2023-12-07T16:48:19.292 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T16:48:19.292 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482201 --verbose --description rados/cephadm/workunits/{0-distro/ubuntu_20.04 agent/off mon_election/connectivity task/test_rgw_multisite} --owner scheduled_yuriw@teuthology --name yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482201/orig.config.yaml 2023-12-07T16:48:19.378 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T16:48:19.470 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482201 branch: wip-yuri8-testing-2023-12-06-1425 description: rados/cephadm/workunits/{0-distro/ubuntu_20.04 agent/off mon_election/connectivity task/test_rgw_multisite} email: null first_in_suite: false job_id: '7482201' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.04' 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 kernel: hwe: true 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: smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi135.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi194.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-07_16:37:24 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T16:48:19.471 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa; will attempt to use it 2023-12-07T16:48:19.471 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa/tasks 2023-12-07T16:48:19.472 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T16:48:19.473 INFO:teuthology.task.internal:Checking packages... 2023-12-07T16:48:19.505 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e068ebcf7ecc6503f24666fb6b152034d3fe1067' 2023-12-07T16:48:19.506 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T16:48:19.506 INFO:teuthology.packaging:ref: None 2023-12-07T16:48:19.506 INFO:teuthology.packaging:tag: None 2023-12-07T16:48:19.506 INFO:teuthology.packaging:branch: wip-yuri8-testing-2023-12-06-1425 2023-12-07T16:48:19.506 INFO:teuthology.packaging:sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T16:48:19.506 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri8-testing-2023-12-06-1425 2023-12-07T16:48:19.715 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-64-ge068ebcf-1focal 2023-12-07T16:48:19.715 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T16:48:19.724 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T16:48:19.724 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T16:48:19.744 INFO:teuthology.task.internal:Saving configuration 2023-12-07T16:48:19.755 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T16:48:19.762 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T16:48:19.786 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482201', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:39:34.153430', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-07T16:48:19.811 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi135.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482201', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:39:34.155064', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-07T16:48:19.831 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi194.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482201', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:39:34.151644', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-07T16:48:19.831 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T16:48:19.838 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-07T16:48:19.838 INFO:teuthology.task.internal:roles: ubuntu@smithi135.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-07T16:48:19.838 INFO:teuthology.task.internal:roles: ubuntu@smithi194.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-07T16:48:19.838 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T16:48:19.976 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fecf418dee0>, signals=[15]) 2023-12-07T16:48:19.976 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T16:48:19.984 INFO:teuthology.task.internal:Opening connections... 2023-12-07T16:48:19.984 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2023-12-07T16:48:19.986 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:48:20.035 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi135.front.sepia.ceph.com 2023-12-07T16:48:20.036 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:48:20.086 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi194.front.sepia.ceph.com 2023-12-07T16:48:20.087 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:48:20.134 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T16:48:20.141 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2023-12-07T16:48:20.148 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2023-12-07T16:48:20.148 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2023-12-07T16:48:20.196 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="Ubuntu" 2023-12-07T16:48:20.196 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-07T16:48:20.196 INFO:teuthology.orchestra.run.smithi079.stdout:ID=ubuntu 2023-12-07T16:48:20.196 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE=debian 2023-12-07T16:48:20.196 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-07T16:48:20.196 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="20.04" 2023-12-07T16:48:20.196 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-07T16:48:20.196 INFO:teuthology.orchestra.run.smithi079.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-07T16:48:20.196 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-07T16:48:20.196 INFO:teuthology.orchestra.run.smithi079.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-07T16:48:20.197 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_CODENAME=focal 2023-12-07T16:48:20.197 INFO:teuthology.orchestra.run.smithi079.stdout:UBUNTU_CODENAME=focal 2023-12-07T16:48:20.197 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2023-12-07T16:48:20.227 DEBUG:teuthology.orchestra.run.smithi135:> uname -m 2023-12-07T16:48:20.234 INFO:teuthology.orchestra.run.smithi135.stdout:x86_64 2023-12-07T16:48:20.237 DEBUG:teuthology.orchestra.run.smithi135:> cat /etc/os-release 2023-12-07T16:48:20.287 INFO:teuthology.orchestra.run.smithi135.stdout:NAME="Ubuntu" 2023-12-07T16:48:20.287 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-07T16:48:20.287 INFO:teuthology.orchestra.run.smithi135.stdout:ID=ubuntu 2023-12-07T16:48:20.287 INFO:teuthology.orchestra.run.smithi135.stdout:ID_LIKE=debian 2023-12-07T16:48:20.287 INFO:teuthology.orchestra.run.smithi135.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-07T16:48:20.288 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION_ID="20.04" 2023-12-07T16:48:20.288 INFO:teuthology.orchestra.run.smithi135.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-07T16:48:20.288 INFO:teuthology.orchestra.run.smithi135.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-07T16:48:20.288 INFO:teuthology.orchestra.run.smithi135.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-07T16:48:20.288 INFO:teuthology.orchestra.run.smithi135.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-07T16:48:20.288 INFO:teuthology.orchestra.run.smithi135.stdout:VERSION_CODENAME=focal 2023-12-07T16:48:20.288 INFO:teuthology.orchestra.run.smithi135.stdout:UBUNTU_CODENAME=focal 2023-12-07T16:48:20.288 INFO:teuthology.lock.ops:Updating smithi135.front.sepia.ceph.com on lock server 2023-12-07T16:48:20.309 DEBUG:teuthology.orchestra.run.smithi194:> uname -m 2023-12-07T16:48:20.317 INFO:teuthology.orchestra.run.smithi194.stdout:x86_64 2023-12-07T16:48:20.317 DEBUG:teuthology.orchestra.run.smithi194:> cat /etc/os-release 2023-12-07T16:48:20.365 INFO:teuthology.orchestra.run.smithi194.stdout:NAME="Ubuntu" 2023-12-07T16:48:20.365 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-07T16:48:20.365 INFO:teuthology.orchestra.run.smithi194.stdout:ID=ubuntu 2023-12-07T16:48:20.365 INFO:teuthology.orchestra.run.smithi194.stdout:ID_LIKE=debian 2023-12-07T16:48:20.365 INFO:teuthology.orchestra.run.smithi194.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-07T16:48:20.366 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_ID="20.04" 2023-12-07T16:48:20.366 INFO:teuthology.orchestra.run.smithi194.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-07T16:48:20.366 INFO:teuthology.orchestra.run.smithi194.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-07T16:48:20.366 INFO:teuthology.orchestra.run.smithi194.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-07T16:48:20.366 INFO:teuthology.orchestra.run.smithi194.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-07T16:48:20.366 INFO:teuthology.orchestra.run.smithi194.stdout:VERSION_CODENAME=focal 2023-12-07T16:48:20.366 INFO:teuthology.orchestra.run.smithi194.stdout:UBUNTU_CODENAME=focal 2023-12-07T16:48:20.369 INFO:teuthology.lock.ops:Updating smithi194.front.sepia.ceph.com on lock server 2023-12-07T16:48:20.393 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T16:48:20.401 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T16:48:20.408 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T16:48:20.409 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:48:20.414 DEBUG:teuthology.orchestra.run.smithi135:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:48:20.418 DEBUG:teuthology.orchestra.run.smithi194:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:48:20.430 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T16:48:20.437 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T16:48:20.438 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:48:20.460 DEBUG:teuthology.orchestra.run.smithi135:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:48:20.465 DEBUG:teuthology.orchestra.run.smithi194:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:48:20.487 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T16:48:20.574 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T16:48:20.590 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T16:48:20.591 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-12-07T16:48:20.591 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'mon.a': {'hwe': True}, 'mgr.a': {'hwe': True}, 'osd.0': {'hwe': True}, 'host.b': {'hwe': True}, 'mon.b': {'hwe': True}, 'mgr.b': {'hwe': True}, 'osd.1': {'hwe': True}, 'host.c': {'hwe': True}, 'mon.c': {'hwe': True}, 'osd.2': {'hwe': True}} 2023-12-07T16:48:20.591 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.c': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-12-07T16:48:20.591 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:48:20.592 DEBUG:teuthology.orchestra.run.smithi135:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:48:20.592 DEBUG:teuthology.orchestra.run.smithi194:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:48:20.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:48:20.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:48:20.602 DEBUG:teuthology.orchestra.run.smithi135:> uname -r 2023-12-07T16:48:20.603 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2023-12-07T16:48:20.604 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:48:20.605 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2023-12-07T16:48:20.611 INFO:teuthology.orchestra.run.smithi135.stdout:5.4.0-124-generic 2023-12-07T16:48:20.611 INFO:teuthology.task.kernel:Running kernel on smithi135: 5.4.0-124-generic 2023-12-07T16:48:20.611 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get clean 2023-12-07T16:48:20.651 INFO:teuthology.orchestra.run.smithi194.stdout:5.4.0-124-generic 2023-12-07T16:48:20.652 INFO:teuthology.task.kernel:Running kernel on smithi194: 5.4.0-124-generic 2023-12-07T16:48:20.652 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2023-12-07T16:48:20.653 INFO:teuthology.orchestra.run.smithi079.stdout:5.4.0-124-generic 2023-12-07T16:48:20.653 INFO:teuthology.task.kernel:Running kernel on smithi079: 5.4.0-124-generic 2023-12-07T16:48:20.653 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2023-12-07T16:48:20.745 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2023-12-07T16:48:20.746 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2023-12-07T16:48:20.767 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get update 2023-12-07T16:48:20.900 INFO:teuthology.orchestra.run.smithi079.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-07T16:48:20.921 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T16:48:20.931 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-07T16:48:20.988 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-07T16:48:21.005 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T16:48:21.031 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-07T16:48:21.063 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T16:48:21.063 INFO:teuthology.orchestra.run.smithi135.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-07T16:48:21.088 INFO:teuthology.orchestra.run.smithi079.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-07T16:48:21.114 INFO:teuthology.orchestra.run.smithi135.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-07T16:48:21.187 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-07T16:48:21.297 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-07T16:48:21.339 INFO:teuthology.orchestra.run.smithi079.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-07T16:48:21.350 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-07T16:48:21.353 INFO:teuthology.orchestra.run.smithi079.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-07T16:48:21.353 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-07T16:48:21.369 INFO:teuthology.orchestra.run.smithi079.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-07T16:48:21.370 INFO:teuthology.orchestra.run.smithi079.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-07T16:48:21.372 INFO:teuthology.orchestra.run.smithi079.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T16:48:21.372 INFO:teuthology.orchestra.run.smithi079.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-07T16:48:21.377 INFO:teuthology.orchestra.run.smithi079.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-07T16:48:21.385 INFO:teuthology.orchestra.run.smithi079.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-07T16:48:21.386 INFO:teuthology.orchestra.run.smithi079.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-07T16:48:21.390 INFO:teuthology.orchestra.run.smithi079.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-07T16:48:21.390 INFO:teuthology.orchestra.run.smithi079.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-07T16:48:21.401 INFO:teuthology.orchestra.run.smithi079.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-07T16:48:21.401 INFO:teuthology.orchestra.run.smithi079.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-07T16:48:21.440 INFO:teuthology.orchestra.run.smithi079.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-07T16:48:21.458 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-07T16:48:21.458 INFO:teuthology.orchestra.run.smithi135.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-07T16:48:21.470 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-07T16:48:21.474 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-07T16:48:21.474 INFO:teuthology.orchestra.run.smithi194.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-07T16:48:21.494 INFO:teuthology.orchestra.run.smithi194.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-07T16:48:21.495 INFO:teuthology.orchestra.run.smithi194.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-07T16:48:21.499 INFO:teuthology.orchestra.run.smithi194.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T16:48:21.500 INFO:teuthology.orchestra.run.smithi194.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-07T16:48:21.510 INFO:teuthology.orchestra.run.smithi194.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-07T16:48:21.515 INFO:teuthology.orchestra.run.smithi194.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-07T16:48:21.517 INFO:teuthology.orchestra.run.smithi194.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-07T16:48:21.517 INFO:teuthology.orchestra.run.smithi194.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-07T16:48:21.518 INFO:teuthology.orchestra.run.smithi194.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-07T16:48:21.526 INFO:teuthology.orchestra.run.smithi194.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-07T16:48:21.526 INFO:teuthology.orchestra.run.smithi194.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-07T16:48:21.526 INFO:teuthology.orchestra.run.smithi194.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-07T16:48:21.526 INFO:teuthology.orchestra.run.smithi194.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-07T16:48:21.535 INFO:teuthology.orchestra.run.smithi135.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-07T16:48:21.541 INFO:teuthology.orchestra.run.smithi194.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-07T16:48:21.541 INFO:teuthology.orchestra.run.smithi194.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-07T16:48:21.542 INFO:teuthology.orchestra.run.smithi194.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-07T16:48:21.542 INFO:teuthology.orchestra.run.smithi194.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-07T16:48:21.580 INFO:teuthology.orchestra.run.smithi079.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-07T16:48:21.637 INFO:teuthology.orchestra.run.smithi194.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [680 kB] 2023-12-07T16:48:21.678 INFO:teuthology.orchestra.run.smithi135.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [913 kB] 2023-12-07T16:48:21.830 INFO:teuthology.orchestra.run.smithi079.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-07T16:48:21.879 INFO:teuthology.orchestra.run.smithi135.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-07T16:48:21.967 INFO:teuthology.orchestra.run.smithi194.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,604 kB] 2023-12-07T16:48:21.996 INFO:teuthology.orchestra.run.smithi079.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-07T16:48:22.012 INFO:teuthology.orchestra.run.smithi079.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-07T16:48:22.012 INFO:teuthology.orchestra.run.smithi079.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-07T16:48:22.013 INFO:teuthology.orchestra.run.smithi135.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,994 kB] 2023-12-07T16:48:22.068 INFO:teuthology.orchestra.run.smithi135.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-07T16:48:22.074 INFO:teuthology.orchestra.run.smithi079.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-07T16:48:22.075 INFO:teuthology.orchestra.run.smithi079.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-07T16:48:22.083 INFO:teuthology.orchestra.run.smithi135.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-07T16:48:22.083 INFO:teuthology.orchestra.run.smithi135.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-07T16:48:22.083 INFO:teuthology.orchestra.run.smithi079.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T16:48:22.084 INFO:teuthology.orchestra.run.smithi135.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-07T16:48:22.153 INFO:teuthology.orchestra.run.smithi135.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-07T16:48:22.157 INFO:teuthology.orchestra.run.smithi194.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-07T16:48:22.158 INFO:teuthology.orchestra.run.smithi135.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T16:48:22.158 INFO:teuthology.orchestra.run.smithi135.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-07T16:48:22.172 INFO:teuthology.orchestra.run.smithi194.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-07T16:48:22.172 INFO:teuthology.orchestra.run.smithi194.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-07T16:48:22.191 INFO:teuthology.orchestra.run.smithi135.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [484 kB] 2023-12-07T16:48:22.198 INFO:teuthology.orchestra.run.smithi135.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-07T16:48:22.205 INFO:teuthology.orchestra.run.smithi135.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-07T16:48:22.206 INFO:teuthology.orchestra.run.smithi135.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-07T16:48:22.206 INFO:teuthology.orchestra.run.smithi135.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,528 kB] 2023-12-07T16:48:22.241 INFO:teuthology.orchestra.run.smithi194.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-07T16:48:22.242 INFO:teuthology.orchestra.run.smithi194.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-07T16:48:22.247 INFO:teuthology.orchestra.run.smithi079.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-07T16:48:22.248 INFO:teuthology.orchestra.run.smithi194.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T16:48:22.248 INFO:teuthology.orchestra.run.smithi194.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [633 kB] 2023-12-07T16:48:22.265 INFO:teuthology.orchestra.run.smithi194.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [914 kB] 2023-12-07T16:48:22.276 INFO:teuthology.orchestra.run.smithi135.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [353 kB] 2023-12-07T16:48:22.281 INFO:teuthology.orchestra.run.smithi135.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-07T16:48:22.370 INFO:teuthology.orchestra.run.smithi135.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-07T16:48:22.446 INFO:teuthology.orchestra.run.smithi135.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [761 kB] 2023-12-07T16:48:22.462 INFO:teuthology.orchestra.run.smithi194.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-07T16:48:22.792 INFO:teuthology.orchestra.run.smithi135.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-07T16:48:22.798 INFO:teuthology.orchestra.run.smithi135.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-07T16:48:22.805 INFO:teuthology.orchestra.run.smithi135.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-07T16:48:22.808 INFO:teuthology.orchestra.run.smithi135.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-07T16:48:22.809 INFO:teuthology.orchestra.run.smithi135.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-07T16:48:22.833 INFO:teuthology.orchestra.run.smithi079.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-07T16:48:22.880 INFO:teuthology.orchestra.run.smithi194.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-07T16:48:22.886 INFO:teuthology.orchestra.run.smithi194.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-07T16:48:22.893 INFO:teuthology.orchestra.run.smithi194.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-07T16:48:22.896 INFO:teuthology.orchestra.run.smithi194.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-07T16:48:22.897 INFO:teuthology.orchestra.run.smithi194.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-07T16:48:22.942 INFO:teuthology.orchestra.run.smithi079.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-07T16:48:22.963 INFO:teuthology.orchestra.run.smithi079.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-07T16:48:22.965 INFO:teuthology.orchestra.run.smithi079.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-07T16:48:22.965 INFO:teuthology.orchestra.run.smithi079.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-07T16:48:22.967 INFO:teuthology.orchestra.run.smithi079.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-07T16:48:22.967 INFO:teuthology.orchestra.run.smithi079.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-07T16:48:22.968 INFO:teuthology.orchestra.run.smithi079.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-07T16:48:22.971 INFO:teuthology.orchestra.run.smithi079.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-07T16:48:22.973 INFO:teuthology.orchestra.run.smithi079.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-07T16:48:23.032 INFO:teuthology.orchestra.run.smithi135.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,139 kB] 2023-12-07T16:48:23.136 INFO:teuthology.orchestra.run.smithi079.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-07T16:48:23.142 INFO:teuthology.orchestra.run.smithi135.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-07T16:48:23.163 INFO:teuthology.orchestra.run.smithi135.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-07T16:48:23.164 INFO:teuthology.orchestra.run.smithi135.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-07T16:48:23.166 INFO:teuthology.orchestra.run.smithi135.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-07T16:48:23.167 INFO:teuthology.orchestra.run.smithi135.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-07T16:48:23.167 INFO:teuthology.orchestra.run.smithi135.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-07T16:48:23.167 INFO:teuthology.orchestra.run.smithi135.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-07T16:48:23.170 INFO:teuthology.orchestra.run.smithi135.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-07T16:48:23.173 INFO:teuthology.orchestra.run.smithi135.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-07T16:48:23.299 INFO:teuthology.orchestra.run.smithi079.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-07T16:48:23.337 INFO:teuthology.orchestra.run.smithi135.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-07T16:48:23.350 INFO:teuthology.orchestra.run.smithi079.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-07T16:48:23.499 INFO:teuthology.orchestra.run.smithi135.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-07T16:48:23.551 INFO:teuthology.orchestra.run.smithi135.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-07T16:48:25.368 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 18.3 MB in 3s (7,036 kB/s) 2023-12-07T16:48:25.443 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 18.3 MB in 3s (6,818 kB/s) 2023-12-07T16:48:26.000 INFO:teuthology.orchestra.run.smithi135.stdout:Fetched 18.3 MB in 3s (5,787 kB/s) 2023-12-07T16:48:26.796 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-12-07T16:48:26.820 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-07T16:48:26.870 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2023-12-07T16:48:26.896 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-12-07T16:48:26.897 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-07T16:48:26.995 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2023-12-07T16:48:27.100 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2023-12-07T16:48:27.101 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2023-12-07T16:48:27.199 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2023-12-07T16:48:27.199 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2023-12-07T16:48:27.279 INFO:teuthology.orchestra.run.smithi079.stdout:The following additional packages will be installed: 2023-12-07T16:48:27.280 INFO:teuthology.orchestra.run.smithi079.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-07T16:48:27.280 INFO:teuthology.orchestra.run.smithi079.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-07T16:48:27.280 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-07T16:48:27.281 INFO:teuthology.orchestra.run.smithi079.stdout:Suggested packages: 2023-12-07T16:48:27.281 INFO:teuthology.orchestra.run.smithi079.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-07T16:48:27.281 INFO:teuthology.orchestra.run.smithi079.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-07T16:48:27.328 INFO:teuthology.orchestra.run.smithi079.stdout:The following NEW packages will be installed: 2023-12-07T16:48:27.328 INFO:teuthology.orchestra.run.smithi079.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-07T16:48:27.328 INFO:teuthology.orchestra.run.smithi079.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-07T16:48:27.329 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-07T16:48:27.329 INFO:teuthology.orchestra.run.smithi079.stdout: thermald upower usbmuxd 2023-12-07T16:48:27.384 INFO:teuthology.orchestra.run.smithi079.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-07T16:48:27.385 INFO:teuthology.orchestra.run.smithi079.stdout:Need to get 90.8 MB of archives. 2023-12-07T16:48:27.385 INFO:teuthology.orchestra.run.smithi079.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-07T16:48:27.385 INFO:teuthology.orchestra.run.smithi079.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-07T16:48:27.390 INFO:teuthology.orchestra.run.smithi194.stdout:The following additional packages will be installed: 2023-12-07T16:48:27.391 INFO:teuthology.orchestra.run.smithi194.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-07T16:48:27.391 INFO:teuthology.orchestra.run.smithi194.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-07T16:48:27.391 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-07T16:48:27.392 INFO:teuthology.orchestra.run.smithi194.stdout:Suggested packages: 2023-12-07T16:48:27.392 INFO:teuthology.orchestra.run.smithi194.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-07T16:48:27.392 INFO:teuthology.orchestra.run.smithi194.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-07T16:48:27.450 INFO:teuthology.orchestra.run.smithi194.stdout:The following NEW packages will be installed: 2023-12-07T16:48:27.450 INFO:teuthology.orchestra.run.smithi194.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-07T16:48:27.450 INFO:teuthology.orchestra.run.smithi194.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-07T16:48:27.450 INFO:teuthology.orchestra.run.smithi194.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-07T16:48:27.450 INFO:teuthology.orchestra.run.smithi194.stdout: thermald upower usbmuxd 2023-12-07T16:48:27.450 INFO:teuthology.orchestra.run.smithi079.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-07T16:48:27.457 INFO:teuthology.orchestra.run.smithi079.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-07T16:48:27.462 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-07T16:48:27.480 INFO:teuthology.orchestra.run.smithi079.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-07T16:48:27.490 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [20.9 MB] 2023-12-07T16:48:27.512 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2023-12-07T16:48:27.538 DEBUG:teuthology.orchestra.run.smithi135:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-07T16:48:27.613 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2023-12-07T16:48:27.632 INFO:teuthology.orchestra.run.smithi194.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-07T16:48:27.633 INFO:teuthology.orchestra.run.smithi194.stdout:Need to get 90.8 MB of archives. 2023-12-07T16:48:27.633 INFO:teuthology.orchestra.run.smithi194.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-07T16:48:27.633 INFO:teuthology.orchestra.run.smithi194.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-07T16:48:27.816 INFO:teuthology.orchestra.run.smithi079.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [11.4 MB] 2023-12-07T16:48:27.818 INFO:teuthology.orchestra.run.smithi135.stdout:Building dependency tree... 2023-12-07T16:48:27.818 INFO:teuthology.orchestra.run.smithi135.stdout:Reading state information... 2023-12-07T16:48:27.915 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-07T16:48:27.921 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [58.0 MB] 2023-12-07T16:48:27.943 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-07T16:48:27.963 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-07T16:48:27.988 INFO:teuthology.orchestra.run.smithi135.stdout:The following additional packages will be installed: 2023-12-07T16:48:27.989 INFO:teuthology.orchestra.run.smithi135.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-07T16:48:27.989 INFO:teuthology.orchestra.run.smithi135.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-modules-5.15.0-89-generic 2023-12-07T16:48:27.989 INFO:teuthology.orchestra.run.smithi135.stdout: linux-modules-extra-5.15.0-89-generic thermald upower usbmuxd 2023-12-07T16:48:27.990 INFO:teuthology.orchestra.run.smithi135.stdout:Suggested packages: 2023-12-07T16:48:27.990 INFO:teuthology.orchestra.run.smithi135.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-07T16:48:27.990 INFO:teuthology.orchestra.run.smithi135.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-89-generic 2023-12-07T16:48:28.032 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-07T16:48:28.037 INFO:teuthology.orchestra.run.smithi135.stdout:The following NEW packages will be installed: 2023-12-07T16:48:28.038 INFO:teuthology.orchestra.run.smithi135.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-07T16:48:28.038 INFO:teuthology.orchestra.run.smithi135.stdout: libusbmuxd6 linux-image-5.15.0-89-generic linux-image-generic-hwe-20.04 2023-12-07T16:48:28.038 INFO:teuthology.orchestra.run.smithi135.stdout: linux-modules-5.15.0-89-generic linux-modules-extra-5.15.0-89-generic 2023-12-07T16:48:28.038 INFO:teuthology.orchestra.run.smithi135.stdout: thermald upower usbmuxd 2023-12-07T16:48:28.068 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [20.9 MB] 2023-12-07T16:48:28.110 INFO:teuthology.orchestra.run.smithi135.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-07T16:48:28.110 INFO:teuthology.orchestra.run.smithi135.stdout:Need to get 90.8 MB of archives. 2023-12-07T16:48:28.111 INFO:teuthology.orchestra.run.smithi135.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-07T16:48:28.111 INFO:teuthology.orchestra.run.smithi135.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-07T16:48:28.202 INFO:teuthology.orchestra.run.smithi135.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-07T16:48:28.214 INFO:teuthology.orchestra.run.smithi135.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-07T16:48:28.220 INFO:teuthology.orchestra.run.smithi135.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-07T16:48:28.245 INFO:teuthology.orchestra.run.smithi135.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-07T16:48:28.260 INFO:teuthology.orchestra.run.smithi135.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [20.9 MB] 2023-12-07T16:48:28.780 INFO:teuthology.orchestra.run.smithi135.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [11.4 MB] 2023-12-07T16:48:28.889 INFO:teuthology.orchestra.run.smithi079.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.89.99~20.04.47 [2,628 B] 2023-12-07T16:48:28.894 INFO:teuthology.orchestra.run.smithi135.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [58.0 MB] 2023-12-07T16:48:28.965 INFO:teuthology.orchestra.run.smithi079.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-07T16:48:28.966 INFO:teuthology.orchestra.run.smithi079.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-07T16:48:28.971 INFO:teuthology.orchestra.run.smithi079.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-07T16:48:28.973 INFO:teuthology.orchestra.run.smithi079.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-07T16:48:28.991 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [11.4 MB] 2023-12-07T16:48:29.287 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-89-generic amd64 5.15.0-89.99~20.04.1 [58.0 MB] 2023-12-07T16:48:29.640 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 90.8 MB in 2s (55.5 MB/s) 2023-12-07T16:48:29.860 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-07T16:48:29.891 INFO:teuthology.orchestra.run.smithi135.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.89.99~20.04.47 [2,628 B] 2023-12-07T16:48:29.891 INFO:teuthology.orchestra.run.smithi135.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-07T16:48:29.891 INFO:teuthology.orchestra.run.smithi135.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-07T16:48:29.894 INFO:teuthology.orchestra.run.smithi135.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-07T16:48:29.896 INFO:teuthology.orchestra.run.smithi135.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-07T16:48:30.582 INFO:teuthology.orchestra.run.smithi135.stdout:Fetched 90.8 MB in 2s (49.1 MB/s) 2023-12-07T16:48:30.754 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-07T16:48:31.150 INFO:teuthology.orchestra.run.smithi194.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.89.99~20.04.47 [2,628 B] 2023-12-07T16:48:31.224 INFO:teuthology.orchestra.run.smithi194.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-07T16:48:31.224 INFO:teuthology.orchestra.run.smithi194.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-07T16:48:31.391 INFO:teuthology.orchestra.run.smithi194.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-07T16:48:31.591 INFO:teuthology.orchestra.run.smithi079.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-07T16:48:31.596 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-07T16:48:31.734 INFO:teuthology.orchestra.run.smithi194.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-07T16:48:31.775 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-07T16:48:32.137 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-07T16:48:32.150 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-07T16:48:32.195 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-07T16:48:32.397 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 90.8 MB in 4s (21.1 MB/s) 2023-12-07T16:48:32.565 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-07T16:48:32.578 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-07T16:48:32.588 INFO:teuthology.orchestra.run.smithi135.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-07T16:48:32.592 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-07T16:48:32.609 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-07T16:48:32.626 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-07T16:48:32.685 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-07T16:48:32.943 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-07T16:48:32.957 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-07T16:48:32.993 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-07T16:48:32.996 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-07T16:48:33.009 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-07T16:48:33.046 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-07T16:48:33.305 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-07T16:48:33.320 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-07T16:48:33.363 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-07T16:48:33.382 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-07T16:48:33.399 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-07T16:48:33.440 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-07T16:48:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-07T16:48:33.722 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T16:48:33.766 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:33.793 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-07T16:48:33.808 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-07T16:48:33.852 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-07T16:48:34.154 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-07T16:48:34.170 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-07T16:48:34.204 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-07T16:48:34.380 INFO:teuthology.orchestra.run.smithi194.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-07T16:48:34.385 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-07T16:48:34.507 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-07T16:48:34.520 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T16:48:34.531 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-07T16:48:34.565 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:34.884 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-07T16:48:34.898 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-07T16:48:34.942 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-07T16:48:35.220 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-07T16:48:35.236 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-07T16:48:35.270 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-07T16:48:35.590 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-07T16:48:35.606 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-07T16:48:35.648 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-07T16:48:35.993 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-07T16:48:36.005 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-07T16:48:36.042 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-07T16:48:36.319 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-07T16:48:36.334 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T16:48:36.387 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-5.15.0-89-generic. 2023-12-07T16:48:36.402 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../05-linux-modules-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T16:48:36.445 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:36.464 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:36.997 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-07T16:48:37.011 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T16:48:37.056 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:37.082 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-07T16:48:37.097 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T16:48:37.210 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:37.760 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-07T16:48:37.775 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T16:48:37.818 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:38.929 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-image-5.15.0-89-generic. 2023-12-07T16:48:38.943 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../06-linux-image-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T16:48:39.049 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:39.549 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-89-generic. 2023-12-07T16:48:39.563 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-89-generic_5.15.0-89.99~20.04.1_amd64.deb ... 2023-12-07T16:48:39.607 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:44.197 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-07T16:48:44.212 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-07T16:48:44.280 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-07T16:48:44.616 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-07T16:48:44.630 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-07T16:48:44.666 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-07T16:48:44.773 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-07T16:48:44.790 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-07T16:48:44.831 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-07T16:48:45.061 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package thermald. 2023-12-07T16:48:45.075 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-07T16:48:45.119 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-07T16:48:45.159 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-07T16:48:45.173 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-07T16:48:45.217 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-07T16:48:45.562 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package thermald. 2023-12-07T16:48:45.577 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-07T16:48:45.620 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-07T16:48:45.674 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package upower. 2023-12-07T16:48:45.688 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-07T16:48:45.752 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-07T16:48:46.159 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package upower. 2023-12-07T16:48:46.173 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-07T16:48:46.196 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package usbmuxd. 2023-12-07T16:48:46.211 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-07T16:48:46.221 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-07T16:48:46.254 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-07T16:48:46.347 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-07T16:48:46.364 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.89.99~20.04.47_amd64.deb ... 2023-12-07T16:48:46.405 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-07T16:48:46.544 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-07T16:48:46.614 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package usbmuxd. 2023-12-07T16:48:46.629 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-07T16:48:46.672 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-07T16:48:46.693 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-07T16:48:46.733 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-07T16:48:46.747 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-07T16:48:46.791 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-07T16:48:46.827 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-07T16:48:46.953 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-07T16:48:46.966 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-07T16:48:47.079 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-07T16:48:47.109 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-07T16:48:47.169 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package thermald. 2023-12-07T16:48:47.183 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-07T16:48:47.211 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-07T16:48:47.227 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-07T16:48:47.230 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-07T16:48:47.311 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-07T16:48:47.331 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-07T16:48:47.438 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-07T16:48:47.564 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-07T16:48:47.690 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-07T16:48:47.765 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package upower. 2023-12-07T16:48:47.782 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-07T16:48:47.839 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-07T16:48:47.862 INFO:teuthology.orchestra.run.smithi079.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-07T16:48:47.928 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-07T16:48:48.104 INFO:teuthology.orchestra.run.smithi079.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-07T16:48:48.119 INFO:teuthology.orchestra.run.smithi079.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-07T16:48:48.119 INFO:teuthology.orchestra.run.smithi079.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-07T16:48:48.235 INFO:teuthology.orchestra.run.smithi135.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-07T16:48:48.244 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package usbmuxd. 2023-12-07T16:48:48.259 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-07T16:48:48.294 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-07T16:48:48.302 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-07T16:48:48.440 INFO:teuthology.orchestra.run.smithi135.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-07T16:48:48.447 INFO:teuthology.orchestra.run.smithi135.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-07T16:48:48.447 INFO:teuthology.orchestra.run.smithi135.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-07T16:48:48.584 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-07T16:48:48.629 INFO:teuthology.orchestra.run.smithi079.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-07T16:48:48.707 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-07T16:48:48.839 INFO:teuthology.orchestra.run.smithi079.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-07T16:48:48.859 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-07T16:48:48.900 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-07T16:48:48.984 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-07T16:48:49.011 INFO:teuthology.orchestra.run.smithi135.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-07T16:48:49.126 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-07T16:48:49.211 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-07T16:48:49.212 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-07T16:48:49.230 INFO:teuthology.orchestra.run.smithi135.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-07T16:48:49.261 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-07T16:48:49.274 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-07T16:48:49.395 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-07T16:48:49.584 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-07T16:48:49.584 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-07T16:48:49.662 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:49.912 INFO:teuthology.orchestra.run.smithi194.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-07T16:48:49.966 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-07T16:48:50.020 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:50.155 INFO:teuthology.orchestra.run.smithi194.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-07T16:48:50.162 INFO:teuthology.orchestra.run.smithi194.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-07T16:48:50.162 INFO:teuthology.orchestra.run.smithi194.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-07T16:48:50.850 INFO:teuthology.orchestra.run.smithi194.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-07T16:48:50.974 INFO:teuthology.orchestra.run.smithi079.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-07T16:48:50.974 INFO:teuthology.orchestra.run.smithi079.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-07T16:48:51.062 INFO:teuthology.orchestra.run.smithi194.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-07T16:48:51.104 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-07T16:48:51.144 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:51.340 INFO:teuthology.orchestra.run.smithi135.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-07T16:48:51.340 INFO:teuthology.orchestra.run.smithi135.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-07T16:48:51.414 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-07T16:48:51.414 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-07T16:48:51.490 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:51.858 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:52.545 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:52.883 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:53.201 INFO:teuthology.orchestra.run.smithi194.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-89-generic 2023-12-07T16:48:53.201 INFO:teuthology.orchestra.run.smithi194.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-89-generic 2023-12-07T16:48:53.386 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-extra-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:53.905 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-07T16:48:54.031 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-07T16:48:54.243 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-07T16:48:54.311 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-07T16:48:54.352 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-07T16:48:54.650 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-07T16:48:54.770 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-modules-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:55.065 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-07T16:48:55.165 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:55.250 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-07T16:48:55.250 INFO:teuthology.orchestra.run.smithi079.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-07T16:48:55.361 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-07T16:48:55.478 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:55.545 INFO:teuthology.orchestra.run.smithi135.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-07T16:48:55.545 INFO:teuthology.orchestra.run.smithi135.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-07T16:48:56.880 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.89.99~20.04.47) ... 2023-12-07T16:48:57.005 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-07T16:48:57.277 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-07T16:48:58.074 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-07T16:48:58.182 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for linux-image-5.15.0-89-generic (5.15.0-89.99~20.04.1) ... 2023-12-07T16:48:58.261 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-07T16:48:58.261 INFO:teuthology.orchestra.run.smithi194.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-89-generic 2023-12-07T16:49:20.912 INFO:teuthology.orchestra.run.smithi135.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-07T16:49:20.913 INFO:teuthology.orchestra.run.smithi135.stdout:Sourcing file `/etc/default/grub' 2023-12-07T16:49:20.920 INFO:teuthology.orchestra.run.smithi135.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T16:49:20.956 INFO:teuthology.orchestra.run.smithi135.stdout:Generating grub configuration file ... 2023-12-07T16:49:21.253 INFO:teuthology.orchestra.run.smithi135.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-07T16:49:21.270 INFO:teuthology.orchestra.run.smithi135.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-07T16:49:21.456 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-07T16:49:21.456 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub' 2023-12-07T16:49:21.469 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T16:49:21.495 INFO:teuthology.orchestra.run.smithi079.stdout:Generating grub configuration file ... 2023-12-07T16:49:21.654 INFO:teuthology.orchestra.run.smithi135.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T16:49:21.665 INFO:teuthology.orchestra.run.smithi135.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T16:49:21.811 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-07T16:49:21.834 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-07T16:49:22.243 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T16:49:22.254 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T16:49:23.590 INFO:teuthology.orchestra.run.smithi194.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-07T16:49:23.590 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub' 2023-12-07T16:49:23.609 INFO:teuthology.orchestra.run.smithi194.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T16:49:23.627 INFO:teuthology.orchestra.run.smithi194.stdout:Generating grub configuration file ... 2023-12-07T16:49:23.660 INFO:teuthology.orchestra.run.smithi135.stdout:done 2023-12-07T16:49:23.991 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-07T16:49:24.018 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-07T16:49:24.084 DEBUG:teuthology.orchestra.run.smithi135:> dpkg -s linux-image-generic-hwe-20.04 2023-12-07T16:49:24.132 INFO:teuthology.orchestra.run.smithi135.stdout:Package: linux-image-generic-hwe-20.04 2023-12-07T16:49:24.132 INFO:teuthology.orchestra.run.smithi135.stdout:Status: install ok installed 2023-12-07T16:49:24.132 INFO:teuthology.orchestra.run.smithi135.stdout:Priority: optional 2023-12-07T16:49:24.132 INFO:teuthology.orchestra.run.smithi135.stdout:Section: kernel 2023-12-07T16:49:24.132 INFO:teuthology.orchestra.run.smithi135.stdout:Installed-Size: 20 2023-12-07T16:49:24.132 INFO:teuthology.orchestra.run.smithi135.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T16:49:24.132 INFO:teuthology.orchestra.run.smithi135.stdout:Architecture: amd64 2023-12-07T16:49:24.132 INFO:teuthology.orchestra.run.smithi135.stdout:Source: linux-meta-hwe-5.15 2023-12-07T16:49:24.132 INFO:teuthology.orchestra.run.smithi135.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-07T16:49:24.133 INFO:teuthology.orchestra.run.smithi135.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-07T16:49:24.133 INFO:teuthology.orchestra.run.smithi135.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-07T16:49:24.133 INFO:teuthology.orchestra.run.smithi135.stdout:Recommends: thermald 2023-12-07T16:49:24.133 INFO:teuthology.orchestra.run.smithi135.stdout:Description: Generic Linux kernel image 2023-12-07T16:49:24.133 INFO:teuthology.orchestra.run.smithi135.stdout: This package will always depend on the latest generic kernel image 2023-12-07T16:49:24.133 INFO:teuthology.orchestra.run.smithi135.stdout: available. 2023-12-07T16:49:24.133 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-07T16:49:24.133 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T16:49:24.133 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T16:49:24.134 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-07T16:49:24.134 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi135.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T16:49:24.134 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get clean 2023-12-07T16:49:24.219 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get update 2023-12-07T16:49:24.350 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T16:49:24.350 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T16:49:24.362 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T16:49:24.381 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T16:49:24.402 INFO:teuthology.orchestra.run.smithi194.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T16:49:24.414 INFO:teuthology.orchestra.run.smithi194.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T16:49:24.944 INFO:teuthology.orchestra.run.smithi079.stdout:done 2023-12-07T16:49:25.391 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic-hwe-20.04 2023-12-07T16:49:25.441 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic-hwe-20.04 2023-12-07T16:49:25.441 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2023-12-07T16:49:25.441 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2023-12-07T16:49:25.441 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2023-12-07T16:49:25.441 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 20 2023-12-07T16:49:25.441 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T16:49:25.441 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2023-12-07T16:49:25.441 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta-hwe-5.15 2023-12-07T16:49:25.441 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-07T16:49:25.441 INFO:teuthology.orchestra.run.smithi079.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-07T16:49:25.441 INFO:teuthology.orchestra.run.smithi079.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-07T16:49:25.441 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2023-12-07T16:49:25.442 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2023-12-07T16:49:25.442 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2023-12-07T16:49:25.442 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2023-12-07T16:49:25.442 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-07T16:49:25.442 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T16:49:25.442 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T16:49:25.442 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-07T16:49:25.442 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T16:49:25.442 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2023-12-07T16:49:25.530 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2023-12-07T16:49:25.659 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T16:49:25.660 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T16:49:25.665 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T16:49:25.682 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T16:49:26.114 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2023-12-07T16:49:26.140 DEBUG:teuthology.orchestra.run.smithi135:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-07T16:49:26.206 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2023-12-07T16:49:26.297 INFO:teuthology.orchestra.run.smithi194.stdout:done 2023-12-07T16:49:26.410 INFO:teuthology.orchestra.run.smithi135.stdout:Building dependency tree... 2023-12-07T16:49:26.411 INFO:teuthology.orchestra.run.smithi135.stdout:Reading state information... 2023-12-07T16:49:26.631 INFO:teuthology.orchestra.run.smithi135.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-07T16:49:26.631 INFO:teuthology.orchestra.run.smithi135.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-07T16:49:26.633 DEBUG:teuthology.orchestra.run.smithi135:> dpkg -s linux-image-generic-hwe-20.04 2023-12-07T16:49:26.655 INFO:teuthology.orchestra.run.smithi135.stdout:Package: linux-image-generic-hwe-20.04 2023-12-07T16:49:26.655 INFO:teuthology.orchestra.run.smithi135.stdout:Status: install ok installed 2023-12-07T16:49:26.655 INFO:teuthology.orchestra.run.smithi135.stdout:Priority: optional 2023-12-07T16:49:26.655 INFO:teuthology.orchestra.run.smithi135.stdout:Section: kernel 2023-12-07T16:49:26.656 INFO:teuthology.orchestra.run.smithi135.stdout:Installed-Size: 20 2023-12-07T16:49:26.656 INFO:teuthology.orchestra.run.smithi135.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T16:49:26.656 INFO:teuthology.orchestra.run.smithi135.stdout:Architecture: amd64 2023-12-07T16:49:26.656 INFO:teuthology.orchestra.run.smithi135.stdout:Source: linux-meta-hwe-5.15 2023-12-07T16:49:26.656 INFO:teuthology.orchestra.run.smithi135.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-07T16:49:26.656 INFO:teuthology.orchestra.run.smithi135.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-07T16:49:26.656 INFO:teuthology.orchestra.run.smithi135.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-07T16:49:26.656 INFO:teuthology.orchestra.run.smithi135.stdout:Recommends: thermald 2023-12-07T16:49:26.656 INFO:teuthology.orchestra.run.smithi135.stdout:Description: Generic Linux kernel image 2023-12-07T16:49:26.656 INFO:teuthology.orchestra.run.smithi135.stdout: This package will always depend on the latest generic kernel image 2023-12-07T16:49:26.656 INFO:teuthology.orchestra.run.smithi135.stdout: available. 2023-12-07T16:49:26.657 DEBUG:teuthology.orchestra.run.smithi135:> mktemp 2023-12-07T16:49:26.661 INFO:teuthology.orchestra.run.smithi135.stdout:/tmp/tmp.dY1By4AoCB 2023-12-07T16:49:26.661 DEBUG:teuthology.orchestra.run.smithi135:> sudo cp /boot/grub/grub.cfg /tmp/tmp.dY1By4AoCB 2023-12-07T16:49:26.677 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 0666 /tmp/tmp.dY1By4AoCB 2023-12-07T16:49:26.736 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic-hwe-20.04 2023-12-07T16:49:26.765 DEBUG:teuthology.orchestra.remote:smithi135:/tmp/tmp.dY1By4AoCB is 9KB 2023-12-07T16:49:26.779 DEBUG:teuthology.orchestra.run.smithi135:> rm -fr /tmp/tmp.dY1By4AoCB 2023-12-07T16:49:26.786 DEBUG:teuthology.orchestra.run.smithi135:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-07T16:49:26.787 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic-hwe-20.04 2023-12-07T16:49:26.787 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2023-12-07T16:49:26.787 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2023-12-07T16:49:26.787 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2023-12-07T16:49:26.788 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 20 2023-12-07T16:49:26.788 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T16:49:26.788 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2023-12-07T16:49:26.788 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta-hwe-5.15 2023-12-07T16:49:26.788 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-07T16:49:26.788 INFO:teuthology.orchestra.run.smithi194.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-07T16:49:26.788 INFO:teuthology.orchestra.run.smithi194.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-07T16:49:26.788 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2023-12-07T16:49:26.788 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2023-12-07T16:49:26.788 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2023-12-07T16:49:26.788 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2023-12-07T16:49:26.789 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-89-generic 2023-12-07T16:49:26.789 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T16:49:26.789 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T16:49:26.789 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-12-07T16:49:26.789 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi194.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T16:49:26.790 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get clean 2023-12-07T16:49:26.841 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-12-07T16:49:26.841 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-07T16:49:26.841 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-07T16:49:26.868 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2023-12-07T16:49:26.870 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-07T16:49:26.871 DEBUG:teuthology.orchestra.run.smithi135:> sudo update-grub 2023-12-07T16:49:27.128 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T16:49:27.129 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T16:49:27.201 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T16:49:27.287 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T16:49:27.448 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-12-07T16:49:27.472 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-07T16:49:27.539 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-12-07T16:49:27.720 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2023-12-07T16:49:27.721 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2023-12-07T16:49:27.928 INFO:teuthology.orchestra.run.smithi079.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-07T16:49:27.928 INFO:teuthology.orchestra.run.smithi079.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-07T16:49:27.930 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic-hwe-20.04 2023-12-07T16:49:27.953 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic-hwe-20.04 2023-12-07T16:49:27.954 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2023-12-07T16:49:27.954 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2023-12-07T16:49:27.954 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2023-12-07T16:49:27.954 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 20 2023-12-07T16:49:27.954 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T16:49:27.954 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2023-12-07T16:49:27.954 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta-hwe-5.15 2023-12-07T16:49:27.954 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-07T16:49:27.954 INFO:teuthology.orchestra.run.smithi079.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-07T16:49:27.954 INFO:teuthology.orchestra.run.smithi079.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-07T16:49:27.954 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2023-12-07T16:49:27.954 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2023-12-07T16:49:27.954 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2023-12-07T16:49:27.955 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2023-12-07T16:49:27.955 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2023-12-07T16:49:27.960 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.6FKVOOa3kQ 2023-12-07T16:49:27.960 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub/grub.cfg /tmp/tmp.6FKVOOa3kQ 2023-12-07T16:49:28.017 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.6FKVOOa3kQ 2023-12-07T16:49:28.047 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.6FKVOOa3kQ is 9KB 2023-12-07T16:49:28.061 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.6FKVOOa3kQ 2023-12-07T16:49:28.066 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-07T16:49:28.128 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T16:49:28.128 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-07T16:49:28.128 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-07T16:49:28.162 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-07T16:49:28.162 DEBUG:teuthology.orchestra.run.smithi079:> sudo update-grub 2023-12-07T16:49:28.405 INFO:teuthology.orchestra.run.smithi135.stderr:Sourcing file `/etc/default/grub' 2023-12-07T16:49:28.409 INFO:teuthology.orchestra.run.smithi135.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T16:49:28.424 INFO:teuthology.orchestra.run.smithi135.stderr:Generating grub configuration file ... 2023-12-07T16:49:28.680 INFO:teuthology.orchestra.run.smithi135.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-07T16:49:28.692 INFO:teuthology.orchestra.run.smithi135.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-07T16:49:28.888 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2023-12-07T16:49:28.913 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-07T16:49:28.981 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2023-12-07T16:49:29.046 INFO:teuthology.orchestra.run.smithi135.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T16:49:29.056 INFO:teuthology.orchestra.run.smithi135.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T16:49:29.185 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2023-12-07T16:49:29.186 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2023-12-07T16:49:29.408 INFO:teuthology.orchestra.run.smithi194.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.89.99~20.04.47). 2023-12-07T16:49:29.408 INFO:teuthology.orchestra.run.smithi194.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-07T16:49:29.410 DEBUG:teuthology.orchestra.run.smithi194:> dpkg -s linux-image-generic-hwe-20.04 2023-12-07T16:49:29.432 INFO:teuthology.orchestra.run.smithi194.stdout:Package: linux-image-generic-hwe-20.04 2023-12-07T16:49:29.432 INFO:teuthology.orchestra.run.smithi194.stdout:Status: install ok installed 2023-12-07T16:49:29.432 INFO:teuthology.orchestra.run.smithi194.stdout:Priority: optional 2023-12-07T16:49:29.432 INFO:teuthology.orchestra.run.smithi194.stdout:Section: kernel 2023-12-07T16:49:29.433 INFO:teuthology.orchestra.run.smithi194.stdout:Installed-Size: 20 2023-12-07T16:49:29.433 INFO:teuthology.orchestra.run.smithi194.stdout:Maintainer: Ubuntu Kernel Team 2023-12-07T16:49:29.433 INFO:teuthology.orchestra.run.smithi194.stdout:Architecture: amd64 2023-12-07T16:49:29.433 INFO:teuthology.orchestra.run.smithi194.stdout:Source: linux-meta-hwe-5.15 2023-12-07T16:49:29.433 INFO:teuthology.orchestra.run.smithi194.stdout:Version: 5.15.0.89.99~20.04.47 2023-12-07T16:49:29.433 INFO:teuthology.orchestra.run.smithi194.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-89), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-07T16:49:29.433 INFO:teuthology.orchestra.run.smithi194.stdout:Depends: linux-image-5.15.0-89-generic, linux-modules-extra-5.15.0-89-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-07T16:49:29.433 INFO:teuthology.orchestra.run.smithi194.stdout:Recommends: thermald 2023-12-07T16:49:29.433 INFO:teuthology.orchestra.run.smithi194.stdout:Description: Generic Linux kernel image 2023-12-07T16:49:29.433 INFO:teuthology.orchestra.run.smithi194.stdout: This package will always depend on the latest generic kernel image 2023-12-07T16:49:29.433 INFO:teuthology.orchestra.run.smithi194.stdout: available. 2023-12-07T16:49:29.434 DEBUG:teuthology.orchestra.run.smithi194:> mktemp 2023-12-07T16:49:29.439 INFO:teuthology.orchestra.run.smithi194.stdout:/tmp/tmp.PU5UisBAl2 2023-12-07T16:49:29.439 DEBUG:teuthology.orchestra.run.smithi194:> sudo cp /boot/grub/grub.cfg /tmp/tmp.PU5UisBAl2 2023-12-07T16:49:29.456 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub' 2023-12-07T16:49:29.462 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T16:49:29.481 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2023-12-07T16:49:29.496 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 0666 /tmp/tmp.PU5UisBAl2 2023-12-07T16:49:29.547 DEBUG:teuthology.orchestra.remote:smithi194:/tmp/tmp.PU5UisBAl2 is 9KB 2023-12-07T16:49:29.561 DEBUG:teuthology.orchestra.run.smithi194:> rm -fr /tmp/tmp.PU5UisBAl2 2023-12-07T16:49:29.567 DEBUG:teuthology.orchestra.run.smithi194:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-07T16:49:29.625 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-07T16:49:29.626 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-07T16:49:29.626 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-07T16:49:29.656 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-89-generic 2023-12-07T16:49:29.656 DEBUG:teuthology.orchestra.run.smithi194:> sudo update-grub 2023-12-07T16:49:29.738 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-07T16:49:29.750 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-07T16:49:29.974 INFO:teuthology.orchestra.run.smithi135.stderr:done 2023-12-07T16:49:29.977 DEBUG:teuthology.orchestra.run.smithi135:> sudo shutdown -r now 2023-12-07T16:49:30.085 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T16:49:30.096 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T16:49:30.902 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub' 2023-12-07T16:49:30.908 INFO:teuthology.orchestra.run.smithi194.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-07T16:49:30.922 INFO:teuthology.orchestra.run.smithi194.stderr:Generating grub configuration file ... 2023-12-07T16:49:31.198 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.15.0-89-generic 2023-12-07T16:49:31.210 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.15.0-89-generic 2023-12-07T16:49:31.558 INFO:teuthology.orchestra.run.smithi194.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-07T16:49:31.570 INFO:teuthology.orchestra.run.smithi194.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-07T16:49:31.725 INFO:teuthology.orchestra.run.smithi079.stderr:done 2023-12-07T16:49:31.727 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2023-12-07T16:49:32.469 INFO:teuthology.orchestra.run.smithi194.stderr:done 2023-12-07T16:49:32.470 DEBUG:teuthology.orchestra.run.smithi194:> sudo shutdown -r now 2023-12-07T16:50:00.006 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-07T16:50:00.007 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-12-07T16:50:00.008 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:50:01.730 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-07T16:50:01.730 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-07T16:50:01.731 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:50:02.473 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-12-07T16:50:02.474 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-07T16:50:02.474 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:50:36.259 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2023-12-07T16:50:45.269 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-07T16:50:45.270 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:51:00.023 DEBUG:teuthology.orchestra.remote:timed out 2023-12-07T16:51:02.478 DEBUG:teuthology.orchestra.remote:timed out 2023-12-07T16:51:03.652 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2023-12-07T16:51:09.026 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-12-07T16:51:09.027 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:51:09.743 DEBUG:teuthology.orchestra.run.smithi135:> true 2023-12-07T16:51:10.633 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-12-07T16:51:10.633 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-89-generic"... 2023-12-07T16:51:10.633 DEBUG:teuthology.orchestra.run.smithi135:> uname -r 2023-12-07T16:51:10.679 INFO:teuthology.orchestra.run.smithi135.stdout:5.15.0-89-generic 2023-12-07T16:51:10.679 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-07T16:51:10.679 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T16:51:10.680 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-07T16:51:11.479 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-07T16:51:11.480 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:51:11.681 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T16:51:11.681 DEBUG:teuthology.orchestra.run.smithi135:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:51:11.916 INFO:teuthology.orchestra.run.smithi135.stdout:ttyS1 2023-12-07T16:51:11.946 DEBUG:teuthology.parallel:result is None 2023-12-07T16:51:12.148 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.194 2023-12-07T16:51:15.653 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-07T16:51:15.654 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:51:15.656 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2023-12-07T16:51:24.149 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-07T16:51:24.150 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:51:24.394 DEBUG:teuthology.orchestra.run.smithi194:> true 2023-12-07T16:51:24.870 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-07T16:51:24.870 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-89-generic"... 2023-12-07T16:51:24.870 DEBUG:teuthology.orchestra.run.smithi194:> uname -r 2023-12-07T16:51:24.921 INFO:teuthology.orchestra.run.smithi194.stdout:5.15.0-89-generic 2023-12-07T16:51:24.921 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-07T16:51:24.922 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T16:51:24.922 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-07T16:51:25.923 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-07T16:51:25.923 DEBUG:teuthology.orchestra.run.smithi194:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:51:26.012 INFO:teuthology.orchestra.run.smithi194.stdout:ttyS1 2023-12-07T16:51:26.040 DEBUG:teuthology.parallel:result is None 2023-12-07T16:51:30.656 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-07T16:51:30.657 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:51:30.892 DEBUG:teuthology.orchestra.run.smithi079:> true 2023-12-07T16:51:31.431 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-07T16:51:31.431 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-89-generic"... 2023-12-07T16:51:31.431 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2023-12-07T16:51:31.480 INFO:teuthology.orchestra.run.smithi079.stdout:5.15.0-89-generic 2023-12-07T16:51:31.481 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-89-generic vs 5.15.0-89-generic 2023-12-07T16:51:31.481 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T16:51:31.481 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-07T16:51:32.482 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T16:51:32.482 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:51:32.822 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2023-12-07T16:51:32.851 DEBUG:teuthology.parallel:result is None 2023-12-07T16:51:32.851 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T16:51:32.859 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T16:51:32.859 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:51:32.863 DEBUG:teuthology.orchestra.run.smithi135:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:51:32.865 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:51:32.875 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T16:51:32.882 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T16:51:32.891 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T16:51:32.891 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:51:32.914 DEBUG:teuthology.orchestra.run.smithi135:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:51:32.917 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:51:32.972 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T16:51:32.981 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T16:51:32.982 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-07T16:51:32.986 DEBUG:teuthology.orchestra.run.smithi135:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-07T16:51:32.999 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:51:33.001 DEBUG:teuthology.orchestra.run.smithi194:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-07T16:51:33.007 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:51:33.025 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:51:33.030 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:51:33.033 INFO:teuthology.orchestra.run.smithi135.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:51:33.038 INFO:teuthology.orchestra.run.smithi194.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:51:33.038 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T16:51:33.046 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T16:51:33.046 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:51:33.051 DEBUG:teuthology.orchestra.run.smithi135:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:51:33.086 DEBUG:teuthology.orchestra.run.smithi194:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:51:33.101 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T16:51:33.111 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T16:51:33.111 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:51:33.120 DEBUG:teuthology.orchestra.run.smithi135:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:51:33.154 DEBUG:teuthology.orchestra.run.smithi194:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:51:33.166 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:51:33.180 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:51:33.231 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T16:51:33.232 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:51:33.300 DEBUG:teuthology.orchestra.run.smithi135:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:51:33.311 DEBUG:teuthology.orchestra.run.smithi135:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:51:33.362 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-12-07T16:51:33.363 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:51:33.459 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:51:33.466 DEBUG:teuthology.orchestra.run.smithi194:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:51:33.517 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-07T16:51:33.517 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:51:33.593 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2023-12-07T16:51:33.599 DEBUG:teuthology.orchestra.run.smithi135:> sudo service rsyslog restart 2023-12-07T16:51:33.601 DEBUG:teuthology.orchestra.run.smithi194:> sudo service rsyslog restart 2023-12-07T16:51:33.678 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T16:51:33.687 INFO:teuthology.task.internal:Starting timer... 2023-12-07T16:51:33.687 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T16:51:33.753 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T16:51:33.773 DEBUG:teuthology.task.selinux:Excluding smithi079: OS 'ubuntu' does not support SELinux 2023-12-07T16:51:33.773 DEBUG:teuthology.task.selinux:Excluding smithi135: OS 'ubuntu' does not support SELinux 2023-12-07T16:51:33.774 DEBUG:teuthology.task.selinux:Excluding smithi194: OS 'ubuntu' does not support SELinux 2023-12-07T16:51:33.774 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T16:51:33.774 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-07T16:51:33.775 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T16:51:33.775 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T16:51:33.787 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-07T16:51:33.787 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T16:51:33.832 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-07T16:51:33.833 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi079.front.sepia.ceph.com,smithi135.front.sepia.ceph.com,smithi194.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T17:03:13.773 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi079.front.sepia.ceph.com'), Remote(name='ubuntu@smithi135.front.sepia.ceph.com'), Remote(name='ubuntu@smithi194.front.sepia.ceph.com')] 2023-12-07T17:03:13.774 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-07T17:03:13.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T17:03:13.862 DEBUG:teuthology.orchestra.run.smithi079:> true 2023-12-07T17:03:13.984 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2023-12-07T17:03:13.984 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-12-07T17:03:13.985 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi135.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T17:03:14.064 DEBUG:teuthology.orchestra.run.smithi135:> true 2023-12-07T17:03:14.184 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi135.front.sepia.ceph.com' 2023-12-07T17:03:14.184 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-07T17:03:14.185 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi194.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T17:03:14.273 DEBUG:teuthology.orchestra.run.smithi194:> true 2023-12-07T17:03:14.396 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi194.front.sepia.ceph.com' 2023-12-07T17:03:14.397 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T17:03:14.410 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T17:03:14.411 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T17:03:14.412 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:03:14.415 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T17:03:14.415 DEBUG:teuthology.orchestra.run.smithi135:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:03:14.417 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T17:03:14.417 DEBUG:teuthology.orchestra.run.smithi194:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:03:14.446 INFO:teuthology.orchestra.run.smithi079.stdout: 7 Dec 17:03:14 ntpd[23435]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-07T17:03:14.446 INFO:teuthology.orchestra.run.smithi079.stdout: 7 Dec 17:03:14 ntpd[23435]: Command line: ntpd -gq 2023-12-07T17:03:14.446 INFO:teuthology.orchestra.run.smithi135.stdout: 7 Dec 17:03:14 ntpd[23501]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-07T17:03:14.446 INFO:teuthology.orchestra.run.smithi135.stdout: 7 Dec 17:03:14 ntpd[23501]: Command line: ntpd -gq 2023-12-07T17:03:14.447 INFO:teuthology.orchestra.run.smithi079.stdout: 7 Dec 17:03:14 ntpd[23435]: proto: precision = 0.105 usec (-23) 2023-12-07T17:03:14.447 INFO:teuthology.orchestra.run.smithi079.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T17:03:14.447 INFO:teuthology.orchestra.run.smithi079.stdout: 7 Dec 17:03:14 ntpd[23435]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T17:03:14.448 INFO:teuthology.orchestra.run.smithi079.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-07T17:03:14.448 INFO:teuthology.orchestra.run.smithi079.stdout: 7 Dec 17:03:14 ntpd[23435]: restrict ::: KOD does nothing without LIMITED. 2023-12-07T17:03:14.449 INFO:teuthology.orchestra.run.smithi079.stdout: 7 Dec 17:03:14 ntpd[23435]: Listen and drop on 0 v6wildcard [::]:123 2023-12-07T17:03:14.449 INFO:teuthology.orchestra.run.smithi079.stdout: 7 Dec 17:03:14 ntpd[23435]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-07T17:03:14.449 INFO:teuthology.orchestra.run.smithi079.stdout: 7 Dec 17:03:14 ntpd[23435]: Listen normally on 2 lo 127.0.0.1:123 2023-12-07T17:03:14.449 INFO:teuthology.orchestra.run.smithi079.stdout: 7 Dec 17:03:14 ntpd[23435]: Listen normally on 3 enp3s0f1 172.21.15.79:123 2023-12-07T17:03:14.449 INFO:teuthology.orchestra.run.smithi079.stdout: 7 Dec 17:03:14 ntpd[23435]: Listen normally on 4 lo [::1]:123 2023-12-07T17:03:14.449 INFO:teuthology.orchestra.run.smithi079.stdout: 7 Dec 17:03:14 ntpd[23435]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce87%5]:123 2023-12-07T17:03:14.449 INFO:teuthology.orchestra.run.smithi079.stdout: 7 Dec 17:03:14 ntpd[23435]: Listening on routing socket on fd #22 for interface updates 2023-12-07T17:03:14.449 INFO:teuthology.orchestra.run.smithi135.stdout: 7 Dec 17:03:14 ntpd[23501]: proto: precision = 0.070 usec (-24) 2023-12-07T17:03:14.450 INFO:teuthology.orchestra.run.smithi135.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T17:03:14.450 INFO:teuthology.orchestra.run.smithi135.stdout: 7 Dec 17:03:14 ntpd[23501]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T17:03:14.450 INFO:teuthology.orchestra.run.smithi135.stdout: 7 Dec 17:03:14 ntpd[23501]: restrict ::: KOD does nothing without LIMITED. 2023-12-07T17:03:14.451 INFO:teuthology.orchestra.run.smithi135.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-07T17:03:14.451 INFO:teuthology.orchestra.run.smithi135.stdout: 7 Dec 17:03:14 ntpd[23501]: Listen and drop on 0 v6wildcard [::]:123 2023-12-07T17:03:14.452 INFO:teuthology.orchestra.run.smithi135.stdout: 7 Dec 17:03:14 ntpd[23501]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-07T17:03:14.452 INFO:teuthology.orchestra.run.smithi135.stdout: 7 Dec 17:03:14 ntpd[23501]: Listen normally on 2 lo 127.0.0.1:123 2023-12-07T17:03:14.452 INFO:teuthology.orchestra.run.smithi135.stdout: 7 Dec 17:03:14 ntpd[23501]: Listen normally on 3 enp3s0f1 172.21.15.135:123 2023-12-07T17:03:14.452 INFO:teuthology.orchestra.run.smithi135.stdout: 7 Dec 17:03:14 ntpd[23501]: Listen normally on 4 lo [::1]:123 2023-12-07T17:03:14.452 INFO:teuthology.orchestra.run.smithi135.stdout: 7 Dec 17:03:14 ntpd[23501]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8083%5]:123 2023-12-07T17:03:14.452 INFO:teuthology.orchestra.run.smithi135.stdout: 7 Dec 17:03:14 ntpd[23501]: Listening on routing socket on fd #22 for interface updates 2023-12-07T17:03:14.469 INFO:teuthology.orchestra.run.smithi194.stdout: 7 Dec 17:03:14 ntpd[23436]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-07T17:03:14.469 INFO:teuthology.orchestra.run.smithi194.stdout: 7 Dec 17:03:14 ntpd[23436]: Command line: ntpd -gq 2023-12-07T17:03:14.470 INFO:teuthology.orchestra.run.smithi194.stdout: 7 Dec 17:03:14 ntpd[23436]: proto: precision = 0.093 usec (-23) 2023-12-07T17:03:14.470 INFO:teuthology.orchestra.run.smithi194.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T17:03:14.470 INFO:teuthology.orchestra.run.smithi194.stdout: 7 Dec 17:03:14 ntpd[23436]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-07T17:03:14.471 INFO:teuthology.orchestra.run.smithi194.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-07T17:03:14.472 INFO:teuthology.orchestra.run.smithi194.stdout: 7 Dec 17:03:14 ntpd[23436]: restrict ::: KOD does nothing without LIMITED. 2023-12-07T17:03:14.472 INFO:teuthology.orchestra.run.smithi194.stdout: 7 Dec 17:03:14 ntpd[23436]: Listen and drop on 0 v6wildcard [::]:123 2023-12-07T17:03:14.472 INFO:teuthology.orchestra.run.smithi194.stdout: 7 Dec 17:03:14 ntpd[23436]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-07T17:03:14.472 INFO:teuthology.orchestra.run.smithi194.stdout: 7 Dec 17:03:14 ntpd[23436]: Listen normally on 2 lo 127.0.0.1:123 2023-12-07T17:03:14.472 INFO:teuthology.orchestra.run.smithi194.stdout: 7 Dec 17:03:14 ntpd[23436]: Listen normally on 3 enp3s0f1 172.21.15.194:123 2023-12-07T17:03:14.472 INFO:teuthology.orchestra.run.smithi194.stdout: 7 Dec 17:03:14 ntpd[23436]: Listen normally on 4 lo [::1]:123 2023-12-07T17:03:14.472 INFO:teuthology.orchestra.run.smithi194.stdout: 7 Dec 17:03:14 ntpd[23436]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7ea5%5]:123 2023-12-07T17:03:14.472 INFO:teuthology.orchestra.run.smithi194.stdout: 7 Dec 17:03:14 ntpd[23436]: Listening on routing socket on fd #22 for interface updates 2023-12-07T17:03:15.446 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:15 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:15.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:15 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:15.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:15 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:15.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:15 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:15.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:15 ntpd[23435]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:15.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:15 ntpd[23435]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:15.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:15 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:15.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:15 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:15.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:15 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:15.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:15 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:15.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:15 ntpd[23501]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:15.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:15 ntpd[23501]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:15.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:15 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:15.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:15 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:15.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:15 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:15.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:15 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:15.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:15 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:15.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:15 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:15.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:15 ntpd[23436]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:15.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:15 ntpd[23436]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:15.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:15 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:15.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:15 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:15.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:15 ntpd[23436]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:15.472 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:15 ntpd[23436]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:16.446 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:16 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:16.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:16 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:16.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:16 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:16.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:16 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:16.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:16 ntpd[23435]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:16.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:16 ntpd[23435]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:16.469 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:16 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:16.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:16 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:17.449 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:17 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:17.449 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:17 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:17.450 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:17 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:17.450 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:17 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:17.450 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:17 ntpd[23435]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:17.450 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:17 ntpd[23435]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:17.452 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:17 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:17.452 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:17 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:17.452 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:17 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:17.452 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:17 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:17.452 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:17 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:17.452 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:17 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:17.452 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:17 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:17.452 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:17 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:17.452 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:17 ntpd[23501]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:17.453 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:17 ntpd[23501]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:17.453 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:17 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:17.453 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:17 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:17.453 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:17 ntpd[23501]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:17.453 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:17 ntpd[23501]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:17.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:17 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:17.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:17 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:17.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:17 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:17.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:17 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:17.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:17 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:17.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:17 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:17.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:17 ntpd[23436]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:17.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:17 ntpd[23436]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:17.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:17 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:17.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:17 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:17.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:17 ntpd[23436]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:17.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:17 ntpd[23436]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:18.446 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:18 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:18.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:18 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:18.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:18 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:18.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:18 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:18.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:18 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:18.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:18 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:18.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:18 ntpd[23435]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:18.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:18 ntpd[23435]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:18.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:18 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:18.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:18 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:18.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:18 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:18.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:18 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:18.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:18 ntpd[23501]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:18.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:18 ntpd[23501]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:18.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:18 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:18.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:18 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:18.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:18 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:18.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:18 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:18.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:18 ntpd[23436]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:18.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:18 ntpd[23436]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:19.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:19 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:19.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:19 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:19.448 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:19 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:19.448 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:19 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:19.448 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:19 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:19.448 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:19 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:19.448 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:19 ntpd[23435]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:19.448 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:19 ntpd[23435]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:19.448 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:19 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:19.448 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:19 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:19.448 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:19 ntpd[23435]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:19.448 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:19 ntpd[23435]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:19.451 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:19 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:19.451 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:19 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:19.451 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:19 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:19.451 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:19 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:19.451 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:19 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:19.451 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:19 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:19.451 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:19 ntpd[23501]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:19.452 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:19 ntpd[23501]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:19.452 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:19 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:19.452 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:19 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:19.452 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:19 ntpd[23501]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:19.452 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:19 ntpd[23501]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:19.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:19 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:19.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:19 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:19.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:19 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:19.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:19 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:19.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:19 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:19.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:19 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:19.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:19 ntpd[23436]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:19.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:19 ntpd[23436]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:19.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:19 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:19.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:19 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:19.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:19 ntpd[23436]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:19.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:19 ntpd[23436]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:20.446 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:20 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:20.446 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:20 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:20.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:20 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:20.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:20 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:20.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:20 ntpd[23435]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:20.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:20 ntpd[23435]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:20.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:20 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:20.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:20 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:20.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:20 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:20.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:20 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:20.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:20 ntpd[23501]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:20.448 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:20 ntpd[23501]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:20.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:20 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:20.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:20 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:20.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:20 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:20.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:20 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:20.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:20 ntpd[23436]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:20.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:20 ntpd[23436]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:21.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:21 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:21.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:21 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:21.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:21 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:21.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:21 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:21.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:21 ntpd[23435]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:21.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:21 ntpd[23435]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:21.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:21 ntpd[23435]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:21.447 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:21 ntpd[23435]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:21.447 INFO:teuthology.orchestra.run.smithi079.stdout: 7 Dec 17:03:21 ntpd[23435]: ntpd: time slew +0.000669 s 2023-12-07T17:03:21.447 INFO:teuthology.orchestra.run.smithi079.stdout:ntpd: time slew +0.000669s 2023-12-07T17:03:21.448 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:21 ntpd[23435]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-07T17:03:21.448 INFO:teuthology.orchestra.run.smithi079.stderr: 7 Dec 17:03:21 ntpd[23435]: can't open /var/log/ntpstats/loopstats.20231207: Permission denied 2023-12-07T17:03:21.449 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:21 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:21.449 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:21 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:21.449 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:21 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:21.449 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:21 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:21.449 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:21 ntpd[23501]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:21.449 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:21 ntpd[23501]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:21.449 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:21 ntpd[23501]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:21.449 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:21 ntpd[23501]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:21.450 INFO:teuthology.orchestra.run.smithi135.stdout: 7 Dec 17:03:21 ntpd[23501]: ntpd: time slew +0.000536 s 2023-12-07T17:03:21.450 INFO:teuthology.orchestra.run.smithi135.stdout:ntpd: time slew +0.000536s 2023-12-07T17:03:21.450 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:21 ntpd[23501]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-07T17:03:21.450 INFO:teuthology.orchestra.run.smithi135.stderr: 7 Dec 17:03:21 ntpd[23501]: can't open /var/log/ntpstats/loopstats.20231207: Permission denied 2023-12-07T17:03:21.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:21 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:21.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:21 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:21.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:21 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:21.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:21 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:21.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:21 ntpd[23436]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-07T17:03:21.470 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:21 ntpd[23436]: can't open /var/log/ntpstats/rawstats.20231207: Permission denied 2023-12-07T17:03:21.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:21 ntpd[23436]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-07T17:03:21.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:21 ntpd[23436]: can't open /var/log/ntpstats/peerstats.20231207: Permission denied 2023-12-07T17:03:21.471 INFO:teuthology.orchestra.run.smithi194.stdout: 7 Dec 17:03:21 ntpd[23436]: ntpd: time slew -0.000051 s 2023-12-07T17:03:21.471 INFO:teuthology.orchestra.run.smithi194.stdout:ntpd: time slew -0.000051s 2023-12-07T17:03:21.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:21 ntpd[23436]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-07T17:03:21.471 INFO:teuthology.orchestra.run.smithi194.stderr: 7 Dec 17:03:21 ntpd[23436]: can't open /var/log/ntpstats/loopstats.20231207: Permission denied 2023-12-07T17:03:21.513 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2023-12-07T17:03:21.513 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2023-12-07T17:03:21.513 INFO:teuthology.orchestra.run.smithi079.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T17:03:21.513 INFO:teuthology.orchestra.run.smithi079.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T17:03:21.513 INFO:teuthology.orchestra.run.smithi079.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T17:03:21.513 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T17:03:21.531 INFO:teuthology.orchestra.run.smithi194.stdout: remote refid st t when poll reach delay offset jitter 2023-12-07T17:03:21.531 INFO:teuthology.orchestra.run.smithi194.stdout:============================================================================== 2023-12-07T17:03:21.531 INFO:teuthology.orchestra.run.smithi194.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T17:03:21.531 INFO:teuthology.orchestra.run.smithi194.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T17:03:21.531 INFO:teuthology.orchestra.run.smithi194.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T17:03:21.531 INFO:teuthology.orchestra.run.smithi194.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T17:03:21.605 INFO:teuthology.orchestra.run.smithi135.stdout: remote refid st t when poll reach delay offset jitter 2023-12-07T17:03:21.605 INFO:teuthology.orchestra.run.smithi135.stdout:============================================================================== 2023-12-07T17:03:21.606 INFO:teuthology.orchestra.run.smithi135.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T17:03:21.606 INFO:teuthology.orchestra.run.smithi135.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T17:03:21.606 INFO:teuthology.orchestra.run.smithi135.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T17:03:21.606 INFO:teuthology.orchestra.run.smithi135.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-07T17:03:21.607 INFO:teuthology.run_tasks:Running task install... 2023-12-07T17:03:21.618 DEBUG:teuthology.task.install:project ceph 2023-12-07T17:03:21.618 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'}} 2023-12-07T17:03:21.618 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'} 2023-12-07T17:03:21.618 INFO:teuthology.task.install:Using flavor: default 2023-12-07T17:03:21.625 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-12-07T17:03:21.625 INFO:teuthology.task.install:extra packages: [] 2023-12-07T17:03:21.625 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-key list | grep Ceph 2023-12-07T17:03:21.626 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-key list | grep Ceph 2023-12-07T17:03:21.626 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-key list | grep Ceph 2023-12-07T17:03:21.724 INFO:teuthology.orchestra.run.smithi194.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-07T17:03:21.725 INFO:teuthology.orchestra.run.smithi079.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-07T17:03:21.750 INFO:teuthology.orchestra.run.smithi135.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2023-12-07T17:03:21.780 INFO:teuthology.orchestra.run.smithi079.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-07T17:03:21.780 INFO:teuthology.orchestra.run.smithi079.stdout:uid [ unknown] Ceph.com (release key) 2023-12-07T17:03:21.781 INFO:teuthology.task.install.deb:Installing packages: 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 on remote deb x86_64 2023-12-07T17:03:21.781 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:03:21.786 INFO:teuthology.orchestra.run.smithi194.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-07T17:03:21.786 INFO:teuthology.orchestra.run.smithi194.stdout:uid [ unknown] Ceph.com (release key) 2023-12-07T17:03:21.786 INFO:teuthology.task.install.deb:Installing packages: 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 on remote deb x86_64 2023-12-07T17:03:21.786 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:03:21.804 INFO:teuthology.orchestra.run.smithi135.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2023-12-07T17:03:21.805 INFO:teuthology.orchestra.run.smithi135.stdout:uid [ unknown] Ceph.com (release key) 2023-12-07T17:03:21.805 INFO:teuthology.task.install.deb:Installing packages: 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 on remote deb x86_64 2023-12-07T17:03:21.806 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:03:21.935 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default/ 2023-12-07T17:03:21.935 INFO:teuthology.task.install.deb:Package version is 19.0.0-64-ge068ebcf-1focal 2023-12-07T17:03:21.952 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default/ 2023-12-07T17:03:21.953 INFO:teuthology.task.install.deb:Package version is 19.0.0-64-ge068ebcf-1focal 2023-12-07T17:03:22.112 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default/ 2023-12-07T17:03:22.113 INFO:teuthology.task.install.deb:Package version is 19.0.0-64-ge068ebcf-1focal 2023-12-07T17:03:22.197 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-12-07T17:03:22.198 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2023-12-07T17:03:22.214 DEBUG:teuthology.orchestra.run.smithi135:> sudo apt-get update 2023-12-07T17:03:22.304 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-07T17:03:22.305 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2023-12-07T17:03:22.321 DEBUG:teuthology.orchestra.run.smithi194:> sudo apt-get update 2023-12-07T17:03:22.372 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T17:03:22.372 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2023-12-07T17:03:22.389 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2023-12-07T17:03:22.419 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T17:03:22.539 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T17:03:22.566 INFO:teuthology.orchestra.run.smithi194.stdout:Ign:2 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal InRelease 2023-12-07T17:03:22.576 INFO:teuthology.orchestra.run.smithi135.stdout:Ign:2 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal InRelease 2023-12-07T17:03:22.580 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T17:03:22.586 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T17:03:22.587 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal Release [7,662 B] 2023-12-07T17:03:22.610 INFO:teuthology.orchestra.run.smithi194.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal Release.gpg 2023-12-07T17:03:22.626 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T17:03:22.630 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:6 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-07T17:03:22.636 INFO:teuthology.orchestra.run.smithi194.stdout:Hit:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T17:03:22.649 INFO:teuthology.orchestra.run.smithi135.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal Release [7,662 B] 2023-12-07T17:03:22.649 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-07T17:03:22.651 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main i386 Packages [3,395 B] 2023-12-07T17:03:22.670 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T17:03:22.685 INFO:teuthology.orchestra.run.smithi194.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 Packages [17.3 kB] 2023-12-07T17:03:22.700 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-07T17:03:22.715 INFO:teuthology.orchestra.run.smithi135.stdout:Ign:6 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal Release.gpg 2023-12-07T17:03:22.738 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T17:03:22.752 INFO:teuthology.orchestra.run.smithi135.stdout:Hit:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-07T17:03:22.764 INFO:teuthology.orchestra.run.smithi135.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 Packages [17.3 kB] 2023-12-07T17:03:22.792 INFO:teuthology.orchestra.run.smithi079.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal InRelease 2023-12-07T17:03:22.816 INFO:teuthology.orchestra.run.smithi135.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main i386 Packages [3,395 B] 2023-12-07T17:03:22.829 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal Release [7,662 B] 2023-12-07T17:03:22.867 INFO:teuthology.orchestra.run.smithi079.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal Release.gpg 2023-12-07T17:03:22.904 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main i386 Packages [3,395 B] 2023-12-07T17:03:22.960 INFO:teuthology.orchestra.run.smithi079.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 Packages [17.3 kB] 2023-12-07T17:03:23.085 INFO:teuthology.orchestra.run.smithi135.stdout:Fetched 28.4 kB in 1s (42.5 kB/s) 2023-12-07T17:03:23.162 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 28.4 kB in 1s (45.2 kB/s) 2023-12-07T17:03:23.260 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 28.4 kB in 1s (43.4 kB/s) 2023-12-07T17:03:24.164 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2023-12-07T17:03:24.193 DEBUG:teuthology.orchestra.run.smithi135:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-64-ge068ebcf-1focal cephadm=19.0.0-64-ge068ebcf-1focal ceph-mds=19.0.0-64-ge068ebcf-1focal ceph-mgr=19.0.0-64-ge068ebcf-1focal ceph-common=19.0.0-64-ge068ebcf-1focal ceph-fuse=19.0.0-64-ge068ebcf-1focal ceph-test=19.0.0-64-ge068ebcf-1focal ceph-volume=19.0.0-64-ge068ebcf-1focal radosgw=19.0.0-64-ge068ebcf-1focal python3-rados=19.0.0-64-ge068ebcf-1focal python3-rgw=19.0.0-64-ge068ebcf-1focal python3-cephfs=19.0.0-64-ge068ebcf-1focal python3-rbd=19.0.0-64-ge068ebcf-1focal libcephfs2=19.0.0-64-ge068ebcf-1focal libcephfs-dev=19.0.0-64-ge068ebcf-1focal librados2=19.0.0-64-ge068ebcf-1focal librbd1=19.0.0-64-ge068ebcf-1focal rbd-fuse=19.0.0-64-ge068ebcf-1focal 2023-12-07T17:03:24.235 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2023-12-07T17:03:24.266 INFO:teuthology.orchestra.run.smithi135.stdout:Reading package lists... 2023-12-07T17:03:24.267 DEBUG:teuthology.orchestra.run.smithi194:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-64-ge068ebcf-1focal cephadm=19.0.0-64-ge068ebcf-1focal ceph-mds=19.0.0-64-ge068ebcf-1focal ceph-mgr=19.0.0-64-ge068ebcf-1focal ceph-common=19.0.0-64-ge068ebcf-1focal ceph-fuse=19.0.0-64-ge068ebcf-1focal ceph-test=19.0.0-64-ge068ebcf-1focal ceph-volume=19.0.0-64-ge068ebcf-1focal radosgw=19.0.0-64-ge068ebcf-1focal python3-rados=19.0.0-64-ge068ebcf-1focal python3-rgw=19.0.0-64-ge068ebcf-1focal python3-cephfs=19.0.0-64-ge068ebcf-1focal python3-rbd=19.0.0-64-ge068ebcf-1focal libcephfs2=19.0.0-64-ge068ebcf-1focal libcephfs-dev=19.0.0-64-ge068ebcf-1focal librados2=19.0.0-64-ge068ebcf-1focal librbd1=19.0.0-64-ge068ebcf-1focal rbd-fuse=19.0.0-64-ge068ebcf-1focal 2023-12-07T17:03:24.331 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-12-07T17:03:24.343 INFO:teuthology.orchestra.run.smithi194.stdout:Reading package lists... 2023-12-07T17:03:24.357 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-64-ge068ebcf-1focal cephadm=19.0.0-64-ge068ebcf-1focal ceph-mds=19.0.0-64-ge068ebcf-1focal ceph-mgr=19.0.0-64-ge068ebcf-1focal ceph-common=19.0.0-64-ge068ebcf-1focal ceph-fuse=19.0.0-64-ge068ebcf-1focal ceph-test=19.0.0-64-ge068ebcf-1focal ceph-volume=19.0.0-64-ge068ebcf-1focal radosgw=19.0.0-64-ge068ebcf-1focal python3-rados=19.0.0-64-ge068ebcf-1focal python3-rgw=19.0.0-64-ge068ebcf-1focal python3-cephfs=19.0.0-64-ge068ebcf-1focal python3-rbd=19.0.0-64-ge068ebcf-1focal libcephfs2=19.0.0-64-ge068ebcf-1focal libcephfs-dev=19.0.0-64-ge068ebcf-1focal librados2=19.0.0-64-ge068ebcf-1focal librbd1=19.0.0-64-ge068ebcf-1focal rbd-fuse=19.0.0-64-ge068ebcf-1focal 2023-12-07T17:03:24.430 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2023-12-07T17:03:24.448 INFO:teuthology.orchestra.run.smithi135.stdout:Building dependency tree... 2023-12-07T17:03:24.449 INFO:teuthology.orchestra.run.smithi135.stdout:Reading state information... 2023-12-07T17:03:24.545 INFO:teuthology.orchestra.run.smithi194.stdout:Building dependency tree... 2023-12-07T17:03:24.545 INFO:teuthology.orchestra.run.smithi194.stdout:Reading state information... 2023-12-07T17:03:24.622 INFO:teuthology.orchestra.run.smithi135.stdout:The following packages were automatically installed and are no longer required: 2023-12-07T17:03:24.624 INFO:teuthology.orchestra.run.smithi135.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2023-12-07T17:03:24.624 INFO:teuthology.orchestra.run.smithi135.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-07T17:03:24.624 INFO:teuthology.orchestra.run.smithi135.stdout:The following additional packages will be installed: 2023-12-07T17:03:24.624 INFO:teuthology.orchestra.run.smithi135.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2023-12-07T17:03:24.624 INFO:teuthology.orchestra.run.smithi135.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2023-12-07T17:03:24.624 INFO:teuthology.orchestra.run.smithi135.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2023-12-07T17:03:24.624 INFO:teuthology.orchestra.run.smithi135.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liblua5.3-dev liboath0 libonig5 2023-12-07T17:03:24.624 INFO:teuthology.orchestra.run.smithi135.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 2023-12-07T17:03:24.624 INFO:teuthology.orchestra.run.smithi135.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2023-12-07T17:03:24.625 INFO:teuthology.orchestra.run.smithi135.stdout: libthrift-0.13.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2023-12-07T17:03:24.625 INFO:teuthology.orchestra.run.smithi135.stdout: pkg-config python-asyncssh-doc python-natsort-doc python-pastedeploy-tpl 2023-12-07T17:03:24.625 INFO:teuthology.orchestra.run.smithi135.stdout: python3-asyncssh python3-atomicwrites python3-attr python3-bcrypt 2023-12-07T17:03:24.625 INFO:teuthology.orchestra.run.smithi135.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2023-12-07T17:03:24.625 INFO:teuthology.orchestra.run.smithi135.stdout: python3-ceph-common python3-cherrypy3 python3-cryptography python3-decorator 2023-12-07T17:03:24.625 INFO:teuthology.orchestra.run.smithi135.stdout: python3-google-auth python3-html5lib python3-jinja2 python3-joblib 2023-12-07T17:03:24.625 INFO:teuthology.orchestra.run.smithi135.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-07T17:03:24.626 INFO:teuthology.orchestra.run.smithi135.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-07T17:03:24.626 INFO:teuthology.orchestra.run.smithi135.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-07T17:03:24.626 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-07T17:03:24.626 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-07T17:03:24.626 INFO:teuthology.orchestra.run.smithi135.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2023-12-07T17:03:24.626 INFO:teuthology.orchestra.run.smithi135.stdout: python3-scipy python3-simplegeneric python3-simplejson 2023-12-07T17:03:24.626 INFO:teuthology.orchestra.run.smithi135.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2023-12-07T17:03:24.626 INFO:teuthology.orchestra.run.smithi135.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2023-12-07T17:03:24.626 INFO:teuthology.orchestra.run.smithi135.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2023-12-07T17:03:24.626 INFO:teuthology.orchestra.run.smithi135.stdout: qttranslations5-l10n socat unzip xmlstarlet zip 2023-12-07T17:03:24.627 INFO:teuthology.orchestra.run.smithi135.stdout:Suggested packages: 2023-12-07T17:03:24.627 INFO:teuthology.orchestra.run.smithi135.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2023-12-07T17:03:24.627 INFO:teuthology.orchestra.run.smithi135.stdout: readline-doc python-attr-doc python-blinker-doc python-cryptography-doc 2023-12-07T17:03:24.627 INFO:teuthology.orchestra.run.smithi135.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2023-12-07T17:03:24.627 INFO:teuthology.orchestra.run.smithi135.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2023-12-07T17:03:24.627 INFO:teuthology.orchestra.run.smithi135.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2023-12-07T17:03:24.627 INFO:teuthology.orchestra.run.smithi135.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2023-12-07T17:03:24.627 INFO:teuthology.orchestra.run.smithi135.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2023-12-07T17:03:24.627 INFO:teuthology.orchestra.run.smithi135.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2023-12-07T17:03:24.627 INFO:teuthology.orchestra.run.smithi135.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2023-12-07T17:03:24.627 INFO:teuthology.orchestra.run.smithi135.stdout:Recommended packages: 2023-12-07T17:03:24.627 INFO:teuthology.orchestra.run.smithi135.stdout: btrfs-tools 2023-12-07T17:03:24.631 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2023-12-07T17:03:24.633 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2023-12-07T17:03:24.722 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages were automatically installed and are no longer required: 2023-12-07T17:03:24.722 INFO:teuthology.orchestra.run.smithi194.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2023-12-07T17:03:24.723 INFO:teuthology.orchestra.run.smithi194.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-07T17:03:24.723 INFO:teuthology.orchestra.run.smithi194.stdout:The following additional packages will be installed: 2023-12-07T17:03:24.723 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2023-12-07T17:03:24.724 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2023-12-07T17:03:24.724 INFO:teuthology.orchestra.run.smithi194.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2023-12-07T17:03:24.724 INFO:teuthology.orchestra.run.smithi194.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liblua5.3-dev liboath0 libonig5 2023-12-07T17:03:24.724 INFO:teuthology.orchestra.run.smithi194.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 2023-12-07T17:03:24.724 INFO:teuthology.orchestra.run.smithi194.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2023-12-07T17:03:24.724 INFO:teuthology.orchestra.run.smithi194.stdout: libthrift-0.13.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: pkg-config python-asyncssh-doc python-natsort-doc python-pastedeploy-tpl 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: python3-asyncssh python3-atomicwrites python3-attr python3-bcrypt 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: python3-ceph-common python3-cherrypy3 python3-cryptography python3-decorator 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: python3-google-auth python3-html5lib python3-jinja2 python3-joblib 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: python3-scipy python3-simplegeneric python3-simplejson 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2023-12-07T17:03:24.725 INFO:teuthology.orchestra.run.smithi194.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2023-12-07T17:03:24.726 INFO:teuthology.orchestra.run.smithi194.stdout: qttranslations5-l10n socat unzip xmlstarlet zip 2023-12-07T17:03:24.726 INFO:teuthology.orchestra.run.smithi194.stdout:Suggested packages: 2023-12-07T17:03:24.726 INFO:teuthology.orchestra.run.smithi194.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2023-12-07T17:03:24.726 INFO:teuthology.orchestra.run.smithi194.stdout: readline-doc python-attr-doc python-blinker-doc python-cryptography-doc 2023-12-07T17:03:24.726 INFO:teuthology.orchestra.run.smithi194.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2023-12-07T17:03:24.726 INFO:teuthology.orchestra.run.smithi194.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2023-12-07T17:03:24.726 INFO:teuthology.orchestra.run.smithi194.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2023-12-07T17:03:24.726 INFO:teuthology.orchestra.run.smithi194.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2023-12-07T17:03:24.726 INFO:teuthology.orchestra.run.smithi194.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2023-12-07T17:03:24.726 INFO:teuthology.orchestra.run.smithi194.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2023-12-07T17:03:24.727 INFO:teuthology.orchestra.run.smithi194.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2023-12-07T17:03:24.727 INFO:teuthology.orchestra.run.smithi194.stdout:Recommended packages: 2023-12-07T17:03:24.727 INFO:teuthology.orchestra.run.smithi194.stdout: btrfs-tools 2023-12-07T17:03:24.751 INFO:teuthology.orchestra.run.smithi135.stdout:The following NEW packages will be installed: 2023-12-07T17:03:24.751 INFO:teuthology.orchestra.run.smithi135.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2023-12-07T17:03:24.751 INFO:teuthology.orchestra.run.smithi135.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2023-12-07T17:03:24.751 INFO:teuthology.orchestra.run.smithi135.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2023-12-07T17:03:24.751 INFO:teuthology.orchestra.run.smithi135.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2023-12-07T17:03:24.752 INFO:teuthology.orchestra.run.smithi135.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2023-12-07T17:03:24.752 INFO:teuthology.orchestra.run.smithi135.stdout: liblua5.3-0 liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a 2023-12-07T17:03:24.752 INFO:teuthology.orchestra.run.smithi135.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 2023-12-07T17:03:24.753 INFO:teuthology.orchestra.run.smithi135.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.13.0 lua-any lua-sec 2023-12-07T17:03:24.753 INFO:teuthology.orchestra.run.smithi135.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2023-12-07T17:03:24.753 INFO:teuthology.orchestra.run.smithi135.stdout: python-natsort-doc python-pastedeploy-tpl python3-asyncssh 2023-12-07T17:03:24.754 INFO:teuthology.orchestra.run.smithi135.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2023-12-07T17:03:24.754 INFO:teuthology.orchestra.run.smithi135.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2023-12-07T17:03:24.754 INFO:teuthology.orchestra.run.smithi135.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2023-12-07T17:03:24.754 INFO:teuthology.orchestra.run.smithi135.stdout: python3-html5lib python3-jinja2 python3-joblib python3-jwt 2023-12-07T17:03:24.754 INFO:teuthology.orchestra.run.smithi135.stdout: python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-07T17:03:24.754 INFO:teuthology.orchestra.run.smithi135.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-07T17:03:24.754 INFO:teuthology.orchestra.run.smithi135.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-07T17:03:24.754 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-07T17:03:24.754 INFO:teuthology.orchestra.run.smithi135.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-07T17:03:24.754 INFO:teuthology.orchestra.run.smithi135.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2023-12-07T17:03:24.754 INFO:teuthology.orchestra.run.smithi135.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2023-12-07T17:03:24.754 INFO:teuthology.orchestra.run.smithi135.stdout: python3-simplejson python3-singledispatch python3-sklearn 2023-12-07T17:03:24.754 INFO:teuthology.orchestra.run.smithi135.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2023-12-07T17:03:24.754 INFO:teuthology.orchestra.run.smithi135.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2023-12-07T17:03:24.755 INFO:teuthology.orchestra.run.smithi135.stdout: python3-webtest python3-werkzeug qttranslations5-l10n radosgw rbd-fuse socat 2023-12-07T17:03:24.755 INFO:teuthology.orchestra.run.smithi135.stdout: unzip xmlstarlet zip 2023-12-07T17:03:24.755 INFO:teuthology.orchestra.run.smithi135.stdout:The following packages will be upgraded: 2023-12-07T17:03:24.755 INFO:teuthology.orchestra.run.smithi135.stdout: librados2 librbd1 2023-12-07T17:03:24.828 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages were automatically installed and are no longer required: 2023-12-07T17:03:24.829 INFO:teuthology.orchestra.run.smithi079.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2023-12-07T17:03:24.829 INFO:teuthology.orchestra.run.smithi079.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-07T17:03:24.829 INFO:teuthology.orchestra.run.smithi079.stdout:The following additional packages will be installed: 2023-12-07T17:03:24.830 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2023-12-07T17:03:24.830 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd fonts-mathjax jq 2023-12-07T17:03:24.830 INFO:teuthology.orchestra.run.smithi079.stdout: libdouble-conversion3 libjq1 libjs-mathjax libjs-sphinxdoc libjs-underscore 2023-12-07T17:03:24.830 INFO:teuthology.orchestra.run.smithi079.stdout: liblbfgsb0 liblttng-ust0 liblua5.3-0 liblua5.3-dev liboath0 libonig5 2023-12-07T17:03:24.830 INFO:teuthology.orchestra.run.smithi079.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 librabbitmq4 2023-12-07T17:03:24.830 INFO:teuthology.orchestra.run.smithi079.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2023-12-07T17:03:24.831 INFO:teuthology.orchestra.run.smithi079.stdout: libthrift-0.13.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2023-12-07T17:03:24.831 INFO:teuthology.orchestra.run.smithi079.stdout: pkg-config python-asyncssh-doc python-natsort-doc python-pastedeploy-tpl 2023-12-07T17:03:24.831 INFO:teuthology.orchestra.run.smithi079.stdout: python3-asyncssh python3-atomicwrites python3-attr python3-bcrypt 2023-12-07T17:03:24.831 INFO:teuthology.orchestra.run.smithi079.stdout: python3-blinker python3-bs4 python3-cachetools python3-ceph-argparse 2023-12-07T17:03:24.831 INFO:teuthology.orchestra.run.smithi079.stdout: python3-ceph-common python3-cherrypy3 python3-cryptography python3-decorator 2023-12-07T17:03:24.831 INFO:teuthology.orchestra.run.smithi079.stdout: python3-google-auth python3-html5lib python3-jinja2 python3-joblib 2023-12-07T17:03:24.831 INFO:teuthology.orchestra.run.smithi079.stdout: python3-jwt python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-07T17:03:24.831 INFO:teuthology.orchestra.run.smithi079.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-07T17:03:24.831 INFO:teuthology.orchestra.run.smithi079.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-07T17:03:24.831 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-07T17:03:24.831 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-07T17:03:24.831 INFO:teuthology.orchestra.run.smithi079.stdout: python3-repoze.lru python3-requests-oauthlib python3-routes python3-rsa 2023-12-07T17:03:24.831 INFO:teuthology.orchestra.run.smithi079.stdout: python3-scipy python3-simplegeneric python3-simplejson 2023-12-07T17:03:24.832 INFO:teuthology.orchestra.run.smithi079.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-soupsieve 2023-12-07T17:03:24.832 INFO:teuthology.orchestra.run.smithi079.stdout: python3-tempita python3-waitress python3-wcwidth python3-webencodings 2023-12-07T17:03:24.832 INFO:teuthology.orchestra.run.smithi079.stdout: python3-webob python3-websocket python3-webtest python3-werkzeug 2023-12-07T17:03:24.832 INFO:teuthology.orchestra.run.smithi079.stdout: qttranslations5-l10n socat unzip xmlstarlet zip 2023-12-07T17:03:24.832 INFO:teuthology.orchestra.run.smithi079.stdout:Suggested packages: 2023-12-07T17:03:24.832 INFO:teuthology.orchestra.run.smithi079.stdout: python3-influxdb fonts-mathjax-extras fonts-stix libjs-mathjax-doc 2023-12-07T17:03:24.832 INFO:teuthology.orchestra.run.smithi079.stdout: readline-doc python-attr-doc python-blinker-doc python-cryptography-doc 2023-12-07T17:03:24.832 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cryptography-vectors python3-genshi python-jinja2-doc python3-crypto 2023-12-07T17:03:24.832 INFO:teuthology.orchestra.run.smithi079.stdout: python3-lxml-dbg python-lxml-doc python3-beaker python-mako-doc 2023-12-07T17:03:24.832 INFO:teuthology.orchestra.run.smithi079.stdout: python-openssl-doc python3-openssl-dbg httpd-wsgi libapache2-mod-python 2023-12-07T17:03:24.833 INFO:teuthology.orchestra.run.smithi079.stdout: libapache2-mod-scgi libjs-mochikit python-pecan-doc python-psutil-doc 2023-12-07T17:03:24.833 INFO:teuthology.orchestra.run.smithi079.stdout: subversion python-pyinotify-doc python-scipy-doc python3-dap 2023-12-07T17:03:24.833 INFO:teuthology.orchestra.run.smithi079.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2023-12-07T17:03:24.833 INFO:teuthology.orchestra.run.smithi079.stdout: python-webtest-doc python-werkzeug-doc python3-termcolor python3-watchdog 2023-12-07T17:03:24.833 INFO:teuthology.orchestra.run.smithi079.stdout:Recommended packages: 2023-12-07T17:03:24.833 INFO:teuthology.orchestra.run.smithi079.stdout: btrfs-tools 2023-12-07T17:03:24.853 INFO:teuthology.orchestra.run.smithi194.stdout:The following NEW packages will be installed: 2023-12-07T17:03:24.853 INFO:teuthology.orchestra.run.smithi194.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2023-12-07T17:03:24.853 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2023-12-07T17:03:24.853 INFO:teuthology.orchestra.run.smithi194.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2023-12-07T17:03:24.853 INFO:teuthology.orchestra.run.smithi194.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2023-12-07T17:03:24.853 INFO:teuthology.orchestra.run.smithi194.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2023-12-07T17:03:24.853 INFO:teuthology.orchestra.run.smithi194.stdout: liblua5.3-0 liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a 2023-12-07T17:03:24.853 INFO:teuthology.orchestra.run.smithi194.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 2023-12-07T17:03:24.855 INFO:teuthology.orchestra.run.smithi194.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.13.0 lua-any lua-sec 2023-12-07T17:03:24.855 INFO:teuthology.orchestra.run.smithi194.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2023-12-07T17:03:24.855 INFO:teuthology.orchestra.run.smithi194.stdout: python-natsort-doc python-pastedeploy-tpl python3-asyncssh 2023-12-07T17:03:24.855 INFO:teuthology.orchestra.run.smithi194.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2023-12-07T17:03:24.855 INFO:teuthology.orchestra.run.smithi194.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2023-12-07T17:03:24.855 INFO:teuthology.orchestra.run.smithi194.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2023-12-07T17:03:24.855 INFO:teuthology.orchestra.run.smithi194.stdout: python3-html5lib python3-jinja2 python3-joblib python3-jwt 2023-12-07T17:03:24.855 INFO:teuthology.orchestra.run.smithi194.stdout: python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-07T17:03:24.855 INFO:teuthology.orchestra.run.smithi194.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-07T17:03:24.855 INFO:teuthology.orchestra.run.smithi194.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-07T17:03:24.855 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-07T17:03:24.855 INFO:teuthology.orchestra.run.smithi194.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-07T17:03:24.855 INFO:teuthology.orchestra.run.smithi194.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2023-12-07T17:03:24.855 INFO:teuthology.orchestra.run.smithi194.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2023-12-07T17:03:24.856 INFO:teuthology.orchestra.run.smithi194.stdout: python3-simplejson python3-singledispatch python3-sklearn 2023-12-07T17:03:24.856 INFO:teuthology.orchestra.run.smithi194.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2023-12-07T17:03:24.856 INFO:teuthology.orchestra.run.smithi194.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2023-12-07T17:03:24.856 INFO:teuthology.orchestra.run.smithi194.stdout: python3-webtest python3-werkzeug qttranslations5-l10n radosgw rbd-fuse socat 2023-12-07T17:03:24.856 INFO:teuthology.orchestra.run.smithi194.stdout: unzip xmlstarlet zip 2023-12-07T17:03:24.856 INFO:teuthology.orchestra.run.smithi194.stdout:The following packages will be upgraded: 2023-12-07T17:03:24.856 INFO:teuthology.orchestra.run.smithi194.stdout: librados2 librbd1 2023-12-07T17:03:24.945 INFO:teuthology.orchestra.run.smithi135.stdout:2 upgraded, 120 newly installed, 0 to remove and 262 not upgraded. 2023-12-07T17:03:24.945 INFO:teuthology.orchestra.run.smithi135.stdout:Need to get 216 MB of archives. 2023-12-07T17:03:24.946 INFO:teuthology.orchestra.run.smithi135.stdout:After this operation, 1,062 MB of additional disk space will be used. 2023-12-07T17:03:24.946 INFO:teuthology.orchestra.run.smithi135.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2023-12-07T17:03:24.952 INFO:teuthology.orchestra.run.smithi079.stdout:The following NEW packages will be installed: 2023-12-07T17:03:24.952 INFO:teuthology.orchestra.run.smithi079.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2023-12-07T17:03:24.952 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2023-12-07T17:03:24.952 INFO:teuthology.orchestra.run.smithi079.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm 2023-12-07T17:03:24.953 INFO:teuthology.orchestra.run.smithi079.stdout: fonts-mathjax jq libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 2023-12-07T17:03:24.954 INFO:teuthology.orchestra.run.smithi079.stdout: libjs-mathjax libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 2023-12-07T17:03:24.954 INFO:teuthology.orchestra.run.smithi079.stdout: liblua5.3-0 liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a 2023-12-07T17:03:24.954 INFO:teuthology.orchestra.run.smithi079.stdout: libqt5dbus5 libqt5network5 librabbitmq4 libradosstriper1 librdkafka1 2023-12-07T17:03:24.954 INFO:teuthology.orchestra.run.smithi079.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.13.0 lua-any lua-sec 2023-12-07T17:03:24.954 INFO:teuthology.orchestra.run.smithi079.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2023-12-07T17:03:24.954 INFO:teuthology.orchestra.run.smithi079.stdout: python-natsort-doc python-pastedeploy-tpl python3-asyncssh 2023-12-07T17:03:24.954 INFO:teuthology.orchestra.run.smithi079.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2023-12-07T17:03:24.954 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2023-12-07T17:03:24.954 INFO:teuthology.orchestra.run.smithi079.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2023-12-07T17:03:24.954 INFO:teuthology.orchestra.run.smithi079.stdout: python3-html5lib python3-jinja2 python3-joblib python3-jwt 2023-12-07T17:03:24.954 INFO:teuthology.orchestra.run.smithi079.stdout: python3-kubernetes python3-logutils python3-lxml python3-mako 2023-12-07T17:03:24.954 INFO:teuthology.orchestra.run.smithi079.stdout: python3-markupsafe python3-natsort python3-oauthlib python3-openssl 2023-12-07T17:03:24.954 INFO:teuthology.orchestra.run.smithi079.stdout: python3-packaging python3-paste python3-pastedeploy python3-pastescript 2023-12-07T17:03:24.955 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pecan python3-pluggy python3-prettytable python3-psutil python3-py 2023-12-07T17:03:24.955 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyasn1 python3-pyasn1-modules python3-pyinotify python3-pytest 2023-12-07T17:03:24.955 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rados python3-rbd python3-repoze.lru python3-requests-oauthlib 2023-12-07T17:03:24.955 INFO:teuthology.orchestra.run.smithi079.stdout: python3-rgw python3-routes python3-rsa python3-scipy python3-simplegeneric 2023-12-07T17:03:24.955 INFO:teuthology.orchestra.run.smithi079.stdout: python3-simplejson python3-singledispatch python3-sklearn 2023-12-07T17:03:24.955 INFO:teuthology.orchestra.run.smithi079.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2023-12-07T17:03:24.955 INFO:teuthology.orchestra.run.smithi079.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2023-12-07T17:03:24.955 INFO:teuthology.orchestra.run.smithi079.stdout: python3-webtest python3-werkzeug qttranslations5-l10n radosgw rbd-fuse socat 2023-12-07T17:03:24.955 INFO:teuthology.orchestra.run.smithi079.stdout: unzip xmlstarlet zip 2023-12-07T17:03:24.956 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages will be upgraded: 2023-12-07T17:03:24.956 INFO:teuthology.orchestra.run.smithi079.stdout: librados2 librbd1 2023-12-07T17:03:24.958 INFO:teuthology.orchestra.run.smithi194.stdout:2 upgraded, 120 newly installed, 0 to remove and 262 not upgraded. 2023-12-07T17:03:24.958 INFO:teuthology.orchestra.run.smithi194.stdout:Need to get 216 MB of archives. 2023-12-07T17:03:24.958 INFO:teuthology.orchestra.run.smithi194.stdout:After this operation, 1,062 MB of additional disk space will be used. 2023-12-07T17:03:24.958 INFO:teuthology.orchestra.run.smithi194.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2023-12-07T17:03:25.035 INFO:teuthology.orchestra.run.smithi194.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 19.0.0-64-ge068ebcf-1focal [3,625 kB] 2023-12-07T17:03:25.128 INFO:teuthology.orchestra.run.smithi135.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 19.0.0-64-ge068ebcf-1focal [3,625 kB] 2023-12-07T17:03:25.148 INFO:teuthology.orchestra.run.smithi079.stdout:2 upgraded, 120 newly installed, 0 to remove and 262 not upgraded. 2023-12-07T17:03:25.148 INFO:teuthology.orchestra.run.smithi079.stdout:Need to get 216 MB of archives. 2023-12-07T17:03:25.148 INFO:teuthology.orchestra.run.smithi079.stdout:After this operation, 1,062 MB of additional disk space will be used. 2023-12-07T17:03:25.148 INFO:teuthology.orchestra.run.smithi079.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2023-12-07T17:03:25.176 INFO:teuthology.orchestra.run.smithi194.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2023-12-07T17:03:25.186 INFO:teuthology.orchestra.run.smithi194.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2023-12-07T17:03:25.258 INFO:teuthology.orchestra.run.smithi194.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2,006 kB] 2023-12-07T17:03:25.270 INFO:teuthology.orchestra.run.smithi194.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 19.0.0-64-ge068ebcf-1focal [4,094 kB] 2023-12-07T17:03:25.279 INFO:teuthology.orchestra.run.smithi079.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 19.0.0-64-ge068ebcf-1focal [3,625 kB] 2023-12-07T17:03:25.341 INFO:teuthology.orchestra.run.smithi135.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2023-12-07T17:03:25.355 INFO:teuthology.orchestra.run.smithi135.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2023-12-07T17:03:25.414 INFO:teuthology.orchestra.run.smithi194.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 19.0.0-64-ge068ebcf-1focal [755 kB] 2023-12-07T17:03:25.439 INFO:teuthology.orchestra.run.smithi135.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2,006 kB] 2023-12-07T17:03:25.440 INFO:teuthology.orchestra.run.smithi194.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 19.0.0-64-ge068ebcf-1focal [387 kB] 2023-12-07T17:03:25.454 INFO:teuthology.orchestra.run.smithi194.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 19.0.0-64-ge068ebcf-1focal [31.9 kB] 2023-12-07T17:03:25.497 INFO:teuthology.orchestra.run.smithi194.stdout:Get:10 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 19.0.0-64-ge068ebcf-1focal [200 kB] 2023-12-07T17:03:25.505 INFO:teuthology.orchestra.run.smithi194.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2023-12-07T17:03:25.517 INFO:teuthology.orchestra.run.smithi194.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2023-12-07T17:03:25.530 INFO:teuthology.orchestra.run.smithi194.stdout:Get:13 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 19.0.0-64-ge068ebcf-1focal [62.2 kB] 2023-12-07T17:03:25.550 INFO:teuthology.orchestra.run.smithi194.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2023-12-07T17:03:25.553 INFO:teuthology.orchestra.run.smithi079.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdouble-conversion3 amd64 3.1.5-4ubuntu1 [37.9 kB] 2023-12-07T17:03:25.563 INFO:teuthology.orchestra.run.smithi194.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2023-12-07T17:03:25.564 INFO:teuthology.orchestra.run.smithi194.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2023-12-07T17:03:25.567 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB] 2023-12-07T17:03:25.576 INFO:teuthology.orchestra.run.smithi194.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2023-12-07T17:03:25.577 INFO:teuthology.orchestra.run.smithi194.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2023-12-07T17:03:25.592 INFO:teuthology.orchestra.run.smithi194.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline-dev amd64 8.0-4 [141 kB] 2023-12-07T17:03:25.595 INFO:teuthology.orchestra.run.smithi194.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-dev amd64 5.3.3-1.1ubuntu2 [147 kB] 2023-12-07T17:03:25.597 INFO:teuthology.orchestra.run.smithi194.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2023-12-07T17:03:25.602 INFO:teuthology.orchestra.run.smithi194.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-any all 25 [4,960 B] 2023-12-07T17:03:25.602 INFO:teuthology.orchestra.run.smithi194.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 2023-12-07T17:03:25.638 INFO:teuthology.orchestra.run.smithi194.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB] 2023-12-07T17:03:25.641 INFO:teuthology.orchestra.run.smithi194.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] 2023-12-07T17:03:25.643 INFO:teuthology.orchestra.run.smithi194.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2023-12-07T17:03:25.644 INFO:teuthology.orchestra.run.smithi194.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2023-12-07T17:03:25.648 INFO:teuthology.orchestra.run.smithi194.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2023-12-07T17:03:25.648 INFO:teuthology.orchestra.run.smithi194.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2023-12-07T17:03:25.648 INFO:teuthology.orchestra.run.smithi194.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2023-12-07T17:03:25.651 INFO:teuthology.orchestra.run.smithi079.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5core5a amd64 5.12.8+dfsg-0ubuntu2.1 [2,006 kB] 2023-12-07T17:03:25.677 INFO:teuthology.orchestra.run.smithi194.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2.1 [59.2 kB] 2023-12-07T17:03:25.679 INFO:teuthology.orchestra.run.smithi194.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2023-12-07T17:03:25.679 INFO:teuthology.orchestra.run.smithi194.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2023-12-07T17:03:25.681 INFO:teuthology.orchestra.run.smithi135.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2023-12-07T17:03:25.692 INFO:teuthology.orchestra.run.smithi135.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2023-12-07T17:03:25.696 INFO:teuthology.orchestra.run.smithi194.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2023-12-07T17:03:25.703 INFO:teuthology.orchestra.run.smithi194.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2023-12-07T17:03:25.704 INFO:teuthology.orchestra.run.smithi194.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2023-12-07T17:03:25.705 INFO:teuthology.orchestra.run.smithi194.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2023-12-07T17:03:25.707 INFO:teuthology.orchestra.run.smithi194.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2023-12-07T17:03:25.707 INFO:teuthology.orchestra.run.smithi194.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2023-12-07T17:03:25.714 INFO:teuthology.orchestra.run.smithi194.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2023-12-07T17:03:25.720 INFO:teuthology.orchestra.run.smithi135.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2023-12-07T17:03:25.721 INFO:teuthology.orchestra.run.smithi194.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2023-12-07T17:03:25.722 INFO:teuthology.orchestra.run.smithi194.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2023-12-07T17:03:25.722 INFO:teuthology.orchestra.run.smithi194.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2023-12-07T17:03:25.728 INFO:teuthology.orchestra.run.smithi135.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2023-12-07T17:03:25.729 INFO:teuthology.orchestra.run.smithi135.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2023-12-07T17:03:25.732 INFO:teuthology.orchestra.run.smithi135.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2023-12-07T17:03:25.733 INFO:teuthology.orchestra.run.smithi135.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2023-12-07T17:03:25.744 INFO:teuthology.orchestra.run.smithi194.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.1 [183 kB] 2023-12-07T17:03:25.749 INFO:teuthology.orchestra.run.smithi194.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2023-12-07T17:03:25.749 INFO:teuthology.orchestra.run.smithi194.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.2 [211 kB] 2023-12-07T17:03:25.754 INFO:teuthology.orchestra.run.smithi194.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2023-12-07T17:03:25.756 INFO:teuthology.orchestra.run.smithi194.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-asyncssh all 1.12.2-1 [152 kB] 2023-12-07T17:03:25.759 INFO:teuthology.orchestra.run.smithi194.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jinja2 all 2.10.1-2 [95.5 kB] 2023-12-07T17:03:25.761 INFO:teuthology.orchestra.run.smithi194.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2023-12-07T17:03:25.784 INFO:teuthology.orchestra.run.smithi194.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2023-12-07T17:03:25.784 INFO:teuthology.orchestra.run.smithi194.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2023-12-07T17:03:25.788 INFO:teuthology.orchestra.run.smithi194.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2023-12-07T17:03:25.808 INFO:teuthology.orchestra.run.smithi194.stdout:Get:54 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 19.0.0-64-ge068ebcf-1focal [365 kB] 2023-12-07T17:03:25.812 INFO:teuthology.orchestra.run.smithi194.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2023-12-07T17:03:25.815 INFO:teuthology.orchestra.run.smithi194.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2023-12-07T17:03:25.815 INFO:teuthology.orchestra.run.smithi194.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2023-12-07T17:03:25.816 INFO:teuthology.orchestra.run.smithi194.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2023-12-07T17:03:25.896 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5dbus5 amd64 5.12.8+dfsg-0ubuntu2.1 [208 kB] 2023-12-07T17:03:25.906 INFO:teuthology.orchestra.run.smithi079.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libqt5network5 amd64 5.12.8+dfsg-0ubuntu2.1 [673 kB] 2023-12-07T17:03:25.910 INFO:teuthology.orchestra.run.smithi135.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline-dev amd64 8.0-4 [141 kB] 2023-12-07T17:03:25.934 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 libthrift-0.13.0 amd64 0.13.0-2build2 [249 kB] 2023-12-07T17:03:25.943 INFO:teuthology.orchestra.run.smithi079.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2023-12-07T17:03:25.943 INFO:teuthology.orchestra.run.smithi079.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2023-12-07T17:03:25.947 INFO:teuthology.orchestra.run.smithi079.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2023-12-07T17:03:25.948 INFO:teuthology.orchestra.run.smithi079.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2023-12-07T17:03:25.949 INFO:teuthology.orchestra.run.smithi194.stdout:Get:59 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 19.0.0-64-ge068ebcf-1focal [7,271 kB] 2023-12-07T17:03:26.067 INFO:teuthology.orchestra.run.smithi194.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2023-12-07T17:03:26.083 INFO:teuthology.orchestra.run.smithi194.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2023-12-07T17:03:26.085 INFO:teuthology.orchestra.run.smithi194.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2023-12-07T17:03:26.097 INFO:teuthology.orchestra.run.smithi194.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2023-12-07T17:03:26.097 INFO:teuthology.orchestra.run.smithi194.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2023-12-07T17:03:26.097 INFO:teuthology.orchestra.run.smithi194.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2023-12-07T17:03:26.098 INFO:teuthology.orchestra.run.smithi194.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2023-12-07T17:03:26.098 INFO:teuthology.orchestra.run.smithi194.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2023-12-07T17:03:26.098 INFO:teuthology.orchestra.run.smithi194.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2023-12-07T17:03:26.099 INFO:teuthology.orchestra.run.smithi194.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2023-12-07T17:03:26.109 INFO:teuthology.orchestra.run.smithi194.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2023-12-07T17:03:26.109 INFO:teuthology.orchestra.run.smithi194.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2023-12-07T17:03:26.124 INFO:teuthology.orchestra.run.smithi079.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline-dev amd64 8.0-4 [141 kB] 2023-12-07T17:03:26.129 INFO:teuthology.orchestra.run.smithi194.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2023-12-07T17:03:26.134 INFO:teuthology.orchestra.run.smithi194.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2023-12-07T17:03:26.136 INFO:teuthology.orchestra.run.smithi194.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2023-12-07T17:03:26.138 INFO:teuthology.orchestra.run.smithi194.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2023-12-07T17:03:26.139 INFO:teuthology.orchestra.run.smithi194.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-12-07T17:03:26.143 INFO:teuthology.orchestra.run.smithi194.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2023-12-07T17:03:26.147 INFO:teuthology.orchestra.run.smithi194.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2023-12-07T17:03:26.170 INFO:teuthology.orchestra.run.smithi194.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] 2023-12-07T17:03:26.171 INFO:teuthology.orchestra.run.smithi194.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-sec amd64 0.9-3 [32.3 kB] 2023-12-07T17:03:26.171 INFO:teuthology.orchestra.run.smithi194.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2023-12-07T17:03:26.186 INFO:teuthology.orchestra.run.smithi194.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2023-12-07T17:03:26.187 INFO:teuthology.orchestra.run.smithi194.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-asyncssh-doc all 1.12.2-1 [258 kB] 2023-12-07T17:03:26.190 INFO:teuthology.orchestra.run.smithi194.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2023-12-07T17:03:26.211 INFO:teuthology.orchestra.run.smithi194.stdout:Get:85 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 19.0.0-64-ge068ebcf-1focal [113 kB] 2023-12-07T17:03:26.214 INFO:teuthology.orchestra.run.smithi194.stdout:Get:86 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 19.0.0-64-ge068ebcf-1focal [484 kB] 2023-12-07T17:03:26.233 INFO:teuthology.orchestra.run.smithi194.stdout:Get:87 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 19.0.0-64-ge068ebcf-1focal [26.7 MB] 2023-12-07T17:03:26.250 INFO:teuthology.orchestra.run.smithi194.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2023-12-07T17:03:26.251 INFO:teuthology.orchestra.run.smithi194.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2023-12-07T17:03:26.251 INFO:teuthology.orchestra.run.smithi194.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2023-12-07T17:03:26.252 INFO:teuthology.orchestra.run.smithi194.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2023-12-07T17:03:26.252 INFO:teuthology.orchestra.run.smithi194.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2023-12-07T17:03:26.291 INFO:teuthology.orchestra.run.smithi135.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-dev amd64 5.3.3-1.1ubuntu2 [147 kB] 2023-12-07T17:03:26.298 INFO:teuthology.orchestra.run.smithi194.stdout:Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2023-12-07T17:03:26.309 INFO:teuthology.orchestra.run.smithi194.stdout:Get:94 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2023-12-07T17:03:26.310 INFO:teuthology.orchestra.run.smithi194.stdout:Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2023-12-07T17:03:26.310 INFO:teuthology.orchestra.run.smithi194.stdout:Get:96 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2023-12-07T17:03:26.310 INFO:teuthology.orchestra.run.smithi194.stdout:Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2023-12-07T17:03:26.311 INFO:teuthology.orchestra.run.smithi194.stdout:Get:98 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2023-12-07T17:03:26.312 INFO:teuthology.orchestra.run.smithi194.stdout:Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2023-12-07T17:03:26.312 INFO:teuthology.orchestra.run.smithi194.stdout:Get:100 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2023-12-07T17:03:26.313 INFO:teuthology.orchestra.run.smithi194.stdout:Get:101 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2023-12-07T17:03:26.320 INFO:teuthology.orchestra.run.smithi194.stdout:Get:102 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2023-12-07T17:03:26.339 INFO:teuthology.orchestra.run.smithi194.stdout:Get:103 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2023-12-07T17:03:26.355 INFO:teuthology.orchestra.run.smithi135.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2023-12-07T17:03:26.410 INFO:teuthology.orchestra.run.smithi135.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-any all 25 [4,960 B] 2023-12-07T17:03:26.412 INFO:teuthology.orchestra.run.smithi135.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 2023-12-07T17:03:26.464 INFO:teuthology.orchestra.run.smithi135.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB] 2023-12-07T17:03:26.495 INFO:teuthology.orchestra.run.smithi135.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] 2023-12-07T17:03:26.504 INFO:teuthology.orchestra.run.smithi079.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-dev amd64 5.3.3-1.1ubuntu2 [147 kB] 2023-12-07T17:03:26.513 INFO:teuthology.orchestra.run.smithi135.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2023-12-07T17:03:26.520 INFO:teuthology.orchestra.run.smithi135.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2023-12-07T17:03:26.545 INFO:teuthology.orchestra.run.smithi135.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2023-12-07T17:03:26.549 INFO:teuthology.orchestra.run.smithi135.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2023-12-07T17:03:26.569 INFO:teuthology.orchestra.run.smithi079.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2023-12-07T17:03:26.623 INFO:teuthology.orchestra.run.smithi079.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-any all 25 [4,960 B] 2023-12-07T17:03:26.625 INFO:teuthology.orchestra.run.smithi079.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 2023-12-07T17:03:26.678 INFO:teuthology.orchestra.run.smithi079.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB] 2023-12-07T17:03:26.709 INFO:teuthology.orchestra.run.smithi079.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] 2023-12-07T17:03:26.714 INFO:teuthology.orchestra.run.smithi135.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2023-12-07T17:03:26.726 INFO:teuthology.orchestra.run.smithi079.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2023-12-07T17:03:26.734 INFO:teuthology.orchestra.run.smithi079.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2023-12-07T17:03:26.760 INFO:teuthology.orchestra.run.smithi079.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-natsort all 7.0.1-1 [29.2 kB] 2023-12-07T17:03:26.764 INFO:teuthology.orchestra.run.smithi079.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2023-12-07T17:03:26.879 INFO:teuthology.orchestra.run.smithi135.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2.1 [59.2 kB] 2023-12-07T17:03:26.930 INFO:teuthology.orchestra.run.smithi079.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2023-12-07T17:03:27.020 INFO:teuthology.orchestra.run.smithi135.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2023-12-07T17:03:27.037 INFO:teuthology.orchestra.run.smithi135.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2023-12-07T17:03:27.050 INFO:teuthology.orchestra.run.smithi135.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2023-12-07T17:03:27.094 INFO:teuthology.orchestra.run.smithi079.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2.1 [59.2 kB] 2023-12-07T17:03:27.129 INFO:teuthology.orchestra.run.smithi135.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2023-12-07T17:03:27.132 INFO:teuthology.orchestra.run.smithi135.stdout:Get:30 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 19.0.0-64-ge068ebcf-1focal [4,094 kB] 2023-12-07T17:03:27.142 INFO:teuthology.orchestra.run.smithi079.stdout:Get:26 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 19.0.0-64-ge068ebcf-1focal [4,094 kB] 2023-12-07T17:03:27.149 INFO:teuthology.orchestra.run.smithi135.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2023-12-07T17:03:27.190 INFO:teuthology.orchestra.run.smithi135.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2023-12-07T17:03:27.218 INFO:teuthology.orchestra.run.smithi135.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2023-12-07T17:03:27.223 INFO:teuthology.orchestra.run.smithi135.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2023-12-07T17:03:27.234 INFO:teuthology.orchestra.run.smithi079.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2023-12-07T17:03:27.253 INFO:teuthology.orchestra.run.smithi079.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2023-12-07T17:03:27.265 INFO:teuthology.orchestra.run.smithi079.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2023-12-07T17:03:27.318 INFO:teuthology.orchestra.run.smithi135.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2023-12-07T17:03:27.341 INFO:teuthology.orchestra.run.smithi079.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2023-12-07T17:03:27.363 INFO:teuthology.orchestra.run.smithi079.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2023-12-07T17:03:27.403 INFO:teuthology.orchestra.run.smithi079.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-waitress all 1.4.1-1ubuntu0.1 [81.4 kB] 2023-12-07T17:03:27.433 INFO:teuthology.orchestra.run.smithi079.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2023-12-07T17:03:27.437 INFO:teuthology.orchestra.run.smithi194.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 19.0.0-64-ge068ebcf-1focal [11.1 MB] 2023-12-07T17:03:27.438 INFO:teuthology.orchestra.run.smithi079.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2023-12-07T17:03:27.486 INFO:teuthology.orchestra.run.smithi135.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2023-12-07T17:03:27.532 INFO:teuthology.orchestra.run.smithi079.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2023-12-07T17:03:27.669 INFO:teuthology.orchestra.run.smithi135.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2023-12-07T17:03:27.697 INFO:teuthology.orchestra.run.smithi079.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2023-12-07T17:03:27.717 INFO:teuthology.orchestra.run.smithi135.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2023-12-07T17:03:27.845 INFO:teuthology.orchestra.run.smithi194.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 19.0.0-64-ge068ebcf-1focal [235 kB] 2023-12-07T17:03:27.850 INFO:teuthology.orchestra.run.smithi135.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.1 [183 kB] 2023-12-07T17:03:27.852 INFO:teuthology.orchestra.run.smithi194.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 19.0.0-64-ge068ebcf-1focal [145 kB] 2023-12-07T17:03:27.859 INFO:teuthology.orchestra.run.smithi194.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 19.0.0-64-ge068ebcf-1focal [1,590 kB] 2023-12-07T17:03:27.882 INFO:teuthology.orchestra.run.smithi079.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2023-12-07T17:03:27.931 INFO:teuthology.orchestra.run.smithi079.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2023-12-07T17:03:27.934 INFO:teuthology.orchestra.run.smithi194.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 19.0.0-64-ge068ebcf-1focal [9,428 kB] 2023-12-07T17:03:27.956 INFO:teuthology.orchestra.run.smithi135.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2023-12-07T17:03:27.967 INFO:teuthology.orchestra.run.smithi135.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.2 [211 kB] 2023-12-07T17:03:28.021 INFO:teuthology.orchestra.run.smithi135.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2023-12-07T17:03:28.031 INFO:teuthology.orchestra.run.smithi135.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-asyncssh all 1.12.2-1 [152 kB] 2023-12-07T17:03:28.059 INFO:teuthology.orchestra.run.smithi135.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jinja2 all 2.10.1-2 [95.5 kB] 2023-12-07T17:03:28.063 INFO:teuthology.orchestra.run.smithi079.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-werkzeug all 0.16.1+dfsg1-2ubuntu0.1 [183 kB] 2023-12-07T17:03:28.073 INFO:teuthology.orchestra.run.smithi135.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2023-12-07T17:03:28.076 INFO:teuthology.orchestra.run.smithi135.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2023-12-07T17:03:28.112 INFO:teuthology.orchestra.run.smithi135.stdout:Get:47 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 19.0.0-64-ge068ebcf-1focal [755 kB] 2023-12-07T17:03:28.143 INFO:teuthology.orchestra.run.smithi079.stdout:Get:40 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 19.0.0-64-ge068ebcf-1focal [755 kB] 2023-12-07T17:03:28.168 INFO:teuthology.orchestra.run.smithi079.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2023-12-07T17:03:28.178 INFO:teuthology.orchestra.run.smithi079.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.2 [211 kB] 2023-12-07T17:03:28.230 INFO:teuthology.orchestra.run.smithi135.stdout:Get:48 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 19.0.0-64-ge068ebcf-1focal [387 kB] 2023-12-07T17:03:28.232 INFO:teuthology.orchestra.run.smithi079.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2023-12-07T17:03:28.241 INFO:teuthology.orchestra.run.smithi135.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2023-12-07T17:03:28.241 INFO:teuthology.orchestra.run.smithi079.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-asyncssh all 1.12.2-1 [152 kB] 2023-12-07T17:03:28.270 INFO:teuthology.orchestra.run.smithi079.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jinja2 all 2.10.1-2 [95.5 kB] 2023-12-07T17:03:28.284 INFO:teuthology.orchestra.run.smithi079.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB] 2023-12-07T17:03:28.287 INFO:teuthology.orchestra.run.smithi079.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2023-12-07T17:03:28.298 INFO:teuthology.orchestra.run.smithi135.stdout:Get:50 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 19.0.0-64-ge068ebcf-1focal [31.9 kB] 2023-12-07T17:03:28.299 INFO:teuthology.orchestra.run.smithi135.stdout:Get:51 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 19.0.0-64-ge068ebcf-1focal [200 kB] 2023-12-07T17:03:28.309 INFO:teuthology.orchestra.run.smithi079.stdout:Get:48 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 19.0.0-64-ge068ebcf-1focal [387 kB] 2023-12-07T17:03:28.334 INFO:teuthology.orchestra.run.smithi079.stdout:Get:49 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 19.0.0-64-ge068ebcf-1focal [31.9 kB] 2023-12-07T17:03:28.339 INFO:teuthology.orchestra.run.smithi079.stdout:Get:50 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 19.0.0-64-ge068ebcf-1focal [200 kB] 2023-12-07T17:03:28.354 INFO:teuthology.orchestra.run.smithi135.stdout:Get:52 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 19.0.0-64-ge068ebcf-1focal [62.2 kB] 2023-12-07T17:03:28.358 INFO:teuthology.orchestra.run.smithi135.stdout:Get:53 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 19.0.0-64-ge068ebcf-1focal [365 kB] 2023-12-07T17:03:28.390 INFO:teuthology.orchestra.run.smithi079.stdout:Get:51 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 19.0.0-64-ge068ebcf-1focal [62.2 kB] 2023-12-07T17:03:28.397 INFO:teuthology.orchestra.run.smithi135.stdout:Get:54 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 19.0.0-64-ge068ebcf-1focal [7,271 kB] 2023-12-07T17:03:28.405 INFO:teuthology.orchestra.run.smithi194.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 19.0.0-64-ge068ebcf-1focal [31.7 MB] 2023-12-07T17:03:28.407 INFO:teuthology.orchestra.run.smithi079.stdout:Get:52 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 19.0.0-64-ge068ebcf-1focal [365 kB] 2023-12-07T17:03:28.452 INFO:teuthology.orchestra.run.smithi079.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2023-12-07T17:03:28.488 INFO:teuthology.orchestra.run.smithi079.stdout:Get:54 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 19.0.0-64-ge068ebcf-1focal [7,271 kB] 2023-12-07T17:03:28.589 INFO:teuthology.orchestra.run.smithi135.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2023-12-07T17:03:28.648 INFO:teuthology.orchestra.run.smithi135.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2023-12-07T17:03:28.714 INFO:teuthology.orchestra.run.smithi135.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2023-12-07T17:03:28.721 INFO:teuthology.orchestra.run.smithi135.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2023-12-07T17:03:28.735 INFO:teuthology.orchestra.run.smithi135.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2023-12-07T17:03:28.793 INFO:teuthology.orchestra.run.smithi079.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2023-12-07T17:03:28.852 INFO:teuthology.orchestra.run.smithi079.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2023-12-07T17:03:28.917 INFO:teuthology.orchestra.run.smithi079.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2023-12-07T17:03:28.923 INFO:teuthology.orchestra.run.smithi079.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2023-12-07T17:03:28.938 INFO:teuthology.orchestra.run.smithi079.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2023-12-07T17:03:29.279 INFO:teuthology.orchestra.run.smithi135.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2023-12-07T17:03:29.345 INFO:teuthology.orchestra.run.smithi135.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2023-12-07T17:03:29.361 INFO:teuthology.orchestra.run.smithi135.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2023-12-07T17:03:29.361 INFO:teuthology.orchestra.run.smithi135.stdout:Get:63 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 19.0.0-64-ge068ebcf-1focal [113 kB] 2023-12-07T17:03:29.362 INFO:teuthology.orchestra.run.smithi135.stdout:Get:64 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 19.0.0-64-ge068ebcf-1focal [484 kB] 2023-12-07T17:03:29.366 INFO:teuthology.orchestra.run.smithi135.stdout:Get:65 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 19.0.0-64-ge068ebcf-1focal [26.7 MB] 2023-12-07T17:03:29.393 INFO:teuthology.orchestra.run.smithi135.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2023-12-07T17:03:29.394 INFO:teuthology.orchestra.run.smithi135.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2023-12-07T17:03:29.476 INFO:teuthology.orchestra.run.smithi079.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2023-12-07T17:03:29.515 INFO:teuthology.orchestra.run.smithi079.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2023-12-07T17:03:29.517 INFO:teuthology.orchestra.run.smithi079.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2023-12-07T17:03:29.558 INFO:teuthology.orchestra.run.smithi135.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2023-12-07T17:03:29.591 INFO:teuthology.orchestra.run.smithi079.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2023-12-07T17:03:29.592 INFO:teuthology.orchestra.run.smithi079.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2023-12-07T17:03:29.754 INFO:teuthology.orchestra.run.smithi135.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2023-12-07T17:03:29.756 INFO:teuthology.orchestra.run.smithi079.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2023-12-07T17:03:29.799 INFO:teuthology.orchestra.run.smithi135.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2023-12-07T17:03:29.862 INFO:teuthology.orchestra.run.smithi135.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2023-12-07T17:03:29.883 INFO:teuthology.orchestra.run.smithi135.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2023-12-07T17:03:29.961 INFO:teuthology.orchestra.run.smithi079.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2023-12-07T17:03:29.962 INFO:teuthology.orchestra.run.smithi135.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2023-12-07T17:03:29.971 INFO:teuthology.orchestra.run.smithi135.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2023-12-07T17:03:29.992 INFO:teuthology.orchestra.run.smithi135.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2023-12-07T17:03:30.005 INFO:teuthology.orchestra.run.smithi079.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2023-12-07T17:03:30.031 INFO:teuthology.orchestra.run.smithi079.stdout:Get:68 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 19.0.0-64-ge068ebcf-1focal [113 kB] 2023-12-07T17:03:30.035 INFO:teuthology.orchestra.run.smithi079.stdout:Get:69 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 19.0.0-64-ge068ebcf-1focal [484 kB] 2023-12-07T17:03:30.075 INFO:teuthology.orchestra.run.smithi079.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2023-12-07T17:03:30.088 INFO:teuthology.orchestra.run.smithi135.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2023-12-07T17:03:30.103 INFO:teuthology.orchestra.run.smithi079.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2023-12-07T17:03:30.117 INFO:teuthology.orchestra.run.smithi135.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2023-12-07T17:03:30.120 INFO:teuthology.orchestra.run.smithi079.stdout:Get:72 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 19.0.0-64-ge068ebcf-1focal [26.7 MB] 2023-12-07T17:03:30.139 INFO:teuthology.orchestra.run.smithi135.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2023-12-07T17:03:30.178 INFO:teuthology.orchestra.run.smithi079.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2023-12-07T17:03:30.189 INFO:teuthology.orchestra.run.smithi079.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2023-12-07T17:03:30.211 INFO:teuthology.orchestra.run.smithi079.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2023-12-07T17:03:30.306 INFO:teuthology.orchestra.run.smithi079.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2023-12-07T17:03:30.310 INFO:teuthology.orchestra.run.smithi135.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-12-07T17:03:30.337 INFO:teuthology.orchestra.run.smithi079.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2023-12-07T17:03:30.358 INFO:teuthology.orchestra.run.smithi079.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2023-12-07T17:03:30.418 INFO:teuthology.orchestra.run.smithi194.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 19.0.0-64-ge068ebcf-1focal [13.6 kB] 2023-12-07T17:03:30.418 INFO:teuthology.orchestra.run.smithi194.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 19.0.0-64-ge068ebcf-1focal [866 kB] 2023-12-07T17:03:30.424 INFO:teuthology.orchestra.run.smithi194.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 19.0.0-64-ge068ebcf-1focal [2,289 kB] 2023-12-07T17:03:30.529 INFO:teuthology.orchestra.run.smithi079.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2023-12-07T17:03:30.540 INFO:teuthology.orchestra.run.smithi194.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 19.0.0-64-ge068ebcf-1focal [831 kB] 2023-12-07T17:03:30.585 INFO:teuthology.orchestra.run.smithi194.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-cephadm all 19.0.0-64-ge068ebcf-1focal [137 kB] 2023-12-07T17:03:30.642 INFO:teuthology.orchestra.run.smithi194.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 19.0.0-64-ge068ebcf-1focal [1,839 kB] 2023-12-07T17:03:30.739 INFO:teuthology.orchestra.run.smithi194.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 19.0.0-64-ge068ebcf-1focal [7,895 kB] 2023-12-07T17:03:30.793 INFO:teuthology.orchestra.run.smithi135.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2023-12-07T17:03:30.843 INFO:teuthology.orchestra.run.smithi135.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2023-12-07T17:03:31.014 INFO:teuthology.orchestra.run.smithi079.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2023-12-07T17:03:31.064 INFO:teuthology.orchestra.run.smithi079.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,208 kB] 2023-12-07T17:03:31.072 INFO:teuthology.orchestra.run.smithi135.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] 2023-12-07T17:03:31.075 INFO:teuthology.orchestra.run.smithi135.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-sec amd64 0.9-3 [32.3 kB] 2023-12-07T17:03:31.076 INFO:teuthology.orchestra.run.smithi135.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2023-12-07T17:03:31.087 INFO:teuthology.orchestra.run.smithi135.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2023-12-07T17:03:31.089 INFO:teuthology.orchestra.run.smithi135.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-asyncssh-doc all 1.12.2-1 [258 kB] 2023-12-07T17:03:31.098 INFO:teuthology.orchestra.run.smithi135.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2023-12-07T17:03:31.103 INFO:teuthology.orchestra.run.smithi194.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 19.0.0-64-ge068ebcf-1focal [13.8 kB] 2023-12-07T17:03:31.105 INFO:teuthology.orchestra.run.smithi194.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 19.0.0-64-ge068ebcf-1focal [52.5 MB] 2023-12-07T17:03:31.249 INFO:teuthology.orchestra.run.smithi135.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2023-12-07T17:03:31.251 INFO:teuthology.orchestra.run.smithi135.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2023-12-07T17:03:31.294 INFO:teuthology.orchestra.run.smithi079.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] 2023-12-07T17:03:31.297 INFO:teuthology.orchestra.run.smithi079.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 lua-sec amd64 0.9-3 [32.3 kB] 2023-12-07T17:03:31.298 INFO:teuthology.orchestra.run.smithi079.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2023-12-07T17:03:31.309 INFO:teuthology.orchestra.run.smithi079.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2023-12-07T17:03:31.311 INFO:teuthology.orchestra.run.smithi079.stdout:Get:86 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-asyncssh-doc all 1.12.2-1 [258 kB] 2023-12-07T17:03:31.320 INFO:teuthology.orchestra.run.smithi079.stdout:Get:87 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,654 kB] 2023-12-07T17:03:31.456 INFO:teuthology.orchestra.run.smithi135.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2023-12-07T17:03:31.470 INFO:teuthology.orchestra.run.smithi079.stdout:Get:88 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-natsort-doc all 7.0.1-1 [103 kB] 2023-12-07T17:03:31.472 INFO:teuthology.orchestra.run.smithi079.stdout:Get:89 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2023-12-07T17:03:31.636 INFO:teuthology.orchestra.run.smithi079.stdout:Get:90 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2023-12-07T17:03:31.668 INFO:teuthology.orchestra.run.smithi135.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2023-12-07T17:03:31.687 INFO:teuthology.orchestra.run.smithi135.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2023-12-07T17:03:31.839 INFO:teuthology.orchestra.run.smithi135.stdout:Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2023-12-07T17:03:31.851 INFO:teuthology.orchestra.run.smithi079.stdout:Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2023-12-07T17:03:31.871 INFO:teuthology.orchestra.run.smithi079.stdout:Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2023-12-07T17:03:32.025 INFO:teuthology.orchestra.run.smithi079.stdout:Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2023-12-07T17:03:32.142 INFO:teuthology.orchestra.run.smithi135.stdout:Get:94 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2023-12-07T17:03:32.144 INFO:teuthology.orchestra.run.smithi135.stdout:Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2023-12-07T17:03:32.148 INFO:teuthology.orchestra.run.smithi135.stdout:Get:96 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2023-12-07T17:03:32.150 INFO:teuthology.orchestra.run.smithi135.stdout:Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2023-12-07T17:03:32.160 INFO:teuthology.orchestra.run.smithi135.stdout:Get:98 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2023-12-07T17:03:32.165 INFO:teuthology.orchestra.run.smithi135.stdout:Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2023-12-07T17:03:32.166 INFO:teuthology.orchestra.run.smithi135.stdout:Get:100 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2023-12-07T17:03:32.330 INFO:teuthology.orchestra.run.smithi079.stdout:Get:94 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2023-12-07T17:03:32.331 INFO:teuthology.orchestra.run.smithi135.stdout:Get:101 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2023-12-07T17:03:32.332 INFO:teuthology.orchestra.run.smithi079.stdout:Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2023-12-07T17:03:32.337 INFO:teuthology.orchestra.run.smithi079.stdout:Get:96 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2023-12-07T17:03:32.338 INFO:teuthology.orchestra.run.smithi079.stdout:Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2023-12-07T17:03:32.348 INFO:teuthology.orchestra.run.smithi079.stdout:Get:98 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2023-12-07T17:03:32.353 INFO:teuthology.orchestra.run.smithi079.stdout:Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2023-12-07T17:03:32.354 INFO:teuthology.orchestra.run.smithi079.stdout:Get:100 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2023-12-07T17:03:32.521 INFO:teuthology.orchestra.run.smithi079.stdout:Get:101 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2023-12-07T17:03:32.742 INFO:teuthology.orchestra.run.smithi135.stdout:Get:102 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2023-12-07T17:03:32.759 INFO:teuthology.orchestra.run.smithi135.stdout:Get:103 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2023-12-07T17:03:32.932 INFO:teuthology.orchestra.run.smithi079.stdout:Get:102 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2023-12-07T17:03:32.948 INFO:teuthology.orchestra.run.smithi079.stdout:Get:103 http://archive.ubuntu.com/ubuntu focal/universe amd64 qttranslations5-l10n all 5.12.8-0ubuntu1 [1,486 kB] 2023-12-07T17:03:33.244 INFO:teuthology.orchestra.run.smithi135.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 19.0.0-64-ge068ebcf-1focal [11.1 MB] 2023-12-07T17:03:34.503 INFO:teuthology.orchestra.run.smithi135.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 19.0.0-64-ge068ebcf-1focal [235 kB] 2023-12-07T17:03:34.514 INFO:teuthology.orchestra.run.smithi135.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 19.0.0-64-ge068ebcf-1focal [145 kB] 2023-12-07T17:03:34.549 INFO:teuthology.orchestra.run.smithi135.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 19.0.0-64-ge068ebcf-1focal [1,590 kB] 2023-12-07T17:03:34.664 INFO:teuthology.orchestra.run.smithi194.stdout:Get:119 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 19.0.0-64-ge068ebcf-1focal [118 kB] 2023-12-07T17:03:34.665 INFO:teuthology.orchestra.run.smithi194.stdout:Get:120 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 19.0.0-64-ge068ebcf-1focal [37.3 kB] 2023-12-07T17:03:34.665 INFO:teuthology.orchestra.run.smithi194.stdout:Get:121 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 19.0.0-64-ge068ebcf-1focal [14.7 MB] 2023-12-07T17:03:34.698 INFO:teuthology.orchestra.run.smithi135.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 19.0.0-64-ge068ebcf-1focal [9,428 kB] 2023-12-07T17:03:35.636 INFO:teuthology.orchestra.run.smithi194.stdout:Get:122 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 19.0.0-64-ge068ebcf-1focal [105 kB] 2023-12-07T17:03:35.956 INFO:teuthology.orchestra.run.smithi135.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 19.0.0-64-ge068ebcf-1focal [31.7 MB] 2023-12-07T17:03:36.373 INFO:teuthology.orchestra.run.smithi194.stdout:Fetched 216 MB in 11s (20.1 MB/s) 2023-12-07T17:03:36.526 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2023-12-07T17:03:36.573 INFO:teuthology.orchestra.run.smithi194.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 112640 files and directories currently installed.) 2023-12-07T17:03:36.576 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2023-12-07T17:03:36.657 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-07T17:03:37.027 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2023-12-07T17:03:37.036 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2023-12-07T17:03:37.077 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-07T17:03:37.422 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2023-12-07T17:03:37.436 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../002-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2023-12-07T17:03:37.480 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-07T17:03:37.902 INFO:teuthology.orchestra.run.smithi079.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 19.0.0-64-ge068ebcf-1focal [11.1 MB] 2023-12-07T17:03:37.959 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libqt5core5a:amd64. 2023-12-07T17:03:37.972 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../003-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T17:03:38.027 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:03:38.587 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2023-12-07T17:03:38.600 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../004-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T17:03:38.653 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:03:39.056 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libqt5network5:amd64. 2023-12-07T17:03:39.070 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../005-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T17:03:39.114 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:03:39.476 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libthrift-0.13.0. 2023-12-07T17:03:39.490 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../006-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2023-12-07T17:03:39.534 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-07T17:03:39.884 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../007-librbd1_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:03:40.007 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librbd1 (19.0.0-64-ge068ebcf-1focal) over (15.2.17-0ubuntu0.20.04.5) ... 2023-12-07T17:03:40.699 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../008-librados2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:03:40.827 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librados2 (19.0.0-64-ge068ebcf-1focal) over (15.2.17-0ubuntu0.20.04.5) ... 2023-12-07T17:03:41.547 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libcephfs2. 2023-12-07T17:03:41.560 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:03:41.605 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libcephfs2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:03:41.830 INFO:teuthology.orchestra.run.smithi135.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 19.0.0-64-ge068ebcf-1focal [13.6 kB] 2023-12-07T17:03:41.830 INFO:teuthology.orchestra.run.smithi135.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 19.0.0-64-ge068ebcf-1focal [866 kB] 2023-12-07T17:03:41.898 INFO:teuthology.orchestra.run.smithi135.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 19.0.0-64-ge068ebcf-1focal [2,289 kB] 2023-12-07T17:03:41.911 INFO:teuthology.orchestra.run.smithi079.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 19.0.0-64-ge068ebcf-1focal [235 kB] 2023-12-07T17:03:41.945 INFO:teuthology.orchestra.run.smithi079.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 19.0.0-64-ge068ebcf-1focal [145 kB] 2023-12-07T17:03:41.982 INFO:teuthology.orchestra.run.smithi079.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 19.0.0-64-ge068ebcf-1focal [1,590 kB] 2023-12-07T17:03:42.018 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rados. 2023-12-07T17:03:42.031 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../010-python3-rados_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:03:42.124 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rados (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:03:42.240 INFO:teuthology.orchestra.run.smithi135.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 19.0.0-64-ge068ebcf-1focal [831 kB] 2023-12-07T17:03:42.349 INFO:teuthology.orchestra.run.smithi135.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-cephadm all 19.0.0-64-ge068ebcf-1focal [137 kB] 2023-12-07T17:03:42.355 INFO:teuthology.orchestra.run.smithi079.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 19.0.0-64-ge068ebcf-1focal [9,428 kB] 2023-12-07T17:03:42.376 INFO:teuthology.orchestra.run.smithi135.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 19.0.0-64-ge068ebcf-1focal [1,839 kB] 2023-12-07T17:03:42.485 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-ceph-argparse. 2023-12-07T17:03:42.501 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:03:42.535 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-ceph-argparse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:03:42.606 INFO:teuthology.orchestra.run.smithi135.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 19.0.0-64-ge068ebcf-1focal [7,895 kB] 2023-12-07T17:03:42.771 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cephfs. 2023-12-07T17:03:42.784 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:03:42.821 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cephfs (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:03:43.165 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-ceph-common. 2023-12-07T17:03:43.178 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:03:43.215 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:03:43.518 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-prettytable. 2023-12-07T17:03:43.526 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../014-python3-prettytable_0.7.2-5_all.deb ... 2023-12-07T17:03:43.559 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2023-12-07T17:03:43.787 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rbd. 2023-12-07T17:03:43.795 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../015-python3-rbd_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:03:43.828 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rbd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:03:44.256 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2023-12-07T17:03:44.270 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-07T17:03:44.331 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T17:03:44.668 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librabbitmq4:amd64. 2023-12-07T17:03:44.679 INFO:teuthology.orchestra.run.smithi135.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 19.0.0-64-ge068ebcf-1focal [13.8 kB] 2023-12-07T17:03:44.682 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../017-librabbitmq4_0.10.0-1_amd64.deb ... 2023-12-07T17:03:44.726 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2023-12-07T17:03:44.781 INFO:teuthology.orchestra.run.smithi135.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 19.0.0-64-ge068ebcf-1focal [52.5 MB] 2023-12-07T17:03:45.120 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librdkafka1:amd64. 2023-12-07T17:03:45.133 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../018-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2023-12-07T17:03:45.186 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-07T17:03:45.505 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libreadline-dev:amd64. 2023-12-07T17:03:45.519 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../019-libreadline-dev_8.0-4_amd64.deb ... 2023-12-07T17:03:45.572 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libreadline-dev:amd64 (8.0-4) ... 2023-12-07T17:03:45.925 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2023-12-07T17:03:45.942 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-07T17:03:45.983 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T17:03:46.060 INFO:teuthology.orchestra.run.smithi079.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 19.0.0-64-ge068ebcf-1focal [31.7 MB] 2023-12-07T17:03:46.311 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua5.1. 2023-12-07T17:03:46.326 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2023-12-07T17:03:46.369 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2023-12-07T17:03:46.714 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua-any. 2023-12-07T17:03:46.727 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../022-lua-any_25_all.deb ... 2023-12-07T17:03:46.772 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua-any (25) ... 2023-12-07T17:03:47.017 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package zip. 2023-12-07T17:03:47.030 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../023-zip_3.0-11build1_amd64.deb ... 2023-12-07T17:03:47.075 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking zip (3.0-11build1) ... 2023-12-07T17:03:47.394 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package unzip. 2023-12-07T17:03:47.408 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../024-unzip_6.0-25ubuntu1.1_amd64.deb ... 2023-12-07T17:03:47.452 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking unzip (6.0-25ubuntu1.1) ... 2023-12-07T17:03:47.948 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package luarocks. 2023-12-07T17:03:47.961 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../025-luarocks_2.4.2+dfsg-1_all.deb ... 2023-12-07T17:03:48.006 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking luarocks (2.4.2+dfsg-1) ... 2023-12-07T17:03:48.378 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package librgw2. 2023-12-07T17:03:48.399 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../026-librgw2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:03:48.436 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking librgw2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:03:49.396 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rgw. 2023-12-07T17:03:49.404 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../027-python3-rgw_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:03:49.446 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:03:49.807 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package liboath0. 2023-12-07T17:03:49.815 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../028-liboath0_2.6.1-1.3_amd64.deb ... 2023-12-07T17:03:49.857 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2023-12-07T17:03:50.226 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libradosstriper1. 2023-12-07T17:03:50.235 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../029-libradosstriper1_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:03:50.285 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libradosstriper1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:03:50.846 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-common. 2023-12-07T17:03:50.854 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../030-ceph-common_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:03:50.921 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:03:53.476 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-base. 2023-12-07T17:03:53.490 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../031-ceph-base_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:03:53.544 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-base (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:03:55.014 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cherrypy3. 2023-12-07T17:03:55.029 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../032-python3-cherrypy3_8.9.1-6_all.deb ... 2023-12-07T17:03:55.081 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2023-12-07T17:03:55.484 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-natsort. 2023-12-07T17:03:55.498 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../033-python3-natsort_7.0.1-1_all.deb ... 2023-12-07T17:03:55.550 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-natsort (7.0.1-1) ... 2023-12-07T17:03:55.928 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-logutils. 2023-12-07T17:03:55.941 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../034-python3-logutils_0.3.3-7_all.deb ... 2023-12-07T17:03:55.986 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-logutils (0.3.3-7) ... 2023-12-07T17:03:56.322 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-markupsafe. 2023-12-07T17:03:56.336 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../035-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2023-12-07T17:03:56.380 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2023-12-07T17:03:56.675 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-mako. 2023-12-07T17:03:56.690 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../036-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2023-12-07T17:03:56.733 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-07T17:03:57.078 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-simplegeneric. 2023-12-07T17:03:57.094 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../037-python3-simplegeneric_0.8.1-3_all.deb ... 2023-12-07T17:03:57.128 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2023-12-07T17:03:57.430 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-singledispatch. 2023-12-07T17:03:57.444 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../038-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2023-12-07T17:03:57.489 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2023-12-07T17:03:57.697 INFO:teuthology.orchestra.run.smithi079.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 19.0.0-64-ge068ebcf-1focal [13.6 kB] 2023-12-07T17:03:57.697 INFO:teuthology.orchestra.run.smithi079.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 19.0.0-64-ge068ebcf-1focal [866 kB] 2023-12-07T17:03:58.033 INFO:teuthology.orchestra.run.smithi079.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 19.0.0-64-ge068ebcf-1focal [2,289 kB] 2023-12-07T17:03:58.592 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-webob. 2023-12-07T17:03:58.605 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../039-python3-webob_1%3a1.8.5-2_all.deb ... 2023-12-07T17:03:58.650 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2023-12-07T17:03:58.978 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-soupsieve. 2023-12-07T17:03:58.993 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../040-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2023-12-07T17:03:59.036 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-07T17:03:59.063 INFO:teuthology.orchestra.run.smithi135.stdout:Get:119 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 19.0.0-64-ge068ebcf-1focal [118 kB] 2023-12-07T17:03:59.064 INFO:teuthology.orchestra.run.smithi135.stdout:Get:120 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 19.0.0-64-ge068ebcf-1focal [37.3 kB] 2023-12-07T17:03:59.064 INFO:teuthology.orchestra.run.smithi135.stdout:Get:121 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 19.0.0-64-ge068ebcf-1focal [14.7 MB] 2023-12-07T17:03:59.238 INFO:teuthology.orchestra.run.smithi079.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 19.0.0-64-ge068ebcf-1focal [831 kB] 2023-12-07T17:03:59.330 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-bs4. 2023-12-07T17:03:59.346 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../041-python3-bs4_4.8.2-1_all.deb ... 2023-12-07T17:03:59.388 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2023-12-07T17:03:59.692 INFO:teuthology.orchestra.run.smithi079.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-cephadm all 19.0.0-64-ge068ebcf-1focal [137 kB] 2023-12-07T17:03:59.725 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-waitress. 2023-12-07T17:03:59.738 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../042-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2023-12-07T17:03:59.777 INFO:teuthology.orchestra.run.smithi079.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 19.0.0-64-ge068ebcf-1focal [1,839 kB] 2023-12-07T17:03:59.786 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-07T17:04:00.111 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-tempita. 2023-12-07T17:04:00.126 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../043-python3-tempita_0.5.2-6_all.deb ... 2023-12-07T17:04:00.169 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-tempita (0.5.2-6) ... 2023-12-07T17:04:00.471 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-paste. 2023-12-07T17:04:00.485 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../044-python3-paste_3.4.0+dfsg1-1_all.deb ... 2023-12-07T17:04:00.521 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2023-12-07T17:04:00.825 INFO:teuthology.orchestra.run.smithi079.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 19.0.0-64-ge068ebcf-1focal [7,895 kB] 2023-12-07T17:04:00.862 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2023-12-07T17:04:00.871 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../045-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2023-12-07T17:04:00.916 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2023-12-07T17:04:01.218 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pastedeploy. 2023-12-07T17:04:01.232 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../046-python3-pastedeploy_2.1.0-1_all.deb ... 2023-12-07T17:04:01.277 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2023-12-07T17:04:01.562 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-webtest. 2023-12-07T17:04:01.578 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../047-python3-webtest_2.0.32-2_all.deb ... 2023-12-07T17:04:01.621 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-webtest (2.0.32-2) ... 2023-12-07T17:04:01.940 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pecan. 2023-12-07T17:04:01.955 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../048-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2023-12-07T17:04:01.998 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2023-12-07T17:04:02.352 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-werkzeug. 2023-12-07T17:04:02.367 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../049-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.1_all.deb ... 2023-12-07T17:04:02.410 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-07T17:04:02.721 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2023-12-07T17:04:02.735 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../050-ceph-mgr-modules-core_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:02.780 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-modules-core (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:03.151 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2023-12-07T17:04:03.165 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../051-libsqlite3-mod-ceph_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:03.209 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:03.537 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-bcrypt. 2023-12-07T17:04:03.549 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../052-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2023-12-07T17:04:03.586 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-07T17:04:03.872 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cryptography. 2023-12-07T17:04:03.886 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../053-python3-cryptography_2.8-3ubuntu0.2_amd64.deb ... 2023-12-07T17:04:03.930 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.2) ... 2023-12-07T17:04:04.342 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-openssl. 2023-12-07T17:04:04.356 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../054-python3-openssl_19.0.0-1build1_all.deb ... 2023-12-07T17:04:04.400 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2023-12-07T17:04:04.468 INFO:teuthology.orchestra.run.smithi079.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 19.0.0-64-ge068ebcf-1focal [13.8 kB] 2023-12-07T17:04:04.468 INFO:teuthology.orchestra.run.smithi079.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 19.0.0-64-ge068ebcf-1focal [52.5 MB] 2023-12-07T17:04:04.517 INFO:teuthology.orchestra.run.smithi135.stdout:Get:122 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 19.0.0-64-ge068ebcf-1focal [105 kB] 2023-12-07T17:04:04.728 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr. 2023-12-07T17:04:04.743 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../055-ceph-mgr_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:04.786 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:05.264 INFO:teuthology.orchestra.run.smithi135.stdout:Fetched 216 MB in 40s (5,434 kB/s) 2023-12-07T17:04:05.272 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mon. 2023-12-07T17:04:05.286 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../056-ceph-mon_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:05.339 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mon (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:05.436 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2023-12-07T17:04:05.483 INFO:teuthology.orchestra.run.smithi135.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 112640 files and directories currently installed.) 2023-12-07T17:04:05.486 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2023-12-07T17:04:05.609 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-07T17:04:05.972 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2023-12-07T17:04:05.985 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2023-12-07T17:04:06.030 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-07T17:04:06.383 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2023-12-07T17:04:06.391 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../002-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2023-12-07T17:04:06.433 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-07T17:04:06.651 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-osd. 2023-12-07T17:04:06.666 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../057-ceph-osd_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:06.700 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-osd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:06.911 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libqt5core5a:amd64. 2023-12-07T17:04:06.927 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../003-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T17:04:06.980 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:04:07.456 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2023-12-07T17:04:07.471 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../004-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T17:04:07.523 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:04:07.868 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libqt5network5:amd64. 2023-12-07T17:04:07.881 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../005-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T17:04:07.926 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:04:08.237 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libthrift-0.13.0. 2023-12-07T17:04:08.253 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../006-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2023-12-07T17:04:08.296 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-07T17:04:08.670 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../007-librbd1_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:08.808 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking librbd1 (19.0.0-64-ge068ebcf-1focal) over (15.2.17-0ubuntu0.20.04.5) ... 2023-12-07T17:04:09.492 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../008-librados2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:09.612 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking librados2 (19.0.0-64-ge068ebcf-1focal) over (15.2.17-0ubuntu0.20.04.5) ... 2023-12-07T17:04:09.803 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph. 2023-12-07T17:04:09.817 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../058-ceph_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:09.861 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:10.189 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-fuse. 2023-12-07T17:04:10.203 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../059-ceph-fuse_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:10.239 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:10.366 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libcephfs2. 2023-12-07T17:04:10.381 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:10.424 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libcephfs2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:10.663 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mds. 2023-12-07T17:04:10.676 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../060-ceph-mds_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:10.721 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mds (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:10.760 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-rados. 2023-12-07T17:04:10.773 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../010-python3-rados_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:10.810 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-rados (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:11.138 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-ceph-argparse. 2023-12-07T17:04:11.153 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:11.188 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-ceph-argparse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:11.224 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package cephadm. 2023-12-07T17:04:11.239 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../061-cephadm_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:11.282 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:11.407 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-cephfs. 2023-12-07T17:04:11.422 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:11.457 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-cephfs (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:11.635 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-asyncssh. 2023-12-07T17:04:11.648 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../062-python3-asyncssh_1.12.2-1_all.deb ... 2023-12-07T17:04:11.693 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-asyncssh (1.12.2-1) ... 2023-12-07T17:04:11.794 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-ceph-common. 2023-12-07T17:04:11.806 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:11.843 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:12.046 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jinja2. 2023-12-07T17:04:12.059 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../063-python3-jinja2_2.10.1-2_all.deb ... 2023-12-07T17:04:12.104 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jinja2 (2.10.1-2) ... 2023-12-07T17:04:12.171 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-prettytable. 2023-12-07T17:04:12.184 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../014-python3-prettytable_0.7.2-5_all.deb ... 2023-12-07T17:04:12.221 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2023-12-07T17:04:12.415 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2023-12-07T17:04:12.428 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../064-ceph-mgr-cephadm_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:12.466 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-rbd. 2023-12-07T17:04:12.481 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:12.482 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../015-python3-rbd_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:12.640 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-rbd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:12.826 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-jwt. 2023-12-07T17:04:12.842 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../065-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2023-12-07T17:04:12.885 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-07T17:04:13.110 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2023-12-07T17:04:13.126 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-07T17:04:13.168 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T17:04:13.196 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-repoze.lru. 2023-12-07T17:04:13.210 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../066-python3-repoze.lru_0.7-2_all.deb ... 2023-12-07T17:04:13.254 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2023-12-07T17:04:13.505 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package librabbitmq4:amd64. 2023-12-07T17:04:13.519 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../017-librabbitmq4_0.10.0-1_amd64.deb ... 2023-12-07T17:04:13.523 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libjs-underscore. 2023-12-07T17:04:13.538 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../067-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2023-12-07T17:04:13.563 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2023-12-07T17:04:13.573 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-07T17:04:13.908 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package librdkafka1:amd64. 2023-12-07T17:04:13.923 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../018-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2023-12-07T17:04:13.966 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-07T17:04:13.994 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libjs-sphinxdoc. 2023-12-07T17:04:14.010 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../068-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2023-12-07T17:04:14.269 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libreadline-dev:amd64. 2023-12-07T17:04:14.284 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../019-libreadline-dev_8.0-4_amd64.deb ... 2023-12-07T17:04:14.312 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-07T17:04:14.327 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libreadline-dev:amd64 (8.0-4) ... 2023-12-07T17:04:14.615 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-routes. 2023-12-07T17:04:14.628 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../069-python3-routes_2.4.1-2_all.deb ... 2023-12-07T17:04:14.642 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2023-12-07T17:04:14.652 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-07T17:04:14.673 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-routes (2.4.1-2) ... 2023-12-07T17:04:14.696 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T17:04:15.008 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2023-12-07T17:04:15.023 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../070-ceph-mgr-dashboard_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:15.042 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package lua5.1. 2023-12-07T17:04:15.058 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2023-12-07T17:04:15.066 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-dashboard (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:15.100 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2023-12-07T17:04:15.420 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package lua-any. 2023-12-07T17:04:15.434 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../022-lua-any_25_all.deb ... 2023-12-07T17:04:15.478 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking lua-any (25) ... 2023-12-07T17:04:15.570 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-decorator. 2023-12-07T17:04:15.583 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../071-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2023-12-07T17:04:15.627 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2023-12-07T17:04:15.706 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package zip. 2023-12-07T17:04:15.721 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../023-zip_3.0-11build1_amd64.deb ... 2023-12-07T17:04:15.764 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking zip (3.0-11build1) ... 2023-12-07T17:04:15.930 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2023-12-07T17:04:15.944 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../072-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2023-12-07T17:04:15.988 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-07T17:04:16.126 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package unzip. 2023-12-07T17:04:16.142 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../024-unzip_6.0-25ubuntu1.1_amd64.deb ... 2023-12-07T17:04:16.184 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking unzip (6.0-25ubuntu1.1) ... 2023-12-07T17:04:16.242 INFO:teuthology.orchestra.run.smithi079.stdout:Get:119 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 19.0.0-64-ge068ebcf-1focal [118 kB] 2023-12-07T17:04:16.289 INFO:teuthology.orchestra.run.smithi079.stdout:Get:120 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 19.0.0-64-ge068ebcf-1focal [37.3 kB] 2023-12-07T17:04:16.290 INFO:teuthology.orchestra.run.smithi079.stdout:Get:121 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 19.0.0-64-ge068ebcf-1focal [14.7 MB] 2023-12-07T17:04:16.316 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-scipy. 2023-12-07T17:04:16.329 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../073-python3-scipy_1.3.3-3build1_amd64.deb ... 2023-12-07T17:04:16.382 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2023-12-07T17:04:16.621 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package luarocks. 2023-12-07T17:04:16.634 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../025-luarocks_2.4.2+dfsg-1_all.deb ... 2023-12-07T17:04:16.679 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking luarocks (2.4.2+dfsg-1) ... 2023-12-07T17:04:17.010 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package librgw2. 2023-12-07T17:04:17.026 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../026-librgw2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:17.068 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking librgw2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:17.633 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-sklearn-lib. 2023-12-07T17:04:17.647 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../074-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2023-12-07T17:04:17.691 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-07T17:04:18.029 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-rgw. 2023-12-07T17:04:18.042 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../027-python3-rgw_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:18.087 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-rgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:18.211 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-joblib. 2023-12-07T17:04:18.227 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../075-python3-joblib_0.14.0-3_all.deb ... 2023-12-07T17:04:18.269 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-joblib (0.14.0-3) ... 2023-12-07T17:04:18.431 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package liboath0. 2023-12-07T17:04:18.445 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../028-liboath0_2.6.1-1.3_amd64.deb ... 2023-12-07T17:04:18.490 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2023-12-07T17:04:18.656 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-sklearn. 2023-12-07T17:04:18.671 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../076-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2023-12-07T17:04:18.714 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-07T17:04:18.793 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libradosstriper1. 2023-12-07T17:04:18.806 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../029-libradosstriper1_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:18.851 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libradosstriper1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:19.019 INFO:teuthology.orchestra.run.smithi079.stdout:Get:122 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 19.0.0-64-ge068ebcf-1focal [105 kB] 2023-12-07T17:04:19.304 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-common. 2023-12-07T17:04:19.318 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../030-ceph-common_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:19.362 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:19.407 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2023-12-07T17:04:19.421 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../077-ceph-mgr-diskprediction-local_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:19.465 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:19.804 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 216 MB in 54s (3,995 kB/s) 2023-12-07T17:04:19.979 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2023-12-07T17:04:20.025 INFO:teuthology.orchestra.run.smithi079.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 112640 files and directories currently installed.) 2023-12-07T17:04:20.028 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../000-liblttng-ust0_2.11.0-1_amd64.deb ... 2023-12-07T17:04:20.119 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-07T17:04:20.465 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2023-12-07T17:04:20.479 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.5-4ubuntu1_amd64.deb ... 2023-12-07T17:04:20.523 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-07T17:04:20.585 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-cachetools. 2023-12-07T17:04:20.599 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../078-python3-cachetools_4.0.0-1_all.deb ... 2023-12-07T17:04:20.643 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2023-12-07T17:04:20.859 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2023-12-07T17:04:20.874 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../002-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ... 2023-12-07T17:04:20.918 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-07T17:04:20.946 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pyasn1. 2023-12-07T17:04:20.960 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../079-python3-pyasn1_0.4.2-3build1_all.deb ... 2023-12-07T17:04:21.003 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2023-12-07T17:04:21.372 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libqt5core5a:amd64. 2023-12-07T17:04:21.380 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../003-libqt5core5a_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T17:04:21.426 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pyasn1-modules. 2023-12-07T17:04:21.429 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:04:21.440 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../080-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2023-12-07T17:04:21.483 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-07T17:04:21.788 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-rsa. 2023-12-07T17:04:21.797 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../081-python3-rsa_4.0-3_all.deb ... 2023-12-07T17:04:21.838 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-rsa (4.0-3) ... 2023-12-07T17:04:21.908 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2023-12-07T17:04:21.922 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../004-libqt5dbus5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T17:04:21.943 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-base. 2023-12-07T17:04:21.951 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../031-ceph-base_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:21.967 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:04:22.002 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-base (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:22.150 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-google-auth. 2023-12-07T17:04:22.159 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../082-python3-google-auth_1.5.1-2_all.deb ... 2023-12-07T17:04:22.200 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2023-12-07T17:04:22.345 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libqt5network5:amd64. 2023-12-07T17:04:22.358 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../005-libqt5network5_5.12.8+dfsg-0ubuntu2.1_amd64.deb ... 2023-12-07T17:04:22.395 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:04:22.504 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-blinker. 2023-12-07T17:04:22.518 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../083-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2023-12-07T17:04:22.562 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-07T17:04:22.732 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libthrift-0.13.0. 2023-12-07T17:04:22.746 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../006-libthrift-0.13.0_0.13.0-2build2_amd64.deb ... 2023-12-07T17:04:22.790 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-07T17:04:22.865 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-oauthlib. 2023-12-07T17:04:22.879 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../084-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2023-12-07T17:04:22.923 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-07T17:04:23.140 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../007-librbd1_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:23.268 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-requests-oauthlib. 2023-12-07T17:04:23.269 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking librbd1 (19.0.0-64-ge068ebcf-1focal) over (15.2.17-0ubuntu0.20.04.5) ... 2023-12-07T17:04:23.283 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../085-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2023-12-07T17:04:23.334 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-07T17:04:23.423 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-cherrypy3. 2023-12-07T17:04:23.438 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../032-python3-cherrypy3_8.9.1-6_all.deb ... 2023-12-07T17:04:23.481 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2023-12-07T17:04:23.670 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-websocket. 2023-12-07T17:04:23.687 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../086-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2023-12-07T17:04:23.729 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2023-12-07T17:04:23.843 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-natsort. 2023-12-07T17:04:23.858 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../033-python3-natsort_7.0.1-1_all.deb ... 2023-12-07T17:04:23.893 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-natsort (7.0.1-1) ... 2023-12-07T17:04:23.953 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../008-librados2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:24.015 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-kubernetes. 2023-12-07T17:04:24.029 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../087-python3-kubernetes_7.0.0~a1-2_all.deb ... 2023-12-07T17:04:24.073 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2023-12-07T17:04:24.099 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking librados2 (19.0.0-64-ge068ebcf-1focal) over (15.2.17-0ubuntu0.20.04.5) ... 2023-12-07T17:04:24.230 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-logutils. 2023-12-07T17:04:24.243 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../034-python3-logutils_0.3.3-7_all.deb ... 2023-12-07T17:04:24.287 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-logutils (0.3.3-7) ... 2023-12-07T17:04:24.590 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-markupsafe. 2023-12-07T17:04:24.606 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../035-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2023-12-07T17:04:24.657 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2023-12-07T17:04:24.678 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2023-12-07T17:04:24.695 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../088-ceph-mgr-k8sevents_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:24.736 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:24.811 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libcephfs2. 2023-12-07T17:04:24.825 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:24.878 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libcephfs2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:24.943 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-mako. 2023-12-07T17:04:24.957 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../036-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2023-12-07T17:04:25.001 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-07T17:04:25.056 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libonig5:amd64. 2023-12-07T17:04:25.069 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../089-libonig5_6.9.4-1_amd64.deb ... 2023-12-07T17:04:25.114 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2023-12-07T17:04:25.189 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-rados. 2023-12-07T17:04:25.202 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../010-python3-rados_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:25.239 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-rados (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:25.347 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-simplegeneric. 2023-12-07T17:04:25.360 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../037-python3-simplegeneric_0.8.1-3_all.deb ... 2023-12-07T17:04:25.405 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2023-12-07T17:04:25.475 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libjq1:amd64. 2023-12-07T17:04:25.489 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../090-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-07T17:04:25.533 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-07T17:04:25.601 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-ceph-argparse. 2023-12-07T17:04:25.615 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:25.650 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-ceph-argparse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:25.699 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-singledispatch. 2023-12-07T17:04:25.708 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../038-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2023-12-07T17:04:25.749 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2023-12-07T17:04:25.811 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package jq. 2023-12-07T17:04:25.826 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../091-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-07T17:04:25.869 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2023-12-07T17:04:25.886 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-cephfs. 2023-12-07T17:04:25.902 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:25.945 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-cephfs (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:26.043 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-webob. 2023-12-07T17:04:26.052 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../039-python3-webob_1%3a1.8.5-2_all.deb ... 2023-12-07T17:04:26.094 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2023-12-07T17:04:26.121 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package socat. 2023-12-07T17:04:26.135 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../092-socat_1.7.3.3-2_amd64.deb ... 2023-12-07T17:04:26.179 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking socat (1.7.3.3-2) ... 2023-12-07T17:04:26.248 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-ceph-common. 2023-12-07T17:04:26.261 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:26.306 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:26.405 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-soupsieve. 2023-12-07T17:04:26.418 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../040-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2023-12-07T17:04:26.455 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-07T17:04:26.500 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package xmlstarlet. 2023-12-07T17:04:26.515 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../093-xmlstarlet_1.6.1-2build1_amd64.deb ... 2023-12-07T17:04:26.557 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2023-12-07T17:04:26.626 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-prettytable. 2023-12-07T17:04:26.640 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../014-python3-prettytable_0.7.2-5_all.deb ... 2023-12-07T17:04:26.684 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2023-12-07T17:04:26.760 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-bs4. 2023-12-07T17:04:26.773 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../041-python3-bs4_4.8.2-1_all.deb ... 2023-12-07T17:04:26.810 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2023-12-07T17:04:26.921 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-rbd. 2023-12-07T17:04:26.921 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-test. 2023-12-07T17:04:26.934 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../094-ceph-test_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:26.935 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../015-python3-rbd_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:26.971 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-rbd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:26.979 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-test (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:27.163 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-waitress. 2023-12-07T17:04:27.178 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../042-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2023-12-07T17:04:27.224 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-07T17:04:27.315 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2023-12-07T17:04:27.330 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../016-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-07T17:04:27.374 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T17:04:27.541 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-tempita. 2023-12-07T17:04:27.554 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../043-python3-tempita_0.5.2-6_all.deb ... 2023-12-07T17:04:27.582 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-tempita (0.5.2-6) ... 2023-12-07T17:04:27.702 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package librabbitmq4:amd64. 2023-12-07T17:04:27.716 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../017-librabbitmq4_0.10.0-1_amd64.deb ... 2023-12-07T17:04:27.760 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2023-12-07T17:04:27.889 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-paste. 2023-12-07T17:04:27.903 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../044-python3-paste_3.4.0+dfsg1-1_all.deb ... 2023-12-07T17:04:27.943 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2023-12-07T17:04:28.047 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package librdkafka1:amd64. 2023-12-07T17:04:28.061 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../018-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2023-12-07T17:04:28.097 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-07T17:04:28.280 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2023-12-07T17:04:28.293 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../045-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2023-12-07T17:04:28.338 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2023-12-07T17:04:28.366 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libreadline-dev:amd64. 2023-12-07T17:04:28.380 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../019-libreadline-dev_8.0-4_amd64.deb ... 2023-12-07T17:04:28.424 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libreadline-dev:amd64 (8.0-4) ... 2023-12-07T17:04:28.649 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pastedeploy. 2023-12-07T17:04:28.662 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../046-python3-pastedeploy_2.1.0-1_all.deb ... 2023-12-07T17:04:28.699 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2023-12-07T17:04:28.767 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2023-12-07T17:04:28.782 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.3-1.1ubuntu2_amd64.deb ... 2023-12-07T17:04:28.827 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T17:04:29.002 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-webtest. 2023-12-07T17:04:29.018 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../047-python3-webtest_2.0.32-2_all.deb ... 2023-12-07T17:04:29.060 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-webtest (2.0.32-2) ... 2023-12-07T17:04:29.115 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package lua5.1. 2023-12-07T17:04:29.130 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2023-12-07T17:04:29.164 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2023-12-07T17:04:29.371 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pecan. 2023-12-07T17:04:29.385 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../048-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2023-12-07T17:04:29.430 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2023-12-07T17:04:29.468 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package lua-any. 2023-12-07T17:04:29.481 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../022-lua-any_25_all.deb ... 2023-12-07T17:04:29.526 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking lua-any (25) ... 2023-12-07T17:04:29.737 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package zip. 2023-12-07T17:04:29.750 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../023-zip_3.0-11build1_amd64.deb ... 2023-12-07T17:04:29.768 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-werkzeug. 2023-12-07T17:04:29.779 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking zip (3.0-11build1) ... 2023-12-07T17:04:29.782 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../049-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.1_all.deb ... 2023-12-07T17:04:29.817 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-07T17:04:30.099 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package unzip. 2023-12-07T17:04:30.112 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2023-12-07T17:04:30.113 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../024-unzip_6.0-25ubuntu1.1_amd64.deb ... 2023-12-07T17:04:30.121 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../050-ceph-mgr-modules-core_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:30.149 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking unzip (6.0-25ubuntu1.1) ... 2023-12-07T17:04:30.162 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mgr-modules-core (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:30.528 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package luarocks. 2023-12-07T17:04:30.541 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../025-luarocks_2.4.2+dfsg-1_all.deb ... 2023-12-07T17:04:30.559 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2023-12-07T17:04:30.572 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../051-libsqlite3-mod-ceph_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:30.578 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking luarocks (2.4.2+dfsg-1) ... 2023-12-07T17:04:30.617 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:30.909 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package librgw2. 2023-12-07T17:04:30.922 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../026-librgw2_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:30.958 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking librgw2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:30.962 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-bcrypt. 2023-12-07T17:04:30.975 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../052-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2023-12-07T17:04:31.020 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-07T17:04:31.322 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-cryptography. 2023-12-07T17:04:31.336 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../053-python3-cryptography_2.8-3ubuntu0.2_amd64.deb ... 2023-12-07T17:04:31.381 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.2) ... 2023-12-07T17:04:31.591 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package ceph-volume. 2023-12-07T17:04:31.606 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../095-ceph-volume_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:31.649 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking ceph-volume (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:31.776 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-openssl. 2023-12-07T17:04:31.791 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../054-python3-openssl_19.0.0-1build1_all.deb ... 2023-12-07T17:04:31.834 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2023-12-07T17:04:31.878 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-rgw. 2023-12-07T17:04:31.891 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../027-python3-rgw_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:31.936 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-rgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:31.970 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package fonts-mathjax. 2023-12-07T17:04:31.984 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../096-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-07T17:04:32.028 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-07T17:04:32.187 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mgr. 2023-12-07T17:04:32.201 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../055-ceph-mgr_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:32.245 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mgr (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:32.306 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package liboath0. 2023-12-07T17:04:32.320 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../028-liboath0_2.6.1-1.3_amd64.deb ... 2023-12-07T17:04:32.364 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2023-12-07T17:04:32.557 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libcephfs-dev. 2023-12-07T17:04:32.571 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../097-libcephfs-dev_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:32.614 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libcephfs-dev (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:32.667 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libradosstriper1. 2023-12-07T17:04:32.681 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../029-libradosstriper1_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:32.747 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mon. 2023-12-07T17:04:32.750 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libradosstriper1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:32.761 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../056-ceph-mon_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:32.805 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mon (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:32.926 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua-socket:amd64. 2023-12-07T17:04:32.940 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../098-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... 2023-12-07T17:04:32.983 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-07T17:04:33.154 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph-common. 2023-12-07T17:04:33.162 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../030-ceph-common_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:33.204 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:33.308 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package lua-sec:amd64. 2023-12-07T17:04:33.321 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../099-lua-sec_0.9-3_amd64.deb ... 2023-12-07T17:04:33.357 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking lua-sec:amd64 (0.9-3) ... 2023-12-07T17:04:33.754 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package nvme-cli. 2023-12-07T17:04:33.767 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../100-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2023-12-07T17:04:33.827 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2023-12-07T17:04:34.109 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-osd. 2023-12-07T17:04:34.123 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../057-ceph-osd_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:34.167 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-osd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:34.241 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package pkg-config. 2023-12-07T17:04:34.255 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../101-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2023-12-07T17:04:34.299 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking pkg-config (0.29.1-0ubuntu4) ... 2023-12-07T17:04:34.560 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python-asyncssh-doc. 2023-12-07T17:04:34.575 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../102-python-asyncssh-doc_1.12.2-1_all.deb ... 2023-12-07T17:04:34.618 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python-asyncssh-doc (1.12.2-1) ... 2023-12-07T17:04:34.972 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package libjs-mathjax. 2023-12-07T17:04:34.987 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../103-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-07T17:04:35.030 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-07T17:04:35.786 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph-base. 2023-12-07T17:04:35.798 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../031-ceph-base_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:35.852 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph-base (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:36.617 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python-natsort-doc. 2023-12-07T17:04:36.633 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../104-python-natsort-doc_7.0.1-1_all.deb ... 2023-12-07T17:04:36.675 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2023-12-07T17:04:37.002 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-atomicwrites. 2023-12-07T17:04:37.019 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../105-python3-atomicwrites_1.1.5-2build1_all.deb ... 2023-12-07T17:04:37.061 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2023-12-07T17:04:37.165 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-cherrypy3. 2023-12-07T17:04:37.179 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../032-python3-cherrypy3_8.9.1-6_all.deb ... 2023-12-07T17:04:37.215 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2023-12-07T17:04:37.329 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph. 2023-12-07T17:04:37.343 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../058-ceph_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:37.363 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-attr. 2023-12-07T17:04:37.379 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../106-python3-attr_19.3.0-2_all.deb ... 2023-12-07T17:04:37.387 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:37.421 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-attr (19.3.0-2) ... 2023-12-07T17:04:37.544 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-natsort. 2023-12-07T17:04:37.559 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../033-python3-natsort_7.0.1-1_all.deb ... 2023-12-07T17:04:37.602 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-natsort (7.0.1-1) ... 2023-12-07T17:04:37.706 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-fuse. 2023-12-07T17:04:37.722 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../059-ceph-fuse_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:37.758 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-webencodings. 2023-12-07T17:04:37.764 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:37.772 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../107-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2023-12-07T17:04:37.816 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-07T17:04:37.897 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-logutils. 2023-12-07T17:04:37.911 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../034-python3-logutils_0.3.3-7_all.deb ... 2023-12-07T17:04:37.956 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-logutils (0.3.3-7) ... 2023-12-07T17:04:38.118 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-html5lib. 2023-12-07T17:04:38.132 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../108-python3-html5lib_1.0.1-2_all.deb ... 2023-12-07T17:04:38.176 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2023-12-07T17:04:38.201 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mds. 2023-12-07T17:04:38.210 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../060-ceph-mds_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:38.251 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mds (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:38.258 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-markupsafe. 2023-12-07T17:04:38.272 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../035-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2023-12-07T17:04:38.316 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2023-12-07T17:04:38.521 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-lxml:amd64. 2023-12-07T17:04:38.536 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../109-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2023-12-07T17:04:38.587 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-07T17:04:38.620 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-mako. 2023-12-07T17:04:38.633 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../036-python3-mako_1.1.0+ds1-1ubuntu2.1_all.deb ... 2023-12-07T17:04:38.678 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-07T17:04:38.782 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package cephadm. 2023-12-07T17:04:38.788 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../061-cephadm_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:38.829 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:39.023 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-simplegeneric. 2023-12-07T17:04:39.038 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../037-python3-simplegeneric_0.8.1-3_all.deb ... 2023-12-07T17:04:39.049 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-packaging. 2023-12-07T17:04:39.064 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../110-python3-packaging_20.3-1_all.deb ... 2023-12-07T17:04:39.081 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2023-12-07T17:04:39.107 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-packaging (20.3-1) ... 2023-12-07T17:04:39.182 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-asyncssh. 2023-12-07T17:04:39.191 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../062-python3-asyncssh_1.12.2-1_all.deb ... 2023-12-07T17:04:39.240 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-asyncssh (1.12.2-1) ... 2023-12-07T17:04:39.384 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-singledispatch. 2023-12-07T17:04:39.397 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../038-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2023-12-07T17:04:39.409 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pastescript. 2023-12-07T17:04:39.424 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../111-python3-pastescript_2.0.2-4_all.deb ... 2023-12-07T17:04:39.434 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2023-12-07T17:04:39.467 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2023-12-07T17:04:39.627 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-jinja2. 2023-12-07T17:04:39.635 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../063-python3-jinja2_2.10.1-2_all.deb ... 2023-12-07T17:04:39.677 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-jinja2 (2.10.1-2) ... 2023-12-07T17:04:39.737 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-webob. 2023-12-07T17:04:39.750 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../039-python3-webob_1%3a1.8.5-2_all.deb ... 2023-12-07T17:04:39.787 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2023-12-07T17:04:39.813 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pluggy. 2023-12-07T17:04:39.826 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../112-python3-pluggy_0.13.0-2_all.deb ... 2023-12-07T17:04:39.879 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2023-12-07T17:04:40.009 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2023-12-07T17:04:40.017 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../064-ceph-mgr-cephadm_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:40.058 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mgr-cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:40.107 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-soupsieve. 2023-12-07T17:04:40.122 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../040-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2023-12-07T17:04:40.165 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-07T17:04:40.191 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-psutil. 2023-12-07T17:04:40.207 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../113-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2023-12-07T17:04:40.248 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2023-12-07T17:04:40.412 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-jwt. 2023-12-07T17:04:40.421 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../065-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2023-12-07T17:04:40.462 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-07T17:04:40.468 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-bs4. 2023-12-07T17:04:40.481 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../041-python3-bs4_4.8.2-1_all.deb ... 2023-12-07T17:04:40.518 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2023-12-07T17:04:40.576 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-py. 2023-12-07T17:04:40.591 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../114-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2023-12-07T17:04:40.634 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2023-12-07T17:04:40.774 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-repoze.lru. 2023-12-07T17:04:40.787 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../066-python3-repoze.lru_0.7-2_all.deb ... 2023-12-07T17:04:40.831 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2023-12-07T17:04:40.863 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-waitress. 2023-12-07T17:04:40.877 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../042-python3-waitress_1.4.1-1ubuntu0.1_all.deb ... 2023-12-07T17:04:40.925 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-07T17:04:40.979 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pyinotify. 2023-12-07T17:04:40.995 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../115-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2023-12-07T17:04:41.037 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-07T17:04:41.084 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libjs-underscore. 2023-12-07T17:04:41.097 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../067-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2023-12-07T17:04:41.141 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-07T17:04:41.233 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-tempita. 2023-12-07T17:04:41.246 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../043-python3-tempita_0.5.2-6_all.deb ... 2023-12-07T17:04:41.283 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-tempita (0.5.2-6) ... 2023-12-07T17:04:41.340 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-wcwidth. 2023-12-07T17:04:41.355 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../116-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2023-12-07T17:04:41.398 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-07T17:04:41.419 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libjs-sphinxdoc. 2023-12-07T17:04:41.432 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../068-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2023-12-07T17:04:41.469 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-07T17:04:41.569 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-paste. 2023-12-07T17:04:41.583 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../044-python3-paste_3.4.0+dfsg1-1_all.deb ... 2023-12-07T17:04:41.627 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2023-12-07T17:04:41.684 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-pytest. 2023-12-07T17:04:41.700 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../117-python3-pytest_4.6.9-1_all.deb ... 2023-12-07T17:04:41.742 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-pytest (4.6.9-1) ... 2023-12-07T17:04:41.755 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-routes. 2023-12-07T17:04:41.770 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../069-python3-routes_2.4.1-2_all.deb ... 2023-12-07T17:04:41.813 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-routes (2.4.1-2) ... 2023-12-07T17:04:41.964 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2023-12-07T17:04:41.977 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../045-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2023-12-07T17:04:42.014 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2023-12-07T17:04:42.070 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package python3-simplejson. 2023-12-07T17:04:42.085 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../118-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2023-12-07T17:04:42.128 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-07T17:04:42.133 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2023-12-07T17:04:42.146 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../070-ceph-mgr-dashboard_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:42.183 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mgr-dashboard (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:42.367 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-pastedeploy. 2023-12-07T17:04:42.382 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../046-python3-pastedeploy_2.1.0-1_all.deb ... 2023-12-07T17:04:42.389 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package qttranslations5-l10n. 2023-12-07T17:04:42.404 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../119-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2023-12-07T17:04:42.425 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2023-12-07T17:04:42.447 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-07T17:04:42.687 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-decorator. 2023-12-07T17:04:42.696 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../071-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2023-12-07T17:04:42.729 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-webtest. 2023-12-07T17:04:42.737 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2023-12-07T17:04:42.743 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../047-python3-webtest_2.0.32-2_all.deb ... 2023-12-07T17:04:42.787 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-webtest (2.0.32-2) ... 2023-12-07T17:04:43.048 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2023-12-07T17:04:43.063 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../072-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2023-12-07T17:04:43.106 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-07T17:04:43.109 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package radosgw. 2023-12-07T17:04:43.124 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../120-radosgw_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:43.167 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking radosgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:43.181 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-pecan. 2023-12-07T17:04:43.190 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../048-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2023-12-07T17:04:43.414 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2023-12-07T17:04:43.443 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-scipy. 2023-12-07T17:04:43.456 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../073-python3-scipy_1.3.3-3build1_amd64.deb ... 2023-12-07T17:04:43.630 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2023-12-07T17:04:43.761 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-werkzeug. 2023-12-07T17:04:43.774 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../049-python3-werkzeug_0.16.1+dfsg1-2ubuntu0.1_all.deb ... 2023-12-07T17:04:43.819 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-07T17:04:44.114 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2023-12-07T17:04:44.128 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../050-ceph-mgr-modules-core_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:44.172 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph-mgr-modules-core (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:44.544 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2023-12-07T17:04:44.557 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../051-libsqlite3-mod-ceph_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:44.594 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:44.695 INFO:teuthology.orchestra.run.smithi194.stdout:Selecting previously unselected package rbd-fuse. 2023-12-07T17:04:44.711 INFO:teuthology.orchestra.run.smithi194.stdout:Preparing to unpack .../121-rbd-fuse_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:44.745 INFO:teuthology.orchestra.run.smithi194.stdout:Unpacking rbd-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:44.913 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-bcrypt. 2023-12-07T17:04:44.927 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../052-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2023-12-07T17:04:44.963 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-07T17:04:45.127 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-sklearn-lib. 2023-12-07T17:04:45.141 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../074-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2023-12-07T17:04:45.185 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-07T17:04:45.266 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-cryptography. 2023-12-07T17:04:45.280 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../053-python3-cryptography_2.8-3ubuntu0.2_amd64.deb ... 2023-12-07T17:04:45.324 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.2) ... 2023-12-07T17:04:45.529 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-attr (19.3.0-2) ... 2023-12-07T17:04:45.703 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-openssl. 2023-12-07T17:04:45.718 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../054-python3-openssl_19.0.0-1build1_all.deb ... 2023-12-07T17:04:45.755 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-joblib. 2023-12-07T17:04:45.770 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2023-12-07T17:04:45.771 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../075-python3-joblib_0.14.0-3_all.deb ... 2023-12-07T17:04:45.813 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-joblib (0.14.0-3) ... 2023-12-07T17:04:45.833 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2023-12-07T17:04:45.959 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-07T17:04:46.085 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2023-12-07T17:04:46.106 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph-mgr. 2023-12-07T17:04:46.119 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../055-ceph-mgr_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:46.164 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph-mgr (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:46.184 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-sklearn. 2023-12-07T17:04:46.197 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../076-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2023-12-07T17:04:46.242 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-07T17:04:46.278 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:46.651 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph-mon. 2023-12-07T17:04:46.667 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../056-ceph-mon_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:46.709 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph-mon (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:46.832 INFO:teuthology.orchestra.run.smithi194.stdout:Adding system user cephadm....done 2023-12-07T17:04:46.942 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2023-12-07T17:04:46.956 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../077-ceph-mgr-diskprediction-local_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:46.986 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-07T17:04:47.000 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:47.112 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-07T17:04:47.483 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-repoze.lru (0.7-2) ... 2023-12-07T17:04:47.776 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-07T17:04:47.902 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up liboath0 (2.6.1-1.3) ... 2023-12-07T17:04:47.997 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph-osd. 2023-12-07T17:04:48.011 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../057-ceph-osd_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:48.028 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2023-12-07T17:04:48.054 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph-osd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:48.105 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-cachetools. 2023-12-07T17:04:48.118 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../078-python3-cachetools_4.0.0-1_all.deb ... 2023-12-07T17:04:48.163 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2023-12-07T17:04:48.346 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-joblib (0.14.0-3) ... 2023-12-07T17:04:48.466 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pyasn1. 2023-12-07T17:04:48.481 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../079-python3-pyasn1_0.4.2-3build1_all.deb ... 2023-12-07T17:04:48.524 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2023-12-07T17:04:48.740 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-07T17:04:48.963 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pyasn1-modules. 2023-12-07T17:04:48.977 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../080-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2023-12-07T17:04:49.008 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cachetools (4.0.0-1) ... 2023-12-07T17:04:49.021 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-07T17:04:49.293 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up unzip (6.0-25ubuntu1.1) ... 2023-12-07T17:04:49.333 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-rsa. 2023-12-07T17:04:49.347 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../081-python3-rsa_4.0-3_all.deb ... 2023-12-07T17:04:49.392 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-rsa (4.0-3) ... 2023-12-07T17:04:49.435 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-07T17:04:49.704 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-google-auth. 2023-12-07T17:04:49.717 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../082-python3-google-auth_1.5.1-2_all.deb ... 2023-12-07T17:04:49.719 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-07T17:04:49.762 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2023-12-07T17:04:50.013 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-ceph-argparse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:50.091 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-blinker. 2023-12-07T17:04:50.106 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../083-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2023-12-07T17:04:50.149 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-07T17:04:50.297 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-07T17:04:50.425 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-07T17:04:50.452 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-oauthlib. 2023-12-07T17:04:50.467 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../084-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2023-12-07T17:04:50.535 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-07T17:04:50.560 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libreadline-dev:amd64 (8.0-4) ... 2023-12-07T17:04:50.685 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2023-12-07T17:04:50.856 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-requests-oauthlib. 2023-12-07T17:04:50.869 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../085-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2023-12-07T17:04:50.939 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-07T17:04:51.003 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2023-12-07T17:04:51.250 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-websocket. 2023-12-07T17:04:51.264 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../086-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2023-12-07T17:04:51.291 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph. 2023-12-07T17:04:51.304 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../058-ceph_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:51.308 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2023-12-07T17:04:51.349 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:51.352 INFO:teuthology.orchestra.run.smithi194.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2023-12-07T17:04:51.385 INFO:teuthology.orchestra.run.smithi194.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2023-12-07T17:04:51.447 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-07T17:04:51.620 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-kubernetes. 2023-12-07T17:04:51.635 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../087-python3-kubernetes_7.0.0~a1-2_all.deb ... 2023-12-07T17:04:51.668 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph-fuse. 2023-12-07T17:04:51.678 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2023-12-07T17:04:51.682 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../059-ceph-fuse_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:51.724 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-07T17:04:51.726 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:51.850 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2023-12-07T17:04:52.173 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph-mds. 2023-12-07T17:04:52.187 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../060-ceph-mds_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:52.217 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-natsort (7.0.1-1) ... 2023-12-07T17:04:52.231 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph-mds (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:52.250 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2023-12-07T17:04:52.264 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../088-ceph-mgr-k8sevents_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:52.308 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:52.502 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2023-12-07T17:04:52.628 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libonig5:amd64. 2023-12-07T17:04:52.641 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../089-libonig5_6.9.4-1_amd64.deb ... 2023-12-07T17:04:52.686 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2023-12-07T17:04:52.743 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package cephadm. 2023-12-07T17:04:52.751 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../061-cephadm_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:52.787 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-07T17:04:52.793 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:53.048 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libjq1:amd64. 2023-12-07T17:04:53.062 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../090-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-07T17:04:53.106 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-07T17:04:53.113 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2023-12-07T17:04:53.121 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-asyncssh. 2023-12-07T17:04:53.129 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../062-python3-asyncssh_1.12.2-1_all.deb ... 2023-12-07T17:04:53.171 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-asyncssh (1.12.2-1) ... 2023-12-07T17:04:53.385 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package jq. 2023-12-07T17:04:53.398 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../091-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-07T17:04:53.415 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up zip (3.0-11build1) ... 2023-12-07T17:04:53.443 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2023-12-07T17:04:53.532 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-jinja2. 2023-12-07T17:04:53.540 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-jinja2 (2.10.1-2) ... 2023-12-07T17:04:53.541 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../063-python3-jinja2_2.10.1-2_all.deb ... 2023-12-07T17:04:53.582 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-jinja2 (2.10.1-2) ... 2023-12-07T17:04:53.695 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package socat. 2023-12-07T17:04:53.711 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../092-socat_1.7.3.3-2_amd64.deb ... 2023-12-07T17:04:53.753 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking socat (1.7.3.3-2) ... 2023-12-07T17:04:53.875 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-tempita (0.5.2-6) ... 2023-12-07T17:04:53.936 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2023-12-07T17:04:53.949 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../064-ceph-mgr-cephadm_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:53.994 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph-mgr-cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:54.074 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package xmlstarlet. 2023-12-07T17:04:54.088 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../093-xmlstarlet_1.6.1-2build1_amd64.deb ... 2023-12-07T17:04:54.132 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2023-12-07T17:04:54.159 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-packaging (20.3-1) ... 2023-12-07T17:04:54.357 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-jwt. 2023-12-07T17:04:54.371 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../065-python3-jwt_1.7.1-2ubuntu2.1_all.deb ... 2023-12-07T17:04:54.415 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-07T17:04:54.452 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2023-12-07T17:04:54.479 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-test. 2023-12-07T17:04:54.495 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../094-ceph-test_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:04:54.537 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-test (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:54.578 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-07T17:04:54.704 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-07T17:04:54.727 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-repoze.lru. 2023-12-07T17:04:54.743 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../066-python3-repoze.lru_0.7-2_all.deb ... 2023-12-07T17:04:54.785 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2023-12-07T17:04:54.988 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2023-12-07T17:04:55.038 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libjs-underscore. 2023-12-07T17:04:55.051 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../067-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2023-12-07T17:04:55.096 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-07T17:04:55.390 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-07T17:04:55.402 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libjs-sphinxdoc. 2023-12-07T17:04:55.416 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../068-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2023-12-07T17:04:55.460 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-07T17:04:55.750 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cryptography (2.8-3ubuntu0.2) ... 2023-12-07T17:04:55.763 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-routes. 2023-12-07T17:04:55.777 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../069-python3-routes_2.4.1-2_all.deb ... 2023-12-07T17:04:55.821 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-routes (2.4.1-2) ... 2023-12-07T17:04:56.118 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up socat (1.7.3.3-2) ... 2023-12-07T17:04:56.150 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2023-12-07T17:04:56.163 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../070-ceph-mgr-dashboard_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:56.199 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph-mgr-dashboard (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:56.244 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:56.553 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up pkg-config (0.29.1-0ubuntu4) ... 2023-12-07T17:04:56.735 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-decorator. 2023-12-07T17:04:56.749 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../071-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2023-12-07T17:04:56.793 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2023-12-07T17:04:56.813 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:04:56.947 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-html5lib (1.0.1-2) ... 2023-12-07T17:04:57.096 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2023-12-07T17:04:57.109 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../072-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2023-12-07T17:04:57.154 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-07T17:04:57.307 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-07T17:04:57.450 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2023-12-07T17:04:57.474 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-scipy. 2023-12-07T17:04:57.488 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../073-python3-scipy_1.3.3-3build1_amd64.deb ... 2023-12-07T17:04:57.532 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2023-12-07T17:04:57.576 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pluggy (0.13.0-2) ... 2023-12-07T17:04:57.868 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-07T17:04:58.195 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:04:58.312 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T17:04:58.438 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2023-12-07T17:04:58.773 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2023-12-07T17:04:58.858 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-sklearn-lib. 2023-12-07T17:04:58.871 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../074-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2023-12-07T17:04:58.916 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-07T17:04:59.049 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-logutils (0.3.3-7) ... 2023-12-07T17:04:59.224 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package ceph-volume. 2023-12-07T17:04:59.238 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../095-ceph-volume_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:04:59.282 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking ceph-volume (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:04:59.342 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-07T17:04:59.444 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-joblib. 2023-12-07T17:04:59.458 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../075-python3-joblib_0.14.0-3_all.deb ... 2023-12-07T17:04:59.467 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2023-12-07T17:04:59.502 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-joblib (0.14.0-3) ... 2023-12-07T17:04:59.590 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package fonts-mathjax. 2023-12-07T17:04:59.607 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../096-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-07T17:04:59.648 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-07T17:04:59.752 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-prettytable (0.7.2-5) ... 2023-12-07T17:04:59.864 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-sklearn. 2023-12-07T17:04:59.878 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../076-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2023-12-07T17:04:59.922 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-07T17:05:00.044 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-07T17:05:00.152 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libcephfs-dev. 2023-12-07T17:05:00.167 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../097-libcephfs-dev_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:05:00.210 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libcephfs-dev (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:00.337 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2023-12-07T17:05:00.427 INFO:teuthology.orchestra.run.smithi194.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2023-12-07T17:05:00.505 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package lua-socket:amd64. 2023-12-07T17:05:00.519 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../098-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... 2023-12-07T17:05:00.563 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-07T17:05:00.622 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2023-12-07T17:05:00.636 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../077-ceph-mgr-diskprediction-local_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:05:00.672 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2023-12-07T17:05:00.680 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:00.848 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-07T17:05:00.876 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package lua-sec:amd64. 2023-12-07T17:05:00.891 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../099-lua-sec_0.9-3_amd64.deb ... 2023-12-07T17:05:00.933 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking lua-sec:amd64 (0.9-3) ... 2023-12-07T17:05:01.175 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2023-12-07T17:05:01.338 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package nvme-cli. 2023-12-07T17:05:01.355 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../100-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2023-12-07T17:05:01.412 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2023-12-07T17:05:01.534 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-07T17:05:01.660 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-07T17:05:01.785 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package pkg-config. 2023-12-07T17:05:01.786 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-webob (1:1.8.5-2) ... 2023-12-07T17:05:01.799 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../101-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2023-12-07T17:05:01.817 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-cachetools. 2023-12-07T17:05:01.832 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../078-python3-cachetools_4.0.0-1_all.deb ... 2023-12-07T17:05:01.843 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking pkg-config (0.29.1-0ubuntu4) ... 2023-12-07T17:05:01.874 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2023-12-07T17:05:02.086 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python-asyncssh-doc. 2023-12-07T17:05:02.100 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../102-python-asyncssh-doc_1.12.2-1_all.deb ... 2023-12-07T17:05:02.112 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-07T17:05:02.144 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python-asyncssh-doc (1.12.2-1) ... 2023-12-07T17:05:02.185 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-pyasn1. 2023-12-07T17:05:02.194 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../079-python3-pyasn1_0.4.2-3build1_all.deb ... 2023-12-07T17:05:02.235 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2023-12-07T17:05:02.405 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T17:05:02.497 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package libjs-mathjax. 2023-12-07T17:05:02.512 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../103-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-07T17:05:02.530 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2023-12-07T17:05:02.555 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-07T17:05:02.633 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-pyasn1-modules. 2023-12-07T17:05:02.642 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../080-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2023-12-07T17:05:02.683 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-07T17:05:03.013 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-rsa. 2023-12-07T17:05:03.026 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../081-python3-rsa_4.0-3_all.deb ... 2023-12-07T17:05:03.070 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-rsa (4.0-3) ... 2023-12-07T17:05:03.383 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-google-auth. 2023-12-07T17:05:03.391 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../082-python3-google-auth_1.5.1-2_all.deb ... 2023-12-07T17:05:03.433 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2023-12-07T17:05:03.778 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-blinker. 2023-12-07T17:05:03.787 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../083-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2023-12-07T17:05:03.828 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-07T17:05:04.003 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua-sec:amd64 (0.9-3) ... 2023-12-07T17:05:04.139 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-oauthlib. 2023-12-07T17:05:04.154 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-07T17:05:04.155 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../084-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2023-12-07T17:05:04.206 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-07T17:05:04.280 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pytest (4.6.9-1) ... 2023-12-07T17:05:04.282 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python-natsort-doc. 2023-12-07T17:05:04.297 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../104-python-natsort-doc_7.0.1-1_all.deb ... 2023-12-07T17:05:04.340 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2023-12-07T17:05:04.535 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-requests-oauthlib. 2023-12-07T17:05:04.549 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../085-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2023-12-07T17:05:04.592 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-07T17:05:04.665 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2023-12-07T17:05:04.676 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-atomicwrites. 2023-12-07T17:05:04.691 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../105-python3-atomicwrites_1.1.5-2build1_all.deb ... 2023-12-07T17:05:04.734 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2023-12-07T17:05:04.904 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-websocket. 2023-12-07T17:05:04.917 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../086-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2023-12-07T17:05:04.962 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2023-12-07T17:05:04.966 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2023-12-07T17:05:05.020 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-attr. 2023-12-07T17:05:05.034 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../106-python3-attr_19.3.0-2_all.deb ... 2023-12-07T17:05:05.078 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-attr (19.3.0-2) ... 2023-12-07T17:05:05.258 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up lua-any (25) ... 2023-12-07T17:05:05.274 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-kubernetes. 2023-12-07T17:05:05.283 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../087-python3-kubernetes_7.0.0~a1-2_all.deb ... 2023-12-07T17:05:05.323 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2023-12-07T17:05:05.392 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:05:05.406 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-webencodings. 2023-12-07T17:05:05.420 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../107-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2023-12-07T17:05:05.464 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-07T17:05:05.518 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-bs4 (4.8.2-1) ... 2023-12-07T17:05:05.758 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-html5lib. 2023-12-07T17:05:05.773 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../108-python3-html5lib_1.0.1-2_all.deb ... 2023-12-07T17:05:05.816 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2023-12-07T17:05:05.845 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-07T17:05:05.870 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2023-12-07T17:05:05.884 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../088-ceph-mgr-k8sevents_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:05:05.928 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:06.136 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-lxml:amd64. 2023-12-07T17:05:06.150 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../109-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2023-12-07T17:05:06.163 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-asyncssh (1.12.2-1) ... 2023-12-07T17:05:06.194 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-07T17:05:06.256 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libonig5:amd64. 2023-12-07T17:05:06.271 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../089-libonig5_6.9.4-1_amd64.deb ... 2023-12-07T17:05:06.314 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2023-12-07T17:05:06.539 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-07T17:05:06.634 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libjq1:amd64. 2023-12-07T17:05:06.647 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../090-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-07T17:05:06.647 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-packaging. 2023-12-07T17:05:06.664 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../110-python3-packaging_20.3-1_all.deb ... 2023-12-07T17:05:06.692 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-07T17:05:06.705 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-packaging (20.3-1) ... 2023-12-07T17:05:06.857 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-07T17:05:06.961 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package jq. 2023-12-07T17:05:06.976 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../091-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2023-12-07T17:05:07.008 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pastescript. 2023-12-07T17:05:07.019 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2023-12-07T17:05:07.022 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../111-python3-pastescript_2.0.2-4_all.deb ... 2023-12-07T17:05:07.066 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2023-12-07T17:05:07.272 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package socat. 2023-12-07T17:05:07.287 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../092-socat_1.7.3.3-2_amd64.deb ... 2023-12-07T17:05:07.330 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking socat (1.7.3.3-2) ... 2023-12-07T17:05:07.387 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pluggy. 2023-12-07T17:05:07.400 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../112-python3-pluggy_0.13.0-2_all.deb ... 2023-12-07T17:05:07.444 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2023-12-07T17:05:07.650 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package xmlstarlet. 2023-12-07T17:05:07.664 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../093-xmlstarlet_1.6.1-2build1_amd64.deb ... 2023-12-07T17:05:07.708 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2023-12-07T17:05:07.756 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-psutil. 2023-12-07T17:05:07.771 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../113-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2023-12-07T17:05:07.814 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2023-12-07T17:05:07.896 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-07T17:05:08.022 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2023-12-07T17:05:08.047 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph-test. 2023-12-07T17:05:08.060 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../094-ceph-test_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:05:08.105 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph-test (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:08.148 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2023-12-07T17:05:08.150 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-py. 2023-12-07T17:05:08.164 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../114-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2023-12-07T17:05:08.208 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2023-12-07T17:05:08.367 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rsa (4.0-3) ... 2023-12-07T17:05:08.536 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pyinotify. 2023-12-07T17:05:08.550 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../115-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2023-12-07T17:05:08.594 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-07T17:05:08.660 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-07T17:05:08.786 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-webtest (2.0.32-2) ... 2023-12-07T17:05:08.913 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-wcwidth. 2023-12-07T17:05:08.927 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../116-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2023-12-07T17:05:08.972 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-07T17:05:09.071 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-07T17:05:09.274 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-pytest. 2023-12-07T17:05:09.289 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../117-python3-pytest_4.6.9-1_all.deb ... 2023-12-07T17:05:09.332 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-pytest (4.6.9-1) ... 2023-12-07T17:05:09.347 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pastescript (2.0.2-4) ... 2023-12-07T17:05:09.673 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2023-12-07T17:05:09.686 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package python3-simplejson. 2023-12-07T17:05:09.695 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../118-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2023-12-07T17:05:09.735 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-07T17:05:10.005 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package qttranslations5-l10n. 2023-12-07T17:05:10.019 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../119-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2023-12-07T17:05:10.034 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librados2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:10.063 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-07T17:05:10.160 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python-asyncssh-doc (1.12.2-1) ... 2023-12-07T17:05:10.286 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libsqlite3-mod-ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:10.404 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up luarocks (2.4.2+dfsg-1) ... 2023-12-07T17:05:10.560 INFO:teuthology.orchestra.run.smithi194.stdout:Making manifest for /usr/local/lib/luarocks/rocks 2023-12-07T17:05:10.560 INFO:teuthology.orchestra.run.smithi194.stdout:Warning: This looks like a local rocks tree, but you did not pass --local-tree. 2023-12-07T17:05:10.565 INFO:teuthology.orchestra.run.smithi194.stdout:Generating index.html for /usr/local/lib/luarocks/rocks 2023-12-07T17:05:10.606 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libcephfs2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:10.765 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-routes (2.4.1-2) ... 2023-12-07T17:05:10.775 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package radosgw. 2023-12-07T17:05:10.790 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../120-radosgw_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:05:10.833 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking radosgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:11.058 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libradosstriper1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:11.184 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-google-auth (1.5.1-2) ... 2023-12-07T17:05:11.511 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librbd1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:11.637 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-modules-core (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:11.754 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:11.969 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-07T17:05:11.969 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-07T17:05:12.336 INFO:teuthology.orchestra.run.smithi135.stdout:Selecting previously unselected package rbd-fuse. 2023-12-07T17:05:12.346 INFO:teuthology.orchestra.run.smithi135.stdout:Preparing to unpack .../121-rbd-fuse_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:05:12.386 INFO:teuthology.orchestra.run.smithi135.stdout:Unpacking rbd-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:12.447 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up libcephfs-dev (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:12.582 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rados (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:12.600 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package ceph-volume. 2023-12-07T17:05:12.614 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../095-ceph-volume_19.0.0-64-ge068ebcf-1focal_all.deb ... 2023-12-07T17:05:12.658 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking ceph-volume (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:12.685 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-attr (19.3.0-2) ... 2023-12-07T17:05:12.708 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up librgw2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:12.833 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2023-12-07T17:05:12.937 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package fonts-mathjax. 2023-12-07T17:05:12.952 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../096-fonts-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-07T17:05:12.966 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2023-12-07T17:05:12.995 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-07T17:05:13.092 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-07T17:05:13.244 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2023-12-07T17:05:13.439 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:13.500 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libcephfs-dev. 2023-12-07T17:05:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../097-libcephfs-dev_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:05:13.558 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libcephfs-dev (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:13.795 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rbd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:13.860 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package lua-socket:amd64. 2023-12-07T17:05:13.874 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../098-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... 2023-12-07T17:05:13.918 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-07T17:05:13.920 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up rbd-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:14.043 INFO:teuthology.orchestra.run.smithi135.stdout:Adding system user cephadm....done 2023-12-07T17:05:14.046 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-rgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:14.195 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-07T17:05:14.197 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up python3-cephfs (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:14.264 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package lua-sec:amd64. 2023-12-07T17:05:14.278 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../099-lua-sec_0.9-3_amd64.deb ... 2023-12-07T17:05:14.321 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-07T17:05:14.325 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:14.431 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking lua-sec:amd64 (0.9-3) ... 2023-12-07T17:05:14.814 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-repoze.lru (0.7-2) ... 2023-12-07T17:05:14.859 INFO:teuthology.orchestra.run.smithi194.stdout:Adding group ceph....done 2023-12-07T17:05:14.938 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package nvme-cli. 2023-12-07T17:05:14.952 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../100-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2023-12-07T17:05:15.009 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2023-12-07T17:05:15.090 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-07T17:05:15.216 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up liboath0 (2.6.1-1.3) ... 2023-12-07T17:05:15.252 INFO:teuthology.orchestra.run.smithi194.stdout:Adding system user ceph....done 2023-12-07T17:05:15.342 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2023-12-07T17:05:15.426 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package pkg-config. 2023-12-07T17:05:15.437 INFO:teuthology.orchestra.run.smithi194.stdout:Setting system user ceph properties....done 2023-12-07T17:05:15.440 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../101-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2023-12-07T17:05:15.455 INFO:teuthology.orchestra.run.smithi194.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2023-12-07T17:05:15.484 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking pkg-config (0.29.1-0ubuntu4) ... 2023-12-07T17:05:15.611 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2023-12-07T17:05:15.677 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-joblib (0.14.0-3) ... 2023-12-07T17:05:15.746 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python-asyncssh-doc. 2023-12-07T17:05:15.761 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../102-python-asyncssh-doc_1.12.2-1_all.deb ... 2023-12-07T17:05:15.804 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python-asyncssh-doc (1.12.2-1) ... 2023-12-07T17:05:15.918 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2023-12-07T17:05:16.081 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-07T17:05:16.149 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package libjs-mathjax. 2023-12-07T17:05:16.165 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../103-libjs-mathjax_2.7.4+dfsg-1_all.deb ... 2023-12-07T17:05:16.207 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-07T17:05:16.357 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-cachetools (4.0.0-1) ... 2023-12-07T17:05:16.458 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-test (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:16.584 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up radosgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:16.650 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up unzip (6.0-25ubuntu1.1) ... 2023-12-07T17:05:16.802 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-07T17:05:17.041 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-07T17:05:17.041 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-07T17:05:17.086 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-07T17:05:17.379 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-ceph-argparse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:17.502 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-base (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:17.671 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-07T17:05:17.776 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python-natsort-doc. 2023-12-07T17:05:17.793 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../104-python-natsort-doc_7.0.1-1_all.deb ... 2023-12-07T17:05:17.822 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-07T17:05:17.833 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python-natsort-doc (7.0.1-1) ... 2023-12-07T17:05:17.878 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2023-12-07T17:05:17.948 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libreadline-dev:amd64 (8.0-4) ... 2023-12-07T17:05:18.075 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2023-12-07T17:05:18.145 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-atomicwrites. 2023-12-07T17:05:18.160 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../105-python3-atomicwrites_1.1.5-2build1_all.deb ... 2023-12-07T17:05:18.203 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2023-12-07T17:05:18.329 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mds (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:18.368 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2023-12-07T17:05:18.505 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-attr. 2023-12-07T17:05:18.521 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../106-python3-attr_19.3.0-2_all.deb ... 2023-12-07T17:05:18.562 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-07T17:05:18.562 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-07T17:05:18.563 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-attr (19.3.0-2) ... 2023-12-07T17:05:18.790 INFO:teuthology.orchestra.run.smithi135.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2023-12-07T17:05:18.825 INFO:teuthology.orchestra.run.smithi135.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2023-12-07T17:05:18.883 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-webencodings. 2023-12-07T17:05:18.898 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../107-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2023-12-07T17:05:18.904 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-07T17:05:18.941 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-07T17:05:19.030 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:19.189 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-07T17:05:19.244 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-html5lib. 2023-12-07T17:05:19.260 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../108-python3-html5lib_1.0.1-2_all.deb ... 2023-12-07T17:05:19.287 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-07T17:05:19.288 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-07T17:05:19.302 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2023-12-07T17:05:19.314 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2023-12-07T17:05:19.641 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-lxml:amd64. 2023-12-07T17:05:19.653 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../109-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2023-12-07T17:05:19.674 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-natsort (7.0.1-1) ... 2023-12-07T17:05:19.696 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-07T17:05:19.732 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-osd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:19.975 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2023-12-07T17:05:20.141 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-packaging. 2023-12-07T17:05:20.151 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../110-python3-packaging_20.3-1_all.deb ... 2023-12-07T17:05:20.191 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-packaging (20.3-1) ... 2023-12-07T17:05:20.225 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-07T17:05:20.226 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-07T17:05:20.260 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-07T17:05:20.496 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-pastescript. 2023-12-07T17:05:20.516 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../111-python3-pastescript_2.0.2-4_all.deb ... 2023-12-07T17:05:20.546 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2023-12-07T17:05:20.603 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2023-12-07T17:05:20.691 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-k8sevents (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:20.842 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:20.866 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-pluggy. 2023-12-07T17:05:20.882 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../112-python3-pluggy_0.13.0-2_all.deb ... 2023-12-07T17:05:20.887 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up zip (3.0-11build1) ... 2023-12-07T17:05:20.924 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2023-12-07T17:05:20.985 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mon (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:21.013 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-jinja2 (2.10.1-2) ... 2023-12-07T17:05:21.200 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-07T17:05:21.200 INFO:teuthology.orchestra.run.smithi194.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-07T17:05:21.235 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-psutil. 2023-12-07T17:05:21.250 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../113-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2023-12-07T17:05:21.293 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2023-12-07T17:05:21.339 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-tempita (0.5.2-6) ... 2023-12-07T17:05:21.596 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-py. 2023-12-07T17:05:21.611 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../114-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2023-12-07T17:05:21.646 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:21.648 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-packaging (20.3-1) ... 2023-12-07T17:05:21.654 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2023-12-07T17:05:21.788 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:21.914 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-mgr-dashboard (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:21.941 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2023-12-07T17:05:21.974 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-pyinotify. 2023-12-07T17:05:21.988 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../115-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2023-12-07T17:05:22.057 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-07T17:05:22.057 INFO:teuthology.orchestra.run.smithi194.stdout:Setting up ceph-volume (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:22.066 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-07T17:05:22.192 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-07T17:05:22.334 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-wcwidth. 2023-12-07T17:05:22.344 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../116-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2023-12-07T17:05:22.376 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-07T17:05:22.418 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2023-12-07T17:05:22.486 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2023-12-07T17:05:22.663 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-pytest. 2023-12-07T17:05:22.670 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for mime-support (3.64ubuntu1) ... 2023-12-07T17:05:22.677 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../117-python3-pytest_4.6.9-1_all.deb ... 2023-12-07T17:05:22.737 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-pytest (4.6.9-1) ... 2023-12-07T17:05:22.787 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-07T17:05:22.879 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-07T17:05:22.939 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2023-12-07T17:05:23.066 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package python3-simplejson. 2023-12-07T17:05:23.081 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../118-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2023-12-07T17:05:23.124 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-07T17:05:23.223 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-07T17:05:23.238 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-cryptography (2.8-3ubuntu0.2) ... 2023-12-07T17:05:23.393 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package qttranslations5-l10n. 2023-12-07T17:05:23.407 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../119-qttranslations5-l10n_5.12.8-0ubuntu1_all.deb ... 2023-12-07T17:05:23.451 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-07T17:05:23.598 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up socat (1.7.3.3-2) ... 2023-12-07T17:05:23.724 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:24.042 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up pkg-config (0.29.1-0ubuntu4) ... 2023-12-07T17:05:24.113 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package radosgw. 2023-12-07T17:05:24.123 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../120-radosgw_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:05:24.163 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking radosgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:24.294 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:05:24.428 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-html5lib (1.0.1-2) ... 2023-12-07T17:05:24.779 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-07T17:05:24.905 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2023-12-07T17:05:25.031 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pluggy (0.13.0-2) ... 2023-12-07T17:05:25.332 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-07T17:05:25.650 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:05:25.683 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package rbd-fuse. 2023-12-07T17:05:25.697 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../121-rbd-fuse_19.0.0-64-ge068ebcf-1focal_amd64.deb ... 2023-12-07T17:05:25.741 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking rbd-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:25.785 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T17:05:25.910 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2023-12-07T17:05:26.036 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-attr (19.3.0-2) ... 2023-12-07T17:05:26.262 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2023-12-07T17:05:26.329 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2023-12-07T17:05:26.455 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libdouble-conversion3:amd64 (3.1.5-4ubuntu1) ... 2023-12-07T17:05:26.468 INFO:teuthology.orchestra.run.smithi194.stdout:Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2023-12-07T17:05:26.546 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-logutils (0.3.3-7) ... 2023-12-07T17:05:26.581 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2023-12-07T17:05:26.774 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:26.847 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-07T17:05:26.973 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2023-12-07T17:05:27.258 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-prettytable (0.7.2-5) ... 2023-12-07T17:05:27.279 INFO:teuthology.orchestra.run.smithi194.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2023-12-07T17:05:27.283 DEBUG:teuthology.parallel:result is None 2023-12-07T17:05:27.336 INFO:teuthology.orchestra.run.smithi079.stdout:Adding system user cephadm....done 2023-12-07T17:05:27.489 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up fonts-mathjax (2.7.4+dfsg-1) ... 2023-12-07T17:05:27.550 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-07T17:05:27.617 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-waitress (1.4.1-1ubuntu0.1) ... 2023-12-07T17:05:27.868 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2023-12-07T17:05:27.958 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-repoze.lru (0.7-2) ... 2023-12-07T17:05:27.958 INFO:teuthology.orchestra.run.smithi135.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2023-12-07T17:05:28.203 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2023-12-07T17:05:28.242 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libjs-mathjax (2.7.4+dfsg-1) ... 2023-12-07T17:05:28.320 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-07T17:05:28.371 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up liboath0 (2.6.1-1.3) ... 2023-12-07T17:05:28.498 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2023-12-07T17:05:28.647 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2023-12-07T17:05:28.816 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-joblib (0.14.0-3) ... 2023-12-07T17:05:29.006 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-07T17:05:29.133 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-07T17:05:29.201 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-jwt (1.7.1-2ubuntu2.1) ... 2023-12-07T17:05:29.258 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-webob (1:1.8.5-2) ... 2023-12-07T17:05:29.486 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-cachetools (4.0.0-1) ... 2023-12-07T17:05:29.609 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-07T17:05:29.762 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up unzip (6.0-25ubuntu1.1) ... 2023-12-07T17:05:29.902 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T17:05:29.905 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2023-12-07T17:05:30.028 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2023-12-07T17:05:30.181 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2023-12-07T17:05:30.465 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-ceph-argparse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:30.758 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2023-12-07T17:05:30.884 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 2023-12-07T17:05:31.018 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libreadline-dev:amd64 (8.0-4) ... 2023-12-07T17:05:31.145 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2023-12-07T17:05:31.439 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2023-12-07T17:05:31.500 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up lua-sec:amd64 (0.9-3) ... 2023-12-07T17:05:31.626 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-07T17:05:31.752 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pytest (4.6.9-1) ... 2023-12-07T17:05:31.838 INFO:teuthology.orchestra.run.smithi079.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2023-12-07T17:05:31.871 INFO:teuthology.orchestra.run.smithi079.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2023-12-07T17:05:31.934 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2023-12-07T17:05:32.121 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2023-12-07T17:05:32.243 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ... 2023-12-07T17:05:32.369 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2023-12-07T17:05:32.413 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2023-12-07T17:05:32.705 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up lua-any (25) ... 2023-12-07T17:05:32.746 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-natsort (7.0.1-1) ... 2023-12-07T17:05:32.831 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:05:32.957 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-bs4 (4.8.2-1) ... 2023-12-07T17:05:33.038 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2023-12-07T17:05:33.292 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-07T17:05:33.314 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2023-12-07T17:05:33.619 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-asyncssh (1.12.2-1) ... 2023-12-07T17:05:33.640 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2023-12-07T17:05:33.926 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up zip (3.0-11build1) ... 2023-12-07T17:05:33.995 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-07T17:05:34.060 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-jinja2 (2.10.1-2) ... 2023-12-07T17:05:34.313 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-07T17:05:34.387 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-tempita (0.5.2-6) ... 2023-12-07T17:05:34.671 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-packaging (20.3-1) ... 2023-12-07T17:05:34.955 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2023-12-07T17:05:35.206 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up qttranslations5-l10n (5.12.8-0ubuntu1) ... 2023-12-07T17:05:35.351 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-07T17:05:35.357 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2023-12-07T17:05:35.477 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2023-12-07T17:05:35.603 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2023-12-07T17:05:35.641 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2023-12-07T17:05:35.822 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-rsa (4.0-3) ... 2023-12-07T17:05:36.051 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2ubuntu0.1) ... 2023-12-07T17:05:36.115 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-07T17:05:36.241 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-webtest (2.0.32-2) ... 2023-12-07T17:05:36.411 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-cryptography (2.8-3ubuntu0.2) ... 2023-12-07T17:05:36.545 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-07T17:05:36.771 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up socat (1.7.3.3-2) ... 2023-12-07T17:05:36.830 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pastescript (2.0.2-4) ... 2023-12-07T17:05:36.897 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:37.157 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2023-12-07T17:05:37.207 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up pkg-config (0.29.1-0ubuntu4) ... 2023-12-07T17:05:37.467 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libqt5core5a:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:05:37.518 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up librados2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:37.601 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-html5lib (1.0.1-2) ... 2023-12-07T17:05:37.644 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python-asyncssh-doc (1.12.2-1) ... 2023-12-07T17:05:37.779 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libsqlite3-mod-ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:37.905 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up luarocks (2.4.2+dfsg-1) ... 2023-12-07T17:05:37.944 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2023-12-07T17:05:38.070 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2023-12-07T17:05:38.089 INFO:teuthology.orchestra.run.smithi135.stdout:Making manifest for /usr/local/lib/luarocks/rocks 2023-12-07T17:05:38.089 INFO:teuthology.orchestra.run.smithi135.stdout:Warning: This looks like a local rocks tree, but you did not pass --local-tree. 2023-12-07T17:05:38.095 INFO:teuthology.orchestra.run.smithi135.stdout:Generating index.html for /usr/local/lib/luarocks/rocks 2023-12-07T17:05:38.141 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libcephfs2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:38.196 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-pluggy (0.13.0-2) ... 2023-12-07T17:05:38.267 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-routes (2.4.1-2) ... 2023-12-07T17:05:38.497 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2023-12-07T17:05:38.561 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libradosstriper1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:38.679 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-google-auth (1.5.1-2) ... 2023-12-07T17:05:38.815 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libqt5dbus5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:05:38.941 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T17:05:38.990 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up librbd1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:39.067 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2023-12-07T17:05:39.116 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mgr-modules-core (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:39.242 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:39.385 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2023-12-07T17:05:39.468 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-07T17:05:39.468 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-07T17:05:39.670 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-logutils (0.3.3-7) ... 2023-12-07T17:05:39.952 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up libcephfs-dev (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:39.954 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2023-12-07T17:05:40.080 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2023-12-07T17:05:40.112 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-rados (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:40.238 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up librgw2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:40.356 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-prettytable (0.7.2-5) ... 2023-12-07T17:05:40.364 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2023-12-07T17:05:40.640 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2023-12-07T17:05:40.933 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2023-12-07T17:05:41.020 INFO:teuthology.orchestra.run.smithi079.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2023-12-07T17:05:41.268 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2023-12-07T17:05:41.302 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-rbd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:41.394 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2.1) ... 2023-12-07T17:05:41.445 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up rbd-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:41.571 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-rgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:41.697 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up python3-cephfs (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:41.703 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2023-12-07T17:05:41.824 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:42.063 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2023-12-07T17:05:42.189 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2023-12-07T17:05:42.306 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-webob (1:1.8.5-2) ... 2023-12-07T17:05:42.369 INFO:teuthology.orchestra.run.smithi135.stdout:Adding group ceph....done 2023-12-07T17:05:42.633 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2023-12-07T17:05:42.763 INFO:teuthology.orchestra.run.smithi135.stdout:Adding system user ceph....done 2023-12-07T17:05:42.917 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up liblua5.3-dev:amd64 (5.3.3-1.1ubuntu2) ... 2023-12-07T17:05:42.939 INFO:teuthology.orchestra.run.smithi135.stdout:Setting system user ceph properties....done 2023-12-07T17:05:42.956 INFO:teuthology.orchestra.run.smithi135.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2023-12-07T17:05:43.051 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2023-12-07T17:05:43.110 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2023-12-07T17:05:43.447 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2023-12-07T17:05:43.927 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-test (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:44.054 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up radosgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:44.498 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up lua-sec:amd64 (0.9-3) ... 2023-12-07T17:05:44.540 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-07T17:05:44.540 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-07T17:05:44.624 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2023-12-07T17:05:44.750 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-pytest (4.6.9-1) ... 2023-12-07T17:05:45.014 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-base (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:45.144 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2023-12-07T17:05:45.406 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2023-12-07T17:05:45.695 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2023-12-07T17:05:45.892 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mds (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:45.979 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up lua-any (25) ... 2023-12-07T17:05:46.105 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libqt5network5:amd64 (5.12.8+dfsg-0ubuntu2.1) ... 2023-12-07T17:05:46.132 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-07T17:05:46.132 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-07T17:05:46.231 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-bs4 (4.8.2-1) ... 2023-12-07T17:05:46.574 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2023-12-07T17:05:46.610 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mgr (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:46.836 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-07T17:05:46.836 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-07T17:05:46.884 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-asyncssh (1.12.2-1) ... 2023-12-07T17:05:47.244 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2023-12-07T17:05:47.312 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-osd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:47.570 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2023-12-07T17:05:47.813 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-07T17:05:47.813 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-07T17:05:48.264 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mgr-k8sevents (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:48.399 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:48.558 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mon (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:48.608 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2023-12-07T17:05:48.767 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python-natsort-doc (7.0.1-1) ... 2023-12-07T17:05:48.782 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-07T17:05:48.782 INFO:teuthology.orchestra.run.smithi135.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-07T17:05:48.894 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2023-12-07T17:05:49.105 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-rsa (4.0-3) ... 2023-12-07T17:05:49.243 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mgr-cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:49.386 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:49.406 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libthrift-0.13.0 (0.13.0-2build2) ... 2023-12-07T17:05:49.513 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-mgr-dashboard (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:49.532 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-webtest (2.0.32-2) ... 2023-12-07T17:05:49.656 INFO:teuthology.orchestra.run.smithi135.stdout:Setting up ceph-volume (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:49.825 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2023-12-07T17:05:50.018 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2023-12-07T17:05:50.110 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-pastescript (2.0.2-4) ... 2023-12-07T17:05:50.331 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for mime-support (3.64ubuntu1) ... 2023-12-07T17:05:50.420 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2023-12-07T17:05:50.438 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-07T17:05:50.592 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2023-12-07T17:05:50.756 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up librados2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:50.892 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-07T17:05:50.898 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python-asyncssh-doc (1.12.2-1) ... 2023-12-07T17:05:51.024 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libsqlite3-mod-ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:51.150 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up luarocks (2.4.2+dfsg-1) ... 2023-12-07T17:05:51.323 INFO:teuthology.orchestra.run.smithi079.stdout:Making manifest for /usr/local/lib/luarocks/rocks 2023-12-07T17:05:51.323 INFO:teuthology.orchestra.run.smithi079.stdout:Warning: This looks like a local rocks tree, but you did not pass --local-tree. 2023-12-07T17:05:51.328 INFO:teuthology.orchestra.run.smithi079.stdout:Generating index.html for /usr/local/lib/luarocks/rocks 2023-12-07T17:05:51.369 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libcephfs2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:51.503 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-routes (2.4.1-2) ... 2023-12-07T17:05:51.788 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libradosstriper1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:51.905 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-google-auth (1.5.1-2) ... 2023-12-07T17:05:52.215 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up librbd1 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:52.341 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph-mgr-modules-core (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:52.467 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:52.693 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-07T17:05:52.693 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2023-12-07T17:05:53.177 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up libcephfs-dev (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:53.303 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-rados (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:53.412 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up librgw2 (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:53.522 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2023-12-07T17:05:54.104 INFO:teuthology.orchestra.run.smithi135.stdout:Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2023-12-07T17:05:54.416 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-rbd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:54.551 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up rbd-fuse (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:54.677 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-rgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:54.803 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up python3-cephfs (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:54.929 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph-common (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:54.961 INFO:teuthology.orchestra.run.smithi135.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2023-12-07T17:05:54.964 DEBUG:teuthology.parallel:result is None 2023-12-07T17:05:55.473 INFO:teuthology.orchestra.run.smithi079.stdout:Adding group ceph....done 2023-12-07T17:05:55.874 INFO:teuthology.orchestra.run.smithi079.stdout:Adding system user ceph....done 2023-12-07T17:05:56.052 INFO:teuthology.orchestra.run.smithi079.stdout:Setting system user ceph properties....done 2023-12-07T17:05:56.072 INFO:teuthology.orchestra.run.smithi079.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2023-12-07T17:05:56.228 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2023-12-07T17:05:56.549 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2023-12-07T17:05:57.014 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph-test (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:57.132 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up radosgw (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:57.612 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-07T17:05:57.613 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2023-12-07T17:05:58.050 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph-base (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:58.429 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2023-12-07T17:05:58.894 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph-mds (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:59.134 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-07T17:05:59.134 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2023-12-07T17:05:59.604 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph-mgr (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:05:59.824 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-07T17:05:59.825 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2023-12-07T17:06:00.288 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph-osd (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:06:00.761 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-07T17:06:00.762 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2023-12-07T17:06:01.216 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph-mgr-k8sevents (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:06:01.350 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:06:01.493 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph-mon (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:06:01.717 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-07T17:06:01.717 INFO:teuthology.orchestra.run.smithi079.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2023-12-07T17:06:02.161 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph-mgr-cephadm (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:06:02.287 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:06:02.413 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph-mgr-dashboard (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:06:02.547 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up ceph-volume (19.0.0-64-ge068ebcf-1focal) ... 2023-12-07T17:06:02.900 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for fontconfig (2.13.1-2ubuntu3) ... 2023-12-07T17:06:03.176 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for mime-support (3.64ubuntu1) ... 2023-12-07T17:06:03.286 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-07T17:06:03.437 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for systemd (245.4-4ubuntu3.17) ... 2023-12-07T17:06:03.730 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-07T17:06:06.941 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2023-12-07T17:06:07.755 INFO:teuthology.orchestra.run.smithi079.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2023-12-07T17:06:07.757 DEBUG:teuthology.parallel:result is None 2023-12-07T17:06:07.758 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:06:07.913 DEBUG:teuthology.orchestra.run.smithi079:> dpkg-query -W -f '${Version}' ceph 2023-12-07T17:06:07.936 INFO:teuthology.orchestra.run.smithi079.stdout:19.0.0-64-ge068ebcf-1focal 2023-12-07T17:06:07.937 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-64-ge068ebcf-1focal 2023-12-07T17:06:07.937 INFO:teuthology.task.install:The correct ceph version 19.0.0-64-ge068ebcf-1focal is installed. 2023-12-07T17:06:07.938 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:06:08.071 DEBUG:teuthology.orchestra.run.smithi135:> dpkg-query -W -f '${Version}' ceph 2023-12-07T17:06:08.093 INFO:teuthology.orchestra.run.smithi135.stdout:19.0.0-64-ge068ebcf-1focal 2023-12-07T17:06:08.093 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-64-ge068ebcf-1focal 2023-12-07T17:06:08.093 INFO:teuthology.task.install:The correct ceph version 19.0.0-64-ge068ebcf-1focal is installed. 2023-12-07T17:06:08.093 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:06:08.302 DEBUG:teuthology.orchestra.run.smithi194:> dpkg-query -W -f '${Version}' ceph 2023-12-07T17:06:08.325 INFO:teuthology.orchestra.run.smithi194.stdout:19.0.0-64-ge068ebcf-1focal 2023-12-07T17:06:08.325 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-64-ge068ebcf-1focal 2023-12-07T17:06:08.325 INFO:teuthology.task.install:The correct ceph version 19.0.0-64-ge068ebcf-1focal is installed. 2023-12-07T17:06:08.325 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-12-07T17:06:08.325 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T17:06:08.326 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-07T17:06:08.342 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-12-07T17:06:08.342 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-07T17:06:08.359 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-07T17:06:08.359 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-07T17:06:08.381 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-12-07T17:06:08.381 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T17:06:08.381 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/daemon-helper 2023-12-07T17:06:08.402 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-07T17:06:08.460 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-12-07T17:06:08.460 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/usr/bin/daemon-helper 2023-12-07T17:06:08.476 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-07T17:06:08.532 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-07T17:06:08.532 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/usr/bin/daemon-helper 2023-12-07T17:06:08.547 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-07T17:06:08.603 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-12-07T17:06:08.604 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T17:06:08.604 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-07T17:06:08.619 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-07T17:06:08.679 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-12-07T17:06:08.679 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-07T17:06:08.695 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-07T17:06:08.752 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-07T17:06:08.752 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-07T17:06:08.767 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-07T17:06:08.826 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-12-07T17:06:08.826 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T17:06:08.826 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/usr/bin/stdin-killer 2023-12-07T17:06:08.843 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-07T17:06:08.900 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-12-07T17:06:08.900 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/usr/bin/stdin-killer 2023-12-07T17:06:08.915 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-07T17:06:08.974 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-07T17:06:08.974 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/usr/bin/stdin-killer 2023-12-07T17:06:08.990 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-07T17:06:09.048 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-07T17:06:09.126 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'} 2023-12-07T17:06:09.126 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:06:09.127 INFO:tasks.cephadm:Cluster fsid is ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:06:09.127 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-07T17:06:09.127 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.79', 'mon.b': '172.21.15.135', 'mon.c': '172.21.15.194'} 2023-12-07T17:06:09.127 INFO:tasks.cephadm:First mon is mon.a on smithi079 2023-12-07T17:06:09.127 INFO:tasks.cephadm:First mgr is a 2023-12-07T17:06:09.127 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-07T17:06:09.127 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2023-12-07T17:06:09.143 DEBUG:teuthology.orchestra.run.smithi135:> sudo hostname $(hostname -s) 2023-12-07T17:06:09.159 DEBUG:teuthology.orchestra.run.smithi194:> sudo hostname $(hostname -s) 2023-12-07T17:06:09.174 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-07T17:06:09.175 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:06:09.406 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=focal,DIST=focal,MACHINE_SIZE=gigantic/74753/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-64-ge068ebcf', 'node_name': '172.21.5.38+adami08', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=focal,DIST=focal,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-64-ge068ebcf-1focal'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default/', 'distro_codename': 'focal', 'modified': '2023-12-07 00:59:41.089290', 'distro_version': '20.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri8-testing-2023-12-06-1425', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2023-12-07T17:06:09.542 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri8-testing-2023-12-06-1425, sha1 e068ebcf7ecc6503f24666fb6b152034d3fe1067 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:06:09.542 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/x86_64/flavors/default/cephadm 2023-12-07T17:06:09.542 DEBUG:teuthology.orchestra.run.smithi079:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-07T17:06:10.307 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-rw-r-- 1 ubuntu ubuntu 832268 Dec 7 17:06 /home/ubuntu/cephtest/cephadm 2023-12-07T17:06:10.307 DEBUG:teuthology.orchestra.run.smithi135:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-07T17:06:10.717 INFO:teuthology.orchestra.run.smithi135.stdout:-rw-rw-r-- 1 ubuntu ubuntu 832268 Dec 7 17:06 /home/ubuntu/cephtest/cephadm 2023-12-07T17:06:10.717 DEBUG:teuthology.orchestra.run.smithi194:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-07T17:06:11.468 INFO:teuthology.orchestra.run.smithi194.stdout:-rw-rw-r-- 1 ubuntu ubuntu 832268 Dec 7 17:06 /home/ubuntu/cephtest/cephadm 2023-12-07T17:06:11.468 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T17:06:11.478 DEBUG:teuthology.orchestra.run.smithi135:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T17:06:11.487 DEBUG:teuthology.orchestra.run.smithi194:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T17:06:11.505 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 on all hosts... 2023-12-07T17:06:11.505 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 pull 2023-12-07T17:06:11.520 DEBUG:teuthology.orchestra.run.smithi135:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 pull 2023-12-07T17:06:11.532 DEBUG:teuthology.orchestra.run.smithi194:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 pull 2023-12-07T17:06:11.766 INFO:teuthology.orchestra.run.smithi079.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T17:06:11.802 INFO:teuthology.orchestra.run.smithi135.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T17:06:11.806 INFO:teuthology.orchestra.run.smithi194.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T17:06:56.769 INFO:teuthology.orchestra.run.smithi079.stdout:{ 2023-12-07T17:06:56.769 INFO:teuthology.orchestra.run.smithi079.stdout: "ceph_version": "ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev)", 2023-12-07T17:06:56.769 INFO:teuthology.orchestra.run.smithi079.stdout: "image_id": "e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412", 2023-12-07T17:06:56.769 INFO:teuthology.orchestra.run.smithi079.stdout: "repo_digests": [ 2023-12-07T17:06:56.769 INFO:teuthology.orchestra.run.smithi079.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f77e76429b2f90f995fd0b15e8ce2605700ed2a51f2d75623215c9aaf74f90b6" 2023-12-07T17:06:56.769 INFO:teuthology.orchestra.run.smithi079.stdout: ] 2023-12-07T17:06:56.770 INFO:teuthology.orchestra.run.smithi079.stdout:} 2023-12-07T17:06:58.394 INFO:teuthology.orchestra.run.smithi135.stdout:{ 2023-12-07T17:06:58.394 INFO:teuthology.orchestra.run.smithi135.stdout: "ceph_version": "ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev)", 2023-12-07T17:06:58.394 INFO:teuthology.orchestra.run.smithi135.stdout: "image_id": "e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412", 2023-12-07T17:06:58.394 INFO:teuthology.orchestra.run.smithi135.stdout: "repo_digests": [ 2023-12-07T17:06:58.395 INFO:teuthology.orchestra.run.smithi135.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f77e76429b2f90f995fd0b15e8ce2605700ed2a51f2d75623215c9aaf74f90b6" 2023-12-07T17:06:58.395 INFO:teuthology.orchestra.run.smithi135.stdout: ] 2023-12-07T17:06:58.395 INFO:teuthology.orchestra.run.smithi135.stdout:} 2023-12-07T17:07:02.668 INFO:teuthology.orchestra.run.smithi194.stdout:{ 2023-12-07T17:07:02.669 INFO:teuthology.orchestra.run.smithi194.stdout: "ceph_version": "ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev)", 2023-12-07T17:07:02.669 INFO:teuthology.orchestra.run.smithi194.stdout: "image_id": "e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412", 2023-12-07T17:07:02.669 INFO:teuthology.orchestra.run.smithi194.stdout: "repo_digests": [ 2023-12-07T17:07:02.669 INFO:teuthology.orchestra.run.smithi194.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f77e76429b2f90f995fd0b15e8ce2605700ed2a51f2d75623215c9aaf74f90b6" 2023-12-07T17:07:02.669 INFO:teuthology.orchestra.run.smithi194.stdout: ] 2023-12-07T17:07:02.669 INFO:teuthology.orchestra.run.smithi194.stdout:} 2023-12-07T17:07:02.704 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph 2023-12-07T17:07:02.720 DEBUG:teuthology.orchestra.run.smithi135:> sudo mkdir -p /etc/ceph 2023-12-07T17:07:02.736 DEBUG:teuthology.orchestra.run.smithi194:> sudo mkdir -p /etc/ceph 2023-12-07T17:07:02.751 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /etc/ceph 2023-12-07T17:07:02.779 DEBUG:teuthology.orchestra.run.smithi135:> sudo chmod 777 /etc/ceph 2023-12-07T17:07:02.792 DEBUG:teuthology.orchestra.run.smithi194:> sudo chmod 777 /etc/ceph 2023-12-07T17:07:02.809 INFO:tasks.cephadm:Writing seed config... 2023-12-07T17:07:02.811 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-07T17:07:02.811 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-07T17:07:02.811 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-07T17:07:02.811 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-12-07T17:07:02.811 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-07T17:07:02.812 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-07T17:07:02.812 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-07T17:07:02.812 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-07T17:07:02.812 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-07T17:07:02.813 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T17:07:02.813 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-07T17:07:02.825 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 = ea87f9c8-9522-11ee-95a2-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-07T17:07:02.826 DEBUG:teuthology.orchestra.run.smithi079:mon.a> sudo journalctl -f -n 0 -u ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@mon.a.service 2023-12-07T17:07:02.869 DEBUG:teuthology.orchestra.run.smithi079:mgr.a> sudo journalctl -f -n 0 -u ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@mgr.a.service 2023-12-07T17:07:02.913 INFO:tasks.cephadm:Bootstrapping... 2023-12-07T17:07:02.913 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 -v bootstrap --fsid ea87f9c8-9522-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.79 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-07T17:07:03.117 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:07:03.117 INFO:teuthology.orchestra.run.smithi079.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067', '-v', 'bootstrap', '--fsid', 'ea87f9c8-9522-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.79', '--skip-admin-label'] 2023-12-07T17:07:03.118 INFO:teuthology.orchestra.run.smithi079.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-12-07T17:07:03.118 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying podman|docker is present... 2023-12-07T17:07:03.118 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying lvm2 is present... 2023-12-07T17:07:03.118 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying time synchronization is in place... 2023-12-07T17:07:03.124 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-07T17:07:03.124 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-07T17:07:03.132 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-07T17:07:03.132 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2023-12-07T17:07:03.138 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-12-07T17:07:03.139 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-12-07T17:07:03.144 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-12-07T17:07:03.144 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2023-12-07T17:07:03.149 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-12-07T17:07:03.149 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout masked 2023-12-07T17:07:03.155 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-12-07T17:07:03.155 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2023-12-07T17:07:03.161 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-12-07T17:07:03.161 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-12-07T17:07:03.167 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-12-07T17:07:03.167 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2023-12-07T17:07:03.175 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout enabled 2023-12-07T17:07:03.180 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout active 2023-12-07T17:07:03.180 INFO:teuthology.orchestra.run.smithi079.stdout:Unit ntp.service is enabled and running 2023-12-07T17:07:03.180 INFO:teuthology.orchestra.run.smithi079.stdout:Repeating the final host check... 2023-12-07T17:07:03.181 INFO:teuthology.orchestra.run.smithi079.stdout:docker (/usr/bin/docker) is present 2023-12-07T17:07:03.181 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl is present 2023-12-07T17:07:03.181 INFO:teuthology.orchestra.run.smithi079.stdout:lvcreate is present 2023-12-07T17:07:03.186 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-07T17:07:03.186 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-07T17:07:03.191 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-07T17:07:03.191 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2023-12-07T17:07:03.196 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-12-07T17:07:03.196 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-12-07T17:07:03.202 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-12-07T17:07:03.202 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2023-12-07T17:07:03.208 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-12-07T17:07:03.208 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout masked 2023-12-07T17:07:03.214 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-12-07T17:07:03.214 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2023-12-07T17:07:03.220 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-12-07T17:07:03.220 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-12-07T17:07:03.226 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-12-07T17:07:03.226 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout inactive 2023-12-07T17:07:03.231 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout enabled 2023-12-07T17:07:03.237 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stdout active 2023-12-07T17:07:03.237 INFO:teuthology.orchestra.run.smithi079.stdout:Unit ntp.service is enabled and running 2023-12-07T17:07:03.237 INFO:teuthology.orchestra.run.smithi079.stdout:Host looks OK 2023-12-07T17:07:03.237 INFO:teuthology.orchestra.run.smithi079.stdout:Cluster fsid: ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:07:03.237 INFO:teuthology.orchestra.run.smithi079.stdout:Acquiring lock 140417258165104 on /run/cephadm/ea87f9c8-9522-11ee-95a2-87774f69a715.lock 2023-12-07T17:07:03.237 INFO:teuthology.orchestra.run.smithi079.stdout:Lock 140417258165104 acquired on /run/cephadm/ea87f9c8-9522-11ee-95a2-87774f69a715.lock 2023-12-07T17:07:03.238 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying IP 172.21.15.79 port 3300 ... 2023-12-07T17:07:03.238 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying IP 172.21.15.79 port 6789 ... 2023-12-07T17:07:03.238 INFO:teuthology.orchestra.run.smithi079.stdout:Base mon IP(s) is [172.21.15.79:3300, 172.21.15.79:6789], mon addrv is [v2:172.21.15.79:3300,v1:172.21.15.79:6789] 2023-12-07T17:07:03.242 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2023-12-07T17:07:03.242 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.79 metric 100 2023-12-07T17:07:03.242 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-07T17:07:03.242 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.79 2023-12-07T17:07:03.242 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.79 metric 100 2023-12-07T17:07:03.246 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-12-07T17:07:03.246 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-07T17:07:03.247 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1781sec pref medium 2023-12-07T17:07:03.248 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-07T17:07:03.248 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2023-12-07T17:07:03.249 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-07T17:07:03.249 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-07T17:07:03.249 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:ce87/64 scope link 2023-12-07T17:07:03.249 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-07T17:07:03.250 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.0.0/20` 2023-12-07T17:07:03.250 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.0.0/20` 2023-12-07T17:07:03.250 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.15.254/32` 2023-12-07T17:07:03.250 INFO:teuthology.orchestra.run.smithi079.stdout:Mon IP `172.21.15.79` is in CIDR network `172.21.15.254/32` 2023-12-07T17:07:03.250 INFO:teuthology.orchestra.run.smithi079.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2023-12-07T17:07:03.250 INFO:teuthology.orchestra.run.smithi079.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-07T17:07:03.250 INFO:teuthology.orchestra.run.smithi079.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T17:07:03.279 INFO:journalctl@ceph.mgr.a.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T17:07:03.311 INFO:journalctl@ceph.mon.a.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T17:07:03.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/docker: stdout e068ebcf7ecc6503f24666fb6b152034d3fe1067: Pulling from ceph-ci/ceph 2023-12-07T17:07:03.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/docker: stdout Digest: sha256:f77e76429b2f90f995fd0b15e8ce2605700ed2a51f2d75623215c9aaf74f90b6 2023-12-07T17:07:03.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:07:03.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T17:07:05.081 INFO:teuthology.orchestra.run.smithi079.stdout:ceph: stdout ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev) 2023-12-07T17:07:05.081 INFO:teuthology.orchestra.run.smithi079.stdout:Ceph version: ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev) 2023-12-07T17:07:05.081 INFO:teuthology.orchestra.run.smithi079.stdout:Extracting ceph user uid/gid from container image... 2023-12-07T17:07:06.467 INFO:teuthology.orchestra.run.smithi079.stdout:stat: stdout 167 167 2023-12-07T17:07:06.467 INFO:teuthology.orchestra.run.smithi079.stdout:Creating initial keys... 2023-12-07T17:07:07.823 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-authtool: stdout AQC7+3FlqceeEBAA+yNhBwQvX1FLQwSO/5hgjw== 2023-12-07T17:07:09.235 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-authtool: stdout AQC8+3FlMF5uJhAAem3LlOwZ9/zpco9w40aD2w== 2023-12-07T17:07:10.640 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-authtool: stdout AQC++3FlrQVeAxAAnxJUOSZJsuh5ROZ41rkdZw== 2023-12-07T17:07:10.640 INFO:teuthology.orchestra.run.smithi079.stdout:Creating initial monmap... 2023-12-07T17:07:12.014 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-07T17:07:12.014 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-12-07T17:07:12.014 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:07:12.014 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-07T17:07:12.014 INFO:teuthology.orchestra.run.smithi079.stdout:monmaptool for a [v2:172.21.15.79:3300,v1:172.21.15.79:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-07T17:07:12.014 INFO:teuthology.orchestra.run.smithi079.stdout:setting min_mon_release = pacific 2023-12-07T17:07:12.014 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: set fsid to ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:07:12.014 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-07T17:07:12.015 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:07:12.015 INFO:teuthology.orchestra.run.smithi079.stdout:Creating mon... 2023-12-07T17:07:13.500 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.869+0000 7fbc1f645c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T17:07:13.500 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.869+0000 7fbc1f645c80 1 imported monmap: 2023-12-07T17:07:13.500 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr epoch 0 2023-12-07T17:07:13.500 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr fsid ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:07:13.500 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr last_changed 2023-12-07T17:07:11.423084+0000 2023-12-07T17:07:13.500 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr created 2023-12-07T17:07:11.423084+0000 2023-12-07T17:07:13.500 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr min_mon_release 16 (pacific) 2023-12-07T17:07:13.500 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2023-12-07T17:07:13.500 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon.a 2023-12-07T17:07:13.501 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.501 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.869+0000 7fbc1f645c80 0 /usr/bin/ceph-mon: set fsid to ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:07:13.501 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-07T17:07:13.501 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.501 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Git sha 0 2023-12-07T17:07:13.501 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Compile date 2023-12-06 23:35:10 2023-12-07T17:07:13.501 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: DB SUMMARY 2023-12-07T17:07:13.501 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.501 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: DB Session ID: QP26DQ0JD6OJZYL0MXYV 2023-12-07T17:07:13.501 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.501 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-07T17:07:13.501 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.501 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-07T17:07:13.501 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.502 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.error_if_exists: 0 2023-12-07T17:07:13.502 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.create_if_missing: 1 2023-12-07T17:07:13.502 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T17:07:13.502 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T17:07:13.502 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T17:07:13.502 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T17:07:13.502 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.env: 0x5577de6daa60 2023-12-07T17:07:13.502 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-07T17:07:13.505 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.info_log: 0x5577def4e9c0 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.statistics: (nil) 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.use_fsync: 0 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T17:07:13.506 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T17:07:13.507 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T17:07:13.507 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T17:07:13.507 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.db_log_dir: 2023-12-07T17:07:13.507 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.wal_dir: 2023-12-07T17:07:13.507 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T17:07:13.507 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T17:07:13.507 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T17:07:13.507 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T17:07:13.507 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T17:07:13.507 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T17:07:13.507 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T17:07:13.507 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T17:07:13.507 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.write_buffer_manager: 0x5577def23220 2023-12-07T17:07:13.507 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.unordered_write: 0 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.row_cache: None 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.wal_filter: None 2023-12-07T17:07:13.508 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T17:07:13.509 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T17:07:13.509 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.two_write_queues: 0 2023-12-07T17:07:13.509 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T17:07:13.509 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.wal_compression: 0 2023-12-07T17:07:13.509 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.atomic_flush: 0 2023-12-07T17:07:13.509 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T17:07:13.509 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T17:07:13.509 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T17:07:13.509 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T17:07:13.509 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T17:07:13.509 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T17:07:13.509 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T17:07:13.509 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T17:07:13.509 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_open_files: -1 2023-12-07T17:07:13.510 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T17:07:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T17:07:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T17:07:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T17:07:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T17:07:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Compression algorithms supported: 2023-12-07T17:07:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T17:07:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: kZSTD supported: 0 2023-12-07T17:07:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: kXpressCompression supported: 0 2023-12-07T17:07:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T17:07:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: kZlibCompression supported: 1 2023-12-07T17:07:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T17:07:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T17:07:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T17:07:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T17:07:13.512 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T17:07:13.512 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2023-12-07T17:07:13.512 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.512 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-07T17:07:13.512 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.512 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T17:07:13.512 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.512 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T17:07:13.512 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.merge_operator: 2023-12-07T17:07:13.512 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compaction_filter: None 2023-12-07T17:07:13.512 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T17:07:13.512 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T17:07:13.512 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T17:07:13.512 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5577def4eac0) 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5577defa5090 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2023-12-07T17:07:13.513 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2023-12-07T17:07:13.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2023-12-07T17:07:13.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2023-12-07T17:07:13.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2023-12-07T17:07:13.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2023-12-07T17:07:13.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2023-12-07T17:07:13.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2023-12-07T17:07:13.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2023-12-07T17:07:13.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2023-12-07T17:07:13.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2023-12-07T17:07:13.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2023-12-07T17:07:13.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2023-12-07T17:07:13.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2023-12-07T17:07:13.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2023-12-07T17:07:13.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compression: NoCompression 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T17:07:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T17:07:13.516 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T17:07:13.516 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.num_levels: 7 2023-12-07T17:07:13.516 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T17:07:13.516 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T17:07:13.516 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T17:07:13.516 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T17:07:13.516 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T17:07:13.516 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T17:07:13.516 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T17:07:13.516 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T17:07:13.516 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T17:07:13.516 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T17:07:13.516 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T17:07:13.517 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T17:07:13.518 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T17:07:13.518 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T17:07:13.518 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T17:07:13.518 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T17:07:13.518 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T17:07:13.518 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T17:07:13.518 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T17:07:13.518 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T17:07:13.518 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T17:07:13.518 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T17:07:13.518 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T17:07:13.518 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T17:07:13.518 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-07T17:07:13.518 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.table_properties_collectors: 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T17:07:13.519 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T17:07:13.520 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T17:07:13.520 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T17:07:13.520 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T17:07:13.520 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.bloom_locality: 0 2023-12-07T17:07:13.520 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T17:07:13.520 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T17:07:13.520 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T17:07:13.520 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T17:07:13.520 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T17:07:13.520 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.ttl: 2592000 2023-12-07T17:07:13.520 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T17:07:13.520 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T17:07:13.520 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T17:07:13.521 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.enable_blob_files: false 2023-12-07T17:07:13.521 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.min_blob_size: 0 2023-12-07T17:07:13.521 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T17:07:13.521 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T17:07:13.521 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T17:07:13.521 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T17:07:13.521 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T17:07:13.521 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T17:07:13.521 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-07T17:07:13.521 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.873+0000 7fbc1f645c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T17:07:13.521 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.877+0000 7fbc1f645c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-07T17:07:13.521 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.521 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.877+0000 7fbc1f645c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-12-07T17:07:13.521 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.522 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.877+0000 7fbc1f645c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 74701c15-0012-4690-83b8-ea56feb83263 2023-12-07T17:07:13.522 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.522 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.877+0000 7fbc1f645c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2023-12-07T17:07:13.522 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.522 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.877+0000 7fbc1f645c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5577df016000 2023-12-07T17:07:13.522 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.877+0000 7fbc1f645c80 4 rocksdb: DB pointer 0x5577df008000 2023-12-07T17:07:13.522 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.877+0000 7fbc0f7fe700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T17:07:13.522 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.877+0000 7fbc0f7fe700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T17:07:13.522 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2023-12-07T17:07:13.522 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T17:07:13.522 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-07T17:07:13.522 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T17:07:13.522 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T17:07:13.523 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-07T17:07:13.523 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T17:07:13.523 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T17:07:13.523 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.523 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-12-07T17:07:13.523 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-07T17:07:13.523 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T17:07:13.523 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-12-07T17:07:13.523 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-12-07T17:07:13.523 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.523 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-12-07T17:07:13.523 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-07T17:07:13.523 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T17:07:13.524 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.524 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T17:07:13.524 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.524 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T17:07:13.524 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T17:07:13.524 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T17:07:13.524 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-12-07T17:07:13.524 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T17:07:13.524 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-12-07T17:07:13.524 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T17:07:13.524 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T17:07:13.524 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-07T17:07:13.524 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5577defa5090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2023-12-07T17:07:13.524 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2023-12-07T17:07:13.525 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.525 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-12-07T17:07:13.525 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr 2023-12-07T17:07:13.525 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.877+0000 7fbc1f645c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2023-12-07T17:07:13.525 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.881+0000 7fbc1f645c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2023-12-07T17:07:13.525 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph-mon: stderr debug 2023-12-07T17:07:12.881+0000 7fbc1f645c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-07T17:07:13.525 INFO:teuthology.orchestra.run.smithi079.stdout:create mon.a on 2023-12-07T17:07:13.726 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-12-07T17:07:13.929 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-07T17:07:14.164 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ea87f9c8-9522-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-ea87f9c8-9522-11ee-95a2-87774f69a715.target. 2023-12-07T17:07:14.165 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-ea87f9c8-9522-11ee-95a2-87774f69a715.target -> /etc/systemd/system/ceph-ea87f9c8-9522-11ee-95a2-87774f69a715.target. 2023-12-07T17:07:14.441 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@mon.a 2023-12-07T17:07:14.441 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-12-07T17:07:14.659 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ea87f9c8-9522-11ee-95a2-87774f69a715.target.wants/ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@.service. 2023-12-07T17:07:14.675 INFO:teuthology.orchestra.run.smithi079.stdout:firewalld does not appear to be present 2023-12-07T17:07:14.675 INFO:teuthology.orchestra.run.smithi079.stdout:Not possible to enable service . firewalld.service is not available 2023-12-07T17:07:14.676 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mon to start... 2023-12-07T17:07:14.676 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mon... 2023-12-07T17:07:16.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:16 smithi079 bash[28180]: cluster 2023-12-07T17:07:16.039840+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T17:07:16.811 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout cluster: 2023-12-07T17:07:16.811 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout id: ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:07:16.811 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-12-07T17:07:16.811 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2023-12-07T17:07:16.811 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout services: 2023-12-07T17:07:16.811 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.233275s) 2023-12-07T17:07:16.811 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-12-07T17:07:16.811 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-12-07T17:07:16.811 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2023-12-07T17:07:16.811 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout data: 2023-12-07T17:07:16.811 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-12-07T17:07:16.811 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-12-07T17:07:16.811 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-12-07T17:07:16.811 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout pgs: 2023-12-07T17:07:16.812 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2023-12-07T17:07:16.812 INFO:teuthology.orchestra.run.smithi079.stdout:mon is available 2023-12-07T17:07:16.812 INFO:teuthology.orchestra.run.smithi079.stdout:Assimilating anything we can from ceph.conf... 2023-12-07T17:07:17.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:17 smithi079 bash[28180]: cluster 2023-12-07T17:07:16.045216+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T17:07:17.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:17 smithi079 bash[28180]: cluster 2023-12-07T17:07:16.045410+0000 mon.a (mon.0) 3 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:07:17.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:17 smithi079 bash[28180]: cluster 2023-12-07T17:07:16.047727+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2023-12-07T17:07:17.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:17 smithi079 bash[28180]: cluster 2023-12-07T17:07:16.050187+0000 mon.a (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-12-07T17:07:17.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:17 smithi079 bash[28180]: cluster 2023-12-07T17:07:16.050669+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2023-12-07T17:07:17.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:17 smithi079 bash[28180]: audit 2023-12-07T17:07:16.278453+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.79:0/2883104511' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-07T17:07:18.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:18 smithi079 bash[28180]: audit 2023-12-07T17:07:17.878213+0000 mon.a (mon.0) 8 : audit 1 from='client.? 172.21.15.79:0/3341362778' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-07T17:07:18.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:18 smithi079 bash[28180]: audit 2023-12-07T17:07:17.883023+0000 mon.a (mon.0) 9 : audit 1 from='client.? 172.21.15.79:0/3341362778' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-07T17:07:18.463 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2023-12-07T17:07:18.463 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [global] 2023-12-07T17:07:18.463 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout fsid = ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:07:18.463 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.79:3300,v1:172.21.15.79:6789] 2023-12-07T17:07:18.463 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-07T17:07:18.463 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-07T17:07:18.463 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-07T17:07:18.463 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-07T17:07:18.463 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2023-12-07T17:07:18.463 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-07T17:07:18.463 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-12-07T17:07:18.463 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-07T17:07:18.463 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2023-12-07T17:07:18.464 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [osd] 2023-12-07T17:07:18.464 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-07T17:07:18.464 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-07T17:07:18.464 INFO:teuthology.orchestra.run.smithi079.stdout:Generating new minimal ceph.conf... 2023-12-07T17:07:19.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:19 smithi079 bash[28180]: audit 2023-12-07T17:07:19.550871+0000 mon.a (mon.0) 10 : audit 0 from='client.? 172.21.15.79:0/2175509506' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:07:20.103 INFO:teuthology.orchestra.run.smithi079.stdout:Restarting the monitor... 2023-12-07T17:07:20.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:20 smithi079 systemd[1]: Stopping Ceph mon.a for ea87f9c8-9522-11ee-95a2-87774f69a715... 2023-12-07T17:07:20.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:20 smithi079 bash[28180]: debug 2023-12-07T17:07:20.281+0000 7fa16435c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-07T17:07:20.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:20 smithi079 bash[28180]: debug 2023-12-07T17:07:20.281+0000 7fa16435c700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-07T17:07:20.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:20 smithi079 bash[28591]: ceph-ea87f9c8-9522-11ee-95a2-87774f69a715-mon-a 2023-12-07T17:07:20.962 INFO:teuthology.orchestra.run.smithi079.stdout:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2023-12-07T17:07:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:20 smithi079 bash[28657]: Error response from daemon: No such container: ceph-ea87f9c8-9522-11ee-95a2-87774f69a715-mon-a 2023-12-07T17:07:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:20 smithi079 systemd[1]: ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-07T17:07:21.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:20 smithi079 systemd[1]: Stopped Ceph mon.a for ea87f9c8-9522-11ee-95a2-87774f69a715. 2023-12-07T17:07:21.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:20 smithi079 systemd[1]: Started Ceph mon.a for ea87f9c8-9522-11ee-95a2-87774f69a715. 2023-12-07T17:07:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.241+0000 7fd5816dac80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T17:07:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.241+0000 7fd5816dac80 0 ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev), process ceph-mon, pid 7 2023-12-07T17:07:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.241+0000 7fd5816dac80 0 pidfile_write: ignore empty --pid-file 2023-12-07T17:07:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 0 load: jerasure load: lrc 2023-12-07T17:07:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: RocksDB version: 7.9.2 2023-12-07T17:07:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Git sha 0 2023-12-07T17:07:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Compile date 2023-12-06 23:35:10 2023-12-07T17:07:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: DB SUMMARY 2023-12-07T17:07:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: DB Session ID: MDG31IWYG5BQMLWAI5QE 2023-12-07T17:07:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: CURRENT file: CURRENT 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 83776 ; 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.error_if_exists: 0 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.create_if_missing: 0 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.env: 0x55d3a8a3ca60 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.info_log: 0x55d3aa33b780 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T17:07:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.statistics: (nil) 2023-12-07T17:07:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.use_fsync: 0 2023-12-07T17:07:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T17:07:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T17:07:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T17:07:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T17:07:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T17:07:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T17:07:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T17:07:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T17:07:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T17:07:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T17:07:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T17:07:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.db_log_dir: 2023-12-07T17:07:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.wal_dir: 2023-12-07T17:07:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.write_buffer_manager: 0x55d3aa30f2c0 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T17:07:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.unordered_write: 0 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.row_cache: None 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.wal_filter: None 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.two_write_queues: 0 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.wal_compression: 0 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.atomic_flush: 0 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T17:07:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T17:07:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_open_files: -1 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Compression algorithms supported: 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: kZSTD supported: 0 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: kXpressCompression supported: 0 2023-12-07T17:07:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: kZlibCompression supported: 1 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.merge_operator: 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compaction_filter: None 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T17:07:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d3aa33b8a0) 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: cache_index_and_filter_blocks: 1 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: pin_top_level_index_and_filter: 1 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: index_type: 0 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: data_block_index_type: 0 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: index_shortening: 1 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: data_block_hash_table_util_ratio: 0.750000 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: checksum: 4 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: no_block_cache: 0 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: block_cache: 0x55d3aa38f090 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: block_cache_name: BinnedLRUCache 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: block_cache_options: 2023-12-07T17:07:22.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: capacity : 536870912 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: num_shard_bits : 4 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: strict_capacity_limit : 0 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: high_pri_pool_ratio: 0.000 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: block_cache_compressed: (nil) 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: persistent_cache: (nil) 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: block_size: 4096 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: block_size_deviation: 10 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: block_restart_interval: 16 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: index_block_restart_interval: 1 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: metadata_block_size: 4096 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: partition_filters: 0 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: use_delta_encoding: 1 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: filter_policy: bloomfilter 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: whole_key_filtering: 1 2023-12-07T17:07:22.401 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: verify_compression: 0 2023-12-07T17:07:22.402 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: read_amp_bytes_per_bit: 0 2023-12-07T17:07:22.402 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: format_version: 5 2023-12-07T17:07:22.402 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: enable_index_compression: 1 2023-12-07T17:07:22.402 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: block_align: 0 2023-12-07T17:07:22.402 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: max_auto_readahead_size: 262144 2023-12-07T17:07:22.402 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: prepopulate_block_cache: 0 2023-12-07T17:07:22.402 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: initial_auto_readahead_size: 8192 2023-12-07T17:07:22.402 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: num_file_reads_for_auto_readahead: 2 2023-12-07T17:07:22.402 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T17:07:22.402 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T17:07:22.402 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compression: NoCompression 2023-12-07T17:07:22.402 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T17:07:22.402 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T17:07:22.402 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.num_levels: 7 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T17:07:22.403 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T17:07:22.404 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T17:07:22.404 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T17:07:22.404 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T17:07:22.404 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T17:07:22.404 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T17:07:22.404 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T17:07:22.405 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T17:07:22.405 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T17:07:22.405 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T17:07:22.405 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T17:07:22.405 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T17:07:22.405 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T17:07:22.405 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T17:07:22.405 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T17:07:22.405 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T17:07:22.405 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T17:07:22.405 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T17:07:22.406 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T17:07:22.406 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T17:07:22.406 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T17:07:22.406 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T17:07:22.406 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T17:07:22.406 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T17:07:22.406 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T17:07:22.406 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-07T17:07:22.406 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T17:07:22.406 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T17:07:22.406 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T17:07:22.406 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T17:07:22.406 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T17:07:22.406 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.table_properties_collectors: 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.bloom_locality: 0 2023-12-07T17:07:22.407 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.ttl: 2592000 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.enable_blob_files: false 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.min_blob_size: 0 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T17:07:22.408 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 74701c15-0012-4690-83b8-ea56feb83263 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701968842250536, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.245+0000 7fd5816dac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.249+0000 7fd5816dac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701968842251764, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80523, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 78710, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9896, "raw_average_key_size": 47, "raw_value_size": 73018, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 209, "num_filter_entries": 209, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1701968842, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "74701c15-0012-4690-83b8-ea56feb83263", "db_session_id": "MDG31IWYG5BQMLWAI5QE", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.249+0000 7fd5816dac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701968842251872, "job": 1, "event": "recovery_finished"} 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.249+0000 7fd5816dac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.249+0000 7fd5816dac80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.249+0000 7fd5816dac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d3aa42e000 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.249+0000 7fd5816dac80 4 rocksdb: DB pointer 0x55d3aa41c000 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.249+0000 7fd56fe92700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T17:07:22.409 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.249+0000 7fd56fe92700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: ** DB Stats ** 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: ** Compaction Stats [default] ** 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: L0 2/0 80.47 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 110.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Sum 2/0 80.47 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 110.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 110.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T17:07:22.410 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: ** Compaction Stats [default] ** 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 110.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Cumulative compaction: 0.00 GB write, 16.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Interval compaction: 0.00 GB write, 16.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Block cache BinnedLRUCache@0x55d3aa38f090#7 capacity: 512.00 MB usage: 2.12 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: Block cache entry stats(count,size,portion): DataBlock(1,0.95 KB,0.000181794%) FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2023-12-07T17:07:22.411 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.249+0000 7fd5816dac80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] at bind addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.253+0000 7fd5816dac80 1 mon.a@-1(???) e1 preinit fsid ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.253+0000 7fd5816dac80 0 mon.a@-1(???).mds e1 new map 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.253+0000 7fd5816dac80 0 mon.a@-1(???).mds e1 print_map 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: e1 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: legacy client fscid: -1 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: No filesystems configured 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.253+0000 7fd5816dac80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.253+0000 7fd5816dac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.253+0000 7fd5816dac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.253+0000 7fd5816dac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: debug 2023-12-07T17:07:22.253+0000 7fd5816dac80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: cluster 2023-12-07T17:07:22.280225+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T17:07:22.412 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: cluster 2023-12-07T17:07:22.280346+0000 mon.a (mon.0) 2 : cluster 0 monmap e1: 1 mons at {a=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:07:22.413 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: cluster 2023-12-07T17:07:22.281344+0000 mon.a (mon.0) 3 : cluster 0 fsmap 2023-12-07T17:07:22.413 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: cluster 2023-12-07T17:07:22.281406+0000 mon.a (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-12-07T17:07:22.413 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:22 smithi079 bash[28699]: cluster 2023-12-07T17:07:22.282138+0000 mon.a (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2023-12-07T17:07:23.181 INFO:teuthology.orchestra.run.smithi079.stdout:Wrote config to /etc/ceph/ceph.conf 2023-12-07T17:07:23.206 INFO:teuthology.orchestra.run.smithi079.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-07T17:07:23.206 INFO:teuthology.orchestra.run.smithi079.stdout:Creating mgr... 2023-12-07T17:07:23.206 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying port 0.0.0.0:9283 ... 2023-12-07T17:07:23.207 INFO:teuthology.orchestra.run.smithi079.stdout:Verifying port 0.0.0.0:8765 ... 2023-12-07T17:07:23.492 INFO:teuthology.orchestra.run.smithi079.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@mgr.a 2023-12-07T17:07:23.492 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@mgr.a.service: Unit ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@mgr.a.service not loaded. 2023-12-07T17:07:23.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:23 smithi079 bash[28699]: audit 2023-12-07T17:07:22.513669+0000 mon.a (mon.0) 6 : audit 1 from='client.? 172.21.15.79:0/3803991736' entity='client.admin' 2023-12-07T17:07:23.703 INFO:teuthology.orchestra.run.smithi079.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ea87f9c8-9522-11ee-95a2-87774f69a715.target.wants/ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@.service. 2023-12-07T17:07:23.715 INFO:teuthology.orchestra.run.smithi079.stdout:firewalld does not appear to be present 2023-12-07T17:07:23.716 INFO:teuthology.orchestra.run.smithi079.stdout:Not possible to enable service . firewalld.service is not available 2023-12-07T17:07:23.716 INFO:teuthology.orchestra.run.smithi079.stdout:firewalld does not appear to be present 2023-12-07T17:07:23.716 INFO:teuthology.orchestra.run.smithi079.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-12-07T17:07:23.716 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mgr to start... 2023-12-07T17:07:23.716 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mgr... 2023-12-07T17:07:25.591 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:25 smithi079 bash[28699]: audit 2023-12-07T17:07:25.365590+0000 mon.a (mon.0) 7 : audit 0 from='client.? 172.21.15.79:0/4033937985' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T17:07:25.591 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:25 smithi079 bash[28975]: debug 2023-12-07T17:07:25.273+0000 7f19bcd33200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T17:07:26.024 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2023-12-07T17:07:26.024 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:07:26.024 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsid": "ea87f9c8-9522-11ee-95a2-87774f69a715", 2023-12-07T17:07:26.024 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T17:07:26.024 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T17:07:26.024 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T17:07:26.024 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T17:07:26.024 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:26.024 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T17:07:26.024 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T17:07:26.024 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 0 2023-12-07T17:07:26.025 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:07:26.025 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T17:07:26.025 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T17:07:26.025 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:07:26.025 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2023-12-07T17:07:26.025 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T17:07:26.032 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:26.032 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T17:07:26.032 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T17:07:26.032 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:26.032 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T17:07:26.032 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:26.032 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T17:07:26.032 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T17:07:26.032 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T17:07:26.032 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T17:07:26.032 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:26.033 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T17:07:26.034 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T17:07:26.034 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:26.034 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T17:07:26.034 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-07T17:07:26.034 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T17:07:26.034 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T17:07:26.034 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T17:07:26.034 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T17:07:26.034 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T17:07:26.034 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:07:26.034 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:07:26.034 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:26.034 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T17:07:26.035 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:26.035 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T17:07:16.046654+0000", 2023-12-07T17:07:26.035 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:07:26.035 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:26.035 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T17:07:26.035 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:07:26.035 INFO:teuthology.orchestra.run.smithi079.stdout:mgr not available, waiting (1/15)... 2023-12-07T17:07:26.640 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:26 smithi079 bash[28975]: debug 2023-12-07T17:07:26.221+0000 7f19bcd33200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T17:07:26.640 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:26 smithi079 bash[28975]: debug 2023-12-07T17:07:26.321+0000 7f19bcd33200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T17:07:26.640 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:26 smithi079 bash[28975]: debug 2023-12-07T17:07:26.425+0000 7f19bcd33200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T17:07:27.053 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:26 smithi079 bash[28975]: debug 2023-12-07T17:07:26.693+0000 7f19bcd33200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:07:27.390 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:27 smithi079 bash[28975]: debug 2023-12-07T17:07:27.053+0000 7f19bcd33200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T17:07:27.390 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:27 smithi079 bash[28975]: debug 2023-12-07T17:07:27.209+0000 7f19bcd33200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T17:07:27.890 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:27 smithi079 bash[28975]: debug 2023-12-07T17:07:27.421+0000 7f19bcd33200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T17:07:28.790 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:28 smithi079 bash[28975]: debug 2023-12-07T17:07:28.437+0000 7f19bcd33200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T17:07:28.791 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:28 smithi079 bash[28975]: debug 2023-12-07T17:07:28.545+0000 7f19bcd33200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T17:07:28.791 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:28 smithi079 bash[28975]: debug 2023-12-07T17:07:28.661+0000 7f19bcd33200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T17:07:29.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:29 smithi079 bash[28699]: audit 2023-12-07T17:07:29.200252+0000 mon.a (mon.0) 8 : audit 0 from='client.? 172.21.15.79:0/3375488262' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T17:07:29.641 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:29 smithi079 bash[28975]: debug 2023-12-07T17:07:29.157+0000 7f19bcd33200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T17:07:29.641 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:29 smithi079 bash[28975]: debug 2023-12-07T17:07:29.389+0000 7f19bcd33200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T17:07:29.825 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2023-12-07T17:07:29.825 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:07:29.825 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsid": "ea87f9c8-9522-11ee-95a2-87774f69a715", 2023-12-07T17:07:29.825 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T17:07:29.825 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T17:07:29.825 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T17:07:29.825 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T17:07:29.825 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:29.825 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T17:07:29.825 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T17:07:29.825 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 0 2023-12-07T17:07:29.826 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:07:29.826 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T17:07:29.826 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T17:07:29.826 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:07:29.826 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2023-12-07T17:07:29.826 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T17:07:29.826 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:29.826 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T17:07:29.826 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T17:07:29.826 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:29.826 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T17:07:29.826 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:29.826 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T17:07:29.826 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T17:07:29.827 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:29.828 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T17:07:29.828 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:29.828 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T17:07:29.828 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T17:07:29.828 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:29.828 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T17:07:29.828 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-07T17:07:29.828 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T17:07:29.828 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T17:07:29.828 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T17:07:29.828 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T17:07:29.828 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T17:07:29.828 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:07:29.828 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:07:29.829 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:29.829 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T17:07:29.829 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:29.829 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T17:07:16.046654+0000", 2023-12-07T17:07:29.829 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:07:29.829 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:29.829 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T17:07:29.829 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:07:29.829 INFO:teuthology.orchestra.run.smithi079.stdout:mgr not available, waiting (2/15)... 2023-12-07T17:07:30.140 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:29 smithi079 bash[28975]: debug 2023-12-07T17:07:29.849+0000 7f19bcd33200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T17:07:30.640 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:30 smithi079 bash[28975]: debug 2023-12-07T17:07:30.345+0000 7f19bcd33200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:07:31.353 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:30 smithi079 bash[28975]: debug 2023-12-07T17:07:30.901+0000 7f19bcd33200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T17:07:31.353 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:31 smithi079 bash[28975]: debug 2023-12-07T17:07:31.009+0000 7f19bcd33200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T17:07:31.605 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:31 smithi079 bash[28975]: debug 2023-12-07T17:07:31.353+0000 7f19bcd33200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T17:07:31.605 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:31 smithi079 bash[28975]: debug 2023-12-07T17:07:31.465+0000 7f19bcd33200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T17:07:31.890 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:31 smithi079 bash[28975]: debug 2023-12-07T17:07:31.605+0000 7f19bcd33200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T17:07:31.890 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:31 smithi079 bash[28975]: debug 2023-12-07T17:07:31.713+0000 7f19bcd33200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T17:07:31.891 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:31 smithi079 bash[28975]: debug 2023-12-07T17:07:31.845+0000 7f19bcd33200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T17:07:32.140 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:32 smithi079 bash[28975]: debug 2023-12-07T17:07:32.029+0000 7f19bcd33200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T17:07:32.390 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:32 smithi079 bash[28975]: debug 2023-12-07T17:07:32.153+0000 7f19bcd33200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T17:07:33.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:33 smithi079 bash[28699]: audit 2023-12-07T17:07:33.095485+0000 mon.a (mon.0) 9 : audit 0 from='client.? 172.21.15.79:0/3343388028' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T17:07:33.640 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:33 smithi079 bash[28975]: debug 2023-12-07T17:07:33.389+0000 7f19bcd33200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T17:07:33.703 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2023-12-07T17:07:33.703 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:07:33.703 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsid": "ea87f9c8-9522-11ee-95a2-87774f69a715", 2023-12-07T17:07:33.703 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T17:07:33.703 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T17:07:33.703 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T17:07:33.703 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 0 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T17:07:33.704 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:33.705 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T17:07:33.705 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T17:07:33.705 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T17:07:33.705 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T17:07:33.708 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T17:07:33.708 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T17:07:33.708 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:33.708 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T17:07:33.708 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T17:07:33.708 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T17:07:33.708 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T17:07:33.708 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T17:07:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T17:07:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T17:07:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T17:07:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T17:07:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T17:07:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T17:07:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T17:07:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T17:07:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-07T17:07:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T17:07:33.709 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T17:07:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T17:07:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T17:07:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T17:07:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:07:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:07:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T17:07:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T17:07:16.046654+0000", 2023-12-07T17:07:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:07:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T17:07:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:07:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:mgr not available, waiting (3/15)... 2023-12-07T17:07:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:34 smithi079 bash[28699]: cluster 2023-12-07T17:07:33.412697+0000 mon.a (mon.0) 10 : cluster 1 Activating manager daemon a 2023-12-07T17:07:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:34 smithi079 bash[28699]: cluster 2023-12-07T17:07:33.419098+0000 mon.a (mon.0) 11 : cluster 0 mgrmap e2: a(active, starting, since 0.00682647s) 2023-12-07T17:07:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:34 smithi079 bash[28699]: audit 2023-12-07T17:07:33.420824+0000 mon.a (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.79:0/186945734' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T17:07:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:34 smithi079 bash[28699]: audit 2023-12-07T17:07:33.421081+0000 mon.a (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.79:0/186945734' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T17:07:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:34 smithi079 bash[28699]: audit 2023-12-07T17:07:33.421336+0000 mon.a (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.79:0/186945734' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T17:07:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:34 smithi079 bash[28699]: audit 2023-12-07T17:07:33.421548+0000 mon.a (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.79:0/186945734' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:07:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:34 smithi079 bash[28699]: audit 2023-12-07T17:07:33.422331+0000 mon.a (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.79:0/186945734' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T17:07:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:34 smithi079 bash[28699]: cluster 2023-12-07T17:07:33.429597+0000 mon.a (mon.0) 17 : cluster 1 Manager daemon a is now available 2023-12-07T17:07:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:34 smithi079 bash[28699]: audit 2023-12-07T17:07:33.443206+0000 mon.a (mon.0) 18 : audit 1 from='mgr.14100 172.21.15.79:0/186945734' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:07:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:34 smithi079 bash[28699]: audit 2023-12-07T17:07:33.446688+0000 mon.a (mon.0) 19 : audit 1 from='mgr.14100 172.21.15.79:0/186945734' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:07:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:34 smithi079 bash[28699]: audit 2023-12-07T17:07:33.449399+0000 mon.a (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.79:0/186945734' entity='mgr.a' 2023-12-07T17:07:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:34 smithi079 bash[28699]: audit 2023-12-07T17:07:33.451482+0000 mon.a (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.79:0/186945734' entity='mgr.a' 2023-12-07T17:07:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:34 smithi079 bash[28699]: audit 2023-12-07T17:07:33.453387+0000 mon.a (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.79:0/186945734' entity='mgr.a' 2023-12-07T17:07:35.740 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:35 smithi079 bash[28699]: cluster 2023-12-07T17:07:34.427493+0000 mon.a (mon.0) 23 : cluster 0 mgrmap e3: a(active, since 1.01522s) 2023-12-07T17:07:37.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:37 smithi079 bash[28699]: cluster 2023-12-07T17:07:36.428044+0000 mon.a (mon.0) 24 : cluster 0 mgrmap e4: a(active, since 3s) 2023-12-07T17:07:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:37 smithi079 bash[28699]: audit 2023-12-07T17:07:37.302918+0000 mon.a (mon.0) 25 : audit 0 from='client.? 172.21.15.79:0/3031364139' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T17:07:37.873 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2023-12-07T17:07:37.873 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:07:37.873 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsid": "ea87f9c8-9522-11ee-95a2-87774f69a715", 2023-12-07T17:07:37.873 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T17:07:37.873 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T17:07:37.873 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T17:07:37.873 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T17:07:37.873 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:37.874 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T17:07:37.874 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T17:07:37.874 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 0 2023-12-07T17:07:37.874 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:07:37.874 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T17:07:37.875 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T17:07:37.875 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:07:37.875 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "quorum_age": 15, 2023-12-07T17:07:37.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T17:07:37.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:37.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T17:07:37.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T17:07:37.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:37.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T17:07:37.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:37.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T17:07:37.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T17:07:37.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T17:07:37.876 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T17:07:37.879 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T17:07:37.880 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T17:07:37.880 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:37.880 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T17:07:37.880 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T17:07:37.880 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T17:07:37.880 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T17:07:37.880 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T17:07:37.880 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T17:07:37.880 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T17:07:37.880 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T17:07:37.880 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T17:07:37.880 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:37.880 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T17:07:37.880 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ], 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T17:07:37.881 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T17:07:37.882 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T17:07:16.046654+0000", 2023-12-07T17:07:37.882 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T17:07:37.882 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout }, 2023-12-07T17:07:37.882 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T17:07:37.882 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:07:37.882 INFO:teuthology.orchestra.run.smithi079.stdout:mgr is available 2023-12-07T17:07:39.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:39 smithi079 bash[28699]: audit 2023-12-07T17:07:39.239444+0000 mon.a (mon.0) 26 : audit 1 from='client.? 172.21.15.79:0/265233645' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-07T17:07:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:39 smithi079 bash[28699]: audit 2023-12-07T17:07:39.243871+0000 mon.a (mon.0) 27 : audit 1 from='client.? 172.21.15.79:0/265233645' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-07T17:07:39.803 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2023-12-07T17:07:39.803 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [global] 2023-12-07T17:07:39.803 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout fsid = ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:07:39.805 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-07T17:07:39.805 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-07T17:07:39.805 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-07T17:07:39.805 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-07T17:07:39.805 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2023-12-07T17:07:39.805 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-07T17:07:39.805 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-07T17:07:39.805 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 2023-12-07T17:07:39.805 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout [osd] 2023-12-07T17:07:39.805 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-07T17:07:39.805 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-07T17:07:39.806 INFO:teuthology.orchestra.run.smithi079.stdout:Enabling cephadm module... 2023-12-07T17:07:41.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:41 smithi079 bash[28699]: audit 2023-12-07T17:07:41.245297+0000 mon.a (mon.0) 28 : audit 1 from='client.? 172.21.15.79:0/1035634575' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-07T17:07:41.641 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:41 smithi079 bash[28975]: ignoring --setuser ceph since I am not root 2023-12-07T17:07:41.641 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:41 smithi079 bash[28975]: ignoring --setgroup ceph since I am not root 2023-12-07T17:07:41.641 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:41 smithi079 bash[28975]: debug 2023-12-07T17:07:41.513+0000 7f6ac7a86200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T17:07:42.624 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:42 smithi079 bash[28699]: audit 2023-12-07T17:07:41.296797+0000 mon.a (mon.0) 29 : audit 1 from='client.? 172.21.15.79:0/1035634575' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-07T17:07:42.625 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:42 smithi079 bash[28699]: cluster 2023-12-07T17:07:41.303314+0000 mon.a (mon.0) 30 : cluster 0 mgrmap e5: a(active, since 7s) 2023-12-07T17:07:42.625 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:42 smithi079 bash[28975]: debug 2023-12-07T17:07:42.429+0000 7f6ac7a86200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T17:07:42.625 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:42 smithi079 bash[28975]: debug 2023-12-07T17:07:42.533+0000 7f6ac7a86200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T17:07:42.890 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:42 smithi079 bash[28975]: debug 2023-12-07T17:07:42.637+0000 7f6ac7a86200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T17:07:43.308 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:42 smithi079 bash[28975]: debug 2023-12-07T17:07:42.913+0000 7f6ac7a86200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:07:43.604 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:43 smithi079 bash[28699]: audit 2023-12-07T17:07:43.365944+0000 mon.a (mon.0) 31 : audit 0 from='client.? 172.21.15.79:0/872835614' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-07T17:07:43.604 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:43 smithi079 bash[28975]: debug 2023-12-07T17:07:43.305+0000 7f6ac7a86200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T17:07:43.604 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:43 smithi079 bash[28975]: debug 2023-12-07T17:07:43.477+0000 7f6ac7a86200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T17:07:43.890 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:43 smithi079 bash[28975]: debug 2023-12-07T17:07:43.713+0000 7f6ac7a86200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T17:07:43.979 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:07:43.979 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-12-07T17:07:43.979 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-07T17:07:43.980 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-07T17:07:43.980 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-07T17:07:43.980 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:07:43.980 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for the mgr to restart... 2023-12-07T17:07:43.980 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mgr epoch 5... 2023-12-07T17:07:44.987 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:44 smithi079 bash[28975]: debug 2023-12-07T17:07:44.741+0000 7f6ac7a86200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T17:07:44.987 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:44 smithi079 bash[28975]: debug 2023-12-07T17:07:44.865+0000 7f6ac7a86200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T17:07:45.390 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:44 smithi079 bash[28975]: debug 2023-12-07T17:07:44.985+0000 7f6ac7a86200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T17:07:45.890 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:45 smithi079 bash[28975]: debug 2023-12-07T17:07:45.457+0000 7f6ac7a86200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T17:07:45.891 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:45 smithi079 bash[28975]: debug 2023-12-07T17:07:45.677+0000 7f6ac7a86200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T17:07:46.390 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:46 smithi079 bash[28975]: debug 2023-12-07T17:07:46.125+0000 7f6ac7a86200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T17:07:46.890 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:46 smithi079 bash[28975]: debug 2023-12-07T17:07:46.617+0000 7f6ac7a86200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:07:47.617 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:47 smithi079 bash[28975]: debug 2023-12-07T17:07:47.165+0000 7f6ac7a86200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T17:07:47.617 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:47 smithi079 bash[28975]: debug 2023-12-07T17:07:47.273+0000 7f6ac7a86200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T17:07:47.890 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:47 smithi079 bash[28975]: debug 2023-12-07T17:07:47.617+0000 7f6ac7a86200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T17:07:47.891 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:47 smithi079 bash[28975]: debug 2023-12-07T17:07:47.725+0000 7f6ac7a86200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T17:07:47.891 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:47 smithi079 bash[28975]: debug 2023-12-07T17:07:47.865+0000 7f6ac7a86200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T17:07:48.294 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:47 smithi079 bash[28975]: debug 2023-12-07T17:07:47.981+0000 7f6ac7a86200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T17:07:48.294 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:48 smithi079 bash[28975]: debug 2023-12-07T17:07:48.105+0000 7f6ac7a86200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T17:07:48.640 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:48 smithi079 bash[28975]: debug 2023-12-07T17:07:48.293+0000 7f6ac7a86200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T17:07:48.641 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:48 smithi079 bash[28975]: debug 2023-12-07T17:07:48.417+0000 7f6ac7a86200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T17:07:49.891 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:49 smithi079 bash[28975]: debug 2023-12-07T17:07:49.632+0000 7f6ac7a86200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T17:07:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:49 smithi079 bash[28699]: cluster 2023-12-07T17:07:49.657752+0000 mon.a (mon.0) 32 : cluster 1 Active manager daemon a restarted 2023-12-07T17:07:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:49 smithi079 bash[28699]: cluster 2023-12-07T17:07:49.658239+0000 mon.a (mon.0) 33 : cluster 1 Activating manager daemon a 2023-12-07T17:07:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:49 smithi079 bash[28699]: cluster 2023-12-07T17:07:49.665458+0000 mon.a (mon.0) 34 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2023-12-07T17:07:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:49 smithi079 bash[28699]: cluster 2023-12-07T17:07:49.665583+0000 mon.a (mon.0) 35 : cluster 0 mgrmap e6: a(active, starting, since 0.00752656s) 2023-12-07T17:07:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:49 smithi079 bash[28699]: audit 2023-12-07T17:07:49.667384+0000 mon.a (mon.0) 36 : audit 0 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:07:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:49 smithi079 bash[28699]: audit 2023-12-07T17:07:49.668526+0000 mon.a (mon.0) 37 : audit 0 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T17:07:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:49 smithi079 bash[28699]: audit 2023-12-07T17:07:49.669296+0000 mon.a (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T17:07:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:49 smithi079 bash[28699]: audit 2023-12-07T17:07:49.669612+0000 mon.a (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T17:07:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:49 smithi079 bash[28699]: audit 2023-12-07T17:07:49.669911+0000 mon.a (mon.0) 40 : audit 0 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T17:07:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:49 smithi079 bash[28699]: cluster 2023-12-07T17:07:49.699377+0000 mon.a (mon.0) 41 : cluster 1 Manager daemon a is now available 2023-12-07T17:07:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:50 smithi079 bash[28699]: cephadm 2023-12-07T17:07:49.721809+0000 mgr.a (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2023-12-07T17:07:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:50 smithi079 bash[28699]: audit 2023-12-07T17:07:49.724941+0000 mon.a (mon.0) 42 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' 2023-12-07T17:07:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:50 smithi079 bash[28699]: audit 2023-12-07T17:07:49.728717+0000 mon.a (mon.0) 43 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' 2023-12-07T17:07:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:50 smithi079 bash[28699]: audit 2023-12-07T17:07:49.736281+0000 mon.a (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:07:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:50 smithi079 bash[28699]: audit 2023-12-07T17:07:49.739371+0000 mon.a (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:07:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:50 smithi079 bash[28699]: audit 2023-12-07T17:07:49.744454+0000 mon.a (mon.0) 46 : audit 0 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:07:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:50 smithi079 bash[28699]: audit 2023-12-07T17:07:49.756673+0000 mon.a (mon.0) 47 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:07:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:50 smithi079 bash[28699]: audit 2023-12-07T17:07:49.761890+0000 mon.a (mon.0) 48 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:07:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:50 smithi079 bash[28699]: audit 2023-12-07T17:07:50.526573+0000 mon.a (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' 2023-12-07T17:07:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:50 smithi079 bash[28699]: audit 2023-12-07T17:07:50.530877+0000 mon.a (mon.0) 50 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' 2023-12-07T17:07:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:50 smithi079 bash[28699]: cluster 2023-12-07T17:07:50.670187+0000 mon.a (mon.0) 51 : cluster 0 mgrmap e7: a(active, since 1.01211s) 2023-12-07T17:07:51.375 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:07:51.375 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-12-07T17:07:51.375 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-07T17:07:51.375 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:07:51.375 INFO:teuthology.orchestra.run.smithi079.stdout:mgr epoch 5 is available 2023-12-07T17:07:51.375 INFO:teuthology.orchestra.run.smithi079.stdout:Setting orchestrator backend to cephadm... 2023-12-07T17:07:52.057 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:51 smithi079 bash[28699]: audit 2023-12-07T17:07:50.667914+0000 mgr.a (mgr.14120) 2 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-07T17:07:52.057 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:51 smithi079 bash[28699]: audit 2023-12-07T17:07:50.683401+0000 mgr.a (mgr.14120) 3 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-07T17:07:52.979 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:52 smithi079 bash[28699]: cephadm 2023-12-07T17:07:51.556784+0000 mgr.a (mgr.14120) 4 : cephadm 1 [07/Dec/2023:17:07:51] ENGINE Bus STARTING 2023-12-07T17:07:52.979 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:52 smithi079 bash[28699]: cephadm 2023-12-07T17:07:51.680227+0000 mgr.a (mgr.14120) 5 : cephadm 1 [07/Dec/2023:17:07:51] ENGINE Serving on https://172.21.15.79:7150 2023-12-07T17:07:52.979 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:52 smithi079 bash[28699]: cluster 2023-12-07T17:07:51.734914+0000 mon.a (mon.0) 52 : cluster 0 mgrmap e8: a(active, since 2s) 2023-12-07T17:07:52.980 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:52 smithi079 bash[28699]: cephadm 2023-12-07T17:07:51.782244+0000 mgr.a (mgr.14120) 6 : cephadm 1 [07/Dec/2023:17:07:51] ENGINE Serving on http://172.21.15.79:8765 2023-12-07T17:07:52.980 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:52 smithi079 bash[28699]: cephadm 2023-12-07T17:07:51.782686+0000 mgr.a (mgr.14120) 7 : cephadm 1 [07/Dec/2023:17:07:51] ENGINE Bus STARTED 2023-12-07T17:07:52.980 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:52 smithi079 bash[28699]: audit 2023-12-07T17:07:51.818090+0000 mon.a (mon.0) 53 : audit 0 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:07:54.081 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:53 smithi079 bash[28699]: audit 2023-12-07T17:07:52.730043+0000 mgr.a (mgr.14120) 8 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:54.081 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:53 smithi079 bash[28699]: audit 2023-12-07T17:07:52.736635+0000 mon.a (mon.0) 54 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' 2023-12-07T17:07:54.081 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:53 smithi079 bash[28699]: audit 2023-12-07T17:07:52.787710+0000 mon.a (mon.0) 55 : audit 0 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:07:55.310 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout value unchanged 2023-12-07T17:07:55.311 INFO:teuthology.orchestra.run.smithi079.stdout:Generating ssh key... 2023-12-07T17:07:55.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:55 smithi079 bash[28699]: audit 2023-12-07T17:07:54.727240+0000 mgr.a (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:57.141 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: Generating public/private rsa key pair. 2023-12-07T17:07:57.141 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: Your identification has been saved in /tmp/tmpr7o22ci5/key. 2023-12-07T17:07:57.141 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: Your public key has been saved in /tmp/tmpr7o22ci5/key.pub. 2023-12-07T17:07:57.141 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: The key fingerprint is: 2023-12-07T17:07:57.141 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: SHA256:SMhBoJ8In1p1DVGmrQy6BKJcxO1ailc/aeASGHvj8cI ceph-ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:07:57.141 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: The key's randomart image is: 2023-12-07T17:07:57.141 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: +---[RSA 3072]----+ 2023-12-07T17:07:57.141 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: | o++ ooo | 2023-12-07T17:07:57.142 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: | o.o + * | 2023-12-07T17:07:57.142 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: |= +.* + o | 2023-12-07T17:07:57.142 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: |=B.X X o | 2023-12-07T17:07:57.142 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: |o.& @ * S | 2023-12-07T17:07:57.142 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: | = E o = | 2023-12-07T17:07:57.142 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: |. o o . . | 2023-12-07T17:07:57.142 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: | | 2023-12-07T17:07:57.142 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: | | 2023-12-07T17:07:57.142 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:07:56 smithi079 bash[28975]: +----[SHA256]-----+ 2023-12-07T17:07:58.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:57 smithi079 bash[28699]: audit 2023-12-07T17:07:56.698512+0000 mgr.a (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:07:58.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:57 smithi079 bash[28699]: cephadm 2023-12-07T17:07:56.698953+0000 mgr.a (mgr.14120) 11 : cephadm 1 Generating ssh key... 2023-12-07T17:07:58.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:57 smithi079 bash[28699]: audit 2023-12-07T17:07:56.886766+0000 mon.a (mon.0) 56 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' 2023-12-07T17:07:58.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:57 smithi079 bash[28699]: audit 2023-12-07T17:07:56.890594+0000 mon.a (mon.0) 57 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' 2023-12-07T17:07:59.514 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLC/7b41y6E2Rhs8AVFejLC9xBzWJmCgm4Revl/NWMfMA1CTT4zzY/hpMJHfm7qvqt0Ltr+ikSfq0d6mOgTUftnS/OOISXkSiDTAVJQVdcyMGlTwKQzUs1ux8LfnAx0KZlDYC1itMg+YsKvaPUcKYD2vBfwlolrEwLCMr+AOp4/wKFJCnFiD6LU64jHukOKlyv59R7biOEqhkNL7YZFwz505jCLQw5tSoimXhJz1iR/15CjmQb/rCEJotZuCkAZ/xLr4/EWuuqtOZ7nzEA404AHaaZt4F9Uq12gesvGoPuIEBz0s/61AgS5PFYaa00pmsq0IBAETTwE2LdJ65duodOJdeWvnC61n7EMbGZiviNFHJOgYjg8/lpYf/WAzssH4QvI+yjRcWVH0vjXSgU2KbIugz0AVIUUnP5vcyI0pBtWpSZHOty4JIjvbSr13/gpL592nlpGw/WwXjKm29dW8aVCNPFfzRNowwMcbJMGDSdl5Ym2isvtwmqi/1bFpYXCDk= ceph-ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:07:59.514 INFO:teuthology.orchestra.run.smithi079.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-07T17:07:59.515 INFO:teuthology.orchestra.run.smithi079.stdout:Adding key to root@localhost authorized_keys... 2023-12-07T17:07:59.515 INFO:teuthology.orchestra.run.smithi079.stdout:Adding host smithi079... 2023-12-07T17:07:59.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:07:59 smithi079 bash[28699]: audit 2023-12-07T17:07:58.882850+0000 mgr.a (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:01.522 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:01 smithi079 bash[28699]: audit 2023-12-07T17:08:00.911929+0000 mgr.a (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi079", "addr": "172.21.15.79", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:03.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:03 smithi079 bash[28699]: cephadm 2023-12-07T17:08:01.688999+0000 mgr.a (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi079 2023-12-07T17:08:07.970 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Added host 'smithi079' with addr '172.21.15.79' 2023-12-07T17:08:07.970 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying unmanaged mon service... 2023-12-07T17:08:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:08 smithi079 bash[28699]: audit 2023-12-07T17:08:07.092731+0000 mon.a (mon.0) 58 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' 2023-12-07T17:08:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:08 smithi079 bash[28699]: cephadm 2023-12-07T17:08:07.093685+0000 mgr.a (mgr.14120) 15 : cephadm 1 Added host smithi079 2023-12-07T17:08:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:08 smithi079 bash[28699]: audit 2023-12-07T17:08:07.136858+0000 mon.a (mon.0) 59 : audit 0 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:08:10.544 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-12-07T17:08:10.544 INFO:teuthology.orchestra.run.smithi079.stdout:Deploying unmanaged mgr service... 2023-12-07T17:08:10.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:10 smithi079 bash[28699]: cluster 2023-12-07T17:08:09.670867+0000 mgr.a (mgr.14120) 16 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:08:10.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:10 smithi079 bash[28699]: audit 2023-12-07T17:08:09.807453+0000 mgr.a (mgr.14120) 17 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:10.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:10 smithi079 bash[28699]: cephadm 2023-12-07T17:08:09.810658+0000 mgr.a (mgr.14120) 18 : cephadm 1 Saving service mon spec with placement count:5 2023-12-07T17:08:10.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:10 smithi079 bash[28699]: audit 2023-12-07T17:08:09.815129+0000 mon.a (mon.0) 60 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' 2023-12-07T17:08:10.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:10 smithi079 bash[28699]: audit 2023-12-07T17:08:10.118376+0000 mon.a (mon.0) 61 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' 2023-12-07T17:08:10.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:10 smithi079 bash[28699]: audit 2023-12-07T17:08:10.603716+0000 mon.a (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' 2023-12-07T17:08:12.552 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-12-07T17:08:13.335 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:12 smithi079 bash[28699]: cluster 2023-12-07T17:08:11.671266+0000 mgr.a (mgr.14120) 19 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:08:13.335 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:12 smithi079 bash[28699]: audit 2023-12-07T17:08:11.962156+0000 mgr.a (mgr.14120) 20 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:13.335 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:12 smithi079 bash[28699]: cephadm 2023-12-07T17:08:11.964688+0000 mgr.a (mgr.14120) 21 : cephadm 1 Saving service mgr spec with placement count:2 2023-12-07T17:08:13.335 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:12 smithi079 bash[28699]: audit 2023-12-07T17:08:11.969515+0000 mon.a (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' 2023-12-07T17:08:15.316 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:15 smithi079 bash[28699]: cluster 2023-12-07T17:08:13.671569+0000 mgr.a (mgr.14120) 22 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:08:15.317 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:15 smithi079 bash[28699]: audit 2023-12-07T17:08:14.001908+0000 mon.a (mon.0) 64 : audit 1 from='client.? 172.21.15.79:0/4177581353' entity='client.admin' 2023-12-07T17:08:16.621 INFO:teuthology.orchestra.run.smithi079.stdout:Enabling the dashboard module... 2023-12-07T17:08:17.318 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:16 smithi079 bash[28699]: cluster 2023-12-07T17:08:15.672079+0000 mgr.a (mgr.14120) 23 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:08:17.319 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:16 smithi079 bash[28699]: audit 2023-12-07T17:08:15.979455+0000 mon.a (mon.0) 65 : audit 1 from='client.? 172.21.15.79:0/1486246058' entity='client.admin' 2023-12-07T17:08:18.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:18 smithi079 bash[28699]: audit 2023-12-07T17:08:17.540127+0000 mon.a (mon.0) 66 : audit 1 from='mgr.14120 172.21.15.79:0/2104849381' entity='mgr.a' 2023-12-07T17:08:18.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:18 smithi079 bash[28699]: cluster 2023-12-07T17:08:17.672509+0000 mgr.a (mgr.14120) 24 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:08:18.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:18 smithi079 bash[28699]: audit 2023-12-07T17:08:18.065739+0000 mon.a (mon.0) 67 : audit 1 from='client.? 172.21.15.79:0/1578258191' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-07T17:08:18.891 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:18 smithi079 bash[28975]: ignoring --setuser ceph since I am not root 2023-12-07T17:08:18.891 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:18 smithi079 bash[28975]: ignoring --setgroup ceph since I am not root 2023-12-07T17:08:18.891 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:18 smithi079 bash[28975]: debug 2023-12-07T17:08:18.760+0000 7fc94db74200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T17:08:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:19 smithi079 bash[28699]: audit 2023-12-07T17:08:18.542660+0000 mon.a (mon.0) 68 : audit 1 from='client.? 172.21.15.79:0/1578258191' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-07T17:08:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:19 smithi079 bash[28699]: cluster 2023-12-07T17:08:18.546948+0000 mon.a (mon.0) 69 : cluster 0 mgrmap e9: a(active, since 28s) 2023-12-07T17:08:20.014 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:19 smithi079 bash[28975]: debug 2023-12-07T17:08:19.696+0000 7fc94db74200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T17:08:20.014 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:19 smithi079 bash[28975]: debug 2023-12-07T17:08:19.796+0000 7fc94db74200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T17:08:20.014 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:19 smithi079 bash[28975]: debug 2023-12-07T17:08:19.896+0000 7fc94db74200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T17:08:20.551 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:20 smithi079 bash[28975]: debug 2023-12-07T17:08:20.176+0000 7fc94db74200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:08:20.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:20 smithi079 bash[28699]: audit 2023-12-07T17:08:20.685367+0000 mon.a (mon.0) 70 : audit 0 from='client.? 172.21.15.79:0/968147059' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-07T17:08:20.891 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:20 smithi079 bash[28975]: debug 2023-12-07T17:08:20.548+0000 7fc94db74200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T17:08:20.891 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:20 smithi079 bash[28975]: debug 2023-12-07T17:08:20.712+0000 7fc94db74200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T17:08:21.324 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:08:21.324 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-12-07T17:08:21.324 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-07T17:08:21.324 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-07T17:08:21.324 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-07T17:08:21.324 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:08:21.324 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for the mgr to restart... 2023-12-07T17:08:21.324 INFO:teuthology.orchestra.run.smithi079.stdout:Waiting for mgr epoch 9... 2023-12-07T17:08:21.347 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:20 smithi079 bash[28975]: debug 2023-12-07T17:08:20.936+0000 7fc94db74200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T17:08:22.391 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:21 smithi079 bash[28975]: debug 2023-12-07T17:08:21.948+0000 7fc94db74200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T17:08:22.391 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:22 smithi079 bash[28975]: debug 2023-12-07T17:08:22.060+0000 7fc94db74200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T17:08:22.391 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:22 smithi079 bash[28975]: debug 2023-12-07T17:08:22.176+0000 7fc94db74200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T17:08:23.141 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:22 smithi079 bash[28975]: debug 2023-12-07T17:08:22.656+0000 7fc94db74200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T17:08:23.141 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:22 smithi079 bash[28975]: debug 2023-12-07T17:08:22.876+0000 7fc94db74200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T17:08:23.641 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:23 smithi079 bash[28975]: debug 2023-12-07T17:08:23.324+0000 7fc94db74200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T17:08:24.141 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:23 smithi079 bash[28975]: debug 2023-12-07T17:08:23.816+0000 7fc94db74200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:08:24.641 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:24 smithi079 bash[28975]: debug 2023-12-07T17:08:24.376+0000 7fc94db74200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T17:08:24.641 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:24 smithi079 bash[28975]: debug 2023-12-07T17:08:24.488+0000 7fc94db74200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T17:08:25.092 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:24 smithi079 bash[28975]: debug 2023-12-07T17:08:24.828+0000 7fc94db74200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T17:08:25.092 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:24 smithi079 bash[28975]: debug 2023-12-07T17:08:24.948+0000 7fc94db74200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T17:08:25.391 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:25 smithi079 bash[28975]: debug 2023-12-07T17:08:25.088+0000 7fc94db74200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T17:08:25.392 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:25 smithi079 bash[28975]: debug 2023-12-07T17:08:25.204+0000 7fc94db74200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T17:08:25.392 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:25 smithi079 bash[28975]: debug 2023-12-07T17:08:25.328+0000 7fc94db74200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T17:08:25.891 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:25 smithi079 bash[28975]: debug 2023-12-07T17:08:25.516+0000 7fc94db74200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T17:08:25.891 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:25 smithi079 bash[28975]: debug 2023-12-07T17:08:25.644+0000 7fc94db74200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T17:08:27.141 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:08:26 smithi079 bash[28975]: debug 2023-12-07T17:08:26.864+0000 7fc94db74200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T17:08:27.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:26 smithi079 bash[28699]: cluster 2023-12-07T17:08:26.889192+0000 mon.a (mon.0) 71 : cluster 1 Active manager daemon a restarted 2023-12-07T17:08:27.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:26 smithi079 bash[28699]: cluster 2023-12-07T17:08:26.889992+0000 mon.a (mon.0) 72 : cluster 1 Activating manager daemon a 2023-12-07T17:08:27.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:26 smithi079 bash[28699]: cluster 2023-12-07T17:08:26.897883+0000 mon.a (mon.0) 73 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2023-12-07T17:08:27.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:26 smithi079 bash[28699]: cluster 2023-12-07T17:08:26.898127+0000 mon.a (mon.0) 74 : cluster 0 mgrmap e10: a(active, starting, since 0.00849346s) 2023-12-07T17:08:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:26 smithi079 bash[28699]: audit 2023-12-07T17:08:26.900246+0000 mon.a (mon.0) 75 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:08:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:26 smithi079 bash[28699]: audit 2023-12-07T17:08:26.901302+0000 mon.a (mon.0) 76 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T17:08:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:26 smithi079 bash[28699]: audit 2023-12-07T17:08:26.901866+0000 mon.a (mon.0) 77 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T17:08:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:26 smithi079 bash[28699]: audit 2023-12-07T17:08:26.902021+0000 mon.a (mon.0) 78 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T17:08:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:26 smithi079 bash[28699]: audit 2023-12-07T17:08:26.902188+0000 mon.a (mon.0) 79 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T17:08:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:26 smithi079 bash[28699]: cluster 2023-12-07T17:08:26.931390+0000 mon.a (mon.0) 80 : cluster 1 Manager daemon a is now available 2023-12-07T17:08:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:27 smithi079 bash[28699]: audit 2023-12-07T17:08:26.959481+0000 mon.a (mon.0) 81 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:08:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:27 smithi079 bash[28699]: audit 2023-12-07T17:08:26.965560+0000 mon.a (mon.0) 82 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:08:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:27 smithi079 bash[28699]: audit 2023-12-07T17:08:26.996609+0000 mon.a (mon.0) 83 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:08:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:27 smithi079 bash[28699]: audit 2023-12-07T17:08:27.000635+0000 mon.a (mon.0) 84 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:08:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:27 smithi079 bash[28699]: cluster 2023-12-07T17:08:27.903306+0000 mon.a (mon.0) 85 : cluster 0 mgrmap e11: a(active, since 1.01368s) 2023-12-07T17:08:28.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout { 2023-12-07T17:08:28.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-12-07T17:08:28.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-07T17:08:28.645 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout } 2023-12-07T17:08:28.645 INFO:teuthology.orchestra.run.smithi079.stdout:mgr epoch 9 is available 2023-12-07T17:08:28.646 INFO:teuthology.orchestra.run.smithi079.stdout:Generating a dashboard self-signed certificate... 2023-12-07T17:08:29.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:28 smithi079 bash[28699]: cephadm 2023-12-07T17:08:28.162244+0000 mgr.a (mgr.14152) 3 : cephadm 1 [07/Dec/2023:17:08:28] ENGINE Bus STARTING 2023-12-07T17:08:29.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:28 smithi079 bash[28699]: cephadm 2023-12-07T17:08:28.264162+0000 mgr.a (mgr.14152) 4 : cephadm 1 [07/Dec/2023:17:08:28] ENGINE Serving on http://172.21.15.79:8765 2023-12-07T17:08:29.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:28 smithi079 bash[28699]: cephadm 2023-12-07T17:08:28.386546+0000 mgr.a (mgr.14152) 5 : cephadm 1 [07/Dec/2023:17:08:28] ENGINE Serving on https://172.21.15.79:7150 2023-12-07T17:08:29.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:28 smithi079 bash[28699]: cephadm 2023-12-07T17:08:28.386850+0000 mgr.a (mgr.14152) 6 : cephadm 1 [07/Dec/2023:17:08:28] ENGINE Bus STARTED 2023-12-07T17:08:30.211 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:29 smithi079 bash[28699]: cluster 2023-12-07T17:08:28.951670+0000 mon.a (mon.0) 86 : cluster 0 mgrmap e12: a(active, since 2s) 2023-12-07T17:08:30.841 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-12-07T17:08:30.841 INFO:teuthology.orchestra.run.smithi079.stdout:Creating initial admin user... 2023-12-07T17:08:31.523 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:31 smithi079 bash[28699]: audit 2023-12-07T17:08:30.045080+0000 mgr.a (mgr.14152) 7 : audit 0 from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:31.523 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:31 smithi079 bash[28699]: audit 2023-12-07T17:08:30.154011+0000 mon.a (mon.0) 87 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:08:31.524 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:31 smithi079 bash[28699]: audit 2023-12-07T17:08:30.157964+0000 mon.a (mon.0) 88 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:08:33.157 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$Z2XsZzyM9UVy9zSYnmuskuerPTT9GSpsF3Z7pEbW0bYGnCzNSXLVe", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701968912, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-07T17:08:33.157 INFO:teuthology.orchestra.run.smithi079.stdout:Fetching dashboard port number... 2023-12-07T17:08:33.862 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:33 smithi079 bash[28699]: audit 2023-12-07T17:08:32.232237+0000 mgr.a (mgr.14152) 8 : audit 0 from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:33.862 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:33 smithi079 bash[28699]: audit 2023-12-07T17:08:32.456257+0000 mon.a (mon.0) 89 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:08:34.718 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:34 smithi079 bash[28699]: cluster 2023-12-07T17:08:33.467885+0000 mon.a (mon.0) 90 : cluster 0 mgrmap e13: a(active, since 6s) 2023-12-07T17:08:34.718 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:34 smithi079 bash[28699]: audit 2023-12-07T17:08:33.977225+0000 mon.a (mon.0) 91 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:08:35.170 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stdout 8443 2023-12-07T17:08:35.171 INFO:teuthology.orchestra.run.smithi079.stdout:firewalld does not appear to be present 2023-12-07T17:08:35.171 INFO:teuthology.orchestra.run.smithi079.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-07T17:08:35.173 INFO:teuthology.orchestra.run.smithi079.stdout:Ceph Dashboard is now available at: 2023-12-07T17:08:35.173 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:08:35.173 INFO:teuthology.orchestra.run.smithi079.stdout: URL: https://smithi079.front.sepia.ceph.com:8443/ 2023-12-07T17:08:35.173 INFO:teuthology.orchestra.run.smithi079.stdout: User: admin 2023-12-07T17:08:35.173 INFO:teuthology.orchestra.run.smithi079.stdout: Password: zo9s6eq6jg 2023-12-07T17:08:35.173 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:08:35.174 INFO:teuthology.orchestra.run.smithi079.stdout:Saving cluster configuration to /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config directory 2023-12-07T17:08:35.174 INFO:teuthology.orchestra.run.smithi079.stdout:Enabling autotune for osd_memory_target 2023-12-07T17:08:35.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:35 smithi079 bash[28699]: audit 2023-12-07T17:08:34.516386+0000 mon.a (mon.0) 92 : audit 0 from='client.? 172.21.15.79:0/41629446' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-07T17:08:35.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:35 smithi079 bash[28699]: audit 2023-12-07T17:08:34.968660+0000 mon.a (mon.0) 93 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:08:39.316 INFO:teuthology.orchestra.run.smithi079.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-12-07T17:08:39.316 INFO:teuthology.orchestra.run.smithi079.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-07T17:08:39.317 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:08:39.317 INFO:teuthology.orchestra.run.smithi079.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-07T17:08:39.317 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:08:39.317 INFO:teuthology.orchestra.run.smithi079.stdout:Or, if you are only running a single cluster on this host: 2023-12-07T17:08:39.317 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:08:39.317 INFO:teuthology.orchestra.run.smithi079.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-07T17:08:39.317 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:08:39.317 INFO:teuthology.orchestra.run.smithi079.stdout:Please consider enabling telemetry to help improve Ceph: 2023-12-07T17:08:39.317 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:08:39.317 INFO:teuthology.orchestra.run.smithi079.stdout: ceph telemetry on 2023-12-07T17:08:39.317 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:08:39.317 INFO:teuthology.orchestra.run.smithi079.stdout:For more information see: 2023-12-07T17:08:39.317 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:08:39.318 INFO:teuthology.orchestra.run.smithi079.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-12-07T17:08:39.318 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:08:39.318 INFO:teuthology.orchestra.run.smithi079.stdout:Bootstrap complete. 2023-12-07T17:08:39.366 INFO:tasks.cephadm:Fetching config... 2023-12-07T17:08:39.366 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T17:08:39.366 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-07T17:08:39.373 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-07T17:08:39.373 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T17:08:39.373 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-07T17:08:39.423 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-07T17:08:39.423 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T17:08:39.423 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-07T17:08:39.482 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-07T17:08:39.482 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T17:08:39.482 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-07T17:08:39.531 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-07T17:08:39.531 DEBUG:teuthology.orchestra.run.smithi079:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLC/7b41y6E2Rhs8AVFejLC9xBzWJmCgm4Revl/NWMfMA1CTT4zzY/hpMJHfm7qvqt0Ltr+ikSfq0d6mOgTUftnS/OOISXkSiDTAVJQVdcyMGlTwKQzUs1ux8LfnAx0KZlDYC1itMg+YsKvaPUcKYD2vBfwlolrEwLCMr+AOp4/wKFJCnFiD6LU64jHukOKlyv59R7biOEqhkNL7YZFwz505jCLQw5tSoimXhJz1iR/15CjmQb/rCEJotZuCkAZ/xLr4/EWuuqtOZ7nzEA404AHaaZt4F9Uq12gesvGoPuIEBz0s/61AgS5PFYaa00pmsq0IBAETTwE2LdJ65duodOJdeWvnC61n7EMbGZiviNFHJOgYjg8/lpYf/WAzssH4QvI+yjRcWVH0vjXSgU2KbIugz0AVIUUnP5vcyI0pBtWpSZHOty4JIjvbSr13/gpL592nlpGw/WwXjKm29dW8aVCNPFfzRNowwMcbJMGDSdl5Ym2isvtwmqi/1bFpYXCDk= ceph-ea87f9c8-9522-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T17:08:39.597 INFO:teuthology.orchestra.run.smithi079.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLC/7b41y6E2Rhs8AVFejLC9xBzWJmCgm4Revl/NWMfMA1CTT4zzY/hpMJHfm7qvqt0Ltr+ikSfq0d6mOgTUftnS/OOISXkSiDTAVJQVdcyMGlTwKQzUs1ux8LfnAx0KZlDYC1itMg+YsKvaPUcKYD2vBfwlolrEwLCMr+AOp4/wKFJCnFiD6LU64jHukOKlyv59R7biOEqhkNL7YZFwz505jCLQw5tSoimXhJz1iR/15CjmQb/rCEJotZuCkAZ/xLr4/EWuuqtOZ7nzEA404AHaaZt4F9Uq12gesvGoPuIEBz0s/61AgS5PFYaa00pmsq0IBAETTwE2LdJ65duodOJdeWvnC61n7EMbGZiviNFHJOgYjg8/lpYf/WAzssH4QvI+yjRcWVH0vjXSgU2KbIugz0AVIUUnP5vcyI0pBtWpSZHOty4JIjvbSr13/gpL592nlpGw/WwXjKm29dW8aVCNPFfzRNowwMcbJMGDSdl5Ym2isvtwmqi/1bFpYXCDk= ceph-ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:08:39.608 DEBUG:teuthology.orchestra.run.smithi135:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLC/7b41y6E2Rhs8AVFejLC9xBzWJmCgm4Revl/NWMfMA1CTT4zzY/hpMJHfm7qvqt0Ltr+ikSfq0d6mOgTUftnS/OOISXkSiDTAVJQVdcyMGlTwKQzUs1ux8LfnAx0KZlDYC1itMg+YsKvaPUcKYD2vBfwlolrEwLCMr+AOp4/wKFJCnFiD6LU64jHukOKlyv59R7biOEqhkNL7YZFwz505jCLQw5tSoimXhJz1iR/15CjmQb/rCEJotZuCkAZ/xLr4/EWuuqtOZ7nzEA404AHaaZt4F9Uq12gesvGoPuIEBz0s/61AgS5PFYaa00pmsq0IBAETTwE2LdJ65duodOJdeWvnC61n7EMbGZiviNFHJOgYjg8/lpYf/WAzssH4QvI+yjRcWVH0vjXSgU2KbIugz0AVIUUnP5vcyI0pBtWpSZHOty4JIjvbSr13/gpL592nlpGw/WwXjKm29dW8aVCNPFfzRNowwMcbJMGDSdl5Ym2isvtwmqi/1bFpYXCDk= ceph-ea87f9c8-9522-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T17:08:39.632 INFO:teuthology.orchestra.run.smithi135.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLC/7b41y6E2Rhs8AVFejLC9xBzWJmCgm4Revl/NWMfMA1CTT4zzY/hpMJHfm7qvqt0Ltr+ikSfq0d6mOgTUftnS/OOISXkSiDTAVJQVdcyMGlTwKQzUs1ux8LfnAx0KZlDYC1itMg+YsKvaPUcKYD2vBfwlolrEwLCMr+AOp4/wKFJCnFiD6LU64jHukOKlyv59R7biOEqhkNL7YZFwz505jCLQw5tSoimXhJz1iR/15CjmQb/rCEJotZuCkAZ/xLr4/EWuuqtOZ7nzEA404AHaaZt4F9Uq12gesvGoPuIEBz0s/61AgS5PFYaa00pmsq0IBAETTwE2LdJ65duodOJdeWvnC61n7EMbGZiviNFHJOgYjg8/lpYf/WAzssH4QvI+yjRcWVH0vjXSgU2KbIugz0AVIUUnP5vcyI0pBtWpSZHOty4JIjvbSr13/gpL592nlpGw/WwXjKm29dW8aVCNPFfzRNowwMcbJMGDSdl5Ym2isvtwmqi/1bFpYXCDk= ceph-ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:08:39.642 DEBUG:teuthology.orchestra.run.smithi194:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLC/7b41y6E2Rhs8AVFejLC9xBzWJmCgm4Revl/NWMfMA1CTT4zzY/hpMJHfm7qvqt0Ltr+ikSfq0d6mOgTUftnS/OOISXkSiDTAVJQVdcyMGlTwKQzUs1ux8LfnAx0KZlDYC1itMg+YsKvaPUcKYD2vBfwlolrEwLCMr+AOp4/wKFJCnFiD6LU64jHukOKlyv59R7biOEqhkNL7YZFwz505jCLQw5tSoimXhJz1iR/15CjmQb/rCEJotZuCkAZ/xLr4/EWuuqtOZ7nzEA404AHaaZt4F9Uq12gesvGoPuIEBz0s/61AgS5PFYaa00pmsq0IBAETTwE2LdJ65duodOJdeWvnC61n7EMbGZiviNFHJOgYjg8/lpYf/WAzssH4QvI+yjRcWVH0vjXSgU2KbIugz0AVIUUnP5vcyI0pBtWpSZHOty4JIjvbSr13/gpL592nlpGw/WwXjKm29dW8aVCNPFfzRNowwMcbJMGDSdl5Ym2isvtwmqi/1bFpYXCDk= ceph-ea87f9c8-9522-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T17:08:39.667 INFO:teuthology.orchestra.run.smithi194.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLC/7b41y6E2Rhs8AVFejLC9xBzWJmCgm4Revl/NWMfMA1CTT4zzY/hpMJHfm7qvqt0Ltr+ikSfq0d6mOgTUftnS/OOISXkSiDTAVJQVdcyMGlTwKQzUs1ux8LfnAx0KZlDYC1itMg+YsKvaPUcKYD2vBfwlolrEwLCMr+AOp4/wKFJCnFiD6LU64jHukOKlyv59R7biOEqhkNL7YZFwz505jCLQw5tSoimXhJz1iR/15CjmQb/rCEJotZuCkAZ/xLr4/EWuuqtOZ7nzEA404AHaaZt4F9Uq12gesvGoPuIEBz0s/61AgS5PFYaa00pmsq0IBAETTwE2LdJ65duodOJdeWvnC61n7EMbGZiviNFHJOgYjg8/lpYf/WAzssH4QvI+yjRcWVH0vjXSgU2KbIugz0AVIUUnP5vcyI0pBtWpSZHOty4JIjvbSr13/gpL592nlpGw/WwXjKm29dW8aVCNPFfzRNowwMcbJMGDSdl5Ym2isvtwmqi/1bFpYXCDk= ceph-ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:08:39.679 DEBUG:teuthology.orchestra.run.smithi079:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-07T17:08:39.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:39 smithi079 bash[28699]: audit 2023-12-07T17:08:38.703463+0000 mon.a (mon.0) 94 : audit 1 from='client.? 172.21.15.79:0/677058177' entity='client.admin' 2023-12-07T17:08:43.912 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:08:46.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:45 smithi079 bash[28699]: audit 2023-12-07T17:08:44.812723+0000 mon.a (mon.0) 95 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:08:46.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:45 smithi079 bash[28699]: audit 2023-12-07T17:08:44.819966+0000 mon.a (mon.0) 96 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:08:46.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:45 smithi079 bash[28699]: audit 2023-12-07T17:08:44.821434+0000 mon.a (mon.0) 97 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:08:46.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:45 smithi079 bash[28699]: audit 2023-12-07T17:08:44.830008+0000 mon.a (mon.0) 98 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:08:46.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:45 smithi079 bash[28699]: audit 2023-12-07T17:08:44.864438+0000 mon.a (mon.0) 99 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:08:46.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:45 smithi079 bash[28699]: audit 2023-12-07T17:08:44.873350+0000 mon.a (mon.0) 100 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:08:47.701 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-07T17:08:47.702 DEBUG:teuthology.orchestra.run.smithi079:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-07T17:08:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:48 smithi079 bash[28699]: cluster 2023-12-07T17:08:46.903533+0000 mgr.a (mgr.14152) 9 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:08:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:48 smithi079 bash[28699]: audit 2023-12-07T17:08:47.077804+0000 mon.a (mon.0) 101 : audit 1 from='client.? 172.21.15.79:0/313863914' entity='client.admin' 2023-12-07T17:08:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:48 smithi079 bash[28699]: audit 2023-12-07T17:08:47.125993+0000 mon.a (mon.0) 102 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:08:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:48 smithi079 bash[28699]: audit 2023-12-07T17:08:47.135862+0000 mon.a (mon.0) 103 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:08:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:50 smithi079 bash[28699]: cluster 2023-12-07T17:08:48.903935+0000 mgr.a (mgr.14152) 10 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:08:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:52 smithi079 bash[28699]: cluster 2023-12-07T17:08:50.904372+0000 mgr.a (mgr.14152) 11 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:08:52.415 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:08:54.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:54 smithi079 bash[28699]: cluster 2023-12-07T17:08:52.904770+0000 mgr.a (mgr.14152) 12 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:08:55.862 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi135 2023-12-07T17:08:55.862 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-12-07T17:08:55.862 DEBUG:teuthology.orchestra.run.smithi135:> dd of=/etc/ceph/ceph.conf 2023-12-07T17:08:55.869 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-12-07T17:08:55.870 DEBUG:teuthology.orchestra.run.smithi135:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:08:55.918 INFO:tasks.cephadm:Adding host smithi135 to orchestrator... 2023-12-07T17:08:55.918 DEBUG:teuthology.orchestra.run.smithi079:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph orch host add smithi135 2023-12-07T17:08:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:56 smithi079 bash[28699]: cluster 2023-12-07T17:08:54.905150+0000 mgr.a (mgr.14152) 13 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:08:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:56 smithi079 bash[28699]: audit 2023-12-07T17:08:55.118735+0000 mgr.a (mgr.14152) 14 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:08:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:56 smithi079 bash[28699]: audit 2023-12-07T17:08:55.123780+0000 mon.a (mon.0) 104 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:08:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:56 smithi079 bash[28699]: audit 2023-12-07T17:08:55.154935+0000 mon.a (mon.0) 105 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:08:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:56 smithi079 bash[28699]: audit 2023-12-07T17:08:55.157264+0000 mon.a (mon.0) 106 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:08:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:56 smithi079 bash[28699]: audit 2023-12-07T17:08:55.158382+0000 mon.a (mon.0) 107 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:08:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:56 smithi079 bash[28699]: cephadm 2023-12-07T17:08:55.160370+0000 mgr.a (mgr.14152) 15 : cephadm 1 Updating smithi079:/etc/ceph/ceph.conf 2023-12-07T17:08:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:56 smithi079 bash[28699]: cephadm 2023-12-07T17:08:55.325198+0000 mgr.a (mgr.14152) 16 : cephadm 1 Updating smithi079:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:08:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:56 smithi079 bash[28699]: cephadm 2023-12-07T17:08:55.590170+0000 mgr.a (mgr.14152) 17 : cephadm 1 Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:08:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:56 smithi079 bash[28699]: audit 2023-12-07T17:08:55.823482+0000 mon.a (mon.0) 108 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:08:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:56 smithi079 bash[28699]: audit 2023-12-07T17:08:55.828208+0000 mon.a (mon.0) 109 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:08:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:56 smithi079 bash[28699]: audit 2023-12-07T17:08:55.831840+0000 mon.a (mon.0) 110 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:08:57.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:57 smithi079 bash[28699]: cephadm 2023-12-07T17:08:55.704524+0000 mgr.a (mgr.14152) 18 : cephadm 1 Updating smithi079:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:08:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:08:58 smithi079 bash[28699]: cluster 2023-12-07T17:08:56.905547+0000 mgr.a (mgr.14152) 19 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:00 smithi079 bash[28699]: cluster 2023-12-07T17:08:58.906127+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:00.645 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:09:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:02 smithi079 bash[28699]: cluster 2023-12-07T17:09:00.906634+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:04 smithi079 bash[28699]: cluster 2023-12-07T17:09:02.906893+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:04 smithi079 bash[28699]: audit 2023-12-07T17:09:03.580155+0000 mgr.a (mgr.14152) 23 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi135", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:05 smithi079 bash[28699]: cephadm 2023-12-07T17:09:04.375924+0000 mgr.a (mgr.14152) 24 : cephadm 1 Deploying cephadm binary to smithi135 2023-12-07T17:09:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:06 smithi079 bash[28699]: cluster 2023-12-07T17:09:04.907297+0000 mgr.a (mgr.14152) 25 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:08 smithi079 bash[28699]: cluster 2023-12-07T17:09:06.907639+0000 mgr.a (mgr.14152) 26 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:09.804 INFO:teuthology.orchestra.run.smithi079.stdout:Added host 'smithi135' with addr '172.21.15.135' 2023-12-07T17:09:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:10 smithi079 bash[28699]: cluster 2023-12-07T17:09:08.908012+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:10 smithi079 bash[28699]: audit 2023-12-07T17:09:09.804472+0000 mon.a (mon.0) 111 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:10 smithi079 bash[28699]: audit 2023-12-07T17:09:09.825193+0000 mon.a (mon.0) 112 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:09:10.523 DEBUG:teuthology.orchestra.run.smithi079:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-07T17:09:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:11 smithi079 bash[28699]: cephadm 2023-12-07T17:09:09.805389+0000 mgr.a (mgr.14152) 28 : cephadm 1 Added host smithi135 2023-12-07T17:09:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:11 smithi079 bash[28699]: audit 2023-12-07T17:09:10.301931+0000 mon.a (mon.0) 113 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:12 smithi079 bash[28699]: cluster 2023-12-07T17:09:10.908541+0000 mgr.a (mgr.14152) 29 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:12 smithi079 bash[28699]: audit 2023-12-07T17:09:11.777368+0000 mon.a (mon.0) 114 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:14.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:13 smithi079 bash[28699]: audit 2023-12-07T17:09:12.821937+0000 mon.a (mon.0) 115 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:14.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:13 smithi079 bash[28699]: cluster 2023-12-07T17:09:12.908980+0000 mgr.a (mgr.14152) 30 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:15.244 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:09:16.280 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:15 smithi079 bash[28699]: cluster 2023-12-07T17:09:14.909397+0000 mgr.a (mgr.14152) 31 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:18.065 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:09:18.065 INFO:teuthology.orchestra.run.smithi079.stdout:[{"addr": "172.21.15.79", "hostname": "smithi079", "labels": [], "status": ""}, {"addr": "172.21.15.135", "hostname": "smithi135", "labels": [], "status": ""}] 2023-12-07T17:09:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:18 smithi079 bash[28699]: cluster 2023-12-07T17:09:16.909813+0000 mgr.a (mgr.14152) 32 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:18.741 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi194 2023-12-07T17:09:18.741 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-07T17:09:18.742 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.conf 2023-12-07T17:09:18.749 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-07T17:09:18.750 DEBUG:teuthology.orchestra.run.smithi194:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:09:18.799 INFO:tasks.cephadm:Adding host smithi194 to orchestrator... 2023-12-07T17:09:18.799 DEBUG:teuthology.orchestra.run.smithi079:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph orch host add smithi194 2023-12-07T17:09:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:19 smithi079 bash[28699]: audit 2023-12-07T17:09:18.065422+0000 mgr.a (mgr.14152) 33 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:09:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:19 smithi079 bash[28699]: audit 2023-12-07T17:09:18.810657+0000 mon.a (mon.0) 116 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:19 smithi079 bash[28699]: audit 2023-12-07T17:09:18.814136+0000 mon.a (mon.0) 117 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:19 smithi079 bash[28699]: audit 2023-12-07T17:09:18.818510+0000 mon.a (mon.0) 118 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:19 smithi079 bash[28699]: audit 2023-12-07T17:09:18.821588+0000 mon.a (mon.0) 119 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:19 smithi079 bash[28699]: audit 2023-12-07T17:09:18.822597+0000 mon.a (mon.0) 120 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi135", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:09:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:19 smithi079 bash[28699]: audit 2023-12-07T17:09:18.823976+0000 mon.a (mon.0) 121 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:09:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:19 smithi079 bash[28699]: audit 2023-12-07T17:09:18.825157+0000 mon.a (mon.0) 122 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:09:20.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:20 smithi079 bash[28699]: cephadm 2023-12-07T17:09:18.827151+0000 mgr.a (mgr.14152) 34 : cephadm 1 Updating smithi135:/etc/ceph/ceph.conf 2023-12-07T17:09:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:20 smithi079 bash[28699]: cluster 2023-12-07T17:09:18.910173+0000 mgr.a (mgr.14152) 35 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:20 smithi079 bash[28699]: cephadm 2023-12-07T17:09:18.992422+0000 mgr.a (mgr.14152) 36 : cephadm 1 Updating smithi135:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:09:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:20 smithi079 bash[28699]: cephadm 2023-12-07T17:09:19.157104+0000 mgr.a (mgr.14152) 37 : cephadm 1 Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:09:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:20 smithi079 bash[28699]: cephadm 2023-12-07T17:09:19.322279+0000 mgr.a (mgr.14152) 38 : cephadm 1 Updating smithi135:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:09:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:20 smithi079 bash[28699]: audit 2023-12-07T17:09:19.492389+0000 mon.a (mon.0) 123 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:20 smithi079 bash[28699]: audit 2023-12-07T17:09:19.497619+0000 mon.a (mon.0) 124 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:20 smithi079 bash[28699]: audit 2023-12-07T17:09:19.501736+0000 mon.a (mon.0) 125 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:22.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:22 smithi079 bash[28699]: cluster 2023-12-07T17:09:20.910605+0000 mgr.a (mgr.14152) 39 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:23.527 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:09:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:24 smithi079 bash[28699]: cluster 2023-12-07T17:09:22.911043+0000 mgr.a (mgr.14152) 40 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:26.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:26 smithi079 bash[28699]: cluster 2023-12-07T17:09:24.911468+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:27.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:27 smithi079 bash[28699]: audit 2023-12-07T17:09:26.397816+0000 mgr.a (mgr.14152) 42 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi194", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:28.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:28 smithi079 bash[28699]: cluster 2023-12-07T17:09:26.911825+0000 mgr.a (mgr.14152) 43 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:28.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:28 smithi079 bash[28699]: cephadm 2023-12-07T17:09:27.246563+0000 mgr.a (mgr.14152) 44 : cephadm 1 Deploying cephadm binary to smithi194 2023-12-07T17:09:30.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:30 smithi079 bash[28699]: cluster 2023-12-07T17:09:28.912238+0000 mgr.a (mgr.14152) 45 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:32.587 INFO:teuthology.orchestra.run.smithi079.stdout:Added host 'smithi194' with addr '172.21.15.194' 2023-12-07T17:09:32.822 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:32 smithi079 bash[28699]: cluster 2023-12-07T17:09:30.912589+0000 mgr.a (mgr.14152) 46 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:33.323 DEBUG:teuthology.orchestra.run.smithi079:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-07T17:09:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:33 smithi079 bash[28699]: audit 2023-12-07T17:09:32.587974+0000 mon.a (mon.0) 126 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:33 smithi079 bash[28699]: cephadm 2023-12-07T17:09:32.588615+0000 mgr.a (mgr.14152) 47 : cephadm 1 Added host smithi194 2023-12-07T17:09:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:33 smithi079 bash[28699]: audit 2023-12-07T17:09:32.613317+0000 mon.a (mon.0) 127 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:09:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:33 smithi079 bash[28699]: audit 2023-12-07T17:09:33.136308+0000 mon.a (mon.0) 128 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:34.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:34 smithi079 bash[28699]: cluster 2023-12-07T17:09:32.913055+0000 mgr.a (mgr.14152) 48 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:36.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:35 smithi079 bash[28699]: audit 2023-12-07T17:09:34.663873+0000 mon.a (mon.0) 129 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:35 smithi079 bash[28699]: cluster 2023-12-07T17:09:34.913534+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:37.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:36 smithi079 bash[28699]: audit 2023-12-07T17:09:35.755888+0000 mon.a (mon.0) 130 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:38.053 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:09:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:38 smithi079 bash[28699]: cluster 2023-12-07T17:09:36.913965+0000 mgr.a (mgr.14152) 50 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:40 smithi079 bash[28699]: cluster 2023-12-07T17:09:38.914321+0000 mgr.a (mgr.14152) 51 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:40.917 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:09:40.918 INFO:teuthology.orchestra.run.smithi079.stdout:[{"addr": "172.21.15.79", "hostname": "smithi079", "labels": [], "status": ""}, {"addr": "172.21.15.135", "hostname": "smithi135", "labels": [], "status": ""}, {"addr": "172.21.15.194", "hostname": "smithi194", "labels": [], "status": ""}] 2023-12-07T17:09:41.595 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-07T17:09:41.596 DEBUG:teuthology.orchestra.run.smithi079:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-07T17:09:42.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:42 smithi079 bash[28699]: cluster 2023-12-07T17:09:40.914718+0000 mgr.a (mgr.14152) 52 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:42.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:42 smithi079 bash[28699]: audit 2023-12-07T17:09:40.918158+0000 mgr.a (mgr.14152) 53 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:09:42.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:42 smithi079 bash[28699]: audit 2023-12-07T17:09:41.539321+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:42.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:42 smithi079 bash[28699]: audit 2023-12-07T17:09:41.543897+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:42 smithi079 bash[28699]: audit 2023-12-07T17:09:41.547542+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:42 smithi079 bash[28699]: audit 2023-12-07T17:09:41.550330+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:42 smithi079 bash[28699]: audit 2023-12-07T17:09:41.551443+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:09:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:42 smithi079 bash[28699]: audit 2023-12-07T17:09:41.553007+0000 mon.a (mon.0) 136 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:09:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:42 smithi079 bash[28699]: audit 2023-12-07T17:09:41.554325+0000 mon.a (mon.0) 137 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:09:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:42 smithi079 bash[28699]: cephadm 2023-12-07T17:09:41.556463+0000 mgr.a (mgr.14152) 54 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2023-12-07T17:09:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:42 smithi079 bash[28699]: audit 2023-12-07T17:09:42.220634+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:42 smithi079 bash[28699]: audit 2023-12-07T17:09:42.224541+0000 mon.a (mon.0) 139 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:42 smithi079 bash[28699]: audit 2023-12-07T17:09:42.228526+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:43 smithi079 bash[28699]: cephadm 2023-12-07T17:09:41.721902+0000 mgr.a (mgr.14152) 55 : cephadm 1 Updating smithi194:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:09:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:43 smithi079 bash[28699]: cephadm 2023-12-07T17:09:41.886421+0000 mgr.a (mgr.14152) 56 : cephadm 1 Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:09:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:43 smithi079 bash[28699]: cephadm 2023-12-07T17:09:42.051533+0000 mgr.a (mgr.14152) 57 : cephadm 1 Updating smithi194:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:09:44.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:44 smithi079 bash[28699]: cluster 2023-12-07T17:09:42.915187+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:46.338 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:09:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:46 smithi079 bash[28699]: cluster 2023-12-07T17:09:44.915545+0000 mgr.a (mgr.14152) 59 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:48.802 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:48 smithi079 bash[28699]: cluster 2023-12-07T17:09:46.915952+0000 mgr.a (mgr.14152) 60 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:49.556 INFO:teuthology.orchestra.run.smithi079.stderr:adjusted tunables profile to default 2023-12-07T17:09:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:49 smithi079 bash[28699]: audit 2023-12-07T17:09:49.198787+0000 mon.a (mon.0) 141 : audit 1 from='client.? 172.21.15.79:0/908971005' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-07T17:09:50.228 INFO:tasks.cephadm:Adding mon.a on smithi079 2023-12-07T17:09:50.228 INFO:tasks.cephadm:Adding mon.b on smithi135 2023-12-07T17:09:50.228 INFO:tasks.cephadm:Adding mon.c on smithi194 2023-12-07T17:09:50.229 DEBUG:teuthology.orchestra.run.smithi194:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi079:172.21.15.79=a;smithi135:172.21.15.135=b;smithi194:172.21.15.194=c' 2023-12-07T17:09:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:50 smithi079 bash[28699]: cluster 2023-12-07T17:09:48.916379+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:50 smithi079 bash[28699]: audit 2023-12-07T17:09:49.549524+0000 mon.a (mon.0) 142 : audit 1 from='client.? 172.21.15.79:0/908971005' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-07T17:09:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:50 smithi079 bash[28699]: cluster 2023-12-07T17:09:49.555091+0000 mon.a (mon.0) 143 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:09:51.460 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:09:52.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:52 smithi079 bash[28699]: cluster 2023-12-07T17:09:50.916782+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:54.458 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled mon update... 2023-12-07T17:09:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:54 smithi079 bash[28699]: cluster 2023-12-07T17:09:52.917178+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:54 smithi079 bash[28699]: audit 2023-12-07T17:09:54.458595+0000 mon.a (mon.0) 144 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:54 smithi079 bash[28699]: audit 2023-12-07T17:09:54.473571+0000 mon.a (mon.0) 145 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:09:55.106 DEBUG:teuthology.orchestra.run.smithi135:mon.b> sudo journalctl -f -n 0 -u ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@mon.b.service 2023-12-07T17:09:55.109 DEBUG:teuthology.orchestra.run.smithi194:mon.c> sudo journalctl -f -n 0 -u ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@mon.c.service 2023-12-07T17:09:55.111 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T17:09:55.111 DEBUG:teuthology.orchestra.run.smithi194:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T17:09:55.322 INFO:journalctl@ceph.mon.b.smithi135.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T17:09:55.382 INFO:journalctl@ceph.mon.c.smithi194.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T17:09:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:55 smithi079 bash[28699]: audit 2023-12-07T17:09:54.449152+0000 mgr.a (mgr.14152) 64 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi079:172.21.15.79=a;smithi135:172.21.15.135=b;smithi194:172.21.15.194=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:09:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:55 smithi079 bash[28699]: cephadm 2023-12-07T17:09:54.455042+0000 mgr.a (mgr.14152) 65 : cephadm 1 Saving service mon spec with placement smithi079:172.21.15.79=a;smithi135:172.21.15.135=b;smithi194:172.21.15.194=c;count:3 2023-12-07T17:09:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:55 smithi079 bash[28699]: audit 2023-12-07T17:09:55.094218+0000 mon.a (mon.0) 146 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:09:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:55 smithi079 bash[28699]: audit 2023-12-07T17:09:55.095927+0000 mon.a (mon.0) 147 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:09:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:55 smithi079 bash[28699]: audit 2023-12-07T17:09:55.103527+0000 mon.a (mon.0) 148 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:09:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:55 smithi079 bash[28699]: audit 2023-12-07T17:09:55.105922+0000 mon.a (mon.0) 149 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:09:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:55 smithi079 bash[28699]: audit 2023-12-07T17:09:55.107018+0000 mon.a (mon.0) 150 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:09:56.378 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:09:56.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:56 smithi079 bash[28699]: cluster 2023-12-07T17:09:54.917586+0000 mgr.a (mgr.14152) 66 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:09:56.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:56 smithi079 bash[28699]: cephadm 2023-12-07T17:09:55.108294+0000 mgr.a (mgr.14152) 67 : cephadm 1 Deploying daemon mon.c on smithi194 2023-12-07T17:09:58.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:09:58 smithi079 bash[28699]: cluster 2023-12-07T17:09:56.917997+0000 mgr.a (mgr.14152) 68 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:00.756 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-07T17:10:00.756 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":1,"fsid":"ea87f9c8-9522-11ee-95a2-87774f69a715","modified":"2023-12-07T17:07:11.423084Z","created":"2023-12-07T17:07:11.423084Z","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.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-07T17:10:00.761 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 1 2023-12-07T17:10:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:00 smithi079 bash[28699]: cluster 2023-12-07T17:09:58.918466+0000 mgr.a (mgr.14152) 69 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:01.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:01 smithi194 systemd[1]: Started Ceph mon.c for ea87f9c8-9522-11ee-95a2-87774f69a715. 2023-12-07T17:10:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:01 smithi079 bash[28699]: audit 2023-12-07T17:10:00.757179+0000 mon.a (mon.0) 151 : audit 0 from='client.? 172.21.15.194:0/2279394194' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T17:10:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:01 smithi079 bash[28699]: audit 2023-12-07T17:10:01.188953+0000 mon.a (mon.0) 152 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:01 smithi079 bash[28699]: audit 2023-12-07T17:10:01.194424+0000 mon.a (mon.0) 153 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:01 smithi079 bash[28699]: audit 2023-12-07T17:10:01.243444+0000 mon.a (mon.0) 154 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:01 smithi079 bash[28699]: audit 2023-12-07T17:10:01.244681+0000 mon.a (mon.0) 155 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:10:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:01 smithi079 bash[28699]: audit 2023-12-07T17:10:01.246219+0000 mon.a (mon.0) 156 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.282+0000 7f1904321c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-07T17:10:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.282+0000 7f1904321c80 0 ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev), process ceph-mon, pid 7 2023-12-07T17:10:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.282+0000 7f1904321c80 0 pidfile_write: ignore empty --pid-file 2023-12-07T17:10:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 0 load: jerasure load: lrc 2023-12-07T17:10:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-07T17:10:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Git sha 0 2023-12-07T17:10:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Compile date 2023-12-06 23:35:10 2023-12-07T17:10:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: DB SUMMARY 2023-12-07T17:10:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: DB Session ID: EDWTVVO3RB7AFM4XHLF4 2023-12-07T17:10:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: CURRENT file: CURRENT 2023-12-07T17:10:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-07T17:10:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-12-07T17:10:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2023-12-07T17:10:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2023-12-07T17:10:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.error_if_exists: 0 2023-12-07T17:10:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.create_if_missing: 0 2023-12-07T17:10:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-07T17:10:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T17:10:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T17:10:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T17:10:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.env: 0x56118f7d7a60 2023-12-07T17:10:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-07T17:10:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.info_log: 0x561190b1b780 2023-12-07T17:10:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-07T17:10:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.statistics: (nil) 2023-12-07T17:10:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.use_fsync: 0 2023-12-07T17:10:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-07T17:10:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T17:10:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T17:10:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-07T17:10:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-07T17:10:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-07T17:10:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-07T17:10:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-07T17:10:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-07T17:10:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T17:10:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-07T17:10:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.db_log_dir: 2023-12-07T17:10:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.wal_dir: 2023-12-07T17:10:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T17:10:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T17:10:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T17:10:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T17:10:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T17:10:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T17:10:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-07T17:10:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-07T17:10:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.write_buffer_manager: 0x561190aef2c0 2023-12-07T17:10:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T17:10:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T17:10:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T17:10:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-07T17:10:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T17:10:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-07T17:10:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-07T17:10:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-07T17:10:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.unordered_write: 0 2023-12-07T17:10:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T17:10:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.row_cache: None 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.wal_filter: None 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.two_write_queues: 0 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.wal_compression: 0 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.atomic_flush: 0 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-07T17:10:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T17:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-07T17:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T17:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T17:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-07T17:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-07T17:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T17:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-07T17:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-07T17:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-07T17:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T17:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T17:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T17:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-07T17:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_open_files: -1 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Compression algorithms supported: 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: kZSTD supported: 0 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: kXpressCompression supported: 0 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-07T17:10:02.461 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: kZlibCompression supported: 1 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.merge_operator: 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compaction_filter: None 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T17:10:02.462 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561190b1b8a0) 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cache_index_and_filter_blocks: 1 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: pin_top_level_index_and_filter: 1 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: index_type: 0 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: data_block_index_type: 0 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: index_shortening: 1 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: data_block_hash_table_util_ratio: 0.750000 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: checksum: 4 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: no_block_cache: 0 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: block_cache: 0x561190b6f090 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: block_cache_name: BinnedLRUCache 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: block_cache_options: 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: capacity : 536870912 2023-12-07T17:10:02.463 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: num_shard_bits : 4 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: strict_capacity_limit : 0 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: high_pri_pool_ratio: 0.000 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: block_cache_compressed: (nil) 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: persistent_cache: (nil) 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: block_size: 4096 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: block_size_deviation: 10 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: block_restart_interval: 16 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: index_block_restart_interval: 1 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: metadata_block_size: 4096 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: partition_filters: 0 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: use_delta_encoding: 1 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: filter_policy: bloomfilter 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: whole_key_filtering: 1 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: verify_compression: 0 2023-12-07T17:10:02.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: read_amp_bytes_per_bit: 0 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: format_version: 5 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: enable_index_compression: 1 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: block_align: 0 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: max_auto_readahead_size: 262144 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: prepopulate_block_cache: 0 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: initial_auto_readahead_size: 8192 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: num_file_reads_for_auto_readahead: 2 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compression: NoCompression 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.num_levels: 7 2023-12-07T17:10:02.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T17:10:02.466 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T17:10:02.466 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T17:10:02.466 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T17:10:02.466 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T17:10:02.466 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T17:10:02.466 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T17:10:02.466 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T17:10:02.466 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T17:10:02.466 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T17:10:02.466 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T17:10:02.466 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T17:10:02.467 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T17:10:02.467 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-07T17:10:02.467 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-07T17:10:02.467 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T17:10:02.467 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T17:10:02.467 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T17:10:02.467 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T17:10:02.467 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-07T17:10:02.467 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T17:10:02.467 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T17:10:02.467 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T17:10:02.467 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T17:10:02.467 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T17:10:02.468 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-07T17:10:02.469 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T17:10:02.469 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T17:10:02.469 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-07T17:10:02.469 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T17:10:02.469 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T17:10:02.469 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T17:10:02.469 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T17:10:02.469 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T17:10:02.470 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.table_properties_collectors: 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.bloom_locality: 0 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-07T17:10:02.471 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-07T17:10:02.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-07T17:10:02.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.ttl: 2592000 2023-12-07T17:10:02.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T17:10:02.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T17:10:02.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T17:10:02.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.enable_blob_files: false 2023-12-07T17:10:02.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.min_blob_size: 0 2023-12-07T17:10:02.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-07T17:10:02.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T17:10:02.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T17:10:02.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T17:10:02.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T17:10:02.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T17:10:02.473 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-07T17:10:02.473 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.286+0000 7f1904321c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T17:10:02.473 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.290+0000 7f1904321c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-07T17:10:02.473 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.290+0000 7f1904321c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-12-07T17:10:02.473 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.290+0000 7f1904321c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8e6c3535-442e-4283-9c8c-b8092d4575ef 2023-12-07T17:10:02.473 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.290+0000 7f1904321c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701969002291072, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-07T17:10:02.473 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.290+0000 7f1904321c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-12-07T17:10:02.473 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.290+0000 7f1904321c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701969002291897, "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": 1701969002, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8e6c3535-442e-4283-9c8c-b8092d4575ef", "db_session_id": "EDWTVVO3RB7AFM4XHLF4", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-12-07T17:10:02.473 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.290+0000 7f1904321c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701969002292033, "job": 1, "event": "recovery_finished"} 2023-12-07T17:10:02.473 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.290+0000 7f1904321c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-12-07T17:10:02.473 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.290+0000 7f1904321c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-07T17:10:02.473 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.290+0000 7f1904321c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561190c0e000 2023-12-07T17:10:02.473 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.290+0000 7f1904321c80 4 rocksdb: DB pointer 0x561190bfc000 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.290+0000 7f18f2ad9700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.290+0000 7f18f2ad9700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: ** DB Stats ** 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: ** Compaction Stats [default] ** 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T17:10:02.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: ** Compaction Stats [default] ** 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: AddFile(Keys): cumulative 0, interval 0 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Cumulative compaction: 0.00 GB write, 0.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Interval compaction: 0.00 GB write, 0.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-07T17:10:02.475 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Block cache BinnedLRUCache@0x561190b6f090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2023-12-07T17:10:02.476 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2023-12-07T17:10:02.476 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: ** File Read Latency Histogram By Level [default] ** 2023-12-07T17:10:02.476 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.290+0000 7f1904321c80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2023-12-07T17:10:02.476 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.294+0000 7f1904321c80 0 using public_addr v2:172.21.15.194:0/0 -> [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] 2023-12-07T17:10:02.476 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.294+0000 7f1904321c80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] at bind addrs [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:10:02.476 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.294+0000 7f1904321c80 1 mon.c@-1(???) e0 preinit fsid ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:10:02.476 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.326+0000 7f18f5adf700 0 mon.c@-1(synchronizing).mds e1 new map 2023-12-07T17:10:02.476 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.326+0000 7f18f5adf700 0 mon.c@-1(synchronizing).mds e1 print_map 2023-12-07T17:10:02.476 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: e1 2023-12-07T17:10:02.476 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T17:10:02.476 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-12-07T17:10:02.476 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: legacy client fscid: -1 2023-12-07T17:10:02.476 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: 2023-12-07T17:10:02.476 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: No filesystems configured 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.326+0000 7f18f5adf700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.326+0000 7f18f5adf700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.326+0000 7f18f5adf700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.326+0000 7f18f5adf700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.326+0000 7f18f5adf700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.326+0000 7f18f5adf700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.326+0000 7f18f5adf700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.326+0000 7f18f5adf700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.326+0000 7f18f5adf700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.326+0000 7f18f5adf700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:08:56.905547+0000 mgr.a (mgr.14152) 19 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:08:58.906127+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:00.906634+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:02.906893+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.477 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:03.580155+0000 mgr.a (mgr.14152) 23 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi135", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:02.478 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cephadm 2023-12-07T17:09:04.375924+0000 mgr.a (mgr.14152) 24 : cephadm 1 Deploying cephadm binary to smithi135 2023-12-07T17:10:02.478 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:04.907297+0000 mgr.a (mgr.14152) 25 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.478 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:06.907639+0000 mgr.a (mgr.14152) 26 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.478 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:08.908012+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.478 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:09.804472+0000 mon.a (mon.0) 111 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.478 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:09.825193+0000 mon.a (mon.0) 112 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:02.478 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cephadm 2023-12-07T17:09:09.805389+0000 mgr.a (mgr.14152) 28 : cephadm 1 Added host smithi135 2023-12-07T17:10:02.478 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:10.301931+0000 mon.a (mon.0) 113 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.478 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:10.908541+0000 mgr.a (mgr.14152) 29 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.478 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:11.777368+0000 mon.a (mon.0) 114 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.478 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:12.821937+0000 mon.a (mon.0) 115 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.478 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:12.908980+0000 mgr.a (mgr.14152) 30 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.478 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:14.909397+0000 mgr.a (mgr.14152) 31 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.479 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:16.909813+0000 mgr.a (mgr.14152) 32 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.479 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:18.065422+0000 mgr.a (mgr.14152) 33 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:10:02.479 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:18.810657+0000 mon.a (mon.0) 116 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.479 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:18.814136+0000 mon.a (mon.0) 117 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.479 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:18.818510+0000 mon.a (mon.0) 118 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.479 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:18.821588+0000 mon.a (mon.0) 119 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.479 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:18.822597+0000 mon.a (mon.0) 120 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi135", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:10:02.479 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:18.823976+0000 mon.a (mon.0) 121 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:02.479 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:18.825157+0000 mon.a (mon.0) 122 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:02.479 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cephadm 2023-12-07T17:09:18.827151+0000 mgr.a (mgr.14152) 34 : cephadm 1 Updating smithi135:/etc/ceph/ceph.conf 2023-12-07T17:10:02.479 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:18.910173+0000 mgr.a (mgr.14152) 35 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.479 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cephadm 2023-12-07T17:09:18.992422+0000 mgr.a (mgr.14152) 36 : cephadm 1 Updating smithi135:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:10:02.479 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cephadm 2023-12-07T17:09:19.157104+0000 mgr.a (mgr.14152) 37 : cephadm 1 Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cephadm 2023-12-07T17:09:19.322279+0000 mgr.a (mgr.14152) 38 : cephadm 1 Updating smithi135:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:19.492389+0000 mon.a (mon.0) 123 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:19.497619+0000 mon.a (mon.0) 124 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:19.501736+0000 mon.a (mon.0) 125 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:20.910605+0000 mgr.a (mgr.14152) 39 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:22.911043+0000 mgr.a (mgr.14152) 40 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:24.911468+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:26.397816+0000 mgr.a (mgr.14152) 42 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi194", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:26.911825+0000 mgr.a (mgr.14152) 43 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cephadm 2023-12-07T17:09:27.246563+0000 mgr.a (mgr.14152) 44 : cephadm 1 Deploying cephadm binary to smithi194 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:28.912238+0000 mgr.a (mgr.14152) 45 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:30.912589+0000 mgr.a (mgr.14152) 46 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:32.587974+0000 mon.a (mon.0) 126 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cephadm 2023-12-07T17:09:32.588615+0000 mgr.a (mgr.14152) 47 : cephadm 1 Added host smithi194 2023-12-07T17:10:02.480 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:32.613317+0000 mon.a (mon.0) 127 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:02.481 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:33.136308+0000 mon.a (mon.0) 128 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.481 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:32.913055+0000 mgr.a (mgr.14152) 48 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.481 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:34.663873+0000 mon.a (mon.0) 129 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.481 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:34.913534+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.481 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:35.755888+0000 mon.a (mon.0) 130 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.481 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:36.913965+0000 mgr.a (mgr.14152) 50 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.481 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:38.914321+0000 mgr.a (mgr.14152) 51 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.481 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:40.914718+0000 mgr.a (mgr.14152) 52 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.481 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:40.918158+0000 mgr.a (mgr.14152) 53 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:10:02.481 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:41.539321+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.481 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:41.543897+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.481 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:41.547542+0000 mon.a (mon.0) 133 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.481 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:41.550330+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.481 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:41.551443+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi194", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:10:02.482 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:41.553007+0000 mon.a (mon.0) 136 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:02.482 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:41.554325+0000 mon.a (mon.0) 137 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:02.482 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cephadm 2023-12-07T17:09:41.556463+0000 mgr.a (mgr.14152) 54 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2023-12-07T17:10:02.482 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:42.220634+0000 mon.a (mon.0) 138 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.482 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:42.224541+0000 mon.a (mon.0) 139 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.482 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:42.228526+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.482 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cephadm 2023-12-07T17:09:41.721902+0000 mgr.a (mgr.14152) 55 : cephadm 1 Updating smithi194:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:10:02.482 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cephadm 2023-12-07T17:09:41.886421+0000 mgr.a (mgr.14152) 56 : cephadm 1 Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:10:02.482 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cephadm 2023-12-07T17:09:42.051533+0000 mgr.a (mgr.14152) 57 : cephadm 1 Updating smithi194:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:10:02.482 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:42.915187+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.482 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:44.915545+0000 mgr.a (mgr.14152) 59 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.482 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:46.915952+0000 mgr.a (mgr.14152) 60 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.482 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:49.198787+0000 mon.a (mon.0) 141 : audit 1 from='client.? 172.21.15.79:0/908971005' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-07T17:10:02.483 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:48.916379+0000 mgr.a (mgr.14152) 61 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.483 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:49.549524+0000 mon.a (mon.0) 142 : audit 1 from='client.? 172.21.15.79:0/908971005' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-07T17:10:02.483 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:49.555091+0000 mon.a (mon.0) 143 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:10:02.483 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:50.916782+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.483 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:52.917178+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.483 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:54.458595+0000 mon.a (mon.0) 144 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.483 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:54.473571+0000 mon.a (mon.0) 145 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:02.483 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:54.449152+0000 mgr.a (mgr.14152) 64 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi079:172.21.15.79=a;smithi135:172.21.15.135=b;smithi194:172.21.15.194=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:02.483 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cephadm 2023-12-07T17:09:54.455042+0000 mgr.a (mgr.14152) 65 : cephadm 1 Saving service mon spec with placement smithi079:172.21.15.79=a;smithi135:172.21.15.135=b;smithi194:172.21.15.194=c;count:3 2023-12-07T17:10:02.483 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:55.094218+0000 mon.a (mon.0) 146 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:02.483 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:55.095927+0000 mon.a (mon.0) 147 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:02.483 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:55.103527+0000 mon.a (mon.0) 148 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.483 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:55.105922+0000 mon.a (mon.0) 149 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:10:02.483 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:09:55.107018+0000 mon.a (mon.0) 150 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:02.484 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:54.917586+0000 mgr.a (mgr.14152) 66 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.484 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cephadm 2023-12-07T17:09:55.108294+0000 mgr.a (mgr.14152) 67 : cephadm 1 Deploying daemon mon.c on smithi194 2023-12-07T17:10:02.484 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:56.917997+0000 mgr.a (mgr.14152) 68 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.484 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: cluster 2023-12-07T17:09:58.918466+0000 mgr.a (mgr.14152) 69 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:02.484 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:10:00.757179+0000 mon.a (mon.0) 151 : audit 0 from='client.? 172.21.15.194:0/2279394194' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T17:10:02.484 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:10:01.188953+0000 mon.a (mon.0) 152 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.484 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:10:01.194424+0000 mon.a (mon.0) 153 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.484 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:10:01.243444+0000 mon.a (mon.0) 154 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:02.484 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:10:01.244681+0000 mon.a (mon.0) 155 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:10:02.484 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: audit 2023-12-07T17:10:01.246219+0000 mon.a (mon.0) 156 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:02.484 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:02 smithi194 bash[32038]: debug 2023-12-07T17:10:02.330+0000 7f18f5adf700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-07T17:10:02.870 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T17:10:02.870 DEBUG:teuthology.orchestra.run.smithi194:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T17:10:06.589 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T17:10:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:06 smithi135 bash[32435]: debug 2023-12-07T17:10:06.695+0000 7fd465a3e700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-07T17:10:07.732 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: audit 2023-12-07T17:10:02.344675+0000 mon.a (mon.0) 158 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:10:07.733 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: cluster 2023-12-07T17:10:02.345024+0000 mon.a (mon.0) 159 : cluster 1 mon.a calling monitor election 2023-12-07T17:10:07.733 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: audit 2023-12-07T17:10:02.364071+0000 mon.a (mon.0) 160 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:07.733 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: cluster 2023-12-07T17:10:02.919297+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:07.733 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: audit 2023-12-07T17:10:03.339950+0000 mon.a (mon.0) 161 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:07.733 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: audit 2023-12-07T17:10:04.339755+0000 mon.a (mon.0) 162 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:07.733 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: cluster 2023-12-07T17:10:04.342264+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-07T17:10:07.733 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: cluster 2023-12-07T17:10:04.919660+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:07.734 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: audit 2023-12-07T17:10:05.340154+0000 mon.a (mon.0) 163 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:07.734 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: audit 2023-12-07T17:10:06.340183+0000 mon.a (mon.0) 164 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:07.734 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: audit 2023-12-07T17:10:06.703986+0000 mon.a (mon.0) 165 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:07.734 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: audit 2023-12-07T17:10:07.340226+0000 mon.a (mon.0) 166 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:07.734 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: cluster 2023-12-07T17:10:07.384522+0000 mon.a (mon.0) 167 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T17:10:07.734 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: cluster 2023-12-07T17:10:07.389402+0000 mon.a (mon.0) 168 : cluster 0 monmap e2: 2 mons at {a=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:10:07.734 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: cluster 2023-12-07T17:10:07.407783+0000 mon.a (mon.0) 169 : cluster 0 fsmap 2023-12-07T17:10:07.734 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: cluster 2023-12-07T17:10:07.407839+0000 mon.a (mon.0) 170 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:10:07.734 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: cluster 2023-12-07T17:10:07.408121+0000 mon.a (mon.0) 171 : cluster 0 mgrmap e13: a(active, since 100s) 2023-12-07T17:10:07.735 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: cluster 2023-12-07T17:10:07.414941+0000 mon.a (mon.0) 172 : cluster 1 overall HEALTH_OK 2023-12-07T17:10:07.735 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: audit 2023-12-07T17:10:07.418075+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:07.735 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: audit 2023-12-07T17:10:07.422420+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:07.735 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: audit 2023-12-07T17:10:07.433291+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:07.735 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:07 smithi194 bash[32038]: audit 2023-12-07T17:10:07.438630+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: audit 2023-12-07T17:10:02.344675+0000 mon.a (mon.0) 158 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:10:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: cluster 2023-12-07T17:10:02.345024+0000 mon.a (mon.0) 159 : cluster 1 mon.a calling monitor election 2023-12-07T17:10:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: audit 2023-12-07T17:10:02.364071+0000 mon.a (mon.0) 160 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: cluster 2023-12-07T17:10:02.919297+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: audit 2023-12-07T17:10:03.339950+0000 mon.a (mon.0) 161 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: audit 2023-12-07T17:10:04.339755+0000 mon.a (mon.0) 162 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: cluster 2023-12-07T17:10:04.342264+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-07T17:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: cluster 2023-12-07T17:10:04.919660+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: audit 2023-12-07T17:10:05.340154+0000 mon.a (mon.0) 163 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: audit 2023-12-07T17:10:06.340183+0000 mon.a (mon.0) 164 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: audit 2023-12-07T17:10:06.703986+0000 mon.a (mon.0) 165 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: audit 2023-12-07T17:10:07.340226+0000 mon.a (mon.0) 166 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: cluster 2023-12-07T17:10:07.384522+0000 mon.a (mon.0) 167 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T17:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: cluster 2023-12-07T17:10:07.389402+0000 mon.a (mon.0) 168 : cluster 0 monmap e2: 2 mons at {a=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: cluster 2023-12-07T17:10:07.407783+0000 mon.a (mon.0) 169 : cluster 0 fsmap 2023-12-07T17:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: cluster 2023-12-07T17:10:07.407839+0000 mon.a (mon.0) 170 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: cluster 2023-12-07T17:10:07.408121+0000 mon.a (mon.0) 171 : cluster 0 mgrmap e13: a(active, since 100s) 2023-12-07T17:10:07.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: cluster 2023-12-07T17:10:07.414941+0000 mon.a (mon.0) 172 : cluster 1 overall HEALTH_OK 2023-12-07T17:10:07.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: audit 2023-12-07T17:10:07.418075+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:07.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: audit 2023-12-07T17:10:07.422420+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:07.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: audit 2023-12-07T17:10:07.433291+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:07.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:07 smithi079 bash[28699]: audit 2023-12-07T17:10:07.438630+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:08 smithi194 bash[32038]: cluster 2023-12-07T17:10:06.920080+0000 mgr.a (mgr.14152) 74 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:08 smithi194 bash[32038]: audit 2023-12-07T17:10:07.535849+0000 mon.a (mon.0) 177 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:08 smithi194 bash[32038]: audit 2023-12-07T17:10:07.703861+0000 mon.a (mon.0) 178 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:08 smithi194 bash[32038]: audit 2023-12-07T17:10:08.340447+0000 mon.a (mon.0) 179 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:08 smithi079 bash[28699]: cluster 2023-12-07T17:10:06.920080+0000 mgr.a (mgr.14152) 74 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:08 smithi079 bash[28699]: audit 2023-12-07T17:10:07.535849+0000 mon.a (mon.0) 177 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:08 smithi079 bash[28699]: audit 2023-12-07T17:10:07.703861+0000 mon.a (mon.0) 178 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:08 smithi079 bash[28699]: audit 2023-12-07T17:10:08.340447+0000 mon.a (mon.0) 179 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:14.078 INFO:teuthology.orchestra.run.smithi194.stdout: 2023-12-07T17:10:14.078 INFO:teuthology.orchestra.run.smithi194.stdout:{"epoch":3,"fsid":"ea87f9c8-9522-11ee-95a2-87774f69a715","modified":"2023-12-07T17:10:08.704661Z","created":"2023-12-07T17:07:11.423084Z","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.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:3300","nonce":0},{"type":"v1","addr":"172.21.15.194:6789","nonce":0}]},"addr":"172.21.15.194:6789/0","public_addr":"172.21.15.194:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:3300","nonce":0},{"type":"v1","addr":"172.21.15.135:6789","nonce":0}]},"addr":"172.21.15.135:6789/0","public_addr":"172.21.15.135:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-12-07T17:10:14.081 INFO:teuthology.orchestra.run.smithi194.stderr:dumped monmap epoch 3 2023-12-07T17:10:14.129 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: audit 2023-12-07T17:10:08.709417+0000 mon.a (mon.0) 181 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:10:14.129 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: cluster 2023-12-07T17:10:08.709836+0000 mon.a (mon.0) 182 : cluster 1 mon.a calling monitor election 2023-12-07T17:10:14.129 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: cluster 2023-12-07T17:10:08.710800+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-07T17:10:14.129 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: audit 2023-12-07T17:10:08.728683+0000 mon.a (mon.0) 183 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.129 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: audit 2023-12-07T17:10:08.729053+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:14.129 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: cluster 2023-12-07T17:10:08.920527+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:14.129 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: audit 2023-12-07T17:10:09.704293+0000 mon.a (mon.0) 185 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.129 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: audit 2023-12-07T17:10:10.704600+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.129 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: cluster 2023-12-07T17:10:10.706206+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2023-12-07T17:10:14.129 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: cluster 2023-12-07T17:10:10.920885+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:14.129 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: audit 2023-12-07T17:10:11.704529+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.129 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: audit 2023-12-07T17:10:12.704851+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.129 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: cluster 2023-12-07T17:10:12.921212+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:14.130 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: audit 2023-12-07T17:10:13.704659+0000 mon.a (mon.0) 189 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.130 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: cluster 2023-12-07T17:10:13.713820+0000 mon.a (mon.0) 190 : cluster 1 mon.a calling monitor election 2023-12-07T17:10:14.130 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: cluster 2023-12-07T17:10:13.752428+0000 mon.a (mon.0) 191 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T17:10:14.130 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: cluster 2023-12-07T17:10:13.758846+0000 mon.a (mon.0) 192 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],b=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],c=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:10:14.130 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: cluster 2023-12-07T17:10:13.759867+0000 mon.a (mon.0) 193 : cluster 0 fsmap 2023-12-07T17:10:14.130 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: cluster 2023-12-07T17:10:13.759927+0000 mon.a (mon.0) 194 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:10:14.130 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: cluster 2023-12-07T17:10:13.760200+0000 mon.a (mon.0) 195 : cluster 0 mgrmap e13: a(active, since 106s) 2023-12-07T17:10:14.130 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: cluster 2023-12-07T17:10:13.783982+0000 mon.a (mon.0) 196 : cluster 1 overall HEALTH_OK 2023-12-07T17:10:14.130 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: audit 2023-12-07T17:10:13.788071+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.130 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: audit 2023-12-07T17:10:13.791659+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.130 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: audit 2023-12-07T17:10:13.794698+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.130 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: audit 2023-12-07T17:10:13.797379+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.130 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:13 smithi194 bash[32038]: audit 2023-12-07T17:10:13.800108+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: audit 2023-12-07T17:10:08.709417+0000 mon.a (mon.0) 181 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:10:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: cluster 2023-12-07T17:10:08.709836+0000 mon.a (mon.0) 182 : cluster 1 mon.a calling monitor election 2023-12-07T17:10:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: cluster 2023-12-07T17:10:08.710800+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-07T17:10:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: audit 2023-12-07T17:10:08.728683+0000 mon.a (mon.0) 183 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: audit 2023-12-07T17:10:08.729053+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: cluster 2023-12-07T17:10:08.920527+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: audit 2023-12-07T17:10:09.704293+0000 mon.a (mon.0) 185 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: audit 2023-12-07T17:10:10.704600+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: cluster 2023-12-07T17:10:10.706206+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: cluster 2023-12-07T17:10:10.920885+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: audit 2023-12-07T17:10:11.704529+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: audit 2023-12-07T17:10:12.704851+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: cluster 2023-12-07T17:10:12.921212+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: audit 2023-12-07T17:10:13.704659+0000 mon.a (mon.0) 189 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: cluster 2023-12-07T17:10:13.713820+0000 mon.a (mon.0) 190 : cluster 1 mon.a calling monitor election 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: cluster 2023-12-07T17:10:13.752428+0000 mon.a (mon.0) 191 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: cluster 2023-12-07T17:10:13.758846+0000 mon.a (mon.0) 192 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],b=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],c=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: cluster 2023-12-07T17:10:13.759867+0000 mon.a (mon.0) 193 : cluster 0 fsmap 2023-12-07T17:10:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: cluster 2023-12-07T17:10:13.759927+0000 mon.a (mon.0) 194 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:10:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: cluster 2023-12-07T17:10:13.760200+0000 mon.a (mon.0) 195 : cluster 0 mgrmap e13: a(active, since 106s) 2023-12-07T17:10:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: cluster 2023-12-07T17:10:13.783982+0000 mon.a (mon.0) 196 : cluster 1 overall HEALTH_OK 2023-12-07T17:10:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: audit 2023-12-07T17:10:13.788071+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: audit 2023-12-07T17:10:13.791659+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: audit 2023-12-07T17:10:13.794698+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: audit 2023-12-07T17:10:13.797379+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:13 smithi079 bash[28699]: audit 2023-12-07T17:10:13.800108+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:02.344675+0000 mon.a (mon.0) 158 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:10:14.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:02.345024+0000 mon.a (mon.0) 159 : cluster 1 mon.a calling monitor election 2023-12-07T17:10:14.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:02.364071+0000 mon.a (mon.0) 160 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:14.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:02.919297+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:14.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:03.339950+0000 mon.a (mon.0) 161 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:04.339755+0000 mon.a (mon.0) 162 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:04.342264+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:04.919660+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:05.340154+0000 mon.a (mon.0) 163 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:06.340183+0000 mon.a (mon.0) 164 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:06.703986+0000 mon.a (mon.0) 165 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:07.340226+0000 mon.a (mon.0) 166 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:07.384522+0000 mon.a (mon.0) 167 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:07.389402+0000 mon.a (mon.0) 168 : cluster 0 monmap e2: 2 mons at {a=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:07.407783+0000 mon.a (mon.0) 169 : cluster 0 fsmap 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:07.407839+0000 mon.a (mon.0) 170 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:07.408121+0000 mon.a (mon.0) 171 : cluster 0 mgrmap e13: a(active, since 100s) 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:07.414941+0000 mon.a (mon.0) 172 : cluster 1 overall HEALTH_OK 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:07.418075+0000 mon.a (mon.0) 173 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:07.422420+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:07.433291+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:07.438630+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:06.920080+0000 mgr.a (mgr.14152) 74 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:07.535849+0000 mon.a (mon.0) 177 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:07.703861+0000 mon.a (mon.0) 178 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:08.340447+0000 mon.a (mon.0) 179 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:08.709417+0000 mon.a (mon.0) 181 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:08.709836+0000 mon.a (mon.0) 182 : cluster 1 mon.a calling monitor election 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:08.710800+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:08.728683+0000 mon.a (mon.0) 183 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:08.729053+0000 mon.a (mon.0) 184 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:08.920527+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:09.704293+0000 mon.a (mon.0) 185 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:10.704600+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:10.706206+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2023-12-07T17:10:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:10.920885+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:11.704529+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:12.704851+0000 mon.a (mon.0) 188 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:12.921212+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:13.704659+0000 mon.a (mon.0) 189 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:13.713820+0000 mon.a (mon.0) 190 : cluster 1 mon.a calling monitor election 2023-12-07T17:10:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:13.752428+0000 mon.a (mon.0) 191 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T17:10:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:13.758846+0000 mon.a (mon.0) 192 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],b=[v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0],c=[v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T17:10:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:13.759867+0000 mon.a (mon.0) 193 : cluster 0 fsmap 2023-12-07T17:10:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:13.759927+0000 mon.a (mon.0) 194 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-12-07T17:10:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:13.760200+0000 mon.a (mon.0) 195 : cluster 0 mgrmap e13: a(active, since 106s) 2023-12-07T17:10:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: cluster 2023-12-07T17:10:13.783982+0000 mon.a (mon.0) 196 : cluster 1 overall HEALTH_OK 2023-12-07T17:10:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:13.788071+0000 mon.a (mon.0) 197 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:13.791659+0000 mon.a (mon.0) 198 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:13.794698+0000 mon.a (mon.0) 199 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:13.797379+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:13 smithi135 bash[32435]: audit 2023-12-07T17:10:13.800108+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:14.925 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-07T17:10:14.926 DEBUG:teuthology.orchestra.run.smithi079:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-07T17:10:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:14 smithi079 bash[28699]: audit 2023-12-07T17:10:14.078524+0000 mon.a (mon.0) 202 : audit 0 from='client.? 172.21.15.194:0/2265063652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T17:10:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:14 smithi079 bash[28699]: audit 2023-12-07T17:10:14.423099+0000 mon.a (mon.0) 203 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:14 smithi079 bash[28699]: audit 2023-12-07T17:10:14.424976+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:14 smithi079 bash[28699]: cephadm 2023-12-07T17:10:14.427332+0000 mgr.a (mgr.14152) 78 : cephadm 1 Updating smithi079:/etc/ceph/ceph.conf 2023-12-07T17:10:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:14 smithi079 bash[28699]: cephadm 2023-12-07T17:10:14.427980+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi135:/etc/ceph/ceph.conf 2023-12-07T17:10:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:14 smithi079 bash[28699]: cephadm 2023-12-07T17:10:14.428283+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2023-12-07T17:10:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:14 smithi079 bash[28699]: audit 2023-12-07T17:10:14.704611+0000 mon.a (mon.0) 205 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:15.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:14 smithi194 bash[32038]: audit 2023-12-07T17:10:14.078524+0000 mon.a (mon.0) 202 : audit 0 from='client.? 172.21.15.194:0/2265063652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T17:10:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:14 smithi194 bash[32038]: audit 2023-12-07T17:10:14.423099+0000 mon.a (mon.0) 203 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:14 smithi194 bash[32038]: audit 2023-12-07T17:10:14.424976+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:14 smithi194 bash[32038]: cephadm 2023-12-07T17:10:14.427332+0000 mgr.a (mgr.14152) 78 : cephadm 1 Updating smithi079:/etc/ceph/ceph.conf 2023-12-07T17:10:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:14 smithi194 bash[32038]: cephadm 2023-12-07T17:10:14.427980+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi135:/etc/ceph/ceph.conf 2023-12-07T17:10:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:14 smithi194 bash[32038]: cephadm 2023-12-07T17:10:14.428283+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2023-12-07T17:10:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:14 smithi194 bash[32038]: audit 2023-12-07T17:10:14.704611+0000 mon.a (mon.0) 205 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:14 smithi135 bash[32435]: audit 2023-12-07T17:10:14.078524+0000 mon.a (mon.0) 202 : audit 0 from='client.? 172.21.15.194:0/2265063652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T17:10:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:14 smithi135 bash[32435]: audit 2023-12-07T17:10:14.423099+0000 mon.a (mon.0) 203 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:14 smithi135 bash[32435]: audit 2023-12-07T17:10:14.424976+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:14 smithi135 bash[32435]: cephadm 2023-12-07T17:10:14.427332+0000 mgr.a (mgr.14152) 78 : cephadm 1 Updating smithi079:/etc/ceph/ceph.conf 2023-12-07T17:10:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:14 smithi135 bash[32435]: cephadm 2023-12-07T17:10:14.427980+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi135:/etc/ceph/ceph.conf 2023-12-07T17:10:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:14 smithi135 bash[32435]: cephadm 2023-12-07T17:10:14.428283+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2023-12-07T17:10:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:14 smithi135 bash[32435]: audit 2023-12-07T17:10:14.704611+0000 mon.a (mon.0) 205 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:10:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: cephadm 2023-12-07T17:10:14.643143+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi135:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:10:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: cephadm 2023-12-07T17:10:14.644696+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi079:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:10:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: cephadm 2023-12-07T17:10:14.745146+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi194:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:10:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: audit 2023-12-07T17:10:14.915454+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: audit 2023-12-07T17:10:14.920137+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: cluster 2023-12-07T17:10:14.921537+0000 mgr.a (mgr.14152) 84 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: audit 2023-12-07T17:10:14.923881+0000 mon.a (mon.0) 208 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: audit 2023-12-07T17:10:14.929809+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: audit 2023-12-07T17:10:14.932989+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: audit 2023-12-07T17:10:14.936388+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: audit 2023-12-07T17:10:14.940930+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: audit 2023-12-07T17:10:15.043828+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: audit 2023-12-07T17:10:15.048376+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: audit 2023-12-07T17:10:15.051365+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: audit 2023-12-07T17:10:15.053954+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: cephadm 2023-12-07T17:10:15.054362+0000 mgr.a (mgr.14152) 85 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2023-12-07T17:10:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: audit 2023-12-07T17:10:15.054754+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:10:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: audit 2023-12-07T17:10:15.055753+0000 mon.a (mon.0) 218 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:10:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: audit 2023-12-07T17:10:15.056633+0000 mon.a (mon.0) 219 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:15 smithi194 bash[32038]: cephadm 2023-12-07T17:10:15.057855+0000 mgr.a (mgr.14152) 86 : cephadm 1 Reconfiguring daemon mon.a on smithi079 2023-12-07T17:10:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: cephadm 2023-12-07T17:10:14.643143+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi135:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:10:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: cephadm 2023-12-07T17:10:14.644696+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi079:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:10:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: cephadm 2023-12-07T17:10:14.745146+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi194:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:10:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: audit 2023-12-07T17:10:14.915454+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: audit 2023-12-07T17:10:14.920137+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: cluster 2023-12-07T17:10:14.921537+0000 mgr.a (mgr.14152) 84 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: audit 2023-12-07T17:10:14.923881+0000 mon.a (mon.0) 208 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: audit 2023-12-07T17:10:14.929809+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: audit 2023-12-07T17:10:14.932989+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: audit 2023-12-07T17:10:14.936388+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: audit 2023-12-07T17:10:14.940930+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: audit 2023-12-07T17:10:15.043828+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: audit 2023-12-07T17:10:15.048376+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: audit 2023-12-07T17:10:15.051365+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: audit 2023-12-07T17:10:15.053954+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: cephadm 2023-12-07T17:10:15.054362+0000 mgr.a (mgr.14152) 85 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2023-12-07T17:10:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: audit 2023-12-07T17:10:15.054754+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:10:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: audit 2023-12-07T17:10:15.055753+0000 mon.a (mon.0) 218 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:10:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: audit 2023-12-07T17:10:15.056633+0000 mon.a (mon.0) 219 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:15 smithi135 bash[32435]: cephadm 2023-12-07T17:10:15.057855+0000 mgr.a (mgr.14152) 86 : cephadm 1 Reconfiguring daemon mon.a on smithi079 2023-12-07T17:10:16.344 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: cephadm 2023-12-07T17:10:14.643143+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi135:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:10:16.344 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: cephadm 2023-12-07T17:10:14.644696+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi079:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:10:16.344 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: cephadm 2023-12-07T17:10:14.745146+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi194:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:10:16.344 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: audit 2023-12-07T17:10:14.915454+0000 mon.a (mon.0) 206 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.344 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: audit 2023-12-07T17:10:14.920137+0000 mon.a (mon.0) 207 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.344 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: cluster 2023-12-07T17:10:14.921537+0000 mgr.a (mgr.14152) 84 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:16.344 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: audit 2023-12-07T17:10:14.923881+0000 mon.a (mon.0) 208 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.344 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: audit 2023-12-07T17:10:14.929809+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.344 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: audit 2023-12-07T17:10:14.932989+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.345 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: audit 2023-12-07T17:10:14.936388+0000 mon.a (mon.0) 211 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.345 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: audit 2023-12-07T17:10:14.940930+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.345 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: audit 2023-12-07T17:10:15.043828+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.345 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: audit 2023-12-07T17:10:15.048376+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.345 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: audit 2023-12-07T17:10:15.051365+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.345 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: audit 2023-12-07T17:10:15.053954+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:16.345 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: cephadm 2023-12-07T17:10:15.054362+0000 mgr.a (mgr.14152) 85 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2023-12-07T17:10:16.345 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: audit 2023-12-07T17:10:15.054754+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:10:16.345 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: audit 2023-12-07T17:10:15.055753+0000 mon.a (mon.0) 218 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:10:16.345 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: audit 2023-12-07T17:10:15.056633+0000 mon.a (mon.0) 219 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:16.345 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:15 smithi079 bash[28699]: cephadm 2023-12-07T17:10:15.057855+0000 mgr.a (mgr.14152) 86 : cephadm 1 Reconfiguring daemon mon.a on smithi079 2023-12-07T17:10:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:18 smithi194 bash[32038]: cluster 2023-12-07T17:10:16.921910+0000 mgr.a (mgr.14152) 87 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:18 smithi194 bash[32038]: audit 2023-12-07T17:10:17.196608+0000 mon.a (mon.0) 220 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:18 smithi194 bash[32038]: audit 2023-12-07T17:10:17.202036+0000 mon.a (mon.0) 221 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:18 smithi194 bash[32038]: cephadm 2023-12-07T17:10:17.227389+0000 mgr.a (mgr.14152) 88 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-07T17:10:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:18 smithi194 bash[32038]: audit 2023-12-07T17:10:17.227985+0000 mon.a (mon.0) 222 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:10:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:18 smithi194 bash[32038]: audit 2023-12-07T17:10:17.229654+0000 mon.a (mon.0) 223 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:10:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:18 smithi194 bash[32038]: audit 2023-12-07T17:10:17.231243+0000 mon.a (mon.0) 224 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:18 smithi194 bash[32038]: cephadm 2023-12-07T17:10:17.233144+0000 mgr.a (mgr.14152) 89 : cephadm 1 Reconfiguring daemon mon.b on smithi135 2023-12-07T17:10:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:18 smithi135 bash[32435]: cluster 2023-12-07T17:10:16.921910+0000 mgr.a (mgr.14152) 87 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:18 smithi135 bash[32435]: audit 2023-12-07T17:10:17.196608+0000 mon.a (mon.0) 220 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:18 smithi135 bash[32435]: audit 2023-12-07T17:10:17.202036+0000 mon.a (mon.0) 221 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:18 smithi135 bash[32435]: cephadm 2023-12-07T17:10:17.227389+0000 mgr.a (mgr.14152) 88 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-07T17:10:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:18 smithi135 bash[32435]: audit 2023-12-07T17:10:17.227985+0000 mon.a (mon.0) 222 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:10:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:18 smithi135 bash[32435]: audit 2023-12-07T17:10:17.229654+0000 mon.a (mon.0) 223 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:10:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:18 smithi135 bash[32435]: audit 2023-12-07T17:10:17.231243+0000 mon.a (mon.0) 224 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:18 smithi135 bash[32435]: cephadm 2023-12-07T17:10:17.233144+0000 mgr.a (mgr.14152) 89 : cephadm 1 Reconfiguring daemon mon.b on smithi135 2023-12-07T17:10:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:18 smithi079 bash[28699]: cluster 2023-12-07T17:10:16.921910+0000 mgr.a (mgr.14152) 87 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:18 smithi079 bash[28699]: audit 2023-12-07T17:10:17.196608+0000 mon.a (mon.0) 220 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:18 smithi079 bash[28699]: audit 2023-12-07T17:10:17.202036+0000 mon.a (mon.0) 221 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:18 smithi079 bash[28699]: cephadm 2023-12-07T17:10:17.227389+0000 mgr.a (mgr.14152) 88 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-07T17:10:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:18 smithi079 bash[28699]: audit 2023-12-07T17:10:17.227985+0000 mon.a (mon.0) 222 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:10:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:18 smithi079 bash[28699]: audit 2023-12-07T17:10:17.229654+0000 mon.a (mon.0) 223 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:10:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:18 smithi079 bash[28699]: audit 2023-12-07T17:10:17.231243+0000 mon.a (mon.0) 224 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:18 smithi079 bash[28699]: cephadm 2023-12-07T17:10:17.233144+0000 mgr.a (mgr.14152) 89 : cephadm 1 Reconfiguring daemon mon.b on smithi135 2023-12-07T17:10:19.643 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:10:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:20 smithi079 bash[28699]: cluster 2023-12-07T17:10:18.922299+0000 mgr.a (mgr.14152) 90 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:20 smithi079 bash[28699]: audit 2023-12-07T17:10:19.398402+0000 mon.a (mon.0) 225 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:20 smithi079 bash[28699]: audit 2023-12-07T17:10:19.403369+0000 mon.a (mon.0) 226 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:20 smithi079 bash[28699]: cephadm 2023-12-07T17:10:19.452632+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-07T17:10:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:20 smithi079 bash[28699]: audit 2023-12-07T17:10:19.453217+0000 mon.a (mon.0) 227 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:10:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:20 smithi079 bash[28699]: audit 2023-12-07T17:10:19.454924+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:10:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:20 smithi079 bash[28699]: audit 2023-12-07T17:10:19.456492+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:20 smithi079 bash[28699]: cephadm 2023-12-07T17:10:19.458378+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring daemon mon.c on smithi194 2023-12-07T17:10:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:20 smithi194 bash[32038]: cluster 2023-12-07T17:10:18.922299+0000 mgr.a (mgr.14152) 90 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:20 smithi194 bash[32038]: audit 2023-12-07T17:10:19.398402+0000 mon.a (mon.0) 225 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:20 smithi194 bash[32038]: audit 2023-12-07T17:10:19.403369+0000 mon.a (mon.0) 226 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:20 smithi194 bash[32038]: cephadm 2023-12-07T17:10:19.452632+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-07T17:10:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:20 smithi194 bash[32038]: audit 2023-12-07T17:10:19.453217+0000 mon.a (mon.0) 227 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:10:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:20 smithi194 bash[32038]: audit 2023-12-07T17:10:19.454924+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:10:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:20 smithi194 bash[32038]: audit 2023-12-07T17:10:19.456492+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:20 smithi194 bash[32038]: cephadm 2023-12-07T17:10:19.458378+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring daemon mon.c on smithi194 2023-12-07T17:10:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:20 smithi135 bash[32435]: cluster 2023-12-07T17:10:18.922299+0000 mgr.a (mgr.14152) 90 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:20 smithi135 bash[32435]: audit 2023-12-07T17:10:19.398402+0000 mon.a (mon.0) 225 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:20 smithi135 bash[32435]: audit 2023-12-07T17:10:19.403369+0000 mon.a (mon.0) 226 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:20 smithi135 bash[32435]: cephadm 2023-12-07T17:10:19.452632+0000 mgr.a (mgr.14152) 91 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-07T17:10:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:20 smithi135 bash[32435]: audit 2023-12-07T17:10:19.453217+0000 mon.a (mon.0) 227 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T17:10:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:20 smithi135 bash[32435]: audit 2023-12-07T17:10:19.454924+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T17:10:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:20 smithi135 bash[32435]: audit 2023-12-07T17:10:19.456492+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:20 smithi135 bash[32435]: cephadm 2023-12-07T17:10:19.458378+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring daemon mon.c on smithi194 2023-12-07T17:10:22.432 INFO:teuthology.orchestra.run.smithi079.stdout:# minimal ceph.conf for ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:10:22.432 INFO:teuthology.orchestra.run.smithi079.stdout:[global] 2023-12-07T17:10:22.433 INFO:teuthology.orchestra.run.smithi079.stdout: fsid = ea87f9c8-9522-11ee-95a2-87774f69a715 2023-12-07T17:10:22.433 INFO:teuthology.orchestra.run.smithi079.stdout: mon_host = [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] [v2:172.21.15.135:3300/0,v1:172.21.15.135:6789/0] [v2:172.21.15.194:3300/0,v1:172.21.15.194:6789/0] 2023-12-07T17:10:22.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:22 smithi079 bash[28699]: cluster 2023-12-07T17:10:20.922686+0000 mgr.a (mgr.14152) 93 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:22.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:22 smithi079 bash[28699]: audit 2023-12-07T17:10:21.544614+0000 mon.a (mon.0) 230 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:22.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:22 smithi079 bash[28699]: audit 2023-12-07T17:10:21.551654+0000 mon.a (mon.0) 231 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:22.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:22 smithi079 bash[28699]: audit 2023-12-07T17:10:21.577793+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:22.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:22 smithi079 bash[28699]: audit 2023-12-07T17:10:21.579875+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:22 smithi079 bash[28699]: audit 2023-12-07T17:10:21.580880+0000 mon.a (mon.0) 234 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:22 smithi079 bash[28699]: audit 2023-12-07T17:10:21.585963+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:22 smithi079 bash[28699]: audit 2023-12-07T17:10:22.433385+0000 mon.a (mon.0) 236 : audit 0 from='client.? 172.21.15.79:0/3571134090' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:22 smithi194 bash[32038]: cluster 2023-12-07T17:10:20.922686+0000 mgr.a (mgr.14152) 93 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:22 smithi194 bash[32038]: audit 2023-12-07T17:10:21.544614+0000 mon.a (mon.0) 230 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:22 smithi194 bash[32038]: audit 2023-12-07T17:10:21.551654+0000 mon.a (mon.0) 231 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:22 smithi194 bash[32038]: audit 2023-12-07T17:10:21.577793+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:22 smithi194 bash[32038]: audit 2023-12-07T17:10:21.579875+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:22 smithi194 bash[32038]: audit 2023-12-07T17:10:21.580880+0000 mon.a (mon.0) 234 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:22 smithi194 bash[32038]: audit 2023-12-07T17:10:21.585963+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:22 smithi194 bash[32038]: audit 2023-12-07T17:10:22.433385+0000 mon.a (mon.0) 236 : audit 0 from='client.? 172.21.15.79:0/3571134090' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:22.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:22 smithi135 bash[32435]: cluster 2023-12-07T17:10:20.922686+0000 mgr.a (mgr.14152) 93 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:22 smithi135 bash[32435]: audit 2023-12-07T17:10:21.544614+0000 mon.a (mon.0) 230 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:22 smithi135 bash[32435]: audit 2023-12-07T17:10:21.551654+0000 mon.a (mon.0) 231 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:22 smithi135 bash[32435]: audit 2023-12-07T17:10:21.577793+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:22 smithi135 bash[32435]: audit 2023-12-07T17:10:21.579875+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:22 smithi135 bash[32435]: audit 2023-12-07T17:10:21.580880+0000 mon.a (mon.0) 234 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:22 smithi135 bash[32435]: audit 2023-12-07T17:10:21.585963+0000 mon.a (mon.0) 235 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:22 smithi135 bash[32435]: audit 2023-12-07T17:10:22.433385+0000 mon.a (mon.0) 236 : audit 0 from='client.? 172.21.15.79:0/3571134090' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:23.143 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-07T17:10:23.143 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T17:10:23.143 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T17:10:23.160 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T17:10:23.160 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:10:23.217 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-12-07T17:10:23.217 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T17:10:23.235 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-12-07T17:10:23.235 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:10:23.292 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-07T17:10:23.292 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T17:10:23.309 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-07T17:10:23.309 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:10:23.371 INFO:tasks.cephadm:Adding mgr.a on smithi079 2023-12-07T17:10:23.371 INFO:tasks.cephadm:Adding mgr.b on smithi135 2023-12-07T17:10:23.371 DEBUG:teuthology.orchestra.run.smithi194:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi079=a;smithi135=b' 2023-12-07T17:10:24.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:24 smithi079 bash[28699]: cluster 2023-12-07T17:10:22.923116+0000 mgr.a (mgr.14152) 94 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:24.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:24 smithi194 bash[32038]: cluster 2023-12-07T17:10:22.923116+0000 mgr.a (mgr.14152) 94 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:24.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:24 smithi135 bash[32435]: cluster 2023-12-07T17:10:22.923116+0000 mgr.a (mgr.14152) 94 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:26 smithi079 bash[28699]: cluster 2023-12-07T17:10:24.923533+0000 mgr.a (mgr.14152) 95 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:26.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:26 smithi194 bash[32038]: cluster 2023-12-07T17:10:24.923533+0000 mgr.a (mgr.14152) 95 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:26.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:26 smithi135 bash[32435]: cluster 2023-12-07T17:10:24.923533+0000 mgr.a (mgr.14152) 95 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:27.126 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T17:10:28.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:28 smithi194 bash[32038]: cluster 2023-12-07T17:10:26.923943+0000 mgr.a (mgr.14152) 96 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:28.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:28 smithi079 bash[28699]: cluster 2023-12-07T17:10:26.923943+0000 mgr.a (mgr.14152) 96 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:28.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:28 smithi135 bash[32435]: cluster 2023-12-07T17:10:26.923943+0000 mgr.a (mgr.14152) 96 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:30.071 INFO:teuthology.orchestra.run.smithi194.stdout:Scheduled mgr update... 2023-12-07T17:10:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:30 smithi194 bash[32038]: cluster 2023-12-07T17:10:28.924370+0000 mgr.a (mgr.14152) 97 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:30 smithi194 bash[32038]: audit 2023-12-07T17:10:30.071562+0000 mon.a (mon.0) 237 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:30 smithi194 bash[32038]: audit 2023-12-07T17:10:30.121252+0000 mon.a (mon.0) 238 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:30 smithi194 bash[32038]: audit 2023-12-07T17:10:30.124940+0000 mon.a (mon.0) 239 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:30 smithi194 bash[32038]: audit 2023-12-07T17:10:30.126524+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:30 smithi194 bash[32038]: audit 2023-12-07T17:10:30.134046+0000 mon.a (mon.0) 241 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:30 smithi194 bash[32038]: audit 2023-12-07T17:10:30.136723+0000 mon.a (mon.0) 242 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T17:10:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:30 smithi194 bash[32038]: audit 2023-12-07T17:10:30.138791+0000 mon.a (mon.0) 243 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T17:10:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:30 smithi194 bash[32038]: audit 2023-12-07T17:10:30.142102+0000 mon.a (mon.0) 244 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T17:10:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:30 smithi194 bash[32038]: audit 2023-12-07T17:10:30.143501+0000 mon.a (mon.0) 245 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:30.829 DEBUG:teuthology.orchestra.run.smithi135:mgr.b> sudo journalctl -f -n 0 -u ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@mgr.b.service 2023-12-07T17:10:30.832 INFO:tasks.cephadm:Deploying OSDs... 2023-12-07T17:10:30.832 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2023-12-07T17:10:30.832 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T17:10:30.837 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:30 smithi135 bash[32435]: cluster 2023-12-07T17:10:28.924370+0000 mgr.a (mgr.14152) 97 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:30.838 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:30 smithi135 bash[32435]: audit 2023-12-07T17:10:30.071562+0000 mon.a (mon.0) 237 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:30.838 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:30 smithi135 bash[32435]: audit 2023-12-07T17:10:30.121252+0000 mon.a (mon.0) 238 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:30.838 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:30 smithi135 bash[32435]: audit 2023-12-07T17:10:30.124940+0000 mon.a (mon.0) 239 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:30.838 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:30 smithi135 bash[32435]: audit 2023-12-07T17:10:30.126524+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:30.838 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:30 smithi135 bash[32435]: audit 2023-12-07T17:10:30.134046+0000 mon.a (mon.0) 241 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:30.838 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:30 smithi135 bash[32435]: audit 2023-12-07T17:10:30.136723+0000 mon.a (mon.0) 242 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T17:10:30.838 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:30 smithi135 bash[32435]: audit 2023-12-07T17:10:30.138791+0000 mon.a (mon.0) 243 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T17:10:30.838 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:30 smithi135 bash[32435]: audit 2023-12-07T17:10:30.142102+0000 mon.a (mon.0) 244 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T17:10:30.838 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:30 smithi135 bash[32435]: audit 2023-12-07T17:10:30.143501+0000 mon.a (mon.0) 245 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:30.840 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-07T17:10:30.840 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2023-12-07T17:10:30.888 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T17:10:30.889 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:10:30.889 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 495 Links: 1 2023-12-07T17:10:30.889 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:10:30.889 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-07 17:01:39.033020385 +0000 2023-12-07T17:10:30.889 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-07 17:01:38.673028916 +0000 2023-12-07T17:10:30.889 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-07 17:01:38.673028916 +0000 2023-12-07T17:10:30.889 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-07T17:10:30.889 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T17:10:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:30 smithi079 bash[28699]: cluster 2023-12-07T17:10:28.924370+0000 mgr.a (mgr.14152) 97 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:30 smithi079 bash[28699]: audit 2023-12-07T17:10:30.071562+0000 mon.a (mon.0) 237 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:30 smithi079 bash[28699]: audit 2023-12-07T17:10:30.121252+0000 mon.a (mon.0) 238 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:30 smithi079 bash[28699]: audit 2023-12-07T17:10:30.124940+0000 mon.a (mon.0) 239 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:30 smithi079 bash[28699]: audit 2023-12-07T17:10:30.126524+0000 mon.a (mon.0) 240 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:30 smithi079 bash[28699]: audit 2023-12-07T17:10:30.134046+0000 mon.a (mon.0) 241 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:30 smithi079 bash[28699]: audit 2023-12-07T17:10:30.136723+0000 mon.a (mon.0) 242 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T17:10:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:30 smithi079 bash[28699]: audit 2023-12-07T17:10:30.138791+0000 mon.a (mon.0) 243 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T17:10:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:30 smithi079 bash[28699]: audit 2023-12-07T17:10:30.142102+0000 mon.a (mon.0) 244 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T17:10:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:30 smithi079 bash[28699]: audit 2023-12-07T17:10:30.143501+0000 mon.a (mon.0) 245 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:30.905 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-07T17:10:30.905 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-07T17:10:30.905 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000412648 s, 1.2 MB/s 2023-12-07T17:10:30.906 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T17:10:30.958 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2023-12-07T17:10:31.008 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T17:10:31.008 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:10:31.008 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 500 Links: 1 2023-12-07T17:10:31.009 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:10:31.009 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-07 17:01:39.253015173 +0000 2023-12-07T17:10:31.009 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-07 17:01:39.249015268 +0000 2023-12-07T17:10:31.009 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-07 17:01:39.249015268 +0000 2023-12-07T17:10:31.009 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-07T17:10:31.009 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T17:10:31.064 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-07T17:10:31.064 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-07T17:10:31.064 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000375564 s, 1.4 MB/s 2023-12-07T17:10:31.065 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T17:10:31.118 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2023-12-07T17:10:31.168 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T17:10:31.168 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:10:31.169 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 507 Links: 1 2023-12-07T17:10:31.169 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:10:31.169 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-07 17:01:40.180993187 +0000 2023-12-07T17:10:31.169 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-07 17:01:39.817001811 +0000 2023-12-07T17:10:31.169 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-07 17:01:39.817001811 +0000 2023-12-07T17:10:31.169 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-07T17:10:31.169 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T17:10:31.224 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-07T17:10:31.224 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-07T17:10:31.224 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000402678 s, 1.3 MB/s 2023-12-07T17:10:31.225 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T17:10:31.278 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2023-12-07T17:10:31.328 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T17:10:31.329 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:10:31.329 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 5h/5d Inode: 512 Links: 1 2023-12-07T17:10:31.329 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:10:31.329 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2023-12-07 17:01:40.808978310 +0000 2023-12-07T17:10:31.329 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2023-12-07 17:01:40.392988166 +0000 2023-12-07T17:10:31.329 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2023-12-07 17:01:40.392988166 +0000 2023-12-07T17:10:31.329 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2023-12-07T17:10:31.329 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T17:10:31.381 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2023-12-07T17:10:31.381 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2023-12-07T17:10:31.382 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000374541 s, 1.4 MB/s 2023-12-07T17:10:31.383 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T17:10:31.434 DEBUG:teuthology.orchestra.run.smithi135:> set -ex 2023-12-07T17:10:31.434 DEBUG:teuthology.orchestra.run.smithi135:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T17:10:31.442 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-07T17:10:31.442 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_1 2023-12-07T17:10:31.492 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T17:10:31.492 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:10:31.492 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 5h/5d Inode: 490 Links: 1 2023-12-07T17:10:31.492 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:10:31.492 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-12-07 17:01:40.486111054 +0000 2023-12-07T17:10:31.492 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-12-07 17:01:40.038121759 +0000 2023-12-07T17:10:31.492 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-12-07 17:01:40.038121759 +0000 2023-12-07T17:10:31.492 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-12-07T17:10:31.493 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T17:10:31.550 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-12-07T17:10:31.550 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-12-07T17:10:31.551 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000405965 s, 1.3 MB/s 2023-12-07T17:10:31.551 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T17:10:31.601 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_2 2023-12-07T17:10:31.656 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T17:10:31.656 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:10:31.656 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 5h/5d Inode: 497 Links: 1 2023-12-07T17:10:31.656 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:10:31.656 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-12-07 17:01:41.102096334 +0000 2023-12-07T17:10:31.656 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-12-07 17:01:40.702105892 +0000 2023-12-07T17:10:31.656 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-12-07 17:01:40.702105892 +0000 2023-12-07T17:10:31.656 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-12-07T17:10:31.657 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T17:10:31.714 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-12-07T17:10:31.714 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-12-07T17:10:31.714 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000400466 s, 1.3 MB/s 2023-12-07T17:10:31.715 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T17:10:31.765 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_3 2023-12-07T17:10:31.806 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:31 smithi135 bash[32435]: audit 2023-12-07T17:10:30.061845+0000 mgr.a (mgr.14152) 98 : audit 0 from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi079=a;smithi135=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:31.806 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:31 smithi135 bash[32435]: cephadm 2023-12-07T17:10:30.065486+0000 mgr.a (mgr.14152) 99 : cephadm 1 Saving service mgr spec with placement smithi079=a;smithi135=b;count:2 2023-12-07T17:10:31.806 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:31 smithi135 bash[32435]: cephadm 2023-12-07T17:10:30.145082+0000 mgr.a (mgr.14152) 100 : cephadm 1 Deploying daemon mgr.b on smithi135 2023-12-07T17:10:31.813 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T17:10:31.813 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:10:31.813 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 5h/5d Inode: 501 Links: 1 2023-12-07T17:10:31.813 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:10:31.813 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-12-07 17:01:41.822079129 +0000 2023-12-07T17:10:31.813 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-12-07 17:01:41.322091077 +0000 2023-12-07T17:10:31.813 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-12-07 17:01:41.322091077 +0000 2023-12-07T17:10:31.813 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-12-07T17:10:31.813 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T17:10:31.844 INFO:journalctl@ceph.mgr.b.smithi135.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T17:10:31.854 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-12-07T17:10:31.854 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-12-07T17:10:31.854 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000385483 s, 1.3 MB/s 2023-12-07T17:10:31.855 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T17:10:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:31 smithi079 bash[28699]: audit 2023-12-07T17:10:30.061845+0000 mgr.a (mgr.14152) 98 : audit 0 from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi079=a;smithi135=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:31 smithi079 bash[28699]: cephadm 2023-12-07T17:10:30.065486+0000 mgr.a (mgr.14152) 99 : cephadm 1 Saving service mgr spec with placement smithi079=a;smithi135=b;count:2 2023-12-07T17:10:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:31 smithi079 bash[28699]: cephadm 2023-12-07T17:10:30.145082+0000 mgr.a (mgr.14152) 100 : cephadm 1 Deploying daemon mgr.b on smithi135 2023-12-07T17:10:31.904 DEBUG:teuthology.orchestra.run.smithi135:> stat /dev/vg_nvme/lv_4 2023-12-07T17:10:31.952 INFO:teuthology.orchestra.run.smithi135.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T17:10:31.952 INFO:teuthology.orchestra.run.smithi135.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:10:31.952 INFO:teuthology.orchestra.run.smithi135.stdout:Device: 5h/5d Inode: 509 Links: 1 2023-12-07T17:10:31.952 INFO:teuthology.orchestra.run.smithi135.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:10:31.952 INFO:teuthology.orchestra.run.smithi135.stdout:Access: 2023-12-07 17:01:42.422064794 +0000 2023-12-07T17:10:31.952 INFO:teuthology.orchestra.run.smithi135.stdout:Modify: 2023-12-07 17:01:42.030074160 +0000 2023-12-07T17:10:31.952 INFO:teuthology.orchestra.run.smithi135.stdout:Change: 2023-12-07 17:01:42.030074160 +0000 2023-12-07T17:10:31.952 INFO:teuthology.orchestra.run.smithi135.stdout: Birth: - 2023-12-07T17:10:31.952 DEBUG:teuthology.orchestra.run.smithi135:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T17:10:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:31 smithi194 bash[32038]: audit 2023-12-07T17:10:30.061845+0000 mgr.a (mgr.14152) 98 : audit 0 from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi079=a;smithi135=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:31 smithi194 bash[32038]: cephadm 2023-12-07T17:10:30.065486+0000 mgr.a (mgr.14152) 99 : cephadm 1 Saving service mgr spec with placement smithi079=a;smithi135=b;count:2 2023-12-07T17:10:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:31 smithi194 bash[32038]: cephadm 2023-12-07T17:10:30.145082+0000 mgr.a (mgr.14152) 100 : cephadm 1 Deploying daemon mgr.b on smithi135 2023-12-07T17:10:32.007 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records in 2023-12-07T17:10:32.008 INFO:teuthology.orchestra.run.smithi135.stderr:1+0 records out 2023-12-07T17:10:32.008 INFO:teuthology.orchestra.run.smithi135.stderr:512 bytes copied, 0.000441191 s, 1.2 MB/s 2023-12-07T17:10:32.008 DEBUG:teuthology.orchestra.run.smithi135:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T17:10:32.061 DEBUG:teuthology.orchestra.run.smithi194:> set -ex 2023-12-07T17:10:32.061 DEBUG:teuthology.orchestra.run.smithi194:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T17:10:32.069 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-07T17:10:32.069 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_1 2023-12-07T17:10:32.120 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T17:10:32.120 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:10:32.121 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 491 Links: 1 2023-12-07T17:10:32.121 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:10:32.121 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-07 17:01:38.841392702 +0000 2023-12-07T17:10:32.121 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-07 17:01:38.837392794 +0000 2023-12-07T17:10:32.121 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-07 17:01:38.837392794 +0000 2023-12-07T17:10:32.121 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-07T17:10:32.121 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T17:10:32.173 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-07T17:10:32.174 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-07T17:10:32.174 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000418011 s, 1.2 MB/s 2023-12-07T17:10:32.175 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T17:10:32.226 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_2 2023-12-07T17:10:32.276 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T17:10:32.276 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:10:32.276 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 496 Links: 1 2023-12-07T17:10:32.276 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:10:32.276 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-07 17:01:39.901368257 +0000 2023-12-07T17:10:32.276 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-07 17:01:39.473378128 +0000 2023-12-07T17:10:32.277 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-07 17:01:39.473378128 +0000 2023-12-07T17:10:32.277 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-07T17:10:32.277 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T17:10:32.331 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-07T17:10:32.331 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-07T17:10:32.331 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000403207 s, 1.3 MB/s 2023-12-07T17:10:32.333 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T17:10:32.386 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_3 2023-12-07T17:10:32.436 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T17:10:32.436 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:10:32.436 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 501 Links: 1 2023-12-07T17:10:32.436 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:10:32.436 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-07 17:01:40.117363276 +0000 2023-12-07T17:10:32.436 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-07 17:01:40.113363369 +0000 2023-12-07T17:10:32.436 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-07 17:01:40.113363369 +0000 2023-12-07T17:10:32.436 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-07T17:10:32.437 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T17:10:32.491 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-07T17:10:32.491 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-07T17:10:32.491 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000405754 s, 1.3 MB/s 2023-12-07T17:10:32.492 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T17:10:32.546 DEBUG:teuthology.orchestra.run.smithi194:> stat /dev/vg_nvme/lv_4 2023-12-07T17:10:32.596 INFO:teuthology.orchestra.run.smithi194.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T17:10:32.596 INFO:teuthology.orchestra.run.smithi194.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T17:10:32.596 INFO:teuthology.orchestra.run.smithi194.stdout:Device: 5h/5d Inode: 510 Links: 1 2023-12-07T17:10:32.596 INFO:teuthology.orchestra.run.smithi194.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T17:10:32.596 INFO:teuthology.orchestra.run.smithi194.stdout:Access: 2023-12-07 17:01:41.177338831 +0000 2023-12-07T17:10:32.596 INFO:teuthology.orchestra.run.smithi194.stdout:Modify: 2023-12-07 17:01:40.741348886 +0000 2023-12-07T17:10:32.597 INFO:teuthology.orchestra.run.smithi194.stdout:Change: 2023-12-07 17:01:40.741348886 +0000 2023-12-07T17:10:32.597 INFO:teuthology.orchestra.run.smithi194.stdout: Birth: - 2023-12-07T17:10:32.597 DEBUG:teuthology.orchestra.run.smithi194:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T17:10:32.651 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records in 2023-12-07T17:10:32.652 INFO:teuthology.orchestra.run.smithi194.stderr:1+0 records out 2023-12-07T17:10:32.652 INFO:teuthology.orchestra.run.smithi194.stderr:512 bytes copied, 0.000421808 s, 1.2 MB/s 2023-12-07T17:10:32.653 DEBUG:teuthology.orchestra.run.smithi194:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T17:10:32.706 INFO:tasks.cephadm:Deploying osd.0 on smithi079 with /dev/vg_nvme/lv_4... 2023-12-07T17:10:32.706 DEBUG:teuthology.orchestra.run.smithi079:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T17:10:32.870 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:32 smithi135 bash[32435]: cluster 2023-12-07T17:10:30.924832+0000 mgr.a (mgr.14152) 101 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:32.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:32 smithi079 bash[28699]: cluster 2023-12-07T17:10:30.924832+0000 mgr.a (mgr.14152) 101 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:32.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:32 smithi194 bash[32038]: cluster 2023-12-07T17:10:30.924832+0000 mgr.a (mgr.14152) 101 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:33.145 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:33 smithi135 systemd[1]: Started Ceph mgr.b for ea87f9c8-9522-11ee-95a2-87774f69a715. 2023-12-07T17:10:34.172 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:34 smithi135 bash[32435]: cluster 2023-12-07T17:10:32.925261+0000 mgr.a (mgr.14152) 102 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:34.172 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:34 smithi135 bash[32435]: audit 2023-12-07T17:10:33.136911+0000 mon.a (mon.0) 246 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:34.172 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:34 smithi135 bash[32435]: audit 2023-12-07T17:10:33.142964+0000 mon.a (mon.0) 247 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:34.172 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:34 smithi135 bash[32435]: audit 2023-12-07T17:10:33.173306+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:34.172 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:34 smithi135 bash[32435]: audit 2023-12-07T17:10:33.178356+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:34.173 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:34 smithi135 bash[32435]: audit 2023-12-07T17:10:33.276819+0000 mon.a (mon.0) 250 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:34.173 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:34 smithi135 bash[32435]: audit 2023-12-07T17:10:33.801749+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:34.173 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:34 smithi135 bash[32975]: debug 2023-12-07T17:10:34.006+0000 7f7215a93700 1 -- 172.21.15.135:0/386934128 <== mon.2 v2:172.21.15.135:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55914687e1a0 con 0x5591475fe800 2023-12-07T17:10:34.173 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:34 smithi135 bash[32975]: debug 2023-12-07T17:10:34.166+0000 7f721fc43200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T17:10:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:34 smithi079 bash[28699]: cluster 2023-12-07T17:10:32.925261+0000 mgr.a (mgr.14152) 102 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:34 smithi079 bash[28699]: audit 2023-12-07T17:10:33.136911+0000 mon.a (mon.0) 246 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:34 smithi079 bash[28699]: audit 2023-12-07T17:10:33.142964+0000 mon.a (mon.0) 247 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:34 smithi079 bash[28699]: audit 2023-12-07T17:10:33.173306+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:34 smithi079 bash[28699]: audit 2023-12-07T17:10:33.178356+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:34 smithi079 bash[28699]: audit 2023-12-07T17:10:33.276819+0000 mon.a (mon.0) 250 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:34 smithi079 bash[28699]: audit 2023-12-07T17:10:33.801749+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:34 smithi194 bash[32038]: cluster 2023-12-07T17:10:32.925261+0000 mgr.a (mgr.14152) 102 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:34 smithi194 bash[32038]: audit 2023-12-07T17:10:33.136911+0000 mon.a (mon.0) 246 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:34 smithi194 bash[32038]: audit 2023-12-07T17:10:33.142964+0000 mon.a (mon.0) 247 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:34 smithi194 bash[32038]: audit 2023-12-07T17:10:33.173306+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:34 smithi194 bash[32038]: audit 2023-12-07T17:10:33.178356+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:34 smithi194 bash[32038]: audit 2023-12-07T17:10:33.276819+0000 mon.a (mon.0) 250 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:34 smithi194 bash[32038]: audit 2023-12-07T17:10:33.801749+0000 mon.a (mon.0) 251 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:35.457 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:35 smithi135 bash[32975]: debug 2023-12-07T17:10:35.082+0000 7f721fc43200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T17:10:35.457 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:35 smithi135 bash[32975]: debug 2023-12-07T17:10:35.182+0000 7f721fc43200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T17:10:35.457 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:35 smithi135 bash[32975]: debug 2023-12-07T17:10:35.282+0000 7f721fc43200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T17:10:35.915 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:35 smithi135 bash[32975]: debug 2023-12-07T17:10:35.550+0000 7f721fc43200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:10:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:36 smithi135 bash[32435]: cluster 2023-12-07T17:10:34.925692+0000 mgr.a (mgr.14152) 103 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:36.207 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:35 smithi135 bash[32975]: debug 2023-12-07T17:10:35.910+0000 7f721fc43200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T17:10:36.207 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:36 smithi135 bash[32975]: debug 2023-12-07T17:10:36.066+0000 7f721fc43200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T17:10:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:36 smithi079 bash[28699]: cluster 2023-12-07T17:10:34.925692+0000 mgr.a (mgr.14152) 103 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:36 smithi194 bash[32038]: cluster 2023-12-07T17:10:34.925692+0000 mgr.a (mgr.14152) 103 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:36.706 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:36 smithi135 bash[32975]: debug 2023-12-07T17:10:36.282+0000 7f721fc43200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T17:10:37.425 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:10:37.707 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:37 smithi135 bash[32975]: debug 2023-12-07T17:10:37.290+0000 7f721fc43200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T17:10:37.707 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:37 smithi135 bash[32975]: debug 2023-12-07T17:10:37.406+0000 7f721fc43200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T17:10:37.707 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:37 smithi135 bash[32975]: debug 2023-12-07T17:10:37.522+0000 7f721fc43200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T17:10:38.307 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:38 smithi135 bash[32975]: debug 2023-12-07T17:10:38.002+0000 7f721fc43200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T17:10:38.308 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:38 smithi135 bash[32975]: debug 2023-12-07T17:10:38.226+0000 7f721fc43200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T17:10:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:38 smithi079 bash[28699]: cluster 2023-12-07T17:10:36.926116+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:38.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:38 smithi194 bash[32038]: cluster 2023-12-07T17:10:36.926116+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:38 smithi135 bash[32435]: cluster 2023-12-07T17:10:36.926116+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:39.206 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:38 smithi135 bash[32975]: debug 2023-12-07T17:10:38.734+0000 7f721fc43200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T17:10:39.566 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:39 smithi135 bash[32975]: debug 2023-12-07T17:10:39.242+0000 7f721fc43200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:10:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:39 smithi079 bash[28699]: audit 2023-12-07T17:10:38.567272+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:39 smithi079 bash[28699]: audit 2023-12-07T17:10:38.574247+0000 mon.a (mon.0) 253 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:39 smithi079 bash[28699]: audit 2023-12-07T17:10:38.575344+0000 mon.a (mon.0) 254 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:39 smithi079 bash[28699]: audit 2023-12-07T17:10:38.576698+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:39 smithi079 bash[28699]: audit 2023-12-07T17:10:38.584556+0000 mon.a (mon.0) 256 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:39 smithi079 bash[28699]: audit 2023-12-07T17:10:38.684218+0000 mon.a (mon.0) 257 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T17:10:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:39 smithi079 bash[28699]: audit 2023-12-07T17:10:38.685887+0000 mon.a (mon.0) 258 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T17:10:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:39 smithi079 bash[28699]: audit 2023-12-07T17:10:38.687207+0000 mon.a (mon.0) 259 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:39.898 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:39 smithi135 bash[32975]: debug 2023-12-07T17:10:39.786+0000 7f721fc43200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T17:10:39.898 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:39 smithi135 bash[32435]: audit 2023-12-07T17:10:38.567272+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:39.898 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:39 smithi135 bash[32435]: audit 2023-12-07T17:10:38.574247+0000 mon.a (mon.0) 253 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:39.899 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:39 smithi135 bash[32435]: audit 2023-12-07T17:10:38.575344+0000 mon.a (mon.0) 254 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:39.899 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:39 smithi135 bash[32435]: audit 2023-12-07T17:10:38.576698+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:39.899 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:39 smithi135 bash[32435]: audit 2023-12-07T17:10:38.584556+0000 mon.a (mon.0) 256 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:39.899 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:39 smithi135 bash[32435]: audit 2023-12-07T17:10:38.684218+0000 mon.a (mon.0) 257 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T17:10:39.899 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:39 smithi135 bash[32435]: audit 2023-12-07T17:10:38.685887+0000 mon.a (mon.0) 258 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T17:10:39.899 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:39 smithi135 bash[32435]: audit 2023-12-07T17:10:38.687207+0000 mon.a (mon.0) 259 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:39.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:39 smithi194 bash[32038]: audit 2023-12-07T17:10:38.567272+0000 mon.a (mon.0) 252 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:39 smithi194 bash[32038]: audit 2023-12-07T17:10:38.574247+0000 mon.a (mon.0) 253 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:39 smithi194 bash[32038]: audit 2023-12-07T17:10:38.575344+0000 mon.a (mon.0) 254 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:39 smithi194 bash[32038]: audit 2023-12-07T17:10:38.576698+0000 mon.a (mon.0) 255 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:39 smithi194 bash[32038]: audit 2023-12-07T17:10:38.584556+0000 mon.a (mon.0) 256 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:39 smithi194 bash[32038]: audit 2023-12-07T17:10:38.684218+0000 mon.a (mon.0) 257 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T17:10:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:39 smithi194 bash[32038]: audit 2023-12-07T17:10:38.685887+0000 mon.a (mon.0) 258 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T17:10:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:39 smithi194 bash[32038]: audit 2023-12-07T17:10:38.687207+0000 mon.a (mon.0) 259 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:40.206 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:39 smithi135 bash[32975]: debug 2023-12-07T17:10:39.894+0000 7f721fc43200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T17:10:40.496 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:40 smithi135 bash[32975]: debug 2023-12-07T17:10:40.238+0000 7f721fc43200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T17:10:40.497 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:40 smithi135 bash[32975]: debug 2023-12-07T17:10:40.350+0000 7f721fc43200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T17:10:40.825 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:40 smithi079 bash[28699]: cephadm 2023-12-07T17:10:38.683496+0000 mgr.a (mgr.14152) 105 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2023-12-07T17:10:40.826 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:40 smithi079 bash[28699]: cephadm 2023-12-07T17:10:38.688820+0000 mgr.a (mgr.14152) 106 : cephadm 1 Reconfiguring daemon mgr.a on smithi079 2023-12-07T17:10:40.826 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:40 smithi079 bash[28699]: cluster 2023-12-07T17:10:38.926533+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:40.913 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:40 smithi135 bash[32435]: cephadm 2023-12-07T17:10:38.683496+0000 mgr.a (mgr.14152) 105 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2023-12-07T17:10:40.913 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:40 smithi135 bash[32435]: cephadm 2023-12-07T17:10:38.688820+0000 mgr.a (mgr.14152) 106 : cephadm 1 Reconfiguring daemon mgr.a on smithi079 2023-12-07T17:10:40.913 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:40 smithi135 bash[32435]: cluster 2023-12-07T17:10:38.926533+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:40.913 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:40 smithi135 bash[32975]: debug 2023-12-07T17:10:40.490+0000 7f721fc43200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T17:10:40.914 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:40 smithi135 bash[32975]: debug 2023-12-07T17:10:40.606+0000 7f721fc43200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T17:10:40.914 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:40 smithi135 bash[32975]: debug 2023-12-07T17:10:40.726+0000 7f721fc43200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T17:10:40.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:40 smithi194 bash[32038]: cephadm 2023-12-07T17:10:38.683496+0000 mgr.a (mgr.14152) 105 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2023-12-07T17:10:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:40 smithi194 bash[32038]: cephadm 2023-12-07T17:10:38.688820+0000 mgr.a (mgr.14152) 106 : cephadm 1 Reconfiguring daemon mgr.a on smithi079 2023-12-07T17:10:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:40 smithi194 bash[32038]: cluster 2023-12-07T17:10:38.926533+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:41.207 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:40 smithi135 bash[32975]: debug 2023-12-07T17:10:40.906+0000 7f721fc43200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T17:10:41.207 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:41 smithi135 bash[32975]: debug 2023-12-07T17:10:41.030+0000 7f721fc43200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T17:10:41.435 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T17:10:41.435 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T17:10:41.435 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2023-12-07T17:10:41.436 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2023-12-07T17:10:41.436 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0172983 s, 606 MB/s 2023-12-07T17:10:41.436 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2023-12-07T17:10:42.082 DEBUG:teuthology.orchestra.run.smithi079:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi079:vg_nvme/lv_4 2023-12-07T17:10:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:42 smithi079 bash[28699]: cluster 2023-12-07T17:10:40.927040+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:42 smithi079 bash[28699]: audit 2023-12-07T17:10:41.342861+0000 mon.a (mon.0) 260 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:42 smithi079 bash[28699]: audit 2023-12-07T17:10:41.348414+0000 mon.a (mon.0) 261 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:42 smithi079 bash[28699]: audit 2023-12-07T17:10:41.360035+0000 mon.a (mon.0) 262 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:42 smithi079 bash[28699]: audit 2023-12-07T17:10:41.979907+0000 mon.a (mon.0) 263 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:42 smithi079 bash[28699]: audit 2023-12-07T17:10:41.981380+0000 mon.a (mon.0) 264 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:42 smithi079 bash[28699]: audit 2023-12-07T17:10:41.989306+0000 mon.a (mon.0) 265 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:42 smithi079 bash[28699]: cluster 2023-12-07T17:10:42.302783+0000 mon.a (mon.0) 266 : cluster 0 Standby manager daemon b started 2023-12-07T17:10:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:42 smithi079 bash[28699]: audit 2023-12-07T17:10:42.304932+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.135:0/3650913131' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T17:10:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:42 smithi079 bash[28699]: audit 2023-12-07T17:10:42.305725+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.135:0/3650913131' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T17:10:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:42 smithi079 bash[28699]: audit 2023-12-07T17:10:42.310729+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.135:0/3650913131' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T17:10:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:42 smithi079 bash[28699]: audit 2023-12-07T17:10:42.311169+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.135:0/3650913131' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T17:10:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:42 smithi194 bash[32038]: cluster 2023-12-07T17:10:40.927040+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:42 smithi194 bash[32038]: audit 2023-12-07T17:10:41.342861+0000 mon.a (mon.0) 260 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:42 smithi194 bash[32038]: audit 2023-12-07T17:10:41.348414+0000 mon.a (mon.0) 261 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:42 smithi194 bash[32038]: audit 2023-12-07T17:10:41.360035+0000 mon.a (mon.0) 262 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:42 smithi194 bash[32038]: audit 2023-12-07T17:10:41.979907+0000 mon.a (mon.0) 263 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:42 smithi194 bash[32038]: audit 2023-12-07T17:10:41.981380+0000 mon.a (mon.0) 264 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:42 smithi194 bash[32038]: audit 2023-12-07T17:10:41.989306+0000 mon.a (mon.0) 265 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:42 smithi194 bash[32038]: cluster 2023-12-07T17:10:42.302783+0000 mon.a (mon.0) 266 : cluster 0 Standby manager daemon b started 2023-12-07T17:10:42.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:42 smithi194 bash[32038]: audit 2023-12-07T17:10:42.304932+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.135:0/3650913131' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T17:10:42.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:42 smithi194 bash[32038]: audit 2023-12-07T17:10:42.305725+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.135:0/3650913131' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T17:10:42.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:42 smithi194 bash[32038]: audit 2023-12-07T17:10:42.310729+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.135:0/3650913131' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T17:10:42.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:42 smithi194 bash[32038]: audit 2023-12-07T17:10:42.311169+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.135:0/3650913131' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T17:10:42.707 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:10:42 smithi135 bash[32975]: debug 2023-12-07T17:10:42.278+0000 7f721fc43200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T17:10:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:42 smithi135 bash[32435]: cluster 2023-12-07T17:10:40.927040+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:42 smithi135 bash[32435]: audit 2023-12-07T17:10:41.342861+0000 mon.a (mon.0) 260 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:42 smithi135 bash[32435]: audit 2023-12-07T17:10:41.348414+0000 mon.a (mon.0) 261 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:42 smithi135 bash[32435]: audit 2023-12-07T17:10:41.360035+0000 mon.a (mon.0) 262 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:10:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:42 smithi135 bash[32435]: audit 2023-12-07T17:10:41.979907+0000 mon.a (mon.0) 263 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:42 smithi135 bash[32435]: audit 2023-12-07T17:10:41.981380+0000 mon.a (mon.0) 264 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:10:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:42 smithi135 bash[32435]: audit 2023-12-07T17:10:41.989306+0000 mon.a (mon.0) 265 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:10:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:42 smithi135 bash[32435]: cluster 2023-12-07T17:10:42.302783+0000 mon.a (mon.0) 266 : cluster 0 Standby manager daemon b started 2023-12-07T17:10:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:42 smithi135 bash[32435]: audit 2023-12-07T17:10:42.304932+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.135:0/3650913131' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T17:10:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:42 smithi135 bash[32435]: audit 2023-12-07T17:10:42.305725+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.135:0/3650913131' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T17:10:42.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:42 smithi135 bash[32435]: audit 2023-12-07T17:10:42.310729+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.135:0/3650913131' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T17:10:42.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:42 smithi135 bash[32435]: audit 2023-12-07T17:10:42.311169+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.135:0/3650913131' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T17:10:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:43 smithi079 bash[28699]: cluster 2023-12-07T17:10:42.927444+0000 mgr.a (mgr.14152) 109 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:43 smithi079 bash[28699]: cluster 2023-12-07T17:10:42.998267+0000 mon.a (mon.0) 267 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2023-12-07T17:10:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:43 smithi079 bash[28699]: audit 2023-12-07T17:10:42.998450+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T17:10:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:43 smithi194 bash[32038]: cluster 2023-12-07T17:10:42.927444+0000 mgr.a (mgr.14152) 109 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:43 smithi194 bash[32038]: cluster 2023-12-07T17:10:42.998267+0000 mon.a (mon.0) 267 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2023-12-07T17:10:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:43 smithi194 bash[32038]: audit 2023-12-07T17:10:42.998450+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T17:10:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:43 smithi135 bash[32435]: cluster 2023-12-07T17:10:42.927444+0000 mgr.a (mgr.14152) 109 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:43 smithi135 bash[32435]: cluster 2023-12-07T17:10:42.998267+0000 mon.a (mon.0) 267 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2023-12-07T17:10:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:43 smithi135 bash[32435]: audit 2023-12-07T17:10:42.998450+0000 mon.a (mon.0) 268 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T17:10:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:45 smithi079 bash[28699]: cluster 2023-12-07T17:10:44.927817+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:45 smithi194 bash[32038]: cluster 2023-12-07T17:10:44.927817+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:45 smithi135 bash[32435]: cluster 2023-12-07T17:10:44.927817+0000 mgr.a (mgr.14152) 110 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:46.799 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:10:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:48 smithi079 bash[28699]: cluster 2023-12-07T17:10:46.928252+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:48 smithi194 bash[32038]: cluster 2023-12-07T17:10:46.928252+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:48 smithi135 bash[32435]: cluster 2023-12-07T17:10:46.928252+0000 mgr.a (mgr.14152) 111 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:50 smithi079 bash[28699]: cluster 2023-12-07T17:10:48.928692+0000 mgr.a (mgr.14152) 112 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:50 smithi079 bash[28699]: audit 2023-12-07T17:10:49.741574+0000 mon.a (mon.0) 269 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:10:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:50 smithi079 bash[28699]: audit 2023-12-07T17:10:49.747258+0000 mon.a (mon.0) 270 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:10:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:50 smithi079 bash[28699]: audit 2023-12-07T17:10:49.748144+0000 mon.a (mon.0) 271 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:50 smithi194 bash[32038]: cluster 2023-12-07T17:10:48.928692+0000 mgr.a (mgr.14152) 112 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:50 smithi194 bash[32038]: audit 2023-12-07T17:10:49.741574+0000 mon.a (mon.0) 269 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:10:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:50 smithi194 bash[32038]: audit 2023-12-07T17:10:49.747258+0000 mon.a (mon.0) 270 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:10:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:50 smithi194 bash[32038]: audit 2023-12-07T17:10:49.748144+0000 mon.a (mon.0) 271 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:50 smithi135 bash[32435]: cluster 2023-12-07T17:10:48.928692+0000 mgr.a (mgr.14152) 112 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:50 smithi135 bash[32435]: audit 2023-12-07T17:10:49.741574+0000 mon.a (mon.0) 269 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:10:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:50 smithi135 bash[32435]: audit 2023-12-07T17:10:49.747258+0000 mon.a (mon.0) 270 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:10:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:50 smithi135 bash[32435]: audit 2023-12-07T17:10:49.748144+0000 mon.a (mon.0) 271 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:10:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:51 smithi079 bash[28699]: audit 2023-12-07T17:10:49.734274+0000 mgr.a (mgr.14152) 113 : audit 0 from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:51 smithi194 bash[32038]: audit 2023-12-07T17:10:49.734274+0000 mgr.a (mgr.14152) 113 : audit 0 from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:51 smithi135 bash[32435]: audit 2023-12-07T17:10:49.734274+0000 mgr.a (mgr.14152) 113 : audit 0 from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:10:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:52 smithi079 bash[28699]: cluster 2023-12-07T17:10:50.929149+0000 mgr.a (mgr.14152) 114 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:52 smithi194 bash[32038]: cluster 2023-12-07T17:10:50.929149+0000 mgr.a (mgr.14152) 114 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:52 smithi135 bash[32435]: cluster 2023-12-07T17:10:50.929149+0000 mgr.a (mgr.14152) 114 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:54 smithi079 bash[28699]: cluster 2023-12-07T17:10:52.929515+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:54.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:54 smithi194 bash[32038]: cluster 2023-12-07T17:10:52.929515+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:54 smithi135 bash[32435]: cluster 2023-12-07T17:10:52.929515+0000 mgr.a (mgr.14152) 115 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:56 smithi079 bash[28699]: cluster 2023-12-07T17:10:54.929957+0000 mgr.a (mgr.14152) 116 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:56 smithi194 bash[32038]: cluster 2023-12-07T17:10:54.929957+0000 mgr.a (mgr.14152) 116 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:56 smithi135 bash[32435]: cluster 2023-12-07T17:10:54.929957+0000 mgr.a (mgr.14152) 116 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:58 smithi079 bash[28699]: cluster 2023-12-07T17:10:56.930388+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:58 smithi079 bash[28699]: audit 2023-12-07T17:10:58.243404+0000 mon.a (mon.0) 272 : audit 1 from='client.? 172.21.15.79:0/342674123' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e861c5b9-9cc1-41c3-8835-decfa0eaec16"}]: dispatch 2023-12-07T17:10:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:58 smithi079 bash[28699]: audit 2023-12-07T17:10:58.245808+0000 mon.a (mon.0) 273 : audit 1 from='client.? 172.21.15.79:0/342674123' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e861c5b9-9cc1-41c3-8835-decfa0eaec16"}]': finished 2023-12-07T17:10:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:58 smithi079 bash[28699]: cluster 2023-12-07T17:10:58.249974+0000 mon.a (mon.0) 274 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2023-12-07T17:10:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:58 smithi079 bash[28699]: audit 2023-12-07T17:10:58.250478+0000 mon.a (mon.0) 275 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:10:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:58 smithi194 bash[32038]: cluster 2023-12-07T17:10:56.930388+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:58 smithi194 bash[32038]: audit 2023-12-07T17:10:58.243404+0000 mon.a (mon.0) 272 : audit 1 from='client.? 172.21.15.79:0/342674123' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e861c5b9-9cc1-41c3-8835-decfa0eaec16"}]: dispatch 2023-12-07T17:10:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:58 smithi194 bash[32038]: audit 2023-12-07T17:10:58.245808+0000 mon.a (mon.0) 273 : audit 1 from='client.? 172.21.15.79:0/342674123' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e861c5b9-9cc1-41c3-8835-decfa0eaec16"}]': finished 2023-12-07T17:10:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:58 smithi194 bash[32038]: cluster 2023-12-07T17:10:58.249974+0000 mon.a (mon.0) 274 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2023-12-07T17:10:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:58 smithi194 bash[32038]: audit 2023-12-07T17:10:58.250478+0000 mon.a (mon.0) 275 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:10:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:58 smithi135 bash[32435]: cluster 2023-12-07T17:10:56.930388+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:10:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:58 smithi135 bash[32435]: audit 2023-12-07T17:10:58.243404+0000 mon.a (mon.0) 272 : audit 1 from='client.? 172.21.15.79:0/342674123' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e861c5b9-9cc1-41c3-8835-decfa0eaec16"}]: dispatch 2023-12-07T17:10:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:58 smithi135 bash[32435]: audit 2023-12-07T17:10:58.245808+0000 mon.a (mon.0) 273 : audit 1 from='client.? 172.21.15.79:0/342674123' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e861c5b9-9cc1-41c3-8835-decfa0eaec16"}]': finished 2023-12-07T17:10:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:58 smithi135 bash[32435]: cluster 2023-12-07T17:10:58.249974+0000 mon.a (mon.0) 274 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2023-12-07T17:10:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:58 smithi135 bash[32435]: audit 2023-12-07T17:10:58.250478+0000 mon.a (mon.0) 275 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:10:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:10:59 smithi079 bash[28699]: audit 2023-12-07T17:10:58.961107+0000 mon.a (mon.0) 276 : audit 0 from='client.? 172.21.15.79:0/2381722428' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:10:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:10:59 smithi194 bash[32038]: audit 2023-12-07T17:10:58.961107+0000 mon.a (mon.0) 276 : audit 0 from='client.? 172.21.15.79:0/2381722428' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:10:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:10:59 smithi135 bash[32435]: audit 2023-12-07T17:10:58.961107+0000 mon.a (mon.0) 276 : audit 0 from='client.? 172.21.15.79:0/2381722428' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:11:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:00 smithi079 bash[28699]: cluster 2023-12-07T17:10:58.930779+0000 mgr.a (mgr.14152) 118 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:00 smithi194 bash[32038]: cluster 2023-12-07T17:10:58.930779+0000 mgr.a (mgr.14152) 118 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:00 smithi135 bash[32435]: cluster 2023-12-07T17:10:58.930779+0000 mgr.a (mgr.14152) 118 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:02 smithi079 bash[28699]: cluster 2023-12-07T17:11:00.931222+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:02 smithi194 bash[32038]: cluster 2023-12-07T17:11:00.931222+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:02 smithi135 bash[32435]: cluster 2023-12-07T17:11:00.931222+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:04 smithi079 bash[28699]: cluster 2023-12-07T17:11:02.931597+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:04 smithi194 bash[32038]: cluster 2023-12-07T17:11:02.931597+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:04 smithi135 bash[32435]: cluster 2023-12-07T17:11:02.931597+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:06 smithi079 bash[28699]: cluster 2023-12-07T17:11:04.932071+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:06 smithi194 bash[32038]: cluster 2023-12-07T17:11:04.932071+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:06 smithi135 bash[32435]: cluster 2023-12-07T17:11:04.932071+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:08 smithi079 bash[28699]: cluster 2023-12-07T17:11:06.932527+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:08 smithi194 bash[32038]: cluster 2023-12-07T17:11:06.932527+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:08 smithi135 bash[32435]: cluster 2023-12-07T17:11:06.932527+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:10 smithi079 bash[28699]: cluster 2023-12-07T17:11:08.932977+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:10 smithi194 bash[32038]: cluster 2023-12-07T17:11:08.932977+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:10 smithi135 bash[32435]: cluster 2023-12-07T17:11:08.932977+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:11 smithi079 bash[28699]: audit 2023-12-07T17:11:10.858639+0000 mon.a (mon.0) 277 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T17:11:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:11 smithi079 bash[28699]: audit 2023-12-07T17:11:10.859803+0000 mon.a (mon.0) 278 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:11 smithi194 bash[32038]: audit 2023-12-07T17:11:10.858639+0000 mon.a (mon.0) 277 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T17:11:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:11 smithi194 bash[32038]: audit 2023-12-07T17:11:10.859803+0000 mon.a (mon.0) 278 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:11 smithi135 bash[32435]: audit 2023-12-07T17:11:10.858639+0000 mon.a (mon.0) 277 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T17:11:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:11 smithi135 bash[32435]: audit 2023-12-07T17:11:10.859803+0000 mon.a (mon.0) 278 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:12 smithi079 bash[28699]: cephadm 2023-12-07T17:11:10.860818+0000 mgr.a (mgr.14152) 124 : cephadm 1 Deploying daemon osd.0 on smithi079 2023-12-07T17:11:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:12 smithi079 bash[28699]: cluster 2023-12-07T17:11:10.933446+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:12 smithi194 bash[32038]: cephadm 2023-12-07T17:11:10.860818+0000 mgr.a (mgr.14152) 124 : cephadm 1 Deploying daemon osd.0 on smithi079 2023-12-07T17:11:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:12 smithi194 bash[32038]: cluster 2023-12-07T17:11:10.933446+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:12 smithi135 bash[32435]: cephadm 2023-12-07T17:11:10.860818+0000 mgr.a (mgr.14152) 124 : cephadm 1 Deploying daemon osd.0 on smithi079 2023-12-07T17:11:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:12 smithi135 bash[32435]: cluster 2023-12-07T17:11:10.933446+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:14 smithi079 bash[28699]: cluster 2023-12-07T17:11:12.933802+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:14 smithi194 bash[32038]: cluster 2023-12-07T17:11:12.933802+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:14 smithi135 bash[32435]: cluster 2023-12-07T17:11:12.933802+0000 mgr.a (mgr.14152) 126 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:16 smithi079 bash[28699]: cluster 2023-12-07T17:11:14.934126+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:16 smithi079 bash[28699]: audit 2023-12-07T17:11:15.374895+0000 mon.a (mon.0) 279 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:16 smithi079 bash[28699]: audit 2023-12-07T17:11:15.381603+0000 mon.a (mon.0) 280 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:16 smithi079 bash[28699]: audit 2023-12-07T17:11:15.388298+0000 mon.a (mon.0) 281 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:16 smithi194 bash[32038]: cluster 2023-12-07T17:11:14.934126+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:16 smithi194 bash[32038]: audit 2023-12-07T17:11:15.374895+0000 mon.a (mon.0) 279 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:16 smithi194 bash[32038]: audit 2023-12-07T17:11:15.381603+0000 mon.a (mon.0) 280 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:16 smithi194 bash[32038]: audit 2023-12-07T17:11:15.388298+0000 mon.a (mon.0) 281 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:16 smithi135 bash[32435]: cluster 2023-12-07T17:11:14.934126+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:16 smithi135 bash[32435]: audit 2023-12-07T17:11:15.374895+0000 mon.a (mon.0) 279 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:16 smithi135 bash[32435]: audit 2023-12-07T17:11:15.381603+0000 mon.a (mon.0) 280 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:16 smithi135 bash[32435]: audit 2023-12-07T17:11:15.388298+0000 mon.a (mon.0) 281 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:18 smithi079 bash[28699]: cluster 2023-12-07T17:11:16.934430+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:18 smithi194 bash[32038]: cluster 2023-12-07T17:11:16.934430+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:18 smithi135 bash[32435]: cluster 2023-12-07T17:11:16.934430+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:20 smithi079 bash[28699]: cluster 2023-12-07T17:11:18.934878+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:20 smithi194 bash[32038]: cluster 2023-12-07T17:11:18.934878+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:20 smithi135 bash[32435]: cluster 2023-12-07T17:11:18.934878+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:21 smithi079 bash[28699]: audit 2023-12-07T17:11:20.729822+0000 mon.a (mon.0) 282 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:21 smithi079 bash[28699]: audit 2023-12-07T17:11:20.735257+0000 mon.a (mon.0) 283 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:21 smithi079 bash[28699]: cluster 2023-12-07T17:11:20.935123+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:21 smithi079 bash[28699]: audit 2023-12-07T17:11:21.305565+0000 mon.a (mon.0) 284 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:21 smithi079 bash[28699]: audit 2023-12-07T17:11:21.307257+0000 mon.a (mon.0) 285 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:21 smithi079 bash[28699]: audit 2023-12-07T17:11:21.315622+0000 mon.a (mon.0) 286 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:21 smithi194 bash[32038]: audit 2023-12-07T17:11:20.729822+0000 mon.a (mon.0) 282 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:21 smithi194 bash[32038]: audit 2023-12-07T17:11:20.735257+0000 mon.a (mon.0) 283 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:21 smithi194 bash[32038]: cluster 2023-12-07T17:11:20.935123+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:21 smithi194 bash[32038]: audit 2023-12-07T17:11:21.305565+0000 mon.a (mon.0) 284 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:21 smithi194 bash[32038]: audit 2023-12-07T17:11:21.307257+0000 mon.a (mon.0) 285 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:21 smithi194 bash[32038]: audit 2023-12-07T17:11:21.315622+0000 mon.a (mon.0) 286 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:21 smithi135 bash[32435]: audit 2023-12-07T17:11:20.729822+0000 mon.a (mon.0) 282 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:21 smithi135 bash[32435]: audit 2023-12-07T17:11:20.735257+0000 mon.a (mon.0) 283 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:21 smithi135 bash[32435]: cluster 2023-12-07T17:11:20.935123+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:21 smithi135 bash[32435]: audit 2023-12-07T17:11:21.305565+0000 mon.a (mon.0) 284 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:21 smithi135 bash[32435]: audit 2023-12-07T17:11:21.307257+0000 mon.a (mon.0) 285 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:21 smithi135 bash[32435]: audit 2023-12-07T17:11:21.315622+0000 mon.a (mon.0) 286 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:22 smithi079 bash[28699]: audit 2023-12-07T17:11:22.045664+0000 mon.a (mon.0) 287 : audit 1 from='osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T17:11:23.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:22 smithi194 bash[32038]: audit 2023-12-07T17:11:22.045664+0000 mon.a (mon.0) 287 : audit 1 from='osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T17:11:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:22 smithi135 bash[32435]: audit 2023-12-07T17:11:22.045664+0000 mon.a (mon.0) 287 : audit 1 from='osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T17:11:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:23 smithi079 bash[28699]: audit 2023-12-07T17:11:22.748747+0000 mon.a (mon.0) 288 : audit 1 from='osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T17:11:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:23 smithi079 bash[28699]: cluster 2023-12-07T17:11:22.753063+0000 mon.a (mon.0) 289 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-12-07T17:11:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:23 smithi079 bash[28699]: audit 2023-12-07T17:11:22.753794+0000 mon.a (mon.0) 290 : audit 1 from='osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-07T17:11:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:23 smithi079 bash[28699]: audit 2023-12-07T17:11:22.754367+0000 mon.a (mon.0) 291 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:23 smithi079 bash[28699]: cluster 2023-12-07T17:11:22.935445+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:23 smithi194 bash[32038]: audit 2023-12-07T17:11:22.748747+0000 mon.a (mon.0) 288 : audit 1 from='osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T17:11:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:23 smithi194 bash[32038]: cluster 2023-12-07T17:11:22.753063+0000 mon.a (mon.0) 289 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-12-07T17:11:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:23 smithi194 bash[32038]: audit 2023-12-07T17:11:22.753794+0000 mon.a (mon.0) 290 : audit 1 from='osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-07T17:11:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:23 smithi194 bash[32038]: audit 2023-12-07T17:11:22.754367+0000 mon.a (mon.0) 291 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:23 smithi194 bash[32038]: cluster 2023-12-07T17:11:22.935445+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:23 smithi135 bash[32435]: audit 2023-12-07T17:11:22.748747+0000 mon.a (mon.0) 288 : audit 1 from='osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T17:11:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:23 smithi135 bash[32435]: cluster 2023-12-07T17:11:22.753063+0000 mon.a (mon.0) 289 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-12-07T17:11:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:23 smithi135 bash[32435]: audit 2023-12-07T17:11:22.753794+0000 mon.a (mon.0) 290 : audit 1 from='osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2023-12-07T17:11:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:23 smithi135 bash[32435]: audit 2023-12-07T17:11:22.754367+0000 mon.a (mon.0) 291 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:23 smithi135 bash[32435]: cluster 2023-12-07T17:11:22.935445+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:24.262 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 0 on host 'smithi079' 2023-12-07T17:11:24.908 DEBUG:teuthology.orchestra.run.smithi079:osd.0> sudo journalctl -f -n 0 -u ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@osd.0.service 2023-12-07T17:11:24.910 INFO:tasks.cephadm:Deploying osd.1 on smithi135 with /dev/vg_nvme/lv_4... 2023-12-07T17:11:24.910 DEBUG:teuthology.orchestra.run.smithi135:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T17:11:25.078 INFO:journalctl@ceph.osd.0.smithi079.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T17:11:25.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:24 smithi079 bash[28699]: audit 2023-12-07T17:11:23.752292+0000 mon.a (mon.0) 292 : audit 1 from='osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-07T17:11:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:24 smithi079 bash[28699]: cluster 2023-12-07T17:11:23.756981+0000 mon.a (mon.0) 293 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2023-12-07T17:11:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:24 smithi079 bash[28699]: audit 2023-12-07T17:11:23.758375+0000 mon.a (mon.0) 294 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:24 smithi079 bash[28699]: audit 2023-12-07T17:11:23.764156+0000 mon.a (mon.0) 295 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:24 smithi079 bash[28699]: audit 2023-12-07T17:11:24.244556+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:24 smithi079 bash[28699]: audit 2023-12-07T17:11:24.251413+0000 mon.a (mon.0) 297 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:24 smithi079 bash[28699]: audit 2023-12-07T17:11:24.286518+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:24 smithi194 bash[32038]: audit 2023-12-07T17:11:23.752292+0000 mon.a (mon.0) 292 : audit 1 from='osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-07T17:11:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:24 smithi194 bash[32038]: cluster 2023-12-07T17:11:23.756981+0000 mon.a (mon.0) 293 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2023-12-07T17:11:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:24 smithi194 bash[32038]: audit 2023-12-07T17:11:23.758375+0000 mon.a (mon.0) 294 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:24 smithi194 bash[32038]: audit 2023-12-07T17:11:23.764156+0000 mon.a (mon.0) 295 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:24 smithi194 bash[32038]: audit 2023-12-07T17:11:24.244556+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:24 smithi194 bash[32038]: audit 2023-12-07T17:11:24.251413+0000 mon.a (mon.0) 297 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:24 smithi194 bash[32038]: audit 2023-12-07T17:11:24.286518+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:24 smithi135 bash[32435]: audit 2023-12-07T17:11:23.752292+0000 mon.a (mon.0) 292 : audit 1 from='osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2023-12-07T17:11:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:24 smithi135 bash[32435]: cluster 2023-12-07T17:11:23.756981+0000 mon.a (mon.0) 293 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2023-12-07T17:11:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:24 smithi135 bash[32435]: audit 2023-12-07T17:11:23.758375+0000 mon.a (mon.0) 294 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:24 smithi135 bash[32435]: audit 2023-12-07T17:11:23.764156+0000 mon.a (mon.0) 295 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:24 smithi135 bash[32435]: audit 2023-12-07T17:11:24.244556+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:24 smithi135 bash[32435]: audit 2023-12-07T17:11:24.251413+0000 mon.a (mon.0) 297 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:24 smithi135 bash[32435]: audit 2023-12-07T17:11:24.286518+0000 mon.a (mon.0) 298 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:11:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:25 smithi079 bash[28699]: cluster 2023-12-07T17:11:23.075718+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T17:11:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:25 smithi079 bash[28699]: cluster 2023-12-07T17:11:23.075787+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T17:11:26.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:25 smithi079 bash[28699]: audit 2023-12-07T17:11:24.767586+0000 mon.a (mon.0) 299 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:26.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:25 smithi079 bash[28699]: cluster 2023-12-07T17:11:24.775190+0000 mon.a (mon.0) 300 : cluster 1 osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515] boot 2023-12-07T17:11:26.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:25 smithi079 bash[28699]: cluster 2023-12-07T17:11:24.775232+0000 mon.a (mon.0) 301 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2023-12-07T17:11:26.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:25 smithi079 bash[28699]: audit 2023-12-07T17:11:24.775713+0000 mon.a (mon.0) 302 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:26.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:25 smithi079 bash[28699]: cluster 2023-12-07T17:11:24.935741+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:25 smithi194 bash[32038]: cluster 2023-12-07T17:11:23.075718+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T17:11:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:25 smithi194 bash[32038]: cluster 2023-12-07T17:11:23.075787+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T17:11:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:25 smithi194 bash[32038]: audit 2023-12-07T17:11:24.767586+0000 mon.a (mon.0) 299 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:25 smithi194 bash[32038]: cluster 2023-12-07T17:11:24.775190+0000 mon.a (mon.0) 300 : cluster 1 osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515] boot 2023-12-07T17:11:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:25 smithi194 bash[32038]: cluster 2023-12-07T17:11:24.775232+0000 mon.a (mon.0) 301 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2023-12-07T17:11:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:25 smithi194 bash[32038]: audit 2023-12-07T17:11:24.775713+0000 mon.a (mon.0) 302 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:26.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:25 smithi194 bash[32038]: cluster 2023-12-07T17:11:24.935741+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:25 smithi135 bash[32435]: cluster 2023-12-07T17:11:23.075718+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T17:11:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:25 smithi135 bash[32435]: cluster 2023-12-07T17:11:23.075787+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T17:11:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:25 smithi135 bash[32435]: audit 2023-12-07T17:11:24.767586+0000 mon.a (mon.0) 299 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:25 smithi135 bash[32435]: cluster 2023-12-07T17:11:24.775190+0000 mon.a (mon.0) 300 : cluster 1 osd.0 [v2:172.21.15.79:6802/2671239515,v1:172.21.15.79:6803/2671239515] boot 2023-12-07T17:11:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:25 smithi135 bash[32435]: cluster 2023-12-07T17:11:24.775232+0000 mon.a (mon.0) 301 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2023-12-07T17:11:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:25 smithi135 bash[32435]: audit 2023-12-07T17:11:24.775713+0000 mon.a (mon.0) 302 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:11:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:25 smithi135 bash[32435]: cluster 2023-12-07T17:11:24.935741+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T17:11:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:26 smithi079 bash[28699]: cluster 2023-12-07T17:11:25.776929+0000 mon.a (mon.0) 303 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2023-12-07T17:11:27.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:26 smithi194 bash[32038]: cluster 2023-12-07T17:11:25.776929+0000 mon.a (mon.0) 303 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2023-12-07T17:11:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:26 smithi135 bash[32435]: cluster 2023-12-07T17:11:25.776929+0000 mon.a (mon.0) 303 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2023-12-07T17:11:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:28 smithi079 bash[28699]: cluster 2023-12-07T17:11:26.936221+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:28 smithi194 bash[32038]: cluster 2023-12-07T17:11:26.936221+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:28 smithi135 bash[32435]: cluster 2023-12-07T17:11:26.936221+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:29.633 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.b/config 2023-12-07T17:11:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:30 smithi079 bash[28699]: cluster 2023-12-07T17:11:28.936748+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:30.684 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:30 smithi135 bash[32435]: cluster 2023-12-07T17:11:28.936748+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:30 smithi194 bash[32038]: cluster 2023-12-07T17:11:28.936748+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:32 smithi135 bash[32435]: cluster 2023-12-07T17:11:30.937230+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:32 smithi079 bash[28699]: cluster 2023-12-07T17:11:30.937230+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:32 smithi194 bash[32038]: cluster 2023-12-07T17:11:30.937230+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:32.894 INFO:teuthology.orchestra.run.smithi135.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T17:11:32.894 INFO:teuthology.orchestra.run.smithi135.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T17:11:32.894 INFO:teuthology.orchestra.run.smithi135.stderr: stderr: 10+0 records in 2023-12-07T17:11:32.894 INFO:teuthology.orchestra.run.smithi135.stderr:10+0 records out 2023-12-07T17:11:32.894 INFO:teuthology.orchestra.run.smithi135.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.015497 s, 677 MB/s 2023-12-07T17:11:32.894 INFO:teuthology.orchestra.run.smithi135.stderr:--> Zapping successful for: 2023-12-07T17:11:33.633 DEBUG:teuthology.orchestra.run.smithi135:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi135:vg_nvme/lv_4 2023-12-07T17:11:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:34 smithi079 bash[28699]: cluster 2023-12-07T17:11:32.937769+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:34 smithi079 bash[28699]: audit 2023-12-07T17:11:33.837931+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:34 smithi079 bash[28699]: audit 2023-12-07T17:11:33.843706+0000 mon.a (mon.0) 305 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:34 smithi079 bash[28699]: audit 2023-12-07T17:11:33.845108+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:11:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:34 smithi079 bash[28699]: audit 2023-12-07T17:11:33.850490+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:34 smithi079 bash[28699]: audit 2023-12-07T17:11:33.853175+0000 mon.a (mon.0) 308 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:34 smithi079 bash[28699]: audit 2023-12-07T17:11:33.854474+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:34 smithi079 bash[28699]: audit 2023-12-07T17:11:33.861083+0000 mon.a (mon.0) 310 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:34 smithi194 bash[32038]: cluster 2023-12-07T17:11:32.937769+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:34 smithi194 bash[32038]: audit 2023-12-07T17:11:33.837931+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:34 smithi194 bash[32038]: audit 2023-12-07T17:11:33.843706+0000 mon.a (mon.0) 305 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:34 smithi194 bash[32038]: audit 2023-12-07T17:11:33.845108+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:11:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:34 smithi194 bash[32038]: audit 2023-12-07T17:11:33.850490+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:34 smithi194 bash[32038]: audit 2023-12-07T17:11:33.853175+0000 mon.a (mon.0) 308 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:34 smithi194 bash[32038]: audit 2023-12-07T17:11:33.854474+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:34 smithi194 bash[32038]: audit 2023-12-07T17:11:33.861083+0000 mon.a (mon.0) 310 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:34 smithi135 bash[32435]: cluster 2023-12-07T17:11:32.937769+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:34 smithi135 bash[32435]: audit 2023-12-07T17:11:33.837931+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:34 smithi135 bash[32435]: audit 2023-12-07T17:11:33.843706+0000 mon.a (mon.0) 305 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:34 smithi135 bash[32435]: audit 2023-12-07T17:11:33.845108+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:11:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:34 smithi135 bash[32435]: audit 2023-12-07T17:11:33.850490+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:34 smithi135 bash[32435]: audit 2023-12-07T17:11:33.853175+0000 mon.a (mon.0) 308 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:34 smithi135 bash[32435]: audit 2023-12-07T17:11:33.854474+0000 mon.a (mon.0) 309 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:11:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:34 smithi135 bash[32435]: audit 2023-12-07T17:11:33.861083+0000 mon.a (mon.0) 310 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:11:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:35 smithi079 bash[28699]: cephadm 2023-12-07T17:11:33.829092+0000 mgr.a (mgr.14152) 137 : cephadm 1 Detected new or changed devices on smithi079 2023-12-07T17:11:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:35 smithi079 bash[28699]: cephadm 2023-12-07T17:11:33.846268+0000 mgr.a (mgr.14152) 138 : cephadm 1 Adjusting osd_memory_target on smithi079 to 17265M 2023-12-07T17:11:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:35 smithi194 bash[32038]: cephadm 2023-12-07T17:11:33.829092+0000 mgr.a (mgr.14152) 137 : cephadm 1 Detected new or changed devices on smithi079 2023-12-07T17:11:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:35 smithi194 bash[32038]: cephadm 2023-12-07T17:11:33.846268+0000 mgr.a (mgr.14152) 138 : cephadm 1 Adjusting osd_memory_target on smithi079 to 17265M 2023-12-07T17:11:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:35 smithi135 bash[32435]: cephadm 2023-12-07T17:11:33.829092+0000 mgr.a (mgr.14152) 137 : cephadm 1 Detected new or changed devices on smithi079 2023-12-07T17:11:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:35 smithi135 bash[32435]: cephadm 2023-12-07T17:11:33.846268+0000 mgr.a (mgr.14152) 138 : cephadm 1 Adjusting osd_memory_target on smithi079 to 17265M 2023-12-07T17:11:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:36 smithi079 bash[28699]: cluster 2023-12-07T17:11:34.938284+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:36 smithi194 bash[32038]: cluster 2023-12-07T17:11:34.938284+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:36 smithi135 bash[32435]: cluster 2023-12-07T17:11:34.938284+0000 mgr.a (mgr.14152) 139 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:38.347 INFO:teuthology.orchestra.run.smithi135.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.b/config 2023-12-07T17:11:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:38 smithi079 bash[28699]: cluster 2023-12-07T17:11:36.938758+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:38 smithi194 bash[32038]: cluster 2023-12-07T17:11:36.938758+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:38 smithi135 bash[32435]: cluster 2023-12-07T17:11:36.938758+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:40 smithi079 bash[28699]: cluster 2023-12-07T17:11:38.939165+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:40.645 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:40 smithi135 bash[32435]: cluster 2023-12-07T17:11:38.939165+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:40 smithi194 bash[32038]: cluster 2023-12-07T17:11:38.939165+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:41 smithi079 bash[28699]: audit 2023-12-07T17:11:41.136653+0000 mon.a (mon.0) 311 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:11:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:41 smithi079 bash[28699]: audit 2023-12-07T17:11:41.143067+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:11:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:41 smithi079 bash[28699]: audit 2023-12-07T17:11:41.144615+0000 mon.a (mon.0) 313 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:41 smithi194 bash[32038]: audit 2023-12-07T17:11:41.136653+0000 mon.a (mon.0) 311 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:11:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:41 smithi194 bash[32038]: audit 2023-12-07T17:11:41.143067+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:11:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:41 smithi194 bash[32038]: audit 2023-12-07T17:11:41.144615+0000 mon.a (mon.0) 313 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:41 smithi135 bash[32435]: audit 2023-12-07T17:11:41.136653+0000 mon.a (mon.0) 311 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:11:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:41 smithi135 bash[32435]: audit 2023-12-07T17:11:41.143067+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:11:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:41 smithi135 bash[32435]: audit 2023-12-07T17:11:41.144615+0000 mon.a (mon.0) 313 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:11:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:42 smithi079 bash[28699]: cluster 2023-12-07T17:11:40.939630+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:42 smithi079 bash[28699]: audit 2023-12-07T17:11:41.129395+0000 mgr.a (mgr.14152) 143 : audit 0 from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi135:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:42 smithi194 bash[32038]: cluster 2023-12-07T17:11:40.939630+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:42 smithi194 bash[32038]: audit 2023-12-07T17:11:41.129395+0000 mgr.a (mgr.14152) 143 : audit 0 from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi135:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:42 smithi135 bash[32435]: cluster 2023-12-07T17:11:40.939630+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:42 smithi135 bash[32435]: audit 2023-12-07T17:11:41.129395+0000 mgr.a (mgr.14152) 143 : audit 0 from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi135:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:11:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:44 smithi079 bash[28699]: cluster 2023-12-07T17:11:42.940105+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:44 smithi194 bash[32038]: cluster 2023-12-07T17:11:42.940105+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:44 smithi135 bash[32435]: cluster 2023-12-07T17:11:42.940105+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:46 smithi079 bash[28699]: cluster 2023-12-07T17:11:44.940643+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:46 smithi194 bash[32038]: cluster 2023-12-07T17:11:44.940643+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:46 smithi135 bash[32435]: cluster 2023-12-07T17:11:44.940643+0000 mgr.a (mgr.14152) 145 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:48 smithi079 bash[28699]: cluster 2023-12-07T17:11:46.941128+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:48 smithi194 bash[32038]: cluster 2023-12-07T17:11:46.941128+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:48 smithi135 bash[32435]: cluster 2023-12-07T17:11:46.941128+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:50 smithi079 bash[28699]: cluster 2023-12-07T17:11:48.941586+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:50 smithi079 bash[28699]: audit 2023-12-07T17:11:49.638636+0000 mon.c (mon.1) 3 : audit 1 from='client.? 172.21.15.135:0/1238211214' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db567957-5b2f-4996-b47d-49a98175a9d3"}]: dispatch 2023-12-07T17:11:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:50 smithi079 bash[28699]: audit 2023-12-07T17:11:49.639613+0000 mon.a (mon.0) 314 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db567957-5b2f-4996-b47d-49a98175a9d3"}]: dispatch 2023-12-07T17:11:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:50 smithi079 bash[28699]: audit 2023-12-07T17:11:49.642770+0000 mon.a (mon.0) 315 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db567957-5b2f-4996-b47d-49a98175a9d3"}]': finished 2023-12-07T17:11:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:50 smithi079 bash[28699]: cluster 2023-12-07T17:11:49.647398+0000 mon.a (mon.0) 316 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2023-12-07T17:11:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:50 smithi079 bash[28699]: audit 2023-12-07T17:11:49.647755+0000 mon.a (mon.0) 317 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:11:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:50 smithi194 bash[32038]: cluster 2023-12-07T17:11:48.941586+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:50 smithi194 bash[32038]: audit 2023-12-07T17:11:49.638636+0000 mon.c (mon.1) 3 : audit 1 from='client.? 172.21.15.135:0/1238211214' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db567957-5b2f-4996-b47d-49a98175a9d3"}]: dispatch 2023-12-07T17:11:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:50 smithi194 bash[32038]: audit 2023-12-07T17:11:49.639613+0000 mon.a (mon.0) 314 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db567957-5b2f-4996-b47d-49a98175a9d3"}]: dispatch 2023-12-07T17:11:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:50 smithi194 bash[32038]: audit 2023-12-07T17:11:49.642770+0000 mon.a (mon.0) 315 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db567957-5b2f-4996-b47d-49a98175a9d3"}]': finished 2023-12-07T17:11:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:50 smithi194 bash[32038]: cluster 2023-12-07T17:11:49.647398+0000 mon.a (mon.0) 316 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2023-12-07T17:11:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:50 smithi194 bash[32038]: audit 2023-12-07T17:11:49.647755+0000 mon.a (mon.0) 317 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:11:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:50 smithi135 bash[32435]: cluster 2023-12-07T17:11:48.941586+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:50 smithi135 bash[32435]: audit 2023-12-07T17:11:49.638636+0000 mon.c (mon.1) 3 : audit 1 from='client.? 172.21.15.135:0/1238211214' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db567957-5b2f-4996-b47d-49a98175a9d3"}]: dispatch 2023-12-07T17:11:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:50 smithi135 bash[32435]: audit 2023-12-07T17:11:49.639613+0000 mon.a (mon.0) 314 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "db567957-5b2f-4996-b47d-49a98175a9d3"}]: dispatch 2023-12-07T17:11:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:50 smithi135 bash[32435]: audit 2023-12-07T17:11:49.642770+0000 mon.a (mon.0) 315 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "db567957-5b2f-4996-b47d-49a98175a9d3"}]': finished 2023-12-07T17:11:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:50 smithi135 bash[32435]: cluster 2023-12-07T17:11:49.647398+0000 mon.a (mon.0) 316 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2023-12-07T17:11:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:50 smithi135 bash[32435]: audit 2023-12-07T17:11:49.647755+0000 mon.a (mon.0) 317 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:11:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:51 smithi079 bash[28699]: audit 2023-12-07T17:11:50.400584+0000 mon.b (mon.2) 6 : audit 0 from='client.? 172.21.15.135:0/835561450' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:11:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:51 smithi194 bash[32038]: audit 2023-12-07T17:11:50.400584+0000 mon.b (mon.2) 6 : audit 0 from='client.? 172.21.15.135:0/835561450' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:11:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:51 smithi135 bash[32435]: audit 2023-12-07T17:11:50.400584+0000 mon.b (mon.2) 6 : audit 0 from='client.? 172.21.15.135:0/835561450' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:11:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:52 smithi194 bash[32038]: cluster 2023-12-07T17:11:50.942056+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:52 smithi135 bash[32435]: cluster 2023-12-07T17:11:50.942056+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:52.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:52 smithi079 bash[28699]: cluster 2023-12-07T17:11:50.942056+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:54 smithi194 bash[32038]: cluster 2023-12-07T17:11:52.942526+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:54 smithi135 bash[32435]: cluster 2023-12-07T17:11:52.942526+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:54 smithi079 bash[28699]: cluster 2023-12-07T17:11:52.942526+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:56 smithi194 bash[32038]: cluster 2023-12-07T17:11:54.942989+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:56 smithi135 bash[32435]: cluster 2023-12-07T17:11:54.942989+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:56.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:56 smithi079 bash[28699]: cluster 2023-12-07T17:11:54.942989+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:58.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:11:58 smithi135 bash[32435]: cluster 2023-12-07T17:11:56.943401+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:11:58 smithi194 bash[32038]: cluster 2023-12-07T17:11:56.943401+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:11:58.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:11:58 smithi079 bash[28699]: cluster 2023-12-07T17:11:56.943401+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:00 smithi194 bash[32038]: cluster 2023-12-07T17:11:58.943807+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:00 smithi135 bash[32435]: cluster 2023-12-07T17:11:58.943807+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:00.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:00 smithi079 bash[28699]: cluster 2023-12-07T17:11:58.943807+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:02 smithi194 bash[32038]: cluster 2023-12-07T17:12:00.944272+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:02 smithi135 bash[32435]: cluster 2023-12-07T17:12:00.944272+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:02 smithi079 bash[28699]: cluster 2023-12-07T17:12:00.944272+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:03 smithi194 bash[32038]: audit 2023-12-07T17:12:02.611088+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T17:12:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:03 smithi194 bash[32038]: audit 2023-12-07T17:12:02.612787+0000 mon.a (mon.0) 319 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:03 smithi194 bash[32038]: cephadm 2023-12-07T17:12:02.614168+0000 mgr.a (mgr.14152) 154 : cephadm 1 Deploying daemon osd.1 on smithi135 2023-12-07T17:12:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:03 smithi135 bash[32435]: audit 2023-12-07T17:12:02.611088+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T17:12:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:03 smithi135 bash[32435]: audit 2023-12-07T17:12:02.612787+0000 mon.a (mon.0) 319 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:03 smithi135 bash[32435]: cephadm 2023-12-07T17:12:02.614168+0000 mgr.a (mgr.14152) 154 : cephadm 1 Deploying daemon osd.1 on smithi135 2023-12-07T17:12:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:03 smithi079 bash[28699]: audit 2023-12-07T17:12:02.611088+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T17:12:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:03 smithi079 bash[28699]: audit 2023-12-07T17:12:02.612787+0000 mon.a (mon.0) 319 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:03 smithi079 bash[28699]: cephadm 2023-12-07T17:12:02.614168+0000 mgr.a (mgr.14152) 154 : cephadm 1 Deploying daemon osd.1 on smithi135 2023-12-07T17:12:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:04 smithi194 bash[32038]: cluster 2023-12-07T17:12:02.944715+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:04 smithi135 bash[32435]: cluster 2023-12-07T17:12:02.944715+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:04.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:04 smithi079 bash[28699]: cluster 2023-12-07T17:12:02.944715+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:06 smithi194 bash[32038]: cluster 2023-12-07T17:12:04.945157+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:06 smithi135 bash[32435]: cluster 2023-12-07T17:12:04.945157+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:06.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:06 smithi079 bash[28699]: cluster 2023-12-07T17:12:04.945157+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:08 smithi079 bash[28699]: cluster 2023-12-07T17:12:06.945597+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:08 smithi079 bash[28699]: audit 2023-12-07T17:12:07.383840+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:08 smithi079 bash[28699]: audit 2023-12-07T17:12:07.390204+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:08 smithi079 bash[28699]: audit 2023-12-07T17:12:07.422306+0000 mon.a (mon.0) 322 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:08 smithi194 bash[32038]: cluster 2023-12-07T17:12:06.945597+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:08 smithi194 bash[32038]: audit 2023-12-07T17:12:07.383840+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:08 smithi194 bash[32038]: audit 2023-12-07T17:12:07.390204+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:08 smithi194 bash[32038]: audit 2023-12-07T17:12:07.422306+0000 mon.a (mon.0) 322 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:08 smithi135 bash[32435]: cluster 2023-12-07T17:12:06.945597+0000 mgr.a (mgr.14152) 157 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:08 smithi135 bash[32435]: audit 2023-12-07T17:12:07.383840+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:08 smithi135 bash[32435]: audit 2023-12-07T17:12:07.390204+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:08 smithi135 bash[32435]: audit 2023-12-07T17:12:07.422306+0000 mon.a (mon.0) 322 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:10 smithi079 bash[28699]: cluster 2023-12-07T17:12:08.946035+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:10 smithi194 bash[32038]: cluster 2023-12-07T17:12:08.946035+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:10 smithi135 bash[32435]: cluster 2023-12-07T17:12:08.946035+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:12 smithi194 bash[32038]: cluster 2023-12-07T17:12:10.946542+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:12 smithi135 bash[32435]: cluster 2023-12-07T17:12:10.946542+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:12.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:12 smithi079 bash[28699]: cluster 2023-12-07T17:12:10.946542+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:13 smithi079 bash[28699]: audit 2023-12-07T17:12:12.717958+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:13 smithi079 bash[28699]: audit 2023-12-07T17:12:12.723379+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:13 smithi079 bash[28699]: audit 2023-12-07T17:12:12.724533+0000 mon.a (mon.0) 325 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:13 smithi079 bash[28699]: audit 2023-12-07T17:12:12.726009+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:13 smithi079 bash[28699]: audit 2023-12-07T17:12:12.732770+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:13 smithi079 bash[28699]: cluster 2023-12-07T17:12:12.947023+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:14.143 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:13 smithi135 bash[32435]: audit 2023-12-07T17:12:12.717958+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:14.143 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:13 smithi135 bash[32435]: audit 2023-12-07T17:12:12.723379+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:14.144 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:13 smithi135 bash[32435]: audit 2023-12-07T17:12:12.724533+0000 mon.a (mon.0) 325 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:14.144 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:13 smithi135 bash[32435]: audit 2023-12-07T17:12:12.726009+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:14.144 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:13 smithi135 bash[32435]: audit 2023-12-07T17:12:12.732770+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:14.144 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:13 smithi135 bash[32435]: cluster 2023-12-07T17:12:12.947023+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:13 smithi194 bash[32038]: audit 2023-12-07T17:12:12.717958+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:14.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:13 smithi194 bash[32038]: audit 2023-12-07T17:12:12.723379+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:14.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:13 smithi194 bash[32038]: audit 2023-12-07T17:12:12.724533+0000 mon.a (mon.0) 325 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:14.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:13 smithi194 bash[32038]: audit 2023-12-07T17:12:12.726009+0000 mon.a (mon.0) 326 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:14.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:13 smithi194 bash[32038]: audit 2023-12-07T17:12:12.732770+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:14.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:13 smithi194 bash[32038]: cluster 2023-12-07T17:12:12.947023+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:15.100 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:14 smithi135 bash[32435]: audit 2023-12-07T17:12:14.148102+0000 mon.b (mon.2) 7 : audit 1 from='osd.1 [v2:172.21.15.135:6800/2119027689,v1:172.21.15.135:6801/2119027689]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T17:12:15.100 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:14 smithi135 bash[32435]: audit 2023-12-07T17:12:14.149344+0000 mon.a (mon.0) 328 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T17:12:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:14 smithi079 bash[28699]: audit 2023-12-07T17:12:14.148102+0000 mon.b (mon.2) 7 : audit 1 from='osd.1 [v2:172.21.15.135:6800/2119027689,v1:172.21.15.135:6801/2119027689]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T17:12:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:14 smithi079 bash[28699]: audit 2023-12-07T17:12:14.149344+0000 mon.a (mon.0) 328 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T17:12:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:14 smithi194 bash[32038]: audit 2023-12-07T17:12:14.148102+0000 mon.b (mon.2) 7 : audit 1 from='osd.1 [v2:172.21.15.135:6800/2119027689,v1:172.21.15.135:6801/2119027689]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T17:12:15.252 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:14 smithi194 bash[32038]: audit 2023-12-07T17:12:14.149344+0000 mon.a (mon.0) 328 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T17:12:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:15 smithi079 bash[28699]: audit 2023-12-07T17:12:14.734903+0000 mon.a (mon.0) 329 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T17:12:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:15 smithi079 bash[28699]: audit 2023-12-07T17:12:14.738601+0000 mon.b (mon.2) 8 : audit 1 from='osd.1 [v2:172.21.15.135:6800/2119027689,v1:172.21.15.135:6801/2119027689]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-12-07T17:12:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:15 smithi079 bash[28699]: cluster 2023-12-07T17:12:14.739688+0000 mon.a (mon.0) 330 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2023-12-07T17:12:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:15 smithi079 bash[28699]: audit 2023-12-07T17:12:14.740704+0000 mon.a (mon.0) 331 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:15 smithi079 bash[28699]: audit 2023-12-07T17:12:14.745626+0000 mon.a (mon.0) 332 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-12-07T17:12:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:15 smithi079 bash[28699]: cluster 2023-12-07T17:12:14.947448+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:15 smithi194 bash[32038]: audit 2023-12-07T17:12:14.734903+0000 mon.a (mon.0) 329 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T17:12:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:15 smithi194 bash[32038]: audit 2023-12-07T17:12:14.738601+0000 mon.b (mon.2) 8 : audit 1 from='osd.1 [v2:172.21.15.135:6800/2119027689,v1:172.21.15.135:6801/2119027689]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-12-07T17:12:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:15 smithi194 bash[32038]: cluster 2023-12-07T17:12:14.739688+0000 mon.a (mon.0) 330 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2023-12-07T17:12:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:15 smithi194 bash[32038]: audit 2023-12-07T17:12:14.740704+0000 mon.a (mon.0) 331 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:15 smithi194 bash[32038]: audit 2023-12-07T17:12:14.745626+0000 mon.a (mon.0) 332 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-12-07T17:12:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:15 smithi194 bash[32038]: cluster 2023-12-07T17:12:14.947448+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:15 smithi135 bash[32435]: audit 2023-12-07T17:12:14.734903+0000 mon.a (mon.0) 329 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T17:12:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:15 smithi135 bash[32435]: audit 2023-12-07T17:12:14.738601+0000 mon.b (mon.2) 8 : audit 1 from='osd.1 [v2:172.21.15.135:6800/2119027689,v1:172.21.15.135:6801/2119027689]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-12-07T17:12:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:15 smithi135 bash[32435]: cluster 2023-12-07T17:12:14.739688+0000 mon.a (mon.0) 330 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2023-12-07T17:12:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:15 smithi135 bash[32435]: audit 2023-12-07T17:12:14.740704+0000 mon.a (mon.0) 331 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:15 smithi135 bash[32435]: audit 2023-12-07T17:12:14.745626+0000 mon.a (mon.0) 332 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]: dispatch 2023-12-07T17:12:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:15 smithi135 bash[32435]: cluster 2023-12-07T17:12:14.947448+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:16.609 INFO:teuthology.orchestra.run.smithi135.stdout:Created osd(s) 1 on host 'smithi135' 2023-12-07T17:12:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:16 smithi135 bash[32435]: audit 2023-12-07T17:12:15.743869+0000 mon.a (mon.0) 333 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-12-07T17:12:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:16 smithi135 bash[32435]: cluster 2023-12-07T17:12:15.748357+0000 mon.a (mon.0) 334 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2023-12-07T17:12:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:16 smithi135 bash[32435]: audit 2023-12-07T17:12:15.749147+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:16 smithi135 bash[32435]: audit 2023-12-07T17:12:15.756763+0000 mon.a (mon.0) 336 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:16 smithi135 bash[32435]: audit 2023-12-07T17:12:16.559417+0000 mon.a (mon.0) 337 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:16 smithi135 bash[32435]: audit 2023-12-07T17:12:16.565991+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:16 smithi135 bash[32435]: audit 2023-12-07T17:12:16.572195+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:17.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:16 smithi079 bash[28699]: audit 2023-12-07T17:12:15.743869+0000 mon.a (mon.0) 333 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-12-07T17:12:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:16 smithi079 bash[28699]: cluster 2023-12-07T17:12:15.748357+0000 mon.a (mon.0) 334 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2023-12-07T17:12:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:16 smithi079 bash[28699]: audit 2023-12-07T17:12:15.749147+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:16 smithi079 bash[28699]: audit 2023-12-07T17:12:15.756763+0000 mon.a (mon.0) 336 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:16 smithi079 bash[28699]: audit 2023-12-07T17:12:16.559417+0000 mon.a (mon.0) 337 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:16 smithi079 bash[28699]: audit 2023-12-07T17:12:16.565991+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:16 smithi079 bash[28699]: audit 2023-12-07T17:12:16.572195+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:16 smithi194 bash[32038]: audit 2023-12-07T17:12:15.743869+0000 mon.a (mon.0) 333 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi135", "root=default"]}]': finished 2023-12-07T17:12:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:16 smithi194 bash[32038]: cluster 2023-12-07T17:12:15.748357+0000 mon.a (mon.0) 334 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2023-12-07T17:12:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:16 smithi194 bash[32038]: audit 2023-12-07T17:12:15.749147+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:16 smithi194 bash[32038]: audit 2023-12-07T17:12:15.756763+0000 mon.a (mon.0) 336 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:16 smithi194 bash[32038]: audit 2023-12-07T17:12:16.559417+0000 mon.a (mon.0) 337 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:16 smithi194 bash[32038]: audit 2023-12-07T17:12:16.565991+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:16 smithi194 bash[32038]: audit 2023-12-07T17:12:16.572195+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:17.287 DEBUG:teuthology.orchestra.run.smithi135:osd.1> sudo journalctl -f -n 0 -u ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@osd.1.service 2023-12-07T17:12:17.289 INFO:tasks.cephadm:Deploying osd.2 on smithi194 with /dev/vg_nvme/lv_4... 2023-12-07T17:12:17.289 DEBUG:teuthology.orchestra.run.smithi194:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T17:12:17.464 INFO:journalctl@ceph.osd.1.smithi135.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T17:12:18.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:17 smithi079 bash[28699]: cluster 2023-12-07T17:12:15.160215+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T17:12:18.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:17 smithi079 bash[28699]: cluster 2023-12-07T17:12:15.160310+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T17:12:18.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:17 smithi079 bash[28699]: cluster 2023-12-07T17:12:16.759682+0000 mon.a (mon.0) 340 : cluster 1 osd.1 [v2:172.21.15.135:6800/2119027689,v1:172.21.15.135:6801/2119027689] boot 2023-12-07T17:12:18.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:17 smithi079 bash[28699]: cluster 2023-12-07T17:12:16.759756+0000 mon.a (mon.0) 341 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2023-12-07T17:12:18.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:17 smithi079 bash[28699]: audit 2023-12-07T17:12:16.760339+0000 mon.a (mon.0) 342 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:18.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:17 smithi079 bash[28699]: cluster 2023-12-07T17:12:16.948019+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:17 smithi194 bash[32038]: cluster 2023-12-07T17:12:15.160215+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T17:12:18.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:17 smithi194 bash[32038]: cluster 2023-12-07T17:12:15.160310+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T17:12:18.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:17 smithi194 bash[32038]: cluster 2023-12-07T17:12:16.759682+0000 mon.a (mon.0) 340 : cluster 1 osd.1 [v2:172.21.15.135:6800/2119027689,v1:172.21.15.135:6801/2119027689] boot 2023-12-07T17:12:18.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:17 smithi194 bash[32038]: cluster 2023-12-07T17:12:16.759756+0000 mon.a (mon.0) 341 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2023-12-07T17:12:18.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:17 smithi194 bash[32038]: audit 2023-12-07T17:12:16.760339+0000 mon.a (mon.0) 342 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:18.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:17 smithi194 bash[32038]: cluster 2023-12-07T17:12:16.948019+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:17 smithi135 bash[32435]: cluster 2023-12-07T17:12:15.160215+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T17:12:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:17 smithi135 bash[32435]: cluster 2023-12-07T17:12:15.160310+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T17:12:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:17 smithi135 bash[32435]: cluster 2023-12-07T17:12:16.759682+0000 mon.a (mon.0) 340 : cluster 1 osd.1 [v2:172.21.15.135:6800/2119027689,v1:172.21.15.135:6801/2119027689] boot 2023-12-07T17:12:18.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:17 smithi135 bash[32435]: cluster 2023-12-07T17:12:16.759756+0000 mon.a (mon.0) 341 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2023-12-07T17:12:18.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:17 smithi135 bash[32435]: audit 2023-12-07T17:12:16.760339+0000 mon.a (mon.0) 342 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:12:18.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:17 smithi135 bash[32435]: cluster 2023-12-07T17:12:16.948019+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T17:12:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:18 smithi079 bash[28699]: cluster 2023-12-07T17:12:17.773908+0000 mon.a (mon.0) 343 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2023-12-07T17:12:19.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:18 smithi194 bash[32038]: cluster 2023-12-07T17:12:17.773908+0000 mon.a (mon.0) 343 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2023-12-07T17:12:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:18 smithi135 bash[32435]: cluster 2023-12-07T17:12:17.773908+0000 mon.a (mon.0) 343 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2023-12-07T17:12:20.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:19 smithi079 bash[28699]: cluster 2023-12-07T17:12:18.948602+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:19 smithi194 bash[32038]: cluster 2023-12-07T17:12:18.948602+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:20.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:19 smithi135 bash[32435]: cluster 2023-12-07T17:12:18.948602+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:21.010 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T17:12:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:22 smithi079 bash[28699]: cluster 2023-12-07T17:12:20.949138+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:22 smithi194 bash[32038]: cluster 2023-12-07T17:12:20.949138+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:22.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:22 smithi135 bash[32435]: cluster 2023-12-07T17:12:20.949138+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:24.160 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T17:12:24.160 INFO:teuthology.orchestra.run.smithi194.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T17:12:24.160 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10+0 records in 2023-12-07T17:12:24.160 INFO:teuthology.orchestra.run.smithi194.stderr:10+0 records out 2023-12-07T17:12:24.160 INFO:teuthology.orchestra.run.smithi194.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0159238 s, 658 MB/s 2023-12-07T17:12:24.160 INFO:teuthology.orchestra.run.smithi194.stderr:--> Zapping successful for: 2023-12-07T17:12:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:24 smithi194 bash[32038]: cluster 2023-12-07T17:12:22.949644+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:24 smithi079 bash[28699]: cluster 2023-12-07T17:12:22.949644+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:24.691 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:24 smithi135 bash[32435]: cluster 2023-12-07T17:12:22.949644+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:24.835 DEBUG:teuthology.orchestra.run.smithi194:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi194:vg_nvme/lv_4 2023-12-07T17:12:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:26 smithi079 bash[28699]: cluster 2023-12-07T17:12:24.950088+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:26 smithi194 bash[32038]: cluster 2023-12-07T17:12:24.950088+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:26 smithi135 bash[32435]: cluster 2023-12-07T17:12:24.950088+0000 mgr.a (mgr.14152) 166 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:27 smithi194 bash[32038]: cephadm 2023-12-07T17:12:26.926569+0000 mgr.a (mgr.14152) 167 : cephadm 1 Detected new or changed devices on smithi135 2023-12-07T17:12:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:27 smithi194 bash[32038]: audit 2023-12-07T17:12:26.934354+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:27 smithi194 bash[32038]: audit 2023-12-07T17:12:26.941146+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:27 smithi194 bash[32038]: audit 2023-12-07T17:12:26.942771+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:12:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:27 smithi194 bash[32038]: cephadm 2023-12-07T17:12:26.943725+0000 mgr.a (mgr.14152) 168 : cephadm 1 Adjusting osd_memory_target on smithi135 to 17265M 2023-12-07T17:12:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:27 smithi194 bash[32038]: audit 2023-12-07T17:12:26.947213+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:27 smithi194 bash[32038]: audit 2023-12-07T17:12:26.949324+0000 mon.a (mon.0) 348 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:27 smithi194 bash[32038]: cluster 2023-12-07T17:12:26.950542+0000 mgr.a (mgr.14152) 169 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:28.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:27 smithi194 bash[32038]: audit 2023-12-07T17:12:26.950713+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:28.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:27 smithi194 bash[32038]: audit 2023-12-07T17:12:26.957812+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:27 smithi135 bash[32435]: cephadm 2023-12-07T17:12:26.926569+0000 mgr.a (mgr.14152) 167 : cephadm 1 Detected new or changed devices on smithi135 2023-12-07T17:12:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:27 smithi135 bash[32435]: audit 2023-12-07T17:12:26.934354+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:27 smithi135 bash[32435]: audit 2023-12-07T17:12:26.941146+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:27 smithi135 bash[32435]: audit 2023-12-07T17:12:26.942771+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:12:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:27 smithi135 bash[32435]: cephadm 2023-12-07T17:12:26.943725+0000 mgr.a (mgr.14152) 168 : cephadm 1 Adjusting osd_memory_target on smithi135 to 17265M 2023-12-07T17:12:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:27 smithi135 bash[32435]: audit 2023-12-07T17:12:26.947213+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:28.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:27 smithi135 bash[32435]: audit 2023-12-07T17:12:26.949324+0000 mon.a (mon.0) 348 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:28.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:27 smithi135 bash[32435]: cluster 2023-12-07T17:12:26.950542+0000 mgr.a (mgr.14152) 169 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:28.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:27 smithi135 bash[32435]: audit 2023-12-07T17:12:26.950713+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:28.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:27 smithi135 bash[32435]: audit 2023-12-07T17:12:26.957812+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:27 smithi079 bash[28699]: cephadm 2023-12-07T17:12:26.926569+0000 mgr.a (mgr.14152) 167 : cephadm 1 Detected new or changed devices on smithi135 2023-12-07T17:12:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:27 smithi079 bash[28699]: audit 2023-12-07T17:12:26.934354+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:27 smithi079 bash[28699]: audit 2023-12-07T17:12:26.941146+0000 mon.a (mon.0) 345 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:27 smithi079 bash[28699]: audit 2023-12-07T17:12:26.942771+0000 mon.a (mon.0) 346 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:12:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:27 smithi079 bash[28699]: cephadm 2023-12-07T17:12:26.943725+0000 mgr.a (mgr.14152) 168 : cephadm 1 Adjusting osd_memory_target on smithi135 to 17265M 2023-12-07T17:12:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:27 smithi079 bash[28699]: audit 2023-12-07T17:12:26.947213+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:27 smithi079 bash[28699]: audit 2023-12-07T17:12:26.949324+0000 mon.a (mon.0) 348 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:27 smithi079 bash[28699]: cluster 2023-12-07T17:12:26.950542+0000 mgr.a (mgr.14152) 169 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:27 smithi079 bash[28699]: audit 2023-12-07T17:12:26.950713+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:12:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:27 smithi079 bash[28699]: audit 2023-12-07T17:12:26.957812+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:28.548 INFO:teuthology.orchestra.run.smithi194.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T17:12:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:30 smithi079 bash[28699]: cluster 2023-12-07T17:12:28.951020+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:30 smithi194 bash[32038]: cluster 2023-12-07T17:12:28.951020+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:30 smithi135 bash[32435]: cluster 2023-12-07T17:12:28.951020+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:32 smithi079 bash[28699]: cluster 2023-12-07T17:12:30.951513+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:32 smithi079 bash[28699]: audit 2023-12-07T17:12:31.485474+0000 mgr.a (mgr.14152) 172 : audit 0 from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:32 smithi079 bash[28699]: audit 2023-12-07T17:12:31.493141+0000 mon.a (mon.0) 351 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:12:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:32 smithi079 bash[28699]: audit 2023-12-07T17:12:31.498123+0000 mon.a (mon.0) 352 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:12:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:32 smithi079 bash[28699]: audit 2023-12-07T17:12:31.499561+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:32 smithi194 bash[32038]: cluster 2023-12-07T17:12:30.951513+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:32 smithi194 bash[32038]: audit 2023-12-07T17:12:31.485474+0000 mgr.a (mgr.14152) 172 : audit 0 from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:32 smithi194 bash[32038]: audit 2023-12-07T17:12:31.493141+0000 mon.a (mon.0) 351 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:12:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:32 smithi194 bash[32038]: audit 2023-12-07T17:12:31.498123+0000 mon.a (mon.0) 352 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:12:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:32 smithi194 bash[32038]: audit 2023-12-07T17:12:31.499561+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:32 smithi135 bash[32435]: cluster 2023-12-07T17:12:30.951513+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:32 smithi135 bash[32435]: audit 2023-12-07T17:12:31.485474+0000 mgr.a (mgr.14152) 172 : audit 0 from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi194:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:12:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:32 smithi135 bash[32435]: audit 2023-12-07T17:12:31.493141+0000 mon.a (mon.0) 351 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T17:12:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:32 smithi135 bash[32435]: audit 2023-12-07T17:12:31.498123+0000 mon.a (mon.0) 352 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T17:12:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:32 smithi135 bash[32435]: audit 2023-12-07T17:12:31.499561+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:34 smithi079 bash[28699]: cluster 2023-12-07T17:12:32.951997+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:34 smithi194 bash[32038]: cluster 2023-12-07T17:12:32.951997+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:34 smithi135 bash[32435]: cluster 2023-12-07T17:12:32.951997+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:36 smithi079 bash[28699]: cluster 2023-12-07T17:12:34.952475+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:36 smithi194 bash[32038]: cluster 2023-12-07T17:12:34.952475+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:36 smithi135 bash[32435]: cluster 2023-12-07T17:12:34.952475+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:38 smithi079 bash[28699]: cluster 2023-12-07T17:12:36.952975+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:38 smithi194 bash[32038]: cluster 2023-12-07T17:12:36.952975+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:38 smithi135 bash[32435]: cluster 2023-12-07T17:12:36.952975+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:40 smithi079 bash[28699]: cluster 2023-12-07T17:12:38.953492+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:40 smithi079 bash[28699]: audit 2023-12-07T17:12:40.033948+0000 mon.c (mon.1) 4 : audit 1 from='client.? 172.21.15.194:0/2699265377' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d935449c-49e3-4ba3-a880-ab508069b110"}]: dispatch 2023-12-07T17:12:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:40 smithi079 bash[28699]: audit 2023-12-07T17:12:40.035054+0000 mon.a (mon.0) 354 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d935449c-49e3-4ba3-a880-ab508069b110"}]: dispatch 2023-12-07T17:12:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:40 smithi079 bash[28699]: audit 2023-12-07T17:12:40.037994+0000 mon.a (mon.0) 355 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d935449c-49e3-4ba3-a880-ab508069b110"}]': finished 2023-12-07T17:12:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:40 smithi079 bash[28699]: cluster 2023-12-07T17:12:40.042654+0000 mon.a (mon.0) 356 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2023-12-07T17:12:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:40 smithi079 bash[28699]: audit 2023-12-07T17:12:40.043071+0000 mon.a (mon.0) 357 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:40 smithi194 bash[32038]: cluster 2023-12-07T17:12:38.953492+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:40.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:40 smithi194 bash[32038]: audit 2023-12-07T17:12:40.033948+0000 mon.c (mon.1) 4 : audit 1 from='client.? 172.21.15.194:0/2699265377' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d935449c-49e3-4ba3-a880-ab508069b110"}]: dispatch 2023-12-07T17:12:40.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:40 smithi194 bash[32038]: audit 2023-12-07T17:12:40.035054+0000 mon.a (mon.0) 354 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d935449c-49e3-4ba3-a880-ab508069b110"}]: dispatch 2023-12-07T17:12:40.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:40 smithi194 bash[32038]: audit 2023-12-07T17:12:40.037994+0000 mon.a (mon.0) 355 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d935449c-49e3-4ba3-a880-ab508069b110"}]': finished 2023-12-07T17:12:40.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:40 smithi194 bash[32038]: cluster 2023-12-07T17:12:40.042654+0000 mon.a (mon.0) 356 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2023-12-07T17:12:40.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:40 smithi194 bash[32038]: audit 2023-12-07T17:12:40.043071+0000 mon.a (mon.0) 357 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:40 smithi135 bash[32435]: cluster 2023-12-07T17:12:38.953492+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:40 smithi135 bash[32435]: audit 2023-12-07T17:12:40.033948+0000 mon.c (mon.1) 4 : audit 1 from='client.? 172.21.15.194:0/2699265377' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d935449c-49e3-4ba3-a880-ab508069b110"}]: dispatch 2023-12-07T17:12:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:40 smithi135 bash[32435]: audit 2023-12-07T17:12:40.035054+0000 mon.a (mon.0) 354 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d935449c-49e3-4ba3-a880-ab508069b110"}]: dispatch 2023-12-07T17:12:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:40 smithi135 bash[32435]: audit 2023-12-07T17:12:40.037994+0000 mon.a (mon.0) 355 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d935449c-49e3-4ba3-a880-ab508069b110"}]': finished 2023-12-07T17:12:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:40 smithi135 bash[32435]: cluster 2023-12-07T17:12:40.042654+0000 mon.a (mon.0) 356 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2023-12-07T17:12:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:40 smithi135 bash[32435]: audit 2023-12-07T17:12:40.043071+0000 mon.a (mon.0) 357 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:12:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:41 smithi079 bash[28699]: audit 2023-12-07T17:12:40.787491+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.194:0/98826841' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:12:41.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:41 smithi194 bash[32038]: audit 2023-12-07T17:12:40.787491+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.194:0/98826841' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:12:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:41 smithi135 bash[32435]: audit 2023-12-07T17:12:40.787491+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.194:0/98826841' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T17:12:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:42 smithi079 bash[28699]: cluster 2023-12-07T17:12:40.953973+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:42.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:42 smithi194 bash[32038]: cluster 2023-12-07T17:12:40.953973+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:42.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:42 smithi135 bash[32435]: cluster 2023-12-07T17:12:40.953973+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:44 smithi079 bash[28699]: cluster 2023-12-07T17:12:42.954372+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:44 smithi194 bash[32038]: cluster 2023-12-07T17:12:42.954372+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:44 smithi135 bash[32435]: cluster 2023-12-07T17:12:42.954372+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:46 smithi079 bash[28699]: cluster 2023-12-07T17:12:44.954835+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:46 smithi194 bash[32038]: cluster 2023-12-07T17:12:44.954835+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:46 smithi135 bash[32435]: cluster 2023-12-07T17:12:44.954835+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:48 smithi079 bash[28699]: cluster 2023-12-07T17:12:46.955327+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:48.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:48 smithi194 bash[32038]: cluster 2023-12-07T17:12:46.955327+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:48 smithi135 bash[32435]: cluster 2023-12-07T17:12:46.955327+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:50 smithi079 bash[28699]: cluster 2023-12-07T17:12:48.955813+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:50 smithi194 bash[32038]: cluster 2023-12-07T17:12:48.955813+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:50 smithi135 bash[32435]: cluster 2023-12-07T17:12:48.955813+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:52 smithi194 bash[32038]: cluster 2023-12-07T17:12:50.956297+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:52 smithi079 bash[28699]: cluster 2023-12-07T17:12:50.956297+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:52 smithi135 bash[32435]: cluster 2023-12-07T17:12:50.956297+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:53.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:53 smithi194 bash[32038]: audit 2023-12-07T17:12:52.806716+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T17:12:53.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:53 smithi194 bash[32038]: audit 2023-12-07T17:12:52.808440+0000 mon.a (mon.0) 359 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:53 smithi135 bash[32435]: audit 2023-12-07T17:12:52.806716+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T17:12:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:53 smithi135 bash[32435]: audit 2023-12-07T17:12:52.808440+0000 mon.a (mon.0) 359 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:53 smithi079 bash[28699]: audit 2023-12-07T17:12:52.806716+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T17:12:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:53 smithi079 bash[28699]: audit 2023-12-07T17:12:52.808440+0000 mon.a (mon.0) 359 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:12:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:54 smithi194 bash[32038]: cephadm 2023-12-07T17:12:52.809970+0000 mgr.a (mgr.14152) 183 : cephadm 1 Deploying daemon osd.2 on smithi194 2023-12-07T17:12:54.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:54 smithi194 bash[32038]: cluster 2023-12-07T17:12:52.956857+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:54 smithi135 bash[32435]: cephadm 2023-12-07T17:12:52.809970+0000 mgr.a (mgr.14152) 183 : cephadm 1 Deploying daemon osd.2 on smithi194 2023-12-07T17:12:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:54 smithi135 bash[32435]: cluster 2023-12-07T17:12:52.956857+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:54 smithi079 bash[28699]: cephadm 2023-12-07T17:12:52.809970+0000 mgr.a (mgr.14152) 183 : cephadm 1 Deploying daemon osd.2 on smithi194 2023-12-07T17:12:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:54 smithi079 bash[28699]: cluster 2023-12-07T17:12:52.956857+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:56.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:56 smithi194 bash[32038]: cluster 2023-12-07T17:12:54.957384+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:56 smithi135 bash[32435]: cluster 2023-12-07T17:12:54.957384+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:56 smithi079 bash[28699]: cluster 2023-12-07T17:12:54.957384+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:58 smithi194 bash[32038]: cluster 2023-12-07T17:12:56.957873+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:58 smithi194 bash[32038]: audit 2023-12-07T17:12:57.508455+0000 mon.a (mon.0) 360 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:58 smithi194 bash[32038]: audit 2023-12-07T17:12:57.514959+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:12:58 smithi194 bash[32038]: audit 2023-12-07T17:12:57.519628+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:58 smithi135 bash[32435]: cluster 2023-12-07T17:12:56.957873+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:58 smithi135 bash[32435]: audit 2023-12-07T17:12:57.508455+0000 mon.a (mon.0) 360 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:58 smithi135 bash[32435]: audit 2023-12-07T17:12:57.514959+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:12:58 smithi135 bash[32435]: audit 2023-12-07T17:12:57.519628+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:58 smithi079 bash[28699]: cluster 2023-12-07T17:12:56.957873+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:12:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:58 smithi079 bash[28699]: audit 2023-12-07T17:12:57.508455+0000 mon.a (mon.0) 360 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:12:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:58 smithi079 bash[28699]: audit 2023-12-07T17:12:57.514959+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:12:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:12:58 smithi079 bash[28699]: audit 2023-12-07T17:12:57.519628+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:00.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:00 smithi194 bash[32038]: cluster 2023-12-07T17:12:58.958447+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:13:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:00 smithi135 bash[32435]: cluster 2023-12-07T17:12:58.958447+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:13:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:00 smithi079 bash[28699]: cluster 2023-12-07T17:12:58.958447+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:13:02.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:02 smithi194 bash[32038]: cluster 2023-12-07T17:13:00.958989+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:13:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:02 smithi135 bash[32435]: cluster 2023-12-07T17:13:00.958989+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:13:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:02 smithi079 bash[28699]: cluster 2023-12-07T17:13:00.958989+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:13:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:03 smithi079 bash[28699]: audit 2023-12-07T17:13:02.853628+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:03 smithi079 bash[28699]: audit 2023-12-07T17:13:02.859787+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:03 smithi079 bash[28699]: audit 2023-12-07T17:13:02.861070+0000 mon.a (mon.0) 365 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:03 smithi079 bash[28699]: audit 2023-12-07T17:13:02.862575+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:03 smithi079 bash[28699]: audit 2023-12-07T17:13:02.869718+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:03 smithi079 bash[28699]: cluster 2023-12-07T17:13:02.959412+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:13:04.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:03 smithi194 bash[32038]: audit 2023-12-07T17:13:02.853628+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:04.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:03 smithi194 bash[32038]: audit 2023-12-07T17:13:02.859787+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:04.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:03 smithi194 bash[32038]: audit 2023-12-07T17:13:02.861070+0000 mon.a (mon.0) 365 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:04.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:03 smithi194 bash[32038]: audit 2023-12-07T17:13:02.862575+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:04.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:03 smithi194 bash[32038]: audit 2023-12-07T17:13:02.869718+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:03 smithi194 bash[32038]: cluster 2023-12-07T17:13:02.959412+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:13:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:03 smithi135 bash[32435]: audit 2023-12-07T17:13:02.853628+0000 mon.a (mon.0) 363 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:03 smithi135 bash[32435]: audit 2023-12-07T17:13:02.859787+0000 mon.a (mon.0) 364 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:03 smithi135 bash[32435]: audit 2023-12-07T17:13:02.861070+0000 mon.a (mon.0) 365 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:03 smithi135 bash[32435]: audit 2023-12-07T17:13:02.862575+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:03 smithi135 bash[32435]: audit 2023-12-07T17:13:02.869718+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:03 smithi135 bash[32435]: cluster 2023-12-07T17:13:02.959412+0000 mgr.a (mgr.14152) 189 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:13:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:04 smithi079 bash[28699]: audit 2023-12-07T17:13:04.206318+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.194:6800/562337781,v1:172.21.15.194:6801/562337781]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T17:13:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:04 smithi079 bash[28699]: audit 2023-12-07T17:13:04.207645+0000 mon.a (mon.0) 368 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T17:13:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:04 smithi194 bash[32038]: audit 2023-12-07T17:13:04.206318+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.194:6800/562337781,v1:172.21.15.194:6801/562337781]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T17:13:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:04 smithi194 bash[32038]: audit 2023-12-07T17:13:04.207645+0000 mon.a (mon.0) 368 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T17:13:05.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:04 smithi135 bash[32435]: audit 2023-12-07T17:13:04.206318+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.194:6800/562337781,v1:172.21.15.194:6801/562337781]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T17:13:05.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:04 smithi135 bash[32435]: audit 2023-12-07T17:13:04.207645+0000 mon.a (mon.0) 368 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T17:13:06.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:05 smithi079 bash[28699]: audit 2023-12-07T17:13:04.872028+0000 mon.a (mon.0) 369 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T17:13:06.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:05 smithi079 bash[28699]: cluster 2023-12-07T17:13:04.876896+0000 mon.a (mon.0) 370 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2023-12-07T17:13:06.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:05 smithi079 bash[28699]: audit 2023-12-07T17:13:04.877776+0000 mon.a (mon.0) 371 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:06.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:05 smithi079 bash[28699]: audit 2023-12-07T17:13:04.877944+0000 mon.c (mon.1) 7 : audit 1 from='osd.2 [v2:172.21.15.194:6800/562337781,v1:172.21.15.194:6801/562337781]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-07T17:13:06.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:05 smithi079 bash[28699]: audit 2023-12-07T17:13:04.882071+0000 mon.a (mon.0) 372 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-07T17:13:06.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:05 smithi079 bash[28699]: cluster 2023-12-07T17:13:04.959889+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:13:06.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:05 smithi194 bash[32038]: audit 2023-12-07T17:13:04.872028+0000 mon.a (mon.0) 369 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T17:13:06.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:05 smithi194 bash[32038]: cluster 2023-12-07T17:13:04.876896+0000 mon.a (mon.0) 370 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2023-12-07T17:13:06.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:05 smithi194 bash[32038]: audit 2023-12-07T17:13:04.877776+0000 mon.a (mon.0) 371 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:06.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:05 smithi194 bash[32038]: audit 2023-12-07T17:13:04.877944+0000 mon.c (mon.1) 7 : audit 1 from='osd.2 [v2:172.21.15.194:6800/562337781,v1:172.21.15.194:6801/562337781]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-07T17:13:06.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:05 smithi194 bash[32038]: audit 2023-12-07T17:13:04.882071+0000 mon.a (mon.0) 372 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-07T17:13:06.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:05 smithi194 bash[32038]: cluster 2023-12-07T17:13:04.959889+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:13:06.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:05 smithi135 bash[32435]: audit 2023-12-07T17:13:04.872028+0000 mon.a (mon.0) 369 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T17:13:06.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:05 smithi135 bash[32435]: cluster 2023-12-07T17:13:04.876896+0000 mon.a (mon.0) 370 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2023-12-07T17:13:06.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:05 smithi135 bash[32435]: audit 2023-12-07T17:13:04.877776+0000 mon.a (mon.0) 371 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:06.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:05 smithi135 bash[32435]: audit 2023-12-07T17:13:04.877944+0000 mon.c (mon.1) 7 : audit 1 from='osd.2 [v2:172.21.15.194:6800/562337781,v1:172.21.15.194:6801/562337781]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-07T17:13:06.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:05 smithi135 bash[32435]: audit 2023-12-07T17:13:04.882071+0000 mon.a (mon.0) 372 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]: dispatch 2023-12-07T17:13:06.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:05 smithi135 bash[32435]: cluster 2023-12-07T17:13:04.959889+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T17:13:06.613 INFO:teuthology.orchestra.run.smithi194.stdout:Created osd(s) 2 on host 'smithi194' 2023-12-07T17:13:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:06 smithi194 bash[32038]: audit 2023-12-07T17:13:05.887585+0000 mon.a (mon.0) 373 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-07T17:13:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:06 smithi194 bash[32038]: cluster 2023-12-07T17:13:05.891512+0000 mon.a (mon.0) 374 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2023-12-07T17:13:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:06 smithi194 bash[32038]: audit 2023-12-07T17:13:05.892093+0000 mon.a (mon.0) 375 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:06 smithi194 bash[32038]: audit 2023-12-07T17:13:05.897808+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:06 smithi194 bash[32038]: audit 2023-12-07T17:13:06.569047+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:06 smithi194 bash[32038]: audit 2023-12-07T17:13:06.575473+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:06 smithi194 bash[32038]: audit 2023-12-07T17:13:06.596186+0000 mon.a (mon.0) 379 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:07.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:06 smithi135 bash[32435]: audit 2023-12-07T17:13:05.887585+0000 mon.a (mon.0) 373 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-07T17:13:07.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:06 smithi135 bash[32435]: cluster 2023-12-07T17:13:05.891512+0000 mon.a (mon.0) 374 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2023-12-07T17:13:07.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:06 smithi135 bash[32435]: audit 2023-12-07T17:13:05.892093+0000 mon.a (mon.0) 375 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:07.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:06 smithi135 bash[32435]: audit 2023-12-07T17:13:05.897808+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:07.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:06 smithi135 bash[32435]: audit 2023-12-07T17:13:06.569047+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:07.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:06 smithi135 bash[32435]: audit 2023-12-07T17:13:06.575473+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:07.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:06 smithi135 bash[32435]: audit 2023-12-07T17:13:06.596186+0000 mon.a (mon.0) 379 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:07.318 DEBUG:teuthology.orchestra.run.smithi194:osd.2> sudo journalctl -f -n 0 -u ceph-ea87f9c8-9522-11ee-95a2-87774f69a715@osd.2.service 2023-12-07T17:13:07.321 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-12-07T17:13:07.321 DEBUG:teuthology.orchestra.run.smithi079:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-07T17:13:07.335 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:06 smithi079 bash[28699]: audit 2023-12-07T17:13:05.887585+0000 mon.a (mon.0) 373 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi194", "root=default"]}]': finished 2023-12-07T17:13:07.335 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:06 smithi079 bash[28699]: cluster 2023-12-07T17:13:05.891512+0000 mon.a (mon.0) 374 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2023-12-07T17:13:07.335 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:06 smithi079 bash[28699]: audit 2023-12-07T17:13:05.892093+0000 mon.a (mon.0) 375 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:07.335 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:06 smithi079 bash[28699]: audit 2023-12-07T17:13:05.897808+0000 mon.a (mon.0) 376 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:07.336 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:06 smithi079 bash[28699]: audit 2023-12-07T17:13:06.569047+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:07.336 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:06 smithi079 bash[28699]: audit 2023-12-07T17:13:06.575473+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:07.336 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:06 smithi079 bash[28699]: audit 2023-12-07T17:13:06.596186+0000 mon.a (mon.0) 379 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:13:07.589 INFO:journalctl@ceph.osd.2.smithi194.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-07T17:13:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:07 smithi194 bash[32038]: cluster 2023-12-07T17:13:05.205577+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T17:13:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:07 smithi194 bash[32038]: cluster 2023-12-07T17:13:05.205705+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T17:13:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:07 smithi194 bash[32038]: cluster 2023-12-07T17:13:06.895273+0000 mon.a (mon.0) 380 : cluster 1 osd.2 [v2:172.21.15.194:6800/562337781,v1:172.21.15.194:6801/562337781] boot 2023-12-07T17:13:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:07 smithi194 bash[32038]: cluster 2023-12-07T17:13:06.895375+0000 mon.a (mon.0) 381 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2023-12-07T17:13:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:07 smithi194 bash[32038]: audit 2023-12-07T17:13:06.896137+0000 mon.a (mon.0) 382 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:07 smithi194 bash[32038]: cluster 2023-12-07T17:13:06.960409+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:07 smithi194 bash[32038]: audit 2023-12-07T17:13:07.125736+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-12-07T17:13:08.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:07 smithi135 bash[32435]: cluster 2023-12-07T17:13:05.205577+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T17:13:08.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:07 smithi135 bash[32435]: cluster 2023-12-07T17:13:05.205705+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T17:13:08.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:07 smithi135 bash[32435]: cluster 2023-12-07T17:13:06.895273+0000 mon.a (mon.0) 380 : cluster 1 osd.2 [v2:172.21.15.194:6800/562337781,v1:172.21.15.194:6801/562337781] boot 2023-12-07T17:13:08.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:07 smithi135 bash[32435]: cluster 2023-12-07T17:13:06.895375+0000 mon.a (mon.0) 381 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2023-12-07T17:13:08.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:07 smithi135 bash[32435]: audit 2023-12-07T17:13:06.896137+0000 mon.a (mon.0) 382 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:08.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:07 smithi135 bash[32435]: cluster 2023-12-07T17:13:06.960409+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:08.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:07 smithi135 bash[32435]: audit 2023-12-07T17:13:07.125736+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-12-07T17:13:08.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:07 smithi079 bash[28699]: cluster 2023-12-07T17:13:05.205577+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-12-07T17:13:08.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:07 smithi079 bash[28699]: cluster 2023-12-07T17:13:05.205705+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-12-07T17:13:08.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:07 smithi079 bash[28699]: cluster 2023-12-07T17:13:06.895273+0000 mon.a (mon.0) 380 : cluster 1 osd.2 [v2:172.21.15.194:6800/562337781,v1:172.21.15.194:6801/562337781] boot 2023-12-07T17:13:08.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:07 smithi079 bash[28699]: cluster 2023-12-07T17:13:06.895375+0000 mon.a (mon.0) 381 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2023-12-07T17:13:08.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:07 smithi079 bash[28699]: audit 2023-12-07T17:13:06.896137+0000 mon.a (mon.0) 382 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:13:08.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:07 smithi079 bash[28699]: cluster 2023-12-07T17:13:06.960409+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:08.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:07 smithi079 bash[28699]: audit 2023-12-07T17:13:07.125736+0000 mon.a (mon.0) 383 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-12-07T17:13:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:08 smithi194 bash[32038]: audit 2023-12-07T17:13:07.908716+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-12-07T17:13:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:08 smithi194 bash[32038]: cluster 2023-12-07T17:13:07.913859+0000 mon.a (mon.0) 385 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2023-12-07T17:13:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:08 smithi194 bash[32038]: audit 2023-12-07T17:13:07.915103+0000 mon.a (mon.0) 386 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T17:13:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:08 smithi135 bash[32435]: audit 2023-12-07T17:13:07.908716+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-12-07T17:13:09.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:08 smithi135 bash[32435]: cluster 2023-12-07T17:13:07.913859+0000 mon.a (mon.0) 385 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2023-12-07T17:13:09.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:08 smithi135 bash[32435]: audit 2023-12-07T17:13:07.915103+0000 mon.a (mon.0) 386 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T17:13:09.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:08 smithi079 bash[28699]: audit 2023-12-07T17:13:07.908716+0000 mon.a (mon.0) 384 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-12-07T17:13:09.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:08 smithi079 bash[28699]: cluster 2023-12-07T17:13:07.913859+0000 mon.a (mon.0) 385 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2023-12-07T17:13:09.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:08 smithi079 bash[28699]: audit 2023-12-07T17:13:07.915103+0000 mon.a (mon.0) 386 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T17:13:10.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:09 smithi194 bash[32038]: audit 2023-12-07T17:13:08.911318+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T17:13:10.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:09 smithi194 bash[32038]: cluster 2023-12-07T17:13:08.916320+0000 mon.a (mon.0) 388 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2023-12-07T17:13:10.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:09 smithi194 bash[32038]: cluster 2023-12-07T17:13:08.960879+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:09 smithi135 bash[32435]: audit 2023-12-07T17:13:08.911318+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T17:13:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:09 smithi135 bash[32435]: cluster 2023-12-07T17:13:08.916320+0000 mon.a (mon.0) 388 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2023-12-07T17:13:10.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:09 smithi135 bash[32435]: cluster 2023-12-07T17:13:08.960879+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:09 smithi079 bash[28699]: audit 2023-12-07T17:13:08.911318+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T17:13:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:09 smithi079 bash[28699]: cluster 2023-12-07T17:13:08.916320+0000 mon.a (mon.0) 388 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2023-12-07T17:13:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:09 smithi079 bash[28699]: cluster 2023-12-07T17:13:08.960879+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:10 smithi194 bash[32038]: cluster 2023-12-07T17:13:09.939932+0000 mon.a (mon.0) 389 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2023-12-07T17:13:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:10 smithi194 bash[32038]: cluster 2023-12-07T17:13:09.939961+0000 mon.a (mon.0) 390 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2023-12-07T17:13:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:10 smithi194 bash[32038]: audit 2023-12-07T17:13:10.035087+0000 mon.a (mon.0) 391 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:11.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:10 smithi135 bash[32435]: cluster 2023-12-07T17:13:09.939932+0000 mon.a (mon.0) 389 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2023-12-07T17:13:11.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:10 smithi135 bash[32435]: cluster 2023-12-07T17:13:09.939961+0000 mon.a (mon.0) 390 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2023-12-07T17:13:11.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:10 smithi135 bash[32435]: audit 2023-12-07T17:13:10.035087+0000 mon.a (mon.0) 391 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:11.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:10 smithi079 bash[28699]: cluster 2023-12-07T17:13:09.939932+0000 mon.a (mon.0) 389 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2023-12-07T17:13:11.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:10 smithi079 bash[28699]: cluster 2023-12-07T17:13:09.939961+0000 mon.a (mon.0) 390 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2023-12-07T17:13:11.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:10 smithi079 bash[28699]: audit 2023-12-07T17:13:10.035087+0000 mon.a (mon.0) 391 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:12.044 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:13:13.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:12 smithi194 bash[32038]: cluster 2023-12-07T17:13:10.961246+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v153: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:13.100 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:12 smithi194 bash[32038]: audit 2023-12-07T17:13:10.983215+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:13.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:12 smithi194 bash[32038]: audit 2023-12-07T17:13:11.940069+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:13.101 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:12 smithi194 bash[32038]: audit 2023-12-07T17:13:11.942110+0000 mon.a (mon.0) 394 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:13:13.117 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:12 smithi079 bash[28699]: cluster 2023-12-07T17:13:10.961246+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v153: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:13.117 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:12 smithi079 bash[28699]: audit 2023-12-07T17:13:10.983215+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:13.117 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:12 smithi079 bash[28699]: audit 2023-12-07T17:13:11.940069+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:13.117 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:12 smithi079 bash[28699]: audit 2023-12-07T17:13:11.942110+0000 mon.a (mon.0) 394 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:13:13.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:12 smithi135 bash[32435]: cluster 2023-12-07T17:13:10.961246+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v153: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:13.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:12 smithi135 bash[32435]: audit 2023-12-07T17:13:10.983215+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:13.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:12 smithi135 bash[32435]: audit 2023-12-07T17:13:11.940069+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:13.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:12 smithi135 bash[32435]: audit 2023-12-07T17:13:11.942110+0000 mon.a (mon.0) 394 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:13:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:14 smithi079 bash[28699]: audit 2023-12-07T17:13:12.846934+0000 mon.a (mon.0) 395 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:13:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:14 smithi079 bash[28699]: audit 2023-12-07T17:13:12.849161+0000 mon.a (mon.0) 396 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:13:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:14 smithi079 bash[28699]: audit 2023-12-07T17:13:12.853528+0000 mon.a (mon.0) 397 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:13:14.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:14 smithi079 bash[28699]: audit 2023-12-07T17:13:12.853933+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:13:14.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:14 smithi079 bash[28699]: audit 2023-12-07T17:13:12.855844+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:13:14.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:14 smithi079 bash[28699]: audit 2023-12-07T17:13:12.857765+0000 mon.a (mon.0) 399 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:13:14.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:14 smithi079 bash[28699]: audit 2023-12-07T17:13:12.858060+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:13:14.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:14 smithi079 bash[28699]: audit 2023-12-07T17:13:12.858329+0000 mon.a (mon.0) 401 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:13:14.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:14 smithi079 bash[28699]: cluster 2023-12-07T17:13:12.961891+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:14.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:14 smithi079 bash[28699]: audit 2023-12-07T17:13:13.747464+0000 mon.c (mon.1) 9 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:13:14.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:14 smithi079 bash[28699]: audit 2023-12-07T17:13:13.752435+0000 mon.a (mon.0) 402 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:13:14.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:14 smithi079 bash[28699]: audit 2023-12-07T17:13:13.752668+0000 mon.a (mon.0) 403 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:13:14.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:14 smithi079 bash[28699]: audit 2023-12-07T17:13:13.752876+0000 mon.a (mon.0) 404 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:13:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:14 smithi194 bash[32038]: audit 2023-12-07T17:13:12.846934+0000 mon.a (mon.0) 395 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:13:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:14 smithi194 bash[32038]: audit 2023-12-07T17:13:12.849161+0000 mon.a (mon.0) 396 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:13:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:14 smithi194 bash[32038]: audit 2023-12-07T17:13:12.853528+0000 mon.a (mon.0) 397 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:13:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:14 smithi194 bash[32038]: audit 2023-12-07T17:13:12.853933+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:13:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:14 smithi194 bash[32038]: audit 2023-12-07T17:13:12.855844+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:13:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:14 smithi194 bash[32038]: audit 2023-12-07T17:13:12.857765+0000 mon.a (mon.0) 399 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:13:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:14 smithi194 bash[32038]: audit 2023-12-07T17:13:12.858060+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:13:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:14 smithi194 bash[32038]: audit 2023-12-07T17:13:12.858329+0000 mon.a (mon.0) 401 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:13:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:14 smithi194 bash[32038]: cluster 2023-12-07T17:13:12.961891+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:14 smithi194 bash[32038]: audit 2023-12-07T17:13:13.747464+0000 mon.c (mon.1) 9 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:13:14.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:14 smithi194 bash[32038]: audit 2023-12-07T17:13:13.752435+0000 mon.a (mon.0) 402 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:13:14.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:14 smithi194 bash[32038]: audit 2023-12-07T17:13:13.752668+0000 mon.a (mon.0) 403 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:13:14.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:14 smithi194 bash[32038]: audit 2023-12-07T17:13:13.752876+0000 mon.a (mon.0) 404 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:13:14.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:14 smithi135 bash[32435]: audit 2023-12-07T17:13:12.846934+0000 mon.a (mon.0) 395 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:13:14.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:14 smithi135 bash[32435]: audit 2023-12-07T17:13:12.849161+0000 mon.a (mon.0) 396 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:13:14.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:14 smithi135 bash[32435]: audit 2023-12-07T17:13:12.853528+0000 mon.a (mon.0) 397 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:13:14.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:14 smithi135 bash[32435]: audit 2023-12-07T17:13:12.853933+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:13:14.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:14 smithi135 bash[32435]: audit 2023-12-07T17:13:12.855844+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:13:14.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:14 smithi135 bash[32435]: audit 2023-12-07T17:13:12.857765+0000 mon.a (mon.0) 399 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:13:14.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:14 smithi135 bash[32435]: audit 2023-12-07T17:13:12.858060+0000 mon.a (mon.0) 400 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:13:14.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:14 smithi135 bash[32435]: audit 2023-12-07T17:13:12.858329+0000 mon.a (mon.0) 401 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:13:14.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:14 smithi135 bash[32435]: cluster 2023-12-07T17:13:12.961891+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:14.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:14 smithi135 bash[32435]: audit 2023-12-07T17:13:13.747464+0000 mon.c (mon.1) 9 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:13:14.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:14 smithi135 bash[32435]: audit 2023-12-07T17:13:13.752435+0000 mon.a (mon.0) 402 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:13:14.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:14 smithi135 bash[32435]: audit 2023-12-07T17:13:13.752668+0000 mon.a (mon.0) 403 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:13:14.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:14 smithi135 bash[32435]: audit 2023-12-07T17:13:13.752876+0000 mon.a (mon.0) 404 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:13:15.034 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:13:15.772 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1701969186,"num_in_osds":3,"osd_in_since":1701969160,"num_remapped_pgs":0} 2023-12-07T17:13:15.773 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T17:13:15.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:15 smithi079 bash[28699]: audit 2023-12-07T17:13:13.751868+0000 mon.b (mon.2) 9 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:13:15.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:15 smithi079 bash[28699]: audit 2023-12-07T17:13:14.636913+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:13:15.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:15 smithi079 bash[28699]: audit 2023-12-07T17:13:15.033900+0000 mon.a (mon.0) 405 : audit 0 from='client.? 172.21.15.79:0/373965239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T17:13:15.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:15 smithi079 bash[28699]: audit 2023-12-07T17:13:15.292088+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:15.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:15 smithi079 bash[28699]: audit 2023-12-07T17:13:15.299164+0000 mon.a (mon.0) 407 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:15.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:15 smithi079 bash[28699]: audit 2023-12-07T17:13:15.300205+0000 mon.a (mon.0) 408 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:13:15.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:15 smithi079 bash[28699]: audit 2023-12-07T17:13:15.304858+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:15.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:15 smithi079 bash[28699]: audit 2023-12-07T17:13:15.307735+0000 mon.a (mon.0) 410 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:15.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:15 smithi079 bash[28699]: audit 2023-12-07T17:13:15.308807+0000 mon.a (mon.0) 411 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:15.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:15 smithi079 bash[28699]: audit 2023-12-07T17:13:15.314545+0000 mon.a (mon.0) 412 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:15.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:15 smithi194 bash[32038]: audit 2023-12-07T17:13:13.751868+0000 mon.b (mon.2) 9 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:13:15.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:15 smithi194 bash[32038]: audit 2023-12-07T17:13:14.636913+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:13:15.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:15 smithi194 bash[32038]: audit 2023-12-07T17:13:15.033900+0000 mon.a (mon.0) 405 : audit 0 from='client.? 172.21.15.79:0/373965239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T17:13:15.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:15 smithi194 bash[32038]: audit 2023-12-07T17:13:15.292088+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:15 smithi194 bash[32038]: audit 2023-12-07T17:13:15.299164+0000 mon.a (mon.0) 407 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:15 smithi194 bash[32038]: audit 2023-12-07T17:13:15.300205+0000 mon.a (mon.0) 408 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:13:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:15 smithi194 bash[32038]: audit 2023-12-07T17:13:15.304858+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:15 smithi194 bash[32038]: audit 2023-12-07T17:13:15.307735+0000 mon.a (mon.0) 410 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:15 smithi194 bash[32038]: audit 2023-12-07T17:13:15.308807+0000 mon.a (mon.0) 411 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:15 smithi194 bash[32038]: audit 2023-12-07T17:13:15.314545+0000 mon.a (mon.0) 412 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:15.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:15 smithi135 bash[32435]: audit 2023-12-07T17:13:13.751868+0000 mon.b (mon.2) 9 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T17:13:15.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:15 smithi135 bash[32435]: audit 2023-12-07T17:13:14.636913+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T17:13:15.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:15 smithi135 bash[32435]: audit 2023-12-07T17:13:15.033900+0000 mon.a (mon.0) 405 : audit 0 from='client.? 172.21.15.79:0/373965239' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T17:13:15.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:15 smithi135 bash[32435]: audit 2023-12-07T17:13:15.292088+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:15.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:15 smithi135 bash[32435]: audit 2023-12-07T17:13:15.299164+0000 mon.a (mon.0) 407 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:15.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:15 smithi135 bash[32435]: audit 2023-12-07T17:13:15.300205+0000 mon.a (mon.0) 408 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T17:13:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:15 smithi135 bash[32435]: audit 2023-12-07T17:13:15.304858+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:15 smithi135 bash[32435]: audit 2023-12-07T17:13:15.307735+0000 mon.a (mon.0) 410 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:13:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:15 smithi135 bash[32435]: audit 2023-12-07T17:13:15.308807+0000 mon.a (mon.0) 411 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:13:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:15 smithi135 bash[32435]: audit 2023-12-07T17:13:15.314545+0000 mon.a (mon.0) 412 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:13:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:16 smithi194 bash[32038]: cluster 2023-12-07T17:13:14.962293+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:16 smithi194 bash[32038]: cephadm 2023-12-07T17:13:15.284323+0000 mgr.a (mgr.14152) 196 : cephadm 1 Detected new or changed devices on smithi194 2023-12-07T17:13:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:16 smithi194 bash[32038]: cephadm 2023-12-07T17:13:15.300988+0000 mgr.a (mgr.14152) 197 : cephadm 1 Adjusting osd_memory_target on smithi194 to 21361M 2023-12-07T17:13:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:16 smithi135 bash[32435]: cluster 2023-12-07T17:13:14.962293+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:16 smithi135 bash[32435]: cephadm 2023-12-07T17:13:15.284323+0000 mgr.a (mgr.14152) 196 : cephadm 1 Detected new or changed devices on smithi194 2023-12-07T17:13:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:16 smithi135 bash[32435]: cephadm 2023-12-07T17:13:15.300988+0000 mgr.a (mgr.14152) 197 : cephadm 1 Adjusting osd_memory_target on smithi194 to 21361M 2023-12-07T17:13:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:16 smithi079 bash[28699]: cluster 2023-12-07T17:13:14.962293+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:16 smithi079 bash[28699]: cephadm 2023-12-07T17:13:15.284323+0000 mgr.a (mgr.14152) 196 : cephadm 1 Detected new or changed devices on smithi194 2023-12-07T17:13:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:16 smithi079 bash[28699]: cephadm 2023-12-07T17:13:15.300988+0000 mgr.a (mgr.14152) 197 : cephadm 1 Adjusting osd_memory_target on smithi194 to 21361M 2023-12-07T17:13:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:18 smithi194 bash[32038]: cluster 2023-12-07T17:13:16.962715+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:18.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:18 smithi135 bash[32435]: cluster 2023-12-07T17:13:16.962715+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:18 smithi079 bash[28699]: cluster 2023-12-07T17:13:16.962715+0000 mgr.a (mgr.14152) 198 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:20.551 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:13:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:20 smithi079 bash[28699]: cluster 2023-12-07T17:13:18.963320+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-07T17:13:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:20 smithi194 bash[32038]: cluster 2023-12-07T17:13:18.963320+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-07T17:13:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:20 smithi135 bash[32435]: cluster 2023-12-07T17:13:18.963320+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2023-12-07T17:13:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:22 smithi194 bash[32038]: cluster 2023-12-07T17:13:20.963815+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-07T17:13:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:22 smithi135 bash[32435]: cluster 2023-12-07T17:13:20.963815+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-07T17:13:23.062 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:22 smithi079 bash[28699]: cluster 2023-12-07T17:13:20.963815+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2023-12-07T17:13:23.498 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:13:23.498 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":21,"fsid":"ea87f9c8-9522-11ee-95a2-87774f69a715","created":"2023-12-07T17:07:16.046071+0000","modified":"2023-12-07T17:13:09.920509+0000","last_up_change":"2023-12-07T17:13:06.887531+0000","last_in_change":"2023-12-07T17:12:40.035876+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-07T17:13:07.557615+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":"e861c5b9-9cc1-41c3-8835-decfa0eaec16","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.79:6802","nonce":2671239515},{"type":"v1","addr":"172.21.15.79:6803","nonce":2671239515}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":2671239515},{"type":"v1","addr":"172.21.15.79:6805","nonce":2671239515}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":2671239515},{"type":"v1","addr":"172.21.15.79:6809","nonce":2671239515}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":2671239515},{"type":"v1","addr":"172.21.15.79:6807","nonce":2671239515}]},"public_addr":"172.21.15.79:6803/2671239515","cluster_addr":"172.21.15.79:6805/2671239515","heartbeat_back_addr":"172.21.15.79:6809/2671239515","heartbeat_front_addr":"172.21.15.79:6807/2671239515","state":["exists","up"]},{"osd":1,"uuid":"db567957-5b2f-4996-b47d-49a98175a9d3","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.135:6800","nonce":2119027689},{"type":"v1","addr":"172.21.15.135:6801","nonce":2119027689}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6802","nonce":2119027689},{"type":"v1","addr":"172.21.15.135:6803","nonce":2119027689}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":2119027689},{"type":"v1","addr":"172.21.15.135:6807","nonce":2119027689}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":2119027689},{"type":"v1","addr":"172.21.15.135:6805","nonce":2119027689}]},"public_addr":"172.21.15.135:6801/2119027689","cluster_addr":"172.21.15.135:6803/2119027689","heartbeat_back_addr":"172.21.15.135:6807/2119027689","heartbeat_front_addr":"172.21.15.135:6805/2119027689","state":["exists","up"]},{"osd":2,"uuid":"d935449c-49e3-4ba3-a880-ab508069b110","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.194:6800","nonce":562337781},{"type":"v1","addr":"172.21.15.194:6801","nonce":562337781}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":562337781},{"type":"v1","addr":"172.21.15.194:6803","nonce":562337781}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":562337781},{"type":"v1","addr":"172.21.15.194:6807","nonce":562337781}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":562337781},{"type":"v1","addr":"172.21.15.194:6805","nonce":562337781}]},"public_addr":"172.21.15.194:6801/562337781","cluster_addr":"172.21.15.194:6803/562337781","heartbeat_back_addr":"172.21.15.194:6807/562337781","heartbeat_front_addr":"172.21.15.194:6805/562337781","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:11:23.075790+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:12:15.160315+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:13:05.205711+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.79:0/2029923656":"2023-12-08T17:08:26.889248+0000","172.21.15.79:0/1120258610":"2023-12-08T17:08:26.889248+0000","172.21.15.79:6801/187093038":"2023-12-08T17:08:26.889248+0000","172.21.15.79:6800/187093038":"2023-12-08T17:08:26.889248+0000","172.21.15.79:0/573532737":"2023-12-08T17:07:49.657785+0000","172.21.15.79:0/3971376979":"2023-12-08T17:07:49.657785+0000","172.21.15.79:0/4269464351":"2023-12-08T17:07:49.657785+0000","172.21.15.79:6800/3653878879":"2023-12-08T17:07:49.657785+0000","172.21.15.79:6801/3653878879":"2023-12-08T17:07:49.657785+0000","172.21.15.79:0/611429668":"2023-12-08T17:08:26.889248+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-07T17:13:24.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:23 smithi079 bash[28699]: cluster 2023-12-07T17:13:22.964376+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-07T17:13:24.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:23 smithi079 bash[28699]: audit 2023-12-07T17:13:23.496173+0000 mon.a (mon.0) 413 : audit 0 from='client.? 172.21.15.79:0/493619359' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:13:24.180 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-07T17:13:07.557615+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2023-12-07T17:13:24.180 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-07T17:13:24.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:23 smithi194 bash[32038]: cluster 2023-12-07T17:13:22.964376+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-07T17:13:24.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:23 smithi194 bash[32038]: audit 2023-12-07T17:13:23.496173+0000 mon.a (mon.0) 413 : audit 0 from='client.? 172.21.15.79:0/493619359' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:13:24.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:23 smithi135 bash[32435]: cluster 2023-12-07T17:13:22.964376+0000 mgr.a (mgr.14152) 201 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2023-12-07T17:13:24.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:23 smithi135 bash[32435]: audit 2023-12-07T17:13:23.496173+0000 mon.a (mon.0) 413 : audit 0 from='client.? 172.21.15.79:0/493619359' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:13:26.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:26 smithi079 bash[28699]: cluster 2023-12-07T17:13:24.964949+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:26.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:26 smithi194 bash[32038]: cluster 2023-12-07T17:13:24.964949+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:26.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:26 smithi135 bash[32435]: cluster 2023-12-07T17:13:24.964949+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:28 smithi079 bash[28699]: cluster 2023-12-07T17:13:26.965447+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:28.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:28 smithi194 bash[32038]: cluster 2023-12-07T17:13:26.965447+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:28 smithi135 bash[32435]: cluster 2023-12-07T17:13:26.965447+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:28.899 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:13:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:30 smithi079 bash[28699]: cluster 2023-12-07T17:13:28.965994+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:30.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:30 smithi194 bash[32038]: cluster 2023-12-07T17:13:28.965994+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:30 smithi135 bash[32435]: cluster 2023-12-07T17:13:28.965994+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2023-12-07T17:13:31.732 INFO:teuthology.orchestra.run.smithi079.stdout:pg_num: 1 2023-12-07T17:13:32.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:32 smithi079 bash[28699]: cluster 2023-12-07T17:13:30.966536+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:32.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:32 smithi079 bash[28699]: audit 2023-12-07T17:13:31.732323+0000 mon.a (mon.0) 414 : audit 0 from='client.? 172.21.15.79:0/1221278591' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T17:13:32.436 INFO:tasks.cephadm:Setting up client nodes... 2023-12-07T17:13:32.436 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-07T17:13:32.436 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-07T17:13:32.437 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-07T17:13:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:32 smithi194 bash[32038]: cluster 2023-12-07T17:13:30.966536+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:32 smithi194 bash[32038]: audit 2023-12-07T17:13:31.732323+0000 mon.a (mon.0) 414 : audit 0 from='client.? 172.21.15.79:0/1221278591' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T17:13:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:32 smithi135 bash[32435]: cluster 2023-12-07T17:13:30.966536+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:32 smithi135 bash[32435]: audit 2023-12-07T17:13:31.732323+0000 mon.a (mon.0) 414 : audit 0 from='client.? 172.21.15.79:0/1221278591' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T17:13:34.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:33 smithi079 bash[28699]: cluster 2023-12-07T17:13:32.967182+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:34.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:33 smithi194 bash[32038]: cluster 2023-12-07T17:13:32.967182+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:33 smithi135 bash[32435]: cluster 2023-12-07T17:13:32.967182+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:36 smithi079 bash[28699]: cluster 2023-12-07T17:13:34.967684+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:36.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:36 smithi194 bash[32038]: cluster 2023-12-07T17:13:34.967684+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:36 smithi135 bash[32435]: cluster 2023-12-07T17:13:34.967684+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:37.171 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:13:38.329 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:38 smithi079 bash[28699]: cluster 2023-12-07T17:13:36.968256+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:38.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:38 smithi194 bash[32038]: cluster 2023-12-07T17:13:36.968256+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:38 smithi135 bash[32435]: cluster 2023-12-07T17:13:36.968256+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:40.092 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:13:40.345 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:40 smithi079 bash[28699]: cluster 2023-12-07T17:13:38.968820+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:40 smithi194 bash[32038]: cluster 2023-12-07T17:13:38.968820+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:40 smithi135 bash[32435]: cluster 2023-12-07T17:13:38.968820+0000 mgr.a (mgr.14152) 209 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:40.836 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":15,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":214948935},{"type":"v1","addr":"172.21.15.79:6801","nonce":214948935}]},"active_addr":"172.21.15.79:6801/214948935","active_change":"2023-12-07T17:08:26.889616+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.79: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.79:0","nonce":2533186487}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":2386443876}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":4279632170}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.79:0","nonce":213050560}]}]} 2023-12-07T17:13:40.842 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-07T17:13:40.842 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-07T17:13:40.842 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T17:13:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:41 smithi079 bash[28699]: audit 2023-12-07T17:13:40.081007+0000 mon.a (mon.0) 415 : audit 0 from='client.? 172.21.15.79:0/323581960' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T17:13:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:41 smithi194 bash[32038]: audit 2023-12-07T17:13:40.081007+0000 mon.a (mon.0) 415 : audit 0 from='client.? 172.21.15.79:0/323581960' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T17:13:41.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:41 smithi135 bash[32435]: audit 2023-12-07T17:13:40.081007+0000 mon.a (mon.0) 415 : audit 0 from='client.? 172.21.15.79:0/323581960' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T17:13:42.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:42 smithi079 bash[28699]: cluster 2023-12-07T17:13:40.969405+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:42.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:42 smithi194 bash[32038]: cluster 2023-12-07T17:13:40.969405+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:42 smithi135 bash[32435]: cluster 2023-12-07T17:13:40.969405+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:44.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:43 smithi079 bash[28699]: cluster 2023-12-07T17:13:42.969992+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:44.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:43 smithi194 bash[32038]: cluster 2023-12-07T17:13:42.969992+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:43 smithi135 bash[32435]: cluster 2023-12-07T17:13:42.969992+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:45.572 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:13:46.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:46 smithi079 bash[28699]: cluster 2023-12-07T17:13:44.970529+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:46.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:46 smithi194 bash[32038]: cluster 2023-12-07T17:13:44.970529+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:46 smithi135 bash[32435]: cluster 2023-12-07T17:13:44.970529+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:48.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:48 smithi079 bash[28699]: cluster 2023-12-07T17:13:46.971039+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:48.399 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:13:48.399 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":21,"fsid":"ea87f9c8-9522-11ee-95a2-87774f69a715","created":"2023-12-07T17:07:16.046071+0000","modified":"2023-12-07T17:13:09.920509+0000","last_up_change":"2023-12-07T17:13:06.887531+0000","last_in_change":"2023-12-07T17:12:40.035876+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-07T17:13:07.557615+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":"e861c5b9-9cc1-41c3-8835-decfa0eaec16","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.79:6802","nonce":2671239515},{"type":"v1","addr":"172.21.15.79:6803","nonce":2671239515}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":2671239515},{"type":"v1","addr":"172.21.15.79:6805","nonce":2671239515}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":2671239515},{"type":"v1","addr":"172.21.15.79:6809","nonce":2671239515}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":2671239515},{"type":"v1","addr":"172.21.15.79:6807","nonce":2671239515}]},"public_addr":"172.21.15.79:6803/2671239515","cluster_addr":"172.21.15.79:6805/2671239515","heartbeat_back_addr":"172.21.15.79:6809/2671239515","heartbeat_front_addr":"172.21.15.79:6807/2671239515","state":["exists","up"]},{"osd":1,"uuid":"db567957-5b2f-4996-b47d-49a98175a9d3","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.135:6800","nonce":2119027689},{"type":"v1","addr":"172.21.15.135:6801","nonce":2119027689}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6802","nonce":2119027689},{"type":"v1","addr":"172.21.15.135:6803","nonce":2119027689}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":2119027689},{"type":"v1","addr":"172.21.15.135:6807","nonce":2119027689}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":2119027689},{"type":"v1","addr":"172.21.15.135:6805","nonce":2119027689}]},"public_addr":"172.21.15.135:6801/2119027689","cluster_addr":"172.21.15.135:6803/2119027689","heartbeat_back_addr":"172.21.15.135:6807/2119027689","heartbeat_front_addr":"172.21.15.135:6805/2119027689","state":["exists","up"]},{"osd":2,"uuid":"d935449c-49e3-4ba3-a880-ab508069b110","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.194:6800","nonce":562337781},{"type":"v1","addr":"172.21.15.194:6801","nonce":562337781}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":562337781},{"type":"v1","addr":"172.21.15.194:6803","nonce":562337781}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":562337781},{"type":"v1","addr":"172.21.15.194:6807","nonce":562337781}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":562337781},{"type":"v1","addr":"172.21.15.194:6805","nonce":562337781}]},"public_addr":"172.21.15.194:6801/562337781","cluster_addr":"172.21.15.194:6803/562337781","heartbeat_back_addr":"172.21.15.194:6807/562337781","heartbeat_front_addr":"172.21.15.194:6805/562337781","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:11:23.075790+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:12:15.160315+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:13:05.205711+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.79:0/2029923656":"2023-12-08T17:08:26.889248+0000","172.21.15.79:0/1120258610":"2023-12-08T17:08:26.889248+0000","172.21.15.79:6801/187093038":"2023-12-08T17:08:26.889248+0000","172.21.15.79:6800/187093038":"2023-12-08T17:08:26.889248+0000","172.21.15.79:0/573532737":"2023-12-08T17:07:49.657785+0000","172.21.15.79:0/3971376979":"2023-12-08T17:07:49.657785+0000","172.21.15.79:0/4269464351":"2023-12-08T17:07:49.657785+0000","172.21.15.79:6800/3653878879":"2023-12-08T17:07:49.657785+0000","172.21.15.79:6801/3653878879":"2023-12-08T17:07:49.657785+0000","172.21.15.79:0/611429668":"2023-12-08T17:08:26.889248+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-07T17:13:48.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:48 smithi194 bash[32038]: cluster 2023-12-07T17:13:46.971039+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:48 smithi135 bash[32435]: cluster 2023-12-07T17:13:46.971039+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:49.115 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-07T17:13:49.115 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T17:13:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:49 smithi079 bash[28699]: audit 2023-12-07T17:13:48.397768+0000 mon.a (mon.0) 416 : audit 0 from='client.? 172.21.15.79:0/3771050894' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:13:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:49 smithi194 bash[32038]: audit 2023-12-07T17:13:48.397768+0000 mon.a (mon.0) 416 : audit 0 from='client.? 172.21.15.79:0/3771050894' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:13:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:49 smithi135 bash[32435]: audit 2023-12-07T17:13:48.397768+0000 mon.a (mon.0) 416 : audit 0 from='client.? 172.21.15.79:0/3771050894' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:13:50.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:50 smithi079 bash[28699]: cluster 2023-12-07T17:13:48.971562+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:50.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:50 smithi194 bash[32038]: cluster 2023-12-07T17:13:48.971562+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:50 smithi135 bash[32435]: cluster 2023-12-07T17:13:48.971562+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:52.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:52 smithi079 bash[28699]: cluster 2023-12-07T17:13:50.972120+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:52.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:52 smithi194 bash[32038]: cluster 2023-12-07T17:13:50.972120+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:52 smithi135 bash[32435]: cluster 2023-12-07T17:13:50.972120+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:53.839 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:13:54.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:53 smithi079 bash[28699]: cluster 2023-12-07T17:13:52.972663+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:54.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:53 smithi194 bash[32038]: cluster 2023-12-07T17:13:52.972663+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:54.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:53 smithi135 bash[32435]: cluster 2023-12-07T17:13:52.972663+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:56.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:56 smithi079 bash[28699]: cluster 2023-12-07T17:13:54.973345+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:56.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:56 smithi194 bash[32038]: cluster 2023-12-07T17:13:54.973345+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:56 smithi135 bash[32435]: cluster 2023-12-07T17:13:54.973345+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:56.571 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:13:56.571 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":21,"fsid":"ea87f9c8-9522-11ee-95a2-87774f69a715","created":"2023-12-07T17:07:16.046071+0000","modified":"2023-12-07T17:13:09.920509+0000","last_up_change":"2023-12-07T17:13:06.887531+0000","last_in_change":"2023-12-07T17:12:40.035876+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-07T17:13:07.557615+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":"e861c5b9-9cc1-41c3-8835-decfa0eaec16","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.79:6802","nonce":2671239515},{"type":"v1","addr":"172.21.15.79:6803","nonce":2671239515}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":2671239515},{"type":"v1","addr":"172.21.15.79:6805","nonce":2671239515}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":2671239515},{"type":"v1","addr":"172.21.15.79:6809","nonce":2671239515}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":2671239515},{"type":"v1","addr":"172.21.15.79:6807","nonce":2671239515}]},"public_addr":"172.21.15.79:6803/2671239515","cluster_addr":"172.21.15.79:6805/2671239515","heartbeat_back_addr":"172.21.15.79:6809/2671239515","heartbeat_front_addr":"172.21.15.79:6807/2671239515","state":["exists","up"]},{"osd":1,"uuid":"db567957-5b2f-4996-b47d-49a98175a9d3","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.135:6800","nonce":2119027689},{"type":"v1","addr":"172.21.15.135:6801","nonce":2119027689}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6802","nonce":2119027689},{"type":"v1","addr":"172.21.15.135:6803","nonce":2119027689}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6806","nonce":2119027689},{"type":"v1","addr":"172.21.15.135:6807","nonce":2119027689}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.135:6804","nonce":2119027689},{"type":"v1","addr":"172.21.15.135:6805","nonce":2119027689}]},"public_addr":"172.21.15.135:6801/2119027689","cluster_addr":"172.21.15.135:6803/2119027689","heartbeat_back_addr":"172.21.15.135:6807/2119027689","heartbeat_front_addr":"172.21.15.135:6805/2119027689","state":["exists","up"]},{"osd":2,"uuid":"d935449c-49e3-4ba3-a880-ab508069b110","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.194:6800","nonce":562337781},{"type":"v1","addr":"172.21.15.194:6801","nonce":562337781}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6802","nonce":562337781},{"type":"v1","addr":"172.21.15.194:6803","nonce":562337781}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6806","nonce":562337781},{"type":"v1","addr":"172.21.15.194:6807","nonce":562337781}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.194:6804","nonce":562337781},{"type":"v1","addr":"172.21.15.194:6805","nonce":562337781}]},"public_addr":"172.21.15.194:6801/562337781","cluster_addr":"172.21.15.194:6803/562337781","heartbeat_back_addr":"172.21.15.194:6807/562337781","heartbeat_front_addr":"172.21.15.194:6805/562337781","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:11:23.075790+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:12:15.160315+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-12-07T17:13:05.205711+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.79:0/2029923656":"2023-12-08T17:08:26.889248+0000","172.21.15.79:0/1120258610":"2023-12-08T17:08:26.889248+0000","172.21.15.79:6801/187093038":"2023-12-08T17:08:26.889248+0000","172.21.15.79:6800/187093038":"2023-12-08T17:08:26.889248+0000","172.21.15.79:0/573532737":"2023-12-08T17:07:49.657785+0000","172.21.15.79:0/3971376979":"2023-12-08T17:07:49.657785+0000","172.21.15.79:0/4269464351":"2023-12-08T17:07:49.657785+0000","172.21.15.79:6800/3653878879":"2023-12-08T17:07:49.657785+0000","172.21.15.79:6801/3653878879":"2023-12-08T17:07:49.657785+0000","172.21.15.79:0/611429668":"2023-12-08T17:08:26.889248+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-07T17:13:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:57 smithi079 bash[28699]: audit 2023-12-07T17:13:56.570072+0000 mon.a (mon.0) 417 : audit 0 from='client.? 172.21.15.79:0/1919773462' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:13:57.293 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-07T17:13:57.294 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-07T17:13:57.294 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-07T17:13:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:57 smithi194 bash[32038]: audit 2023-12-07T17:13:56.570072+0000 mon.a (mon.0) 417 : audit 0 from='client.? 172.21.15.79:0/1919773462' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:13:57.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:57 smithi135 bash[32435]: audit 2023-12-07T17:13:56.570072+0000 mon.a (mon.0) 417 : audit 0 from='client.? 172.21.15.79:0/1919773462' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T17:13:58.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:13:58 smithi079 bash[28699]: cluster 2023-12-07T17:13:56.973917+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:58.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:13:58 smithi194 bash[32038]: cluster 2023-12-07T17:13:56.973917+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:13:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:13:58 smithi135 bash[32435]: cluster 2023-12-07T17:13:56.973917+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:00.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:00 smithi079 bash[28699]: cluster 2023-12-07T17:13:58.974573+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:00.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:00 smithi194 bash[32038]: cluster 2023-12-07T17:13:58.974573+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:00 smithi135 bash[32435]: cluster 2023-12-07T17:13:58.974573+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:02.029 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:14:02.030 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:14:02.030 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:14:02.309 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:02 smithi079 bash[28699]: cluster 2023-12-07T17:14:00.975255+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:02 smithi194 bash[32038]: cluster 2023-12-07T17:14:00.975255+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:02 smithi135 bash[32435]: cluster 2023-12-07T17:14:00.975255+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:03 smithi079 bash[28699]: cluster 2023-12-07T17:14:02.975838+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:04.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:03 smithi194 bash[32038]: cluster 2023-12-07T17:14:02.975838+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:03 smithi135 bash[32435]: cluster 2023-12-07T17:14:02.975838+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:06.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:06 smithi079 bash[28699]: cluster 2023-12-07T17:14:04.976318+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:06.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:06 smithi194 bash[32038]: cluster 2023-12-07T17:14:04.976318+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:06 smithi135 bash[32435]: cluster 2023-12-07T17:14:04.976318+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:08.305 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:08 smithi079 bash[28699]: cluster 2023-12-07T17:14:06.976867+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:08.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:08 smithi194 bash[32038]: cluster 2023-12-07T17:14:06.976867+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:08 smithi135 bash[32435]: cluster 2023-12-07T17:14:06.976867+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:08.487 INFO:teuthology.orchestra.run.smithi079.stdout:77309411343 2023-12-07T17:14:08.487 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-07T17:14:08.660 INFO:teuthology.orchestra.run.smithi079.stdout:34359738404 2023-12-07T17:14:08.660 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-07T17:14:08.835 INFO:teuthology.orchestra.run.smithi079.stdout:55834574873 2023-12-07T17:14:08.835 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-07T17:14:10.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:10 smithi079 bash[28699]: cluster 2023-12-07T17:14:08.977497+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:10.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:10 smithi194 bash[32038]: cluster 2023-12-07T17:14:08.977497+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:10 smithi135 bash[32435]: cluster 2023-12-07T17:14:08.977497+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:12.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:12 smithi079 bash[28699]: cluster 2023-12-07T17:14:10.978105+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:12.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:12 smithi194 bash[32038]: cluster 2023-12-07T17:14:10.978105+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:12 smithi135 bash[32435]: cluster 2023-12-07T17:14:10.978105+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:13.205 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:14:13.206 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:14:13.206 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:14:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:13 smithi079 bash[28699]: cluster 2023-12-07T17:14:12.978745+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:14.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:13 smithi194 bash[32038]: cluster 2023-12-07T17:14:12.978745+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:13 smithi135 bash[32435]: cluster 2023-12-07T17:14:12.978745+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:16 smithi079 bash[28699]: cluster 2023-12-07T17:14:14.979402+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:16 smithi079 bash[28699]: audit 2023-12-07T17:14:15.415808+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:14:16.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:16 smithi194 bash[32038]: cluster 2023-12-07T17:14:14.979402+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:16.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:16 smithi194 bash[32038]: audit 2023-12-07T17:14:15.415808+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:14:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:16 smithi135 bash[32435]: cluster 2023-12-07T17:14:14.979402+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:16 smithi135 bash[32435]: audit 2023-12-07T17:14:15.415808+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:14:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:17 smithi079 bash[28699]: audit 2023-12-07T17:14:16.195400+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:14:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:17 smithi079 bash[28699]: audit 2023-12-07T17:14:16.197104+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:14:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:17 smithi079 bash[28699]: audit 2023-12-07T17:14:16.205739+0000 mon.a (mon.0) 421 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:14:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:17 smithi194 bash[32038]: audit 2023-12-07T17:14:16.195400+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:14:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:17 smithi194 bash[32038]: audit 2023-12-07T17:14:16.197104+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:14:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:17 smithi194 bash[32038]: audit 2023-12-07T17:14:16.205739+0000 mon.a (mon.0) 421 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:14:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:17 smithi135 bash[32435]: audit 2023-12-07T17:14:16.195400+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:14:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:17 smithi135 bash[32435]: audit 2023-12-07T17:14:16.197104+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:14:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:17 smithi135 bash[32435]: audit 2023-12-07T17:14:16.205739+0000 mon.a (mon.0) 421 : audit 1 from='mgr.14152 172.21.15.79:0/3582402899' entity='mgr.a' 2023-12-07T17:14:18.307 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:18 smithi079 bash[28699]: cluster 2023-12-07T17:14:16.979801+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:18 smithi135 bash[32435]: cluster 2023-12-07T17:14:16.979801+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:18.491 INFO:teuthology.orchestra.run.smithi079.stdout:77309411345 2023-12-07T17:14:18.518 INFO:teuthology.orchestra.run.smithi079.stdout:55834574875 2023-12-07T17:14:18.686 INFO:teuthology.orchestra.run.smithi079.stdout:34359738406 2023-12-07T17:14:18.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:18 smithi194 bash[32038]: cluster 2023-12-07T17:14:16.979801+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:19.545 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:19 smithi079 bash[28699]: audit 2023-12-07T17:14:18.491049+0000 mon.a (mon.0) 422 : audit 0 from='client.? 172.21.15.79:0/3126842057' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T17:14:19.545 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:19 smithi079 bash[28699]: audit 2023-12-07T17:14:18.518196+0000 mon.a (mon.0) 423 : audit 0 from='client.? 172.21.15.79:0/1831198875' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T17:14:19.545 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:19 smithi079 bash[28699]: audit 2023-12-07T17:14:18.686030+0000 mon.a (mon.0) 424 : audit 0 from='client.? 172.21.15.79:0/3427035806' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T17:14:19.618 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411343 got 77309411345 for osd.2 2023-12-07T17:14:19.618 DEBUG:teuthology.parallel:result is None 2023-12-07T17:14:19.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:19 smithi194 bash[32038]: audit 2023-12-07T17:14:18.491049+0000 mon.a (mon.0) 422 : audit 0 from='client.? 172.21.15.79:0/3126842057' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T17:14:19.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:19 smithi194 bash[32038]: audit 2023-12-07T17:14:18.518196+0000 mon.a (mon.0) 423 : audit 0 from='client.? 172.21.15.79:0/1831198875' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T17:14:19.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:19 smithi194 bash[32038]: audit 2023-12-07T17:14:18.686030+0000 mon.a (mon.0) 424 : audit 0 from='client.? 172.21.15.79:0/3427035806' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T17:14:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:19 smithi135 bash[32435]: audit 2023-12-07T17:14:18.491049+0000 mon.a (mon.0) 422 : audit 0 from='client.? 172.21.15.79:0/3126842057' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T17:14:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:19 smithi135 bash[32435]: audit 2023-12-07T17:14:18.518196+0000 mon.a (mon.0) 423 : audit 0 from='client.? 172.21.15.79:0/1831198875' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T17:14:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:19 smithi135 bash[32435]: audit 2023-12-07T17:14:18.686030+0000 mon.a (mon.0) 424 : audit 0 from='client.? 172.21.15.79:0/3427035806' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T17:14:20.213 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738406 for osd.0 2023-12-07T17:14:20.213 DEBUG:teuthology.parallel:result is None 2023-12-07T17:14:20.224 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574873 got 55834574875 for osd.1 2023-12-07T17:14:20.224 DEBUG:teuthology.parallel:result is None 2023-12-07T17:14:20.224 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-07T17:14:20.224 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-07T17:14:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:20 smithi079 bash[28699]: cluster 2023-12-07T17:14:18.980305+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:20 smithi194 bash[32038]: cluster 2023-12-07T17:14:18.980305+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:20 smithi135 bash[32435]: cluster 2023-12-07T17:14:18.980305+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:22 smithi079 bash[28699]: cluster 2023-12-07T17:14:20.980968+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:22 smithi194 bash[32038]: cluster 2023-12-07T17:14:20.980968+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:22 smithi135 bash[32435]: cluster 2023-12-07T17:14:20.980968+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:24.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:23 smithi079 bash[28699]: cluster 2023-12-07T17:14:22.981498+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:24.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:23 smithi194 bash[32038]: cluster 2023-12-07T17:14:22.981498+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:24.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:23 smithi135 bash[32435]: cluster 2023-12-07T17:14:22.981498+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:24.992 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:14:26.057 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:26 smithi079 bash[28699]: cluster 2023-12-07T17:14:24.982034+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:26.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:26 smithi194 bash[32038]: cluster 2023-12-07T17:14:24.982034+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:26 smithi135 bash[32435]: cluster 2023-12-07T17:14:24.982034+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:27.890 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:14:27.893 INFO:teuthology.orchestra.run.smithi079.stderr:dumped all 2023-12-07T17:14:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:28 smithi079 bash[28699]: cluster 2023-12-07T17:14:26.982566+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:28.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:28 smithi194 bash[32038]: cluster 2023-12-07T17:14:26.982566+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:28 smithi135 bash[32435]: cluster 2023-12-07T17:14:26.982566+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:28.628 INFO:teuthology.orchestra.run.smithi079.stdout:{"pg_ready":true,"pg_map":{"version":191,"stamp":"2023-12-07T17:14:26.982336+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.003185"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":185,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-12-07T17:13:14.655324+0000","last_change":"2023-12-07T17:13:08.919752+0000","last_active":"2023-12-07T17:13:14.655324+0000","last_peered":"2023-12-07T17:13:14.655324+0000","last_clean":"2023-12-07T17:13:14.655324+0000","last_became_active":"2023-12-07T17:13:08.919100+0000","last_became_peered":"2023-12-07T17:13:08.919100+0000","last_unstale":"2023-12-07T17:13:14.655324+0000","last_undegraded":"2023-12-07T17:13:14.655324+0000","last_fullsized":"2023-12-07T17:13:14.655324+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-07T17:13:07.900445+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-07T17:13:07.900445+0000","last_clean_scrub_stamp":"2023-12-07T17:13:07.900445+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-09T00:09:08.860098+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":77309411347,"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":[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 Dec 7 17:14:07 2023","interfaces":[{"interface":"back","average":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.748,"5min":0.748,"15min":0.748},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.036,"5min":1.036,"15min":1.036},"last":0.501}]},{"osd":1,"last update":"Thu Dec 7 17:14:07 2023","interfaces":[{"interface":"back","average":{"1min":0.75,"5min":0.75,"15min":0.75},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.383,"5min":1.383,"15min":1.383},"last":0.77900000000000003},{"interface":"front","average":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":0.67200000000000004}]}]},{"osd":0,"up_from":8,"seq":34359738408,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Dec 7 17:14:17 2023","interfaces":[{"interface":"back","average":{"1min":0.67900000000000005,"5min":0.71999999999999997,"15min":0.72699999999999998},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.69199999999999995,"5min":0.72199999999999998,"15min":0.72699999999999998},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.76100000000000001}]},{"osd":2,"last update":"Thu Dec 7 17:14:12 2023","interfaces":[{"interface":"back","average":{"1min":0.746,"5min":0.746,"15min":0.746},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"last":0.80500000000000005},{"interface":"front","average":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.069,"5min":1.069,"15min":1.069},"last":0.84299999999999997}]}]},{"osd":1,"up_from":13,"seq":55834574877,"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 Dec 7 17:14:19 2023","interfaces":[{"interface":"back","average":{"1min":0.71299999999999997,"5min":0.69099999999999995,"15min":0.68700000000000006},"min":{"1min":0.51800000000000002,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.752,"5min":0.755,"15min":0.755},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":0.86799999999999999,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.53700000000000003}]},{"osd":2,"last update":"Thu Dec 7 17:14:09 2023","interfaces":[{"interface":"back","average":{"1min":0.752,"5min":0.752,"15min":0.752},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"min":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":0.98599999999999999,"5min":0.98599999999999999,"15min":0.98599999999999999},"last":0.69599999999999995}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-07T17:14:28.629 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-07T17:14:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:29 smithi079 bash[28699]: audit 2023-12-07T17:14:27.888246+0000 mgr.a (mgr.14152) 234 : audit 0 from='client.14379 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:14:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:29 smithi194 bash[32038]: audit 2023-12-07T17:14:27.888246+0000 mgr.a (mgr.14152) 234 : audit 0 from='client.14379 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:14:29.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:29 smithi135 bash[32435]: audit 2023-12-07T17:14:27.888246+0000 mgr.a (mgr.14152) 234 : audit 0 from='client.14379 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:14:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:30 smithi079 bash[28699]: cluster 2023-12-07T17:14:28.983145+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:30.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:30 smithi194 bash[32038]: cluster 2023-12-07T17:14:28.983145+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:30 smithi135 bash[32435]: cluster 2023-12-07T17:14:28.983145+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:32 smithi079 bash[28699]: cluster 2023-12-07T17:14:30.983624+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:32 smithi194 bash[32038]: cluster 2023-12-07T17:14:30.983624+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:32 smithi135 bash[32435]: cluster 2023-12-07T17:14:30.983624+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:33.368 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:14:34.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:33 smithi079 bash[28699]: cluster 2023-12-07T17:14:32.984206+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:34.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:33 smithi194 bash[32038]: cluster 2023-12-07T17:14:32.984206+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:33 smithi135 bash[32435]: cluster 2023-12-07T17:14:32.984206+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:36.226 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:14:36.229 INFO:teuthology.orchestra.run.smithi079.stderr:dumped all 2023-12-07T17:14:36.305 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:36 smithi079 bash[28699]: cluster 2023-12-07T17:14:34.984729+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:36.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:36 smithi194 bash[32038]: cluster 2023-12-07T17:14:34.984729+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:36 smithi135 bash[32435]: cluster 2023-12-07T17:14:34.984729+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:36.937 INFO:teuthology.orchestra.run.smithi079.stdout:{"pg_ready":true,"pg_map":{"version":195,"stamp":"2023-12-07T17:14:34.984485+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.003245"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":185,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-12-07T17:13:14.655324+0000","last_change":"2023-12-07T17:13:08.919752+0000","last_active":"2023-12-07T17:13:14.655324+0000","last_peered":"2023-12-07T17:13:14.655324+0000","last_clean":"2023-12-07T17:13:14.655324+0000","last_became_active":"2023-12-07T17:13:08.919100+0000","last_became_peered":"2023-12-07T17:13:08.919100+0000","last_unstale":"2023-12-07T17:13:14.655324+0000","last_undegraded":"2023-12-07T17:13:14.655324+0000","last_fullsized":"2023-12-07T17:13:14.655324+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-07T17:13:07.900445+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-07T17:13:07.900445+0000","last_clean_scrub_stamp":"2023-12-07T17:13:07.900445+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-09T00:09:08.860098+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":77309411348,"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":[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 Dec 7 17:14:07 2023","interfaces":[{"interface":"back","average":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"last":0.89600000000000002},{"interface":"front","average":{"1min":0.748,"5min":0.748,"15min":0.748},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.036,"5min":1.036,"15min":1.036},"last":0.80600000000000005}]},{"osd":1,"last update":"Thu Dec 7 17:14:07 2023","interfaces":[{"interface":"back","average":{"1min":0.75,"5min":0.75,"15min":0.75},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.383,"5min":1.383,"15min":1.383},"last":0.84299999999999997},{"interface":"front","average":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":0.77200000000000002}]}]},{"osd":0,"up_from":8,"seq":34359738409,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645146,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Dec 7 17:14:17 2023","interfaces":[{"interface":"back","average":{"1min":0.67900000000000005,"5min":0.71999999999999997,"15min":0.72699999999999998},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.69199999999999995,"5min":0.72199999999999998,"15min":0.72699999999999998},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.79000000000000004}]},{"osd":2,"last update":"Thu Dec 7 17:14:12 2023","interfaces":[{"interface":"back","average":{"1min":0.746,"5min":0.746,"15min":0.746},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.069,"5min":1.069,"15min":1.069},"last":0.75600000000000001}]}]},{"osd":1,"up_from":13,"seq":55834574879,"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 Dec 7 17:14:19 2023","interfaces":[{"interface":"back","average":{"1min":0.71299999999999997,"5min":0.69099999999999995,"15min":0.68700000000000006},"min":{"1min":0.51800000000000002,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.752,"5min":0.755,"15min":0.755},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":0.86799999999999999,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.81499999999999995}]},{"osd":2,"last update":"Thu Dec 7 17:14:09 2023","interfaces":[{"interface":"back","average":{"1min":0.752,"5min":0.752,"15min":0.752},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"min":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":0.98599999999999999,"5min":0.98599999999999999,"15min":0.98599999999999999},"last":0.70999999999999996}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-07T17:14:36.938 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-07T17:14:36.938 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-07T17:14:36.938 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-07T17:14:36.938 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-07T17:14:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:37 smithi079 bash[28699]: audit 2023-12-07T17:14:36.224502+0000 mgr.a (mgr.14152) 239 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:14:37.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:37 smithi194 bash[32038]: audit 2023-12-07T17:14:36.224502+0000 mgr.a (mgr.14152) 239 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:14:37.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:37 smithi135 bash[32435]: audit 2023-12-07T17:14:36.224502+0000 mgr.a (mgr.14152) 239 : audit 0 from='client.14385 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T17:14:38.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:38 smithi079 bash[28699]: cluster 2023-12-07T17:14:36.985277+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:38 smithi194 bash[32038]: cluster 2023-12-07T17:14:36.985277+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:38 smithi135 bash[32435]: cluster 2023-12-07T17:14:36.985277+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:40.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:40 smithi079 bash[28699]: cluster 2023-12-07T17:14:38.985822+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:40 smithi194 bash[32038]: cluster 2023-12-07T17:14:38.985822+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:40 smithi135 bash[32435]: cluster 2023-12-07T17:14:38.985822+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:41.670 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:14:42.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:42 smithi079 bash[28699]: cluster 2023-12-07T17:14:40.986337+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:42.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:42 smithi194 bash[32038]: cluster 2023-12-07T17:14:40.986337+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:42 smithi135 bash[32435]: cluster 2023-12-07T17:14:40.986337+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:44.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:43 smithi079 bash[28699]: cluster 2023-12-07T17:14:42.986815+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:44.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:43 smithi194 bash[32038]: cluster 2023-12-07T17:14:42.986815+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:43 smithi135 bash[32435]: cluster 2023-12-07T17:14:42.986815+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:44.533 INFO:teuthology.orchestra.run.smithi079.stdout: 2023-12-07T17:14:44.533 INFO:teuthology.orchestra.run.smithi079.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-07T17:14:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:44 smithi079 bash[28699]: audit 2023-12-07T17:14:44.531945+0000 mon.b (mon.2) 11 : audit 0 from='client.? 172.21.15.79:0/1433680325' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T17:14:45.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:44 smithi194 bash[32038]: audit 2023-12-07T17:14:44.531945+0000 mon.b (mon.2) 11 : audit 0 from='client.? 172.21.15.79:0/1433680325' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T17:14:45.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:44 smithi135 bash[32435]: audit 2023-12-07T17:14:44.531945+0000 mon.b (mon.2) 11 : audit 0 from='client.? 172.21.15.79:0/1433680325' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T17:14:45.309 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-07T17:14:45.310 INFO:tasks.cephadm:Setup complete, yielding 2023-12-07T17:14:45.310 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-07T17:14:45.321 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi079.front.sepia.ceph.com 2023-12-07T17:14:45.322 DEBUG:teuthology.orchestra.run.smithi079:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2023-12-07T17:14:46.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:45 smithi194 bash[32038]: cluster 2023-12-07T17:14:44.987393+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:46.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:45 smithi135 bash[32435]: cluster 2023-12-07T17:14:44.987393+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:46.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:45 smithi079 bash[28699]: cluster 2023-12-07T17:14:44.987393+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:48 smithi079 bash[28699]: cluster 2023-12-07T17:14:46.987931+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:48.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:48 smithi194 bash[32038]: cluster 2023-12-07T17:14:46.987931+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:48 smithi135 bash[32435]: cluster 2023-12-07T17:14:46.987931+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:50.049 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:14:50.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:50 smithi079 bash[28699]: cluster 2023-12-07T17:14:48.988455+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:50.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:50 smithi194 bash[32038]: cluster 2023-12-07T17:14:48.988455+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:50 smithi135 bash[32435]: cluster 2023-12-07T17:14:48.988455+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:52.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:52 smithi079 bash[28699]: cluster 2023-12-07T17:14:50.989000+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:52 smithi194 bash[32038]: cluster 2023-12-07T17:14:50.989000+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:52 smithi135 bash[32435]: cluster 2023-12-07T17:14:50.989000+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:54.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:53 smithi079 bash[28699]: cluster 2023-12-07T17:14:52.989561+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:54.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:53 smithi079 bash[28699]: audit 2023-12-07T17:14:53.013526+0000 mon.a (mon.0) 425 : audit 1 from='client.? 172.21.15.79:0/1132841176' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-07T17:14:54.137 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:53 smithi079 bash[28975]: ignoring --setuser ceph since I am not root 2023-12-07T17:14:54.137 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:53 smithi079 bash[28975]: ignoring --setgroup ceph since I am not root 2023-12-07T17:14:54.137 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:54 smithi079 bash[28975]: debug 2023-12-07T17:14:54.107+0000 7f4382166200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T17:14:54.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:53 smithi194 bash[32038]: cluster 2023-12-07T17:14:52.989561+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:53 smithi194 bash[32038]: audit 2023-12-07T17:14:53.013526+0000 mon.a (mon.0) 425 : audit 1 from='client.? 172.21.15.79:0/1132841176' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-07T17:14:54.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:53 smithi135 bash[32435]: cluster 2023-12-07T17:14:52.989561+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:14:54.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:53 smithi135 bash[32435]: audit 2023-12-07T17:14:53.013526+0000 mon.a (mon.0) 425 : audit 1 from='client.? 172.21.15.79:0/1132841176' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-07T17:14:54.208 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:53 smithi135 bash[32975]: ignoring --setuser ceph since I am not root 2023-12-07T17:14:54.208 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:53 smithi135 bash[32975]: ignoring --setgroup ceph since I am not root 2023-12-07T17:14:54.208 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:53 smithi135 bash[32975]: debug 2023-12-07T17:14:53.960+0000 7f2626868700 1 -- 172.21.15.135:0/426963900 <== mon.2 v2:172.21.15.135:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a7b7e9e1a0 con 0x55a7b8c1a400 2023-12-07T17:14:54.209 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:54 smithi135 bash[32975]: debug 2023-12-07T17:14:54.120+0000 7f26305fa200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T17:14:54.626 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2023-12-07T17:14:54.641 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2023-12-07T17:14:54.642 DEBUG:teuthology.orchestra.run.smithi079:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i - 2023-12-07T17:14:55.150 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:55 smithi135 bash[32975]: debug 2023-12-07T17:14:55.040+0000 7f26305fa200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T17:14:55.150 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:54 smithi135 bash[32435]: audit 2023-12-07T17:14:53.894511+0000 mon.a (mon.0) 426 : audit 1 from='client.? 172.21.15.79:0/1132841176' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-07T17:14:55.151 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:14:54 smithi135 bash[32435]: cluster 2023-12-07T17:14:53.901164+0000 mon.a (mon.0) 427 : cluster 0 mgrmap e16: a(active, since 6m), standbys: b 2023-12-07T17:14:55.196 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:54 smithi079 bash[28699]: audit 2023-12-07T17:14:53.894511+0000 mon.a (mon.0) 426 : audit 1 from='client.? 172.21.15.79:0/1132841176' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-07T17:14:55.196 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:14:54 smithi079 bash[28699]: cluster 2023-12-07T17:14:53.901164+0000 mon.a (mon.0) 427 : cluster 0 mgrmap e16: a(active, since 6m), standbys: b 2023-12-07T17:14:55.196 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:55 smithi079 bash[28975]: debug 2023-12-07T17:14:55.087+0000 7f4382166200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T17:14:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:54 smithi194 bash[32038]: audit 2023-12-07T17:14:53.894511+0000 mon.a (mon.0) 426 : audit 1 from='client.? 172.21.15.79:0/1132841176' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-07T17:14:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:14:54 smithi194 bash[32038]: cluster 2023-12-07T17:14:53.901164+0000 mon.a (mon.0) 427 : cluster 0 mgrmap e16: a(active, since 6m), standbys: b 2023-12-07T17:14:55.458 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:55 smithi135 bash[32975]: debug 2023-12-07T17:14:55.144+0000 7f26305fa200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T17:14:55.458 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:55 smithi135 bash[32975]: debug 2023-12-07T17:14:55.248+0000 7f26305fa200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T17:14:55.567 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:55 smithi079 bash[28975]: debug 2023-12-07T17:14:55.187+0000 7f4382166200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T17:14:55.567 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:55 smithi079 bash[28975]: debug 2023-12-07T17:14:55.291+0000 7f4382166200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T17:14:55.887 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:55 smithi135 bash[32975]: debug 2023-12-07T17:14:55.524+0000 7f26305fa200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:14:55.893 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:55 smithi079 bash[28975]: debug 2023-12-07T17:14:55.559+0000 7f4382166200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:14:56.210 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:55 smithi135 bash[32975]: debug 2023-12-07T17:14:55.880+0000 7f26305fa200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T17:14:56.210 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:56 smithi135 bash[32975]: debug 2023-12-07T17:14:56.044+0000 7f26305fa200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T17:14:56.304 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:55 smithi079 bash[28975]: debug 2023-12-07T17:14:55.923+0000 7f4382166200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T17:14:56.304 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:56 smithi079 bash[28975]: debug 2023-12-07T17:14:56.083+0000 7f4382166200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T17:14:56.643 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:56 smithi079 bash[28975]: debug 2023-12-07T17:14:56.299+0000 7f4382166200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T17:14:56.708 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:56 smithi135 bash[32975]: debug 2023-12-07T17:14:56.256+0000 7f26305fa200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T17:14:57.643 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:57 smithi079 bash[28975]: debug 2023-12-07T17:14:57.319+0000 7f4382166200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T17:14:57.643 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:57 smithi079 bash[28975]: debug 2023-12-07T17:14:57.435+0000 7f4382166200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T17:14:57.644 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:57 smithi079 bash[28975]: debug 2023-12-07T17:14:57.555+0000 7f4382166200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T17:14:57.708 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:57 smithi135 bash[32975]: debug 2023-12-07T17:14:57.272+0000 7f26305fa200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T17:14:57.708 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:57 smithi135 bash[32975]: debug 2023-12-07T17:14:57.384+0000 7f26305fa200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T17:14:57.708 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:57 smithi135 bash[32975]: debug 2023-12-07T17:14:57.500+0000 7f26305fa200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T17:14:58.393 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:58 smithi079 bash[28975]: debug 2023-12-07T17:14:58.035+0000 7f4382166200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T17:14:58.393 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:58 smithi079 bash[28975]: debug 2023-12-07T17:14:58.263+0000 7f4382166200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T17:14:58.458 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:57 smithi135 bash[32975]: debug 2023-12-07T17:14:57.972+0000 7f26305fa200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T17:14:58.458 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:58 smithi135 bash[32975]: debug 2023-12-07T17:14:58.192+0000 7f26305fa200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T17:14:58.958 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:58 smithi135 bash[32975]: debug 2023-12-07T17:14:58.640+0000 7f26305fa200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T17:14:59.143 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:58 smithi079 bash[28975]: debug 2023-12-07T17:14:58.715+0000 7f4382166200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T17:14:59.360 INFO:teuthology.orchestra.run.smithi079.stdout:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:14:59.458 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:59 smithi135 bash[32975]: debug 2023-12-07T17:14:59.140+0000 7f26305fa200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:14:59.643 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:59 smithi079 bash[28975]: debug 2023-12-07T17:14:59.219+0000 7f4382166200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T17:14:59.958 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:59 smithi135 bash[32975]: debug 2023-12-07T17:14:59.696+0000 7f26305fa200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T17:14:59.958 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:14:59 smithi135 bash[32975]: debug 2023-12-07T17:14:59.804+0000 7f26305fa200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T17:15:00.143 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:59 smithi079 bash[28975]: debug 2023-12-07T17:14:59.767+0000 7f4382166200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T17:15:00.143 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:14:59 smithi079 bash[28975]: debug 2023-12-07T17:14:59.879+0000 7f4382166200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T17:15:00.411 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:15:00 smithi135 bash[32975]: debug 2023-12-07T17:15:00.152+0000 7f26305fa200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T17:15:00.411 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:15:00 smithi135 bash[32975]: debug 2023-12-07T17:15:00.264+0000 7f26305fa200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T17:15:00.500 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:15:00 smithi079 bash[28975]: debug 2023-12-07T17:15:00.231+0000 7f4382166200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T17:15:00.500 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:15:00 smithi079 bash[28975]: debug 2023-12-07T17:15:00.351+0000 7f4382166200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T17:15:00.708 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:15:00 smithi135 bash[32975]: debug 2023-12-07T17:15:00.404+0000 7f26305fa200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T17:15:00.708 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:15:00 smithi135 bash[32975]: debug 2023-12-07T17:15:00.524+0000 7f26305fa200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T17:15:00.708 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:15:00 smithi135 bash[32975]: debug 2023-12-07T17:15:00.648+0000 7f26305fa200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T17:15:00.893 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:15:00 smithi079 bash[28975]: debug 2023-12-07T17:15:00.495+0000 7f4382166200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T17:15:00.893 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:15:00 smithi079 bash[28975]: debug 2023-12-07T17:15:00.603+0000 7f4382166200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T17:15:00.894 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:15:00 smithi079 bash[28975]: debug 2023-12-07T17:15:00.723+0000 7f4382166200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T17:15:01.208 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:15:00 smithi135 bash[32975]: debug 2023-12-07T17:15:00.840+0000 7f26305fa200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T17:15:01.208 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:15:00 smithi135 bash[32975]: debug 2023-12-07T17:15:00.964+0000 7f26305fa200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T17:15:01.393 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:15:00 smithi079 bash[28975]: debug 2023-12-07T17:15:00.915+0000 7f4382166200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T17:15:01.393 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:15:01 smithi079 bash[28975]: debug 2023-12-07T17:15:01.055+0000 7f4382166200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T17:15:02.309 INFO:journalctl@ceph.mgr.b.smithi135.stdout:Dec 07 17:15:02 smithi135 bash[32975]: debug 2023-12-07T17:15:02.220+0000 7f26305fa200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T17:15:02.560 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:15:02 smithi079 bash[28975]: debug 2023-12-07T17:15:02.319+0000 7f4382166200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T17:15:02.560 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:02 smithi079 bash[28699]: cluster 2023-12-07T17:15:02.246083+0000 mon.a (mon.0) 428 : cluster 0 Standby manager daemon b restarted 2023-12-07T17:15:02.560 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:02 smithi079 bash[28699]: cluster 2023-12-07T17:15:02.246239+0000 mon.a (mon.0) 429 : cluster 0 Standby manager daemon b started 2023-12-07T17:15:02.560 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:02 smithi079 bash[28699]: audit 2023-12-07T17:15:02.248660+0000 mon.b (mon.2) 12 : audit 0 from='mgr.? 172.21.15.135:0/1388720637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T17:15:02.560 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:02 smithi079 bash[28699]: audit 2023-12-07T17:15:02.249616+0000 mon.b (mon.2) 13 : audit 0 from='mgr.? 172.21.15.135:0/1388720637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T17:15:02.560 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:02 smithi079 bash[28699]: audit 2023-12-07T17:15:02.251621+0000 mon.b (mon.2) 14 : audit 0 from='mgr.? 172.21.15.135:0/1388720637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T17:15:02.560 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:02 smithi079 bash[28699]: audit 2023-12-07T17:15:02.252310+0000 mon.b (mon.2) 15 : audit 0 from='mgr.? 172.21.15.135:0/1388720637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T17:15:02.572 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:02 smithi135 bash[32435]: cluster 2023-12-07T17:15:02.246083+0000 mon.a (mon.0) 428 : cluster 0 Standby manager daemon b restarted 2023-12-07T17:15:02.572 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:02 smithi135 bash[32435]: cluster 2023-12-07T17:15:02.246239+0000 mon.a (mon.0) 429 : cluster 0 Standby manager daemon b started 2023-12-07T17:15:02.572 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:02 smithi135 bash[32435]: audit 2023-12-07T17:15:02.248660+0000 mon.b (mon.2) 12 : audit 0 from='mgr.? 172.21.15.135:0/1388720637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T17:15:02.572 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:02 smithi135 bash[32435]: audit 2023-12-07T17:15:02.249616+0000 mon.b (mon.2) 13 : audit 0 from='mgr.? 172.21.15.135:0/1388720637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T17:15:02.572 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:02 smithi135 bash[32435]: audit 2023-12-07T17:15:02.251621+0000 mon.b (mon.2) 14 : audit 0 from='mgr.? 172.21.15.135:0/1388720637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T17:15:02.572 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:02 smithi135 bash[32435]: audit 2023-12-07T17:15:02.252310+0000 mon.b (mon.2) 15 : audit 0 from='mgr.? 172.21.15.135:0/1388720637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T17:15:02.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:02 smithi194 bash[32038]: cluster 2023-12-07T17:15:02.246083+0000 mon.a (mon.0) 428 : cluster 0 Standby manager daemon b restarted 2023-12-07T17:15:02.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:02 smithi194 bash[32038]: cluster 2023-12-07T17:15:02.246239+0000 mon.a (mon.0) 429 : cluster 0 Standby manager daemon b started 2023-12-07T17:15:02.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:02 smithi194 bash[32038]: audit 2023-12-07T17:15:02.248660+0000 mon.b (mon.2) 12 : audit 0 from='mgr.? 172.21.15.135:0/1388720637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T17:15:02.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:02 smithi194 bash[32038]: audit 2023-12-07T17:15:02.249616+0000 mon.b (mon.2) 13 : audit 0 from='mgr.? 172.21.15.135:0/1388720637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T17:15:02.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:02 smithi194 bash[32038]: audit 2023-12-07T17:15:02.251621+0000 mon.b (mon.2) 14 : audit 0 from='mgr.? 172.21.15.135:0/1388720637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T17:15:02.581 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:02 smithi194 bash[32038]: audit 2023-12-07T17:15:02.252310+0000 mon.b (mon.2) 15 : audit 0 from='mgr.? 172.21.15.135:0/1388720637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T17:15:03.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: cluster 2023-12-07T17:15:02.305407+0000 mon.a (mon.0) 430 : cluster 0 mgrmap e17: a(active, since 6m), standbys: b 2023-12-07T17:15:03.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: cluster 2023-12-07T17:15:02.344861+0000 mon.a (mon.0) 431 : cluster 1 Active manager daemon a restarted 2023-12-07T17:15:03.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: cluster 2023-12-07T17:15:02.345358+0000 mon.a (mon.0) 432 : cluster 1 Activating manager daemon a 2023-12-07T17:15:03.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: cluster 2023-12-07T17:15:02.354286+0000 mon.a (mon.0) 433 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2023-12-07T17:15:03.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: cluster 2023-12-07T17:15:02.354704+0000 mon.a (mon.0) 434 : cluster 0 mgrmap e18: a(active, starting, since 0.00954454s), standbys: b 2023-12-07T17:15:03.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.356450+0000 mon.a (mon.0) 435 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:15:03.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.356594+0000 mon.a (mon.0) 436 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:15:03.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.356726+0000 mon.a (mon.0) 437 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:15:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.358490+0000 mon.a (mon.0) 438 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T17:15:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.358836+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T17:15:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.359149+0000 mon.a (mon.0) 440 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:15:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.359441+0000 mon.a (mon.0) 441 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:15:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.359936+0000 mon.a (mon.0) 442 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:15:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.360278+0000 mon.a (mon.0) 443 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T17:15:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.360470+0000 mon.a (mon.0) 444 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T17:15:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.360833+0000 mon.a (mon.0) 445 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T17:15:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: cluster 2023-12-07T17:15:02.391473+0000 mon.a (mon.0) 446 : cluster 1 Manager daemon a is now available 2023-12-07T17:15:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.432644+0000 mon.a (mon.0) 447 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.435998+0000 mon.a (mon.0) 448 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.464322+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:15:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: audit 2023-12-07T17:15:02.469007+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:15:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:03 smithi079 bash[28699]: cephadm 2023-12-07T17:15:02.858244+0000 mgr.a (mgr.14403) 1 : cephadm 1 [07/Dec/2023:17:15:02] ENGINE Bus STARTING 2023-12-07T17:15:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: cluster 2023-12-07T17:15:02.305407+0000 mon.a (mon.0) 430 : cluster 0 mgrmap e17: a(active, since 6m), standbys: b 2023-12-07T17:15:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: cluster 2023-12-07T17:15:02.344861+0000 mon.a (mon.0) 431 : cluster 1 Active manager daemon a restarted 2023-12-07T17:15:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: cluster 2023-12-07T17:15:02.345358+0000 mon.a (mon.0) 432 : cluster 1 Activating manager daemon a 2023-12-07T17:15:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: cluster 2023-12-07T17:15:02.354286+0000 mon.a (mon.0) 433 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2023-12-07T17:15:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: cluster 2023-12-07T17:15:02.354704+0000 mon.a (mon.0) 434 : cluster 0 mgrmap e18: a(active, starting, since 0.00954454s), standbys: b 2023-12-07T17:15:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.356450+0000 mon.a (mon.0) 435 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:15:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.356594+0000 mon.a (mon.0) 436 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:15:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.356726+0000 mon.a (mon.0) 437 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:15:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.358490+0000 mon.a (mon.0) 438 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T17:15:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.358836+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T17:15:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.359149+0000 mon.a (mon.0) 440 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:15:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.359441+0000 mon.a (mon.0) 441 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:15:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.359936+0000 mon.a (mon.0) 442 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:15:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.360278+0000 mon.a (mon.0) 443 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T17:15:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.360470+0000 mon.a (mon.0) 444 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T17:15:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.360833+0000 mon.a (mon.0) 445 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T17:15:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: cluster 2023-12-07T17:15:02.391473+0000 mon.a (mon.0) 446 : cluster 1 Manager daemon a is now available 2023-12-07T17:15:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.432644+0000 mon.a (mon.0) 447 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.435998+0000 mon.a (mon.0) 448 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:03.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.464322+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:15:03.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: audit 2023-12-07T17:15:02.469007+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:15:03.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:03 smithi194 bash[32038]: cephadm 2023-12-07T17:15:02.858244+0000 mgr.a (mgr.14403) 1 : cephadm 1 [07/Dec/2023:17:15:02] ENGINE Bus STARTING 2023-12-07T17:15:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: cluster 2023-12-07T17:15:02.305407+0000 mon.a (mon.0) 430 : cluster 0 mgrmap e17: a(active, since 6m), standbys: b 2023-12-07T17:15:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: cluster 2023-12-07T17:15:02.344861+0000 mon.a (mon.0) 431 : cluster 1 Active manager daemon a restarted 2023-12-07T17:15:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: cluster 2023-12-07T17:15:02.345358+0000 mon.a (mon.0) 432 : cluster 1 Activating manager daemon a 2023-12-07T17:15:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: cluster 2023-12-07T17:15:02.354286+0000 mon.a (mon.0) 433 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2023-12-07T17:15:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: cluster 2023-12-07T17:15:02.354704+0000 mon.a (mon.0) 434 : cluster 0 mgrmap e18: a(active, starting, since 0.00954454s), standbys: b 2023-12-07T17:15:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.356450+0000 mon.a (mon.0) 435 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T17:15:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.356594+0000 mon.a (mon.0) 436 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T17:15:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.356726+0000 mon.a (mon.0) 437 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T17:15:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.358490+0000 mon.a (mon.0) 438 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T17:15:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.358836+0000 mon.a (mon.0) 439 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T17:15:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.359149+0000 mon.a (mon.0) 440 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T17:15:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.359441+0000 mon.a (mon.0) 441 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T17:15:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.359936+0000 mon.a (mon.0) 442 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T17:15:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.360278+0000 mon.a (mon.0) 443 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T17:15:03.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.360470+0000 mon.a (mon.0) 444 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T17:15:03.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.360833+0000 mon.a (mon.0) 445 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T17:15:03.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: cluster 2023-12-07T17:15:02.391473+0000 mon.a (mon.0) 446 : cluster 1 Manager daemon a is now available 2023-12-07T17:15:03.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.432644+0000 mon.a (mon.0) 447 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:03.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.435998+0000 mon.a (mon.0) 448 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:03.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.464322+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T17:15:03.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: audit 2023-12-07T17:15:02.469007+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T17:15:03.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:03 smithi135 bash[32435]: cephadm 2023-12-07T17:15:02.858244+0000 mgr.a (mgr.14403) 1 : cephadm 1 [07/Dec/2023:17:15:02] ENGINE Bus STARTING 2023-12-07T17:15:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:04 smithi079 bash[28699]: cephadm 2023-12-07T17:15:02.968952+0000 mgr.a (mgr.14403) 2 : cephadm 1 [07/Dec/2023:17:15:02] ENGINE Serving on http://172.21.15.79:8765 2023-12-07T17:15:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:04 smithi079 bash[28699]: cephadm 2023-12-07T17:15:03.095193+0000 mgr.a (mgr.14403) 3 : cephadm 1 [07/Dec/2023:17:15:03] ENGINE Serving on https://172.21.15.79:7150 2023-12-07T17:15:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:04 smithi079 bash[28699]: cephadm 2023-12-07T17:15:03.095429+0000 mgr.a (mgr.14403) 4 : cephadm 1 [07/Dec/2023:17:15:03] ENGINE Bus STARTED 2023-12-07T17:15:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:04 smithi079 bash[28699]: cluster 2023-12-07T17:15:03.366196+0000 mon.a (mon.0) 451 : cluster 0 mgrmap e19: a(active, since 1.02103s), standbys: b 2023-12-07T17:15:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:04 smithi079 bash[28699]: audit 2023-12-07T17:15:03.366532+0000 mgr.a (mgr.14403) 5 : audit 0 from='client.14415 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:04 smithi079 bash[28699]: cluster 2023-12-07T17:15:03.369124+0000 mgr.a (mgr.14403) 6 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:15:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:04 smithi194 bash[32038]: cephadm 2023-12-07T17:15:02.968952+0000 mgr.a (mgr.14403) 2 : cephadm 1 [07/Dec/2023:17:15:02] ENGINE Serving on http://172.21.15.79:8765 2023-12-07T17:15:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:04 smithi194 bash[32038]: cephadm 2023-12-07T17:15:03.095193+0000 mgr.a (mgr.14403) 3 : cephadm 1 [07/Dec/2023:17:15:03] ENGINE Serving on https://172.21.15.79:7150 2023-12-07T17:15:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:04 smithi194 bash[32038]: cephadm 2023-12-07T17:15:03.095429+0000 mgr.a (mgr.14403) 4 : cephadm 1 [07/Dec/2023:17:15:03] ENGINE Bus STARTED 2023-12-07T17:15:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:04 smithi194 bash[32038]: cluster 2023-12-07T17:15:03.366196+0000 mon.a (mon.0) 451 : cluster 0 mgrmap e19: a(active, since 1.02103s), standbys: b 2023-12-07T17:15:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:04 smithi194 bash[32038]: audit 2023-12-07T17:15:03.366532+0000 mgr.a (mgr.14403) 5 : audit 0 from='client.14415 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:04 smithi194 bash[32038]: cluster 2023-12-07T17:15:03.369124+0000 mgr.a (mgr.14403) 6 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:15:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:04 smithi135 bash[32435]: cephadm 2023-12-07T17:15:02.968952+0000 mgr.a (mgr.14403) 2 : cephadm 1 [07/Dec/2023:17:15:02] ENGINE Serving on http://172.21.15.79:8765 2023-12-07T17:15:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:04 smithi135 bash[32435]: cephadm 2023-12-07T17:15:03.095193+0000 mgr.a (mgr.14403) 3 : cephadm 1 [07/Dec/2023:17:15:03] ENGINE Serving on https://172.21.15.79:7150 2023-12-07T17:15:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:04 smithi135 bash[32435]: cephadm 2023-12-07T17:15:03.095429+0000 mgr.a (mgr.14403) 4 : cephadm 1 [07/Dec/2023:17:15:03] ENGINE Bus STARTED 2023-12-07T17:15:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:04 smithi135 bash[32435]: cluster 2023-12-07T17:15:03.366196+0000 mon.a (mon.0) 451 : cluster 0 mgrmap e19: a(active, since 1.02103s), standbys: b 2023-12-07T17:15:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:04 smithi135 bash[32435]: audit 2023-12-07T17:15:03.366532+0000 mgr.a (mgr.14403) 5 : audit 0 from='client.14415 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:04 smithi135 bash[32435]: cluster 2023-12-07T17:15:03.369124+0000 mgr.a (mgr.14403) 6 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:15:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:05 smithi079 bash[28699]: cluster 2023-12-07T17:15:04.359995+0000 mgr.a (mgr.14403) 7 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:15:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:05 smithi079 bash[28699]: cluster 2023-12-07T17:15:04.372705+0000 mon.a (mon.0) 452 : cluster 0 osdmap e23: 3 total, 3 up, 3 in 2023-12-07T17:15:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:05 smithi079 bash[28699]: audit 2023-12-07T17:15:04.374102+0000 mon.a (mon.0) 453 : audit 1 from='client.? 172.21.15.79:0/144414497' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T17:15:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:05 smithi194 bash[32038]: cluster 2023-12-07T17:15:04.359995+0000 mgr.a (mgr.14403) 7 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:15:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:05 smithi194 bash[32038]: cluster 2023-12-07T17:15:04.372705+0000 mon.a (mon.0) 452 : cluster 0 osdmap e23: 3 total, 3 up, 3 in 2023-12-07T17:15:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:05 smithi194 bash[32038]: audit 2023-12-07T17:15:04.374102+0000 mon.a (mon.0) 453 : audit 1 from='client.? 172.21.15.79:0/144414497' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T17:15:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:05 smithi135 bash[32435]: cluster 2023-12-07T17:15:04.359995+0000 mgr.a (mgr.14403) 7 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:15:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:05 smithi135 bash[32435]: cluster 2023-12-07T17:15:04.372705+0000 mon.a (mon.0) 452 : cluster 0 osdmap e23: 3 total, 3 up, 3 in 2023-12-07T17:15:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:05 smithi135 bash[32435]: audit 2023-12-07T17:15:04.374102+0000 mon.a (mon.0) 453 : audit 1 from='client.? 172.21.15.79:0/144414497' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T17:15:06.643 INFO:journalctl@ceph.mgr.a.smithi079.stdout:Dec 07 17:15:06 smithi079 bash[28975]: debug 2023-12-07T17:15:06.499+0000 7f42f1473700 -1 mgr.server reply reply (6) No such device or address 2023-12-07T17:15:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:06 smithi079 bash[28699]: cluster 2023-12-07T17:15:05.377181+0000 mon.a (mon.0) 454 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2023-12-07T17:15:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:06 smithi079 bash[28699]: audit 2023-12-07T17:15:05.378908+0000 mon.a (mon.0) 455 : audit 1 from='client.? 172.21.15.79:0/144414497' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T17:15:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:06 smithi079 bash[28699]: cluster 2023-12-07T17:15:05.382674+0000 mon.a (mon.0) 456 : cluster 0 osdmap e24: 3 total, 3 up, 3 in 2023-12-07T17:15:06.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:06 smithi194 bash[32038]: cluster 2023-12-07T17:15:05.377181+0000 mon.a (mon.0) 454 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2023-12-07T17:15:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:06 smithi194 bash[32038]: audit 2023-12-07T17:15:05.378908+0000 mon.a (mon.0) 455 : audit 1 from='client.? 172.21.15.79:0/144414497' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T17:15:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:06 smithi194 bash[32038]: cluster 2023-12-07T17:15:05.382674+0000 mon.a (mon.0) 456 : cluster 0 osdmap e24: 3 total, 3 up, 3 in 2023-12-07T17:15:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:06 smithi135 bash[32435]: cluster 2023-12-07T17:15:05.377181+0000 mon.a (mon.0) 454 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2023-12-07T17:15:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:06 smithi135 bash[32435]: audit 2023-12-07T17:15:05.378908+0000 mon.a (mon.0) 455 : audit 1 from='client.? 172.21.15.79:0/144414497' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T17:15:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:06 smithi135 bash[32435]: cluster 2023-12-07T17:15:05.382674+0000 mon.a (mon.0) 456 : cluster 0 osdmap e24: 3 total, 3 up, 3 in 2023-12-07T17:15:07.353 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-07T17:15:07.362 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi079.front.sepia.ceph.com 2023-12-07T17:15:07.363 DEBUG:teuthology.orchestra.run.smithi079:> 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 ea87f9c8-9522-11ee-95a2-87774f69a715 -- bash -c 'set -e 2023-12-07T17:15:07.363 DEBUG:teuthology.orchestra.run.smithi079:> set -x 2023-12-07T17:15:07.363 DEBUG:teuthology.orchestra.run.smithi079:> while true; do TOKEN=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"'); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done 2023-12-07T17:15:07.363 DEBUG:teuthology.orchestra.run.smithi079:> TOKENS=$(ceph rgw realm tokens) 2023-12-07T17:15:07.363 DEBUG:teuthology.orchestra.run.smithi079:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2023-12-07T17:15:07.363 DEBUG:teuthology.orchestra.run.smithi079:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2023-12-07T17:15:07.363 DEBUG:teuthology.orchestra.run.smithi079:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2023-12-07T17:15:07.363 DEBUG:teuthology.orchestra.run.smithi079:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2023-12-07T17:15:07.363 DEBUG:teuthology.orchestra.run.smithi079:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2023-12-07T17:15:07.363 DEBUG:teuthology.orchestra.run.smithi079:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'"'"' 2023-12-07T17:15:07.363 DEBUG:teuthology.orchestra.run.smithi079:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2023-12-07T17:15:07.363 DEBUG:teuthology.orchestra.run.smithi079:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2023-12-07T17:15:07.363 DEBUG:teuthology.orchestra.run.smithi079:> ' 2023-12-07T17:15:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:07 smithi079 bash[28699]: cluster 2023-12-07T17:15:06.360685+0000 mgr.a (mgr.14403) 8 : cluster 0 pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:15:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:07 smithi079 bash[28699]: cluster 2023-12-07T17:15:06.391615+0000 mon.a (mon.0) 457 : cluster 0 osdmap e25: 3 total, 3 up, 3 in 2023-12-07T17:15:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:07 smithi194 bash[32038]: cluster 2023-12-07T17:15:06.360685+0000 mgr.a (mgr.14403) 8 : cluster 0 pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:15:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:07 smithi194 bash[32038]: cluster 2023-12-07T17:15:06.391615+0000 mon.a (mon.0) 457 : cluster 0 osdmap e25: 3 total, 3 up, 3 in 2023-12-07T17:15:07.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:07 smithi135 bash[32435]: cluster 2023-12-07T17:15:06.360685+0000 mgr.a (mgr.14403) 8 : cluster 0 pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:15:07.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:07 smithi135 bash[32435]: cluster 2023-12-07T17:15:06.391615+0000 mon.a (mon.0) 457 : cluster 0 osdmap e25: 3 total, 3 up, 3 in 2023-12-07T17:15:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:08 smithi194 bash[32038]: cluster 2023-12-07T17:15:07.391843+0000 mon.a (mon.0) 458 : cluster 0 mgrmap e21: a(active, since 5s), standbys: b 2023-12-07T17:15:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:08 smithi194 bash[32038]: audit 2023-12-07T17:15:08.227370+0000 mon.a (mon.0) 459 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:08 smithi194 bash[32038]: audit 2023-12-07T17:15:08.232835+0000 mon.a (mon.0) 460 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:08 smithi194 bash[32038]: audit 2023-12-07T17:15:08.254611+0000 mon.a (mon.0) 461 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:08 smithi194 bash[32038]: audit 2023-12-07T17:15:08.260199+0000 mon.a (mon.0) 462 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:08 smithi194 bash[32038]: audit 2023-12-07T17:15:08.273903+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:08 smithi194 bash[32038]: audit 2023-12-07T17:15:08.280798+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:08 smithi135 bash[32435]: cluster 2023-12-07T17:15:07.391843+0000 mon.a (mon.0) 458 : cluster 0 mgrmap e21: a(active, since 5s), standbys: b 2023-12-07T17:15:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:08 smithi135 bash[32435]: audit 2023-12-07T17:15:08.227370+0000 mon.a (mon.0) 459 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:08 smithi135 bash[32435]: audit 2023-12-07T17:15:08.232835+0000 mon.a (mon.0) 460 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:08 smithi135 bash[32435]: audit 2023-12-07T17:15:08.254611+0000 mon.a (mon.0) 461 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:08 smithi135 bash[32435]: audit 2023-12-07T17:15:08.260199+0000 mon.a (mon.0) 462 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:08 smithi135 bash[32435]: audit 2023-12-07T17:15:08.273903+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:08 smithi135 bash[32435]: audit 2023-12-07T17:15:08.280798+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:08 smithi079 bash[28699]: cluster 2023-12-07T17:15:07.391843+0000 mon.a (mon.0) 458 : cluster 0 mgrmap e21: a(active, since 5s), standbys: b 2023-12-07T17:15:08.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:08 smithi079 bash[28699]: audit 2023-12-07T17:15:08.227370+0000 mon.a (mon.0) 459 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:08 smithi079 bash[28699]: audit 2023-12-07T17:15:08.232835+0000 mon.a (mon.0) 460 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:08 smithi079 bash[28699]: audit 2023-12-07T17:15:08.254611+0000 mon.a (mon.0) 461 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:08 smithi079 bash[28699]: audit 2023-12-07T17:15:08.260199+0000 mon.a (mon.0) 462 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:08 smithi079 bash[28699]: audit 2023-12-07T17:15:08.273903+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:08.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:08 smithi079 bash[28699]: audit 2023-12-07T17:15:08.280798+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:09.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:09 smithi194 bash[32038]: cluster 2023-12-07T17:15:08.361360+0000 mgr.a (mgr.14403) 9 : cluster 0 pgmap v9: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:15:09.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:09 smithi135 bash[32435]: cluster 2023-12-07T17:15:08.361360+0000 mgr.a (mgr.14403) 9 : cluster 0 pgmap v9: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:15:09.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:09 smithi079 bash[28699]: cluster 2023-12-07T17:15:08.361360+0000 mgr.a (mgr.14403) 9 : cluster 0 pgmap v9: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2023-12-07T17:15:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:09.408562+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:09.413796+0000 mon.a (mon.0) 466 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:09.430380+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:09.434757+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:09.441071+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:09.447152+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:09.448630+0000 mon.a (mon.0) 471 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:15:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:09.449826+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:15:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: cephadm 2023-12-07T17:15:09.451876+0000 mgr.a (mgr.14403) 10 : cephadm 1 Updating smithi079:/etc/ceph/ceph.conf 2023-12-07T17:15:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: cephadm 2023-12-07T17:15:09.452740+0000 mgr.a (mgr.14403) 11 : cephadm 1 Updating smithi135:/etc/ceph/ceph.conf 2023-12-07T17:15:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: cephadm 2023-12-07T17:15:09.453551+0000 mgr.a (mgr.14403) 12 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2023-12-07T17:15:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: cephadm 2023-12-07T17:15:09.667935+0000 mgr.a (mgr.14403) 13 : cephadm 1 Updating smithi079:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:15:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: cephadm 2023-12-07T17:15:09.669652+0000 mgr.a (mgr.14403) 14 : cephadm 1 Updating smithi135:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:15:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: cephadm 2023-12-07T17:15:09.670204+0000 mgr.a (mgr.14403) 15 : cephadm 1 Updating smithi194:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:15:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: cephadm 2023-12-07T17:15:09.883746+0000 mgr.a (mgr.14403) 16 : cephadm 1 Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:15:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: cephadm 2023-12-07T17:15:09.885449+0000 mgr.a (mgr.14403) 17 : cephadm 1 Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:15:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: cephadm 2023-12-07T17:15:09.886113+0000 mgr.a (mgr.14403) 18 : cephadm 1 Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:15:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:10.320240+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:10.325944+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:10.330790+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:10.334462+0000 mon.a (mon.0) 476 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:10.337885+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:10.341788+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:10 smithi194 bash[32038]: audit 2023-12-07T17:15:10.347111+0000 mon.a (mon.0) 479 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:09.408562+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:09.413796+0000 mon.a (mon.0) 466 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:09.430380+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:09.434757+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:09.441071+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:09.447152+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:09.448630+0000 mon.a (mon.0) 471 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:15:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:09.449826+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:15:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: cephadm 2023-12-07T17:15:09.451876+0000 mgr.a (mgr.14403) 10 : cephadm 1 Updating smithi079:/etc/ceph/ceph.conf 2023-12-07T17:15:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: cephadm 2023-12-07T17:15:09.452740+0000 mgr.a (mgr.14403) 11 : cephadm 1 Updating smithi135:/etc/ceph/ceph.conf 2023-12-07T17:15:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: cephadm 2023-12-07T17:15:09.453551+0000 mgr.a (mgr.14403) 12 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2023-12-07T17:15:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: cephadm 2023-12-07T17:15:09.667935+0000 mgr.a (mgr.14403) 13 : cephadm 1 Updating smithi079:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:15:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: cephadm 2023-12-07T17:15:09.669652+0000 mgr.a (mgr.14403) 14 : cephadm 1 Updating smithi135:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:15:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: cephadm 2023-12-07T17:15:09.670204+0000 mgr.a (mgr.14403) 15 : cephadm 1 Updating smithi194:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:15:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: cephadm 2023-12-07T17:15:09.883746+0000 mgr.a (mgr.14403) 16 : cephadm 1 Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:15:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: cephadm 2023-12-07T17:15:09.885449+0000 mgr.a (mgr.14403) 17 : cephadm 1 Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:15:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: cephadm 2023-12-07T17:15:09.886113+0000 mgr.a (mgr.14403) 18 : cephadm 1 Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:15:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:10.320240+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:10.325944+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:10.330790+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:10.334462+0000 mon.a (mon.0) 476 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:10.337885+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:10.341788+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:10 smithi135 bash[32435]: audit 2023-12-07T17:15:10.347111+0000 mon.a (mon.0) 479 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:09.408562+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:09.413796+0000 mon.a (mon.0) 466 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:09.430380+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:09.434757+0000 mon.a (mon.0) 468 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:09.441071+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:09.447152+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:09.448630+0000 mon.a (mon.0) 471 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:15:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:09.449826+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:15:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: cephadm 2023-12-07T17:15:09.451876+0000 mgr.a (mgr.14403) 10 : cephadm 1 Updating smithi079:/etc/ceph/ceph.conf 2023-12-07T17:15:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: cephadm 2023-12-07T17:15:09.452740+0000 mgr.a (mgr.14403) 11 : cephadm 1 Updating smithi135:/etc/ceph/ceph.conf 2023-12-07T17:15:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: cephadm 2023-12-07T17:15:09.453551+0000 mgr.a (mgr.14403) 12 : cephadm 1 Updating smithi194:/etc/ceph/ceph.conf 2023-12-07T17:15:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: cephadm 2023-12-07T17:15:09.667935+0000 mgr.a (mgr.14403) 13 : cephadm 1 Updating smithi079:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:15:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: cephadm 2023-12-07T17:15:09.669652+0000 mgr.a (mgr.14403) 14 : cephadm 1 Updating smithi135:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:15:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: cephadm 2023-12-07T17:15:09.670204+0000 mgr.a (mgr.14403) 15 : cephadm 1 Updating smithi194:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T17:15:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: cephadm 2023-12-07T17:15:09.883746+0000 mgr.a (mgr.14403) 16 : cephadm 1 Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:15:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: cephadm 2023-12-07T17:15:09.885449+0000 mgr.a (mgr.14403) 17 : cephadm 1 Updating smithi135:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:15:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: cephadm 2023-12-07T17:15:09.886113+0000 mgr.a (mgr.14403) 18 : cephadm 1 Updating smithi194:/etc/ceph/ceph.client.admin.keyring 2023-12-07T17:15:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:10.320240+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:10.325944+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:10.330790+0000 mon.a (mon.0) 475 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:10.334462+0000 mon.a (mon.0) 476 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:10.337885+0000 mon.a (mon.0) 477 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:10.341788+0000 mon.a (mon.0) 478 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:10 smithi079 bash[28699]: audit 2023-12-07T17:15:10.347111+0000 mon.a (mon.0) 479 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:11 smithi194 bash[32038]: cephadm 2023-12-07T17:15:10.098510+0000 mgr.a (mgr.14403) 19 : cephadm 1 Updating smithi079:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:15:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:11 smithi194 bash[32038]: cephadm 2023-12-07T17:15:10.100699+0000 mgr.a (mgr.14403) 20 : cephadm 1 Updating smithi135:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:15:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:11 smithi194 bash[32038]: cephadm 2023-12-07T17:15:10.101343+0000 mgr.a (mgr.14403) 21 : cephadm 1 Updating smithi194:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:15:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:11 smithi194 bash[32038]: cluster 2023-12-07T17:15:10.361965+0000 mgr.a (mgr.14403) 22 : cluster 0 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-07T17:15:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:11 smithi194 bash[32038]: audit 2023-12-07T17:15:10.448522+0000 mon.a (mon.0) 480 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:11 smithi194 bash[32038]: audit 2023-12-07T17:15:10.452186+0000 mon.a (mon.0) 481 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:15:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:11 smithi194 bash[32038]: audit 2023-12-07T17:15:10.453720+0000 mon.a (mon.0) 482 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:15:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:11 smithi194 bash[32038]: audit 2023-12-07T17:15:10.461800+0000 mon.a (mon.0) 483 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:11 smithi135 bash[32435]: cephadm 2023-12-07T17:15:10.098510+0000 mgr.a (mgr.14403) 19 : cephadm 1 Updating smithi079:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:15:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:11 smithi135 bash[32435]: cephadm 2023-12-07T17:15:10.100699+0000 mgr.a (mgr.14403) 20 : cephadm 1 Updating smithi135:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:15:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:11 smithi135 bash[32435]: cephadm 2023-12-07T17:15:10.101343+0000 mgr.a (mgr.14403) 21 : cephadm 1 Updating smithi194:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:15:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:11 smithi135 bash[32435]: cluster 2023-12-07T17:15:10.361965+0000 mgr.a (mgr.14403) 22 : cluster 0 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-07T17:15:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:11 smithi135 bash[32435]: audit 2023-12-07T17:15:10.448522+0000 mon.a (mon.0) 480 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:11 smithi135 bash[32435]: audit 2023-12-07T17:15:10.452186+0000 mon.a (mon.0) 481 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:15:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:11 smithi135 bash[32435]: audit 2023-12-07T17:15:10.453720+0000 mon.a (mon.0) 482 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:15:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:11 smithi135 bash[32435]: audit 2023-12-07T17:15:10.461800+0000 mon.a (mon.0) 483 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:11.844 INFO:teuthology.orchestra.run.smithi079.stderr:Inferring config /var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T17:15:11.869 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:11 smithi079 bash[28699]: cephadm 2023-12-07T17:15:10.098510+0000 mgr.a (mgr.14403) 19 : cephadm 1 Updating smithi079:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:15:11.870 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:11 smithi079 bash[28699]: cephadm 2023-12-07T17:15:10.100699+0000 mgr.a (mgr.14403) 20 : cephadm 1 Updating smithi135:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:15:11.870 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:11 smithi079 bash[28699]: cephadm 2023-12-07T17:15:10.101343+0000 mgr.a (mgr.14403) 21 : cephadm 1 Updating smithi194:/var/lib/ceph/ea87f9c8-9522-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T17:15:11.870 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:11 smithi079 bash[28699]: cluster 2023-12-07T17:15:10.361965+0000 mgr.a (mgr.14403) 22 : cluster 0 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-07T17:15:11.870 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:11 smithi079 bash[28699]: audit 2023-12-07T17:15:10.448522+0000 mon.a (mon.0) 480 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:15:11.870 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:11 smithi079 bash[28699]: audit 2023-12-07T17:15:10.452186+0000 mon.a (mon.0) 481 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:15:11.871 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:11 smithi079 bash[28699]: audit 2023-12-07T17:15:10.453720+0000 mon.a (mon.0) 482 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:15:11.871 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:11 smithi079 bash[28699]: audit 2023-12-07T17:15:10.461800+0000 mon.a (mon.0) 483 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:15:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:13 smithi194 bash[32038]: cluster 2023-12-07T17:15:12.362326+0000 mgr.a (mgr.14403) 23 : cluster 0 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-07T17:15:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:13 smithi135 bash[32435]: cluster 2023-12-07T17:15:12.362326+0000 mgr.a (mgr.14403) 23 : cluster 0 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-07T17:15:14.357 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:13 smithi079 bash[28699]: cluster 2023-12-07T17:15:12.362326+0000 mgr.a (mgr.14403) 23 : cluster 0 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-07T17:15:14.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:15:14.471 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:14.471 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:15.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:15.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:15.362 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:15:15.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:15.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:15:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:15 smithi194 bash[32038]: cluster 2023-12-07T17:15:14.362994+0000 mgr.a (mgr.14403) 24 : cluster 0 pgmap v12: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 1.6 KiB/s wr, 17 op/s 2023-12-07T17:15:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:15 smithi194 bash[32038]: audit 2023-12-07T17:15:14.871583+0000 mgr.a (mgr.14403) 25 : audit 0 from='client.14601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:15 smithi135 bash[32435]: cluster 2023-12-07T17:15:14.362994+0000 mgr.a (mgr.14403) 24 : cluster 0 pgmap v12: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 1.6 KiB/s wr, 17 op/s 2023-12-07T17:15:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:15 smithi135 bash[32435]: audit 2023-12-07T17:15:14.871583+0000 mgr.a (mgr.14403) 25 : audit 0 from='client.14601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:16.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:15 smithi079 bash[28699]: cluster 2023-12-07T17:15:14.362994+0000 mgr.a (mgr.14403) 24 : cluster 0 pgmap v12: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 1.6 KiB/s wr, 17 op/s 2023-12-07T17:15:16.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:15 smithi079 bash[28699]: audit 2023-12-07T17:15:14.871583+0000 mgr.a (mgr.14403) 25 : audit 0 from='client.14601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:17 smithi194 bash[32038]: cluster 2023-12-07T17:15:16.363642+0000 mgr.a (mgr.14403) 26 : cluster 0 pgmap v13: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 1.4 KiB/s wr, 15 op/s 2023-12-07T17:15:18.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:17 smithi135 bash[32435]: cluster 2023-12-07T17:15:16.363642+0000 mgr.a (mgr.14403) 26 : cluster 0 pgmap v13: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 1.4 KiB/s wr, 15 op/s 2023-12-07T17:15:18.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:17 smithi079 bash[28699]: cluster 2023-12-07T17:15:16.363642+0000 mgr.a (mgr.14403) 26 : cluster 0 pgmap v13: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 1.4 KiB/s wr, 15 op/s 2023-12-07T17:15:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:19 smithi194 bash[32038]: cluster 2023-12-07T17:15:18.364345+0000 mgr.a (mgr.14403) 27 : cluster 0 pgmap v14: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 1.2 KiB/s wr, 13 op/s 2023-12-07T17:15:20.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:19 smithi135 bash[32435]: cluster 2023-12-07T17:15:18.364345+0000 mgr.a (mgr.14403) 27 : cluster 0 pgmap v14: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 1.2 KiB/s wr, 13 op/s 2023-12-07T17:15:20.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:15:20.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:20.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:20.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:19 smithi079 bash[28699]: cluster 2023-12-07T17:15:18.364345+0000 mgr.a (mgr.14403) 27 : cluster 0 pgmap v14: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 1.2 KiB/s wr, 13 op/s 2023-12-07T17:15:21.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:21.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:21.279 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:15:21.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:21.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:15:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:21 smithi194 bash[32038]: cluster 2023-12-07T17:15:20.365368+0000 mgr.a (mgr.14403) 28 : cluster 0 pgmap v15: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 1.2 KiB/s wr, 14 op/s 2023-12-07T17:15:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:21 smithi194 bash[32038]: audit 2023-12-07T17:15:20.768678+0000 mgr.a (mgr.14403) 29 : audit 0 from='client.14673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:22.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:21 smithi135 bash[32435]: cluster 2023-12-07T17:15:20.365368+0000 mgr.a (mgr.14403) 28 : cluster 0 pgmap v15: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 1.2 KiB/s wr, 14 op/s 2023-12-07T17:15:22.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:21 smithi135 bash[32435]: audit 2023-12-07T17:15:20.768678+0000 mgr.a (mgr.14403) 29 : audit 0 from='client.14673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:21 smithi079 bash[28699]: cluster 2023-12-07T17:15:20.365368+0000 mgr.a (mgr.14403) 28 : cluster 0 pgmap v15: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 1.2 KiB/s wr, 14 op/s 2023-12-07T17:15:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:21 smithi079 bash[28699]: audit 2023-12-07T17:15:20.768678+0000 mgr.a (mgr.14403) 29 : audit 0 from='client.14673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:23 smithi194 bash[32038]: cluster 2023-12-07T17:15:22.366119+0000 mgr.a (mgr.14403) 30 : cluster 0 pgmap v16: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:24.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:23 smithi135 bash[32435]: cluster 2023-12-07T17:15:22.366119+0000 mgr.a (mgr.14403) 30 : cluster 0 pgmap v16: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:23 smithi079 bash[28699]: cluster 2023-12-07T17:15:22.366119+0000 mgr.a (mgr.14403) 30 : cluster 0 pgmap v16: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:25 smithi194 bash[32038]: cluster 2023-12-07T17:15:24.367008+0000 mgr.a (mgr.14403) 31 : cluster 0 pgmap v17: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:26.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:25 smithi135 bash[32435]: cluster 2023-12-07T17:15:24.367008+0000 mgr.a (mgr.14403) 31 : cluster 0 pgmap v17: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:26.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:15:26.283 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:26.283 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:26.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:25 smithi079 bash[28699]: cluster 2023-12-07T17:15:24.367008+0000 mgr.a (mgr.14403) 31 : cluster 0 pgmap v17: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:27.161 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:15:27.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:27.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:27.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:27.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:15:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:27 smithi194 bash[32038]: cluster 2023-12-07T17:15:26.367554+0000 mgr.a (mgr.14403) 32 : cluster 0 pgmap v18: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:27 smithi194 bash[32038]: audit 2023-12-07T17:15:26.679515+0000 mgr.a (mgr.14403) 33 : audit 0 from='client.14751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:28.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:27 smithi135 bash[32435]: cluster 2023-12-07T17:15:26.367554+0000 mgr.a (mgr.14403) 32 : cluster 0 pgmap v18: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:28.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:27 smithi135 bash[32435]: audit 2023-12-07T17:15:26.679515+0000 mgr.a (mgr.14403) 33 : audit 0 from='client.14751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:27 smithi079 bash[28699]: cluster 2023-12-07T17:15:26.367554+0000 mgr.a (mgr.14403) 32 : cluster 0 pgmap v18: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:27 smithi079 bash[28699]: audit 2023-12-07T17:15:26.679515+0000 mgr.a (mgr.14403) 33 : audit 0 from='client.14751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:29 smithi194 bash[32038]: cluster 2023-12-07T17:15:28.368254+0000 mgr.a (mgr.14403) 34 : cluster 0 pgmap v19: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:15:30.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:29 smithi135 bash[32435]: cluster 2023-12-07T17:15:28.368254+0000 mgr.a (mgr.14403) 34 : cluster 0 pgmap v19: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:15:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:29 smithi079 bash[28699]: cluster 2023-12-07T17:15:28.368254+0000 mgr.a (mgr.14403) 34 : cluster 0 pgmap v19: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:15:32.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:15:32.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:32.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:31 smithi194 bash[32038]: cluster 2023-12-07T17:15:30.369014+0000 mgr.a (mgr.14403) 35 : cluster 0 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-07T17:15:32.218 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:31 smithi135 bash[32435]: cluster 2023-12-07T17:15:30.369014+0000 mgr.a (mgr.14403) 35 : cluster 0 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-07T17:15:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:31 smithi079 bash[28699]: cluster 2023-12-07T17:15:30.369014+0000 mgr.a (mgr.14403) 35 : cluster 0 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-07T17:15:33.058 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:15:33.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:33.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:33.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:33.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:15:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:33 smithi194 bash[32038]: cluster 2023-12-07T17:15:32.369566+0000 mgr.a (mgr.14403) 36 : cluster 0 pgmap v21: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:33 smithi194 bash[32038]: audit 2023-12-07T17:15:32.556221+0000 mgr.a (mgr.14403) 37 : audit 0 from='client.14829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:33 smithi135 bash[32435]: cluster 2023-12-07T17:15:32.369566+0000 mgr.a (mgr.14403) 36 : cluster 0 pgmap v21: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:33 smithi135 bash[32435]: audit 2023-12-07T17:15:32.556221+0000 mgr.a (mgr.14403) 37 : audit 0 from='client.14829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:33 smithi079 bash[28699]: cluster 2023-12-07T17:15:32.369566+0000 mgr.a (mgr.14403) 36 : cluster 0 pgmap v21: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:33 smithi079 bash[28699]: audit 2023-12-07T17:15:32.556221+0000 mgr.a (mgr.14403) 37 : audit 0 from='client.14829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:35 smithi194 bash[32038]: cluster 2023-12-07T17:15:34.370502+0000 mgr.a (mgr.14403) 38 : cluster 0 pgmap v22: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:36.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:35 smithi135 bash[32435]: cluster 2023-12-07T17:15:34.370502+0000 mgr.a (mgr.14403) 38 : cluster 0 pgmap v22: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:35 smithi079 bash[28699]: cluster 2023-12-07T17:15:34.370502+0000 mgr.a (mgr.14403) 38 : cluster 0 pgmap v22: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:38.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:15:38.061 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:38.061 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:37 smithi194 bash[32038]: cluster 2023-12-07T17:15:36.371104+0000 mgr.a (mgr.14403) 39 : cluster 0 pgmap v23: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:38.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:37 smithi135 bash[32435]: cluster 2023-12-07T17:15:36.371104+0000 mgr.a (mgr.14403) 39 : cluster 0 pgmap v23: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:38.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:37 smithi079 bash[28699]: cluster 2023-12-07T17:15:36.371104+0000 mgr.a (mgr.14403) 39 : cluster 0 pgmap v23: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:38.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:38.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:38.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:38.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:15:38.953 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:15:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:39 smithi194 bash[32038]: cluster 2023-12-07T17:15:38.371639+0000 mgr.a (mgr.14403) 40 : cluster 0 pgmap v24: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:39 smithi194 bash[32038]: audit 2023-12-07T17:15:38.468503+0000 mgr.a (mgr.14403) 41 : audit 0 from='client.24655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:40.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:39 smithi135 bash[32435]: cluster 2023-12-07T17:15:38.371639+0000 mgr.a (mgr.14403) 40 : cluster 0 pgmap v24: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:40.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:39 smithi135 bash[32435]: audit 2023-12-07T17:15:38.468503+0000 mgr.a (mgr.14403) 41 : audit 0 from='client.24655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:39 smithi079 bash[28699]: cluster 2023-12-07T17:15:38.371639+0000 mgr.a (mgr.14403) 40 : cluster 0 pgmap v24: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:39 smithi079 bash[28699]: audit 2023-12-07T17:15:38.468503+0000 mgr.a (mgr.14403) 41 : audit 0 from='client.24655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:42.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:41 smithi135 bash[32435]: cluster 2023-12-07T17:15:40.372591+0000 mgr.a (mgr.14403) 42 : cluster 0 pgmap v25: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:15:42.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:41 smithi079 bash[28699]: cluster 2023-12-07T17:15:40.372591+0000 mgr.a (mgr.14403) 42 : cluster 0 pgmap v25: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:15:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:41 smithi194 bash[32038]: cluster 2023-12-07T17:15:40.372591+0000 mgr.a (mgr.14403) 42 : cluster 0 pgmap v25: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:15:43.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:15:43.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:43.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:44.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:43 smithi079 bash[28699]: cluster 2023-12-07T17:15:42.373167+0000 mgr.a (mgr.14403) 43 : cluster 0 pgmap v26: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:43 smithi194 bash[32038]: cluster 2023-12-07T17:15:42.373167+0000 mgr.a (mgr.14403) 43 : cluster 0 pgmap v26: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:43 smithi135 bash[32435]: cluster 2023-12-07T17:15:42.373167+0000 mgr.a (mgr.14403) 43 : cluster 0 pgmap v26: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:44.847 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:15:44.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:44.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:44.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:44.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:15:46.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:45 smithi079 bash[28699]: audit 2023-12-07T17:15:44.361500+0000 mgr.a (mgr.14403) 44 : audit 0 from='client.14973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:45 smithi079 bash[28699]: cluster 2023-12-07T17:15:44.374904+0000 mgr.a (mgr.14403) 45 : cluster 0 pgmap v27: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:45 smithi194 bash[32038]: audit 2023-12-07T17:15:44.361500+0000 mgr.a (mgr.14403) 44 : audit 0 from='client.14973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:45 smithi194 bash[32038]: cluster 2023-12-07T17:15:44.374904+0000 mgr.a (mgr.14403) 45 : cluster 0 pgmap v27: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:45 smithi135 bash[32435]: audit 2023-12-07T17:15:44.361500+0000 mgr.a (mgr.14403) 44 : audit 0 from='client.14973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:45 smithi135 bash[32435]: cluster 2023-12-07T17:15:44.374904+0000 mgr.a (mgr.14403) 45 : cluster 0 pgmap v27: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:47 smithi079 bash[28699]: cluster 2023-12-07T17:15:46.375562+0000 mgr.a (mgr.14403) 46 : cluster 0 pgmap v28: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:47 smithi194 bash[32038]: cluster 2023-12-07T17:15:46.375562+0000 mgr.a (mgr.14403) 46 : cluster 0 pgmap v28: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:47 smithi135 bash[32435]: cluster 2023-12-07T17:15:46.375562+0000 mgr.a (mgr.14403) 46 : cluster 0 pgmap v28: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:15:49.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:15:49.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:49.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:50.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:49 smithi079 bash[28699]: cluster 2023-12-07T17:15:48.376183+0000 mgr.a (mgr.14403) 47 : cluster 0 pgmap v29: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:15:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:49 smithi194 bash[32038]: cluster 2023-12-07T17:15:48.376183+0000 mgr.a (mgr.14403) 47 : cluster 0 pgmap v29: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:15:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:49 smithi135 bash[32435]: cluster 2023-12-07T17:15:48.376183+0000 mgr.a (mgr.14403) 47 : cluster 0 pgmap v29: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:15:50.790 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:15:50.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:50.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:50.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:50.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:15:51.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:51 smithi079 bash[28699]: audit 2023-12-07T17:15:50.315524+0000 mgr.a (mgr.14403) 48 : audit 0 from='client.15048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:51.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:51 smithi079 bash[28699]: cluster 2023-12-07T17:15:50.377196+0000 mgr.a (mgr.14403) 49 : cluster 0 pgmap v30: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:51 smithi194 bash[32038]: audit 2023-12-07T17:15:50.315524+0000 mgr.a (mgr.14403) 48 : audit 0 from='client.15048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:51 smithi194 bash[32038]: cluster 2023-12-07T17:15:50.377196+0000 mgr.a (mgr.14403) 49 : cluster 0 pgmap v30: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:51.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:51 smithi135 bash[32435]: audit 2023-12-07T17:15:50.315524+0000 mgr.a (mgr.14403) 48 : audit 0 from='client.15048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:51.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:51 smithi135 bash[32435]: cluster 2023-12-07T17:15:50.377196+0000 mgr.a (mgr.14403) 49 : cluster 0 pgmap v30: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:53 smithi194 bash[32038]: cluster 2023-12-07T17:15:52.377973+0000 mgr.a (mgr.14403) 50 : cluster 0 pgmap v31: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:54.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:53 smithi135 bash[32435]: cluster 2023-12-07T17:15:52.377973+0000 mgr.a (mgr.14403) 50 : cluster 0 pgmap v31: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:54.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:53 smithi079 bash[28699]: cluster 2023-12-07T17:15:52.377973+0000 mgr.a (mgr.14403) 50 : cluster 0 pgmap v31: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:55.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:15:55.794 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:15:55.794 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:15:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:55 smithi194 bash[32038]: cluster 2023-12-07T17:15:54.378863+0000 mgr.a (mgr.14403) 51 : cluster 0 pgmap v32: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:56.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:55 smithi135 bash[32435]: cluster 2023-12-07T17:15:54.378863+0000 mgr.a (mgr.14403) 51 : cluster 0 pgmap v32: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:56.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:55 smithi079 bash[28699]: cluster 2023-12-07T17:15:54.378863+0000 mgr.a (mgr.14403) 51 : cluster 0 pgmap v32: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:15:56.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:15:56.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:15:56.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:15:56.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:15:56.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:15:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:57 smithi194 bash[32038]: audit 2023-12-07T17:15:56.198560+0000 mgr.a (mgr.14403) 52 : audit 0 from='client.15126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:57 smithi194 bash[32038]: cluster 2023-12-07T17:15:56.379246+0000 mgr.a (mgr.14403) 53 : cluster 0 pgmap v33: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:58.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:57 smithi135 bash[32435]: audit 2023-12-07T17:15:56.198560+0000 mgr.a (mgr.14403) 52 : audit 0 from='client.15126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:58.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:57 smithi135 bash[32435]: cluster 2023-12-07T17:15:56.379246+0000 mgr.a (mgr.14403) 53 : cluster 0 pgmap v33: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:15:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:57 smithi079 bash[28699]: audit 2023-12-07T17:15:56.198560+0000 mgr.a (mgr.14403) 52 : audit 0 from='client.15126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:15:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:57 smithi079 bash[28699]: cluster 2023-12-07T17:15:56.379246+0000 mgr.a (mgr.14403) 53 : cluster 0 pgmap v33: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:15:59 smithi194 bash[32038]: cluster 2023-12-07T17:15:58.379932+0000 mgr.a (mgr.14403) 54 : cluster 0 pgmap v34: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:00.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:15:59 smithi135 bash[32435]: cluster 2023-12-07T17:15:58.379932+0000 mgr.a (mgr.14403) 54 : cluster 0 pgmap v34: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:00.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:15:59 smithi079 bash[28699]: cluster 2023-12-07T17:15:58.379932+0000 mgr.a (mgr.14403) 54 : cluster 0 pgmap v34: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:01.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:16:01.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:01.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:01 smithi194 bash[32038]: cluster 2023-12-07T17:16:00.380461+0000 mgr.a (mgr.14403) 55 : cluster 0 pgmap v35: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:16:02.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:01 smithi135 bash[32435]: cluster 2023-12-07T17:16:00.380461+0000 mgr.a (mgr.14403) 55 : cluster 0 pgmap v35: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:16:02.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:01 smithi079 bash[28699]: cluster 2023-12-07T17:16:00.380461+0000 mgr.a (mgr.14403) 55 : cluster 0 pgmap v35: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:16:02.616 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:16:02.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:02.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:02.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:02.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:16:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:03 smithi194 bash[32038]: audit 2023-12-07T17:16:02.093957+0000 mgr.a (mgr.14403) 56 : audit 0 from='client.15201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:03 smithi194 bash[32038]: cluster 2023-12-07T17:16:02.381267+0000 mgr.a (mgr.14403) 57 : cluster 0 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-07T17:16:04.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:03 smithi135 bash[32435]: audit 2023-12-07T17:16:02.093957+0000 mgr.a (mgr.14403) 56 : audit 0 from='client.15201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:04.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:03 smithi135 bash[32435]: cluster 2023-12-07T17:16:02.381267+0000 mgr.a (mgr.14403) 57 : cluster 0 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-07T17:16:04.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:03 smithi079 bash[28699]: audit 2023-12-07T17:16:02.093957+0000 mgr.a (mgr.14403) 56 : audit 0 from='client.15201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:04.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:03 smithi079 bash[28699]: cluster 2023-12-07T17:16:02.381267+0000 mgr.a (mgr.14403) 57 : cluster 0 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-07T17:16:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:05 smithi194 bash[32038]: cluster 2023-12-07T17:16:04.382222+0000 mgr.a (mgr.14403) 58 : cluster 0 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-07T17:16:06.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:05 smithi135 bash[32435]: cluster 2023-12-07T17:16:04.382222+0000 mgr.a (mgr.14403) 58 : cluster 0 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-07T17:16:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:05 smithi079 bash[28699]: cluster 2023-12-07T17:16:04.382222+0000 mgr.a (mgr.14403) 58 : cluster 0 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-07T17:16:07.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:16:07.619 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:07.619 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:07 smithi194 bash[32038]: cluster 2023-12-07T17:16:06.382798+0000 mgr.a (mgr.14403) 59 : cluster 0 pgmap v38: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:08.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:07 smithi135 bash[32435]: cluster 2023-12-07T17:16:06.382798+0000 mgr.a (mgr.14403) 59 : cluster 0 pgmap v38: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:07 smithi079 bash[28699]: cluster 2023-12-07T17:16:06.382798+0000 mgr.a (mgr.14403) 59 : cluster 0 pgmap v38: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:08.477 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:16:08.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:08.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:08.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:08.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:16:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:09 smithi194 bash[32038]: audit 2023-12-07T17:16:08.026201+0000 mgr.a (mgr.14403) 60 : audit 0 from='client.15276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:09 smithi194 bash[32038]: cluster 2023-12-07T17:16:08.383680+0000 mgr.a (mgr.14403) 61 : cluster 0 pgmap v39: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:16:10.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:09 smithi135 bash[32435]: audit 2023-12-07T17:16:08.026201+0000 mgr.a (mgr.14403) 60 : audit 0 from='client.15276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:10.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:09 smithi135 bash[32435]: cluster 2023-12-07T17:16:08.383680+0000 mgr.a (mgr.14403) 61 : cluster 0 pgmap v39: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:16:10.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:09 smithi079 bash[28699]: audit 2023-12-07T17:16:08.026201+0000 mgr.a (mgr.14403) 60 : audit 0 from='client.15276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:10.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:09 smithi079 bash[28699]: cluster 2023-12-07T17:16:08.383680+0000 mgr.a (mgr.14403) 61 : cluster 0 pgmap v39: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:16:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:10 smithi194 bash[32038]: audit 2023-12-07T17:16:10.564729+0000 mon.a (mon.0) 484 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:16:11.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:10 smithi135 bash[32435]: audit 2023-12-07T17:16:10.564729+0000 mon.a (mon.0) 484 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:16:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:10 smithi079 bash[28699]: audit 2023-12-07T17:16:10.564729+0000 mon.a (mon.0) 484 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:16:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:11 smithi194 bash[32038]: cluster 2023-12-07T17:16:10.384250+0000 mgr.a (mgr.14403) 62 : cluster 0 pgmap v40: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:16:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:11 smithi194 bash[32038]: audit 2023-12-07T17:16:11.362742+0000 mon.a (mon.0) 485 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:16:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:11 smithi194 bash[32038]: audit 2023-12-07T17:16:11.364547+0000 mon.a (mon.0) 486 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:16:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:11 smithi194 bash[32038]: audit 2023-12-07T17:16:11.374124+0000 mon.a (mon.0) 487 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:16:12.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:11 smithi135 bash[32435]: cluster 2023-12-07T17:16:10.384250+0000 mgr.a (mgr.14403) 62 : cluster 0 pgmap v40: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:16:12.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:11 smithi135 bash[32435]: audit 2023-12-07T17:16:11.362742+0000 mon.a (mon.0) 485 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:16:12.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:11 smithi135 bash[32435]: audit 2023-12-07T17:16:11.364547+0000 mon.a (mon.0) 486 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:16:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:11 smithi135 bash[32435]: audit 2023-12-07T17:16:11.374124+0000 mon.a (mon.0) 487 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:16:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:11 smithi079 bash[28699]: cluster 2023-12-07T17:16:10.384250+0000 mgr.a (mgr.14403) 62 : cluster 0 pgmap v40: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:16:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:11 smithi079 bash[28699]: audit 2023-12-07T17:16:11.362742+0000 mon.a (mon.0) 485 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:16:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:11 smithi079 bash[28699]: audit 2023-12-07T17:16:11.364547+0000 mon.a (mon.0) 486 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:16:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:11 smithi079 bash[28699]: audit 2023-12-07T17:16:11.374124+0000 mon.a (mon.0) 487 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:16:13.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:16:13.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:13.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:13 smithi135 bash[32435]: cluster 2023-12-07T17:16:12.384745+0000 mgr.a (mgr.14403) 63 : cluster 0 pgmap v41: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:16:14.389 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:16:14.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:14.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:14.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:14.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:16:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:13 smithi079 bash[28699]: cluster 2023-12-07T17:16:12.384745+0000 mgr.a (mgr.14403) 63 : cluster 0 pgmap v41: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:16:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:13 smithi194 bash[32038]: cluster 2023-12-07T17:16:12.384745+0000 mgr.a (mgr.14403) 63 : cluster 0 pgmap v41: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:16:15.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:14 smithi079 bash[28699]: audit 2023-12-07T17:16:13.885777+0000 mgr.a (mgr.14403) 64 : audit 0 from='client.15354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:14 smithi194 bash[32038]: audit 2023-12-07T17:16:13.885777+0000 mgr.a (mgr.14403) 64 : audit 0 from='client.15354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:15.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:14 smithi135 bash[32435]: audit 2023-12-07T17:16:13.885777+0000 mgr.a (mgr.14403) 64 : audit 0 from='client.15354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:15 smithi079 bash[28699]: cluster 2023-12-07T17:16:14.385741+0000 mgr.a (mgr.14403) 65 : cluster 0 pgmap v42: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:15 smithi194 bash[32038]: cluster 2023-12-07T17:16:14.385741+0000 mgr.a (mgr.14403) 65 : cluster 0 pgmap v42: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:15 smithi135 bash[32435]: cluster 2023-12-07T17:16:14.385741+0000 mgr.a (mgr.14403) 65 : cluster 0 pgmap v42: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:17 smithi079 bash[28699]: cluster 2023-12-07T17:16:16.386421+0000 mgr.a (mgr.14403) 66 : cluster 0 pgmap v43: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:17 smithi194 bash[32038]: cluster 2023-12-07T17:16:16.386421+0000 mgr.a (mgr.14403) 66 : cluster 0 pgmap v43: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:17 smithi135 bash[32435]: cluster 2023-12-07T17:16:16.386421+0000 mgr.a (mgr.14403) 66 : cluster 0 pgmap v43: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:19.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:16:19.393 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:19.393 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:20.301 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:16:20.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:20.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:20.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:20.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:16:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:19 smithi079 bash[28699]: cluster 2023-12-07T17:16:18.386977+0000 mgr.a (mgr.14403) 67 : cluster 0 pgmap v44: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:19 smithi194 bash[32038]: cluster 2023-12-07T17:16:18.386977+0000 mgr.a (mgr.14403) 67 : cluster 0 pgmap v44: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:19 smithi135 bash[32435]: cluster 2023-12-07T17:16:18.386977+0000 mgr.a (mgr.14403) 67 : cluster 0 pgmap v44: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:20 smithi079 bash[28699]: audit 2023-12-07T17:16:19.803223+0000 mgr.a (mgr.14403) 68 : audit 0 from='client.15432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:20 smithi194 bash[32038]: audit 2023-12-07T17:16:19.803223+0000 mgr.a (mgr.14403) 68 : audit 0 from='client.15432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:21.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:20 smithi135 bash[32435]: audit 2023-12-07T17:16:19.803223+0000 mgr.a (mgr.14403) 68 : audit 0 from='client.15432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:21 smithi079 bash[28699]: cluster 2023-12-07T17:16:20.387675+0000 mgr.a (mgr.14403) 69 : cluster 0 pgmap v45: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:16:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:21 smithi194 bash[32038]: cluster 2023-12-07T17:16:20.387675+0000 mgr.a (mgr.14403) 69 : cluster 0 pgmap v45: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:16:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:21 smithi135 bash[32435]: cluster 2023-12-07T17:16:20.387675+0000 mgr.a (mgr.14403) 69 : cluster 0 pgmap v45: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:16:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:23 smithi194 bash[32038]: cluster 2023-12-07T17:16:22.388287+0000 mgr.a (mgr.14403) 70 : cluster 0 pgmap v46: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:16:24.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:23 smithi135 bash[32435]: cluster 2023-12-07T17:16:22.388287+0000 mgr.a (mgr.14403) 70 : cluster 0 pgmap v46: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:16:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:23 smithi079 bash[28699]: cluster 2023-12-07T17:16:22.388287+0000 mgr.a (mgr.14403) 70 : cluster 0 pgmap v46: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:16:25.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:16:25.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:25.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:25 smithi194 bash[32038]: cluster 2023-12-07T17:16:24.389100+0000 mgr.a (mgr.14403) 71 : cluster 0 pgmap v47: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:16:26.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:25 smithi135 bash[32435]: cluster 2023-12-07T17:16:24.389100+0000 mgr.a (mgr.14403) 71 : cluster 0 pgmap v47: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:16:26.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:26.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:26.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:26.211 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:16:26.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:16:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:25 smithi079 bash[28699]: cluster 2023-12-07T17:16:24.389100+0000 mgr.a (mgr.14403) 71 : cluster 0 pgmap v47: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:16:27.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:26 smithi194 bash[32038]: audit 2023-12-07T17:16:25.711492+0000 mgr.a (mgr.14403) 72 : audit 0 from='client.15507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:27.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:26 smithi135 bash[32435]: audit 2023-12-07T17:16:25.711492+0000 mgr.a (mgr.14403) 72 : audit 0 from='client.15507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:26 smithi079 bash[28699]: audit 2023-12-07T17:16:25.711492+0000 mgr.a (mgr.14403) 72 : audit 0 from='client.15507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:27 smithi194 bash[32038]: cluster 2023-12-07T17:16:26.389786+0000 mgr.a (mgr.14403) 73 : cluster 0 pgmap v48: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:28.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:27 smithi135 bash[32435]: cluster 2023-12-07T17:16:26.389786+0000 mgr.a (mgr.14403) 73 : cluster 0 pgmap v48: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:27 smithi079 bash[28699]: cluster 2023-12-07T17:16:26.389786+0000 mgr.a (mgr.14403) 73 : cluster 0 pgmap v48: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:29 smithi194 bash[32038]: cluster 2023-12-07T17:16:28.390345+0000 mgr.a (mgr.14403) 74 : cluster 0 pgmap v49: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:30.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:29 smithi135 bash[32435]: cluster 2023-12-07T17:16:28.390345+0000 mgr.a (mgr.14403) 74 : cluster 0 pgmap v49: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:29 smithi079 bash[28699]: cluster 2023-12-07T17:16:28.390345+0000 mgr.a (mgr.14403) 74 : cluster 0 pgmap v49: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:31.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:16:31.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:31.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:32.133 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:16:32.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:32.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:32.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:32.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:16:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:31 smithi194 bash[32038]: cluster 2023-12-07T17:16:30.390885+0000 mgr.a (mgr.14403) 75 : cluster 0 pgmap v50: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:32.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:31 smithi135 bash[32435]: cluster 2023-12-07T17:16:30.390885+0000 mgr.a (mgr.14403) 75 : cluster 0 pgmap v50: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:31 smithi079 bash[28699]: cluster 2023-12-07T17:16:30.390885+0000 mgr.a (mgr.14403) 75 : cluster 0 pgmap v50: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:32 smithi194 bash[32038]: audit 2023-12-07T17:16:31.623671+0000 mgr.a (mgr.14403) 76 : audit 0 from='client.15582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:33.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:32 smithi135 bash[32435]: audit 2023-12-07T17:16:31.623671+0000 mgr.a (mgr.14403) 76 : audit 0 from='client.15582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:32 smithi079 bash[28699]: audit 2023-12-07T17:16:31.623671+0000 mgr.a (mgr.14403) 76 : audit 0 from='client.15582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:33 smithi194 bash[32038]: cluster 2023-12-07T17:16:32.391653+0000 mgr.a (mgr.14403) 77 : cluster 0 pgmap v51: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:33 smithi135 bash[32435]: cluster 2023-12-07T17:16:32.391653+0000 mgr.a (mgr.14403) 77 : cluster 0 pgmap v51: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:33 smithi079 bash[28699]: cluster 2023-12-07T17:16:32.391653+0000 mgr.a (mgr.14403) 77 : cluster 0 pgmap v51: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:35 smithi194 bash[32038]: cluster 2023-12-07T17:16:34.392483+0000 mgr.a (mgr.14403) 78 : cluster 0 pgmap v52: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:36.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:35 smithi135 bash[32435]: cluster 2023-12-07T17:16:34.392483+0000 mgr.a (mgr.14403) 78 : cluster 0 pgmap v52: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:35 smithi079 bash[28699]: cluster 2023-12-07T17:16:34.392483+0000 mgr.a (mgr.14403) 78 : cluster 0 pgmap v52: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:16:37.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:16:37.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:37.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:38.058 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:16:38.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:38.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:38.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:38.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:16:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:37 smithi135 bash[32435]: cluster 2023-12-07T17:16:36.393067+0000 mgr.a (mgr.14403) 79 : cluster 0 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-07T17:16:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:37 smithi079 bash[28699]: cluster 2023-12-07T17:16:36.393067+0000 mgr.a (mgr.14403) 79 : cluster 0 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-07T17:16:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:37 smithi194 bash[32038]: cluster 2023-12-07T17:16:36.393067+0000 mgr.a (mgr.14403) 79 : cluster 0 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-07T17:16:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:38 smithi079 bash[28699]: audit 2023-12-07T17:16:37.547989+0000 mgr.a (mgr.14403) 80 : audit 0 from='client.15660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:38 smithi194 bash[32038]: audit 2023-12-07T17:16:37.547989+0000 mgr.a (mgr.14403) 80 : audit 0 from='client.15660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:39.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:38 smithi135 bash[32435]: audit 2023-12-07T17:16:37.547989+0000 mgr.a (mgr.14403) 80 : audit 0 from='client.15660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:39 smithi079 bash[28699]: cluster 2023-12-07T17:16:38.393989+0000 mgr.a (mgr.14403) 81 : cluster 0 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-07T17:16:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:39 smithi194 bash[32038]: cluster 2023-12-07T17:16:38.393989+0000 mgr.a (mgr.14403) 81 : cluster 0 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-07T17:16:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:39 smithi135 bash[32435]: cluster 2023-12-07T17:16:38.393989+0000 mgr.a (mgr.14403) 81 : cluster 0 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-07T17:16:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:41 smithi079 bash[28699]: cluster 2023-12-07T17:16:40.394559+0000 mgr.a (mgr.14403) 82 : cluster 0 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-07T17:16:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:41 smithi194 bash[32038]: cluster 2023-12-07T17:16:40.394559+0000 mgr.a (mgr.14403) 82 : cluster 0 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-07T17:16:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:41 smithi135 bash[32435]: cluster 2023-12-07T17:16:40.394559+0000 mgr.a (mgr.14403) 82 : cluster 0 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-07T17:16:43.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:16:43.062 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:43.062 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:43.978 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:16:43.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:43.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:43.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:43.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:16:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:43 smithi079 bash[28699]: cluster 2023-12-07T17:16:42.395149+0000 mgr.a (mgr.14403) 83 : cluster 0 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-07T17:16:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:43 smithi194 bash[32038]: cluster 2023-12-07T17:16:42.395149+0000 mgr.a (mgr.14403) 83 : cluster 0 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-07T17:16:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:43 smithi135 bash[32435]: cluster 2023-12-07T17:16:42.395149+0000 mgr.a (mgr.14403) 83 : cluster 0 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-07T17:16:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:44 smithi079 bash[28699]: audit 2023-12-07T17:16:43.463137+0000 mgr.a (mgr.14403) 84 : audit 0 from='client.15738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:44 smithi194 bash[32038]: audit 2023-12-07T17:16:43.463137+0000 mgr.a (mgr.14403) 84 : audit 0 from='client.15738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:45.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:44 smithi135 bash[32435]: audit 2023-12-07T17:16:43.463137+0000 mgr.a (mgr.14403) 84 : audit 0 from='client.15738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:45 smithi079 bash[28699]: cluster 2023-12-07T17:16:44.396059+0000 mgr.a (mgr.14403) 85 : cluster 0 pgmap v57: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:45 smithi194 bash[32038]: cluster 2023-12-07T17:16:44.396059+0000 mgr.a (mgr.14403) 85 : cluster 0 pgmap v57: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:45 smithi135 bash[32435]: cluster 2023-12-07T17:16:44.396059+0000 mgr.a (mgr.14403) 85 : cluster 0 pgmap v57: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:47.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:47 smithi079 bash[28699]: cluster 2023-12-07T17:16:46.396640+0000 mgr.a (mgr.14403) 86 : cluster 0 pgmap v58: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:47 smithi194 bash[32038]: cluster 2023-12-07T17:16:46.396640+0000 mgr.a (mgr.14403) 86 : cluster 0 pgmap v58: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:47 smithi135 bash[32435]: cluster 2023-12-07T17:16:46.396640+0000 mgr.a (mgr.14403) 86 : cluster 0 pgmap v58: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:48.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:16:48.981 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:48.981 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:49.909 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:16:49.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:49.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:49.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:49.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:16:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:49 smithi194 bash[32038]: cluster 2023-12-07T17:16:48.397393+0000 mgr.a (mgr.14403) 87 : cluster 0 pgmap v59: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:50.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:49 smithi135 bash[32435]: cluster 2023-12-07T17:16:48.397393+0000 mgr.a (mgr.14403) 87 : cluster 0 pgmap v59: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:49 smithi079 bash[28699]: cluster 2023-12-07T17:16:48.397393+0000 mgr.a (mgr.14403) 87 : cluster 0 pgmap v59: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:50 smithi194 bash[32038]: audit 2023-12-07T17:16:49.387911+0000 mgr.a (mgr.14403) 88 : audit 0 from='client.15816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:51.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:50 smithi135 bash[32435]: audit 2023-12-07T17:16:49.387911+0000 mgr.a (mgr.14403) 88 : audit 0 from='client.15816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:51.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:50 smithi079 bash[28699]: audit 2023-12-07T17:16:49.387911+0000 mgr.a (mgr.14403) 88 : audit 0 from='client.15816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:52.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:51 smithi194 bash[32038]: cluster 2023-12-07T17:16:50.398108+0000 mgr.a (mgr.14403) 89 : cluster 0 pgmap v60: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:52.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:51 smithi135 bash[32435]: cluster 2023-12-07T17:16:50.398108+0000 mgr.a (mgr.14403) 89 : cluster 0 pgmap v60: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:51 smithi079 bash[28699]: cluster 2023-12-07T17:16:50.398108+0000 mgr.a (mgr.14403) 89 : cluster 0 pgmap v60: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:53 smithi194 bash[32038]: cluster 2023-12-07T17:16:52.398702+0000 mgr.a (mgr.14403) 90 : cluster 0 pgmap v61: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:54.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:53 smithi135 bash[32435]: cluster 2023-12-07T17:16:52.398702+0000 mgr.a (mgr.14403) 90 : cluster 0 pgmap v61: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:54.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:53 smithi079 bash[28699]: cluster 2023-12-07T17:16:52.398702+0000 mgr.a (mgr.14403) 90 : cluster 0 pgmap v61: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:16:54.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:16:54.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:16:54.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:16:55.828 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:16:55.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:16:55.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:16:55.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:16:55.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:16:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:55 smithi194 bash[32038]: cluster 2023-12-07T17:16:54.399499+0000 mgr.a (mgr.14403) 91 : cluster 0 pgmap v62: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:56.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:55 smithi135 bash[32435]: cluster 2023-12-07T17:16:54.399499+0000 mgr.a (mgr.14403) 91 : cluster 0 pgmap v62: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:55 smithi079 bash[28699]: cluster 2023-12-07T17:16:54.399499+0000 mgr.a (mgr.14403) 91 : cluster 0 pgmap v62: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:56 smithi194 bash[32038]: audit 2023-12-07T17:16:55.312300+0000 mgr.a (mgr.14403) 92 : audit 0 from='client.15885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:57.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:56 smithi135 bash[32435]: audit 2023-12-07T17:16:55.312300+0000 mgr.a (mgr.14403) 92 : audit 0 from='client.15885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:56 smithi079 bash[28699]: audit 2023-12-07T17:16:55.312300+0000 mgr.a (mgr.14403) 92 : audit 0 from='client.15885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:16:58.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:57 smithi135 bash[32435]: cluster 2023-12-07T17:16:56.400122+0000 mgr.a (mgr.14403) 93 : cluster 0 pgmap v63: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:57 smithi079 bash[28699]: cluster 2023-12-07T17:16:56.400122+0000 mgr.a (mgr.14403) 93 : cluster 0 pgmap v63: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:16:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:57 smithi194 bash[32038]: cluster 2023-12-07T17:16:56.400122+0000 mgr.a (mgr.14403) 93 : cluster 0 pgmap v63: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:00.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:16:59 smithi079 bash[28699]: cluster 2023-12-07T17:16:58.401055+0000 mgr.a (mgr.14403) 94 : cluster 0 pgmap v64: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:16:59 smithi194 bash[32038]: cluster 2023-12-07T17:16:58.401055+0000 mgr.a (mgr.14403) 94 : cluster 0 pgmap v64: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:16:59 smithi135 bash[32435]: cluster 2023-12-07T17:16:58.401055+0000 mgr.a (mgr.14403) 94 : cluster 0 pgmap v64: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:00.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:17:00.832 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:00.832 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:01.737 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:17:01.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:01.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:01.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:01.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:17:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:01 smithi079 bash[28699]: cluster 2023-12-07T17:17:00.401657+0000 mgr.a (mgr.14403) 95 : cluster 0 pgmap v65: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:01 smithi194 bash[32038]: cluster 2023-12-07T17:17:00.401657+0000 mgr.a (mgr.14403) 95 : cluster 0 pgmap v65: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:01 smithi135 bash[32435]: cluster 2023-12-07T17:17:00.401657+0000 mgr.a (mgr.14403) 95 : cluster 0 pgmap v65: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:02 smithi079 bash[28699]: audit 2023-12-07T17:17:01.232422+0000 mgr.a (mgr.14403) 96 : audit 0 from='client.15963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:02 smithi194 bash[32038]: audit 2023-12-07T17:17:01.232422+0000 mgr.a (mgr.14403) 96 : audit 0 from='client.15963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:03.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:02 smithi135 bash[32435]: audit 2023-12-07T17:17:01.232422+0000 mgr.a (mgr.14403) 96 : audit 0 from='client.15963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:04.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:03 smithi079 bash[28699]: cluster 2023-12-07T17:17:02.402358+0000 mgr.a (mgr.14403) 97 : cluster 0 pgmap v66: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:03 smithi194 bash[32038]: cluster 2023-12-07T17:17:02.402358+0000 mgr.a (mgr.14403) 97 : cluster 0 pgmap v66: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:04.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:03 smithi135 bash[32435]: cluster 2023-12-07T17:17:02.402358+0000 mgr.a (mgr.14403) 97 : cluster 0 pgmap v66: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:05 smithi079 bash[28699]: cluster 2023-12-07T17:17:04.403172+0000 mgr.a (mgr.14403) 98 : cluster 0 pgmap v67: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:05 smithi194 bash[32038]: cluster 2023-12-07T17:17:04.403172+0000 mgr.a (mgr.14403) 98 : cluster 0 pgmap v67: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:05 smithi135 bash[32435]: cluster 2023-12-07T17:17:04.403172+0000 mgr.a (mgr.14403) 98 : cluster 0 pgmap v67: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:06.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:17:06.740 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:06.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:07.662 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:17:07.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:07.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:07.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:07.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:17:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:07 smithi079 bash[28699]: cluster 2023-12-07T17:17:06.403675+0000 mgr.a (mgr.14403) 99 : cluster 0 pgmap v68: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:07 smithi194 bash[32038]: cluster 2023-12-07T17:17:06.403675+0000 mgr.a (mgr.14403) 99 : cluster 0 pgmap v68: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:07 smithi135 bash[32435]: cluster 2023-12-07T17:17:06.403675+0000 mgr.a (mgr.14403) 99 : cluster 0 pgmap v68: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:08 smithi079 bash[28699]: audit 2023-12-07T17:17:07.145751+0000 mgr.a (mgr.14403) 100 : audit 0 from='client.16038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:08 smithi194 bash[32038]: audit 2023-12-07T17:17:07.145751+0000 mgr.a (mgr.14403) 100 : audit 0 from='client.16038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:09.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:08 smithi135 bash[32435]: audit 2023-12-07T17:17:07.145751+0000 mgr.a (mgr.14403) 100 : audit 0 from='client.16038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:10.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:09 smithi079 bash[28699]: cluster 2023-12-07T17:17:08.404533+0000 mgr.a (mgr.14403) 101 : cluster 0 pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:09 smithi194 bash[32038]: cluster 2023-12-07T17:17:08.404533+0000 mgr.a (mgr.14403) 101 : cluster 0 pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:09 smithi135 bash[32435]: cluster 2023-12-07T17:17:08.404533+0000 mgr.a (mgr.14403) 101 : cluster 0 pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:11 smithi079 bash[28699]: cluster 2023-12-07T17:17:10.405114+0000 mgr.a (mgr.14403) 102 : cluster 0 pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:11 smithi194 bash[32038]: cluster 2023-12-07T17:17:10.405114+0000 mgr.a (mgr.14403) 102 : cluster 0 pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:11.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:11 smithi135 bash[32435]: cluster 2023-12-07T17:17:10.405114+0000 mgr.a (mgr.14403) 102 : cluster 0 pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:12 smithi079 bash[28699]: audit 2023-12-07T17:17:11.478075+0000 mon.a (mon.0) 488 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:17:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:12 smithi194 bash[32038]: audit 2023-12-07T17:17:11.478075+0000 mon.a (mon.0) 488 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:17:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:12 smithi135 bash[32435]: audit 2023-12-07T17:17:11.478075+0000 mon.a (mon.0) 488 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:17:12.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:17:12.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:12.667 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:13 smithi079 bash[28699]: audit 2023-12-07T17:17:12.219103+0000 mon.a (mon.0) 489 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:17:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:13 smithi079 bash[28699]: audit 2023-12-07T17:17:12.221070+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:17:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:13 smithi079 bash[28699]: audit 2023-12-07T17:17:12.230510+0000 mon.a (mon.0) 491 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:17:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:13 smithi079 bash[28699]: cluster 2023-12-07T17:17:12.405681+0000 mgr.a (mgr.14403) 103 : cluster 0 pgmap v71: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:13 smithi194 bash[32038]: audit 2023-12-07T17:17:12.219103+0000 mon.a (mon.0) 489 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:17:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:13 smithi194 bash[32038]: audit 2023-12-07T17:17:12.221070+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:17:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:13 smithi194 bash[32038]: audit 2023-12-07T17:17:12.230510+0000 mon.a (mon.0) 491 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:17:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:13 smithi194 bash[32038]: cluster 2023-12-07T17:17:12.405681+0000 mgr.a (mgr.14403) 103 : cluster 0 pgmap v71: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:13 smithi135 bash[32435]: audit 2023-12-07T17:17:12.219103+0000 mon.a (mon.0) 489 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:17:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:13 smithi135 bash[32435]: audit 2023-12-07T17:17:12.221070+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:17:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:13 smithi135 bash[32435]: audit 2023-12-07T17:17:12.230510+0000 mon.a (mon.0) 491 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:17:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:13 smithi135 bash[32435]: cluster 2023-12-07T17:17:12.405681+0000 mgr.a (mgr.14403) 103 : cluster 0 pgmap v71: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:13.545 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:17:13.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:13.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:13.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:13.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:17:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:14 smithi079 bash[28699]: audit 2023-12-07T17:17:13.053882+0000 mgr.a (mgr.14403) 104 : audit 0 from='client.16116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:14 smithi194 bash[32038]: audit 2023-12-07T17:17:13.053882+0000 mgr.a (mgr.14403) 104 : audit 0 from='client.16116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:14.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:14 smithi135 bash[32435]: audit 2023-12-07T17:17:13.053882+0000 mgr.a (mgr.14403) 104 : audit 0 from='client.16116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:15.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:15 smithi079 bash[28699]: cluster 2023-12-07T17:17:14.406689+0000 mgr.a (mgr.14403) 105 : cluster 0 pgmap v72: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:17:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:15 smithi194 bash[32038]: cluster 2023-12-07T17:17:14.406689+0000 mgr.a (mgr.14403) 105 : cluster 0 pgmap v72: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:17:15.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:15 smithi135 bash[32435]: cluster 2023-12-07T17:17:14.406689+0000 mgr.a (mgr.14403) 105 : cluster 0 pgmap v72: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:17:17.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:17 smithi079 bash[28699]: cluster 2023-12-07T17:17:16.407270+0000 mgr.a (mgr.14403) 106 : cluster 0 pgmap v73: 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-07T17:17:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:17 smithi194 bash[32038]: cluster 2023-12-07T17:17:16.407270+0000 mgr.a (mgr.14403) 106 : cluster 0 pgmap v73: 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-07T17:17:17.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:17 smithi135 bash[32435]: cluster 2023-12-07T17:17:16.407270+0000 mgr.a (mgr.14403) 106 : cluster 0 pgmap v73: 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-07T17:17:18.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:17:18.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:18.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:19.454 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:17:19.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:19.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:19.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:19.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:17:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:19 smithi194 bash[32038]: cluster 2023-12-07T17:17:18.408032+0000 mgr.a (mgr.14403) 107 : cluster 0 pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:19 smithi194 bash[32038]: audit 2023-12-07T17:17:18.951491+0000 mgr.a (mgr.14403) 108 : audit 0 from='client.16191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:20.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:19 smithi135 bash[32435]: cluster 2023-12-07T17:17:18.408032+0000 mgr.a (mgr.14403) 107 : cluster 0 pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:19 smithi135 bash[32435]: audit 2023-12-07T17:17:18.951491+0000 mgr.a (mgr.14403) 108 : audit 0 from='client.16191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:19 smithi079 bash[28699]: cluster 2023-12-07T17:17:18.408032+0000 mgr.a (mgr.14403) 107 : cluster 0 pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:19 smithi079 bash[28699]: audit 2023-12-07T17:17:18.951491+0000 mgr.a (mgr.14403) 108 : audit 0 from='client.16191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:21 smithi194 bash[32038]: cluster 2023-12-07T17:17:20.408796+0000 mgr.a (mgr.14403) 109 : cluster 0 pgmap v75: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:21 smithi079 bash[28699]: cluster 2023-12-07T17:17:20.408796+0000 mgr.a (mgr.14403) 109 : cluster 0 pgmap v75: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:24.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:21 smithi135 bash[32435]: cluster 2023-12-07T17:17:20.408796+0000 mgr.a (mgr.14403) 109 : cluster 0 pgmap v75: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:24.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:23 smithi135 bash[32435]: cluster 2023-12-07T17:17:22.409500+0000 mgr.a (mgr.14403) 110 : cluster 0 pgmap v76: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:23 smithi079 bash[28699]: cluster 2023-12-07T17:17:22.409500+0000 mgr.a (mgr.14403) 110 : cluster 0 pgmap v76: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:23 smithi194 bash[32038]: cluster 2023-12-07T17:17:22.409500+0000 mgr.a (mgr.14403) 110 : cluster 0 pgmap v76: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:24.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:17:24.456 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:24.457 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:25.346 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:17:25.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:25.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:25.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:25.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:17:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:25 smithi079 bash[28699]: cluster 2023-12-07T17:17:24.410489+0000 mgr.a (mgr.14403) 111 : cluster 0 pgmap v77: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:25 smithi079 bash[28699]: audit 2023-12-07T17:17:24.858381+0000 mgr.a (mgr.14403) 112 : audit 0 from='client.16269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:25 smithi194 bash[32038]: cluster 2023-12-07T17:17:24.410489+0000 mgr.a (mgr.14403) 111 : cluster 0 pgmap v77: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:25 smithi194 bash[32038]: audit 2023-12-07T17:17:24.858381+0000 mgr.a (mgr.14403) 112 : audit 0 from='client.16269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:25 smithi135 bash[32435]: cluster 2023-12-07T17:17:24.410489+0000 mgr.a (mgr.14403) 111 : cluster 0 pgmap v77: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:25 smithi135 bash[32435]: audit 2023-12-07T17:17:24.858381+0000 mgr.a (mgr.14403) 112 : audit 0 from='client.16269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:27 smithi079 bash[28699]: cluster 2023-12-07T17:17:26.411285+0000 mgr.a (mgr.14403) 113 : cluster 0 pgmap v78: 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-07T17:17:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:27 smithi194 bash[32038]: cluster 2023-12-07T17:17:26.411285+0000 mgr.a (mgr.14403) 113 : cluster 0 pgmap v78: 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-07T17:17:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:27 smithi135 bash[32435]: cluster 2023-12-07T17:17:26.411285+0000 mgr.a (mgr.14403) 113 : cluster 0 pgmap v78: 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-07T17:17:30.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:17:30.350 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:30.350 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:29 smithi079 bash[28699]: cluster 2023-12-07T17:17:28.412218+0000 mgr.a (mgr.14403) 114 : cluster 0 pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T17:17:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:29 smithi194 bash[32038]: cluster 2023-12-07T17:17:28.412218+0000 mgr.a (mgr.14403) 114 : cluster 0 pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T17:17:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:29 smithi135 bash[32435]: cluster 2023-12-07T17:17:28.412218+0000 mgr.a (mgr.14403) 114 : cluster 0 pgmap v79: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T17:17:31.234 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:17:31.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:31.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:31.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:31.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:17:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:31 smithi079 bash[28699]: cluster 2023-12-07T17:17:30.412793+0000 mgr.a (mgr.14403) 115 : cluster 0 pgmap v80: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:31 smithi079 bash[28699]: audit 2023-12-07T17:17:30.744538+0000 mgr.a (mgr.14403) 116 : audit 0 from='client.16338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:31 smithi194 bash[32038]: cluster 2023-12-07T17:17:30.412793+0000 mgr.a (mgr.14403) 115 : cluster 0 pgmap v80: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:31 smithi194 bash[32038]: audit 2023-12-07T17:17:30.744538+0000 mgr.a (mgr.14403) 116 : audit 0 from='client.16338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:31 smithi135 bash[32435]: cluster 2023-12-07T17:17:30.412793+0000 mgr.a (mgr.14403) 115 : cluster 0 pgmap v80: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:31 smithi135 bash[32435]: audit 2023-12-07T17:17:30.744538+0000 mgr.a (mgr.14403) 116 : audit 0 from='client.16338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:33 smithi079 bash[28699]: cluster 2023-12-07T17:17:32.413435+0000 mgr.a (mgr.14403) 117 : cluster 0 pgmap v81: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:33 smithi194 bash[32038]: cluster 2023-12-07T17:17:32.413435+0000 mgr.a (mgr.14403) 117 : cluster 0 pgmap v81: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:33 smithi135 bash[32435]: cluster 2023-12-07T17:17:32.413435+0000 mgr.a (mgr.14403) 117 : cluster 0 pgmap v81: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:36.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:17:36.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:36.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:35 smithi079 bash[28699]: cluster 2023-12-07T17:17:34.414209+0000 mgr.a (mgr.14403) 118 : cluster 0 pgmap v82: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:35 smithi194 bash[32038]: cluster 2023-12-07T17:17:34.414209+0000 mgr.a (mgr.14403) 118 : cluster 0 pgmap v82: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:35 smithi135 bash[32435]: cluster 2023-12-07T17:17:34.414209+0000 mgr.a (mgr.14403) 118 : cluster 0 pgmap v82: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:37.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:37.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:37.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:37.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:17:37.107 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:17:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:37 smithi079 bash[28699]: cluster 2023-12-07T17:17:36.414759+0000 mgr.a (mgr.14403) 119 : cluster 0 pgmap v83: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:37 smithi079 bash[28699]: audit 2023-12-07T17:17:36.633316+0000 mgr.a (mgr.14403) 120 : audit 0 from='client.16413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:37 smithi194 bash[32038]: cluster 2023-12-07T17:17:36.414759+0000 mgr.a (mgr.14403) 119 : cluster 0 pgmap v83: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:37 smithi194 bash[32038]: audit 2023-12-07T17:17:36.633316+0000 mgr.a (mgr.14403) 120 : audit 0 from='client.16413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:37 smithi135 bash[32435]: cluster 2023-12-07T17:17:36.414759+0000 mgr.a (mgr.14403) 119 : cluster 0 pgmap v83: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:37 smithi135 bash[32435]: audit 2023-12-07T17:17:36.633316+0000 mgr.a (mgr.14403) 120 : audit 0 from='client.16413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:39 smithi079 bash[28699]: cluster 2023-12-07T17:17:38.415642+0000 mgr.a (mgr.14403) 121 : cluster 0 pgmap v84: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:39 smithi194 bash[32038]: cluster 2023-12-07T17:17:38.415642+0000 mgr.a (mgr.14403) 121 : cluster 0 pgmap v84: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:39 smithi135 bash[32435]: cluster 2023-12-07T17:17:38.415642+0000 mgr.a (mgr.14403) 121 : cluster 0 pgmap v84: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:42.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:17:42.110 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:42.110 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:41 smithi079 bash[28699]: cluster 2023-12-07T17:17:40.416206+0000 mgr.a (mgr.14403) 122 : cluster 0 pgmap v85: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:41 smithi194 bash[32038]: cluster 2023-12-07T17:17:40.416206+0000 mgr.a (mgr.14403) 122 : cluster 0 pgmap v85: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:41 smithi135 bash[32435]: cluster 2023-12-07T17:17:40.416206+0000 mgr.a (mgr.14403) 122 : cluster 0 pgmap v85: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:42.993 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:17:42.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:42.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:42.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:42.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:17:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:43 smithi079 bash[28699]: cluster 2023-12-07T17:17:42.416731+0000 mgr.a (mgr.14403) 123 : cluster 0 pgmap v86: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:43 smithi079 bash[28699]: audit 2023-12-07T17:17:42.507204+0000 mgr.a (mgr.14403) 124 : audit 0 from='client.16491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:43 smithi194 bash[32038]: cluster 2023-12-07T17:17:42.416731+0000 mgr.a (mgr.14403) 123 : cluster 0 pgmap v86: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:43 smithi194 bash[32038]: audit 2023-12-07T17:17:42.507204+0000 mgr.a (mgr.14403) 124 : audit 0 from='client.16491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:43 smithi135 bash[32435]: cluster 2023-12-07T17:17:42.416731+0000 mgr.a (mgr.14403) 123 : cluster 0 pgmap v86: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:43 smithi135 bash[32435]: audit 2023-12-07T17:17:42.507204+0000 mgr.a (mgr.14403) 124 : audit 0 from='client.16491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:45 smithi079 bash[28699]: cluster 2023-12-07T17:17:44.417616+0000 mgr.a (mgr.14403) 125 : cluster 0 pgmap v87: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:45 smithi194 bash[32038]: cluster 2023-12-07T17:17:44.417616+0000 mgr.a (mgr.14403) 125 : cluster 0 pgmap v87: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:45 smithi135 bash[32435]: cluster 2023-12-07T17:17:44.417616+0000 mgr.a (mgr.14403) 125 : cluster 0 pgmap v87: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:17:47.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:17:47.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:47.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:48 smithi079 bash[28699]: cluster 2023-12-07T17:17:46.418162+0000 mgr.a (mgr.14403) 126 : cluster 0 pgmap v88: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:48 smithi194 bash[32038]: cluster 2023-12-07T17:17:46.418162+0000 mgr.a (mgr.14403) 126 : cluster 0 pgmap v88: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:48 smithi135 bash[32435]: cluster 2023-12-07T17:17:46.418162+0000 mgr.a (mgr.14403) 126 : cluster 0 pgmap v88: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:48.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:48.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:48.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:48.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:17:48.914 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:17:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:50 smithi079 bash[28699]: audit 2023-12-07T17:17:48.399737+0000 mgr.a (mgr.14403) 127 : audit 0 from='client.16569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:50 smithi079 bash[28699]: cluster 2023-12-07T17:17:48.419127+0000 mgr.a (mgr.14403) 128 : cluster 0 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-07T17:17:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:50 smithi194 bash[32038]: audit 2023-12-07T17:17:48.399737+0000 mgr.a (mgr.14403) 127 : audit 0 from='client.16569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:50 smithi194 bash[32038]: cluster 2023-12-07T17:17:48.419127+0000 mgr.a (mgr.14403) 128 : cluster 0 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-07T17:17:50.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:50 smithi135 bash[32435]: audit 2023-12-07T17:17:48.399737+0000 mgr.a (mgr.14403) 127 : audit 0 from='client.16569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:50.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:50 smithi135 bash[32435]: cluster 2023-12-07T17:17:48.419127+0000 mgr.a (mgr.14403) 128 : cluster 0 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-07T17:17:51.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:51 smithi079 bash[28699]: cluster 2023-12-07T17:17:50.419746+0000 mgr.a (mgr.14403) 129 : cluster 0 pgmap v90: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:51 smithi194 bash[32038]: cluster 2023-12-07T17:17:50.419746+0000 mgr.a (mgr.14403) 129 : cluster 0 pgmap v90: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:51.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:51 smithi135 bash[32435]: cluster 2023-12-07T17:17:50.419746+0000 mgr.a (mgr.14403) 129 : cluster 0 pgmap v90: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:53.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:17:53.918 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:53.918 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:17:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:53 smithi194 bash[32038]: cluster 2023-12-07T17:17:52.420315+0000 mgr.a (mgr.14403) 130 : cluster 0 pgmap v91: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:54.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:53 smithi135 bash[32435]: cluster 2023-12-07T17:17:52.420315+0000 mgr.a (mgr.14403) 130 : cluster 0 pgmap v91: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:54.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:53 smithi079 bash[28699]: cluster 2023-12-07T17:17:52.420315+0000 mgr.a (mgr.14403) 130 : cluster 0 pgmap v91: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:54.835 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:17:54.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:17:54.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:17:54.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:17:54.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:17:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:55 smithi135 bash[32435]: audit 2023-12-07T17:17:54.321767+0000 mgr.a (mgr.14403) 131 : audit 0 from='client.16644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:55 smithi135 bash[32435]: cluster 2023-12-07T17:17:54.421096+0000 mgr.a (mgr.14403) 132 : cluster 0 pgmap v92: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:55 smithi079 bash[28699]: audit 2023-12-07T17:17:54.321767+0000 mgr.a (mgr.14403) 131 : audit 0 from='client.16644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:55 smithi079 bash[28699]: cluster 2023-12-07T17:17:54.421096+0000 mgr.a (mgr.14403) 132 : cluster 0 pgmap v92: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:55 smithi194 bash[32038]: audit 2023-12-07T17:17:54.321767+0000 mgr.a (mgr.14403) 131 : audit 0 from='client.16644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:17:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:55 smithi194 bash[32038]: cluster 2023-12-07T17:17:54.421096+0000 mgr.a (mgr.14403) 132 : cluster 0 pgmap v92: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:17:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:57 smithi079 bash[28699]: cluster 2023-12-07T17:17:56.421690+0000 mgr.a (mgr.14403) 133 : cluster 0 pgmap v93: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:57 smithi194 bash[32038]: cluster 2023-12-07T17:17:56.421690+0000 mgr.a (mgr.14403) 133 : cluster 0 pgmap v93: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:57 smithi135 bash[32435]: cluster 2023-12-07T17:17:56.421690+0000 mgr.a (mgr.14403) 133 : cluster 0 pgmap v93: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:17:59.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:17:59.838 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:17:59.838 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:00.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:17:59 smithi079 bash[28699]: cluster 2023-12-07T17:17:58.422488+0000 mgr.a (mgr.14403) 134 : cluster 0 pgmap v94: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:17:59 smithi194 bash[32038]: cluster 2023-12-07T17:17:58.422488+0000 mgr.a (mgr.14403) 134 : cluster 0 pgmap v94: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:17:59 smithi135 bash[32435]: cluster 2023-12-07T17:17:58.422488+0000 mgr.a (mgr.14403) 134 : cluster 0 pgmap v94: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:00.767 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:18:00.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:00.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:00.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:00.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:18:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:01 smithi079 bash[28699]: audit 2023-12-07T17:18:00.249638+0000 mgr.a (mgr.14403) 135 : audit 0 from='client.16722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:01 smithi079 bash[28699]: cluster 2023-12-07T17:18:00.423019+0000 mgr.a (mgr.14403) 136 : cluster 0 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-07T17:18:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:01 smithi194 bash[32038]: audit 2023-12-07T17:18:00.249638+0000 mgr.a (mgr.14403) 135 : audit 0 from='client.16722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:01 smithi194 bash[32038]: cluster 2023-12-07T17:18:00.423019+0000 mgr.a (mgr.14403) 136 : cluster 0 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-07T17:18:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:01 smithi135 bash[32435]: audit 2023-12-07T17:18:00.249638+0000 mgr.a (mgr.14403) 135 : audit 0 from='client.16722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:01 smithi135 bash[32435]: cluster 2023-12-07T17:18:00.423019+0000 mgr.a (mgr.14403) 136 : cluster 0 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-07T17:18:04.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:03 smithi079 bash[28699]: cluster 2023-12-07T17:18:02.423606+0000 mgr.a (mgr.14403) 137 : cluster 0 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-07T17:18:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:03 smithi194 bash[32038]: cluster 2023-12-07T17:18:02.423606+0000 mgr.a (mgr.14403) 137 : cluster 0 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-07T17:18:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:03 smithi135 bash[32435]: cluster 2023-12-07T17:18:02.423606+0000 mgr.a (mgr.14403) 137 : cluster 0 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-07T17:18:05.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:18:05.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:05.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:05 smithi079 bash[28699]: cluster 2023-12-07T17:18:04.424409+0000 mgr.a (mgr.14403) 138 : cluster 0 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-07T17:18:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:05 smithi194 bash[32038]: cluster 2023-12-07T17:18:04.424409+0000 mgr.a (mgr.14403) 138 : cluster 0 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-07T17:18:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:05 smithi135 bash[32435]: cluster 2023-12-07T17:18:04.424409+0000 mgr.a (mgr.14403) 138 : cluster 0 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-07T17:18:06.652 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:18:06.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:06.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:06.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:06.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:18:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:07 smithi079 bash[28699]: audit 2023-12-07T17:18:06.170068+0000 mgr.a (mgr.14403) 139 : audit 0 from='client.16800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:07 smithi079 bash[28699]: cluster 2023-12-07T17:18:06.425119+0000 mgr.a (mgr.14403) 140 : cluster 0 pgmap v98: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:07 smithi194 bash[32038]: audit 2023-12-07T17:18:06.170068+0000 mgr.a (mgr.14403) 139 : audit 0 from='client.16800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:07 smithi194 bash[32038]: cluster 2023-12-07T17:18:06.425119+0000 mgr.a (mgr.14403) 140 : cluster 0 pgmap v98: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:08.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:07 smithi135 bash[32435]: audit 2023-12-07T17:18:06.170068+0000 mgr.a (mgr.14403) 139 : audit 0 from='client.16800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:08.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:07 smithi135 bash[32435]: cluster 2023-12-07T17:18:06.425119+0000 mgr.a (mgr.14403) 140 : cluster 0 pgmap v98: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:09 smithi079 bash[28699]: cluster 2023-12-07T17:18:08.425929+0000 mgr.a (mgr.14403) 141 : cluster 0 pgmap v99: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:09 smithi194 bash[32038]: cluster 2023-12-07T17:18:08.425929+0000 mgr.a (mgr.14403) 141 : cluster 0 pgmap v99: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:09 smithi135 bash[32435]: cluster 2023-12-07T17:18:08.425929+0000 mgr.a (mgr.14403) 141 : cluster 0 pgmap v99: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:11.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:18:11.655 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:11.655 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:11 smithi079 bash[28699]: cluster 2023-12-07T17:18:10.426479+0000 mgr.a (mgr.14403) 142 : cluster 0 pgmap v100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:11 smithi194 bash[32038]: cluster 2023-12-07T17:18:10.426479+0000 mgr.a (mgr.14403) 142 : cluster 0 pgmap v100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:12.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:11 smithi135 bash[32435]: cluster 2023-12-07T17:18:10.426479+0000 mgr.a (mgr.14403) 142 : cluster 0 pgmap v100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:12.534 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:18:12.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:12.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:12.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:12.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:18:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:12 smithi079 bash[28699]: audit 2023-12-07T17:18:12.333466+0000 mon.a (mon.0) 492 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:18:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:12 smithi079 bash[28699]: audit 2023-12-07T17:18:12.871831+0000 mon.a (mon.0) 493 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:18:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:12 smithi079 bash[28699]: audit 2023-12-07T17:18:12.877757+0000 mon.a (mon.0) 494 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:18:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:12 smithi194 bash[32038]: audit 2023-12-07T17:18:12.333466+0000 mon.a (mon.0) 492 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:18:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:12 smithi194 bash[32038]: audit 2023-12-07T17:18:12.871831+0000 mon.a (mon.0) 493 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:18:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:12 smithi194 bash[32038]: audit 2023-12-07T17:18:12.877757+0000 mon.a (mon.0) 494 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:18:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:12 smithi135 bash[32435]: audit 2023-12-07T17:18:12.333466+0000 mon.a (mon.0) 492 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:18:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:12 smithi135 bash[32435]: audit 2023-12-07T17:18:12.871831+0000 mon.a (mon.0) 493 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:18:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:12 smithi135 bash[32435]: audit 2023-12-07T17:18:12.877757+0000 mon.a (mon.0) 494 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:18:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:13 smithi079 bash[28699]: audit 2023-12-07T17:18:12.053751+0000 mgr.a (mgr.14403) 143 : audit 0 from='client.16878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:13 smithi079 bash[28699]: cluster 2023-12-07T17:18:12.426993+0000 mgr.a (mgr.14403) 144 : cluster 0 pgmap v101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:13 smithi079 bash[28699]: audit 2023-12-07T17:18:13.622437+0000 mon.a (mon.0) 495 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:18:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:13 smithi079 bash[28699]: audit 2023-12-07T17:18:13.624297+0000 mon.a (mon.0) 496 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:18:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:13 smithi079 bash[28699]: audit 2023-12-07T17:18:13.633329+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:18:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:13 smithi194 bash[32038]: audit 2023-12-07T17:18:12.053751+0000 mgr.a (mgr.14403) 143 : audit 0 from='client.16878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:13 smithi194 bash[32038]: cluster 2023-12-07T17:18:12.426993+0000 mgr.a (mgr.14403) 144 : cluster 0 pgmap v101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:13 smithi194 bash[32038]: audit 2023-12-07T17:18:13.622437+0000 mon.a (mon.0) 495 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:18:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:13 smithi194 bash[32038]: audit 2023-12-07T17:18:13.624297+0000 mon.a (mon.0) 496 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:18:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:13 smithi194 bash[32038]: audit 2023-12-07T17:18:13.633329+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:18:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:14 smithi135 bash[32435]: audit 2023-12-07T17:18:12.053751+0000 mgr.a (mgr.14403) 143 : audit 0 from='client.16878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:14 smithi135 bash[32435]: cluster 2023-12-07T17:18:12.426993+0000 mgr.a (mgr.14403) 144 : cluster 0 pgmap v101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:14 smithi135 bash[32435]: audit 2023-12-07T17:18:13.622437+0000 mon.a (mon.0) 495 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:18:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:14 smithi135 bash[32435]: audit 2023-12-07T17:18:13.624297+0000 mon.a (mon.0) 496 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:18:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:14 smithi135 bash[32435]: audit 2023-12-07T17:18:13.633329+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:18:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:16 smithi079 bash[28699]: cluster 2023-12-07T17:18:14.427714+0000 mgr.a (mgr.14403) 145 : cluster 0 pgmap v102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:16 smithi194 bash[32038]: cluster 2023-12-07T17:18:14.427714+0000 mgr.a (mgr.14403) 145 : cluster 0 pgmap v102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:16 smithi135 bash[32435]: cluster 2023-12-07T17:18:14.427714+0000 mgr.a (mgr.14403) 145 : cluster 0 pgmap v102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:17.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:18:17.539 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:17.539 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:18 smithi079 bash[28699]: cluster 2023-12-07T17:18:16.428256+0000 mgr.a (mgr.14403) 146 : cluster 0 pgmap v103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:18.439 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:18:18.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:18.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:18.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:18.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:18:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:18 smithi194 bash[32038]: cluster 2023-12-07T17:18:16.428256+0000 mgr.a (mgr.14403) 146 : cluster 0 pgmap v103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:18 smithi135 bash[32435]: cluster 2023-12-07T17:18:16.428256+0000 mgr.a (mgr.14403) 146 : cluster 0 pgmap v103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:19 smithi079 bash[28699]: audit 2023-12-07T17:18:17.944677+0000 mgr.a (mgr.14403) 147 : audit 0 from='client.16953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:19 smithi194 bash[32038]: audit 2023-12-07T17:18:17.944677+0000 mgr.a (mgr.14403) 147 : audit 0 from='client.16953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:19 smithi135 bash[32435]: audit 2023-12-07T17:18:17.944677+0000 mgr.a (mgr.14403) 147 : audit 0 from='client.16953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:20 smithi079 bash[28699]: cluster 2023-12-07T17:18:18.429038+0000 mgr.a (mgr.14403) 148 : cluster 0 pgmap v104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:18:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:20 smithi194 bash[32038]: cluster 2023-12-07T17:18:18.429038+0000 mgr.a (mgr.14403) 148 : cluster 0 pgmap v104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:18:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:20 smithi135 bash[32435]: cluster 2023-12-07T17:18:18.429038+0000 mgr.a (mgr.14403) 148 : cluster 0 pgmap v104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:18:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:21 smithi079 bash[28699]: cluster 2023-12-07T17:18:20.429615+0000 mgr.a (mgr.14403) 149 : cluster 0 pgmap v105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:18:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:21 smithi194 bash[32038]: cluster 2023-12-07T17:18:20.429615+0000 mgr.a (mgr.14403) 149 : cluster 0 pgmap v105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:18:21.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:21 smithi135 bash[32435]: cluster 2023-12-07T17:18:20.429615+0000 mgr.a (mgr.14403) 149 : cluster 0 pgmap v105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:18:23.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:18:23.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:23.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:24.356 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:18:24.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:24.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:24.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:24.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:18:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:23 smithi079 bash[28699]: cluster 2023-12-07T17:18:22.430197+0000 mgr.a (mgr.14403) 150 : cluster 0 pgmap v106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:18:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:23 smithi194 bash[32038]: cluster 2023-12-07T17:18:22.430197+0000 mgr.a (mgr.14403) 150 : cluster 0 pgmap v106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:18:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:23 smithi135 bash[32435]: cluster 2023-12-07T17:18:22.430197+0000 mgr.a (mgr.14403) 150 : cluster 0 pgmap v106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:18:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:24 smithi079 bash[28699]: audit 2023-12-07T17:18:23.849281+0000 mgr.a (mgr.14403) 151 : audit 0 from='client.17028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:24 smithi194 bash[32038]: audit 2023-12-07T17:18:23.849281+0000 mgr.a (mgr.14403) 151 : audit 0 from='client.17028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:24 smithi135 bash[32435]: audit 2023-12-07T17:18:23.849281+0000 mgr.a (mgr.14403) 151 : audit 0 from='client.17028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:25 smithi079 bash[28699]: cluster 2023-12-07T17:18:24.431194+0000 mgr.a (mgr.14403) 152 : cluster 0 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-07T17:18:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:25 smithi194 bash[32038]: cluster 2023-12-07T17:18:24.431194+0000 mgr.a (mgr.14403) 152 : cluster 0 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-07T17:18:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:25 smithi135 bash[32435]: cluster 2023-12-07T17:18:24.431194+0000 mgr.a (mgr.14403) 152 : cluster 0 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-07T17:18:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:27 smithi079 bash[28699]: cluster 2023-12-07T17:18:26.431704+0000 mgr.a (mgr.14403) 153 : cluster 0 pgmap v108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:27 smithi194 bash[32038]: cluster 2023-12-07T17:18:26.431704+0000 mgr.a (mgr.14403) 153 : cluster 0 pgmap v108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:27 smithi135 bash[32435]: cluster 2023-12-07T17:18:26.431704+0000 mgr.a (mgr.14403) 153 : cluster 0 pgmap v108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:18:29.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:18:29.359 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:29.359 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:30.234 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:18:30.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:30.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:30.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:30.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:18:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:29 smithi079 bash[28699]: cluster 2023-12-07T17:18:28.432455+0000 mgr.a (mgr.14403) 154 : cluster 0 pgmap v109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:29 smithi194 bash[32038]: cluster 2023-12-07T17:18:28.432455+0000 mgr.a (mgr.14403) 154 : cluster 0 pgmap v109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:29 smithi135 bash[32435]: cluster 2023-12-07T17:18:28.432455+0000 mgr.a (mgr.14403) 154 : cluster 0 pgmap v109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:30 smithi079 bash[28699]: audit 2023-12-07T17:18:29.760880+0000 mgr.a (mgr.14403) 155 : audit 0 from='client.17100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:30 smithi194 bash[32038]: audit 2023-12-07T17:18:29.760880+0000 mgr.a (mgr.14403) 155 : audit 0 from='client.17100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:30 smithi135 bash[32435]: audit 2023-12-07T17:18:29.760880+0000 mgr.a (mgr.14403) 155 : audit 0 from='client.17100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:31 smithi079 bash[28699]: cluster 2023-12-07T17:18:30.433107+0000 mgr.a (mgr.14403) 156 : cluster 0 pgmap v110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:18:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:31 smithi194 bash[32038]: cluster 2023-12-07T17:18:30.433107+0000 mgr.a (mgr.14403) 156 : cluster 0 pgmap v110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:18:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:31 smithi135 bash[32435]: cluster 2023-12-07T17:18:30.433107+0000 mgr.a (mgr.14403) 156 : cluster 0 pgmap v110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:18:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:33 smithi079 bash[28699]: cluster 2023-12-07T17:18:32.433674+0000 mgr.a (mgr.14403) 157 : cluster 0 pgmap v111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:18:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:33 smithi194 bash[32038]: cluster 2023-12-07T17:18:32.433674+0000 mgr.a (mgr.14403) 157 : cluster 0 pgmap v111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:18:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:33 smithi135 bash[32435]: cluster 2023-12-07T17:18:32.433674+0000 mgr.a (mgr.14403) 157 : cluster 0 pgmap v111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:18:35.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:18:35.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:35.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:36.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:36.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:36.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:36.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:18:36.105 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:18:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:35 smithi079 bash[28699]: cluster 2023-12-07T17:18:34.434495+0000 mgr.a (mgr.14403) 158 : cluster 0 pgmap v112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:18:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:35 smithi194 bash[32038]: cluster 2023-12-07T17:18:34.434495+0000 mgr.a (mgr.14403) 158 : cluster 0 pgmap v112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:18:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:35 smithi135 bash[32435]: cluster 2023-12-07T17:18:34.434495+0000 mgr.a (mgr.14403) 158 : cluster 0 pgmap v112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:18:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:37 smithi079 bash[28699]: audit 2023-12-07T17:18:35.635559+0000 mgr.a (mgr.14403) 159 : audit 0 from='client.17172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:37 smithi194 bash[32038]: audit 2023-12-07T17:18:35.635559+0000 mgr.a (mgr.14403) 159 : audit 0 from='client.17172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:37 smithi135 bash[32435]: audit 2023-12-07T17:18:35.635559+0000 mgr.a (mgr.14403) 159 : audit 0 from='client.17172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:38 smithi079 bash[28699]: cluster 2023-12-07T17:18:36.435173+0000 mgr.a (mgr.14403) 160 : cluster 0 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-07T17:18:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:38 smithi194 bash[32038]: cluster 2023-12-07T17:18:36.435173+0000 mgr.a (mgr.14403) 160 : cluster 0 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-07T17:18:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:38 smithi135 bash[32435]: cluster 2023-12-07T17:18:36.435173+0000 mgr.a (mgr.14403) 160 : cluster 0 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-07T17:18:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:40 smithi079 bash[28699]: cluster 2023-12-07T17:18:38.435896+0000 mgr.a (mgr.14403) 161 : cluster 0 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-07T17:18:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:40 smithi194 bash[32038]: cluster 2023-12-07T17:18:38.435896+0000 mgr.a (mgr.14403) 161 : cluster 0 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-07T17:18:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:40 smithi135 bash[32435]: cluster 2023-12-07T17:18:38.435896+0000 mgr.a (mgr.14403) 161 : cluster 0 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-07T17:18:41.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:18:41.108 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:41.109 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:42.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:42.016 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:18:42.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:42.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:42.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:18:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:42 smithi079 bash[28699]: cluster 2023-12-07T17:18:40.436455+0000 mgr.a (mgr.14403) 162 : cluster 0 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-07T17:18:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:42 smithi194 bash[32038]: cluster 2023-12-07T17:18:40.436455+0000 mgr.a (mgr.14403) 162 : cluster 0 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-07T17:18:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:42 smithi135 bash[32435]: cluster 2023-12-07T17:18:40.436455+0000 mgr.a (mgr.14403) 162 : cluster 0 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-07T17:18:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:43 smithi079 bash[28699]: audit 2023-12-07T17:18:41.514921+0000 mgr.a (mgr.14403) 163 : audit 0 from='client.17250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:43 smithi194 bash[32038]: audit 2023-12-07T17:18:41.514921+0000 mgr.a (mgr.14403) 163 : audit 0 from='client.17250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:43 smithi135 bash[32435]: audit 2023-12-07T17:18:41.514921+0000 mgr.a (mgr.14403) 163 : audit 0 from='client.17250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:44 smithi079 bash[28699]: cluster 2023-12-07T17:18:42.437139+0000 mgr.a (mgr.14403) 164 : cluster 0 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-07T17:18:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:44 smithi194 bash[32038]: cluster 2023-12-07T17:18:42.437139+0000 mgr.a (mgr.14403) 164 : cluster 0 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-07T17:18:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:44 smithi135 bash[32435]: cluster 2023-12-07T17:18:42.437139+0000 mgr.a (mgr.14403) 164 : cluster 0 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-07T17:18:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:45 smithi079 bash[28699]: cluster 2023-12-07T17:18:44.437977+0000 mgr.a (mgr.14403) 165 : cluster 0 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-07T17:18:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:45 smithi194 bash[32038]: cluster 2023-12-07T17:18:44.437977+0000 mgr.a (mgr.14403) 165 : cluster 0 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-07T17:18:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:45 smithi135 bash[32435]: cluster 2023-12-07T17:18:44.437977+0000 mgr.a (mgr.14403) 165 : cluster 0 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-07T17:18:47.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:18:47.020 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:47.020 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:47.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:47 smithi079 bash[28699]: cluster 2023-12-07T17:18:46.438552+0000 mgr.a (mgr.14403) 166 : cluster 0 pgmap v118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:47.911 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:18:47.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:47.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:47.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:47.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:18:47.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:47 smithi194 bash[32038]: cluster 2023-12-07T17:18:46.438552+0000 mgr.a (mgr.14403) 166 : cluster 0 pgmap v118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:47 smithi135 bash[32435]: cluster 2023-12-07T17:18:46.438552+0000 mgr.a (mgr.14403) 166 : cluster 0 pgmap v118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:48 smithi079 bash[28699]: audit 2023-12-07T17:18:47.417798+0000 mgr.a (mgr.14403) 167 : audit 0 from='client.17325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:48 smithi194 bash[32038]: audit 2023-12-07T17:18:47.417798+0000 mgr.a (mgr.14403) 167 : audit 0 from='client.17325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:48 smithi135 bash[32435]: audit 2023-12-07T17:18:47.417798+0000 mgr.a (mgr.14403) 167 : audit 0 from='client.17325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:49 smithi079 bash[28699]: cluster 2023-12-07T17:18:48.439503+0000 mgr.a (mgr.14403) 168 : cluster 0 pgmap v119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:49 smithi194 bash[32038]: cluster 2023-12-07T17:18:48.439503+0000 mgr.a (mgr.14403) 168 : cluster 0 pgmap v119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:49 smithi135 bash[32435]: cluster 2023-12-07T17:18:48.439503+0000 mgr.a (mgr.14403) 168 : cluster 0 pgmap v119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:18:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:51 smithi079 bash[28699]: cluster 2023-12-07T17:18:50.440096+0000 mgr.a (mgr.14403) 169 : cluster 0 pgmap v120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:51 smithi194 bash[32038]: cluster 2023-12-07T17:18:50.440096+0000 mgr.a (mgr.14403) 169 : cluster 0 pgmap v120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:51 smithi135 bash[32435]: cluster 2023-12-07T17:18:50.440096+0000 mgr.a (mgr.14403) 169 : cluster 0 pgmap v120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:52.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:18:52.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:52.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:53.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:53.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:53.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:53.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:18:53.831 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:18:54.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:53 smithi079 bash[28699]: cluster 2023-12-07T17:18:52.440798+0000 mgr.a (mgr.14403) 170 : cluster 0 pgmap v121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:53 smithi194 bash[32038]: cluster 2023-12-07T17:18:52.440798+0000 mgr.a (mgr.14403) 170 : cluster 0 pgmap v121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:53 smithi135 bash[32435]: cluster 2023-12-07T17:18:52.440798+0000 mgr.a (mgr.14403) 170 : cluster 0 pgmap v121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:18:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:54 smithi079 bash[28699]: audit 2023-12-07T17:18:53.320898+0000 mgr.a (mgr.14403) 171 : audit 0 from='client.17403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:54 smithi194 bash[32038]: audit 2023-12-07T17:18:53.320898+0000 mgr.a (mgr.14403) 171 : audit 0 from='client.17403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:54 smithi135 bash[32435]: audit 2023-12-07T17:18:53.320898+0000 mgr.a (mgr.14403) 171 : audit 0 from='client.17403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:18:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:55 smithi079 bash[28699]: cluster 2023-12-07T17:18:54.441882+0000 mgr.a (mgr.14403) 172 : cluster 0 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-07T17:18:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:55 smithi194 bash[32038]: cluster 2023-12-07T17:18:54.441882+0000 mgr.a (mgr.14403) 172 : cluster 0 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-07T17:18:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:55 smithi135 bash[32435]: cluster 2023-12-07T17:18:54.441882+0000 mgr.a (mgr.14403) 172 : cluster 0 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-07T17:18:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:18:58 smithi079 bash[28699]: cluster 2023-12-07T17:18:56.442466+0000 mgr.a (mgr.14403) 173 : cluster 0 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-07T17:18:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:18:58 smithi194 bash[32038]: cluster 2023-12-07T17:18:56.442466+0000 mgr.a (mgr.14403) 173 : cluster 0 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-07T17:18:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:18:58 smithi135 bash[32435]: cluster 2023-12-07T17:18:56.442466+0000 mgr.a (mgr.14403) 173 : cluster 0 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-07T17:18:58.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:18:58.834 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:18:58.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:18:59.727 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:18:59.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:18:59.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:18:59.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:18:59.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:19:00.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:00 smithi079 bash[28699]: cluster 2023-12-07T17:18:58.443269+0000 mgr.a (mgr.14403) 174 : cluster 0 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-07T17:19:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:00 smithi194 bash[32038]: cluster 2023-12-07T17:18:58.443269+0000 mgr.a (mgr.14403) 174 : cluster 0 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-07T17:19:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:00 smithi135 bash[32435]: cluster 2023-12-07T17:18:58.443269+0000 mgr.a (mgr.14403) 174 : cluster 0 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-07T17:19:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:01 smithi079 bash[28699]: audit 2023-12-07T17:18:59.247564+0000 mgr.a (mgr.14403) 175 : audit 0 from='client.17481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:01 smithi194 bash[32038]: audit 2023-12-07T17:18:59.247564+0000 mgr.a (mgr.14403) 175 : audit 0 from='client.17481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:01.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:01 smithi135 bash[32435]: audit 2023-12-07T17:18:59.247564+0000 mgr.a (mgr.14403) 175 : audit 0 from='client.17481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:02 smithi079 bash[28699]: cluster 2023-12-07T17:19:00.444030+0000 mgr.a (mgr.14403) 176 : cluster 0 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-07T17:19:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:02 smithi194 bash[32038]: cluster 2023-12-07T17:19:00.444030+0000 mgr.a (mgr.14403) 176 : cluster 0 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-07T17:19:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:02 smithi135 bash[32435]: cluster 2023-12-07T17:19:00.444030+0000 mgr.a (mgr.14403) 176 : cluster 0 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-07T17:19:04.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:04 smithi079 bash[28699]: cluster 2023-12-07T17:19:02.444631+0000 mgr.a (mgr.14403) 177 : cluster 0 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-07T17:19:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:04 smithi194 bash[32038]: cluster 2023-12-07T17:19:02.444631+0000 mgr.a (mgr.14403) 177 : cluster 0 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-07T17:19:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:04 smithi135 bash[32435]: cluster 2023-12-07T17:19:02.444631+0000 mgr.a (mgr.14403) 177 : cluster 0 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-07T17:19:04.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:19:04.731 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:04.731 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:05 smithi079 bash[28699]: cluster 2023-12-07T17:19:04.445436+0000 mgr.a (mgr.14403) 178 : cluster 0 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-07T17:19:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:05 smithi194 bash[32038]: cluster 2023-12-07T17:19:04.445436+0000 mgr.a (mgr.14403) 178 : cluster 0 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-07T17:19:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:05 smithi135 bash[32435]: cluster 2023-12-07T17:19:04.445436+0000 mgr.a (mgr.14403) 178 : cluster 0 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-07T17:19:05.640 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:19:05.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:05.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:05.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:05.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:19:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:06 smithi079 bash[28699]: audit 2023-12-07T17:19:05.133982+0000 mgr.a (mgr.14403) 179 : audit 0 from='client.17559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:06 smithi194 bash[32038]: audit 2023-12-07T17:19:05.133982+0000 mgr.a (mgr.14403) 179 : audit 0 from='client.17559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:06 smithi135 bash[32435]: audit 2023-12-07T17:19:05.133982+0000 mgr.a (mgr.14403) 179 : audit 0 from='client.17559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:07.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:07 smithi079 bash[28699]: cluster 2023-12-07T17:19:06.446193+0000 mgr.a (mgr.14403) 180 : cluster 0 pgmap v128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:07 smithi194 bash[32038]: cluster 2023-12-07T17:19:06.446193+0000 mgr.a (mgr.14403) 180 : cluster 0 pgmap v128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:07 smithi135 bash[32435]: cluster 2023-12-07T17:19:06.446193+0000 mgr.a (mgr.14403) 180 : cluster 0 pgmap v128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:09 smithi079 bash[28699]: cluster 2023-12-07T17:19:08.447039+0000 mgr.a (mgr.14403) 181 : cluster 0 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-07T17:19:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:09 smithi194 bash[32038]: cluster 2023-12-07T17:19:08.447039+0000 mgr.a (mgr.14403) 181 : cluster 0 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-07T17:19:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:09 smithi135 bash[32435]: cluster 2023-12-07T17:19:08.447039+0000 mgr.a (mgr.14403) 181 : cluster 0 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-07T17:19:10.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:19:10.644 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:10.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:11.542 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:19:11.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:11.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:11.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:11.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:19:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:11 smithi079 bash[28699]: cluster 2023-12-07T17:19:10.447650+0000 mgr.a (mgr.14403) 182 : cluster 0 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-07T17:19:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:11 smithi194 bash[32038]: cluster 2023-12-07T17:19:10.447650+0000 mgr.a (mgr.14403) 182 : cluster 0 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-07T17:19:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:11 smithi135 bash[32435]: cluster 2023-12-07T17:19:10.447650+0000 mgr.a (mgr.14403) 182 : cluster 0 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-07T17:19:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:12 smithi079 bash[28699]: audit 2023-12-07T17:19:11.043257+0000 mgr.a (mgr.14403) 183 : audit 0 from='client.17634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:12 smithi194 bash[32038]: audit 2023-12-07T17:19:11.043257+0000 mgr.a (mgr.14403) 183 : audit 0 from='client.17634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:12 smithi135 bash[32435]: audit 2023-12-07T17:19:11.043257+0000 mgr.a (mgr.14403) 183 : audit 0 from='client.17634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:13 smithi079 bash[28699]: cluster 2023-12-07T17:19:12.448401+0000 mgr.a (mgr.14403) 184 : cluster 0 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-07T17:19:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:13 smithi079 bash[28699]: audit 2023-12-07T17:19:13.736052+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:19:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:13 smithi194 bash[32038]: cluster 2023-12-07T17:19:12.448401+0000 mgr.a (mgr.14403) 184 : cluster 0 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-07T17:19:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:13 smithi194 bash[32038]: audit 2023-12-07T17:19:13.736052+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:19:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:13 smithi135 bash[32435]: cluster 2023-12-07T17:19:12.448401+0000 mgr.a (mgr.14403) 184 : cluster 0 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-07T17:19:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:13 smithi135 bash[32435]: audit 2023-12-07T17:19:13.736052+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:19:15.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:15 smithi079 bash[28699]: audit 2023-12-07T17:19:14.266203+0000 mon.a (mon.0) 499 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:19:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:15 smithi079 bash[28699]: audit 2023-12-07T17:19:14.273846+0000 mon.a (mon.0) 500 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:19:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:15 smithi079 bash[28699]: cluster 2023-12-07T17:19:14.449175+0000 mgr.a (mgr.14403) 185 : cluster 0 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-07T17:19:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:15 smithi079 bash[28699]: audit 2023-12-07T17:19:15.016785+0000 mon.a (mon.0) 501 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:19:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:15 smithi079 bash[28699]: audit 2023-12-07T17:19:15.018698+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:19:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:15 smithi079 bash[28699]: audit 2023-12-07T17:19:15.028097+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:19:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:15 smithi194 bash[32038]: audit 2023-12-07T17:19:14.266203+0000 mon.a (mon.0) 499 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:19:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:15 smithi194 bash[32038]: audit 2023-12-07T17:19:14.273846+0000 mon.a (mon.0) 500 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:19:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:15 smithi194 bash[32038]: cluster 2023-12-07T17:19:14.449175+0000 mgr.a (mgr.14403) 185 : cluster 0 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-07T17:19:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:15 smithi194 bash[32038]: audit 2023-12-07T17:19:15.016785+0000 mon.a (mon.0) 501 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:19:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:15 smithi194 bash[32038]: audit 2023-12-07T17:19:15.018698+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:19:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:15 smithi194 bash[32038]: audit 2023-12-07T17:19:15.028097+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:19:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:15 smithi135 bash[32435]: audit 2023-12-07T17:19:14.266203+0000 mon.a (mon.0) 499 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:19:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:15 smithi135 bash[32435]: audit 2023-12-07T17:19:14.273846+0000 mon.a (mon.0) 500 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:19:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:15 smithi135 bash[32435]: cluster 2023-12-07T17:19:14.449175+0000 mgr.a (mgr.14403) 185 : cluster 0 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-07T17:19:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:15 smithi135 bash[32435]: audit 2023-12-07T17:19:15.016785+0000 mon.a (mon.0) 501 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:19:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:15 smithi135 bash[32435]: audit 2023-12-07T17:19:15.018698+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:19:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:15 smithi135 bash[32435]: audit 2023-12-07T17:19:15.028097+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:19:16.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:19:16.546 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:16.546 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:17.421 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:19:17.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:17.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:17.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:17.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:19:17.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:17 smithi079 bash[28699]: cluster 2023-12-07T17:19:16.449663+0000 mgr.a (mgr.14403) 186 : cluster 0 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-07T17:19:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:17 smithi079 bash[28699]: audit 2023-12-07T17:19:16.944961+0000 mgr.a (mgr.14403) 187 : audit 0 from='client.17709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:17 smithi194 bash[32038]: cluster 2023-12-07T17:19:16.449663+0000 mgr.a (mgr.14403) 186 : cluster 0 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-07T17:19:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:17 smithi194 bash[32038]: audit 2023-12-07T17:19:16.944961+0000 mgr.a (mgr.14403) 187 : audit 0 from='client.17709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:17 smithi135 bash[32435]: cluster 2023-12-07T17:19:16.449663+0000 mgr.a (mgr.14403) 186 : cluster 0 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-07T17:19:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:17 smithi135 bash[32435]: audit 2023-12-07T17:19:16.944961+0000 mgr.a (mgr.14403) 187 : audit 0 from='client.17709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:19 smithi079 bash[28699]: cluster 2023-12-07T17:19:18.450669+0000 mgr.a (mgr.14403) 188 : cluster 0 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-07T17:19:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:19 smithi194 bash[32038]: cluster 2023-12-07T17:19:18.450669+0000 mgr.a (mgr.14403) 188 : cluster 0 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-07T17:19:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:19 smithi135 bash[32435]: cluster 2023-12-07T17:19:18.450669+0000 mgr.a (mgr.14403) 188 : cluster 0 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-07T17:19:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:21 smithi079 bash[28699]: cluster 2023-12-07T17:19:20.451405+0000 mgr.a (mgr.14403) 189 : cluster 0 pgmap v135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:22.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:19:22.425 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:22.426 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:21 smithi194 bash[32038]: cluster 2023-12-07T17:19:20.451405+0000 mgr.a (mgr.14403) 189 : cluster 0 pgmap v135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:21 smithi135 bash[32435]: cluster 2023-12-07T17:19:20.451405+0000 mgr.a (mgr.14403) 189 : cluster 0 pgmap v135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:23.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:23.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:23.335 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:19:23.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:23.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:19:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:23 smithi079 bash[28699]: cluster 2023-12-07T17:19:22.452030+0000 mgr.a (mgr.14403) 190 : cluster 0 pgmap v136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:23 smithi079 bash[28699]: audit 2023-12-07T17:19:22.830078+0000 mgr.a (mgr.14403) 191 : audit 0 from='client.17781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:23 smithi194 bash[32038]: cluster 2023-12-07T17:19:22.452030+0000 mgr.a (mgr.14403) 190 : cluster 0 pgmap v136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:23 smithi194 bash[32038]: audit 2023-12-07T17:19:22.830078+0000 mgr.a (mgr.14403) 191 : audit 0 from='client.17781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:23 smithi135 bash[32435]: cluster 2023-12-07T17:19:22.452030+0000 mgr.a (mgr.14403) 190 : cluster 0 pgmap v136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:23 smithi135 bash[32435]: audit 2023-12-07T17:19:22.830078+0000 mgr.a (mgr.14403) 191 : audit 0 from='client.17781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:26 smithi079 bash[28699]: cluster 2023-12-07T17:19:24.452983+0000 mgr.a (mgr.14403) 192 : cluster 0 pgmap v137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:26 smithi194 bash[32038]: cluster 2023-12-07T17:19:24.452983+0000 mgr.a (mgr.14403) 192 : cluster 0 pgmap v137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:26 smithi135 bash[32435]: cluster 2023-12-07T17:19:24.452983+0000 mgr.a (mgr.14403) 192 : cluster 0 pgmap v137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:28.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:19:28.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:28.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:28 smithi079 bash[28699]: cluster 2023-12-07T17:19:26.453549+0000 mgr.a (mgr.14403) 193 : cluster 0 pgmap v138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:28 smithi194 bash[32038]: cluster 2023-12-07T17:19:26.453549+0000 mgr.a (mgr.14403) 193 : cluster 0 pgmap v138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:28 smithi135 bash[32435]: cluster 2023-12-07T17:19:26.453549+0000 mgr.a (mgr.14403) 193 : cluster 0 pgmap v138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:29.240 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:19:29.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:29.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:29.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:29.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:19:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:30 smithi079 bash[28699]: cluster 2023-12-07T17:19:28.454136+0000 mgr.a (mgr.14403) 194 : cluster 0 pgmap v139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:30 smithi079 bash[28699]: audit 2023-12-07T17:19:28.741816+0000 mgr.a (mgr.14403) 195 : audit 0 from='client.17859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:30 smithi194 bash[32038]: cluster 2023-12-07T17:19:28.454136+0000 mgr.a (mgr.14403) 194 : cluster 0 pgmap v139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:30 smithi194 bash[32038]: audit 2023-12-07T17:19:28.741816+0000 mgr.a (mgr.14403) 195 : audit 0 from='client.17859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:30 smithi135 bash[32435]: cluster 2023-12-07T17:19:28.454136+0000 mgr.a (mgr.14403) 194 : cluster 0 pgmap v139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:30 smithi135 bash[32435]: audit 2023-12-07T17:19:28.741816+0000 mgr.a (mgr.14403) 195 : audit 0 from='client.17859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:32 smithi079 bash[28699]: cluster 2023-12-07T17:19:30.454816+0000 mgr.a (mgr.14403) 196 : cluster 0 pgmap v140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:32 smithi194 bash[32038]: cluster 2023-12-07T17:19:30.454816+0000 mgr.a (mgr.14403) 196 : cluster 0 pgmap v140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:32 smithi135 bash[32435]: cluster 2023-12-07T17:19:30.454816+0000 mgr.a (mgr.14403) 196 : cluster 0 pgmap v140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:34.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:19:34.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:34.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:34 smithi079 bash[28699]: cluster 2023-12-07T17:19:32.455375+0000 mgr.a (mgr.14403) 197 : cluster 0 pgmap v141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:34 smithi194 bash[32038]: cluster 2023-12-07T17:19:32.455375+0000 mgr.a (mgr.14403) 197 : cluster 0 pgmap v141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:34 smithi135 bash[32435]: cluster 2023-12-07T17:19:32.455375+0000 mgr.a (mgr.14403) 197 : cluster 0 pgmap v141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:19:35.118 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:19:35.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:35.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:35.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:35.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:19:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:36 smithi079 bash[28699]: cluster 2023-12-07T17:19:34.456171+0000 mgr.a (mgr.14403) 198 : cluster 0 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-07T17:19:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:36 smithi079 bash[28699]: audit 2023-12-07T17:19:34.644425+0000 mgr.a (mgr.14403) 199 : audit 0 from='client.17934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:36 smithi194 bash[32038]: cluster 2023-12-07T17:19:34.456171+0000 mgr.a (mgr.14403) 198 : cluster 0 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-07T17:19:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:36 smithi194 bash[32038]: audit 2023-12-07T17:19:34.644425+0000 mgr.a (mgr.14403) 199 : audit 0 from='client.17934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:36 smithi135 bash[32435]: cluster 2023-12-07T17:19:34.456171+0000 mgr.a (mgr.14403) 198 : cluster 0 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-07T17:19:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:36 smithi135 bash[32435]: audit 2023-12-07T17:19:34.644425+0000 mgr.a (mgr.14403) 199 : audit 0 from='client.17934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:38 smithi079 bash[28699]: cluster 2023-12-07T17:19:36.456854+0000 mgr.a (mgr.14403) 200 : cluster 0 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-07T17:19:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:38 smithi194 bash[32038]: cluster 2023-12-07T17:19:36.456854+0000 mgr.a (mgr.14403) 200 : cluster 0 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-07T17:19:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:38 smithi135 bash[32435]: cluster 2023-12-07T17:19:36.456854+0000 mgr.a (mgr.14403) 200 : cluster 0 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-07T17:19:39.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:39 smithi079 bash[28699]: cluster 2023-12-07T17:19:38.457697+0000 mgr.a (mgr.14403) 201 : cluster 0 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-07T17:19:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:39 smithi194 bash[32038]: cluster 2023-12-07T17:19:38.457697+0000 mgr.a (mgr.14403) 201 : cluster 0 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-07T17:19:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:39 smithi135 bash[32435]: cluster 2023-12-07T17:19:38.457697+0000 mgr.a (mgr.14403) 201 : cluster 0 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-07T17:19:40.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:19:40.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:40.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:41.024 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:19:41.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:41.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:41.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:41.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:19:41.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:41 smithi079 bash[28699]: cluster 2023-12-07T17:19:40.458216+0000 mgr.a (mgr.14403) 202 : cluster 0 pgmap v145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:41 smithi079 bash[28699]: audit 2023-12-07T17:19:40.527750+0000 mgr.a (mgr.14403) 203 : audit 0 from='client.18009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:41 smithi194 bash[32038]: cluster 2023-12-07T17:19:40.458216+0000 mgr.a (mgr.14403) 202 : cluster 0 pgmap v145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:41.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:41 smithi194 bash[32038]: audit 2023-12-07T17:19:40.527750+0000 mgr.a (mgr.14403) 203 : audit 0 from='client.18009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:41 smithi135 bash[32435]: cluster 2023-12-07T17:19:40.458216+0000 mgr.a (mgr.14403) 202 : cluster 0 pgmap v145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:41 smithi135 bash[32435]: audit 2023-12-07T17:19:40.527750+0000 mgr.a (mgr.14403) 203 : audit 0 from='client.18009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:43 smithi079 bash[28699]: cluster 2023-12-07T17:19:42.458858+0000 mgr.a (mgr.14403) 204 : cluster 0 pgmap v146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:43 smithi194 bash[32038]: cluster 2023-12-07T17:19:42.458858+0000 mgr.a (mgr.14403) 204 : cluster 0 pgmap v146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:43 smithi135 bash[32435]: cluster 2023-12-07T17:19:42.458858+0000 mgr.a (mgr.14403) 204 : cluster 0 pgmap v146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:46.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:19:46.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:46.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:45 smithi079 bash[28699]: cluster 2023-12-07T17:19:44.459739+0000 mgr.a (mgr.14403) 205 : cluster 0 pgmap v147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:45 smithi194 bash[32038]: cluster 2023-12-07T17:19:44.459739+0000 mgr.a (mgr.14403) 205 : cluster 0 pgmap v147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:45 smithi135 bash[32435]: cluster 2023-12-07T17:19:44.459739+0000 mgr.a (mgr.14403) 205 : cluster 0 pgmap v147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:19:46.888 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:19:46.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:46.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:46.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:46.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:19:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:47 smithi079 bash[28699]: audit 2023-12-07T17:19:46.420690+0000 mgr.a (mgr.14403) 206 : audit 0 from='client.18084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:47 smithi079 bash[28699]: cluster 2023-12-07T17:19:46.460217+0000 mgr.a (mgr.14403) 207 : cluster 0 pgmap v148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:47 smithi194 bash[32038]: audit 2023-12-07T17:19:46.420690+0000 mgr.a (mgr.14403) 206 : audit 0 from='client.18084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:47 smithi194 bash[32038]: cluster 2023-12-07T17:19:46.460217+0000 mgr.a (mgr.14403) 207 : cluster 0 pgmap v148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:47 smithi135 bash[32435]: audit 2023-12-07T17:19:46.420690+0000 mgr.a (mgr.14403) 206 : audit 0 from='client.18084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:47 smithi135 bash[32435]: cluster 2023-12-07T17:19:46.460217+0000 mgr.a (mgr.14403) 207 : cluster 0 pgmap v148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:19:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:50 smithi079 bash[28699]: cluster 2023-12-07T17:19:48.461084+0000 mgr.a (mgr.14403) 208 : cluster 0 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-07T17:19:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:50 smithi194 bash[32038]: cluster 2023-12-07T17:19:48.461084+0000 mgr.a (mgr.14403) 208 : cluster 0 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-07T17:19:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:50 smithi135 bash[32435]: cluster 2023-12-07T17:19:48.461084+0000 mgr.a (mgr.14403) 208 : cluster 0 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-07T17:19:51.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:19:51.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:51.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:52 smithi079 bash[28699]: cluster 2023-12-07T17:19:50.461655+0000 mgr.a (mgr.14403) 209 : cluster 0 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-07T17:19:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:52 smithi194 bash[32038]: cluster 2023-12-07T17:19:50.461655+0000 mgr.a (mgr.14403) 209 : cluster 0 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-07T17:19:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:52 smithi135 bash[32435]: cluster 2023-12-07T17:19:50.461655+0000 mgr.a (mgr.14403) 209 : cluster 0 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-07T17:19:52.772 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:19:52.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:52.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:52.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:52.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:19:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:54 smithi079 bash[28699]: audit 2023-12-07T17:19:52.293100+0000 mgr.a (mgr.14403) 210 : audit 0 from='client.18156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:54 smithi079 bash[28699]: cluster 2023-12-07T17:19:52.462403+0000 mgr.a (mgr.14403) 211 : cluster 0 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-07T17:19:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:54 smithi194 bash[32038]: audit 2023-12-07T17:19:52.293100+0000 mgr.a (mgr.14403) 210 : audit 0 from='client.18156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:54 smithi194 bash[32038]: cluster 2023-12-07T17:19:52.462403+0000 mgr.a (mgr.14403) 211 : cluster 0 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-07T17:19:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:54 smithi135 bash[32435]: audit 2023-12-07T17:19:52.293100+0000 mgr.a (mgr.14403) 210 : audit 0 from='client.18156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:19:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:54 smithi135 bash[32435]: cluster 2023-12-07T17:19:52.462403+0000 mgr.a (mgr.14403) 211 : cluster 0 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-07T17:19:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:56 smithi079 bash[28699]: cluster 2023-12-07T17:19:54.463248+0000 mgr.a (mgr.14403) 212 : cluster 0 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-07T17:19:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:56 smithi194 bash[32038]: cluster 2023-12-07T17:19:54.463248+0000 mgr.a (mgr.14403) 212 : cluster 0 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-07T17:19:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:56 smithi135 bash[32435]: cluster 2023-12-07T17:19:54.463248+0000 mgr.a (mgr.14403) 212 : cluster 0 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-07T17:19:57.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:19:57.776 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:19:57.776 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:19:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:19:58 smithi079 bash[28699]: cluster 2023-12-07T17:19:56.463842+0000 mgr.a (mgr.14403) 213 : cluster 0 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-07T17:19:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:19:58 smithi194 bash[32038]: cluster 2023-12-07T17:19:56.463842+0000 mgr.a (mgr.14403) 213 : cluster 0 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-07T17:19:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:19:58 smithi135 bash[32435]: cluster 2023-12-07T17:19:56.463842+0000 mgr.a (mgr.14403) 213 : cluster 0 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-07T17:19:58.680 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:19:58.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:19:58.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:19:58.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:19:58.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:20:00.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:00 smithi079 bash[28699]: audit 2023-12-07T17:19:58.181807+0000 mgr.a (mgr.14403) 214 : audit 0 from='client.18231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:00 smithi079 bash[28699]: cluster 2023-12-07T17:19:58.464825+0000 mgr.a (mgr.14403) 215 : cluster 0 pgmap v154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:20:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:00 smithi079 bash[28699]: cluster 2023-12-07T17:20:00.000156+0000 mon.a (mon.0) 504 : cluster 1 overall HEALTH_OK 2023-12-07T17:20:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:00 smithi194 bash[32038]: audit 2023-12-07T17:19:58.181807+0000 mgr.a (mgr.14403) 214 : audit 0 from='client.18231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:00 smithi194 bash[32038]: cluster 2023-12-07T17:19:58.464825+0000 mgr.a (mgr.14403) 215 : cluster 0 pgmap v154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:20:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:00 smithi194 bash[32038]: cluster 2023-12-07T17:20:00.000156+0000 mon.a (mon.0) 504 : cluster 1 overall HEALTH_OK 2023-12-07T17:20:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:00 smithi135 bash[32435]: audit 2023-12-07T17:19:58.181807+0000 mgr.a (mgr.14403) 214 : audit 0 from='client.18231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:00 smithi135 bash[32435]: cluster 2023-12-07T17:19:58.464825+0000 mgr.a (mgr.14403) 215 : cluster 0 pgmap v154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:20:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:00 smithi135 bash[32435]: cluster 2023-12-07T17:20:00.000156+0000 mon.a (mon.0) 504 : cluster 1 overall HEALTH_OK 2023-12-07T17:20:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:02 smithi079 bash[28699]: cluster 2023-12-07T17:20:00.465505+0000 mgr.a (mgr.14403) 216 : cluster 0 pgmap v155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:20:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:02 smithi194 bash[32038]: cluster 2023-12-07T17:20:00.465505+0000 mgr.a (mgr.14403) 216 : cluster 0 pgmap v155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:20:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:02 smithi135 bash[32435]: cluster 2023-12-07T17:20:00.465505+0000 mgr.a (mgr.14403) 216 : cluster 0 pgmap v155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:20:03.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:20:03.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:03.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:04.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:04 smithi079 bash[28699]: cluster 2023-12-07T17:20:02.466072+0000 mgr.a (mgr.14403) 217 : cluster 0 pgmap v156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:20:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:04 smithi194 bash[32038]: cluster 2023-12-07T17:20:02.466072+0000 mgr.a (mgr.14403) 217 : cluster 0 pgmap v156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:20:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:04 smithi135 bash[32435]: cluster 2023-12-07T17:20:02.466072+0000 mgr.a (mgr.14403) 217 : cluster 0 pgmap v156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:20:04.577 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:20:04.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:04.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:04.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:04.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:20:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:05 smithi079 bash[28699]: audit 2023-12-07T17:20:04.082579+0000 mgr.a (mgr.14403) 218 : audit 0 from='client.18303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:05 smithi079 bash[28699]: cluster 2023-12-07T17:20:04.467256+0000 mgr.a (mgr.14403) 219 : cluster 0 pgmap v157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:05 smithi194 bash[32038]: audit 2023-12-07T17:20:04.082579+0000 mgr.a (mgr.14403) 218 : audit 0 from='client.18303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:05 smithi194 bash[32038]: cluster 2023-12-07T17:20:04.467256+0000 mgr.a (mgr.14403) 219 : cluster 0 pgmap v157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:05 smithi135 bash[32435]: audit 2023-12-07T17:20:04.082579+0000 mgr.a (mgr.14403) 218 : audit 0 from='client.18303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:05 smithi135 bash[32435]: cluster 2023-12-07T17:20:04.467256+0000 mgr.a (mgr.14403) 219 : cluster 0 pgmap v157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:07 smithi079 bash[28699]: cluster 2023-12-07T17:20:06.467822+0000 mgr.a (mgr.14403) 220 : cluster 0 pgmap v158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:07 smithi194 bash[32038]: cluster 2023-12-07T17:20:06.467822+0000 mgr.a (mgr.14403) 220 : cluster 0 pgmap v158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:07 smithi135 bash[32435]: cluster 2023-12-07T17:20:06.467822+0000 mgr.a (mgr.14403) 220 : cluster 0 pgmap v158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:09.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:20:09.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:09.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:10.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:09 smithi079 bash[28699]: cluster 2023-12-07T17:20:08.468684+0000 mgr.a (mgr.14403) 221 : cluster 0 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-07T17:20:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:09 smithi194 bash[32038]: cluster 2023-12-07T17:20:08.468684+0000 mgr.a (mgr.14403) 221 : cluster 0 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-07T17:20:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:09 smithi135 bash[32435]: cluster 2023-12-07T17:20:08.468684+0000 mgr.a (mgr.14403) 221 : cluster 0 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-07T17:20:10.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:10.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:10.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:10.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:20:10.484 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:20:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:11 smithi079 bash[28699]: audit 2023-12-07T17:20:09.984922+0000 mgr.a (mgr.14403) 222 : audit 0 from='client.18375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:11 smithi194 bash[32038]: audit 2023-12-07T17:20:09.984922+0000 mgr.a (mgr.14403) 222 : audit 0 from='client.18375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:11 smithi135 bash[32435]: audit 2023-12-07T17:20:09.984922+0000 mgr.a (mgr.14403) 222 : audit 0 from='client.18375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:12 smithi079 bash[28699]: cluster 2023-12-07T17:20:10.469365+0000 mgr.a (mgr.14403) 223 : cluster 0 pgmap v160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:20:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:12 smithi194 bash[32038]: cluster 2023-12-07T17:20:10.469365+0000 mgr.a (mgr.14403) 223 : cluster 0 pgmap v160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:20:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:12 smithi135 bash[32435]: cluster 2023-12-07T17:20:10.469365+0000 mgr.a (mgr.14403) 223 : cluster 0 pgmap v160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:20:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:14 smithi079 bash[28699]: cluster 2023-12-07T17:20:12.469966+0000 mgr.a (mgr.14403) 224 : cluster 0 pgmap v161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:20:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:14 smithi194 bash[32038]: cluster 2023-12-07T17:20:12.469966+0000 mgr.a (mgr.14403) 224 : cluster 0 pgmap v161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:20:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:14 smithi135 bash[32435]: cluster 2023-12-07T17:20:12.469966+0000 mgr.a (mgr.14403) 224 : cluster 0 pgmap v161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:20:15.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:20:15.487 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:15.487 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:16.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:16.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:16.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:16.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:20:16.378 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:20:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:16 smithi079 bash[28699]: cluster 2023-12-07T17:20:14.470740+0000 mgr.a (mgr.14403) 225 : cluster 0 pgmap v162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:20:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:16 smithi079 bash[28699]: audit 2023-12-07T17:20:15.131109+0000 mon.a (mon.0) 505 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:20:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:16 smithi079 bash[28699]: audit 2023-12-07T17:20:15.817749+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:20:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:16 smithi079 bash[28699]: audit 2023-12-07T17:20:15.823381+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:20:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:16 smithi194 bash[32038]: cluster 2023-12-07T17:20:14.470740+0000 mgr.a (mgr.14403) 225 : cluster 0 pgmap v162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:20:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:16 smithi194 bash[32038]: audit 2023-12-07T17:20:15.131109+0000 mon.a (mon.0) 505 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:20:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:16 smithi194 bash[32038]: audit 2023-12-07T17:20:15.817749+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:20:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:16 smithi194 bash[32038]: audit 2023-12-07T17:20:15.823381+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:20:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:16 smithi135 bash[32435]: cluster 2023-12-07T17:20:14.470740+0000 mgr.a (mgr.14403) 225 : cluster 0 pgmap v162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:20:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:16 smithi135 bash[32435]: audit 2023-12-07T17:20:15.131109+0000 mon.a (mon.0) 505 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:20:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:16 smithi135 bash[32435]: audit 2023-12-07T17:20:15.817749+0000 mon.a (mon.0) 506 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:20:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:16 smithi135 bash[32435]: audit 2023-12-07T17:20:15.823381+0000 mon.a (mon.0) 507 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:20:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:17 smithi079 bash[28699]: audit 2023-12-07T17:20:15.887722+0000 mgr.a (mgr.14403) 226 : audit 0 from='client.27250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:17 smithi079 bash[28699]: audit 2023-12-07T17:20:16.456795+0000 mon.a (mon.0) 508 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:20:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:17 smithi079 bash[28699]: audit 2023-12-07T17:20:16.458681+0000 mon.a (mon.0) 509 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:20:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:17 smithi079 bash[28699]: audit 2023-12-07T17:20:16.468182+0000 mon.a (mon.0) 510 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:20:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:17 smithi194 bash[32038]: audit 2023-12-07T17:20:15.887722+0000 mgr.a (mgr.14403) 226 : audit 0 from='client.27250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:17 smithi194 bash[32038]: audit 2023-12-07T17:20:16.456795+0000 mon.a (mon.0) 508 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:20:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:17 smithi194 bash[32038]: audit 2023-12-07T17:20:16.458681+0000 mon.a (mon.0) 509 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:20:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:17 smithi194 bash[32038]: audit 2023-12-07T17:20:16.468182+0000 mon.a (mon.0) 510 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:20:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:17 smithi135 bash[32435]: audit 2023-12-07T17:20:15.887722+0000 mgr.a (mgr.14403) 226 : audit 0 from='client.27250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:17 smithi135 bash[32435]: audit 2023-12-07T17:20:16.456795+0000 mon.a (mon.0) 508 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:20:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:17 smithi135 bash[32435]: audit 2023-12-07T17:20:16.458681+0000 mon.a (mon.0) 509 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:20:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:17 smithi135 bash[32435]: audit 2023-12-07T17:20:16.468182+0000 mon.a (mon.0) 510 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:20:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:18 smithi079 bash[28699]: cluster 2023-12-07T17:20:16.471421+0000 mgr.a (mgr.14403) 227 : cluster 0 pgmap v163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:18 smithi194 bash[32038]: cluster 2023-12-07T17:20:16.471421+0000 mgr.a (mgr.14403) 227 : cluster 0 pgmap v163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:18 smithi135 bash[32435]: cluster 2023-12-07T17:20:16.471421+0000 mgr.a (mgr.14403) 227 : cluster 0 pgmap v163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:20 smithi079 bash[28699]: cluster 2023-12-07T17:20:18.472205+0000 mgr.a (mgr.14403) 228 : cluster 0 pgmap v164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:20 smithi194 bash[32038]: cluster 2023-12-07T17:20:18.472205+0000 mgr.a (mgr.14403) 228 : cluster 0 pgmap v164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:20 smithi135 bash[32435]: cluster 2023-12-07T17:20:18.472205+0000 mgr.a (mgr.14403) 228 : cluster 0 pgmap v164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:21.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:20:21.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:21.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:22.262 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:20:22.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:22.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:22.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:22.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:20:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:22 smithi079 bash[28699]: cluster 2023-12-07T17:20:20.472762+0000 mgr.a (mgr.14403) 229 : cluster 0 pgmap v165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:22 smithi194 bash[32038]: cluster 2023-12-07T17:20:20.472762+0000 mgr.a (mgr.14403) 229 : cluster 0 pgmap v165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:22 smithi135 bash[32435]: cluster 2023-12-07T17:20:20.472762+0000 mgr.a (mgr.14403) 229 : cluster 0 pgmap v165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:23 smithi079 bash[28699]: audit 2023-12-07T17:20:21.782897+0000 mgr.a (mgr.14403) 230 : audit 0 from='client.18519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:23 smithi194 bash[32038]: audit 2023-12-07T17:20:21.782897+0000 mgr.a (mgr.14403) 230 : audit 0 from='client.18519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:23.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:23 smithi135 bash[32435]: audit 2023-12-07T17:20:21.782897+0000 mgr.a (mgr.14403) 230 : audit 0 from='client.18519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:24 smithi079 bash[28699]: cluster 2023-12-07T17:20:22.473441+0000 mgr.a (mgr.14403) 231 : cluster 0 pgmap v166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:24 smithi194 bash[32038]: cluster 2023-12-07T17:20:22.473441+0000 mgr.a (mgr.14403) 231 : cluster 0 pgmap v166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:24 smithi135 bash[32435]: cluster 2023-12-07T17:20:22.473441+0000 mgr.a (mgr.14403) 231 : cluster 0 pgmap v166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:26 smithi079 bash[28699]: cluster 2023-12-07T17:20:24.474270+0000 mgr.a (mgr.14403) 232 : cluster 0 pgmap v167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:26 smithi194 bash[32038]: cluster 2023-12-07T17:20:24.474270+0000 mgr.a (mgr.14403) 232 : cluster 0 pgmap v167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:26 smithi135 bash[32435]: cluster 2023-12-07T17:20:24.474270+0000 mgr.a (mgr.14403) 232 : cluster 0 pgmap v167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:27.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:20:27.266 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:27.266 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:27 smithi079 bash[28699]: cluster 2023-12-07T17:20:26.474904+0000 mgr.a (mgr.14403) 233 : cluster 0 pgmap v168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:27 smithi194 bash[32038]: cluster 2023-12-07T17:20:26.474904+0000 mgr.a (mgr.14403) 233 : cluster 0 pgmap v168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:27 smithi135 bash[32435]: cluster 2023-12-07T17:20:26.474904+0000 mgr.a (mgr.14403) 233 : cluster 0 pgmap v168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:28.149 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:20:28.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:28.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:28.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:28.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:20:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:29 smithi079 bash[28699]: audit 2023-12-07T17:20:27.671383+0000 mgr.a (mgr.14403) 234 : audit 0 from='client.18597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:29 smithi194 bash[32038]: audit 2023-12-07T17:20:27.671383+0000 mgr.a (mgr.14403) 234 : audit 0 from='client.18597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:29 smithi135 bash[32435]: audit 2023-12-07T17:20:27.671383+0000 mgr.a (mgr.14403) 234 : audit 0 from='client.18597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:30 smithi079 bash[28699]: cluster 2023-12-07T17:20:28.475799+0000 mgr.a (mgr.14403) 235 : cluster 0 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-07T17:20:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:30 smithi194 bash[32038]: cluster 2023-12-07T17:20:28.475799+0000 mgr.a (mgr.14403) 235 : cluster 0 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-07T17:20:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:30 smithi135 bash[32435]: cluster 2023-12-07T17:20:28.475799+0000 mgr.a (mgr.14403) 235 : cluster 0 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-07T17:20:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:32 smithi079 bash[28699]: cluster 2023-12-07T17:20:30.476338+0000 mgr.a (mgr.14403) 236 : cluster 0 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-07T17:20:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:32 smithi194 bash[32038]: cluster 2023-12-07T17:20:30.476338+0000 mgr.a (mgr.14403) 236 : cluster 0 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-07T17:20:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:32 smithi135 bash[32435]: cluster 2023-12-07T17:20:30.476338+0000 mgr.a (mgr.14403) 236 : cluster 0 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-07T17:20:33.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:20:33.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:33.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:34.042 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:20:34.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:34.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:34.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:34.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:20:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:34 smithi079 bash[28699]: cluster 2023-12-07T17:20:32.476846+0000 mgr.a (mgr.14403) 237 : cluster 0 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-07T17:20:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:34 smithi194 bash[32038]: cluster 2023-12-07T17:20:32.476846+0000 mgr.a (mgr.14403) 237 : cluster 0 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-07T17:20:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:34 smithi135 bash[32435]: cluster 2023-12-07T17:20:32.476846+0000 mgr.a (mgr.14403) 237 : cluster 0 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-07T17:20:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:35 smithi079 bash[28699]: audit 2023-12-07T17:20:33.555362+0000 mgr.a (mgr.14403) 238 : audit 0 from='client.18672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:35 smithi194 bash[32038]: audit 2023-12-07T17:20:33.555362+0000 mgr.a (mgr.14403) 238 : audit 0 from='client.18672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:35 smithi135 bash[32435]: audit 2023-12-07T17:20:33.555362+0000 mgr.a (mgr.14403) 238 : audit 0 from='client.18672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:36 smithi079 bash[28699]: cluster 2023-12-07T17:20:34.477871+0000 mgr.a (mgr.14403) 239 : cluster 0 pgmap v172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:36 smithi194 bash[32038]: cluster 2023-12-07T17:20:34.477871+0000 mgr.a (mgr.14403) 239 : cluster 0 pgmap v172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:36 smithi135 bash[32435]: cluster 2023-12-07T17:20:34.477871+0000 mgr.a (mgr.14403) 239 : cluster 0 pgmap v172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:38 smithi079 bash[28699]: cluster 2023-12-07T17:20:36.478455+0000 mgr.a (mgr.14403) 240 : cluster 0 pgmap v173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:38 smithi194 bash[32038]: cluster 2023-12-07T17:20:36.478455+0000 mgr.a (mgr.14403) 240 : cluster 0 pgmap v173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:38 smithi135 bash[32435]: cluster 2023-12-07T17:20:36.478455+0000 mgr.a (mgr.14403) 240 : cluster 0 pgmap v173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:39.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:20:39.046 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:39.046 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:39.952 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:20:39.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:39.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:39.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:39.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:20:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:40 smithi079 bash[28699]: cluster 2023-12-07T17:20:38.479218+0000 mgr.a (mgr.14403) 241 : cluster 0 pgmap v174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:40 smithi194 bash[32038]: cluster 2023-12-07T17:20:38.479218+0000 mgr.a (mgr.14403) 241 : cluster 0 pgmap v174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:40 smithi135 bash[32435]: cluster 2023-12-07T17:20:38.479218+0000 mgr.a (mgr.14403) 241 : cluster 0 pgmap v174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:41 smithi079 bash[28699]: audit 2023-12-07T17:20:39.448233+0000 mgr.a (mgr.14403) 242 : audit 0 from='client.18747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:41 smithi079 bash[28699]: cluster 2023-12-07T17:20:40.479906+0000 mgr.a (mgr.14403) 243 : cluster 0 pgmap v175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:41 smithi194 bash[32038]: audit 2023-12-07T17:20:39.448233+0000 mgr.a (mgr.14403) 242 : audit 0 from='client.18747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:41 smithi194 bash[32038]: cluster 2023-12-07T17:20:40.479906+0000 mgr.a (mgr.14403) 243 : cluster 0 pgmap v175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:41 smithi135 bash[32435]: audit 2023-12-07T17:20:39.448233+0000 mgr.a (mgr.14403) 242 : audit 0 from='client.18747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:41 smithi135 bash[32435]: cluster 2023-12-07T17:20:40.479906+0000 mgr.a (mgr.14403) 243 : cluster 0 pgmap v175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:44 smithi079 bash[28699]: cluster 2023-12-07T17:20:42.480480+0000 mgr.a (mgr.14403) 244 : cluster 0 pgmap v176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:44 smithi194 bash[32038]: cluster 2023-12-07T17:20:42.480480+0000 mgr.a (mgr.14403) 244 : cluster 0 pgmap v176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:44 smithi135 bash[32435]: cluster 2023-12-07T17:20:42.480480+0000 mgr.a (mgr.14403) 244 : cluster 0 pgmap v176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:20:44.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:20:44.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:44.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:45.855 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:20:45.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:45.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:45.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:45.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:20:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:46 smithi079 bash[28699]: cluster 2023-12-07T17:20:44.481427+0000 mgr.a (mgr.14403) 245 : cluster 0 pgmap v177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:46 smithi194 bash[32038]: cluster 2023-12-07T17:20:44.481427+0000 mgr.a (mgr.14403) 245 : cluster 0 pgmap v177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:46 smithi135 bash[32435]: cluster 2023-12-07T17:20:44.481427+0000 mgr.a (mgr.14403) 245 : cluster 0 pgmap v177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:47 smithi079 bash[28699]: audit 2023-12-07T17:20:45.356480+0000 mgr.a (mgr.14403) 246 : audit 0 from='client.18822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:47 smithi194 bash[32038]: audit 2023-12-07T17:20:45.356480+0000 mgr.a (mgr.14403) 246 : audit 0 from='client.18822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:47 smithi135 bash[32435]: audit 2023-12-07T17:20:45.356480+0000 mgr.a (mgr.14403) 246 : audit 0 from='client.18822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:48 smithi079 bash[28699]: cluster 2023-12-07T17:20:46.482110+0000 mgr.a (mgr.14403) 247 : cluster 0 pgmap v178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:48 smithi194 bash[32038]: cluster 2023-12-07T17:20:46.482110+0000 mgr.a (mgr.14403) 247 : cluster 0 pgmap v178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:48 smithi135 bash[32435]: cluster 2023-12-07T17:20:46.482110+0000 mgr.a (mgr.14403) 247 : cluster 0 pgmap v178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:50 smithi079 bash[28699]: cluster 2023-12-07T17:20:48.483057+0000 mgr.a (mgr.14403) 248 : cluster 0 pgmap v179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:50 smithi194 bash[32038]: cluster 2023-12-07T17:20:48.483057+0000 mgr.a (mgr.14403) 248 : cluster 0 pgmap v179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:50 smithi135 bash[32435]: cluster 2023-12-07T17:20:48.483057+0000 mgr.a (mgr.14403) 248 : cluster 0 pgmap v179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:50.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:20:50.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:50.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:51.746 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:20:51.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:51.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:51.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:51.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:20:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:52 smithi079 bash[28699]: cluster 2023-12-07T17:20:50.483781+0000 mgr.a (mgr.14403) 249 : cluster 0 pgmap v180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:52 smithi194 bash[32038]: cluster 2023-12-07T17:20:50.483781+0000 mgr.a (mgr.14403) 249 : cluster 0 pgmap v180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:52 smithi135 bash[32435]: cluster 2023-12-07T17:20:50.483781+0000 mgr.a (mgr.14403) 249 : cluster 0 pgmap v180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:53.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:53 smithi079 bash[28699]: audit 2023-12-07T17:20:51.256038+0000 mgr.a (mgr.14403) 250 : audit 0 from='client.18897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:53 smithi194 bash[32038]: audit 2023-12-07T17:20:51.256038+0000 mgr.a (mgr.14403) 250 : audit 0 from='client.18897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:53 smithi135 bash[32435]: audit 2023-12-07T17:20:51.256038+0000 mgr.a (mgr.14403) 250 : audit 0 from='client.18897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:54 smithi079 bash[28699]: cluster 2023-12-07T17:20:52.484409+0000 mgr.a (mgr.14403) 251 : cluster 0 pgmap v181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:54 smithi194 bash[32038]: cluster 2023-12-07T17:20:52.484409+0000 mgr.a (mgr.14403) 251 : cluster 0 pgmap v181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:54 smithi135 bash[32435]: cluster 2023-12-07T17:20:52.484409+0000 mgr.a (mgr.14403) 251 : cluster 0 pgmap v181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:56 smithi079 bash[28699]: cluster 2023-12-07T17:20:54.485249+0000 mgr.a (mgr.14403) 252 : cluster 0 pgmap v182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:56 smithi194 bash[32038]: cluster 2023-12-07T17:20:54.485249+0000 mgr.a (mgr.14403) 252 : cluster 0 pgmap v182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:56 smithi135 bash[32435]: cluster 2023-12-07T17:20:54.485249+0000 mgr.a (mgr.14403) 252 : cluster 0 pgmap v182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:20:56.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:20:56.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:20:56.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:20:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:57 smithi079 bash[28699]: cluster 2023-12-07T17:20:56.485940+0000 mgr.a (mgr.14403) 253 : cluster 0 pgmap v183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:57 smithi194 bash[32038]: cluster 2023-12-07T17:20:56.485940+0000 mgr.a (mgr.14403) 253 : cluster 0 pgmap v183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:57 smithi135 bash[32435]: cluster 2023-12-07T17:20:56.485940+0000 mgr.a (mgr.14403) 253 : cluster 0 pgmap v183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:20:57.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:20:57.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:20:57.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:20:57.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:20:57.656 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:20:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:20:59 smithi079 bash[28699]: audit 2023-12-07T17:20:57.154515+0000 mgr.a (mgr.14403) 254 : audit 0 from='client.18972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:20:59 smithi194 bash[32038]: audit 2023-12-07T17:20:57.154515+0000 mgr.a (mgr.14403) 254 : audit 0 from='client.18972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:20:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:20:59 smithi135 bash[32435]: audit 2023-12-07T17:20:57.154515+0000 mgr.a (mgr.14403) 254 : audit 0 from='client.18972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:00 smithi079 bash[28699]: cluster 2023-12-07T17:20:58.486804+0000 mgr.a (mgr.14403) 255 : cluster 0 pgmap v184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:00 smithi194 bash[32038]: cluster 2023-12-07T17:20:58.486804+0000 mgr.a (mgr.14403) 255 : cluster 0 pgmap v184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:00 smithi135 bash[32435]: cluster 2023-12-07T17:20:58.486804+0000 mgr.a (mgr.14403) 255 : cluster 0 pgmap v184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:02 smithi079 bash[28699]: cluster 2023-12-07T17:21:00.487414+0000 mgr.a (mgr.14403) 256 : cluster 0 pgmap v185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:02 smithi194 bash[32038]: cluster 2023-12-07T17:21:00.487414+0000 mgr.a (mgr.14403) 256 : cluster 0 pgmap v185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:02 smithi135 bash[32435]: cluster 2023-12-07T17:21:00.487414+0000 mgr.a (mgr.14403) 256 : cluster 0 pgmap v185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:02.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:21:02.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:02.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:03.553 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:21:03.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:03.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:03.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:03.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:21:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:04 smithi079 bash[28699]: cluster 2023-12-07T17:21:02.487934+0000 mgr.a (mgr.14403) 257 : cluster 0 pgmap v186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:04 smithi194 bash[32038]: cluster 2023-12-07T17:21:02.487934+0000 mgr.a (mgr.14403) 257 : cluster 0 pgmap v186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:04 smithi135 bash[32435]: cluster 2023-12-07T17:21:02.487934+0000 mgr.a (mgr.14403) 257 : cluster 0 pgmap v186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:05 smithi079 bash[28699]: audit 2023-12-07T17:21:03.064239+0000 mgr.a (mgr.14403) 258 : audit 0 from='client.19047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:05 smithi194 bash[32038]: audit 2023-12-07T17:21:03.064239+0000 mgr.a (mgr.14403) 258 : audit 0 from='client.19047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:05 smithi135 bash[32435]: audit 2023-12-07T17:21:03.064239+0000 mgr.a (mgr.14403) 258 : audit 0 from='client.19047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:06 smithi079 bash[28699]: cluster 2023-12-07T17:21:04.488808+0000 mgr.a (mgr.14403) 259 : cluster 0 pgmap v187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:21:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:06 smithi194 bash[32038]: cluster 2023-12-07T17:21:04.488808+0000 mgr.a (mgr.14403) 259 : cluster 0 pgmap v187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:21:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:06 smithi135 bash[32435]: cluster 2023-12-07T17:21:04.488808+0000 mgr.a (mgr.14403) 259 : cluster 0 pgmap v187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:21:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:08 smithi079 bash[28699]: cluster 2023-12-07T17:21:06.489469+0000 mgr.a (mgr.14403) 260 : cluster 0 pgmap v188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:21:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:08 smithi194 bash[32038]: cluster 2023-12-07T17:21:06.489469+0000 mgr.a (mgr.14403) 260 : cluster 0 pgmap v188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:21:08.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:08 smithi135 bash[32435]: cluster 2023-12-07T17:21:06.489469+0000 mgr.a (mgr.14403) 260 : cluster 0 pgmap v188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:21:08.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:21:08.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:08.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:09.447 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:21:09.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:09.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:09.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:09.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:21:10.321 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:10 smithi135 bash[32435]: cluster 2023-12-07T17:21:08.490260+0000 mgr.a (mgr.14403) 261 : cluster 0 pgmap v189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:10.322 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:10 smithi135 bash[32435]: audit 2023-12-07T17:21:08.957329+0000 mgr.a (mgr.14403) 262 : audit 0 from='client.19125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:10 smithi079 bash[28699]: cluster 2023-12-07T17:21:08.490260+0000 mgr.a (mgr.14403) 261 : cluster 0 pgmap v189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:10 smithi079 bash[28699]: audit 2023-12-07T17:21:08.957329+0000 mgr.a (mgr.14403) 262 : audit 0 from='client.19125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:10 smithi194 bash[32038]: cluster 2023-12-07T17:21:08.490260+0000 mgr.a (mgr.14403) 261 : cluster 0 pgmap v189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:10 smithi194 bash[32038]: audit 2023-12-07T17:21:08.957329+0000 mgr.a (mgr.14403) 262 : audit 0 from='client.19125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:11 smithi079 bash[28699]: cluster 2023-12-07T17:21:10.490927+0000 mgr.a (mgr.14403) 263 : cluster 0 pgmap v190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:11 smithi194 bash[32038]: cluster 2023-12-07T17:21:10.490927+0000 mgr.a (mgr.14403) 263 : cluster 0 pgmap v190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:11 smithi135 bash[32435]: cluster 2023-12-07T17:21:10.490927+0000 mgr.a (mgr.14403) 263 : cluster 0 pgmap v190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:14 smithi194 bash[32038]: cluster 2023-12-07T17:21:12.491465+0000 mgr.a (mgr.14403) 264 : cluster 0 pgmap v191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:14 smithi079 bash[28699]: cluster 2023-12-07T17:21:12.491465+0000 mgr.a (mgr.14403) 264 : cluster 0 pgmap v191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:14.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:21:14.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:14.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:14.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:14 smithi135 bash[32435]: cluster 2023-12-07T17:21:12.491465+0000 mgr.a (mgr.14403) 264 : cluster 0 pgmap v191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:15.355 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:21:15.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:15.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:15.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:15.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:21:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:16 smithi079 bash[28699]: cluster 2023-12-07T17:21:14.492268+0000 mgr.a (mgr.14403) 265 : cluster 0 pgmap v192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:16.473 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:16 smithi079 bash[28699]: audit 2023-12-07T17:21:14.854479+0000 mgr.a (mgr.14403) 266 : audit 0 from='client.19203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:16.474 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:16 smithi135 bash[32435]: cluster 2023-12-07T17:21:14.492268+0000 mgr.a (mgr.14403) 265 : cluster 0 pgmap v192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:16.474 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:16 smithi135 bash[32435]: audit 2023-12-07T17:21:14.854479+0000 mgr.a (mgr.14403) 266 : audit 0 from='client.19203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:16.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:16 smithi194 bash[32038]: cluster 2023-12-07T17:21:14.492268+0000 mgr.a (mgr.14403) 265 : cluster 0 pgmap v192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:16.474 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:16 smithi194 bash[32038]: audit 2023-12-07T17:21:14.854479+0000 mgr.a (mgr.14403) 266 : audit 0 from='client.19203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:17.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:17 smithi079 bash[28699]: audit 2023-12-07T17:21:16.573547+0000 mon.a (mon.0) 511 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:21:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:17 smithi194 bash[32038]: audit 2023-12-07T17:21:16.573547+0000 mon.a (mon.0) 511 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:21:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:17 smithi135 bash[32435]: audit 2023-12-07T17:21:16.573547+0000 mon.a (mon.0) 511 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:21:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:18 smithi079 bash[28699]: cluster 2023-12-07T17:21:16.493073+0000 mgr.a (mgr.14403) 267 : cluster 0 pgmap v193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:21:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:18 smithi079 bash[28699]: audit 2023-12-07T17:21:17.312641+0000 mon.a (mon.0) 512 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:21:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:18 smithi079 bash[28699]: audit 2023-12-07T17:21:17.314282+0000 mon.a (mon.0) 513 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:21:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:18 smithi079 bash[28699]: audit 2023-12-07T17:21:17.323261+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:21:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:18 smithi194 bash[32038]: cluster 2023-12-07T17:21:16.493073+0000 mgr.a (mgr.14403) 267 : cluster 0 pgmap v193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:21:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:18 smithi194 bash[32038]: audit 2023-12-07T17:21:17.312641+0000 mon.a (mon.0) 512 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:21:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:18 smithi194 bash[32038]: audit 2023-12-07T17:21:17.314282+0000 mon.a (mon.0) 513 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:21:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:18 smithi194 bash[32038]: audit 2023-12-07T17:21:17.323261+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:21:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:18 smithi135 bash[32435]: cluster 2023-12-07T17:21:16.493073+0000 mgr.a (mgr.14403) 267 : cluster 0 pgmap v193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:21:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:18 smithi135 bash[32435]: audit 2023-12-07T17:21:17.312641+0000 mon.a (mon.0) 512 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:21:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:18 smithi135 bash[32435]: audit 2023-12-07T17:21:17.314282+0000 mon.a (mon.0) 513 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:21:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:18 smithi135 bash[32435]: audit 2023-12-07T17:21:17.323261+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:21:20.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:21:20.359 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:20.359 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:20 smithi079 bash[28699]: cluster 2023-12-07T17:21:18.493891+0000 mgr.a (mgr.14403) 268 : cluster 0 pgmap v194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:21:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:20 smithi194 bash[32038]: cluster 2023-12-07T17:21:18.493891+0000 mgr.a (mgr.14403) 268 : cluster 0 pgmap v194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:21:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:20 smithi135 bash[32435]: cluster 2023-12-07T17:21:18.493891+0000 mgr.a (mgr.14403) 268 : cluster 0 pgmap v194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:21:21.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:21.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:21.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:21.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:21:21.279 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:21:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:22 smithi079 bash[28699]: cluster 2023-12-07T17:21:20.494229+0000 mgr.a (mgr.14403) 269 : cluster 0 pgmap v195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:22 smithi079 bash[28699]: audit 2023-12-07T17:21:20.766424+0000 mgr.a (mgr.14403) 270 : audit 0 from='client.19281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:22 smithi194 bash[32038]: cluster 2023-12-07T17:21:20.494229+0000 mgr.a (mgr.14403) 269 : cluster 0 pgmap v195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:22 smithi194 bash[32038]: audit 2023-12-07T17:21:20.766424+0000 mgr.a (mgr.14403) 270 : audit 0 from='client.19281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:22 smithi135 bash[32435]: cluster 2023-12-07T17:21:20.494229+0000 mgr.a (mgr.14403) 269 : cluster 0 pgmap v195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:22 smithi135 bash[32435]: audit 2023-12-07T17:21:20.766424+0000 mgr.a (mgr.14403) 270 : audit 0 from='client.19281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:24 smithi079 bash[28699]: cluster 2023-12-07T17:21:22.494840+0000 mgr.a (mgr.14403) 271 : cluster 0 pgmap v196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:24 smithi194 bash[32038]: cluster 2023-12-07T17:21:22.494840+0000 mgr.a (mgr.14403) 271 : cluster 0 pgmap v196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:24 smithi135 bash[32435]: cluster 2023-12-07T17:21:22.494840+0000 mgr.a (mgr.14403) 271 : cluster 0 pgmap v196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:26.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:21:26.283 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:26.283 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:26 smithi079 bash[28699]: cluster 2023-12-07T17:21:24.495636+0000 mgr.a (mgr.14403) 272 : cluster 0 pgmap v197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:26 smithi194 bash[32038]: cluster 2023-12-07T17:21:24.495636+0000 mgr.a (mgr.14403) 272 : cluster 0 pgmap v197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:26 smithi135 bash[32435]: cluster 2023-12-07T17:21:24.495636+0000 mgr.a (mgr.14403) 272 : cluster 0 pgmap v197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:27.179 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:21:27.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:27.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:27.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:27.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:21:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:28 smithi079 bash[28699]: cluster 2023-12-07T17:21:26.496195+0000 mgr.a (mgr.14403) 273 : cluster 0 pgmap v198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:28 smithi079 bash[28699]: audit 2023-12-07T17:21:26.685299+0000 mgr.a (mgr.14403) 274 : audit 0 from='client.19353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:28 smithi194 bash[32038]: cluster 2023-12-07T17:21:26.496195+0000 mgr.a (mgr.14403) 273 : cluster 0 pgmap v198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:28 smithi194 bash[32038]: audit 2023-12-07T17:21:26.685299+0000 mgr.a (mgr.14403) 274 : audit 0 from='client.19353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:28 smithi135 bash[32435]: cluster 2023-12-07T17:21:26.496195+0000 mgr.a (mgr.14403) 273 : cluster 0 pgmap v198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:28 smithi135 bash[32435]: audit 2023-12-07T17:21:26.685299+0000 mgr.a (mgr.14403) 274 : audit 0 from='client.19353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:30 smithi079 bash[28699]: cluster 2023-12-07T17:21:28.497067+0000 mgr.a (mgr.14403) 275 : cluster 0 pgmap v199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:30 smithi194 bash[32038]: cluster 2023-12-07T17:21:28.497067+0000 mgr.a (mgr.14403) 275 : cluster 0 pgmap v199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:30 smithi135 bash[32435]: cluster 2023-12-07T17:21:28.497067+0000 mgr.a (mgr.14403) 275 : cluster 0 pgmap v199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:31 smithi079 bash[28699]: cluster 2023-12-07T17:21:30.497640+0000 mgr.a (mgr.14403) 276 : cluster 0 pgmap v200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:31 smithi194 bash[32038]: cluster 2023-12-07T17:21:30.497640+0000 mgr.a (mgr.14403) 276 : cluster 0 pgmap v200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:31 smithi135 bash[32435]: cluster 2023-12-07T17:21:30.497640+0000 mgr.a (mgr.14403) 276 : cluster 0 pgmap v200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:32.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:21:32.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:32.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:33.103 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:21:33.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:33.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:33.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:33.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:21:34.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:34 smithi079 bash[28699]: cluster 2023-12-07T17:21:32.498197+0000 mgr.a (mgr.14403) 277 : cluster 0 pgmap v201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:34.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:34 smithi079 bash[28699]: audit 2023-12-07T17:21:32.588002+0000 mgr.a (mgr.14403) 278 : audit 0 from='client.19428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:34 smithi194 bash[32038]: cluster 2023-12-07T17:21:32.498197+0000 mgr.a (mgr.14403) 277 : cluster 0 pgmap v201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:34 smithi194 bash[32038]: audit 2023-12-07T17:21:32.588002+0000 mgr.a (mgr.14403) 278 : audit 0 from='client.19428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:34 smithi135 bash[32435]: cluster 2023-12-07T17:21:32.498197+0000 mgr.a (mgr.14403) 277 : cluster 0 pgmap v201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:34 smithi135 bash[32435]: audit 2023-12-07T17:21:32.588002+0000 mgr.a (mgr.14403) 278 : audit 0 from='client.19428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:36 smithi079 bash[28699]: cluster 2023-12-07T17:21:34.499256+0000 mgr.a (mgr.14403) 279 : cluster 0 pgmap v202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:36 smithi194 bash[32038]: cluster 2023-12-07T17:21:34.499256+0000 mgr.a (mgr.14403) 279 : cluster 0 pgmap v202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:36 smithi135 bash[32435]: cluster 2023-12-07T17:21:34.499256+0000 mgr.a (mgr.14403) 279 : cluster 0 pgmap v202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:21:38.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:21:38.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:38.107 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:38.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:38 smithi079 bash[28699]: cluster 2023-12-07T17:21:36.499880+0000 mgr.a (mgr.14403) 280 : cluster 0 pgmap v203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:38 smithi194 bash[32038]: cluster 2023-12-07T17:21:36.499880+0000 mgr.a (mgr.14403) 280 : cluster 0 pgmap v203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:38 smithi135 bash[32435]: cluster 2023-12-07T17:21:36.499880+0000 mgr.a (mgr.14403) 280 : cluster 0 pgmap v203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:38.989 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:21:38.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:38.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:38.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:38.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:21:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:40 smithi079 bash[28699]: cluster 2023-12-07T17:21:38.500566+0000 mgr.a (mgr.14403) 281 : cluster 0 pgmap v204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:40 smithi079 bash[28699]: audit 2023-12-07T17:21:38.514202+0000 mgr.a (mgr.14403) 282 : audit 0 from='client.19503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:40 smithi194 bash[32038]: cluster 2023-12-07T17:21:38.500566+0000 mgr.a (mgr.14403) 281 : cluster 0 pgmap v204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:40 smithi194 bash[32038]: audit 2023-12-07T17:21:38.514202+0000 mgr.a (mgr.14403) 282 : audit 0 from='client.19503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:40 smithi135 bash[32435]: cluster 2023-12-07T17:21:38.500566+0000 mgr.a (mgr.14403) 281 : cluster 0 pgmap v204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:40 smithi135 bash[32435]: audit 2023-12-07T17:21:38.514202+0000 mgr.a (mgr.14403) 282 : audit 0 from='client.19503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:42 smithi079 bash[28699]: cluster 2023-12-07T17:21:40.501214+0000 mgr.a (mgr.14403) 283 : cluster 0 pgmap v205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:42 smithi194 bash[32038]: cluster 2023-12-07T17:21:40.501214+0000 mgr.a (mgr.14403) 283 : cluster 0 pgmap v205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:42 smithi135 bash[32435]: cluster 2023-12-07T17:21:40.501214+0000 mgr.a (mgr.14403) 283 : cluster 0 pgmap v205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:43.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:21:43.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:43.990 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:44 smithi079 bash[28699]: cluster 2023-12-07T17:21:42.501759+0000 mgr.a (mgr.14403) 284 : cluster 0 pgmap v206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:44 smithi194 bash[32038]: cluster 2023-12-07T17:21:42.501759+0000 mgr.a (mgr.14403) 284 : cluster 0 pgmap v206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:44 smithi135 bash[32435]: cluster 2023-12-07T17:21:42.501759+0000 mgr.a (mgr.14403) 284 : cluster 0 pgmap v206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:44.890 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:21:44.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:44.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:44.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:44.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:21:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:46 smithi079 bash[28699]: audit 2023-12-07T17:21:44.392831+0000 mgr.a (mgr.14403) 285 : audit 0 from='client.19575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:46 smithi079 bash[28699]: cluster 2023-12-07T17:21:44.502560+0000 mgr.a (mgr.14403) 286 : cluster 0 pgmap v207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:46 smithi194 bash[32038]: audit 2023-12-07T17:21:44.392831+0000 mgr.a (mgr.14403) 285 : audit 0 from='client.19575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:46 smithi194 bash[32038]: cluster 2023-12-07T17:21:44.502560+0000 mgr.a (mgr.14403) 286 : cluster 0 pgmap v207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:46 smithi135 bash[32435]: audit 2023-12-07T17:21:44.392831+0000 mgr.a (mgr.14403) 285 : audit 0 from='client.19575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:46 smithi135 bash[32435]: cluster 2023-12-07T17:21:44.502560+0000 mgr.a (mgr.14403) 286 : cluster 0 pgmap v207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:48 smithi079 bash[28699]: cluster 2023-12-07T17:21:46.503212+0000 mgr.a (mgr.14403) 287 : cluster 0 pgmap v208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:48 smithi194 bash[32038]: cluster 2023-12-07T17:21:46.503212+0000 mgr.a (mgr.14403) 287 : cluster 0 pgmap v208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:48 smithi135 bash[32435]: cluster 2023-12-07T17:21:46.503212+0000 mgr.a (mgr.14403) 287 : cluster 0 pgmap v208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:21:49.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:21:49.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:49.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:50 smithi079 bash[28699]: cluster 2023-12-07T17:21:48.503923+0000 mgr.a (mgr.14403) 288 : cluster 0 pgmap v209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:50 smithi194 bash[32038]: cluster 2023-12-07T17:21:48.503923+0000 mgr.a (mgr.14403) 288 : cluster 0 pgmap v209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:50 smithi135 bash[32435]: cluster 2023-12-07T17:21:48.503923+0000 mgr.a (mgr.14403) 288 : cluster 0 pgmap v209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:21:50.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:50.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:50.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:50.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:21:50.808 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:21:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:52 smithi079 bash[28699]: audit 2023-12-07T17:21:50.297885+0000 mgr.a (mgr.14403) 289 : audit 0 from='client.19647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:52 smithi079 bash[28699]: cluster 2023-12-07T17:21:50.504602+0000 mgr.a (mgr.14403) 290 : cluster 0 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-07T17:21:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:52 smithi194 bash[32038]: audit 2023-12-07T17:21:50.297885+0000 mgr.a (mgr.14403) 289 : audit 0 from='client.19647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:52 smithi194 bash[32038]: cluster 2023-12-07T17:21:50.504602+0000 mgr.a (mgr.14403) 290 : cluster 0 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-07T17:21:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:52 smithi135 bash[32435]: audit 2023-12-07T17:21:50.297885+0000 mgr.a (mgr.14403) 289 : audit 0 from='client.19647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:52 smithi135 bash[32435]: cluster 2023-12-07T17:21:50.504602+0000 mgr.a (mgr.14403) 290 : cluster 0 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-07T17:21:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:54 smithi079 bash[28699]: cluster 2023-12-07T17:21:52.505282+0000 mgr.a (mgr.14403) 291 : cluster 0 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-07T17:21:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:54 smithi194 bash[32038]: cluster 2023-12-07T17:21:52.505282+0000 mgr.a (mgr.14403) 291 : cluster 0 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-07T17:21:54.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:54 smithi135 bash[32435]: cluster 2023-12-07T17:21:52.505282+0000 mgr.a (mgr.14403) 291 : cluster 0 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-07T17:21:55.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:21:55.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:21:55.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:21:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:56 smithi079 bash[28699]: cluster 2023-12-07T17:21:54.506067+0000 mgr.a (mgr.14403) 292 : cluster 0 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-07T17:21:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:56 smithi194 bash[32038]: cluster 2023-12-07T17:21:54.506067+0000 mgr.a (mgr.14403) 292 : cluster 0 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-07T17:21:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:56 smithi135 bash[32435]: cluster 2023-12-07T17:21:54.506067+0000 mgr.a (mgr.14403) 292 : cluster 0 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-07T17:21:56.694 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:21:56.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:21:56.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:21:56.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:21:56.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:21:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:58 smithi079 bash[28699]: audit 2023-12-07T17:21:56.203453+0000 mgr.a (mgr.14403) 293 : audit 0 from='client.19725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:21:58 smithi079 bash[28699]: cluster 2023-12-07T17:21:56.506482+0000 mgr.a (mgr.14403) 294 : cluster 0 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-07T17:21:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:58 smithi194 bash[32038]: audit 2023-12-07T17:21:56.203453+0000 mgr.a (mgr.14403) 293 : audit 0 from='client.19725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:21:58 smithi194 bash[32038]: cluster 2023-12-07T17:21:56.506482+0000 mgr.a (mgr.14403) 294 : cluster 0 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-07T17:21:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:58 smithi135 bash[32435]: audit 2023-12-07T17:21:56.203453+0000 mgr.a (mgr.14403) 293 : audit 0 from='client.19725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:21:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:21:58 smithi135 bash[32435]: cluster 2023-12-07T17:21:56.506482+0000 mgr.a (mgr.14403) 294 : cluster 0 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-07T17:22:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:00 smithi079 bash[28699]: cluster 2023-12-07T17:21:58.507338+0000 mgr.a (mgr.14403) 295 : cluster 0 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-07T17:22:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:00 smithi194 bash[32038]: cluster 2023-12-07T17:21:58.507338+0000 mgr.a (mgr.14403) 295 : cluster 0 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-07T17:22:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:00 smithi135 bash[32435]: cluster 2023-12-07T17:21:58.507338+0000 mgr.a (mgr.14403) 295 : cluster 0 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-07T17:22:01.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:22:01.698 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:01.698 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:02 smithi079 bash[28699]: cluster 2023-12-07T17:22:00.507853+0000 mgr.a (mgr.14403) 296 : cluster 0 pgmap v215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:02 smithi194 bash[32038]: cluster 2023-12-07T17:22:00.507853+0000 mgr.a (mgr.14403) 296 : cluster 0 pgmap v215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:02 smithi135 bash[32435]: cluster 2023-12-07T17:22:00.507853+0000 mgr.a (mgr.14403) 296 : cluster 0 pgmap v215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:02.592 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:22:02.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:02.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:02.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:02.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:22:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:04 smithi079 bash[28699]: audit 2023-12-07T17:22:02.097764+0000 mgr.a (mgr.14403) 297 : audit 0 from='client.19800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:04 smithi079 bash[28699]: cluster 2023-12-07T17:22:02.508479+0000 mgr.a (mgr.14403) 298 : cluster 0 pgmap v216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:04 smithi194 bash[32038]: audit 2023-12-07T17:22:02.097764+0000 mgr.a (mgr.14403) 297 : audit 0 from='client.19800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:04 smithi194 bash[32038]: cluster 2023-12-07T17:22:02.508479+0000 mgr.a (mgr.14403) 298 : cluster 0 pgmap v216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:04 smithi135 bash[32435]: audit 2023-12-07T17:22:02.097764+0000 mgr.a (mgr.14403) 297 : audit 0 from='client.19800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:04 smithi135 bash[32435]: cluster 2023-12-07T17:22:02.508479+0000 mgr.a (mgr.14403) 298 : cluster 0 pgmap v216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:06 smithi079 bash[28699]: cluster 2023-12-07T17:22:04.509302+0000 mgr.a (mgr.14403) 299 : cluster 0 pgmap v217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:06 smithi194 bash[32038]: cluster 2023-12-07T17:22:04.509302+0000 mgr.a (mgr.14403) 299 : cluster 0 pgmap v217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:06 smithi135 bash[32435]: cluster 2023-12-07T17:22:04.509302+0000 mgr.a (mgr.14403) 299 : cluster 0 pgmap v217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:07.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:22:07.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:07.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:08 smithi079 bash[28699]: cluster 2023-12-07T17:22:06.509864+0000 mgr.a (mgr.14403) 300 : cluster 0 pgmap v218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:08 smithi194 bash[32038]: cluster 2023-12-07T17:22:06.509864+0000 mgr.a (mgr.14403) 300 : cluster 0 pgmap v218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:08.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:08 smithi135 bash[32435]: cluster 2023-12-07T17:22:06.509864+0000 mgr.a (mgr.14403) 300 : cluster 0 pgmap v218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:08.480 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:22:08.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:08.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:08.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:08.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:22:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:09 smithi079 bash[28699]: audit 2023-12-07T17:22:07.996293+0000 mgr.a (mgr.14403) 301 : audit 0 from='client.19878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:09 smithi194 bash[32038]: audit 2023-12-07T17:22:07.996293+0000 mgr.a (mgr.14403) 301 : audit 0 from='client.19878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:09 smithi135 bash[32435]: audit 2023-12-07T17:22:07.996293+0000 mgr.a (mgr.14403) 301 : audit 0 from='client.19878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:10 smithi079 bash[28699]: cluster 2023-12-07T17:22:08.510744+0000 mgr.a (mgr.14403) 302 : cluster 0 pgmap v219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:22:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:10 smithi194 bash[32038]: cluster 2023-12-07T17:22:08.510744+0000 mgr.a (mgr.14403) 302 : cluster 0 pgmap v219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:22:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:10 smithi135 bash[32435]: cluster 2023-12-07T17:22:08.510744+0000 mgr.a (mgr.14403) 302 : cluster 0 pgmap v219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:22:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:11 smithi079 bash[28699]: cluster 2023-12-07T17:22:10.511369+0000 mgr.a (mgr.14403) 303 : cluster 0 pgmap v220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:22:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:11 smithi194 bash[32038]: cluster 2023-12-07T17:22:10.511369+0000 mgr.a (mgr.14403) 303 : cluster 0 pgmap v220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:22:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:11 smithi135 bash[32435]: cluster 2023-12-07T17:22:10.511369+0000 mgr.a (mgr.14403) 303 : cluster 0 pgmap v220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:22:13.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:22:13.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:13.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:14.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:14.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:14.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:14.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:22:14.368 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:22:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:14 smithi079 bash[28699]: cluster 2023-12-07T17:22:12.511882+0000 mgr.a (mgr.14403) 304 : cluster 0 pgmap v221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:22:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:14 smithi194 bash[32038]: cluster 2023-12-07T17:22:12.511882+0000 mgr.a (mgr.14403) 304 : cluster 0 pgmap v221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:22:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:14 smithi135 bash[32435]: cluster 2023-12-07T17:22:12.511882+0000 mgr.a (mgr.14403) 304 : cluster 0 pgmap v221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:22:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:15 smithi079 bash[28699]: audit 2023-12-07T17:22:13.886895+0000 mgr.a (mgr.14403) 305 : audit 0 from='client.19953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:15 smithi194 bash[32038]: audit 2023-12-07T17:22:13.886895+0000 mgr.a (mgr.14403) 305 : audit 0 from='client.19953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:15 smithi135 bash[32435]: audit 2023-12-07T17:22:13.886895+0000 mgr.a (mgr.14403) 305 : audit 0 from='client.19953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:16 smithi079 bash[28699]: cluster 2023-12-07T17:22:14.513008+0000 mgr.a (mgr.14403) 306 : cluster 0 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-07T17:22:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:16 smithi194 bash[32038]: cluster 2023-12-07T17:22:14.513008+0000 mgr.a (mgr.14403) 306 : cluster 0 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-07T17:22:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:16 smithi135 bash[32435]: cluster 2023-12-07T17:22:14.513008+0000 mgr.a (mgr.14403) 306 : cluster 0 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-07T17:22:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:18 smithi079 bash[28699]: cluster 2023-12-07T17:22:16.513734+0000 mgr.a (mgr.14403) 307 : cluster 0 pgmap v223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:18 smithi079 bash[28699]: audit 2023-12-07T17:22:17.426126+0000 mon.a (mon.0) 515 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:22:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:18 smithi194 bash[32038]: cluster 2023-12-07T17:22:16.513734+0000 mgr.a (mgr.14403) 307 : cluster 0 pgmap v223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:18 smithi194 bash[32038]: audit 2023-12-07T17:22:17.426126+0000 mon.a (mon.0) 515 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:22:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:18 smithi135 bash[32435]: cluster 2023-12-07T17:22:16.513734+0000 mgr.a (mgr.14403) 307 : cluster 0 pgmap v223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:18 smithi135 bash[32435]: audit 2023-12-07T17:22:17.426126+0000 mon.a (mon.0) 515 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:22:19.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:22:19.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:19.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:19 smithi079 bash[28699]: audit 2023-12-07T17:22:18.169148+0000 mon.a (mon.0) 516 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:22:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:19 smithi079 bash[28699]: audit 2023-12-07T17:22:18.170997+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:22:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:19 smithi079 bash[28699]: audit 2023-12-07T17:22:18.180196+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:22:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:19 smithi194 bash[32038]: audit 2023-12-07T17:22:18.169148+0000 mon.a (mon.0) 516 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:22:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:19 smithi194 bash[32038]: audit 2023-12-07T17:22:18.170997+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:22:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:19 smithi194 bash[32038]: audit 2023-12-07T17:22:18.180196+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:22:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:19 smithi135 bash[32435]: audit 2023-12-07T17:22:18.169148+0000 mon.a (mon.0) 516 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:22:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:19 smithi135 bash[32435]: audit 2023-12-07T17:22:18.170997+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:22:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:19 smithi135 bash[32435]: audit 2023-12-07T17:22:18.180196+0000 mon.a (mon.0) 518 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:22:20.255 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:22:20.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:20.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:20.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:20.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:22:20.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:20 smithi079 bash[28699]: cluster 2023-12-07T17:22:18.514463+0000 mgr.a (mgr.14403) 308 : cluster 0 pgmap v224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:20 smithi194 bash[32038]: cluster 2023-12-07T17:22:18.514463+0000 mgr.a (mgr.14403) 308 : cluster 0 pgmap v224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:20 smithi135 bash[32435]: cluster 2023-12-07T17:22:18.514463+0000 mgr.a (mgr.14403) 308 : cluster 0 pgmap v224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:21 smithi079 bash[28699]: audit 2023-12-07T17:22:19.779830+0000 mgr.a (mgr.14403) 309 : audit 0 from='client.20031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:21 smithi194 bash[32038]: audit 2023-12-07T17:22:19.779830+0000 mgr.a (mgr.14403) 309 : audit 0 from='client.20031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:21 smithi135 bash[32435]: audit 2023-12-07T17:22:19.779830+0000 mgr.a (mgr.14403) 309 : audit 0 from='client.20031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:22 smithi079 bash[28699]: cluster 2023-12-07T17:22:20.515197+0000 mgr.a (mgr.14403) 310 : cluster 0 pgmap v225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:22:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:22 smithi194 bash[32038]: cluster 2023-12-07T17:22:20.515197+0000 mgr.a (mgr.14403) 310 : cluster 0 pgmap v225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:22:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:22 smithi135 bash[32435]: cluster 2023-12-07T17:22:20.515197+0000 mgr.a (mgr.14403) 310 : cluster 0 pgmap v225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:22:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:24 smithi079 bash[28699]: cluster 2023-12-07T17:22:22.515772+0000 mgr.a (mgr.14403) 311 : cluster 0 pgmap v226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:22:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:24 smithi194 bash[32038]: cluster 2023-12-07T17:22:22.515772+0000 mgr.a (mgr.14403) 311 : cluster 0 pgmap v226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:22:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:24 smithi135 bash[32435]: cluster 2023-12-07T17:22:22.515772+0000 mgr.a (mgr.14403) 311 : cluster 0 pgmap v226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:22:25.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:22:25.258 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:25.258 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:25 smithi079 bash[28699]: cluster 2023-12-07T17:22:24.516596+0000 mgr.a (mgr.14403) 312 : cluster 0 pgmap v227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:22:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:25 smithi194 bash[32038]: cluster 2023-12-07T17:22:24.516596+0000 mgr.a (mgr.14403) 312 : cluster 0 pgmap v227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:22:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:25 smithi135 bash[32435]: cluster 2023-12-07T17:22:24.516596+0000 mgr.a (mgr.14403) 312 : cluster 0 pgmap v227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:22:26.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:26.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:26.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:26.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:22:26.159 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:22:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:26 smithi079 bash[28699]: audit 2023-12-07T17:22:25.665914+0000 mgr.a (mgr.14403) 313 : audit 0 from='client.20106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:26 smithi194 bash[32038]: audit 2023-12-07T17:22:25.665914+0000 mgr.a (mgr.14403) 313 : audit 0 from='client.20106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:26 smithi135 bash[32435]: audit 2023-12-07T17:22:25.665914+0000 mgr.a (mgr.14403) 313 : audit 0 from='client.20106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:27 smithi079 bash[28699]: cluster 2023-12-07T17:22:26.517320+0000 mgr.a (mgr.14403) 314 : cluster 0 pgmap v228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:27 smithi194 bash[32038]: cluster 2023-12-07T17:22:26.517320+0000 mgr.a (mgr.14403) 314 : cluster 0 pgmap v228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:27 smithi135 bash[32435]: cluster 2023-12-07T17:22:26.517320+0000 mgr.a (mgr.14403) 314 : cluster 0 pgmap v228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:30 smithi079 bash[28699]: cluster 2023-12-07T17:22:28.518133+0000 mgr.a (mgr.14403) 315 : cluster 0 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-07T17:22:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:30 smithi194 bash[32038]: cluster 2023-12-07T17:22:28.518133+0000 mgr.a (mgr.14403) 315 : cluster 0 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-07T17:22:30.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:30 smithi135 bash[32435]: cluster 2023-12-07T17:22:28.518133+0000 mgr.a (mgr.14403) 315 : cluster 0 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-07T17:22:31.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:22:31.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:31.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:32.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:32.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:32.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:32.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:22:32.056 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:22:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:32 smithi079 bash[28699]: cluster 2023-12-07T17:22:30.518641+0000 mgr.a (mgr.14403) 316 : cluster 0 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-07T17:22:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:32 smithi194 bash[32038]: cluster 2023-12-07T17:22:30.518641+0000 mgr.a (mgr.14403) 316 : cluster 0 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-07T17:22:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:32 smithi135 bash[32435]: cluster 2023-12-07T17:22:30.518641+0000 mgr.a (mgr.14403) 316 : cluster 0 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-07T17:22:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:33 smithi079 bash[28699]: audit 2023-12-07T17:22:31.558926+0000 mgr.a (mgr.14403) 317 : audit 0 from='client.20181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:33 smithi194 bash[32038]: audit 2023-12-07T17:22:31.558926+0000 mgr.a (mgr.14403) 317 : audit 0 from='client.20181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:33 smithi135 bash[32435]: audit 2023-12-07T17:22:31.558926+0000 mgr.a (mgr.14403) 317 : audit 0 from='client.20181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:34 smithi079 bash[28699]: cluster 2023-12-07T17:22:32.519328+0000 mgr.a (mgr.14403) 318 : cluster 0 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-07T17:22:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:34 smithi194 bash[32038]: cluster 2023-12-07T17:22:32.519328+0000 mgr.a (mgr.14403) 318 : cluster 0 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-07T17:22:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:34 smithi135 bash[32435]: cluster 2023-12-07T17:22:32.519328+0000 mgr.a (mgr.14403) 318 : cluster 0 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-07T17:22:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:36 smithi079 bash[28699]: cluster 2023-12-07T17:22:34.520225+0000 mgr.a (mgr.14403) 319 : cluster 0 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-07T17:22:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:36 smithi194 bash[32038]: cluster 2023-12-07T17:22:34.520225+0000 mgr.a (mgr.14403) 319 : cluster 0 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-07T17:22:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:36 smithi135 bash[32435]: cluster 2023-12-07T17:22:34.520225+0000 mgr.a (mgr.14403) 319 : cluster 0 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-07T17:22:37.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:22:37.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:37.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:37.945 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:22:37.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:37.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:37.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:37.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:22:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:38 smithi079 bash[28699]: cluster 2023-12-07T17:22:36.520778+0000 mgr.a (mgr.14403) 320 : cluster 0 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-07T17:22:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:38 smithi194 bash[32038]: cluster 2023-12-07T17:22:36.520778+0000 mgr.a (mgr.14403) 320 : cluster 0 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-07T17:22:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:38 smithi135 bash[32435]: cluster 2023-12-07T17:22:36.520778+0000 mgr.a (mgr.14403) 320 : cluster 0 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-07T17:22:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:39 smithi079 bash[28699]: audit 2023-12-07T17:22:37.462126+0000 mgr.a (mgr.14403) 321 : audit 0 from='client.20253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:39 smithi194 bash[32038]: audit 2023-12-07T17:22:37.462126+0000 mgr.a (mgr.14403) 321 : audit 0 from='client.20253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:39 smithi135 bash[32435]: audit 2023-12-07T17:22:37.462126+0000 mgr.a (mgr.14403) 321 : audit 0 from='client.20253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:40 smithi079 bash[28699]: cluster 2023-12-07T17:22:38.521711+0000 mgr.a (mgr.14403) 322 : cluster 0 pgmap v234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:40 smithi194 bash[32038]: cluster 2023-12-07T17:22:38.521711+0000 mgr.a (mgr.14403) 322 : cluster 0 pgmap v234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:40 smithi135 bash[32435]: cluster 2023-12-07T17:22:38.521711+0000 mgr.a (mgr.14403) 322 : cluster 0 pgmap v234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:22:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:41 smithi079 bash[28699]: cluster 2023-12-07T17:22:40.522309+0000 mgr.a (mgr.14403) 323 : cluster 0 pgmap v235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:41 smithi194 bash[32038]: cluster 2023-12-07T17:22:40.522309+0000 mgr.a (mgr.14403) 323 : cluster 0 pgmap v235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:41 smithi135 bash[32435]: cluster 2023-12-07T17:22:40.522309+0000 mgr.a (mgr.14403) 323 : cluster 0 pgmap v235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:42.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:22:42.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:42.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:43.843 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:22:43.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:43.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:43.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:43.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:22:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:44 smithi079 bash[28699]: cluster 2023-12-07T17:22:42.523016+0000 mgr.a (mgr.14403) 324 : cluster 0 pgmap v236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:44 smithi194 bash[32038]: cluster 2023-12-07T17:22:42.523016+0000 mgr.a (mgr.14403) 324 : cluster 0 pgmap v236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:44 smithi135 bash[32435]: cluster 2023-12-07T17:22:42.523016+0000 mgr.a (mgr.14403) 324 : cluster 0 pgmap v236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:45 smithi079 bash[28699]: audit 2023-12-07T17:22:43.347365+0000 mgr.a (mgr.14403) 325 : audit 0 from='client.20328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:45 smithi194 bash[32038]: audit 2023-12-07T17:22:43.347365+0000 mgr.a (mgr.14403) 325 : audit 0 from='client.20328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:45 smithi135 bash[32435]: audit 2023-12-07T17:22:43.347365+0000 mgr.a (mgr.14403) 325 : audit 0 from='client.20328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:46 smithi079 bash[28699]: cluster 2023-12-07T17:22:44.524138+0000 mgr.a (mgr.14403) 326 : cluster 0 pgmap v237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:22:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:46 smithi194 bash[32038]: cluster 2023-12-07T17:22:44.524138+0000 mgr.a (mgr.14403) 326 : cluster 0 pgmap v237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:22:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:46 smithi135 bash[32435]: cluster 2023-12-07T17:22:44.524138+0000 mgr.a (mgr.14403) 326 : cluster 0 pgmap v237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:22:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:48 smithi079 bash[28699]: cluster 2023-12-07T17:22:46.524729+0000 mgr.a (mgr.14403) 327 : cluster 0 pgmap v238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:22:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:48 smithi194 bash[32038]: cluster 2023-12-07T17:22:46.524729+0000 mgr.a (mgr.14403) 327 : cluster 0 pgmap v238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:22:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:48 smithi135 bash[32435]: cluster 2023-12-07T17:22:46.524729+0000 mgr.a (mgr.14403) 327 : cluster 0 pgmap v238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:22:48.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:22:48.846 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:48.846 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:49.747 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:22:49.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:49.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:49.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:49.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:22:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:50 smithi079 bash[28699]: cluster 2023-12-07T17:22:48.525462+0000 mgr.a (mgr.14403) 328 : cluster 0 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-07T17:22:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:50 smithi194 bash[32038]: cluster 2023-12-07T17:22:48.525462+0000 mgr.a (mgr.14403) 328 : cluster 0 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-07T17:22:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:50 smithi135 bash[32435]: cluster 2023-12-07T17:22:48.525462+0000 mgr.a (mgr.14403) 328 : cluster 0 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-07T17:22:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:51 smithi079 bash[28699]: audit 2023-12-07T17:22:49.250468+0000 mgr.a (mgr.14403) 329 : audit 0 from='client.20406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:51 smithi194 bash[32038]: audit 2023-12-07T17:22:49.250468+0000 mgr.a (mgr.14403) 329 : audit 0 from='client.20406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:51.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:51 smithi135 bash[32435]: audit 2023-12-07T17:22:49.250468+0000 mgr.a (mgr.14403) 329 : audit 0 from='client.20406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:52 smithi079 bash[28699]: cluster 2023-12-07T17:22:50.526137+0000 mgr.a (mgr.14403) 330 : cluster 0 pgmap v240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:52 smithi194 bash[32038]: cluster 2023-12-07T17:22:50.526137+0000 mgr.a (mgr.14403) 330 : cluster 0 pgmap v240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:52 smithi135 bash[32435]: cluster 2023-12-07T17:22:50.526137+0000 mgr.a (mgr.14403) 330 : cluster 0 pgmap v240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:54 smithi079 bash[28699]: cluster 2023-12-07T17:22:52.526725+0000 mgr.a (mgr.14403) 331 : cluster 0 pgmap v241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:54 smithi194 bash[32038]: cluster 2023-12-07T17:22:52.526725+0000 mgr.a (mgr.14403) 331 : cluster 0 pgmap v241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:54.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:54 smithi135 bash[32435]: cluster 2023-12-07T17:22:52.526725+0000 mgr.a (mgr.14403) 331 : cluster 0 pgmap v241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:22:54.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:22:54.751 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:22:54.751 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:22:55.618 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:22:55.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:22:55.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:22:55.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:22:55.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:22:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:56 smithi079 bash[28699]: cluster 2023-12-07T17:22:54.527502+0000 mgr.a (mgr.14403) 332 : cluster 0 pgmap v242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:56 smithi194 bash[32038]: cluster 2023-12-07T17:22:54.527502+0000 mgr.a (mgr.14403) 332 : cluster 0 pgmap v242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:56 smithi135 bash[32435]: cluster 2023-12-07T17:22:54.527502+0000 mgr.a (mgr.14403) 332 : cluster 0 pgmap v242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:22:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:57 smithi079 bash[28699]: audit 2023-12-07T17:22:55.148668+0000 mgr.a (mgr.14403) 333 : audit 0 from='client.20478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:57 smithi194 bash[32038]: audit 2023-12-07T17:22:55.148668+0000 mgr.a (mgr.14403) 333 : audit 0 from='client.20478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:57 smithi135 bash[32435]: audit 2023-12-07T17:22:55.148668+0000 mgr.a (mgr.14403) 333 : audit 0 from='client.20478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:22:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:22:58 smithi079 bash[28699]: cluster 2023-12-07T17:22:56.528188+0000 mgr.a (mgr.14403) 334 : cluster 0 pgmap v243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:22:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:22:58 smithi194 bash[32038]: cluster 2023-12-07T17:22:56.528188+0000 mgr.a (mgr.14403) 334 : cluster 0 pgmap v243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:22:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:22:58 smithi135 bash[32435]: cluster 2023-12-07T17:22:56.528188+0000 mgr.a (mgr.14403) 334 : cluster 0 pgmap v243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:23:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:00 smithi079 bash[28699]: cluster 2023-12-07T17:22:58.528969+0000 mgr.a (mgr.14403) 335 : cluster 0 pgmap v244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:23:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:00 smithi194 bash[32038]: cluster 2023-12-07T17:22:58.528969+0000 mgr.a (mgr.14403) 335 : cluster 0 pgmap v244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:23:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:00 smithi135 bash[32435]: cluster 2023-12-07T17:22:58.528969+0000 mgr.a (mgr.14403) 335 : cluster 0 pgmap v244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:23:00.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:23:00.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:00.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:01.502 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:23:01.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:01.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:01.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:01.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:23:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:02 smithi079 bash[28699]: cluster 2023-12-07T17:23:00.529683+0000 mgr.a (mgr.14403) 336 : cluster 0 pgmap v245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:02 smithi079 bash[28699]: audit 2023-12-07T17:23:01.019764+0000 mgr.a (mgr.14403) 337 : audit 0 from='client.20553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:02 smithi194 bash[32038]: cluster 2023-12-07T17:23:00.529683+0000 mgr.a (mgr.14403) 336 : cluster 0 pgmap v245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:02 smithi194 bash[32038]: audit 2023-12-07T17:23:01.019764+0000 mgr.a (mgr.14403) 337 : audit 0 from='client.20553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:02 smithi135 bash[32435]: cluster 2023-12-07T17:23:00.529683+0000 mgr.a (mgr.14403) 336 : cluster 0 pgmap v245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:02.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:02 smithi135 bash[32435]: audit 2023-12-07T17:23:01.019764+0000 mgr.a (mgr.14403) 337 : audit 0 from='client.20553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:04 smithi079 bash[28699]: cluster 2023-12-07T17:23:02.530363+0000 mgr.a (mgr.14403) 338 : cluster 0 pgmap v246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:04 smithi194 bash[32038]: cluster 2023-12-07T17:23:02.530363+0000 mgr.a (mgr.14403) 338 : cluster 0 pgmap v246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:04 smithi135 bash[32435]: cluster 2023-12-07T17:23:02.530363+0000 mgr.a (mgr.14403) 338 : cluster 0 pgmap v246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:06 smithi079 bash[28699]: cluster 2023-12-07T17:23:04.531217+0000 mgr.a (mgr.14403) 339 : cluster 0 pgmap v247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:06 smithi194 bash[32038]: cluster 2023-12-07T17:23:04.531217+0000 mgr.a (mgr.14403) 339 : cluster 0 pgmap v247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:06 smithi135 bash[32435]: cluster 2023-12-07T17:23:04.531217+0000 mgr.a (mgr.14403) 339 : cluster 0 pgmap v247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:06.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:23:06.506 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:06.506 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:07 smithi079 bash[28699]: cluster 2023-12-07T17:23:06.531670+0000 mgr.a (mgr.14403) 340 : cluster 0 pgmap v248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:07 smithi079 bash[28699]: audit 2023-12-07T17:23:06.911448+0000 mgr.a (mgr.14403) 341 : audit 0 from='client.20628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:07.419 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:23:07.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:07.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:07.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:07.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:23:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:07 smithi194 bash[32038]: cluster 2023-12-07T17:23:06.531670+0000 mgr.a (mgr.14403) 340 : cluster 0 pgmap v248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:07 smithi194 bash[32038]: audit 2023-12-07T17:23:06.911448+0000 mgr.a (mgr.14403) 341 : audit 0 from='client.20628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:07 smithi135 bash[32435]: cluster 2023-12-07T17:23:06.531670+0000 mgr.a (mgr.14403) 340 : cluster 0 pgmap v248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:07 smithi135 bash[32435]: audit 2023-12-07T17:23:06.911448+0000 mgr.a (mgr.14403) 341 : audit 0 from='client.20628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:10 smithi079 bash[28699]: cluster 2023-12-07T17:23:08.532476+0000 mgr.a (mgr.14403) 342 : cluster 0 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-07T17:23:10.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:10 smithi194 bash[32038]: cluster 2023-12-07T17:23:08.532476+0000 mgr.a (mgr.14403) 342 : cluster 0 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-07T17:23:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:10 smithi135 bash[32435]: cluster 2023-12-07T17:23:08.532476+0000 mgr.a (mgr.14403) 342 : cluster 0 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-07T17:23:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:12 smithi079 bash[28699]: cluster 2023-12-07T17:23:10.533055+0000 mgr.a (mgr.14403) 343 : cluster 0 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-07T17:23:12.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:23:12.423 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:12.423 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:12 smithi194 bash[32038]: cluster 2023-12-07T17:23:10.533055+0000 mgr.a (mgr.14403) 343 : cluster 0 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-07T17:23:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:12 smithi135 bash[32435]: cluster 2023-12-07T17:23:10.533055+0000 mgr.a (mgr.14403) 343 : cluster 0 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-07T17:23:13.295 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:23:13.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:13.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:13.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:13.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:23:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:14 smithi079 bash[28699]: cluster 2023-12-07T17:23:12.533582+0000 mgr.a (mgr.14403) 344 : cluster 0 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-07T17:23:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:14 smithi079 bash[28699]: audit 2023-12-07T17:23:12.823359+0000 mgr.a (mgr.14403) 345 : audit 0 from='client.20706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:14 smithi194 bash[32038]: cluster 2023-12-07T17:23:12.533582+0000 mgr.a (mgr.14403) 344 : cluster 0 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-07T17:23:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:14 smithi194 bash[32038]: audit 2023-12-07T17:23:12.823359+0000 mgr.a (mgr.14403) 345 : audit 0 from='client.20706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:14 smithi135 bash[32435]: cluster 2023-12-07T17:23:12.533582+0000 mgr.a (mgr.14403) 344 : cluster 0 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-07T17:23:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:14 smithi135 bash[32435]: audit 2023-12-07T17:23:12.823359+0000 mgr.a (mgr.14403) 345 : audit 0 from='client.20706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:16 smithi079 bash[28699]: cluster 2023-12-07T17:23:14.534576+0000 mgr.a (mgr.14403) 346 : cluster 0 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-07T17:23:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:16 smithi194 bash[32038]: cluster 2023-12-07T17:23:14.534576+0000 mgr.a (mgr.14403) 346 : cluster 0 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-07T17:23:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:16 smithi135 bash[32435]: cluster 2023-12-07T17:23:14.534576+0000 mgr.a (mgr.14403) 346 : cluster 0 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-07T17:23:18.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:23:18.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:18.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:18 smithi079 bash[28699]: cluster 2023-12-07T17:23:16.535203+0000 mgr.a (mgr.14403) 347 : cluster 0 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-07T17:23:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:18 smithi194 bash[32038]: cluster 2023-12-07T17:23:16.535203+0000 mgr.a (mgr.14403) 347 : cluster 0 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-07T17:23:18.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:18 smithi135 bash[32435]: cluster 2023-12-07T17:23:16.535203+0000 mgr.a (mgr.14403) 347 : cluster 0 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-07T17:23:19.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:19.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:19.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:19.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:23:19.219 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:23:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:19 smithi079 bash[28699]: audit 2023-12-07T17:23:18.282539+0000 mon.a (mon.0) 519 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:23:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:19 smithi194 bash[32038]: audit 2023-12-07T17:23:18.282539+0000 mon.a (mon.0) 519 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:23:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:19 smithi135 bash[32435]: audit 2023-12-07T17:23:18.282539+0000 mon.a (mon.0) 519 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:23:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:20 smithi079 bash[28699]: cluster 2023-12-07T17:23:18.536034+0000 mgr.a (mgr.14403) 348 : cluster 0 pgmap v254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:20 smithi079 bash[28699]: audit 2023-12-07T17:23:18.708968+0000 mgr.a (mgr.14403) 349 : audit 0 from='client.20781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:20 smithi079 bash[28699]: audit 2023-12-07T17:23:19.130601+0000 mon.a (mon.0) 520 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:23:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:20 smithi079 bash[28699]: audit 2023-12-07T17:23:19.132803+0000 mon.a (mon.0) 521 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:23:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:20 smithi079 bash[28699]: audit 2023-12-07T17:23:19.142753+0000 mon.a (mon.0) 522 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:23:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:20 smithi194 bash[32038]: cluster 2023-12-07T17:23:18.536034+0000 mgr.a (mgr.14403) 348 : cluster 0 pgmap v254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:20 smithi194 bash[32038]: audit 2023-12-07T17:23:18.708968+0000 mgr.a (mgr.14403) 349 : audit 0 from='client.20781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:20 smithi194 bash[32038]: audit 2023-12-07T17:23:19.130601+0000 mon.a (mon.0) 520 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:23:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:20 smithi194 bash[32038]: audit 2023-12-07T17:23:19.132803+0000 mon.a (mon.0) 521 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:23:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:20 smithi194 bash[32038]: audit 2023-12-07T17:23:19.142753+0000 mon.a (mon.0) 522 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:23:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:20 smithi135 bash[32435]: cluster 2023-12-07T17:23:18.536034+0000 mgr.a (mgr.14403) 348 : cluster 0 pgmap v254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:20 smithi135 bash[32435]: audit 2023-12-07T17:23:18.708968+0000 mgr.a (mgr.14403) 349 : audit 0 from='client.20781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:20 smithi135 bash[32435]: audit 2023-12-07T17:23:19.130601+0000 mon.a (mon.0) 520 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:23:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:20 smithi135 bash[32435]: audit 2023-12-07T17:23:19.132803+0000 mon.a (mon.0) 521 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:23:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:20 smithi135 bash[32435]: audit 2023-12-07T17:23:19.142753+0000 mon.a (mon.0) 522 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:23:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:21 smithi079 bash[28699]: cluster 2023-12-07T17:23:20.536834+0000 mgr.a (mgr.14403) 350 : cluster 0 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-07T17:23:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:21 smithi194 bash[32038]: cluster 2023-12-07T17:23:20.536834+0000 mgr.a (mgr.14403) 350 : cluster 0 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-07T17:23:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:21 smithi135 bash[32435]: cluster 2023-12-07T17:23:20.536834+0000 mgr.a (mgr.14403) 350 : cluster 0 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-07T17:23:24.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:23:24.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:24.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:24 smithi079 bash[28699]: cluster 2023-12-07T17:23:22.537577+0000 mgr.a (mgr.14403) 351 : cluster 0 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-07T17:23:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:24 smithi194 bash[32038]: cluster 2023-12-07T17:23:22.537577+0000 mgr.a (mgr.14403) 351 : cluster 0 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-07T17:23:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:24 smithi135 bash[32435]: cluster 2023-12-07T17:23:22.537577+0000 mgr.a (mgr.14403) 351 : cluster 0 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-07T17:23:25.115 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:23:25.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:25.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:25.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:25.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:23:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:26 smithi079 bash[28699]: cluster 2023-12-07T17:23:24.538143+0000 mgr.a (mgr.14403) 352 : cluster 0 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-07T17:23:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:26 smithi079 bash[28699]: audit 2023-12-07T17:23:24.625521+0000 mgr.a (mgr.14403) 353 : audit 0 from='client.20856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:26 smithi194 bash[32038]: cluster 2023-12-07T17:23:24.538143+0000 mgr.a (mgr.14403) 352 : cluster 0 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-07T17:23:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:26 smithi194 bash[32038]: audit 2023-12-07T17:23:24.625521+0000 mgr.a (mgr.14403) 353 : audit 0 from='client.20856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:26 smithi135 bash[32435]: cluster 2023-12-07T17:23:24.538143+0000 mgr.a (mgr.14403) 352 : cluster 0 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-07T17:23:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:26 smithi135 bash[32435]: audit 2023-12-07T17:23:24.625521+0000 mgr.a (mgr.14403) 353 : audit 0 from='client.20856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:28 smithi079 bash[28699]: cluster 2023-12-07T17:23:26.538766+0000 mgr.a (mgr.14403) 354 : cluster 0 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-07T17:23:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:28 smithi194 bash[32038]: cluster 2023-12-07T17:23:26.538766+0000 mgr.a (mgr.14403) 354 : cluster 0 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-07T17:23:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:28 smithi135 bash[32435]: cluster 2023-12-07T17:23:26.538766+0000 mgr.a (mgr.14403) 354 : cluster 0 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-07T17:23:30.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:23:30.119 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:30.119 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:30 smithi079 bash[28699]: cluster 2023-12-07T17:23:28.539588+0000 mgr.a (mgr.14403) 355 : cluster 0 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-07T17:23:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:30 smithi194 bash[32038]: cluster 2023-12-07T17:23:28.539588+0000 mgr.a (mgr.14403) 355 : cluster 0 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-07T17:23:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:30 smithi135 bash[32435]: cluster 2023-12-07T17:23:28.539588+0000 mgr.a (mgr.14403) 355 : cluster 0 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-07T17:23:30.983 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:23:30.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:30.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:30.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:30.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:23:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:32 smithi079 bash[28699]: audit 2023-12-07T17:23:30.514824+0000 mgr.a (mgr.14403) 356 : audit 0 from='client.20934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:32 smithi079 bash[28699]: cluster 2023-12-07T17:23:30.540030+0000 mgr.a (mgr.14403) 357 : cluster 0 pgmap v260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:32 smithi194 bash[32038]: audit 2023-12-07T17:23:30.514824+0000 mgr.a (mgr.14403) 356 : audit 0 from='client.20934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:32 smithi194 bash[32038]: cluster 2023-12-07T17:23:30.540030+0000 mgr.a (mgr.14403) 357 : cluster 0 pgmap v260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:32.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:32 smithi135 bash[32435]: audit 2023-12-07T17:23:30.514824+0000 mgr.a (mgr.14403) 356 : audit 0 from='client.20934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:32.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:32 smithi135 bash[32435]: cluster 2023-12-07T17:23:30.540030+0000 mgr.a (mgr.14403) 357 : cluster 0 pgmap v260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:34 smithi079 bash[28699]: cluster 2023-12-07T17:23:32.540594+0000 mgr.a (mgr.14403) 358 : cluster 0 pgmap v261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:34 smithi194 bash[32038]: cluster 2023-12-07T17:23:32.540594+0000 mgr.a (mgr.14403) 358 : cluster 0 pgmap v261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:34 smithi135 bash[32435]: cluster 2023-12-07T17:23:32.540594+0000 mgr.a (mgr.14403) 358 : cluster 0 pgmap v261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:35.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:23:35.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:35.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:36 smithi079 bash[28699]: cluster 2023-12-07T17:23:34.541426+0000 mgr.a (mgr.14403) 359 : cluster 0 pgmap v262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:36 smithi194 bash[32038]: cluster 2023-12-07T17:23:34.541426+0000 mgr.a (mgr.14403) 359 : cluster 0 pgmap v262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:36 smithi135 bash[32435]: cluster 2023-12-07T17:23:34.541426+0000 mgr.a (mgr.14403) 359 : cluster 0 pgmap v262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:36.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:36.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:36.897 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:23:36.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:36.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:23:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:37 smithi079 bash[28699]: audit 2023-12-07T17:23:36.396476+0000 mgr.a (mgr.14403) 360 : audit 0 from='client.21009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:37 smithi079 bash[28699]: cluster 2023-12-07T17:23:36.542419+0000 mgr.a (mgr.14403) 361 : cluster 0 pgmap v263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:37 smithi194 bash[32038]: audit 2023-12-07T17:23:36.396476+0000 mgr.a (mgr.14403) 360 : audit 0 from='client.21009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:37 smithi194 bash[32038]: cluster 2023-12-07T17:23:36.542419+0000 mgr.a (mgr.14403) 361 : cluster 0 pgmap v263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:37 smithi135 bash[32435]: audit 2023-12-07T17:23:36.396476+0000 mgr.a (mgr.14403) 360 : audit 0 from='client.21009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:37 smithi135 bash[32435]: cluster 2023-12-07T17:23:36.542419+0000 mgr.a (mgr.14403) 361 : cluster 0 pgmap v263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:40 smithi079 bash[28699]: cluster 2023-12-07T17:23:38.543384+0000 mgr.a (mgr.14403) 362 : cluster 0 pgmap v264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:40 smithi194 bash[32038]: cluster 2023-12-07T17:23:38.543384+0000 mgr.a (mgr.14403) 362 : cluster 0 pgmap v264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:40 smithi135 bash[32435]: cluster 2023-12-07T17:23:38.543384+0000 mgr.a (mgr.14403) 362 : cluster 0 pgmap v264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:41.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:23:41.900 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:41.901 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:42 smithi079 bash[28699]: cluster 2023-12-07T17:23:40.544073+0000 mgr.a (mgr.14403) 363 : cluster 0 pgmap v265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:42 smithi194 bash[32038]: cluster 2023-12-07T17:23:40.544073+0000 mgr.a (mgr.14403) 363 : cluster 0 pgmap v265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:42 smithi135 bash[32435]: cluster 2023-12-07T17:23:40.544073+0000 mgr.a (mgr.14403) 363 : cluster 0 pgmap v265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:42.763 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:23:42.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:42.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:42.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:42.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:23:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:44 smithi079 bash[28699]: audit 2023-12-07T17:23:42.302157+0000 mgr.a (mgr.14403) 364 : audit 0 from='client.21081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:44 smithi079 bash[28699]: cluster 2023-12-07T17:23:42.544741+0000 mgr.a (mgr.14403) 365 : cluster 0 pgmap v266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:44 smithi194 bash[32038]: audit 2023-12-07T17:23:42.302157+0000 mgr.a (mgr.14403) 364 : audit 0 from='client.21081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:44 smithi194 bash[32038]: cluster 2023-12-07T17:23:42.544741+0000 mgr.a (mgr.14403) 365 : cluster 0 pgmap v266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:44 smithi135 bash[32435]: audit 2023-12-07T17:23:42.302157+0000 mgr.a (mgr.14403) 364 : audit 0 from='client.21081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:44 smithi135 bash[32435]: cluster 2023-12-07T17:23:42.544741+0000 mgr.a (mgr.14403) 365 : cluster 0 pgmap v266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:46 smithi079 bash[28699]: cluster 2023-12-07T17:23:44.545661+0000 mgr.a (mgr.14403) 366 : cluster 0 pgmap v267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:46 smithi194 bash[32038]: cluster 2023-12-07T17:23:44.545661+0000 mgr.a (mgr.14403) 366 : cluster 0 pgmap v267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:46 smithi135 bash[32435]: cluster 2023-12-07T17:23:44.545661+0000 mgr.a (mgr.14403) 366 : cluster 0 pgmap v267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:23:47.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:23:47.768 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:47.768 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:48 smithi079 bash[28699]: cluster 2023-12-07T17:23:46.546265+0000 mgr.a (mgr.14403) 367 : cluster 0 pgmap v268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:48 smithi194 bash[32038]: cluster 2023-12-07T17:23:46.546265+0000 mgr.a (mgr.14403) 367 : cluster 0 pgmap v268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:48.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:48 smithi135 bash[32435]: cluster 2023-12-07T17:23:46.546265+0000 mgr.a (mgr.14403) 367 : cluster 0 pgmap v268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:48.656 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:23:48.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:48.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:48.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:48.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:23:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:50 smithi079 bash[28699]: audit 2023-12-07T17:23:48.173965+0000 mgr.a (mgr.14403) 368 : audit 0 from='client.21159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:50 smithi079 bash[28699]: cluster 2023-12-07T17:23:48.547364+0000 mgr.a (mgr.14403) 369 : cluster 0 pgmap v269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:23:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:50 smithi194 bash[32038]: audit 2023-12-07T17:23:48.173965+0000 mgr.a (mgr.14403) 368 : audit 0 from='client.21159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:50 smithi194 bash[32038]: cluster 2023-12-07T17:23:48.547364+0000 mgr.a (mgr.14403) 369 : cluster 0 pgmap v269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:23:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:50 smithi135 bash[32435]: audit 2023-12-07T17:23:48.173965+0000 mgr.a (mgr.14403) 368 : audit 0 from='client.21159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:50.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:50 smithi135 bash[32435]: cluster 2023-12-07T17:23:48.547364+0000 mgr.a (mgr.14403) 369 : cluster 0 pgmap v269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:23:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:51 smithi079 bash[28699]: cluster 2023-12-07T17:23:50.547974+0000 mgr.a (mgr.14403) 370 : cluster 0 pgmap v270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:23:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:51 smithi194 bash[32038]: cluster 2023-12-07T17:23:50.547974+0000 mgr.a (mgr.14403) 370 : cluster 0 pgmap v270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:23:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:51 smithi135 bash[32435]: cluster 2023-12-07T17:23:50.547974+0000 mgr.a (mgr.14403) 370 : cluster 0 pgmap v270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:23:53.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:23:53.660 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:53.660 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:23:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:54 smithi079 bash[28699]: cluster 2023-12-07T17:23:52.548484+0000 mgr.a (mgr.14403) 371 : cluster 0 pgmap v271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:23:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:54 smithi194 bash[32038]: cluster 2023-12-07T17:23:52.548484+0000 mgr.a (mgr.14403) 371 : cluster 0 pgmap v271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:23:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:54 smithi135 bash[32435]: cluster 2023-12-07T17:23:52.548484+0000 mgr.a (mgr.14403) 371 : cluster 0 pgmap v271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:23:54.570 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:23:54.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:23:54.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:23:54.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:23:54.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:23:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:55 smithi079 bash[28699]: audit 2023-12-07T17:23:54.062036+0000 mgr.a (mgr.14403) 372 : audit 0 from='client.21237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:55 smithi194 bash[32038]: audit 2023-12-07T17:23:54.062036+0000 mgr.a (mgr.14403) 372 : audit 0 from='client.21237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:55 smithi135 bash[32435]: audit 2023-12-07T17:23:54.062036+0000 mgr.a (mgr.14403) 372 : audit 0 from='client.21237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:23:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:56 smithi079 bash[28699]: cluster 2023-12-07T17:23:54.549454+0000 mgr.a (mgr.14403) 373 : cluster 0 pgmap v272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:56 smithi194 bash[32038]: cluster 2023-12-07T17:23:54.549454+0000 mgr.a (mgr.14403) 373 : cluster 0 pgmap v272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:56 smithi135 bash[32435]: cluster 2023-12-07T17:23:54.549454+0000 mgr.a (mgr.14403) 373 : cluster 0 pgmap v272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:23:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:23:58 smithi079 bash[28699]: cluster 2023-12-07T17:23:56.550055+0000 mgr.a (mgr.14403) 374 : cluster 0 pgmap v273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:23:58 smithi194 bash[32038]: cluster 2023-12-07T17:23:56.550055+0000 mgr.a (mgr.14403) 374 : cluster 0 pgmap v273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:23:58 smithi135 bash[32435]: cluster 2023-12-07T17:23:56.550055+0000 mgr.a (mgr.14403) 374 : cluster 0 pgmap v273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:23:59.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:23:59.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:23:59.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:00 smithi079 bash[28699]: cluster 2023-12-07T17:23:58.550859+0000 mgr.a (mgr.14403) 375 : cluster 0 pgmap v274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:00 smithi194 bash[32038]: cluster 2023-12-07T17:23:58.550859+0000 mgr.a (mgr.14403) 375 : cluster 0 pgmap v274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:00 smithi135 bash[32435]: cluster 2023-12-07T17:23:58.550859+0000 mgr.a (mgr.14403) 375 : cluster 0 pgmap v274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:00.471 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:24:00.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:00.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:00.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:00.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:24:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:01 smithi079 bash[28699]: audit 2023-12-07T17:23:59.974747+0000 mgr.a (mgr.14403) 376 : audit 0 from='client.21312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:01 smithi194 bash[32038]: audit 2023-12-07T17:23:59.974747+0000 mgr.a (mgr.14403) 376 : audit 0 from='client.21312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:01 smithi135 bash[32435]: audit 2023-12-07T17:23:59.974747+0000 mgr.a (mgr.14403) 376 : audit 0 from='client.21312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:02 smithi079 bash[28699]: cluster 2023-12-07T17:24:00.551555+0000 mgr.a (mgr.14403) 377 : cluster 0 pgmap v275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:02 smithi194 bash[32038]: cluster 2023-12-07T17:24:00.551555+0000 mgr.a (mgr.14403) 377 : cluster 0 pgmap v275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:02 smithi135 bash[32435]: cluster 2023-12-07T17:24:00.551555+0000 mgr.a (mgr.14403) 377 : cluster 0 pgmap v275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:04 smithi079 bash[28699]: cluster 2023-12-07T17:24:02.552143+0000 mgr.a (mgr.14403) 378 : cluster 0 pgmap v276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:04 smithi194 bash[32038]: cluster 2023-12-07T17:24:02.552143+0000 mgr.a (mgr.14403) 378 : cluster 0 pgmap v276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:04 smithi135 bash[32435]: cluster 2023-12-07T17:24:02.552143+0000 mgr.a (mgr.14403) 378 : cluster 0 pgmap v276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:24:05.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:24:05.476 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:05.476 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:06.376 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:24:06.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:06.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:06.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:06.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:24:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:06 smithi079 bash[28699]: cluster 2023-12-07T17:24:04.552991+0000 mgr.a (mgr.14403) 379 : cluster 0 pgmap v277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:24:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:06 smithi194 bash[32038]: cluster 2023-12-07T17:24:04.552991+0000 mgr.a (mgr.14403) 379 : cluster 0 pgmap v277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:24:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:06 smithi135 bash[32435]: cluster 2023-12-07T17:24:04.552991+0000 mgr.a (mgr.14403) 379 : cluster 0 pgmap v277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:24:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:07 smithi079 bash[28699]: audit 2023-12-07T17:24:05.878011+0000 mgr.a (mgr.14403) 380 : audit 0 from='client.21387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:07 smithi194 bash[32038]: audit 2023-12-07T17:24:05.878011+0000 mgr.a (mgr.14403) 380 : audit 0 from='client.21387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:07 smithi135 bash[32435]: audit 2023-12-07T17:24:05.878011+0000 mgr.a (mgr.14403) 380 : audit 0 from='client.21387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:08 smithi079 bash[28699]: cluster 2023-12-07T17:24:06.553735+0000 mgr.a (mgr.14403) 381 : cluster 0 pgmap v278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:08 smithi194 bash[32038]: cluster 2023-12-07T17:24:06.553735+0000 mgr.a (mgr.14403) 381 : cluster 0 pgmap v278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:08.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:08 smithi135 bash[32435]: cluster 2023-12-07T17:24:06.553735+0000 mgr.a (mgr.14403) 381 : cluster 0 pgmap v278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:10 smithi079 bash[28699]: cluster 2023-12-07T17:24:08.554591+0000 mgr.a (mgr.14403) 382 : cluster 0 pgmap v279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:10 smithi194 bash[32038]: cluster 2023-12-07T17:24:08.554591+0000 mgr.a (mgr.14403) 382 : cluster 0 pgmap v279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:10 smithi135 bash[32435]: cluster 2023-12-07T17:24:08.554591+0000 mgr.a (mgr.14403) 382 : cluster 0 pgmap v279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:11.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:24:11.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:11.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:11 smithi194 bash[32038]: cluster 2023-12-07T17:24:10.555191+0000 mgr.a (mgr.14403) 383 : cluster 0 pgmap v280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:11 smithi135 bash[32435]: cluster 2023-12-07T17:24:10.555191+0000 mgr.a (mgr.14403) 383 : cluster 0 pgmap v280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:11 smithi079 bash[28699]: cluster 2023-12-07T17:24:10.555191+0000 mgr.a (mgr.14403) 383 : cluster 0 pgmap v280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:12.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:12.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:12.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:12.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:24:12.276 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:24:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:12 smithi194 bash[32038]: audit 2023-12-07T17:24:11.782442+0000 mgr.a (mgr.14403) 384 : audit 0 from='client.21462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:12.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:12 smithi135 bash[32435]: audit 2023-12-07T17:24:11.782442+0000 mgr.a (mgr.14403) 384 : audit 0 from='client.21462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:12 smithi079 bash[28699]: audit 2023-12-07T17:24:11.782442+0000 mgr.a (mgr.14403) 384 : audit 0 from='client.21462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:14 smithi079 bash[28699]: cluster 2023-12-07T17:24:12.555823+0000 mgr.a (mgr.14403) 385 : cluster 0 pgmap v281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:14 smithi194 bash[32038]: cluster 2023-12-07T17:24:12.555823+0000 mgr.a (mgr.14403) 385 : cluster 0 pgmap v281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:14 smithi135 bash[32435]: cluster 2023-12-07T17:24:12.555823+0000 mgr.a (mgr.14403) 385 : cluster 0 pgmap v281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:16 smithi079 bash[28699]: cluster 2023-12-07T17:24:14.556661+0000 mgr.a (mgr.14403) 386 : cluster 0 pgmap v282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:16 smithi194 bash[32038]: cluster 2023-12-07T17:24:14.556661+0000 mgr.a (mgr.14403) 386 : cluster 0 pgmap v282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:16 smithi135 bash[32435]: cluster 2023-12-07T17:24:14.556661+0000 mgr.a (mgr.14403) 386 : cluster 0 pgmap v282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:17.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:24:17.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:17.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:18.197 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:24:18.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:18.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:18.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:18.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:24:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:18 smithi079 bash[28699]: cluster 2023-12-07T17:24:16.557245+0000 mgr.a (mgr.14403) 387 : cluster 0 pgmap v283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:18 smithi194 bash[32038]: cluster 2023-12-07T17:24:16.557245+0000 mgr.a (mgr.14403) 387 : cluster 0 pgmap v283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:18 smithi135 bash[32435]: cluster 2023-12-07T17:24:16.557245+0000 mgr.a (mgr.14403) 387 : cluster 0 pgmap v283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:19 smithi079 bash[28699]: audit 2023-12-07T17:24:17.684434+0000 mgr.a (mgr.14403) 388 : audit 0 from='client.21537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:19 smithi194 bash[32038]: audit 2023-12-07T17:24:17.684434+0000 mgr.a (mgr.14403) 388 : audit 0 from='client.21537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:19 smithi135 bash[32435]: audit 2023-12-07T17:24:17.684434+0000 mgr.a (mgr.14403) 388 : audit 0 from='client.21537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:20 smithi079 bash[28699]: cluster 2023-12-07T17:24:18.558113+0000 mgr.a (mgr.14403) 389 : cluster 0 pgmap v284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:20 smithi079 bash[28699]: audit 2023-12-07T17:24:19.245759+0000 mon.a (mon.0) 523 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:24:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:20 smithi079 bash[28699]: audit 2023-12-07T17:24:19.978894+0000 mon.a (mon.0) 524 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:24:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:20 smithi079 bash[28699]: audit 2023-12-07T17:24:19.980858+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:24:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:20 smithi079 bash[28699]: audit 2023-12-07T17:24:19.990694+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:24:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:20 smithi194 bash[32038]: cluster 2023-12-07T17:24:18.558113+0000 mgr.a (mgr.14403) 389 : cluster 0 pgmap v284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:20 smithi194 bash[32038]: audit 2023-12-07T17:24:19.245759+0000 mon.a (mon.0) 523 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:24:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:20 smithi194 bash[32038]: audit 2023-12-07T17:24:19.978894+0000 mon.a (mon.0) 524 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:24:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:20 smithi194 bash[32038]: audit 2023-12-07T17:24:19.980858+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:24:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:20 smithi194 bash[32038]: audit 2023-12-07T17:24:19.990694+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:24:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:20 smithi135 bash[32435]: cluster 2023-12-07T17:24:18.558113+0000 mgr.a (mgr.14403) 389 : cluster 0 pgmap v284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:20 smithi135 bash[32435]: audit 2023-12-07T17:24:19.245759+0000 mon.a (mon.0) 523 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:24:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:20 smithi135 bash[32435]: audit 2023-12-07T17:24:19.978894+0000 mon.a (mon.0) 524 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:24:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:20 smithi135 bash[32435]: audit 2023-12-07T17:24:19.980858+0000 mon.a (mon.0) 525 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:24:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:20 smithi135 bash[32435]: audit 2023-12-07T17:24:19.990694+0000 mon.a (mon.0) 526 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:24:21.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:21 smithi079 bash[28699]: cluster 2023-12-07T17:24:20.558675+0000 mgr.a (mgr.14403) 390 : cluster 0 pgmap v285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:21 smithi194 bash[32038]: cluster 2023-12-07T17:24:20.558675+0000 mgr.a (mgr.14403) 390 : cluster 0 pgmap v285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:21 smithi135 bash[32435]: cluster 2023-12-07T17:24:20.558675+0000 mgr.a (mgr.14403) 390 : cluster 0 pgmap v285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:23.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:24:23.201 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:23.201 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:24.099 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:24:24.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:24.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:24.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:24.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:24:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:24 smithi079 bash[28699]: cluster 2023-12-07T17:24:22.559298+0000 mgr.a (mgr.14403) 391 : cluster 0 pgmap v286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:24 smithi194 bash[32038]: cluster 2023-12-07T17:24:22.559298+0000 mgr.a (mgr.14403) 391 : cluster 0 pgmap v286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:24.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:24 smithi135 bash[32435]: cluster 2023-12-07T17:24:22.559298+0000 mgr.a (mgr.14403) 391 : cluster 0 pgmap v286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:25 smithi079 bash[28699]: audit 2023-12-07T17:24:23.600636+0000 mgr.a (mgr.14403) 392 : audit 0 from='client.21615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:25 smithi194 bash[32038]: audit 2023-12-07T17:24:23.600636+0000 mgr.a (mgr.14403) 392 : audit 0 from='client.21615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:25 smithi135 bash[32435]: audit 2023-12-07T17:24:23.600636+0000 mgr.a (mgr.14403) 392 : audit 0 from='client.21615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:26 smithi079 bash[28699]: cluster 2023-12-07T17:24:24.560382+0000 mgr.a (mgr.14403) 393 : cluster 0 pgmap v287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:26 smithi194 bash[32038]: cluster 2023-12-07T17:24:24.560382+0000 mgr.a (mgr.14403) 393 : cluster 0 pgmap v287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:26 smithi135 bash[32435]: cluster 2023-12-07T17:24:24.560382+0000 mgr.a (mgr.14403) 393 : cluster 0 pgmap v287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:28 smithi079 bash[28699]: cluster 2023-12-07T17:24:26.561097+0000 mgr.a (mgr.14403) 394 : cluster 0 pgmap v288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:28 smithi194 bash[32038]: cluster 2023-12-07T17:24:26.561097+0000 mgr.a (mgr.14403) 394 : cluster 0 pgmap v288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:28 smithi135 bash[32435]: cluster 2023-12-07T17:24:26.561097+0000 mgr.a (mgr.14403) 394 : cluster 0 pgmap v288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:29.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:24:29.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:29.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:29 smithi079 bash[28699]: cluster 2023-12-07T17:24:28.561881+0000 mgr.a (mgr.14403) 395 : cluster 0 pgmap v289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:29 smithi194 bash[32038]: cluster 2023-12-07T17:24:28.561881+0000 mgr.a (mgr.14403) 395 : cluster 0 pgmap v289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:29 smithi135 bash[32435]: cluster 2023-12-07T17:24:28.561881+0000 mgr.a (mgr.14403) 395 : cluster 0 pgmap v289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:30.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:30.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:30.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:30.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:24:30.031 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:24:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:30 smithi079 bash[28699]: audit 2023-12-07T17:24:29.508319+0000 mgr.a (mgr.14403) 396 : audit 0 from='client.21690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:30 smithi194 bash[32038]: audit 2023-12-07T17:24:29.508319+0000 mgr.a (mgr.14403) 396 : audit 0 from='client.21690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:30.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:30 smithi135 bash[32435]: audit 2023-12-07T17:24:29.508319+0000 mgr.a (mgr.14403) 396 : audit 0 from='client.21690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:31 smithi079 bash[28699]: cluster 2023-12-07T17:24:30.562548+0000 mgr.a (mgr.14403) 397 : cluster 0 pgmap v290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:31 smithi194 bash[32038]: cluster 2023-12-07T17:24:30.562548+0000 mgr.a (mgr.14403) 397 : cluster 0 pgmap v290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:31 smithi135 bash[32435]: cluster 2023-12-07T17:24:30.562548+0000 mgr.a (mgr.14403) 397 : cluster 0 pgmap v290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:34 smithi079 bash[28699]: cluster 2023-12-07T17:24:32.563094+0000 mgr.a (mgr.14403) 398 : cluster 0 pgmap v291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:34.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:34 smithi194 bash[32038]: cluster 2023-12-07T17:24:32.563094+0000 mgr.a (mgr.14403) 398 : cluster 0 pgmap v291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:34 smithi135 bash[32435]: cluster 2023-12-07T17:24:32.563094+0000 mgr.a (mgr.14403) 398 : cluster 0 pgmap v291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:24:35.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:24:35.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:35.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:35.933 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:24:35.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:35.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:35.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:35.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:24:36.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:36 smithi079 bash[28699]: cluster 2023-12-07T17:24:34.563915+0000 mgr.a (mgr.14403) 399 : cluster 0 pgmap v292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:36 smithi194 bash[32038]: cluster 2023-12-07T17:24:34.563915+0000 mgr.a (mgr.14403) 399 : cluster 0 pgmap v292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:36.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:36 smithi135 bash[32435]: cluster 2023-12-07T17:24:34.563915+0000 mgr.a (mgr.14403) 399 : cluster 0 pgmap v292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:37 smithi079 bash[28699]: audit 2023-12-07T17:24:35.441706+0000 mgr.a (mgr.14403) 400 : audit 0 from='client.21762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:37 smithi194 bash[32038]: audit 2023-12-07T17:24:35.441706+0000 mgr.a (mgr.14403) 400 : audit 0 from='client.21762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:37 smithi135 bash[32435]: audit 2023-12-07T17:24:35.441706+0000 mgr.a (mgr.14403) 400 : audit 0 from='client.21762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:38 smithi079 bash[28699]: cluster 2023-12-07T17:24:36.564502+0000 mgr.a (mgr.14403) 401 : cluster 0 pgmap v293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:38 smithi194 bash[32038]: cluster 2023-12-07T17:24:36.564502+0000 mgr.a (mgr.14403) 401 : cluster 0 pgmap v293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:38.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:38 smithi135 bash[32435]: cluster 2023-12-07T17:24:36.564502+0000 mgr.a (mgr.14403) 401 : cluster 0 pgmap v293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:39 smithi194 bash[32038]: cluster 2023-12-07T17:24:38.565272+0000 mgr.a (mgr.14403) 402 : cluster 0 pgmap v294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:39 smithi135 bash[32435]: cluster 2023-12-07T17:24:38.565272+0000 mgr.a (mgr.14403) 402 : cluster 0 pgmap v294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:39 smithi079 bash[28699]: cluster 2023-12-07T17:24:38.565272+0000 mgr.a (mgr.14403) 402 : cluster 0 pgmap v294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:40.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:24:40.937 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:40.937 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:41.850 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:24:41.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:41.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:41.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:41.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:24:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:41 smithi079 bash[28699]: cluster 2023-12-07T17:24:40.565876+0000 mgr.a (mgr.14403) 403 : cluster 0 pgmap v295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:41.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:41 smithi194 bash[32038]: cluster 2023-12-07T17:24:40.565876+0000 mgr.a (mgr.14403) 403 : cluster 0 pgmap v295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:41.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:41 smithi135 bash[32435]: cluster 2023-12-07T17:24:40.565876+0000 mgr.a (mgr.14403) 403 : cluster 0 pgmap v295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:42.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:42 smithi079 bash[28699]: audit 2023-12-07T17:24:41.338552+0000 mgr.a (mgr.14403) 404 : audit 0 from='client.21840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:42 smithi194 bash[32038]: audit 2023-12-07T17:24:41.338552+0000 mgr.a (mgr.14403) 404 : audit 0 from='client.21840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:42.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:42 smithi135 bash[32435]: audit 2023-12-07T17:24:41.338552+0000 mgr.a (mgr.14403) 404 : audit 0 from='client.21840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:44 smithi079 bash[28699]: cluster 2023-12-07T17:24:42.566603+0000 mgr.a (mgr.14403) 405 : cluster 0 pgmap v296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:44 smithi194 bash[32038]: cluster 2023-12-07T17:24:42.566603+0000 mgr.a (mgr.14403) 405 : cluster 0 pgmap v296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:44 smithi135 bash[32435]: cluster 2023-12-07T17:24:42.566603+0000 mgr.a (mgr.14403) 405 : cluster 0 pgmap v296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:46 smithi079 bash[28699]: cluster 2023-12-07T17:24:44.567467+0000 mgr.a (mgr.14403) 406 : cluster 0 pgmap v297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:46 smithi194 bash[32038]: cluster 2023-12-07T17:24:44.567467+0000 mgr.a (mgr.14403) 406 : cluster 0 pgmap v297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:46 smithi135 bash[32435]: cluster 2023-12-07T17:24:44.567467+0000 mgr.a (mgr.14403) 406 : cluster 0 pgmap v297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:46.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:24:46.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:46.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:47.755 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:24:47.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:47.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:47.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:47.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:24:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:48 smithi079 bash[28699]: cluster 2023-12-07T17:24:46.568032+0000 mgr.a (mgr.14403) 407 : cluster 0 pgmap v298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:48 smithi194 bash[32038]: cluster 2023-12-07T17:24:46.568032+0000 mgr.a (mgr.14403) 407 : cluster 0 pgmap v298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:48.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:48 smithi135 bash[32435]: cluster 2023-12-07T17:24:46.568032+0000 mgr.a (mgr.14403) 407 : cluster 0 pgmap v298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:49 smithi079 bash[28699]: audit 2023-12-07T17:24:47.262735+0000 mgr.a (mgr.14403) 408 : audit 0 from='client.21918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:49 smithi194 bash[32038]: audit 2023-12-07T17:24:47.262735+0000 mgr.a (mgr.14403) 408 : audit 0 from='client.21918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:49 smithi135 bash[32435]: audit 2023-12-07T17:24:47.262735+0000 mgr.a (mgr.14403) 408 : audit 0 from='client.21918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:50 smithi079 bash[28699]: cluster 2023-12-07T17:24:48.568857+0000 mgr.a (mgr.14403) 409 : cluster 0 pgmap v299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:50 smithi194 bash[32038]: cluster 2023-12-07T17:24:48.568857+0000 mgr.a (mgr.14403) 409 : cluster 0 pgmap v299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:50 smithi135 bash[32435]: cluster 2023-12-07T17:24:48.568857+0000 mgr.a (mgr.14403) 409 : cluster 0 pgmap v299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:24:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:51 smithi079 bash[28699]: cluster 2023-12-07T17:24:50.569409+0000 mgr.a (mgr.14403) 410 : cluster 0 pgmap v300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:51 smithi194 bash[32038]: cluster 2023-12-07T17:24:50.569409+0000 mgr.a (mgr.14403) 410 : cluster 0 pgmap v300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:51.480 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:51 smithi135 bash[32435]: cluster 2023-12-07T17:24:50.569409+0000 mgr.a (mgr.14403) 410 : cluster 0 pgmap v300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:52.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:24:52.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:52.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:53.655 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:24:53.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:53.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:53.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:53.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:24:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:54 smithi079 bash[28699]: cluster 2023-12-07T17:24:52.570008+0000 mgr.a (mgr.14403) 411 : cluster 0 pgmap v301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:54 smithi194 bash[32038]: cluster 2023-12-07T17:24:52.570008+0000 mgr.a (mgr.14403) 411 : cluster 0 pgmap v301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:54 smithi135 bash[32435]: cluster 2023-12-07T17:24:52.570008+0000 mgr.a (mgr.14403) 411 : cluster 0 pgmap v301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:24:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:55 smithi079 bash[28699]: audit 2023-12-07T17:24:53.163088+0000 mgr.a (mgr.14403) 412 : audit 0 from='client.21990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:55 smithi194 bash[32038]: audit 2023-12-07T17:24:53.163088+0000 mgr.a (mgr.14403) 412 : audit 0 from='client.21990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:55 smithi135 bash[32435]: audit 2023-12-07T17:24:53.163088+0000 mgr.a (mgr.14403) 412 : audit 0 from='client.21990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:24:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:56 smithi079 bash[28699]: cluster 2023-12-07T17:24:54.570945+0000 mgr.a (mgr.14403) 413 : cluster 0 pgmap v302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:24:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:56 smithi194 bash[32038]: cluster 2023-12-07T17:24:54.570945+0000 mgr.a (mgr.14403) 413 : cluster 0 pgmap v302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:24:56.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:56 smithi135 bash[32435]: cluster 2023-12-07T17:24:54.570945+0000 mgr.a (mgr.14403) 413 : cluster 0 pgmap v302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:24:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:24:57 smithi194 bash[32038]: cluster 2023-12-07T17:24:56.571472+0000 mgr.a (mgr.14403) 414 : cluster 0 pgmap v303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:24:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:24:57 smithi135 bash[32435]: cluster 2023-12-07T17:24:56.571472+0000 mgr.a (mgr.14403) 414 : cluster 0 pgmap v303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:24:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:24:57 smithi079 bash[28699]: cluster 2023-12-07T17:24:56.571472+0000 mgr.a (mgr.14403) 414 : cluster 0 pgmap v303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:24:58.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:24:58.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:24:58.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:24:59.552 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:24:59.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:24:59.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:24:59.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:24:59.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:25:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:00 smithi079 bash[28699]: cluster 2023-12-07T17:24:58.572198+0000 mgr.a (mgr.14403) 415 : cluster 0 pgmap v304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:00 smithi079 bash[28699]: audit 2023-12-07T17:24:59.056969+0000 mgr.a (mgr.14403) 416 : audit 0 from='client.22065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:00 smithi194 bash[32038]: cluster 2023-12-07T17:24:58.572198+0000 mgr.a (mgr.14403) 415 : cluster 0 pgmap v304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:00 smithi194 bash[32038]: audit 2023-12-07T17:24:59.056969+0000 mgr.a (mgr.14403) 416 : audit 0 from='client.22065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:00 smithi135 bash[32435]: cluster 2023-12-07T17:24:58.572198+0000 mgr.a (mgr.14403) 415 : cluster 0 pgmap v304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:00 smithi135 bash[32435]: audit 2023-12-07T17:24:59.056969+0000 mgr.a (mgr.14403) 416 : audit 0 from='client.22065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:02 smithi079 bash[28699]: cluster 2023-12-07T17:25:00.572843+0000 mgr.a (mgr.14403) 417 : cluster 0 pgmap v305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:02 smithi194 bash[32038]: cluster 2023-12-07T17:25:00.572843+0000 mgr.a (mgr.14403) 417 : cluster 0 pgmap v305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:02.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:02 smithi135 bash[32435]: cluster 2023-12-07T17:25:00.572843+0000 mgr.a (mgr.14403) 417 : cluster 0 pgmap v305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:04 smithi079 bash[28699]: cluster 2023-12-07T17:25:02.573376+0000 mgr.a (mgr.14403) 418 : cluster 0 pgmap v306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:04 smithi194 bash[32038]: cluster 2023-12-07T17:25:02.573376+0000 mgr.a (mgr.14403) 418 : cluster 0 pgmap v306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:04 smithi135 bash[32435]: cluster 2023-12-07T17:25:02.573376+0000 mgr.a (mgr.14403) 418 : cluster 0 pgmap v306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:04.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:25:04.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:04.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:05.479 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:25:05.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:05.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:05.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:05.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:25:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:06 smithi079 bash[28699]: cluster 2023-12-07T17:25:04.574123+0000 mgr.a (mgr.14403) 419 : cluster 0 pgmap v307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:06 smithi079 bash[28699]: audit 2023-12-07T17:25:04.963861+0000 mgr.a (mgr.14403) 420 : audit 0 from='client.22137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:06 smithi194 bash[32038]: cluster 2023-12-07T17:25:04.574123+0000 mgr.a (mgr.14403) 419 : cluster 0 pgmap v307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:06 smithi194 bash[32038]: audit 2023-12-07T17:25:04.963861+0000 mgr.a (mgr.14403) 420 : audit 0 from='client.22137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:06 smithi135 bash[32435]: cluster 2023-12-07T17:25:04.574123+0000 mgr.a (mgr.14403) 419 : cluster 0 pgmap v307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:06 smithi135 bash[32435]: audit 2023-12-07T17:25:04.963861+0000 mgr.a (mgr.14403) 420 : audit 0 from='client.22137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:08.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:08 smithi079 bash[28699]: cluster 2023-12-07T17:25:06.574772+0000 mgr.a (mgr.14403) 421 : cluster 0 pgmap v308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:25:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:08 smithi194 bash[32038]: cluster 2023-12-07T17:25:06.574772+0000 mgr.a (mgr.14403) 421 : cluster 0 pgmap v308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:25:08.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:08 smithi135 bash[32435]: cluster 2023-12-07T17:25:06.574772+0000 mgr.a (mgr.14403) 421 : cluster 0 pgmap v308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:25:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:09 smithi194 bash[32038]: cluster 2023-12-07T17:25:08.575651+0000 mgr.a (mgr.14403) 422 : cluster 0 pgmap v309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:25:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:09 smithi135 bash[32435]: cluster 2023-12-07T17:25:08.575651+0000 mgr.a (mgr.14403) 422 : cluster 0 pgmap v309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:25:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:09 smithi079 bash[28699]: cluster 2023-12-07T17:25:08.575651+0000 mgr.a (mgr.14403) 422 : cluster 0 pgmap v309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:25:10.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:25:10.482 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:10.482 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:11.353 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:25:11.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:11.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:11.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:11.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:25:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:11 smithi079 bash[28699]: cluster 2023-12-07T17:25:10.576305+0000 mgr.a (mgr.14403) 423 : cluster 0 pgmap v310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:11 smithi079 bash[28699]: audit 2023-12-07T17:25:10.881066+0000 mgr.a (mgr.14403) 424 : audit 0 from='client.22215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:11 smithi194 bash[32038]: cluster 2023-12-07T17:25:10.576305+0000 mgr.a (mgr.14403) 423 : cluster 0 pgmap v310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:11 smithi194 bash[32038]: audit 2023-12-07T17:25:10.881066+0000 mgr.a (mgr.14403) 424 : audit 0 from='client.22215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:11 smithi135 bash[32435]: cluster 2023-12-07T17:25:10.576305+0000 mgr.a (mgr.14403) 423 : cluster 0 pgmap v310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:11 smithi135 bash[32435]: audit 2023-12-07T17:25:10.881066+0000 mgr.a (mgr.14403) 424 : audit 0 from='client.22215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:14 smithi079 bash[28699]: cluster 2023-12-07T17:25:12.576985+0000 mgr.a (mgr.14403) 425 : cluster 0 pgmap v311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:14 smithi194 bash[32038]: cluster 2023-12-07T17:25:12.576985+0000 mgr.a (mgr.14403) 425 : cluster 0 pgmap v311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:14 smithi135 bash[32435]: cluster 2023-12-07T17:25:12.576985+0000 mgr.a (mgr.14403) 425 : cluster 0 pgmap v311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:16.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:25:16.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:16.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:16 smithi079 bash[28699]: cluster 2023-12-07T17:25:14.577882+0000 mgr.a (mgr.14403) 426 : cluster 0 pgmap v312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:16 smithi194 bash[32038]: cluster 2023-12-07T17:25:14.577882+0000 mgr.a (mgr.14403) 426 : cluster 0 pgmap v312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:16 smithi135 bash[32435]: cluster 2023-12-07T17:25:14.577882+0000 mgr.a (mgr.14403) 426 : cluster 0 pgmap v312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:17.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:17.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:17.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:17.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:25:17.225 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:25:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:18 smithi079 bash[28699]: cluster 2023-12-07T17:25:16.578469+0000 mgr.a (mgr.14403) 427 : cluster 0 pgmap v313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:18 smithi079 bash[28699]: audit 2023-12-07T17:25:16.752445+0000 mgr.a (mgr.14403) 428 : audit 0 from='client.22293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:18 smithi194 bash[32038]: cluster 2023-12-07T17:25:16.578469+0000 mgr.a (mgr.14403) 427 : cluster 0 pgmap v313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:18 smithi194 bash[32038]: audit 2023-12-07T17:25:16.752445+0000 mgr.a (mgr.14403) 428 : audit 0 from='client.22293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:18 smithi135 bash[32435]: cluster 2023-12-07T17:25:16.578469+0000 mgr.a (mgr.14403) 427 : cluster 0 pgmap v313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:18 smithi135 bash[32435]: audit 2023-12-07T17:25:16.752445+0000 mgr.a (mgr.14403) 428 : audit 0 from='client.22293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:20 smithi079 bash[28699]: cluster 2023-12-07T17:25:18.579333+0000 mgr.a (mgr.14403) 429 : cluster 0 pgmap v314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:20 smithi079 bash[28699]: audit 2023-12-07T17:25:20.094213+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:25:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:20 smithi194 bash[32038]: cluster 2023-12-07T17:25:18.579333+0000 mgr.a (mgr.14403) 429 : cluster 0 pgmap v314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:20 smithi194 bash[32038]: audit 2023-12-07T17:25:20.094213+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:25:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:20 smithi135 bash[32435]: cluster 2023-12-07T17:25:18.579333+0000 mgr.a (mgr.14403) 429 : cluster 0 pgmap v314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:20 smithi135 bash[32435]: audit 2023-12-07T17:25:20.094213+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:25:22.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:25:22.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:22.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:22 smithi079 bash[28699]: cluster 2023-12-07T17:25:20.579797+0000 mgr.a (mgr.14403) 430 : cluster 0 pgmap v315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:22 smithi194 bash[32038]: cluster 2023-12-07T17:25:20.579797+0000 mgr.a (mgr.14403) 430 : cluster 0 pgmap v315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:22.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:22 smithi135 bash[32435]: cluster 2023-12-07T17:25:20.579797+0000 mgr.a (mgr.14403) 430 : cluster 0 pgmap v315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:23.119 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:25:23.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:23.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:23.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:23.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:25:24.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:24 smithi079 bash[28699]: cluster 2023-12-07T17:25:22.580267+0000 mgr.a (mgr.14403) 431 : cluster 0 pgmap v316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:24.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:24 smithi079 bash[28699]: audit 2023-12-07T17:25:22.627868+0000 mgr.a (mgr.14403) 432 : audit 0 from='client.22368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:24 smithi194 bash[32038]: cluster 2023-12-07T17:25:22.580267+0000 mgr.a (mgr.14403) 431 : cluster 0 pgmap v316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:24 smithi194 bash[32038]: audit 2023-12-07T17:25:22.627868+0000 mgr.a (mgr.14403) 432 : audit 0 from='client.22368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:24.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:24 smithi135 bash[32435]: cluster 2023-12-07T17:25:22.580267+0000 mgr.a (mgr.14403) 431 : cluster 0 pgmap v316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:24.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:24 smithi135 bash[32435]: audit 2023-12-07T17:25:22.627868+0000 mgr.a (mgr.14403) 432 : audit 0 from='client.22368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:26 smithi079 bash[28699]: cluster 2023-12-07T17:25:24.581172+0000 mgr.a (mgr.14403) 433 : cluster 0 pgmap v317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:26 smithi079 bash[28699]: audit 2023-12-07T17:25:25.454235+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:26 smithi079 bash[28699]: audit 2023-12-07T17:25:25.459279+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:26 smithi079 bash[28699]: audit 2023-12-07T17:25:25.497250+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:26 smithi079 bash[28699]: audit 2023-12-07T17:25:25.502735+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:26 smithi079 bash[28699]: audit 2023-12-07T17:25:25.507345+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:26 smithi079 bash[28699]: audit 2023-12-07T17:25:25.513476+0000 mon.a (mon.0) 533 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:26 smithi194 bash[32038]: cluster 2023-12-07T17:25:24.581172+0000 mgr.a (mgr.14403) 433 : cluster 0 pgmap v317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:26 smithi194 bash[32038]: audit 2023-12-07T17:25:25.454235+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:26 smithi194 bash[32038]: audit 2023-12-07T17:25:25.459279+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:26 smithi194 bash[32038]: audit 2023-12-07T17:25:25.497250+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:26 smithi194 bash[32038]: audit 2023-12-07T17:25:25.502735+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:26 smithi194 bash[32038]: audit 2023-12-07T17:25:25.507345+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:26 smithi194 bash[32038]: audit 2023-12-07T17:25:25.513476+0000 mon.a (mon.0) 533 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:26 smithi135 bash[32435]: cluster 2023-12-07T17:25:24.581172+0000 mgr.a (mgr.14403) 433 : cluster 0 pgmap v317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:26 smithi135 bash[32435]: audit 2023-12-07T17:25:25.454235+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:26 smithi135 bash[32435]: audit 2023-12-07T17:25:25.459279+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:26 smithi135 bash[32435]: audit 2023-12-07T17:25:25.497250+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:26 smithi135 bash[32435]: audit 2023-12-07T17:25:25.502735+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:26 smithi135 bash[32435]: audit 2023-12-07T17:25:25.507345+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:26 smithi135 bash[32435]: audit 2023-12-07T17:25:25.513476+0000 mon.a (mon.0) 533 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:27 smithi079 bash[28699]: audit 2023-12-07T17:25:26.235052+0000 mon.a (mon.0) 534 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:25:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:27 smithi079 bash[28699]: audit 2023-12-07T17:25:26.237177+0000 mon.a (mon.0) 535 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:25:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:27 smithi079 bash[28699]: audit 2023-12-07T17:25:26.246220+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:27 smithi194 bash[32038]: audit 2023-12-07T17:25:26.235052+0000 mon.a (mon.0) 534 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:25:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:27 smithi194 bash[32038]: audit 2023-12-07T17:25:26.237177+0000 mon.a (mon.0) 535 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:25:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:27 smithi194 bash[32038]: audit 2023-12-07T17:25:26.246220+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:27 smithi135 bash[32435]: audit 2023-12-07T17:25:26.235052+0000 mon.a (mon.0) 534 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:25:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:27 smithi135 bash[32435]: audit 2023-12-07T17:25:26.237177+0000 mon.a (mon.0) 535 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:25:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:27 smithi135 bash[32435]: audit 2023-12-07T17:25:26.246220+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:25:28.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:25:28.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:28.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:28 smithi079 bash[28699]: cluster 2023-12-07T17:25:26.581770+0000 mgr.a (mgr.14403) 434 : cluster 0 pgmap v318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:28 smithi194 bash[32038]: cluster 2023-12-07T17:25:26.581770+0000 mgr.a (mgr.14403) 434 : cluster 0 pgmap v318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:28 smithi135 bash[32435]: cluster 2023-12-07T17:25:26.581770+0000 mgr.a (mgr.14403) 434 : cluster 0 pgmap v318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:29.000 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:25:29.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:29.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:29.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:29.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:25:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:29 smithi194 bash[32038]: audit 2023-12-07T17:25:28.525910+0000 mgr.a (mgr.14403) 435 : audit 0 from='client.22443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:29 smithi194 bash[32038]: cluster 2023-12-07T17:25:28.582845+0000 mgr.a (mgr.14403) 436 : cluster 0 pgmap v319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:29 smithi135 bash[32435]: audit 2023-12-07T17:25:28.525910+0000 mgr.a (mgr.14403) 435 : audit 0 from='client.22443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:29 smithi135 bash[32435]: cluster 2023-12-07T17:25:28.582845+0000 mgr.a (mgr.14403) 436 : cluster 0 pgmap v319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:29 smithi079 bash[28699]: audit 2023-12-07T17:25:28.525910+0000 mgr.a (mgr.14403) 435 : audit 0 from='client.22443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:29 smithi079 bash[28699]: cluster 2023-12-07T17:25:28.582845+0000 mgr.a (mgr.14403) 436 : cluster 0 pgmap v319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:31 smithi079 bash[28699]: cluster 2023-12-07T17:25:30.583607+0000 mgr.a (mgr.14403) 437 : cluster 0 pgmap v320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:31 smithi194 bash[32038]: cluster 2023-12-07T17:25:30.583607+0000 mgr.a (mgr.14403) 437 : cluster 0 pgmap v320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:31 smithi135 bash[32435]: cluster 2023-12-07T17:25:30.583607+0000 mgr.a (mgr.14403) 437 : cluster 0 pgmap v320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:34.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:25:34.004 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:34.004 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:34 smithi079 bash[28699]: cluster 2023-12-07T17:25:32.584208+0000 mgr.a (mgr.14403) 438 : cluster 0 pgmap v321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:34 smithi194 bash[32038]: cluster 2023-12-07T17:25:32.584208+0000 mgr.a (mgr.14403) 438 : cluster 0 pgmap v321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:34 smithi135 bash[32435]: cluster 2023-12-07T17:25:32.584208+0000 mgr.a (mgr.14403) 438 : cluster 0 pgmap v321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:34.918 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:25:34.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:34.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:34.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:34.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:25:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:36 smithi079 bash[28699]: audit 2023-12-07T17:25:34.405673+0000 mgr.a (mgr.14403) 439 : audit 0 from='client.22521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:36 smithi079 bash[28699]: cluster 2023-12-07T17:25:34.585367+0000 mgr.a (mgr.14403) 440 : cluster 0 pgmap v322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:36 smithi194 bash[32038]: audit 2023-12-07T17:25:34.405673+0000 mgr.a (mgr.14403) 439 : audit 0 from='client.22521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:36 smithi194 bash[32038]: cluster 2023-12-07T17:25:34.585367+0000 mgr.a (mgr.14403) 440 : cluster 0 pgmap v322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:36.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:36 smithi135 bash[32435]: audit 2023-12-07T17:25:34.405673+0000 mgr.a (mgr.14403) 439 : audit 0 from='client.22521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:36.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:36 smithi135 bash[32435]: cluster 2023-12-07T17:25:34.585367+0000 mgr.a (mgr.14403) 440 : cluster 0 pgmap v322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:38 smithi079 bash[28699]: cluster 2023-12-07T17:25:36.586175+0000 mgr.a (mgr.14403) 441 : cluster 0 pgmap v323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:38 smithi194 bash[32038]: cluster 2023-12-07T17:25:36.586175+0000 mgr.a (mgr.14403) 441 : cluster 0 pgmap v323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:38.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:38 smithi135 bash[32435]: cluster 2023-12-07T17:25:36.586175+0000 mgr.a (mgr.14403) 441 : cluster 0 pgmap v323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:25:39.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:25:39.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:39.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:40 smithi079 bash[28699]: cluster 2023-12-07T17:25:38.587049+0000 mgr.a (mgr.14403) 442 : cluster 0 pgmap v324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:40.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:40 smithi194 bash[32038]: cluster 2023-12-07T17:25:38.587049+0000 mgr.a (mgr.14403) 442 : cluster 0 pgmap v324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:40 smithi135 bash[32435]: cluster 2023-12-07T17:25:38.587049+0000 mgr.a (mgr.14403) 442 : cluster 0 pgmap v324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:40.804 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:25:40.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:40.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:40.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:40.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:25:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:42 smithi079 bash[28699]: audit 2023-12-07T17:25:40.314707+0000 mgr.a (mgr.14403) 443 : audit 0 from='client.22599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:42 smithi079 bash[28699]: cluster 2023-12-07T17:25:40.587740+0000 mgr.a (mgr.14403) 444 : cluster 0 pgmap v325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:42 smithi194 bash[32038]: audit 2023-12-07T17:25:40.314707+0000 mgr.a (mgr.14403) 443 : audit 0 from='client.22599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:42 smithi194 bash[32038]: cluster 2023-12-07T17:25:40.587740+0000 mgr.a (mgr.14403) 444 : cluster 0 pgmap v325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:42.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:42 smithi135 bash[32435]: audit 2023-12-07T17:25:40.314707+0000 mgr.a (mgr.14403) 443 : audit 0 from='client.22599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:42.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:42 smithi135 bash[32435]: cluster 2023-12-07T17:25:40.587740+0000 mgr.a (mgr.14403) 444 : cluster 0 pgmap v325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:44 smithi079 bash[28699]: cluster 2023-12-07T17:25:42.588433+0000 mgr.a (mgr.14403) 445 : cluster 0 pgmap v326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:44 smithi194 bash[32038]: cluster 2023-12-07T17:25:42.588433+0000 mgr.a (mgr.14403) 445 : cluster 0 pgmap v326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:44 smithi135 bash[32435]: cluster 2023-12-07T17:25:42.588433+0000 mgr.a (mgr.14403) 445 : cluster 0 pgmap v326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:45.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:25:45.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:45.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:46 smithi079 bash[28699]: cluster 2023-12-07T17:25:44.589248+0000 mgr.a (mgr.14403) 446 : cluster 0 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-07T17:25:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:46 smithi194 bash[32038]: cluster 2023-12-07T17:25:44.589248+0000 mgr.a (mgr.14403) 446 : cluster 0 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-07T17:25:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:46 smithi135 bash[32435]: cluster 2023-12-07T17:25:44.589248+0000 mgr.a (mgr.14403) 446 : cluster 0 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-07T17:25:46.699 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:25:46.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:46.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:46.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:46.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:25:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:47 smithi079 bash[28699]: audit 2023-12-07T17:25:46.208185+0000 mgr.a (mgr.14403) 447 : audit 0 from='client.22668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:47 smithi079 bash[28699]: cluster 2023-12-07T17:25:46.589936+0000 mgr.a (mgr.14403) 448 : cluster 0 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-07T17:25:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:47 smithi194 bash[32038]: audit 2023-12-07T17:25:46.208185+0000 mgr.a (mgr.14403) 447 : audit 0 from='client.22668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:47 smithi194 bash[32038]: cluster 2023-12-07T17:25:46.589936+0000 mgr.a (mgr.14403) 448 : cluster 0 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-07T17:25:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:47 smithi135 bash[32435]: audit 2023-12-07T17:25:46.208185+0000 mgr.a (mgr.14403) 447 : audit 0 from='client.22668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:47 smithi135 bash[32435]: cluster 2023-12-07T17:25:46.589936+0000 mgr.a (mgr.14403) 448 : cluster 0 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-07T17:25:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:50 smithi079 bash[28699]: cluster 2023-12-07T17:25:48.590743+0000 mgr.a (mgr.14403) 449 : cluster 0 pgmap v329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:50 smithi194 bash[32038]: cluster 2023-12-07T17:25:48.590743+0000 mgr.a (mgr.14403) 449 : cluster 0 pgmap v329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:50.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:50 smithi135 bash[32435]: cluster 2023-12-07T17:25:48.590743+0000 mgr.a (mgr.14403) 449 : cluster 0 pgmap v329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:51.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:25:51.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:51.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:52 smithi079 bash[28699]: cluster 2023-12-07T17:25:50.591430+0000 mgr.a (mgr.14403) 450 : cluster 0 pgmap v330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:52 smithi194 bash[32038]: cluster 2023-12-07T17:25:50.591430+0000 mgr.a (mgr.14403) 450 : cluster 0 pgmap v330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:52 smithi135 bash[32435]: cluster 2023-12-07T17:25:50.591430+0000 mgr.a (mgr.14403) 450 : cluster 0 pgmap v330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:52.591 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:25:52.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:52.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:52.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:52.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:25:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:53 smithi079 bash[28699]: audit 2023-12-07T17:25:52.112873+0000 mgr.a (mgr.14403) 451 : audit 0 from='client.22746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:53 smithi194 bash[32038]: audit 2023-12-07T17:25:52.112873+0000 mgr.a (mgr.14403) 451 : audit 0 from='client.22746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:53 smithi135 bash[32435]: audit 2023-12-07T17:25:52.112873+0000 mgr.a (mgr.14403) 451 : audit 0 from='client.22746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:54 smithi079 bash[28699]: cluster 2023-12-07T17:25:52.592089+0000 mgr.a (mgr.14403) 452 : cluster 0 pgmap v331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:54 smithi194 bash[32038]: cluster 2023-12-07T17:25:52.592089+0000 mgr.a (mgr.14403) 452 : cluster 0 pgmap v331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:54 smithi135 bash[32435]: cluster 2023-12-07T17:25:52.592089+0000 mgr.a (mgr.14403) 452 : cluster 0 pgmap v331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:56 smithi079 bash[28699]: cluster 2023-12-07T17:25:54.592931+0000 mgr.a (mgr.14403) 453 : cluster 0 pgmap v332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:56 smithi194 bash[32038]: cluster 2023-12-07T17:25:54.592931+0000 mgr.a (mgr.14403) 453 : cluster 0 pgmap v332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:56.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:56 smithi135 bash[32435]: cluster 2023-12-07T17:25:54.592931+0000 mgr.a (mgr.14403) 453 : cluster 0 pgmap v332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:25:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:57 smithi194 bash[32038]: cluster 2023-12-07T17:25:56.593534+0000 mgr.a (mgr.14403) 454 : cluster 0 pgmap v333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:57.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:57 smithi135 bash[32435]: cluster 2023-12-07T17:25:56.593534+0000 mgr.a (mgr.14403) 454 : cluster 0 pgmap v333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:57.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:25:57.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:25:57.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:25:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:57 smithi079 bash[28699]: cluster 2023-12-07T17:25:56.593534+0000 mgr.a (mgr.14403) 454 : cluster 0 pgmap v333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:25:58.528 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:25:58.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:25:58.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:25:58.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:25:58.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:25:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:25:59 smithi079 bash[28699]: audit 2023-12-07T17:25:57.998666+0000 mgr.a (mgr.14403) 455 : audit 0 from='client.22818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:25:59 smithi194 bash[32038]: audit 2023-12-07T17:25:57.998666+0000 mgr.a (mgr.14403) 455 : audit 0 from='client.22818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:25:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:25:59 smithi135 bash[32435]: audit 2023-12-07T17:25:57.998666+0000 mgr.a (mgr.14403) 455 : audit 0 from='client.22818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:00 smithi079 bash[28699]: cluster 2023-12-07T17:25:58.594496+0000 mgr.a (mgr.14403) 456 : cluster 0 pgmap v334: 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-07T17:26:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:00 smithi194 bash[32038]: cluster 2023-12-07T17:25:58.594496+0000 mgr.a (mgr.14403) 456 : cluster 0 pgmap v334: 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-07T17:26:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:00 smithi135 bash[32435]: cluster 2023-12-07T17:25:58.594496+0000 mgr.a (mgr.14403) 456 : cluster 0 pgmap v334: 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-07T17:26:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:02 smithi079 bash[28699]: cluster 2023-12-07T17:26:00.595091+0000 mgr.a (mgr.14403) 457 : cluster 0 pgmap v335: 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-07T17:26:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:02 smithi194 bash[32038]: cluster 2023-12-07T17:26:00.595091+0000 mgr.a (mgr.14403) 457 : cluster 0 pgmap v335: 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-07T17:26:02.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:02 smithi135 bash[32435]: cluster 2023-12-07T17:26:00.595091+0000 mgr.a (mgr.14403) 457 : cluster 0 pgmap v335: 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-07T17:26:03.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:26:03.532 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:03.533 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:04 smithi079 bash[28699]: cluster 2023-12-07T17:26:02.595639+0000 mgr.a (mgr.14403) 458 : cluster 0 pgmap v336: 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-07T17:26:04.434 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:26:04.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:04.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:04.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:04.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:26:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:04 smithi194 bash[32038]: cluster 2023-12-07T17:26:02.595639+0000 mgr.a (mgr.14403) 458 : cluster 0 pgmap v336: 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-07T17:26:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:04 smithi135 bash[32435]: cluster 2023-12-07T17:26:02.595639+0000 mgr.a (mgr.14403) 458 : cluster 0 pgmap v336: 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-07T17:26:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:05 smithi079 bash[28699]: audit 2023-12-07T17:26:03.936421+0000 mgr.a (mgr.14403) 459 : audit 0 from='client.22893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:05.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:05 smithi194 bash[32038]: audit 2023-12-07T17:26:03.936421+0000 mgr.a (mgr.14403) 459 : audit 0 from='client.22893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:05 smithi135 bash[32435]: audit 2023-12-07T17:26:03.936421+0000 mgr.a (mgr.14403) 459 : audit 0 from='client.22893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:06.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:06 smithi079 bash[28699]: cluster 2023-12-07T17:26:04.596719+0000 mgr.a (mgr.14403) 460 : cluster 0 pgmap v337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:06 smithi194 bash[32038]: cluster 2023-12-07T17:26:04.596719+0000 mgr.a (mgr.14403) 460 : cluster 0 pgmap v337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:06 smithi135 bash[32435]: cluster 2023-12-07T17:26:04.596719+0000 mgr.a (mgr.14403) 460 : cluster 0 pgmap v337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:07 smithi194 bash[32038]: cluster 2023-12-07T17:26:06.597435+0000 mgr.a (mgr.14403) 461 : cluster 0 pgmap v338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:07 smithi135 bash[32435]: cluster 2023-12-07T17:26:06.597435+0000 mgr.a (mgr.14403) 461 : cluster 0 pgmap v338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:07 smithi079 bash[28699]: cluster 2023-12-07T17:26:06.597435+0000 mgr.a (mgr.14403) 461 : cluster 0 pgmap v338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:09.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:26:09.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:09.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:10.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:10.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:10.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:10.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:26:10.341 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:26:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:10 smithi079 bash[28699]: cluster 2023-12-07T17:26:08.598346+0000 mgr.a (mgr.14403) 462 : cluster 0 pgmap v339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:10.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:10 smithi194 bash[32038]: cluster 2023-12-07T17:26:08.598346+0000 mgr.a (mgr.14403) 462 : cluster 0 pgmap v339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:10.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:10 smithi135 bash[32435]: cluster 2023-12-07T17:26:08.598346+0000 mgr.a (mgr.14403) 462 : cluster 0 pgmap v339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:11.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:11 smithi079 bash[28699]: audit 2023-12-07T17:26:09.840245+0000 mgr.a (mgr.14403) 463 : audit 0 from='client.22971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:11 smithi194 bash[32038]: audit 2023-12-07T17:26:09.840245+0000 mgr.a (mgr.14403) 463 : audit 0 from='client.22971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:11 smithi135 bash[32435]: audit 2023-12-07T17:26:09.840245+0000 mgr.a (mgr.14403) 463 : audit 0 from='client.22971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:12 smithi079 bash[28699]: cluster 2023-12-07T17:26:10.599123+0000 mgr.a (mgr.14403) 464 : cluster 0 pgmap v340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:26:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:12 smithi194 bash[32038]: cluster 2023-12-07T17:26:10.599123+0000 mgr.a (mgr.14403) 464 : cluster 0 pgmap v340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:26:12.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:12 smithi135 bash[32435]: cluster 2023-12-07T17:26:10.599123+0000 mgr.a (mgr.14403) 464 : cluster 0 pgmap v340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:26:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:14 smithi079 bash[28699]: cluster 2023-12-07T17:26:12.599666+0000 mgr.a (mgr.14403) 465 : cluster 0 pgmap v341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:26:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:14 smithi194 bash[32038]: cluster 2023-12-07T17:26:12.599666+0000 mgr.a (mgr.14403) 465 : cluster 0 pgmap v341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:26:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:14 smithi135 bash[32435]: cluster 2023-12-07T17:26:12.599666+0000 mgr.a (mgr.14403) 465 : cluster 0 pgmap v341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:26:15.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:26:15.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:15.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:16.239 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:26:16.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:16.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:16.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:16.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:26:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:16 smithi079 bash[28699]: cluster 2023-12-07T17:26:14.600512+0000 mgr.a (mgr.14403) 466 : cluster 0 pgmap v342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:26:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:16 smithi194 bash[32038]: cluster 2023-12-07T17:26:14.600512+0000 mgr.a (mgr.14403) 466 : cluster 0 pgmap v342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:26:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:16 smithi135 bash[32435]: cluster 2023-12-07T17:26:14.600512+0000 mgr.a (mgr.14403) 466 : cluster 0 pgmap v342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:26:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:17 smithi079 bash[28699]: audit 2023-12-07T17:26:15.738747+0000 mgr.a (mgr.14403) 467 : audit 0 from='client.23046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:17 smithi194 bash[32038]: audit 2023-12-07T17:26:15.738747+0000 mgr.a (mgr.14403) 467 : audit 0 from='client.23046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:17 smithi135 bash[32435]: audit 2023-12-07T17:26:15.738747+0000 mgr.a (mgr.14403) 467 : audit 0 from='client.23046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:18 smithi079 bash[28699]: cluster 2023-12-07T17:26:16.601242+0000 mgr.a (mgr.14403) 468 : cluster 0 pgmap v343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:18 smithi194 bash[32038]: cluster 2023-12-07T17:26:16.601242+0000 mgr.a (mgr.14403) 468 : cluster 0 pgmap v343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:18 smithi135 bash[32435]: cluster 2023-12-07T17:26:16.601242+0000 mgr.a (mgr.14403) 468 : cluster 0 pgmap v343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:19 smithi194 bash[32038]: cluster 2023-12-07T17:26:18.602152+0000 mgr.a (mgr.14403) 469 : cluster 0 pgmap v344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:19 smithi135 bash[32435]: cluster 2023-12-07T17:26:18.602152+0000 mgr.a (mgr.14403) 469 : cluster 0 pgmap v344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:19 smithi079 bash[28699]: cluster 2023-12-07T17:26:18.602152+0000 mgr.a (mgr.14403) 469 : cluster 0 pgmap v344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:21.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:26:21.243 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:21.243 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:21.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:21 smithi194 bash[32038]: cluster 2023-12-07T17:26:20.602819+0000 mgr.a (mgr.14403) 470 : cluster 0 pgmap v345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:21.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:21 smithi135 bash[32435]: cluster 2023-12-07T17:26:20.602819+0000 mgr.a (mgr.14403) 470 : cluster 0 pgmap v345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:21 smithi079 bash[28699]: cluster 2023-12-07T17:26:20.602819+0000 mgr.a (mgr.14403) 470 : cluster 0 pgmap v345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:22.147 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:26:22.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:22.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:22.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:22.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:26:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:22 smithi194 bash[32038]: audit 2023-12-07T17:26:21.638350+0000 mgr.a (mgr.14403) 471 : audit 0 from='client.23121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:22 smithi135 bash[32435]: audit 2023-12-07T17:26:21.638350+0000 mgr.a (mgr.14403) 471 : audit 0 from='client.23121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:22 smithi079 bash[28699]: audit 2023-12-07T17:26:21.638350+0000 mgr.a (mgr.14403) 471 : audit 0 from='client.23121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:24 smithi079 bash[28699]: cluster 2023-12-07T17:26:22.603509+0000 mgr.a (mgr.14403) 472 : cluster 0 pgmap v346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:24 smithi194 bash[32038]: cluster 2023-12-07T17:26:22.603509+0000 mgr.a (mgr.14403) 472 : cluster 0 pgmap v346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:24.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:24 smithi135 bash[32435]: cluster 2023-12-07T17:26:22.603509+0000 mgr.a (mgr.14403) 472 : cluster 0 pgmap v346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:26 smithi079 bash[28699]: cluster 2023-12-07T17:26:24.604339+0000 mgr.a (mgr.14403) 473 : cluster 0 pgmap v347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:26 smithi194 bash[32038]: cluster 2023-12-07T17:26:24.604339+0000 mgr.a (mgr.14403) 473 : cluster 0 pgmap v347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:26 smithi135 bash[32435]: cluster 2023-12-07T17:26:24.604339+0000 mgr.a (mgr.14403) 473 : cluster 0 pgmap v347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:27.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:26:27.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:27.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:27 smithi079 bash[28699]: audit 2023-12-07T17:26:26.349651+0000 mon.a (mon.0) 537 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:26:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:27 smithi194 bash[32038]: audit 2023-12-07T17:26:26.349651+0000 mon.a (mon.0) 537 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:26:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:27 smithi135 bash[32435]: audit 2023-12-07T17:26:26.349651+0000 mon.a (mon.0) 537 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:26:28.022 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:26:28.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:28.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:28.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:28.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:26:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:28 smithi079 bash[28699]: cluster 2023-12-07T17:26:26.604755+0000 mgr.a (mgr.14403) 474 : cluster 0 pgmap v348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:28.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:28 smithi079 bash[28699]: audit 2023-12-07T17:26:27.135543+0000 mon.a (mon.0) 538 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:26:28.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:28 smithi079 bash[28699]: audit 2023-12-07T17:26:27.139494+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:26:28.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:28 smithi079 bash[28699]: audit 2023-12-07T17:26:27.146797+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:26:28.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:28 smithi194 bash[32038]: cluster 2023-12-07T17:26:26.604755+0000 mgr.a (mgr.14403) 474 : cluster 0 pgmap v348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:28.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:28 smithi194 bash[32038]: audit 2023-12-07T17:26:27.135543+0000 mon.a (mon.0) 538 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:26:28.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:28 smithi194 bash[32038]: audit 2023-12-07T17:26:27.139494+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:26:28.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:28 smithi194 bash[32038]: audit 2023-12-07T17:26:27.146797+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:26:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:28 smithi135 bash[32435]: cluster 2023-12-07T17:26:26.604755+0000 mgr.a (mgr.14403) 474 : cluster 0 pgmap v348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:28 smithi135 bash[32435]: audit 2023-12-07T17:26:27.135543+0000 mon.a (mon.0) 538 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:26:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:28 smithi135 bash[32435]: audit 2023-12-07T17:26:27.139494+0000 mon.a (mon.0) 539 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:26:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:28 smithi135 bash[32435]: audit 2023-12-07T17:26:27.146797+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:26:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:29 smithi079 bash[28699]: audit 2023-12-07T17:26:27.534818+0000 mgr.a (mgr.14403) 475 : audit 0 from='client.23199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:29 smithi079 bash[28699]: cluster 2023-12-07T17:26:28.605640+0000 mgr.a (mgr.14403) 476 : cluster 0 pgmap v349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:29 smithi194 bash[32038]: audit 2023-12-07T17:26:27.534818+0000 mgr.a (mgr.14403) 475 : audit 0 from='client.23199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:29 smithi194 bash[32038]: cluster 2023-12-07T17:26:28.605640+0000 mgr.a (mgr.14403) 476 : cluster 0 pgmap v349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:29 smithi135 bash[32435]: audit 2023-12-07T17:26:27.534818+0000 mgr.a (mgr.14403) 475 : audit 0 from='client.23199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:29 smithi135 bash[32435]: cluster 2023-12-07T17:26:28.605640+0000 mgr.a (mgr.14403) 476 : cluster 0 pgmap v349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:31 smithi194 bash[32038]: cluster 2023-12-07T17:26:30.606245+0000 mgr.a (mgr.14403) 477 : cluster 0 pgmap v350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:31 smithi135 bash[32435]: cluster 2023-12-07T17:26:30.606245+0000 mgr.a (mgr.14403) 477 : cluster 0 pgmap v350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:31 smithi079 bash[28699]: cluster 2023-12-07T17:26:30.606245+0000 mgr.a (mgr.14403) 477 : cluster 0 pgmap v350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:33.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:26:33.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:33.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:33.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:33.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:33.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:33.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:26:33.926 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:26:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:34 smithi079 bash[28699]: cluster 2023-12-07T17:26:32.606784+0000 mgr.a (mgr.14403) 478 : cluster 0 pgmap v351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:34 smithi194 bash[32038]: cluster 2023-12-07T17:26:32.606784+0000 mgr.a (mgr.14403) 478 : cluster 0 pgmap v351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:34 smithi135 bash[32435]: cluster 2023-12-07T17:26:32.606784+0000 mgr.a (mgr.14403) 478 : cluster 0 pgmap v351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:35 smithi079 bash[28699]: audit 2023-12-07T17:26:33.432129+0000 mgr.a (mgr.14403) 479 : audit 0 from='client.23274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:35 smithi194 bash[32038]: audit 2023-12-07T17:26:33.432129+0000 mgr.a (mgr.14403) 479 : audit 0 from='client.23274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:35 smithi135 bash[32435]: audit 2023-12-07T17:26:33.432129+0000 mgr.a (mgr.14403) 479 : audit 0 from='client.23274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:36 smithi079 bash[28699]: cluster 2023-12-07T17:26:34.607905+0000 mgr.a (mgr.14403) 480 : cluster 0 pgmap v352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:36 smithi194 bash[32038]: cluster 2023-12-07T17:26:34.607905+0000 mgr.a (mgr.14403) 480 : cluster 0 pgmap v352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:36.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:36 smithi135 bash[32435]: cluster 2023-12-07T17:26:34.607905+0000 mgr.a (mgr.14403) 480 : cluster 0 pgmap v352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:38 smithi079 bash[28699]: cluster 2023-12-07T17:26:36.608483+0000 mgr.a (mgr.14403) 481 : cluster 0 pgmap v353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:38 smithi194 bash[32038]: cluster 2023-12-07T17:26:36.608483+0000 mgr.a (mgr.14403) 481 : cluster 0 pgmap v353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:38.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:38 smithi135 bash[32435]: cluster 2023-12-07T17:26:36.608483+0000 mgr.a (mgr.14403) 481 : cluster 0 pgmap v353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:38.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:26:38.928 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:38.928 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:39 smithi194 bash[32038]: cluster 2023-12-07T17:26:38.609218+0000 mgr.a (mgr.14403) 482 : cluster 0 pgmap v354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:39 smithi135 bash[32435]: cluster 2023-12-07T17:26:38.609218+0000 mgr.a (mgr.14403) 482 : cluster 0 pgmap v354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:39 smithi079 bash[28699]: cluster 2023-12-07T17:26:38.609218+0000 mgr.a (mgr.14403) 482 : cluster 0 pgmap v354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:39.838 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:26:39.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:39.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:39.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:39.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:26:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:40 smithi194 bash[32038]: audit 2023-12-07T17:26:39.333928+0000 mgr.a (mgr.14403) 483 : audit 0 from='client.23349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:40 smithi135 bash[32435]: audit 2023-12-07T17:26:39.333928+0000 mgr.a (mgr.14403) 483 : audit 0 from='client.23349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:40 smithi079 bash[28699]: audit 2023-12-07T17:26:39.333928+0000 mgr.a (mgr.14403) 483 : audit 0 from='client.23349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:41.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:41 smithi194 bash[32038]: cluster 2023-12-07T17:26:40.610023+0000 mgr.a (mgr.14403) 484 : cluster 0 pgmap v355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:41 smithi135 bash[32435]: cluster 2023-12-07T17:26:40.610023+0000 mgr.a (mgr.14403) 484 : cluster 0 pgmap v355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:41 smithi079 bash[28699]: cluster 2023-12-07T17:26:40.610023+0000 mgr.a (mgr.14403) 484 : cluster 0 pgmap v355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:44 smithi079 bash[28699]: cluster 2023-12-07T17:26:42.610634+0000 mgr.a (mgr.14403) 485 : cluster 0 pgmap v356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:44 smithi194 bash[32038]: cluster 2023-12-07T17:26:42.610634+0000 mgr.a (mgr.14403) 485 : cluster 0 pgmap v356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:44 smithi135 bash[32435]: cluster 2023-12-07T17:26:42.610634+0000 mgr.a (mgr.14403) 485 : cluster 0 pgmap v356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:26:44.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:26:44.842 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:44.842 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:45.758 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:26:45.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:45.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:45.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:45.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:26:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:46 smithi079 bash[28699]: cluster 2023-12-07T17:26:44.611477+0000 mgr.a (mgr.14403) 486 : cluster 0 pgmap v357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:46 smithi194 bash[32038]: cluster 2023-12-07T17:26:44.611477+0000 mgr.a (mgr.14403) 486 : cluster 0 pgmap v357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:46 smithi135 bash[32435]: cluster 2023-12-07T17:26:44.611477+0000 mgr.a (mgr.14403) 486 : cluster 0 pgmap v357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:47 smithi194 bash[32038]: audit 2023-12-07T17:26:45.245650+0000 mgr.a (mgr.14403) 487 : audit 0 from='client.23427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:47 smithi135 bash[32435]: audit 2023-12-07T17:26:45.245650+0000 mgr.a (mgr.14403) 487 : audit 0 from='client.23427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:47 smithi079 bash[28699]: audit 2023-12-07T17:26:45.245650+0000 mgr.a (mgr.14403) 487 : audit 0 from='client.23427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:48 smithi194 bash[32038]: cluster 2023-12-07T17:26:46.612204+0000 mgr.a (mgr.14403) 488 : cluster 0 pgmap v358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:48.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:48 smithi135 bash[32435]: cluster 2023-12-07T17:26:46.612204+0000 mgr.a (mgr.14403) 488 : cluster 0 pgmap v358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:48 smithi079 bash[28699]: cluster 2023-12-07T17:26:46.612204+0000 mgr.a (mgr.14403) 488 : cluster 0 pgmap v358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:49 smithi194 bash[32038]: cluster 2023-12-07T17:26:48.613002+0000 mgr.a (mgr.14403) 489 : cluster 0 pgmap v359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:49 smithi135 bash[32435]: cluster 2023-12-07T17:26:48.613002+0000 mgr.a (mgr.14403) 489 : cluster 0 pgmap v359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:49 smithi079 bash[28699]: cluster 2023-12-07T17:26:48.613002+0000 mgr.a (mgr.14403) 489 : cluster 0 pgmap v359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:50.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:26:50.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:50.761 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:51.652 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:26:51.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:51.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:51.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:51.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:26:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:51 smithi194 bash[32038]: cluster 2023-12-07T17:26:50.613574+0000 mgr.a (mgr.14403) 490 : cluster 0 pgmap v360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:51 smithi135 bash[32435]: cluster 2023-12-07T17:26:50.613574+0000 mgr.a (mgr.14403) 490 : cluster 0 pgmap v360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:51 smithi079 bash[28699]: cluster 2023-12-07T17:26:50.613574+0000 mgr.a (mgr.14403) 490 : cluster 0 pgmap v360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:52 smithi194 bash[32038]: audit 2023-12-07T17:26:51.163788+0000 mgr.a (mgr.14403) 491 : audit 0 from='client.23499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:52 smithi135 bash[32435]: audit 2023-12-07T17:26:51.163788+0000 mgr.a (mgr.14403) 491 : audit 0 from='client.23499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:52 smithi079 bash[28699]: audit 2023-12-07T17:26:51.163788+0000 mgr.a (mgr.14403) 491 : audit 0 from='client.23499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:54 smithi079 bash[28699]: cluster 2023-12-07T17:26:52.614274+0000 mgr.a (mgr.14403) 492 : cluster 0 pgmap v361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:54 smithi194 bash[32038]: cluster 2023-12-07T17:26:52.614274+0000 mgr.a (mgr.14403) 492 : cluster 0 pgmap v361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:54 smithi135 bash[32435]: cluster 2023-12-07T17:26:52.614274+0000 mgr.a (mgr.14403) 492 : cluster 0 pgmap v361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:56 smithi079 bash[28699]: cluster 2023-12-07T17:26:54.615142+0000 mgr.a (mgr.14403) 493 : cluster 0 pgmap v362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:56 smithi194 bash[32038]: cluster 2023-12-07T17:26:54.615142+0000 mgr.a (mgr.14403) 493 : cluster 0 pgmap v362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:56.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:56 smithi135 bash[32435]: cluster 2023-12-07T17:26:54.615142+0000 mgr.a (mgr.14403) 493 : cluster 0 pgmap v362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:56.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:26:56.655 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:26:56.655 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:26:57.527 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:26:57.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:26:57.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:26:57.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:26:57.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:26:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:58 smithi079 bash[28699]: cluster 2023-12-07T17:26:56.615724+0000 mgr.a (mgr.14403) 494 : cluster 0 pgmap v363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:58 smithi079 bash[28699]: audit 2023-12-07T17:26:57.051348+0000 mgr.a (mgr.14403) 495 : audit 0 from='client.23574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:58 smithi194 bash[32038]: cluster 2023-12-07T17:26:56.615724+0000 mgr.a (mgr.14403) 494 : cluster 0 pgmap v363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:58.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:58 smithi194 bash[32038]: audit 2023-12-07T17:26:57.051348+0000 mgr.a (mgr.14403) 495 : audit 0 from='client.23574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:58 smithi135 bash[32435]: cluster 2023-12-07T17:26:56.615724+0000 mgr.a (mgr.14403) 494 : cluster 0 pgmap v363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:26:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:58 smithi135 bash[32435]: audit 2023-12-07T17:26:57.051348+0000 mgr.a (mgr.14403) 495 : audit 0 from='client.23574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:26:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:26:59 smithi194 bash[32038]: cluster 2023-12-07T17:26:58.616565+0000 mgr.a (mgr.14403) 496 : cluster 0 pgmap v364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:26:59 smithi135 bash[32435]: cluster 2023-12-07T17:26:58.616565+0000 mgr.a (mgr.14403) 496 : cluster 0 pgmap v364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:26:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:26:59 smithi079 bash[28699]: cluster 2023-12-07T17:26:58.616565+0000 mgr.a (mgr.14403) 496 : cluster 0 pgmap v364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:01 smithi194 bash[32038]: cluster 2023-12-07T17:27:00.617122+0000 mgr.a (mgr.14403) 497 : cluster 0 pgmap v365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:01 smithi135 bash[32435]: cluster 2023-12-07T17:27:00.617122+0000 mgr.a (mgr.14403) 497 : cluster 0 pgmap v365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:01 smithi079 bash[28699]: cluster 2023-12-07T17:27:00.617122+0000 mgr.a (mgr.14403) 497 : cluster 0 pgmap v365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:02.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:27:02.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:02.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:03.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:03.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:03.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:03.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:27:03.437 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:27:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:04 smithi079 bash[28699]: cluster 2023-12-07T17:27:02.617621+0000 mgr.a (mgr.14403) 498 : cluster 0 pgmap v366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:04 smithi079 bash[28699]: audit 2023-12-07T17:27:02.927683+0000 mgr.a (mgr.14403) 499 : audit 0 from='client.23646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:04 smithi194 bash[32038]: cluster 2023-12-07T17:27:02.617621+0000 mgr.a (mgr.14403) 498 : cluster 0 pgmap v366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:04.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:04 smithi194 bash[32038]: audit 2023-12-07T17:27:02.927683+0000 mgr.a (mgr.14403) 499 : audit 0 from='client.23646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:04 smithi135 bash[32435]: cluster 2023-12-07T17:27:02.617621+0000 mgr.a (mgr.14403) 498 : cluster 0 pgmap v366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:04 smithi135 bash[32435]: audit 2023-12-07T17:27:02.927683+0000 mgr.a (mgr.14403) 499 : audit 0 from='client.23646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:06 smithi079 bash[28699]: cluster 2023-12-07T17:27:04.618472+0000 mgr.a (mgr.14403) 500 : cluster 0 pgmap v367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:06 smithi194 bash[32038]: cluster 2023-12-07T17:27:04.618472+0000 mgr.a (mgr.14403) 500 : cluster 0 pgmap v367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:06 smithi135 bash[32435]: cluster 2023-12-07T17:27:04.618472+0000 mgr.a (mgr.14403) 500 : cluster 0 pgmap v367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:08.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:27:08.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:08.441 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:08 smithi194 bash[32038]: cluster 2023-12-07T17:27:06.619062+0000 mgr.a (mgr.14403) 501 : cluster 0 pgmap v368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:08.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:08 smithi135 bash[32435]: cluster 2023-12-07T17:27:06.619062+0000 mgr.a (mgr.14403) 501 : cluster 0 pgmap v368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:08 smithi079 bash[28699]: cluster 2023-12-07T17:27:06.619062+0000 mgr.a (mgr.14403) 501 : cluster 0 pgmap v368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:09.354 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:27:09.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:09.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:09.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:09.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:27:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:09 smithi194 bash[32038]: cluster 2023-12-07T17:27:08.619742+0000 mgr.a (mgr.14403) 502 : cluster 0 pgmap v369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:09 smithi194 bash[32038]: audit 2023-12-07T17:27:08.852207+0000 mgr.a (mgr.14403) 503 : audit 0 from='client.23721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:09 smithi135 bash[32435]: cluster 2023-12-07T17:27:08.619742+0000 mgr.a (mgr.14403) 502 : cluster 0 pgmap v369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:09 smithi135 bash[32435]: audit 2023-12-07T17:27:08.852207+0000 mgr.a (mgr.14403) 503 : audit 0 from='client.23721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:09 smithi079 bash[28699]: cluster 2023-12-07T17:27:08.619742+0000 mgr.a (mgr.14403) 502 : cluster 0 pgmap v369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:09 smithi079 bash[28699]: audit 2023-12-07T17:27:08.852207+0000 mgr.a (mgr.14403) 503 : audit 0 from='client.23721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:11 smithi194 bash[32038]: cluster 2023-12-07T17:27:10.620492+0000 mgr.a (mgr.14403) 504 : cluster 0 pgmap v370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:11 smithi135 bash[32435]: cluster 2023-12-07T17:27:10.620492+0000 mgr.a (mgr.14403) 504 : cluster 0 pgmap v370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:11 smithi079 bash[28699]: cluster 2023-12-07T17:27:10.620492+0000 mgr.a (mgr.14403) 504 : cluster 0 pgmap v370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:14.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:27:14.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:14.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:14 smithi079 bash[28699]: cluster 2023-12-07T17:27:12.621082+0000 mgr.a (mgr.14403) 505 : cluster 0 pgmap v371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:14 smithi194 bash[32038]: cluster 2023-12-07T17:27:12.621082+0000 mgr.a (mgr.14403) 505 : cluster 0 pgmap v371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:14 smithi135 bash[32435]: cluster 2023-12-07T17:27:12.621082+0000 mgr.a (mgr.14403) 505 : cluster 0 pgmap v371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:15.218 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:27:15.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:15.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:15.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:15.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:27:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:16 smithi194 bash[32038]: cluster 2023-12-07T17:27:14.621791+0000 mgr.a (mgr.14403) 506 : cluster 0 pgmap v372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:16.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:16 smithi194 bash[32038]: audit 2023-12-07T17:27:14.756926+0000 mgr.a (mgr.14403) 507 : audit 0 from='client.23799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:16.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:16 smithi135 bash[32435]: cluster 2023-12-07T17:27:14.621791+0000 mgr.a (mgr.14403) 506 : cluster 0 pgmap v372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:16.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:16 smithi135 bash[32435]: audit 2023-12-07T17:27:14.756926+0000 mgr.a (mgr.14403) 507 : audit 0 from='client.23799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:16 smithi079 bash[28699]: cluster 2023-12-07T17:27:14.621791+0000 mgr.a (mgr.14403) 506 : cluster 0 pgmap v372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:16 smithi079 bash[28699]: audit 2023-12-07T17:27:14.756926+0000 mgr.a (mgr.14403) 507 : audit 0 from='client.23799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:18 smithi194 bash[32038]: cluster 2023-12-07T17:27:16.622389+0000 mgr.a (mgr.14403) 508 : cluster 0 pgmap v373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:18.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:18 smithi135 bash[32435]: cluster 2023-12-07T17:27:16.622389+0000 mgr.a (mgr.14403) 508 : cluster 0 pgmap v373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:18 smithi079 bash[28699]: cluster 2023-12-07T17:27:16.622389+0000 mgr.a (mgr.14403) 508 : cluster 0 pgmap v373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:27:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:19 smithi194 bash[32038]: cluster 2023-12-07T17:27:18.623164+0000 mgr.a (mgr.14403) 509 : cluster 0 pgmap v374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:19 smithi135 bash[32435]: cluster 2023-12-07T17:27:18.623164+0000 mgr.a (mgr.14403) 509 : cluster 0 pgmap v374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:19 smithi079 bash[28699]: cluster 2023-12-07T17:27:18.623164+0000 mgr.a (mgr.14403) 509 : cluster 0 pgmap v374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:20.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:27:20.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:20.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:21.142 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:27:21.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:21.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:21.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:21.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:27:21.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:21 smithi194 bash[32038]: cluster 2023-12-07T17:27:20.623662+0000 mgr.a (mgr.14403) 510 : cluster 0 pgmap v375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:21.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:21 smithi194 bash[32038]: audit 2023-12-07T17:27:20.630719+0000 mgr.a (mgr.14403) 511 : audit 0 from='client.23874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:21.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:21 smithi135 bash[32435]: cluster 2023-12-07T17:27:20.623662+0000 mgr.a (mgr.14403) 510 : cluster 0 pgmap v375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:21.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:21 smithi135 bash[32435]: audit 2023-12-07T17:27:20.630719+0000 mgr.a (mgr.14403) 511 : audit 0 from='client.23874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:21 smithi079 bash[28699]: cluster 2023-12-07T17:27:20.623662+0000 mgr.a (mgr.14403) 510 : cluster 0 pgmap v375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:21 smithi079 bash[28699]: audit 2023-12-07T17:27:20.630719+0000 mgr.a (mgr.14403) 511 : audit 0 from='client.23874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:24 smithi194 bash[32038]: cluster 2023-12-07T17:27:22.624296+0000 mgr.a (mgr.14403) 512 : cluster 0 pgmap v376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:24.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:24 smithi135 bash[32435]: cluster 2023-12-07T17:27:22.624296+0000 mgr.a (mgr.14403) 512 : cluster 0 pgmap v376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:24 smithi079 bash[28699]: cluster 2023-12-07T17:27:22.624296+0000 mgr.a (mgr.14403) 512 : cluster 0 pgmap v376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:26.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:27:26.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:26.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:26 smithi194 bash[32038]: cluster 2023-12-07T17:27:24.625207+0000 mgr.a (mgr.14403) 513 : cluster 0 pgmap v377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:26.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:26 smithi135 bash[32435]: cluster 2023-12-07T17:27:24.625207+0000 mgr.a (mgr.14403) 513 : cluster 0 pgmap v377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:26 smithi079 bash[28699]: cluster 2023-12-07T17:27:24.625207+0000 mgr.a (mgr.14403) 513 : cluster 0 pgmap v377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:27.066 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:27:27.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:27.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:27.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:27.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:27:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:27 smithi194 bash[32038]: audit 2023-12-07T17:27:26.557140+0000 mgr.a (mgr.14403) 514 : audit 0 from='client.23943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:27 smithi194 bash[32038]: cluster 2023-12-07T17:27:26.626320+0000 mgr.a (mgr.14403) 515 : cluster 0 pgmap v378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:27 smithi135 bash[32435]: audit 2023-12-07T17:27:26.557140+0000 mgr.a (mgr.14403) 514 : audit 0 from='client.23943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:27 smithi135 bash[32435]: cluster 2023-12-07T17:27:26.626320+0000 mgr.a (mgr.14403) 515 : cluster 0 pgmap v378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:27 smithi079 bash[28699]: audit 2023-12-07T17:27:26.557140+0000 mgr.a (mgr.14403) 514 : audit 0 from='client.23943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:27 smithi079 bash[28699]: cluster 2023-12-07T17:27:26.626320+0000 mgr.a (mgr.14403) 515 : cluster 0 pgmap v378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:28 smithi135 bash[32435]: audit 2023-12-07T17:27:27.249556+0000 mon.a (mon.0) 541 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:27:28.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:28 smithi135 bash[32435]: audit 2023-12-07T17:27:27.989558+0000 mon.a (mon.0) 542 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:27:28.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:28 smithi135 bash[32435]: audit 2023-12-07T17:27:27.991417+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:27:28.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:28 smithi135 bash[32435]: audit 2023-12-07T17:27:28.000647+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:27:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:28 smithi079 bash[28699]: audit 2023-12-07T17:27:27.249556+0000 mon.a (mon.0) 541 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:27:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:28 smithi079 bash[28699]: audit 2023-12-07T17:27:27.989558+0000 mon.a (mon.0) 542 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:27:28.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:28 smithi079 bash[28699]: audit 2023-12-07T17:27:27.991417+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:27:28.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:28 smithi079 bash[28699]: audit 2023-12-07T17:27:28.000647+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:27:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:28 smithi194 bash[32038]: audit 2023-12-07T17:27:27.249556+0000 mon.a (mon.0) 541 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:27:28.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:28 smithi194 bash[32038]: audit 2023-12-07T17:27:27.989558+0000 mon.a (mon.0) 542 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:27:28.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:28 smithi194 bash[32038]: audit 2023-12-07T17:27:27.991417+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:27:28.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:28 smithi194 bash[32038]: audit 2023-12-07T17:27:28.000647+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:27:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:29 smithi079 bash[28699]: cluster 2023-12-07T17:27:28.627230+0000 mgr.a (mgr.14403) 516 : cluster 0 pgmap v379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:29.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:29 smithi194 bash[32038]: cluster 2023-12-07T17:27:28.627230+0000 mgr.a (mgr.14403) 516 : cluster 0 pgmap v379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:29.714 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:29 smithi135 bash[32435]: cluster 2023-12-07T17:27:28.627230+0000 mgr.a (mgr.14403) 516 : cluster 0 pgmap v379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:31 smithi194 bash[32038]: cluster 2023-12-07T17:27:30.627771+0000 mgr.a (mgr.14403) 517 : cluster 0 pgmap v380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:31 smithi135 bash[32435]: cluster 2023-12-07T17:27:30.627771+0000 mgr.a (mgr.14403) 517 : cluster 0 pgmap v380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:32.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:27:32.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:32.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:31 smithi079 bash[28699]: cluster 2023-12-07T17:27:30.627771+0000 mgr.a (mgr.14403) 517 : cluster 0 pgmap v380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:32.987 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:27:32.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:32.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:32.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:32.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:27:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:34 smithi194 bash[32038]: audit 2023-12-07T17:27:32.469670+0000 mgr.a (mgr.14403) 518 : audit 0 from='client.24018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:34.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:34 smithi194 bash[32038]: cluster 2023-12-07T17:27:32.628700+0000 mgr.a (mgr.14403) 519 : cluster 0 pgmap v381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:34 smithi135 bash[32435]: audit 2023-12-07T17:27:32.469670+0000 mgr.a (mgr.14403) 518 : audit 0 from='client.24018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:34 smithi135 bash[32435]: cluster 2023-12-07T17:27:32.628700+0000 mgr.a (mgr.14403) 519 : cluster 0 pgmap v381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:34.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:34 smithi079 bash[28699]: audit 2023-12-07T17:27:32.469670+0000 mgr.a (mgr.14403) 518 : audit 0 from='client.24018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:34.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:34 smithi079 bash[28699]: cluster 2023-12-07T17:27:32.628700+0000 mgr.a (mgr.14403) 519 : cluster 0 pgmap v381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:36 smithi194 bash[32038]: cluster 2023-12-07T17:27:34.629652+0000 mgr.a (mgr.14403) 520 : cluster 0 pgmap v382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:36.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:36 smithi135 bash[32435]: cluster 2023-12-07T17:27:34.629652+0000 mgr.a (mgr.14403) 520 : cluster 0 pgmap v382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:36 smithi079 bash[28699]: cluster 2023-12-07T17:27:34.629652+0000 mgr.a (mgr.14403) 520 : cluster 0 pgmap v382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:27:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:37 smithi194 bash[32038]: cluster 2023-12-07T17:27:36.630230+0000 mgr.a (mgr.14403) 521 : cluster 0 pgmap v383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:37 smithi135 bash[32435]: cluster 2023-12-07T17:27:36.630230+0000 mgr.a (mgr.14403) 521 : cluster 0 pgmap v383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:37 smithi079 bash[28699]: cluster 2023-12-07T17:27:36.630230+0000 mgr.a (mgr.14403) 521 : cluster 0 pgmap v383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:37.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:27:37.991 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:37.992 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:38.871 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:27:38.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:38.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:38.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:38.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:27:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:40 smithi194 bash[32038]: audit 2023-12-07T17:27:38.392020+0000 mgr.a (mgr.14403) 522 : audit 0 from='client.24093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:40.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:40 smithi194 bash[32038]: cluster 2023-12-07T17:27:38.642512+0000 mgr.a (mgr.14403) 523 : cluster 0 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-07T17:27:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:40 smithi135 bash[32435]: audit 2023-12-07T17:27:38.392020+0000 mgr.a (mgr.14403) 522 : audit 0 from='client.24093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:40 smithi135 bash[32435]: cluster 2023-12-07T17:27:38.642512+0000 mgr.a (mgr.14403) 523 : cluster 0 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-07T17:27:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:40 smithi079 bash[28699]: audit 2023-12-07T17:27:38.392020+0000 mgr.a (mgr.14403) 522 : audit 0 from='client.24093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:40 smithi079 bash[28699]: cluster 2023-12-07T17:27:38.642512+0000 mgr.a (mgr.14403) 523 : cluster 0 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-07T17:27:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:41 smithi194 bash[32038]: cluster 2023-12-07T17:27:40.643364+0000 mgr.a (mgr.14403) 524 : cluster 0 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-07T17:27:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:41 smithi135 bash[32435]: cluster 2023-12-07T17:27:40.643364+0000 mgr.a (mgr.14403) 524 : cluster 0 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-07T17:27:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:41 smithi079 bash[28699]: cluster 2023-12-07T17:27:40.643364+0000 mgr.a (mgr.14403) 524 : cluster 0 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-07T17:27:43.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:27:43.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:43.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:44.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:44 smithi194 bash[32038]: cluster 2023-12-07T17:27:42.643953+0000 mgr.a (mgr.14403) 525 : cluster 0 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-07T17:27:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:44 smithi135 bash[32435]: cluster 2023-12-07T17:27:42.643953+0000 mgr.a (mgr.14403) 525 : cluster 0 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-07T17:27:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:44 smithi079 bash[28699]: cluster 2023-12-07T17:27:42.643953+0000 mgr.a (mgr.14403) 525 : cluster 0 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-07T17:27:44.788 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:27:44.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:44.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:44.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:44.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:27:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:45 smithi135 bash[32435]: audit 2023-12-07T17:27:44.280033+0000 mgr.a (mgr.14403) 526 : audit 0 from='client.24168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:45 smithi135 bash[32435]: cluster 2023-12-07T17:27:44.656037+0000 mgr.a (mgr.14403) 527 : cluster 0 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-07T17:27:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:45 smithi079 bash[28699]: audit 2023-12-07T17:27:44.280033+0000 mgr.a (mgr.14403) 526 : audit 0 from='client.24168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:45 smithi079 bash[28699]: cluster 2023-12-07T17:27:44.656037+0000 mgr.a (mgr.14403) 527 : cluster 0 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-07T17:27:45.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:45 smithi194 bash[32038]: audit 2023-12-07T17:27:44.280033+0000 mgr.a (mgr.14403) 526 : audit 0 from='client.24168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:45.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:45 smithi194 bash[32038]: cluster 2023-12-07T17:27:44.656037+0000 mgr.a (mgr.14403) 527 : cluster 0 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-07T17:27:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:47 smithi079 bash[28699]: cluster 2023-12-07T17:27:46.656765+0000 mgr.a (mgr.14403) 528 : cluster 0 pgmap v388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T17:27:48.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:47 smithi194 bash[32038]: cluster 2023-12-07T17:27:46.656765+0000 mgr.a (mgr.14403) 528 : cluster 0 pgmap v388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T17:27:48.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:47 smithi135 bash[32435]: cluster 2023-12-07T17:27:46.656765+0000 mgr.a (mgr.14403) 528 : cluster 0 pgmap v388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1021 B/s rd, 0 op/s 2023-12-07T17:27:49.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:27:49.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:49.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:50.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:50 smithi194 bash[32038]: cluster 2023-12-07T17:27:48.657459+0000 mgr.a (mgr.14403) 529 : cluster 0 pgmap v389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:50.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:50 smithi135 bash[32435]: cluster 2023-12-07T17:27:48.657459+0000 mgr.a (mgr.14403) 529 : cluster 0 pgmap v389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:50 smithi079 bash[28699]: cluster 2023-12-07T17:27:48.657459+0000 mgr.a (mgr.14403) 529 : cluster 0 pgmap v389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:27:50.676 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:27:50.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:50.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:50.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:50.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:27:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:51 smithi194 bash[32038]: audit 2023-12-07T17:27:50.190256+0000 mgr.a (mgr.14403) 530 : audit 0 from='client.24246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:51.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:51 smithi194 bash[32038]: cluster 2023-12-07T17:27:50.657903+0000 mgr.a (mgr.14403) 531 : cluster 0 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-07T17:27:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:51 smithi135 bash[32435]: audit 2023-12-07T17:27:50.190256+0000 mgr.a (mgr.14403) 530 : audit 0 from='client.24246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:51 smithi135 bash[32435]: cluster 2023-12-07T17:27:50.657903+0000 mgr.a (mgr.14403) 531 : cluster 0 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-07T17:27:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:51 smithi079 bash[28699]: audit 2023-12-07T17:27:50.190256+0000 mgr.a (mgr.14403) 530 : audit 0 from='client.24246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:51 smithi079 bash[28699]: cluster 2023-12-07T17:27:50.657903+0000 mgr.a (mgr.14403) 531 : cluster 0 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-07T17:27:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:54 smithi194 bash[32038]: cluster 2023-12-07T17:27:52.658433+0000 mgr.a (mgr.14403) 532 : cluster 0 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-07T17:27:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:54 smithi135 bash[32435]: cluster 2023-12-07T17:27:52.658433+0000 mgr.a (mgr.14403) 532 : cluster 0 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-07T17:27:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:54 smithi079 bash[28699]: cluster 2023-12-07T17:27:52.658433+0000 mgr.a (mgr.14403) 532 : cluster 0 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-07T17:27:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:55 smithi194 bash[32038]: cluster 2023-12-07T17:27:54.659241+0000 mgr.a (mgr.14403) 533 : cluster 0 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-07T17:27:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:55 smithi135 bash[32435]: cluster 2023-12-07T17:27:54.659241+0000 mgr.a (mgr.14403) 533 : cluster 0 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-07T17:27:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:55 smithi079 bash[28699]: cluster 2023-12-07T17:27:54.659241+0000 mgr.a (mgr.14403) 533 : cluster 0 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-07T17:27:55.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:27:55.681 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:27:55.681 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:27:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:56 smithi194 bash[32038]: audit 2023-12-07T17:27:56.085404+0000 mgr.a (mgr.14403) 534 : audit 0 from='client.24321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:56.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:56 smithi135 bash[32435]: audit 2023-12-07T17:27:56.085404+0000 mgr.a (mgr.14403) 534 : audit 0 from='client.24321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:56.583 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:27:56.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:27:56.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:27:56.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:27:56.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:27:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:56 smithi079 bash[28699]: audit 2023-12-07T17:27:56.085404+0000 mgr.a (mgr.14403) 534 : audit 0 from='client.24321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:27:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:57 smithi194 bash[32038]: cluster 2023-12-07T17:27:56.659901+0000 mgr.a (mgr.14403) 535 : cluster 0 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-07T17:27:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:57 smithi135 bash[32435]: cluster 2023-12-07T17:27:56.659901+0000 mgr.a (mgr.14403) 535 : cluster 0 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-07T17:27:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:57 smithi079 bash[28699]: cluster 2023-12-07T17:27:56.659901+0000 mgr.a (mgr.14403) 535 : cluster 0 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-07T17:27:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:27:59 smithi079 bash[28699]: cluster 2023-12-07T17:27:58.660709+0000 mgr.a (mgr.14403) 536 : cluster 0 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-07T17:27:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:27:59 smithi194 bash[32038]: cluster 2023-12-07T17:27:58.660709+0000 mgr.a (mgr.14403) 536 : cluster 0 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-07T17:27:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:27:59 smithi135 bash[32435]: cluster 2023-12-07T17:27:58.660709+0000 mgr.a (mgr.14403) 536 : cluster 0 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-07T17:28:01.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:28:01.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:01.587 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:01 smithi079 bash[28699]: cluster 2023-12-07T17:28:00.661277+0000 mgr.a (mgr.14403) 537 : cluster 0 pgmap v395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:01 smithi194 bash[32038]: cluster 2023-12-07T17:28:00.661277+0000 mgr.a (mgr.14403) 537 : cluster 0 pgmap v395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:01 smithi135 bash[32435]: cluster 2023-12-07T17:28:00.661277+0000 mgr.a (mgr.14403) 537 : cluster 0 pgmap v395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:02.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:02.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:02.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:02.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:28:02.466 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:28:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:02 smithi079 bash[28699]: audit 2023-12-07T17:28:01.992381+0000 mgr.a (mgr.14403) 538 : audit 0 from='client.24399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:02 smithi194 bash[32038]: audit 2023-12-07T17:28:01.992381+0000 mgr.a (mgr.14403) 538 : audit 0 from='client.24399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:02 smithi135 bash[32435]: audit 2023-12-07T17:28:01.992381+0000 mgr.a (mgr.14403) 538 : audit 0 from='client.24399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:04 smithi194 bash[32038]: cluster 2023-12-07T17:28:02.661904+0000 mgr.a (mgr.14403) 539 : cluster 0 pgmap v396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:04 smithi135 bash[32435]: cluster 2023-12-07T17:28:02.661904+0000 mgr.a (mgr.14403) 539 : cluster 0 pgmap v396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:04 smithi079 bash[28699]: cluster 2023-12-07T17:28:02.661904+0000 mgr.a (mgr.14403) 539 : cluster 0 pgmap v396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:05 smithi194 bash[32038]: cluster 2023-12-07T17:28:04.662690+0000 mgr.a (mgr.14403) 540 : cluster 0 pgmap v397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:05 smithi135 bash[32435]: cluster 2023-12-07T17:28:04.662690+0000 mgr.a (mgr.14403) 540 : cluster 0 pgmap v397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:05 smithi079 bash[28699]: cluster 2023-12-07T17:28:04.662690+0000 mgr.a (mgr.14403) 540 : cluster 0 pgmap v397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:07.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:28:07.469 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:07.469 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:07 smithi079 bash[28699]: cluster 2023-12-07T17:28:06.663259+0000 mgr.a (mgr.14403) 541 : cluster 0 pgmap v398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:07 smithi194 bash[32038]: cluster 2023-12-07T17:28:06.663259+0000 mgr.a (mgr.14403) 541 : cluster 0 pgmap v398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:07 smithi135 bash[32435]: cluster 2023-12-07T17:28:06.663259+0000 mgr.a (mgr.14403) 541 : cluster 0 pgmap v398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:08.383 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:28:08.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:08.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:08.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:08.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:28:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:08 smithi079 bash[28699]: audit 2023-12-07T17:28:07.867955+0000 mgr.a (mgr.14403) 542 : audit 0 from='client.24477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:08 smithi194 bash[32038]: audit 2023-12-07T17:28:07.867955+0000 mgr.a (mgr.14403) 542 : audit 0 from='client.24477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:08 smithi135 bash[32435]: audit 2023-12-07T17:28:07.867955+0000 mgr.a (mgr.14403) 542 : audit 0 from='client.24477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:09 smithi079 bash[28699]: cluster 2023-12-07T17:28:08.664048+0000 mgr.a (mgr.14403) 543 : cluster 0 pgmap v399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:10.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:09 smithi194 bash[32038]: cluster 2023-12-07T17:28:08.664048+0000 mgr.a (mgr.14403) 543 : cluster 0 pgmap v399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:10.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:09 smithi135 bash[32435]: cluster 2023-12-07T17:28:08.664048+0000 mgr.a (mgr.14403) 543 : cluster 0 pgmap v399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:11 smithi079 bash[28699]: cluster 2023-12-07T17:28:10.664701+0000 mgr.a (mgr.14403) 544 : cluster 0 pgmap v400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:12.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:11 smithi194 bash[32038]: cluster 2023-12-07T17:28:10.664701+0000 mgr.a (mgr.14403) 544 : cluster 0 pgmap v400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:12.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:11 smithi135 bash[32435]: cluster 2023-12-07T17:28:10.664701+0000 mgr.a (mgr.14403) 544 : cluster 0 pgmap v400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:13.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:28:13.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:13.388 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:13 smithi079 bash[28699]: cluster 2023-12-07T17:28:12.665406+0000 mgr.a (mgr.14403) 545 : cluster 0 pgmap v401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:14.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:13 smithi194 bash[32038]: cluster 2023-12-07T17:28:12.665406+0000 mgr.a (mgr.14403) 545 : cluster 0 pgmap v401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:13 smithi135 bash[32435]: cluster 2023-12-07T17:28:12.665406+0000 mgr.a (mgr.14403) 545 : cluster 0 pgmap v401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:14.327 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:28:14.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:14.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:14.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:14.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:28:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:14 smithi079 bash[28699]: audit 2023-12-07T17:28:13.792171+0000 mgr.a (mgr.14403) 546 : audit 0 from='client.24555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:14 smithi194 bash[32038]: audit 2023-12-07T17:28:13.792171+0000 mgr.a (mgr.14403) 546 : audit 0 from='client.24555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:14 smithi135 bash[32435]: audit 2023-12-07T17:28:13.792171+0000 mgr.a (mgr.14403) 546 : audit 0 from='client.24555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:15 smithi079 bash[28699]: cluster 2023-12-07T17:28:14.666384+0000 mgr.a (mgr.14403) 547 : cluster 0 pgmap v402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:15 smithi194 bash[32038]: cluster 2023-12-07T17:28:14.666384+0000 mgr.a (mgr.14403) 547 : cluster 0 pgmap v402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:16.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:15 smithi135 bash[32435]: cluster 2023-12-07T17:28:14.666384+0000 mgr.a (mgr.14403) 547 : cluster 0 pgmap v402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:18.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:17 smithi079 bash[28699]: cluster 2023-12-07T17:28:16.667089+0000 mgr.a (mgr.14403) 548 : cluster 0 pgmap v403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:18.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:17 smithi194 bash[32038]: cluster 2023-12-07T17:28:16.667089+0000 mgr.a (mgr.14403) 548 : cluster 0 pgmap v403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:18.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:17 smithi135 bash[32435]: cluster 2023-12-07T17:28:16.667089+0000 mgr.a (mgr.14403) 548 : cluster 0 pgmap v403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:19.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:28:19.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:19.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:19 smithi194 bash[32038]: cluster 2023-12-07T17:28:18.667978+0000 mgr.a (mgr.14403) 549 : cluster 0 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-07T17:28:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:19 smithi135 bash[32435]: cluster 2023-12-07T17:28:18.667978+0000 mgr.a (mgr.14403) 549 : cluster 0 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-07T17:28:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:19 smithi079 bash[28699]: cluster 2023-12-07T17:28:18.667978+0000 mgr.a (mgr.14403) 549 : cluster 0 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-07T17:28:20.228 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:28:20.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:20.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:20.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:20.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:28:20.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:20 smithi194 bash[32038]: audit 2023-12-07T17:28:19.733754+0000 mgr.a (mgr.14403) 550 : audit 0 from='client.24630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:20 smithi135 bash[32435]: audit 2023-12-07T17:28:19.733754+0000 mgr.a (mgr.14403) 550 : audit 0 from='client.24630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:20 smithi079 bash[28699]: audit 2023-12-07T17:28:19.733754+0000 mgr.a (mgr.14403) 550 : audit 0 from='client.24630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:21 smithi194 bash[32038]: cluster 2023-12-07T17:28:20.668635+0000 mgr.a (mgr.14403) 551 : cluster 0 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-07T17:28:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:21 smithi135 bash[32435]: cluster 2023-12-07T17:28:20.668635+0000 mgr.a (mgr.14403) 551 : cluster 0 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-07T17:28:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:21 smithi079 bash[28699]: cluster 2023-12-07T17:28:20.668635+0000 mgr.a (mgr.14403) 551 : cluster 0 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-07T17:28:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:23 smithi079 bash[28699]: cluster 2023-12-07T17:28:22.669142+0000 mgr.a (mgr.14403) 552 : cluster 0 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-07T17:28:24.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:23 smithi194 bash[32038]: cluster 2023-12-07T17:28:22.669142+0000 mgr.a (mgr.14403) 552 : cluster 0 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-07T17:28:24.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:23 smithi135 bash[32435]: cluster 2023-12-07T17:28:22.669142+0000 mgr.a (mgr.14403) 552 : cluster 0 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-07T17:28:25.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:28:25.232 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:25.232 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:26.119 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:28:26.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:26.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:26.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:26.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:28:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:25 smithi079 bash[28699]: cluster 2023-12-07T17:28:24.669958+0000 mgr.a (mgr.14403) 553 : cluster 0 pgmap v407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:26.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:25 smithi194 bash[32038]: cluster 2023-12-07T17:28:24.669958+0000 mgr.a (mgr.14403) 553 : cluster 0 pgmap v407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:26.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:25 smithi135 bash[32435]: cluster 2023-12-07T17:28:24.669958+0000 mgr.a (mgr.14403) 553 : cluster 0 pgmap v407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:26 smithi079 bash[28699]: audit 2023-12-07T17:28:25.634615+0000 mgr.a (mgr.14403) 554 : audit 0 from='client.24702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:26 smithi194 bash[32038]: audit 2023-12-07T17:28:25.634615+0000 mgr.a (mgr.14403) 554 : audit 0 from='client.24702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:26 smithi135 bash[32435]: audit 2023-12-07T17:28:25.634615+0000 mgr.a (mgr.14403) 554 : audit 0 from='client.24702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:27 smithi079 bash[28699]: cluster 2023-12-07T17:28:26.670583+0000 mgr.a (mgr.14403) 555 : cluster 0 pgmap v408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:27 smithi194 bash[32038]: cluster 2023-12-07T17:28:26.670583+0000 mgr.a (mgr.14403) 555 : cluster 0 pgmap v408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:28.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:27 smithi135 bash[32435]: cluster 2023-12-07T17:28:26.670583+0000 mgr.a (mgr.14403) 555 : cluster 0 pgmap v408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:28 smithi079 bash[28699]: audit 2023-12-07T17:28:28.102114+0000 mon.a (mon.0) 545 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:28:29.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:28 smithi079 bash[28699]: audit 2023-12-07T17:28:28.633646+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:28:29.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:28 smithi079 bash[28699]: audit 2023-12-07T17:28:28.639643+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:28:29.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:28 smithi194 bash[32038]: audit 2023-12-07T17:28:28.102114+0000 mon.a (mon.0) 545 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:28:29.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:28 smithi194 bash[32038]: audit 2023-12-07T17:28:28.633646+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:28:29.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:28 smithi194 bash[32038]: audit 2023-12-07T17:28:28.639643+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:28:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:28 smithi135 bash[32435]: audit 2023-12-07T17:28:28.102114+0000 mon.a (mon.0) 545 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:28:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:28 smithi135 bash[32435]: audit 2023-12-07T17:28:28.633646+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:28:29.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:28 smithi135 bash[32435]: audit 2023-12-07T17:28:28.639643+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:28:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:29 smithi079 bash[28699]: cluster 2023-12-07T17:28:28.671377+0000 mgr.a (mgr.14403) 556 : cluster 0 pgmap v409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:30.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:29 smithi079 bash[28699]: audit 2023-12-07T17:28:29.331549+0000 mon.a (mon.0) 548 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:28:30.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:29 smithi079 bash[28699]: audit 2023-12-07T17:28:29.332704+0000 mon.a (mon.0) 549 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:28:30.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:29 smithi079 bash[28699]: audit 2023-12-07T17:28:29.340723+0000 mon.a (mon.0) 550 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:28:30.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:29 smithi194 bash[32038]: cluster 2023-12-07T17:28:28.671377+0000 mgr.a (mgr.14403) 556 : cluster 0 pgmap v409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:30.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:29 smithi194 bash[32038]: audit 2023-12-07T17:28:29.331549+0000 mon.a (mon.0) 548 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:28:30.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:29 smithi194 bash[32038]: audit 2023-12-07T17:28:29.332704+0000 mon.a (mon.0) 549 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:28:30.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:29 smithi194 bash[32038]: audit 2023-12-07T17:28:29.340723+0000 mon.a (mon.0) 550 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:28:30.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:29 smithi135 bash[32435]: cluster 2023-12-07T17:28:28.671377+0000 mgr.a (mgr.14403) 556 : cluster 0 pgmap v409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:30.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:29 smithi135 bash[32435]: audit 2023-12-07T17:28:29.331549+0000 mon.a (mon.0) 548 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:28:30.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:29 smithi135 bash[32435]: audit 2023-12-07T17:28:29.332704+0000 mon.a (mon.0) 549 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:28:30.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:29 smithi135 bash[32435]: audit 2023-12-07T17:28:29.340723+0000 mon.a (mon.0) 550 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:28:31.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:28:31.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:31.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:32.011 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:28:32.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:32.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:32.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:32.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:28:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:31 smithi079 bash[28699]: cluster 2023-12-07T17:28:30.671942+0000 mgr.a (mgr.14403) 557 : cluster 0 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-07T17:28:32.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:31 smithi194 bash[32038]: cluster 2023-12-07T17:28:30.671942+0000 mgr.a (mgr.14403) 557 : cluster 0 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-07T17:28:32.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:31 smithi135 bash[32435]: cluster 2023-12-07T17:28:30.671942+0000 mgr.a (mgr.14403) 557 : cluster 0 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-07T17:28:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:32 smithi079 bash[28699]: audit 2023-12-07T17:28:31.516695+0000 mgr.a (mgr.14403) 558 : audit 0 from='client.24774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:32 smithi194 bash[32038]: audit 2023-12-07T17:28:31.516695+0000 mgr.a (mgr.14403) 558 : audit 0 from='client.24774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:32 smithi135 bash[32435]: audit 2023-12-07T17:28:31.516695+0000 mgr.a (mgr.14403) 558 : audit 0 from='client.24774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:33 smithi079 bash[28699]: cluster 2023-12-07T17:28:32.672604+0000 mgr.a (mgr.14403) 559 : cluster 0 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-07T17:28:34.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:33 smithi194 bash[32038]: cluster 2023-12-07T17:28:32.672604+0000 mgr.a (mgr.14403) 559 : cluster 0 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-07T17:28:34.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:33 smithi135 bash[32435]: cluster 2023-12-07T17:28:32.672604+0000 mgr.a (mgr.14403) 559 : cluster 0 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-07T17:28:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:35 smithi079 bash[28699]: cluster 2023-12-07T17:28:34.673436+0000 mgr.a (mgr.14403) 560 : cluster 0 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-07T17:28:36.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:35 smithi194 bash[32038]: cluster 2023-12-07T17:28:34.673436+0000 mgr.a (mgr.14403) 560 : cluster 0 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-07T17:28:36.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:35 smithi135 bash[32435]: cluster 2023-12-07T17:28:34.673436+0000 mgr.a (mgr.14403) 560 : cluster 0 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-07T17:28:37.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:28:37.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:37.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:37.893 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:28:37.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:37.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:37.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:37.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:28:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:37 smithi079 bash[28699]: cluster 2023-12-07T17:28:36.673998+0000 mgr.a (mgr.14403) 561 : cluster 0 pgmap v413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:38.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:37 smithi194 bash[32038]: cluster 2023-12-07T17:28:36.673998+0000 mgr.a (mgr.14403) 561 : cluster 0 pgmap v413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:38.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:37 smithi135 bash[32435]: cluster 2023-12-07T17:28:36.673998+0000 mgr.a (mgr.14403) 561 : cluster 0 pgmap v413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:38 smithi079 bash[28699]: audit 2023-12-07T17:28:37.408741+0000 mgr.a (mgr.14403) 562 : audit 0 from='client.24852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:38 smithi194 bash[32038]: audit 2023-12-07T17:28:37.408741+0000 mgr.a (mgr.14403) 562 : audit 0 from='client.24852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:38 smithi135 bash[32435]: audit 2023-12-07T17:28:37.408741+0000 mgr.a (mgr.14403) 562 : audit 0 from='client.24852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:39 smithi079 bash[28699]: cluster 2023-12-07T17:28:38.674843+0000 mgr.a (mgr.14403) 563 : cluster 0 pgmap v414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:40.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:39 smithi194 bash[32038]: cluster 2023-12-07T17:28:38.674843+0000 mgr.a (mgr.14403) 563 : cluster 0 pgmap v414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:40.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:39 smithi135 bash[32435]: cluster 2023-12-07T17:28:38.674843+0000 mgr.a (mgr.14403) 563 : cluster 0 pgmap v414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:28:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:41 smithi079 bash[28699]: cluster 2023-12-07T17:28:40.675384+0000 mgr.a (mgr.14403) 564 : cluster 0 pgmap v415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:41 smithi194 bash[32038]: cluster 2023-12-07T17:28:40.675384+0000 mgr.a (mgr.14403) 564 : cluster 0 pgmap v415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:41 smithi135 bash[32435]: cluster 2023-12-07T17:28:40.675384+0000 mgr.a (mgr.14403) 564 : cluster 0 pgmap v415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:42.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:28:42.896 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:42.896 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:43.826 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:28:43.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:43.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:43.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:43.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:28:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:43 smithi079 bash[28699]: cluster 2023-12-07T17:28:42.675944+0000 mgr.a (mgr.14403) 565 : cluster 0 pgmap v416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:44.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:43 smithi194 bash[32038]: cluster 2023-12-07T17:28:42.675944+0000 mgr.a (mgr.14403) 565 : cluster 0 pgmap v416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:44.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:43 smithi135 bash[32435]: cluster 2023-12-07T17:28:42.675944+0000 mgr.a (mgr.14403) 565 : cluster 0 pgmap v416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:44 smithi079 bash[28699]: audit 2023-12-07T17:28:43.297536+0000 mgr.a (mgr.14403) 566 : audit 0 from='client.24930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:44 smithi194 bash[32038]: audit 2023-12-07T17:28:43.297536+0000 mgr.a (mgr.14403) 566 : audit 0 from='client.24930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:44 smithi135 bash[32435]: audit 2023-12-07T17:28:43.297536+0000 mgr.a (mgr.14403) 566 : audit 0 from='client.24930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:45 smithi079 bash[28699]: cluster 2023-12-07T17:28:44.677010+0000 mgr.a (mgr.14403) 567 : cluster 0 pgmap v417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:28:46.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:45 smithi194 bash[32038]: cluster 2023-12-07T17:28:44.677010+0000 mgr.a (mgr.14403) 567 : cluster 0 pgmap v417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:28:46.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:45 smithi135 bash[32435]: cluster 2023-12-07T17:28:44.677010+0000 mgr.a (mgr.14403) 567 : cluster 0 pgmap v417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:28:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:47 smithi079 bash[28699]: cluster 2023-12-07T17:28:46.677625+0000 mgr.a (mgr.14403) 568 : cluster 0 pgmap v418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:28:48.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:47 smithi194 bash[32038]: cluster 2023-12-07T17:28:46.677625+0000 mgr.a (mgr.14403) 568 : cluster 0 pgmap v418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:28:48.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:47 smithi135 bash[32435]: cluster 2023-12-07T17:28:46.677625+0000 mgr.a (mgr.14403) 568 : cluster 0 pgmap v418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:28:48.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:28:48.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:48.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:49 smithi194 bash[32038]: cluster 2023-12-07T17:28:48.678391+0000 mgr.a (mgr.14403) 569 : cluster 0 pgmap v419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:49 smithi135 bash[32435]: cluster 2023-12-07T17:28:48.678391+0000 mgr.a (mgr.14403) 569 : cluster 0 pgmap v419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:49 smithi079 bash[28699]: cluster 2023-12-07T17:28:48.678391+0000 mgr.a (mgr.14403) 569 : cluster 0 pgmap v419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:49.740 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:28:49.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:49.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:49.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:49.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:28:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:50 smithi194 bash[32038]: audit 2023-12-07T17:28:49.229228+0000 mgr.a (mgr.14403) 570 : audit 0 from='client.25005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:50.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:50 smithi135 bash[32435]: audit 2023-12-07T17:28:49.229228+0000 mgr.a (mgr.14403) 570 : audit 0 from='client.25005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:50 smithi079 bash[28699]: audit 2023-12-07T17:28:49.229228+0000 mgr.a (mgr.14403) 570 : audit 0 from='client.25005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:51 smithi194 bash[32038]: cluster 2023-12-07T17:28:50.679033+0000 mgr.a (mgr.14403) 571 : cluster 0 pgmap v420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:51 smithi135 bash[32435]: cluster 2023-12-07T17:28:50.679033+0000 mgr.a (mgr.14403) 571 : cluster 0 pgmap v420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:51 smithi079 bash[28699]: cluster 2023-12-07T17:28:50.679033+0000 mgr.a (mgr.14403) 571 : cluster 0 pgmap v420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:53 smithi079 bash[28699]: cluster 2023-12-07T17:28:52.679480+0000 mgr.a (mgr.14403) 572 : cluster 0 pgmap v421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:54.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:53 smithi194 bash[32038]: cluster 2023-12-07T17:28:52.679480+0000 mgr.a (mgr.14403) 572 : cluster 0 pgmap v421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:54.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:53 smithi135 bash[32435]: cluster 2023-12-07T17:28:52.679480+0000 mgr.a (mgr.14403) 572 : cluster 0 pgmap v421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:28:54.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:28:54.743 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:28:54.743 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:28:55.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:28:55.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:28:55.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:28:55.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:28:55.646 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:28:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:55 smithi079 bash[28699]: cluster 2023-12-07T17:28:54.680218+0000 mgr.a (mgr.14403) 573 : cluster 0 pgmap v422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:56.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:55 smithi079 bash[28699]: audit 2023-12-07T17:28:55.141709+0000 mgr.a (mgr.14403) 574 : audit 0 from='client.25080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:56.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:55 smithi194 bash[32038]: cluster 2023-12-07T17:28:54.680218+0000 mgr.a (mgr.14403) 573 : cluster 0 pgmap v422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:56.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:55 smithi194 bash[32038]: audit 2023-12-07T17:28:55.141709+0000 mgr.a (mgr.14403) 574 : audit 0 from='client.25080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:56.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:55 smithi135 bash[32435]: cluster 2023-12-07T17:28:54.680218+0000 mgr.a (mgr.14403) 573 : cluster 0 pgmap v422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:28:56.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:55 smithi135 bash[32435]: audit 2023-12-07T17:28:55.141709+0000 mgr.a (mgr.14403) 574 : audit 0 from='client.25080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:28:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:57 smithi079 bash[28699]: cluster 2023-12-07T17:28:56.680898+0000 mgr.a (mgr.14403) 575 : cluster 0 pgmap v423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:28:58.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:57 smithi194 bash[32038]: cluster 2023-12-07T17:28:56.680898+0000 mgr.a (mgr.14403) 575 : cluster 0 pgmap v423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:28:58.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:57 smithi135 bash[32435]: cluster 2023-12-07T17:28:56.680898+0000 mgr.a (mgr.14403) 575 : cluster 0 pgmap v423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:28:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:28:59 smithi194 bash[32038]: cluster 2023-12-07T17:28:58.681767+0000 mgr.a (mgr.14403) 576 : cluster 0 pgmap v424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:28:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:28:59 smithi135 bash[32435]: cluster 2023-12-07T17:28:58.681767+0000 mgr.a (mgr.14403) 576 : cluster 0 pgmap v424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:28:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:28:59 smithi079 bash[28699]: cluster 2023-12-07T17:28:58.681767+0000 mgr.a (mgr.14403) 576 : cluster 0 pgmap v424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:29:00.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:29:00.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:00.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:01.553 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:29:01.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:01.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:01.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:01.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:29:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:01 smithi079 bash[28699]: cluster 2023-12-07T17:29:00.682313+0000 mgr.a (mgr.14403) 577 : cluster 0 pgmap v425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:02.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:01 smithi079 bash[28699]: audit 2023-12-07T17:29:01.052308+0000 mgr.a (mgr.14403) 578 : audit 0 from='client.25158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:02.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:01 smithi194 bash[32038]: cluster 2023-12-07T17:29:00.682313+0000 mgr.a (mgr.14403) 577 : cluster 0 pgmap v425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:02.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:01 smithi194 bash[32038]: audit 2023-12-07T17:29:01.052308+0000 mgr.a (mgr.14403) 578 : audit 0 from='client.25158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:01 smithi135 bash[32435]: cluster 2023-12-07T17:29:00.682313+0000 mgr.a (mgr.14403) 577 : cluster 0 pgmap v425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:01 smithi135 bash[32435]: audit 2023-12-07T17:29:01.052308+0000 mgr.a (mgr.14403) 578 : audit 0 from='client.25158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:04.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:03 smithi079 bash[28699]: cluster 2023-12-07T17:29:02.683033+0000 mgr.a (mgr.14403) 579 : cluster 0 pgmap v426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:04.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:03 smithi194 bash[32038]: cluster 2023-12-07T17:29:02.683033+0000 mgr.a (mgr.14403) 579 : cluster 0 pgmap v426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:04.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:03 smithi135 bash[32435]: cluster 2023-12-07T17:29:02.683033+0000 mgr.a (mgr.14403) 579 : cluster 0 pgmap v426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:05 smithi079 bash[28699]: cluster 2023-12-07T17:29:04.683894+0000 mgr.a (mgr.14403) 580 : cluster 0 pgmap v427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:06.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:05 smithi194 bash[32038]: cluster 2023-12-07T17:29:04.683894+0000 mgr.a (mgr.14403) 580 : cluster 0 pgmap v427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:06.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:05 smithi135 bash[32435]: cluster 2023-12-07T17:29:04.683894+0000 mgr.a (mgr.14403) 580 : cluster 0 pgmap v427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:06.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:29:06.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:06.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:07.427 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:29:07.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:07.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:07.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:07.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:29:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:07 smithi079 bash[28699]: cluster 2023-12-07T17:29:06.684539+0000 mgr.a (mgr.14403) 581 : cluster 0 pgmap v428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:07 smithi079 bash[28699]: audit 2023-12-07T17:29:06.961247+0000 mgr.a (mgr.14403) 582 : audit 0 from='client.25236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:08.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:07 smithi194 bash[32038]: cluster 2023-12-07T17:29:06.684539+0000 mgr.a (mgr.14403) 581 : cluster 0 pgmap v428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:08.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:07 smithi194 bash[32038]: audit 2023-12-07T17:29:06.961247+0000 mgr.a (mgr.14403) 582 : audit 0 from='client.25236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:07 smithi135 bash[32435]: cluster 2023-12-07T17:29:06.684539+0000 mgr.a (mgr.14403) 581 : cluster 0 pgmap v428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:07 smithi135 bash[32435]: audit 2023-12-07T17:29:06.961247+0000 mgr.a (mgr.14403) 582 : audit 0 from='client.25236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:09 smithi194 bash[32038]: cluster 2023-12-07T17:29:08.685488+0000 mgr.a (mgr.14403) 583 : cluster 0 pgmap v429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:09 smithi135 bash[32435]: cluster 2023-12-07T17:29:08.685488+0000 mgr.a (mgr.14403) 583 : cluster 0 pgmap v429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:09 smithi079 bash[28699]: cluster 2023-12-07T17:29:08.685488+0000 mgr.a (mgr.14403) 583 : cluster 0 pgmap v429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:11 smithi079 bash[28699]: cluster 2023-12-07T17:29:10.686048+0000 mgr.a (mgr.14403) 584 : cluster 0 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-07T17:29:12.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:11 smithi194 bash[32038]: cluster 2023-12-07T17:29:10.686048+0000 mgr.a (mgr.14403) 584 : cluster 0 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-07T17:29:12.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:11 smithi135 bash[32435]: cluster 2023-12-07T17:29:10.686048+0000 mgr.a (mgr.14403) 584 : cluster 0 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-07T17:29:12.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:29:12.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:12.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:13.322 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:29:13.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:13.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:13.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:13.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:29:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:13 smithi079 bash[28699]: cluster 2023-12-07T17:29:12.686596+0000 mgr.a (mgr.14403) 585 : cluster 0 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-07T17:29:14.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:13 smithi079 bash[28699]: audit 2023-12-07T17:29:12.830260+0000 mgr.a (mgr.14403) 586 : audit 0 from='client.25314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:14.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:13 smithi194 bash[32038]: cluster 2023-12-07T17:29:12.686596+0000 mgr.a (mgr.14403) 585 : cluster 0 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-07T17:29:14.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:13 smithi194 bash[32038]: audit 2023-12-07T17:29:12.830260+0000 mgr.a (mgr.14403) 586 : audit 0 from='client.25314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:13 smithi135 bash[32435]: cluster 2023-12-07T17:29:12.686596+0000 mgr.a (mgr.14403) 585 : cluster 0 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-07T17:29:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:13 smithi135 bash[32435]: audit 2023-12-07T17:29:12.830260+0000 mgr.a (mgr.14403) 586 : audit 0 from='client.25314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:15 smithi079 bash[28699]: cluster 2023-12-07T17:29:14.687530+0000 mgr.a (mgr.14403) 587 : cluster 0 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-07T17:29:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:15 smithi194 bash[32038]: cluster 2023-12-07T17:29:14.687530+0000 mgr.a (mgr.14403) 587 : cluster 0 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-07T17:29:16.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:15 smithi135 bash[32435]: cluster 2023-12-07T17:29:14.687530+0000 mgr.a (mgr.14403) 587 : cluster 0 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-07T17:29:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:17 smithi079 bash[28699]: cluster 2023-12-07T17:29:16.688148+0000 mgr.a (mgr.14403) 588 : cluster 0 pgmap v433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:18.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:17 smithi194 bash[32038]: cluster 2023-12-07T17:29:16.688148+0000 mgr.a (mgr.14403) 588 : cluster 0 pgmap v433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:18.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:17 smithi135 bash[32435]: cluster 2023-12-07T17:29:16.688148+0000 mgr.a (mgr.14403) 588 : cluster 0 pgmap v433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:18.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:29:18.325 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:18.325 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:19.247 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:29:19.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:19.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:19.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:19.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:29:19.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:19 smithi194 bash[32038]: cluster 2023-12-07T17:29:18.688874+0000 mgr.a (mgr.14403) 589 : cluster 0 pgmap v434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:19.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:19 smithi194 bash[32038]: audit 2023-12-07T17:29:18.727578+0000 mgr.a (mgr.14403) 590 : audit 0 from='client.25389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:19.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:19 smithi135 bash[32435]: cluster 2023-12-07T17:29:18.688874+0000 mgr.a (mgr.14403) 589 : cluster 0 pgmap v434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:19.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:19 smithi135 bash[32435]: audit 2023-12-07T17:29:18.727578+0000 mgr.a (mgr.14403) 590 : audit 0 from='client.25389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:19 smithi079 bash[28699]: cluster 2023-12-07T17:29:18.688874+0000 mgr.a (mgr.14403) 589 : cluster 0 pgmap v434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:19 smithi079 bash[28699]: audit 2023-12-07T17:29:18.727578+0000 mgr.a (mgr.14403) 590 : audit 0 from='client.25389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:21 smithi079 bash[28699]: cluster 2023-12-07T17:29:20.689588+0000 mgr.a (mgr.14403) 591 : cluster 0 pgmap v435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:22.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:21 smithi194 bash[32038]: cluster 2023-12-07T17:29:20.689588+0000 mgr.a (mgr.14403) 591 : cluster 0 pgmap v435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:22.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:21 smithi135 bash[32435]: cluster 2023-12-07T17:29:20.689588+0000 mgr.a (mgr.14403) 591 : cluster 0 pgmap v435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:23 smithi079 bash[28699]: cluster 2023-12-07T17:29:22.690145+0000 mgr.a (mgr.14403) 592 : cluster 0 pgmap v436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:24.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:23 smithi194 bash[32038]: cluster 2023-12-07T17:29:22.690145+0000 mgr.a (mgr.14403) 592 : cluster 0 pgmap v436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:24.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:23 smithi135 bash[32435]: cluster 2023-12-07T17:29:22.690145+0000 mgr.a (mgr.14403) 592 : cluster 0 pgmap v436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:24.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:29:24.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:24.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:25.167 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:29:25.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:25.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:25.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:25.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:29:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:25 smithi079 bash[28699]: audit 2023-12-07T17:29:24.656689+0000 mgr.a (mgr.14403) 593 : audit 0 from='client.25461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:26.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:25 smithi079 bash[28699]: cluster 2023-12-07T17:29:24.691145+0000 mgr.a (mgr.14403) 594 : cluster 0 pgmap v437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:26.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:25 smithi194 bash[32038]: audit 2023-12-07T17:29:24.656689+0000 mgr.a (mgr.14403) 593 : audit 0 from='client.25461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:26.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:25 smithi194 bash[32038]: cluster 2023-12-07T17:29:24.691145+0000 mgr.a (mgr.14403) 594 : cluster 0 pgmap v437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:26.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:25 smithi135 bash[32435]: audit 2023-12-07T17:29:24.656689+0000 mgr.a (mgr.14403) 593 : audit 0 from='client.25461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:26.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:25 smithi135 bash[32435]: cluster 2023-12-07T17:29:24.691145+0000 mgr.a (mgr.14403) 594 : cluster 0 pgmap v437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:28.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:27 smithi079 bash[28699]: cluster 2023-12-07T17:29:26.691932+0000 mgr.a (mgr.14403) 595 : cluster 0 pgmap v438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:27 smithi194 bash[32038]: cluster 2023-12-07T17:29:26.691932+0000 mgr.a (mgr.14403) 595 : cluster 0 pgmap v438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:28.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:27 smithi135 bash[32435]: cluster 2023-12-07T17:29:26.691932+0000 mgr.a (mgr.14403) 595 : cluster 0 pgmap v438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:29.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:29 smithi194 bash[32038]: cluster 2023-12-07T17:29:28.692886+0000 mgr.a (mgr.14403) 596 : cluster 0 pgmap v439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:29 smithi135 bash[32435]: cluster 2023-12-07T17:29:28.692886+0000 mgr.a (mgr.14403) 596 : cluster 0 pgmap v439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:29 smithi079 bash[28699]: cluster 2023-12-07T17:29:28.692886+0000 mgr.a (mgr.14403) 596 : cluster 0 pgmap v439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:30.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:29:30.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:30.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:30.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:30 smithi194 bash[32038]: audit 2023-12-07T17:29:29.443157+0000 mon.a (mon.0) 551 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:29:30.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:30 smithi194 bash[32038]: audit 2023-12-07T17:29:29.972918+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:29:30.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:30 smithi194 bash[32038]: audit 2023-12-07T17:29:29.980194+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:29:30.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:30 smithi135 bash[32435]: audit 2023-12-07T17:29:29.443157+0000 mon.a (mon.0) 551 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:29:30.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:30 smithi135 bash[32435]: audit 2023-12-07T17:29:29.972918+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:29:30.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:30 smithi135 bash[32435]: audit 2023-12-07T17:29:29.980194+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:29:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:30 smithi079 bash[28699]: audit 2023-12-07T17:29:29.443157+0000 mon.a (mon.0) 551 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:29:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:30 smithi079 bash[28699]: audit 2023-12-07T17:29:29.972918+0000 mon.a (mon.0) 552 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:29:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:30 smithi079 bash[28699]: audit 2023-12-07T17:29:29.980194+0000 mon.a (mon.0) 553 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:29:31.079 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:29:31.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:31.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:31.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:31.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:29:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:31 smithi079 bash[28699]: audit 2023-12-07T17:29:30.573081+0000 mgr.a (mgr.14403) 597 : audit 0 from='client.25539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:31 smithi079 bash[28699]: cluster 2023-12-07T17:29:30.693360+0000 mgr.a (mgr.14403) 598 : cluster 0 pgmap v440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:31 smithi079 bash[28699]: audit 2023-12-07T17:29:30.766630+0000 mon.a (mon.0) 554 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:29:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:31 smithi079 bash[28699]: audit 2023-12-07T17:29:30.768251+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:29:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:31 smithi079 bash[28699]: audit 2023-12-07T17:29:30.777280+0000 mon.a (mon.0) 556 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:29:31.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:31 smithi194 bash[32038]: audit 2023-12-07T17:29:30.573081+0000 mgr.a (mgr.14403) 597 : audit 0 from='client.25539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:31.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:31 smithi194 bash[32038]: cluster 2023-12-07T17:29:30.693360+0000 mgr.a (mgr.14403) 598 : cluster 0 pgmap v440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:31.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:31 smithi194 bash[32038]: audit 2023-12-07T17:29:30.766630+0000 mon.a (mon.0) 554 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:29:31.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:31 smithi194 bash[32038]: audit 2023-12-07T17:29:30.768251+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:29:31.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:31 smithi194 bash[32038]: audit 2023-12-07T17:29:30.777280+0000 mon.a (mon.0) 556 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:29:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:31 smithi135 bash[32435]: audit 2023-12-07T17:29:30.573081+0000 mgr.a (mgr.14403) 597 : audit 0 from='client.25539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:31.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:31 smithi135 bash[32435]: cluster 2023-12-07T17:29:30.693360+0000 mgr.a (mgr.14403) 598 : cluster 0 pgmap v440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:31.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:31 smithi135 bash[32435]: audit 2023-12-07T17:29:30.766630+0000 mon.a (mon.0) 554 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:29:31.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:31 smithi135 bash[32435]: audit 2023-12-07T17:29:30.768251+0000 mon.a (mon.0) 555 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:29:31.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:31 smithi135 bash[32435]: audit 2023-12-07T17:29:30.777280+0000 mon.a (mon.0) 556 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:29:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:33 smithi079 bash[28699]: cluster 2023-12-07T17:29:32.694033+0000 mgr.a (mgr.14403) 599 : cluster 0 pgmap v441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:34.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:33 smithi194 bash[32038]: cluster 2023-12-07T17:29:32.694033+0000 mgr.a (mgr.14403) 599 : cluster 0 pgmap v441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:34.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:33 smithi135 bash[32435]: cluster 2023-12-07T17:29:32.694033+0000 mgr.a (mgr.14403) 599 : cluster 0 pgmap v441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:36.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:29:36.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:36.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:35 smithi079 bash[28699]: cluster 2023-12-07T17:29:34.694839+0000 mgr.a (mgr.14403) 600 : cluster 0 pgmap v442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:36.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:35 smithi194 bash[32038]: cluster 2023-12-07T17:29:34.694839+0000 mgr.a (mgr.14403) 600 : cluster 0 pgmap v442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:36.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:35 smithi135 bash[32435]: cluster 2023-12-07T17:29:34.694839+0000 mgr.a (mgr.14403) 600 : cluster 0 pgmap v442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:36.975 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:29:36.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:36.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:36.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:36.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:29:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:37 smithi079 bash[28699]: audit 2023-12-07T17:29:36.481699+0000 mgr.a (mgr.14403) 601 : audit 0 from='client.25617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:37 smithi079 bash[28699]: cluster 2023-12-07T17:29:36.695415+0000 mgr.a (mgr.14403) 602 : cluster 0 pgmap v443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:37 smithi194 bash[32038]: audit 2023-12-07T17:29:36.481699+0000 mgr.a (mgr.14403) 601 : audit 0 from='client.25617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:37 smithi194 bash[32038]: cluster 2023-12-07T17:29:36.695415+0000 mgr.a (mgr.14403) 602 : cluster 0 pgmap v443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:38.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:37 smithi135 bash[32435]: audit 2023-12-07T17:29:36.481699+0000 mgr.a (mgr.14403) 601 : audit 0 from='client.25617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:37 smithi135 bash[32435]: cluster 2023-12-07T17:29:36.695415+0000 mgr.a (mgr.14403) 602 : cluster 0 pgmap v443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:39.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:39 smithi194 bash[32038]: cluster 2023-12-07T17:29:38.696276+0000 mgr.a (mgr.14403) 603 : cluster 0 pgmap v444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:39 smithi135 bash[32435]: cluster 2023-12-07T17:29:38.696276+0000 mgr.a (mgr.14403) 603 : cluster 0 pgmap v444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:39 smithi079 bash[28699]: cluster 2023-12-07T17:29:38.696276+0000 mgr.a (mgr.14403) 603 : cluster 0 pgmap v444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:41.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:29:41.978 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:41.979 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:41 smithi079 bash[28699]: cluster 2023-12-07T17:29:40.696868+0000 mgr.a (mgr.14403) 604 : cluster 0 pgmap v445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:42.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:41 smithi194 bash[32038]: cluster 2023-12-07T17:29:40.696868+0000 mgr.a (mgr.14403) 604 : cluster 0 pgmap v445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:42.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:41 smithi135 bash[32435]: cluster 2023-12-07T17:29:40.696868+0000 mgr.a (mgr.14403) 604 : cluster 0 pgmap v445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:42.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:42.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:42.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:42.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:29:42.889 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:29:44.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:43 smithi079 bash[28699]: audit 2023-12-07T17:29:42.379742+0000 mgr.a (mgr.14403) 605 : audit 0 from='client.25695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:44.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:43 smithi079 bash[28699]: cluster 2023-12-07T17:29:42.697391+0000 mgr.a (mgr.14403) 606 : cluster 0 pgmap v446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:44.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:43 smithi194 bash[32038]: audit 2023-12-07T17:29:42.379742+0000 mgr.a (mgr.14403) 605 : audit 0 from='client.25695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:44.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:43 smithi194 bash[32038]: cluster 2023-12-07T17:29:42.697391+0000 mgr.a (mgr.14403) 606 : cluster 0 pgmap v446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:44.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:43 smithi135 bash[32435]: audit 2023-12-07T17:29:42.379742+0000 mgr.a (mgr.14403) 605 : audit 0 from='client.25695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:44.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:43 smithi135 bash[32435]: cluster 2023-12-07T17:29:42.697391+0000 mgr.a (mgr.14403) 606 : cluster 0 pgmap v446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:46.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:45 smithi079 bash[28699]: cluster 2023-12-07T17:29:44.698209+0000 mgr.a (mgr.14403) 607 : cluster 0 pgmap v447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:46.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:45 smithi194 bash[32038]: cluster 2023-12-07T17:29:44.698209+0000 mgr.a (mgr.14403) 607 : cluster 0 pgmap v447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:46.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:45 smithi135 bash[32435]: cluster 2023-12-07T17:29:44.698209+0000 mgr.a (mgr.14403) 607 : cluster 0 pgmap v447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:29:47.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:29:47.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:47.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:47 smithi079 bash[28699]: cluster 2023-12-07T17:29:46.698810+0000 mgr.a (mgr.14403) 608 : cluster 0 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-07T17:29:48.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:47 smithi194 bash[32038]: cluster 2023-12-07T17:29:46.698810+0000 mgr.a (mgr.14403) 608 : cluster 0 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-07T17:29:48.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:47 smithi135 bash[32435]: cluster 2023-12-07T17:29:46.698810+0000 mgr.a (mgr.14403) 608 : cluster 0 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-07T17:29:48.784 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:29:48.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:48.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:48.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:48.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:29:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:49 smithi135 bash[32435]: audit 2023-12-07T17:29:48.285238+0000 mgr.a (mgr.14403) 609 : audit 0 from='client.25773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:49.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:49 smithi135 bash[32435]: cluster 2023-12-07T17:29:48.699407+0000 mgr.a (mgr.14403) 610 : cluster 0 pgmap v449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:29:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:49 smithi079 bash[28699]: audit 2023-12-07T17:29:48.285238+0000 mgr.a (mgr.14403) 609 : audit 0 from='client.25773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:49 smithi079 bash[28699]: cluster 2023-12-07T17:29:48.699407+0000 mgr.a (mgr.14403) 610 : cluster 0 pgmap v449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:29:49.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:49 smithi194 bash[32038]: audit 2023-12-07T17:29:48.285238+0000 mgr.a (mgr.14403) 609 : audit 0 from='client.25773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:49.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:49 smithi194 bash[32038]: cluster 2023-12-07T17:29:48.699407+0000 mgr.a (mgr.14403) 610 : cluster 0 pgmap v449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:29:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:51 smithi079 bash[28699]: cluster 2023-12-07T17:29:50.699959+0000 mgr.a (mgr.14403) 611 : cluster 0 pgmap v450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:29:52.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:51 smithi194 bash[32038]: cluster 2023-12-07T17:29:50.699959+0000 mgr.a (mgr.14403) 611 : cluster 0 pgmap v450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:29:52.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:51 smithi135 bash[32435]: cluster 2023-12-07T17:29:50.699959+0000 mgr.a (mgr.14403) 611 : cluster 0 pgmap v450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:29:53.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:29:53.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:53.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:29:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:53 smithi079 bash[28699]: cluster 2023-12-07T17:29:52.700533+0000 mgr.a (mgr.14403) 612 : cluster 0 pgmap v451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:29:54.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:53 smithi194 bash[32038]: cluster 2023-12-07T17:29:52.700533+0000 mgr.a (mgr.14403) 612 : cluster 0 pgmap v451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:29:54.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:53 smithi135 bash[32435]: cluster 2023-12-07T17:29:52.700533+0000 mgr.a (mgr.14403) 612 : cluster 0 pgmap v451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:29:54.728 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:29:54.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:29:54.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:29:54.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:29:54.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:29:56.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:55 smithi079 bash[28699]: audit 2023-12-07T17:29:54.199363+0000 mgr.a (mgr.14403) 613 : audit 0 from='client.25848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:56.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:55 smithi079 bash[28699]: cluster 2023-12-07T17:29:54.701222+0000 mgr.a (mgr.14403) 614 : cluster 0 pgmap v452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:56.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:55 smithi194 bash[32038]: audit 2023-12-07T17:29:54.199363+0000 mgr.a (mgr.14403) 613 : audit 0 from='client.25848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:56.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:55 smithi194 bash[32038]: cluster 2023-12-07T17:29:54.701222+0000 mgr.a (mgr.14403) 614 : cluster 0 pgmap v452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:56.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:55 smithi135 bash[32435]: audit 2023-12-07T17:29:54.199363+0000 mgr.a (mgr.14403) 613 : audit 0 from='client.25848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:29:56.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:55 smithi135 bash[32435]: cluster 2023-12-07T17:29:54.701222+0000 mgr.a (mgr.14403) 614 : cluster 0 pgmap v452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:58.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:57 smithi079 bash[28699]: cluster 2023-12-07T17:29:56.701763+0000 mgr.a (mgr.14403) 615 : cluster 0 pgmap v453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:58.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:57 smithi194 bash[32038]: cluster 2023-12-07T17:29:56.701763+0000 mgr.a (mgr.14403) 615 : cluster 0 pgmap v453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:58.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:57 smithi135 bash[32435]: cluster 2023-12-07T17:29:56.701763+0000 mgr.a (mgr.14403) 615 : cluster 0 pgmap v453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:29:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:29:59 smithi135 bash[32435]: cluster 2023-12-07T17:29:58.702491+0000 mgr.a (mgr.14403) 616 : cluster 0 pgmap v454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:29:59 smithi079 bash[28699]: cluster 2023-12-07T17:29:58.702491+0000 mgr.a (mgr.14403) 616 : cluster 0 pgmap v454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:59.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:29:59 smithi194 bash[32038]: cluster 2023-12-07T17:29:58.702491+0000 mgr.a (mgr.14403) 616 : cluster 0 pgmap v454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:29:59.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:29:59.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:29:59.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:00.641 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:30:00.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:00.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:00.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:00.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:30:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:00 smithi079 bash[28699]: cluster 2023-12-07T17:30:00.000102+0000 mon.a (mon.0) 557 : cluster 1 overall HEALTH_OK 2023-12-07T17:30:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:00 smithi079 bash[28699]: audit 2023-12-07T17:30:00.135365+0000 mgr.a (mgr.14403) 617 : audit 0 from='client.25920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:00 smithi194 bash[32038]: cluster 2023-12-07T17:30:00.000102+0000 mon.a (mon.0) 557 : cluster 1 overall HEALTH_OK 2023-12-07T17:30:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:00 smithi194 bash[32038]: audit 2023-12-07T17:30:00.135365+0000 mgr.a (mgr.14403) 617 : audit 0 from='client.25920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:00 smithi135 bash[32435]: cluster 2023-12-07T17:30:00.000102+0000 mon.a (mon.0) 557 : cluster 1 overall HEALTH_OK 2023-12-07T17:30:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:00 smithi135 bash[32435]: audit 2023-12-07T17:30:00.135365+0000 mgr.a (mgr.14403) 617 : audit 0 from='client.25920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:01.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:01 smithi079 bash[28699]: cluster 2023-12-07T17:30:00.703213+0000 mgr.a (mgr.14403) 618 : cluster 0 pgmap v455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:30:01.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:01 smithi194 bash[32038]: cluster 2023-12-07T17:30:00.703213+0000 mgr.a (mgr.14403) 618 : cluster 0 pgmap v455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:30:01.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:01 smithi135 bash[32435]: cluster 2023-12-07T17:30:00.703213+0000 mgr.a (mgr.14403) 618 : cluster 0 pgmap v455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:30:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:03 smithi079 bash[28699]: cluster 2023-12-07T17:30:02.703791+0000 mgr.a (mgr.14403) 619 : cluster 0 pgmap v456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:30:04.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:03 smithi194 bash[32038]: cluster 2023-12-07T17:30:02.703791+0000 mgr.a (mgr.14403) 619 : cluster 0 pgmap v456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:30:04.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:03 smithi135 bash[32435]: cluster 2023-12-07T17:30:02.703791+0000 mgr.a (mgr.14403) 619 : cluster 0 pgmap v456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:30:05.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:30:05.644 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:05.644 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:05 smithi079 bash[28699]: cluster 2023-12-07T17:30:04.704495+0000 mgr.a (mgr.14403) 620 : cluster 0 pgmap v457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:30:06.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:05 smithi194 bash[32038]: cluster 2023-12-07T17:30:04.704495+0000 mgr.a (mgr.14403) 620 : cluster 0 pgmap v457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:30:06.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:05 smithi135 bash[32435]: cluster 2023-12-07T17:30:04.704495+0000 mgr.a (mgr.14403) 620 : cluster 0 pgmap v457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:30:06.520 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:30:06.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:06.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:06.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:06.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:30:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:06 smithi079 bash[28699]: audit 2023-12-07T17:30:06.046172+0000 mgr.a (mgr.14403) 621 : audit 0 from='client.25992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:07.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:06 smithi194 bash[32038]: audit 2023-12-07T17:30:06.046172+0000 mgr.a (mgr.14403) 621 : audit 0 from='client.25992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:06 smithi135 bash[32435]: audit 2023-12-07T17:30:06.046172+0000 mgr.a (mgr.14403) 621 : audit 0 from='client.25992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:07 smithi079 bash[28699]: cluster 2023-12-07T17:30:06.705334+0000 mgr.a (mgr.14403) 622 : cluster 0 pgmap v458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:08.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:07 smithi194 bash[32038]: cluster 2023-12-07T17:30:06.705334+0000 mgr.a (mgr.14403) 622 : cluster 0 pgmap v458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:07 smithi135 bash[32435]: cluster 2023-12-07T17:30:06.705334+0000 mgr.a (mgr.14403) 622 : cluster 0 pgmap v458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:09 smithi079 bash[28699]: cluster 2023-12-07T17:30:08.706187+0000 mgr.a (mgr.14403) 623 : cluster 0 pgmap v459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:09 smithi194 bash[32038]: cluster 2023-12-07T17:30:08.706187+0000 mgr.a (mgr.14403) 623 : cluster 0 pgmap v459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:09 smithi135 bash[32435]: cluster 2023-12-07T17:30:08.706187+0000 mgr.a (mgr.14403) 623 : cluster 0 pgmap v459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:11.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:30:11.523 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:11.523 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:11 smithi079 bash[28699]: cluster 2023-12-07T17:30:10.706765+0000 mgr.a (mgr.14403) 624 : cluster 0 pgmap v460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:12.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:11 smithi194 bash[32038]: cluster 2023-12-07T17:30:10.706765+0000 mgr.a (mgr.14403) 624 : cluster 0 pgmap v460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:12.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:11 smithi135 bash[32435]: cluster 2023-12-07T17:30:10.706765+0000 mgr.a (mgr.14403) 624 : cluster 0 pgmap v460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:12.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:12.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:12.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:12.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:30:12.427 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:30:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:12 smithi079 bash[28699]: audit 2023-12-07T17:30:11.926361+0000 mgr.a (mgr.14403) 625 : audit 0 from='client.26070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:13.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:12 smithi194 bash[32038]: audit 2023-12-07T17:30:11.926361+0000 mgr.a (mgr.14403) 625 : audit 0 from='client.26070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:12 smithi135 bash[32435]: audit 2023-12-07T17:30:11.926361+0000 mgr.a (mgr.14403) 625 : audit 0 from='client.26070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:14.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:13 smithi079 bash[28699]: cluster 2023-12-07T17:30:12.707492+0000 mgr.a (mgr.14403) 626 : cluster 0 pgmap v461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:14.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:13 smithi194 bash[32038]: cluster 2023-12-07T17:30:12.707492+0000 mgr.a (mgr.14403) 626 : cluster 0 pgmap v461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:13 smithi135 bash[32435]: cluster 2023-12-07T17:30:12.707492+0000 mgr.a (mgr.14403) 626 : cluster 0 pgmap v461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:15 smithi079 bash[28699]: cluster 2023-12-07T17:30:14.708336+0000 mgr.a (mgr.14403) 627 : cluster 0 pgmap v462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:16.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:15 smithi194 bash[32038]: cluster 2023-12-07T17:30:14.708336+0000 mgr.a (mgr.14403) 627 : cluster 0 pgmap v462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:16.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:15 smithi135 bash[32435]: cluster 2023-12-07T17:30:14.708336+0000 mgr.a (mgr.14403) 627 : cluster 0 pgmap v462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:17.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:30:17.430 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:17.430 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:17 smithi079 bash[28699]: cluster 2023-12-07T17:30:16.708896+0000 mgr.a (mgr.14403) 628 : cluster 0 pgmap v463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:18.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:17 smithi194 bash[32038]: cluster 2023-12-07T17:30:16.708896+0000 mgr.a (mgr.14403) 628 : cluster 0 pgmap v463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:18.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:17 smithi135 bash[32435]: cluster 2023-12-07T17:30:16.708896+0000 mgr.a (mgr.14403) 628 : cluster 0 pgmap v463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:18.345 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:30:18.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:18.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:18.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:18.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:30:19.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:18 smithi079 bash[28699]: audit 2023-12-07T17:30:17.835145+0000 mgr.a (mgr.14403) 629 : audit 0 from='client.26148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:19.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:18 smithi194 bash[32038]: audit 2023-12-07T17:30:17.835145+0000 mgr.a (mgr.14403) 629 : audit 0 from='client.26148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:18 smithi135 bash[32435]: audit 2023-12-07T17:30:17.835145+0000 mgr.a (mgr.14403) 629 : audit 0 from='client.26148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:19 smithi079 bash[28699]: cluster 2023-12-07T17:30:18.709860+0000 mgr.a (mgr.14403) 630 : cluster 0 pgmap v464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:20.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:19 smithi194 bash[32038]: cluster 2023-12-07T17:30:18.709860+0000 mgr.a (mgr.14403) 630 : cluster 0 pgmap v464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:20.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:19 smithi135 bash[32435]: cluster 2023-12-07T17:30:18.709860+0000 mgr.a (mgr.14403) 630 : cluster 0 pgmap v464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:22.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:21 smithi079 bash[28699]: cluster 2023-12-07T17:30:20.710438+0000 mgr.a (mgr.14403) 631 : cluster 0 pgmap v465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:22.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:21 smithi194 bash[32038]: cluster 2023-12-07T17:30:20.710438+0000 mgr.a (mgr.14403) 631 : cluster 0 pgmap v465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:22.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:21 smithi135 bash[32435]: cluster 2023-12-07T17:30:20.710438+0000 mgr.a (mgr.14403) 631 : cluster 0 pgmap v465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:23.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:30:23.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:23.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:23 smithi079 bash[28699]: cluster 2023-12-07T17:30:22.710952+0000 mgr.a (mgr.14403) 632 : cluster 0 pgmap v466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:24.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:23 smithi194 bash[32038]: cluster 2023-12-07T17:30:22.710952+0000 mgr.a (mgr.14403) 632 : cluster 0 pgmap v466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:24.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:23 smithi135 bash[32435]: cluster 2023-12-07T17:30:22.710952+0000 mgr.a (mgr.14403) 632 : cluster 0 pgmap v466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:24.255 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:30:24.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:24.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:24.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:24.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:30:25.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:24 smithi079 bash[28699]: audit 2023-12-07T17:30:23.753550+0000 mgr.a (mgr.14403) 633 : audit 0 from='client.26223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:25.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:24 smithi194 bash[32038]: audit 2023-12-07T17:30:23.753550+0000 mgr.a (mgr.14403) 633 : audit 0 from='client.26223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:24 smithi135 bash[32435]: audit 2023-12-07T17:30:23.753550+0000 mgr.a (mgr.14403) 633 : audit 0 from='client.26223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:25 smithi079 bash[28699]: cluster 2023-12-07T17:30:24.712066+0000 mgr.a (mgr.14403) 634 : cluster 0 pgmap v467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:26.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:25 smithi194 bash[32038]: cluster 2023-12-07T17:30:24.712066+0000 mgr.a (mgr.14403) 634 : cluster 0 pgmap v467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:26.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:25 smithi135 bash[32435]: cluster 2023-12-07T17:30:24.712066+0000 mgr.a (mgr.14403) 634 : cluster 0 pgmap v467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:27 smithi079 bash[28699]: cluster 2023-12-07T17:30:26.712642+0000 mgr.a (mgr.14403) 635 : cluster 0 pgmap v468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:28.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:27 smithi194 bash[32038]: cluster 2023-12-07T17:30:26.712642+0000 mgr.a (mgr.14403) 635 : cluster 0 pgmap v468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:28.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:27 smithi135 bash[32435]: cluster 2023-12-07T17:30:26.712642+0000 mgr.a (mgr.14403) 635 : cluster 0 pgmap v468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:29.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:30:29.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:29.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:29 smithi079 bash[28699]: cluster 2023-12-07T17:30:28.713390+0000 mgr.a (mgr.14403) 636 : cluster 0 pgmap v469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:29.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:29 smithi194 bash[32038]: cluster 2023-12-07T17:30:28.713390+0000 mgr.a (mgr.14403) 636 : cluster 0 pgmap v469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:29 smithi135 bash[32435]: cluster 2023-12-07T17:30:28.713390+0000 mgr.a (mgr.14403) 636 : cluster 0 pgmap v469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:30.132 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:30:30.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:30.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:30.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:30.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:30:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:30 smithi079 bash[28699]: audit 2023-12-07T17:30:29.655894+0000 mgr.a (mgr.14403) 637 : audit 0 from='client.26301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:30 smithi194 bash[32038]: audit 2023-12-07T17:30:29.655894+0000 mgr.a (mgr.14403) 637 : audit 0 from='client.26301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:30.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:30 smithi135 bash[32435]: audit 2023-12-07T17:30:29.655894+0000 mgr.a (mgr.14403) 637 : audit 0 from='client.26301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:31 smithi079 bash[28699]: cluster 2023-12-07T17:30:30.714128+0000 mgr.a (mgr.14403) 638 : cluster 0 pgmap v470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:31 smithi079 bash[28699]: audit 2023-12-07T17:30:30.895724+0000 mon.a (mon.0) 558 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:30:31.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:31 smithi194 bash[32038]: cluster 2023-12-07T17:30:30.714128+0000 mgr.a (mgr.14403) 638 : cluster 0 pgmap v470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:31.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:31 smithi194 bash[32038]: audit 2023-12-07T17:30:30.895724+0000 mon.a (mon.0) 558 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:30:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:31 smithi135 bash[32435]: cluster 2023-12-07T17:30:30.714128+0000 mgr.a (mgr.14403) 638 : cluster 0 pgmap v470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:31 smithi135 bash[32435]: audit 2023-12-07T17:30:30.895724+0000 mon.a (mon.0) 558 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:30:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:32 smithi194 bash[32038]: audit 2023-12-07T17:30:31.426112+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:30:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:32 smithi194 bash[32038]: audit 2023-12-07T17:30:31.432325+0000 mon.a (mon.0) 560 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:30:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:32 smithi194 bash[32038]: audit 2023-12-07T17:30:32.136444+0000 mon.a (mon.0) 561 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:30:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:32 smithi194 bash[32038]: audit 2023-12-07T17:30:32.138229+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:30:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:32 smithi194 bash[32038]: audit 2023-12-07T17:30:32.148261+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:30:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:32 smithi135 bash[32435]: audit 2023-12-07T17:30:31.426112+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:30:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:32 smithi135 bash[32435]: audit 2023-12-07T17:30:31.432325+0000 mon.a (mon.0) 560 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:30:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:32 smithi135 bash[32435]: audit 2023-12-07T17:30:32.136444+0000 mon.a (mon.0) 561 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:30:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:32 smithi135 bash[32435]: audit 2023-12-07T17:30:32.138229+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:30:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:32 smithi135 bash[32435]: audit 2023-12-07T17:30:32.148261+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:30:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:32 smithi079 bash[28699]: audit 2023-12-07T17:30:31.426112+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:30:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:32 smithi079 bash[28699]: audit 2023-12-07T17:30:31.432325+0000 mon.a (mon.0) 560 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:30:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:32 smithi079 bash[28699]: audit 2023-12-07T17:30:32.136444+0000 mon.a (mon.0) 561 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:30:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:32 smithi079 bash[28699]: audit 2023-12-07T17:30:32.138229+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:30:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:32 smithi079 bash[28699]: audit 2023-12-07T17:30:32.148261+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:30:33.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:33 smithi194 bash[32038]: cluster 2023-12-07T17:30:32.714685+0000 mgr.a (mgr.14403) 639 : cluster 0 pgmap v471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:33.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:33 smithi135 bash[32435]: cluster 2023-12-07T17:30:32.714685+0000 mgr.a (mgr.14403) 639 : cluster 0 pgmap v471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:33.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:33 smithi079 bash[28699]: cluster 2023-12-07T17:30:32.714685+0000 mgr.a (mgr.14403) 639 : cluster 0 pgmap v471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:30:35.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:30:35.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:35.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:36.073 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:30:36.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:36.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:36.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:36.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:30:36.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:35 smithi079 bash[28699]: cluster 2023-12-07T17:30:34.715606+0000 mgr.a (mgr.14403) 640 : cluster 0 pgmap v472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:35 smithi194 bash[32038]: cluster 2023-12-07T17:30:34.715606+0000 mgr.a (mgr.14403) 640 : cluster 0 pgmap v472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:36.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:35 smithi135 bash[32435]: cluster 2023-12-07T17:30:34.715606+0000 mgr.a (mgr.14403) 640 : cluster 0 pgmap v472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:37.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:36 smithi079 bash[28699]: audit 2023-12-07T17:30:35.538575+0000 mgr.a (mgr.14403) 641 : audit 0 from='client.26379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:37.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:36 smithi194 bash[32038]: audit 2023-12-07T17:30:35.538575+0000 mgr.a (mgr.14403) 641 : audit 0 from='client.26379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:36 smithi135 bash[32435]: audit 2023-12-07T17:30:35.538575+0000 mgr.a (mgr.14403) 641 : audit 0 from='client.26379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:37 smithi079 bash[28699]: cluster 2023-12-07T17:30:36.716351+0000 mgr.a (mgr.14403) 642 : cluster 0 pgmap v473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:37 smithi194 bash[32038]: cluster 2023-12-07T17:30:36.716351+0000 mgr.a (mgr.14403) 642 : cluster 0 pgmap v473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:38.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:37 smithi135 bash[32435]: cluster 2023-12-07T17:30:36.716351+0000 mgr.a (mgr.14403) 642 : cluster 0 pgmap v473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:39 smithi079 bash[28699]: cluster 2023-12-07T17:30:38.717157+0000 mgr.a (mgr.14403) 643 : cluster 0 pgmap v474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:39 smithi194 bash[32038]: cluster 2023-12-07T17:30:38.717157+0000 mgr.a (mgr.14403) 643 : cluster 0 pgmap v474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:39 smithi135 bash[32435]: cluster 2023-12-07T17:30:38.717157+0000 mgr.a (mgr.14403) 643 : cluster 0 pgmap v474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:41.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:30:41.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:41.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:41.980 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:30:41.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:41.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:41.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:41.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:30:42.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:41 smithi079 bash[28699]: cluster 2023-12-07T17:30:40.717753+0000 mgr.a (mgr.14403) 644 : cluster 0 pgmap v475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:42.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:41 smithi194 bash[32038]: cluster 2023-12-07T17:30:40.717753+0000 mgr.a (mgr.14403) 644 : cluster 0 pgmap v475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:41 smithi135 bash[32435]: cluster 2023-12-07T17:30:40.717753+0000 mgr.a (mgr.14403) 644 : cluster 0 pgmap v475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:42 smithi079 bash[28699]: audit 2023-12-07T17:30:41.481536+0000 mgr.a (mgr.14403) 645 : audit 0 from='client.26457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:43.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:42 smithi194 bash[32038]: audit 2023-12-07T17:30:41.481536+0000 mgr.a (mgr.14403) 645 : audit 0 from='client.26457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:42 smithi135 bash[32435]: audit 2023-12-07T17:30:41.481536+0000 mgr.a (mgr.14403) 645 : audit 0 from='client.26457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:44.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:43 smithi079 bash[28699]: cluster 2023-12-07T17:30:42.718458+0000 mgr.a (mgr.14403) 646 : cluster 0 pgmap v476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:44.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:43 smithi194 bash[32038]: cluster 2023-12-07T17:30:42.718458+0000 mgr.a (mgr.14403) 646 : cluster 0 pgmap v476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:44.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:43 smithi135 bash[32435]: cluster 2023-12-07T17:30:42.718458+0000 mgr.a (mgr.14403) 646 : cluster 0 pgmap v476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:46.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:45 smithi079 bash[28699]: cluster 2023-12-07T17:30:44.719233+0000 mgr.a (mgr.14403) 647 : cluster 0 pgmap v477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:46.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:45 smithi194 bash[32038]: cluster 2023-12-07T17:30:44.719233+0000 mgr.a (mgr.14403) 647 : cluster 0 pgmap v477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:46.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:45 smithi135 bash[32435]: cluster 2023-12-07T17:30:44.719233+0000 mgr.a (mgr.14403) 647 : cluster 0 pgmap v477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:46.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:30:46.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:46.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:47.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:47.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:47.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:47.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:30:47.904 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:30:48.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:47 smithi079 bash[28699]: cluster 2023-12-07T17:30:46.719733+0000 mgr.a (mgr.14403) 648 : cluster 0 pgmap v478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:48.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:47 smithi194 bash[32038]: cluster 2023-12-07T17:30:46.719733+0000 mgr.a (mgr.14403) 648 : cluster 0 pgmap v478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:48.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:47 smithi135 bash[32435]: cluster 2023-12-07T17:30:46.719733+0000 mgr.a (mgr.14403) 648 : cluster 0 pgmap v478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:49.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:48 smithi079 bash[28699]: audit 2023-12-07T17:30:47.384018+0000 mgr.a (mgr.14403) 649 : audit 0 from='client.26529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:49.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:48 smithi194 bash[32038]: audit 2023-12-07T17:30:47.384018+0000 mgr.a (mgr.14403) 649 : audit 0 from='client.26529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:48 smithi135 bash[32435]: audit 2023-12-07T17:30:47.384018+0000 mgr.a (mgr.14403) 649 : audit 0 from='client.26529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:49 smithi079 bash[28699]: cluster 2023-12-07T17:30:48.720592+0000 mgr.a (mgr.14403) 650 : cluster 0 pgmap v479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:50.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:49 smithi194 bash[32038]: cluster 2023-12-07T17:30:48.720592+0000 mgr.a (mgr.14403) 650 : cluster 0 pgmap v479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:50.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:49 smithi135 bash[32435]: cluster 2023-12-07T17:30:48.720592+0000 mgr.a (mgr.14403) 650 : cluster 0 pgmap v479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:30:52.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:51 smithi079 bash[28699]: cluster 2023-12-07T17:30:50.721164+0000 mgr.a (mgr.14403) 651 : cluster 0 pgmap v480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:52.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:51 smithi194 bash[32038]: cluster 2023-12-07T17:30:50.721164+0000 mgr.a (mgr.14403) 651 : cluster 0 pgmap v480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:52.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:51 smithi135 bash[32435]: cluster 2023-12-07T17:30:50.721164+0000 mgr.a (mgr.14403) 651 : cluster 0 pgmap v480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:52.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:30:52.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:52.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:53.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:53.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:53.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:53.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:30:53.792 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:30:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:53 smithi079 bash[28699]: cluster 2023-12-07T17:30:52.721678+0000 mgr.a (mgr.14403) 652 : cluster 0 pgmap v481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:54.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:53 smithi194 bash[32038]: cluster 2023-12-07T17:30:52.721678+0000 mgr.a (mgr.14403) 652 : cluster 0 pgmap v481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:54.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:53 smithi135 bash[32435]: cluster 2023-12-07T17:30:52.721678+0000 mgr.a (mgr.14403) 652 : cluster 0 pgmap v481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:30:55.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:54 smithi079 bash[28699]: audit 2023-12-07T17:30:53.306829+0000 mgr.a (mgr.14403) 653 : audit 0 from='client.26607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:55.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:54 smithi194 bash[32038]: audit 2023-12-07T17:30:53.306829+0000 mgr.a (mgr.14403) 653 : audit 0 from='client.26607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:54 smithi135 bash[32435]: audit 2023-12-07T17:30:53.306829+0000 mgr.a (mgr.14403) 653 : audit 0 from='client.26607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:56.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:55 smithi079 bash[28699]: cluster 2023-12-07T17:30:54.722589+0000 mgr.a (mgr.14403) 654 : cluster 0 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-07T17:30:56.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:55 smithi194 bash[32038]: cluster 2023-12-07T17:30:54.722589+0000 mgr.a (mgr.14403) 654 : cluster 0 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-07T17:30:56.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:55 smithi135 bash[32435]: cluster 2023-12-07T17:30:54.722589+0000 mgr.a (mgr.14403) 654 : cluster 0 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-07T17:30:58.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:57 smithi079 bash[28699]: cluster 2023-12-07T17:30:56.723178+0000 mgr.a (mgr.14403) 655 : cluster 0 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-07T17:30:58.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:57 smithi194 bash[32038]: cluster 2023-12-07T17:30:56.723178+0000 mgr.a (mgr.14403) 655 : cluster 0 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-07T17:30:58.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:57 smithi135 bash[32435]: cluster 2023-12-07T17:30:56.723178+0000 mgr.a (mgr.14403) 655 : cluster 0 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-07T17:30:58.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:30:58.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:30:58.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:30:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:59 smithi079 bash[28699]: cluster 2023-12-07T17:30:58.723865+0000 mgr.a (mgr.14403) 656 : cluster 0 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-07T17:30:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:30:59 smithi079 bash[28699]: audit 2023-12-07T17:30:59.200899+0000 mgr.a (mgr.14403) 657 : audit 0 from='client.26682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:59.702 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:30:59.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:30:59.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:30:59.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:30:59.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:30:59.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:59 smithi194 bash[32038]: cluster 2023-12-07T17:30:58.723865+0000 mgr.a (mgr.14403) 656 : cluster 0 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-07T17:30:59.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:30:59 smithi194 bash[32038]: audit 2023-12-07T17:30:59.200899+0000 mgr.a (mgr.14403) 657 : audit 0 from='client.26682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:30:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:59 smithi135 bash[32435]: cluster 2023-12-07T17:30:58.723865+0000 mgr.a (mgr.14403) 656 : cluster 0 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-07T17:30:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:30:59 smithi135 bash[32435]: audit 2023-12-07T17:30:59.200899+0000 mgr.a (mgr.14403) 657 : audit 0 from='client.26682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:02.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:01 smithi079 bash[28699]: cluster 2023-12-07T17:31:00.724522+0000 mgr.a (mgr.14403) 658 : cluster 0 pgmap v485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:02.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:01 smithi194 bash[32038]: cluster 2023-12-07T17:31:00.724522+0000 mgr.a (mgr.14403) 658 : cluster 0 pgmap v485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:01 smithi135 bash[32435]: cluster 2023-12-07T17:31:00.724522+0000 mgr.a (mgr.14403) 658 : cluster 0 pgmap v485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:04.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:03 smithi079 bash[28699]: cluster 2023-12-07T17:31:02.725081+0000 mgr.a (mgr.14403) 659 : cluster 0 pgmap v486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:04.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:03 smithi194 bash[32038]: cluster 2023-12-07T17:31:02.725081+0000 mgr.a (mgr.14403) 659 : cluster 0 pgmap v486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:04.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:03 smithi135 bash[32435]: cluster 2023-12-07T17:31:02.725081+0000 mgr.a (mgr.14403) 659 : cluster 0 pgmap v486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:04.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:31:04.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:04.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:05.596 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:31:05.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:05.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:05.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:05.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:31:06.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:05 smithi079 bash[28699]: cluster 2023-12-07T17:31:04.725701+0000 mgr.a (mgr.14403) 660 : cluster 0 pgmap v487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:06.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:05 smithi079 bash[28699]: audit 2023-12-07T17:31:05.107266+0000 mgr.a (mgr.14403) 661 : audit 0 from='client.26757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:06.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:05 smithi194 bash[32038]: cluster 2023-12-07T17:31:04.725701+0000 mgr.a (mgr.14403) 660 : cluster 0 pgmap v487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:06.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:05 smithi194 bash[32038]: audit 2023-12-07T17:31:05.107266+0000 mgr.a (mgr.14403) 661 : audit 0 from='client.26757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:06.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:05 smithi135 bash[32435]: cluster 2023-12-07T17:31:04.725701+0000 mgr.a (mgr.14403) 660 : cluster 0 pgmap v487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:06.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:05 smithi135 bash[32435]: audit 2023-12-07T17:31:05.107266+0000 mgr.a (mgr.14403) 661 : audit 0 from='client.26757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:07 smithi079 bash[28699]: cluster 2023-12-07T17:31:06.726372+0000 mgr.a (mgr.14403) 662 : cluster 0 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-07T17:31:08.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:07 smithi194 bash[32038]: cluster 2023-12-07T17:31:06.726372+0000 mgr.a (mgr.14403) 662 : cluster 0 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-07T17:31:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:07 smithi135 bash[32435]: cluster 2023-12-07T17:31:06.726372+0000 mgr.a (mgr.14403) 662 : cluster 0 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-07T17:31:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:09 smithi079 bash[28699]: cluster 2023-12-07T17:31:08.727168+0000 mgr.a (mgr.14403) 663 : cluster 0 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-07T17:31:09.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:09 smithi194 bash[32038]: cluster 2023-12-07T17:31:08.727168+0000 mgr.a (mgr.14403) 663 : cluster 0 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-07T17:31:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:09 smithi135 bash[32435]: cluster 2023-12-07T17:31:08.727168+0000 mgr.a (mgr.14403) 663 : cluster 0 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-07T17:31:10.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:31:10.599 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:10.599 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:11.500 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:31:11.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:11.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:11.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:11.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:31:12.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:11 smithi079 bash[28699]: cluster 2023-12-07T17:31:10.727516+0000 mgr.a (mgr.14403) 664 : cluster 0 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-07T17:31:12.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:11 smithi079 bash[28699]: audit 2023-12-07T17:31:11.003086+0000 mgr.a (mgr.14403) 665 : audit 0 from='client.26832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:12.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:11 smithi194 bash[32038]: cluster 2023-12-07T17:31:10.727516+0000 mgr.a (mgr.14403) 664 : cluster 0 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-07T17:31:12.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:11 smithi194 bash[32038]: audit 2023-12-07T17:31:11.003086+0000 mgr.a (mgr.14403) 665 : audit 0 from='client.26832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:12.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:11 smithi135 bash[32435]: cluster 2023-12-07T17:31:10.727516+0000 mgr.a (mgr.14403) 664 : cluster 0 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-07T17:31:12.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:11 smithi135 bash[32435]: audit 2023-12-07T17:31:11.003086+0000 mgr.a (mgr.14403) 665 : audit 0 from='client.26832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:14.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:13 smithi079 bash[28699]: cluster 2023-12-07T17:31:12.728087+0000 mgr.a (mgr.14403) 666 : cluster 0 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-07T17:31:14.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:13 smithi194 bash[32038]: cluster 2023-12-07T17:31:12.728087+0000 mgr.a (mgr.14403) 666 : cluster 0 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-07T17:31:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:13 smithi135 bash[32435]: cluster 2023-12-07T17:31:12.728087+0000 mgr.a (mgr.14403) 666 : cluster 0 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-07T17:31:16.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:15 smithi079 bash[28699]: cluster 2023-12-07T17:31:14.728893+0000 mgr.a (mgr.14403) 667 : cluster 0 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-07T17:31:16.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:15 smithi194 bash[32038]: cluster 2023-12-07T17:31:14.728893+0000 mgr.a (mgr.14403) 667 : cluster 0 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-07T17:31:16.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:15 smithi135 bash[32435]: cluster 2023-12-07T17:31:14.728893+0000 mgr.a (mgr.14403) 667 : cluster 0 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-07T17:31:16.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:31:16.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:16.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:17.377 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:31:17.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:17.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:17.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:17.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:31:18.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:17 smithi079 bash[28699]: cluster 2023-12-07T17:31:16.729585+0000 mgr.a (mgr.14403) 668 : cluster 0 pgmap v493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:18.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:17 smithi079 bash[28699]: audit 2023-12-07T17:31:16.897080+0000 mgr.a (mgr.14403) 669 : audit 0 from='client.26910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:18.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:17 smithi194 bash[32038]: cluster 2023-12-07T17:31:16.729585+0000 mgr.a (mgr.14403) 668 : cluster 0 pgmap v493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:18.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:17 smithi194 bash[32038]: audit 2023-12-07T17:31:16.897080+0000 mgr.a (mgr.14403) 669 : audit 0 from='client.26910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:18.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:17 smithi135 bash[32435]: cluster 2023-12-07T17:31:16.729585+0000 mgr.a (mgr.14403) 668 : cluster 0 pgmap v493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:18.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:17 smithi135 bash[32435]: audit 2023-12-07T17:31:16.897080+0000 mgr.a (mgr.14403) 669 : audit 0 from='client.26910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:19 smithi079 bash[28699]: cluster 2023-12-07T17:31:18.730462+0000 mgr.a (mgr.14403) 670 : cluster 0 pgmap v494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:19.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:19 smithi194 bash[32038]: cluster 2023-12-07T17:31:18.730462+0000 mgr.a (mgr.14403) 670 : cluster 0 pgmap v494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:19 smithi135 bash[32435]: cluster 2023-12-07T17:31:18.730462+0000 mgr.a (mgr.14403) 670 : cluster 0 pgmap v494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:22.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:21 smithi079 bash[28699]: cluster 2023-12-07T17:31:20.731045+0000 mgr.a (mgr.14403) 671 : cluster 0 pgmap v495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:22.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:21 smithi194 bash[32038]: cluster 2023-12-07T17:31:20.731045+0000 mgr.a (mgr.14403) 671 : cluster 0 pgmap v495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:22.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:21 smithi135 bash[32435]: cluster 2023-12-07T17:31:20.731045+0000 mgr.a (mgr.14403) 671 : cluster 0 pgmap v495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:22.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:31:22.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:22.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:23.273 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:31:23.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:23.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:23.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:23.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:31:24.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:23 smithi079 bash[28699]: cluster 2023-12-07T17:31:22.731592+0000 mgr.a (mgr.14403) 672 : cluster 0 pgmap v496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:24.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:23 smithi079 bash[28699]: audit 2023-12-07T17:31:22.788002+0000 mgr.a (mgr.14403) 673 : audit 0 from='client.26988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:24.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:23 smithi194 bash[32038]: cluster 2023-12-07T17:31:22.731592+0000 mgr.a (mgr.14403) 672 : cluster 0 pgmap v496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:24.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:23 smithi194 bash[32038]: audit 2023-12-07T17:31:22.788002+0000 mgr.a (mgr.14403) 673 : audit 0 from='client.26988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:24.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:23 smithi135 bash[32435]: cluster 2023-12-07T17:31:22.731592+0000 mgr.a (mgr.14403) 672 : cluster 0 pgmap v496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:24.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:23 smithi135 bash[32435]: audit 2023-12-07T17:31:22.788002+0000 mgr.a (mgr.14403) 673 : audit 0 from='client.26988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:26.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:25 smithi079 bash[28699]: cluster 2023-12-07T17:31:24.732482+0000 mgr.a (mgr.14403) 674 : cluster 0 pgmap v497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:26.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:25 smithi194 bash[32038]: cluster 2023-12-07T17:31:24.732482+0000 mgr.a (mgr.14403) 674 : cluster 0 pgmap v497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:26.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:25 smithi135 bash[32435]: cluster 2023-12-07T17:31:24.732482+0000 mgr.a (mgr.14403) 674 : cluster 0 pgmap v497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:31:28.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:27 smithi079 bash[28699]: cluster 2023-12-07T17:31:26.733038+0000 mgr.a (mgr.14403) 675 : cluster 0 pgmap v498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:28.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:27 smithi194 bash[32038]: cluster 2023-12-07T17:31:26.733038+0000 mgr.a (mgr.14403) 675 : cluster 0 pgmap v498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:28.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:27 smithi135 bash[32435]: cluster 2023-12-07T17:31:26.733038+0000 mgr.a (mgr.14403) 675 : cluster 0 pgmap v498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:28.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:31:28.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:28.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:29.197 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:31:29.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:29.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:29.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:29.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:31:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:29 smithi079 bash[28699]: audit 2023-12-07T17:31:28.685713+0000 mgr.a (mgr.14403) 676 : audit 0 from='client.27066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:29 smithi079 bash[28699]: cluster 2023-12-07T17:31:28.734310+0000 mgr.a (mgr.14403) 677 : cluster 0 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-07T17:31:29.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:29 smithi194 bash[32038]: audit 2023-12-07T17:31:28.685713+0000 mgr.a (mgr.14403) 676 : audit 0 from='client.27066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:29.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:29 smithi194 bash[32038]: cluster 2023-12-07T17:31:28.734310+0000 mgr.a (mgr.14403) 677 : cluster 0 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-07T17:31:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:29 smithi135 bash[32435]: audit 2023-12-07T17:31:28.685713+0000 mgr.a (mgr.14403) 676 : audit 0 from='client.27066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:29 smithi135 bash[32435]: cluster 2023-12-07T17:31:28.734310+0000 mgr.a (mgr.14403) 677 : cluster 0 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-07T17:31:32.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:31 smithi079 bash[28699]: cluster 2023-12-07T17:31:30.734935+0000 mgr.a (mgr.14403) 678 : cluster 0 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-07T17:31:32.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:31 smithi194 bash[32038]: cluster 2023-12-07T17:31:30.734935+0000 mgr.a (mgr.14403) 678 : cluster 0 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-07T17:31:32.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:31 smithi135 bash[32435]: cluster 2023-12-07T17:31:30.734935+0000 mgr.a (mgr.14403) 678 : cluster 0 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-07T17:31:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:32 smithi079 bash[28699]: audit 2023-12-07T17:31:32.251748+0000 mon.a (mon.0) 564 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:31:33.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:32 smithi194 bash[32038]: audit 2023-12-07T17:31:32.251748+0000 mon.a (mon.0) 564 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:31:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:32 smithi135 bash[32435]: audit 2023-12-07T17:31:32.251748+0000 mon.a (mon.0) 564 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:31:34.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:33 smithi079 bash[28699]: cluster 2023-12-07T17:31:32.735515+0000 mgr.a (mgr.14403) 679 : cluster 0 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-07T17:31:34.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:33 smithi079 bash[28699]: audit 2023-12-07T17:31:32.997547+0000 mon.a (mon.0) 565 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:31:34.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:33 smithi079 bash[28699]: audit 2023-12-07T17:31:32.999193+0000 mon.a (mon.0) 566 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:31:34.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:33 smithi079 bash[28699]: audit 2023-12-07T17:31:33.008278+0000 mon.a (mon.0) 567 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:31:34.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:31:34.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:34.201 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:34.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:33 smithi194 bash[32038]: cluster 2023-12-07T17:31:32.735515+0000 mgr.a (mgr.14403) 679 : cluster 0 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-07T17:31:34.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:33 smithi194 bash[32038]: audit 2023-12-07T17:31:32.997547+0000 mon.a (mon.0) 565 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:31:34.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:33 smithi194 bash[32038]: audit 2023-12-07T17:31:32.999193+0000 mon.a (mon.0) 566 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:31:34.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:33 smithi194 bash[32038]: audit 2023-12-07T17:31:33.008278+0000 mon.a (mon.0) 567 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:31:34.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:33 smithi135 bash[32435]: cluster 2023-12-07T17:31:32.735515+0000 mgr.a (mgr.14403) 679 : cluster 0 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-07T17:31:34.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:33 smithi135 bash[32435]: audit 2023-12-07T17:31:32.997547+0000 mon.a (mon.0) 565 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:31:34.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:33 smithi135 bash[32435]: audit 2023-12-07T17:31:32.999193+0000 mon.a (mon.0) 566 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:31:34.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:33 smithi135 bash[32435]: audit 2023-12-07T17:31:33.008278+0000 mon.a (mon.0) 567 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:31:35.118 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:31:35.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:35.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:35.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:35.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:31:36.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:35 smithi079 bash[28699]: audit 2023-12-07T17:31:34.607332+0000 mgr.a (mgr.14403) 680 : audit 0 from='client.27141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:36.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:35 smithi079 bash[28699]: cluster 2023-12-07T17:31:34.736349+0000 mgr.a (mgr.14403) 681 : cluster 0 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-07T17:31:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:35 smithi194 bash[32038]: audit 2023-12-07T17:31:34.607332+0000 mgr.a (mgr.14403) 680 : audit 0 from='client.27141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:35 smithi194 bash[32038]: cluster 2023-12-07T17:31:34.736349+0000 mgr.a (mgr.14403) 681 : cluster 0 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-07T17:31:36.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:35 smithi135 bash[32435]: audit 2023-12-07T17:31:34.607332+0000 mgr.a (mgr.14403) 680 : audit 0 from='client.27141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:36.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:35 smithi135 bash[32435]: cluster 2023-12-07T17:31:34.736349+0000 mgr.a (mgr.14403) 681 : cluster 0 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-07T17:31:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:37 smithi079 bash[28699]: cluster 2023-12-07T17:31:36.737099+0000 mgr.a (mgr.14403) 682 : cluster 0 pgmap v503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:37 smithi194 bash[32038]: cluster 2023-12-07T17:31:36.737099+0000 mgr.a (mgr.14403) 682 : cluster 0 pgmap v503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:38.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:37 smithi135 bash[32435]: cluster 2023-12-07T17:31:36.737099+0000 mgr.a (mgr.14403) 682 : cluster 0 pgmap v503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:31:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:39 smithi079 bash[28699]: cluster 2023-12-07T17:31:38.737949+0000 mgr.a (mgr.14403) 683 : cluster 0 pgmap v504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:39 smithi194 bash[32038]: cluster 2023-12-07T17:31:38.737949+0000 mgr.a (mgr.14403) 683 : cluster 0 pgmap v504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:39 smithi135 bash[32435]: cluster 2023-12-07T17:31:38.737949+0000 mgr.a (mgr.14403) 683 : cluster 0 pgmap v504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:40.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:31:40.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:40.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:41.041 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:31:41.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:41.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:41.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:41.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:31:42.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:41 smithi079 bash[28699]: audit 2023-12-07T17:31:40.519309+0000 mgr.a (mgr.14403) 684 : audit 0 from='client.27216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:42.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:41 smithi079 bash[28699]: cluster 2023-12-07T17:31:40.738596+0000 mgr.a (mgr.14403) 685 : cluster 0 pgmap v505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:42.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:41 smithi194 bash[32038]: audit 2023-12-07T17:31:40.519309+0000 mgr.a (mgr.14403) 684 : audit 0 from='client.27216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:42.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:41 smithi194 bash[32038]: cluster 2023-12-07T17:31:40.738596+0000 mgr.a (mgr.14403) 685 : cluster 0 pgmap v505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:41 smithi135 bash[32435]: audit 2023-12-07T17:31:40.519309+0000 mgr.a (mgr.14403) 684 : audit 0 from='client.27216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:42.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:41 smithi135 bash[32435]: cluster 2023-12-07T17:31:40.738596+0000 mgr.a (mgr.14403) 685 : cluster 0 pgmap v505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:44.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:43 smithi079 bash[28699]: cluster 2023-12-07T17:31:42.739349+0000 mgr.a (mgr.14403) 686 : cluster 0 pgmap v506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:44.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:43 smithi194 bash[32038]: cluster 2023-12-07T17:31:42.739349+0000 mgr.a (mgr.14403) 686 : cluster 0 pgmap v506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:44.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:43 smithi135 bash[32435]: cluster 2023-12-07T17:31:42.739349+0000 mgr.a (mgr.14403) 686 : cluster 0 pgmap v506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:46.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:31:46.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:46.045 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:46.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:45 smithi079 bash[28699]: cluster 2023-12-07T17:31:44.740199+0000 mgr.a (mgr.14403) 687 : cluster 0 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-07T17:31:46.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:45 smithi194 bash[32038]: cluster 2023-12-07T17:31:44.740199+0000 mgr.a (mgr.14403) 687 : cluster 0 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-07T17:31:46.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:45 smithi135 bash[32435]: cluster 2023-12-07T17:31:44.740199+0000 mgr.a (mgr.14403) 687 : cluster 0 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-07T17:31:46.935 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:31:46.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:46.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:46.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:46.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:31:48.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:47 smithi079 bash[28699]: audit 2023-12-07T17:31:46.446920+0000 mgr.a (mgr.14403) 688 : audit 0 from='client.27291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:48.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:47 smithi079 bash[28699]: cluster 2023-12-07T17:31:46.740907+0000 mgr.a (mgr.14403) 689 : cluster 0 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-07T17:31:48.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:47 smithi194 bash[32038]: audit 2023-12-07T17:31:46.446920+0000 mgr.a (mgr.14403) 688 : audit 0 from='client.27291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:48.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:47 smithi194 bash[32038]: cluster 2023-12-07T17:31:46.740907+0000 mgr.a (mgr.14403) 689 : cluster 0 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-07T17:31:48.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:47 smithi135 bash[32435]: audit 2023-12-07T17:31:46.446920+0000 mgr.a (mgr.14403) 688 : audit 0 from='client.27291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:48.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:47 smithi135 bash[32435]: cluster 2023-12-07T17:31:46.740907+0000 mgr.a (mgr.14403) 689 : cluster 0 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-07T17:31:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:49 smithi079 bash[28699]: cluster 2023-12-07T17:31:48.741817+0000 mgr.a (mgr.14403) 690 : cluster 0 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-07T17:31:49.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:49 smithi194 bash[32038]: cluster 2023-12-07T17:31:48.741817+0000 mgr.a (mgr.14403) 690 : cluster 0 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-07T17:31:49.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:49 smithi135 bash[32435]: cluster 2023-12-07T17:31:48.741817+0000 mgr.a (mgr.14403) 690 : cluster 0 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-07T17:31:51.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:31:51.938 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:51.938 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:52.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:51 smithi079 bash[28699]: cluster 2023-12-07T17:31:50.742385+0000 mgr.a (mgr.14403) 691 : cluster 0 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-07T17:31:52.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:51 smithi194 bash[32038]: cluster 2023-12-07T17:31:50.742385+0000 mgr.a (mgr.14403) 691 : cluster 0 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-07T17:31:52.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:51 smithi135 bash[32435]: cluster 2023-12-07T17:31:50.742385+0000 mgr.a (mgr.14403) 691 : cluster 0 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-07T17:31:52.803 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:31:52.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:52.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:52.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:52.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:31:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:53 smithi079 bash[28699]: audit 2023-12-07T17:31:52.330549+0000 mgr.a (mgr.14403) 692 : audit 0 from='client.27366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:53 smithi079 bash[28699]: cluster 2023-12-07T17:31:52.742800+0000 mgr.a (mgr.14403) 693 : cluster 0 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-07T17:31:54.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:53 smithi194 bash[32038]: audit 2023-12-07T17:31:52.330549+0000 mgr.a (mgr.14403) 692 : audit 0 from='client.27366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:54.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:53 smithi194 bash[32038]: cluster 2023-12-07T17:31:52.742800+0000 mgr.a (mgr.14403) 693 : cluster 0 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-07T17:31:54.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:53 smithi135 bash[32435]: audit 2023-12-07T17:31:52.330549+0000 mgr.a (mgr.14403) 692 : audit 0 from='client.27366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:54.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:53 smithi135 bash[32435]: cluster 2023-12-07T17:31:52.742800+0000 mgr.a (mgr.14403) 693 : cluster 0 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-07T17:31:56.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:55 smithi079 bash[28699]: cluster 2023-12-07T17:31:54.743569+0000 mgr.a (mgr.14403) 694 : cluster 0 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-07T17:31:56.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:55 smithi194 bash[32038]: cluster 2023-12-07T17:31:54.743569+0000 mgr.a (mgr.14403) 694 : cluster 0 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-07T17:31:56.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:55 smithi135 bash[32435]: cluster 2023-12-07T17:31:54.743569+0000 mgr.a (mgr.14403) 694 : cluster 0 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-07T17:31:57.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:31:57.806 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:31:57.807 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:31:58.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:57 smithi079 bash[28699]: cluster 2023-12-07T17:31:56.744121+0000 mgr.a (mgr.14403) 695 : cluster 0 pgmap v513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:58.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:57 smithi194 bash[32038]: cluster 2023-12-07T17:31:56.744121+0000 mgr.a (mgr.14403) 695 : cluster 0 pgmap v513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:58.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:57 smithi135 bash[32435]: cluster 2023-12-07T17:31:56.744121+0000 mgr.a (mgr.14403) 695 : cluster 0 pgmap v513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:31:58.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:31:58.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:31:58.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:31:58.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:31:58.727 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:31:59.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:58 smithi079 bash[28699]: audit 2023-12-07T17:31:58.210876+0000 mgr.a (mgr.14403) 696 : audit 0 from='client.27444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:59.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:58 smithi194 bash[32038]: audit 2023-12-07T17:31:58.210876+0000 mgr.a (mgr.14403) 696 : audit 0 from='client.27444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:31:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:58 smithi135 bash[32435]: audit 2023-12-07T17:31:58.210876+0000 mgr.a (mgr.14403) 696 : audit 0 from='client.27444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:00.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:31:59 smithi079 bash[28699]: cluster 2023-12-07T17:31:58.745279+0000 mgr.a (mgr.14403) 697 : cluster 0 pgmap v514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:32:00.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:31:59 smithi194 bash[32038]: cluster 2023-12-07T17:31:58.745279+0000 mgr.a (mgr.14403) 697 : cluster 0 pgmap v514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:32:00.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:31:59 smithi135 bash[32435]: cluster 2023-12-07T17:31:58.745279+0000 mgr.a (mgr.14403) 697 : cluster 0 pgmap v514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:32:02.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:01 smithi079 bash[28699]: cluster 2023-12-07T17:32:00.745913+0000 mgr.a (mgr.14403) 698 : cluster 0 pgmap v515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:02.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:01 smithi194 bash[32038]: cluster 2023-12-07T17:32:00.745913+0000 mgr.a (mgr.14403) 698 : cluster 0 pgmap v515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:01 smithi135 bash[32435]: cluster 2023-12-07T17:32:00.745913+0000 mgr.a (mgr.14403) 698 : cluster 0 pgmap v515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:03.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:32:03.731 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:03.731 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:04.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:03 smithi079 bash[28699]: cluster 2023-12-07T17:32:02.746436+0000 mgr.a (mgr.14403) 699 : cluster 0 pgmap v516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:04.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:03 smithi194 bash[32038]: cluster 2023-12-07T17:32:02.746436+0000 mgr.a (mgr.14403) 699 : cluster 0 pgmap v516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:04.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:03 smithi135 bash[32435]: cluster 2023-12-07T17:32:02.746436+0000 mgr.a (mgr.14403) 699 : cluster 0 pgmap v516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:32:04.634 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:32:04.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:04.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:04.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:04.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:32:05.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:04 smithi079 bash[28699]: audit 2023-12-07T17:32:04.144697+0000 mgr.a (mgr.14403) 700 : audit 0 from='client.27522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:05.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:04 smithi194 bash[32038]: audit 2023-12-07T17:32:04.144697+0000 mgr.a (mgr.14403) 700 : audit 0 from='client.27522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:04 smithi135 bash[32435]: audit 2023-12-07T17:32:04.144697+0000 mgr.a (mgr.14403) 700 : audit 0 from='client.27522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:06.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:05 smithi079 bash[28699]: cluster 2023-12-07T17:32:04.747443+0000 mgr.a (mgr.14403) 701 : cluster 0 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-07T17:32:06.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:05 smithi194 bash[32038]: cluster 2023-12-07T17:32:04.747443+0000 mgr.a (mgr.14403) 701 : cluster 0 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-07T17:32:06.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:05 smithi135 bash[32435]: cluster 2023-12-07T17:32:04.747443+0000 mgr.a (mgr.14403) 701 : cluster 0 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-07T17:32:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:07 smithi079 bash[28699]: cluster 2023-12-07T17:32:06.748035+0000 mgr.a (mgr.14403) 702 : cluster 0 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-07T17:32:08.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:07 smithi194 bash[32038]: cluster 2023-12-07T17:32:06.748035+0000 mgr.a (mgr.14403) 702 : cluster 0 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-07T17:32:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:07 smithi135 bash[32435]: cluster 2023-12-07T17:32:06.748035+0000 mgr.a (mgr.14403) 702 : cluster 0 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-07T17:32:09.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:32:09.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:09.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:09 smithi079 bash[28699]: cluster 2023-12-07T17:32:08.748794+0000 mgr.a (mgr.14403) 703 : cluster 0 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-07T17:32:09.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:09 smithi194 bash[32038]: cluster 2023-12-07T17:32:08.748794+0000 mgr.a (mgr.14403) 703 : cluster 0 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-07T17:32:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:09 smithi135 bash[32435]: cluster 2023-12-07T17:32:08.748794+0000 mgr.a (mgr.14403) 703 : cluster 0 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-07T17:32:10.540 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:32:10.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:10.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:10.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:10.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:32:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:10 smithi079 bash[28699]: audit 2023-12-07T17:32:10.044512+0000 mgr.a (mgr.14403) 704 : audit 0 from='client.27600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:10 smithi194 bash[32038]: audit 2023-12-07T17:32:10.044512+0000 mgr.a (mgr.14403) 704 : audit 0 from='client.27600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:10 smithi135 bash[32435]: audit 2023-12-07T17:32:10.044512+0000 mgr.a (mgr.14403) 704 : audit 0 from='client.27600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:11 smithi079 bash[28699]: cluster 2023-12-07T17:32:10.749402+0000 mgr.a (mgr.14403) 705 : cluster 0 pgmap v520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:32:11.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:11 smithi194 bash[32038]: cluster 2023-12-07T17:32:10.749402+0000 mgr.a (mgr.14403) 705 : cluster 0 pgmap v520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:32:11.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:11 smithi135 bash[32435]: cluster 2023-12-07T17:32:10.749402+0000 mgr.a (mgr.14403) 705 : cluster 0 pgmap v520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:32:14.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:13 smithi079 bash[28699]: cluster 2023-12-07T17:32:12.749975+0000 mgr.a (mgr.14403) 706 : cluster 0 pgmap v521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:32:14.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:13 smithi194 bash[32038]: cluster 2023-12-07T17:32:12.749975+0000 mgr.a (mgr.14403) 706 : cluster 0 pgmap v521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:32:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:13 smithi135 bash[32435]: cluster 2023-12-07T17:32:12.749975+0000 mgr.a (mgr.14403) 706 : cluster 0 pgmap v521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:32:15.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:32:15.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:15.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:16.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:15 smithi079 bash[28699]: cluster 2023-12-07T17:32:14.750788+0000 mgr.a (mgr.14403) 707 : cluster 0 pgmap v522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:32:16.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:15 smithi194 bash[32038]: cluster 2023-12-07T17:32:14.750788+0000 mgr.a (mgr.14403) 707 : cluster 0 pgmap v522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:32:16.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:15 smithi135 bash[32435]: cluster 2023-12-07T17:32:14.750788+0000 mgr.a (mgr.14403) 707 : cluster 0 pgmap v522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:32:16.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:16.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:16.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:16.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:32:16.426 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:32:17.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:16 smithi079 bash[28699]: audit 2023-12-07T17:32:15.947979+0000 mgr.a (mgr.14403) 708 : audit 0 from='client.27675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:17.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:16 smithi194 bash[32038]: audit 2023-12-07T17:32:15.947979+0000 mgr.a (mgr.14403) 708 : audit 0 from='client.27675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:16 smithi135 bash[32435]: audit 2023-12-07T17:32:15.947979+0000 mgr.a (mgr.14403) 708 : audit 0 from='client.27675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:18.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:17 smithi079 bash[28699]: cluster 2023-12-07T17:32:16.751473+0000 mgr.a (mgr.14403) 709 : cluster 0 pgmap v523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:18.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:17 smithi194 bash[32038]: cluster 2023-12-07T17:32:16.751473+0000 mgr.a (mgr.14403) 709 : cluster 0 pgmap v523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:18.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:17 smithi135 bash[32435]: cluster 2023-12-07T17:32:16.751473+0000 mgr.a (mgr.14403) 709 : cluster 0 pgmap v523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:19 smithi079 bash[28699]: cluster 2023-12-07T17:32:18.752349+0000 mgr.a (mgr.14403) 710 : cluster 0 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-07T17:32:19.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:19 smithi194 bash[32038]: cluster 2023-12-07T17:32:18.752349+0000 mgr.a (mgr.14403) 710 : cluster 0 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-07T17:32:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:19 smithi135 bash[32435]: cluster 2023-12-07T17:32:18.752349+0000 mgr.a (mgr.14403) 710 : cluster 0 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-07T17:32:21.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:32:21.429 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:21.429 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:22.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:21 smithi079 bash[28699]: cluster 2023-12-07T17:32:20.752923+0000 mgr.a (mgr.14403) 711 : cluster 0 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-07T17:32:22.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:21 smithi194 bash[32038]: cluster 2023-12-07T17:32:20.752923+0000 mgr.a (mgr.14403) 711 : cluster 0 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-07T17:32:22.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:21 smithi135 bash[32435]: cluster 2023-12-07T17:32:20.752923+0000 mgr.a (mgr.14403) 711 : cluster 0 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-07T17:32:22.307 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:32:22.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:22.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:22.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:22.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:32:23.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:22 smithi079 bash[28699]: audit 2023-12-07T17:32:21.823463+0000 mgr.a (mgr.14403) 712 : audit 0 from='client.27753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:23.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:22 smithi194 bash[32038]: audit 2023-12-07T17:32:21.823463+0000 mgr.a (mgr.14403) 712 : audit 0 from='client.27753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:22 smithi135 bash[32435]: audit 2023-12-07T17:32:21.823463+0000 mgr.a (mgr.14403) 712 : audit 0 from='client.27753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:24.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:23 smithi079 bash[28699]: cluster 2023-12-07T17:32:22.753622+0000 mgr.a (mgr.14403) 713 : cluster 0 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-07T17:32:24.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:23 smithi194 bash[32038]: cluster 2023-12-07T17:32:22.753622+0000 mgr.a (mgr.14403) 713 : cluster 0 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-07T17:32:24.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:23 smithi135 bash[32435]: cluster 2023-12-07T17:32:22.753622+0000 mgr.a (mgr.14403) 713 : cluster 0 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-07T17:32:26.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:25 smithi079 bash[28699]: cluster 2023-12-07T17:32:24.754619+0000 mgr.a (mgr.14403) 714 : cluster 0 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-07T17:32:26.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:25 smithi194 bash[32038]: cluster 2023-12-07T17:32:24.754619+0000 mgr.a (mgr.14403) 714 : cluster 0 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-07T17:32:26.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:25 smithi135 bash[32435]: cluster 2023-12-07T17:32:24.754619+0000 mgr.a (mgr.14403) 714 : cluster 0 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-07T17:32:27.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:32:27.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:27.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:28.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:27 smithi079 bash[28699]: cluster 2023-12-07T17:32:26.755233+0000 mgr.a (mgr.14403) 715 : cluster 0 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-07T17:32:28.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:27 smithi194 bash[32038]: cluster 2023-12-07T17:32:26.755233+0000 mgr.a (mgr.14403) 715 : cluster 0 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-07T17:32:28.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:27 smithi135 bash[32435]: cluster 2023-12-07T17:32:26.755233+0000 mgr.a (mgr.14403) 715 : cluster 0 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-07T17:32:28.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:28.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:28.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:28.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:32:28.213 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:32:29.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:28 smithi079 bash[28699]: audit 2023-12-07T17:32:27.716320+0000 mgr.a (mgr.14403) 716 : audit 0 from='client.27825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:29.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:28 smithi194 bash[32038]: audit 2023-12-07T17:32:27.716320+0000 mgr.a (mgr.14403) 716 : audit 0 from='client.27825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:28 smithi135 bash[32435]: audit 2023-12-07T17:32:27.716320+0000 mgr.a (mgr.14403) 716 : audit 0 from='client.27825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:30.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:29 smithi079 bash[28699]: cluster 2023-12-07T17:32:28.756126+0000 mgr.a (mgr.14403) 717 : cluster 0 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-07T17:32:30.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:29 smithi194 bash[32038]: cluster 2023-12-07T17:32:28.756126+0000 mgr.a (mgr.14403) 717 : cluster 0 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-07T17:32:30.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:29 smithi135 bash[32435]: cluster 2023-12-07T17:32:28.756126+0000 mgr.a (mgr.14403) 717 : cluster 0 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-07T17:32:32.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:31 smithi079 bash[28699]: cluster 2023-12-07T17:32:30.756685+0000 mgr.a (mgr.14403) 718 : cluster 0 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-07T17:32:32.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:31 smithi194 bash[32038]: cluster 2023-12-07T17:32:30.756685+0000 mgr.a (mgr.14403) 718 : cluster 0 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-07T17:32:32.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:31 smithi135 bash[32435]: cluster 2023-12-07T17:32:30.756685+0000 mgr.a (mgr.14403) 718 : cluster 0 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-07T17:32:33.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:32:33.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:33.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:34.125 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:32:34.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:34.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:34.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:34.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:32:34.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:33 smithi079 bash[28699]: cluster 2023-12-07T17:32:32.757170+0000 mgr.a (mgr.14403) 719 : cluster 0 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-07T17:32:34.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:33 smithi079 bash[28699]: audit 2023-12-07T17:32:33.111555+0000 mon.a (mon.0) 568 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:32:34.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:33 smithi194 bash[32038]: cluster 2023-12-07T17:32:32.757170+0000 mgr.a (mgr.14403) 719 : cluster 0 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-07T17:32:34.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:33 smithi194 bash[32038]: audit 2023-12-07T17:32:33.111555+0000 mon.a (mon.0) 568 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:32:34.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:33 smithi135 bash[32435]: cluster 2023-12-07T17:32:32.757170+0000 mgr.a (mgr.14403) 719 : cluster 0 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-07T17:32:34.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:33 smithi135 bash[32435]: audit 2023-12-07T17:32:33.111555+0000 mon.a (mon.0) 568 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:32:35.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:34 smithi079 bash[28699]: audit 2023-12-07T17:32:33.626132+0000 mgr.a (mgr.14403) 720 : audit 0 from='client.27900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:35.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:34 smithi079 bash[28699]: audit 2023-12-07T17:32:33.908442+0000 mon.a (mon.0) 569 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:32:35.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:34 smithi079 bash[28699]: audit 2023-12-07T17:32:33.910466+0000 mon.a (mon.0) 570 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:32:35.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:34 smithi079 bash[28699]: audit 2023-12-07T17:32:33.919277+0000 mon.a (mon.0) 571 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:32:35.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:34 smithi194 bash[32038]: audit 2023-12-07T17:32:33.626132+0000 mgr.a (mgr.14403) 720 : audit 0 from='client.27900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:35.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:34 smithi194 bash[32038]: audit 2023-12-07T17:32:33.908442+0000 mon.a (mon.0) 569 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:32:35.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:34 smithi194 bash[32038]: audit 2023-12-07T17:32:33.910466+0000 mon.a (mon.0) 570 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:32:35.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:34 smithi194 bash[32038]: audit 2023-12-07T17:32:33.919277+0000 mon.a (mon.0) 571 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:32:35.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:34 smithi135 bash[32435]: audit 2023-12-07T17:32:33.626132+0000 mgr.a (mgr.14403) 720 : audit 0 from='client.27900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:35.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:34 smithi135 bash[32435]: audit 2023-12-07T17:32:33.908442+0000 mon.a (mon.0) 569 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:32:35.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:34 smithi135 bash[32435]: audit 2023-12-07T17:32:33.910466+0000 mon.a (mon.0) 570 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:32:35.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:34 smithi135 bash[32435]: audit 2023-12-07T17:32:33.919277+0000 mon.a (mon.0) 571 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:32:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:35 smithi194 bash[32038]: cluster 2023-12-07T17:32:34.758165+0000 mgr.a (mgr.14403) 721 : cluster 0 pgmap v532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:36.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:35 smithi135 bash[32435]: cluster 2023-12-07T17:32:34.758165+0000 mgr.a (mgr.14403) 721 : cluster 0 pgmap v532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:35 smithi079 bash[28699]: cluster 2023-12-07T17:32:34.758165+0000 mgr.a (mgr.14403) 721 : cluster 0 pgmap v532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:37 smithi194 bash[32038]: cluster 2023-12-07T17:32:36.758936+0000 mgr.a (mgr.14403) 722 : cluster 0 pgmap v533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:37 smithi135 bash[32435]: cluster 2023-12-07T17:32:36.758936+0000 mgr.a (mgr.14403) 722 : cluster 0 pgmap v533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:38.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:37 smithi079 bash[28699]: cluster 2023-12-07T17:32:36.758936+0000 mgr.a (mgr.14403) 722 : cluster 0 pgmap v533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:32:39.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:32:39.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:39.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:39 smithi079 bash[28699]: cluster 2023-12-07T17:32:38.759886+0000 mgr.a (mgr.14403) 723 : cluster 0 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-07T17:32:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:39 smithi194 bash[32038]: cluster 2023-12-07T17:32:38.759886+0000 mgr.a (mgr.14403) 723 : cluster 0 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-07T17:32:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:39 smithi135 bash[32435]: cluster 2023-12-07T17:32:38.759886+0000 mgr.a (mgr.14403) 723 : cluster 0 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-07T17:32:40.039 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:32:40.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:40.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:40.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:40.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:32:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:40 smithi079 bash[28699]: audit 2023-12-07T17:32:39.537272+0000 mgr.a (mgr.14403) 724 : audit 0 from='client.27975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:40.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:40 smithi194 bash[32038]: audit 2023-12-07T17:32:39.537272+0000 mgr.a (mgr.14403) 724 : audit 0 from='client.27975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:40 smithi135 bash[32435]: audit 2023-12-07T17:32:39.537272+0000 mgr.a (mgr.14403) 724 : audit 0 from='client.27975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:41 smithi079 bash[28699]: cluster 2023-12-07T17:32:40.760627+0000 mgr.a (mgr.14403) 725 : cluster 0 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-07T17:32:41.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:41 smithi194 bash[32038]: cluster 2023-12-07T17:32:40.760627+0000 mgr.a (mgr.14403) 725 : cluster 0 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-07T17:32:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:41 smithi135 bash[32435]: cluster 2023-12-07T17:32:40.760627+0000 mgr.a (mgr.14403) 725 : cluster 0 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-07T17:32:44.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:43 smithi079 bash[28699]: cluster 2023-12-07T17:32:42.761198+0000 mgr.a (mgr.14403) 726 : cluster 0 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-07T17:32:44.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:43 smithi194 bash[32038]: cluster 2023-12-07T17:32:42.761198+0000 mgr.a (mgr.14403) 726 : cluster 0 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-07T17:32:44.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:43 smithi135 bash[32435]: cluster 2023-12-07T17:32:42.761198+0000 mgr.a (mgr.14403) 726 : cluster 0 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-07T17:32:45.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:32:45.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:45.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:45.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:45.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:45.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:45.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:32:45.954 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:32:46.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:45 smithi079 bash[28699]: cluster 2023-12-07T17:32:44.762095+0000 mgr.a (mgr.14403) 727 : cluster 0 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-07T17:32:46.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:45 smithi194 bash[32038]: cluster 2023-12-07T17:32:44.762095+0000 mgr.a (mgr.14403) 727 : cluster 0 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-07T17:32:46.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:45 smithi135 bash[32435]: cluster 2023-12-07T17:32:44.762095+0000 mgr.a (mgr.14403) 727 : cluster 0 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-07T17:32:47.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:46 smithi079 bash[28699]: audit 2023-12-07T17:32:45.437495+0000 mgr.a (mgr.14403) 728 : audit 0 from='client.28050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:47.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:46 smithi194 bash[32038]: audit 2023-12-07T17:32:45.437495+0000 mgr.a (mgr.14403) 728 : audit 0 from='client.28050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:47.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:46 smithi135 bash[32435]: audit 2023-12-07T17:32:45.437495+0000 mgr.a (mgr.14403) 728 : audit 0 from='client.28050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:48.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:47 smithi079 bash[28699]: cluster 2023-12-07T17:32:46.762751+0000 mgr.a (mgr.14403) 729 : cluster 0 pgmap v538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:48.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:47 smithi194 bash[32038]: cluster 2023-12-07T17:32:46.762751+0000 mgr.a (mgr.14403) 729 : cluster 0 pgmap v538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:48.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:47 smithi135 bash[32435]: cluster 2023-12-07T17:32:46.762751+0000 mgr.a (mgr.14403) 729 : cluster 0 pgmap v538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:49 smithi079 bash[28699]: cluster 2023-12-07T17:32:48.763516+0000 mgr.a (mgr.14403) 730 : cluster 0 pgmap v539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:49.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:49 smithi194 bash[32038]: cluster 2023-12-07T17:32:48.763516+0000 mgr.a (mgr.14403) 730 : cluster 0 pgmap v539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:49.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:49 smithi135 bash[32435]: cluster 2023-12-07T17:32:48.763516+0000 mgr.a (mgr.14403) 730 : cluster 0 pgmap v539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:50.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:32:50.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:50.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:51.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:51.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:51.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:51.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:32:51.862 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:32:52.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:51 smithi079 bash[28699]: cluster 2023-12-07T17:32:50.764094+0000 mgr.a (mgr.14403) 731 : cluster 0 pgmap v540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:52.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:51 smithi194 bash[32038]: cluster 2023-12-07T17:32:50.764094+0000 mgr.a (mgr.14403) 731 : cluster 0 pgmap v540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:52.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:51 smithi135 bash[32435]: cluster 2023-12-07T17:32:50.764094+0000 mgr.a (mgr.14403) 731 : cluster 0 pgmap v540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:53.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:52 smithi079 bash[28699]: audit 2023-12-07T17:32:51.354285+0000 mgr.a (mgr.14403) 732 : audit 0 from='client.28128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:53.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:52 smithi194 bash[32038]: audit 2023-12-07T17:32:51.354285+0000 mgr.a (mgr.14403) 732 : audit 0 from='client.28128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:53.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:52 smithi135 bash[32435]: audit 2023-12-07T17:32:51.354285+0000 mgr.a (mgr.14403) 732 : audit 0 from='client.28128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:53 smithi079 bash[28699]: cluster 2023-12-07T17:32:52.764701+0000 mgr.a (mgr.14403) 733 : cluster 0 pgmap v541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:54.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:53 smithi194 bash[32038]: cluster 2023-12-07T17:32:52.764701+0000 mgr.a (mgr.14403) 733 : cluster 0 pgmap v541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:54.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:53 smithi135 bash[32435]: cluster 2023-12-07T17:32:52.764701+0000 mgr.a (mgr.14403) 733 : cluster 0 pgmap v541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:56.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:55 smithi079 bash[28699]: cluster 2023-12-07T17:32:54.765557+0000 mgr.a (mgr.14403) 734 : cluster 0 pgmap v542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:56.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:55 smithi194 bash[32038]: cluster 2023-12-07T17:32:54.765557+0000 mgr.a (mgr.14403) 734 : cluster 0 pgmap v542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:56.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:55 smithi135 bash[32435]: cluster 2023-12-07T17:32:54.765557+0000 mgr.a (mgr.14403) 734 : cluster 0 pgmap v542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:32:56.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:32:56.865 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:32:56.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:32:57.771 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:32:57.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:32:57.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:32:57.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:32:57.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:32:58.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:57 smithi079 bash[28699]: cluster 2023-12-07T17:32:56.766124+0000 mgr.a (mgr.14403) 735 : cluster 0 pgmap v543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:58.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:57 smithi194 bash[32038]: cluster 2023-12-07T17:32:56.766124+0000 mgr.a (mgr.14403) 735 : cluster 0 pgmap v543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:58.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:57 smithi135 bash[32435]: cluster 2023-12-07T17:32:56.766124+0000 mgr.a (mgr.14403) 735 : cluster 0 pgmap v543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:32:59.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:58 smithi079 bash[28699]: audit 2023-12-07T17:32:57.263980+0000 mgr.a (mgr.14403) 736 : audit 0 from='client.28203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:59.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:58 smithi194 bash[32038]: audit 2023-12-07T17:32:57.263980+0000 mgr.a (mgr.14403) 736 : audit 0 from='client.28203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:32:59.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:58 smithi135 bash[32435]: audit 2023-12-07T17:32:57.263980+0000 mgr.a (mgr.14403) 736 : audit 0 from='client.28203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:00.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:32:59 smithi079 bash[28699]: cluster 2023-12-07T17:32:58.767088+0000 mgr.a (mgr.14403) 737 : cluster 0 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-07T17:33:00.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:32:59 smithi194 bash[32038]: cluster 2023-12-07T17:32:58.767088+0000 mgr.a (mgr.14403) 737 : cluster 0 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-07T17:33:00.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:32:59 smithi135 bash[32435]: cluster 2023-12-07T17:32:58.767088+0000 mgr.a (mgr.14403) 737 : cluster 0 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-07T17:33:02.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:01 smithi079 bash[28699]: cluster 2023-12-07T17:33:00.767705+0000 mgr.a (mgr.14403) 738 : cluster 0 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-07T17:33:02.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:01 smithi194 bash[32038]: cluster 2023-12-07T17:33:00.767705+0000 mgr.a (mgr.14403) 738 : cluster 0 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-07T17:33:02.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:01 smithi135 bash[32435]: cluster 2023-12-07T17:33:00.767705+0000 mgr.a (mgr.14403) 738 : cluster 0 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-07T17:33:02.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:33:02.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:02.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:03.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:03.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:03.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:03.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:33:03.699 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:33:04.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:03 smithi079 bash[28699]: cluster 2023-12-07T17:33:02.768287+0000 mgr.a (mgr.14403) 739 : cluster 0 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-07T17:33:04.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:03 smithi079 bash[28699]: audit 2023-12-07T17:33:03.175072+0000 mgr.a (mgr.14403) 740 : audit 0 from='client.28278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:04.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:03 smithi194 bash[32038]: cluster 2023-12-07T17:33:02.768287+0000 mgr.a (mgr.14403) 739 : cluster 0 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-07T17:33:04.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:03 smithi194 bash[32038]: audit 2023-12-07T17:33:03.175072+0000 mgr.a (mgr.14403) 740 : audit 0 from='client.28278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:04.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:03 smithi135 bash[32435]: cluster 2023-12-07T17:33:02.768287+0000 mgr.a (mgr.14403) 739 : cluster 0 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-07T17:33:04.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:03 smithi135 bash[32435]: audit 2023-12-07T17:33:03.175072+0000 mgr.a (mgr.14403) 740 : audit 0 from='client.28278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:06.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:05 smithi079 bash[28699]: cluster 2023-12-07T17:33:04.769178+0000 mgr.a (mgr.14403) 741 : cluster 0 pgmap v547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:33:06.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:05 smithi194 bash[32038]: cluster 2023-12-07T17:33:04.769178+0000 mgr.a (mgr.14403) 741 : cluster 0 pgmap v547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:33:06.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:05 smithi135 bash[32435]: cluster 2023-12-07T17:33:04.769178+0000 mgr.a (mgr.14403) 741 : cluster 0 pgmap v547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:33:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:07 smithi079 bash[28699]: cluster 2023-12-07T17:33:06.769738+0000 mgr.a (mgr.14403) 742 : cluster 0 pgmap v548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:33:08.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:07 smithi194 bash[32038]: cluster 2023-12-07T17:33:06.769738+0000 mgr.a (mgr.14403) 742 : cluster 0 pgmap v548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:33:08.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:07 smithi135 bash[32435]: cluster 2023-12-07T17:33:06.769738+0000 mgr.a (mgr.14403) 742 : cluster 0 pgmap v548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:33:08.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:33:08.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:08.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:09.597 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:33:09.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:09.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:09.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:09.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:33:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:09 smithi079 bash[28699]: cluster 2023-12-07T17:33:08.770536+0000 mgr.a (mgr.14403) 743 : cluster 0 pgmap v549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:09 smithi079 bash[28699]: audit 2023-12-07T17:33:09.096346+0000 mgr.a (mgr.14403) 744 : audit 0 from='client.28353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:09.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:09 smithi194 bash[32038]: cluster 2023-12-07T17:33:08.770536+0000 mgr.a (mgr.14403) 743 : cluster 0 pgmap v549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:09.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:09 smithi194 bash[32038]: audit 2023-12-07T17:33:09.096346+0000 mgr.a (mgr.14403) 744 : audit 0 from='client.28353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:09.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:09 smithi135 bash[32435]: cluster 2023-12-07T17:33:08.770536+0000 mgr.a (mgr.14403) 743 : cluster 0 pgmap v549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:09.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:09 smithi135 bash[32435]: audit 2023-12-07T17:33:09.096346+0000 mgr.a (mgr.14403) 744 : audit 0 from='client.28353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:12.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:11 smithi079 bash[28699]: cluster 2023-12-07T17:33:10.771353+0000 mgr.a (mgr.14403) 745 : cluster 0 pgmap v550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:12.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:11 smithi194 bash[32038]: cluster 2023-12-07T17:33:10.771353+0000 mgr.a (mgr.14403) 745 : cluster 0 pgmap v550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:12.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:11 smithi135 bash[32435]: cluster 2023-12-07T17:33:10.771353+0000 mgr.a (mgr.14403) 745 : cluster 0 pgmap v550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:14.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:13 smithi079 bash[28699]: cluster 2023-12-07T17:33:12.772001+0000 mgr.a (mgr.14403) 746 : cluster 0 pgmap v551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:14.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:13 smithi194 bash[32038]: cluster 2023-12-07T17:33:12.772001+0000 mgr.a (mgr.14403) 746 : cluster 0 pgmap v551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:14.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:13 smithi135 bash[32435]: cluster 2023-12-07T17:33:12.772001+0000 mgr.a (mgr.14403) 746 : cluster 0 pgmap v551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:14.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:33:14.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:14.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:15.497 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:33:15.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:15.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:15.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:15.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:33:16.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:15 smithi079 bash[28699]: cluster 2023-12-07T17:33:14.772755+0000 mgr.a (mgr.14403) 747 : cluster 0 pgmap v552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:16.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:15 smithi079 bash[28699]: audit 2023-12-07T17:33:14.998622+0000 mgr.a (mgr.14403) 748 : audit 0 from='client.28428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:16.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:15 smithi194 bash[32038]: cluster 2023-12-07T17:33:14.772755+0000 mgr.a (mgr.14403) 747 : cluster 0 pgmap v552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:16.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:15 smithi194 bash[32038]: audit 2023-12-07T17:33:14.998622+0000 mgr.a (mgr.14403) 748 : audit 0 from='client.28428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:16.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:15 smithi135 bash[32435]: cluster 2023-12-07T17:33:14.772755+0000 mgr.a (mgr.14403) 747 : cluster 0 pgmap v552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:16.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:15 smithi135 bash[32435]: audit 2023-12-07T17:33:14.998622+0000 mgr.a (mgr.14403) 748 : audit 0 from='client.28428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:18.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:17 smithi079 bash[28699]: cluster 2023-12-07T17:33:16.773474+0000 mgr.a (mgr.14403) 749 : cluster 0 pgmap v553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:33:18.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:17 smithi194 bash[32038]: cluster 2023-12-07T17:33:16.773474+0000 mgr.a (mgr.14403) 749 : cluster 0 pgmap v553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:33:18.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:17 smithi135 bash[32435]: cluster 2023-12-07T17:33:16.773474+0000 mgr.a (mgr.14403) 749 : cluster 0 pgmap v553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:33:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:19 smithi079 bash[28699]: cluster 2023-12-07T17:33:18.774329+0000 mgr.a (mgr.14403) 750 : cluster 0 pgmap v554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:33:19.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:19 smithi194 bash[32038]: cluster 2023-12-07T17:33:18.774329+0000 mgr.a (mgr.14403) 750 : cluster 0 pgmap v554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:33:19.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:19 smithi135 bash[32435]: cluster 2023-12-07T17:33:18.774329+0000 mgr.a (mgr.14403) 750 : cluster 0 pgmap v554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:33:20.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:33:20.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:20.502 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:21.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:21.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:21.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:21.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:33:21.406 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:33:22.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:21 smithi079 bash[28699]: cluster 2023-12-07T17:33:20.774882+0000 mgr.a (mgr.14403) 751 : cluster 0 pgmap v555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:22.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:21 smithi079 bash[28699]: audit 2023-12-07T17:33:20.900318+0000 mgr.a (mgr.14403) 752 : audit 0 from='client.28506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:22.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:21 smithi194 bash[32038]: cluster 2023-12-07T17:33:20.774882+0000 mgr.a (mgr.14403) 751 : cluster 0 pgmap v555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:22.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:21 smithi194 bash[32038]: audit 2023-12-07T17:33:20.900318+0000 mgr.a (mgr.14403) 752 : audit 0 from='client.28506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:22.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:21 smithi135 bash[32435]: cluster 2023-12-07T17:33:20.774882+0000 mgr.a (mgr.14403) 751 : cluster 0 pgmap v555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:22.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:21 smithi135 bash[32435]: audit 2023-12-07T17:33:20.900318+0000 mgr.a (mgr.14403) 752 : audit 0 from='client.28506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:24.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:23 smithi079 bash[28699]: cluster 2023-12-07T17:33:22.775467+0000 mgr.a (mgr.14403) 753 : cluster 0 pgmap v556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:24.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:23 smithi194 bash[32038]: cluster 2023-12-07T17:33:22.775467+0000 mgr.a (mgr.14403) 753 : cluster 0 pgmap v556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:24.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:23 smithi135 bash[32435]: cluster 2023-12-07T17:33:22.775467+0000 mgr.a (mgr.14403) 753 : cluster 0 pgmap v556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:26.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:25 smithi079 bash[28699]: cluster 2023-12-07T17:33:24.776209+0000 mgr.a (mgr.14403) 754 : cluster 0 pgmap v557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:26.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:25 smithi194 bash[32038]: cluster 2023-12-07T17:33:24.776209+0000 mgr.a (mgr.14403) 754 : cluster 0 pgmap v557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:26.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:25 smithi135 bash[32435]: cluster 2023-12-07T17:33:24.776209+0000 mgr.a (mgr.14403) 754 : cluster 0 pgmap v557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:26.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:33:26.409 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:26.409 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:27.296 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:33:27.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:27.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:27.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:27.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:33:28.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:27 smithi079 bash[28699]: cluster 2023-12-07T17:33:26.776702+0000 mgr.a (mgr.14403) 755 : cluster 0 pgmap v558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:28.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:27 smithi079 bash[28699]: audit 2023-12-07T17:33:26.811256+0000 mgr.a (mgr.14403) 756 : audit 0 from='client.28581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:28.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:27 smithi194 bash[32038]: cluster 2023-12-07T17:33:26.776702+0000 mgr.a (mgr.14403) 755 : cluster 0 pgmap v558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:28.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:27 smithi194 bash[32038]: audit 2023-12-07T17:33:26.811256+0000 mgr.a (mgr.14403) 756 : audit 0 from='client.28581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:28.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:27 smithi135 bash[32435]: cluster 2023-12-07T17:33:26.776702+0000 mgr.a (mgr.14403) 755 : cluster 0 pgmap v558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:28.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:27 smithi135 bash[32435]: audit 2023-12-07T17:33:26.811256+0000 mgr.a (mgr.14403) 756 : audit 0 from='client.28581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:29 smithi079 bash[28699]: cluster 2023-12-07T17:33:28.777540+0000 mgr.a (mgr.14403) 757 : cluster 0 pgmap v559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:29.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:29 smithi194 bash[32038]: cluster 2023-12-07T17:33:28.777540+0000 mgr.a (mgr.14403) 757 : cluster 0 pgmap v559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:29.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:29 smithi135 bash[32435]: cluster 2023-12-07T17:33:28.777540+0000 mgr.a (mgr.14403) 757 : cluster 0 pgmap v559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:32.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:31 smithi079 bash[28699]: cluster 2023-12-07T17:33:30.778121+0000 mgr.a (mgr.14403) 758 : cluster 0 pgmap v560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:32.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:31 smithi194 bash[32038]: cluster 2023-12-07T17:33:30.778121+0000 mgr.a (mgr.14403) 758 : cluster 0 pgmap v560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:32.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:31 smithi135 bash[32435]: cluster 2023-12-07T17:33:30.778121+0000 mgr.a (mgr.14403) 758 : cluster 0 pgmap v560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:32.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:33:32.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:32.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:33.195 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:33:33.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:33.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:33.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:33.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:33:34.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:33 smithi079 bash[28699]: audit 2023-12-07T17:33:32.698741+0000 mgr.a (mgr.14403) 759 : audit 0 from='client.28653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:34.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:33 smithi079 bash[28699]: cluster 2023-12-07T17:33:32.778670+0000 mgr.a (mgr.14403) 760 : cluster 0 pgmap v561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:34.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:33 smithi194 bash[32038]: audit 2023-12-07T17:33:32.698741+0000 mgr.a (mgr.14403) 759 : audit 0 from='client.28653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:34.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:33 smithi194 bash[32038]: cluster 2023-12-07T17:33:32.778670+0000 mgr.a (mgr.14403) 760 : cluster 0 pgmap v561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:34.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:33 smithi135 bash[32435]: audit 2023-12-07T17:33:32.698741+0000 mgr.a (mgr.14403) 759 : audit 0 from='client.28653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:34.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:33 smithi135 bash[32435]: cluster 2023-12-07T17:33:32.778670+0000 mgr.a (mgr.14403) 760 : cluster 0 pgmap v561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:35.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:34 smithi079 bash[28699]: audit 2023-12-07T17:33:34.029453+0000 mon.a (mon.0) 572 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:33:35.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:34 smithi079 bash[28699]: audit 2023-12-07T17:33:34.815795+0000 mon.a (mon.0) 573 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:33:35.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:34 smithi079 bash[28699]: audit 2023-12-07T17:33:34.817804+0000 mon.a (mon.0) 574 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:33:35.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:34 smithi079 bash[28699]: audit 2023-12-07T17:33:34.827573+0000 mon.a (mon.0) 575 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:33:35.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:34 smithi194 bash[32038]: audit 2023-12-07T17:33:34.029453+0000 mon.a (mon.0) 572 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:33:35.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:34 smithi194 bash[32038]: audit 2023-12-07T17:33:34.815795+0000 mon.a (mon.0) 573 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:33:35.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:34 smithi194 bash[32038]: audit 2023-12-07T17:33:34.817804+0000 mon.a (mon.0) 574 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:33:35.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:34 smithi194 bash[32038]: audit 2023-12-07T17:33:34.827573+0000 mon.a (mon.0) 575 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:33:35.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:34 smithi135 bash[32435]: audit 2023-12-07T17:33:34.029453+0000 mon.a (mon.0) 572 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:33:35.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:34 smithi135 bash[32435]: audit 2023-12-07T17:33:34.815795+0000 mon.a (mon.0) 573 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:33:35.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:34 smithi135 bash[32435]: audit 2023-12-07T17:33:34.817804+0000 mon.a (mon.0) 574 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:33:35.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:34 smithi135 bash[32435]: audit 2023-12-07T17:33:34.827573+0000 mon.a (mon.0) 575 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:33:36.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:35 smithi079 bash[28699]: cluster 2023-12-07T17:33:34.779394+0000 mgr.a (mgr.14403) 761 : cluster 0 pgmap v562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:35 smithi194 bash[32038]: cluster 2023-12-07T17:33:34.779394+0000 mgr.a (mgr.14403) 761 : cluster 0 pgmap v562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:36.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:35 smithi135 bash[32435]: cluster 2023-12-07T17:33:34.779394+0000 mgr.a (mgr.14403) 761 : cluster 0 pgmap v562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:37 smithi079 bash[28699]: cluster 2023-12-07T17:33:36.779924+0000 mgr.a (mgr.14403) 762 : cluster 0 pgmap v563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:38.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:33:38.199 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:38.199 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:37 smithi194 bash[32038]: cluster 2023-12-07T17:33:36.779924+0000 mgr.a (mgr.14403) 762 : cluster 0 pgmap v563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:37 smithi135 bash[32435]: cluster 2023-12-07T17:33:36.779924+0000 mgr.a (mgr.14403) 762 : cluster 0 pgmap v563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:39.100 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:33:39.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:39.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:39.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:39.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:33:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:39 smithi079 bash[28699]: audit 2023-12-07T17:33:38.604025+0000 mgr.a (mgr.14403) 763 : audit 0 from='client.28728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:39 smithi079 bash[28699]: cluster 2023-12-07T17:33:38.781200+0000 mgr.a (mgr.14403) 764 : cluster 0 pgmap v564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:39 smithi194 bash[32038]: audit 2023-12-07T17:33:38.604025+0000 mgr.a (mgr.14403) 763 : audit 0 from='client.28728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:39 smithi194 bash[32038]: cluster 2023-12-07T17:33:38.781200+0000 mgr.a (mgr.14403) 764 : cluster 0 pgmap v564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:39 smithi135 bash[32435]: audit 2023-12-07T17:33:38.604025+0000 mgr.a (mgr.14403) 763 : audit 0 from='client.28728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:39 smithi135 bash[32435]: cluster 2023-12-07T17:33:38.781200+0000 mgr.a (mgr.14403) 764 : cluster 0 pgmap v564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:42.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:41 smithi079 bash[28699]: cluster 2023-12-07T17:33:40.781919+0000 mgr.a (mgr.14403) 765 : cluster 0 pgmap v565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:42.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:41 smithi194 bash[32038]: cluster 2023-12-07T17:33:40.781919+0000 mgr.a (mgr.14403) 765 : cluster 0 pgmap v565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:42.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:41 smithi135 bash[32435]: cluster 2023-12-07T17:33:40.781919+0000 mgr.a (mgr.14403) 765 : cluster 0 pgmap v565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:44.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:33:44.104 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:44.104 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:44.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:43 smithi079 bash[28699]: cluster 2023-12-07T17:33:42.782438+0000 mgr.a (mgr.14403) 766 : cluster 0 pgmap v566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:44.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:43 smithi194 bash[32038]: cluster 2023-12-07T17:33:42.782438+0000 mgr.a (mgr.14403) 766 : cluster 0 pgmap v566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:44.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:43 smithi135 bash[32435]: cluster 2023-12-07T17:33:42.782438+0000 mgr.a (mgr.14403) 766 : cluster 0 pgmap v566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:45.003 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:33:45.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:45.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:45.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:45.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:33:46.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:45 smithi079 bash[28699]: audit 2023-12-07T17:33:44.510909+0000 mgr.a (mgr.14403) 767 : audit 0 from='client.28806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:46.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:45 smithi079 bash[28699]: cluster 2023-12-07T17:33:44.783533+0000 mgr.a (mgr.14403) 768 : cluster 0 pgmap v567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:46.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:45 smithi194 bash[32038]: audit 2023-12-07T17:33:44.510909+0000 mgr.a (mgr.14403) 767 : audit 0 from='client.28806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:46.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:45 smithi194 bash[32038]: cluster 2023-12-07T17:33:44.783533+0000 mgr.a (mgr.14403) 768 : cluster 0 pgmap v567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:46.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:45 smithi135 bash[32435]: audit 2023-12-07T17:33:44.510909+0000 mgr.a (mgr.14403) 767 : audit 0 from='client.28806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:46.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:45 smithi135 bash[32435]: cluster 2023-12-07T17:33:44.783533+0000 mgr.a (mgr.14403) 768 : cluster 0 pgmap v567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:48.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:47 smithi079 bash[28699]: cluster 2023-12-07T17:33:46.784156+0000 mgr.a (mgr.14403) 769 : cluster 0 pgmap v568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:48.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:47 smithi194 bash[32038]: cluster 2023-12-07T17:33:46.784156+0000 mgr.a (mgr.14403) 769 : cluster 0 pgmap v568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:48.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:47 smithi135 bash[32435]: cluster 2023-12-07T17:33:46.784156+0000 mgr.a (mgr.14403) 769 : cluster 0 pgmap v568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:33:49.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:49 smithi079 bash[28699]: cluster 2023-12-07T17:33:48.784890+0000 mgr.a (mgr.14403) 770 : cluster 0 pgmap v569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:49.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:49 smithi194 bash[32038]: cluster 2023-12-07T17:33:48.784890+0000 mgr.a (mgr.14403) 770 : cluster 0 pgmap v569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:49.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:49 smithi135 bash[32435]: cluster 2023-12-07T17:33:48.784890+0000 mgr.a (mgr.14403) 770 : cluster 0 pgmap v569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:50.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:33:50.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:50.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:50.909 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:33:50.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:50.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:50.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:50.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:33:52.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:51 smithi079 bash[28699]: audit 2023-12-07T17:33:50.409496+0000 mgr.a (mgr.14403) 771 : audit 0 from='client.28884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:52.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:51 smithi079 bash[28699]: cluster 2023-12-07T17:33:50.785677+0000 mgr.a (mgr.14403) 772 : cluster 0 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-07T17:33:52.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:51 smithi194 bash[32038]: audit 2023-12-07T17:33:50.409496+0000 mgr.a (mgr.14403) 771 : audit 0 from='client.28884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:52.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:51 smithi194 bash[32038]: cluster 2023-12-07T17:33:50.785677+0000 mgr.a (mgr.14403) 772 : cluster 0 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-07T17:33:52.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:51 smithi135 bash[32435]: audit 2023-12-07T17:33:50.409496+0000 mgr.a (mgr.14403) 771 : audit 0 from='client.28884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:52.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:51 smithi135 bash[32435]: cluster 2023-12-07T17:33:50.785677+0000 mgr.a (mgr.14403) 772 : cluster 0 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-07T17:33:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:53 smithi079 bash[28699]: cluster 2023-12-07T17:33:52.786379+0000 mgr.a (mgr.14403) 773 : cluster 0 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-07T17:33:54.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:53 smithi194 bash[32038]: cluster 2023-12-07T17:33:52.786379+0000 mgr.a (mgr.14403) 773 : cluster 0 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-07T17:33:54.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:53 smithi135 bash[32435]: cluster 2023-12-07T17:33:52.786379+0000 mgr.a (mgr.14403) 773 : cluster 0 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-07T17:33:55.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:33:55.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:33:55.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:33:56.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:55 smithi079 bash[28699]: cluster 2023-12-07T17:33:54.787287+0000 mgr.a (mgr.14403) 774 : cluster 0 pgmap v572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:56.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:55 smithi194 bash[32038]: cluster 2023-12-07T17:33:54.787287+0000 mgr.a (mgr.14403) 774 : cluster 0 pgmap v572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:56.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:55 smithi135 bash[32435]: cluster 2023-12-07T17:33:54.787287+0000 mgr.a (mgr.14403) 774 : cluster 0 pgmap v572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:56.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:33:56.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:33:56.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:33:56.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:33:56.814 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:33:58.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:57 smithi079 bash[28699]: audit 2023-12-07T17:33:56.313245+0000 mgr.a (mgr.14403) 775 : audit 0 from='client.28962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:58.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:57 smithi079 bash[28699]: cluster 2023-12-07T17:33:56.787795+0000 mgr.a (mgr.14403) 776 : cluster 0 pgmap v573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:58.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:57 smithi194 bash[32038]: audit 2023-12-07T17:33:56.313245+0000 mgr.a (mgr.14403) 775 : audit 0 from='client.28962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:58.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:57 smithi194 bash[32038]: cluster 2023-12-07T17:33:56.787795+0000 mgr.a (mgr.14403) 776 : cluster 0 pgmap v573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:58.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:57 smithi135 bash[32435]: audit 2023-12-07T17:33:56.313245+0000 mgr.a (mgr.14403) 775 : audit 0 from='client.28962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:33:58.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:57 smithi135 bash[32435]: cluster 2023-12-07T17:33:56.787795+0000 mgr.a (mgr.14403) 776 : cluster 0 pgmap v573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:33:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:33:59 smithi079 bash[28699]: cluster 2023-12-07T17:33:58.788601+0000 mgr.a (mgr.14403) 777 : cluster 0 pgmap v574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:59.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:33:59 smithi194 bash[32038]: cluster 2023-12-07T17:33:58.788601+0000 mgr.a (mgr.14403) 777 : cluster 0 pgmap v574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:33:59.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:33:59 smithi135 bash[32435]: cluster 2023-12-07T17:33:58.788601+0000 mgr.a (mgr.14403) 777 : cluster 0 pgmap v574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:01.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:34:01.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:01.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:02.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:01 smithi079 bash[28699]: cluster 2023-12-07T17:34:00.789162+0000 mgr.a (mgr.14403) 778 : cluster 0 pgmap v575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:02.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:01 smithi194 bash[32038]: cluster 2023-12-07T17:34:00.789162+0000 mgr.a (mgr.14403) 778 : cluster 0 pgmap v575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:02.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:01 smithi135 bash[32435]: cluster 2023-12-07T17:34:00.789162+0000 mgr.a (mgr.14403) 778 : cluster 0 pgmap v575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:02.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:02.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:02.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:02.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:34:02.714 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:34:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:02 smithi079 bash[28699]: audit 2023-12-07T17:34:02.216629+0000 mgr.a (mgr.14403) 779 : audit 0 from='client.29037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:03.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:02 smithi194 bash[32038]: audit 2023-12-07T17:34:02.216629+0000 mgr.a (mgr.14403) 779 : audit 0 from='client.29037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:03.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:02 smithi135 bash[32435]: audit 2023-12-07T17:34:02.216629+0000 mgr.a (mgr.14403) 779 : audit 0 from='client.29037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:04.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:03 smithi079 bash[28699]: cluster 2023-12-07T17:34:02.789865+0000 mgr.a (mgr.14403) 780 : cluster 0 pgmap v576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:04.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:03 smithi194 bash[32038]: cluster 2023-12-07T17:34:02.789865+0000 mgr.a (mgr.14403) 780 : cluster 0 pgmap v576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:04.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:03 smithi135 bash[32435]: cluster 2023-12-07T17:34:02.789865+0000 mgr.a (mgr.14403) 780 : cluster 0 pgmap v576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:06.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:05 smithi079 bash[28699]: cluster 2023-12-07T17:34:04.790689+0000 mgr.a (mgr.14403) 781 : cluster 0 pgmap v577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:06.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:05 smithi194 bash[32038]: cluster 2023-12-07T17:34:04.790689+0000 mgr.a (mgr.14403) 781 : cluster 0 pgmap v577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:06.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:05 smithi135 bash[32435]: cluster 2023-12-07T17:34:04.790689+0000 mgr.a (mgr.14403) 781 : cluster 0 pgmap v577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:07.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:34:07.717 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:07.717 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:07 smithi079 bash[28699]: cluster 2023-12-07T17:34:06.791282+0000 mgr.a (mgr.14403) 782 : cluster 0 pgmap v578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:08.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:07 smithi194 bash[32038]: cluster 2023-12-07T17:34:06.791282+0000 mgr.a (mgr.14403) 782 : cluster 0 pgmap v578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:08.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:07 smithi135 bash[32435]: cluster 2023-12-07T17:34:06.791282+0000 mgr.a (mgr.14403) 782 : cluster 0 pgmap v578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:08.624 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:34:08.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:08.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:08.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:08.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:34:09.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:08 smithi079 bash[28699]: audit 2023-12-07T17:34:08.125633+0000 mgr.a (mgr.14403) 783 : audit 0 from='client.29112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:09.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:08 smithi194 bash[32038]: audit 2023-12-07T17:34:08.125633+0000 mgr.a (mgr.14403) 783 : audit 0 from='client.29112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:09.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:08 smithi135 bash[32435]: audit 2023-12-07T17:34:08.125633+0000 mgr.a (mgr.14403) 783 : audit 0 from='client.29112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:10.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:09 smithi079 bash[28699]: cluster 2023-12-07T17:34:08.792389+0000 mgr.a (mgr.14403) 784 : cluster 0 pgmap v579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T17:34:10.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:09 smithi194 bash[32038]: cluster 2023-12-07T17:34:08.792389+0000 mgr.a (mgr.14403) 784 : cluster 0 pgmap v579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T17:34:10.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:09 smithi135 bash[32435]: cluster 2023-12-07T17:34:08.792389+0000 mgr.a (mgr.14403) 784 : cluster 0 pgmap v579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T17:34:12.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:11 smithi079 bash[28699]: cluster 2023-12-07T17:34:10.792961+0000 mgr.a (mgr.14403) 785 : cluster 0 pgmap v580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T17:34:12.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:11 smithi194 bash[32038]: cluster 2023-12-07T17:34:10.792961+0000 mgr.a (mgr.14403) 785 : cluster 0 pgmap v580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T17:34:12.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:11 smithi135 bash[32435]: cluster 2023-12-07T17:34:10.792961+0000 mgr.a (mgr.14403) 785 : cluster 0 pgmap v580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T17:34:13.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:34:13.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:13.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:14.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:13 smithi079 bash[28699]: cluster 2023-12-07T17:34:12.793548+0000 mgr.a (mgr.14403) 786 : cluster 0 pgmap v581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T17:34:14.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:13 smithi194 bash[32038]: cluster 2023-12-07T17:34:12.793548+0000 mgr.a (mgr.14403) 786 : cluster 0 pgmap v581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T17:34:14.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:13 smithi135 bash[32435]: cluster 2023-12-07T17:34:12.793548+0000 mgr.a (mgr.14403) 786 : cluster 0 pgmap v581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T17:34:14.550 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:34:14.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:14.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:14.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:14.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:34:15.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:14 smithi079 bash[28699]: audit 2023-12-07T17:34:14.031306+0000 mgr.a (mgr.14403) 787 : audit 0 from='client.29190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:15.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:14 smithi194 bash[32038]: audit 2023-12-07T17:34:14.031306+0000 mgr.a (mgr.14403) 787 : audit 0 from='client.29190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:15.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:14 smithi135 bash[32435]: audit 2023-12-07T17:34:14.031306+0000 mgr.a (mgr.14403) 787 : audit 0 from='client.29190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:16.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:15 smithi079 bash[28699]: cluster 2023-12-07T17:34:14.794635+0000 mgr.a (mgr.14403) 788 : cluster 0 pgmap v582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:16.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:15 smithi194 bash[32038]: cluster 2023-12-07T17:34:14.794635+0000 mgr.a (mgr.14403) 788 : cluster 0 pgmap v582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:16.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:15 smithi135 bash[32435]: cluster 2023-12-07T17:34:14.794635+0000 mgr.a (mgr.14403) 788 : cluster 0 pgmap v582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:18.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:17 smithi079 bash[28699]: cluster 2023-12-07T17:34:16.795276+0000 mgr.a (mgr.14403) 789 : cluster 0 pgmap v583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:18.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:17 smithi194 bash[32038]: cluster 2023-12-07T17:34:16.795276+0000 mgr.a (mgr.14403) 789 : cluster 0 pgmap v583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:18.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:17 smithi135 bash[32435]: cluster 2023-12-07T17:34:16.795276+0000 mgr.a (mgr.14403) 789 : cluster 0 pgmap v583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:19.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:34:19.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:19.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:19 smithi079 bash[28699]: cluster 2023-12-07T17:34:18.796039+0000 mgr.a (mgr.14403) 790 : cluster 0 pgmap v584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:19.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:19 smithi194 bash[32038]: cluster 2023-12-07T17:34:18.796039+0000 mgr.a (mgr.14403) 790 : cluster 0 pgmap v584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:19.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:19 smithi135 bash[32435]: cluster 2023-12-07T17:34:18.796039+0000 mgr.a (mgr.14403) 790 : cluster 0 pgmap v584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:20.470 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:34:20.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:20.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:20.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:20.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:34:20.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:20 smithi079 bash[28699]: audit 2023-12-07T17:34:19.957132+0000 mgr.a (mgr.14403) 791 : audit 0 from='client.29265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:20.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:20 smithi194 bash[32038]: audit 2023-12-07T17:34:19.957132+0000 mgr.a (mgr.14403) 791 : audit 0 from='client.29265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:20.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:20 smithi135 bash[32435]: audit 2023-12-07T17:34:19.957132+0000 mgr.a (mgr.14403) 791 : audit 0 from='client.29265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:21 smithi079 bash[28699]: cluster 2023-12-07T17:34:20.796749+0000 mgr.a (mgr.14403) 792 : cluster 0 pgmap v585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T17:34:21.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:21 smithi194 bash[32038]: cluster 2023-12-07T17:34:20.796749+0000 mgr.a (mgr.14403) 792 : cluster 0 pgmap v585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T17:34:21.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:21 smithi135 bash[32435]: cluster 2023-12-07T17:34:20.796749+0000 mgr.a (mgr.14403) 792 : cluster 0 pgmap v585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T17:34:24.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:23 smithi079 bash[28699]: cluster 2023-12-07T17:34:22.797317+0000 mgr.a (mgr.14403) 793 : cluster 0 pgmap v586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T17:34:24.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:23 smithi194 bash[32038]: cluster 2023-12-07T17:34:22.797317+0000 mgr.a (mgr.14403) 793 : cluster 0 pgmap v586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T17:34:24.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:23 smithi135 bash[32435]: cluster 2023-12-07T17:34:22.797317+0000 mgr.a (mgr.14403) 793 : cluster 0 pgmap v586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T17:34:25.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:34:25.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:25.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:26.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:25 smithi079 bash[28699]: cluster 2023-12-07T17:34:24.798033+0000 mgr.a (mgr.14403) 794 : cluster 0 pgmap v587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T17:34:26.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:25 smithi194 bash[32038]: cluster 2023-12-07T17:34:24.798033+0000 mgr.a (mgr.14403) 794 : cluster 0 pgmap v587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T17:34:26.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:25 smithi135 bash[32435]: cluster 2023-12-07T17:34:24.798033+0000 mgr.a (mgr.14403) 794 : cluster 0 pgmap v587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T17:34:26.386 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:34:26.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:26.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:26.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:26.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:34:27.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:26 smithi079 bash[28699]: audit 2023-12-07T17:34:25.875201+0000 mgr.a (mgr.14403) 795 : audit 0 from='client.29340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:27.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:26 smithi194 bash[32038]: audit 2023-12-07T17:34:25.875201+0000 mgr.a (mgr.14403) 795 : audit 0 from='client.29340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:27.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:26 smithi135 bash[32435]: audit 2023-12-07T17:34:25.875201+0000 mgr.a (mgr.14403) 795 : audit 0 from='client.29340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:28.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:27 smithi079 bash[28699]: cluster 2023-12-07T17:34:26.798716+0000 mgr.a (mgr.14403) 796 : cluster 0 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-07T17:34:28.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:27 smithi194 bash[32038]: cluster 2023-12-07T17:34:26.798716+0000 mgr.a (mgr.14403) 796 : cluster 0 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-07T17:34:28.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:27 smithi135 bash[32435]: cluster 2023-12-07T17:34:26.798716+0000 mgr.a (mgr.14403) 796 : cluster 0 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-07T17:34:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:29 smithi079 bash[28699]: cluster 2023-12-07T17:34:28.799548+0000 mgr.a (mgr.14403) 797 : cluster 0 pgmap v589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:29.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:29 smithi194 bash[32038]: cluster 2023-12-07T17:34:28.799548+0000 mgr.a (mgr.14403) 797 : cluster 0 pgmap v589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:29.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:29 smithi135 bash[32435]: cluster 2023-12-07T17:34:28.799548+0000 mgr.a (mgr.14403) 797 : cluster 0 pgmap v589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:31.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:34:31.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:31.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:32.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:31 smithi079 bash[28699]: cluster 2023-12-07T17:34:30.800175+0000 mgr.a (mgr.14403) 798 : cluster 0 pgmap v590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:32.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:31 smithi194 bash[32038]: cluster 2023-12-07T17:34:30.800175+0000 mgr.a (mgr.14403) 798 : cluster 0 pgmap v590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:32.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:31 smithi135 bash[32435]: cluster 2023-12-07T17:34:30.800175+0000 mgr.a (mgr.14403) 798 : cluster 0 pgmap v590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:32.284 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:34:32.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:32.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:32.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:32.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:34:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:32 smithi079 bash[28699]: audit 2023-12-07T17:34:31.787748+0000 mgr.a (mgr.14403) 799 : audit 0 from='client.29418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:33.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:32 smithi194 bash[32038]: audit 2023-12-07T17:34:31.787748+0000 mgr.a (mgr.14403) 799 : audit 0 from='client.29418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:33.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:32 smithi135 bash[32435]: audit 2023-12-07T17:34:31.787748+0000 mgr.a (mgr.14403) 799 : audit 0 from='client.29418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:34.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:33 smithi079 bash[28699]: cluster 2023-12-07T17:34:32.800865+0000 mgr.a (mgr.14403) 800 : cluster 0 pgmap v591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:34.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:33 smithi194 bash[32038]: cluster 2023-12-07T17:34:32.800865+0000 mgr.a (mgr.14403) 800 : cluster 0 pgmap v591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:34.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:33 smithi135 bash[32435]: cluster 2023-12-07T17:34:32.800865+0000 mgr.a (mgr.14403) 800 : cluster 0 pgmap v591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:36.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:35 smithi079 bash[28699]: cluster 2023-12-07T17:34:34.801688+0000 mgr.a (mgr.14403) 801 : cluster 0 pgmap v592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:36.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:35 smithi079 bash[28699]: audit 2023-12-07T17:34:34.930441+0000 mon.a (mon.0) 576 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:34:36.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:35 smithi079 bash[28699]: audit 2023-12-07T17:34:35.727060+0000 mon.a (mon.0) 577 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:34:36.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:35 smithi079 bash[28699]: audit 2023-12-07T17:34:35.728946+0000 mon.a (mon.0) 578 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:34:36.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:35 smithi079 bash[28699]: audit 2023-12-07T17:34:35.739235+0000 mon.a (mon.0) 579 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:34:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:35 smithi194 bash[32038]: cluster 2023-12-07T17:34:34.801688+0000 mgr.a (mgr.14403) 801 : cluster 0 pgmap v592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:35 smithi194 bash[32038]: audit 2023-12-07T17:34:34.930441+0000 mon.a (mon.0) 576 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:34:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:35 smithi194 bash[32038]: audit 2023-12-07T17:34:35.727060+0000 mon.a (mon.0) 577 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:34:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:35 smithi194 bash[32038]: audit 2023-12-07T17:34:35.728946+0000 mon.a (mon.0) 578 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:34:36.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:35 smithi194 bash[32038]: audit 2023-12-07T17:34:35.739235+0000 mon.a (mon.0) 579 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:34:36.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:35 smithi135 bash[32435]: cluster 2023-12-07T17:34:34.801688+0000 mgr.a (mgr.14403) 801 : cluster 0 pgmap v592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:36.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:35 smithi135 bash[32435]: audit 2023-12-07T17:34:34.930441+0000 mon.a (mon.0) 576 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:34:36.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:35 smithi135 bash[32435]: audit 2023-12-07T17:34:35.727060+0000 mon.a (mon.0) 577 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:34:36.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:35 smithi135 bash[32435]: audit 2023-12-07T17:34:35.728946+0000 mon.a (mon.0) 578 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:34:36.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:35 smithi135 bash[32435]: audit 2023-12-07T17:34:35.739235+0000 mon.a (mon.0) 579 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:34:37.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:34:37.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:37.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:37 smithi079 bash[28699]: cluster 2023-12-07T17:34:36.802242+0000 mgr.a (mgr.14403) 802 : cluster 0 pgmap v593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:37 smithi194 bash[32038]: cluster 2023-12-07T17:34:36.802242+0000 mgr.a (mgr.14403) 802 : cluster 0 pgmap v593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:37 smithi135 bash[32435]: cluster 2023-12-07T17:34:36.802242+0000 mgr.a (mgr.14403) 802 : cluster 0 pgmap v593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:38.213 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:34:38.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:38.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:38.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:38.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:34:39.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:38 smithi079 bash[28699]: audit 2023-12-07T17:34:37.691186+0000 mgr.a (mgr.14403) 803 : audit 0 from='client.29496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:39.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:38 smithi194 bash[32038]: audit 2023-12-07T17:34:37.691186+0000 mgr.a (mgr.14403) 803 : audit 0 from='client.29496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:39.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:38 smithi135 bash[32435]: audit 2023-12-07T17:34:37.691186+0000 mgr.a (mgr.14403) 803 : audit 0 from='client.29496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:40.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:39 smithi079 bash[28699]: cluster 2023-12-07T17:34:38.803151+0000 mgr.a (mgr.14403) 804 : cluster 0 pgmap v594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:40.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:39 smithi194 bash[32038]: cluster 2023-12-07T17:34:38.803151+0000 mgr.a (mgr.14403) 804 : cluster 0 pgmap v594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:40.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:39 smithi135 bash[32435]: cluster 2023-12-07T17:34:38.803151+0000 mgr.a (mgr.14403) 804 : cluster 0 pgmap v594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:34:42.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:41 smithi079 bash[28699]: cluster 2023-12-07T17:34:40.803775+0000 mgr.a (mgr.14403) 805 : cluster 0 pgmap v595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:42.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:41 smithi194 bash[32038]: cluster 2023-12-07T17:34:40.803775+0000 mgr.a (mgr.14403) 805 : cluster 0 pgmap v595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:42.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:41 smithi135 bash[32435]: cluster 2023-12-07T17:34:40.803775+0000 mgr.a (mgr.14403) 805 : cluster 0 pgmap v595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:43.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:34:43.217 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:43.217 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:44.124 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:34:44.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:44.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:44.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:44.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:34:44.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:43 smithi079 bash[28699]: cluster 2023-12-07T17:34:42.804477+0000 mgr.a (mgr.14403) 806 : cluster 0 pgmap v596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:44.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:43 smithi194 bash[32038]: cluster 2023-12-07T17:34:42.804477+0000 mgr.a (mgr.14403) 806 : cluster 0 pgmap v596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:44.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:43 smithi135 bash[32435]: cluster 2023-12-07T17:34:42.804477+0000 mgr.a (mgr.14403) 806 : cluster 0 pgmap v596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:45.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:44 smithi194 bash[32038]: audit 2023-12-07T17:34:43.619398+0000 mgr.a (mgr.14403) 807 : audit 0 from='client.29574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:45.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:44 smithi135 bash[32435]: audit 2023-12-07T17:34:43.619398+0000 mgr.a (mgr.14403) 807 : audit 0 from='client.29574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:44 smithi079 bash[28699]: audit 2023-12-07T17:34:43.619398+0000 mgr.a (mgr.14403) 807 : audit 0 from='client.29574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:46.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:45 smithi194 bash[32038]: cluster 2023-12-07T17:34:44.805464+0000 mgr.a (mgr.14403) 808 : cluster 0 pgmap v597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:46.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:45 smithi135 bash[32435]: cluster 2023-12-07T17:34:44.805464+0000 mgr.a (mgr.14403) 808 : cluster 0 pgmap v597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:45 smithi079 bash[28699]: cluster 2023-12-07T17:34:44.805464+0000 mgr.a (mgr.14403) 808 : cluster 0 pgmap v597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:48.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:47 smithi194 bash[32038]: cluster 2023-12-07T17:34:46.806045+0000 mgr.a (mgr.14403) 809 : cluster 0 pgmap v598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:48.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:47 smithi135 bash[32435]: cluster 2023-12-07T17:34:46.806045+0000 mgr.a (mgr.14403) 809 : cluster 0 pgmap v598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:48.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:47 smithi079 bash[28699]: cluster 2023-12-07T17:34:46.806045+0000 mgr.a (mgr.14403) 809 : cluster 0 pgmap v598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:49.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:34:49.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:49.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:49 smithi079 bash[28699]: cluster 2023-12-07T17:34:48.806778+0000 mgr.a (mgr.14403) 810 : cluster 0 pgmap v599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:49.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:49 smithi194 bash[32038]: cluster 2023-12-07T17:34:48.806778+0000 mgr.a (mgr.14403) 810 : cluster 0 pgmap v599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:49.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:49 smithi135 bash[32435]: cluster 2023-12-07T17:34:48.806778+0000 mgr.a (mgr.14403) 810 : cluster 0 pgmap v599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:49.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:49.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:49.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:49.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:34:49.990 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:34:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:50 smithi079 bash[28699]: audit 2023-12-07T17:34:49.523916+0000 mgr.a (mgr.14403) 811 : audit 0 from='client.29652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:50 smithi194 bash[32038]: audit 2023-12-07T17:34:49.523916+0000 mgr.a (mgr.14403) 811 : audit 0 from='client.29652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:50 smithi135 bash[32435]: audit 2023-12-07T17:34:49.523916+0000 mgr.a (mgr.14403) 811 : audit 0 from='client.29652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:51 smithi079 bash[28699]: cluster 2023-12-07T17:34:50.807441+0000 mgr.a (mgr.14403) 812 : cluster 0 pgmap v600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:51.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:51 smithi194 bash[32038]: cluster 2023-12-07T17:34:50.807441+0000 mgr.a (mgr.14403) 812 : cluster 0 pgmap v600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:51.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:51 smithi135 bash[32435]: cluster 2023-12-07T17:34:50.807441+0000 mgr.a (mgr.14403) 812 : cluster 0 pgmap v600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:53 smithi079 bash[28699]: cluster 2023-12-07T17:34:52.808019+0000 mgr.a (mgr.14403) 813 : cluster 0 pgmap v601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:54.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:53 smithi194 bash[32038]: cluster 2023-12-07T17:34:52.808019+0000 mgr.a (mgr.14403) 813 : cluster 0 pgmap v601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:54.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:53 smithi135 bash[32435]: cluster 2023-12-07T17:34:52.808019+0000 mgr.a (mgr.14403) 813 : cluster 0 pgmap v601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:34:54.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:34:54.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:34:54.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:34:55.896 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:34:55.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:34:55.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:34:55.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:34:55.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:34:56.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:55 smithi079 bash[28699]: cluster 2023-12-07T17:34:54.808805+0000 mgr.a (mgr.14403) 814 : cluster 0 pgmap v602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:56.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:55 smithi194 bash[32038]: cluster 2023-12-07T17:34:54.808805+0000 mgr.a (mgr.14403) 814 : cluster 0 pgmap v602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:56.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:55 smithi135 bash[32435]: cluster 2023-12-07T17:34:54.808805+0000 mgr.a (mgr.14403) 814 : cluster 0 pgmap v602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:57.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:56 smithi079 bash[28699]: audit 2023-12-07T17:34:55.399137+0000 mgr.a (mgr.14403) 815 : audit 0 from='client.29730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:57.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:56 smithi194 bash[32038]: audit 2023-12-07T17:34:55.399137+0000 mgr.a (mgr.14403) 815 : audit 0 from='client.29730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:57.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:56 smithi135 bash[32435]: audit 2023-12-07T17:34:55.399137+0000 mgr.a (mgr.14403) 815 : audit 0 from='client.29730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:34:58.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:57 smithi079 bash[28699]: cluster 2023-12-07T17:34:56.809439+0000 mgr.a (mgr.14403) 816 : cluster 0 pgmap v603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:58.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:57 smithi194 bash[32038]: cluster 2023-12-07T17:34:56.809439+0000 mgr.a (mgr.14403) 816 : cluster 0 pgmap v603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:58.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:57 smithi135 bash[32435]: cluster 2023-12-07T17:34:56.809439+0000 mgr.a (mgr.14403) 816 : cluster 0 pgmap v603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:34:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:34:59 smithi079 bash[28699]: cluster 2023-12-07T17:34:58.810242+0000 mgr.a (mgr.14403) 817 : cluster 0 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-07T17:34:59.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:34:59 smithi194 bash[32038]: cluster 2023-12-07T17:34:58.810242+0000 mgr.a (mgr.14403) 817 : cluster 0 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-07T17:34:59.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:34:59 smithi135 bash[32435]: cluster 2023-12-07T17:34:58.810242+0000 mgr.a (mgr.14403) 817 : cluster 0 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-07T17:35:00.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:35:00.900 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:00.900 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:01.774 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:35:01.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:01.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:01.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:01.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:35:02.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:01 smithi079 bash[28699]: cluster 2023-12-07T17:35:00.810948+0000 mgr.a (mgr.14403) 818 : cluster 0 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-07T17:35:02.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:01 smithi194 bash[32038]: cluster 2023-12-07T17:35:00.810948+0000 mgr.a (mgr.14403) 818 : cluster 0 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-07T17:35:02.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:01 smithi135 bash[32435]: cluster 2023-12-07T17:35:00.810948+0000 mgr.a (mgr.14403) 818 : cluster 0 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-07T17:35:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:02 smithi079 bash[28699]: audit 2023-12-07T17:35:01.292638+0000 mgr.a (mgr.14403) 819 : audit 0 from='client.29805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:03.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:02 smithi194 bash[32038]: audit 2023-12-07T17:35:01.292638+0000 mgr.a (mgr.14403) 819 : audit 0 from='client.29805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:03.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:02 smithi135 bash[32435]: audit 2023-12-07T17:35:01.292638+0000 mgr.a (mgr.14403) 819 : audit 0 from='client.29805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:04.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:03 smithi079 bash[28699]: cluster 2023-12-07T17:35:02.811643+0000 mgr.a (mgr.14403) 820 : cluster 0 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-07T17:35:04.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:03 smithi194 bash[32038]: cluster 2023-12-07T17:35:02.811643+0000 mgr.a (mgr.14403) 820 : cluster 0 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-07T17:35:04.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:03 smithi135 bash[32435]: cluster 2023-12-07T17:35:02.811643+0000 mgr.a (mgr.14403) 820 : cluster 0 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-07T17:35:06.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:05 smithi079 bash[28699]: cluster 2023-12-07T17:35:04.812443+0000 mgr.a (mgr.14403) 821 : cluster 0 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-07T17:35:06.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:05 smithi194 bash[32038]: cluster 2023-12-07T17:35:04.812443+0000 mgr.a (mgr.14403) 821 : cluster 0 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-07T17:35:06.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:05 smithi135 bash[32435]: cluster 2023-12-07T17:35:04.812443+0000 mgr.a (mgr.14403) 821 : cluster 0 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-07T17:35:06.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:35:06.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:06.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:07.670 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:35:07.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:07.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:07.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:07.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:35:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:07 smithi079 bash[28699]: cluster 2023-12-07T17:35:06.812883+0000 mgr.a (mgr.14403) 822 : cluster 0 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-07T17:35:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:07 smithi079 bash[28699]: audit 2023-12-07T17:35:07.178947+0000 mgr.a (mgr.14403) 823 : audit 0 from='client.29880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:08.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:07 smithi194 bash[32038]: cluster 2023-12-07T17:35:06.812883+0000 mgr.a (mgr.14403) 822 : cluster 0 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-07T17:35:08.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:07 smithi194 bash[32038]: audit 2023-12-07T17:35:07.178947+0000 mgr.a (mgr.14403) 823 : audit 0 from='client.29880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:08.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:07 smithi135 bash[32435]: cluster 2023-12-07T17:35:06.812883+0000 mgr.a (mgr.14403) 822 : cluster 0 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-07T17:35:08.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:07 smithi135 bash[32435]: audit 2023-12-07T17:35:07.178947+0000 mgr.a (mgr.14403) 823 : audit 0 from='client.29880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:09 smithi079 bash[28699]: cluster 2023-12-07T17:35:08.813693+0000 mgr.a (mgr.14403) 824 : cluster 0 pgmap v609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:09.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:09 smithi194 bash[32038]: cluster 2023-12-07T17:35:08.813693+0000 mgr.a (mgr.14403) 824 : cluster 0 pgmap v609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:09.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:09 smithi135 bash[32435]: cluster 2023-12-07T17:35:08.813693+0000 mgr.a (mgr.14403) 824 : cluster 0 pgmap v609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:12.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:11 smithi079 bash[28699]: cluster 2023-12-07T17:35:10.814181+0000 mgr.a (mgr.14403) 825 : cluster 0 pgmap v610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:12.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:11 smithi194 bash[32038]: cluster 2023-12-07T17:35:10.814181+0000 mgr.a (mgr.14403) 825 : cluster 0 pgmap v610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:12.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:11 smithi135 bash[32435]: cluster 2023-12-07T17:35:10.814181+0000 mgr.a (mgr.14403) 825 : cluster 0 pgmap v610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:12.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:35:12.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:12.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:13.561 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:35:13.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:13.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:13.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:13.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:35:14.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:13 smithi079 bash[28699]: cluster 2023-12-07T17:35:12.814684+0000 mgr.a (mgr.14403) 826 : cluster 0 pgmap v611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:14.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:13 smithi079 bash[28699]: audit 2023-12-07T17:35:13.072691+0000 mgr.a (mgr.14403) 827 : audit 0 from='client.29958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:14.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:13 smithi194 bash[32038]: cluster 2023-12-07T17:35:12.814684+0000 mgr.a (mgr.14403) 826 : cluster 0 pgmap v611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:14.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:13 smithi194 bash[32038]: audit 2023-12-07T17:35:13.072691+0000 mgr.a (mgr.14403) 827 : audit 0 from='client.29958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:14.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:13 smithi135 bash[32435]: cluster 2023-12-07T17:35:12.814684+0000 mgr.a (mgr.14403) 826 : cluster 0 pgmap v611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:14.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:13 smithi135 bash[32435]: audit 2023-12-07T17:35:13.072691+0000 mgr.a (mgr.14403) 827 : audit 0 from='client.29958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:16.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:15 smithi079 bash[28699]: cluster 2023-12-07T17:35:14.815572+0000 mgr.a (mgr.14403) 828 : cluster 0 pgmap v612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:35:16.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:15 smithi194 bash[32038]: cluster 2023-12-07T17:35:14.815572+0000 mgr.a (mgr.14403) 828 : cluster 0 pgmap v612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:35:16.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:15 smithi135 bash[32435]: cluster 2023-12-07T17:35:14.815572+0000 mgr.a (mgr.14403) 828 : cluster 0 pgmap v612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:35:18.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:17 smithi079 bash[28699]: cluster 2023-12-07T17:35:16.816142+0000 mgr.a (mgr.14403) 829 : cluster 0 pgmap v613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:35:18.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:17 smithi194 bash[32038]: cluster 2023-12-07T17:35:16.816142+0000 mgr.a (mgr.14403) 829 : cluster 0 pgmap v613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:35:18.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:17 smithi135 bash[32435]: cluster 2023-12-07T17:35:16.816142+0000 mgr.a (mgr.14403) 829 : cluster 0 pgmap v613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:35:18.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:35:18.565 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:18.565 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:19.436 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:35:19.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:19.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:19.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:19.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:35:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:19 smithi079 bash[28699]: cluster 2023-12-07T17:35:18.816945+0000 mgr.a (mgr.14403) 830 : cluster 0 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-07T17:35:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:19 smithi079 bash[28699]: audit 2023-12-07T17:35:18.963529+0000 mgr.a (mgr.14403) 831 : audit 0 from='client.30033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:19.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:19 smithi194 bash[32038]: cluster 2023-12-07T17:35:18.816945+0000 mgr.a (mgr.14403) 830 : cluster 0 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-07T17:35:19.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:19 smithi194 bash[32038]: audit 2023-12-07T17:35:18.963529+0000 mgr.a (mgr.14403) 831 : audit 0 from='client.30033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:19.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:19 smithi135 bash[32435]: cluster 2023-12-07T17:35:18.816945+0000 mgr.a (mgr.14403) 830 : cluster 0 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-07T17:35:19.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:19 smithi135 bash[32435]: audit 2023-12-07T17:35:18.963529+0000 mgr.a (mgr.14403) 831 : audit 0 from='client.30033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:22.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:21 smithi079 bash[28699]: cluster 2023-12-07T17:35:20.817533+0000 mgr.a (mgr.14403) 832 : cluster 0 pgmap v615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:22.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:21 smithi194 bash[32038]: cluster 2023-12-07T17:35:20.817533+0000 mgr.a (mgr.14403) 832 : cluster 0 pgmap v615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:22.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:21 smithi135 bash[32435]: cluster 2023-12-07T17:35:20.817533+0000 mgr.a (mgr.14403) 832 : cluster 0 pgmap v615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:24.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:23 smithi079 bash[28699]: cluster 2023-12-07T17:35:22.818098+0000 mgr.a (mgr.14403) 833 : cluster 0 pgmap v616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:24.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:23 smithi194 bash[32038]: cluster 2023-12-07T17:35:22.818098+0000 mgr.a (mgr.14403) 833 : cluster 0 pgmap v616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:24.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:23 smithi135 bash[32435]: cluster 2023-12-07T17:35:22.818098+0000 mgr.a (mgr.14403) 833 : cluster 0 pgmap v616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:35:24.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:35:24.439 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:24.439 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:25.344 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:35:25.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:25.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:25.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:25.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:35:26.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:25 smithi079 bash[28699]: cluster 2023-12-07T17:35:24.818816+0000 mgr.a (mgr.14403) 834 : cluster 0 pgmap v617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:26.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:25 smithi079 bash[28699]: audit 2023-12-07T17:35:24.836813+0000 mgr.a (mgr.14403) 835 : audit 0 from='client.30108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:26.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:25 smithi194 bash[32038]: cluster 2023-12-07T17:35:24.818816+0000 mgr.a (mgr.14403) 834 : cluster 0 pgmap v617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:26.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:25 smithi194 bash[32038]: audit 2023-12-07T17:35:24.836813+0000 mgr.a (mgr.14403) 835 : audit 0 from='client.30108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:26.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:25 smithi135 bash[32435]: cluster 2023-12-07T17:35:24.818816+0000 mgr.a (mgr.14403) 834 : cluster 0 pgmap v617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:26.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:25 smithi135 bash[32435]: audit 2023-12-07T17:35:24.836813+0000 mgr.a (mgr.14403) 835 : audit 0 from='client.30108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:28.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:27 smithi079 bash[28699]: cluster 2023-12-07T17:35:26.819547+0000 mgr.a (mgr.14403) 836 : cluster 0 pgmap v618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:35:28.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:27 smithi194 bash[32038]: cluster 2023-12-07T17:35:26.819547+0000 mgr.a (mgr.14403) 836 : cluster 0 pgmap v618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:35:28.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:27 smithi135 bash[32435]: cluster 2023-12-07T17:35:26.819547+0000 mgr.a (mgr.14403) 836 : cluster 0 pgmap v618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:35:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:29 smithi079 bash[28699]: cluster 2023-12-07T17:35:28.820513+0000 mgr.a (mgr.14403) 837 : cluster 0 pgmap v619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:35:29.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:29 smithi194 bash[32038]: cluster 2023-12-07T17:35:28.820513+0000 mgr.a (mgr.14403) 837 : cluster 0 pgmap v619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:35:29.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:29 smithi135 bash[32435]: cluster 2023-12-07T17:35:28.820513+0000 mgr.a (mgr.14403) 837 : cluster 0 pgmap v619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:35:30.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:35:30.347 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:30.347 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:31.232 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:35:31.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:31.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:31.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:31.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:35:32.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:31 smithi079 bash[28699]: audit 2023-12-07T17:35:30.751013+0000 mgr.a (mgr.14403) 838 : audit 0 from='client.30183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:32.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:31 smithi079 bash[28699]: cluster 2023-12-07T17:35:30.821326+0000 mgr.a (mgr.14403) 839 : cluster 0 pgmap v620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:32.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:31 smithi194 bash[32038]: audit 2023-12-07T17:35:30.751013+0000 mgr.a (mgr.14403) 838 : audit 0 from='client.30183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:32.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:31 smithi194 bash[32038]: cluster 2023-12-07T17:35:30.821326+0000 mgr.a (mgr.14403) 839 : cluster 0 pgmap v620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:32.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:31 smithi135 bash[32435]: audit 2023-12-07T17:35:30.751013+0000 mgr.a (mgr.14403) 838 : audit 0 from='client.30183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:32.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:31 smithi135 bash[32435]: cluster 2023-12-07T17:35:30.821326+0000 mgr.a (mgr.14403) 839 : cluster 0 pgmap v620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:34.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:33 smithi079 bash[28699]: cluster 2023-12-07T17:35:32.821965+0000 mgr.a (mgr.14403) 840 : cluster 0 pgmap v621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:34.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:33 smithi194 bash[32038]: cluster 2023-12-07T17:35:32.821965+0000 mgr.a (mgr.14403) 840 : cluster 0 pgmap v621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:34.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:33 smithi135 bash[32435]: cluster 2023-12-07T17:35:32.821965+0000 mgr.a (mgr.14403) 840 : cluster 0 pgmap v621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:36.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:35 smithi079 bash[28699]: cluster 2023-12-07T17:35:34.822776+0000 mgr.a (mgr.14403) 841 : cluster 0 pgmap v622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:36.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:35 smithi079 bash[28699]: audit 2023-12-07T17:35:35.841374+0000 mon.a (mon.0) 580 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:35:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:35 smithi194 bash[32038]: cluster 2023-12-07T17:35:34.822776+0000 mgr.a (mgr.14403) 841 : cluster 0 pgmap v622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:35 smithi194 bash[32038]: audit 2023-12-07T17:35:35.841374+0000 mon.a (mon.0) 580 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:35:36.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:35 smithi135 bash[32435]: cluster 2023-12-07T17:35:34.822776+0000 mgr.a (mgr.14403) 841 : cluster 0 pgmap v622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:36.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:35 smithi135 bash[32435]: audit 2023-12-07T17:35:35.841374+0000 mon.a (mon.0) 580 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:35:36.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:35:36.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:36.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:37.138 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:35:37.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:37.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:37.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:37.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:35:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:37 smithi079 bash[28699]: audit 2023-12-07T17:35:36.637344+0000 mgr.a (mgr.14403) 842 : audit 0 from='client.30258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:37 smithi079 bash[28699]: cluster 2023-12-07T17:35:36.823593+0000 mgr.a (mgr.14403) 843 : cluster 0 pgmap v623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:37 smithi194 bash[32038]: audit 2023-12-07T17:35:36.637344+0000 mgr.a (mgr.14403) 842 : audit 0 from='client.30258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:37 smithi194 bash[32038]: cluster 2023-12-07T17:35:36.823593+0000 mgr.a (mgr.14403) 843 : cluster 0 pgmap v623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:37 smithi135 bash[32435]: audit 2023-12-07T17:35:36.637344+0000 mgr.a (mgr.14403) 842 : audit 0 from='client.30258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:37 smithi135 bash[32435]: cluster 2023-12-07T17:35:36.823593+0000 mgr.a (mgr.14403) 843 : cluster 0 pgmap v623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:39 smithi079 bash[28699]: cluster 2023-12-07T17:35:38.824232+0000 mgr.a (mgr.14403) 844 : cluster 0 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-07T17:35:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:39 smithi194 bash[32038]: cluster 2023-12-07T17:35:38.824232+0000 mgr.a (mgr.14403) 844 : cluster 0 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-07T17:35:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:39 smithi135 bash[32435]: cluster 2023-12-07T17:35:38.824232+0000 mgr.a (mgr.14403) 844 : cluster 0 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-07T17:35:42.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:35:42.142 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:42.142 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:42 smithi194 bash[32038]: cluster 2023-12-07T17:35:40.824732+0000 mgr.a (mgr.14403) 845 : cluster 0 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-07T17:35:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:42 smithi194 bash[32038]: audit 2023-12-07T17:35:41.193300+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:42 smithi194 bash[32038]: audit 2023-12-07T17:35:41.201822+0000 mon.a (mon.0) 582 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:42 smithi194 bash[32038]: audit 2023-12-07T17:35:41.246447+0000 mon.a (mon.0) 583 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:42 smithi194 bash[32038]: audit 2023-12-07T17:35:41.251878+0000 mon.a (mon.0) 584 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:42 smithi194 bash[32038]: audit 2023-12-07T17:35:41.257247+0000 mon.a (mon.0) 585 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:42 smithi194 bash[32038]: audit 2023-12-07T17:35:41.262412+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:42 smithi194 bash[32038]: audit 2023-12-07T17:35:41.948410+0000 mon.a (mon.0) 587 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:35:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:42 smithi194 bash[32038]: audit 2023-12-07T17:35:41.950337+0000 mon.a (mon.0) 588 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:35:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:42 smithi194 bash[32038]: audit 2023-12-07T17:35:41.960118+0000 mon.a (mon.0) 589 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:42 smithi135 bash[32435]: cluster 2023-12-07T17:35:40.824732+0000 mgr.a (mgr.14403) 845 : cluster 0 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-07T17:35:42.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:42 smithi135 bash[32435]: audit 2023-12-07T17:35:41.193300+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:42 smithi135 bash[32435]: audit 2023-12-07T17:35:41.201822+0000 mon.a (mon.0) 582 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:42 smithi135 bash[32435]: audit 2023-12-07T17:35:41.246447+0000 mon.a (mon.0) 583 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:42 smithi135 bash[32435]: audit 2023-12-07T17:35:41.251878+0000 mon.a (mon.0) 584 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:42 smithi135 bash[32435]: audit 2023-12-07T17:35:41.257247+0000 mon.a (mon.0) 585 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:42 smithi135 bash[32435]: audit 2023-12-07T17:35:41.262412+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:42 smithi135 bash[32435]: audit 2023-12-07T17:35:41.948410+0000 mon.a (mon.0) 587 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:35:42.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:42 smithi135 bash[32435]: audit 2023-12-07T17:35:41.950337+0000 mon.a (mon.0) 588 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:35:42.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:42 smithi135 bash[32435]: audit 2023-12-07T17:35:41.960118+0000 mon.a (mon.0) 589 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:42 smithi079 bash[28699]: cluster 2023-12-07T17:35:40.824732+0000 mgr.a (mgr.14403) 845 : cluster 0 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-07T17:35:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:42 smithi079 bash[28699]: audit 2023-12-07T17:35:41.193300+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:42 smithi079 bash[28699]: audit 2023-12-07T17:35:41.201822+0000 mon.a (mon.0) 582 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:42 smithi079 bash[28699]: audit 2023-12-07T17:35:41.246447+0000 mon.a (mon.0) 583 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:42 smithi079 bash[28699]: audit 2023-12-07T17:35:41.251878+0000 mon.a (mon.0) 584 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:42 smithi079 bash[28699]: audit 2023-12-07T17:35:41.257247+0000 mon.a (mon.0) 585 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:42 smithi079 bash[28699]: audit 2023-12-07T17:35:41.262412+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:42 smithi079 bash[28699]: audit 2023-12-07T17:35:41.948410+0000 mon.a (mon.0) 587 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:35:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:42 smithi079 bash[28699]: audit 2023-12-07T17:35:41.950337+0000 mon.a (mon.0) 588 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:35:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:42 smithi079 bash[28699]: audit 2023-12-07T17:35:41.960118+0000 mon.a (mon.0) 589 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:35:43.043 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:35:43.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:43.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:43.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:43.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:35:44.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:44 smithi194 bash[32038]: audit 2023-12-07T17:35:42.549728+0000 mgr.a (mgr.14403) 846 : audit 0 from='client.30336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:44.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:44 smithi194 bash[32038]: cluster 2023-12-07T17:35:42.825396+0000 mgr.a (mgr.14403) 847 : cluster 0 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-07T17:35:44.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:44 smithi135 bash[32435]: audit 2023-12-07T17:35:42.549728+0000 mgr.a (mgr.14403) 846 : audit 0 from='client.30336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:44.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:44 smithi135 bash[32435]: cluster 2023-12-07T17:35:42.825396+0000 mgr.a (mgr.14403) 847 : cluster 0 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-07T17:35:44.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:44 smithi079 bash[28699]: audit 2023-12-07T17:35:42.549728+0000 mgr.a (mgr.14403) 846 : audit 0 from='client.30336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:44.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:44 smithi079 bash[28699]: cluster 2023-12-07T17:35:42.825396+0000 mgr.a (mgr.14403) 847 : cluster 0 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-07T17:35:46.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:46 smithi194 bash[32038]: cluster 2023-12-07T17:35:44.826334+0000 mgr.a (mgr.14403) 848 : cluster 0 pgmap v627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:46.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:46 smithi135 bash[32435]: cluster 2023-12-07T17:35:44.826334+0000 mgr.a (mgr.14403) 848 : cluster 0 pgmap v627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:46.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:46 smithi079 bash[28699]: cluster 2023-12-07T17:35:44.826334+0000 mgr.a (mgr.14403) 848 : cluster 0 pgmap v627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:35:48.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:35:48.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:48.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:48.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:48 smithi135 bash[32435]: cluster 2023-12-07T17:35:46.826914+0000 mgr.a (mgr.14403) 849 : cluster 0 pgmap v628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:48.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:48 smithi079 bash[28699]: cluster 2023-12-07T17:35:46.826914+0000 mgr.a (mgr.14403) 849 : cluster 0 pgmap v628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:48.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:48 smithi194 bash[32038]: cluster 2023-12-07T17:35:46.826914+0000 mgr.a (mgr.14403) 849 : cluster 0 pgmap v628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:48.971 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:35:48.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:48.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:48.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:48.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:35:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:49 smithi079 bash[28699]: audit 2023-12-07T17:35:48.452336+0000 mgr.a (mgr.14403) 850 : audit 0 from='client.30411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:49 smithi079 bash[28699]: cluster 2023-12-07T17:35:48.836765+0000 mgr.a (mgr.14403) 851 : cluster 0 pgmap v629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:49.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:49 smithi194 bash[32038]: audit 2023-12-07T17:35:48.452336+0000 mgr.a (mgr.14403) 850 : audit 0 from='client.30411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:49.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:49 smithi194 bash[32038]: cluster 2023-12-07T17:35:48.836765+0000 mgr.a (mgr.14403) 851 : cluster 0 pgmap v629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:49.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:49 smithi135 bash[32435]: audit 2023-12-07T17:35:48.452336+0000 mgr.a (mgr.14403) 850 : audit 0 from='client.30411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:49.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:49 smithi135 bash[32435]: cluster 2023-12-07T17:35:48.836765+0000 mgr.a (mgr.14403) 851 : cluster 0 pgmap v629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:52.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:51 smithi079 bash[28699]: cluster 2023-12-07T17:35:50.837440+0000 mgr.a (mgr.14403) 852 : cluster 0 pgmap v630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:35:52.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:51 smithi194 bash[32038]: cluster 2023-12-07T17:35:50.837440+0000 mgr.a (mgr.14403) 852 : cluster 0 pgmap v630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:35:52.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:51 smithi135 bash[32435]: cluster 2023-12-07T17:35:50.837440+0000 mgr.a (mgr.14403) 852 : cluster 0 pgmap v630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:35:53.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:35:53.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:53.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:35:54.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:53 smithi194 bash[32038]: cluster 2023-12-07T17:35:52.837929+0000 mgr.a (mgr.14403) 853 : cluster 0 pgmap v631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:35:54.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:53 smithi135 bash[32435]: cluster 2023-12-07T17:35:52.837929+0000 mgr.a (mgr.14403) 853 : cluster 0 pgmap v631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:35:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:53 smithi079 bash[28699]: cluster 2023-12-07T17:35:52.837929+0000 mgr.a (mgr.14403) 853 : cluster 0 pgmap v631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:35:54.865 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:35:54.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:35:54.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:35:54.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:35:54.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:35:56.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:55 smithi194 bash[32038]: audit 2023-12-07T17:35:54.368615+0000 mgr.a (mgr.14403) 854 : audit 0 from='client.30486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:56.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:55 smithi194 bash[32038]: cluster 2023-12-07T17:35:54.838603+0000 mgr.a (mgr.14403) 855 : cluster 0 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-07T17:35:56.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:55 smithi135 bash[32435]: audit 2023-12-07T17:35:54.368615+0000 mgr.a (mgr.14403) 854 : audit 0 from='client.30486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:56.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:55 smithi135 bash[32435]: cluster 2023-12-07T17:35:54.838603+0000 mgr.a (mgr.14403) 855 : cluster 0 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-07T17:35:56.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:55 smithi079 bash[28699]: audit 2023-12-07T17:35:54.368615+0000 mgr.a (mgr.14403) 854 : audit 0 from='client.30486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:35:56.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:55 smithi079 bash[28699]: cluster 2023-12-07T17:35:54.838603+0000 mgr.a (mgr.14403) 855 : cluster 0 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-07T17:35:58.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:57 smithi194 bash[32038]: cluster 2023-12-07T17:35:56.839179+0000 mgr.a (mgr.14403) 856 : cluster 0 pgmap v633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:35:58.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:57 smithi135 bash[32435]: cluster 2023-12-07T17:35:56.839179+0000 mgr.a (mgr.14403) 856 : cluster 0 pgmap v633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:35:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:57 smithi079 bash[28699]: cluster 2023-12-07T17:35:56.839179+0000 mgr.a (mgr.14403) 856 : cluster 0 pgmap v633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:35:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:35:59 smithi079 bash[28699]: cluster 2023-12-07T17:35:58.839920+0000 mgr.a (mgr.14403) 857 : cluster 0 pgmap v634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:59.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:35:59 smithi194 bash[32038]: cluster 2023-12-07T17:35:58.839920+0000 mgr.a (mgr.14403) 857 : cluster 0 pgmap v634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:59.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:35:59 smithi135 bash[32435]: cluster 2023-12-07T17:35:58.839920+0000 mgr.a (mgr.14403) 857 : cluster 0 pgmap v634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:35:59.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:35:59.869 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:35:59.869 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:00 smithi079 bash[28699]: audit 2023-12-07T17:36:00.268638+0000 mgr.a (mgr.14403) 858 : audit 0 from='client.30561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:00 smithi194 bash[32038]: audit 2023-12-07T17:36:00.268638+0000 mgr.a (mgr.14403) 858 : audit 0 from='client.30561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:00 smithi135 bash[32435]: audit 2023-12-07T17:36:00.268638+0000 mgr.a (mgr.14403) 858 : audit 0 from='client.30561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:00.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:00.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:00.777 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:36:00.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:00.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:36:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:01 smithi079 bash[28699]: cluster 2023-12-07T17:36:00.840614+0000 mgr.a (mgr.14403) 859 : cluster 0 pgmap v635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:01.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:01 smithi194 bash[32038]: cluster 2023-12-07T17:36:00.840614+0000 mgr.a (mgr.14403) 859 : cluster 0 pgmap v635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:01.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:01 smithi135 bash[32435]: cluster 2023-12-07T17:36:00.840614+0000 mgr.a (mgr.14403) 859 : cluster 0 pgmap v635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:04.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:03 smithi194 bash[32038]: cluster 2023-12-07T17:36:02.841176+0000 mgr.a (mgr.14403) 860 : cluster 0 pgmap v636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:04.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:03 smithi135 bash[32435]: cluster 2023-12-07T17:36:02.841176+0000 mgr.a (mgr.14403) 860 : cluster 0 pgmap v636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:04.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:03 smithi079 bash[28699]: cluster 2023-12-07T17:36:02.841176+0000 mgr.a (mgr.14403) 860 : cluster 0 pgmap v636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:05.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:36:05.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:05.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:06.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:05 smithi194 bash[32038]: cluster 2023-12-07T17:36:04.841980+0000 mgr.a (mgr.14403) 861 : cluster 0 pgmap v637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:06.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:05 smithi135 bash[32435]: cluster 2023-12-07T17:36:04.841980+0000 mgr.a (mgr.14403) 861 : cluster 0 pgmap v637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:05 smithi079 bash[28699]: cluster 2023-12-07T17:36:04.841980+0000 mgr.a (mgr.14403) 861 : cluster 0 pgmap v637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:06.680 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:36:06.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:06.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:06.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:06.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:36:07.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:06 smithi194 bash[32038]: audit 2023-12-07T17:36:06.185005+0000 mgr.a (mgr.14403) 862 : audit 0 from='client.30633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:07.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:06 smithi135 bash[32435]: audit 2023-12-07T17:36:06.185005+0000 mgr.a (mgr.14403) 862 : audit 0 from='client.30633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:06 smithi079 bash[28699]: audit 2023-12-07T17:36:06.185005+0000 mgr.a (mgr.14403) 862 : audit 0 from='client.30633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:08.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:07 smithi194 bash[32038]: cluster 2023-12-07T17:36:06.842805+0000 mgr.a (mgr.14403) 863 : cluster 0 pgmap v638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:08.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:07 smithi135 bash[32435]: cluster 2023-12-07T17:36:06.842805+0000 mgr.a (mgr.14403) 863 : cluster 0 pgmap v638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:08.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:07 smithi079 bash[28699]: cluster 2023-12-07T17:36:06.842805+0000 mgr.a (mgr.14403) 863 : cluster 0 pgmap v638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:09 smithi079 bash[28699]: cluster 2023-12-07T17:36:08.843769+0000 mgr.a (mgr.14403) 864 : cluster 0 pgmap v639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:09.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:09 smithi194 bash[32038]: cluster 2023-12-07T17:36:08.843769+0000 mgr.a (mgr.14403) 864 : cluster 0 pgmap v639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:09.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:09 smithi135 bash[32435]: cluster 2023-12-07T17:36:08.843769+0000 mgr.a (mgr.14403) 864 : cluster 0 pgmap v639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:11.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:36:11.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:11.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:12.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:11 smithi194 bash[32038]: cluster 2023-12-07T17:36:10.844538+0000 mgr.a (mgr.14403) 865 : cluster 0 pgmap v640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:12.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:11 smithi135 bash[32435]: cluster 2023-12-07T17:36:10.844538+0000 mgr.a (mgr.14403) 865 : cluster 0 pgmap v640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:12.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:11 smithi079 bash[28699]: cluster 2023-12-07T17:36:10.844538+0000 mgr.a (mgr.14403) 865 : cluster 0 pgmap v640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:12.612 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:36:12.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:12.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:12.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:12.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:36:13.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:12 smithi194 bash[32038]: audit 2023-12-07T17:36:12.086663+0000 mgr.a (mgr.14403) 866 : audit 0 from='client.30708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:13.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:12 smithi135 bash[32435]: audit 2023-12-07T17:36:12.086663+0000 mgr.a (mgr.14403) 866 : audit 0 from='client.30708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:12 smithi079 bash[28699]: audit 2023-12-07T17:36:12.086663+0000 mgr.a (mgr.14403) 866 : audit 0 from='client.30708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:14.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:13 smithi194 bash[32038]: cluster 2023-12-07T17:36:12.845392+0000 mgr.a (mgr.14403) 867 : cluster 0 pgmap v641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:14.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:13 smithi135 bash[32435]: cluster 2023-12-07T17:36:12.845392+0000 mgr.a (mgr.14403) 867 : cluster 0 pgmap v641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:14.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:13 smithi079 bash[28699]: cluster 2023-12-07T17:36:12.845392+0000 mgr.a (mgr.14403) 867 : cluster 0 pgmap v641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:16.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:15 smithi194 bash[32038]: cluster 2023-12-07T17:36:14.846402+0000 mgr.a (mgr.14403) 868 : cluster 0 pgmap v642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:16.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:15 smithi135 bash[32435]: cluster 2023-12-07T17:36:14.846402+0000 mgr.a (mgr.14403) 868 : cluster 0 pgmap v642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:15 smithi079 bash[28699]: cluster 2023-12-07T17:36:14.846402+0000 mgr.a (mgr.14403) 868 : cluster 0 pgmap v642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:17.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:36:17.616 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:17.616 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:18.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:17 smithi194 bash[32038]: cluster 2023-12-07T17:36:16.847108+0000 mgr.a (mgr.14403) 869 : cluster 0 pgmap v643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:18.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:17 smithi135 bash[32435]: cluster 2023-12-07T17:36:16.847108+0000 mgr.a (mgr.14403) 869 : cluster 0 pgmap v643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:18.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:17 smithi079 bash[28699]: cluster 2023-12-07T17:36:16.847108+0000 mgr.a (mgr.14403) 869 : cluster 0 pgmap v643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:18.539 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:36:18.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:18.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:18.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:18.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:36:19.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:18 smithi194 bash[32038]: audit 2023-12-07T17:36:18.023087+0000 mgr.a (mgr.14403) 870 : audit 0 from='client.30786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:19.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:18 smithi135 bash[32435]: audit 2023-12-07T17:36:18.023087+0000 mgr.a (mgr.14403) 870 : audit 0 from='client.30786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:18 smithi079 bash[28699]: audit 2023-12-07T17:36:18.023087+0000 mgr.a (mgr.14403) 870 : audit 0 from='client.30786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:20.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:19 smithi194 bash[32038]: cluster 2023-12-07T17:36:18.848100+0000 mgr.a (mgr.14403) 871 : cluster 0 pgmap v644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:36:20.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:19 smithi135 bash[32435]: cluster 2023-12-07T17:36:18.848100+0000 mgr.a (mgr.14403) 871 : cluster 0 pgmap v644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:36:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:19 smithi079 bash[28699]: cluster 2023-12-07T17:36:18.848100+0000 mgr.a (mgr.14403) 871 : cluster 0 pgmap v644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:36:22.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:21 smithi194 bash[32038]: cluster 2023-12-07T17:36:20.848686+0000 mgr.a (mgr.14403) 872 : cluster 0 pgmap v645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:36:22.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:21 smithi135 bash[32435]: cluster 2023-12-07T17:36:20.848686+0000 mgr.a (mgr.14403) 872 : cluster 0 pgmap v645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:36:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:21 smithi079 bash[28699]: cluster 2023-12-07T17:36:20.848686+0000 mgr.a (mgr.14403) 872 : cluster 0 pgmap v645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:36:23.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:36:23.543 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:23.543 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:24.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:23 smithi194 bash[32038]: cluster 2023-12-07T17:36:22.849310+0000 mgr.a (mgr.14403) 873 : cluster 0 pgmap v646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:36:24.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:23 smithi135 bash[32435]: cluster 2023-12-07T17:36:22.849310+0000 mgr.a (mgr.14403) 873 : cluster 0 pgmap v646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:36:24.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:23 smithi079 bash[28699]: cluster 2023-12-07T17:36:22.849310+0000 mgr.a (mgr.14403) 873 : cluster 0 pgmap v646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:36:24.439 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:36:24.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:24.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:24.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:24.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:36:25.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:24 smithi194 bash[32038]: audit 2023-12-07T17:36:23.947166+0000 mgr.a (mgr.14403) 874 : audit 0 from='client.30858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:25.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:24 smithi135 bash[32435]: audit 2023-12-07T17:36:23.947166+0000 mgr.a (mgr.14403) 874 : audit 0 from='client.30858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:24 smithi079 bash[28699]: audit 2023-12-07T17:36:23.947166+0000 mgr.a (mgr.14403) 874 : audit 0 from='client.30858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:26.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:25 smithi194 bash[32038]: cluster 2023-12-07T17:36:24.850368+0000 mgr.a (mgr.14403) 875 : cluster 0 pgmap v647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:26.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:25 smithi135 bash[32435]: cluster 2023-12-07T17:36:24.850368+0000 mgr.a (mgr.14403) 875 : cluster 0 pgmap v647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:25 smithi079 bash[28699]: cluster 2023-12-07T17:36:24.850368+0000 mgr.a (mgr.14403) 875 : cluster 0 pgmap v647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:28.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:27 smithi194 bash[32038]: cluster 2023-12-07T17:36:26.851039+0000 mgr.a (mgr.14403) 876 : cluster 0 pgmap v648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:28.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:27 smithi135 bash[32435]: cluster 2023-12-07T17:36:26.851039+0000 mgr.a (mgr.14403) 876 : cluster 0 pgmap v648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:28.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:27 smithi079 bash[28699]: cluster 2023-12-07T17:36:26.851039+0000 mgr.a (mgr.14403) 876 : cluster 0 pgmap v648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:29.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:36:29.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:29.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:29 smithi079 bash[28699]: cluster 2023-12-07T17:36:28.851725+0000 mgr.a (mgr.14403) 877 : cluster 0 pgmap v649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:29.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:29 smithi194 bash[32038]: cluster 2023-12-07T17:36:28.851725+0000 mgr.a (mgr.14403) 877 : cluster 0 pgmap v649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:29.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:29 smithi135 bash[32435]: cluster 2023-12-07T17:36:28.851725+0000 mgr.a (mgr.14403) 877 : cluster 0 pgmap v649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:30.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:30.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:30.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:30.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:36:30.343 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:36:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:30 smithi079 bash[28699]: audit 2023-12-07T17:36:29.844568+0000 mgr.a (mgr.14403) 878 : audit 0 from='client.30933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:30 smithi194 bash[32038]: audit 2023-12-07T17:36:29.844568+0000 mgr.a (mgr.14403) 878 : audit 0 from='client.30933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:30 smithi135 bash[32435]: audit 2023-12-07T17:36:29.844568+0000 mgr.a (mgr.14403) 878 : audit 0 from='client.30933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:31 smithi079 bash[28699]: cluster 2023-12-07T17:36:30.852449+0000 mgr.a (mgr.14403) 879 : cluster 0 pgmap v650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:36:31.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:31 smithi194 bash[32038]: cluster 2023-12-07T17:36:30.852449+0000 mgr.a (mgr.14403) 879 : cluster 0 pgmap v650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:36:31.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:31 smithi135 bash[32435]: cluster 2023-12-07T17:36:30.852449+0000 mgr.a (mgr.14403) 879 : cluster 0 pgmap v650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:36:34.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:33 smithi194 bash[32038]: cluster 2023-12-07T17:36:32.853041+0000 mgr.a (mgr.14403) 880 : cluster 0 pgmap v651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:36:34.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:33 smithi135 bash[32435]: cluster 2023-12-07T17:36:32.853041+0000 mgr.a (mgr.14403) 880 : cluster 0 pgmap v651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:36:34.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:33 smithi079 bash[28699]: cluster 2023-12-07T17:36:32.853041+0000 mgr.a (mgr.14403) 880 : cluster 0 pgmap v651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:36:35.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:36:35.347 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:35.347 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:35 smithi194 bash[32038]: cluster 2023-12-07T17:36:34.853850+0000 mgr.a (mgr.14403) 881 : cluster 0 pgmap v652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:36:36.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:35 smithi135 bash[32435]: cluster 2023-12-07T17:36:34.853850+0000 mgr.a (mgr.14403) 881 : cluster 0 pgmap v652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:36:36.234 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:36:36.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:36.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:36.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:36.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:36:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:35 smithi079 bash[28699]: cluster 2023-12-07T17:36:34.853850+0000 mgr.a (mgr.14403) 881 : cluster 0 pgmap v652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:36:37.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:36 smithi194 bash[32038]: audit 2023-12-07T17:36:35.749397+0000 mgr.a (mgr.14403) 882 : audit 0 from='client.31008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:37.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:36 smithi135 bash[32435]: audit 2023-12-07T17:36:35.749397+0000 mgr.a (mgr.14403) 882 : audit 0 from='client.31008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:37.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:36 smithi079 bash[28699]: audit 2023-12-07T17:36:35.749397+0000 mgr.a (mgr.14403) 882 : audit 0 from='client.31008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:37 smithi194 bash[32038]: cluster 2023-12-07T17:36:36.854534+0000 mgr.a (mgr.14403) 883 : cluster 0 pgmap v653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:37 smithi135 bash[32435]: cluster 2023-12-07T17:36:36.854534+0000 mgr.a (mgr.14403) 883 : cluster 0 pgmap v653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:38.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:37 smithi079 bash[28699]: cluster 2023-12-07T17:36:36.854534+0000 mgr.a (mgr.14403) 883 : cluster 0 pgmap v653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:39 smithi079 bash[28699]: cluster 2023-12-07T17:36:38.855339+0000 mgr.a (mgr.14403) 884 : cluster 0 pgmap v654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:39 smithi194 bash[32038]: cluster 2023-12-07T17:36:38.855339+0000 mgr.a (mgr.14403) 884 : cluster 0 pgmap v654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:39 smithi135 bash[32435]: cluster 2023-12-07T17:36:38.855339+0000 mgr.a (mgr.14403) 884 : cluster 0 pgmap v654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:41.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:36:41.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:41.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:42.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:42.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:42.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:42.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:36:42.178 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:36:42.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:41 smithi194 bash[32038]: cluster 2023-12-07T17:36:40.855907+0000 mgr.a (mgr.14403) 885 : cluster 0 pgmap v655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:42.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:41 smithi135 bash[32435]: cluster 2023-12-07T17:36:40.855907+0000 mgr.a (mgr.14403) 885 : cluster 0 pgmap v655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:42.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:41 smithi079 bash[28699]: cluster 2023-12-07T17:36:40.855907+0000 mgr.a (mgr.14403) 885 : cluster 0 pgmap v655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:42 smithi194 bash[32038]: audit 2023-12-07T17:36:41.648511+0000 mgr.a (mgr.14403) 886 : audit 0 from='client.31083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:42 smithi194 bash[32038]: audit 2023-12-07T17:36:42.063164+0000 mon.a (mon.0) 590 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:36:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:42 smithi194 bash[32038]: audit 2023-12-07T17:36:42.851048+0000 mon.a (mon.0) 591 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:36:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:42 smithi194 bash[32038]: audit 2023-12-07T17:36:42.852895+0000 mon.a (mon.0) 592 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:36:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:42 smithi194 bash[32038]: audit 2023-12-07T17:36:42.861670+0000 mon.a (mon.0) 593 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:36:43.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:42 smithi135 bash[32435]: audit 2023-12-07T17:36:41.648511+0000 mgr.a (mgr.14403) 886 : audit 0 from='client.31083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:43.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:42 smithi135 bash[32435]: audit 2023-12-07T17:36:42.063164+0000 mon.a (mon.0) 590 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:36:43.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:42 smithi135 bash[32435]: audit 2023-12-07T17:36:42.851048+0000 mon.a (mon.0) 591 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:36:43.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:42 smithi135 bash[32435]: audit 2023-12-07T17:36:42.852895+0000 mon.a (mon.0) 592 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:36:43.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:42 smithi135 bash[32435]: audit 2023-12-07T17:36:42.861670+0000 mon.a (mon.0) 593 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:36:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:42 smithi079 bash[28699]: audit 2023-12-07T17:36:41.648511+0000 mgr.a (mgr.14403) 886 : audit 0 from='client.31083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:42 smithi079 bash[28699]: audit 2023-12-07T17:36:42.063164+0000 mon.a (mon.0) 590 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:36:43.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:42 smithi079 bash[28699]: audit 2023-12-07T17:36:42.851048+0000 mon.a (mon.0) 591 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:36:43.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:42 smithi079 bash[28699]: audit 2023-12-07T17:36:42.852895+0000 mon.a (mon.0) 592 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:36:43.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:42 smithi079 bash[28699]: audit 2023-12-07T17:36:42.861670+0000 mon.a (mon.0) 593 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:36:44.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:43 smithi194 bash[32038]: cluster 2023-12-07T17:36:42.856542+0000 mgr.a (mgr.14403) 887 : cluster 0 pgmap v656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:44.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:43 smithi135 bash[32435]: cluster 2023-12-07T17:36:42.856542+0000 mgr.a (mgr.14403) 887 : cluster 0 pgmap v656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:43 smithi079 bash[28699]: cluster 2023-12-07T17:36:42.856542+0000 mgr.a (mgr.14403) 887 : cluster 0 pgmap v656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:46.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:45 smithi194 bash[32038]: cluster 2023-12-07T17:36:44.857320+0000 mgr.a (mgr.14403) 888 : cluster 0 pgmap v657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:46.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:45 smithi135 bash[32435]: cluster 2023-12-07T17:36:44.857320+0000 mgr.a (mgr.14403) 888 : cluster 0 pgmap v657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:45 smithi079 bash[28699]: cluster 2023-12-07T17:36:44.857320+0000 mgr.a (mgr.14403) 888 : cluster 0 pgmap v657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:47.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:36:47.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:47.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:48.061 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:36:48.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:48.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:48.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:48.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:36:48.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:47 smithi194 bash[32038]: cluster 2023-12-07T17:36:46.857891+0000 mgr.a (mgr.14403) 889 : cluster 0 pgmap v658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:48.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:47 smithi135 bash[32435]: cluster 2023-12-07T17:36:46.857891+0000 mgr.a (mgr.14403) 889 : cluster 0 pgmap v658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:48.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:47 smithi079 bash[28699]: cluster 2023-12-07T17:36:46.857891+0000 mgr.a (mgr.14403) 889 : cluster 0 pgmap v658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:49.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:48 smithi194 bash[32038]: audit 2023-12-07T17:36:47.579397+0000 mgr.a (mgr.14403) 890 : audit 0 from='client.31161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:49.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:48 smithi135 bash[32435]: audit 2023-12-07T17:36:47.579397+0000 mgr.a (mgr.14403) 890 : audit 0 from='client.31161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:48 smithi079 bash[28699]: audit 2023-12-07T17:36:47.579397+0000 mgr.a (mgr.14403) 890 : audit 0 from='client.31161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:50.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:49 smithi194 bash[32038]: cluster 2023-12-07T17:36:48.858802+0000 mgr.a (mgr.14403) 891 : cluster 0 pgmap v659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:50.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:49 smithi135 bash[32435]: cluster 2023-12-07T17:36:48.858802+0000 mgr.a (mgr.14403) 891 : cluster 0 pgmap v659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:49 smithi079 bash[28699]: cluster 2023-12-07T17:36:48.858802+0000 mgr.a (mgr.14403) 891 : cluster 0 pgmap v659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:36:52.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:51 smithi194 bash[32038]: cluster 2023-12-07T17:36:50.859424+0000 mgr.a (mgr.14403) 892 : cluster 0 pgmap v660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:52.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:51 smithi135 bash[32435]: cluster 2023-12-07T17:36:50.859424+0000 mgr.a (mgr.14403) 892 : cluster 0 pgmap v660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:51 smithi079 bash[28699]: cluster 2023-12-07T17:36:50.859424+0000 mgr.a (mgr.14403) 892 : cluster 0 pgmap v660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:53.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:36:53.066 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:53.066 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:53.967 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:36:53.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:53.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:53.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:53.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:36:54.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:53 smithi194 bash[32038]: cluster 2023-12-07T17:36:52.859993+0000 mgr.a (mgr.14403) 893 : cluster 0 pgmap v661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:54.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:53 smithi135 bash[32435]: cluster 2023-12-07T17:36:52.859993+0000 mgr.a (mgr.14403) 893 : cluster 0 pgmap v661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:53 smithi079 bash[28699]: cluster 2023-12-07T17:36:52.859993+0000 mgr.a (mgr.14403) 893 : cluster 0 pgmap v661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:55.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:54 smithi194 bash[32038]: audit 2023-12-07T17:36:53.469260+0000 mgr.a (mgr.14403) 894 : audit 0 from='client.31236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:55.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:54 smithi135 bash[32435]: audit 2023-12-07T17:36:53.469260+0000 mgr.a (mgr.14403) 894 : audit 0 from='client.31236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:54 smithi079 bash[28699]: audit 2023-12-07T17:36:53.469260+0000 mgr.a (mgr.14403) 894 : audit 0 from='client.31236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:36:56.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:55 smithi194 bash[32038]: cluster 2023-12-07T17:36:54.861055+0000 mgr.a (mgr.14403) 895 : cluster 0 pgmap v662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:56.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:55 smithi135 bash[32435]: cluster 2023-12-07T17:36:54.861055+0000 mgr.a (mgr.14403) 895 : cluster 0 pgmap v662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:56.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:55 smithi079 bash[28699]: cluster 2023-12-07T17:36:54.861055+0000 mgr.a (mgr.14403) 895 : cluster 0 pgmap v662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:58.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:57 smithi135 bash[32435]: cluster 2023-12-07T17:36:56.861577+0000 mgr.a (mgr.14403) 896 : cluster 0 pgmap v663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:57 smithi079 bash[28699]: cluster 2023-12-07T17:36:56.861577+0000 mgr.a (mgr.14403) 896 : cluster 0 pgmap v663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:58.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:57 smithi194 bash[32038]: cluster 2023-12-07T17:36:56.861577+0000 mgr.a (mgr.14403) 896 : cluster 0 pgmap v663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:36:58.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:36:58.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:36:58.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:36:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:36:59 smithi079 bash[28699]: cluster 2023-12-07T17:36:58.862310+0000 mgr.a (mgr.14403) 897 : cluster 0 pgmap v664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:59.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:36:59 smithi194 bash[32038]: cluster 2023-12-07T17:36:58.862310+0000 mgr.a (mgr.14403) 897 : cluster 0 pgmap v664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:59.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:36:59 smithi135 bash[32435]: cluster 2023-12-07T17:36:58.862310+0000 mgr.a (mgr.14403) 897 : cluster 0 pgmap v664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:36:59.870 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:36:59.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:36:59.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:36:59.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:36:59.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:37:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:00 smithi079 bash[28699]: audit 2023-12-07T17:36:59.369426+0000 mgr.a (mgr.14403) 898 : audit 0 from='client.31314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:00 smithi194 bash[32038]: audit 2023-12-07T17:36:59.369426+0000 mgr.a (mgr.14403) 898 : audit 0 from='client.31314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:00 smithi135 bash[32435]: audit 2023-12-07T17:36:59.369426+0000 mgr.a (mgr.14403) 898 : audit 0 from='client.31314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:01 smithi079 bash[28699]: cluster 2023-12-07T17:37:00.863029+0000 mgr.a (mgr.14403) 899 : cluster 0 pgmap v665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:01.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:01 smithi194 bash[32038]: cluster 2023-12-07T17:37:00.863029+0000 mgr.a (mgr.14403) 899 : cluster 0 pgmap v665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:01.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:01 smithi135 bash[32435]: cluster 2023-12-07T17:37:00.863029+0000 mgr.a (mgr.14403) 899 : cluster 0 pgmap v665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:04.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:03 smithi194 bash[32038]: cluster 2023-12-07T17:37:02.863605+0000 mgr.a (mgr.14403) 900 : cluster 0 pgmap v666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:04.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:03 smithi135 bash[32435]: cluster 2023-12-07T17:37:02.863605+0000 mgr.a (mgr.14403) 900 : cluster 0 pgmap v666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:04.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:03 smithi079 bash[28699]: cluster 2023-12-07T17:37:02.863605+0000 mgr.a (mgr.14403) 900 : cluster 0 pgmap v666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:37:04.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:37:04.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:04.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:05.791 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:37:05.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:05.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:05.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:05.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:37:06.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:05 smithi194 bash[32038]: cluster 2023-12-07T17:37:04.864406+0000 mgr.a (mgr.14403) 901 : cluster 0 pgmap v667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:06.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:05 smithi194 bash[32038]: audit 2023-12-07T17:37:05.282260+0000 mgr.a (mgr.14403) 902 : audit 0 from='client.31389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:06.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:05 smithi135 bash[32435]: cluster 2023-12-07T17:37:04.864406+0000 mgr.a (mgr.14403) 901 : cluster 0 pgmap v667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:06.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:05 smithi135 bash[32435]: audit 2023-12-07T17:37:05.282260+0000 mgr.a (mgr.14403) 902 : audit 0 from='client.31389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:05 smithi079 bash[28699]: cluster 2023-12-07T17:37:04.864406+0000 mgr.a (mgr.14403) 901 : cluster 0 pgmap v667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:06.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:05 smithi079 bash[28699]: audit 2023-12-07T17:37:05.282260+0000 mgr.a (mgr.14403) 902 : audit 0 from='client.31389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:08.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:07 smithi194 bash[32038]: cluster 2023-12-07T17:37:06.865138+0000 mgr.a (mgr.14403) 903 : cluster 0 pgmap v668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:08.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:07 smithi135 bash[32435]: cluster 2023-12-07T17:37:06.865138+0000 mgr.a (mgr.14403) 903 : cluster 0 pgmap v668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:08.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:07 smithi079 bash[28699]: cluster 2023-12-07T17:37:06.865138+0000 mgr.a (mgr.14403) 903 : cluster 0 pgmap v668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:09 smithi079 bash[28699]: cluster 2023-12-07T17:37:08.865919+0000 mgr.a (mgr.14403) 904 : cluster 0 pgmap v669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:09.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:09 smithi194 bash[32038]: cluster 2023-12-07T17:37:08.865919+0000 mgr.a (mgr.14403) 904 : cluster 0 pgmap v669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:09.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:09 smithi135 bash[32435]: cluster 2023-12-07T17:37:08.865919+0000 mgr.a (mgr.14403) 904 : cluster 0 pgmap v669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:10.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:37:10.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:10.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:11.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:37:11.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:11.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:11.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:11.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:37:12.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:11 smithi194 bash[32038]: cluster 2023-12-07T17:37:10.866432+0000 mgr.a (mgr.14403) 905 : cluster 0 pgmap v670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:12.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:11 smithi194 bash[32038]: audit 2023-12-07T17:37:11.202883+0000 mgr.a (mgr.14403) 906 : audit 0 from='client.31467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:12.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:11 smithi135 bash[32435]: cluster 2023-12-07T17:37:10.866432+0000 mgr.a (mgr.14403) 905 : cluster 0 pgmap v670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:12.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:11 smithi135 bash[32435]: audit 2023-12-07T17:37:11.202883+0000 mgr.a (mgr.14403) 906 : audit 0 from='client.31467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:12.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:11 smithi079 bash[28699]: cluster 2023-12-07T17:37:10.866432+0000 mgr.a (mgr.14403) 905 : cluster 0 pgmap v670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:12.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:11 smithi079 bash[28699]: audit 2023-12-07T17:37:11.202883+0000 mgr.a (mgr.14403) 906 : audit 0 from='client.31467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:14.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:13 smithi194 bash[32038]: cluster 2023-12-07T17:37:12.867088+0000 mgr.a (mgr.14403) 907 : cluster 0 pgmap v671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:14.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:13 smithi135 bash[32435]: cluster 2023-12-07T17:37:12.867088+0000 mgr.a (mgr.14403) 907 : cluster 0 pgmap v671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:14.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:13 smithi079 bash[28699]: cluster 2023-12-07T17:37:12.867088+0000 mgr.a (mgr.14403) 907 : cluster 0 pgmap v671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:16.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:15 smithi194 bash[32038]: cluster 2023-12-07T17:37:14.867854+0000 mgr.a (mgr.14403) 908 : cluster 0 pgmap v672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:16.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:15 smithi135 bash[32435]: cluster 2023-12-07T17:37:14.867854+0000 mgr.a (mgr.14403) 908 : cluster 0 pgmap v672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:15 smithi079 bash[28699]: cluster 2023-12-07T17:37:14.867854+0000 mgr.a (mgr.14403) 908 : cluster 0 pgmap v672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:16.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:37:16.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:16.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:17.561 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:37:17.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:17.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:17.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:17.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:37:18.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:17 smithi194 bash[32038]: cluster 2023-12-07T17:37:16.868420+0000 mgr.a (mgr.14403) 909 : cluster 0 pgmap v673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:18.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:17 smithi194 bash[32038]: audit 2023-12-07T17:37:17.086164+0000 mgr.a (mgr.14403) 910 : audit 0 from='client.31545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:18.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:17 smithi135 bash[32435]: cluster 2023-12-07T17:37:16.868420+0000 mgr.a (mgr.14403) 909 : cluster 0 pgmap v673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:18.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:17 smithi135 bash[32435]: audit 2023-12-07T17:37:17.086164+0000 mgr.a (mgr.14403) 910 : audit 0 from='client.31545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:18.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:17 smithi079 bash[28699]: cluster 2023-12-07T17:37:16.868420+0000 mgr.a (mgr.14403) 909 : cluster 0 pgmap v673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:18.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:17 smithi079 bash[28699]: audit 2023-12-07T17:37:17.086164+0000 mgr.a (mgr.14403) 910 : audit 0 from='client.31545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:19 smithi079 bash[28699]: cluster 2023-12-07T17:37:18.869282+0000 mgr.a (mgr.14403) 911 : cluster 0 pgmap v674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:19.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:19 smithi194 bash[32038]: cluster 2023-12-07T17:37:18.869282+0000 mgr.a (mgr.14403) 911 : cluster 0 pgmap v674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:19.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:19 smithi135 bash[32435]: cluster 2023-12-07T17:37:18.869282+0000 mgr.a (mgr.14403) 911 : cluster 0 pgmap v674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:22.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:21 smithi194 bash[32038]: cluster 2023-12-07T17:37:20.869862+0000 mgr.a (mgr.14403) 912 : cluster 0 pgmap v675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:22.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:21 smithi135 bash[32435]: cluster 2023-12-07T17:37:20.869862+0000 mgr.a (mgr.14403) 912 : cluster 0 pgmap v675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:21 smithi079 bash[28699]: cluster 2023-12-07T17:37:20.869862+0000 mgr.a (mgr.14403) 912 : cluster 0 pgmap v675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:22.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:37:22.564 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:22.564 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:23.461 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:37:23.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:23.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:23.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:23.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:37:24.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:23 smithi194 bash[32038]: cluster 2023-12-07T17:37:22.870405+0000 mgr.a (mgr.14403) 913 : cluster 0 pgmap v676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:24.216 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:23 smithi194 bash[32038]: audit 2023-12-07T17:37:22.963536+0000 mgr.a (mgr.14403) 914 : audit 0 from='client.31620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:24.217 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:23 smithi135 bash[32435]: cluster 2023-12-07T17:37:22.870405+0000 mgr.a (mgr.14403) 913 : cluster 0 pgmap v676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:24.217 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:23 smithi135 bash[32435]: audit 2023-12-07T17:37:22.963536+0000 mgr.a (mgr.14403) 914 : audit 0 from='client.31620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:24.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:23 smithi079 bash[28699]: cluster 2023-12-07T17:37:22.870405+0000 mgr.a (mgr.14403) 913 : cluster 0 pgmap v676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:24.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:23 smithi079 bash[28699]: audit 2023-12-07T17:37:22.963536+0000 mgr.a (mgr.14403) 914 : audit 0 from='client.31620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:26.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:25 smithi194 bash[32038]: cluster 2023-12-07T17:37:24.871358+0000 mgr.a (mgr.14403) 915 : cluster 0 pgmap v677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:26.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:25 smithi135 bash[32435]: cluster 2023-12-07T17:37:24.871358+0000 mgr.a (mgr.14403) 915 : cluster 0 pgmap v677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:25 smithi079 bash[28699]: cluster 2023-12-07T17:37:24.871358+0000 mgr.a (mgr.14403) 915 : cluster 0 pgmap v677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:28.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:27 smithi194 bash[32038]: cluster 2023-12-07T17:37:26.871973+0000 mgr.a (mgr.14403) 916 : cluster 0 pgmap v678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:28.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:27 smithi135 bash[32435]: cluster 2023-12-07T17:37:26.871973+0000 mgr.a (mgr.14403) 916 : cluster 0 pgmap v678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:28.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:27 smithi079 bash[28699]: cluster 2023-12-07T17:37:26.871973+0000 mgr.a (mgr.14403) 916 : cluster 0 pgmap v678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:28.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:37:28.464 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:28.464 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:29.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:37:29.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:29.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:29.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:29.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:37:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:29 smithi079 bash[28699]: audit 2023-12-07T17:37:28.869500+0000 mgr.a (mgr.14403) 917 : audit 0 from='client.31692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:29 smithi079 bash[28699]: cluster 2023-12-07T17:37:28.881989+0000 mgr.a (mgr.14403) 918 : cluster 0 pgmap v679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:29.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:29 smithi194 bash[32038]: audit 2023-12-07T17:37:28.869500+0000 mgr.a (mgr.14403) 917 : audit 0 from='client.31692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:29.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:29 smithi194 bash[32038]: cluster 2023-12-07T17:37:28.881989+0000 mgr.a (mgr.14403) 918 : cluster 0 pgmap v679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:29.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:29 smithi135 bash[32435]: audit 2023-12-07T17:37:28.869500+0000 mgr.a (mgr.14403) 917 : audit 0 from='client.31692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:29.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:29 smithi135 bash[32435]: cluster 2023-12-07T17:37:28.881989+0000 mgr.a (mgr.14403) 918 : cluster 0 pgmap v679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:32.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:31 smithi194 bash[32038]: cluster 2023-12-07T17:37:30.882659+0000 mgr.a (mgr.14403) 919 : cluster 0 pgmap v680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:37:32.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:31 smithi135 bash[32435]: cluster 2023-12-07T17:37:30.882659+0000 mgr.a (mgr.14403) 919 : cluster 0 pgmap v680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:37:32.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:31 smithi079 bash[28699]: cluster 2023-12-07T17:37:30.882659+0000 mgr.a (mgr.14403) 919 : cluster 0 pgmap v680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:37:34.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:33 smithi194 bash[32038]: cluster 2023-12-07T17:37:32.883232+0000 mgr.a (mgr.14403) 920 : cluster 0 pgmap v681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:37:34.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:33 smithi135 bash[32435]: cluster 2023-12-07T17:37:32.883232+0000 mgr.a (mgr.14403) 920 : cluster 0 pgmap v681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:37:34.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:37:34.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:34.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:34.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:33 smithi079 bash[28699]: cluster 2023-12-07T17:37:32.883232+0000 mgr.a (mgr.14403) 920 : cluster 0 pgmap v681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:37:35.274 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:37:35.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:35.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:35.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:35.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:37:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:35 smithi194 bash[32038]: audit 2023-12-07T17:37:34.772871+0000 mgr.a (mgr.14403) 921 : audit 0 from='client.31770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:36.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:35 smithi194 bash[32038]: cluster 2023-12-07T17:37:34.884042+0000 mgr.a (mgr.14403) 922 : cluster 0 pgmap v682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:36.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:35 smithi135 bash[32435]: audit 2023-12-07T17:37:34.772871+0000 mgr.a (mgr.14403) 921 : audit 0 from='client.31770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:36.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:35 smithi135 bash[32435]: cluster 2023-12-07T17:37:34.884042+0000 mgr.a (mgr.14403) 922 : cluster 0 pgmap v682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:35 smithi079 bash[28699]: audit 2023-12-07T17:37:34.772871+0000 mgr.a (mgr.14403) 921 : audit 0 from='client.31770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:35 smithi079 bash[28699]: cluster 2023-12-07T17:37:34.884042+0000 mgr.a (mgr.14403) 922 : cluster 0 pgmap v682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:38.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:37 smithi194 bash[32038]: cluster 2023-12-07T17:37:36.884656+0000 mgr.a (mgr.14403) 923 : cluster 0 pgmap v683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:37:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:37 smithi135 bash[32435]: cluster 2023-12-07T17:37:36.884656+0000 mgr.a (mgr.14403) 923 : cluster 0 pgmap v683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:37:38.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:37 smithi079 bash[28699]: cluster 2023-12-07T17:37:36.884656+0000 mgr.a (mgr.14403) 923 : cluster 0 pgmap v683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T17:37:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:39 smithi079 bash[28699]: cluster 2023-12-07T17:37:38.885446+0000 mgr.a (mgr.14403) 924 : cluster 0 pgmap v684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:39 smithi194 bash[32038]: cluster 2023-12-07T17:37:38.885446+0000 mgr.a (mgr.14403) 924 : cluster 0 pgmap v684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:39 smithi135 bash[32435]: cluster 2023-12-07T17:37:38.885446+0000 mgr.a (mgr.14403) 924 : cluster 0 pgmap v684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:40.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:37:40.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:40.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:41.203 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:37:41.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:41.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:41.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:41.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:37:42.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:41 smithi194 bash[32038]: audit 2023-12-07T17:37:40.684862+0000 mgr.a (mgr.14403) 925 : audit 0 from='client.31839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:42.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:41 smithi194 bash[32038]: cluster 2023-12-07T17:37:40.886151+0000 mgr.a (mgr.14403) 926 : cluster 0 pgmap v685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:42.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:41 smithi135 bash[32435]: audit 2023-12-07T17:37:40.684862+0000 mgr.a (mgr.14403) 925 : audit 0 from='client.31839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:42.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:41 smithi135 bash[32435]: cluster 2023-12-07T17:37:40.886151+0000 mgr.a (mgr.14403) 926 : cluster 0 pgmap v685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:42.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:41 smithi079 bash[28699]: audit 2023-12-07T17:37:40.684862+0000 mgr.a (mgr.14403) 925 : audit 0 from='client.31839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:42.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:41 smithi079 bash[28699]: cluster 2023-12-07T17:37:40.886151+0000 mgr.a (mgr.14403) 926 : cluster 0 pgmap v685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:44.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:43 smithi194 bash[32038]: cluster 2023-12-07T17:37:42.886836+0000 mgr.a (mgr.14403) 927 : cluster 0 pgmap v686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:44.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:43 smithi194 bash[32038]: audit 2023-12-07T17:37:42.964924+0000 mon.a (mon.0) 594 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:37:44.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:43 smithi194 bash[32038]: audit 2023-12-07T17:37:43.706906+0000 mon.a (mon.0) 595 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:37:44.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:43 smithi194 bash[32038]: audit 2023-12-07T17:37:43.708857+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:37:44.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:43 smithi194 bash[32038]: audit 2023-12-07T17:37:43.717651+0000 mon.a (mon.0) 597 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:37:44.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:43 smithi135 bash[32435]: cluster 2023-12-07T17:37:42.886836+0000 mgr.a (mgr.14403) 927 : cluster 0 pgmap v686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:44.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:43 smithi135 bash[32435]: audit 2023-12-07T17:37:42.964924+0000 mon.a (mon.0) 594 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:37:44.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:43 smithi135 bash[32435]: audit 2023-12-07T17:37:43.706906+0000 mon.a (mon.0) 595 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:37:44.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:43 smithi135 bash[32435]: audit 2023-12-07T17:37:43.708857+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:37:44.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:43 smithi135 bash[32435]: audit 2023-12-07T17:37:43.717651+0000 mon.a (mon.0) 597 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:37:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:43 smithi079 bash[28699]: cluster 2023-12-07T17:37:42.886836+0000 mgr.a (mgr.14403) 927 : cluster 0 pgmap v686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:44.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:43 smithi079 bash[28699]: audit 2023-12-07T17:37:42.964924+0000 mon.a (mon.0) 594 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:37:44.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:43 smithi079 bash[28699]: audit 2023-12-07T17:37:43.706906+0000 mon.a (mon.0) 595 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:37:44.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:43 smithi079 bash[28699]: audit 2023-12-07T17:37:43.708857+0000 mon.a (mon.0) 596 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:37:44.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:43 smithi079 bash[28699]: audit 2023-12-07T17:37:43.717651+0000 mon.a (mon.0) 597 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:37:46.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:37:46.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:45 smithi194 bash[32038]: cluster 2023-12-07T17:37:44.887635+0000 mgr.a (mgr.14403) 928 : cluster 0 pgmap v687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:46.208 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:46.208 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:46.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:45 smithi135 bash[32435]: cluster 2023-12-07T17:37:44.887635+0000 mgr.a (mgr.14403) 928 : cluster 0 pgmap v687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:45 smithi079 bash[28699]: cluster 2023-12-07T17:37:44.887635+0000 mgr.a (mgr.14403) 928 : cluster 0 pgmap v687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:47.099 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:37:47.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:47.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:47.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:47.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:37:48.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:47 smithi194 bash[32038]: audit 2023-12-07T17:37:46.601889+0000 mgr.a (mgr.14403) 929 : audit 0 from='client.31917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:48.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:47 smithi194 bash[32038]: cluster 2023-12-07T17:37:46.888339+0000 mgr.a (mgr.14403) 930 : cluster 0 pgmap v688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:48.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:47 smithi135 bash[32435]: audit 2023-12-07T17:37:46.601889+0000 mgr.a (mgr.14403) 929 : audit 0 from='client.31917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:48.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:47 smithi135 bash[32435]: cluster 2023-12-07T17:37:46.888339+0000 mgr.a (mgr.14403) 930 : cluster 0 pgmap v688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:48.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:47 smithi079 bash[28699]: audit 2023-12-07T17:37:46.601889+0000 mgr.a (mgr.14403) 929 : audit 0 from='client.31917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:48.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:47 smithi079 bash[28699]: cluster 2023-12-07T17:37:46.888339+0000 mgr.a (mgr.14403) 930 : cluster 0 pgmap v688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:49 smithi079 bash[28699]: cluster 2023-12-07T17:37:48.889221+0000 mgr.a (mgr.14403) 931 : cluster 0 pgmap v689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:49.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:49 smithi194 bash[32038]: cluster 2023-12-07T17:37:48.889221+0000 mgr.a (mgr.14403) 931 : cluster 0 pgmap v689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:49.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:49 smithi135 bash[32435]: cluster 2023-12-07T17:37:48.889221+0000 mgr.a (mgr.14403) 931 : cluster 0 pgmap v689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:52.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:37:52.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:52.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:52.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:51 smithi194 bash[32038]: cluster 2023-12-07T17:37:50.889753+0000 mgr.a (mgr.14403) 932 : cluster 0 pgmap v690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:52.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:51 smithi135 bash[32435]: cluster 2023-12-07T17:37:50.889753+0000 mgr.a (mgr.14403) 932 : cluster 0 pgmap v690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:51 smithi079 bash[28699]: cluster 2023-12-07T17:37:50.889753+0000 mgr.a (mgr.14403) 932 : cluster 0 pgmap v690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:53.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:53.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:53.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:53.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:37:53.005 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:37:54.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:53 smithi194 bash[32038]: audit 2023-12-07T17:37:52.499983+0000 mgr.a (mgr.14403) 933 : audit 0 from='client.31995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:54.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:53 smithi194 bash[32038]: cluster 2023-12-07T17:37:52.890279+0000 mgr.a (mgr.14403) 934 : cluster 0 pgmap v691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:54.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:53 smithi135 bash[32435]: audit 2023-12-07T17:37:52.499983+0000 mgr.a (mgr.14403) 933 : audit 0 from='client.31995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:54.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:53 smithi135 bash[32435]: cluster 2023-12-07T17:37:52.890279+0000 mgr.a (mgr.14403) 934 : cluster 0 pgmap v691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:53 smithi079 bash[28699]: audit 2023-12-07T17:37:52.499983+0000 mgr.a (mgr.14403) 933 : audit 0 from='client.31995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:54.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:53 smithi079 bash[28699]: cluster 2023-12-07T17:37:52.890279+0000 mgr.a (mgr.14403) 934 : cluster 0 pgmap v691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:56.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:55 smithi194 bash[32038]: cluster 2023-12-07T17:37:54.891107+0000 mgr.a (mgr.14403) 935 : cluster 0 pgmap v692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:56.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:55 smithi135 bash[32435]: cluster 2023-12-07T17:37:54.891107+0000 mgr.a (mgr.14403) 935 : cluster 0 pgmap v692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:56.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:55 smithi079 bash[28699]: cluster 2023-12-07T17:37:54.891107+0000 mgr.a (mgr.14403) 935 : cluster 0 pgmap v692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:37:58.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:37:58.009 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:37:58.009 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:37:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:57 smithi079 bash[28699]: cluster 2023-12-07T17:37:56.891599+0000 mgr.a (mgr.14403) 936 : cluster 0 pgmap v693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:58.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:57 smithi194 bash[32038]: cluster 2023-12-07T17:37:56.891599+0000 mgr.a (mgr.14403) 936 : cluster 0 pgmap v693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:57 smithi135 bash[32435]: cluster 2023-12-07T17:37:56.891599+0000 mgr.a (mgr.14403) 936 : cluster 0 pgmap v693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:58.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:37:58.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:37:58.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:37:58.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:37:58.928 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:37:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:59 smithi079 bash[28699]: audit 2023-12-07T17:37:58.415218+0000 mgr.a (mgr.14403) 937 : audit 0 from='client.32070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:37:59 smithi079 bash[28699]: cluster 2023-12-07T17:37:58.892471+0000 mgr.a (mgr.14403) 938 : cluster 0 pgmap v694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:59 smithi194 bash[32038]: audit 2023-12-07T17:37:58.415218+0000 mgr.a (mgr.14403) 937 : audit 0 from='client.32070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:37:59 smithi194 bash[32038]: cluster 2023-12-07T17:37:58.892471+0000 mgr.a (mgr.14403) 938 : cluster 0 pgmap v694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:37:59.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:59 smithi135 bash[32435]: audit 2023-12-07T17:37:58.415218+0000 mgr.a (mgr.14403) 937 : audit 0 from='client.32070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:37:59.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:37:59 smithi135 bash[32435]: cluster 2023-12-07T17:37:58.892471+0000 mgr.a (mgr.14403) 938 : cluster 0 pgmap v694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:02.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:01 smithi194 bash[32038]: cluster 2023-12-07T17:38:00.893055+0000 mgr.a (mgr.14403) 939 : cluster 0 pgmap v695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:02.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:01 smithi135 bash[32435]: cluster 2023-12-07T17:38:00.893055+0000 mgr.a (mgr.14403) 939 : cluster 0 pgmap v695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:02.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:01 smithi079 bash[28699]: cluster 2023-12-07T17:38:00.893055+0000 mgr.a (mgr.14403) 939 : cluster 0 pgmap v695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:03.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:38:03.931 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:03.932 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:04.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:03 smithi194 bash[32038]: cluster 2023-12-07T17:38:02.893577+0000 mgr.a (mgr.14403) 940 : cluster 0 pgmap v696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:04.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:03 smithi135 bash[32435]: cluster 2023-12-07T17:38:02.893577+0000 mgr.a (mgr.14403) 940 : cluster 0 pgmap v696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:04.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:03 smithi079 bash[28699]: cluster 2023-12-07T17:38:02.893577+0000 mgr.a (mgr.14403) 940 : cluster 0 pgmap v696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:04.828 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:38:04.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:04.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:04.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:04.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:38:06.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:05 smithi135 bash[32435]: audit 2023-12-07T17:38:04.336299+0000 mgr.a (mgr.14403) 941 : audit 0 from='client.32145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:06.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:05 smithi135 bash[32435]: cluster 2023-12-07T17:38:04.894644+0000 mgr.a (mgr.14403) 942 : cluster 0 pgmap v697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:05 smithi079 bash[28699]: audit 2023-12-07T17:38:04.336299+0000 mgr.a (mgr.14403) 941 : audit 0 from='client.32145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:06.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:05 smithi079 bash[28699]: cluster 2023-12-07T17:38:04.894644+0000 mgr.a (mgr.14403) 942 : cluster 0 pgmap v697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:06.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:05 smithi194 bash[32038]: audit 2023-12-07T17:38:04.336299+0000 mgr.a (mgr.14403) 941 : audit 0 from='client.32145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:06.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:05 smithi194 bash[32038]: cluster 2023-12-07T17:38:04.894644+0000 mgr.a (mgr.14403) 942 : cluster 0 pgmap v697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:08.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:07 smithi079 bash[28699]: cluster 2023-12-07T17:38:06.895250+0000 mgr.a (mgr.14403) 943 : cluster 0 pgmap v698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:08.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:07 smithi194 bash[32038]: cluster 2023-12-07T17:38:06.895250+0000 mgr.a (mgr.14403) 943 : cluster 0 pgmap v698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:08.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:07 smithi135 bash[32435]: cluster 2023-12-07T17:38:06.895250+0000 mgr.a (mgr.14403) 943 : cluster 0 pgmap v698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:09 smithi079 bash[28699]: cluster 2023-12-07T17:38:08.896020+0000 mgr.a (mgr.14403) 944 : cluster 0 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-07T17:38:09.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:09 smithi194 bash[32038]: cluster 2023-12-07T17:38:08.896020+0000 mgr.a (mgr.14403) 944 : cluster 0 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-07T17:38:09.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:09 smithi135 bash[32435]: cluster 2023-12-07T17:38:08.896020+0000 mgr.a (mgr.14403) 944 : cluster 0 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-07T17:38:09.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:38:09.831 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:09.831 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:10 smithi079 bash[28699]: audit 2023-12-07T17:38:10.234522+0000 mgr.a (mgr.14403) 945 : audit 0 from='client.32220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:10.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:10 smithi194 bash[32038]: audit 2023-12-07T17:38:10.234522+0000 mgr.a (mgr.14403) 945 : audit 0 from='client.32220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:10.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:10.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:10.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:10.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:38:10.710 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:38:10.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:10 smithi135 bash[32435]: audit 2023-12-07T17:38:10.234522+0000 mgr.a (mgr.14403) 945 : audit 0 from='client.32220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:11 smithi079 bash[28699]: cluster 2023-12-07T17:38:10.896727+0000 mgr.a (mgr.14403) 946 : cluster 0 pgmap v700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:11.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:11 smithi194 bash[32038]: cluster 2023-12-07T17:38:10.896727+0000 mgr.a (mgr.14403) 946 : cluster 0 pgmap v700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:11.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:11 smithi135 bash[32435]: cluster 2023-12-07T17:38:10.896727+0000 mgr.a (mgr.14403) 946 : cluster 0 pgmap v700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:14.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:13 smithi194 bash[32038]: cluster 2023-12-07T17:38:12.897310+0000 mgr.a (mgr.14403) 947 : cluster 0 pgmap v701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:14.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:13 smithi135 bash[32435]: cluster 2023-12-07T17:38:12.897310+0000 mgr.a (mgr.14403) 947 : cluster 0 pgmap v701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:14.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:13 smithi079 bash[28699]: cluster 2023-12-07T17:38:12.897310+0000 mgr.a (mgr.14403) 947 : cluster 0 pgmap v701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:15.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:38:15.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:15.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:16.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:15 smithi135 bash[32435]: cluster 2023-12-07T17:38:14.898087+0000 mgr.a (mgr.14403) 948 : cluster 0 pgmap v702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:15 smithi079 bash[28699]: cluster 2023-12-07T17:38:14.898087+0000 mgr.a (mgr.14403) 948 : cluster 0 pgmap v702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:16.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:15 smithi194 bash[32038]: cluster 2023-12-07T17:38:14.898087+0000 mgr.a (mgr.14403) 948 : cluster 0 pgmap v702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:16.629 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:38:16.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:16.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:16.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:16.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:38:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:16 smithi079 bash[28699]: audit 2023-12-07T17:38:16.118413+0000 mgr.a (mgr.14403) 949 : audit 0 from='client.32292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:17.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:16 smithi194 bash[32038]: audit 2023-12-07T17:38:16.118413+0000 mgr.a (mgr.14403) 949 : audit 0 from='client.32292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:17.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:16 smithi135 bash[32435]: audit 2023-12-07T17:38:16.118413+0000 mgr.a (mgr.14403) 949 : audit 0 from='client.32292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:18.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:17 smithi079 bash[28699]: cluster 2023-12-07T17:38:16.898817+0000 mgr.a (mgr.14403) 950 : cluster 0 pgmap v703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:18.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:17 smithi194 bash[32038]: cluster 2023-12-07T17:38:16.898817+0000 mgr.a (mgr.14403) 950 : cluster 0 pgmap v703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:18.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:17 smithi135 bash[32435]: cluster 2023-12-07T17:38:16.898817+0000 mgr.a (mgr.14403) 950 : cluster 0 pgmap v703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:19 smithi079 bash[28699]: cluster 2023-12-07T17:38:18.899654+0000 mgr.a (mgr.14403) 951 : cluster 0 pgmap v704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:19.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:19 smithi194 bash[32038]: cluster 2023-12-07T17:38:18.899654+0000 mgr.a (mgr.14403) 951 : cluster 0 pgmap v704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:19.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:19 smithi135 bash[32435]: cluster 2023-12-07T17:38:18.899654+0000 mgr.a (mgr.14403) 951 : cluster 0 pgmap v704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:21.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:38:21.633 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:21.633 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:22.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:21 smithi135 bash[32435]: cluster 2023-12-07T17:38:20.900204+0000 mgr.a (mgr.14403) 952 : cluster 0 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-07T17:38:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:21 smithi079 bash[28699]: cluster 2023-12-07T17:38:20.900204+0000 mgr.a (mgr.14403) 952 : cluster 0 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-07T17:38:22.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:21 smithi194 bash[32038]: cluster 2023-12-07T17:38:20.900204+0000 mgr.a (mgr.14403) 952 : cluster 0 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-07T17:38:22.507 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:38:22.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:22.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:22.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:22.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:38:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:22 smithi079 bash[28699]: audit 2023-12-07T17:38:22.024135+0000 mgr.a (mgr.14403) 953 : audit 0 from='client.32370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:23.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:22 smithi194 bash[32038]: audit 2023-12-07T17:38:22.024135+0000 mgr.a (mgr.14403) 953 : audit 0 from='client.32370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:23.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:22 smithi135 bash[32435]: audit 2023-12-07T17:38:22.024135+0000 mgr.a (mgr.14403) 953 : audit 0 from='client.32370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:24.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:23 smithi079 bash[28699]: cluster 2023-12-07T17:38:22.900973+0000 mgr.a (mgr.14403) 954 : cluster 0 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-07T17:38:24.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:23 smithi194 bash[32038]: cluster 2023-12-07T17:38:22.900973+0000 mgr.a (mgr.14403) 954 : cluster 0 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-07T17:38:24.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:23 smithi135 bash[32435]: cluster 2023-12-07T17:38:22.900973+0000 mgr.a (mgr.14403) 954 : cluster 0 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-07T17:38:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:25 smithi079 bash[28699]: cluster 2023-12-07T17:38:24.901826+0000 mgr.a (mgr.14403) 955 : cluster 0 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-07T17:38:26.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:25 smithi194 bash[32038]: cluster 2023-12-07T17:38:24.901826+0000 mgr.a (mgr.14403) 955 : cluster 0 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-07T17:38:26.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:25 smithi135 bash[32435]: cluster 2023-12-07T17:38:24.901826+0000 mgr.a (mgr.14403) 955 : cluster 0 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-07T17:38:27.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:38:27.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:27.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:28.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:27 smithi079 bash[28699]: cluster 2023-12-07T17:38:26.902360+0000 mgr.a (mgr.14403) 956 : cluster 0 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-07T17:38:28.405 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:38:28.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:28.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:28.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:28.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:38:28.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:27 smithi194 bash[32038]: cluster 2023-12-07T17:38:26.902360+0000 mgr.a (mgr.14403) 956 : cluster 0 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-07T17:38:28.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:27 smithi135 bash[32435]: cluster 2023-12-07T17:38:26.902360+0000 mgr.a (mgr.14403) 956 : cluster 0 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-07T17:38:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:28 smithi079 bash[28699]: audit 2023-12-07T17:38:27.911708+0000 mgr.a (mgr.14403) 957 : audit 0 from='client.32439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:29.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:28 smithi194 bash[32038]: audit 2023-12-07T17:38:27.911708+0000 mgr.a (mgr.14403) 957 : audit 0 from='client.32439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:29.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:28 smithi135 bash[32435]: audit 2023-12-07T17:38:27.911708+0000 mgr.a (mgr.14403) 957 : audit 0 from='client.32439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:30.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:29 smithi079 bash[28699]: cluster 2023-12-07T17:38:28.903266+0000 mgr.a (mgr.14403) 958 : cluster 0 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-07T17:38:30.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:29 smithi194 bash[32038]: cluster 2023-12-07T17:38:28.903266+0000 mgr.a (mgr.14403) 958 : cluster 0 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-07T17:38:30.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:29 smithi135 bash[32435]: cluster 2023-12-07T17:38:28.903266+0000 mgr.a (mgr.14403) 958 : cluster 0 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-07T17:38:32.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:31 smithi079 bash[28699]: cluster 2023-12-07T17:38:30.903763+0000 mgr.a (mgr.14403) 959 : cluster 0 pgmap v710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:32.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:31 smithi194 bash[32038]: cluster 2023-12-07T17:38:30.903763+0000 mgr.a (mgr.14403) 959 : cluster 0 pgmap v710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:32.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:31 smithi135 bash[32435]: cluster 2023-12-07T17:38:30.903763+0000 mgr.a (mgr.14403) 959 : cluster 0 pgmap v710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:33.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:38:33.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:33.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:34.333 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:38:34.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:34.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:34.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:34.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:38:34.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:33 smithi079 bash[28699]: cluster 2023-12-07T17:38:32.904321+0000 mgr.a (mgr.14403) 960 : cluster 0 pgmap v711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:34.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:33 smithi194 bash[32038]: cluster 2023-12-07T17:38:32.904321+0000 mgr.a (mgr.14403) 960 : cluster 0 pgmap v711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:34.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:33 smithi135 bash[32435]: cluster 2023-12-07T17:38:32.904321+0000 mgr.a (mgr.14403) 960 : cluster 0 pgmap v711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:34 smithi079 bash[28699]: audit 2023-12-07T17:38:33.810841+0000 mgr.a (mgr.14403) 961 : audit 0 from='client.32514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:35.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:34 smithi194 bash[32038]: audit 2023-12-07T17:38:33.810841+0000 mgr.a (mgr.14403) 961 : audit 0 from='client.32514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:35.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:34 smithi135 bash[32435]: audit 2023-12-07T17:38:33.810841+0000 mgr.a (mgr.14403) 961 : audit 0 from='client.32514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:35 smithi079 bash[28699]: cluster 2023-12-07T17:38:34.905280+0000 mgr.a (mgr.14403) 962 : cluster 0 pgmap v712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:36.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:35 smithi194 bash[32038]: cluster 2023-12-07T17:38:34.905280+0000 mgr.a (mgr.14403) 962 : cluster 0 pgmap v712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:36.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:35 smithi135 bash[32435]: cluster 2023-12-07T17:38:34.905280+0000 mgr.a (mgr.14403) 962 : cluster 0 pgmap v712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:38.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:38 smithi079 bash[28699]: cluster 2023-12-07T17:38:36.905855+0000 mgr.a (mgr.14403) 963 : cluster 0 pgmap v713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:38.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:38 smithi194 bash[32038]: cluster 2023-12-07T17:38:36.905855+0000 mgr.a (mgr.14403) 963 : cluster 0 pgmap v713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:38.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:38 smithi135 bash[32435]: cluster 2023-12-07T17:38:36.905855+0000 mgr.a (mgr.14403) 963 : cluster 0 pgmap v713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:39.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:38:39.337 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:39.337 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:39.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:39 smithi194 bash[32038]: cluster 2023-12-07T17:38:38.906582+0000 mgr.a (mgr.14403) 964 : cluster 0 pgmap v714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:39 smithi135 bash[32435]: cluster 2023-12-07T17:38:38.906582+0000 mgr.a (mgr.14403) 964 : cluster 0 pgmap v714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:39.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:39 smithi079 bash[28699]: cluster 2023-12-07T17:38:38.906582+0000 mgr.a (mgr.14403) 964 : cluster 0 pgmap v714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:40.245 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:38:40.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:40.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:40.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:40.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:38:40.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:40 smithi194 bash[32038]: audit 2023-12-07T17:38:39.743281+0000 mgr.a (mgr.14403) 965 : audit 0 from='client.32586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:40 smithi135 bash[32435]: audit 2023-12-07T17:38:39.743281+0000 mgr.a (mgr.14403) 965 : audit 0 from='client.32586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:40 smithi079 bash[28699]: audit 2023-12-07T17:38:39.743281+0000 mgr.a (mgr.14403) 965 : audit 0 from='client.32586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:41.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:41 smithi194 bash[32038]: cluster 2023-12-07T17:38:40.907231+0000 mgr.a (mgr.14403) 966 : cluster 0 pgmap v715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:41.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:41 smithi135 bash[32435]: cluster 2023-12-07T17:38:40.907231+0000 mgr.a (mgr.14403) 966 : cluster 0 pgmap v715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:41.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:41 smithi079 bash[28699]: cluster 2023-12-07T17:38:40.907231+0000 mgr.a (mgr.14403) 966 : cluster 0 pgmap v715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:43 smithi079 bash[28699]: cluster 2023-12-07T17:38:42.907932+0000 mgr.a (mgr.14403) 967 : cluster 0 pgmap v716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:44.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:43 smithi079 bash[28699]: audit 2023-12-07T17:38:43.820746+0000 mon.a (mon.0) 598 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:38:44.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:43 smithi194 bash[32038]: cluster 2023-12-07T17:38:42.907932+0000 mgr.a (mgr.14403) 967 : cluster 0 pgmap v716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:44.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:43 smithi194 bash[32038]: audit 2023-12-07T17:38:43.820746+0000 mon.a (mon.0) 598 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:38:44.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:43 smithi135 bash[32435]: cluster 2023-12-07T17:38:42.907932+0000 mgr.a (mgr.14403) 967 : cluster 0 pgmap v716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:38:44.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:43 smithi135 bash[32435]: audit 2023-12-07T17:38:43.820746+0000 mon.a (mon.0) 598 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:38:45.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:38:45.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:45.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:45.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:45 smithi079 bash[28699]: audit 2023-12-07T17:38:44.351229+0000 mon.a (mon.0) 599 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:38:45.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:45 smithi079 bash[28699]: audit 2023-12-07T17:38:44.357348+0000 mon.a (mon.0) 600 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:38:45.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:45 smithi079 bash[28699]: cluster 2023-12-07T17:38:44.908413+0000 mgr.a (mgr.14403) 968 : cluster 0 pgmap v717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:45.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:45 smithi079 bash[28699]: audit 2023-12-07T17:38:45.041512+0000 mon.a (mon.0) 601 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:38:45.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:45 smithi079 bash[28699]: audit 2023-12-07T17:38:45.043273+0000 mon.a (mon.0) 602 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:38:45.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:45 smithi079 bash[28699]: audit 2023-12-07T17:38:45.052444+0000 mon.a (mon.0) 603 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:38:45.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:45 smithi194 bash[32038]: audit 2023-12-07T17:38:44.351229+0000 mon.a (mon.0) 599 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:38:45.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:45 smithi194 bash[32038]: audit 2023-12-07T17:38:44.357348+0000 mon.a (mon.0) 600 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:38:45.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:45 smithi194 bash[32038]: cluster 2023-12-07T17:38:44.908413+0000 mgr.a (mgr.14403) 968 : cluster 0 pgmap v717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:45.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:45 smithi194 bash[32038]: audit 2023-12-07T17:38:45.041512+0000 mon.a (mon.0) 601 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:38:45.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:45 smithi194 bash[32038]: audit 2023-12-07T17:38:45.043273+0000 mon.a (mon.0) 602 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:38:45.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:45 smithi194 bash[32038]: audit 2023-12-07T17:38:45.052444+0000 mon.a (mon.0) 603 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:38:45.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:45 smithi135 bash[32435]: audit 2023-12-07T17:38:44.351229+0000 mon.a (mon.0) 599 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:38:45.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:45 smithi135 bash[32435]: audit 2023-12-07T17:38:44.357348+0000 mon.a (mon.0) 600 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:38:45.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:45 smithi135 bash[32435]: cluster 2023-12-07T17:38:44.908413+0000 mgr.a (mgr.14403) 968 : cluster 0 pgmap v717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:45.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:45 smithi135 bash[32435]: audit 2023-12-07T17:38:45.041512+0000 mon.a (mon.0) 601 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:38:45.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:45 smithi135 bash[32435]: audit 2023-12-07T17:38:45.043273+0000 mon.a (mon.0) 602 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:38:45.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:45 smithi135 bash[32435]: audit 2023-12-07T17:38:45.052444+0000 mon.a (mon.0) 603 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:38:46.160 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:38:46.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:46.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:46.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:46.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:38:46.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:46 smithi079 bash[28699]: audit 2023-12-07T17:38:45.656417+0000 mgr.a (mgr.14403) 969 : audit 0 from='client.32661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:46.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:46 smithi194 bash[32038]: audit 2023-12-07T17:38:45.656417+0000 mgr.a (mgr.14403) 969 : audit 0 from='client.32661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:46.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:46 smithi135 bash[32435]: audit 2023-12-07T17:38:45.656417+0000 mgr.a (mgr.14403) 969 : audit 0 from='client.32661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:47 smithi079 bash[28699]: cluster 2023-12-07T17:38:46.909005+0000 mgr.a (mgr.14403) 970 : cluster 0 pgmap v718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:47.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:47 smithi194 bash[32038]: cluster 2023-12-07T17:38:46.909005+0000 mgr.a (mgr.14403) 970 : cluster 0 pgmap v718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:47.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:47 smithi135 bash[32435]: cluster 2023-12-07T17:38:46.909005+0000 mgr.a (mgr.14403) 970 : cluster 0 pgmap v718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:49.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:49 smithi194 bash[32038]: cluster 2023-12-07T17:38:48.909768+0000 mgr.a (mgr.14403) 971 : cluster 0 pgmap v719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:49.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:49 smithi135 bash[32435]: cluster 2023-12-07T17:38:48.909768+0000 mgr.a (mgr.14403) 971 : cluster 0 pgmap v719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:49 smithi079 bash[28699]: cluster 2023-12-07T17:38:48.909768+0000 mgr.a (mgr.14403) 971 : cluster 0 pgmap v719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:51.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:38:51.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:51.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:52.071 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:38:52.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:52.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:52.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:52.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:38:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:51 smithi079 bash[28699]: cluster 2023-12-07T17:38:50.910328+0000 mgr.a (mgr.14403) 972 : cluster 0 pgmap v720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:52.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:51 smithi194 bash[32038]: cluster 2023-12-07T17:38:50.910328+0000 mgr.a (mgr.14403) 972 : cluster 0 pgmap v720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:52.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:51 smithi135 bash[32435]: cluster 2023-12-07T17:38:50.910328+0000 mgr.a (mgr.14403) 972 : cluster 0 pgmap v720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:52 smithi079 bash[28699]: audit 2023-12-07T17:38:51.563617+0000 mgr.a (mgr.14403) 973 : audit 0 from='client.32736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:53.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:52 smithi194 bash[32038]: audit 2023-12-07T17:38:51.563617+0000 mgr.a (mgr.14403) 973 : audit 0 from='client.32736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:53.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:52 smithi135 bash[32435]: audit 2023-12-07T17:38:51.563617+0000 mgr.a (mgr.14403) 973 : audit 0 from='client.32736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:53 smithi079 bash[28699]: cluster 2023-12-07T17:38:52.910967+0000 mgr.a (mgr.14403) 974 : cluster 0 pgmap v721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:54.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:53 smithi194 bash[32038]: cluster 2023-12-07T17:38:52.910967+0000 mgr.a (mgr.14403) 974 : cluster 0 pgmap v721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:54.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:53 smithi135 bash[32435]: cluster 2023-12-07T17:38:52.910967+0000 mgr.a (mgr.14403) 974 : cluster 0 pgmap v721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:56.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:55 smithi079 bash[28699]: cluster 2023-12-07T17:38:54.911804+0000 mgr.a (mgr.14403) 975 : cluster 0 pgmap v722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:56.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:55 smithi194 bash[32038]: cluster 2023-12-07T17:38:54.911804+0000 mgr.a (mgr.14403) 975 : cluster 0 pgmap v722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:56.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:55 smithi135 bash[32435]: cluster 2023-12-07T17:38:54.911804+0000 mgr.a (mgr.14403) 975 : cluster 0 pgmap v722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:38:57.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:38:57.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:38:57.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:38:57.994 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:38:57.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:38:57.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:38:57.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:38:57.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:38:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:57 smithi079 bash[28699]: cluster 2023-12-07T17:38:56.912367+0000 mgr.a (mgr.14403) 976 : cluster 0 pgmap v723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:58.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:57 smithi194 bash[32038]: cluster 2023-12-07T17:38:56.912367+0000 mgr.a (mgr.14403) 976 : cluster 0 pgmap v723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:57 smithi135 bash[32435]: cluster 2023-12-07T17:38:56.912367+0000 mgr.a (mgr.14403) 976 : cluster 0 pgmap v723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:38:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:58 smithi079 bash[28699]: audit 2023-12-07T17:38:57.483262+0000 mgr.a (mgr.14403) 977 : audit 0 from='client.32811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:59.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:58 smithi194 bash[32038]: audit 2023-12-07T17:38:57.483262+0000 mgr.a (mgr.14403) 977 : audit 0 from='client.32811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:38:59.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:58 smithi135 bash[32435]: audit 2023-12-07T17:38:57.483262+0000 mgr.a (mgr.14403) 977 : audit 0 from='client.32811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:00.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:38:59 smithi079 bash[28699]: cluster 2023-12-07T17:38:58.913241+0000 mgr.a (mgr.14403) 978 : cluster 0 pgmap v724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:00.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:38:59 smithi194 bash[32038]: cluster 2023-12-07T17:38:58.913241+0000 mgr.a (mgr.14403) 978 : cluster 0 pgmap v724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:00.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:38:59 smithi135 bash[32435]: cluster 2023-12-07T17:38:58.913241+0000 mgr.a (mgr.14403) 978 : cluster 0 pgmap v724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:02.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:01 smithi079 bash[28699]: cluster 2023-12-07T17:39:00.913808+0000 mgr.a (mgr.14403) 979 : cluster 0 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-07T17:39:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:01 smithi194 bash[32038]: cluster 2023-12-07T17:39:00.913808+0000 mgr.a (mgr.14403) 979 : cluster 0 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-07T17:39:02.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:01 smithi135 bash[32435]: cluster 2023-12-07T17:39:00.913808+0000 mgr.a (mgr.14403) 979 : cluster 0 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-07T17:39:02.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:39:02.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:02.998 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:03.885 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:39:03.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:03.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:03.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:03.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:39:04.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:03 smithi079 bash[28699]: cluster 2023-12-07T17:39:02.914296+0000 mgr.a (mgr.14403) 980 : cluster 0 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-07T17:39:04.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:03 smithi194 bash[32038]: cluster 2023-12-07T17:39:02.914296+0000 mgr.a (mgr.14403) 980 : cluster 0 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-07T17:39:04.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:03 smithi135 bash[32435]: cluster 2023-12-07T17:39:02.914296+0000 mgr.a (mgr.14403) 980 : cluster 0 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-07T17:39:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:05 smithi079 bash[28699]: audit 2023-12-07T17:39:03.391500+0000 mgr.a (mgr.14403) 981 : audit 0 from='client.32889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:05.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:05 smithi194 bash[32038]: audit 2023-12-07T17:39:03.391500+0000 mgr.a (mgr.14403) 981 : audit 0 from='client.32889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:05.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:05 smithi135 bash[32435]: audit 2023-12-07T17:39:03.391500+0000 mgr.a (mgr.14403) 981 : audit 0 from='client.32889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:06 smithi079 bash[28699]: cluster 2023-12-07T17:39:04.915253+0000 mgr.a (mgr.14403) 982 : cluster 0 pgmap v727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:06.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:06 smithi194 bash[32038]: cluster 2023-12-07T17:39:04.915253+0000 mgr.a (mgr.14403) 982 : cluster 0 pgmap v727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:06.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:06 smithi135 bash[32435]: cluster 2023-12-07T17:39:04.915253+0000 mgr.a (mgr.14403) 982 : cluster 0 pgmap v727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:08.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:08 smithi079 bash[28699]: cluster 2023-12-07T17:39:06.915825+0000 mgr.a (mgr.14403) 983 : cluster 0 pgmap v728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:08.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:08 smithi194 bash[32038]: cluster 2023-12-07T17:39:06.915825+0000 mgr.a (mgr.14403) 983 : cluster 0 pgmap v728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:08.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:08 smithi135 bash[32435]: cluster 2023-12-07T17:39:06.915825+0000 mgr.a (mgr.14403) 983 : cluster 0 pgmap v728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:08.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:39:08.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:08.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:09.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:09 smithi194 bash[32038]: cluster 2023-12-07T17:39:08.916528+0000 mgr.a (mgr.14403) 984 : cluster 0 pgmap v729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:09.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:09 smithi194 bash[32038]: audit 2023-12-07T17:39:09.286473+0000 mgr.a (mgr.14403) 985 : audit 0 from='client.32961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:09.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:09 smithi135 bash[32435]: cluster 2023-12-07T17:39:08.916528+0000 mgr.a (mgr.14403) 984 : cluster 0 pgmap v729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:09.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:09 smithi135 bash[32435]: audit 2023-12-07T17:39:09.286473+0000 mgr.a (mgr.14403) 985 : audit 0 from='client.32961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:09.777 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:39:09.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:09.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:09.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:09.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:39:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:09 smithi079 bash[28699]: cluster 2023-12-07T17:39:08.916528+0000 mgr.a (mgr.14403) 984 : cluster 0 pgmap v729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:09.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:09 smithi079 bash[28699]: audit 2023-12-07T17:39:09.286473+0000 mgr.a (mgr.14403) 985 : audit 0 from='client.32961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:12.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:11 smithi079 bash[28699]: cluster 2023-12-07T17:39:10.917103+0000 mgr.a (mgr.14403) 986 : cluster 0 pgmap v730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:12.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:11 smithi194 bash[32038]: cluster 2023-12-07T17:39:10.917103+0000 mgr.a (mgr.14403) 986 : cluster 0 pgmap v730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:12.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:11 smithi135 bash[32435]: cluster 2023-12-07T17:39:10.917103+0000 mgr.a (mgr.14403) 986 : cluster 0 pgmap v730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:14.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:13 smithi079 bash[28699]: cluster 2023-12-07T17:39:12.917674+0000 mgr.a (mgr.14403) 987 : cluster 0 pgmap v731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:14.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:13 smithi194 bash[32038]: cluster 2023-12-07T17:39:12.917674+0000 mgr.a (mgr.14403) 987 : cluster 0 pgmap v731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:14.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:13 smithi135 bash[32435]: cluster 2023-12-07T17:39:12.917674+0000 mgr.a (mgr.14403) 987 : cluster 0 pgmap v731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:14.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:39:14.780 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:14.780 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:15.680 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:39:15.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:15.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:15.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:15.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:39:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:15 smithi079 bash[28699]: cluster 2023-12-07T17:39:14.918465+0000 mgr.a (mgr.14403) 988 : cluster 0 pgmap v732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:16.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:15 smithi079 bash[28699]: audit 2023-12-07T17:39:15.180028+0000 mgr.a (mgr.14403) 989 : audit 0 from='client.33039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:16.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:15 smithi194 bash[32038]: cluster 2023-12-07T17:39:14.918465+0000 mgr.a (mgr.14403) 988 : cluster 0 pgmap v732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:16.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:15 smithi194 bash[32038]: audit 2023-12-07T17:39:15.180028+0000 mgr.a (mgr.14403) 989 : audit 0 from='client.33039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:15 smithi135 bash[32435]: cluster 2023-12-07T17:39:14.918465+0000 mgr.a (mgr.14403) 988 : cluster 0 pgmap v732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:15 smithi135 bash[32435]: audit 2023-12-07T17:39:15.180028+0000 mgr.a (mgr.14403) 989 : audit 0 from='client.33039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:18.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:17 smithi079 bash[28699]: cluster 2023-12-07T17:39:16.919198+0000 mgr.a (mgr.14403) 990 : cluster 0 pgmap v733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:18.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:17 smithi194 bash[32038]: cluster 2023-12-07T17:39:16.919198+0000 mgr.a (mgr.14403) 990 : cluster 0 pgmap v733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:18.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:17 smithi135 bash[32435]: cluster 2023-12-07T17:39:16.919198+0000 mgr.a (mgr.14403) 990 : cluster 0 pgmap v733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:19.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:19 smithi194 bash[32038]: cluster 2023-12-07T17:39:18.920014+0000 mgr.a (mgr.14403) 991 : cluster 0 pgmap v734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:19.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:19 smithi135 bash[32435]: cluster 2023-12-07T17:39:18.920014+0000 mgr.a (mgr.14403) 991 : cluster 0 pgmap v734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:19 smithi079 bash[28699]: cluster 2023-12-07T17:39:18.920014+0000 mgr.a (mgr.14403) 991 : cluster 0 pgmap v734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:20.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:39:20.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:20.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:21.589 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:39:21.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:21.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:21.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:21.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:39:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:21 smithi079 bash[28699]: cluster 2023-12-07T17:39:20.920674+0000 mgr.a (mgr.14403) 992 : cluster 0 pgmap v735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:21 smithi079 bash[28699]: audit 2023-12-07T17:39:21.087795+0000 mgr.a (mgr.14403) 993 : audit 0 from='client.38086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:22.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:21 smithi194 bash[32038]: cluster 2023-12-07T17:39:20.920674+0000 mgr.a (mgr.14403) 992 : cluster 0 pgmap v735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:22.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:21 smithi194 bash[32038]: audit 2023-12-07T17:39:21.087795+0000 mgr.a (mgr.14403) 993 : audit 0 from='client.38086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:22.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:21 smithi135 bash[32435]: cluster 2023-12-07T17:39:20.920674+0000 mgr.a (mgr.14403) 992 : cluster 0 pgmap v735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:22.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:21 smithi135 bash[32435]: audit 2023-12-07T17:39:21.087795+0000 mgr.a (mgr.14403) 993 : audit 0 from='client.38086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:24.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:23 smithi079 bash[28699]: cluster 2023-12-07T17:39:22.921386+0000 mgr.a (mgr.14403) 994 : cluster 0 pgmap v736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:24.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:23 smithi194 bash[32038]: cluster 2023-12-07T17:39:22.921386+0000 mgr.a (mgr.14403) 994 : cluster 0 pgmap v736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:24.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:23 smithi135 bash[32435]: cluster 2023-12-07T17:39:22.921386+0000 mgr.a (mgr.14403) 994 : cluster 0 pgmap v736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:25 smithi079 bash[28699]: cluster 2023-12-07T17:39:24.922200+0000 mgr.a (mgr.14403) 995 : cluster 0 pgmap v737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:26.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:25 smithi194 bash[32038]: cluster 2023-12-07T17:39:24.922200+0000 mgr.a (mgr.14403) 995 : cluster 0 pgmap v737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:26.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:25 smithi135 bash[32435]: cluster 2023-12-07T17:39:24.922200+0000 mgr.a (mgr.14403) 995 : cluster 0 pgmap v737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:26.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:39:26.592 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:26.592 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:27.465 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:39:27.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:27.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:27.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:27.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:39:28.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:27 smithi079 bash[28699]: cluster 2023-12-07T17:39:26.922758+0000 mgr.a (mgr.14403) 996 : cluster 0 pgmap v738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:28.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:27 smithi079 bash[28699]: audit 2023-12-07T17:39:26.993567+0000 mgr.a (mgr.14403) 997 : audit 0 from='client.33189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:28.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:27 smithi194 bash[32038]: cluster 2023-12-07T17:39:26.922758+0000 mgr.a (mgr.14403) 996 : cluster 0 pgmap v738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:28.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:27 smithi194 bash[32038]: audit 2023-12-07T17:39:26.993567+0000 mgr.a (mgr.14403) 997 : audit 0 from='client.33189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:28.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:27 smithi135 bash[32435]: cluster 2023-12-07T17:39:26.922758+0000 mgr.a (mgr.14403) 996 : cluster 0 pgmap v738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:28.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:27 smithi135 bash[32435]: audit 2023-12-07T17:39:26.993567+0000 mgr.a (mgr.14403) 997 : audit 0 from='client.33189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:29.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:29 smithi194 bash[32038]: cluster 2023-12-07T17:39:28.923715+0000 mgr.a (mgr.14403) 998 : cluster 0 pgmap v739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:29.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:29 smithi135 bash[32435]: cluster 2023-12-07T17:39:28.923715+0000 mgr.a (mgr.14403) 998 : cluster 0 pgmap v739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:29.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:29 smithi079 bash[28699]: cluster 2023-12-07T17:39:28.923715+0000 mgr.a (mgr.14403) 998 : cluster 0 pgmap v739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:32.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:31 smithi079 bash[28699]: cluster 2023-12-07T17:39:30.924309+0000 mgr.a (mgr.14403) 999 : cluster 0 pgmap v740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:32.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:31 smithi194 bash[32038]: cluster 2023-12-07T17:39:30.924309+0000 mgr.a (mgr.14403) 999 : cluster 0 pgmap v740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:32.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:31 smithi135 bash[32435]: cluster 2023-12-07T17:39:30.924309+0000 mgr.a (mgr.14403) 999 : cluster 0 pgmap v740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:32.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:39:32.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:32.469 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:33.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:39:33.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:33.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:33.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:33.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:39:34.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:33 smithi079 bash[28699]: audit 2023-12-07T17:39:32.866690+0000 mgr.a (mgr.14403) 1000 : audit 0 from='client.33267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:34.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:33 smithi079 bash[28699]: cluster 2023-12-07T17:39:32.924843+0000 mgr.a (mgr.14403) 1001 : cluster 0 pgmap v741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:34.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:33 smithi194 bash[32038]: audit 2023-12-07T17:39:32.866690+0000 mgr.a (mgr.14403) 1000 : audit 0 from='client.33267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:34.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:33 smithi194 bash[32038]: cluster 2023-12-07T17:39:32.924843+0000 mgr.a (mgr.14403) 1001 : cluster 0 pgmap v741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:34.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:33 smithi135 bash[32435]: audit 2023-12-07T17:39:32.866690+0000 mgr.a (mgr.14403) 1000 : audit 0 from='client.33267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:34.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:33 smithi135 bash[32435]: cluster 2023-12-07T17:39:32.924843+0000 mgr.a (mgr.14403) 1001 : cluster 0 pgmap v741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:36.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:35 smithi079 bash[28699]: cluster 2023-12-07T17:39:34.925768+0000 mgr.a (mgr.14403) 1002 : cluster 0 pgmap v742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:36.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:35 smithi194 bash[32038]: cluster 2023-12-07T17:39:34.925768+0000 mgr.a (mgr.14403) 1002 : cluster 0 pgmap v742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:36.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:35 smithi135 bash[32435]: cluster 2023-12-07T17:39:34.925768+0000 mgr.a (mgr.14403) 1002 : cluster 0 pgmap v742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:38.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:39:38.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:38.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:38.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:37 smithi079 bash[28699]: cluster 2023-12-07T17:39:36.926333+0000 mgr.a (mgr.14403) 1003 : cluster 0 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-07T17:39:38.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:37 smithi194 bash[32038]: cluster 2023-12-07T17:39:36.926333+0000 mgr.a (mgr.14403) 1003 : cluster 0 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-07T17:39:38.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:37 smithi135 bash[32435]: cluster 2023-12-07T17:39:36.926333+0000 mgr.a (mgr.14403) 1003 : cluster 0 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-07T17:39:39.266 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:39:39.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:39.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:39.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:39.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:39:39.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:39 smithi194 bash[32038]: audit 2023-12-07T17:39:38.777389+0000 mgr.a (mgr.14403) 1004 : audit 0 from='client.33345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:39.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:39 smithi194 bash[32038]: cluster 2023-12-07T17:39:38.927995+0000 mgr.a (mgr.14403) 1005 : cluster 0 pgmap v744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:39 smithi135 bash[32435]: audit 2023-12-07T17:39:38.777389+0000 mgr.a (mgr.14403) 1004 : audit 0 from='client.33345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:39 smithi135 bash[32435]: cluster 2023-12-07T17:39:38.927995+0000 mgr.a (mgr.14403) 1005 : cluster 0 pgmap v744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:39.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:39 smithi079 bash[28699]: audit 2023-12-07T17:39:38.777389+0000 mgr.a (mgr.14403) 1004 : audit 0 from='client.33345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:39.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:39 smithi079 bash[28699]: cluster 2023-12-07T17:39:38.927995+0000 mgr.a (mgr.14403) 1005 : cluster 0 pgmap v744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:42.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:41 smithi079 bash[28699]: cluster 2023-12-07T17:39:40.928750+0000 mgr.a (mgr.14403) 1006 : cluster 0 pgmap v745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:42.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:41 smithi194 bash[32038]: cluster 2023-12-07T17:39:40.928750+0000 mgr.a (mgr.14403) 1006 : cluster 0 pgmap v745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:42.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:41 smithi135 bash[32435]: cluster 2023-12-07T17:39:40.928750+0000 mgr.a (mgr.14403) 1006 : cluster 0 pgmap v745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:44.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:39:44.269 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:44.270 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:43 smithi079 bash[28699]: cluster 2023-12-07T17:39:42.929340+0000 mgr.a (mgr.14403) 1007 : cluster 0 pgmap v746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:44.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:43 smithi194 bash[32038]: cluster 2023-12-07T17:39:42.929340+0000 mgr.a (mgr.14403) 1007 : cluster 0 pgmap v746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:44.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:43 smithi135 bash[32435]: cluster 2023-12-07T17:39:42.929340+0000 mgr.a (mgr.14403) 1007 : cluster 0 pgmap v746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:45.155 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:39:45.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:45.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:45.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:45.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:39:46.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:45 smithi079 bash[28699]: audit 2023-12-07T17:39:44.662806+0000 mgr.a (mgr.14403) 1008 : audit 0 from='client.33423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:46.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:45 smithi079 bash[28699]: cluster 2023-12-07T17:39:44.930088+0000 mgr.a (mgr.14403) 1009 : cluster 0 pgmap v747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:46.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:45 smithi079 bash[28699]: audit 2023-12-07T17:39:45.154806+0000 mon.a (mon.0) 604 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:39:46.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:45 smithi079 bash[28699]: audit 2023-12-07T17:39:45.682620+0000 mon.a (mon.0) 605 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:39:46.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:45 smithi079 bash[28699]: audit 2023-12-07T17:39:45.689609+0000 mon.a (mon.0) 606 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:39:46.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:45 smithi194 bash[32038]: audit 2023-12-07T17:39:44.662806+0000 mgr.a (mgr.14403) 1008 : audit 0 from='client.33423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:46.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:45 smithi194 bash[32038]: cluster 2023-12-07T17:39:44.930088+0000 mgr.a (mgr.14403) 1009 : cluster 0 pgmap v747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:46.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:45 smithi194 bash[32038]: audit 2023-12-07T17:39:45.154806+0000 mon.a (mon.0) 604 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:39:46.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:45 smithi194 bash[32038]: audit 2023-12-07T17:39:45.682620+0000 mon.a (mon.0) 605 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:39:46.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:45 smithi194 bash[32038]: audit 2023-12-07T17:39:45.689609+0000 mon.a (mon.0) 606 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:39:46.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:45 smithi135 bash[32435]: audit 2023-12-07T17:39:44.662806+0000 mgr.a (mgr.14403) 1008 : audit 0 from='client.33423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:46.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:45 smithi135 bash[32435]: cluster 2023-12-07T17:39:44.930088+0000 mgr.a (mgr.14403) 1009 : cluster 0 pgmap v747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:46.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:45 smithi135 bash[32435]: audit 2023-12-07T17:39:45.154806+0000 mon.a (mon.0) 604 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:39:46.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:45 smithi135 bash[32435]: audit 2023-12-07T17:39:45.682620+0000 mon.a (mon.0) 605 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:39:46.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:45 smithi135 bash[32435]: audit 2023-12-07T17:39:45.689609+0000 mon.a (mon.0) 606 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:39:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:46 smithi079 bash[28699]: audit 2023-12-07T17:39:46.448806+0000 mon.a (mon.0) 607 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:39:47.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:46 smithi079 bash[28699]: audit 2023-12-07T17:39:46.450713+0000 mon.a (mon.0) 608 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:39:47.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:46 smithi079 bash[28699]: audit 2023-12-07T17:39:46.460710+0000 mon.a (mon.0) 609 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:39:47.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:46 smithi194 bash[32038]: audit 2023-12-07T17:39:46.448806+0000 mon.a (mon.0) 607 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:39:47.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:46 smithi194 bash[32038]: audit 2023-12-07T17:39:46.450713+0000 mon.a (mon.0) 608 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:39:47.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:46 smithi194 bash[32038]: audit 2023-12-07T17:39:46.460710+0000 mon.a (mon.0) 609 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:39:47.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:46 smithi135 bash[32435]: audit 2023-12-07T17:39:46.448806+0000 mon.a (mon.0) 607 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:39:47.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:46 smithi135 bash[32435]: audit 2023-12-07T17:39:46.450713+0000 mon.a (mon.0) 608 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:39:47.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:46 smithi135 bash[32435]: audit 2023-12-07T17:39:46.460710+0000 mon.a (mon.0) 609 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:39:48.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:47 smithi079 bash[28699]: cluster 2023-12-07T17:39:46.930709+0000 mgr.a (mgr.14403) 1010 : cluster 0 pgmap v748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:47 smithi194 bash[32038]: cluster 2023-12-07T17:39:46.930709+0000 mgr.a (mgr.14403) 1010 : cluster 0 pgmap v748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:48.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:47 smithi135 bash[32435]: cluster 2023-12-07T17:39:46.930709+0000 mgr.a (mgr.14403) 1010 : cluster 0 pgmap v748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:39:49.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:49 smithi194 bash[32038]: cluster 2023-12-07T17:39:48.931543+0000 mgr.a (mgr.14403) 1011 : cluster 0 pgmap v749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:49.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:49 smithi135 bash[32435]: cluster 2023-12-07T17:39:48.931543+0000 mgr.a (mgr.14403) 1011 : cluster 0 pgmap v749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:49 smithi079 bash[28699]: cluster 2023-12-07T17:39:48.931543+0000 mgr.a (mgr.14403) 1011 : cluster 0 pgmap v749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:50.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:39:50.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:50.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:51.067 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:39:51.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:51.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:51.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:51.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:39:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:51 smithi079 bash[28699]: audit 2023-12-07T17:39:50.563346+0000 mgr.a (mgr.14403) 1012 : audit 0 from='client.33501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:52.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:51 smithi079 bash[28699]: cluster 2023-12-07T17:39:50.942839+0000 mgr.a (mgr.14403) 1013 : cluster 0 pgmap v750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:52.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:51 smithi194 bash[32038]: audit 2023-12-07T17:39:50.563346+0000 mgr.a (mgr.14403) 1012 : audit 0 from='client.33501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:52.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:51 smithi194 bash[32038]: cluster 2023-12-07T17:39:50.942839+0000 mgr.a (mgr.14403) 1013 : cluster 0 pgmap v750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:52.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:51 smithi135 bash[32435]: audit 2023-12-07T17:39:50.563346+0000 mgr.a (mgr.14403) 1012 : audit 0 from='client.33501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:52.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:51 smithi135 bash[32435]: cluster 2023-12-07T17:39:50.942839+0000 mgr.a (mgr.14403) 1013 : cluster 0 pgmap v750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:54 smithi079 bash[28699]: cluster 2023-12-07T17:39:52.943644+0000 mgr.a (mgr.14403) 1014 : cluster 0 pgmap v751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:54.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:54 smithi194 bash[32038]: cluster 2023-12-07T17:39:52.943644+0000 mgr.a (mgr.14403) 1014 : cluster 0 pgmap v751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:54.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:54 smithi135 bash[32435]: cluster 2023-12-07T17:39:52.943644+0000 mgr.a (mgr.14403) 1014 : cluster 0 pgmap v751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:56.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:39:56.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:39:56.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:39:56.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:56 smithi079 bash[28699]: cluster 2023-12-07T17:39:54.944481+0000 mgr.a (mgr.14403) 1015 : cluster 0 pgmap v752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:56.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:56 smithi194 bash[32038]: cluster 2023-12-07T17:39:54.944481+0000 mgr.a (mgr.14403) 1015 : cluster 0 pgmap v752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:56.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:56 smithi135 bash[32435]: cluster 2023-12-07T17:39:54.944481+0000 mgr.a (mgr.14403) 1015 : cluster 0 pgmap v752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:56.968 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:39:56.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:39:56.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:39:56.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:39:56.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:39:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:58 smithi079 bash[28699]: audit 2023-12-07T17:39:56.468906+0000 mgr.a (mgr.14403) 1016 : audit 0 from='client.33576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:58.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:58 smithi079 bash[28699]: cluster 2023-12-07T17:39:56.944960+0000 mgr.a (mgr.14403) 1017 : cluster 0 pgmap v753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:58.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:58 smithi194 bash[32038]: audit 2023-12-07T17:39:56.468906+0000 mgr.a (mgr.14403) 1016 : audit 0 from='client.33576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:58.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:58 smithi194 bash[32038]: cluster 2023-12-07T17:39:56.944960+0000 mgr.a (mgr.14403) 1017 : cluster 0 pgmap v753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:58 smithi135 bash[32435]: audit 2023-12-07T17:39:56.468906+0000 mgr.a (mgr.14403) 1016 : audit 0 from='client.33576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:39:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:58 smithi135 bash[32435]: cluster 2023-12-07T17:39:56.944960+0000 mgr.a (mgr.14403) 1017 : cluster 0 pgmap v753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:39:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:39:59 smithi194 bash[32038]: cluster 2023-12-07T17:39:58.945745+0000 mgr.a (mgr.14403) 1018 : cluster 0 pgmap v754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:59.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:39:59 smithi135 bash[32435]: cluster 2023-12-07T17:39:58.945745+0000 mgr.a (mgr.14403) 1018 : cluster 0 pgmap v754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:39:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:39:59 smithi079 bash[28699]: cluster 2023-12-07T17:39:58.945745+0000 mgr.a (mgr.14403) 1018 : cluster 0 pgmap v754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:00 smithi194 bash[32038]: cluster 2023-12-07T17:40:00.000176+0000 mon.a (mon.0) 610 : cluster 1 overall HEALTH_OK 2023-12-07T17:40:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:00 smithi135 bash[32435]: cluster 2023-12-07T17:40:00.000176+0000 mon.a (mon.0) 610 : cluster 1 overall HEALTH_OK 2023-12-07T17:40:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:00 smithi079 bash[28699]: cluster 2023-12-07T17:40:00.000176+0000 mon.a (mon.0) 610 : cluster 1 overall HEALTH_OK 2023-12-07T17:40:01.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:01 smithi194 bash[32038]: cluster 2023-12-07T17:40:00.946310+0000 mgr.a (mgr.14403) 1019 : cluster 0 pgmap v755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:01.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:01 smithi135 bash[32435]: cluster 2023-12-07T17:40:00.946310+0000 mgr.a (mgr.14403) 1019 : cluster 0 pgmap v755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:01.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:01 smithi079 bash[28699]: cluster 2023-12-07T17:40:00.946310+0000 mgr.a (mgr.14403) 1019 : cluster 0 pgmap v755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:01.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:40:01.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:01.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:02.862 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:40:02.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:02.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:02.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:02.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:40:04.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:04 smithi079 bash[28699]: audit 2023-12-07T17:40:02.374801+0000 mgr.a (mgr.14403) 1020 : audit 0 from='client.33654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:04.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:04 smithi079 bash[28699]: cluster 2023-12-07T17:40:02.947085+0000 mgr.a (mgr.14403) 1021 : cluster 0 pgmap v756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:04.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:04 smithi194 bash[32038]: audit 2023-12-07T17:40:02.374801+0000 mgr.a (mgr.14403) 1020 : audit 0 from='client.33654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:04.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:04 smithi194 bash[32038]: cluster 2023-12-07T17:40:02.947085+0000 mgr.a (mgr.14403) 1021 : cluster 0 pgmap v756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:04.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:04 smithi135 bash[32435]: audit 2023-12-07T17:40:02.374801+0000 mgr.a (mgr.14403) 1020 : audit 0 from='client.33654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:04.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:04 smithi135 bash[32435]: cluster 2023-12-07T17:40:02.947085+0000 mgr.a (mgr.14403) 1021 : cluster 0 pgmap v756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:06 smithi079 bash[28699]: cluster 2023-12-07T17:40:04.947901+0000 mgr.a (mgr.14403) 1022 : cluster 0 pgmap v757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:06.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:06 smithi194 bash[32038]: cluster 2023-12-07T17:40:04.947901+0000 mgr.a (mgr.14403) 1022 : cluster 0 pgmap v757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:06.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:06 smithi135 bash[32435]: cluster 2023-12-07T17:40:04.947901+0000 mgr.a (mgr.14403) 1022 : cluster 0 pgmap v757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:07.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:40:07.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:07.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:08.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:08 smithi079 bash[28699]: cluster 2023-12-07T17:40:06.948485+0000 mgr.a (mgr.14403) 1023 : cluster 0 pgmap v758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:08.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:08 smithi194 bash[32038]: cluster 2023-12-07T17:40:06.948485+0000 mgr.a (mgr.14403) 1023 : cluster 0 pgmap v758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:08.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:08 smithi135 bash[32435]: cluster 2023-12-07T17:40:06.948485+0000 mgr.a (mgr.14403) 1023 : cluster 0 pgmap v758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:08.765 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:40:08.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:08.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:08.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:08.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:40:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:09 smithi079 bash[28699]: audit 2023-12-07T17:40:08.263048+0000 mgr.a (mgr.14403) 1024 : audit 0 from='client.33729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:09.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:09 smithi194 bash[32038]: audit 2023-12-07T17:40:08.263048+0000 mgr.a (mgr.14403) 1024 : audit 0 from='client.33729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:09.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:09 smithi135 bash[32435]: audit 2023-12-07T17:40:08.263048+0000 mgr.a (mgr.14403) 1024 : audit 0 from='client.33729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:10.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:10 smithi079 bash[28699]: cluster 2023-12-07T17:40:08.949435+0000 mgr.a (mgr.14403) 1025 : cluster 0 pgmap v759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T17:40:10.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:10 smithi194 bash[32038]: cluster 2023-12-07T17:40:08.949435+0000 mgr.a (mgr.14403) 1025 : cluster 0 pgmap v759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T17:40:10.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:10 smithi135 bash[32435]: cluster 2023-12-07T17:40:08.949435+0000 mgr.a (mgr.14403) 1025 : cluster 0 pgmap v759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T17:40:12.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:12 smithi079 bash[28699]: cluster 2023-12-07T17:40:10.950040+0000 mgr.a (mgr.14403) 1026 : cluster 0 pgmap v760: 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-07T17:40:12.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:12 smithi194 bash[32038]: cluster 2023-12-07T17:40:10.950040+0000 mgr.a (mgr.14403) 1026 : cluster 0 pgmap v760: 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-07T17:40:12.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:12 smithi135 bash[32435]: cluster 2023-12-07T17:40:10.950040+0000 mgr.a (mgr.14403) 1026 : cluster 0 pgmap v760: 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-07T17:40:13.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:40:13.769 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:13.769 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:14.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:14 smithi079 bash[28699]: cluster 2023-12-07T17:40:12.950589+0000 mgr.a (mgr.14403) 1027 : cluster 0 pgmap v761: 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-07T17:40:14.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:14 smithi194 bash[32038]: cluster 2023-12-07T17:40:12.950589+0000 mgr.a (mgr.14403) 1027 : cluster 0 pgmap v761: 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-07T17:40:14.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:14 smithi135 bash[32435]: cluster 2023-12-07T17:40:12.950589+0000 mgr.a (mgr.14403) 1027 : cluster 0 pgmap v761: 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-07T17:40:14.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:14.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:14.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:14.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:40:14.654 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:40:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:15 smithi079 bash[28699]: audit 2023-12-07T17:40:14.165543+0000 mgr.a (mgr.14403) 1028 : audit 0 from='client.33804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:15.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:15 smithi194 bash[32038]: audit 2023-12-07T17:40:14.165543+0000 mgr.a (mgr.14403) 1028 : audit 0 from='client.33804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:15.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:15 smithi135 bash[32435]: audit 2023-12-07T17:40:14.165543+0000 mgr.a (mgr.14403) 1028 : audit 0 from='client.33804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:16 smithi079 bash[28699]: cluster 2023-12-07T17:40:14.951653+0000 mgr.a (mgr.14403) 1029 : cluster 0 pgmap v762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:16.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:16 smithi194 bash[32038]: cluster 2023-12-07T17:40:14.951653+0000 mgr.a (mgr.14403) 1029 : cluster 0 pgmap v762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:16 smithi135 bash[32435]: cluster 2023-12-07T17:40:14.951653+0000 mgr.a (mgr.14403) 1029 : cluster 0 pgmap v762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:18.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:18 smithi079 bash[28699]: cluster 2023-12-07T17:40:16.952248+0000 mgr.a (mgr.14403) 1030 : cluster 0 pgmap v763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:18.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:18 smithi194 bash[32038]: cluster 2023-12-07T17:40:16.952248+0000 mgr.a (mgr.14403) 1030 : cluster 0 pgmap v763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:18.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:18 smithi135 bash[32435]: cluster 2023-12-07T17:40:16.952248+0000 mgr.a (mgr.14403) 1030 : cluster 0 pgmap v763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:19.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:40:19.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:19.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:19.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:19 smithi194 bash[32038]: cluster 2023-12-07T17:40:18.953005+0000 mgr.a (mgr.14403) 1031 : cluster 0 pgmap v764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:19.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:19 smithi135 bash[32435]: cluster 2023-12-07T17:40:18.953005+0000 mgr.a (mgr.14403) 1031 : cluster 0 pgmap v764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:19 smithi079 bash[28699]: cluster 2023-12-07T17:40:18.953005+0000 mgr.a (mgr.14403) 1031 : cluster 0 pgmap v764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:20.556 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:40:20.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:20.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:20.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:20.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:40:20.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:20 smithi194 bash[32038]: audit 2023-12-07T17:40:20.052545+0000 mgr.a (mgr.14403) 1032 : audit 0 from='client.33879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:20.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:20 smithi135 bash[32435]: audit 2023-12-07T17:40:20.052545+0000 mgr.a (mgr.14403) 1032 : audit 0 from='client.33879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:20.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:20 smithi079 bash[28699]: audit 2023-12-07T17:40:20.052545+0000 mgr.a (mgr.14403) 1032 : audit 0 from='client.33879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:21.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:21 smithi194 bash[32038]: cluster 2023-12-07T17:40:20.953690+0000 mgr.a (mgr.14403) 1033 : cluster 0 pgmap v765: 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-07T17:40:21.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:21 smithi135 bash[32435]: cluster 2023-12-07T17:40:20.953690+0000 mgr.a (mgr.14403) 1033 : cluster 0 pgmap v765: 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-07T17:40:21.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:21 smithi079 bash[28699]: cluster 2023-12-07T17:40:20.953690+0000 mgr.a (mgr.14403) 1033 : cluster 0 pgmap v765: 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-07T17:40:24.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:24 smithi079 bash[28699]: cluster 2023-12-07T17:40:22.954282+0000 mgr.a (mgr.14403) 1034 : cluster 0 pgmap v766: 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-07T17:40:24.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:24 smithi194 bash[32038]: cluster 2023-12-07T17:40:22.954282+0000 mgr.a (mgr.14403) 1034 : cluster 0 pgmap v766: 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-07T17:40:24.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:24 smithi135 bash[32435]: cluster 2023-12-07T17:40:22.954282+0000 mgr.a (mgr.14403) 1034 : cluster 0 pgmap v766: 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-07T17:40:25.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:40:25.560 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:25.560 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:26 smithi079 bash[28699]: cluster 2023-12-07T17:40:24.955052+0000 mgr.a (mgr.14403) 1035 : cluster 0 pgmap v767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:40:26.429 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:40:26.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:26.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:26.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:26.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:40:26.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:26 smithi194 bash[32038]: cluster 2023-12-07T17:40:24.955052+0000 mgr.a (mgr.14403) 1035 : cluster 0 pgmap v767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:40:26.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:26 smithi135 bash[32435]: cluster 2023-12-07T17:40:24.955052+0000 mgr.a (mgr.14403) 1035 : cluster 0 pgmap v767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:40:27.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:27 smithi079 bash[28699]: audit 2023-12-07T17:40:25.956951+0000 mgr.a (mgr.14403) 1036 : audit 0 from='client.33957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:27.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:27 smithi194 bash[32038]: audit 2023-12-07T17:40:25.956951+0000 mgr.a (mgr.14403) 1036 : audit 0 from='client.33957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:27.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:27 smithi135 bash[32435]: audit 2023-12-07T17:40:25.956951+0000 mgr.a (mgr.14403) 1036 : audit 0 from='client.33957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:28.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:28 smithi079 bash[28699]: cluster 2023-12-07T17:40:26.955760+0000 mgr.a (mgr.14403) 1037 : cluster 0 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-07T17:40:28.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:28 smithi194 bash[32038]: cluster 2023-12-07T17:40:26.955760+0000 mgr.a (mgr.14403) 1037 : cluster 0 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-07T17:40:28.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:28 smithi135 bash[32435]: cluster 2023-12-07T17:40:26.955760+0000 mgr.a (mgr.14403) 1037 : cluster 0 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-07T17:40:29.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:29 smithi194 bash[32038]: cluster 2023-12-07T17:40:28.956564+0000 mgr.a (mgr.14403) 1038 : cluster 0 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-07T17:40:29.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:29 smithi135 bash[32435]: cluster 2023-12-07T17:40:28.956564+0000 mgr.a (mgr.14403) 1038 : cluster 0 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-07T17:40:29.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:29 smithi079 bash[28699]: cluster 2023-12-07T17:40:28.956564+0000 mgr.a (mgr.14403) 1038 : cluster 0 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-07T17:40:31.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:40:31.433 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:31.433 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:32.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:32.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:32.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:32.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:40:32.337 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:40:32.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:32 smithi079 bash[28699]: cluster 2023-12-07T17:40:30.957167+0000 mgr.a (mgr.14403) 1039 : cluster 0 pgmap v770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:32.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:32 smithi194 bash[32038]: cluster 2023-12-07T17:40:30.957167+0000 mgr.a (mgr.14403) 1039 : cluster 0 pgmap v770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:32.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:32 smithi135 bash[32435]: cluster 2023-12-07T17:40:30.957167+0000 mgr.a (mgr.14403) 1039 : cluster 0 pgmap v770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:33 smithi079 bash[28699]: audit 2023-12-07T17:40:31.837599+0000 mgr.a (mgr.14403) 1040 : audit 0 from='client.34032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:33.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:33 smithi194 bash[32038]: audit 2023-12-07T17:40:31.837599+0000 mgr.a (mgr.14403) 1040 : audit 0 from='client.34032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:33.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:33 smithi135 bash[32435]: audit 2023-12-07T17:40:31.837599+0000 mgr.a (mgr.14403) 1040 : audit 0 from='client.34032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:34.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:34 smithi079 bash[28699]: cluster 2023-12-07T17:40:32.957849+0000 mgr.a (mgr.14403) 1041 : cluster 0 pgmap v771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:34.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:34 smithi194 bash[32038]: cluster 2023-12-07T17:40:32.957849+0000 mgr.a (mgr.14403) 1041 : cluster 0 pgmap v771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:34.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:34 smithi135 bash[32435]: cluster 2023-12-07T17:40:32.957849+0000 mgr.a (mgr.14403) 1041 : cluster 0 pgmap v771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:36 smithi079 bash[28699]: cluster 2023-12-07T17:40:34.958747+0000 mgr.a (mgr.14403) 1042 : cluster 0 pgmap v772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:36.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:36 smithi194 bash[32038]: cluster 2023-12-07T17:40:34.958747+0000 mgr.a (mgr.14403) 1042 : cluster 0 pgmap v772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:36.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:36 smithi135 bash[32435]: cluster 2023-12-07T17:40:34.958747+0000 mgr.a (mgr.14403) 1042 : cluster 0 pgmap v772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:37.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:40:37.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:37.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:38.238 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:40:38.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:38.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:38.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:38.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:40:38.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:38 smithi079 bash[28699]: cluster 2023-12-07T17:40:36.959373+0000 mgr.a (mgr.14403) 1043 : cluster 0 pgmap v773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:38.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:38 smithi194 bash[32038]: cluster 2023-12-07T17:40:36.959373+0000 mgr.a (mgr.14403) 1043 : cluster 0 pgmap v773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:38.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:38 smithi135 bash[32435]: cluster 2023-12-07T17:40:36.959373+0000 mgr.a (mgr.14403) 1043 : cluster 0 pgmap v773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:39 smithi079 bash[28699]: audit 2023-12-07T17:40:37.737714+0000 mgr.a (mgr.14403) 1044 : audit 0 from='client.34110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:39.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:39 smithi194 bash[32038]: audit 2023-12-07T17:40:37.737714+0000 mgr.a (mgr.14403) 1044 : audit 0 from='client.34110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:39.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:39 smithi135 bash[32435]: audit 2023-12-07T17:40:37.737714+0000 mgr.a (mgr.14403) 1044 : audit 0 from='client.34110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:40.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:40 smithi079 bash[28699]: cluster 2023-12-07T17:40:38.960264+0000 mgr.a (mgr.14403) 1045 : cluster 0 pgmap v774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:40.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:40 smithi194 bash[32038]: cluster 2023-12-07T17:40:38.960264+0000 mgr.a (mgr.14403) 1045 : cluster 0 pgmap v774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:40.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:40 smithi135 bash[32435]: cluster 2023-12-07T17:40:38.960264+0000 mgr.a (mgr.14403) 1045 : cluster 0 pgmap v774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:40:42.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:42 smithi079 bash[28699]: cluster 2023-12-07T17:40:40.960841+0000 mgr.a (mgr.14403) 1046 : cluster 0 pgmap v775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:42 smithi194 bash[32038]: cluster 2023-12-07T17:40:40.960841+0000 mgr.a (mgr.14403) 1046 : cluster 0 pgmap v775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:42.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:42 smithi135 bash[32435]: cluster 2023-12-07T17:40:40.960841+0000 mgr.a (mgr.14403) 1046 : cluster 0 pgmap v775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:43.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:40:43.243 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:43.243 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:44.134 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:40:44.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:44.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:44.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:44.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:40:44.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:44 smithi079 bash[28699]: cluster 2023-12-07T17:40:42.961393+0000 mgr.a (mgr.14403) 1047 : cluster 0 pgmap v776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:44.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:44 smithi194 bash[32038]: cluster 2023-12-07T17:40:42.961393+0000 mgr.a (mgr.14403) 1047 : cluster 0 pgmap v776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:44.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:44 smithi135 bash[32435]: cluster 2023-12-07T17:40:42.961393+0000 mgr.a (mgr.14403) 1047 : cluster 0 pgmap v776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:45 smithi079 bash[28699]: audit 2023-12-07T17:40:43.636614+0000 mgr.a (mgr.14403) 1048 : audit 0 from='client.34185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:45.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:45 smithi194 bash[32038]: audit 2023-12-07T17:40:43.636614+0000 mgr.a (mgr.14403) 1048 : audit 0 from='client.34185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:45.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:45 smithi135 bash[32435]: audit 2023-12-07T17:40:43.636614+0000 mgr.a (mgr.14403) 1048 : audit 0 from='client.34185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:46.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:46 smithi079 bash[28699]: cluster 2023-12-07T17:40:44.962532+0000 mgr.a (mgr.14403) 1049 : cluster 0 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-07T17:40:46.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:46 smithi194 bash[32038]: cluster 2023-12-07T17:40:44.962532+0000 mgr.a (mgr.14403) 1049 : cluster 0 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-07T17:40:46.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:46 smithi135 bash[32435]: cluster 2023-12-07T17:40:44.962532+0000 mgr.a (mgr.14403) 1049 : cluster 0 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-07T17:40:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:47 smithi079 bash[28699]: audit 2023-12-07T17:40:46.563333+0000 mon.a (mon.0) 611 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:40:47.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:47 smithi194 bash[32038]: audit 2023-12-07T17:40:46.563333+0000 mon.a (mon.0) 611 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:40:47.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:47 smithi135 bash[32435]: audit 2023-12-07T17:40:46.563333+0000 mon.a (mon.0) 611 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:40:48.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:48 smithi079 bash[28699]: cluster 2023-12-07T17:40:46.963134+0000 mgr.a (mgr.14403) 1050 : cluster 0 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-07T17:40:48.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:48 smithi079 bash[28699]: audit 2023-12-07T17:40:47.093738+0000 mon.a (mon.0) 612 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:40:48.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:48 smithi079 bash[28699]: audit 2023-12-07T17:40:47.098753+0000 mon.a (mon.0) 613 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:40:48.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:48 smithi079 bash[28699]: audit 2023-12-07T17:40:47.832342+0000 mon.a (mon.0) 614 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:40:48.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:48 smithi079 bash[28699]: audit 2023-12-07T17:40:47.834222+0000 mon.a (mon.0) 615 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:40:48.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:48 smithi079 bash[28699]: audit 2023-12-07T17:40:47.844278+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:40:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:48 smithi194 bash[32038]: cluster 2023-12-07T17:40:46.963134+0000 mgr.a (mgr.14403) 1050 : cluster 0 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-07T17:40:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:48 smithi194 bash[32038]: audit 2023-12-07T17:40:47.093738+0000 mon.a (mon.0) 612 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:40:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:48 smithi194 bash[32038]: audit 2023-12-07T17:40:47.098753+0000 mon.a (mon.0) 613 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:40:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:48 smithi194 bash[32038]: audit 2023-12-07T17:40:47.832342+0000 mon.a (mon.0) 614 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:40:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:48 smithi194 bash[32038]: audit 2023-12-07T17:40:47.834222+0000 mon.a (mon.0) 615 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:40:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:48 smithi194 bash[32038]: audit 2023-12-07T17:40:47.844278+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:40:48.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:48 smithi135 bash[32435]: cluster 2023-12-07T17:40:46.963134+0000 mgr.a (mgr.14403) 1050 : cluster 0 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-07T17:40:48.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:48 smithi135 bash[32435]: audit 2023-12-07T17:40:47.093738+0000 mon.a (mon.0) 612 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:40:48.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:48 smithi135 bash[32435]: audit 2023-12-07T17:40:47.098753+0000 mon.a (mon.0) 613 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:40:48.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:48 smithi135 bash[32435]: audit 2023-12-07T17:40:47.832342+0000 mon.a (mon.0) 614 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:40:48.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:48 smithi135 bash[32435]: audit 2023-12-07T17:40:47.834222+0000 mon.a (mon.0) 615 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:40:48.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:48 smithi135 bash[32435]: audit 2023-12-07T17:40:47.844278+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:40:49.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:40:49.138 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:49.138 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:49.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:49 smithi194 bash[32038]: cluster 2023-12-07T17:40:48.963835+0000 mgr.a (mgr.14403) 1051 : cluster 0 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-07T17:40:49.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:49 smithi135 bash[32435]: cluster 2023-12-07T17:40:48.963835+0000 mgr.a (mgr.14403) 1051 : cluster 0 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-07T17:40:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:49 smithi079 bash[28699]: cluster 2023-12-07T17:40:48.963835+0000 mgr.a (mgr.14403) 1051 : cluster 0 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-07T17:40:50.050 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:40:50.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:50.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:50.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:50.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:40:50.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:50 smithi194 bash[32038]: audit 2023-12-07T17:40:49.540314+0000 mgr.a (mgr.14403) 1052 : audit 0 from='client.34260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:50 smithi135 bash[32435]: audit 2023-12-07T17:40:49.540314+0000 mgr.a (mgr.14403) 1052 : audit 0 from='client.34260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:50.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:50 smithi079 bash[28699]: audit 2023-12-07T17:40:49.540314+0000 mgr.a (mgr.14403) 1052 : audit 0 from='client.34260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:51.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:51 smithi135 bash[32435]: cluster 2023-12-07T17:40:50.964501+0000 mgr.a (mgr.14403) 1053 : cluster 0 pgmap v780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:51.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:51 smithi079 bash[28699]: cluster 2023-12-07T17:40:50.964501+0000 mgr.a (mgr.14403) 1053 : cluster 0 pgmap v780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:51.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:51 smithi194 bash[32038]: cluster 2023-12-07T17:40:50.964501+0000 mgr.a (mgr.14403) 1053 : cluster 0 pgmap v780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:54.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:54 smithi079 bash[28699]: cluster 2023-12-07T17:40:52.965062+0000 mgr.a (mgr.14403) 1054 : cluster 0 pgmap v781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:54.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:54 smithi194 bash[32038]: cluster 2023-12-07T17:40:52.965062+0000 mgr.a (mgr.14403) 1054 : cluster 0 pgmap v781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:54.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:54 smithi135 bash[32435]: cluster 2023-12-07T17:40:52.965062+0000 mgr.a (mgr.14403) 1054 : cluster 0 pgmap v781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:40:55.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:40:55.052 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:40:55.053 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:40:55.977 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:40:55.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:40:55.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:40:55.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:40:55.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:40:56.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:56 smithi079 bash[28699]: cluster 2023-12-07T17:40:54.965886+0000 mgr.a (mgr.14403) 1055 : cluster 0 pgmap v782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:56.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:56 smithi194 bash[32038]: cluster 2023-12-07T17:40:54.965886+0000 mgr.a (mgr.14403) 1055 : cluster 0 pgmap v782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:56.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:56 smithi135 bash[32435]: cluster 2023-12-07T17:40:54.965886+0000 mgr.a (mgr.14403) 1055 : cluster 0 pgmap v782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:40:57.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:57 smithi079 bash[28699]: audit 2023-12-07T17:40:55.455615+0000 mgr.a (mgr.14403) 1056 : audit 0 from='client.34338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:57.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:57 smithi194 bash[32038]: audit 2023-12-07T17:40:55.455615+0000 mgr.a (mgr.14403) 1056 : audit 0 from='client.34338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:57.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:57 smithi135 bash[32435]: audit 2023-12-07T17:40:55.455615+0000 mgr.a (mgr.14403) 1056 : audit 0 from='client.34338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:40:58.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:58 smithi079 bash[28699]: cluster 2023-12-07T17:40:56.966690+0000 mgr.a (mgr.14403) 1057 : cluster 0 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-07T17:40:58.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:58 smithi194 bash[32038]: cluster 2023-12-07T17:40:56.966690+0000 mgr.a (mgr.14403) 1057 : cluster 0 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-07T17:40:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:58 smithi135 bash[32435]: cluster 2023-12-07T17:40:56.966690+0000 mgr.a (mgr.14403) 1057 : cluster 0 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-07T17:40:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:40:59 smithi194 bash[32038]: cluster 2023-12-07T17:40:58.967554+0000 mgr.a (mgr.14403) 1058 : cluster 0 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-07T17:40:59.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:40:59 smithi135 bash[32435]: cluster 2023-12-07T17:40:58.967554+0000 mgr.a (mgr.14403) 1058 : cluster 0 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-07T17:40:59.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:40:59 smithi079 bash[28699]: cluster 2023-12-07T17:40:58.967554+0000 mgr.a (mgr.14403) 1058 : cluster 0 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-07T17:41:00.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:41:00.979 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:00.979 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:01.880 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:41:01.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:01.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:01.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:01.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:41:02.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:02 smithi079 bash[28699]: cluster 2023-12-07T17:41:00.968093+0000 mgr.a (mgr.14403) 1059 : cluster 0 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-07T17:41:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:02 smithi194 bash[32038]: cluster 2023-12-07T17:41:00.968093+0000 mgr.a (mgr.14403) 1059 : cluster 0 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-07T17:41:02.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:02 smithi135 bash[32435]: cluster 2023-12-07T17:41:00.968093+0000 mgr.a (mgr.14403) 1059 : cluster 0 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-07T17:41:03.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:03 smithi079 bash[28699]: audit 2023-12-07T17:41:01.383426+0000 mgr.a (mgr.14403) 1060 : audit 0 from='client.34413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:03.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:03 smithi194 bash[32038]: audit 2023-12-07T17:41:01.383426+0000 mgr.a (mgr.14403) 1060 : audit 0 from='client.34413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:03.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:03 smithi135 bash[32435]: audit 2023-12-07T17:41:01.383426+0000 mgr.a (mgr.14403) 1060 : audit 0 from='client.34413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:04.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:04 smithi079 bash[28699]: cluster 2023-12-07T17:41:02.968741+0000 mgr.a (mgr.14403) 1061 : cluster 0 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-07T17:41:04.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:04 smithi194 bash[32038]: cluster 2023-12-07T17:41:02.968741+0000 mgr.a (mgr.14403) 1061 : cluster 0 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-07T17:41:04.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:04 smithi135 bash[32435]: cluster 2023-12-07T17:41:02.968741+0000 mgr.a (mgr.14403) 1061 : cluster 0 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-07T17:41:06.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:06 smithi079 bash[28699]: cluster 2023-12-07T17:41:04.969552+0000 mgr.a (mgr.14403) 1062 : cluster 0 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-07T17:41:06.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:06 smithi194 bash[32038]: cluster 2023-12-07T17:41:04.969552+0000 mgr.a (mgr.14403) 1062 : cluster 0 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-07T17:41:06.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:06 smithi135 bash[32435]: cluster 2023-12-07T17:41:04.969552+0000 mgr.a (mgr.14403) 1062 : cluster 0 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-07T17:41:06.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:41:06.883 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:06.884 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:07.768 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:41:07.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:07.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:07.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:07.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:41:08.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:08 smithi079 bash[28699]: cluster 2023-12-07T17:41:06.970132+0000 mgr.a (mgr.14403) 1063 : cluster 0 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-07T17:41:08.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:08 smithi079 bash[28699]: audit 2023-12-07T17:41:07.283384+0000 mgr.a (mgr.14403) 1064 : audit 0 from='client.34491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:08.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:08 smithi194 bash[32038]: cluster 2023-12-07T17:41:06.970132+0000 mgr.a (mgr.14403) 1063 : cluster 0 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-07T17:41:08.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:08 smithi194 bash[32038]: audit 2023-12-07T17:41:07.283384+0000 mgr.a (mgr.14403) 1064 : audit 0 from='client.34491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:08.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:08 smithi135 bash[32435]: cluster 2023-12-07T17:41:06.970132+0000 mgr.a (mgr.14403) 1063 : cluster 0 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-07T17:41:08.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:08 smithi135 bash[32435]: audit 2023-12-07T17:41:07.283384+0000 mgr.a (mgr.14403) 1064 : audit 0 from='client.34491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:09.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:09 smithi194 bash[32038]: cluster 2023-12-07T17:41:08.970955+0000 mgr.a (mgr.14403) 1065 : cluster 0 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-07T17:41:09.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:09 smithi135 bash[32435]: cluster 2023-12-07T17:41:08.970955+0000 mgr.a (mgr.14403) 1065 : cluster 0 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-07T17:41:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:09 smithi079 bash[28699]: cluster 2023-12-07T17:41:08.970955+0000 mgr.a (mgr.14403) 1065 : cluster 0 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-07T17:41:12.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:12 smithi079 bash[28699]: cluster 2023-12-07T17:41:10.971482+0000 mgr.a (mgr.14403) 1066 : cluster 0 pgmap v790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:12.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:12 smithi194 bash[32038]: cluster 2023-12-07T17:41:10.971482+0000 mgr.a (mgr.14403) 1066 : cluster 0 pgmap v790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:12.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:12 smithi135 bash[32435]: cluster 2023-12-07T17:41:10.971482+0000 mgr.a (mgr.14403) 1066 : cluster 0 pgmap v790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:12.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:41:12.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:12.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:13.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:13.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:13.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:13.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:41:13.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:41:13.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:13 smithi079 bash[28699]: cluster 2023-12-07T17:41:12.972049+0000 mgr.a (mgr.14403) 1067 : cluster 0 pgmap v791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:13.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:13 smithi079 bash[28699]: audit 2023-12-07T17:41:13.171155+0000 mgr.a (mgr.14403) 1068 : audit 0 from='client.34569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:13.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:13 smithi194 bash[32038]: cluster 2023-12-07T17:41:12.972049+0000 mgr.a (mgr.14403) 1067 : cluster 0 pgmap v791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:13.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:13 smithi194 bash[32038]: audit 2023-12-07T17:41:13.171155+0000 mgr.a (mgr.14403) 1068 : audit 0 from='client.34569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:13.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:13 smithi135 bash[32435]: cluster 2023-12-07T17:41:12.972049+0000 mgr.a (mgr.14403) 1067 : cluster 0 pgmap v791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:13.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:13 smithi135 bash[32435]: audit 2023-12-07T17:41:13.171155+0000 mgr.a (mgr.14403) 1068 : audit 0 from='client.34569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:16.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:16 smithi079 bash[28699]: cluster 2023-12-07T17:41:14.972957+0000 mgr.a (mgr.14403) 1069 : cluster 0 pgmap v792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:41:16.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:16 smithi194 bash[32038]: cluster 2023-12-07T17:41:14.972957+0000 mgr.a (mgr.14403) 1069 : cluster 0 pgmap v792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:41:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:16 smithi135 bash[32435]: cluster 2023-12-07T17:41:14.972957+0000 mgr.a (mgr.14403) 1069 : cluster 0 pgmap v792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T17:41:18.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:18 smithi079 bash[28699]: cluster 2023-12-07T17:41:16.973482+0000 mgr.a (mgr.14403) 1070 : cluster 0 pgmap v793: 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-07T17:41:18.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:18 smithi194 bash[32038]: cluster 2023-12-07T17:41:16.973482+0000 mgr.a (mgr.14403) 1070 : cluster 0 pgmap v793: 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-07T17:41:18.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:18 smithi135 bash[32435]: cluster 2023-12-07T17:41:16.973482+0000 mgr.a (mgr.14403) 1070 : cluster 0 pgmap v793: 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-07T17:41:18.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:41:18.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:18.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:19.576 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:41:19.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:19.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:19.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:19.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:41:19.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:19 smithi194 bash[32038]: cluster 2023-12-07T17:41:18.974209+0000 mgr.a (mgr.14403) 1071 : cluster 0 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-07T17:41:19.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:19 smithi194 bash[32038]: audit 2023-12-07T17:41:19.087639+0000 mgr.a (mgr.14403) 1072 : audit 0 from='client.34647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:19.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:19 smithi135 bash[32435]: cluster 2023-12-07T17:41:18.974209+0000 mgr.a (mgr.14403) 1071 : cluster 0 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-07T17:41:19.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:19 smithi135 bash[32435]: audit 2023-12-07T17:41:19.087639+0000 mgr.a (mgr.14403) 1072 : audit 0 from='client.34647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:19 smithi079 bash[28699]: cluster 2023-12-07T17:41:18.974209+0000 mgr.a (mgr.14403) 1071 : cluster 0 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-07T17:41:19.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:19 smithi079 bash[28699]: audit 2023-12-07T17:41:19.087639+0000 mgr.a (mgr.14403) 1072 : audit 0 from='client.34647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:22 smithi079 bash[28699]: cluster 2023-12-07T17:41:20.974868+0000 mgr.a (mgr.14403) 1073 : cluster 0 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-07T17:41:22.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:22 smithi194 bash[32038]: cluster 2023-12-07T17:41:20.974868+0000 mgr.a (mgr.14403) 1073 : cluster 0 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-07T17:41:22.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:22 smithi135 bash[32435]: cluster 2023-12-07T17:41:20.974868+0000 mgr.a (mgr.14403) 1073 : cluster 0 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-07T17:41:24.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:24 smithi079 bash[28699]: cluster 2023-12-07T17:41:22.975444+0000 mgr.a (mgr.14403) 1074 : cluster 0 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-07T17:41:24.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:24 smithi194 bash[32038]: cluster 2023-12-07T17:41:22.975444+0000 mgr.a (mgr.14403) 1074 : cluster 0 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-07T17:41:24.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:24 smithi135 bash[32435]: cluster 2023-12-07T17:41:22.975444+0000 mgr.a (mgr.14403) 1074 : cluster 0 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-07T17:41:24.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:41:24.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:24.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:25.480 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:41:25.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:25.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:25.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:25.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:41:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:26 smithi079 bash[28699]: cluster 2023-12-07T17:41:24.976216+0000 mgr.a (mgr.14403) 1075 : cluster 0 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-07T17:41:26.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:26 smithi079 bash[28699]: audit 2023-12-07T17:41:24.981862+0000 mgr.a (mgr.14403) 1076 : audit 0 from='client.34725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:26.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:26 smithi194 bash[32038]: cluster 2023-12-07T17:41:24.976216+0000 mgr.a (mgr.14403) 1075 : cluster 0 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-07T17:41:26.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:26 smithi194 bash[32038]: audit 2023-12-07T17:41:24.981862+0000 mgr.a (mgr.14403) 1076 : audit 0 from='client.34725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:26.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:26 smithi135 bash[32435]: cluster 2023-12-07T17:41:24.976216+0000 mgr.a (mgr.14403) 1075 : cluster 0 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-07T17:41:26.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:26 smithi135 bash[32435]: audit 2023-12-07T17:41:24.981862+0000 mgr.a (mgr.14403) 1076 : audit 0 from='client.34725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:28.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:28 smithi079 bash[28699]: cluster 2023-12-07T17:41:26.976854+0000 mgr.a (mgr.14403) 1077 : cluster 0 pgmap v798: 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-07T17:41:28.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:28 smithi194 bash[32038]: cluster 2023-12-07T17:41:26.976854+0000 mgr.a (mgr.14403) 1077 : cluster 0 pgmap v798: 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-07T17:41:28.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:28 smithi135 bash[32435]: cluster 2023-12-07T17:41:26.976854+0000 mgr.a (mgr.14403) 1077 : cluster 0 pgmap v798: 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-07T17:41:29.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:29 smithi194 bash[32038]: cluster 2023-12-07T17:41:28.977662+0000 mgr.a (mgr.14403) 1078 : cluster 0 pgmap v799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T17:41:29.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:29 smithi135 bash[32435]: cluster 2023-12-07T17:41:28.977662+0000 mgr.a (mgr.14403) 1078 : cluster 0 pgmap v799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T17:41:29.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:29 smithi079 bash[28699]: cluster 2023-12-07T17:41:28.977662+0000 mgr.a (mgr.14403) 1078 : cluster 0 pgmap v799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T17:41:30.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:41:30.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:30.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:31.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:31.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:31.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:31.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:41:31.404 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:41:32.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:32 smithi079 bash[28699]: audit 2023-12-07T17:41:30.886262+0000 mgr.a (mgr.14403) 1079 : audit 0 from='client.34803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:32.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:32 smithi079 bash[28699]: cluster 2023-12-07T17:41:30.978145+0000 mgr.a (mgr.14403) 1080 : cluster 0 pgmap v800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:32.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:32 smithi194 bash[32038]: audit 2023-12-07T17:41:30.886262+0000 mgr.a (mgr.14403) 1079 : audit 0 from='client.34803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:32.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:32 smithi194 bash[32038]: cluster 2023-12-07T17:41:30.978145+0000 mgr.a (mgr.14403) 1080 : cluster 0 pgmap v800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:32.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:32 smithi135 bash[32435]: audit 2023-12-07T17:41:30.886262+0000 mgr.a (mgr.14403) 1079 : audit 0 from='client.34803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:32.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:32 smithi135 bash[32435]: cluster 2023-12-07T17:41:30.978145+0000 mgr.a (mgr.14403) 1080 : cluster 0 pgmap v800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:34.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:34 smithi079 bash[28699]: cluster 2023-12-07T17:41:32.978755+0000 mgr.a (mgr.14403) 1081 : cluster 0 pgmap v801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:34.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:34 smithi194 bash[32038]: cluster 2023-12-07T17:41:32.978755+0000 mgr.a (mgr.14403) 1081 : cluster 0 pgmap v801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:34.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:34 smithi135 bash[32435]: cluster 2023-12-07T17:41:32.978755+0000 mgr.a (mgr.14403) 1081 : cluster 0 pgmap v801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:36 smithi079 bash[28699]: cluster 2023-12-07T17:41:34.979542+0000 mgr.a (mgr.14403) 1082 : cluster 0 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-07T17:41:36.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:41:36.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:36.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:36.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:36 smithi194 bash[32038]: cluster 2023-12-07T17:41:34.979542+0000 mgr.a (mgr.14403) 1082 : cluster 0 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-07T17:41:36.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:36 smithi135 bash[32435]: cluster 2023-12-07T17:41:34.979542+0000 mgr.a (mgr.14403) 1082 : cluster 0 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-07T17:41:37.305 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:41:37.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:37.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:37.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:37.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:41:38.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:38 smithi079 bash[28699]: audit 2023-12-07T17:41:36.812206+0000 mgr.a (mgr.14403) 1083 : audit 0 from='client.34881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:38.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:38 smithi079 bash[28699]: cluster 2023-12-07T17:41:36.980036+0000 mgr.a (mgr.14403) 1084 : cluster 0 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-07T17:41:38.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:38 smithi194 bash[32038]: audit 2023-12-07T17:41:36.812206+0000 mgr.a (mgr.14403) 1083 : audit 0 from='client.34881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:38.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:38 smithi194 bash[32038]: cluster 2023-12-07T17:41:36.980036+0000 mgr.a (mgr.14403) 1084 : cluster 0 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-07T17:41:38.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:38 smithi135 bash[32435]: audit 2023-12-07T17:41:36.812206+0000 mgr.a (mgr.14403) 1083 : audit 0 from='client.34881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:38.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:38 smithi135 bash[32435]: cluster 2023-12-07T17:41:36.980036+0000 mgr.a (mgr.14403) 1084 : cluster 0 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-07T17:41:39.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:39 smithi079 bash[28699]: cluster 2023-12-07T17:41:38.980808+0000 mgr.a (mgr.14403) 1085 : cluster 0 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-07T17:41:39.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:39 smithi194 bash[32038]: cluster 2023-12-07T17:41:38.980808+0000 mgr.a (mgr.14403) 1085 : cluster 0 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-07T17:41:39.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:39 smithi135 bash[32435]: cluster 2023-12-07T17:41:38.980808+0000 mgr.a (mgr.14403) 1085 : cluster 0 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-07T17:41:42.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:41:42.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:42.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:42.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:42 smithi079 bash[28699]: cluster 2023-12-07T17:41:40.981367+0000 mgr.a (mgr.14403) 1086 : cluster 0 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-07T17:41:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:42 smithi194 bash[32038]: cluster 2023-12-07T17:41:40.981367+0000 mgr.a (mgr.14403) 1086 : cluster 0 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-07T17:41:42.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:42 smithi135 bash[32435]: cluster 2023-12-07T17:41:40.981367+0000 mgr.a (mgr.14403) 1086 : cluster 0 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-07T17:41:43.216 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:41:43.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:43.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:43.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:43.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:41:44.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:44 smithi079 bash[28699]: audit 2023-12-07T17:41:42.707684+0000 mgr.a (mgr.14403) 1087 : audit 0 from='client.34956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:44.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:44 smithi079 bash[28699]: cluster 2023-12-07T17:41:42.982068+0000 mgr.a (mgr.14403) 1088 : cluster 0 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-07T17:41:44.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:44 smithi194 bash[32038]: audit 2023-12-07T17:41:42.707684+0000 mgr.a (mgr.14403) 1087 : audit 0 from='client.34956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:44.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:44 smithi194 bash[32038]: cluster 2023-12-07T17:41:42.982068+0000 mgr.a (mgr.14403) 1088 : cluster 0 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-07T17:41:44.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:44 smithi135 bash[32435]: audit 2023-12-07T17:41:42.707684+0000 mgr.a (mgr.14403) 1087 : audit 0 from='client.34956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:44.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:44 smithi135 bash[32435]: cluster 2023-12-07T17:41:42.982068+0000 mgr.a (mgr.14403) 1088 : cluster 0 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-07T17:41:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:46 smithi079 bash[28699]: cluster 2023-12-07T17:41:44.982936+0000 mgr.a (mgr.14403) 1089 : cluster 0 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-07T17:41:46.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:46 smithi194 bash[32038]: cluster 2023-12-07T17:41:44.982936+0000 mgr.a (mgr.14403) 1089 : cluster 0 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-07T17:41:46.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:46 smithi135 bash[32435]: cluster 2023-12-07T17:41:44.982936+0000 mgr.a (mgr.14403) 1089 : cluster 0 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-07T17:41:48.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:41:48.219 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:48.219 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:48.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:48 smithi079 bash[28699]: cluster 2023-12-07T17:41:46.983460+0000 mgr.a (mgr.14403) 1090 : cluster 0 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-07T17:41:48.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:48 smithi079 bash[28699]: audit 2023-12-07T17:41:47.949022+0000 mon.a (mon.0) 617 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:41:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:48 smithi194 bash[32038]: cluster 2023-12-07T17:41:46.983460+0000 mgr.a (mgr.14403) 1090 : cluster 0 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-07T17:41:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:48 smithi194 bash[32038]: audit 2023-12-07T17:41:47.949022+0000 mon.a (mon.0) 617 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:41:48.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:48 smithi135 bash[32435]: cluster 2023-12-07T17:41:46.983460+0000 mgr.a (mgr.14403) 1090 : cluster 0 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-07T17:41:48.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:48 smithi135 bash[32435]: audit 2023-12-07T17:41:47.949022+0000 mon.a (mon.0) 617 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:41:49.107 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:41:49.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:49.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:49.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:49.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:41:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:49 smithi079 bash[28699]: audit 2023-12-07T17:41:48.619158+0000 mgr.a (mgr.14403) 1091 : audit 0 from='client.35028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:49.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:49 smithi079 bash[28699]: cluster 2023-12-07T17:41:48.987542+0000 mgr.a (mgr.14403) 1092 : cluster 0 pgmap v809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:49.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:49 smithi194 bash[32038]: audit 2023-12-07T17:41:48.619158+0000 mgr.a (mgr.14403) 1091 : audit 0 from='client.35028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:49.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:49 smithi194 bash[32038]: cluster 2023-12-07T17:41:48.987542+0000 mgr.a (mgr.14403) 1092 : cluster 0 pgmap v809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:49.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:49 smithi135 bash[32435]: audit 2023-12-07T17:41:48.619158+0000 mgr.a (mgr.14403) 1091 : audit 0 from='client.35028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:49.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:49 smithi135 bash[32435]: cluster 2023-12-07T17:41:48.987542+0000 mgr.a (mgr.14403) 1092 : cluster 0 pgmap v809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:41:52.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:52 smithi079 bash[28699]: cluster 2023-12-07T17:41:50.988212+0000 mgr.a (mgr.14403) 1093 : cluster 0 pgmap v810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:52.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:52 smithi194 bash[32038]: cluster 2023-12-07T17:41:50.988212+0000 mgr.a (mgr.14403) 1093 : cluster 0 pgmap v810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:52.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:52 smithi135 bash[32435]: cluster 2023-12-07T17:41:50.988212+0000 mgr.a (mgr.14403) 1093 : cluster 0 pgmap v810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:54.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:41:54.110 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:54.110 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:41:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:54 smithi079 bash[28699]: cluster 2023-12-07T17:41:52.988781+0000 mgr.a (mgr.14403) 1094 : cluster 0 pgmap v811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:54.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:54 smithi194 bash[32038]: cluster 2023-12-07T17:41:52.988781+0000 mgr.a (mgr.14403) 1094 : cluster 0 pgmap v811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:54.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:54 smithi135 bash[32435]: cluster 2023-12-07T17:41:52.988781+0000 mgr.a (mgr.14403) 1094 : cluster 0 pgmap v811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:41:54.974 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:41:54.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:41:54.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:41:54.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:41:54.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:41:56.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:56 smithi079 bash[28699]: audit 2023-12-07T17:41:54.508575+0000 mgr.a (mgr.14403) 1095 : audit 0 from='client.35106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:56.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:56 smithi079 bash[28699]: cluster 2023-12-07T17:41:54.989867+0000 mgr.a (mgr.14403) 1096 : cluster 0 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-07T17:41:56.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:56 smithi194 bash[32038]: audit 2023-12-07T17:41:54.508575+0000 mgr.a (mgr.14403) 1095 : audit 0 from='client.35106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:56.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:56 smithi194 bash[32038]: cluster 2023-12-07T17:41:54.989867+0000 mgr.a (mgr.14403) 1096 : cluster 0 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-07T17:41:56.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:56 smithi135 bash[32435]: audit 2023-12-07T17:41:54.508575+0000 mgr.a (mgr.14403) 1095 : audit 0 from='client.35106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:41:56.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:56 smithi135 bash[32435]: cluster 2023-12-07T17:41:54.989867+0000 mgr.a (mgr.14403) 1096 : cluster 0 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-07T17:41:58.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:58 smithi079 bash[28699]: cluster 2023-12-07T17:41:56.990476+0000 mgr.a (mgr.14403) 1097 : cluster 0 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-07T17:41:58.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:58 smithi194 bash[32038]: cluster 2023-12-07T17:41:56.990476+0000 mgr.a (mgr.14403) 1097 : cluster 0 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-07T17:41:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:58 smithi135 bash[32435]: cluster 2023-12-07T17:41:56.990476+0000 mgr.a (mgr.14403) 1097 : cluster 0 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-07T17:41:59.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:59 smithi079 bash[28699]: audit 2023-12-07T17:41:58.241971+0000 mon.a (mon.0) 618 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:41:59.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:59 smithi079 bash[28699]: audit 2023-12-07T17:41:58.248978+0000 mon.a (mon.0) 619 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:41:59.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:59 smithi079 bash[28699]: audit 2023-12-07T17:41:58.250525+0000 mon.a (mon.0) 620 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:41:59.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:59 smithi079 bash[28699]: audit 2023-12-07T17:41:58.251775+0000 mon.a (mon.0) 621 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:41:59.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:41:59 smithi079 bash[28699]: audit 2023-12-07T17:41:58.260675+0000 mon.a (mon.0) 622 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:41:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:59 smithi194 bash[32038]: audit 2023-12-07T17:41:58.241971+0000 mon.a (mon.0) 618 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:41:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:59 smithi194 bash[32038]: audit 2023-12-07T17:41:58.248978+0000 mon.a (mon.0) 619 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:41:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:59 smithi194 bash[32038]: audit 2023-12-07T17:41:58.250525+0000 mon.a (mon.0) 620 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:41:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:59 smithi194 bash[32038]: audit 2023-12-07T17:41:58.251775+0000 mon.a (mon.0) 621 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:41:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:41:59 smithi194 bash[32038]: audit 2023-12-07T17:41:58.260675+0000 mon.a (mon.0) 622 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:41:59.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:59 smithi135 bash[32435]: audit 2023-12-07T17:41:58.241971+0000 mon.a (mon.0) 618 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:41:59.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:59 smithi135 bash[32435]: audit 2023-12-07T17:41:58.248978+0000 mon.a (mon.0) 619 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:41:59.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:59 smithi135 bash[32435]: audit 2023-12-07T17:41:58.250525+0000 mon.a (mon.0) 620 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:41:59.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:59 smithi135 bash[32435]: audit 2023-12-07T17:41:58.251775+0000 mon.a (mon.0) 621 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:41:59.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:41:59 smithi135 bash[32435]: audit 2023-12-07T17:41:58.260675+0000 mon.a (mon.0) 622 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:41:59.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:41:59.978 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:41:59.978 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:00 smithi079 bash[28699]: cluster 2023-12-07T17:41:58.991219+0000 mgr.a (mgr.14403) 1098 : cluster 0 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-07T17:42:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:00 smithi194 bash[32038]: cluster 2023-12-07T17:41:58.991219+0000 mgr.a (mgr.14403) 1098 : cluster 0 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-07T17:42:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:00 smithi135 bash[32435]: cluster 2023-12-07T17:41:58.991219+0000 mgr.a (mgr.14403) 1098 : cluster 0 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-07T17:42:00.895 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:42:00.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:00.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:00.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:00.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:42:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:02 smithi079 bash[28699]: audit 2023-12-07T17:42:00.382673+0000 mgr.a (mgr.14403) 1099 : audit 0 from='client.35181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:02 smithi079 bash[28699]: cluster 2023-12-07T17:42:00.991943+0000 mgr.a (mgr.14403) 1100 : cluster 0 pgmap v815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:02.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:02 smithi194 bash[32038]: audit 2023-12-07T17:42:00.382673+0000 mgr.a (mgr.14403) 1099 : audit 0 from='client.35181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:02.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:02 smithi194 bash[32038]: cluster 2023-12-07T17:42:00.991943+0000 mgr.a (mgr.14403) 1100 : cluster 0 pgmap v815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:02.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:02 smithi135 bash[32435]: audit 2023-12-07T17:42:00.382673+0000 mgr.a (mgr.14403) 1099 : audit 0 from='client.35181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:02 smithi135 bash[32435]: cluster 2023-12-07T17:42:00.991943+0000 mgr.a (mgr.14403) 1100 : cluster 0 pgmap v815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:04 smithi079 bash[28699]: cluster 2023-12-07T17:42:02.992515+0000 mgr.a (mgr.14403) 1101 : cluster 0 pgmap v816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:04.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:04 smithi194 bash[32038]: cluster 2023-12-07T17:42:02.992515+0000 mgr.a (mgr.14403) 1101 : cluster 0 pgmap v816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:04.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:04 smithi135 bash[32435]: cluster 2023-12-07T17:42:02.992515+0000 mgr.a (mgr.14403) 1101 : cluster 0 pgmap v816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:05.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:42:05.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:05.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:06.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:06 smithi079 bash[28699]: cluster 2023-12-07T17:42:04.993289+0000 mgr.a (mgr.14403) 1102 : cluster 0 pgmap v817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:06.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:06 smithi194 bash[32038]: cluster 2023-12-07T17:42:04.993289+0000 mgr.a (mgr.14403) 1102 : cluster 0 pgmap v817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:06.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:06 smithi135 bash[32435]: cluster 2023-12-07T17:42:04.993289+0000 mgr.a (mgr.14403) 1102 : cluster 0 pgmap v817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:06.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:06.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:06.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:06.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:42:06.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:42:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:07 smithi079 bash[28699]: audit 2023-12-07T17:42:06.294223+0000 mgr.a (mgr.14403) 1103 : audit 0 from='client.35259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:07.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:07 smithi194 bash[32038]: audit 2023-12-07T17:42:06.294223+0000 mgr.a (mgr.14403) 1103 : audit 0 from='client.35259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:07.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:07 smithi135 bash[32435]: audit 2023-12-07T17:42:06.294223+0000 mgr.a (mgr.14403) 1103 : audit 0 from='client.35259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:08 smithi079 bash[28699]: cluster 2023-12-07T17:42:06.993963+0000 mgr.a (mgr.14403) 1104 : cluster 0 pgmap v818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:08.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:08 smithi194 bash[32038]: cluster 2023-12-07T17:42:06.993963+0000 mgr.a (mgr.14403) 1104 : cluster 0 pgmap v818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:08.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:08 smithi135 bash[32435]: cluster 2023-12-07T17:42:06.993963+0000 mgr.a (mgr.14403) 1104 : cluster 0 pgmap v818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:09.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:09 smithi079 bash[28699]: cluster 2023-12-07T17:42:08.994796+0000 mgr.a (mgr.14403) 1105 : cluster 0 pgmap v819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:09.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:09 smithi194 bash[32038]: cluster 2023-12-07T17:42:08.994796+0000 mgr.a (mgr.14403) 1105 : cluster 0 pgmap v819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:09.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:09 smithi135 bash[32435]: cluster 2023-12-07T17:42:08.994796+0000 mgr.a (mgr.14403) 1105 : cluster 0 pgmap v819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:11.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:42:11.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:11.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:12.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:12 smithi079 bash[28699]: cluster 2023-12-07T17:42:10.995378+0000 mgr.a (mgr.14403) 1106 : cluster 0 pgmap v820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:12.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:12 smithi194 bash[32038]: cluster 2023-12-07T17:42:10.995378+0000 mgr.a (mgr.14403) 1106 : cluster 0 pgmap v820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:12.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:12 smithi135 bash[32435]: cluster 2023-12-07T17:42:10.995378+0000 mgr.a (mgr.14403) 1106 : cluster 0 pgmap v820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:12.737 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:42:12.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:12.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:12.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:12.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:42:13.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:13 smithi079 bash[28699]: audit 2023-12-07T17:42:12.211705+0000 mgr.a (mgr.14403) 1107 : audit 0 from='client.35334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:13.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:13 smithi194 bash[32038]: audit 2023-12-07T17:42:12.211705+0000 mgr.a (mgr.14403) 1107 : audit 0 from='client.35334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:13.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:13 smithi135 bash[32435]: audit 2023-12-07T17:42:12.211705+0000 mgr.a (mgr.14403) 1107 : audit 0 from='client.35334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:14.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:14 smithi079 bash[28699]: cluster 2023-12-07T17:42:12.996022+0000 mgr.a (mgr.14403) 1108 : cluster 0 pgmap v821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:14.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:14 smithi194 bash[32038]: cluster 2023-12-07T17:42:12.996022+0000 mgr.a (mgr.14403) 1108 : cluster 0 pgmap v821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:14.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:14 smithi135 bash[32435]: cluster 2023-12-07T17:42:12.996022+0000 mgr.a (mgr.14403) 1108 : cluster 0 pgmap v821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:16.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:16 smithi079 bash[28699]: cluster 2023-12-07T17:42:14.996764+0000 mgr.a (mgr.14403) 1109 : cluster 0 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-07T17:42:16.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:16 smithi194 bash[32038]: cluster 2023-12-07T17:42:14.996764+0000 mgr.a (mgr.14403) 1109 : cluster 0 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-07T17:42:16.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:16 smithi135 bash[32435]: cluster 2023-12-07T17:42:14.996764+0000 mgr.a (mgr.14403) 1109 : cluster 0 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-07T17:42:17.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:42:17.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:17.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:18.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:18 smithi079 bash[28699]: cluster 2023-12-07T17:42:16.997415+0000 mgr.a (mgr.14403) 1110 : cluster 0 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-07T17:42:18.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:18 smithi194 bash[32038]: cluster 2023-12-07T17:42:16.997415+0000 mgr.a (mgr.14403) 1110 : cluster 0 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-07T17:42:18.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:18 smithi135 bash[32435]: cluster 2023-12-07T17:42:16.997415+0000 mgr.a (mgr.14403) 1110 : cluster 0 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-07T17:42:18.677 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:42:18.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:18.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:18.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:18.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:42:19.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:19 smithi079 bash[28699]: audit 2023-12-07T17:42:18.146884+0000 mgr.a (mgr.14403) 1111 : audit 0 from='client.35412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:19.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:19 smithi194 bash[32038]: audit 2023-12-07T17:42:18.146884+0000 mgr.a (mgr.14403) 1111 : audit 0 from='client.35412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:19.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:19 smithi135 bash[32435]: audit 2023-12-07T17:42:18.146884+0000 mgr.a (mgr.14403) 1111 : audit 0 from='client.35412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:20.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:20 smithi079 bash[28699]: cluster 2023-12-07T17:42:18.998365+0000 mgr.a (mgr.14403) 1112 : cluster 0 pgmap v824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:42:20.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:20 smithi194 bash[32038]: cluster 2023-12-07T17:42:18.998365+0000 mgr.a (mgr.14403) 1112 : cluster 0 pgmap v824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:42:20.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:20 smithi135 bash[32435]: cluster 2023-12-07T17:42:18.998365+0000 mgr.a (mgr.14403) 1112 : cluster 0 pgmap v824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:42:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:22 smithi079 bash[28699]: cluster 2023-12-07T17:42:20.998917+0000 mgr.a (mgr.14403) 1113 : cluster 0 pgmap v825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:42:22.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:22 smithi194 bash[32038]: cluster 2023-12-07T17:42:20.998917+0000 mgr.a (mgr.14403) 1113 : cluster 0 pgmap v825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:42:22.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:22 smithi135 bash[32435]: cluster 2023-12-07T17:42:20.998917+0000 mgr.a (mgr.14403) 1113 : cluster 0 pgmap v825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:42:23.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:42:23.681 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:23.681 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:24.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:24 smithi079 bash[28699]: cluster 2023-12-07T17:42:22.999508+0000 mgr.a (mgr.14403) 1114 : cluster 0 pgmap v826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:42:24.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:24 smithi194 bash[32038]: cluster 2023-12-07T17:42:22.999508+0000 mgr.a (mgr.14403) 1114 : cluster 0 pgmap v826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:42:24.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:24 smithi135 bash[32435]: cluster 2023-12-07T17:42:22.999508+0000 mgr.a (mgr.14403) 1114 : cluster 0 pgmap v826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:42:24.584 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:42:24.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:24.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:24.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:24.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:42:25.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:25 smithi079 bash[28699]: audit 2023-12-07T17:42:24.079895+0000 mgr.a (mgr.14403) 1115 : audit 0 from='client.35490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:25.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:25 smithi194 bash[32038]: audit 2023-12-07T17:42:24.079895+0000 mgr.a (mgr.14403) 1115 : audit 0 from='client.35490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:25.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:25 smithi135 bash[32435]: audit 2023-12-07T17:42:24.079895+0000 mgr.a (mgr.14403) 1115 : audit 0 from='client.35490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:26.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:26 smithi079 bash[28699]: cluster 2023-12-07T17:42:25.000496+0000 mgr.a (mgr.14403) 1116 : cluster 0 pgmap v827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:26.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:26 smithi194 bash[32038]: cluster 2023-12-07T17:42:25.000496+0000 mgr.a (mgr.14403) 1116 : cluster 0 pgmap v827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:26.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:26 smithi135 bash[32435]: cluster 2023-12-07T17:42:25.000496+0000 mgr.a (mgr.14403) 1116 : cluster 0 pgmap v827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:28.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:28 smithi079 bash[28699]: cluster 2023-12-07T17:42:27.001082+0000 mgr.a (mgr.14403) 1117 : cluster 0 pgmap v828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:28.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:28 smithi194 bash[32038]: cluster 2023-12-07T17:42:27.001082+0000 mgr.a (mgr.14403) 1117 : cluster 0 pgmap v828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:28.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:28 smithi135 bash[32435]: cluster 2023-12-07T17:42:27.001082+0000 mgr.a (mgr.14403) 1117 : cluster 0 pgmap v828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:29.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:42:29.588 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:29.588 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:29.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:29 smithi079 bash[28699]: cluster 2023-12-07T17:42:29.001811+0000 mgr.a (mgr.14403) 1118 : cluster 0 pgmap v829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:29.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:29 smithi194 bash[32038]: cluster 2023-12-07T17:42:29.001811+0000 mgr.a (mgr.14403) 1118 : cluster 0 pgmap v829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:29.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:29 smithi135 bash[32435]: cluster 2023-12-07T17:42:29.001811+0000 mgr.a (mgr.14403) 1118 : cluster 0 pgmap v829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:30.498 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:42:30.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:30.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:30.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:30.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:42:30.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:30 smithi079 bash[28699]: audit 2023-12-07T17:42:29.987073+0000 mgr.a (mgr.14403) 1119 : audit 0 from='client.35565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:30.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:30 smithi194 bash[32038]: audit 2023-12-07T17:42:29.987073+0000 mgr.a (mgr.14403) 1119 : audit 0 from='client.35565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:30.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:30 smithi135 bash[32435]: audit 2023-12-07T17:42:29.987073+0000 mgr.a (mgr.14403) 1119 : audit 0 from='client.35565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:31.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:31 smithi079 bash[28699]: cluster 2023-12-07T17:42:31.002464+0000 mgr.a (mgr.14403) 1120 : cluster 0 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-07T17:42:31.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:31 smithi194 bash[32038]: cluster 2023-12-07T17:42:31.002464+0000 mgr.a (mgr.14403) 1120 : cluster 0 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-07T17:42:31.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:31 smithi135 bash[32435]: cluster 2023-12-07T17:42:31.002464+0000 mgr.a (mgr.14403) 1120 : cluster 0 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-07T17:42:34.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:34 smithi079 bash[28699]: cluster 2023-12-07T17:42:33.003053+0000 mgr.a (mgr.14403) 1121 : cluster 0 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-07T17:42:34.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:34 smithi194 bash[32038]: cluster 2023-12-07T17:42:33.003053+0000 mgr.a (mgr.14403) 1121 : cluster 0 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-07T17:42:34.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:34 smithi135 bash[32435]: cluster 2023-12-07T17:42:33.003053+0000 mgr.a (mgr.14403) 1121 : cluster 0 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-07T17:42:35.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:42:35.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:35.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:36 smithi079 bash[28699]: cluster 2023-12-07T17:42:35.003836+0000 mgr.a (mgr.14403) 1122 : cluster 0 pgmap v832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:42:36.417 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:42:36.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:36.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:36.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:36.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:42:36.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:36 smithi194 bash[32038]: cluster 2023-12-07T17:42:35.003836+0000 mgr.a (mgr.14403) 1122 : cluster 0 pgmap v832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:42:36.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:36 smithi135 bash[32435]: cluster 2023-12-07T17:42:35.003836+0000 mgr.a (mgr.14403) 1122 : cluster 0 pgmap v832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:42:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:37 smithi079 bash[28699]: audit 2023-12-07T17:42:35.908081+0000 mgr.a (mgr.14403) 1123 : audit 0 from='client.35640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:37.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:37 smithi194 bash[32038]: audit 2023-12-07T17:42:35.908081+0000 mgr.a (mgr.14403) 1123 : audit 0 from='client.35640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:37.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:37 smithi135 bash[32435]: audit 2023-12-07T17:42:35.908081+0000 mgr.a (mgr.14403) 1123 : audit 0 from='client.35640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:38.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:38 smithi079 bash[28699]: cluster 2023-12-07T17:42:37.004477+0000 mgr.a (mgr.14403) 1124 : cluster 0 pgmap v833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:38.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:38 smithi194 bash[32038]: cluster 2023-12-07T17:42:37.004477+0000 mgr.a (mgr.14403) 1124 : cluster 0 pgmap v833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:38.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:38 smithi135 bash[32435]: cluster 2023-12-07T17:42:37.004477+0000 mgr.a (mgr.14403) 1124 : cluster 0 pgmap v833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:39.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:39 smithi079 bash[28699]: cluster 2023-12-07T17:42:39.005233+0000 mgr.a (mgr.14403) 1125 : cluster 0 pgmap v834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:39.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:39 smithi194 bash[32038]: cluster 2023-12-07T17:42:39.005233+0000 mgr.a (mgr.14403) 1125 : cluster 0 pgmap v834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:39.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:39 smithi135 bash[32435]: cluster 2023-12-07T17:42:39.005233+0000 mgr.a (mgr.14403) 1125 : cluster 0 pgmap v834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:41.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:42:41.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:41.422 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:42.301 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:42:42.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:42.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:42.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:42.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:42:42.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:42 smithi079 bash[28699]: cluster 2023-12-07T17:42:41.005791+0000 mgr.a (mgr.14403) 1126 : cluster 0 pgmap v835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:42 smithi194 bash[32038]: cluster 2023-12-07T17:42:41.005791+0000 mgr.a (mgr.14403) 1126 : cluster 0 pgmap v835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:42.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:42 smithi135 bash[32435]: cluster 2023-12-07T17:42:41.005791+0000 mgr.a (mgr.14403) 1126 : cluster 0 pgmap v835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:43 smithi079 bash[28699]: audit 2023-12-07T17:42:41.811578+0000 mgr.a (mgr.14403) 1127 : audit 0 from='client.35712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:43.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:43 smithi194 bash[32038]: audit 2023-12-07T17:42:41.811578+0000 mgr.a (mgr.14403) 1127 : audit 0 from='client.35712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:43.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:43 smithi135 bash[32435]: audit 2023-12-07T17:42:41.811578+0000 mgr.a (mgr.14403) 1127 : audit 0 from='client.35712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:44.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:44 smithi079 bash[28699]: cluster 2023-12-07T17:42:43.006406+0000 mgr.a (mgr.14403) 1128 : cluster 0 pgmap v836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:44.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:44 smithi194 bash[32038]: cluster 2023-12-07T17:42:43.006406+0000 mgr.a (mgr.14403) 1128 : cluster 0 pgmap v836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:44.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:44 smithi135 bash[32435]: cluster 2023-12-07T17:42:43.006406+0000 mgr.a (mgr.14403) 1128 : cluster 0 pgmap v836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:46 smithi079 bash[28699]: cluster 2023-12-07T17:42:45.007264+0000 mgr.a (mgr.14403) 1129 : cluster 0 pgmap v837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:46.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:46 smithi194 bash[32038]: cluster 2023-12-07T17:42:45.007264+0000 mgr.a (mgr.14403) 1129 : cluster 0 pgmap v837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:46.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:46 smithi135 bash[32435]: cluster 2023-12-07T17:42:45.007264+0000 mgr.a (mgr.14403) 1129 : cluster 0 pgmap v837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:47.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:42:47.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:47.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:48.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:42:48.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:48.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:48.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:48.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:42:48.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:48 smithi079 bash[28699]: cluster 2023-12-07T17:42:47.007845+0000 mgr.a (mgr.14403) 1130 : cluster 0 pgmap v838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:48 smithi194 bash[32038]: cluster 2023-12-07T17:42:47.007845+0000 mgr.a (mgr.14403) 1130 : cluster 0 pgmap v838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:48.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:48 smithi135 bash[32435]: cluster 2023-12-07T17:42:47.007845+0000 mgr.a (mgr.14403) 1130 : cluster 0 pgmap v838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:49.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:49 smithi079 bash[28699]: audit 2023-12-07T17:42:47.713331+0000 mgr.a (mgr.14403) 1131 : audit 0 from='client.35787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:49.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:49 smithi194 bash[32038]: audit 2023-12-07T17:42:47.713331+0000 mgr.a (mgr.14403) 1131 : audit 0 from='client.35787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:49.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:49 smithi135 bash[32435]: audit 2023-12-07T17:42:47.713331+0000 mgr.a (mgr.14403) 1131 : audit 0 from='client.35787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:50.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:50 smithi079 bash[28699]: cluster 2023-12-07T17:42:49.008682+0000 mgr.a (mgr.14403) 1132 : cluster 0 pgmap v839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:50.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:50 smithi194 bash[32038]: cluster 2023-12-07T17:42:49.008682+0000 mgr.a (mgr.14403) 1132 : cluster 0 pgmap v839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:50.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:50 smithi135 bash[32435]: cluster 2023-12-07T17:42:49.008682+0000 mgr.a (mgr.14403) 1132 : cluster 0 pgmap v839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:42:52.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:52 smithi079 bash[28699]: cluster 2023-12-07T17:42:51.009269+0000 mgr.a (mgr.14403) 1133 : cluster 0 pgmap v840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:52.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:52 smithi194 bash[32038]: cluster 2023-12-07T17:42:51.009269+0000 mgr.a (mgr.14403) 1133 : cluster 0 pgmap v840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:52.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:52 smithi135 bash[32435]: cluster 2023-12-07T17:42:51.009269+0000 mgr.a (mgr.14403) 1133 : cluster 0 pgmap v840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:53.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:42:53.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:53.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:54.126 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:42:54.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:42:54.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:42:54.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:42:54.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:42:54.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:54 smithi079 bash[28699]: cluster 2023-12-07T17:42:53.009851+0000 mgr.a (mgr.14403) 1134 : cluster 0 pgmap v841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:54.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:54 smithi194 bash[32038]: cluster 2023-12-07T17:42:53.009851+0000 mgr.a (mgr.14403) 1134 : cluster 0 pgmap v841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:54.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:54 smithi135 bash[32435]: cluster 2023-12-07T17:42:53.009851+0000 mgr.a (mgr.14403) 1134 : cluster 0 pgmap v841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:55.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:55 smithi079 bash[28699]: audit 2023-12-07T17:42:53.624710+0000 mgr.a (mgr.14403) 1135 : audit 0 from='client.35865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:55.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:55 smithi194 bash[32038]: audit 2023-12-07T17:42:53.624710+0000 mgr.a (mgr.14403) 1135 : audit 0 from='client.35865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:55.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:55 smithi135 bash[32435]: audit 2023-12-07T17:42:53.624710+0000 mgr.a (mgr.14403) 1135 : audit 0 from='client.35865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:42:56.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:56 smithi079 bash[28699]: cluster 2023-12-07T17:42:55.010884+0000 mgr.a (mgr.14403) 1136 : cluster 0 pgmap v842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:56.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:56 smithi194 bash[32038]: cluster 2023-12-07T17:42:55.010884+0000 mgr.a (mgr.14403) 1136 : cluster 0 pgmap v842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:56.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:56 smithi135 bash[32435]: cluster 2023-12-07T17:42:55.010884+0000 mgr.a (mgr.14403) 1136 : cluster 0 pgmap v842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:42:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:58 smithi079 bash[28699]: cluster 2023-12-07T17:42:57.011421+0000 mgr.a (mgr.14403) 1137 : cluster 0 pgmap v843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:58.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:58 smithi194 bash[32038]: cluster 2023-12-07T17:42:57.011421+0000 mgr.a (mgr.14403) 1137 : cluster 0 pgmap v843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:58 smithi135 bash[32435]: cluster 2023-12-07T17:42:57.011421+0000 mgr.a (mgr.14403) 1137 : cluster 0 pgmap v843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:42:59.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:42:59.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:42:59.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:42:59.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:42:59 smithi079 bash[28699]: audit 2023-12-07T17:42:58.364847+0000 mon.a (mon.0) 623 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:42:59.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:42:59 smithi194 bash[32038]: audit 2023-12-07T17:42:58.364847+0000 mon.a (mon.0) 623 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:42:59.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:42:59 smithi135 bash[32435]: audit 2023-12-07T17:42:58.364847+0000 mon.a (mon.0) 623 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:43:00.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:00.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:00.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:00.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:43:00.032 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:43:00.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:00 smithi079 bash[28699]: cluster 2023-12-07T17:42:59.012118+0000 mgr.a (mgr.14403) 1138 : cluster 0 pgmap v844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:00.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:00 smithi194 bash[32038]: cluster 2023-12-07T17:42:59.012118+0000 mgr.a (mgr.14403) 1138 : cluster 0 pgmap v844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:00.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:00 smithi135 bash[32435]: cluster 2023-12-07T17:42:59.012118+0000 mgr.a (mgr.14403) 1138 : cluster 0 pgmap v844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:01.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:01 smithi079 bash[28699]: audit 2023-12-07T17:42:59.529865+0000 mgr.a (mgr.14403) 1139 : audit 0 from='client.35943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:01.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:01 smithi194 bash[32038]: audit 2023-12-07T17:42:59.529865+0000 mgr.a (mgr.14403) 1139 : audit 0 from='client.35943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:01.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:01 smithi135 bash[32435]: audit 2023-12-07T17:42:59.529865+0000 mgr.a (mgr.14403) 1139 : audit 0 from='client.35943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:02.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:02 smithi079 bash[28699]: cluster 2023-12-07T17:43:01.012795+0000 mgr.a (mgr.14403) 1140 : cluster 0 pgmap v845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:02 smithi194 bash[32038]: cluster 2023-12-07T17:43:01.012795+0000 mgr.a (mgr.14403) 1140 : cluster 0 pgmap v845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:02.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:02 smithi135 bash[32435]: cluster 2023-12-07T17:43:01.012795+0000 mgr.a (mgr.14403) 1140 : cluster 0 pgmap v845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:04.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:04 smithi079 bash[28699]: cluster 2023-12-07T17:43:03.013394+0000 mgr.a (mgr.14403) 1141 : cluster 0 pgmap v846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:04.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:04 smithi194 bash[32038]: cluster 2023-12-07T17:43:03.013394+0000 mgr.a (mgr.14403) 1141 : cluster 0 pgmap v846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:04.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:04 smithi135 bash[32435]: cluster 2023-12-07T17:43:03.013394+0000 mgr.a (mgr.14403) 1141 : cluster 0 pgmap v846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:05.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:43:05.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:05.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:05.951 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:43:05.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:05.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:05.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:05.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:43:06.394 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:06 smithi135 bash[32435]: cluster 2023-12-07T17:43:05.014160+0000 mgr.a (mgr.14403) 1142 : cluster 0 pgmap v847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:06 smithi079 bash[28699]: cluster 2023-12-07T17:43:05.014160+0000 mgr.a (mgr.14403) 1142 : cluster 0 pgmap v847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:06.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:06 smithi194 bash[32038]: cluster 2023-12-07T17:43:05.014160+0000 mgr.a (mgr.14403) 1142 : cluster 0 pgmap v847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:07.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:07 smithi079 bash[28699]: audit 2023-12-07T17:43:05.439982+0000 mgr.a (mgr.14403) 1143 : audit 0 from='client.36021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:07.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:07 smithi194 bash[32038]: audit 2023-12-07T17:43:05.439982+0000 mgr.a (mgr.14403) 1143 : audit 0 from='client.36021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:07.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:07 smithi135 bash[32435]: audit 2023-12-07T17:43:05.439982+0000 mgr.a (mgr.14403) 1143 : audit 0 from='client.36021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:08.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:08 smithi194 bash[32038]: cluster 2023-12-07T17:43:07.014886+0000 mgr.a (mgr.14403) 1144 : cluster 0 pgmap v848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:08.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:08 smithi135 bash[32435]: cluster 2023-12-07T17:43:07.014886+0000 mgr.a (mgr.14403) 1144 : cluster 0 pgmap v848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:08 smithi079 bash[28699]: cluster 2023-12-07T17:43:07.014886+0000 mgr.a (mgr.14403) 1144 : cluster 0 pgmap v848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:10.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:09 smithi079 bash[28699]: audit 2023-12-07T17:43:08.763773+0000 mon.a (mon.0) 624 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:43:10.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:09 smithi079 bash[28699]: audit 2023-12-07T17:43:08.771262+0000 mon.a (mon.0) 625 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:43:10.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:09 smithi079 bash[28699]: audit 2023-12-07T17:43:08.772875+0000 mon.a (mon.0) 626 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:43:10.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:09 smithi079 bash[28699]: audit 2023-12-07T17:43:08.774480+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:43:10.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:09 smithi079 bash[28699]: audit 2023-12-07T17:43:08.783794+0000 mon.a (mon.0) 628 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:43:10.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:09 smithi079 bash[28699]: cluster 2023-12-07T17:43:09.015682+0000 mgr.a (mgr.14403) 1145 : cluster 0 pgmap v849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:10.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:09 smithi194 bash[32038]: audit 2023-12-07T17:43:08.763773+0000 mon.a (mon.0) 624 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:43:10.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:09 smithi194 bash[32038]: audit 2023-12-07T17:43:08.771262+0000 mon.a (mon.0) 625 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:43:10.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:09 smithi194 bash[32038]: audit 2023-12-07T17:43:08.772875+0000 mon.a (mon.0) 626 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:43:10.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:09 smithi194 bash[32038]: audit 2023-12-07T17:43:08.774480+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:43:10.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:09 smithi194 bash[32038]: audit 2023-12-07T17:43:08.783794+0000 mon.a (mon.0) 628 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:43:10.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:09 smithi194 bash[32038]: cluster 2023-12-07T17:43:09.015682+0000 mgr.a (mgr.14403) 1145 : cluster 0 pgmap v849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:10.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:09 smithi135 bash[32435]: audit 2023-12-07T17:43:08.763773+0000 mon.a (mon.0) 624 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:43:10.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:09 smithi135 bash[32435]: audit 2023-12-07T17:43:08.771262+0000 mon.a (mon.0) 625 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:43:10.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:09 smithi135 bash[32435]: audit 2023-12-07T17:43:08.772875+0000 mon.a (mon.0) 626 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:43:10.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:09 smithi135 bash[32435]: audit 2023-12-07T17:43:08.774480+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:43:10.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:09 smithi135 bash[32435]: audit 2023-12-07T17:43:08.783794+0000 mon.a (mon.0) 628 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:43:10.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:09 smithi135 bash[32435]: cluster 2023-12-07T17:43:09.015682+0000 mgr.a (mgr.14403) 1145 : cluster 0 pgmap v849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:10.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:43:10.955 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:10.955 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:11.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:11.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:11.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:11.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:43:11.828 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:43:12.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:12 smithi079 bash[28699]: cluster 2023-12-07T17:43:11.016363+0000 mgr.a (mgr.14403) 1146 : cluster 0 pgmap v850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:12.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:12 smithi079 bash[28699]: audit 2023-12-07T17:43:11.352496+0000 mgr.a (mgr.14403) 1147 : audit 0 from='client.36099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:12.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:12 smithi194 bash[32038]: cluster 2023-12-07T17:43:11.016363+0000 mgr.a (mgr.14403) 1146 : cluster 0 pgmap v850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:12.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:12 smithi194 bash[32038]: audit 2023-12-07T17:43:11.352496+0000 mgr.a (mgr.14403) 1147 : audit 0 from='client.36099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:12.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:12 smithi135 bash[32435]: cluster 2023-12-07T17:43:11.016363+0000 mgr.a (mgr.14403) 1146 : cluster 0 pgmap v850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:12.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:12 smithi135 bash[32435]: audit 2023-12-07T17:43:11.352496+0000 mgr.a (mgr.14403) 1147 : audit 0 from='client.36099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:14.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:14 smithi079 bash[28699]: cluster 2023-12-07T17:43:13.017128+0000 mgr.a (mgr.14403) 1148 : cluster 0 pgmap v851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:14.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:14 smithi194 bash[32038]: cluster 2023-12-07T17:43:13.017128+0000 mgr.a (mgr.14403) 1148 : cluster 0 pgmap v851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:14.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:14 smithi135 bash[32435]: cluster 2023-12-07T17:43:13.017128+0000 mgr.a (mgr.14403) 1148 : cluster 0 pgmap v851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:16 smithi079 bash[28699]: cluster 2023-12-07T17:43:15.018008+0000 mgr.a (mgr.14403) 1149 : cluster 0 pgmap v852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:16.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:16 smithi194 bash[32038]: cluster 2023-12-07T17:43:15.018008+0000 mgr.a (mgr.14403) 1149 : cluster 0 pgmap v852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:16 smithi135 bash[32435]: cluster 2023-12-07T17:43:15.018008+0000 mgr.a (mgr.14403) 1149 : cluster 0 pgmap v852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:16.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:43:16.831 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:16.831 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:17.731 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:43:17.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:17.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:17.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:17.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:43:18.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:18 smithi079 bash[28699]: cluster 2023-12-07T17:43:17.018680+0000 mgr.a (mgr.14403) 1150 : cluster 0 pgmap v853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:18.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:18 smithi079 bash[28699]: audit 2023-12-07T17:43:17.236654+0000 mgr.a (mgr.14403) 1151 : audit 0 from='client.36174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:18.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:18 smithi194 bash[32038]: cluster 2023-12-07T17:43:17.018680+0000 mgr.a (mgr.14403) 1150 : cluster 0 pgmap v853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:18.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:18 smithi194 bash[32038]: audit 2023-12-07T17:43:17.236654+0000 mgr.a (mgr.14403) 1151 : audit 0 from='client.36174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:18.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:18 smithi135 bash[32435]: cluster 2023-12-07T17:43:17.018680+0000 mgr.a (mgr.14403) 1150 : cluster 0 pgmap v853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:18.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:18 smithi135 bash[32435]: audit 2023-12-07T17:43:17.236654+0000 mgr.a (mgr.14403) 1151 : audit 0 from='client.36174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:19.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:19 smithi079 bash[28699]: cluster 2023-12-07T17:43:19.019648+0000 mgr.a (mgr.14403) 1152 : cluster 0 pgmap v854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:19.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:19 smithi194 bash[32038]: cluster 2023-12-07T17:43:19.019648+0000 mgr.a (mgr.14403) 1152 : cluster 0 pgmap v854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:19.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:19 smithi135 bash[32435]: cluster 2023-12-07T17:43:19.019648+0000 mgr.a (mgr.14403) 1152 : cluster 0 pgmap v854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:22 smithi079 bash[28699]: cluster 2023-12-07T17:43:21.020235+0000 mgr.a (mgr.14403) 1153 : cluster 0 pgmap v855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:22.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:22 smithi194 bash[32038]: cluster 2023-12-07T17:43:21.020235+0000 mgr.a (mgr.14403) 1153 : cluster 0 pgmap v855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:22.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:22 smithi135 bash[32435]: cluster 2023-12-07T17:43:21.020235+0000 mgr.a (mgr.14403) 1153 : cluster 0 pgmap v855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:22.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:43:22.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:22.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:23.618 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:43:23.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:23.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:23.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:23.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:43:24.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:24 smithi079 bash[28699]: cluster 2023-12-07T17:43:23.020814+0000 mgr.a (mgr.14403) 1154 : cluster 0 pgmap v856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:24.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:24 smithi079 bash[28699]: audit 2023-12-07T17:43:23.134583+0000 mgr.a (mgr.14403) 1155 : audit 0 from='client.36246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:24.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:24 smithi194 bash[32038]: cluster 2023-12-07T17:43:23.020814+0000 mgr.a (mgr.14403) 1154 : cluster 0 pgmap v856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:24.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:24 smithi194 bash[32038]: audit 2023-12-07T17:43:23.134583+0000 mgr.a (mgr.14403) 1155 : audit 0 from='client.36246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:24.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:24 smithi135 bash[32435]: cluster 2023-12-07T17:43:23.020814+0000 mgr.a (mgr.14403) 1154 : cluster 0 pgmap v856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:24.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:24 smithi135 bash[32435]: audit 2023-12-07T17:43:23.134583+0000 mgr.a (mgr.14403) 1155 : audit 0 from='client.36246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:26.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:26 smithi079 bash[28699]: cluster 2023-12-07T17:43:25.021855+0000 mgr.a (mgr.14403) 1156 : cluster 0 pgmap v857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:43:26.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:26 smithi194 bash[32038]: cluster 2023-12-07T17:43:25.021855+0000 mgr.a (mgr.14403) 1156 : cluster 0 pgmap v857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:43:26.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:26 smithi135 bash[32435]: cluster 2023-12-07T17:43:25.021855+0000 mgr.a (mgr.14403) 1156 : cluster 0 pgmap v857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:43:28.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:28 smithi079 bash[28699]: cluster 2023-12-07T17:43:27.022597+0000 mgr.a (mgr.14403) 1157 : cluster 0 pgmap v858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:43:28.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:28 smithi194 bash[32038]: cluster 2023-12-07T17:43:27.022597+0000 mgr.a (mgr.14403) 1157 : cluster 0 pgmap v858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:43:28.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:28 smithi135 bash[32435]: cluster 2023-12-07T17:43:27.022597+0000 mgr.a (mgr.14403) 1157 : cluster 0 pgmap v858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:43:28.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:43:28.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:28.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:29.498 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:43:29.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:29.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:29.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:29.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:43:29.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:29 smithi079 bash[28699]: audit 2023-12-07T17:43:29.013455+0000 mgr.a (mgr.14403) 1158 : audit 0 from='client.36324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:29.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:29 smithi079 bash[28699]: cluster 2023-12-07T17:43:29.027702+0000 mgr.a (mgr.14403) 1159 : cluster 0 pgmap v859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:29.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:29 smithi194 bash[32038]: audit 2023-12-07T17:43:29.013455+0000 mgr.a (mgr.14403) 1158 : audit 0 from='client.36324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:29.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:29 smithi194 bash[32038]: cluster 2023-12-07T17:43:29.027702+0000 mgr.a (mgr.14403) 1159 : cluster 0 pgmap v859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:29.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:29 smithi135 bash[32435]: audit 2023-12-07T17:43:29.013455+0000 mgr.a (mgr.14403) 1158 : audit 0 from='client.36324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:29.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:29 smithi135 bash[32435]: cluster 2023-12-07T17:43:29.027702+0000 mgr.a (mgr.14403) 1159 : cluster 0 pgmap v859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:32.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:32 smithi079 bash[28699]: cluster 2023-12-07T17:43:31.028410+0000 mgr.a (mgr.14403) 1160 : cluster 0 pgmap v860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:32.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:32 smithi194 bash[32038]: cluster 2023-12-07T17:43:31.028410+0000 mgr.a (mgr.14403) 1160 : cluster 0 pgmap v860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:32.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:32 smithi135 bash[32435]: cluster 2023-12-07T17:43:31.028410+0000 mgr.a (mgr.14403) 1160 : cluster 0 pgmap v860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:34.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:34 smithi079 bash[28699]: cluster 2023-12-07T17:43:33.028990+0000 mgr.a (mgr.14403) 1161 : cluster 0 pgmap v861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:34.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:34 smithi194 bash[32038]: cluster 2023-12-07T17:43:33.028990+0000 mgr.a (mgr.14403) 1161 : cluster 0 pgmap v861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:34.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:34 smithi135 bash[32435]: cluster 2023-12-07T17:43:33.028990+0000 mgr.a (mgr.14403) 1161 : cluster 0 pgmap v861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:43:34.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:43:34.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:34.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:35.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:35.426 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:43:35.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:35.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:35.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:43:36.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:36 smithi079 bash[28699]: audit 2023-12-07T17:43:34.908373+0000 mgr.a (mgr.14403) 1162 : audit 0 from='client.36399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:36.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:36 smithi079 bash[28699]: cluster 2023-12-07T17:43:35.029848+0000 mgr.a (mgr.14403) 1163 : cluster 0 pgmap v862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:36.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:36 smithi194 bash[32038]: audit 2023-12-07T17:43:34.908373+0000 mgr.a (mgr.14403) 1162 : audit 0 from='client.36399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:36.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:36 smithi194 bash[32038]: cluster 2023-12-07T17:43:35.029848+0000 mgr.a (mgr.14403) 1163 : cluster 0 pgmap v862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:36.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:36 smithi135 bash[32435]: audit 2023-12-07T17:43:34.908373+0000 mgr.a (mgr.14403) 1162 : audit 0 from='client.36399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:36.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:36 smithi135 bash[32435]: cluster 2023-12-07T17:43:35.029848+0000 mgr.a (mgr.14403) 1163 : cluster 0 pgmap v862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:38.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:38 smithi079 bash[28699]: cluster 2023-12-07T17:43:37.030548+0000 mgr.a (mgr.14403) 1164 : cluster 0 pgmap v863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:43:38.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:38 smithi194 bash[32038]: cluster 2023-12-07T17:43:37.030548+0000 mgr.a (mgr.14403) 1164 : cluster 0 pgmap v863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:43:38.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:38 smithi135 bash[32435]: cluster 2023-12-07T17:43:37.030548+0000 mgr.a (mgr.14403) 1164 : cluster 0 pgmap v863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T17:43:39.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:39 smithi079 bash[28699]: cluster 2023-12-07T17:43:39.031432+0000 mgr.a (mgr.14403) 1165 : cluster 0 pgmap v864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:43:39.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:39 smithi194 bash[32038]: cluster 2023-12-07T17:43:39.031432+0000 mgr.a (mgr.14403) 1165 : cluster 0 pgmap v864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:43:39.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:39 smithi135 bash[32435]: cluster 2023-12-07T17:43:39.031432+0000 mgr.a (mgr.14403) 1165 : cluster 0 pgmap v864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T17:43:40.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:43:40.430 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:40.430 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:41.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:41.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:41.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:41.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:43:41.323 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:43:42.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:42 smithi079 bash[28699]: audit 2023-12-07T17:43:40.831864+0000 mgr.a (mgr.14403) 1166 : audit 0 from='client.36477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:42.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:42 smithi079 bash[28699]: cluster 2023-12-07T17:43:41.031936+0000 mgr.a (mgr.14403) 1167 : cluster 0 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-07T17:43:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:42 smithi194 bash[32038]: audit 2023-12-07T17:43:40.831864+0000 mgr.a (mgr.14403) 1166 : audit 0 from='client.36477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:42 smithi194 bash[32038]: cluster 2023-12-07T17:43:41.031936+0000 mgr.a (mgr.14403) 1167 : cluster 0 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-07T17:43:42.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:42 smithi135 bash[32435]: audit 2023-12-07T17:43:40.831864+0000 mgr.a (mgr.14403) 1166 : audit 0 from='client.36477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:42.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:42 smithi135 bash[32435]: cluster 2023-12-07T17:43:41.031936+0000 mgr.a (mgr.14403) 1167 : cluster 0 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-07T17:43:44.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:44 smithi079 bash[28699]: cluster 2023-12-07T17:43:43.032695+0000 mgr.a (mgr.14403) 1168 : cluster 0 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-07T17:43:44.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:44 smithi194 bash[32038]: cluster 2023-12-07T17:43:43.032695+0000 mgr.a (mgr.14403) 1168 : cluster 0 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-07T17:43:44.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:44 smithi135 bash[32435]: cluster 2023-12-07T17:43:43.032695+0000 mgr.a (mgr.14403) 1168 : cluster 0 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-07T17:43:46.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:43:46.325 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:46.325 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:46 smithi079 bash[28699]: cluster 2023-12-07T17:43:45.033541+0000 mgr.a (mgr.14403) 1169 : cluster 0 pgmap v867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:46.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:46 smithi194 bash[32038]: cluster 2023-12-07T17:43:45.033541+0000 mgr.a (mgr.14403) 1169 : cluster 0 pgmap v867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:46.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:46 smithi135 bash[32435]: cluster 2023-12-07T17:43:45.033541+0000 mgr.a (mgr.14403) 1169 : cluster 0 pgmap v867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:47.218 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:43:47.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:47.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:47.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:47.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:43:48.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:48 smithi079 bash[28699]: audit 2023-12-07T17:43:46.726473+0000 mgr.a (mgr.14403) 1170 : audit 0 from='client.36552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:48.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:48 smithi079 bash[28699]: cluster 2023-12-07T17:43:47.034308+0000 mgr.a (mgr.14403) 1171 : cluster 0 pgmap v868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:48 smithi194 bash[32038]: audit 2023-12-07T17:43:46.726473+0000 mgr.a (mgr.14403) 1170 : audit 0 from='client.36552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:48 smithi194 bash[32038]: cluster 2023-12-07T17:43:47.034308+0000 mgr.a (mgr.14403) 1171 : cluster 0 pgmap v868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:48.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:48 smithi135 bash[32435]: audit 2023-12-07T17:43:46.726473+0000 mgr.a (mgr.14403) 1170 : audit 0 from='client.36552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:48.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:48 smithi135 bash[32435]: cluster 2023-12-07T17:43:47.034308+0000 mgr.a (mgr.14403) 1171 : cluster 0 pgmap v868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:49.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:49 smithi079 bash[28699]: cluster 2023-12-07T17:43:49.035264+0000 mgr.a (mgr.14403) 1172 : cluster 0 pgmap v869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:49.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:49 smithi194 bash[32038]: cluster 2023-12-07T17:43:49.035264+0000 mgr.a (mgr.14403) 1172 : cluster 0 pgmap v869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:49.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:49 smithi135 bash[32435]: cluster 2023-12-07T17:43:49.035264+0000 mgr.a (mgr.14403) 1172 : cluster 0 pgmap v869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:52.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:43:52.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:52.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:52.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:52 smithi079 bash[28699]: cluster 2023-12-07T17:43:51.035780+0000 mgr.a (mgr.14403) 1173 : cluster 0 pgmap v870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:52.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:52 smithi194 bash[32038]: cluster 2023-12-07T17:43:51.035780+0000 mgr.a (mgr.14403) 1173 : cluster 0 pgmap v870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:52.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:52 smithi135 bash[32435]: cluster 2023-12-07T17:43:51.035780+0000 mgr.a (mgr.14403) 1173 : cluster 0 pgmap v870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:53.128 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:43:53.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:53.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:53.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:53.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:43:54.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:54 smithi079 bash[28699]: audit 2023-12-07T17:43:52.619187+0000 mgr.a (mgr.14403) 1174 : audit 0 from='client.36630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:54.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:54 smithi079 bash[28699]: cluster 2023-12-07T17:43:53.036515+0000 mgr.a (mgr.14403) 1175 : cluster 0 pgmap v871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:54.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:54 smithi194 bash[32038]: audit 2023-12-07T17:43:52.619187+0000 mgr.a (mgr.14403) 1174 : audit 0 from='client.36630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:54.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:54 smithi194 bash[32038]: cluster 2023-12-07T17:43:53.036515+0000 mgr.a (mgr.14403) 1175 : cluster 0 pgmap v871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:54.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:54 smithi135 bash[32435]: audit 2023-12-07T17:43:52.619187+0000 mgr.a (mgr.14403) 1174 : audit 0 from='client.36630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:54.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:54 smithi135 bash[32435]: cluster 2023-12-07T17:43:53.036515+0000 mgr.a (mgr.14403) 1175 : cluster 0 pgmap v871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:56.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:56 smithi079 bash[28699]: cluster 2023-12-07T17:43:55.037365+0000 mgr.a (mgr.14403) 1176 : cluster 0 pgmap v872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:56.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:56 smithi194 bash[32038]: cluster 2023-12-07T17:43:55.037365+0000 mgr.a (mgr.14403) 1176 : cluster 0 pgmap v872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:56.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:56 smithi135 bash[32435]: cluster 2023-12-07T17:43:55.037365+0000 mgr.a (mgr.14403) 1176 : cluster 0 pgmap v872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:43:58.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:43:58.132 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:43:58.132 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:43:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:58 smithi079 bash[28699]: cluster 2023-12-07T17:43:57.037912+0000 mgr.a (mgr.14403) 1177 : cluster 0 pgmap v873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:58.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:58 smithi194 bash[32038]: cluster 2023-12-07T17:43:57.037912+0000 mgr.a (mgr.14403) 1177 : cluster 0 pgmap v873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:58.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:58 smithi135 bash[32435]: cluster 2023-12-07T17:43:57.037912+0000 mgr.a (mgr.14403) 1177 : cluster 0 pgmap v873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:59.013 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:43:59.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:43:59.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:43:59.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:43:59.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:43:59.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:59 smithi079 bash[28699]: audit 2023-12-07T17:43:58.530913+0000 mgr.a (mgr.14403) 1178 : audit 0 from='client.36702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:59.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:43:59 smithi079 bash[28699]: cluster 2023-12-07T17:43:59.038965+0000 mgr.a (mgr.14403) 1179 : cluster 0 pgmap v874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:59.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:59 smithi194 bash[32038]: audit 2023-12-07T17:43:58.530913+0000 mgr.a (mgr.14403) 1178 : audit 0 from='client.36702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:59.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:43:59 smithi194 bash[32038]: cluster 2023-12-07T17:43:59.038965+0000 mgr.a (mgr.14403) 1179 : cluster 0 pgmap v874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:43:59.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:59 smithi135 bash[32435]: audit 2023-12-07T17:43:58.530913+0000 mgr.a (mgr.14403) 1178 : audit 0 from='client.36702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:43:59.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:43:59 smithi135 bash[32435]: cluster 2023-12-07T17:43:59.038965+0000 mgr.a (mgr.14403) 1179 : cluster 0 pgmap v874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:02.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:02 smithi079 bash[28699]: cluster 2023-12-07T17:44:01.039520+0000 mgr.a (mgr.14403) 1180 : cluster 0 pgmap v875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:02 smithi194 bash[32038]: cluster 2023-12-07T17:44:01.039520+0000 mgr.a (mgr.14403) 1180 : cluster 0 pgmap v875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:02.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:02 smithi135 bash[32435]: cluster 2023-12-07T17:44:01.039520+0000 mgr.a (mgr.14403) 1180 : cluster 0 pgmap v875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:04.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:44:04.016 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:04.016 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:04.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:04 smithi079 bash[28699]: cluster 2023-12-07T17:44:03.040082+0000 mgr.a (mgr.14403) 1181 : cluster 0 pgmap v876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:04.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:04 smithi194 bash[32038]: cluster 2023-12-07T17:44:03.040082+0000 mgr.a (mgr.14403) 1181 : cluster 0 pgmap v876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:04.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:04 smithi135 bash[32435]: cluster 2023-12-07T17:44:03.040082+0000 mgr.a (mgr.14403) 1181 : cluster 0 pgmap v876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:04.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:04.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:04.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:04.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:44:04.877 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:44:06.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:06 smithi079 bash[28699]: audit 2023-12-07T17:44:04.405683+0000 mgr.a (mgr.14403) 1182 : audit 0 from='client.36777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:06.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:06 smithi079 bash[28699]: cluster 2023-12-07T17:44:05.041170+0000 mgr.a (mgr.14403) 1183 : cluster 0 pgmap v877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:06.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:06 smithi194 bash[32038]: audit 2023-12-07T17:44:04.405683+0000 mgr.a (mgr.14403) 1182 : audit 0 from='client.36777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:06.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:06 smithi194 bash[32038]: cluster 2023-12-07T17:44:05.041170+0000 mgr.a (mgr.14403) 1183 : cluster 0 pgmap v877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:06.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:06 smithi135 bash[32435]: audit 2023-12-07T17:44:04.405683+0000 mgr.a (mgr.14403) 1182 : audit 0 from='client.36777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:06.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:06 smithi135 bash[32435]: cluster 2023-12-07T17:44:05.041170+0000 mgr.a (mgr.14403) 1183 : cluster 0 pgmap v877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:08.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:08 smithi079 bash[28699]: cluster 2023-12-07T17:44:07.041762+0000 mgr.a (mgr.14403) 1184 : cluster 0 pgmap v878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:08.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:08 smithi194 bash[32038]: cluster 2023-12-07T17:44:07.041762+0000 mgr.a (mgr.14403) 1184 : cluster 0 pgmap v878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:08.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:08 smithi135 bash[32435]: cluster 2023-12-07T17:44:07.041762+0000 mgr.a (mgr.14403) 1184 : cluster 0 pgmap v878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:09.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:44:09.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:09.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:09 smithi079 bash[28699]: audit 2023-12-07T17:44:08.885881+0000 mon.a (mon.0) 629 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:44:09.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:09 smithi079 bash[28699]: cluster 2023-12-07T17:44:09.042524+0000 mgr.a (mgr.14403) 1185 : cluster 0 pgmap v879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:09.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:09 smithi194 bash[32038]: audit 2023-12-07T17:44:08.885881+0000 mon.a (mon.0) 629 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:44:09.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:09 smithi194 bash[32038]: cluster 2023-12-07T17:44:09.042524+0000 mgr.a (mgr.14403) 1185 : cluster 0 pgmap v879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:09.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:09 smithi135 bash[32435]: audit 2023-12-07T17:44:08.885881+0000 mon.a (mon.0) 629 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:44:09.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:09 smithi135 bash[32435]: cluster 2023-12-07T17:44:09.042524+0000 mgr.a (mgr.14403) 1185 : cluster 0 pgmap v879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:10.797 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:44:10.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:10.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:10.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:10.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:44:10.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:10 smithi079 bash[28699]: audit 2023-12-07T17:44:10.281868+0000 mgr.a (mgr.14403) 1186 : audit 0 from='client.36849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:10.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:10 smithi194 bash[32038]: audit 2023-12-07T17:44:10.281868+0000 mgr.a (mgr.14403) 1186 : audit 0 from='client.36849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:10.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:10 smithi135 bash[32435]: audit 2023-12-07T17:44:10.281868+0000 mgr.a (mgr.14403) 1186 : audit 0 from='client.36849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:11.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:11 smithi079 bash[28699]: cluster 2023-12-07T17:44:11.043279+0000 mgr.a (mgr.14403) 1187 : cluster 0 pgmap v880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:11.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:11 smithi194 bash[32038]: cluster 2023-12-07T17:44:11.043279+0000 mgr.a (mgr.14403) 1187 : cluster 0 pgmap v880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:11.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:11 smithi135 bash[32435]: cluster 2023-12-07T17:44:11.043279+0000 mgr.a (mgr.14403) 1187 : cluster 0 pgmap v880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:14.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:14 smithi079 bash[28699]: cluster 2023-12-07T17:44:13.043917+0000 mgr.a (mgr.14403) 1188 : cluster 0 pgmap v881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:14.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:14 smithi194 bash[32038]: cluster 2023-12-07T17:44:13.043917+0000 mgr.a (mgr.14403) 1188 : cluster 0 pgmap v881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:14.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:14 smithi135 bash[32435]: cluster 2023-12-07T17:44:13.043917+0000 mgr.a (mgr.14403) 1188 : cluster 0 pgmap v881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:15.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:44:15.801 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:15.801 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:16.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:16 smithi194 bash[32038]: cluster 2023-12-07T17:44:15.044728+0000 mgr.a (mgr.14403) 1189 : cluster 0 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-07T17:44:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:16 smithi079 bash[28699]: cluster 2023-12-07T17:44:15.044728+0000 mgr.a (mgr.14403) 1189 : cluster 0 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-07T17:44:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:16 smithi135 bash[32435]: cluster 2023-12-07T17:44:15.044728+0000 mgr.a (mgr.14403) 1189 : cluster 0 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-07T17:44:16.677 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:44:16.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:16.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:16.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:16.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:44:17.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:17 smithi079 bash[28699]: audit 2023-12-07T17:44:16.198031+0000 mgr.a (mgr.14403) 1190 : audit 0 from='client.36927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:17.429 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:17 smithi194 bash[32038]: audit 2023-12-07T17:44:16.198031+0000 mgr.a (mgr.14403) 1190 : audit 0 from='client.36927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:17.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:17 smithi135 bash[32435]: audit 2023-12-07T17:44:16.198031+0000 mgr.a (mgr.14403) 1190 : audit 0 from='client.36927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:18.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:18 smithi079 bash[28699]: cluster 2023-12-07T17:44:17.045450+0000 mgr.a (mgr.14403) 1191 : cluster 0 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-07T17:44:18.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:18 smithi194 bash[32038]: cluster 2023-12-07T17:44:17.045450+0000 mgr.a (mgr.14403) 1191 : cluster 0 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-07T17:44:18.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:18 smithi135 bash[32435]: cluster 2023-12-07T17:44:17.045450+0000 mgr.a (mgr.14403) 1191 : cluster 0 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-07T17:44:19.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:19 smithi079 bash[28699]: cluster 2023-12-07T17:44:19.046281+0000 mgr.a (mgr.14403) 1192 : cluster 0 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-07T17:44:19.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:19 smithi194 bash[32038]: cluster 2023-12-07T17:44:19.046281+0000 mgr.a (mgr.14403) 1192 : cluster 0 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-07T17:44:19.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:19 smithi135 bash[32435]: cluster 2023-12-07T17:44:19.046281+0000 mgr.a (mgr.14403) 1192 : cluster 0 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-07T17:44:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:20 smithi079 bash[28699]: audit 2023-12-07T17:44:19.786634+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:44:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:20 smithi079 bash[28699]: audit 2023-12-07T17:44:19.793794+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:44:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:20 smithi079 bash[28699]: audit 2023-12-07T17:44:19.795476+0000 mon.a (mon.0) 632 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:44:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:20 smithi079 bash[28699]: audit 2023-12-07T17:44:19.796989+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:44:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:20 smithi079 bash[28699]: audit 2023-12-07T17:44:19.806762+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:44:21.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:20 smithi194 bash[32038]: audit 2023-12-07T17:44:19.786634+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:44:21.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:20 smithi194 bash[32038]: audit 2023-12-07T17:44:19.793794+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:44:21.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:20 smithi194 bash[32038]: audit 2023-12-07T17:44:19.795476+0000 mon.a (mon.0) 632 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:44:21.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:20 smithi194 bash[32038]: audit 2023-12-07T17:44:19.796989+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:44:21.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:20 smithi194 bash[32038]: audit 2023-12-07T17:44:19.806762+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:44:21.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:20 smithi135 bash[32435]: audit 2023-12-07T17:44:19.786634+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:44:21.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:20 smithi135 bash[32435]: audit 2023-12-07T17:44:19.793794+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:44:21.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:20 smithi135 bash[32435]: audit 2023-12-07T17:44:19.795476+0000 mon.a (mon.0) 632 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:44:21.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:20 smithi135 bash[32435]: audit 2023-12-07T17:44:19.796989+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:44:21.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:20 smithi135 bash[32435]: audit 2023-12-07T17:44:19.806762+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:44:21.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:44:21.681 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:21.681 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:22.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:21 smithi079 bash[28699]: cluster 2023-12-07T17:44:21.046847+0000 mgr.a (mgr.14403) 1193 : cluster 0 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-07T17:44:22.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:21 smithi194 bash[32038]: cluster 2023-12-07T17:44:21.046847+0000 mgr.a (mgr.14403) 1193 : cluster 0 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-07T17:44:22.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:21 smithi135 bash[32435]: cluster 2023-12-07T17:44:21.046847+0000 mgr.a (mgr.14403) 1193 : cluster 0 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-07T17:44:22.591 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:44:22.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:22.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:22.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:22.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:44:23.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:22 smithi079 bash[28699]: audit 2023-12-07T17:44:22.083798+0000 mgr.a (mgr.14403) 1194 : audit 0 from='client.36999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:23.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:22 smithi194 bash[32038]: audit 2023-12-07T17:44:22.083798+0000 mgr.a (mgr.14403) 1194 : audit 0 from='client.36999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:23.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:22 smithi135 bash[32435]: audit 2023-12-07T17:44:22.083798+0000 mgr.a (mgr.14403) 1194 : audit 0 from='client.36999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:24.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:23 smithi079 bash[28699]: cluster 2023-12-07T17:44:23.047672+0000 mgr.a (mgr.14403) 1195 : cluster 0 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-07T17:44:24.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:23 smithi194 bash[32038]: cluster 2023-12-07T17:44:23.047672+0000 mgr.a (mgr.14403) 1195 : cluster 0 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-07T17:44:24.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:23 smithi135 bash[32435]: cluster 2023-12-07T17:44:23.047672+0000 mgr.a (mgr.14403) 1195 : cluster 0 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-07T17:44:26.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:26 smithi079 bash[28699]: cluster 2023-12-07T17:44:25.048652+0000 mgr.a (mgr.14403) 1196 : cluster 0 pgmap v887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:26.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:26 smithi194 bash[32038]: cluster 2023-12-07T17:44:25.048652+0000 mgr.a (mgr.14403) 1196 : cluster 0 pgmap v887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:26.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:26 smithi135 bash[32435]: cluster 2023-12-07T17:44:25.048652+0000 mgr.a (mgr.14403) 1196 : cluster 0 pgmap v887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:27.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:44:27.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:27.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:28.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:28 smithi079 bash[28699]: cluster 2023-12-07T17:44:27.049270+0000 mgr.a (mgr.14403) 1197 : cluster 0 pgmap v888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:28.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:28 smithi194 bash[32038]: cluster 2023-12-07T17:44:27.049270+0000 mgr.a (mgr.14403) 1197 : cluster 0 pgmap v888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:28.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:28 smithi135 bash[32435]: cluster 2023-12-07T17:44:27.049270+0000 mgr.a (mgr.14403) 1197 : cluster 0 pgmap v888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:28.491 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:44:28.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:28.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:28.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:28.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:44:29.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:29 smithi079 bash[28699]: audit 2023-12-07T17:44:27.995228+0000 mgr.a (mgr.14403) 1198 : audit 0 from='client.37071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:29.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:29 smithi194 bash[32038]: audit 2023-12-07T17:44:27.995228+0000 mgr.a (mgr.14403) 1198 : audit 0 from='client.37071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:29.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:29 smithi135 bash[32435]: audit 2023-12-07T17:44:27.995228+0000 mgr.a (mgr.14403) 1198 : audit 0 from='client.37071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:30.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:30 smithi079 bash[28699]: cluster 2023-12-07T17:44:29.050211+0000 mgr.a (mgr.14403) 1199 : cluster 0 pgmap v889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:30.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:30 smithi194 bash[32038]: cluster 2023-12-07T17:44:29.050211+0000 mgr.a (mgr.14403) 1199 : cluster 0 pgmap v889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:30.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:30 smithi135 bash[32435]: cluster 2023-12-07T17:44:29.050211+0000 mgr.a (mgr.14403) 1199 : cluster 0 pgmap v889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:32.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:32 smithi079 bash[28699]: cluster 2023-12-07T17:44:31.050774+0000 mgr.a (mgr.14403) 1200 : cluster 0 pgmap v890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:32.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:32 smithi194 bash[32038]: cluster 2023-12-07T17:44:31.050774+0000 mgr.a (mgr.14403) 1200 : cluster 0 pgmap v890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:32.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:32 smithi135 bash[32435]: cluster 2023-12-07T17:44:31.050774+0000 mgr.a (mgr.14403) 1200 : cluster 0 pgmap v890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:33.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:44:33.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:33.495 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:34.389 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:44:34.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:34.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:34.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:34.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:44:34.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:34 smithi079 bash[28699]: cluster 2023-12-07T17:44:33.051345+0000 mgr.a (mgr.14403) 1201 : cluster 0 pgmap v891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:34.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:34 smithi194 bash[32038]: cluster 2023-12-07T17:44:33.051345+0000 mgr.a (mgr.14403) 1201 : cluster 0 pgmap v891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:34.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:34 smithi135 bash[32435]: cluster 2023-12-07T17:44:33.051345+0000 mgr.a (mgr.14403) 1201 : cluster 0 pgmap v891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:35.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:35 smithi079 bash[28699]: audit 2023-12-07T17:44:33.885162+0000 mgr.a (mgr.14403) 1202 : audit 0 from='client.37146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:35.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:35 smithi194 bash[32038]: audit 2023-12-07T17:44:33.885162+0000 mgr.a (mgr.14403) 1202 : audit 0 from='client.37146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:35.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:35 smithi135 bash[32435]: audit 2023-12-07T17:44:33.885162+0000 mgr.a (mgr.14403) 1202 : audit 0 from='client.37146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:36.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:36 smithi079 bash[28699]: cluster 2023-12-07T17:44:35.052294+0000 mgr.a (mgr.14403) 1203 : cluster 0 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-07T17:44:36.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:36 smithi194 bash[32038]: cluster 2023-12-07T17:44:35.052294+0000 mgr.a (mgr.14403) 1203 : cluster 0 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-07T17:44:36.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:36 smithi135 bash[32435]: cluster 2023-12-07T17:44:35.052294+0000 mgr.a (mgr.14403) 1203 : cluster 0 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-07T17:44:38.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:38 smithi079 bash[28699]: cluster 2023-12-07T17:44:37.052874+0000 mgr.a (mgr.14403) 1204 : cluster 0 pgmap v893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:38.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:38 smithi194 bash[32038]: cluster 2023-12-07T17:44:37.052874+0000 mgr.a (mgr.14403) 1204 : cluster 0 pgmap v893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:38.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:38 smithi135 bash[32435]: cluster 2023-12-07T17:44:37.052874+0000 mgr.a (mgr.14403) 1204 : cluster 0 pgmap v893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:39.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:44:39.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:39.393 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:39.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:39 smithi079 bash[28699]: cluster 2023-12-07T17:44:39.053586+0000 mgr.a (mgr.14403) 1205 : cluster 0 pgmap v894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:39.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:39 smithi194 bash[32038]: cluster 2023-12-07T17:44:39.053586+0000 mgr.a (mgr.14403) 1205 : cluster 0 pgmap v894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:39.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:39 smithi135 bash[32435]: cluster 2023-12-07T17:44:39.053586+0000 mgr.a (mgr.14403) 1205 : cluster 0 pgmap v894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:40.278 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:44:40.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:40.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:40.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:40.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:44:40.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:40 smithi079 bash[28699]: audit 2023-12-07T17:44:39.793092+0000 mgr.a (mgr.14403) 1206 : audit 0 from='client.37224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:40.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:40 smithi194 bash[32038]: audit 2023-12-07T17:44:39.793092+0000 mgr.a (mgr.14403) 1206 : audit 0 from='client.37224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:40.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:40 smithi135 bash[32435]: audit 2023-12-07T17:44:39.793092+0000 mgr.a (mgr.14403) 1206 : audit 0 from='client.37224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:41.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:41 smithi079 bash[28699]: cluster 2023-12-07T17:44:41.054233+0000 mgr.a (mgr.14403) 1207 : cluster 0 pgmap v895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:41.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:41 smithi194 bash[32038]: cluster 2023-12-07T17:44:41.054233+0000 mgr.a (mgr.14403) 1207 : cluster 0 pgmap v895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:41.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:41 smithi135 bash[32435]: cluster 2023-12-07T17:44:41.054233+0000 mgr.a (mgr.14403) 1207 : cluster 0 pgmap v895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:44.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:44 smithi079 bash[28699]: cluster 2023-12-07T17:44:43.054805+0000 mgr.a (mgr.14403) 1208 : cluster 0 pgmap v896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:44.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:44 smithi194 bash[32038]: cluster 2023-12-07T17:44:43.054805+0000 mgr.a (mgr.14403) 1208 : cluster 0 pgmap v896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:44.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:44 smithi135 bash[32435]: cluster 2023-12-07T17:44:43.054805+0000 mgr.a (mgr.14403) 1208 : cluster 0 pgmap v896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:44:45.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:44:45.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:45.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:46.154 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:44:46.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:46.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:46.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:46.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:44:46.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:46 smithi079 bash[28699]: cluster 2023-12-07T17:44:45.055618+0000 mgr.a (mgr.14403) 1209 : cluster 0 pgmap v897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:46.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:46 smithi194 bash[32038]: cluster 2023-12-07T17:44:45.055618+0000 mgr.a (mgr.14403) 1209 : cluster 0 pgmap v897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:46.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:46 smithi135 bash[32435]: cluster 2023-12-07T17:44:45.055618+0000 mgr.a (mgr.14403) 1209 : cluster 0 pgmap v897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:47.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:47 smithi079 bash[28699]: audit 2023-12-07T17:44:45.678569+0000 mgr.a (mgr.14403) 1210 : audit 0 from='client.37302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:47.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:47 smithi194 bash[32038]: audit 2023-12-07T17:44:45.678569+0000 mgr.a (mgr.14403) 1210 : audit 0 from='client.37302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:47.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:47 smithi135 bash[32435]: audit 2023-12-07T17:44:45.678569+0000 mgr.a (mgr.14403) 1210 : audit 0 from='client.37302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:48.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:48 smithi079 bash[28699]: cluster 2023-12-07T17:44:47.056255+0000 mgr.a (mgr.14403) 1211 : cluster 0 pgmap v898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:48 smithi194 bash[32038]: cluster 2023-12-07T17:44:47.056255+0000 mgr.a (mgr.14403) 1211 : cluster 0 pgmap v898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:48.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:48 smithi135 bash[32435]: cluster 2023-12-07T17:44:47.056255+0000 mgr.a (mgr.14403) 1211 : cluster 0 pgmap v898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:49.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:49 smithi079 bash[28699]: cluster 2023-12-07T17:44:49.057021+0000 mgr.a (mgr.14403) 1212 : cluster 0 pgmap v899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:49.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:49 smithi194 bash[32038]: cluster 2023-12-07T17:44:49.057021+0000 mgr.a (mgr.14403) 1212 : cluster 0 pgmap v899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:49.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:49 smithi135 bash[32435]: cluster 2023-12-07T17:44:49.057021+0000 mgr.a (mgr.14403) 1212 : cluster 0 pgmap v899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:44:51.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:44:51.158 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:51.158 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:52.049 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:44:52.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:52.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:52.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:52.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:44:52.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:52 smithi079 bash[28699]: cluster 2023-12-07T17:44:51.057616+0000 mgr.a (mgr.14403) 1213 : cluster 0 pgmap v900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:52.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:52 smithi194 bash[32038]: cluster 2023-12-07T17:44:51.057616+0000 mgr.a (mgr.14403) 1213 : cluster 0 pgmap v900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:52.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:52 smithi135 bash[32435]: cluster 2023-12-07T17:44:51.057616+0000 mgr.a (mgr.14403) 1213 : cluster 0 pgmap v900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:53.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:53 smithi079 bash[28699]: audit 2023-12-07T17:44:51.557398+0000 mgr.a (mgr.14403) 1214 : audit 0 from='client.37377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:53.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:53 smithi194 bash[32038]: audit 2023-12-07T17:44:51.557398+0000 mgr.a (mgr.14403) 1214 : audit 0 from='client.37377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:53.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:53 smithi135 bash[32435]: audit 2023-12-07T17:44:51.557398+0000 mgr.a (mgr.14403) 1214 : audit 0 from='client.37377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:54.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:54 smithi079 bash[28699]: cluster 2023-12-07T17:44:53.058251+0000 mgr.a (mgr.14403) 1215 : cluster 0 pgmap v901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:54.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:54 smithi194 bash[32038]: cluster 2023-12-07T17:44:53.058251+0000 mgr.a (mgr.14403) 1215 : cluster 0 pgmap v901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:54.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:54 smithi135 bash[32435]: cluster 2023-12-07T17:44:53.058251+0000 mgr.a (mgr.14403) 1215 : cluster 0 pgmap v901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:44:56.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:56 smithi079 bash[28699]: cluster 2023-12-07T17:44:55.059100+0000 mgr.a (mgr.14403) 1216 : cluster 0 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-07T17:44:56.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:56 smithi194 bash[32038]: cluster 2023-12-07T17:44:55.059100+0000 mgr.a (mgr.14403) 1216 : cluster 0 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-07T17:44:56.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:56 smithi135 bash[32435]: cluster 2023-12-07T17:44:55.059100+0000 mgr.a (mgr.14403) 1216 : cluster 0 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-07T17:44:57.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:44:57.053 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:44:57.053 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:44:57.946 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:44:57.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:44:57.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:44:57.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:44:57.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:44:58.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:58 smithi079 bash[28699]: cluster 2023-12-07T17:44:57.059590+0000 mgr.a (mgr.14403) 1217 : cluster 0 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-07T17:44:58.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:58 smithi194 bash[32038]: cluster 2023-12-07T17:44:57.059590+0000 mgr.a (mgr.14403) 1217 : cluster 0 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-07T17:44:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:58 smithi135 bash[32435]: cluster 2023-12-07T17:44:57.059590+0000 mgr.a (mgr.14403) 1217 : cluster 0 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-07T17:44:59.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:44:59 smithi079 bash[28699]: audit 2023-12-07T17:44:57.452807+0000 mgr.a (mgr.14403) 1218 : audit 0 from='client.37452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:59.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:44:59 smithi194 bash[32038]: audit 2023-12-07T17:44:57.452807+0000 mgr.a (mgr.14403) 1218 : audit 0 from='client.37452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:44:59.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:44:59 smithi135 bash[32435]: audit 2023-12-07T17:44:57.452807+0000 mgr.a (mgr.14403) 1218 : audit 0 from='client.37452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:00.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:00 smithi079 bash[28699]: cluster 2023-12-07T17:44:59.060436+0000 mgr.a (mgr.14403) 1219 : cluster 0 pgmap v904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:00.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:00 smithi194 bash[32038]: cluster 2023-12-07T17:44:59.060436+0000 mgr.a (mgr.14403) 1219 : cluster 0 pgmap v904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:00.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:00 smithi135 bash[32435]: cluster 2023-12-07T17:44:59.060436+0000 mgr.a (mgr.14403) 1219 : cluster 0 pgmap v904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:02.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:02 smithi079 bash[28699]: cluster 2023-12-07T17:45:01.061029+0000 mgr.a (mgr.14403) 1220 : cluster 0 pgmap v905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:02 smithi194 bash[32038]: cluster 2023-12-07T17:45:01.061029+0000 mgr.a (mgr.14403) 1220 : cluster 0 pgmap v905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:02.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:02 smithi135 bash[32435]: cluster 2023-12-07T17:45:01.061029+0000 mgr.a (mgr.14403) 1220 : cluster 0 pgmap v905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:02.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:45:02.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:02.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:03.843 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:45:03.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:03.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:03.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:03.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:45:04.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:04 smithi194 bash[32038]: cluster 2023-12-07T17:45:03.061666+0000 mgr.a (mgr.14403) 1221 : cluster 0 pgmap v906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:04.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:04 smithi194 bash[32038]: audit 2023-12-07T17:45:03.359559+0000 mgr.a (mgr.14403) 1222 : audit 0 from='client.37527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:04.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:04 smithi135 bash[32435]: cluster 2023-12-07T17:45:03.061666+0000 mgr.a (mgr.14403) 1221 : cluster 0 pgmap v906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:04.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:04 smithi135 bash[32435]: audit 2023-12-07T17:45:03.359559+0000 mgr.a (mgr.14403) 1222 : audit 0 from='client.37527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:04 smithi079 bash[28699]: cluster 2023-12-07T17:45:03.061666+0000 mgr.a (mgr.14403) 1221 : cluster 0 pgmap v906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:04 smithi079 bash[28699]: audit 2023-12-07T17:45:03.359559+0000 mgr.a (mgr.14403) 1222 : audit 0 from='client.37527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:06.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:06 smithi194 bash[32038]: cluster 2023-12-07T17:45:05.062607+0000 mgr.a (mgr.14403) 1223 : cluster 0 pgmap v907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:06.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:06 smithi135 bash[32435]: cluster 2023-12-07T17:45:05.062607+0000 mgr.a (mgr.14403) 1223 : cluster 0 pgmap v907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:06 smithi079 bash[28699]: cluster 2023-12-07T17:45:05.062607+0000 mgr.a (mgr.14403) 1223 : cluster 0 pgmap v907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:08.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:08 smithi194 bash[32038]: cluster 2023-12-07T17:45:07.063245+0000 mgr.a (mgr.14403) 1224 : cluster 0 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-07T17:45:08.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:08 smithi135 bash[32435]: cluster 2023-12-07T17:45:07.063245+0000 mgr.a (mgr.14403) 1224 : cluster 0 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-07T17:45:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:08 smithi079 bash[28699]: cluster 2023-12-07T17:45:07.063245+0000 mgr.a (mgr.14403) 1224 : cluster 0 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-07T17:45:08.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:45:08.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:08.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:09.762 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:45:09.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:09.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:09.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:09.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:45:09.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:09 smithi079 bash[28699]: cluster 2023-12-07T17:45:09.063768+0000 mgr.a (mgr.14403) 1225 : cluster 0 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-07T17:45:09.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:09 smithi079 bash[28699]: audit 2023-12-07T17:45:09.241544+0000 mgr.a (mgr.14403) 1226 : audit 0 from='client.37605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:09.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:09 smithi194 bash[32038]: cluster 2023-12-07T17:45:09.063768+0000 mgr.a (mgr.14403) 1225 : cluster 0 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-07T17:45:09.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:09 smithi194 bash[32038]: audit 2023-12-07T17:45:09.241544+0000 mgr.a (mgr.14403) 1226 : audit 0 from='client.37605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:09.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:09 smithi135 bash[32435]: cluster 2023-12-07T17:45:09.063768+0000 mgr.a (mgr.14403) 1225 : cluster 0 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-07T17:45:09.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:09 smithi135 bash[32435]: audit 2023-12-07T17:45:09.241544+0000 mgr.a (mgr.14403) 1226 : audit 0 from='client.37605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:12.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:12 smithi079 bash[28699]: cluster 2023-12-07T17:45:11.064471+0000 mgr.a (mgr.14403) 1227 : cluster 0 pgmap v910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:12.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:12 smithi194 bash[32038]: cluster 2023-12-07T17:45:11.064471+0000 mgr.a (mgr.14403) 1227 : cluster 0 pgmap v910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:12.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:12 smithi135 bash[32435]: cluster 2023-12-07T17:45:11.064471+0000 mgr.a (mgr.14403) 1227 : cluster 0 pgmap v910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:14.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:14 smithi079 bash[28699]: cluster 2023-12-07T17:45:13.065058+0000 mgr.a (mgr.14403) 1228 : cluster 0 pgmap v911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:14.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:14 smithi194 bash[32038]: cluster 2023-12-07T17:45:13.065058+0000 mgr.a (mgr.14403) 1228 : cluster 0 pgmap v911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:14.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:14 smithi135 bash[32435]: cluster 2023-12-07T17:45:13.065058+0000 mgr.a (mgr.14403) 1228 : cluster 0 pgmap v911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:14.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:45:14.766 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:14.766 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:15.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:15.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:15.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:15.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:45:15.661 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:45:16.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:16 smithi079 bash[28699]: cluster 2023-12-07T17:45:15.065617+0000 mgr.a (mgr.14403) 1229 : cluster 0 pgmap v912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:16.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:16 smithi079 bash[28699]: audit 2023-12-07T17:45:15.161595+0000 mgr.a (mgr.14403) 1230 : audit 0 from='client.37683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:16.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:16 smithi194 bash[32038]: cluster 2023-12-07T17:45:15.065617+0000 mgr.a (mgr.14403) 1229 : cluster 0 pgmap v912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:16.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:16 smithi194 bash[32038]: audit 2023-12-07T17:45:15.161595+0000 mgr.a (mgr.14403) 1230 : audit 0 from='client.37683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:16.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:16 smithi135 bash[32435]: cluster 2023-12-07T17:45:15.065617+0000 mgr.a (mgr.14403) 1229 : cluster 0 pgmap v912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:16.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:16 smithi135 bash[32435]: audit 2023-12-07T17:45:15.161595+0000 mgr.a (mgr.14403) 1230 : audit 0 from='client.37683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:18.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:18 smithi079 bash[28699]: cluster 2023-12-07T17:45:17.066272+0000 mgr.a (mgr.14403) 1231 : cluster 0 pgmap v913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:18.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:18 smithi194 bash[32038]: cluster 2023-12-07T17:45:17.066272+0000 mgr.a (mgr.14403) 1231 : cluster 0 pgmap v913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:18.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:18 smithi135 bash[32435]: cluster 2023-12-07T17:45:17.066272+0000 mgr.a (mgr.14403) 1231 : cluster 0 pgmap v913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:19.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:19 smithi079 bash[28699]: cluster 2023-12-07T17:45:19.067125+0000 mgr.a (mgr.14403) 1232 : cluster 0 pgmap v914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:19.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:19 smithi194 bash[32038]: cluster 2023-12-07T17:45:19.067125+0000 mgr.a (mgr.14403) 1232 : cluster 0 pgmap v914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:19.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:19 smithi135 bash[32435]: cluster 2023-12-07T17:45:19.067125+0000 mgr.a (mgr.14403) 1232 : cluster 0 pgmap v914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:20.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:45:20.665 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:20.665 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:20.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:20 smithi079 bash[28699]: audit 2023-12-07T17:45:19.910230+0000 mon.a (mon.0) 635 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:45:20.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:20 smithi194 bash[32038]: audit 2023-12-07T17:45:19.910230+0000 mon.a (mon.0) 635 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:45:20.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:20 smithi135 bash[32435]: audit 2023-12-07T17:45:19.910230+0000 mon.a (mon.0) 635 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:45:21.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:21.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:21.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:21.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:45:21.540 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:45:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:22 smithi079 bash[28699]: audit 2023-12-07T17:45:21.055195+0000 mgr.a (mgr.14403) 1233 : audit 0 from='client.37755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:22 smithi079 bash[28699]: cluster 2023-12-07T17:45:21.067909+0000 mgr.a (mgr.14403) 1234 : cluster 0 pgmap v915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:22 smithi079 bash[28699]: audit 2023-12-07T17:45:21.122921+0000 mon.a (mon.0) 636 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:22 smithi079 bash[28699]: audit 2023-12-07T17:45:21.128252+0000 mon.a (mon.0) 637 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:22 smithi079 bash[28699]: audit 2023-12-07T17:45:21.132671+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:22 smithi079 bash[28699]: audit 2023-12-07T17:45:21.138468+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:22 smithi079 bash[28699]: audit 2023-12-07T17:45:21.142351+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:22 smithi079 bash[28699]: audit 2023-12-07T17:45:21.148177+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:22 smithi079 bash[28699]: audit 2023-12-07T17:45:21.149460+0000 mon.a (mon.0) 642 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:45:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:22 smithi079 bash[28699]: audit 2023-12-07T17:45:21.150988+0000 mon.a (mon.0) 643 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:45:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:22 smithi079 bash[28699]: audit 2023-12-07T17:45:21.157865+0000 mon.a (mon.0) 644 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:22 smithi194 bash[32038]: audit 2023-12-07T17:45:21.055195+0000 mgr.a (mgr.14403) 1233 : audit 0 from='client.37755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:22.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:22 smithi194 bash[32038]: cluster 2023-12-07T17:45:21.067909+0000 mgr.a (mgr.14403) 1234 : cluster 0 pgmap v915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:22.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:22 smithi194 bash[32038]: audit 2023-12-07T17:45:21.122921+0000 mon.a (mon.0) 636 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:22 smithi194 bash[32038]: audit 2023-12-07T17:45:21.128252+0000 mon.a (mon.0) 637 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:22 smithi194 bash[32038]: audit 2023-12-07T17:45:21.132671+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:22 smithi194 bash[32038]: audit 2023-12-07T17:45:21.138468+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:22 smithi194 bash[32038]: audit 2023-12-07T17:45:21.142351+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:22 smithi194 bash[32038]: audit 2023-12-07T17:45:21.148177+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:22 smithi194 bash[32038]: audit 2023-12-07T17:45:21.149460+0000 mon.a (mon.0) 642 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:45:22.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:22 smithi194 bash[32038]: audit 2023-12-07T17:45:21.150988+0000 mon.a (mon.0) 643 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:45:22.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:22 smithi194 bash[32038]: audit 2023-12-07T17:45:21.157865+0000 mon.a (mon.0) 644 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:22 smithi135 bash[32435]: audit 2023-12-07T17:45:21.055195+0000 mgr.a (mgr.14403) 1233 : audit 0 from='client.37755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:22.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:22 smithi135 bash[32435]: cluster 2023-12-07T17:45:21.067909+0000 mgr.a (mgr.14403) 1234 : cluster 0 pgmap v915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:22.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:22 smithi135 bash[32435]: audit 2023-12-07T17:45:21.122921+0000 mon.a (mon.0) 636 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:22 smithi135 bash[32435]: audit 2023-12-07T17:45:21.128252+0000 mon.a (mon.0) 637 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:22 smithi135 bash[32435]: audit 2023-12-07T17:45:21.132671+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:22 smithi135 bash[32435]: audit 2023-12-07T17:45:21.138468+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:22 smithi135 bash[32435]: audit 2023-12-07T17:45:21.142351+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:22 smithi135 bash[32435]: audit 2023-12-07T17:45:21.148177+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:22.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:22 smithi135 bash[32435]: audit 2023-12-07T17:45:21.149460+0000 mon.a (mon.0) 642 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:45:22.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:22 smithi135 bash[32435]: audit 2023-12-07T17:45:21.150988+0000 mon.a (mon.0) 643 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:45:22.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:22 smithi135 bash[32435]: audit 2023-12-07T17:45:21.157865+0000 mon.a (mon.0) 644 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:45:24.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:24 smithi079 bash[28699]: cluster 2023-12-07T17:45:23.068705+0000 mgr.a (mgr.14403) 1235 : cluster 0 pgmap v916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:24.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:24 smithi194 bash[32038]: cluster 2023-12-07T17:45:23.068705+0000 mgr.a (mgr.14403) 1235 : cluster 0 pgmap v916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:24.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:24 smithi135 bash[32435]: cluster 2023-12-07T17:45:23.068705+0000 mgr.a (mgr.14403) 1235 : cluster 0 pgmap v916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:26.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:26 smithi079 bash[28699]: cluster 2023-12-07T17:45:25.069558+0000 mgr.a (mgr.14403) 1236 : cluster 0 pgmap v917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:26.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:26 smithi194 bash[32038]: cluster 2023-12-07T17:45:25.069558+0000 mgr.a (mgr.14403) 1236 : cluster 0 pgmap v917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:26.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:26 smithi135 bash[32435]: cluster 2023-12-07T17:45:25.069558+0000 mgr.a (mgr.14403) 1236 : cluster 0 pgmap v917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:26.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:45:26.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:26.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:27.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:27.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:27.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:27.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:45:27.437 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:45:28.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:28 smithi079 bash[28699]: audit 2023-12-07T17:45:26.936197+0000 mgr.a (mgr.14403) 1237 : audit 0 from='client.37827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:28.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:28 smithi079 bash[28699]: cluster 2023-12-07T17:45:27.078554+0000 mgr.a (mgr.14403) 1238 : cluster 0 pgmap v918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:28.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:28 smithi194 bash[32038]: audit 2023-12-07T17:45:26.936197+0000 mgr.a (mgr.14403) 1237 : audit 0 from='client.37827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:28.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:28 smithi194 bash[32038]: cluster 2023-12-07T17:45:27.078554+0000 mgr.a (mgr.14403) 1238 : cluster 0 pgmap v918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:28.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:28 smithi135 bash[32435]: audit 2023-12-07T17:45:26.936197+0000 mgr.a (mgr.14403) 1237 : audit 0 from='client.37827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:28.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:28 smithi135 bash[32435]: cluster 2023-12-07T17:45:27.078554+0000 mgr.a (mgr.14403) 1238 : cluster 0 pgmap v918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:29.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:29 smithi079 bash[28699]: cluster 2023-12-07T17:45:29.079627+0000 mgr.a (mgr.14403) 1239 : cluster 0 pgmap v919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:29.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:29 smithi194 bash[32038]: cluster 2023-12-07T17:45:29.079627+0000 mgr.a (mgr.14403) 1239 : cluster 0 pgmap v919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:29.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:29 smithi135 bash[32435]: cluster 2023-12-07T17:45:29.079627+0000 mgr.a (mgr.14403) 1239 : cluster 0 pgmap v919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:32.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:32 smithi079 bash[28699]: cluster 2023-12-07T17:45:31.080405+0000 mgr.a (mgr.14403) 1240 : cluster 0 pgmap v920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:32.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:45:32.441 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:32.441 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:32.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:32 smithi194 bash[32038]: cluster 2023-12-07T17:45:31.080405+0000 mgr.a (mgr.14403) 1240 : cluster 0 pgmap v920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:32.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:32 smithi135 bash[32435]: cluster 2023-12-07T17:45:31.080405+0000 mgr.a (mgr.14403) 1240 : cluster 0 pgmap v920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:33.342 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:45:33.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:33.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:33.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:33.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:45:34.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:34 smithi079 bash[28699]: audit 2023-12-07T17:45:32.846908+0000 mgr.a (mgr.14403) 1241 : audit 0 from='client.37905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:34.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:34 smithi079 bash[28699]: cluster 2023-12-07T17:45:33.080927+0000 mgr.a (mgr.14403) 1242 : cluster 0 pgmap v921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:34.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:34 smithi194 bash[32038]: audit 2023-12-07T17:45:32.846908+0000 mgr.a (mgr.14403) 1241 : audit 0 from='client.37905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:34.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:34 smithi194 bash[32038]: cluster 2023-12-07T17:45:33.080927+0000 mgr.a (mgr.14403) 1242 : cluster 0 pgmap v921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:34.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:34 smithi135 bash[32435]: audit 2023-12-07T17:45:32.846908+0000 mgr.a (mgr.14403) 1241 : audit 0 from='client.37905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:34.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:34 smithi135 bash[32435]: cluster 2023-12-07T17:45:33.080927+0000 mgr.a (mgr.14403) 1242 : cluster 0 pgmap v921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:36.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:36 smithi194 bash[32038]: cluster 2023-12-07T17:45:35.081821+0000 mgr.a (mgr.14403) 1243 : cluster 0 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-07T17:45:36.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:36 smithi135 bash[32435]: cluster 2023-12-07T17:45:35.081821+0000 mgr.a (mgr.14403) 1243 : cluster 0 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-07T17:45:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:36 smithi079 bash[28699]: cluster 2023-12-07T17:45:35.081821+0000 mgr.a (mgr.14403) 1243 : cluster 0 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-07T17:45:38.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:45:38.346 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:38.346 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:38.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:38 smithi194 bash[32038]: cluster 2023-12-07T17:45:37.082401+0000 mgr.a (mgr.14403) 1244 : cluster 0 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-07T17:45:38.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:38 smithi135 bash[32435]: cluster 2023-12-07T17:45:37.082401+0000 mgr.a (mgr.14403) 1244 : cluster 0 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-07T17:45:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:38 smithi079 bash[28699]: cluster 2023-12-07T17:45:37.082401+0000 mgr.a (mgr.14403) 1244 : cluster 0 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-07T17:45:39.223 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:45:39.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:39.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:39.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:39.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:45:39.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:39 smithi079 bash[28699]: audit 2023-12-07T17:45:38.743527+0000 mgr.a (mgr.14403) 1245 : audit 0 from='client.37977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:39.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:39 smithi079 bash[28699]: cluster 2023-12-07T17:45:39.083169+0000 mgr.a (mgr.14403) 1246 : cluster 0 pgmap v924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:39.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:39 smithi194 bash[32038]: audit 2023-12-07T17:45:38.743527+0000 mgr.a (mgr.14403) 1245 : audit 0 from='client.37977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:39.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:39 smithi194 bash[32038]: cluster 2023-12-07T17:45:39.083169+0000 mgr.a (mgr.14403) 1246 : cluster 0 pgmap v924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:39.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:39 smithi135 bash[32435]: audit 2023-12-07T17:45:38.743527+0000 mgr.a (mgr.14403) 1245 : audit 0 from='client.37977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:39.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:39 smithi135 bash[32435]: cluster 2023-12-07T17:45:39.083169+0000 mgr.a (mgr.14403) 1246 : cluster 0 pgmap v924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:42.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:42 smithi079 bash[28699]: cluster 2023-12-07T17:45:41.083853+0000 mgr.a (mgr.14403) 1247 : cluster 0 pgmap v925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:42 smithi194 bash[32038]: cluster 2023-12-07T17:45:41.083853+0000 mgr.a (mgr.14403) 1247 : cluster 0 pgmap v925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:42.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:42 smithi135 bash[32435]: cluster 2023-12-07T17:45:41.083853+0000 mgr.a (mgr.14403) 1247 : cluster 0 pgmap v925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:44.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:45:44.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:44.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:44.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:44 smithi194 bash[32038]: cluster 2023-12-07T17:45:43.084538+0000 mgr.a (mgr.14403) 1248 : cluster 0 pgmap v926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:44.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:44 smithi135 bash[32435]: cluster 2023-12-07T17:45:43.084538+0000 mgr.a (mgr.14403) 1248 : cluster 0 pgmap v926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:44 smithi079 bash[28699]: cluster 2023-12-07T17:45:43.084538+0000 mgr.a (mgr.14403) 1248 : cluster 0 pgmap v926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:45:45.113 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:45:45.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:45.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:45.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:45.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:45:46.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:46 smithi194 bash[32038]: audit 2023-12-07T17:45:44.623714+0000 mgr.a (mgr.14403) 1249 : audit 0 from='client.38052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:46.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:46 smithi194 bash[32038]: cluster 2023-12-07T17:45:45.085293+0000 mgr.a (mgr.14403) 1250 : cluster 0 pgmap v927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:46.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:46 smithi135 bash[32435]: audit 2023-12-07T17:45:44.623714+0000 mgr.a (mgr.14403) 1249 : audit 0 from='client.38052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:46.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:46 smithi135 bash[32435]: cluster 2023-12-07T17:45:45.085293+0000 mgr.a (mgr.14403) 1250 : cluster 0 pgmap v927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:46 smithi079 bash[28699]: audit 2023-12-07T17:45:44.623714+0000 mgr.a (mgr.14403) 1249 : audit 0 from='client.38052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:46 smithi079 bash[28699]: cluster 2023-12-07T17:45:45.085293+0000 mgr.a (mgr.14403) 1250 : cluster 0 pgmap v927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:48 smithi194 bash[32038]: cluster 2023-12-07T17:45:47.085878+0000 mgr.a (mgr.14403) 1251 : cluster 0 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-07T17:45:48.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:48 smithi135 bash[32435]: cluster 2023-12-07T17:45:47.085878+0000 mgr.a (mgr.14403) 1251 : cluster 0 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-07T17:45:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:48 smithi079 bash[28699]: cluster 2023-12-07T17:45:47.085878+0000 mgr.a (mgr.14403) 1251 : cluster 0 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-07T17:45:49.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:49 smithi079 bash[28699]: cluster 2023-12-07T17:45:49.086661+0000 mgr.a (mgr.14403) 1252 : cluster 0 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-07T17:45:49.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:49 smithi194 bash[32038]: cluster 2023-12-07T17:45:49.086661+0000 mgr.a (mgr.14403) 1252 : cluster 0 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-07T17:45:49.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:49 smithi135 bash[32435]: cluster 2023-12-07T17:45:49.086661+0000 mgr.a (mgr.14403) 1252 : cluster 0 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-07T17:45:50.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:45:50.117 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:50.117 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:51.024 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:45:51.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:51.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:51.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:51.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:45:52.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:52 smithi194 bash[32038]: audit 2023-12-07T17:45:50.509499+0000 mgr.a (mgr.14403) 1253 : audit 0 from='client.38124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:52.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:52 smithi194 bash[32038]: cluster 2023-12-07T17:45:51.087366+0000 mgr.a (mgr.14403) 1254 : cluster 0 pgmap v930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:52.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:52 smithi135 bash[32435]: audit 2023-12-07T17:45:50.509499+0000 mgr.a (mgr.14403) 1253 : audit 0 from='client.38124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:52.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:52 smithi135 bash[32435]: cluster 2023-12-07T17:45:51.087366+0000 mgr.a (mgr.14403) 1254 : cluster 0 pgmap v930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:52 smithi079 bash[28699]: audit 2023-12-07T17:45:50.509499+0000 mgr.a (mgr.14403) 1253 : audit 0 from='client.38124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:52 smithi079 bash[28699]: cluster 2023-12-07T17:45:51.087366+0000 mgr.a (mgr.14403) 1254 : cluster 0 pgmap v930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:54.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:54 smithi194 bash[32038]: cluster 2023-12-07T17:45:53.087954+0000 mgr.a (mgr.14403) 1255 : cluster 0 pgmap v931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:54.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:54 smithi135 bash[32435]: cluster 2023-12-07T17:45:53.087954+0000 mgr.a (mgr.14403) 1255 : cluster 0 pgmap v931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:54 smithi079 bash[28699]: cluster 2023-12-07T17:45:53.087954+0000 mgr.a (mgr.14403) 1255 : cluster 0 pgmap v931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:56.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:45:56.027 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:45:56.027 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:45:56.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:56 smithi194 bash[32038]: cluster 2023-12-07T17:45:55.088788+0000 mgr.a (mgr.14403) 1256 : cluster 0 pgmap v932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:56.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:56 smithi135 bash[32435]: cluster 2023-12-07T17:45:55.088788+0000 mgr.a (mgr.14403) 1256 : cluster 0 pgmap v932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:56 smithi079 bash[28699]: cluster 2023-12-07T17:45:55.088788+0000 mgr.a (mgr.14403) 1256 : cluster 0 pgmap v932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:56.953 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:45:56.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:45:56.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:45:56.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:45:56.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:45:58.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:58 smithi194 bash[32038]: audit 2023-12-07T17:45:56.425757+0000 mgr.a (mgr.14403) 1257 : audit 0 from='client.38196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:58.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:58 smithi194 bash[32038]: cluster 2023-12-07T17:45:57.089556+0000 mgr.a (mgr.14403) 1258 : cluster 0 pgmap v933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:58.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:58 smithi135 bash[32435]: audit 2023-12-07T17:45:56.425757+0000 mgr.a (mgr.14403) 1257 : audit 0 from='client.38196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:58.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:58 smithi135 bash[32435]: cluster 2023-12-07T17:45:57.089556+0000 mgr.a (mgr.14403) 1258 : cluster 0 pgmap v933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:58 smithi079 bash[28699]: audit 2023-12-07T17:45:56.425757+0000 mgr.a (mgr.14403) 1257 : audit 0 from='client.38196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:45:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:58 smithi079 bash[28699]: cluster 2023-12-07T17:45:57.089556+0000 mgr.a (mgr.14403) 1258 : cluster 0 pgmap v933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:45:59.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:45:59 smithi079 bash[28699]: cluster 2023-12-07T17:45:59.090379+0000 mgr.a (mgr.14403) 1259 : cluster 0 pgmap v934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:59.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:45:59 smithi194 bash[32038]: cluster 2023-12-07T17:45:59.090379+0000 mgr.a (mgr.14403) 1259 : cluster 0 pgmap v934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:45:59.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:45:59 smithi135 bash[32435]: cluster 2023-12-07T17:45:59.090379+0000 mgr.a (mgr.14403) 1259 : cluster 0 pgmap v934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:01.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:46:01.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:01.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:02 smithi194 bash[32038]: cluster 2023-12-07T17:46:01.090963+0000 mgr.a (mgr.14403) 1260 : cluster 0 pgmap v935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:02.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:02 smithi135 bash[32435]: cluster 2023-12-07T17:46:01.090963+0000 mgr.a (mgr.14403) 1260 : cluster 0 pgmap v935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:02 smithi079 bash[28699]: cluster 2023-12-07T17:46:01.090963+0000 mgr.a (mgr.14403) 1260 : cluster 0 pgmap v935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:02.866 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:46:02.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:02.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:02.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:02.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:46:03.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:03 smithi194 bash[32038]: audit 2023-12-07T17:46:02.359764+0000 mgr.a (mgr.14403) 1261 : audit 0 from='client.38274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:03.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:03 smithi135 bash[32435]: audit 2023-12-07T17:46:02.359764+0000 mgr.a (mgr.14403) 1261 : audit 0 from='client.38274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:03.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:03 smithi079 bash[28699]: audit 2023-12-07T17:46:02.359764+0000 mgr.a (mgr.14403) 1261 : audit 0 from='client.38274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:04.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:04 smithi194 bash[32038]: cluster 2023-12-07T17:46:03.091571+0000 mgr.a (mgr.14403) 1262 : cluster 0 pgmap v936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:04.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:04 smithi135 bash[32435]: cluster 2023-12-07T17:46:03.091571+0000 mgr.a (mgr.14403) 1262 : cluster 0 pgmap v936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:04 smithi079 bash[28699]: cluster 2023-12-07T17:46:03.091571+0000 mgr.a (mgr.14403) 1262 : cluster 0 pgmap v936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:06.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:06 smithi194 bash[32038]: cluster 2023-12-07T17:46:05.092479+0000 mgr.a (mgr.14403) 1263 : cluster 0 pgmap v937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:06.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:06 smithi135 bash[32435]: cluster 2023-12-07T17:46:05.092479+0000 mgr.a (mgr.14403) 1263 : cluster 0 pgmap v937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:06 smithi079 bash[28699]: cluster 2023-12-07T17:46:05.092479+0000 mgr.a (mgr.14403) 1263 : cluster 0 pgmap v937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:07.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:46:07.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:07.871 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:08.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:08 smithi194 bash[32038]: cluster 2023-12-07T17:46:07.093038+0000 mgr.a (mgr.14403) 1264 : cluster 0 pgmap v938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:08.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:08 smithi135 bash[32435]: cluster 2023-12-07T17:46:07.093038+0000 mgr.a (mgr.14403) 1264 : cluster 0 pgmap v938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:08 smithi079 bash[28699]: cluster 2023-12-07T17:46:07.093038+0000 mgr.a (mgr.14403) 1264 : cluster 0 pgmap v938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:08.745 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:46:08.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:08.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:08.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:08.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:46:09.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:09 smithi194 bash[32038]: audit 2023-12-07T17:46:08.270441+0000 mgr.a (mgr.14403) 1265 : audit 0 from='client.38346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:09.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:09 smithi135 bash[32435]: audit 2023-12-07T17:46:08.270441+0000 mgr.a (mgr.14403) 1265 : audit 0 from='client.38346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:09.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:09 smithi079 bash[28699]: audit 2023-12-07T17:46:08.270441+0000 mgr.a (mgr.14403) 1265 : audit 0 from='client.38346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:10.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:10 smithi194 bash[32038]: cluster 2023-12-07T17:46:09.094214+0000 mgr.a (mgr.14403) 1266 : cluster 0 pgmap v939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:46:10.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:10 smithi135 bash[32435]: cluster 2023-12-07T17:46:09.094214+0000 mgr.a (mgr.14403) 1266 : cluster 0 pgmap v939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:46:10.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:10 smithi079 bash[28699]: cluster 2023-12-07T17:46:09.094214+0000 mgr.a (mgr.14403) 1266 : cluster 0 pgmap v939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:46:12.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:12 smithi194 bash[32038]: cluster 2023-12-07T17:46:11.094793+0000 mgr.a (mgr.14403) 1267 : cluster 0 pgmap v940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:46:12.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:12 smithi135 bash[32435]: cluster 2023-12-07T17:46:11.094793+0000 mgr.a (mgr.14403) 1267 : cluster 0 pgmap v940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:46:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:12 smithi079 bash[28699]: cluster 2023-12-07T17:46:11.094793+0000 mgr.a (mgr.14403) 1267 : cluster 0 pgmap v940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:46:13.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:46:13.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:13.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:14.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:14 smithi194 bash[32038]: cluster 2023-12-07T17:46:13.095382+0000 mgr.a (mgr.14403) 1268 : cluster 0 pgmap v941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:46:14.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:14 smithi135 bash[32435]: cluster 2023-12-07T17:46:13.095382+0000 mgr.a (mgr.14403) 1268 : cluster 0 pgmap v941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:46:14.642 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:46:14.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:14.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:14.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:14.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:46:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:14 smithi079 bash[28699]: cluster 2023-12-07T17:46:13.095382+0000 mgr.a (mgr.14403) 1268 : cluster 0 pgmap v941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:46:15.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:15 smithi194 bash[32038]: audit 2023-12-07T17:46:14.147744+0000 mgr.a (mgr.14403) 1269 : audit 0 from='client.38424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:15.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:15 smithi135 bash[32435]: audit 2023-12-07T17:46:14.147744+0000 mgr.a (mgr.14403) 1269 : audit 0 from='client.38424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:15.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:15 smithi079 bash[28699]: audit 2023-12-07T17:46:14.147744+0000 mgr.a (mgr.14403) 1269 : audit 0 from='client.38424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:16.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:16 smithi194 bash[32038]: cluster 2023-12-07T17:46:15.096345+0000 mgr.a (mgr.14403) 1270 : cluster 0 pgmap v942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:16.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:16 smithi135 bash[32435]: cluster 2023-12-07T17:46:15.096345+0000 mgr.a (mgr.14403) 1270 : cluster 0 pgmap v942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:16 smithi079 bash[28699]: cluster 2023-12-07T17:46:15.096345+0000 mgr.a (mgr.14403) 1270 : cluster 0 pgmap v942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:18.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:18 smithi194 bash[32038]: cluster 2023-12-07T17:46:17.096931+0000 mgr.a (mgr.14403) 1271 : cluster 0 pgmap v943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:18.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:18 smithi135 bash[32435]: cluster 2023-12-07T17:46:17.096931+0000 mgr.a (mgr.14403) 1271 : cluster 0 pgmap v943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:18 smithi079 bash[28699]: cluster 2023-12-07T17:46:17.096931+0000 mgr.a (mgr.14403) 1271 : cluster 0 pgmap v943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:19.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:46:19.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:19.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:19.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:19 smithi079 bash[28699]: cluster 2023-12-07T17:46:19.097710+0000 mgr.a (mgr.14403) 1272 : cluster 0 pgmap v944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:19.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:19 smithi194 bash[32038]: cluster 2023-12-07T17:46:19.097710+0000 mgr.a (mgr.14403) 1272 : cluster 0 pgmap v944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:19.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:19 smithi135 bash[32435]: cluster 2023-12-07T17:46:19.097710+0000 mgr.a (mgr.14403) 1272 : cluster 0 pgmap v944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:20.541 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:46:20.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:20.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:20.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:20.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:46:20.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:20 smithi079 bash[28699]: audit 2023-12-07T17:46:20.043287+0000 mgr.a (mgr.14403) 1273 : audit 0 from='client.38502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:20.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:20 smithi194 bash[32038]: audit 2023-12-07T17:46:20.043287+0000 mgr.a (mgr.14403) 1273 : audit 0 from='client.38502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:20.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:20 smithi135 bash[32435]: audit 2023-12-07T17:46:20.043287+0000 mgr.a (mgr.14403) 1273 : audit 0 from='client.38502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:21.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:21 smithi079 bash[28699]: cluster 2023-12-07T17:46:21.098439+0000 mgr.a (mgr.14403) 1274 : cluster 0 pgmap v945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:21.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:21 smithi079 bash[28699]: audit 2023-12-07T17:46:21.309348+0000 mon.a (mon.0) 645 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:46:21.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:21 smithi194 bash[32038]: cluster 2023-12-07T17:46:21.098439+0000 mgr.a (mgr.14403) 1274 : cluster 0 pgmap v945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:21.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:21 smithi194 bash[32038]: audit 2023-12-07T17:46:21.309348+0000 mon.a (mon.0) 645 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:46:21.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:21 smithi135 bash[32435]: cluster 2023-12-07T17:46:21.098439+0000 mgr.a (mgr.14403) 1274 : cluster 0 pgmap v945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:21.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:21 smithi135 bash[32435]: audit 2023-12-07T17:46:21.309348+0000 mon.a (mon.0) 645 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:46:24.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:24 smithi194 bash[32038]: cluster 2023-12-07T17:46:23.099089+0000 mgr.a (mgr.14403) 1275 : cluster 0 pgmap v946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:24.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:24 smithi135 bash[32435]: cluster 2023-12-07T17:46:23.099089+0000 mgr.a (mgr.14403) 1275 : cluster 0 pgmap v946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:24 smithi079 bash[28699]: cluster 2023-12-07T17:46:23.099089+0000 mgr.a (mgr.14403) 1275 : cluster 0 pgmap v946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:46:25.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:46:25.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:25.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:26.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:26 smithi194 bash[32038]: cluster 2023-12-07T17:46:25.099877+0000 mgr.a (mgr.14403) 1276 : cluster 0 pgmap v947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:46:26.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:26 smithi135 bash[32435]: cluster 2023-12-07T17:46:25.099877+0000 mgr.a (mgr.14403) 1276 : cluster 0 pgmap v947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:46:26.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:26.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:26.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:26.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:46:26.506 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:46:26.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:26 smithi079 bash[28699]: cluster 2023-12-07T17:46:25.099877+0000 mgr.a (mgr.14403) 1276 : cluster 0 pgmap v947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:46:27.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:27 smithi194 bash[32038]: audit 2023-12-07T17:46:25.951905+0000 mgr.a (mgr.14403) 1277 : audit 0 from='client.38577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:27.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:27 smithi194 bash[32038]: audit 2023-12-07T17:46:26.658432+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:27 smithi194 bash[32038]: audit 2023-12-07T17:46:26.664816+0000 mon.a (mon.0) 647 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:27 smithi194 bash[32038]: audit 2023-12-07T17:46:26.710853+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:27 smithi194 bash[32038]: audit 2023-12-07T17:46:26.715118+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:27 smithi194 bash[32038]: audit 2023-12-07T17:46:26.719887+0000 mon.a (mon.0) 650 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:27 smithi194 bash[32038]: audit 2023-12-07T17:46:26.725307+0000 mon.a (mon.0) 651 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:27 smithi135 bash[32435]: audit 2023-12-07T17:46:25.951905+0000 mgr.a (mgr.14403) 1277 : audit 0 from='client.38577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:27.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:27 smithi135 bash[32435]: audit 2023-12-07T17:46:26.658432+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:27 smithi135 bash[32435]: audit 2023-12-07T17:46:26.664816+0000 mon.a (mon.0) 647 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:27 smithi135 bash[32435]: audit 2023-12-07T17:46:26.710853+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:27 smithi135 bash[32435]: audit 2023-12-07T17:46:26.715118+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:27 smithi135 bash[32435]: audit 2023-12-07T17:46:26.719887+0000 mon.a (mon.0) 650 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:27 smithi135 bash[32435]: audit 2023-12-07T17:46:26.725307+0000 mon.a (mon.0) 651 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:27 smithi079 bash[28699]: audit 2023-12-07T17:46:25.951905+0000 mgr.a (mgr.14403) 1277 : audit 0 from='client.38577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:27 smithi079 bash[28699]: audit 2023-12-07T17:46:26.658432+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:27 smithi079 bash[28699]: audit 2023-12-07T17:46:26.664816+0000 mon.a (mon.0) 647 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:27 smithi079 bash[28699]: audit 2023-12-07T17:46:26.710853+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:27 smithi079 bash[28699]: audit 2023-12-07T17:46:26.715118+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:27 smithi079 bash[28699]: audit 2023-12-07T17:46:26.719887+0000 mon.a (mon.0) 650 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:27.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:27 smithi079 bash[28699]: audit 2023-12-07T17:46:26.725307+0000 mon.a (mon.0) 651 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:28.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:28 smithi194 bash[32038]: cluster 2023-12-07T17:46:27.100533+0000 mgr.a (mgr.14403) 1278 : cluster 0 pgmap v948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:28.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:28 smithi194 bash[32038]: audit 2023-12-07T17:46:27.409981+0000 mon.a (mon.0) 652 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:46:28.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:28 smithi194 bash[32038]: audit 2023-12-07T17:46:27.412000+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:46:28.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:28 smithi194 bash[32038]: audit 2023-12-07T17:46:27.420723+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:28.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:28 smithi135 bash[32435]: cluster 2023-12-07T17:46:27.100533+0000 mgr.a (mgr.14403) 1278 : cluster 0 pgmap v948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:28.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:28 smithi135 bash[32435]: audit 2023-12-07T17:46:27.409981+0000 mon.a (mon.0) 652 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:46:28.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:28 smithi135 bash[32435]: audit 2023-12-07T17:46:27.412000+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:46:28.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:28 smithi135 bash[32435]: audit 2023-12-07T17:46:27.420723+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:28 smithi079 bash[28699]: cluster 2023-12-07T17:46:27.100533+0000 mgr.a (mgr.14403) 1278 : cluster 0 pgmap v948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:28 smithi079 bash[28699]: audit 2023-12-07T17:46:27.409981+0000 mon.a (mon.0) 652 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:46:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:28 smithi079 bash[28699]: audit 2023-12-07T17:46:27.412000+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:46:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:28 smithi079 bash[28699]: audit 2023-12-07T17:46:27.420723+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:46:29.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:29 smithi079 bash[28699]: cluster 2023-12-07T17:46:29.101331+0000 mgr.a (mgr.14403) 1279 : cluster 0 pgmap v949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:29.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:29 smithi194 bash[32038]: cluster 2023-12-07T17:46:29.101331+0000 mgr.a (mgr.14403) 1279 : cluster 0 pgmap v949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:29.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:29 smithi135 bash[32435]: cluster 2023-12-07T17:46:29.101331+0000 mgr.a (mgr.14403) 1279 : cluster 0 pgmap v949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:31.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:46:31.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:31.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:32.444 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:46:32.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:32.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:32.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:32.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:46:32.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:32 smithi194 bash[32038]: cluster 2023-12-07T17:46:31.101928+0000 mgr.a (mgr.14403) 1280 : cluster 0 pgmap v950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:32.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:32 smithi135 bash[32435]: cluster 2023-12-07T17:46:31.101928+0000 mgr.a (mgr.14403) 1280 : cluster 0 pgmap v950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:32 smithi079 bash[28699]: cluster 2023-12-07T17:46:31.101928+0000 mgr.a (mgr.14403) 1280 : cluster 0 pgmap v950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:33.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:33 smithi194 bash[32038]: audit 2023-12-07T17:46:31.911217+0000 mgr.a (mgr.14403) 1281 : audit 0 from='client.38649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:33.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:33 smithi135 bash[32435]: audit 2023-12-07T17:46:31.911217+0000 mgr.a (mgr.14403) 1281 : audit 0 from='client.38649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:33.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:33 smithi079 bash[28699]: audit 2023-12-07T17:46:31.911217+0000 mgr.a (mgr.14403) 1281 : audit 0 from='client.38649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:34.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:34 smithi194 bash[32038]: cluster 2023-12-07T17:46:33.102595+0000 mgr.a (mgr.14403) 1282 : cluster 0 pgmap v951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:34.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:34 smithi135 bash[32435]: cluster 2023-12-07T17:46:33.102595+0000 mgr.a (mgr.14403) 1282 : cluster 0 pgmap v951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:34 smithi079 bash[28699]: cluster 2023-12-07T17:46:33.102595+0000 mgr.a (mgr.14403) 1282 : cluster 0 pgmap v951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:36.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:36 smithi194 bash[32038]: cluster 2023-12-07T17:46:35.103448+0000 mgr.a (mgr.14403) 1283 : cluster 0 pgmap v952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:36.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:36 smithi135 bash[32435]: cluster 2023-12-07T17:46:35.103448+0000 mgr.a (mgr.14403) 1283 : cluster 0 pgmap v952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:36 smithi079 bash[28699]: cluster 2023-12-07T17:46:35.103448+0000 mgr.a (mgr.14403) 1283 : cluster 0 pgmap v952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:37.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:46:37.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:37.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:38.330 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:46:38.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:38.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:38.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:38.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:46:38.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:38 smithi194 bash[32038]: cluster 2023-12-07T17:46:37.103943+0000 mgr.a (mgr.14403) 1284 : cluster 0 pgmap v953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:38.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:38 smithi135 bash[32435]: cluster 2023-12-07T17:46:37.103943+0000 mgr.a (mgr.14403) 1284 : cluster 0 pgmap v953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:38 smithi079 bash[28699]: cluster 2023-12-07T17:46:37.103943+0000 mgr.a (mgr.14403) 1284 : cluster 0 pgmap v953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:39.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:39 smithi194 bash[32038]: audit 2023-12-07T17:46:37.837980+0000 mgr.a (mgr.14403) 1285 : audit 0 from='client.38724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:39.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:39 smithi135 bash[32435]: audit 2023-12-07T17:46:37.837980+0000 mgr.a (mgr.14403) 1285 : audit 0 from='client.38724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:39.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:39 smithi079 bash[28699]: audit 2023-12-07T17:46:37.837980+0000 mgr.a (mgr.14403) 1285 : audit 0 from='client.38724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:40.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:40 smithi194 bash[32038]: cluster 2023-12-07T17:46:39.104858+0000 mgr.a (mgr.14403) 1286 : cluster 0 pgmap v954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:40.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:40 smithi135 bash[32435]: cluster 2023-12-07T17:46:39.104858+0000 mgr.a (mgr.14403) 1286 : cluster 0 pgmap v954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:40.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:40 smithi079 bash[28699]: cluster 2023-12-07T17:46:39.104858+0000 mgr.a (mgr.14403) 1286 : cluster 0 pgmap v954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:42 smithi194 bash[32038]: cluster 2023-12-07T17:46:41.105434+0000 mgr.a (mgr.14403) 1287 : cluster 0 pgmap v955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:42.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:42 smithi135 bash[32435]: cluster 2023-12-07T17:46:41.105434+0000 mgr.a (mgr.14403) 1287 : cluster 0 pgmap v955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:42 smithi079 bash[28699]: cluster 2023-12-07T17:46:41.105434+0000 mgr.a (mgr.14403) 1287 : cluster 0 pgmap v955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:43.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:46:43.335 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:43.335 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:44.227 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:46:44.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:44.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:44.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:44.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:46:44.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:44 smithi194 bash[32038]: cluster 2023-12-07T17:46:43.106040+0000 mgr.a (mgr.14403) 1288 : cluster 0 pgmap v956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:44.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:44 smithi135 bash[32435]: cluster 2023-12-07T17:46:43.106040+0000 mgr.a (mgr.14403) 1288 : cluster 0 pgmap v956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:44 smithi079 bash[28699]: cluster 2023-12-07T17:46:43.106040+0000 mgr.a (mgr.14403) 1288 : cluster 0 pgmap v956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:45.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:45 smithi194 bash[32038]: audit 2023-12-07T17:46:43.736901+0000 mgr.a (mgr.14403) 1289 : audit 0 from='client.38799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:45.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:45 smithi135 bash[32435]: audit 2023-12-07T17:46:43.736901+0000 mgr.a (mgr.14403) 1289 : audit 0 from='client.38799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:45.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:45 smithi079 bash[28699]: audit 2023-12-07T17:46:43.736901+0000 mgr.a (mgr.14403) 1289 : audit 0 from='client.38799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:46.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:46 smithi194 bash[32038]: cluster 2023-12-07T17:46:45.107170+0000 mgr.a (mgr.14403) 1290 : cluster 0 pgmap v957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:46.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:46 smithi135 bash[32435]: cluster 2023-12-07T17:46:45.107170+0000 mgr.a (mgr.14403) 1290 : cluster 0 pgmap v957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:46 smithi079 bash[28699]: cluster 2023-12-07T17:46:45.107170+0000 mgr.a (mgr.14403) 1290 : cluster 0 pgmap v957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:48 smithi194 bash[32038]: cluster 2023-12-07T17:46:47.107795+0000 mgr.a (mgr.14403) 1291 : cluster 0 pgmap v958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:48.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:48 smithi135 bash[32435]: cluster 2023-12-07T17:46:47.107795+0000 mgr.a (mgr.14403) 1291 : cluster 0 pgmap v958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:48 smithi079 bash[28699]: cluster 2023-12-07T17:46:47.107795+0000 mgr.a (mgr.14403) 1291 : cluster 0 pgmap v958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:49.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:46:49.231 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:49.231 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:49.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:49 smithi079 bash[28699]: cluster 2023-12-07T17:46:49.108543+0000 mgr.a (mgr.14403) 1292 : cluster 0 pgmap v959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:49.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:49 smithi194 bash[32038]: cluster 2023-12-07T17:46:49.108543+0000 mgr.a (mgr.14403) 1292 : cluster 0 pgmap v959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:49.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:49 smithi135 bash[32435]: cluster 2023-12-07T17:46:49.108543+0000 mgr.a (mgr.14403) 1292 : cluster 0 pgmap v959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:50.118 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:46:50.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:50.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:50.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:50.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:46:50.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:50 smithi079 bash[28699]: audit 2023-12-07T17:46:49.637705+0000 mgr.a (mgr.14403) 1293 : audit 0 from='client.38877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:50.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:50 smithi194 bash[32038]: audit 2023-12-07T17:46:49.637705+0000 mgr.a (mgr.14403) 1293 : audit 0 from='client.38877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:50.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:50 smithi135 bash[32435]: audit 2023-12-07T17:46:49.637705+0000 mgr.a (mgr.14403) 1293 : audit 0 from='client.38877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:51.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:51 smithi079 bash[28699]: cluster 2023-12-07T17:46:51.109228+0000 mgr.a (mgr.14403) 1294 : cluster 0 pgmap v960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:51.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:51 smithi194 bash[32038]: cluster 2023-12-07T17:46:51.109228+0000 mgr.a (mgr.14403) 1294 : cluster 0 pgmap v960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:51.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:51 smithi135 bash[32435]: cluster 2023-12-07T17:46:51.109228+0000 mgr.a (mgr.14403) 1294 : cluster 0 pgmap v960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:54.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:54 smithi194 bash[32038]: cluster 2023-12-07T17:46:53.109946+0000 mgr.a (mgr.14403) 1295 : cluster 0 pgmap v961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:54.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:54 smithi135 bash[32435]: cluster 2023-12-07T17:46:53.109946+0000 mgr.a (mgr.14403) 1295 : cluster 0 pgmap v961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:54 smithi079 bash[28699]: cluster 2023-12-07T17:46:53.109946+0000 mgr.a (mgr.14403) 1295 : cluster 0 pgmap v961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:46:55.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:46:55.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:46:55.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:46:56.026 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:46:56.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:46:56.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:46:56.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:46:56.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:46:56.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:56 smithi194 bash[32038]: cluster 2023-12-07T17:46:55.110788+0000 mgr.a (mgr.14403) 1296 : cluster 0 pgmap v962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:56.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:56 smithi135 bash[32435]: cluster 2023-12-07T17:46:55.110788+0000 mgr.a (mgr.14403) 1296 : cluster 0 pgmap v962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:56 smithi079 bash[28699]: cluster 2023-12-07T17:46:55.110788+0000 mgr.a (mgr.14403) 1296 : cluster 0 pgmap v962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:57.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:57 smithi194 bash[32038]: audit 2023-12-07T17:46:55.527207+0000 mgr.a (mgr.14403) 1297 : audit 0 from='client.38949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:57.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:57 smithi135 bash[32435]: audit 2023-12-07T17:46:55.527207+0000 mgr.a (mgr.14403) 1297 : audit 0 from='client.38949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:57.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:57 smithi079 bash[28699]: audit 2023-12-07T17:46:55.527207+0000 mgr.a (mgr.14403) 1297 : audit 0 from='client.38949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:46:58.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:58 smithi194 bash[32038]: cluster 2023-12-07T17:46:57.111529+0000 mgr.a (mgr.14403) 1298 : cluster 0 pgmap v963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:58.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:58 smithi135 bash[32435]: cluster 2023-12-07T17:46:57.111529+0000 mgr.a (mgr.14403) 1298 : cluster 0 pgmap v963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:58 smithi079 bash[28699]: cluster 2023-12-07T17:46:57.111529+0000 mgr.a (mgr.14403) 1298 : cluster 0 pgmap v963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:46:59.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:46:59 smithi079 bash[28699]: cluster 2023-12-07T17:46:59.112359+0000 mgr.a (mgr.14403) 1299 : cluster 0 pgmap v964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:59.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:46:59 smithi194 bash[32038]: cluster 2023-12-07T17:46:59.112359+0000 mgr.a (mgr.14403) 1299 : cluster 0 pgmap v964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:46:59.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:46:59 smithi135 bash[32435]: cluster 2023-12-07T17:46:59.112359+0000 mgr.a (mgr.14403) 1299 : cluster 0 pgmap v964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:01.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:47:01.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:01.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:01.946 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:47:01.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:01.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:01.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:01.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:47:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:02 smithi194 bash[32038]: cluster 2023-12-07T17:47:01.113058+0000 mgr.a (mgr.14403) 1300 : cluster 0 pgmap v965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:02.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:02 smithi194 bash[32038]: audit 2023-12-07T17:47:01.431105+0000 mgr.a (mgr.14403) 1301 : audit 0 from='client.39027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:02.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:02 smithi135 bash[32435]: cluster 2023-12-07T17:47:01.113058+0000 mgr.a (mgr.14403) 1300 : cluster 0 pgmap v965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:02.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:02 smithi135 bash[32435]: audit 2023-12-07T17:47:01.431105+0000 mgr.a (mgr.14403) 1301 : audit 0 from='client.39027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:02 smithi079 bash[28699]: cluster 2023-12-07T17:47:01.113058+0000 mgr.a (mgr.14403) 1300 : cluster 0 pgmap v965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:02 smithi079 bash[28699]: audit 2023-12-07T17:47:01.431105+0000 mgr.a (mgr.14403) 1301 : audit 0 from='client.39027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:04.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:04 smithi194 bash[32038]: cluster 2023-12-07T17:47:03.113790+0000 mgr.a (mgr.14403) 1302 : cluster 0 pgmap v966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:04.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:04 smithi135 bash[32435]: cluster 2023-12-07T17:47:03.113790+0000 mgr.a (mgr.14403) 1302 : cluster 0 pgmap v966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:04 smithi079 bash[28699]: cluster 2023-12-07T17:47:03.113790+0000 mgr.a (mgr.14403) 1302 : cluster 0 pgmap v966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:06.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:06 smithi194 bash[32038]: cluster 2023-12-07T17:47:05.114611+0000 mgr.a (mgr.14403) 1303 : cluster 0 pgmap v967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:06.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:06 smithi135 bash[32435]: cluster 2023-12-07T17:47:05.114611+0000 mgr.a (mgr.14403) 1303 : cluster 0 pgmap v967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:06 smithi079 bash[28699]: cluster 2023-12-07T17:47:05.114611+0000 mgr.a (mgr.14403) 1303 : cluster 0 pgmap v967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:06.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:47:06.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:06.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:07.823 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:47:07.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:07.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:07.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:07.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:47:08.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:08 smithi194 bash[32038]: cluster 2023-12-07T17:47:07.115190+0000 mgr.a (mgr.14403) 1304 : cluster 0 pgmap v968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:08.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:08 smithi194 bash[32038]: audit 2023-12-07T17:47:07.347158+0000 mgr.a (mgr.14403) 1305 : audit 0 from='client.39105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:08.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:08 smithi135 bash[32435]: cluster 2023-12-07T17:47:07.115190+0000 mgr.a (mgr.14403) 1304 : cluster 0 pgmap v968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:08.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:08 smithi135 bash[32435]: audit 2023-12-07T17:47:07.347158+0000 mgr.a (mgr.14403) 1305 : audit 0 from='client.39105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:08 smithi079 bash[28699]: cluster 2023-12-07T17:47:07.115190+0000 mgr.a (mgr.14403) 1304 : cluster 0 pgmap v968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:08 smithi079 bash[28699]: audit 2023-12-07T17:47:07.347158+0000 mgr.a (mgr.14403) 1305 : audit 0 from='client.39105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:09.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:09 smithi079 bash[28699]: cluster 2023-12-07T17:47:09.116080+0000 mgr.a (mgr.14403) 1306 : cluster 0 pgmap v969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:09.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:09 smithi194 bash[32038]: cluster 2023-12-07T17:47:09.116080+0000 mgr.a (mgr.14403) 1306 : cluster 0 pgmap v969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:09.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:09 smithi135 bash[32435]: cluster 2023-12-07T17:47:09.116080+0000 mgr.a (mgr.14403) 1306 : cluster 0 pgmap v969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:12.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:12 smithi194 bash[32038]: cluster 2023-12-07T17:47:11.116672+0000 mgr.a (mgr.14403) 1307 : cluster 0 pgmap v970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:12.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:12 smithi135 bash[32435]: cluster 2023-12-07T17:47:11.116672+0000 mgr.a (mgr.14403) 1307 : cluster 0 pgmap v970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:12 smithi079 bash[28699]: cluster 2023-12-07T17:47:11.116672+0000 mgr.a (mgr.14403) 1307 : cluster 0 pgmap v970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:12.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:47:12.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:12.827 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:13.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:13.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:13.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:13.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:47:13.715 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:47:14.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:14 smithi194 bash[32038]: cluster 2023-12-07T17:47:13.117248+0000 mgr.a (mgr.14403) 1308 : cluster 0 pgmap v971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:14.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:14 smithi194 bash[32038]: audit 2023-12-07T17:47:13.223214+0000 mgr.a (mgr.14403) 1309 : audit 0 from='client.39180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:14.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:14 smithi135 bash[32435]: cluster 2023-12-07T17:47:13.117248+0000 mgr.a (mgr.14403) 1308 : cluster 0 pgmap v971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:14.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:14 smithi135 bash[32435]: audit 2023-12-07T17:47:13.223214+0000 mgr.a (mgr.14403) 1309 : audit 0 from='client.39180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:14 smithi079 bash[28699]: cluster 2023-12-07T17:47:13.117248+0000 mgr.a (mgr.14403) 1308 : cluster 0 pgmap v971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:14 smithi079 bash[28699]: audit 2023-12-07T17:47:13.223214+0000 mgr.a (mgr.14403) 1309 : audit 0 from='client.39180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:16.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:16 smithi194 bash[32038]: cluster 2023-12-07T17:47:15.118246+0000 mgr.a (mgr.14403) 1310 : cluster 0 pgmap v972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:47:16.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:16 smithi135 bash[32435]: cluster 2023-12-07T17:47:15.118246+0000 mgr.a (mgr.14403) 1310 : cluster 0 pgmap v972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:47:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:16 smithi079 bash[28699]: cluster 2023-12-07T17:47:15.118246+0000 mgr.a (mgr.14403) 1310 : cluster 0 pgmap v972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:47:18.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:18 smithi194 bash[32038]: cluster 2023-12-07T17:47:17.118836+0000 mgr.a (mgr.14403) 1311 : cluster 0 pgmap v973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:47:18.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:18 smithi135 bash[32435]: cluster 2023-12-07T17:47:17.118836+0000 mgr.a (mgr.14403) 1311 : cluster 0 pgmap v973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:47:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:18 smithi079 bash[28699]: cluster 2023-12-07T17:47:17.118836+0000 mgr.a (mgr.14403) 1311 : cluster 0 pgmap v973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:47:18.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:47:18.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:18.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:19.642 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:47:19.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:19.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:19.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:19.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:47:19.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:19 smithi079 bash[28699]: cluster 2023-12-07T17:47:19.119565+0000 mgr.a (mgr.14403) 1312 : cluster 0 pgmap v974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:19.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:19 smithi079 bash[28699]: audit 2023-12-07T17:47:19.120669+0000 mgr.a (mgr.14403) 1313 : audit 0 from='client.39255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:19.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:19 smithi194 bash[32038]: cluster 2023-12-07T17:47:19.119565+0000 mgr.a (mgr.14403) 1312 : cluster 0 pgmap v974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:19.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:19 smithi194 bash[32038]: audit 2023-12-07T17:47:19.120669+0000 mgr.a (mgr.14403) 1313 : audit 0 from='client.39255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:19.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:19 smithi135 bash[32435]: cluster 2023-12-07T17:47:19.119565+0000 mgr.a (mgr.14403) 1312 : cluster 0 pgmap v974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:19.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:19 smithi135 bash[32435]: audit 2023-12-07T17:47:19.120669+0000 mgr.a (mgr.14403) 1313 : audit 0 from='client.39255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:22.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:22 smithi194 bash[32038]: cluster 2023-12-07T17:47:21.120243+0000 mgr.a (mgr.14403) 1314 : cluster 0 pgmap v975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:22.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:22 smithi135 bash[32435]: cluster 2023-12-07T17:47:21.120243+0000 mgr.a (mgr.14403) 1314 : cluster 0 pgmap v975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:22 smithi079 bash[28699]: cluster 2023-12-07T17:47:21.120243+0000 mgr.a (mgr.14403) 1314 : cluster 0 pgmap v975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:24.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:24 smithi194 bash[32038]: cluster 2023-12-07T17:47:23.120766+0000 mgr.a (mgr.14403) 1315 : cluster 0 pgmap v976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:24.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:24 smithi135 bash[32435]: cluster 2023-12-07T17:47:23.120766+0000 mgr.a (mgr.14403) 1315 : cluster 0 pgmap v976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:24.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:47:24.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:24.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:24 smithi079 bash[28699]: cluster 2023-12-07T17:47:23.120766+0000 mgr.a (mgr.14403) 1315 : cluster 0 pgmap v976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:25.504 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:47:25.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:25.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:25.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:25.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:47:26.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:26 smithi194 bash[32038]: audit 2023-12-07T17:47:25.039273+0000 mgr.a (mgr.14403) 1316 : audit 0 from='client.39327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:26.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:26 smithi194 bash[32038]: cluster 2023-12-07T17:47:25.121536+0000 mgr.a (mgr.14403) 1317 : cluster 0 pgmap v977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:26.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:26 smithi135 bash[32435]: audit 2023-12-07T17:47:25.039273+0000 mgr.a (mgr.14403) 1316 : audit 0 from='client.39327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:26.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:26 smithi135 bash[32435]: cluster 2023-12-07T17:47:25.121536+0000 mgr.a (mgr.14403) 1317 : cluster 0 pgmap v977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:26 smithi079 bash[28699]: audit 2023-12-07T17:47:25.039273+0000 mgr.a (mgr.14403) 1316 : audit 0 from='client.39327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:26 smithi079 bash[28699]: cluster 2023-12-07T17:47:25.121536+0000 mgr.a (mgr.14403) 1317 : cluster 0 pgmap v977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:28.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:28 smithi194 bash[32038]: cluster 2023-12-07T17:47:27.122153+0000 mgr.a (mgr.14403) 1318 : cluster 0 pgmap v978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:47:28.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:28 smithi194 bash[32038]: audit 2023-12-07T17:47:27.523629+0000 mon.a (mon.0) 655 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:47:28.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:28 smithi135 bash[32435]: cluster 2023-12-07T17:47:27.122153+0000 mgr.a (mgr.14403) 1318 : cluster 0 pgmap v978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:47:28.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:28 smithi135 bash[32435]: audit 2023-12-07T17:47:27.523629+0000 mon.a (mon.0) 655 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:47:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:28 smithi079 bash[28699]: cluster 2023-12-07T17:47:27.122153+0000 mgr.a (mgr.14403) 1318 : cluster 0 pgmap v978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:47:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:28 smithi079 bash[28699]: audit 2023-12-07T17:47:27.523629+0000 mon.a (mon.0) 655 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:47:29.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:29 smithi194 bash[32038]: audit 2023-12-07T17:47:28.262837+0000 mon.a (mon.0) 656 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:47:29.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:29 smithi194 bash[32038]: audit 2023-12-07T17:47:28.264648+0000 mon.a (mon.0) 657 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:47:29.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:29 smithi194 bash[32038]: audit 2023-12-07T17:47:28.275199+0000 mon.a (mon.0) 658 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:47:29.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:29 smithi135 bash[32435]: audit 2023-12-07T17:47:28.262837+0000 mon.a (mon.0) 656 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:47:29.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:29 smithi135 bash[32435]: audit 2023-12-07T17:47:28.264648+0000 mon.a (mon.0) 657 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:47:29.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:29 smithi135 bash[32435]: audit 2023-12-07T17:47:28.275199+0000 mon.a (mon.0) 658 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:47:29.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:29 smithi079 bash[28699]: audit 2023-12-07T17:47:28.262837+0000 mon.a (mon.0) 656 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:47:29.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:29 smithi079 bash[28699]: audit 2023-12-07T17:47:28.264648+0000 mon.a (mon.0) 657 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:47:29.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:29 smithi079 bash[28699]: audit 2023-12-07T17:47:28.275199+0000 mon.a (mon.0) 658 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:47:30.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:30 smithi194 bash[32038]: cluster 2023-12-07T17:47:29.123115+0000 mgr.a (mgr.14403) 1319 : cluster 0 pgmap v979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:47:30.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:30 smithi135 bash[32435]: cluster 2023-12-07T17:47:29.123115+0000 mgr.a (mgr.14403) 1319 : cluster 0 pgmap v979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:47:30.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:47:30.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:30.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:30.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:30 smithi079 bash[28699]: cluster 2023-12-07T17:47:29.123115+0000 mgr.a (mgr.14403) 1319 : cluster 0 pgmap v979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:47:31.383 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:47:31.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:31.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:31.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:31.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:47:32.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:32 smithi194 bash[32038]: audit 2023-12-07T17:47:30.898211+0000 mgr.a (mgr.14403) 1320 : audit 0 from='client.39402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:32.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:32 smithi194 bash[32038]: cluster 2023-12-07T17:47:31.123628+0000 mgr.a (mgr.14403) 1321 : cluster 0 pgmap v980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:32.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:32 smithi135 bash[32435]: audit 2023-12-07T17:47:30.898211+0000 mgr.a (mgr.14403) 1320 : audit 0 from='client.39402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:32.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:32 smithi135 bash[32435]: cluster 2023-12-07T17:47:31.123628+0000 mgr.a (mgr.14403) 1321 : cluster 0 pgmap v980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:32 smithi079 bash[28699]: audit 2023-12-07T17:47:30.898211+0000 mgr.a (mgr.14403) 1320 : audit 0 from='client.39402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:32 smithi079 bash[28699]: cluster 2023-12-07T17:47:31.123628+0000 mgr.a (mgr.14403) 1321 : cluster 0 pgmap v980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:34.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:34 smithi194 bash[32038]: cluster 2023-12-07T17:47:33.124209+0000 mgr.a (mgr.14403) 1322 : cluster 0 pgmap v981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:34.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:34 smithi135 bash[32435]: cluster 2023-12-07T17:47:33.124209+0000 mgr.a (mgr.14403) 1322 : cluster 0 pgmap v981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:34 smithi079 bash[28699]: cluster 2023-12-07T17:47:33.124209+0000 mgr.a (mgr.14403) 1322 : cluster 0 pgmap v981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:36.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:47:36.388 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:36.388 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:36.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:36 smithi135 bash[32435]: cluster 2023-12-07T17:47:35.124962+0000 mgr.a (mgr.14403) 1323 : cluster 0 pgmap v982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:36 smithi079 bash[28699]: cluster 2023-12-07T17:47:35.124962+0000 mgr.a (mgr.14403) 1323 : cluster 0 pgmap v982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:36.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:36 smithi194 bash[32038]: cluster 2023-12-07T17:47:35.124962+0000 mgr.a (mgr.14403) 1323 : cluster 0 pgmap v982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:37.302 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:47:37.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:37.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:37.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:37.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:47:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:38 smithi079 bash[28699]: audit 2023-12-07T17:47:36.786027+0000 mgr.a (mgr.14403) 1324 : audit 0 from='client.39474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:38 smithi079 bash[28699]: cluster 2023-12-07T17:47:37.125453+0000 mgr.a (mgr.14403) 1325 : cluster 0 pgmap v983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:38.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:38 smithi194 bash[32038]: audit 2023-12-07T17:47:36.786027+0000 mgr.a (mgr.14403) 1324 : audit 0 from='client.39474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:38.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:38 smithi194 bash[32038]: cluster 2023-12-07T17:47:37.125453+0000 mgr.a (mgr.14403) 1325 : cluster 0 pgmap v983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:38 smithi135 bash[32435]: audit 2023-12-07T17:47:36.786027+0000 mgr.a (mgr.14403) 1324 : audit 0 from='client.39474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:38 smithi135 bash[32435]: cluster 2023-12-07T17:47:37.125453+0000 mgr.a (mgr.14403) 1325 : cluster 0 pgmap v983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:39.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:39 smithi079 bash[28699]: cluster 2023-12-07T17:47:39.126434+0000 mgr.a (mgr.14403) 1326 : cluster 0 pgmap v984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:39.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:39 smithi194 bash[32038]: cluster 2023-12-07T17:47:39.126434+0000 mgr.a (mgr.14403) 1326 : cluster 0 pgmap v984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:39.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:39 smithi135 bash[32435]: cluster 2023-12-07T17:47:39.126434+0000 mgr.a (mgr.14403) 1326 : cluster 0 pgmap v984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:42.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:47:42.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:42.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:42 smithi194 bash[32038]: cluster 2023-12-07T17:47:41.127120+0000 mgr.a (mgr.14403) 1327 : cluster 0 pgmap v985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:42.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:42 smithi135 bash[32435]: cluster 2023-12-07T17:47:41.127120+0000 mgr.a (mgr.14403) 1327 : cluster 0 pgmap v985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:42 smithi079 bash[28699]: cluster 2023-12-07T17:47:41.127120+0000 mgr.a (mgr.14403) 1327 : cluster 0 pgmap v985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:43.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:43.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:43.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:43.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:47:43.177 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:47:44.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:44 smithi194 bash[32038]: audit 2023-12-07T17:47:42.705632+0000 mgr.a (mgr.14403) 1328 : audit 0 from='client.39552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:44.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:44 smithi194 bash[32038]: cluster 2023-12-07T17:47:43.127629+0000 mgr.a (mgr.14403) 1329 : cluster 0 pgmap v986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:44.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:44 smithi135 bash[32435]: audit 2023-12-07T17:47:42.705632+0000 mgr.a (mgr.14403) 1328 : audit 0 from='client.39552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:44.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:44 smithi135 bash[32435]: cluster 2023-12-07T17:47:43.127629+0000 mgr.a (mgr.14403) 1329 : cluster 0 pgmap v986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:44 smithi079 bash[28699]: audit 2023-12-07T17:47:42.705632+0000 mgr.a (mgr.14403) 1328 : audit 0 from='client.39552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:44 smithi079 bash[28699]: cluster 2023-12-07T17:47:43.127629+0000 mgr.a (mgr.14403) 1329 : cluster 0 pgmap v986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:46.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:46 smithi194 bash[32038]: cluster 2023-12-07T17:47:45.128556+0000 mgr.a (mgr.14403) 1330 : cluster 0 pgmap v987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:46.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:46 smithi135 bash[32435]: cluster 2023-12-07T17:47:45.128556+0000 mgr.a (mgr.14403) 1330 : cluster 0 pgmap v987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:46 smithi079 bash[28699]: cluster 2023-12-07T17:47:45.128556+0000 mgr.a (mgr.14403) 1330 : cluster 0 pgmap v987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:47:48.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:47:48.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:48.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:48.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:48 smithi194 bash[32038]: cluster 2023-12-07T17:47:47.129132+0000 mgr.a (mgr.14403) 1331 : cluster 0 pgmap v988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:48.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:48 smithi135 bash[32435]: cluster 2023-12-07T17:47:47.129132+0000 mgr.a (mgr.14403) 1331 : cluster 0 pgmap v988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:48 smithi079 bash[28699]: cluster 2023-12-07T17:47:47.129132+0000 mgr.a (mgr.14403) 1331 : cluster 0 pgmap v988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:49.062 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:47:49.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:49.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:49.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:49.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:47:49.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:49 smithi079 bash[28699]: audit 2023-12-07T17:47:48.582214+0000 mgr.a (mgr.14403) 1332 : audit 0 from='client.39624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:49.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:49 smithi079 bash[28699]: cluster 2023-12-07T17:47:49.130202+0000 mgr.a (mgr.14403) 1333 : cluster 0 pgmap v989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:49.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:49 smithi194 bash[32038]: audit 2023-12-07T17:47:48.582214+0000 mgr.a (mgr.14403) 1332 : audit 0 from='client.39624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:49.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:49 smithi194 bash[32038]: cluster 2023-12-07T17:47:49.130202+0000 mgr.a (mgr.14403) 1333 : cluster 0 pgmap v989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:49.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:49 smithi135 bash[32435]: audit 2023-12-07T17:47:48.582214+0000 mgr.a (mgr.14403) 1332 : audit 0 from='client.39624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:49.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:49 smithi135 bash[32435]: cluster 2023-12-07T17:47:49.130202+0000 mgr.a (mgr.14403) 1333 : cluster 0 pgmap v989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:52.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:52 smithi194 bash[32038]: cluster 2023-12-07T17:47:51.130851+0000 mgr.a (mgr.14403) 1334 : cluster 0 pgmap v990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:52.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:52 smithi135 bash[32435]: cluster 2023-12-07T17:47:51.130851+0000 mgr.a (mgr.14403) 1334 : cluster 0 pgmap v990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:52 smithi079 bash[28699]: cluster 2023-12-07T17:47:51.130851+0000 mgr.a (mgr.14403) 1334 : cluster 0 pgmap v990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:54.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:47:54.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:54.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:47:54.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:54 smithi194 bash[32038]: cluster 2023-12-07T17:47:53.131423+0000 mgr.a (mgr.14403) 1335 : cluster 0 pgmap v991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:54.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:54 smithi135 bash[32435]: cluster 2023-12-07T17:47:53.131423+0000 mgr.a (mgr.14403) 1335 : cluster 0 pgmap v991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:54 smithi079 bash[28699]: cluster 2023-12-07T17:47:53.131423+0000 mgr.a (mgr.14403) 1335 : cluster 0 pgmap v991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:54.991 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:47:54.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:47:54.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:47:54.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:47:54.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:47:56.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:56 smithi194 bash[32038]: audit 2023-12-07T17:47:54.468174+0000 mgr.a (mgr.14403) 1336 : audit 0 from='client.39693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:56.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:56 smithi194 bash[32038]: cluster 2023-12-07T17:47:55.132646+0000 mgr.a (mgr.14403) 1337 : cluster 0 pgmap v992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:56.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:56 smithi135 bash[32435]: audit 2023-12-07T17:47:54.468174+0000 mgr.a (mgr.14403) 1336 : audit 0 from='client.39693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:56.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:56 smithi135 bash[32435]: cluster 2023-12-07T17:47:55.132646+0000 mgr.a (mgr.14403) 1337 : cluster 0 pgmap v992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:56 smithi079 bash[28699]: audit 2023-12-07T17:47:54.468174+0000 mgr.a (mgr.14403) 1336 : audit 0 from='client.39693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:47:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:56 smithi079 bash[28699]: cluster 2023-12-07T17:47:55.132646+0000 mgr.a (mgr.14403) 1337 : cluster 0 pgmap v992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:58.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:58 smithi135 bash[32435]: cluster 2023-12-07T17:47:57.133405+0000 mgr.a (mgr.14403) 1338 : cluster 0 pgmap v993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:58 smithi079 bash[28699]: cluster 2023-12-07T17:47:57.133405+0000 mgr.a (mgr.14403) 1338 : cluster 0 pgmap v993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:58.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:58 smithi194 bash[32038]: cluster 2023-12-07T17:47:57.133405+0000 mgr.a (mgr.14403) 1338 : cluster 0 pgmap v993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:47:59.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:47:59 smithi079 bash[28699]: cluster 2023-12-07T17:47:59.134186+0000 mgr.a (mgr.14403) 1339 : cluster 0 pgmap v994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:59.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:47:59 smithi194 bash[32038]: cluster 2023-12-07T17:47:59.134186+0000 mgr.a (mgr.14403) 1339 : cluster 0 pgmap v994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:59.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:47:59 smithi135 bash[32435]: cluster 2023-12-07T17:47:59.134186+0000 mgr.a (mgr.14403) 1339 : cluster 0 pgmap v994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:47:59.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:47:59.995 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:47:59.995 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:00.893 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:48:00.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:00.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:00.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:00.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:48:00.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:00 smithi079 bash[28699]: audit 2023-12-07T17:48:00.399949+0000 mgr.a (mgr.14403) 1340 : audit 0 from='client.39771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:00.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:00 smithi194 bash[32038]: audit 2023-12-07T17:48:00.399949+0000 mgr.a (mgr.14403) 1340 : audit 0 from='client.39771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:00.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:00 smithi135 bash[32435]: audit 2023-12-07T17:48:00.399949+0000 mgr.a (mgr.14403) 1340 : audit 0 from='client.39771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:01.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:01 smithi079 bash[28699]: cluster 2023-12-07T17:48:01.134912+0000 mgr.a (mgr.14403) 1341 : cluster 0 pgmap v995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:01.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:01 smithi194 bash[32038]: cluster 2023-12-07T17:48:01.134912+0000 mgr.a (mgr.14403) 1341 : cluster 0 pgmap v995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:01.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:01 smithi135 bash[32435]: cluster 2023-12-07T17:48:01.134912+0000 mgr.a (mgr.14403) 1341 : cluster 0 pgmap v995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:04.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:04 smithi194 bash[32038]: cluster 2023-12-07T17:48:03.135531+0000 mgr.a (mgr.14403) 1342 : cluster 0 pgmap v996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:04.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:04 smithi135 bash[32435]: cluster 2023-12-07T17:48:03.135531+0000 mgr.a (mgr.14403) 1342 : cluster 0 pgmap v996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:04 smithi079 bash[28699]: cluster 2023-12-07T17:48:03.135531+0000 mgr.a (mgr.14403) 1342 : cluster 0 pgmap v996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:05.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:48:05.897 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:05.897 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:06.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:06 smithi194 bash[32038]: cluster 2023-12-07T17:48:05.136338+0000 mgr.a (mgr.14403) 1343 : cluster 0 pgmap v997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:06.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:06 smithi135 bash[32435]: cluster 2023-12-07T17:48:05.136338+0000 mgr.a (mgr.14403) 1343 : cluster 0 pgmap v997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:06 smithi079 bash[28699]: cluster 2023-12-07T17:48:05.136338+0000 mgr.a (mgr.14403) 1343 : cluster 0 pgmap v997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:06.808 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:48:06.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:06.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:06.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:06.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:48:07.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:07 smithi194 bash[32038]: audit 2023-12-07T17:48:06.305166+0000 mgr.a (mgr.14403) 1344 : audit 0 from='client.39846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:07.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:07 smithi135 bash[32435]: audit 2023-12-07T17:48:06.305166+0000 mgr.a (mgr.14403) 1344 : audit 0 from='client.39846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:07.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:07 smithi079 bash[28699]: audit 2023-12-07T17:48:06.305166+0000 mgr.a (mgr.14403) 1344 : audit 0 from='client.39846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:08.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:08 smithi135 bash[32435]: cluster 2023-12-07T17:48:07.137097+0000 mgr.a (mgr.14403) 1345 : cluster 0 pgmap v998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:08 smithi079 bash[28699]: cluster 2023-12-07T17:48:07.137097+0000 mgr.a (mgr.14403) 1345 : cluster 0 pgmap v998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:08.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:08 smithi194 bash[32038]: cluster 2023-12-07T17:48:07.137097+0000 mgr.a (mgr.14403) 1345 : cluster 0 pgmap v998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:09.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:09 smithi079 bash[28699]: cluster 2023-12-07T17:48:09.137948+0000 mgr.a (mgr.14403) 1346 : cluster 0 pgmap v999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:09.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:09 smithi194 bash[32038]: cluster 2023-12-07T17:48:09.137948+0000 mgr.a (mgr.14403) 1346 : cluster 0 pgmap v999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:09.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:09 smithi135 bash[32435]: cluster 2023-12-07T17:48:09.137948+0000 mgr.a (mgr.14403) 1346 : cluster 0 pgmap v999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:11.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:48:11.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:11.813 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:12.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:12 smithi194 bash[32038]: cluster 2023-12-07T17:48:11.138452+0000 mgr.a (mgr.14403) 1347 : cluster 0 pgmap v1000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:12.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:12 smithi135 bash[32435]: cluster 2023-12-07T17:48:11.138452+0000 mgr.a (mgr.14403) 1347 : cluster 0 pgmap v1000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:12 smithi079 bash[28699]: cluster 2023-12-07T17:48:11.138452+0000 mgr.a (mgr.14403) 1347 : cluster 0 pgmap v1000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:12.721 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:48:12.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:12.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:12.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:12.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:48:13.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:13 smithi194 bash[32038]: audit 2023-12-07T17:48:12.216035+0000 mgr.a (mgr.14403) 1348 : audit 0 from='client.39924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:13.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:13 smithi135 bash[32435]: audit 2023-12-07T17:48:12.216035+0000 mgr.a (mgr.14403) 1348 : audit 0 from='client.39924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:13.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:13 smithi079 bash[28699]: audit 2023-12-07T17:48:12.216035+0000 mgr.a (mgr.14403) 1348 : audit 0 from='client.39924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:14.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:14 smithi135 bash[32435]: cluster 2023-12-07T17:48:13.139139+0000 mgr.a (mgr.14403) 1349 : cluster 0 pgmap v1001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:14 smithi079 bash[28699]: cluster 2023-12-07T17:48:13.139139+0000 mgr.a (mgr.14403) 1349 : cluster 0 pgmap v1001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:14.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:14 smithi194 bash[32038]: cluster 2023-12-07T17:48:13.139139+0000 mgr.a (mgr.14403) 1349 : cluster 0 pgmap v1001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:16 smithi079 bash[28699]: cluster 2023-12-07T17:48:15.139913+0000 mgr.a (mgr.14403) 1350 : cluster 0 pgmap v1002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:16.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:16 smithi194 bash[32038]: cluster 2023-12-07T17:48:15.139913+0000 mgr.a (mgr.14403) 1350 : cluster 0 pgmap v1002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:16.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:16 smithi135 bash[32435]: cluster 2023-12-07T17:48:15.139913+0000 mgr.a (mgr.14403) 1350 : cluster 0 pgmap v1002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:17.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:48:17.724 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:17.724 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:18.616 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:48:18.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:18.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:18.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:18.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:48:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:18 smithi079 bash[28699]: cluster 2023-12-07T17:48:17.140439+0000 mgr.a (mgr.14403) 1351 : cluster 0 pgmap v1003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:18.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:18 smithi194 bash[32038]: cluster 2023-12-07T17:48:17.140439+0000 mgr.a (mgr.14403) 1351 : cluster 0 pgmap v1003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:18 smithi135 bash[32435]: cluster 2023-12-07T17:48:17.140439+0000 mgr.a (mgr.14403) 1351 : cluster 0 pgmap v1003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:19.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:19 smithi079 bash[28699]: audit 2023-12-07T17:48:18.118273+0000 mgr.a (mgr.14403) 1352 : audit 0 from='client.39999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:19.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:19 smithi194 bash[32038]: audit 2023-12-07T17:48:18.118273+0000 mgr.a (mgr.14403) 1352 : audit 0 from='client.39999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:19.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:19 smithi135 bash[32435]: audit 2023-12-07T17:48:18.118273+0000 mgr.a (mgr.14403) 1352 : audit 0 from='client.39999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:20.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:20 smithi079 bash[28699]: cluster 2023-12-07T17:48:19.141472+0000 mgr.a (mgr.14403) 1353 : cluster 0 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-07T17:48:20.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:20 smithi194 bash[32038]: cluster 2023-12-07T17:48:19.141472+0000 mgr.a (mgr.14403) 1353 : cluster 0 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-07T17:48:20.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:20 smithi135 bash[32435]: cluster 2023-12-07T17:48:19.141472+0000 mgr.a (mgr.14403) 1353 : cluster 0 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-07T17:48:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:22 smithi079 bash[28699]: cluster 2023-12-07T17:48:21.142061+0000 mgr.a (mgr.14403) 1354 : cluster 0 pgmap v1005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:48:22.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:22 smithi194 bash[32038]: cluster 2023-12-07T17:48:21.142061+0000 mgr.a (mgr.14403) 1354 : cluster 0 pgmap v1005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:48:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:22 smithi135 bash[32435]: cluster 2023-12-07T17:48:21.142061+0000 mgr.a (mgr.14403) 1354 : cluster 0 pgmap v1005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:48:23.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:48:23.619 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:23.619 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:24.524 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:48:24.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:24.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:24.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:24.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:48:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:24 smithi079 bash[28699]: cluster 2023-12-07T17:48:23.142725+0000 mgr.a (mgr.14403) 1355 : cluster 0 pgmap v1006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:48:24.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:24 smithi194 bash[32038]: cluster 2023-12-07T17:48:23.142725+0000 mgr.a (mgr.14403) 1355 : cluster 0 pgmap v1006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:48:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:24 smithi135 bash[32435]: cluster 2023-12-07T17:48:23.142725+0000 mgr.a (mgr.14403) 1355 : cluster 0 pgmap v1006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:48:25.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:25 smithi079 bash[28699]: audit 2023-12-07T17:48:24.021526+0000 mgr.a (mgr.14403) 1356 : audit 0 from='client.40077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:25.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:25 smithi194 bash[32038]: audit 2023-12-07T17:48:24.021526+0000 mgr.a (mgr.14403) 1356 : audit 0 from='client.40077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:25.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:25 smithi135 bash[32435]: audit 2023-12-07T17:48:24.021526+0000 mgr.a (mgr.14403) 1356 : audit 0 from='client.40077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:26 smithi079 bash[28699]: cluster 2023-12-07T17:48:25.143761+0000 mgr.a (mgr.14403) 1357 : cluster 0 pgmap v1007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:26.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:26 smithi194 bash[32038]: cluster 2023-12-07T17:48:25.143761+0000 mgr.a (mgr.14403) 1357 : cluster 0 pgmap v1007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:26.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:26 smithi135 bash[32435]: cluster 2023-12-07T17:48:25.143761+0000 mgr.a (mgr.14403) 1357 : cluster 0 pgmap v1007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:28 smithi079 bash[28699]: cluster 2023-12-07T17:48:27.144333+0000 mgr.a (mgr.14403) 1358 : cluster 0 pgmap v1008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:28.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:28 smithi194 bash[32038]: cluster 2023-12-07T17:48:27.144333+0000 mgr.a (mgr.14403) 1358 : cluster 0 pgmap v1008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:28 smithi135 bash[32435]: cluster 2023-12-07T17:48:27.144333+0000 mgr.a (mgr.14403) 1358 : cluster 0 pgmap v1008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:29.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:48:29.528 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:29.528 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:29.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:29 smithi079 bash[28699]: audit 2023-12-07T17:48:28.379189+0000 mon.a (mon.0) 659 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:48:29.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:29 smithi079 bash[28699]: audit 2023-12-07T17:48:29.123879+0000 mon.a (mon.0) 660 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:48:29.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:29 smithi079 bash[28699]: audit 2023-12-07T17:48:29.125439+0000 mon.a (mon.0) 661 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:48:29.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:29 smithi079 bash[28699]: audit 2023-12-07T17:48:29.134561+0000 mon.a (mon.0) 662 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:48:29.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:29 smithi194 bash[32038]: audit 2023-12-07T17:48:28.379189+0000 mon.a (mon.0) 659 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:48:29.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:29 smithi194 bash[32038]: audit 2023-12-07T17:48:29.123879+0000 mon.a (mon.0) 660 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:48:29.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:29 smithi194 bash[32038]: audit 2023-12-07T17:48:29.125439+0000 mon.a (mon.0) 661 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:48:29.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:29 smithi194 bash[32038]: audit 2023-12-07T17:48:29.134561+0000 mon.a (mon.0) 662 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:48:29.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:29 smithi135 bash[32435]: audit 2023-12-07T17:48:28.379189+0000 mon.a (mon.0) 659 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:48:29.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:29 smithi135 bash[32435]: audit 2023-12-07T17:48:29.123879+0000 mon.a (mon.0) 660 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:48:29.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:29 smithi135 bash[32435]: audit 2023-12-07T17:48:29.125439+0000 mon.a (mon.0) 661 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:48:29.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:29 smithi135 bash[32435]: audit 2023-12-07T17:48:29.134561+0000 mon.a (mon.0) 662 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:48:30.391 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:48:30.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:30.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:30.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:30.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:48:30.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:30 smithi079 bash[28699]: cluster 2023-12-07T17:48:29.144953+0000 mgr.a (mgr.14403) 1359 : cluster 0 pgmap v1009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:30.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:30 smithi194 bash[32038]: cluster 2023-12-07T17:48:29.144953+0000 mgr.a (mgr.14403) 1359 : cluster 0 pgmap v1009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:30.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:30 smithi135 bash[32435]: cluster 2023-12-07T17:48:29.144953+0000 mgr.a (mgr.14403) 1359 : cluster 0 pgmap v1009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:31.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:31 smithi079 bash[28699]: audit 2023-12-07T17:48:29.910870+0000 mgr.a (mgr.14403) 1360 : audit 0 from='client.40152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:31.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:31 smithi194 bash[32038]: audit 2023-12-07T17:48:29.910870+0000 mgr.a (mgr.14403) 1360 : audit 0 from='client.40152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:31.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:31 smithi135 bash[32435]: audit 2023-12-07T17:48:29.910870+0000 mgr.a (mgr.14403) 1360 : audit 0 from='client.40152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:32 smithi079 bash[28699]: cluster 2023-12-07T17:48:31.145592+0000 mgr.a (mgr.14403) 1361 : cluster 0 pgmap v1010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:48:32.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:32 smithi194 bash[32038]: cluster 2023-12-07T17:48:31.145592+0000 mgr.a (mgr.14403) 1361 : cluster 0 pgmap v1010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:48:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:32 smithi135 bash[32435]: cluster 2023-12-07T17:48:31.145592+0000 mgr.a (mgr.14403) 1361 : cluster 0 pgmap v1010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:48:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:34 smithi079 bash[28699]: cluster 2023-12-07T17:48:33.146211+0000 mgr.a (mgr.14403) 1362 : cluster 0 pgmap v1011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:48:34.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:34 smithi194 bash[32038]: cluster 2023-12-07T17:48:33.146211+0000 mgr.a (mgr.14403) 1362 : cluster 0 pgmap v1011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:48:34.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:34 smithi135 bash[32435]: cluster 2023-12-07T17:48:33.146211+0000 mgr.a (mgr.14403) 1362 : cluster 0 pgmap v1011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:48:35.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:48:35.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:35.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:36.290 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:48:36.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:36.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:36.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:36.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:48:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:36 smithi079 bash[28699]: cluster 2023-12-07T17:48:35.147046+0000 mgr.a (mgr.14403) 1363 : cluster 0 pgmap v1012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:48:36.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:36 smithi194 bash[32038]: cluster 2023-12-07T17:48:35.147046+0000 mgr.a (mgr.14403) 1363 : cluster 0 pgmap v1012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:48:36.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:36 smithi135 bash[32435]: cluster 2023-12-07T17:48:35.147046+0000 mgr.a (mgr.14403) 1363 : cluster 0 pgmap v1012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:48:37.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:37 smithi079 bash[28699]: audit 2023-12-07T17:48:35.788324+0000 mgr.a (mgr.14403) 1364 : audit 0 from='client.40227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:37.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:37 smithi194 bash[32038]: audit 2023-12-07T17:48:35.788324+0000 mgr.a (mgr.14403) 1364 : audit 0 from='client.40227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:37.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:37 smithi135 bash[32435]: audit 2023-12-07T17:48:35.788324+0000 mgr.a (mgr.14403) 1364 : audit 0 from='client.40227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:38 smithi079 bash[28699]: cluster 2023-12-07T17:48:37.147642+0000 mgr.a (mgr.14403) 1365 : cluster 0 pgmap v1013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:38.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:38 smithi194 bash[32038]: cluster 2023-12-07T17:48:37.147642+0000 mgr.a (mgr.14403) 1365 : cluster 0 pgmap v1013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:38 smithi135 bash[32435]: cluster 2023-12-07T17:48:37.147642+0000 mgr.a (mgr.14403) 1365 : cluster 0 pgmap v1013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:39.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:39 smithi079 bash[28699]: cluster 2023-12-07T17:48:39.148445+0000 mgr.a (mgr.14403) 1366 : cluster 0 pgmap v1014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:39.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:39 smithi194 bash[32038]: cluster 2023-12-07T17:48:39.148445+0000 mgr.a (mgr.14403) 1366 : cluster 0 pgmap v1014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:39.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:39 smithi135 bash[32435]: cluster 2023-12-07T17:48:39.148445+0000 mgr.a (mgr.14403) 1366 : cluster 0 pgmap v1014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:41.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:48:41.293 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:41.293 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:42.207 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:48:42.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:42.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:42.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:42.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:48:42.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:42 smithi135 bash[32435]: cluster 2023-12-07T17:48:41.148999+0000 mgr.a (mgr.14403) 1367 : cluster 0 pgmap v1015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:42 smithi079 bash[28699]: cluster 2023-12-07T17:48:41.148999+0000 mgr.a (mgr.14403) 1367 : cluster 0 pgmap v1015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:42.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:42 smithi194 bash[32038]: cluster 2023-12-07T17:48:41.148999+0000 mgr.a (mgr.14403) 1367 : cluster 0 pgmap v1015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:43.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:43 smithi079 bash[28699]: audit 2023-12-07T17:48:41.697962+0000 mgr.a (mgr.14403) 1368 : audit 0 from='client.40296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:43.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:43 smithi194 bash[32038]: audit 2023-12-07T17:48:41.697962+0000 mgr.a (mgr.14403) 1368 : audit 0 from='client.40296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:43.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:43 smithi135 bash[32435]: audit 2023-12-07T17:48:41.697962+0000 mgr.a (mgr.14403) 1368 : audit 0 from='client.40296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:44 smithi079 bash[28699]: cluster 2023-12-07T17:48:43.149624+0000 mgr.a (mgr.14403) 1369 : cluster 0 pgmap v1016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:44.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:44 smithi194 bash[32038]: cluster 2023-12-07T17:48:43.149624+0000 mgr.a (mgr.14403) 1369 : cluster 0 pgmap v1016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:44.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:44 smithi135 bash[32435]: cluster 2023-12-07T17:48:43.149624+0000 mgr.a (mgr.14403) 1369 : cluster 0 pgmap v1016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:46 smithi079 bash[28699]: cluster 2023-12-07T17:48:45.150485+0000 mgr.a (mgr.14403) 1370 : cluster 0 pgmap v1017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:46.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:46 smithi194 bash[32038]: cluster 2023-12-07T17:48:45.150485+0000 mgr.a (mgr.14403) 1370 : cluster 0 pgmap v1017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:46.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:46 smithi135 bash[32435]: cluster 2023-12-07T17:48:45.150485+0000 mgr.a (mgr.14403) 1370 : cluster 0 pgmap v1017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:47.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:48:47.211 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:47.212 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:48.132 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:48:48.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:48.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:48.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:48.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:48:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:48 smithi079 bash[28699]: cluster 2023-12-07T17:48:47.151067+0000 mgr.a (mgr.14403) 1371 : cluster 0 pgmap v1018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:48.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:48 smithi194 bash[32038]: cluster 2023-12-07T17:48:47.151067+0000 mgr.a (mgr.14403) 1371 : cluster 0 pgmap v1018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:48 smithi135 bash[32435]: cluster 2023-12-07T17:48:47.151067+0000 mgr.a (mgr.14403) 1371 : cluster 0 pgmap v1018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:49.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:49 smithi079 bash[28699]: audit 2023-12-07T17:48:47.615828+0000 mgr.a (mgr.14403) 1372 : audit 0 from='client.40371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:49.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:49 smithi194 bash[32038]: audit 2023-12-07T17:48:47.615828+0000 mgr.a (mgr.14403) 1372 : audit 0 from='client.40371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:49.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:49 smithi135 bash[32435]: audit 2023-12-07T17:48:47.615828+0000 mgr.a (mgr.14403) 1372 : audit 0 from='client.40371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:50.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:50 smithi079 bash[28699]: cluster 2023-12-07T17:48:49.151923+0000 mgr.a (mgr.14403) 1373 : cluster 0 pgmap v1019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:50.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:50 smithi194 bash[32038]: cluster 2023-12-07T17:48:49.151923+0000 mgr.a (mgr.14403) 1373 : cluster 0 pgmap v1019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:50.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:50 smithi135 bash[32435]: cluster 2023-12-07T17:48:49.151923+0000 mgr.a (mgr.14403) 1373 : cluster 0 pgmap v1019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:48:52.649 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:52 smithi079 bash[28699]: cluster 2023-12-07T17:48:51.152483+0000 mgr.a (mgr.14403) 1374 : cluster 0 pgmap v1020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:52.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:52 smithi194 bash[32038]: cluster 2023-12-07T17:48:51.152483+0000 mgr.a (mgr.14403) 1374 : cluster 0 pgmap v1020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:52.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:52 smithi135 bash[32435]: cluster 2023-12-07T17:48:51.152483+0000 mgr.a (mgr.14403) 1374 : cluster 0 pgmap v1020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:53.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:48:53.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:53.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:54.044 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:48:54.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:54.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:54.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:54.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:48:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:54 smithi079 bash[28699]: cluster 2023-12-07T17:48:53.153052+0000 mgr.a (mgr.14403) 1375 : cluster 0 pgmap v1021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:54.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:54 smithi194 bash[32038]: cluster 2023-12-07T17:48:53.153052+0000 mgr.a (mgr.14403) 1375 : cluster 0 pgmap v1021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:54.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:54 smithi135 bash[32435]: cluster 2023-12-07T17:48:53.153052+0000 mgr.a (mgr.14403) 1375 : cluster 0 pgmap v1021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:55.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:55 smithi079 bash[28699]: audit 2023-12-07T17:48:53.535606+0000 mgr.a (mgr.14403) 1376 : audit 0 from='client.40449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:55.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:55 smithi194 bash[32038]: audit 2023-12-07T17:48:53.535606+0000 mgr.a (mgr.14403) 1376 : audit 0 from='client.40449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:55.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:55 smithi135 bash[32435]: audit 2023-12-07T17:48:53.535606+0000 mgr.a (mgr.14403) 1376 : audit 0 from='client.40449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:56 smithi079 bash[28699]: cluster 2023-12-07T17:48:55.153946+0000 mgr.a (mgr.14403) 1377 : cluster 0 pgmap v1022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:56.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:56 smithi194 bash[32038]: cluster 2023-12-07T17:48:55.153946+0000 mgr.a (mgr.14403) 1377 : cluster 0 pgmap v1022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:56.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:56 smithi135 bash[32435]: cluster 2023-12-07T17:48:55.153946+0000 mgr.a (mgr.14403) 1377 : cluster 0 pgmap v1022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:58 smithi079 bash[28699]: cluster 2023-12-07T17:48:57.154511+0000 mgr.a (mgr.14403) 1378 : cluster 0 pgmap v1023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:58.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:58 smithi194 bash[32038]: cluster 2023-12-07T17:48:57.154511+0000 mgr.a (mgr.14403) 1378 : cluster 0 pgmap v1023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:58 smithi135 bash[32435]: cluster 2023-12-07T17:48:57.154511+0000 mgr.a (mgr.14403) 1378 : cluster 0 pgmap v1023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:48:59.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:48:59.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:48:59.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:48:59.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:59 smithi079 bash[28699]: cluster 2023-12-07T17:48:59.154953+0000 mgr.a (mgr.14403) 1379 : cluster 0 pgmap v1024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:59.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:48:59 smithi079 bash[28699]: audit 2023-12-07T17:48:59.451893+0000 mgr.a (mgr.14403) 1380 : audit 0 from='client.40527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:59.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:59 smithi194 bash[32038]: cluster 2023-12-07T17:48:59.154953+0000 mgr.a (mgr.14403) 1379 : cluster 0 pgmap v1024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:59.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:48:59 smithi194 bash[32038]: audit 2023-12-07T17:48:59.451893+0000 mgr.a (mgr.14403) 1380 : audit 0 from='client.40527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:59.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:59 smithi135 bash[32435]: cluster 2023-12-07T17:48:59.154953+0000 mgr.a (mgr.14403) 1379 : cluster 0 pgmap v1024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:48:59.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:48:59 smithi135 bash[32435]: audit 2023-12-07T17:48:59.451893+0000 mgr.a (mgr.14403) 1380 : audit 0 from='client.40527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:48:59.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:48:59.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:48:59.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:48:59.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:48:59.966 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:49:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:02 smithi079 bash[28699]: cluster 2023-12-07T17:49:01.155514+0000 mgr.a (mgr.14403) 1381 : cluster 0 pgmap v1025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:02.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:02 smithi194 bash[32038]: cluster 2023-12-07T17:49:01.155514+0000 mgr.a (mgr.14403) 1381 : cluster 0 pgmap v1025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:02 smithi135 bash[32435]: cluster 2023-12-07T17:49:01.155514+0000 mgr.a (mgr.14403) 1381 : cluster 0 pgmap v1025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:04 smithi079 bash[28699]: cluster 2023-12-07T17:49:03.156068+0000 mgr.a (mgr.14403) 1382 : cluster 0 pgmap v1026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:04.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:04 smithi194 bash[32038]: cluster 2023-12-07T17:49:03.156068+0000 mgr.a (mgr.14403) 1382 : cluster 0 pgmap v1026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:04 smithi135 bash[32435]: cluster 2023-12-07T17:49:03.156068+0000 mgr.a (mgr.14403) 1382 : cluster 0 pgmap v1026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:04.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:49:04.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:04.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:05.876 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:49:05.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:05.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:05.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:05.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:49:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:06 smithi079 bash[28699]: cluster 2023-12-07T17:49:05.156904+0000 mgr.a (mgr.14403) 1383 : cluster 0 pgmap v1027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:06 smithi079 bash[28699]: audit 2023-12-07T17:49:05.365227+0000 mgr.a (mgr.14403) 1384 : audit 0 from='client.40602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:06.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:06 smithi194 bash[32038]: cluster 2023-12-07T17:49:05.156904+0000 mgr.a (mgr.14403) 1383 : cluster 0 pgmap v1027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:06.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:06 smithi194 bash[32038]: audit 2023-12-07T17:49:05.365227+0000 mgr.a (mgr.14403) 1384 : audit 0 from='client.40602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:06.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:06 smithi135 bash[32435]: cluster 2023-12-07T17:49:05.156904+0000 mgr.a (mgr.14403) 1383 : cluster 0 pgmap v1027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:06.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:06 smithi135 bash[32435]: audit 2023-12-07T17:49:05.365227+0000 mgr.a (mgr.14403) 1384 : audit 0 from='client.40602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:08 smithi079 bash[28699]: cluster 2023-12-07T17:49:07.157560+0000 mgr.a (mgr.14403) 1385 : cluster 0 pgmap v1028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:08.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:08 smithi194 bash[32038]: cluster 2023-12-07T17:49:07.157560+0000 mgr.a (mgr.14403) 1385 : cluster 0 pgmap v1028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:08.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:08 smithi135 bash[32435]: cluster 2023-12-07T17:49:07.157560+0000 mgr.a (mgr.14403) 1385 : cluster 0 pgmap v1028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:09.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:09 smithi079 bash[28699]: cluster 2023-12-07T17:49:09.158337+0000 mgr.a (mgr.14403) 1386 : cluster 0 pgmap v1029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:09.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:09 smithi194 bash[32038]: cluster 2023-12-07T17:49:09.158337+0000 mgr.a (mgr.14403) 1386 : cluster 0 pgmap v1029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:09.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:09 smithi135 bash[32435]: cluster 2023-12-07T17:49:09.158337+0000 mgr.a (mgr.14403) 1386 : cluster 0 pgmap v1029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:10.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:49:10.880 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:10.880 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:11.768 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:49:11.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:11.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:11.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:11.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:49:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:12 smithi079 bash[28699]: cluster 2023-12-07T17:49:11.158899+0000 mgr.a (mgr.14403) 1387 : cluster 0 pgmap v1030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:12 smithi079 bash[28699]: audit 2023-12-07T17:49:11.281235+0000 mgr.a (mgr.14403) 1388 : audit 0 from='client.40680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:12.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:12 smithi194 bash[32038]: cluster 2023-12-07T17:49:11.158899+0000 mgr.a (mgr.14403) 1387 : cluster 0 pgmap v1030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:12.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:12 smithi194 bash[32038]: audit 2023-12-07T17:49:11.281235+0000 mgr.a (mgr.14403) 1388 : audit 0 from='client.40680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:12 smithi135 bash[32435]: cluster 2023-12-07T17:49:11.158899+0000 mgr.a (mgr.14403) 1387 : cluster 0 pgmap v1030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:12 smithi135 bash[32435]: audit 2023-12-07T17:49:11.281235+0000 mgr.a (mgr.14403) 1388 : audit 0 from='client.40680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:14 smithi079 bash[28699]: cluster 2023-12-07T17:49:13.159490+0000 mgr.a (mgr.14403) 1389 : cluster 0 pgmap v1031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:14.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:14 smithi194 bash[32038]: cluster 2023-12-07T17:49:13.159490+0000 mgr.a (mgr.14403) 1389 : cluster 0 pgmap v1031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:14.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:14 smithi135 bash[32435]: cluster 2023-12-07T17:49:13.159490+0000 mgr.a (mgr.14403) 1389 : cluster 0 pgmap v1031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:16 smithi079 bash[28699]: cluster 2023-12-07T17:49:15.160301+0000 mgr.a (mgr.14403) 1390 : cluster 0 pgmap v1032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:16.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:16 smithi194 bash[32038]: cluster 2023-12-07T17:49:15.160301+0000 mgr.a (mgr.14403) 1390 : cluster 0 pgmap v1032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:16.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:16 smithi135 bash[32435]: cluster 2023-12-07T17:49:15.160301+0000 mgr.a (mgr.14403) 1390 : cluster 0 pgmap v1032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:16.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:49:16.772 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:16.772 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:17.675 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:49:17.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:17.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:17.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:17.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:49:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:18 smithi079 bash[28699]: cluster 2023-12-07T17:49:17.160803+0000 mgr.a (mgr.14403) 1391 : cluster 0 pgmap v1033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:18 smithi079 bash[28699]: audit 2023-12-07T17:49:17.171069+0000 mgr.a (mgr.14403) 1392 : audit 0 from='client.40755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:18.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:18 smithi194 bash[32038]: cluster 2023-12-07T17:49:17.160803+0000 mgr.a (mgr.14403) 1391 : cluster 0 pgmap v1033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:18.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:18 smithi194 bash[32038]: audit 2023-12-07T17:49:17.171069+0000 mgr.a (mgr.14403) 1392 : audit 0 from='client.40755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:18 smithi135 bash[32435]: cluster 2023-12-07T17:49:17.160803+0000 mgr.a (mgr.14403) 1391 : cluster 0 pgmap v1033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:18 smithi135 bash[32435]: audit 2023-12-07T17:49:17.171069+0000 mgr.a (mgr.14403) 1392 : audit 0 from='client.40755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:19.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:19 smithi079 bash[28699]: cluster 2023-12-07T17:49:19.161702+0000 mgr.a (mgr.14403) 1393 : cluster 0 pgmap v1034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:19.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:19 smithi194 bash[32038]: cluster 2023-12-07T17:49:19.161702+0000 mgr.a (mgr.14403) 1393 : cluster 0 pgmap v1034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:19.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:19 smithi135 bash[32435]: cluster 2023-12-07T17:49:19.161702+0000 mgr.a (mgr.14403) 1393 : cluster 0 pgmap v1034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:22 smithi079 bash[28699]: cluster 2023-12-07T17:49:21.162300+0000 mgr.a (mgr.14403) 1394 : cluster 0 pgmap v1035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:22.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:49:22.679 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:22.679 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:22.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:22 smithi194 bash[32038]: cluster 2023-12-07T17:49:21.162300+0000 mgr.a (mgr.14403) 1394 : cluster 0 pgmap v1035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:22 smithi135 bash[32435]: cluster 2023-12-07T17:49:21.162300+0000 mgr.a (mgr.14403) 1394 : cluster 0 pgmap v1035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:23.567 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:49:23.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:23.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:23.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:23.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:49:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:24 smithi079 bash[28699]: audit 2023-12-07T17:49:23.072985+0000 mgr.a (mgr.14403) 1395 : audit 0 from='client.40830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:24 smithi079 bash[28699]: cluster 2023-12-07T17:49:23.162753+0000 mgr.a (mgr.14403) 1396 : cluster 0 pgmap v1036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:24.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:24 smithi194 bash[32038]: audit 2023-12-07T17:49:23.072985+0000 mgr.a (mgr.14403) 1395 : audit 0 from='client.40830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:24.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:24 smithi194 bash[32038]: cluster 2023-12-07T17:49:23.162753+0000 mgr.a (mgr.14403) 1396 : cluster 0 pgmap v1036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:24 smithi135 bash[32435]: audit 2023-12-07T17:49:23.072985+0000 mgr.a (mgr.14403) 1395 : audit 0 from='client.40830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:24 smithi135 bash[32435]: cluster 2023-12-07T17:49:23.162753+0000 mgr.a (mgr.14403) 1396 : cluster 0 pgmap v1036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:26 smithi079 bash[28699]: cluster 2023-12-07T17:49:25.163588+0000 mgr.a (mgr.14403) 1397 : cluster 0 pgmap v1037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:49:26.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:26 smithi194 bash[32038]: cluster 2023-12-07T17:49:25.163588+0000 mgr.a (mgr.14403) 1397 : cluster 0 pgmap v1037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:49:26.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:26 smithi135 bash[32435]: cluster 2023-12-07T17:49:25.163588+0000 mgr.a (mgr.14403) 1397 : cluster 0 pgmap v1037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:49:28.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:49:28.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:28.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:28 smithi079 bash[28699]: cluster 2023-12-07T17:49:27.164146+0000 mgr.a (mgr.14403) 1398 : cluster 0 pgmap v1038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:49:28.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:28 smithi194 bash[32038]: cluster 2023-12-07T17:49:27.164146+0000 mgr.a (mgr.14403) 1398 : cluster 0 pgmap v1038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:49:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:28 smithi135 bash[32435]: cluster 2023-12-07T17:49:27.164146+0000 mgr.a (mgr.14403) 1398 : cluster 0 pgmap v1038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:49:29.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:29.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:29.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:29.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:49:29.483 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:49:29.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:29 smithi079 bash[28699]: audit 2023-12-07T17:49:28.969680+0000 mgr.a (mgr.14403) 1399 : audit 0 from='client.43858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:29.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:29 smithi079 bash[28699]: cluster 2023-12-07T17:49:29.165208+0000 mgr.a (mgr.14403) 1400 : cluster 0 pgmap v1039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:29.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:29 smithi079 bash[28699]: audit 2023-12-07T17:49:29.238698+0000 mon.a (mon.0) 663 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:49:29.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:29 smithi194 bash[32038]: audit 2023-12-07T17:49:28.969680+0000 mgr.a (mgr.14403) 1399 : audit 0 from='client.43858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:29.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:29 smithi194 bash[32038]: cluster 2023-12-07T17:49:29.165208+0000 mgr.a (mgr.14403) 1400 : cluster 0 pgmap v1039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:29.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:29 smithi194 bash[32038]: audit 2023-12-07T17:49:29.238698+0000 mon.a (mon.0) 663 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:49:29.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:29 smithi135 bash[32435]: audit 2023-12-07T17:49:28.969680+0000 mgr.a (mgr.14403) 1399 : audit 0 from='client.43858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:29.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:29 smithi135 bash[32435]: cluster 2023-12-07T17:49:29.165208+0000 mgr.a (mgr.14403) 1400 : cluster 0 pgmap v1039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:29.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:29 smithi135 bash[32435]: audit 2023-12-07T17:49:29.238698+0000 mon.a (mon.0) 663 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:49:31.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:30 smithi079 bash[28699]: audit 2023-12-07T17:49:29.766444+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:49:31.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:30 smithi079 bash[28699]: audit 2023-12-07T17:49:29.772566+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:49:31.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:30 smithi079 bash[28699]: audit 2023-12-07T17:49:30.511454+0000 mon.a (mon.0) 666 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:49:31.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:30 smithi079 bash[28699]: audit 2023-12-07T17:49:30.513331+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:49:31.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:30 smithi079 bash[28699]: audit 2023-12-07T17:49:30.523137+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:49:31.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:30 smithi194 bash[32038]: audit 2023-12-07T17:49:29.766444+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:49:31.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:30 smithi194 bash[32038]: audit 2023-12-07T17:49:29.772566+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:49:31.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:30 smithi194 bash[32038]: audit 2023-12-07T17:49:30.511454+0000 mon.a (mon.0) 666 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:49:31.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:30 smithi194 bash[32038]: audit 2023-12-07T17:49:30.513331+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:49:31.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:30 smithi194 bash[32038]: audit 2023-12-07T17:49:30.523137+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:49:31.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:30 smithi135 bash[32435]: audit 2023-12-07T17:49:29.766444+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:49:31.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:30 smithi135 bash[32435]: audit 2023-12-07T17:49:29.772566+0000 mon.a (mon.0) 665 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:49:31.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:30 smithi135 bash[32435]: audit 2023-12-07T17:49:30.511454+0000 mon.a (mon.0) 666 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:49:31.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:30 smithi135 bash[32435]: audit 2023-12-07T17:49:30.513331+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:49:31.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:30 smithi135 bash[32435]: audit 2023-12-07T17:49:30.523137+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:49:32.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:31 smithi079 bash[28699]: cluster 2023-12-07T17:49:31.165858+0000 mgr.a (mgr.14403) 1401 : cluster 0 pgmap v1040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:32.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:31 smithi194 bash[32038]: cluster 2023-12-07T17:49:31.165858+0000 mgr.a (mgr.14403) 1401 : cluster 0 pgmap v1040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:32.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:31 smithi135 bash[32435]: cluster 2023-12-07T17:49:31.165858+0000 mgr.a (mgr.14403) 1401 : cluster 0 pgmap v1040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:34.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:49:34.486 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:34.486 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:34 smithi079 bash[28699]: cluster 2023-12-07T17:49:33.166383+0000 mgr.a (mgr.14403) 1402 : cluster 0 pgmap v1041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:34.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:34 smithi194 bash[32038]: cluster 2023-12-07T17:49:33.166383+0000 mgr.a (mgr.14403) 1402 : cluster 0 pgmap v1041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:34.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:34 smithi135 bash[32435]: cluster 2023-12-07T17:49:33.166383+0000 mgr.a (mgr.14403) 1402 : cluster 0 pgmap v1041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:49:35.394 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:49:35.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:35.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:35.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:35.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:49:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:36 smithi079 bash[28699]: audit 2023-12-07T17:49:34.886674+0000 mgr.a (mgr.14403) 1403 : audit 0 from='client.40983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:36 smithi079 bash[28699]: cluster 2023-12-07T17:49:35.167486+0000 mgr.a (mgr.14403) 1404 : cluster 0 pgmap v1042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:36.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:36 smithi194 bash[32038]: audit 2023-12-07T17:49:34.886674+0000 mgr.a (mgr.14403) 1403 : audit 0 from='client.40983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:36.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:36 smithi194 bash[32038]: cluster 2023-12-07T17:49:35.167486+0000 mgr.a (mgr.14403) 1404 : cluster 0 pgmap v1042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:36.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:36 smithi135 bash[32435]: audit 2023-12-07T17:49:34.886674+0000 mgr.a (mgr.14403) 1403 : audit 0 from='client.40983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:36.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:36 smithi135 bash[32435]: cluster 2023-12-07T17:49:35.167486+0000 mgr.a (mgr.14403) 1404 : cluster 0 pgmap v1042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:38 smithi079 bash[28699]: cluster 2023-12-07T17:49:37.168221+0000 mgr.a (mgr.14403) 1405 : cluster 0 pgmap v1043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:49:38.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:38 smithi194 bash[32038]: cluster 2023-12-07T17:49:37.168221+0000 mgr.a (mgr.14403) 1405 : cluster 0 pgmap v1043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:49:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:38 smithi135 bash[32435]: cluster 2023-12-07T17:49:37.168221+0000 mgr.a (mgr.14403) 1405 : cluster 0 pgmap v1043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:49:39.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:39 smithi079 bash[28699]: cluster 2023-12-07T17:49:39.169140+0000 mgr.a (mgr.14403) 1406 : cluster 0 pgmap v1044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:49:39.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:39 smithi194 bash[32038]: cluster 2023-12-07T17:49:39.169140+0000 mgr.a (mgr.14403) 1406 : cluster 0 pgmap v1044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:49:39.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:39 smithi135 bash[32435]: cluster 2023-12-07T17:49:39.169140+0000 mgr.a (mgr.14403) 1406 : cluster 0 pgmap v1044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:49:40.396 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:49:40.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:40.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:41.322 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:49:41.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:41.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:41.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:41.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:49:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:42 smithi079 bash[28699]: audit 2023-12-07T17:49:40.798594+0000 mgr.a (mgr.14403) 1407 : audit 0 from='client.41058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:42 smithi079 bash[28699]: cluster 2023-12-07T17:49:41.169657+0000 mgr.a (mgr.14403) 1408 : cluster 0 pgmap v1045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:42.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:42 smithi194 bash[32038]: audit 2023-12-07T17:49:40.798594+0000 mgr.a (mgr.14403) 1407 : audit 0 from='client.41058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:42.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:42 smithi194 bash[32038]: cluster 2023-12-07T17:49:41.169657+0000 mgr.a (mgr.14403) 1408 : cluster 0 pgmap v1045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:42 smithi135 bash[32435]: audit 2023-12-07T17:49:40.798594+0000 mgr.a (mgr.14403) 1407 : audit 0 from='client.41058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:42 smithi135 bash[32435]: cluster 2023-12-07T17:49:41.169657+0000 mgr.a (mgr.14403) 1408 : cluster 0 pgmap v1045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:44 smithi079 bash[28699]: cluster 2023-12-07T17:49:43.170311+0000 mgr.a (mgr.14403) 1409 : cluster 0 pgmap v1046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:44.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:44 smithi194 bash[32038]: cluster 2023-12-07T17:49:43.170311+0000 mgr.a (mgr.14403) 1409 : cluster 0 pgmap v1046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:44.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:44 smithi135 bash[32435]: cluster 2023-12-07T17:49:43.170311+0000 mgr.a (mgr.14403) 1409 : cluster 0 pgmap v1046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:46.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:49:46.325 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:46.325 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:46 smithi079 bash[28699]: cluster 2023-12-07T17:49:45.171149+0000 mgr.a (mgr.14403) 1410 : cluster 0 pgmap v1047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:46.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:46 smithi194 bash[32038]: cluster 2023-12-07T17:49:45.171149+0000 mgr.a (mgr.14403) 1410 : cluster 0 pgmap v1047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:46.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:46 smithi135 bash[32435]: cluster 2023-12-07T17:49:45.171149+0000 mgr.a (mgr.14403) 1410 : cluster 0 pgmap v1047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:47.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:47.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:47.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:47.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:49:47.219 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:49:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:48 smithi079 bash[28699]: audit 2023-12-07T17:49:46.725519+0000 mgr.a (mgr.14403) 1411 : audit 0 from='client.41136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:48 smithi079 bash[28699]: cluster 2023-12-07T17:49:47.171636+0000 mgr.a (mgr.14403) 1412 : cluster 0 pgmap v1048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:48.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:48 smithi194 bash[32038]: audit 2023-12-07T17:49:46.725519+0000 mgr.a (mgr.14403) 1411 : audit 0 from='client.41136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:48.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:48 smithi194 bash[32038]: cluster 2023-12-07T17:49:47.171636+0000 mgr.a (mgr.14403) 1412 : cluster 0 pgmap v1048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:48 smithi135 bash[32435]: audit 2023-12-07T17:49:46.725519+0000 mgr.a (mgr.14403) 1411 : audit 0 from='client.41136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:48 smithi135 bash[32435]: cluster 2023-12-07T17:49:47.171636+0000 mgr.a (mgr.14403) 1412 : cluster 0 pgmap v1048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:49.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:49 smithi079 bash[28699]: cluster 2023-12-07T17:49:49.172474+0000 mgr.a (mgr.14403) 1413 : cluster 0 pgmap v1049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:49.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:49 smithi194 bash[32038]: cluster 2023-12-07T17:49:49.172474+0000 mgr.a (mgr.14403) 1413 : cluster 0 pgmap v1049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:49.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:49 smithi135 bash[32435]: cluster 2023-12-07T17:49:49.172474+0000 mgr.a (mgr.14403) 1413 : cluster 0 pgmap v1049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:52.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:49:52.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:52.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:52 smithi079 bash[28699]: cluster 2023-12-07T17:49:51.173067+0000 mgr.a (mgr.14403) 1414 : cluster 0 pgmap v1050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:52.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:52 smithi194 bash[32038]: cluster 2023-12-07T17:49:51.173067+0000 mgr.a (mgr.14403) 1414 : cluster 0 pgmap v1050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:52.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:52 smithi135 bash[32435]: cluster 2023-12-07T17:49:51.173067+0000 mgr.a (mgr.14403) 1414 : cluster 0 pgmap v1050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:53.119 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:49:53.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:53.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:53.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:53.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:49:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:54 smithi079 bash[28699]: audit 2023-12-07T17:49:52.620540+0000 mgr.a (mgr.14403) 1415 : audit 0 from='client.41214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:54 smithi079 bash[28699]: cluster 2023-12-07T17:49:53.173811+0000 mgr.a (mgr.14403) 1416 : cluster 0 pgmap v1051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:54.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:54 smithi194 bash[32038]: audit 2023-12-07T17:49:52.620540+0000 mgr.a (mgr.14403) 1415 : audit 0 from='client.41214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:54.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:54 smithi194 bash[32038]: cluster 2023-12-07T17:49:53.173811+0000 mgr.a (mgr.14403) 1416 : cluster 0 pgmap v1051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:54.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:54 smithi135 bash[32435]: audit 2023-12-07T17:49:52.620540+0000 mgr.a (mgr.14403) 1415 : audit 0 from='client.41214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:54.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:54 smithi135 bash[32435]: cluster 2023-12-07T17:49:53.173811+0000 mgr.a (mgr.14403) 1416 : cluster 0 pgmap v1051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:56 smithi079 bash[28699]: cluster 2023-12-07T17:49:55.174644+0000 mgr.a (mgr.14403) 1417 : cluster 0 pgmap v1052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:56.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:56 smithi194 bash[32038]: cluster 2023-12-07T17:49:55.174644+0000 mgr.a (mgr.14403) 1417 : cluster 0 pgmap v1052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:56.722 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:56 smithi135 bash[32435]: cluster 2023-12-07T17:49:55.174644+0000 mgr.a (mgr.14403) 1417 : cluster 0 pgmap v1052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:49:58.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:49:58.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:49:58.124 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:49:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:58 smithi079 bash[28699]: cluster 2023-12-07T17:49:57.175233+0000 mgr.a (mgr.14403) 1418 : cluster 0 pgmap v1053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:58.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:58 smithi194 bash[32038]: cluster 2023-12-07T17:49:57.175233+0000 mgr.a (mgr.14403) 1418 : cluster 0 pgmap v1053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:58 smithi135 bash[32435]: cluster 2023-12-07T17:49:57.175233+0000 mgr.a (mgr.14403) 1418 : cluster 0 pgmap v1053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:49:59.016 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:49:59.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:49:59.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:49:59.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:49:59.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:49:59.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:59 smithi079 bash[28699]: audit 2023-12-07T17:49:58.523672+0000 mgr.a (mgr.14403) 1419 : audit 0 from='client.41289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:59.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:49:59 smithi079 bash[28699]: cluster 2023-12-07T17:49:59.176254+0000 mgr.a (mgr.14403) 1420 : cluster 0 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-07T17:49:59.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:59 smithi194 bash[32038]: audit 2023-12-07T17:49:58.523672+0000 mgr.a (mgr.14403) 1419 : audit 0 from='client.41289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:59.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:49:59 smithi194 bash[32038]: cluster 2023-12-07T17:49:59.176254+0000 mgr.a (mgr.14403) 1420 : cluster 0 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-07T17:49:59.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:59 smithi135 bash[32435]: audit 2023-12-07T17:49:58.523672+0000 mgr.a (mgr.14403) 1419 : audit 0 from='client.41289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:49:59.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:49:59 smithi135 bash[32435]: cluster 2023-12-07T17:49:59.176254+0000 mgr.a (mgr.14403) 1420 : cluster 0 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-07T17:50:00.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:00 smithi079 bash[28699]: cluster 2023-12-07T17:50:00.000138+0000 mon.a (mon.0) 669 : cluster 1 overall HEALTH_OK 2023-12-07T17:50:00.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:00 smithi194 bash[32038]: cluster 2023-12-07T17:50:00.000138+0000 mon.a (mon.0) 669 : cluster 1 overall HEALTH_OK 2023-12-07T17:50:00.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:00 smithi135 bash[32435]: cluster 2023-12-07T17:50:00.000138+0000 mon.a (mon.0) 669 : cluster 1 overall HEALTH_OK 2023-12-07T17:50:01.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:01 smithi194 bash[32038]: cluster 2023-12-07T17:50:01.176863+0000 mgr.a (mgr.14403) 1421 : cluster 0 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-07T17:50:01.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:01 smithi135 bash[32435]: cluster 2023-12-07T17:50:01.176863+0000 mgr.a (mgr.14403) 1421 : cluster 0 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-07T17:50:02.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:01 smithi079 bash[28699]: cluster 2023-12-07T17:50:01.176863+0000 mgr.a (mgr.14403) 1421 : cluster 0 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-07T17:50:04.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:50:04.020 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:04.020 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:04 smithi079 bash[28699]: cluster 2023-12-07T17:50:03.177412+0000 mgr.a (mgr.14403) 1422 : cluster 0 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-07T17:50:04.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:04 smithi194 bash[32038]: cluster 2023-12-07T17:50:03.177412+0000 mgr.a (mgr.14403) 1422 : cluster 0 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-07T17:50:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:04 smithi135 bash[32435]: cluster 2023-12-07T17:50:03.177412+0000 mgr.a (mgr.14403) 1422 : cluster 0 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-07T17:50:04.947 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:50:04.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:04.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:04.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:04.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:50:05.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:05 smithi079 bash[28699]: audit 2023-12-07T17:50:04.418444+0000 mgr.a (mgr.14403) 1423 : audit 0 from='client.41364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:05.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:05 smithi194 bash[32038]: audit 2023-12-07T17:50:04.418444+0000 mgr.a (mgr.14403) 1423 : audit 0 from='client.41364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:05.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:05 smithi135 bash[32435]: audit 2023-12-07T17:50:04.418444+0000 mgr.a (mgr.14403) 1423 : audit 0 from='client.41364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:06 smithi079 bash[28699]: cluster 2023-12-07T17:50:05.178442+0000 mgr.a (mgr.14403) 1424 : cluster 0 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-07T17:50:06.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:06 smithi194 bash[32038]: cluster 2023-12-07T17:50:05.178442+0000 mgr.a (mgr.14403) 1424 : cluster 0 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-07T17:50:06.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:06 smithi135 bash[32435]: cluster 2023-12-07T17:50:05.178442+0000 mgr.a (mgr.14403) 1424 : cluster 0 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-07T17:50:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:08 smithi079 bash[28699]: cluster 2023-12-07T17:50:07.179061+0000 mgr.a (mgr.14403) 1425 : cluster 0 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-07T17:50:08.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:08 smithi194 bash[32038]: cluster 2023-12-07T17:50:07.179061+0000 mgr.a (mgr.14403) 1425 : cluster 0 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-07T17:50:08.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:08 smithi135 bash[32435]: cluster 2023-12-07T17:50:07.179061+0000 mgr.a (mgr.14403) 1425 : cluster 0 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-07T17:50:09.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:09 smithi079 bash[28699]: cluster 2023-12-07T17:50:09.179777+0000 mgr.a (mgr.14403) 1426 : cluster 0 pgmap v1059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:09.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:50:09.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:09.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:09.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:09 smithi194 bash[32038]: cluster 2023-12-07T17:50:09.179777+0000 mgr.a (mgr.14403) 1426 : cluster 0 pgmap v1059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:09.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:09 smithi135 bash[32435]: cluster 2023-12-07T17:50:09.179777+0000 mgr.a (mgr.14403) 1426 : cluster 0 pgmap v1059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:10.848 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:50:10.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:10.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:10.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:10.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:50:10.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:10 smithi079 bash[28699]: audit 2023-12-07T17:50:10.338685+0000 mgr.a (mgr.14403) 1427 : audit 0 from='client.41436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:10.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:10 smithi194 bash[32038]: audit 2023-12-07T17:50:10.338685+0000 mgr.a (mgr.14403) 1427 : audit 0 from='client.41436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:10.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:10 smithi135 bash[32435]: audit 2023-12-07T17:50:10.338685+0000 mgr.a (mgr.14403) 1427 : audit 0 from='client.41436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:11.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:11 smithi194 bash[32038]: cluster 2023-12-07T17:50:11.180503+0000 mgr.a (mgr.14403) 1428 : cluster 0 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-07T17:50:11.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:11 smithi135 bash[32435]: cluster 2023-12-07T17:50:11.180503+0000 mgr.a (mgr.14403) 1428 : cluster 0 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-07T17:50:12.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:11 smithi079 bash[28699]: cluster 2023-12-07T17:50:11.180503+0000 mgr.a (mgr.14403) 1428 : cluster 0 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-07T17:50:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:14 smithi079 bash[28699]: cluster 2023-12-07T17:50:13.181095+0000 mgr.a (mgr.14403) 1429 : cluster 0 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-07T17:50:14.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:14 smithi194 bash[32038]: cluster 2023-12-07T17:50:13.181095+0000 mgr.a (mgr.14403) 1429 : cluster 0 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-07T17:50:14.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:14 smithi135 bash[32435]: cluster 2023-12-07T17:50:13.181095+0000 mgr.a (mgr.14403) 1429 : cluster 0 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-07T17:50:15.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:50:15.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:15.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:16 smithi079 bash[28699]: cluster 2023-12-07T17:50:15.181867+0000 mgr.a (mgr.14403) 1430 : cluster 0 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-07T17:50:16.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:16 smithi194 bash[32038]: cluster 2023-12-07T17:50:15.181867+0000 mgr.a (mgr.14403) 1430 : cluster 0 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-07T17:50:16.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:16 smithi135 bash[32435]: cluster 2023-12-07T17:50:15.181867+0000 mgr.a (mgr.14403) 1430 : cluster 0 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-07T17:50:16.742 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:50:16.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:16.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:16.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:16.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:50:17.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:17 smithi079 bash[28699]: audit 2023-12-07T17:50:16.250372+0000 mgr.a (mgr.14403) 1431 : audit 0 from='client.41511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:17.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:17 smithi194 bash[32038]: audit 2023-12-07T17:50:16.250372+0000 mgr.a (mgr.14403) 1431 : audit 0 from='client.41511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:17.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:17 smithi135 bash[32435]: audit 2023-12-07T17:50:16.250372+0000 mgr.a (mgr.14403) 1431 : audit 0 from='client.41511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:18 smithi079 bash[28699]: cluster 2023-12-07T17:50:17.182722+0000 mgr.a (mgr.14403) 1432 : cluster 0 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-07T17:50:18.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:18 smithi194 bash[32038]: cluster 2023-12-07T17:50:17.182722+0000 mgr.a (mgr.14403) 1432 : cluster 0 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-07T17:50:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:18 smithi135 bash[32435]: cluster 2023-12-07T17:50:17.182722+0000 mgr.a (mgr.14403) 1432 : cluster 0 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-07T17:50:19.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:19 smithi079 bash[28699]: cluster 2023-12-07T17:50:19.183601+0000 mgr.a (mgr.14403) 1433 : cluster 0 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-07T17:50:19.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:19 smithi194 bash[32038]: cluster 2023-12-07T17:50:19.183601+0000 mgr.a (mgr.14403) 1433 : cluster 0 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-07T17:50:19.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:19 smithi135 bash[32435]: cluster 2023-12-07T17:50:19.183601+0000 mgr.a (mgr.14403) 1433 : cluster 0 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-07T17:50:21.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:50:21.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:21.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:22.629 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:50:22.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:22.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:22.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:22.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:50:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:22 smithi079 bash[28699]: cluster 2023-12-07T17:50:21.184158+0000 mgr.a (mgr.14403) 1434 : cluster 0 pgmap v1065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:22.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:22 smithi194 bash[32038]: cluster 2023-12-07T17:50:21.184158+0000 mgr.a (mgr.14403) 1434 : cluster 0 pgmap v1065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:22 smithi135 bash[32435]: cluster 2023-12-07T17:50:21.184158+0000 mgr.a (mgr.14403) 1434 : cluster 0 pgmap v1065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:23.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:23 smithi079 bash[28699]: audit 2023-12-07T17:50:22.138283+0000 mgr.a (mgr.14403) 1435 : audit 0 from='client.41589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:23.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:23 smithi194 bash[32038]: audit 2023-12-07T17:50:22.138283+0000 mgr.a (mgr.14403) 1435 : audit 0 from='client.41589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:23.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:23 smithi135 bash[32435]: audit 2023-12-07T17:50:22.138283+0000 mgr.a (mgr.14403) 1435 : audit 0 from='client.41589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:24 smithi079 bash[28699]: cluster 2023-12-07T17:50:23.184851+0000 mgr.a (mgr.14403) 1436 : cluster 0 pgmap v1066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:24.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:24 smithi194 bash[32038]: cluster 2023-12-07T17:50:23.184851+0000 mgr.a (mgr.14403) 1436 : cluster 0 pgmap v1066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:24 smithi135 bash[32435]: cluster 2023-12-07T17:50:23.184851+0000 mgr.a (mgr.14403) 1436 : cluster 0 pgmap v1066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:26 smithi079 bash[28699]: cluster 2023-12-07T17:50:25.185668+0000 mgr.a (mgr.14403) 1437 : cluster 0 pgmap v1067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:26.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:26 smithi194 bash[32038]: cluster 2023-12-07T17:50:25.185668+0000 mgr.a (mgr.14403) 1437 : cluster 0 pgmap v1067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:26.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:26 smithi135 bash[32435]: cluster 2023-12-07T17:50:25.185668+0000 mgr.a (mgr.14403) 1437 : cluster 0 pgmap v1067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:27.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:50:27.633 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:27.633 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:28.493 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:50:28.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:28.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:28.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:28.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:50:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:28 smithi079 bash[28699]: cluster 2023-12-07T17:50:27.186241+0000 mgr.a (mgr.14403) 1438 : cluster 0 pgmap v1068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:28.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:28 smithi194 bash[32038]: cluster 2023-12-07T17:50:27.186241+0000 mgr.a (mgr.14403) 1438 : cluster 0 pgmap v1068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:28 smithi135 bash[32435]: cluster 2023-12-07T17:50:27.186241+0000 mgr.a (mgr.14403) 1438 : cluster 0 pgmap v1068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:29.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:29 smithi079 bash[28699]: audit 2023-12-07T17:50:28.020626+0000 mgr.a (mgr.14403) 1439 : audit 0 from='client.41664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:29.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:29 smithi194 bash[32038]: audit 2023-12-07T17:50:28.020626+0000 mgr.a (mgr.14403) 1439 : audit 0 from='client.41664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:29.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:29 smithi135 bash[32435]: audit 2023-12-07T17:50:28.020626+0000 mgr.a (mgr.14403) 1439 : audit 0 from='client.41664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:30.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:30 smithi079 bash[28699]: cluster 2023-12-07T17:50:29.187326+0000 mgr.a (mgr.14403) 1440 : cluster 0 pgmap v1069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:50:30.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:30 smithi194 bash[32038]: cluster 2023-12-07T17:50:29.187326+0000 mgr.a (mgr.14403) 1440 : cluster 0 pgmap v1069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:50:30.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:30 smithi135 bash[32435]: cluster 2023-12-07T17:50:29.187326+0000 mgr.a (mgr.14403) 1440 : cluster 0 pgmap v1069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:50:31.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:31 smithi079 bash[28699]: audit 2023-12-07T17:50:30.627432+0000 mon.a (mon.0) 670 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:50:31.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:31 smithi079 bash[28699]: audit 2023-12-07T17:50:31.157553+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:50:31.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:31 smithi079 bash[28699]: audit 2023-12-07T17:50:31.166259+0000 mon.a (mon.0) 672 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:50:31.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:31 smithi194 bash[32038]: audit 2023-12-07T17:50:30.627432+0000 mon.a (mon.0) 670 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:50:31.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:31 smithi194 bash[32038]: audit 2023-12-07T17:50:31.157553+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:50:31.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:31 smithi194 bash[32038]: audit 2023-12-07T17:50:31.166259+0000 mon.a (mon.0) 672 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:50:31.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:31 smithi135 bash[32435]: audit 2023-12-07T17:50:30.627432+0000 mon.a (mon.0) 670 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:50:31.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:31 smithi135 bash[32435]: audit 2023-12-07T17:50:31.157553+0000 mon.a (mon.0) 671 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:50:31.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:31 smithi135 bash[32435]: audit 2023-12-07T17:50:31.166259+0000 mon.a (mon.0) 672 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:50:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:32 smithi079 bash[28699]: cluster 2023-12-07T17:50:31.187924+0000 mgr.a (mgr.14403) 1441 : cluster 0 pgmap v1070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:50:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:32 smithi079 bash[28699]: audit 2023-12-07T17:50:31.905058+0000 mon.a (mon.0) 673 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:50:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:32 smithi079 bash[28699]: audit 2023-12-07T17:50:31.906859+0000 mon.a (mon.0) 674 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:50:32.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:32 smithi079 bash[28699]: audit 2023-12-07T17:50:31.916300+0000 mon.a (mon.0) 675 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:50:32.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:32 smithi194 bash[32038]: cluster 2023-12-07T17:50:31.187924+0000 mgr.a (mgr.14403) 1441 : cluster 0 pgmap v1070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:50:32.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:32 smithi194 bash[32038]: audit 2023-12-07T17:50:31.905058+0000 mon.a (mon.0) 673 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:50:32.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:32 smithi194 bash[32038]: audit 2023-12-07T17:50:31.906859+0000 mon.a (mon.0) 674 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:50:32.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:32 smithi194 bash[32038]: audit 2023-12-07T17:50:31.916300+0000 mon.a (mon.0) 675 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:50:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:32 smithi135 bash[32435]: cluster 2023-12-07T17:50:31.187924+0000 mgr.a (mgr.14403) 1441 : cluster 0 pgmap v1070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:50:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:32 smithi135 bash[32435]: audit 2023-12-07T17:50:31.905058+0000 mon.a (mon.0) 673 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:50:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:32 smithi135 bash[32435]: audit 2023-12-07T17:50:31.906859+0000 mon.a (mon.0) 674 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:50:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:32 smithi135 bash[32435]: audit 2023-12-07T17:50:31.916300+0000 mon.a (mon.0) 675 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:50:33.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:50:33.495 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:33.496 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:34.385 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:50:34.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:34.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:34.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:34.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:50:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:34 smithi079 bash[28699]: cluster 2023-12-07T17:50:33.188486+0000 mgr.a (mgr.14403) 1442 : cluster 0 pgmap v1071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:50:34.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:34 smithi194 bash[32038]: cluster 2023-12-07T17:50:33.188486+0000 mgr.a (mgr.14403) 1442 : cluster 0 pgmap v1071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:50:34.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:34 smithi135 bash[32435]: cluster 2023-12-07T17:50:33.188486+0000 mgr.a (mgr.14403) 1442 : cluster 0 pgmap v1071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:50:35.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:35 smithi079 bash[28699]: audit 2023-12-07T17:50:33.892880+0000 mgr.a (mgr.14403) 1443 : audit 0 from='client.41742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:35.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:35 smithi194 bash[32038]: audit 2023-12-07T17:50:33.892880+0000 mgr.a (mgr.14403) 1443 : audit 0 from='client.41742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:35.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:35 smithi135 bash[32435]: audit 2023-12-07T17:50:33.892880+0000 mgr.a (mgr.14403) 1443 : audit 0 from='client.41742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:36 smithi079 bash[28699]: cluster 2023-12-07T17:50:35.189511+0000 mgr.a (mgr.14403) 1444 : cluster 0 pgmap v1072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:36.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:36 smithi194 bash[32038]: cluster 2023-12-07T17:50:35.189511+0000 mgr.a (mgr.14403) 1444 : cluster 0 pgmap v1072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:36.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:36 smithi135 bash[32435]: cluster 2023-12-07T17:50:35.189511+0000 mgr.a (mgr.14403) 1444 : cluster 0 pgmap v1072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:38 smithi079 bash[28699]: cluster 2023-12-07T17:50:37.190089+0000 mgr.a (mgr.14403) 1445 : cluster 0 pgmap v1073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:38.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:38 smithi194 bash[32038]: cluster 2023-12-07T17:50:37.190089+0000 mgr.a (mgr.14403) 1445 : cluster 0 pgmap v1073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:38 smithi135 bash[32435]: cluster 2023-12-07T17:50:37.190089+0000 mgr.a (mgr.14403) 1445 : cluster 0 pgmap v1073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:50:39.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:50:39.388 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:39.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:39.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:39 smithi194 bash[32038]: cluster 2023-12-07T17:50:39.190854+0000 mgr.a (mgr.14403) 1446 : cluster 0 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-07T17:50:39.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:39 smithi135 bash[32435]: cluster 2023-12-07T17:50:39.190854+0000 mgr.a (mgr.14403) 1446 : cluster 0 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-07T17:50:40.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:39 smithi079 bash[28699]: cluster 2023-12-07T17:50:39.190854+0000 mgr.a (mgr.14403) 1446 : cluster 0 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-07T17:50:40.283 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:50:40.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:40.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:40.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:40.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:50:40.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:40 smithi194 bash[32038]: audit 2023-12-07T17:50:39.786852+0000 mgr.a (mgr.14403) 1447 : audit 0 from='client.41817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:40.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:40 smithi135 bash[32435]: audit 2023-12-07T17:50:39.786852+0000 mgr.a (mgr.14403) 1447 : audit 0 from='client.41817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:41.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:40 smithi079 bash[28699]: audit 2023-12-07T17:50:39.786852+0000 mgr.a (mgr.14403) 1447 : audit 0 from='client.41817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:41.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:41 smithi194 bash[32038]: cluster 2023-12-07T17:50:41.191607+0000 mgr.a (mgr.14403) 1448 : cluster 0 pgmap v1075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:50:41.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:41 smithi135 bash[32435]: cluster 2023-12-07T17:50:41.191607+0000 mgr.a (mgr.14403) 1448 : cluster 0 pgmap v1075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:50:42.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:41 smithi079 bash[28699]: cluster 2023-12-07T17:50:41.191607+0000 mgr.a (mgr.14403) 1448 : cluster 0 pgmap v1075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:50:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:44 smithi079 bash[28699]: cluster 2023-12-07T17:50:43.192197+0000 mgr.a (mgr.14403) 1449 : cluster 0 pgmap v1076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:50:44.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:44 smithi194 bash[32038]: cluster 2023-12-07T17:50:43.192197+0000 mgr.a (mgr.14403) 1449 : cluster 0 pgmap v1076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:50:44.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:44 smithi135 bash[32435]: cluster 2023-12-07T17:50:43.192197+0000 mgr.a (mgr.14403) 1449 : cluster 0 pgmap v1076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:50:45.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:50:45.286 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:45.286 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:46.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:46.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:46.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:46.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:50:46.160 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:50:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:46 smithi079 bash[28699]: cluster 2023-12-07T17:50:45.192980+0000 mgr.a (mgr.14403) 1450 : cluster 0 pgmap v1077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:50:46.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:46 smithi194 bash[32038]: cluster 2023-12-07T17:50:45.192980+0000 mgr.a (mgr.14403) 1450 : cluster 0 pgmap v1077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:50:46.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:46 smithi135 bash[32435]: cluster 2023-12-07T17:50:45.192980+0000 mgr.a (mgr.14403) 1450 : cluster 0 pgmap v1077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:50:47.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:47 smithi079 bash[28699]: audit 2023-12-07T17:50:45.673695+0000 mgr.a (mgr.14403) 1451 : audit 0 from='client.41892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:47.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:47 smithi194 bash[32038]: audit 2023-12-07T17:50:45.673695+0000 mgr.a (mgr.14403) 1451 : audit 0 from='client.41892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:47.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:47 smithi135 bash[32435]: audit 2023-12-07T17:50:45.673695+0000 mgr.a (mgr.14403) 1451 : audit 0 from='client.41892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:48 smithi079 bash[28699]: cluster 2023-12-07T17:50:47.193687+0000 mgr.a (mgr.14403) 1452 : cluster 0 pgmap v1078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:48.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:48 smithi194 bash[32038]: cluster 2023-12-07T17:50:47.193687+0000 mgr.a (mgr.14403) 1452 : cluster 0 pgmap v1078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:48 smithi135 bash[32435]: cluster 2023-12-07T17:50:47.193687+0000 mgr.a (mgr.14403) 1452 : cluster 0 pgmap v1078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:50:49.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:49 smithi194 bash[32038]: cluster 2023-12-07T17:50:49.194500+0000 mgr.a (mgr.14403) 1453 : cluster 0 pgmap v1079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:49.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:49 smithi135 bash[32435]: cluster 2023-12-07T17:50:49.194500+0000 mgr.a (mgr.14403) 1453 : cluster 0 pgmap v1079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:50.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:49 smithi079 bash[28699]: cluster 2023-12-07T17:50:49.194500+0000 mgr.a (mgr.14403) 1453 : cluster 0 pgmap v1079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:50:51.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:50:51.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:51.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:52.089 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:50:52.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:52.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:52.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:52.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:50:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:52 smithi079 bash[28699]: cluster 2023-12-07T17:50:51.195185+0000 mgr.a (mgr.14403) 1454 : cluster 0 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-07T17:50:52.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:52 smithi194 bash[32038]: cluster 2023-12-07T17:50:51.195185+0000 mgr.a (mgr.14403) 1454 : cluster 0 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-07T17:50:52.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:52 smithi135 bash[32435]: cluster 2023-12-07T17:50:51.195185+0000 mgr.a (mgr.14403) 1454 : cluster 0 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-07T17:50:53.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:53 smithi079 bash[28699]: audit 2023-12-07T17:50:51.564487+0000 mgr.a (mgr.14403) 1455 : audit 0 from='client.41964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:53.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:53 smithi194 bash[32038]: audit 2023-12-07T17:50:51.564487+0000 mgr.a (mgr.14403) 1455 : audit 0 from='client.41964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:53.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:53 smithi135 bash[32435]: audit 2023-12-07T17:50:51.564487+0000 mgr.a (mgr.14403) 1455 : audit 0 from='client.41964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:54 smithi079 bash[28699]: cluster 2023-12-07T17:50:53.195969+0000 mgr.a (mgr.14403) 1456 : cluster 0 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-07T17:50:54.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:54 smithi194 bash[32038]: cluster 2023-12-07T17:50:53.195969+0000 mgr.a (mgr.14403) 1456 : cluster 0 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-07T17:50:54.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:54 smithi135 bash[32435]: cluster 2023-12-07T17:50:53.195969+0000 mgr.a (mgr.14403) 1456 : cluster 0 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-07T17:50:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:56 smithi079 bash[28699]: cluster 2023-12-07T17:50:55.196797+0000 mgr.a (mgr.14403) 1457 : cluster 0 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-07T17:50:56.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:56 smithi194 bash[32038]: cluster 2023-12-07T17:50:55.196797+0000 mgr.a (mgr.14403) 1457 : cluster 0 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-07T17:50:56.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:56 smithi135 bash[32435]: cluster 2023-12-07T17:50:55.196797+0000 mgr.a (mgr.14403) 1457 : cluster 0 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-07T17:50:57.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:50:57.093 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:50:57.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:50:58.019 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:50:58.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:50:58.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:50:58.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:50:58.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:50:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:58 smithi079 bash[28699]: cluster 2023-12-07T17:50:57.197337+0000 mgr.a (mgr.14403) 1458 : cluster 0 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-07T17:50:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:58 smithi079 bash[28699]: audit 2023-12-07T17:50:57.493234+0000 mgr.a (mgr.14403) 1459 : audit 0 from='client.42039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:58.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:58 smithi194 bash[32038]: cluster 2023-12-07T17:50:57.197337+0000 mgr.a (mgr.14403) 1458 : cluster 0 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-07T17:50:58.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:58 smithi194 bash[32038]: audit 2023-12-07T17:50:57.493234+0000 mgr.a (mgr.14403) 1459 : audit 0 from='client.42039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:58 smithi135 bash[32435]: cluster 2023-12-07T17:50:57.197337+0000 mgr.a (mgr.14403) 1458 : cluster 0 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-07T17:50:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:58 smithi135 bash[32435]: audit 2023-12-07T17:50:57.493234+0000 mgr.a (mgr.14403) 1459 : audit 0 from='client.42039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:50:59.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:50:59 smithi194 bash[32038]: cluster 2023-12-07T17:50:59.198259+0000 mgr.a (mgr.14403) 1460 : cluster 0 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-07T17:50:59.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:50:59 smithi135 bash[32435]: cluster 2023-12-07T17:50:59.198259+0000 mgr.a (mgr.14403) 1460 : cluster 0 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-07T17:51:00.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:50:59 smithi079 bash[28699]: cluster 2023-12-07T17:50:59.198259+0000 mgr.a (mgr.14403) 1460 : cluster 0 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-07T17:51:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:02 smithi079 bash[28699]: cluster 2023-12-07T17:51:01.198827+0000 mgr.a (mgr.14403) 1461 : cluster 0 pgmap v1085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:02.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:02 smithi194 bash[32038]: cluster 2023-12-07T17:51:01.198827+0000 mgr.a (mgr.14403) 1461 : cluster 0 pgmap v1085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:02 smithi135 bash[32435]: cluster 2023-12-07T17:51:01.198827+0000 mgr.a (mgr.14403) 1461 : cluster 0 pgmap v1085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:03.021 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:51:03.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:03.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:03.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:03.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:03.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:03.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:51:03.933 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:51:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:04 smithi079 bash[28699]: cluster 2023-12-07T17:51:03.199416+0000 mgr.a (mgr.14403) 1462 : cluster 0 pgmap v1086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:04 smithi079 bash[28699]: audit 2023-12-07T17:51:03.423531+0000 mgr.a (mgr.14403) 1463 : audit 0 from='client.42111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:04.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:04 smithi194 bash[32038]: cluster 2023-12-07T17:51:03.199416+0000 mgr.a (mgr.14403) 1462 : cluster 0 pgmap v1086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:04.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:04 smithi194 bash[32038]: audit 2023-12-07T17:51:03.423531+0000 mgr.a (mgr.14403) 1463 : audit 0 from='client.42111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:04 smithi135 bash[32435]: cluster 2023-12-07T17:51:03.199416+0000 mgr.a (mgr.14403) 1462 : cluster 0 pgmap v1086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:04 smithi135 bash[32435]: audit 2023-12-07T17:51:03.423531+0000 mgr.a (mgr.14403) 1463 : audit 0 from='client.42111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:06 smithi079 bash[28699]: cluster 2023-12-07T17:51:05.200426+0000 mgr.a (mgr.14403) 1464 : cluster 0 pgmap v1087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:06.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:06 smithi194 bash[32038]: cluster 2023-12-07T17:51:05.200426+0000 mgr.a (mgr.14403) 1464 : cluster 0 pgmap v1087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:06.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:06 smithi135 bash[32435]: cluster 2023-12-07T17:51:05.200426+0000 mgr.a (mgr.14403) 1464 : cluster 0 pgmap v1087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:08 smithi079 bash[28699]: cluster 2023-12-07T17:51:07.201024+0000 mgr.a (mgr.14403) 1465 : cluster 0 pgmap v1088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:08.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:08 smithi194 bash[32038]: cluster 2023-12-07T17:51:07.201024+0000 mgr.a (mgr.14403) 1465 : cluster 0 pgmap v1088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:08.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:08 smithi135 bash[32435]: cluster 2023-12-07T17:51:07.201024+0000 mgr.a (mgr.14403) 1465 : cluster 0 pgmap v1088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:08.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:51:08.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:08.937 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:09.840 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:51:09.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:09.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:09.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:09.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:51:09.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:09 smithi194 bash[32038]: cluster 2023-12-07T17:51:09.201749+0000 mgr.a (mgr.14403) 1466 : cluster 0 pgmap v1089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:09.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:09 smithi194 bash[32038]: audit 2023-12-07T17:51:09.332365+0000 mgr.a (mgr.14403) 1467 : audit 0 from='client.42186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:09.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:09 smithi135 bash[32435]: cluster 2023-12-07T17:51:09.201749+0000 mgr.a (mgr.14403) 1466 : cluster 0 pgmap v1089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:09.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:09 smithi135 bash[32435]: audit 2023-12-07T17:51:09.332365+0000 mgr.a (mgr.14403) 1467 : audit 0 from='client.42186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:10.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:09 smithi079 bash[28699]: cluster 2023-12-07T17:51:09.201749+0000 mgr.a (mgr.14403) 1466 : cluster 0 pgmap v1089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:10.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:09 smithi079 bash[28699]: audit 2023-12-07T17:51:09.332365+0000 mgr.a (mgr.14403) 1467 : audit 0 from='client.42186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:12 smithi079 bash[28699]: cluster 2023-12-07T17:51:11.202393+0000 mgr.a (mgr.14403) 1468 : cluster 0 pgmap v1090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:12.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:12 smithi194 bash[32038]: cluster 2023-12-07T17:51:11.202393+0000 mgr.a (mgr.14403) 1468 : cluster 0 pgmap v1090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:12 smithi135 bash[32435]: cluster 2023-12-07T17:51:11.202393+0000 mgr.a (mgr.14403) 1468 : cluster 0 pgmap v1090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:14 smithi079 bash[28699]: cluster 2023-12-07T17:51:13.203000+0000 mgr.a (mgr.14403) 1469 : cluster 0 pgmap v1091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:14.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:14 smithi194 bash[32038]: cluster 2023-12-07T17:51:13.203000+0000 mgr.a (mgr.14403) 1469 : cluster 0 pgmap v1091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:14.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:14 smithi135 bash[32435]: cluster 2023-12-07T17:51:13.203000+0000 mgr.a (mgr.14403) 1469 : cluster 0 pgmap v1091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:14.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:51:14.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:14.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:15.777 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:51:15.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:15.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:15.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:15.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:51:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:16 smithi079 bash[28699]: cluster 2023-12-07T17:51:15.203796+0000 mgr.a (mgr.14403) 1470 : cluster 0 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-07T17:51:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:16 smithi079 bash[28699]: audit 2023-12-07T17:51:15.248545+0000 mgr.a (mgr.14403) 1471 : audit 0 from='client.42261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:16.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:16 smithi194 bash[32038]: cluster 2023-12-07T17:51:15.203796+0000 mgr.a (mgr.14403) 1470 : cluster 0 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-07T17:51:16.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:16 smithi194 bash[32038]: audit 2023-12-07T17:51:15.248545+0000 mgr.a (mgr.14403) 1471 : audit 0 from='client.42261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:16.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:16 smithi135 bash[32435]: cluster 2023-12-07T17:51:15.203796+0000 mgr.a (mgr.14403) 1470 : cluster 0 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-07T17:51:16.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:16 smithi135 bash[32435]: audit 2023-12-07T17:51:15.248545+0000 mgr.a (mgr.14403) 1471 : audit 0 from='client.42261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:18 smithi079 bash[28699]: cluster 2023-12-07T17:51:17.204445+0000 mgr.a (mgr.14403) 1472 : cluster 0 pgmap v1093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:18.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:18 smithi194 bash[32038]: cluster 2023-12-07T17:51:17.204445+0000 mgr.a (mgr.14403) 1472 : cluster 0 pgmap v1093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:18 smithi135 bash[32435]: cluster 2023-12-07T17:51:17.204445+0000 mgr.a (mgr.14403) 1472 : cluster 0 pgmap v1093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:19.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:19 smithi194 bash[32038]: cluster 2023-12-07T17:51:19.205207+0000 mgr.a (mgr.14403) 1473 : cluster 0 pgmap v1094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:19.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:19 smithi135 bash[32435]: cluster 2023-12-07T17:51:19.205207+0000 mgr.a (mgr.14403) 1473 : cluster 0 pgmap v1094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:20.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:19 smithi079 bash[28699]: cluster 2023-12-07T17:51:19.205207+0000 mgr.a (mgr.14403) 1473 : cluster 0 pgmap v1094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:20.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:51:20.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:20.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:21.670 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:51:21.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:21.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:21.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:21.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:51:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:22 smithi079 bash[28699]: audit 2023-12-07T17:51:21.179166+0000 mgr.a (mgr.14403) 1474 : audit 0 from='client.42336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:22 smithi079 bash[28699]: cluster 2023-12-07T17:51:21.205908+0000 mgr.a (mgr.14403) 1475 : cluster 0 pgmap v1095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:22.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:22 smithi194 bash[32038]: audit 2023-12-07T17:51:21.179166+0000 mgr.a (mgr.14403) 1474 : audit 0 from='client.42336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:22.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:22 smithi194 bash[32038]: cluster 2023-12-07T17:51:21.205908+0000 mgr.a (mgr.14403) 1475 : cluster 0 pgmap v1095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:22 smithi135 bash[32435]: audit 2023-12-07T17:51:21.179166+0000 mgr.a (mgr.14403) 1474 : audit 0 from='client.42336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:22 smithi135 bash[32435]: cluster 2023-12-07T17:51:21.205908+0000 mgr.a (mgr.14403) 1475 : cluster 0 pgmap v1095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:24 smithi079 bash[28699]: cluster 2023-12-07T17:51:23.206599+0000 mgr.a (mgr.14403) 1476 : cluster 0 pgmap v1096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:24.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:24 smithi194 bash[32038]: cluster 2023-12-07T17:51:23.206599+0000 mgr.a (mgr.14403) 1476 : cluster 0 pgmap v1096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:24 smithi135 bash[32435]: cluster 2023-12-07T17:51:23.206599+0000 mgr.a (mgr.14403) 1476 : cluster 0 pgmap v1096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:26 smithi079 bash[28699]: cluster 2023-12-07T17:51:25.207437+0000 mgr.a (mgr.14403) 1477 : cluster 0 pgmap v1097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:26.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:51:26.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:26.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:26.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:26 smithi194 bash[32038]: cluster 2023-12-07T17:51:25.207437+0000 mgr.a (mgr.14403) 1477 : cluster 0 pgmap v1097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:26.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:26 smithi135 bash[32435]: cluster 2023-12-07T17:51:25.207437+0000 mgr.a (mgr.14403) 1477 : cluster 0 pgmap v1097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:27.565 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:51:27.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:27.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:27.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:27.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:51:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:28 smithi079 bash[28699]: audit 2023-12-07T17:51:27.078140+0000 mgr.a (mgr.14403) 1478 : audit 0 from='client.42411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:28 smithi079 bash[28699]: cluster 2023-12-07T17:51:27.218890+0000 mgr.a (mgr.14403) 1479 : cluster 0 pgmap v1098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:28.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:28 smithi194 bash[32038]: audit 2023-12-07T17:51:27.078140+0000 mgr.a (mgr.14403) 1478 : audit 0 from='client.42411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:28.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:28 smithi194 bash[32038]: cluster 2023-12-07T17:51:27.218890+0000 mgr.a (mgr.14403) 1479 : cluster 0 pgmap v1098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:28 smithi135 bash[32435]: audit 2023-12-07T17:51:27.078140+0000 mgr.a (mgr.14403) 1478 : audit 0 from='client.42411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:28 smithi135 bash[32435]: cluster 2023-12-07T17:51:27.218890+0000 mgr.a (mgr.14403) 1479 : cluster 0 pgmap v1098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:29.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:29 smithi194 bash[32038]: cluster 2023-12-07T17:51:29.219902+0000 mgr.a (mgr.14403) 1480 : cluster 0 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-07T17:51:29.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:29 smithi135 bash[32435]: cluster 2023-12-07T17:51:29.219902+0000 mgr.a (mgr.14403) 1480 : cluster 0 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-07T17:51:30.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:29 smithi079 bash[28699]: cluster 2023-12-07T17:51:29.219902+0000 mgr.a (mgr.14403) 1480 : cluster 0 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-07T17:51:32.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:51:32.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:32.569 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:32 smithi079 bash[28699]: cluster 2023-12-07T17:51:31.220470+0000 mgr.a (mgr.14403) 1481 : cluster 0 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-07T17:51:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:32 smithi079 bash[28699]: audit 2023-12-07T17:51:32.019918+0000 mon.a (mon.0) 676 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:51:32.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:32 smithi194 bash[32038]: cluster 2023-12-07T17:51:31.220470+0000 mgr.a (mgr.14403) 1481 : cluster 0 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-07T17:51:32.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:32 smithi194 bash[32038]: audit 2023-12-07T17:51:32.019918+0000 mon.a (mon.0) 676 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:51:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:32 smithi135 bash[32435]: cluster 2023-12-07T17:51:31.220470+0000 mgr.a (mgr.14403) 1481 : cluster 0 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-07T17:51:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:32 smithi135 bash[32435]: audit 2023-12-07T17:51:32.019918+0000 mon.a (mon.0) 676 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:51:33.505 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:51:33.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:33.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:33.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:33.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:51:33.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:33 smithi079 bash[28699]: audit 2023-12-07T17:51:32.560669+0000 mon.a (mon.0) 677 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:51:33.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:33 smithi079 bash[28699]: audit 2023-12-07T17:51:32.569420+0000 mon.a (mon.0) 678 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:51:33.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:33 smithi079 bash[28699]: audit 2023-12-07T17:51:32.962835+0000 mgr.a (mgr.14403) 1482 : audit 0 from='client.42486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:33.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:33 smithi079 bash[28699]: cluster 2023-12-07T17:51:33.221114+0000 mgr.a (mgr.14403) 1483 : cluster 0 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-07T17:51:33.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:33 smithi079 bash[28699]: audit 2023-12-07T17:51:33.316791+0000 mon.a (mon.0) 679 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:51:33.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:33 smithi079 bash[28699]: audit 2023-12-07T17:51:33.318667+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:51:33.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:33 smithi079 bash[28699]: audit 2023-12-07T17:51:33.326662+0000 mon.a (mon.0) 681 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:51:33.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:33 smithi194 bash[32038]: audit 2023-12-07T17:51:32.560669+0000 mon.a (mon.0) 677 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:51:33.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:33 smithi194 bash[32038]: audit 2023-12-07T17:51:32.569420+0000 mon.a (mon.0) 678 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:51:33.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:33 smithi194 bash[32038]: audit 2023-12-07T17:51:32.962835+0000 mgr.a (mgr.14403) 1482 : audit 0 from='client.42486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:33.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:33 smithi194 bash[32038]: cluster 2023-12-07T17:51:33.221114+0000 mgr.a (mgr.14403) 1483 : cluster 0 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-07T17:51:33.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:33 smithi194 bash[32038]: audit 2023-12-07T17:51:33.316791+0000 mon.a (mon.0) 679 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:51:33.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:33 smithi194 bash[32038]: audit 2023-12-07T17:51:33.318667+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:51:33.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:33 smithi194 bash[32038]: audit 2023-12-07T17:51:33.326662+0000 mon.a (mon.0) 681 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:51:33.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:33 smithi135 bash[32435]: audit 2023-12-07T17:51:32.560669+0000 mon.a (mon.0) 677 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:51:33.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:33 smithi135 bash[32435]: audit 2023-12-07T17:51:32.569420+0000 mon.a (mon.0) 678 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:51:33.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:33 smithi135 bash[32435]: audit 2023-12-07T17:51:32.962835+0000 mgr.a (mgr.14403) 1482 : audit 0 from='client.42486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:33.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:33 smithi135 bash[32435]: cluster 2023-12-07T17:51:33.221114+0000 mgr.a (mgr.14403) 1483 : cluster 0 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-07T17:51:33.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:33 smithi135 bash[32435]: audit 2023-12-07T17:51:33.316791+0000 mon.a (mon.0) 679 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:51:33.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:33 smithi135 bash[32435]: audit 2023-12-07T17:51:33.318667+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:51:33.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:33 smithi135 bash[32435]: audit 2023-12-07T17:51:33.326662+0000 mon.a (mon.0) 681 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:51:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:36 smithi079 bash[28699]: cluster 2023-12-07T17:51:35.221981+0000 mgr.a (mgr.14403) 1484 : cluster 0 pgmap v1102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:51:36.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:36 smithi194 bash[32038]: cluster 2023-12-07T17:51:35.221981+0000 mgr.a (mgr.14403) 1484 : cluster 0 pgmap v1102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:51:36.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:36 smithi135 bash[32435]: cluster 2023-12-07T17:51:35.221981+0000 mgr.a (mgr.14403) 1484 : cluster 0 pgmap v1102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:51:38.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:51:38.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:38.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:38 smithi079 bash[28699]: cluster 2023-12-07T17:51:37.222526+0000 mgr.a (mgr.14403) 1485 : cluster 0 pgmap v1103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:51:38.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:38 smithi194 bash[32038]: cluster 2023-12-07T17:51:37.222526+0000 mgr.a (mgr.14403) 1485 : cluster 0 pgmap v1103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:51:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:38 smithi135 bash[32435]: cluster 2023-12-07T17:51:37.222526+0000 mgr.a (mgr.14403) 1485 : cluster 0 pgmap v1103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:51:39.404 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:51:39.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:39.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:39.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:39.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:51:39.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:39 smithi194 bash[32038]: audit 2023-12-07T17:51:38.906523+0000 mgr.a (mgr.14403) 1486 : audit 0 from='client.42561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:39.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:39 smithi194 bash[32038]: cluster 2023-12-07T17:51:39.223252+0000 mgr.a (mgr.14403) 1487 : cluster 0 pgmap v1104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:39.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:39 smithi135 bash[32435]: audit 2023-12-07T17:51:38.906523+0000 mgr.a (mgr.14403) 1486 : audit 0 from='client.42561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:39.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:39 smithi135 bash[32435]: cluster 2023-12-07T17:51:39.223252+0000 mgr.a (mgr.14403) 1487 : cluster 0 pgmap v1104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:40.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:39 smithi079 bash[28699]: audit 2023-12-07T17:51:38.906523+0000 mgr.a (mgr.14403) 1486 : audit 0 from='client.42561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:40.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:39 smithi079 bash[28699]: cluster 2023-12-07T17:51:39.223252+0000 mgr.a (mgr.14403) 1487 : cluster 0 pgmap v1104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:42 smithi079 bash[28699]: cluster 2023-12-07T17:51:41.223907+0000 mgr.a (mgr.14403) 1488 : cluster 0 pgmap v1105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:42.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:42 smithi194 bash[32038]: cluster 2023-12-07T17:51:41.223907+0000 mgr.a (mgr.14403) 1488 : cluster 0 pgmap v1105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:42 smithi135 bash[32435]: cluster 2023-12-07T17:51:41.223907+0000 mgr.a (mgr.14403) 1488 : cluster 0 pgmap v1105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:44.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:51:44.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:44.409 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:44 smithi079 bash[28699]: cluster 2023-12-07T17:51:43.224497+0000 mgr.a (mgr.14403) 1489 : cluster 0 pgmap v1106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:44.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:44 smithi194 bash[32038]: cluster 2023-12-07T17:51:43.224497+0000 mgr.a (mgr.14403) 1489 : cluster 0 pgmap v1106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:44.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:44 smithi135 bash[32435]: cluster 2023-12-07T17:51:43.224497+0000 mgr.a (mgr.14403) 1489 : cluster 0 pgmap v1106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:51:45.324 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:51:45.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:45.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:45.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:45.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:51:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:46 smithi079 bash[28699]: audit 2023-12-07T17:51:44.805266+0000 mgr.a (mgr.14403) 1490 : audit 0 from='client.42636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:46 smithi079 bash[28699]: cluster 2023-12-07T17:51:45.225663+0000 mgr.a (mgr.14403) 1491 : cluster 0 pgmap v1107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:46.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:46 smithi194 bash[32038]: audit 2023-12-07T17:51:44.805266+0000 mgr.a (mgr.14403) 1490 : audit 0 from='client.42636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:46.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:46 smithi194 bash[32038]: cluster 2023-12-07T17:51:45.225663+0000 mgr.a (mgr.14403) 1491 : cluster 0 pgmap v1107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:46.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:46 smithi135 bash[32435]: audit 2023-12-07T17:51:44.805266+0000 mgr.a (mgr.14403) 1490 : audit 0 from='client.42636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:46.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:46 smithi135 bash[32435]: cluster 2023-12-07T17:51:45.225663+0000 mgr.a (mgr.14403) 1491 : cluster 0 pgmap v1107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:48 smithi079 bash[28699]: cluster 2023-12-07T17:51:47.226263+0000 mgr.a (mgr.14403) 1492 : cluster 0 pgmap v1108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:51:48.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:48 smithi194 bash[32038]: cluster 2023-12-07T17:51:47.226263+0000 mgr.a (mgr.14403) 1492 : cluster 0 pgmap v1108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:51:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:48 smithi135 bash[32435]: cluster 2023-12-07T17:51:47.226263+0000 mgr.a (mgr.14403) 1492 : cluster 0 pgmap v1108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:51:49.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:49 smithi194 bash[32038]: cluster 2023-12-07T17:51:49.227046+0000 mgr.a (mgr.14403) 1493 : cluster 0 pgmap v1109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:51:49.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:49 smithi135 bash[32435]: cluster 2023-12-07T17:51:49.227046+0000 mgr.a (mgr.14403) 1493 : cluster 0 pgmap v1109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:51:50.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:49 smithi079 bash[28699]: cluster 2023-12-07T17:51:49.227046+0000 mgr.a (mgr.14403) 1493 : cluster 0 pgmap v1109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:51:50.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:51:50.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:50.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:51.250 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:51:51.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:51.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:51.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:51.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:51:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:52 smithi079 bash[28699]: audit 2023-12-07T17:51:50.721390+0000 mgr.a (mgr.14403) 1494 : audit 0 from='client.42711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:52 smithi079 bash[28699]: cluster 2023-12-07T17:51:51.227572+0000 mgr.a (mgr.14403) 1495 : cluster 0 pgmap v1110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:52.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:52 smithi194 bash[32038]: audit 2023-12-07T17:51:50.721390+0000 mgr.a (mgr.14403) 1494 : audit 0 from='client.42711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:52.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:52 smithi194 bash[32038]: cluster 2023-12-07T17:51:51.227572+0000 mgr.a (mgr.14403) 1495 : cluster 0 pgmap v1110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:52.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:52 smithi135 bash[32435]: audit 2023-12-07T17:51:50.721390+0000 mgr.a (mgr.14403) 1494 : audit 0 from='client.42711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:52.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:52 smithi135 bash[32435]: cluster 2023-12-07T17:51:51.227572+0000 mgr.a (mgr.14403) 1495 : cluster 0 pgmap v1110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:54 smithi079 bash[28699]: cluster 2023-12-07T17:51:53.228138+0000 mgr.a (mgr.14403) 1496 : cluster 0 pgmap v1111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:54.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:54 smithi194 bash[32038]: cluster 2023-12-07T17:51:53.228138+0000 mgr.a (mgr.14403) 1496 : cluster 0 pgmap v1111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:54.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:54 smithi135 bash[32435]: cluster 2023-12-07T17:51:53.228138+0000 mgr.a (mgr.14403) 1496 : cluster 0 pgmap v1111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:56.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:51:56.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:51:56.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:51:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:56 smithi079 bash[28699]: cluster 2023-12-07T17:51:55.228893+0000 mgr.a (mgr.14403) 1497 : cluster 0 pgmap v1112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:56.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:56 smithi194 bash[32038]: cluster 2023-12-07T17:51:55.228893+0000 mgr.a (mgr.14403) 1497 : cluster 0 pgmap v1112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:56.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:56 smithi135 bash[32435]: cluster 2023-12-07T17:51:55.228893+0000 mgr.a (mgr.14403) 1497 : cluster 0 pgmap v1112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:57.178 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:51:57.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:51:57.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:51:57.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:51:57.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:51:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:58 smithi079 bash[28699]: audit 2023-12-07T17:51:56.664778+0000 mgr.a (mgr.14403) 1498 : audit 0 from='client.42783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:58 smithi079 bash[28699]: cluster 2023-12-07T17:51:57.229637+0000 mgr.a (mgr.14403) 1499 : cluster 0 pgmap v1113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:58.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:58 smithi194 bash[32038]: audit 2023-12-07T17:51:56.664778+0000 mgr.a (mgr.14403) 1498 : audit 0 from='client.42783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:58.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:58 smithi194 bash[32038]: cluster 2023-12-07T17:51:57.229637+0000 mgr.a (mgr.14403) 1499 : cluster 0 pgmap v1113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:58 smithi135 bash[32435]: audit 2023-12-07T17:51:56.664778+0000 mgr.a (mgr.14403) 1498 : audit 0 from='client.42783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:51:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:58 smithi135 bash[32435]: cluster 2023-12-07T17:51:57.229637+0000 mgr.a (mgr.14403) 1499 : cluster 0 pgmap v1113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:51:59.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:51:59 smithi194 bash[32038]: cluster 2023-12-07T17:51:59.230492+0000 mgr.a (mgr.14403) 1500 : cluster 0 pgmap v1114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:51:59.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:51:59 smithi135 bash[32435]: cluster 2023-12-07T17:51:59.230492+0000 mgr.a (mgr.14403) 1500 : cluster 0 pgmap v1114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:00.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:51:59 smithi079 bash[28699]: cluster 2023-12-07T17:51:59.230492+0000 mgr.a (mgr.14403) 1500 : cluster 0 pgmap v1114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:02.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:52:02.180 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:02.180 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:02 smithi079 bash[28699]: cluster 2023-12-07T17:52:01.231063+0000 mgr.a (mgr.14403) 1501 : cluster 0 pgmap v1115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:02.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:02 smithi194 bash[32038]: cluster 2023-12-07T17:52:01.231063+0000 mgr.a (mgr.14403) 1501 : cluster 0 pgmap v1115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:02 smithi135 bash[32435]: cluster 2023-12-07T17:52:01.231063+0000 mgr.a (mgr.14403) 1501 : cluster 0 pgmap v1115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:03.083 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:52:03.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:03.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:03.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:03.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:52:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:04 smithi079 bash[28699]: audit 2023-12-07T17:52:02.577808+0000 mgr.a (mgr.14403) 1502 : audit 0 from='client.42858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:04.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:04 smithi079 bash[28699]: cluster 2023-12-07T17:52:03.231798+0000 mgr.a (mgr.14403) 1503 : cluster 0 pgmap v1116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:04.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:04 smithi194 bash[32038]: audit 2023-12-07T17:52:02.577808+0000 mgr.a (mgr.14403) 1502 : audit 0 from='client.42858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:04.730 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:04 smithi194 bash[32038]: cluster 2023-12-07T17:52:03.231798+0000 mgr.a (mgr.14403) 1503 : cluster 0 pgmap v1116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:04.731 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:04 smithi135 bash[32435]: audit 2023-12-07T17:52:02.577808+0000 mgr.a (mgr.14403) 1502 : audit 0 from='client.42858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:04.731 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:04 smithi135 bash[32435]: cluster 2023-12-07T17:52:03.231798+0000 mgr.a (mgr.14403) 1503 : cluster 0 pgmap v1116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:06 smithi079 bash[28699]: cluster 2023-12-07T17:52:05.232631+0000 mgr.a (mgr.14403) 1504 : cluster 0 pgmap v1117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:06.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:06 smithi194 bash[32038]: cluster 2023-12-07T17:52:05.232631+0000 mgr.a (mgr.14403) 1504 : cluster 0 pgmap v1117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:06.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:06 smithi135 bash[32435]: cluster 2023-12-07T17:52:05.232631+0000 mgr.a (mgr.14403) 1504 : cluster 0 pgmap v1117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:08.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:52:08.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:08.086 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:08 smithi079 bash[28699]: cluster 2023-12-07T17:52:07.233208+0000 mgr.a (mgr.14403) 1505 : cluster 0 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-07T17:52:08.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:08 smithi194 bash[32038]: cluster 2023-12-07T17:52:07.233208+0000 mgr.a (mgr.14403) 1505 : cluster 0 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-07T17:52:08.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:08 smithi135 bash[32435]: cluster 2023-12-07T17:52:07.233208+0000 mgr.a (mgr.14403) 1505 : cluster 0 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-07T17:52:08.991 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:52:08.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:08.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:08.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:08.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:52:09.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:09 smithi079 bash[28699]: audit 2023-12-07T17:52:08.484300+0000 mgr.a (mgr.14403) 1506 : audit 0 from='client.42936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:09.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:09 smithi194 bash[32038]: audit 2023-12-07T17:52:08.484300+0000 mgr.a (mgr.14403) 1506 : audit 0 from='client.42936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:09.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:09 smithi135 bash[32435]: audit 2023-12-07T17:52:08.484300+0000 mgr.a (mgr.14403) 1506 : audit 0 from='client.42936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:10.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:10 smithi079 bash[28699]: cluster 2023-12-07T17:52:09.234259+0000 mgr.a (mgr.14403) 1507 : cluster 0 pgmap v1119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:10.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:10 smithi194 bash[32038]: cluster 2023-12-07T17:52:09.234259+0000 mgr.a (mgr.14403) 1507 : cluster 0 pgmap v1119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:10.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:10 smithi135 bash[32435]: cluster 2023-12-07T17:52:09.234259+0000 mgr.a (mgr.14403) 1507 : cluster 0 pgmap v1119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:12 smithi079 bash[28699]: cluster 2023-12-07T17:52:11.234849+0000 mgr.a (mgr.14403) 1508 : cluster 0 pgmap v1120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:12.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:12 smithi194 bash[32038]: cluster 2023-12-07T17:52:11.234849+0000 mgr.a (mgr.14403) 1508 : cluster 0 pgmap v1120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:12 smithi135 bash[32435]: cluster 2023-12-07T17:52:11.234849+0000 mgr.a (mgr.14403) 1508 : cluster 0 pgmap v1120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:13.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:52:13.995 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:13.995 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:14 smithi079 bash[28699]: cluster 2023-12-07T17:52:13.235356+0000 mgr.a (mgr.14403) 1509 : cluster 0 pgmap v1121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:14.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:14 smithi194 bash[32038]: cluster 2023-12-07T17:52:13.235356+0000 mgr.a (mgr.14403) 1509 : cluster 0 pgmap v1121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:14.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:14 smithi135 bash[32435]: cluster 2023-12-07T17:52:13.235356+0000 mgr.a (mgr.14403) 1509 : cluster 0 pgmap v1121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:14.886 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:52:14.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:14.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:14.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:14.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:52:15.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:15 smithi079 bash[28699]: audit 2023-12-07T17:52:14.391246+0000 mgr.a (mgr.14403) 1510 : audit 0 from='client.43011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:15.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:15 smithi194 bash[32038]: audit 2023-12-07T17:52:14.391246+0000 mgr.a (mgr.14403) 1510 : audit 0 from='client.43011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:15.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:15 smithi135 bash[32435]: audit 2023-12-07T17:52:14.391246+0000 mgr.a (mgr.14403) 1510 : audit 0 from='client.43011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:16 smithi079 bash[28699]: cluster 2023-12-07T17:52:15.236312+0000 mgr.a (mgr.14403) 1511 : cluster 0 pgmap v1122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:16.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:16 smithi194 bash[32038]: cluster 2023-12-07T17:52:15.236312+0000 mgr.a (mgr.14403) 1511 : cluster 0 pgmap v1122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:16.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:16 smithi135 bash[32435]: cluster 2023-12-07T17:52:15.236312+0000 mgr.a (mgr.14403) 1511 : cluster 0 pgmap v1122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:18 smithi079 bash[28699]: cluster 2023-12-07T17:52:17.236854+0000 mgr.a (mgr.14403) 1512 : cluster 0 pgmap v1123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:18.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:18 smithi194 bash[32038]: cluster 2023-12-07T17:52:17.236854+0000 mgr.a (mgr.14403) 1512 : cluster 0 pgmap v1123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:18 smithi135 bash[32435]: cluster 2023-12-07T17:52:17.236854+0000 mgr.a (mgr.14403) 1512 : cluster 0 pgmap v1123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:19.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:52:19.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:19.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:19.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:19 smithi194 bash[32038]: cluster 2023-12-07T17:52:19.237540+0000 mgr.a (mgr.14403) 1513 : cluster 0 pgmap v1124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:19.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:19 smithi135 bash[32435]: cluster 2023-12-07T17:52:19.237540+0000 mgr.a (mgr.14403) 1513 : cluster 0 pgmap v1124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:20.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:19 smithi079 bash[28699]: cluster 2023-12-07T17:52:19.237540+0000 mgr.a (mgr.14403) 1513 : cluster 0 pgmap v1124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:20.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:52:20.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:20.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:20.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:20.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:52:20.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:20 smithi194 bash[32038]: audit 2023-12-07T17:52:20.295016+0000 mgr.a (mgr.14403) 1514 : audit 0 from='client.43086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:20.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:20 smithi135 bash[32435]: audit 2023-12-07T17:52:20.295016+0000 mgr.a (mgr.14403) 1514 : audit 0 from='client.43086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:20 smithi079 bash[28699]: audit 2023-12-07T17:52:20.295016+0000 mgr.a (mgr.14403) 1514 : audit 0 from='client.43086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:21.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:21 smithi194 bash[32038]: cluster 2023-12-07T17:52:21.238244+0000 mgr.a (mgr.14403) 1515 : cluster 0 pgmap v1125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:21.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:21 smithi135 bash[32435]: cluster 2023-12-07T17:52:21.238244+0000 mgr.a (mgr.14403) 1515 : cluster 0 pgmap v1125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:22.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:21 smithi079 bash[28699]: cluster 2023-12-07T17:52:21.238244+0000 mgr.a (mgr.14403) 1515 : cluster 0 pgmap v1125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:24 smithi079 bash[28699]: cluster 2023-12-07T17:52:23.238830+0000 mgr.a (mgr.14403) 1516 : cluster 0 pgmap v1126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:24.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:24 smithi194 bash[32038]: cluster 2023-12-07T17:52:23.238830+0000 mgr.a (mgr.14403) 1516 : cluster 0 pgmap v1126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:24 smithi135 bash[32435]: cluster 2023-12-07T17:52:23.238830+0000 mgr.a (mgr.14403) 1516 : cluster 0 pgmap v1126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:25.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:52:25.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:25.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:26 smithi079 bash[28699]: cluster 2023-12-07T17:52:25.239578+0000 mgr.a (mgr.14403) 1517 : cluster 0 pgmap v1127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:26.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:26 smithi194 bash[32038]: cluster 2023-12-07T17:52:25.239578+0000 mgr.a (mgr.14403) 1517 : cluster 0 pgmap v1127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:26.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:26 smithi135 bash[32435]: cluster 2023-12-07T17:52:25.239578+0000 mgr.a (mgr.14403) 1517 : cluster 0 pgmap v1127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:26.736 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:52:26.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:26.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:26.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:26.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:52:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:27 smithi079 bash[28699]: audit 2023-12-07T17:52:26.216486+0000 mgr.a (mgr.14403) 1518 : audit 0 from='client.43155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:27.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:27 smithi194 bash[32038]: audit 2023-12-07T17:52:26.216486+0000 mgr.a (mgr.14403) 1518 : audit 0 from='client.43155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:27.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:27 smithi135 bash[32435]: audit 2023-12-07T17:52:26.216486+0000 mgr.a (mgr.14403) 1518 : audit 0 from='client.43155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:28 smithi079 bash[28699]: cluster 2023-12-07T17:52:27.240168+0000 mgr.a (mgr.14403) 1519 : cluster 0 pgmap v1128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:28.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:28 smithi194 bash[32038]: cluster 2023-12-07T17:52:27.240168+0000 mgr.a (mgr.14403) 1519 : cluster 0 pgmap v1128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:28 smithi135 bash[32435]: cluster 2023-12-07T17:52:27.240168+0000 mgr.a (mgr.14403) 1519 : cluster 0 pgmap v1128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:29.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:29 smithi194 bash[32038]: cluster 2023-12-07T17:52:29.241016+0000 mgr.a (mgr.14403) 1520 : cluster 0 pgmap v1129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:29.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:29 smithi135 bash[32435]: cluster 2023-12-07T17:52:29.241016+0000 mgr.a (mgr.14403) 1520 : cluster 0 pgmap v1129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:30.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:29 smithi079 bash[28699]: cluster 2023-12-07T17:52:29.241016+0000 mgr.a (mgr.14403) 1520 : cluster 0 pgmap v1129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:31.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:52:31.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:31.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:32.642 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:52:32.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:32.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:32.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:32.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:52:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:32 smithi079 bash[28699]: cluster 2023-12-07T17:52:31.241540+0000 mgr.a (mgr.14403) 1521 : cluster 0 pgmap v1130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:32.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:32 smithi194 bash[32038]: cluster 2023-12-07T17:52:31.241540+0000 mgr.a (mgr.14403) 1521 : cluster 0 pgmap v1130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:32 smithi135 bash[32435]: cluster 2023-12-07T17:52:31.241540+0000 mgr.a (mgr.14403) 1521 : cluster 0 pgmap v1130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:33.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:33 smithi079 bash[28699]: audit 2023-12-07T17:52:32.136060+0000 mgr.a (mgr.14403) 1522 : audit 0 from='client.43230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:33.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:33 smithi194 bash[32038]: audit 2023-12-07T17:52:32.136060+0000 mgr.a (mgr.14403) 1522 : audit 0 from='client.43230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:33.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:33 smithi135 bash[32435]: audit 2023-12-07T17:52:32.136060+0000 mgr.a (mgr.14403) 1522 : audit 0 from='client.43230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:34 smithi079 bash[28699]: cluster 2023-12-07T17:52:33.242319+0000 mgr.a (mgr.14403) 1523 : cluster 0 pgmap v1131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:34 smithi079 bash[28699]: audit 2023-12-07T17:52:33.440973+0000 mon.a (mon.0) 682 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:52:34.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:34 smithi079 bash[28699]: audit 2023-12-07T17:52:34.190006+0000 mon.a (mon.0) 683 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:52:34.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:34 smithi079 bash[28699]: audit 2023-12-07T17:52:34.191823+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:52:34.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:34 smithi079 bash[28699]: audit 2023-12-07T17:52:34.201439+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:52:34.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:34 smithi194 bash[32038]: cluster 2023-12-07T17:52:33.242319+0000 mgr.a (mgr.14403) 1523 : cluster 0 pgmap v1131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:34.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:34 smithi194 bash[32038]: audit 2023-12-07T17:52:33.440973+0000 mon.a (mon.0) 682 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:52:34.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:34 smithi194 bash[32038]: audit 2023-12-07T17:52:34.190006+0000 mon.a (mon.0) 683 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:52:34.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:34 smithi194 bash[32038]: audit 2023-12-07T17:52:34.191823+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:52:34.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:34 smithi194 bash[32038]: audit 2023-12-07T17:52:34.201439+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:52:34.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:34 smithi135 bash[32435]: cluster 2023-12-07T17:52:33.242319+0000 mgr.a (mgr.14403) 1523 : cluster 0 pgmap v1131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:34.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:34 smithi135 bash[32435]: audit 2023-12-07T17:52:33.440973+0000 mon.a (mon.0) 682 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:52:34.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:34 smithi135 bash[32435]: audit 2023-12-07T17:52:34.190006+0000 mon.a (mon.0) 683 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:52:34.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:34 smithi135 bash[32435]: audit 2023-12-07T17:52:34.191823+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:52:34.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:34 smithi135 bash[32435]: audit 2023-12-07T17:52:34.201439+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:52:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:36 smithi079 bash[28699]: cluster 2023-12-07T17:52:35.243107+0000 mgr.a (mgr.14403) 1524 : cluster 0 pgmap v1132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:36.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:36 smithi194 bash[32038]: cluster 2023-12-07T17:52:35.243107+0000 mgr.a (mgr.14403) 1524 : cluster 0 pgmap v1132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:36.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:36 smithi135 bash[32435]: cluster 2023-12-07T17:52:35.243107+0000 mgr.a (mgr.14403) 1524 : cluster 0 pgmap v1132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:52:37.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:52:37.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:37.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:38.578 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:52:38.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:38.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:38.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:38.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:52:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:38 smithi079 bash[28699]: cluster 2023-12-07T17:52:37.243655+0000 mgr.a (mgr.14403) 1525 : cluster 0 pgmap v1133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:38.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:38 smithi194 bash[32038]: cluster 2023-12-07T17:52:37.243655+0000 mgr.a (mgr.14403) 1525 : cluster 0 pgmap v1133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:38 smithi135 bash[32435]: cluster 2023-12-07T17:52:37.243655+0000 mgr.a (mgr.14403) 1525 : cluster 0 pgmap v1133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:39.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:39 smithi079 bash[28699]: audit 2023-12-07T17:52:38.048990+0000 mgr.a (mgr.14403) 1526 : audit 0 from='client.43308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:39.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:39 smithi194 bash[32038]: audit 2023-12-07T17:52:38.048990+0000 mgr.a (mgr.14403) 1526 : audit 0 from='client.43308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:39.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:39 smithi135 bash[32435]: audit 2023-12-07T17:52:38.048990+0000 mgr.a (mgr.14403) 1526 : audit 0 from='client.43308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:40.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:40 smithi079 bash[28699]: cluster 2023-12-07T17:52:39.244511+0000 mgr.a (mgr.14403) 1527 : cluster 0 pgmap v1134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:52:40.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:40 smithi194 bash[32038]: cluster 2023-12-07T17:52:39.244511+0000 mgr.a (mgr.14403) 1527 : cluster 0 pgmap v1134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:52:40.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:40 smithi135 bash[32435]: cluster 2023-12-07T17:52:39.244511+0000 mgr.a (mgr.14403) 1527 : cluster 0 pgmap v1134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:52:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:42 smithi079 bash[28699]: cluster 2023-12-07T17:52:41.245054+0000 mgr.a (mgr.14403) 1528 : cluster 0 pgmap v1135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:52:42.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:42 smithi194 bash[32038]: cluster 2023-12-07T17:52:41.245054+0000 mgr.a (mgr.14403) 1528 : cluster 0 pgmap v1135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:52:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:42 smithi135 bash[32435]: cluster 2023-12-07T17:52:41.245054+0000 mgr.a (mgr.14403) 1528 : cluster 0 pgmap v1135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:52:43.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:52:43.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:43.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:44.471 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:52:44.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:44.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:44.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:44.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:52:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:44 smithi079 bash[28699]: cluster 2023-12-07T17:52:43.245590+0000 mgr.a (mgr.14403) 1529 : cluster 0 pgmap v1136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:52:44.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:44 smithi194 bash[32038]: cluster 2023-12-07T17:52:43.245590+0000 mgr.a (mgr.14403) 1529 : cluster 0 pgmap v1136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:52:44.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:44 smithi135 bash[32435]: cluster 2023-12-07T17:52:43.245590+0000 mgr.a (mgr.14403) 1529 : cluster 0 pgmap v1136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:52:45.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:45 smithi079 bash[28699]: audit 2023-12-07T17:52:43.981006+0000 mgr.a (mgr.14403) 1530 : audit 0 from='client.43383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:45.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:45 smithi194 bash[32038]: audit 2023-12-07T17:52:43.981006+0000 mgr.a (mgr.14403) 1530 : audit 0 from='client.43383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:45.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:45 smithi135 bash[32435]: audit 2023-12-07T17:52:43.981006+0000 mgr.a (mgr.14403) 1530 : audit 0 from='client.43383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:46 smithi079 bash[28699]: cluster 2023-12-07T17:52:45.246534+0000 mgr.a (mgr.14403) 1531 : cluster 0 pgmap v1137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:46.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:46 smithi194 bash[32038]: cluster 2023-12-07T17:52:45.246534+0000 mgr.a (mgr.14403) 1531 : cluster 0 pgmap v1137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:46.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:46 smithi135 bash[32435]: cluster 2023-12-07T17:52:45.246534+0000 mgr.a (mgr.14403) 1531 : cluster 0 pgmap v1137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:48 smithi079 bash[28699]: cluster 2023-12-07T17:52:47.247122+0000 mgr.a (mgr.14403) 1532 : cluster 0 pgmap v1138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:48.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:48 smithi194 bash[32038]: cluster 2023-12-07T17:52:47.247122+0000 mgr.a (mgr.14403) 1532 : cluster 0 pgmap v1138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:48 smithi135 bash[32435]: cluster 2023-12-07T17:52:47.247122+0000 mgr.a (mgr.14403) 1532 : cluster 0 pgmap v1138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:52:49.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:52:49.475 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:49.475 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:49.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:49 smithi194 bash[32038]: cluster 2023-12-07T17:52:49.247800+0000 mgr.a (mgr.14403) 1533 : cluster 0 pgmap v1139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:49.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:49 smithi135 bash[32435]: cluster 2023-12-07T17:52:49.247800+0000 mgr.a (mgr.14403) 1533 : cluster 0 pgmap v1139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:50.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:49 smithi079 bash[28699]: cluster 2023-12-07T17:52:49.247800+0000 mgr.a (mgr.14403) 1533 : cluster 0 pgmap v1139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:52:50.354 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:52:50.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:50.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:50.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:50.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:52:50.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:50 smithi194 bash[32038]: audit 2023-12-07T17:52:49.879948+0000 mgr.a (mgr.14403) 1534 : audit 0 from='client.43452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:50.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:50 smithi135 bash[32435]: audit 2023-12-07T17:52:49.879948+0000 mgr.a (mgr.14403) 1534 : audit 0 from='client.43452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:51.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:50 smithi079 bash[28699]: audit 2023-12-07T17:52:49.879948+0000 mgr.a (mgr.14403) 1534 : audit 0 from='client.43452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:52.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:51 smithi079 bash[28699]: cluster 2023-12-07T17:52:51.248405+0000 mgr.a (mgr.14403) 1535 : cluster 0 pgmap v1140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:52:52.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:51 smithi194 bash[32038]: cluster 2023-12-07T17:52:51.248405+0000 mgr.a (mgr.14403) 1535 : cluster 0 pgmap v1140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:52:52.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:51 smithi135 bash[32435]: cluster 2023-12-07T17:52:51.248405+0000 mgr.a (mgr.14403) 1535 : cluster 0 pgmap v1140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:52:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:54 smithi079 bash[28699]: cluster 2023-12-07T17:52:53.248913+0000 mgr.a (mgr.14403) 1536 : cluster 0 pgmap v1141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:52:54.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:54 smithi194 bash[32038]: cluster 2023-12-07T17:52:53.248913+0000 mgr.a (mgr.14403) 1536 : cluster 0 pgmap v1141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:52:54.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:54 smithi135 bash[32435]: cluster 2023-12-07T17:52:53.248913+0000 mgr.a (mgr.14403) 1536 : cluster 0 pgmap v1141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:52:55.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:52:55.358 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:52:55.358 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:52:56.256 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:52:56.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:52:56.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:52:56.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:52:56.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:52:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:56 smithi079 bash[28699]: cluster 2023-12-07T17:52:55.249713+0000 mgr.a (mgr.14403) 1537 : cluster 0 pgmap v1142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:52:56.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:56 smithi194 bash[32038]: cluster 2023-12-07T17:52:55.249713+0000 mgr.a (mgr.14403) 1537 : cluster 0 pgmap v1142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:52:56.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:56 smithi135 bash[32435]: cluster 2023-12-07T17:52:55.249713+0000 mgr.a (mgr.14403) 1537 : cluster 0 pgmap v1142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:52:57.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:57 smithi079 bash[28699]: audit 2023-12-07T17:52:55.759677+0000 mgr.a (mgr.14403) 1538 : audit 0 from='client.43527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:57.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:57 smithi194 bash[32038]: audit 2023-12-07T17:52:55.759677+0000 mgr.a (mgr.14403) 1538 : audit 0 from='client.43527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:57.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:57 smithi135 bash[32435]: audit 2023-12-07T17:52:55.759677+0000 mgr.a (mgr.14403) 1538 : audit 0 from='client.43527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:52:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:58 smithi079 bash[28699]: cluster 2023-12-07T17:52:57.250379+0000 mgr.a (mgr.14403) 1539 : cluster 0 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-07T17:52:58.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:58 smithi194 bash[32038]: cluster 2023-12-07T17:52:57.250379+0000 mgr.a (mgr.14403) 1539 : cluster 0 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-07T17:52:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:58 smithi135 bash[32435]: cluster 2023-12-07T17:52:57.250379+0000 mgr.a (mgr.14403) 1539 : cluster 0 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-07T17:52:59.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:52:59 smithi194 bash[32038]: cluster 2023-12-07T17:52:59.251189+0000 mgr.a (mgr.14403) 1540 : cluster 0 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-07T17:52:59.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:52:59 smithi135 bash[32435]: cluster 2023-12-07T17:52:59.251189+0000 mgr.a (mgr.14403) 1540 : cluster 0 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-07T17:53:00.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:52:59 smithi079 bash[28699]: cluster 2023-12-07T17:52:59.251189+0000 mgr.a (mgr.14403) 1540 : cluster 0 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-07T17:53:01.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:53:01.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:01.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:02.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:02.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:02.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:02.189 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:53:02.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:53:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:02 smithi079 bash[28699]: cluster 2023-12-07T17:53:01.251743+0000 mgr.a (mgr.14403) 1541 : cluster 0 pgmap v1145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:02.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:02 smithi194 bash[32038]: cluster 2023-12-07T17:53:01.251743+0000 mgr.a (mgr.14403) 1541 : cluster 0 pgmap v1145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:02 smithi135 bash[32435]: cluster 2023-12-07T17:53:01.251743+0000 mgr.a (mgr.14403) 1541 : cluster 0 pgmap v1145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:03.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:03 smithi079 bash[28699]: audit 2023-12-07T17:53:01.663882+0000 mgr.a (mgr.14403) 1542 : audit 0 from='client.43602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:03.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:03 smithi194 bash[32038]: audit 2023-12-07T17:53:01.663882+0000 mgr.a (mgr.14403) 1542 : audit 0 from='client.43602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:03.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:03 smithi135 bash[32435]: audit 2023-12-07T17:53:01.663882+0000 mgr.a (mgr.14403) 1542 : audit 0 from='client.43602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:04 smithi079 bash[28699]: cluster 2023-12-07T17:53:03.252309+0000 mgr.a (mgr.14403) 1543 : cluster 0 pgmap v1146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:04.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:04 smithi194 bash[32038]: cluster 2023-12-07T17:53:03.252309+0000 mgr.a (mgr.14403) 1543 : cluster 0 pgmap v1146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:04 smithi135 bash[32435]: cluster 2023-12-07T17:53:03.252309+0000 mgr.a (mgr.14403) 1543 : cluster 0 pgmap v1146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:06 smithi079 bash[28699]: cluster 2023-12-07T17:53:05.253142+0000 mgr.a (mgr.14403) 1544 : cluster 0 pgmap v1147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:06.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:06 smithi194 bash[32038]: cluster 2023-12-07T17:53:05.253142+0000 mgr.a (mgr.14403) 1544 : cluster 0 pgmap v1147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:06.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:06 smithi135 bash[32435]: cluster 2023-12-07T17:53:05.253142+0000 mgr.a (mgr.14403) 1544 : cluster 0 pgmap v1147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:07.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:53:07.193 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:07.193 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:08.065 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:53:08.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:08.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:08.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:08.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:53:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:08 smithi079 bash[28699]: cluster 2023-12-07T17:53:07.253695+0000 mgr.a (mgr.14403) 1545 : cluster 0 pgmap v1148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:08.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:08 smithi194 bash[32038]: cluster 2023-12-07T17:53:07.253695+0000 mgr.a (mgr.14403) 1545 : cluster 0 pgmap v1148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:08.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:08 smithi135 bash[32435]: cluster 2023-12-07T17:53:07.253695+0000 mgr.a (mgr.14403) 1545 : cluster 0 pgmap v1148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:09.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:09 smithi079 bash[28699]: audit 2023-12-07T17:53:07.592292+0000 mgr.a (mgr.14403) 1546 : audit 0 from='client.43680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:09.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:09 smithi194 bash[32038]: audit 2023-12-07T17:53:07.592292+0000 mgr.a (mgr.14403) 1546 : audit 0 from='client.43680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:09.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:09 smithi135 bash[32435]: audit 2023-12-07T17:53:07.592292+0000 mgr.a (mgr.14403) 1546 : audit 0 from='client.43680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:10.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:10 smithi079 bash[28699]: cluster 2023-12-07T17:53:09.254645+0000 mgr.a (mgr.14403) 1547 : cluster 0 pgmap v1149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:10.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:10 smithi194 bash[32038]: cluster 2023-12-07T17:53:09.254645+0000 mgr.a (mgr.14403) 1547 : cluster 0 pgmap v1149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:10.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:10 smithi135 bash[32435]: cluster 2023-12-07T17:53:09.254645+0000 mgr.a (mgr.14403) 1547 : cluster 0 pgmap v1149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:12 smithi079 bash[28699]: cluster 2023-12-07T17:53:11.255256+0000 mgr.a (mgr.14403) 1548 : cluster 0 pgmap v1150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:12.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:12 smithi194 bash[32038]: cluster 2023-12-07T17:53:11.255256+0000 mgr.a (mgr.14403) 1548 : cluster 0 pgmap v1150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:12 smithi135 bash[32435]: cluster 2023-12-07T17:53:11.255256+0000 mgr.a (mgr.14403) 1548 : cluster 0 pgmap v1150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:13.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:53:13.067 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:13.067 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:13.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:13.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:13.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:13.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:53:13.957 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:53:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:14 smithi079 bash[28699]: cluster 2023-12-07T17:53:13.255767+0000 mgr.a (mgr.14403) 1549 : cluster 0 pgmap v1151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:14.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:14 smithi079 bash[28699]: audit 2023-12-07T17:53:13.468039+0000 mgr.a (mgr.14403) 1550 : audit 0 from='client.43758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:14.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:14 smithi194 bash[32038]: cluster 2023-12-07T17:53:13.255767+0000 mgr.a (mgr.14403) 1549 : cluster 0 pgmap v1151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:14.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:14 smithi194 bash[32038]: audit 2023-12-07T17:53:13.468039+0000 mgr.a (mgr.14403) 1550 : audit 0 from='client.43758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:14.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:14 smithi135 bash[32435]: cluster 2023-12-07T17:53:13.255767+0000 mgr.a (mgr.14403) 1549 : cluster 0 pgmap v1151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:14.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:14 smithi135 bash[32435]: audit 2023-12-07T17:53:13.468039+0000 mgr.a (mgr.14403) 1550 : audit 0 from='client.43758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:16 smithi079 bash[28699]: cluster 2023-12-07T17:53:15.256818+0000 mgr.a (mgr.14403) 1551 : cluster 0 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-07T17:53:16.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:16 smithi194 bash[32038]: cluster 2023-12-07T17:53:15.256818+0000 mgr.a (mgr.14403) 1551 : cluster 0 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-07T17:53:16.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:16 smithi135 bash[32435]: cluster 2023-12-07T17:53:15.256818+0000 mgr.a (mgr.14403) 1551 : cluster 0 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-07T17:53:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:18 smithi079 bash[28699]: cluster 2023-12-07T17:53:17.257396+0000 mgr.a (mgr.14403) 1552 : cluster 0 pgmap v1153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:18.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:18 smithi194 bash[32038]: cluster 2023-12-07T17:53:17.257396+0000 mgr.a (mgr.14403) 1552 : cluster 0 pgmap v1153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:18 smithi135 bash[32435]: cluster 2023-12-07T17:53:17.257396+0000 mgr.a (mgr.14403) 1552 : cluster 0 pgmap v1153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:18.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:53:18.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:18.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:19.856 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:53:19.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:19.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:19.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:19.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:53:19.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:19 smithi135 bash[32435]: cluster 2023-12-07T17:53:19.258138+0000 mgr.a (mgr.14403) 1553 : cluster 0 pgmap v1154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:19.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:19 smithi135 bash[32435]: audit 2023-12-07T17:53:19.363909+0000 mgr.a (mgr.14403) 1554 : audit 0 from='client.43836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:20.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:19 smithi079 bash[28699]: cluster 2023-12-07T17:53:19.258138+0000 mgr.a (mgr.14403) 1553 : cluster 0 pgmap v1154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:20.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:19 smithi079 bash[28699]: audit 2023-12-07T17:53:19.363909+0000 mgr.a (mgr.14403) 1554 : audit 0 from='client.43836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:20.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:19 smithi194 bash[32038]: cluster 2023-12-07T17:53:19.258138+0000 mgr.a (mgr.14403) 1553 : cluster 0 pgmap v1154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:20.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:19 smithi194 bash[32038]: audit 2023-12-07T17:53:19.363909+0000 mgr.a (mgr.14403) 1554 : audit 0 from='client.43836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:22.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:22 smithi079 bash[28699]: cluster 2023-12-07T17:53:21.258878+0000 mgr.a (mgr.14403) 1555 : cluster 0 pgmap v1155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:22.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:22 smithi194 bash[32038]: cluster 2023-12-07T17:53:21.258878+0000 mgr.a (mgr.14403) 1555 : cluster 0 pgmap v1155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:22 smithi135 bash[32435]: cluster 2023-12-07T17:53:21.258878+0000 mgr.a (mgr.14403) 1555 : cluster 0 pgmap v1155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:24 smithi079 bash[28699]: cluster 2023-12-07T17:53:23.259415+0000 mgr.a (mgr.14403) 1556 : cluster 0 pgmap v1156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:24.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:24 smithi194 bash[32038]: cluster 2023-12-07T17:53:23.259415+0000 mgr.a (mgr.14403) 1556 : cluster 0 pgmap v1156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:24 smithi135 bash[32435]: cluster 2023-12-07T17:53:23.259415+0000 mgr.a (mgr.14403) 1556 : cluster 0 pgmap v1156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:24.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:53:24.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:24.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:25.774 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:53:25.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:25.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:25.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:25.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:53:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:26 smithi079 bash[28699]: cluster 2023-12-07T17:53:25.260215+0000 mgr.a (mgr.14403) 1557 : cluster 0 pgmap v1157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:26.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:26 smithi079 bash[28699]: audit 2023-12-07T17:53:25.265324+0000 mgr.a (mgr.14403) 1558 : audit 0 from='client.43911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:26.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:26 smithi194 bash[32038]: cluster 2023-12-07T17:53:25.260215+0000 mgr.a (mgr.14403) 1557 : cluster 0 pgmap v1157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:26.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:26 smithi194 bash[32038]: audit 2023-12-07T17:53:25.265324+0000 mgr.a (mgr.14403) 1558 : audit 0 from='client.43911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:26.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:26 smithi135 bash[32435]: cluster 2023-12-07T17:53:25.260215+0000 mgr.a (mgr.14403) 1557 : cluster 0 pgmap v1157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:26.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:26 smithi135 bash[32435]: audit 2023-12-07T17:53:25.265324+0000 mgr.a (mgr.14403) 1558 : audit 0 from='client.43911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:28 smithi079 bash[28699]: cluster 2023-12-07T17:53:27.260915+0000 mgr.a (mgr.14403) 1559 : cluster 0 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-07T17:53:28.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:28 smithi194 bash[32038]: cluster 2023-12-07T17:53:27.260915+0000 mgr.a (mgr.14403) 1559 : cluster 0 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-07T17:53:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:28 smithi135 bash[32435]: cluster 2023-12-07T17:53:27.260915+0000 mgr.a (mgr.14403) 1559 : cluster 0 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-07T17:53:30.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:29 smithi079 bash[28699]: cluster 2023-12-07T17:53:29.261760+0000 mgr.a (mgr.14403) 1560 : cluster 0 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-07T17:53:30.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:29 smithi194 bash[32038]: cluster 2023-12-07T17:53:29.261760+0000 mgr.a (mgr.14403) 1560 : cluster 0 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-07T17:53:30.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:29 smithi135 bash[32435]: cluster 2023-12-07T17:53:29.261760+0000 mgr.a (mgr.14403) 1560 : cluster 0 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-07T17:53:30.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:53:30.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:30.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:31.676 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:53:31.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:31.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:31.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:31.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:53:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:32 smithi079 bash[28699]: audit 2023-12-07T17:53:31.182178+0000 mgr.a (mgr.14403) 1561 : audit 0 from='client.43983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:32.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:32 smithi079 bash[28699]: cluster 2023-12-07T17:53:31.262262+0000 mgr.a (mgr.14403) 1562 : cluster 0 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-07T17:53:32.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:32 smithi194 bash[32038]: audit 2023-12-07T17:53:31.182178+0000 mgr.a (mgr.14403) 1561 : audit 0 from='client.43983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:32.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:32 smithi194 bash[32038]: cluster 2023-12-07T17:53:31.262262+0000 mgr.a (mgr.14403) 1562 : cluster 0 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-07T17:53:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:32 smithi135 bash[32435]: audit 2023-12-07T17:53:31.182178+0000 mgr.a (mgr.14403) 1561 : audit 0 from='client.43983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:32 smithi135 bash[32435]: cluster 2023-12-07T17:53:31.262262+0000 mgr.a (mgr.14403) 1562 : cluster 0 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-07T17:53:34.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:34 smithi079 bash[28699]: cluster 2023-12-07T17:53:33.262831+0000 mgr.a (mgr.14403) 1563 : cluster 0 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-07T17:53:34.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:34 smithi079 bash[28699]: audit 2023-12-07T17:53:34.305081+0000 mon.a (mon.0) 686 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:53:34.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:34 smithi194 bash[32038]: cluster 2023-12-07T17:53:33.262831+0000 mgr.a (mgr.14403) 1563 : cluster 0 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-07T17:53:34.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:34 smithi194 bash[32038]: audit 2023-12-07T17:53:34.305081+0000 mon.a (mon.0) 686 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:53:34.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:34 smithi135 bash[32435]: cluster 2023-12-07T17:53:33.262831+0000 mgr.a (mgr.14403) 1563 : cluster 0 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-07T17:53:34.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:34 smithi135 bash[32435]: audit 2023-12-07T17:53:34.305081+0000 mon.a (mon.0) 686 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:53:35.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:35 smithi079 bash[28699]: audit 2023-12-07T17:53:35.093723+0000 mon.a (mon.0) 687 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:53:35.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:35 smithi079 bash[28699]: audit 2023-12-07T17:53:35.095617+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:53:35.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:35 smithi079 bash[28699]: audit 2023-12-07T17:53:35.104562+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:53:35.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:35 smithi194 bash[32038]: audit 2023-12-07T17:53:35.093723+0000 mon.a (mon.0) 687 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:53:35.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:35 smithi194 bash[32038]: audit 2023-12-07T17:53:35.095617+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:53:35.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:35 smithi194 bash[32038]: audit 2023-12-07T17:53:35.104562+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:53:35.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:35 smithi135 bash[32435]: audit 2023-12-07T17:53:35.093723+0000 mon.a (mon.0) 687 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:53:35.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:35 smithi135 bash[32435]: audit 2023-12-07T17:53:35.095617+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:53:35.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:35 smithi135 bash[32435]: audit 2023-12-07T17:53:35.104562+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:53:36.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:36 smithi079 bash[28699]: cluster 2023-12-07T17:53:35.263684+0000 mgr.a (mgr.14403) 1564 : cluster 0 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-07T17:53:36.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:53:36.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:36.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:36.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:36 smithi194 bash[32038]: cluster 2023-12-07T17:53:35.263684+0000 mgr.a (mgr.14403) 1564 : cluster 0 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-07T17:53:36.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:36 smithi135 bash[32435]: cluster 2023-12-07T17:53:35.263684+0000 mgr.a (mgr.14403) 1564 : cluster 0 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-07T17:53:37.570 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:53:37.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:37.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:37.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:37.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:53:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:38 smithi079 bash[28699]: audit 2023-12-07T17:53:37.083859+0000 mgr.a (mgr.14403) 1565 : audit 0 from='client.44061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:38.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:38 smithi079 bash[28699]: cluster 2023-12-07T17:53:37.264149+0000 mgr.a (mgr.14403) 1566 : cluster 0 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-07T17:53:38.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:38 smithi194 bash[32038]: audit 2023-12-07T17:53:37.083859+0000 mgr.a (mgr.14403) 1565 : audit 0 from='client.44061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:38.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:38 smithi194 bash[32038]: cluster 2023-12-07T17:53:37.264149+0000 mgr.a (mgr.14403) 1566 : cluster 0 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-07T17:53:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:38 smithi135 bash[32435]: audit 2023-12-07T17:53:37.083859+0000 mgr.a (mgr.14403) 1565 : audit 0 from='client.44061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:38 smithi135 bash[32435]: cluster 2023-12-07T17:53:37.264149+0000 mgr.a (mgr.14403) 1566 : cluster 0 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-07T17:53:40.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:39 smithi079 bash[28699]: cluster 2023-12-07T17:53:39.264960+0000 mgr.a (mgr.14403) 1567 : cluster 0 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-07T17:53:40.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:39 smithi194 bash[32038]: cluster 2023-12-07T17:53:39.264960+0000 mgr.a (mgr.14403) 1567 : cluster 0 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-07T17:53:40.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:39 smithi135 bash[32435]: cluster 2023-12-07T17:53:39.264960+0000 mgr.a (mgr.14403) 1567 : cluster 0 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-07T17:53:42.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:53:42.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:42.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:42 smithi079 bash[28699]: cluster 2023-12-07T17:53:41.265507+0000 mgr.a (mgr.14403) 1568 : cluster 0 pgmap v1165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:42.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:42 smithi194 bash[32038]: cluster 2023-12-07T17:53:41.265507+0000 mgr.a (mgr.14403) 1568 : cluster 0 pgmap v1165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:42 smithi135 bash[32435]: cluster 2023-12-07T17:53:41.265507+0000 mgr.a (mgr.14403) 1568 : cluster 0 pgmap v1165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:43.488 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:53:43.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:43.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:43.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:43.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:53:44.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:44 smithi079 bash[28699]: audit 2023-12-07T17:53:42.971537+0000 mgr.a (mgr.14403) 1569 : audit 0 from='client.44139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:44.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:44 smithi079 bash[28699]: cluster 2023-12-07T17:53:43.266018+0000 mgr.a (mgr.14403) 1570 : cluster 0 pgmap v1166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:44.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:44 smithi194 bash[32038]: audit 2023-12-07T17:53:42.971537+0000 mgr.a (mgr.14403) 1569 : audit 0 from='client.44139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:44.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:44 smithi194 bash[32038]: cluster 2023-12-07T17:53:43.266018+0000 mgr.a (mgr.14403) 1570 : cluster 0 pgmap v1166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:44.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:44 smithi135 bash[32435]: audit 2023-12-07T17:53:42.971537+0000 mgr.a (mgr.14403) 1569 : audit 0 from='client.44139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:44.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:44 smithi135 bash[32435]: cluster 2023-12-07T17:53:43.266018+0000 mgr.a (mgr.14403) 1570 : cluster 0 pgmap v1166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:46 smithi079 bash[28699]: cluster 2023-12-07T17:53:45.266915+0000 mgr.a (mgr.14403) 1571 : cluster 0 pgmap v1167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:46.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:46 smithi194 bash[32038]: cluster 2023-12-07T17:53:45.266915+0000 mgr.a (mgr.14403) 1571 : cluster 0 pgmap v1167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:46.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:46 smithi135 bash[32435]: cluster 2023-12-07T17:53:45.266915+0000 mgr.a (mgr.14403) 1571 : cluster 0 pgmap v1167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:53:48.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:53:48.492 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:48.492 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:48 smithi079 bash[28699]: cluster 2023-12-07T17:53:47.267481+0000 mgr.a (mgr.14403) 1572 : cluster 0 pgmap v1168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:48.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:48 smithi194 bash[32038]: cluster 2023-12-07T17:53:47.267481+0000 mgr.a (mgr.14403) 1572 : cluster 0 pgmap v1168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:48 smithi135 bash[32435]: cluster 2023-12-07T17:53:47.267481+0000 mgr.a (mgr.14403) 1572 : cluster 0 pgmap v1168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:53:49.364 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:53:49.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:49.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:49.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:49.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:53:50.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:49 smithi079 bash[28699]: audit 2023-12-07T17:53:48.888581+0000 mgr.a (mgr.14403) 1573 : audit 0 from='client.44217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:50.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:49 smithi079 bash[28699]: cluster 2023-12-07T17:53:49.268205+0000 mgr.a (mgr.14403) 1574 : cluster 0 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-07T17:53:50.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:49 smithi194 bash[32038]: audit 2023-12-07T17:53:48.888581+0000 mgr.a (mgr.14403) 1573 : audit 0 from='client.44217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:50.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:49 smithi194 bash[32038]: cluster 2023-12-07T17:53:49.268205+0000 mgr.a (mgr.14403) 1574 : cluster 0 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-07T17:53:50.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:49 smithi135 bash[32435]: audit 2023-12-07T17:53:48.888581+0000 mgr.a (mgr.14403) 1573 : audit 0 from='client.44217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:50.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:49 smithi135 bash[32435]: cluster 2023-12-07T17:53:49.268205+0000 mgr.a (mgr.14403) 1574 : cluster 0 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-07T17:53:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:52 smithi079 bash[28699]: cluster 2023-12-07T17:53:51.268784+0000 mgr.a (mgr.14403) 1575 : cluster 0 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-07T17:53:52.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:52 smithi194 bash[32038]: cluster 2023-12-07T17:53:51.268784+0000 mgr.a (mgr.14403) 1575 : cluster 0 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-07T17:53:52.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:52 smithi135 bash[32435]: cluster 2023-12-07T17:53:51.268784+0000 mgr.a (mgr.14403) 1575 : cluster 0 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-07T17:53:54.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:53:54.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:53:54.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:53:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:54 smithi079 bash[28699]: cluster 2023-12-07T17:53:53.269337+0000 mgr.a (mgr.14403) 1576 : cluster 0 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-07T17:53:54.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:54 smithi194 bash[32038]: cluster 2023-12-07T17:53:53.269337+0000 mgr.a (mgr.14403) 1576 : cluster 0 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-07T17:53:54.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:54 smithi135 bash[32435]: cluster 2023-12-07T17:53:53.269337+0000 mgr.a (mgr.14403) 1576 : cluster 0 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-07T17:53:55.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:53:55.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:53:55.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:53:55.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:53:55.268 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:53:56.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:56 smithi079 bash[28699]: audit 2023-12-07T17:53:54.764449+0000 mgr.a (mgr.14403) 1577 : audit 0 from='client.44292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:56.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:56 smithi079 bash[28699]: cluster 2023-12-07T17:53:55.270382+0000 mgr.a (mgr.14403) 1578 : cluster 0 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-07T17:53:56.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:56 smithi194 bash[32038]: audit 2023-12-07T17:53:54.764449+0000 mgr.a (mgr.14403) 1577 : audit 0 from='client.44292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:56.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:56 smithi194 bash[32038]: cluster 2023-12-07T17:53:55.270382+0000 mgr.a (mgr.14403) 1578 : cluster 0 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-07T17:53:56.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:56 smithi135 bash[32435]: audit 2023-12-07T17:53:54.764449+0000 mgr.a (mgr.14403) 1577 : audit 0 from='client.44292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:53:56.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:56 smithi135 bash[32435]: cluster 2023-12-07T17:53:55.270382+0000 mgr.a (mgr.14403) 1578 : cluster 0 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-07T17:53:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:58 smithi079 bash[28699]: cluster 2023-12-07T17:53:57.271006+0000 mgr.a (mgr.14403) 1579 : cluster 0 pgmap v1173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:58.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:58 smithi194 bash[32038]: cluster 2023-12-07T17:53:57.271006+0000 mgr.a (mgr.14403) 1579 : cluster 0 pgmap v1173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:53:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:58 smithi135 bash[32435]: cluster 2023-12-07T17:53:57.271006+0000 mgr.a (mgr.14403) 1579 : cluster 0 pgmap v1173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:00.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:53:59 smithi079 bash[28699]: cluster 2023-12-07T17:53:59.271877+0000 mgr.a (mgr.14403) 1580 : cluster 0 pgmap v1174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:00.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:53:59 smithi194 bash[32038]: cluster 2023-12-07T17:53:59.271877+0000 mgr.a (mgr.14403) 1580 : cluster 0 pgmap v1174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:00.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:53:59 smithi135 bash[32435]: cluster 2023-12-07T17:53:59.271877+0000 mgr.a (mgr.14403) 1580 : cluster 0 pgmap v1174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:00.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:54:00.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:00.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:01.185 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:54:01.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:01.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:01.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:01.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:54:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:02 smithi079 bash[28699]: audit 2023-12-07T17:54:00.668033+0000 mgr.a (mgr.14403) 1581 : audit 0 from='client.44367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:02.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:02 smithi079 bash[28699]: cluster 2023-12-07T17:54:01.272634+0000 mgr.a (mgr.14403) 1582 : cluster 0 pgmap v1175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:02.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:02 smithi194 bash[32038]: audit 2023-12-07T17:54:00.668033+0000 mgr.a (mgr.14403) 1581 : audit 0 from='client.44367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:02.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:02 smithi194 bash[32038]: cluster 2023-12-07T17:54:01.272634+0000 mgr.a (mgr.14403) 1582 : cluster 0 pgmap v1175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:02 smithi135 bash[32435]: audit 2023-12-07T17:54:00.668033+0000 mgr.a (mgr.14403) 1581 : audit 0 from='client.44367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:02.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:02 smithi135 bash[32435]: cluster 2023-12-07T17:54:01.272634+0000 mgr.a (mgr.14403) 1582 : cluster 0 pgmap v1175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:04.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:04 smithi079 bash[28699]: cluster 2023-12-07T17:54:03.273204+0000 mgr.a (mgr.14403) 1583 : cluster 0 pgmap v1176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:04.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:04 smithi194 bash[32038]: cluster 2023-12-07T17:54:03.273204+0000 mgr.a (mgr.14403) 1583 : cluster 0 pgmap v1176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:04 smithi135 bash[32435]: cluster 2023-12-07T17:54:03.273204+0000 mgr.a (mgr.14403) 1583 : cluster 0 pgmap v1176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:06.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:54:06.189 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:06.189 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:06 smithi079 bash[28699]: cluster 2023-12-07T17:54:05.273994+0000 mgr.a (mgr.14403) 1584 : cluster 0 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-07T17:54:06.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:06 smithi194 bash[32038]: cluster 2023-12-07T17:54:05.273994+0000 mgr.a (mgr.14403) 1584 : cluster 0 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-07T17:54:06.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:06 smithi135 bash[32435]: cluster 2023-12-07T17:54:05.273994+0000 mgr.a (mgr.14403) 1584 : cluster 0 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-07T17:54:07.073 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:54:07.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:07.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:07.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:07.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:54:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:08 smithi079 bash[28699]: audit 2023-12-07T17:54:06.587041+0000 mgr.a (mgr.14403) 1585 : audit 0 from='client.44433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:08.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:08 smithi079 bash[28699]: cluster 2023-12-07T17:54:07.274715+0000 mgr.a (mgr.14403) 1586 : cluster 0 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-07T17:54:08.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:08 smithi194 bash[32038]: audit 2023-12-07T17:54:06.587041+0000 mgr.a (mgr.14403) 1585 : audit 0 from='client.44433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:08.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:08 smithi194 bash[32038]: cluster 2023-12-07T17:54:07.274715+0000 mgr.a (mgr.14403) 1586 : cluster 0 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-07T17:54:08.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:08 smithi135 bash[32435]: audit 2023-12-07T17:54:06.587041+0000 mgr.a (mgr.14403) 1585 : audit 0 from='client.44433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:08.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:08 smithi135 bash[32435]: cluster 2023-12-07T17:54:07.274715+0000 mgr.a (mgr.14403) 1586 : cluster 0 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-07T17:54:10.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:09 smithi079 bash[28699]: cluster 2023-12-07T17:54:09.275522+0000 mgr.a (mgr.14403) 1587 : cluster 0 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-07T17:54:10.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:09 smithi194 bash[32038]: cluster 2023-12-07T17:54:09.275522+0000 mgr.a (mgr.14403) 1587 : cluster 0 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-07T17:54:10.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:09 smithi135 bash[32435]: cluster 2023-12-07T17:54:09.275522+0000 mgr.a (mgr.14403) 1587 : cluster 0 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-07T17:54:12.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:54:12.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:12.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:12 smithi079 bash[28699]: cluster 2023-12-07T17:54:11.276115+0000 mgr.a (mgr.14403) 1588 : cluster 0 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-07T17:54:12.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:12 smithi194 bash[32038]: cluster 2023-12-07T17:54:11.276115+0000 mgr.a (mgr.14403) 1588 : cluster 0 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-07T17:54:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:12 smithi135 bash[32435]: cluster 2023-12-07T17:54:11.276115+0000 mgr.a (mgr.14403) 1588 : cluster 0 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-07T17:54:13.013 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:54:13.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:13.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:13.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:13.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:54:13.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:13 smithi079 bash[28699]: audit 2023-12-07T17:54:12.481831+0000 mgr.a (mgr.14403) 1589 : audit 0 from='client.44508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:13.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:13 smithi194 bash[32038]: audit 2023-12-07T17:54:12.481831+0000 mgr.a (mgr.14403) 1589 : audit 0 from='client.44508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:13.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:13 smithi135 bash[32435]: audit 2023-12-07T17:54:12.481831+0000 mgr.a (mgr.14403) 1589 : audit 0 from='client.44508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:14 smithi079 bash[28699]: cluster 2023-12-07T17:54:13.276866+0000 mgr.a (mgr.14403) 1590 : cluster 0 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-07T17:54:14.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:14 smithi194 bash[32038]: cluster 2023-12-07T17:54:13.276866+0000 mgr.a (mgr.14403) 1590 : cluster 0 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-07T17:54:14.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:14 smithi135 bash[32435]: cluster 2023-12-07T17:54:13.276866+0000 mgr.a (mgr.14403) 1590 : cluster 0 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-07T17:54:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:16 smithi079 bash[28699]: cluster 2023-12-07T17:54:15.277748+0000 mgr.a (mgr.14403) 1591 : cluster 0 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-07T17:54:16.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:16 smithi194 bash[32038]: cluster 2023-12-07T17:54:15.277748+0000 mgr.a (mgr.14403) 1591 : cluster 0 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-07T17:54:16.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:16 smithi135 bash[32435]: cluster 2023-12-07T17:54:15.277748+0000 mgr.a (mgr.14403) 1591 : cluster 0 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-07T17:54:18.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:54:18.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:18.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:18 smithi079 bash[28699]: cluster 2023-12-07T17:54:17.278310+0000 mgr.a (mgr.14403) 1592 : cluster 0 pgmap v1183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:18.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:18 smithi194 bash[32038]: cluster 2023-12-07T17:54:17.278310+0000 mgr.a (mgr.14403) 1592 : cluster 0 pgmap v1183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:18 smithi135 bash[32435]: cluster 2023-12-07T17:54:17.278310+0000 mgr.a (mgr.14403) 1592 : cluster 0 pgmap v1183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:18.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:18.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:18.952 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:54:18.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:18.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:54:19.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:19 smithi079 bash[28699]: audit 2023-12-07T17:54:18.421292+0000 mgr.a (mgr.14403) 1593 : audit 0 from='client.44583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:19.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:19 smithi194 bash[32038]: audit 2023-12-07T17:54:18.421292+0000 mgr.a (mgr.14403) 1593 : audit 0 from='client.44583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:19.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:19 smithi135 bash[32435]: audit 2023-12-07T17:54:18.421292+0000 mgr.a (mgr.14403) 1593 : audit 0 from='client.44583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:20.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:20 smithi079 bash[28699]: cluster 2023-12-07T17:54:19.279514+0000 mgr.a (mgr.14403) 1594 : cluster 0 pgmap v1184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:20.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:20 smithi194 bash[32038]: cluster 2023-12-07T17:54:19.279514+0000 mgr.a (mgr.14403) 1594 : cluster 0 pgmap v1184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:20.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:20 smithi135 bash[32435]: cluster 2023-12-07T17:54:19.279514+0000 mgr.a (mgr.14403) 1594 : cluster 0 pgmap v1184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:22 smithi079 bash[28699]: cluster 2023-12-07T17:54:21.280173+0000 mgr.a (mgr.14403) 1595 : cluster 0 pgmap v1185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:22.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:22 smithi194 bash[32038]: cluster 2023-12-07T17:54:21.280173+0000 mgr.a (mgr.14403) 1595 : cluster 0 pgmap v1185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:22 smithi135 bash[32435]: cluster 2023-12-07T17:54:21.280173+0000 mgr.a (mgr.14403) 1595 : cluster 0 pgmap v1185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:23.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:54:23.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:23.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:24 smithi079 bash[28699]: cluster 2023-12-07T17:54:23.280715+0000 mgr.a (mgr.14403) 1596 : cluster 0 pgmap v1186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:24.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:24 smithi194 bash[32038]: cluster 2023-12-07T17:54:23.280715+0000 mgr.a (mgr.14403) 1596 : cluster 0 pgmap v1186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:24 smithi135 bash[32435]: cluster 2023-12-07T17:54:23.280715+0000 mgr.a (mgr.14403) 1596 : cluster 0 pgmap v1186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:24.842 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:54:24.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:24.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:24.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:24.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:54:25.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:25 smithi079 bash[28699]: audit 2023-12-07T17:54:24.350557+0000 mgr.a (mgr.14403) 1597 : audit 0 from='client.44661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:25.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:25 smithi194 bash[32038]: audit 2023-12-07T17:54:24.350557+0000 mgr.a (mgr.14403) 1597 : audit 0 from='client.44661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:25.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:25 smithi135 bash[32435]: audit 2023-12-07T17:54:24.350557+0000 mgr.a (mgr.14403) 1597 : audit 0 from='client.44661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:26 smithi079 bash[28699]: cluster 2023-12-07T17:54:25.281753+0000 mgr.a (mgr.14403) 1598 : cluster 0 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-07T17:54:26.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:26 smithi194 bash[32038]: cluster 2023-12-07T17:54:25.281753+0000 mgr.a (mgr.14403) 1598 : cluster 0 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-07T17:54:26.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:26 smithi135 bash[32435]: cluster 2023-12-07T17:54:25.281753+0000 mgr.a (mgr.14403) 1598 : cluster 0 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-07T17:54:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:28 smithi079 bash[28699]: cluster 2023-12-07T17:54:27.282436+0000 mgr.a (mgr.14403) 1599 : cluster 0 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-07T17:54:28.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:28 smithi194 bash[32038]: cluster 2023-12-07T17:54:27.282436+0000 mgr.a (mgr.14403) 1599 : cluster 0 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-07T17:54:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:28 smithi135 bash[32435]: cluster 2023-12-07T17:54:27.282436+0000 mgr.a (mgr.14403) 1599 : cluster 0 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-07T17:54:29.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:54:29.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:29.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:30.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:29 smithi079 bash[28699]: cluster 2023-12-07T17:54:29.283251+0000 mgr.a (mgr.14403) 1600 : cluster 0 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-07T17:54:30.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:29 smithi194 bash[32038]: cluster 2023-12-07T17:54:29.283251+0000 mgr.a (mgr.14403) 1600 : cluster 0 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-07T17:54:30.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:29 smithi135 bash[32435]: cluster 2023-12-07T17:54:29.283251+0000 mgr.a (mgr.14403) 1600 : cluster 0 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-07T17:54:30.728 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:54:30.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:30.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:30.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:30.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:54:31.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:30 smithi079 bash[28699]: audit 2023-12-07T17:54:30.251295+0000 mgr.a (mgr.14403) 1601 : audit 0 from='client.44739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:31.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:30 smithi194 bash[32038]: audit 2023-12-07T17:54:30.251295+0000 mgr.a (mgr.14403) 1601 : audit 0 from='client.44739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:31.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:30 smithi135 bash[32435]: audit 2023-12-07T17:54:30.251295+0000 mgr.a (mgr.14403) 1601 : audit 0 from='client.44739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:32.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:31 smithi079 bash[28699]: cluster 2023-12-07T17:54:31.283979+0000 mgr.a (mgr.14403) 1602 : cluster 0 pgmap v1190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:32.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:31 smithi194 bash[32038]: cluster 2023-12-07T17:54:31.283979+0000 mgr.a (mgr.14403) 1602 : cluster 0 pgmap v1190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:32.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:31 smithi135 bash[32435]: cluster 2023-12-07T17:54:31.283979+0000 mgr.a (mgr.14403) 1602 : cluster 0 pgmap v1190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:34 smithi079 bash[28699]: cluster 2023-12-07T17:54:33.284554+0000 mgr.a (mgr.14403) 1603 : cluster 0 pgmap v1191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:34.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:34 smithi194 bash[32038]: cluster 2023-12-07T17:54:33.284554+0000 mgr.a (mgr.14403) 1603 : cluster 0 pgmap v1191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:34.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:34 smithi135 bash[32435]: cluster 2023-12-07T17:54:33.284554+0000 mgr.a (mgr.14403) 1603 : cluster 0 pgmap v1191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:35.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:35 smithi079 bash[28699]: audit 2023-12-07T17:54:35.208357+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:54:35.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:35 smithi194 bash[32038]: audit 2023-12-07T17:54:35.208357+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:54:35.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:35 smithi135 bash[32435]: audit 2023-12-07T17:54:35.208357+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:54:35.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:54:35.731 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:35.732 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:36 smithi079 bash[28699]: cluster 2023-12-07T17:54:35.285019+0000 mgr.a (mgr.14403) 1604 : cluster 0 pgmap v1192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:36.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:36 smithi079 bash[28699]: audit 2023-12-07T17:54:36.001640+0000 mon.a (mon.0) 691 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:54:36.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:36 smithi079 bash[28699]: audit 2023-12-07T17:54:36.003277+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:54:36.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:36 smithi079 bash[28699]: audit 2023-12-07T17:54:36.012217+0000 mon.a (mon.0) 693 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:54:36.669 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:54:36.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:36.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:36.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:36.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:54:36.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:36 smithi194 bash[32038]: cluster 2023-12-07T17:54:35.285019+0000 mgr.a (mgr.14403) 1604 : cluster 0 pgmap v1192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:36.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:36 smithi194 bash[32038]: audit 2023-12-07T17:54:36.001640+0000 mon.a (mon.0) 691 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:54:36.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:36 smithi194 bash[32038]: audit 2023-12-07T17:54:36.003277+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:54:36.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:36 smithi194 bash[32038]: audit 2023-12-07T17:54:36.012217+0000 mon.a (mon.0) 693 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:54:36.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:36 smithi135 bash[32435]: cluster 2023-12-07T17:54:35.285019+0000 mgr.a (mgr.14403) 1604 : cluster 0 pgmap v1192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:36.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:36 smithi135 bash[32435]: audit 2023-12-07T17:54:36.001640+0000 mon.a (mon.0) 691 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:54:36.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:36 smithi135 bash[32435]: audit 2023-12-07T17:54:36.003277+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:54:36.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:36 smithi135 bash[32435]: audit 2023-12-07T17:54:36.012217+0000 mon.a (mon.0) 693 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:54:37.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:37 smithi079 bash[28699]: audit 2023-12-07T17:54:36.153769+0000 mgr.a (mgr.14403) 1605 : audit 0 from='client.44817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:37.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:37 smithi194 bash[32038]: audit 2023-12-07T17:54:36.153769+0000 mgr.a (mgr.14403) 1605 : audit 0 from='client.44817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:37.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:37 smithi135 bash[32435]: audit 2023-12-07T17:54:36.153769+0000 mgr.a (mgr.14403) 1605 : audit 0 from='client.44817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:38 smithi079 bash[28699]: cluster 2023-12-07T17:54:37.285672+0000 mgr.a (mgr.14403) 1606 : cluster 0 pgmap v1193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:38.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:38 smithi194 bash[32038]: cluster 2023-12-07T17:54:37.285672+0000 mgr.a (mgr.14403) 1606 : cluster 0 pgmap v1193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:38 smithi135 bash[32435]: cluster 2023-12-07T17:54:37.285672+0000 mgr.a (mgr.14403) 1606 : cluster 0 pgmap v1193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:40.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:39 smithi079 bash[28699]: cluster 2023-12-07T17:54:39.286476+0000 mgr.a (mgr.14403) 1607 : cluster 0 pgmap v1194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:40.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:39 smithi194 bash[32038]: cluster 2023-12-07T17:54:39.286476+0000 mgr.a (mgr.14403) 1607 : cluster 0 pgmap v1194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:40.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:39 smithi135 bash[32435]: cluster 2023-12-07T17:54:39.286476+0000 mgr.a (mgr.14403) 1607 : cluster 0 pgmap v1194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:54:41.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:54:41.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:41.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:42.549 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:54:42.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:42.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:42.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:42.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:54:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:42 smithi079 bash[28699]: cluster 2023-12-07T17:54:41.287055+0000 mgr.a (mgr.14403) 1608 : cluster 0 pgmap v1195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:42.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:42 smithi194 bash[32038]: cluster 2023-12-07T17:54:41.287055+0000 mgr.a (mgr.14403) 1608 : cluster 0 pgmap v1195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:42 smithi135 bash[32435]: cluster 2023-12-07T17:54:41.287055+0000 mgr.a (mgr.14403) 1608 : cluster 0 pgmap v1195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:43.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:43 smithi079 bash[28699]: audit 2023-12-07T17:54:42.067167+0000 mgr.a (mgr.14403) 1609 : audit 0 from='client.44886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:43.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:43 smithi194 bash[32038]: audit 2023-12-07T17:54:42.067167+0000 mgr.a (mgr.14403) 1609 : audit 0 from='client.44886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:43.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:43 smithi135 bash[32435]: audit 2023-12-07T17:54:42.067167+0000 mgr.a (mgr.14403) 1609 : audit 0 from='client.44886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:44.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:44 smithi079 bash[28699]: cluster 2023-12-07T17:54:43.287737+0000 mgr.a (mgr.14403) 1610 : cluster 0 pgmap v1196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:44.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:44 smithi194 bash[32038]: cluster 2023-12-07T17:54:43.287737+0000 mgr.a (mgr.14403) 1610 : cluster 0 pgmap v1196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:44.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:44 smithi135 bash[32435]: cluster 2023-12-07T17:54:43.287737+0000 mgr.a (mgr.14403) 1610 : cluster 0 pgmap v1196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:46 smithi079 bash[28699]: cluster 2023-12-07T17:54:45.288608+0000 mgr.a (mgr.14403) 1611 : cluster 0 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-07T17:54:46.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:46 smithi194 bash[32038]: cluster 2023-12-07T17:54:45.288608+0000 mgr.a (mgr.14403) 1611 : cluster 0 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-07T17:54:46.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:46 smithi135 bash[32435]: cluster 2023-12-07T17:54:45.288608+0000 mgr.a (mgr.14403) 1611 : cluster 0 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-07T17:54:47.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:54:47.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:47.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:48.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:48.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:48.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:48.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:54:48.455 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:54:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:48 smithi079 bash[28699]: cluster 2023-12-07T17:54:47.289296+0000 mgr.a (mgr.14403) 1612 : cluster 0 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-07T17:54:48.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:48 smithi194 bash[32038]: cluster 2023-12-07T17:54:47.289296+0000 mgr.a (mgr.14403) 1612 : cluster 0 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-07T17:54:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:48 smithi135 bash[32435]: cluster 2023-12-07T17:54:47.289296+0000 mgr.a (mgr.14403) 1612 : cluster 0 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-07T17:54:49.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:49 smithi079 bash[28699]: audit 2023-12-07T17:54:47.942137+0000 mgr.a (mgr.14403) 1613 : audit 0 from='client.44961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:49.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:49 smithi194 bash[32038]: audit 2023-12-07T17:54:47.942137+0000 mgr.a (mgr.14403) 1613 : audit 0 from='client.44961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:49.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:49 smithi135 bash[32435]: audit 2023-12-07T17:54:47.942137+0000 mgr.a (mgr.14403) 1613 : audit 0 from='client.44961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:50.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:50 smithi079 bash[28699]: cluster 2023-12-07T17:54:49.290214+0000 mgr.a (mgr.14403) 1614 : cluster 0 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-07T17:54:50.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:50 smithi194 bash[32038]: cluster 2023-12-07T17:54:49.290214+0000 mgr.a (mgr.14403) 1614 : cluster 0 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-07T17:54:50.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:50 smithi135 bash[32435]: cluster 2023-12-07T17:54:49.290214+0000 mgr.a (mgr.14403) 1614 : cluster 0 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-07T17:54:52.649 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:52 smithi079 bash[28699]: cluster 2023-12-07T17:54:51.290900+0000 mgr.a (mgr.14403) 1615 : cluster 0 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-07T17:54:52.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:52 smithi194 bash[32038]: cluster 2023-12-07T17:54:51.290900+0000 mgr.a (mgr.14403) 1615 : cluster 0 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-07T17:54:52.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:52 smithi135 bash[32435]: cluster 2023-12-07T17:54:51.290900+0000 mgr.a (mgr.14403) 1615 : cluster 0 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-07T17:54:53.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:54:53.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:53.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:54:54.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:54:54.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:54:54.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:54:54.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:54:54.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:54:54.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:54 smithi079 bash[28699]: cluster 2023-12-07T17:54:53.291411+0000 mgr.a (mgr.14403) 1616 : cluster 0 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-07T17:54:54.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:54 smithi194 bash[32038]: cluster 2023-12-07T17:54:53.291411+0000 mgr.a (mgr.14403) 1616 : cluster 0 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-07T17:54:54.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:54 smithi135 bash[32435]: cluster 2023-12-07T17:54:53.291411+0000 mgr.a (mgr.14403) 1616 : cluster 0 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-07T17:54:55.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:55 smithi079 bash[28699]: audit 2023-12-07T17:54:53.865389+0000 mgr.a (mgr.14403) 1617 : audit 0 from='client.45036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:55.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:55 smithi194 bash[32038]: audit 2023-12-07T17:54:53.865389+0000 mgr.a (mgr.14403) 1617 : audit 0 from='client.45036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:55.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:55 smithi135 bash[32435]: audit 2023-12-07T17:54:53.865389+0000 mgr.a (mgr.14403) 1617 : audit 0 from='client.45036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:54:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:56 smithi079 bash[28699]: cluster 2023-12-07T17:54:55.292415+0000 mgr.a (mgr.14403) 1618 : cluster 0 pgmap v1202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:56.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:56 smithi194 bash[32038]: cluster 2023-12-07T17:54:55.292415+0000 mgr.a (mgr.14403) 1618 : cluster 0 pgmap v1202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:56.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:56 smithi135 bash[32435]: cluster 2023-12-07T17:54:55.292415+0000 mgr.a (mgr.14403) 1618 : cluster 0 pgmap v1202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:54:58.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:58 smithi079 bash[28699]: cluster 2023-12-07T17:54:57.293013+0000 mgr.a (mgr.14403) 1619 : cluster 0 pgmap v1203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:58.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:58 smithi194 bash[32038]: cluster 2023-12-07T17:54:57.293013+0000 mgr.a (mgr.14403) 1619 : cluster 0 pgmap v1203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:58 smithi135 bash[32435]: cluster 2023-12-07T17:54:57.293013+0000 mgr.a (mgr.14403) 1619 : cluster 0 pgmap v1203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:54:59.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:54:59.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:54:59.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:00.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:54:59 smithi079 bash[28699]: cluster 2023-12-07T17:54:59.293748+0000 mgr.a (mgr.14403) 1620 : cluster 0 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-07T17:55:00.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:54:59 smithi194 bash[32038]: cluster 2023-12-07T17:54:59.293748+0000 mgr.a (mgr.14403) 1620 : cluster 0 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-07T17:55:00.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:54:59 smithi135 bash[32435]: cluster 2023-12-07T17:54:59.293748+0000 mgr.a (mgr.14403) 1620 : cluster 0 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-07T17:55:00.289 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:55:00.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:00.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:00.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:00.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:55:01.072 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:00 smithi135 bash[32435]: audit 2023-12-07T17:54:59.774392+0000 mgr.a (mgr.14403) 1621 : audit 0 from='client.45114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:01.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:00 smithi079 bash[28699]: audit 2023-12-07T17:54:59.774392+0000 mgr.a (mgr.14403) 1621 : audit 0 from='client.45114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:01.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:00 smithi194 bash[32038]: audit 2023-12-07T17:54:59.774392+0000 mgr.a (mgr.14403) 1621 : audit 0 from='client.45114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:02.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:01 smithi079 bash[28699]: cluster 2023-12-07T17:55:01.294401+0000 mgr.a (mgr.14403) 1622 : cluster 0 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-07T17:55:02.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:01 smithi194 bash[32038]: cluster 2023-12-07T17:55:01.294401+0000 mgr.a (mgr.14403) 1622 : cluster 0 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-07T17:55:02.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:01 smithi135 bash[32435]: cluster 2023-12-07T17:55:01.294401+0000 mgr.a (mgr.14403) 1622 : cluster 0 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-07T17:55:04.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:04 smithi079 bash[28699]: cluster 2023-12-07T17:55:03.294946+0000 mgr.a (mgr.14403) 1623 : cluster 0 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-07T17:55:04.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:04 smithi194 bash[32038]: cluster 2023-12-07T17:55:03.294946+0000 mgr.a (mgr.14403) 1623 : cluster 0 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-07T17:55:04.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:04 smithi135 bash[32435]: cluster 2023-12-07T17:55:03.294946+0000 mgr.a (mgr.14403) 1623 : cluster 0 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-07T17:55:05.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:55:05.293 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:05.293 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:06.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:55:06.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:06.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:06.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:06.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:55:06.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:06 smithi079 bash[28699]: cluster 2023-12-07T17:55:05.295688+0000 mgr.a (mgr.14403) 1624 : cluster 0 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-07T17:55:06.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:06 smithi194 bash[32038]: cluster 2023-12-07T17:55:05.295688+0000 mgr.a (mgr.14403) 1624 : cluster 0 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-07T17:55:06.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:06 smithi135 bash[32435]: cluster 2023-12-07T17:55:05.295688+0000 mgr.a (mgr.14403) 1624 : cluster 0 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-07T17:55:07.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:07 smithi079 bash[28699]: audit 2023-12-07T17:55:05.698337+0000 mgr.a (mgr.14403) 1625 : audit 0 from='client.45192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:07.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:07 smithi194 bash[32038]: audit 2023-12-07T17:55:05.698337+0000 mgr.a (mgr.14403) 1625 : audit 0 from='client.45192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:07.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:07 smithi135 bash[32435]: audit 2023-12-07T17:55:05.698337+0000 mgr.a (mgr.14403) 1625 : audit 0 from='client.45192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:08.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:08 smithi079 bash[28699]: cluster 2023-12-07T17:55:07.296512+0000 mgr.a (mgr.14403) 1626 : cluster 0 pgmap v1208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:08.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:08 smithi194 bash[32038]: cluster 2023-12-07T17:55:07.296512+0000 mgr.a (mgr.14403) 1626 : cluster 0 pgmap v1208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:08.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:08 smithi135 bash[32435]: cluster 2023-12-07T17:55:07.296512+0000 mgr.a (mgr.14403) 1626 : cluster 0 pgmap v1208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:10.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:09 smithi079 bash[28699]: cluster 2023-12-07T17:55:09.297510+0000 mgr.a (mgr.14403) 1627 : cluster 0 pgmap v1209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:10.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:09 smithi194 bash[32038]: cluster 2023-12-07T17:55:09.297510+0000 mgr.a (mgr.14403) 1627 : cluster 0 pgmap v1209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:10.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:09 smithi135 bash[32435]: cluster 2023-12-07T17:55:09.297510+0000 mgr.a (mgr.14403) 1627 : cluster 0 pgmap v1209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:11.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:55:11.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:11.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:12.106 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:55:12.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:12.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:12.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:12.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:55:12.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:12 smithi079 bash[28699]: cluster 2023-12-07T17:55:11.298219+0000 mgr.a (mgr.14403) 1628 : cluster 0 pgmap v1210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:12.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:12 smithi194 bash[32038]: cluster 2023-12-07T17:55:11.298219+0000 mgr.a (mgr.14403) 1628 : cluster 0 pgmap v1210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:12 smithi135 bash[32435]: cluster 2023-12-07T17:55:11.298219+0000 mgr.a (mgr.14403) 1628 : cluster 0 pgmap v1210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:13.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:13 smithi079 bash[28699]: audit 2023-12-07T17:55:11.618546+0000 mgr.a (mgr.14403) 1629 : audit 0 from='client.45270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:13.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:13 smithi194 bash[32038]: audit 2023-12-07T17:55:11.618546+0000 mgr.a (mgr.14403) 1629 : audit 0 from='client.45270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:13.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:13 smithi135 bash[32435]: audit 2023-12-07T17:55:11.618546+0000 mgr.a (mgr.14403) 1629 : audit 0 from='client.45270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:14.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:14 smithi079 bash[28699]: cluster 2023-12-07T17:55:13.298950+0000 mgr.a (mgr.14403) 1630 : cluster 0 pgmap v1211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:14.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:14 smithi194 bash[32038]: cluster 2023-12-07T17:55:13.298950+0000 mgr.a (mgr.14403) 1630 : cluster 0 pgmap v1211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:14.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:14 smithi135 bash[32435]: cluster 2023-12-07T17:55:13.298950+0000 mgr.a (mgr.14403) 1630 : cluster 0 pgmap v1211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:16.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:16 smithi079 bash[28699]: cluster 2023-12-07T17:55:15.299832+0000 mgr.a (mgr.14403) 1631 : cluster 0 pgmap v1212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:16.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:16 smithi194 bash[32038]: cluster 2023-12-07T17:55:15.299832+0000 mgr.a (mgr.14403) 1631 : cluster 0 pgmap v1212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:16.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:16 smithi135 bash[32435]: cluster 2023-12-07T17:55:15.299832+0000 mgr.a (mgr.14403) 1631 : cluster 0 pgmap v1212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:17.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:55:17.111 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:17.111 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:17.998 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:55:17.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:17.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:17.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:17.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:55:18.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:18 smithi079 bash[28699]: cluster 2023-12-07T17:55:17.300488+0000 mgr.a (mgr.14403) 1632 : cluster 0 pgmap v1213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:18.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:18 smithi079 bash[28699]: audit 2023-12-07T17:55:17.513903+0000 mgr.a (mgr.14403) 1633 : audit 0 from='client.45345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:18.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:18 smithi194 bash[32038]: cluster 2023-12-07T17:55:17.300488+0000 mgr.a (mgr.14403) 1632 : cluster 0 pgmap v1213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:18.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:18 smithi194 bash[32038]: audit 2023-12-07T17:55:17.513903+0000 mgr.a (mgr.14403) 1633 : audit 0 from='client.45345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:18 smithi135 bash[32435]: cluster 2023-12-07T17:55:17.300488+0000 mgr.a (mgr.14403) 1632 : cluster 0 pgmap v1213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:18.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:18 smithi135 bash[32435]: audit 2023-12-07T17:55:17.513903+0000 mgr.a (mgr.14403) 1633 : audit 0 from='client.45345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:20.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:19 smithi079 bash[28699]: cluster 2023-12-07T17:55:19.301526+0000 mgr.a (mgr.14403) 1634 : cluster 0 pgmap v1214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:20.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:19 smithi194 bash[32038]: cluster 2023-12-07T17:55:19.301526+0000 mgr.a (mgr.14403) 1634 : cluster 0 pgmap v1214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:20.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:19 smithi135 bash[32435]: cluster 2023-12-07T17:55:19.301526+0000 mgr.a (mgr.14403) 1634 : cluster 0 pgmap v1214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:22.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:22 smithi079 bash[28699]: cluster 2023-12-07T17:55:21.302237+0000 mgr.a (mgr.14403) 1635 : cluster 0 pgmap v1215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:22.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:22 smithi194 bash[32038]: cluster 2023-12-07T17:55:21.302237+0000 mgr.a (mgr.14403) 1635 : cluster 0 pgmap v1215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:22 smithi135 bash[32435]: cluster 2023-12-07T17:55:21.302237+0000 mgr.a (mgr.14403) 1635 : cluster 0 pgmap v1215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:23.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:55:23.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:23.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:23.892 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:55:23.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:23.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:23.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:23.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:55:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:24 smithi079 bash[28699]: cluster 2023-12-07T17:55:23.302817+0000 mgr.a (mgr.14403) 1636 : cluster 0 pgmap v1216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:24.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:24 smithi079 bash[28699]: audit 2023-12-07T17:55:23.405609+0000 mgr.a (mgr.14403) 1637 : audit 0 from='client.45815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:24.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:24 smithi194 bash[32038]: cluster 2023-12-07T17:55:23.302817+0000 mgr.a (mgr.14403) 1636 : cluster 0 pgmap v1216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:24.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:24 smithi194 bash[32038]: audit 2023-12-07T17:55:23.405609+0000 mgr.a (mgr.14403) 1637 : audit 0 from='client.45815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:24 smithi135 bash[32435]: cluster 2023-12-07T17:55:23.302817+0000 mgr.a (mgr.14403) 1636 : cluster 0 pgmap v1216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:24.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:24 smithi135 bash[32435]: audit 2023-12-07T17:55:23.405609+0000 mgr.a (mgr.14403) 1637 : audit 0 from='client.45815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:26.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:26 smithi079 bash[28699]: cluster 2023-12-07T17:55:25.303826+0000 mgr.a (mgr.14403) 1638 : cluster 0 pgmap v1217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:55:26.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:26 smithi194 bash[32038]: cluster 2023-12-07T17:55:25.303826+0000 mgr.a (mgr.14403) 1638 : cluster 0 pgmap v1217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:55:26.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:26 smithi135 bash[32435]: cluster 2023-12-07T17:55:25.303826+0000 mgr.a (mgr.14403) 1638 : cluster 0 pgmap v1217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:55:28.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:28 smithi079 bash[28699]: cluster 2023-12-07T17:55:27.304374+0000 mgr.a (mgr.14403) 1639 : cluster 0 pgmap v1218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:55:28.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:28 smithi194 bash[32038]: cluster 2023-12-07T17:55:27.304374+0000 mgr.a (mgr.14403) 1639 : cluster 0 pgmap v1218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:55:28.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:28 smithi135 bash[32435]: cluster 2023-12-07T17:55:27.304374+0000 mgr.a (mgr.14403) 1639 : cluster 0 pgmap v1218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:55:28.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:55:28.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:28.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:29.800 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:55:29.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:29.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:29.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:29.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:55:30.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:29 smithi079 bash[28699]: audit 2023-12-07T17:55:29.294841+0000 mgr.a (mgr.14403) 1640 : audit 0 from='client.45498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:30.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:29 smithi079 bash[28699]: cluster 2023-12-07T17:55:29.310806+0000 mgr.a (mgr.14403) 1641 : cluster 0 pgmap v1219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:30.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:29 smithi194 bash[32038]: audit 2023-12-07T17:55:29.294841+0000 mgr.a (mgr.14403) 1640 : audit 0 from='client.45498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:30.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:29 smithi194 bash[32038]: cluster 2023-12-07T17:55:29.310806+0000 mgr.a (mgr.14403) 1641 : cluster 0 pgmap v1219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:30.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:29 smithi135 bash[32435]: audit 2023-12-07T17:55:29.294841+0000 mgr.a (mgr.14403) 1640 : audit 0 from='client.45498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:30.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:29 smithi135 bash[32435]: cluster 2023-12-07T17:55:29.310806+0000 mgr.a (mgr.14403) 1641 : cluster 0 pgmap v1219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:32 smithi079 bash[28699]: cluster 2023-12-07T17:55:31.311578+0000 mgr.a (mgr.14403) 1642 : cluster 0 pgmap v1220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:32.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:32 smithi194 bash[32038]: cluster 2023-12-07T17:55:31.311578+0000 mgr.a (mgr.14403) 1642 : cluster 0 pgmap v1220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:32 smithi135 bash[32435]: cluster 2023-12-07T17:55:31.311578+0000 mgr.a (mgr.14403) 1642 : cluster 0 pgmap v1220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:34 smithi079 bash[28699]: cluster 2023-12-07T17:55:33.312186+0000 mgr.a (mgr.14403) 1643 : cluster 0 pgmap v1221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:34.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:34 smithi194 bash[32038]: cluster 2023-12-07T17:55:33.312186+0000 mgr.a (mgr.14403) 1643 : cluster 0 pgmap v1221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:34.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:34 smithi135 bash[32435]: cluster 2023-12-07T17:55:33.312186+0000 mgr.a (mgr.14403) 1643 : cluster 0 pgmap v1221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:55:34.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:55:34.804 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:34.804 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:35.710 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:55:35.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:35.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:35.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:35.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:55:36.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:36 smithi079 bash[28699]: audit 2023-12-07T17:55:35.200323+0000 mgr.a (mgr.14403) 1644 : audit 0 from='client.45573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:36.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:36 smithi079 bash[28699]: cluster 2023-12-07T17:55:35.313194+0000 mgr.a (mgr.14403) 1645 : cluster 0 pgmap v1222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:36.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:36 smithi079 bash[28699]: audit 2023-12-07T17:55:36.113768+0000 mon.a (mon.0) 694 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:55:36.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:36 smithi194 bash[32038]: audit 2023-12-07T17:55:35.200323+0000 mgr.a (mgr.14403) 1644 : audit 0 from='client.45573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:36.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:36 smithi194 bash[32038]: cluster 2023-12-07T17:55:35.313194+0000 mgr.a (mgr.14403) 1645 : cluster 0 pgmap v1222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:36.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:36 smithi194 bash[32038]: audit 2023-12-07T17:55:36.113768+0000 mon.a (mon.0) 694 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:55:36.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:36 smithi135 bash[32435]: audit 2023-12-07T17:55:35.200323+0000 mgr.a (mgr.14403) 1644 : audit 0 from='client.45573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:36.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:36 smithi135 bash[32435]: cluster 2023-12-07T17:55:35.313194+0000 mgr.a (mgr.14403) 1645 : cluster 0 pgmap v1222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:36.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:36 smithi135 bash[32435]: audit 2023-12-07T17:55:36.113768+0000 mon.a (mon.0) 694 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:55:37.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:37 smithi079 bash[28699]: audit 2023-12-07T17:55:36.846154+0000 mon.a (mon.0) 695 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:55:37.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:37 smithi079 bash[28699]: audit 2023-12-07T17:55:36.848018+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:55:37.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:37 smithi079 bash[28699]: audit 2023-12-07T17:55:36.857281+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:55:37.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:37 smithi194 bash[32038]: audit 2023-12-07T17:55:36.846154+0000 mon.a (mon.0) 695 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:55:37.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:37 smithi194 bash[32038]: audit 2023-12-07T17:55:36.848018+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:55:37.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:37 smithi194 bash[32038]: audit 2023-12-07T17:55:36.857281+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:55:37.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:37 smithi135 bash[32435]: audit 2023-12-07T17:55:36.846154+0000 mon.a (mon.0) 695 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:55:37.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:37 smithi135 bash[32435]: audit 2023-12-07T17:55:36.848018+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:55:37.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:37 smithi135 bash[32435]: audit 2023-12-07T17:55:36.857281+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:55:38.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:38 smithi079 bash[28699]: cluster 2023-12-07T17:55:37.313863+0000 mgr.a (mgr.14403) 1646 : cluster 0 pgmap v1223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:55:38.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:38 smithi194 bash[32038]: cluster 2023-12-07T17:55:37.313863+0000 mgr.a (mgr.14403) 1646 : cluster 0 pgmap v1223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:55:38.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:38 smithi135 bash[32435]: cluster 2023-12-07T17:55:37.313863+0000 mgr.a (mgr.14403) 1646 : cluster 0 pgmap v1223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:55:40.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:39 smithi079 bash[28699]: cluster 2023-12-07T17:55:39.314633+0000 mgr.a (mgr.14403) 1647 : cluster 0 pgmap v1224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:55:40.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:39 smithi194 bash[32038]: cluster 2023-12-07T17:55:39.314633+0000 mgr.a (mgr.14403) 1647 : cluster 0 pgmap v1224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:55:40.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:39 smithi135 bash[32435]: cluster 2023-12-07T17:55:39.314633+0000 mgr.a (mgr.14403) 1647 : cluster 0 pgmap v1224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:55:40.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:55:40.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:40.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:41.615 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:55:41.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:41.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:41.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:41.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:55:42.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:42 smithi079 bash[28699]: audit 2023-12-07T17:55:41.110413+0000 mgr.a (mgr.14403) 1648 : audit 0 from='client.45648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:42.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:42 smithi079 bash[28699]: cluster 2023-12-07T17:55:41.315501+0000 mgr.a (mgr.14403) 1649 : cluster 0 pgmap v1225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:42.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:42 smithi194 bash[32038]: audit 2023-12-07T17:55:41.110413+0000 mgr.a (mgr.14403) 1648 : audit 0 from='client.45648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:42.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:42 smithi194 bash[32038]: cluster 2023-12-07T17:55:41.315501+0000 mgr.a (mgr.14403) 1649 : cluster 0 pgmap v1225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:42 smithi135 bash[32435]: audit 2023-12-07T17:55:41.110413+0000 mgr.a (mgr.14403) 1648 : audit 0 from='client.45648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:42.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:42 smithi135 bash[32435]: cluster 2023-12-07T17:55:41.315501+0000 mgr.a (mgr.14403) 1649 : cluster 0 pgmap v1225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:44.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:44 smithi079 bash[28699]: cluster 2023-12-07T17:55:43.316224+0000 mgr.a (mgr.14403) 1650 : cluster 0 pgmap v1226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:44.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:44 smithi194 bash[32038]: cluster 2023-12-07T17:55:43.316224+0000 mgr.a (mgr.14403) 1650 : cluster 0 pgmap v1226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:44.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:44 smithi135 bash[32435]: cluster 2023-12-07T17:55:43.316224+0000 mgr.a (mgr.14403) 1650 : cluster 0 pgmap v1226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:46.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:55:46.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:46.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:46.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:46 smithi079 bash[28699]: cluster 2023-12-07T17:55:45.317122+0000 mgr.a (mgr.14403) 1651 : cluster 0 pgmap v1227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:46.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:46 smithi194 bash[32038]: cluster 2023-12-07T17:55:45.317122+0000 mgr.a (mgr.14403) 1651 : cluster 0 pgmap v1227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:46.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:46 smithi135 bash[32435]: cluster 2023-12-07T17:55:45.317122+0000 mgr.a (mgr.14403) 1651 : cluster 0 pgmap v1227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:47.524 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:55:47.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:47.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:47.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:47.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:55:48.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:48 smithi079 bash[28699]: audit 2023-12-07T17:55:47.016413+0000 mgr.a (mgr.14403) 1652 : audit 0 from='client.45723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:48.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:48 smithi079 bash[28699]: cluster 2023-12-07T17:55:47.317895+0000 mgr.a (mgr.14403) 1653 : cluster 0 pgmap v1228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:48.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:48 smithi194 bash[32038]: audit 2023-12-07T17:55:47.016413+0000 mgr.a (mgr.14403) 1652 : audit 0 from='client.45723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:48.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:48 smithi194 bash[32038]: cluster 2023-12-07T17:55:47.317895+0000 mgr.a (mgr.14403) 1653 : cluster 0 pgmap v1228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:48 smithi135 bash[32435]: audit 2023-12-07T17:55:47.016413+0000 mgr.a (mgr.14403) 1652 : audit 0 from='client.45723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:48.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:48 smithi135 bash[32435]: cluster 2023-12-07T17:55:47.317895+0000 mgr.a (mgr.14403) 1653 : cluster 0 pgmap v1228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:50.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:49 smithi079 bash[28699]: cluster 2023-12-07T17:55:49.318830+0000 mgr.a (mgr.14403) 1654 : cluster 0 pgmap v1229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:50.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:49 smithi194 bash[32038]: cluster 2023-12-07T17:55:49.318830+0000 mgr.a (mgr.14403) 1654 : cluster 0 pgmap v1229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:50.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:49 smithi135 bash[32435]: cluster 2023-12-07T17:55:49.318830+0000 mgr.a (mgr.14403) 1654 : cluster 0 pgmap v1229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:52.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:55:52.528 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:52.528 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:52 smithi079 bash[28699]: cluster 2023-12-07T17:55:51.319412+0000 mgr.a (mgr.14403) 1655 : cluster 0 pgmap v1230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:52.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:52 smithi194 bash[32038]: cluster 2023-12-07T17:55:51.319412+0000 mgr.a (mgr.14403) 1655 : cluster 0 pgmap v1230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:52.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:52 smithi135 bash[32435]: cluster 2023-12-07T17:55:51.319412+0000 mgr.a (mgr.14403) 1655 : cluster 0 pgmap v1230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:53.437 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:55:53.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:53.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:53.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:53.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:55:54.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:54 smithi079 bash[28699]: audit 2023-12-07T17:55:52.929068+0000 mgr.a (mgr.14403) 1656 : audit 0 from='client.45801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:54.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:54 smithi079 bash[28699]: cluster 2023-12-07T17:55:53.320248+0000 mgr.a (mgr.14403) 1657 : cluster 0 pgmap v1231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:54.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:54 smithi194 bash[32038]: audit 2023-12-07T17:55:52.929068+0000 mgr.a (mgr.14403) 1656 : audit 0 from='client.45801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:54.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:54 smithi194 bash[32038]: cluster 2023-12-07T17:55:53.320248+0000 mgr.a (mgr.14403) 1657 : cluster 0 pgmap v1231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:54.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:54 smithi135 bash[32435]: audit 2023-12-07T17:55:52.929068+0000 mgr.a (mgr.14403) 1656 : audit 0 from='client.45801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:55:54.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:54 smithi135 bash[32435]: cluster 2023-12-07T17:55:53.320248+0000 mgr.a (mgr.14403) 1657 : cluster 0 pgmap v1231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:56.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:56 smithi079 bash[28699]: cluster 2023-12-07T17:55:55.321227+0000 mgr.a (mgr.14403) 1658 : cluster 0 pgmap v1232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:56.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:56 smithi194 bash[32038]: cluster 2023-12-07T17:55:55.321227+0000 mgr.a (mgr.14403) 1658 : cluster 0 pgmap v1232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:56.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:56 smithi135 bash[32435]: cluster 2023-12-07T17:55:55.321227+0000 mgr.a (mgr.14403) 1658 : cluster 0 pgmap v1232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:55:58.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:55:58.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:55:58.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:55:58.649 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:58 smithi079 bash[28699]: cluster 2023-12-07T17:55:57.321803+0000 mgr.a (mgr.14403) 1659 : cluster 0 pgmap v1233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:58.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:58 smithi194 bash[32038]: cluster 2023-12-07T17:55:57.321803+0000 mgr.a (mgr.14403) 1659 : cluster 0 pgmap v1233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:58 smithi135 bash[32435]: cluster 2023-12-07T17:55:57.321803+0000 mgr.a (mgr.14403) 1659 : cluster 0 pgmap v1233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:55:59.348 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:55:59.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:55:59.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:55:59.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:55:59.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:56:00.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:59 smithi079 bash[28699]: audit 2023-12-07T17:55:58.842724+0000 mgr.a (mgr.14403) 1660 : audit 0 from='client.45876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:00.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:55:59 smithi079 bash[28699]: cluster 2023-12-07T17:55:59.322676+0000 mgr.a (mgr.14403) 1661 : cluster 0 pgmap v1234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:00.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:59 smithi194 bash[32038]: audit 2023-12-07T17:55:58.842724+0000 mgr.a (mgr.14403) 1660 : audit 0 from='client.45876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:00.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:55:59 smithi194 bash[32038]: cluster 2023-12-07T17:55:59.322676+0000 mgr.a (mgr.14403) 1661 : cluster 0 pgmap v1234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:00.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:59 smithi135 bash[32435]: audit 2023-12-07T17:55:58.842724+0000 mgr.a (mgr.14403) 1660 : audit 0 from='client.45876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:00.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:55:59 smithi135 bash[32435]: cluster 2023-12-07T17:55:59.322676+0000 mgr.a (mgr.14403) 1661 : cluster 0 pgmap v1234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:02.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:02 smithi079 bash[28699]: cluster 2023-12-07T17:56:01.323308+0000 mgr.a (mgr.14403) 1662 : cluster 0 pgmap v1235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:02.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:02 smithi194 bash[32038]: cluster 2023-12-07T17:56:01.323308+0000 mgr.a (mgr.14403) 1662 : cluster 0 pgmap v1235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:02 smithi135 bash[32435]: cluster 2023-12-07T17:56:01.323308+0000 mgr.a (mgr.14403) 1662 : cluster 0 pgmap v1235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:04.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:56:04.351 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:04.351 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:04.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:04 smithi079 bash[28699]: cluster 2023-12-07T17:56:03.323857+0000 mgr.a (mgr.14403) 1663 : cluster 0 pgmap v1236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:04.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:04 smithi194 bash[32038]: cluster 2023-12-07T17:56:03.323857+0000 mgr.a (mgr.14403) 1663 : cluster 0 pgmap v1236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:04.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:04 smithi135 bash[32435]: cluster 2023-12-07T17:56:03.323857+0000 mgr.a (mgr.14403) 1663 : cluster 0 pgmap v1236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:05.243 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:56:05.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:05.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:05.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:05.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:56:06.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:06 smithi079 bash[28699]: audit 2023-12-07T17:56:04.754592+0000 mgr.a (mgr.14403) 1664 : audit 0 from='client.45954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:06.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:06 smithi079 bash[28699]: cluster 2023-12-07T17:56:05.324943+0000 mgr.a (mgr.14403) 1665 : cluster 0 pgmap v1237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:06.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:06 smithi194 bash[32038]: audit 2023-12-07T17:56:04.754592+0000 mgr.a (mgr.14403) 1664 : audit 0 from='client.45954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:06.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:06 smithi194 bash[32038]: cluster 2023-12-07T17:56:05.324943+0000 mgr.a (mgr.14403) 1665 : cluster 0 pgmap v1237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:06.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:06 smithi135 bash[32435]: audit 2023-12-07T17:56:04.754592+0000 mgr.a (mgr.14403) 1664 : audit 0 from='client.45954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:06.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:06 smithi135 bash[32435]: cluster 2023-12-07T17:56:05.324943+0000 mgr.a (mgr.14403) 1665 : cluster 0 pgmap v1237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:08.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:08 smithi079 bash[28699]: cluster 2023-12-07T17:56:07.325542+0000 mgr.a (mgr.14403) 1666 : cluster 0 pgmap v1238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:08.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:08 smithi194 bash[32038]: cluster 2023-12-07T17:56:07.325542+0000 mgr.a (mgr.14403) 1666 : cluster 0 pgmap v1238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:08.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:08 smithi135 bash[32435]: cluster 2023-12-07T17:56:07.325542+0000 mgr.a (mgr.14403) 1666 : cluster 0 pgmap v1238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:10.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:09 smithi079 bash[28699]: cluster 2023-12-07T17:56:09.326268+0000 mgr.a (mgr.14403) 1667 : cluster 0 pgmap v1239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:10.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:09 smithi194 bash[32038]: cluster 2023-12-07T17:56:09.326268+0000 mgr.a (mgr.14403) 1667 : cluster 0 pgmap v1239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:10.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:09 smithi135 bash[32435]: cluster 2023-12-07T17:56:09.326268+0000 mgr.a (mgr.14403) 1667 : cluster 0 pgmap v1239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:10.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:56:10.245 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:10.245 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:11.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:11.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:11.124 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:56:11.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:11.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:56:12.693 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:12 smithi079 bash[28699]: audit 2023-12-07T17:56:10.648243+0000 mgr.a (mgr.14403) 1668 : audit 0 from='client.46029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:12.693 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:12 smithi079 bash[28699]: cluster 2023-12-07T17:56:11.326850+0000 mgr.a (mgr.14403) 1669 : cluster 0 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-07T17:56:12.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:12 smithi194 bash[32038]: audit 2023-12-07T17:56:10.648243+0000 mgr.a (mgr.14403) 1668 : audit 0 from='client.46029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:12.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:12 smithi194 bash[32038]: cluster 2023-12-07T17:56:11.326850+0000 mgr.a (mgr.14403) 1669 : cluster 0 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-07T17:56:12.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:12 smithi135 bash[32435]: audit 2023-12-07T17:56:10.648243+0000 mgr.a (mgr.14403) 1668 : audit 0 from='client.46029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:12.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:12 smithi135 bash[32435]: cluster 2023-12-07T17:56:11.326850+0000 mgr.a (mgr.14403) 1669 : cluster 0 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-07T17:56:14.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:14 smithi079 bash[28699]: cluster 2023-12-07T17:56:13.327428+0000 mgr.a (mgr.14403) 1670 : cluster 0 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-07T17:56:14.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:14 smithi194 bash[32038]: cluster 2023-12-07T17:56:13.327428+0000 mgr.a (mgr.14403) 1670 : cluster 0 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-07T17:56:14.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:14 smithi135 bash[32435]: cluster 2023-12-07T17:56:13.327428+0000 mgr.a (mgr.14403) 1670 : cluster 0 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-07T17:56:16.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:56:16.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:16.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:16.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:16 smithi079 bash[28699]: cluster 2023-12-07T17:56:15.328316+0000 mgr.a (mgr.14403) 1671 : cluster 0 pgmap v1242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:16.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:16 smithi194 bash[32038]: cluster 2023-12-07T17:56:15.328316+0000 mgr.a (mgr.14403) 1671 : cluster 0 pgmap v1242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:16.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:16 smithi135 bash[32435]: cluster 2023-12-07T17:56:15.328316+0000 mgr.a (mgr.14403) 1671 : cluster 0 pgmap v1242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:17.028 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:56:17.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:17.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:17.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:17.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:56:17.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:17 smithi194 bash[32038]: audit 2023-12-07T17:56:16.521767+0000 mgr.a (mgr.14403) 1672 : audit 0 from='client.46101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:17.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:17 smithi135 bash[32435]: audit 2023-12-07T17:56:16.521767+0000 mgr.a (mgr.14403) 1672 : audit 0 from='client.46101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:17.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:17 smithi079 bash[28699]: audit 2023-12-07T17:56:16.521767+0000 mgr.a (mgr.14403) 1672 : audit 0 from='client.46101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:18.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:18 smithi194 bash[32038]: cluster 2023-12-07T17:56:17.328985+0000 mgr.a (mgr.14403) 1673 : cluster 0 pgmap v1243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:18 smithi135 bash[32435]: cluster 2023-12-07T17:56:17.328985+0000 mgr.a (mgr.14403) 1673 : cluster 0 pgmap v1243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:18.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:18 smithi079 bash[28699]: cluster 2023-12-07T17:56:17.328985+0000 mgr.a (mgr.14403) 1673 : cluster 0 pgmap v1243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:20.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:19 smithi079 bash[28699]: cluster 2023-12-07T17:56:19.329781+0000 mgr.a (mgr.14403) 1674 : cluster 0 pgmap v1244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:20.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:19 smithi194 bash[32038]: cluster 2023-12-07T17:56:19.329781+0000 mgr.a (mgr.14403) 1674 : cluster 0 pgmap v1244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:20.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:19 smithi135 bash[32435]: cluster 2023-12-07T17:56:19.329781+0000 mgr.a (mgr.14403) 1674 : cluster 0 pgmap v1244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:22.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:56:22.032 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:22.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:22.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:22 smithi079 bash[28699]: cluster 2023-12-07T17:56:21.330325+0000 mgr.a (mgr.14403) 1675 : cluster 0 pgmap v1245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:22.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:22 smithi194 bash[32038]: cluster 2023-12-07T17:56:21.330325+0000 mgr.a (mgr.14403) 1675 : cluster 0 pgmap v1245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:22 smithi135 bash[32435]: cluster 2023-12-07T17:56:21.330325+0000 mgr.a (mgr.14403) 1675 : cluster 0 pgmap v1245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:22.906 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:56:22.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:22.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:22.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:22.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:56:23.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:23 smithi079 bash[28699]: audit 2023-12-07T17:56:22.437412+0000 mgr.a (mgr.14403) 1676 : audit 0 from='client.46179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:23.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:23 smithi194 bash[32038]: audit 2023-12-07T17:56:22.437412+0000 mgr.a (mgr.14403) 1676 : audit 0 from='client.46179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:23.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:23 smithi135 bash[32435]: audit 2023-12-07T17:56:22.437412+0000 mgr.a (mgr.14403) 1676 : audit 0 from='client.46179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:24.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:24 smithi194 bash[32038]: cluster 2023-12-07T17:56:23.331007+0000 mgr.a (mgr.14403) 1677 : cluster 0 pgmap v1246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:24 smithi135 bash[32435]: cluster 2023-12-07T17:56:23.331007+0000 mgr.a (mgr.14403) 1677 : cluster 0 pgmap v1246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:24.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:24 smithi079 bash[28699]: cluster 2023-12-07T17:56:23.331007+0000 mgr.a (mgr.14403) 1677 : cluster 0 pgmap v1246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:26.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:26 smithi194 bash[32038]: cluster 2023-12-07T17:56:25.331762+0000 mgr.a (mgr.14403) 1678 : cluster 0 pgmap v1247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:26.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:26 smithi135 bash[32435]: cluster 2023-12-07T17:56:25.331762+0000 mgr.a (mgr.14403) 1678 : cluster 0 pgmap v1247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:26.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:26 smithi079 bash[28699]: cluster 2023-12-07T17:56:25.331762+0000 mgr.a (mgr.14403) 1678 : cluster 0 pgmap v1247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:27.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:56:27.910 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:27.910 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:28.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:28 smithi194 bash[32038]: cluster 2023-12-07T17:56:27.332324+0000 mgr.a (mgr.14403) 1679 : cluster 0 pgmap v1248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:28.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:28 smithi135 bash[32435]: cluster 2023-12-07T17:56:27.332324+0000 mgr.a (mgr.14403) 1679 : cluster 0 pgmap v1248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:28.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:56:28.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:28.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:28.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:28.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:56:28.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:28 smithi079 bash[28699]: cluster 2023-12-07T17:56:27.332324+0000 mgr.a (mgr.14403) 1679 : cluster 0 pgmap v1248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:29.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:29 smithi194 bash[32038]: audit 2023-12-07T17:56:28.315995+0000 mgr.a (mgr.14403) 1680 : audit 0 from='client.46257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:29.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:29 smithi135 bash[32435]: audit 2023-12-07T17:56:28.315995+0000 mgr.a (mgr.14403) 1680 : audit 0 from='client.46257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:29.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:29 smithi079 bash[28699]: audit 2023-12-07T17:56:28.315995+0000 mgr.a (mgr.14403) 1680 : audit 0 from='client.46257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:30.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:30 smithi194 bash[32038]: cluster 2023-12-07T17:56:29.333305+0000 mgr.a (mgr.14403) 1681 : cluster 0 pgmap v1249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:56:30.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:30 smithi135 bash[32435]: cluster 2023-12-07T17:56:29.333305+0000 mgr.a (mgr.14403) 1681 : cluster 0 pgmap v1249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:56:30.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:30 smithi079 bash[28699]: cluster 2023-12-07T17:56:29.333305+0000 mgr.a (mgr.14403) 1681 : cluster 0 pgmap v1249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T17:56:32.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:32 smithi194 bash[32038]: cluster 2023-12-07T17:56:31.333899+0000 mgr.a (mgr.14403) 1682 : cluster 0 pgmap v1250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:56:32.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:32 smithi135 bash[32435]: cluster 2023-12-07T17:56:31.333899+0000 mgr.a (mgr.14403) 1682 : cluster 0 pgmap v1250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:56:32.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:32 smithi079 bash[28699]: cluster 2023-12-07T17:56:31.333899+0000 mgr.a (mgr.14403) 1682 : cluster 0 pgmap v1250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:56:33.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:56:33.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:33.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:34.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:34.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:34.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:34.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:56:34.698 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:56:34.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:34 smithi194 bash[32038]: cluster 2023-12-07T17:56:33.334453+0000 mgr.a (mgr.14403) 1683 : cluster 0 pgmap v1251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:56:34.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:34 smithi135 bash[32435]: cluster 2023-12-07T17:56:33.334453+0000 mgr.a (mgr.14403) 1683 : cluster 0 pgmap v1251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:56:34.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:34 smithi079 bash[28699]: cluster 2023-12-07T17:56:33.334453+0000 mgr.a (mgr.14403) 1683 : cluster 0 pgmap v1251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T17:56:35.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:35 smithi194 bash[32038]: audit 2023-12-07T17:56:34.202491+0000 mgr.a (mgr.14403) 1684 : audit 0 from='client.46332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:35.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:35 smithi135 bash[32435]: audit 2023-12-07T17:56:34.202491+0000 mgr.a (mgr.14403) 1684 : audit 0 from='client.46332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:35.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:35 smithi079 bash[28699]: audit 2023-12-07T17:56:34.202491+0000 mgr.a (mgr.14403) 1684 : audit 0 from='client.46332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:36.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:36 smithi194 bash[32038]: cluster 2023-12-07T17:56:35.335533+0000 mgr.a (mgr.14403) 1685 : cluster 0 pgmap v1252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:36.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:36 smithi135 bash[32435]: cluster 2023-12-07T17:56:35.335533+0000 mgr.a (mgr.14403) 1685 : cluster 0 pgmap v1252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:36.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:36 smithi079 bash[28699]: cluster 2023-12-07T17:56:35.335533+0000 mgr.a (mgr.14403) 1685 : cluster 0 pgmap v1252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:37.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:37 smithi194 bash[32038]: audit 2023-12-07T17:56:36.960659+0000 mon.a (mon.0) 698 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:56:37.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:37 smithi135 bash[32435]: audit 2023-12-07T17:56:36.960659+0000 mon.a (mon.0) 698 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:56:37.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:37 smithi079 bash[28699]: audit 2023-12-07T17:56:36.960659+0000 mon.a (mon.0) 698 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:56:38.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:38 smithi194 bash[32038]: cluster 2023-12-07T17:56:37.336101+0000 mgr.a (mgr.14403) 1686 : cluster 0 pgmap v1253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:38.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:38 smithi135 bash[32435]: cluster 2023-12-07T17:56:37.336101+0000 mgr.a (mgr.14403) 1686 : cluster 0 pgmap v1253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:38.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:38 smithi079 bash[28699]: cluster 2023-12-07T17:56:37.336101+0000 mgr.a (mgr.14403) 1686 : cluster 0 pgmap v1253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:56:39.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:56:39.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:39.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:40.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:39 smithi079 bash[28699]: cluster 2023-12-07T17:56:39.336870+0000 mgr.a (mgr.14403) 1687 : cluster 0 pgmap v1254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:40.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:39 smithi194 bash[32038]: cluster 2023-12-07T17:56:39.336870+0000 mgr.a (mgr.14403) 1687 : cluster 0 pgmap v1254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:40.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:39 smithi135 bash[32435]: cluster 2023-12-07T17:56:39.336870+0000 mgr.a (mgr.14403) 1687 : cluster 0 pgmap v1254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:40.643 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:56:40.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:40.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:40.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:40.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:56:41.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:40 smithi079 bash[28699]: audit 2023-12-07T17:56:40.104409+0000 mgr.a (mgr.14403) 1688 : audit 0 from='client.46407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:41.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:40 smithi194 bash[32038]: audit 2023-12-07T17:56:40.104409+0000 mgr.a (mgr.14403) 1688 : audit 0 from='client.46407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:41.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:40 smithi135 bash[32435]: audit 2023-12-07T17:56:40.104409+0000 mgr.a (mgr.14403) 1688 : audit 0 from='client.46407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:42.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:41 smithi079 bash[28699]: cluster 2023-12-07T17:56:41.337581+0000 mgr.a (mgr.14403) 1689 : cluster 0 pgmap v1255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:56:42.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:41 smithi194 bash[32038]: cluster 2023-12-07T17:56:41.337581+0000 mgr.a (mgr.14403) 1689 : cluster 0 pgmap v1255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:56:42.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:41 smithi135 bash[32435]: cluster 2023-12-07T17:56:41.337581+0000 mgr.a (mgr.14403) 1689 : cluster 0 pgmap v1255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:56:43.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:43 smithi079 bash[28699]: audit 2023-12-07T17:56:42.310585+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:43 smithi079 bash[28699]: audit 2023-12-07T17:56:42.316032+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:43 smithi079 bash[28699]: audit 2023-12-07T17:56:42.357222+0000 mon.a (mon.0) 701 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:43 smithi079 bash[28699]: audit 2023-12-07T17:56:42.364399+0000 mon.a (mon.0) 702 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:43 smithi079 bash[28699]: audit 2023-12-07T17:56:42.368547+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:43 smithi079 bash[28699]: audit 2023-12-07T17:56:42.373947+0000 mon.a (mon.0) 704 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:43 smithi079 bash[28699]: audit 2023-12-07T17:56:43.056590+0000 mon.a (mon.0) 705 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:56:43.649 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:43 smithi079 bash[28699]: audit 2023-12-07T17:56:43.058557+0000 mon.a (mon.0) 706 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:56:43.649 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:43 smithi079 bash[28699]: audit 2023-12-07T17:56:43.067664+0000 mon.a (mon.0) 707 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:43 smithi194 bash[32038]: audit 2023-12-07T17:56:42.310585+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:43 smithi194 bash[32038]: audit 2023-12-07T17:56:42.316032+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:43 smithi194 bash[32038]: audit 2023-12-07T17:56:42.357222+0000 mon.a (mon.0) 701 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:43 smithi194 bash[32038]: audit 2023-12-07T17:56:42.364399+0000 mon.a (mon.0) 702 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:43 smithi194 bash[32038]: audit 2023-12-07T17:56:42.368547+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:43 smithi194 bash[32038]: audit 2023-12-07T17:56:42.373947+0000 mon.a (mon.0) 704 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:43 smithi194 bash[32038]: audit 2023-12-07T17:56:43.056590+0000 mon.a (mon.0) 705 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:56:43.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:43 smithi194 bash[32038]: audit 2023-12-07T17:56:43.058557+0000 mon.a (mon.0) 706 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:56:43.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:43 smithi194 bash[32038]: audit 2023-12-07T17:56:43.067664+0000 mon.a (mon.0) 707 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:43 smithi135 bash[32435]: audit 2023-12-07T17:56:42.310585+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:43 smithi135 bash[32435]: audit 2023-12-07T17:56:42.316032+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:43 smithi135 bash[32435]: audit 2023-12-07T17:56:42.357222+0000 mon.a (mon.0) 701 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:43 smithi135 bash[32435]: audit 2023-12-07T17:56:42.364399+0000 mon.a (mon.0) 702 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:43 smithi135 bash[32435]: audit 2023-12-07T17:56:42.368547+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:43 smithi135 bash[32435]: audit 2023-12-07T17:56:42.373947+0000 mon.a (mon.0) 704 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:43.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:43 smithi135 bash[32435]: audit 2023-12-07T17:56:43.056590+0000 mon.a (mon.0) 705 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:56:43.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:43 smithi135 bash[32435]: audit 2023-12-07T17:56:43.058557+0000 mon.a (mon.0) 706 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:56:43.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:43 smithi135 bash[32435]: audit 2023-12-07T17:56:43.067664+0000 mon.a (mon.0) 707 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:56:44.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:44 smithi079 bash[28699]: cluster 2023-12-07T17:56:43.338184+0000 mgr.a (mgr.14403) 1690 : cluster 0 pgmap v1256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:56:44.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:44 smithi194 bash[32038]: cluster 2023-12-07T17:56:43.338184+0000 mgr.a (mgr.14403) 1690 : cluster 0 pgmap v1256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:56:44.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:44 smithi135 bash[32435]: cluster 2023-12-07T17:56:43.338184+0000 mgr.a (mgr.14403) 1690 : cluster 0 pgmap v1256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T17:56:45.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:56:45.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:45.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:46.545 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:56:46.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:46.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:46.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:46.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:56:46.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:46 smithi194 bash[32038]: cluster 2023-12-07T17:56:45.339014+0000 mgr.a (mgr.14403) 1691 : cluster 0 pgmap v1257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:56:46.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:46 smithi135 bash[32435]: cluster 2023-12-07T17:56:45.339014+0000 mgr.a (mgr.14403) 1691 : cluster 0 pgmap v1257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:56:46.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:46 smithi079 bash[28699]: cluster 2023-12-07T17:56:45.339014+0000 mgr.a (mgr.14403) 1691 : cluster 0 pgmap v1257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T17:56:47.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:47 smithi194 bash[32038]: audit 2023-12-07T17:56:46.047323+0000 mgr.a (mgr.14403) 1692 : audit 0 from='client.46479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:47.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:47 smithi135 bash[32435]: audit 2023-12-07T17:56:46.047323+0000 mgr.a (mgr.14403) 1692 : audit 0 from='client.46479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:47.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:47 smithi079 bash[28699]: audit 2023-12-07T17:56:46.047323+0000 mgr.a (mgr.14403) 1692 : audit 0 from='client.46479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:48.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:48 smithi194 bash[32038]: cluster 2023-12-07T17:56:47.339664+0000 mgr.a (mgr.14403) 1693 : cluster 0 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-07T17:56:48.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:48 smithi135 bash[32435]: cluster 2023-12-07T17:56:47.339664+0000 mgr.a (mgr.14403) 1693 : cluster 0 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-07T17:56:48.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:48 smithi079 bash[28699]: cluster 2023-12-07T17:56:47.339664+0000 mgr.a (mgr.14403) 1693 : cluster 0 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-07T17:56:50.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:49 smithi079 bash[28699]: cluster 2023-12-07T17:56:49.340487+0000 mgr.a (mgr.14403) 1694 : cluster 0 pgmap v1259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:50.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:49 smithi194 bash[32038]: cluster 2023-12-07T17:56:49.340487+0000 mgr.a (mgr.14403) 1694 : cluster 0 pgmap v1259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:50.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:49 smithi135 bash[32435]: cluster 2023-12-07T17:56:49.340487+0000 mgr.a (mgr.14403) 1694 : cluster 0 pgmap v1259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:51.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:56:51.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:51.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:52.444 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:56:52.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:52.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:52.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:52.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:56:52.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:52 smithi194 bash[32038]: cluster 2023-12-07T17:56:51.341045+0000 mgr.a (mgr.14403) 1695 : cluster 0 pgmap v1260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:52.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:52 smithi135 bash[32435]: cluster 2023-12-07T17:56:51.341045+0000 mgr.a (mgr.14403) 1695 : cluster 0 pgmap v1260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:52.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:52 smithi079 bash[28699]: cluster 2023-12-07T17:56:51.341045+0000 mgr.a (mgr.14403) 1695 : cluster 0 pgmap v1260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:53.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:53 smithi194 bash[32038]: audit 2023-12-07T17:56:51.948959+0000 mgr.a (mgr.14403) 1696 : audit 0 from='client.46551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:53.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:53 smithi135 bash[32435]: audit 2023-12-07T17:56:51.948959+0000 mgr.a (mgr.14403) 1696 : audit 0 from='client.46551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:53.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:53 smithi079 bash[28699]: audit 2023-12-07T17:56:51.948959+0000 mgr.a (mgr.14403) 1696 : audit 0 from='client.46551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:54.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:54 smithi194 bash[32038]: cluster 2023-12-07T17:56:53.341745+0000 mgr.a (mgr.14403) 1697 : cluster 0 pgmap v1261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:54.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:54 smithi135 bash[32435]: cluster 2023-12-07T17:56:53.341745+0000 mgr.a (mgr.14403) 1697 : cluster 0 pgmap v1261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:54.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:54 smithi079 bash[28699]: cluster 2023-12-07T17:56:53.341745+0000 mgr.a (mgr.14403) 1697 : cluster 0 pgmap v1261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:56.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:56 smithi194 bash[32038]: cluster 2023-12-07T17:56:55.342612+0000 mgr.a (mgr.14403) 1698 : cluster 0 pgmap v1262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:56.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:56 smithi135 bash[32435]: cluster 2023-12-07T17:56:55.342612+0000 mgr.a (mgr.14403) 1698 : cluster 0 pgmap v1262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:56.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:56 smithi079 bash[28699]: cluster 2023-12-07T17:56:55.342612+0000 mgr.a (mgr.14403) 1698 : cluster 0 pgmap v1262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:56:57.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:56:57.448 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:56:57.448 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:56:58.326 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:56:58.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:56:58.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:56:58.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:56:58.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:56:58.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:58 smithi194 bash[32038]: cluster 2023-12-07T17:56:57.343179+0000 mgr.a (mgr.14403) 1699 : cluster 0 pgmap v1263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:58.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:58 smithi135 bash[32435]: cluster 2023-12-07T17:56:57.343179+0000 mgr.a (mgr.14403) 1699 : cluster 0 pgmap v1263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:58.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:58 smithi079 bash[28699]: cluster 2023-12-07T17:56:57.343179+0000 mgr.a (mgr.14403) 1699 : cluster 0 pgmap v1263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:56:59.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:56:59 smithi194 bash[32038]: audit 2023-12-07T17:56:57.835914+0000 mgr.a (mgr.14403) 1700 : audit 0 from='client.46626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:59.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:56:59 smithi135 bash[32435]: audit 2023-12-07T17:56:57.835914+0000 mgr.a (mgr.14403) 1700 : audit 0 from='client.46626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:56:59.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:56:59 smithi079 bash[28699]: audit 2023-12-07T17:56:57.835914+0000 mgr.a (mgr.14403) 1700 : audit 0 from='client.46626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:00.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:00 smithi194 bash[32038]: cluster 2023-12-07T17:56:59.344090+0000 mgr.a (mgr.14403) 1701 : cluster 0 pgmap v1264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:00.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:00 smithi135 bash[32435]: cluster 2023-12-07T17:56:59.344090+0000 mgr.a (mgr.14403) 1701 : cluster 0 pgmap v1264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:00.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:00 smithi079 bash[28699]: cluster 2023-12-07T17:56:59.344090+0000 mgr.a (mgr.14403) 1701 : cluster 0 pgmap v1264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:02.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:02 smithi194 bash[32038]: cluster 2023-12-07T17:57:01.344654+0000 mgr.a (mgr.14403) 1702 : cluster 0 pgmap v1265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:02 smithi135 bash[32435]: cluster 2023-12-07T17:57:01.344654+0000 mgr.a (mgr.14403) 1702 : cluster 0 pgmap v1265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:02.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:02 smithi079 bash[28699]: cluster 2023-12-07T17:57:01.344654+0000 mgr.a (mgr.14403) 1702 : cluster 0 pgmap v1265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:03.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:57:03.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:03.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:04.247 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:57:04.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:04.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:04.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:04.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:57:04.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:04 smithi194 bash[32038]: cluster 2023-12-07T17:57:03.345230+0000 mgr.a (mgr.14403) 1703 : cluster 0 pgmap v1266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:04.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:04 smithi135 bash[32435]: cluster 2023-12-07T17:57:03.345230+0000 mgr.a (mgr.14403) 1703 : cluster 0 pgmap v1266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:04.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:04 smithi079 bash[28699]: cluster 2023-12-07T17:57:03.345230+0000 mgr.a (mgr.14403) 1703 : cluster 0 pgmap v1266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:05.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:05 smithi194 bash[32038]: audit 2023-12-07T17:57:03.733606+0000 mgr.a (mgr.14403) 1704 : audit 0 from='client.46704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:05.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:05 smithi135 bash[32435]: audit 2023-12-07T17:57:03.733606+0000 mgr.a (mgr.14403) 1704 : audit 0 from='client.46704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:05.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:05 smithi079 bash[28699]: audit 2023-12-07T17:57:03.733606+0000 mgr.a (mgr.14403) 1704 : audit 0 from='client.46704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:06.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:06 smithi194 bash[32038]: cluster 2023-12-07T17:57:05.346271+0000 mgr.a (mgr.14403) 1705 : cluster 0 pgmap v1267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:06.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:06 smithi135 bash[32435]: cluster 2023-12-07T17:57:05.346271+0000 mgr.a (mgr.14403) 1705 : cluster 0 pgmap v1267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:06.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:06 smithi079 bash[28699]: cluster 2023-12-07T17:57:05.346271+0000 mgr.a (mgr.14403) 1705 : cluster 0 pgmap v1267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:08.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:08 smithi194 bash[32038]: cluster 2023-12-07T17:57:07.346863+0000 mgr.a (mgr.14403) 1706 : cluster 0 pgmap v1268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:08.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:08 smithi135 bash[32435]: cluster 2023-12-07T17:57:07.346863+0000 mgr.a (mgr.14403) 1706 : cluster 0 pgmap v1268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:08.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:08 smithi079 bash[28699]: cluster 2023-12-07T17:57:07.346863+0000 mgr.a (mgr.14403) 1706 : cluster 0 pgmap v1268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:09.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:57:09.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:09.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:10.142 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:57:10.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:10.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:10.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:10.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:57:10.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:09 smithi079 bash[28699]: cluster 2023-12-07T17:57:09.347624+0000 mgr.a (mgr.14403) 1707 : cluster 0 pgmap v1269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:10.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:09 smithi194 bash[32038]: cluster 2023-12-07T17:57:09.347624+0000 mgr.a (mgr.14403) 1707 : cluster 0 pgmap v1269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:10.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:09 smithi135 bash[32435]: cluster 2023-12-07T17:57:09.347624+0000 mgr.a (mgr.14403) 1707 : cluster 0 pgmap v1269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:11.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:10 smithi079 bash[28699]: audit 2023-12-07T17:57:09.649275+0000 mgr.a (mgr.14403) 1708 : audit 0 from='client.46779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:11.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:10 smithi194 bash[32038]: audit 2023-12-07T17:57:09.649275+0000 mgr.a (mgr.14403) 1708 : audit 0 from='client.46779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:11.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:10 smithi135 bash[32435]: audit 2023-12-07T17:57:09.649275+0000 mgr.a (mgr.14403) 1708 : audit 0 from='client.46779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:12.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:11 smithi079 bash[28699]: cluster 2023-12-07T17:57:11.348344+0000 mgr.a (mgr.14403) 1709 : cluster 0 pgmap v1270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:12.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:11 smithi194 bash[32038]: cluster 2023-12-07T17:57:11.348344+0000 mgr.a (mgr.14403) 1709 : cluster 0 pgmap v1270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:12.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:11 smithi135 bash[32435]: cluster 2023-12-07T17:57:11.348344+0000 mgr.a (mgr.14403) 1709 : cluster 0 pgmap v1270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:14.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:14 smithi194 bash[32038]: cluster 2023-12-07T17:57:13.348942+0000 mgr.a (mgr.14403) 1710 : cluster 0 pgmap v1271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:14.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:14 smithi135 bash[32435]: cluster 2023-12-07T17:57:13.348942+0000 mgr.a (mgr.14403) 1710 : cluster 0 pgmap v1271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:14.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:14 smithi079 bash[28699]: cluster 2023-12-07T17:57:13.348942+0000 mgr.a (mgr.14403) 1710 : cluster 0 pgmap v1271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:15.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:57:15.146 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:15.146 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:16.036 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:57:16.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:16.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:16.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:16.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:57:16.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:16 smithi194 bash[32038]: cluster 2023-12-07T17:57:15.349701+0000 mgr.a (mgr.14403) 1711 : cluster 0 pgmap v1272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:16.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:16 smithi194 bash[32038]: audit 2023-12-07T17:57:15.546151+0000 mgr.a (mgr.14403) 1712 : audit 0 from='client.46854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:16.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:16 smithi135 bash[32435]: cluster 2023-12-07T17:57:15.349701+0000 mgr.a (mgr.14403) 1711 : cluster 0 pgmap v1272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:16.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:16 smithi135 bash[32435]: audit 2023-12-07T17:57:15.546151+0000 mgr.a (mgr.14403) 1712 : audit 0 from='client.46854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:16.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:16 smithi079 bash[28699]: cluster 2023-12-07T17:57:15.349701+0000 mgr.a (mgr.14403) 1711 : cluster 0 pgmap v1272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:16.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:16 smithi079 bash[28699]: audit 2023-12-07T17:57:15.546151+0000 mgr.a (mgr.14403) 1712 : audit 0 from='client.46854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:18.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:18 smithi194 bash[32038]: cluster 2023-12-07T17:57:17.350423+0000 mgr.a (mgr.14403) 1713 : cluster 0 pgmap v1273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:18.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:18 smithi135 bash[32435]: cluster 2023-12-07T17:57:17.350423+0000 mgr.a (mgr.14403) 1713 : cluster 0 pgmap v1273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:18.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:18 smithi079 bash[28699]: cluster 2023-12-07T17:57:17.350423+0000 mgr.a (mgr.14403) 1713 : cluster 0 pgmap v1273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:20.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:19 smithi079 bash[28699]: cluster 2023-12-07T17:57:19.351193+0000 mgr.a (mgr.14403) 1714 : cluster 0 pgmap v1274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:20.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:19 smithi194 bash[32038]: cluster 2023-12-07T17:57:19.351193+0000 mgr.a (mgr.14403) 1714 : cluster 0 pgmap v1274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:20.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:19 smithi135 bash[32435]: cluster 2023-12-07T17:57:19.351193+0000 mgr.a (mgr.14403) 1714 : cluster 0 pgmap v1274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:21.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:57:21.040 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:21.040 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:21.937 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:57:21.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:21.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:21.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:21.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:57:22.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:22 smithi194 bash[32038]: cluster 2023-12-07T17:57:21.351745+0000 mgr.a (mgr.14403) 1715 : cluster 0 pgmap v1275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:22.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:22 smithi194 bash[32038]: audit 2023-12-07T17:57:21.442504+0000 mgr.a (mgr.14403) 1716 : audit 0 from='client.46929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:22.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:22 smithi135 bash[32435]: cluster 2023-12-07T17:57:21.351745+0000 mgr.a (mgr.14403) 1715 : cluster 0 pgmap v1275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:22.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:22 smithi135 bash[32435]: audit 2023-12-07T17:57:21.442504+0000 mgr.a (mgr.14403) 1716 : audit 0 from='client.46929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:22.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:22 smithi079 bash[28699]: cluster 2023-12-07T17:57:21.351745+0000 mgr.a (mgr.14403) 1715 : cluster 0 pgmap v1275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:22.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:22 smithi079 bash[28699]: audit 2023-12-07T17:57:21.442504+0000 mgr.a (mgr.14403) 1716 : audit 0 from='client.46929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:24.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:24 smithi194 bash[32038]: cluster 2023-12-07T17:57:23.352436+0000 mgr.a (mgr.14403) 1717 : cluster 0 pgmap v1276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:24 smithi135 bash[32435]: cluster 2023-12-07T17:57:23.352436+0000 mgr.a (mgr.14403) 1717 : cluster 0 pgmap v1276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:24.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:24 smithi079 bash[28699]: cluster 2023-12-07T17:57:23.352436+0000 mgr.a (mgr.14403) 1717 : cluster 0 pgmap v1276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:26.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:26 smithi194 bash[32038]: cluster 2023-12-07T17:57:25.353247+0000 mgr.a (mgr.14403) 1718 : cluster 0 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-07T17:57:26.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:26 smithi135 bash[32435]: cluster 2023-12-07T17:57:25.353247+0000 mgr.a (mgr.14403) 1718 : cluster 0 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-07T17:57:26.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:26 smithi079 bash[28699]: cluster 2023-12-07T17:57:25.353247+0000 mgr.a (mgr.14403) 1718 : cluster 0 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-07T17:57:26.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:57:26.941 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:26.941 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:27.838 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:57:27.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:27.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:27.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:27.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:57:28.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:28 smithi194 bash[32038]: audit 2023-12-07T17:57:27.342441+0000 mgr.a (mgr.14403) 1719 : audit 0 from='client.47004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:28.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:28 smithi194 bash[32038]: cluster 2023-12-07T17:57:27.355039+0000 mgr.a (mgr.14403) 1720 : cluster 0 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-07T17:57:28.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:28 smithi135 bash[32435]: audit 2023-12-07T17:57:27.342441+0000 mgr.a (mgr.14403) 1719 : audit 0 from='client.47004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:28.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:28 smithi135 bash[32435]: cluster 2023-12-07T17:57:27.355039+0000 mgr.a (mgr.14403) 1720 : cluster 0 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-07T17:57:28.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:28 smithi079 bash[28699]: audit 2023-12-07T17:57:27.342441+0000 mgr.a (mgr.14403) 1719 : audit 0 from='client.47004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:28.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:28 smithi079 bash[28699]: cluster 2023-12-07T17:57:27.355039+0000 mgr.a (mgr.14403) 1720 : cluster 0 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-07T17:57:30.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:29 smithi079 bash[28699]: cluster 2023-12-07T17:57:29.355980+0000 mgr.a (mgr.14403) 1721 : cluster 0 pgmap v1279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:30.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:29 smithi194 bash[32038]: cluster 2023-12-07T17:57:29.355980+0000 mgr.a (mgr.14403) 1721 : cluster 0 pgmap v1279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:30.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:29 smithi135 bash[32435]: cluster 2023-12-07T17:57:29.355980+0000 mgr.a (mgr.14403) 1721 : cluster 0 pgmap v1279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:32.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:32 smithi194 bash[32038]: cluster 2023-12-07T17:57:31.356574+0000 mgr.a (mgr.14403) 1722 : cluster 0 pgmap v1280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:32.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:32 smithi135 bash[32435]: cluster 2023-12-07T17:57:31.356574+0000 mgr.a (mgr.14403) 1722 : cluster 0 pgmap v1280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:32.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:57:32.842 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:32.842 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:32.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:32 smithi079 bash[28699]: cluster 2023-12-07T17:57:31.356574+0000 mgr.a (mgr.14403) 1722 : cluster 0 pgmap v1280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:33.752 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:57:33.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:33.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:33.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:33.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:57:34.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:34 smithi194 bash[32038]: audit 2023-12-07T17:57:33.236835+0000 mgr.a (mgr.14403) 1723 : audit 0 from='client.47079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:34.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:34 smithi194 bash[32038]: cluster 2023-12-07T17:57:33.357268+0000 mgr.a (mgr.14403) 1724 : cluster 0 pgmap v1281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:34.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:34 smithi135 bash[32435]: audit 2023-12-07T17:57:33.236835+0000 mgr.a (mgr.14403) 1723 : audit 0 from='client.47079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:34.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:34 smithi135 bash[32435]: cluster 2023-12-07T17:57:33.357268+0000 mgr.a (mgr.14403) 1724 : cluster 0 pgmap v1281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:34.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:34 smithi079 bash[28699]: audit 2023-12-07T17:57:33.236835+0000 mgr.a (mgr.14403) 1723 : audit 0 from='client.47079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:34.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:34 smithi079 bash[28699]: cluster 2023-12-07T17:57:33.357268+0000 mgr.a (mgr.14403) 1724 : cluster 0 pgmap v1281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:36.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:36 smithi194 bash[32038]: cluster 2023-12-07T17:57:35.358335+0000 mgr.a (mgr.14403) 1725 : cluster 0 pgmap v1282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:57:36.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:36 smithi135 bash[32435]: cluster 2023-12-07T17:57:35.358335+0000 mgr.a (mgr.14403) 1725 : cluster 0 pgmap v1282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:57:36.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:36 smithi079 bash[28699]: cluster 2023-12-07T17:57:35.358335+0000 mgr.a (mgr.14403) 1725 : cluster 0 pgmap v1282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:57:38.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:38 smithi194 bash[32038]: cluster 2023-12-07T17:57:37.358916+0000 mgr.a (mgr.14403) 1726 : cluster 0 pgmap v1283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:57:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:38 smithi135 bash[32435]: cluster 2023-12-07T17:57:37.358916+0000 mgr.a (mgr.14403) 1726 : cluster 0 pgmap v1283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:57:38.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:57:38.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:38.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:38.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:38 smithi079 bash[28699]: cluster 2023-12-07T17:57:37.358916+0000 mgr.a (mgr.14403) 1726 : cluster 0 pgmap v1283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:57:39.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:39.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:39.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:39.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:57:39.640 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:57:40.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:39 smithi079 bash[28699]: audit 2023-12-07T17:57:39.155231+0000 mgr.a (mgr.14403) 1727 : audit 0 from='client.47154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:40.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:39 smithi079 bash[28699]: cluster 2023-12-07T17:57:39.359701+0000 mgr.a (mgr.14403) 1728 : cluster 0 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-07T17:57:40.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:39 smithi194 bash[32038]: audit 2023-12-07T17:57:39.155231+0000 mgr.a (mgr.14403) 1727 : audit 0 from='client.47154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:40.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:39 smithi194 bash[32038]: cluster 2023-12-07T17:57:39.359701+0000 mgr.a (mgr.14403) 1728 : cluster 0 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-07T17:57:40.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:39 smithi135 bash[32435]: audit 2023-12-07T17:57:39.155231+0000 mgr.a (mgr.14403) 1727 : audit 0 from='client.47154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:40.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:39 smithi135 bash[32435]: cluster 2023-12-07T17:57:39.359701+0000 mgr.a (mgr.14403) 1728 : cluster 0 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-07T17:57:42.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:42 smithi194 bash[32038]: cluster 2023-12-07T17:57:41.360360+0000 mgr.a (mgr.14403) 1729 : cluster 0 pgmap v1285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:42.725 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:42 smithi135 bash[32435]: cluster 2023-12-07T17:57:41.360360+0000 mgr.a (mgr.14403) 1729 : cluster 0 pgmap v1285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:42.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:42 smithi079 bash[28699]: cluster 2023-12-07T17:57:41.360360+0000 mgr.a (mgr.14403) 1729 : cluster 0 pgmap v1285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:43.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:43 smithi194 bash[32038]: audit 2023-12-07T17:57:43.170491+0000 mon.a (mon.0) 708 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:57:43.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:43 smithi135 bash[32435]: audit 2023-12-07T17:57:43.170491+0000 mon.a (mon.0) 708 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:57:43.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:43 smithi079 bash[28699]: audit 2023-12-07T17:57:43.170491+0000 mon.a (mon.0) 708 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:57:44.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:57:44.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:44.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:44.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:44 smithi194 bash[32038]: cluster 2023-12-07T17:57:43.360918+0000 mgr.a (mgr.14403) 1730 : cluster 0 pgmap v1286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:44.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:44 smithi194 bash[32038]: audit 2023-12-07T17:57:43.915444+0000 mon.a (mon.0) 709 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:57:44.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:44 smithi194 bash[32038]: audit 2023-12-07T17:57:43.917369+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:57:44.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:44 smithi194 bash[32038]: audit 2023-12-07T17:57:43.926277+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:57:44.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:44 smithi135 bash[32435]: cluster 2023-12-07T17:57:43.360918+0000 mgr.a (mgr.14403) 1730 : cluster 0 pgmap v1286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:44.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:44 smithi135 bash[32435]: audit 2023-12-07T17:57:43.915444+0000 mon.a (mon.0) 709 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:57:44.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:44 smithi135 bash[32435]: audit 2023-12-07T17:57:43.917369+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:57:44.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:44 smithi135 bash[32435]: audit 2023-12-07T17:57:43.926277+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:57:44.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:44 smithi079 bash[28699]: cluster 2023-12-07T17:57:43.360918+0000 mgr.a (mgr.14403) 1730 : cluster 0 pgmap v1286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:57:44.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:44 smithi079 bash[28699]: audit 2023-12-07T17:57:43.915444+0000 mon.a (mon.0) 709 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:57:44.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:44 smithi079 bash[28699]: audit 2023-12-07T17:57:43.917369+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:57:44.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:44 smithi079 bash[28699]: audit 2023-12-07T17:57:43.926277+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:57:45.539 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:57:45.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:45.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:45.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:45.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:57:46.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:46 smithi194 bash[32038]: audit 2023-12-07T17:57:45.040476+0000 mgr.a (mgr.14403) 1731 : audit 0 from='client.47223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:46.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:46 smithi194 bash[32038]: cluster 2023-12-07T17:57:45.361812+0000 mgr.a (mgr.14403) 1732 : cluster 0 pgmap v1287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:46.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:46 smithi135 bash[32435]: audit 2023-12-07T17:57:45.040476+0000 mgr.a (mgr.14403) 1731 : audit 0 from='client.47223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:46.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:46 smithi135 bash[32435]: cluster 2023-12-07T17:57:45.361812+0000 mgr.a (mgr.14403) 1732 : cluster 0 pgmap v1287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:46.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:46 smithi079 bash[28699]: audit 2023-12-07T17:57:45.040476+0000 mgr.a (mgr.14403) 1731 : audit 0 from='client.47223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:46.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:46 smithi079 bash[28699]: cluster 2023-12-07T17:57:45.361812+0000 mgr.a (mgr.14403) 1732 : cluster 0 pgmap v1287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:48.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:48 smithi194 bash[32038]: cluster 2023-12-07T17:57:47.362515+0000 mgr.a (mgr.14403) 1733 : cluster 0 pgmap v1288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:57:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:48 smithi135 bash[32435]: cluster 2023-12-07T17:57:47.362515+0000 mgr.a (mgr.14403) 1733 : cluster 0 pgmap v1288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:57:48.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:48 smithi079 bash[28699]: cluster 2023-12-07T17:57:47.362515+0000 mgr.a (mgr.14403) 1733 : cluster 0 pgmap v1288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:57:50.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:49 smithi079 bash[28699]: cluster 2023-12-07T17:57:49.363382+0000 mgr.a (mgr.14403) 1734 : cluster 0 pgmap v1289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:57:50.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:49 smithi194 bash[32038]: cluster 2023-12-07T17:57:49.363382+0000 mgr.a (mgr.14403) 1734 : cluster 0 pgmap v1289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:57:50.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:49 smithi135 bash[32435]: cluster 2023-12-07T17:57:49.363382+0000 mgr.a (mgr.14403) 1734 : cluster 0 pgmap v1289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:57:50.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:57:50.542 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:50.543 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:51.432 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:57:51.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:51.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:51.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:51.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:57:52.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:52 smithi194 bash[32038]: audit 2023-12-07T17:57:50.943136+0000 mgr.a (mgr.14403) 1735 : audit 0 from='client.47298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:52.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:52 smithi194 bash[32038]: cluster 2023-12-07T17:57:51.364028+0000 mgr.a (mgr.14403) 1736 : cluster 0 pgmap v1290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:52.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:52 smithi135 bash[32435]: audit 2023-12-07T17:57:50.943136+0000 mgr.a (mgr.14403) 1735 : audit 0 from='client.47298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:52.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:52 smithi135 bash[32435]: cluster 2023-12-07T17:57:51.364028+0000 mgr.a (mgr.14403) 1736 : cluster 0 pgmap v1290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:52.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:52 smithi079 bash[28699]: audit 2023-12-07T17:57:50.943136+0000 mgr.a (mgr.14403) 1735 : audit 0 from='client.47298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:52.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:52 smithi079 bash[28699]: cluster 2023-12-07T17:57:51.364028+0000 mgr.a (mgr.14403) 1736 : cluster 0 pgmap v1290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:54.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:54 smithi194 bash[32038]: cluster 2023-12-07T17:57:53.364670+0000 mgr.a (mgr.14403) 1737 : cluster 0 pgmap v1291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:54.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:54 smithi135 bash[32435]: cluster 2023-12-07T17:57:53.364670+0000 mgr.a (mgr.14403) 1737 : cluster 0 pgmap v1291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:54.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:54 smithi079 bash[28699]: cluster 2023-12-07T17:57:53.364670+0000 mgr.a (mgr.14403) 1737 : cluster 0 pgmap v1291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:56.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:57:56.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:57:56.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:57:56.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:56 smithi194 bash[32038]: cluster 2023-12-07T17:57:55.365491+0000 mgr.a (mgr.14403) 1738 : cluster 0 pgmap v1292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:56.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:56 smithi135 bash[32435]: cluster 2023-12-07T17:57:55.365491+0000 mgr.a (mgr.14403) 1738 : cluster 0 pgmap v1292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:56.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:56 smithi079 bash[28699]: cluster 2023-12-07T17:57:55.365491+0000 mgr.a (mgr.14403) 1738 : cluster 0 pgmap v1292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:57:57.330 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:57:57.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:57:57.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:57:57.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:57:57.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:57:58.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:58 smithi194 bash[32038]: audit 2023-12-07T17:57:56.830934+0000 mgr.a (mgr.14403) 1739 : audit 0 from='client.47370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:58.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:58 smithi194 bash[32038]: cluster 2023-12-07T17:57:57.366214+0000 mgr.a (mgr.14403) 1740 : cluster 0 pgmap v1293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:58.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:58 smithi135 bash[32435]: audit 2023-12-07T17:57:56.830934+0000 mgr.a (mgr.14403) 1739 : audit 0 from='client.47370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:58.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:58 smithi135 bash[32435]: cluster 2023-12-07T17:57:57.366214+0000 mgr.a (mgr.14403) 1740 : cluster 0 pgmap v1293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:57:58.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:58 smithi079 bash[28699]: audit 2023-12-07T17:57:56.830934+0000 mgr.a (mgr.14403) 1739 : audit 0 from='client.47370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:57:58.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:58 smithi079 bash[28699]: cluster 2023-12-07T17:57:57.366214+0000 mgr.a (mgr.14403) 1740 : cluster 0 pgmap v1293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:00.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:57:59 smithi079 bash[28699]: cluster 2023-12-07T17:57:59.367068+0000 mgr.a (mgr.14403) 1741 : cluster 0 pgmap v1294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:00.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:57:59 smithi194 bash[32038]: cluster 2023-12-07T17:57:59.367068+0000 mgr.a (mgr.14403) 1741 : cluster 0 pgmap v1294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:00.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:57:59 smithi135 bash[32435]: cluster 2023-12-07T17:57:59.367068+0000 mgr.a (mgr.14403) 1741 : cluster 0 pgmap v1294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:02.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:58:02.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:02.334 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:02.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:02 smithi194 bash[32038]: cluster 2023-12-07T17:58:01.367596+0000 mgr.a (mgr.14403) 1742 : cluster 0 pgmap v1295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:02.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:02 smithi135 bash[32435]: cluster 2023-12-07T17:58:01.367596+0000 mgr.a (mgr.14403) 1742 : cluster 0 pgmap v1295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:02.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:02 smithi079 bash[28699]: cluster 2023-12-07T17:58:01.367596+0000 mgr.a (mgr.14403) 1742 : cluster 0 pgmap v1295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:03.232 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:58:03.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:03.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:03.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:03.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:58:04.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:04 smithi194 bash[32038]: audit 2023-12-07T17:58:02.729540+0000 mgr.a (mgr.14403) 1743 : audit 0 from='client.47448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:04.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:04 smithi194 bash[32038]: cluster 2023-12-07T17:58:03.368256+0000 mgr.a (mgr.14403) 1744 : cluster 0 pgmap v1296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:04.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:04 smithi135 bash[32435]: audit 2023-12-07T17:58:02.729540+0000 mgr.a (mgr.14403) 1743 : audit 0 from='client.47448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:04.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:04 smithi135 bash[32435]: cluster 2023-12-07T17:58:03.368256+0000 mgr.a (mgr.14403) 1744 : cluster 0 pgmap v1296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:04.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:04 smithi079 bash[28699]: audit 2023-12-07T17:58:02.729540+0000 mgr.a (mgr.14403) 1743 : audit 0 from='client.47448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:04.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:04 smithi079 bash[28699]: cluster 2023-12-07T17:58:03.368256+0000 mgr.a (mgr.14403) 1744 : cluster 0 pgmap v1296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:06.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:06 smithi194 bash[32038]: cluster 2023-12-07T17:58:05.369216+0000 mgr.a (mgr.14403) 1745 : cluster 0 pgmap v1297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:06.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:06 smithi135 bash[32435]: cluster 2023-12-07T17:58:05.369216+0000 mgr.a (mgr.14403) 1745 : cluster 0 pgmap v1297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:06.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:06 smithi079 bash[28699]: cluster 2023-12-07T17:58:05.369216+0000 mgr.a (mgr.14403) 1745 : cluster 0 pgmap v1297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:08.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:58:08.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:08.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:08.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:08 smithi194 bash[32038]: cluster 2023-12-07T17:58:07.369811+0000 mgr.a (mgr.14403) 1746 : cluster 0 pgmap v1298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:08.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:08 smithi135 bash[32435]: cluster 2023-12-07T17:58:07.369811+0000 mgr.a (mgr.14403) 1746 : cluster 0 pgmap v1298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:08.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:08 smithi079 bash[28699]: cluster 2023-12-07T17:58:07.369811+0000 mgr.a (mgr.14403) 1746 : cluster 0 pgmap v1298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:09.143 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:58:09.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:09.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:09.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:09.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:58:10.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:09 smithi079 bash[28699]: audit 2023-12-07T17:58:08.638949+0000 mgr.a (mgr.14403) 1747 : audit 0 from='client.47523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:10.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:09 smithi079 bash[28699]: cluster 2023-12-07T17:58:09.370937+0000 mgr.a (mgr.14403) 1748 : cluster 0 pgmap v1299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:10.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:09 smithi194 bash[32038]: audit 2023-12-07T17:58:08.638949+0000 mgr.a (mgr.14403) 1747 : audit 0 from='client.47523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:10.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:09 smithi194 bash[32038]: cluster 2023-12-07T17:58:09.370937+0000 mgr.a (mgr.14403) 1748 : cluster 0 pgmap v1299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:10.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:09 smithi135 bash[32435]: audit 2023-12-07T17:58:08.638949+0000 mgr.a (mgr.14403) 1747 : audit 0 from='client.47523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:10.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:09 smithi135 bash[32435]: cluster 2023-12-07T17:58:09.370937+0000 mgr.a (mgr.14403) 1748 : cluster 0 pgmap v1299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:12.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:12 smithi194 bash[32038]: cluster 2023-12-07T17:58:11.371504+0000 mgr.a (mgr.14403) 1749 : cluster 0 pgmap v1300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:12.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:12 smithi135 bash[32435]: cluster 2023-12-07T17:58:11.371504+0000 mgr.a (mgr.14403) 1749 : cluster 0 pgmap v1300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:12.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:12 smithi079 bash[28699]: cluster 2023-12-07T17:58:11.371504+0000 mgr.a (mgr.14403) 1749 : cluster 0 pgmap v1300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:14.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:58:14.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:14.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:14.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:14 smithi194 bash[32038]: cluster 2023-12-07T17:58:13.372058+0000 mgr.a (mgr.14403) 1750 : cluster 0 pgmap v1301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:14.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:14 smithi135 bash[32435]: cluster 2023-12-07T17:58:13.372058+0000 mgr.a (mgr.14403) 1750 : cluster 0 pgmap v1301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:14.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:14 smithi079 bash[28699]: cluster 2023-12-07T17:58:13.372058+0000 mgr.a (mgr.14403) 1750 : cluster 0 pgmap v1301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:15.045 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:58:15.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:15.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:15.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:15.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:58:15.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:15 smithi194 bash[32038]: audit 2023-12-07T17:58:14.551501+0000 mgr.a (mgr.14403) 1751 : audit 0 from='client.47601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:15.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:15 smithi135 bash[32435]: audit 2023-12-07T17:58:14.551501+0000 mgr.a (mgr.14403) 1751 : audit 0 from='client.47601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:15.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:15 smithi079 bash[28699]: audit 2023-12-07T17:58:14.551501+0000 mgr.a (mgr.14403) 1751 : audit 0 from='client.47601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:16.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:16 smithi194 bash[32038]: cluster 2023-12-07T17:58:15.373240+0000 mgr.a (mgr.14403) 1752 : cluster 0 pgmap v1302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:16.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:16 smithi135 bash[32435]: cluster 2023-12-07T17:58:15.373240+0000 mgr.a (mgr.14403) 1752 : cluster 0 pgmap v1302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:16.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:16 smithi079 bash[28699]: cluster 2023-12-07T17:58:15.373240+0000 mgr.a (mgr.14403) 1752 : cluster 0 pgmap v1302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:18.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:18 smithi194 bash[32038]: cluster 2023-12-07T17:58:17.373908+0000 mgr.a (mgr.14403) 1753 : cluster 0 pgmap v1303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:18.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:18 smithi135 bash[32435]: cluster 2023-12-07T17:58:17.373908+0000 mgr.a (mgr.14403) 1753 : cluster 0 pgmap v1303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:18.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:18 smithi079 bash[28699]: cluster 2023-12-07T17:58:17.373908+0000 mgr.a (mgr.14403) 1753 : cluster 0 pgmap v1303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:20.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:58:20.049 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:20.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:20.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:19 smithi079 bash[28699]: cluster 2023-12-07T17:58:19.374701+0000 mgr.a (mgr.14403) 1754 : cluster 0 pgmap v1304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:20.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:19 smithi194 bash[32038]: cluster 2023-12-07T17:58:19.374701+0000 mgr.a (mgr.14403) 1754 : cluster 0 pgmap v1304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:20.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:19 smithi135 bash[32435]: cluster 2023-12-07T17:58:19.374701+0000 mgr.a (mgr.14403) 1754 : cluster 0 pgmap v1304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:20.951 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:58:20.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:20.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:20.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:20.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:58:21.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:20 smithi079 bash[28699]: audit 2023-12-07T17:58:20.449782+0000 mgr.a (mgr.14403) 1755 : audit 0 from='client.47679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:21.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:20 smithi194 bash[32038]: audit 2023-12-07T17:58:20.449782+0000 mgr.a (mgr.14403) 1755 : audit 0 from='client.47679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:21.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:20 smithi135 bash[32435]: audit 2023-12-07T17:58:20.449782+0000 mgr.a (mgr.14403) 1755 : audit 0 from='client.47679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:22.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:21 smithi079 bash[28699]: cluster 2023-12-07T17:58:21.375560+0000 mgr.a (mgr.14403) 1756 : cluster 0 pgmap v1305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:22.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:21 smithi194 bash[32038]: cluster 2023-12-07T17:58:21.375560+0000 mgr.a (mgr.14403) 1756 : cluster 0 pgmap v1305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:22.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:21 smithi135 bash[32435]: cluster 2023-12-07T17:58:21.375560+0000 mgr.a (mgr.14403) 1756 : cluster 0 pgmap v1305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:24.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:24 smithi194 bash[32038]: cluster 2023-12-07T17:58:23.376294+0000 mgr.a (mgr.14403) 1757 : cluster 0 pgmap v1306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:24.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:24 smithi135 bash[32435]: cluster 2023-12-07T17:58:23.376294+0000 mgr.a (mgr.14403) 1757 : cluster 0 pgmap v1306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:24.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:24 smithi079 bash[28699]: cluster 2023-12-07T17:58:23.376294+0000 mgr.a (mgr.14403) 1757 : cluster 0 pgmap v1306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:25.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:58:25.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:25.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:26.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:26 smithi194 bash[32038]: cluster 2023-12-07T17:58:25.377263+0000 mgr.a (mgr.14403) 1758 : cluster 0 pgmap v1307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:26.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:26 smithi135 bash[32435]: cluster 2023-12-07T17:58:25.377263+0000 mgr.a (mgr.14403) 1758 : cluster 0 pgmap v1307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:26.845 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:58:26.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:26.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:26.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:26.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:58:26.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:26 smithi079 bash[28699]: cluster 2023-12-07T17:58:25.377263+0000 mgr.a (mgr.14403) 1758 : cluster 0 pgmap v1307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:27.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:27 smithi194 bash[32038]: audit 2023-12-07T17:58:26.354229+0000 mgr.a (mgr.14403) 1759 : audit 0 from='client.47754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:27.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:27 smithi135 bash[32435]: audit 2023-12-07T17:58:26.354229+0000 mgr.a (mgr.14403) 1759 : audit 0 from='client.47754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:27.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:27 smithi079 bash[28699]: audit 2023-12-07T17:58:26.354229+0000 mgr.a (mgr.14403) 1759 : audit 0 from='client.47754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:28.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:28 smithi194 bash[32038]: cluster 2023-12-07T17:58:27.378033+0000 mgr.a (mgr.14403) 1760 : cluster 0 pgmap v1308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:28 smithi135 bash[32435]: cluster 2023-12-07T17:58:27.378033+0000 mgr.a (mgr.14403) 1760 : cluster 0 pgmap v1308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:28.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:28 smithi079 bash[28699]: cluster 2023-12-07T17:58:27.378033+0000 mgr.a (mgr.14403) 1760 : cluster 0 pgmap v1308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:30.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:29 smithi079 bash[28699]: cluster 2023-12-07T17:58:29.378900+0000 mgr.a (mgr.14403) 1761 : cluster 0 pgmap v1309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:30.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:29 smithi194 bash[32038]: cluster 2023-12-07T17:58:29.378900+0000 mgr.a (mgr.14403) 1761 : cluster 0 pgmap v1309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:30.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:29 smithi135 bash[32435]: cluster 2023-12-07T17:58:29.378900+0000 mgr.a (mgr.14403) 1761 : cluster 0 pgmap v1309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:31.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:58:31.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:31.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:32.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:32 smithi194 bash[32038]: cluster 2023-12-07T17:58:31.379466+0000 mgr.a (mgr.14403) 1762 : cluster 0 pgmap v1310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:32 smithi135 bash[32435]: cluster 2023-12-07T17:58:31.379466+0000 mgr.a (mgr.14403) 1762 : cluster 0 pgmap v1310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:32.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:32.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:32.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:32.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:58:32.745 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:58:32.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:32 smithi079 bash[28699]: cluster 2023-12-07T17:58:31.379466+0000 mgr.a (mgr.14403) 1762 : cluster 0 pgmap v1310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:33.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:33 smithi194 bash[32038]: audit 2023-12-07T17:58:32.248420+0000 mgr.a (mgr.14403) 1763 : audit 0 from='client.47829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:33.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:33 smithi135 bash[32435]: audit 2023-12-07T17:58:32.248420+0000 mgr.a (mgr.14403) 1763 : audit 0 from='client.47829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:33.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:33 smithi079 bash[28699]: audit 2023-12-07T17:58:32.248420+0000 mgr.a (mgr.14403) 1763 : audit 0 from='client.47829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:34.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:34 smithi194 bash[32038]: cluster 2023-12-07T17:58:33.380210+0000 mgr.a (mgr.14403) 1764 : cluster 0 pgmap v1311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:34.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:34 smithi135 bash[32435]: cluster 2023-12-07T17:58:33.380210+0000 mgr.a (mgr.14403) 1764 : cluster 0 pgmap v1311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:34.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:34 smithi079 bash[28699]: cluster 2023-12-07T17:58:33.380210+0000 mgr.a (mgr.14403) 1764 : cluster 0 pgmap v1311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:36.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:36 smithi194 bash[32038]: cluster 2023-12-07T17:58:35.381046+0000 mgr.a (mgr.14403) 1765 : cluster 0 pgmap v1312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:36.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:36 smithi135 bash[32435]: cluster 2023-12-07T17:58:35.381046+0000 mgr.a (mgr.14403) 1765 : cluster 0 pgmap v1312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:36.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:36 smithi079 bash[28699]: cluster 2023-12-07T17:58:35.381046+0000 mgr.a (mgr.14403) 1765 : cluster 0 pgmap v1312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:58:37.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:58:37.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:37.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:38.661 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:58:38.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:38.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:38.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:38.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:58:38.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:38 smithi194 bash[32038]: cluster 2023-12-07T17:58:37.381628+0000 mgr.a (mgr.14403) 1766 : cluster 0 pgmap v1313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:38.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:38 smithi135 bash[32435]: cluster 2023-12-07T17:58:37.381628+0000 mgr.a (mgr.14403) 1766 : cluster 0 pgmap v1313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:38.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:38 smithi079 bash[28699]: cluster 2023-12-07T17:58:37.381628+0000 mgr.a (mgr.14403) 1766 : cluster 0 pgmap v1313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:39.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:39 smithi135 bash[32435]: audit 2023-12-07T17:58:38.148534+0000 mgr.a (mgr.14403) 1767 : audit 0 from='client.47901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:39.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:39 smithi079 bash[28699]: audit 2023-12-07T17:58:38.148534+0000 mgr.a (mgr.14403) 1767 : audit 0 from='client.47901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:39.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:39 smithi194 bash[32038]: audit 2023-12-07T17:58:38.148534+0000 mgr.a (mgr.14403) 1767 : audit 0 from='client.47901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:40.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:40 smithi079 bash[28699]: cluster 2023-12-07T17:58:39.382508+0000 mgr.a (mgr.14403) 1768 : cluster 0 pgmap v1314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:58:40.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:40 smithi194 bash[32038]: cluster 2023-12-07T17:58:39.382508+0000 mgr.a (mgr.14403) 1768 : cluster 0 pgmap v1314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:58:40.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:40 smithi135 bash[32435]: cluster 2023-12-07T17:58:39.382508+0000 mgr.a (mgr.14403) 1768 : cluster 0 pgmap v1314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T17:58:42.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:42 smithi079 bash[28699]: cluster 2023-12-07T17:58:41.383124+0000 mgr.a (mgr.14403) 1769 : cluster 0 pgmap v1315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:58:42.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:42 smithi194 bash[32038]: cluster 2023-12-07T17:58:41.383124+0000 mgr.a (mgr.14403) 1769 : cluster 0 pgmap v1315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:58:42.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:42 smithi135 bash[32435]: cluster 2023-12-07T17:58:41.383124+0000 mgr.a (mgr.14403) 1769 : cluster 0 pgmap v1315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:58:43.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:58:43.665 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:43.665 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:44.548 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:58:44.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:44.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:44.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:44.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:58:44.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:44 smithi079 bash[28699]: cluster 2023-12-07T17:58:43.383629+0000 mgr.a (mgr.14403) 1770 : cluster 0 pgmap v1316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:58:44.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:44 smithi079 bash[28699]: audit 2023-12-07T17:58:44.028487+0000 mon.a (mon.0) 712 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:58:44.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:44 smithi194 bash[32038]: cluster 2023-12-07T17:58:43.383629+0000 mgr.a (mgr.14403) 1770 : cluster 0 pgmap v1316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:58:44.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:44 smithi194 bash[32038]: audit 2023-12-07T17:58:44.028487+0000 mon.a (mon.0) 712 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:58:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:44 smithi135 bash[32435]: cluster 2023-12-07T17:58:43.383629+0000 mgr.a (mgr.14403) 1770 : cluster 0 pgmap v1316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T17:58:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:44 smithi135 bash[32435]: audit 2023-12-07T17:58:44.028487+0000 mon.a (mon.0) 712 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:58:45.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:45 smithi079 bash[28699]: audit 2023-12-07T17:58:44.065946+0000 mgr.a (mgr.14403) 1771 : audit 0 from='client.47976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:45.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:45 smithi079 bash[28699]: audit 2023-12-07T17:58:44.781842+0000 mon.a (mon.0) 713 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:58:45.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:45 smithi079 bash[28699]: audit 2023-12-07T17:58:44.783810+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:58:45.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:45 smithi079 bash[28699]: audit 2023-12-07T17:58:44.793930+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:58:45.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:45 smithi194 bash[32038]: audit 2023-12-07T17:58:44.065946+0000 mgr.a (mgr.14403) 1771 : audit 0 from='client.47976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:45.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:45 smithi194 bash[32038]: audit 2023-12-07T17:58:44.781842+0000 mon.a (mon.0) 713 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:58:45.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:45 smithi194 bash[32038]: audit 2023-12-07T17:58:44.783810+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:58:45.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:45 smithi194 bash[32038]: audit 2023-12-07T17:58:44.793930+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:58:45.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:45 smithi135 bash[32435]: audit 2023-12-07T17:58:44.065946+0000 mgr.a (mgr.14403) 1771 : audit 0 from='client.47976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:45.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:45 smithi135 bash[32435]: audit 2023-12-07T17:58:44.781842+0000 mon.a (mon.0) 713 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:58:45.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:45 smithi135 bash[32435]: audit 2023-12-07T17:58:44.783810+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:58:45.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:45 smithi135 bash[32435]: audit 2023-12-07T17:58:44.793930+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:58:46.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:46 smithi079 bash[28699]: cluster 2023-12-07T17:58:45.384593+0000 mgr.a (mgr.14403) 1772 : cluster 0 pgmap v1317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:46.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:46 smithi194 bash[32038]: cluster 2023-12-07T17:58:45.384593+0000 mgr.a (mgr.14403) 1772 : cluster 0 pgmap v1317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:46 smithi135 bash[32435]: cluster 2023-12-07T17:58:45.384593+0000 mgr.a (mgr.14403) 1772 : cluster 0 pgmap v1317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:48.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:48 smithi079 bash[28699]: cluster 2023-12-07T17:58:47.385194+0000 mgr.a (mgr.14403) 1773 : cluster 0 pgmap v1318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:48.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:48 smithi194 bash[32038]: cluster 2023-12-07T17:58:47.385194+0000 mgr.a (mgr.14403) 1773 : cluster 0 pgmap v1318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:48 smithi135 bash[32435]: cluster 2023-12-07T17:58:47.385194+0000 mgr.a (mgr.14403) 1773 : cluster 0 pgmap v1318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:58:49.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:58:49.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:49.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:50.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:49 smithi079 bash[28699]: cluster 2023-12-07T17:58:49.385936+0000 mgr.a (mgr.14403) 1774 : cluster 0 pgmap v1319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:50.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:49 smithi194 bash[32038]: cluster 2023-12-07T17:58:49.385936+0000 mgr.a (mgr.14403) 1774 : cluster 0 pgmap v1319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:50.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:49 smithi135 bash[32435]: cluster 2023-12-07T17:58:49.385936+0000 mgr.a (mgr.14403) 1774 : cluster 0 pgmap v1319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:50.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:50.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:50.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:50.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:58:50.423 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:58:51.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:50 smithi079 bash[28699]: audit 2023-12-07T17:58:49.944617+0000 mgr.a (mgr.14403) 1775 : audit 0 from='client.48048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:51.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:50 smithi194 bash[32038]: audit 2023-12-07T17:58:49.944617+0000 mgr.a (mgr.14403) 1775 : audit 0 from='client.48048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:51.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:50 smithi135 bash[32435]: audit 2023-12-07T17:58:49.944617+0000 mgr.a (mgr.14403) 1775 : audit 0 from='client.48048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:52.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:51 smithi079 bash[28699]: cluster 2023-12-07T17:58:51.386711+0000 mgr.a (mgr.14403) 1776 : cluster 0 pgmap v1320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:58:52.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:51 smithi194 bash[32038]: cluster 2023-12-07T17:58:51.386711+0000 mgr.a (mgr.14403) 1776 : cluster 0 pgmap v1320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:58:52.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:51 smithi135 bash[32435]: cluster 2023-12-07T17:58:51.386711+0000 mgr.a (mgr.14403) 1776 : cluster 0 pgmap v1320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:58:54.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:54 smithi194 bash[32038]: cluster 2023-12-07T17:58:53.387446+0000 mgr.a (mgr.14403) 1777 : cluster 0 pgmap v1321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:58:54.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:54 smithi135 bash[32435]: cluster 2023-12-07T17:58:53.387446+0000 mgr.a (mgr.14403) 1777 : cluster 0 pgmap v1321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:58:54.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:54 smithi079 bash[28699]: cluster 2023-12-07T17:58:53.387446+0000 mgr.a (mgr.14403) 1777 : cluster 0 pgmap v1321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T17:58:55.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:58:55.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:58:55.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:58:56.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:58:56.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:58:56.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:58:56.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:58:56.315 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:58:56.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:56 smithi194 bash[32038]: cluster 2023-12-07T17:58:55.388380+0000 mgr.a (mgr.14403) 1778 : cluster 0 pgmap v1322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:58:56.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:56 smithi135 bash[32435]: cluster 2023-12-07T17:58:55.388380+0000 mgr.a (mgr.14403) 1778 : cluster 0 pgmap v1322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:58:56.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:56 smithi079 bash[28699]: cluster 2023-12-07T17:58:55.388380+0000 mgr.a (mgr.14403) 1778 : cluster 0 pgmap v1322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T17:58:57.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:57 smithi135 bash[32435]: audit 2023-12-07T17:58:55.823098+0000 mgr.a (mgr.14403) 1779 : audit 0 from='client.48126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:57.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:57 smithi079 bash[28699]: audit 2023-12-07T17:58:55.823098+0000 mgr.a (mgr.14403) 1779 : audit 0 from='client.48126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:57.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:57 smithi194 bash[32038]: audit 2023-12-07T17:58:55.823098+0000 mgr.a (mgr.14403) 1779 : audit 0 from='client.48126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:58:58.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:58 smithi135 bash[32435]: cluster 2023-12-07T17:58:57.389100+0000 mgr.a (mgr.14403) 1780 : cluster 0 pgmap v1323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:58.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:58 smithi079 bash[28699]: cluster 2023-12-07T17:58:57.389100+0000 mgr.a (mgr.14403) 1780 : cluster 0 pgmap v1323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:58:58.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:58 smithi194 bash[32038]: cluster 2023-12-07T17:58:57.389100+0000 mgr.a (mgr.14403) 1780 : cluster 0 pgmap v1323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:00.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:58:59 smithi079 bash[28699]: cluster 2023-12-07T17:58:59.389833+0000 mgr.a (mgr.14403) 1781 : cluster 0 pgmap v1324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:00.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:58:59 smithi194 bash[32038]: cluster 2023-12-07T17:58:59.389833+0000 mgr.a (mgr.14403) 1781 : cluster 0 pgmap v1324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:00.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:58:59 smithi135 bash[32435]: cluster 2023-12-07T17:58:59.389833+0000 mgr.a (mgr.14403) 1781 : cluster 0 pgmap v1324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:01.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:59:01.319 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:01.319 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:02.222 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:59:02.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:02.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:02.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:02.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:59:02.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:02 smithi194 bash[32038]: cluster 2023-12-07T17:59:01.390249+0000 mgr.a (mgr.14403) 1782 : cluster 0 pgmap v1325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:02.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:02 smithi135 bash[32435]: cluster 2023-12-07T17:59:01.390249+0000 mgr.a (mgr.14403) 1782 : cluster 0 pgmap v1325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:02.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:02 smithi079 bash[28699]: cluster 2023-12-07T17:59:01.390249+0000 mgr.a (mgr.14403) 1782 : cluster 0 pgmap v1325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:03.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:03 smithi079 bash[28699]: audit 2023-12-07T17:59:01.715673+0000 mgr.a (mgr.14403) 1783 : audit 0 from='client.48204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:03.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:03 smithi194 bash[32038]: audit 2023-12-07T17:59:01.715673+0000 mgr.a (mgr.14403) 1783 : audit 0 from='client.48204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:03.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:03 smithi135 bash[32435]: audit 2023-12-07T17:59:01.715673+0000 mgr.a (mgr.14403) 1783 : audit 0 from='client.48204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:04.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:04 smithi079 bash[28699]: cluster 2023-12-07T17:59:03.390820+0000 mgr.a (mgr.14403) 1784 : cluster 0 pgmap v1326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:04.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:04 smithi194 bash[32038]: cluster 2023-12-07T17:59:03.390820+0000 mgr.a (mgr.14403) 1784 : cluster 0 pgmap v1326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:04.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:04 smithi135 bash[32435]: cluster 2023-12-07T17:59:03.390820+0000 mgr.a (mgr.14403) 1784 : cluster 0 pgmap v1326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:06.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:06 smithi079 bash[28699]: cluster 2023-12-07T17:59:05.391655+0000 mgr.a (mgr.14403) 1785 : cluster 0 pgmap v1327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:06.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:06 smithi194 bash[32038]: cluster 2023-12-07T17:59:05.391655+0000 mgr.a (mgr.14403) 1785 : cluster 0 pgmap v1327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:06.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:06 smithi135 bash[32435]: cluster 2023-12-07T17:59:05.391655+0000 mgr.a (mgr.14403) 1785 : cluster 0 pgmap v1327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:07.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:59:07.226 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:07.226 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:08.132 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:59:08.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:08.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:08.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:08.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:59:08.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:08 smithi079 bash[28699]: cluster 2023-12-07T17:59:07.392056+0000 mgr.a (mgr.14403) 1786 : cluster 0 pgmap v1328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:08.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:08 smithi079 bash[28699]: audit 2023-12-07T17:59:07.625741+0000 mgr.a (mgr.14403) 1787 : audit 0 from='client.48282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:08.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:08 smithi194 bash[32038]: cluster 2023-12-07T17:59:07.392056+0000 mgr.a (mgr.14403) 1786 : cluster 0 pgmap v1328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:08.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:08 smithi194 bash[32038]: audit 2023-12-07T17:59:07.625741+0000 mgr.a (mgr.14403) 1787 : audit 0 from='client.48282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:08.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:08 smithi135 bash[32435]: cluster 2023-12-07T17:59:07.392056+0000 mgr.a (mgr.14403) 1786 : cluster 0 pgmap v1328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:08.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:08 smithi135 bash[32435]: audit 2023-12-07T17:59:07.625741+0000 mgr.a (mgr.14403) 1787 : audit 0 from='client.48282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:10.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:09 smithi079 bash[28699]: cluster 2023-12-07T17:59:09.392888+0000 mgr.a (mgr.14403) 1788 : cluster 0 pgmap v1329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:10.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:09 smithi194 bash[32038]: cluster 2023-12-07T17:59:09.392888+0000 mgr.a (mgr.14403) 1788 : cluster 0 pgmap v1329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:10.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:09 smithi135 bash[32435]: cluster 2023-12-07T17:59:09.392888+0000 mgr.a (mgr.14403) 1788 : cluster 0 pgmap v1329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:12.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:12 smithi194 bash[32038]: cluster 2023-12-07T17:59:11.393410+0000 mgr.a (mgr.14403) 1789 : cluster 0 pgmap v1330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:12.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:12 smithi135 bash[32435]: cluster 2023-12-07T17:59:11.393410+0000 mgr.a (mgr.14403) 1789 : cluster 0 pgmap v1330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:12.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:12 smithi079 bash[28699]: cluster 2023-12-07T17:59:11.393410+0000 mgr.a (mgr.14403) 1789 : cluster 0 pgmap v1330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:13.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:59:13.135 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:13.135 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:14.041 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:59:14.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:14.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:14.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:14.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:59:14.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:14 smithi194 bash[32038]: cluster 2023-12-07T17:59:13.393945+0000 mgr.a (mgr.14403) 1790 : cluster 0 pgmap v1331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:14.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:14 smithi194 bash[32038]: audit 2023-12-07T17:59:13.536788+0000 mgr.a (mgr.14403) 1791 : audit 0 from='client.48357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:14.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:14 smithi135 bash[32435]: cluster 2023-12-07T17:59:13.393945+0000 mgr.a (mgr.14403) 1790 : cluster 0 pgmap v1331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:14.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:14 smithi135 bash[32435]: audit 2023-12-07T17:59:13.536788+0000 mgr.a (mgr.14403) 1791 : audit 0 from='client.48357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:14.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:14 smithi079 bash[28699]: cluster 2023-12-07T17:59:13.393945+0000 mgr.a (mgr.14403) 1790 : cluster 0 pgmap v1331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:14.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:14 smithi079 bash[28699]: audit 2023-12-07T17:59:13.536788+0000 mgr.a (mgr.14403) 1791 : audit 0 from='client.48357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:16.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:16 smithi079 bash[28699]: cluster 2023-12-07T17:59:15.394936+0000 mgr.a (mgr.14403) 1792 : cluster 0 pgmap v1332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:16.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:16 smithi194 bash[32038]: cluster 2023-12-07T17:59:15.394936+0000 mgr.a (mgr.14403) 1792 : cluster 0 pgmap v1332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:16.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:16 smithi135 bash[32435]: cluster 2023-12-07T17:59:15.394936+0000 mgr.a (mgr.14403) 1792 : cluster 0 pgmap v1332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:18.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:18 smithi079 bash[28699]: cluster 2023-12-07T17:59:17.395478+0000 mgr.a (mgr.14403) 1793 : cluster 0 pgmap v1333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:18.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:18 smithi194 bash[32038]: cluster 2023-12-07T17:59:17.395478+0000 mgr.a (mgr.14403) 1793 : cluster 0 pgmap v1333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:18.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:18 smithi135 bash[32435]: cluster 2023-12-07T17:59:17.395478+0000 mgr.a (mgr.14403) 1793 : cluster 0 pgmap v1333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:19.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:59:19.045 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:19.045 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:19.932 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:59:19.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:19.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:19.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:19.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:59:20.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:19 smithi079 bash[28699]: cluster 2023-12-07T17:59:19.396226+0000 mgr.a (mgr.14403) 1794 : cluster 0 pgmap v1334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:20.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:19 smithi079 bash[28699]: audit 2023-12-07T17:59:19.440469+0000 mgr.a (mgr.14403) 1795 : audit 0 from='client.48432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:20.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:19 smithi194 bash[32038]: cluster 2023-12-07T17:59:19.396226+0000 mgr.a (mgr.14403) 1794 : cluster 0 pgmap v1334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:20.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:19 smithi194 bash[32038]: audit 2023-12-07T17:59:19.440469+0000 mgr.a (mgr.14403) 1795 : audit 0 from='client.48432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:20.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:19 smithi135 bash[32435]: cluster 2023-12-07T17:59:19.396226+0000 mgr.a (mgr.14403) 1794 : cluster 0 pgmap v1334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:20.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:19 smithi135 bash[32435]: audit 2023-12-07T17:59:19.440469+0000 mgr.a (mgr.14403) 1795 : audit 0 from='client.48432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:22.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:22 smithi194 bash[32038]: cluster 2023-12-07T17:59:21.396886+0000 mgr.a (mgr.14403) 1796 : cluster 0 pgmap v1335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:22.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:22 smithi135 bash[32435]: cluster 2023-12-07T17:59:21.396886+0000 mgr.a (mgr.14403) 1796 : cluster 0 pgmap v1335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:22.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:22 smithi079 bash[28699]: cluster 2023-12-07T17:59:21.396886+0000 mgr.a (mgr.14403) 1796 : cluster 0 pgmap v1335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:24.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:24 smithi135 bash[32435]: cluster 2023-12-07T17:59:23.397443+0000 mgr.a (mgr.14403) 1797 : cluster 0 pgmap v1336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:24.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:24 smithi079 bash[28699]: cluster 2023-12-07T17:59:23.397443+0000 mgr.a (mgr.14403) 1797 : cluster 0 pgmap v1336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:24.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:59:24.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:24.937 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:24.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:24 smithi194 bash[32038]: cluster 2023-12-07T17:59:23.397443+0000 mgr.a (mgr.14403) 1797 : cluster 0 pgmap v1336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:25.833 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:59:25.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:25.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:25.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:25.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:59:26.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:26 smithi079 bash[28699]: audit 2023-12-07T17:59:25.331477+0000 mgr.a (mgr.14403) 1798 : audit 0 from='client.48510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:26.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:26 smithi079 bash[28699]: cluster 2023-12-07T17:59:25.398223+0000 mgr.a (mgr.14403) 1799 : cluster 0 pgmap v1337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:26.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:26 smithi194 bash[32038]: audit 2023-12-07T17:59:25.331477+0000 mgr.a (mgr.14403) 1798 : audit 0 from='client.48510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:26.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:26 smithi194 bash[32038]: cluster 2023-12-07T17:59:25.398223+0000 mgr.a (mgr.14403) 1799 : cluster 0 pgmap v1337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:26.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:26 smithi135 bash[32435]: audit 2023-12-07T17:59:25.331477+0000 mgr.a (mgr.14403) 1798 : audit 0 from='client.48510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:26.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:26 smithi135 bash[32435]: cluster 2023-12-07T17:59:25.398223+0000 mgr.a (mgr.14403) 1799 : cluster 0 pgmap v1337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:28.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:28 smithi079 bash[28699]: cluster 2023-12-07T17:59:27.399002+0000 mgr.a (mgr.14403) 1800 : cluster 0 pgmap v1338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:28.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:28 smithi194 bash[32038]: cluster 2023-12-07T17:59:27.399002+0000 mgr.a (mgr.14403) 1800 : cluster 0 pgmap v1338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:28.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:28 smithi135 bash[32435]: cluster 2023-12-07T17:59:27.399002+0000 mgr.a (mgr.14403) 1800 : cluster 0 pgmap v1338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:30.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:29 smithi079 bash[28699]: cluster 2023-12-07T17:59:29.399908+0000 mgr.a (mgr.14403) 1801 : cluster 0 pgmap v1339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:30.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:29 smithi194 bash[32038]: cluster 2023-12-07T17:59:29.399908+0000 mgr.a (mgr.14403) 1801 : cluster 0 pgmap v1339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:30.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:29 smithi135 bash[32435]: cluster 2023-12-07T17:59:29.399908+0000 mgr.a (mgr.14403) 1801 : cluster 0 pgmap v1339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:30.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:59:30.837 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:30.837 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:31.737 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:59:31.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:31.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:31.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:31.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:59:32.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:32 smithi135 bash[32435]: audit 2023-12-07T17:59:31.232301+0000 mgr.a (mgr.14403) 1802 : audit 0 from='client.48588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:32.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:32 smithi135 bash[32435]: cluster 2023-12-07T17:59:31.400703+0000 mgr.a (mgr.14403) 1803 : cluster 0 pgmap v1340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:32.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:32 smithi079 bash[28699]: audit 2023-12-07T17:59:31.232301+0000 mgr.a (mgr.14403) 1802 : audit 0 from='client.48588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:32.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:32 smithi079 bash[28699]: cluster 2023-12-07T17:59:31.400703+0000 mgr.a (mgr.14403) 1803 : cluster 0 pgmap v1340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:32.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:32 smithi194 bash[32038]: audit 2023-12-07T17:59:31.232301+0000 mgr.a (mgr.14403) 1802 : audit 0 from='client.48588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:32.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:32 smithi194 bash[32038]: cluster 2023-12-07T17:59:31.400703+0000 mgr.a (mgr.14403) 1803 : cluster 0 pgmap v1340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:34.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:34 smithi079 bash[28699]: cluster 2023-12-07T17:59:33.401482+0000 mgr.a (mgr.14403) 1804 : cluster 0 pgmap v1341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:34.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:34 smithi194 bash[32038]: cluster 2023-12-07T17:59:33.401482+0000 mgr.a (mgr.14403) 1804 : cluster 0 pgmap v1341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:34.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:34 smithi135 bash[32435]: cluster 2023-12-07T17:59:33.401482+0000 mgr.a (mgr.14403) 1804 : cluster 0 pgmap v1341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:36.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:59:36.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:36.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:36.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:36 smithi079 bash[28699]: cluster 2023-12-07T17:59:35.402308+0000 mgr.a (mgr.14403) 1805 : cluster 0 pgmap v1342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:36.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:36 smithi194 bash[32038]: cluster 2023-12-07T17:59:35.402308+0000 mgr.a (mgr.14403) 1805 : cluster 0 pgmap v1342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:36.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:36 smithi135 bash[32435]: cluster 2023-12-07T17:59:35.402308+0000 mgr.a (mgr.14403) 1805 : cluster 0 pgmap v1342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:37.640 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:59:37.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:37.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:37.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:37.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:59:38.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:38 smithi079 bash[28699]: audit 2023-12-07T17:59:37.135673+0000 mgr.a (mgr.14403) 1806 : audit 0 from='client.48666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:38.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:38 smithi079 bash[28699]: cluster 2023-12-07T17:59:37.403352+0000 mgr.a (mgr.14403) 1807 : cluster 0 pgmap v1343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:38.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:38 smithi194 bash[32038]: audit 2023-12-07T17:59:37.135673+0000 mgr.a (mgr.14403) 1806 : audit 0 from='client.48666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:38.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:38 smithi194 bash[32038]: cluster 2023-12-07T17:59:37.403352+0000 mgr.a (mgr.14403) 1807 : cluster 0 pgmap v1343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:38.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:38 smithi135 bash[32435]: audit 2023-12-07T17:59:37.135673+0000 mgr.a (mgr.14403) 1806 : audit 0 from='client.48666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:38.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:38 smithi135 bash[32435]: cluster 2023-12-07T17:59:37.403352+0000 mgr.a (mgr.14403) 1807 : cluster 0 pgmap v1343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:40.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:39 smithi079 bash[28699]: cluster 2023-12-07T17:59:39.404401+0000 mgr.a (mgr.14403) 1808 : cluster 0 pgmap v1344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:40.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:39 smithi194 bash[32038]: cluster 2023-12-07T17:59:39.404401+0000 mgr.a (mgr.14403) 1808 : cluster 0 pgmap v1344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:40.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:39 smithi135 bash[32435]: cluster 2023-12-07T17:59:39.404401+0000 mgr.a (mgr.14403) 1808 : cluster 0 pgmap v1344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:42.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:59:42.644 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:42.644 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:42.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:42 smithi079 bash[28699]: cluster 2023-12-07T17:59:41.405055+0000 mgr.a (mgr.14403) 1809 : cluster 0 pgmap v1345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:42.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:42 smithi194 bash[32038]: cluster 2023-12-07T17:59:41.405055+0000 mgr.a (mgr.14403) 1809 : cluster 0 pgmap v1345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:42.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:42 smithi135 bash[32435]: cluster 2023-12-07T17:59:41.405055+0000 mgr.a (mgr.14403) 1809 : cluster 0 pgmap v1345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:43.535 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:59:43.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:43.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:43.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:43.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:59:44.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:44 smithi079 bash[28699]: audit 2023-12-07T17:59:43.041051+0000 mgr.a (mgr.14403) 1810 : audit 0 from='client.48738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:44.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:44 smithi079 bash[28699]: cluster 2023-12-07T17:59:43.410068+0000 mgr.a (mgr.14403) 1811 : cluster 0 pgmap v1346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:44.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:44 smithi194 bash[32038]: audit 2023-12-07T17:59:43.041051+0000 mgr.a (mgr.14403) 1810 : audit 0 from='client.48738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:44.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:44 smithi194 bash[32038]: cluster 2023-12-07T17:59:43.410068+0000 mgr.a (mgr.14403) 1811 : cluster 0 pgmap v1346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:44 smithi135 bash[32435]: audit 2023-12-07T17:59:43.041051+0000 mgr.a (mgr.14403) 1810 : audit 0 from='client.48738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:44 smithi135 bash[32435]: cluster 2023-12-07T17:59:43.410068+0000 mgr.a (mgr.14403) 1811 : cluster 0 pgmap v1346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:45.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:45 smithi079 bash[28699]: audit 2023-12-07T17:59:44.898344+0000 mon.a (mon.0) 716 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:59:45.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:45 smithi079 bash[28699]: audit 2023-12-07T17:59:45.429685+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:59:45.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:45 smithi079 bash[28699]: audit 2023-12-07T17:59:45.435348+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:59:45.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:45 smithi194 bash[32038]: audit 2023-12-07T17:59:44.898344+0000 mon.a (mon.0) 716 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:59:45.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:45 smithi194 bash[32038]: audit 2023-12-07T17:59:45.429685+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:59:45.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:45 smithi194 bash[32038]: audit 2023-12-07T17:59:45.435348+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:59:45.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:45 smithi135 bash[32435]: audit 2023-12-07T17:59:44.898344+0000 mon.a (mon.0) 716 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T17:59:45.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:45 smithi135 bash[32435]: audit 2023-12-07T17:59:45.429685+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:59:45.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:45 smithi135 bash[32435]: audit 2023-12-07T17:59:45.435348+0000 mon.a (mon.0) 718 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:59:46.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:46 smithi079 bash[28699]: cluster 2023-12-07T17:59:45.411094+0000 mgr.a (mgr.14403) 1812 : cluster 0 pgmap v1347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:46.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:46 smithi079 bash[28699]: audit 2023-12-07T17:59:46.150732+0000 mon.a (mon.0) 719 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:59:46.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:46 smithi079 bash[28699]: audit 2023-12-07T17:59:46.151743+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:59:46.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:46 smithi079 bash[28699]: audit 2023-12-07T17:59:46.159465+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:59:46.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:46 smithi194 bash[32038]: cluster 2023-12-07T17:59:45.411094+0000 mgr.a (mgr.14403) 1812 : cluster 0 pgmap v1347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:46.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:46 smithi194 bash[32038]: audit 2023-12-07T17:59:46.150732+0000 mon.a (mon.0) 719 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:59:46.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:46 smithi194 bash[32038]: audit 2023-12-07T17:59:46.151743+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:59:46.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:46 smithi194 bash[32038]: audit 2023-12-07T17:59:46.159465+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:59:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:46 smithi135 bash[32435]: cluster 2023-12-07T17:59:45.411094+0000 mgr.a (mgr.14403) 1812 : cluster 0 pgmap v1347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T17:59:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:46 smithi135 bash[32435]: audit 2023-12-07T17:59:46.150732+0000 mon.a (mon.0) 719 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T17:59:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:46 smithi135 bash[32435]: audit 2023-12-07T17:59:46.151743+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T17:59:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:46 smithi135 bash[32435]: audit 2023-12-07T17:59:46.159465+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T17:59:48.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:59:48.539 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:48.539 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:48.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:48 smithi079 bash[28699]: cluster 2023-12-07T17:59:47.411653+0000 mgr.a (mgr.14403) 1813 : cluster 0 pgmap v1348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:48.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:48 smithi194 bash[32038]: cluster 2023-12-07T17:59:47.411653+0000 mgr.a (mgr.14403) 1813 : cluster 0 pgmap v1348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:48 smithi135 bash[32435]: cluster 2023-12-07T17:59:47.411653+0000 mgr.a (mgr.14403) 1813 : cluster 0 pgmap v1348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:49.447 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:59:49.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:49.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:49.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:49.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:59:50.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:49 smithi079 bash[28699]: audit 2023-12-07T17:59:48.933358+0000 mgr.a (mgr.14403) 1814 : audit 0 from='client.48810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:50.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:49 smithi079 bash[28699]: cluster 2023-12-07T17:59:49.412287+0000 mgr.a (mgr.14403) 1815 : cluster 0 pgmap v1349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:50.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:49 smithi194 bash[32038]: audit 2023-12-07T17:59:48.933358+0000 mgr.a (mgr.14403) 1814 : audit 0 from='client.48810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:50.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:49 smithi194 bash[32038]: cluster 2023-12-07T17:59:49.412287+0000 mgr.a (mgr.14403) 1815 : cluster 0 pgmap v1349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:50.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:49 smithi135 bash[32435]: audit 2023-12-07T17:59:48.933358+0000 mgr.a (mgr.14403) 1814 : audit 0 from='client.48810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:50.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:49 smithi135 bash[32435]: cluster 2023-12-07T17:59:49.412287+0000 mgr.a (mgr.14403) 1815 : cluster 0 pgmap v1349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:52.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:52 smithi079 bash[28699]: cluster 2023-12-07T17:59:51.412834+0000 mgr.a (mgr.14403) 1816 : cluster 0 pgmap v1350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:52.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:52 smithi194 bash[32038]: cluster 2023-12-07T17:59:51.412834+0000 mgr.a (mgr.14403) 1816 : cluster 0 pgmap v1350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:52.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:52 smithi135 bash[32435]: cluster 2023-12-07T17:59:51.412834+0000 mgr.a (mgr.14403) 1816 : cluster 0 pgmap v1350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:54.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T17:59:54.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T17:59:54.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T17:59:54.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:54 smithi079 bash[28699]: cluster 2023-12-07T17:59:53.413392+0000 mgr.a (mgr.14403) 1817 : cluster 0 pgmap v1351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:54.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:54 smithi194 bash[32038]: cluster 2023-12-07T17:59:53.413392+0000 mgr.a (mgr.14403) 1817 : cluster 0 pgmap v1351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:54.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:54 smithi135 bash[32435]: cluster 2023-12-07T17:59:53.413392+0000 mgr.a (mgr.14403) 1817 : cluster 0 pgmap v1351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:55.329 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T17:59:55.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T17:59:55.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T17:59:55.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T17:59:55.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T17:59:56.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:56 smithi079 bash[28699]: audit 2023-12-07T17:59:54.841852+0000 mgr.a (mgr.14403) 1818 : audit 0 from='client.48888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:56.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:56 smithi079 bash[28699]: cluster 2023-12-07T17:59:55.414507+0000 mgr.a (mgr.14403) 1819 : cluster 0 pgmap v1352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:56.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:56 smithi194 bash[32038]: audit 2023-12-07T17:59:54.841852+0000 mgr.a (mgr.14403) 1818 : audit 0 from='client.48888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:56.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:56 smithi194 bash[32038]: cluster 2023-12-07T17:59:55.414507+0000 mgr.a (mgr.14403) 1819 : cluster 0 pgmap v1352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:56.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:56 smithi135 bash[32435]: audit 2023-12-07T17:59:54.841852+0000 mgr.a (mgr.14403) 1818 : audit 0 from='client.48888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T17:59:56.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:56 smithi135 bash[32435]: cluster 2023-12-07T17:59:55.414507+0000 mgr.a (mgr.14403) 1819 : cluster 0 pgmap v1352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T17:59:58.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:58 smithi079 bash[28699]: cluster 2023-12-07T17:59:57.415110+0000 mgr.a (mgr.14403) 1820 : cluster 0 pgmap v1353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:58.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:58 smithi194 bash[32038]: cluster 2023-12-07T17:59:57.415110+0000 mgr.a (mgr.14403) 1820 : cluster 0 pgmap v1353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T17:59:58.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:58 smithi135 bash[32435]: cluster 2023-12-07T17:59:57.415110+0000 mgr.a (mgr.14403) 1820 : cluster 0 pgmap v1353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:00.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 17:59:59 smithi079 bash[28699]: cluster 2023-12-07T17:59:59.415899+0000 mgr.a (mgr.14403) 1821 : cluster 0 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-07T18:00:00.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 17:59:59 smithi194 bash[32038]: cluster 2023-12-07T17:59:59.415899+0000 mgr.a (mgr.14403) 1821 : cluster 0 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-07T18:00:00.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 17:59:59 smithi135 bash[32435]: cluster 2023-12-07T17:59:59.415899+0000 mgr.a (mgr.14403) 1821 : cluster 0 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-07T18:00:00.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:00:00.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:00.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:01.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:00 smithi079 bash[28699]: cluster 2023-12-07T18:00:00.000162+0000 mon.a (mon.0) 722 : cluster 1 overall HEALTH_OK 2023-12-07T18:00:01.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:00 smithi194 bash[32038]: cluster 2023-12-07T18:00:00.000162+0000 mon.a (mon.0) 722 : cluster 1 overall HEALTH_OK 2023-12-07T18:00:01.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:00 smithi135 bash[32435]: cluster 2023-12-07T18:00:00.000162+0000 mon.a (mon.0) 722 : cluster 1 overall HEALTH_OK 2023-12-07T18:00:01.222 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:00:01.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:01.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:01.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:01.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:00:02.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:01 smithi079 bash[28699]: audit 2023-12-07T18:00:00.730052+0000 mgr.a (mgr.14403) 1822 : audit 0 from='client.48963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:02.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:01 smithi079 bash[28699]: cluster 2023-12-07T18:00:01.416622+0000 mgr.a (mgr.14403) 1823 : cluster 0 pgmap v1355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:02.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:01 smithi194 bash[32038]: audit 2023-12-07T18:00:00.730052+0000 mgr.a (mgr.14403) 1822 : audit 0 from='client.48963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:02.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:01 smithi194 bash[32038]: cluster 2023-12-07T18:00:01.416622+0000 mgr.a (mgr.14403) 1823 : cluster 0 pgmap v1355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:02.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:01 smithi135 bash[32435]: audit 2023-12-07T18:00:00.730052+0000 mgr.a (mgr.14403) 1822 : audit 0 from='client.48963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:02.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:01 smithi135 bash[32435]: cluster 2023-12-07T18:00:01.416622+0000 mgr.a (mgr.14403) 1823 : cluster 0 pgmap v1355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:04.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:04 smithi079 bash[28699]: cluster 2023-12-07T18:00:03.417379+0000 mgr.a (mgr.14403) 1824 : cluster 0 pgmap v1356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:04.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:04 smithi194 bash[32038]: cluster 2023-12-07T18:00:03.417379+0000 mgr.a (mgr.14403) 1824 : cluster 0 pgmap v1356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:04.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:04 smithi135 bash[32435]: cluster 2023-12-07T18:00:03.417379+0000 mgr.a (mgr.14403) 1824 : cluster 0 pgmap v1356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:06.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:00:06.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:06.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:06.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:06 smithi079 bash[28699]: cluster 2023-12-07T18:00:05.418008+0000 mgr.a (mgr.14403) 1825 : cluster 0 pgmap v1357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:06.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:06 smithi194 bash[32038]: cluster 2023-12-07T18:00:05.418008+0000 mgr.a (mgr.14403) 1825 : cluster 0 pgmap v1357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:06.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:06 smithi135 bash[32435]: cluster 2023-12-07T18:00:05.418008+0000 mgr.a (mgr.14403) 1825 : cluster 0 pgmap v1357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:07.124 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:00:07.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:07.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:07.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:07.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:00:07.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:07 smithi079 bash[28699]: audit 2023-12-07T18:00:06.623524+0000 mgr.a (mgr.14403) 1826 : audit 0 from='client.49041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:07.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:07 smithi194 bash[32038]: audit 2023-12-07T18:00:06.623524+0000 mgr.a (mgr.14403) 1826 : audit 0 from='client.49041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:07.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:07 smithi135 bash[32435]: audit 2023-12-07T18:00:06.623524+0000 mgr.a (mgr.14403) 1826 : audit 0 from='client.49041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:08.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:08 smithi079 bash[28699]: cluster 2023-12-07T18:00:07.418675+0000 mgr.a (mgr.14403) 1827 : cluster 0 pgmap v1358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:08.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:08 smithi194 bash[32038]: cluster 2023-12-07T18:00:07.418675+0000 mgr.a (mgr.14403) 1827 : cluster 0 pgmap v1358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:08.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:08 smithi135 bash[32435]: cluster 2023-12-07T18:00:07.418675+0000 mgr.a (mgr.14403) 1827 : cluster 0 pgmap v1358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:10.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:09 smithi079 bash[28699]: cluster 2023-12-07T18:00:09.419641+0000 mgr.a (mgr.14403) 1828 : cluster 0 pgmap v1359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:10.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:09 smithi194 bash[32038]: cluster 2023-12-07T18:00:09.419641+0000 mgr.a (mgr.14403) 1828 : cluster 0 pgmap v1359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:10.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:09 smithi135 bash[32435]: cluster 2023-12-07T18:00:09.419641+0000 mgr.a (mgr.14403) 1828 : cluster 0 pgmap v1359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:12.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:00:12.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:12.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:12.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:12 smithi079 bash[28699]: cluster 2023-12-07T18:00:11.420249+0000 mgr.a (mgr.14403) 1829 : cluster 0 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-07T18:00:12.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:12 smithi194 bash[32038]: cluster 2023-12-07T18:00:11.420249+0000 mgr.a (mgr.14403) 1829 : cluster 0 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-07T18:00:12.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:12 smithi135 bash[32435]: cluster 2023-12-07T18:00:11.420249+0000 mgr.a (mgr.14403) 1829 : cluster 0 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-07T18:00:13.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:13.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:13.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:13.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:00:13.024 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:00:13.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:13 smithi079 bash[28699]: audit 2023-12-07T18:00:12.524242+0000 mgr.a (mgr.14403) 1830 : audit 0 from='client.49119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:13.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:13 smithi194 bash[32038]: audit 2023-12-07T18:00:12.524242+0000 mgr.a (mgr.14403) 1830 : audit 0 from='client.49119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:13.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:13 smithi135 bash[32435]: audit 2023-12-07T18:00:12.524242+0000 mgr.a (mgr.14403) 1830 : audit 0 from='client.49119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:14.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:14 smithi079 bash[28699]: cluster 2023-12-07T18:00:13.421122+0000 mgr.a (mgr.14403) 1831 : cluster 0 pgmap v1361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:14.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:14 smithi194 bash[32038]: cluster 2023-12-07T18:00:13.421122+0000 mgr.a (mgr.14403) 1831 : cluster 0 pgmap v1361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:14.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:14 smithi135 bash[32435]: cluster 2023-12-07T18:00:13.421122+0000 mgr.a (mgr.14403) 1831 : cluster 0 pgmap v1361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:16.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:16 smithi079 bash[28699]: cluster 2023-12-07T18:00:15.421770+0000 mgr.a (mgr.14403) 1832 : cluster 0 pgmap v1362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:00:16.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:16 smithi194 bash[32038]: cluster 2023-12-07T18:00:15.421770+0000 mgr.a (mgr.14403) 1832 : cluster 0 pgmap v1362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:00:16.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:16 smithi135 bash[32435]: cluster 2023-12-07T18:00:15.421770+0000 mgr.a (mgr.14403) 1832 : cluster 0 pgmap v1362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:00:18.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:00:18.027 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:18.027 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:18.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:18 smithi079 bash[28699]: cluster 2023-12-07T18:00:17.422383+0000 mgr.a (mgr.14403) 1833 : cluster 0 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-07T18:00:18.944 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:00:18.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:18.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:18.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:18.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:00:18.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:18 smithi194 bash[32038]: cluster 2023-12-07T18:00:17.422383+0000 mgr.a (mgr.14403) 1833 : cluster 0 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-07T18:00:18.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:18 smithi135 bash[32435]: cluster 2023-12-07T18:00:17.422383+0000 mgr.a (mgr.14403) 1833 : cluster 0 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-07T18:00:19.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:19 smithi079 bash[28699]: audit 2023-12-07T18:00:18.423271+0000 mgr.a (mgr.14403) 1834 : audit 0 from='client.49194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:19.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:19 smithi194 bash[32038]: audit 2023-12-07T18:00:18.423271+0000 mgr.a (mgr.14403) 1834 : audit 0 from='client.49194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:19.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:19 smithi135 bash[32435]: audit 2023-12-07T18:00:18.423271+0000 mgr.a (mgr.14403) 1834 : audit 0 from='client.49194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:20.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:20 smithi079 bash[28699]: cluster 2023-12-07T18:00:19.423454+0000 mgr.a (mgr.14403) 1835 : cluster 0 pgmap v1364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:20.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:20 smithi194 bash[32038]: cluster 2023-12-07T18:00:19.423454+0000 mgr.a (mgr.14403) 1835 : cluster 0 pgmap v1364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:20.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:20 smithi135 bash[32435]: cluster 2023-12-07T18:00:19.423454+0000 mgr.a (mgr.14403) 1835 : cluster 0 pgmap v1364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:22.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:22 smithi079 bash[28699]: cluster 2023-12-07T18:00:21.424047+0000 mgr.a (mgr.14403) 1836 : cluster 0 pgmap v1365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:22.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:22 smithi194 bash[32038]: cluster 2023-12-07T18:00:21.424047+0000 mgr.a (mgr.14403) 1836 : cluster 0 pgmap v1365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:22.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:22 smithi135 bash[32435]: cluster 2023-12-07T18:00:21.424047+0000 mgr.a (mgr.14403) 1836 : cluster 0 pgmap v1365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:23.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:00:23.948 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:23.948 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:24.874 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:00:24.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:24.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:24.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:24.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:00:24.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:24 smithi079 bash[28699]: cluster 2023-12-07T18:00:23.424744+0000 mgr.a (mgr.14403) 1837 : cluster 0 pgmap v1366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:00:24.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:24 smithi194 bash[32038]: cluster 2023-12-07T18:00:23.424744+0000 mgr.a (mgr.14403) 1837 : cluster 0 pgmap v1366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:00:24.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:24 smithi135 bash[32435]: cluster 2023-12-07T18:00:23.424744+0000 mgr.a (mgr.14403) 1837 : cluster 0 pgmap v1366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:00:25.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:25 smithi079 bash[28699]: audit 2023-12-07T18:00:24.350666+0000 mgr.a (mgr.14403) 1838 : audit 0 from='client.49272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:25.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:25 smithi194 bash[32038]: audit 2023-12-07T18:00:24.350666+0000 mgr.a (mgr.14403) 1838 : audit 0 from='client.49272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:25.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:25 smithi135 bash[32435]: audit 2023-12-07T18:00:24.350666+0000 mgr.a (mgr.14403) 1838 : audit 0 from='client.49272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:26.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:26 smithi079 bash[28699]: cluster 2023-12-07T18:00:25.425612+0000 mgr.a (mgr.14403) 1839 : cluster 0 pgmap v1367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:00:26.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:26 smithi194 bash[32038]: cluster 2023-12-07T18:00:25.425612+0000 mgr.a (mgr.14403) 1839 : cluster 0 pgmap v1367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:00:26.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:26 smithi135 bash[32435]: cluster 2023-12-07T18:00:25.425612+0000 mgr.a (mgr.14403) 1839 : cluster 0 pgmap v1367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:00:28.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:28 smithi079 bash[28699]: cluster 2023-12-07T18:00:27.426192+0000 mgr.a (mgr.14403) 1840 : cluster 0 pgmap v1368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:28.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:28 smithi194 bash[32038]: cluster 2023-12-07T18:00:27.426192+0000 mgr.a (mgr.14403) 1840 : cluster 0 pgmap v1368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:28.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:28 smithi135 bash[32435]: cluster 2023-12-07T18:00:27.426192+0000 mgr.a (mgr.14403) 1840 : cluster 0 pgmap v1368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:29.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:00:29.876 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:29.876 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:30.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:29 smithi079 bash[28699]: cluster 2023-12-07T18:00:29.427036+0000 mgr.a (mgr.14403) 1841 : cluster 0 pgmap v1369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:30.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:29 smithi194 bash[32038]: cluster 2023-12-07T18:00:29.427036+0000 mgr.a (mgr.14403) 1841 : cluster 0 pgmap v1369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:30.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:29 smithi135 bash[32435]: cluster 2023-12-07T18:00:29.427036+0000 mgr.a (mgr.14403) 1841 : cluster 0 pgmap v1369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:30.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:30.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:30.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:30.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:00:30.791 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:00:31.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:30 smithi079 bash[28699]: audit 2023-12-07T18:00:30.271116+0000 mgr.a (mgr.14403) 1842 : audit 0 from='client.49344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:31.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:30 smithi194 bash[32038]: audit 2023-12-07T18:00:30.271116+0000 mgr.a (mgr.14403) 1842 : audit 0 from='client.49344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:31.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:30 smithi135 bash[32435]: audit 2023-12-07T18:00:30.271116+0000 mgr.a (mgr.14403) 1842 : audit 0 from='client.49344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:32.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:31 smithi079 bash[28699]: cluster 2023-12-07T18:00:31.427864+0000 mgr.a (mgr.14403) 1843 : cluster 0 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-07T18:00:32.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:31 smithi194 bash[32038]: cluster 2023-12-07T18:00:31.427864+0000 mgr.a (mgr.14403) 1843 : cluster 0 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-07T18:00:32.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:31 smithi135 bash[32435]: cluster 2023-12-07T18:00:31.427864+0000 mgr.a (mgr.14403) 1843 : cluster 0 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-07T18:00:34.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:34 smithi079 bash[28699]: cluster 2023-12-07T18:00:33.428665+0000 mgr.a (mgr.14403) 1844 : cluster 0 pgmap v1371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:34.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:34 smithi194 bash[32038]: cluster 2023-12-07T18:00:33.428665+0000 mgr.a (mgr.14403) 1844 : cluster 0 pgmap v1371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:34.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:34 smithi135 bash[32435]: cluster 2023-12-07T18:00:33.428665+0000 mgr.a (mgr.14403) 1844 : cluster 0 pgmap v1371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:35.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:00:35.794 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:35.794 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:36.698 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:00:36.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:36.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:36.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:36.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:00:36.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:36 smithi079 bash[28699]: cluster 2023-12-07T18:00:35.429491+0000 mgr.a (mgr.14403) 1845 : cluster 0 pgmap v1372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:00:36.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:36 smithi194 bash[32038]: cluster 2023-12-07T18:00:35.429491+0000 mgr.a (mgr.14403) 1845 : cluster 0 pgmap v1372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:00:36.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:36 smithi135 bash[32435]: cluster 2023-12-07T18:00:35.429491+0000 mgr.a (mgr.14403) 1845 : cluster 0 pgmap v1372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:00:37.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:37 smithi079 bash[28699]: audit 2023-12-07T18:00:36.192196+0000 mgr.a (mgr.14403) 1846 : audit 0 from='client.49422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:37.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:37 smithi194 bash[32038]: audit 2023-12-07T18:00:36.192196+0000 mgr.a (mgr.14403) 1846 : audit 0 from='client.49422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:37.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:37 smithi135 bash[32435]: audit 2023-12-07T18:00:36.192196+0000 mgr.a (mgr.14403) 1846 : audit 0 from='client.49422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:38.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:38 smithi079 bash[28699]: cluster 2023-12-07T18:00:37.430293+0000 mgr.a (mgr.14403) 1847 : cluster 0 pgmap v1373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:38.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:38 smithi194 bash[32038]: cluster 2023-12-07T18:00:37.430293+0000 mgr.a (mgr.14403) 1847 : cluster 0 pgmap v1373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:38.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:38 smithi135 bash[32435]: cluster 2023-12-07T18:00:37.430293+0000 mgr.a (mgr.14403) 1847 : cluster 0 pgmap v1373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:40.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:39 smithi079 bash[28699]: cluster 2023-12-07T18:00:39.431161+0000 mgr.a (mgr.14403) 1848 : cluster 0 pgmap v1374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:40.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:39 smithi194 bash[32038]: cluster 2023-12-07T18:00:39.431161+0000 mgr.a (mgr.14403) 1848 : cluster 0 pgmap v1374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:40.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:39 smithi135 bash[32435]: cluster 2023-12-07T18:00:39.431161+0000 mgr.a (mgr.14403) 1848 : cluster 0 pgmap v1374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:00:41.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:00:41.702 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:41.702 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:42.577 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:00:42.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:42.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:42.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:42.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:00:42.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:42 smithi079 bash[28699]: cluster 2023-12-07T18:00:41.431763+0000 mgr.a (mgr.14403) 1849 : cluster 0 pgmap v1375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:42.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:42 smithi194 bash[32038]: cluster 2023-12-07T18:00:41.431763+0000 mgr.a (mgr.14403) 1849 : cluster 0 pgmap v1375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:42.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:42 smithi135 bash[32435]: cluster 2023-12-07T18:00:41.431763+0000 mgr.a (mgr.14403) 1849 : cluster 0 pgmap v1375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:00:43.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:43 smithi079 bash[28699]: audit 2023-12-07T18:00:42.100665+0000 mgr.a (mgr.14403) 1850 : audit 0 from='client.49497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:43.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:43 smithi194 bash[32038]: audit 2023-12-07T18:00:42.100665+0000 mgr.a (mgr.14403) 1850 : audit 0 from='client.49497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:43.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:43 smithi135 bash[32435]: audit 2023-12-07T18:00:42.100665+0000 mgr.a (mgr.14403) 1850 : audit 0 from='client.49497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:44.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:44 smithi079 bash[28699]: cluster 2023-12-07T18:00:43.432626+0000 mgr.a (mgr.14403) 1851 : cluster 0 pgmap v1376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:44.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:44 smithi194 bash[32038]: cluster 2023-12-07T18:00:43.432626+0000 mgr.a (mgr.14403) 1851 : cluster 0 pgmap v1376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:44 smithi135 bash[32435]: cluster 2023-12-07T18:00:43.432626+0000 mgr.a (mgr.14403) 1851 : cluster 0 pgmap v1376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:46.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:46 smithi079 bash[28699]: cluster 2023-12-07T18:00:45.433286+0000 mgr.a (mgr.14403) 1852 : cluster 0 pgmap v1377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:00:46.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:46 smithi079 bash[28699]: audit 2023-12-07T18:00:46.263152+0000 mon.a (mon.0) 723 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:00:46.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:46 smithi194 bash[32038]: cluster 2023-12-07T18:00:45.433286+0000 mgr.a (mgr.14403) 1852 : cluster 0 pgmap v1377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:00:46.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:46 smithi194 bash[32038]: audit 2023-12-07T18:00:46.263152+0000 mon.a (mon.0) 723 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:00:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:46 smithi135 bash[32435]: cluster 2023-12-07T18:00:45.433286+0000 mgr.a (mgr.14403) 1852 : cluster 0 pgmap v1377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:00:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:46 smithi135 bash[32435]: audit 2023-12-07T18:00:46.263152+0000 mon.a (mon.0) 723 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:00:47.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:00:47.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:47.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:48.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:47 smithi079 bash[28699]: audit 2023-12-07T18:00:46.792683+0000 mon.a (mon.0) 724 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:00:48.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:47 smithi079 bash[28699]: audit 2023-12-07T18:00:46.799998+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:00:48.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:47 smithi079 bash[28699]: cluster 2023-12-07T18:00:47.433903+0000 mgr.a (mgr.14403) 1853 : cluster 0 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-07T18:00:48.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:47 smithi079 bash[28699]: audit 2023-12-07T18:00:47.502830+0000 mon.a (mon.0) 726 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:00:48.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:47 smithi079 bash[28699]: audit 2023-12-07T18:00:47.504706+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:00:48.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:47 smithi079 bash[28699]: audit 2023-12-07T18:00:47.513775+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:00:48.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:47 smithi194 bash[32038]: audit 2023-12-07T18:00:46.792683+0000 mon.a (mon.0) 724 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:00:48.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:47 smithi194 bash[32038]: audit 2023-12-07T18:00:46.799998+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:00:48.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:47 smithi194 bash[32038]: cluster 2023-12-07T18:00:47.433903+0000 mgr.a (mgr.14403) 1853 : cluster 0 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-07T18:00:48.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:47 smithi194 bash[32038]: audit 2023-12-07T18:00:47.502830+0000 mon.a (mon.0) 726 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:00:48.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:47 smithi194 bash[32038]: audit 2023-12-07T18:00:47.504706+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:00:48.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:47 smithi194 bash[32038]: audit 2023-12-07T18:00:47.513775+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:00:48.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:47 smithi135 bash[32435]: audit 2023-12-07T18:00:46.792683+0000 mon.a (mon.0) 724 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:00:48.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:47 smithi135 bash[32435]: audit 2023-12-07T18:00:46.799998+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:00:48.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:47 smithi135 bash[32435]: cluster 2023-12-07T18:00:47.433903+0000 mgr.a (mgr.14403) 1853 : cluster 0 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-07T18:00:48.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:47 smithi135 bash[32435]: audit 2023-12-07T18:00:47.502830+0000 mon.a (mon.0) 726 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:00:48.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:47 smithi135 bash[32435]: audit 2023-12-07T18:00:47.504706+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:00:48.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:47 smithi135 bash[32435]: audit 2023-12-07T18:00:47.513775+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:00:48.490 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:00:48.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:48.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:48.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:48.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:00:49.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:48 smithi079 bash[28699]: audit 2023-12-07T18:00:47.988730+0000 mgr.a (mgr.14403) 1854 : audit 0 from='client.49566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:49.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:48 smithi194 bash[32038]: audit 2023-12-07T18:00:47.988730+0000 mgr.a (mgr.14403) 1854 : audit 0 from='client.49566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:49.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:48 smithi135 bash[32435]: audit 2023-12-07T18:00:47.988730+0000 mgr.a (mgr.14403) 1854 : audit 0 from='client.49566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:50.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:49 smithi079 bash[28699]: cluster 2023-12-07T18:00:49.434886+0000 mgr.a (mgr.14403) 1855 : cluster 0 pgmap v1379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:50.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:49 smithi194 bash[32038]: cluster 2023-12-07T18:00:49.434886+0000 mgr.a (mgr.14403) 1855 : cluster 0 pgmap v1379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:50.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:49 smithi135 bash[32435]: cluster 2023-12-07T18:00:49.434886+0000 mgr.a (mgr.14403) 1855 : cluster 0 pgmap v1379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:00:52.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:52 smithi079 bash[28699]: cluster 2023-12-07T18:00:51.435600+0000 mgr.a (mgr.14403) 1856 : cluster 0 pgmap v1380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:00:52.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:52 smithi194 bash[32038]: cluster 2023-12-07T18:00:51.435600+0000 mgr.a (mgr.14403) 1856 : cluster 0 pgmap v1380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:00:52.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:52 smithi135 bash[32435]: cluster 2023-12-07T18:00:51.435600+0000 mgr.a (mgr.14403) 1856 : cluster 0 pgmap v1380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:00:53.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:00:53.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:53.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:00:54.414 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:00:54.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:00:54.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:00:54.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:00:54.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:00:54.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:54 smithi079 bash[28699]: cluster 2023-12-07T18:00:53.436457+0000 mgr.a (mgr.14403) 1857 : cluster 0 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-07T18:00:54.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:54 smithi194 bash[32038]: cluster 2023-12-07T18:00:53.436457+0000 mgr.a (mgr.14403) 1857 : cluster 0 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-07T18:00:54.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:54 smithi135 bash[32435]: cluster 2023-12-07T18:00:53.436457+0000 mgr.a (mgr.14403) 1857 : cluster 0 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-07T18:00:55.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:55 smithi079 bash[28699]: audit 2023-12-07T18:00:53.894598+0000 mgr.a (mgr.14403) 1858 : audit 0 from='client.49644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:55.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:55 smithi194 bash[32038]: audit 2023-12-07T18:00:53.894598+0000 mgr.a (mgr.14403) 1858 : audit 0 from='client.49644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:55.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:55 smithi135 bash[32435]: audit 2023-12-07T18:00:53.894598+0000 mgr.a (mgr.14403) 1858 : audit 0 from='client.49644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:00:56.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:56 smithi079 bash[28699]: cluster 2023-12-07T18:00:55.437350+0000 mgr.a (mgr.14403) 1859 : cluster 0 pgmap v1382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:00:56.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:56 smithi194 bash[32038]: cluster 2023-12-07T18:00:55.437350+0000 mgr.a (mgr.14403) 1859 : cluster 0 pgmap v1382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:00:56.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:56 smithi135 bash[32435]: cluster 2023-12-07T18:00:55.437350+0000 mgr.a (mgr.14403) 1859 : cluster 0 pgmap v1382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:00:58.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:58 smithi079 bash[28699]: cluster 2023-12-07T18:00:57.437922+0000 mgr.a (mgr.14403) 1860 : cluster 0 pgmap v1383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:58.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:58 smithi194 bash[32038]: cluster 2023-12-07T18:00:57.437922+0000 mgr.a (mgr.14403) 1860 : cluster 0 pgmap v1383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:58.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:58 smithi135 bash[32435]: cluster 2023-12-07T18:00:57.437922+0000 mgr.a (mgr.14403) 1860 : cluster 0 pgmap v1383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:00:59.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:00:59.417 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:00:59.417 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:00.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:00:59 smithi079 bash[28699]: cluster 2023-12-07T18:00:59.438504+0000 mgr.a (mgr.14403) 1861 : cluster 0 pgmap v1384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:00.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:00:59 smithi194 bash[32038]: cluster 2023-12-07T18:00:59.438504+0000 mgr.a (mgr.14403) 1861 : cluster 0 pgmap v1384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:00.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:00:59 smithi135 bash[32435]: cluster 2023-12-07T18:00:59.438504+0000 mgr.a (mgr.14403) 1861 : cluster 0 pgmap v1384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:00.310 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:01:00.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:00.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:00.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:00.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:01:01.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:00 smithi079 bash[28699]: audit 2023-12-07T18:00:59.811234+0000 mgr.a (mgr.14403) 1862 : audit 0 from='client.49719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:01.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:00 smithi194 bash[32038]: audit 2023-12-07T18:00:59.811234+0000 mgr.a (mgr.14403) 1862 : audit 0 from='client.49719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:01.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:00 smithi135 bash[32435]: audit 2023-12-07T18:00:59.811234+0000 mgr.a (mgr.14403) 1862 : audit 0 from='client.49719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:02.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:01 smithi079 bash[28699]: cluster 2023-12-07T18:01:01.439318+0000 mgr.a (mgr.14403) 1863 : cluster 0 pgmap v1385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:01:02.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:01 smithi194 bash[32038]: cluster 2023-12-07T18:01:01.439318+0000 mgr.a (mgr.14403) 1863 : cluster 0 pgmap v1385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:01:02.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:01 smithi135 bash[32435]: cluster 2023-12-07T18:01:01.439318+0000 mgr.a (mgr.14403) 1863 : cluster 0 pgmap v1385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:01:04.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:04 smithi079 bash[28699]: cluster 2023-12-07T18:01:03.440149+0000 mgr.a (mgr.14403) 1864 : cluster 0 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-07T18:01:04.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:04 smithi194 bash[32038]: cluster 2023-12-07T18:01:03.440149+0000 mgr.a (mgr.14403) 1864 : cluster 0 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-07T18:01:04.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:04 smithi135 bash[32435]: cluster 2023-12-07T18:01:03.440149+0000 mgr.a (mgr.14403) 1864 : cluster 0 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-07T18:01:05.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:01:05.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:05.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:06.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:06.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:06.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:06.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:01:06.231 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:01:06.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:06 smithi079 bash[28699]: cluster 2023-12-07T18:01:05.440560+0000 mgr.a (mgr.14403) 1865 : cluster 0 pgmap v1387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:06.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:06 smithi194 bash[32038]: cluster 2023-12-07T18:01:05.440560+0000 mgr.a (mgr.14403) 1865 : cluster 0 pgmap v1387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:06.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:06 smithi135 bash[32435]: cluster 2023-12-07T18:01:05.440560+0000 mgr.a (mgr.14403) 1865 : cluster 0 pgmap v1387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:07.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:07 smithi079 bash[28699]: audit 2023-12-07T18:01:05.716127+0000 mgr.a (mgr.14403) 1866 : audit 0 from='client.49797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:07.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:07 smithi194 bash[32038]: audit 2023-12-07T18:01:05.716127+0000 mgr.a (mgr.14403) 1866 : audit 0 from='client.49797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:07.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:07 smithi135 bash[32435]: audit 2023-12-07T18:01:05.716127+0000 mgr.a (mgr.14403) 1866 : audit 0 from='client.49797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:08.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:08 smithi079 bash[28699]: cluster 2023-12-07T18:01:07.441182+0000 mgr.a (mgr.14403) 1867 : cluster 0 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-07T18:01:08.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:08 smithi194 bash[32038]: cluster 2023-12-07T18:01:07.441182+0000 mgr.a (mgr.14403) 1867 : cluster 0 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-07T18:01:08.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:08 smithi135 bash[32435]: cluster 2023-12-07T18:01:07.441182+0000 mgr.a (mgr.14403) 1867 : cluster 0 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-07T18:01:10.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:09 smithi079 bash[28699]: cluster 2023-12-07T18:01:09.442004+0000 mgr.a (mgr.14403) 1868 : cluster 0 pgmap v1389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:10.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:09 smithi194 bash[32038]: cluster 2023-12-07T18:01:09.442004+0000 mgr.a (mgr.14403) 1868 : cluster 0 pgmap v1389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:10.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:09 smithi135 bash[32435]: cluster 2023-12-07T18:01:09.442004+0000 mgr.a (mgr.14403) 1868 : cluster 0 pgmap v1389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:11.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:01:11.234 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:11.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:12.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:12.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:12.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:12.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:01:12.138 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:01:12.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:12 smithi079 bash[28699]: cluster 2023-12-07T18:01:11.442664+0000 mgr.a (mgr.14403) 1869 : cluster 0 pgmap v1390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:12.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:12 smithi079 bash[28699]: audit 2023-12-07T18:01:11.634545+0000 mgr.a (mgr.14403) 1870 : audit 0 from='client.49875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:12.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:12 smithi194 bash[32038]: cluster 2023-12-07T18:01:11.442664+0000 mgr.a (mgr.14403) 1869 : cluster 0 pgmap v1390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:12.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:12 smithi194 bash[32038]: audit 2023-12-07T18:01:11.634545+0000 mgr.a (mgr.14403) 1870 : audit 0 from='client.49875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:12.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:12 smithi135 bash[32435]: cluster 2023-12-07T18:01:11.442664+0000 mgr.a (mgr.14403) 1869 : cluster 0 pgmap v1390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:12.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:12 smithi135 bash[32435]: audit 2023-12-07T18:01:11.634545+0000 mgr.a (mgr.14403) 1870 : audit 0 from='client.49875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:14.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:14 smithi079 bash[28699]: cluster 2023-12-07T18:01:13.443550+0000 mgr.a (mgr.14403) 1871 : cluster 0 pgmap v1391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:01:14.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:14 smithi194 bash[32038]: cluster 2023-12-07T18:01:13.443550+0000 mgr.a (mgr.14403) 1871 : cluster 0 pgmap v1391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:01:14.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:14 smithi135 bash[32435]: cluster 2023-12-07T18:01:13.443550+0000 mgr.a (mgr.14403) 1871 : cluster 0 pgmap v1391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:01:16.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:16 smithi079 bash[28699]: cluster 2023-12-07T18:01:15.444139+0000 mgr.a (mgr.14403) 1872 : cluster 0 pgmap v1392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:01:16.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:16 smithi194 bash[32038]: cluster 2023-12-07T18:01:15.444139+0000 mgr.a (mgr.14403) 1872 : cluster 0 pgmap v1392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:01:16.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:16 smithi135 bash[32435]: cluster 2023-12-07T18:01:15.444139+0000 mgr.a (mgr.14403) 1872 : cluster 0 pgmap v1392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:01:17.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:01:17.142 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:17.142 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:18.038 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:01:18.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:18.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:18.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:18.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:01:18.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:18 smithi079 bash[28699]: cluster 2023-12-07T18:01:17.444708+0000 mgr.a (mgr.14403) 1873 : cluster 0 pgmap v1393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:18.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:18 smithi079 bash[28699]: audit 2023-12-07T18:01:17.541828+0000 mgr.a (mgr.14403) 1874 : audit 0 from='client.49950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:18.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:18 smithi194 bash[32038]: cluster 2023-12-07T18:01:17.444708+0000 mgr.a (mgr.14403) 1873 : cluster 0 pgmap v1393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:18.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:18 smithi194 bash[32038]: audit 2023-12-07T18:01:17.541828+0000 mgr.a (mgr.14403) 1874 : audit 0 from='client.49950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:18.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:18 smithi135 bash[32435]: cluster 2023-12-07T18:01:17.444708+0000 mgr.a (mgr.14403) 1873 : cluster 0 pgmap v1393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:18.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:18 smithi135 bash[32435]: audit 2023-12-07T18:01:17.541828+0000 mgr.a (mgr.14403) 1874 : audit 0 from='client.49950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:20.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:19 smithi079 bash[28699]: cluster 2023-12-07T18:01:19.445687+0000 mgr.a (mgr.14403) 1875 : cluster 0 pgmap v1394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:20.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:19 smithi194 bash[32038]: cluster 2023-12-07T18:01:19.445687+0000 mgr.a (mgr.14403) 1875 : cluster 0 pgmap v1394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:20.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:19 smithi135 bash[32435]: cluster 2023-12-07T18:01:19.445687+0000 mgr.a (mgr.14403) 1875 : cluster 0 pgmap v1394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:22.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:22 smithi079 bash[28699]: cluster 2023-12-07T18:01:21.446288+0000 mgr.a (mgr.14403) 1876 : cluster 0 pgmap v1395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:22.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:22 smithi194 bash[32038]: cluster 2023-12-07T18:01:21.446288+0000 mgr.a (mgr.14403) 1876 : cluster 0 pgmap v1395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:22.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:22 smithi135 bash[32435]: cluster 2023-12-07T18:01:21.446288+0000 mgr.a (mgr.14403) 1876 : cluster 0 pgmap v1395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:23.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:01:23.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:23.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:23.941 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:01:23.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:23.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:23.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:23.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:01:24.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:24 smithi079 bash[28699]: cluster 2023-12-07T18:01:23.446960+0000 mgr.a (mgr.14403) 1877 : cluster 0 pgmap v1396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:24.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:24 smithi079 bash[28699]: audit 2023-12-07T18:01:23.451121+0000 mgr.a (mgr.14403) 1878 : audit 0 from='client.50025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:24.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:24 smithi194 bash[32038]: cluster 2023-12-07T18:01:23.446960+0000 mgr.a (mgr.14403) 1877 : cluster 0 pgmap v1396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:24.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:24 smithi194 bash[32038]: audit 2023-12-07T18:01:23.451121+0000 mgr.a (mgr.14403) 1878 : audit 0 from='client.50025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:24.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:24 smithi135 bash[32435]: cluster 2023-12-07T18:01:23.446960+0000 mgr.a (mgr.14403) 1877 : cluster 0 pgmap v1396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:24.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:24 smithi135 bash[32435]: audit 2023-12-07T18:01:23.451121+0000 mgr.a (mgr.14403) 1878 : audit 0 from='client.50025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:26.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:26 smithi079 bash[28699]: cluster 2023-12-07T18:01:25.447779+0000 mgr.a (mgr.14403) 1879 : cluster 0 pgmap v1397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:01:26.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:26 smithi194 bash[32038]: cluster 2023-12-07T18:01:25.447779+0000 mgr.a (mgr.14403) 1879 : cluster 0 pgmap v1397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:01:26.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:26 smithi135 bash[32435]: cluster 2023-12-07T18:01:25.447779+0000 mgr.a (mgr.14403) 1879 : cluster 0 pgmap v1397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:01:28.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:28 smithi079 bash[28699]: cluster 2023-12-07T18:01:27.448408+0000 mgr.a (mgr.14403) 1880 : cluster 0 pgmap v1398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:28.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:01:28.945 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:28.945 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:28.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:28 smithi194 bash[32038]: cluster 2023-12-07T18:01:27.448408+0000 mgr.a (mgr.14403) 1880 : cluster 0 pgmap v1398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:28.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:28 smithi135 bash[32435]: cluster 2023-12-07T18:01:27.448408+0000 mgr.a (mgr.14403) 1880 : cluster 0 pgmap v1398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:29.819 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:01:29.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:29.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:29.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:29.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:01:30.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:29 smithi079 bash[28699]: audit 2023-12-07T18:01:29.341888+0000 mgr.a (mgr.14403) 1881 : audit 0 from='client.50100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:30.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:29 smithi079 bash[28699]: cluster 2023-12-07T18:01:29.449380+0000 mgr.a (mgr.14403) 1882 : cluster 0 pgmap v1399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:30.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:29 smithi194 bash[32038]: audit 2023-12-07T18:01:29.341888+0000 mgr.a (mgr.14403) 1881 : audit 0 from='client.50100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:30.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:29 smithi194 bash[32038]: cluster 2023-12-07T18:01:29.449380+0000 mgr.a (mgr.14403) 1882 : cluster 0 pgmap v1399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:30.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:29 smithi135 bash[32435]: audit 2023-12-07T18:01:29.341888+0000 mgr.a (mgr.14403) 1881 : audit 0 from='client.50100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:30.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:29 smithi135 bash[32435]: cluster 2023-12-07T18:01:29.449380+0000 mgr.a (mgr.14403) 1882 : cluster 0 pgmap v1399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:32.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:32 smithi079 bash[28699]: cluster 2023-12-07T18:01:31.450163+0000 mgr.a (mgr.14403) 1883 : cluster 0 pgmap v1400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:32.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:32 smithi194 bash[32038]: cluster 2023-12-07T18:01:31.450163+0000 mgr.a (mgr.14403) 1883 : cluster 0 pgmap v1400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:32.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:32 smithi135 bash[32435]: cluster 2023-12-07T18:01:31.450163+0000 mgr.a (mgr.14403) 1883 : cluster 0 pgmap v1400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:01:34.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:01:34.824 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:34.824 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:34.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:34 smithi079 bash[28699]: cluster 2023-12-07T18:01:33.450959+0000 mgr.a (mgr.14403) 1884 : cluster 0 pgmap v1401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:01:34.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:34 smithi194 bash[32038]: cluster 2023-12-07T18:01:33.450959+0000 mgr.a (mgr.14403) 1884 : cluster 0 pgmap v1401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:01:34.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:34 smithi135 bash[32435]: cluster 2023-12-07T18:01:33.450959+0000 mgr.a (mgr.14403) 1884 : cluster 0 pgmap v1401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:01:35.709 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:01:35.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:35.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:35.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:35.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:01:36.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:36 smithi079 bash[28699]: audit 2023-12-07T18:01:35.220112+0000 mgr.a (mgr.14403) 1885 : audit 0 from='client.50172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:36.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:36 smithi079 bash[28699]: cluster 2023-12-07T18:01:35.451508+0000 mgr.a (mgr.14403) 1886 : cluster 0 pgmap v1402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:36.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:36 smithi194 bash[32038]: audit 2023-12-07T18:01:35.220112+0000 mgr.a (mgr.14403) 1885 : audit 0 from='client.50172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:36.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:36 smithi194 bash[32038]: cluster 2023-12-07T18:01:35.451508+0000 mgr.a (mgr.14403) 1886 : cluster 0 pgmap v1402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:36.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:36 smithi135 bash[32435]: audit 2023-12-07T18:01:35.220112+0000 mgr.a (mgr.14403) 1885 : audit 0 from='client.50172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:36.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:36 smithi135 bash[32435]: cluster 2023-12-07T18:01:35.451508+0000 mgr.a (mgr.14403) 1886 : cluster 0 pgmap v1402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:38.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:38 smithi079 bash[28699]: cluster 2023-12-07T18:01:37.452161+0000 mgr.a (mgr.14403) 1887 : cluster 0 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-07T18:01:38.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:38 smithi194 bash[32038]: cluster 2023-12-07T18:01:37.452161+0000 mgr.a (mgr.14403) 1887 : cluster 0 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-07T18:01:38.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:38 smithi135 bash[32435]: cluster 2023-12-07T18:01:37.452161+0000 mgr.a (mgr.14403) 1887 : cluster 0 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-07T18:01:40.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:39 smithi079 bash[28699]: cluster 2023-12-07T18:01:39.452967+0000 mgr.a (mgr.14403) 1888 : cluster 0 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-07T18:01:40.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:39 smithi194 bash[32038]: cluster 2023-12-07T18:01:39.452967+0000 mgr.a (mgr.14403) 1888 : cluster 0 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-07T18:01:40.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:39 smithi135 bash[32435]: cluster 2023-12-07T18:01:39.452967+0000 mgr.a (mgr.14403) 1888 : cluster 0 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-07T18:01:40.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:01:40.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:40.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:41.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:41.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:41.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:41.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:01:41.603 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:01:42.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:42 smithi079 bash[28699]: audit 2023-12-07T18:01:41.102181+0000 mgr.a (mgr.14403) 1889 : audit 0 from='client.50250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:42.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:42 smithi079 bash[28699]: cluster 2023-12-07T18:01:41.453560+0000 mgr.a (mgr.14403) 1890 : cluster 0 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-07T18:01:42.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:42 smithi194 bash[32038]: audit 2023-12-07T18:01:41.102181+0000 mgr.a (mgr.14403) 1889 : audit 0 from='client.50250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:42.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:42 smithi194 bash[32038]: cluster 2023-12-07T18:01:41.453560+0000 mgr.a (mgr.14403) 1890 : cluster 0 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-07T18:01:42.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:42 smithi135 bash[32435]: audit 2023-12-07T18:01:41.102181+0000 mgr.a (mgr.14403) 1889 : audit 0 from='client.50250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:42.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:42 smithi135 bash[32435]: cluster 2023-12-07T18:01:41.453560+0000 mgr.a (mgr.14403) 1890 : cluster 0 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-07T18:01:44.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:44 smithi079 bash[28699]: cluster 2023-12-07T18:01:43.454414+0000 mgr.a (mgr.14403) 1891 : cluster 0 pgmap v1406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:01:44.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:44 smithi194 bash[32038]: cluster 2023-12-07T18:01:43.454414+0000 mgr.a (mgr.14403) 1891 : cluster 0 pgmap v1406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:01:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:44 smithi135 bash[32435]: cluster 2023-12-07T18:01:43.454414+0000 mgr.a (mgr.14403) 1891 : cluster 0 pgmap v1406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:01:46.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:01:46.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:46.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:46.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:46 smithi079 bash[28699]: cluster 2023-12-07T18:01:45.455093+0000 mgr.a (mgr.14403) 1892 : cluster 0 pgmap v1407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:01:46.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:46 smithi194 bash[32038]: cluster 2023-12-07T18:01:45.455093+0000 mgr.a (mgr.14403) 1892 : cluster 0 pgmap v1407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:01:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:46 smithi135 bash[32435]: cluster 2023-12-07T18:01:45.455093+0000 mgr.a (mgr.14403) 1892 : cluster 0 pgmap v1407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:01:47.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:47.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:47.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:47.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:01:47.491 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:01:48.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:48 smithi079 bash[28699]: audit 2023-12-07T18:01:47.014912+0000 mgr.a (mgr.14403) 1893 : audit 0 from='client.50328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:48.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:48 smithi079 bash[28699]: cluster 2023-12-07T18:01:47.455725+0000 mgr.a (mgr.14403) 1894 : cluster 0 pgmap v1408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:48.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:48 smithi079 bash[28699]: audit 2023-12-07T18:01:47.616224+0000 mon.a (mon.0) 729 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:01:48.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:48 smithi079 bash[28699]: audit 2023-12-07T18:01:48.157567+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:01:48.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:48 smithi079 bash[28699]: audit 2023-12-07T18:01:48.165508+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:01:48.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:48 smithi194 bash[32038]: audit 2023-12-07T18:01:47.014912+0000 mgr.a (mgr.14403) 1893 : audit 0 from='client.50328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:48.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:48 smithi194 bash[32038]: cluster 2023-12-07T18:01:47.455725+0000 mgr.a (mgr.14403) 1894 : cluster 0 pgmap v1408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:48.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:48 smithi194 bash[32038]: audit 2023-12-07T18:01:47.616224+0000 mon.a (mon.0) 729 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:01:48.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:48 smithi194 bash[32038]: audit 2023-12-07T18:01:48.157567+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:01:48.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:48 smithi194 bash[32038]: audit 2023-12-07T18:01:48.165508+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:01:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:48 smithi135 bash[32435]: audit 2023-12-07T18:01:47.014912+0000 mgr.a (mgr.14403) 1893 : audit 0 from='client.50328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:48 smithi135 bash[32435]: cluster 2023-12-07T18:01:47.455725+0000 mgr.a (mgr.14403) 1894 : cluster 0 pgmap v1408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:48 smithi135 bash[32435]: audit 2023-12-07T18:01:47.616224+0000 mon.a (mon.0) 729 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:01:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:48 smithi135 bash[32435]: audit 2023-12-07T18:01:48.157567+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:01:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:48 smithi135 bash[32435]: audit 2023-12-07T18:01:48.165508+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:01:49.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:49 smithi079 bash[28699]: audit 2023-12-07T18:01:48.867840+0000 mon.a (mon.0) 732 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:01:49.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:49 smithi079 bash[28699]: audit 2023-12-07T18:01:48.869589+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:01:49.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:49 smithi079 bash[28699]: audit 2023-12-07T18:01:48.879332+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:01:49.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:49 smithi194 bash[32038]: audit 2023-12-07T18:01:48.867840+0000 mon.a (mon.0) 732 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:01:49.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:49 smithi194 bash[32038]: audit 2023-12-07T18:01:48.869589+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:01:49.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:49 smithi194 bash[32038]: audit 2023-12-07T18:01:48.879332+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:01:49.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:49 smithi135 bash[32435]: audit 2023-12-07T18:01:48.867840+0000 mon.a (mon.0) 732 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:01:49.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:49 smithi135 bash[32435]: audit 2023-12-07T18:01:48.869589+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:01:49.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:49 smithi135 bash[32435]: audit 2023-12-07T18:01:48.879332+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:01:50.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:50 smithi079 bash[28699]: cluster 2023-12-07T18:01:49.456545+0000 mgr.a (mgr.14403) 1895 : cluster 0 pgmap v1409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:50.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:50 smithi194 bash[32038]: cluster 2023-12-07T18:01:49.456545+0000 mgr.a (mgr.14403) 1895 : cluster 0 pgmap v1409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:50.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:50 smithi135 bash[32435]: cluster 2023-12-07T18:01:49.456545+0000 mgr.a (mgr.14403) 1895 : cluster 0 pgmap v1409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:01:52.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:01:52.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:52.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:52.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:52 smithi079 bash[28699]: cluster 2023-12-07T18:01:51.457128+0000 mgr.a (mgr.14403) 1896 : cluster 0 pgmap v1410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:52.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:52 smithi194 bash[32038]: cluster 2023-12-07T18:01:51.457128+0000 mgr.a (mgr.14403) 1896 : cluster 0 pgmap v1410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:52.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:52 smithi135 bash[32435]: cluster 2023-12-07T18:01:51.457128+0000 mgr.a (mgr.14403) 1896 : cluster 0 pgmap v1410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:53.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:53.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:53.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:53.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:01:53.394 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:01:54.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:54 smithi079 bash[28699]: audit 2023-12-07T18:01:52.889332+0000 mgr.a (mgr.14403) 1897 : audit 0 from='client.50406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:54.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:54 smithi079 bash[28699]: cluster 2023-12-07T18:01:53.457917+0000 mgr.a (mgr.14403) 1898 : cluster 0 pgmap v1411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:01:54.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:54 smithi194 bash[32038]: audit 2023-12-07T18:01:52.889332+0000 mgr.a (mgr.14403) 1897 : audit 0 from='client.50406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:54.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:54 smithi194 bash[32038]: cluster 2023-12-07T18:01:53.457917+0000 mgr.a (mgr.14403) 1898 : cluster 0 pgmap v1411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:01:54.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:54 smithi135 bash[32435]: audit 2023-12-07T18:01:52.889332+0000 mgr.a (mgr.14403) 1897 : audit 0 from='client.50406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:01:54.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:54 smithi135 bash[32435]: cluster 2023-12-07T18:01:53.457917+0000 mgr.a (mgr.14403) 1898 : cluster 0 pgmap v1411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:01:56.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:56 smithi079 bash[28699]: cluster 2023-12-07T18:01:55.458689+0000 mgr.a (mgr.14403) 1899 : cluster 0 pgmap v1412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:01:56.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:56 smithi194 bash[32038]: cluster 2023-12-07T18:01:55.458689+0000 mgr.a (mgr.14403) 1899 : cluster 0 pgmap v1412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:01:56.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:56 smithi135 bash[32435]: cluster 2023-12-07T18:01:55.458689+0000 mgr.a (mgr.14403) 1899 : cluster 0 pgmap v1412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:01:58.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:01:58.398 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:01:58.398 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:01:58.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:58 smithi079 bash[28699]: cluster 2023-12-07T18:01:57.459292+0000 mgr.a (mgr.14403) 1900 : cluster 0 pgmap v1413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:58.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:58 smithi194 bash[32038]: cluster 2023-12-07T18:01:57.459292+0000 mgr.a (mgr.14403) 1900 : cluster 0 pgmap v1413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:58.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:58 smithi135 bash[32435]: cluster 2023-12-07T18:01:57.459292+0000 mgr.a (mgr.14403) 1900 : cluster 0 pgmap v1413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:01:59.283 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:01:59.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:01:59.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:01:59.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:01:59.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:02:00.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:59 smithi194 bash[32038]: audit 2023-12-07T18:01:58.790542+0000 mgr.a (mgr.14403) 1901 : audit 0 from='client.50481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:00.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:01:59 smithi194 bash[32038]: cluster 2023-12-07T18:01:59.460373+0000 mgr.a (mgr.14403) 1902 : cluster 0 pgmap v1414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:00.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:59 smithi135 bash[32435]: audit 2023-12-07T18:01:58.790542+0000 mgr.a (mgr.14403) 1901 : audit 0 from='client.50481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:00.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:01:59 smithi135 bash[32435]: cluster 2023-12-07T18:01:59.460373+0000 mgr.a (mgr.14403) 1902 : cluster 0 pgmap v1414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:00.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:59 smithi079 bash[28699]: audit 2023-12-07T18:01:58.790542+0000 mgr.a (mgr.14403) 1901 : audit 0 from='client.50481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:00.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:01:59 smithi079 bash[28699]: cluster 2023-12-07T18:01:59.460373+0000 mgr.a (mgr.14403) 1902 : cluster 0 pgmap v1414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:02.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:02 smithi079 bash[28699]: cluster 2023-12-07T18:02:01.460887+0000 mgr.a (mgr.14403) 1903 : cluster 0 pgmap v1415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:02.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:02 smithi194 bash[32038]: cluster 2023-12-07T18:02:01.460887+0000 mgr.a (mgr.14403) 1903 : cluster 0 pgmap v1415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:02.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:02 smithi135 bash[32435]: cluster 2023-12-07T18:02:01.460887+0000 mgr.a (mgr.14403) 1903 : cluster 0 pgmap v1415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:04.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:02:04.287 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:04.287 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:04.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:04 smithi079 bash[28699]: cluster 2023-12-07T18:02:03.461569+0000 mgr.a (mgr.14403) 1904 : cluster 0 pgmap v1416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:02:04.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:04 smithi194 bash[32038]: cluster 2023-12-07T18:02:03.461569+0000 mgr.a (mgr.14403) 1904 : cluster 0 pgmap v1416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:02:04.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:04 smithi135 bash[32435]: cluster 2023-12-07T18:02:03.461569+0000 mgr.a (mgr.14403) 1904 : cluster 0 pgmap v1416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:02:05.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:05.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:05.180 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:02:05.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:05.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:02:05.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:05 smithi079 bash[28699]: audit 2023-12-07T18:02:04.681694+0000 mgr.a (mgr.14403) 1905 : audit 0 from='client.50559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:05.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:05 smithi194 bash[32038]: audit 2023-12-07T18:02:04.681694+0000 mgr.a (mgr.14403) 1905 : audit 0 from='client.50559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:05.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:05 smithi135 bash[32435]: audit 2023-12-07T18:02:04.681694+0000 mgr.a (mgr.14403) 1905 : audit 0 from='client.50559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:06.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:06 smithi079 bash[28699]: cluster 2023-12-07T18:02:05.462443+0000 mgr.a (mgr.14403) 1906 : cluster 0 pgmap v1417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:02:06.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:06 smithi194 bash[32038]: cluster 2023-12-07T18:02:05.462443+0000 mgr.a (mgr.14403) 1906 : cluster 0 pgmap v1417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:02:06.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:06 smithi135 bash[32435]: cluster 2023-12-07T18:02:05.462443+0000 mgr.a (mgr.14403) 1906 : cluster 0 pgmap v1417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:02:08.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:08 smithi079 bash[28699]: cluster 2023-12-07T18:02:07.463018+0000 mgr.a (mgr.14403) 1907 : cluster 0 pgmap v1418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:08.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:08 smithi194 bash[32038]: cluster 2023-12-07T18:02:07.463018+0000 mgr.a (mgr.14403) 1907 : cluster 0 pgmap v1418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:08.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:08 smithi135 bash[32435]: cluster 2023-12-07T18:02:07.463018+0000 mgr.a (mgr.14403) 1907 : cluster 0 pgmap v1418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:10.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:02:10.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:10.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:10.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:09 smithi194 bash[32038]: cluster 2023-12-07T18:02:09.463793+0000 mgr.a (mgr.14403) 1908 : cluster 0 pgmap v1419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:10.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:09 smithi135 bash[32435]: cluster 2023-12-07T18:02:09.463793+0000 mgr.a (mgr.14403) 1908 : cluster 0 pgmap v1419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:10.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:09 smithi079 bash[28699]: cluster 2023-12-07T18:02:09.463793+0000 mgr.a (mgr.14403) 1908 : cluster 0 pgmap v1419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:11.091 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:02:11.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:11.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:11.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:11.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:02:11.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:10 smithi194 bash[32038]: audit 2023-12-07T18:02:10.576190+0000 mgr.a (mgr.14403) 1909 : audit 0 from='client.50634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:11.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:10 smithi135 bash[32435]: audit 2023-12-07T18:02:10.576190+0000 mgr.a (mgr.14403) 1909 : audit 0 from='client.50634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:11.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:10 smithi079 bash[28699]: audit 2023-12-07T18:02:10.576190+0000 mgr.a (mgr.14403) 1909 : audit 0 from='client.50634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:12.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:11 smithi194 bash[32038]: cluster 2023-12-07T18:02:11.464540+0000 mgr.a (mgr.14403) 1910 : cluster 0 pgmap v1420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:12.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:11 smithi135 bash[32435]: cluster 2023-12-07T18:02:11.464540+0000 mgr.a (mgr.14403) 1910 : cluster 0 pgmap v1420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:12.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:11 smithi079 bash[28699]: cluster 2023-12-07T18:02:11.464540+0000 mgr.a (mgr.14403) 1910 : cluster 0 pgmap v1420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:14.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:14 smithi079 bash[28699]: cluster 2023-12-07T18:02:13.465312+0000 mgr.a (mgr.14403) 1911 : cluster 0 pgmap v1421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:02:14.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:14 smithi194 bash[32038]: cluster 2023-12-07T18:02:13.465312+0000 mgr.a (mgr.14403) 1911 : cluster 0 pgmap v1421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:02:14.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:14 smithi135 bash[32435]: cluster 2023-12-07T18:02:13.465312+0000 mgr.a (mgr.14403) 1911 : cluster 0 pgmap v1421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:02:16.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:02:16.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:16.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:16.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:16 smithi079 bash[28699]: cluster 2023-12-07T18:02:15.465966+0000 mgr.a (mgr.14403) 1912 : cluster 0 pgmap v1422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:16.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:16 smithi194 bash[32038]: cluster 2023-12-07T18:02:15.465966+0000 mgr.a (mgr.14403) 1912 : cluster 0 pgmap v1422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:16.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:16 smithi135 bash[32435]: cluster 2023-12-07T18:02:15.465966+0000 mgr.a (mgr.14403) 1912 : cluster 0 pgmap v1422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:17.004 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:02:17.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:17.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:17.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:17.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:02:17.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:17 smithi079 bash[28699]: audit 2023-12-07T18:02:16.493150+0000 mgr.a (mgr.14403) 1913 : audit 0 from='client.50709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:17.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:17 smithi194 bash[32038]: audit 2023-12-07T18:02:16.493150+0000 mgr.a (mgr.14403) 1913 : audit 0 from='client.50709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:17.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:17 smithi135 bash[32435]: audit 2023-12-07T18:02:16.493150+0000 mgr.a (mgr.14403) 1913 : audit 0 from='client.50709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:18.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:18 smithi079 bash[28699]: cluster 2023-12-07T18:02:17.466662+0000 mgr.a (mgr.14403) 1914 : cluster 0 pgmap v1423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:18.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:18 smithi194 bash[32038]: cluster 2023-12-07T18:02:17.466662+0000 mgr.a (mgr.14403) 1914 : cluster 0 pgmap v1423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:18.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:18 smithi135 bash[32435]: cluster 2023-12-07T18:02:17.466662+0000 mgr.a (mgr.14403) 1914 : cluster 0 pgmap v1423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:20.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:19 smithi194 bash[32038]: cluster 2023-12-07T18:02:19.467515+0000 mgr.a (mgr.14403) 1915 : cluster 0 pgmap v1424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:20.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:19 smithi135 bash[32435]: cluster 2023-12-07T18:02:19.467515+0000 mgr.a (mgr.14403) 1915 : cluster 0 pgmap v1424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:20.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:19 smithi079 bash[28699]: cluster 2023-12-07T18:02:19.467515+0000 mgr.a (mgr.14403) 1915 : cluster 0 pgmap v1424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:02:22.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:02:22.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:22.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:22.883 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:02:22.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:22.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:22.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:22.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:02:22.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:22 smithi079 bash[28699]: cluster 2023-12-07T18:02:21.468051+0000 mgr.a (mgr.14403) 1916 : cluster 0 pgmap v1425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:22.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:22 smithi194 bash[32038]: cluster 2023-12-07T18:02:21.468051+0000 mgr.a (mgr.14403) 1916 : cluster 0 pgmap v1425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:22.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:22 smithi135 bash[32435]: cluster 2023-12-07T18:02:21.468051+0000 mgr.a (mgr.14403) 1916 : cluster 0 pgmap v1425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:23.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:23 smithi079 bash[28699]: audit 2023-12-07T18:02:22.406277+0000 mgr.a (mgr.14403) 1917 : audit 0 from='client.50784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:23.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:23 smithi194 bash[32038]: audit 2023-12-07T18:02:22.406277+0000 mgr.a (mgr.14403) 1917 : audit 0 from='client.50784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:23.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:23 smithi135 bash[32435]: audit 2023-12-07T18:02:22.406277+0000 mgr.a (mgr.14403) 1917 : audit 0 from='client.50784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:24.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:24 smithi079 bash[28699]: cluster 2023-12-07T18:02:23.468826+0000 mgr.a (mgr.14403) 1918 : cluster 0 pgmap v1426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:02:24.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:24 smithi194 bash[32038]: cluster 2023-12-07T18:02:23.468826+0000 mgr.a (mgr.14403) 1918 : cluster 0 pgmap v1426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:02:24.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:24 smithi135 bash[32435]: cluster 2023-12-07T18:02:23.468826+0000 mgr.a (mgr.14403) 1918 : cluster 0 pgmap v1426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:02:26.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:26 smithi079 bash[28699]: cluster 2023-12-07T18:02:25.469559+0000 mgr.a (mgr.14403) 1919 : cluster 0 pgmap v1427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:26.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:26 smithi194 bash[32038]: cluster 2023-12-07T18:02:25.469559+0000 mgr.a (mgr.14403) 1919 : cluster 0 pgmap v1427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:26.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:26 smithi135 bash[32435]: cluster 2023-12-07T18:02:25.469559+0000 mgr.a (mgr.14403) 1919 : cluster 0 pgmap v1427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:27.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:02:27.887 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:27.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:28.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:28.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:28.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:28.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:02:28.768 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:02:28.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:28 smithi079 bash[28699]: cluster 2023-12-07T18:02:27.470237+0000 mgr.a (mgr.14403) 1920 : cluster 0 pgmap v1428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:28.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:28 smithi194 bash[32038]: cluster 2023-12-07T18:02:27.470237+0000 mgr.a (mgr.14403) 1920 : cluster 0 pgmap v1428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:28.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:28 smithi135 bash[32435]: cluster 2023-12-07T18:02:27.470237+0000 mgr.a (mgr.14403) 1920 : cluster 0 pgmap v1428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:29.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:29 smithi079 bash[28699]: audit 2023-12-07T18:02:28.286069+0000 mgr.a (mgr.14403) 1921 : audit 0 from='client.50862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:29.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:29 smithi194 bash[32038]: audit 2023-12-07T18:02:28.286069+0000 mgr.a (mgr.14403) 1921 : audit 0 from='client.50862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:29.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:29 smithi135 bash[32435]: audit 2023-12-07T18:02:28.286069+0000 mgr.a (mgr.14403) 1921 : audit 0 from='client.50862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:30.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:30 smithi079 bash[28699]: cluster 2023-12-07T18:02:29.471242+0000 mgr.a (mgr.14403) 1922 : cluster 0 pgmap v1429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:30.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:30 smithi194 bash[32038]: cluster 2023-12-07T18:02:29.471242+0000 mgr.a (mgr.14403) 1922 : cluster 0 pgmap v1429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:30.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:30 smithi135 bash[32435]: cluster 2023-12-07T18:02:29.471242+0000 mgr.a (mgr.14403) 1922 : cluster 0 pgmap v1429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:32.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:32 smithi079 bash[28699]: cluster 2023-12-07T18:02:31.471823+0000 mgr.a (mgr.14403) 1923 : cluster 0 pgmap v1430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:02:32.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:32 smithi194 bash[32038]: cluster 2023-12-07T18:02:31.471823+0000 mgr.a (mgr.14403) 1923 : cluster 0 pgmap v1430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:02:32.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:32 smithi135 bash[32435]: cluster 2023-12-07T18:02:31.471823+0000 mgr.a (mgr.14403) 1923 : cluster 0 pgmap v1430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:02:33.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:02:33.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:33.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:34.690 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:02:34.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:34.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:34.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:34.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:02:34.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:34 smithi079 bash[28699]: cluster 2023-12-07T18:02:33.472520+0000 mgr.a (mgr.14403) 1924 : cluster 0 pgmap v1431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:02:34.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:34 smithi194 bash[32038]: cluster 2023-12-07T18:02:33.472520+0000 mgr.a (mgr.14403) 1924 : cluster 0 pgmap v1431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:02:34.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:34 smithi135 bash[32435]: cluster 2023-12-07T18:02:33.472520+0000 mgr.a (mgr.14403) 1924 : cluster 0 pgmap v1431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:02:35.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:35 smithi079 bash[28699]: audit 2023-12-07T18:02:34.178784+0000 mgr.a (mgr.14403) 1925 : audit 0 from='client.50940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:35.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:35 smithi194 bash[32038]: audit 2023-12-07T18:02:34.178784+0000 mgr.a (mgr.14403) 1925 : audit 0 from='client.50940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:35.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:35 smithi135 bash[32435]: audit 2023-12-07T18:02:34.178784+0000 mgr.a (mgr.14403) 1925 : audit 0 from='client.50940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:36.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:36 smithi079 bash[28699]: cluster 2023-12-07T18:02:35.473380+0000 mgr.a (mgr.14403) 1926 : cluster 0 pgmap v1432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:02:36.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:36 smithi194 bash[32038]: cluster 2023-12-07T18:02:35.473380+0000 mgr.a (mgr.14403) 1926 : cluster 0 pgmap v1432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:02:36.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:36 smithi135 bash[32435]: cluster 2023-12-07T18:02:35.473380+0000 mgr.a (mgr.14403) 1926 : cluster 0 pgmap v1432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:02:38.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:38 smithi079 bash[28699]: cluster 2023-12-07T18:02:37.473940+0000 mgr.a (mgr.14403) 1927 : cluster 0 pgmap v1433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:38.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:38 smithi194 bash[32038]: cluster 2023-12-07T18:02:37.473940+0000 mgr.a (mgr.14403) 1927 : cluster 0 pgmap v1433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:38.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:38 smithi135 bash[32435]: cluster 2023-12-07T18:02:37.473940+0000 mgr.a (mgr.14403) 1927 : cluster 0 pgmap v1433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:02:39.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:02:39.694 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:39.694 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:40.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:39 smithi194 bash[32038]: cluster 2023-12-07T18:02:39.474734+0000 mgr.a (mgr.14403) 1928 : cluster 0 pgmap v1434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:40.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:39 smithi135 bash[32435]: cluster 2023-12-07T18:02:39.474734+0000 mgr.a (mgr.14403) 1928 : cluster 0 pgmap v1434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:40.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:39 smithi079 bash[28699]: cluster 2023-12-07T18:02:39.474734+0000 mgr.a (mgr.14403) 1928 : cluster 0 pgmap v1434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:40.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:40.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:40.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:40.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:02:40.553 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:02:41.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:40 smithi194 bash[32038]: audit 2023-12-07T18:02:40.086602+0000 mgr.a (mgr.14403) 1929 : audit 0 from='client.51012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:41.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:40 smithi135 bash[32435]: audit 2023-12-07T18:02:40.086602+0000 mgr.a (mgr.14403) 1929 : audit 0 from='client.51012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:41.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:40 smithi079 bash[28699]: audit 2023-12-07T18:02:40.086602+0000 mgr.a (mgr.14403) 1929 : audit 0 from='client.51012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:42.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:41 smithi194 bash[32038]: cluster 2023-12-07T18:02:41.475418+0000 mgr.a (mgr.14403) 1930 : cluster 0 pgmap v1435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:02:42.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:41 smithi135 bash[32435]: cluster 2023-12-07T18:02:41.475418+0000 mgr.a (mgr.14403) 1930 : cluster 0 pgmap v1435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:02:42.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:41 smithi079 bash[28699]: cluster 2023-12-07T18:02:41.475418+0000 mgr.a (mgr.14403) 1930 : cluster 0 pgmap v1435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:02:44.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:44 smithi079 bash[28699]: cluster 2023-12-07T18:02:43.476174+0000 mgr.a (mgr.14403) 1931 : cluster 0 pgmap v1436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:02:44.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:44 smithi194 bash[32038]: cluster 2023-12-07T18:02:43.476174+0000 mgr.a (mgr.14403) 1931 : cluster 0 pgmap v1436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:02:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:44 smithi135 bash[32435]: cluster 2023-12-07T18:02:43.476174+0000 mgr.a (mgr.14403) 1931 : cluster 0 pgmap v1436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:02:45.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:02:45.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:45.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:46.459 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:02:46.459 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:46.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:46.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:46.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:02:46.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:46 smithi079 bash[28699]: cluster 2023-12-07T18:02:45.476805+0000 mgr.a (mgr.14403) 1932 : cluster 0 pgmap v1437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:46.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:46 smithi194 bash[32038]: cluster 2023-12-07T18:02:45.476805+0000 mgr.a (mgr.14403) 1932 : cluster 0 pgmap v1437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:46 smithi135 bash[32435]: cluster 2023-12-07T18:02:45.476805+0000 mgr.a (mgr.14403) 1932 : cluster 0 pgmap v1437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:47.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:47 smithi079 bash[28699]: audit 2023-12-07T18:02:45.946073+0000 mgr.a (mgr.14403) 1933 : audit 0 from='client.51081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:47.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:47 smithi194 bash[32038]: audit 2023-12-07T18:02:45.946073+0000 mgr.a (mgr.14403) 1933 : audit 0 from='client.51081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:47.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:47 smithi135 bash[32435]: audit 2023-12-07T18:02:45.946073+0000 mgr.a (mgr.14403) 1933 : audit 0 from='client.51081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:48.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:48 smithi079 bash[28699]: cluster 2023-12-07T18:02:47.477545+0000 mgr.a (mgr.14403) 1934 : cluster 0 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-07T18:02:48.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:48 smithi194 bash[32038]: cluster 2023-12-07T18:02:47.477545+0000 mgr.a (mgr.14403) 1934 : cluster 0 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-07T18:02:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:48 smithi135 bash[32435]: cluster 2023-12-07T18:02:47.477545+0000 mgr.a (mgr.14403) 1934 : cluster 0 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-07T18:02:50.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:49 smithi194 bash[32038]: audit 2023-12-07T18:02:48.982872+0000 mon.a (mon.0) 735 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:02:50.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:49 smithi194 bash[32038]: cluster 2023-12-07T18:02:49.478361+0000 mgr.a (mgr.14403) 1935 : cluster 0 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-07T18:02:50.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:49 smithi194 bash[32038]: audit 2023-12-07T18:02:49.720510+0000 mon.a (mon.0) 736 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:02:50.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:49 smithi194 bash[32038]: audit 2023-12-07T18:02:49.722268+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:02:50.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:49 smithi194 bash[32038]: audit 2023-12-07T18:02:49.731231+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:02:50.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:49 smithi135 bash[32435]: audit 2023-12-07T18:02:48.982872+0000 mon.a (mon.0) 735 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:02:50.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:49 smithi135 bash[32435]: cluster 2023-12-07T18:02:49.478361+0000 mgr.a (mgr.14403) 1935 : cluster 0 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-07T18:02:50.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:49 smithi135 bash[32435]: audit 2023-12-07T18:02:49.720510+0000 mon.a (mon.0) 736 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:02:50.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:49 smithi135 bash[32435]: audit 2023-12-07T18:02:49.722268+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:02:50.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:49 smithi135 bash[32435]: audit 2023-12-07T18:02:49.731231+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:02:50.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:49 smithi079 bash[28699]: audit 2023-12-07T18:02:48.982872+0000 mon.a (mon.0) 735 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:02:50.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:49 smithi079 bash[28699]: cluster 2023-12-07T18:02:49.478361+0000 mgr.a (mgr.14403) 1935 : cluster 0 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-07T18:02:50.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:49 smithi079 bash[28699]: audit 2023-12-07T18:02:49.720510+0000 mon.a (mon.0) 736 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:02:50.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:49 smithi079 bash[28699]: audit 2023-12-07T18:02:49.722268+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:02:50.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:49 smithi079 bash[28699]: audit 2023-12-07T18:02:49.731231+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:02:51.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:02:51.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:51.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:52.348 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:02:52.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:52.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:52.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:52.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:02:52.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:52 smithi079 bash[28699]: cluster 2023-12-07T18:02:51.479071+0000 mgr.a (mgr.14403) 1936 : cluster 0 pgmap v1440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:52.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:52 smithi194 bash[32038]: cluster 2023-12-07T18:02:51.479071+0000 mgr.a (mgr.14403) 1936 : cluster 0 pgmap v1440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:52.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:52 smithi135 bash[32435]: cluster 2023-12-07T18:02:51.479071+0000 mgr.a (mgr.14403) 1936 : cluster 0 pgmap v1440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:53.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:53 smithi079 bash[28699]: audit 2023-12-07T18:02:51.854237+0000 mgr.a (mgr.14403) 1937 : audit 0 from='client.51156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:53.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:53 smithi194 bash[32038]: audit 2023-12-07T18:02:51.854237+0000 mgr.a (mgr.14403) 1937 : audit 0 from='client.51156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:53.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:53 smithi135 bash[32435]: audit 2023-12-07T18:02:51.854237+0000 mgr.a (mgr.14403) 1937 : audit 0 from='client.51156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:54.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:54 smithi079 bash[28699]: cluster 2023-12-07T18:02:53.479865+0000 mgr.a (mgr.14403) 1938 : cluster 0 pgmap v1441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:02:54.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:54 smithi194 bash[32038]: cluster 2023-12-07T18:02:53.479865+0000 mgr.a (mgr.14403) 1938 : cluster 0 pgmap v1441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:02:54.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:54 smithi135 bash[32435]: cluster 2023-12-07T18:02:53.479865+0000 mgr.a (mgr.14403) 1938 : cluster 0 pgmap v1441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:02:56.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:56 smithi079 bash[28699]: cluster 2023-12-07T18:02:55.480481+0000 mgr.a (mgr.14403) 1939 : cluster 0 pgmap v1442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:56.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:56 smithi194 bash[32038]: cluster 2023-12-07T18:02:55.480481+0000 mgr.a (mgr.14403) 1939 : cluster 0 pgmap v1442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:56.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:56 smithi135 bash[32435]: cluster 2023-12-07T18:02:55.480481+0000 mgr.a (mgr.14403) 1939 : cluster 0 pgmap v1442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:02:57.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:02:57.352 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:02:57.352 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:02:58.248 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:02:58.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:02:58.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:02:58.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:02:58.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:02:58.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:58 smithi079 bash[28699]: cluster 2023-12-07T18:02:57.480838+0000 mgr.a (mgr.14403) 1940 : cluster 0 pgmap v1443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:58.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:58 smithi194 bash[32038]: cluster 2023-12-07T18:02:57.480838+0000 mgr.a (mgr.14403) 1940 : cluster 0 pgmap v1443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:58.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:58 smithi135 bash[32435]: cluster 2023-12-07T18:02:57.480838+0000 mgr.a (mgr.14403) 1940 : cluster 0 pgmap v1443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:02:59.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:02:59 smithi079 bash[28699]: audit 2023-12-07T18:02:57.746508+0000 mgr.a (mgr.14403) 1941 : audit 0 from='client.51231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:59.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:02:59 smithi194 bash[32038]: audit 2023-12-07T18:02:57.746508+0000 mgr.a (mgr.14403) 1941 : audit 0 from='client.51231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:02:59.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:02:59 smithi135 bash[32435]: audit 2023-12-07T18:02:57.746508+0000 mgr.a (mgr.14403) 1941 : audit 0 from='client.51231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:00.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:00 smithi079 bash[28699]: cluster 2023-12-07T18:02:59.481590+0000 mgr.a (mgr.14403) 1942 : cluster 0 pgmap v1444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:00.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:00 smithi194 bash[32038]: cluster 2023-12-07T18:02:59.481590+0000 mgr.a (mgr.14403) 1942 : cluster 0 pgmap v1444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:00.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:00 smithi135 bash[32435]: cluster 2023-12-07T18:02:59.481590+0000 mgr.a (mgr.14403) 1942 : cluster 0 pgmap v1444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:03:02.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:02 smithi079 bash[28699]: cluster 2023-12-07T18:03:01.482155+0000 mgr.a (mgr.14403) 1943 : cluster 0 pgmap v1445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:02.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:02 smithi194 bash[32038]: cluster 2023-12-07T18:03:01.482155+0000 mgr.a (mgr.14403) 1943 : cluster 0 pgmap v1445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:02.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:02 smithi135 bash[32435]: cluster 2023-12-07T18:03:01.482155+0000 mgr.a (mgr.14403) 1943 : cluster 0 pgmap v1445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:03.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:03:03.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:03.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:04.178 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:03:04.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:04.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:04.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:04.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:03:04.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:04 smithi079 bash[28699]: cluster 2023-12-07T18:03:03.482619+0000 mgr.a (mgr.14403) 1944 : cluster 0 pgmap v1446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:04.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:04 smithi079 bash[28699]: audit 2023-12-07T18:03:03.659671+0000 mgr.a (mgr.14403) 1945 : audit 0 from='client.51306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:04.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:04 smithi194 bash[32038]: cluster 2023-12-07T18:03:03.482619+0000 mgr.a (mgr.14403) 1944 : cluster 0 pgmap v1446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:04.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:04 smithi194 bash[32038]: audit 2023-12-07T18:03:03.659671+0000 mgr.a (mgr.14403) 1945 : audit 0 from='client.51306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:04.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:04 smithi135 bash[32435]: cluster 2023-12-07T18:03:03.482619+0000 mgr.a (mgr.14403) 1944 : cluster 0 pgmap v1446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:04.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:04 smithi135 bash[32435]: audit 2023-12-07T18:03:03.659671+0000 mgr.a (mgr.14403) 1945 : audit 0 from='client.51306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:06.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:06 smithi079 bash[28699]: cluster 2023-12-07T18:03:05.483350+0000 mgr.a (mgr.14403) 1946 : cluster 0 pgmap v1447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:03:06.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:06 smithi194 bash[32038]: cluster 2023-12-07T18:03:05.483350+0000 mgr.a (mgr.14403) 1946 : cluster 0 pgmap v1447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:03:06.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:06 smithi135 bash[32435]: cluster 2023-12-07T18:03:05.483350+0000 mgr.a (mgr.14403) 1946 : cluster 0 pgmap v1447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:03:08.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:08 smithi079 bash[28699]: cluster 2023-12-07T18:03:07.483903+0000 mgr.a (mgr.14403) 1947 : cluster 0 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-07T18:03:08.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:08 smithi194 bash[32038]: cluster 2023-12-07T18:03:07.483903+0000 mgr.a (mgr.14403) 1947 : cluster 0 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-07T18:03:08.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:08 smithi135 bash[32435]: cluster 2023-12-07T18:03:07.483903+0000 mgr.a (mgr.14403) 1947 : cluster 0 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-07T18:03:09.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:03:09.182 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:09.182 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:10.062 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:03:10.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:10.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:10.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:10.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:03:10.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:09 smithi194 bash[32038]: cluster 2023-12-07T18:03:09.484667+0000 mgr.a (mgr.14403) 1948 : cluster 0 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-07T18:03:10.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:09 smithi194 bash[32038]: audit 2023-12-07T18:03:09.568380+0000 mgr.a (mgr.14403) 1949 : audit 0 from='client.51381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:10.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:09 smithi135 bash[32435]: cluster 2023-12-07T18:03:09.484667+0000 mgr.a (mgr.14403) 1948 : cluster 0 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-07T18:03:10.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:09 smithi135 bash[32435]: audit 2023-12-07T18:03:09.568380+0000 mgr.a (mgr.14403) 1949 : audit 0 from='client.51381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:10.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:09 smithi079 bash[28699]: cluster 2023-12-07T18:03:09.484667+0000 mgr.a (mgr.14403) 1948 : cluster 0 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-07T18:03:10.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:09 smithi079 bash[28699]: audit 2023-12-07T18:03:09.568380+0000 mgr.a (mgr.14403) 1949 : audit 0 from='client.51381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:12.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:12 smithi079 bash[28699]: cluster 2023-12-07T18:03:11.485318+0000 mgr.a (mgr.14403) 1950 : cluster 0 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-07T18:03:12.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:12 smithi194 bash[32038]: cluster 2023-12-07T18:03:11.485318+0000 mgr.a (mgr.14403) 1950 : cluster 0 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-07T18:03:12.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:12 smithi135 bash[32435]: cluster 2023-12-07T18:03:11.485318+0000 mgr.a (mgr.14403) 1950 : cluster 0 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-07T18:03:14.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:14 smithi079 bash[28699]: cluster 2023-12-07T18:03:13.486054+0000 mgr.a (mgr.14403) 1951 : cluster 0 pgmap v1451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:14.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:14 smithi194 bash[32038]: cluster 2023-12-07T18:03:13.486054+0000 mgr.a (mgr.14403) 1951 : cluster 0 pgmap v1451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:14.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:14 smithi135 bash[32435]: cluster 2023-12-07T18:03:13.486054+0000 mgr.a (mgr.14403) 1951 : cluster 0 pgmap v1451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:15.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:03:15.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:15.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:15.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:15.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:15.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:15.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:03:15.944 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:03:16.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:16 smithi079 bash[28699]: audit 2023-12-07T18:03:15.455159+0000 mgr.a (mgr.14403) 1952 : audit 0 from='client.51459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:16.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:16 smithi079 bash[28699]: cluster 2023-12-07T18:03:15.486935+0000 mgr.a (mgr.14403) 1953 : cluster 0 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-07T18:03:16.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:16 smithi194 bash[32038]: audit 2023-12-07T18:03:15.455159+0000 mgr.a (mgr.14403) 1952 : audit 0 from='client.51459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:16.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:16 smithi194 bash[32038]: cluster 2023-12-07T18:03:15.486935+0000 mgr.a (mgr.14403) 1953 : cluster 0 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-07T18:03:16.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:16 smithi135 bash[32435]: audit 2023-12-07T18:03:15.455159+0000 mgr.a (mgr.14403) 1952 : audit 0 from='client.51459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:16.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:16 smithi135 bash[32435]: cluster 2023-12-07T18:03:15.486935+0000 mgr.a (mgr.14403) 1953 : cluster 0 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-07T18:03:18.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:18 smithi079 bash[28699]: cluster 2023-12-07T18:03:17.487556+0000 mgr.a (mgr.14403) 1954 : cluster 0 pgmap v1453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:18.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:18 smithi194 bash[32038]: cluster 2023-12-07T18:03:17.487556+0000 mgr.a (mgr.14403) 1954 : cluster 0 pgmap v1453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:18.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:18 smithi135 bash[32435]: cluster 2023-12-07T18:03:17.487556+0000 mgr.a (mgr.14403) 1954 : cluster 0 pgmap v1453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:20.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:19 smithi194 bash[32038]: cluster 2023-12-07T18:03:19.488378+0000 mgr.a (mgr.14403) 1955 : cluster 0 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-07T18:03:20.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:19 smithi135 bash[32435]: cluster 2023-12-07T18:03:19.488378+0000 mgr.a (mgr.14403) 1955 : cluster 0 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-07T18:03:20.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:19 smithi079 bash[28699]: cluster 2023-12-07T18:03:19.488378+0000 mgr.a (mgr.14403) 1955 : cluster 0 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-07T18:03:20.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:03:20.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:20.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:21.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:21.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:21.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:21.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:03:21.826 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:03:22.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:22 smithi079 bash[28699]: audit 2023-12-07T18:03:21.345213+0000 mgr.a (mgr.14403) 1956 : audit 0 from='client.51534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:22.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:22 smithi079 bash[28699]: cluster 2023-12-07T18:03:21.488883+0000 mgr.a (mgr.14403) 1957 : cluster 0 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-07T18:03:22.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:22 smithi194 bash[32038]: audit 2023-12-07T18:03:21.345213+0000 mgr.a (mgr.14403) 1956 : audit 0 from='client.51534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:22.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:22 smithi194 bash[32038]: cluster 2023-12-07T18:03:21.488883+0000 mgr.a (mgr.14403) 1957 : cluster 0 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-07T18:03:22.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:22 smithi135 bash[32435]: audit 2023-12-07T18:03:21.345213+0000 mgr.a (mgr.14403) 1956 : audit 0 from='client.51534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:22.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:22 smithi135 bash[32435]: cluster 2023-12-07T18:03:21.488883+0000 mgr.a (mgr.14403) 1957 : cluster 0 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-07T18:03:24.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:24 smithi079 bash[28699]: cluster 2023-12-07T18:03:23.489764+0000 mgr.a (mgr.14403) 1958 : cluster 0 pgmap v1456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:03:24.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:24 smithi194 bash[32038]: cluster 2023-12-07T18:03:23.489764+0000 mgr.a (mgr.14403) 1958 : cluster 0 pgmap v1456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:03:24.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:24 smithi135 bash[32435]: cluster 2023-12-07T18:03:23.489764+0000 mgr.a (mgr.14403) 1958 : cluster 0 pgmap v1456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:03:26.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:03:26.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:26.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:26.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:26 smithi079 bash[28699]: cluster 2023-12-07T18:03:25.490411+0000 mgr.a (mgr.14403) 1959 : cluster 0 pgmap v1457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:03:26.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:26 smithi194 bash[32038]: cluster 2023-12-07T18:03:25.490411+0000 mgr.a (mgr.14403) 1959 : cluster 0 pgmap v1457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:03:26.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:26 smithi135 bash[32435]: cluster 2023-12-07T18:03:25.490411+0000 mgr.a (mgr.14403) 1959 : cluster 0 pgmap v1457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:03:27.755 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:03:27.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:27.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:27.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:27.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:03:28.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:28 smithi079 bash[28699]: audit 2023-12-07T18:03:27.228771+0000 mgr.a (mgr.14403) 1960 : audit 0 from='client.51606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:28.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:28 smithi079 bash[28699]: cluster 2023-12-07T18:03:27.499494+0000 mgr.a (mgr.14403) 1961 : cluster 0 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-07T18:03:28.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:28 smithi194 bash[32038]: audit 2023-12-07T18:03:27.228771+0000 mgr.a (mgr.14403) 1960 : audit 0 from='client.51606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:28.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:28 smithi194 bash[32038]: cluster 2023-12-07T18:03:27.499494+0000 mgr.a (mgr.14403) 1961 : cluster 0 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-07T18:03:28.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:28 smithi135 bash[32435]: audit 2023-12-07T18:03:27.228771+0000 mgr.a (mgr.14403) 1960 : audit 0 from='client.51606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:28.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:28 smithi135 bash[32435]: cluster 2023-12-07T18:03:27.499494+0000 mgr.a (mgr.14403) 1961 : cluster 0 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-07T18:03:30.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:29 smithi194 bash[32038]: cluster 2023-12-07T18:03:29.500649+0000 mgr.a (mgr.14403) 1962 : cluster 0 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-07T18:03:30.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:29 smithi135 bash[32435]: cluster 2023-12-07T18:03:29.500649+0000 mgr.a (mgr.14403) 1962 : cluster 0 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-07T18:03:30.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:29 smithi079 bash[28699]: cluster 2023-12-07T18:03:29.500649+0000 mgr.a (mgr.14403) 1962 : cluster 0 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-07T18:03:32.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:03:32.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:32.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:32.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:32 smithi079 bash[28699]: cluster 2023-12-07T18:03:31.501281+0000 mgr.a (mgr.14403) 1963 : cluster 0 pgmap v1460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:32.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:32 smithi194 bash[32038]: cluster 2023-12-07T18:03:31.501281+0000 mgr.a (mgr.14403) 1963 : cluster 0 pgmap v1460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:32.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:32 smithi135 bash[32435]: cluster 2023-12-07T18:03:31.501281+0000 mgr.a (mgr.14403) 1963 : cluster 0 pgmap v1460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:33.654 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:03:33.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:33.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:33.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:33.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:03:34.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:34 smithi079 bash[28699]: audit 2023-12-07T18:03:33.156620+0000 mgr.a (mgr.14403) 1964 : audit 0 from='client.51684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:34.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:34 smithi079 bash[28699]: cluster 2023-12-07T18:03:33.501824+0000 mgr.a (mgr.14403) 1965 : cluster 0 pgmap v1461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:03:34.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:34 smithi194 bash[32038]: audit 2023-12-07T18:03:33.156620+0000 mgr.a (mgr.14403) 1964 : audit 0 from='client.51684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:34.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:34 smithi194 bash[32038]: cluster 2023-12-07T18:03:33.501824+0000 mgr.a (mgr.14403) 1965 : cluster 0 pgmap v1461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:03:34.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:34 smithi135 bash[32435]: audit 2023-12-07T18:03:33.156620+0000 mgr.a (mgr.14403) 1964 : audit 0 from='client.51684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:34.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:34 smithi135 bash[32435]: cluster 2023-12-07T18:03:33.501824+0000 mgr.a (mgr.14403) 1965 : cluster 0 pgmap v1461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:03:36.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:36 smithi079 bash[28699]: cluster 2023-12-07T18:03:35.502570+0000 mgr.a (mgr.14403) 1966 : cluster 0 pgmap v1462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:36.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:36 smithi194 bash[32038]: cluster 2023-12-07T18:03:35.502570+0000 mgr.a (mgr.14403) 1966 : cluster 0 pgmap v1462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:36.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:36 smithi135 bash[32435]: cluster 2023-12-07T18:03:35.502570+0000 mgr.a (mgr.14403) 1966 : cluster 0 pgmap v1462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:38.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:03:38.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:38.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:38.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:38 smithi079 bash[28699]: cluster 2023-12-07T18:03:37.503167+0000 mgr.a (mgr.14403) 1967 : cluster 0 pgmap v1463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:03:38.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:38 smithi194 bash[32038]: cluster 2023-12-07T18:03:37.503167+0000 mgr.a (mgr.14403) 1967 : cluster 0 pgmap v1463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:03:38.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:38 smithi135 bash[32435]: cluster 2023-12-07T18:03:37.503167+0000 mgr.a (mgr.14403) 1967 : cluster 0 pgmap v1463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:03:39.551 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:03:39.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:39.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:39.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:39.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:03:40.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:39 smithi194 bash[32038]: audit 2023-12-07T18:03:39.064359+0000 mgr.a (mgr.14403) 1968 : audit 0 from='client.51759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:40.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:39 smithi194 bash[32038]: cluster 2023-12-07T18:03:39.504016+0000 mgr.a (mgr.14403) 1969 : cluster 0 pgmap v1464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:40.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:39 smithi135 bash[32435]: audit 2023-12-07T18:03:39.064359+0000 mgr.a (mgr.14403) 1968 : audit 0 from='client.51759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:40.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:39 smithi135 bash[32435]: cluster 2023-12-07T18:03:39.504016+0000 mgr.a (mgr.14403) 1969 : cluster 0 pgmap v1464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:40.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:39 smithi079 bash[28699]: audit 2023-12-07T18:03:39.064359+0000 mgr.a (mgr.14403) 1968 : audit 0 from='client.51759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:40.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:39 smithi079 bash[28699]: cluster 2023-12-07T18:03:39.504016+0000 mgr.a (mgr.14403) 1969 : cluster 0 pgmap v1464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:42.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:42 smithi079 bash[28699]: cluster 2023-12-07T18:03:41.504530+0000 mgr.a (mgr.14403) 1970 : cluster 0 pgmap v1465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:42.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:42 smithi194 bash[32038]: cluster 2023-12-07T18:03:41.504530+0000 mgr.a (mgr.14403) 1970 : cluster 0 pgmap v1465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:42.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:42 smithi135 bash[32435]: cluster 2023-12-07T18:03:41.504530+0000 mgr.a (mgr.14403) 1970 : cluster 0 pgmap v1465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:03:44.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:03:44.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:44.554 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:44.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:44 smithi079 bash[28699]: cluster 2023-12-07T18:03:43.505195+0000 mgr.a (mgr.14403) 1971 : cluster 0 pgmap v1466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:44.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:44 smithi194 bash[32038]: cluster 2023-12-07T18:03:43.505195+0000 mgr.a (mgr.14403) 1971 : cluster 0 pgmap v1466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:44 smithi135 bash[32435]: cluster 2023-12-07T18:03:43.505195+0000 mgr.a (mgr.14403) 1971 : cluster 0 pgmap v1466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:45.449 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:03:45.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:45.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:45.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:45.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:03:46.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:46 smithi079 bash[28699]: audit 2023-12-07T18:03:44.954536+0000 mgr.a (mgr.14403) 1972 : audit 0 from='client.51834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:46.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:46 smithi079 bash[28699]: cluster 2023-12-07T18:03:45.506082+0000 mgr.a (mgr.14403) 1973 : cluster 0 pgmap v1467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:46.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:46 smithi194 bash[32038]: audit 2023-12-07T18:03:44.954536+0000 mgr.a (mgr.14403) 1972 : audit 0 from='client.51834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:46.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:46 smithi194 bash[32038]: cluster 2023-12-07T18:03:45.506082+0000 mgr.a (mgr.14403) 1973 : cluster 0 pgmap v1467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:46 smithi135 bash[32435]: audit 2023-12-07T18:03:44.954536+0000 mgr.a (mgr.14403) 1972 : audit 0 from='client.51834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:46 smithi135 bash[32435]: cluster 2023-12-07T18:03:45.506082+0000 mgr.a (mgr.14403) 1973 : cluster 0 pgmap v1467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:03:48.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:48 smithi079 bash[28699]: cluster 2023-12-07T18:03:47.506701+0000 mgr.a (mgr.14403) 1974 : cluster 0 pgmap v1468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:03:48.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:48 smithi194 bash[32038]: cluster 2023-12-07T18:03:47.506701+0000 mgr.a (mgr.14403) 1974 : cluster 0 pgmap v1468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:03:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:48 smithi135 bash[32435]: cluster 2023-12-07T18:03:47.506701+0000 mgr.a (mgr.14403) 1974 : cluster 0 pgmap v1468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:03:50.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:49 smithi194 bash[32038]: cluster 2023-12-07T18:03:49.507547+0000 mgr.a (mgr.14403) 1975 : cluster 0 pgmap v1469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:03:50.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:49 smithi194 bash[32038]: audit 2023-12-07T18:03:49.833593+0000 mon.a (mon.0) 739 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:03:50.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:49 smithi135 bash[32435]: cluster 2023-12-07T18:03:49.507547+0000 mgr.a (mgr.14403) 1975 : cluster 0 pgmap v1469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:03:50.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:49 smithi135 bash[32435]: audit 2023-12-07T18:03:49.833593+0000 mon.a (mon.0) 739 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:03:50.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:49 smithi079 bash[28699]: cluster 2023-12-07T18:03:49.507547+0000 mgr.a (mgr.14403) 1975 : cluster 0 pgmap v1469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:03:50.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:49 smithi079 bash[28699]: audit 2023-12-07T18:03:49.833593+0000 mon.a (mon.0) 739 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:03:50.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:03:50.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:50.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:51.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:50 smithi194 bash[32038]: audit 2023-12-07T18:03:50.570711+0000 mon.a (mon.0) 740 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:03:51.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:50 smithi194 bash[32038]: audit 2023-12-07T18:03:50.572675+0000 mon.a (mon.0) 741 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:03:51.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:50 smithi194 bash[32038]: audit 2023-12-07T18:03:50.585901+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:03:51.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:50 smithi135 bash[32435]: audit 2023-12-07T18:03:50.570711+0000 mon.a (mon.0) 740 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:03:51.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:50 smithi135 bash[32435]: audit 2023-12-07T18:03:50.572675+0000 mon.a (mon.0) 741 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:03:51.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:50 smithi135 bash[32435]: audit 2023-12-07T18:03:50.585901+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:03:51.362 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:03:51.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:51.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:51.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:51.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:03:51.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:50 smithi079 bash[28699]: audit 2023-12-07T18:03:50.570711+0000 mon.a (mon.0) 740 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:03:51.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:50 smithi079 bash[28699]: audit 2023-12-07T18:03:50.572675+0000 mon.a (mon.0) 741 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:03:51.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:50 smithi079 bash[28699]: audit 2023-12-07T18:03:50.585901+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:03:52.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:51 smithi194 bash[32038]: audit 2023-12-07T18:03:50.846686+0000 mgr.a (mgr.14403) 1976 : audit 0 from='client.51912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:52.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:51 smithi194 bash[32038]: cluster 2023-12-07T18:03:51.508276+0000 mgr.a (mgr.14403) 1977 : cluster 0 pgmap v1470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:52.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:51 smithi135 bash[32435]: audit 2023-12-07T18:03:50.846686+0000 mgr.a (mgr.14403) 1976 : audit 0 from='client.51912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:52.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:51 smithi135 bash[32435]: cluster 2023-12-07T18:03:51.508276+0000 mgr.a (mgr.14403) 1977 : cluster 0 pgmap v1470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:52.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:51 smithi079 bash[28699]: audit 2023-12-07T18:03:50.846686+0000 mgr.a (mgr.14403) 1976 : audit 0 from='client.51912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:52.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:51 smithi079 bash[28699]: cluster 2023-12-07T18:03:51.508276+0000 mgr.a (mgr.14403) 1977 : cluster 0 pgmap v1470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:54.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:54 smithi079 bash[28699]: cluster 2023-12-07T18:03:53.509079+0000 mgr.a (mgr.14403) 1978 : cluster 0 pgmap v1471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:03:54.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:54 smithi194 bash[32038]: cluster 2023-12-07T18:03:53.509079+0000 mgr.a (mgr.14403) 1978 : cluster 0 pgmap v1471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:03:54.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:54 smithi135 bash[32435]: cluster 2023-12-07T18:03:53.509079+0000 mgr.a (mgr.14403) 1978 : cluster 0 pgmap v1471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:03:56.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:03:56.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:03:56.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:03:56.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:56 smithi079 bash[28699]: cluster 2023-12-07T18:03:55.509708+0000 mgr.a (mgr.14403) 1979 : cluster 0 pgmap v1472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:03:56.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:56 smithi194 bash[32038]: cluster 2023-12-07T18:03:55.509708+0000 mgr.a (mgr.14403) 1979 : cluster 0 pgmap v1472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:03:56.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:56 smithi135 bash[32435]: cluster 2023-12-07T18:03:55.509708+0000 mgr.a (mgr.14403) 1979 : cluster 0 pgmap v1472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:03:57.276 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:03:57.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:03:57.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:03:57.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:03:57.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:03:58.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:58 smithi079 bash[28699]: audit 2023-12-07T18:03:56.767193+0000 mgr.a (mgr.14403) 1980 : audit 0 from='client.51981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:58.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:58 smithi079 bash[28699]: cluster 2023-12-07T18:03:57.510447+0000 mgr.a (mgr.14403) 1981 : cluster 0 pgmap v1473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:58.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:58 smithi194 bash[32038]: audit 2023-12-07T18:03:56.767193+0000 mgr.a (mgr.14403) 1980 : audit 0 from='client.51981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:58.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:58 smithi194 bash[32038]: cluster 2023-12-07T18:03:57.510447+0000 mgr.a (mgr.14403) 1981 : cluster 0 pgmap v1473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:03:58.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:58 smithi135 bash[32435]: audit 2023-12-07T18:03:56.767193+0000 mgr.a (mgr.14403) 1980 : audit 0 from='client.51981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:03:58.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:58 smithi135 bash[32435]: cluster 2023-12-07T18:03:57.510447+0000 mgr.a (mgr.14403) 1981 : cluster 0 pgmap v1473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:00.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:03:59 smithi194 bash[32038]: cluster 2023-12-07T18:03:59.511381+0000 mgr.a (mgr.14403) 1982 : cluster 0 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-07T18:04:00.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:03:59 smithi135 bash[32435]: cluster 2023-12-07T18:03:59.511381+0000 mgr.a (mgr.14403) 1982 : cluster 0 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-07T18:04:00.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:03:59 smithi079 bash[28699]: cluster 2023-12-07T18:03:59.511381+0000 mgr.a (mgr.14403) 1982 : cluster 0 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-07T18:04:02.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:04:02.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:02.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:02.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:02 smithi079 bash[28699]: cluster 2023-12-07T18:04:01.512041+0000 mgr.a (mgr.14403) 1983 : cluster 0 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-07T18:04:02.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:02 smithi194 bash[32038]: cluster 2023-12-07T18:04:01.512041+0000 mgr.a (mgr.14403) 1983 : cluster 0 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-07T18:04:02.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:02 smithi135 bash[32435]: cluster 2023-12-07T18:04:01.512041+0000 mgr.a (mgr.14403) 1983 : cluster 0 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-07T18:04:03.200 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:04:03.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:03.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:03.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:03.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:04:03.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:03 smithi079 bash[28699]: audit 2023-12-07T18:04:02.684848+0000 mgr.a (mgr.14403) 1984 : audit 0 from='client.52059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:03.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:03 smithi194 bash[32038]: audit 2023-12-07T18:04:02.684848+0000 mgr.a (mgr.14403) 1984 : audit 0 from='client.52059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:03.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:03 smithi135 bash[32435]: audit 2023-12-07T18:04:02.684848+0000 mgr.a (mgr.14403) 1984 : audit 0 from='client.52059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:04.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:04 smithi079 bash[28699]: cluster 2023-12-07T18:04:03.512991+0000 mgr.a (mgr.14403) 1985 : cluster 0 pgmap v1476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:04:04.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:04 smithi194 bash[32038]: cluster 2023-12-07T18:04:03.512991+0000 mgr.a (mgr.14403) 1985 : cluster 0 pgmap v1476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:04:04.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:04 smithi135 bash[32435]: cluster 2023-12-07T18:04:03.512991+0000 mgr.a (mgr.14403) 1985 : cluster 0 pgmap v1476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:04:06.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:06 smithi079 bash[28699]: cluster 2023-12-07T18:04:05.513642+0000 mgr.a (mgr.14403) 1986 : cluster 0 pgmap v1477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:04:06.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:06 smithi194 bash[32038]: cluster 2023-12-07T18:04:05.513642+0000 mgr.a (mgr.14403) 1986 : cluster 0 pgmap v1477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:04:06.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:06 smithi135 bash[32435]: cluster 2023-12-07T18:04:05.513642+0000 mgr.a (mgr.14403) 1986 : cluster 0 pgmap v1477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:04:08.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:04:08.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:08.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:08.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:08 smithi079 bash[28699]: cluster 2023-12-07T18:04:07.514232+0000 mgr.a (mgr.14403) 1987 : cluster 0 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-07T18:04:08.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:08 smithi194 bash[32038]: cluster 2023-12-07T18:04:07.514232+0000 mgr.a (mgr.14403) 1987 : cluster 0 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-07T18:04:08.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:08 smithi135 bash[32435]: cluster 2023-12-07T18:04:07.514232+0000 mgr.a (mgr.14403) 1987 : cluster 0 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-07T18:04:09.087 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:04:09.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:09.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:09.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:09.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:04:09.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:09 smithi079 bash[28699]: audit 2023-12-07T18:04:08.596083+0000 mgr.a (mgr.14403) 1988 : audit 0 from='client.52137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:09.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:09 smithi194 bash[32038]: audit 2023-12-07T18:04:08.596083+0000 mgr.a (mgr.14403) 1988 : audit 0 from='client.52137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:09.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:09 smithi135 bash[32435]: audit 2023-12-07T18:04:08.596083+0000 mgr.a (mgr.14403) 1988 : audit 0 from='client.52137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:10.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:10 smithi079 bash[28699]: cluster 2023-12-07T18:04:09.515301+0000 mgr.a (mgr.14403) 1989 : cluster 0 pgmap v1479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:10.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:10 smithi194 bash[32038]: cluster 2023-12-07T18:04:09.515301+0000 mgr.a (mgr.14403) 1989 : cluster 0 pgmap v1479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:10.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:10 smithi135 bash[32435]: cluster 2023-12-07T18:04:09.515301+0000 mgr.a (mgr.14403) 1989 : cluster 0 pgmap v1479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:12.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:12 smithi079 bash[28699]: cluster 2023-12-07T18:04:11.515912+0000 mgr.a (mgr.14403) 1990 : cluster 0 pgmap v1480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:12.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:12 smithi194 bash[32038]: cluster 2023-12-07T18:04:11.515912+0000 mgr.a (mgr.14403) 1990 : cluster 0 pgmap v1480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:12.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:12 smithi135 bash[32435]: cluster 2023-12-07T18:04:11.515912+0000 mgr.a (mgr.14403) 1990 : cluster 0 pgmap v1480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:14.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:04:14.089 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:14.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:14.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:14 smithi079 bash[28699]: cluster 2023-12-07T18:04:13.516596+0000 mgr.a (mgr.14403) 1991 : cluster 0 pgmap v1481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:04:14.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:14 smithi194 bash[32038]: cluster 2023-12-07T18:04:13.516596+0000 mgr.a (mgr.14403) 1991 : cluster 0 pgmap v1481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:04:14.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:14 smithi135 bash[32435]: cluster 2023-12-07T18:04:13.516596+0000 mgr.a (mgr.14403) 1991 : cluster 0 pgmap v1481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:04:15.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:15.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:15.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:15.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:04:15.003 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:04:15.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:15 smithi079 bash[28699]: audit 2023-12-07T18:04:14.484472+0000 mgr.a (mgr.14403) 1992 : audit 0 from='client.52215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:15.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:15 smithi194 bash[32038]: audit 2023-12-07T18:04:14.484472+0000 mgr.a (mgr.14403) 1992 : audit 0 from='client.52215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:15.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:15 smithi135 bash[32435]: audit 2023-12-07T18:04:14.484472+0000 mgr.a (mgr.14403) 1992 : audit 0 from='client.52215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:16.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:16 smithi079 bash[28699]: cluster 2023-12-07T18:04:15.517411+0000 mgr.a (mgr.14403) 1993 : cluster 0 pgmap v1482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:04:16.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:16 smithi194 bash[32038]: cluster 2023-12-07T18:04:15.517411+0000 mgr.a (mgr.14403) 1993 : cluster 0 pgmap v1482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:04:16.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:16 smithi135 bash[32435]: cluster 2023-12-07T18:04:15.517411+0000 mgr.a (mgr.14403) 1993 : cluster 0 pgmap v1482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:04:18.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:18 smithi079 bash[28699]: cluster 2023-12-07T18:04:17.517992+0000 mgr.a (mgr.14403) 1994 : cluster 0 pgmap v1483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:18.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:18 smithi194 bash[32038]: cluster 2023-12-07T18:04:17.517992+0000 mgr.a (mgr.14403) 1994 : cluster 0 pgmap v1483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:18.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:18 smithi135 bash[32435]: cluster 2023-12-07T18:04:17.517992+0000 mgr.a (mgr.14403) 1994 : cluster 0 pgmap v1483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:20.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:04:20.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:20.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:20.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:19 smithi194 bash[32038]: cluster 2023-12-07T18:04:19.518780+0000 mgr.a (mgr.14403) 1995 : cluster 0 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-07T18:04:20.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:19 smithi135 bash[32435]: cluster 2023-12-07T18:04:19.518780+0000 mgr.a (mgr.14403) 1995 : cluster 0 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-07T18:04:20.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:19 smithi079 bash[28699]: cluster 2023-12-07T18:04:19.518780+0000 mgr.a (mgr.14403) 1995 : cluster 0 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-07T18:04:20.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:20.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:20.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:20.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:04:20.907 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:04:21.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:20 smithi194 bash[32038]: audit 2023-12-07T18:04:20.403328+0000 mgr.a (mgr.14403) 1996 : audit 0 from='client.52290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:21.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:20 smithi135 bash[32435]: audit 2023-12-07T18:04:20.403328+0000 mgr.a (mgr.14403) 1996 : audit 0 from='client.52290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:21.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:20 smithi079 bash[28699]: audit 2023-12-07T18:04:20.403328+0000 mgr.a (mgr.14403) 1996 : audit 0 from='client.52290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:22.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:21 smithi135 bash[32435]: cluster 2023-12-07T18:04:21.519489+0000 mgr.a (mgr.14403) 1997 : cluster 0 pgmap v1485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:22.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:21 smithi079 bash[28699]: cluster 2023-12-07T18:04:21.519489+0000 mgr.a (mgr.14403) 1997 : cluster 0 pgmap v1485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:22.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:21 smithi194 bash[32038]: cluster 2023-12-07T18:04:21.519489+0000 mgr.a (mgr.14403) 1997 : cluster 0 pgmap v1485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:24.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:24 smithi079 bash[28699]: cluster 2023-12-07T18:04:23.520249+0000 mgr.a (mgr.14403) 1998 : cluster 0 pgmap v1486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:04:24.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:24 smithi194 bash[32038]: cluster 2023-12-07T18:04:23.520249+0000 mgr.a (mgr.14403) 1998 : cluster 0 pgmap v1486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:04:24.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:24 smithi135 bash[32435]: cluster 2023-12-07T18:04:23.520249+0000 mgr.a (mgr.14403) 1998 : cluster 0 pgmap v1486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:04:25.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:04:25.911 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:25.911 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:26.802 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:04:26.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:26.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:26.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:26.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:04:26.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:26 smithi079 bash[28699]: cluster 2023-12-07T18:04:25.520873+0000 mgr.a (mgr.14403) 1999 : cluster 0 pgmap v1487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:04:26.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:26 smithi194 bash[32038]: cluster 2023-12-07T18:04:25.520873+0000 mgr.a (mgr.14403) 1999 : cluster 0 pgmap v1487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:04:26.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:26 smithi135 bash[32435]: cluster 2023-12-07T18:04:25.520873+0000 mgr.a (mgr.14403) 1999 : cluster 0 pgmap v1487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:04:27.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:27 smithi079 bash[28699]: audit 2023-12-07T18:04:26.314257+0000 mgr.a (mgr.14403) 2000 : audit 0 from='client.52365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:27.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:27 smithi194 bash[32038]: audit 2023-12-07T18:04:26.314257+0000 mgr.a (mgr.14403) 2000 : audit 0 from='client.52365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:27.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:27 smithi135 bash[32435]: audit 2023-12-07T18:04:26.314257+0000 mgr.a (mgr.14403) 2000 : audit 0 from='client.52365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:28.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:28 smithi079 bash[28699]: cluster 2023-12-07T18:04:27.521722+0000 mgr.a (mgr.14403) 2001 : cluster 0 pgmap v1488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:28.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:28 smithi194 bash[32038]: cluster 2023-12-07T18:04:27.521722+0000 mgr.a (mgr.14403) 2001 : cluster 0 pgmap v1488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:28.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:28 smithi135 bash[32435]: cluster 2023-12-07T18:04:27.521722+0000 mgr.a (mgr.14403) 2001 : cluster 0 pgmap v1488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:30.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:29 smithi194 bash[32038]: cluster 2023-12-07T18:04:29.522603+0000 mgr.a (mgr.14403) 2002 : cluster 0 pgmap v1489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:30.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:29 smithi135 bash[32435]: cluster 2023-12-07T18:04:29.522603+0000 mgr.a (mgr.14403) 2002 : cluster 0 pgmap v1489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:30.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:29 smithi079 bash[28699]: cluster 2023-12-07T18:04:29.522603+0000 mgr.a (mgr.14403) 2002 : cluster 0 pgmap v1489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:04:31.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:04:31.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:31.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:32.714 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:04:32.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:32.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:32.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:32.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:04:32.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:32 smithi079 bash[28699]: cluster 2023-12-07T18:04:31.523172+0000 mgr.a (mgr.14403) 2003 : cluster 0 pgmap v1490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:32.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:32 smithi194 bash[32038]: cluster 2023-12-07T18:04:31.523172+0000 mgr.a (mgr.14403) 2003 : cluster 0 pgmap v1490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:32.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:32 smithi135 bash[32435]: cluster 2023-12-07T18:04:31.523172+0000 mgr.a (mgr.14403) 2003 : cluster 0 pgmap v1490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:33.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:33 smithi079 bash[28699]: audit 2023-12-07T18:04:32.194621+0000 mgr.a (mgr.14403) 2004 : audit 0 from='client.52443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:33.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:33 smithi194 bash[32038]: audit 2023-12-07T18:04:32.194621+0000 mgr.a (mgr.14403) 2004 : audit 0 from='client.52443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:33.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:33 smithi135 bash[32435]: audit 2023-12-07T18:04:32.194621+0000 mgr.a (mgr.14403) 2004 : audit 0 from='client.52443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:34.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:34 smithi079 bash[28699]: cluster 2023-12-07T18:04:33.524016+0000 mgr.a (mgr.14403) 2005 : cluster 0 pgmap v1491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:04:34.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:34 smithi194 bash[32038]: cluster 2023-12-07T18:04:33.524016+0000 mgr.a (mgr.14403) 2005 : cluster 0 pgmap v1491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:04:34.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:34 smithi135 bash[32435]: cluster 2023-12-07T18:04:33.524016+0000 mgr.a (mgr.14403) 2005 : cluster 0 pgmap v1491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:04:36.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:36 smithi079 bash[28699]: cluster 2023-12-07T18:04:35.524670+0000 mgr.a (mgr.14403) 2006 : cluster 0 pgmap v1492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:04:36.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:36 smithi194 bash[32038]: cluster 2023-12-07T18:04:35.524670+0000 mgr.a (mgr.14403) 2006 : cluster 0 pgmap v1492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:04:36.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:36 smithi135 bash[32435]: cluster 2023-12-07T18:04:35.524670+0000 mgr.a (mgr.14403) 2006 : cluster 0 pgmap v1492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:04:37.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:04:37.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:37.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:38.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:38.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:38.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:38.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:04:38.596 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:04:38.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:38 smithi079 bash[28699]: cluster 2023-12-07T18:04:37.525266+0000 mgr.a (mgr.14403) 2007 : cluster 0 pgmap v1493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:38.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:38 smithi194 bash[32038]: cluster 2023-12-07T18:04:37.525266+0000 mgr.a (mgr.14403) 2007 : cluster 0 pgmap v1493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:38.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:38 smithi135 bash[32435]: cluster 2023-12-07T18:04:37.525266+0000 mgr.a (mgr.14403) 2007 : cluster 0 pgmap v1493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:39.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:39 smithi079 bash[28699]: audit 2023-12-07T18:04:38.112955+0000 mgr.a (mgr.14403) 2008 : audit 0 from='client.52521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:39.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:39 smithi194 bash[32038]: audit 2023-12-07T18:04:38.112955+0000 mgr.a (mgr.14403) 2008 : audit 0 from='client.52521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:39.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:39 smithi135 bash[32435]: audit 2023-12-07T18:04:38.112955+0000 mgr.a (mgr.14403) 2008 : audit 0 from='client.52521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:40.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:40 smithi079 bash[28699]: cluster 2023-12-07T18:04:39.526244+0000 mgr.a (mgr.14403) 2009 : cluster 0 pgmap v1494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:04:40.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:40 smithi194 bash[32038]: cluster 2023-12-07T18:04:39.526244+0000 mgr.a (mgr.14403) 2009 : cluster 0 pgmap v1494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:04:40.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:40 smithi135 bash[32435]: cluster 2023-12-07T18:04:39.526244+0000 mgr.a (mgr.14403) 2009 : cluster 0 pgmap v1494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:04:42.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:42 smithi079 bash[28699]: cluster 2023-12-07T18:04:41.526812+0000 mgr.a (mgr.14403) 2010 : cluster 0 pgmap v1495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:04:42.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:42 smithi194 bash[32038]: cluster 2023-12-07T18:04:41.526812+0000 mgr.a (mgr.14403) 2010 : cluster 0 pgmap v1495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:04:42.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:42 smithi135 bash[32435]: cluster 2023-12-07T18:04:41.526812+0000 mgr.a (mgr.14403) 2010 : cluster 0 pgmap v1495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:04:43.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:04:43.599 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:43.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:44.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:44.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:44.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:44.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:04:44.509 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:04:44.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:44 smithi079 bash[28699]: cluster 2023-12-07T18:04:43.527677+0000 mgr.a (mgr.14403) 2011 : cluster 0 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-07T18:04:44.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:44 smithi194 bash[32038]: cluster 2023-12-07T18:04:43.527677+0000 mgr.a (mgr.14403) 2011 : cluster 0 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-07T18:04:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:44 smithi135 bash[32435]: cluster 2023-12-07T18:04:43.527677+0000 mgr.a (mgr.14403) 2011 : cluster 0 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-07T18:04:45.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:45 smithi079 bash[28699]: audit 2023-12-07T18:04:43.998005+0000 mgr.a (mgr.14403) 2012 : audit 0 from='client.52599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:45.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:45 smithi194 bash[32038]: audit 2023-12-07T18:04:43.998005+0000 mgr.a (mgr.14403) 2012 : audit 0 from='client.52599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:45.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:45 smithi135 bash[32435]: audit 2023-12-07T18:04:43.998005+0000 mgr.a (mgr.14403) 2012 : audit 0 from='client.52599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:46.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:46 smithi079 bash[28699]: cluster 2023-12-07T18:04:45.528652+0000 mgr.a (mgr.14403) 2013 : cluster 0 pgmap v1497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:04:46.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:46 smithi194 bash[32038]: cluster 2023-12-07T18:04:45.528652+0000 mgr.a (mgr.14403) 2013 : cluster 0 pgmap v1497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:04:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:46 smithi135 bash[32435]: cluster 2023-12-07T18:04:45.528652+0000 mgr.a (mgr.14403) 2013 : cluster 0 pgmap v1497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:04:48.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:48 smithi079 bash[28699]: cluster 2023-12-07T18:04:47.529414+0000 mgr.a (mgr.14403) 2014 : cluster 0 pgmap v1498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:48.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:48 smithi194 bash[32038]: cluster 2023-12-07T18:04:47.529414+0000 mgr.a (mgr.14403) 2014 : cluster 0 pgmap v1498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:48 smithi135 bash[32435]: cluster 2023-12-07T18:04:47.529414+0000 mgr.a (mgr.14403) 2014 : cluster 0 pgmap v1498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:04:49.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:04:49.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:49.512 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:50.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:49 smithi135 bash[32435]: cluster 2023-12-07T18:04:49.530313+0000 mgr.a (mgr.14403) 2015 : cluster 0 pgmap v1499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:50.392 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:04:50.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:50.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:50.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:50.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:04:50.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:49 smithi079 bash[28699]: cluster 2023-12-07T18:04:49.530313+0000 mgr.a (mgr.14403) 2015 : cluster 0 pgmap v1499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:50.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:49 smithi194 bash[32038]: cluster 2023-12-07T18:04:49.530313+0000 mgr.a (mgr.14403) 2015 : cluster 0 pgmap v1499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:51.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:50 smithi079 bash[28699]: audit 2023-12-07T18:04:49.907847+0000 mgr.a (mgr.14403) 2016 : audit 0 from='client.52674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:51.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:50 smithi079 bash[28699]: audit 2023-12-07T18:04:50.689143+0000 mon.a (mon.0) 743 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:04:51.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:50 smithi194 bash[32038]: audit 2023-12-07T18:04:49.907847+0000 mgr.a (mgr.14403) 2016 : audit 0 from='client.52674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:51.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:50 smithi194 bash[32038]: audit 2023-12-07T18:04:50.689143+0000 mon.a (mon.0) 743 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:04:51.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:50 smithi135 bash[32435]: audit 2023-12-07T18:04:49.907847+0000 mgr.a (mgr.14403) 2016 : audit 0 from='client.52674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:51.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:50 smithi135 bash[32435]: audit 2023-12-07T18:04:50.689143+0000 mon.a (mon.0) 743 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:04:52.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:51 smithi079 bash[28699]: audit 2023-12-07T18:04:51.432227+0000 mon.a (mon.0) 744 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:04:52.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:51 smithi079 bash[28699]: audit 2023-12-07T18:04:51.433354+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:04:52.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:51 smithi079 bash[28699]: audit 2023-12-07T18:04:51.441435+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:04:52.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:51 smithi079 bash[28699]: cluster 2023-12-07T18:04:51.530987+0000 mgr.a (mgr.14403) 2017 : cluster 0 pgmap v1500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:04:52.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:51 smithi194 bash[32038]: audit 2023-12-07T18:04:51.432227+0000 mon.a (mon.0) 744 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:04:52.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:51 smithi194 bash[32038]: audit 2023-12-07T18:04:51.433354+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:04:52.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:51 smithi194 bash[32038]: audit 2023-12-07T18:04:51.441435+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:04:52.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:51 smithi194 bash[32038]: cluster 2023-12-07T18:04:51.530987+0000 mgr.a (mgr.14403) 2017 : cluster 0 pgmap v1500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:04:52.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:51 smithi135 bash[32435]: audit 2023-12-07T18:04:51.432227+0000 mon.a (mon.0) 744 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:04:52.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:51 smithi135 bash[32435]: audit 2023-12-07T18:04:51.433354+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:04:52.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:51 smithi135 bash[32435]: audit 2023-12-07T18:04:51.441435+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:04:52.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:51 smithi135 bash[32435]: cluster 2023-12-07T18:04:51.530987+0000 mgr.a (mgr.14403) 2017 : cluster 0 pgmap v1500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:04:54.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:54 smithi079 bash[28699]: cluster 2023-12-07T18:04:53.531715+0000 mgr.a (mgr.14403) 2018 : cluster 0 pgmap v1501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:04:54.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:54 smithi194 bash[32038]: cluster 2023-12-07T18:04:53.531715+0000 mgr.a (mgr.14403) 2018 : cluster 0 pgmap v1501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:04:54.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:54 smithi135 bash[32435]: cluster 2023-12-07T18:04:53.531715+0000 mgr.a (mgr.14403) 2018 : cluster 0 pgmap v1501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:04:55.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:04:55.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:04:55.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:04:56.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:04:56.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:04:56.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:04:56.304 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:04:56.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:04:56.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:56 smithi079 bash[28699]: cluster 2023-12-07T18:04:55.532281+0000 mgr.a (mgr.14403) 2019 : cluster 0 pgmap v1502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:56.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:56 smithi194 bash[32038]: cluster 2023-12-07T18:04:55.532281+0000 mgr.a (mgr.14403) 2019 : cluster 0 pgmap v1502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:56.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:56 smithi135 bash[32435]: cluster 2023-12-07T18:04:55.532281+0000 mgr.a (mgr.14403) 2019 : cluster 0 pgmap v1502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:57.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:57 smithi079 bash[28699]: audit 2023-12-07T18:04:55.795135+0000 mgr.a (mgr.14403) 2020 : audit 0 from='client.52749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:57.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:57 smithi194 bash[32038]: audit 2023-12-07T18:04:55.795135+0000 mgr.a (mgr.14403) 2020 : audit 0 from='client.52749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:57.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:57 smithi135 bash[32435]: audit 2023-12-07T18:04:55.795135+0000 mgr.a (mgr.14403) 2020 : audit 0 from='client.52749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:04:58.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:58 smithi079 bash[28699]: cluster 2023-12-07T18:04:57.532908+0000 mgr.a (mgr.14403) 2021 : cluster 0 pgmap v1503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:58.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:58 smithi194 bash[32038]: cluster 2023-12-07T18:04:57.532908+0000 mgr.a (mgr.14403) 2021 : cluster 0 pgmap v1503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:04:58.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:58 smithi135 bash[32435]: cluster 2023-12-07T18:04:57.532908+0000 mgr.a (mgr.14403) 2021 : cluster 0 pgmap v1503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:00.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:04:59 smithi079 bash[28699]: cluster 2023-12-07T18:04:59.533731+0000 mgr.a (mgr.14403) 2022 : cluster 0 pgmap v1504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:00.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:04:59 smithi194 bash[32038]: cluster 2023-12-07T18:04:59.533731+0000 mgr.a (mgr.14403) 2022 : cluster 0 pgmap v1504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:00.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:04:59 smithi135 bash[32435]: cluster 2023-12-07T18:04:59.533731+0000 mgr.a (mgr.14403) 2022 : cluster 0 pgmap v1504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:01.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:05:01.308 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:01.308 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:02.209 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:05:02.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:02.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:02.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:02.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:05:02.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:02 smithi079 bash[28699]: cluster 2023-12-07T18:05:01.534144+0000 mgr.a (mgr.14403) 2023 : cluster 0 pgmap v1505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:02.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:02 smithi079 bash[28699]: audit 2023-12-07T18:05:01.702328+0000 mgr.a (mgr.14403) 2024 : audit 0 from='client.52821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:02.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:02 smithi194 bash[32038]: cluster 2023-12-07T18:05:01.534144+0000 mgr.a (mgr.14403) 2023 : cluster 0 pgmap v1505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:02.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:02 smithi194 bash[32038]: audit 2023-12-07T18:05:01.702328+0000 mgr.a (mgr.14403) 2024 : audit 0 from='client.52821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:02.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:02 smithi135 bash[32435]: cluster 2023-12-07T18:05:01.534144+0000 mgr.a (mgr.14403) 2023 : cluster 0 pgmap v1505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:02.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:02 smithi135 bash[32435]: audit 2023-12-07T18:05:01.702328+0000 mgr.a (mgr.14403) 2024 : audit 0 from='client.52821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:04.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:04 smithi079 bash[28699]: cluster 2023-12-07T18:05:03.534861+0000 mgr.a (mgr.14403) 2025 : cluster 0 pgmap v1506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:05:04.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:04 smithi194 bash[32038]: cluster 2023-12-07T18:05:03.534861+0000 mgr.a (mgr.14403) 2025 : cluster 0 pgmap v1506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:05:04.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:04 smithi135 bash[32435]: cluster 2023-12-07T18:05:03.534861+0000 mgr.a (mgr.14403) 2025 : cluster 0 pgmap v1506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:05:06.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:06 smithi079 bash[28699]: cluster 2023-12-07T18:05:05.535414+0000 mgr.a (mgr.14403) 2026 : cluster 0 pgmap v1507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:05:06.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:06 smithi194 bash[32038]: cluster 2023-12-07T18:05:05.535414+0000 mgr.a (mgr.14403) 2026 : cluster 0 pgmap v1507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:05:06.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:06 smithi135 bash[32435]: cluster 2023-12-07T18:05:05.535414+0000 mgr.a (mgr.14403) 2026 : cluster 0 pgmap v1507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:05:07.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:05:07.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:07.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:08.112 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:05:08.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:08.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:08.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:08.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:05:08.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:08 smithi079 bash[28699]: cluster 2023-12-07T18:05:07.535819+0000 mgr.a (mgr.14403) 2027 : cluster 0 pgmap v1508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:08.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:08 smithi079 bash[28699]: audit 2023-12-07T18:05:07.612249+0000 mgr.a (mgr.14403) 2028 : audit 0 from='client.52899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:08.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:08 smithi194 bash[32038]: cluster 2023-12-07T18:05:07.535819+0000 mgr.a (mgr.14403) 2027 : cluster 0 pgmap v1508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:08.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:08 smithi194 bash[32038]: audit 2023-12-07T18:05:07.612249+0000 mgr.a (mgr.14403) 2028 : audit 0 from='client.52899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:08.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:08 smithi135 bash[32435]: cluster 2023-12-07T18:05:07.535819+0000 mgr.a (mgr.14403) 2027 : cluster 0 pgmap v1508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:08.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:08 smithi135 bash[32435]: audit 2023-12-07T18:05:07.612249+0000 mgr.a (mgr.14403) 2028 : audit 0 from='client.52899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:10.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:09 smithi079 bash[28699]: cluster 2023-12-07T18:05:09.536694+0000 mgr.a (mgr.14403) 2029 : cluster 0 pgmap v1509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:10.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:09 smithi194 bash[32038]: cluster 2023-12-07T18:05:09.536694+0000 mgr.a (mgr.14403) 2029 : cluster 0 pgmap v1509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:10.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:09 smithi135 bash[32435]: cluster 2023-12-07T18:05:09.536694+0000 mgr.a (mgr.14403) 2029 : cluster 0 pgmap v1509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:12.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:12 smithi079 bash[28699]: cluster 2023-12-07T18:05:11.537278+0000 mgr.a (mgr.14403) 2030 : cluster 0 pgmap v1510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:12.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:12 smithi194 bash[32038]: cluster 2023-12-07T18:05:11.537278+0000 mgr.a (mgr.14403) 2030 : cluster 0 pgmap v1510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:12.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:12 smithi135 bash[32435]: cluster 2023-12-07T18:05:11.537278+0000 mgr.a (mgr.14403) 2030 : cluster 0 pgmap v1510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:13.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:05:13.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:13.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:14.012 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:05:14.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:14.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:14.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:14.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:05:14.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:14 smithi079 bash[28699]: audit 2023-12-07T18:05:13.510419+0000 mgr.a (mgr.14403) 2031 : audit 0 from='client.52971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:14.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:14 smithi079 bash[28699]: cluster 2023-12-07T18:05:13.538303+0000 mgr.a (mgr.14403) 2032 : cluster 0 pgmap v1511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:14.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:14 smithi194 bash[32038]: audit 2023-12-07T18:05:13.510419+0000 mgr.a (mgr.14403) 2031 : audit 0 from='client.52971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:14.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:14 smithi194 bash[32038]: cluster 2023-12-07T18:05:13.538303+0000 mgr.a (mgr.14403) 2032 : cluster 0 pgmap v1511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:14.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:14 smithi135 bash[32435]: audit 2023-12-07T18:05:13.510419+0000 mgr.a (mgr.14403) 2031 : audit 0 from='client.52971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:14.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:14 smithi135 bash[32435]: cluster 2023-12-07T18:05:13.538303+0000 mgr.a (mgr.14403) 2032 : cluster 0 pgmap v1511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:16.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:16 smithi079 bash[28699]: cluster 2023-12-07T18:05:15.539112+0000 mgr.a (mgr.14403) 2033 : cluster 0 pgmap v1512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:05:16.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:16 smithi194 bash[32038]: cluster 2023-12-07T18:05:15.539112+0000 mgr.a (mgr.14403) 2033 : cluster 0 pgmap v1512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:05:16.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:16 smithi135 bash[32435]: cluster 2023-12-07T18:05:15.539112+0000 mgr.a (mgr.14403) 2033 : cluster 0 pgmap v1512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:05:18.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:18 smithi079 bash[28699]: cluster 2023-12-07T18:05:17.539624+0000 mgr.a (mgr.14403) 2034 : cluster 0 pgmap v1513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:18.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:18 smithi194 bash[32038]: cluster 2023-12-07T18:05:17.539624+0000 mgr.a (mgr.14403) 2034 : cluster 0 pgmap v1513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:18.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:18 smithi135 bash[32435]: cluster 2023-12-07T18:05:17.539624+0000 mgr.a (mgr.14403) 2034 : cluster 0 pgmap v1513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:19.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:05:19.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:19.016 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:19.917 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:05:19.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:19.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:19.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:19.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:05:20.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:19 smithi079 bash[28699]: audit 2023-12-07T18:05:19.414171+0000 mgr.a (mgr.14403) 2035 : audit 0 from='client.53043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:20.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:19 smithi079 bash[28699]: cluster 2023-12-07T18:05:19.540541+0000 mgr.a (mgr.14403) 2036 : cluster 0 pgmap v1514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:20.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:19 smithi194 bash[32038]: audit 2023-12-07T18:05:19.414171+0000 mgr.a (mgr.14403) 2035 : audit 0 from='client.53043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:20.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:19 smithi194 bash[32038]: cluster 2023-12-07T18:05:19.540541+0000 mgr.a (mgr.14403) 2036 : cluster 0 pgmap v1514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:20.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:19 smithi135 bash[32435]: audit 2023-12-07T18:05:19.414171+0000 mgr.a (mgr.14403) 2035 : audit 0 from='client.53043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:20.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:19 smithi135 bash[32435]: cluster 2023-12-07T18:05:19.540541+0000 mgr.a (mgr.14403) 2036 : cluster 0 pgmap v1514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:22.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:22 smithi079 bash[28699]: cluster 2023-12-07T18:05:21.541266+0000 mgr.a (mgr.14403) 2037 : cluster 0 pgmap v1515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:22.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:22 smithi194 bash[32038]: cluster 2023-12-07T18:05:21.541266+0000 mgr.a (mgr.14403) 2037 : cluster 0 pgmap v1515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:22.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:22 smithi135 bash[32435]: cluster 2023-12-07T18:05:21.541266+0000 mgr.a (mgr.14403) 2037 : cluster 0 pgmap v1515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:24.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:24 smithi079 bash[28699]: cluster 2023-12-07T18:05:23.542040+0000 mgr.a (mgr.14403) 2038 : cluster 0 pgmap v1516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:05:24.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:05:24.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:24.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:24.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:24 smithi194 bash[32038]: cluster 2023-12-07T18:05:23.542040+0000 mgr.a (mgr.14403) 2038 : cluster 0 pgmap v1516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:05:24.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:24 smithi135 bash[32435]: cluster 2023-12-07T18:05:23.542040+0000 mgr.a (mgr.14403) 2038 : cluster 0 pgmap v1516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:05:25.812 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:05:25.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:25.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:25.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:25.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:05:26.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:26 smithi079 bash[28699]: audit 2023-12-07T18:05:25.316315+0000 mgr.a (mgr.14403) 2039 : audit 0 from='client.53118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:26.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:26 smithi079 bash[28699]: cluster 2023-12-07T18:05:25.542733+0000 mgr.a (mgr.14403) 2040 : cluster 0 pgmap v1517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:26.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:26 smithi194 bash[32038]: audit 2023-12-07T18:05:25.316315+0000 mgr.a (mgr.14403) 2039 : audit 0 from='client.53118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:26.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:26 smithi194 bash[32038]: cluster 2023-12-07T18:05:25.542733+0000 mgr.a (mgr.14403) 2040 : cluster 0 pgmap v1517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:26.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:26 smithi135 bash[32435]: audit 2023-12-07T18:05:25.316315+0000 mgr.a (mgr.14403) 2039 : audit 0 from='client.53118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:26.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:26 smithi135 bash[32435]: cluster 2023-12-07T18:05:25.542733+0000 mgr.a (mgr.14403) 2040 : cluster 0 pgmap v1517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:28.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:28 smithi079 bash[28699]: cluster 2023-12-07T18:05:27.543401+0000 mgr.a (mgr.14403) 2041 : cluster 0 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-07T18:05:28.961 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:28 smithi194 bash[32038]: cluster 2023-12-07T18:05:27.543401+0000 mgr.a (mgr.14403) 2041 : cluster 0 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-07T18:05:28.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:28 smithi135 bash[32435]: cluster 2023-12-07T18:05:27.543401+0000 mgr.a (mgr.14403) 2041 : cluster 0 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-07T18:05:30.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:29 smithi079 bash[28699]: cluster 2023-12-07T18:05:29.544285+0000 mgr.a (mgr.14403) 2042 : cluster 0 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-07T18:05:30.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:29 smithi194 bash[32038]: cluster 2023-12-07T18:05:29.544285+0000 mgr.a (mgr.14403) 2042 : cluster 0 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-07T18:05:30.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:29 smithi135 bash[32435]: cluster 2023-12-07T18:05:29.544285+0000 mgr.a (mgr.14403) 2042 : cluster 0 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-07T18:05:30.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:05:30.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:30.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:31.720 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:05:31.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:31.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:31.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:31.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:05:32.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:32 smithi079 bash[28699]: audit 2023-12-07T18:05:31.213353+0000 mgr.a (mgr.14403) 2043 : audit 0 from='client.53193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:32.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:32 smithi079 bash[28699]: cluster 2023-12-07T18:05:31.545266+0000 mgr.a (mgr.14403) 2044 : cluster 0 pgmap v1520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:32.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:32 smithi194 bash[32038]: audit 2023-12-07T18:05:31.213353+0000 mgr.a (mgr.14403) 2043 : audit 0 from='client.53193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:32.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:32 smithi194 bash[32038]: cluster 2023-12-07T18:05:31.545266+0000 mgr.a (mgr.14403) 2044 : cluster 0 pgmap v1520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:32.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:32 smithi135 bash[32435]: audit 2023-12-07T18:05:31.213353+0000 mgr.a (mgr.14403) 2043 : audit 0 from='client.53193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:32.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:32 smithi135 bash[32435]: cluster 2023-12-07T18:05:31.545266+0000 mgr.a (mgr.14403) 2044 : cluster 0 pgmap v1520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:34.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:34 smithi079 bash[28699]: cluster 2023-12-07T18:05:33.546168+0000 mgr.a (mgr.14403) 2045 : cluster 0 pgmap v1521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:05:34.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:34 smithi194 bash[32038]: cluster 2023-12-07T18:05:33.546168+0000 mgr.a (mgr.14403) 2045 : cluster 0 pgmap v1521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:05:34.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:34 smithi135 bash[32435]: cluster 2023-12-07T18:05:33.546168+0000 mgr.a (mgr.14403) 2045 : cluster 0 pgmap v1521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:05:36.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:05:36.724 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:36.724 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:36.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:36 smithi079 bash[28699]: cluster 2023-12-07T18:05:35.546927+0000 mgr.a (mgr.14403) 2046 : cluster 0 pgmap v1522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:05:36.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:36 smithi194 bash[32038]: cluster 2023-12-07T18:05:35.546927+0000 mgr.a (mgr.14403) 2046 : cluster 0 pgmap v1522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:05:36.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:36 smithi135 bash[32435]: cluster 2023-12-07T18:05:35.546927+0000 mgr.a (mgr.14403) 2046 : cluster 0 pgmap v1522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:05:37.642 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:05:37.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:37.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:37.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:37.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:05:38.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:38 smithi079 bash[28699]: audit 2023-12-07T18:05:37.125553+0000 mgr.a (mgr.14403) 2047 : audit 0 from='client.53259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:38.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:38 smithi079 bash[28699]: cluster 2023-12-07T18:05:37.547681+0000 mgr.a (mgr.14403) 2048 : cluster 0 pgmap v1523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:38.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:38 smithi194 bash[32038]: audit 2023-12-07T18:05:37.125553+0000 mgr.a (mgr.14403) 2047 : audit 0 from='client.53259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:38.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:38 smithi194 bash[32038]: cluster 2023-12-07T18:05:37.547681+0000 mgr.a (mgr.14403) 2048 : cluster 0 pgmap v1523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:38.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:38 smithi135 bash[32435]: audit 2023-12-07T18:05:37.125553+0000 mgr.a (mgr.14403) 2047 : audit 0 from='client.53259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:38.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:38 smithi135 bash[32435]: cluster 2023-12-07T18:05:37.547681+0000 mgr.a (mgr.14403) 2048 : cluster 0 pgmap v1523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:40.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:39 smithi079 bash[28699]: cluster 2023-12-07T18:05:39.548552+0000 mgr.a (mgr.14403) 2049 : cluster 0 pgmap v1524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:40.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:39 smithi194 bash[32038]: cluster 2023-12-07T18:05:39.548552+0000 mgr.a (mgr.14403) 2049 : cluster 0 pgmap v1524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:40.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:39 smithi135 bash[32435]: cluster 2023-12-07T18:05:39.548552+0000 mgr.a (mgr.14403) 2049 : cluster 0 pgmap v1524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:05:42.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:05:42.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:42.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:42.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:42 smithi079 bash[28699]: cluster 2023-12-07T18:05:41.549136+0000 mgr.a (mgr.14403) 2050 : cluster 0 pgmap v1525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:42.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:42 smithi194 bash[32038]: cluster 2023-12-07T18:05:41.549136+0000 mgr.a (mgr.14403) 2050 : cluster 0 pgmap v1525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:42.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:42 smithi135 bash[32435]: cluster 2023-12-07T18:05:41.549136+0000 mgr.a (mgr.14403) 2050 : cluster 0 pgmap v1525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:43.515 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:05:43.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:43.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:43.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:43.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:05:44.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:44 smithi079 bash[28699]: audit 2023-12-07T18:05:43.037499+0000 mgr.a (mgr.14403) 2051 : audit 0 from='client.53328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:44.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:44 smithi079 bash[28699]: cluster 2023-12-07T18:05:43.550049+0000 mgr.a (mgr.14403) 2052 : cluster 0 pgmap v1526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T18:05:44.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:44 smithi194 bash[32038]: audit 2023-12-07T18:05:43.037499+0000 mgr.a (mgr.14403) 2051 : audit 0 from='client.53328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:44.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:44 smithi194 bash[32038]: cluster 2023-12-07T18:05:43.550049+0000 mgr.a (mgr.14403) 2052 : cluster 0 pgmap v1526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T18:05:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:44 smithi135 bash[32435]: audit 2023-12-07T18:05:43.037499+0000 mgr.a (mgr.14403) 2051 : audit 0 from='client.53328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:44 smithi135 bash[32435]: cluster 2023-12-07T18:05:43.550049+0000 mgr.a (mgr.14403) 2052 : cluster 0 pgmap v1526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T18:05:46.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:46 smithi079 bash[28699]: cluster 2023-12-07T18:05:45.550693+0000 mgr.a (mgr.14403) 2053 : cluster 0 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-07T18:05:46.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:46 smithi194 bash[32038]: cluster 2023-12-07T18:05:45.550693+0000 mgr.a (mgr.14403) 2053 : cluster 0 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-07T18:05:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:46 smithi135 bash[32435]: cluster 2023-12-07T18:05:45.550693+0000 mgr.a (mgr.14403) 2053 : cluster 0 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-07T18:05:48.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:05:48.518 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:48.518 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:48.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:48 smithi079 bash[28699]: cluster 2023-12-07T18:05:47.551221+0000 mgr.a (mgr.14403) 2054 : cluster 0 pgmap v1528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:05:48.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:48 smithi194 bash[32038]: cluster 2023-12-07T18:05:47.551221+0000 mgr.a (mgr.14403) 2054 : cluster 0 pgmap v1528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:05:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:48 smithi135 bash[32435]: cluster 2023-12-07T18:05:47.551221+0000 mgr.a (mgr.14403) 2054 : cluster 0 pgmap v1528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:05:49.405 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:05:49.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:49.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:49.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:49.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:05:50.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:49 smithi079 bash[28699]: audit 2023-12-07T18:05:48.907706+0000 mgr.a (mgr.14403) 2055 : audit 0 from='client.53403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:50.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:49 smithi079 bash[28699]: cluster 2023-12-07T18:05:49.552355+0000 mgr.a (mgr.14403) 2056 : cluster 0 pgmap v1529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:50.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:49 smithi194 bash[32038]: audit 2023-12-07T18:05:48.907706+0000 mgr.a (mgr.14403) 2055 : audit 0 from='client.53403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:50.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:49 smithi194 bash[32038]: cluster 2023-12-07T18:05:49.552355+0000 mgr.a (mgr.14403) 2056 : cluster 0 pgmap v1529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:50.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:49 smithi135 bash[32435]: audit 2023-12-07T18:05:48.907706+0000 mgr.a (mgr.14403) 2055 : audit 0 from='client.53403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:50.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:49 smithi135 bash[32435]: cluster 2023-12-07T18:05:49.552355+0000 mgr.a (mgr.14403) 2056 : cluster 0 pgmap v1529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:05:51.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:51 smithi079 bash[28699]: audit 2023-12-07T18:05:51.545250+0000 mon.a (mon.0) 747 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:05:51.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:51 smithi194 bash[32038]: audit 2023-12-07T18:05:51.545250+0000 mon.a (mon.0) 747 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:05:51.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:51 smithi135 bash[32435]: audit 2023-12-07T18:05:51.545250+0000 mon.a (mon.0) 747 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:05:52.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:52 smithi079 bash[28699]: cluster 2023-12-07T18:05:51.552897+0000 mgr.a (mgr.14403) 2057 : cluster 0 pgmap v1530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:52.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:52 smithi079 bash[28699]: audit 2023-12-07T18:05:52.287505+0000 mon.a (mon.0) 748 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:05:52.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:52 smithi079 bash[28699]: audit 2023-12-07T18:05:52.288840+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:05:52.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:52 smithi079 bash[28699]: audit 2023-12-07T18:05:52.297214+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:05:52.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:52 smithi194 bash[32038]: cluster 2023-12-07T18:05:51.552897+0000 mgr.a (mgr.14403) 2057 : cluster 0 pgmap v1530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:52.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:52 smithi194 bash[32038]: audit 2023-12-07T18:05:52.287505+0000 mon.a (mon.0) 748 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:05:52.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:52 smithi194 bash[32038]: audit 2023-12-07T18:05:52.288840+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:05:52.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:52 smithi194 bash[32038]: audit 2023-12-07T18:05:52.297214+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:05:52.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:52 smithi135 bash[32435]: cluster 2023-12-07T18:05:51.552897+0000 mgr.a (mgr.14403) 2057 : cluster 0 pgmap v1530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:05:52.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:52 smithi135 bash[32435]: audit 2023-12-07T18:05:52.287505+0000 mon.a (mon.0) 748 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:05:52.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:52 smithi135 bash[32435]: audit 2023-12-07T18:05:52.288840+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:05:52.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:52 smithi135 bash[32435]: audit 2023-12-07T18:05:52.297214+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:05:54.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:05:54.409 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:05:54.409 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:05:54.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:54 smithi079 bash[28699]: cluster 2023-12-07T18:05:53.553596+0000 mgr.a (mgr.14403) 2058 : cluster 0 pgmap v1531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:05:54.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:54 smithi194 bash[32038]: cluster 2023-12-07T18:05:53.553596+0000 mgr.a (mgr.14403) 2058 : cluster 0 pgmap v1531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:05:54.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:54 smithi135 bash[32435]: cluster 2023-12-07T18:05:53.553596+0000 mgr.a (mgr.14403) 2058 : cluster 0 pgmap v1531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:05:55.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:05:55.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:05:55.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:05:55.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:05:55.322 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:05:56.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:56 smithi079 bash[28699]: audit 2023-12-07T18:05:54.813002+0000 mgr.a (mgr.14403) 2059 : audit 0 from='client.53481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:56.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:56 smithi079 bash[28699]: cluster 2023-12-07T18:05:55.554466+0000 mgr.a (mgr.14403) 2060 : cluster 0 pgmap v1532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T18:05:56.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:56 smithi194 bash[32038]: audit 2023-12-07T18:05:54.813002+0000 mgr.a (mgr.14403) 2059 : audit 0 from='client.53481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:56.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:56 smithi194 bash[32038]: cluster 2023-12-07T18:05:55.554466+0000 mgr.a (mgr.14403) 2060 : cluster 0 pgmap v1532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T18:05:56.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:56 smithi135 bash[32435]: audit 2023-12-07T18:05:54.813002+0000 mgr.a (mgr.14403) 2059 : audit 0 from='client.53481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:05:56.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:56 smithi135 bash[32435]: cluster 2023-12-07T18:05:55.554466+0000 mgr.a (mgr.14403) 2060 : cluster 0 pgmap v1532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T18:05:58.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:58 smithi079 bash[28699]: cluster 2023-12-07T18:05:57.555217+0000 mgr.a (mgr.14403) 2061 : cluster 0 pgmap v1533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:05:58.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:58 smithi194 bash[32038]: cluster 2023-12-07T18:05:57.555217+0000 mgr.a (mgr.14403) 2061 : cluster 0 pgmap v1533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:05:58.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:58 smithi135 bash[32435]: cluster 2023-12-07T18:05:57.555217+0000 mgr.a (mgr.14403) 2061 : cluster 0 pgmap v1533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:06:00.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:06:00.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:00.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:00.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:05:59 smithi079 bash[28699]: cluster 2023-12-07T18:05:59.555952+0000 mgr.a (mgr.14403) 2062 : cluster 0 pgmap v1534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:00.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:05:59 smithi194 bash[32038]: cluster 2023-12-07T18:05:59.555952+0000 mgr.a (mgr.14403) 2062 : cluster 0 pgmap v1534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:00.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:05:59 smithi135 bash[32435]: cluster 2023-12-07T18:05:59.555952+0000 mgr.a (mgr.14403) 2062 : cluster 0 pgmap v1534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:01.221 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:06:01.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:01.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:01.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:01.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:06:01.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:00 smithi079 bash[28699]: audit 2023-12-07T18:06:00.722689+0000 mgr.a (mgr.14403) 2063 : audit 0 from='client.53553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:01.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:00 smithi194 bash[32038]: audit 2023-12-07T18:06:00.722689+0000 mgr.a (mgr.14403) 2063 : audit 0 from='client.53553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:01.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:00 smithi135 bash[32435]: audit 2023-12-07T18:06:00.722689+0000 mgr.a (mgr.14403) 2063 : audit 0 from='client.53553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:02.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:01 smithi079 bash[28699]: cluster 2023-12-07T18:06:01.556664+0000 mgr.a (mgr.14403) 2064 : cluster 0 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-07T18:06:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:01 smithi194 bash[32038]: cluster 2023-12-07T18:06:01.556664+0000 mgr.a (mgr.14403) 2064 : cluster 0 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-07T18:06:02.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:01 smithi135 bash[32435]: cluster 2023-12-07T18:06:01.556664+0000 mgr.a (mgr.14403) 2064 : cluster 0 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-07T18:06:04.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:04 smithi079 bash[28699]: cluster 2023-12-07T18:06:03.557407+0000 mgr.a (mgr.14403) 2065 : cluster 0 pgmap v1536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:06:04.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:04 smithi194 bash[32038]: cluster 2023-12-07T18:06:03.557407+0000 mgr.a (mgr.14403) 2065 : cluster 0 pgmap v1536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:06:04.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:04 smithi135 bash[32435]: cluster 2023-12-07T18:06:03.557407+0000 mgr.a (mgr.14403) 2065 : cluster 0 pgmap v1536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:06:06.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:06:06.225 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:06.225 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:06.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:06 smithi079 bash[28699]: cluster 2023-12-07T18:06:05.558052+0000 mgr.a (mgr.14403) 2066 : cluster 0 pgmap v1537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:06.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:06 smithi194 bash[32038]: cluster 2023-12-07T18:06:05.558052+0000 mgr.a (mgr.14403) 2066 : cluster 0 pgmap v1537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:06.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:06 smithi135 bash[32435]: cluster 2023-12-07T18:06:05.558052+0000 mgr.a (mgr.14403) 2066 : cluster 0 pgmap v1537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:07.100 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:06:07.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:07.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:07.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:07.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:06:07.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:07 smithi079 bash[28699]: audit 2023-12-07T18:06:06.619623+0000 mgr.a (mgr.14403) 2067 : audit 0 from='client.53631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:07.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:07 smithi194 bash[32038]: audit 2023-12-07T18:06:06.619623+0000 mgr.a (mgr.14403) 2067 : audit 0 from='client.53631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:07.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:07 smithi135 bash[32435]: audit 2023-12-07T18:06:06.619623+0000 mgr.a (mgr.14403) 2067 : audit 0 from='client.53631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:08.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:08 smithi079 bash[28699]: cluster 2023-12-07T18:06:07.558858+0000 mgr.a (mgr.14403) 2068 : cluster 0 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-07T18:06:08.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:08 smithi194 bash[32038]: cluster 2023-12-07T18:06:07.558858+0000 mgr.a (mgr.14403) 2068 : cluster 0 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-07T18:06:08.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:08 smithi135 bash[32435]: cluster 2023-12-07T18:06:07.558858+0000 mgr.a (mgr.14403) 2068 : cluster 0 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-07T18:06:10.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:09 smithi079 bash[28699]: cluster 2023-12-07T18:06:09.559614+0000 mgr.a (mgr.14403) 2069 : cluster 0 pgmap v1539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:10.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:09 smithi194 bash[32038]: cluster 2023-12-07T18:06:09.559614+0000 mgr.a (mgr.14403) 2069 : cluster 0 pgmap v1539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:10.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:09 smithi135 bash[32435]: cluster 2023-12-07T18:06:09.559614+0000 mgr.a (mgr.14403) 2069 : cluster 0 pgmap v1539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:12.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:06:12.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:12.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:12.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:12 smithi079 bash[28699]: cluster 2023-12-07T18:06:11.560165+0000 mgr.a (mgr.14403) 2070 : cluster 0 pgmap v1540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:12.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:12 smithi194 bash[32038]: cluster 2023-12-07T18:06:11.560165+0000 mgr.a (mgr.14403) 2070 : cluster 0 pgmap v1540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:12.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:12 smithi135 bash[32435]: cluster 2023-12-07T18:06:11.560165+0000 mgr.a (mgr.14403) 2070 : cluster 0 pgmap v1540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:12.980 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:06:12.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:12.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:12.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:12.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:06:13.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:13 smithi079 bash[28699]: audit 2023-12-07T18:06:12.500532+0000 mgr.a (mgr.14403) 2071 : audit 0 from='client.53700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:13.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:13 smithi194 bash[32038]: audit 2023-12-07T18:06:12.500532+0000 mgr.a (mgr.14403) 2071 : audit 0 from='client.53700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:13.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:13 smithi135 bash[32435]: audit 2023-12-07T18:06:12.500532+0000 mgr.a (mgr.14403) 2071 : audit 0 from='client.53700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:14.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:14 smithi079 bash[28699]: cluster 2023-12-07T18:06:13.560981+0000 mgr.a (mgr.14403) 2072 : cluster 0 pgmap v1541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:06:14.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:14 smithi194 bash[32038]: cluster 2023-12-07T18:06:13.560981+0000 mgr.a (mgr.14403) 2072 : cluster 0 pgmap v1541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:06:14.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:14 smithi135 bash[32435]: cluster 2023-12-07T18:06:13.560981+0000 mgr.a (mgr.14403) 2072 : cluster 0 pgmap v1541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:06:16.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:16 smithi079 bash[28699]: cluster 2023-12-07T18:06:15.561615+0000 mgr.a (mgr.14403) 2073 : cluster 0 pgmap v1542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:16.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:16 smithi194 bash[32038]: cluster 2023-12-07T18:06:15.561615+0000 mgr.a (mgr.14403) 2073 : cluster 0 pgmap v1542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:16.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:16 smithi135 bash[32435]: cluster 2023-12-07T18:06:15.561615+0000 mgr.a (mgr.14403) 2073 : cluster 0 pgmap v1542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:17.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:06:17.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:17.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:18.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:18.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:18.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:18.856 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:06:18.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:06:18.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:18 smithi079 bash[28699]: cluster 2023-12-07T18:06:17.562148+0000 mgr.a (mgr.14403) 2074 : cluster 0 pgmap v1543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:18.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:18 smithi194 bash[32038]: cluster 2023-12-07T18:06:17.562148+0000 mgr.a (mgr.14403) 2074 : cluster 0 pgmap v1543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:18.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:18 smithi135 bash[32435]: cluster 2023-12-07T18:06:17.562148+0000 mgr.a (mgr.14403) 2074 : cluster 0 pgmap v1543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:19.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:19 smithi079 bash[28699]: audit 2023-12-07T18:06:18.356644+0000 mgr.a (mgr.14403) 2075 : audit 0 from='client.53778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:19.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:19 smithi194 bash[32038]: audit 2023-12-07T18:06:18.356644+0000 mgr.a (mgr.14403) 2075 : audit 0 from='client.53778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:19.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:19 smithi135 bash[32435]: audit 2023-12-07T18:06:18.356644+0000 mgr.a (mgr.14403) 2075 : audit 0 from='client.53778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:20.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:20 smithi079 bash[28699]: cluster 2023-12-07T18:06:19.563134+0000 mgr.a (mgr.14403) 2076 : cluster 0 pgmap v1544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:20.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:20 smithi194 bash[32038]: cluster 2023-12-07T18:06:19.563134+0000 mgr.a (mgr.14403) 2076 : cluster 0 pgmap v1544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:20.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:20 smithi135 bash[32435]: cluster 2023-12-07T18:06:19.563134+0000 mgr.a (mgr.14403) 2076 : cluster 0 pgmap v1544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:22.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:22 smithi079 bash[28699]: cluster 2023-12-07T18:06:21.563640+0000 mgr.a (mgr.14403) 2077 : cluster 0 pgmap v1545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:06:22.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:22 smithi194 bash[32038]: cluster 2023-12-07T18:06:21.563640+0000 mgr.a (mgr.14403) 2077 : cluster 0 pgmap v1545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:06:22.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:22 smithi135 bash[32435]: cluster 2023-12-07T18:06:21.563640+0000 mgr.a (mgr.14403) 2077 : cluster 0 pgmap v1545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:06:23.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:06:23.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:23.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:24.783 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:06:24.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:24.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:24.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:24.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:06:24.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:24 smithi194 bash[32038]: cluster 2023-12-07T18:06:23.564358+0000 mgr.a (mgr.14403) 2078 : cluster 0 pgmap v1546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:06:24.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:24 smithi135 bash[32435]: cluster 2023-12-07T18:06:23.564358+0000 mgr.a (mgr.14403) 2078 : cluster 0 pgmap v1546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:06:25.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:24 smithi079 bash[28699]: cluster 2023-12-07T18:06:23.564358+0000 mgr.a (mgr.14403) 2078 : cluster 0 pgmap v1546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:06:25.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:25 smithi194 bash[32038]: audit 2023-12-07T18:06:24.263567+0000 mgr.a (mgr.14403) 2079 : audit 0 from='client.53856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:25.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:25 smithi135 bash[32435]: audit 2023-12-07T18:06:24.263567+0000 mgr.a (mgr.14403) 2079 : audit 0 from='client.53856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:26.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:25 smithi079 bash[28699]: audit 2023-12-07T18:06:24.263567+0000 mgr.a (mgr.14403) 2079 : audit 0 from='client.53856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:26.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:26 smithi194 bash[32038]: cluster 2023-12-07T18:06:25.565116+0000 mgr.a (mgr.14403) 2080 : cluster 0 pgmap v1547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:06:26.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:26 smithi135 bash[32435]: cluster 2023-12-07T18:06:25.565116+0000 mgr.a (mgr.14403) 2080 : cluster 0 pgmap v1547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:06:27.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:26 smithi079 bash[28699]: cluster 2023-12-07T18:06:25.565116+0000 mgr.a (mgr.14403) 2080 : cluster 0 pgmap v1547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:06:28.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:28 smithi194 bash[32038]: cluster 2023-12-07T18:06:27.565706+0000 mgr.a (mgr.14403) 2081 : cluster 0 pgmap v1548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:28.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:28 smithi135 bash[32435]: cluster 2023-12-07T18:06:27.565706+0000 mgr.a (mgr.14403) 2081 : cluster 0 pgmap v1548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:29.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:28 smithi079 bash[28699]: cluster 2023-12-07T18:06:27.565706+0000 mgr.a (mgr.14403) 2081 : cluster 0 pgmap v1548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:06:29.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:06:29.787 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:29.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:30.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:29 smithi079 bash[28699]: cluster 2023-12-07T18:06:29.566444+0000 mgr.a (mgr.14403) 2082 : cluster 0 pgmap v1549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:30.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:29 smithi194 bash[32038]: cluster 2023-12-07T18:06:29.566444+0000 mgr.a (mgr.14403) 2082 : cluster 0 pgmap v1549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:30.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:29 smithi135 bash[32435]: cluster 2023-12-07T18:06:29.566444+0000 mgr.a (mgr.14403) 2082 : cluster 0 pgmap v1549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:30.684 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:06:30.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:30.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:30.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:30.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:06:31.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:30 smithi079 bash[28699]: audit 2023-12-07T18:06:30.190984+0000 mgr.a (mgr.14403) 2083 : audit 0 from='client.53928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:31.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:30 smithi194 bash[32038]: audit 2023-12-07T18:06:30.190984+0000 mgr.a (mgr.14403) 2083 : audit 0 from='client.53928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:31.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:30 smithi135 bash[32435]: audit 2023-12-07T18:06:30.190984+0000 mgr.a (mgr.14403) 2083 : audit 0 from='client.53928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:32.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:31 smithi079 bash[28699]: cluster 2023-12-07T18:06:31.567101+0000 mgr.a (mgr.14403) 2084 : cluster 0 pgmap v1550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:06:32.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:31 smithi194 bash[32038]: cluster 2023-12-07T18:06:31.567101+0000 mgr.a (mgr.14403) 2084 : cluster 0 pgmap v1550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:06:32.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:32 smithi135 bash[32435]: cluster 2023-12-07T18:06:31.567101+0000 mgr.a (mgr.14403) 2084 : cluster 0 pgmap v1550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:06:34.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:34 smithi079 bash[28699]: cluster 2023-12-07T18:06:33.567787+0000 mgr.a (mgr.14403) 2085 : cluster 0 pgmap v1551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:06:34.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:34 smithi194 bash[32038]: cluster 2023-12-07T18:06:33.567787+0000 mgr.a (mgr.14403) 2085 : cluster 0 pgmap v1551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:06:34.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:34 smithi135 bash[32435]: cluster 2023-12-07T18:06:33.567787+0000 mgr.a (mgr.14403) 2085 : cluster 0 pgmap v1551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:06:35.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:06:35.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:35.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:36.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:36.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:36.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:36.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:06:36.607 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:06:36.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:36 smithi079 bash[28699]: cluster 2023-12-07T18:06:35.568400+0000 mgr.a (mgr.14403) 2086 : cluster 0 pgmap v1552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:36.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:36 smithi194 bash[32038]: cluster 2023-12-07T18:06:35.568400+0000 mgr.a (mgr.14403) 2086 : cluster 0 pgmap v1552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:36.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:36 smithi135 bash[32435]: cluster 2023-12-07T18:06:35.568400+0000 mgr.a (mgr.14403) 2086 : cluster 0 pgmap v1552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:37.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:37 smithi079 bash[28699]: audit 2023-12-07T18:06:36.092928+0000 mgr.a (mgr.14403) 2087 : audit 0 from='client.54006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:37.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:37 smithi194 bash[32038]: audit 2023-12-07T18:06:36.092928+0000 mgr.a (mgr.14403) 2087 : audit 0 from='client.54006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:37.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:37 smithi135 bash[32435]: audit 2023-12-07T18:06:36.092928+0000 mgr.a (mgr.14403) 2087 : audit 0 from='client.54006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:38.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:38 smithi079 bash[28699]: cluster 2023-12-07T18:06:37.569052+0000 mgr.a (mgr.14403) 2088 : cluster 0 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-07T18:06:38.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:38 smithi194 bash[32038]: cluster 2023-12-07T18:06:37.569052+0000 mgr.a (mgr.14403) 2088 : cluster 0 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-07T18:06:38.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:38 smithi135 bash[32435]: cluster 2023-12-07T18:06:37.569052+0000 mgr.a (mgr.14403) 2088 : cluster 0 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-07T18:06:40.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:39 smithi079 bash[28699]: cluster 2023-12-07T18:06:39.569851+0000 mgr.a (mgr.14403) 2089 : cluster 0 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-07T18:06:40.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:39 smithi194 bash[32038]: cluster 2023-12-07T18:06:39.569851+0000 mgr.a (mgr.14403) 2089 : cluster 0 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-07T18:06:40.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:39 smithi135 bash[32435]: cluster 2023-12-07T18:06:39.569851+0000 mgr.a (mgr.14403) 2089 : cluster 0 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-07T18:06:41.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:06:41.610 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:41.610 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:42.525 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:06:42.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:42.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:42.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:42.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:06:42.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:42 smithi079 bash[28699]: cluster 2023-12-07T18:06:41.570403+0000 mgr.a (mgr.14403) 2090 : cluster 0 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-07T18:06:42.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:42 smithi194 bash[32038]: cluster 2023-12-07T18:06:41.570403+0000 mgr.a (mgr.14403) 2090 : cluster 0 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-07T18:06:42.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:42 smithi135 bash[32435]: cluster 2023-12-07T18:06:41.570403+0000 mgr.a (mgr.14403) 2090 : cluster 0 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-07T18:06:43.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:43 smithi079 bash[28699]: audit 2023-12-07T18:06:42.013888+0000 mgr.a (mgr.14403) 2091 : audit 0 from='client.54084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:43.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:43 smithi194 bash[32038]: audit 2023-12-07T18:06:42.013888+0000 mgr.a (mgr.14403) 2091 : audit 0 from='client.54084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:43.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:43 smithi135 bash[32435]: audit 2023-12-07T18:06:42.013888+0000 mgr.a (mgr.14403) 2091 : audit 0 from='client.54084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:44.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:44 smithi079 bash[28699]: cluster 2023-12-07T18:06:43.571214+0000 mgr.a (mgr.14403) 2092 : cluster 0 pgmap v1556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:06:44.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:44 smithi194 bash[32038]: cluster 2023-12-07T18:06:43.571214+0000 mgr.a (mgr.14403) 2092 : cluster 0 pgmap v1556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:06:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:44 smithi135 bash[32435]: cluster 2023-12-07T18:06:43.571214+0000 mgr.a (mgr.14403) 2092 : cluster 0 pgmap v1556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:06:46.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:46 smithi079 bash[28699]: cluster 2023-12-07T18:06:45.571969+0000 mgr.a (mgr.14403) 2093 : cluster 0 pgmap v1557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:46.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:46 smithi194 bash[32038]: cluster 2023-12-07T18:06:45.571969+0000 mgr.a (mgr.14403) 2093 : cluster 0 pgmap v1557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:46 smithi135 bash[32435]: cluster 2023-12-07T18:06:45.571969+0000 mgr.a (mgr.14403) 2093 : cluster 0 pgmap v1557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:06:47.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:06:47.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:47.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:48.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:48.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:48.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:48.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:06:48.413 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:06:48.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:48 smithi194 bash[32038]: cluster 2023-12-07T18:06:47.572512+0000 mgr.a (mgr.14403) 2094 : cluster 0 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-07T18:06:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:48 smithi135 bash[32435]: cluster 2023-12-07T18:06:47.572512+0000 mgr.a (mgr.14403) 2094 : cluster 0 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-07T18:06:49.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:48 smithi079 bash[28699]: cluster 2023-12-07T18:06:47.572512+0000 mgr.a (mgr.14403) 2094 : cluster 0 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-07T18:06:49.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:49 smithi194 bash[32038]: audit 2023-12-07T18:06:47.924049+0000 mgr.a (mgr.14403) 2095 : audit 0 from='client.54156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:49.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:49 smithi135 bash[32435]: audit 2023-12-07T18:06:47.924049+0000 mgr.a (mgr.14403) 2095 : audit 0 from='client.54156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:50.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:49 smithi079 bash[28699]: audit 2023-12-07T18:06:47.924049+0000 mgr.a (mgr.14403) 2095 : audit 0 from='client.54156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:50.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:50 smithi194 bash[32038]: cluster 2023-12-07T18:06:49.573331+0000 mgr.a (mgr.14403) 2096 : cluster 0 pgmap v1559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:50.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:50 smithi135 bash[32435]: cluster 2023-12-07T18:06:49.573331+0000 mgr.a (mgr.14403) 2096 : cluster 0 pgmap v1559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:51.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:50 smithi079 bash[28699]: cluster 2023-12-07T18:06:49.573331+0000 mgr.a (mgr.14403) 2096 : cluster 0 pgmap v1559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:06:52.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:52 smithi194 bash[32038]: cluster 2023-12-07T18:06:51.573870+0000 mgr.a (mgr.14403) 2097 : cluster 0 pgmap v1560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:52.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:52 smithi194 bash[32038]: audit 2023-12-07T18:06:52.399933+0000 mon.a (mon.0) 751 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:06:52.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:52 smithi135 bash[32435]: cluster 2023-12-07T18:06:51.573870+0000 mgr.a (mgr.14403) 2097 : cluster 0 pgmap v1560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:52.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:52 smithi135 bash[32435]: audit 2023-12-07T18:06:52.399933+0000 mon.a (mon.0) 751 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:06:53.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:52 smithi079 bash[28699]: cluster 2023-12-07T18:06:51.573870+0000 mgr.a (mgr.14403) 2097 : cluster 0 pgmap v1560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:53.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:52 smithi079 bash[28699]: audit 2023-12-07T18:06:52.399933+0000 mon.a (mon.0) 751 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:06:53.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:06:53.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:53.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:06:54.326 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:06:54.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:06:54.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:06:54.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:06:54.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:06:54.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:54 smithi194 bash[32038]: cluster 2023-12-07T18:06:53.574521+0000 mgr.a (mgr.14403) 2098 : cluster 0 pgmap v1561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:54.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:54 smithi135 bash[32435]: cluster 2023-12-07T18:06:53.574521+0000 mgr.a (mgr.14403) 2098 : cluster 0 pgmap v1561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:55.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:54 smithi079 bash[28699]: cluster 2023-12-07T18:06:53.574521+0000 mgr.a (mgr.14403) 2098 : cluster 0 pgmap v1561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:06:55.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:55 smithi194 bash[32038]: audit 2023-12-07T18:06:53.810017+0000 mgr.a (mgr.14403) 2099 : audit 0 from='client.54231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:55.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:55 smithi135 bash[32435]: audit 2023-12-07T18:06:53.810017+0000 mgr.a (mgr.14403) 2099 : audit 0 from='client.54231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:56.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:55 smithi079 bash[28699]: audit 2023-12-07T18:06:53.810017+0000 mgr.a (mgr.14403) 2099 : audit 0 from='client.54231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:06:56.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:56 smithi194 bash[32038]: cluster 2023-12-07T18:06:55.575370+0000 mgr.a (mgr.14403) 2100 : cluster 0 pgmap v1562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:06:56.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:56 smithi135 bash[32435]: cluster 2023-12-07T18:06:55.575370+0000 mgr.a (mgr.14403) 2100 : cluster 0 pgmap v1562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:06:57.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:56 smithi079 bash[28699]: cluster 2023-12-07T18:06:55.575370+0000 mgr.a (mgr.14403) 2100 : cluster 0 pgmap v1562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:06:59.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:58 smithi079 bash[28699]: cluster 2023-12-07T18:06:57.575936+0000 mgr.a (mgr.14403) 2101 : cluster 0 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-07T18:06:59.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:58 smithi079 bash[28699]: audit 2023-12-07T18:06:57.744488+0000 mon.a (mon.0) 752 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:58 smithi079 bash[28699]: audit 2023-12-07T18:06:57.750096+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:58 smithi079 bash[28699]: audit 2023-12-07T18:06:57.754247+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:58 smithi079 bash[28699]: audit 2023-12-07T18:06:57.759358+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:58 smithi079 bash[28699]: audit 2023-12-07T18:06:57.792479+0000 mon.a (mon.0) 756 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:58 smithi079 bash[28699]: audit 2023-12-07T18:06:57.799336+0000 mon.a (mon.0) 757 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:58 smithi079 bash[28699]: audit 2023-12-07T18:06:58.532779+0000 mon.a (mon.0) 758 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:06:59.150 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:58 smithi079 bash[28699]: audit 2023-12-07T18:06:58.534796+0000 mon.a (mon.0) 759 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:06:59.150 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:06:58 smithi079 bash[28699]: audit 2023-12-07T18:06:58.544089+0000 mon.a (mon.0) 760 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:58 smithi194 bash[32038]: cluster 2023-12-07T18:06:57.575936+0000 mgr.a (mgr.14403) 2101 : cluster 0 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-07T18:06:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:58 smithi194 bash[32038]: audit 2023-12-07T18:06:57.744488+0000 mon.a (mon.0) 752 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:58 smithi194 bash[32038]: audit 2023-12-07T18:06:57.750096+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:58 smithi194 bash[32038]: audit 2023-12-07T18:06:57.754247+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:58 smithi194 bash[32038]: audit 2023-12-07T18:06:57.759358+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:58 smithi194 bash[32038]: audit 2023-12-07T18:06:57.792479+0000 mon.a (mon.0) 756 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:58 smithi194 bash[32038]: audit 2023-12-07T18:06:57.799336+0000 mon.a (mon.0) 757 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:58 smithi194 bash[32038]: audit 2023-12-07T18:06:58.532779+0000 mon.a (mon.0) 758 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:06:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:58 smithi194 bash[32038]: audit 2023-12-07T18:06:58.534796+0000 mon.a (mon.0) 759 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:06:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:06:58 smithi194 bash[32038]: audit 2023-12-07T18:06:58.544089+0000 mon.a (mon.0) 760 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:58 smithi135 bash[32435]: cluster 2023-12-07T18:06:57.575936+0000 mgr.a (mgr.14403) 2101 : cluster 0 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-07T18:06:59.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:58 smithi135 bash[32435]: audit 2023-12-07T18:06:57.744488+0000 mon.a (mon.0) 752 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:58 smithi135 bash[32435]: audit 2023-12-07T18:06:57.750096+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:58 smithi135 bash[32435]: audit 2023-12-07T18:06:57.754247+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:58 smithi135 bash[32435]: audit 2023-12-07T18:06:57.759358+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:58 smithi135 bash[32435]: audit 2023-12-07T18:06:57.792479+0000 mon.a (mon.0) 756 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:58 smithi135 bash[32435]: audit 2023-12-07T18:06:57.799336+0000 mon.a (mon.0) 757 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:58 smithi135 bash[32435]: audit 2023-12-07T18:06:58.532779+0000 mon.a (mon.0) 758 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:06:59.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:58 smithi135 bash[32435]: audit 2023-12-07T18:06:58.534796+0000 mon.a (mon.0) 759 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:06:59.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:06:58 smithi135 bash[32435]: audit 2023-12-07T18:06:58.544089+0000 mon.a (mon.0) 760 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:06:59.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:06:59.329 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:06:59.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:00.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:07:00.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:00.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:00.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:00.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:07:00.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:00 smithi079 bash[28699]: cluster 2023-12-07T18:06:59.576689+0000 mgr.a (mgr.14403) 2102 : cluster 0 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-07T18:07:00.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:00 smithi079 bash[28699]: audit 2023-12-07T18:06:59.726193+0000 mgr.a (mgr.14403) 2103 : audit 0 from='client.54306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:00.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:00 smithi194 bash[32038]: cluster 2023-12-07T18:06:59.576689+0000 mgr.a (mgr.14403) 2102 : cluster 0 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-07T18:07:00.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:00 smithi194 bash[32038]: audit 2023-12-07T18:06:59.726193+0000 mgr.a (mgr.14403) 2103 : audit 0 from='client.54306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:00.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:00 smithi135 bash[32435]: cluster 2023-12-07T18:06:59.576689+0000 mgr.a (mgr.14403) 2102 : cluster 0 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-07T18:07:00.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:00 smithi135 bash[32435]: audit 2023-12-07T18:06:59.726193+0000 mgr.a (mgr.14403) 2103 : audit 0 from='client.54306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:02.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:02 smithi079 bash[28699]: cluster 2023-12-07T18:07:01.577370+0000 mgr.a (mgr.14403) 2104 : cluster 0 pgmap v1565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:02.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:02 smithi194 bash[32038]: cluster 2023-12-07T18:07:01.577370+0000 mgr.a (mgr.14403) 2104 : cluster 0 pgmap v1565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:02.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:02 smithi135 bash[32435]: cluster 2023-12-07T18:07:01.577370+0000 mgr.a (mgr.14403) 2104 : cluster 0 pgmap v1565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:07:04.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:04 smithi079 bash[28699]: cluster 2023-12-07T18:07:03.578176+0000 mgr.a (mgr.14403) 2105 : cluster 0 pgmap v1566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:07:04.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:04 smithi194 bash[32038]: cluster 2023-12-07T18:07:03.578176+0000 mgr.a (mgr.14403) 2105 : cluster 0 pgmap v1566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:07:04.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:04 smithi135 bash[32435]: cluster 2023-12-07T18:07:03.578176+0000 mgr.a (mgr.14403) 2105 : cluster 0 pgmap v1566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:07:05.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:07:05.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:05.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:06.132 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:07:06.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:06.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:06.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:06.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:07:06.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:06 smithi079 bash[28699]: cluster 2023-12-07T18:07:05.578800+0000 mgr.a (mgr.14403) 2106 : cluster 0 pgmap v1567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:06.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:06 smithi079 bash[28699]: audit 2023-12-07T18:07:05.618364+0000 mgr.a (mgr.14403) 2107 : audit 0 from='client.54384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:06.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:06 smithi194 bash[32038]: cluster 2023-12-07T18:07:05.578800+0000 mgr.a (mgr.14403) 2106 : cluster 0 pgmap v1567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:06.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:06 smithi194 bash[32038]: audit 2023-12-07T18:07:05.618364+0000 mgr.a (mgr.14403) 2107 : audit 0 from='client.54384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:06.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:06 smithi135 bash[32435]: cluster 2023-12-07T18:07:05.578800+0000 mgr.a (mgr.14403) 2106 : cluster 0 pgmap v1567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:06.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:06 smithi135 bash[32435]: audit 2023-12-07T18:07:05.618364+0000 mgr.a (mgr.14403) 2107 : audit 0 from='client.54384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:08.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:08 smithi194 bash[32038]: cluster 2023-12-07T18:07:07.579646+0000 mgr.a (mgr.14403) 2108 : cluster 0 pgmap v1568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:08.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:08 smithi135 bash[32435]: cluster 2023-12-07T18:07:07.579646+0000 mgr.a (mgr.14403) 2108 : cluster 0 pgmap v1568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:09.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:08 smithi079 bash[28699]: cluster 2023-12-07T18:07:07.579646+0000 mgr.a (mgr.14403) 2108 : cluster 0 pgmap v1568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:10.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:10 smithi079 bash[28699]: cluster 2023-12-07T18:07:09.580512+0000 mgr.a (mgr.14403) 2109 : cluster 0 pgmap v1569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:10.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:10 smithi194 bash[32038]: cluster 2023-12-07T18:07:09.580512+0000 mgr.a (mgr.14403) 2109 : cluster 0 pgmap v1569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:10.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:10 smithi135 bash[32435]: cluster 2023-12-07T18:07:09.580512+0000 mgr.a (mgr.14403) 2109 : cluster 0 pgmap v1569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:11.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:07:11.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:11.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:12.047 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:07:12.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:12.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:12.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:12.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:07:12.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:12 smithi079 bash[28699]: audit 2023-12-07T18:07:11.541854+0000 mgr.a (mgr.14403) 2110 : audit 0 from='client.54459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:12.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:12 smithi079 bash[28699]: cluster 2023-12-07T18:07:11.581251+0000 mgr.a (mgr.14403) 2111 : cluster 0 pgmap v1570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:12.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:12 smithi194 bash[32038]: audit 2023-12-07T18:07:11.541854+0000 mgr.a (mgr.14403) 2110 : audit 0 from='client.54459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:12.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:12 smithi194 bash[32038]: cluster 2023-12-07T18:07:11.581251+0000 mgr.a (mgr.14403) 2111 : cluster 0 pgmap v1570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:12.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:12 smithi135 bash[32435]: audit 2023-12-07T18:07:11.541854+0000 mgr.a (mgr.14403) 2110 : audit 0 from='client.54459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:12.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:12 smithi135 bash[32435]: cluster 2023-12-07T18:07:11.581251+0000 mgr.a (mgr.14403) 2111 : cluster 0 pgmap v1570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:14.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:14 smithi079 bash[28699]: cluster 2023-12-07T18:07:13.582273+0000 mgr.a (mgr.14403) 2112 : cluster 0 pgmap v1571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:07:14.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:14 smithi194 bash[32038]: cluster 2023-12-07T18:07:13.582273+0000 mgr.a (mgr.14403) 2112 : cluster 0 pgmap v1571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:07:14.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:14 smithi135 bash[32435]: cluster 2023-12-07T18:07:13.582273+0000 mgr.a (mgr.14403) 2112 : cluster 0 pgmap v1571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:07:16.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:16 smithi194 bash[32038]: cluster 2023-12-07T18:07:15.582946+0000 mgr.a (mgr.14403) 2113 : cluster 0 pgmap v1572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:07:16.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:16 smithi135 bash[32435]: cluster 2023-12-07T18:07:15.582946+0000 mgr.a (mgr.14403) 2113 : cluster 0 pgmap v1572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:07:17.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:07:17.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:17.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:17.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:16 smithi079 bash[28699]: cluster 2023-12-07T18:07:15.582946+0000 mgr.a (mgr.14403) 2113 : cluster 0 pgmap v1572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:07:17.961 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:07:17.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:17.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:17.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:17.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:07:18.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:18 smithi194 bash[32038]: audit 2023-12-07T18:07:17.456286+0000 mgr.a (mgr.14403) 2114 : audit 0 from='client.54537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:18.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:18 smithi194 bash[32038]: cluster 2023-12-07T18:07:17.583677+0000 mgr.a (mgr.14403) 2115 : cluster 0 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-07T18:07:18.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:18 smithi135 bash[32435]: audit 2023-12-07T18:07:17.456286+0000 mgr.a (mgr.14403) 2114 : audit 0 from='client.54537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:18.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:18 smithi135 bash[32435]: cluster 2023-12-07T18:07:17.583677+0000 mgr.a (mgr.14403) 2115 : cluster 0 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-07T18:07:19.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:18 smithi079 bash[28699]: audit 2023-12-07T18:07:17.456286+0000 mgr.a (mgr.14403) 2114 : audit 0 from='client.54537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:19.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:18 smithi079 bash[28699]: cluster 2023-12-07T18:07:17.583677+0000 mgr.a (mgr.14403) 2115 : cluster 0 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-07T18:07:20.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:20 smithi079 bash[28699]: cluster 2023-12-07T18:07:19.584561+0000 mgr.a (mgr.14403) 2116 : cluster 0 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-07T18:07:20.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:20 smithi194 bash[32038]: cluster 2023-12-07T18:07:19.584561+0000 mgr.a (mgr.14403) 2116 : cluster 0 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-07T18:07:20.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:20 smithi135 bash[32435]: cluster 2023-12-07T18:07:19.584561+0000 mgr.a (mgr.14403) 2116 : cluster 0 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-07T18:07:22.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:22 smithi079 bash[28699]: cluster 2023-12-07T18:07:21.585261+0000 mgr.a (mgr.14403) 2117 : cluster 0 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-07T18:07:22.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:22 smithi194 bash[32038]: cluster 2023-12-07T18:07:21.585261+0000 mgr.a (mgr.14403) 2117 : cluster 0 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-07T18:07:22.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:07:22.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:22 smithi135 bash[32435]: cluster 2023-12-07T18:07:21.585261+0000 mgr.a (mgr.14403) 2117 : cluster 0 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-07T18:07:22.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:22.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:23.847 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:07:23.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:23.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:23.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:23.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:07:24.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:24 smithi194 bash[32038]: audit 2023-12-07T18:07:23.351164+0000 mgr.a (mgr.14403) 2118 : audit 0 from='client.54615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:24.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:24 smithi194 bash[32038]: cluster 2023-12-07T18:07:23.585951+0000 mgr.a (mgr.14403) 2119 : cluster 0 pgmap v1576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:07:24.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:24 smithi135 bash[32435]: audit 2023-12-07T18:07:23.351164+0000 mgr.a (mgr.14403) 2118 : audit 0 from='client.54615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:24.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:24 smithi135 bash[32435]: cluster 2023-12-07T18:07:23.585951+0000 mgr.a (mgr.14403) 2119 : cluster 0 pgmap v1576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:07:25.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:24 smithi079 bash[28699]: audit 2023-12-07T18:07:23.351164+0000 mgr.a (mgr.14403) 2118 : audit 0 from='client.54615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:25.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:24 smithi079 bash[28699]: cluster 2023-12-07T18:07:23.585951+0000 mgr.a (mgr.14403) 2119 : cluster 0 pgmap v1576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:07:26.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:26 smithi194 bash[32038]: cluster 2023-12-07T18:07:25.586835+0000 mgr.a (mgr.14403) 2120 : cluster 0 pgmap v1577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:07:26.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:26 smithi135 bash[32435]: cluster 2023-12-07T18:07:25.586835+0000 mgr.a (mgr.14403) 2120 : cluster 0 pgmap v1577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:07:27.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:26 smithi079 bash[28699]: cluster 2023-12-07T18:07:25.586835+0000 mgr.a (mgr.14403) 2120 : cluster 0 pgmap v1577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:07:28.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:07:28.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:28.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:28.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:28 smithi194 bash[32038]: cluster 2023-12-07T18:07:27.587511+0000 mgr.a (mgr.14403) 2121 : cluster 0 pgmap v1578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:07:28.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:28 smithi135 bash[32435]: cluster 2023-12-07T18:07:27.587511+0000 mgr.a (mgr.14403) 2121 : cluster 0 pgmap v1578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:07:29.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:28 smithi079 bash[28699]: cluster 2023-12-07T18:07:27.587511+0000 mgr.a (mgr.14403) 2121 : cluster 0 pgmap v1578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:07:29.774 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:07:29.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:29.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:29.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:29.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:07:30.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:30 smithi079 bash[28699]: audit 2023-12-07T18:07:29.246537+0000 mgr.a (mgr.14403) 2122 : audit 0 from='client.54690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:30.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:30 smithi079 bash[28699]: cluster 2023-12-07T18:07:29.588266+0000 mgr.a (mgr.14403) 2123 : cluster 0 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-07T18:07:30.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:30 smithi194 bash[32038]: audit 2023-12-07T18:07:29.246537+0000 mgr.a (mgr.14403) 2122 : audit 0 from='client.54690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:30.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:30 smithi194 bash[32038]: cluster 2023-12-07T18:07:29.588266+0000 mgr.a (mgr.14403) 2123 : cluster 0 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-07T18:07:30.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:30 smithi135 bash[32435]: audit 2023-12-07T18:07:29.246537+0000 mgr.a (mgr.14403) 2122 : audit 0 from='client.54690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:30.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:30 smithi135 bash[32435]: cluster 2023-12-07T18:07:29.588266+0000 mgr.a (mgr.14403) 2123 : cluster 0 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-07T18:07:32.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:32 smithi194 bash[32038]: cluster 2023-12-07T18:07:31.588918+0000 mgr.a (mgr.14403) 2124 : cluster 0 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-07T18:07:32.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:32 smithi135 bash[32435]: cluster 2023-12-07T18:07:31.588918+0000 mgr.a (mgr.14403) 2124 : cluster 0 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-07T18:07:33.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:32 smithi079 bash[28699]: cluster 2023-12-07T18:07:31.588918+0000 mgr.a (mgr.14403) 2124 : cluster 0 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-07T18:07:34.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:07:34.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:34.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:34.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:34 smithi194 bash[32038]: cluster 2023-12-07T18:07:33.589798+0000 mgr.a (mgr.14403) 2125 : cluster 0 pgmap v1581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:07:34.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:34 smithi135 bash[32435]: cluster 2023-12-07T18:07:33.589798+0000 mgr.a (mgr.14403) 2125 : cluster 0 pgmap v1581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:07:35.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:34 smithi079 bash[28699]: cluster 2023-12-07T18:07:33.589798+0000 mgr.a (mgr.14403) 2125 : cluster 0 pgmap v1581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:07:35.697 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:07:35.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:35.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:35.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:35.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:07:36.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:36 smithi194 bash[32038]: audit 2023-12-07T18:07:35.171409+0000 mgr.a (mgr.14403) 2126 : audit 0 from='client.54768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:36.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:36 smithi194 bash[32038]: cluster 2023-12-07T18:07:35.590721+0000 mgr.a (mgr.14403) 2127 : cluster 0 pgmap v1582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:07:36.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:36 smithi135 bash[32435]: audit 2023-12-07T18:07:35.171409+0000 mgr.a (mgr.14403) 2126 : audit 0 from='client.54768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:36.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:36 smithi135 bash[32435]: cluster 2023-12-07T18:07:35.590721+0000 mgr.a (mgr.14403) 2127 : cluster 0 pgmap v1582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:07:37.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:36 smithi079 bash[28699]: audit 2023-12-07T18:07:35.171409+0000 mgr.a (mgr.14403) 2126 : audit 0 from='client.54768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:37.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:36 smithi079 bash[28699]: cluster 2023-12-07T18:07:35.590721+0000 mgr.a (mgr.14403) 2127 : cluster 0 pgmap v1582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:07:38.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:38 smithi194 bash[32038]: cluster 2023-12-07T18:07:37.591238+0000 mgr.a (mgr.14403) 2128 : cluster 0 pgmap v1583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:07:38.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:38 smithi135 bash[32435]: cluster 2023-12-07T18:07:37.591238+0000 mgr.a (mgr.14403) 2128 : cluster 0 pgmap v1583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:07:39.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:38 smithi079 bash[28699]: cluster 2023-12-07T18:07:37.591238+0000 mgr.a (mgr.14403) 2128 : cluster 0 pgmap v1583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:07:40.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:40 smithi079 bash[28699]: cluster 2023-12-07T18:07:39.592158+0000 mgr.a (mgr.14403) 2129 : cluster 0 pgmap v1584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:07:40.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:40 smithi194 bash[32038]: cluster 2023-12-07T18:07:39.592158+0000 mgr.a (mgr.14403) 2129 : cluster 0 pgmap v1584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:07:40.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:40 smithi135 bash[32435]: cluster 2023-12-07T18:07:39.592158+0000 mgr.a (mgr.14403) 2129 : cluster 0 pgmap v1584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:07:40.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:07:40.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:40.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:41.622 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:07:41.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:41.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:41.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:41.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:07:42.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:42 smithi194 bash[32038]: audit 2023-12-07T18:07:41.094779+0000 mgr.a (mgr.14403) 2130 : audit 0 from='client.54846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:42.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:42 smithi194 bash[32038]: cluster 2023-12-07T18:07:41.592692+0000 mgr.a (mgr.14403) 2131 : cluster 0 pgmap v1585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:42.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:42 smithi135 bash[32435]: audit 2023-12-07T18:07:41.094779+0000 mgr.a (mgr.14403) 2130 : audit 0 from='client.54846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:42.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:42 smithi135 bash[32435]: cluster 2023-12-07T18:07:41.592692+0000 mgr.a (mgr.14403) 2131 : cluster 0 pgmap v1585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:43.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:42 smithi079 bash[28699]: audit 2023-12-07T18:07:41.094779+0000 mgr.a (mgr.14403) 2130 : audit 0 from='client.54846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:43.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:42 smithi079 bash[28699]: cluster 2023-12-07T18:07:41.592692+0000 mgr.a (mgr.14403) 2131 : cluster 0 pgmap v1585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:44.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:44 smithi194 bash[32038]: cluster 2023-12-07T18:07:43.593450+0000 mgr.a (mgr.14403) 2132 : cluster 0 pgmap v1586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:07:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:44 smithi135 bash[32435]: cluster 2023-12-07T18:07:43.593450+0000 mgr.a (mgr.14403) 2132 : cluster 0 pgmap v1586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:07:45.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:44 smithi079 bash[28699]: cluster 2023-12-07T18:07:43.593450+0000 mgr.a (mgr.14403) 2132 : cluster 0 pgmap v1586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:07:46.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:07:46.626 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:46.626 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:46.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:46 smithi194 bash[32038]: cluster 2023-12-07T18:07:45.594039+0000 mgr.a (mgr.14403) 2133 : cluster 0 pgmap v1587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:07:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:46 smithi135 bash[32435]: cluster 2023-12-07T18:07:45.594039+0000 mgr.a (mgr.14403) 2133 : cluster 0 pgmap v1587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:07:47.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:46 smithi079 bash[28699]: cluster 2023-12-07T18:07:45.594039+0000 mgr.a (mgr.14403) 2133 : cluster 0 pgmap v1587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:07:47.504 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:07:47.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:47.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:47.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:47.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:07:48.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:48 smithi194 bash[32038]: audit 2023-12-07T18:07:47.020217+0000 mgr.a (mgr.14403) 2134 : audit 0 from='client.54921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:48.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:48 smithi194 bash[32038]: cluster 2023-12-07T18:07:47.594869+0000 mgr.a (mgr.14403) 2135 : cluster 0 pgmap v1588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:48 smithi135 bash[32435]: audit 2023-12-07T18:07:47.020217+0000 mgr.a (mgr.14403) 2134 : audit 0 from='client.54921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:48 smithi135 bash[32435]: cluster 2023-12-07T18:07:47.594869+0000 mgr.a (mgr.14403) 2135 : cluster 0 pgmap v1588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:49.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:48 smithi079 bash[28699]: audit 2023-12-07T18:07:47.020217+0000 mgr.a (mgr.14403) 2134 : audit 0 from='client.54921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:49.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:48 smithi079 bash[28699]: cluster 2023-12-07T18:07:47.594869+0000 mgr.a (mgr.14403) 2135 : cluster 0 pgmap v1588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:50.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:50 smithi079 bash[28699]: cluster 2023-12-07T18:07:49.595658+0000 mgr.a (mgr.14403) 2136 : cluster 0 pgmap v1589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:50.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:50 smithi194 bash[32038]: cluster 2023-12-07T18:07:49.595658+0000 mgr.a (mgr.14403) 2136 : cluster 0 pgmap v1589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:50.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:50 smithi135 bash[32435]: cluster 2023-12-07T18:07:49.595658+0000 mgr.a (mgr.14403) 2136 : cluster 0 pgmap v1589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:07:52.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:07:52.506 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:52.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:52.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:52 smithi194 bash[32038]: cluster 2023-12-07T18:07:51.596203+0000 mgr.a (mgr.14403) 2137 : cluster 0 pgmap v1590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:52.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:52 smithi135 bash[32435]: cluster 2023-12-07T18:07:51.596203+0000 mgr.a (mgr.14403) 2137 : cluster 0 pgmap v1590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:53.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:52 smithi079 bash[28699]: cluster 2023-12-07T18:07:51.596203+0000 mgr.a (mgr.14403) 2137 : cluster 0 pgmap v1590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:07:53.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:53.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:53.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:53.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:07:53.384 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:07:54.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:54 smithi194 bash[32038]: audit 2023-12-07T18:07:52.903118+0000 mgr.a (mgr.14403) 2138 : audit 0 from='client.54996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:54.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:54 smithi194 bash[32038]: cluster 2023-12-07T18:07:53.597034+0000 mgr.a (mgr.14403) 2139 : cluster 0 pgmap v1591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:07:54.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:54 smithi135 bash[32435]: audit 2023-12-07T18:07:52.903118+0000 mgr.a (mgr.14403) 2138 : audit 0 from='client.54996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:54.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:54 smithi135 bash[32435]: cluster 2023-12-07T18:07:53.597034+0000 mgr.a (mgr.14403) 2139 : cluster 0 pgmap v1591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:07:55.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:54 smithi079 bash[28699]: audit 2023-12-07T18:07:52.903118+0000 mgr.a (mgr.14403) 2138 : audit 0 from='client.54996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:07:55.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:54 smithi079 bash[28699]: cluster 2023-12-07T18:07:53.597034+0000 mgr.a (mgr.14403) 2139 : cluster 0 pgmap v1591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:07:56.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:56 smithi194 bash[32038]: cluster 2023-12-07T18:07:55.597683+0000 mgr.a (mgr.14403) 2140 : cluster 0 pgmap v1592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:07:56.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:56 smithi135 bash[32435]: cluster 2023-12-07T18:07:55.597683+0000 mgr.a (mgr.14403) 2140 : cluster 0 pgmap v1592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:07:57.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:56 smithi079 bash[28699]: cluster 2023-12-07T18:07:55.597683+0000 mgr.a (mgr.14403) 2140 : cluster 0 pgmap v1592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:07:58.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:07:58.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:07:58.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:07:58.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:58 smithi194 bash[32038]: cluster 2023-12-07T18:07:57.598259+0000 mgr.a (mgr.14403) 2141 : cluster 0 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-07T18:07:58.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:07:58 smithi194 bash[32038]: audit 2023-12-07T18:07:58.646673+0000 mon.a (mon.0) 761 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:07:58.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:58 smithi135 bash[32435]: cluster 2023-12-07T18:07:57.598259+0000 mgr.a (mgr.14403) 2141 : cluster 0 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-07T18:07:58.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:07:58 smithi135 bash[32435]: audit 2023-12-07T18:07:58.646673+0000 mon.a (mon.0) 761 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:07:59.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:58 smithi079 bash[28699]: cluster 2023-12-07T18:07:57.598259+0000 mgr.a (mgr.14403) 2141 : cluster 0 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-07T18:07:59.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:07:58 smithi079 bash[28699]: audit 2023-12-07T18:07:58.646673+0000 mon.a (mon.0) 761 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:07:59.329 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:07:59.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:07:59.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:07:59.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:07:59.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:08:00.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:00 smithi079 bash[28699]: audit 2023-12-07T18:07:58.813132+0000 mgr.a (mgr.14403) 2142 : audit 0 from='client.55071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:00.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:00 smithi079 bash[28699]: audit 2023-12-07T18:07:59.455348+0000 mon.a (mon.0) 762 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:08:00.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:00 smithi079 bash[28699]: audit 2023-12-07T18:07:59.457477+0000 mon.a (mon.0) 763 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:08:00.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:00 smithi079 bash[28699]: audit 2023-12-07T18:07:59.467089+0000 mon.a (mon.0) 764 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:08:00.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:00 smithi079 bash[28699]: cluster 2023-12-07T18:07:59.599295+0000 mgr.a (mgr.14403) 2143 : cluster 0 pgmap v1594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:00.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:00 smithi194 bash[32038]: audit 2023-12-07T18:07:58.813132+0000 mgr.a (mgr.14403) 2142 : audit 0 from='client.55071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:00.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:00 smithi194 bash[32038]: audit 2023-12-07T18:07:59.455348+0000 mon.a (mon.0) 762 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:08:00.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:00 smithi194 bash[32038]: audit 2023-12-07T18:07:59.457477+0000 mon.a (mon.0) 763 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:08:00.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:00 smithi194 bash[32038]: audit 2023-12-07T18:07:59.467089+0000 mon.a (mon.0) 764 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:08:00.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:00 smithi194 bash[32038]: cluster 2023-12-07T18:07:59.599295+0000 mgr.a (mgr.14403) 2143 : cluster 0 pgmap v1594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:00.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:00 smithi135 bash[32435]: audit 2023-12-07T18:07:58.813132+0000 mgr.a (mgr.14403) 2142 : audit 0 from='client.55071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:00.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:00 smithi135 bash[32435]: audit 2023-12-07T18:07:59.455348+0000 mon.a (mon.0) 762 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:08:00.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:00 smithi135 bash[32435]: audit 2023-12-07T18:07:59.457477+0000 mon.a (mon.0) 763 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:08:00.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:00 smithi135 bash[32435]: audit 2023-12-07T18:07:59.467089+0000 mon.a (mon.0) 764 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:08:00.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:00 smithi135 bash[32435]: cluster 2023-12-07T18:07:59.599295+0000 mgr.a (mgr.14403) 2143 : cluster 0 pgmap v1594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:02.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:02 smithi194 bash[32038]: cluster 2023-12-07T18:08:01.599814+0000 mgr.a (mgr.14403) 2144 : cluster 0 pgmap v1595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:02.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:02 smithi135 bash[32435]: cluster 2023-12-07T18:08:01.599814+0000 mgr.a (mgr.14403) 2144 : cluster 0 pgmap v1595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:03.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:02 smithi079 bash[28699]: cluster 2023-12-07T18:08:01.599814+0000 mgr.a (mgr.14403) 2144 : cluster 0 pgmap v1595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:04.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:08:04.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:04.334 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:04.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:04 smithi194 bash[32038]: cluster 2023-12-07T18:08:03.600458+0000 mgr.a (mgr.14403) 2145 : cluster 0 pgmap v1596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:08:04.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:04 smithi135 bash[32435]: cluster 2023-12-07T18:08:03.600458+0000 mgr.a (mgr.14403) 2145 : cluster 0 pgmap v1596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:08:05.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:04 smithi079 bash[28699]: cluster 2023-12-07T18:08:03.600458+0000 mgr.a (mgr.14403) 2145 : cluster 0 pgmap v1596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:08:05.226 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:08:05.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:05.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:05.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:05.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:08:05.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:05 smithi194 bash[32038]: audit 2023-12-07T18:08:04.739100+0000 mgr.a (mgr.14403) 2146 : audit 0 from='client.55140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:05.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:05 smithi135 bash[32435]: audit 2023-12-07T18:08:04.739100+0000 mgr.a (mgr.14403) 2146 : audit 0 from='client.55140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:06.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:05 smithi079 bash[28699]: audit 2023-12-07T18:08:04.739100+0000 mgr.a (mgr.14403) 2146 : audit 0 from='client.55140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:06.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:06 smithi194 bash[32038]: cluster 2023-12-07T18:08:05.601310+0000 mgr.a (mgr.14403) 2147 : cluster 0 pgmap v1597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:08:06.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:06 smithi135 bash[32435]: cluster 2023-12-07T18:08:05.601310+0000 mgr.a (mgr.14403) 2147 : cluster 0 pgmap v1597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:08:07.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:06 smithi079 bash[28699]: cluster 2023-12-07T18:08:05.601310+0000 mgr.a (mgr.14403) 2147 : cluster 0 pgmap v1597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:08:08.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:08 smithi194 bash[32038]: cluster 2023-12-07T18:08:07.601916+0000 mgr.a (mgr.14403) 2148 : cluster 0 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-07T18:08:08.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:08 smithi135 bash[32435]: cluster 2023-12-07T18:08:07.601916+0000 mgr.a (mgr.14403) 2148 : cluster 0 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-07T18:08:09.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:08 smithi079 bash[28699]: cluster 2023-12-07T18:08:07.601916+0000 mgr.a (mgr.14403) 2148 : cluster 0 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-07T18:08:10.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:08:10.230 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:10.230 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:10.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:10 smithi079 bash[28699]: cluster 2023-12-07T18:08:09.602634+0000 mgr.a (mgr.14403) 2149 : cluster 0 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-07T18:08:10.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:10 smithi194 bash[32038]: cluster 2023-12-07T18:08:09.602634+0000 mgr.a (mgr.14403) 2149 : cluster 0 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-07T18:08:10.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:10 smithi135 bash[32435]: cluster 2023-12-07T18:08:09.602634+0000 mgr.a (mgr.14403) 2149 : cluster 0 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-07T18:08:11.134 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:08:11.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:11.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:11.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:11.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:08:11.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:11 smithi079 bash[28699]: audit 2023-12-07T18:08:10.625519+0000 mgr.a (mgr.14403) 2150 : audit 0 from='client.55218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:11.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:11 smithi194 bash[32038]: audit 2023-12-07T18:08:10.625519+0000 mgr.a (mgr.14403) 2150 : audit 0 from='client.55218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:11.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:11 smithi135 bash[32435]: audit 2023-12-07T18:08:10.625519+0000 mgr.a (mgr.14403) 2150 : audit 0 from='client.55218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:12.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:12 smithi079 bash[28699]: cluster 2023-12-07T18:08:11.603376+0000 mgr.a (mgr.14403) 2151 : cluster 0 pgmap v1600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:12.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:12 smithi194 bash[32038]: cluster 2023-12-07T18:08:11.603376+0000 mgr.a (mgr.14403) 2151 : cluster 0 pgmap v1600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:12.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:12 smithi135 bash[32435]: cluster 2023-12-07T18:08:11.603376+0000 mgr.a (mgr.14403) 2151 : cluster 0 pgmap v1600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:14.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:14 smithi194 bash[32038]: cluster 2023-12-07T18:08:13.604258+0000 mgr.a (mgr.14403) 2152 : cluster 0 pgmap v1601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:08:14.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:14 smithi135 bash[32435]: cluster 2023-12-07T18:08:13.604258+0000 mgr.a (mgr.14403) 2152 : cluster 0 pgmap v1601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:08:15.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:14 smithi079 bash[28699]: cluster 2023-12-07T18:08:13.604258+0000 mgr.a (mgr.14403) 2152 : cluster 0 pgmap v1601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:08:16.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:08:16.138 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:16.138 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:16.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:16 smithi194 bash[32038]: cluster 2023-12-07T18:08:15.604895+0000 mgr.a (mgr.14403) 2153 : cluster 0 pgmap v1602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:16.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:16 smithi135 bash[32435]: cluster 2023-12-07T18:08:15.604895+0000 mgr.a (mgr.14403) 2153 : cluster 0 pgmap v1602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:17.040 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:08:17.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:17.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:17.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:17.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:08:17.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:16 smithi079 bash[28699]: cluster 2023-12-07T18:08:15.604895+0000 mgr.a (mgr.14403) 2153 : cluster 0 pgmap v1602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:17.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:17 smithi194 bash[32038]: audit 2023-12-07T18:08:16.546501+0000 mgr.a (mgr.14403) 2154 : audit 0 from='client.55296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:17.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:17 smithi135 bash[32435]: audit 2023-12-07T18:08:16.546501+0000 mgr.a (mgr.14403) 2154 : audit 0 from='client.55296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:18.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:17 smithi079 bash[28699]: audit 2023-12-07T18:08:16.546501+0000 mgr.a (mgr.14403) 2154 : audit 0 from='client.55296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:18.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:18 smithi194 bash[32038]: cluster 2023-12-07T18:08:17.605555+0000 mgr.a (mgr.14403) 2155 : cluster 0 pgmap v1603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:18.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:18 smithi135 bash[32435]: cluster 2023-12-07T18:08:17.605555+0000 mgr.a (mgr.14403) 2155 : cluster 0 pgmap v1603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:19.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:18 smithi079 bash[28699]: cluster 2023-12-07T18:08:17.605555+0000 mgr.a (mgr.14403) 2155 : cluster 0 pgmap v1603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:20.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:20 smithi079 bash[28699]: cluster 2023-12-07T18:08:19.606441+0000 mgr.a (mgr.14403) 2156 : cluster 0 pgmap v1604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:20.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:20 smithi194 bash[32038]: cluster 2023-12-07T18:08:19.606441+0000 mgr.a (mgr.14403) 2156 : cluster 0 pgmap v1604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:20.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:20 smithi135 bash[32435]: cluster 2023-12-07T18:08:19.606441+0000 mgr.a (mgr.14403) 2156 : cluster 0 pgmap v1604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:22.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:08:22.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:22.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:22.955 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:08:22.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:22.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:22.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:22.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:08:22.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:22 smithi194 bash[32038]: cluster 2023-12-07T18:08:21.607122+0000 mgr.a (mgr.14403) 2157 : cluster 0 pgmap v1605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:22.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:22 smithi135 bash[32435]: cluster 2023-12-07T18:08:21.607122+0000 mgr.a (mgr.14403) 2157 : cluster 0 pgmap v1605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:23.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:22 smithi079 bash[28699]: cluster 2023-12-07T18:08:21.607122+0000 mgr.a (mgr.14403) 2157 : cluster 0 pgmap v1605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:23.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:23 smithi194 bash[32038]: audit 2023-12-07T18:08:22.442463+0000 mgr.a (mgr.14403) 2158 : audit 0 from='client.55371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:23.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:23 smithi135 bash[32435]: audit 2023-12-07T18:08:22.442463+0000 mgr.a (mgr.14403) 2158 : audit 0 from='client.55371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:24.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:23 smithi079 bash[28699]: audit 2023-12-07T18:08:22.442463+0000 mgr.a (mgr.14403) 2158 : audit 0 from='client.55371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:24.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:24 smithi194 bash[32038]: cluster 2023-12-07T18:08:23.608006+0000 mgr.a (mgr.14403) 2159 : cluster 0 pgmap v1606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:08:24.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:24 smithi135 bash[32435]: cluster 2023-12-07T18:08:23.608006+0000 mgr.a (mgr.14403) 2159 : cluster 0 pgmap v1606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:08:25.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:24 smithi079 bash[28699]: cluster 2023-12-07T18:08:23.608006+0000 mgr.a (mgr.14403) 2159 : cluster 0 pgmap v1606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:08:26.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:26 smithi194 bash[32038]: cluster 2023-12-07T18:08:25.608649+0000 mgr.a (mgr.14403) 2160 : cluster 0 pgmap v1607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:26.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:26 smithi135 bash[32435]: cluster 2023-12-07T18:08:25.608649+0000 mgr.a (mgr.14403) 2160 : cluster 0 pgmap v1607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:27.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:26 smithi079 bash[28699]: cluster 2023-12-07T18:08:25.608649+0000 mgr.a (mgr.14403) 2160 : cluster 0 pgmap v1607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:27.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:08:27.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:27.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:28.871 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:08:28.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:28.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:28.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:28.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:08:28.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:28 smithi194 bash[32038]: cluster 2023-12-07T18:08:27.609165+0000 mgr.a (mgr.14403) 2161 : cluster 0 pgmap v1608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:28.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:28 smithi135 bash[32435]: cluster 2023-12-07T18:08:27.609165+0000 mgr.a (mgr.14403) 2161 : cluster 0 pgmap v1608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:29.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:28 smithi079 bash[28699]: cluster 2023-12-07T18:08:27.609165+0000 mgr.a (mgr.14403) 2161 : cluster 0 pgmap v1608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:29.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:29 smithi194 bash[32038]: audit 2023-12-07T18:08:28.363765+0000 mgr.a (mgr.14403) 2162 : audit 0 from='client.55449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:29.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:29 smithi135 bash[32435]: audit 2023-12-07T18:08:28.363765+0000 mgr.a (mgr.14403) 2162 : audit 0 from='client.55449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:30.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:29 smithi079 bash[28699]: audit 2023-12-07T18:08:28.363765+0000 mgr.a (mgr.14403) 2162 : audit 0 from='client.55449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:30.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:30 smithi194 bash[32038]: cluster 2023-12-07T18:08:29.610218+0000 mgr.a (mgr.14403) 2163 : cluster 0 pgmap v1609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:30.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:30 smithi135 bash[32435]: cluster 2023-12-07T18:08:29.610218+0000 mgr.a (mgr.14403) 2163 : cluster 0 pgmap v1609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:31.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:30 smithi079 bash[28699]: cluster 2023-12-07T18:08:29.610218+0000 mgr.a (mgr.14403) 2163 : cluster 0 pgmap v1609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:32.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:32 smithi194 bash[32038]: cluster 2023-12-07T18:08:31.610787+0000 mgr.a (mgr.14403) 2164 : cluster 0 pgmap v1610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:08:32.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:32 smithi135 bash[32435]: cluster 2023-12-07T18:08:31.610787+0000 mgr.a (mgr.14403) 2164 : cluster 0 pgmap v1610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:08:33.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:32 smithi079 bash[28699]: cluster 2023-12-07T18:08:31.610787+0000 mgr.a (mgr.14403) 2164 : cluster 0 pgmap v1610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:08:33.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:08:33.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:33.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:34.765 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:08:34.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:34.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:34.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:34.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:08:34.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:34 smithi194 bash[32038]: cluster 2023-12-07T18:08:33.611547+0000 mgr.a (mgr.14403) 2165 : cluster 0 pgmap v1611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:08:34.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:34 smithi135 bash[32435]: cluster 2023-12-07T18:08:33.611547+0000 mgr.a (mgr.14403) 2165 : cluster 0 pgmap v1611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:08:35.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:34 smithi079 bash[28699]: cluster 2023-12-07T18:08:33.611547+0000 mgr.a (mgr.14403) 2165 : cluster 0 pgmap v1611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:08:35.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:35 smithi194 bash[32038]: audit 2023-12-07T18:08:34.272962+0000 mgr.a (mgr.14403) 2166 : audit 0 from='client.55527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:35.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:35 smithi135 bash[32435]: audit 2023-12-07T18:08:34.272962+0000 mgr.a (mgr.14403) 2166 : audit 0 from='client.55527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:36.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:35 smithi079 bash[28699]: audit 2023-12-07T18:08:34.272962+0000 mgr.a (mgr.14403) 2166 : audit 0 from='client.55527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:36.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:36 smithi194 bash[32038]: cluster 2023-12-07T18:08:35.612382+0000 mgr.a (mgr.14403) 2167 : cluster 0 pgmap v1612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:08:36.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:36 smithi135 bash[32435]: cluster 2023-12-07T18:08:35.612382+0000 mgr.a (mgr.14403) 2167 : cluster 0 pgmap v1612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:08:37.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:36 smithi079 bash[28699]: cluster 2023-12-07T18:08:35.612382+0000 mgr.a (mgr.14403) 2167 : cluster 0 pgmap v1612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:08:38.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:38 smithi135 bash[32435]: cluster 2023-12-07T18:08:37.612979+0000 mgr.a (mgr.14403) 2168 : cluster 0 pgmap v1613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:39.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:38 smithi079 bash[28699]: cluster 2023-12-07T18:08:37.612979+0000 mgr.a (mgr.14403) 2168 : cluster 0 pgmap v1613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:39.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:38 smithi194 bash[32038]: cluster 2023-12-07T18:08:37.612979+0000 mgr.a (mgr.14403) 2168 : cluster 0 pgmap v1613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:08:39.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:08:39.768 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:39.768 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:40.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:40 smithi079 bash[28699]: cluster 2023-12-07T18:08:39.613779+0000 mgr.a (mgr.14403) 2169 : cluster 0 pgmap v1614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:40.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:40 smithi194 bash[32038]: cluster 2023-12-07T18:08:39.613779+0000 mgr.a (mgr.14403) 2169 : cluster 0 pgmap v1614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:40.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:40 smithi135 bash[32435]: cluster 2023-12-07T18:08:39.613779+0000 mgr.a (mgr.14403) 2169 : cluster 0 pgmap v1614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:40.656 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:08:40.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:40.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:40.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:40.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:08:41.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:41 smithi079 bash[28699]: audit 2023-12-07T18:08:40.162512+0000 mgr.a (mgr.14403) 2170 : audit 0 from='client.55605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:41.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:41 smithi194 bash[32038]: audit 2023-12-07T18:08:40.162512+0000 mgr.a (mgr.14403) 2170 : audit 0 from='client.55605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:41.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:41 smithi135 bash[32435]: audit 2023-12-07T18:08:40.162512+0000 mgr.a (mgr.14403) 2170 : audit 0 from='client.55605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:42.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:42 smithi079 bash[28699]: cluster 2023-12-07T18:08:41.614564+0000 mgr.a (mgr.14403) 2171 : cluster 0 pgmap v1615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:08:42.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:42 smithi194 bash[32038]: cluster 2023-12-07T18:08:41.614564+0000 mgr.a (mgr.14403) 2171 : cluster 0 pgmap v1615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:08:42.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:42 smithi135 bash[32435]: cluster 2023-12-07T18:08:41.614564+0000 mgr.a (mgr.14403) 2171 : cluster 0 pgmap v1615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:08:44.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:44 smithi194 bash[32038]: cluster 2023-12-07T18:08:43.615502+0000 mgr.a (mgr.14403) 2172 : cluster 0 pgmap v1616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:08:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:44 smithi135 bash[32435]: cluster 2023-12-07T18:08:43.615502+0000 mgr.a (mgr.14403) 2172 : cluster 0 pgmap v1616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:08:45.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:44 smithi079 bash[28699]: cluster 2023-12-07T18:08:43.615502+0000 mgr.a (mgr.14403) 2172 : cluster 0 pgmap v1616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:08:45.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:08:45.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:45.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:46.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:46.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:46.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:46.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:08:46.539 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:08:46.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:46 smithi194 bash[32038]: cluster 2023-12-07T18:08:45.616172+0000 mgr.a (mgr.14403) 2173 : cluster 0 pgmap v1617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:46.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:46 smithi135 bash[32435]: cluster 2023-12-07T18:08:45.616172+0000 mgr.a (mgr.14403) 2173 : cluster 0 pgmap v1617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:47.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:46 smithi079 bash[28699]: cluster 2023-12-07T18:08:45.616172+0000 mgr.a (mgr.14403) 2173 : cluster 0 pgmap v1617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:47.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:47 smithi194 bash[32038]: audit 2023-12-07T18:08:46.050478+0000 mgr.a (mgr.14403) 2174 : audit 0 from='client.55680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:47.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:47 smithi135 bash[32435]: audit 2023-12-07T18:08:46.050478+0000 mgr.a (mgr.14403) 2174 : audit 0 from='client.55680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:48.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:47 smithi079 bash[28699]: audit 2023-12-07T18:08:46.050478+0000 mgr.a (mgr.14403) 2174 : audit 0 from='client.55680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:48.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:48 smithi194 bash[32038]: cluster 2023-12-07T18:08:47.616854+0000 mgr.a (mgr.14403) 2175 : cluster 0 pgmap v1618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:48 smithi135 bash[32435]: cluster 2023-12-07T18:08:47.616854+0000 mgr.a (mgr.14403) 2175 : cluster 0 pgmap v1618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:49.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:48 smithi079 bash[28699]: cluster 2023-12-07T18:08:47.616854+0000 mgr.a (mgr.14403) 2175 : cluster 0 pgmap v1618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:50.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:50 smithi079 bash[28699]: cluster 2023-12-07T18:08:49.617646+0000 mgr.a (mgr.14403) 2176 : cluster 0 pgmap v1619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:50.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:50 smithi194 bash[32038]: cluster 2023-12-07T18:08:49.617646+0000 mgr.a (mgr.14403) 2176 : cluster 0 pgmap v1619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:50.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:50 smithi135 bash[32435]: cluster 2023-12-07T18:08:49.617646+0000 mgr.a (mgr.14403) 2176 : cluster 0 pgmap v1619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:08:51.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:08:51.543 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:51.543 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:52.452 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:08:52.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:52.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:52.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:52.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:08:52.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:52 smithi194 bash[32038]: cluster 2023-12-07T18:08:51.618208+0000 mgr.a (mgr.14403) 2177 : cluster 0 pgmap v1620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:52.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:52 smithi135 bash[32435]: cluster 2023-12-07T18:08:51.618208+0000 mgr.a (mgr.14403) 2177 : cluster 0 pgmap v1620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:53.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:52 smithi079 bash[28699]: cluster 2023-12-07T18:08:51.618208+0000 mgr.a (mgr.14403) 2177 : cluster 0 pgmap v1620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:53.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:53 smithi194 bash[32038]: audit 2023-12-07T18:08:51.948814+0000 mgr.a (mgr.14403) 2178 : audit 0 from='client.55749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:53.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:53 smithi135 bash[32435]: audit 2023-12-07T18:08:51.948814+0000 mgr.a (mgr.14403) 2178 : audit 0 from='client.55749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:54.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:53 smithi079 bash[28699]: audit 2023-12-07T18:08:51.948814+0000 mgr.a (mgr.14403) 2178 : audit 0 from='client.55749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:54.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:54 smithi194 bash[32038]: cluster 2023-12-07T18:08:53.619049+0000 mgr.a (mgr.14403) 2179 : cluster 0 pgmap v1621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:08:54.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:54 smithi135 bash[32435]: cluster 2023-12-07T18:08:53.619049+0000 mgr.a (mgr.14403) 2179 : cluster 0 pgmap v1621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:08:55.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:54 smithi079 bash[28699]: cluster 2023-12-07T18:08:53.619049+0000 mgr.a (mgr.14403) 2179 : cluster 0 pgmap v1621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:08:56.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:56 smithi194 bash[32038]: cluster 2023-12-07T18:08:55.619625+0000 mgr.a (mgr.14403) 2180 : cluster 0 pgmap v1622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:56.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:56 smithi135 bash[32435]: cluster 2023-12-07T18:08:55.619625+0000 mgr.a (mgr.14403) 2180 : cluster 0 pgmap v1622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:57.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:56 smithi079 bash[28699]: cluster 2023-12-07T18:08:55.619625+0000 mgr.a (mgr.14403) 2180 : cluster 0 pgmap v1622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:08:57.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:08:57.455 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:08:57.455 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:08:58.349 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:08:58.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:08:58.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:08:58.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:08:58.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:08:58.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:58 smithi194 bash[32038]: cluster 2023-12-07T18:08:57.620166+0000 mgr.a (mgr.14403) 2181 : cluster 0 pgmap v1623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:58.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:58 smithi135 bash[32435]: cluster 2023-12-07T18:08:57.620166+0000 mgr.a (mgr.14403) 2181 : cluster 0 pgmap v1623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:59.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:58 smithi079 bash[28699]: cluster 2023-12-07T18:08:57.620166+0000 mgr.a (mgr.14403) 2181 : cluster 0 pgmap v1623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:08:59.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:59 smithi194 bash[32038]: audit 2023-12-07T18:08:57.853779+0000 mgr.a (mgr.14403) 2182 : audit 0 from='client.55824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:59.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:08:59 smithi194 bash[32038]: audit 2023-12-07T18:08:59.569877+0000 mon.a (mon.0) 765 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:08:59.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:59 smithi135 bash[32435]: audit 2023-12-07T18:08:57.853779+0000 mgr.a (mgr.14403) 2182 : audit 0 from='client.55824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:08:59.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:08:59 smithi135 bash[32435]: audit 2023-12-07T18:08:59.569877+0000 mon.a (mon.0) 765 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:09:00.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:59 smithi079 bash[28699]: audit 2023-12-07T18:08:57.853779+0000 mgr.a (mgr.14403) 2182 : audit 0 from='client.55824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:00.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:08:59 smithi079 bash[28699]: audit 2023-12-07T18:08:59.569877+0000 mon.a (mon.0) 765 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:09:00.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:00 smithi194 bash[32038]: cluster 2023-12-07T18:08:59.621055+0000 mgr.a (mgr.14403) 2183 : cluster 0 pgmap v1624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:00.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:00 smithi194 bash[32038]: audit 2023-12-07T18:09:00.359103+0000 mon.a (mon.0) 766 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:09:00.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:00 smithi194 bash[32038]: audit 2023-12-07T18:09:00.360813+0000 mon.a (mon.0) 767 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:09:00.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:00 smithi194 bash[32038]: audit 2023-12-07T18:09:00.371230+0000 mon.a (mon.0) 768 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:09:00.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:00 smithi135 bash[32435]: cluster 2023-12-07T18:08:59.621055+0000 mgr.a (mgr.14403) 2183 : cluster 0 pgmap v1624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:00.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:00 smithi135 bash[32435]: audit 2023-12-07T18:09:00.359103+0000 mon.a (mon.0) 766 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:09:00.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:00 smithi135 bash[32435]: audit 2023-12-07T18:09:00.360813+0000 mon.a (mon.0) 767 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:09:00.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:00 smithi135 bash[32435]: audit 2023-12-07T18:09:00.371230+0000 mon.a (mon.0) 768 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:09:01.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:00 smithi079 bash[28699]: cluster 2023-12-07T18:08:59.621055+0000 mgr.a (mgr.14403) 2183 : cluster 0 pgmap v1624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:01.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:00 smithi079 bash[28699]: audit 2023-12-07T18:09:00.359103+0000 mon.a (mon.0) 766 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:09:01.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:00 smithi079 bash[28699]: audit 2023-12-07T18:09:00.360813+0000 mon.a (mon.0) 767 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:09:01.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:00 smithi079 bash[28699]: audit 2023-12-07T18:09:00.371230+0000 mon.a (mon.0) 768 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:09:02.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:02 smithi194 bash[32038]: cluster 2023-12-07T18:09:01.621590+0000 mgr.a (mgr.14403) 2184 : cluster 0 pgmap v1625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:02.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:02 smithi135 bash[32435]: cluster 2023-12-07T18:09:01.621590+0000 mgr.a (mgr.14403) 2184 : cluster 0 pgmap v1625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:03.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:02 smithi079 bash[28699]: cluster 2023-12-07T18:09:01.621590+0000 mgr.a (mgr.14403) 2184 : cluster 0 pgmap v1625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:03.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:09:03.352 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:03.352 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:04.242 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:09:04.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:04.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:04.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:04.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:09:04.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:04 smithi135 bash[32435]: cluster 2023-12-07T18:09:03.622081+0000 mgr.a (mgr.14403) 2185 : cluster 0 pgmap v1626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:04.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:04 smithi135 bash[32435]: audit 2023-12-07T18:09:03.747656+0000 mgr.a (mgr.14403) 2186 : audit 0 from='client.55899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:05.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:04 smithi079 bash[28699]: cluster 2023-12-07T18:09:03.622081+0000 mgr.a (mgr.14403) 2185 : cluster 0 pgmap v1626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:05.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:04 smithi079 bash[28699]: audit 2023-12-07T18:09:03.747656+0000 mgr.a (mgr.14403) 2186 : audit 0 from='client.55899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:05.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:04 smithi194 bash[32038]: cluster 2023-12-07T18:09:03.622081+0000 mgr.a (mgr.14403) 2185 : cluster 0 pgmap v1626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:05.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:04 smithi194 bash[32038]: audit 2023-12-07T18:09:03.747656+0000 mgr.a (mgr.14403) 2186 : audit 0 from='client.55899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:07.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:06 smithi079 bash[28699]: cluster 2023-12-07T18:09:05.622657+0000 mgr.a (mgr.14403) 2187 : cluster 0 pgmap v1627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:09:07.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:06 smithi194 bash[32038]: cluster 2023-12-07T18:09:05.622657+0000 mgr.a (mgr.14403) 2187 : cluster 0 pgmap v1627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:09:07.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:06 smithi135 bash[32435]: cluster 2023-12-07T18:09:05.622657+0000 mgr.a (mgr.14403) 2187 : cluster 0 pgmap v1627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:09:09.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:08 smithi079 bash[28699]: cluster 2023-12-07T18:09:07.623231+0000 mgr.a (mgr.14403) 2188 : cluster 0 pgmap v1628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:09.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:08 smithi194 bash[32038]: cluster 2023-12-07T18:09:07.623231+0000 mgr.a (mgr.14403) 2188 : cluster 0 pgmap v1628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:09.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:08 smithi135 bash[32435]: cluster 2023-12-07T18:09:07.623231+0000 mgr.a (mgr.14403) 2188 : cluster 0 pgmap v1628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:09.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:09:09.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:09.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:10.120 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:09:10.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:10.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:10.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:10.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:09:10.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:10 smithi079 bash[28699]: cluster 2023-12-07T18:09:09.623763+0000 mgr.a (mgr.14403) 2189 : cluster 0 pgmap v1629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:10.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:10 smithi079 bash[28699]: audit 2023-12-07T18:09:09.647230+0000 mgr.a (mgr.14403) 2190 : audit 0 from='client.55974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:10.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:10 smithi194 bash[32038]: cluster 2023-12-07T18:09:09.623763+0000 mgr.a (mgr.14403) 2189 : cluster 0 pgmap v1629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:10.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:10 smithi194 bash[32038]: audit 2023-12-07T18:09:09.647230+0000 mgr.a (mgr.14403) 2190 : audit 0 from='client.55974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:10.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:10 smithi135 bash[32435]: cluster 2023-12-07T18:09:09.623763+0000 mgr.a (mgr.14403) 2189 : cluster 0 pgmap v1629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:10.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:10 smithi135 bash[32435]: audit 2023-12-07T18:09:09.647230+0000 mgr.a (mgr.14403) 2190 : audit 0 from='client.55974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:12.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:12 smithi194 bash[32038]: cluster 2023-12-07T18:09:11.624401+0000 mgr.a (mgr.14403) 2191 : cluster 0 pgmap v1630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:12.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:12 smithi135 bash[32435]: cluster 2023-12-07T18:09:11.624401+0000 mgr.a (mgr.14403) 2191 : cluster 0 pgmap v1630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:13.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:12 smithi079 bash[28699]: cluster 2023-12-07T18:09:11.624401+0000 mgr.a (mgr.14403) 2191 : cluster 0 pgmap v1630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:14.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:14 smithi194 bash[32038]: cluster 2023-12-07T18:09:13.625157+0000 mgr.a (mgr.14403) 2192 : cluster 0 pgmap v1631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:14.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:14 smithi135 bash[32435]: cluster 2023-12-07T18:09:13.625157+0000 mgr.a (mgr.14403) 2192 : cluster 0 pgmap v1631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:15.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:09:15.124 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:15.124 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:15.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:14 smithi079 bash[28699]: cluster 2023-12-07T18:09:13.625157+0000 mgr.a (mgr.14403) 2192 : cluster 0 pgmap v1631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:16.020 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:09:16.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:16.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:16.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:16.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:09:16.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:16 smithi194 bash[32038]: audit 2023-12-07T18:09:15.520111+0000 mgr.a (mgr.14403) 2193 : audit 0 from='client.56043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:16.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:16 smithi194 bash[32038]: cluster 2023-12-07T18:09:15.625956+0000 mgr.a (mgr.14403) 2194 : cluster 0 pgmap v1632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:16.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:16 smithi135 bash[32435]: audit 2023-12-07T18:09:15.520111+0000 mgr.a (mgr.14403) 2193 : audit 0 from='client.56043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:16.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:16 smithi135 bash[32435]: cluster 2023-12-07T18:09:15.625956+0000 mgr.a (mgr.14403) 2194 : cluster 0 pgmap v1632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:17.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:16 smithi079 bash[28699]: audit 2023-12-07T18:09:15.520111+0000 mgr.a (mgr.14403) 2193 : audit 0 from='client.56043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:17.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:16 smithi079 bash[28699]: cluster 2023-12-07T18:09:15.625956+0000 mgr.a (mgr.14403) 2194 : cluster 0 pgmap v1632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:18.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:18 smithi194 bash[32038]: cluster 2023-12-07T18:09:17.626614+0000 mgr.a (mgr.14403) 2195 : cluster 0 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-07T18:09:18.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:18 smithi135 bash[32435]: cluster 2023-12-07T18:09:17.626614+0000 mgr.a (mgr.14403) 2195 : cluster 0 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-07T18:09:19.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:18 smithi079 bash[28699]: cluster 2023-12-07T18:09:17.626614+0000 mgr.a (mgr.14403) 2195 : cluster 0 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-07T18:09:20.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:20 smithi079 bash[28699]: cluster 2023-12-07T18:09:19.627556+0000 mgr.a (mgr.14403) 2196 : cluster 0 pgmap v1634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:20.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:20 smithi194 bash[32038]: cluster 2023-12-07T18:09:19.627556+0000 mgr.a (mgr.14403) 2196 : cluster 0 pgmap v1634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:20.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:20 smithi135 bash[32435]: cluster 2023-12-07T18:09:19.627556+0000 mgr.a (mgr.14403) 2196 : cluster 0 pgmap v1634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:21.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:09:21.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:21.023 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:21.931 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:09:21.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:21.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:21.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:21.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:09:22.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:22 smithi194 bash[32038]: audit 2023-12-07T18:09:21.424198+0000 mgr.a (mgr.14403) 2197 : audit 0 from='client.56121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:22.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:22 smithi194 bash[32038]: cluster 2023-12-07T18:09:21.628205+0000 mgr.a (mgr.14403) 2198 : cluster 0 pgmap v1635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:22.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:22 smithi135 bash[32435]: audit 2023-12-07T18:09:21.424198+0000 mgr.a (mgr.14403) 2197 : audit 0 from='client.56121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:22.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:22 smithi135 bash[32435]: cluster 2023-12-07T18:09:21.628205+0000 mgr.a (mgr.14403) 2198 : cluster 0 pgmap v1635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:23.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:22 smithi079 bash[28699]: audit 2023-12-07T18:09:21.424198+0000 mgr.a (mgr.14403) 2197 : audit 0 from='client.56121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:23.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:22 smithi079 bash[28699]: cluster 2023-12-07T18:09:21.628205+0000 mgr.a (mgr.14403) 2198 : cluster 0 pgmap v1635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:24.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:24 smithi194 bash[32038]: cluster 2023-12-07T18:09:23.629029+0000 mgr.a (mgr.14403) 2199 : cluster 0 pgmap v1636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:09:24.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:24 smithi135 bash[32435]: cluster 2023-12-07T18:09:23.629029+0000 mgr.a (mgr.14403) 2199 : cluster 0 pgmap v1636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:09:25.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:24 smithi079 bash[28699]: cluster 2023-12-07T18:09:23.629029+0000 mgr.a (mgr.14403) 2199 : cluster 0 pgmap v1636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:09:26.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:09:26.935 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:26.935 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:26.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:26 smithi194 bash[32038]: cluster 2023-12-07T18:09:25.629661+0000 mgr.a (mgr.14403) 2200 : cluster 0 pgmap v1637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:09:26.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:26 smithi135 bash[32435]: cluster 2023-12-07T18:09:25.629661+0000 mgr.a (mgr.14403) 2200 : cluster 0 pgmap v1637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:09:27.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:26 smithi079 bash[28699]: cluster 2023-12-07T18:09:25.629661+0000 mgr.a (mgr.14403) 2200 : cluster 0 pgmap v1637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:09:27.852 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:09:27.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:27.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:27.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:27.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:09:28.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:28 smithi194 bash[32038]: audit 2023-12-07T18:09:27.335042+0000 mgr.a (mgr.14403) 2201 : audit 0 from='client.56199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:28.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:28 smithi194 bash[32038]: cluster 2023-12-07T18:09:27.630199+0000 mgr.a (mgr.14403) 2202 : cluster 0 pgmap v1638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:28.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:28 smithi135 bash[32435]: audit 2023-12-07T18:09:27.335042+0000 mgr.a (mgr.14403) 2201 : audit 0 from='client.56199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:28.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:28 smithi135 bash[32435]: cluster 2023-12-07T18:09:27.630199+0000 mgr.a (mgr.14403) 2202 : cluster 0 pgmap v1638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:29.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:28 smithi079 bash[28699]: audit 2023-12-07T18:09:27.335042+0000 mgr.a (mgr.14403) 2201 : audit 0 from='client.56199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:29.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:28 smithi079 bash[28699]: cluster 2023-12-07T18:09:27.630199+0000 mgr.a (mgr.14403) 2202 : cluster 0 pgmap v1638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:30.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:30 smithi079 bash[28699]: cluster 2023-12-07T18:09:29.631094+0000 mgr.a (mgr.14403) 2203 : cluster 0 pgmap v1639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:30.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:30 smithi194 bash[32038]: cluster 2023-12-07T18:09:29.631094+0000 mgr.a (mgr.14403) 2203 : cluster 0 pgmap v1639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:30.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:30 smithi135 bash[32435]: cluster 2023-12-07T18:09:29.631094+0000 mgr.a (mgr.14403) 2203 : cluster 0 pgmap v1639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:32.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:09:32.856 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:32.856 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:32.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:32 smithi194 bash[32038]: cluster 2023-12-07T18:09:31.631578+0000 mgr.a (mgr.14403) 2204 : cluster 0 pgmap v1640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:32.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:32 smithi135 bash[32435]: cluster 2023-12-07T18:09:31.631578+0000 mgr.a (mgr.14403) 2204 : cluster 0 pgmap v1640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:33.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:32 smithi079 bash[28699]: cluster 2023-12-07T18:09:31.631578+0000 mgr.a (mgr.14403) 2204 : cluster 0 pgmap v1640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:33.766 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:09:33.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:33.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:33.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:33.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:09:34.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:34 smithi194 bash[32038]: audit 2023-12-07T18:09:33.245891+0000 mgr.a (mgr.14403) 2205 : audit 0 from='client.56277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:34.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:34 smithi194 bash[32038]: cluster 2023-12-07T18:09:33.633339+0000 mgr.a (mgr.14403) 2206 : cluster 0 pgmap v1641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:09:34.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:34 smithi135 bash[32435]: audit 2023-12-07T18:09:33.245891+0000 mgr.a (mgr.14403) 2205 : audit 0 from='client.56277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:34.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:34 smithi135 bash[32435]: cluster 2023-12-07T18:09:33.633339+0000 mgr.a (mgr.14403) 2206 : cluster 0 pgmap v1641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:09:35.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:34 smithi079 bash[28699]: audit 2023-12-07T18:09:33.245891+0000 mgr.a (mgr.14403) 2205 : audit 0 from='client.56277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:35.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:34 smithi079 bash[28699]: cluster 2023-12-07T18:09:33.633339+0000 mgr.a (mgr.14403) 2206 : cluster 0 pgmap v1641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:09:36.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:36 smithi194 bash[32038]: cluster 2023-12-07T18:09:35.634065+0000 mgr.a (mgr.14403) 2207 : cluster 0 pgmap v1642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:36.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:36 smithi135 bash[32435]: cluster 2023-12-07T18:09:35.634065+0000 mgr.a (mgr.14403) 2207 : cluster 0 pgmap v1642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:37.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:36 smithi079 bash[28699]: cluster 2023-12-07T18:09:35.634065+0000 mgr.a (mgr.14403) 2207 : cluster 0 pgmap v1642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:38.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:09:38.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:38.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:38.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:38 smithi194 bash[32038]: cluster 2023-12-07T18:09:37.634630+0000 mgr.a (mgr.14403) 2208 : cluster 0 pgmap v1643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:09:38.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:38 smithi135 bash[32435]: cluster 2023-12-07T18:09:37.634630+0000 mgr.a (mgr.14403) 2208 : cluster 0 pgmap v1643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:09:39.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:38 smithi079 bash[28699]: cluster 2023-12-07T18:09:37.634630+0000 mgr.a (mgr.14403) 2208 : cluster 0 pgmap v1643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:09:39.671 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:09:39.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:39.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:39.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:39.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:09:40.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:40 smithi079 bash[28699]: audit 2023-12-07T18:09:39.169970+0000 mgr.a (mgr.14403) 2209 : audit 0 from='client.56355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:40.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:40 smithi079 bash[28699]: cluster 2023-12-07T18:09:39.635608+0000 mgr.a (mgr.14403) 2210 : cluster 0 pgmap v1644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:40.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:40 smithi194 bash[32038]: audit 2023-12-07T18:09:39.169970+0000 mgr.a (mgr.14403) 2209 : audit 0 from='client.56355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:40.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:40 smithi194 bash[32038]: cluster 2023-12-07T18:09:39.635608+0000 mgr.a (mgr.14403) 2210 : cluster 0 pgmap v1644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:40.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:40 smithi135 bash[32435]: audit 2023-12-07T18:09:39.169970+0000 mgr.a (mgr.14403) 2209 : audit 0 from='client.56355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:40.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:40 smithi135 bash[32435]: cluster 2023-12-07T18:09:39.635608+0000 mgr.a (mgr.14403) 2210 : cluster 0 pgmap v1644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:42.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:42 smithi194 bash[32038]: cluster 2023-12-07T18:09:41.636110+0000 mgr.a (mgr.14403) 2211 : cluster 0 pgmap v1645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:42.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:42 smithi135 bash[32435]: cluster 2023-12-07T18:09:41.636110+0000 mgr.a (mgr.14403) 2211 : cluster 0 pgmap v1645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:43.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:42 smithi079 bash[28699]: cluster 2023-12-07T18:09:41.636110+0000 mgr.a (mgr.14403) 2211 : cluster 0 pgmap v1645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:09:44.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:09:44.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:44.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:44.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:44 smithi194 bash[32038]: cluster 2023-12-07T18:09:43.636847+0000 mgr.a (mgr.14403) 2212 : cluster 0 pgmap v1646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:44 smithi135 bash[32435]: cluster 2023-12-07T18:09:43.636847+0000 mgr.a (mgr.14403) 2212 : cluster 0 pgmap v1646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:45.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:44 smithi079 bash[28699]: cluster 2023-12-07T18:09:43.636847+0000 mgr.a (mgr.14403) 2212 : cluster 0 pgmap v1646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:45.585 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:09:45.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:45.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:45.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:45.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:09:46.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:46 smithi194 bash[32038]: audit 2023-12-07T18:09:45.076415+0000 mgr.a (mgr.14403) 2213 : audit 0 from='client.56430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:46.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:46 smithi194 bash[32038]: cluster 2023-12-07T18:09:45.637555+0000 mgr.a (mgr.14403) 2214 : cluster 0 pgmap v1647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:46.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:46 smithi135 bash[32435]: audit 2023-12-07T18:09:45.076415+0000 mgr.a (mgr.14403) 2213 : audit 0 from='client.56430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:46.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:46 smithi135 bash[32435]: cluster 2023-12-07T18:09:45.637555+0000 mgr.a (mgr.14403) 2214 : cluster 0 pgmap v1647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:47.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:46 smithi079 bash[28699]: audit 2023-12-07T18:09:45.076415+0000 mgr.a (mgr.14403) 2213 : audit 0 from='client.56430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:47.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:46 smithi079 bash[28699]: cluster 2023-12-07T18:09:45.637555+0000 mgr.a (mgr.14403) 2214 : cluster 0 pgmap v1647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:09:48.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:48 smithi135 bash[32435]: cluster 2023-12-07T18:09:47.638125+0000 mgr.a (mgr.14403) 2215 : cluster 0 pgmap v1648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:09:49.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:48 smithi079 bash[28699]: cluster 2023-12-07T18:09:47.638125+0000 mgr.a (mgr.14403) 2215 : cluster 0 pgmap v1648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:09:49.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:48 smithi194 bash[32038]: cluster 2023-12-07T18:09:47.638125+0000 mgr.a (mgr.14403) 2215 : cluster 0 pgmap v1648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:09:50.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:50 smithi079 bash[28699]: cluster 2023-12-07T18:09:49.638959+0000 mgr.a (mgr.14403) 2216 : cluster 0 pgmap v1649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:09:50.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:50 smithi194 bash[32038]: cluster 2023-12-07T18:09:49.638959+0000 mgr.a (mgr.14403) 2216 : cluster 0 pgmap v1649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:09:50.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:50 smithi135 bash[32435]: cluster 2023-12-07T18:09:49.638959+0000 mgr.a (mgr.14403) 2216 : cluster 0 pgmap v1649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:09:50.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:09:50.588 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:50.588 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:51.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:51.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:51.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:51.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:09:51.530 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:09:52.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:52 smithi194 bash[32038]: audit 2023-12-07T18:09:50.992435+0000 mgr.a (mgr.14403) 2217 : audit 0 from='client.56502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:52.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:52 smithi194 bash[32038]: cluster 2023-12-07T18:09:51.639610+0000 mgr.a (mgr.14403) 2218 : cluster 0 pgmap v1650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:52.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:52 smithi135 bash[32435]: audit 2023-12-07T18:09:50.992435+0000 mgr.a (mgr.14403) 2217 : audit 0 from='client.56502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:52.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:52 smithi135 bash[32435]: cluster 2023-12-07T18:09:51.639610+0000 mgr.a (mgr.14403) 2218 : cluster 0 pgmap v1650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:53.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:52 smithi079 bash[28699]: audit 2023-12-07T18:09:50.992435+0000 mgr.a (mgr.14403) 2217 : audit 0 from='client.56502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:53.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:52 smithi079 bash[28699]: cluster 2023-12-07T18:09:51.639610+0000 mgr.a (mgr.14403) 2218 : cluster 0 pgmap v1650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:54.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:54 smithi194 bash[32038]: cluster 2023-12-07T18:09:53.640421+0000 mgr.a (mgr.14403) 2219 : cluster 0 pgmap v1651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:54.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:54 smithi135 bash[32435]: cluster 2023-12-07T18:09:53.640421+0000 mgr.a (mgr.14403) 2219 : cluster 0 pgmap v1651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:55.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:54 smithi079 bash[28699]: cluster 2023-12-07T18:09:53.640421+0000 mgr.a (mgr.14403) 2219 : cluster 0 pgmap v1651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:09:56.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:09:56.534 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:09:56.534 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:09:56.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:56 smithi194 bash[32038]: cluster 2023-12-07T18:09:55.640965+0000 mgr.a (mgr.14403) 2220 : cluster 0 pgmap v1652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:56.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:56 smithi135 bash[32435]: cluster 2023-12-07T18:09:55.640965+0000 mgr.a (mgr.14403) 2220 : cluster 0 pgmap v1652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:57.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:56 smithi079 bash[28699]: cluster 2023-12-07T18:09:55.640965+0000 mgr.a (mgr.14403) 2220 : cluster 0 pgmap v1652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:57.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:09:57.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:09:57.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:09:57.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:09:57.462 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:09:59.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:58 smithi079 bash[28699]: audit 2023-12-07T18:09:56.941883+0000 mgr.a (mgr.14403) 2221 : audit 0 from='client.56580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:59.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:09:58 smithi079 bash[28699]: cluster 2023-12-07T18:09:57.641612+0000 mgr.a (mgr.14403) 2222 : cluster 0 pgmap v1653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:58 smithi194 bash[32038]: audit 2023-12-07T18:09:56.941883+0000 mgr.a (mgr.14403) 2221 : audit 0 from='client.56580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:09:58 smithi194 bash[32038]: cluster 2023-12-07T18:09:57.641612+0000 mgr.a (mgr.14403) 2222 : cluster 0 pgmap v1653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:09:59.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:58 smithi135 bash[32435]: audit 2023-12-07T18:09:56.941883+0000 mgr.a (mgr.14403) 2221 : audit 0 from='client.56580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:09:59.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:09:58 smithi135 bash[32435]: cluster 2023-12-07T18:09:57.641612+0000 mgr.a (mgr.14403) 2222 : cluster 0 pgmap v1653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:00.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:00 smithi079 bash[28699]: cluster 2023-12-07T18:09:59.642428+0000 mgr.a (mgr.14403) 2223 : cluster 0 pgmap v1654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:00.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:00 smithi079 bash[28699]: cluster 2023-12-07T18:10:00.000159+0000 mon.a (mon.0) 769 : cluster 1 overall HEALTH_OK 2023-12-07T18:10:00.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:00 smithi194 bash[32038]: cluster 2023-12-07T18:09:59.642428+0000 mgr.a (mgr.14403) 2223 : cluster 0 pgmap v1654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:00.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:00 smithi194 bash[32038]: cluster 2023-12-07T18:10:00.000159+0000 mon.a (mon.0) 769 : cluster 1 overall HEALTH_OK 2023-12-07T18:10:00.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:00 smithi135 bash[32435]: cluster 2023-12-07T18:09:59.642428+0000 mgr.a (mgr.14403) 2223 : cluster 0 pgmap v1654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:00.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:00 smithi135 bash[32435]: cluster 2023-12-07T18:10:00.000159+0000 mon.a (mon.0) 769 : cluster 1 overall HEALTH_OK 2023-12-07T18:10:01.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:01 smithi079 bash[28699]: audit 2023-12-07T18:10:00.475404+0000 mon.a (mon.0) 770 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:10:01.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:01 smithi079 bash[28699]: audit 2023-12-07T18:10:01.011940+0000 mon.a (mon.0) 771 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:10:01.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:01 smithi079 bash[28699]: audit 2023-12-07T18:10:01.022776+0000 mon.a (mon.0) 772 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:10:01.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:01 smithi194 bash[32038]: audit 2023-12-07T18:10:00.475404+0000 mon.a (mon.0) 770 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:10:01.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:01 smithi194 bash[32038]: audit 2023-12-07T18:10:01.011940+0000 mon.a (mon.0) 771 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:10:01.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:01 smithi194 bash[32038]: audit 2023-12-07T18:10:01.022776+0000 mon.a (mon.0) 772 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:10:01.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:01 smithi135 bash[32435]: audit 2023-12-07T18:10:00.475404+0000 mon.a (mon.0) 770 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:10:01.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:01 smithi135 bash[32435]: audit 2023-12-07T18:10:01.011940+0000 mon.a (mon.0) 771 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:10:01.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:01 smithi135 bash[32435]: audit 2023-12-07T18:10:01.022776+0000 mon.a (mon.0) 772 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:10:02.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:02 smithi079 bash[28699]: cluster 2023-12-07T18:10:01.643084+0000 mgr.a (mgr.14403) 2224 : cluster 0 pgmap v1655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:02.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:02 smithi079 bash[28699]: audit 2023-12-07T18:10:01.665050+0000 mon.a (mon.0) 773 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:10:02.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:02 smithi079 bash[28699]: audit 2023-12-07T18:10:01.666451+0000 mon.a (mon.0) 774 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:10:02.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:02 smithi079 bash[28699]: audit 2023-12-07T18:10:01.674643+0000 mon.a (mon.0) 775 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:02 smithi194 bash[32038]: cluster 2023-12-07T18:10:01.643084+0000 mgr.a (mgr.14403) 2224 : cluster 0 pgmap v1655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:02 smithi194 bash[32038]: audit 2023-12-07T18:10:01.665050+0000 mon.a (mon.0) 773 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:02 smithi194 bash[32038]: audit 2023-12-07T18:10:01.666451+0000 mon.a (mon.0) 774 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:10:02.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:02 smithi194 bash[32038]: audit 2023-12-07T18:10:01.674643+0000 mon.a (mon.0) 775 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:10:02.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:02 smithi135 bash[32435]: cluster 2023-12-07T18:10:01.643084+0000 mgr.a (mgr.14403) 2224 : cluster 0 pgmap v1655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:02.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:02 smithi135 bash[32435]: audit 2023-12-07T18:10:01.665050+0000 mon.a (mon.0) 773 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:10:02.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:02 smithi135 bash[32435]: audit 2023-12-07T18:10:01.666451+0000 mon.a (mon.0) 774 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:10:02.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:02 smithi135 bash[32435]: audit 2023-12-07T18:10:01.674643+0000 mon.a (mon.0) 775 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:10:02.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:10:02.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:02.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:03.352 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:10:03.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:03.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:03.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:03.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:10:04.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:04 smithi194 bash[32038]: audit 2023-12-07T18:10:02.856845+0000 mgr.a (mgr.14403) 2225 : audit 0 from='client.56658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:04.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:04 smithi194 bash[32038]: cluster 2023-12-07T18:10:03.643913+0000 mgr.a (mgr.14403) 2226 : cluster 0 pgmap v1656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:04.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:04 smithi135 bash[32435]: audit 2023-12-07T18:10:02.856845+0000 mgr.a (mgr.14403) 2225 : audit 0 from='client.56658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:04.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:04 smithi135 bash[32435]: cluster 2023-12-07T18:10:03.643913+0000 mgr.a (mgr.14403) 2226 : cluster 0 pgmap v1656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:05.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:04 smithi079 bash[28699]: audit 2023-12-07T18:10:02.856845+0000 mgr.a (mgr.14403) 2225 : audit 0 from='client.56658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:05.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:04 smithi079 bash[28699]: cluster 2023-12-07T18:10:03.643913+0000 mgr.a (mgr.14403) 2226 : cluster 0 pgmap v1656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:06.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:06 smithi135 bash[32435]: cluster 2023-12-07T18:10:05.644458+0000 mgr.a (mgr.14403) 2227 : cluster 0 pgmap v1657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:07.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:06 smithi079 bash[28699]: cluster 2023-12-07T18:10:05.644458+0000 mgr.a (mgr.14403) 2227 : cluster 0 pgmap v1657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:07.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:06 smithi194 bash[32038]: cluster 2023-12-07T18:10:05.644458+0000 mgr.a (mgr.14403) 2227 : cluster 0 pgmap v1657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:08.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:10:08.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:08.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:09.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:08 smithi079 bash[28699]: cluster 2023-12-07T18:10:07.645014+0000 mgr.a (mgr.14403) 2228 : cluster 0 pgmap v1658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:09.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:08 smithi194 bash[32038]: cluster 2023-12-07T18:10:07.645014+0000 mgr.a (mgr.14403) 2228 : cluster 0 pgmap v1658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:09.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:08 smithi135 bash[32435]: cluster 2023-12-07T18:10:07.645014+0000 mgr.a (mgr.14403) 2228 : cluster 0 pgmap v1658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:09.255 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:10:09.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:09.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:09.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:09.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:10:10.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:09 smithi079 bash[28699]: audit 2023-12-07T18:10:08.756652+0000 mgr.a (mgr.14403) 2229 : audit 0 from='client.56733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:10.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:09 smithi194 bash[32038]: audit 2023-12-07T18:10:08.756652+0000 mgr.a (mgr.14403) 2229 : audit 0 from='client.56733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:10.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:09 smithi135 bash[32435]: audit 2023-12-07T18:10:08.756652+0000 mgr.a (mgr.14403) 2229 : audit 0 from='client.56733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:11.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:10 smithi079 bash[28699]: cluster 2023-12-07T18:10:09.645981+0000 mgr.a (mgr.14403) 2230 : cluster 0 pgmap v1659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:11.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:10 smithi194 bash[32038]: cluster 2023-12-07T18:10:09.645981+0000 mgr.a (mgr.14403) 2230 : cluster 0 pgmap v1659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:11.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:10 smithi135 bash[32435]: cluster 2023-12-07T18:10:09.645981+0000 mgr.a (mgr.14403) 2230 : cluster 0 pgmap v1659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:13.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:12 smithi079 bash[28699]: cluster 2023-12-07T18:10:11.646553+0000 mgr.a (mgr.14403) 2231 : cluster 0 pgmap v1660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:13.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:12 smithi194 bash[32038]: cluster 2023-12-07T18:10:11.646553+0000 mgr.a (mgr.14403) 2231 : cluster 0 pgmap v1660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:13.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:12 smithi135 bash[32435]: cluster 2023-12-07T18:10:11.646553+0000 mgr.a (mgr.14403) 2231 : cluster 0 pgmap v1660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:14.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:10:14.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:14.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:15.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:14 smithi079 bash[28699]: cluster 2023-12-07T18:10:13.647255+0000 mgr.a (mgr.14403) 2232 : cluster 0 pgmap v1661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:15.168 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:10:15.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:15.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:15.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:15.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:10:15.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:14 smithi194 bash[32038]: cluster 2023-12-07T18:10:13.647255+0000 mgr.a (mgr.14403) 2232 : cluster 0 pgmap v1661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:15.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:14 smithi135 bash[32435]: cluster 2023-12-07T18:10:13.647255+0000 mgr.a (mgr.14403) 2232 : cluster 0 pgmap v1661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:16.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:15 smithi079 bash[28699]: audit 2023-12-07T18:10:14.658369+0000 mgr.a (mgr.14403) 2233 : audit 0 from='client.56808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:16.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:15 smithi194 bash[32038]: audit 2023-12-07T18:10:14.658369+0000 mgr.a (mgr.14403) 2233 : audit 0 from='client.56808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:16.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:15 smithi135 bash[32435]: audit 2023-12-07T18:10:14.658369+0000 mgr.a (mgr.14403) 2233 : audit 0 from='client.56808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:17.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:16 smithi079 bash[28699]: cluster 2023-12-07T18:10:15.647901+0000 mgr.a (mgr.14403) 2234 : cluster 0 pgmap v1662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:17.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:16 smithi194 bash[32038]: cluster 2023-12-07T18:10:15.647901+0000 mgr.a (mgr.14403) 2234 : cluster 0 pgmap v1662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:17.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:16 smithi135 bash[32435]: cluster 2023-12-07T18:10:15.647901+0000 mgr.a (mgr.14403) 2234 : cluster 0 pgmap v1662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:19.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:18 smithi079 bash[28699]: cluster 2023-12-07T18:10:17.648507+0000 mgr.a (mgr.14403) 2235 : cluster 0 pgmap v1663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:19.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:18 smithi194 bash[32038]: cluster 2023-12-07T18:10:17.648507+0000 mgr.a (mgr.14403) 2235 : cluster 0 pgmap v1663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:19.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:18 smithi135 bash[32435]: cluster 2023-12-07T18:10:17.648507+0000 mgr.a (mgr.14403) 2235 : cluster 0 pgmap v1663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:20.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:10:20.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:20.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:20.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:20 smithi079 bash[28699]: cluster 2023-12-07T18:10:19.649332+0000 mgr.a (mgr.14403) 2236 : cluster 0 pgmap v1664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:20.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:20 smithi194 bash[32038]: cluster 2023-12-07T18:10:19.649332+0000 mgr.a (mgr.14403) 2236 : cluster 0 pgmap v1664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:20.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:20 smithi135 bash[32435]: cluster 2023-12-07T18:10:19.649332+0000 mgr.a (mgr.14403) 2236 : cluster 0 pgmap v1664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:21.087 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:10:21.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:21.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:21.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:21.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:10:21.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:21 smithi079 bash[28699]: audit 2023-12-07T18:10:20.572059+0000 mgr.a (mgr.14403) 2237 : audit 0 from='client.56883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:21.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:21 smithi194 bash[32038]: audit 2023-12-07T18:10:20.572059+0000 mgr.a (mgr.14403) 2237 : audit 0 from='client.56883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:21.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:21 smithi135 bash[32435]: audit 2023-12-07T18:10:20.572059+0000 mgr.a (mgr.14403) 2237 : audit 0 from='client.56883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:22.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:22 smithi079 bash[28699]: cluster 2023-12-07T18:10:21.650048+0000 mgr.a (mgr.14403) 2238 : cluster 0 pgmap v1665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:22.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:22 smithi194 bash[32038]: cluster 2023-12-07T18:10:21.650048+0000 mgr.a (mgr.14403) 2238 : cluster 0 pgmap v1665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:22.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:22 smithi135 bash[32435]: cluster 2023-12-07T18:10:21.650048+0000 mgr.a (mgr.14403) 2238 : cluster 0 pgmap v1665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:24.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:24 smithi135 bash[32435]: cluster 2023-12-07T18:10:23.650870+0000 mgr.a (mgr.14403) 2239 : cluster 0 pgmap v1666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:25.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:24 smithi079 bash[28699]: cluster 2023-12-07T18:10:23.650870+0000 mgr.a (mgr.14403) 2239 : cluster 0 pgmap v1666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:25.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:24 smithi194 bash[32038]: cluster 2023-12-07T18:10:23.650870+0000 mgr.a (mgr.14403) 2239 : cluster 0 pgmap v1666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:26.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:10:26.089 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:26.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:26.961 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:10:26.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:26.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:26.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:26.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:10:27.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:26 smithi079 bash[28699]: cluster 2023-12-07T18:10:25.651444+0000 mgr.a (mgr.14403) 2240 : cluster 0 pgmap v1667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:27.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:26 smithi194 bash[32038]: cluster 2023-12-07T18:10:25.651444+0000 mgr.a (mgr.14403) 2240 : cluster 0 pgmap v1667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:27.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:26 smithi135 bash[32435]: cluster 2023-12-07T18:10:25.651444+0000 mgr.a (mgr.14403) 2240 : cluster 0 pgmap v1667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:28.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:27 smithi079 bash[28699]: audit 2023-12-07T18:10:26.478340+0000 mgr.a (mgr.14403) 2241 : audit 0 from='client.56958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:28.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:27 smithi194 bash[32038]: audit 2023-12-07T18:10:26.478340+0000 mgr.a (mgr.14403) 2241 : audit 0 from='client.56958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:28.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:27 smithi135 bash[32435]: audit 2023-12-07T18:10:26.478340+0000 mgr.a (mgr.14403) 2241 : audit 0 from='client.56958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:29.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:28 smithi079 bash[28699]: cluster 2023-12-07T18:10:27.652135+0000 mgr.a (mgr.14403) 2242 : cluster 0 pgmap v1668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:29.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:28 smithi194 bash[32038]: cluster 2023-12-07T18:10:27.652135+0000 mgr.a (mgr.14403) 2242 : cluster 0 pgmap v1668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:29.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:28 smithi135 bash[32435]: cluster 2023-12-07T18:10:27.652135+0000 mgr.a (mgr.14403) 2242 : cluster 0 pgmap v1668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:30.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:30 smithi079 bash[28699]: cluster 2023-12-07T18:10:29.652964+0000 mgr.a (mgr.14403) 2243 : cluster 0 pgmap v1669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:30.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:30 smithi194 bash[32038]: cluster 2023-12-07T18:10:29.652964+0000 mgr.a (mgr.14403) 2243 : cluster 0 pgmap v1669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:30.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:30 smithi135 bash[32435]: cluster 2023-12-07T18:10:29.652964+0000 mgr.a (mgr.14403) 2243 : cluster 0 pgmap v1669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:31.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:10:31.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:31.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:32.885 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:10:32.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:32.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:32.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:32.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:10:33.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:32 smithi079 bash[28699]: cluster 2023-12-07T18:10:31.653571+0000 mgr.a (mgr.14403) 2244 : cluster 0 pgmap v1670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:33.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:32 smithi194 bash[32038]: cluster 2023-12-07T18:10:31.653571+0000 mgr.a (mgr.14403) 2244 : cluster 0 pgmap v1670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:33.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:32 smithi135 bash[32435]: cluster 2023-12-07T18:10:31.653571+0000 mgr.a (mgr.14403) 2244 : cluster 0 pgmap v1670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:34.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:33 smithi079 bash[28699]: audit 2023-12-07T18:10:32.361428+0000 mgr.a (mgr.14403) 2245 : audit 0 from='client.57036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:34.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:33 smithi194 bash[32038]: audit 2023-12-07T18:10:32.361428+0000 mgr.a (mgr.14403) 2245 : audit 0 from='client.57036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:34.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:33 smithi135 bash[32435]: audit 2023-12-07T18:10:32.361428+0000 mgr.a (mgr.14403) 2245 : audit 0 from='client.57036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:35.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:34 smithi079 bash[28699]: cluster 2023-12-07T18:10:33.654517+0000 mgr.a (mgr.14403) 2246 : cluster 0 pgmap v1671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:35.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:34 smithi194 bash[32038]: cluster 2023-12-07T18:10:33.654517+0000 mgr.a (mgr.14403) 2246 : cluster 0 pgmap v1671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:35.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:34 smithi135 bash[32435]: cluster 2023-12-07T18:10:33.654517+0000 mgr.a (mgr.14403) 2246 : cluster 0 pgmap v1671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:10:37.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:36 smithi079 bash[28699]: cluster 2023-12-07T18:10:35.655237+0000 mgr.a (mgr.14403) 2247 : cluster 0 pgmap v1672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:37.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:36 smithi194 bash[32038]: cluster 2023-12-07T18:10:35.655237+0000 mgr.a (mgr.14403) 2247 : cluster 0 pgmap v1672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:37.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:36 smithi135 bash[32435]: cluster 2023-12-07T18:10:35.655237+0000 mgr.a (mgr.14403) 2247 : cluster 0 pgmap v1672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:37.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:10:37.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:37.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:38.814 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:10:38.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:38.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:38.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:38.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:10:39.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:38 smithi079 bash[28699]: cluster 2023-12-07T18:10:37.655885+0000 mgr.a (mgr.14403) 2248 : cluster 0 pgmap v1673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:39.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:38 smithi194 bash[32038]: cluster 2023-12-07T18:10:37.655885+0000 mgr.a (mgr.14403) 2248 : cluster 0 pgmap v1673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:39.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:38 smithi135 bash[32435]: cluster 2023-12-07T18:10:37.655885+0000 mgr.a (mgr.14403) 2248 : cluster 0 pgmap v1673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:40.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:39 smithi079 bash[28699]: audit 2023-12-07T18:10:38.292748+0000 mgr.a (mgr.14403) 2249 : audit 0 from='client.57108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:40.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:39 smithi194 bash[32038]: audit 2023-12-07T18:10:38.292748+0000 mgr.a (mgr.14403) 2249 : audit 0 from='client.57108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:40.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:39 smithi135 bash[32435]: audit 2023-12-07T18:10:38.292748+0000 mgr.a (mgr.14403) 2249 : audit 0 from='client.57108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:41.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:40 smithi079 bash[28699]: cluster 2023-12-07T18:10:39.656942+0000 mgr.a (mgr.14403) 2250 : cluster 0 pgmap v1674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:10:41.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:40 smithi194 bash[32038]: cluster 2023-12-07T18:10:39.656942+0000 mgr.a (mgr.14403) 2250 : cluster 0 pgmap v1674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:10:41.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:40 smithi135 bash[32435]: cluster 2023-12-07T18:10:39.656942+0000 mgr.a (mgr.14403) 2250 : cluster 0 pgmap v1674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:10:43.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:42 smithi079 bash[28699]: cluster 2023-12-07T18:10:41.657639+0000 mgr.a (mgr.14403) 2251 : cluster 0 pgmap v1675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:10:43.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:42 smithi194 bash[32038]: cluster 2023-12-07T18:10:41.657639+0000 mgr.a (mgr.14403) 2251 : cluster 0 pgmap v1675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:10:43.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:42 smithi135 bash[32435]: cluster 2023-12-07T18:10:41.657639+0000 mgr.a (mgr.14403) 2251 : cluster 0 pgmap v1675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:10:43.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:10:43.818 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:43.818 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:44.721 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:10:44.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:44.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:44.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:44.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:10:45.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:44 smithi079 bash[28699]: cluster 2023-12-07T18:10:43.658441+0000 mgr.a (mgr.14403) 2252 : cluster 0 pgmap v1676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:45.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:44 smithi194 bash[32038]: cluster 2023-12-07T18:10:43.658441+0000 mgr.a (mgr.14403) 2252 : cluster 0 pgmap v1676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:45.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:44 smithi135 bash[32435]: cluster 2023-12-07T18:10:43.658441+0000 mgr.a (mgr.14403) 2252 : cluster 0 pgmap v1676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:46.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:45 smithi079 bash[28699]: audit 2023-12-07T18:10:44.221851+0000 mgr.a (mgr.14403) 2253 : audit 0 from='client.57186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:46.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:45 smithi194 bash[32038]: audit 2023-12-07T18:10:44.221851+0000 mgr.a (mgr.14403) 2253 : audit 0 from='client.57186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:46.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:45 smithi135 bash[32435]: audit 2023-12-07T18:10:44.221851+0000 mgr.a (mgr.14403) 2253 : audit 0 from='client.57186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:47.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:46 smithi079 bash[28699]: cluster 2023-12-07T18:10:45.659296+0000 mgr.a (mgr.14403) 2254 : cluster 0 pgmap v1677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:47.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:46 smithi194 bash[32038]: cluster 2023-12-07T18:10:45.659296+0000 mgr.a (mgr.14403) 2254 : cluster 0 pgmap v1677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:47.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:46 smithi135 bash[32435]: cluster 2023-12-07T18:10:45.659296+0000 mgr.a (mgr.14403) 2254 : cluster 0 pgmap v1677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:49.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:48 smithi079 bash[28699]: cluster 2023-12-07T18:10:47.659968+0000 mgr.a (mgr.14403) 2255 : cluster 0 pgmap v1678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:49.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:48 smithi194 bash[32038]: cluster 2023-12-07T18:10:47.659968+0000 mgr.a (mgr.14403) 2255 : cluster 0 pgmap v1678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:49.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:48 smithi135 bash[32435]: cluster 2023-12-07T18:10:47.659968+0000 mgr.a (mgr.14403) 2255 : cluster 0 pgmap v1678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:10:49.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:10:49.723 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:49.723 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:50.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:50 smithi079 bash[28699]: cluster 2023-12-07T18:10:49.660800+0000 mgr.a (mgr.14403) 2256 : cluster 0 pgmap v1679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:50.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:50 smithi194 bash[32038]: cluster 2023-12-07T18:10:49.660800+0000 mgr.a (mgr.14403) 2256 : cluster 0 pgmap v1679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:50.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:50 smithi135 bash[32435]: cluster 2023-12-07T18:10:49.660800+0000 mgr.a (mgr.14403) 2256 : cluster 0 pgmap v1679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:50.640 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:10:50.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:50.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:50.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:50.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:10:51.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:51 smithi079 bash[28699]: audit 2023-12-07T18:10:50.173942+0000 mgr.a (mgr.14403) 2257 : audit 0 from='client.57264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:51.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:51 smithi194 bash[32038]: audit 2023-12-07T18:10:50.173942+0000 mgr.a (mgr.14403) 2257 : audit 0 from='client.57264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:51.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:51 smithi135 bash[32435]: audit 2023-12-07T18:10:50.173942+0000 mgr.a (mgr.14403) 2257 : audit 0 from='client.57264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:52.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:52 smithi079 bash[28699]: cluster 2023-12-07T18:10:51.661518+0000 mgr.a (mgr.14403) 2258 : cluster 0 pgmap v1680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:10:52.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:52 smithi194 bash[32038]: cluster 2023-12-07T18:10:51.661518+0000 mgr.a (mgr.14403) 2258 : cluster 0 pgmap v1680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:10:52.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:52 smithi135 bash[32435]: cluster 2023-12-07T18:10:51.661518+0000 mgr.a (mgr.14403) 2258 : cluster 0 pgmap v1680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:10:55.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:54 smithi079 bash[28699]: cluster 2023-12-07T18:10:53.662439+0000 mgr.a (mgr.14403) 2259 : cluster 0 pgmap v1681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:10:55.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:54 smithi194 bash[32038]: cluster 2023-12-07T18:10:53.662439+0000 mgr.a (mgr.14403) 2259 : cluster 0 pgmap v1681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:10:55.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:54 smithi135 bash[32435]: cluster 2023-12-07T18:10:53.662439+0000 mgr.a (mgr.14403) 2259 : cluster 0 pgmap v1681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:10:55.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:10:55.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:10:55.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:10:56.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:10:56.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:10:56.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:10:56.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:10:56.516 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:10:57.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:56 smithi079 bash[28699]: cluster 2023-12-07T18:10:55.663085+0000 mgr.a (mgr.14403) 2260 : cluster 0 pgmap v1682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:57.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:56 smithi194 bash[32038]: cluster 2023-12-07T18:10:55.663085+0000 mgr.a (mgr.14403) 2260 : cluster 0 pgmap v1682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:57.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:56 smithi135 bash[32435]: cluster 2023-12-07T18:10:55.663085+0000 mgr.a (mgr.14403) 2260 : cluster 0 pgmap v1682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:58.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:57 smithi079 bash[28699]: audit 2023-12-07T18:10:56.030122+0000 mgr.a (mgr.14403) 2261 : audit 0 from='client.57342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:58.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:57 smithi194 bash[32038]: audit 2023-12-07T18:10:56.030122+0000 mgr.a (mgr.14403) 2261 : audit 0 from='client.57342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:58.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:57 smithi135 bash[32435]: audit 2023-12-07T18:10:56.030122+0000 mgr.a (mgr.14403) 2261 : audit 0 from='client.57342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:10:59.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:10:58 smithi079 bash[28699]: cluster 2023-12-07T18:10:57.663682+0000 mgr.a (mgr.14403) 2262 : cluster 0 pgmap v1683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:10:58 smithi194 bash[32038]: cluster 2023-12-07T18:10:57.663682+0000 mgr.a (mgr.14403) 2262 : cluster 0 pgmap v1683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:10:59.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:10:58 smithi135 bash[32435]: cluster 2023-12-07T18:10:57.663682+0000 mgr.a (mgr.14403) 2262 : cluster 0 pgmap v1683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:00.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:00 smithi079 bash[28699]: cluster 2023-12-07T18:10:59.664508+0000 mgr.a (mgr.14403) 2263 : cluster 0 pgmap v1684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:00.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:00 smithi194 bash[32038]: cluster 2023-12-07T18:10:59.664508+0000 mgr.a (mgr.14403) 2263 : cluster 0 pgmap v1684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:00.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:00 smithi135 bash[32435]: cluster 2023-12-07T18:10:59.664508+0000 mgr.a (mgr.14403) 2263 : cluster 0 pgmap v1684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:01.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:11:01.520 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:01.520 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:02.411 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:11:02.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:02.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:02.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:02.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:11:03.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:02 smithi079 bash[28699]: cluster 2023-12-07T18:11:01.665010+0000 mgr.a (mgr.14403) 2264 : cluster 0 pgmap v1685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:03.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:02 smithi079 bash[28699]: audit 2023-12-07T18:11:01.778734+0000 mon.a (mon.0) 776 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:11:03.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:02 smithi079 bash[28699]: audit 2023-12-07T18:11:02.306743+0000 mon.a (mon.0) 777 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:11:03.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:02 smithi079 bash[28699]: audit 2023-12-07T18:11:02.314808+0000 mon.a (mon.0) 778 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:11:03.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:02 smithi194 bash[32038]: cluster 2023-12-07T18:11:01.665010+0000 mgr.a (mgr.14403) 2264 : cluster 0 pgmap v1685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:03.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:02 smithi194 bash[32038]: audit 2023-12-07T18:11:01.778734+0000 mon.a (mon.0) 776 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:11:03.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:02 smithi194 bash[32038]: audit 2023-12-07T18:11:02.306743+0000 mon.a (mon.0) 777 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:11:03.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:02 smithi194 bash[32038]: audit 2023-12-07T18:11:02.314808+0000 mon.a (mon.0) 778 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:11:03.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:02 smithi135 bash[32435]: cluster 2023-12-07T18:11:01.665010+0000 mgr.a (mgr.14403) 2264 : cluster 0 pgmap v1685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:03.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:02 smithi135 bash[32435]: audit 2023-12-07T18:11:01.778734+0000 mon.a (mon.0) 776 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:11:03.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:02 smithi135 bash[32435]: audit 2023-12-07T18:11:02.306743+0000 mon.a (mon.0) 777 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:11:03.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:02 smithi135 bash[32435]: audit 2023-12-07T18:11:02.314808+0000 mon.a (mon.0) 778 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:11:04.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:03 smithi079 bash[28699]: audit 2023-12-07T18:11:01.923511+0000 mgr.a (mgr.14403) 2265 : audit 0 from='client.57420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:04.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:03 smithi079 bash[28699]: audit 2023-12-07T18:11:03.075451+0000 mon.a (mon.0) 779 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:11:04.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:03 smithi079 bash[28699]: audit 2023-12-07T18:11:03.077201+0000 mon.a (mon.0) 780 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:11:04.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:03 smithi079 bash[28699]: audit 2023-12-07T18:11:03.084749+0000 mon.a (mon.0) 781 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:11:04.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:03 smithi194 bash[32038]: audit 2023-12-07T18:11:01.923511+0000 mgr.a (mgr.14403) 2265 : audit 0 from='client.57420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:04.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:03 smithi194 bash[32038]: audit 2023-12-07T18:11:03.075451+0000 mon.a (mon.0) 779 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:11:04.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:03 smithi194 bash[32038]: audit 2023-12-07T18:11:03.077201+0000 mon.a (mon.0) 780 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:11:04.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:03 smithi194 bash[32038]: audit 2023-12-07T18:11:03.084749+0000 mon.a (mon.0) 781 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:11:04.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:03 smithi135 bash[32435]: audit 2023-12-07T18:11:01.923511+0000 mgr.a (mgr.14403) 2265 : audit 0 from='client.57420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:04.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:03 smithi135 bash[32435]: audit 2023-12-07T18:11:03.075451+0000 mon.a (mon.0) 779 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:11:04.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:03 smithi135 bash[32435]: audit 2023-12-07T18:11:03.077201+0000 mon.a (mon.0) 780 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:11:04.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:03 smithi135 bash[32435]: audit 2023-12-07T18:11:03.084749+0000 mon.a (mon.0) 781 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:11:05.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:04 smithi079 bash[28699]: cluster 2023-12-07T18:11:03.665815+0000 mgr.a (mgr.14403) 2266 : cluster 0 pgmap v1686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:05.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:04 smithi194 bash[32038]: cluster 2023-12-07T18:11:03.665815+0000 mgr.a (mgr.14403) 2266 : cluster 0 pgmap v1686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:05.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:04 smithi135 bash[32435]: cluster 2023-12-07T18:11:03.665815+0000 mgr.a (mgr.14403) 2266 : cluster 0 pgmap v1686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:07.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:06 smithi079 bash[28699]: cluster 2023-12-07T18:11:05.666429+0000 mgr.a (mgr.14403) 2267 : cluster 0 pgmap v1687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:07.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:06 smithi194 bash[32038]: cluster 2023-12-07T18:11:05.666429+0000 mgr.a (mgr.14403) 2267 : cluster 0 pgmap v1687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:07.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:06 smithi135 bash[32435]: cluster 2023-12-07T18:11:05.666429+0000 mgr.a (mgr.14403) 2267 : cluster 0 pgmap v1687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:07.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:11:07.414 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:07.414 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:08.309 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:11:08.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:08.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:08.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:08.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:11:09.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:08 smithi079 bash[28699]: cluster 2023-12-07T18:11:07.666996+0000 mgr.a (mgr.14403) 2268 : cluster 0 pgmap v1688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:09.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:08 smithi079 bash[28699]: audit 2023-12-07T18:11:07.809985+0000 mgr.a (mgr.14403) 2269 : audit 0 from='client.57498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:09.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:08 smithi194 bash[32038]: cluster 2023-12-07T18:11:07.666996+0000 mgr.a (mgr.14403) 2268 : cluster 0 pgmap v1688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:09.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:08 smithi194 bash[32038]: audit 2023-12-07T18:11:07.809985+0000 mgr.a (mgr.14403) 2269 : audit 0 from='client.57498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:09.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:08 smithi135 bash[32435]: cluster 2023-12-07T18:11:07.666996+0000 mgr.a (mgr.14403) 2268 : cluster 0 pgmap v1688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:09.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:08 smithi135 bash[32435]: audit 2023-12-07T18:11:07.809985+0000 mgr.a (mgr.14403) 2269 : audit 0 from='client.57498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:10.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:10 smithi079 bash[28699]: cluster 2023-12-07T18:11:09.667952+0000 mgr.a (mgr.14403) 2270 : cluster 0 pgmap v1689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:10.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:10 smithi194 bash[32038]: cluster 2023-12-07T18:11:09.667952+0000 mgr.a (mgr.14403) 2270 : cluster 0 pgmap v1689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:10.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:10 smithi135 bash[32435]: cluster 2023-12-07T18:11:09.667952+0000 mgr.a (mgr.14403) 2270 : cluster 0 pgmap v1689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:13.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:12 smithi079 bash[28699]: cluster 2023-12-07T18:11:11.668499+0000 mgr.a (mgr.14403) 2271 : cluster 0 pgmap v1690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:13.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:12 smithi194 bash[32038]: cluster 2023-12-07T18:11:11.668499+0000 mgr.a (mgr.14403) 2271 : cluster 0 pgmap v1690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:13.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:12 smithi135 bash[32435]: cluster 2023-12-07T18:11:11.668499+0000 mgr.a (mgr.14403) 2271 : cluster 0 pgmap v1690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:13.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:11:13.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:13.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:14.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:14.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:14.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:14.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:11:14.227 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:11:15.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:14 smithi079 bash[28699]: cluster 2023-12-07T18:11:13.669205+0000 mgr.a (mgr.14403) 2272 : cluster 0 pgmap v1691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:15.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:14 smithi079 bash[28699]: audit 2023-12-07T18:11:13.713848+0000 mgr.a (mgr.14403) 2273 : audit 0 from='client.57573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:15.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:14 smithi194 bash[32038]: cluster 2023-12-07T18:11:13.669205+0000 mgr.a (mgr.14403) 2272 : cluster 0 pgmap v1691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:15.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:14 smithi194 bash[32038]: audit 2023-12-07T18:11:13.713848+0000 mgr.a (mgr.14403) 2273 : audit 0 from='client.57573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:15.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:14 smithi135 bash[32435]: cluster 2023-12-07T18:11:13.669205+0000 mgr.a (mgr.14403) 2272 : cluster 0 pgmap v1691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:15.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:14 smithi135 bash[32435]: audit 2023-12-07T18:11:13.713848+0000 mgr.a (mgr.14403) 2273 : audit 0 from='client.57573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:17.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:16 smithi079 bash[28699]: cluster 2023-12-07T18:11:15.669856+0000 mgr.a (mgr.14403) 2274 : cluster 0 pgmap v1692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:17.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:16 smithi194 bash[32038]: cluster 2023-12-07T18:11:15.669856+0000 mgr.a (mgr.14403) 2274 : cluster 0 pgmap v1692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:17.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:16 smithi135 bash[32435]: cluster 2023-12-07T18:11:15.669856+0000 mgr.a (mgr.14403) 2274 : cluster 0 pgmap v1692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:19.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:18 smithi079 bash[28699]: cluster 2023-12-07T18:11:17.670391+0000 mgr.a (mgr.14403) 2275 : cluster 0 pgmap v1693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:19.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:18 smithi194 bash[32038]: cluster 2023-12-07T18:11:17.670391+0000 mgr.a (mgr.14403) 2275 : cluster 0 pgmap v1693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:19.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:18 smithi135 bash[32435]: cluster 2023-12-07T18:11:17.670391+0000 mgr.a (mgr.14403) 2275 : cluster 0 pgmap v1693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:19.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:11:19.231 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:19.231 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:20.113 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:11:20.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:20.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:20.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:20.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:11:20.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:20 smithi079 bash[28699]: audit 2023-12-07T18:11:19.620256+0000 mgr.a (mgr.14403) 2276 : audit 0 from='client.57651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:20.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:20 smithi079 bash[28699]: cluster 2023-12-07T18:11:19.671466+0000 mgr.a (mgr.14403) 2277 : cluster 0 pgmap v1694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:20.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:20 smithi194 bash[32038]: audit 2023-12-07T18:11:19.620256+0000 mgr.a (mgr.14403) 2276 : audit 0 from='client.57651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:20.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:20 smithi194 bash[32038]: cluster 2023-12-07T18:11:19.671466+0000 mgr.a (mgr.14403) 2277 : cluster 0 pgmap v1694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:20.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:20 smithi135 bash[32435]: audit 2023-12-07T18:11:19.620256+0000 mgr.a (mgr.14403) 2276 : audit 0 from='client.57651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:20.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:20 smithi135 bash[32435]: cluster 2023-12-07T18:11:19.671466+0000 mgr.a (mgr.14403) 2277 : cluster 0 pgmap v1694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:23.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:22 smithi079 bash[28699]: cluster 2023-12-07T18:11:21.672146+0000 mgr.a (mgr.14403) 2278 : cluster 0 pgmap v1695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:23.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:22 smithi194 bash[32038]: cluster 2023-12-07T18:11:21.672146+0000 mgr.a (mgr.14403) 2278 : cluster 0 pgmap v1695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:23.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:22 smithi135 bash[32435]: cluster 2023-12-07T18:11:21.672146+0000 mgr.a (mgr.14403) 2278 : cluster 0 pgmap v1695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:11:25.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:11:25.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:25.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:25.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:24 smithi079 bash[28699]: cluster 2023-12-07T18:11:23.672930+0000 mgr.a (mgr.14403) 2279 : cluster 0 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-07T18:11:25.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:24 smithi194 bash[32038]: cluster 2023-12-07T18:11:23.672930+0000 mgr.a (mgr.14403) 2279 : cluster 0 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-07T18:11:25.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:24 smithi135 bash[32435]: cluster 2023-12-07T18:11:23.672930+0000 mgr.a (mgr.14403) 2279 : cluster 0 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-07T18:11:26.034 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:11:26.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:26.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:26.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:26.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:11:27.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:26 smithi079 bash[28699]: audit 2023-12-07T18:11:25.516721+0000 mgr.a (mgr.14403) 2280 : audit 0 from='client.57729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:27.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:26 smithi079 bash[28699]: cluster 2023-12-07T18:11:25.673441+0000 mgr.a (mgr.14403) 2281 : cluster 0 pgmap v1697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:27.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:26 smithi194 bash[32038]: audit 2023-12-07T18:11:25.516721+0000 mgr.a (mgr.14403) 2280 : audit 0 from='client.57729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:27.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:26 smithi194 bash[32038]: cluster 2023-12-07T18:11:25.673441+0000 mgr.a (mgr.14403) 2281 : cluster 0 pgmap v1697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:27.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:26 smithi135 bash[32435]: audit 2023-12-07T18:11:25.516721+0000 mgr.a (mgr.14403) 2280 : audit 0 from='client.57729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:27.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:26 smithi135 bash[32435]: cluster 2023-12-07T18:11:25.673441+0000 mgr.a (mgr.14403) 2281 : cluster 0 pgmap v1697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:29.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:28 smithi079 bash[28699]: cluster 2023-12-07T18:11:27.674060+0000 mgr.a (mgr.14403) 2282 : cluster 0 pgmap v1698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:29.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:28 smithi194 bash[32038]: cluster 2023-12-07T18:11:27.674060+0000 mgr.a (mgr.14403) 2282 : cluster 0 pgmap v1698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:29.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:28 smithi135 bash[32435]: cluster 2023-12-07T18:11:27.674060+0000 mgr.a (mgr.14403) 2282 : cluster 0 pgmap v1698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:30.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:30 smithi079 bash[28699]: cluster 2023-12-07T18:11:29.674946+0000 mgr.a (mgr.14403) 2283 : cluster 0 pgmap v1699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:30.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:30 smithi194 bash[32038]: cluster 2023-12-07T18:11:29.674946+0000 mgr.a (mgr.14403) 2283 : cluster 0 pgmap v1699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:30.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:30 smithi135 bash[32435]: cluster 2023-12-07T18:11:29.674946+0000 mgr.a (mgr.14403) 2283 : cluster 0 pgmap v1699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:31.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:11:31.038 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:31.038 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:31.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:31.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:31.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:31.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:11:31.930 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:11:33.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:32 smithi079 bash[28699]: audit 2023-12-07T18:11:31.430134+0000 mgr.a (mgr.14403) 2284 : audit 0 from='client.57804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:33.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:32 smithi079 bash[28699]: cluster 2023-12-07T18:11:31.680576+0000 mgr.a (mgr.14403) 2285 : cluster 0 pgmap v1700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:33.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:32 smithi194 bash[32038]: audit 2023-12-07T18:11:31.430134+0000 mgr.a (mgr.14403) 2284 : audit 0 from='client.57804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:33.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:32 smithi194 bash[32038]: cluster 2023-12-07T18:11:31.680576+0000 mgr.a (mgr.14403) 2285 : cluster 0 pgmap v1700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:33.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:32 smithi135 bash[32435]: audit 2023-12-07T18:11:31.430134+0000 mgr.a (mgr.14403) 2284 : audit 0 from='client.57804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:33.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:32 smithi135 bash[32435]: cluster 2023-12-07T18:11:31.680576+0000 mgr.a (mgr.14403) 2285 : cluster 0 pgmap v1700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:35.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:34 smithi079 bash[28699]: cluster 2023-12-07T18:11:33.681713+0000 mgr.a (mgr.14403) 2286 : cluster 0 pgmap v1701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:35.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:34 smithi194 bash[32038]: cluster 2023-12-07T18:11:33.681713+0000 mgr.a (mgr.14403) 2286 : cluster 0 pgmap v1701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:35.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:34 smithi135 bash[32435]: cluster 2023-12-07T18:11:33.681713+0000 mgr.a (mgr.14403) 2286 : cluster 0 pgmap v1701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:36.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:11:36.933 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:36.933 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:37.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:36 smithi079 bash[28699]: cluster 2023-12-07T18:11:35.682319+0000 mgr.a (mgr.14403) 2287 : cluster 0 pgmap v1702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:37.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:36 smithi194 bash[32038]: cluster 2023-12-07T18:11:35.682319+0000 mgr.a (mgr.14403) 2287 : cluster 0 pgmap v1702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:37.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:36 smithi135 bash[32435]: cluster 2023-12-07T18:11:35.682319+0000 mgr.a (mgr.14403) 2287 : cluster 0 pgmap v1702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:37.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:37.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:37.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:37.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:11:37.836 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:11:39.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:38 smithi079 bash[28699]: audit 2023-12-07T18:11:37.334210+0000 mgr.a (mgr.14403) 2288 : audit 0 from='client.56203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:39.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:38 smithi079 bash[28699]: cluster 2023-12-07T18:11:37.682877+0000 mgr.a (mgr.14403) 2289 : cluster 0 pgmap v1703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:39.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:38 smithi194 bash[32038]: audit 2023-12-07T18:11:37.334210+0000 mgr.a (mgr.14403) 2288 : audit 0 from='client.56203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:39.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:38 smithi194 bash[32038]: cluster 2023-12-07T18:11:37.682877+0000 mgr.a (mgr.14403) 2289 : cluster 0 pgmap v1703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:39.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:38 smithi135 bash[32435]: audit 2023-12-07T18:11:37.334210+0000 mgr.a (mgr.14403) 2288 : audit 0 from='client.56203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:39.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:38 smithi135 bash[32435]: cluster 2023-12-07T18:11:37.682877+0000 mgr.a (mgr.14403) 2289 : cluster 0 pgmap v1703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:40.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:40 smithi079 bash[28699]: cluster 2023-12-07T18:11:39.683712+0000 mgr.a (mgr.14403) 2290 : cluster 0 pgmap v1704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:40.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:40 smithi194 bash[32038]: cluster 2023-12-07T18:11:39.683712+0000 mgr.a (mgr.14403) 2290 : cluster 0 pgmap v1704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:40.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:40 smithi135 bash[32435]: cluster 2023-12-07T18:11:39.683712+0000 mgr.a (mgr.14403) 2290 : cluster 0 pgmap v1704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:11:42.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:11:42.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:42.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:43.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:42 smithi079 bash[28699]: cluster 2023-12-07T18:11:41.684282+0000 mgr.a (mgr.14403) 2291 : cluster 0 pgmap v1705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:43.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:42 smithi194 bash[32038]: cluster 2023-12-07T18:11:41.684282+0000 mgr.a (mgr.14403) 2291 : cluster 0 pgmap v1705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:43.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:42 smithi135 bash[32435]: cluster 2023-12-07T18:11:41.684282+0000 mgr.a (mgr.14403) 2291 : cluster 0 pgmap v1705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:43.764 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:11:43.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:43.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:43.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:43.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:11:45.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:44 smithi079 bash[28699]: audit 2023-12-07T18:11:43.245154+0000 mgr.a (mgr.14403) 2292 : audit 0 from='client.57951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:45.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:44 smithi079 bash[28699]: cluster 2023-12-07T18:11:43.685105+0000 mgr.a (mgr.14403) 2293 : cluster 0 pgmap v1706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:11:45.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:44 smithi194 bash[32038]: audit 2023-12-07T18:11:43.245154+0000 mgr.a (mgr.14403) 2292 : audit 0 from='client.57951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:45.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:44 smithi194 bash[32038]: cluster 2023-12-07T18:11:43.685105+0000 mgr.a (mgr.14403) 2293 : cluster 0 pgmap v1706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:11:45.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:44 smithi135 bash[32435]: audit 2023-12-07T18:11:43.245154+0000 mgr.a (mgr.14403) 2292 : audit 0 from='client.57951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:45.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:44 smithi135 bash[32435]: cluster 2023-12-07T18:11:43.685105+0000 mgr.a (mgr.14403) 2293 : cluster 0 pgmap v1706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:11:47.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:46 smithi079 bash[28699]: cluster 2023-12-07T18:11:45.685675+0000 mgr.a (mgr.14403) 2294 : cluster 0 pgmap v1707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:11:47.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:46 smithi194 bash[32038]: cluster 2023-12-07T18:11:45.685675+0000 mgr.a (mgr.14403) 2294 : cluster 0 pgmap v1707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:11:47.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:46 smithi135 bash[32435]: cluster 2023-12-07T18:11:45.685675+0000 mgr.a (mgr.14403) 2294 : cluster 0 pgmap v1707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:11:48.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:11:48.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:48.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:49.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:48 smithi079 bash[28699]: cluster 2023-12-07T18:11:47.686008+0000 mgr.a (mgr.14403) 2295 : cluster 0 pgmap v1708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:11:49.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:48 smithi194 bash[32038]: cluster 2023-12-07T18:11:47.686008+0000 mgr.a (mgr.14403) 2295 : cluster 0 pgmap v1708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:11:49.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:48 smithi135 bash[32435]: cluster 2023-12-07T18:11:47.686008+0000 mgr.a (mgr.14403) 2295 : cluster 0 pgmap v1708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:11:49.676 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:11:49.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:49.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:49.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:49.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:11:50.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:50 smithi079 bash[28699]: audit 2023-12-07T18:11:49.166899+0000 mgr.a (mgr.14403) 2296 : audit 0 from='client.58026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:50.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:50 smithi079 bash[28699]: cluster 2023-12-07T18:11:49.686943+0000 mgr.a (mgr.14403) 2297 : cluster 0 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-07T18:11:50.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:50 smithi194 bash[32038]: audit 2023-12-07T18:11:49.166899+0000 mgr.a (mgr.14403) 2296 : audit 0 from='client.58026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:50.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:50 smithi194 bash[32038]: cluster 2023-12-07T18:11:49.686943+0000 mgr.a (mgr.14403) 2297 : cluster 0 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-07T18:11:50.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:50 smithi135 bash[32435]: audit 2023-12-07T18:11:49.166899+0000 mgr.a (mgr.14403) 2296 : audit 0 from='client.58026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:50.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:50 smithi135 bash[32435]: cluster 2023-12-07T18:11:49.686943+0000 mgr.a (mgr.14403) 2297 : cluster 0 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-07T18:11:53.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:52 smithi079 bash[28699]: cluster 2023-12-07T18:11:51.687629+0000 mgr.a (mgr.14403) 2298 : cluster 0 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-07T18:11:53.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:52 smithi194 bash[32038]: cluster 2023-12-07T18:11:51.687629+0000 mgr.a (mgr.14403) 2298 : cluster 0 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-07T18:11:53.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:52 smithi135 bash[32435]: cluster 2023-12-07T18:11:51.687629+0000 mgr.a (mgr.14403) 2298 : cluster 0 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-07T18:11:54.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:11:54.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:11:54.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:11:55.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:54 smithi079 bash[28699]: cluster 2023-12-07T18:11:53.688341+0000 mgr.a (mgr.14403) 2299 : cluster 0 pgmap v1711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:55.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:54 smithi194 bash[32038]: cluster 2023-12-07T18:11:53.688341+0000 mgr.a (mgr.14403) 2299 : cluster 0 pgmap v1711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:55.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:54 smithi135 bash[32435]: cluster 2023-12-07T18:11:53.688341+0000 mgr.a (mgr.14403) 2299 : cluster 0 pgmap v1711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:11:55.610 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:11:55.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:11:55.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:11:55.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:11:55.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:11:57.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:56 smithi079 bash[28699]: audit 2023-12-07T18:11:55.076902+0000 mgr.a (mgr.14403) 2300 : audit 0 from='client.58104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:57.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:56 smithi079 bash[28699]: cluster 2023-12-07T18:11:55.689092+0000 mgr.a (mgr.14403) 2301 : cluster 0 pgmap v1712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:11:57.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:56 smithi194 bash[32038]: audit 2023-12-07T18:11:55.076902+0000 mgr.a (mgr.14403) 2300 : audit 0 from='client.58104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:57.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:56 smithi194 bash[32038]: cluster 2023-12-07T18:11:55.689092+0000 mgr.a (mgr.14403) 2301 : cluster 0 pgmap v1712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:11:57.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:56 smithi135 bash[32435]: audit 2023-12-07T18:11:55.076902+0000 mgr.a (mgr.14403) 2300 : audit 0 from='client.58104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:11:57.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:56 smithi135 bash[32435]: cluster 2023-12-07T18:11:55.689092+0000 mgr.a (mgr.14403) 2301 : cluster 0 pgmap v1712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:11:59.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:11:58 smithi079 bash[28699]: cluster 2023-12-07T18:11:57.689707+0000 mgr.a (mgr.14403) 2302 : cluster 0 pgmap v1713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:11:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:11:58 smithi194 bash[32038]: cluster 2023-12-07T18:11:57.689707+0000 mgr.a (mgr.14403) 2302 : cluster 0 pgmap v1713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:11:59.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:11:58 smithi135 bash[32435]: cluster 2023-12-07T18:11:57.689707+0000 mgr.a (mgr.14403) 2302 : cluster 0 pgmap v1713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:12:00.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:00 smithi079 bash[28699]: cluster 2023-12-07T18:11:59.690506+0000 mgr.a (mgr.14403) 2303 : cluster 0 pgmap v1714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:12:00.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:00 smithi194 bash[32038]: cluster 2023-12-07T18:11:59.690506+0000 mgr.a (mgr.14403) 2303 : cluster 0 pgmap v1714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:12:00.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:00 smithi135 bash[32435]: cluster 2023-12-07T18:11:59.690506+0000 mgr.a (mgr.14403) 2303 : cluster 0 pgmap v1714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:12:00.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:12:00.614 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:00.614 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:01.522 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:12:01.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:01.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:01.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:01.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:12:03.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:02 smithi079 bash[28699]: audit 2023-12-07T18:12:01.014269+0000 mgr.a (mgr.14403) 2304 : audit 0 from='client.58182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:03.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:02 smithi079 bash[28699]: cluster 2023-12-07T18:12:01.691363+0000 mgr.a (mgr.14403) 2305 : cluster 0 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-07T18:12:03.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:02 smithi194 bash[32038]: audit 2023-12-07T18:12:01.014269+0000 mgr.a (mgr.14403) 2304 : audit 0 from='client.58182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:03.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:02 smithi194 bash[32038]: cluster 2023-12-07T18:12:01.691363+0000 mgr.a (mgr.14403) 2305 : cluster 0 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-07T18:12:03.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:02 smithi135 bash[32435]: audit 2023-12-07T18:12:01.014269+0000 mgr.a (mgr.14403) 2304 : audit 0 from='client.58182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:03.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:02 smithi135 bash[32435]: cluster 2023-12-07T18:12:01.691363+0000 mgr.a (mgr.14403) 2305 : cluster 0 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-07T18:12:04.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:03 smithi079 bash[28699]: audit 2023-12-07T18:12:03.186698+0000 mon.a (mon.0) 782 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:12:04.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:03 smithi079 bash[28699]: audit 2023-12-07T18:12:03.716099+0000 mon.a (mon.0) 783 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:04.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:03 smithi079 bash[28699]: audit 2023-12-07T18:12:03.722539+0000 mon.a (mon.0) 784 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:04.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:03 smithi194 bash[32038]: audit 2023-12-07T18:12:03.186698+0000 mon.a (mon.0) 782 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:12:04.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:03 smithi194 bash[32038]: audit 2023-12-07T18:12:03.716099+0000 mon.a (mon.0) 783 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:04.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:03 smithi194 bash[32038]: audit 2023-12-07T18:12:03.722539+0000 mon.a (mon.0) 784 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:04.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:03 smithi135 bash[32435]: audit 2023-12-07T18:12:03.186698+0000 mon.a (mon.0) 782 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:12:04.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:03 smithi135 bash[32435]: audit 2023-12-07T18:12:03.716099+0000 mon.a (mon.0) 783 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:04.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:03 smithi135 bash[32435]: audit 2023-12-07T18:12:03.722539+0000 mon.a (mon.0) 784 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:05.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:04 smithi079 bash[28699]: cluster 2023-12-07T18:12:03.692163+0000 mgr.a (mgr.14403) 2306 : cluster 0 pgmap v1716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:05.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:04 smithi194 bash[32038]: cluster 2023-12-07T18:12:03.692163+0000 mgr.a (mgr.14403) 2306 : cluster 0 pgmap v1716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:05.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:04 smithi135 bash[32435]: cluster 2023-12-07T18:12:03.692163+0000 mgr.a (mgr.14403) 2306 : cluster 0 pgmap v1716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:06.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:12:06.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:06.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:07.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:06 smithi079 bash[28699]: cluster 2023-12-07T18:12:05.692772+0000 mgr.a (mgr.14403) 2307 : cluster 0 pgmap v1717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:07.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:06 smithi194 bash[32038]: cluster 2023-12-07T18:12:05.692772+0000 mgr.a (mgr.14403) 2307 : cluster 0 pgmap v1717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:07.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:06 smithi135 bash[32435]: cluster 2023-12-07T18:12:05.692772+0000 mgr.a (mgr.14403) 2307 : cluster 0 pgmap v1717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:07.440 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:12:07.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:07.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:07.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:07.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:12:09.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:08 smithi079 bash[28699]: audit 2023-12-07T18:12:06.931598+0000 mgr.a (mgr.14403) 2308 : audit 0 from='client.58254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:09.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:08 smithi079 bash[28699]: cluster 2023-12-07T18:12:07.693430+0000 mgr.a (mgr.14403) 2309 : cluster 0 pgmap v1718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:09.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:08 smithi194 bash[32038]: audit 2023-12-07T18:12:06.931598+0000 mgr.a (mgr.14403) 2308 : audit 0 from='client.58254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:09.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:08 smithi194 bash[32038]: cluster 2023-12-07T18:12:07.693430+0000 mgr.a (mgr.14403) 2309 : cluster 0 pgmap v1718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:09.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:08 smithi135 bash[32435]: audit 2023-12-07T18:12:06.931598+0000 mgr.a (mgr.14403) 2308 : audit 0 from='client.58254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:09.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:08 smithi135 bash[32435]: cluster 2023-12-07T18:12:07.693430+0000 mgr.a (mgr.14403) 2309 : cluster 0 pgmap v1718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:10.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:10 smithi079 bash[28699]: cluster 2023-12-07T18:12:09.694111+0000 mgr.a (mgr.14403) 2310 : cluster 0 pgmap v1719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:10.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:10 smithi194 bash[32038]: cluster 2023-12-07T18:12:09.694111+0000 mgr.a (mgr.14403) 2310 : cluster 0 pgmap v1719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:10.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:10 smithi135 bash[32435]: cluster 2023-12-07T18:12:09.694111+0000 mgr.a (mgr.14403) 2310 : cluster 0 pgmap v1719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:12.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:12:12.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:12.444 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:13.125 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:12 smithi079 bash[28699]: cluster 2023-12-07T18:12:11.694713+0000 mgr.a (mgr.14403) 2311 : cluster 0 pgmap v1720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:13.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:12 smithi194 bash[32038]: cluster 2023-12-07T18:12:11.694713+0000 mgr.a (mgr.14403) 2311 : cluster 0 pgmap v1720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:13.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:12 smithi135 bash[32435]: cluster 2023-12-07T18:12:11.694713+0000 mgr.a (mgr.14403) 2311 : cluster 0 pgmap v1720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:13.391 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:12:13.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:13.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:13.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:13.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:12:14.960 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:14 smithi194 bash[32038]: audit 2023-12-07T18:12:12.914987+0000 mgr.a (mgr.14403) 2312 : audit 0 from='client.58329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:14.961 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:14 smithi194 bash[32038]: audit 2023-12-07T18:12:13.680546+0000 mon.a (mon.0) 785 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:14.961 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:14 smithi194 bash[32038]: audit 2023-12-07T18:12:13.686333+0000 mon.a (mon.0) 786 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:14.961 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:14 smithi194 bash[32038]: audit 2023-12-07T18:12:13.687739+0000 mon.a (mon.0) 787 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:12:14.961 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:14 smithi194 bash[32038]: audit 2023-12-07T18:12:13.689309+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:12:14.961 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:14 smithi194 bash[32038]: cluster 2023-12-07T18:12:13.695642+0000 mgr.a (mgr.14403) 2313 : cluster 0 pgmap v1721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:14.961 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:14 smithi194 bash[32038]: audit 2023-12-07T18:12:13.697943+0000 mon.a (mon.0) 789 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:14.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:14 smithi135 bash[32435]: audit 2023-12-07T18:12:12.914987+0000 mgr.a (mgr.14403) 2312 : audit 0 from='client.58329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:14.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:14 smithi135 bash[32435]: audit 2023-12-07T18:12:13.680546+0000 mon.a (mon.0) 785 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:14.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:14 smithi135 bash[32435]: audit 2023-12-07T18:12:13.686333+0000 mon.a (mon.0) 786 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:14.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:14 smithi135 bash[32435]: audit 2023-12-07T18:12:13.687739+0000 mon.a (mon.0) 787 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:12:14.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:14 smithi135 bash[32435]: audit 2023-12-07T18:12:13.689309+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:12:14.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:14 smithi135 bash[32435]: cluster 2023-12-07T18:12:13.695642+0000 mgr.a (mgr.14403) 2313 : cluster 0 pgmap v1721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:14.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:14 smithi135 bash[32435]: audit 2023-12-07T18:12:13.697943+0000 mon.a (mon.0) 789 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:15.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:14 smithi079 bash[28699]: audit 2023-12-07T18:12:12.914987+0000 mgr.a (mgr.14403) 2312 : audit 0 from='client.58329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:15.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:14 smithi079 bash[28699]: audit 2023-12-07T18:12:13.680546+0000 mon.a (mon.0) 785 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:15.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:14 smithi079 bash[28699]: audit 2023-12-07T18:12:13.686333+0000 mon.a (mon.0) 786 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:15.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:14 smithi079 bash[28699]: audit 2023-12-07T18:12:13.687739+0000 mon.a (mon.0) 787 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:12:15.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:14 smithi079 bash[28699]: audit 2023-12-07T18:12:13.689309+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:12:15.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:14 smithi079 bash[28699]: cluster 2023-12-07T18:12:13.695642+0000 mgr.a (mgr.14403) 2313 : cluster 0 pgmap v1721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:15.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:14 smithi079 bash[28699]: audit 2023-12-07T18:12:13.697943+0000 mon.a (mon.0) 789 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:12:17.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:16 smithi079 bash[28699]: cluster 2023-12-07T18:12:15.696323+0000 mgr.a (mgr.14403) 2314 : cluster 0 pgmap v1722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:17.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:16 smithi194 bash[32038]: cluster 2023-12-07T18:12:15.696323+0000 mgr.a (mgr.14403) 2314 : cluster 0 pgmap v1722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:17.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:16 smithi135 bash[32435]: cluster 2023-12-07T18:12:15.696323+0000 mgr.a (mgr.14403) 2314 : cluster 0 pgmap v1722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:18.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:12:18.395 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:18.395 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:19.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:18 smithi079 bash[28699]: cluster 2023-12-07T18:12:17.696885+0000 mgr.a (mgr.14403) 2315 : cluster 0 pgmap v1723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:19.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:18 smithi194 bash[32038]: cluster 2023-12-07T18:12:17.696885+0000 mgr.a (mgr.14403) 2315 : cluster 0 pgmap v1723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:19.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:18 smithi135 bash[32435]: cluster 2023-12-07T18:12:17.696885+0000 mgr.a (mgr.14403) 2315 : cluster 0 pgmap v1723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:19.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:19.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:19.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:19.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:12:19.317 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:12:20.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:19 smithi079 bash[28699]: audit 2023-12-07T18:12:18.799831+0000 mgr.a (mgr.14403) 2316 : audit 0 from='client.58404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:20.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:19 smithi194 bash[32038]: audit 2023-12-07T18:12:18.799831+0000 mgr.a (mgr.14403) 2316 : audit 0 from='client.58404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:20.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:19 smithi135 bash[32435]: audit 2023-12-07T18:12:18.799831+0000 mgr.a (mgr.14403) 2316 : audit 0 from='client.58404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:21.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:20 smithi079 bash[28699]: cluster 2023-12-07T18:12:19.697974+0000 mgr.a (mgr.14403) 2317 : cluster 0 pgmap v1724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:21.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:20 smithi194 bash[32038]: cluster 2023-12-07T18:12:19.697974+0000 mgr.a (mgr.14403) 2317 : cluster 0 pgmap v1724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:21.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:20 smithi135 bash[32435]: cluster 2023-12-07T18:12:19.697974+0000 mgr.a (mgr.14403) 2317 : cluster 0 pgmap v1724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:23.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:22 smithi079 bash[28699]: cluster 2023-12-07T18:12:21.698585+0000 mgr.a (mgr.14403) 2318 : cluster 0 pgmap v1725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:23.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:22 smithi194 bash[32038]: cluster 2023-12-07T18:12:21.698585+0000 mgr.a (mgr.14403) 2318 : cluster 0 pgmap v1725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:23.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:22 smithi135 bash[32435]: cluster 2023-12-07T18:12:21.698585+0000 mgr.a (mgr.14403) 2318 : cluster 0 pgmap v1725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:24.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:12:24.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:24.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:25.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:24 smithi079 bash[28699]: cluster 2023-12-07T18:12:23.699404+0000 mgr.a (mgr.14403) 2319 : cluster 0 pgmap v1726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:25.206 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:12:25.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:25.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:25.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:25.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:12:25.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:24 smithi194 bash[32038]: cluster 2023-12-07T18:12:23.699404+0000 mgr.a (mgr.14403) 2319 : cluster 0 pgmap v1726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:25.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:24 smithi135 bash[32435]: cluster 2023-12-07T18:12:23.699404+0000 mgr.a (mgr.14403) 2319 : cluster 0 pgmap v1726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:26.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:25 smithi079 bash[28699]: audit 2023-12-07T18:12:24.715364+0000 mgr.a (mgr.14403) 2320 : audit 0 from='client.58482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:26.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:25 smithi194 bash[32038]: audit 2023-12-07T18:12:24.715364+0000 mgr.a (mgr.14403) 2320 : audit 0 from='client.58482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:26.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:25 smithi135 bash[32435]: audit 2023-12-07T18:12:24.715364+0000 mgr.a (mgr.14403) 2320 : audit 0 from='client.58482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:27.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:26 smithi079 bash[28699]: cluster 2023-12-07T18:12:25.700144+0000 mgr.a (mgr.14403) 2321 : cluster 0 pgmap v1727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:27.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:26 smithi194 bash[32038]: cluster 2023-12-07T18:12:25.700144+0000 mgr.a (mgr.14403) 2321 : cluster 0 pgmap v1727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:27.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:26 smithi135 bash[32435]: cluster 2023-12-07T18:12:25.700144+0000 mgr.a (mgr.14403) 2321 : cluster 0 pgmap v1727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:29.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:28 smithi079 bash[28699]: cluster 2023-12-07T18:12:27.700726+0000 mgr.a (mgr.14403) 2322 : cluster 0 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-07T18:12:29.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:28 smithi194 bash[32038]: cluster 2023-12-07T18:12:27.700726+0000 mgr.a (mgr.14403) 2322 : cluster 0 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-07T18:12:29.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:28 smithi135 bash[32435]: cluster 2023-12-07T18:12:27.700726+0000 mgr.a (mgr.14403) 2322 : cluster 0 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-07T18:12:30.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:12:30.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:30.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:30.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:30 smithi079 bash[28699]: cluster 2023-12-07T18:12:29.701551+0000 mgr.a (mgr.14403) 2323 : cluster 0 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-07T18:12:30.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:30 smithi194 bash[32038]: cluster 2023-12-07T18:12:29.701551+0000 mgr.a (mgr.14403) 2323 : cluster 0 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-07T18:12:30.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:30 smithi135 bash[32435]: cluster 2023-12-07T18:12:29.701551+0000 mgr.a (mgr.14403) 2323 : cluster 0 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-07T18:12:31.133 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:12:31.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:31.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:31.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:31.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:12:31.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:31 smithi079 bash[28699]: audit 2023-12-07T18:12:30.604965+0000 mgr.a (mgr.14403) 2324 : audit 0 from='client.58554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:31.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:31 smithi194 bash[32038]: audit 2023-12-07T18:12:30.604965+0000 mgr.a (mgr.14403) 2324 : audit 0 from='client.58554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:31.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:31 smithi135 bash[32435]: audit 2023-12-07T18:12:30.604965+0000 mgr.a (mgr.14403) 2324 : audit 0 from='client.58554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:32.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:32 smithi079 bash[28699]: cluster 2023-12-07T18:12:31.702233+0000 mgr.a (mgr.14403) 2325 : cluster 0 pgmap v1730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:32.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:32 smithi194 bash[32038]: cluster 2023-12-07T18:12:31.702233+0000 mgr.a (mgr.14403) 2325 : cluster 0 pgmap v1730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:32.465 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:32 smithi135 bash[32435]: cluster 2023-12-07T18:12:31.702233+0000 mgr.a (mgr.14403) 2325 : cluster 0 pgmap v1730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:35.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:34 smithi079 bash[28699]: cluster 2023-12-07T18:12:33.703116+0000 mgr.a (mgr.14403) 2326 : cluster 0 pgmap v1731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:35.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:34 smithi194 bash[32038]: cluster 2023-12-07T18:12:33.703116+0000 mgr.a (mgr.14403) 2326 : cluster 0 pgmap v1731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:35.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:34 smithi135 bash[32435]: cluster 2023-12-07T18:12:33.703116+0000 mgr.a (mgr.14403) 2326 : cluster 0 pgmap v1731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:36.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:12:36.138 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:36.138 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:37.033 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:12:37.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:37.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:37.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:37.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:12:37.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:36 smithi079 bash[28699]: cluster 2023-12-07T18:12:35.703673+0000 mgr.a (mgr.14403) 2327 : cluster 0 pgmap v1732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:37.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:36 smithi194 bash[32038]: cluster 2023-12-07T18:12:35.703673+0000 mgr.a (mgr.14403) 2327 : cluster 0 pgmap v1732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:37.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:36 smithi135 bash[32435]: cluster 2023-12-07T18:12:35.703673+0000 mgr.a (mgr.14403) 2327 : cluster 0 pgmap v1732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:38.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:37 smithi079 bash[28699]: audit 2023-12-07T18:12:36.532708+0000 mgr.a (mgr.14403) 2328 : audit 0 from='client.58629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:38.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:37 smithi194 bash[32038]: audit 2023-12-07T18:12:36.532708+0000 mgr.a (mgr.14403) 2328 : audit 0 from='client.58629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:38.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:37 smithi135 bash[32435]: audit 2023-12-07T18:12:36.532708+0000 mgr.a (mgr.14403) 2328 : audit 0 from='client.58629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:39.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:38 smithi079 bash[28699]: cluster 2023-12-07T18:12:37.704398+0000 mgr.a (mgr.14403) 2329 : cluster 0 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-07T18:12:39.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:38 smithi194 bash[32038]: cluster 2023-12-07T18:12:37.704398+0000 mgr.a (mgr.14403) 2329 : cluster 0 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-07T18:12:39.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:38 smithi135 bash[32435]: cluster 2023-12-07T18:12:37.704398+0000 mgr.a (mgr.14403) 2329 : cluster 0 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-07T18:12:40.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:40 smithi079 bash[28699]: cluster 2023-12-07T18:12:39.705251+0000 mgr.a (mgr.14403) 2330 : cluster 0 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-07T18:12:40.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:40 smithi194 bash[32038]: cluster 2023-12-07T18:12:39.705251+0000 mgr.a (mgr.14403) 2330 : cluster 0 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-07T18:12:40.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:40 smithi135 bash[32435]: cluster 2023-12-07T18:12:39.705251+0000 mgr.a (mgr.14403) 2330 : cluster 0 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-07T18:12:42.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:12:42.035 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:42.035 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:42.949 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:12:42.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:42.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:42.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:42.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:12:43.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:42 smithi079 bash[28699]: cluster 2023-12-07T18:12:41.705920+0000 mgr.a (mgr.14403) 2331 : cluster 0 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-07T18:12:43.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:42 smithi194 bash[32038]: cluster 2023-12-07T18:12:41.705920+0000 mgr.a (mgr.14403) 2331 : cluster 0 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-07T18:12:43.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:42 smithi135 bash[32435]: cluster 2023-12-07T18:12:41.705920+0000 mgr.a (mgr.14403) 2331 : cluster 0 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-07T18:12:44.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:43 smithi079 bash[28699]: audit 2023-12-07T18:12:42.439133+0000 mgr.a (mgr.14403) 2332 : audit 0 from='client.58701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:44.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:43 smithi194 bash[32038]: audit 2023-12-07T18:12:42.439133+0000 mgr.a (mgr.14403) 2332 : audit 0 from='client.58701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:44.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:43 smithi135 bash[32435]: audit 2023-12-07T18:12:42.439133+0000 mgr.a (mgr.14403) 2332 : audit 0 from='client.58701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:45.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:44 smithi079 bash[28699]: cluster 2023-12-07T18:12:43.706812+0000 mgr.a (mgr.14403) 2333 : cluster 0 pgmap v1736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:45.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:44 smithi194 bash[32038]: cluster 2023-12-07T18:12:43.706812+0000 mgr.a (mgr.14403) 2333 : cluster 0 pgmap v1736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:45.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:44 smithi135 bash[32435]: cluster 2023-12-07T18:12:43.706812+0000 mgr.a (mgr.14403) 2333 : cluster 0 pgmap v1736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:12:47.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:46 smithi079 bash[28699]: cluster 2023-12-07T18:12:45.707395+0000 mgr.a (mgr.14403) 2334 : cluster 0 pgmap v1737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:47.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:46 smithi194 bash[32038]: cluster 2023-12-07T18:12:45.707395+0000 mgr.a (mgr.14403) 2334 : cluster 0 pgmap v1737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:47.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:46 smithi135 bash[32435]: cluster 2023-12-07T18:12:45.707395+0000 mgr.a (mgr.14403) 2334 : cluster 0 pgmap v1737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:47.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:12:47.952 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:47.952 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:48.857 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:12:48.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:48.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:48.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:48.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:12:49.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:48 smithi079 bash[28699]: cluster 2023-12-07T18:12:47.707995+0000 mgr.a (mgr.14403) 2335 : cluster 0 pgmap v1738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:49.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:48 smithi194 bash[32038]: cluster 2023-12-07T18:12:47.707995+0000 mgr.a (mgr.14403) 2335 : cluster 0 pgmap v1738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:49.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:48 smithi135 bash[32435]: cluster 2023-12-07T18:12:47.707995+0000 mgr.a (mgr.14403) 2335 : cluster 0 pgmap v1738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:50.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:49 smithi079 bash[28699]: audit 2023-12-07T18:12:48.346437+0000 mgr.a (mgr.14403) 2336 : audit 0 from='client.58770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:50.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:49 smithi194 bash[32038]: audit 2023-12-07T18:12:48.346437+0000 mgr.a (mgr.14403) 2336 : audit 0 from='client.58770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:50.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:49 smithi135 bash[32435]: audit 2023-12-07T18:12:48.346437+0000 mgr.a (mgr.14403) 2336 : audit 0 from='client.58770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:51.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:50 smithi079 bash[28699]: cluster 2023-12-07T18:12:49.708835+0000 mgr.a (mgr.14403) 2337 : cluster 0 pgmap v1739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:12:51.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:50 smithi194 bash[32038]: cluster 2023-12-07T18:12:49.708835+0000 mgr.a (mgr.14403) 2337 : cluster 0 pgmap v1739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:12:51.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:50 smithi135 bash[32435]: cluster 2023-12-07T18:12:49.708835+0000 mgr.a (mgr.14403) 2337 : cluster 0 pgmap v1739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:12:53.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:52 smithi079 bash[28699]: cluster 2023-12-07T18:12:51.709331+0000 mgr.a (mgr.14403) 2338 : cluster 0 pgmap v1740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:12:53.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:52 smithi194 bash[32038]: cluster 2023-12-07T18:12:51.709331+0000 mgr.a (mgr.14403) 2338 : cluster 0 pgmap v1740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:12:53.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:52 smithi135 bash[32435]: cluster 2023-12-07T18:12:51.709331+0000 mgr.a (mgr.14403) 2338 : cluster 0 pgmap v1740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:12:53.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:12:53.861 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:53.861 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:12:54.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:12:54.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:12:54.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:12:54.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:12:54.733 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:12:55.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:54 smithi079 bash[28699]: cluster 2023-12-07T18:12:53.710035+0000 mgr.a (mgr.14403) 2339 : cluster 0 pgmap v1741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:55.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:54 smithi194 bash[32038]: cluster 2023-12-07T18:12:53.710035+0000 mgr.a (mgr.14403) 2339 : cluster 0 pgmap v1741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:55.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:54 smithi135 bash[32435]: cluster 2023-12-07T18:12:53.710035+0000 mgr.a (mgr.14403) 2339 : cluster 0 pgmap v1741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:12:56.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:55 smithi079 bash[28699]: audit 2023-12-07T18:12:54.257452+0000 mgr.a (mgr.14403) 2340 : audit 0 from='client.58842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:56.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:55 smithi194 bash[32038]: audit 2023-12-07T18:12:54.257452+0000 mgr.a (mgr.14403) 2340 : audit 0 from='client.58842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:56.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:55 smithi135 bash[32435]: audit 2023-12-07T18:12:54.257452+0000 mgr.a (mgr.14403) 2340 : audit 0 from='client.58842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:12:57.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:56 smithi079 bash[28699]: cluster 2023-12-07T18:12:55.710833+0000 mgr.a (mgr.14403) 2341 : cluster 0 pgmap v1742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:57.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:56 smithi194 bash[32038]: cluster 2023-12-07T18:12:55.710833+0000 mgr.a (mgr.14403) 2341 : cluster 0 pgmap v1742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:57.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:56 smithi135 bash[32435]: cluster 2023-12-07T18:12:55.710833+0000 mgr.a (mgr.14403) 2341 : cluster 0 pgmap v1742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:59.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:12:58 smithi079 bash[28699]: cluster 2023-12-07T18:12:57.711476+0000 mgr.a (mgr.14403) 2342 : cluster 0 pgmap v1743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:59.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:12:58 smithi194 bash[32038]: cluster 2023-12-07T18:12:57.711476+0000 mgr.a (mgr.14403) 2342 : cluster 0 pgmap v1743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:59.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:12:58 smithi135 bash[32435]: cluster 2023-12-07T18:12:57.711476+0000 mgr.a (mgr.14403) 2342 : cluster 0 pgmap v1743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:12:59.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:12:59.737 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:12:59.737 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:00.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:00 smithi079 bash[28699]: cluster 2023-12-07T18:12:59.712286+0000 mgr.a (mgr.14403) 2343 : cluster 0 pgmap v1744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:00.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:00 smithi194 bash[32038]: cluster 2023-12-07T18:12:59.712286+0000 mgr.a (mgr.14403) 2343 : cluster 0 pgmap v1744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:00.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:00 smithi135 bash[32435]: cluster 2023-12-07T18:12:59.712286+0000 mgr.a (mgr.14403) 2343 : cluster 0 pgmap v1744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:00.627 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:13:00.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:00.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:00.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:00.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:13:01.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:01 smithi079 bash[28699]: audit 2023-12-07T18:13:00.131505+0000 mgr.a (mgr.14403) 2344 : audit 0 from='client.58917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:01.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:01 smithi194 bash[32038]: audit 2023-12-07T18:13:00.131505+0000 mgr.a (mgr.14403) 2344 : audit 0 from='client.58917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:01.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:01 smithi135 bash[32435]: audit 2023-12-07T18:13:00.131505+0000 mgr.a (mgr.14403) 2344 : audit 0 from='client.58917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:02.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:02 smithi079 bash[28699]: cluster 2023-12-07T18:13:01.712861+0000 mgr.a (mgr.14403) 2345 : cluster 0 pgmap v1745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:13:02.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:02 smithi194 bash[32038]: cluster 2023-12-07T18:13:01.712861+0000 mgr.a (mgr.14403) 2345 : cluster 0 pgmap v1745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:13:02.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:02 smithi135 bash[32435]: cluster 2023-12-07T18:13:01.712861+0000 mgr.a (mgr.14403) 2345 : cluster 0 pgmap v1745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:13:05.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:04 smithi079 bash[28699]: cluster 2023-12-07T18:13:03.713647+0000 mgr.a (mgr.14403) 2346 : cluster 0 pgmap v1746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:13:05.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:04 smithi194 bash[32038]: cluster 2023-12-07T18:13:03.713647+0000 mgr.a (mgr.14403) 2346 : cluster 0 pgmap v1746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:13:05.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:04 smithi135 bash[32435]: cluster 2023-12-07T18:13:03.713647+0000 mgr.a (mgr.14403) 2346 : cluster 0 pgmap v1746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:13:05.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:13:05.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:05.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:06.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:06.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:06.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:06.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:13:06.525 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:13:07.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:06 smithi079 bash[28699]: cluster 2023-12-07T18:13:05.714043+0000 mgr.a (mgr.14403) 2347 : cluster 0 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-07T18:13:07.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:06 smithi194 bash[32038]: cluster 2023-12-07T18:13:05.714043+0000 mgr.a (mgr.14403) 2347 : cluster 0 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-07T18:13:07.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:06 smithi135 bash[32435]: cluster 2023-12-07T18:13:05.714043+0000 mgr.a (mgr.14403) 2347 : cluster 0 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-07T18:13:08.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:07 smithi079 bash[28699]: audit 2023-12-07T18:13:06.019784+0000 mgr.a (mgr.14403) 2348 : audit 0 from='client.58992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:08.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:07 smithi194 bash[32038]: audit 2023-12-07T18:13:06.019784+0000 mgr.a (mgr.14403) 2348 : audit 0 from='client.58992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:08.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:07 smithi135 bash[32435]: audit 2023-12-07T18:13:06.019784+0000 mgr.a (mgr.14403) 2348 : audit 0 from='client.58992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:09.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:08 smithi079 bash[28699]: cluster 2023-12-07T18:13:07.714680+0000 mgr.a (mgr.14403) 2349 : cluster 0 pgmap v1748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:09.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:08 smithi194 bash[32038]: cluster 2023-12-07T18:13:07.714680+0000 mgr.a (mgr.14403) 2349 : cluster 0 pgmap v1748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:09.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:08 smithi135 bash[32435]: cluster 2023-12-07T18:13:07.714680+0000 mgr.a (mgr.14403) 2349 : cluster 0 pgmap v1748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:10.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:10 smithi079 bash[28699]: cluster 2023-12-07T18:13:09.715502+0000 mgr.a (mgr.14403) 2350 : cluster 0 pgmap v1749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:10.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:10 smithi194 bash[32038]: cluster 2023-12-07T18:13:09.715502+0000 mgr.a (mgr.14403) 2350 : cluster 0 pgmap v1749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:10.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:10 smithi135 bash[32435]: cluster 2023-12-07T18:13:09.715502+0000 mgr.a (mgr.14403) 2350 : cluster 0 pgmap v1749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:11.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:13:11.528 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:11.528 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:12.431 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:13:12.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:12.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:12.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:12.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:13:13.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:12 smithi079 bash[28699]: cluster 2023-12-07T18:13:11.716021+0000 mgr.a (mgr.14403) 2351 : cluster 0 pgmap v1750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:13.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:12 smithi194 bash[32038]: cluster 2023-12-07T18:13:11.716021+0000 mgr.a (mgr.14403) 2351 : cluster 0 pgmap v1750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:13.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:12 smithi135 bash[32435]: cluster 2023-12-07T18:13:11.716021+0000 mgr.a (mgr.14403) 2351 : cluster 0 pgmap v1750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:14.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:13 smithi079 bash[28699]: audit 2023-12-07T18:13:11.929612+0000 mgr.a (mgr.14403) 2352 : audit 0 from='client.59070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:14.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:13 smithi194 bash[32038]: audit 2023-12-07T18:13:11.929612+0000 mgr.a (mgr.14403) 2352 : audit 0 from='client.59070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:14.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:13 smithi135 bash[32435]: audit 2023-12-07T18:13:11.929612+0000 mgr.a (mgr.14403) 2352 : audit 0 from='client.59070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:15.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:14 smithi079 bash[28699]: cluster 2023-12-07T18:13:13.716874+0000 mgr.a (mgr.14403) 2353 : cluster 0 pgmap v1751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:15.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:14 smithi079 bash[28699]: audit 2023-12-07T18:13:13.801934+0000 mon.a (mon.0) 790 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:13:15.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:14 smithi194 bash[32038]: cluster 2023-12-07T18:13:13.716874+0000 mgr.a (mgr.14403) 2353 : cluster 0 pgmap v1751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:15.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:14 smithi194 bash[32038]: audit 2023-12-07T18:13:13.801934+0000 mon.a (mon.0) 790 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:13:15.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:14 smithi135 bash[32435]: cluster 2023-12-07T18:13:13.716874+0000 mgr.a (mgr.14403) 2353 : cluster 0 pgmap v1751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:15.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:14 smithi135 bash[32435]: audit 2023-12-07T18:13:13.801934+0000 mon.a (mon.0) 790 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:13:17.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:16 smithi079 bash[28699]: cluster 2023-12-07T18:13:15.717422+0000 mgr.a (mgr.14403) 2354 : cluster 0 pgmap v1752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:17.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:16 smithi194 bash[32038]: cluster 2023-12-07T18:13:15.717422+0000 mgr.a (mgr.14403) 2354 : cluster 0 pgmap v1752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:17.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:16 smithi135 bash[32435]: cluster 2023-12-07T18:13:15.717422+0000 mgr.a (mgr.14403) 2354 : cluster 0 pgmap v1752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:17.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:13:17.435 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:17.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:18.348 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:13:18.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:18.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:18.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:18.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:13:19.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:18 smithi079 bash[28699]: cluster 2023-12-07T18:13:17.717787+0000 mgr.a (mgr.14403) 2355 : cluster 0 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-07T18:13:19.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:18 smithi079 bash[28699]: audit 2023-12-07T18:13:17.832956+0000 mgr.a (mgr.14403) 2356 : audit 0 from='client.59148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:19.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:18 smithi194 bash[32038]: cluster 2023-12-07T18:13:17.717787+0000 mgr.a (mgr.14403) 2355 : cluster 0 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-07T18:13:19.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:18 smithi194 bash[32038]: audit 2023-12-07T18:13:17.832956+0000 mgr.a (mgr.14403) 2356 : audit 0 from='client.59148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:19.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:18 smithi135 bash[32435]: cluster 2023-12-07T18:13:17.717787+0000 mgr.a (mgr.14403) 2355 : cluster 0 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-07T18:13:19.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:18 smithi135 bash[32435]: audit 2023-12-07T18:13:17.832956+0000 mgr.a (mgr.14403) 2356 : audit 0 from='client.59148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:20.405 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:20 smithi135 bash[32435]: cluster 2023-12-07T18:13:19.718641+0000 mgr.a (mgr.14403) 2357 : cluster 0 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-07T18:13:20.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:20 smithi194 bash[32038]: cluster 2023-12-07T18:13:19.718641+0000 mgr.a (mgr.14403) 2357 : cluster 0 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-07T18:13:20.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:20 smithi079 bash[28699]: cluster 2023-12-07T18:13:19.718641+0000 mgr.a (mgr.14403) 2357 : cluster 0 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-07T18:13:23.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:22 smithi079 bash[28699]: cluster 2023-12-07T18:13:21.719226+0000 mgr.a (mgr.14403) 2358 : cluster 0 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-07T18:13:23.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:22 smithi194 bash[32038]: cluster 2023-12-07T18:13:21.719226+0000 mgr.a (mgr.14403) 2358 : cluster 0 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-07T18:13:23.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:22 smithi135 bash[32435]: cluster 2023-12-07T18:13:21.719226+0000 mgr.a (mgr.14403) 2358 : cluster 0 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-07T18:13:23.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:13:23.351 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:23.351 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:24.225 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:13:24.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:24.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:24.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:24.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:13:25.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:24 smithi079 bash[28699]: cluster 2023-12-07T18:13:23.719962+0000 mgr.a (mgr.14403) 2359 : cluster 0 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-07T18:13:25.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:24 smithi079 bash[28699]: audit 2023-12-07T18:13:23.751240+0000 mgr.a (mgr.14403) 2360 : audit 0 from='client.59223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:25.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:24 smithi079 bash[28699]: audit 2023-12-07T18:13:24.111580+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:13:25.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:24 smithi079 bash[28699]: audit 2023-12-07T18:13:24.118530+0000 mon.a (mon.0) 792 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:13:25.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:24 smithi079 bash[28699]: audit 2023-12-07T18:13:24.120095+0000 mon.a (mon.0) 793 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:13:25.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:24 smithi079 bash[28699]: audit 2023-12-07T18:13:24.121386+0000 mon.a (mon.0) 794 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:13:25.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:24 smithi079 bash[28699]: audit 2023-12-07T18:13:24.128634+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:13:25.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:24 smithi194 bash[32038]: cluster 2023-12-07T18:13:23.719962+0000 mgr.a (mgr.14403) 2359 : cluster 0 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-07T18:13:25.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:24 smithi194 bash[32038]: audit 2023-12-07T18:13:23.751240+0000 mgr.a (mgr.14403) 2360 : audit 0 from='client.59223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:25.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:24 smithi194 bash[32038]: audit 2023-12-07T18:13:24.111580+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:13:25.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:24 smithi194 bash[32038]: audit 2023-12-07T18:13:24.118530+0000 mon.a (mon.0) 792 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:13:25.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:24 smithi194 bash[32038]: audit 2023-12-07T18:13:24.120095+0000 mon.a (mon.0) 793 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:13:25.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:24 smithi194 bash[32038]: audit 2023-12-07T18:13:24.121386+0000 mon.a (mon.0) 794 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:13:25.210 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:24 smithi194 bash[32038]: audit 2023-12-07T18:13:24.128634+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:13:25.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:24 smithi135 bash[32435]: cluster 2023-12-07T18:13:23.719962+0000 mgr.a (mgr.14403) 2359 : cluster 0 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-07T18:13:25.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:24 smithi135 bash[32435]: audit 2023-12-07T18:13:23.751240+0000 mgr.a (mgr.14403) 2360 : audit 0 from='client.59223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:25.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:24 smithi135 bash[32435]: audit 2023-12-07T18:13:24.111580+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:13:25.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:24 smithi135 bash[32435]: audit 2023-12-07T18:13:24.118530+0000 mon.a (mon.0) 792 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:13:25.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:24 smithi135 bash[32435]: audit 2023-12-07T18:13:24.120095+0000 mon.a (mon.0) 793 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:13:25.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:24 smithi135 bash[32435]: audit 2023-12-07T18:13:24.121386+0000 mon.a (mon.0) 794 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:13:25.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:24 smithi135 bash[32435]: audit 2023-12-07T18:13:24.128634+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:13:27.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:26 smithi079 bash[28699]: cluster 2023-12-07T18:13:25.720576+0000 mgr.a (mgr.14403) 2361 : cluster 0 pgmap v1757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:27.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:26 smithi194 bash[32038]: cluster 2023-12-07T18:13:25.720576+0000 mgr.a (mgr.14403) 2361 : cluster 0 pgmap v1757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:27.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:26 smithi135 bash[32435]: cluster 2023-12-07T18:13:25.720576+0000 mgr.a (mgr.14403) 2361 : cluster 0 pgmap v1757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:29.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:28 smithi079 bash[28699]: cluster 2023-12-07T18:13:27.721134+0000 mgr.a (mgr.14403) 2362 : cluster 0 pgmap v1758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:29.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:28 smithi194 bash[32038]: cluster 2023-12-07T18:13:27.721134+0000 mgr.a (mgr.14403) 2362 : cluster 0 pgmap v1758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:29.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:28 smithi135 bash[32435]: cluster 2023-12-07T18:13:27.721134+0000 mgr.a (mgr.14403) 2362 : cluster 0 pgmap v1758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:29.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:13:29.229 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:29.229 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:30.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:30.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:30.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:30.141 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:13:30.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:13:30.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:30 smithi079 bash[28699]: audit 2023-12-07T18:13:29.628820+0000 mgr.a (mgr.14403) 2363 : audit 0 from='client.59301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:30.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:30 smithi079 bash[28699]: cluster 2023-12-07T18:13:29.721806+0000 mgr.a (mgr.14403) 2364 : cluster 0 pgmap v1759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:30.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:30 smithi194 bash[32038]: audit 2023-12-07T18:13:29.628820+0000 mgr.a (mgr.14403) 2363 : audit 0 from='client.59301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:30.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:30 smithi194 bash[32038]: cluster 2023-12-07T18:13:29.721806+0000 mgr.a (mgr.14403) 2364 : cluster 0 pgmap v1759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:30.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:30 smithi135 bash[32435]: audit 2023-12-07T18:13:29.628820+0000 mgr.a (mgr.14403) 2363 : audit 0 from='client.59301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:30.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:30 smithi135 bash[32435]: cluster 2023-12-07T18:13:29.721806+0000 mgr.a (mgr.14403) 2364 : cluster 0 pgmap v1759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:33.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:32 smithi079 bash[28699]: cluster 2023-12-07T18:13:31.722443+0000 mgr.a (mgr.14403) 2365 : cluster 0 pgmap v1760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:33.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:32 smithi194 bash[32038]: cluster 2023-12-07T18:13:31.722443+0000 mgr.a (mgr.14403) 2365 : cluster 0 pgmap v1760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:33.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:32 smithi135 bash[32435]: cluster 2023-12-07T18:13:31.722443+0000 mgr.a (mgr.14403) 2365 : cluster 0 pgmap v1760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:13:35.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:13:35.145 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:35.145 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:35.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:34 smithi079 bash[28699]: cluster 2023-12-07T18:13:33.723240+0000 mgr.a (mgr.14403) 2366 : cluster 0 pgmap v1761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:35.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:34 smithi194 bash[32038]: cluster 2023-12-07T18:13:33.723240+0000 mgr.a (mgr.14403) 2366 : cluster 0 pgmap v1761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:35.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:34 smithi135 bash[32435]: cluster 2023-12-07T18:13:33.723240+0000 mgr.a (mgr.14403) 2366 : cluster 0 pgmap v1761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:36.056 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:13:36.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:36.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:36.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:36.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:13:37.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:36 smithi079 bash[28699]: audit 2023-12-07T18:13:35.540384+0000 mgr.a (mgr.14403) 2367 : audit 0 from='client.59376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:37.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:36 smithi079 bash[28699]: cluster 2023-12-07T18:13:35.724105+0000 mgr.a (mgr.14403) 2368 : cluster 0 pgmap v1762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:37.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:36 smithi194 bash[32038]: audit 2023-12-07T18:13:35.540384+0000 mgr.a (mgr.14403) 2367 : audit 0 from='client.59376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:37.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:36 smithi194 bash[32038]: cluster 2023-12-07T18:13:35.724105+0000 mgr.a (mgr.14403) 2368 : cluster 0 pgmap v1762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:37.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:36 smithi135 bash[32435]: audit 2023-12-07T18:13:35.540384+0000 mgr.a (mgr.14403) 2367 : audit 0 from='client.59376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:37.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:36 smithi135 bash[32435]: cluster 2023-12-07T18:13:35.724105+0000 mgr.a (mgr.14403) 2368 : cluster 0 pgmap v1762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:39.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:38 smithi079 bash[28699]: cluster 2023-12-07T18:13:37.724765+0000 mgr.a (mgr.14403) 2369 : cluster 0 pgmap v1763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:39.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:38 smithi194 bash[32038]: cluster 2023-12-07T18:13:37.724765+0000 mgr.a (mgr.14403) 2369 : cluster 0 pgmap v1763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:39.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:38 smithi135 bash[32435]: cluster 2023-12-07T18:13:37.724765+0000 mgr.a (mgr.14403) 2369 : cluster 0 pgmap v1763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:40.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:40 smithi194 bash[32038]: cluster 2023-12-07T18:13:39.725663+0000 mgr.a (mgr.14403) 2370 : cluster 0 pgmap v1764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:40.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:40 smithi135 bash[32435]: cluster 2023-12-07T18:13:39.725663+0000 mgr.a (mgr.14403) 2370 : cluster 0 pgmap v1764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:40.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:40 smithi079 bash[28699]: cluster 2023-12-07T18:13:39.725663+0000 mgr.a (mgr.14403) 2370 : cluster 0 pgmap v1764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:41.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:13:41.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:41.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:41.956 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:13:41.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:41.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:41.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:41.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:13:43.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:42 smithi079 bash[28699]: audit 2023-12-07T18:13:41.449497+0000 mgr.a (mgr.14403) 2371 : audit 0 from='client.59451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:43.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:42 smithi079 bash[28699]: cluster 2023-12-07T18:13:41.726325+0000 mgr.a (mgr.14403) 2372 : cluster 0 pgmap v1765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:43.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:42 smithi194 bash[32038]: audit 2023-12-07T18:13:41.449497+0000 mgr.a (mgr.14403) 2371 : audit 0 from='client.59451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:43.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:42 smithi194 bash[32038]: cluster 2023-12-07T18:13:41.726325+0000 mgr.a (mgr.14403) 2372 : cluster 0 pgmap v1765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:43.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:42 smithi135 bash[32435]: audit 2023-12-07T18:13:41.449497+0000 mgr.a (mgr.14403) 2371 : audit 0 from='client.59451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:43.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:42 smithi135 bash[32435]: cluster 2023-12-07T18:13:41.726325+0000 mgr.a (mgr.14403) 2372 : cluster 0 pgmap v1765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:45.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:44 smithi079 bash[28699]: cluster 2023-12-07T18:13:43.727314+0000 mgr.a (mgr.14403) 2373 : cluster 0 pgmap v1766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:45.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:44 smithi194 bash[32038]: cluster 2023-12-07T18:13:43.727314+0000 mgr.a (mgr.14403) 2373 : cluster 0 pgmap v1766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:45.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:44 smithi135 bash[32435]: cluster 2023-12-07T18:13:43.727314+0000 mgr.a (mgr.14403) 2373 : cluster 0 pgmap v1766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:46.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:13:46.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:46.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:47.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:46 smithi079 bash[28699]: cluster 2023-12-07T18:13:45.727936+0000 mgr.a (mgr.14403) 2374 : cluster 0 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-07T18:13:47.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:46 smithi194 bash[32038]: cluster 2023-12-07T18:13:45.727936+0000 mgr.a (mgr.14403) 2374 : cluster 0 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-07T18:13:47.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:46 smithi135 bash[32435]: cluster 2023-12-07T18:13:45.727936+0000 mgr.a (mgr.14403) 2374 : cluster 0 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-07T18:13:47.866 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:13:47.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:47.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:47.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:47.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:13:49.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:48 smithi079 bash[28699]: audit 2023-12-07T18:13:47.361658+0000 mgr.a (mgr.14403) 2375 : audit 0 from='client.59529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:49.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:48 smithi079 bash[28699]: cluster 2023-12-07T18:13:47.729298+0000 mgr.a (mgr.14403) 2376 : cluster 0 pgmap v1768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:49.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:48 smithi194 bash[32038]: audit 2023-12-07T18:13:47.361658+0000 mgr.a (mgr.14403) 2375 : audit 0 from='client.59529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:49.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:48 smithi194 bash[32038]: cluster 2023-12-07T18:13:47.729298+0000 mgr.a (mgr.14403) 2376 : cluster 0 pgmap v1768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:49.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:48 smithi135 bash[32435]: audit 2023-12-07T18:13:47.361658+0000 mgr.a (mgr.14403) 2375 : audit 0 from='client.59529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:49.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:48 smithi135 bash[32435]: cluster 2023-12-07T18:13:47.729298+0000 mgr.a (mgr.14403) 2376 : cluster 0 pgmap v1768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:13:50.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:50 smithi194 bash[32038]: cluster 2023-12-07T18:13:49.730229+0000 mgr.a (mgr.14403) 2377 : cluster 0 pgmap v1769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:50.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:50 smithi135 bash[32435]: cluster 2023-12-07T18:13:49.730229+0000 mgr.a (mgr.14403) 2377 : cluster 0 pgmap v1769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:50.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:50 smithi079 bash[28699]: cluster 2023-12-07T18:13:49.730229+0000 mgr.a (mgr.14403) 2377 : cluster 0 pgmap v1769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:13:52.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:13:52.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:52.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:53.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:52 smithi079 bash[28699]: cluster 2023-12-07T18:13:51.730756+0000 mgr.a (mgr.14403) 2378 : cluster 0 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-07T18:13:53.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:52 smithi194 bash[32038]: cluster 2023-12-07T18:13:51.730756+0000 mgr.a (mgr.14403) 2378 : cluster 0 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-07T18:13:53.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:52 smithi135 bash[32435]: cluster 2023-12-07T18:13:51.730756+0000 mgr.a (mgr.14403) 2378 : cluster 0 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-07T18:13:53.762 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:13:53.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:53.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:53.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:53.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:13:55.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:54 smithi079 bash[28699]: audit 2023-12-07T18:13:53.269026+0000 mgr.a (mgr.14403) 2379 : audit 0 from='client.59604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:55.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:54 smithi079 bash[28699]: cluster 2023-12-07T18:13:53.731456+0000 mgr.a (mgr.14403) 2380 : cluster 0 pgmap v1771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:13:55.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:54 smithi194 bash[32038]: audit 2023-12-07T18:13:53.269026+0000 mgr.a (mgr.14403) 2379 : audit 0 from='client.59604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:55.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:54 smithi194 bash[32038]: cluster 2023-12-07T18:13:53.731456+0000 mgr.a (mgr.14403) 2380 : cluster 0 pgmap v1771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:13:55.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:54 smithi135 bash[32435]: audit 2023-12-07T18:13:53.269026+0000 mgr.a (mgr.14403) 2379 : audit 0 from='client.59604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:13:55.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:54 smithi135 bash[32435]: cluster 2023-12-07T18:13:53.731456+0000 mgr.a (mgr.14403) 2380 : cluster 0 pgmap v1771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:13:57.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:56 smithi079 bash[28699]: cluster 2023-12-07T18:13:55.732033+0000 mgr.a (mgr.14403) 2381 : cluster 0 pgmap v1772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:13:57.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:56 smithi194 bash[32038]: cluster 2023-12-07T18:13:55.732033+0000 mgr.a (mgr.14403) 2381 : cluster 0 pgmap v1772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:13:57.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:56 smithi135 bash[32435]: cluster 2023-12-07T18:13:55.732033+0000 mgr.a (mgr.14403) 2381 : cluster 0 pgmap v1772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:13:58.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:13:58.765 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:13:58.766 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:13:59.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:13:58 smithi079 bash[28699]: cluster 2023-12-07T18:13:57.732583+0000 mgr.a (mgr.14403) 2382 : cluster 0 pgmap v1773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:13:59.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:13:58 smithi194 bash[32038]: cluster 2023-12-07T18:13:57.732583+0000 mgr.a (mgr.14403) 2382 : cluster 0 pgmap v1773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:13:59.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:13:58 smithi135 bash[32435]: cluster 2023-12-07T18:13:57.732583+0000 mgr.a (mgr.14403) 2382 : cluster 0 pgmap v1773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:13:59.640 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:13:59.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:13:59.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:13:59.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:13:59.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:14:00.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:00 smithi194 bash[32038]: audit 2023-12-07T18:13:59.159427+0000 mgr.a (mgr.14403) 2383 : audit 0 from='client.59682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:00.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:00 smithi194 bash[32038]: cluster 2023-12-07T18:13:59.733686+0000 mgr.a (mgr.14403) 2384 : cluster 0 pgmap v1774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:00.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:00 smithi135 bash[32435]: audit 2023-12-07T18:13:59.159427+0000 mgr.a (mgr.14403) 2383 : audit 0 from='client.59682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:00.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:00 smithi135 bash[32435]: cluster 2023-12-07T18:13:59.733686+0000 mgr.a (mgr.14403) 2384 : cluster 0 pgmap v1774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:00.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:00 smithi079 bash[28699]: audit 2023-12-07T18:13:59.159427+0000 mgr.a (mgr.14403) 2383 : audit 0 from='client.59682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:00.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:00 smithi079 bash[28699]: cluster 2023-12-07T18:13:59.733686+0000 mgr.a (mgr.14403) 2384 : cluster 0 pgmap v1774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:03.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:02 smithi079 bash[28699]: cluster 2023-12-07T18:14:01.734240+0000 mgr.a (mgr.14403) 2385 : cluster 0 pgmap v1775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:03.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:02 smithi194 bash[32038]: cluster 2023-12-07T18:14:01.734240+0000 mgr.a (mgr.14403) 2385 : cluster 0 pgmap v1775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:03.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:02 smithi135 bash[32435]: cluster 2023-12-07T18:14:01.734240+0000 mgr.a (mgr.14403) 2385 : cluster 0 pgmap v1775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:04.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:14:04.644 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:04.644 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:05.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:04 smithi079 bash[28699]: cluster 2023-12-07T18:14:03.735033+0000 mgr.a (mgr.14403) 2386 : cluster 0 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-07T18:14:05.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:04 smithi194 bash[32038]: cluster 2023-12-07T18:14:03.735033+0000 mgr.a (mgr.14403) 2386 : cluster 0 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-07T18:14:05.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:04 smithi135 bash[32435]: cluster 2023-12-07T18:14:03.735033+0000 mgr.a (mgr.14403) 2386 : cluster 0 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-07T18:14:05.546 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:14:05.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:05.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:05.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:05.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:14:07.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:06 smithi079 bash[28699]: audit 2023-12-07T18:14:05.048349+0000 mgr.a (mgr.14403) 2387 : audit 0 from='client.59757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:07.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:06 smithi079 bash[28699]: cluster 2023-12-07T18:14:05.735740+0000 mgr.a (mgr.14403) 2388 : cluster 0 pgmap v1777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:14:07.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:06 smithi194 bash[32038]: audit 2023-12-07T18:14:05.048349+0000 mgr.a (mgr.14403) 2387 : audit 0 from='client.59757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:07.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:06 smithi194 bash[32038]: cluster 2023-12-07T18:14:05.735740+0000 mgr.a (mgr.14403) 2388 : cluster 0 pgmap v1777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:14:07.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:06 smithi135 bash[32435]: audit 2023-12-07T18:14:05.048349+0000 mgr.a (mgr.14403) 2387 : audit 0 from='client.59757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:07.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:06 smithi135 bash[32435]: cluster 2023-12-07T18:14:05.735740+0000 mgr.a (mgr.14403) 2388 : cluster 0 pgmap v1777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:14:09.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:08 smithi079 bash[28699]: cluster 2023-12-07T18:14:07.736318+0000 mgr.a (mgr.14403) 2389 : cluster 0 pgmap v1778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:14:09.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:08 smithi194 bash[32038]: cluster 2023-12-07T18:14:07.736318+0000 mgr.a (mgr.14403) 2389 : cluster 0 pgmap v1778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:14:09.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:08 smithi135 bash[32435]: cluster 2023-12-07T18:14:07.736318+0000 mgr.a (mgr.14403) 2389 : cluster 0 pgmap v1778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:14:10.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:10 smithi194 bash[32038]: cluster 2023-12-07T18:14:09.737136+0000 mgr.a (mgr.14403) 2390 : cluster 0 pgmap v1779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:14:10.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:10 smithi135 bash[32435]: cluster 2023-12-07T18:14:09.737136+0000 mgr.a (mgr.14403) 2390 : cluster 0 pgmap v1779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:14:10.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:14:10.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:10.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:10.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:10 smithi079 bash[28699]: cluster 2023-12-07T18:14:09.737136+0000 mgr.a (mgr.14403) 2390 : cluster 0 pgmap v1779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:14:11.444 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:14:11.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:11.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:11.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:11.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:14:13.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:12 smithi079 bash[28699]: audit 2023-12-07T18:14:10.958183+0000 mgr.a (mgr.14403) 2391 : audit 0 from='client.59832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:13.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:12 smithi079 bash[28699]: cluster 2023-12-07T18:14:11.737841+0000 mgr.a (mgr.14403) 2392 : cluster 0 pgmap v1780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:13.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:12 smithi194 bash[32038]: audit 2023-12-07T18:14:10.958183+0000 mgr.a (mgr.14403) 2391 : audit 0 from='client.59832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:13.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:12 smithi194 bash[32038]: cluster 2023-12-07T18:14:11.737841+0000 mgr.a (mgr.14403) 2392 : cluster 0 pgmap v1780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:13.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:12 smithi135 bash[32435]: audit 2023-12-07T18:14:10.958183+0000 mgr.a (mgr.14403) 2391 : audit 0 from='client.59832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:13.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:12 smithi135 bash[32435]: cluster 2023-12-07T18:14:11.737841+0000 mgr.a (mgr.14403) 2392 : cluster 0 pgmap v1780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:15.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:14 smithi079 bash[28699]: cluster 2023-12-07T18:14:13.738662+0000 mgr.a (mgr.14403) 2393 : cluster 0 pgmap v1781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:15.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:14 smithi194 bash[32038]: cluster 2023-12-07T18:14:13.738662+0000 mgr.a (mgr.14403) 2393 : cluster 0 pgmap v1781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:15.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:14 smithi135 bash[32435]: cluster 2023-12-07T18:14:13.738662+0000 mgr.a (mgr.14403) 2393 : cluster 0 pgmap v1781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:16.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:14:16.448 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:16.448 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:17.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:16 smithi079 bash[28699]: cluster 2023-12-07T18:14:15.739393+0000 mgr.a (mgr.14403) 2394 : cluster 0 pgmap v1782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:17.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:16 smithi194 bash[32038]: cluster 2023-12-07T18:14:15.739393+0000 mgr.a (mgr.14403) 2394 : cluster 0 pgmap v1782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:17.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:16 smithi135 bash[32435]: cluster 2023-12-07T18:14:15.739393+0000 mgr.a (mgr.14403) 2394 : cluster 0 pgmap v1782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:17.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:17.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:17.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:17.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:14:17.363 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:14:18.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:17 smithi079 bash[28699]: audit 2023-12-07T18:14:16.845721+0000 mgr.a (mgr.14403) 2395 : audit 0 from='client.59907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:18.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:17 smithi194 bash[32038]: audit 2023-12-07T18:14:16.845721+0000 mgr.a (mgr.14403) 2395 : audit 0 from='client.59907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:18.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:17 smithi135 bash[32435]: audit 2023-12-07T18:14:16.845721+0000 mgr.a (mgr.14403) 2395 : audit 0 from='client.59907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:19.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:18 smithi079 bash[28699]: cluster 2023-12-07T18:14:17.740056+0000 mgr.a (mgr.14403) 2396 : cluster 0 pgmap v1783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:19.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:18 smithi194 bash[32038]: cluster 2023-12-07T18:14:17.740056+0000 mgr.a (mgr.14403) 2396 : cluster 0 pgmap v1783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:19.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:18 smithi135 bash[32435]: cluster 2023-12-07T18:14:17.740056+0000 mgr.a (mgr.14403) 2396 : cluster 0 pgmap v1783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:20.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:20 smithi194 bash[32038]: cluster 2023-12-07T18:14:19.740944+0000 mgr.a (mgr.14403) 2397 : cluster 0 pgmap v1784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:20.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:20 smithi135 bash[32435]: cluster 2023-12-07T18:14:19.740944+0000 mgr.a (mgr.14403) 2397 : cluster 0 pgmap v1784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:20.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:20 smithi079 bash[28699]: cluster 2023-12-07T18:14:19.740944+0000 mgr.a (mgr.14403) 2397 : cluster 0 pgmap v1784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:22.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:14:22.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:22.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:23.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:22 smithi079 bash[28699]: cluster 2023-12-07T18:14:21.741504+0000 mgr.a (mgr.14403) 2398 : cluster 0 pgmap v1785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:23.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:22 smithi194 bash[32038]: cluster 2023-12-07T18:14:21.741504+0000 mgr.a (mgr.14403) 2398 : cluster 0 pgmap v1785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:23.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:22 smithi135 bash[32435]: cluster 2023-12-07T18:14:21.741504+0000 mgr.a (mgr.14403) 2398 : cluster 0 pgmap v1785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:23.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:23.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:23.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:23.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:14:23.286 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:14:24.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:23 smithi079 bash[28699]: audit 2023-12-07T18:14:22.775644+0000 mgr.a (mgr.14403) 2399 : audit 0 from='client.57742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:24.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:23 smithi194 bash[32038]: audit 2023-12-07T18:14:22.775644+0000 mgr.a (mgr.14403) 2399 : audit 0 from='client.57742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:24.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:23 smithi135 bash[32435]: audit 2023-12-07T18:14:22.775644+0000 mgr.a (mgr.14403) 2399 : audit 0 from='client.57742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:25.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:24 smithi079 bash[28699]: cluster 2023-12-07T18:14:23.742416+0000 mgr.a (mgr.14403) 2400 : cluster 0 pgmap v1786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:25.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:24 smithi079 bash[28699]: audit 2023-12-07T18:14:24.232310+0000 mon.a (mon.0) 796 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:14:25.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:24 smithi194 bash[32038]: cluster 2023-12-07T18:14:23.742416+0000 mgr.a (mgr.14403) 2400 : cluster 0 pgmap v1786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:25.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:24 smithi194 bash[32038]: audit 2023-12-07T18:14:24.232310+0000 mon.a (mon.0) 796 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:14:25.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:24 smithi135 bash[32435]: cluster 2023-12-07T18:14:23.742416+0000 mgr.a (mgr.14403) 2400 : cluster 0 pgmap v1786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:25.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:24 smithi135 bash[32435]: audit 2023-12-07T18:14:24.232310+0000 mon.a (mon.0) 796 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:14:27.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:26 smithi079 bash[28699]: cluster 2023-12-07T18:14:25.743041+0000 mgr.a (mgr.14403) 2401 : cluster 0 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-07T18:14:27.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:26 smithi194 bash[32038]: cluster 2023-12-07T18:14:25.743041+0000 mgr.a (mgr.14403) 2401 : cluster 0 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-07T18:14:27.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:26 smithi135 bash[32435]: cluster 2023-12-07T18:14:25.743041+0000 mgr.a (mgr.14403) 2401 : cluster 0 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-07T18:14:28.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:14:28.290 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:28.290 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:29.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:28 smithi079 bash[28699]: cluster 2023-12-07T18:14:27.743589+0000 mgr.a (mgr.14403) 2402 : cluster 0 pgmap v1788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:29.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:28 smithi194 bash[32038]: cluster 2023-12-07T18:14:27.743589+0000 mgr.a (mgr.14403) 2402 : cluster 0 pgmap v1788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:29.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:28 smithi135 bash[32435]: cluster 2023-12-07T18:14:27.743589+0000 mgr.a (mgr.14403) 2402 : cluster 0 pgmap v1788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:29.214 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:14:29.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:29.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:29.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:29.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:14:30.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:29 smithi079 bash[28699]: audit 2023-12-07T18:14:28.689211+0000 mgr.a (mgr.14403) 2403 : audit 0 from='client.60063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:30.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:29 smithi194 bash[32038]: audit 2023-12-07T18:14:28.689211+0000 mgr.a (mgr.14403) 2403 : audit 0 from='client.60063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:30.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:29 smithi135 bash[32435]: audit 2023-12-07T18:14:28.689211+0000 mgr.a (mgr.14403) 2403 : audit 0 from='client.60063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:31.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:30 smithi079 bash[28699]: cluster 2023-12-07T18:14:29.744573+0000 mgr.a (mgr.14403) 2404 : cluster 0 pgmap v1789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:31.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:30 smithi194 bash[32038]: cluster 2023-12-07T18:14:29.744573+0000 mgr.a (mgr.14403) 2404 : cluster 0 pgmap v1789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:31.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:30 smithi135 bash[32435]: cluster 2023-12-07T18:14:29.744573+0000 mgr.a (mgr.14403) 2404 : cluster 0 pgmap v1789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:32.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:32 smithi194 bash[32038]: cluster 2023-12-07T18:14:31.745168+0000 mgr.a (mgr.14403) 2405 : cluster 0 pgmap v1790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:33.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:32 smithi079 bash[28699]: cluster 2023-12-07T18:14:31.745168+0000 mgr.a (mgr.14403) 2405 : cluster 0 pgmap v1790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:33.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:32 smithi135 bash[32435]: cluster 2023-12-07T18:14:31.745168+0000 mgr.a (mgr.14403) 2405 : cluster 0 pgmap v1790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:34.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:14:34.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:34.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:35.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:35.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:35.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:35.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:14:35.135 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:14:35.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:34 smithi079 bash[28699]: cluster 2023-12-07T18:14:33.745908+0000 mgr.a (mgr.14403) 2406 : cluster 0 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-07T18:14:35.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:34 smithi194 bash[32038]: cluster 2023-12-07T18:14:33.745908+0000 mgr.a (mgr.14403) 2406 : cluster 0 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-07T18:14:35.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:34 smithi135 bash[32435]: cluster 2023-12-07T18:14:33.745908+0000 mgr.a (mgr.14403) 2406 : cluster 0 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-07T18:14:36.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:35 smithi079 bash[28699]: audit 2023-12-07T18:14:34.622193+0000 mgr.a (mgr.14403) 2407 : audit 0 from='client.60138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:36.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:35 smithi079 bash[28699]: audit 2023-12-07T18:14:35.049850+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:14:36.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:35 smithi079 bash[28699]: audit 2023-12-07T18:14:35.056447+0000 mon.a (mon.0) 798 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:14:36.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:35 smithi079 bash[28699]: audit 2023-12-07T18:14:35.057666+0000 mon.a (mon.0) 799 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:14:36.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:35 smithi079 bash[28699]: audit 2023-12-07T18:14:35.058693+0000 mon.a (mon.0) 800 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:14:36.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:35 smithi079 bash[28699]: audit 2023-12-07T18:14:35.067554+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:14:36.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:35 smithi194 bash[32038]: audit 2023-12-07T18:14:34.622193+0000 mgr.a (mgr.14403) 2407 : audit 0 from='client.60138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:36.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:35 smithi194 bash[32038]: audit 2023-12-07T18:14:35.049850+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:14:36.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:35 smithi194 bash[32038]: audit 2023-12-07T18:14:35.056447+0000 mon.a (mon.0) 798 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:14:36.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:35 smithi194 bash[32038]: audit 2023-12-07T18:14:35.057666+0000 mon.a (mon.0) 799 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:14:36.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:35 smithi194 bash[32038]: audit 2023-12-07T18:14:35.058693+0000 mon.a (mon.0) 800 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:14:36.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:35 smithi194 bash[32038]: audit 2023-12-07T18:14:35.067554+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:14:36.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:35 smithi135 bash[32435]: audit 2023-12-07T18:14:34.622193+0000 mgr.a (mgr.14403) 2407 : audit 0 from='client.60138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:36.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:35 smithi135 bash[32435]: audit 2023-12-07T18:14:35.049850+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:14:36.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:35 smithi135 bash[32435]: audit 2023-12-07T18:14:35.056447+0000 mon.a (mon.0) 798 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:14:36.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:35 smithi135 bash[32435]: audit 2023-12-07T18:14:35.057666+0000 mon.a (mon.0) 799 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:14:36.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:35 smithi135 bash[32435]: audit 2023-12-07T18:14:35.058693+0000 mon.a (mon.0) 800 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:14:36.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:35 smithi135 bash[32435]: audit 2023-12-07T18:14:35.067554+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:14:37.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:36 smithi079 bash[28699]: cluster 2023-12-07T18:14:35.746517+0000 mgr.a (mgr.14403) 2408 : cluster 0 pgmap v1792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:37.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:36 smithi194 bash[32038]: cluster 2023-12-07T18:14:35.746517+0000 mgr.a (mgr.14403) 2408 : cluster 0 pgmap v1792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:37.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:36 smithi135 bash[32435]: cluster 2023-12-07T18:14:35.746517+0000 mgr.a (mgr.14403) 2408 : cluster 0 pgmap v1792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:39.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:38 smithi079 bash[28699]: cluster 2023-12-07T18:14:37.747124+0000 mgr.a (mgr.14403) 2409 : cluster 0 pgmap v1793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:39.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:38 smithi194 bash[32038]: cluster 2023-12-07T18:14:37.747124+0000 mgr.a (mgr.14403) 2409 : cluster 0 pgmap v1793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:39.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:38 smithi135 bash[32435]: cluster 2023-12-07T18:14:37.747124+0000 mgr.a (mgr.14403) 2409 : cluster 0 pgmap v1793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:14:40.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:14:40.138 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:40.139 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:40.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:40 smithi194 bash[32038]: cluster 2023-12-07T18:14:39.747879+0000 mgr.a (mgr.14403) 2410 : cluster 0 pgmap v1794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:40.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:40 smithi135 bash[32435]: cluster 2023-12-07T18:14:39.747879+0000 mgr.a (mgr.14403) 2410 : cluster 0 pgmap v1794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:40.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:40 smithi079 bash[28699]: cluster 2023-12-07T18:14:39.747879+0000 mgr.a (mgr.14403) 2410 : cluster 0 pgmap v1794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:41.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:41.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:41.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:41.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:14:41.044 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:14:41.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:41 smithi194 bash[32038]: audit 2023-12-07T18:14:40.540606+0000 mgr.a (mgr.14403) 2411 : audit 0 from='client.57889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:41.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:41 smithi135 bash[32435]: audit 2023-12-07T18:14:40.540606+0000 mgr.a (mgr.14403) 2411 : audit 0 from='client.57889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:41.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:41 smithi079 bash[28699]: audit 2023-12-07T18:14:40.540606+0000 mgr.a (mgr.14403) 2411 : audit 0 from='client.57889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:42.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:42 smithi194 bash[32038]: cluster 2023-12-07T18:14:41.748601+0000 mgr.a (mgr.14403) 2412 : cluster 0 pgmap v1795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:42.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:42 smithi135 bash[32435]: cluster 2023-12-07T18:14:41.748601+0000 mgr.a (mgr.14403) 2412 : cluster 0 pgmap v1795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:42.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:42 smithi079 bash[28699]: cluster 2023-12-07T18:14:41.748601+0000 mgr.a (mgr.14403) 2412 : cluster 0 pgmap v1795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:45.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:44 smithi079 bash[28699]: cluster 2023-12-07T18:14:43.749412+0000 mgr.a (mgr.14403) 2413 : cluster 0 pgmap v1796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:45.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:44 smithi194 bash[32038]: cluster 2023-12-07T18:14:43.749412+0000 mgr.a (mgr.14403) 2413 : cluster 0 pgmap v1796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:45.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:44 smithi135 bash[32435]: cluster 2023-12-07T18:14:43.749412+0000 mgr.a (mgr.14403) 2413 : cluster 0 pgmap v1796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:46.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:14:46.046 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:46.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:46.967 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:14:46.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:46.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:46.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:46.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:14:47.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:46 smithi079 bash[28699]: cluster 2023-12-07T18:14:45.750005+0000 mgr.a (mgr.14403) 2414 : cluster 0 pgmap v1797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:47.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:46 smithi194 bash[32038]: cluster 2023-12-07T18:14:45.750005+0000 mgr.a (mgr.14403) 2414 : cluster 0 pgmap v1797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:47.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:46 smithi135 bash[32435]: cluster 2023-12-07T18:14:45.750005+0000 mgr.a (mgr.14403) 2414 : cluster 0 pgmap v1797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:48.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:47 smithi079 bash[28699]: audit 2023-12-07T18:14:46.446665+0000 mgr.a (mgr.14403) 2415 : audit 0 from='client.60294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:48.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:47 smithi194 bash[32038]: audit 2023-12-07T18:14:46.446665+0000 mgr.a (mgr.14403) 2415 : audit 0 from='client.60294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:48.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:47 smithi135 bash[32435]: audit 2023-12-07T18:14:46.446665+0000 mgr.a (mgr.14403) 2415 : audit 0 from='client.60294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:49.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:48 smithi079 bash[28699]: cluster 2023-12-07T18:14:47.750674+0000 mgr.a (mgr.14403) 2416 : cluster 0 pgmap v1798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:49.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:48 smithi194 bash[32038]: cluster 2023-12-07T18:14:47.750674+0000 mgr.a (mgr.14403) 2416 : cluster 0 pgmap v1798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:49.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:48 smithi135 bash[32435]: cluster 2023-12-07T18:14:47.750674+0000 mgr.a (mgr.14403) 2416 : cluster 0 pgmap v1798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:50.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:50 smithi194 bash[32038]: cluster 2023-12-07T18:14:49.751517+0000 mgr.a (mgr.14403) 2417 : cluster 0 pgmap v1799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:50.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:50 smithi135 bash[32435]: cluster 2023-12-07T18:14:49.751517+0000 mgr.a (mgr.14403) 2417 : cluster 0 pgmap v1799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:50.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:50 smithi079 bash[28699]: cluster 2023-12-07T18:14:49.751517+0000 mgr.a (mgr.14403) 2417 : cluster 0 pgmap v1799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:51.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:14:51.971 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:51.971 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:52.882 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:14:52.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:52.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:52.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:52.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:14:53.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:52 smithi079 bash[28699]: cluster 2023-12-07T18:14:51.752077+0000 mgr.a (mgr.14403) 2418 : cluster 0 pgmap v1800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:53.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:52 smithi194 bash[32038]: cluster 2023-12-07T18:14:51.752077+0000 mgr.a (mgr.14403) 2418 : cluster 0 pgmap v1800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:53.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:52 smithi135 bash[32435]: cluster 2023-12-07T18:14:51.752077+0000 mgr.a (mgr.14403) 2418 : cluster 0 pgmap v1800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:54.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:53 smithi079 bash[28699]: audit 2023-12-07T18:14:52.370907+0000 mgr.a (mgr.14403) 2419 : audit 0 from='client.60366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:54.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:53 smithi194 bash[32038]: audit 2023-12-07T18:14:52.370907+0000 mgr.a (mgr.14403) 2419 : audit 0 from='client.60366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:54.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:53 smithi135 bash[32435]: audit 2023-12-07T18:14:52.370907+0000 mgr.a (mgr.14403) 2419 : audit 0 from='client.60366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:14:55.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:54 smithi079 bash[28699]: cluster 2023-12-07T18:14:53.752979+0000 mgr.a (mgr.14403) 2420 : cluster 0 pgmap v1801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:55.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:54 smithi194 bash[32038]: cluster 2023-12-07T18:14:53.752979+0000 mgr.a (mgr.14403) 2420 : cluster 0 pgmap v1801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:55.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:54 smithi135 bash[32435]: cluster 2023-12-07T18:14:53.752979+0000 mgr.a (mgr.14403) 2420 : cluster 0 pgmap v1801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:14:57.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:56 smithi079 bash[28699]: cluster 2023-12-07T18:14:55.753531+0000 mgr.a (mgr.14403) 2421 : cluster 0 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-07T18:14:57.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:56 smithi194 bash[32038]: cluster 2023-12-07T18:14:55.753531+0000 mgr.a (mgr.14403) 2421 : cluster 0 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-07T18:14:57.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:56 smithi135 bash[32435]: cluster 2023-12-07T18:14:55.753531+0000 mgr.a (mgr.14403) 2421 : cluster 0 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-07T18:14:57.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:14:57.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:14:57.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:14:58.771 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:14:58.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:14:58.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:14:58.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:14:58.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:14:59.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:58 smithi079 bash[28699]: cluster 2023-12-07T18:14:57.754096+0000 mgr.a (mgr.14403) 2422 : cluster 0 pgmap v1803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:59.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:58 smithi194 bash[32038]: cluster 2023-12-07T18:14:57.754096+0000 mgr.a (mgr.14403) 2422 : cluster 0 pgmap v1803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:14:59.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:58 smithi135 bash[32435]: cluster 2023-12-07T18:14:57.754096+0000 mgr.a (mgr.14403) 2422 : cluster 0 pgmap v1803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:00.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:14:59 smithi079 bash[28699]: audit 2023-12-07T18:14:58.284273+0000 mgr.a (mgr.14403) 2423 : audit 0 from='client.60438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:00.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:14:59 smithi194 bash[32038]: audit 2023-12-07T18:14:58.284273+0000 mgr.a (mgr.14403) 2423 : audit 0 from='client.60438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:00.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:14:59 smithi135 bash[32435]: audit 2023-12-07T18:14:58.284273+0000 mgr.a (mgr.14403) 2423 : audit 0 from='client.60438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:01.093 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:00 smithi135 bash[32435]: cluster 2023-12-07T18:14:59.755089+0000 mgr.a (mgr.14403) 2424 : cluster 0 pgmap v1804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:15:01.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:00 smithi079 bash[28699]: cluster 2023-12-07T18:14:59.755089+0000 mgr.a (mgr.14403) 2424 : cluster 0 pgmap v1804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:15:01.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:00 smithi194 bash[32038]: cluster 2023-12-07T18:14:59.755089+0000 mgr.a (mgr.14403) 2424 : cluster 0 pgmap v1804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:15:03.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:02 smithi079 bash[28699]: cluster 2023-12-07T18:15:01.755717+0000 mgr.a (mgr.14403) 2425 : cluster 0 pgmap v1805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:15:03.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:02 smithi194 bash[32038]: cluster 2023-12-07T18:15:01.755717+0000 mgr.a (mgr.14403) 2425 : cluster 0 pgmap v1805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:15:03.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:02 smithi135 bash[32435]: cluster 2023-12-07T18:15:01.755717+0000 mgr.a (mgr.14403) 2425 : cluster 0 pgmap v1805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:15:03.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:15:03.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:03.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:04.670 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:15:04.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:04.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:04.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:04.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:15:05.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:04 smithi079 bash[28699]: cluster 2023-12-07T18:15:03.756502+0000 mgr.a (mgr.14403) 2426 : cluster 0 pgmap v1806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:05.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:04 smithi194 bash[32038]: cluster 2023-12-07T18:15:03.756502+0000 mgr.a (mgr.14403) 2426 : cluster 0 pgmap v1806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:05.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:04 smithi135 bash[32435]: cluster 2023-12-07T18:15:03.756502+0000 mgr.a (mgr.14403) 2426 : cluster 0 pgmap v1806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:06.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:05 smithi079 bash[28699]: audit 2023-12-07T18:15:04.171445+0000 mgr.a (mgr.14403) 2427 : audit 0 from='client.60513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:06.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:05 smithi194 bash[32038]: audit 2023-12-07T18:15:04.171445+0000 mgr.a (mgr.14403) 2427 : audit 0 from='client.60513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:06.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:05 smithi135 bash[32435]: audit 2023-12-07T18:15:04.171445+0000 mgr.a (mgr.14403) 2427 : audit 0 from='client.60513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:07.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:06 smithi079 bash[28699]: cluster 2023-12-07T18:15:05.757156+0000 mgr.a (mgr.14403) 2428 : cluster 0 pgmap v1807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:07.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:06 smithi194 bash[32038]: cluster 2023-12-07T18:15:05.757156+0000 mgr.a (mgr.14403) 2428 : cluster 0 pgmap v1807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:07.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:06 smithi135 bash[32435]: cluster 2023-12-07T18:15:05.757156+0000 mgr.a (mgr.14403) 2428 : cluster 0 pgmap v1807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:09.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:08 smithi079 bash[28699]: cluster 2023-12-07T18:15:07.757701+0000 mgr.a (mgr.14403) 2429 : cluster 0 pgmap v1808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:09.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:08 smithi194 bash[32038]: cluster 2023-12-07T18:15:07.757701+0000 mgr.a (mgr.14403) 2429 : cluster 0 pgmap v1808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:09.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:08 smithi135 bash[32435]: cluster 2023-12-07T18:15:07.757701+0000 mgr.a (mgr.14403) 2429 : cluster 0 pgmap v1808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:09.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:15:09.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:09.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:10.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:10 smithi194 bash[32038]: cluster 2023-12-07T18:15:09.758268+0000 mgr.a (mgr.14403) 2430 : cluster 0 pgmap v1809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:10.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:10 smithi135 bash[32435]: cluster 2023-12-07T18:15:09.758268+0000 mgr.a (mgr.14403) 2430 : cluster 0 pgmap v1809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:10.579 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:15:10.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:10.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:10.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:10.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:15:10.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:10 smithi079 bash[28699]: cluster 2023-12-07T18:15:09.758268+0000 mgr.a (mgr.14403) 2430 : cluster 0 pgmap v1809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:11.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:11 smithi194 bash[32038]: audit 2023-12-07T18:15:10.076623+0000 mgr.a (mgr.14403) 2431 : audit 0 from='client.60591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:11.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:11 smithi135 bash[32435]: audit 2023-12-07T18:15:10.076623+0000 mgr.a (mgr.14403) 2431 : audit 0 from='client.60591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:11.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:11 smithi079 bash[28699]: audit 2023-12-07T18:15:10.076623+0000 mgr.a (mgr.14403) 2431 : audit 0 from='client.60591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:12.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:12 smithi194 bash[32038]: cluster 2023-12-07T18:15:11.758923+0000 mgr.a (mgr.14403) 2432 : cluster 0 pgmap v1810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:15:12.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:12 smithi135 bash[32435]: cluster 2023-12-07T18:15:11.758923+0000 mgr.a (mgr.14403) 2432 : cluster 0 pgmap v1810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:15:12.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:12 smithi079 bash[28699]: cluster 2023-12-07T18:15:11.758923+0000 mgr.a (mgr.14403) 2432 : cluster 0 pgmap v1810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:15:15.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:14 smithi079 bash[28699]: cluster 2023-12-07T18:15:13.759700+0000 mgr.a (mgr.14403) 2433 : cluster 0 pgmap v1811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:15:15.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:14 smithi194 bash[32038]: cluster 2023-12-07T18:15:13.759700+0000 mgr.a (mgr.14403) 2433 : cluster 0 pgmap v1811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:15:15.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:14 smithi135 bash[32435]: cluster 2023-12-07T18:15:13.759700+0000 mgr.a (mgr.14403) 2433 : cluster 0 pgmap v1811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:15:15.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:15:15.582 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:15.582 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:16.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:16.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:16.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:16.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:15:16.482 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:15:17.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:16 smithi079 bash[28699]: cluster 2023-12-07T18:15:15.760122+0000 mgr.a (mgr.14403) 2434 : cluster 0 pgmap v1812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:17.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:16 smithi194 bash[32038]: cluster 2023-12-07T18:15:15.760122+0000 mgr.a (mgr.14403) 2434 : cluster 0 pgmap v1812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:17.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:16 smithi135 bash[32435]: cluster 2023-12-07T18:15:15.760122+0000 mgr.a (mgr.14403) 2434 : cluster 0 pgmap v1812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:18.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:17 smithi079 bash[28699]: audit 2023-12-07T18:15:15.983422+0000 mgr.a (mgr.14403) 2435 : audit 0 from='client.60666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:18.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:17 smithi194 bash[32038]: audit 2023-12-07T18:15:15.983422+0000 mgr.a (mgr.14403) 2435 : audit 0 from='client.60666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:18.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:17 smithi135 bash[32435]: audit 2023-12-07T18:15:15.983422+0000 mgr.a (mgr.14403) 2435 : audit 0 from='client.60666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:19.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:18 smithi079 bash[28699]: cluster 2023-12-07T18:15:17.760771+0000 mgr.a (mgr.14403) 2436 : cluster 0 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-07T18:15:19.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:18 smithi194 bash[32038]: cluster 2023-12-07T18:15:17.760771+0000 mgr.a (mgr.14403) 2436 : cluster 0 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-07T18:15:19.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:18 smithi135 bash[32435]: cluster 2023-12-07T18:15:17.760771+0000 mgr.a (mgr.14403) 2436 : cluster 0 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-07T18:15:20.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:20 smithi194 bash[32038]: cluster 2023-12-07T18:15:19.761609+0000 mgr.a (mgr.14403) 2437 : cluster 0 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-07T18:15:20.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:20 smithi135 bash[32435]: cluster 2023-12-07T18:15:19.761609+0000 mgr.a (mgr.14403) 2437 : cluster 0 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-07T18:15:20.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:20 smithi079 bash[28699]: cluster 2023-12-07T18:15:19.761609+0000 mgr.a (mgr.14403) 2437 : cluster 0 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-07T18:15:21.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:15:21.486 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:21.486 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:22.389 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:15:22.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:22.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:22.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:22.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:15:23.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:22 smithi079 bash[28699]: cluster 2023-12-07T18:15:21.762144+0000 mgr.a (mgr.14403) 2438 : cluster 0 pgmap v1815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:23.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:22 smithi079 bash[28699]: audit 2023-12-07T18:15:21.884907+0000 mgr.a (mgr.14403) 2439 : audit 0 from='client.60744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:23.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:22 smithi194 bash[32038]: cluster 2023-12-07T18:15:21.762144+0000 mgr.a (mgr.14403) 2438 : cluster 0 pgmap v1815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:23.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:22 smithi194 bash[32038]: audit 2023-12-07T18:15:21.884907+0000 mgr.a (mgr.14403) 2439 : audit 0 from='client.60744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:23.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:22 smithi135 bash[32435]: cluster 2023-12-07T18:15:21.762144+0000 mgr.a (mgr.14403) 2438 : cluster 0 pgmap v1815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:23.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:22 smithi135 bash[32435]: audit 2023-12-07T18:15:21.884907+0000 mgr.a (mgr.14403) 2439 : audit 0 from='client.60744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:25.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:24 smithi079 bash[28699]: cluster 2023-12-07T18:15:23.763038+0000 mgr.a (mgr.14403) 2440 : cluster 0 pgmap v1816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:25.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:24 smithi194 bash[32038]: cluster 2023-12-07T18:15:23.763038+0000 mgr.a (mgr.14403) 2440 : cluster 0 pgmap v1816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:25.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:24 smithi135 bash[32435]: cluster 2023-12-07T18:15:23.763038+0000 mgr.a (mgr.14403) 2440 : cluster 0 pgmap v1816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:27.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:26 smithi079 bash[28699]: cluster 2023-12-07T18:15:25.763629+0000 mgr.a (mgr.14403) 2441 : cluster 0 pgmap v1817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:27.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:26 smithi194 bash[32038]: cluster 2023-12-07T18:15:25.763629+0000 mgr.a (mgr.14403) 2441 : cluster 0 pgmap v1817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:27.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:26 smithi135 bash[32435]: cluster 2023-12-07T18:15:25.763629+0000 mgr.a (mgr.14403) 2441 : cluster 0 pgmap v1817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:27.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:15:27.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:27.393 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:28.300 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:15:28.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:28.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:28.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:28.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:15:29.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:28 smithi079 bash[28699]: cluster 2023-12-07T18:15:27.764184+0000 mgr.a (mgr.14403) 2442 : cluster 0 pgmap v1818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:29.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:28 smithi079 bash[28699]: audit 2023-12-07T18:15:27.789504+0000 mgr.a (mgr.14403) 2443 : audit 0 from='client.60822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:29.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:28 smithi194 bash[32038]: cluster 2023-12-07T18:15:27.764184+0000 mgr.a (mgr.14403) 2442 : cluster 0 pgmap v1818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:29.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:28 smithi194 bash[32038]: audit 2023-12-07T18:15:27.789504+0000 mgr.a (mgr.14403) 2443 : audit 0 from='client.60822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:29.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:28 smithi135 bash[32435]: cluster 2023-12-07T18:15:27.764184+0000 mgr.a (mgr.14403) 2442 : cluster 0 pgmap v1818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:29.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:28 smithi135 bash[32435]: audit 2023-12-07T18:15:27.789504+0000 mgr.a (mgr.14403) 2443 : audit 0 from='client.60822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:30.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:30 smithi194 bash[32038]: cluster 2023-12-07T18:15:29.765046+0000 mgr.a (mgr.14403) 2444 : cluster 0 pgmap v1819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:30.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:30 smithi135 bash[32435]: cluster 2023-12-07T18:15:29.765046+0000 mgr.a (mgr.14403) 2444 : cluster 0 pgmap v1819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:30.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:30 smithi079 bash[28699]: cluster 2023-12-07T18:15:29.765046+0000 mgr.a (mgr.14403) 2444 : cluster 0 pgmap v1819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:33.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:32 smithi079 bash[28699]: cluster 2023-12-07T18:15:31.765556+0000 mgr.a (mgr.14403) 2445 : cluster 0 pgmap v1820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:33.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:32 smithi194 bash[32038]: cluster 2023-12-07T18:15:31.765556+0000 mgr.a (mgr.14403) 2445 : cluster 0 pgmap v1820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:33.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:32 smithi135 bash[32435]: cluster 2023-12-07T18:15:31.765556+0000 mgr.a (mgr.14403) 2445 : cluster 0 pgmap v1820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:33.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:15:33.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:33.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:34.174 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:15:34.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:34.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:34.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:34.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:15:35.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:34 smithi079 bash[28699]: audit 2023-12-07T18:15:33.698250+0000 mgr.a (mgr.14403) 2446 : audit 0 from='client.60897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:35.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:34 smithi079 bash[28699]: cluster 2023-12-07T18:15:33.766648+0000 mgr.a (mgr.14403) 2447 : cluster 0 pgmap v1821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:35.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:34 smithi194 bash[32038]: audit 2023-12-07T18:15:33.698250+0000 mgr.a (mgr.14403) 2446 : audit 0 from='client.60897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:35.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:34 smithi194 bash[32038]: cluster 2023-12-07T18:15:33.766648+0000 mgr.a (mgr.14403) 2447 : cluster 0 pgmap v1821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:35.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:34 smithi135 bash[32435]: audit 2023-12-07T18:15:33.698250+0000 mgr.a (mgr.14403) 2446 : audit 0 from='client.60897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:35.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:34 smithi135 bash[32435]: cluster 2023-12-07T18:15:33.766648+0000 mgr.a (mgr.14403) 2447 : cluster 0 pgmap v1821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:36.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:35 smithi079 bash[28699]: audit 2023-12-07T18:15:35.170333+0000 mon.a (mon.0) 802 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:15:36.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:35 smithi194 bash[32038]: audit 2023-12-07T18:15:35.170333+0000 mon.a (mon.0) 802 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:15:36.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:35 smithi135 bash[32435]: audit 2023-12-07T18:15:35.170333+0000 mon.a (mon.0) 802 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:15:37.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:36 smithi079 bash[28699]: cluster 2023-12-07T18:15:35.767147+0000 mgr.a (mgr.14403) 2448 : cluster 0 pgmap v1822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:37.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:36 smithi079 bash[28699]: audit 2023-12-07T18:15:36.386640+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:36 smithi079 bash[28699]: audit 2023-12-07T18:15:36.392204+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:36 smithi079 bash[28699]: audit 2023-12-07T18:15:36.434077+0000 mon.a (mon.0) 805 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:36 smithi079 bash[28699]: audit 2023-12-07T18:15:36.439803+0000 mon.a (mon.0) 806 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:36 smithi079 bash[28699]: audit 2023-12-07T18:15:36.443431+0000 mon.a (mon.0) 807 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:36 smithi079 bash[28699]: audit 2023-12-07T18:15:36.446943+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:36 smithi079 bash[28699]: audit 2023-12-07T18:15:36.448013+0000 mon.a (mon.0) 809 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:15:37.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:36 smithi079 bash[28699]: audit 2023-12-07T18:15:36.449363+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:15:37.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:36 smithi079 bash[28699]: audit 2023-12-07T18:15:36.455561+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:36 smithi194 bash[32038]: cluster 2023-12-07T18:15:35.767147+0000 mgr.a (mgr.14403) 2448 : cluster 0 pgmap v1822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:37.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:36 smithi194 bash[32038]: audit 2023-12-07T18:15:36.386640+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:36 smithi194 bash[32038]: audit 2023-12-07T18:15:36.392204+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:36 smithi194 bash[32038]: audit 2023-12-07T18:15:36.434077+0000 mon.a (mon.0) 805 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:36 smithi194 bash[32038]: audit 2023-12-07T18:15:36.439803+0000 mon.a (mon.0) 806 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:36 smithi194 bash[32038]: audit 2023-12-07T18:15:36.443431+0000 mon.a (mon.0) 807 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:36 smithi194 bash[32038]: audit 2023-12-07T18:15:36.446943+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:36 smithi194 bash[32038]: audit 2023-12-07T18:15:36.448013+0000 mon.a (mon.0) 809 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:15:37.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:36 smithi194 bash[32038]: audit 2023-12-07T18:15:36.449363+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:15:37.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:36 smithi194 bash[32038]: audit 2023-12-07T18:15:36.455561+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:36 smithi135 bash[32435]: cluster 2023-12-07T18:15:35.767147+0000 mgr.a (mgr.14403) 2448 : cluster 0 pgmap v1822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:37.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:36 smithi135 bash[32435]: audit 2023-12-07T18:15:36.386640+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:36 smithi135 bash[32435]: audit 2023-12-07T18:15:36.392204+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:36 smithi135 bash[32435]: audit 2023-12-07T18:15:36.434077+0000 mon.a (mon.0) 805 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:36 smithi135 bash[32435]: audit 2023-12-07T18:15:36.439803+0000 mon.a (mon.0) 806 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:36 smithi135 bash[32435]: audit 2023-12-07T18:15:36.443431+0000 mon.a (mon.0) 807 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:36 smithi135 bash[32435]: audit 2023-12-07T18:15:36.446943+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:37.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:36 smithi135 bash[32435]: audit 2023-12-07T18:15:36.448013+0000 mon.a (mon.0) 809 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:15:37.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:36 smithi135 bash[32435]: audit 2023-12-07T18:15:36.449363+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:15:37.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:36 smithi135 bash[32435]: audit 2023-12-07T18:15:36.455561+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:15:39.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:38 smithi079 bash[28699]: cluster 2023-12-07T18:15:37.767646+0000 mgr.a (mgr.14403) 2449 : cluster 0 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-07T18:15:39.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:15:39.177 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:39.177 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:39.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:38 smithi194 bash[32038]: cluster 2023-12-07T18:15:37.767646+0000 mgr.a (mgr.14403) 2449 : cluster 0 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-07T18:15:39.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:38 smithi135 bash[32435]: cluster 2023-12-07T18:15:37.767646+0000 mgr.a (mgr.14403) 2449 : cluster 0 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-07T18:15:40.057 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:15:40.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:40.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:40.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:40.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:15:40.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:40 smithi194 bash[32038]: audit 2023-12-07T18:15:39.576567+0000 mgr.a (mgr.14403) 2450 : audit 0 from='client.60975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:40.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:40 smithi194 bash[32038]: cluster 2023-12-07T18:15:39.768882+0000 mgr.a (mgr.14403) 2451 : cluster 0 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-07T18:15:40.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:40 smithi135 bash[32435]: audit 2023-12-07T18:15:39.576567+0000 mgr.a (mgr.14403) 2450 : audit 0 from='client.60975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:40.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:40 smithi135 bash[32435]: cluster 2023-12-07T18:15:39.768882+0000 mgr.a (mgr.14403) 2451 : cluster 0 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-07T18:15:40.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:40 smithi079 bash[28699]: audit 2023-12-07T18:15:39.576567+0000 mgr.a (mgr.14403) 2450 : audit 0 from='client.60975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:40.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:40 smithi079 bash[28699]: cluster 2023-12-07T18:15:39.768882+0000 mgr.a (mgr.14403) 2451 : cluster 0 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-07T18:15:43.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:42 smithi079 bash[28699]: cluster 2023-12-07T18:15:41.769692+0000 mgr.a (mgr.14403) 2452 : cluster 0 pgmap v1825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:42 smithi194 bash[32038]: cluster 2023-12-07T18:15:41.769692+0000 mgr.a (mgr.14403) 2452 : cluster 0 pgmap v1825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:43.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:42 smithi135 bash[32435]: cluster 2023-12-07T18:15:41.769692+0000 mgr.a (mgr.14403) 2452 : cluster 0 pgmap v1825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:15:45.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:15:45.061 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:45.061 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:45.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:44 smithi079 bash[28699]: cluster 2023-12-07T18:15:43.770692+0000 mgr.a (mgr.14403) 2453 : cluster 0 pgmap v1826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:45.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:44 smithi194 bash[32038]: cluster 2023-12-07T18:15:43.770692+0000 mgr.a (mgr.14403) 2453 : cluster 0 pgmap v1826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:45.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:44 smithi135 bash[32435]: cluster 2023-12-07T18:15:43.770692+0000 mgr.a (mgr.14403) 2453 : cluster 0 pgmap v1826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:45.974 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:45.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:45.975 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:15:45.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:45.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:15:47.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:46 smithi079 bash[28699]: audit 2023-12-07T18:15:45.452683+0000 mgr.a (mgr.14403) 2454 : audit 0 from='client.61047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:47.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:46 smithi079 bash[28699]: cluster 2023-12-07T18:15:45.771448+0000 mgr.a (mgr.14403) 2455 : cluster 0 pgmap v1827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:47.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:46 smithi194 bash[32038]: audit 2023-12-07T18:15:45.452683+0000 mgr.a (mgr.14403) 2454 : audit 0 from='client.61047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:47.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:46 smithi194 bash[32038]: cluster 2023-12-07T18:15:45.771448+0000 mgr.a (mgr.14403) 2455 : cluster 0 pgmap v1827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:47.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:46 smithi135 bash[32435]: audit 2023-12-07T18:15:45.452683+0000 mgr.a (mgr.14403) 2454 : audit 0 from='client.61047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:47.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:46 smithi135 bash[32435]: cluster 2023-12-07T18:15:45.771448+0000 mgr.a (mgr.14403) 2455 : cluster 0 pgmap v1827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:49.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:48 smithi079 bash[28699]: cluster 2023-12-07T18:15:47.772124+0000 mgr.a (mgr.14403) 2456 : cluster 0 pgmap v1828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:49.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:48 smithi194 bash[32038]: cluster 2023-12-07T18:15:47.772124+0000 mgr.a (mgr.14403) 2456 : cluster 0 pgmap v1828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:49.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:48 smithi135 bash[32435]: cluster 2023-12-07T18:15:47.772124+0000 mgr.a (mgr.14403) 2456 : cluster 0 pgmap v1828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:50.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:50 smithi194 bash[32038]: cluster 2023-12-07T18:15:49.772931+0000 mgr.a (mgr.14403) 2457 : cluster 0 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-07T18:15:50.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:50 smithi135 bash[32435]: cluster 2023-12-07T18:15:49.772931+0000 mgr.a (mgr.14403) 2457 : cluster 0 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-07T18:15:50.649 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:50 smithi079 bash[28699]: cluster 2023-12-07T18:15:49.772931+0000 mgr.a (mgr.14403) 2457 : cluster 0 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-07T18:15:50.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:15:50.978 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:50.978 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:51.893 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:15:51.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:51.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:51.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:51.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:15:53.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:52 smithi079 bash[28699]: audit 2023-12-07T18:15:51.374439+0000 mgr.a (mgr.14403) 2458 : audit 0 from='client.61125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:53.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:52 smithi079 bash[28699]: cluster 2023-12-07T18:15:51.773734+0000 mgr.a (mgr.14403) 2459 : cluster 0 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-07T18:15:53.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:52 smithi194 bash[32038]: audit 2023-12-07T18:15:51.374439+0000 mgr.a (mgr.14403) 2458 : audit 0 from='client.61125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:53.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:52 smithi194 bash[32038]: cluster 2023-12-07T18:15:51.773734+0000 mgr.a (mgr.14403) 2459 : cluster 0 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-07T18:15:53.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:52 smithi135 bash[32435]: audit 2023-12-07T18:15:51.374439+0000 mgr.a (mgr.14403) 2458 : audit 0 from='client.61125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:53.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:52 smithi135 bash[32435]: cluster 2023-12-07T18:15:51.773734+0000 mgr.a (mgr.14403) 2459 : cluster 0 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-07T18:15:55.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:54 smithi079 bash[28699]: cluster 2023-12-07T18:15:53.774688+0000 mgr.a (mgr.14403) 2460 : cluster 0 pgmap v1831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:55.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:54 smithi194 bash[32038]: cluster 2023-12-07T18:15:53.774688+0000 mgr.a (mgr.14403) 2460 : cluster 0 pgmap v1831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:55.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:54 smithi135 bash[32435]: cluster 2023-12-07T18:15:53.774688+0000 mgr.a (mgr.14403) 2460 : cluster 0 pgmap v1831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:15:56.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:15:56.897 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:15:56.897 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:15:57.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:56 smithi079 bash[28699]: cluster 2023-12-07T18:15:55.775422+0000 mgr.a (mgr.14403) 2461 : cluster 0 pgmap v1832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:57.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:56 smithi194 bash[32038]: cluster 2023-12-07T18:15:55.775422+0000 mgr.a (mgr.14403) 2461 : cluster 0 pgmap v1832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:57.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:56 smithi135 bash[32435]: cluster 2023-12-07T18:15:55.775422+0000 mgr.a (mgr.14403) 2461 : cluster 0 pgmap v1832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:15:57.764 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:15:57.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:15:57.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:15:57.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:15:57.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:15:59.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:58 smithi079 bash[28699]: audit 2023-12-07T18:15:57.292182+0000 mgr.a (mgr.14403) 2462 : audit 0 from='client.61200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:59.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:15:58 smithi079 bash[28699]: cluster 2023-12-07T18:15:57.776111+0000 mgr.a (mgr.14403) 2463 : cluster 0 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-07T18:15:59.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:58 smithi194 bash[32038]: audit 2023-12-07T18:15:57.292182+0000 mgr.a (mgr.14403) 2462 : audit 0 from='client.61200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:59.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:15:58 smithi194 bash[32038]: cluster 2023-12-07T18:15:57.776111+0000 mgr.a (mgr.14403) 2463 : cluster 0 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-07T18:15:59.217 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:58 smithi135 bash[32435]: audit 2023-12-07T18:15:57.292182+0000 mgr.a (mgr.14403) 2462 : audit 0 from='client.61200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:15:59.217 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:15:58 smithi135 bash[32435]: cluster 2023-12-07T18:15:57.776111+0000 mgr.a (mgr.14403) 2463 : cluster 0 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-07T18:16:00.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:00 smithi194 bash[32038]: cluster 2023-12-07T18:15:59.776957+0000 mgr.a (mgr.14403) 2464 : cluster 0 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-07T18:16:00.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:00 smithi135 bash[32435]: cluster 2023-12-07T18:15:59.776957+0000 mgr.a (mgr.14403) 2464 : cluster 0 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-07T18:16:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:00 smithi079 bash[28699]: cluster 2023-12-07T18:15:59.776957+0000 mgr.a (mgr.14403) 2464 : cluster 0 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-07T18:16:02.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:16:02.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:02.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:03.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:02 smithi079 bash[28699]: cluster 2023-12-07T18:16:01.777523+0000 mgr.a (mgr.14403) 2465 : cluster 0 pgmap v1835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:03.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:02 smithi194 bash[32038]: cluster 2023-12-07T18:16:01.777523+0000 mgr.a (mgr.14403) 2465 : cluster 0 pgmap v1835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:03.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:02 smithi135 bash[32435]: cluster 2023-12-07T18:16:01.777523+0000 mgr.a (mgr.14403) 2465 : cluster 0 pgmap v1835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:03.663 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:16:03.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:03.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:03.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:03.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:16:05.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:04 smithi079 bash[28699]: audit 2023-12-07T18:16:03.165576+0000 mgr.a (mgr.14403) 2466 : audit 0 from='client.61275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:05.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:04 smithi079 bash[28699]: cluster 2023-12-07T18:16:03.778717+0000 mgr.a (mgr.14403) 2467 : cluster 0 pgmap v1836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:16:05.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:04 smithi194 bash[32038]: audit 2023-12-07T18:16:03.165576+0000 mgr.a (mgr.14403) 2466 : audit 0 from='client.61275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:05.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:04 smithi194 bash[32038]: cluster 2023-12-07T18:16:03.778717+0000 mgr.a (mgr.14403) 2467 : cluster 0 pgmap v1836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:16:05.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:04 smithi135 bash[32435]: audit 2023-12-07T18:16:03.165576+0000 mgr.a (mgr.14403) 2466 : audit 0 from='client.61275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:05.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:04 smithi135 bash[32435]: cluster 2023-12-07T18:16:03.778717+0000 mgr.a (mgr.14403) 2467 : cluster 0 pgmap v1836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:16:07.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:06 smithi079 bash[28699]: cluster 2023-12-07T18:16:05.779383+0000 mgr.a (mgr.14403) 2468 : cluster 0 pgmap v1837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:16:07.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:06 smithi194 bash[32038]: cluster 2023-12-07T18:16:05.779383+0000 mgr.a (mgr.14403) 2468 : cluster 0 pgmap v1837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:16:07.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:06 smithi135 bash[32435]: cluster 2023-12-07T18:16:05.779383+0000 mgr.a (mgr.14403) 2468 : cluster 0 pgmap v1837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:16:08.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:16:08.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:08.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:09.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:08 smithi079 bash[28699]: cluster 2023-12-07T18:16:07.779954+0000 mgr.a (mgr.14403) 2469 : cluster 0 pgmap v1838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:16:09.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:08 smithi194 bash[32038]: cluster 2023-12-07T18:16:07.779954+0000 mgr.a (mgr.14403) 2469 : cluster 0 pgmap v1838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:16:09.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:08 smithi135 bash[32435]: cluster 2023-12-07T18:16:07.779954+0000 mgr.a (mgr.14403) 2469 : cluster 0 pgmap v1838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:16:09.595 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:16:09.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:09.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:09.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:09.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:16:10.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:10 smithi135 bash[32435]: audit 2023-12-07T18:16:09.075745+0000 mgr.a (mgr.14403) 2470 : audit 0 from='client.61350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:10.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:10 smithi135 bash[32435]: cluster 2023-12-07T18:16:09.781033+0000 mgr.a (mgr.14403) 2471 : cluster 0 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-07T18:16:10.649 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:10 smithi079 bash[28699]: audit 2023-12-07T18:16:09.075745+0000 mgr.a (mgr.14403) 2470 : audit 0 from='client.61350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:10.649 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:10 smithi079 bash[28699]: cluster 2023-12-07T18:16:09.781033+0000 mgr.a (mgr.14403) 2471 : cluster 0 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-07T18:16:10.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:10 smithi194 bash[32038]: audit 2023-12-07T18:16:09.075745+0000 mgr.a (mgr.14403) 2470 : audit 0 from='client.61350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:10.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:10 smithi194 bash[32038]: cluster 2023-12-07T18:16:09.781033+0000 mgr.a (mgr.14403) 2471 : cluster 0 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-07T18:16:13.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:12 smithi079 bash[28699]: cluster 2023-12-07T18:16:11.781631+0000 mgr.a (mgr.14403) 2472 : cluster 0 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-07T18:16:13.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:12 smithi194 bash[32038]: cluster 2023-12-07T18:16:11.781631+0000 mgr.a (mgr.14403) 2472 : cluster 0 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-07T18:16:13.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:12 smithi135 bash[32435]: cluster 2023-12-07T18:16:11.781631+0000 mgr.a (mgr.14403) 2472 : cluster 0 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-07T18:16:14.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:16:14.599 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:14.599 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:15.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:14 smithi079 bash[28699]: cluster 2023-12-07T18:16:13.782378+0000 mgr.a (mgr.14403) 2473 : cluster 0 pgmap v1841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:15.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:14 smithi194 bash[32038]: cluster 2023-12-07T18:16:13.782378+0000 mgr.a (mgr.14403) 2473 : cluster 0 pgmap v1841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:15.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:14 smithi135 bash[32435]: cluster 2023-12-07T18:16:13.782378+0000 mgr.a (mgr.14403) 2473 : cluster 0 pgmap v1841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:15.469 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:16:15.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:15.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:15.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:15.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:16:17.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:16 smithi079 bash[28699]: audit 2023-12-07T18:16:14.998898+0000 mgr.a (mgr.14403) 2474 : audit 0 from='client.61422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:17.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:16 smithi079 bash[28699]: cluster 2023-12-07T18:16:15.783160+0000 mgr.a (mgr.14403) 2475 : cluster 0 pgmap v1842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:16:17.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:16 smithi194 bash[32038]: audit 2023-12-07T18:16:14.998898+0000 mgr.a (mgr.14403) 2474 : audit 0 from='client.61422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:17.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:16 smithi194 bash[32038]: cluster 2023-12-07T18:16:15.783160+0000 mgr.a (mgr.14403) 2475 : cluster 0 pgmap v1842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:16:17.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:16 smithi135 bash[32435]: audit 2023-12-07T18:16:14.998898+0000 mgr.a (mgr.14403) 2474 : audit 0 from='client.61422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:17.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:16 smithi135 bash[32435]: cluster 2023-12-07T18:16:15.783160+0000 mgr.a (mgr.14403) 2475 : cluster 0 pgmap v1842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:16:19.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:18 smithi079 bash[28699]: cluster 2023-12-07T18:16:17.783768+0000 mgr.a (mgr.14403) 2476 : cluster 0 pgmap v1843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:16:19.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:18 smithi194 bash[32038]: cluster 2023-12-07T18:16:17.783768+0000 mgr.a (mgr.14403) 2476 : cluster 0 pgmap v1843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:16:19.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:18 smithi135 bash[32435]: cluster 2023-12-07T18:16:17.783768+0000 mgr.a (mgr.14403) 2476 : cluster 0 pgmap v1843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:16:20.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:20 smithi135 bash[32435]: cluster 2023-12-07T18:16:19.784554+0000 mgr.a (mgr.14403) 2477 : cluster 0 pgmap v1844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:16:20.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:16:20.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:20.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:20.649 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:20 smithi079 bash[28699]: cluster 2023-12-07T18:16:19.784554+0000 mgr.a (mgr.14403) 2477 : cluster 0 pgmap v1844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:16:20.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:20 smithi194 bash[32038]: cluster 2023-12-07T18:16:19.784554+0000 mgr.a (mgr.14403) 2477 : cluster 0 pgmap v1844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:16:21.366 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:16:21.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:21.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:21.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:21.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:16:21.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:21 smithi079 bash[28699]: audit 2023-12-07T18:16:20.863872+0000 mgr.a (mgr.14403) 2478 : audit 0 from='client.61494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:21.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:21 smithi194 bash[32038]: audit 2023-12-07T18:16:20.863872+0000 mgr.a (mgr.14403) 2478 : audit 0 from='client.61494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:21.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:21 smithi135 bash[32435]: audit 2023-12-07T18:16:20.863872+0000 mgr.a (mgr.14403) 2478 : audit 0 from='client.61494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:22 smithi079 bash[28699]: cluster 2023-12-07T18:16:21.785222+0000 mgr.a (mgr.14403) 2479 : cluster 0 pgmap v1845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:22.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:22 smithi194 bash[32038]: cluster 2023-12-07T18:16:21.785222+0000 mgr.a (mgr.14403) 2479 : cluster 0 pgmap v1845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:22 smithi135 bash[32435]: cluster 2023-12-07T18:16:21.785222+0000 mgr.a (mgr.14403) 2479 : cluster 0 pgmap v1845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:25.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:24 smithi079 bash[28699]: cluster 2023-12-07T18:16:23.786009+0000 mgr.a (mgr.14403) 2480 : cluster 0 pgmap v1846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:25.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:24 smithi194 bash[32038]: cluster 2023-12-07T18:16:23.786009+0000 mgr.a (mgr.14403) 2480 : cluster 0 pgmap v1846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:25.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:24 smithi135 bash[32435]: cluster 2023-12-07T18:16:23.786009+0000 mgr.a (mgr.14403) 2480 : cluster 0 pgmap v1846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:26.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:16:26.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:26.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:27.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:26 smithi079 bash[28699]: cluster 2023-12-07T18:16:25.786595+0000 mgr.a (mgr.14403) 2481 : cluster 0 pgmap v1847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:27.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:26 smithi194 bash[32038]: cluster 2023-12-07T18:16:25.786595+0000 mgr.a (mgr.14403) 2481 : cluster 0 pgmap v1847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:27.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:26 smithi135 bash[32435]: cluster 2023-12-07T18:16:25.786595+0000 mgr.a (mgr.14403) 2481 : cluster 0 pgmap v1847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:27.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:27.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:27.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:27.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:16:27.273 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:16:28.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:27 smithi079 bash[28699]: audit 2023-12-07T18:16:26.773442+0000 mgr.a (mgr.14403) 2482 : audit 0 from='client.61572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:28.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:27 smithi194 bash[32038]: audit 2023-12-07T18:16:26.773442+0000 mgr.a (mgr.14403) 2482 : audit 0 from='client.61572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:28.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:27 smithi135 bash[32435]: audit 2023-12-07T18:16:26.773442+0000 mgr.a (mgr.14403) 2482 : audit 0 from='client.61572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:29.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:28 smithi079 bash[28699]: cluster 2023-12-07T18:16:27.787198+0000 mgr.a (mgr.14403) 2483 : cluster 0 pgmap v1848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:29.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:28 smithi194 bash[32038]: cluster 2023-12-07T18:16:27.787198+0000 mgr.a (mgr.14403) 2483 : cluster 0 pgmap v1848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:29.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:28 smithi135 bash[32435]: cluster 2023-12-07T18:16:27.787198+0000 mgr.a (mgr.14403) 2483 : cluster 0 pgmap v1848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:30.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:30 smithi079 bash[28699]: cluster 2023-12-07T18:16:29.788024+0000 mgr.a (mgr.14403) 2484 : cluster 0 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-07T18:16:30.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:30 smithi194 bash[32038]: cluster 2023-12-07T18:16:29.788024+0000 mgr.a (mgr.14403) 2484 : cluster 0 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-07T18:16:30.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:30 smithi135 bash[32435]: cluster 2023-12-07T18:16:29.788024+0000 mgr.a (mgr.14403) 2484 : cluster 0 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-07T18:16:32.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:16:32.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:32.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:33.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:32 smithi079 bash[28699]: cluster 2023-12-07T18:16:31.788600+0000 mgr.a (mgr.14403) 2485 : cluster 0 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-07T18:16:33.165 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:16:33.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:33.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:33.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:33.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:16:33.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:32 smithi194 bash[32038]: cluster 2023-12-07T18:16:31.788600+0000 mgr.a (mgr.14403) 2485 : cluster 0 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-07T18:16:33.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:32 smithi135 bash[32435]: cluster 2023-12-07T18:16:31.788600+0000 mgr.a (mgr.14403) 2485 : cluster 0 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-07T18:16:34.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:33 smithi079 bash[28699]: audit 2023-12-07T18:16:32.678952+0000 mgr.a (mgr.14403) 2486 : audit 0 from='client.61644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:34.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:33 smithi194 bash[32038]: audit 2023-12-07T18:16:32.678952+0000 mgr.a (mgr.14403) 2486 : audit 0 from='client.61644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:34.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:33 smithi135 bash[32435]: audit 2023-12-07T18:16:32.678952+0000 mgr.a (mgr.14403) 2486 : audit 0 from='client.61644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:34 smithi079 bash[28699]: cluster 2023-12-07T18:16:33.789453+0000 mgr.a (mgr.14403) 2487 : cluster 0 pgmap v1851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:35.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:34 smithi194 bash[32038]: cluster 2023-12-07T18:16:33.789453+0000 mgr.a (mgr.14403) 2487 : cluster 0 pgmap v1851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:35.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:34 smithi135 bash[32435]: cluster 2023-12-07T18:16:33.789453+0000 mgr.a (mgr.14403) 2487 : cluster 0 pgmap v1851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:37.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:36 smithi079 bash[28699]: cluster 2023-12-07T18:16:35.790024+0000 mgr.a (mgr.14403) 2488 : cluster 0 pgmap v1852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:37.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:36 smithi079 bash[28699]: audit 2023-12-07T18:16:36.557434+0000 mon.a (mon.0) 812 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:16:37.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:36 smithi194 bash[32038]: cluster 2023-12-07T18:16:35.790024+0000 mgr.a (mgr.14403) 2488 : cluster 0 pgmap v1852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:37.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:36 smithi194 bash[32038]: audit 2023-12-07T18:16:36.557434+0000 mon.a (mon.0) 812 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:16:37.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:36 smithi135 bash[32435]: cluster 2023-12-07T18:16:35.790024+0000 mgr.a (mgr.14403) 2488 : cluster 0 pgmap v1852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:37.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:36 smithi135 bash[32435]: audit 2023-12-07T18:16:36.557434+0000 mon.a (mon.0) 812 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:16:38.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:37 smithi079 bash[28699]: audit 2023-12-07T18:16:37.293064+0000 mon.a (mon.0) 813 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:16:38.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:37 smithi079 bash[28699]: audit 2023-12-07T18:16:37.294258+0000 mon.a (mon.0) 814 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:16:38.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:37 smithi079 bash[28699]: audit 2023-12-07T18:16:37.302850+0000 mon.a (mon.0) 815 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:16:38.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:16:38.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:38.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:38.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:37 smithi194 bash[32038]: audit 2023-12-07T18:16:37.293064+0000 mon.a (mon.0) 813 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:16:38.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:37 smithi194 bash[32038]: audit 2023-12-07T18:16:37.294258+0000 mon.a (mon.0) 814 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:16:38.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:37 smithi194 bash[32038]: audit 2023-12-07T18:16:37.302850+0000 mon.a (mon.0) 815 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:16:38.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:37 smithi135 bash[32435]: audit 2023-12-07T18:16:37.293064+0000 mon.a (mon.0) 813 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:16:38.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:37 smithi135 bash[32435]: audit 2023-12-07T18:16:37.294258+0000 mon.a (mon.0) 814 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:16:38.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:37 smithi135 bash[32435]: audit 2023-12-07T18:16:37.302850+0000 mon.a (mon.0) 815 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:16:39.088 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:16:39.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:39.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:39.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:39.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:16:39.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:38 smithi079 bash[28699]: cluster 2023-12-07T18:16:37.790573+0000 mgr.a (mgr.14403) 2489 : cluster 0 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-07T18:16:39.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:38 smithi194 bash[32038]: cluster 2023-12-07T18:16:37.790573+0000 mgr.a (mgr.14403) 2489 : cluster 0 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-07T18:16:39.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:38 smithi135 bash[32435]: cluster 2023-12-07T18:16:37.790573+0000 mgr.a (mgr.14403) 2489 : cluster 0 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-07T18:16:40.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:39 smithi079 bash[28699]: audit 2023-12-07T18:16:38.570256+0000 mgr.a (mgr.14403) 2490 : audit 0 from='client.61719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:40.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:39 smithi194 bash[32038]: audit 2023-12-07T18:16:38.570256+0000 mgr.a (mgr.14403) 2490 : audit 0 from='client.61719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:40.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:39 smithi135 bash[32435]: audit 2023-12-07T18:16:38.570256+0000 mgr.a (mgr.14403) 2490 : audit 0 from='client.61719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:41.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:40 smithi079 bash[28699]: cluster 2023-12-07T18:16:39.791582+0000 mgr.a (mgr.14403) 2491 : cluster 0 pgmap v1854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:41.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:40 smithi194 bash[32038]: cluster 2023-12-07T18:16:39.791582+0000 mgr.a (mgr.14403) 2491 : cluster 0 pgmap v1854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:41.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:40 smithi135 bash[32435]: cluster 2023-12-07T18:16:39.791582+0000 mgr.a (mgr.14403) 2491 : cluster 0 pgmap v1854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:43.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:42 smithi079 bash[28699]: cluster 2023-12-07T18:16:41.792134+0000 mgr.a (mgr.14403) 2492 : cluster 0 pgmap v1855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:42 smithi194 bash[32038]: cluster 2023-12-07T18:16:41.792134+0000 mgr.a (mgr.14403) 2492 : cluster 0 pgmap v1855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:43.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:42 smithi135 bash[32435]: cluster 2023-12-07T18:16:41.792134+0000 mgr.a (mgr.14403) 2492 : cluster 0 pgmap v1855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:44.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:16:44.091 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:44.091 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:44.989 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:16:44.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:44.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:44.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:44.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:16:45.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:44 smithi079 bash[28699]: cluster 2023-12-07T18:16:43.792860+0000 mgr.a (mgr.14403) 2493 : cluster 0 pgmap v1856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:45.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:44 smithi194 bash[32038]: cluster 2023-12-07T18:16:43.792860+0000 mgr.a (mgr.14403) 2493 : cluster 0 pgmap v1856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:45.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:44 smithi135 bash[32435]: cluster 2023-12-07T18:16:43.792860+0000 mgr.a (mgr.14403) 2493 : cluster 0 pgmap v1856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:46.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:45 smithi079 bash[28699]: audit 2023-12-07T18:16:44.485020+0000 mgr.a (mgr.14403) 2494 : audit 0 from='client.61797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:46.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:45 smithi194 bash[32038]: audit 2023-12-07T18:16:44.485020+0000 mgr.a (mgr.14403) 2494 : audit 0 from='client.61797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:46.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:45 smithi135 bash[32435]: audit 2023-12-07T18:16:44.485020+0000 mgr.a (mgr.14403) 2494 : audit 0 from='client.61797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:47.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:46 smithi079 bash[28699]: cluster 2023-12-07T18:16:45.793529+0000 mgr.a (mgr.14403) 2495 : cluster 0 pgmap v1857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:47.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:46 smithi194 bash[32038]: cluster 2023-12-07T18:16:45.793529+0000 mgr.a (mgr.14403) 2495 : cluster 0 pgmap v1857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:47.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:46 smithi135 bash[32435]: cluster 2023-12-07T18:16:45.793529+0000 mgr.a (mgr.14403) 2495 : cluster 0 pgmap v1857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:16:49.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:48 smithi079 bash[28699]: cluster 2023-12-07T18:16:47.794086+0000 mgr.a (mgr.14403) 2496 : cluster 0 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-07T18:16:49.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:48 smithi194 bash[32038]: cluster 2023-12-07T18:16:47.794086+0000 mgr.a (mgr.14403) 2496 : cluster 0 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-07T18:16:49.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:48 smithi135 bash[32435]: cluster 2023-12-07T18:16:47.794086+0000 mgr.a (mgr.14403) 2496 : cluster 0 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-07T18:16:49.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:16:49.994 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:49.994 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:50.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:50 smithi079 bash[28699]: cluster 2023-12-07T18:16:49.794903+0000 mgr.a (mgr.14403) 2497 : cluster 0 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-07T18:16:50.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:50 smithi194 bash[32038]: cluster 2023-12-07T18:16:49.794903+0000 mgr.a (mgr.14403) 2497 : cluster 0 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-07T18:16:50.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:50 smithi135 bash[32435]: cluster 2023-12-07T18:16:49.794903+0000 mgr.a (mgr.14403) 2497 : cluster 0 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-07T18:16:50.901 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:16:50.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:50.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:50.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:50.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:16:51.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:51 smithi079 bash[28699]: audit 2023-12-07T18:16:50.400782+0000 mgr.a (mgr.14403) 2498 : audit 0 from='client.61872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:51.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:51 smithi194 bash[32038]: audit 2023-12-07T18:16:50.400782+0000 mgr.a (mgr.14403) 2498 : audit 0 from='client.61872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:51.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:51 smithi135 bash[32435]: audit 2023-12-07T18:16:50.400782+0000 mgr.a (mgr.14403) 2498 : audit 0 from='client.61872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:52 smithi079 bash[28699]: cluster 2023-12-07T18:16:51.795588+0000 mgr.a (mgr.14403) 2499 : cluster 0 pgmap v1860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:52.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:52 smithi194 bash[32038]: cluster 2023-12-07T18:16:51.795588+0000 mgr.a (mgr.14403) 2499 : cluster 0 pgmap v1860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:52.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:52 smithi135 bash[32435]: cluster 2023-12-07T18:16:51.795588+0000 mgr.a (mgr.14403) 2499 : cluster 0 pgmap v1860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:55.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:54 smithi079 bash[28699]: cluster 2023-12-07T18:16:53.796373+0000 mgr.a (mgr.14403) 2500 : cluster 0 pgmap v1861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:55.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:54 smithi194 bash[32038]: cluster 2023-12-07T18:16:53.796373+0000 mgr.a (mgr.14403) 2500 : cluster 0 pgmap v1861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:55.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:54 smithi135 bash[32435]: cluster 2023-12-07T18:16:53.796373+0000 mgr.a (mgr.14403) 2500 : cluster 0 pgmap v1861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:16:55.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:16:55.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:16:55.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:16:56.816 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:16:56.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:16:56.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:16:56.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:16:56.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:16:57.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:56 smithi079 bash[28699]: cluster 2023-12-07T18:16:55.796934+0000 mgr.a (mgr.14403) 2501 : cluster 0 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-07T18:16:57.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:56 smithi194 bash[32038]: cluster 2023-12-07T18:16:55.796934+0000 mgr.a (mgr.14403) 2501 : cluster 0 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-07T18:16:57.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:56 smithi135 bash[32435]: cluster 2023-12-07T18:16:55.796934+0000 mgr.a (mgr.14403) 2501 : cluster 0 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-07T18:16:58.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:57 smithi079 bash[28699]: audit 2023-12-07T18:16:56.306564+0000 mgr.a (mgr.14403) 2502 : audit 0 from='client.61944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:58.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:57 smithi194 bash[32038]: audit 2023-12-07T18:16:56.306564+0000 mgr.a (mgr.14403) 2502 : audit 0 from='client.61944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:58.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:57 smithi135 bash[32435]: audit 2023-12-07T18:16:56.306564+0000 mgr.a (mgr.14403) 2502 : audit 0 from='client.61944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:16:59.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:16:58 smithi079 bash[28699]: cluster 2023-12-07T18:16:57.797550+0000 mgr.a (mgr.14403) 2503 : cluster 0 pgmap v1863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:59.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:16:58 smithi194 bash[32038]: cluster 2023-12-07T18:16:57.797550+0000 mgr.a (mgr.14403) 2503 : cluster 0 pgmap v1863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:16:59.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:16:58 smithi135 bash[32435]: cluster 2023-12-07T18:16:57.797550+0000 mgr.a (mgr.14403) 2503 : cluster 0 pgmap v1863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:00 smithi079 bash[28699]: cluster 2023-12-07T18:16:59.798337+0000 mgr.a (mgr.14403) 2504 : cluster 0 pgmap v1864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:00 smithi194 bash[32038]: cluster 2023-12-07T18:16:59.798337+0000 mgr.a (mgr.14403) 2504 : cluster 0 pgmap v1864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:00.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:00 smithi135 bash[32435]: cluster 2023-12-07T18:16:59.798337+0000 mgr.a (mgr.14403) 2504 : cluster 0 pgmap v1864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:01.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:17:01.819 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:01.819 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:02.728 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:17:02.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:02.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:02.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:02.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:17:03.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:02 smithi079 bash[28699]: cluster 2023-12-07T18:17:01.798919+0000 mgr.a (mgr.14403) 2505 : cluster 0 pgmap v1865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:03.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:02 smithi194 bash[32038]: cluster 2023-12-07T18:17:01.798919+0000 mgr.a (mgr.14403) 2505 : cluster 0 pgmap v1865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:03.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:02 smithi135 bash[32435]: cluster 2023-12-07T18:17:01.798919+0000 mgr.a (mgr.14403) 2505 : cluster 0 pgmap v1865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:04.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:03 smithi079 bash[28699]: audit 2023-12-07T18:17:02.225139+0000 mgr.a (mgr.14403) 2506 : audit 0 from='client.62019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:04.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:03 smithi194 bash[32038]: audit 2023-12-07T18:17:02.225139+0000 mgr.a (mgr.14403) 2506 : audit 0 from='client.62019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:04.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:03 smithi135 bash[32435]: audit 2023-12-07T18:17:02.225139+0000 mgr.a (mgr.14403) 2506 : audit 0 from='client.62019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:05.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:04 smithi079 bash[28699]: cluster 2023-12-07T18:17:03.799717+0000 mgr.a (mgr.14403) 2507 : cluster 0 pgmap v1866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:05.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:04 smithi194 bash[32038]: cluster 2023-12-07T18:17:03.799717+0000 mgr.a (mgr.14403) 2507 : cluster 0 pgmap v1866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:05.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:04 smithi135 bash[32435]: cluster 2023-12-07T18:17:03.799717+0000 mgr.a (mgr.14403) 2507 : cluster 0 pgmap v1866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:07.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:06 smithi079 bash[28699]: cluster 2023-12-07T18:17:05.800248+0000 mgr.a (mgr.14403) 2508 : cluster 0 pgmap v1867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:07.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:06 smithi194 bash[32038]: cluster 2023-12-07T18:17:05.800248+0000 mgr.a (mgr.14403) 2508 : cluster 0 pgmap v1867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:07.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:06 smithi135 bash[32435]: cluster 2023-12-07T18:17:05.800248+0000 mgr.a (mgr.14403) 2508 : cluster 0 pgmap v1867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:07.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:17:07.732 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:07.732 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:08.635 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:17:08.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:08.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:08.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:08.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:17:09.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:08 smithi079 bash[28699]: cluster 2023-12-07T18:17:07.800761+0000 mgr.a (mgr.14403) 2509 : cluster 0 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-07T18:17:09.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:08 smithi194 bash[32038]: cluster 2023-12-07T18:17:07.800761+0000 mgr.a (mgr.14403) 2509 : cluster 0 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-07T18:17:09.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:08 smithi135 bash[32435]: cluster 2023-12-07T18:17:07.800761+0000 mgr.a (mgr.14403) 2509 : cluster 0 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-07T18:17:10.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:09 smithi079 bash[28699]: audit 2023-12-07T18:17:08.137388+0000 mgr.a (mgr.14403) 2510 : audit 0 from='client.62094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:10.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:09 smithi194 bash[32038]: audit 2023-12-07T18:17:08.137388+0000 mgr.a (mgr.14403) 2510 : audit 0 from='client.62094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:10.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:09 smithi135 bash[32435]: audit 2023-12-07T18:17:08.137388+0000 mgr.a (mgr.14403) 2510 : audit 0 from='client.62094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:11.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:10 smithi079 bash[28699]: cluster 2023-12-07T18:17:09.801673+0000 mgr.a (mgr.14403) 2511 : cluster 0 pgmap v1869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:17:11.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:10 smithi194 bash[32038]: cluster 2023-12-07T18:17:09.801673+0000 mgr.a (mgr.14403) 2511 : cluster 0 pgmap v1869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:17:11.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:10 smithi135 bash[32435]: cluster 2023-12-07T18:17:09.801673+0000 mgr.a (mgr.14403) 2511 : cluster 0 pgmap v1869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:17:13.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:12 smithi079 bash[28699]: cluster 2023-12-07T18:17:11.802253+0000 mgr.a (mgr.14403) 2512 : cluster 0 pgmap v1870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:17:13.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:12 smithi194 bash[32038]: cluster 2023-12-07T18:17:11.802253+0000 mgr.a (mgr.14403) 2512 : cluster 0 pgmap v1870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:17:13.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:12 smithi135 bash[32435]: cluster 2023-12-07T18:17:11.802253+0000 mgr.a (mgr.14403) 2512 : cluster 0 pgmap v1870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:17:13.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:17:13.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:13.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:14.555 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:17:14.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:14.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:14.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:14.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:17:15.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:14 smithi079 bash[28699]: cluster 2023-12-07T18:17:13.802962+0000 mgr.a (mgr.14403) 2513 : cluster 0 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-07T18:17:15.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:14 smithi194 bash[32038]: cluster 2023-12-07T18:17:13.802962+0000 mgr.a (mgr.14403) 2513 : cluster 0 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-07T18:17:15.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:14 smithi135 bash[32435]: cluster 2023-12-07T18:17:13.802962+0000 mgr.a (mgr.14403) 2513 : cluster 0 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-07T18:17:16.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:15 smithi194 bash[32038]: audit 2023-12-07T18:17:14.043641+0000 mgr.a (mgr.14403) 2514 : audit 0 from='client.62166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:16.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:15 smithi135 bash[32435]: audit 2023-12-07T18:17:14.043641+0000 mgr.a (mgr.14403) 2514 : audit 0 from='client.62166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:16.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:15 smithi079 bash[28699]: audit 2023-12-07T18:17:14.043641+0000 mgr.a (mgr.14403) 2514 : audit 0 from='client.62166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:17.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:16 smithi194 bash[32038]: cluster 2023-12-07T18:17:15.803697+0000 mgr.a (mgr.14403) 2515 : cluster 0 pgmap v1872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:17.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:16 smithi135 bash[32435]: cluster 2023-12-07T18:17:15.803697+0000 mgr.a (mgr.14403) 2515 : cluster 0 pgmap v1872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:17.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:16 smithi079 bash[28699]: cluster 2023-12-07T18:17:15.803697+0000 mgr.a (mgr.14403) 2515 : cluster 0 pgmap v1872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:19.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:18 smithi194 bash[32038]: cluster 2023-12-07T18:17:17.804288+0000 mgr.a (mgr.14403) 2516 : cluster 0 pgmap v1873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:19.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:18 smithi135 bash[32435]: cluster 2023-12-07T18:17:17.804288+0000 mgr.a (mgr.14403) 2516 : cluster 0 pgmap v1873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:19.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:18 smithi079 bash[28699]: cluster 2023-12-07T18:17:17.804288+0000 mgr.a (mgr.14403) 2516 : cluster 0 pgmap v1873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:19.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:17:19.559 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:19.559 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:20.460 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:17:20.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:20.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:20.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:20.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:17:20.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:20 smithi079 bash[28699]: cluster 2023-12-07T18:17:19.804838+0000 mgr.a (mgr.14403) 2517 : cluster 0 pgmap v1874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:20.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:20 smithi194 bash[32038]: cluster 2023-12-07T18:17:19.804838+0000 mgr.a (mgr.14403) 2517 : cluster 0 pgmap v1874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:20.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:20 smithi135 bash[32435]: cluster 2023-12-07T18:17:19.804838+0000 mgr.a (mgr.14403) 2517 : cluster 0 pgmap v1874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:21.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:21 smithi079 bash[28699]: audit 2023-12-07T18:17:19.961135+0000 mgr.a (mgr.14403) 2518 : audit 0 from='client.62241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:21.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:21 smithi194 bash[32038]: audit 2023-12-07T18:17:19.961135+0000 mgr.a (mgr.14403) 2518 : audit 0 from='client.62241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:21.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:21 smithi135 bash[32435]: audit 2023-12-07T18:17:19.961135+0000 mgr.a (mgr.14403) 2518 : audit 0 from='client.62241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:22 smithi079 bash[28699]: cluster 2023-12-07T18:17:21.805432+0000 mgr.a (mgr.14403) 2519 : cluster 0 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-07T18:17:22.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:22 smithi194 bash[32038]: cluster 2023-12-07T18:17:21.805432+0000 mgr.a (mgr.14403) 2519 : cluster 0 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-07T18:17:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:22 smithi135 bash[32435]: cluster 2023-12-07T18:17:21.805432+0000 mgr.a (mgr.14403) 2519 : cluster 0 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-07T18:17:25.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:24 smithi079 bash[28699]: cluster 2023-12-07T18:17:23.806266+0000 mgr.a (mgr.14403) 2520 : cluster 0 pgmap v1876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:17:25.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:24 smithi194 bash[32038]: cluster 2023-12-07T18:17:23.806266+0000 mgr.a (mgr.14403) 2520 : cluster 0 pgmap v1876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:17:25.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:24 smithi135 bash[32435]: cluster 2023-12-07T18:17:23.806266+0000 mgr.a (mgr.14403) 2520 : cluster 0 pgmap v1876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:17:25.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:17:25.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:25.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:26.366 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:17:26.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:26.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:26.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:26.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:17:27.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:26 smithi079 bash[28699]: cluster 2023-12-07T18:17:25.806667+0000 mgr.a (mgr.14403) 2521 : cluster 0 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-07T18:17:27.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:26 smithi079 bash[28699]: audit 2023-12-07T18:17:25.862319+0000 mgr.a (mgr.14403) 2522 : audit 0 from='client.62316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:27.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:26 smithi194 bash[32038]: cluster 2023-12-07T18:17:25.806667+0000 mgr.a (mgr.14403) 2521 : cluster 0 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-07T18:17:27.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:26 smithi194 bash[32038]: audit 2023-12-07T18:17:25.862319+0000 mgr.a (mgr.14403) 2522 : audit 0 from='client.62316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:27.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:26 smithi135 bash[32435]: cluster 2023-12-07T18:17:25.806667+0000 mgr.a (mgr.14403) 2521 : cluster 0 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-07T18:17:27.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:26 smithi135 bash[32435]: audit 2023-12-07T18:17:25.862319+0000 mgr.a (mgr.14403) 2522 : audit 0 from='client.62316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:29.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:28 smithi079 bash[28699]: cluster 2023-12-07T18:17:27.807297+0000 mgr.a (mgr.14403) 2523 : cluster 0 pgmap v1878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:29.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:28 smithi194 bash[32038]: cluster 2023-12-07T18:17:27.807297+0000 mgr.a (mgr.14403) 2523 : cluster 0 pgmap v1878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:29.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:28 smithi135 bash[32435]: cluster 2023-12-07T18:17:27.807297+0000 mgr.a (mgr.14403) 2523 : cluster 0 pgmap v1878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:30.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:30 smithi079 bash[28699]: cluster 2023-12-07T18:17:29.808138+0000 mgr.a (mgr.14403) 2524 : cluster 0 pgmap v1879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:30.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:30 smithi194 bash[32038]: cluster 2023-12-07T18:17:29.808138+0000 mgr.a (mgr.14403) 2524 : cluster 0 pgmap v1879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:30 smithi135 bash[32435]: cluster 2023-12-07T18:17:29.808138+0000 mgr.a (mgr.14403) 2524 : cluster 0 pgmap v1879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:31.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:17:31.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:31.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:32.263 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:17:32.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:32.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:32.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:32.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:17:33.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:32 smithi079 bash[28699]: audit 2023-12-07T18:17:31.770609+0000 mgr.a (mgr.14403) 2525 : audit 0 from='client.62391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:33.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:32 smithi079 bash[28699]: cluster 2023-12-07T18:17:31.808882+0000 mgr.a (mgr.14403) 2526 : cluster 0 pgmap v1880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:33.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:32 smithi194 bash[32038]: audit 2023-12-07T18:17:31.770609+0000 mgr.a (mgr.14403) 2525 : audit 0 from='client.62391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:33.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:32 smithi194 bash[32038]: cluster 2023-12-07T18:17:31.808882+0000 mgr.a (mgr.14403) 2526 : cluster 0 pgmap v1880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:33.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:32 smithi135 bash[32435]: audit 2023-12-07T18:17:31.770609+0000 mgr.a (mgr.14403) 2525 : audit 0 from='client.62391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:33.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:32 smithi135 bash[32435]: cluster 2023-12-07T18:17:31.808882+0000 mgr.a (mgr.14403) 2526 : cluster 0 pgmap v1880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:34 smithi079 bash[28699]: cluster 2023-12-07T18:17:33.809801+0000 mgr.a (mgr.14403) 2527 : cluster 0 pgmap v1881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:35.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:34 smithi194 bash[32038]: cluster 2023-12-07T18:17:33.809801+0000 mgr.a (mgr.14403) 2527 : cluster 0 pgmap v1881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:35.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:34 smithi135 bash[32435]: cluster 2023-12-07T18:17:33.809801+0000 mgr.a (mgr.14403) 2527 : cluster 0 pgmap v1881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:37.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:36 smithi079 bash[28699]: cluster 2023-12-07T18:17:35.810388+0000 mgr.a (mgr.14403) 2528 : cluster 0 pgmap v1882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:37.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:36 smithi194 bash[32038]: cluster 2023-12-07T18:17:35.810388+0000 mgr.a (mgr.14403) 2528 : cluster 0 pgmap v1882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:37.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:36 smithi135 bash[32435]: cluster 2023-12-07T18:17:35.810388+0000 mgr.a (mgr.14403) 2528 : cluster 0 pgmap v1882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:37.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:17:37.266 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:37.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:38.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:38.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:38.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:38.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:17:38.140 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:17:38.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:37 smithi079 bash[28699]: audit 2023-12-07T18:17:37.405410+0000 mon.a (mon.0) 816 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:17:38.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:37 smithi194 bash[32038]: audit 2023-12-07T18:17:37.405410+0000 mon.a (mon.0) 816 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:17:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:37 smithi135 bash[32435]: audit 2023-12-07T18:17:37.405410+0000 mon.a (mon.0) 816 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:17:39.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:38 smithi079 bash[28699]: audit 2023-12-07T18:17:37.666641+0000 mgr.a (mgr.14403) 2529 : audit 0 from='client.62466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:39.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:38 smithi079 bash[28699]: cluster 2023-12-07T18:17:37.811024+0000 mgr.a (mgr.14403) 2530 : cluster 0 pgmap v1883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:39.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:38 smithi194 bash[32038]: audit 2023-12-07T18:17:37.666641+0000 mgr.a (mgr.14403) 2529 : audit 0 from='client.62466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:39.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:38 smithi194 bash[32038]: cluster 2023-12-07T18:17:37.811024+0000 mgr.a (mgr.14403) 2530 : cluster 0 pgmap v1883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:39.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:38 smithi135 bash[32435]: audit 2023-12-07T18:17:37.666641+0000 mgr.a (mgr.14403) 2529 : audit 0 from='client.62466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:39.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:38 smithi135 bash[32435]: cluster 2023-12-07T18:17:37.811024+0000 mgr.a (mgr.14403) 2530 : cluster 0 pgmap v1883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:40.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:40 smithi079 bash[28699]: cluster 2023-12-07T18:17:39.811912+0000 mgr.a (mgr.14403) 2531 : cluster 0 pgmap v1884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:40.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:40 smithi194 bash[32038]: cluster 2023-12-07T18:17:39.811912+0000 mgr.a (mgr.14403) 2531 : cluster 0 pgmap v1884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:40 smithi135 bash[32435]: cluster 2023-12-07T18:17:39.811912+0000 mgr.a (mgr.14403) 2531 : cluster 0 pgmap v1884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:17:43.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:17:43.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:43.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:43.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:42 smithi079 bash[28699]: cluster 2023-12-07T18:17:41.812623+0000 mgr.a (mgr.14403) 2532 : cluster 0 pgmap v1885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:43.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:42 smithi079 bash[28699]: audit 2023-12-07T18:17:42.752941+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:42 smithi079 bash[28699]: audit 2023-12-07T18:17:42.759102+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:42 smithi079 bash[28699]: audit 2023-12-07T18:17:42.764993+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:42 smithi079 bash[28699]: audit 2023-12-07T18:17:42.772132+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:42 smithi079 bash[28699]: audit 2023-12-07T18:17:42.802066+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:42 smithi079 bash[28699]: audit 2023-12-07T18:17:42.810888+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:42 smithi194 bash[32038]: cluster 2023-12-07T18:17:41.812623+0000 mgr.a (mgr.14403) 2532 : cluster 0 pgmap v1885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:42 smithi194 bash[32038]: audit 2023-12-07T18:17:42.752941+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:42 smithi194 bash[32038]: audit 2023-12-07T18:17:42.759102+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:42 smithi194 bash[32038]: audit 2023-12-07T18:17:42.764993+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:42 smithi194 bash[32038]: audit 2023-12-07T18:17:42.772132+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:42 smithi194 bash[32038]: audit 2023-12-07T18:17:42.802066+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:42 smithi194 bash[32038]: audit 2023-12-07T18:17:42.810888+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:42 smithi135 bash[32435]: cluster 2023-12-07T18:17:41.812623+0000 mgr.a (mgr.14403) 2532 : cluster 0 pgmap v1885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:43.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:42 smithi135 bash[32435]: audit 2023-12-07T18:17:42.752941+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:42 smithi135 bash[32435]: audit 2023-12-07T18:17:42.759102+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:42 smithi135 bash[32435]: audit 2023-12-07T18:17:42.764993+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:42 smithi135 bash[32435]: audit 2023-12-07T18:17:42.772132+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:42 smithi135 bash[32435]: audit 2023-12-07T18:17:42.802066+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:43.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:42 smithi135 bash[32435]: audit 2023-12-07T18:17:42.810888+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:44.066 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:17:44.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:44.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:44.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:44.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:17:44.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:43 smithi079 bash[28699]: audit 2023-12-07T18:17:43.506754+0000 mon.a (mon.0) 823 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:17:44.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:43 smithi079 bash[28699]: audit 2023-12-07T18:17:43.508613+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:17:44.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:43 smithi079 bash[28699]: audit 2023-12-07T18:17:43.516946+0000 mon.a (mon.0) 825 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:44.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:43 smithi194 bash[32038]: audit 2023-12-07T18:17:43.506754+0000 mon.a (mon.0) 823 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:17:44.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:43 smithi194 bash[32038]: audit 2023-12-07T18:17:43.508613+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:17:44.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:43 smithi194 bash[32038]: audit 2023-12-07T18:17:43.516946+0000 mon.a (mon.0) 825 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:44.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:43 smithi135 bash[32435]: audit 2023-12-07T18:17:43.506754+0000 mon.a (mon.0) 823 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:17:44.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:43 smithi135 bash[32435]: audit 2023-12-07T18:17:43.508613+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:17:44.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:43 smithi135 bash[32435]: audit 2023-12-07T18:17:43.516946+0000 mon.a (mon.0) 825 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:17:45.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:44 smithi079 bash[28699]: audit 2023-12-07T18:17:43.542273+0000 mgr.a (mgr.14403) 2533 : audit 0 from='client.62538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:45.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:44 smithi079 bash[28699]: cluster 2023-12-07T18:17:43.815508+0000 mgr.a (mgr.14403) 2534 : cluster 0 pgmap v1886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:45.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:44 smithi194 bash[32038]: audit 2023-12-07T18:17:43.542273+0000 mgr.a (mgr.14403) 2533 : audit 0 from='client.62538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:45.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:44 smithi194 bash[32038]: cluster 2023-12-07T18:17:43.815508+0000 mgr.a (mgr.14403) 2534 : cluster 0 pgmap v1886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:45.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:44 smithi135 bash[32435]: audit 2023-12-07T18:17:43.542273+0000 mgr.a (mgr.14403) 2533 : audit 0 from='client.62538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:45.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:44 smithi135 bash[32435]: cluster 2023-12-07T18:17:43.815508+0000 mgr.a (mgr.14403) 2534 : cluster 0 pgmap v1886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:47.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:46 smithi079 bash[28699]: cluster 2023-12-07T18:17:45.816374+0000 mgr.a (mgr.14403) 2535 : cluster 0 pgmap v1887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:47.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:46 smithi194 bash[32038]: cluster 2023-12-07T18:17:45.816374+0000 mgr.a (mgr.14403) 2535 : cluster 0 pgmap v1887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:47.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:46 smithi135 bash[32435]: cluster 2023-12-07T18:17:45.816374+0000 mgr.a (mgr.14403) 2535 : cluster 0 pgmap v1887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:49.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:17:49.070 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:49.070 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:49.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:48 smithi079 bash[28699]: cluster 2023-12-07T18:17:47.817084+0000 mgr.a (mgr.14403) 2536 : cluster 0 pgmap v1888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:49.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:48 smithi194 bash[32038]: cluster 2023-12-07T18:17:47.817084+0000 mgr.a (mgr.14403) 2536 : cluster 0 pgmap v1888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:49.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:48 smithi135 bash[32435]: cluster 2023-12-07T18:17:47.817084+0000 mgr.a (mgr.14403) 2536 : cluster 0 pgmap v1888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:49.975 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:17:49.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:49.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:49.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:49.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:17:50.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:50 smithi079 bash[28699]: audit 2023-12-07T18:17:49.466546+0000 mgr.a (mgr.14403) 2537 : audit 0 from='client.62616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:50.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:50 smithi079 bash[28699]: cluster 2023-12-07T18:17:49.817775+0000 mgr.a (mgr.14403) 2538 : cluster 0 pgmap v1889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:50.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:50 smithi194 bash[32038]: audit 2023-12-07T18:17:49.466546+0000 mgr.a (mgr.14403) 2537 : audit 0 from='client.62616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:50.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:50 smithi194 bash[32038]: cluster 2023-12-07T18:17:49.817775+0000 mgr.a (mgr.14403) 2538 : cluster 0 pgmap v1889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:50 smithi135 bash[32435]: audit 2023-12-07T18:17:49.466546+0000 mgr.a (mgr.14403) 2537 : audit 0 from='client.62616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:50.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:50 smithi135 bash[32435]: cluster 2023-12-07T18:17:49.817775+0000 mgr.a (mgr.14403) 2538 : cluster 0 pgmap v1889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:53.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:52 smithi079 bash[28699]: cluster 2023-12-07T18:17:51.818357+0000 mgr.a (mgr.14403) 2539 : cluster 0 pgmap v1890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:53.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:52 smithi194 bash[32038]: cluster 2023-12-07T18:17:51.818357+0000 mgr.a (mgr.14403) 2539 : cluster 0 pgmap v1890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:53.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:52 smithi135 bash[32435]: cluster 2023-12-07T18:17:51.818357+0000 mgr.a (mgr.14403) 2539 : cluster 0 pgmap v1890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:17:54.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:17:54.979 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:17:54.979 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:17:55.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:54 smithi079 bash[28699]: cluster 2023-12-07T18:17:53.819168+0000 mgr.a (mgr.14403) 2540 : cluster 0 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-07T18:17:55.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:54 smithi194 bash[32038]: cluster 2023-12-07T18:17:53.819168+0000 mgr.a (mgr.14403) 2540 : cluster 0 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-07T18:17:55.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:54 smithi135 bash[32435]: cluster 2023-12-07T18:17:53.819168+0000 mgr.a (mgr.14403) 2540 : cluster 0 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-07T18:17:55.869 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:17:55.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:17:55.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:17:55.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:17:55.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:17:57.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:56 smithi079 bash[28699]: audit 2023-12-07T18:17:55.373325+0000 mgr.a (mgr.14403) 2541 : audit 0 from='client.62694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:57.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:56 smithi079 bash[28699]: cluster 2023-12-07T18:17:55.819599+0000 mgr.a (mgr.14403) 2542 : cluster 0 pgmap v1892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:57.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:56 smithi194 bash[32038]: audit 2023-12-07T18:17:55.373325+0000 mgr.a (mgr.14403) 2541 : audit 0 from='client.62694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:57.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:56 smithi194 bash[32038]: cluster 2023-12-07T18:17:55.819599+0000 mgr.a (mgr.14403) 2542 : cluster 0 pgmap v1892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:57.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:56 smithi135 bash[32435]: audit 2023-12-07T18:17:55.373325+0000 mgr.a (mgr.14403) 2541 : audit 0 from='client.62694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:17:57.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:56 smithi135 bash[32435]: cluster 2023-12-07T18:17:55.819599+0000 mgr.a (mgr.14403) 2542 : cluster 0 pgmap v1892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:17:59.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:17:58 smithi079 bash[28699]: cluster 2023-12-07T18:17:57.820162+0000 mgr.a (mgr.14403) 2543 : cluster 0 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-07T18:17:59.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:17:58 smithi194 bash[32038]: cluster 2023-12-07T18:17:57.820162+0000 mgr.a (mgr.14403) 2543 : cluster 0 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-07T18:17:59.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:17:58 smithi135 bash[32435]: cluster 2023-12-07T18:17:57.820162+0000 mgr.a (mgr.14403) 2543 : cluster 0 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-07T18:18:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:00 smithi079 bash[28699]: cluster 2023-12-07T18:17:59.820958+0000 mgr.a (mgr.14403) 2544 : cluster 0 pgmap v1894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:00 smithi194 bash[32038]: cluster 2023-12-07T18:17:59.820958+0000 mgr.a (mgr.14403) 2544 : cluster 0 pgmap v1894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:00 smithi135 bash[32435]: cluster 2023-12-07T18:17:59.820958+0000 mgr.a (mgr.14403) 2544 : cluster 0 pgmap v1894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:00.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:18:00.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:00.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:01.735 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:18:01.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:01.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:01.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:01.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:18:03.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:02 smithi079 bash[28699]: audit 2023-12-07T18:18:01.264067+0000 mgr.a (mgr.14403) 2545 : audit 0 from='client.62772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:03.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:02 smithi079 bash[28699]: cluster 2023-12-07T18:18:01.821689+0000 mgr.a (mgr.14403) 2546 : cluster 0 pgmap v1895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:03.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:02 smithi194 bash[32038]: audit 2023-12-07T18:18:01.264067+0000 mgr.a (mgr.14403) 2545 : audit 0 from='client.62772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:03.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:02 smithi194 bash[32038]: cluster 2023-12-07T18:18:01.821689+0000 mgr.a (mgr.14403) 2546 : cluster 0 pgmap v1895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:03.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:02 smithi135 bash[32435]: audit 2023-12-07T18:18:01.264067+0000 mgr.a (mgr.14403) 2545 : audit 0 from='client.62772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:03.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:02 smithi135 bash[32435]: cluster 2023-12-07T18:18:01.821689+0000 mgr.a (mgr.14403) 2546 : cluster 0 pgmap v1895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:05.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:04 smithi079 bash[28699]: cluster 2023-12-07T18:18:03.822489+0000 mgr.a (mgr.14403) 2547 : cluster 0 pgmap v1896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:05.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:04 smithi194 bash[32038]: cluster 2023-12-07T18:18:03.822489+0000 mgr.a (mgr.14403) 2547 : cluster 0 pgmap v1896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:05.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:04 smithi135 bash[32435]: cluster 2023-12-07T18:18:03.822489+0000 mgr.a (mgr.14403) 2547 : cluster 0 pgmap v1896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:06.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:18:06.738 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:06.738 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:07.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:06 smithi079 bash[28699]: cluster 2023-12-07T18:18:05.822956+0000 mgr.a (mgr.14403) 2548 : cluster 0 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-07T18:18:07.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:06 smithi194 bash[32038]: cluster 2023-12-07T18:18:05.822956+0000 mgr.a (mgr.14403) 2548 : cluster 0 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-07T18:18:07.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:06 smithi135 bash[32435]: cluster 2023-12-07T18:18:05.822956+0000 mgr.a (mgr.14403) 2548 : cluster 0 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-07T18:18:07.605 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:18:07.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:07.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:07.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:07.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:18:09.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:08 smithi079 bash[28699]: audit 2023-12-07T18:18:07.139044+0000 mgr.a (mgr.14403) 2549 : audit 0 from='client.62847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:09.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:08 smithi079 bash[28699]: cluster 2023-12-07T18:18:07.823645+0000 mgr.a (mgr.14403) 2550 : cluster 0 pgmap v1898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:09.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:08 smithi194 bash[32038]: audit 2023-12-07T18:18:07.139044+0000 mgr.a (mgr.14403) 2549 : audit 0 from='client.62847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:09.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:08 smithi194 bash[32038]: cluster 2023-12-07T18:18:07.823645+0000 mgr.a (mgr.14403) 2550 : cluster 0 pgmap v1898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:09.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:08 smithi135 bash[32435]: audit 2023-12-07T18:18:07.139044+0000 mgr.a (mgr.14403) 2549 : audit 0 from='client.62847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:09.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:08 smithi135 bash[32435]: cluster 2023-12-07T18:18:07.823645+0000 mgr.a (mgr.14403) 2550 : cluster 0 pgmap v1898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:10.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:10 smithi079 bash[28699]: cluster 2023-12-07T18:18:09.824458+0000 mgr.a (mgr.14403) 2551 : cluster 0 pgmap v1899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:10.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:10 smithi194 bash[32038]: cluster 2023-12-07T18:18:09.824458+0000 mgr.a (mgr.14403) 2551 : cluster 0 pgmap v1899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:10.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:10 smithi135 bash[32435]: cluster 2023-12-07T18:18:09.824458+0000 mgr.a (mgr.14403) 2551 : cluster 0 pgmap v1899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:12.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:18:12.609 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:12.609 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:13.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:12 smithi079 bash[28699]: cluster 2023-12-07T18:18:11.825072+0000 mgr.a (mgr.14403) 2552 : cluster 0 pgmap v1900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:13.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:12 smithi194 bash[32038]: cluster 2023-12-07T18:18:11.825072+0000 mgr.a (mgr.14403) 2552 : cluster 0 pgmap v1900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:13.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:12 smithi135 bash[32435]: cluster 2023-12-07T18:18:11.825072+0000 mgr.a (mgr.14403) 2552 : cluster 0 pgmap v1900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:13.523 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:18:13.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:13.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:13.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:13.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:18:15.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:14 smithi079 bash[28699]: audit 2023-12-07T18:18:13.019846+0000 mgr.a (mgr.14403) 2553 : audit 0 from='client.62919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:15.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:14 smithi079 bash[28699]: cluster 2023-12-07T18:18:13.826019+0000 mgr.a (mgr.14403) 2554 : cluster 0 pgmap v1901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:18:15.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:14 smithi194 bash[32038]: audit 2023-12-07T18:18:13.019846+0000 mgr.a (mgr.14403) 2553 : audit 0 from='client.62919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:15.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:14 smithi194 bash[32038]: cluster 2023-12-07T18:18:13.826019+0000 mgr.a (mgr.14403) 2554 : cluster 0 pgmap v1901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:18:15.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:14 smithi135 bash[32435]: audit 2023-12-07T18:18:13.019846+0000 mgr.a (mgr.14403) 2553 : audit 0 from='client.62919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:15.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:14 smithi135 bash[32435]: cluster 2023-12-07T18:18:13.826019+0000 mgr.a (mgr.14403) 2554 : cluster 0 pgmap v1901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:18:17.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:16 smithi079 bash[28699]: cluster 2023-12-07T18:18:15.826614+0000 mgr.a (mgr.14403) 2555 : cluster 0 pgmap v1902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:18:17.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:16 smithi194 bash[32038]: cluster 2023-12-07T18:18:15.826614+0000 mgr.a (mgr.14403) 2555 : cluster 0 pgmap v1902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:18:17.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:16 smithi135 bash[32435]: cluster 2023-12-07T18:18:15.826614+0000 mgr.a (mgr.14403) 2555 : cluster 0 pgmap v1902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:18:18.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:18:18.528 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:18.528 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:19.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:18 smithi079 bash[28699]: cluster 2023-12-07T18:18:17.827318+0000 mgr.a (mgr.14403) 2556 : cluster 0 pgmap v1903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:18:19.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:18 smithi194 bash[32038]: cluster 2023-12-07T18:18:17.827318+0000 mgr.a (mgr.14403) 2556 : cluster 0 pgmap v1903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:18:19.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:18 smithi135 bash[32435]: cluster 2023-12-07T18:18:17.827318+0000 mgr.a (mgr.14403) 2556 : cluster 0 pgmap v1903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:18:19.411 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:18:19.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:19.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:19.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:19.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:18:20.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:19 smithi194 bash[32038]: audit 2023-12-07T18:18:18.924711+0000 mgr.a (mgr.14403) 2557 : audit 0 from='client.62997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:20.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:19 smithi135 bash[32435]: audit 2023-12-07T18:18:18.924711+0000 mgr.a (mgr.14403) 2557 : audit 0 from='client.62997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:19 smithi079 bash[28699]: audit 2023-12-07T18:18:18.924711+0000 mgr.a (mgr.14403) 2557 : audit 0 from='client.62997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:21.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:20 smithi194 bash[32038]: cluster 2023-12-07T18:18:19.828467+0000 mgr.a (mgr.14403) 2558 : cluster 0 pgmap v1904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:21.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:20 smithi135 bash[32435]: cluster 2023-12-07T18:18:19.828467+0000 mgr.a (mgr.14403) 2558 : cluster 0 pgmap v1904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:21.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:20 smithi079 bash[28699]: cluster 2023-12-07T18:18:19.828467+0000 mgr.a (mgr.14403) 2558 : cluster 0 pgmap v1904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:23.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:22 smithi194 bash[32038]: cluster 2023-12-07T18:18:21.829208+0000 mgr.a (mgr.14403) 2559 : cluster 0 pgmap v1905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:23.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:22 smithi135 bash[32435]: cluster 2023-12-07T18:18:21.829208+0000 mgr.a (mgr.14403) 2559 : cluster 0 pgmap v1905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:22 smithi079 bash[28699]: cluster 2023-12-07T18:18:21.829208+0000 mgr.a (mgr.14403) 2559 : cluster 0 pgmap v1905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:24.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:18:24.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:24.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:25.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:24 smithi194 bash[32038]: cluster 2023-12-07T18:18:23.830006+0000 mgr.a (mgr.14403) 2560 : cluster 0 pgmap v1906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:25.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:24 smithi135 bash[32435]: cluster 2023-12-07T18:18:23.830006+0000 mgr.a (mgr.14403) 2560 : cluster 0 pgmap v1906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:25.310 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:18:25.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:25.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:25.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:25.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:18:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:24 smithi079 bash[28699]: cluster 2023-12-07T18:18:23.830006+0000 mgr.a (mgr.14403) 2560 : cluster 0 pgmap v1906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:26.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:25 smithi194 bash[32038]: audit 2023-12-07T18:18:24.811488+0000 mgr.a (mgr.14403) 2561 : audit 0 from='client.63072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:26.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:25 smithi135 bash[32435]: audit 2023-12-07T18:18:24.811488+0000 mgr.a (mgr.14403) 2561 : audit 0 from='client.63072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:25 smithi079 bash[28699]: audit 2023-12-07T18:18:24.811488+0000 mgr.a (mgr.14403) 2561 : audit 0 from='client.63072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:27.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:26 smithi194 bash[32038]: cluster 2023-12-07T18:18:25.830719+0000 mgr.a (mgr.14403) 2562 : cluster 0 pgmap v1907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:18:27.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:26 smithi135 bash[32435]: cluster 2023-12-07T18:18:25.830719+0000 mgr.a (mgr.14403) 2562 : cluster 0 pgmap v1907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:18:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:26 smithi079 bash[28699]: cluster 2023-12-07T18:18:25.830719+0000 mgr.a (mgr.14403) 2562 : cluster 0 pgmap v1907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:18:29.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:28 smithi194 bash[32038]: cluster 2023-12-07T18:18:27.831432+0000 mgr.a (mgr.14403) 2563 : cluster 0 pgmap v1908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:18:29.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:28 smithi135 bash[32435]: cluster 2023-12-07T18:18:27.831432+0000 mgr.a (mgr.14403) 2563 : cluster 0 pgmap v1908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:18:29.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:28 smithi079 bash[28699]: cluster 2023-12-07T18:18:27.831432+0000 mgr.a (mgr.14403) 2563 : cluster 0 pgmap v1908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:18:30.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:18:30.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:30.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:30 smithi079 bash[28699]: cluster 2023-12-07T18:18:29.832272+0000 mgr.a (mgr.14403) 2564 : cluster 0 pgmap v1909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:18:30.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:30 smithi194 bash[32038]: cluster 2023-12-07T18:18:29.832272+0000 mgr.a (mgr.14403) 2564 : cluster 0 pgmap v1909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:18:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:30 smithi135 bash[32435]: cluster 2023-12-07T18:18:29.832272+0000 mgr.a (mgr.14403) 2564 : cluster 0 pgmap v1909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:18:31.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:31.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:31.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:31.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:18:31.204 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:18:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:31 smithi079 bash[28699]: audit 2023-12-07T18:18:30.712860+0000 mgr.a (mgr.14403) 2565 : audit 0 from='client.63144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:31.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:31 smithi194 bash[32038]: audit 2023-12-07T18:18:30.712860+0000 mgr.a (mgr.14403) 2565 : audit 0 from='client.63144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:31.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:31 smithi135 bash[32435]: audit 2023-12-07T18:18:30.712860+0000 mgr.a (mgr.14403) 2565 : audit 0 from='client.63144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:32 smithi079 bash[28699]: cluster 2023-12-07T18:18:31.832981+0000 mgr.a (mgr.14403) 2566 : cluster 0 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-07T18:18:32.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:32 smithi194 bash[32038]: cluster 2023-12-07T18:18:31.832981+0000 mgr.a (mgr.14403) 2566 : cluster 0 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-07T18:18:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:32 smithi135 bash[32435]: cluster 2023-12-07T18:18:31.832981+0000 mgr.a (mgr.14403) 2566 : cluster 0 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-07T18:18:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:34 smithi079 bash[28699]: cluster 2023-12-07T18:18:33.833763+0000 mgr.a (mgr.14403) 2567 : cluster 0 pgmap v1911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:35.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:34 smithi194 bash[32038]: cluster 2023-12-07T18:18:33.833763+0000 mgr.a (mgr.14403) 2567 : cluster 0 pgmap v1911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:35.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:34 smithi135 bash[32435]: cluster 2023-12-07T18:18:33.833763+0000 mgr.a (mgr.14403) 2567 : cluster 0 pgmap v1911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:36.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:18:36.207 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:36.207 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:37.128 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:18:37.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:37.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:37.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:37.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:18:37.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:36 smithi194 bash[32038]: cluster 2023-12-07T18:18:35.834327+0000 mgr.a (mgr.14403) 2568 : cluster 0 pgmap v1912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:37.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:36 smithi135 bash[32435]: cluster 2023-12-07T18:18:35.834327+0000 mgr.a (mgr.14403) 2568 : cluster 0 pgmap v1912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:36 smithi079 bash[28699]: cluster 2023-12-07T18:18:35.834327+0000 mgr.a (mgr.14403) 2568 : cluster 0 pgmap v1912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:38.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:37 smithi194 bash[32038]: audit 2023-12-07T18:18:36.610863+0000 mgr.a (mgr.14403) 2569 : audit 0 from='client.63219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:37 smithi135 bash[32435]: audit 2023-12-07T18:18:36.610863+0000 mgr.a (mgr.14403) 2569 : audit 0 from='client.63219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:38.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:37 smithi079 bash[28699]: audit 2023-12-07T18:18:36.610863+0000 mgr.a (mgr.14403) 2569 : audit 0 from='client.63219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:39.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:38 smithi194 bash[32038]: cluster 2023-12-07T18:18:37.835155+0000 mgr.a (mgr.14403) 2570 : cluster 0 pgmap v1913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:39.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:38 smithi135 bash[32435]: cluster 2023-12-07T18:18:37.835155+0000 mgr.a (mgr.14403) 2570 : cluster 0 pgmap v1913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:39.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:38 smithi079 bash[28699]: cluster 2023-12-07T18:18:37.835155+0000 mgr.a (mgr.14403) 2570 : cluster 0 pgmap v1913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:40 smithi079 bash[28699]: cluster 2023-12-07T18:18:39.835961+0000 mgr.a (mgr.14403) 2571 : cluster 0 pgmap v1914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:40.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:40 smithi194 bash[32038]: cluster 2023-12-07T18:18:39.835961+0000 mgr.a (mgr.14403) 2571 : cluster 0 pgmap v1914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:40 smithi135 bash[32435]: cluster 2023-12-07T18:18:39.835961+0000 mgr.a (mgr.14403) 2571 : cluster 0 pgmap v1914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:42.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:18:42.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:42.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:43.031 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:18:43.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:43.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:43.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:43.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:18:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:42 smithi079 bash[28699]: cluster 2023-12-07T18:18:41.836627+0000 mgr.a (mgr.14403) 2572 : cluster 0 pgmap v1915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:42 smithi194 bash[32038]: cluster 2023-12-07T18:18:41.836627+0000 mgr.a (mgr.14403) 2572 : cluster 0 pgmap v1915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:43.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:42 smithi135 bash[32435]: cluster 2023-12-07T18:18:41.836627+0000 mgr.a (mgr.14403) 2572 : cluster 0 pgmap v1915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:44.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:43 smithi194 bash[32038]: audit 2023-12-07T18:18:42.529934+0000 mgr.a (mgr.14403) 2573 : audit 0 from='client.63297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:44.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:43 smithi194 bash[32038]: audit 2023-12-07T18:18:43.626659+0000 mon.a (mon.0) 826 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:18:44.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:43 smithi135 bash[32435]: audit 2023-12-07T18:18:42.529934+0000 mgr.a (mgr.14403) 2573 : audit 0 from='client.63297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:44.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:43 smithi135 bash[32435]: audit 2023-12-07T18:18:43.626659+0000 mon.a (mon.0) 826 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:18:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:43 smithi079 bash[28699]: audit 2023-12-07T18:18:42.529934+0000 mgr.a (mgr.14403) 2573 : audit 0 from='client.63297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:44.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:43 smithi079 bash[28699]: audit 2023-12-07T18:18:43.626659+0000 mon.a (mon.0) 826 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:18:45.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:44 smithi194 bash[32038]: cluster 2023-12-07T18:18:43.837612+0000 mgr.a (mgr.14403) 2574 : cluster 0 pgmap v1916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:45.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:44 smithi194 bash[32038]: audit 2023-12-07T18:18:44.360540+0000 mon.a (mon.0) 827 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:18:45.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:44 smithi194 bash[32038]: audit 2023-12-07T18:18:44.362422+0000 mon.a (mon.0) 828 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:18:45.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:44 smithi194 bash[32038]: audit 2023-12-07T18:18:44.371296+0000 mon.a (mon.0) 829 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:18:45.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:44 smithi135 bash[32435]: cluster 2023-12-07T18:18:43.837612+0000 mgr.a (mgr.14403) 2574 : cluster 0 pgmap v1916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:45.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:44 smithi135 bash[32435]: audit 2023-12-07T18:18:44.360540+0000 mon.a (mon.0) 827 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:18:45.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:44 smithi135 bash[32435]: audit 2023-12-07T18:18:44.362422+0000 mon.a (mon.0) 828 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:18:45.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:44 smithi135 bash[32435]: audit 2023-12-07T18:18:44.371296+0000 mon.a (mon.0) 829 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:18:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:44 smithi079 bash[28699]: cluster 2023-12-07T18:18:43.837612+0000 mgr.a (mgr.14403) 2574 : cluster 0 pgmap v1916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:18:45.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:44 smithi079 bash[28699]: audit 2023-12-07T18:18:44.360540+0000 mon.a (mon.0) 827 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:18:45.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:44 smithi079 bash[28699]: audit 2023-12-07T18:18:44.362422+0000 mon.a (mon.0) 828 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:18:45.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:44 smithi079 bash[28699]: audit 2023-12-07T18:18:44.371296+0000 mon.a (mon.0) 829 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:18:47.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:46 smithi194 bash[32038]: cluster 2023-12-07T18:18:45.838168+0000 mgr.a (mgr.14403) 2575 : cluster 0 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-07T18:18:47.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:46 smithi135 bash[32435]: cluster 2023-12-07T18:18:45.838168+0000 mgr.a (mgr.14403) 2575 : cluster 0 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-07T18:18:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:46 smithi079 bash[28699]: cluster 2023-12-07T18:18:45.838168+0000 mgr.a (mgr.14403) 2575 : cluster 0 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-07T18:18:48.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:18:48.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:48.034 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:48.943 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:18:48.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:48.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:48.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:48.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:18:49.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:48 smithi194 bash[32038]: cluster 2023-12-07T18:18:47.838719+0000 mgr.a (mgr.14403) 2576 : cluster 0 pgmap v1918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:49.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:48 smithi135 bash[32435]: cluster 2023-12-07T18:18:47.838719+0000 mgr.a (mgr.14403) 2576 : cluster 0 pgmap v1918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:48 smithi079 bash[28699]: cluster 2023-12-07T18:18:47.838719+0000 mgr.a (mgr.14403) 2576 : cluster 0 pgmap v1918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:50.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:49 smithi194 bash[32038]: audit 2023-12-07T18:18:48.437732+0000 mgr.a (mgr.14403) 2577 : audit 0 from='client.63372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:50.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:49 smithi135 bash[32435]: audit 2023-12-07T18:18:48.437732+0000 mgr.a (mgr.14403) 2577 : audit 0 from='client.63372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:49 smithi079 bash[28699]: audit 2023-12-07T18:18:48.437732+0000 mgr.a (mgr.14403) 2577 : audit 0 from='client.63372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:51.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:50 smithi194 bash[32038]: cluster 2023-12-07T18:18:49.839770+0000 mgr.a (mgr.14403) 2578 : cluster 0 pgmap v1919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:51.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:50 smithi135 bash[32435]: cluster 2023-12-07T18:18:49.839770+0000 mgr.a (mgr.14403) 2578 : cluster 0 pgmap v1919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:50 smithi079 bash[28699]: cluster 2023-12-07T18:18:49.839770+0000 mgr.a (mgr.14403) 2578 : cluster 0 pgmap v1919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:53.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:52 smithi194 bash[32038]: cluster 2023-12-07T18:18:51.840378+0000 mgr.a (mgr.14403) 2579 : cluster 0 pgmap v1920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:53.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:52 smithi135 bash[32435]: cluster 2023-12-07T18:18:51.840378+0000 mgr.a (mgr.14403) 2579 : cluster 0 pgmap v1920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:52 smithi079 bash[28699]: cluster 2023-12-07T18:18:51.840378+0000 mgr.a (mgr.14403) 2579 : cluster 0 pgmap v1920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:53.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:18:53.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:53.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:18:54.858 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:18:54.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:18:54.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:18:54.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:18:54.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:18:55.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:54 smithi194 bash[32038]: cluster 2023-12-07T18:18:53.841122+0000 mgr.a (mgr.14403) 2580 : cluster 0 pgmap v1921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:55.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:54 smithi135 bash[32435]: cluster 2023-12-07T18:18:53.841122+0000 mgr.a (mgr.14403) 2580 : cluster 0 pgmap v1921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:54 smithi079 bash[28699]: cluster 2023-12-07T18:18:53.841122+0000 mgr.a (mgr.14403) 2580 : cluster 0 pgmap v1921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:18:56.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:55 smithi194 bash[32038]: audit 2023-12-07T18:18:54.345905+0000 mgr.a (mgr.14403) 2581 : audit 0 from='client.63447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:56.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:55 smithi135 bash[32435]: audit 2023-12-07T18:18:54.345905+0000 mgr.a (mgr.14403) 2581 : audit 0 from='client.63447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:56.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:55 smithi079 bash[28699]: audit 2023-12-07T18:18:54.345905+0000 mgr.a (mgr.14403) 2581 : audit 0 from='client.63447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:18:57.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:56 smithi194 bash[32038]: cluster 2023-12-07T18:18:55.841779+0000 mgr.a (mgr.14403) 2582 : cluster 0 pgmap v1922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:57.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:56 smithi135 bash[32435]: cluster 2023-12-07T18:18:55.841779+0000 mgr.a (mgr.14403) 2582 : cluster 0 pgmap v1922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:56 smithi079 bash[28699]: cluster 2023-12-07T18:18:55.841779+0000 mgr.a (mgr.14403) 2582 : cluster 0 pgmap v1922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:59.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:18:58 smithi194 bash[32038]: cluster 2023-12-07T18:18:57.842337+0000 mgr.a (mgr.14403) 2583 : cluster 0 pgmap v1923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:59.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:18:58 smithi135 bash[32435]: cluster 2023-12-07T18:18:57.842337+0000 mgr.a (mgr.14403) 2583 : cluster 0 pgmap v1923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:18:58 smithi079 bash[28699]: cluster 2023-12-07T18:18:57.842337+0000 mgr.a (mgr.14403) 2583 : cluster 0 pgmap v1923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:18:59.861 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:18:59.862 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:18:59.862 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:00 smithi079 bash[28699]: cluster 2023-12-07T18:18:59.843192+0000 mgr.a (mgr.14403) 2584 : cluster 0 pgmap v1924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:00 smithi194 bash[32038]: cluster 2023-12-07T18:18:59.843192+0000 mgr.a (mgr.14403) 2584 : cluster 0 pgmap v1924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:00 smithi135 bash[32435]: cluster 2023-12-07T18:18:59.843192+0000 mgr.a (mgr.14403) 2584 : cluster 0 pgmap v1924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:00.741 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:19:00.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:00.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:00.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:00.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:19:01.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:01 smithi079 bash[28699]: audit 2023-12-07T18:19:00.260654+0000 mgr.a (mgr.14403) 2585 : audit 0 from='client.63525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:01.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:01 smithi194 bash[32038]: audit 2023-12-07T18:19:00.260654+0000 mgr.a (mgr.14403) 2585 : audit 0 from='client.63525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:01.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:01 smithi135 bash[32435]: audit 2023-12-07T18:19:00.260654+0000 mgr.a (mgr.14403) 2585 : audit 0 from='client.63525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:02 smithi079 bash[28699]: cluster 2023-12-07T18:19:01.843887+0000 mgr.a (mgr.14403) 2586 : cluster 0 pgmap v1925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:02.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:02 smithi194 bash[32038]: cluster 2023-12-07T18:19:01.843887+0000 mgr.a (mgr.14403) 2586 : cluster 0 pgmap v1925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:02.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:02 smithi135 bash[32435]: cluster 2023-12-07T18:19:01.843887+0000 mgr.a (mgr.14403) 2586 : cluster 0 pgmap v1925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:05.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:04 smithi194 bash[32038]: cluster 2023-12-07T18:19:03.844599+0000 mgr.a (mgr.14403) 2587 : cluster 0 pgmap v1926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:05.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:04 smithi135 bash[32435]: cluster 2023-12-07T18:19:03.844599+0000 mgr.a (mgr.14403) 2587 : cluster 0 pgmap v1926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:04 smithi079 bash[28699]: cluster 2023-12-07T18:19:03.844599+0000 mgr.a (mgr.14403) 2587 : cluster 0 pgmap v1926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:05.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:19:05.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:05.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:06.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:06.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:06.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:06.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:19:06.661 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:19:07.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:06 smithi194 bash[32038]: cluster 2023-12-07T18:19:05.845265+0000 mgr.a (mgr.14403) 2588 : cluster 0 pgmap v1927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:07.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:06 smithi135 bash[32435]: cluster 2023-12-07T18:19:05.845265+0000 mgr.a (mgr.14403) 2588 : cluster 0 pgmap v1927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:06 smithi079 bash[28699]: cluster 2023-12-07T18:19:05.845265+0000 mgr.a (mgr.14403) 2588 : cluster 0 pgmap v1927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:08.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:07 smithi194 bash[32038]: audit 2023-12-07T18:19:06.148090+0000 mgr.a (mgr.14403) 2589 : audit 0 from='client.63600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:08.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:07 smithi135 bash[32435]: audit 2023-12-07T18:19:06.148090+0000 mgr.a (mgr.14403) 2589 : audit 0 from='client.63600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:08.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:07 smithi079 bash[28699]: audit 2023-12-07T18:19:06.148090+0000 mgr.a (mgr.14403) 2589 : audit 0 from='client.63600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:09.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:08 smithi194 bash[32038]: cluster 2023-12-07T18:19:07.845948+0000 mgr.a (mgr.14403) 2590 : cluster 0 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-07T18:19:09.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:08 smithi135 bash[32435]: cluster 2023-12-07T18:19:07.845948+0000 mgr.a (mgr.14403) 2590 : cluster 0 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-07T18:19:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:08 smithi079 bash[28699]: cluster 2023-12-07T18:19:07.845948+0000 mgr.a (mgr.14403) 2590 : cluster 0 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-07T18:19:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:10 smithi079 bash[28699]: cluster 2023-12-07T18:19:09.846811+0000 mgr.a (mgr.14403) 2591 : cluster 0 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-07T18:19:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:10 smithi194 bash[32038]: cluster 2023-12-07T18:19:09.846811+0000 mgr.a (mgr.14403) 2591 : cluster 0 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-07T18:19:10.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:10 smithi135 bash[32435]: cluster 2023-12-07T18:19:09.846811+0000 mgr.a (mgr.14403) 2591 : cluster 0 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-07T18:19:11.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:19:11.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:11.665 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:12.571 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:19:12.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:12.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:12.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:12.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:19:13.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:12 smithi194 bash[32038]: cluster 2023-12-07T18:19:11.847366+0000 mgr.a (mgr.14403) 2592 : cluster 0 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-07T18:19:13.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:12 smithi135 bash[32435]: cluster 2023-12-07T18:19:11.847366+0000 mgr.a (mgr.14403) 2592 : cluster 0 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-07T18:19:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:12 smithi079 bash[28699]: cluster 2023-12-07T18:19:11.847366+0000 mgr.a (mgr.14403) 2592 : cluster 0 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-07T18:19:14.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:13 smithi194 bash[32038]: audit 2023-12-07T18:19:12.064684+0000 mgr.a (mgr.14403) 2593 : audit 0 from='client.63675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:14.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:13 smithi135 bash[32435]: audit 2023-12-07T18:19:12.064684+0000 mgr.a (mgr.14403) 2593 : audit 0 from='client.63675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:14.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:13 smithi079 bash[28699]: audit 2023-12-07T18:19:12.064684+0000 mgr.a (mgr.14403) 2593 : audit 0 from='client.63675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:15.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:14 smithi194 bash[32038]: cluster 2023-12-07T18:19:13.848250+0000 mgr.a (mgr.14403) 2594 : cluster 0 pgmap v1931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:15.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:14 smithi135 bash[32435]: cluster 2023-12-07T18:19:13.848250+0000 mgr.a (mgr.14403) 2594 : cluster 0 pgmap v1931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:14 smithi079 bash[28699]: cluster 2023-12-07T18:19:13.848250+0000 mgr.a (mgr.14403) 2594 : cluster 0 pgmap v1931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:17.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:16 smithi194 bash[32038]: cluster 2023-12-07T18:19:15.848793+0000 mgr.a (mgr.14403) 2595 : cluster 0 pgmap v1932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:17.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:16 smithi135 bash[32435]: cluster 2023-12-07T18:19:15.848793+0000 mgr.a (mgr.14403) 2595 : cluster 0 pgmap v1932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:16 smithi079 bash[28699]: cluster 2023-12-07T18:19:15.848793+0000 mgr.a (mgr.14403) 2595 : cluster 0 pgmap v1932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:17.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:19:17.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:17.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:18.486 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:19:18.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:18.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:18.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:18.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:19:19.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:18 smithi194 bash[32038]: cluster 2023-12-07T18:19:17.849363+0000 mgr.a (mgr.14403) 2596 : cluster 0 pgmap v1933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:19.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:18 smithi194 bash[32038]: audit 2023-12-07T18:19:17.974178+0000 mgr.a (mgr.14403) 2597 : audit 0 from='client.63750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:19.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:18 smithi135 bash[32435]: cluster 2023-12-07T18:19:17.849363+0000 mgr.a (mgr.14403) 2596 : cluster 0 pgmap v1933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:19.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:18 smithi135 bash[32435]: audit 2023-12-07T18:19:17.974178+0000 mgr.a (mgr.14403) 2597 : audit 0 from='client.63750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:18 smithi079 bash[28699]: cluster 2023-12-07T18:19:17.849363+0000 mgr.a (mgr.14403) 2596 : cluster 0 pgmap v1933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:19.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:18 smithi079 bash[28699]: audit 2023-12-07T18:19:17.974178+0000 mgr.a (mgr.14403) 2597 : audit 0 from='client.63750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:20.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:20 smithi079 bash[28699]: cluster 2023-12-07T18:19:19.850280+0000 mgr.a (mgr.14403) 2598 : cluster 0 pgmap v1934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:19:20.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:20 smithi194 bash[32038]: cluster 2023-12-07T18:19:19.850280+0000 mgr.a (mgr.14403) 2598 : cluster 0 pgmap v1934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:19:20.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:20 smithi135 bash[32435]: cluster 2023-12-07T18:19:19.850280+0000 mgr.a (mgr.14403) 2598 : cluster 0 pgmap v1934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:19:23.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:22 smithi194 bash[32038]: cluster 2023-12-07T18:19:21.850828+0000 mgr.a (mgr.14403) 2599 : cluster 0 pgmap v1935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:19:23.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:22 smithi135 bash[32435]: cluster 2023-12-07T18:19:21.850828+0000 mgr.a (mgr.14403) 2599 : cluster 0 pgmap v1935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:19:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:22 smithi079 bash[28699]: cluster 2023-12-07T18:19:21.850828+0000 mgr.a (mgr.14403) 2599 : cluster 0 pgmap v1935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:19:23.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:19:23.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:23.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:24.409 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:19:24.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:24.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:24.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:24.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:19:25.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:24 smithi194 bash[32038]: cluster 2023-12-07T18:19:23.851686+0000 mgr.a (mgr.14403) 2600 : cluster 0 pgmap v1936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:25.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:24 smithi194 bash[32038]: audit 2023-12-07T18:19:23.892041+0000 mgr.a (mgr.14403) 2601 : audit 0 from='client.63825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:25.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:24 smithi135 bash[32435]: cluster 2023-12-07T18:19:23.851686+0000 mgr.a (mgr.14403) 2600 : cluster 0 pgmap v1936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:25.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:24 smithi135 bash[32435]: audit 2023-12-07T18:19:23.892041+0000 mgr.a (mgr.14403) 2601 : audit 0 from='client.63825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:24 smithi079 bash[28699]: cluster 2023-12-07T18:19:23.851686+0000 mgr.a (mgr.14403) 2600 : cluster 0 pgmap v1936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:24 smithi079 bash[28699]: audit 2023-12-07T18:19:23.892041+0000 mgr.a (mgr.14403) 2601 : audit 0 from='client.63825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:27.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:26 smithi194 bash[32038]: cluster 2023-12-07T18:19:25.852384+0000 mgr.a (mgr.14403) 2602 : cluster 0 pgmap v1937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:27.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:26 smithi135 bash[32435]: cluster 2023-12-07T18:19:25.852384+0000 mgr.a (mgr.14403) 2602 : cluster 0 pgmap v1937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:26 smithi079 bash[28699]: cluster 2023-12-07T18:19:25.852384+0000 mgr.a (mgr.14403) 2602 : cluster 0 pgmap v1937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:29.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:28 smithi194 bash[32038]: cluster 2023-12-07T18:19:27.852956+0000 mgr.a (mgr.14403) 2603 : cluster 0 pgmap v1938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:29.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:28 smithi135 bash[32435]: cluster 2023-12-07T18:19:27.852956+0000 mgr.a (mgr.14403) 2603 : cluster 0 pgmap v1938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:28 smithi079 bash[28699]: cluster 2023-12-07T18:19:27.852956+0000 mgr.a (mgr.14403) 2603 : cluster 0 pgmap v1938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:29.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:19:29.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:29.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:30.327 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:19:30.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:30.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:30.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:30.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:19:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:30 smithi079 bash[28699]: audit 2023-12-07T18:19:29.810176+0000 mgr.a (mgr.14403) 2604 : audit 0 from='client.63903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:30 smithi079 bash[28699]: cluster 2023-12-07T18:19:29.854104+0000 mgr.a (mgr.14403) 2605 : cluster 0 pgmap v1939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:30 smithi194 bash[32038]: audit 2023-12-07T18:19:29.810176+0000 mgr.a (mgr.14403) 2604 : audit 0 from='client.63903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:30 smithi194 bash[32038]: cluster 2023-12-07T18:19:29.854104+0000 mgr.a (mgr.14403) 2605 : cluster 0 pgmap v1939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:30 smithi135 bash[32435]: audit 2023-12-07T18:19:29.810176+0000 mgr.a (mgr.14403) 2604 : audit 0 from='client.63903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:30 smithi135 bash[32435]: cluster 2023-12-07T18:19:29.854104+0000 mgr.a (mgr.14403) 2605 : cluster 0 pgmap v1939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:33.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:32 smithi194 bash[32038]: cluster 2023-12-07T18:19:31.854786+0000 mgr.a (mgr.14403) 2606 : cluster 0 pgmap v1940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:19:33.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:32 smithi135 bash[32435]: cluster 2023-12-07T18:19:31.854786+0000 mgr.a (mgr.14403) 2606 : cluster 0 pgmap v1940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:19:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:32 smithi079 bash[28699]: cluster 2023-12-07T18:19:31.854786+0000 mgr.a (mgr.14403) 2606 : cluster 0 pgmap v1940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:19:35.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:34 smithi194 bash[32038]: cluster 2023-12-07T18:19:33.855587+0000 mgr.a (mgr.14403) 2607 : cluster 0 pgmap v1941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:19:35.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:34 smithi135 bash[32435]: cluster 2023-12-07T18:19:33.855587+0000 mgr.a (mgr.14403) 2607 : cluster 0 pgmap v1941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:19:35.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:19:35.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:35.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:34 smithi079 bash[28699]: cluster 2023-12-07T18:19:33.855587+0000 mgr.a (mgr.14403) 2607 : cluster 0 pgmap v1941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:19:36.231 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:19:36.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:36.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:36.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:36.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:19:37.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:36 smithi194 bash[32038]: audit 2023-12-07T18:19:35.733110+0000 mgr.a (mgr.14403) 2608 : audit 0 from='client.63981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:37.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:36 smithi194 bash[32038]: cluster 2023-12-07T18:19:35.855965+0000 mgr.a (mgr.14403) 2609 : cluster 0 pgmap v1942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:37.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:36 smithi135 bash[32435]: audit 2023-12-07T18:19:35.733110+0000 mgr.a (mgr.14403) 2608 : audit 0 from='client.63981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:37.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:36 smithi135 bash[32435]: cluster 2023-12-07T18:19:35.855965+0000 mgr.a (mgr.14403) 2609 : cluster 0 pgmap v1942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:36 smithi079 bash[28699]: audit 2023-12-07T18:19:35.733110+0000 mgr.a (mgr.14403) 2608 : audit 0 from='client.63981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:36 smithi079 bash[28699]: cluster 2023-12-07T18:19:35.855965+0000 mgr.a (mgr.14403) 2609 : cluster 0 pgmap v1942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:39.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:38 smithi194 bash[32038]: cluster 2023-12-07T18:19:37.856577+0000 mgr.a (mgr.14403) 2610 : cluster 0 pgmap v1943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:39.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:38 smithi135 bash[32435]: cluster 2023-12-07T18:19:37.856577+0000 mgr.a (mgr.14403) 2610 : cluster 0 pgmap v1943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:38 smithi079 bash[28699]: cluster 2023-12-07T18:19:37.856577+0000 mgr.a (mgr.14403) 2610 : cluster 0 pgmap v1943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:40.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:40 smithi079 bash[28699]: cluster 2023-12-07T18:19:39.857430+0000 mgr.a (mgr.14403) 2611 : cluster 0 pgmap v1944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:40.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:40 smithi194 bash[32038]: cluster 2023-12-07T18:19:39.857430+0000 mgr.a (mgr.14403) 2611 : cluster 0 pgmap v1944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:40 smithi135 bash[32435]: cluster 2023-12-07T18:19:39.857430+0000 mgr.a (mgr.14403) 2611 : cluster 0 pgmap v1944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:41.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:19:41.234 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:41.234 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:42.150 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:19:42.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:42.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:42.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:42.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:19:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:42 smithi194 bash[32038]: audit 2023-12-07T18:19:41.635004+0000 mgr.a (mgr.14403) 2612 : audit 0 from='client.64056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:43.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:42 smithi194 bash[32038]: cluster 2023-12-07T18:19:41.858234+0000 mgr.a (mgr.14403) 2613 : cluster 0 pgmap v1945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:43.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:42 smithi135 bash[32435]: audit 2023-12-07T18:19:41.635004+0000 mgr.a (mgr.14403) 2612 : audit 0 from='client.64056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:43.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:42 smithi135 bash[32435]: cluster 2023-12-07T18:19:41.858234+0000 mgr.a (mgr.14403) 2613 : cluster 0 pgmap v1945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:42 smithi079 bash[28699]: audit 2023-12-07T18:19:41.635004+0000 mgr.a (mgr.14403) 2612 : audit 0 from='client.64056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:43.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:42 smithi079 bash[28699]: cluster 2023-12-07T18:19:41.858234+0000 mgr.a (mgr.14403) 2613 : cluster 0 pgmap v1945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:45.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:44 smithi194 bash[32038]: cluster 2023-12-07T18:19:43.859112+0000 mgr.a (mgr.14403) 2614 : cluster 0 pgmap v1946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:45.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:44 smithi194 bash[32038]: audit 2023-12-07T18:19:44.474437+0000 mon.a (mon.0) 830 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:19:45.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:44 smithi135 bash[32435]: cluster 2023-12-07T18:19:43.859112+0000 mgr.a (mgr.14403) 2614 : cluster 0 pgmap v1946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:45.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:44 smithi135 bash[32435]: audit 2023-12-07T18:19:44.474437+0000 mon.a (mon.0) 830 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:19:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:44 smithi079 bash[28699]: cluster 2023-12-07T18:19:43.859112+0000 mgr.a (mgr.14403) 2614 : cluster 0 pgmap v1946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:44 smithi079 bash[28699]: audit 2023-12-07T18:19:44.474437+0000 mon.a (mon.0) 830 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:19:46.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:45 smithi194 bash[32038]: audit 2023-12-07T18:19:45.211696+0000 mon.a (mon.0) 831 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:19:46.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:45 smithi194 bash[32038]: audit 2023-12-07T18:19:45.213411+0000 mon.a (mon.0) 832 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:19:46.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:45 smithi194 bash[32038]: audit 2023-12-07T18:19:45.223277+0000 mon.a (mon.0) 833 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:19:46.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:45 smithi135 bash[32435]: audit 2023-12-07T18:19:45.211696+0000 mon.a (mon.0) 831 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:19:46.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:45 smithi135 bash[32435]: audit 2023-12-07T18:19:45.213411+0000 mon.a (mon.0) 832 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:19:46.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:45 smithi135 bash[32435]: audit 2023-12-07T18:19:45.223277+0000 mon.a (mon.0) 833 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:19:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:45 smithi079 bash[28699]: audit 2023-12-07T18:19:45.211696+0000 mon.a (mon.0) 831 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:19:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:45 smithi079 bash[28699]: audit 2023-12-07T18:19:45.213411+0000 mon.a (mon.0) 832 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:19:46.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:45 smithi079 bash[28699]: audit 2023-12-07T18:19:45.223277+0000 mon.a (mon.0) 833 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:19:47.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:19:47.153 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:47.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:47.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:46 smithi194 bash[32038]: cluster 2023-12-07T18:19:45.859669+0000 mgr.a (mgr.14403) 2615 : cluster 0 pgmap v1947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:47.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:46 smithi135 bash[32435]: cluster 2023-12-07T18:19:45.859669+0000 mgr.a (mgr.14403) 2615 : cluster 0 pgmap v1947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:46 smithi079 bash[28699]: cluster 2023-12-07T18:19:45.859669+0000 mgr.a (mgr.14403) 2615 : cluster 0 pgmap v1947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:48.076 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:19:48.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:48.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:48.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:48.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:19:49.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:48 smithi194 bash[32038]: audit 2023-12-07T18:19:47.555628+0000 mgr.a (mgr.14403) 2616 : audit 0 from='client.64134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:49.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:48 smithi194 bash[32038]: cluster 2023-12-07T18:19:47.860239+0000 mgr.a (mgr.14403) 2617 : cluster 0 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-07T18:19:49.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:48 smithi135 bash[32435]: audit 2023-12-07T18:19:47.555628+0000 mgr.a (mgr.14403) 2616 : audit 0 from='client.64134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:49.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:48 smithi135 bash[32435]: cluster 2023-12-07T18:19:47.860239+0000 mgr.a (mgr.14403) 2617 : cluster 0 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-07T18:19:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:48 smithi079 bash[28699]: audit 2023-12-07T18:19:47.555628+0000 mgr.a (mgr.14403) 2616 : audit 0 from='client.64134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:48 smithi079 bash[28699]: cluster 2023-12-07T18:19:47.860239+0000 mgr.a (mgr.14403) 2617 : cluster 0 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-07T18:19:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:50 smithi079 bash[28699]: cluster 2023-12-07T18:19:49.861116+0000 mgr.a (mgr.14403) 2618 : cluster 0 pgmap v1949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:50 smithi194 bash[32038]: cluster 2023-12-07T18:19:49.861116+0000 mgr.a (mgr.14403) 2618 : cluster 0 pgmap v1949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:50 smithi135 bash[32435]: cluster 2023-12-07T18:19:49.861116+0000 mgr.a (mgr.14403) 2618 : cluster 0 pgmap v1949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:19:53.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:19:53.081 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:53.081 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:53.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:52 smithi194 bash[32038]: cluster 2023-12-07T18:19:51.861674+0000 mgr.a (mgr.14403) 2619 : cluster 0 pgmap v1950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:53.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:52 smithi135 bash[32435]: cluster 2023-12-07T18:19:51.861674+0000 mgr.a (mgr.14403) 2619 : cluster 0 pgmap v1950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:52 smithi079 bash[28699]: cluster 2023-12-07T18:19:51.861674+0000 mgr.a (mgr.14403) 2619 : cluster 0 pgmap v1950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:53.981 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:19:53.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:53.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:53.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:53.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:19:55.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:54 smithi194 bash[32038]: audit 2023-12-07T18:19:53.479417+0000 mgr.a (mgr.14403) 2620 : audit 0 from='client.64206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:55.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:54 smithi194 bash[32038]: cluster 2023-12-07T18:19:53.862738+0000 mgr.a (mgr.14403) 2621 : cluster 0 pgmap v1951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:55.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:54 smithi135 bash[32435]: audit 2023-12-07T18:19:53.479417+0000 mgr.a (mgr.14403) 2620 : audit 0 from='client.64206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:55.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:54 smithi135 bash[32435]: cluster 2023-12-07T18:19:53.862738+0000 mgr.a (mgr.14403) 2621 : cluster 0 pgmap v1951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:54 smithi079 bash[28699]: audit 2023-12-07T18:19:53.479417+0000 mgr.a (mgr.14403) 2620 : audit 0 from='client.64206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:19:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:54 smithi079 bash[28699]: cluster 2023-12-07T18:19:53.862738+0000 mgr.a (mgr.14403) 2621 : cluster 0 pgmap v1951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:19:57.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:56 smithi194 bash[32038]: cluster 2023-12-07T18:19:55.863372+0000 mgr.a (mgr.14403) 2622 : cluster 0 pgmap v1952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:57.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:56 smithi135 bash[32435]: cluster 2023-12-07T18:19:55.863372+0000 mgr.a (mgr.14403) 2622 : cluster 0 pgmap v1952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:56 smithi079 bash[28699]: cluster 2023-12-07T18:19:55.863372+0000 mgr.a (mgr.14403) 2622 : cluster 0 pgmap v1952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:19:58.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:19:58.985 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:19:58.985 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:19:59.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:19:58 smithi194 bash[32038]: cluster 2023-12-07T18:19:57.863865+0000 mgr.a (mgr.14403) 2623 : cluster 0 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-07T18:19:59.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:19:58 smithi135 bash[32435]: cluster 2023-12-07T18:19:57.863865+0000 mgr.a (mgr.14403) 2623 : cluster 0 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-07T18:19:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:19:58 smithi079 bash[28699]: cluster 2023-12-07T18:19:57.863865+0000 mgr.a (mgr.14403) 2623 : cluster 0 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-07T18:19:59.901 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:19:59.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:19:59.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:19:59.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:19:59.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:20:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:00 smithi079 bash[28699]: audit 2023-12-07T18:19:59.394307+0000 mgr.a (mgr.14403) 2624 : audit 0 from='client.64284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:00 smithi079 bash[28699]: cluster 2023-12-07T18:19:59.864902+0000 mgr.a (mgr.14403) 2625 : cluster 0 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-07T18:20:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:00 smithi079 bash[28699]: cluster 2023-12-07T18:20:00.000114+0000 mon.a (mon.0) 834 : cluster 1 overall HEALTH_OK 2023-12-07T18:20:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:00 smithi194 bash[32038]: audit 2023-12-07T18:19:59.394307+0000 mgr.a (mgr.14403) 2624 : audit 0 from='client.64284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:00 smithi194 bash[32038]: cluster 2023-12-07T18:19:59.864902+0000 mgr.a (mgr.14403) 2625 : cluster 0 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-07T18:20:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:00 smithi194 bash[32038]: cluster 2023-12-07T18:20:00.000114+0000 mon.a (mon.0) 834 : cluster 1 overall HEALTH_OK 2023-12-07T18:20:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:00 smithi135 bash[32435]: audit 2023-12-07T18:19:59.394307+0000 mgr.a (mgr.14403) 2624 : audit 0 from='client.64284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:00 smithi135 bash[32435]: cluster 2023-12-07T18:19:59.864902+0000 mgr.a (mgr.14403) 2625 : cluster 0 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-07T18:20:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:00 smithi135 bash[32435]: cluster 2023-12-07T18:20:00.000114+0000 mon.a (mon.0) 834 : cluster 1 overall HEALTH_OK 2023-12-07T18:20:03.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:02 smithi194 bash[32038]: cluster 2023-12-07T18:20:01.865492+0000 mgr.a (mgr.14403) 2626 : cluster 0 pgmap v1955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:03.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:02 smithi135 bash[32435]: cluster 2023-12-07T18:20:01.865492+0000 mgr.a (mgr.14403) 2626 : cluster 0 pgmap v1955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:02 smithi079 bash[28699]: cluster 2023-12-07T18:20:01.865492+0000 mgr.a (mgr.14403) 2626 : cluster 0 pgmap v1955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:04.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:20:04.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:04.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:05.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:04 smithi194 bash[32038]: cluster 2023-12-07T18:20:03.866223+0000 mgr.a (mgr.14403) 2627 : cluster 0 pgmap v1956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:05.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:04 smithi135 bash[32435]: cluster 2023-12-07T18:20:03.866223+0000 mgr.a (mgr.14403) 2627 : cluster 0 pgmap v1956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:04 smithi079 bash[28699]: cluster 2023-12-07T18:20:03.866223+0000 mgr.a (mgr.14403) 2627 : cluster 0 pgmap v1956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:05.777 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:20:05.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:05.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:05.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:05.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:20:07.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:06 smithi194 bash[32038]: audit 2023-12-07T18:20:05.296984+0000 mgr.a (mgr.14403) 2628 : audit 0 from='client.64362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:07.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:06 smithi194 bash[32038]: cluster 2023-12-07T18:20:05.866930+0000 mgr.a (mgr.14403) 2629 : cluster 0 pgmap v1957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:07.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:06 smithi135 bash[32435]: audit 2023-12-07T18:20:05.296984+0000 mgr.a (mgr.14403) 2628 : audit 0 from='client.64362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:07.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:06 smithi135 bash[32435]: cluster 2023-12-07T18:20:05.866930+0000 mgr.a (mgr.14403) 2629 : cluster 0 pgmap v1957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:06 smithi079 bash[28699]: audit 2023-12-07T18:20:05.296984+0000 mgr.a (mgr.14403) 2628 : audit 0 from='client.64362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:06 smithi079 bash[28699]: cluster 2023-12-07T18:20:05.866930+0000 mgr.a (mgr.14403) 2629 : cluster 0 pgmap v1957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:09.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:08 smithi194 bash[32038]: cluster 2023-12-07T18:20:07.867511+0000 mgr.a (mgr.14403) 2630 : cluster 0 pgmap v1958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:09.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:08 smithi135 bash[32435]: cluster 2023-12-07T18:20:07.867511+0000 mgr.a (mgr.14403) 2630 : cluster 0 pgmap v1958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:08 smithi079 bash[28699]: cluster 2023-12-07T18:20:07.867511+0000 mgr.a (mgr.14403) 2630 : cluster 0 pgmap v1958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:10 smithi079 bash[28699]: cluster 2023-12-07T18:20:09.868312+0000 mgr.a (mgr.14403) 2631 : cluster 0 pgmap v1959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:10.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:10 smithi194 bash[32038]: cluster 2023-12-07T18:20:09.868312+0000 mgr.a (mgr.14403) 2631 : cluster 0 pgmap v1959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:10.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:10 smithi135 bash[32435]: cluster 2023-12-07T18:20:09.868312+0000 mgr.a (mgr.14403) 2631 : cluster 0 pgmap v1959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:10.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:20:10.779 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:10.780 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:11.664 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:20:11.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:11.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:11.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:11.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:20:13.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:12 smithi194 bash[32038]: audit 2023-12-07T18:20:11.176973+0000 mgr.a (mgr.14403) 2632 : audit 0 from='client.64437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:13.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:12 smithi194 bash[32038]: cluster 2023-12-07T18:20:11.869116+0000 mgr.a (mgr.14403) 2633 : cluster 0 pgmap v1960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:13.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:12 smithi135 bash[32435]: audit 2023-12-07T18:20:11.176973+0000 mgr.a (mgr.14403) 2632 : audit 0 from='client.64437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:13.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:12 smithi135 bash[32435]: cluster 2023-12-07T18:20:11.869116+0000 mgr.a (mgr.14403) 2633 : cluster 0 pgmap v1960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:12 smithi079 bash[28699]: audit 2023-12-07T18:20:11.176973+0000 mgr.a (mgr.14403) 2632 : audit 0 from='client.64437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:12 smithi079 bash[28699]: cluster 2023-12-07T18:20:11.869116+0000 mgr.a (mgr.14403) 2633 : cluster 0 pgmap v1960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:15.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:14 smithi194 bash[32038]: cluster 2023-12-07T18:20:13.870059+0000 mgr.a (mgr.14403) 2634 : cluster 0 pgmap v1961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:15.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:14 smithi135 bash[32435]: cluster 2023-12-07T18:20:13.870059+0000 mgr.a (mgr.14403) 2634 : cluster 0 pgmap v1961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:14 smithi079 bash[28699]: cluster 2023-12-07T18:20:13.870059+0000 mgr.a (mgr.14403) 2634 : cluster 0 pgmap v1961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:16.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:20:16.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:16.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:17.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:16 smithi194 bash[32038]: cluster 2023-12-07T18:20:15.870613+0000 mgr.a (mgr.14403) 2635 : cluster 0 pgmap v1962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:17.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:16 smithi135 bash[32435]: cluster 2023-12-07T18:20:15.870613+0000 mgr.a (mgr.14403) 2635 : cluster 0 pgmap v1962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:16 smithi079 bash[28699]: cluster 2023-12-07T18:20:15.870613+0000 mgr.a (mgr.14403) 2635 : cluster 0 pgmap v1962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:17.565 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:20:17.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:17.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:17.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:17.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:20:19.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:18 smithi194 bash[32038]: audit 2023-12-07T18:20:17.075068+0000 mgr.a (mgr.14403) 2636 : audit 0 from='client.64515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:19.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:18 smithi194 bash[32038]: cluster 2023-12-07T18:20:17.871270+0000 mgr.a (mgr.14403) 2637 : cluster 0 pgmap v1963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:19.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:18 smithi135 bash[32435]: audit 2023-12-07T18:20:17.075068+0000 mgr.a (mgr.14403) 2636 : audit 0 from='client.64515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:19.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:18 smithi135 bash[32435]: cluster 2023-12-07T18:20:17.871270+0000 mgr.a (mgr.14403) 2637 : cluster 0 pgmap v1963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:18 smithi079 bash[28699]: audit 2023-12-07T18:20:17.075068+0000 mgr.a (mgr.14403) 2636 : audit 0 from='client.64515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:18 smithi079 bash[28699]: cluster 2023-12-07T18:20:17.871270+0000 mgr.a (mgr.14403) 2637 : cluster 0 pgmap v1963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:20.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:20 smithi079 bash[28699]: cluster 2023-12-07T18:20:19.872018+0000 mgr.a (mgr.14403) 2638 : cluster 0 pgmap v1964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:20.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:20 smithi194 bash[32038]: cluster 2023-12-07T18:20:19.872018+0000 mgr.a (mgr.14403) 2638 : cluster 0 pgmap v1964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:20.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:20 smithi135 bash[32435]: cluster 2023-12-07T18:20:19.872018+0000 mgr.a (mgr.14403) 2638 : cluster 0 pgmap v1964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:22.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:20:22.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:22.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:23.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:22 smithi194 bash[32038]: cluster 2023-12-07T18:20:21.872566+0000 mgr.a (mgr.14403) 2639 : cluster 0 pgmap v1965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:23.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:22 smithi135 bash[32435]: cluster 2023-12-07T18:20:21.872566+0000 mgr.a (mgr.14403) 2639 : cluster 0 pgmap v1965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:22 smithi079 bash[28699]: cluster 2023-12-07T18:20:21.872566+0000 mgr.a (mgr.14403) 2639 : cluster 0 pgmap v1965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:23.465 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:20:23.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:23.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:23.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:23.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:20:24.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:23 smithi194 bash[32038]: audit 2023-12-07T18:20:22.968636+0000 mgr.a (mgr.14403) 2640 : audit 0 from='client.64593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:24.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:23 smithi135 bash[32435]: audit 2023-12-07T18:20:22.968636+0000 mgr.a (mgr.14403) 2640 : audit 0 from='client.64593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:24.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:23 smithi079 bash[28699]: audit 2023-12-07T18:20:22.968636+0000 mgr.a (mgr.14403) 2640 : audit 0 from='client.64593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:25.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:24 smithi194 bash[32038]: cluster 2023-12-07T18:20:23.873445+0000 mgr.a (mgr.14403) 2641 : cluster 0 pgmap v1966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:25.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:24 smithi135 bash[32435]: cluster 2023-12-07T18:20:23.873445+0000 mgr.a (mgr.14403) 2641 : cluster 0 pgmap v1966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:24 smithi079 bash[28699]: cluster 2023-12-07T18:20:23.873445+0000 mgr.a (mgr.14403) 2641 : cluster 0 pgmap v1966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:27.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:26 smithi194 bash[32038]: cluster 2023-12-07T18:20:25.874005+0000 mgr.a (mgr.14403) 2642 : cluster 0 pgmap v1967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:27.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:26 smithi135 bash[32435]: cluster 2023-12-07T18:20:25.874005+0000 mgr.a (mgr.14403) 2642 : cluster 0 pgmap v1967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:26 smithi079 bash[28699]: cluster 2023-12-07T18:20:25.874005+0000 mgr.a (mgr.14403) 2642 : cluster 0 pgmap v1967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:28.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:20:28.470 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:28.470 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:29.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:28 smithi194 bash[32038]: cluster 2023-12-07T18:20:27.874569+0000 mgr.a (mgr.14403) 2643 : cluster 0 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-07T18:20:29.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:28 smithi135 bash[32435]: cluster 2023-12-07T18:20:27.874569+0000 mgr.a (mgr.14403) 2643 : cluster 0 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-07T18:20:29.374 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:20:29.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:29.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:29.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:29.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:20:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:28 smithi079 bash[28699]: cluster 2023-12-07T18:20:27.874569+0000 mgr.a (mgr.14403) 2643 : cluster 0 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-07T18:20:30.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:29 smithi194 bash[32038]: audit 2023-12-07T18:20:28.868166+0000 mgr.a (mgr.14403) 2644 : audit 0 from='client.64671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:30.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:29 smithi135 bash[32435]: audit 2023-12-07T18:20:28.868166+0000 mgr.a (mgr.14403) 2644 : audit 0 from='client.64671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:30.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:29 smithi079 bash[28699]: audit 2023-12-07T18:20:28.868166+0000 mgr.a (mgr.14403) 2644 : audit 0 from='client.64671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:31.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:30 smithi194 bash[32038]: cluster 2023-12-07T18:20:29.875529+0000 mgr.a (mgr.14403) 2645 : cluster 0 pgmap v1969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:31.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:30 smithi135 bash[32435]: cluster 2023-12-07T18:20:29.875529+0000 mgr.a (mgr.14403) 2645 : cluster 0 pgmap v1969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:30 smithi079 bash[28699]: cluster 2023-12-07T18:20:29.875529+0000 mgr.a (mgr.14403) 2645 : cluster 0 pgmap v1969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:33.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:32 smithi135 bash[32435]: cluster 2023-12-07T18:20:31.876117+0000 mgr.a (mgr.14403) 2646 : cluster 0 pgmap v1970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:32 smithi079 bash[28699]: cluster 2023-12-07T18:20:31.876117+0000 mgr.a (mgr.14403) 2646 : cluster 0 pgmap v1970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:33.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:32 smithi194 bash[32038]: cluster 2023-12-07T18:20:31.876117+0000 mgr.a (mgr.14403) 2646 : cluster 0 pgmap v1970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:34.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:20:34.378 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:34.378 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:35.282 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:20:35.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:35.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:35.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:35.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:20:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:34 smithi079 bash[28699]: cluster 2023-12-07T18:20:33.876870+0000 mgr.a (mgr.14403) 2647 : cluster 0 pgmap v1971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:35.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:34 smithi194 bash[32038]: cluster 2023-12-07T18:20:33.876870+0000 mgr.a (mgr.14403) 2647 : cluster 0 pgmap v1971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:35.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:34 smithi135 bash[32435]: cluster 2023-12-07T18:20:33.876870+0000 mgr.a (mgr.14403) 2647 : cluster 0 pgmap v1971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:35 smithi079 bash[28699]: audit 2023-12-07T18:20:34.778137+0000 mgr.a (mgr.14403) 2648 : audit 0 from='client.64743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:36.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:35 smithi194 bash[32038]: audit 2023-12-07T18:20:34.778137+0000 mgr.a (mgr.14403) 2648 : audit 0 from='client.64743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:36.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:35 smithi135 bash[32435]: audit 2023-12-07T18:20:34.778137+0000 mgr.a (mgr.14403) 2648 : audit 0 from='client.64743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:36 smithi079 bash[28699]: cluster 2023-12-07T18:20:35.877515+0000 mgr.a (mgr.14403) 2649 : cluster 0 pgmap v1972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:37.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:36 smithi194 bash[32038]: cluster 2023-12-07T18:20:35.877515+0000 mgr.a (mgr.14403) 2649 : cluster 0 pgmap v1972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:37.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:36 smithi135 bash[32435]: cluster 2023-12-07T18:20:35.877515+0000 mgr.a (mgr.14403) 2649 : cluster 0 pgmap v1972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:20:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:38 smithi079 bash[28699]: cluster 2023-12-07T18:20:37.878079+0000 mgr.a (mgr.14403) 2650 : cluster 0 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-07T18:20:39.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:38 smithi194 bash[32038]: cluster 2023-12-07T18:20:37.878079+0000 mgr.a (mgr.14403) 2650 : cluster 0 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-07T18:20:39.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:38 smithi135 bash[32435]: cluster 2023-12-07T18:20:37.878079+0000 mgr.a (mgr.14403) 2650 : cluster 0 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-07T18:20:40.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:20:40.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:40.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:40 smithi079 bash[28699]: cluster 2023-12-07T18:20:39.878933+0000 mgr.a (mgr.14403) 2651 : cluster 0 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-07T18:20:40.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:40 smithi194 bash[32038]: cluster 2023-12-07T18:20:39.878933+0000 mgr.a (mgr.14403) 2651 : cluster 0 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-07T18:20:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:40 smithi135 bash[32435]: cluster 2023-12-07T18:20:39.878933+0000 mgr.a (mgr.14403) 2651 : cluster 0 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-07T18:20:41.166 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:20:41.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:41.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:41.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:41.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:20:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:41 smithi079 bash[28699]: audit 2023-12-07T18:20:40.683864+0000 mgr.a (mgr.14403) 2652 : audit 0 from='client.64821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:41.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:41 smithi194 bash[32038]: audit 2023-12-07T18:20:40.683864+0000 mgr.a (mgr.14403) 2652 : audit 0 from='client.64821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:41.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:41 smithi135 bash[32435]: audit 2023-12-07T18:20:40.683864+0000 mgr.a (mgr.14403) 2652 : audit 0 from='client.64821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:42 smithi079 bash[28699]: cluster 2023-12-07T18:20:41.879874+0000 mgr.a (mgr.14403) 2653 : cluster 0 pgmap v1975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:42 smithi194 bash[32038]: cluster 2023-12-07T18:20:41.879874+0000 mgr.a (mgr.14403) 2653 : cluster 0 pgmap v1975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:42 smithi135 bash[32435]: cluster 2023-12-07T18:20:41.879874+0000 mgr.a (mgr.14403) 2653 : cluster 0 pgmap v1975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:45.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:44 smithi194 bash[32038]: cluster 2023-12-07T18:20:43.880735+0000 mgr.a (mgr.14403) 2654 : cluster 0 pgmap v1976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:45.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:44 smithi135 bash[32435]: cluster 2023-12-07T18:20:43.880735+0000 mgr.a (mgr.14403) 2654 : cluster 0 pgmap v1976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:44 smithi079 bash[28699]: cluster 2023-12-07T18:20:43.880735+0000 mgr.a (mgr.14403) 2654 : cluster 0 pgmap v1976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:46.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:20:46.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:46.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:46.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:45 smithi194 bash[32038]: audit 2023-12-07T18:20:45.326561+0000 mon.a (mon.0) 835 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:20:46.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:45 smithi194 bash[32038]: audit 2023-12-07T18:20:45.854604+0000 mon.a (mon.0) 836 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:20:46.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:45 smithi194 bash[32038]: audit 2023-12-07T18:20:45.860338+0000 mon.a (mon.0) 837 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:20:46.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:45 smithi135 bash[32435]: audit 2023-12-07T18:20:45.326561+0000 mon.a (mon.0) 835 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:20:46.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:45 smithi135 bash[32435]: audit 2023-12-07T18:20:45.854604+0000 mon.a (mon.0) 836 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:20:46.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:45 smithi135 bash[32435]: audit 2023-12-07T18:20:45.860338+0000 mon.a (mon.0) 837 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:20:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:45 smithi079 bash[28699]: audit 2023-12-07T18:20:45.326561+0000 mon.a (mon.0) 835 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:20:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:45 smithi079 bash[28699]: audit 2023-12-07T18:20:45.854604+0000 mon.a (mon.0) 836 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:20:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:45 smithi079 bash[28699]: audit 2023-12-07T18:20:45.860338+0000 mon.a (mon.0) 837 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:20:47.064 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:20:47.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:47.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:47.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:47.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:20:47.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:46 smithi194 bash[32038]: cluster 2023-12-07T18:20:45.881250+0000 mgr.a (mgr.14403) 2655 : cluster 0 pgmap v1977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:47.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:46 smithi194 bash[32038]: audit 2023-12-07T18:20:46.650468+0000 mon.a (mon.0) 838 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:20:47.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:46 smithi194 bash[32038]: audit 2023-12-07T18:20:46.652172+0000 mon.a (mon.0) 839 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:20:47.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:46 smithi194 bash[32038]: audit 2023-12-07T18:20:46.660425+0000 mon.a (mon.0) 840 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:20:47.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:46 smithi135 bash[32435]: cluster 2023-12-07T18:20:45.881250+0000 mgr.a (mgr.14403) 2655 : cluster 0 pgmap v1977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:47.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:46 smithi135 bash[32435]: audit 2023-12-07T18:20:46.650468+0000 mon.a (mon.0) 838 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:20:47.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:46 smithi135 bash[32435]: audit 2023-12-07T18:20:46.652172+0000 mon.a (mon.0) 839 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:20:47.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:46 smithi135 bash[32435]: audit 2023-12-07T18:20:46.660425+0000 mon.a (mon.0) 840 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:20:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:46 smithi079 bash[28699]: cluster 2023-12-07T18:20:45.881250+0000 mgr.a (mgr.14403) 2655 : cluster 0 pgmap v1977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:46 smithi079 bash[28699]: audit 2023-12-07T18:20:46.650468+0000 mon.a (mon.0) 838 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:20:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:46 smithi079 bash[28699]: audit 2023-12-07T18:20:46.652172+0000 mon.a (mon.0) 839 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:20:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:46 smithi079 bash[28699]: audit 2023-12-07T18:20:46.660425+0000 mon.a (mon.0) 840 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:20:48.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:47 smithi194 bash[32038]: audit 2023-12-07T18:20:46.563246+0000 mgr.a (mgr.14403) 2656 : audit 0 from='client.64899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:48.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:47 smithi135 bash[32435]: audit 2023-12-07T18:20:46.563246+0000 mgr.a (mgr.14403) 2656 : audit 0 from='client.64899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:48.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:47 smithi079 bash[28699]: audit 2023-12-07T18:20:46.563246+0000 mgr.a (mgr.14403) 2656 : audit 0 from='client.64899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:49.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:48 smithi194 bash[32038]: cluster 2023-12-07T18:20:47.881942+0000 mgr.a (mgr.14403) 2657 : cluster 0 pgmap v1978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:49.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:48 smithi135 bash[32435]: cluster 2023-12-07T18:20:47.881942+0000 mgr.a (mgr.14403) 2657 : cluster 0 pgmap v1978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:48 smithi079 bash[28699]: cluster 2023-12-07T18:20:47.881942+0000 mgr.a (mgr.14403) 2657 : cluster 0 pgmap v1978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:50 smithi079 bash[28699]: cluster 2023-12-07T18:20:49.882824+0000 mgr.a (mgr.14403) 2658 : cluster 0 pgmap v1979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:50.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:50 smithi194 bash[32038]: cluster 2023-12-07T18:20:49.882824+0000 mgr.a (mgr.14403) 2658 : cluster 0 pgmap v1979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:50 smithi135 bash[32435]: cluster 2023-12-07T18:20:49.882824+0000 mgr.a (mgr.14403) 2658 : cluster 0 pgmap v1979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:52.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:20:52.067 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:52.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:52.972 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:20:52.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:52.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:52.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:52.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:20:53.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:52 smithi194 bash[32038]: cluster 2023-12-07T18:20:51.883411+0000 mgr.a (mgr.14403) 2659 : cluster 0 pgmap v1980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:53.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:52 smithi135 bash[32435]: cluster 2023-12-07T18:20:51.883411+0000 mgr.a (mgr.14403) 2659 : cluster 0 pgmap v1980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:52 smithi079 bash[28699]: cluster 2023-12-07T18:20:51.883411+0000 mgr.a (mgr.14403) 2659 : cluster 0 pgmap v1980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:54.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:53 smithi194 bash[32038]: audit 2023-12-07T18:20:52.467841+0000 mgr.a (mgr.14403) 2660 : audit 0 from='client.64971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:54.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:53 smithi135 bash[32435]: audit 2023-12-07T18:20:52.467841+0000 mgr.a (mgr.14403) 2660 : audit 0 from='client.64971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:53 smithi079 bash[28699]: audit 2023-12-07T18:20:52.467841+0000 mgr.a (mgr.14403) 2660 : audit 0 from='client.64971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:20:55.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:54 smithi194 bash[32038]: cluster 2023-12-07T18:20:53.884376+0000 mgr.a (mgr.14403) 2661 : cluster 0 pgmap v1981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:55.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:54 smithi135 bash[32435]: cluster 2023-12-07T18:20:53.884376+0000 mgr.a (mgr.14403) 2661 : cluster 0 pgmap v1981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:54 smithi079 bash[28699]: cluster 2023-12-07T18:20:53.884376+0000 mgr.a (mgr.14403) 2661 : cluster 0 pgmap v1981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:20:57.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:56 smithi135 bash[32435]: cluster 2023-12-07T18:20:55.884963+0000 mgr.a (mgr.14403) 2662 : cluster 0 pgmap v1982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:56 smithi079 bash[28699]: cluster 2023-12-07T18:20:55.884963+0000 mgr.a (mgr.14403) 2662 : cluster 0 pgmap v1982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:57.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:56 smithi194 bash[32038]: cluster 2023-12-07T18:20:55.884963+0000 mgr.a (mgr.14403) 2662 : cluster 0 pgmap v1982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:57.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:20:57.976 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:20:57.976 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:20:58.855 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:20:58.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:20:58.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:20:58.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:20:58.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:20:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:58 smithi079 bash[28699]: cluster 2023-12-07T18:20:57.885647+0000 mgr.a (mgr.14403) 2663 : cluster 0 pgmap v1983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:59.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:58 smithi194 bash[32038]: cluster 2023-12-07T18:20:57.885647+0000 mgr.a (mgr.14403) 2663 : cluster 0 pgmap v1983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:20:59.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:58 smithi135 bash[32435]: cluster 2023-12-07T18:20:57.885647+0000 mgr.a (mgr.14403) 2663 : cluster 0 pgmap v1983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:00.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:20:59 smithi079 bash[28699]: audit 2023-12-07T18:20:58.376089+0000 mgr.a (mgr.14403) 2664 : audit 0 from='client.65049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:00.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:20:59 smithi194 bash[32038]: audit 2023-12-07T18:20:58.376089+0000 mgr.a (mgr.14403) 2664 : audit 0 from='client.65049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:00.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:20:59 smithi135 bash[32435]: audit 2023-12-07T18:20:58.376089+0000 mgr.a (mgr.14403) 2664 : audit 0 from='client.65049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:00 smithi079 bash[28699]: cluster 2023-12-07T18:20:59.886726+0000 mgr.a (mgr.14403) 2665 : cluster 0 pgmap v1984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:01.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:00 smithi194 bash[32038]: cluster 2023-12-07T18:20:59.886726+0000 mgr.a (mgr.14403) 2665 : cluster 0 pgmap v1984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:01.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:00 smithi135 bash[32435]: cluster 2023-12-07T18:20:59.886726+0000 mgr.a (mgr.14403) 2665 : cluster 0 pgmap v1984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:02 smithi079 bash[28699]: cluster 2023-12-07T18:21:01.887337+0000 mgr.a (mgr.14403) 2666 : cluster 0 pgmap v1985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:03.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:02 smithi194 bash[32038]: cluster 2023-12-07T18:21:01.887337+0000 mgr.a (mgr.14403) 2666 : cluster 0 pgmap v1985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:03.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:02 smithi135 bash[32435]: cluster 2023-12-07T18:21:01.887337+0000 mgr.a (mgr.14403) 2666 : cluster 0 pgmap v1985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:03.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:21:03.857 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:03.858 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:04.752 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:21:04.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:04.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:04.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:04.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:21:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:04 smithi079 bash[28699]: cluster 2023-12-07T18:21:03.887887+0000 mgr.a (mgr.14403) 2667 : cluster 0 pgmap v1986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:05.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:04 smithi194 bash[32038]: cluster 2023-12-07T18:21:03.887887+0000 mgr.a (mgr.14403) 2667 : cluster 0 pgmap v1986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:05.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:04 smithi135 bash[32435]: cluster 2023-12-07T18:21:03.887887+0000 mgr.a (mgr.14403) 2667 : cluster 0 pgmap v1986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:05 smithi079 bash[28699]: audit 2023-12-07T18:21:04.255597+0000 mgr.a (mgr.14403) 2668 : audit 0 from='client.65127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:06.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:05 smithi194 bash[32038]: audit 2023-12-07T18:21:04.255597+0000 mgr.a (mgr.14403) 2668 : audit 0 from='client.65127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:06.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:05 smithi135 bash[32435]: audit 2023-12-07T18:21:04.255597+0000 mgr.a (mgr.14403) 2668 : audit 0 from='client.65127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:06 smithi079 bash[28699]: cluster 2023-12-07T18:21:05.888611+0000 mgr.a (mgr.14403) 2669 : cluster 0 pgmap v1987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:07.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:06 smithi194 bash[32038]: cluster 2023-12-07T18:21:05.888611+0000 mgr.a (mgr.14403) 2669 : cluster 0 pgmap v1987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:07.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:06 smithi135 bash[32435]: cluster 2023-12-07T18:21:05.888611+0000 mgr.a (mgr.14403) 2669 : cluster 0 pgmap v1987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:09.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:08 smithi079 bash[28699]: cluster 2023-12-07T18:21:07.889322+0000 mgr.a (mgr.14403) 2670 : cluster 0 pgmap v1988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:09.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:08 smithi194 bash[32038]: cluster 2023-12-07T18:21:07.889322+0000 mgr.a (mgr.14403) 2670 : cluster 0 pgmap v1988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:09.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:08 smithi135 bash[32435]: cluster 2023-12-07T18:21:07.889322+0000 mgr.a (mgr.14403) 2670 : cluster 0 pgmap v1988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:21:09.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:21:09.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:09.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:10 smithi079 bash[28699]: cluster 2023-12-07T18:21:09.890017+0000 mgr.a (mgr.14403) 2671 : cluster 0 pgmap v1989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:10.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:10.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:10.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:10.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:21:10.667 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:21:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:10 smithi194 bash[32038]: cluster 2023-12-07T18:21:09.890017+0000 mgr.a (mgr.14403) 2671 : cluster 0 pgmap v1989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:10.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:10 smithi135 bash[32435]: cluster 2023-12-07T18:21:09.890017+0000 mgr.a (mgr.14403) 2671 : cluster 0 pgmap v1989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:11 smithi079 bash[28699]: audit 2023-12-07T18:21:10.159339+0000 mgr.a (mgr.14403) 2672 : audit 0 from='client.65199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:11.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:11 smithi194 bash[32038]: audit 2023-12-07T18:21:10.159339+0000 mgr.a (mgr.14403) 2672 : audit 0 from='client.65199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:11.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:11 smithi135 bash[32435]: audit 2023-12-07T18:21:10.159339+0000 mgr.a (mgr.14403) 2672 : audit 0 from='client.65199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:12 smithi079 bash[28699]: cluster 2023-12-07T18:21:11.890716+0000 mgr.a (mgr.14403) 2673 : cluster 0 pgmap v1990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:12 smithi194 bash[32038]: cluster 2023-12-07T18:21:11.890716+0000 mgr.a (mgr.14403) 2673 : cluster 0 pgmap v1990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:12.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:12 smithi135 bash[32435]: cluster 2023-12-07T18:21:11.890716+0000 mgr.a (mgr.14403) 2673 : cluster 0 pgmap v1990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:15.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:14 smithi194 bash[32038]: cluster 2023-12-07T18:21:13.891518+0000 mgr.a (mgr.14403) 2674 : cluster 0 pgmap v1991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:15.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:14 smithi135 bash[32435]: cluster 2023-12-07T18:21:13.891518+0000 mgr.a (mgr.14403) 2674 : cluster 0 pgmap v1991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:14 smithi079 bash[28699]: cluster 2023-12-07T18:21:13.891518+0000 mgr.a (mgr.14403) 2674 : cluster 0 pgmap v1991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:15.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:21:15.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:15.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:16.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:16.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:16.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:16.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:21:16.559 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:21:17.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:16 smithi194 bash[32038]: cluster 2023-12-07T18:21:15.892075+0000 mgr.a (mgr.14403) 2675 : cluster 0 pgmap v1992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:17.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:16 smithi135 bash[32435]: cluster 2023-12-07T18:21:15.892075+0000 mgr.a (mgr.14403) 2675 : cluster 0 pgmap v1992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:16 smithi079 bash[28699]: cluster 2023-12-07T18:21:15.892075+0000 mgr.a (mgr.14403) 2675 : cluster 0 pgmap v1992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:18.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:17 smithi079 bash[28699]: audit 2023-12-07T18:21:16.061548+0000 mgr.a (mgr.14403) 2676 : audit 0 from='client.65274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:18.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:17 smithi194 bash[32038]: audit 2023-12-07T18:21:16.061548+0000 mgr.a (mgr.14403) 2676 : audit 0 from='client.65274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:18.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:17 smithi135 bash[32435]: audit 2023-12-07T18:21:16.061548+0000 mgr.a (mgr.14403) 2676 : audit 0 from='client.65274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:18 smithi079 bash[28699]: cluster 2023-12-07T18:21:17.892779+0000 mgr.a (mgr.14403) 2677 : cluster 0 pgmap v1993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:19.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:18 smithi194 bash[32038]: cluster 2023-12-07T18:21:17.892779+0000 mgr.a (mgr.14403) 2677 : cluster 0 pgmap v1993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:19.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:18 smithi135 bash[32435]: cluster 2023-12-07T18:21:17.892779+0000 mgr.a (mgr.14403) 2677 : cluster 0 pgmap v1993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:20.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:20 smithi079 bash[28699]: cluster 2023-12-07T18:21:19.893649+0000 mgr.a (mgr.14403) 2678 : cluster 0 pgmap v1994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:20.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:20 smithi194 bash[32038]: cluster 2023-12-07T18:21:19.893649+0000 mgr.a (mgr.14403) 2678 : cluster 0 pgmap v1994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:20.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:20 smithi135 bash[32435]: cluster 2023-12-07T18:21:19.893649+0000 mgr.a (mgr.14403) 2678 : cluster 0 pgmap v1994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:21.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:21:21.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:21.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:22.445 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:21:22.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:22.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:22.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:22.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:21:23.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:22 smithi194 bash[32038]: cluster 2023-12-07T18:21:21.894225+0000 mgr.a (mgr.14403) 2679 : cluster 0 pgmap v1995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:23.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:22 smithi194 bash[32038]: audit 2023-12-07T18:21:21.960226+0000 mgr.a (mgr.14403) 2680 : audit 0 from='client.65349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:23.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:22 smithi135 bash[32435]: cluster 2023-12-07T18:21:21.894225+0000 mgr.a (mgr.14403) 2679 : cluster 0 pgmap v1995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:23.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:22 smithi135 bash[32435]: audit 2023-12-07T18:21:21.960226+0000 mgr.a (mgr.14403) 2680 : audit 0 from='client.65349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:22 smithi079 bash[28699]: cluster 2023-12-07T18:21:21.894225+0000 mgr.a (mgr.14403) 2679 : cluster 0 pgmap v1995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:22 smithi079 bash[28699]: audit 2023-12-07T18:21:21.960226+0000 mgr.a (mgr.14403) 2680 : audit 0 from='client.65349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:25.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:24 smithi135 bash[32435]: cluster 2023-12-07T18:21:23.895265+0000 mgr.a (mgr.14403) 2681 : cluster 0 pgmap v1996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:24 smithi079 bash[28699]: cluster 2023-12-07T18:21:23.895265+0000 mgr.a (mgr.14403) 2681 : cluster 0 pgmap v1996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:25.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:24 smithi194 bash[32038]: cluster 2023-12-07T18:21:23.895265+0000 mgr.a (mgr.14403) 2681 : cluster 0 pgmap v1996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:26 smithi079 bash[28699]: cluster 2023-12-07T18:21:25.895932+0000 mgr.a (mgr.14403) 2682 : cluster 0 pgmap v1997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:27.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:21:27.450 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:27.450 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:27.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:26 smithi194 bash[32038]: cluster 2023-12-07T18:21:25.895932+0000 mgr.a (mgr.14403) 2682 : cluster 0 pgmap v1997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:27.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:26 smithi135 bash[32435]: cluster 2023-12-07T18:21:25.895932+0000 mgr.a (mgr.14403) 2682 : cluster 0 pgmap v1997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:28.345 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:21:28.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:28.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:28.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:28.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:21:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:28 smithi079 bash[28699]: audit 2023-12-07T18:21:27.857498+0000 mgr.a (mgr.14403) 2683 : audit 0 from='client.65427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:28 smithi079 bash[28699]: cluster 2023-12-07T18:21:27.896634+0000 mgr.a (mgr.14403) 2684 : cluster 0 pgmap v1998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:29.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:28 smithi194 bash[32038]: audit 2023-12-07T18:21:27.857498+0000 mgr.a (mgr.14403) 2683 : audit 0 from='client.65427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:29.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:28 smithi194 bash[32038]: cluster 2023-12-07T18:21:27.896634+0000 mgr.a (mgr.14403) 2684 : cluster 0 pgmap v1998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:29.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:28 smithi135 bash[32435]: audit 2023-12-07T18:21:27.857498+0000 mgr.a (mgr.14403) 2683 : audit 0 from='client.65427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:29.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:28 smithi135 bash[32435]: cluster 2023-12-07T18:21:27.896634+0000 mgr.a (mgr.14403) 2684 : cluster 0 pgmap v1998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:30 smithi079 bash[28699]: cluster 2023-12-07T18:21:29.897560+0000 mgr.a (mgr.14403) 2685 : cluster 0 pgmap v1999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:30 smithi194 bash[32038]: cluster 2023-12-07T18:21:29.897560+0000 mgr.a (mgr.14403) 2685 : cluster 0 pgmap v1999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:30 smithi135 bash[32435]: cluster 2023-12-07T18:21:29.897560+0000 mgr.a (mgr.14403) 2685 : cluster 0 pgmap v1999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:33.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:32 smithi135 bash[32435]: cluster 2023-12-07T18:21:31.898155+0000 mgr.a (mgr.14403) 2686 : cluster 0 pgmap v2000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:33.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:21:33.349 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:33.349 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:32 smithi079 bash[28699]: cluster 2023-12-07T18:21:31.898155+0000 mgr.a (mgr.14403) 2686 : cluster 0 pgmap v2000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:33.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:32 smithi194 bash[32038]: cluster 2023-12-07T18:21:31.898155+0000 mgr.a (mgr.14403) 2686 : cluster 0 pgmap v2000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:34.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:34.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:34.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:34.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:21:34.265 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:21:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:34 smithi079 bash[28699]: audit 2023-12-07T18:21:33.753571+0000 mgr.a (mgr.14403) 2687 : audit 0 from='client.65505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:34 smithi079 bash[28699]: cluster 2023-12-07T18:21:33.906562+0000 mgr.a (mgr.14403) 2688 : cluster 0 pgmap v2001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:35.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:34 smithi194 bash[32038]: audit 2023-12-07T18:21:33.753571+0000 mgr.a (mgr.14403) 2687 : audit 0 from='client.65505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:35.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:34 smithi194 bash[32038]: cluster 2023-12-07T18:21:33.906562+0000 mgr.a (mgr.14403) 2688 : cluster 0 pgmap v2001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:35.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:34 smithi135 bash[32435]: audit 2023-12-07T18:21:33.753571+0000 mgr.a (mgr.14403) 2687 : audit 0 from='client.65505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:35.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:34 smithi135 bash[32435]: cluster 2023-12-07T18:21:33.906562+0000 mgr.a (mgr.14403) 2688 : cluster 0 pgmap v2001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:36 smithi079 bash[28699]: cluster 2023-12-07T18:21:35.907351+0000 mgr.a (mgr.14403) 2689 : cluster 0 pgmap v2002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:21:37.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:36 smithi194 bash[32038]: cluster 2023-12-07T18:21:35.907351+0000 mgr.a (mgr.14403) 2689 : cluster 0 pgmap v2002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:21:37.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:36 smithi135 bash[32435]: cluster 2023-12-07T18:21:35.907351+0000 mgr.a (mgr.14403) 2689 : cluster 0 pgmap v2002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:21:39.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:21:39.268 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:39.268 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:38 smithi079 bash[28699]: cluster 2023-12-07T18:21:37.907864+0000 mgr.a (mgr.14403) 2690 : cluster 0 pgmap v2003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:21:39.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:38 smithi194 bash[32038]: cluster 2023-12-07T18:21:37.907864+0000 mgr.a (mgr.14403) 2690 : cluster 0 pgmap v2003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:21:39.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:38 smithi135 bash[32435]: cluster 2023-12-07T18:21:37.907864+0000 mgr.a (mgr.14403) 2690 : cluster 0 pgmap v2003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:21:40.160 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:21:40.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:40.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:40.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:40.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:21:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:40 smithi079 bash[28699]: audit 2023-12-07T18:21:39.670590+0000 mgr.a (mgr.14403) 2691 : audit 0 from='client.65580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:40 smithi079 bash[28699]: cluster 2023-12-07T18:21:39.908634+0000 mgr.a (mgr.14403) 2692 : cluster 0 pgmap v2004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:40.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:40 smithi194 bash[32038]: audit 2023-12-07T18:21:39.670590+0000 mgr.a (mgr.14403) 2691 : audit 0 from='client.65580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:40.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:40 smithi194 bash[32038]: cluster 2023-12-07T18:21:39.908634+0000 mgr.a (mgr.14403) 2692 : cluster 0 pgmap v2004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:40 smithi135 bash[32435]: audit 2023-12-07T18:21:39.670590+0000 mgr.a (mgr.14403) 2691 : audit 0 from='client.65580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:40 smithi135 bash[32435]: cluster 2023-12-07T18:21:39.908634+0000 mgr.a (mgr.14403) 2692 : cluster 0 pgmap v2004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:42 smithi079 bash[28699]: cluster 2023-12-07T18:21:41.909297+0000 mgr.a (mgr.14403) 2693 : cluster 0 pgmap v2005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:21:43.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:42 smithi194 bash[32038]: cluster 2023-12-07T18:21:41.909297+0000 mgr.a (mgr.14403) 2693 : cluster 0 pgmap v2005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:21:43.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:42 smithi135 bash[32435]: cluster 2023-12-07T18:21:41.909297+0000 mgr.a (mgr.14403) 2693 : cluster 0 pgmap v2005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:21:45.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:21:45.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:45.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:44 smithi079 bash[28699]: cluster 2023-12-07T18:21:43.910208+0000 mgr.a (mgr.14403) 2694 : cluster 0 pgmap v2006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:45.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:44 smithi194 bash[32038]: cluster 2023-12-07T18:21:43.910208+0000 mgr.a (mgr.14403) 2694 : cluster 0 pgmap v2006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:45.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:44 smithi135 bash[32435]: cluster 2023-12-07T18:21:43.910208+0000 mgr.a (mgr.14403) 2694 : cluster 0 pgmap v2006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:46.065 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:21:46.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:46.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:46.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:46.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:21:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:46 smithi079 bash[28699]: audit 2023-12-07T18:21:45.558311+0000 mgr.a (mgr.14403) 2695 : audit 0 from='client.65655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:46 smithi079 bash[28699]: cluster 2023-12-07T18:21:45.910770+0000 mgr.a (mgr.14403) 2696 : cluster 0 pgmap v2007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:46 smithi079 bash[28699]: audit 2023-12-07T18:21:46.775015+0000 mon.a (mon.0) 841 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:21:47.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:46 smithi194 bash[32038]: audit 2023-12-07T18:21:45.558311+0000 mgr.a (mgr.14403) 2695 : audit 0 from='client.65655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:47.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:46 smithi194 bash[32038]: cluster 2023-12-07T18:21:45.910770+0000 mgr.a (mgr.14403) 2696 : cluster 0 pgmap v2007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:47.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:46 smithi194 bash[32038]: audit 2023-12-07T18:21:46.775015+0000 mon.a (mon.0) 841 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:21:47.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:46 smithi135 bash[32435]: audit 2023-12-07T18:21:45.558311+0000 mgr.a (mgr.14403) 2695 : audit 0 from='client.65655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:47.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:46 smithi135 bash[32435]: cluster 2023-12-07T18:21:45.910770+0000 mgr.a (mgr.14403) 2696 : cluster 0 pgmap v2007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:47.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:46 smithi135 bash[32435]: audit 2023-12-07T18:21:46.775015+0000 mon.a (mon.0) 841 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:21:48.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:48 smithi079 bash[28699]: audit 2023-12-07T18:21:47.304591+0000 mon.a (mon.0) 842 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:21:48.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:48 smithi079 bash[28699]: audit 2023-12-07T18:21:47.311702+0000 mon.a (mon.0) 843 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:21:48.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:48 smithi079 bash[28699]: cluster 2023-12-07T18:21:47.911558+0000 mgr.a (mgr.14403) 2697 : cluster 0 pgmap v2008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:48 smithi079 bash[28699]: audit 2023-12-07T18:21:48.003087+0000 mon.a (mon.0) 844 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:21:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:48 smithi079 bash[28699]: audit 2023-12-07T18:21:48.004772+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:21:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:48 smithi079 bash[28699]: audit 2023-12-07T18:21:48.014296+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:21:48.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:48 smithi194 bash[32038]: audit 2023-12-07T18:21:47.304591+0000 mon.a (mon.0) 842 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:21:48.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:48 smithi194 bash[32038]: audit 2023-12-07T18:21:47.311702+0000 mon.a (mon.0) 843 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:21:48.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:48 smithi194 bash[32038]: cluster 2023-12-07T18:21:47.911558+0000 mgr.a (mgr.14403) 2697 : cluster 0 pgmap v2008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:48.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:48 smithi194 bash[32038]: audit 2023-12-07T18:21:48.003087+0000 mon.a (mon.0) 844 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:21:48.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:48 smithi194 bash[32038]: audit 2023-12-07T18:21:48.004772+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:21:48.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:48 smithi194 bash[32038]: audit 2023-12-07T18:21:48.014296+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:21:48.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:48 smithi135 bash[32435]: audit 2023-12-07T18:21:47.304591+0000 mon.a (mon.0) 842 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:21:48.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:48 smithi135 bash[32435]: audit 2023-12-07T18:21:47.311702+0000 mon.a (mon.0) 843 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:21:48.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:48 smithi135 bash[32435]: cluster 2023-12-07T18:21:47.911558+0000 mgr.a (mgr.14403) 2697 : cluster 0 pgmap v2008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:48.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:48 smithi135 bash[32435]: audit 2023-12-07T18:21:48.003087+0000 mon.a (mon.0) 844 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:21:48.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:48 smithi135 bash[32435]: audit 2023-12-07T18:21:48.004772+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:21:48.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:48 smithi135 bash[32435]: audit 2023-12-07T18:21:48.014296+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:21:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:50 smithi079 bash[28699]: cluster 2023-12-07T18:21:49.912403+0000 mgr.a (mgr.14403) 2698 : cluster 0 pgmap v2009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:50 smithi194 bash[32038]: cluster 2023-12-07T18:21:49.912403+0000 mgr.a (mgr.14403) 2698 : cluster 0 pgmap v2009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:50 smithi135 bash[32435]: cluster 2023-12-07T18:21:49.912403+0000 mgr.a (mgr.14403) 2698 : cluster 0 pgmap v2009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:51.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:21:51.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:51.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:51.967 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:21:51.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:51.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:51.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:51.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:21:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:52 smithi079 bash[28699]: audit 2023-12-07T18:21:51.464787+0000 mgr.a (mgr.14403) 2699 : audit 0 from='client.65730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:52 smithi079 bash[28699]: cluster 2023-12-07T18:21:51.912991+0000 mgr.a (mgr.14403) 2700 : cluster 0 pgmap v2010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:53.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:52 smithi194 bash[32038]: audit 2023-12-07T18:21:51.464787+0000 mgr.a (mgr.14403) 2699 : audit 0 from='client.65730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:53.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:52 smithi194 bash[32038]: cluster 2023-12-07T18:21:51.912991+0000 mgr.a (mgr.14403) 2700 : cluster 0 pgmap v2010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:53.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:52 smithi135 bash[32435]: audit 2023-12-07T18:21:51.464787+0000 mgr.a (mgr.14403) 2699 : audit 0 from='client.65730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:53.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:52 smithi135 bash[32435]: cluster 2023-12-07T18:21:51.912991+0000 mgr.a (mgr.14403) 2700 : cluster 0 pgmap v2010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:54 smithi079 bash[28699]: cluster 2023-12-07T18:21:53.913810+0000 mgr.a (mgr.14403) 2701 : cluster 0 pgmap v2011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:55.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:54 smithi194 bash[32038]: cluster 2023-12-07T18:21:53.913810+0000 mgr.a (mgr.14403) 2701 : cluster 0 pgmap v2011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:55.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:54 smithi135 bash[32435]: cluster 2023-12-07T18:21:53.913810+0000 mgr.a (mgr.14403) 2701 : cluster 0 pgmap v2011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:21:56.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:21:56.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:21:56.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:21:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:56 smithi079 bash[28699]: cluster 2023-12-07T18:21:55.914385+0000 mgr.a (mgr.14403) 2702 : cluster 0 pgmap v2012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:57.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:56 smithi194 bash[32038]: cluster 2023-12-07T18:21:55.914385+0000 mgr.a (mgr.14403) 2702 : cluster 0 pgmap v2012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:57.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:56 smithi135 bash[32435]: cluster 2023-12-07T18:21:55.914385+0000 mgr.a (mgr.14403) 2702 : cluster 0 pgmap v2012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:57.857 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:21:57.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:21:57.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:21:57.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:21:57.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:21:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:58 smithi079 bash[28699]: audit 2023-12-07T18:21:57.373563+0000 mgr.a (mgr.14403) 2703 : audit 0 from='client.65802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:21:58 smithi079 bash[28699]: cluster 2023-12-07T18:21:57.915076+0000 mgr.a (mgr.14403) 2704 : cluster 0 pgmap v2013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:59.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:58 smithi194 bash[32038]: audit 2023-12-07T18:21:57.373563+0000 mgr.a (mgr.14403) 2703 : audit 0 from='client.65802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:59.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:21:58 smithi194 bash[32038]: cluster 2023-12-07T18:21:57.915076+0000 mgr.a (mgr.14403) 2704 : cluster 0 pgmap v2013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:21:59.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:58 smithi135 bash[32435]: audit 2023-12-07T18:21:57.373563+0000 mgr.a (mgr.14403) 2703 : audit 0 from='client.65802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:21:59.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:21:58 smithi135 bash[32435]: cluster 2023-12-07T18:21:57.915076+0000 mgr.a (mgr.14403) 2704 : cluster 0 pgmap v2013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:00 smithi079 bash[28699]: cluster 2023-12-07T18:21:59.915917+0000 mgr.a (mgr.14403) 2705 : cluster 0 pgmap v2014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:00 smithi194 bash[32038]: cluster 2023-12-07T18:21:59.915917+0000 mgr.a (mgr.14403) 2705 : cluster 0 pgmap v2014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:00 smithi135 bash[32435]: cluster 2023-12-07T18:21:59.915917+0000 mgr.a (mgr.14403) 2705 : cluster 0 pgmap v2014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:02.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:22:02.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:02.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:02 smithi079 bash[28699]: cluster 2023-12-07T18:22:01.916494+0000 mgr.a (mgr.14403) 2706 : cluster 0 pgmap v2015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:03.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:02 smithi194 bash[32038]: cluster 2023-12-07T18:22:01.916494+0000 mgr.a (mgr.14403) 2706 : cluster 0 pgmap v2015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:03.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:02 smithi135 bash[32435]: cluster 2023-12-07T18:22:01.916494+0000 mgr.a (mgr.14403) 2706 : cluster 0 pgmap v2015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:03.745 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:22:03.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:03.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:03.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:03.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:22:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:04 smithi079 bash[28699]: audit 2023-12-07T18:22:03.263578+0000 mgr.a (mgr.14403) 2707 : audit 0 from='client.65880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:04 smithi079 bash[28699]: cluster 2023-12-07T18:22:03.917569+0000 mgr.a (mgr.14403) 2708 : cluster 0 pgmap v2016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:22:05.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:04 smithi194 bash[32038]: audit 2023-12-07T18:22:03.263578+0000 mgr.a (mgr.14403) 2707 : audit 0 from='client.65880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:05.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:04 smithi194 bash[32038]: cluster 2023-12-07T18:22:03.917569+0000 mgr.a (mgr.14403) 2708 : cluster 0 pgmap v2016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:22:05.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:04 smithi135 bash[32435]: audit 2023-12-07T18:22:03.263578+0000 mgr.a (mgr.14403) 2707 : audit 0 from='client.65880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:05.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:04 smithi135 bash[32435]: cluster 2023-12-07T18:22:03.917569+0000 mgr.a (mgr.14403) 2708 : cluster 0 pgmap v2016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:22:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:06 smithi079 bash[28699]: cluster 2023-12-07T18:22:05.918203+0000 mgr.a (mgr.14403) 2709 : cluster 0 pgmap v2017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:22:07.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:06 smithi194 bash[32038]: cluster 2023-12-07T18:22:05.918203+0000 mgr.a (mgr.14403) 2709 : cluster 0 pgmap v2017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:22:07.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:06 smithi135 bash[32435]: cluster 2023-12-07T18:22:05.918203+0000 mgr.a (mgr.14403) 2709 : cluster 0 pgmap v2017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:22:08.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:22:08.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:08.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:08 smithi079 bash[28699]: cluster 2023-12-07T18:22:07.918767+0000 mgr.a (mgr.14403) 2710 : cluster 0 pgmap v2018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:22:09.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:08 smithi194 bash[32038]: cluster 2023-12-07T18:22:07.918767+0000 mgr.a (mgr.14403) 2710 : cluster 0 pgmap v2018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:22:09.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:08 smithi135 bash[32435]: cluster 2023-12-07T18:22:07.918767+0000 mgr.a (mgr.14403) 2710 : cluster 0 pgmap v2018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:22:09.659 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:22:09.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:09.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:09.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:09.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:22:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:10 smithi079 bash[28699]: audit 2023-12-07T18:22:09.161405+0000 mgr.a (mgr.14403) 2711 : audit 0 from='client.65955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:10 smithi079 bash[28699]: cluster 2023-12-07T18:22:09.919867+0000 mgr.a (mgr.14403) 2712 : cluster 0 pgmap v2019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:10 smithi194 bash[32038]: audit 2023-12-07T18:22:09.161405+0000 mgr.a (mgr.14403) 2711 : audit 0 from='client.65955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:10 smithi194 bash[32038]: cluster 2023-12-07T18:22:09.919867+0000 mgr.a (mgr.14403) 2712 : cluster 0 pgmap v2019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:10.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:10 smithi135 bash[32435]: audit 2023-12-07T18:22:09.161405+0000 mgr.a (mgr.14403) 2711 : audit 0 from='client.65955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:10.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:10 smithi135 bash[32435]: cluster 2023-12-07T18:22:09.919867+0000 mgr.a (mgr.14403) 2712 : cluster 0 pgmap v2019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:12 smithi079 bash[28699]: cluster 2023-12-07T18:22:11.920392+0000 mgr.a (mgr.14403) 2713 : cluster 0 pgmap v2020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:13.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:12 smithi194 bash[32038]: cluster 2023-12-07T18:22:11.920392+0000 mgr.a (mgr.14403) 2713 : cluster 0 pgmap v2020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:13.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:12 smithi135 bash[32435]: cluster 2023-12-07T18:22:11.920392+0000 mgr.a (mgr.14403) 2713 : cluster 0 pgmap v2020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:14.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:22:14.663 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:14.663 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:14 smithi079 bash[28699]: cluster 2023-12-07T18:22:13.921193+0000 mgr.a (mgr.14403) 2714 : cluster 0 pgmap v2021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:15.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:14 smithi194 bash[32038]: cluster 2023-12-07T18:22:13.921193+0000 mgr.a (mgr.14403) 2714 : cluster 0 pgmap v2021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:15.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:14 smithi135 bash[32435]: cluster 2023-12-07T18:22:13.921193+0000 mgr.a (mgr.14403) 2714 : cluster 0 pgmap v2021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:15.554 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:22:15.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:15.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:15.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:15.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:22:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:16 smithi079 bash[28699]: audit 2023-12-07T18:22:15.062206+0000 mgr.a (mgr.14403) 2715 : audit 0 from='client.66027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:16 smithi079 bash[28699]: cluster 2023-12-07T18:22:15.921867+0000 mgr.a (mgr.14403) 2716 : cluster 0 pgmap v2022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:22:17.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:16 smithi194 bash[32038]: audit 2023-12-07T18:22:15.062206+0000 mgr.a (mgr.14403) 2715 : audit 0 from='client.66027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:17.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:16 smithi194 bash[32038]: cluster 2023-12-07T18:22:15.921867+0000 mgr.a (mgr.14403) 2716 : cluster 0 pgmap v2022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:22:17.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:16 smithi135 bash[32435]: audit 2023-12-07T18:22:15.062206+0000 mgr.a (mgr.14403) 2715 : audit 0 from='client.66027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:17.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:16 smithi135 bash[32435]: cluster 2023-12-07T18:22:15.921867+0000 mgr.a (mgr.14403) 2716 : cluster 0 pgmap v2022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:22:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:18 smithi079 bash[28699]: cluster 2023-12-07T18:22:17.922463+0000 mgr.a (mgr.14403) 2717 : cluster 0 pgmap v2023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:22:19.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:18 smithi194 bash[32038]: cluster 2023-12-07T18:22:17.922463+0000 mgr.a (mgr.14403) 2717 : cluster 0 pgmap v2023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:22:19.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:18 smithi135 bash[32435]: cluster 2023-12-07T18:22:17.922463+0000 mgr.a (mgr.14403) 2717 : cluster 0 pgmap v2023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:22:20.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:22:20.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:20.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:20.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:20 smithi079 bash[28699]: cluster 2023-12-07T18:22:19.923336+0000 mgr.a (mgr.14403) 2718 : cluster 0 pgmap v2024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:22:20.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:20 smithi194 bash[32038]: cluster 2023-12-07T18:22:19.923336+0000 mgr.a (mgr.14403) 2718 : cluster 0 pgmap v2024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:22:20.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:20 smithi135 bash[32435]: cluster 2023-12-07T18:22:19.923336+0000 mgr.a (mgr.14403) 2718 : cluster 0 pgmap v2024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:22:21.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:21.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:21.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:21.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:22:21.468 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:22:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:21 smithi079 bash[28699]: audit 2023-12-07T18:22:20.959701+0000 mgr.a (mgr.14403) 2719 : audit 0 from='client.66105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:21.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:21 smithi194 bash[32038]: audit 2023-12-07T18:22:20.959701+0000 mgr.a (mgr.14403) 2719 : audit 0 from='client.66105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:21.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:21 smithi135 bash[32435]: audit 2023-12-07T18:22:20.959701+0000 mgr.a (mgr.14403) 2719 : audit 0 from='client.66105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:22.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:22 smithi079 bash[28699]: cluster 2023-12-07T18:22:21.923973+0000 mgr.a (mgr.14403) 2720 : cluster 0 pgmap v2025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:22.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:22 smithi194 bash[32038]: cluster 2023-12-07T18:22:21.923973+0000 mgr.a (mgr.14403) 2720 : cluster 0 pgmap v2025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:22.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:22 smithi135 bash[32435]: cluster 2023-12-07T18:22:21.923973+0000 mgr.a (mgr.14403) 2720 : cluster 0 pgmap v2025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:24 smithi079 bash[28699]: cluster 2023-12-07T18:22:23.924841+0000 mgr.a (mgr.14403) 2721 : cluster 0 pgmap v2026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:25.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:24 smithi194 bash[32038]: cluster 2023-12-07T18:22:23.924841+0000 mgr.a (mgr.14403) 2721 : cluster 0 pgmap v2026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:25.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:24 smithi135 bash[32435]: cluster 2023-12-07T18:22:23.924841+0000 mgr.a (mgr.14403) 2721 : cluster 0 pgmap v2026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:26.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:22:26.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:26.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:27.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:22:27.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:27.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:27.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:27.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:22:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:26 smithi079 bash[28699]: cluster 2023-12-07T18:22:25.925607+0000 mgr.a (mgr.14403) 2722 : cluster 0 pgmap v2027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:27.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:26 smithi194 bash[32038]: cluster 2023-12-07T18:22:25.925607+0000 mgr.a (mgr.14403) 2722 : cluster 0 pgmap v2027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:27.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:26 smithi135 bash[32435]: cluster 2023-12-07T18:22:25.925607+0000 mgr.a (mgr.14403) 2722 : cluster 0 pgmap v2027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:28.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:27 smithi079 bash[28699]: audit 2023-12-07T18:22:26.874357+0000 mgr.a (mgr.14403) 2723 : audit 0 from='client.66180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:28.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:27 smithi194 bash[32038]: audit 2023-12-07T18:22:26.874357+0000 mgr.a (mgr.14403) 2723 : audit 0 from='client.66180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:27 smithi135 bash[32435]: audit 2023-12-07T18:22:26.874357+0000 mgr.a (mgr.14403) 2723 : audit 0 from='client.66180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:28 smithi079 bash[28699]: cluster 2023-12-07T18:22:27.926319+0000 mgr.a (mgr.14403) 2724 : cluster 0 pgmap v2028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:29.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:28 smithi194 bash[32038]: cluster 2023-12-07T18:22:27.926319+0000 mgr.a (mgr.14403) 2724 : cluster 0 pgmap v2028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:28 smithi135 bash[32435]: cluster 2023-12-07T18:22:27.926319+0000 mgr.a (mgr.14403) 2724 : cluster 0 pgmap v2028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:30 smithi079 bash[28699]: cluster 2023-12-07T18:22:29.927192+0000 mgr.a (mgr.14403) 2725 : cluster 0 pgmap v2029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:30 smithi194 bash[32038]: cluster 2023-12-07T18:22:29.927192+0000 mgr.a (mgr.14403) 2725 : cluster 0 pgmap v2029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:30 smithi135 bash[32435]: cluster 2023-12-07T18:22:29.927192+0000 mgr.a (mgr.14403) 2725 : cluster 0 pgmap v2029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:32.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:22:32.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:32.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:33.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:33.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:33.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:33.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:22:33.254 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:22:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:32 smithi079 bash[28699]: cluster 2023-12-07T18:22:31.927687+0000 mgr.a (mgr.14403) 2726 : cluster 0 pgmap v2030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:33.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:32 smithi194 bash[32038]: cluster 2023-12-07T18:22:31.927687+0000 mgr.a (mgr.14403) 2726 : cluster 0 pgmap v2030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:32 smithi135 bash[32435]: cluster 2023-12-07T18:22:31.927687+0000 mgr.a (mgr.14403) 2726 : cluster 0 pgmap v2030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:34.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:33 smithi079 bash[28699]: audit 2023-12-07T18:22:32.761190+0000 mgr.a (mgr.14403) 2727 : audit 0 from='client.66255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:34.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:33 smithi194 bash[32038]: audit 2023-12-07T18:22:32.761190+0000 mgr.a (mgr.14403) 2727 : audit 0 from='client.66255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:34.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:33 smithi135 bash[32435]: audit 2023-12-07T18:22:32.761190+0000 mgr.a (mgr.14403) 2727 : audit 0 from='client.66255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:34 smithi079 bash[28699]: cluster 2023-12-07T18:22:33.928618+0000 mgr.a (mgr.14403) 2728 : cluster 0 pgmap v2031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:35.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:34 smithi194 bash[32038]: cluster 2023-12-07T18:22:33.928618+0000 mgr.a (mgr.14403) 2728 : cluster 0 pgmap v2031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:35.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:34 smithi135 bash[32435]: cluster 2023-12-07T18:22:33.928618+0000 mgr.a (mgr.14403) 2728 : cluster 0 pgmap v2031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:36 smithi079 bash[28699]: cluster 2023-12-07T18:22:35.929232+0000 mgr.a (mgr.14403) 2729 : cluster 0 pgmap v2032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:37.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:36 smithi194 bash[32038]: cluster 2023-12-07T18:22:35.929232+0000 mgr.a (mgr.14403) 2729 : cluster 0 pgmap v2032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:37.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:36 smithi135 bash[32435]: cluster 2023-12-07T18:22:35.929232+0000 mgr.a (mgr.14403) 2729 : cluster 0 pgmap v2032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:38.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:22:38.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:38.258 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:39.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:39.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:39.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:39.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:22:39.157 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:22:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:39 smithi079 bash[28699]: cluster 2023-12-07T18:22:37.929770+0000 mgr.a (mgr.14403) 2730 : cluster 0 pgmap v2033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:39.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:39 smithi194 bash[32038]: cluster 2023-12-07T18:22:37.929770+0000 mgr.a (mgr.14403) 2730 : cluster 0 pgmap v2033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:39.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:39 smithi135 bash[32435]: cluster 2023-12-07T18:22:37.929770+0000 mgr.a (mgr.14403) 2730 : cluster 0 pgmap v2033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:40.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:40 smithi079 bash[28699]: audit 2023-12-07T18:22:38.657486+0000 mgr.a (mgr.14403) 2731 : audit 0 from='client.66327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:40.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:40 smithi194 bash[32038]: audit 2023-12-07T18:22:38.657486+0000 mgr.a (mgr.14403) 2731 : audit 0 from='client.66327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:40.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:40 smithi135 bash[32435]: audit 2023-12-07T18:22:38.657486+0000 mgr.a (mgr.14403) 2731 : audit 0 from='client.66327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:41 smithi079 bash[28699]: cluster 2023-12-07T18:22:39.930663+0000 mgr.a (mgr.14403) 2732 : cluster 0 pgmap v2034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:41.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:41 smithi194 bash[32038]: cluster 2023-12-07T18:22:39.930663+0000 mgr.a (mgr.14403) 2732 : cluster 0 pgmap v2034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:41.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:41 smithi135 bash[32435]: cluster 2023-12-07T18:22:39.930663+0000 mgr.a (mgr.14403) 2732 : cluster 0 pgmap v2034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:43 smithi079 bash[28699]: cluster 2023-12-07T18:22:41.931268+0000 mgr.a (mgr.14403) 2733 : cluster 0 pgmap v2035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:43.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:43 smithi194 bash[32038]: cluster 2023-12-07T18:22:41.931268+0000 mgr.a (mgr.14403) 2733 : cluster 0 pgmap v2035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:43.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:43 smithi135 bash[32435]: cluster 2023-12-07T18:22:41.931268+0000 mgr.a (mgr.14403) 2733 : cluster 0 pgmap v2035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:44.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:22:44.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:44.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:45.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:45.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:45.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:45.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:22:45.035 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:22:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:45 smithi079 bash[28699]: cluster 2023-12-07T18:22:43.932002+0000 mgr.a (mgr.14403) 2734 : cluster 0 pgmap v2036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:45.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:45 smithi194 bash[32038]: cluster 2023-12-07T18:22:43.932002+0000 mgr.a (mgr.14403) 2734 : cluster 0 pgmap v2036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:45.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:45 smithi135 bash[32435]: cluster 2023-12-07T18:22:43.932002+0000 mgr.a (mgr.14403) 2734 : cluster 0 pgmap v2036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:46 smithi079 bash[28699]: audit 2023-12-07T18:22:44.563130+0000 mgr.a (mgr.14403) 2735 : audit 0 from='client.66405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:46.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:46 smithi194 bash[32038]: audit 2023-12-07T18:22:44.563130+0000 mgr.a (mgr.14403) 2735 : audit 0 from='client.66405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:46.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:46 smithi135 bash[32435]: audit 2023-12-07T18:22:44.563130+0000 mgr.a (mgr.14403) 2735 : audit 0 from='client.66405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:47 smithi079 bash[28699]: cluster 2023-12-07T18:22:45.932596+0000 mgr.a (mgr.14403) 2736 : cluster 0 pgmap v2037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:47.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:47 smithi194 bash[32038]: cluster 2023-12-07T18:22:45.932596+0000 mgr.a (mgr.14403) 2736 : cluster 0 pgmap v2037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:47.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:47 smithi135 bash[32435]: cluster 2023-12-07T18:22:45.932596+0000 mgr.a (mgr.14403) 2736 : cluster 0 pgmap v2037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:49 smithi079 bash[28699]: cluster 2023-12-07T18:22:47.933197+0000 mgr.a (mgr.14403) 2737 : cluster 0 pgmap v2038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:49 smithi079 bash[28699]: audit 2023-12-07T18:22:48.117643+0000 mon.a (mon.0) 847 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:22:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:49 smithi079 bash[28699]: audit 2023-12-07T18:22:48.650564+0000 mon.a (mon.0) 848 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:22:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:49 smithi079 bash[28699]: audit 2023-12-07T18:22:48.662389+0000 mon.a (mon.0) 849 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:22:49.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:49 smithi194 bash[32038]: cluster 2023-12-07T18:22:47.933197+0000 mgr.a (mgr.14403) 2737 : cluster 0 pgmap v2038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:49.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:49 smithi194 bash[32038]: audit 2023-12-07T18:22:48.117643+0000 mon.a (mon.0) 847 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:22:49.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:49 smithi194 bash[32038]: audit 2023-12-07T18:22:48.650564+0000 mon.a (mon.0) 848 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:22:49.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:49 smithi194 bash[32038]: audit 2023-12-07T18:22:48.662389+0000 mon.a (mon.0) 849 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:22:49.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:49 smithi135 bash[32435]: cluster 2023-12-07T18:22:47.933197+0000 mgr.a (mgr.14403) 2737 : cluster 0 pgmap v2038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:22:49.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:49 smithi135 bash[32435]: audit 2023-12-07T18:22:48.117643+0000 mon.a (mon.0) 847 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:22:49.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:49 smithi135 bash[32435]: audit 2023-12-07T18:22:48.650564+0000 mon.a (mon.0) 848 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:22:49.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:49 smithi135 bash[32435]: audit 2023-12-07T18:22:48.662389+0000 mon.a (mon.0) 849 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:22:50.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:22:50.038 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:50.038 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:50 smithi079 bash[28699]: audit 2023-12-07T18:22:49.354716+0000 mon.a (mon.0) 850 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:22:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:50 smithi079 bash[28699]: audit 2023-12-07T18:22:49.356534+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:22:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:50 smithi079 bash[28699]: audit 2023-12-07T18:22:49.366374+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:22:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:50 smithi079 bash[28699]: cluster 2023-12-07T18:22:49.934127+0000 mgr.a (mgr.14403) 2738 : cluster 0 pgmap v2039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:50 smithi194 bash[32038]: audit 2023-12-07T18:22:49.354716+0000 mon.a (mon.0) 850 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:22:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:50 smithi194 bash[32038]: audit 2023-12-07T18:22:49.356534+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:22:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:50 smithi194 bash[32038]: audit 2023-12-07T18:22:49.366374+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:22:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:50 smithi194 bash[32038]: cluster 2023-12-07T18:22:49.934127+0000 mgr.a (mgr.14403) 2738 : cluster 0 pgmap v2039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:50 smithi135 bash[32435]: audit 2023-12-07T18:22:49.354716+0000 mon.a (mon.0) 850 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:22:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:50 smithi135 bash[32435]: audit 2023-12-07T18:22:49.356534+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:22:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:50 smithi135 bash[32435]: audit 2023-12-07T18:22:49.366374+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:22:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:50 smithi135 bash[32435]: cluster 2023-12-07T18:22:49.934127+0000 mgr.a (mgr.14403) 2738 : cluster 0 pgmap v2039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:50.965 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:22:50.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:50.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:50.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:50.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:22:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:51 smithi079 bash[28699]: audit 2023-12-07T18:22:50.442032+0000 mgr.a (mgr.14403) 2739 : audit 0 from='client.66483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:51.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:51 smithi194 bash[32038]: audit 2023-12-07T18:22:50.442032+0000 mgr.a (mgr.14403) 2739 : audit 0 from='client.66483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:51.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:51 smithi135 bash[32435]: audit 2023-12-07T18:22:50.442032+0000 mgr.a (mgr.14403) 2739 : audit 0 from='client.66483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:52.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:52 smithi079 bash[28699]: cluster 2023-12-07T18:22:51.934837+0000 mgr.a (mgr.14403) 2740 : cluster 0 pgmap v2040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:52 smithi194 bash[32038]: cluster 2023-12-07T18:22:51.934837+0000 mgr.a (mgr.14403) 2740 : cluster 0 pgmap v2040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:52.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:52 smithi135 bash[32435]: cluster 2023-12-07T18:22:51.934837+0000 mgr.a (mgr.14403) 2740 : cluster 0 pgmap v2040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:54 smithi079 bash[28699]: cluster 2023-12-07T18:22:53.935669+0000 mgr.a (mgr.14403) 2741 : cluster 0 pgmap v2041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:55.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:54 smithi194 bash[32038]: cluster 2023-12-07T18:22:53.935669+0000 mgr.a (mgr.14403) 2741 : cluster 0 pgmap v2041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:55.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:54 smithi135 bash[32435]: cluster 2023-12-07T18:22:53.935669+0000 mgr.a (mgr.14403) 2741 : cluster 0 pgmap v2041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:22:55.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:22:55.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:22:55.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:22:56.882 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:22:56.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:22:56.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:22:56.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:22:56.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:22:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:56 smithi079 bash[28699]: cluster 2023-12-07T18:22:55.936220+0000 mgr.a (mgr.14403) 2742 : cluster 0 pgmap v2042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:57.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:56 smithi194 bash[32038]: cluster 2023-12-07T18:22:55.936220+0000 mgr.a (mgr.14403) 2742 : cluster 0 pgmap v2042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:57.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:56 smithi135 bash[32435]: cluster 2023-12-07T18:22:55.936220+0000 mgr.a (mgr.14403) 2742 : cluster 0 pgmap v2042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:58 smithi079 bash[28699]: audit 2023-12-07T18:22:56.377304+0000 mgr.a (mgr.14403) 2743 : audit 0 from='client.66558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:58.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:58 smithi194 bash[32038]: audit 2023-12-07T18:22:56.377304+0000 mgr.a (mgr.14403) 2743 : audit 0 from='client.66558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:58 smithi135 bash[32435]: audit 2023-12-07T18:22:56.377304+0000 mgr.a (mgr.14403) 2743 : audit 0 from='client.66558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:22:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:22:59 smithi079 bash[28699]: cluster 2023-12-07T18:22:57.936882+0000 mgr.a (mgr.14403) 2744 : cluster 0 pgmap v2043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:59.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:22:59 smithi194 bash[32038]: cluster 2023-12-07T18:22:57.936882+0000 mgr.a (mgr.14403) 2744 : cluster 0 pgmap v2043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:22:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:22:59 smithi135 bash[32435]: cluster 2023-12-07T18:22:57.936882+0000 mgr.a (mgr.14403) 2744 : cluster 0 pgmap v2043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:00 smithi079 bash[28699]: cluster 2023-12-07T18:22:59.937742+0000 mgr.a (mgr.14403) 2745 : cluster 0 pgmap v2044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:00 smithi194 bash[32038]: cluster 2023-12-07T18:22:59.937742+0000 mgr.a (mgr.14403) 2745 : cluster 0 pgmap v2044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:00 smithi135 bash[32435]: cluster 2023-12-07T18:22:59.937742+0000 mgr.a (mgr.14403) 2745 : cluster 0 pgmap v2044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:01.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:23:01.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:01.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:02.770 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:23:02.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:02.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:02.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:02.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:23:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:02 smithi079 bash[28699]: cluster 2023-12-07T18:23:01.938337+0000 mgr.a (mgr.14403) 2746 : cluster 0 pgmap v2045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:03.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:02 smithi194 bash[32038]: cluster 2023-12-07T18:23:01.938337+0000 mgr.a (mgr.14403) 2746 : cluster 0 pgmap v2045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:03.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:02 smithi135 bash[32435]: cluster 2023-12-07T18:23:01.938337+0000 mgr.a (mgr.14403) 2746 : cluster 0 pgmap v2045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:04.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:04 smithi079 bash[28699]: audit 2023-12-07T18:23:02.277910+0000 mgr.a (mgr.14403) 2747 : audit 0 from='client.66636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:04.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:04 smithi194 bash[32038]: audit 2023-12-07T18:23:02.277910+0000 mgr.a (mgr.14403) 2747 : audit 0 from='client.66636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:04.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:04 smithi135 bash[32435]: audit 2023-12-07T18:23:02.277910+0000 mgr.a (mgr.14403) 2747 : audit 0 from='client.66636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:05 smithi079 bash[28699]: cluster 2023-12-07T18:23:03.939178+0000 mgr.a (mgr.14403) 2748 : cluster 0 pgmap v2046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:05.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:05 smithi194 bash[32038]: cluster 2023-12-07T18:23:03.939178+0000 mgr.a (mgr.14403) 2748 : cluster 0 pgmap v2046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:05.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:05 smithi135 bash[32435]: cluster 2023-12-07T18:23:03.939178+0000 mgr.a (mgr.14403) 2748 : cluster 0 pgmap v2046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:07 smithi079 bash[28699]: cluster 2023-12-07T18:23:05.939752+0000 mgr.a (mgr.14403) 2749 : cluster 0 pgmap v2047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:07.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:07 smithi194 bash[32038]: cluster 2023-12-07T18:23:05.939752+0000 mgr.a (mgr.14403) 2749 : cluster 0 pgmap v2047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:07.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:07 smithi135 bash[32435]: cluster 2023-12-07T18:23:05.939752+0000 mgr.a (mgr.14403) 2749 : cluster 0 pgmap v2047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:07.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:23:07.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:07.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:08.653 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:23:08.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:08.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:08.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:08.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:23:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:09 smithi079 bash[28699]: cluster 2023-12-07T18:23:07.940293+0000 mgr.a (mgr.14403) 2750 : cluster 0 pgmap v2048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:09.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:09 smithi194 bash[32038]: cluster 2023-12-07T18:23:07.940293+0000 mgr.a (mgr.14403) 2750 : cluster 0 pgmap v2048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:09.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:09 smithi135 bash[32435]: cluster 2023-12-07T18:23:07.940293+0000 mgr.a (mgr.14403) 2750 : cluster 0 pgmap v2048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:10.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:10 smithi079 bash[28699]: audit 2023-12-07T18:23:08.167805+0000 mgr.a (mgr.14403) 2751 : audit 0 from='client.62605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:10.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:10 smithi194 bash[32038]: audit 2023-12-07T18:23:08.167805+0000 mgr.a (mgr.14403) 2751 : audit 0 from='client.62605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:10.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:10 smithi135 bash[32435]: audit 2023-12-07T18:23:08.167805+0000 mgr.a (mgr.14403) 2751 : audit 0 from='client.62605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:11 smithi079 bash[28699]: cluster 2023-12-07T18:23:09.941266+0000 mgr.a (mgr.14403) 2752 : cluster 0 pgmap v2049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:23:11.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:11 smithi194 bash[32038]: cluster 2023-12-07T18:23:09.941266+0000 mgr.a (mgr.14403) 2752 : cluster 0 pgmap v2049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:23:11.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:11 smithi135 bash[32435]: cluster 2023-12-07T18:23:09.941266+0000 mgr.a (mgr.14403) 2752 : cluster 0 pgmap v2049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:23:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:13 smithi079 bash[28699]: cluster 2023-12-07T18:23:11.941797+0000 mgr.a (mgr.14403) 2753 : cluster 0 pgmap v2050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:23:13.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:13 smithi194 bash[32038]: cluster 2023-12-07T18:23:11.941797+0000 mgr.a (mgr.14403) 2753 : cluster 0 pgmap v2050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:23:13.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:13 smithi135 bash[32435]: cluster 2023-12-07T18:23:11.941797+0000 mgr.a (mgr.14403) 2753 : cluster 0 pgmap v2050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:23:13.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:23:13.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:13.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:14.563 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:23:14.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:14.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:14.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:14.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:23:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:15 smithi079 bash[28699]: cluster 2023-12-07T18:23:13.942553+0000 mgr.a (mgr.14403) 2754 : cluster 0 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-07T18:23:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:15 smithi079 bash[28699]: audit 2023-12-07T18:23:14.053691+0000 mgr.a (mgr.14403) 2755 : audit 0 from='client.66792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:15.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:15 smithi194 bash[32038]: cluster 2023-12-07T18:23:13.942553+0000 mgr.a (mgr.14403) 2754 : cluster 0 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-07T18:23:15.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:15 smithi194 bash[32038]: audit 2023-12-07T18:23:14.053691+0000 mgr.a (mgr.14403) 2755 : audit 0 from='client.66792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:15.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:15 smithi135 bash[32435]: cluster 2023-12-07T18:23:13.942553+0000 mgr.a (mgr.14403) 2754 : cluster 0 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-07T18:23:15.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:15 smithi135 bash[32435]: audit 2023-12-07T18:23:14.053691+0000 mgr.a (mgr.14403) 2755 : audit 0 from='client.66792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:17 smithi079 bash[28699]: cluster 2023-12-07T18:23:15.943232+0000 mgr.a (mgr.14403) 2756 : cluster 0 pgmap v2052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:17.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:17 smithi194 bash[32038]: cluster 2023-12-07T18:23:15.943232+0000 mgr.a (mgr.14403) 2756 : cluster 0 pgmap v2052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:17 smithi135 bash[32435]: cluster 2023-12-07T18:23:15.943232+0000 mgr.a (mgr.14403) 2756 : cluster 0 pgmap v2052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:19 smithi079 bash[28699]: cluster 2023-12-07T18:23:17.943920+0000 mgr.a (mgr.14403) 2757 : cluster 0 pgmap v2053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:19.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:19 smithi194 bash[32038]: cluster 2023-12-07T18:23:17.943920+0000 mgr.a (mgr.14403) 2757 : cluster 0 pgmap v2053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:19.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:19 smithi135 bash[32435]: cluster 2023-12-07T18:23:17.943920+0000 mgr.a (mgr.14403) 2757 : cluster 0 pgmap v2053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:19.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:23:19.566 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:19.566 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:20.468 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:23:20.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:20.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:20.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:20.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:23:20.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:20 smithi079 bash[28699]: cluster 2023-12-07T18:23:19.944738+0000 mgr.a (mgr.14403) 2758 : cluster 0 pgmap v2054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:20.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:20 smithi079 bash[28699]: audit 2023-12-07T18:23:19.960602+0000 mgr.a (mgr.14403) 2759 : audit 0 from='client.66870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:20.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:20 smithi194 bash[32038]: cluster 2023-12-07T18:23:19.944738+0000 mgr.a (mgr.14403) 2758 : cluster 0 pgmap v2054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:20.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:20 smithi194 bash[32038]: audit 2023-12-07T18:23:19.960602+0000 mgr.a (mgr.14403) 2759 : audit 0 from='client.66870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:20.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:20 smithi135 bash[32435]: cluster 2023-12-07T18:23:19.944738+0000 mgr.a (mgr.14403) 2758 : cluster 0 pgmap v2054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:20.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:20 smithi135 bash[32435]: audit 2023-12-07T18:23:19.960602+0000 mgr.a (mgr.14403) 2759 : audit 0 from='client.66870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:23 smithi079 bash[28699]: cluster 2023-12-07T18:23:21.945378+0000 mgr.a (mgr.14403) 2760 : cluster 0 pgmap v2055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:23:23.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:23 smithi194 bash[32038]: cluster 2023-12-07T18:23:21.945378+0000 mgr.a (mgr.14403) 2760 : cluster 0 pgmap v2055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:23:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:23 smithi135 bash[32435]: cluster 2023-12-07T18:23:21.945378+0000 mgr.a (mgr.14403) 2760 : cluster 0 pgmap v2055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:23:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:25 smithi079 bash[28699]: cluster 2023-12-07T18:23:23.946174+0000 mgr.a (mgr.14403) 2761 : cluster 0 pgmap v2056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:23:25.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:25 smithi194 bash[32038]: cluster 2023-12-07T18:23:23.946174+0000 mgr.a (mgr.14403) 2761 : cluster 0 pgmap v2056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:23:25.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:25 smithi135 bash[32435]: cluster 2023-12-07T18:23:23.946174+0000 mgr.a (mgr.14403) 2761 : cluster 0 pgmap v2056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:23:25.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:23:25.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:25.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:26.379 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:23:26.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:26.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:26.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:26.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:23:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:27 smithi079 bash[28699]: audit 2023-12-07T18:23:25.875475+0000 mgr.a (mgr.14403) 2762 : audit 0 from='client.66945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:27 smithi079 bash[28699]: cluster 2023-12-07T18:23:25.946794+0000 mgr.a (mgr.14403) 2763 : cluster 0 pgmap v2057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:27.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:27 smithi194 bash[32038]: audit 2023-12-07T18:23:25.875475+0000 mgr.a (mgr.14403) 2762 : audit 0 from='client.66945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:27.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:27 smithi194 bash[32038]: cluster 2023-12-07T18:23:25.946794+0000 mgr.a (mgr.14403) 2763 : cluster 0 pgmap v2057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:27.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:27 smithi135 bash[32435]: audit 2023-12-07T18:23:25.875475+0000 mgr.a (mgr.14403) 2762 : audit 0 from='client.66945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:27.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:27 smithi135 bash[32435]: cluster 2023-12-07T18:23:25.946794+0000 mgr.a (mgr.14403) 2763 : cluster 0 pgmap v2057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:29 smithi079 bash[28699]: cluster 2023-12-07T18:23:27.947389+0000 mgr.a (mgr.14403) 2764 : cluster 0 pgmap v2058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:29.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:29 smithi194 bash[32038]: cluster 2023-12-07T18:23:27.947389+0000 mgr.a (mgr.14403) 2764 : cluster 0 pgmap v2058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:29 smithi135 bash[32435]: cluster 2023-12-07T18:23:27.947389+0000 mgr.a (mgr.14403) 2764 : cluster 0 pgmap v2058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:30 smithi079 bash[28699]: cluster 2023-12-07T18:23:29.948197+0000 mgr.a (mgr.14403) 2765 : cluster 0 pgmap v2059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:30 smithi194 bash[32038]: cluster 2023-12-07T18:23:29.948197+0000 mgr.a (mgr.14403) 2765 : cluster 0 pgmap v2059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:30.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:30 smithi135 bash[32435]: cluster 2023-12-07T18:23:29.948197+0000 mgr.a (mgr.14403) 2765 : cluster 0 pgmap v2059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:31.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:23:31.383 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:31.383 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:32.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:32.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:32.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:32.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:23:32.278 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:23:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:33 smithi079 bash[28699]: audit 2023-12-07T18:23:31.786138+0000 mgr.a (mgr.14403) 2766 : audit 0 from='client.67020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:33 smithi079 bash[28699]: cluster 2023-12-07T18:23:31.948868+0000 mgr.a (mgr.14403) 2767 : cluster 0 pgmap v2060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:33.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:33 smithi194 bash[32038]: audit 2023-12-07T18:23:31.786138+0000 mgr.a (mgr.14403) 2766 : audit 0 from='client.67020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:33.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:33 smithi194 bash[32038]: cluster 2023-12-07T18:23:31.948868+0000 mgr.a (mgr.14403) 2767 : cluster 0 pgmap v2060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:33.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:33 smithi135 bash[32435]: audit 2023-12-07T18:23:31.786138+0000 mgr.a (mgr.14403) 2766 : audit 0 from='client.67020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:33.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:33 smithi135 bash[32435]: cluster 2023-12-07T18:23:31.948868+0000 mgr.a (mgr.14403) 2767 : cluster 0 pgmap v2060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:35 smithi079 bash[28699]: cluster 2023-12-07T18:23:33.949731+0000 mgr.a (mgr.14403) 2768 : cluster 0 pgmap v2061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:35.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:35 smithi194 bash[32038]: cluster 2023-12-07T18:23:33.949731+0000 mgr.a (mgr.14403) 2768 : cluster 0 pgmap v2061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:35 smithi135 bash[32435]: cluster 2023-12-07T18:23:33.949731+0000 mgr.a (mgr.14403) 2768 : cluster 0 pgmap v2061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:37.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:23:37.281 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:37.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:37 smithi079 bash[28699]: cluster 2023-12-07T18:23:35.950291+0000 mgr.a (mgr.14403) 2769 : cluster 0 pgmap v2062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:37.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:37 smithi194 bash[32038]: cluster 2023-12-07T18:23:35.950291+0000 mgr.a (mgr.14403) 2769 : cluster 0 pgmap v2062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:37 smithi135 bash[32435]: cluster 2023-12-07T18:23:35.950291+0000 mgr.a (mgr.14403) 2769 : cluster 0 pgmap v2062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:38.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:38.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:38.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:38.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:23:38.200 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:23:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:39 smithi079 bash[28699]: audit 2023-12-07T18:23:37.687531+0000 mgr.a (mgr.14403) 2770 : audit 0 from='client.67095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:39 smithi079 bash[28699]: cluster 2023-12-07T18:23:37.955821+0000 mgr.a (mgr.14403) 2771 : cluster 0 pgmap v2063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:39.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:39 smithi194 bash[32038]: audit 2023-12-07T18:23:37.687531+0000 mgr.a (mgr.14403) 2770 : audit 0 from='client.67095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:39.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:39 smithi194 bash[32038]: cluster 2023-12-07T18:23:37.955821+0000 mgr.a (mgr.14403) 2771 : cluster 0 pgmap v2063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:39 smithi135 bash[32435]: audit 2023-12-07T18:23:37.687531+0000 mgr.a (mgr.14403) 2770 : audit 0 from='client.67095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:39.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:39 smithi135 bash[32435]: cluster 2023-12-07T18:23:37.955821+0000 mgr.a (mgr.14403) 2771 : cluster 0 pgmap v2063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:40 smithi079 bash[28699]: cluster 2023-12-07T18:23:39.956838+0000 mgr.a (mgr.14403) 2772 : cluster 0 pgmap v2064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:40.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:40 smithi194 bash[32038]: cluster 2023-12-07T18:23:39.956838+0000 mgr.a (mgr.14403) 2772 : cluster 0 pgmap v2064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:40 smithi135 bash[32435]: cluster 2023-12-07T18:23:39.956838+0000 mgr.a (mgr.14403) 2772 : cluster 0 pgmap v2064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:23:43.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:23:43.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:43.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:43 smithi079 bash[28699]: cluster 2023-12-07T18:23:41.957253+0000 mgr.a (mgr.14403) 2773 : cluster 0 pgmap v2065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:43.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:43 smithi194 bash[32038]: cluster 2023-12-07T18:23:41.957253+0000 mgr.a (mgr.14403) 2773 : cluster 0 pgmap v2065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:43 smithi135 bash[32435]: cluster 2023-12-07T18:23:41.957253+0000 mgr.a (mgr.14403) 2773 : cluster 0 pgmap v2065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:44.124 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:23:44.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:44.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:44.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:44.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:23:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:45 smithi079 bash[28699]: audit 2023-12-07T18:23:43.608363+0000 mgr.a (mgr.14403) 2774 : audit 0 from='client.67170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:45 smithi079 bash[28699]: cluster 2023-12-07T18:23:43.957862+0000 mgr.a (mgr.14403) 2775 : cluster 0 pgmap v2066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:45.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:45 smithi194 bash[32038]: audit 2023-12-07T18:23:43.608363+0000 mgr.a (mgr.14403) 2774 : audit 0 from='client.67170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:45.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:45 smithi194 bash[32038]: cluster 2023-12-07T18:23:43.957862+0000 mgr.a (mgr.14403) 2775 : cluster 0 pgmap v2066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:45 smithi135 bash[32435]: audit 2023-12-07T18:23:43.608363+0000 mgr.a (mgr.14403) 2774 : audit 0 from='client.67170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:45.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:45 smithi135 bash[32435]: cluster 2023-12-07T18:23:43.957862+0000 mgr.a (mgr.14403) 2775 : cluster 0 pgmap v2066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:47 smithi079 bash[28699]: cluster 2023-12-07T18:23:45.958622+0000 mgr.a (mgr.14403) 2776 : cluster 0 pgmap v2067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:47.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:47 smithi194 bash[32038]: cluster 2023-12-07T18:23:45.958622+0000 mgr.a (mgr.14403) 2776 : cluster 0 pgmap v2067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:47 smithi135 bash[32435]: cluster 2023-12-07T18:23:45.958622+0000 mgr.a (mgr.14403) 2776 : cluster 0 pgmap v2067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:49.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:23:49.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:49.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:49 smithi079 bash[28699]: cluster 2023-12-07T18:23:47.959348+0000 mgr.a (mgr.14403) 2777 : cluster 0 pgmap v2068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:49.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:49 smithi194 bash[32038]: cluster 2023-12-07T18:23:47.959348+0000 mgr.a (mgr.14403) 2777 : cluster 0 pgmap v2068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:49 smithi135 bash[32435]: cluster 2023-12-07T18:23:47.959348+0000 mgr.a (mgr.14403) 2777 : cluster 0 pgmap v2068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:50.024 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:23:50.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:50.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:50.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:50.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:23:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:50 smithi079 bash[28699]: audit 2023-12-07T18:23:49.469781+0000 mon.a (mon.0) 853 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:23:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:50 smithi079 bash[28699]: audit 2023-12-07T18:23:49.535329+0000 mgr.a (mgr.14403) 2778 : audit 0 from='client.67248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:50 smithi079 bash[28699]: cluster 2023-12-07T18:23:49.960078+0000 mgr.a (mgr.14403) 2779 : cluster 0 pgmap v2069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:50 smithi079 bash[28699]: audit 2023-12-07T18:23:50.222951+0000 mon.a (mon.0) 854 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:23:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:50 smithi079 bash[28699]: audit 2023-12-07T18:23:50.225088+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:23:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:50 smithi079 bash[28699]: audit 2023-12-07T18:23:50.234171+0000 mon.a (mon.0) 856 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:23:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:50 smithi194 bash[32038]: audit 2023-12-07T18:23:49.469781+0000 mon.a (mon.0) 853 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:23:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:50 smithi194 bash[32038]: audit 2023-12-07T18:23:49.535329+0000 mgr.a (mgr.14403) 2778 : audit 0 from='client.67248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:50 smithi194 bash[32038]: cluster 2023-12-07T18:23:49.960078+0000 mgr.a (mgr.14403) 2779 : cluster 0 pgmap v2069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:50 smithi194 bash[32038]: audit 2023-12-07T18:23:50.222951+0000 mon.a (mon.0) 854 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:23:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:50 smithi194 bash[32038]: audit 2023-12-07T18:23:50.225088+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:23:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:50 smithi194 bash[32038]: audit 2023-12-07T18:23:50.234171+0000 mon.a (mon.0) 856 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:23:50.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:50 smithi135 bash[32435]: audit 2023-12-07T18:23:49.469781+0000 mon.a (mon.0) 853 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:23:50.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:50 smithi135 bash[32435]: audit 2023-12-07T18:23:49.535329+0000 mgr.a (mgr.14403) 2778 : audit 0 from='client.67248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:50.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:50 smithi135 bash[32435]: cluster 2023-12-07T18:23:49.960078+0000 mgr.a (mgr.14403) 2779 : cluster 0 pgmap v2069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:50.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:50 smithi135 bash[32435]: audit 2023-12-07T18:23:50.222951+0000 mon.a (mon.0) 854 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:23:50.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:50 smithi135 bash[32435]: audit 2023-12-07T18:23:50.225088+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:23:50.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:50 smithi135 bash[32435]: audit 2023-12-07T18:23:50.234171+0000 mon.a (mon.0) 856 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:23:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:53 smithi079 bash[28699]: cluster 2023-12-07T18:23:51.960637+0000 mgr.a (mgr.14403) 2780 : cluster 0 pgmap v2070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:53.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:53 smithi194 bash[32038]: cluster 2023-12-07T18:23:51.960637+0000 mgr.a (mgr.14403) 2780 : cluster 0 pgmap v2070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:53.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:53 smithi135 bash[32435]: cluster 2023-12-07T18:23:51.960637+0000 mgr.a (mgr.14403) 2780 : cluster 0 pgmap v2070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:23:55.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:23:55.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:23:55.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:23:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:55 smithi079 bash[28699]: cluster 2023-12-07T18:23:53.961369+0000 mgr.a (mgr.14403) 2781 : cluster 0 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-07T18:23:55.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:55 smithi194 bash[32038]: cluster 2023-12-07T18:23:53.961369+0000 mgr.a (mgr.14403) 2781 : cluster 0 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-07T18:23:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:55 smithi135 bash[32435]: cluster 2023-12-07T18:23:53.961369+0000 mgr.a (mgr.14403) 2781 : cluster 0 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-07T18:23:55.932 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:23:55.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:23:55.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:23:55.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:23:55.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:23:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:57 smithi079 bash[28699]: audit 2023-12-07T18:23:55.425567+0000 mgr.a (mgr.14403) 2782 : audit 0 from='client.67326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:57 smithi079 bash[28699]: cluster 2023-12-07T18:23:55.962028+0000 mgr.a (mgr.14403) 2783 : cluster 0 pgmap v2072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:57.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:57 smithi194 bash[32038]: audit 2023-12-07T18:23:55.425567+0000 mgr.a (mgr.14403) 2782 : audit 0 from='client.67326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:57.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:57 smithi194 bash[32038]: cluster 2023-12-07T18:23:55.962028+0000 mgr.a (mgr.14403) 2783 : cluster 0 pgmap v2072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:57 smithi135 bash[32435]: audit 2023-12-07T18:23:55.425567+0000 mgr.a (mgr.14403) 2782 : audit 0 from='client.67326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:23:57.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:57 smithi135 bash[32435]: cluster 2023-12-07T18:23:55.962028+0000 mgr.a (mgr.14403) 2783 : cluster 0 pgmap v2072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:23:59 smithi079 bash[28699]: cluster 2023-12-07T18:23:57.962625+0000 mgr.a (mgr.14403) 2784 : cluster 0 pgmap v2073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:59.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:23:59 smithi194 bash[32038]: cluster 2023-12-07T18:23:57.962625+0000 mgr.a (mgr.14403) 2784 : cluster 0 pgmap v2073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:23:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:23:59 smithi135 bash[32435]: cluster 2023-12-07T18:23:57.962625+0000 mgr.a (mgr.14403) 2784 : cluster 0 pgmap v2073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:00 smithi079 bash[28699]: cluster 2023-12-07T18:23:59.963383+0000 mgr.a (mgr.14403) 2785 : cluster 0 pgmap v2074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:00 smithi194 bash[32038]: cluster 2023-12-07T18:23:59.963383+0000 mgr.a (mgr.14403) 2785 : cluster 0 pgmap v2074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:00 smithi135 bash[32435]: cluster 2023-12-07T18:23:59.963383+0000 mgr.a (mgr.14403) 2785 : cluster 0 pgmap v2074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:00.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:24:00.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:00.937 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:01.862 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:24:01.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:01.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:01.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:01.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:24:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:03 smithi079 bash[28699]: audit 2023-12-07T18:24:01.347734+0000 mgr.a (mgr.14403) 2786 : audit 0 from='client.67404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:03 smithi079 bash[28699]: cluster 2023-12-07T18:24:01.964057+0000 mgr.a (mgr.14403) 2787 : cluster 0 pgmap v2075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:03.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:03 smithi194 bash[32038]: audit 2023-12-07T18:24:01.347734+0000 mgr.a (mgr.14403) 2786 : audit 0 from='client.67404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:03.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:03 smithi194 bash[32038]: cluster 2023-12-07T18:24:01.964057+0000 mgr.a (mgr.14403) 2787 : cluster 0 pgmap v2075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:03 smithi135 bash[32435]: audit 2023-12-07T18:24:01.347734+0000 mgr.a (mgr.14403) 2786 : audit 0 from='client.67404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:03.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:03 smithi135 bash[32435]: cluster 2023-12-07T18:24:01.964057+0000 mgr.a (mgr.14403) 2787 : cluster 0 pgmap v2075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:05 smithi079 bash[28699]: cluster 2023-12-07T18:24:03.964809+0000 mgr.a (mgr.14403) 2788 : cluster 0 pgmap v2076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:05.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:05 smithi194 bash[32038]: cluster 2023-12-07T18:24:03.964809+0000 mgr.a (mgr.14403) 2788 : cluster 0 pgmap v2076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:05 smithi135 bash[32435]: cluster 2023-12-07T18:24:03.964809+0000 mgr.a (mgr.14403) 2788 : cluster 0 pgmap v2076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:06.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:24:06.865 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:06.865 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:07 smithi079 bash[28699]: cluster 2023-12-07T18:24:05.965374+0000 mgr.a (mgr.14403) 2789 : cluster 0 pgmap v2077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:07.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:07 smithi194 bash[32038]: cluster 2023-12-07T18:24:05.965374+0000 mgr.a (mgr.14403) 2789 : cluster 0 pgmap v2077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:07 smithi135 bash[32435]: cluster 2023-12-07T18:24:05.965374+0000 mgr.a (mgr.14403) 2789 : cluster 0 pgmap v2077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:07.731 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:24:07.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:07.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:07.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:07.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:24:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:09 smithi079 bash[28699]: audit 2023-12-07T18:24:07.253276+0000 mgr.a (mgr.14403) 2790 : audit 0 from='client.67482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:09 smithi079 bash[28699]: cluster 2023-12-07T18:24:07.966005+0000 mgr.a (mgr.14403) 2791 : cluster 0 pgmap v2078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:09.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:09 smithi194 bash[32038]: audit 2023-12-07T18:24:07.253276+0000 mgr.a (mgr.14403) 2790 : audit 0 from='client.67482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:09.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:09 smithi194 bash[32038]: cluster 2023-12-07T18:24:07.966005+0000 mgr.a (mgr.14403) 2791 : cluster 0 pgmap v2078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:09 smithi135 bash[32435]: audit 2023-12-07T18:24:07.253276+0000 mgr.a (mgr.14403) 2790 : audit 0 from='client.67482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:09.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:09 smithi135 bash[32435]: cluster 2023-12-07T18:24:07.966005+0000 mgr.a (mgr.14403) 2791 : cluster 0 pgmap v2078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:10 smithi079 bash[28699]: cluster 2023-12-07T18:24:09.966825+0000 mgr.a (mgr.14403) 2792 : cluster 0 pgmap v2079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:10 smithi194 bash[32038]: cluster 2023-12-07T18:24:09.966825+0000 mgr.a (mgr.14403) 2792 : cluster 0 pgmap v2079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:10 smithi135 bash[32435]: cluster 2023-12-07T18:24:09.966825+0000 mgr.a (mgr.14403) 2792 : cluster 0 pgmap v2079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:12.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:24:12.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:12.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:13 smithi079 bash[28699]: cluster 2023-12-07T18:24:11.967445+0000 mgr.a (mgr.14403) 2793 : cluster 0 pgmap v2080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:13.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:13 smithi194 bash[32038]: cluster 2023-12-07T18:24:11.967445+0000 mgr.a (mgr.14403) 2793 : cluster 0 pgmap v2080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:13 smithi135 bash[32435]: cluster 2023-12-07T18:24:11.967445+0000 mgr.a (mgr.14403) 2793 : cluster 0 pgmap v2080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:13.652 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:24:13.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:13.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:13.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:13.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:24:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:15 smithi079 bash[28699]: audit 2023-12-07T18:24:13.145270+0000 mgr.a (mgr.14403) 2794 : audit 0 from='client.60644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:15 smithi079 bash[28699]: cluster 2023-12-07T18:24:13.968535+0000 mgr.a (mgr.14403) 2795 : cluster 0 pgmap v2081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:24:15.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:15 smithi194 bash[32038]: audit 2023-12-07T18:24:13.145270+0000 mgr.a (mgr.14403) 2794 : audit 0 from='client.60644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:15.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:15 smithi194 bash[32038]: cluster 2023-12-07T18:24:13.968535+0000 mgr.a (mgr.14403) 2795 : cluster 0 pgmap v2081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:24:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:15 smithi135 bash[32435]: audit 2023-12-07T18:24:13.145270+0000 mgr.a (mgr.14403) 2794 : audit 0 from='client.60644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:15 smithi135 bash[32435]: cluster 2023-12-07T18:24:13.968535+0000 mgr.a (mgr.14403) 2795 : cluster 0 pgmap v2081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T18:24:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:17 smithi079 bash[28699]: cluster 2023-12-07T18:24:15.969159+0000 mgr.a (mgr.14403) 2796 : cluster 0 pgmap v2082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:24:17.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:17 smithi194 bash[32038]: cluster 2023-12-07T18:24:15.969159+0000 mgr.a (mgr.14403) 2796 : cluster 0 pgmap v2082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:24:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:17 smithi135 bash[32435]: cluster 2023-12-07T18:24:15.969159+0000 mgr.a (mgr.14403) 2796 : cluster 0 pgmap v2082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:24:18.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:24:18.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:18.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:19 smithi079 bash[28699]: cluster 2023-12-07T18:24:17.969748+0000 mgr.a (mgr.14403) 2797 : cluster 0 pgmap v2083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:24:19.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:19 smithi194 bash[32038]: cluster 2023-12-07T18:24:17.969748+0000 mgr.a (mgr.14403) 2797 : cluster 0 pgmap v2083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:24:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:19 smithi135 bash[32435]: cluster 2023-12-07T18:24:17.969748+0000 mgr.a (mgr.14403) 2797 : cluster 0 pgmap v2083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T18:24:19.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:19.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:19.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:19.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:24:19.543 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:24:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:20 smithi079 bash[28699]: audit 2023-12-07T18:24:19.043613+0000 mgr.a (mgr.14403) 2798 : audit 0 from='client.67638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:20 smithi194 bash[32038]: audit 2023-12-07T18:24:19.043613+0000 mgr.a (mgr.14403) 2798 : audit 0 from='client.67638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:20 smithi135 bash[32435]: audit 2023-12-07T18:24:19.043613+0000 mgr.a (mgr.14403) 2798 : audit 0 from='client.67638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:21 smithi079 bash[28699]: cluster 2023-12-07T18:24:19.970795+0000 mgr.a (mgr.14403) 2799 : cluster 0 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-07T18:24:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:21 smithi194 bash[32038]: cluster 2023-12-07T18:24:19.970795+0000 mgr.a (mgr.14403) 2799 : cluster 0 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-07T18:24:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:21 smithi135 bash[32435]: cluster 2023-12-07T18:24:19.970795+0000 mgr.a (mgr.14403) 2799 : cluster 0 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-07T18:24:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:23 smithi079 bash[28699]: cluster 2023-12-07T18:24:21.971405+0000 mgr.a (mgr.14403) 2800 : cluster 0 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-07T18:24:23.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:23 smithi194 bash[32038]: cluster 2023-12-07T18:24:21.971405+0000 mgr.a (mgr.14403) 2800 : cluster 0 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-07T18:24:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:23 smithi135 bash[32435]: cluster 2023-12-07T18:24:21.971405+0000 mgr.a (mgr.14403) 2800 : cluster 0 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-07T18:24:24.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:24:24.547 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:24.547 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:25 smithi079 bash[28699]: cluster 2023-12-07T18:24:23.972032+0000 mgr.a (mgr.14403) 2801 : cluster 0 pgmap v2086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:25.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:25.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:25.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:25.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:24:25.448 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:24:25.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:25 smithi194 bash[32038]: cluster 2023-12-07T18:24:23.972032+0000 mgr.a (mgr.14403) 2801 : cluster 0 pgmap v2086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:25 smithi135 bash[32435]: cluster 2023-12-07T18:24:23.972032+0000 mgr.a (mgr.14403) 2801 : cluster 0 pgmap v2086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:26 smithi079 bash[28699]: audit 2023-12-07T18:24:24.949326+0000 mgr.a (mgr.14403) 2802 : audit 0 from='client.67710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:26 smithi194 bash[32038]: audit 2023-12-07T18:24:24.949326+0000 mgr.a (mgr.14403) 2802 : audit 0 from='client.67710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:26 smithi135 bash[32435]: audit 2023-12-07T18:24:24.949326+0000 mgr.a (mgr.14403) 2802 : audit 0 from='client.67710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:27 smithi079 bash[28699]: cluster 2023-12-07T18:24:25.972744+0000 mgr.a (mgr.14403) 2803 : cluster 0 pgmap v2087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:24:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:27 smithi194 bash[32038]: cluster 2023-12-07T18:24:25.972744+0000 mgr.a (mgr.14403) 2803 : cluster 0 pgmap v2087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:24:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:27 smithi135 bash[32435]: cluster 2023-12-07T18:24:25.972744+0000 mgr.a (mgr.14403) 2803 : cluster 0 pgmap v2087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:24:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:29 smithi079 bash[28699]: cluster 2023-12-07T18:24:27.973338+0000 mgr.a (mgr.14403) 2804 : cluster 0 pgmap v2088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:24:29.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:29 smithi194 bash[32038]: cluster 2023-12-07T18:24:27.973338+0000 mgr.a (mgr.14403) 2804 : cluster 0 pgmap v2088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:24:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:29 smithi135 bash[32435]: cluster 2023-12-07T18:24:27.973338+0000 mgr.a (mgr.14403) 2804 : cluster 0 pgmap v2088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T18:24:30.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:24:30.452 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:30.452 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:30 smithi079 bash[28699]: cluster 2023-12-07T18:24:29.974112+0000 mgr.a (mgr.14403) 2805 : cluster 0 pgmap v2089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:24:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:30 smithi194 bash[32038]: cluster 2023-12-07T18:24:29.974112+0000 mgr.a (mgr.14403) 2805 : cluster 0 pgmap v2089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:24:30.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:30 smithi135 bash[32435]: cluster 2023-12-07T18:24:29.974112+0000 mgr.a (mgr.14403) 2805 : cluster 0 pgmap v2089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T18:24:31.373 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:24:31.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:31.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:31.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:31.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:24:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:31 smithi079 bash[28699]: audit 2023-12-07T18:24:30.853385+0000 mgr.a (mgr.14403) 2806 : audit 0 from='client.67788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:31.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:31 smithi194 bash[32038]: audit 2023-12-07T18:24:30.853385+0000 mgr.a (mgr.14403) 2806 : audit 0 from='client.67788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:31 smithi135 bash[32435]: audit 2023-12-07T18:24:30.853385+0000 mgr.a (mgr.14403) 2806 : audit 0 from='client.67788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:32 smithi079 bash[28699]: cluster 2023-12-07T18:24:31.974808+0000 mgr.a (mgr.14403) 2807 : cluster 0 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-07T18:24:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:32 smithi194 bash[32038]: cluster 2023-12-07T18:24:31.974808+0000 mgr.a (mgr.14403) 2807 : cluster 0 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-07T18:24:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:32 smithi135 bash[32435]: cluster 2023-12-07T18:24:31.974808+0000 mgr.a (mgr.14403) 2807 : cluster 0 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-07T18:24:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:35 smithi079 bash[28699]: cluster 2023-12-07T18:24:33.975649+0000 mgr.a (mgr.14403) 2808 : cluster 0 pgmap v2091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:35.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:35 smithi194 bash[32038]: cluster 2023-12-07T18:24:33.975649+0000 mgr.a (mgr.14403) 2808 : cluster 0 pgmap v2091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:35 smithi135 bash[32435]: cluster 2023-12-07T18:24:33.975649+0000 mgr.a (mgr.14403) 2808 : cluster 0 pgmap v2091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:36.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:24:36.376 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:36.376 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:37.292 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:24:37.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:37.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:37.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:37.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:24:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:37 smithi079 bash[28699]: cluster 2023-12-07T18:24:35.976223+0000 mgr.a (mgr.14403) 2809 : cluster 0 pgmap v2092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:37.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:37 smithi194 bash[32038]: cluster 2023-12-07T18:24:35.976223+0000 mgr.a (mgr.14403) 2809 : cluster 0 pgmap v2092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:37 smithi135 bash[32435]: cluster 2023-12-07T18:24:35.976223+0000 mgr.a (mgr.14403) 2809 : cluster 0 pgmap v2092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:38 smithi079 bash[28699]: audit 2023-12-07T18:24:36.774460+0000 mgr.a (mgr.14403) 2810 : audit 0 from='client.67866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:38 smithi194 bash[32038]: audit 2023-12-07T18:24:36.774460+0000 mgr.a (mgr.14403) 2810 : audit 0 from='client.67866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:38.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:38 smithi135 bash[32435]: audit 2023-12-07T18:24:36.774460+0000 mgr.a (mgr.14403) 2810 : audit 0 from='client.67866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:39 smithi079 bash[28699]: cluster 2023-12-07T18:24:37.976911+0000 mgr.a (mgr.14403) 2811 : cluster 0 pgmap v2093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:39.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:39 smithi194 bash[32038]: cluster 2023-12-07T18:24:37.976911+0000 mgr.a (mgr.14403) 2811 : cluster 0 pgmap v2093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:39 smithi135 bash[32435]: cluster 2023-12-07T18:24:37.976911+0000 mgr.a (mgr.14403) 2811 : cluster 0 pgmap v2093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:40 smithi079 bash[28699]: cluster 2023-12-07T18:24:39.977896+0000 mgr.a (mgr.14403) 2812 : cluster 0 pgmap v2094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:40.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:40 smithi194 bash[32038]: cluster 2023-12-07T18:24:39.977896+0000 mgr.a (mgr.14403) 2812 : cluster 0 pgmap v2094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:40.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:40 smithi135 bash[32435]: cluster 2023-12-07T18:24:39.977896+0000 mgr.a (mgr.14403) 2812 : cluster 0 pgmap v2094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:42.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:24:42.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:42.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:43.188 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:24:43.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:43.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:43.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:43.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:24:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:43 smithi079 bash[28699]: cluster 2023-12-07T18:24:41.978498+0000 mgr.a (mgr.14403) 2813 : cluster 0 pgmap v2095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:43.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:43 smithi194 bash[32038]: cluster 2023-12-07T18:24:41.978498+0000 mgr.a (mgr.14403) 2813 : cluster 0 pgmap v2095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:43.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:43 smithi135 bash[32435]: cluster 2023-12-07T18:24:41.978498+0000 mgr.a (mgr.14403) 2813 : cluster 0 pgmap v2095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:44 smithi079 bash[28699]: audit 2023-12-07T18:24:42.696238+0000 mgr.a (mgr.14403) 2814 : audit 0 from='client.67941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:44.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:44 smithi194 bash[32038]: audit 2023-12-07T18:24:42.696238+0000 mgr.a (mgr.14403) 2814 : audit 0 from='client.67941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:44 smithi135 bash[32435]: audit 2023-12-07T18:24:42.696238+0000 mgr.a (mgr.14403) 2814 : audit 0 from='client.67941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:45 smithi079 bash[28699]: cluster 2023-12-07T18:24:43.979425+0000 mgr.a (mgr.14403) 2815 : cluster 0 pgmap v2096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:45.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:45 smithi194 bash[32038]: cluster 2023-12-07T18:24:43.979425+0000 mgr.a (mgr.14403) 2815 : cluster 0 pgmap v2096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:45 smithi135 bash[32435]: cluster 2023-12-07T18:24:43.979425+0000 mgr.a (mgr.14403) 2815 : cluster 0 pgmap v2096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:24:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:47 smithi079 bash[28699]: cluster 2023-12-07T18:24:45.980029+0000 mgr.a (mgr.14403) 2816 : cluster 0 pgmap v2097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:47.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:47 smithi194 bash[32038]: cluster 2023-12-07T18:24:45.980029+0000 mgr.a (mgr.14403) 2816 : cluster 0 pgmap v2097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:47 smithi135 bash[32435]: cluster 2023-12-07T18:24:45.980029+0000 mgr.a (mgr.14403) 2816 : cluster 0 pgmap v2097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:48.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:24:48.190 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:48.190 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:49.092 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:24:49.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:49.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:49.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:49.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:24:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:49 smithi079 bash[28699]: cluster 2023-12-07T18:24:47.980573+0000 mgr.a (mgr.14403) 2817 : cluster 0 pgmap v2098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:49.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:49 smithi194 bash[32038]: cluster 2023-12-07T18:24:47.980573+0000 mgr.a (mgr.14403) 2817 : cluster 0 pgmap v2098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:49 smithi135 bash[32435]: cluster 2023-12-07T18:24:47.980573+0000 mgr.a (mgr.14403) 2817 : cluster 0 pgmap v2098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:50 smithi079 bash[28699]: audit 2023-12-07T18:24:48.597859+0000 mgr.a (mgr.14403) 2818 : audit 0 from='client.68019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:50.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:50 smithi194 bash[32038]: audit 2023-12-07T18:24:48.597859+0000 mgr.a (mgr.14403) 2818 : audit 0 from='client.68019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:50.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:50 smithi135 bash[32435]: audit 2023-12-07T18:24:48.597859+0000 mgr.a (mgr.14403) 2818 : audit 0 from='client.68019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:51 smithi079 bash[28699]: cluster 2023-12-07T18:24:49.981514+0000 mgr.a (mgr.14403) 2819 : cluster 0 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-07T18:24:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:51 smithi079 bash[28699]: audit 2023-12-07T18:24:50.336681+0000 mon.a (mon.0) 857 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:24:51.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:51 smithi194 bash[32038]: cluster 2023-12-07T18:24:49.981514+0000 mgr.a (mgr.14403) 2819 : cluster 0 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-07T18:24:51.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:51 smithi194 bash[32038]: audit 2023-12-07T18:24:50.336681+0000 mon.a (mon.0) 857 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:24:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:51 smithi135 bash[32435]: cluster 2023-12-07T18:24:49.981514+0000 mgr.a (mgr.14403) 2819 : cluster 0 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-07T18:24:51.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:51 smithi135 bash[32435]: audit 2023-12-07T18:24:50.336681+0000 mon.a (mon.0) 857 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:24:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:52 smithi079 bash[28699]: audit 2023-12-07T18:24:51.079002+0000 mon.a (mon.0) 858 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:24:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:52 smithi079 bash[28699]: audit 2023-12-07T18:24:51.080623+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:24:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:52 smithi079 bash[28699]: audit 2023-12-07T18:24:51.088859+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:24:52.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:52 smithi194 bash[32038]: audit 2023-12-07T18:24:51.079002+0000 mon.a (mon.0) 858 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:24:52.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:52 smithi194 bash[32038]: audit 2023-12-07T18:24:51.080623+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:24:52.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:52 smithi194 bash[32038]: audit 2023-12-07T18:24:51.088859+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:24:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:52 smithi135 bash[32435]: audit 2023-12-07T18:24:51.079002+0000 mon.a (mon.0) 858 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:24:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:52 smithi135 bash[32435]: audit 2023-12-07T18:24:51.080623+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:24:52.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:52 smithi135 bash[32435]: audit 2023-12-07T18:24:51.088859+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:24:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:53 smithi079 bash[28699]: cluster 2023-12-07T18:24:51.982100+0000 mgr.a (mgr.14403) 2820 : cluster 0 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-07T18:24:53.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:53 smithi194 bash[32038]: cluster 2023-12-07T18:24:51.982100+0000 mgr.a (mgr.14403) 2820 : cluster 0 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-07T18:24:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:53 smithi135 bash[32435]: cluster 2023-12-07T18:24:51.982100+0000 mgr.a (mgr.14403) 2820 : cluster 0 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-07T18:24:54.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:24:54.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:24:54.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:24:55.033 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:24:55.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:24:55.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:24:55.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:24:55.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:24:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:55 smithi079 bash[28699]: cluster 2023-12-07T18:24:53.982842+0000 mgr.a (mgr.14403) 2821 : cluster 0 pgmap v2101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:55.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:55 smithi194 bash[32038]: cluster 2023-12-07T18:24:53.982842+0000 mgr.a (mgr.14403) 2821 : cluster 0 pgmap v2101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:55 smithi135 bash[32435]: cluster 2023-12-07T18:24:53.982842+0000 mgr.a (mgr.14403) 2821 : cluster 0 pgmap v2101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:24:56.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:56 smithi079 bash[28699]: audit 2023-12-07T18:24:54.505465+0000 mgr.a (mgr.14403) 2822 : audit 0 from='client.63586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:56.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:56 smithi194 bash[32038]: audit 2023-12-07T18:24:54.505465+0000 mgr.a (mgr.14403) 2822 : audit 0 from='client.63586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:56.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:56 smithi135 bash[32435]: audit 2023-12-07T18:24:54.505465+0000 mgr.a (mgr.14403) 2822 : audit 0 from='client.63586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:24:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:57 smithi079 bash[28699]: cluster 2023-12-07T18:24:55.983576+0000 mgr.a (mgr.14403) 2823 : cluster 0 pgmap v2102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:57.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:57 smithi194 bash[32038]: cluster 2023-12-07T18:24:55.983576+0000 mgr.a (mgr.14403) 2823 : cluster 0 pgmap v2102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:57 smithi135 bash[32435]: cluster 2023-12-07T18:24:55.983576+0000 mgr.a (mgr.14403) 2823 : cluster 0 pgmap v2102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:24:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:24:58 smithi079 bash[28699]: cluster 2023-12-07T18:24:57.984162+0000 mgr.a (mgr.14403) 2824 : cluster 0 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-07T18:24:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:24:58 smithi194 bash[32038]: cluster 2023-12-07T18:24:57.984162+0000 mgr.a (mgr.14403) 2824 : cluster 0 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-07T18:24:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:24:58 smithi135 bash[32435]: cluster 2023-12-07T18:24:57.984162+0000 mgr.a (mgr.14403) 2824 : cluster 0 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-07T18:25:00.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:25:00.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:00.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:00 smithi194 bash[32038]: cluster 2023-12-07T18:24:59.984971+0000 mgr.a (mgr.14403) 2825 : cluster 0 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-07T18:25:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:00 smithi135 bash[32435]: cluster 2023-12-07T18:24:59.984971+0000 mgr.a (mgr.14403) 2825 : cluster 0 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-07T18:25:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:00 smithi079 bash[28699]: cluster 2023-12-07T18:24:59.984971+0000 mgr.a (mgr.14403) 2825 : cluster 0 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-07T18:25:00.923 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:25:00.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:00.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:00.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:00.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:25:01.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:01 smithi194 bash[32038]: audit 2023-12-07T18:25:00.435893+0000 mgr.a (mgr.14403) 2826 : audit 0 from='client.68169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:01.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:01 smithi135 bash[32435]: audit 2023-12-07T18:25:00.435893+0000 mgr.a (mgr.14403) 2826 : audit 0 from='client.68169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:01.761 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:01 smithi079 bash[28699]: audit 2023-12-07T18:25:00.435893+0000 mgr.a (mgr.14403) 2826 : audit 0 from='client.68169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:02 smithi194 bash[32038]: cluster 2023-12-07T18:25:01.985709+0000 mgr.a (mgr.14403) 2827 : cluster 0 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-07T18:25:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:02 smithi135 bash[32435]: cluster 2023-12-07T18:25:01.985709+0000 mgr.a (mgr.14403) 2827 : cluster 0 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-07T18:25:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:02 smithi079 bash[28699]: cluster 2023-12-07T18:25:01.985709+0000 mgr.a (mgr.14403) 2827 : cluster 0 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-07T18:25:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:05 smithi079 bash[28699]: cluster 2023-12-07T18:25:03.986628+0000 mgr.a (mgr.14403) 2828 : cluster 0 pgmap v2106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:05.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:05 smithi194 bash[32038]: cluster 2023-12-07T18:25:03.986628+0000 mgr.a (mgr.14403) 2828 : cluster 0 pgmap v2106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:05 smithi135 bash[32435]: cluster 2023-12-07T18:25:03.986628+0000 mgr.a (mgr.14403) 2828 : cluster 0 pgmap v2106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:05.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:25:05.928 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:05.928 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:06.803 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:25:06.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:06.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:06.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:06.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:25:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:07 smithi079 bash[28699]: cluster 2023-12-07T18:25:05.987379+0000 mgr.a (mgr.14403) 2829 : cluster 0 pgmap v2107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:07.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:07 smithi194 bash[32038]: cluster 2023-12-07T18:25:05.987379+0000 mgr.a (mgr.14403) 2829 : cluster 0 pgmap v2107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:07 smithi135 bash[32435]: cluster 2023-12-07T18:25:05.987379+0000 mgr.a (mgr.14403) 2829 : cluster 0 pgmap v2107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:08.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:08 smithi079 bash[28699]: audit 2023-12-07T18:25:06.323681+0000 mgr.a (mgr.14403) 2830 : audit 0 from='client.68241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:08.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:08 smithi194 bash[32038]: audit 2023-12-07T18:25:06.323681+0000 mgr.a (mgr.14403) 2830 : audit 0 from='client.68241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:08.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:08 smithi135 bash[32435]: audit 2023-12-07T18:25:06.323681+0000 mgr.a (mgr.14403) 2830 : audit 0 from='client.68241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:09 smithi079 bash[28699]: cluster 2023-12-07T18:25:07.988126+0000 mgr.a (mgr.14403) 2831 : cluster 0 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-07T18:25:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:09 smithi194 bash[32038]: cluster 2023-12-07T18:25:07.988126+0000 mgr.a (mgr.14403) 2831 : cluster 0 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-07T18:25:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:09 smithi135 bash[32435]: cluster 2023-12-07T18:25:07.988126+0000 mgr.a (mgr.14403) 2831 : cluster 0 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-07T18:25:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:10 smithi194 bash[32038]: cluster 2023-12-07T18:25:09.988945+0000 mgr.a (mgr.14403) 2832 : cluster 0 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-07T18:25:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:10 smithi135 bash[32435]: cluster 2023-12-07T18:25:09.988945+0000 mgr.a (mgr.14403) 2832 : cluster 0 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-07T18:25:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:10 smithi079 bash[28699]: cluster 2023-12-07T18:25:09.988945+0000 mgr.a (mgr.14403) 2832 : cluster 0 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-07T18:25:11.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:25:11.806 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:11.806 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:12.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:12.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:12.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:12.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:25:12.688 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:25:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:13 smithi079 bash[28699]: cluster 2023-12-07T18:25:11.989506+0000 mgr.a (mgr.14403) 2833 : cluster 0 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-07T18:25:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:13 smithi194 bash[32038]: cluster 2023-12-07T18:25:11.989506+0000 mgr.a (mgr.14403) 2833 : cluster 0 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-07T18:25:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:13 smithi135 bash[32435]: cluster 2023-12-07T18:25:11.989506+0000 mgr.a (mgr.14403) 2833 : cluster 0 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-07T18:25:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:14 smithi079 bash[28699]: audit 2023-12-07T18:25:12.197145+0000 mgr.a (mgr.14403) 2834 : audit 0 from='client.68319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:14 smithi194 bash[32038]: audit 2023-12-07T18:25:12.197145+0000 mgr.a (mgr.14403) 2834 : audit 0 from='client.68319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:14 smithi135 bash[32435]: audit 2023-12-07T18:25:12.197145+0000 mgr.a (mgr.14403) 2834 : audit 0 from='client.68319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:15 smithi079 bash[28699]: cluster 2023-12-07T18:25:13.990389+0000 mgr.a (mgr.14403) 2835 : cluster 0 pgmap v2111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:15 smithi194 bash[32038]: cluster 2023-12-07T18:25:13.990389+0000 mgr.a (mgr.14403) 2835 : cluster 0 pgmap v2111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:15 smithi135 bash[32435]: cluster 2023-12-07T18:25:13.990389+0000 mgr.a (mgr.14403) 2835 : cluster 0 pgmap v2111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:17 smithi079 bash[28699]: cluster 2023-12-07T18:25:15.990959+0000 mgr.a (mgr.14403) 2836 : cluster 0 pgmap v2112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:17 smithi194 bash[32038]: cluster 2023-12-07T18:25:15.990959+0000 mgr.a (mgr.14403) 2836 : cluster 0 pgmap v2112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:17 smithi135 bash[32435]: cluster 2023-12-07T18:25:15.990959+0000 mgr.a (mgr.14403) 2836 : cluster 0 pgmap v2112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:17.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:25:17.691 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:17.691 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:18.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:18.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:18.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:18.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:25:18.594 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:25:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:19 smithi079 bash[28699]: cluster 2023-12-07T18:25:17.991634+0000 mgr.a (mgr.14403) 2837 : cluster 0 pgmap v2113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:19 smithi079 bash[28699]: audit 2023-12-07T18:25:18.093607+0000 mgr.a (mgr.14403) 2838 : audit 0 from='client.68397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:19.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:19 smithi194 bash[32038]: cluster 2023-12-07T18:25:17.991634+0000 mgr.a (mgr.14403) 2837 : cluster 0 pgmap v2113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:19.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:19 smithi194 bash[32038]: audit 2023-12-07T18:25:18.093607+0000 mgr.a (mgr.14403) 2838 : audit 0 from='client.68397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:19 smithi135 bash[32435]: cluster 2023-12-07T18:25:17.991634+0000 mgr.a (mgr.14403) 2837 : cluster 0 pgmap v2113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:19.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:19 smithi135 bash[32435]: audit 2023-12-07T18:25:18.093607+0000 mgr.a (mgr.14403) 2838 : audit 0 from='client.68397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:20.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:20 smithi194 bash[32038]: cluster 2023-12-07T18:25:19.992561+0000 mgr.a (mgr.14403) 2839 : cluster 0 pgmap v2114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:25:20.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:20 smithi135 bash[32435]: cluster 2023-12-07T18:25:19.992561+0000 mgr.a (mgr.14403) 2839 : cluster 0 pgmap v2114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:25:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:20 smithi079 bash[28699]: cluster 2023-12-07T18:25:19.992561+0000 mgr.a (mgr.14403) 2839 : cluster 0 pgmap v2114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:25:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:23 smithi079 bash[28699]: cluster 2023-12-07T18:25:21.993144+0000 mgr.a (mgr.14403) 2840 : cluster 0 pgmap v2115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:25:23.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:23 smithi194 bash[32038]: cluster 2023-12-07T18:25:21.993144+0000 mgr.a (mgr.14403) 2840 : cluster 0 pgmap v2115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:25:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:23 smithi135 bash[32435]: cluster 2023-12-07T18:25:21.993144+0000 mgr.a (mgr.14403) 2840 : cluster 0 pgmap v2115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:25:23.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:25:23.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:23.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:24.493 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:25:24.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:24.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:24.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:24.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:25:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:25 smithi079 bash[28699]: cluster 2023-12-07T18:25:23.993868+0000 mgr.a (mgr.14403) 2841 : cluster 0 pgmap v2116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:25 smithi079 bash[28699]: audit 2023-12-07T18:25:24.000384+0000 mgr.a (mgr.14403) 2842 : audit 0 from='client.68472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:25.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:25 smithi194 bash[32038]: cluster 2023-12-07T18:25:23.993868+0000 mgr.a (mgr.14403) 2841 : cluster 0 pgmap v2116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:25.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:25 smithi194 bash[32038]: audit 2023-12-07T18:25:24.000384+0000 mgr.a (mgr.14403) 2842 : audit 0 from='client.68472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:25 smithi135 bash[32435]: cluster 2023-12-07T18:25:23.993868+0000 mgr.a (mgr.14403) 2841 : cluster 0 pgmap v2116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:25.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:25 smithi135 bash[32435]: audit 2023-12-07T18:25:24.000384+0000 mgr.a (mgr.14403) 2842 : audit 0 from='client.68472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:27 smithi079 bash[28699]: cluster 2023-12-07T18:25:25.994504+0000 mgr.a (mgr.14403) 2843 : cluster 0 pgmap v2117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:27.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:27 smithi194 bash[32038]: cluster 2023-12-07T18:25:25.994504+0000 mgr.a (mgr.14403) 2843 : cluster 0 pgmap v2117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:27 smithi135 bash[32435]: cluster 2023-12-07T18:25:25.994504+0000 mgr.a (mgr.14403) 2843 : cluster 0 pgmap v2117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:29 smithi079 bash[28699]: cluster 2023-12-07T18:25:27.995073+0000 mgr.a (mgr.14403) 2844 : cluster 0 pgmap v2118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:29 smithi194 bash[32038]: cluster 2023-12-07T18:25:27.995073+0000 mgr.a (mgr.14403) 2844 : cluster 0 pgmap v2118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:29 smithi135 bash[32435]: cluster 2023-12-07T18:25:27.995073+0000 mgr.a (mgr.14403) 2844 : cluster 0 pgmap v2118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:29.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:25:29.497 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:29.497 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:30.379 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:25:30.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:30.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:30.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:30.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:25:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:30 smithi194 bash[32038]: audit 2023-12-07T18:25:29.901482+0000 mgr.a (mgr.14403) 2845 : audit 0 from='client.68547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:30 smithi194 bash[32038]: cluster 2023-12-07T18:25:29.995798+0000 mgr.a (mgr.14403) 2846 : cluster 0 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-07T18:25:30.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:30 smithi135 bash[32435]: audit 2023-12-07T18:25:29.901482+0000 mgr.a (mgr.14403) 2845 : audit 0 from='client.68547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:30.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:30 smithi135 bash[32435]: cluster 2023-12-07T18:25:29.995798+0000 mgr.a (mgr.14403) 2846 : cluster 0 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-07T18:25:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:30 smithi079 bash[28699]: audit 2023-12-07T18:25:29.901482+0000 mgr.a (mgr.14403) 2845 : audit 0 from='client.68547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:30 smithi079 bash[28699]: cluster 2023-12-07T18:25:29.995798+0000 mgr.a (mgr.14403) 2846 : cluster 0 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-07T18:25:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:33 smithi079 bash[28699]: cluster 2023-12-07T18:25:31.996432+0000 mgr.a (mgr.14403) 2847 : cluster 0 pgmap v2120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:25:33.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:33 smithi194 bash[32038]: cluster 2023-12-07T18:25:31.996432+0000 mgr.a (mgr.14403) 2847 : cluster 0 pgmap v2120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:25:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:33 smithi135 bash[32435]: cluster 2023-12-07T18:25:31.996432+0000 mgr.a (mgr.14403) 2847 : cluster 0 pgmap v2120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:25:35.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:25:35.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:35.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:35 smithi079 bash[28699]: cluster 2023-12-07T18:25:33.997222+0000 mgr.a (mgr.14403) 2848 : cluster 0 pgmap v2121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:25:35.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:35 smithi194 bash[32038]: cluster 2023-12-07T18:25:33.997222+0000 mgr.a (mgr.14403) 2848 : cluster 0 pgmap v2121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:25:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:35 smithi135 bash[32435]: cluster 2023-12-07T18:25:33.997222+0000 mgr.a (mgr.14403) 2848 : cluster 0 pgmap v2121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:25:36.289 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:25:36.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:36.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:36.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:36.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:25:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:37 smithi079 bash[28699]: audit 2023-12-07T18:25:35.779482+0000 mgr.a (mgr.14403) 2849 : audit 0 from='client.68619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:37 smithi079 bash[28699]: cluster 2023-12-07T18:25:35.997802+0000 mgr.a (mgr.14403) 2850 : cluster 0 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-07T18:25:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:37 smithi194 bash[32038]: audit 2023-12-07T18:25:35.779482+0000 mgr.a (mgr.14403) 2849 : audit 0 from='client.68619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:37.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:37 smithi194 bash[32038]: cluster 2023-12-07T18:25:35.997802+0000 mgr.a (mgr.14403) 2850 : cluster 0 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-07T18:25:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:37 smithi135 bash[32435]: audit 2023-12-07T18:25:35.779482+0000 mgr.a (mgr.14403) 2849 : audit 0 from='client.68619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:37.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:37 smithi135 bash[32435]: cluster 2023-12-07T18:25:35.997802+0000 mgr.a (mgr.14403) 2850 : cluster 0 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-07T18:25:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:39 smithi079 bash[28699]: cluster 2023-12-07T18:25:37.998449+0000 mgr.a (mgr.14403) 2851 : cluster 0 pgmap v2123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:39.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:39 smithi194 bash[32038]: cluster 2023-12-07T18:25:37.998449+0000 mgr.a (mgr.14403) 2851 : cluster 0 pgmap v2123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:39 smithi135 bash[32435]: cluster 2023-12-07T18:25:37.998449+0000 mgr.a (mgr.14403) 2851 : cluster 0 pgmap v2123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:40.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:40 smithi194 bash[32038]: cluster 2023-12-07T18:25:39.999225+0000 mgr.a (mgr.14403) 2852 : cluster 0 pgmap v2124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:40.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:40 smithi135 bash[32435]: cluster 2023-12-07T18:25:39.999225+0000 mgr.a (mgr.14403) 2852 : cluster 0 pgmap v2124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:40 smithi079 bash[28699]: cluster 2023-12-07T18:25:39.999225+0000 mgr.a (mgr.14403) 2852 : cluster 0 pgmap v2124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:41.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:25:41.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:41.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:42.206 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:25:42.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:42.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:42.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:42.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:25:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:43 smithi079 bash[28699]: audit 2023-12-07T18:25:41.693037+0000 mgr.a (mgr.14403) 2853 : audit 0 from='client.68694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:43 smithi079 bash[28699]: cluster 2023-12-07T18:25:41.999649+0000 mgr.a (mgr.14403) 2854 : cluster 0 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-07T18:25:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:43 smithi194 bash[32038]: audit 2023-12-07T18:25:41.693037+0000 mgr.a (mgr.14403) 2853 : audit 0 from='client.68694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:43.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:43 smithi194 bash[32038]: cluster 2023-12-07T18:25:41.999649+0000 mgr.a (mgr.14403) 2854 : cluster 0 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-07T18:25:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:43 smithi135 bash[32435]: audit 2023-12-07T18:25:41.693037+0000 mgr.a (mgr.14403) 2853 : audit 0 from='client.68694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:43 smithi135 bash[32435]: cluster 2023-12-07T18:25:41.999649+0000 mgr.a (mgr.14403) 2854 : cluster 0 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-07T18:25:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:45 smithi079 bash[28699]: cluster 2023-12-07T18:25:44.000510+0000 mgr.a (mgr.14403) 2855 : cluster 0 pgmap v2126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:45 smithi194 bash[32038]: cluster 2023-12-07T18:25:44.000510+0000 mgr.a (mgr.14403) 2855 : cluster 0 pgmap v2126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:45 smithi135 bash[32435]: cluster 2023-12-07T18:25:44.000510+0000 mgr.a (mgr.14403) 2855 : cluster 0 pgmap v2126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:25:47.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:25:47.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:47.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:47 smithi079 bash[28699]: cluster 2023-12-07T18:25:46.001078+0000 mgr.a (mgr.14403) 2856 : cluster 0 pgmap v2127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:47.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:47 smithi194 bash[32038]: cluster 2023-12-07T18:25:46.001078+0000 mgr.a (mgr.14403) 2856 : cluster 0 pgmap v2127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:47 smithi135 bash[32435]: cluster 2023-12-07T18:25:46.001078+0000 mgr.a (mgr.14403) 2856 : cluster 0 pgmap v2127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:48.122 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:25:48.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:48.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:48.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:48.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:25:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:49 smithi079 bash[28699]: audit 2023-12-07T18:25:47.616282+0000 mgr.a (mgr.14403) 2857 : audit 0 from='client.68772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:49 smithi079 bash[28699]: cluster 2023-12-07T18:25:48.001837+0000 mgr.a (mgr.14403) 2858 : cluster 0 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-07T18:25:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:49 smithi194 bash[32038]: audit 2023-12-07T18:25:47.616282+0000 mgr.a (mgr.14403) 2857 : audit 0 from='client.68772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:49.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:49 smithi194 bash[32038]: cluster 2023-12-07T18:25:48.001837+0000 mgr.a (mgr.14403) 2858 : cluster 0 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-07T18:25:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:49 smithi135 bash[32435]: audit 2023-12-07T18:25:47.616282+0000 mgr.a (mgr.14403) 2857 : audit 0 from='client.68772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:49 smithi135 bash[32435]: cluster 2023-12-07T18:25:48.001837+0000 mgr.a (mgr.14403) 2858 : cluster 0 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-07T18:25:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:50 smithi194 bash[32038]: cluster 2023-12-07T18:25:50.002769+0000 mgr.a (mgr.14403) 2859 : cluster 0 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-07T18:25:50.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:50 smithi135 bash[32435]: cluster 2023-12-07T18:25:50.002769+0000 mgr.a (mgr.14403) 2859 : cluster 0 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-07T18:25:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:50 smithi079 bash[28699]: cluster 2023-12-07T18:25:50.002769+0000 mgr.a (mgr.14403) 2859 : cluster 0 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-07T18:25:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:51 smithi194 bash[32038]: audit 2023-12-07T18:25:51.191454+0000 mon.a (mon.0) 861 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:25:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:51 smithi135 bash[32435]: audit 2023-12-07T18:25:51.191454+0000 mon.a (mon.0) 861 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:25:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:51 smithi079 bash[28699]: audit 2023-12-07T18:25:51.191454+0000 mon.a (mon.0) 861 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:25:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:52 smithi194 bash[32038]: audit 2023-12-07T18:25:51.986537+0000 mon.a (mon.0) 862 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:25:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:52 smithi194 bash[32038]: audit 2023-12-07T18:25:51.988340+0000 mon.a (mon.0) 863 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:25:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:52 smithi194 bash[32038]: audit 2023-12-07T18:25:51.997667+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:25:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:52 smithi194 bash[32038]: cluster 2023-12-07T18:25:52.003181+0000 mgr.a (mgr.14403) 2860 : cluster 0 pgmap v2130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:52 smithi135 bash[32435]: audit 2023-12-07T18:25:51.986537+0000 mon.a (mon.0) 862 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:25:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:52 smithi135 bash[32435]: audit 2023-12-07T18:25:51.988340+0000 mon.a (mon.0) 863 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:25:52.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:52 smithi135 bash[32435]: audit 2023-12-07T18:25:51.997667+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:25:52.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:52 smithi135 bash[32435]: cluster 2023-12-07T18:25:52.003181+0000 mgr.a (mgr.14403) 2860 : cluster 0 pgmap v2130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:52.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:52 smithi079 bash[28699]: audit 2023-12-07T18:25:51.986537+0000 mon.a (mon.0) 862 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:25:52.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:52 smithi079 bash[28699]: audit 2023-12-07T18:25:51.988340+0000 mon.a (mon.0) 863 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:25:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:52 smithi079 bash[28699]: audit 2023-12-07T18:25:51.997667+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:25:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:52 smithi079 bash[28699]: cluster 2023-12-07T18:25:52.003181+0000 mgr.a (mgr.14403) 2860 : cluster 0 pgmap v2130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:53.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:25:53.126 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:53.126 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:54.019 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:25:54.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:54.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:54.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:54.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:25:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:55 smithi079 bash[28699]: audit 2023-12-07T18:25:53.519573+0000 mgr.a (mgr.14403) 2861 : audit 0 from='client.68847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:55 smithi079 bash[28699]: cluster 2023-12-07T18:25:54.003924+0000 mgr.a (mgr.14403) 2862 : cluster 0 pgmap v2131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:55.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:55 smithi194 bash[32038]: audit 2023-12-07T18:25:53.519573+0000 mgr.a (mgr.14403) 2861 : audit 0 from='client.68847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:55.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:55 smithi194 bash[32038]: cluster 2023-12-07T18:25:54.003924+0000 mgr.a (mgr.14403) 2862 : cluster 0 pgmap v2131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:55 smithi135 bash[32435]: audit 2023-12-07T18:25:53.519573+0000 mgr.a (mgr.14403) 2861 : audit 0 from='client.68847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:25:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:55 smithi135 bash[32435]: cluster 2023-12-07T18:25:54.003924+0000 mgr.a (mgr.14403) 2862 : cluster 0 pgmap v2131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:25:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:57 smithi079 bash[28699]: cluster 2023-12-07T18:25:56.004468+0000 mgr.a (mgr.14403) 2863 : cluster 0 pgmap v2132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:57 smithi194 bash[32038]: cluster 2023-12-07T18:25:56.004468+0000 mgr.a (mgr.14403) 2863 : cluster 0 pgmap v2132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:57 smithi135 bash[32435]: cluster 2023-12-07T18:25:56.004468+0000 mgr.a (mgr.14403) 2863 : cluster 0 pgmap v2132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:59.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:25:59.023 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:25:59.023 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:25:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:25:59 smithi079 bash[28699]: cluster 2023-12-07T18:25:58.005033+0000 mgr.a (mgr.14403) 2864 : cluster 0 pgmap v2133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:25:59 smithi194 bash[32038]: cluster 2023-12-07T18:25:58.005033+0000 mgr.a (mgr.14403) 2864 : cluster 0 pgmap v2133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:25:59 smithi135 bash[32435]: cluster 2023-12-07T18:25:58.005033+0000 mgr.a (mgr.14403) 2864 : cluster 0 pgmap v2133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:25:59.913 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:25:59.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:25:59.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:25:59.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:25:59.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:26:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:00 smithi194 bash[32038]: audit 2023-12-07T18:25:59.427654+0000 mgr.a (mgr.14403) 2865 : audit 0 from='client.68925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:00 smithi194 bash[32038]: cluster 2023-12-07T18:26:00.006357+0000 mgr.a (mgr.14403) 2866 : cluster 0 pgmap v2134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:00 smithi135 bash[32435]: audit 2023-12-07T18:25:59.427654+0000 mgr.a (mgr.14403) 2865 : audit 0 from='client.68925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:00 smithi135 bash[32435]: cluster 2023-12-07T18:26:00.006357+0000 mgr.a (mgr.14403) 2866 : cluster 0 pgmap v2134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:00 smithi079 bash[28699]: audit 2023-12-07T18:25:59.427654+0000 mgr.a (mgr.14403) 2865 : audit 0 from='client.68925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:00 smithi079 bash[28699]: cluster 2023-12-07T18:26:00.006357+0000 mgr.a (mgr.14403) 2866 : cluster 0 pgmap v2134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:03 smithi079 bash[28699]: cluster 2023-12-07T18:26:02.007001+0000 mgr.a (mgr.14403) 2867 : cluster 0 pgmap v2135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:03.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:03 smithi194 bash[32038]: cluster 2023-12-07T18:26:02.007001+0000 mgr.a (mgr.14403) 2867 : cluster 0 pgmap v2135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:03 smithi135 bash[32435]: cluster 2023-12-07T18:26:02.007001+0000 mgr.a (mgr.14403) 2867 : cluster 0 pgmap v2135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:04.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:26:04.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:04.918 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:05 smithi079 bash[28699]: cluster 2023-12-07T18:26:04.007724+0000 mgr.a (mgr.14403) 2868 : cluster 0 pgmap v2136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:05.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:05 smithi194 bash[32038]: cluster 2023-12-07T18:26:04.007724+0000 mgr.a (mgr.14403) 2868 : cluster 0 pgmap v2136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:05 smithi135 bash[32435]: cluster 2023-12-07T18:26:04.007724+0000 mgr.a (mgr.14403) 2868 : cluster 0 pgmap v2136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:05.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:05.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:05.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:05.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:26:05.807 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:26:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:07 smithi079 bash[28699]: audit 2023-12-07T18:26:05.318612+0000 mgr.a (mgr.14403) 2869 : audit 0 from='client.69003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:07 smithi079 bash[28699]: cluster 2023-12-07T18:26:06.008454+0000 mgr.a (mgr.14403) 2870 : cluster 0 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-07T18:26:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:07 smithi194 bash[32038]: audit 2023-12-07T18:26:05.318612+0000 mgr.a (mgr.14403) 2869 : audit 0 from='client.69003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:07.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:07 smithi194 bash[32038]: cluster 2023-12-07T18:26:06.008454+0000 mgr.a (mgr.14403) 2870 : cluster 0 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-07T18:26:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:07 smithi135 bash[32435]: audit 2023-12-07T18:26:05.318612+0000 mgr.a (mgr.14403) 2869 : audit 0 from='client.69003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:07 smithi135 bash[32435]: cluster 2023-12-07T18:26:06.008454+0000 mgr.a (mgr.14403) 2870 : cluster 0 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-07T18:26:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:09 smithi079 bash[28699]: cluster 2023-12-07T18:26:08.009057+0000 mgr.a (mgr.14403) 2871 : cluster 0 pgmap v2138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:09 smithi194 bash[32038]: cluster 2023-12-07T18:26:08.009057+0000 mgr.a (mgr.14403) 2871 : cluster 0 pgmap v2138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:09 smithi135 bash[32435]: cluster 2023-12-07T18:26:08.009057+0000 mgr.a (mgr.14403) 2871 : cluster 0 pgmap v2138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:10 smithi194 bash[32038]: cluster 2023-12-07T18:26:10.009898+0000 mgr.a (mgr.14403) 2872 : cluster 0 pgmap v2139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:10 smithi135 bash[32435]: cluster 2023-12-07T18:26:10.009898+0000 mgr.a (mgr.14403) 2872 : cluster 0 pgmap v2139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:10.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:26:10.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:10.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:10 smithi079 bash[28699]: cluster 2023-12-07T18:26:10.009898+0000 mgr.a (mgr.14403) 2872 : cluster 0 pgmap v2139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:11.711 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:26:11.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:11.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:11.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:11.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:26:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:13 smithi079 bash[28699]: audit 2023-12-07T18:26:11.215583+0000 mgr.a (mgr.14403) 2873 : audit 0 from='client.69078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:13 smithi079 bash[28699]: cluster 2023-12-07T18:26:12.010645+0000 mgr.a (mgr.14403) 2874 : cluster 0 pgmap v2140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:13.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:13 smithi194 bash[32038]: audit 2023-12-07T18:26:11.215583+0000 mgr.a (mgr.14403) 2873 : audit 0 from='client.69078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:13.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:13 smithi194 bash[32038]: cluster 2023-12-07T18:26:12.010645+0000 mgr.a (mgr.14403) 2874 : cluster 0 pgmap v2140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:13 smithi135 bash[32435]: audit 2023-12-07T18:26:11.215583+0000 mgr.a (mgr.14403) 2873 : audit 0 from='client.69078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:13.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:13 smithi135 bash[32435]: cluster 2023-12-07T18:26:12.010645+0000 mgr.a (mgr.14403) 2874 : cluster 0 pgmap v2140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:15 smithi079 bash[28699]: cluster 2023-12-07T18:26:14.011488+0000 mgr.a (mgr.14403) 2875 : cluster 0 pgmap v2141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:15.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:15 smithi194 bash[32038]: cluster 2023-12-07T18:26:14.011488+0000 mgr.a (mgr.14403) 2875 : cluster 0 pgmap v2141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:15 smithi135 bash[32435]: cluster 2023-12-07T18:26:14.011488+0000 mgr.a (mgr.14403) 2875 : cluster 0 pgmap v2141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:16.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:26:16.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:16.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:17 smithi079 bash[28699]: cluster 2023-12-07T18:26:16.012058+0000 mgr.a (mgr.14403) 2876 : cluster 0 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-07T18:26:17.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:17 smithi194 bash[32038]: cluster 2023-12-07T18:26:16.012058+0000 mgr.a (mgr.14403) 2876 : cluster 0 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-07T18:26:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:17 smithi135 bash[32435]: cluster 2023-12-07T18:26:16.012058+0000 mgr.a (mgr.14403) 2876 : cluster 0 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-07T18:26:17.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:17.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:17.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:17.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:26:17.605 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:26:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:18 smithi079 bash[28699]: audit 2023-12-07T18:26:17.108407+0000 mgr.a (mgr.14403) 2877 : audit 0 from='client.69150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:18 smithi194 bash[32038]: audit 2023-12-07T18:26:17.108407+0000 mgr.a (mgr.14403) 2877 : audit 0 from='client.69150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:18 smithi135 bash[32435]: audit 2023-12-07T18:26:17.108407+0000 mgr.a (mgr.14403) 2877 : audit 0 from='client.69150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:19 smithi079 bash[28699]: cluster 2023-12-07T18:26:18.012765+0000 mgr.a (mgr.14403) 2878 : cluster 0 pgmap v2143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:19 smithi194 bash[32038]: cluster 2023-12-07T18:26:18.012765+0000 mgr.a (mgr.14403) 2878 : cluster 0 pgmap v2143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:19 smithi135 bash[32435]: cluster 2023-12-07T18:26:18.012765+0000 mgr.a (mgr.14403) 2878 : cluster 0 pgmap v2143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:20.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:20 smithi194 bash[32038]: cluster 2023-12-07T18:26:20.013605+0000 mgr.a (mgr.14403) 2879 : cluster 0 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-07T18:26:20.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:20 smithi135 bash[32435]: cluster 2023-12-07T18:26:20.013605+0000 mgr.a (mgr.14403) 2879 : cluster 0 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-07T18:26:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:20 smithi079 bash[28699]: cluster 2023-12-07T18:26:20.013605+0000 mgr.a (mgr.14403) 2879 : cluster 0 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-07T18:26:22.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:26:22.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:22.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:23 smithi079 bash[28699]: cluster 2023-12-07T18:26:22.014185+0000 mgr.a (mgr.14403) 2880 : cluster 0 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-07T18:26:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:23 smithi194 bash[32038]: cluster 2023-12-07T18:26:22.014185+0000 mgr.a (mgr.14403) 2880 : cluster 0 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-07T18:26:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:23 smithi135 bash[32435]: cluster 2023-12-07T18:26:22.014185+0000 mgr.a (mgr.14403) 2880 : cluster 0 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-07T18:26:23.475 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:26:23.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:23.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:23.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:23.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:26:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:24 smithi079 bash[28699]: audit 2023-12-07T18:26:23.000639+0000 mgr.a (mgr.14403) 2881 : audit 0 from='client.69228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:24 smithi194 bash[32038]: audit 2023-12-07T18:26:23.000639+0000 mgr.a (mgr.14403) 2881 : audit 0 from='client.69228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:24.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:24 smithi135 bash[32435]: audit 2023-12-07T18:26:23.000639+0000 mgr.a (mgr.14403) 2881 : audit 0 from='client.69228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:25 smithi079 bash[28699]: cluster 2023-12-07T18:26:24.015194+0000 mgr.a (mgr.14403) 2882 : cluster 0 pgmap v2146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:25 smithi194 bash[32038]: cluster 2023-12-07T18:26:24.015194+0000 mgr.a (mgr.14403) 2882 : cluster 0 pgmap v2146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:25 smithi135 bash[32435]: cluster 2023-12-07T18:26:24.015194+0000 mgr.a (mgr.14403) 2882 : cluster 0 pgmap v2146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:27 smithi079 bash[28699]: cluster 2023-12-07T18:26:26.015808+0000 mgr.a (mgr.14403) 2883 : cluster 0 pgmap v2147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:27 smithi194 bash[32038]: cluster 2023-12-07T18:26:26.015808+0000 mgr.a (mgr.14403) 2883 : cluster 0 pgmap v2147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:27 smithi135 bash[32435]: cluster 2023-12-07T18:26:26.015808+0000 mgr.a (mgr.14403) 2883 : cluster 0 pgmap v2147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:28.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:26:28.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:28.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:29 smithi079 bash[28699]: cluster 2023-12-07T18:26:28.016347+0000 mgr.a (mgr.14403) 2884 : cluster 0 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-07T18:26:29.404 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:26:29.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:29.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:29.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:29.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:26:29.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:29 smithi194 bash[32038]: cluster 2023-12-07T18:26:28.016347+0000 mgr.a (mgr.14403) 2884 : cluster 0 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-07T18:26:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:29 smithi135 bash[32435]: cluster 2023-12-07T18:26:28.016347+0000 mgr.a (mgr.14403) 2884 : cluster 0 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-07T18:26:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:30 smithi079 bash[28699]: audit 2023-12-07T18:26:28.887278+0000 mgr.a (mgr.14403) 2885 : audit 0 from='client.69300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:30 smithi194 bash[32038]: audit 2023-12-07T18:26:28.887278+0000 mgr.a (mgr.14403) 2885 : audit 0 from='client.69300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:30.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:30 smithi135 bash[32435]: audit 2023-12-07T18:26:28.887278+0000 mgr.a (mgr.14403) 2885 : audit 0 from='client.69300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:31 smithi079 bash[28699]: cluster 2023-12-07T18:26:30.017360+0000 mgr.a (mgr.14403) 2886 : cluster 0 pgmap v2149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:31 smithi194 bash[32038]: cluster 2023-12-07T18:26:30.017360+0000 mgr.a (mgr.14403) 2886 : cluster 0 pgmap v2149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:31 smithi135 bash[32435]: cluster 2023-12-07T18:26:30.017360+0000 mgr.a (mgr.14403) 2886 : cluster 0 pgmap v2149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:33 smithi079 bash[28699]: cluster 2023-12-07T18:26:32.017919+0000 mgr.a (mgr.14403) 2887 : cluster 0 pgmap v2150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:33 smithi194 bash[32038]: cluster 2023-12-07T18:26:32.017919+0000 mgr.a (mgr.14403) 2887 : cluster 0 pgmap v2150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:33 smithi135 bash[32435]: cluster 2023-12-07T18:26:32.017919+0000 mgr.a (mgr.14403) 2887 : cluster 0 pgmap v2150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:34.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:26:34.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:34.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:35.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:35.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:35.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:35.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:26:35.287 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:26:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:35 smithi079 bash[28699]: cluster 2023-12-07T18:26:34.018590+0000 mgr.a (mgr.14403) 2888 : cluster 0 pgmap v2151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:35 smithi194 bash[32038]: cluster 2023-12-07T18:26:34.018590+0000 mgr.a (mgr.14403) 2888 : cluster 0 pgmap v2151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:35 smithi135 bash[32435]: cluster 2023-12-07T18:26:34.018590+0000 mgr.a (mgr.14403) 2888 : cluster 0 pgmap v2151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:36 smithi079 bash[28699]: audit 2023-12-07T18:26:34.815135+0000 mgr.a (mgr.14403) 2889 : audit 0 from='client.69369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:36 smithi194 bash[32038]: audit 2023-12-07T18:26:34.815135+0000 mgr.a (mgr.14403) 2889 : audit 0 from='client.69369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:36.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:36 smithi135 bash[32435]: audit 2023-12-07T18:26:34.815135+0000 mgr.a (mgr.14403) 2889 : audit 0 from='client.69369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:37 smithi079 bash[28699]: cluster 2023-12-07T18:26:36.019253+0000 mgr.a (mgr.14403) 2890 : cluster 0 pgmap v2152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:37 smithi194 bash[32038]: cluster 2023-12-07T18:26:36.019253+0000 mgr.a (mgr.14403) 2890 : cluster 0 pgmap v2152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:37 smithi135 bash[32435]: cluster 2023-12-07T18:26:36.019253+0000 mgr.a (mgr.14403) 2890 : cluster 0 pgmap v2152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:39 smithi079 bash[28699]: cluster 2023-12-07T18:26:38.019759+0000 mgr.a (mgr.14403) 2891 : cluster 0 pgmap v2153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:39 smithi194 bash[32038]: cluster 2023-12-07T18:26:38.019759+0000 mgr.a (mgr.14403) 2891 : cluster 0 pgmap v2153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:39 smithi135 bash[32435]: cluster 2023-12-07T18:26:38.019759+0000 mgr.a (mgr.14403) 2891 : cluster 0 pgmap v2153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:26:40.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:26:40.291 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:40.291 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:40.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:40 smithi194 bash[32038]: cluster 2023-12-07T18:26:40.020557+0000 mgr.a (mgr.14403) 2892 : cluster 0 pgmap v2154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:40.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:40 smithi135 bash[32435]: cluster 2023-12-07T18:26:40.020557+0000 mgr.a (mgr.14403) 2892 : cluster 0 pgmap v2154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:40 smithi079 bash[28699]: cluster 2023-12-07T18:26:40.020557+0000 mgr.a (mgr.14403) 2892 : cluster 0 pgmap v2154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:41.215 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:26:41.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:41.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:41.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:41.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:26:41.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:41 smithi194 bash[32038]: audit 2023-12-07T18:26:40.708274+0000 mgr.a (mgr.14403) 2893 : audit 0 from='client.69444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:41 smithi135 bash[32435]: audit 2023-12-07T18:26:40.708274+0000 mgr.a (mgr.14403) 2893 : audit 0 from='client.69444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:41 smithi079 bash[28699]: audit 2023-12-07T18:26:40.708274+0000 mgr.a (mgr.14403) 2893 : audit 0 from='client.69444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:42 smithi194 bash[32038]: cluster 2023-12-07T18:26:42.021203+0000 mgr.a (mgr.14403) 2894 : cluster 0 pgmap v2155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:42.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:42 smithi135 bash[32435]: cluster 2023-12-07T18:26:42.021203+0000 mgr.a (mgr.14403) 2894 : cluster 0 pgmap v2155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:42.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:42 smithi079 bash[28699]: cluster 2023-12-07T18:26:42.021203+0000 mgr.a (mgr.14403) 2894 : cluster 0 pgmap v2155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:45 smithi079 bash[28699]: cluster 2023-12-07T18:26:44.021996+0000 mgr.a (mgr.14403) 2895 : cluster 0 pgmap v2156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:45 smithi194 bash[32038]: cluster 2023-12-07T18:26:44.021996+0000 mgr.a (mgr.14403) 2895 : cluster 0 pgmap v2156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:45 smithi135 bash[32435]: cluster 2023-12-07T18:26:44.021996+0000 mgr.a (mgr.14403) 2895 : cluster 0 pgmap v2156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:46.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:26:46.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:46.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:47.111 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:26:47.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:47.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:47.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:47.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:26:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:47 smithi079 bash[28699]: cluster 2023-12-07T18:26:46.022509+0000 mgr.a (mgr.14403) 2896 : cluster 0 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-07T18:26:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:47 smithi194 bash[32038]: cluster 2023-12-07T18:26:46.022509+0000 mgr.a (mgr.14403) 2896 : cluster 0 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-07T18:26:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:47 smithi135 bash[32435]: cluster 2023-12-07T18:26:46.022509+0000 mgr.a (mgr.14403) 2896 : cluster 0 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-07T18:26:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:48 smithi079 bash[28699]: audit 2023-12-07T18:26:46.626230+0000 mgr.a (mgr.14403) 2897 : audit 0 from='client.69519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:48.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:48 smithi194 bash[32038]: audit 2023-12-07T18:26:46.626230+0000 mgr.a (mgr.14403) 2897 : audit 0 from='client.69519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:48.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:48 smithi135 bash[32435]: audit 2023-12-07T18:26:46.626230+0000 mgr.a (mgr.14403) 2897 : audit 0 from='client.69519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:49 smithi079 bash[28699]: cluster 2023-12-07T18:26:48.023148+0000 mgr.a (mgr.14403) 2898 : cluster 0 pgmap v2158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:49 smithi194 bash[32038]: cluster 2023-12-07T18:26:48.023148+0000 mgr.a (mgr.14403) 2898 : cluster 0 pgmap v2158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:49 smithi135 bash[32435]: cluster 2023-12-07T18:26:48.023148+0000 mgr.a (mgr.14403) 2898 : cluster 0 pgmap v2158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:50 smithi194 bash[32038]: cluster 2023-12-07T18:26:50.023757+0000 mgr.a (mgr.14403) 2899 : cluster 0 pgmap v2159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:50.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:50 smithi135 bash[32435]: cluster 2023-12-07T18:26:50.023757+0000 mgr.a (mgr.14403) 2899 : cluster 0 pgmap v2159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:50 smithi079 bash[28699]: cluster 2023-12-07T18:26:50.023757+0000 mgr.a (mgr.14403) 2899 : cluster 0 pgmap v2159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:52.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:26:52.114 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:52.114 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:53.028 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:26:53.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:53.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:53.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:53.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:26:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:53 smithi079 bash[28699]: cluster 2023-12-07T18:26:52.024293+0000 mgr.a (mgr.14403) 2900 : cluster 0 pgmap v2160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:53 smithi079 bash[28699]: audit 2023-12-07T18:26:52.100391+0000 mon.a (mon.0) 865 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:26:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:53 smithi079 bash[28699]: audit 2023-12-07T18:26:52.908538+0000 mon.a (mon.0) 866 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:26:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:53 smithi079 bash[28699]: audit 2023-12-07T18:26:52.910626+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:26:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:53 smithi079 bash[28699]: audit 2023-12-07T18:26:52.919940+0000 mon.a (mon.0) 868 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:26:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:53 smithi194 bash[32038]: cluster 2023-12-07T18:26:52.024293+0000 mgr.a (mgr.14403) 2900 : cluster 0 pgmap v2160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:53.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:53 smithi194 bash[32038]: audit 2023-12-07T18:26:52.100391+0000 mon.a (mon.0) 865 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:26:53.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:53 smithi194 bash[32038]: audit 2023-12-07T18:26:52.908538+0000 mon.a (mon.0) 866 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:26:53.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:53 smithi194 bash[32038]: audit 2023-12-07T18:26:52.910626+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:26:53.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:53 smithi194 bash[32038]: audit 2023-12-07T18:26:52.919940+0000 mon.a (mon.0) 868 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:26:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:53 smithi135 bash[32435]: cluster 2023-12-07T18:26:52.024293+0000 mgr.a (mgr.14403) 2900 : cluster 0 pgmap v2160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:53 smithi135 bash[32435]: audit 2023-12-07T18:26:52.100391+0000 mon.a (mon.0) 865 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:26:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:53 smithi135 bash[32435]: audit 2023-12-07T18:26:52.908538+0000 mon.a (mon.0) 866 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:26:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:53 smithi135 bash[32435]: audit 2023-12-07T18:26:52.910626+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:26:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:53 smithi135 bash[32435]: audit 2023-12-07T18:26:52.919940+0000 mon.a (mon.0) 868 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:26:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:54 smithi079 bash[28699]: audit 2023-12-07T18:26:52.520608+0000 mgr.a (mgr.14403) 2901 : audit 0 from='client.69594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:54.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:54 smithi194 bash[32038]: audit 2023-12-07T18:26:52.520608+0000 mgr.a (mgr.14403) 2901 : audit 0 from='client.69594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:54 smithi135 bash[32435]: audit 2023-12-07T18:26:52.520608+0000 mgr.a (mgr.14403) 2901 : audit 0 from='client.69594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:26:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:55 smithi079 bash[28699]: cluster 2023-12-07T18:26:54.025275+0000 mgr.a (mgr.14403) 2902 : cluster 0 pgmap v2161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:55 smithi194 bash[32038]: cluster 2023-12-07T18:26:54.025275+0000 mgr.a (mgr.14403) 2902 : cluster 0 pgmap v2161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:55.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:55 smithi135 bash[32435]: cluster 2023-12-07T18:26:54.025275+0000 mgr.a (mgr.14403) 2902 : cluster 0 pgmap v2161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:26:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:57 smithi079 bash[28699]: cluster 2023-12-07T18:26:56.025877+0000 mgr.a (mgr.14403) 2903 : cluster 0 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-07T18:26:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:57 smithi194 bash[32038]: cluster 2023-12-07T18:26:56.025877+0000 mgr.a (mgr.14403) 2903 : cluster 0 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-07T18:26:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:57 smithi135 bash[32435]: cluster 2023-12-07T18:26:56.025877+0000 mgr.a (mgr.14403) 2903 : cluster 0 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-07T18:26:58.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:26:58.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:26:58.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:26:58.951 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:26:58.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:26:58.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:26:58.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:26:58.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:26:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:26:59 smithi079 bash[28699]: cluster 2023-12-07T18:26:58.026516+0000 mgr.a (mgr.14403) 2904 : cluster 0 pgmap v2163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:26:59 smithi194 bash[32038]: cluster 2023-12-07T18:26:58.026516+0000 mgr.a (mgr.14403) 2904 : cluster 0 pgmap v2163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:26:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:26:59 smithi135 bash[32435]: cluster 2023-12-07T18:26:58.026516+0000 mgr.a (mgr.14403) 2904 : cluster 0 pgmap v2163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:00 smithi079 bash[28699]: audit 2023-12-07T18:26:58.433276+0000 mgr.a (mgr.14403) 2905 : audit 0 from='client.69666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:00 smithi194 bash[32038]: audit 2023-12-07T18:26:58.433276+0000 mgr.a (mgr.14403) 2905 : audit 0 from='client.69666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:00 smithi135 bash[32435]: audit 2023-12-07T18:26:58.433276+0000 mgr.a (mgr.14403) 2905 : audit 0 from='client.69666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:01 smithi079 bash[28699]: cluster 2023-12-07T18:27:00.027519+0000 mgr.a (mgr.14403) 2906 : cluster 0 pgmap v2164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:01 smithi194 bash[32038]: cluster 2023-12-07T18:27:00.027519+0000 mgr.a (mgr.14403) 2906 : cluster 0 pgmap v2164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:01 smithi135 bash[32435]: cluster 2023-12-07T18:27:00.027519+0000 mgr.a (mgr.14403) 2906 : cluster 0 pgmap v2164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:03 smithi079 bash[28699]: cluster 2023-12-07T18:27:02.028088+0000 mgr.a (mgr.14403) 2907 : cluster 0 pgmap v2165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:03.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:03 smithi194 bash[32038]: cluster 2023-12-07T18:27:02.028088+0000 mgr.a (mgr.14403) 2907 : cluster 0 pgmap v2165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:03 smithi135 bash[32435]: cluster 2023-12-07T18:27:02.028088+0000 mgr.a (mgr.14403) 2907 : cluster 0 pgmap v2165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:03.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:27:03.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:03.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:04.865 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:27:04.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:04.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:04.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:04.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:27:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:05 smithi079 bash[28699]: cluster 2023-12-07T18:27:04.028842+0000 mgr.a (mgr.14403) 2908 : cluster 0 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-07T18:27:05.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:05 smithi194 bash[32038]: cluster 2023-12-07T18:27:04.028842+0000 mgr.a (mgr.14403) 2908 : cluster 0 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-07T18:27:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:05 smithi135 bash[32435]: cluster 2023-12-07T18:27:04.028842+0000 mgr.a (mgr.14403) 2908 : cluster 0 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-07T18:27:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:06 smithi079 bash[28699]: audit 2023-12-07T18:27:04.360186+0000 mgr.a (mgr.14403) 2909 : audit 0 from='client.69741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:06.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:06 smithi194 bash[32038]: audit 2023-12-07T18:27:04.360186+0000 mgr.a (mgr.14403) 2909 : audit 0 from='client.69741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:06 smithi135 bash[32435]: audit 2023-12-07T18:27:04.360186+0000 mgr.a (mgr.14403) 2909 : audit 0 from='client.69741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:07 smithi079 bash[28699]: cluster 2023-12-07T18:27:06.029483+0000 mgr.a (mgr.14403) 2910 : cluster 0 pgmap v2167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:07.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:07 smithi194 bash[32038]: cluster 2023-12-07T18:27:06.029483+0000 mgr.a (mgr.14403) 2910 : cluster 0 pgmap v2167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:07 smithi135 bash[32435]: cluster 2023-12-07T18:27:06.029483+0000 mgr.a (mgr.14403) 2910 : cluster 0 pgmap v2167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:09 smithi079 bash[28699]: cluster 2023-12-07T18:27:08.030058+0000 mgr.a (mgr.14403) 2911 : cluster 0 pgmap v2168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:09 smithi194 bash[32038]: cluster 2023-12-07T18:27:08.030058+0000 mgr.a (mgr.14403) 2911 : cluster 0 pgmap v2168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:09 smithi135 bash[32435]: cluster 2023-12-07T18:27:08.030058+0000 mgr.a (mgr.14403) 2911 : cluster 0 pgmap v2168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:09.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:27:09.869 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:09.869 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:10 smithi194 bash[32038]: cluster 2023-12-07T18:27:10.030817+0000 mgr.a (mgr.14403) 2912 : cluster 0 pgmap v2169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:10 smithi135 bash[32435]: cluster 2023-12-07T18:27:10.030817+0000 mgr.a (mgr.14403) 2912 : cluster 0 pgmap v2169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:10.785 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:27:10.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:10.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:10.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:10.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:27:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:10 smithi079 bash[28699]: cluster 2023-12-07T18:27:10.030817+0000 mgr.a (mgr.14403) 2912 : cluster 0 pgmap v2169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:11 smithi194 bash[32038]: audit 2023-12-07T18:27:10.279620+0000 mgr.a (mgr.14403) 2913 : audit 0 from='client.69816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:11.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:11 smithi135 bash[32435]: audit 2023-12-07T18:27:10.279620+0000 mgr.a (mgr.14403) 2913 : audit 0 from='client.69816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:11 smithi079 bash[28699]: audit 2023-12-07T18:27:10.279620+0000 mgr.a (mgr.14403) 2913 : audit 0 from='client.69816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:12 smithi194 bash[32038]: cluster 2023-12-07T18:27:12.031477+0000 mgr.a (mgr.14403) 2914 : cluster 0 pgmap v2170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:12.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:12 smithi135 bash[32435]: cluster 2023-12-07T18:27:12.031477+0000 mgr.a (mgr.14403) 2914 : cluster 0 pgmap v2170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:12 smithi079 bash[28699]: cluster 2023-12-07T18:27:12.031477+0000 mgr.a (mgr.14403) 2914 : cluster 0 pgmap v2170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:15 smithi079 bash[28699]: cluster 2023-12-07T18:27:14.032280+0000 mgr.a (mgr.14403) 2915 : cluster 0 pgmap v2171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:15 smithi194 bash[32038]: cluster 2023-12-07T18:27:14.032280+0000 mgr.a (mgr.14403) 2915 : cluster 0 pgmap v2171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:15 smithi135 bash[32435]: cluster 2023-12-07T18:27:14.032280+0000 mgr.a (mgr.14403) 2915 : cluster 0 pgmap v2171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:15.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:27:15.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:15.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:16.696 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:27:16.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:16.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:16.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:16.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:27:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:17 smithi079 bash[28699]: cluster 2023-12-07T18:27:16.032833+0000 mgr.a (mgr.14403) 2916 : cluster 0 pgmap v2172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:17 smithi194 bash[32038]: cluster 2023-12-07T18:27:16.032833+0000 mgr.a (mgr.14403) 2916 : cluster 0 pgmap v2172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:17 smithi135 bash[32435]: cluster 2023-12-07T18:27:16.032833+0000 mgr.a (mgr.14403) 2916 : cluster 0 pgmap v2172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:18 smithi079 bash[28699]: audit 2023-12-07T18:27:16.196256+0000 mgr.a (mgr.14403) 2917 : audit 0 from='client.69891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:18 smithi194 bash[32038]: audit 2023-12-07T18:27:16.196256+0000 mgr.a (mgr.14403) 2917 : audit 0 from='client.69891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:18 smithi135 bash[32435]: audit 2023-12-07T18:27:16.196256+0000 mgr.a (mgr.14403) 2917 : audit 0 from='client.69891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:19 smithi079 bash[28699]: cluster 2023-12-07T18:27:18.033472+0000 mgr.a (mgr.14403) 2918 : cluster 0 pgmap v2173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:19 smithi194 bash[32038]: cluster 2023-12-07T18:27:18.033472+0000 mgr.a (mgr.14403) 2918 : cluster 0 pgmap v2173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:19 smithi135 bash[32435]: cluster 2023-12-07T18:27:18.033472+0000 mgr.a (mgr.14403) 2918 : cluster 0 pgmap v2173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:20.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:20 smithi194 bash[32038]: cluster 2023-12-07T18:27:20.034312+0000 mgr.a (mgr.14403) 2919 : cluster 0 pgmap v2174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:20.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:20 smithi135 bash[32435]: cluster 2023-12-07T18:27:20.034312+0000 mgr.a (mgr.14403) 2919 : cluster 0 pgmap v2174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:20 smithi079 bash[28699]: cluster 2023-12-07T18:27:20.034312+0000 mgr.a (mgr.14403) 2919 : cluster 0 pgmap v2174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:21.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:27:21.697 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:21.697 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:22.599 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:27:22.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:22.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:22.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:22.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:27:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:23 smithi079 bash[28699]: cluster 2023-12-07T18:27:22.034901+0000 mgr.a (mgr.14403) 2920 : cluster 0 pgmap v2175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:23 smithi079 bash[28699]: audit 2023-12-07T18:27:22.094705+0000 mgr.a (mgr.14403) 2921 : audit 0 from='client.69969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:23 smithi194 bash[32038]: cluster 2023-12-07T18:27:22.034901+0000 mgr.a (mgr.14403) 2920 : cluster 0 pgmap v2175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:23 smithi194 bash[32038]: audit 2023-12-07T18:27:22.094705+0000 mgr.a (mgr.14403) 2921 : audit 0 from='client.69969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:23 smithi135 bash[32435]: cluster 2023-12-07T18:27:22.034901+0000 mgr.a (mgr.14403) 2920 : cluster 0 pgmap v2175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:23 smithi135 bash[32435]: audit 2023-12-07T18:27:22.094705+0000 mgr.a (mgr.14403) 2921 : audit 0 from='client.69969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:25 smithi079 bash[28699]: cluster 2023-12-07T18:27:24.035816+0000 mgr.a (mgr.14403) 2922 : cluster 0 pgmap v2176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:25 smithi194 bash[32038]: cluster 2023-12-07T18:27:24.035816+0000 mgr.a (mgr.14403) 2922 : cluster 0 pgmap v2176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:25 smithi135 bash[32435]: cluster 2023-12-07T18:27:24.035816+0000 mgr.a (mgr.14403) 2922 : cluster 0 pgmap v2176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:27 smithi079 bash[28699]: cluster 2023-12-07T18:27:26.036405+0000 mgr.a (mgr.14403) 2923 : cluster 0 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-07T18:27:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:27 smithi194 bash[32038]: cluster 2023-12-07T18:27:26.036405+0000 mgr.a (mgr.14403) 2923 : cluster 0 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-07T18:27:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:27 smithi135 bash[32435]: cluster 2023-12-07T18:27:26.036405+0000 mgr.a (mgr.14403) 2923 : cluster 0 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-07T18:27:27.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:27:27.603 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:27.603 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:28.499 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:27:28.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:28.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:28.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:28.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:27:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:29 smithi079 bash[28699]: audit 2023-12-07T18:27:28.008250+0000 mgr.a (mgr.14403) 2924 : audit 0 from='client.70044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:29 smithi079 bash[28699]: cluster 2023-12-07T18:27:28.036914+0000 mgr.a (mgr.14403) 2925 : cluster 0 pgmap v2178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:29.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:29 smithi194 bash[32038]: audit 2023-12-07T18:27:28.008250+0000 mgr.a (mgr.14403) 2924 : audit 0 from='client.70044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:29.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:29 smithi194 bash[32038]: cluster 2023-12-07T18:27:28.036914+0000 mgr.a (mgr.14403) 2925 : cluster 0 pgmap v2178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:29 smithi135 bash[32435]: audit 2023-12-07T18:27:28.008250+0000 mgr.a (mgr.14403) 2924 : audit 0 from='client.70044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:29 smithi135 bash[32435]: cluster 2023-12-07T18:27:28.036914+0000 mgr.a (mgr.14403) 2925 : cluster 0 pgmap v2178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:30 smithi194 bash[32038]: cluster 2023-12-07T18:27:30.037875+0000 mgr.a (mgr.14403) 2926 : cluster 0 pgmap v2179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:30.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:30 smithi135 bash[32435]: cluster 2023-12-07T18:27:30.037875+0000 mgr.a (mgr.14403) 2926 : cluster 0 pgmap v2179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:30 smithi079 bash[28699]: cluster 2023-12-07T18:27:30.037875+0000 mgr.a (mgr.14403) 2926 : cluster 0 pgmap v2179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:33 smithi079 bash[28699]: cluster 2023-12-07T18:27:32.038462+0000 mgr.a (mgr.14403) 2927 : cluster 0 pgmap v2180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:33 smithi194 bash[32038]: cluster 2023-12-07T18:27:32.038462+0000 mgr.a (mgr.14403) 2927 : cluster 0 pgmap v2180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:33 smithi135 bash[32435]: cluster 2023-12-07T18:27:32.038462+0000 mgr.a (mgr.14403) 2927 : cluster 0 pgmap v2180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:33.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:27:33.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:33.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:34.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:34.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:34.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:34.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:27:34.404 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:27:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:35 smithi079 bash[28699]: audit 2023-12-07T18:27:33.904535+0000 mgr.a (mgr.14403) 2928 : audit 0 from='client.70122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:35 smithi079 bash[28699]: cluster 2023-12-07T18:27:34.039098+0000 mgr.a (mgr.14403) 2929 : cluster 0 pgmap v2181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:35 smithi194 bash[32038]: audit 2023-12-07T18:27:33.904535+0000 mgr.a (mgr.14403) 2928 : audit 0 from='client.70122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:35 smithi194 bash[32038]: cluster 2023-12-07T18:27:34.039098+0000 mgr.a (mgr.14403) 2929 : cluster 0 pgmap v2181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:35 smithi135 bash[32435]: audit 2023-12-07T18:27:33.904535+0000 mgr.a (mgr.14403) 2928 : audit 0 from='client.70122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:35 smithi135 bash[32435]: cluster 2023-12-07T18:27:34.039098+0000 mgr.a (mgr.14403) 2929 : cluster 0 pgmap v2181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:37 smithi079 bash[28699]: cluster 2023-12-07T18:27:36.039713+0000 mgr.a (mgr.14403) 2930 : cluster 0 pgmap v2182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:37 smithi194 bash[32038]: cluster 2023-12-07T18:27:36.039713+0000 mgr.a (mgr.14403) 2930 : cluster 0 pgmap v2182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:37 smithi135 bash[32435]: cluster 2023-12-07T18:27:36.039713+0000 mgr.a (mgr.14403) 2930 : cluster 0 pgmap v2182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:39 smithi079 bash[28699]: cluster 2023-12-07T18:27:38.040287+0000 mgr.a (mgr.14403) 2931 : cluster 0 pgmap v2183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:39.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:27:39.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:39.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:39 smithi194 bash[32038]: cluster 2023-12-07T18:27:38.040287+0000 mgr.a (mgr.14403) 2931 : cluster 0 pgmap v2183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:39 smithi135 bash[32435]: cluster 2023-12-07T18:27:38.040287+0000 mgr.a (mgr.14403) 2931 : cluster 0 pgmap v2183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:40.332 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:27:40.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:40.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:40.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:40.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:27:40.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:40 smithi135 bash[32435]: audit 2023-12-07T18:27:39.811447+0000 mgr.a (mgr.14403) 2932 : audit 0 from='client.70200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:40.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:40 smithi135 bash[32435]: cluster 2023-12-07T18:27:40.041309+0000 mgr.a (mgr.14403) 2933 : cluster 0 pgmap v2184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:40 smithi079 bash[28699]: audit 2023-12-07T18:27:39.811447+0000 mgr.a (mgr.14403) 2932 : audit 0 from='client.70200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:40 smithi079 bash[28699]: cluster 2023-12-07T18:27:40.041309+0000 mgr.a (mgr.14403) 2933 : cluster 0 pgmap v2184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:40 smithi194 bash[32038]: audit 2023-12-07T18:27:39.811447+0000 mgr.a (mgr.14403) 2932 : audit 0 from='client.70200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:40 smithi194 bash[32038]: cluster 2023-12-07T18:27:40.041309+0000 mgr.a (mgr.14403) 2933 : cluster 0 pgmap v2184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:43 smithi079 bash[28699]: cluster 2023-12-07T18:27:42.042046+0000 mgr.a (mgr.14403) 2934 : cluster 0 pgmap v2185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:43 smithi194 bash[32038]: cluster 2023-12-07T18:27:42.042046+0000 mgr.a (mgr.14403) 2934 : cluster 0 pgmap v2185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:43 smithi135 bash[32435]: cluster 2023-12-07T18:27:42.042046+0000 mgr.a (mgr.14403) 2934 : cluster 0 pgmap v2185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:27:45.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:27:45.335 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:45.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:45 smithi079 bash[28699]: cluster 2023-12-07T18:27:44.042957+0000 mgr.a (mgr.14403) 2935 : cluster 0 pgmap v2186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:45 smithi194 bash[32038]: cluster 2023-12-07T18:27:44.042957+0000 mgr.a (mgr.14403) 2935 : cluster 0 pgmap v2186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:45 smithi135 bash[32435]: cluster 2023-12-07T18:27:44.042957+0000 mgr.a (mgr.14403) 2935 : cluster 0 pgmap v2186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:46.246 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:27:46.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:46.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:46.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:46.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:27:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:47 smithi079 bash[28699]: audit 2023-12-07T18:27:45.738117+0000 mgr.a (mgr.14403) 2936 : audit 0 from='client.70272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:47 smithi079 bash[28699]: cluster 2023-12-07T18:27:46.043776+0000 mgr.a (mgr.14403) 2937 : cluster 0 pgmap v2187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:47.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:47 smithi194 bash[32038]: audit 2023-12-07T18:27:45.738117+0000 mgr.a (mgr.14403) 2936 : audit 0 from='client.70272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:47.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:47 smithi194 bash[32038]: cluster 2023-12-07T18:27:46.043776+0000 mgr.a (mgr.14403) 2937 : cluster 0 pgmap v2187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:47 smithi135 bash[32435]: audit 2023-12-07T18:27:45.738117+0000 mgr.a (mgr.14403) 2936 : audit 0 from='client.70272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:47 smithi135 bash[32435]: cluster 2023-12-07T18:27:46.043776+0000 mgr.a (mgr.14403) 2937 : cluster 0 pgmap v2187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:49 smithi079 bash[28699]: cluster 2023-12-07T18:27:48.044476+0000 mgr.a (mgr.14403) 2938 : cluster 0 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-07T18:27:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:49 smithi194 bash[32038]: cluster 2023-12-07T18:27:48.044476+0000 mgr.a (mgr.14403) 2938 : cluster 0 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-07T18:27:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:49 smithi135 bash[32435]: cluster 2023-12-07T18:27:48.044476+0000 mgr.a (mgr.14403) 2938 : cluster 0 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-07T18:27:50.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:50 smithi135 bash[32435]: cluster 2023-12-07T18:27:50.045224+0000 mgr.a (mgr.14403) 2939 : cluster 0 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-07T18:27:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:50 smithi079 bash[28699]: cluster 2023-12-07T18:27:50.045224+0000 mgr.a (mgr.14403) 2939 : cluster 0 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-07T18:27:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:50 smithi194 bash[32038]: cluster 2023-12-07T18:27:50.045224+0000 mgr.a (mgr.14403) 2939 : cluster 0 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-07T18:27:51.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:27:51.249 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:51.249 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:52.123 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:27:52.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:52.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:52.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:52.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:27:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:53 smithi079 bash[28699]: audit 2023-12-07T18:27:51.644598+0000 mgr.a (mgr.14403) 2940 : audit 0 from='client.70347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:53 smithi079 bash[28699]: cluster 2023-12-07T18:27:52.045890+0000 mgr.a (mgr.14403) 2941 : cluster 0 pgmap v2190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:53 smithi079 bash[28699]: audit 2023-12-07T18:27:53.022572+0000 mon.a (mon.0) 869 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:27:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:53 smithi194 bash[32038]: audit 2023-12-07T18:27:51.644598+0000 mgr.a (mgr.14403) 2940 : audit 0 from='client.70347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:53 smithi194 bash[32038]: cluster 2023-12-07T18:27:52.045890+0000 mgr.a (mgr.14403) 2941 : cluster 0 pgmap v2190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:53 smithi194 bash[32038]: audit 2023-12-07T18:27:53.022572+0000 mon.a (mon.0) 869 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:27:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:53 smithi135 bash[32435]: audit 2023-12-07T18:27:51.644598+0000 mgr.a (mgr.14403) 2940 : audit 0 from='client.70347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:53 smithi135 bash[32435]: cluster 2023-12-07T18:27:52.045890+0000 mgr.a (mgr.14403) 2941 : cluster 0 pgmap v2190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:53 smithi135 bash[32435]: audit 2023-12-07T18:27:53.022572+0000 mon.a (mon.0) 869 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:27:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:55 smithi079 bash[28699]: cluster 2023-12-07T18:27:54.046703+0000 mgr.a (mgr.14403) 2942 : cluster 0 pgmap v2191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:55 smithi194 bash[32038]: cluster 2023-12-07T18:27:54.046703+0000 mgr.a (mgr.14403) 2942 : cluster 0 pgmap v2191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:55 smithi135 bash[32435]: cluster 2023-12-07T18:27:54.046703+0000 mgr.a (mgr.14403) 2942 : cluster 0 pgmap v2191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:27:57.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:27:57.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:27:57.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:27:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:57 smithi079 bash[28699]: cluster 2023-12-07T18:27:56.047307+0000 mgr.a (mgr.14403) 2943 : cluster 0 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-07T18:27:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:57 smithi194 bash[32038]: cluster 2023-12-07T18:27:56.047307+0000 mgr.a (mgr.14403) 2943 : cluster 0 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-07T18:27:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:57 smithi135 bash[32435]: cluster 2023-12-07T18:27:56.047307+0000 mgr.a (mgr.14403) 2943 : cluster 0 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-07T18:27:58.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:27:58.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:27:58.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:27:58.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:27:58.052 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:27:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:59 smithi079 bash[28699]: audit 2023-12-07T18:27:57.536728+0000 mgr.a (mgr.14403) 2944 : audit 0 from='client.70425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:59 smithi079 bash[28699]: cluster 2023-12-07T18:27:58.047892+0000 mgr.a (mgr.14403) 2945 : cluster 0 pgmap v2193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:59 smithi079 bash[28699]: audit 2023-12-07T18:27:58.369764+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:59 smithi079 bash[28699]: audit 2023-12-07T18:27:58.375293+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:59 smithi079 bash[28699]: audit 2023-12-07T18:27:58.381402+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:59 smithi079 bash[28699]: audit 2023-12-07T18:27:58.386257+0000 mon.a (mon.0) 873 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:59 smithi079 bash[28699]: audit 2023-12-07T18:27:58.418965+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:27:59 smithi079 bash[28699]: audit 2023-12-07T18:27:58.424349+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:59 smithi194 bash[32038]: audit 2023-12-07T18:27:57.536728+0000 mgr.a (mgr.14403) 2944 : audit 0 from='client.70425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:59 smithi194 bash[32038]: cluster 2023-12-07T18:27:58.047892+0000 mgr.a (mgr.14403) 2945 : cluster 0 pgmap v2193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:59 smithi194 bash[32038]: audit 2023-12-07T18:27:58.369764+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:59 smithi194 bash[32038]: audit 2023-12-07T18:27:58.375293+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:59 smithi194 bash[32038]: audit 2023-12-07T18:27:58.381402+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:59 smithi194 bash[32038]: audit 2023-12-07T18:27:58.386257+0000 mon.a (mon.0) 873 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:59 smithi194 bash[32038]: audit 2023-12-07T18:27:58.418965+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:27:59 smithi194 bash[32038]: audit 2023-12-07T18:27:58.424349+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:59 smithi135 bash[32435]: audit 2023-12-07T18:27:57.536728+0000 mgr.a (mgr.14403) 2944 : audit 0 from='client.70425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:27:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:59 smithi135 bash[32435]: cluster 2023-12-07T18:27:58.047892+0000 mgr.a (mgr.14403) 2945 : cluster 0 pgmap v2193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:27:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:59 smithi135 bash[32435]: audit 2023-12-07T18:27:58.369764+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:59 smithi135 bash[32435]: audit 2023-12-07T18:27:58.375293+0000 mon.a (mon.0) 871 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:59 smithi135 bash[32435]: audit 2023-12-07T18:27:58.381402+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:59 smithi135 bash[32435]: audit 2023-12-07T18:27:58.386257+0000 mon.a (mon.0) 873 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:59 smithi135 bash[32435]: audit 2023-12-07T18:27:58.418965+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:27:59.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:27:59 smithi135 bash[32435]: audit 2023-12-07T18:27:58.424349+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:28:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:00 smithi079 bash[28699]: audit 2023-12-07T18:27:59.116820+0000 mon.a (mon.0) 876 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:28:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:00 smithi079 bash[28699]: audit 2023-12-07T18:27:59.118133+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:28:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:00 smithi079 bash[28699]: audit 2023-12-07T18:27:59.125304+0000 mon.a (mon.0) 878 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:28:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:00 smithi194 bash[32038]: audit 2023-12-07T18:27:59.116820+0000 mon.a (mon.0) 876 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:28:00.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:00 smithi194 bash[32038]: audit 2023-12-07T18:27:59.118133+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:28:00.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:00 smithi194 bash[32038]: audit 2023-12-07T18:27:59.125304+0000 mon.a (mon.0) 878 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:28:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:00 smithi135 bash[32435]: audit 2023-12-07T18:27:59.116820+0000 mon.a (mon.0) 876 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:28:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:00 smithi135 bash[32435]: audit 2023-12-07T18:27:59.118133+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:28:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:00 smithi135 bash[32435]: audit 2023-12-07T18:27:59.125304+0000 mon.a (mon.0) 878 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:28:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:01 smithi079 bash[28699]: cluster 2023-12-07T18:28:00.048734+0000 mgr.a (mgr.14403) 2946 : cluster 0 pgmap v2194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:01 smithi194 bash[32038]: cluster 2023-12-07T18:28:00.048734+0000 mgr.a (mgr.14403) 2946 : cluster 0 pgmap v2194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:01 smithi135 bash[32435]: cluster 2023-12-07T18:28:00.048734+0000 mgr.a (mgr.14403) 2946 : cluster 0 pgmap v2194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:03.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:28:03.054 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:03.054 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:03 smithi079 bash[28699]: cluster 2023-12-07T18:28:02.049361+0000 mgr.a (mgr.14403) 2947 : cluster 0 pgmap v2195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:03 smithi194 bash[32038]: cluster 2023-12-07T18:28:02.049361+0000 mgr.a (mgr.14403) 2947 : cluster 0 pgmap v2195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:03 smithi135 bash[32435]: cluster 2023-12-07T18:28:02.049361+0000 mgr.a (mgr.14403) 2947 : cluster 0 pgmap v2195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:03.961 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:28:03.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:03.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:03.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:03.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:28:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:05 smithi079 bash[28699]: audit 2023-12-07T18:28:03.453983+0000 mgr.a (mgr.14403) 2948 : audit 0 from='client.70497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:05 smithi079 bash[28699]: cluster 2023-12-07T18:28:04.050403+0000 mgr.a (mgr.14403) 2949 : cluster 0 pgmap v2196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:05 smithi194 bash[32038]: audit 2023-12-07T18:28:03.453983+0000 mgr.a (mgr.14403) 2948 : audit 0 from='client.70497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:05 smithi194 bash[32038]: cluster 2023-12-07T18:28:04.050403+0000 mgr.a (mgr.14403) 2949 : cluster 0 pgmap v2196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:05 smithi135 bash[32435]: audit 2023-12-07T18:28:03.453983+0000 mgr.a (mgr.14403) 2948 : audit 0 from='client.70497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:05 smithi135 bash[32435]: cluster 2023-12-07T18:28:04.050403+0000 mgr.a (mgr.14403) 2949 : cluster 0 pgmap v2196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:07 smithi079 bash[28699]: cluster 2023-12-07T18:28:06.051043+0000 mgr.a (mgr.14403) 2950 : cluster 0 pgmap v2197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:07 smithi194 bash[32038]: cluster 2023-12-07T18:28:06.051043+0000 mgr.a (mgr.14403) 2950 : cluster 0 pgmap v2197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:07 smithi135 bash[32435]: cluster 2023-12-07T18:28:06.051043+0000 mgr.a (mgr.14403) 2950 : cluster 0 pgmap v2197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:08.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:28:08.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:08.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:09 smithi079 bash[28699]: cluster 2023-12-07T18:28:08.051623+0000 mgr.a (mgr.14403) 2951 : cluster 0 pgmap v2198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:09 smithi194 bash[32038]: cluster 2023-12-07T18:28:08.051623+0000 mgr.a (mgr.14403) 2951 : cluster 0 pgmap v2198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:09 smithi135 bash[32435]: cluster 2023-12-07T18:28:08.051623+0000 mgr.a (mgr.14403) 2951 : cluster 0 pgmap v2198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:09.851 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:28:09.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:09.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:09.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:09.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:28:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:10 smithi079 bash[28699]: audit 2023-12-07T18:28:09.363452+0000 mgr.a (mgr.14403) 2952 : audit 0 from='client.70572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:10 smithi079 bash[28699]: cluster 2023-12-07T18:28:10.052717+0000 mgr.a (mgr.14403) 2953 : cluster 0 pgmap v2199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:10 smithi194 bash[32038]: audit 2023-12-07T18:28:09.363452+0000 mgr.a (mgr.14403) 2952 : audit 0 from='client.70572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:10.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:10 smithi194 bash[32038]: cluster 2023-12-07T18:28:10.052717+0000 mgr.a (mgr.14403) 2953 : cluster 0 pgmap v2199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:10 smithi135 bash[32435]: audit 2023-12-07T18:28:09.363452+0000 mgr.a (mgr.14403) 2952 : audit 0 from='client.70572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:10 smithi135 bash[32435]: cluster 2023-12-07T18:28:10.052717+0000 mgr.a (mgr.14403) 2953 : cluster 0 pgmap v2199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:13 smithi079 bash[28699]: cluster 2023-12-07T18:28:12.053329+0000 mgr.a (mgr.14403) 2954 : cluster 0 pgmap v2200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:13 smithi194 bash[32038]: cluster 2023-12-07T18:28:12.053329+0000 mgr.a (mgr.14403) 2954 : cluster 0 pgmap v2200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:13 smithi135 bash[32435]: cluster 2023-12-07T18:28:12.053329+0000 mgr.a (mgr.14403) 2954 : cluster 0 pgmap v2200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:14.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:28:14.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:14.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:15 smithi079 bash[28699]: cluster 2023-12-07T18:28:14.054052+0000 mgr.a (mgr.14403) 2955 : cluster 0 pgmap v2201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:15 smithi194 bash[32038]: cluster 2023-12-07T18:28:14.054052+0000 mgr.a (mgr.14403) 2955 : cluster 0 pgmap v2201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:15 smithi135 bash[32435]: cluster 2023-12-07T18:28:14.054052+0000 mgr.a (mgr.14403) 2955 : cluster 0 pgmap v2201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:15.789 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:28:15.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:15.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:15.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:15.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:28:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:17 smithi079 bash[28699]: audit 2023-12-07T18:28:15.254143+0000 mgr.a (mgr.14403) 2956 : audit 0 from='client.70650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:17 smithi079 bash[28699]: cluster 2023-12-07T18:28:16.054901+0000 mgr.a (mgr.14403) 2957 : cluster 0 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-07T18:28:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:17 smithi194 bash[32038]: audit 2023-12-07T18:28:15.254143+0000 mgr.a (mgr.14403) 2956 : audit 0 from='client.70650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:17 smithi194 bash[32038]: cluster 2023-12-07T18:28:16.054901+0000 mgr.a (mgr.14403) 2957 : cluster 0 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-07T18:28:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:17 smithi135 bash[32435]: audit 2023-12-07T18:28:15.254143+0000 mgr.a (mgr.14403) 2956 : audit 0 from='client.70650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:17 smithi135 bash[32435]: cluster 2023-12-07T18:28:16.054901+0000 mgr.a (mgr.14403) 2957 : cluster 0 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-07T18:28:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:19 smithi079 bash[28699]: cluster 2023-12-07T18:28:18.055571+0000 mgr.a (mgr.14403) 2958 : cluster 0 pgmap v2203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:19 smithi194 bash[32038]: cluster 2023-12-07T18:28:18.055571+0000 mgr.a (mgr.14403) 2958 : cluster 0 pgmap v2203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:19 smithi135 bash[32435]: cluster 2023-12-07T18:28:18.055571+0000 mgr.a (mgr.14403) 2958 : cluster 0 pgmap v2203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:20.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:28:20.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:20.793 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:20 smithi079 bash[28699]: cluster 2023-12-07T18:28:20.056385+0000 mgr.a (mgr.14403) 2959 : cluster 0 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-07T18:28:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:20 smithi194 bash[32038]: cluster 2023-12-07T18:28:20.056385+0000 mgr.a (mgr.14403) 2959 : cluster 0 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-07T18:28:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:20 smithi135 bash[32435]: cluster 2023-12-07T18:28:20.056385+0000 mgr.a (mgr.14403) 2959 : cluster 0 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-07T18:28:21.670 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:28:21.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:21.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:21.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:21.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:28:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:23 smithi079 bash[28699]: audit 2023-12-07T18:28:21.194414+0000 mgr.a (mgr.14403) 2960 : audit 0 from='client.70725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:23 smithi079 bash[28699]: cluster 2023-12-07T18:28:22.057261+0000 mgr.a (mgr.14403) 2961 : cluster 0 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-07T18:28:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:23 smithi194 bash[32038]: audit 2023-12-07T18:28:21.194414+0000 mgr.a (mgr.14403) 2960 : audit 0 from='client.70725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:23 smithi194 bash[32038]: cluster 2023-12-07T18:28:22.057261+0000 mgr.a (mgr.14403) 2961 : cluster 0 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-07T18:28:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:23 smithi135 bash[32435]: audit 2023-12-07T18:28:21.194414+0000 mgr.a (mgr.14403) 2960 : audit 0 from='client.70725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:23 smithi135 bash[32435]: cluster 2023-12-07T18:28:22.057261+0000 mgr.a (mgr.14403) 2961 : cluster 0 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-07T18:28:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:25 smithi079 bash[28699]: cluster 2023-12-07T18:28:24.058128+0000 mgr.a (mgr.14403) 2962 : cluster 0 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-07T18:28:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:25 smithi194 bash[32038]: cluster 2023-12-07T18:28:24.058128+0000 mgr.a (mgr.14403) 2962 : cluster 0 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-07T18:28:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:25 smithi135 bash[32435]: cluster 2023-12-07T18:28:24.058128+0000 mgr.a (mgr.14403) 2962 : cluster 0 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-07T18:28:26.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:28:26.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:26.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:27 smithi079 bash[28699]: cluster 2023-12-07T18:28:26.058723+0000 mgr.a (mgr.14403) 2963 : cluster 0 pgmap v2207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:27 smithi194 bash[32038]: cluster 2023-12-07T18:28:26.058723+0000 mgr.a (mgr.14403) 2963 : cluster 0 pgmap v2207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:27 smithi135 bash[32435]: cluster 2023-12-07T18:28:26.058723+0000 mgr.a (mgr.14403) 2963 : cluster 0 pgmap v2207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:27.552 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:28:27.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:27.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:27.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:27.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:28:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:28 smithi079 bash[28699]: audit 2023-12-07T18:28:27.068013+0000 mgr.a (mgr.14403) 2964 : audit 0 from='client.70803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:28 smithi194 bash[32038]: audit 2023-12-07T18:28:27.068013+0000 mgr.a (mgr.14403) 2964 : audit 0 from='client.70803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:28 smithi135 bash[32435]: audit 2023-12-07T18:28:27.068013+0000 mgr.a (mgr.14403) 2964 : audit 0 from='client.70803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:29 smithi079 bash[28699]: cluster 2023-12-07T18:28:28.059429+0000 mgr.a (mgr.14403) 2965 : cluster 0 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-07T18:28:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:29 smithi194 bash[32038]: cluster 2023-12-07T18:28:28.059429+0000 mgr.a (mgr.14403) 2965 : cluster 0 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-07T18:28:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:29 smithi135 bash[32435]: cluster 2023-12-07T18:28:28.059429+0000 mgr.a (mgr.14403) 2965 : cluster 0 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-07T18:28:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:30 smithi079 bash[28699]: cluster 2023-12-07T18:28:30.060282+0000 mgr.a (mgr.14403) 2966 : cluster 0 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-07T18:28:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:30 smithi194 bash[32038]: cluster 2023-12-07T18:28:30.060282+0000 mgr.a (mgr.14403) 2966 : cluster 0 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-07T18:28:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:30 smithi135 bash[32435]: cluster 2023-12-07T18:28:30.060282+0000 mgr.a (mgr.14403) 2966 : cluster 0 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-07T18:28:32.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:28:32.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:32.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:33 smithi079 bash[28699]: cluster 2023-12-07T18:28:32.060857+0000 mgr.a (mgr.14403) 2967 : cluster 0 pgmap v2210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:33.455 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:28:33.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:33.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:33.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:33.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:28:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:33 smithi194 bash[32038]: cluster 2023-12-07T18:28:32.060857+0000 mgr.a (mgr.14403) 2967 : cluster 0 pgmap v2210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:33 smithi135 bash[32435]: cluster 2023-12-07T18:28:32.060857+0000 mgr.a (mgr.14403) 2967 : cluster 0 pgmap v2210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:34 smithi079 bash[28699]: audit 2023-12-07T18:28:32.956455+0000 mgr.a (mgr.14403) 2968 : audit 0 from='client.70878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:34 smithi194 bash[32038]: audit 2023-12-07T18:28:32.956455+0000 mgr.a (mgr.14403) 2968 : audit 0 from='client.70878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:34 smithi135 bash[32435]: audit 2023-12-07T18:28:32.956455+0000 mgr.a (mgr.14403) 2968 : audit 0 from='client.70878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:35 smithi079 bash[28699]: cluster 2023-12-07T18:28:34.061774+0000 mgr.a (mgr.14403) 2969 : cluster 0 pgmap v2211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:35 smithi194 bash[32038]: cluster 2023-12-07T18:28:34.061774+0000 mgr.a (mgr.14403) 2969 : cluster 0 pgmap v2211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:35 smithi135 bash[32435]: cluster 2023-12-07T18:28:34.061774+0000 mgr.a (mgr.14403) 2969 : cluster 0 pgmap v2211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:28:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:37 smithi079 bash[28699]: cluster 2023-12-07T18:28:36.062366+0000 mgr.a (mgr.14403) 2970 : cluster 0 pgmap v2212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:37 smithi194 bash[32038]: cluster 2023-12-07T18:28:36.062366+0000 mgr.a (mgr.14403) 2970 : cluster 0 pgmap v2212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:37 smithi135 bash[32435]: cluster 2023-12-07T18:28:36.062366+0000 mgr.a (mgr.14403) 2970 : cluster 0 pgmap v2212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:38.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:28:38.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:38.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:39.370 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:28:39.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:39.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:39.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:39.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:28:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:39 smithi079 bash[28699]: cluster 2023-12-07T18:28:38.062944+0000 mgr.a (mgr.14403) 2971 : cluster 0 pgmap v2213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:39 smithi194 bash[32038]: cluster 2023-12-07T18:28:38.062944+0000 mgr.a (mgr.14403) 2971 : cluster 0 pgmap v2213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:39 smithi135 bash[32435]: cluster 2023-12-07T18:28:38.062944+0000 mgr.a (mgr.14403) 2971 : cluster 0 pgmap v2213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:40 smithi079 bash[28699]: audit 2023-12-07T18:28:38.856770+0000 mgr.a (mgr.14403) 2972 : audit 0 from='client.70956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:40 smithi194 bash[32038]: audit 2023-12-07T18:28:38.856770+0000 mgr.a (mgr.14403) 2972 : audit 0 from='client.70956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:40 smithi135 bash[32435]: audit 2023-12-07T18:28:38.856770+0000 mgr.a (mgr.14403) 2972 : audit 0 from='client.70956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:41 smithi079 bash[28699]: cluster 2023-12-07T18:28:40.064010+0000 mgr.a (mgr.14403) 2973 : cluster 0 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-07T18:28:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:41 smithi194 bash[32038]: cluster 2023-12-07T18:28:40.064010+0000 mgr.a (mgr.14403) 2973 : cluster 0 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-07T18:28:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:41 smithi135 bash[32435]: cluster 2023-12-07T18:28:40.064010+0000 mgr.a (mgr.14403) 2973 : cluster 0 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-07T18:28:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:43 smithi194 bash[32038]: cluster 2023-12-07T18:28:42.064587+0000 mgr.a (mgr.14403) 2974 : cluster 0 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-07T18:28:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:43 smithi135 bash[32435]: cluster 2023-12-07T18:28:42.064587+0000 mgr.a (mgr.14403) 2974 : cluster 0 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-07T18:28:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:43 smithi079 bash[28699]: cluster 2023-12-07T18:28:42.064587+0000 mgr.a (mgr.14403) 2974 : cluster 0 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-07T18:28:44.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:28:44.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:44.373 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:45.289 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:28:45.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:45.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:45.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:45.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:28:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:45 smithi194 bash[32038]: cluster 2023-12-07T18:28:44.065475+0000 mgr.a (mgr.14403) 2975 : cluster 0 pgmap v2216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:45 smithi135 bash[32435]: cluster 2023-12-07T18:28:44.065475+0000 mgr.a (mgr.14403) 2975 : cluster 0 pgmap v2216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:45 smithi079 bash[28699]: cluster 2023-12-07T18:28:44.065475+0000 mgr.a (mgr.14403) 2975 : cluster 0 pgmap v2216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:46 smithi194 bash[32038]: audit 2023-12-07T18:28:44.783594+0000 mgr.a (mgr.14403) 2976 : audit 0 from='client.71034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:46 smithi135 bash[32435]: audit 2023-12-07T18:28:44.783594+0000 mgr.a (mgr.14403) 2976 : audit 0 from='client.71034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:46 smithi079 bash[28699]: audit 2023-12-07T18:28:44.783594+0000 mgr.a (mgr.14403) 2976 : audit 0 from='client.71034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:47 smithi194 bash[32038]: cluster 2023-12-07T18:28:46.066365+0000 mgr.a (mgr.14403) 2977 : cluster 0 pgmap v2217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:47 smithi135 bash[32435]: cluster 2023-12-07T18:28:46.066365+0000 mgr.a (mgr.14403) 2977 : cluster 0 pgmap v2217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:47 smithi079 bash[28699]: cluster 2023-12-07T18:28:46.066365+0000 mgr.a (mgr.14403) 2977 : cluster 0 pgmap v2217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:48.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:48 smithi135 bash[32435]: cluster 2023-12-07T18:28:48.067071+0000 mgr.a (mgr.14403) 2978 : cluster 0 pgmap v2218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:48 smithi079 bash[28699]: cluster 2023-12-07T18:28:48.067071+0000 mgr.a (mgr.14403) 2978 : cluster 0 pgmap v2218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:48 smithi194 bash[32038]: cluster 2023-12-07T18:28:48.067071+0000 mgr.a (mgr.14403) 2978 : cluster 0 pgmap v2218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:28:50.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:28:50.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:50.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:50 smithi079 bash[28699]: cluster 2023-12-07T18:28:50.067850+0000 mgr.a (mgr.14403) 2979 : cluster 0 pgmap v2219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:50 smithi194 bash[32038]: cluster 2023-12-07T18:28:50.067850+0000 mgr.a (mgr.14403) 2979 : cluster 0 pgmap v2219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:50 smithi135 bash[32435]: cluster 2023-12-07T18:28:50.067850+0000 mgr.a (mgr.14403) 2979 : cluster 0 pgmap v2219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:51.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:51.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:51.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:51.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:28:51.206 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:28:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:51 smithi079 bash[28699]: audit 2023-12-07T18:28:50.691420+0000 mgr.a (mgr.14403) 2980 : audit 0 from='client.71109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:51 smithi194 bash[32038]: audit 2023-12-07T18:28:50.691420+0000 mgr.a (mgr.14403) 2980 : audit 0 from='client.71109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:51 smithi135 bash[32435]: audit 2023-12-07T18:28:50.691420+0000 mgr.a (mgr.14403) 2980 : audit 0 from='client.71109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:52.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:52 smithi079 bash[28699]: cluster 2023-12-07T18:28:52.068566+0000 mgr.a (mgr.14403) 2981 : cluster 0 pgmap v2220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:52 smithi194 bash[32038]: cluster 2023-12-07T18:28:52.068566+0000 mgr.a (mgr.14403) 2981 : cluster 0 pgmap v2220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:52 smithi135 bash[32435]: cluster 2023-12-07T18:28:52.068566+0000 mgr.a (mgr.14403) 2981 : cluster 0 pgmap v2220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:55 smithi079 bash[28699]: cluster 2023-12-07T18:28:54.069413+0000 mgr.a (mgr.14403) 2982 : cluster 0 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-07T18:28:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:55 smithi194 bash[32038]: cluster 2023-12-07T18:28:54.069413+0000 mgr.a (mgr.14403) 2982 : cluster 0 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-07T18:28:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:55 smithi135 bash[32435]: cluster 2023-12-07T18:28:54.069413+0000 mgr.a (mgr.14403) 2982 : cluster 0 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-07T18:28:56.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:28:56.209 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:28:56.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:28:57.084 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:28:57.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:28:57.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:28:57.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:28:57.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:28:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:57 smithi079 bash[28699]: cluster 2023-12-07T18:28:56.069991+0000 mgr.a (mgr.14403) 2983 : cluster 0 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-07T18:28:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:57 smithi194 bash[32038]: cluster 2023-12-07T18:28:56.069991+0000 mgr.a (mgr.14403) 2983 : cluster 0 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-07T18:28:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:57 smithi135 bash[32435]: cluster 2023-12-07T18:28:56.069991+0000 mgr.a (mgr.14403) 2983 : cluster 0 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-07T18:28:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:58 smithi079 bash[28699]: audit 2023-12-07T18:28:56.598409+0000 mgr.a (mgr.14403) 2984 : audit 0 from='client.71187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:58 smithi194 bash[32038]: audit 2023-12-07T18:28:56.598409+0000 mgr.a (mgr.14403) 2984 : audit 0 from='client.71187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:58 smithi135 bash[32435]: audit 2023-12-07T18:28:56.598409+0000 mgr.a (mgr.14403) 2984 : audit 0 from='client.71187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:28:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:28:59 smithi079 bash[28699]: cluster 2023-12-07T18:28:58.070556+0000 mgr.a (mgr.14403) 2985 : cluster 0 pgmap v2223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:28:59 smithi194 bash[32038]: cluster 2023-12-07T18:28:58.070556+0000 mgr.a (mgr.14403) 2985 : cluster 0 pgmap v2223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:28:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:28:59 smithi135 bash[32435]: cluster 2023-12-07T18:28:58.070556+0000 mgr.a (mgr.14403) 2985 : cluster 0 pgmap v2223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:00 smithi194 bash[32038]: audit 2023-12-07T18:28:59.227628+0000 mon.a (mon.0) 879 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:29:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:00 smithi194 bash[32038]: audit 2023-12-07T18:28:59.958965+0000 mon.a (mon.0) 880 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:29:00.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:00 smithi194 bash[32038]: audit 2023-12-07T18:28:59.960750+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:29:00.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:00 smithi194 bash[32038]: audit 2023-12-07T18:28:59.968212+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:29:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:00 smithi135 bash[32435]: audit 2023-12-07T18:28:59.227628+0000 mon.a (mon.0) 879 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:29:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:00 smithi135 bash[32435]: audit 2023-12-07T18:28:59.958965+0000 mon.a (mon.0) 880 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:29:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:00 smithi135 bash[32435]: audit 2023-12-07T18:28:59.960750+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:29:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:00 smithi135 bash[32435]: audit 2023-12-07T18:28:59.968212+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:29:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:00 smithi079 bash[28699]: audit 2023-12-07T18:28:59.227628+0000 mon.a (mon.0) 879 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:29:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:00 smithi079 bash[28699]: audit 2023-12-07T18:28:59.958965+0000 mon.a (mon.0) 880 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:29:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:00 smithi079 bash[28699]: audit 2023-12-07T18:28:59.960750+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:29:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:00 smithi079 bash[28699]: audit 2023-12-07T18:28:59.968212+0000 mon.a (mon.0) 882 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:29:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:01 smithi194 bash[32038]: cluster 2023-12-07T18:29:00.071506+0000 mgr.a (mgr.14403) 2986 : cluster 0 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-07T18:29:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:01 smithi135 bash[32435]: cluster 2023-12-07T18:29:00.071506+0000 mgr.a (mgr.14403) 2986 : cluster 0 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-07T18:29:01.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:01 smithi079 bash[28699]: cluster 2023-12-07T18:29:00.071506+0000 mgr.a (mgr.14403) 2986 : cluster 0 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-07T18:29:02.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:29:02.088 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:02.088 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:02.989 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:29:02.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:02.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:02.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:02.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:29:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:03 smithi194 bash[32038]: cluster 2023-12-07T18:29:02.072270+0000 mgr.a (mgr.14403) 2987 : cluster 0 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-07T18:29:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:03 smithi135 bash[32435]: cluster 2023-12-07T18:29:02.072270+0000 mgr.a (mgr.14403) 2987 : cluster 0 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-07T18:29:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:03 smithi079 bash[28699]: cluster 2023-12-07T18:29:02.072270+0000 mgr.a (mgr.14403) 2987 : cluster 0 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-07T18:29:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:04 smithi194 bash[32038]: audit 2023-12-07T18:29:02.485188+0000 mgr.a (mgr.14403) 2988 : audit 0 from='client.71265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:04 smithi135 bash[32435]: audit 2023-12-07T18:29:02.485188+0000 mgr.a (mgr.14403) 2988 : audit 0 from='client.71265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:04 smithi079 bash[28699]: audit 2023-12-07T18:29:02.485188+0000 mgr.a (mgr.14403) 2988 : audit 0 from='client.71265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:05 smithi194 bash[32038]: cluster 2023-12-07T18:29:04.073178+0000 mgr.a (mgr.14403) 2989 : cluster 0 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-07T18:29:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:05 smithi135 bash[32435]: cluster 2023-12-07T18:29:04.073178+0000 mgr.a (mgr.14403) 2989 : cluster 0 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-07T18:29:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:05 smithi079 bash[28699]: cluster 2023-12-07T18:29:04.073178+0000 mgr.a (mgr.14403) 2989 : cluster 0 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-07T18:29:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:06 smithi194 bash[32038]: cluster 2023-12-07T18:29:06.073774+0000 mgr.a (mgr.14403) 2990 : cluster 0 pgmap v2227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:06 smithi135 bash[32435]: cluster 2023-12-07T18:29:06.073774+0000 mgr.a (mgr.14403) 2990 : cluster 0 pgmap v2227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:06 smithi079 bash[28699]: cluster 2023-12-07T18:29:06.073774+0000 mgr.a (mgr.14403) 2990 : cluster 0 pgmap v2227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:07.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:29:07.992 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:07.992 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:08.899 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:29:08.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:08.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:08.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:08.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:29:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:09 smithi079 bash[28699]: cluster 2023-12-07T18:29:08.074345+0000 mgr.a (mgr.14403) 2991 : cluster 0 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-07T18:29:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:09 smithi194 bash[32038]: cluster 2023-12-07T18:29:08.074345+0000 mgr.a (mgr.14403) 2991 : cluster 0 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-07T18:29:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:09 smithi135 bash[32435]: cluster 2023-12-07T18:29:08.074345+0000 mgr.a (mgr.14403) 2991 : cluster 0 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-07T18:29:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:10 smithi079 bash[28699]: audit 2023-12-07T18:29:08.401927+0000 mgr.a (mgr.14403) 2992 : audit 0 from='client.71340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:10 smithi194 bash[32038]: audit 2023-12-07T18:29:08.401927+0000 mgr.a (mgr.14403) 2992 : audit 0 from='client.71340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:10.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:10 smithi135 bash[32435]: audit 2023-12-07T18:29:08.401927+0000 mgr.a (mgr.14403) 2992 : audit 0 from='client.71340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:11 smithi079 bash[28699]: cluster 2023-12-07T18:29:10.075457+0000 mgr.a (mgr.14403) 2993 : cluster 0 pgmap v2229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:29:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:11 smithi194 bash[32038]: cluster 2023-12-07T18:29:10.075457+0000 mgr.a (mgr.14403) 2993 : cluster 0 pgmap v2229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:29:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:11 smithi135 bash[32435]: cluster 2023-12-07T18:29:10.075457+0000 mgr.a (mgr.14403) 2993 : cluster 0 pgmap v2229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:29:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:13 smithi194 bash[32038]: cluster 2023-12-07T18:29:12.076055+0000 mgr.a (mgr.14403) 2994 : cluster 0 pgmap v2230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:29:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:13 smithi135 bash[32435]: cluster 2023-12-07T18:29:12.076055+0000 mgr.a (mgr.14403) 2994 : cluster 0 pgmap v2230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:29:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:13 smithi079 bash[28699]: cluster 2023-12-07T18:29:12.076055+0000 mgr.a (mgr.14403) 2994 : cluster 0 pgmap v2230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:29:13.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:29:13.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:13.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:14.796 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:29:14.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:14.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:14.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:14.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:29:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:15 smithi194 bash[32038]: cluster 2023-12-07T18:29:14.076799+0000 mgr.a (mgr.14403) 2995 : cluster 0 pgmap v2231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:15 smithi135 bash[32435]: cluster 2023-12-07T18:29:14.076799+0000 mgr.a (mgr.14403) 2995 : cluster 0 pgmap v2231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:15 smithi079 bash[28699]: cluster 2023-12-07T18:29:14.076799+0000 mgr.a (mgr.14403) 2995 : cluster 0 pgmap v2231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:16 smithi194 bash[32038]: audit 2023-12-07T18:29:14.305399+0000 mgr.a (mgr.14403) 2996 : audit 0 from='client.71415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:16 smithi135 bash[32435]: audit 2023-12-07T18:29:14.305399+0000 mgr.a (mgr.14403) 2996 : audit 0 from='client.71415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:16 smithi079 bash[28699]: audit 2023-12-07T18:29:14.305399+0000 mgr.a (mgr.14403) 2996 : audit 0 from='client.71415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:17 smithi194 bash[32038]: cluster 2023-12-07T18:29:16.077586+0000 mgr.a (mgr.14403) 2997 : cluster 0 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-07T18:29:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:17 smithi135 bash[32435]: cluster 2023-12-07T18:29:16.077586+0000 mgr.a (mgr.14403) 2997 : cluster 0 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-07T18:29:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:17 smithi079 bash[28699]: cluster 2023-12-07T18:29:16.077586+0000 mgr.a (mgr.14403) 2997 : cluster 0 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-07T18:29:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:18 smithi079 bash[28699]: cluster 2023-12-07T18:29:18.078345+0000 mgr.a (mgr.14403) 2998 : cluster 0 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-07T18:29:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:18 smithi194 bash[32038]: cluster 2023-12-07T18:29:18.078345+0000 mgr.a (mgr.14403) 2998 : cluster 0 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-07T18:29:18.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:18 smithi135 bash[32435]: cluster 2023-12-07T18:29:18.078345+0000 mgr.a (mgr.14403) 2998 : cluster 0 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-07T18:29:19.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:29:19.799 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:19.799 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:20.693 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:29:20.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:20.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:20.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:20.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:29:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:20 smithi079 bash[28699]: cluster 2023-12-07T18:29:20.079190+0000 mgr.a (mgr.14403) 2999 : cluster 0 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-07T18:29:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:20 smithi194 bash[32038]: cluster 2023-12-07T18:29:20.079190+0000 mgr.a (mgr.14403) 2999 : cluster 0 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-07T18:29:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:20 smithi135 bash[32435]: cluster 2023-12-07T18:29:20.079190+0000 mgr.a (mgr.14403) 2999 : cluster 0 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-07T18:29:21.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:21 smithi079 bash[28699]: audit 2023-12-07T18:29:20.201278+0000 mgr.a (mgr.14403) 3000 : audit 0 from='client.71493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:21.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:21 smithi194 bash[32038]: audit 2023-12-07T18:29:20.201278+0000 mgr.a (mgr.14403) 3000 : audit 0 from='client.71493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:21.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:21 smithi135 bash[32435]: audit 2023-12-07T18:29:20.201278+0000 mgr.a (mgr.14403) 3000 : audit 0 from='client.71493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:22.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:22 smithi079 bash[28699]: cluster 2023-12-07T18:29:22.079810+0000 mgr.a (mgr.14403) 3001 : cluster 0 pgmap v2235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:29:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:22 smithi194 bash[32038]: cluster 2023-12-07T18:29:22.079810+0000 mgr.a (mgr.14403) 3001 : cluster 0 pgmap v2235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:29:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:22 smithi135 bash[32435]: cluster 2023-12-07T18:29:22.079810+0000 mgr.a (mgr.14403) 3001 : cluster 0 pgmap v2235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:29:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:25 smithi079 bash[28699]: cluster 2023-12-07T18:29:24.080601+0000 mgr.a (mgr.14403) 3002 : cluster 0 pgmap v2236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:25 smithi194 bash[32038]: cluster 2023-12-07T18:29:24.080601+0000 mgr.a (mgr.14403) 3002 : cluster 0 pgmap v2236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:25 smithi135 bash[32435]: cluster 2023-12-07T18:29:24.080601+0000 mgr.a (mgr.14403) 3002 : cluster 0 pgmap v2236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:29:25.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:29:25.697 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:25.697 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:26.610 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:29:26.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:26.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:26.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:26.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:29:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:27 smithi079 bash[28699]: cluster 2023-12-07T18:29:26.081156+0000 mgr.a (mgr.14403) 3003 : cluster 0 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-07T18:29:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:27 smithi079 bash[28699]: audit 2023-12-07T18:29:26.105387+0000 mgr.a (mgr.14403) 3004 : audit 0 from='client.71568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:27 smithi194 bash[32038]: cluster 2023-12-07T18:29:26.081156+0000 mgr.a (mgr.14403) 3003 : cluster 0 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-07T18:29:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:27 smithi194 bash[32038]: audit 2023-12-07T18:29:26.105387+0000 mgr.a (mgr.14403) 3004 : audit 0 from='client.71568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:27 smithi135 bash[32435]: cluster 2023-12-07T18:29:26.081156+0000 mgr.a (mgr.14403) 3003 : cluster 0 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-07T18:29:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:27 smithi135 bash[32435]: audit 2023-12-07T18:29:26.105387+0000 mgr.a (mgr.14403) 3004 : audit 0 from='client.71568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:29 smithi194 bash[32038]: cluster 2023-12-07T18:29:28.081754+0000 mgr.a (mgr.14403) 3005 : cluster 0 pgmap v2238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:29 smithi135 bash[32435]: cluster 2023-12-07T18:29:28.081754+0000 mgr.a (mgr.14403) 3005 : cluster 0 pgmap v2238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:29 smithi079 bash[28699]: cluster 2023-12-07T18:29:28.081754+0000 mgr.a (mgr.14403) 3005 : cluster 0 pgmap v2238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:30 smithi079 bash[28699]: cluster 2023-12-07T18:29:30.082512+0000 mgr.a (mgr.14403) 3006 : cluster 0 pgmap v2239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:30 smithi194 bash[32038]: cluster 2023-12-07T18:29:30.082512+0000 mgr.a (mgr.14403) 3006 : cluster 0 pgmap v2239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:30 smithi135 bash[32435]: cluster 2023-12-07T18:29:30.082512+0000 mgr.a (mgr.14403) 3006 : cluster 0 pgmap v2239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:29:31.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:29:31.613 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:31.613 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:32.525 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:29:32.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:32.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:32.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:32.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:29:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:33 smithi079 bash[28699]: audit 2023-12-07T18:29:32.013672+0000 mgr.a (mgr.14403) 3007 : audit 0 from='client.71643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:33 smithi079 bash[28699]: cluster 2023-12-07T18:29:32.083102+0000 mgr.a (mgr.14403) 3008 : cluster 0 pgmap v2240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:33 smithi194 bash[32038]: audit 2023-12-07T18:29:32.013672+0000 mgr.a (mgr.14403) 3007 : audit 0 from='client.71643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:33 smithi194 bash[32038]: cluster 2023-12-07T18:29:32.083102+0000 mgr.a (mgr.14403) 3008 : cluster 0 pgmap v2240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:33 smithi135 bash[32435]: audit 2023-12-07T18:29:32.013672+0000 mgr.a (mgr.14403) 3007 : audit 0 from='client.71643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:33 smithi135 bash[32435]: cluster 2023-12-07T18:29:32.083102+0000 mgr.a (mgr.14403) 3008 : cluster 0 pgmap v2240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:35 smithi079 bash[28699]: cluster 2023-12-07T18:29:34.083897+0000 mgr.a (mgr.14403) 3009 : cluster 0 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-07T18:29:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:35 smithi194 bash[32038]: cluster 2023-12-07T18:29:34.083897+0000 mgr.a (mgr.14403) 3009 : cluster 0 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-07T18:29:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:35 smithi135 bash[32435]: cluster 2023-12-07T18:29:34.083897+0000 mgr.a (mgr.14403) 3009 : cluster 0 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-07T18:29:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:37 smithi194 bash[32038]: cluster 2023-12-07T18:29:36.084444+0000 mgr.a (mgr.14403) 3010 : cluster 0 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-07T18:29:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:37 smithi135 bash[32435]: cluster 2023-12-07T18:29:36.084444+0000 mgr.a (mgr.14403) 3010 : cluster 0 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-07T18:29:37.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:29:37.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:37.530 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:37 smithi079 bash[28699]: cluster 2023-12-07T18:29:36.084444+0000 mgr.a (mgr.14403) 3010 : cluster 0 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-07T18:29:38.419 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:29:38.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:38.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:38.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:38.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:29:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:39 smithi194 bash[32038]: audit 2023-12-07T18:29:37.931694+0000 mgr.a (mgr.14403) 3011 : audit 0 from='client.71721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:39 smithi194 bash[32038]: cluster 2023-12-07T18:29:38.085451+0000 mgr.a (mgr.14403) 3012 : cluster 0 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-07T18:29:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:39 smithi135 bash[32435]: audit 2023-12-07T18:29:37.931694+0000 mgr.a (mgr.14403) 3011 : audit 0 from='client.71721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:39 smithi135 bash[32435]: cluster 2023-12-07T18:29:38.085451+0000 mgr.a (mgr.14403) 3012 : cluster 0 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-07T18:29:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:39 smithi079 bash[28699]: audit 2023-12-07T18:29:37.931694+0000 mgr.a (mgr.14403) 3011 : audit 0 from='client.71721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:39 smithi079 bash[28699]: cluster 2023-12-07T18:29:38.085451+0000 mgr.a (mgr.14403) 3012 : cluster 0 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-07T18:29:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:40 smithi079 bash[28699]: cluster 2023-12-07T18:29:40.086423+0000 mgr.a (mgr.14403) 3013 : cluster 0 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-07T18:29:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:40 smithi194 bash[32038]: cluster 2023-12-07T18:29:40.086423+0000 mgr.a (mgr.14403) 3013 : cluster 0 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-07T18:29:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:40 smithi135 bash[32435]: cluster 2023-12-07T18:29:40.086423+0000 mgr.a (mgr.14403) 3013 : cluster 0 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-07T18:29:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:43 smithi079 bash[28699]: cluster 2023-12-07T18:29:42.086885+0000 mgr.a (mgr.14403) 3014 : cluster 0 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-07T18:29:43.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:29:43.423 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:43.423 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:43 smithi194 bash[32038]: cluster 2023-12-07T18:29:42.086885+0000 mgr.a (mgr.14403) 3014 : cluster 0 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-07T18:29:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:43 smithi135 bash[32435]: cluster 2023-12-07T18:29:42.086885+0000 mgr.a (mgr.14403) 3014 : cluster 0 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-07T18:29:44.318 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:29:44.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:44.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:44.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:44.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:29:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:45 smithi194 bash[32038]: audit 2023-12-07T18:29:43.821259+0000 mgr.a (mgr.14403) 3015 : audit 0 from='client.71799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:45 smithi194 bash[32038]: cluster 2023-12-07T18:29:44.087960+0000 mgr.a (mgr.14403) 3016 : cluster 0 pgmap v2246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:45 smithi135 bash[32435]: audit 2023-12-07T18:29:43.821259+0000 mgr.a (mgr.14403) 3015 : audit 0 from='client.71799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:45 smithi135 bash[32435]: cluster 2023-12-07T18:29:44.087960+0000 mgr.a (mgr.14403) 3016 : cluster 0 pgmap v2246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:45 smithi079 bash[28699]: audit 2023-12-07T18:29:43.821259+0000 mgr.a (mgr.14403) 3015 : audit 0 from='client.71799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:45 smithi079 bash[28699]: cluster 2023-12-07T18:29:44.087960+0000 mgr.a (mgr.14403) 3016 : cluster 0 pgmap v2246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:47 smithi194 bash[32038]: cluster 2023-12-07T18:29:46.088559+0000 mgr.a (mgr.14403) 3017 : cluster 0 pgmap v2247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:47 smithi135 bash[32435]: cluster 2023-12-07T18:29:46.088559+0000 mgr.a (mgr.14403) 3017 : cluster 0 pgmap v2247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:47 smithi079 bash[28699]: cluster 2023-12-07T18:29:46.088559+0000 mgr.a (mgr.14403) 3017 : cluster 0 pgmap v2247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:49.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:29:49.322 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:49.323 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:49 smithi194 bash[32038]: cluster 2023-12-07T18:29:48.089101+0000 mgr.a (mgr.14403) 3018 : cluster 0 pgmap v2248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:49 smithi135 bash[32435]: cluster 2023-12-07T18:29:48.089101+0000 mgr.a (mgr.14403) 3018 : cluster 0 pgmap v2248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:49 smithi079 bash[28699]: cluster 2023-12-07T18:29:48.089101+0000 mgr.a (mgr.14403) 3018 : cluster 0 pgmap v2248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:29:50.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:50.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:50.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:50.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:29:50.220 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:29:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:50 smithi079 bash[28699]: audit 2023-12-07T18:29:49.726849+0000 mgr.a (mgr.14403) 3019 : audit 0 from='client.71874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:50 smithi079 bash[28699]: cluster 2023-12-07T18:29:50.089784+0000 mgr.a (mgr.14403) 3020 : cluster 0 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-07T18:29:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:50 smithi194 bash[32038]: audit 2023-12-07T18:29:49.726849+0000 mgr.a (mgr.14403) 3019 : audit 0 from='client.71874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:50 smithi194 bash[32038]: cluster 2023-12-07T18:29:50.089784+0000 mgr.a (mgr.14403) 3020 : cluster 0 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-07T18:29:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:50 smithi135 bash[32435]: audit 2023-12-07T18:29:49.726849+0000 mgr.a (mgr.14403) 3019 : audit 0 from='client.71874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:50 smithi135 bash[32435]: cluster 2023-12-07T18:29:50.089784+0000 mgr.a (mgr.14403) 3020 : cluster 0 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-07T18:29:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:53 smithi194 bash[32038]: cluster 2023-12-07T18:29:52.090405+0000 mgr.a (mgr.14403) 3021 : cluster 0 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-07T18:29:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:53 smithi135 bash[32435]: cluster 2023-12-07T18:29:52.090405+0000 mgr.a (mgr.14403) 3021 : cluster 0 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-07T18:29:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:53 smithi079 bash[28699]: cluster 2023-12-07T18:29:52.090405+0000 mgr.a (mgr.14403) 3021 : cluster 0 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-07T18:29:55.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:29:55.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:29:55.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:29:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:55 smithi194 bash[32038]: cluster 2023-12-07T18:29:54.091235+0000 mgr.a (mgr.14403) 3022 : cluster 0 pgmap v2251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:55 smithi135 bash[32435]: cluster 2023-12-07T18:29:54.091235+0000 mgr.a (mgr.14403) 3022 : cluster 0 pgmap v2251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:55 smithi079 bash[28699]: cluster 2023-12-07T18:29:54.091235+0000 mgr.a (mgr.14403) 3022 : cluster 0 pgmap v2251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:56.089 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:29:56.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:29:56.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:29:56.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:29:56.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:29:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:57 smithi194 bash[32038]: audit 2023-12-07T18:29:55.624393+0000 mgr.a (mgr.14403) 3023 : audit 0 from='client.71952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:57 smithi194 bash[32038]: cluster 2023-12-07T18:29:56.091635+0000 mgr.a (mgr.14403) 3024 : cluster 0 pgmap v2252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:57 smithi135 bash[32435]: audit 2023-12-07T18:29:55.624393+0000 mgr.a (mgr.14403) 3023 : audit 0 from='client.71952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:57 smithi135 bash[32435]: cluster 2023-12-07T18:29:56.091635+0000 mgr.a (mgr.14403) 3024 : cluster 0 pgmap v2252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:57 smithi079 bash[28699]: audit 2023-12-07T18:29:55.624393+0000 mgr.a (mgr.14403) 3023 : audit 0 from='client.71952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:29:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:57 smithi079 bash[28699]: cluster 2023-12-07T18:29:56.091635+0000 mgr.a (mgr.14403) 3024 : cluster 0 pgmap v2252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:29:59 smithi194 bash[32038]: cluster 2023-12-07T18:29:58.092178+0000 mgr.a (mgr.14403) 3025 : cluster 0 pgmap v2253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:29:59 smithi135 bash[32435]: cluster 2023-12-07T18:29:58.092178+0000 mgr.a (mgr.14403) 3025 : cluster 0 pgmap v2253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:29:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:29:59 smithi079 bash[28699]: cluster 2023-12-07T18:29:58.092178+0000 mgr.a (mgr.14403) 3025 : cluster 0 pgmap v2253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:00 smithi079 bash[28699]: cluster 2023-12-07T18:30:00.000150+0000 mon.a (mon.0) 883 : cluster 1 overall HEALTH_OK 2023-12-07T18:30:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:00 smithi079 bash[28699]: audit 2023-12-07T18:30:00.070656+0000 mon.a (mon.0) 884 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:30:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:00 smithi079 bash[28699]: cluster 2023-12-07T18:30:00.092964+0000 mgr.a (mgr.14403) 3026 : cluster 0 pgmap v2254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:00 smithi194 bash[32038]: cluster 2023-12-07T18:30:00.000150+0000 mon.a (mon.0) 883 : cluster 1 overall HEALTH_OK 2023-12-07T18:30:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:00 smithi194 bash[32038]: audit 2023-12-07T18:30:00.070656+0000 mon.a (mon.0) 884 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:30:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:00 smithi194 bash[32038]: cluster 2023-12-07T18:30:00.092964+0000 mgr.a (mgr.14403) 3026 : cluster 0 pgmap v2254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:00 smithi135 bash[32435]: cluster 2023-12-07T18:30:00.000150+0000 mon.a (mon.0) 883 : cluster 1 overall HEALTH_OK 2023-12-07T18:30:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:00 smithi135 bash[32435]: audit 2023-12-07T18:30:00.070656+0000 mon.a (mon.0) 884 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:30:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:00 smithi135 bash[32435]: cluster 2023-12-07T18:30:00.092964+0000 mgr.a (mgr.14403) 3026 : cluster 0 pgmap v2254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:01.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:30:01.093 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:01.093 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:01 smithi079 bash[28699]: audit 2023-12-07T18:30:00.861453+0000 mon.a (mon.0) 885 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:30:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:01 smithi079 bash[28699]: audit 2023-12-07T18:30:00.863319+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:30:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:01 smithi079 bash[28699]: audit 2023-12-07T18:30:00.873002+0000 mon.a (mon.0) 887 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:30:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:01 smithi194 bash[32038]: audit 2023-12-07T18:30:00.861453+0000 mon.a (mon.0) 885 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:30:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:01 smithi194 bash[32038]: audit 2023-12-07T18:30:00.863319+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:30:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:01 smithi194 bash[32038]: audit 2023-12-07T18:30:00.873002+0000 mon.a (mon.0) 887 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:30:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:01 smithi135 bash[32435]: audit 2023-12-07T18:30:00.861453+0000 mon.a (mon.0) 885 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:30:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:01 smithi135 bash[32435]: audit 2023-12-07T18:30:00.863319+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:30:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:01 smithi135 bash[32435]: audit 2023-12-07T18:30:00.873002+0000 mon.a (mon.0) 887 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:30:02.002 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:30:02.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:02.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:02.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:02.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:30:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:02 smithi079 bash[28699]: audit 2023-12-07T18:30:01.494656+0000 mgr.a (mgr.14403) 3027 : audit 0 from='client.72027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:02 smithi079 bash[28699]: cluster 2023-12-07T18:30:02.093710+0000 mgr.a (mgr.14403) 3028 : cluster 0 pgmap v2255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:02 smithi194 bash[32038]: audit 2023-12-07T18:30:01.494656+0000 mgr.a (mgr.14403) 3027 : audit 0 from='client.72027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:02 smithi194 bash[32038]: cluster 2023-12-07T18:30:02.093710+0000 mgr.a (mgr.14403) 3028 : cluster 0 pgmap v2255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:02 smithi135 bash[32435]: audit 2023-12-07T18:30:01.494656+0000 mgr.a (mgr.14403) 3027 : audit 0 from='client.72027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:02 smithi135 bash[32435]: cluster 2023-12-07T18:30:02.093710+0000 mgr.a (mgr.14403) 3028 : cluster 0 pgmap v2255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:05 smithi194 bash[32038]: cluster 2023-12-07T18:30:04.094544+0000 mgr.a (mgr.14403) 3029 : cluster 0 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-07T18:30:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:05 smithi135 bash[32435]: cluster 2023-12-07T18:30:04.094544+0000 mgr.a (mgr.14403) 3029 : cluster 0 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-07T18:30:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:05 smithi079 bash[28699]: cluster 2023-12-07T18:30:04.094544+0000 mgr.a (mgr.14403) 3029 : cluster 0 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-07T18:30:07.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:30:07.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:07.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:07 smithi194 bash[32038]: cluster 2023-12-07T18:30:06.095101+0000 mgr.a (mgr.14403) 3030 : cluster 0 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-07T18:30:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:07 smithi135 bash[32435]: cluster 2023-12-07T18:30:06.095101+0000 mgr.a (mgr.14403) 3030 : cluster 0 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-07T18:30:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:07 smithi079 bash[28699]: cluster 2023-12-07T18:30:06.095101+0000 mgr.a (mgr.14403) 3030 : cluster 0 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-07T18:30:07.905 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:30:07.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:07.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:07.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:07.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:30:09.161 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:09 smithi079 bash[28699]: audit 2023-12-07T18:30:07.412304+0000 mgr.a (mgr.14403) 3031 : audit 0 from='client.72102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:09.161 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:09 smithi079 bash[28699]: cluster 2023-12-07T18:30:08.095865+0000 mgr.a (mgr.14403) 3032 : cluster 0 pgmap v2258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:09 smithi194 bash[32038]: audit 2023-12-07T18:30:07.412304+0000 mgr.a (mgr.14403) 3031 : audit 0 from='client.72102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:09 smithi194 bash[32038]: cluster 2023-12-07T18:30:08.095865+0000 mgr.a (mgr.14403) 3032 : cluster 0 pgmap v2258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:09 smithi135 bash[32435]: audit 2023-12-07T18:30:07.412304+0000 mgr.a (mgr.14403) 3031 : audit 0 from='client.72102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:09 smithi135 bash[32435]: cluster 2023-12-07T18:30:08.095865+0000 mgr.a (mgr.14403) 3032 : cluster 0 pgmap v2258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:10 smithi079 bash[28699]: cluster 2023-12-07T18:30:10.096675+0000 mgr.a (mgr.14403) 3033 : cluster 0 pgmap v2259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:10 smithi194 bash[32038]: cluster 2023-12-07T18:30:10.096675+0000 mgr.a (mgr.14403) 3033 : cluster 0 pgmap v2259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:10 smithi135 bash[32435]: cluster 2023-12-07T18:30:10.096675+0000 mgr.a (mgr.14403) 3033 : cluster 0 pgmap v2259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:12.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:30:12.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:12.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:13 smithi194 bash[32038]: cluster 2023-12-07T18:30:12.097271+0000 mgr.a (mgr.14403) 3034 : cluster 0 pgmap v2260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:13 smithi135 bash[32435]: cluster 2023-12-07T18:30:12.097271+0000 mgr.a (mgr.14403) 3034 : cluster 0 pgmap v2260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:13 smithi079 bash[28699]: cluster 2023-12-07T18:30:12.097271+0000 mgr.a (mgr.14403) 3034 : cluster 0 pgmap v2260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:13.806 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:30:13.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:13.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:13.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:13.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:30:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:15 smithi194 bash[32038]: audit 2023-12-07T18:30:13.317783+0000 mgr.a (mgr.14403) 3035 : audit 0 from='client.72174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:15 smithi194 bash[32038]: cluster 2023-12-07T18:30:14.098356+0000 mgr.a (mgr.14403) 3036 : cluster 0 pgmap v2261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:15 smithi135 bash[32435]: audit 2023-12-07T18:30:13.317783+0000 mgr.a (mgr.14403) 3035 : audit 0 from='client.72174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:15 smithi135 bash[32435]: cluster 2023-12-07T18:30:14.098356+0000 mgr.a (mgr.14403) 3036 : cluster 0 pgmap v2261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:15 smithi079 bash[28699]: audit 2023-12-07T18:30:13.317783+0000 mgr.a (mgr.14403) 3035 : audit 0 from='client.72174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:15 smithi079 bash[28699]: cluster 2023-12-07T18:30:14.098356+0000 mgr.a (mgr.14403) 3036 : cluster 0 pgmap v2261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:17 smithi194 bash[32038]: cluster 2023-12-07T18:30:16.098928+0000 mgr.a (mgr.14403) 3037 : cluster 0 pgmap v2262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:17 smithi135 bash[32435]: cluster 2023-12-07T18:30:16.098928+0000 mgr.a (mgr.14403) 3037 : cluster 0 pgmap v2262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:17 smithi079 bash[28699]: cluster 2023-12-07T18:30:16.098928+0000 mgr.a (mgr.14403) 3037 : cluster 0 pgmap v2262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:18.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:30:18.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:18.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:19 smithi194 bash[32038]: cluster 2023-12-07T18:30:18.099489+0000 mgr.a (mgr.14403) 3038 : cluster 0 pgmap v2263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:19 smithi135 bash[32435]: cluster 2023-12-07T18:30:18.099489+0000 mgr.a (mgr.14403) 3038 : cluster 0 pgmap v2263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:19 smithi079 bash[28699]: cluster 2023-12-07T18:30:18.099489+0000 mgr.a (mgr.14403) 3038 : cluster 0 pgmap v2263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:19.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:19.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:19.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:19.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:30:19.712 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:30:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:20 smithi079 bash[28699]: audit 2023-12-07T18:30:19.218386+0000 mgr.a (mgr.14403) 3039 : audit 0 from='client.72252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:20 smithi079 bash[28699]: cluster 2023-12-07T18:30:20.100506+0000 mgr.a (mgr.14403) 3040 : cluster 0 pgmap v2264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:20 smithi194 bash[32038]: audit 2023-12-07T18:30:19.218386+0000 mgr.a (mgr.14403) 3039 : audit 0 from='client.72252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:20 smithi194 bash[32038]: cluster 2023-12-07T18:30:20.100506+0000 mgr.a (mgr.14403) 3040 : cluster 0 pgmap v2264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:20 smithi135 bash[32435]: audit 2023-12-07T18:30:19.218386+0000 mgr.a (mgr.14403) 3039 : audit 0 from='client.72252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:20 smithi135 bash[32435]: cluster 2023-12-07T18:30:20.100506+0000 mgr.a (mgr.14403) 3040 : cluster 0 pgmap v2264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:23 smithi194 bash[32038]: cluster 2023-12-07T18:30:22.101089+0000 mgr.a (mgr.14403) 3041 : cluster 0 pgmap v2265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:23 smithi135 bash[32435]: cluster 2023-12-07T18:30:22.101089+0000 mgr.a (mgr.14403) 3041 : cluster 0 pgmap v2265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:23 smithi079 bash[28699]: cluster 2023-12-07T18:30:22.101089+0000 mgr.a (mgr.14403) 3041 : cluster 0 pgmap v2265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:24.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:30:24.716 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:24.716 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:25 smithi194 bash[32038]: cluster 2023-12-07T18:30:24.101870+0000 mgr.a (mgr.14403) 3042 : cluster 0 pgmap v2266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:25 smithi135 bash[32435]: cluster 2023-12-07T18:30:24.101870+0000 mgr.a (mgr.14403) 3042 : cluster 0 pgmap v2266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:25.606 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:30:25.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:25.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:25.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:25.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:30:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:25 smithi079 bash[28699]: cluster 2023-12-07T18:30:24.101870+0000 mgr.a (mgr.14403) 3042 : cluster 0 pgmap v2266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:26 smithi194 bash[32038]: audit 2023-12-07T18:30:25.118858+0000 mgr.a (mgr.14403) 3043 : audit 0 from='client.72330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:26 smithi135 bash[32435]: audit 2023-12-07T18:30:25.118858+0000 mgr.a (mgr.14403) 3043 : audit 0 from='client.72330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:26 smithi079 bash[28699]: audit 2023-12-07T18:30:25.118858+0000 mgr.a (mgr.14403) 3043 : audit 0 from='client.72330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:27 smithi194 bash[32038]: cluster 2023-12-07T18:30:26.102614+0000 mgr.a (mgr.14403) 3044 : cluster 0 pgmap v2267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:27 smithi135 bash[32435]: cluster 2023-12-07T18:30:26.102614+0000 mgr.a (mgr.14403) 3044 : cluster 0 pgmap v2267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:27 smithi079 bash[28699]: cluster 2023-12-07T18:30:26.102614+0000 mgr.a (mgr.14403) 3044 : cluster 0 pgmap v2267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:29 smithi194 bash[32038]: cluster 2023-12-07T18:30:28.103230+0000 mgr.a (mgr.14403) 3045 : cluster 0 pgmap v2268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:29 smithi135 bash[32435]: cluster 2023-12-07T18:30:28.103230+0000 mgr.a (mgr.14403) 3045 : cluster 0 pgmap v2268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:29 smithi079 bash[28699]: cluster 2023-12-07T18:30:28.103230+0000 mgr.a (mgr.14403) 3045 : cluster 0 pgmap v2268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:30.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:30:30.610 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:30.611 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:30 smithi079 bash[28699]: cluster 2023-12-07T18:30:30.104047+0000 mgr.a (mgr.14403) 3046 : cluster 0 pgmap v2269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:30 smithi194 bash[32038]: cluster 2023-12-07T18:30:30.104047+0000 mgr.a (mgr.14403) 3046 : cluster 0 pgmap v2269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:30 smithi135 bash[32435]: cluster 2023-12-07T18:30:30.104047+0000 mgr.a (mgr.14403) 3046 : cluster 0 pgmap v2269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:31.506 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:30:31.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:31.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:31.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:31.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:30:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:31 smithi079 bash[28699]: audit 2023-12-07T18:30:31.018609+0000 mgr.a (mgr.14403) 3047 : audit 0 from='client.66700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:31 smithi194 bash[32038]: audit 2023-12-07T18:30:31.018609+0000 mgr.a (mgr.14403) 3047 : audit 0 from='client.66700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:31 smithi135 bash[32435]: audit 2023-12-07T18:30:31.018609+0000 mgr.a (mgr.14403) 3047 : audit 0 from='client.66700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:32.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:32 smithi079 bash[28699]: cluster 2023-12-07T18:30:32.104720+0000 mgr.a (mgr.14403) 3048 : cluster 0 pgmap v2270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:32 smithi194 bash[32038]: cluster 2023-12-07T18:30:32.104720+0000 mgr.a (mgr.14403) 3048 : cluster 0 pgmap v2270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:32 smithi135 bash[32435]: cluster 2023-12-07T18:30:32.104720+0000 mgr.a (mgr.14403) 3048 : cluster 0 pgmap v2270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:35 smithi194 bash[32038]: cluster 2023-12-07T18:30:34.105594+0000 mgr.a (mgr.14403) 3049 : cluster 0 pgmap v2271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:35 smithi135 bash[32435]: cluster 2023-12-07T18:30:34.105594+0000 mgr.a (mgr.14403) 3049 : cluster 0 pgmap v2271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:35 smithi079 bash[28699]: cluster 2023-12-07T18:30:34.105594+0000 mgr.a (mgr.14403) 3049 : cluster 0 pgmap v2271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:36.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:30:36.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:36.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:37.396 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:30:37.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:37.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:37.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:37.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:30:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:37 smithi194 bash[32038]: cluster 2023-12-07T18:30:36.106199+0000 mgr.a (mgr.14403) 3050 : cluster 0 pgmap v2272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:37 smithi135 bash[32435]: cluster 2023-12-07T18:30:36.106199+0000 mgr.a (mgr.14403) 3050 : cluster 0 pgmap v2272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:37 smithi079 bash[28699]: cluster 2023-12-07T18:30:36.106199+0000 mgr.a (mgr.14403) 3050 : cluster 0 pgmap v2272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:38 smithi194 bash[32038]: audit 2023-12-07T18:30:36.903299+0000 mgr.a (mgr.14403) 3051 : audit 0 from='client.72486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:38.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:38 smithi135 bash[32435]: audit 2023-12-07T18:30:36.903299+0000 mgr.a (mgr.14403) 3051 : audit 0 from='client.72486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:38 smithi079 bash[28699]: audit 2023-12-07T18:30:36.903299+0000 mgr.a (mgr.14403) 3051 : audit 0 from='client.72486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:39 smithi194 bash[32038]: cluster 2023-12-07T18:30:38.106848+0000 mgr.a (mgr.14403) 3052 : cluster 0 pgmap v2273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:39 smithi135 bash[32435]: cluster 2023-12-07T18:30:38.106848+0000 mgr.a (mgr.14403) 3052 : cluster 0 pgmap v2273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:39 smithi079 bash[28699]: cluster 2023-12-07T18:30:38.106848+0000 mgr.a (mgr.14403) 3052 : cluster 0 pgmap v2273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:40 smithi079 bash[28699]: cluster 2023-12-07T18:30:40.107645+0000 mgr.a (mgr.14403) 3053 : cluster 0 pgmap v2274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:40 smithi194 bash[32038]: cluster 2023-12-07T18:30:40.107645+0000 mgr.a (mgr.14403) 3053 : cluster 0 pgmap v2274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:40 smithi135 bash[32435]: cluster 2023-12-07T18:30:40.107645+0000 mgr.a (mgr.14403) 3053 : cluster 0 pgmap v2274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:30:42.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:30:42.399 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:42.399 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:43.323 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:30:43.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:43.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:43.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:43.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:30:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:43 smithi194 bash[32038]: cluster 2023-12-07T18:30:42.108245+0000 mgr.a (mgr.14403) 3054 : cluster 0 pgmap v2275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:43 smithi135 bash[32435]: cluster 2023-12-07T18:30:42.108245+0000 mgr.a (mgr.14403) 3054 : cluster 0 pgmap v2275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:43 smithi079 bash[28699]: cluster 2023-12-07T18:30:42.108245+0000 mgr.a (mgr.14403) 3054 : cluster 0 pgmap v2275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:44 smithi194 bash[32038]: audit 2023-12-07T18:30:42.801233+0000 mgr.a (mgr.14403) 3055 : audit 0 from='client.72561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:44 smithi135 bash[32435]: audit 2023-12-07T18:30:42.801233+0000 mgr.a (mgr.14403) 3055 : audit 0 from='client.72561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:44 smithi079 bash[28699]: audit 2023-12-07T18:30:42.801233+0000 mgr.a (mgr.14403) 3055 : audit 0 from='client.72561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:45 smithi194 bash[32038]: cluster 2023-12-07T18:30:44.109199+0000 mgr.a (mgr.14403) 3056 : cluster 0 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-07T18:30:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:45 smithi135 bash[32435]: cluster 2023-12-07T18:30:44.109199+0000 mgr.a (mgr.14403) 3056 : cluster 0 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-07T18:30:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:45 smithi079 bash[28699]: cluster 2023-12-07T18:30:44.109199+0000 mgr.a (mgr.14403) 3056 : cluster 0 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-07T18:30:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:47 smithi194 bash[32038]: cluster 2023-12-07T18:30:46.109826+0000 mgr.a (mgr.14403) 3057 : cluster 0 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-07T18:30:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:47 smithi135 bash[32435]: cluster 2023-12-07T18:30:46.109826+0000 mgr.a (mgr.14403) 3057 : cluster 0 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-07T18:30:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:47 smithi079 bash[28699]: cluster 2023-12-07T18:30:46.109826+0000 mgr.a (mgr.14403) 3057 : cluster 0 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-07T18:30:48.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:30:48.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:48.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:49.237 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:30:49.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:49.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:49.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:49.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:30:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:49 smithi194 bash[32038]: cluster 2023-12-07T18:30:48.110408+0000 mgr.a (mgr.14403) 3058 : cluster 0 pgmap v2278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:49 smithi135 bash[32435]: cluster 2023-12-07T18:30:48.110408+0000 mgr.a (mgr.14403) 3058 : cluster 0 pgmap v2278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:49 smithi079 bash[28699]: cluster 2023-12-07T18:30:48.110408+0000 mgr.a (mgr.14403) 3058 : cluster 0 pgmap v2278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:50 smithi194 bash[32038]: audit 2023-12-07T18:30:48.725318+0000 mgr.a (mgr.14403) 3059 : audit 0 from='client.72636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:50.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:50 smithi135 bash[32435]: audit 2023-12-07T18:30:48.725318+0000 mgr.a (mgr.14403) 3059 : audit 0 from='client.72636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:50 smithi079 bash[28699]: audit 2023-12-07T18:30:48.725318+0000 mgr.a (mgr.14403) 3059 : audit 0 from='client.72636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:51 smithi194 bash[32038]: cluster 2023-12-07T18:30:50.111424+0000 mgr.a (mgr.14403) 3060 : cluster 0 pgmap v2279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:51 smithi135 bash[32435]: cluster 2023-12-07T18:30:50.111424+0000 mgr.a (mgr.14403) 3060 : cluster 0 pgmap v2279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:51 smithi079 bash[28699]: cluster 2023-12-07T18:30:50.111424+0000 mgr.a (mgr.14403) 3060 : cluster 0 pgmap v2279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:53 smithi194 bash[32038]: cluster 2023-12-07T18:30:52.111943+0000 mgr.a (mgr.14403) 3061 : cluster 0 pgmap v2280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:53 smithi135 bash[32435]: cluster 2023-12-07T18:30:52.111943+0000 mgr.a (mgr.14403) 3061 : cluster 0 pgmap v2280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:53 smithi079 bash[28699]: cluster 2023-12-07T18:30:52.111943+0000 mgr.a (mgr.14403) 3061 : cluster 0 pgmap v2280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:54.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:30:54.240 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:30:54.240 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:30:55.126 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:30:55.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:30:55.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:30:55.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:30:55.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:30:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:55 smithi194 bash[32038]: cluster 2023-12-07T18:30:54.112725+0000 mgr.a (mgr.14403) 3062 : cluster 0 pgmap v2281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:55 smithi135 bash[32435]: cluster 2023-12-07T18:30:54.112725+0000 mgr.a (mgr.14403) 3062 : cluster 0 pgmap v2281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:55 smithi079 bash[28699]: cluster 2023-12-07T18:30:54.112725+0000 mgr.a (mgr.14403) 3062 : cluster 0 pgmap v2281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:30:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:56 smithi194 bash[32038]: audit 2023-12-07T18:30:54.640138+0000 mgr.a (mgr.14403) 3063 : audit 0 from='client.72714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:56.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:56 smithi135 bash[32435]: audit 2023-12-07T18:30:54.640138+0000 mgr.a (mgr.14403) 3063 : audit 0 from='client.72714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:56 smithi079 bash[28699]: audit 2023-12-07T18:30:54.640138+0000 mgr.a (mgr.14403) 3063 : audit 0 from='client.72714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:30:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:57 smithi135 bash[32435]: cluster 2023-12-07T18:30:56.113469+0000 mgr.a (mgr.14403) 3064 : cluster 0 pgmap v2282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:57 smithi079 bash[28699]: cluster 2023-12-07T18:30:56.113469+0000 mgr.a (mgr.14403) 3064 : cluster 0 pgmap v2282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:57 smithi194 bash[32038]: cluster 2023-12-07T18:30:56.113469+0000 mgr.a (mgr.14403) 3064 : cluster 0 pgmap v2282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:30:58 smithi079 bash[28699]: cluster 2023-12-07T18:30:58.114193+0000 mgr.a (mgr.14403) 3065 : cluster 0 pgmap v2283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:30:58 smithi194 bash[32038]: cluster 2023-12-07T18:30:58.114193+0000 mgr.a (mgr.14403) 3065 : cluster 0 pgmap v2283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:30:58.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:30:58 smithi135 bash[32435]: cluster 2023-12-07T18:30:58.114193+0000 mgr.a (mgr.14403) 3065 : cluster 0 pgmap v2283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:00.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:31:00.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:00.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:00 smithi079 bash[28699]: cluster 2023-12-07T18:31:00.115191+0000 mgr.a (mgr.14403) 3066 : cluster 0 pgmap v2284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:00 smithi194 bash[32038]: cluster 2023-12-07T18:31:00.115191+0000 mgr.a (mgr.14403) 3066 : cluster 0 pgmap v2284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:00 smithi135 bash[32435]: cluster 2023-12-07T18:31:00.115191+0000 mgr.a (mgr.14403) 3066 : cluster 0 pgmap v2284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:01.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:01.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:01.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:01.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:31:01.003 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:31:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:01 smithi079 bash[28699]: audit 2023-12-07T18:31:00.510437+0000 mgr.a (mgr.14403) 3067 : audit 0 from='client.72789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:01 smithi079 bash[28699]: audit 2023-12-07T18:31:00.975333+0000 mon.a (mon.0) 888 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:31:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:01 smithi194 bash[32038]: audit 2023-12-07T18:31:00.510437+0000 mgr.a (mgr.14403) 3067 : audit 0 from='client.72789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:01 smithi194 bash[32038]: audit 2023-12-07T18:31:00.975333+0000 mon.a (mon.0) 888 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:31:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:01 smithi135 bash[32435]: audit 2023-12-07T18:31:00.510437+0000 mgr.a (mgr.14403) 3067 : audit 0 from='client.72789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:01 smithi135 bash[32435]: audit 2023-12-07T18:31:00.975333+0000 mon.a (mon.0) 888 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:31:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:02 smithi079 bash[28699]: audit 2023-12-07T18:31:01.515913+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:31:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:02 smithi079 bash[28699]: audit 2023-12-07T18:31:01.527031+0000 mon.a (mon.0) 890 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:31:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:02 smithi079 bash[28699]: cluster 2023-12-07T18:31:02.115884+0000 mgr.a (mgr.14403) 3068 : cluster 0 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-07T18:31:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:02 smithi079 bash[28699]: audit 2023-12-07T18:31:02.223786+0000 mon.a (mon.0) 891 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:31:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:02 smithi079 bash[28699]: audit 2023-12-07T18:31:02.225780+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:31:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:02 smithi079 bash[28699]: audit 2023-12-07T18:31:02.235322+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:31:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:02 smithi194 bash[32038]: audit 2023-12-07T18:31:01.515913+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:31:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:02 smithi194 bash[32038]: audit 2023-12-07T18:31:01.527031+0000 mon.a (mon.0) 890 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:31:02.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:02 smithi194 bash[32038]: cluster 2023-12-07T18:31:02.115884+0000 mgr.a (mgr.14403) 3068 : cluster 0 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-07T18:31:02.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:02 smithi194 bash[32038]: audit 2023-12-07T18:31:02.223786+0000 mon.a (mon.0) 891 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:31:02.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:02 smithi194 bash[32038]: audit 2023-12-07T18:31:02.225780+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:31:02.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:02 smithi194 bash[32038]: audit 2023-12-07T18:31:02.235322+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:31:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:02 smithi135 bash[32435]: audit 2023-12-07T18:31:01.515913+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:31:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:02 smithi135 bash[32435]: audit 2023-12-07T18:31:01.527031+0000 mon.a (mon.0) 890 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:31:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:02 smithi135 bash[32435]: cluster 2023-12-07T18:31:02.115884+0000 mgr.a (mgr.14403) 3068 : cluster 0 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-07T18:31:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:02 smithi135 bash[32435]: audit 2023-12-07T18:31:02.223786+0000 mon.a (mon.0) 891 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:31:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:02 smithi135 bash[32435]: audit 2023-12-07T18:31:02.225780+0000 mon.a (mon.0) 892 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:31:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:02 smithi135 bash[32435]: audit 2023-12-07T18:31:02.235322+0000 mon.a (mon.0) 893 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:31:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:05 smithi194 bash[32038]: cluster 2023-12-07T18:31:04.116747+0000 mgr.a (mgr.14403) 3069 : cluster 0 pgmap v2286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:05 smithi135 bash[32435]: cluster 2023-12-07T18:31:04.116747+0000 mgr.a (mgr.14403) 3069 : cluster 0 pgmap v2286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:05 smithi079 bash[28699]: cluster 2023-12-07T18:31:04.116747+0000 mgr.a (mgr.14403) 3069 : cluster 0 pgmap v2286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:06.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:31:06.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:06.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:06.904 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:31:06.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:06.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:06.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:06.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:31:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:07 smithi194 bash[32038]: cluster 2023-12-07T18:31:06.117282+0000 mgr.a (mgr.14403) 3070 : cluster 0 pgmap v2287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:07 smithi135 bash[32435]: cluster 2023-12-07T18:31:06.117282+0000 mgr.a (mgr.14403) 3070 : cluster 0 pgmap v2287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:07 smithi079 bash[28699]: cluster 2023-12-07T18:31:06.117282+0000 mgr.a (mgr.14403) 3070 : cluster 0 pgmap v2287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:08 smithi194 bash[32038]: audit 2023-12-07T18:31:06.411636+0000 mgr.a (mgr.14403) 3071 : audit 0 from='client.72864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:08.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:08 smithi135 bash[32435]: audit 2023-12-07T18:31:06.411636+0000 mgr.a (mgr.14403) 3071 : audit 0 from='client.72864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:08 smithi079 bash[28699]: audit 2023-12-07T18:31:06.411636+0000 mgr.a (mgr.14403) 3071 : audit 0 from='client.72864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:09 smithi194 bash[32038]: cluster 2023-12-07T18:31:08.117910+0000 mgr.a (mgr.14403) 3072 : cluster 0 pgmap v2288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:09 smithi135 bash[32435]: cluster 2023-12-07T18:31:08.117910+0000 mgr.a (mgr.14403) 3072 : cluster 0 pgmap v2288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:09 smithi079 bash[28699]: cluster 2023-12-07T18:31:08.117910+0000 mgr.a (mgr.14403) 3072 : cluster 0 pgmap v2288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:10 smithi079 bash[28699]: cluster 2023-12-07T18:31:10.118728+0000 mgr.a (mgr.14403) 3073 : cluster 0 pgmap v2289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:10 smithi194 bash[32038]: cluster 2023-12-07T18:31:10.118728+0000 mgr.a (mgr.14403) 3073 : cluster 0 pgmap v2289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:10 smithi135 bash[32435]: cluster 2023-12-07T18:31:10.118728+0000 mgr.a (mgr.14403) 3073 : cluster 0 pgmap v2289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:11.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:31:11.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:11.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:12.827 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:31:12.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:12.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:12.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:12.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:31:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:13 smithi194 bash[32038]: cluster 2023-12-07T18:31:12.119292+0000 mgr.a (mgr.14403) 3074 : cluster 0 pgmap v2290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:13 smithi135 bash[32435]: cluster 2023-12-07T18:31:12.119292+0000 mgr.a (mgr.14403) 3074 : cluster 0 pgmap v2290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:13 smithi079 bash[28699]: cluster 2023-12-07T18:31:12.119292+0000 mgr.a (mgr.14403) 3074 : cluster 0 pgmap v2290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:14 smithi194 bash[32038]: audit 2023-12-07T18:31:12.307092+0000 mgr.a (mgr.14403) 3075 : audit 0 from='client.72939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:14 smithi135 bash[32435]: audit 2023-12-07T18:31:12.307092+0000 mgr.a (mgr.14403) 3075 : audit 0 from='client.72939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:14 smithi079 bash[28699]: audit 2023-12-07T18:31:12.307092+0000 mgr.a (mgr.14403) 3075 : audit 0 from='client.72939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:15 smithi194 bash[32038]: cluster 2023-12-07T18:31:14.120138+0000 mgr.a (mgr.14403) 3076 : cluster 0 pgmap v2291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:15 smithi135 bash[32435]: cluster 2023-12-07T18:31:14.120138+0000 mgr.a (mgr.14403) 3076 : cluster 0 pgmap v2291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:15 smithi079 bash[28699]: cluster 2023-12-07T18:31:14.120138+0000 mgr.a (mgr.14403) 3076 : cluster 0 pgmap v2291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:17 smithi194 bash[32038]: cluster 2023-12-07T18:31:16.120700+0000 mgr.a (mgr.14403) 3077 : cluster 0 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-07T18:31:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:17 smithi135 bash[32435]: cluster 2023-12-07T18:31:16.120700+0000 mgr.a (mgr.14403) 3077 : cluster 0 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-07T18:31:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:17 smithi079 bash[28699]: cluster 2023-12-07T18:31:16.120700+0000 mgr.a (mgr.14403) 3077 : cluster 0 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-07T18:31:17.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:31:17.831 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:17.831 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:18.725 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:31:18.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:18.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:18.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:18.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:31:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:19 smithi194 bash[32038]: cluster 2023-12-07T18:31:18.121237+0000 mgr.a (mgr.14403) 3078 : cluster 0 pgmap v2293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:19 smithi135 bash[32435]: cluster 2023-12-07T18:31:18.121237+0000 mgr.a (mgr.14403) 3078 : cluster 0 pgmap v2293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:19 smithi079 bash[28699]: cluster 2023-12-07T18:31:18.121237+0000 mgr.a (mgr.14403) 3078 : cluster 0 pgmap v2293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:20 smithi194 bash[32038]: audit 2023-12-07T18:31:18.229590+0000 mgr.a (mgr.14403) 3079 : audit 0 from='client.73017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:20 smithi135 bash[32435]: audit 2023-12-07T18:31:18.229590+0000 mgr.a (mgr.14403) 3079 : audit 0 from='client.73017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:20 smithi079 bash[28699]: audit 2023-12-07T18:31:18.229590+0000 mgr.a (mgr.14403) 3079 : audit 0 from='client.73017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:21 smithi194 bash[32038]: cluster 2023-12-07T18:31:20.122273+0000 mgr.a (mgr.14403) 3080 : cluster 0 pgmap v2294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:31:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:21 smithi135 bash[32435]: cluster 2023-12-07T18:31:20.122273+0000 mgr.a (mgr.14403) 3080 : cluster 0 pgmap v2294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:31:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:21 smithi079 bash[28699]: cluster 2023-12-07T18:31:20.122273+0000 mgr.a (mgr.14403) 3080 : cluster 0 pgmap v2294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:31:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:22 smithi079 bash[28699]: cluster 2023-12-07T18:31:22.122887+0000 mgr.a (mgr.14403) 3081 : cluster 0 pgmap v2295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:31:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:22 smithi194 bash[32038]: cluster 2023-12-07T18:31:22.122887+0000 mgr.a (mgr.14403) 3081 : cluster 0 pgmap v2295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:31:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:22 smithi135 bash[32435]: cluster 2023-12-07T18:31:22.122887+0000 mgr.a (mgr.14403) 3081 : cluster 0 pgmap v2295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:31:23.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:31:23.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:23.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:24.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:24.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:24.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:24.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:31:24.653 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:31:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:25 smithi194 bash[32038]: audit 2023-12-07T18:31:24.123751+0000 mgr.a (mgr.14403) 3082 : audit 0 from='client.73092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:25 smithi194 bash[32038]: cluster 2023-12-07T18:31:24.124310+0000 mgr.a (mgr.14403) 3083 : cluster 0 pgmap v2296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:25 smithi135 bash[32435]: audit 2023-12-07T18:31:24.123751+0000 mgr.a (mgr.14403) 3082 : audit 0 from='client.73092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:25 smithi135 bash[32435]: cluster 2023-12-07T18:31:24.124310+0000 mgr.a (mgr.14403) 3083 : cluster 0 pgmap v2296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:25 smithi079 bash[28699]: audit 2023-12-07T18:31:24.123751+0000 mgr.a (mgr.14403) 3082 : audit 0 from='client.73092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:25 smithi079 bash[28699]: cluster 2023-12-07T18:31:24.124310+0000 mgr.a (mgr.14403) 3083 : cluster 0 pgmap v2296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:27 smithi194 bash[32038]: cluster 2023-12-07T18:31:26.124984+0000 mgr.a (mgr.14403) 3084 : cluster 0 pgmap v2297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:27 smithi135 bash[32435]: cluster 2023-12-07T18:31:26.124984+0000 mgr.a (mgr.14403) 3084 : cluster 0 pgmap v2297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:27 smithi079 bash[28699]: cluster 2023-12-07T18:31:26.124984+0000 mgr.a (mgr.14403) 3084 : cluster 0 pgmap v2297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:29 smithi194 bash[32038]: cluster 2023-12-07T18:31:28.125566+0000 mgr.a (mgr.14403) 3085 : cluster 0 pgmap v2298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:29 smithi135 bash[32435]: cluster 2023-12-07T18:31:28.125566+0000 mgr.a (mgr.14403) 3085 : cluster 0 pgmap v2298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:29 smithi079 bash[28699]: cluster 2023-12-07T18:31:28.125566+0000 mgr.a (mgr.14403) 3085 : cluster 0 pgmap v2298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:29.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:31:29.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:29.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:30.527 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:31:30.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:30.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:30.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:30.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:31:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:30 smithi079 bash[28699]: audit 2023-12-07T18:31:30.055939+0000 mgr.a (mgr.14403) 3086 : audit 0 from='client.73164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:30 smithi079 bash[28699]: cluster 2023-12-07T18:31:30.126743+0000 mgr.a (mgr.14403) 3087 : cluster 0 pgmap v2299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:30 smithi194 bash[32038]: audit 2023-12-07T18:31:30.055939+0000 mgr.a (mgr.14403) 3086 : audit 0 from='client.73164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:30 smithi194 bash[32038]: cluster 2023-12-07T18:31:30.126743+0000 mgr.a (mgr.14403) 3087 : cluster 0 pgmap v2299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:30 smithi135 bash[32435]: audit 2023-12-07T18:31:30.055939+0000 mgr.a (mgr.14403) 3086 : audit 0 from='client.73164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:30 smithi135 bash[32435]: cluster 2023-12-07T18:31:30.126743+0000 mgr.a (mgr.14403) 3087 : cluster 0 pgmap v2299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:33 smithi194 bash[32038]: cluster 2023-12-07T18:31:32.127586+0000 mgr.a (mgr.14403) 3088 : cluster 0 pgmap v2300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:31:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:33 smithi135 bash[32435]: cluster 2023-12-07T18:31:32.127586+0000 mgr.a (mgr.14403) 3088 : cluster 0 pgmap v2300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:31:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:33 smithi079 bash[28699]: cluster 2023-12-07T18:31:32.127586+0000 mgr.a (mgr.14403) 3088 : cluster 0 pgmap v2300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:31:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:35 smithi194 bash[32038]: cluster 2023-12-07T18:31:34.128524+0000 mgr.a (mgr.14403) 3089 : cluster 0 pgmap v2301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:31:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:35 smithi135 bash[32435]: cluster 2023-12-07T18:31:34.128524+0000 mgr.a (mgr.14403) 3089 : cluster 0 pgmap v2301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:31:35.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:31:35.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:35.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:35 smithi079 bash[28699]: cluster 2023-12-07T18:31:34.128524+0000 mgr.a (mgr.14403) 3089 : cluster 0 pgmap v2301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:31:36.436 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:31:36.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:36.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:36.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:36.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:31:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:37 smithi194 bash[32038]: audit 2023-12-07T18:31:35.931806+0000 mgr.a (mgr.14403) 3090 : audit 0 from='client.73239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:37 smithi194 bash[32038]: cluster 2023-12-07T18:31:36.129095+0000 mgr.a (mgr.14403) 3091 : cluster 0 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-07T18:31:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:37 smithi135 bash[32435]: audit 2023-12-07T18:31:35.931806+0000 mgr.a (mgr.14403) 3090 : audit 0 from='client.73239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:37 smithi135 bash[32435]: cluster 2023-12-07T18:31:36.129095+0000 mgr.a (mgr.14403) 3091 : cluster 0 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-07T18:31:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:37 smithi079 bash[28699]: audit 2023-12-07T18:31:35.931806+0000 mgr.a (mgr.14403) 3090 : audit 0 from='client.73239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:37 smithi079 bash[28699]: cluster 2023-12-07T18:31:36.129095+0000 mgr.a (mgr.14403) 3091 : cluster 0 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-07T18:31:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:39 smithi194 bash[32038]: cluster 2023-12-07T18:31:38.129732+0000 mgr.a (mgr.14403) 3092 : cluster 0 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-07T18:31:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:39 smithi135 bash[32435]: cluster 2023-12-07T18:31:38.129732+0000 mgr.a (mgr.14403) 3092 : cluster 0 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-07T18:31:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:39 smithi079 bash[28699]: cluster 2023-12-07T18:31:38.129732+0000 mgr.a (mgr.14403) 3092 : cluster 0 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-07T18:31:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:40 smithi079 bash[28699]: cluster 2023-12-07T18:31:40.130551+0000 mgr.a (mgr.14403) 3093 : cluster 0 pgmap v2304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:40 smithi194 bash[32038]: cluster 2023-12-07T18:31:40.130551+0000 mgr.a (mgr.14403) 3093 : cluster 0 pgmap v2304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:40 smithi135 bash[32435]: cluster 2023-12-07T18:31:40.130551+0000 mgr.a (mgr.14403) 3093 : cluster 0 pgmap v2304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:41.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:31:41.441 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:41.441 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:42.371 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:31:42.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:42.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:42.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:42.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:31:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:43 smithi194 bash[32038]: audit 2023-12-07T18:31:41.842787+0000 mgr.a (mgr.14403) 3094 : audit 0 from='client.73308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:43 smithi194 bash[32038]: cluster 2023-12-07T18:31:42.131371+0000 mgr.a (mgr.14403) 3095 : cluster 0 pgmap v2305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:43 smithi135 bash[32435]: audit 2023-12-07T18:31:41.842787+0000 mgr.a (mgr.14403) 3094 : audit 0 from='client.73308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:43 smithi135 bash[32435]: cluster 2023-12-07T18:31:42.131371+0000 mgr.a (mgr.14403) 3095 : cluster 0 pgmap v2305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:43 smithi079 bash[28699]: audit 2023-12-07T18:31:41.842787+0000 mgr.a (mgr.14403) 3094 : audit 0 from='client.73308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:43 smithi079 bash[28699]: cluster 2023-12-07T18:31:42.131371+0000 mgr.a (mgr.14403) 3095 : cluster 0 pgmap v2305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:45 smithi194 bash[32038]: cluster 2023-12-07T18:31:44.132193+0000 mgr.a (mgr.14403) 3096 : cluster 0 pgmap v2306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:45 smithi135 bash[32435]: cluster 2023-12-07T18:31:44.132193+0000 mgr.a (mgr.14403) 3096 : cluster 0 pgmap v2306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:45 smithi079 bash[28699]: cluster 2023-12-07T18:31:44.132193+0000 mgr.a (mgr.14403) 3096 : cluster 0 pgmap v2306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:47.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:31:47.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:47.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:47 smithi194 bash[32038]: cluster 2023-12-07T18:31:46.132709+0000 mgr.a (mgr.14403) 3097 : cluster 0 pgmap v2307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:47 smithi135 bash[32435]: cluster 2023-12-07T18:31:46.132709+0000 mgr.a (mgr.14403) 3097 : cluster 0 pgmap v2307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:47 smithi079 bash[28699]: cluster 2023-12-07T18:31:46.132709+0000 mgr.a (mgr.14403) 3097 : cluster 0 pgmap v2307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:48.272 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:31:48.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:48.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:48.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:48.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:31:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:49 smithi194 bash[32038]: audit 2023-12-07T18:31:47.780999+0000 mgr.a (mgr.14403) 3098 : audit 0 from='client.73383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:49 smithi194 bash[32038]: cluster 2023-12-07T18:31:48.133227+0000 mgr.a (mgr.14403) 3099 : cluster 0 pgmap v2308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:49 smithi135 bash[32435]: audit 2023-12-07T18:31:47.780999+0000 mgr.a (mgr.14403) 3098 : audit 0 from='client.73383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:49 smithi135 bash[32435]: cluster 2023-12-07T18:31:48.133227+0000 mgr.a (mgr.14403) 3099 : cluster 0 pgmap v2308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:49 smithi079 bash[28699]: audit 2023-12-07T18:31:47.780999+0000 mgr.a (mgr.14403) 3098 : audit 0 from='client.73383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:49 smithi079 bash[28699]: cluster 2023-12-07T18:31:48.133227+0000 mgr.a (mgr.14403) 3099 : cluster 0 pgmap v2308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:50 smithi079 bash[28699]: cluster 2023-12-07T18:31:50.134095+0000 mgr.a (mgr.14403) 3100 : cluster 0 pgmap v2309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:50 smithi194 bash[32038]: cluster 2023-12-07T18:31:50.134095+0000 mgr.a (mgr.14403) 3100 : cluster 0 pgmap v2309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:50 smithi135 bash[32435]: cluster 2023-12-07T18:31:50.134095+0000 mgr.a (mgr.14403) 3100 : cluster 0 pgmap v2309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:31:53.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:31:53.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:53.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:53 smithi194 bash[32038]: cluster 2023-12-07T18:31:52.134704+0000 mgr.a (mgr.14403) 3101 : cluster 0 pgmap v2310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:53 smithi135 bash[32435]: cluster 2023-12-07T18:31:52.134704+0000 mgr.a (mgr.14403) 3101 : cluster 0 pgmap v2310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:53 smithi079 bash[28699]: cluster 2023-12-07T18:31:52.134704+0000 mgr.a (mgr.14403) 3101 : cluster 0 pgmap v2310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:54.200 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:31:54.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:31:54.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:31:54.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:31:54.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:31:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:55 smithi194 bash[32038]: audit 2023-12-07T18:31:53.676180+0000 mgr.a (mgr.14403) 3102 : audit 0 from='client.73458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:55 smithi194 bash[32038]: cluster 2023-12-07T18:31:54.135680+0000 mgr.a (mgr.14403) 3103 : cluster 0 pgmap v2311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:55 smithi135 bash[32435]: audit 2023-12-07T18:31:53.676180+0000 mgr.a (mgr.14403) 3102 : audit 0 from='client.73458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:55 smithi135 bash[32435]: cluster 2023-12-07T18:31:54.135680+0000 mgr.a (mgr.14403) 3103 : cluster 0 pgmap v2311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:55 smithi079 bash[28699]: audit 2023-12-07T18:31:53.676180+0000 mgr.a (mgr.14403) 3102 : audit 0 from='client.73458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:31:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:55 smithi079 bash[28699]: cluster 2023-12-07T18:31:54.135680+0000 mgr.a (mgr.14403) 3103 : cluster 0 pgmap v2311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:31:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:57 smithi194 bash[32038]: cluster 2023-12-07T18:31:56.136265+0000 mgr.a (mgr.14403) 3104 : cluster 0 pgmap v2312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:57 smithi135 bash[32435]: cluster 2023-12-07T18:31:56.136265+0000 mgr.a (mgr.14403) 3104 : cluster 0 pgmap v2312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:57 smithi079 bash[28699]: cluster 2023-12-07T18:31:56.136265+0000 mgr.a (mgr.14403) 3104 : cluster 0 pgmap v2312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:59.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:31:59.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:31:59.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:31:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:31:59 smithi194 bash[32038]: cluster 2023-12-07T18:31:58.136832+0000 mgr.a (mgr.14403) 3105 : cluster 0 pgmap v2313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:31:59 smithi135 bash[32435]: cluster 2023-12-07T18:31:58.136832+0000 mgr.a (mgr.14403) 3105 : cluster 0 pgmap v2313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:31:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:31:59 smithi079 bash[28699]: cluster 2023-12-07T18:31:58.136832+0000 mgr.a (mgr.14403) 3105 : cluster 0 pgmap v2313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:00.119 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:32:00.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:00.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:00.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:00.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:32:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:00 smithi079 bash[28699]: audit 2023-12-07T18:31:59.606755+0000 mgr.a (mgr.14403) 3106 : audit 0 from='client.73536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:00 smithi079 bash[28699]: cluster 2023-12-07T18:32:00.137892+0000 mgr.a (mgr.14403) 3107 : cluster 0 pgmap v2314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:00 smithi194 bash[32038]: audit 2023-12-07T18:31:59.606755+0000 mgr.a (mgr.14403) 3106 : audit 0 from='client.73536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:00 smithi194 bash[32038]: cluster 2023-12-07T18:32:00.137892+0000 mgr.a (mgr.14403) 3107 : cluster 0 pgmap v2314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:00 smithi135 bash[32435]: audit 2023-12-07T18:31:59.606755+0000 mgr.a (mgr.14403) 3106 : audit 0 from='client.73536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:00 smithi135 bash[32435]: cluster 2023-12-07T18:32:00.137892+0000 mgr.a (mgr.14403) 3107 : cluster 0 pgmap v2314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:03 smithi194 bash[32038]: cluster 2023-12-07T18:32:02.138478+0000 mgr.a (mgr.14403) 3108 : cluster 0 pgmap v2315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:03 smithi194 bash[32038]: audit 2023-12-07T18:32:02.337891+0000 mon.a (mon.0) 894 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:32:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:03 smithi194 bash[32038]: audit 2023-12-07T18:32:02.867657+0000 mon.a (mon.0) 895 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:32:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:03 smithi194 bash[32038]: audit 2023-12-07T18:32:02.875468+0000 mon.a (mon.0) 896 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:32:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:03 smithi135 bash[32435]: cluster 2023-12-07T18:32:02.138478+0000 mgr.a (mgr.14403) 3108 : cluster 0 pgmap v2315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:03 smithi135 bash[32435]: audit 2023-12-07T18:32:02.337891+0000 mon.a (mon.0) 894 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:32:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:03 smithi135 bash[32435]: audit 2023-12-07T18:32:02.867657+0000 mon.a (mon.0) 895 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:32:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:03 smithi135 bash[32435]: audit 2023-12-07T18:32:02.875468+0000 mon.a (mon.0) 896 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:32:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:03 smithi079 bash[28699]: cluster 2023-12-07T18:32:02.138478+0000 mgr.a (mgr.14403) 3108 : cluster 0 pgmap v2315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:03 smithi079 bash[28699]: audit 2023-12-07T18:32:02.337891+0000 mon.a (mon.0) 894 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:32:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:03 smithi079 bash[28699]: audit 2023-12-07T18:32:02.867657+0000 mon.a (mon.0) 895 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:32:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:03 smithi079 bash[28699]: audit 2023-12-07T18:32:02.875468+0000 mon.a (mon.0) 896 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:32:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:04 smithi194 bash[32038]: audit 2023-12-07T18:32:03.578794+0000 mon.a (mon.0) 897 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:32:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:04 smithi194 bash[32038]: audit 2023-12-07T18:32:03.580717+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:32:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:04 smithi194 bash[32038]: audit 2023-12-07T18:32:03.590801+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:32:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:04 smithi135 bash[32435]: audit 2023-12-07T18:32:03.578794+0000 mon.a (mon.0) 897 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:32:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:04 smithi135 bash[32435]: audit 2023-12-07T18:32:03.580717+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:32:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:04 smithi135 bash[32435]: audit 2023-12-07T18:32:03.590801+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:32:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:04 smithi079 bash[28699]: audit 2023-12-07T18:32:03.578794+0000 mon.a (mon.0) 897 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:32:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:04 smithi079 bash[28699]: audit 2023-12-07T18:32:03.580717+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:32:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:04 smithi079 bash[28699]: audit 2023-12-07T18:32:03.590801+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:32:05.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:32:05.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:05.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:05 smithi194 bash[32038]: cluster 2023-12-07T18:32:04.139392+0000 mgr.a (mgr.14403) 3109 : cluster 0 pgmap v2316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:05 smithi135 bash[32435]: cluster 2023-12-07T18:32:04.139392+0000 mgr.a (mgr.14403) 3109 : cluster 0 pgmap v2316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:05 smithi079 bash[28699]: cluster 2023-12-07T18:32:04.139392+0000 mgr.a (mgr.14403) 3109 : cluster 0 pgmap v2316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:05.992 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:32:05.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:05.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:05.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:05.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:32:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:07 smithi194 bash[32038]: audit 2023-12-07T18:32:05.520293+0000 mgr.a (mgr.14403) 3110 : audit 0 from='client.73611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:07 smithi194 bash[32038]: cluster 2023-12-07T18:32:06.140107+0000 mgr.a (mgr.14403) 3111 : cluster 0 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-07T18:32:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:07 smithi135 bash[32435]: audit 2023-12-07T18:32:05.520293+0000 mgr.a (mgr.14403) 3110 : audit 0 from='client.73611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:07 smithi135 bash[32435]: cluster 2023-12-07T18:32:06.140107+0000 mgr.a (mgr.14403) 3111 : cluster 0 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-07T18:32:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:07 smithi079 bash[28699]: audit 2023-12-07T18:32:05.520293+0000 mgr.a (mgr.14403) 3110 : audit 0 from='client.73611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:07 smithi079 bash[28699]: cluster 2023-12-07T18:32:06.140107+0000 mgr.a (mgr.14403) 3111 : cluster 0 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-07T18:32:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:09 smithi135 bash[32435]: cluster 2023-12-07T18:32:08.140710+0000 mgr.a (mgr.14403) 3112 : cluster 0 pgmap v2318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:09 smithi079 bash[28699]: cluster 2023-12-07T18:32:08.140710+0000 mgr.a (mgr.14403) 3112 : cluster 0 pgmap v2318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:09 smithi194 bash[32038]: cluster 2023-12-07T18:32:08.140710+0000 mgr.a (mgr.14403) 3112 : cluster 0 pgmap v2318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:10 smithi079 bash[28699]: cluster 2023-12-07T18:32:10.141537+0000 mgr.a (mgr.14403) 3113 : cluster 0 pgmap v2319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:10 smithi194 bash[32038]: cluster 2023-12-07T18:32:10.141537+0000 mgr.a (mgr.14403) 3113 : cluster 0 pgmap v2319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:10 smithi135 bash[32435]: cluster 2023-12-07T18:32:10.141537+0000 mgr.a (mgr.14403) 3113 : cluster 0 pgmap v2319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:10.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:32:10.996 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:10.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:11.899 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:32:11.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:11.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:11.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:11.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:32:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:13 smithi194 bash[32038]: audit 2023-12-07T18:32:11.399940+0000 mgr.a (mgr.14403) 3114 : audit 0 from='client.73683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:13 smithi194 bash[32038]: cluster 2023-12-07T18:32:12.142291+0000 mgr.a (mgr.14403) 3115 : cluster 0 pgmap v2320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:13 smithi135 bash[32435]: audit 2023-12-07T18:32:11.399940+0000 mgr.a (mgr.14403) 3114 : audit 0 from='client.73683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:13 smithi135 bash[32435]: cluster 2023-12-07T18:32:12.142291+0000 mgr.a (mgr.14403) 3115 : cluster 0 pgmap v2320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:13 smithi079 bash[28699]: audit 2023-12-07T18:32:11.399940+0000 mgr.a (mgr.14403) 3114 : audit 0 from='client.73683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:13 smithi079 bash[28699]: cluster 2023-12-07T18:32:12.142291+0000 mgr.a (mgr.14403) 3115 : cluster 0 pgmap v2320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:15 smithi194 bash[32038]: cluster 2023-12-07T18:32:14.143094+0000 mgr.a (mgr.14403) 3116 : cluster 0 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-07T18:32:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:15 smithi135 bash[32435]: cluster 2023-12-07T18:32:14.143094+0000 mgr.a (mgr.14403) 3116 : cluster 0 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-07T18:32:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:15 smithi079 bash[28699]: cluster 2023-12-07T18:32:14.143094+0000 mgr.a (mgr.14403) 3116 : cluster 0 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-07T18:32:16.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:32:16.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:16.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:17 smithi135 bash[32435]: cluster 2023-12-07T18:32:16.143600+0000 mgr.a (mgr.14403) 3117 : cluster 0 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-07T18:32:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:17 smithi079 bash[28699]: cluster 2023-12-07T18:32:16.143600+0000 mgr.a (mgr.14403) 3117 : cluster 0 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-07T18:32:17.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:17 smithi194 bash[32038]: cluster 2023-12-07T18:32:16.143600+0000 mgr.a (mgr.14403) 3117 : cluster 0 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-07T18:32:17.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:32:17.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:17.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:17.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:17.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:32:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:19 smithi079 bash[28699]: audit 2023-12-07T18:32:17.309401+0000 mgr.a (mgr.14403) 3118 : audit 0 from='client.73761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:19 smithi079 bash[28699]: cluster 2023-12-07T18:32:18.144438+0000 mgr.a (mgr.14403) 3119 : cluster 0 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-07T18:32:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:19 smithi194 bash[32038]: audit 2023-12-07T18:32:17.309401+0000 mgr.a (mgr.14403) 3118 : audit 0 from='client.73761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:19 smithi194 bash[32038]: cluster 2023-12-07T18:32:18.144438+0000 mgr.a (mgr.14403) 3119 : cluster 0 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-07T18:32:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:19 smithi135 bash[32435]: audit 2023-12-07T18:32:17.309401+0000 mgr.a (mgr.14403) 3118 : audit 0 from='client.73761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:19 smithi135 bash[32435]: cluster 2023-12-07T18:32:18.144438+0000 mgr.a (mgr.14403) 3119 : cluster 0 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-07T18:32:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:20 smithi079 bash[28699]: cluster 2023-12-07T18:32:20.145400+0000 mgr.a (mgr.14403) 3120 : cluster 0 pgmap v2324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:20 smithi194 bash[32038]: cluster 2023-12-07T18:32:20.145400+0000 mgr.a (mgr.14403) 3120 : cluster 0 pgmap v2324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:20 smithi135 bash[32435]: cluster 2023-12-07T18:32:20.145400+0000 mgr.a (mgr.14403) 3120 : cluster 0 pgmap v2324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:22.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:32:22.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:22.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:23 smithi194 bash[32038]: cluster 2023-12-07T18:32:22.146124+0000 mgr.a (mgr.14403) 3121 : cluster 0 pgmap v2325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:23 smithi135 bash[32435]: cluster 2023-12-07T18:32:22.146124+0000 mgr.a (mgr.14403) 3121 : cluster 0 pgmap v2325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:23 smithi079 bash[28699]: cluster 2023-12-07T18:32:22.146124+0000 mgr.a (mgr.14403) 3121 : cluster 0 pgmap v2325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:23.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:32:23.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:23.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:23.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:23.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:32:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:24 smithi079 bash[28699]: audit 2023-12-07T18:32:23.209351+0000 mgr.a (mgr.14403) 3122 : audit 0 from='client.73839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:24 smithi194 bash[32038]: audit 2023-12-07T18:32:23.209351+0000 mgr.a (mgr.14403) 3122 : audit 0 from='client.73839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:24.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:24 smithi135 bash[32435]: audit 2023-12-07T18:32:23.209351+0000 mgr.a (mgr.14403) 3122 : audit 0 from='client.73839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:25 smithi079 bash[28699]: cluster 2023-12-07T18:32:24.147233+0000 mgr.a (mgr.14403) 3123 : cluster 0 pgmap v2326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:32:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:25 smithi194 bash[32038]: cluster 2023-12-07T18:32:24.147233+0000 mgr.a (mgr.14403) 3123 : cluster 0 pgmap v2326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:32:25.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:25 smithi135 bash[32435]: cluster 2023-12-07T18:32:24.147233+0000 mgr.a (mgr.14403) 3123 : cluster 0 pgmap v2326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:32:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:27 smithi079 bash[28699]: cluster 2023-12-07T18:32:26.147997+0000 mgr.a (mgr.14403) 3124 : cluster 0 pgmap v2327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:32:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:27 smithi194 bash[32038]: cluster 2023-12-07T18:32:26.147997+0000 mgr.a (mgr.14403) 3124 : cluster 0 pgmap v2327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:32:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:27 smithi135 bash[32435]: cluster 2023-12-07T18:32:26.147997+0000 mgr.a (mgr.14403) 3124 : cluster 0 pgmap v2327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:32:28.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:32:28.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:28.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:29.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:29.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:29.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:29.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:32:29.587 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:32:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:29 smithi079 bash[28699]: cluster 2023-12-07T18:32:28.148701+0000 mgr.a (mgr.14403) 3125 : cluster 0 pgmap v2328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:32:29.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:29 smithi194 bash[32038]: cluster 2023-12-07T18:32:28.148701+0000 mgr.a (mgr.14403) 3125 : cluster 0 pgmap v2328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:32:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:29 smithi135 bash[32435]: cluster 2023-12-07T18:32:28.148701+0000 mgr.a (mgr.14403) 3125 : cluster 0 pgmap v2328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:32:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:30 smithi079 bash[28699]: audit 2023-12-07T18:32:29.091649+0000 mgr.a (mgr.14403) 3126 : audit 0 from='client.73917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:30.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:30 smithi194 bash[32038]: audit 2023-12-07T18:32:29.091649+0000 mgr.a (mgr.14403) 3126 : audit 0 from='client.73917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:30.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:30 smithi135 bash[32435]: audit 2023-12-07T18:32:29.091649+0000 mgr.a (mgr.14403) 3126 : audit 0 from='client.73917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:31 smithi079 bash[28699]: cluster 2023-12-07T18:32:30.149925+0000 mgr.a (mgr.14403) 3127 : cluster 0 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-07T18:32:31.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:31 smithi194 bash[32038]: cluster 2023-12-07T18:32:30.149925+0000 mgr.a (mgr.14403) 3127 : cluster 0 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-07T18:32:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:31 smithi135 bash[32435]: cluster 2023-12-07T18:32:30.149925+0000 mgr.a (mgr.14403) 3127 : cluster 0 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-07T18:32:32.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:32 smithi079 bash[28699]: cluster 2023-12-07T18:32:32.150596+0000 mgr.a (mgr.14403) 3128 : cluster 0 pgmap v2330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:32 smithi194 bash[32038]: cluster 2023-12-07T18:32:32.150596+0000 mgr.a (mgr.14403) 3128 : cluster 0 pgmap v2330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:32 smithi135 bash[32435]: cluster 2023-12-07T18:32:32.150596+0000 mgr.a (mgr.14403) 3128 : cluster 0 pgmap v2330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:32:34.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:32:34.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:34.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:35 smithi135 bash[32435]: cluster 2023-12-07T18:32:34.151296+0000 mgr.a (mgr.14403) 3129 : cluster 0 pgmap v2331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:35.469 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:32:35.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:35.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:35.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:35.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:32:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:35 smithi079 bash[28699]: cluster 2023-12-07T18:32:34.151296+0000 mgr.a (mgr.14403) 3129 : cluster 0 pgmap v2331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:35.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:35 smithi194 bash[32038]: cluster 2023-12-07T18:32:34.151296+0000 mgr.a (mgr.14403) 3129 : cluster 0 pgmap v2331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:36 smithi079 bash[28699]: audit 2023-12-07T18:32:34.980650+0000 mgr.a (mgr.14403) 3130 : audit 0 from='client.73989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:36.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:36 smithi194 bash[32038]: audit 2023-12-07T18:32:34.980650+0000 mgr.a (mgr.14403) 3130 : audit 0 from='client.73989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:36.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:36 smithi135 bash[32435]: audit 2023-12-07T18:32:34.980650+0000 mgr.a (mgr.14403) 3130 : audit 0 from='client.73989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:37 smithi079 bash[28699]: cluster 2023-12-07T18:32:36.152054+0000 mgr.a (mgr.14403) 3131 : cluster 0 pgmap v2332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:32:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:37 smithi194 bash[32038]: cluster 2023-12-07T18:32:36.152054+0000 mgr.a (mgr.14403) 3131 : cluster 0 pgmap v2332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:32:37.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:37 smithi135 bash[32435]: cluster 2023-12-07T18:32:36.152054+0000 mgr.a (mgr.14403) 3131 : cluster 0 pgmap v2332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:32:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:39 smithi079 bash[28699]: cluster 2023-12-07T18:32:38.152794+0000 mgr.a (mgr.14403) 3132 : cluster 0 pgmap v2333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:32:39.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:39 smithi194 bash[32038]: cluster 2023-12-07T18:32:38.152794+0000 mgr.a (mgr.14403) 3132 : cluster 0 pgmap v2333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:32:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:39 smithi135 bash[32435]: cluster 2023-12-07T18:32:38.152794+0000 mgr.a (mgr.14403) 3132 : cluster 0 pgmap v2333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:32:40.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:32:40.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:40.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:40 smithi079 bash[28699]: cluster 2023-12-07T18:32:40.153668+0000 mgr.a (mgr.14403) 3133 : cluster 0 pgmap v2334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:32:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:40 smithi194 bash[32038]: cluster 2023-12-07T18:32:40.153668+0000 mgr.a (mgr.14403) 3133 : cluster 0 pgmap v2334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:32:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:40 smithi135 bash[32435]: cluster 2023-12-07T18:32:40.153668+0000 mgr.a (mgr.14403) 3133 : cluster 0 pgmap v2334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:32:41.395 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:32:41.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:41.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:41.396 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:41.396 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:32:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:41 smithi079 bash[28699]: audit 2023-12-07T18:32:40.879823+0000 mgr.a (mgr.14403) 3134 : audit 0 from='client.74067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:41.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:41 smithi194 bash[32038]: audit 2023-12-07T18:32:40.879823+0000 mgr.a (mgr.14403) 3134 : audit 0 from='client.74067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:41.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:41 smithi135 bash[32435]: audit 2023-12-07T18:32:40.879823+0000 mgr.a (mgr.14403) 3134 : audit 0 from='client.74067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:42.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:42 smithi079 bash[28699]: cluster 2023-12-07T18:32:42.154398+0000 mgr.a (mgr.14403) 3135 : cluster 0 pgmap v2335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:42 smithi194 bash[32038]: cluster 2023-12-07T18:32:42.154398+0000 mgr.a (mgr.14403) 3135 : cluster 0 pgmap v2335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:42 smithi135 bash[32435]: cluster 2023-12-07T18:32:42.154398+0000 mgr.a (mgr.14403) 3135 : cluster 0 pgmap v2335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:45 smithi079 bash[28699]: cluster 2023-12-07T18:32:44.155232+0000 mgr.a (mgr.14403) 3136 : cluster 0 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-07T18:32:45.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:45 smithi194 bash[32038]: cluster 2023-12-07T18:32:44.155232+0000 mgr.a (mgr.14403) 3136 : cluster 0 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-07T18:32:45.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:45 smithi135 bash[32435]: cluster 2023-12-07T18:32:44.155232+0000 mgr.a (mgr.14403) 3136 : cluster 0 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-07T18:32:46.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:32:46.399 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:46.399 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:47.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:47.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:47.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:47.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:32:47.282 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:32:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:47 smithi079 bash[28699]: cluster 2023-12-07T18:32:46.155728+0000 mgr.a (mgr.14403) 3137 : cluster 0 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-07T18:32:47.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:47 smithi194 bash[32038]: cluster 2023-12-07T18:32:46.155728+0000 mgr.a (mgr.14403) 3137 : cluster 0 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-07T18:32:47.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:47 smithi135 bash[32435]: cluster 2023-12-07T18:32:46.155728+0000 mgr.a (mgr.14403) 3137 : cluster 0 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-07T18:32:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:48 smithi079 bash[28699]: audit 2023-12-07T18:32:46.795148+0000 mgr.a (mgr.14403) 3138 : audit 0 from='client.74139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:48 smithi194 bash[32038]: audit 2023-12-07T18:32:46.795148+0000 mgr.a (mgr.14403) 3138 : audit 0 from='client.74139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:48.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:48 smithi135 bash[32435]: audit 2023-12-07T18:32:46.795148+0000 mgr.a (mgr.14403) 3138 : audit 0 from='client.74139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:49 smithi079 bash[28699]: cluster 2023-12-07T18:32:48.156355+0000 mgr.a (mgr.14403) 3139 : cluster 0 pgmap v2338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:49 smithi194 bash[32038]: cluster 2023-12-07T18:32:48.156355+0000 mgr.a (mgr.14403) 3139 : cluster 0 pgmap v2338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:49 smithi135 bash[32435]: cluster 2023-12-07T18:32:48.156355+0000 mgr.a (mgr.14403) 3139 : cluster 0 pgmap v2338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:50 smithi079 bash[28699]: cluster 2023-12-07T18:32:50.157310+0000 mgr.a (mgr.14403) 3140 : cluster 0 pgmap v2339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:50 smithi194 bash[32038]: cluster 2023-12-07T18:32:50.157310+0000 mgr.a (mgr.14403) 3140 : cluster 0 pgmap v2339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:50 smithi135 bash[32435]: cluster 2023-12-07T18:32:50.157310+0000 mgr.a (mgr.14403) 3140 : cluster 0 pgmap v2339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:52.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:32:52.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:52.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:53.167 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:32:53.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:53.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:53.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:53.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:32:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:53 smithi079 bash[28699]: cluster 2023-12-07T18:32:52.157911+0000 mgr.a (mgr.14403) 3141 : cluster 0 pgmap v2340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:53 smithi194 bash[32038]: cluster 2023-12-07T18:32:52.157911+0000 mgr.a (mgr.14403) 3141 : cluster 0 pgmap v2340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:53.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:53 smithi135 bash[32435]: cluster 2023-12-07T18:32:52.157911+0000 mgr.a (mgr.14403) 3141 : cluster 0 pgmap v2340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:54 smithi079 bash[28699]: audit 2023-12-07T18:32:52.682270+0000 mgr.a (mgr.14403) 3142 : audit 0 from='client.74214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:54.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:54 smithi194 bash[32038]: audit 2023-12-07T18:32:52.682270+0000 mgr.a (mgr.14403) 3142 : audit 0 from='client.74214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:54.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:54 smithi135 bash[32435]: audit 2023-12-07T18:32:52.682270+0000 mgr.a (mgr.14403) 3142 : audit 0 from='client.74214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:55 smithi079 bash[28699]: cluster 2023-12-07T18:32:54.158791+0000 mgr.a (mgr.14403) 3143 : cluster 0 pgmap v2341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:55 smithi194 bash[32038]: cluster 2023-12-07T18:32:54.158791+0000 mgr.a (mgr.14403) 3143 : cluster 0 pgmap v2341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:55 smithi135 bash[32435]: cluster 2023-12-07T18:32:54.158791+0000 mgr.a (mgr.14403) 3143 : cluster 0 pgmap v2341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:32:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:57 smithi079 bash[28699]: cluster 2023-12-07T18:32:56.159490+0000 mgr.a (mgr.14403) 3144 : cluster 0 pgmap v2342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:57 smithi194 bash[32038]: cluster 2023-12-07T18:32:56.159490+0000 mgr.a (mgr.14403) 3144 : cluster 0 pgmap v2342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:57 smithi135 bash[32435]: cluster 2023-12-07T18:32:56.159490+0000 mgr.a (mgr.14403) 3144 : cluster 0 pgmap v2342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:58.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:32:58.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:32:58.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:32:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:58 smithi079 bash[28699]: cluster 2023-12-07T18:32:58.160161+0000 mgr.a (mgr.14403) 3145 : cluster 0 pgmap v2343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:58 smithi194 bash[32038]: cluster 2023-12-07T18:32:58.160161+0000 mgr.a (mgr.14403) 3145 : cluster 0 pgmap v2343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:58.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:58 smithi135 bash[32435]: cluster 2023-12-07T18:32:58.160161+0000 mgr.a (mgr.14403) 3145 : cluster 0 pgmap v2343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:32:59.091 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:32:59.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:32:59.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:32:59.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:32:59.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:32:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:32:59 smithi079 bash[28699]: audit 2023-12-07T18:32:58.580202+0000 mgr.a (mgr.14403) 3146 : audit 0 from='client.74292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:32:59 smithi194 bash[32038]: audit 2023-12-07T18:32:58.580202+0000 mgr.a (mgr.14403) 3146 : audit 0 from='client.74292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:32:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:32:59 smithi135 bash[32435]: audit 2023-12-07T18:32:58.580202+0000 mgr.a (mgr.14403) 3146 : audit 0 from='client.74292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:00 smithi079 bash[28699]: cluster 2023-12-07T18:33:00.161223+0000 mgr.a (mgr.14403) 3147 : cluster 0 pgmap v2344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:00 smithi194 bash[32038]: cluster 2023-12-07T18:33:00.161223+0000 mgr.a (mgr.14403) 3147 : cluster 0 pgmap v2344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:00 smithi135 bash[32435]: cluster 2023-12-07T18:33:00.161223+0000 mgr.a (mgr.14403) 3147 : cluster 0 pgmap v2344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:03 smithi079 bash[28699]: cluster 2023-12-07T18:33:02.161824+0000 mgr.a (mgr.14403) 3148 : cluster 0 pgmap v2345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:03 smithi194 bash[32038]: cluster 2023-12-07T18:33:02.161824+0000 mgr.a (mgr.14403) 3148 : cluster 0 pgmap v2345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:03.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:03 smithi135 bash[32435]: cluster 2023-12-07T18:33:02.161824+0000 mgr.a (mgr.14403) 3148 : cluster 0 pgmap v2345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:04.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:33:04.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:04.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:04 smithi079 bash[28699]: audit 2023-12-07T18:33:03.692927+0000 mon.a (mon.0) 900 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:33:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:04 smithi194 bash[32038]: audit 2023-12-07T18:33:03.692927+0000 mon.a (mon.0) 900 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:33:04.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:04 smithi135 bash[32435]: audit 2023-12-07T18:33:03.692927+0000 mon.a (mon.0) 900 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:33:04.990 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:33:04.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:04.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:04.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:04.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:33:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:05 smithi079 bash[28699]: cluster 2023-12-07T18:33:04.162463+0000 mgr.a (mgr.14403) 3149 : cluster 0 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-07T18:33:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:05 smithi079 bash[28699]: audit 2023-12-07T18:33:04.222940+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:33:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:05 smithi079 bash[28699]: audit 2023-12-07T18:33:04.232952+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:33:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:05 smithi079 bash[28699]: audit 2023-12-07T18:33:04.952897+0000 mon.a (mon.0) 903 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:33:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:05 smithi079 bash[28699]: audit 2023-12-07T18:33:04.954462+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:33:05.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:05 smithi079 bash[28699]: audit 2023-12-07T18:33:04.964060+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:33:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:05 smithi194 bash[32038]: cluster 2023-12-07T18:33:04.162463+0000 mgr.a (mgr.14403) 3149 : cluster 0 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-07T18:33:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:05 smithi194 bash[32038]: audit 2023-12-07T18:33:04.222940+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:33:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:05 smithi194 bash[32038]: audit 2023-12-07T18:33:04.232952+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:33:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:05 smithi194 bash[32038]: audit 2023-12-07T18:33:04.952897+0000 mon.a (mon.0) 903 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:33:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:05 smithi194 bash[32038]: audit 2023-12-07T18:33:04.954462+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:33:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:05 smithi194 bash[32038]: audit 2023-12-07T18:33:04.964060+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:33:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:05 smithi135 bash[32435]: cluster 2023-12-07T18:33:04.162463+0000 mgr.a (mgr.14403) 3149 : cluster 0 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-07T18:33:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:05 smithi135 bash[32435]: audit 2023-12-07T18:33:04.222940+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:33:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:05 smithi135 bash[32435]: audit 2023-12-07T18:33:04.232952+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:33:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:05 smithi135 bash[32435]: audit 2023-12-07T18:33:04.952897+0000 mon.a (mon.0) 903 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:33:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:05 smithi135 bash[32435]: audit 2023-12-07T18:33:04.954462+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:33:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:05 smithi135 bash[32435]: audit 2023-12-07T18:33:04.964060+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:33:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:06 smithi079 bash[28699]: audit 2023-12-07T18:33:04.481529+0000 mgr.a (mgr.14403) 3150 : audit 0 from='client.74370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:06 smithi079 bash[28699]: cluster 2023-12-07T18:33:06.163091+0000 mgr.a (mgr.14403) 3151 : cluster 0 pgmap v2347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:06.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:06 smithi194 bash[32038]: audit 2023-12-07T18:33:04.481529+0000 mgr.a (mgr.14403) 3150 : audit 0 from='client.74370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:06.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:06 smithi194 bash[32038]: cluster 2023-12-07T18:33:06.163091+0000 mgr.a (mgr.14403) 3151 : cluster 0 pgmap v2347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:06.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:06 smithi135 bash[32435]: audit 2023-12-07T18:33:04.481529+0000 mgr.a (mgr.14403) 3150 : audit 0 from='client.74370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:06.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:06 smithi135 bash[32435]: cluster 2023-12-07T18:33:06.163091+0000 mgr.a (mgr.14403) 3151 : cluster 0 pgmap v2347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:09 smithi079 bash[28699]: cluster 2023-12-07T18:33:08.163608+0000 mgr.a (mgr.14403) 3152 : cluster 0 pgmap v2348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:09 smithi194 bash[32038]: cluster 2023-12-07T18:33:08.163608+0000 mgr.a (mgr.14403) 3152 : cluster 0 pgmap v2348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:09 smithi135 bash[32435]: cluster 2023-12-07T18:33:08.163608+0000 mgr.a (mgr.14403) 3152 : cluster 0 pgmap v2348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:33:09.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:33:09.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:09.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:10.860 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:33:10.861 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:10.861 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:10.861 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:10.861 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:33:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:10 smithi079 bash[28699]: cluster 2023-12-07T18:33:10.164409+0000 mgr.a (mgr.14403) 3153 : cluster 0 pgmap v2349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:10 smithi194 bash[32038]: cluster 2023-12-07T18:33:10.164409+0000 mgr.a (mgr.14403) 3153 : cluster 0 pgmap v2349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:10 smithi135 bash[32435]: cluster 2023-12-07T18:33:10.164409+0000 mgr.a (mgr.14403) 3153 : cluster 0 pgmap v2349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:11 smithi079 bash[28699]: audit 2023-12-07T18:33:10.378158+0000 mgr.a (mgr.14403) 3154 : audit 0 from='client.74448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:11 smithi194 bash[32038]: audit 2023-12-07T18:33:10.378158+0000 mgr.a (mgr.14403) 3154 : audit 0 from='client.74448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:11 smithi135 bash[32435]: audit 2023-12-07T18:33:10.378158+0000 mgr.a (mgr.14403) 3154 : audit 0 from='client.74448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:12 smithi079 bash[28699]: cluster 2023-12-07T18:33:12.165063+0000 mgr.a (mgr.14403) 3155 : cluster 0 pgmap v2350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:12 smithi194 bash[32038]: cluster 2023-12-07T18:33:12.165063+0000 mgr.a (mgr.14403) 3155 : cluster 0 pgmap v2350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:12.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:12 smithi135 bash[32435]: cluster 2023-12-07T18:33:12.165063+0000 mgr.a (mgr.14403) 3155 : cluster 0 pgmap v2350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:15 smithi079 bash[28699]: cluster 2023-12-07T18:33:14.165860+0000 mgr.a (mgr.14403) 3156 : cluster 0 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-07T18:33:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:15 smithi194 bash[32038]: cluster 2023-12-07T18:33:14.165860+0000 mgr.a (mgr.14403) 3156 : cluster 0 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-07T18:33:15.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:15 smithi135 bash[32435]: cluster 2023-12-07T18:33:14.165860+0000 mgr.a (mgr.14403) 3156 : cluster 0 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-07T18:33:15.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:33:15.865 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:15.865 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:16.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:16.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:16.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:16.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:33:16.744 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:33:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:17 smithi079 bash[28699]: cluster 2023-12-07T18:33:16.166377+0000 mgr.a (mgr.14403) 3157 : cluster 0 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-07T18:33:17.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:17 smithi194 bash[32038]: cluster 2023-12-07T18:33:16.166377+0000 mgr.a (mgr.14403) 3157 : cluster 0 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-07T18:33:17.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:17 smithi135 bash[32435]: cluster 2023-12-07T18:33:16.166377+0000 mgr.a (mgr.14403) 3157 : cluster 0 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-07T18:33:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:18 smithi079 bash[28699]: audit 2023-12-07T18:33:16.269245+0000 mgr.a (mgr.14403) 3158 : audit 0 from='client.74520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:18 smithi194 bash[32038]: audit 2023-12-07T18:33:16.269245+0000 mgr.a (mgr.14403) 3158 : audit 0 from='client.74520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:18.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:18 smithi135 bash[32435]: audit 2023-12-07T18:33:16.269245+0000 mgr.a (mgr.14403) 3158 : audit 0 from='client.74520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:19 smithi079 bash[28699]: cluster 2023-12-07T18:33:18.167160+0000 mgr.a (mgr.14403) 3159 : cluster 0 pgmap v2353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:19 smithi194 bash[32038]: cluster 2023-12-07T18:33:18.167160+0000 mgr.a (mgr.14403) 3159 : cluster 0 pgmap v2353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:19 smithi135 bash[32435]: cluster 2023-12-07T18:33:18.167160+0000 mgr.a (mgr.14403) 3159 : cluster 0 pgmap v2353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:20 smithi079 bash[28699]: cluster 2023-12-07T18:33:20.168044+0000 mgr.a (mgr.14403) 3160 : cluster 0 pgmap v2354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:20 smithi194 bash[32038]: cluster 2023-12-07T18:33:20.168044+0000 mgr.a (mgr.14403) 3160 : cluster 0 pgmap v2354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:20 smithi135 bash[32435]: cluster 2023-12-07T18:33:20.168044+0000 mgr.a (mgr.14403) 3160 : cluster 0 pgmap v2354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:21.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:33:21.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:21.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:22.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:22.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:22.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:22.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:33:22.631 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:33:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:23 smithi079 bash[28699]: audit 2023-12-07T18:33:22.140798+0000 mgr.a (mgr.14403) 3161 : audit 0 from='client.74598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:23 smithi079 bash[28699]: cluster 2023-12-07T18:33:22.168816+0000 mgr.a (mgr.14403) 3162 : cluster 0 pgmap v2355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:23.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:23 smithi194 bash[32038]: audit 2023-12-07T18:33:22.140798+0000 mgr.a (mgr.14403) 3161 : audit 0 from='client.74598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:23.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:23 smithi194 bash[32038]: cluster 2023-12-07T18:33:22.168816+0000 mgr.a (mgr.14403) 3162 : cluster 0 pgmap v2355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:23.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:23 smithi135 bash[32435]: audit 2023-12-07T18:33:22.140798+0000 mgr.a (mgr.14403) 3161 : audit 0 from='client.74598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:23.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:23 smithi135 bash[32435]: cluster 2023-12-07T18:33:22.168816+0000 mgr.a (mgr.14403) 3162 : cluster 0 pgmap v2355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:25 smithi079 bash[28699]: cluster 2023-12-07T18:33:24.169672+0000 mgr.a (mgr.14403) 3163 : cluster 0 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-07T18:33:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:25 smithi194 bash[32038]: cluster 2023-12-07T18:33:24.169672+0000 mgr.a (mgr.14403) 3163 : cluster 0 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-07T18:33:25.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:25 smithi135 bash[32435]: cluster 2023-12-07T18:33:24.169672+0000 mgr.a (mgr.14403) 3163 : cluster 0 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-07T18:33:27.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:33:27.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:27.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:27 smithi079 bash[28699]: cluster 2023-12-07T18:33:26.170265+0000 mgr.a (mgr.14403) 3164 : cluster 0 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-07T18:33:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:27 smithi194 bash[32038]: cluster 2023-12-07T18:33:26.170265+0000 mgr.a (mgr.14403) 3164 : cluster 0 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-07T18:33:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:27 smithi135 bash[32435]: cluster 2023-12-07T18:33:26.170265+0000 mgr.a (mgr.14403) 3164 : cluster 0 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-07T18:33:28.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:28.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:28.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:28.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:33:28.517 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:33:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:28 smithi079 bash[28699]: audit 2023-12-07T18:33:28.029476+0000 mgr.a (mgr.14403) 3165 : audit 0 from='client.74676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:28 smithi079 bash[28699]: cluster 2023-12-07T18:33:28.176895+0000 mgr.a (mgr.14403) 3166 : cluster 0 pgmap v2358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:28 smithi194 bash[32038]: audit 2023-12-07T18:33:28.029476+0000 mgr.a (mgr.14403) 3165 : audit 0 from='client.74676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:28 smithi194 bash[32038]: cluster 2023-12-07T18:33:28.176895+0000 mgr.a (mgr.14403) 3166 : cluster 0 pgmap v2358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:28.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:28 smithi135 bash[32435]: audit 2023-12-07T18:33:28.029476+0000 mgr.a (mgr.14403) 3165 : audit 0 from='client.74676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:28.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:28 smithi135 bash[32435]: cluster 2023-12-07T18:33:28.176895+0000 mgr.a (mgr.14403) 3166 : cluster 0 pgmap v2358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:30 smithi079 bash[28699]: cluster 2023-12-07T18:33:30.178064+0000 mgr.a (mgr.14403) 3167 : cluster 0 pgmap v2359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:33:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:30 smithi194 bash[32038]: cluster 2023-12-07T18:33:30.178064+0000 mgr.a (mgr.14403) 3167 : cluster 0 pgmap v2359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:33:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:30 smithi135 bash[32435]: cluster 2023-12-07T18:33:30.178064+0000 mgr.a (mgr.14403) 3167 : cluster 0 pgmap v2359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:33:33.518 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:33:33.519 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:33.519 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:33 smithi079 bash[28699]: cluster 2023-12-07T18:33:32.178672+0000 mgr.a (mgr.14403) 3168 : cluster 0 pgmap v2360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:33:33.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:33 smithi194 bash[32038]: cluster 2023-12-07T18:33:32.178672+0000 mgr.a (mgr.14403) 3168 : cluster 0 pgmap v2360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:33:33.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:33 smithi135 bash[32435]: cluster 2023-12-07T18:33:32.178672+0000 mgr.a (mgr.14403) 3168 : cluster 0 pgmap v2360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:33:34.437 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:33:34.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:34.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:34.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:34.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:33:34.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:34 smithi079 bash[28699]: audit 2023-12-07T18:33:33.917913+0000 mgr.a (mgr.14403) 3169 : audit 0 from='client.74754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:34.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:34 smithi079 bash[28699]: cluster 2023-12-07T18:33:34.187427+0000 mgr.a (mgr.14403) 3170 : cluster 0 pgmap v2361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:34 smithi194 bash[32038]: audit 2023-12-07T18:33:33.917913+0000 mgr.a (mgr.14403) 3169 : audit 0 from='client.74754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:34 smithi194 bash[32038]: cluster 2023-12-07T18:33:34.187427+0000 mgr.a (mgr.14403) 3170 : cluster 0 pgmap v2361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:34.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:34 smithi135 bash[32435]: audit 2023-12-07T18:33:33.917913+0000 mgr.a (mgr.14403) 3169 : audit 0 from='client.74754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:34.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:34 smithi135 bash[32435]: cluster 2023-12-07T18:33:34.187427+0000 mgr.a (mgr.14403) 3170 : cluster 0 pgmap v2361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:36 smithi079 bash[28699]: cluster 2023-12-07T18:33:36.188143+0000 mgr.a (mgr.14403) 3171 : cluster 0 pgmap v2362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:33:36.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:36 smithi194 bash[32038]: cluster 2023-12-07T18:33:36.188143+0000 mgr.a (mgr.14403) 3171 : cluster 0 pgmap v2362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:33:36.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:36 smithi135 bash[32435]: cluster 2023-12-07T18:33:36.188143+0000 mgr.a (mgr.14403) 3171 : cluster 0 pgmap v2362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:33:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:38 smithi079 bash[28699]: cluster 2023-12-07T18:33:38.188668+0000 mgr.a (mgr.14403) 3172 : cluster 0 pgmap v2363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:33:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:38 smithi194 bash[32038]: cluster 2023-12-07T18:33:38.188668+0000 mgr.a (mgr.14403) 3172 : cluster 0 pgmap v2363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:33:38.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:38 smithi135 bash[32435]: cluster 2023-12-07T18:33:38.188668+0000 mgr.a (mgr.14403) 3172 : cluster 0 pgmap v2363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T18:33:39.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:33:39.441 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:39.441 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:40.328 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:33:40.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:40.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:40.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:40.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:33:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:40 smithi079 bash[28699]: audit 2023-12-07T18:33:39.837581+0000 mgr.a (mgr.14403) 3173 : audit 0 from='client.74829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:40 smithi079 bash[28699]: cluster 2023-12-07T18:33:40.197832+0000 mgr.a (mgr.14403) 3174 : cluster 0 pgmap v2364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:40 smithi194 bash[32038]: audit 2023-12-07T18:33:39.837581+0000 mgr.a (mgr.14403) 3173 : audit 0 from='client.74829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:40 smithi194 bash[32038]: cluster 2023-12-07T18:33:40.197832+0000 mgr.a (mgr.14403) 3174 : cluster 0 pgmap v2364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:40 smithi135 bash[32435]: audit 2023-12-07T18:33:39.837581+0000 mgr.a (mgr.14403) 3173 : audit 0 from='client.74829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:40 smithi135 bash[32435]: cluster 2023-12-07T18:33:40.197832+0000 mgr.a (mgr.14403) 3174 : cluster 0 pgmap v2364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:42 smithi079 bash[28699]: cluster 2023-12-07T18:33:42.198528+0000 mgr.a (mgr.14403) 3175 : cluster 0 pgmap v2365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:33:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:42 smithi194 bash[32038]: cluster 2023-12-07T18:33:42.198528+0000 mgr.a (mgr.14403) 3175 : cluster 0 pgmap v2365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:33:42.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:42 smithi135 bash[32435]: cluster 2023-12-07T18:33:42.198528+0000 mgr.a (mgr.14403) 3175 : cluster 0 pgmap v2365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:33:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:44 smithi079 bash[28699]: cluster 2023-12-07T18:33:44.199313+0000 mgr.a (mgr.14403) 3176 : cluster 0 pgmap v2366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:33:44.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:44 smithi194 bash[32038]: cluster 2023-12-07T18:33:44.199313+0000 mgr.a (mgr.14403) 3176 : cluster 0 pgmap v2366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:33:44.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:44 smithi135 bash[32435]: cluster 2023-12-07T18:33:44.199313+0000 mgr.a (mgr.14403) 3176 : cluster 0 pgmap v2366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:33:45.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:33:45.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:45.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:46.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:46.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:46.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:46.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:33:46.232 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:33:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:46 smithi079 bash[28699]: audit 2023-12-07T18:33:45.735311+0000 mgr.a (mgr.14403) 3177 : audit 0 from='client.68542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:46 smithi079 bash[28699]: cluster 2023-12-07T18:33:46.199906+0000 mgr.a (mgr.14403) 3178 : cluster 0 pgmap v2367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:46.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:46 smithi194 bash[32038]: audit 2023-12-07T18:33:45.735311+0000 mgr.a (mgr.14403) 3177 : audit 0 from='client.68542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:46.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:46 smithi194 bash[32038]: cluster 2023-12-07T18:33:46.199906+0000 mgr.a (mgr.14403) 3178 : cluster 0 pgmap v2367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:46.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:46 smithi135 bash[32435]: audit 2023-12-07T18:33:45.735311+0000 mgr.a (mgr.14403) 3177 : audit 0 from='client.68542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:46.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:46 smithi135 bash[32435]: cluster 2023-12-07T18:33:46.199906+0000 mgr.a (mgr.14403) 3178 : cluster 0 pgmap v2367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:48 smithi079 bash[28699]: cluster 2023-12-07T18:33:48.200462+0000 mgr.a (mgr.14403) 3179 : cluster 0 pgmap v2368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:48 smithi194 bash[32038]: cluster 2023-12-07T18:33:48.200462+0000 mgr.a (mgr.14403) 3179 : cluster 0 pgmap v2368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:48.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:48 smithi135 bash[32435]: cluster 2023-12-07T18:33:48.200462+0000 mgr.a (mgr.14403) 3179 : cluster 0 pgmap v2368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:50 smithi079 bash[28699]: cluster 2023-12-07T18:33:50.201234+0000 mgr.a (mgr.14403) 3180 : cluster 0 pgmap v2369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:50 smithi194 bash[32038]: cluster 2023-12-07T18:33:50.201234+0000 mgr.a (mgr.14403) 3180 : cluster 0 pgmap v2369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:50 smithi135 bash[32435]: cluster 2023-12-07T18:33:50.201234+0000 mgr.a (mgr.14403) 3180 : cluster 0 pgmap v2369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:33:51.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:33:51.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:51.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:52.173 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:33:52.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:52.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:52.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:52.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:33:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:52 smithi079 bash[28699]: audit 2023-12-07T18:33:51.639547+0000 mgr.a (mgr.14403) 3181 : audit 0 from='client.74982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:52 smithi079 bash[28699]: cluster 2023-12-07T18:33:52.201928+0000 mgr.a (mgr.14403) 3182 : cluster 0 pgmap v2370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:52 smithi194 bash[32038]: audit 2023-12-07T18:33:51.639547+0000 mgr.a (mgr.14403) 3181 : audit 0 from='client.74982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:52 smithi194 bash[32038]: cluster 2023-12-07T18:33:52.201928+0000 mgr.a (mgr.14403) 3182 : cluster 0 pgmap v2370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:52 smithi135 bash[32435]: audit 2023-12-07T18:33:51.639547+0000 mgr.a (mgr.14403) 3181 : audit 0 from='client.74982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:52 smithi135 bash[32435]: cluster 2023-12-07T18:33:52.201928+0000 mgr.a (mgr.14403) 3182 : cluster 0 pgmap v2370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:54 smithi079 bash[28699]: cluster 2023-12-07T18:33:54.202758+0000 mgr.a (mgr.14403) 3183 : cluster 0 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-07T18:33:54.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:54 smithi194 bash[32038]: cluster 2023-12-07T18:33:54.202758+0000 mgr.a (mgr.14403) 3183 : cluster 0 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-07T18:33:54.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:54 smithi135 bash[32435]: cluster 2023-12-07T18:33:54.202758+0000 mgr.a (mgr.14403) 3183 : cluster 0 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-07T18:33:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:56 smithi079 bash[28699]: cluster 2023-12-07T18:33:56.203348+0000 mgr.a (mgr.14403) 3184 : cluster 0 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-07T18:33:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:56 smithi194 bash[32038]: cluster 2023-12-07T18:33:56.203348+0000 mgr.a (mgr.14403) 3184 : cluster 0 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-07T18:33:56.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:56 smithi135 bash[32435]: cluster 2023-12-07T18:33:56.203348+0000 mgr.a (mgr.14403) 3184 : cluster 0 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-07T18:33:57.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:33:57.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:33:57.176 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:33:58.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:33:58.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:33:58.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:33:58.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:33:58.064 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:33:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:58 smithi079 bash[28699]: audit 2023-12-07T18:33:57.584345+0000 mgr.a (mgr.14403) 3185 : audit 0 from='client.75060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:33:58 smithi079 bash[28699]: cluster 2023-12-07T18:33:58.204007+0000 mgr.a (mgr.14403) 3186 : cluster 0 pgmap v2373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:58 smithi194 bash[32038]: audit 2023-12-07T18:33:57.584345+0000 mgr.a (mgr.14403) 3185 : audit 0 from='client.75060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:33:58 smithi194 bash[32038]: cluster 2023-12-07T18:33:58.204007+0000 mgr.a (mgr.14403) 3186 : cluster 0 pgmap v2373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:33:58.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:58 smithi135 bash[32435]: audit 2023-12-07T18:33:57.584345+0000 mgr.a (mgr.14403) 3185 : audit 0 from='client.75060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:33:58.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:33:58 smithi135 bash[32435]: cluster 2023-12-07T18:33:58.204007+0000 mgr.a (mgr.14403) 3186 : cluster 0 pgmap v2373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:00 smithi079 bash[28699]: cluster 2023-12-07T18:34:00.204792+0000 mgr.a (mgr.14403) 3187 : cluster 0 pgmap v2374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:00 smithi194 bash[32038]: cluster 2023-12-07T18:34:00.204792+0000 mgr.a (mgr.14403) 3187 : cluster 0 pgmap v2374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:00 smithi135 bash[32435]: cluster 2023-12-07T18:34:00.204792+0000 mgr.a (mgr.14403) 3187 : cluster 0 pgmap v2374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:02 smithi079 bash[28699]: cluster 2023-12-07T18:34:02.205336+0000 mgr.a (mgr.14403) 3188 : cluster 0 pgmap v2375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:02 smithi194 bash[32038]: cluster 2023-12-07T18:34:02.205336+0000 mgr.a (mgr.14403) 3188 : cluster 0 pgmap v2375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:02 smithi135 bash[32435]: cluster 2023-12-07T18:34:02.205336+0000 mgr.a (mgr.14403) 3188 : cluster 0 pgmap v2375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:03.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:34:03.067 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:03.067 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:03.962 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:34:03.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:03.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:03.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:03.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:34:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:04 smithi079 bash[28699]: audit 2023-12-07T18:34:03.464616+0000 mgr.a (mgr.14403) 3189 : audit 0 from='client.75135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:04 smithi079 bash[28699]: cluster 2023-12-07T18:34:04.206315+0000 mgr.a (mgr.14403) 3190 : cluster 0 pgmap v2376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:04 smithi194 bash[32038]: audit 2023-12-07T18:34:03.464616+0000 mgr.a (mgr.14403) 3189 : audit 0 from='client.75135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:04 smithi194 bash[32038]: cluster 2023-12-07T18:34:04.206315+0000 mgr.a (mgr.14403) 3190 : cluster 0 pgmap v2376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:04.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:04 smithi135 bash[32435]: audit 2023-12-07T18:34:03.464616+0000 mgr.a (mgr.14403) 3189 : audit 0 from='client.75135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:04.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:04 smithi135 bash[32435]: cluster 2023-12-07T18:34:04.206315+0000 mgr.a (mgr.14403) 3190 : cluster 0 pgmap v2376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:05 smithi079 bash[28699]: audit 2023-12-07T18:34:05.067487+0000 mon.a (mon.0) 906 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:34:05.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:05 smithi194 bash[32038]: audit 2023-12-07T18:34:05.067487+0000 mon.a (mon.0) 906 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:34:05.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:05 smithi135 bash[32435]: audit 2023-12-07T18:34:05.067487+0000 mon.a (mon.0) 906 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:34:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:06 smithi079 bash[28699]: audit 2023-12-07T18:34:05.804113+0000 mon.a (mon.0) 907 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:34:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:06 smithi079 bash[28699]: audit 2023-12-07T18:34:05.805894+0000 mon.a (mon.0) 908 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:34:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:06 smithi079 bash[28699]: audit 2023-12-07T18:34:05.815795+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:34:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:06 smithi079 bash[28699]: cluster 2023-12-07T18:34:06.206815+0000 mgr.a (mgr.14403) 3191 : cluster 0 pgmap v2377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:06 smithi194 bash[32038]: audit 2023-12-07T18:34:05.804113+0000 mon.a (mon.0) 907 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:34:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:06 smithi194 bash[32038]: audit 2023-12-07T18:34:05.805894+0000 mon.a (mon.0) 908 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:34:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:06 smithi194 bash[32038]: audit 2023-12-07T18:34:05.815795+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:34:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:06 smithi194 bash[32038]: cluster 2023-12-07T18:34:06.206815+0000 mgr.a (mgr.14403) 3191 : cluster 0 pgmap v2377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:06 smithi135 bash[32435]: audit 2023-12-07T18:34:05.804113+0000 mon.a (mon.0) 907 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:34:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:06 smithi135 bash[32435]: audit 2023-12-07T18:34:05.805894+0000 mon.a (mon.0) 908 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:34:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:06 smithi135 bash[32435]: audit 2023-12-07T18:34:05.815795+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:34:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:06 smithi135 bash[32435]: cluster 2023-12-07T18:34:06.206815+0000 mgr.a (mgr.14403) 3191 : cluster 0 pgmap v2377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:08 smithi079 bash[28699]: cluster 2023-12-07T18:34:08.207372+0000 mgr.a (mgr.14403) 3192 : cluster 0 pgmap v2378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:08 smithi194 bash[32038]: cluster 2023-12-07T18:34:08.207372+0000 mgr.a (mgr.14403) 3192 : cluster 0 pgmap v2378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:08 smithi135 bash[32435]: cluster 2023-12-07T18:34:08.207372+0000 mgr.a (mgr.14403) 3192 : cluster 0 pgmap v2378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:08.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:34:08.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:08.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:09.874 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:34:09.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:09.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:09.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:09.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:34:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:10 smithi079 bash[28699]: audit 2023-12-07T18:34:09.370639+0000 mgr.a (mgr.14403) 3193 : audit 0 from='client.75210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:10 smithi079 bash[28699]: cluster 2023-12-07T18:34:10.208279+0000 mgr.a (mgr.14403) 3194 : cluster 0 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-07T18:34:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:10 smithi194 bash[32038]: audit 2023-12-07T18:34:09.370639+0000 mgr.a (mgr.14403) 3193 : audit 0 from='client.75210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:10 smithi194 bash[32038]: cluster 2023-12-07T18:34:10.208279+0000 mgr.a (mgr.14403) 3194 : cluster 0 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-07T18:34:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:10 smithi135 bash[32435]: audit 2023-12-07T18:34:09.370639+0000 mgr.a (mgr.14403) 3193 : audit 0 from='client.75210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:10 smithi135 bash[32435]: cluster 2023-12-07T18:34:10.208279+0000 mgr.a (mgr.14403) 3194 : cluster 0 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-07T18:34:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:12 smithi079 bash[28699]: cluster 2023-12-07T18:34:12.208950+0000 mgr.a (mgr.14403) 3195 : cluster 0 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-07T18:34:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:12 smithi194 bash[32038]: cluster 2023-12-07T18:34:12.208950+0000 mgr.a (mgr.14403) 3195 : cluster 0 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-07T18:34:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:12 smithi135 bash[32435]: cluster 2023-12-07T18:34:12.208950+0000 mgr.a (mgr.14403) 3195 : cluster 0 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-07T18:34:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:14 smithi079 bash[28699]: cluster 2023-12-07T18:34:14.209815+0000 mgr.a (mgr.14403) 3196 : cluster 0 pgmap v2381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:14 smithi194 bash[32038]: cluster 2023-12-07T18:34:14.209815+0000 mgr.a (mgr.14403) 3196 : cluster 0 pgmap v2381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:14.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:14 smithi135 bash[32435]: cluster 2023-12-07T18:34:14.209815+0000 mgr.a (mgr.14403) 3196 : cluster 0 pgmap v2381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:14.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:34:14.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:14.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:15.750 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:34:15.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:15.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:15.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:15.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:34:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:16 smithi079 bash[28699]: audit 2023-12-07T18:34:15.280052+0000 mgr.a (mgr.14403) 3197 : audit 0 from='client.75279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:16 smithi079 bash[28699]: cluster 2023-12-07T18:34:16.210457+0000 mgr.a (mgr.14403) 3198 : cluster 0 pgmap v2382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:16 smithi194 bash[32038]: audit 2023-12-07T18:34:15.280052+0000 mgr.a (mgr.14403) 3197 : audit 0 from='client.75279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:16 smithi194 bash[32038]: cluster 2023-12-07T18:34:16.210457+0000 mgr.a (mgr.14403) 3198 : cluster 0 pgmap v2382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:16.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:16 smithi135 bash[32435]: audit 2023-12-07T18:34:15.280052+0000 mgr.a (mgr.14403) 3197 : audit 0 from='client.75279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:16.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:16 smithi135 bash[32435]: cluster 2023-12-07T18:34:16.210457+0000 mgr.a (mgr.14403) 3198 : cluster 0 pgmap v2382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:18 smithi079 bash[28699]: cluster 2023-12-07T18:34:18.211067+0000 mgr.a (mgr.14403) 3199 : cluster 0 pgmap v2383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:18 smithi194 bash[32038]: cluster 2023-12-07T18:34:18.211067+0000 mgr.a (mgr.14403) 3199 : cluster 0 pgmap v2383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:18.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:18 smithi135 bash[32435]: cluster 2023-12-07T18:34:18.211067+0000 mgr.a (mgr.14403) 3199 : cluster 0 pgmap v2383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:20.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:34:20.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:20.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:20 smithi079 bash[28699]: cluster 2023-12-07T18:34:20.211770+0000 mgr.a (mgr.14403) 3200 : cluster 0 pgmap v2384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:20 smithi194 bash[32038]: cluster 2023-12-07T18:34:20.211770+0000 mgr.a (mgr.14403) 3200 : cluster 0 pgmap v2384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:20 smithi135 bash[32435]: cluster 2023-12-07T18:34:20.211770+0000 mgr.a (mgr.14403) 3200 : cluster 0 pgmap v2384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:21.647 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:34:21.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:21.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:21.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:21.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:34:21.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:21 smithi079 bash[28699]: audit 2023-12-07T18:34:21.153693+0000 mgr.a (mgr.14403) 3201 : audit 0 from='client.75357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:21.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:21 smithi194 bash[32038]: audit 2023-12-07T18:34:21.153693+0000 mgr.a (mgr.14403) 3201 : audit 0 from='client.75357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:21.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:21 smithi135 bash[32435]: audit 2023-12-07T18:34:21.153693+0000 mgr.a (mgr.14403) 3201 : audit 0 from='client.75357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:22.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:22 smithi079 bash[28699]: cluster 2023-12-07T18:34:22.212421+0000 mgr.a (mgr.14403) 3202 : cluster 0 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-07T18:34:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:22 smithi194 bash[32038]: cluster 2023-12-07T18:34:22.212421+0000 mgr.a (mgr.14403) 3202 : cluster 0 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-07T18:34:22.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:22 smithi135 bash[32435]: cluster 2023-12-07T18:34:22.212421+0000 mgr.a (mgr.14403) 3202 : cluster 0 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-07T18:34:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:24 smithi079 bash[28699]: cluster 2023-12-07T18:34:24.213205+0000 mgr.a (mgr.14403) 3203 : cluster 0 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-07T18:34:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:24 smithi194 bash[32038]: cluster 2023-12-07T18:34:24.213205+0000 mgr.a (mgr.14403) 3203 : cluster 0 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-07T18:34:24.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:24 smithi135 bash[32435]: cluster 2023-12-07T18:34:24.213205+0000 mgr.a (mgr.14403) 3203 : cluster 0 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-07T18:34:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:26 smithi079 bash[28699]: cluster 2023-12-07T18:34:26.213745+0000 mgr.a (mgr.14403) 3204 : cluster 0 pgmap v2387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:26.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:34:26.651 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:26.651 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:26 smithi194 bash[32038]: cluster 2023-12-07T18:34:26.213745+0000 mgr.a (mgr.14403) 3204 : cluster 0 pgmap v2387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:26 smithi135 bash[32435]: cluster 2023-12-07T18:34:26.213745+0000 mgr.a (mgr.14403) 3204 : cluster 0 pgmap v2387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:27.549 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:34:27.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:27.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:27.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:27.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:34:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:27 smithi079 bash[28699]: audit 2023-12-07T18:34:27.053473+0000 mgr.a (mgr.14403) 3205 : audit 0 from='client.75435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:27 smithi194 bash[32038]: audit 2023-12-07T18:34:27.053473+0000 mgr.a (mgr.14403) 3205 : audit 0 from='client.75435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:27 smithi135 bash[32435]: audit 2023-12-07T18:34:27.053473+0000 mgr.a (mgr.14403) 3205 : audit 0 from='client.75435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:28 smithi079 bash[28699]: cluster 2023-12-07T18:34:28.214369+0000 mgr.a (mgr.14403) 3206 : cluster 0 pgmap v2388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:28 smithi194 bash[32038]: cluster 2023-12-07T18:34:28.214369+0000 mgr.a (mgr.14403) 3206 : cluster 0 pgmap v2388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:28 smithi135 bash[32435]: cluster 2023-12-07T18:34:28.214369+0000 mgr.a (mgr.14403) 3206 : cluster 0 pgmap v2388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:30 smithi079 bash[28699]: cluster 2023-12-07T18:34:30.215242+0000 mgr.a (mgr.14403) 3207 : cluster 0 pgmap v2389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:30 smithi194 bash[32038]: cluster 2023-12-07T18:34:30.215242+0000 mgr.a (mgr.14403) 3207 : cluster 0 pgmap v2389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:30 smithi135 bash[32435]: cluster 2023-12-07T18:34:30.215242+0000 mgr.a (mgr.14403) 3207 : cluster 0 pgmap v2389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:32.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:34:32.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:32.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:32.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:32 smithi079 bash[28699]: cluster 2023-12-07T18:34:32.215963+0000 mgr.a (mgr.14403) 3208 : cluster 0 pgmap v2390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:32 smithi194 bash[32038]: cluster 2023-12-07T18:34:32.215963+0000 mgr.a (mgr.14403) 3208 : cluster 0 pgmap v2390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:32 smithi135 bash[32435]: cluster 2023-12-07T18:34:32.215963+0000 mgr.a (mgr.14403) 3208 : cluster 0 pgmap v2390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:33.438 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:34:33.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:33.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:33.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:33.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:34:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:33 smithi079 bash[28699]: audit 2023-12-07T18:34:32.948671+0000 mgr.a (mgr.14403) 3209 : audit 0 from='client.75507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:33.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:33 smithi194 bash[32038]: audit 2023-12-07T18:34:32.948671+0000 mgr.a (mgr.14403) 3209 : audit 0 from='client.75507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:33.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:33 smithi135 bash[32435]: audit 2023-12-07T18:34:32.948671+0000 mgr.a (mgr.14403) 3209 : audit 0 from='client.75507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:34.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:34 smithi079 bash[28699]: cluster 2023-12-07T18:34:34.216983+0000 mgr.a (mgr.14403) 3210 : cluster 0 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-07T18:34:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:34 smithi194 bash[32038]: cluster 2023-12-07T18:34:34.216983+0000 mgr.a (mgr.14403) 3210 : cluster 0 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-07T18:34:34.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:34 smithi135 bash[32435]: cluster 2023-12-07T18:34:34.216983+0000 mgr.a (mgr.14403) 3210 : cluster 0 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-07T18:34:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:36 smithi079 bash[28699]: cluster 2023-12-07T18:34:36.217624+0000 mgr.a (mgr.14403) 3211 : cluster 0 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-07T18:34:36.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:36 smithi194 bash[32038]: cluster 2023-12-07T18:34:36.217624+0000 mgr.a (mgr.14403) 3211 : cluster 0 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-07T18:34:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:36 smithi135 bash[32435]: cluster 2023-12-07T18:34:36.217624+0000 mgr.a (mgr.14403) 3211 : cluster 0 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-07T18:34:38.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:34:38.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:38.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:38 smithi079 bash[28699]: cluster 2023-12-07T18:34:38.218186+0000 mgr.a (mgr.14403) 3212 : cluster 0 pgmap v2393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:38 smithi194 bash[32038]: cluster 2023-12-07T18:34:38.218186+0000 mgr.a (mgr.14403) 3212 : cluster 0 pgmap v2393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:38 smithi135 bash[32435]: cluster 2023-12-07T18:34:38.218186+0000 mgr.a (mgr.14403) 3212 : cluster 0 pgmap v2393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:39.336 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:34:39.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:39.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:39.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:39.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:34:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:39 smithi079 bash[28699]: audit 2023-12-07T18:34:38.841646+0000 mgr.a (mgr.14403) 3213 : audit 0 from='client.75582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:39.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:39 smithi194 bash[32038]: audit 2023-12-07T18:34:38.841646+0000 mgr.a (mgr.14403) 3213 : audit 0 from='client.75582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:39 smithi135 bash[32435]: audit 2023-12-07T18:34:38.841646+0000 mgr.a (mgr.14403) 3213 : audit 0 from='client.75582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:40 smithi079 bash[28699]: cluster 2023-12-07T18:34:40.219379+0000 mgr.a (mgr.14403) 3214 : cluster 0 pgmap v2394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:40 smithi194 bash[32038]: cluster 2023-12-07T18:34:40.219379+0000 mgr.a (mgr.14403) 3214 : cluster 0 pgmap v2394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:40.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:40 smithi135 bash[32435]: cluster 2023-12-07T18:34:40.219379+0000 mgr.a (mgr.14403) 3214 : cluster 0 pgmap v2394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:42 smithi079 bash[28699]: cluster 2023-12-07T18:34:42.220130+0000 mgr.a (mgr.14403) 3215 : cluster 0 pgmap v2395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:42 smithi194 bash[32038]: cluster 2023-12-07T18:34:42.220130+0000 mgr.a (mgr.14403) 3215 : cluster 0 pgmap v2395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:42.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:42 smithi135 bash[32435]: cluster 2023-12-07T18:34:42.220130+0000 mgr.a (mgr.14403) 3215 : cluster 0 pgmap v2395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:44.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:34:44.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:44.341 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:44 smithi079 bash[28699]: cluster 2023-12-07T18:34:44.220954+0000 mgr.a (mgr.14403) 3216 : cluster 0 pgmap v2396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:44.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:44 smithi194 bash[32038]: cluster 2023-12-07T18:34:44.220954+0000 mgr.a (mgr.14403) 3216 : cluster 0 pgmap v2396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:44 smithi135 bash[32435]: cluster 2023-12-07T18:34:44.220954+0000 mgr.a (mgr.14403) 3216 : cluster 0 pgmap v2396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:45.241 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:34:45.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:45.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:45.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:45.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:34:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:45 smithi079 bash[28699]: audit 2023-12-07T18:34:44.747516+0000 mgr.a (mgr.14403) 3217 : audit 0 from='client.75654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:45 smithi194 bash[32038]: audit 2023-12-07T18:34:44.747516+0000 mgr.a (mgr.14403) 3217 : audit 0 from='client.75654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:45 smithi135 bash[32435]: audit 2023-12-07T18:34:44.747516+0000 mgr.a (mgr.14403) 3217 : audit 0 from='client.75654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:46.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:46 smithi079 bash[28699]: cluster 2023-12-07T18:34:46.221743+0000 mgr.a (mgr.14403) 3218 : cluster 0 pgmap v2397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:46 smithi194 bash[32038]: cluster 2023-12-07T18:34:46.221743+0000 mgr.a (mgr.14403) 3218 : cluster 0 pgmap v2397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:46.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:46 smithi135 bash[32435]: cluster 2023-12-07T18:34:46.221743+0000 mgr.a (mgr.14403) 3218 : cluster 0 pgmap v2397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:48 smithi079 bash[28699]: cluster 2023-12-07T18:34:48.222337+0000 mgr.a (mgr.14403) 3219 : cluster 0 pgmap v2398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:48 smithi194 bash[32038]: cluster 2023-12-07T18:34:48.222337+0000 mgr.a (mgr.14403) 3219 : cluster 0 pgmap v2398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:48 smithi135 bash[32435]: cluster 2023-12-07T18:34:48.222337+0000 mgr.a (mgr.14403) 3219 : cluster 0 pgmap v2398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:34:50.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:34:50.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:50.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:50 smithi079 bash[28699]: cluster 2023-12-07T18:34:50.223175+0000 mgr.a (mgr.14403) 3220 : cluster 0 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-07T18:34:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:50 smithi194 bash[32038]: cluster 2023-12-07T18:34:50.223175+0000 mgr.a (mgr.14403) 3220 : cluster 0 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-07T18:34:50.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:50 smithi135 bash[32435]: cluster 2023-12-07T18:34:50.223175+0000 mgr.a (mgr.14403) 3220 : cluster 0 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-07T18:34:51.148 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:34:51.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:51.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:51.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:51.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:34:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:51 smithi079 bash[28699]: audit 2023-12-07T18:34:50.641489+0000 mgr.a (mgr.14403) 3221 : audit 0 from='client.75729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:51 smithi194 bash[32038]: audit 2023-12-07T18:34:50.641489+0000 mgr.a (mgr.14403) 3221 : audit 0 from='client.75729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:51 smithi135 bash[32435]: audit 2023-12-07T18:34:50.641489+0000 mgr.a (mgr.14403) 3221 : audit 0 from='client.75729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:52.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:52 smithi079 bash[28699]: cluster 2023-12-07T18:34:52.223894+0000 mgr.a (mgr.14403) 3222 : cluster 0 pgmap v2400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:52 smithi194 bash[32038]: cluster 2023-12-07T18:34:52.223894+0000 mgr.a (mgr.14403) 3222 : cluster 0 pgmap v2400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:52.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:52 smithi135 bash[32435]: cluster 2023-12-07T18:34:52.223894+0000 mgr.a (mgr.14403) 3222 : cluster 0 pgmap v2400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:54 smithi079 bash[28699]: cluster 2023-12-07T18:34:54.224738+0000 mgr.a (mgr.14403) 3223 : cluster 0 pgmap v2401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:54.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:54 smithi194 bash[32038]: cluster 2023-12-07T18:34:54.224738+0000 mgr.a (mgr.14403) 3223 : cluster 0 pgmap v2401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:54 smithi135 bash[32435]: cluster 2023-12-07T18:34:54.224738+0000 mgr.a (mgr.14403) 3223 : cluster 0 pgmap v2401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:34:56.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:34:56.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:34:56.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:34:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:56 smithi079 bash[28699]: cluster 2023-12-07T18:34:56.225271+0000 mgr.a (mgr.14403) 3224 : cluster 0 pgmap v2402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:56 smithi194 bash[32038]: cluster 2023-12-07T18:34:56.225271+0000 mgr.a (mgr.14403) 3224 : cluster 0 pgmap v2402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:56 smithi135 bash[32435]: cluster 2023-12-07T18:34:56.225271+0000 mgr.a (mgr.14403) 3224 : cluster 0 pgmap v2402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:57.045 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:34:57.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:34:57.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:34:57.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:34:57.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:34:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:57 smithi079 bash[28699]: audit 2023-12-07T18:34:56.544736+0000 mgr.a (mgr.14403) 3225 : audit 0 from='client.75798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:57 smithi194 bash[32038]: audit 2023-12-07T18:34:56.544736+0000 mgr.a (mgr.14403) 3225 : audit 0 from='client.75798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:57 smithi135 bash[32435]: audit 2023-12-07T18:34:56.544736+0000 mgr.a (mgr.14403) 3225 : audit 0 from='client.75798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:34:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:34:58 smithi079 bash[28699]: cluster 2023-12-07T18:34:58.225923+0000 mgr.a (mgr.14403) 3226 : cluster 0 pgmap v2403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:34:58 smithi194 bash[32038]: cluster 2023-12-07T18:34:58.225923+0000 mgr.a (mgr.14403) 3226 : cluster 0 pgmap v2403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:34:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:34:58 smithi135 bash[32435]: cluster 2023-12-07T18:34:58.225923+0000 mgr.a (mgr.14403) 3226 : cluster 0 pgmap v2403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:00 smithi079 bash[28699]: cluster 2023-12-07T18:35:00.226741+0000 mgr.a (mgr.14403) 3227 : cluster 0 pgmap v2404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:00 smithi194 bash[32038]: cluster 2023-12-07T18:35:00.226741+0000 mgr.a (mgr.14403) 3227 : cluster 0 pgmap v2404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:00 smithi135 bash[32435]: cluster 2023-12-07T18:35:00.226741+0000 mgr.a (mgr.14403) 3227 : cluster 0 pgmap v2404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:02.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:35:02.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:02.049 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:02 smithi079 bash[28699]: cluster 2023-12-07T18:35:02.227153+0000 mgr.a (mgr.14403) 3228 : cluster 0 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-07T18:35:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:02 smithi194 bash[32038]: cluster 2023-12-07T18:35:02.227153+0000 mgr.a (mgr.14403) 3228 : cluster 0 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-07T18:35:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:02 smithi135 bash[32435]: cluster 2023-12-07T18:35:02.227153+0000 mgr.a (mgr.14403) 3228 : cluster 0 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-07T18:35:02.938 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:35:02.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:02.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:02.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:02.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:35:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:03 smithi079 bash[28699]: audit 2023-12-07T18:35:02.444503+0000 mgr.a (mgr.14403) 3229 : audit 0 from='client.75876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:03 smithi194 bash[32038]: audit 2023-12-07T18:35:02.444503+0000 mgr.a (mgr.14403) 3229 : audit 0 from='client.75876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:03 smithi135 bash[32435]: audit 2023-12-07T18:35:02.444503+0000 mgr.a (mgr.14403) 3229 : audit 0 from='client.75876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:04 smithi079 bash[28699]: cluster 2023-12-07T18:35:04.228036+0000 mgr.a (mgr.14403) 3230 : cluster 0 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-07T18:35:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:04 smithi194 bash[32038]: cluster 2023-12-07T18:35:04.228036+0000 mgr.a (mgr.14403) 3230 : cluster 0 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-07T18:35:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:04 smithi135 bash[32435]: cluster 2023-12-07T18:35:04.228036+0000 mgr.a (mgr.14403) 3230 : cluster 0 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-07T18:35:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:05 smithi079 bash[28699]: audit 2023-12-07T18:35:05.918631+0000 mon.a (mon.0) 910 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:35:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:05 smithi194 bash[32038]: audit 2023-12-07T18:35:05.918631+0000 mon.a (mon.0) 910 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:35:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:05 smithi135 bash[32435]: audit 2023-12-07T18:35:05.918631+0000 mon.a (mon.0) 910 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:35:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:06 smithi079 bash[28699]: cluster 2023-12-07T18:35:06.228462+0000 mgr.a (mgr.14403) 3231 : cluster 0 pgmap v2407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:06 smithi079 bash[28699]: audit 2023-12-07T18:35:06.658375+0000 mon.a (mon.0) 911 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:35:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:06 smithi079 bash[28699]: audit 2023-12-07T18:35:06.660083+0000 mon.a (mon.0) 912 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:35:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:06 smithi079 bash[28699]: audit 2023-12-07T18:35:06.669157+0000 mon.a (mon.0) 913 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:35:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:06 smithi194 bash[32038]: cluster 2023-12-07T18:35:06.228462+0000 mgr.a (mgr.14403) 3231 : cluster 0 pgmap v2407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:06 smithi194 bash[32038]: audit 2023-12-07T18:35:06.658375+0000 mon.a (mon.0) 911 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:35:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:06 smithi194 bash[32038]: audit 2023-12-07T18:35:06.660083+0000 mon.a (mon.0) 912 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:35:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:06 smithi194 bash[32038]: audit 2023-12-07T18:35:06.669157+0000 mon.a (mon.0) 913 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:35:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:06 smithi135 bash[32435]: cluster 2023-12-07T18:35:06.228462+0000 mgr.a (mgr.14403) 3231 : cluster 0 pgmap v2407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:06 smithi135 bash[32435]: audit 2023-12-07T18:35:06.658375+0000 mon.a (mon.0) 911 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:35:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:06 smithi135 bash[32435]: audit 2023-12-07T18:35:06.660083+0000 mon.a (mon.0) 912 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:35:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:06 smithi135 bash[32435]: audit 2023-12-07T18:35:06.669157+0000 mon.a (mon.0) 913 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:35:07.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:35:07.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:07.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:08 smithi079 bash[28699]: cluster 2023-12-07T18:35:08.229000+0000 mgr.a (mgr.14403) 3232 : cluster 0 pgmap v2408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:08 smithi194 bash[32038]: cluster 2023-12-07T18:35:08.229000+0000 mgr.a (mgr.14403) 3232 : cluster 0 pgmap v2408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:08 smithi135 bash[32435]: cluster 2023-12-07T18:35:08.229000+0000 mgr.a (mgr.14403) 3232 : cluster 0 pgmap v2408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:08.837 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:35:08.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:08.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:08.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:08.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:35:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:09 smithi079 bash[28699]: audit 2023-12-07T18:35:08.338549+0000 mgr.a (mgr.14403) 3233 : audit 0 from='client.75951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:09 smithi194 bash[32038]: audit 2023-12-07T18:35:08.338549+0000 mgr.a (mgr.14403) 3233 : audit 0 from='client.75951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:09 smithi135 bash[32435]: audit 2023-12-07T18:35:08.338549+0000 mgr.a (mgr.14403) 3233 : audit 0 from='client.75951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:10 smithi079 bash[28699]: cluster 2023-12-07T18:35:10.230060+0000 mgr.a (mgr.14403) 3234 : cluster 0 pgmap v2409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:35:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:10 smithi194 bash[32038]: cluster 2023-12-07T18:35:10.230060+0000 mgr.a (mgr.14403) 3234 : cluster 0 pgmap v2409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:35:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:10 smithi135 bash[32435]: cluster 2023-12-07T18:35:10.230060+0000 mgr.a (mgr.14403) 3234 : cluster 0 pgmap v2409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:35:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:12 smithi079 bash[28699]: cluster 2023-12-07T18:35:12.230605+0000 mgr.a (mgr.14403) 3235 : cluster 0 pgmap v2410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:35:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:12 smithi194 bash[32038]: cluster 2023-12-07T18:35:12.230605+0000 mgr.a (mgr.14403) 3235 : cluster 0 pgmap v2410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:35:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:12 smithi135 bash[32435]: cluster 2023-12-07T18:35:12.230605+0000 mgr.a (mgr.14403) 3235 : cluster 0 pgmap v2410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:35:13.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:35:13.841 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:13.841 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:14 smithi079 bash[28699]: cluster 2023-12-07T18:35:14.231378+0000 mgr.a (mgr.14403) 3236 : cluster 0 pgmap v2411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:14 smithi079 bash[28699]: audit 2023-12-07T18:35:14.246594+0000 mgr.a (mgr.14403) 3237 : audit 0 from='client.76029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:14 smithi194 bash[32038]: cluster 2023-12-07T18:35:14.231378+0000 mgr.a (mgr.14403) 3236 : cluster 0 pgmap v2411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:14 smithi194 bash[32038]: audit 2023-12-07T18:35:14.246594+0000 mgr.a (mgr.14403) 3237 : audit 0 from='client.76029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:14.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:14 smithi135 bash[32435]: cluster 2023-12-07T18:35:14.231378+0000 mgr.a (mgr.14403) 3236 : cluster 0 pgmap v2411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:14.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:14 smithi135 bash[32435]: audit 2023-12-07T18:35:14.246594+0000 mgr.a (mgr.14403) 3237 : audit 0 from='client.76029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:14.752 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:35:14.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:14.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:14.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:14.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:35:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:16 smithi079 bash[28699]: cluster 2023-12-07T18:35:16.232063+0000 mgr.a (mgr.14403) 3238 : cluster 0 pgmap v2412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:16 smithi194 bash[32038]: cluster 2023-12-07T18:35:16.232063+0000 mgr.a (mgr.14403) 3238 : cluster 0 pgmap v2412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:16.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:16 smithi135 bash[32435]: cluster 2023-12-07T18:35:16.232063+0000 mgr.a (mgr.14403) 3238 : cluster 0 pgmap v2412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:18 smithi079 bash[28699]: cluster 2023-12-07T18:35:18.232651+0000 mgr.a (mgr.14403) 3239 : cluster 0 pgmap v2413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:18 smithi194 bash[32038]: cluster 2023-12-07T18:35:18.232651+0000 mgr.a (mgr.14403) 3239 : cluster 0 pgmap v2413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:18 smithi135 bash[32435]: cluster 2023-12-07T18:35:18.232651+0000 mgr.a (mgr.14403) 3239 : cluster 0 pgmap v2413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:19.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:35:19.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:19.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:20.667 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:35:20.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:20.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:20.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:20.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:35:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:20 smithi079 bash[28699]: audit 2023-12-07T18:35:20.165605+0000 mgr.a (mgr.14403) 3240 : audit 0 from='client.76107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:20 smithi079 bash[28699]: cluster 2023-12-07T18:35:20.233361+0000 mgr.a (mgr.14403) 3241 : cluster 0 pgmap v2414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:20 smithi194 bash[32038]: audit 2023-12-07T18:35:20.165605+0000 mgr.a (mgr.14403) 3240 : audit 0 from='client.76107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:20 smithi194 bash[32038]: cluster 2023-12-07T18:35:20.233361+0000 mgr.a (mgr.14403) 3241 : cluster 0 pgmap v2414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:20.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:20 smithi135 bash[32435]: audit 2023-12-07T18:35:20.165605+0000 mgr.a (mgr.14403) 3240 : audit 0 from='client.76107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:20 smithi135 bash[32435]: cluster 2023-12-07T18:35:20.233361+0000 mgr.a (mgr.14403) 3241 : cluster 0 pgmap v2414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:22 smithi079 bash[28699]: cluster 2023-12-07T18:35:22.234006+0000 mgr.a (mgr.14403) 3242 : cluster 0 pgmap v2415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:35:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:22 smithi194 bash[32038]: cluster 2023-12-07T18:35:22.234006+0000 mgr.a (mgr.14403) 3242 : cluster 0 pgmap v2415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:35:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:22 smithi135 bash[32435]: cluster 2023-12-07T18:35:22.234006+0000 mgr.a (mgr.14403) 3242 : cluster 0 pgmap v2415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:35:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:24 smithi079 bash[28699]: cluster 2023-12-07T18:35:24.234935+0000 mgr.a (mgr.14403) 3243 : cluster 0 pgmap v2416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:35:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:24 smithi194 bash[32038]: cluster 2023-12-07T18:35:24.234935+0000 mgr.a (mgr.14403) 3243 : cluster 0 pgmap v2416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:35:24.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:24 smithi135 bash[32435]: cluster 2023-12-07T18:35:24.234935+0000 mgr.a (mgr.14403) 3243 : cluster 0 pgmap v2416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:35:25.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:35:25.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:25.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:26.581 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:35:26.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:26.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:26.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:26.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:35:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:26 smithi079 bash[28699]: audit 2023-12-07T18:35:26.072386+0000 mgr.a (mgr.14403) 3244 : audit 0 from='client.76185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:26 smithi079 bash[28699]: cluster 2023-12-07T18:35:26.235706+0000 mgr.a (mgr.14403) 3245 : cluster 0 pgmap v2417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:26 smithi194 bash[32038]: audit 2023-12-07T18:35:26.072386+0000 mgr.a (mgr.14403) 3244 : audit 0 from='client.76185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:26 smithi194 bash[32038]: cluster 2023-12-07T18:35:26.235706+0000 mgr.a (mgr.14403) 3245 : cluster 0 pgmap v2417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:26 smithi135 bash[32435]: audit 2023-12-07T18:35:26.072386+0000 mgr.a (mgr.14403) 3244 : audit 0 from='client.76185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:26.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:26 smithi135 bash[32435]: cluster 2023-12-07T18:35:26.235706+0000 mgr.a (mgr.14403) 3245 : cluster 0 pgmap v2417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:28 smithi079 bash[28699]: cluster 2023-12-07T18:35:28.236500+0000 mgr.a (mgr.14403) 3246 : cluster 0 pgmap v2418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:28 smithi194 bash[32038]: cluster 2023-12-07T18:35:28.236500+0000 mgr.a (mgr.14403) 3246 : cluster 0 pgmap v2418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:28 smithi135 bash[32435]: cluster 2023-12-07T18:35:28.236500+0000 mgr.a (mgr.14403) 3246 : cluster 0 pgmap v2418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:30 smithi079 bash[28699]: cluster 2023-12-07T18:35:30.237332+0000 mgr.a (mgr.14403) 3247 : cluster 0 pgmap v2419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:30 smithi194 bash[32038]: cluster 2023-12-07T18:35:30.237332+0000 mgr.a (mgr.14403) 3247 : cluster 0 pgmap v2419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:30.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:30 smithi135 bash[32435]: cluster 2023-12-07T18:35:30.237332+0000 mgr.a (mgr.14403) 3247 : cluster 0 pgmap v2419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:31.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:35:31.584 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:31.585 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:32.509 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:35:32.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:32.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:32.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:32.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:35:32.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:32 smithi079 bash[28699]: audit 2023-12-07T18:35:31.980342+0000 mgr.a (mgr.14403) 3248 : audit 0 from='client.76263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:32.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:32 smithi079 bash[28699]: cluster 2023-12-07T18:35:32.248400+0000 mgr.a (mgr.14403) 3249 : cluster 0 pgmap v2420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:32 smithi194 bash[32038]: audit 2023-12-07T18:35:31.980342+0000 mgr.a (mgr.14403) 3248 : audit 0 from='client.76263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:32 smithi194 bash[32038]: cluster 2023-12-07T18:35:32.248400+0000 mgr.a (mgr.14403) 3249 : cluster 0 pgmap v2420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:32.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:32 smithi135 bash[32435]: audit 2023-12-07T18:35:31.980342+0000 mgr.a (mgr.14403) 3248 : audit 0 from='client.76263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:32 smithi135 bash[32435]: cluster 2023-12-07T18:35:32.248400+0000 mgr.a (mgr.14403) 3249 : cluster 0 pgmap v2420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:34.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:34 smithi079 bash[28699]: cluster 2023-12-07T18:35:34.249299+0000 mgr.a (mgr.14403) 3250 : cluster 0 pgmap v2421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:34 smithi194 bash[32038]: cluster 2023-12-07T18:35:34.249299+0000 mgr.a (mgr.14403) 3250 : cluster 0 pgmap v2421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:34.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:34 smithi135 bash[32435]: cluster 2023-12-07T18:35:34.249299+0000 mgr.a (mgr.14403) 3250 : cluster 0 pgmap v2421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:35:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:36 smithi079 bash[28699]: cluster 2023-12-07T18:35:36.249966+0000 mgr.a (mgr.14403) 3251 : cluster 0 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-07T18:35:36.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:36 smithi194 bash[32038]: cluster 2023-12-07T18:35:36.249966+0000 mgr.a (mgr.14403) 3251 : cluster 0 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-07T18:35:36.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:36 smithi135 bash[32435]: cluster 2023-12-07T18:35:36.249966+0000 mgr.a (mgr.14403) 3251 : cluster 0 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-07T18:35:37.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:35:37.513 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:37.513 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:38.408 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:35:38.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:38.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:38.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:38.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:35:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:38 smithi079 bash[28699]: audit 2023-12-07T18:35:37.909006+0000 mgr.a (mgr.14403) 3252 : audit 0 from='client.76338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:38 smithi079 bash[28699]: cluster 2023-12-07T18:35:38.250436+0000 mgr.a (mgr.14403) 3253 : cluster 0 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-07T18:35:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:38 smithi194 bash[32038]: audit 2023-12-07T18:35:37.909006+0000 mgr.a (mgr.14403) 3252 : audit 0 from='client.76338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:38 smithi194 bash[32038]: cluster 2023-12-07T18:35:38.250436+0000 mgr.a (mgr.14403) 3253 : cluster 0 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-07T18:35:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:38 smithi135 bash[32435]: audit 2023-12-07T18:35:37.909006+0000 mgr.a (mgr.14403) 3252 : audit 0 from='client.76338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:38.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:38 smithi135 bash[32435]: cluster 2023-12-07T18:35:38.250436+0000 mgr.a (mgr.14403) 3253 : cluster 0 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-07T18:35:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:40 smithi079 bash[28699]: cluster 2023-12-07T18:35:40.251318+0000 mgr.a (mgr.14403) 3254 : cluster 0 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-07T18:35:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:40 smithi194 bash[32038]: cluster 2023-12-07T18:35:40.251318+0000 mgr.a (mgr.14403) 3254 : cluster 0 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-07T18:35:40.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:40 smithi135 bash[32435]: cluster 2023-12-07T18:35:40.251318+0000 mgr.a (mgr.14403) 3254 : cluster 0 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-07T18:35:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:42 smithi079 bash[28699]: cluster 2023-12-07T18:35:42.251873+0000 mgr.a (mgr.14403) 3255 : cluster 0 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-07T18:35:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:42 smithi194 bash[32038]: cluster 2023-12-07T18:35:42.251873+0000 mgr.a (mgr.14403) 3255 : cluster 0 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-07T18:35:42.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:42 smithi135 bash[32435]: cluster 2023-12-07T18:35:42.251873+0000 mgr.a (mgr.14403) 3255 : cluster 0 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-07T18:35:43.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:35:43.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:43.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:44.310 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:35:44.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:44.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:44.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:44.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:35:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:44 smithi079 bash[28699]: audit 2023-12-07T18:35:43.808418+0000 mgr.a (mgr.14403) 3256 : audit 0 from='client.76410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:44 smithi079 bash[28699]: cluster 2023-12-07T18:35:44.252807+0000 mgr.a (mgr.14403) 3257 : cluster 0 pgmap v2426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:44.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:44 smithi194 bash[32038]: audit 2023-12-07T18:35:43.808418+0000 mgr.a (mgr.14403) 3256 : audit 0 from='client.76410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:44.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:44 smithi194 bash[32038]: cluster 2023-12-07T18:35:44.252807+0000 mgr.a (mgr.14403) 3257 : cluster 0 pgmap v2426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:44.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:44 smithi135 bash[32435]: audit 2023-12-07T18:35:43.808418+0000 mgr.a (mgr.14403) 3256 : audit 0 from='client.76410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:44.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:44 smithi135 bash[32435]: cluster 2023-12-07T18:35:44.252807+0000 mgr.a (mgr.14403) 3257 : cluster 0 pgmap v2426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:46 smithi079 bash[28699]: cluster 2023-12-07T18:35:46.253380+0000 mgr.a (mgr.14403) 3258 : cluster 0 pgmap v2427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:46.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:46 smithi194 bash[32038]: cluster 2023-12-07T18:35:46.253380+0000 mgr.a (mgr.14403) 3258 : cluster 0 pgmap v2427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:46 smithi135 bash[32435]: cluster 2023-12-07T18:35:46.253380+0000 mgr.a (mgr.14403) 3258 : cluster 0 pgmap v2427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:48 smithi079 bash[28699]: cluster 2023-12-07T18:35:48.253983+0000 mgr.a (mgr.14403) 3259 : cluster 0 pgmap v2428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:48 smithi194 bash[32038]: cluster 2023-12-07T18:35:48.253983+0000 mgr.a (mgr.14403) 3259 : cluster 0 pgmap v2428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:48 smithi135 bash[32435]: cluster 2023-12-07T18:35:48.253983+0000 mgr.a (mgr.14403) 3259 : cluster 0 pgmap v2428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:49.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:35:49.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:49.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:50.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:50.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:50.199 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:35:50.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:50.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:35:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:50 smithi079 bash[28699]: audit 2023-12-07T18:35:49.721246+0000 mgr.a (mgr.14403) 3260 : audit 0 from='client.76488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:50 smithi079 bash[28699]: cluster 2023-12-07T18:35:50.255057+0000 mgr.a (mgr.14403) 3261 : cluster 0 pgmap v2429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:50 smithi194 bash[32038]: audit 2023-12-07T18:35:49.721246+0000 mgr.a (mgr.14403) 3260 : audit 0 from='client.76488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:50 smithi194 bash[32038]: cluster 2023-12-07T18:35:50.255057+0000 mgr.a (mgr.14403) 3261 : cluster 0 pgmap v2429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:50.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:50 smithi135 bash[32435]: audit 2023-12-07T18:35:49.721246+0000 mgr.a (mgr.14403) 3260 : audit 0 from='client.76488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:50 smithi135 bash[32435]: cluster 2023-12-07T18:35:50.255057+0000 mgr.a (mgr.14403) 3261 : cluster 0 pgmap v2429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:52 smithi079 bash[28699]: cluster 2023-12-07T18:35:52.255698+0000 mgr.a (mgr.14403) 3262 : cluster 0 pgmap v2430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:52 smithi194 bash[32038]: cluster 2023-12-07T18:35:52.255698+0000 mgr.a (mgr.14403) 3262 : cluster 0 pgmap v2430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:52.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:52 smithi135 bash[32435]: cluster 2023-12-07T18:35:52.255698+0000 mgr.a (mgr.14403) 3262 : cluster 0 pgmap v2430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:35:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:54 smithi079 bash[28699]: cluster 2023-12-07T18:35:54.256588+0000 mgr.a (mgr.14403) 3263 : cluster 0 pgmap v2431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:54.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:54 smithi194 bash[32038]: cluster 2023-12-07T18:35:54.256588+0000 mgr.a (mgr.14403) 3263 : cluster 0 pgmap v2431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:54 smithi135 bash[32435]: cluster 2023-12-07T18:35:54.256588+0000 mgr.a (mgr.14403) 3263 : cluster 0 pgmap v2431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:55.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:35:55.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:35:55.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:35:56.091 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:35:56.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:35:56.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:35:56.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:35:56.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:35:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:56 smithi079 bash[28699]: audit 2023-12-07T18:35:55.606587+0000 mgr.a (mgr.14403) 3264 : audit 0 from='client.76566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:56 smithi079 bash[28699]: cluster 2023-12-07T18:35:56.257353+0000 mgr.a (mgr.14403) 3265 : cluster 0 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-07T18:35:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:56 smithi194 bash[32038]: audit 2023-12-07T18:35:55.606587+0000 mgr.a (mgr.14403) 3264 : audit 0 from='client.76566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:56 smithi194 bash[32038]: cluster 2023-12-07T18:35:56.257353+0000 mgr.a (mgr.14403) 3265 : cluster 0 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-07T18:35:56.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:56 smithi135 bash[32435]: audit 2023-12-07T18:35:55.606587+0000 mgr.a (mgr.14403) 3264 : audit 0 from='client.76566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:35:56.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:56 smithi135 bash[32435]: cluster 2023-12-07T18:35:56.257353+0000 mgr.a (mgr.14403) 3265 : cluster 0 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-07T18:35:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:35:58 smithi079 bash[28699]: cluster 2023-12-07T18:35:58.257945+0000 mgr.a (mgr.14403) 3266 : cluster 0 pgmap v2433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:35:58 smithi194 bash[32038]: cluster 2023-12-07T18:35:58.257945+0000 mgr.a (mgr.14403) 3266 : cluster 0 pgmap v2433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:35:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:35:58 smithi135 bash[32435]: cluster 2023-12-07T18:35:58.257945+0000 mgr.a (mgr.14403) 3266 : cluster 0 pgmap v2433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:00 smithi079 bash[28699]: cluster 2023-12-07T18:36:00.258759+0000 mgr.a (mgr.14403) 3267 : cluster 0 pgmap v2434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:00 smithi194 bash[32038]: cluster 2023-12-07T18:36:00.258759+0000 mgr.a (mgr.14403) 3267 : cluster 0 pgmap v2434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:00 smithi135 bash[32435]: cluster 2023-12-07T18:36:00.258759+0000 mgr.a (mgr.14403) 3267 : cluster 0 pgmap v2434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:01.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:36:01.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:01.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:02.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:02.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:02.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:02.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:36:02.009 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:36:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:02 smithi079 bash[28699]: audit 2023-12-07T18:36:01.493819+0000 mgr.a (mgr.14403) 3268 : audit 0 from='client.76635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:02 smithi079 bash[28699]: cluster 2023-12-07T18:36:02.259486+0000 mgr.a (mgr.14403) 3269 : cluster 0 pgmap v2435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:02 smithi194 bash[32038]: audit 2023-12-07T18:36:01.493819+0000 mgr.a (mgr.14403) 3268 : audit 0 from='client.76635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:02 smithi194 bash[32038]: cluster 2023-12-07T18:36:02.259486+0000 mgr.a (mgr.14403) 3269 : cluster 0 pgmap v2435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:02 smithi135 bash[32435]: audit 2023-12-07T18:36:01.493819+0000 mgr.a (mgr.14403) 3268 : audit 0 from='client.76635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:02 smithi135 bash[32435]: cluster 2023-12-07T18:36:02.259486+0000 mgr.a (mgr.14403) 3269 : cluster 0 pgmap v2435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:04 smithi079 bash[28699]: cluster 2023-12-07T18:36:04.260283+0000 mgr.a (mgr.14403) 3270 : cluster 0 pgmap v2436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:04 smithi194 bash[32038]: cluster 2023-12-07T18:36:04.260283+0000 mgr.a (mgr.14403) 3270 : cluster 0 pgmap v2436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:04 smithi135 bash[32435]: cluster 2023-12-07T18:36:04.260283+0000 mgr.a (mgr.14403) 3270 : cluster 0 pgmap v2436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:06 smithi079 bash[28699]: cluster 2023-12-07T18:36:06.260814+0000 mgr.a (mgr.14403) 3271 : cluster 0 pgmap v2437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:06.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:06 smithi194 bash[32038]: cluster 2023-12-07T18:36:06.260814+0000 mgr.a (mgr.14403) 3271 : cluster 0 pgmap v2437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:06.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:06 smithi135 bash[32435]: cluster 2023-12-07T18:36:06.260814+0000 mgr.a (mgr.14403) 3271 : cluster 0 pgmap v2437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:07.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:36:07.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:07.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:07.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:07 smithi079 bash[28699]: audit 2023-12-07T18:36:06.771178+0000 mon.a (mon.0) 914 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:36:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:07 smithi194 bash[32038]: audit 2023-12-07T18:36:06.771178+0000 mon.a (mon.0) 914 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:36:07.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:07 smithi135 bash[32435]: audit 2023-12-07T18:36:06.771178+0000 mon.a (mon.0) 914 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:36:07.898 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:36:07.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:07.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:07.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:07.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:36:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:08 smithi079 bash[28699]: audit 2023-12-07T18:36:07.435558+0000 mgr.a (mgr.14403) 3272 : audit 0 from='client.76710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:08 smithi079 bash[28699]: audit 2023-12-07T18:36:07.572703+0000 mon.a (mon.0) 915 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:36:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:08 smithi079 bash[28699]: audit 2023-12-07T18:36:07.575581+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:36:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:08 smithi079 bash[28699]: audit 2023-12-07T18:36:07.583984+0000 mon.a (mon.0) 917 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:36:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:08 smithi079 bash[28699]: cluster 2023-12-07T18:36:08.261604+0000 mgr.a (mgr.14403) 3273 : cluster 0 pgmap v2438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:08 smithi194 bash[32038]: audit 2023-12-07T18:36:07.435558+0000 mgr.a (mgr.14403) 3272 : audit 0 from='client.76710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:08 smithi194 bash[32038]: audit 2023-12-07T18:36:07.572703+0000 mon.a (mon.0) 915 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:36:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:08 smithi194 bash[32038]: audit 2023-12-07T18:36:07.575581+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:36:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:08 smithi194 bash[32038]: audit 2023-12-07T18:36:07.583984+0000 mon.a (mon.0) 917 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:36:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:08 smithi194 bash[32038]: cluster 2023-12-07T18:36:08.261604+0000 mgr.a (mgr.14403) 3273 : cluster 0 pgmap v2438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:08 smithi135 bash[32435]: audit 2023-12-07T18:36:07.435558+0000 mgr.a (mgr.14403) 3272 : audit 0 from='client.76710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:08 smithi135 bash[32435]: audit 2023-12-07T18:36:07.572703+0000 mon.a (mon.0) 915 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:36:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:08 smithi135 bash[32435]: audit 2023-12-07T18:36:07.575581+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:36:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:08 smithi135 bash[32435]: audit 2023-12-07T18:36:07.583984+0000 mon.a (mon.0) 917 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:36:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:08 smithi135 bash[32435]: cluster 2023-12-07T18:36:08.261604+0000 mgr.a (mgr.14403) 3273 : cluster 0 pgmap v2438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:10 smithi079 bash[28699]: cluster 2023-12-07T18:36:10.262484+0000 mgr.a (mgr.14403) 3274 : cluster 0 pgmap v2439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:10 smithi194 bash[32038]: cluster 2023-12-07T18:36:10.262484+0000 mgr.a (mgr.14403) 3274 : cluster 0 pgmap v2439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:10.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:10 smithi135 bash[32435]: cluster 2023-12-07T18:36:10.262484+0000 mgr.a (mgr.14403) 3274 : cluster 0 pgmap v2439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:12 smithi079 bash[28699]: cluster 2023-12-07T18:36:12.263076+0000 mgr.a (mgr.14403) 3275 : cluster 0 pgmap v2440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:12 smithi194 bash[32038]: cluster 2023-12-07T18:36:12.263076+0000 mgr.a (mgr.14403) 3275 : cluster 0 pgmap v2440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:12 smithi135 bash[32435]: cluster 2023-12-07T18:36:12.263076+0000 mgr.a (mgr.14403) 3275 : cluster 0 pgmap v2440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:12.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:36:12.901 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:12.901 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:13.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:13.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:13.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:13.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:36:13.802 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:36:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:14 smithi079 bash[28699]: audit 2023-12-07T18:36:13.302040+0000 mgr.a (mgr.14403) 3276 : audit 0 from='client.76788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:14 smithi079 bash[28699]: cluster 2023-12-07T18:36:14.264137+0000 mgr.a (mgr.14403) 3277 : cluster 0 pgmap v2441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:36:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:14 smithi194 bash[32038]: audit 2023-12-07T18:36:13.302040+0000 mgr.a (mgr.14403) 3276 : audit 0 from='client.76788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:14 smithi194 bash[32038]: cluster 2023-12-07T18:36:14.264137+0000 mgr.a (mgr.14403) 3277 : cluster 0 pgmap v2441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:36:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:14 smithi135 bash[32435]: audit 2023-12-07T18:36:13.302040+0000 mgr.a (mgr.14403) 3276 : audit 0 from='client.76788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:14.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:14 smithi135 bash[32435]: cluster 2023-12-07T18:36:14.264137+0000 mgr.a (mgr.14403) 3277 : cluster 0 pgmap v2441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:36:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:16 smithi079 bash[28699]: cluster 2023-12-07T18:36:16.264758+0000 mgr.a (mgr.14403) 3278 : cluster 0 pgmap v2442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:36:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:16 smithi194 bash[32038]: cluster 2023-12-07T18:36:16.264758+0000 mgr.a (mgr.14403) 3278 : cluster 0 pgmap v2442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:36:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:16 smithi135 bash[32435]: cluster 2023-12-07T18:36:16.264758+0000 mgr.a (mgr.14403) 3278 : cluster 0 pgmap v2442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:36:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:18 smithi079 bash[28699]: cluster 2023-12-07T18:36:18.265247+0000 mgr.a (mgr.14403) 3279 : cluster 0 pgmap v2443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:36:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:18 smithi194 bash[32038]: cluster 2023-12-07T18:36:18.265247+0000 mgr.a (mgr.14403) 3279 : cluster 0 pgmap v2443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:36:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:18 smithi135 bash[32435]: cluster 2023-12-07T18:36:18.265247+0000 mgr.a (mgr.14403) 3279 : cluster 0 pgmap v2443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:36:18.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:36:18.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:18.806 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:19 smithi079 bash[28699]: audit 2023-12-07T18:36:19.211645+0000 mgr.a (mgr.14403) 3280 : audit 0 from='client.76866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:19 smithi194 bash[32038]: audit 2023-12-07T18:36:19.211645+0000 mgr.a (mgr.14403) 3280 : audit 0 from='client.76866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:19 smithi135 bash[32435]: audit 2023-12-07T18:36:19.211645+0000 mgr.a (mgr.14403) 3280 : audit 0 from='client.76866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:19.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:19.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:19.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:19.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:36:19.735 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:36:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:20 smithi079 bash[28699]: cluster 2023-12-07T18:36:20.266337+0000 mgr.a (mgr.14403) 3281 : cluster 0 pgmap v2444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:20 smithi194 bash[32038]: cluster 2023-12-07T18:36:20.266337+0000 mgr.a (mgr.14403) 3281 : cluster 0 pgmap v2444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:20 smithi135 bash[32435]: cluster 2023-12-07T18:36:20.266337+0000 mgr.a (mgr.14403) 3281 : cluster 0 pgmap v2444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:22 smithi079 bash[28699]: cluster 2023-12-07T18:36:22.266909+0000 mgr.a (mgr.14403) 3282 : cluster 0 pgmap v2445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:22 smithi194 bash[32038]: cluster 2023-12-07T18:36:22.266909+0000 mgr.a (mgr.14403) 3282 : cluster 0 pgmap v2445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:22 smithi135 bash[32435]: cluster 2023-12-07T18:36:22.266909+0000 mgr.a (mgr.14403) 3282 : cluster 0 pgmap v2445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:24 smithi079 bash[28699]: cluster 2023-12-07T18:36:24.267679+0000 mgr.a (mgr.14403) 3283 : cluster 0 pgmap v2446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:24 smithi194 bash[32038]: cluster 2023-12-07T18:36:24.267679+0000 mgr.a (mgr.14403) 3283 : cluster 0 pgmap v2446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:24 smithi135 bash[32435]: cluster 2023-12-07T18:36:24.267679+0000 mgr.a (mgr.14403) 3283 : cluster 0 pgmap v2446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:24.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:36:24.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:24.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:25.638 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:36:25.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:25.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:25.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:25.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:36:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:25 smithi079 bash[28699]: audit 2023-12-07T18:36:25.138586+0000 mgr.a (mgr.14403) 3284 : audit 0 from='client.76941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:25.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:25 smithi194 bash[32038]: audit 2023-12-07T18:36:25.138586+0000 mgr.a (mgr.14403) 3284 : audit 0 from='client.76941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:25 smithi135 bash[32435]: audit 2023-12-07T18:36:25.138586+0000 mgr.a (mgr.14403) 3284 : audit 0 from='client.76941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:26.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:26 smithi079 bash[28699]: cluster 2023-12-07T18:36:26.268469+0000 mgr.a (mgr.14403) 3285 : cluster 0 pgmap v2447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:36:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:26 smithi194 bash[32038]: cluster 2023-12-07T18:36:26.268469+0000 mgr.a (mgr.14403) 3285 : cluster 0 pgmap v2447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:36:26.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:26 smithi135 bash[32435]: cluster 2023-12-07T18:36:26.268469+0000 mgr.a (mgr.14403) 3285 : cluster 0 pgmap v2447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:36:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:28 smithi079 bash[28699]: cluster 2023-12-07T18:36:28.269027+0000 mgr.a (mgr.14403) 3286 : cluster 0 pgmap v2448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:36:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:28 smithi194 bash[32038]: cluster 2023-12-07T18:36:28.269027+0000 mgr.a (mgr.14403) 3286 : cluster 0 pgmap v2448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:36:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:28 smithi135 bash[32435]: cluster 2023-12-07T18:36:28.269027+0000 mgr.a (mgr.14403) 3286 : cluster 0 pgmap v2448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:36:30.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:36:30.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:30.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:30 smithi079 bash[28699]: cluster 2023-12-07T18:36:30.269812+0000 mgr.a (mgr.14403) 3287 : cluster 0 pgmap v2449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:36:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:30 smithi194 bash[32038]: cluster 2023-12-07T18:36:30.269812+0000 mgr.a (mgr.14403) 3287 : cluster 0 pgmap v2449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:36:30.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:30 smithi135 bash[32435]: cluster 2023-12-07T18:36:30.269812+0000 mgr.a (mgr.14403) 3287 : cluster 0 pgmap v2449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:36:31.523 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:36:31.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:31.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:31.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:31.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:36:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:31 smithi079 bash[28699]: audit 2023-12-07T18:36:31.036384+0000 mgr.a (mgr.14403) 3288 : audit 0 from='client.77013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:31 smithi194 bash[32038]: audit 2023-12-07T18:36:31.036384+0000 mgr.a (mgr.14403) 3288 : audit 0 from='client.77013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:31 smithi135 bash[32435]: audit 2023-12-07T18:36:31.036384+0000 mgr.a (mgr.14403) 3288 : audit 0 from='client.77013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:32 smithi194 bash[32038]: cluster 2023-12-07T18:36:32.270458+0000 mgr.a (mgr.14403) 3289 : cluster 0 pgmap v2450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:32.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:32 smithi135 bash[32435]: cluster 2023-12-07T18:36:32.270458+0000 mgr.a (mgr.14403) 3289 : cluster 0 pgmap v2450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:32 smithi079 bash[28699]: cluster 2023-12-07T18:36:32.270458+0000 mgr.a (mgr.14403) 3289 : cluster 0 pgmap v2450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:34.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:34 smithi079 bash[28699]: cluster 2023-12-07T18:36:34.271281+0000 mgr.a (mgr.14403) 3290 : cluster 0 pgmap v2451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:34 smithi194 bash[32038]: cluster 2023-12-07T18:36:34.271281+0000 mgr.a (mgr.14403) 3290 : cluster 0 pgmap v2451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:34 smithi135 bash[32435]: cluster 2023-12-07T18:36:34.271281+0000 mgr.a (mgr.14403) 3290 : cluster 0 pgmap v2451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:36.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:36:36.527 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:36.527 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:36 smithi079 bash[28699]: cluster 2023-12-07T18:36:36.271790+0000 mgr.a (mgr.14403) 3291 : cluster 0 pgmap v2452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:36.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:36 smithi194 bash[32038]: cluster 2023-12-07T18:36:36.271790+0000 mgr.a (mgr.14403) 3291 : cluster 0 pgmap v2452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:36 smithi135 bash[32435]: cluster 2023-12-07T18:36:36.271790+0000 mgr.a (mgr.14403) 3291 : cluster 0 pgmap v2452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:37.433 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:36:37.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:37.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:37.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:37.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:36:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:37 smithi079 bash[28699]: audit 2023-12-07T18:36:36.925932+0000 mgr.a (mgr.14403) 3292 : audit 0 from='client.77091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:37 smithi194 bash[32038]: audit 2023-12-07T18:36:36.925932+0000 mgr.a (mgr.14403) 3292 : audit 0 from='client.77091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:37 smithi135 bash[32435]: audit 2023-12-07T18:36:36.925932+0000 mgr.a (mgr.14403) 3292 : audit 0 from='client.77091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:38 smithi079 bash[28699]: cluster 2023-12-07T18:36:38.272496+0000 mgr.a (mgr.14403) 3293 : cluster 0 pgmap v2453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:38 smithi194 bash[32038]: cluster 2023-12-07T18:36:38.272496+0000 mgr.a (mgr.14403) 3293 : cluster 0 pgmap v2453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:38 smithi135 bash[32435]: cluster 2023-12-07T18:36:38.272496+0000 mgr.a (mgr.14403) 3293 : cluster 0 pgmap v2453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:40 smithi079 bash[28699]: cluster 2023-12-07T18:36:40.273466+0000 mgr.a (mgr.14403) 3294 : cluster 0 pgmap v2454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:40 smithi194 bash[32038]: cluster 2023-12-07T18:36:40.273466+0000 mgr.a (mgr.14403) 3294 : cluster 0 pgmap v2454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:40.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:40 smithi135 bash[32435]: cluster 2023-12-07T18:36:40.273466+0000 mgr.a (mgr.14403) 3294 : cluster 0 pgmap v2454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:42.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:36:42.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:42.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:42 smithi079 bash[28699]: cluster 2023-12-07T18:36:42.274205+0000 mgr.a (mgr.14403) 3295 : cluster 0 pgmap v2455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:42 smithi194 bash[32038]: cluster 2023-12-07T18:36:42.274205+0000 mgr.a (mgr.14403) 3295 : cluster 0 pgmap v2455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:42 smithi135 bash[32435]: cluster 2023-12-07T18:36:42.274205+0000 mgr.a (mgr.14403) 3295 : cluster 0 pgmap v2455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:43.347 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:36:43.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:43.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:43.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:43.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:36:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:43 smithi079 bash[28699]: audit 2023-12-07T18:36:42.836271+0000 mgr.a (mgr.14403) 3296 : audit 0 from='client.77166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:43.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:43 smithi194 bash[32038]: audit 2023-12-07T18:36:42.836271+0000 mgr.a (mgr.14403) 3296 : audit 0 from='client.77166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:43 smithi135 bash[32435]: audit 2023-12-07T18:36:42.836271+0000 mgr.a (mgr.14403) 3296 : audit 0 from='client.77166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:44 smithi079 bash[28699]: cluster 2023-12-07T18:36:44.275215+0000 mgr.a (mgr.14403) 3297 : cluster 0 pgmap v2456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:44.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:44 smithi194 bash[32038]: cluster 2023-12-07T18:36:44.275215+0000 mgr.a (mgr.14403) 3297 : cluster 0 pgmap v2456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:44 smithi135 bash[32435]: cluster 2023-12-07T18:36:44.275215+0000 mgr.a (mgr.14403) 3297 : cluster 0 pgmap v2456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:36:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:46 smithi079 bash[28699]: cluster 2023-12-07T18:36:46.275851+0000 mgr.a (mgr.14403) 3298 : cluster 0 pgmap v2457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:46.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:46 smithi194 bash[32038]: cluster 2023-12-07T18:36:46.275851+0000 mgr.a (mgr.14403) 3298 : cluster 0 pgmap v2457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:46 smithi135 bash[32435]: cluster 2023-12-07T18:36:46.275851+0000 mgr.a (mgr.14403) 3298 : cluster 0 pgmap v2457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:48.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:36:48.349 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:48.349 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:48 smithi079 bash[28699]: cluster 2023-12-07T18:36:48.276562+0000 mgr.a (mgr.14403) 3299 : cluster 0 pgmap v2458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:48 smithi194 bash[32038]: cluster 2023-12-07T18:36:48.276562+0000 mgr.a (mgr.14403) 3299 : cluster 0 pgmap v2458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:48 smithi135 bash[32435]: cluster 2023-12-07T18:36:48.276562+0000 mgr.a (mgr.14403) 3299 : cluster 0 pgmap v2458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:49.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:49.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:49.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:49.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:36:49.261 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:36:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:49 smithi079 bash[28699]: audit 2023-12-07T18:36:48.753947+0000 mgr.a (mgr.14403) 3300 : audit 0 from='client.77244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:49 smithi194 bash[32038]: audit 2023-12-07T18:36:48.753947+0000 mgr.a (mgr.14403) 3300 : audit 0 from='client.77244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:49 smithi135 bash[32435]: audit 2023-12-07T18:36:48.753947+0000 mgr.a (mgr.14403) 3300 : audit 0 from='client.77244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:50 smithi194 bash[32038]: cluster 2023-12-07T18:36:50.277567+0000 mgr.a (mgr.14403) 3301 : cluster 0 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-07T18:36:50.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:50 smithi135 bash[32435]: cluster 2023-12-07T18:36:50.277567+0000 mgr.a (mgr.14403) 3301 : cluster 0 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-07T18:36:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:50 smithi079 bash[28699]: cluster 2023-12-07T18:36:50.277567+0000 mgr.a (mgr.14403) 3301 : cluster 0 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-07T18:36:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:52 smithi079 bash[28699]: cluster 2023-12-07T18:36:52.278164+0000 mgr.a (mgr.14403) 3302 : cluster 0 pgmap v2460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:52 smithi194 bash[32038]: cluster 2023-12-07T18:36:52.278164+0000 mgr.a (mgr.14403) 3302 : cluster 0 pgmap v2460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:52.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:52 smithi135 bash[32435]: cluster 2023-12-07T18:36:52.278164+0000 mgr.a (mgr.14403) 3302 : cluster 0 pgmap v2460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:54.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:36:54.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:36:54.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:36:54.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:54 smithi079 bash[28699]: cluster 2023-12-07T18:36:54.278886+0000 mgr.a (mgr.14403) 3303 : cluster 0 pgmap v2461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:54.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:54 smithi194 bash[32038]: cluster 2023-12-07T18:36:54.278886+0000 mgr.a (mgr.14403) 3303 : cluster 0 pgmap v2461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:54 smithi135 bash[32435]: cluster 2023-12-07T18:36:54.278886+0000 mgr.a (mgr.14403) 3303 : cluster 0 pgmap v2461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:36:55.139 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:36:55.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:36:55.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:36:55.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:36:55.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:36:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:55 smithi079 bash[28699]: audit 2023-12-07T18:36:54.655157+0000 mgr.a (mgr.14403) 3304 : audit 0 from='client.77322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:55.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:55 smithi194 bash[32038]: audit 2023-12-07T18:36:54.655157+0000 mgr.a (mgr.14403) 3304 : audit 0 from='client.77322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:55.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:55 smithi135 bash[32435]: audit 2023-12-07T18:36:54.655157+0000 mgr.a (mgr.14403) 3304 : audit 0 from='client.77322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:36:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:56 smithi194 bash[32038]: cluster 2023-12-07T18:36:56.279566+0000 mgr.a (mgr.14403) 3305 : cluster 0 pgmap v2462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:56.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:56 smithi135 bash[32435]: cluster 2023-12-07T18:36:56.279566+0000 mgr.a (mgr.14403) 3305 : cluster 0 pgmap v2462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:56 smithi079 bash[28699]: cluster 2023-12-07T18:36:56.279566+0000 mgr.a (mgr.14403) 3305 : cluster 0 pgmap v2462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:36:58 smithi079 bash[28699]: cluster 2023-12-07T18:36:58.280171+0000 mgr.a (mgr.14403) 3306 : cluster 0 pgmap v2463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:36:58 smithi194 bash[32038]: cluster 2023-12-07T18:36:58.280171+0000 mgr.a (mgr.14403) 3306 : cluster 0 pgmap v2463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:36:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:36:58 smithi135 bash[32435]: cluster 2023-12-07T18:36:58.280171+0000 mgr.a (mgr.14403) 3306 : cluster 0 pgmap v2463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:00.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:37:00.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:00.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:00 smithi194 bash[32038]: cluster 2023-12-07T18:37:00.280789+0000 mgr.a (mgr.14403) 3307 : cluster 0 pgmap v2464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:00 smithi135 bash[32435]: cluster 2023-12-07T18:37:00.280789+0000 mgr.a (mgr.14403) 3307 : cluster 0 pgmap v2464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:01.047 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:37:01.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:01.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:01.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:01.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:37:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:00 smithi079 bash[28699]: cluster 2023-12-07T18:37:00.280789+0000 mgr.a (mgr.14403) 3307 : cluster 0 pgmap v2464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:01 smithi194 bash[32038]: audit 2023-12-07T18:37:00.551501+0000 mgr.a (mgr.14403) 3308 : audit 0 from='client.70366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:01 smithi135 bash[32435]: audit 2023-12-07T18:37:00.551501+0000 mgr.a (mgr.14403) 3308 : audit 0 from='client.70366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:01 smithi079 bash[28699]: audit 2023-12-07T18:37:00.551501+0000 mgr.a (mgr.14403) 3308 : audit 0 from='client.70366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:02 smithi194 bash[32038]: cluster 2023-12-07T18:37:02.281546+0000 mgr.a (mgr.14403) 3309 : cluster 0 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-07T18:37:02.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:02 smithi135 bash[32435]: cluster 2023-12-07T18:37:02.281546+0000 mgr.a (mgr.14403) 3309 : cluster 0 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-07T18:37:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:02 smithi079 bash[28699]: cluster 2023-12-07T18:37:02.281546+0000 mgr.a (mgr.14403) 3309 : cluster 0 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-07T18:37:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:04 smithi079 bash[28699]: cluster 2023-12-07T18:37:04.282322+0000 mgr.a (mgr.14403) 3310 : cluster 0 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-07T18:37:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:04 smithi194 bash[32038]: cluster 2023-12-07T18:37:04.282322+0000 mgr.a (mgr.14403) 3310 : cluster 0 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-07T18:37:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:04 smithi135 bash[32435]: cluster 2023-12-07T18:37:04.282322+0000 mgr.a (mgr.14403) 3310 : cluster 0 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-07T18:37:06.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:37:06.052 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:06.052 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:06 smithi079 bash[28699]: cluster 2023-12-07T18:37:06.282996+0000 mgr.a (mgr.14403) 3311 : cluster 0 pgmap v2467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:06.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:06 smithi194 bash[32038]: cluster 2023-12-07T18:37:06.282996+0000 mgr.a (mgr.14403) 3311 : cluster 0 pgmap v2467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:06.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:06 smithi135 bash[32435]: cluster 2023-12-07T18:37:06.282996+0000 mgr.a (mgr.14403) 3311 : cluster 0 pgmap v2467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:06.918 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:37:06.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:06.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:06.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:06.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:37:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:07 smithi079 bash[28699]: audit 2023-12-07T18:37:06.440966+0000 mgr.a (mgr.14403) 3312 : audit 0 from='client.77475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:07 smithi194 bash[32038]: audit 2023-12-07T18:37:06.440966+0000 mgr.a (mgr.14403) 3312 : audit 0 from='client.77475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:07 smithi135 bash[32435]: audit 2023-12-07T18:37:06.440966+0000 mgr.a (mgr.14403) 3312 : audit 0 from='client.77475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:08 smithi079 bash[28699]: audit 2023-12-07T18:37:07.726287+0000 mon.a (mon.0) 918 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:37:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:08 smithi079 bash[28699]: cluster 2023-12-07T18:37:08.283525+0000 mgr.a (mgr.14403) 3313 : cluster 0 pgmap v2468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:08 smithi194 bash[32038]: audit 2023-12-07T18:37:07.726287+0000 mon.a (mon.0) 918 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:37:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:08 smithi194 bash[32038]: cluster 2023-12-07T18:37:08.283525+0000 mgr.a (mgr.14403) 3313 : cluster 0 pgmap v2468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:08 smithi135 bash[32435]: audit 2023-12-07T18:37:07.726287+0000 mon.a (mon.0) 918 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:37:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:08 smithi135 bash[32435]: cluster 2023-12-07T18:37:08.283525+0000 mgr.a (mgr.14403) 3313 : cluster 0 pgmap v2468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:09 smithi079 bash[28699]: audit 2023-12-07T18:37:08.515945+0000 mon.a (mon.0) 919 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:37:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:09 smithi079 bash[28699]: audit 2023-12-07T18:37:08.517809+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:37:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:09 smithi079 bash[28699]: audit 2023-12-07T18:37:08.527807+0000 mon.a (mon.0) 921 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:37:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:09 smithi194 bash[32038]: audit 2023-12-07T18:37:08.515945+0000 mon.a (mon.0) 919 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:37:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:09 smithi194 bash[32038]: audit 2023-12-07T18:37:08.517809+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:37:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:09 smithi194 bash[32038]: audit 2023-12-07T18:37:08.527807+0000 mon.a (mon.0) 921 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:37:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:09 smithi135 bash[32435]: audit 2023-12-07T18:37:08.515945+0000 mon.a (mon.0) 919 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:37:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:09 smithi135 bash[32435]: audit 2023-12-07T18:37:08.517809+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:37:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:09 smithi135 bash[32435]: audit 2023-12-07T18:37:08.527807+0000 mon.a (mon.0) 921 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:37:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:10 smithi194 bash[32038]: cluster 2023-12-07T18:37:10.284299+0000 mgr.a (mgr.14403) 3314 : cluster 0 pgmap v2469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:10.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:10 smithi135 bash[32435]: cluster 2023-12-07T18:37:10.284299+0000 mgr.a (mgr.14403) 3314 : cluster 0 pgmap v2469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:10 smithi079 bash[28699]: cluster 2023-12-07T18:37:10.284299+0000 mgr.a (mgr.14403) 3314 : cluster 0 pgmap v2469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:11.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:37:11.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:11.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:12.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:12 smithi079 bash[28699]: cluster 2023-12-07T18:37:12.284853+0000 mgr.a (mgr.14403) 3315 : cluster 0 pgmap v2470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:12 smithi194 bash[32038]: cluster 2023-12-07T18:37:12.284853+0000 mgr.a (mgr.14403) 3315 : cluster 0 pgmap v2470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:12.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:12 smithi135 bash[32435]: cluster 2023-12-07T18:37:12.284853+0000 mgr.a (mgr.14403) 3315 : cluster 0 pgmap v2470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:12.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:37:12.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:12.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:12.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:12.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:37:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:13 smithi079 bash[28699]: audit 2023-12-07T18:37:12.297460+0000 mgr.a (mgr.14403) 3316 : audit 0 from='client.77550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:13.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:13 smithi194 bash[32038]: audit 2023-12-07T18:37:12.297460+0000 mgr.a (mgr.14403) 3316 : audit 0 from='client.77550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:13 smithi135 bash[32435]: audit 2023-12-07T18:37:12.297460+0000 mgr.a (mgr.14403) 3316 : audit 0 from='client.77550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:14 smithi079 bash[28699]: cluster 2023-12-07T18:37:14.285653+0000 mgr.a (mgr.14403) 3317 : cluster 0 pgmap v2471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:14 smithi194 bash[32038]: cluster 2023-12-07T18:37:14.285653+0000 mgr.a (mgr.14403) 3317 : cluster 0 pgmap v2471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:14 smithi135 bash[32435]: cluster 2023-12-07T18:37:14.285653+0000 mgr.a (mgr.14403) 3317 : cluster 0 pgmap v2471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:16 smithi079 bash[28699]: cluster 2023-12-07T18:37:16.286210+0000 mgr.a (mgr.14403) 3318 : cluster 0 pgmap v2472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:16 smithi194 bash[32038]: cluster 2023-12-07T18:37:16.286210+0000 mgr.a (mgr.14403) 3318 : cluster 0 pgmap v2472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:16 smithi135 bash[32435]: cluster 2023-12-07T18:37:16.286210+0000 mgr.a (mgr.14403) 3318 : cluster 0 pgmap v2472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:17.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:37:17.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:17.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:18 smithi079 bash[28699]: audit 2023-12-07T18:37:18.215643+0000 mgr.a (mgr.14403) 3319 : audit 0 from='client.77628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:18 smithi079 bash[28699]: cluster 2023-12-07T18:37:18.286723+0000 mgr.a (mgr.14403) 3320 : cluster 0 pgmap v2473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:18 smithi194 bash[32038]: audit 2023-12-07T18:37:18.215643+0000 mgr.a (mgr.14403) 3319 : audit 0 from='client.77628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:18 smithi194 bash[32038]: cluster 2023-12-07T18:37:18.286723+0000 mgr.a (mgr.14403) 3320 : cluster 0 pgmap v2473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:18 smithi135 bash[32435]: audit 2023-12-07T18:37:18.215643+0000 mgr.a (mgr.14403) 3319 : audit 0 from='client.77628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:18.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:18 smithi135 bash[32435]: cluster 2023-12-07T18:37:18.286723+0000 mgr.a (mgr.14403) 3320 : cluster 0 pgmap v2473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:18.739 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:37:18.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:18.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:18.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:18.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:37:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:20 smithi194 bash[32038]: cluster 2023-12-07T18:37:20.287674+0000 mgr.a (mgr.14403) 3321 : cluster 0 pgmap v2474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:37:20.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:20 smithi135 bash[32435]: cluster 2023-12-07T18:37:20.287674+0000 mgr.a (mgr.14403) 3321 : cluster 0 pgmap v2474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:37:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:20 smithi079 bash[28699]: cluster 2023-12-07T18:37:20.287674+0000 mgr.a (mgr.14403) 3321 : cluster 0 pgmap v2474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:37:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:22 smithi079 bash[28699]: cluster 2023-12-07T18:37:22.288233+0000 mgr.a (mgr.14403) 3322 : cluster 0 pgmap v2475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:37:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:22 smithi194 bash[32038]: cluster 2023-12-07T18:37:22.288233+0000 mgr.a (mgr.14403) 3322 : cluster 0 pgmap v2475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:37:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:22 smithi135 bash[32435]: cluster 2023-12-07T18:37:22.288233+0000 mgr.a (mgr.14403) 3322 : cluster 0 pgmap v2475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:37:23.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:37:23.742 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:23.742 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:24.631 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:37:24.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:24.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:24.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:24.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:37:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:24 smithi079 bash[28699]: audit 2023-12-07T18:37:24.147318+0000 mgr.a (mgr.14403) 3323 : audit 0 from='client.77700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:24 smithi079 bash[28699]: cluster 2023-12-07T18:37:24.294559+0000 mgr.a (mgr.14403) 3324 : cluster 0 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-07T18:37:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:24 smithi194 bash[32038]: audit 2023-12-07T18:37:24.147318+0000 mgr.a (mgr.14403) 3323 : audit 0 from='client.77700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:24 smithi194 bash[32038]: cluster 2023-12-07T18:37:24.294559+0000 mgr.a (mgr.14403) 3324 : cluster 0 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-07T18:37:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:24 smithi135 bash[32435]: audit 2023-12-07T18:37:24.147318+0000 mgr.a (mgr.14403) 3323 : audit 0 from='client.77700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:24 smithi135 bash[32435]: cluster 2023-12-07T18:37:24.294559+0000 mgr.a (mgr.14403) 3324 : cluster 0 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-07T18:37:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:26 smithi079 bash[28699]: cluster 2023-12-07T18:37:26.295308+0000 mgr.a (mgr.14403) 3325 : cluster 0 pgmap v2477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:26 smithi194 bash[32038]: cluster 2023-12-07T18:37:26.295308+0000 mgr.a (mgr.14403) 3325 : cluster 0 pgmap v2477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:26 smithi135 bash[32435]: cluster 2023-12-07T18:37:26.295308+0000 mgr.a (mgr.14403) 3325 : cluster 0 pgmap v2477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:28 smithi079 bash[28699]: cluster 2023-12-07T18:37:28.295921+0000 mgr.a (mgr.14403) 3326 : cluster 0 pgmap v2478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:28 smithi194 bash[32038]: cluster 2023-12-07T18:37:28.295921+0000 mgr.a (mgr.14403) 3326 : cluster 0 pgmap v2478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:28 smithi135 bash[32435]: cluster 2023-12-07T18:37:28.295921+0000 mgr.a (mgr.14403) 3326 : cluster 0 pgmap v2478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:37:29.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:37:29.634 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:29.634 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:30.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:30.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:30.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:30.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:37:30.559 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:37:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:30 smithi194 bash[32038]: audit 2023-12-07T18:37:30.047015+0000 mgr.a (mgr.14403) 3327 : audit 0 from='client.77778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:30 smithi194 bash[32038]: cluster 2023-12-07T18:37:30.296666+0000 mgr.a (mgr.14403) 3328 : cluster 0 pgmap v2479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:30.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:30 smithi135 bash[32435]: audit 2023-12-07T18:37:30.047015+0000 mgr.a (mgr.14403) 3327 : audit 0 from='client.77778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:30.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:30 smithi135 bash[32435]: cluster 2023-12-07T18:37:30.296666+0000 mgr.a (mgr.14403) 3328 : cluster 0 pgmap v2479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:30 smithi079 bash[28699]: audit 2023-12-07T18:37:30.047015+0000 mgr.a (mgr.14403) 3327 : audit 0 from='client.77778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:30 smithi079 bash[28699]: cluster 2023-12-07T18:37:30.296666+0000 mgr.a (mgr.14403) 3328 : cluster 0 pgmap v2479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:32.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:32 smithi079 bash[28699]: cluster 2023-12-07T18:37:32.297419+0000 mgr.a (mgr.14403) 3329 : cluster 0 pgmap v2480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:37:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:32 smithi194 bash[32038]: cluster 2023-12-07T18:37:32.297419+0000 mgr.a (mgr.14403) 3329 : cluster 0 pgmap v2480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:37:32.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:32 smithi135 bash[32435]: cluster 2023-12-07T18:37:32.297419+0000 mgr.a (mgr.14403) 3329 : cluster 0 pgmap v2480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:37:34.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:34 smithi079 bash[28699]: cluster 2023-12-07T18:37:34.298223+0000 mgr.a (mgr.14403) 3330 : cluster 0 pgmap v2481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:37:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:34 smithi194 bash[32038]: cluster 2023-12-07T18:37:34.298223+0000 mgr.a (mgr.14403) 3330 : cluster 0 pgmap v2481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:37:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:34 smithi135 bash[32435]: cluster 2023-12-07T18:37:34.298223+0000 mgr.a (mgr.14403) 3330 : cluster 0 pgmap v2481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:37:35.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:37:35.563 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:35.563 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:36.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:36.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:36.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:36.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:37:36.473 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:37:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:36 smithi079 bash[28699]: audit 2023-12-07T18:37:35.964834+0000 mgr.a (mgr.14403) 3331 : audit 0 from='client.77856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:36 smithi079 bash[28699]: cluster 2023-12-07T18:37:36.298697+0000 mgr.a (mgr.14403) 3332 : cluster 0 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-07T18:37:36.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:36 smithi194 bash[32038]: audit 2023-12-07T18:37:35.964834+0000 mgr.a (mgr.14403) 3331 : audit 0 from='client.77856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:36.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:36 smithi194 bash[32038]: cluster 2023-12-07T18:37:36.298697+0000 mgr.a (mgr.14403) 3332 : cluster 0 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-07T18:37:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:36 smithi135 bash[32435]: audit 2023-12-07T18:37:35.964834+0000 mgr.a (mgr.14403) 3331 : audit 0 from='client.77856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:36 smithi135 bash[32435]: cluster 2023-12-07T18:37:36.298697+0000 mgr.a (mgr.14403) 3332 : cluster 0 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-07T18:37:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:38 smithi079 bash[28699]: cluster 2023-12-07T18:37:38.299306+0000 mgr.a (mgr.14403) 3333 : cluster 0 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-07T18:37:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:38 smithi194 bash[32038]: cluster 2023-12-07T18:37:38.299306+0000 mgr.a (mgr.14403) 3333 : cluster 0 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-07T18:37:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:38 smithi135 bash[32435]: cluster 2023-12-07T18:37:38.299306+0000 mgr.a (mgr.14403) 3333 : cluster 0 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-07T18:37:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:40 smithi194 bash[32038]: cluster 2023-12-07T18:37:40.300050+0000 mgr.a (mgr.14403) 3334 : cluster 0 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-07T18:37:40.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:40 smithi135 bash[32435]: cluster 2023-12-07T18:37:40.300050+0000 mgr.a (mgr.14403) 3334 : cluster 0 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-07T18:37:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:40 smithi079 bash[28699]: cluster 2023-12-07T18:37:40.300050+0000 mgr.a (mgr.14403) 3334 : cluster 0 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-07T18:37:41.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:37:41.477 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:41.477 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:42.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:42.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:42.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:42.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:37:42.369 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:37:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:42 smithi079 bash[28699]: audit 2023-12-07T18:37:41.880035+0000 mgr.a (mgr.14403) 3335 : audit 0 from='client.77934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:42 smithi194 bash[32038]: audit 2023-12-07T18:37:41.880035+0000 mgr.a (mgr.14403) 3335 : audit 0 from='client.77934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:42 smithi135 bash[32435]: audit 2023-12-07T18:37:41.880035+0000 mgr.a (mgr.14403) 3335 : audit 0 from='client.77934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:43 smithi079 bash[28699]: cluster 2023-12-07T18:37:42.300618+0000 mgr.a (mgr.14403) 3336 : cluster 0 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-07T18:37:43.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:43 smithi194 bash[32038]: cluster 2023-12-07T18:37:42.300618+0000 mgr.a (mgr.14403) 3336 : cluster 0 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-07T18:37:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:43 smithi135 bash[32435]: cluster 2023-12-07T18:37:42.300618+0000 mgr.a (mgr.14403) 3336 : cluster 0 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-07T18:37:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:45 smithi194 bash[32038]: cluster 2023-12-07T18:37:44.301387+0000 mgr.a (mgr.14403) 3337 : cluster 0 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-07T18:37:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:45 smithi135 bash[32435]: cluster 2023-12-07T18:37:44.301387+0000 mgr.a (mgr.14403) 3337 : cluster 0 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-07T18:37:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:45 smithi079 bash[28699]: cluster 2023-12-07T18:37:44.301387+0000 mgr.a (mgr.14403) 3337 : cluster 0 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-07T18:37:47.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:37:47.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:47.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:47 smithi194 bash[32038]: cluster 2023-12-07T18:37:46.301952+0000 mgr.a (mgr.14403) 3338 : cluster 0 pgmap v2487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:47 smithi135 bash[32435]: cluster 2023-12-07T18:37:46.301952+0000 mgr.a (mgr.14403) 3338 : cluster 0 pgmap v2487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:47 smithi079 bash[28699]: cluster 2023-12-07T18:37:46.301952+0000 mgr.a (mgr.14403) 3338 : cluster 0 pgmap v2487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:48.270 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:37:48.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:48.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:48.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:48.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:37:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:48 smithi194 bash[32038]: audit 2023-12-07T18:37:47.771925+0000 mgr.a (mgr.14403) 3339 : audit 0 from='client.78012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:48.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:48 smithi135 bash[32435]: audit 2023-12-07T18:37:47.771925+0000 mgr.a (mgr.14403) 3339 : audit 0 from='client.78012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:48 smithi079 bash[28699]: audit 2023-12-07T18:37:47.771925+0000 mgr.a (mgr.14403) 3339 : audit 0 from='client.78012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:49.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:49 smithi194 bash[32038]: cluster 2023-12-07T18:37:48.302625+0000 mgr.a (mgr.14403) 3340 : cluster 0 pgmap v2488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:49 smithi135 bash[32435]: cluster 2023-12-07T18:37:48.302625+0000 mgr.a (mgr.14403) 3340 : cluster 0 pgmap v2488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:49 smithi079 bash[28699]: cluster 2023-12-07T18:37:48.302625+0000 mgr.a (mgr.14403) 3340 : cluster 0 pgmap v2488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:51 smithi194 bash[32038]: cluster 2023-12-07T18:37:50.303479+0000 mgr.a (mgr.14403) 3341 : cluster 0 pgmap v2489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:51 smithi135 bash[32435]: cluster 2023-12-07T18:37:50.303479+0000 mgr.a (mgr.14403) 3341 : cluster 0 pgmap v2489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:51 smithi079 bash[28699]: cluster 2023-12-07T18:37:50.303479+0000 mgr.a (mgr.14403) 3341 : cluster 0 pgmap v2489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:37:53.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:37:53.274 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:53.274 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:53 smithi194 bash[32038]: cluster 2023-12-07T18:37:52.304043+0000 mgr.a (mgr.14403) 3342 : cluster 0 pgmap v2490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:53 smithi135 bash[32435]: cluster 2023-12-07T18:37:52.304043+0000 mgr.a (mgr.14403) 3342 : cluster 0 pgmap v2490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:53 smithi079 bash[28699]: cluster 2023-12-07T18:37:52.304043+0000 mgr.a (mgr.14403) 3342 : cluster 0 pgmap v2490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:37:54.178 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:37:54.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:37:54.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:37:54.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:37:54.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:37:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:54 smithi194 bash[32038]: audit 2023-12-07T18:37:53.676321+0000 mgr.a (mgr.14403) 3343 : audit 0 from='client.78084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:54.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:54 smithi135 bash[32435]: audit 2023-12-07T18:37:53.676321+0000 mgr.a (mgr.14403) 3343 : audit 0 from='client.78084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:54 smithi079 bash[28699]: audit 2023-12-07T18:37:53.676321+0000 mgr.a (mgr.14403) 3343 : audit 0 from='client.78084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:37:55.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:55 smithi194 bash[32038]: cluster 2023-12-07T18:37:54.305039+0000 mgr.a (mgr.14403) 3344 : cluster 0 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-07T18:37:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:55 smithi135 bash[32435]: cluster 2023-12-07T18:37:54.305039+0000 mgr.a (mgr.14403) 3344 : cluster 0 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-07T18:37:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:55 smithi079 bash[28699]: cluster 2023-12-07T18:37:54.305039+0000 mgr.a (mgr.14403) 3344 : cluster 0 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-07T18:37:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:57 smithi194 bash[32038]: cluster 2023-12-07T18:37:56.305592+0000 mgr.a (mgr.14403) 3345 : cluster 0 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-07T18:37:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:57 smithi135 bash[32435]: cluster 2023-12-07T18:37:56.305592+0000 mgr.a (mgr.14403) 3345 : cluster 0 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-07T18:37:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:57 smithi079 bash[28699]: cluster 2023-12-07T18:37:56.305592+0000 mgr.a (mgr.14403) 3345 : cluster 0 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-07T18:37:59.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:37:59.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:37:59.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:37:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:37:59 smithi194 bash[32038]: cluster 2023-12-07T18:37:58.306148+0000 mgr.a (mgr.14403) 3346 : cluster 0 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-07T18:37:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:37:59 smithi135 bash[32435]: cluster 2023-12-07T18:37:58.306148+0000 mgr.a (mgr.14403) 3346 : cluster 0 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-07T18:38:00.096 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:38:00.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:00.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:00.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:00.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:38:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:37:59 smithi079 bash[28699]: cluster 2023-12-07T18:37:58.306148+0000 mgr.a (mgr.14403) 3346 : cluster 0 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-07T18:38:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:00 smithi135 bash[32435]: audit 2023-12-07T18:37:59.582082+0000 mgr.a (mgr.14403) 3347 : audit 0 from='client.78153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:00 smithi079 bash[28699]: audit 2023-12-07T18:37:59.582082+0000 mgr.a (mgr.14403) 3347 : audit 0 from='client.78153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:00 smithi194 bash[32038]: audit 2023-12-07T18:37:59.582082+0000 mgr.a (mgr.14403) 3347 : audit 0 from='client.78153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:01 smithi135 bash[32435]: cluster 2023-12-07T18:38:00.307168+0000 mgr.a (mgr.14403) 3348 : cluster 0 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-07T18:38:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:01 smithi079 bash[28699]: cluster 2023-12-07T18:38:00.307168+0000 mgr.a (mgr.14403) 3348 : cluster 0 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-07T18:38:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:01 smithi194 bash[32038]: cluster 2023-12-07T18:38:00.307168+0000 mgr.a (mgr.14403) 3348 : cluster 0 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-07T18:38:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:03 smithi079 bash[28699]: cluster 2023-12-07T18:38:02.307749+0000 mgr.a (mgr.14403) 3349 : cluster 0 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-07T18:38:04.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:03 smithi194 bash[32038]: cluster 2023-12-07T18:38:02.307749+0000 mgr.a (mgr.14403) 3349 : cluster 0 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-07T18:38:04.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:03 smithi135 bash[32435]: cluster 2023-12-07T18:38:02.307749+0000 mgr.a (mgr.14403) 3349 : cluster 0 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-07T18:38:05.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:38:05.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:05.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:06.001 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:38:06.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:06.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:06.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:06.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:38:06.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:05 smithi079 bash[28699]: cluster 2023-12-07T18:38:04.308481+0000 mgr.a (mgr.14403) 3350 : cluster 0 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-07T18:38:06.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:05 smithi194 bash[32038]: cluster 2023-12-07T18:38:04.308481+0000 mgr.a (mgr.14403) 3350 : cluster 0 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-07T18:38:06.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:05 smithi135 bash[32435]: cluster 2023-12-07T18:38:04.308481+0000 mgr.a (mgr.14403) 3350 : cluster 0 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-07T18:38:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:06 smithi079 bash[28699]: audit 2023-12-07T18:38:05.504635+0000 mgr.a (mgr.14403) 3351 : audit 0 from='client.78228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:06 smithi194 bash[32038]: audit 2023-12-07T18:38:05.504635+0000 mgr.a (mgr.14403) 3351 : audit 0 from='client.78228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:07.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:06 smithi135 bash[32435]: audit 2023-12-07T18:38:05.504635+0000 mgr.a (mgr.14403) 3351 : audit 0 from='client.78228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:07 smithi079 bash[28699]: cluster 2023-12-07T18:38:06.309234+0000 mgr.a (mgr.14403) 3352 : cluster 0 pgmap v2497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:07 smithi194 bash[32038]: cluster 2023-12-07T18:38:06.309234+0000 mgr.a (mgr.14403) 3352 : cluster 0 pgmap v2497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:07 smithi135 bash[32435]: cluster 2023-12-07T18:38:06.309234+0000 mgr.a (mgr.14403) 3352 : cluster 0 pgmap v2497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:08 smithi079 bash[28699]: audit 2023-12-07T18:38:08.630422+0000 mon.a (mon.0) 922 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:38:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:08 smithi194 bash[32038]: audit 2023-12-07T18:38:08.630422+0000 mon.a (mon.0) 922 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:38:09.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:08 smithi135 bash[32435]: audit 2023-12-07T18:38:08.630422+0000 mon.a (mon.0) 922 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:38:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:09 smithi079 bash[28699]: cluster 2023-12-07T18:38:08.309795+0000 mgr.a (mgr.14403) 3353 : cluster 0 pgmap v2498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:10.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:09 smithi194 bash[32038]: cluster 2023-12-07T18:38:08.309795+0000 mgr.a (mgr.14403) 3353 : cluster 0 pgmap v2498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:09 smithi135 bash[32435]: cluster 2023-12-07T18:38:08.309795+0000 mgr.a (mgr.14403) 3353 : cluster 0 pgmap v2498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:11.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:38:11.004 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:11.004 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:11.913 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:38:11.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:11.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:11.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:11.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:38:12.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:11 smithi079 bash[28699]: cluster 2023-12-07T18:38:10.310627+0000 mgr.a (mgr.14403) 3354 : cluster 0 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-07T18:38:12.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:11 smithi194 bash[32038]: cluster 2023-12-07T18:38:10.310627+0000 mgr.a (mgr.14403) 3354 : cluster 0 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-07T18:38:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:11 smithi135 bash[32435]: cluster 2023-12-07T18:38:10.310627+0000 mgr.a (mgr.14403) 3354 : cluster 0 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-07T18:38:13.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:12 smithi079 bash[28699]: audit 2023-12-07T18:38:11.411854+0000 mgr.a (mgr.14403) 3355 : audit 0 from='client.78303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:12 smithi194 bash[32038]: audit 2023-12-07T18:38:11.411854+0000 mgr.a (mgr.14403) 3355 : audit 0 from='client.78303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:12 smithi135 bash[32435]: audit 2023-12-07T18:38:11.411854+0000 mgr.a (mgr.14403) 3355 : audit 0 from='client.78303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:13 smithi079 bash[28699]: cluster 2023-12-07T18:38:12.311369+0000 mgr.a (mgr.14403) 3356 : cluster 0 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-07T18:38:14.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:13 smithi194 bash[32038]: cluster 2023-12-07T18:38:12.311369+0000 mgr.a (mgr.14403) 3356 : cluster 0 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-07T18:38:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:13 smithi135 bash[32435]: cluster 2023-12-07T18:38:12.311369+0000 mgr.a (mgr.14403) 3356 : cluster 0 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-07T18:38:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:14 smithi079 bash[28699]: audit 2023-12-07T18:38:13.977316+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:14 smithi079 bash[28699]: audit 2023-12-07T18:38:13.982110+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:14 smithi079 bash[28699]: audit 2023-12-07T18:38:14.026270+0000 mon.a (mon.0) 925 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:14 smithi079 bash[28699]: audit 2023-12-07T18:38:14.030755+0000 mon.a (mon.0) 926 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:14 smithi079 bash[28699]: audit 2023-12-07T18:38:14.034453+0000 mon.a (mon.0) 927 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:14 smithi079 bash[28699]: audit 2023-12-07T18:38:14.039856+0000 mon.a (mon.0) 928 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:14 smithi079 bash[28699]: audit 2023-12-07T18:38:14.675387+0000 mon.a (mon.0) 929 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:38:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:14 smithi079 bash[28699]: audit 2023-12-07T18:38:14.676853+0000 mon.a (mon.0) 930 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:38:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:14 smithi079 bash[28699]: audit 2023-12-07T18:38:14.684045+0000 mon.a (mon.0) 931 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:14 smithi194 bash[32038]: audit 2023-12-07T18:38:13.977316+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:14 smithi194 bash[32038]: audit 2023-12-07T18:38:13.982110+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:14 smithi194 bash[32038]: audit 2023-12-07T18:38:14.026270+0000 mon.a (mon.0) 925 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:14 smithi194 bash[32038]: audit 2023-12-07T18:38:14.030755+0000 mon.a (mon.0) 926 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:14 smithi194 bash[32038]: audit 2023-12-07T18:38:14.034453+0000 mon.a (mon.0) 927 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:14 smithi194 bash[32038]: audit 2023-12-07T18:38:14.039856+0000 mon.a (mon.0) 928 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:14 smithi194 bash[32038]: audit 2023-12-07T18:38:14.675387+0000 mon.a (mon.0) 929 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:38:15.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:14 smithi194 bash[32038]: audit 2023-12-07T18:38:14.676853+0000 mon.a (mon.0) 930 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:38:15.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:14 smithi194 bash[32038]: audit 2023-12-07T18:38:14.684045+0000 mon.a (mon.0) 931 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:14 smithi135 bash[32435]: audit 2023-12-07T18:38:13.977316+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:14 smithi135 bash[32435]: audit 2023-12-07T18:38:13.982110+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:14 smithi135 bash[32435]: audit 2023-12-07T18:38:14.026270+0000 mon.a (mon.0) 925 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:14 smithi135 bash[32435]: audit 2023-12-07T18:38:14.030755+0000 mon.a (mon.0) 926 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:14 smithi135 bash[32435]: audit 2023-12-07T18:38:14.034453+0000 mon.a (mon.0) 927 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:14 smithi135 bash[32435]: audit 2023-12-07T18:38:14.039856+0000 mon.a (mon.0) 928 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:14 smithi135 bash[32435]: audit 2023-12-07T18:38:14.675387+0000 mon.a (mon.0) 929 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:14 smithi135 bash[32435]: audit 2023-12-07T18:38:14.676853+0000 mon.a (mon.0) 930 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:14 smithi135 bash[32435]: audit 2023-12-07T18:38:14.684045+0000 mon.a (mon.0) 931 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:38:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:16 smithi079 bash[28699]: cluster 2023-12-07T18:38:14.312136+0000 mgr.a (mgr.14403) 3357 : cluster 0 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-07T18:38:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:16 smithi194 bash[32038]: cluster 2023-12-07T18:38:14.312136+0000 mgr.a (mgr.14403) 3357 : cluster 0 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-07T18:38:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:16 smithi135 bash[32435]: cluster 2023-12-07T18:38:14.312136+0000 mgr.a (mgr.14403) 3357 : cluster 0 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-07T18:38:16.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:38:16.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:16.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:17.810 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:38:17.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:17.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:17.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:17.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:38:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:18 smithi079 bash[28699]: cluster 2023-12-07T18:38:16.312722+0000 mgr.a (mgr.14403) 3358 : cluster 0 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-07T18:38:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:18 smithi194 bash[32038]: cluster 2023-12-07T18:38:16.312722+0000 mgr.a (mgr.14403) 3358 : cluster 0 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-07T18:38:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:18 smithi135 bash[32435]: cluster 2023-12-07T18:38:16.312722+0000 mgr.a (mgr.14403) 3358 : cluster 0 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-07T18:38:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:19 smithi079 bash[28699]: audit 2023-12-07T18:38:17.313567+0000 mgr.a (mgr.14403) 3359 : audit 0 from='client.78372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:19 smithi194 bash[32038]: audit 2023-12-07T18:38:17.313567+0000 mgr.a (mgr.14403) 3359 : audit 0 from='client.78372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:19 smithi135 bash[32435]: audit 2023-12-07T18:38:17.313567+0000 mgr.a (mgr.14403) 3359 : audit 0 from='client.78372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:20 smithi079 bash[28699]: cluster 2023-12-07T18:38:18.313388+0000 mgr.a (mgr.14403) 3360 : cluster 0 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-07T18:38:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:20 smithi194 bash[32038]: cluster 2023-12-07T18:38:18.313388+0000 mgr.a (mgr.14403) 3360 : cluster 0 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-07T18:38:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:20 smithi135 bash[32435]: cluster 2023-12-07T18:38:18.313388+0000 mgr.a (mgr.14403) 3360 : cluster 0 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-07T18:38:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:22 smithi079 bash[28699]: cluster 2023-12-07T18:38:20.314188+0000 mgr.a (mgr.14403) 3361 : cluster 0 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-07T18:38:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:22 smithi194 bash[32038]: cluster 2023-12-07T18:38:20.314188+0000 mgr.a (mgr.14403) 3361 : cluster 0 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-07T18:38:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:22 smithi135 bash[32435]: cluster 2023-12-07T18:38:20.314188+0000 mgr.a (mgr.14403) 3361 : cluster 0 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-07T18:38:22.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:38:22.813 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:22.813 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:23.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:23.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:23.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:23.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:38:23.731 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:38:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:24 smithi079 bash[28699]: cluster 2023-12-07T18:38:22.314750+0000 mgr.a (mgr.14403) 3362 : cluster 0 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-07T18:38:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:24 smithi079 bash[28699]: audit 2023-12-07T18:38:23.220122+0000 mgr.a (mgr.14403) 3363 : audit 0 from='client.78450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:24 smithi194 bash[32038]: cluster 2023-12-07T18:38:22.314750+0000 mgr.a (mgr.14403) 3362 : cluster 0 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-07T18:38:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:24 smithi194 bash[32038]: audit 2023-12-07T18:38:23.220122+0000 mgr.a (mgr.14403) 3363 : audit 0 from='client.78450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:24 smithi135 bash[32435]: cluster 2023-12-07T18:38:22.314750+0000 mgr.a (mgr.14403) 3362 : cluster 0 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-07T18:38:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:24 smithi135 bash[32435]: audit 2023-12-07T18:38:23.220122+0000 mgr.a (mgr.14403) 3363 : audit 0 from='client.78450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:26 smithi079 bash[28699]: cluster 2023-12-07T18:38:24.315921+0000 mgr.a (mgr.14403) 3364 : cluster 0 pgmap v2506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:38:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:26 smithi194 bash[32038]: cluster 2023-12-07T18:38:24.315921+0000 mgr.a (mgr.14403) 3364 : cluster 0 pgmap v2506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:38:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:26 smithi135 bash[32435]: cluster 2023-12-07T18:38:24.315921+0000 mgr.a (mgr.14403) 3364 : cluster 0 pgmap v2506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:38:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:28 smithi079 bash[28699]: cluster 2023-12-07T18:38:26.316541+0000 mgr.a (mgr.14403) 3365 : cluster 0 pgmap v2507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:38:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:28 smithi194 bash[32038]: cluster 2023-12-07T18:38:26.316541+0000 mgr.a (mgr.14403) 3365 : cluster 0 pgmap v2507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:38:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:28 smithi135 bash[32435]: cluster 2023-12-07T18:38:26.316541+0000 mgr.a (mgr.14403) 3365 : cluster 0 pgmap v2507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:38:28.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:38:28.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:28.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:29.642 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:38:29.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:29.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:29.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:29.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:38:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:30 smithi079 bash[28699]: cluster 2023-12-07T18:38:28.317101+0000 mgr.a (mgr.14403) 3366 : cluster 0 pgmap v2508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:38:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:30 smithi079 bash[28699]: audit 2023-12-07T18:38:29.138317+0000 mgr.a (mgr.14403) 3367 : audit 0 from='client.78528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:30 smithi194 bash[32038]: cluster 2023-12-07T18:38:28.317101+0000 mgr.a (mgr.14403) 3366 : cluster 0 pgmap v2508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:38:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:30 smithi194 bash[32038]: audit 2023-12-07T18:38:29.138317+0000 mgr.a (mgr.14403) 3367 : audit 0 from='client.78528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:30 smithi135 bash[32435]: cluster 2023-12-07T18:38:28.317101+0000 mgr.a (mgr.14403) 3366 : cluster 0 pgmap v2508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:38:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:30 smithi135 bash[32435]: audit 2023-12-07T18:38:29.138317+0000 mgr.a (mgr.14403) 3367 : audit 0 from='client.78528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:32 smithi079 bash[28699]: cluster 2023-12-07T18:38:30.318154+0000 mgr.a (mgr.14403) 3368 : cluster 0 pgmap v2509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:32 smithi194 bash[32038]: cluster 2023-12-07T18:38:30.318154+0000 mgr.a (mgr.14403) 3368 : cluster 0 pgmap v2509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:32 smithi135 bash[32435]: cluster 2023-12-07T18:38:30.318154+0000 mgr.a (mgr.14403) 3368 : cluster 0 pgmap v2509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:34 smithi079 bash[28699]: cluster 2023-12-07T18:38:32.318770+0000 mgr.a (mgr.14403) 3369 : cluster 0 pgmap v2510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:34 smithi194 bash[32038]: cluster 2023-12-07T18:38:32.318770+0000 mgr.a (mgr.14403) 3369 : cluster 0 pgmap v2510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:34 smithi135 bash[32435]: cluster 2023-12-07T18:38:32.318770+0000 mgr.a (mgr.14403) 3369 : cluster 0 pgmap v2510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:38:34.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:38:34.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:34.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:35.550 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:38:35.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:35.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:35.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:35.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:38:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:36 smithi079 bash[28699]: cluster 2023-12-07T18:38:34.319535+0000 mgr.a (mgr.14403) 3370 : cluster 0 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-07T18:38:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:36 smithi079 bash[28699]: audit 2023-12-07T18:38:35.054211+0000 mgr.a (mgr.14403) 3371 : audit 0 from='client.78603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:36 smithi194 bash[32038]: cluster 2023-12-07T18:38:34.319535+0000 mgr.a (mgr.14403) 3370 : cluster 0 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-07T18:38:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:36 smithi194 bash[32038]: audit 2023-12-07T18:38:35.054211+0000 mgr.a (mgr.14403) 3371 : audit 0 from='client.78603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:36 smithi135 bash[32435]: cluster 2023-12-07T18:38:34.319535+0000 mgr.a (mgr.14403) 3370 : cluster 0 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-07T18:38:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:36 smithi135 bash[32435]: audit 2023-12-07T18:38:35.054211+0000 mgr.a (mgr.14403) 3371 : audit 0 from='client.78603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:38 smithi079 bash[28699]: cluster 2023-12-07T18:38:36.320366+0000 mgr.a (mgr.14403) 3372 : cluster 0 pgmap v2512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:38:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:38 smithi194 bash[32038]: cluster 2023-12-07T18:38:36.320366+0000 mgr.a (mgr.14403) 3372 : cluster 0 pgmap v2512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:38:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:38 smithi135 bash[32435]: cluster 2023-12-07T18:38:36.320366+0000 mgr.a (mgr.14403) 3372 : cluster 0 pgmap v2512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:38:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:40 smithi079 bash[28699]: cluster 2023-12-07T18:38:38.321019+0000 mgr.a (mgr.14403) 3373 : cluster 0 pgmap v2513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:38:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:40 smithi194 bash[32038]: cluster 2023-12-07T18:38:38.321019+0000 mgr.a (mgr.14403) 3373 : cluster 0 pgmap v2513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:38:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:40 smithi135 bash[32435]: cluster 2023-12-07T18:38:38.321019+0000 mgr.a (mgr.14403) 3373 : cluster 0 pgmap v2513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:38:40.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:38:40.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:40.554 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:41.449 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:38:41.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:41.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:41.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:41.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:38:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:42 smithi079 bash[28699]: cluster 2023-12-07T18:38:40.321820+0000 mgr.a (mgr.14403) 3374 : cluster 0 pgmap v2514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:38:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:42 smithi079 bash[28699]: audit 2023-12-07T18:38:40.955544+0000 mgr.a (mgr.14403) 3375 : audit 0 from='client.78678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:42 smithi194 bash[32038]: cluster 2023-12-07T18:38:40.321820+0000 mgr.a (mgr.14403) 3374 : cluster 0 pgmap v2514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:38:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:42 smithi194 bash[32038]: audit 2023-12-07T18:38:40.955544+0000 mgr.a (mgr.14403) 3375 : audit 0 from='client.78678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:42 smithi135 bash[32435]: cluster 2023-12-07T18:38:40.321820+0000 mgr.a (mgr.14403) 3374 : cluster 0 pgmap v2514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:38:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:42 smithi135 bash[32435]: audit 2023-12-07T18:38:40.955544+0000 mgr.a (mgr.14403) 3375 : audit 0 from='client.78678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:43 smithi079 bash[28699]: cluster 2023-12-07T18:38:42.322531+0000 mgr.a (mgr.14403) 3376 : cluster 0 pgmap v2515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:43 smithi194 bash[32038]: cluster 2023-12-07T18:38:42.322531+0000 mgr.a (mgr.14403) 3376 : cluster 0 pgmap v2515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:43 smithi135 bash[32435]: cluster 2023-12-07T18:38:42.322531+0000 mgr.a (mgr.14403) 3376 : cluster 0 pgmap v2515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:44 smithi079 bash[28699]: cluster 2023-12-07T18:38:44.323398+0000 mgr.a (mgr.14403) 3377 : cluster 0 pgmap v2516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:44.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:44 smithi194 bash[32038]: cluster 2023-12-07T18:38:44.323398+0000 mgr.a (mgr.14403) 3377 : cluster 0 pgmap v2516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:44 smithi135 bash[32435]: cluster 2023-12-07T18:38:44.323398+0000 mgr.a (mgr.14403) 3377 : cluster 0 pgmap v2516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:38:46.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:38:46.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:46.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:46 smithi079 bash[28699]: cluster 2023-12-07T18:38:46.323928+0000 mgr.a (mgr.14403) 3378 : cluster 0 pgmap v2517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:46.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:46 smithi194 bash[32038]: cluster 2023-12-07T18:38:46.323928+0000 mgr.a (mgr.14403) 3378 : cluster 0 pgmap v2517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:46 smithi135 bash[32435]: cluster 2023-12-07T18:38:46.323928+0000 mgr.a (mgr.14403) 3378 : cluster 0 pgmap v2517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:47.368 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:38:47.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:47.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:47.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:47.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:38:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:47 smithi079 bash[28699]: audit 2023-12-07T18:38:46.855757+0000 mgr.a (mgr.14403) 3379 : audit 0 from='client.78753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:47.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:47 smithi194 bash[32038]: audit 2023-12-07T18:38:46.855757+0000 mgr.a (mgr.14403) 3379 : audit 0 from='client.78753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:47 smithi135 bash[32435]: audit 2023-12-07T18:38:46.855757+0000 mgr.a (mgr.14403) 3379 : audit 0 from='client.78753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:48 smithi194 bash[32038]: cluster 2023-12-07T18:38:48.324587+0000 mgr.a (mgr.14403) 3380 : cluster 0 pgmap v2518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:48 smithi135 bash[32435]: cluster 2023-12-07T18:38:48.324587+0000 mgr.a (mgr.14403) 3380 : cluster 0 pgmap v2518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:48 smithi079 bash[28699]: cluster 2023-12-07T18:38:48.324587+0000 mgr.a (mgr.14403) 3380 : cluster 0 pgmap v2518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:38:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:50 smithi194 bash[32038]: cluster 2023-12-07T18:38:50.325396+0000 mgr.a (mgr.14403) 3381 : cluster 0 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-07T18:38:50.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:50 smithi135 bash[32435]: cluster 2023-12-07T18:38:50.325396+0000 mgr.a (mgr.14403) 3381 : cluster 0 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-07T18:38:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:50 smithi079 bash[28699]: cluster 2023-12-07T18:38:50.325396+0000 mgr.a (mgr.14403) 3381 : cluster 0 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-07T18:38:52.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:38:52.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:52.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:52 smithi079 bash[28699]: cluster 2023-12-07T18:38:52.325962+0000 mgr.a (mgr.14403) 3382 : cluster 0 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-07T18:38:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:52 smithi194 bash[32038]: cluster 2023-12-07T18:38:52.325962+0000 mgr.a (mgr.14403) 3382 : cluster 0 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-07T18:38:52.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:52 smithi135 bash[32435]: cluster 2023-12-07T18:38:52.325962+0000 mgr.a (mgr.14403) 3382 : cluster 0 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-07T18:38:53.274 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:38:53.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:53.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:53.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:53.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:38:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:53 smithi079 bash[28699]: audit 2023-12-07T18:38:52.780479+0000 mgr.a (mgr.14403) 3383 : audit 0 from='client.78825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:53 smithi194 bash[32038]: audit 2023-12-07T18:38:52.780479+0000 mgr.a (mgr.14403) 3383 : audit 0 from='client.78825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:53 smithi135 bash[32435]: audit 2023-12-07T18:38:52.780479+0000 mgr.a (mgr.14403) 3383 : audit 0 from='client.78825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:55.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:55 smithi194 bash[32038]: cluster 2023-12-07T18:38:54.327019+0000 mgr.a (mgr.14403) 3384 : cluster 0 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-07T18:38:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:55 smithi135 bash[32435]: cluster 2023-12-07T18:38:54.327019+0000 mgr.a (mgr.14403) 3384 : cluster 0 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-07T18:38:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:55 smithi079 bash[28699]: cluster 2023-12-07T18:38:54.327019+0000 mgr.a (mgr.14403) 3384 : cluster 0 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-07T18:38:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:57 smithi194 bash[32038]: cluster 2023-12-07T18:38:56.327632+0000 mgr.a (mgr.14403) 3385 : cluster 0 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-07T18:38:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:57 smithi135 bash[32435]: cluster 2023-12-07T18:38:56.327632+0000 mgr.a (mgr.14403) 3385 : cluster 0 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-07T18:38:58.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:57 smithi079 bash[28699]: cluster 2023-12-07T18:38:56.327632+0000 mgr.a (mgr.14403) 3385 : cluster 0 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-07T18:38:58.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:38:58.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:38:58.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:38:59.161 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:38:59.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:38:59.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:38:59.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:38:59.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:38:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:59 smithi194 bash[32038]: cluster 2023-12-07T18:38:58.328260+0000 mgr.a (mgr.14403) 3386 : cluster 0 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-07T18:38:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:38:59 smithi194 bash[32038]: audit 2023-12-07T18:38:58.686965+0000 mgr.a (mgr.14403) 3387 : audit 0 from='client.78903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:38:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:59 smithi135 bash[32435]: cluster 2023-12-07T18:38:58.328260+0000 mgr.a (mgr.14403) 3386 : cluster 0 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-07T18:38:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:38:59 smithi135 bash[32435]: audit 2023-12-07T18:38:58.686965+0000 mgr.a (mgr.14403) 3387 : audit 0 from='client.78903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:59 smithi079 bash[28699]: cluster 2023-12-07T18:38:58.328260+0000 mgr.a (mgr.14403) 3386 : cluster 0 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-07T18:39:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:38:59 smithi079 bash[28699]: audit 2023-12-07T18:38:58.686965+0000 mgr.a (mgr.14403) 3387 : audit 0 from='client.78903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:01 smithi194 bash[32038]: cluster 2023-12-07T18:39:00.329344+0000 mgr.a (mgr.14403) 3388 : cluster 0 pgmap v2524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:01 smithi135 bash[32435]: cluster 2023-12-07T18:39:00.329344+0000 mgr.a (mgr.14403) 3388 : cluster 0 pgmap v2524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:01 smithi079 bash[28699]: cluster 2023-12-07T18:39:00.329344+0000 mgr.a (mgr.14403) 3388 : cluster 0 pgmap v2524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:03 smithi135 bash[32435]: cluster 2023-12-07T18:39:02.329974+0000 mgr.a (mgr.14403) 3389 : cluster 0 pgmap v2525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:03 smithi079 bash[28699]: cluster 2023-12-07T18:39:02.329974+0000 mgr.a (mgr.14403) 3389 : cluster 0 pgmap v2525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:04.164 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:39:04.165 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:04.165 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:04.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:03 smithi194 bash[32038]: cluster 2023-12-07T18:39:02.329974+0000 mgr.a (mgr.14403) 3389 : cluster 0 pgmap v2525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:05.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:05.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:05.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:05.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:39:05.053 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:39:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:05 smithi079 bash[28699]: cluster 2023-12-07T18:39:04.330681+0000 mgr.a (mgr.14403) 3390 : cluster 0 pgmap v2526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:05 smithi079 bash[28699]: audit 2023-12-07T18:39:04.571529+0000 mgr.a (mgr.14403) 3391 : audit 0 from='client.78975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:06.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:05 smithi194 bash[32038]: cluster 2023-12-07T18:39:04.330681+0000 mgr.a (mgr.14403) 3390 : cluster 0 pgmap v2526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:06.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:05 smithi194 bash[32038]: audit 2023-12-07T18:39:04.571529+0000 mgr.a (mgr.14403) 3391 : audit 0 from='client.78975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:06.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:05 smithi135 bash[32435]: cluster 2023-12-07T18:39:04.330681+0000 mgr.a (mgr.14403) 3390 : cluster 0 pgmap v2526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:06.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:05 smithi135 bash[32435]: audit 2023-12-07T18:39:04.571529+0000 mgr.a (mgr.14403) 3391 : audit 0 from='client.78975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:07 smithi079 bash[28699]: cluster 2023-12-07T18:39:06.331382+0000 mgr.a (mgr.14403) 3392 : cluster 0 pgmap v2527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:07 smithi194 bash[32038]: cluster 2023-12-07T18:39:06.331382+0000 mgr.a (mgr.14403) 3392 : cluster 0 pgmap v2527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:07 smithi135 bash[32435]: cluster 2023-12-07T18:39:06.331382+0000 mgr.a (mgr.14403) 3392 : cluster 0 pgmap v2527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:10.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:39:10.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:10.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:09 smithi079 bash[28699]: cluster 2023-12-07T18:39:08.331895+0000 mgr.a (mgr.14403) 3393 : cluster 0 pgmap v2528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:10.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:09 smithi194 bash[32038]: cluster 2023-12-07T18:39:08.331895+0000 mgr.a (mgr.14403) 3393 : cluster 0 pgmap v2528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:09 smithi135 bash[32435]: cluster 2023-12-07T18:39:08.331895+0000 mgr.a (mgr.14403) 3393 : cluster 0 pgmap v2528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:10.952 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:39:10.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:10.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:10.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:10.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:39:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:11 smithi079 bash[28699]: cluster 2023-12-07T18:39:10.332641+0000 mgr.a (mgr.14403) 3394 : cluster 0 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-07T18:39:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:11 smithi079 bash[28699]: audit 2023-12-07T18:39:10.457468+0000 mgr.a (mgr.14403) 3395 : audit 0 from='client.79053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:12.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:11 smithi194 bash[32038]: cluster 2023-12-07T18:39:10.332641+0000 mgr.a (mgr.14403) 3394 : cluster 0 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-07T18:39:12.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:11 smithi194 bash[32038]: audit 2023-12-07T18:39:10.457468+0000 mgr.a (mgr.14403) 3395 : audit 0 from='client.79053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:11 smithi135 bash[32435]: cluster 2023-12-07T18:39:10.332641+0000 mgr.a (mgr.14403) 3394 : cluster 0 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-07T18:39:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:11 smithi135 bash[32435]: audit 2023-12-07T18:39:10.457468+0000 mgr.a (mgr.14403) 3395 : audit 0 from='client.79053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:13 smithi079 bash[28699]: cluster 2023-12-07T18:39:12.333346+0000 mgr.a (mgr.14403) 3396 : cluster 0 pgmap v2530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:14.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:13 smithi194 bash[32038]: cluster 2023-12-07T18:39:12.333346+0000 mgr.a (mgr.14403) 3396 : cluster 0 pgmap v2530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:13 smithi135 bash[32435]: cluster 2023-12-07T18:39:12.333346+0000 mgr.a (mgr.14403) 3396 : cluster 0 pgmap v2530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:15.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:39:15.955 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:15.955 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:15 smithi079 bash[28699]: cluster 2023-12-07T18:39:14.334167+0000 mgr.a (mgr.14403) 3397 : cluster 0 pgmap v2531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:15 smithi079 bash[28699]: audit 2023-12-07T18:39:14.787204+0000 mon.a (mon.0) 932 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:39:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:15 smithi079 bash[28699]: audit 2023-12-07T18:39:15.569898+0000 mon.a (mon.0) 933 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:39:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:15 smithi079 bash[28699]: audit 2023-12-07T18:39:15.571680+0000 mon.a (mon.0) 934 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:39:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:15 smithi079 bash[28699]: audit 2023-12-07T18:39:15.580529+0000 mon.a (mon.0) 935 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:39:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:15 smithi194 bash[32038]: cluster 2023-12-07T18:39:14.334167+0000 mgr.a (mgr.14403) 3397 : cluster 0 pgmap v2531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:15 smithi194 bash[32038]: audit 2023-12-07T18:39:14.787204+0000 mon.a (mon.0) 932 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:39:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:15 smithi194 bash[32038]: audit 2023-12-07T18:39:15.569898+0000 mon.a (mon.0) 933 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:39:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:15 smithi194 bash[32038]: audit 2023-12-07T18:39:15.571680+0000 mon.a (mon.0) 934 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:39:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:15 smithi194 bash[32038]: audit 2023-12-07T18:39:15.580529+0000 mon.a (mon.0) 935 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:39:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:15 smithi135 bash[32435]: cluster 2023-12-07T18:39:14.334167+0000 mgr.a (mgr.14403) 3397 : cluster 0 pgmap v2531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:15 smithi135 bash[32435]: audit 2023-12-07T18:39:14.787204+0000 mon.a (mon.0) 932 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:39:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:15 smithi135 bash[32435]: audit 2023-12-07T18:39:15.569898+0000 mon.a (mon.0) 933 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:39:16.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:15 smithi135 bash[32435]: audit 2023-12-07T18:39:15.571680+0000 mon.a (mon.0) 934 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:39:16.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:15 smithi135 bash[32435]: audit 2023-12-07T18:39:15.580529+0000 mon.a (mon.0) 935 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:39:16.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:16.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:16.852 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:39:16.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:16.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:39:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:17 smithi079 bash[28699]: cluster 2023-12-07T18:39:16.334707+0000 mgr.a (mgr.14403) 3398 : cluster 0 pgmap v2532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:17 smithi079 bash[28699]: audit 2023-12-07T18:39:16.354665+0000 mgr.a (mgr.14403) 3399 : audit 0 from='client.79131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:18.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:17 smithi194 bash[32038]: cluster 2023-12-07T18:39:16.334707+0000 mgr.a (mgr.14403) 3398 : cluster 0 pgmap v2532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:18.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:17 smithi194 bash[32038]: audit 2023-12-07T18:39:16.354665+0000 mgr.a (mgr.14403) 3399 : audit 0 from='client.79131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:18.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:17 smithi135 bash[32435]: cluster 2023-12-07T18:39:16.334707+0000 mgr.a (mgr.14403) 3398 : cluster 0 pgmap v2532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:18.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:17 smithi135 bash[32435]: audit 2023-12-07T18:39:16.354665+0000 mgr.a (mgr.14403) 3399 : audit 0 from='client.79131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:19 smithi079 bash[28699]: cluster 2023-12-07T18:39:18.335509+0000 mgr.a (mgr.14403) 3400 : cluster 0 pgmap v2533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:20.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:19 smithi194 bash[32038]: cluster 2023-12-07T18:39:18.335509+0000 mgr.a (mgr.14403) 3400 : cluster 0 pgmap v2533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:19 smithi135 bash[32435]: cluster 2023-12-07T18:39:18.335509+0000 mgr.a (mgr.14403) 3400 : cluster 0 pgmap v2533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:21.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:39:21.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:21.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:21 smithi079 bash[28699]: cluster 2023-12-07T18:39:20.336440+0000 mgr.a (mgr.14403) 3401 : cluster 0 pgmap v2534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:22.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:21 smithi194 bash[32038]: cluster 2023-12-07T18:39:20.336440+0000 mgr.a (mgr.14403) 3401 : cluster 0 pgmap v2534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:21 smithi135 bash[32435]: cluster 2023-12-07T18:39:20.336440+0000 mgr.a (mgr.14403) 3401 : cluster 0 pgmap v2534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:22.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:22.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:22.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:22.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:39:22.761 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:39:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:22 smithi079 bash[28699]: audit 2023-12-07T18:39:22.259825+0000 mgr.a (mgr.14403) 3402 : audit 0 from='client.79206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:22 smithi194 bash[32038]: audit 2023-12-07T18:39:22.259825+0000 mgr.a (mgr.14403) 3402 : audit 0 from='client.79206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:23.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:22 smithi135 bash[32435]: audit 2023-12-07T18:39:22.259825+0000 mgr.a (mgr.14403) 3402 : audit 0 from='client.79206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:23 smithi079 bash[28699]: cluster 2023-12-07T18:39:22.336982+0000 mgr.a (mgr.14403) 3403 : cluster 0 pgmap v2535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:24.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:23 smithi194 bash[32038]: cluster 2023-12-07T18:39:22.336982+0000 mgr.a (mgr.14403) 3403 : cluster 0 pgmap v2535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:24.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:23 smithi135 bash[32435]: cluster 2023-12-07T18:39:22.336982+0000 mgr.a (mgr.14403) 3403 : cluster 0 pgmap v2535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:25 smithi079 bash[28699]: cluster 2023-12-07T18:39:24.337835+0000 mgr.a (mgr.14403) 3404 : cluster 0 pgmap v2536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:26.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:25 smithi194 bash[32038]: cluster 2023-12-07T18:39:24.337835+0000 mgr.a (mgr.14403) 3404 : cluster 0 pgmap v2536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:25 smithi135 bash[32435]: cluster 2023-12-07T18:39:24.337835+0000 mgr.a (mgr.14403) 3404 : cluster 0 pgmap v2536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:27.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:39:27.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:27.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:27 smithi079 bash[28699]: cluster 2023-12-07T18:39:26.338395+0000 mgr.a (mgr.14403) 3405 : cluster 0 pgmap v2537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:27 smithi194 bash[32038]: cluster 2023-12-07T18:39:26.338395+0000 mgr.a (mgr.14403) 3405 : cluster 0 pgmap v2537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:27 smithi135 bash[32435]: cluster 2023-12-07T18:39:26.338395+0000 mgr.a (mgr.14403) 3405 : cluster 0 pgmap v2537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:28.662 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:39:28.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:28.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:28.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:28.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:39:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:28 smithi079 bash[28699]: audit 2023-12-07T18:39:28.159042+0000 mgr.a (mgr.14403) 3406 : audit 0 from='client.79284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:28 smithi194 bash[32038]: audit 2023-12-07T18:39:28.159042+0000 mgr.a (mgr.14403) 3406 : audit 0 from='client.79284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:29.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:28 smithi135 bash[32435]: audit 2023-12-07T18:39:28.159042+0000 mgr.a (mgr.14403) 3406 : audit 0 from='client.79284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:29 smithi079 bash[28699]: cluster 2023-12-07T18:39:28.339147+0000 mgr.a (mgr.14403) 3407 : cluster 0 pgmap v2538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:30.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:29 smithi194 bash[32038]: cluster 2023-12-07T18:39:28.339147+0000 mgr.a (mgr.14403) 3407 : cluster 0 pgmap v2538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:29 smithi135 bash[32435]: cluster 2023-12-07T18:39:28.339147+0000 mgr.a (mgr.14403) 3407 : cluster 0 pgmap v2538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:31 smithi079 bash[28699]: cluster 2023-12-07T18:39:30.340154+0000 mgr.a (mgr.14403) 3408 : cluster 0 pgmap v2539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:39:32.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:31 smithi194 bash[32038]: cluster 2023-12-07T18:39:30.340154+0000 mgr.a (mgr.14403) 3408 : cluster 0 pgmap v2539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:39:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:31 smithi135 bash[32435]: cluster 2023-12-07T18:39:30.340154+0000 mgr.a (mgr.14403) 3408 : cluster 0 pgmap v2539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:39:33.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:39:33.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:33.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:34.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:33 smithi079 bash[28699]: cluster 2023-12-07T18:39:32.340718+0000 mgr.a (mgr.14403) 3409 : cluster 0 pgmap v2540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:39:34.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:33 smithi194 bash[32038]: cluster 2023-12-07T18:39:32.340718+0000 mgr.a (mgr.14403) 3409 : cluster 0 pgmap v2540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:39:34.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:33 smithi135 bash[32435]: cluster 2023-12-07T18:39:32.340718+0000 mgr.a (mgr.14403) 3409 : cluster 0 pgmap v2540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:39:34.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:34.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:34.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:34.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:39:34.571 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:39:35.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:34 smithi079 bash[28699]: audit 2023-12-07T18:39:34.070007+0000 mgr.a (mgr.14403) 3410 : audit 0 from='client.79359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:34 smithi194 bash[32038]: audit 2023-12-07T18:39:34.070007+0000 mgr.a (mgr.14403) 3410 : audit 0 from='client.79359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:35.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:34 smithi135 bash[32435]: audit 2023-12-07T18:39:34.070007+0000 mgr.a (mgr.14403) 3410 : audit 0 from='client.79359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:36.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:35 smithi079 bash[28699]: cluster 2023-12-07T18:39:34.341758+0000 mgr.a (mgr.14403) 3411 : cluster 0 pgmap v2541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:36.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:35 smithi194 bash[32038]: cluster 2023-12-07T18:39:34.341758+0000 mgr.a (mgr.14403) 3411 : cluster 0 pgmap v2541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:36.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:35 smithi135 bash[32435]: cluster 2023-12-07T18:39:34.341758+0000 mgr.a (mgr.14403) 3411 : cluster 0 pgmap v2541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:37 smithi079 bash[28699]: cluster 2023-12-07T18:39:36.342419+0000 mgr.a (mgr.14403) 3412 : cluster 0 pgmap v2542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:38.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:37 smithi194 bash[32038]: cluster 2023-12-07T18:39:36.342419+0000 mgr.a (mgr.14403) 3412 : cluster 0 pgmap v2542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:37 smithi135 bash[32435]: cluster 2023-12-07T18:39:36.342419+0000 mgr.a (mgr.14403) 3412 : cluster 0 pgmap v2542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:39.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:39:39.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:39.575 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:40.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:39 smithi079 bash[28699]: cluster 2023-12-07T18:39:38.343052+0000 mgr.a (mgr.14403) 3413 : cluster 0 pgmap v2543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:40.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:39 smithi194 bash[32038]: cluster 2023-12-07T18:39:38.343052+0000 mgr.a (mgr.14403) 3413 : cluster 0 pgmap v2543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:40.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:39 smithi135 bash[32435]: cluster 2023-12-07T18:39:38.343052+0000 mgr.a (mgr.14403) 3413 : cluster 0 pgmap v2543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:39:40.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:40.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:40.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:40.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:39:40.498 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:39:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:40 smithi079 bash[28699]: audit 2023-12-07T18:39:39.974240+0000 mgr.a (mgr.14403) 3414 : audit 0 from='client.79434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:40 smithi194 bash[32038]: audit 2023-12-07T18:39:39.974240+0000 mgr.a (mgr.14403) 3414 : audit 0 from='client.79434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:41.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:40 smithi135 bash[32435]: audit 2023-12-07T18:39:39.974240+0000 mgr.a (mgr.14403) 3414 : audit 0 from='client.79434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:41 smithi079 bash[28699]: cluster 2023-12-07T18:39:40.343929+0000 mgr.a (mgr.14403) 3415 : cluster 0 pgmap v2544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:41 smithi194 bash[32038]: cluster 2023-12-07T18:39:40.343929+0000 mgr.a (mgr.14403) 3415 : cluster 0 pgmap v2544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:41 smithi135 bash[32435]: cluster 2023-12-07T18:39:40.343929+0000 mgr.a (mgr.14403) 3415 : cluster 0 pgmap v2544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:43 smithi079 bash[28699]: cluster 2023-12-07T18:39:42.344562+0000 mgr.a (mgr.14403) 3416 : cluster 0 pgmap v2545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:39:44.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:43 smithi194 bash[32038]: cluster 2023-12-07T18:39:42.344562+0000 mgr.a (mgr.14403) 3416 : cluster 0 pgmap v2545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:39:44.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:43 smithi135 bash[32435]: cluster 2023-12-07T18:39:42.344562+0000 mgr.a (mgr.14403) 3416 : cluster 0 pgmap v2545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:39:45.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:39:45.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:45.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:46.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:45 smithi079 bash[28699]: cluster 2023-12-07T18:39:44.345303+0000 mgr.a (mgr.14403) 3417 : cluster 0 pgmap v2546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:39:46.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:45 smithi194 bash[32038]: cluster 2023-12-07T18:39:44.345303+0000 mgr.a (mgr.14403) 3417 : cluster 0 pgmap v2546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:39:46.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:45 smithi135 bash[32435]: cluster 2023-12-07T18:39:44.345303+0000 mgr.a (mgr.14403) 3417 : cluster 0 pgmap v2546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:39:46.399 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:39:46.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:46.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:46.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:46.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:39:47.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:46 smithi079 bash[28699]: audit 2023-12-07T18:39:45.900031+0000 mgr.a (mgr.14403) 3418 : audit 0 from='client.79512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:46 smithi194 bash[32038]: audit 2023-12-07T18:39:45.900031+0000 mgr.a (mgr.14403) 3418 : audit 0 from='client.79512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:47.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:46 smithi135 bash[32435]: audit 2023-12-07T18:39:45.900031+0000 mgr.a (mgr.14403) 3418 : audit 0 from='client.79512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:48.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:47 smithi079 bash[28699]: cluster 2023-12-07T18:39:46.345834+0000 mgr.a (mgr.14403) 3419 : cluster 0 pgmap v2547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:48.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:47 smithi194 bash[32038]: cluster 2023-12-07T18:39:46.345834+0000 mgr.a (mgr.14403) 3419 : cluster 0 pgmap v2547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:48.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:47 smithi135 bash[32435]: cluster 2023-12-07T18:39:46.345834+0000 mgr.a (mgr.14403) 3419 : cluster 0 pgmap v2547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:50.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:49 smithi079 bash[28699]: cluster 2023-12-07T18:39:48.346399+0000 mgr.a (mgr.14403) 3420 : cluster 0 pgmap v2548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:50.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:49 smithi194 bash[32038]: cluster 2023-12-07T18:39:48.346399+0000 mgr.a (mgr.14403) 3420 : cluster 0 pgmap v2548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:49 smithi135 bash[32435]: cluster 2023-12-07T18:39:48.346399+0000 mgr.a (mgr.14403) 3420 : cluster 0 pgmap v2548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:51.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:39:51.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:51.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:52.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:51 smithi079 bash[28699]: cluster 2023-12-07T18:39:50.347266+0000 mgr.a (mgr.14403) 3421 : cluster 0 pgmap v2549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:52.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:51 smithi194 bash[32038]: cluster 2023-12-07T18:39:50.347266+0000 mgr.a (mgr.14403) 3421 : cluster 0 pgmap v2549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:52.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:51 smithi135 bash[32435]: cluster 2023-12-07T18:39:50.347266+0000 mgr.a (mgr.14403) 3421 : cluster 0 pgmap v2549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:52.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:52.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:52.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:52.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:39:52.328 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:39:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:52 smithi079 bash[28699]: audit 2023-12-07T18:39:51.810852+0000 mgr.a (mgr.14403) 3422 : audit 0 from='client.79587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:52 smithi194 bash[32038]: audit 2023-12-07T18:39:51.810852+0000 mgr.a (mgr.14403) 3422 : audit 0 from='client.79587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:53.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:52 smithi135 bash[32435]: audit 2023-12-07T18:39:51.810852+0000 mgr.a (mgr.14403) 3422 : audit 0 from='client.79587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:53 smithi079 bash[28699]: cluster 2023-12-07T18:39:52.348085+0000 mgr.a (mgr.14403) 3423 : cluster 0 pgmap v2550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:54.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:53 smithi194 bash[32038]: cluster 2023-12-07T18:39:52.348085+0000 mgr.a (mgr.14403) 3423 : cluster 0 pgmap v2550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:54.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:53 smithi135 bash[32435]: cluster 2023-12-07T18:39:52.348085+0000 mgr.a (mgr.14403) 3423 : cluster 0 pgmap v2550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:55 smithi079 bash[28699]: cluster 2023-12-07T18:39:54.348905+0000 mgr.a (mgr.14403) 3424 : cluster 0 pgmap v2551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:56.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:55 smithi194 bash[32038]: cluster 2023-12-07T18:39:54.348905+0000 mgr.a (mgr.14403) 3424 : cluster 0 pgmap v2551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:55 smithi135 bash[32435]: cluster 2023-12-07T18:39:54.348905+0000 mgr.a (mgr.14403) 3424 : cluster 0 pgmap v2551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:39:57.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:39:57.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:39:57.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:39:58.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:57 smithi079 bash[28699]: cluster 2023-12-07T18:39:56.349462+0000 mgr.a (mgr.14403) 3425 : cluster 0 pgmap v2552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:58.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:57 smithi194 bash[32038]: cluster 2023-12-07T18:39:56.349462+0000 mgr.a (mgr.14403) 3425 : cluster 0 pgmap v2552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:57 smithi135 bash[32435]: cluster 2023-12-07T18:39:56.349462+0000 mgr.a (mgr.14403) 3425 : cluster 0 pgmap v2552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:39:58.222 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:39:58.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:39:58.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:39:58.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:39:58.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:39:59.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:58 smithi079 bash[28699]: audit 2023-12-07T18:39:57.733975+0000 mgr.a (mgr.14403) 3426 : audit 0 from='client.79665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:58 smithi194 bash[32038]: audit 2023-12-07T18:39:57.733975+0000 mgr.a (mgr.14403) 3426 : audit 0 from='client.79665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:39:59.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:58 smithi135 bash[32435]: audit 2023-12-07T18:39:57.733975+0000 mgr.a (mgr.14403) 3426 : audit 0 from='client.79665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:39:59 smithi079 bash[28699]: cluster 2023-12-07T18:39:58.350104+0000 mgr.a (mgr.14403) 3427 : cluster 0 pgmap v2553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:00.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:39:59 smithi194 bash[32038]: cluster 2023-12-07T18:39:58.350104+0000 mgr.a (mgr.14403) 3427 : cluster 0 pgmap v2553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:39:59 smithi135 bash[32435]: cluster 2023-12-07T18:39:58.350104+0000 mgr.a (mgr.14403) 3427 : cluster 0 pgmap v2553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:00 smithi079 bash[28699]: cluster 2023-12-07T18:40:00.000175+0000 mon.a (mon.0) 936 : cluster 1 overall HEALTH_OK 2023-12-07T18:40:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:00 smithi194 bash[32038]: cluster 2023-12-07T18:40:00.000175+0000 mon.a (mon.0) 936 : cluster 1 overall HEALTH_OK 2023-12-07T18:40:01.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:00 smithi135 bash[32435]: cluster 2023-12-07T18:40:00.000175+0000 mon.a (mon.0) 936 : cluster 1 overall HEALTH_OK 2023-12-07T18:40:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:01 smithi079 bash[28699]: cluster 2023-12-07T18:40:00.350923+0000 mgr.a (mgr.14403) 3428 : cluster 0 pgmap v2554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:01 smithi194 bash[32038]: cluster 2023-12-07T18:40:00.350923+0000 mgr.a (mgr.14403) 3428 : cluster 0 pgmap v2554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:01 smithi135 bash[32435]: cluster 2023-12-07T18:40:00.350923+0000 mgr.a (mgr.14403) 3428 : cluster 0 pgmap v2554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:03.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:40:03.225 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:03.225 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:04.111 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:40:04.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:04.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:04.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:04.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:40:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:03 smithi079 bash[28699]: cluster 2023-12-07T18:40:02.351437+0000 mgr.a (mgr.14403) 3429 : cluster 0 pgmap v2555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:04.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:03 smithi194 bash[32038]: cluster 2023-12-07T18:40:02.351437+0000 mgr.a (mgr.14403) 3429 : cluster 0 pgmap v2555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:04.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:03 smithi135 bash[32435]: cluster 2023-12-07T18:40:02.351437+0000 mgr.a (mgr.14403) 3429 : cluster 0 pgmap v2555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:04 smithi194 bash[32038]: audit 2023-12-07T18:40:03.631049+0000 mgr.a (mgr.14403) 3430 : audit 0 from='client.79740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:05.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:04 smithi135 bash[32435]: audit 2023-12-07T18:40:03.631049+0000 mgr.a (mgr.14403) 3430 : audit 0 from='client.79740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:04 smithi079 bash[28699]: audit 2023-12-07T18:40:03.631049+0000 mgr.a (mgr.14403) 3430 : audit 0 from='client.79740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:06.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:05 smithi194 bash[32038]: cluster 2023-12-07T18:40:04.352472+0000 mgr.a (mgr.14403) 3431 : cluster 0 pgmap v2556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:06.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:05 smithi135 bash[32435]: cluster 2023-12-07T18:40:04.352472+0000 mgr.a (mgr.14403) 3431 : cluster 0 pgmap v2556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:05 smithi079 bash[28699]: cluster 2023-12-07T18:40:04.352472+0000 mgr.a (mgr.14403) 3431 : cluster 0 pgmap v2556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:07 smithi194 bash[32038]: cluster 2023-12-07T18:40:06.353008+0000 mgr.a (mgr.14403) 3432 : cluster 0 pgmap v2557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:07 smithi135 bash[32435]: cluster 2023-12-07T18:40:06.353008+0000 mgr.a (mgr.14403) 3432 : cluster 0 pgmap v2557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:07 smithi079 bash[28699]: cluster 2023-12-07T18:40:06.353008+0000 mgr.a (mgr.14403) 3432 : cluster 0 pgmap v2557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:09.115 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:40:09.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:09.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:09.995 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:40:09.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:09.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:09.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:09.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:40:10.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:09 smithi194 bash[32038]: cluster 2023-12-07T18:40:08.353577+0000 mgr.a (mgr.14403) 3433 : cluster 0 pgmap v2558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:09 smithi135 bash[32435]: cluster 2023-12-07T18:40:08.353577+0000 mgr.a (mgr.14403) 3433 : cluster 0 pgmap v2558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:10.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:09 smithi079 bash[28699]: cluster 2023-12-07T18:40:08.353577+0000 mgr.a (mgr.14403) 3433 : cluster 0 pgmap v2558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:10 smithi194 bash[32038]: audit 2023-12-07T18:40:09.514055+0000 mgr.a (mgr.14403) 3434 : audit 0 from='client.79818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:11.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:10 smithi135 bash[32435]: audit 2023-12-07T18:40:09.514055+0000 mgr.a (mgr.14403) 3434 : audit 0 from='client.79818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:10 smithi079 bash[28699]: audit 2023-12-07T18:40:09.514055+0000 mgr.a (mgr.14403) 3434 : audit 0 from='client.79818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:12.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:11 smithi194 bash[32038]: cluster 2023-12-07T18:40:10.354701+0000 mgr.a (mgr.14403) 3435 : cluster 0 pgmap v2559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:11 smithi135 bash[32435]: cluster 2023-12-07T18:40:10.354701+0000 mgr.a (mgr.14403) 3435 : cluster 0 pgmap v2559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:11 smithi079 bash[28699]: cluster 2023-12-07T18:40:10.354701+0000 mgr.a (mgr.14403) 3435 : cluster 0 pgmap v2559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:14.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:13 smithi194 bash[32038]: cluster 2023-12-07T18:40:12.355283+0000 mgr.a (mgr.14403) 3436 : cluster 0 pgmap v2560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:13 smithi135 bash[32435]: cluster 2023-12-07T18:40:12.355283+0000 mgr.a (mgr.14403) 3436 : cluster 0 pgmap v2560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:13 smithi079 bash[28699]: cluster 2023-12-07T18:40:12.355283+0000 mgr.a (mgr.14403) 3436 : cluster 0 pgmap v2560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:14.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:40:14.999 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:14.999 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:15.901 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:40:15.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:15.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:15.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:15.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:40:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:15 smithi194 bash[32038]: cluster 2023-12-07T18:40:14.355962+0000 mgr.a (mgr.14403) 3437 : cluster 0 pgmap v2561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:15 smithi194 bash[32038]: audit 2023-12-07T18:40:15.684510+0000 mon.a (mon.0) 937 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:40:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:15 smithi135 bash[32435]: cluster 2023-12-07T18:40:14.355962+0000 mgr.a (mgr.14403) 3437 : cluster 0 pgmap v2561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:15 smithi135 bash[32435]: audit 2023-12-07T18:40:15.684510+0000 mon.a (mon.0) 937 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:40:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:15 smithi079 bash[28699]: cluster 2023-12-07T18:40:14.355962+0000 mgr.a (mgr.14403) 3437 : cluster 0 pgmap v2561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:15 smithi079 bash[28699]: audit 2023-12-07T18:40:15.684510+0000 mon.a (mon.0) 937 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:40:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:16 smithi194 bash[32038]: audit 2023-12-07T18:40:15.407636+0000 mgr.a (mgr.14403) 3438 : audit 0 from='client.79896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:16 smithi194 bash[32038]: audit 2023-12-07T18:40:16.468966+0000 mon.a (mon.0) 938 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:40:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:16 smithi194 bash[32038]: audit 2023-12-07T18:40:16.471169+0000 mon.a (mon.0) 939 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:40:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:16 smithi194 bash[32038]: audit 2023-12-07T18:40:16.481663+0000 mon.a (mon.0) 940 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:40:17.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:16 smithi135 bash[32435]: audit 2023-12-07T18:40:15.407636+0000 mgr.a (mgr.14403) 3438 : audit 0 from='client.79896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:17.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:16 smithi135 bash[32435]: audit 2023-12-07T18:40:16.468966+0000 mon.a (mon.0) 938 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:40:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:16 smithi135 bash[32435]: audit 2023-12-07T18:40:16.471169+0000 mon.a (mon.0) 939 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:40:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:16 smithi135 bash[32435]: audit 2023-12-07T18:40:16.481663+0000 mon.a (mon.0) 940 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:40:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:16 smithi079 bash[28699]: audit 2023-12-07T18:40:15.407636+0000 mgr.a (mgr.14403) 3438 : audit 0 from='client.79896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:16 smithi079 bash[28699]: audit 2023-12-07T18:40:16.468966+0000 mon.a (mon.0) 938 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:40:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:16 smithi079 bash[28699]: audit 2023-12-07T18:40:16.471169+0000 mon.a (mon.0) 939 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:40:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:16 smithi079 bash[28699]: audit 2023-12-07T18:40:16.481663+0000 mon.a (mon.0) 940 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:40:18.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:17 smithi194 bash[32038]: cluster 2023-12-07T18:40:16.356618+0000 mgr.a (mgr.14403) 3439 : cluster 0 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-07T18:40:18.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:17 smithi135 bash[32435]: cluster 2023-12-07T18:40:16.356618+0000 mgr.a (mgr.14403) 3439 : cluster 0 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-07T18:40:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:17 smithi079 bash[28699]: cluster 2023-12-07T18:40:16.356618+0000 mgr.a (mgr.14403) 3439 : cluster 0 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-07T18:40:20.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:19 smithi194 bash[32038]: cluster 2023-12-07T18:40:18.357127+0000 mgr.a (mgr.14403) 3440 : cluster 0 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-07T18:40:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:19 smithi135 bash[32435]: cluster 2023-12-07T18:40:18.357127+0000 mgr.a (mgr.14403) 3440 : cluster 0 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-07T18:40:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:19 smithi079 bash[28699]: cluster 2023-12-07T18:40:18.357127+0000 mgr.a (mgr.14403) 3440 : cluster 0 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-07T18:40:20.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:40:20.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:20.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:21.816 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:40:21.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:21.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:21.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:21.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:40:22.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:21 smithi194 bash[32038]: cluster 2023-12-07T18:40:20.357903+0000 mgr.a (mgr.14403) 3441 : cluster 0 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-07T18:40:22.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:21 smithi194 bash[32038]: audit 2023-12-07T18:40:21.302426+0000 mgr.a (mgr.14403) 3442 : audit 0 from='client.79974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:21 smithi135 bash[32435]: cluster 2023-12-07T18:40:20.357903+0000 mgr.a (mgr.14403) 3441 : cluster 0 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-07T18:40:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:21 smithi135 bash[32435]: audit 2023-12-07T18:40:21.302426+0000 mgr.a (mgr.14403) 3442 : audit 0 from='client.79974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:21 smithi079 bash[28699]: cluster 2023-12-07T18:40:20.357903+0000 mgr.a (mgr.14403) 3441 : cluster 0 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-07T18:40:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:21 smithi079 bash[28699]: audit 2023-12-07T18:40:21.302426+0000 mgr.a (mgr.14403) 3442 : audit 0 from='client.79974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:24.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:23 smithi194 bash[32038]: cluster 2023-12-07T18:40:22.358559+0000 mgr.a (mgr.14403) 3443 : cluster 0 pgmap v2565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:24.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:23 smithi135 bash[32435]: cluster 2023-12-07T18:40:22.358559+0000 mgr.a (mgr.14403) 3443 : cluster 0 pgmap v2565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:23 smithi079 bash[28699]: cluster 2023-12-07T18:40:22.358559+0000 mgr.a (mgr.14403) 3443 : cluster 0 pgmap v2565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:26.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:25 smithi194 bash[32038]: cluster 2023-12-07T18:40:24.359404+0000 mgr.a (mgr.14403) 3444 : cluster 0 pgmap v2566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:25 smithi135 bash[32435]: cluster 2023-12-07T18:40:24.359404+0000 mgr.a (mgr.14403) 3444 : cluster 0 pgmap v2566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:25 smithi079 bash[28699]: cluster 2023-12-07T18:40:24.359404+0000 mgr.a (mgr.14403) 3444 : cluster 0 pgmap v2566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:26.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:40:26.819 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:26.819 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:27.722 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:40:27.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:27.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:27.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:27.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:40:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:27 smithi079 bash[28699]: cluster 2023-12-07T18:40:26.359901+0000 mgr.a (mgr.14403) 3445 : cluster 0 pgmap v2567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:27 smithi079 bash[28699]: audit 2023-12-07T18:40:27.221413+0000 mgr.a (mgr.14403) 3446 : audit 0 from='client.80049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:27 smithi194 bash[32038]: cluster 2023-12-07T18:40:26.359901+0000 mgr.a (mgr.14403) 3445 : cluster 0 pgmap v2567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:27 smithi194 bash[32038]: audit 2023-12-07T18:40:27.221413+0000 mgr.a (mgr.14403) 3446 : audit 0 from='client.80049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:27 smithi135 bash[32435]: cluster 2023-12-07T18:40:26.359901+0000 mgr.a (mgr.14403) 3445 : cluster 0 pgmap v2567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:27 smithi135 bash[32435]: audit 2023-12-07T18:40:27.221413+0000 mgr.a (mgr.14403) 3446 : audit 0 from='client.80049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:29 smithi079 bash[28699]: cluster 2023-12-07T18:40:28.360557+0000 mgr.a (mgr.14403) 3447 : cluster 0 pgmap v2568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:29 smithi194 bash[32038]: cluster 2023-12-07T18:40:28.360557+0000 mgr.a (mgr.14403) 3447 : cluster 0 pgmap v2568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:29 smithi135 bash[32435]: cluster 2023-12-07T18:40:28.360557+0000 mgr.a (mgr.14403) 3447 : cluster 0 pgmap v2568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:31 smithi079 bash[28699]: cluster 2023-12-07T18:40:30.361456+0000 mgr.a (mgr.14403) 3448 : cluster 0 pgmap v2569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:31 smithi194 bash[32038]: cluster 2023-12-07T18:40:30.361456+0000 mgr.a (mgr.14403) 3448 : cluster 0 pgmap v2569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:31 smithi135 bash[32435]: cluster 2023-12-07T18:40:30.361456+0000 mgr.a (mgr.14403) 3448 : cluster 0 pgmap v2569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:40:32.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:40:32.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:32.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:33.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:33.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:33.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:33.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:40:33.625 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:40:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:33 smithi079 bash[28699]: cluster 2023-12-07T18:40:32.362096+0000 mgr.a (mgr.14403) 3449 : cluster 0 pgmap v2570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:33 smithi079 bash[28699]: audit 2023-12-07T18:40:33.127457+0000 mgr.a (mgr.14403) 3450 : audit 0 from='client.80124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:33 smithi194 bash[32038]: cluster 2023-12-07T18:40:32.362096+0000 mgr.a (mgr.14403) 3449 : cluster 0 pgmap v2570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:33 smithi194 bash[32038]: audit 2023-12-07T18:40:33.127457+0000 mgr.a (mgr.14403) 3450 : audit 0 from='client.80124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:33 smithi135 bash[32435]: cluster 2023-12-07T18:40:32.362096+0000 mgr.a (mgr.14403) 3449 : cluster 0 pgmap v2570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:33 smithi135 bash[32435]: audit 2023-12-07T18:40:33.127457+0000 mgr.a (mgr.14403) 3450 : audit 0 from='client.80124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:35 smithi079 bash[28699]: cluster 2023-12-07T18:40:34.363078+0000 mgr.a (mgr.14403) 3451 : cluster 0 pgmap v2571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:40:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:35 smithi194 bash[32038]: cluster 2023-12-07T18:40:34.363078+0000 mgr.a (mgr.14403) 3451 : cluster 0 pgmap v2571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:40:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:35 smithi135 bash[32435]: cluster 2023-12-07T18:40:34.363078+0000 mgr.a (mgr.14403) 3451 : cluster 0 pgmap v2571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:40:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:37 smithi079 bash[28699]: cluster 2023-12-07T18:40:36.363610+0000 mgr.a (mgr.14403) 3452 : cluster 0 pgmap v2572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:40:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:37 smithi194 bash[32038]: cluster 2023-12-07T18:40:36.363610+0000 mgr.a (mgr.14403) 3452 : cluster 0 pgmap v2572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:40:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:37 smithi135 bash[32435]: cluster 2023-12-07T18:40:36.363610+0000 mgr.a (mgr.14403) 3452 : cluster 0 pgmap v2572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:40:38.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:40:38.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:38.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:39.540 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:40:39.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:39.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:39.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:39.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:40:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:39 smithi079 bash[28699]: cluster 2023-12-07T18:40:38.364336+0000 mgr.a (mgr.14403) 3453 : cluster 0 pgmap v2573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:40:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:39 smithi079 bash[28699]: audit 2023-12-07T18:40:39.032451+0000 mgr.a (mgr.14403) 3454 : audit 0 from='client.80199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:39 smithi194 bash[32038]: cluster 2023-12-07T18:40:38.364336+0000 mgr.a (mgr.14403) 3453 : cluster 0 pgmap v2573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:40:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:39 smithi194 bash[32038]: audit 2023-12-07T18:40:39.032451+0000 mgr.a (mgr.14403) 3454 : audit 0 from='client.80199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:39 smithi135 bash[32435]: cluster 2023-12-07T18:40:38.364336+0000 mgr.a (mgr.14403) 3453 : cluster 0 pgmap v2573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:40:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:39 smithi135 bash[32435]: audit 2023-12-07T18:40:39.032451+0000 mgr.a (mgr.14403) 3454 : audit 0 from='client.80199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:41 smithi079 bash[28699]: cluster 2023-12-07T18:40:40.365328+0000 mgr.a (mgr.14403) 3455 : cluster 0 pgmap v2574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:41 smithi194 bash[32038]: cluster 2023-12-07T18:40:40.365328+0000 mgr.a (mgr.14403) 3455 : cluster 0 pgmap v2574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:41 smithi135 bash[32435]: cluster 2023-12-07T18:40:40.365328+0000 mgr.a (mgr.14403) 3455 : cluster 0 pgmap v2574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:43 smithi079 bash[28699]: cluster 2023-12-07T18:40:42.365882+0000 mgr.a (mgr.14403) 3456 : cluster 0 pgmap v2575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:43 smithi194 bash[32038]: cluster 2023-12-07T18:40:42.365882+0000 mgr.a (mgr.14403) 3456 : cluster 0 pgmap v2575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:44 smithi135 bash[32435]: cluster 2023-12-07T18:40:42.365882+0000 mgr.a (mgr.14403) 3456 : cluster 0 pgmap v2575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:40:44.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:40:44.543 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:44.543 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:45.435 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:40:45.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:45.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:45.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:45.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:40:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:46 smithi079 bash[28699]: cluster 2023-12-07T18:40:44.366629+0000 mgr.a (mgr.14403) 3457 : cluster 0 pgmap v2576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:46 smithi079 bash[28699]: audit 2023-12-07T18:40:44.948268+0000 mgr.a (mgr.14403) 3458 : audit 0 from='client.80277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:46 smithi194 bash[32038]: cluster 2023-12-07T18:40:44.366629+0000 mgr.a (mgr.14403) 3457 : cluster 0 pgmap v2576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:46 smithi194 bash[32038]: audit 2023-12-07T18:40:44.948268+0000 mgr.a (mgr.14403) 3458 : audit 0 from='client.80277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:46 smithi135 bash[32435]: cluster 2023-12-07T18:40:44.366629+0000 mgr.a (mgr.14403) 3457 : cluster 0 pgmap v2576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:40:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:46 smithi135 bash[32435]: audit 2023-12-07T18:40:44.948268+0000 mgr.a (mgr.14403) 3458 : audit 0 from='client.80277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:48 smithi079 bash[28699]: cluster 2023-12-07T18:40:46.367261+0000 mgr.a (mgr.14403) 3459 : cluster 0 pgmap v2577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:40:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:48 smithi194 bash[32038]: cluster 2023-12-07T18:40:46.367261+0000 mgr.a (mgr.14403) 3459 : cluster 0 pgmap v2577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:40:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:48 smithi135 bash[32435]: cluster 2023-12-07T18:40:46.367261+0000 mgr.a (mgr.14403) 3459 : cluster 0 pgmap v2577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:40:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:50 smithi079 bash[28699]: cluster 2023-12-07T18:40:48.367809+0000 mgr.a (mgr.14403) 3460 : cluster 0 pgmap v2578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:40:50.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:40:50.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:50.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:50 smithi194 bash[32038]: cluster 2023-12-07T18:40:48.367809+0000 mgr.a (mgr.14403) 3460 : cluster 0 pgmap v2578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:40:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:50 smithi135 bash[32435]: cluster 2023-12-07T18:40:48.367809+0000 mgr.a (mgr.14403) 3460 : cluster 0 pgmap v2578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:40:51.346 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:40:51.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:51.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:51.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:51.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:40:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:52 smithi079 bash[28699]: cluster 2023-12-07T18:40:50.368681+0000 mgr.a (mgr.14403) 3461 : cluster 0 pgmap v2579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:40:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:52 smithi079 bash[28699]: audit 2023-12-07T18:40:50.840241+0000 mgr.a (mgr.14403) 3462 : audit 0 from='client.80352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:52 smithi194 bash[32038]: cluster 2023-12-07T18:40:50.368681+0000 mgr.a (mgr.14403) 3461 : cluster 0 pgmap v2579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:40:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:52 smithi194 bash[32038]: audit 2023-12-07T18:40:50.840241+0000 mgr.a (mgr.14403) 3462 : audit 0 from='client.80352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:52 smithi135 bash[32435]: cluster 2023-12-07T18:40:50.368681+0000 mgr.a (mgr.14403) 3461 : cluster 0 pgmap v2579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:40:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:52 smithi135 bash[32435]: audit 2023-12-07T18:40:50.840241+0000 mgr.a (mgr.14403) 3462 : audit 0 from='client.80352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:54 smithi079 bash[28699]: cluster 2023-12-07T18:40:52.369375+0000 mgr.a (mgr.14403) 3463 : cluster 0 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-07T18:40:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:54 smithi194 bash[32038]: cluster 2023-12-07T18:40:52.369375+0000 mgr.a (mgr.14403) 3463 : cluster 0 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-07T18:40:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:54 smithi135 bash[32435]: cluster 2023-12-07T18:40:52.369375+0000 mgr.a (mgr.14403) 3463 : cluster 0 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-07T18:40:56.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:40:56.350 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:40:56.350 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:40:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:56 smithi079 bash[28699]: cluster 2023-12-07T18:40:54.370142+0000 mgr.a (mgr.14403) 3464 : cluster 0 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-07T18:40:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:56 smithi194 bash[32038]: cluster 2023-12-07T18:40:54.370142+0000 mgr.a (mgr.14403) 3464 : cluster 0 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-07T18:40:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:56 smithi135 bash[32435]: cluster 2023-12-07T18:40:54.370142+0000 mgr.a (mgr.14403) 3464 : cluster 0 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-07T18:40:57.239 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:40:57.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:40:57.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:40:57.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:40:57.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:40:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:58 smithi079 bash[28699]: cluster 2023-12-07T18:40:56.370698+0000 mgr.a (mgr.14403) 3465 : cluster 0 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-07T18:40:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:40:58 smithi079 bash[28699]: audit 2023-12-07T18:40:56.752548+0000 mgr.a (mgr.14403) 3466 : audit 0 from='client.80430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:58 smithi194 bash[32038]: cluster 2023-12-07T18:40:56.370698+0000 mgr.a (mgr.14403) 3465 : cluster 0 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-07T18:40:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:40:58 smithi194 bash[32038]: audit 2023-12-07T18:40:56.752548+0000 mgr.a (mgr.14403) 3466 : audit 0 from='client.80430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:40:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:58 smithi135 bash[32435]: cluster 2023-12-07T18:40:56.370698+0000 mgr.a (mgr.14403) 3465 : cluster 0 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-07T18:40:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:40:58 smithi135 bash[32435]: audit 2023-12-07T18:40:56.752548+0000 mgr.a (mgr.14403) 3466 : audit 0 from='client.80430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:00 smithi079 bash[28699]: cluster 2023-12-07T18:40:58.371365+0000 mgr.a (mgr.14403) 3467 : cluster 0 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-07T18:41:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:00 smithi194 bash[32038]: cluster 2023-12-07T18:40:58.371365+0000 mgr.a (mgr.14403) 3467 : cluster 0 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-07T18:41:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:00 smithi135 bash[32435]: cluster 2023-12-07T18:40:58.371365+0000 mgr.a (mgr.14403) 3467 : cluster 0 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-07T18:41:02.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:41:02.243 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:02.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:02 smithi079 bash[28699]: cluster 2023-12-07T18:41:00.372175+0000 mgr.a (mgr.14403) 3468 : cluster 0 pgmap v2584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:02 smithi194 bash[32038]: cluster 2023-12-07T18:41:00.372175+0000 mgr.a (mgr.14403) 3468 : cluster 0 pgmap v2584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:02 smithi135 bash[32435]: cluster 2023-12-07T18:41:00.372175+0000 mgr.a (mgr.14403) 3468 : cluster 0 pgmap v2584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:03.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:03.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:03.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:03.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:41:03.147 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:41:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:04 smithi079 bash[28699]: cluster 2023-12-07T18:41:02.372700+0000 mgr.a (mgr.14403) 3469 : cluster 0 pgmap v2585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:04 smithi079 bash[28699]: audit 2023-12-07T18:41:02.649131+0000 mgr.a (mgr.14403) 3470 : audit 0 from='client.80505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:04 smithi194 bash[32038]: cluster 2023-12-07T18:41:02.372700+0000 mgr.a (mgr.14403) 3469 : cluster 0 pgmap v2585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:04 smithi194 bash[32038]: audit 2023-12-07T18:41:02.649131+0000 mgr.a (mgr.14403) 3470 : audit 0 from='client.80505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:04 smithi135 bash[32435]: cluster 2023-12-07T18:41:02.372700+0000 mgr.a (mgr.14403) 3469 : cluster 0 pgmap v2585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:04 smithi135 bash[32435]: audit 2023-12-07T18:41:02.649131+0000 mgr.a (mgr.14403) 3470 : audit 0 from='client.80505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:06 smithi079 bash[28699]: cluster 2023-12-07T18:41:04.373728+0000 mgr.a (mgr.14403) 3471 : cluster 0 pgmap v2586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:06 smithi194 bash[32038]: cluster 2023-12-07T18:41:04.373728+0000 mgr.a (mgr.14403) 3471 : cluster 0 pgmap v2586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:06 smithi135 bash[32435]: cluster 2023-12-07T18:41:04.373728+0000 mgr.a (mgr.14403) 3471 : cluster 0 pgmap v2586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:08.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:41:08.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:08.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:08 smithi079 bash[28699]: cluster 2023-12-07T18:41:06.374448+0000 mgr.a (mgr.14403) 3472 : cluster 0 pgmap v2587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:08 smithi194 bash[32038]: cluster 2023-12-07T18:41:06.374448+0000 mgr.a (mgr.14403) 3472 : cluster 0 pgmap v2587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:08.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:08 smithi135 bash[32435]: cluster 2023-12-07T18:41:06.374448+0000 mgr.a (mgr.14403) 3472 : cluster 0 pgmap v2587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:09.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:09.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:09.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:09.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:41:09.048 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:41:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:10 smithi079 bash[28699]: cluster 2023-12-07T18:41:08.375010+0000 mgr.a (mgr.14403) 3473 : cluster 0 pgmap v2588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:10 smithi079 bash[28699]: audit 2023-12-07T18:41:08.559727+0000 mgr.a (mgr.14403) 3474 : audit 0 from='client.80583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:10 smithi194 bash[32038]: cluster 2023-12-07T18:41:08.375010+0000 mgr.a (mgr.14403) 3473 : cluster 0 pgmap v2588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:10 smithi194 bash[32038]: audit 2023-12-07T18:41:08.559727+0000 mgr.a (mgr.14403) 3474 : audit 0 from='client.80583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:10 smithi135 bash[32435]: cluster 2023-12-07T18:41:08.375010+0000 mgr.a (mgr.14403) 3473 : cluster 0 pgmap v2588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:10 smithi135 bash[32435]: audit 2023-12-07T18:41:08.559727+0000 mgr.a (mgr.14403) 3474 : audit 0 from='client.80583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:12 smithi079 bash[28699]: cluster 2023-12-07T18:41:10.375900+0000 mgr.a (mgr.14403) 3475 : cluster 0 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-07T18:41:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:12 smithi194 bash[32038]: cluster 2023-12-07T18:41:10.375900+0000 mgr.a (mgr.14403) 3475 : cluster 0 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-07T18:41:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:12 smithi135 bash[32435]: cluster 2023-12-07T18:41:10.375900+0000 mgr.a (mgr.14403) 3475 : cluster 0 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-07T18:41:14.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:41:14.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:14.052 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:14 smithi079 bash[28699]: cluster 2023-12-07T18:41:12.376435+0000 mgr.a (mgr.14403) 3476 : cluster 0 pgmap v2590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:14 smithi194 bash[32038]: cluster 2023-12-07T18:41:12.376435+0000 mgr.a (mgr.14403) 3476 : cluster 0 pgmap v2590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:14 smithi135 bash[32435]: cluster 2023-12-07T18:41:12.376435+0000 mgr.a (mgr.14403) 3476 : cluster 0 pgmap v2590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:14.933 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:41:14.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:14.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:14.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:14.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:41:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:16 smithi079 bash[28699]: cluster 2023-12-07T18:41:14.376960+0000 mgr.a (mgr.14403) 3477 : cluster 0 pgmap v2591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:16 smithi079 bash[28699]: audit 2023-12-07T18:41:14.451428+0000 mgr.a (mgr.14403) 3478 : audit 0 from='client.80658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:16 smithi194 bash[32038]: cluster 2023-12-07T18:41:14.376960+0000 mgr.a (mgr.14403) 3477 : cluster 0 pgmap v2591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:16 smithi194 bash[32038]: audit 2023-12-07T18:41:14.451428+0000 mgr.a (mgr.14403) 3478 : audit 0 from='client.80658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:16 smithi135 bash[32435]: cluster 2023-12-07T18:41:14.376960+0000 mgr.a (mgr.14403) 3477 : cluster 0 pgmap v2591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:16 smithi135 bash[32435]: audit 2023-12-07T18:41:14.451428+0000 mgr.a (mgr.14403) 3478 : audit 0 from='client.80658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:17 smithi079 bash[28699]: audit 2023-12-07T18:41:16.586166+0000 mon.a (mon.0) 941 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:41:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:17 smithi194 bash[32038]: audit 2023-12-07T18:41:16.586166+0000 mon.a (mon.0) 941 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:41:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:17 smithi135 bash[32435]: audit 2023-12-07T18:41:16.586166+0000 mon.a (mon.0) 941 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:41:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:18 smithi079 bash[28699]: cluster 2023-12-07T18:41:16.377585+0000 mgr.a (mgr.14403) 3479 : cluster 0 pgmap v2592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:18 smithi079 bash[28699]: audit 2023-12-07T18:41:17.112716+0000 mon.a (mon.0) 942 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:41:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:18 smithi079 bash[28699]: audit 2023-12-07T18:41:17.125681+0000 mon.a (mon.0) 943 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:41:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:18 smithi079 bash[28699]: audit 2023-12-07T18:41:17.827494+0000 mon.a (mon.0) 944 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:41:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:18 smithi079 bash[28699]: audit 2023-12-07T18:41:17.828704+0000 mon.a (mon.0) 945 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:41:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:18 smithi079 bash[28699]: audit 2023-12-07T18:41:17.836312+0000 mon.a (mon.0) 946 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:41:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:18 smithi194 bash[32038]: cluster 2023-12-07T18:41:16.377585+0000 mgr.a (mgr.14403) 3479 : cluster 0 pgmap v2592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:18 smithi194 bash[32038]: audit 2023-12-07T18:41:17.112716+0000 mon.a (mon.0) 942 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:41:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:18 smithi194 bash[32038]: audit 2023-12-07T18:41:17.125681+0000 mon.a (mon.0) 943 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:41:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:18 smithi194 bash[32038]: audit 2023-12-07T18:41:17.827494+0000 mon.a (mon.0) 944 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:41:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:18 smithi194 bash[32038]: audit 2023-12-07T18:41:17.828704+0000 mon.a (mon.0) 945 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:41:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:18 smithi194 bash[32038]: audit 2023-12-07T18:41:17.836312+0000 mon.a (mon.0) 946 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:41:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:18 smithi135 bash[32435]: cluster 2023-12-07T18:41:16.377585+0000 mgr.a (mgr.14403) 3479 : cluster 0 pgmap v2592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:18 smithi135 bash[32435]: audit 2023-12-07T18:41:17.112716+0000 mon.a (mon.0) 942 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:41:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:18 smithi135 bash[32435]: audit 2023-12-07T18:41:17.125681+0000 mon.a (mon.0) 943 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:41:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:18 smithi135 bash[32435]: audit 2023-12-07T18:41:17.827494+0000 mon.a (mon.0) 944 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:41:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:18 smithi135 bash[32435]: audit 2023-12-07T18:41:17.828704+0000 mon.a (mon.0) 945 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:41:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:18 smithi135 bash[32435]: audit 2023-12-07T18:41:17.836312+0000 mon.a (mon.0) 946 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:41:19.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:41:19.937 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:19.937 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:20 smithi079 bash[28699]: cluster 2023-12-07T18:41:18.378151+0000 mgr.a (mgr.14403) 3480 : cluster 0 pgmap v2593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:20 smithi194 bash[32038]: cluster 2023-12-07T18:41:18.378151+0000 mgr.a (mgr.14403) 3480 : cluster 0 pgmap v2593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:20 smithi135 bash[32435]: cluster 2023-12-07T18:41:18.378151+0000 mgr.a (mgr.14403) 3480 : cluster 0 pgmap v2593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:41:20.858 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:41:20.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:20.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:20.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:20.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:41:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:21 smithi079 bash[28699]: audit 2023-12-07T18:41:20.335857+0000 mgr.a (mgr.14403) 3481 : audit 0 from='client.80730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:21 smithi194 bash[32038]: audit 2023-12-07T18:41:20.335857+0000 mgr.a (mgr.14403) 3481 : audit 0 from='client.80730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:21.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:21 smithi135 bash[32435]: audit 2023-12-07T18:41:20.335857+0000 mgr.a (mgr.14403) 3481 : audit 0 from='client.80730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:22 smithi079 bash[28699]: cluster 2023-12-07T18:41:20.379210+0000 mgr.a (mgr.14403) 3482 : cluster 0 pgmap v2594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:22 smithi194 bash[32038]: cluster 2023-12-07T18:41:20.379210+0000 mgr.a (mgr.14403) 3482 : cluster 0 pgmap v2594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:22 smithi135 bash[32435]: cluster 2023-12-07T18:41:20.379210+0000 mgr.a (mgr.14403) 3482 : cluster 0 pgmap v2594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:24.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:24 smithi079 bash[28699]: cluster 2023-12-07T18:41:22.379920+0000 mgr.a (mgr.14403) 3483 : cluster 0 pgmap v2595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:24 smithi194 bash[32038]: cluster 2023-12-07T18:41:22.379920+0000 mgr.a (mgr.14403) 3483 : cluster 0 pgmap v2595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:24 smithi135 bash[32435]: cluster 2023-12-07T18:41:22.379920+0000 mgr.a (mgr.14403) 3483 : cluster 0 pgmap v2595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:25.861 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:41:25.862 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:25.862 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:26 smithi079 bash[28699]: cluster 2023-12-07T18:41:24.380711+0000 mgr.a (mgr.14403) 3484 : cluster 0 pgmap v2596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:26 smithi194 bash[32038]: cluster 2023-12-07T18:41:24.380711+0000 mgr.a (mgr.14403) 3484 : cluster 0 pgmap v2596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:26 smithi135 bash[32435]: cluster 2023-12-07T18:41:24.380711+0000 mgr.a (mgr.14403) 3484 : cluster 0 pgmap v2596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:41:26.756 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:41:26.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:26.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:26.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:26.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:41:27.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:27 smithi194 bash[32038]: audit 2023-12-07T18:41:26.266191+0000 mgr.a (mgr.14403) 3485 : audit 0 from='client.80808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:27 smithi135 bash[32435]: audit 2023-12-07T18:41:26.266191+0000 mgr.a (mgr.14403) 3485 : audit 0 from='client.80808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:27.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:27 smithi079 bash[28699]: audit 2023-12-07T18:41:26.266191+0000 mgr.a (mgr.14403) 3485 : audit 0 from='client.80808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:28 smithi194 bash[32038]: cluster 2023-12-07T18:41:26.381139+0000 mgr.a (mgr.14403) 3486 : cluster 0 pgmap v2597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:28 smithi135 bash[32435]: cluster 2023-12-07T18:41:26.381139+0000 mgr.a (mgr.14403) 3486 : cluster 0 pgmap v2597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:28 smithi079 bash[28699]: cluster 2023-12-07T18:41:26.381139+0000 mgr.a (mgr.14403) 3486 : cluster 0 pgmap v2597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:30 smithi194 bash[32038]: cluster 2023-12-07T18:41:28.381747+0000 mgr.a (mgr.14403) 3487 : cluster 0 pgmap v2598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:30 smithi135 bash[32435]: cluster 2023-12-07T18:41:28.381747+0000 mgr.a (mgr.14403) 3487 : cluster 0 pgmap v2598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:30 smithi079 bash[28699]: cluster 2023-12-07T18:41:28.381747+0000 mgr.a (mgr.14403) 3487 : cluster 0 pgmap v2598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:31.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:41:31.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:31.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:32 smithi194 bash[32038]: cluster 2023-12-07T18:41:30.382579+0000 mgr.a (mgr.14403) 3488 : cluster 0 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-07T18:41:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:32 smithi135 bash[32435]: cluster 2023-12-07T18:41:30.382579+0000 mgr.a (mgr.14403) 3488 : cluster 0 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-07T18:41:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:32 smithi079 bash[28699]: cluster 2023-12-07T18:41:30.382579+0000 mgr.a (mgr.14403) 3488 : cluster 0 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-07T18:41:32.657 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:41:32.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:32.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:32.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:32.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:41:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:33 smithi194 bash[32038]: audit 2023-12-07T18:41:32.166529+0000 mgr.a (mgr.14403) 3489 : audit 0 from='client.80883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:33 smithi135 bash[32435]: audit 2023-12-07T18:41:32.166529+0000 mgr.a (mgr.14403) 3489 : audit 0 from='client.80883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:33.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:33 smithi079 bash[28699]: audit 2023-12-07T18:41:32.166529+0000 mgr.a (mgr.14403) 3489 : audit 0 from='client.80883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:34 smithi194 bash[32038]: cluster 2023-12-07T18:41:32.383033+0000 mgr.a (mgr.14403) 3490 : cluster 0 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-07T18:41:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:34 smithi135 bash[32435]: cluster 2023-12-07T18:41:32.383033+0000 mgr.a (mgr.14403) 3490 : cluster 0 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-07T18:41:34.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:34 smithi079 bash[28699]: cluster 2023-12-07T18:41:32.383033+0000 mgr.a (mgr.14403) 3490 : cluster 0 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-07T18:41:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:36 smithi194 bash[32038]: cluster 2023-12-07T18:41:34.383925+0000 mgr.a (mgr.14403) 3491 : cluster 0 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-07T18:41:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:36 smithi135 bash[32435]: cluster 2023-12-07T18:41:34.383925+0000 mgr.a (mgr.14403) 3491 : cluster 0 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-07T18:41:36.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:36 smithi079 bash[28699]: cluster 2023-12-07T18:41:34.383925+0000 mgr.a (mgr.14403) 3491 : cluster 0 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-07T18:41:37.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:41:37.660 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:37.660 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:38 smithi194 bash[32038]: cluster 2023-12-07T18:41:36.384513+0000 mgr.a (mgr.14403) 3492 : cluster 0 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-07T18:41:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:38 smithi135 bash[32435]: cluster 2023-12-07T18:41:36.384513+0000 mgr.a (mgr.14403) 3492 : cluster 0 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-07T18:41:38.579 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:41:38.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:38.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:38.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:38.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:41:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:38 smithi079 bash[28699]: cluster 2023-12-07T18:41:36.384513+0000 mgr.a (mgr.14403) 3492 : cluster 0 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-07T18:41:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:39 smithi194 bash[32038]: audit 2023-12-07T18:41:38.070516+0000 mgr.a (mgr.14403) 3493 : audit 0 from='client.80955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:39 smithi135 bash[32435]: audit 2023-12-07T18:41:38.070516+0000 mgr.a (mgr.14403) 3493 : audit 0 from='client.80955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:39 smithi079 bash[28699]: audit 2023-12-07T18:41:38.070516+0000 mgr.a (mgr.14403) 3493 : audit 0 from='client.80955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:40 smithi194 bash[32038]: cluster 2023-12-07T18:41:38.385229+0000 mgr.a (mgr.14403) 3494 : cluster 0 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-07T18:41:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:40 smithi135 bash[32435]: cluster 2023-12-07T18:41:38.385229+0000 mgr.a (mgr.14403) 3494 : cluster 0 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-07T18:41:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:40 smithi079 bash[28699]: cluster 2023-12-07T18:41:38.385229+0000 mgr.a (mgr.14403) 3494 : cluster 0 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-07T18:41:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:42 smithi194 bash[32038]: cluster 2023-12-07T18:41:40.386184+0000 mgr.a (mgr.14403) 3495 : cluster 0 pgmap v2604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:41:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:42 smithi135 bash[32435]: cluster 2023-12-07T18:41:40.386184+0000 mgr.a (mgr.14403) 3495 : cluster 0 pgmap v2604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:41:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:42 smithi079 bash[28699]: cluster 2023-12-07T18:41:40.386184+0000 mgr.a (mgr.14403) 3495 : cluster 0 pgmap v2604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:41:43.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:41:43.583 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:43.583 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:44 smithi194 bash[32038]: cluster 2023-12-07T18:41:42.386741+0000 mgr.a (mgr.14403) 3496 : cluster 0 pgmap v2605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:41:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:44 smithi135 bash[32435]: cluster 2023-12-07T18:41:42.386741+0000 mgr.a (mgr.14403) 3496 : cluster 0 pgmap v2605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:41:44.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:44.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:44.486 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:41:44.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:44.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:41:44.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:44 smithi079 bash[28699]: cluster 2023-12-07T18:41:42.386741+0000 mgr.a (mgr.14403) 3496 : cluster 0 pgmap v2605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:41:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:45 smithi194 bash[32038]: audit 2023-12-07T18:41:43.984458+0000 mgr.a (mgr.14403) 3497 : audit 0 from='client.81027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:45 smithi135 bash[32435]: audit 2023-12-07T18:41:43.984458+0000 mgr.a (mgr.14403) 3497 : audit 0 from='client.81027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:45 smithi079 bash[28699]: audit 2023-12-07T18:41:43.984458+0000 mgr.a (mgr.14403) 3497 : audit 0 from='client.81027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:46 smithi194 bash[32038]: cluster 2023-12-07T18:41:44.387887+0000 mgr.a (mgr.14403) 3498 : cluster 0 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-07T18:41:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:46 smithi135 bash[32435]: cluster 2023-12-07T18:41:44.387887+0000 mgr.a (mgr.14403) 3498 : cluster 0 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-07T18:41:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:46 smithi079 bash[28699]: cluster 2023-12-07T18:41:44.387887+0000 mgr.a (mgr.14403) 3498 : cluster 0 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-07T18:41:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:48 smithi135 bash[32435]: cluster 2023-12-07T18:41:46.388458+0000 mgr.a (mgr.14403) 3499 : cluster 0 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-07T18:41:48.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:48 smithi079 bash[28699]: cluster 2023-12-07T18:41:46.388458+0000 mgr.a (mgr.14403) 3499 : cluster 0 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-07T18:41:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:48 smithi194 bash[32038]: cluster 2023-12-07T18:41:46.388458+0000 mgr.a (mgr.14403) 3499 : cluster 0 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-07T18:41:49.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:41:49.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:49.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:50.406 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:41:50.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:50.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:50.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:50.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:41:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:50 smithi079 bash[28699]: cluster 2023-12-07T18:41:48.389062+0000 mgr.a (mgr.14403) 3500 : cluster 0 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-07T18:41:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:50 smithi194 bash[32038]: cluster 2023-12-07T18:41:48.389062+0000 mgr.a (mgr.14403) 3500 : cluster 0 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-07T18:41:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:50 smithi135 bash[32435]: cluster 2023-12-07T18:41:48.389062+0000 mgr.a (mgr.14403) 3500 : cluster 0 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-07T18:41:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:51 smithi079 bash[28699]: audit 2023-12-07T18:41:49.891200+0000 mgr.a (mgr.14403) 3501 : audit 0 from='client.81102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:51 smithi194 bash[32038]: audit 2023-12-07T18:41:49.891200+0000 mgr.a (mgr.14403) 3501 : audit 0 from='client.81102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:51 smithi135 bash[32435]: audit 2023-12-07T18:41:49.891200+0000 mgr.a (mgr.14403) 3501 : audit 0 from='client.81102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:52 smithi079 bash[28699]: cluster 2023-12-07T18:41:50.390099+0000 mgr.a (mgr.14403) 3502 : cluster 0 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-07T18:41:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:52 smithi194 bash[32038]: cluster 2023-12-07T18:41:50.390099+0000 mgr.a (mgr.14403) 3502 : cluster 0 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-07T18:41:52.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:52 smithi135 bash[32435]: cluster 2023-12-07T18:41:50.390099+0000 mgr.a (mgr.14403) 3502 : cluster 0 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-07T18:41:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:54 smithi079 bash[28699]: cluster 2023-12-07T18:41:52.390827+0000 mgr.a (mgr.14403) 3503 : cluster 0 pgmap v2610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:41:54.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:54 smithi194 bash[32038]: cluster 2023-12-07T18:41:52.390827+0000 mgr.a (mgr.14403) 3503 : cluster 0 pgmap v2610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:41:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:54 smithi135 bash[32435]: cluster 2023-12-07T18:41:52.390827+0000 mgr.a (mgr.14403) 3503 : cluster 0 pgmap v2610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:41:55.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:41:55.410 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:41:55.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:41:56.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:41:56.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:41:56.332 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:41:56.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:41:56.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:41:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:56 smithi079 bash[28699]: cluster 2023-12-07T18:41:54.391775+0000 mgr.a (mgr.14403) 3504 : cluster 0 pgmap v2611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:41:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:56 smithi194 bash[32038]: cluster 2023-12-07T18:41:54.391775+0000 mgr.a (mgr.14403) 3504 : cluster 0 pgmap v2611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:41:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:56 smithi135 bash[32435]: cluster 2023-12-07T18:41:54.391775+0000 mgr.a (mgr.14403) 3504 : cluster 0 pgmap v2611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:41:57.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:57 smithi079 bash[28699]: audit 2023-12-07T18:41:55.817006+0000 mgr.a (mgr.14403) 3505 : audit 0 from='client.81177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:57 smithi194 bash[32038]: audit 2023-12-07T18:41:55.817006+0000 mgr.a (mgr.14403) 3505 : audit 0 from='client.81177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:57 smithi135 bash[32435]: audit 2023-12-07T18:41:55.817006+0000 mgr.a (mgr.14403) 3505 : audit 0 from='client.81177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:41:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:41:58 smithi079 bash[28699]: cluster 2023-12-07T18:41:56.392530+0000 mgr.a (mgr.14403) 3506 : cluster 0 pgmap v2612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:41:58 smithi194 bash[32038]: cluster 2023-12-07T18:41:56.392530+0000 mgr.a (mgr.14403) 3506 : cluster 0 pgmap v2612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:41:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:41:58 smithi135 bash[32435]: cluster 2023-12-07T18:41:56.392530+0000 mgr.a (mgr.14403) 3506 : cluster 0 pgmap v2612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:00.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:00 smithi079 bash[28699]: cluster 2023-12-07T18:41:58.393105+0000 mgr.a (mgr.14403) 3507 : cluster 0 pgmap v2613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:00 smithi194 bash[32038]: cluster 2023-12-07T18:41:58.393105+0000 mgr.a (mgr.14403) 3507 : cluster 0 pgmap v2613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:00 smithi135 bash[32435]: cluster 2023-12-07T18:41:58.393105+0000 mgr.a (mgr.14403) 3507 : cluster 0 pgmap v2613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:01.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:42:01.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:01.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:02.268 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:42:02.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:02.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:02.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:02.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:42:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:02 smithi079 bash[28699]: cluster 2023-12-07T18:42:00.393933+0000 mgr.a (mgr.14403) 3508 : cluster 0 pgmap v2614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:02 smithi194 bash[32038]: cluster 2023-12-07T18:42:00.393933+0000 mgr.a (mgr.14403) 3508 : cluster 0 pgmap v2614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:02 smithi135 bash[32435]: cluster 2023-12-07T18:42:00.393933+0000 mgr.a (mgr.14403) 3508 : cluster 0 pgmap v2614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:03.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:03 smithi079 bash[28699]: audit 2023-12-07T18:42:01.743884+0000 mgr.a (mgr.14403) 3509 : audit 0 from='client.81255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:03 smithi194 bash[32038]: audit 2023-12-07T18:42:01.743884+0000 mgr.a (mgr.14403) 3509 : audit 0 from='client.81255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:03 smithi135 bash[32435]: audit 2023-12-07T18:42:01.743884+0000 mgr.a (mgr.14403) 3509 : audit 0 from='client.81255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:04 smithi079 bash[28699]: cluster 2023-12-07T18:42:02.394676+0000 mgr.a (mgr.14403) 3510 : cluster 0 pgmap v2615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:04 smithi194 bash[32038]: cluster 2023-12-07T18:42:02.394676+0000 mgr.a (mgr.14403) 3510 : cluster 0 pgmap v2615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:04 smithi135 bash[32435]: cluster 2023-12-07T18:42:02.394676+0000 mgr.a (mgr.14403) 3510 : cluster 0 pgmap v2615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:06 smithi079 bash[28699]: cluster 2023-12-07T18:42:04.395541+0000 mgr.a (mgr.14403) 3511 : cluster 0 pgmap v2616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:06.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:06 smithi194 bash[32038]: cluster 2023-12-07T18:42:04.395541+0000 mgr.a (mgr.14403) 3511 : cluster 0 pgmap v2616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:06.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:06 smithi135 bash[32435]: cluster 2023-12-07T18:42:04.395541+0000 mgr.a (mgr.14403) 3511 : cluster 0 pgmap v2616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:07.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:42:07.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:07.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:08.155 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:42:08.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:08.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:08.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:08.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:42:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:08 smithi079 bash[28699]: cluster 2023-12-07T18:42:06.396102+0000 mgr.a (mgr.14403) 3512 : cluster 0 pgmap v2617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:08 smithi194 bash[32038]: cluster 2023-12-07T18:42:06.396102+0000 mgr.a (mgr.14403) 3512 : cluster 0 pgmap v2617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:08 smithi135 bash[32435]: cluster 2023-12-07T18:42:06.396102+0000 mgr.a (mgr.14403) 3512 : cluster 0 pgmap v2617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:09 smithi079 bash[28699]: audit 2023-12-07T18:42:07.667620+0000 mgr.a (mgr.14403) 3513 : audit 0 from='client.81330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:09 smithi194 bash[32038]: audit 2023-12-07T18:42:07.667620+0000 mgr.a (mgr.14403) 3513 : audit 0 from='client.81330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:09 smithi135 bash[32435]: audit 2023-12-07T18:42:07.667620+0000 mgr.a (mgr.14403) 3513 : audit 0 from='client.81330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:10 smithi079 bash[28699]: cluster 2023-12-07T18:42:08.396836+0000 mgr.a (mgr.14403) 3514 : cluster 0 pgmap v2618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:10 smithi194 bash[32038]: cluster 2023-12-07T18:42:08.396836+0000 mgr.a (mgr.14403) 3514 : cluster 0 pgmap v2618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:10 smithi135 bash[32435]: cluster 2023-12-07T18:42:08.396836+0000 mgr.a (mgr.14403) 3514 : cluster 0 pgmap v2618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:12.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:12 smithi079 bash[28699]: cluster 2023-12-07T18:42:10.397672+0000 mgr.a (mgr.14403) 3515 : cluster 0 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-07T18:42:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:12 smithi194 bash[32038]: cluster 2023-12-07T18:42:10.397672+0000 mgr.a (mgr.14403) 3515 : cluster 0 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-07T18:42:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:12 smithi135 bash[32435]: cluster 2023-12-07T18:42:10.397672+0000 mgr.a (mgr.14403) 3515 : cluster 0 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-07T18:42:13.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:42:13.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:13.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:14.076 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:42:14.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:14.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:14.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:14.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:42:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:14 smithi079 bash[28699]: cluster 2023-12-07T18:42:12.398265+0000 mgr.a (mgr.14403) 3516 : cluster 0 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-07T18:42:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:14 smithi194 bash[32038]: cluster 2023-12-07T18:42:12.398265+0000 mgr.a (mgr.14403) 3516 : cluster 0 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-07T18:42:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:14 smithi135 bash[32435]: cluster 2023-12-07T18:42:12.398265+0000 mgr.a (mgr.14403) 3516 : cluster 0 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-07T18:42:15.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:15 smithi079 bash[28699]: audit 2023-12-07T18:42:13.569967+0000 mgr.a (mgr.14403) 3517 : audit 0 from='client.81408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:15 smithi194 bash[32038]: audit 2023-12-07T18:42:13.569967+0000 mgr.a (mgr.14403) 3517 : audit 0 from='client.81408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:15 smithi135 bash[32435]: audit 2023-12-07T18:42:13.569967+0000 mgr.a (mgr.14403) 3517 : audit 0 from='client.81408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:16 smithi079 bash[28699]: cluster 2023-12-07T18:42:14.399261+0000 mgr.a (mgr.14403) 3518 : cluster 0 pgmap v2621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:16 smithi194 bash[32038]: cluster 2023-12-07T18:42:14.399261+0000 mgr.a (mgr.14403) 3518 : cluster 0 pgmap v2621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:16 smithi135 bash[32435]: cluster 2023-12-07T18:42:14.399261+0000 mgr.a (mgr.14403) 3518 : cluster 0 pgmap v2621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:18 smithi079 bash[28699]: cluster 2023-12-07T18:42:16.399840+0000 mgr.a (mgr.14403) 3519 : cluster 0 pgmap v2622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:18 smithi079 bash[28699]: audit 2023-12-07T18:42:17.938692+0000 mon.a (mon.0) 947 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:42:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:18 smithi194 bash[32038]: cluster 2023-12-07T18:42:16.399840+0000 mgr.a (mgr.14403) 3519 : cluster 0 pgmap v2622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:18 smithi194 bash[32038]: audit 2023-12-07T18:42:17.938692+0000 mon.a (mon.0) 947 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:42:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:18 smithi135 bash[32435]: cluster 2023-12-07T18:42:16.399840+0000 mgr.a (mgr.14403) 3519 : cluster 0 pgmap v2622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:18 smithi135 bash[32435]: audit 2023-12-07T18:42:17.938692+0000 mon.a (mon.0) 947 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:42:19.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:42:19.079 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:19.079 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:19.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:19 smithi079 bash[28699]: cluster 2023-12-07T18:42:18.400207+0000 mgr.a (mgr.14403) 3520 : cluster 0 pgmap v2623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:19 smithi079 bash[28699]: audit 2023-12-07T18:42:18.468233+0000 mon.a (mon.0) 948 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:19 smithi079 bash[28699]: audit 2023-12-07T18:42:18.476796+0000 mon.a (mon.0) 949 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:19.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:19 smithi194 bash[32038]: cluster 2023-12-07T18:42:18.400207+0000 mgr.a (mgr.14403) 3520 : cluster 0 pgmap v2623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:19.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:19 smithi194 bash[32038]: audit 2023-12-07T18:42:18.468233+0000 mon.a (mon.0) 948 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:19.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:19 smithi194 bash[32038]: audit 2023-12-07T18:42:18.476796+0000 mon.a (mon.0) 949 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:19 smithi135 bash[32435]: cluster 2023-12-07T18:42:18.400207+0000 mgr.a (mgr.14403) 3520 : cluster 0 pgmap v2623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:19 smithi135 bash[32435]: audit 2023-12-07T18:42:18.468233+0000 mon.a (mon.0) 948 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:19 smithi135 bash[32435]: audit 2023-12-07T18:42:18.476796+0000 mon.a (mon.0) 949 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:19.966 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:42:19.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:19.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:19.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:19.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:42:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:20 smithi079 bash[28699]: audit 2023-12-07T18:42:19.475445+0000 mgr.a (mgr.14403) 3521 : audit 0 from='client.81486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:20 smithi194 bash[32038]: audit 2023-12-07T18:42:19.475445+0000 mgr.a (mgr.14403) 3521 : audit 0 from='client.81486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:21.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:20 smithi135 bash[32435]: audit 2023-12-07T18:42:19.475445+0000 mgr.a (mgr.14403) 3521 : audit 0 from='client.81486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:22.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:21 smithi079 bash[28699]: cluster 2023-12-07T18:42:20.401266+0000 mgr.a (mgr.14403) 3522 : cluster 0 pgmap v2624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:22.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:21 smithi194 bash[32038]: cluster 2023-12-07T18:42:20.401266+0000 mgr.a (mgr.14403) 3522 : cluster 0 pgmap v2624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:21 smithi135 bash[32435]: cluster 2023-12-07T18:42:20.401266+0000 mgr.a (mgr.14403) 3522 : cluster 0 pgmap v2624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:23 smithi079 bash[28699]: cluster 2023-12-07T18:42:22.401872+0000 mgr.a (mgr.14403) 3523 : cluster 0 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-07T18:42:24.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:23 smithi194 bash[32038]: cluster 2023-12-07T18:42:22.401872+0000 mgr.a (mgr.14403) 3523 : cluster 0 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-07T18:42:24.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:23 smithi135 bash[32435]: cluster 2023-12-07T18:42:22.401872+0000 mgr.a (mgr.14403) 3523 : cluster 0 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-07T18:42:24.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:42:24.971 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:24.971 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:25.848 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:42:25.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:25.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:25.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:25.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:42:26.093 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:25 smithi079 bash[28699]: cluster 2023-12-07T18:42:24.402360+0000 mgr.a (mgr.14403) 3524 : cluster 0 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-07T18:42:26.093 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:25 smithi079 bash[28699]: audit 2023-12-07T18:42:25.363726+0000 mgr.a (mgr.14403) 3525 : audit 0 from='client.81564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:26.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:25 smithi194 bash[32038]: cluster 2023-12-07T18:42:24.402360+0000 mgr.a (mgr.14403) 3524 : cluster 0 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-07T18:42:26.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:25 smithi194 bash[32038]: audit 2023-12-07T18:42:25.363726+0000 mgr.a (mgr.14403) 3525 : audit 0 from='client.81564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:25 smithi135 bash[32435]: cluster 2023-12-07T18:42:24.402360+0000 mgr.a (mgr.14403) 3524 : cluster 0 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-07T18:42:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:25 smithi135 bash[32435]: audit 2023-12-07T18:42:25.363726+0000 mgr.a (mgr.14403) 3525 : audit 0 from='client.81564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:27 smithi079 bash[28699]: cluster 2023-12-07T18:42:26.403172+0000 mgr.a (mgr.14403) 3526 : cluster 0 pgmap v2627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:27 smithi194 bash[32038]: cluster 2023-12-07T18:42:26.403172+0000 mgr.a (mgr.14403) 3526 : cluster 0 pgmap v2627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:27 smithi135 bash[32435]: cluster 2023-12-07T18:42:26.403172+0000 mgr.a (mgr.14403) 3526 : cluster 0 pgmap v2627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:29 smithi079 bash[28699]: cluster 2023-12-07T18:42:28.403735+0000 mgr.a (mgr.14403) 3527 : cluster 0 pgmap v2628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:29 smithi079 bash[28699]: audit 2023-12-07T18:42:28.528338+0000 mon.a (mon.0) 950 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:29 smithi079 bash[28699]: audit 2023-12-07T18:42:28.534907+0000 mon.a (mon.0) 951 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:29 smithi079 bash[28699]: audit 2023-12-07T18:42:28.536534+0000 mon.a (mon.0) 952 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:42:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:29 smithi079 bash[28699]: audit 2023-12-07T18:42:28.538262+0000 mon.a (mon.0) 953 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:42:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:29 smithi079 bash[28699]: audit 2023-12-07T18:42:28.546047+0000 mon.a (mon.0) 954 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:29 smithi194 bash[32038]: cluster 2023-12-07T18:42:28.403735+0000 mgr.a (mgr.14403) 3527 : cluster 0 pgmap v2628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:29 smithi194 bash[32038]: audit 2023-12-07T18:42:28.528338+0000 mon.a (mon.0) 950 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:29 smithi194 bash[32038]: audit 2023-12-07T18:42:28.534907+0000 mon.a (mon.0) 951 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:29 smithi194 bash[32038]: audit 2023-12-07T18:42:28.536534+0000 mon.a (mon.0) 952 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:42:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:29 smithi194 bash[32038]: audit 2023-12-07T18:42:28.538262+0000 mon.a (mon.0) 953 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:42:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:29 smithi194 bash[32038]: audit 2023-12-07T18:42:28.546047+0000 mon.a (mon.0) 954 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:29 smithi135 bash[32435]: cluster 2023-12-07T18:42:28.403735+0000 mgr.a (mgr.14403) 3527 : cluster 0 pgmap v2628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:29 smithi135 bash[32435]: audit 2023-12-07T18:42:28.528338+0000 mon.a (mon.0) 950 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:29.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:29 smithi135 bash[32435]: audit 2023-12-07T18:42:28.534907+0000 mon.a (mon.0) 951 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:29.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:29 smithi135 bash[32435]: audit 2023-12-07T18:42:28.536534+0000 mon.a (mon.0) 952 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:42:29.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:29 smithi135 bash[32435]: audit 2023-12-07T18:42:28.538262+0000 mon.a (mon.0) 953 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:42:29.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:29 smithi135 bash[32435]: audit 2023-12-07T18:42:28.546047+0000 mon.a (mon.0) 954 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:42:30.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:42:30.852 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:30.852 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:31.746 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:42:31.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:31.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:31.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:31.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:42:32.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:31 smithi079 bash[28699]: cluster 2023-12-07T18:42:30.404569+0000 mgr.a (mgr.14403) 3528 : cluster 0 pgmap v2629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:32.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:31 smithi079 bash[28699]: audit 2023-12-07T18:42:31.256684+0000 mgr.a (mgr.14403) 3529 : audit 0 from='client.81642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:32.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:31 smithi194 bash[32038]: cluster 2023-12-07T18:42:30.404569+0000 mgr.a (mgr.14403) 3528 : cluster 0 pgmap v2629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:32.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:31 smithi194 bash[32038]: audit 2023-12-07T18:42:31.256684+0000 mgr.a (mgr.14403) 3529 : audit 0 from='client.81642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:31 smithi135 bash[32435]: cluster 2023-12-07T18:42:30.404569+0000 mgr.a (mgr.14403) 3528 : cluster 0 pgmap v2629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:31 smithi135 bash[32435]: audit 2023-12-07T18:42:31.256684+0000 mgr.a (mgr.14403) 3529 : audit 0 from='client.81642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:34.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:33 smithi079 bash[28699]: cluster 2023-12-07T18:42:32.405290+0000 mgr.a (mgr.14403) 3530 : cluster 0 pgmap v2630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:34.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:33 smithi194 bash[32038]: cluster 2023-12-07T18:42:32.405290+0000 mgr.a (mgr.14403) 3530 : cluster 0 pgmap v2630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:34.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:33 smithi135 bash[32435]: cluster 2023-12-07T18:42:32.405290+0000 mgr.a (mgr.14403) 3530 : cluster 0 pgmap v2630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:36.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:35 smithi079 bash[28699]: cluster 2023-12-07T18:42:34.406115+0000 mgr.a (mgr.14403) 3531 : cluster 0 pgmap v2631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:36.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:35 smithi194 bash[32038]: cluster 2023-12-07T18:42:34.406115+0000 mgr.a (mgr.14403) 3531 : cluster 0 pgmap v2631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:36.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:35 smithi135 bash[32435]: cluster 2023-12-07T18:42:34.406115+0000 mgr.a (mgr.14403) 3531 : cluster 0 pgmap v2631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:36.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:42:36.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:36.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:37.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:37.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:37.639 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:42:37.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:37.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:42:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:37 smithi079 bash[28699]: cluster 2023-12-07T18:42:36.406684+0000 mgr.a (mgr.14403) 3532 : cluster 0 pgmap v2632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:37 smithi079 bash[28699]: audit 2023-12-07T18:42:37.151786+0000 mgr.a (mgr.14403) 3533 : audit 0 from='client.81717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:38.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:37 smithi194 bash[32038]: cluster 2023-12-07T18:42:36.406684+0000 mgr.a (mgr.14403) 3532 : cluster 0 pgmap v2632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:38.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:37 smithi194 bash[32038]: audit 2023-12-07T18:42:37.151786+0000 mgr.a (mgr.14403) 3533 : audit 0 from='client.81717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:37 smithi135 bash[32435]: cluster 2023-12-07T18:42:36.406684+0000 mgr.a (mgr.14403) 3532 : cluster 0 pgmap v2632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:37 smithi135 bash[32435]: audit 2023-12-07T18:42:37.151786+0000 mgr.a (mgr.14403) 3533 : audit 0 from='client.81717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:40.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:39 smithi079 bash[28699]: cluster 2023-12-07T18:42:38.407525+0000 mgr.a (mgr.14403) 3534 : cluster 0 pgmap v2633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:40.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:39 smithi194 bash[32038]: cluster 2023-12-07T18:42:38.407525+0000 mgr.a (mgr.14403) 3534 : cluster 0 pgmap v2633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:40.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:39 smithi135 bash[32435]: cluster 2023-12-07T18:42:38.407525+0000 mgr.a (mgr.14403) 3534 : cluster 0 pgmap v2633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:42.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:41 smithi079 bash[28699]: cluster 2023-12-07T18:42:40.408381+0000 mgr.a (mgr.14403) 3535 : cluster 0 pgmap v2634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:41 smithi194 bash[32038]: cluster 2023-12-07T18:42:40.408381+0000 mgr.a (mgr.14403) 3535 : cluster 0 pgmap v2634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:41 smithi135 bash[32435]: cluster 2023-12-07T18:42:40.408381+0000 mgr.a (mgr.14403) 3535 : cluster 0 pgmap v2634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:42:42.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:42:42.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:42.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:43.563 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:42:43.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:43.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:43.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:43.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:42:44.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:43 smithi079 bash[28699]: cluster 2023-12-07T18:42:42.408968+0000 mgr.a (mgr.14403) 3536 : cluster 0 pgmap v2635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:43 smithi079 bash[28699]: audit 2023-12-07T18:42:43.048147+0000 mgr.a (mgr.14403) 3537 : audit 0 from='client.81792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:44.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:43 smithi194 bash[32038]: cluster 2023-12-07T18:42:42.408968+0000 mgr.a (mgr.14403) 3536 : cluster 0 pgmap v2635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:44.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:43 smithi194 bash[32038]: audit 2023-12-07T18:42:43.048147+0000 mgr.a (mgr.14403) 3537 : audit 0 from='client.81792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:44.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:43 smithi135 bash[32435]: cluster 2023-12-07T18:42:42.408968+0000 mgr.a (mgr.14403) 3536 : cluster 0 pgmap v2635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:44.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:43 smithi135 bash[32435]: audit 2023-12-07T18:42:43.048147+0000 mgr.a (mgr.14403) 3537 : audit 0 from='client.81792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:46.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:45 smithi079 bash[28699]: cluster 2023-12-07T18:42:44.409945+0000 mgr.a (mgr.14403) 3538 : cluster 0 pgmap v2636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:42:46.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:45 smithi194 bash[32038]: cluster 2023-12-07T18:42:44.409945+0000 mgr.a (mgr.14403) 3538 : cluster 0 pgmap v2636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:42:46.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:45 smithi135 bash[32435]: cluster 2023-12-07T18:42:44.409945+0000 mgr.a (mgr.14403) 3538 : cluster 0 pgmap v2636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:42:48.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:47 smithi079 bash[28699]: cluster 2023-12-07T18:42:46.410660+0000 mgr.a (mgr.14403) 3539 : cluster 0 pgmap v2637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:42:48.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:47 smithi194 bash[32038]: cluster 2023-12-07T18:42:46.410660+0000 mgr.a (mgr.14403) 3539 : cluster 0 pgmap v2637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:42:48.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:47 smithi135 bash[32435]: cluster 2023-12-07T18:42:46.410660+0000 mgr.a (mgr.14403) 3539 : cluster 0 pgmap v2637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:42:48.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:42:48.567 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:48.567 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:49.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:49.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:49.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:49.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:42:49.450 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:42:50.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:49 smithi079 bash[28699]: cluster 2023-12-07T18:42:48.411414+0000 mgr.a (mgr.14403) 3540 : cluster 0 pgmap v2638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:42:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:49 smithi079 bash[28699]: audit 2023-12-07T18:42:48.965902+0000 mgr.a (mgr.14403) 3541 : audit 0 from='client.81870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:50.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:49 smithi194 bash[32038]: cluster 2023-12-07T18:42:48.411414+0000 mgr.a (mgr.14403) 3540 : cluster 0 pgmap v2638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:42:50.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:49 smithi194 bash[32038]: audit 2023-12-07T18:42:48.965902+0000 mgr.a (mgr.14403) 3541 : audit 0 from='client.81870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:49 smithi135 bash[32435]: cluster 2023-12-07T18:42:48.411414+0000 mgr.a (mgr.14403) 3540 : cluster 0 pgmap v2638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:42:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:49 smithi135 bash[32435]: audit 2023-12-07T18:42:48.965902+0000 mgr.a (mgr.14403) 3541 : audit 0 from='client.81870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:52.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:51 smithi079 bash[28699]: cluster 2023-12-07T18:42:50.412502+0000 mgr.a (mgr.14403) 3542 : cluster 0 pgmap v2639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:52.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:51 smithi194 bash[32038]: cluster 2023-12-07T18:42:50.412502+0000 mgr.a (mgr.14403) 3542 : cluster 0 pgmap v2639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:52.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:51 smithi135 bash[32435]: cluster 2023-12-07T18:42:50.412502+0000 mgr.a (mgr.14403) 3542 : cluster 0 pgmap v2639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:54.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:53 smithi079 bash[28699]: cluster 2023-12-07T18:42:52.413063+0000 mgr.a (mgr.14403) 3543 : cluster 0 pgmap v2640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:54.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:53 smithi194 bash[32038]: cluster 2023-12-07T18:42:52.413063+0000 mgr.a (mgr.14403) 3543 : cluster 0 pgmap v2640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:54.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:53 smithi135 bash[32435]: cluster 2023-12-07T18:42:52.413063+0000 mgr.a (mgr.14403) 3543 : cluster 0 pgmap v2640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:42:54.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:42:54.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:42:54.454 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:42:55.368 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:42:55.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:42:55.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:42:55.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:42:55.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:42:56.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:55 smithi079 bash[28699]: cluster 2023-12-07T18:42:54.413838+0000 mgr.a (mgr.14403) 3544 : cluster 0 pgmap v2641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:56.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:55 smithi079 bash[28699]: audit 2023-12-07T18:42:54.861830+0000 mgr.a (mgr.14403) 3545 : audit 0 from='client.81942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:56.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:55 smithi194 bash[32038]: cluster 2023-12-07T18:42:54.413838+0000 mgr.a (mgr.14403) 3544 : cluster 0 pgmap v2641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:56.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:55 smithi194 bash[32038]: audit 2023-12-07T18:42:54.861830+0000 mgr.a (mgr.14403) 3545 : audit 0 from='client.81942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:55 smithi135 bash[32435]: cluster 2023-12-07T18:42:54.413838+0000 mgr.a (mgr.14403) 3544 : cluster 0 pgmap v2641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:42:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:55 smithi135 bash[32435]: audit 2023-12-07T18:42:54.861830+0000 mgr.a (mgr.14403) 3545 : audit 0 from='client.81942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:42:58.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:57 smithi079 bash[28699]: cluster 2023-12-07T18:42:56.414493+0000 mgr.a (mgr.14403) 3546 : cluster 0 pgmap v2642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:42:58.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:57 smithi194 bash[32038]: cluster 2023-12-07T18:42:56.414493+0000 mgr.a (mgr.14403) 3546 : cluster 0 pgmap v2642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:42:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:57 smithi135 bash[32435]: cluster 2023-12-07T18:42:56.414493+0000 mgr.a (mgr.14403) 3546 : cluster 0 pgmap v2642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:43:00.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:42:59 smithi079 bash[28699]: cluster 2023-12-07T18:42:58.415099+0000 mgr.a (mgr.14403) 3547 : cluster 0 pgmap v2643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:43:00.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:42:59 smithi194 bash[32038]: cluster 2023-12-07T18:42:58.415099+0000 mgr.a (mgr.14403) 3547 : cluster 0 pgmap v2643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:43:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:42:59 smithi135 bash[32435]: cluster 2023-12-07T18:42:58.415099+0000 mgr.a (mgr.14403) 3547 : cluster 0 pgmap v2643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:43:00.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:43:00.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:00.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:01.274 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:43:01.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:01.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:01.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:01.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:43:02.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:01 smithi079 bash[28699]: cluster 2023-12-07T18:43:00.415902+0000 mgr.a (mgr.14403) 3548 : cluster 0 pgmap v2644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:43:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:01 smithi079 bash[28699]: audit 2023-12-07T18:43:00.773421+0000 mgr.a (mgr.14403) 3549 : audit 0 from='client.82017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:01 smithi194 bash[32038]: cluster 2023-12-07T18:43:00.415902+0000 mgr.a (mgr.14403) 3548 : cluster 0 pgmap v2644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:43:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:01 smithi194 bash[32038]: audit 2023-12-07T18:43:00.773421+0000 mgr.a (mgr.14403) 3549 : audit 0 from='client.82017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:01 smithi135 bash[32435]: cluster 2023-12-07T18:43:00.415902+0000 mgr.a (mgr.14403) 3548 : cluster 0 pgmap v2644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:43:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:01 smithi135 bash[32435]: audit 2023-12-07T18:43:00.773421+0000 mgr.a (mgr.14403) 3549 : audit 0 from='client.82017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:03 smithi079 bash[28699]: cluster 2023-12-07T18:43:02.416557+0000 mgr.a (mgr.14403) 3550 : cluster 0 pgmap v2645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:04.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:03 smithi194 bash[32038]: cluster 2023-12-07T18:43:02.416557+0000 mgr.a (mgr.14403) 3550 : cluster 0 pgmap v2645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:04.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:03 smithi135 bash[32435]: cluster 2023-12-07T18:43:02.416557+0000 mgr.a (mgr.14403) 3550 : cluster 0 pgmap v2645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:05 smithi079 bash[28699]: cluster 2023-12-07T18:43:04.417361+0000 mgr.a (mgr.14403) 3551 : cluster 0 pgmap v2646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:06.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:05 smithi194 bash[32038]: cluster 2023-12-07T18:43:04.417361+0000 mgr.a (mgr.14403) 3551 : cluster 0 pgmap v2646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:06.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:05 smithi135 bash[32435]: cluster 2023-12-07T18:43:04.417361+0000 mgr.a (mgr.14403) 3551 : cluster 0 pgmap v2646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:06.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:43:06.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:06.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:07.182 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:43:07.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:07.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:07.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:07.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:43:08.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:07 smithi079 bash[28699]: cluster 2023-12-07T18:43:06.417802+0000 mgr.a (mgr.14403) 3552 : cluster 0 pgmap v2647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:07 smithi079 bash[28699]: audit 2023-12-07T18:43:06.680133+0000 mgr.a (mgr.14403) 3553 : audit 0 from='client.82092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:07 smithi194 bash[32038]: cluster 2023-12-07T18:43:06.417802+0000 mgr.a (mgr.14403) 3552 : cluster 0 pgmap v2647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:07 smithi194 bash[32038]: audit 2023-12-07T18:43:06.680133+0000 mgr.a (mgr.14403) 3553 : audit 0 from='client.82092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:07 smithi135 bash[32435]: cluster 2023-12-07T18:43:06.417802+0000 mgr.a (mgr.14403) 3552 : cluster 0 pgmap v2647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:07 smithi135 bash[32435]: audit 2023-12-07T18:43:06.680133+0000 mgr.a (mgr.14403) 3553 : audit 0 from='client.82092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:10.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:09 smithi079 bash[28699]: cluster 2023-12-07T18:43:08.418401+0000 mgr.a (mgr.14403) 3554 : cluster 0 pgmap v2648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:10.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:09 smithi194 bash[32038]: cluster 2023-12-07T18:43:08.418401+0000 mgr.a (mgr.14403) 3554 : cluster 0 pgmap v2648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:09 smithi135 bash[32435]: cluster 2023-12-07T18:43:08.418401+0000 mgr.a (mgr.14403) 3554 : cluster 0 pgmap v2648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:12.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:11 smithi079 bash[28699]: cluster 2023-12-07T18:43:10.419215+0000 mgr.a (mgr.14403) 3555 : cluster 0 pgmap v2649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:12.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:43:12.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:12.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:12.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:11 smithi194 bash[32038]: cluster 2023-12-07T18:43:10.419215+0000 mgr.a (mgr.14403) 3555 : cluster 0 pgmap v2649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:11 smithi135 bash[32435]: cluster 2023-12-07T18:43:10.419215+0000 mgr.a (mgr.14403) 3555 : cluster 0 pgmap v2649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:13.087 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:43:13.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:13.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:13.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:13.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:43:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:13 smithi079 bash[28699]: cluster 2023-12-07T18:43:12.419723+0000 mgr.a (mgr.14403) 3556 : cluster 0 pgmap v2650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:13 smithi079 bash[28699]: audit 2023-12-07T18:43:12.588496+0000 mgr.a (mgr.14403) 3557 : audit 0 from='client.82170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:14.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:13 smithi194 bash[32038]: cluster 2023-12-07T18:43:12.419723+0000 mgr.a (mgr.14403) 3556 : cluster 0 pgmap v2650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:14.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:13 smithi194 bash[32038]: audit 2023-12-07T18:43:12.588496+0000 mgr.a (mgr.14403) 3557 : audit 0 from='client.82170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:13 smithi135 bash[32435]: cluster 2023-12-07T18:43:12.419723+0000 mgr.a (mgr.14403) 3556 : cluster 0 pgmap v2650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:13 smithi135 bash[32435]: audit 2023-12-07T18:43:12.588496+0000 mgr.a (mgr.14403) 3557 : audit 0 from='client.82170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:15 smithi079 bash[28699]: cluster 2023-12-07T18:43:14.420608+0000 mgr.a (mgr.14403) 3558 : cluster 0 pgmap v2651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:15 smithi194 bash[32038]: cluster 2023-12-07T18:43:14.420608+0000 mgr.a (mgr.14403) 3558 : cluster 0 pgmap v2651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:15 smithi135 bash[32435]: cluster 2023-12-07T18:43:14.420608+0000 mgr.a (mgr.14403) 3558 : cluster 0 pgmap v2651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:18.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:43:18.091 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:18.091 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:18.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:17 smithi079 bash[28699]: cluster 2023-12-07T18:43:16.421154+0000 mgr.a (mgr.14403) 3559 : cluster 0 pgmap v2652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:18.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:17 smithi194 bash[32038]: cluster 2023-12-07T18:43:16.421154+0000 mgr.a (mgr.14403) 3559 : cluster 0 pgmap v2652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:18.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:17 smithi135 bash[32435]: cluster 2023-12-07T18:43:16.421154+0000 mgr.a (mgr.14403) 3559 : cluster 0 pgmap v2652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:18.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:18.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:18.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:18.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:43:18.997 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:43:20.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:19 smithi079 bash[28699]: cluster 2023-12-07T18:43:18.421675+0000 mgr.a (mgr.14403) 3560 : cluster 0 pgmap v2653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:19 smithi079 bash[28699]: audit 2023-12-07T18:43:18.488252+0000 mgr.a (mgr.14403) 3561 : audit 0 from='client.82248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:20.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:19 smithi194 bash[32038]: cluster 2023-12-07T18:43:18.421675+0000 mgr.a (mgr.14403) 3560 : cluster 0 pgmap v2653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:20.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:19 smithi194 bash[32038]: audit 2023-12-07T18:43:18.488252+0000 mgr.a (mgr.14403) 3561 : audit 0 from='client.82248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:19 smithi135 bash[32435]: cluster 2023-12-07T18:43:18.421675+0000 mgr.a (mgr.14403) 3560 : cluster 0 pgmap v2653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:19 smithi135 bash[32435]: audit 2023-12-07T18:43:18.488252+0000 mgr.a (mgr.14403) 3561 : audit 0 from='client.82248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:21 smithi079 bash[28699]: cluster 2023-12-07T18:43:20.422648+0000 mgr.a (mgr.14403) 3562 : cluster 0 pgmap v2654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:22.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:21 smithi194 bash[32038]: cluster 2023-12-07T18:43:20.422648+0000 mgr.a (mgr.14403) 3562 : cluster 0 pgmap v2654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:21 smithi135 bash[32435]: cluster 2023-12-07T18:43:20.422648+0000 mgr.a (mgr.14403) 3562 : cluster 0 pgmap v2654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:23.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:43:24.000 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:24.000 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:24.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:23 smithi079 bash[28699]: cluster 2023-12-07T18:43:22.423261+0000 mgr.a (mgr.14403) 3563 : cluster 0 pgmap v2655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:24.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:23 smithi194 bash[32038]: cluster 2023-12-07T18:43:22.423261+0000 mgr.a (mgr.14403) 3563 : cluster 0 pgmap v2655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:24.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:23 smithi135 bash[32435]: cluster 2023-12-07T18:43:22.423261+0000 mgr.a (mgr.14403) 3563 : cluster 0 pgmap v2655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:24.910 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:43:24.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:24.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:24.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:24.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:43:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:25 smithi079 bash[28699]: audit 2023-12-07T18:43:24.399997+0000 mgr.a (mgr.14403) 3564 : audit 0 from='client.82323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:25 smithi079 bash[28699]: cluster 2023-12-07T18:43:24.423963+0000 mgr.a (mgr.14403) 3565 : cluster 0 pgmap v2656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:26.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:25 smithi194 bash[32038]: audit 2023-12-07T18:43:24.399997+0000 mgr.a (mgr.14403) 3564 : audit 0 from='client.82323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:26.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:25 smithi194 bash[32038]: cluster 2023-12-07T18:43:24.423963+0000 mgr.a (mgr.14403) 3565 : cluster 0 pgmap v2656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:25 smithi135 bash[32435]: audit 2023-12-07T18:43:24.399997+0000 mgr.a (mgr.14403) 3564 : audit 0 from='client.82323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:25 smithi135 bash[32435]: cluster 2023-12-07T18:43:24.423963+0000 mgr.a (mgr.14403) 3565 : cluster 0 pgmap v2656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:27 smithi079 bash[28699]: cluster 2023-12-07T18:43:26.424562+0000 mgr.a (mgr.14403) 3566 : cluster 0 pgmap v2657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:27 smithi194 bash[32038]: cluster 2023-12-07T18:43:26.424562+0000 mgr.a (mgr.14403) 3566 : cluster 0 pgmap v2657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:27 smithi135 bash[32435]: cluster 2023-12-07T18:43:26.424562+0000 mgr.a (mgr.14403) 3566 : cluster 0 pgmap v2657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:28 smithi194 bash[32038]: audit 2023-12-07T18:43:28.649861+0000 mon.a (mon.0) 955 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:43:29.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:28 smithi135 bash[32435]: audit 2023-12-07T18:43:28.649861+0000 mon.a (mon.0) 955 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:43:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:28 smithi079 bash[28699]: audit 2023-12-07T18:43:28.649861+0000 mon.a (mon.0) 955 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:43:29.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:43:29.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:29.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:30 smithi194 bash[32038]: cluster 2023-12-07T18:43:28.425066+0000 mgr.a (mgr.14403) 3567 : cluster 0 pgmap v2658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:30 smithi194 bash[32038]: audit 2023-12-07T18:43:29.179907+0000 mon.a (mon.0) 956 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:30.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:30 smithi194 bash[32038]: audit 2023-12-07T18:43:29.185960+0000 mon.a (mon.0) 957 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:30 smithi135 bash[32435]: cluster 2023-12-07T18:43:28.425066+0000 mgr.a (mgr.14403) 3567 : cluster 0 pgmap v2658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:30 smithi135 bash[32435]: audit 2023-12-07T18:43:29.179907+0000 mon.a (mon.0) 956 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:30.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:30 smithi135 bash[32435]: audit 2023-12-07T18:43:29.185960+0000 mon.a (mon.0) 957 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:30 smithi079 bash[28699]: cluster 2023-12-07T18:43:28.425066+0000 mgr.a (mgr.14403) 3567 : cluster 0 pgmap v2658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:30 smithi079 bash[28699]: audit 2023-12-07T18:43:29.179907+0000 mon.a (mon.0) 956 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:30 smithi079 bash[28699]: audit 2023-12-07T18:43:29.185960+0000 mon.a (mon.0) 957 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:30.811 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:43:30.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:30.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:30.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:30.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:43:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:31 smithi194 bash[32038]: audit 2023-12-07T18:43:30.322260+0000 mgr.a (mgr.14403) 3568 : audit 0 from='client.82401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:31 smithi135 bash[32435]: audit 2023-12-07T18:43:30.322260+0000 mgr.a (mgr.14403) 3568 : audit 0 from='client.82401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:31 smithi079 bash[28699]: audit 2023-12-07T18:43:30.322260+0000 mgr.a (mgr.14403) 3568 : audit 0 from='client.82401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:32 smithi194 bash[32038]: cluster 2023-12-07T18:43:30.426057+0000 mgr.a (mgr.14403) 3569 : cluster 0 pgmap v2659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:32 smithi135 bash[32435]: cluster 2023-12-07T18:43:30.426057+0000 mgr.a (mgr.14403) 3569 : cluster 0 pgmap v2659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:32.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:32 smithi079 bash[28699]: cluster 2023-12-07T18:43:30.426057+0000 mgr.a (mgr.14403) 3569 : cluster 0 pgmap v2659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:34 smithi194 bash[32038]: cluster 2023-12-07T18:43:32.426735+0000 mgr.a (mgr.14403) 3570 : cluster 0 pgmap v2660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:34 smithi135 bash[32435]: cluster 2023-12-07T18:43:32.426735+0000 mgr.a (mgr.14403) 3570 : cluster 0 pgmap v2660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:34 smithi079 bash[28699]: cluster 2023-12-07T18:43:32.426735+0000 mgr.a (mgr.14403) 3570 : cluster 0 pgmap v2660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:35.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:43:35.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:35.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:36 smithi194 bash[32038]: cluster 2023-12-07T18:43:34.427562+0000 mgr.a (mgr.14403) 3571 : cluster 0 pgmap v2661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:36 smithi135 bash[32435]: cluster 2023-12-07T18:43:34.427562+0000 mgr.a (mgr.14403) 3571 : cluster 0 pgmap v2661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:36 smithi079 bash[28699]: cluster 2023-12-07T18:43:34.427562+0000 mgr.a (mgr.14403) 3571 : cluster 0 pgmap v2661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:36.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:36.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:36.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:36.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:43:36.693 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:43:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:37 smithi135 bash[32435]: audit 2023-12-07T18:43:36.213754+0000 mgr.a (mgr.14403) 3572 : audit 0 from='client.82473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:37.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:37 smithi079 bash[28699]: audit 2023-12-07T18:43:36.213754+0000 mgr.a (mgr.14403) 3572 : audit 0 from='client.82473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:37 smithi194 bash[32038]: audit 2023-12-07T18:43:36.213754+0000 mgr.a (mgr.14403) 3572 : audit 0 from='client.82473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:38.509 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:38 smithi135 bash[32435]: cluster 2023-12-07T18:43:36.428032+0000 mgr.a (mgr.14403) 3573 : cluster 0 pgmap v2662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:38 smithi079 bash[28699]: cluster 2023-12-07T18:43:36.428032+0000 mgr.a (mgr.14403) 3573 : cluster 0 pgmap v2662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:38 smithi194 bash[32038]: cluster 2023-12-07T18:43:36.428032+0000 mgr.a (mgr.14403) 3573 : cluster 0 pgmap v2662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:39 smithi079 bash[28699]: cluster 2023-12-07T18:43:38.428687+0000 mgr.a (mgr.14403) 3574 : cluster 0 pgmap v2663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:39 smithi079 bash[28699]: audit 2023-12-07T18:43:38.989947+0000 mon.a (mon.0) 958 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:39 smithi079 bash[28699]: audit 2023-12-07T18:43:38.997908+0000 mon.a (mon.0) 959 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:39 smithi079 bash[28699]: audit 2023-12-07T18:43:38.999491+0000 mon.a (mon.0) 960 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:43:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:39 smithi079 bash[28699]: audit 2023-12-07T18:43:39.000936+0000 mon.a (mon.0) 961 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:43:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:39 smithi079 bash[28699]: audit 2023-12-07T18:43:39.011201+0000 mon.a (mon.0) 962 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:39 smithi194 bash[32038]: cluster 2023-12-07T18:43:38.428687+0000 mgr.a (mgr.14403) 3574 : cluster 0 pgmap v2663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:39 smithi194 bash[32038]: audit 2023-12-07T18:43:38.989947+0000 mon.a (mon.0) 958 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:39 smithi194 bash[32038]: audit 2023-12-07T18:43:38.997908+0000 mon.a (mon.0) 959 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:39 smithi194 bash[32038]: audit 2023-12-07T18:43:38.999491+0000 mon.a (mon.0) 960 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:43:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:39 smithi194 bash[32038]: audit 2023-12-07T18:43:39.000936+0000 mon.a (mon.0) 961 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:43:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:39 smithi194 bash[32038]: audit 2023-12-07T18:43:39.011201+0000 mon.a (mon.0) 962 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:39 smithi135 bash[32435]: cluster 2023-12-07T18:43:38.428687+0000 mgr.a (mgr.14403) 3574 : cluster 0 pgmap v2663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:39 smithi135 bash[32435]: audit 2023-12-07T18:43:38.989947+0000 mon.a (mon.0) 958 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:39 smithi135 bash[32435]: audit 2023-12-07T18:43:38.997908+0000 mon.a (mon.0) 959 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:39 smithi135 bash[32435]: audit 2023-12-07T18:43:38.999491+0000 mon.a (mon.0) 960 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:43:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:39 smithi135 bash[32435]: audit 2023-12-07T18:43:39.000936+0000 mon.a (mon.0) 961 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:43:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:39 smithi135 bash[32435]: audit 2023-12-07T18:43:39.011201+0000 mon.a (mon.0) 962 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:43:41.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:43:41.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:41.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:41 smithi079 bash[28699]: cluster 2023-12-07T18:43:40.429497+0000 mgr.a (mgr.14403) 3575 : cluster 0 pgmap v2664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:41 smithi194 bash[32038]: cluster 2023-12-07T18:43:40.429497+0000 mgr.a (mgr.14403) 3575 : cluster 0 pgmap v2664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:41 smithi135 bash[32435]: cluster 2023-12-07T18:43:40.429497+0000 mgr.a (mgr.14403) 3575 : cluster 0 pgmap v2664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:42.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:42.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:42.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:42.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:43:42.617 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:43:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:43 smithi079 bash[28699]: audit 2023-12-07T18:43:42.105243+0000 mgr.a (mgr.14403) 3576 : audit 0 from='client.82551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:43 smithi194 bash[32038]: audit 2023-12-07T18:43:42.105243+0000 mgr.a (mgr.14403) 3576 : audit 0 from='client.82551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:43 smithi135 bash[32435]: audit 2023-12-07T18:43:42.105243+0000 mgr.a (mgr.14403) 3576 : audit 0 from='client.82551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:44 smithi079 bash[28699]: cluster 2023-12-07T18:43:42.430027+0000 mgr.a (mgr.14403) 3577 : cluster 0 pgmap v2665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:44 smithi194 bash[32038]: cluster 2023-12-07T18:43:42.430027+0000 mgr.a (mgr.14403) 3577 : cluster 0 pgmap v2665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:44 smithi135 bash[32435]: cluster 2023-12-07T18:43:42.430027+0000 mgr.a (mgr.14403) 3577 : cluster 0 pgmap v2665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:46 smithi079 bash[28699]: cluster 2023-12-07T18:43:44.430893+0000 mgr.a (mgr.14403) 3578 : cluster 0 pgmap v2666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:46 smithi194 bash[32038]: cluster 2023-12-07T18:43:44.430893+0000 mgr.a (mgr.14403) 3578 : cluster 0 pgmap v2666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:46 smithi135 bash[32435]: cluster 2023-12-07T18:43:44.430893+0000 mgr.a (mgr.14403) 3578 : cluster 0 pgmap v2666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:47.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:43:47.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:47.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:48 smithi079 bash[28699]: cluster 2023-12-07T18:43:46.431476+0000 mgr.a (mgr.14403) 3579 : cluster 0 pgmap v2667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:48 smithi194 bash[32038]: cluster 2023-12-07T18:43:46.431476+0000 mgr.a (mgr.14403) 3579 : cluster 0 pgmap v2667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:48 smithi135 bash[32435]: cluster 2023-12-07T18:43:46.431476+0000 mgr.a (mgr.14403) 3579 : cluster 0 pgmap v2667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:48.499 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:43:48.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:48.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:48.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:48.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:43:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:49 smithi079 bash[28699]: audit 2023-12-07T18:43:48.018827+0000 mgr.a (mgr.14403) 3580 : audit 0 from='client.82626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:49 smithi194 bash[32038]: audit 2023-12-07T18:43:48.018827+0000 mgr.a (mgr.14403) 3580 : audit 0 from='client.82626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:49 smithi135 bash[32435]: audit 2023-12-07T18:43:48.018827+0000 mgr.a (mgr.14403) 3580 : audit 0 from='client.82626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:50 smithi079 bash[28699]: cluster 2023-12-07T18:43:48.432212+0000 mgr.a (mgr.14403) 3581 : cluster 0 pgmap v2668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:50 smithi194 bash[32038]: cluster 2023-12-07T18:43:48.432212+0000 mgr.a (mgr.14403) 3581 : cluster 0 pgmap v2668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:50 smithi135 bash[32435]: cluster 2023-12-07T18:43:48.432212+0000 mgr.a (mgr.14403) 3581 : cluster 0 pgmap v2668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:52 smithi079 bash[28699]: cluster 2023-12-07T18:43:50.433030+0000 mgr.a (mgr.14403) 3582 : cluster 0 pgmap v2669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:52 smithi194 bash[32038]: cluster 2023-12-07T18:43:50.433030+0000 mgr.a (mgr.14403) 3582 : cluster 0 pgmap v2669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:52 smithi135 bash[32435]: cluster 2023-12-07T18:43:50.433030+0000 mgr.a (mgr.14403) 3582 : cluster 0 pgmap v2669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:43:53.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:43:53.502 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:53.502 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:43:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:54 smithi079 bash[28699]: cluster 2023-12-07T18:43:52.433587+0000 mgr.a (mgr.14403) 3583 : cluster 0 pgmap v2670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:54.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:43:54.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:43:54.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:43:54.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:43:54.412 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:43:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:54 smithi194 bash[32038]: cluster 2023-12-07T18:43:52.433587+0000 mgr.a (mgr.14403) 3583 : cluster 0 pgmap v2670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:54 smithi135 bash[32435]: cluster 2023-12-07T18:43:52.433587+0000 mgr.a (mgr.14403) 3583 : cluster 0 pgmap v2670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:55 smithi079 bash[28699]: audit 2023-12-07T18:43:53.902172+0000 mgr.a (mgr.14403) 3584 : audit 0 from='client.82704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:55 smithi194 bash[32038]: audit 2023-12-07T18:43:53.902172+0000 mgr.a (mgr.14403) 3584 : audit 0 from='client.82704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:55 smithi135 bash[32435]: audit 2023-12-07T18:43:53.902172+0000 mgr.a (mgr.14403) 3584 : audit 0 from='client.82704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:43:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:56 smithi079 bash[28699]: cluster 2023-12-07T18:43:54.434626+0000 mgr.a (mgr.14403) 3585 : cluster 0 pgmap v2671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:56 smithi194 bash[32038]: cluster 2023-12-07T18:43:54.434626+0000 mgr.a (mgr.14403) 3585 : cluster 0 pgmap v2671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:56 smithi135 bash[32435]: cluster 2023-12-07T18:43:54.434626+0000 mgr.a (mgr.14403) 3585 : cluster 0 pgmap v2671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:43:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:43:58 smithi079 bash[28699]: cluster 2023-12-07T18:43:56.435229+0000 mgr.a (mgr.14403) 3586 : cluster 0 pgmap v2672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:43:58 smithi194 bash[32038]: cluster 2023-12-07T18:43:56.435229+0000 mgr.a (mgr.14403) 3586 : cluster 0 pgmap v2672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:43:58 smithi135 bash[32435]: cluster 2023-12-07T18:43:56.435229+0000 mgr.a (mgr.14403) 3586 : cluster 0 pgmap v2672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:43:59.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:43:59.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:43:59.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:00.294 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:44:00.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:00.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:00.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:00.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:44:00.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:00 smithi079 bash[28699]: cluster 2023-12-07T18:43:58.435716+0000 mgr.a (mgr.14403) 3587 : cluster 0 pgmap v2673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:00 smithi194 bash[32038]: cluster 2023-12-07T18:43:58.435716+0000 mgr.a (mgr.14403) 3587 : cluster 0 pgmap v2673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:00 smithi135 bash[32435]: cluster 2023-12-07T18:43:58.435716+0000 mgr.a (mgr.14403) 3587 : cluster 0 pgmap v2673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:01 smithi079 bash[28699]: audit 2023-12-07T18:43:59.812242+0000 mgr.a (mgr.14403) 3588 : audit 0 from='client.82779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:01 smithi194 bash[32038]: audit 2023-12-07T18:43:59.812242+0000 mgr.a (mgr.14403) 3588 : audit 0 from='client.82779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:01 smithi135 bash[32435]: audit 2023-12-07T18:43:59.812242+0000 mgr.a (mgr.14403) 3588 : audit 0 from='client.82779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:02 smithi079 bash[28699]: cluster 2023-12-07T18:44:00.436742+0000 mgr.a (mgr.14403) 3589 : cluster 0 pgmap v2674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:02 smithi194 bash[32038]: cluster 2023-12-07T18:44:00.436742+0000 mgr.a (mgr.14403) 3589 : cluster 0 pgmap v2674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:02 smithi135 bash[32435]: cluster 2023-12-07T18:44:00.436742+0000 mgr.a (mgr.14403) 3589 : cluster 0 pgmap v2674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:04.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:04 smithi079 bash[28699]: cluster 2023-12-07T18:44:02.437319+0000 mgr.a (mgr.14403) 3590 : cluster 0 pgmap v2675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:04 smithi194 bash[32038]: cluster 2023-12-07T18:44:02.437319+0000 mgr.a (mgr.14403) 3590 : cluster 0 pgmap v2675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:04 smithi135 bash[32435]: cluster 2023-12-07T18:44:02.437319+0000 mgr.a (mgr.14403) 3590 : cluster 0 pgmap v2675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:05.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:44:05.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:05.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:06.206 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:44:06.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:06.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:06.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:06.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:44:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:06 smithi079 bash[28699]: cluster 2023-12-07T18:44:04.438039+0000 mgr.a (mgr.14403) 3591 : cluster 0 pgmap v2676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:06 smithi194 bash[32038]: cluster 2023-12-07T18:44:04.438039+0000 mgr.a (mgr.14403) 3591 : cluster 0 pgmap v2676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:06 smithi135 bash[32435]: cluster 2023-12-07T18:44:04.438039+0000 mgr.a (mgr.14403) 3591 : cluster 0 pgmap v2676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:07 smithi079 bash[28699]: audit 2023-12-07T18:44:05.699097+0000 mgr.a (mgr.14403) 3592 : audit 0 from='client.82851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:07 smithi194 bash[32038]: audit 2023-12-07T18:44:05.699097+0000 mgr.a (mgr.14403) 3592 : audit 0 from='client.82851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:07 smithi135 bash[32435]: audit 2023-12-07T18:44:05.699097+0000 mgr.a (mgr.14403) 3592 : audit 0 from='client.82851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:08 smithi079 bash[28699]: cluster 2023-12-07T18:44:06.438895+0000 mgr.a (mgr.14403) 3593 : cluster 0 pgmap v2677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:08 smithi194 bash[32038]: cluster 2023-12-07T18:44:06.438895+0000 mgr.a (mgr.14403) 3593 : cluster 0 pgmap v2677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:08.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:08 smithi135 bash[32435]: cluster 2023-12-07T18:44:06.438895+0000 mgr.a (mgr.14403) 3593 : cluster 0 pgmap v2677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:10 smithi079 bash[28699]: cluster 2023-12-07T18:44:08.439499+0000 mgr.a (mgr.14403) 3594 : cluster 0 pgmap v2678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:10 smithi194 bash[32038]: cluster 2023-12-07T18:44:08.439499+0000 mgr.a (mgr.14403) 3594 : cluster 0 pgmap v2678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:10 smithi135 bash[32435]: cluster 2023-12-07T18:44:08.439499+0000 mgr.a (mgr.14403) 3594 : cluster 0 pgmap v2678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:11.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:44:11.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:11.211 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:12.118 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:44:12.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:12.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:12.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:12.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:44:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:12 smithi079 bash[28699]: cluster 2023-12-07T18:44:10.440330+0000 mgr.a (mgr.14403) 3595 : cluster 0 pgmap v2679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:12 smithi194 bash[32038]: cluster 2023-12-07T18:44:10.440330+0000 mgr.a (mgr.14403) 3595 : cluster 0 pgmap v2679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:12 smithi135 bash[32435]: cluster 2023-12-07T18:44:10.440330+0000 mgr.a (mgr.14403) 3595 : cluster 0 pgmap v2679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:13 smithi079 bash[28699]: audit 2023-12-07T18:44:11.614380+0000 mgr.a (mgr.14403) 3596 : audit 0 from='client.82920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:13 smithi194 bash[32038]: audit 2023-12-07T18:44:11.614380+0000 mgr.a (mgr.14403) 3596 : audit 0 from='client.82920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:13 smithi135 bash[32435]: audit 2023-12-07T18:44:11.614380+0000 mgr.a (mgr.14403) 3596 : audit 0 from='client.82920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:14 smithi079 bash[28699]: cluster 2023-12-07T18:44:12.441027+0000 mgr.a (mgr.14403) 3597 : cluster 0 pgmap v2680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:14 smithi194 bash[32038]: cluster 2023-12-07T18:44:12.441027+0000 mgr.a (mgr.14403) 3597 : cluster 0 pgmap v2680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:14 smithi135 bash[32435]: cluster 2023-12-07T18:44:12.441027+0000 mgr.a (mgr.14403) 3597 : cluster 0 pgmap v2680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:16 smithi079 bash[28699]: cluster 2023-12-07T18:44:14.441833+0000 mgr.a (mgr.14403) 3598 : cluster 0 pgmap v2681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:16 smithi194 bash[32038]: cluster 2023-12-07T18:44:14.441833+0000 mgr.a (mgr.14403) 3598 : cluster 0 pgmap v2681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:16 smithi135 bash[32435]: cluster 2023-12-07T18:44:14.441833+0000 mgr.a (mgr.14403) 3598 : cluster 0 pgmap v2681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:17.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:44:17.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:17.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:18.034 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:44:18.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:18.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:18.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:18.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:44:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:18 smithi079 bash[28699]: cluster 2023-12-07T18:44:16.442432+0000 mgr.a (mgr.14403) 3599 : cluster 0 pgmap v2682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:18 smithi194 bash[32038]: cluster 2023-12-07T18:44:16.442432+0000 mgr.a (mgr.14403) 3599 : cluster 0 pgmap v2682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:18 smithi135 bash[32435]: cluster 2023-12-07T18:44:16.442432+0000 mgr.a (mgr.14403) 3599 : cluster 0 pgmap v2682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:19 smithi079 bash[28699]: audit 2023-12-07T18:44:17.527507+0000 mgr.a (mgr.14403) 3600 : audit 0 from='client.82992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:19 smithi194 bash[32038]: audit 2023-12-07T18:44:17.527507+0000 mgr.a (mgr.14403) 3600 : audit 0 from='client.82992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:19 smithi135 bash[32435]: audit 2023-12-07T18:44:17.527507+0000 mgr.a (mgr.14403) 3600 : audit 0 from='client.82992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:20 smithi079 bash[28699]: cluster 2023-12-07T18:44:18.443159+0000 mgr.a (mgr.14403) 3601 : cluster 0 pgmap v2683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:20 smithi194 bash[32038]: cluster 2023-12-07T18:44:18.443159+0000 mgr.a (mgr.14403) 3601 : cluster 0 pgmap v2683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:20 smithi135 bash[32435]: cluster 2023-12-07T18:44:18.443159+0000 mgr.a (mgr.14403) 3601 : cluster 0 pgmap v2683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:22 smithi079 bash[28699]: cluster 2023-12-07T18:44:20.443983+0000 mgr.a (mgr.14403) 3602 : cluster 0 pgmap v2684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:22 smithi194 bash[32038]: cluster 2023-12-07T18:44:20.443983+0000 mgr.a (mgr.14403) 3602 : cluster 0 pgmap v2684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:22 smithi135 bash[32435]: cluster 2023-12-07T18:44:20.443983+0000 mgr.a (mgr.14403) 3602 : cluster 0 pgmap v2684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:23.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:44:23.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:23.038 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:23.956 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:44:23.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:23.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:23.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:23.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:44:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:24 smithi079 bash[28699]: cluster 2023-12-07T18:44:22.444679+0000 mgr.a (mgr.14403) 3603 : cluster 0 pgmap v2685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:24 smithi194 bash[32038]: cluster 2023-12-07T18:44:22.444679+0000 mgr.a (mgr.14403) 3603 : cluster 0 pgmap v2685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:24 smithi135 bash[32435]: cluster 2023-12-07T18:44:22.444679+0000 mgr.a (mgr.14403) 3603 : cluster 0 pgmap v2685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:25 smithi079 bash[28699]: audit 2023-12-07T18:44:23.438824+0000 mgr.a (mgr.14403) 3604 : audit 0 from='client.83064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:25 smithi194 bash[32038]: audit 2023-12-07T18:44:23.438824+0000 mgr.a (mgr.14403) 3604 : audit 0 from='client.83064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:25 smithi135 bash[32435]: audit 2023-12-07T18:44:23.438824+0000 mgr.a (mgr.14403) 3604 : audit 0 from='client.83064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:26 smithi194 bash[32038]: cluster 2023-12-07T18:44:24.445697+0000 mgr.a (mgr.14403) 3605 : cluster 0 pgmap v2686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:44:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:26 smithi135 bash[32435]: cluster 2023-12-07T18:44:24.445697+0000 mgr.a (mgr.14403) 3605 : cluster 0 pgmap v2686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:44:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:26 smithi079 bash[28699]: cluster 2023-12-07T18:44:24.445697+0000 mgr.a (mgr.14403) 3605 : cluster 0 pgmap v2686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:44:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:28 smithi194 bash[32038]: cluster 2023-12-07T18:44:26.446301+0000 mgr.a (mgr.14403) 3606 : cluster 0 pgmap v2687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:44:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:28 smithi135 bash[32435]: cluster 2023-12-07T18:44:26.446301+0000 mgr.a (mgr.14403) 3606 : cluster 0 pgmap v2687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:44:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:28 smithi079 bash[28699]: cluster 2023-12-07T18:44:26.446301+0000 mgr.a (mgr.14403) 3606 : cluster 0 pgmap v2687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:44:28.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:44:28.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:28.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:29.870 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:44:29.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:29.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:29.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:29.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:44:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:30 smithi194 bash[32038]: cluster 2023-12-07T18:44:28.446832+0000 mgr.a (mgr.14403) 3607 : cluster 0 pgmap v2688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:44:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:30 smithi194 bash[32038]: audit 2023-12-07T18:44:29.366327+0000 mgr.a (mgr.14403) 3608 : audit 0 from='client.83139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:30 smithi135 bash[32435]: cluster 2023-12-07T18:44:28.446832+0000 mgr.a (mgr.14403) 3607 : cluster 0 pgmap v2688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:44:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:30 smithi135 bash[32435]: audit 2023-12-07T18:44:29.366327+0000 mgr.a (mgr.14403) 3608 : audit 0 from='client.83139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:30 smithi079 bash[28699]: cluster 2023-12-07T18:44:28.446832+0000 mgr.a (mgr.14403) 3607 : cluster 0 pgmap v2688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:44:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:30 smithi079 bash[28699]: audit 2023-12-07T18:44:29.366327+0000 mgr.a (mgr.14403) 3608 : audit 0 from='client.83139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:32 smithi194 bash[32038]: cluster 2023-12-07T18:44:30.447974+0000 mgr.a (mgr.14403) 3609 : cluster 0 pgmap v2689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:32 smithi135 bash[32435]: cluster 2023-12-07T18:44:30.447974+0000 mgr.a (mgr.14403) 3609 : cluster 0 pgmap v2689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:32 smithi079 bash[28699]: cluster 2023-12-07T18:44:30.447974+0000 mgr.a (mgr.14403) 3609 : cluster 0 pgmap v2689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:34 smithi194 bash[32038]: cluster 2023-12-07T18:44:32.448699+0000 mgr.a (mgr.14403) 3610 : cluster 0 pgmap v2690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:34 smithi135 bash[32435]: cluster 2023-12-07T18:44:32.448699+0000 mgr.a (mgr.14403) 3610 : cluster 0 pgmap v2690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:34 smithi079 bash[28699]: cluster 2023-12-07T18:44:32.448699+0000 mgr.a (mgr.14403) 3610 : cluster 0 pgmap v2690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:44:34.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:44:34.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:34.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:35.807 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:44:35.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:35.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:35.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:35.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:44:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:36 smithi194 bash[32038]: cluster 2023-12-07T18:44:34.449455+0000 mgr.a (mgr.14403) 3611 : cluster 0 pgmap v2691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:36 smithi194 bash[32038]: audit 2023-12-07T18:44:35.278187+0000 mgr.a (mgr.14403) 3612 : audit 0 from='client.83214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:36 smithi135 bash[32435]: cluster 2023-12-07T18:44:34.449455+0000 mgr.a (mgr.14403) 3611 : cluster 0 pgmap v2691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:36 smithi135 bash[32435]: audit 2023-12-07T18:44:35.278187+0000 mgr.a (mgr.14403) 3612 : audit 0 from='client.83214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:36 smithi079 bash[28699]: cluster 2023-12-07T18:44:34.449455+0000 mgr.a (mgr.14403) 3611 : cluster 0 pgmap v2691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:36 smithi079 bash[28699]: audit 2023-12-07T18:44:35.278187+0000 mgr.a (mgr.14403) 3612 : audit 0 from='client.83214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:38 smithi194 bash[32038]: cluster 2023-12-07T18:44:36.450100+0000 mgr.a (mgr.14403) 3613 : cluster 0 pgmap v2692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:44:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:38 smithi135 bash[32435]: cluster 2023-12-07T18:44:36.450100+0000 mgr.a (mgr.14403) 3613 : cluster 0 pgmap v2692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:44:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:38 smithi079 bash[28699]: cluster 2023-12-07T18:44:36.450100+0000 mgr.a (mgr.14403) 3613 : cluster 0 pgmap v2692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:44:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:39 smithi194 bash[32038]: audit 2023-12-07T18:44:39.115968+0000 mon.a (mon.0) 963 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:44:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:39 smithi135 bash[32435]: audit 2023-12-07T18:44:39.115968+0000 mon.a (mon.0) 963 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:44:39.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:39 smithi079 bash[28699]: audit 2023-12-07T18:44:39.115968+0000 mon.a (mon.0) 963 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:44:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:40 smithi194 bash[32038]: cluster 2023-12-07T18:44:38.450719+0000 mgr.a (mgr.14403) 3614 : cluster 0 pgmap v2693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:44:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:40 smithi135 bash[32435]: cluster 2023-12-07T18:44:38.450719+0000 mgr.a (mgr.14403) 3614 : cluster 0 pgmap v2693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:44:40.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:40 smithi079 bash[28699]: cluster 2023-12-07T18:44:38.450719+0000 mgr.a (mgr.14403) 3614 : cluster 0 pgmap v2693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:44:40.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:44:40.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:40.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:41.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:41.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:41.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:41.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:44:41.731 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:44:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:42 smithi194 bash[32038]: cluster 2023-12-07T18:44:40.451515+0000 mgr.a (mgr.14403) 3615 : cluster 0 pgmap v2694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:44:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:42 smithi194 bash[32038]: audit 2023-12-07T18:44:41.215568+0000 mgr.a (mgr.14403) 3616 : audit 0 from='client.83292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:42 smithi135 bash[32435]: cluster 2023-12-07T18:44:40.451515+0000 mgr.a (mgr.14403) 3615 : cluster 0 pgmap v2694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:44:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:42 smithi135 bash[32435]: audit 2023-12-07T18:44:41.215568+0000 mgr.a (mgr.14403) 3616 : audit 0 from='client.83292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:42 smithi079 bash[28699]: cluster 2023-12-07T18:44:40.451515+0000 mgr.a (mgr.14403) 3615 : cluster 0 pgmap v2694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:44:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:42 smithi079 bash[28699]: audit 2023-12-07T18:44:41.215568+0000 mgr.a (mgr.14403) 3616 : audit 0 from='client.83292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:44 smithi194 bash[32038]: cluster 2023-12-07T18:44:42.452092+0000 mgr.a (mgr.14403) 3617 : cluster 0 pgmap v2695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:44 smithi135 bash[32435]: cluster 2023-12-07T18:44:42.452092+0000 mgr.a (mgr.14403) 3617 : cluster 0 pgmap v2695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:44.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:44 smithi079 bash[28699]: cluster 2023-12-07T18:44:42.452092+0000 mgr.a (mgr.14403) 3617 : cluster 0 pgmap v2695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:46 smithi194 bash[32038]: cluster 2023-12-07T18:44:44.452832+0000 mgr.a (mgr.14403) 3618 : cluster 0 pgmap v2696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:46 smithi135 bash[32435]: cluster 2023-12-07T18:44:44.452832+0000 mgr.a (mgr.14403) 3618 : cluster 0 pgmap v2696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:46 smithi079 bash[28699]: cluster 2023-12-07T18:44:44.452832+0000 mgr.a (mgr.14403) 3618 : cluster 0 pgmap v2696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:46.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:44:46.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:46.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:47.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:47.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:47.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:47.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:44:47.615 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:44:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:48 smithi194 bash[32038]: cluster 2023-12-07T18:44:46.453367+0000 mgr.a (mgr.14403) 3619 : cluster 0 pgmap v2697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:48 smithi194 bash[32038]: audit 2023-12-07T18:44:47.128502+0000 mgr.a (mgr.14403) 3620 : audit 0 from='client.83370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:48 smithi135 bash[32435]: cluster 2023-12-07T18:44:46.453367+0000 mgr.a (mgr.14403) 3619 : cluster 0 pgmap v2697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:48 smithi135 bash[32435]: audit 2023-12-07T18:44:47.128502+0000 mgr.a (mgr.14403) 3620 : audit 0 from='client.83370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:48 smithi079 bash[28699]: cluster 2023-12-07T18:44:46.453367+0000 mgr.a (mgr.14403) 3619 : cluster 0 pgmap v2697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:48 smithi079 bash[28699]: audit 2023-12-07T18:44:47.128502+0000 mgr.a (mgr.14403) 3620 : audit 0 from='client.83370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:50 smithi079 bash[28699]: cluster 2023-12-07T18:44:48.453988+0000 mgr.a (mgr.14403) 3621 : cluster 0 pgmap v2698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:50 smithi079 bash[28699]: audit 2023-12-07T18:44:49.759996+0000 mon.a (mon.0) 964 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:44:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:50 smithi079 bash[28699]: audit 2023-12-07T18:44:49.767275+0000 mon.a (mon.0) 965 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:44:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:50 smithi079 bash[28699]: audit 2023-12-07T18:44:49.768846+0000 mon.a (mon.0) 966 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:44:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:50 smithi079 bash[28699]: audit 2023-12-07T18:44:49.770489+0000 mon.a (mon.0) 967 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:44:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:50 smithi079 bash[28699]: audit 2023-12-07T18:44:49.778921+0000 mon.a (mon.0) 968 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:44:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:50 smithi194 bash[32038]: cluster 2023-12-07T18:44:48.453988+0000 mgr.a (mgr.14403) 3621 : cluster 0 pgmap v2698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:50 smithi194 bash[32038]: audit 2023-12-07T18:44:49.759996+0000 mon.a (mon.0) 964 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:44:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:50 smithi194 bash[32038]: audit 2023-12-07T18:44:49.767275+0000 mon.a (mon.0) 965 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:44:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:50 smithi194 bash[32038]: audit 2023-12-07T18:44:49.768846+0000 mon.a (mon.0) 966 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:44:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:50 smithi194 bash[32038]: audit 2023-12-07T18:44:49.770489+0000 mon.a (mon.0) 967 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:44:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:50 smithi194 bash[32038]: audit 2023-12-07T18:44:49.778921+0000 mon.a (mon.0) 968 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:44:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:50 smithi135 bash[32435]: cluster 2023-12-07T18:44:48.453988+0000 mgr.a (mgr.14403) 3621 : cluster 0 pgmap v2698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:50 smithi135 bash[32435]: audit 2023-12-07T18:44:49.759996+0000 mon.a (mon.0) 964 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:44:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:50 smithi135 bash[32435]: audit 2023-12-07T18:44:49.767275+0000 mon.a (mon.0) 965 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:44:50.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:50 smithi135 bash[32435]: audit 2023-12-07T18:44:49.768846+0000 mon.a (mon.0) 966 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:44:50.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:50 smithi135 bash[32435]: audit 2023-12-07T18:44:49.770489+0000 mon.a (mon.0) 967 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:44:50.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:50 smithi135 bash[32435]: audit 2023-12-07T18:44:49.778921+0000 mon.a (mon.0) 968 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:44:52.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:44:52.619 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:52.619 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:52 smithi079 bash[28699]: cluster 2023-12-07T18:44:50.454753+0000 mgr.a (mgr.14403) 3622 : cluster 0 pgmap v2699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:52 smithi194 bash[32038]: cluster 2023-12-07T18:44:50.454753+0000 mgr.a (mgr.14403) 3622 : cluster 0 pgmap v2699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:52.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:52 smithi135 bash[32435]: cluster 2023-12-07T18:44:50.454753+0000 mgr.a (mgr.14403) 3622 : cluster 0 pgmap v2699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:53.497 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:44:53.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:53.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:53.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:53.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:44:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:54 smithi079 bash[28699]: cluster 2023-12-07T18:44:52.455340+0000 mgr.a (mgr.14403) 3623 : cluster 0 pgmap v2700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:54 smithi079 bash[28699]: audit 2023-12-07T18:44:53.016647+0000 mgr.a (mgr.14403) 3624 : audit 0 from='client.83445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:54.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:54 smithi194 bash[32038]: cluster 2023-12-07T18:44:52.455340+0000 mgr.a (mgr.14403) 3623 : cluster 0 pgmap v2700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:54.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:54 smithi194 bash[32038]: audit 2023-12-07T18:44:53.016647+0000 mgr.a (mgr.14403) 3624 : audit 0 from='client.83445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:54 smithi135 bash[32435]: cluster 2023-12-07T18:44:52.455340+0000 mgr.a (mgr.14403) 3623 : cluster 0 pgmap v2700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:54 smithi135 bash[32435]: audit 2023-12-07T18:44:53.016647+0000 mgr.a (mgr.14403) 3624 : audit 0 from='client.83445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:44:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:56 smithi079 bash[28699]: cluster 2023-12-07T18:44:54.456364+0000 mgr.a (mgr.14403) 3625 : cluster 0 pgmap v2701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:56 smithi194 bash[32038]: cluster 2023-12-07T18:44:54.456364+0000 mgr.a (mgr.14403) 3625 : cluster 0 pgmap v2701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:56 smithi135 bash[32435]: cluster 2023-12-07T18:44:54.456364+0000 mgr.a (mgr.14403) 3625 : cluster 0 pgmap v2701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:44:58.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:44:58.500 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:44:58.500 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:44:58.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:44:58 smithi079 bash[28699]: cluster 2023-12-07T18:44:56.456878+0000 mgr.a (mgr.14403) 3626 : cluster 0 pgmap v2702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:44:58 smithi194 bash[32038]: cluster 2023-12-07T18:44:56.456878+0000 mgr.a (mgr.14403) 3626 : cluster 0 pgmap v2702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:44:58 smithi135 bash[32435]: cluster 2023-12-07T18:44:56.456878+0000 mgr.a (mgr.14403) 3626 : cluster 0 pgmap v2702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:44:59.394 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:44:59.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:44:59.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:44:59.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:44:59.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:45:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:00 smithi079 bash[28699]: cluster 2023-12-07T18:44:58.457476+0000 mgr.a (mgr.14403) 3627 : cluster 0 pgmap v2703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:00 smithi079 bash[28699]: audit 2023-12-07T18:44:58.899136+0000 mgr.a (mgr.14403) 3628 : audit 0 from='client.83517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:00 smithi194 bash[32038]: cluster 2023-12-07T18:44:58.457476+0000 mgr.a (mgr.14403) 3627 : cluster 0 pgmap v2703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:00 smithi194 bash[32038]: audit 2023-12-07T18:44:58.899136+0000 mgr.a (mgr.14403) 3628 : audit 0 from='client.83517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:00 smithi135 bash[32435]: cluster 2023-12-07T18:44:58.457476+0000 mgr.a (mgr.14403) 3627 : cluster 0 pgmap v2703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:00 smithi135 bash[32435]: audit 2023-12-07T18:44:58.899136+0000 mgr.a (mgr.14403) 3628 : audit 0 from='client.83517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:02 smithi079 bash[28699]: cluster 2023-12-07T18:45:00.458486+0000 mgr.a (mgr.14403) 3629 : cluster 0 pgmap v2704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:02 smithi194 bash[32038]: cluster 2023-12-07T18:45:00.458486+0000 mgr.a (mgr.14403) 3629 : cluster 0 pgmap v2704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:02 smithi135 bash[32435]: cluster 2023-12-07T18:45:00.458486+0000 mgr.a (mgr.14403) 3629 : cluster 0 pgmap v2704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:04.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:45:04.398 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:04.398 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:04 smithi079 bash[28699]: cluster 2023-12-07T18:45:02.459051+0000 mgr.a (mgr.14403) 3630 : cluster 0 pgmap v2705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:04 smithi194 bash[32038]: cluster 2023-12-07T18:45:02.459051+0000 mgr.a (mgr.14403) 3630 : cluster 0 pgmap v2705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:04 smithi135 bash[32435]: cluster 2023-12-07T18:45:02.459051+0000 mgr.a (mgr.14403) 3630 : cluster 0 pgmap v2705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:05.300 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:45:05.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:05.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:05.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:05.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:45:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:06 smithi079 bash[28699]: cluster 2023-12-07T18:45:04.459593+0000 mgr.a (mgr.14403) 3631 : cluster 0 pgmap v2706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:06 smithi079 bash[28699]: audit 2023-12-07T18:45:04.806334+0000 mgr.a (mgr.14403) 3632 : audit 0 from='client.83592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:06.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:06 smithi194 bash[32038]: cluster 2023-12-07T18:45:04.459593+0000 mgr.a (mgr.14403) 3631 : cluster 0 pgmap v2706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:06.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:06 smithi194 bash[32038]: audit 2023-12-07T18:45:04.806334+0000 mgr.a (mgr.14403) 3632 : audit 0 from='client.83592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:06.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:06 smithi135 bash[32435]: cluster 2023-12-07T18:45:04.459593+0000 mgr.a (mgr.14403) 3631 : cluster 0 pgmap v2706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:06.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:06 smithi135 bash[32435]: audit 2023-12-07T18:45:04.806334+0000 mgr.a (mgr.14403) 3632 : audit 0 from='client.83592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:08 smithi079 bash[28699]: cluster 2023-12-07T18:45:06.460291+0000 mgr.a (mgr.14403) 3633 : cluster 0 pgmap v2707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:08 smithi194 bash[32038]: cluster 2023-12-07T18:45:06.460291+0000 mgr.a (mgr.14403) 3633 : cluster 0 pgmap v2707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:08 smithi135 bash[32435]: cluster 2023-12-07T18:45:06.460291+0000 mgr.a (mgr.14403) 3633 : cluster 0 pgmap v2707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:10.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:45:10.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:10.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:10 smithi079 bash[28699]: cluster 2023-12-07T18:45:08.461086+0000 mgr.a (mgr.14403) 3634 : cluster 0 pgmap v2708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:10 smithi194 bash[32038]: cluster 2023-12-07T18:45:08.461086+0000 mgr.a (mgr.14403) 3634 : cluster 0 pgmap v2708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:10 smithi135 bash[32435]: cluster 2023-12-07T18:45:08.461086+0000 mgr.a (mgr.14403) 3634 : cluster 0 pgmap v2708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:11.187 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:45:11.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:11.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:11.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:11.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:45:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:12 smithi079 bash[28699]: cluster 2023-12-07T18:45:10.461750+0000 mgr.a (mgr.14403) 3635 : cluster 0 pgmap v2709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:12 smithi079 bash[28699]: audit 2023-12-07T18:45:10.707989+0000 mgr.a (mgr.14403) 3636 : audit 0 from='client.83664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:12 smithi194 bash[32038]: cluster 2023-12-07T18:45:10.461750+0000 mgr.a (mgr.14403) 3635 : cluster 0 pgmap v2709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:12 smithi194 bash[32038]: audit 2023-12-07T18:45:10.707989+0000 mgr.a (mgr.14403) 3636 : audit 0 from='client.83664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:12 smithi135 bash[32435]: cluster 2023-12-07T18:45:10.461750+0000 mgr.a (mgr.14403) 3635 : cluster 0 pgmap v2709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:12 smithi135 bash[32435]: audit 2023-12-07T18:45:10.707989+0000 mgr.a (mgr.14403) 3636 : audit 0 from='client.83664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:14 smithi079 bash[28699]: cluster 2023-12-07T18:45:12.462507+0000 mgr.a (mgr.14403) 3637 : cluster 0 pgmap v2710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:14 smithi194 bash[32038]: cluster 2023-12-07T18:45:12.462507+0000 mgr.a (mgr.14403) 3637 : cluster 0 pgmap v2710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:14 smithi135 bash[32435]: cluster 2023-12-07T18:45:12.462507+0000 mgr.a (mgr.14403) 3637 : cluster 0 pgmap v2710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:16.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:45:16.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:16.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:16 smithi079 bash[28699]: cluster 2023-12-07T18:45:14.463374+0000 mgr.a (mgr.14403) 3638 : cluster 0 pgmap v2711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:16 smithi194 bash[32038]: cluster 2023-12-07T18:45:14.463374+0000 mgr.a (mgr.14403) 3638 : cluster 0 pgmap v2711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:16 smithi135 bash[32435]: cluster 2023-12-07T18:45:14.463374+0000 mgr.a (mgr.14403) 3638 : cluster 0 pgmap v2711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:17.108 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:45:17.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:17.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:17.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:17.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:45:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:18 smithi079 bash[28699]: cluster 2023-12-07T18:45:16.463768+0000 mgr.a (mgr.14403) 3639 : cluster 0 pgmap v2712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:18 smithi079 bash[28699]: audit 2023-12-07T18:45:16.596211+0000 mgr.a (mgr.14403) 3640 : audit 0 from='client.83736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:18 smithi194 bash[32038]: cluster 2023-12-07T18:45:16.463768+0000 mgr.a (mgr.14403) 3639 : cluster 0 pgmap v2712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:18 smithi194 bash[32038]: audit 2023-12-07T18:45:16.596211+0000 mgr.a (mgr.14403) 3640 : audit 0 from='client.83736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:18 smithi135 bash[32435]: cluster 2023-12-07T18:45:16.463768+0000 mgr.a (mgr.14403) 3639 : cluster 0 pgmap v2712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:18 smithi135 bash[32435]: audit 2023-12-07T18:45:16.596211+0000 mgr.a (mgr.14403) 3640 : audit 0 from='client.83736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:20 smithi079 bash[28699]: cluster 2023-12-07T18:45:18.464662+0000 mgr.a (mgr.14403) 3641 : cluster 0 pgmap v2713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:20 smithi194 bash[32038]: cluster 2023-12-07T18:45:18.464662+0000 mgr.a (mgr.14403) 3641 : cluster 0 pgmap v2713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:20 smithi135 bash[32435]: cluster 2023-12-07T18:45:18.464662+0000 mgr.a (mgr.14403) 3641 : cluster 0 pgmap v2713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:22.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:45:22.110 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:22.110 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:22.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:22 smithi079 bash[28699]: cluster 2023-12-07T18:45:20.465247+0000 mgr.a (mgr.14403) 3642 : cluster 0 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-07T18:45:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:22 smithi194 bash[32038]: cluster 2023-12-07T18:45:20.465247+0000 mgr.a (mgr.14403) 3642 : cluster 0 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-07T18:45:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:22 smithi135 bash[32435]: cluster 2023-12-07T18:45:20.465247+0000 mgr.a (mgr.14403) 3642 : cluster 0 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-07T18:45:23.019 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:45:23.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:23.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:23.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:23.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:45:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:24 smithi079 bash[28699]: cluster 2023-12-07T18:45:22.465800+0000 mgr.a (mgr.14403) 3643 : cluster 0 pgmap v2715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:24 smithi079 bash[28699]: audit 2023-12-07T18:45:22.510842+0000 mgr.a (mgr.14403) 3644 : audit 0 from='client.83814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:24 smithi194 bash[32038]: cluster 2023-12-07T18:45:22.465800+0000 mgr.a (mgr.14403) 3643 : cluster 0 pgmap v2715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:24 smithi194 bash[32038]: audit 2023-12-07T18:45:22.510842+0000 mgr.a (mgr.14403) 3644 : audit 0 from='client.83814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:24 smithi135 bash[32435]: cluster 2023-12-07T18:45:22.465800+0000 mgr.a (mgr.14403) 3643 : cluster 0 pgmap v2715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:24 smithi135 bash[32435]: audit 2023-12-07T18:45:22.510842+0000 mgr.a (mgr.14403) 3644 : audit 0 from='client.83814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:26 smithi079 bash[28699]: cluster 2023-12-07T18:45:24.466698+0000 mgr.a (mgr.14403) 3645 : cluster 0 pgmap v2716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:26 smithi194 bash[32038]: cluster 2023-12-07T18:45:24.466698+0000 mgr.a (mgr.14403) 3645 : cluster 0 pgmap v2716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:26 smithi135 bash[32435]: cluster 2023-12-07T18:45:24.466698+0000 mgr.a (mgr.14403) 3645 : cluster 0 pgmap v2716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:28.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:45:28.023 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:28.023 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:28 smithi079 bash[28699]: cluster 2023-12-07T18:45:26.467334+0000 mgr.a (mgr.14403) 3646 : cluster 0 pgmap v2717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:28 smithi194 bash[32038]: cluster 2023-12-07T18:45:26.467334+0000 mgr.a (mgr.14403) 3646 : cluster 0 pgmap v2717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:28 smithi135 bash[32435]: cluster 2023-12-07T18:45:26.467334+0000 mgr.a (mgr.14403) 3646 : cluster 0 pgmap v2717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:28.929 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:45:28.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:28.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:28.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:28.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:45:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:30 smithi079 bash[28699]: audit 2023-12-07T18:45:28.424925+0000 mgr.a (mgr.14403) 3647 : audit 0 from='client.83889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:30 smithi079 bash[28699]: cluster 2023-12-07T18:45:28.468355+0000 mgr.a (mgr.14403) 3648 : cluster 0 pgmap v2718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:30.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:30 smithi194 bash[32038]: audit 2023-12-07T18:45:28.424925+0000 mgr.a (mgr.14403) 3647 : audit 0 from='client.83889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:30.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:30 smithi194 bash[32038]: cluster 2023-12-07T18:45:28.468355+0000 mgr.a (mgr.14403) 3648 : cluster 0 pgmap v2718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:30 smithi135 bash[32435]: audit 2023-12-07T18:45:28.424925+0000 mgr.a (mgr.14403) 3647 : audit 0 from='client.83889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:30 smithi135 bash[32435]: cluster 2023-12-07T18:45:28.468355+0000 mgr.a (mgr.14403) 3648 : cluster 0 pgmap v2718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:32 smithi079 bash[28699]: cluster 2023-12-07T18:45:30.469057+0000 mgr.a (mgr.14403) 3649 : cluster 0 pgmap v2719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:32 smithi194 bash[32038]: cluster 2023-12-07T18:45:30.469057+0000 mgr.a (mgr.14403) 3649 : cluster 0 pgmap v2719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:32.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:32 smithi135 bash[32435]: cluster 2023-12-07T18:45:30.469057+0000 mgr.a (mgr.14403) 3649 : cluster 0 pgmap v2719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:33.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:45:33.933 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:33.933 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:34 smithi079 bash[28699]: cluster 2023-12-07T18:45:32.469646+0000 mgr.a (mgr.14403) 3650 : cluster 0 pgmap v2720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:34 smithi194 bash[32038]: cluster 2023-12-07T18:45:32.469646+0000 mgr.a (mgr.14403) 3650 : cluster 0 pgmap v2720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:34 smithi135 bash[32435]: cluster 2023-12-07T18:45:32.469646+0000 mgr.a (mgr.14403) 3650 : cluster 0 pgmap v2720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:34.850 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:45:34.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:34.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:34.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:34.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:45:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:35 smithi079 bash[28699]: audit 2023-12-07T18:45:34.337573+0000 mgr.a (mgr.14403) 3651 : audit 0 from='client.83964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:35.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:35 smithi194 bash[32038]: audit 2023-12-07T18:45:34.337573+0000 mgr.a (mgr.14403) 3651 : audit 0 from='client.83964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:35 smithi135 bash[32435]: audit 2023-12-07T18:45:34.337573+0000 mgr.a (mgr.14403) 3651 : audit 0 from='client.83964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:36 smithi079 bash[28699]: cluster 2023-12-07T18:45:34.470360+0000 mgr.a (mgr.14403) 3652 : cluster 0 pgmap v2721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:36.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:36 smithi194 bash[32038]: cluster 2023-12-07T18:45:34.470360+0000 mgr.a (mgr.14403) 3652 : cluster 0 pgmap v2721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:36 smithi135 bash[32435]: cluster 2023-12-07T18:45:34.470360+0000 mgr.a (mgr.14403) 3652 : cluster 0 pgmap v2721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:38 smithi079 bash[28699]: cluster 2023-12-07T18:45:36.471161+0000 mgr.a (mgr.14403) 3653 : cluster 0 pgmap v2722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:38 smithi194 bash[32038]: cluster 2023-12-07T18:45:36.471161+0000 mgr.a (mgr.14403) 3653 : cluster 0 pgmap v2722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:38 smithi135 bash[32435]: cluster 2023-12-07T18:45:36.471161+0000 mgr.a (mgr.14403) 3653 : cluster 0 pgmap v2722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:45:39.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:45:39.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:39.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:40.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:40 smithi079 bash[28699]: cluster 2023-12-07T18:45:38.471935+0000 mgr.a (mgr.14403) 3654 : cluster 0 pgmap v2723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:40.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:40 smithi194 bash[32038]: cluster 2023-12-07T18:45:38.471935+0000 mgr.a (mgr.14403) 3654 : cluster 0 pgmap v2723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:40 smithi135 bash[32435]: cluster 2023-12-07T18:45:38.471935+0000 mgr.a (mgr.14403) 3654 : cluster 0 pgmap v2723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:40.751 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:45:40.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:40.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:40.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:40.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:45:41.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:41 smithi079 bash[28699]: audit 2023-12-07T18:45:40.250313+0000 mgr.a (mgr.14403) 3655 : audit 0 from='client.84036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:41 smithi194 bash[32038]: audit 2023-12-07T18:45:40.250313+0000 mgr.a (mgr.14403) 3655 : audit 0 from='client.84036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:41 smithi135 bash[32435]: audit 2023-12-07T18:45:40.250313+0000 mgr.a (mgr.14403) 3655 : audit 0 from='client.84036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:42 smithi079 bash[28699]: cluster 2023-12-07T18:45:40.472504+0000 mgr.a (mgr.14403) 3656 : cluster 0 pgmap v2724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:42 smithi194 bash[32038]: cluster 2023-12-07T18:45:40.472504+0000 mgr.a (mgr.14403) 3656 : cluster 0 pgmap v2724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:42 smithi135 bash[32435]: cluster 2023-12-07T18:45:40.472504+0000 mgr.a (mgr.14403) 3656 : cluster 0 pgmap v2724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:44.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:44 smithi079 bash[28699]: cluster 2023-12-07T18:45:42.473188+0000 mgr.a (mgr.14403) 3657 : cluster 0 pgmap v2725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:44.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:44 smithi194 bash[32038]: cluster 2023-12-07T18:45:42.473188+0000 mgr.a (mgr.14403) 3657 : cluster 0 pgmap v2725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:44 smithi135 bash[32435]: cluster 2023-12-07T18:45:42.473188+0000 mgr.a (mgr.14403) 3657 : cluster 0 pgmap v2725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:45.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:45:45.755 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:45.755 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:46 smithi079 bash[28699]: cluster 2023-12-07T18:45:44.474028+0000 mgr.a (mgr.14403) 3658 : cluster 0 pgmap v2726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:46.670 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:45:46.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:46.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:46.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:46.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:45:46.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:46 smithi194 bash[32038]: cluster 2023-12-07T18:45:44.474028+0000 mgr.a (mgr.14403) 3658 : cluster 0 pgmap v2726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:46 smithi135 bash[32435]: cluster 2023-12-07T18:45:44.474028+0000 mgr.a (mgr.14403) 3658 : cluster 0 pgmap v2726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:47.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:47 smithi079 bash[28699]: audit 2023-12-07T18:45:46.158918+0000 mgr.a (mgr.14403) 3659 : audit 0 from='client.75187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:47.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:47 smithi194 bash[32038]: audit 2023-12-07T18:45:46.158918+0000 mgr.a (mgr.14403) 3659 : audit 0 from='client.75187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:47 smithi135 bash[32435]: audit 2023-12-07T18:45:46.158918+0000 mgr.a (mgr.14403) 3659 : audit 0 from='client.75187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:48.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:48 smithi079 bash[28699]: cluster 2023-12-07T18:45:46.474696+0000 mgr.a (mgr.14403) 3660 : cluster 0 pgmap v2727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:48 smithi194 bash[32038]: cluster 2023-12-07T18:45:46.474696+0000 mgr.a (mgr.14403) 3660 : cluster 0 pgmap v2727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:48 smithi135 bash[32435]: cluster 2023-12-07T18:45:46.474696+0000 mgr.a (mgr.14403) 3660 : cluster 0 pgmap v2727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:50 smithi079 bash[28699]: cluster 2023-12-07T18:45:48.475663+0000 mgr.a (mgr.14403) 3661 : cluster 0 pgmap v2728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:50 smithi079 bash[28699]: audit 2023-12-07T18:45:49.881380+0000 mon.a (mon.0) 969 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:45:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:50 smithi194 bash[32038]: cluster 2023-12-07T18:45:48.475663+0000 mgr.a (mgr.14403) 3661 : cluster 0 pgmap v2728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:50 smithi194 bash[32038]: audit 2023-12-07T18:45:49.881380+0000 mon.a (mon.0) 969 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:45:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:50 smithi135 bash[32435]: cluster 2023-12-07T18:45:48.475663+0000 mgr.a (mgr.14403) 3661 : cluster 0 pgmap v2728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:50 smithi135 bash[32435]: audit 2023-12-07T18:45:49.881380+0000 mon.a (mon.0) 969 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:45:51.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:45:51.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:51.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:52 smithi079 bash[28699]: cluster 2023-12-07T18:45:50.476207+0000 mgr.a (mgr.14403) 3662 : cluster 0 pgmap v2729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:52 smithi079 bash[28699]: audit 2023-12-07T18:45:51.032307+0000 mon.a (mon.0) 970 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:52 smithi079 bash[28699]: audit 2023-12-07T18:45:51.038531+0000 mon.a (mon.0) 971 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:52 smithi079 bash[28699]: audit 2023-12-07T18:45:51.083369+0000 mon.a (mon.0) 972 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:52 smithi079 bash[28699]: audit 2023-12-07T18:45:51.087847+0000 mon.a (mon.0) 973 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:52 smithi079 bash[28699]: audit 2023-12-07T18:45:51.092098+0000 mon.a (mon.0) 974 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:52 smithi079 bash[28699]: audit 2023-12-07T18:45:51.096513+0000 mon.a (mon.0) 975 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:52 smithi079 bash[28699]: audit 2023-12-07T18:45:51.097523+0000 mon.a (mon.0) 976 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:45:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:52 smithi079 bash[28699]: audit 2023-12-07T18:45:51.098504+0000 mon.a (mon.0) 977 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:45:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:52 smithi079 bash[28699]: audit 2023-12-07T18:45:51.106101+0000 mon.a (mon.0) 978 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:52 smithi194 bash[32038]: cluster 2023-12-07T18:45:50.476207+0000 mgr.a (mgr.14403) 3662 : cluster 0 pgmap v2729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:52 smithi194 bash[32038]: audit 2023-12-07T18:45:51.032307+0000 mon.a (mon.0) 970 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:52 smithi194 bash[32038]: audit 2023-12-07T18:45:51.038531+0000 mon.a (mon.0) 971 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:52 smithi194 bash[32038]: audit 2023-12-07T18:45:51.083369+0000 mon.a (mon.0) 972 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:52 smithi194 bash[32038]: audit 2023-12-07T18:45:51.087847+0000 mon.a (mon.0) 973 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:52 smithi194 bash[32038]: audit 2023-12-07T18:45:51.092098+0000 mon.a (mon.0) 974 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:52 smithi194 bash[32038]: audit 2023-12-07T18:45:51.096513+0000 mon.a (mon.0) 975 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:52 smithi194 bash[32038]: audit 2023-12-07T18:45:51.097523+0000 mon.a (mon.0) 976 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:45:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:52 smithi194 bash[32038]: audit 2023-12-07T18:45:51.098504+0000 mon.a (mon.0) 977 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:45:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:52 smithi194 bash[32038]: audit 2023-12-07T18:45:51.106101+0000 mon.a (mon.0) 978 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:52 smithi135 bash[32435]: cluster 2023-12-07T18:45:50.476207+0000 mgr.a (mgr.14403) 3662 : cluster 0 pgmap v2729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:52 smithi135 bash[32435]: audit 2023-12-07T18:45:51.032307+0000 mon.a (mon.0) 970 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:52 smithi135 bash[32435]: audit 2023-12-07T18:45:51.038531+0000 mon.a (mon.0) 971 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:52 smithi135 bash[32435]: audit 2023-12-07T18:45:51.083369+0000 mon.a (mon.0) 972 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:52 smithi135 bash[32435]: audit 2023-12-07T18:45:51.087847+0000 mon.a (mon.0) 973 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:52 smithi135 bash[32435]: audit 2023-12-07T18:45:51.092098+0000 mon.a (mon.0) 974 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:52 smithi135 bash[32435]: audit 2023-12-07T18:45:51.096513+0000 mon.a (mon.0) 975 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:52 smithi135 bash[32435]: audit 2023-12-07T18:45:51.097523+0000 mon.a (mon.0) 976 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:45:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:52 smithi135 bash[32435]: audit 2023-12-07T18:45:51.098504+0000 mon.a (mon.0) 977 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:45:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:52 smithi135 bash[32435]: audit 2023-12-07T18:45:51.106101+0000 mon.a (mon.0) 978 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:45:52.538 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:45:52.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:52.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:52.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:52.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:45:53.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:53 smithi079 bash[28699]: audit 2023-12-07T18:45:52.055896+0000 mgr.a (mgr.14403) 3663 : audit 0 from='client.84189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:53 smithi194 bash[32038]: audit 2023-12-07T18:45:52.055896+0000 mgr.a (mgr.14403) 3663 : audit 0 from='client.84189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:53 smithi135 bash[32435]: audit 2023-12-07T18:45:52.055896+0000 mgr.a (mgr.14403) 3663 : audit 0 from='client.84189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:54 smithi079 bash[28699]: cluster 2023-12-07T18:45:52.476973+0000 mgr.a (mgr.14403) 3664 : cluster 0 pgmap v2730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:54 smithi194 bash[32038]: cluster 2023-12-07T18:45:52.476973+0000 mgr.a (mgr.14403) 3664 : cluster 0 pgmap v2730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:54 smithi135 bash[32435]: cluster 2023-12-07T18:45:52.476973+0000 mgr.a (mgr.14403) 3664 : cluster 0 pgmap v2730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:56 smithi079 bash[28699]: cluster 2023-12-07T18:45:54.477839+0000 mgr.a (mgr.14403) 3665 : cluster 0 pgmap v2731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:56 smithi194 bash[32038]: cluster 2023-12-07T18:45:54.477839+0000 mgr.a (mgr.14403) 3665 : cluster 0 pgmap v2731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:56 smithi135 bash[32435]: cluster 2023-12-07T18:45:54.477839+0000 mgr.a (mgr.14403) 3665 : cluster 0 pgmap v2731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:45:57.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:45:57.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:45:57.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:45:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:58 smithi079 bash[28699]: cluster 2023-12-07T18:45:56.478421+0000 mgr.a (mgr.14403) 3666 : cluster 0 pgmap v2732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:58.434 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:45:58.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:45:58.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:45:58.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:45:58.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:45:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:58 smithi194 bash[32038]: cluster 2023-12-07T18:45:56.478421+0000 mgr.a (mgr.14403) 3666 : cluster 0 pgmap v2732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:58 smithi135 bash[32435]: cluster 2023-12-07T18:45:56.478421+0000 mgr.a (mgr.14403) 3666 : cluster 0 pgmap v2732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:45:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:45:59 smithi079 bash[28699]: audit 2023-12-07T18:45:57.942198+0000 mgr.a (mgr.14403) 3667 : audit 0 from='client.84267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:45:59 smithi194 bash[32038]: audit 2023-12-07T18:45:57.942198+0000 mgr.a (mgr.14403) 3667 : audit 0 from='client.84267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:45:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:45:59 smithi135 bash[32435]: audit 2023-12-07T18:45:57.942198+0000 mgr.a (mgr.14403) 3667 : audit 0 from='client.84267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:00 smithi079 bash[28699]: cluster 2023-12-07T18:45:58.479354+0000 mgr.a (mgr.14403) 3668 : cluster 0 pgmap v2733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:46:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:00 smithi194 bash[32038]: cluster 2023-12-07T18:45:58.479354+0000 mgr.a (mgr.14403) 3668 : cluster 0 pgmap v2733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:46:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:00 smithi135 bash[32435]: cluster 2023-12-07T18:45:58.479354+0000 mgr.a (mgr.14403) 3668 : cluster 0 pgmap v2733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:46:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:02 smithi079 bash[28699]: cluster 2023-12-07T18:46:00.479888+0000 mgr.a (mgr.14403) 3669 : cluster 0 pgmap v2734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:46:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:02 smithi194 bash[32038]: cluster 2023-12-07T18:46:00.479888+0000 mgr.a (mgr.14403) 3669 : cluster 0 pgmap v2734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:46:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:02 smithi135 bash[32435]: cluster 2023-12-07T18:46:00.479888+0000 mgr.a (mgr.14403) 3669 : cluster 0 pgmap v2734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:46:03.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:46:03.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:03.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:04.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:46:04.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:04.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:04.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:04.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:46:04.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:04 smithi079 bash[28699]: cluster 2023-12-07T18:46:02.480489+0000 mgr.a (mgr.14403) 3670 : cluster 0 pgmap v2735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:46:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:04 smithi194 bash[32038]: cluster 2023-12-07T18:46:02.480489+0000 mgr.a (mgr.14403) 3670 : cluster 0 pgmap v2735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:46:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:04 smithi135 bash[32435]: cluster 2023-12-07T18:46:02.480489+0000 mgr.a (mgr.14403) 3670 : cluster 0 pgmap v2735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:46:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:05 smithi079 bash[28699]: audit 2023-12-07T18:46:03.842622+0000 mgr.a (mgr.14403) 3671 : audit 0 from='client.84339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:05 smithi194 bash[32038]: audit 2023-12-07T18:46:03.842622+0000 mgr.a (mgr.14403) 3671 : audit 0 from='client.84339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:05 smithi135 bash[32435]: audit 2023-12-07T18:46:03.842622+0000 mgr.a (mgr.14403) 3671 : audit 0 from='client.84339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:06 smithi079 bash[28699]: cluster 2023-12-07T18:46:04.481668+0000 mgr.a (mgr.14403) 3672 : cluster 0 pgmap v2736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:06 smithi194 bash[32038]: cluster 2023-12-07T18:46:04.481668+0000 mgr.a (mgr.14403) 3672 : cluster 0 pgmap v2736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:06 smithi135 bash[32435]: cluster 2023-12-07T18:46:04.481668+0000 mgr.a (mgr.14403) 3672 : cluster 0 pgmap v2736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:08 smithi079 bash[28699]: cluster 2023-12-07T18:46:06.482270+0000 mgr.a (mgr.14403) 3673 : cluster 0 pgmap v2737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:08 smithi194 bash[32038]: cluster 2023-12-07T18:46:06.482270+0000 mgr.a (mgr.14403) 3673 : cluster 0 pgmap v2737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:08.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:08 smithi135 bash[32435]: cluster 2023-12-07T18:46:06.482270+0000 mgr.a (mgr.14403) 3673 : cluster 0 pgmap v2737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:09.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:46:09.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:09.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:10.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:10.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:10.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:10.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:46:10.263 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:46:10.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:10 smithi079 bash[28699]: cluster 2023-12-07T18:46:08.483051+0000 mgr.a (mgr.14403) 3674 : cluster 0 pgmap v2738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:10 smithi194 bash[32038]: cluster 2023-12-07T18:46:08.483051+0000 mgr.a (mgr.14403) 3674 : cluster 0 pgmap v2738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:10 smithi135 bash[32435]: cluster 2023-12-07T18:46:08.483051+0000 mgr.a (mgr.14403) 3674 : cluster 0 pgmap v2738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:11 smithi079 bash[28699]: audit 2023-12-07T18:46:09.770231+0000 mgr.a (mgr.14403) 3675 : audit 0 from='client.84417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:11 smithi194 bash[32038]: audit 2023-12-07T18:46:09.770231+0000 mgr.a (mgr.14403) 3675 : audit 0 from='client.84417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:11 smithi135 bash[32435]: audit 2023-12-07T18:46:09.770231+0000 mgr.a (mgr.14403) 3675 : audit 0 from='client.84417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:12 smithi079 bash[28699]: cluster 2023-12-07T18:46:10.483714+0000 mgr.a (mgr.14403) 3676 : cluster 0 pgmap v2739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:46:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:12 smithi194 bash[32038]: cluster 2023-12-07T18:46:10.483714+0000 mgr.a (mgr.14403) 3676 : cluster 0 pgmap v2739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:46:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:12 smithi135 bash[32435]: cluster 2023-12-07T18:46:10.483714+0000 mgr.a (mgr.14403) 3676 : cluster 0 pgmap v2739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:46:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:14 smithi079 bash[28699]: cluster 2023-12-07T18:46:12.484273+0000 mgr.a (mgr.14403) 3677 : cluster 0 pgmap v2740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:46:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:14 smithi194 bash[32038]: cluster 2023-12-07T18:46:12.484273+0000 mgr.a (mgr.14403) 3677 : cluster 0 pgmap v2740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:46:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:14 smithi135 bash[32435]: cluster 2023-12-07T18:46:12.484273+0000 mgr.a (mgr.14403) 3677 : cluster 0 pgmap v2740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:46:15.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:46:15.266 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:15.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:16.160 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:46:16.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:16.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:16.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:16.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:46:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:16 smithi079 bash[28699]: cluster 2023-12-07T18:46:14.485082+0000 mgr.a (mgr.14403) 3678 : cluster 0 pgmap v2741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:46:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:16 smithi194 bash[32038]: cluster 2023-12-07T18:46:14.485082+0000 mgr.a (mgr.14403) 3678 : cluster 0 pgmap v2741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:46:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:16 smithi135 bash[32435]: cluster 2023-12-07T18:46:14.485082+0000 mgr.a (mgr.14403) 3678 : cluster 0 pgmap v2741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:46:17.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:17 smithi079 bash[28699]: audit 2023-12-07T18:46:15.664438+0000 mgr.a (mgr.14403) 3679 : audit 0 from='client.84495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:17 smithi194 bash[32038]: audit 2023-12-07T18:46:15.664438+0000 mgr.a (mgr.14403) 3679 : audit 0 from='client.84495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:17 smithi135 bash[32435]: audit 2023-12-07T18:46:15.664438+0000 mgr.a (mgr.14403) 3679 : audit 0 from='client.84495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:18 smithi079 bash[28699]: cluster 2023-12-07T18:46:16.485799+0000 mgr.a (mgr.14403) 3680 : cluster 0 pgmap v2742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:18 smithi194 bash[32038]: cluster 2023-12-07T18:46:16.485799+0000 mgr.a (mgr.14403) 3680 : cluster 0 pgmap v2742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:18 smithi135 bash[32435]: cluster 2023-12-07T18:46:16.485799+0000 mgr.a (mgr.14403) 3680 : cluster 0 pgmap v2742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:20 smithi079 bash[28699]: cluster 2023-12-07T18:46:18.486592+0000 mgr.a (mgr.14403) 3681 : cluster 0 pgmap v2743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:20 smithi194 bash[32038]: cluster 2023-12-07T18:46:18.486592+0000 mgr.a (mgr.14403) 3681 : cluster 0 pgmap v2743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:20 smithi135 bash[32435]: cluster 2023-12-07T18:46:18.486592+0000 mgr.a (mgr.14403) 3681 : cluster 0 pgmap v2743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:21.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:46:21.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:21.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:22.036 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:46:22.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:22.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:22.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:22.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:46:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:22 smithi079 bash[28699]: cluster 2023-12-07T18:46:20.487160+0000 mgr.a (mgr.14403) 3682 : cluster 0 pgmap v2744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:22 smithi194 bash[32038]: cluster 2023-12-07T18:46:20.487160+0000 mgr.a (mgr.14403) 3682 : cluster 0 pgmap v2744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:22 smithi135 bash[32435]: cluster 2023-12-07T18:46:20.487160+0000 mgr.a (mgr.14403) 3682 : cluster 0 pgmap v2744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:23.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:23 smithi079 bash[28699]: audit 2023-12-07T18:46:21.558285+0000 mgr.a (mgr.14403) 3683 : audit 0 from='client.84567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:23 smithi194 bash[32038]: audit 2023-12-07T18:46:21.558285+0000 mgr.a (mgr.14403) 3683 : audit 0 from='client.84567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:23.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:23 smithi135 bash[32435]: audit 2023-12-07T18:46:21.558285+0000 mgr.a (mgr.14403) 3683 : audit 0 from='client.84567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:24 smithi079 bash[28699]: cluster 2023-12-07T18:46:22.487817+0000 mgr.a (mgr.14403) 3684 : cluster 0 pgmap v2745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:24 smithi194 bash[32038]: cluster 2023-12-07T18:46:22.487817+0000 mgr.a (mgr.14403) 3684 : cluster 0 pgmap v2745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:24 smithi135 bash[32435]: cluster 2023-12-07T18:46:22.487817+0000 mgr.a (mgr.14403) 3684 : cluster 0 pgmap v2745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:26 smithi079 bash[28699]: cluster 2023-12-07T18:46:24.488646+0000 mgr.a (mgr.14403) 3685 : cluster 0 pgmap v2746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:26 smithi194 bash[32038]: cluster 2023-12-07T18:46:24.488646+0000 mgr.a (mgr.14403) 3685 : cluster 0 pgmap v2746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:26 smithi135 bash[32435]: cluster 2023-12-07T18:46:24.488646+0000 mgr.a (mgr.14403) 3685 : cluster 0 pgmap v2746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:27.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:46:27.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:27.040 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:27.940 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:46:27.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:27.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:27.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:27.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:46:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:28 smithi079 bash[28699]: cluster 2023-12-07T18:46:26.489226+0000 mgr.a (mgr.14403) 3686 : cluster 0 pgmap v2747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:28 smithi194 bash[32038]: cluster 2023-12-07T18:46:26.489226+0000 mgr.a (mgr.14403) 3686 : cluster 0 pgmap v2747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:28 smithi135 bash[32435]: cluster 2023-12-07T18:46:26.489226+0000 mgr.a (mgr.14403) 3686 : cluster 0 pgmap v2747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:29 smithi194 bash[32038]: audit 2023-12-07T18:46:27.442583+0000 mgr.a (mgr.14403) 3687 : audit 0 from='client.84645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:29 smithi135 bash[32435]: audit 2023-12-07T18:46:27.442583+0000 mgr.a (mgr.14403) 3687 : audit 0 from='client.84645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:29.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:29 smithi079 bash[28699]: audit 2023-12-07T18:46:27.442583+0000 mgr.a (mgr.14403) 3687 : audit 0 from='client.84645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:30 smithi194 bash[32038]: cluster 2023-12-07T18:46:28.490131+0000 mgr.a (mgr.14403) 3688 : cluster 0 pgmap v2748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:30 smithi135 bash[32435]: cluster 2023-12-07T18:46:28.490131+0000 mgr.a (mgr.14403) 3688 : cluster 0 pgmap v2748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:30 smithi079 bash[28699]: cluster 2023-12-07T18:46:28.490131+0000 mgr.a (mgr.14403) 3688 : cluster 0 pgmap v2748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:32 smithi194 bash[32038]: cluster 2023-12-07T18:46:30.490689+0000 mgr.a (mgr.14403) 3689 : cluster 0 pgmap v2749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:32 smithi135 bash[32435]: cluster 2023-12-07T18:46:30.490689+0000 mgr.a (mgr.14403) 3689 : cluster 0 pgmap v2749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:32 smithi079 bash[28699]: cluster 2023-12-07T18:46:30.490689+0000 mgr.a (mgr.14403) 3689 : cluster 0 pgmap v2749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:32.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:46:32.943 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:32.943 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:33.840 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:46:33.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:33.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:33.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:33.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:46:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:34 smithi194 bash[32038]: cluster 2023-12-07T18:46:32.491289+0000 mgr.a (mgr.14403) 3690 : cluster 0 pgmap v2750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:34 smithi194 bash[32038]: audit 2023-12-07T18:46:33.356588+0000 mgr.a (mgr.14403) 3691 : audit 0 from='client.84723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:34 smithi135 bash[32435]: cluster 2023-12-07T18:46:32.491289+0000 mgr.a (mgr.14403) 3690 : cluster 0 pgmap v2750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:34 smithi135 bash[32435]: audit 2023-12-07T18:46:33.356588+0000 mgr.a (mgr.14403) 3691 : audit 0 from='client.84723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:34 smithi079 bash[28699]: cluster 2023-12-07T18:46:32.491289+0000 mgr.a (mgr.14403) 3690 : cluster 0 pgmap v2750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:34.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:34 smithi079 bash[28699]: audit 2023-12-07T18:46:33.356588+0000 mgr.a (mgr.14403) 3691 : audit 0 from='client.84723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:36 smithi194 bash[32038]: cluster 2023-12-07T18:46:34.492355+0000 mgr.a (mgr.14403) 3692 : cluster 0 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-07T18:46:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:36 smithi135 bash[32435]: cluster 2023-12-07T18:46:34.492355+0000 mgr.a (mgr.14403) 3692 : cluster 0 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-07T18:46:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:36 smithi079 bash[28699]: cluster 2023-12-07T18:46:34.492355+0000 mgr.a (mgr.14403) 3692 : cluster 0 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-07T18:46:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:38 smithi194 bash[32038]: cluster 2023-12-07T18:46:36.492923+0000 mgr.a (mgr.14403) 3693 : cluster 0 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-07T18:46:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:38 smithi135 bash[32435]: cluster 2023-12-07T18:46:36.492923+0000 mgr.a (mgr.14403) 3693 : cluster 0 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-07T18:46:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:38 smithi079 bash[28699]: cluster 2023-12-07T18:46:36.492923+0000 mgr.a (mgr.14403) 3693 : cluster 0 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-07T18:46:38.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:46:38.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:38.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:39.757 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:46:39.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:39.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:39.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:39.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:46:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:40 smithi194 bash[32038]: cluster 2023-12-07T18:46:38.493644+0000 mgr.a (mgr.14403) 3694 : cluster 0 pgmap v2753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:40 smithi194 bash[32038]: audit 2023-12-07T18:46:39.242831+0000 mgr.a (mgr.14403) 3695 : audit 0 from='client.84798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:40 smithi135 bash[32435]: cluster 2023-12-07T18:46:38.493644+0000 mgr.a (mgr.14403) 3694 : cluster 0 pgmap v2753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:40 smithi135 bash[32435]: audit 2023-12-07T18:46:39.242831+0000 mgr.a (mgr.14403) 3695 : audit 0 from='client.84798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:40.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:40 smithi079 bash[28699]: cluster 2023-12-07T18:46:38.493644+0000 mgr.a (mgr.14403) 3694 : cluster 0 pgmap v2753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:40.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:40 smithi079 bash[28699]: audit 2023-12-07T18:46:39.242831+0000 mgr.a (mgr.14403) 3695 : audit 0 from='client.84798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:42 smithi194 bash[32038]: cluster 2023-12-07T18:46:40.494333+0000 mgr.a (mgr.14403) 3696 : cluster 0 pgmap v2754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:42 smithi135 bash[32435]: cluster 2023-12-07T18:46:40.494333+0000 mgr.a (mgr.14403) 3696 : cluster 0 pgmap v2754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:42 smithi079 bash[28699]: cluster 2023-12-07T18:46:40.494333+0000 mgr.a (mgr.14403) 3696 : cluster 0 pgmap v2754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:46:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:44 smithi194 bash[32038]: cluster 2023-12-07T18:46:42.494930+0000 mgr.a (mgr.14403) 3697 : cluster 0 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-07T18:46:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:44 smithi135 bash[32435]: cluster 2023-12-07T18:46:42.494930+0000 mgr.a (mgr.14403) 3697 : cluster 0 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-07T18:46:44.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:44 smithi079 bash[28699]: cluster 2023-12-07T18:46:42.494930+0000 mgr.a (mgr.14403) 3697 : cluster 0 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-07T18:46:44.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:46:44.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:44.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:45.652 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:46:45.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:45.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:45.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:45.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:46:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:46 smithi194 bash[32038]: cluster 2023-12-07T18:46:44.495749+0000 mgr.a (mgr.14403) 3698 : cluster 0 pgmap v2756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:46 smithi194 bash[32038]: audit 2023-12-07T18:46:45.164385+0000 mgr.a (mgr.14403) 3699 : audit 0 from='client.84876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:46 smithi135 bash[32435]: cluster 2023-12-07T18:46:44.495749+0000 mgr.a (mgr.14403) 3698 : cluster 0 pgmap v2756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:46 smithi135 bash[32435]: audit 2023-12-07T18:46:45.164385+0000 mgr.a (mgr.14403) 3699 : audit 0 from='client.84876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:46 smithi079 bash[28699]: cluster 2023-12-07T18:46:44.495749+0000 mgr.a (mgr.14403) 3698 : cluster 0 pgmap v2756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:46 smithi079 bash[28699]: audit 2023-12-07T18:46:45.164385+0000 mgr.a (mgr.14403) 3699 : audit 0 from='client.84876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:48 smithi194 bash[32038]: cluster 2023-12-07T18:46:46.496444+0000 mgr.a (mgr.14403) 3700 : cluster 0 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-07T18:46:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:48 smithi135 bash[32435]: cluster 2023-12-07T18:46:46.496444+0000 mgr.a (mgr.14403) 3700 : cluster 0 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-07T18:46:48.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:48 smithi079 bash[28699]: cluster 2023-12-07T18:46:46.496444+0000 mgr.a (mgr.14403) 3700 : cluster 0 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-07T18:46:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:50 smithi194 bash[32038]: cluster 2023-12-07T18:46:48.497240+0000 mgr.a (mgr.14403) 3701 : cluster 0 pgmap v2758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:50 smithi135 bash[32435]: cluster 2023-12-07T18:46:48.497240+0000 mgr.a (mgr.14403) 3701 : cluster 0 pgmap v2758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:50 smithi079 bash[28699]: cluster 2023-12-07T18:46:48.497240+0000 mgr.a (mgr.14403) 3701 : cluster 0 pgmap v2758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:46:50.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:46:50.655 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:50.655 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:51.551 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:46:51.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:51.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:51.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:51.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:46:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:52 smithi194 bash[32038]: cluster 2023-12-07T18:46:50.497795+0000 mgr.a (mgr.14403) 3702 : cluster 0 pgmap v2759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:52 smithi194 bash[32038]: audit 2023-12-07T18:46:51.057690+0000 mgr.a (mgr.14403) 3703 : audit 0 from='client.84954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:52 smithi194 bash[32038]: audit 2023-12-07T18:46:51.208904+0000 mon.a (mon.0) 979 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:46:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:52 smithi194 bash[32038]: audit 2023-12-07T18:46:51.957078+0000 mon.a (mon.0) 980 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:46:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:52 smithi194 bash[32038]: audit 2023-12-07T18:46:51.958748+0000 mon.a (mon.0) 981 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:46:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:52 smithi194 bash[32038]: audit 2023-12-07T18:46:51.967856+0000 mon.a (mon.0) 982 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:46:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:52 smithi135 bash[32435]: cluster 2023-12-07T18:46:50.497795+0000 mgr.a (mgr.14403) 3702 : cluster 0 pgmap v2759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:52 smithi135 bash[32435]: audit 2023-12-07T18:46:51.057690+0000 mgr.a (mgr.14403) 3703 : audit 0 from='client.84954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:52 smithi135 bash[32435]: audit 2023-12-07T18:46:51.208904+0000 mon.a (mon.0) 979 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:46:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:52 smithi135 bash[32435]: audit 2023-12-07T18:46:51.957078+0000 mon.a (mon.0) 980 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:46:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:52 smithi135 bash[32435]: audit 2023-12-07T18:46:51.958748+0000 mon.a (mon.0) 981 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:46:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:52 smithi135 bash[32435]: audit 2023-12-07T18:46:51.967856+0000 mon.a (mon.0) 982 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:46:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:52 smithi079 bash[28699]: cluster 2023-12-07T18:46:50.497795+0000 mgr.a (mgr.14403) 3702 : cluster 0 pgmap v2759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:52 smithi079 bash[28699]: audit 2023-12-07T18:46:51.057690+0000 mgr.a (mgr.14403) 3703 : audit 0 from='client.84954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:52 smithi079 bash[28699]: audit 2023-12-07T18:46:51.208904+0000 mon.a (mon.0) 979 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:46:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:52 smithi079 bash[28699]: audit 2023-12-07T18:46:51.957078+0000 mon.a (mon.0) 980 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:46:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:52 smithi079 bash[28699]: audit 2023-12-07T18:46:51.958748+0000 mon.a (mon.0) 981 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:46:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:52 smithi079 bash[28699]: audit 2023-12-07T18:46:51.967856+0000 mon.a (mon.0) 982 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:46:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:54 smithi135 bash[32435]: cluster 2023-12-07T18:46:52.498427+0000 mgr.a (mgr.14403) 3704 : cluster 0 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-07T18:46:54.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:54 smithi079 bash[28699]: cluster 2023-12-07T18:46:52.498427+0000 mgr.a (mgr.14403) 3704 : cluster 0 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-07T18:46:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:54 smithi194 bash[32038]: cluster 2023-12-07T18:46:52.498427+0000 mgr.a (mgr.14403) 3704 : cluster 0 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-07T18:46:56.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:46:56.554 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:46:56.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:46:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:56 smithi079 bash[28699]: cluster 2023-12-07T18:46:54.499292+0000 mgr.a (mgr.14403) 3705 : cluster 0 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-07T18:46:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:56 smithi194 bash[32038]: cluster 2023-12-07T18:46:54.499292+0000 mgr.a (mgr.14403) 3705 : cluster 0 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-07T18:46:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:56 smithi135 bash[32435]: cluster 2023-12-07T18:46:54.499292+0000 mgr.a (mgr.14403) 3705 : cluster 0 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-07T18:46:57.481 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:46:57.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:46:57.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:46:57.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:46:57.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:46:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:58 smithi079 bash[28699]: cluster 2023-12-07T18:46:56.499874+0000 mgr.a (mgr.14403) 3706 : cluster 0 pgmap v2762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:46:58 smithi079 bash[28699]: audit 2023-12-07T18:46:56.962374+0000 mgr.a (mgr.14403) 3707 : audit 0 from='client.85029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:58 smithi194 bash[32038]: cluster 2023-12-07T18:46:56.499874+0000 mgr.a (mgr.14403) 3706 : cluster 0 pgmap v2762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:46:58 smithi194 bash[32038]: audit 2023-12-07T18:46:56.962374+0000 mgr.a (mgr.14403) 3707 : audit 0 from='client.85029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:46:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:58 smithi135 bash[32435]: cluster 2023-12-07T18:46:56.499874+0000 mgr.a (mgr.14403) 3706 : cluster 0 pgmap v2762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:46:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:46:58 smithi135 bash[32435]: audit 2023-12-07T18:46:56.962374+0000 mgr.a (mgr.14403) 3707 : audit 0 from='client.85029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:00 smithi079 bash[28699]: cluster 2023-12-07T18:46:58.500763+0000 mgr.a (mgr.14403) 3708 : cluster 0 pgmap v2763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:00 smithi194 bash[32038]: cluster 2023-12-07T18:46:58.500763+0000 mgr.a (mgr.14403) 3708 : cluster 0 pgmap v2763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:00 smithi135 bash[32435]: cluster 2023-12-07T18:46:58.500763+0000 mgr.a (mgr.14403) 3708 : cluster 0 pgmap v2763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:02.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:47:02.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:02.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:02 smithi079 bash[28699]: cluster 2023-12-07T18:47:00.501342+0000 mgr.a (mgr.14403) 3709 : cluster 0 pgmap v2764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:02 smithi194 bash[32038]: cluster 2023-12-07T18:47:00.501342+0000 mgr.a (mgr.14403) 3709 : cluster 0 pgmap v2764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:02 smithi135 bash[32435]: cluster 2023-12-07T18:47:00.501342+0000 mgr.a (mgr.14403) 3709 : cluster 0 pgmap v2764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:03.389 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:47:03.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:03.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:03.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:03.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:47:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:04 smithi079 bash[28699]: cluster 2023-12-07T18:47:02.501919+0000 mgr.a (mgr.14403) 3710 : cluster 0 pgmap v2765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:04 smithi079 bash[28699]: audit 2023-12-07T18:47:02.883134+0000 mgr.a (mgr.14403) 3711 : audit 0 from='client.85107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:04 smithi194 bash[32038]: cluster 2023-12-07T18:47:02.501919+0000 mgr.a (mgr.14403) 3710 : cluster 0 pgmap v2765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:04 smithi194 bash[32038]: audit 2023-12-07T18:47:02.883134+0000 mgr.a (mgr.14403) 3711 : audit 0 from='client.85107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:04 smithi135 bash[32435]: cluster 2023-12-07T18:47:02.501919+0000 mgr.a (mgr.14403) 3710 : cluster 0 pgmap v2765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:04 smithi135 bash[32435]: audit 2023-12-07T18:47:02.883134+0000 mgr.a (mgr.14403) 3711 : audit 0 from='client.85107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:06 smithi079 bash[28699]: cluster 2023-12-07T18:47:04.502829+0000 mgr.a (mgr.14403) 3712 : cluster 0 pgmap v2766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:06.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:06 smithi194 bash[32038]: cluster 2023-12-07T18:47:04.502829+0000 mgr.a (mgr.14403) 3712 : cluster 0 pgmap v2766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:06.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:06 smithi135 bash[32435]: cluster 2023-12-07T18:47:04.502829+0000 mgr.a (mgr.14403) 3712 : cluster 0 pgmap v2766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:08.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:47:08.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:08.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:08 smithi079 bash[28699]: cluster 2023-12-07T18:47:06.503403+0000 mgr.a (mgr.14403) 3713 : cluster 0 pgmap v2767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:08 smithi194 bash[32038]: cluster 2023-12-07T18:47:06.503403+0000 mgr.a (mgr.14403) 3713 : cluster 0 pgmap v2767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:08 smithi135 bash[32435]: cluster 2023-12-07T18:47:06.503403+0000 mgr.a (mgr.14403) 3713 : cluster 0 pgmap v2767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:09.300 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:47:09.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:09.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:09.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:09.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:47:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:10 smithi079 bash[28699]: cluster 2023-12-07T18:47:08.504143+0000 mgr.a (mgr.14403) 3714 : cluster 0 pgmap v2768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:10 smithi079 bash[28699]: audit 2023-12-07T18:47:08.796372+0000 mgr.a (mgr.14403) 3715 : audit 0 from='client.85182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:10 smithi194 bash[32038]: cluster 2023-12-07T18:47:08.504143+0000 mgr.a (mgr.14403) 3714 : cluster 0 pgmap v2768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:10 smithi194 bash[32038]: audit 2023-12-07T18:47:08.796372+0000 mgr.a (mgr.14403) 3715 : audit 0 from='client.85182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:10 smithi135 bash[32435]: cluster 2023-12-07T18:47:08.504143+0000 mgr.a (mgr.14403) 3714 : cluster 0 pgmap v2768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:10 smithi135 bash[32435]: audit 2023-12-07T18:47:08.796372+0000 mgr.a (mgr.14403) 3715 : audit 0 from='client.85182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:12.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:12 smithi079 bash[28699]: cluster 2023-12-07T18:47:10.504799+0000 mgr.a (mgr.14403) 3716 : cluster 0 pgmap v2769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:12 smithi194 bash[32038]: cluster 2023-12-07T18:47:10.504799+0000 mgr.a (mgr.14403) 3716 : cluster 0 pgmap v2769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:12 smithi135 bash[32435]: cluster 2023-12-07T18:47:10.504799+0000 mgr.a (mgr.14403) 3716 : cluster 0 pgmap v2769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:14.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:47:14.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:14.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:14 smithi079 bash[28699]: cluster 2023-12-07T18:47:12.505379+0000 mgr.a (mgr.14403) 3717 : cluster 0 pgmap v2770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:14 smithi194 bash[32038]: cluster 2023-12-07T18:47:12.505379+0000 mgr.a (mgr.14403) 3717 : cluster 0 pgmap v2770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:14 smithi135 bash[32435]: cluster 2023-12-07T18:47:12.505379+0000 mgr.a (mgr.14403) 3717 : cluster 0 pgmap v2770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:15.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:15.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:15.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:15.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:47:15.216 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:47:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:16 smithi079 bash[28699]: cluster 2023-12-07T18:47:14.506300+0000 mgr.a (mgr.14403) 3718 : cluster 0 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-07T18:47:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:16 smithi079 bash[28699]: audit 2023-12-07T18:47:14.708012+0000 mgr.a (mgr.14403) 3719 : audit 0 from='client.85257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:16 smithi194 bash[32038]: cluster 2023-12-07T18:47:14.506300+0000 mgr.a (mgr.14403) 3718 : cluster 0 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-07T18:47:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:16 smithi194 bash[32038]: audit 2023-12-07T18:47:14.708012+0000 mgr.a (mgr.14403) 3719 : audit 0 from='client.85257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:16 smithi135 bash[32435]: cluster 2023-12-07T18:47:14.506300+0000 mgr.a (mgr.14403) 3718 : cluster 0 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-07T18:47:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:16 smithi135 bash[32435]: audit 2023-12-07T18:47:14.708012+0000 mgr.a (mgr.14403) 3719 : audit 0 from='client.85257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:18 smithi079 bash[28699]: cluster 2023-12-07T18:47:16.506931+0000 mgr.a (mgr.14403) 3720 : cluster 0 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-07T18:47:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:18 smithi194 bash[32038]: cluster 2023-12-07T18:47:16.506931+0000 mgr.a (mgr.14403) 3720 : cluster 0 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-07T18:47:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:18 smithi135 bash[32435]: cluster 2023-12-07T18:47:16.506931+0000 mgr.a (mgr.14403) 3720 : cluster 0 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-07T18:47:20.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:47:20.219 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:20.219 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:20 smithi079 bash[28699]: cluster 2023-12-07T18:47:18.507668+0000 mgr.a (mgr.14403) 3721 : cluster 0 pgmap v2773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:20 smithi194 bash[32038]: cluster 2023-12-07T18:47:18.507668+0000 mgr.a (mgr.14403) 3721 : cluster 0 pgmap v2773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:20 smithi135 bash[32435]: cluster 2023-12-07T18:47:18.507668+0000 mgr.a (mgr.14403) 3721 : cluster 0 pgmap v2773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:21.125 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:47:21.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:21.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:21.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:21.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:47:22.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:22 smithi079 bash[28699]: cluster 2023-12-07T18:47:20.508195+0000 mgr.a (mgr.14403) 3722 : cluster 0 pgmap v2774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:22 smithi079 bash[28699]: audit 2023-12-07T18:47:20.628405+0000 mgr.a (mgr.14403) 3723 : audit 0 from='client.85335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:22 smithi194 bash[32038]: cluster 2023-12-07T18:47:20.508195+0000 mgr.a (mgr.14403) 3722 : cluster 0 pgmap v2774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:22 smithi194 bash[32038]: audit 2023-12-07T18:47:20.628405+0000 mgr.a (mgr.14403) 3723 : audit 0 from='client.85335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:22 smithi135 bash[32435]: cluster 2023-12-07T18:47:20.508195+0000 mgr.a (mgr.14403) 3722 : cluster 0 pgmap v2774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:22 smithi135 bash[32435]: audit 2023-12-07T18:47:20.628405+0000 mgr.a (mgr.14403) 3723 : audit 0 from='client.85335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:24 smithi079 bash[28699]: cluster 2023-12-07T18:47:22.508848+0000 mgr.a (mgr.14403) 3724 : cluster 0 pgmap v2775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:24 smithi194 bash[32038]: cluster 2023-12-07T18:47:22.508848+0000 mgr.a (mgr.14403) 3724 : cluster 0 pgmap v2775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:24 smithi135 bash[32435]: cluster 2023-12-07T18:47:22.508848+0000 mgr.a (mgr.14403) 3724 : cluster 0 pgmap v2775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:26.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:47:26.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:26.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:26 smithi079 bash[28699]: cluster 2023-12-07T18:47:24.509636+0000 mgr.a (mgr.14403) 3725 : cluster 0 pgmap v2776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:26 smithi194 bash[32038]: cluster 2023-12-07T18:47:24.509636+0000 mgr.a (mgr.14403) 3725 : cluster 0 pgmap v2776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:26 smithi135 bash[32435]: cluster 2023-12-07T18:47:24.509636+0000 mgr.a (mgr.14403) 3725 : cluster 0 pgmap v2776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:27.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:27.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:27.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:27.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:47:27.057 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:47:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:28 smithi079 bash[28699]: cluster 2023-12-07T18:47:26.510312+0000 mgr.a (mgr.14403) 3726 : cluster 0 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-07T18:47:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:28 smithi079 bash[28699]: audit 2023-12-07T18:47:26.531298+0000 mgr.a (mgr.14403) 3727 : audit 0 from='client.85413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:28 smithi194 bash[32038]: cluster 2023-12-07T18:47:26.510312+0000 mgr.a (mgr.14403) 3726 : cluster 0 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-07T18:47:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:28 smithi194 bash[32038]: audit 2023-12-07T18:47:26.531298+0000 mgr.a (mgr.14403) 3727 : audit 0 from='client.85413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:28 smithi135 bash[32435]: cluster 2023-12-07T18:47:26.510312+0000 mgr.a (mgr.14403) 3726 : cluster 0 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-07T18:47:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:28 smithi135 bash[32435]: audit 2023-12-07T18:47:26.531298+0000 mgr.a (mgr.14403) 3727 : audit 0 from='client.85413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:30 smithi079 bash[28699]: cluster 2023-12-07T18:47:28.511226+0000 mgr.a (mgr.14403) 3728 : cluster 0 pgmap v2778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:30.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:30 smithi194 bash[32038]: cluster 2023-12-07T18:47:28.511226+0000 mgr.a (mgr.14403) 3728 : cluster 0 pgmap v2778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:30 smithi135 bash[32435]: cluster 2023-12-07T18:47:28.511226+0000 mgr.a (mgr.14403) 3728 : cluster 0 pgmap v2778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:32.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:47:32.060 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:32.060 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:32 smithi079 bash[28699]: cluster 2023-12-07T18:47:30.511784+0000 mgr.a (mgr.14403) 3729 : cluster 0 pgmap v2779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:32 smithi194 bash[32038]: cluster 2023-12-07T18:47:30.511784+0000 mgr.a (mgr.14403) 3729 : cluster 0 pgmap v2779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:32.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:32 smithi135 bash[32435]: cluster 2023-12-07T18:47:30.511784+0000 mgr.a (mgr.14403) 3729 : cluster 0 pgmap v2779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:32.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:32.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:32.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:32.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:47:32.979 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:47:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:34 smithi079 bash[28699]: audit 2023-12-07T18:47:32.461224+0000 mgr.a (mgr.14403) 3730 : audit 0 from='client.85488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:34 smithi079 bash[28699]: cluster 2023-12-07T18:47:32.512526+0000 mgr.a (mgr.14403) 3731 : cluster 0 pgmap v2780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:34 smithi194 bash[32038]: audit 2023-12-07T18:47:32.461224+0000 mgr.a (mgr.14403) 3730 : audit 0 from='client.85488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:34 smithi194 bash[32038]: cluster 2023-12-07T18:47:32.512526+0000 mgr.a (mgr.14403) 3731 : cluster 0 pgmap v2780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:34 smithi135 bash[32435]: audit 2023-12-07T18:47:32.461224+0000 mgr.a (mgr.14403) 3730 : audit 0 from='client.85488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:34 smithi135 bash[32435]: cluster 2023-12-07T18:47:32.512526+0000 mgr.a (mgr.14403) 3731 : cluster 0 pgmap v2780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:36 smithi079 bash[28699]: cluster 2023-12-07T18:47:34.513402+0000 mgr.a (mgr.14403) 3732 : cluster 0 pgmap v2781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:36.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:36 smithi194 bash[32038]: cluster 2023-12-07T18:47:34.513402+0000 mgr.a (mgr.14403) 3732 : cluster 0 pgmap v2781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:36 smithi135 bash[32435]: cluster 2023-12-07T18:47:34.513402+0000 mgr.a (mgr.14403) 3732 : cluster 0 pgmap v2781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:37.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:47:37.982 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:37.982 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:38 smithi079 bash[28699]: cluster 2023-12-07T18:47:36.513916+0000 mgr.a (mgr.14403) 3733 : cluster 0 pgmap v2782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:38 smithi194 bash[32038]: cluster 2023-12-07T18:47:36.513916+0000 mgr.a (mgr.14403) 3733 : cluster 0 pgmap v2782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:38 smithi135 bash[32435]: cluster 2023-12-07T18:47:36.513916+0000 mgr.a (mgr.14403) 3733 : cluster 0 pgmap v2782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:38.885 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:47:38.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:38.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:38.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:38.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:47:39.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:39 smithi079 bash[28699]: audit 2023-12-07T18:47:38.388376+0000 mgr.a (mgr.14403) 3734 : audit 0 from='client.85557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:39.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:39 smithi194 bash[32038]: audit 2023-12-07T18:47:38.388376+0000 mgr.a (mgr.14403) 3734 : audit 0 from='client.85557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:39 smithi135 bash[32435]: audit 2023-12-07T18:47:38.388376+0000 mgr.a (mgr.14403) 3734 : audit 0 from='client.85557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:40.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:40 smithi079 bash[28699]: cluster 2023-12-07T18:47:38.514625+0000 mgr.a (mgr.14403) 3735 : cluster 0 pgmap v2783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:40 smithi194 bash[32038]: cluster 2023-12-07T18:47:38.514625+0000 mgr.a (mgr.14403) 3735 : cluster 0 pgmap v2783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:40 smithi135 bash[32435]: cluster 2023-12-07T18:47:38.514625+0000 mgr.a (mgr.14403) 3735 : cluster 0 pgmap v2783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:42 smithi079 bash[28699]: cluster 2023-12-07T18:47:40.515301+0000 mgr.a (mgr.14403) 3736 : cluster 0 pgmap v2784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:42 smithi194 bash[32038]: cluster 2023-12-07T18:47:40.515301+0000 mgr.a (mgr.14403) 3736 : cluster 0 pgmap v2784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:42 smithi135 bash[32435]: cluster 2023-12-07T18:47:40.515301+0000 mgr.a (mgr.14403) 3736 : cluster 0 pgmap v2784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:43.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:47:43.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:43.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:44.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:44 smithi079 bash[28699]: cluster 2023-12-07T18:47:42.515880+0000 mgr.a (mgr.14403) 3737 : cluster 0 pgmap v2785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:44.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:44 smithi194 bash[32038]: cluster 2023-12-07T18:47:42.515880+0000 mgr.a (mgr.14403) 3737 : cluster 0 pgmap v2785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:44 smithi135 bash[32435]: cluster 2023-12-07T18:47:42.515880+0000 mgr.a (mgr.14403) 3737 : cluster 0 pgmap v2785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:44.793 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:47:44.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:44.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:44.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:44.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:47:45.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:45 smithi079 bash[28699]: audit 2023-12-07T18:47:44.290742+0000 mgr.a (mgr.14403) 3738 : audit 0 from='client.85632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:45 smithi194 bash[32038]: audit 2023-12-07T18:47:44.290742+0000 mgr.a (mgr.14403) 3738 : audit 0 from='client.85632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:45.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:45 smithi135 bash[32435]: audit 2023-12-07T18:47:44.290742+0000 mgr.a (mgr.14403) 3738 : audit 0 from='client.85632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:46 smithi079 bash[28699]: cluster 2023-12-07T18:47:44.516515+0000 mgr.a (mgr.14403) 3739 : cluster 0 pgmap v2786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:46 smithi194 bash[32038]: cluster 2023-12-07T18:47:44.516515+0000 mgr.a (mgr.14403) 3739 : cluster 0 pgmap v2786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:46 smithi135 bash[32435]: cluster 2023-12-07T18:47:44.516515+0000 mgr.a (mgr.14403) 3739 : cluster 0 pgmap v2786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:48.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:48 smithi079 bash[28699]: cluster 2023-12-07T18:47:46.517183+0000 mgr.a (mgr.14403) 3740 : cluster 0 pgmap v2787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:48 smithi194 bash[32038]: cluster 2023-12-07T18:47:46.517183+0000 mgr.a (mgr.14403) 3740 : cluster 0 pgmap v2787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:48 smithi135 bash[32435]: cluster 2023-12-07T18:47:46.517183+0000 mgr.a (mgr.14403) 3740 : cluster 0 pgmap v2787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:47:49.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:47:49.798 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:49.798 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:50 smithi079 bash[28699]: cluster 2023-12-07T18:47:48.517962+0000 mgr.a (mgr.14403) 3741 : cluster 0 pgmap v2788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:50 smithi194 bash[32038]: cluster 2023-12-07T18:47:48.517962+0000 mgr.a (mgr.14403) 3741 : cluster 0 pgmap v2788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:50 smithi135 bash[32435]: cluster 2023-12-07T18:47:48.517962+0000 mgr.a (mgr.14403) 3741 : cluster 0 pgmap v2788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:50.723 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:47:50.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:50.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:50.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:50.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:47:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:51 smithi079 bash[28699]: audit 2023-12-07T18:47:50.202028+0000 mgr.a (mgr.14403) 3742 : audit 0 from='client.85710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:51 smithi194 bash[32038]: audit 2023-12-07T18:47:50.202028+0000 mgr.a (mgr.14403) 3742 : audit 0 from='client.85710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:51 smithi135 bash[32435]: audit 2023-12-07T18:47:50.202028+0000 mgr.a (mgr.14403) 3742 : audit 0 from='client.85710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:52 smithi079 bash[28699]: cluster 2023-12-07T18:47:50.518490+0000 mgr.a (mgr.14403) 3743 : cluster 0 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-07T18:47:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:52 smithi079 bash[28699]: audit 2023-12-07T18:47:52.071465+0000 mon.a (mon.0) 983 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:47:52.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:52 smithi194 bash[32038]: cluster 2023-12-07T18:47:50.518490+0000 mgr.a (mgr.14403) 3743 : cluster 0 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-07T18:47:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:52 smithi194 bash[32038]: audit 2023-12-07T18:47:52.071465+0000 mon.a (mon.0) 983 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:47:52.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:52 smithi135 bash[32435]: cluster 2023-12-07T18:47:50.518490+0000 mgr.a (mgr.14403) 3743 : cluster 0 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-07T18:47:52.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:52 smithi135 bash[32435]: audit 2023-12-07T18:47:52.071465+0000 mon.a (mon.0) 983 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:47:53.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:53 smithi079 bash[28699]: audit 2023-12-07T18:47:52.809351+0000 mon.a (mon.0) 984 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:47:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:53 smithi079 bash[28699]: audit 2023-12-07T18:47:52.811193+0000 mon.a (mon.0) 985 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:47:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:53 smithi079 bash[28699]: audit 2023-12-07T18:47:52.820167+0000 mon.a (mon.0) 986 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:47:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:53 smithi194 bash[32038]: audit 2023-12-07T18:47:52.809351+0000 mon.a (mon.0) 984 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:47:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:53 smithi194 bash[32038]: audit 2023-12-07T18:47:52.811193+0000 mon.a (mon.0) 985 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:47:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:53 smithi194 bash[32038]: audit 2023-12-07T18:47:52.820167+0000 mon.a (mon.0) 986 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:47:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:53 smithi135 bash[32435]: audit 2023-12-07T18:47:52.809351+0000 mon.a (mon.0) 984 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:47:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:53 smithi135 bash[32435]: audit 2023-12-07T18:47:52.811193+0000 mon.a (mon.0) 985 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:47:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:53 smithi135 bash[32435]: audit 2023-12-07T18:47:52.820167+0000 mon.a (mon.0) 986 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:47:54.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:54 smithi079 bash[28699]: cluster 2023-12-07T18:47:52.519179+0000 mgr.a (mgr.14403) 3744 : cluster 0 pgmap v2790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:54.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:54 smithi194 bash[32038]: cluster 2023-12-07T18:47:52.519179+0000 mgr.a (mgr.14403) 3744 : cluster 0 pgmap v2790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:54 smithi135 bash[32435]: cluster 2023-12-07T18:47:52.519179+0000 mgr.a (mgr.14403) 3744 : cluster 0 pgmap v2790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:55.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:47:55.727 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:47:55.727 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:47:56.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:47:56.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:47:56.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:47:56.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:47:56.634 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:47:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:56 smithi079 bash[28699]: cluster 2023-12-07T18:47:54.520015+0000 mgr.a (mgr.14403) 3745 : cluster 0 pgmap v2791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:56 smithi194 bash[32038]: cluster 2023-12-07T18:47:54.520015+0000 mgr.a (mgr.14403) 3745 : cluster 0 pgmap v2791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:56 smithi135 bash[32435]: cluster 2023-12-07T18:47:54.520015+0000 mgr.a (mgr.14403) 3745 : cluster 0 pgmap v2791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:47:57.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:57 smithi079 bash[28699]: audit 2023-12-07T18:47:56.130780+0000 mgr.a (mgr.14403) 3746 : audit 0 from='client.85788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:57 smithi194 bash[32038]: audit 2023-12-07T18:47:56.130780+0000 mgr.a (mgr.14403) 3746 : audit 0 from='client.85788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:57 smithi135 bash[32435]: audit 2023-12-07T18:47:56.130780+0000 mgr.a (mgr.14403) 3746 : audit 0 from='client.85788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:47:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:47:58 smithi079 bash[28699]: cluster 2023-12-07T18:47:56.520744+0000 mgr.a (mgr.14403) 3747 : cluster 0 pgmap v2792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:47:58 smithi194 bash[32038]: cluster 2023-12-07T18:47:56.520744+0000 mgr.a (mgr.14403) 3747 : cluster 0 pgmap v2792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:47:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:47:58 smithi135 bash[32435]: cluster 2023-12-07T18:47:56.520744+0000 mgr.a (mgr.14403) 3747 : cluster 0 pgmap v2792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:00.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:00 smithi079 bash[28699]: cluster 2023-12-07T18:47:58.521564+0000 mgr.a (mgr.14403) 3748 : cluster 0 pgmap v2793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:00 smithi194 bash[32038]: cluster 2023-12-07T18:47:58.521564+0000 mgr.a (mgr.14403) 3748 : cluster 0 pgmap v2793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:00 smithi135 bash[32435]: cluster 2023-12-07T18:47:58.521564+0000 mgr.a (mgr.14403) 3748 : cluster 0 pgmap v2793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:01.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:48:01.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:01.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:02.542 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:48:02.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:02.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:02.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:02.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:48:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:02 smithi079 bash[28699]: cluster 2023-12-07T18:48:00.522221+0000 mgr.a (mgr.14403) 3749 : cluster 0 pgmap v2794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:02 smithi194 bash[32038]: cluster 2023-12-07T18:48:00.522221+0000 mgr.a (mgr.14403) 3749 : cluster 0 pgmap v2794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:02 smithi135 bash[32435]: cluster 2023-12-07T18:48:00.522221+0000 mgr.a (mgr.14403) 3749 : cluster 0 pgmap v2794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:03 smithi194 bash[32038]: audit 2023-12-07T18:48:02.041094+0000 mgr.a (mgr.14403) 3750 : audit 0 from='client.85866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:03 smithi135 bash[32435]: audit 2023-12-07T18:48:02.041094+0000 mgr.a (mgr.14403) 3750 : audit 0 from='client.85866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:03.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:03 smithi079 bash[28699]: audit 2023-12-07T18:48:02.041094+0000 mgr.a (mgr.14403) 3750 : audit 0 from='client.85866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:04 smithi194 bash[32038]: cluster 2023-12-07T18:48:02.522774+0000 mgr.a (mgr.14403) 3751 : cluster 0 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-07T18:48:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:04 smithi135 bash[32435]: cluster 2023-12-07T18:48:02.522774+0000 mgr.a (mgr.14403) 3751 : cluster 0 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-07T18:48:04.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:04 smithi079 bash[28699]: cluster 2023-12-07T18:48:02.522774+0000 mgr.a (mgr.14403) 3751 : cluster 0 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-07T18:48:06.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:06 smithi194 bash[32038]: cluster 2023-12-07T18:48:04.523573+0000 mgr.a (mgr.14403) 3752 : cluster 0 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-07T18:48:06.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:06 smithi135 bash[32435]: cluster 2023-12-07T18:48:04.523573+0000 mgr.a (mgr.14403) 3752 : cluster 0 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-07T18:48:06.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:06 smithi079 bash[28699]: cluster 2023-12-07T18:48:04.523573+0000 mgr.a (mgr.14403) 3752 : cluster 0 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-07T18:48:07.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:48:07.546 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:07.546 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:08.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:08.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:08.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:08.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:48:08.480 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:48:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:08 smithi194 bash[32038]: cluster 2023-12-07T18:48:06.524172+0000 mgr.a (mgr.14403) 3753 : cluster 0 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-07T18:48:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:08 smithi135 bash[32435]: cluster 2023-12-07T18:48:06.524172+0000 mgr.a (mgr.14403) 3753 : cluster 0 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-07T18:48:08.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:08 smithi079 bash[28699]: cluster 2023-12-07T18:48:06.524172+0000 mgr.a (mgr.14403) 3753 : cluster 0 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-07T18:48:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:09 smithi194 bash[32038]: audit 2023-12-07T18:48:07.946079+0000 mgr.a (mgr.14403) 3754 : audit 0 from='client.85941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:09 smithi135 bash[32435]: audit 2023-12-07T18:48:07.946079+0000 mgr.a (mgr.14403) 3754 : audit 0 from='client.85941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:09.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:09 smithi079 bash[28699]: audit 2023-12-07T18:48:07.946079+0000 mgr.a (mgr.14403) 3754 : audit 0 from='client.85941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:10 smithi194 bash[32038]: cluster 2023-12-07T18:48:08.525092+0000 mgr.a (mgr.14403) 3755 : cluster 0 pgmap v2798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:48:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:10 smithi135 bash[32435]: cluster 2023-12-07T18:48:08.525092+0000 mgr.a (mgr.14403) 3755 : cluster 0 pgmap v2798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:48:10.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:10 smithi079 bash[28699]: cluster 2023-12-07T18:48:08.525092+0000 mgr.a (mgr.14403) 3755 : cluster 0 pgmap v2798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:48:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:12 smithi194 bash[32038]: cluster 2023-12-07T18:48:10.525656+0000 mgr.a (mgr.14403) 3756 : cluster 0 pgmap v2799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:48:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:12 smithi135 bash[32435]: cluster 2023-12-07T18:48:10.525656+0000 mgr.a (mgr.14403) 3756 : cluster 0 pgmap v2799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:48:12.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:12 smithi079 bash[28699]: cluster 2023-12-07T18:48:10.525656+0000 mgr.a (mgr.14403) 3756 : cluster 0 pgmap v2799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:48:13.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:48:13.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:13.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:14.403 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:48:14.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:14.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:14.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:14.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:48:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:14 smithi194 bash[32038]: cluster 2023-12-07T18:48:12.526184+0000 mgr.a (mgr.14403) 3757 : cluster 0 pgmap v2800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:48:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:14 smithi135 bash[32435]: cluster 2023-12-07T18:48:12.526184+0000 mgr.a (mgr.14403) 3757 : cluster 0 pgmap v2800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:48:14.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:14 smithi079 bash[28699]: cluster 2023-12-07T18:48:12.526184+0000 mgr.a (mgr.14403) 3757 : cluster 0 pgmap v2800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:48:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:15 smithi194 bash[32038]: audit 2023-12-07T18:48:13.890895+0000 mgr.a (mgr.14403) 3758 : audit 0 from='client.86016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:15 smithi135 bash[32435]: audit 2023-12-07T18:48:13.890895+0000 mgr.a (mgr.14403) 3758 : audit 0 from='client.86016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:15.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:15 smithi079 bash[28699]: audit 2023-12-07T18:48:13.890895+0000 mgr.a (mgr.14403) 3758 : audit 0 from='client.86016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:16 smithi194 bash[32038]: cluster 2023-12-07T18:48:14.527127+0000 mgr.a (mgr.14403) 3759 : cluster 0 pgmap v2801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:16 smithi135 bash[32435]: cluster 2023-12-07T18:48:14.527127+0000 mgr.a (mgr.14403) 3759 : cluster 0 pgmap v2801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:16.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:16 smithi079 bash[28699]: cluster 2023-12-07T18:48:14.527127+0000 mgr.a (mgr.14403) 3759 : cluster 0 pgmap v2801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:18 smithi194 bash[32038]: cluster 2023-12-07T18:48:16.527660+0000 mgr.a (mgr.14403) 3760 : cluster 0 pgmap v2802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:18 smithi135 bash[32435]: cluster 2023-12-07T18:48:16.527660+0000 mgr.a (mgr.14403) 3760 : cluster 0 pgmap v2802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:18.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:18 smithi079 bash[28699]: cluster 2023-12-07T18:48:16.527660+0000 mgr.a (mgr.14403) 3760 : cluster 0 pgmap v2802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:19.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:48:19.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:19.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:20.291 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:48:20.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:20.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:20.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:20.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:48:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:20 smithi194 bash[32038]: cluster 2023-12-07T18:48:18.528381+0000 mgr.a (mgr.14403) 3761 : cluster 0 pgmap v2803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:20 smithi135 bash[32435]: cluster 2023-12-07T18:48:18.528381+0000 mgr.a (mgr.14403) 3761 : cluster 0 pgmap v2803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:20.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:20 smithi079 bash[28699]: cluster 2023-12-07T18:48:18.528381+0000 mgr.a (mgr.14403) 3761 : cluster 0 pgmap v2803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:21 smithi135 bash[32435]: audit 2023-12-07T18:48:19.805580+0000 mgr.a (mgr.14403) 3762 : audit 0 from='client.86085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:21.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:21 smithi079 bash[28699]: audit 2023-12-07T18:48:19.805580+0000 mgr.a (mgr.14403) 3762 : audit 0 from='client.86085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:21 smithi194 bash[32038]: audit 2023-12-07T18:48:19.805580+0000 mgr.a (mgr.14403) 3762 : audit 0 from='client.86085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:22.900 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:22 smithi079 bash[28699]: cluster 2023-12-07T18:48:20.529078+0000 mgr.a (mgr.14403) 3763 : cluster 0 pgmap v2804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:48:22.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:22 smithi194 bash[32038]: cluster 2023-12-07T18:48:20.529078+0000 mgr.a (mgr.14403) 3763 : cluster 0 pgmap v2804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:48:22.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:22 smithi135 bash[32435]: cluster 2023-12-07T18:48:20.529078+0000 mgr.a (mgr.14403) 3763 : cluster 0 pgmap v2804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:48:24.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:24 smithi079 bash[28699]: cluster 2023-12-07T18:48:22.529485+0000 mgr.a (mgr.14403) 3764 : cluster 0 pgmap v2805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:48:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:24 smithi194 bash[32038]: cluster 2023-12-07T18:48:22.529485+0000 mgr.a (mgr.14403) 3764 : cluster 0 pgmap v2805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:48:24.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:24 smithi135 bash[32435]: cluster 2023-12-07T18:48:22.529485+0000 mgr.a (mgr.14403) 3764 : cluster 0 pgmap v2805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:48:25.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:48:25.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:25.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:26.191 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:48:26.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:26.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:26.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:26.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:48:26.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:26 smithi079 bash[28699]: cluster 2023-12-07T18:48:24.530262+0000 mgr.a (mgr.14403) 3765 : cluster 0 pgmap v2806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:48:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:26 smithi194 bash[32038]: cluster 2023-12-07T18:48:24.530262+0000 mgr.a (mgr.14403) 3765 : cluster 0 pgmap v2806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:48:26.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:26 smithi135 bash[32435]: cluster 2023-12-07T18:48:24.530262+0000 mgr.a (mgr.14403) 3765 : cluster 0 pgmap v2806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:48:27.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:27 smithi079 bash[28699]: audit 2023-12-07T18:48:25.701497+0000 mgr.a (mgr.14403) 3766 : audit 0 from='client.86160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:27 smithi194 bash[32038]: audit 2023-12-07T18:48:25.701497+0000 mgr.a (mgr.14403) 3766 : audit 0 from='client.86160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:27 smithi135 bash[32435]: audit 2023-12-07T18:48:25.701497+0000 mgr.a (mgr.14403) 3766 : audit 0 from='client.86160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:28.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:28 smithi079 bash[28699]: cluster 2023-12-07T18:48:26.531005+0000 mgr.a (mgr.14403) 3767 : cluster 0 pgmap v2807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:28 smithi194 bash[32038]: cluster 2023-12-07T18:48:26.531005+0000 mgr.a (mgr.14403) 3767 : cluster 0 pgmap v2807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:28.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:28 smithi135 bash[32435]: cluster 2023-12-07T18:48:26.531005+0000 mgr.a (mgr.14403) 3767 : cluster 0 pgmap v2807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:29.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:29 smithi079 bash[28699]: cluster 2023-12-07T18:48:28.531750+0000 mgr.a (mgr.14403) 3768 : cluster 0 pgmap v2808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:29 smithi194 bash[32038]: cluster 2023-12-07T18:48:28.531750+0000 mgr.a (mgr.14403) 3768 : cluster 0 pgmap v2808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:29 smithi135 bash[32435]: cluster 2023-12-07T18:48:28.531750+0000 mgr.a (mgr.14403) 3768 : cluster 0 pgmap v2808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:31.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:48:31.195 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:31.195 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:32.096 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:48:32.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:32.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:32.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:32.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:48:32.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:31 smithi079 bash[28699]: cluster 2023-12-07T18:48:30.532322+0000 mgr.a (mgr.14403) 3769 : cluster 0 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-07T18:48:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:31 smithi194 bash[32038]: cluster 2023-12-07T18:48:30.532322+0000 mgr.a (mgr.14403) 3769 : cluster 0 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-07T18:48:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:31 smithi135 bash[32435]: cluster 2023-12-07T18:48:30.532322+0000 mgr.a (mgr.14403) 3769 : cluster 0 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-07T18:48:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:32 smithi194 bash[32038]: audit 2023-12-07T18:48:31.594033+0000 mgr.a (mgr.14403) 3770 : audit 0 from='client.86238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:33.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:32 smithi135 bash[32435]: audit 2023-12-07T18:48:31.594033+0000 mgr.a (mgr.14403) 3770 : audit 0 from='client.86238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:32 smithi079 bash[28699]: audit 2023-12-07T18:48:31.594033+0000 mgr.a (mgr.14403) 3770 : audit 0 from='client.86238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:34.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:33 smithi194 bash[32038]: cluster 2023-12-07T18:48:32.533052+0000 mgr.a (mgr.14403) 3771 : cluster 0 pgmap v2810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:34.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:33 smithi135 bash[32435]: cluster 2023-12-07T18:48:32.533052+0000 mgr.a (mgr.14403) 3771 : cluster 0 pgmap v2810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:33 smithi079 bash[28699]: cluster 2023-12-07T18:48:32.533052+0000 mgr.a (mgr.14403) 3771 : cluster 0 pgmap v2810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:35 smithi194 bash[32038]: cluster 2023-12-07T18:48:34.533888+0000 mgr.a (mgr.14403) 3772 : cluster 0 pgmap v2811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:36.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:35 smithi135 bash[32435]: cluster 2023-12-07T18:48:34.533888+0000 mgr.a (mgr.14403) 3772 : cluster 0 pgmap v2811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:35 smithi079 bash[28699]: cluster 2023-12-07T18:48:34.533888+0000 mgr.a (mgr.14403) 3772 : cluster 0 pgmap v2811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:37.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:48:37.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:37.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:37.993 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:48:37.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:37.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:37.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:37.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:48:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:37 smithi194 bash[32038]: cluster 2023-12-07T18:48:36.534446+0000 mgr.a (mgr.14403) 3773 : cluster 0 pgmap v2812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:38.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:37 smithi135 bash[32435]: cluster 2023-12-07T18:48:36.534446+0000 mgr.a (mgr.14403) 3773 : cluster 0 pgmap v2812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:37 smithi079 bash[28699]: cluster 2023-12-07T18:48:36.534446+0000 mgr.a (mgr.14403) 3773 : cluster 0 pgmap v2812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:39.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:38 smithi194 bash[32038]: audit 2023-12-07T18:48:37.498496+0000 mgr.a (mgr.14403) 3774 : audit 0 from='client.86316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:39.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:38 smithi135 bash[32435]: audit 2023-12-07T18:48:37.498496+0000 mgr.a (mgr.14403) 3774 : audit 0 from='client.86316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:38 smithi079 bash[28699]: audit 2023-12-07T18:48:37.498496+0000 mgr.a (mgr.14403) 3774 : audit 0 from='client.86316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:39 smithi194 bash[32038]: cluster 2023-12-07T18:48:38.535366+0000 mgr.a (mgr.14403) 3775 : cluster 0 pgmap v2813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:40.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:39 smithi135 bash[32435]: cluster 2023-12-07T18:48:38.535366+0000 mgr.a (mgr.14403) 3775 : cluster 0 pgmap v2813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:39 smithi079 bash[28699]: cluster 2023-12-07T18:48:38.535366+0000 mgr.a (mgr.14403) 3775 : cluster 0 pgmap v2813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:48:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:41 smithi194 bash[32038]: cluster 2023-12-07T18:48:40.535992+0000 mgr.a (mgr.14403) 3776 : cluster 0 pgmap v2814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:42.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:41 smithi135 bash[32435]: cluster 2023-12-07T18:48:40.535992+0000 mgr.a (mgr.14403) 3776 : cluster 0 pgmap v2814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:41 smithi079 bash[28699]: cluster 2023-12-07T18:48:40.535992+0000 mgr.a (mgr.14403) 3776 : cluster 0 pgmap v2814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:42.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:48:42.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:42.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:43.913 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:48:43.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:43.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:43.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:43.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:48:44.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:43 smithi194 bash[32038]: cluster 2023-12-07T18:48:42.536562+0000 mgr.a (mgr.14403) 3777 : cluster 0 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-07T18:48:44.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:43 smithi194 bash[32038]: audit 2023-12-07T18:48:43.405200+0000 mgr.a (mgr.14403) 3778 : audit 0 from='client.86391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:44.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:43 smithi135 bash[32435]: cluster 2023-12-07T18:48:42.536562+0000 mgr.a (mgr.14403) 3777 : cluster 0 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-07T18:48:44.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:43 smithi135 bash[32435]: audit 2023-12-07T18:48:43.405200+0000 mgr.a (mgr.14403) 3778 : audit 0 from='client.86391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:43 smithi079 bash[28699]: cluster 2023-12-07T18:48:42.536562+0000 mgr.a (mgr.14403) 3777 : cluster 0 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-07T18:48:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:43 smithi079 bash[28699]: audit 2023-12-07T18:48:43.405200+0000 mgr.a (mgr.14403) 3778 : audit 0 from='client.86391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:46.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:45 smithi194 bash[32038]: cluster 2023-12-07T18:48:44.537599+0000 mgr.a (mgr.14403) 3779 : cluster 0 pgmap v2816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:46.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:45 smithi135 bash[32435]: cluster 2023-12-07T18:48:44.537599+0000 mgr.a (mgr.14403) 3779 : cluster 0 pgmap v2816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:45 smithi079 bash[28699]: cluster 2023-12-07T18:48:44.537599+0000 mgr.a (mgr.14403) 3779 : cluster 0 pgmap v2816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:48.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:47 smithi194 bash[32038]: cluster 2023-12-07T18:48:46.538269+0000 mgr.a (mgr.14403) 3780 : cluster 0 pgmap v2817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:48.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:47 smithi135 bash[32435]: cluster 2023-12-07T18:48:46.538269+0000 mgr.a (mgr.14403) 3780 : cluster 0 pgmap v2817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:47 smithi079 bash[28699]: cluster 2023-12-07T18:48:46.538269+0000 mgr.a (mgr.14403) 3780 : cluster 0 pgmap v2817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:48.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:48:48.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:48.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:49.823 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:48:49.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:49.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:49.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:49.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:48:50.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:49 smithi194 bash[32038]: cluster 2023-12-07T18:48:48.539061+0000 mgr.a (mgr.14403) 3781 : cluster 0 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-07T18:48:50.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:49 smithi194 bash[32038]: audit 2023-12-07T18:48:49.312097+0000 mgr.a (mgr.14403) 3782 : audit 0 from='client.86469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:49 smithi135 bash[32435]: cluster 2023-12-07T18:48:48.539061+0000 mgr.a (mgr.14403) 3781 : cluster 0 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-07T18:48:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:49 smithi135 bash[32435]: audit 2023-12-07T18:48:49.312097+0000 mgr.a (mgr.14403) 3782 : audit 0 from='client.86469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:49 smithi079 bash[28699]: cluster 2023-12-07T18:48:48.539061+0000 mgr.a (mgr.14403) 3781 : cluster 0 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-07T18:48:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:49 smithi079 bash[28699]: audit 2023-12-07T18:48:49.312097+0000 mgr.a (mgr.14403) 3782 : audit 0 from='client.86469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:52.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:51 smithi194 bash[32038]: cluster 2023-12-07T18:48:50.539779+0000 mgr.a (mgr.14403) 3783 : cluster 0 pgmap v2819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:52.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:51 smithi135 bash[32435]: cluster 2023-12-07T18:48:50.539779+0000 mgr.a (mgr.14403) 3783 : cluster 0 pgmap v2819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:51 smithi079 bash[28699]: cluster 2023-12-07T18:48:50.539779+0000 mgr.a (mgr.14403) 3783 : cluster 0 pgmap v2819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:53.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:52 smithi194 bash[32038]: audit 2023-12-07T18:48:52.923147+0000 mon.a (mon.0) 987 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:48:53.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:52 smithi135 bash[32435]: audit 2023-12-07T18:48:52.923147+0000 mon.a (mon.0) 987 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:48:53.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:52 smithi079 bash[28699]: audit 2023-12-07T18:48:52.923147+0000 mon.a (mon.0) 987 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:48:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:53 smithi194 bash[32038]: cluster 2023-12-07T18:48:52.540394+0000 mgr.a (mgr.14403) 3784 : cluster 0 pgmap v2820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:54.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:53 smithi135 bash[32435]: cluster 2023-12-07T18:48:52.540394+0000 mgr.a (mgr.14403) 3784 : cluster 0 pgmap v2820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:54.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:53 smithi079 bash[28699]: cluster 2023-12-07T18:48:52.540394+0000 mgr.a (mgr.14403) 3784 : cluster 0 pgmap v2820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:48:54.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:48:54.827 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:48:54.827 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:48:55.723 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:48:55.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:48:55.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:48:55.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:48:55.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:48:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:55 smithi135 bash[32435]: cluster 2023-12-07T18:48:54.541238+0000 mgr.a (mgr.14403) 3785 : cluster 0 pgmap v2821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:55 smithi135 bash[32435]: audit 2023-12-07T18:48:55.232146+0000 mgr.a (mgr.14403) 3786 : audit 0 from='client.86541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:55 smithi079 bash[28699]: cluster 2023-12-07T18:48:54.541238+0000 mgr.a (mgr.14403) 3785 : cluster 0 pgmap v2821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:55 smithi079 bash[28699]: audit 2023-12-07T18:48:55.232146+0000 mgr.a (mgr.14403) 3786 : audit 0 from='client.86541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:55 smithi194 bash[32038]: cluster 2023-12-07T18:48:54.541238+0000 mgr.a (mgr.14403) 3785 : cluster 0 pgmap v2821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:55 smithi194 bash[32038]: audit 2023-12-07T18:48:55.232146+0000 mgr.a (mgr.14403) 3786 : audit 0 from='client.86541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:48:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:57 smithi079 bash[28699]: cluster 2023-12-07T18:48:56.541975+0000 mgr.a (mgr.14403) 3787 : cluster 0 pgmap v2822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:57 smithi194 bash[32038]: cluster 2023-12-07T18:48:56.541975+0000 mgr.a (mgr.14403) 3787 : cluster 0 pgmap v2822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:57 smithi135 bash[32435]: cluster 2023-12-07T18:48:56.541975+0000 mgr.a (mgr.14403) 3787 : cluster 0 pgmap v2822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:48:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:59 smithi079 bash[28699]: audit 2023-12-07T18:48:58.271715+0000 mon.a (mon.0) 988 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:59 smithi079 bash[28699]: audit 2023-12-07T18:48:58.276892+0000 mon.a (mon.0) 989 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:59 smithi079 bash[28699]: audit 2023-12-07T18:48:58.322126+0000 mon.a (mon.0) 990 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:59 smithi079 bash[28699]: audit 2023-12-07T18:48:58.327430+0000 mon.a (mon.0) 991 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:59 smithi079 bash[28699]: audit 2023-12-07T18:48:58.333641+0000 mon.a (mon.0) 992 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:59 smithi079 bash[28699]: audit 2023-12-07T18:48:58.339264+0000 mon.a (mon.0) 993 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:59 smithi079 bash[28699]: audit 2023-12-07T18:48:59.015686+0000 mon.a (mon.0) 994 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:48:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:59 smithi079 bash[28699]: audit 2023-12-07T18:48:59.017668+0000 mon.a (mon.0) 995 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:48:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:48:59 smithi079 bash[28699]: audit 2023-12-07T18:48:59.027410+0000 mon.a (mon.0) 996 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:59 smithi194 bash[32038]: audit 2023-12-07T18:48:58.271715+0000 mon.a (mon.0) 988 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:59 smithi194 bash[32038]: audit 2023-12-07T18:48:58.276892+0000 mon.a (mon.0) 989 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:59 smithi194 bash[32038]: audit 2023-12-07T18:48:58.322126+0000 mon.a (mon.0) 990 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:59 smithi194 bash[32038]: audit 2023-12-07T18:48:58.327430+0000 mon.a (mon.0) 991 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:59 smithi194 bash[32038]: audit 2023-12-07T18:48:58.333641+0000 mon.a (mon.0) 992 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:59 smithi194 bash[32038]: audit 2023-12-07T18:48:58.339264+0000 mon.a (mon.0) 993 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:59 smithi194 bash[32038]: audit 2023-12-07T18:48:59.015686+0000 mon.a (mon.0) 994 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:48:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:59 smithi194 bash[32038]: audit 2023-12-07T18:48:59.017668+0000 mon.a (mon.0) 995 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:48:59.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:48:59 smithi194 bash[32038]: audit 2023-12-07T18:48:59.027410+0000 mon.a (mon.0) 996 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:59 smithi135 bash[32435]: audit 2023-12-07T18:48:58.271715+0000 mon.a (mon.0) 988 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:59 smithi135 bash[32435]: audit 2023-12-07T18:48:58.276892+0000 mon.a (mon.0) 989 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:59 smithi135 bash[32435]: audit 2023-12-07T18:48:58.322126+0000 mon.a (mon.0) 990 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:59 smithi135 bash[32435]: audit 2023-12-07T18:48:58.327430+0000 mon.a (mon.0) 991 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:59 smithi135 bash[32435]: audit 2023-12-07T18:48:58.333641+0000 mon.a (mon.0) 992 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:59 smithi135 bash[32435]: audit 2023-12-07T18:48:58.339264+0000 mon.a (mon.0) 993 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:48:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:59 smithi135 bash[32435]: audit 2023-12-07T18:48:59.015686+0000 mon.a (mon.0) 994 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:48:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:59 smithi135 bash[32435]: audit 2023-12-07T18:48:59.017668+0000 mon.a (mon.0) 995 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:48:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:48:59 smithi135 bash[32435]: audit 2023-12-07T18:48:59.027410+0000 mon.a (mon.0) 996 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:49:00.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:00 smithi079 bash[28699]: cluster 2023-12-07T18:48:58.542848+0000 mgr.a (mgr.14403) 3788 : cluster 0 pgmap v2823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:00 smithi194 bash[32038]: cluster 2023-12-07T18:48:58.542848+0000 mgr.a (mgr.14403) 3788 : cluster 0 pgmap v2823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:00 smithi135 bash[32435]: cluster 2023-12-07T18:48:58.542848+0000 mgr.a (mgr.14403) 3788 : cluster 0 pgmap v2823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:00.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:49:00.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:00.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:01.629 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:49:01.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:01.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:01.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:01.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:49:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:02 smithi079 bash[28699]: cluster 2023-12-07T18:49:00.543455+0000 mgr.a (mgr.14403) 3789 : cluster 0 pgmap v2824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:02 smithi079 bash[28699]: audit 2023-12-07T18:49:01.122566+0000 mgr.a (mgr.14403) 3790 : audit 0 from='client.86619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:02 smithi194 bash[32038]: cluster 2023-12-07T18:49:00.543455+0000 mgr.a (mgr.14403) 3789 : cluster 0 pgmap v2824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:02 smithi194 bash[32038]: audit 2023-12-07T18:49:01.122566+0000 mgr.a (mgr.14403) 3790 : audit 0 from='client.86619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:02 smithi135 bash[32435]: cluster 2023-12-07T18:49:00.543455+0000 mgr.a (mgr.14403) 3789 : cluster 0 pgmap v2824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:02 smithi135 bash[32435]: audit 2023-12-07T18:49:01.122566+0000 mgr.a (mgr.14403) 3790 : audit 0 from='client.86619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:04 smithi079 bash[28699]: cluster 2023-12-07T18:49:02.544293+0000 mgr.a (mgr.14403) 3791 : cluster 0 pgmap v2825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:04 smithi194 bash[32038]: cluster 2023-12-07T18:49:02.544293+0000 mgr.a (mgr.14403) 3791 : cluster 0 pgmap v2825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:04 smithi135 bash[32435]: cluster 2023-12-07T18:49:02.544293+0000 mgr.a (mgr.14403) 3791 : cluster 0 pgmap v2825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:06.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:49:06.632 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:06.632 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:06 smithi079 bash[28699]: cluster 2023-12-07T18:49:04.545132+0000 mgr.a (mgr.14403) 3792 : cluster 0 pgmap v2826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:06 smithi194 bash[32038]: cluster 2023-12-07T18:49:04.545132+0000 mgr.a (mgr.14403) 3792 : cluster 0 pgmap v2826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:06 smithi135 bash[32435]: cluster 2023-12-07T18:49:04.545132+0000 mgr.a (mgr.14403) 3792 : cluster 0 pgmap v2826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:07.545 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:49:07.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:07.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:07.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:07.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:49:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:08 smithi079 bash[28699]: cluster 2023-12-07T18:49:06.545708+0000 mgr.a (mgr.14403) 3793 : cluster 0 pgmap v2827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:08 smithi079 bash[28699]: audit 2023-12-07T18:49:07.031707+0000 mgr.a (mgr.14403) 3794 : audit 0 from='client.86694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:08 smithi194 bash[32038]: cluster 2023-12-07T18:49:06.545708+0000 mgr.a (mgr.14403) 3793 : cluster 0 pgmap v2827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:08 smithi194 bash[32038]: audit 2023-12-07T18:49:07.031707+0000 mgr.a (mgr.14403) 3794 : audit 0 from='client.86694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:08 smithi135 bash[32435]: cluster 2023-12-07T18:49:06.545708+0000 mgr.a (mgr.14403) 3793 : cluster 0 pgmap v2827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:08 smithi135 bash[32435]: audit 2023-12-07T18:49:07.031707+0000 mgr.a (mgr.14403) 3794 : audit 0 from='client.86694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:10 smithi079 bash[28699]: cluster 2023-12-07T18:49:08.546632+0000 mgr.a (mgr.14403) 3795 : cluster 0 pgmap v2828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:10 smithi194 bash[32038]: cluster 2023-12-07T18:49:08.546632+0000 mgr.a (mgr.14403) 3795 : cluster 0 pgmap v2828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:10 smithi135 bash[32435]: cluster 2023-12-07T18:49:08.546632+0000 mgr.a (mgr.14403) 3795 : cluster 0 pgmap v2828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:12.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:49:12.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:12.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:12.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:12 smithi079 bash[28699]: cluster 2023-12-07T18:49:10.547239+0000 mgr.a (mgr.14403) 3796 : cluster 0 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-07T18:49:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:12 smithi194 bash[32038]: cluster 2023-12-07T18:49:10.547239+0000 mgr.a (mgr.14403) 3796 : cluster 0 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-07T18:49:12.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:12 smithi135 bash[32435]: cluster 2023-12-07T18:49:10.547239+0000 mgr.a (mgr.14403) 3796 : cluster 0 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-07T18:49:13.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:13.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:13.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:13.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:49:13.482 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:49:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:14 smithi079 bash[28699]: cluster 2023-12-07T18:49:12.547776+0000 mgr.a (mgr.14403) 3797 : cluster 0 pgmap v2830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:14 smithi079 bash[28699]: audit 2023-12-07T18:49:12.953443+0000 mgr.a (mgr.14403) 3798 : audit 0 from='client.86766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:14 smithi194 bash[32038]: cluster 2023-12-07T18:49:12.547776+0000 mgr.a (mgr.14403) 3797 : cluster 0 pgmap v2830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:14 smithi194 bash[32038]: audit 2023-12-07T18:49:12.953443+0000 mgr.a (mgr.14403) 3798 : audit 0 from='client.86766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:14 smithi135 bash[32435]: cluster 2023-12-07T18:49:12.547776+0000 mgr.a (mgr.14403) 3797 : cluster 0 pgmap v2830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:14 smithi135 bash[32435]: audit 2023-12-07T18:49:12.953443+0000 mgr.a (mgr.14403) 3798 : audit 0 from='client.86766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:16 smithi079 bash[28699]: cluster 2023-12-07T18:49:14.548718+0000 mgr.a (mgr.14403) 3799 : cluster 0 pgmap v2831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:49:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:16 smithi194 bash[32038]: cluster 2023-12-07T18:49:14.548718+0000 mgr.a (mgr.14403) 3799 : cluster 0 pgmap v2831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:49:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:16 smithi135 bash[32435]: cluster 2023-12-07T18:49:14.548718+0000 mgr.a (mgr.14403) 3799 : cluster 0 pgmap v2831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:49:18.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:49:18.486 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:18.486 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:18 smithi079 bash[28699]: cluster 2023-12-07T18:49:16.549280+0000 mgr.a (mgr.14403) 3800 : cluster 0 pgmap v2832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:49:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:18 smithi194 bash[32038]: cluster 2023-12-07T18:49:16.549280+0000 mgr.a (mgr.14403) 3800 : cluster 0 pgmap v2832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:49:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:18 smithi135 bash[32435]: cluster 2023-12-07T18:49:16.549280+0000 mgr.a (mgr.14403) 3800 : cluster 0 pgmap v2832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:49:19.371 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:49:19.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:19.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:19.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:19.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:49:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:20 smithi079 bash[28699]: cluster 2023-12-07T18:49:18.550024+0000 mgr.a (mgr.14403) 3801 : cluster 0 pgmap v2833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:20 smithi079 bash[28699]: audit 2023-12-07T18:49:18.887554+0000 mgr.a (mgr.14403) 3802 : audit 0 from='client.86844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:20 smithi194 bash[32038]: cluster 2023-12-07T18:49:18.550024+0000 mgr.a (mgr.14403) 3801 : cluster 0 pgmap v2833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:20 smithi194 bash[32038]: audit 2023-12-07T18:49:18.887554+0000 mgr.a (mgr.14403) 3802 : audit 0 from='client.86844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:20 smithi135 bash[32435]: cluster 2023-12-07T18:49:18.550024+0000 mgr.a (mgr.14403) 3801 : cluster 0 pgmap v2833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:20 smithi135 bash[32435]: audit 2023-12-07T18:49:18.887554+0000 mgr.a (mgr.14403) 3802 : audit 0 from='client.86844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:22.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:22 smithi079 bash[28699]: cluster 2023-12-07T18:49:20.550859+0000 mgr.a (mgr.14403) 3803 : cluster 0 pgmap v2834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:22 smithi194 bash[32038]: cluster 2023-12-07T18:49:20.550859+0000 mgr.a (mgr.14403) 3803 : cluster 0 pgmap v2834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:22 smithi135 bash[32435]: cluster 2023-12-07T18:49:20.550859+0000 mgr.a (mgr.14403) 3803 : cluster 0 pgmap v2834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:24.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:49:24.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:24.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:24 smithi079 bash[28699]: cluster 2023-12-07T18:49:22.551651+0000 mgr.a (mgr.14403) 3804 : cluster 0 pgmap v2835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:24 smithi194 bash[32038]: cluster 2023-12-07T18:49:22.551651+0000 mgr.a (mgr.14403) 3804 : cluster 0 pgmap v2835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:24 smithi135 bash[32435]: cluster 2023-12-07T18:49:22.551651+0000 mgr.a (mgr.14403) 3804 : cluster 0 pgmap v2835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:25.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:25.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:25.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:25.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:49:25.303 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:49:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:26 smithi194 bash[32038]: cluster 2023-12-07T18:49:24.552542+0000 mgr.a (mgr.14403) 3805 : cluster 0 pgmap v2836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:26 smithi194 bash[32038]: audit 2023-12-07T18:49:24.783940+0000 mgr.a (mgr.14403) 3806 : audit 0 from='client.86919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:26 smithi135 bash[32435]: cluster 2023-12-07T18:49:24.552542+0000 mgr.a (mgr.14403) 3805 : cluster 0 pgmap v2836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:26 smithi135 bash[32435]: audit 2023-12-07T18:49:24.783940+0000 mgr.a (mgr.14403) 3806 : audit 0 from='client.86919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:26.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:26 smithi079 bash[28699]: cluster 2023-12-07T18:49:24.552542+0000 mgr.a (mgr.14403) 3805 : cluster 0 pgmap v2836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:26.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:26 smithi079 bash[28699]: audit 2023-12-07T18:49:24.783940+0000 mgr.a (mgr.14403) 3806 : audit 0 from='client.86919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:28 smithi194 bash[32038]: cluster 2023-12-07T18:49:26.553246+0000 mgr.a (mgr.14403) 3807 : cluster 0 pgmap v2837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:49:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:28 smithi135 bash[32435]: cluster 2023-12-07T18:49:26.553246+0000 mgr.a (mgr.14403) 3807 : cluster 0 pgmap v2837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:49:28.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:28 smithi079 bash[28699]: cluster 2023-12-07T18:49:26.553246+0000 mgr.a (mgr.14403) 3807 : cluster 0 pgmap v2837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:49:30.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:49:30.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:30.307 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:30.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:30 smithi194 bash[32038]: cluster 2023-12-07T18:49:28.554022+0000 mgr.a (mgr.14403) 3808 : cluster 0 pgmap v2838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:49:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:30 smithi135 bash[32435]: cluster 2023-12-07T18:49:28.554022+0000 mgr.a (mgr.14403) 3808 : cluster 0 pgmap v2838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:49:30.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:30 smithi079 bash[28699]: cluster 2023-12-07T18:49:28.554022+0000 mgr.a (mgr.14403) 3808 : cluster 0 pgmap v2838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:49:31.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:31.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:31.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:31.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:49:31.220 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:49:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:32 smithi194 bash[32038]: cluster 2023-12-07T18:49:30.554567+0000 mgr.a (mgr.14403) 3809 : cluster 0 pgmap v2839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:32 smithi194 bash[32038]: audit 2023-12-07T18:49:30.713512+0000 mgr.a (mgr.14403) 3810 : audit 0 from='client.86988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:32.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:32 smithi135 bash[32435]: cluster 2023-12-07T18:49:30.554567+0000 mgr.a (mgr.14403) 3809 : cluster 0 pgmap v2839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:32.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:32 smithi135 bash[32435]: audit 2023-12-07T18:49:30.713512+0000 mgr.a (mgr.14403) 3810 : audit 0 from='client.86988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:32 smithi079 bash[28699]: cluster 2023-12-07T18:49:30.554567+0000 mgr.a (mgr.14403) 3809 : cluster 0 pgmap v2839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:32 smithi079 bash[28699]: audit 2023-12-07T18:49:30.713512+0000 mgr.a (mgr.14403) 3810 : audit 0 from='client.86988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:34 smithi194 bash[32038]: cluster 2023-12-07T18:49:32.555264+0000 mgr.a (mgr.14403) 3811 : cluster 0 pgmap v2840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:34 smithi135 bash[32435]: cluster 2023-12-07T18:49:32.555264+0000 mgr.a (mgr.14403) 3811 : cluster 0 pgmap v2840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:34.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:34 smithi079 bash[28699]: cluster 2023-12-07T18:49:32.555264+0000 mgr.a (mgr.14403) 3811 : cluster 0 pgmap v2840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:36.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:49:36.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:36.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:36 smithi194 bash[32038]: cluster 2023-12-07T18:49:34.556066+0000 mgr.a (mgr.14403) 3812 : cluster 0 pgmap v2841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:36 smithi135 bash[32435]: cluster 2023-12-07T18:49:34.556066+0000 mgr.a (mgr.14403) 3812 : cluster 0 pgmap v2841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:36.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:36 smithi079 bash[28699]: cluster 2023-12-07T18:49:34.556066+0000 mgr.a (mgr.14403) 3812 : cluster 0 pgmap v2841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:37.105 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:49:37.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:37.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:37.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:37.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:49:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:38 smithi194 bash[32038]: cluster 2023-12-07T18:49:36.556586+0000 mgr.a (mgr.14403) 3813 : cluster 0 pgmap v2842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:38 smithi194 bash[32038]: audit 2023-12-07T18:49:36.616922+0000 mgr.a (mgr.14403) 3814 : audit 0 from='client.77350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:38.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:38 smithi135 bash[32435]: cluster 2023-12-07T18:49:36.556586+0000 mgr.a (mgr.14403) 3813 : cluster 0 pgmap v2842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:38.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:38 smithi135 bash[32435]: audit 2023-12-07T18:49:36.616922+0000 mgr.a (mgr.14403) 3814 : audit 0 from='client.77350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:38 smithi079 bash[28699]: cluster 2023-12-07T18:49:36.556586+0000 mgr.a (mgr.14403) 3813 : cluster 0 pgmap v2842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:38 smithi079 bash[28699]: audit 2023-12-07T18:49:36.616922+0000 mgr.a (mgr.14403) 3814 : audit 0 from='client.77350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:40 smithi194 bash[32038]: cluster 2023-12-07T18:49:38.557438+0000 mgr.a (mgr.14403) 3815 : cluster 0 pgmap v2843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:40 smithi135 bash[32435]: cluster 2023-12-07T18:49:38.557438+0000 mgr.a (mgr.14403) 3815 : cluster 0 pgmap v2843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:40.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:40 smithi079 bash[28699]: cluster 2023-12-07T18:49:38.557438+0000 mgr.a (mgr.14403) 3815 : cluster 0 pgmap v2843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:42.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:49:42.107 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:42.107 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:42 smithi194 bash[32038]: cluster 2023-12-07T18:49:40.557986+0000 mgr.a (mgr.14403) 3816 : cluster 0 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-07T18:49:42.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:42 smithi135 bash[32435]: cluster 2023-12-07T18:49:40.557986+0000 mgr.a (mgr.14403) 3816 : cluster 0 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-07T18:49:42.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:42 smithi079 bash[28699]: cluster 2023-12-07T18:49:40.557986+0000 mgr.a (mgr.14403) 3816 : cluster 0 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-07T18:49:43.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:43.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:43.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:43.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:49:43.033 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:49:44.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:44 smithi194 bash[32038]: audit 2023-12-07T18:49:42.511355+0000 mgr.a (mgr.14403) 3817 : audit 0 from='client.87138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:44.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:44 smithi194 bash[32038]: cluster 2023-12-07T18:49:42.558691+0000 mgr.a (mgr.14403) 3818 : cluster 0 pgmap v2845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:44 smithi135 bash[32435]: audit 2023-12-07T18:49:42.511355+0000 mgr.a (mgr.14403) 3817 : audit 0 from='client.87138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:44 smithi135 bash[32435]: cluster 2023-12-07T18:49:42.558691+0000 mgr.a (mgr.14403) 3818 : cluster 0 pgmap v2845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:44.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:44 smithi079 bash[28699]: audit 2023-12-07T18:49:42.511355+0000 mgr.a (mgr.14403) 3817 : audit 0 from='client.87138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:44.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:44 smithi079 bash[28699]: cluster 2023-12-07T18:49:42.558691+0000 mgr.a (mgr.14403) 3818 : cluster 0 pgmap v2845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:46.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:46 smithi194 bash[32038]: cluster 2023-12-07T18:49:44.559763+0000 mgr.a (mgr.14403) 3819 : cluster 0 pgmap v2846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:46 smithi135 bash[32435]: cluster 2023-12-07T18:49:44.559763+0000 mgr.a (mgr.14403) 3819 : cluster 0 pgmap v2846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:46.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:46 smithi079 bash[28699]: cluster 2023-12-07T18:49:44.559763+0000 mgr.a (mgr.14403) 3819 : cluster 0 pgmap v2846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:49:48.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:49:48.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:48.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:48 smithi194 bash[32038]: cluster 2023-12-07T18:49:46.560357+0000 mgr.a (mgr.14403) 3820 : cluster 0 pgmap v2847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:48 smithi135 bash[32435]: cluster 2023-12-07T18:49:46.560357+0000 mgr.a (mgr.14403) 3820 : cluster 0 pgmap v2847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:48.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:48 smithi079 bash[28699]: cluster 2023-12-07T18:49:46.560357+0000 mgr.a (mgr.14403) 3820 : cluster 0 pgmap v2847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:48.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:48.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:48.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:48.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:49:48.935 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:49:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:49 smithi194 bash[32038]: audit 2023-12-07T18:49:48.440966+0000 mgr.a (mgr.14403) 3821 : audit 0 from='client.87213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:49 smithi135 bash[32435]: audit 2023-12-07T18:49:48.440966+0000 mgr.a (mgr.14403) 3821 : audit 0 from='client.87213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:49.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:49 smithi079 bash[28699]: audit 2023-12-07T18:49:48.440966+0000 mgr.a (mgr.14403) 3821 : audit 0 from='client.87213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:50 smithi194 bash[32038]: cluster 2023-12-07T18:49:48.561065+0000 mgr.a (mgr.14403) 3822 : cluster 0 pgmap v2848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:50 smithi135 bash[32435]: cluster 2023-12-07T18:49:48.561065+0000 mgr.a (mgr.14403) 3822 : cluster 0 pgmap v2848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:50.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:50 smithi079 bash[28699]: cluster 2023-12-07T18:49:48.561065+0000 mgr.a (mgr.14403) 3822 : cluster 0 pgmap v2848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:52.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:52 smithi135 bash[32435]: cluster 2023-12-07T18:49:50.561751+0000 mgr.a (mgr.14403) 3823 : cluster 0 pgmap v2849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:52.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:52 smithi079 bash[28699]: cluster 2023-12-07T18:49:50.561751+0000 mgr.a (mgr.14403) 3823 : cluster 0 pgmap v2849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:52.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:52 smithi194 bash[32038]: cluster 2023-12-07T18:49:50.561751+0000 mgr.a (mgr.14403) 3823 : cluster 0 pgmap v2849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:53.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:49:53.938 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:53.938 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:54.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:49:54.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:49:54.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:49:54.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:49:54.831 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:49:54.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:54 smithi079 bash[28699]: cluster 2023-12-07T18:49:52.562325+0000 mgr.a (mgr.14403) 3824 : cluster 0 pgmap v2850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:54 smithi194 bash[32038]: cluster 2023-12-07T18:49:52.562325+0000 mgr.a (mgr.14403) 3824 : cluster 0 pgmap v2850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:54.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:54 smithi135 bash[32435]: cluster 2023-12-07T18:49:52.562325+0000 mgr.a (mgr.14403) 3824 : cluster 0 pgmap v2850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:55.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:55 smithi079 bash[28699]: audit 2023-12-07T18:49:54.335356+0000 mgr.a (mgr.14403) 3825 : audit 0 from='client.87288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:55 smithi194 bash[32038]: audit 2023-12-07T18:49:54.335356+0000 mgr.a (mgr.14403) 3825 : audit 0 from='client.87288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:55 smithi135 bash[32435]: audit 2023-12-07T18:49:54.335356+0000 mgr.a (mgr.14403) 3825 : audit 0 from='client.87288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:49:56.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:56 smithi079 bash[28699]: cluster 2023-12-07T18:49:54.563089+0000 mgr.a (mgr.14403) 3826 : cluster 0 pgmap v2851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:56.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:56 smithi194 bash[32038]: cluster 2023-12-07T18:49:54.563089+0000 mgr.a (mgr.14403) 3826 : cluster 0 pgmap v2851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:56.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:56 smithi135 bash[32435]: cluster 2023-12-07T18:49:54.563089+0000 mgr.a (mgr.14403) 3826 : cluster 0 pgmap v2851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:49:58.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:58 smithi079 bash[28699]: cluster 2023-12-07T18:49:56.563803+0000 mgr.a (mgr.14403) 3827 : cluster 0 pgmap v2852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:58.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:58 smithi194 bash[32038]: cluster 2023-12-07T18:49:56.563803+0000 mgr.a (mgr.14403) 3827 : cluster 0 pgmap v2852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:58.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:58 smithi135 bash[32435]: cluster 2023-12-07T18:49:56.563803+0000 mgr.a (mgr.14403) 3827 : cluster 0 pgmap v2852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:49:59.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:49:59.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:49:59.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:49:59.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:49:59 smithi079 bash[28699]: audit 2023-12-07T18:49:59.130305+0000 mon.a (mon.0) 997 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:49:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:49:59 smithi194 bash[32038]: audit 2023-12-07T18:49:59.130305+0000 mon.a (mon.0) 997 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:49:59.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:49:59 smithi135 bash[32435]: audit 2023-12-07T18:49:59.130305+0000 mon.a (mon.0) 997 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:50:00.756 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:50:00.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:00.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:00.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:00.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:50:00.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:00 smithi079 bash[28699]: cluster 2023-12-07T18:49:58.564639+0000 mgr.a (mgr.14403) 3828 : cluster 0 pgmap v2853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:00.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:00 smithi079 bash[28699]: audit 2023-12-07T18:49:59.875657+0000 mon.a (mon.0) 998 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:50:00.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:00 smithi079 bash[28699]: audit 2023-12-07T18:49:59.877018+0000 mon.a (mon.0) 999 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:50:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:00 smithi079 bash[28699]: audit 2023-12-07T18:49:59.886089+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:50:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:00 smithi079 bash[28699]: cluster 2023-12-07T18:50:00.000177+0000 mon.a (mon.0) 1001 : cluster 1 overall HEALTH_OK 2023-12-07T18:50:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:00 smithi194 bash[32038]: cluster 2023-12-07T18:49:58.564639+0000 mgr.a (mgr.14403) 3828 : cluster 0 pgmap v2853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:00 smithi194 bash[32038]: audit 2023-12-07T18:49:59.875657+0000 mon.a (mon.0) 998 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:50:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:00 smithi194 bash[32038]: audit 2023-12-07T18:49:59.877018+0000 mon.a (mon.0) 999 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:50:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:00 smithi194 bash[32038]: audit 2023-12-07T18:49:59.886089+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:50:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:00 smithi194 bash[32038]: cluster 2023-12-07T18:50:00.000177+0000 mon.a (mon.0) 1001 : cluster 1 overall HEALTH_OK 2023-12-07T18:50:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:00 smithi135 bash[32435]: cluster 2023-12-07T18:49:58.564639+0000 mgr.a (mgr.14403) 3828 : cluster 0 pgmap v2853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:00 smithi135 bash[32435]: audit 2023-12-07T18:49:59.875657+0000 mon.a (mon.0) 998 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:50:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:00 smithi135 bash[32435]: audit 2023-12-07T18:49:59.877018+0000 mon.a (mon.0) 999 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:50:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:00 smithi135 bash[32435]: audit 2023-12-07T18:49:59.886089+0000 mon.a (mon.0) 1000 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:50:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:00 smithi135 bash[32435]: cluster 2023-12-07T18:50:00.000177+0000 mon.a (mon.0) 1001 : cluster 1 overall HEALTH_OK 2023-12-07T18:50:01.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:01 smithi079 bash[28699]: audit 2023-12-07T18:50:00.238882+0000 mgr.a (mgr.14403) 3829 : audit 0 from='client.77563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:01 smithi194 bash[32038]: audit 2023-12-07T18:50:00.238882+0000 mgr.a (mgr.14403) 3829 : audit 0 from='client.77563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:01.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:01 smithi135 bash[32435]: audit 2023-12-07T18:50:00.238882+0000 mgr.a (mgr.14403) 3829 : audit 0 from='client.77563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:02.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:02 smithi079 bash[28699]: cluster 2023-12-07T18:50:00.565209+0000 mgr.a (mgr.14403) 3830 : cluster 0 pgmap v2854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:02.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:02 smithi194 bash[32038]: cluster 2023-12-07T18:50:00.565209+0000 mgr.a (mgr.14403) 3830 : cluster 0 pgmap v2854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:02.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:02 smithi135 bash[32435]: cluster 2023-12-07T18:50:00.565209+0000 mgr.a (mgr.14403) 3830 : cluster 0 pgmap v2854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:04.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:04 smithi079 bash[28699]: cluster 2023-12-07T18:50:02.565896+0000 mgr.a (mgr.14403) 3831 : cluster 0 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-07T18:50:04.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:04 smithi194 bash[32038]: cluster 2023-12-07T18:50:02.565896+0000 mgr.a (mgr.14403) 3831 : cluster 0 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-07T18:50:04.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:04 smithi135 bash[32435]: cluster 2023-12-07T18:50:02.565896+0000 mgr.a (mgr.14403) 3831 : cluster 0 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-07T18:50:05.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:50:05.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:05.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:06.652 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:50:06.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:06.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:06.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:06.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:50:06.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:06 smithi079 bash[28699]: cluster 2023-12-07T18:50:04.566730+0000 mgr.a (mgr.14403) 3832 : cluster 0 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-07T18:50:06.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:06 smithi194 bash[32038]: cluster 2023-12-07T18:50:04.566730+0000 mgr.a (mgr.14403) 3832 : cluster 0 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-07T18:50:06.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:06 smithi135 bash[32435]: cluster 2023-12-07T18:50:04.566730+0000 mgr.a (mgr.14403) 3832 : cluster 0 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-07T18:50:07.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:07 smithi079 bash[28699]: audit 2023-12-07T18:50:06.162247+0000 mgr.a (mgr.14403) 3833 : audit 0 from='client.87435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:07 smithi194 bash[32038]: audit 2023-12-07T18:50:06.162247+0000 mgr.a (mgr.14403) 3833 : audit 0 from='client.87435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:07.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:07 smithi135 bash[32435]: audit 2023-12-07T18:50:06.162247+0000 mgr.a (mgr.14403) 3833 : audit 0 from='client.87435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:08.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:08 smithi079 bash[28699]: cluster 2023-12-07T18:50:06.567498+0000 mgr.a (mgr.14403) 3834 : cluster 0 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-07T18:50:08.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:08 smithi194 bash[32038]: cluster 2023-12-07T18:50:06.567498+0000 mgr.a (mgr.14403) 3834 : cluster 0 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-07T18:50:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:08 smithi135 bash[32435]: cluster 2023-12-07T18:50:06.567498+0000 mgr.a (mgr.14403) 3834 : cluster 0 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-07T18:50:09.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:09 smithi079 bash[28699]: cluster 2023-12-07T18:50:08.568253+0000 mgr.a (mgr.14403) 3835 : cluster 0 pgmap v2858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:09 smithi194 bash[32038]: cluster 2023-12-07T18:50:08.568253+0000 mgr.a (mgr.14403) 3835 : cluster 0 pgmap v2858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:09.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:09 smithi135 bash[32435]: cluster 2023-12-07T18:50:08.568253+0000 mgr.a (mgr.14403) 3835 : cluster 0 pgmap v2858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:11.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:50:11.655 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:11.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:11 smithi194 bash[32038]: cluster 2023-12-07T18:50:10.568832+0000 mgr.a (mgr.14403) 3836 : cluster 0 pgmap v2859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:12.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:11 smithi135 bash[32435]: cluster 2023-12-07T18:50:10.568832+0000 mgr.a (mgr.14403) 3836 : cluster 0 pgmap v2859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:11 smithi079 bash[28699]: cluster 2023-12-07T18:50:10.568832+0000 mgr.a (mgr.14403) 3836 : cluster 0 pgmap v2859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:12.574 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:50:12.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:12.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:12.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:12.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:50:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:12 smithi194 bash[32038]: audit 2023-12-07T18:50:12.062867+0000 mgr.a (mgr.14403) 3837 : audit 0 from='client.87513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:13.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:12 smithi135 bash[32435]: audit 2023-12-07T18:50:12.062867+0000 mgr.a (mgr.14403) 3837 : audit 0 from='client.87513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:12 smithi079 bash[28699]: audit 2023-12-07T18:50:12.062867+0000 mgr.a (mgr.14403) 3837 : audit 0 from='client.87513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:13 smithi194 bash[32038]: cluster 2023-12-07T18:50:12.569683+0000 mgr.a (mgr.14403) 3838 : cluster 0 pgmap v2860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:13 smithi135 bash[32435]: cluster 2023-12-07T18:50:12.569683+0000 mgr.a (mgr.14403) 3838 : cluster 0 pgmap v2860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:13 smithi079 bash[28699]: cluster 2023-12-07T18:50:12.569683+0000 mgr.a (mgr.14403) 3838 : cluster 0 pgmap v2860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:15 smithi194 bash[32038]: cluster 2023-12-07T18:50:14.570539+0000 mgr.a (mgr.14403) 3839 : cluster 0 pgmap v2861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:15 smithi135 bash[32435]: cluster 2023-12-07T18:50:14.570539+0000 mgr.a (mgr.14403) 3839 : cluster 0 pgmap v2861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:15 smithi079 bash[28699]: cluster 2023-12-07T18:50:14.570539+0000 mgr.a (mgr.14403) 3839 : cluster 0 pgmap v2861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:17.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:50:17.578 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:17.578 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:17 smithi194 bash[32038]: cluster 2023-12-07T18:50:16.571061+0000 mgr.a (mgr.14403) 3840 : cluster 0 pgmap v2862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:18.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:17 smithi135 bash[32435]: cluster 2023-12-07T18:50:16.571061+0000 mgr.a (mgr.14403) 3840 : cluster 0 pgmap v2862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:17 smithi079 bash[28699]: cluster 2023-12-07T18:50:16.571061+0000 mgr.a (mgr.14403) 3840 : cluster 0 pgmap v2862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:18.480 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:50:18.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:18.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:18.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:18.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:50:19.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:18 smithi135 bash[32435]: audit 2023-12-07T18:50:17.982869+0000 mgr.a (mgr.14403) 3841 : audit 0 from='client.87588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:18 smithi079 bash[28699]: audit 2023-12-07T18:50:17.982869+0000 mgr.a (mgr.14403) 3841 : audit 0 from='client.87588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:18 smithi194 bash[32038]: audit 2023-12-07T18:50:17.982869+0000 mgr.a (mgr.14403) 3841 : audit 0 from='client.87588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:19 smithi079 bash[28699]: cluster 2023-12-07T18:50:18.571980+0000 mgr.a (mgr.14403) 3842 : cluster 0 pgmap v2863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:50:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:19 smithi194 bash[32038]: cluster 2023-12-07T18:50:18.571980+0000 mgr.a (mgr.14403) 3842 : cluster 0 pgmap v2863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:50:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:19 smithi135 bash[32435]: cluster 2023-12-07T18:50:18.571980+0000 mgr.a (mgr.14403) 3842 : cluster 0 pgmap v2863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T18:50:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:21 smithi079 bash[28699]: cluster 2023-12-07T18:50:20.572556+0000 mgr.a (mgr.14403) 3843 : cluster 0 pgmap v2864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:50:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:21 smithi194 bash[32038]: cluster 2023-12-07T18:50:20.572556+0000 mgr.a (mgr.14403) 3843 : cluster 0 pgmap v2864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:50:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:21 smithi135 bash[32435]: cluster 2023-12-07T18:50:20.572556+0000 mgr.a (mgr.14403) 3843 : cluster 0 pgmap v2864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:50:23.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:50:23.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:23.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:23 smithi079 bash[28699]: cluster 2023-12-07T18:50:22.573136+0000 mgr.a (mgr.14403) 3844 : cluster 0 pgmap v2865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:50:24.430 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:50:24.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:24.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:24.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:24.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:50:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:23 smithi194 bash[32038]: cluster 2023-12-07T18:50:22.573136+0000 mgr.a (mgr.14403) 3844 : cluster 0 pgmap v2865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:50:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:23 smithi135 bash[32435]: cluster 2023-12-07T18:50:22.573136+0000 mgr.a (mgr.14403) 3844 : cluster 0 pgmap v2865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T18:50:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:24 smithi079 bash[28699]: audit 2023-12-07T18:50:23.888609+0000 mgr.a (mgr.14403) 3845 : audit 0 from='client.87666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:24 smithi194 bash[32038]: audit 2023-12-07T18:50:23.888609+0000 mgr.a (mgr.14403) 3845 : audit 0 from='client.87666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:24 smithi135 bash[32435]: audit 2023-12-07T18:50:23.888609+0000 mgr.a (mgr.14403) 3845 : audit 0 from='client.87666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:25 smithi079 bash[28699]: cluster 2023-12-07T18:50:24.574186+0000 mgr.a (mgr.14403) 3846 : cluster 0 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-07T18:50:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:25 smithi194 bash[32038]: cluster 2023-12-07T18:50:24.574186+0000 mgr.a (mgr.14403) 3846 : cluster 0 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-07T18:50:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:25 smithi135 bash[32435]: cluster 2023-12-07T18:50:24.574186+0000 mgr.a (mgr.14403) 3846 : cluster 0 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-07T18:50:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:27 smithi079 bash[28699]: cluster 2023-12-07T18:50:26.574743+0000 mgr.a (mgr.14403) 3847 : cluster 0 pgmap v2867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:50:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:27 smithi194 bash[32038]: cluster 2023-12-07T18:50:26.574743+0000 mgr.a (mgr.14403) 3847 : cluster 0 pgmap v2867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:50:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:27 smithi135 bash[32435]: cluster 2023-12-07T18:50:26.574743+0000 mgr.a (mgr.14403) 3847 : cluster 0 pgmap v2867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:50:29.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:50:29.433 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:29.433 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:30.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:30.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:30.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:30.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:50:30.352 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:50:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:29 smithi079 bash[28699]: cluster 2023-12-07T18:50:28.575515+0000 mgr.a (mgr.14403) 3848 : cluster 0 pgmap v2868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:29 smithi194 bash[32038]: cluster 2023-12-07T18:50:28.575515+0000 mgr.a (mgr.14403) 3848 : cluster 0 pgmap v2868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:29 smithi135 bash[32435]: cluster 2023-12-07T18:50:28.575515+0000 mgr.a (mgr.14403) 3848 : cluster 0 pgmap v2868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:30 smithi079 bash[28699]: audit 2023-12-07T18:50:29.836735+0000 mgr.a (mgr.14403) 3849 : audit 0 from='client.87744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:30 smithi194 bash[32038]: audit 2023-12-07T18:50:29.836735+0000 mgr.a (mgr.14403) 3849 : audit 0 from='client.87744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:30 smithi135 bash[32435]: audit 2023-12-07T18:50:29.836735+0000 mgr.a (mgr.14403) 3849 : audit 0 from='client.87744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:31 smithi079 bash[28699]: cluster 2023-12-07T18:50:30.576162+0000 mgr.a (mgr.14403) 3850 : cluster 0 pgmap v2869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:50:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:31 smithi194 bash[32038]: cluster 2023-12-07T18:50:30.576162+0000 mgr.a (mgr.14403) 3850 : cluster 0 pgmap v2869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:50:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:31 smithi135 bash[32435]: cluster 2023-12-07T18:50:30.576162+0000 mgr.a (mgr.14403) 3850 : cluster 0 pgmap v2869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:50:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:34 smithi079 bash[28699]: cluster 2023-12-07T18:50:32.576684+0000 mgr.a (mgr.14403) 3851 : cluster 0 pgmap v2870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:50:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:33 smithi194 bash[32038]: cluster 2023-12-07T18:50:32.576684+0000 mgr.a (mgr.14403) 3851 : cluster 0 pgmap v2870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:50:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:34 smithi135 bash[32435]: cluster 2023-12-07T18:50:32.576684+0000 mgr.a (mgr.14403) 3851 : cluster 0 pgmap v2870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:50:35.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:50:35.355 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:35.355 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:36.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:36.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:36.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:36.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:50:36.238 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:50:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:36 smithi079 bash[28699]: cluster 2023-12-07T18:50:34.577499+0000 mgr.a (mgr.14403) 3852 : cluster 0 pgmap v2871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:50:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:36 smithi194 bash[32038]: cluster 2023-12-07T18:50:34.577499+0000 mgr.a (mgr.14403) 3852 : cluster 0 pgmap v2871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:50:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:36 smithi135 bash[32435]: cluster 2023-12-07T18:50:34.577499+0000 mgr.a (mgr.14403) 3852 : cluster 0 pgmap v2871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:50:37.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:37 smithi079 bash[28699]: audit 2023-12-07T18:50:35.759311+0000 mgr.a (mgr.14403) 3853 : audit 0 from='client.87819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:37 smithi194 bash[32038]: audit 2023-12-07T18:50:35.759311+0000 mgr.a (mgr.14403) 3853 : audit 0 from='client.87819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:37.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:37 smithi135 bash[32435]: audit 2023-12-07T18:50:35.759311+0000 mgr.a (mgr.14403) 3853 : audit 0 from='client.87819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:38 smithi079 bash[28699]: cluster 2023-12-07T18:50:36.578233+0000 mgr.a (mgr.14403) 3854 : cluster 0 pgmap v2872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:38 smithi194 bash[32038]: cluster 2023-12-07T18:50:36.578233+0000 mgr.a (mgr.14403) 3854 : cluster 0 pgmap v2872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:38 smithi135 bash[32435]: cluster 2023-12-07T18:50:36.578233+0000 mgr.a (mgr.14403) 3854 : cluster 0 pgmap v2872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:40 smithi079 bash[28699]: cluster 2023-12-07T18:50:38.579057+0000 mgr.a (mgr.14403) 3855 : cluster 0 pgmap v2873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:40 smithi194 bash[32038]: cluster 2023-12-07T18:50:38.579057+0000 mgr.a (mgr.14403) 3855 : cluster 0 pgmap v2873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:40 smithi135 bash[32435]: cluster 2023-12-07T18:50:38.579057+0000 mgr.a (mgr.14403) 3855 : cluster 0 pgmap v2873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:41.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:50:41.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:41.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:42.157 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:50:42.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:42.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:42.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:42.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:50:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:42 smithi079 bash[28699]: cluster 2023-12-07T18:50:40.579619+0000 mgr.a (mgr.14403) 3856 : cluster 0 pgmap v2874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:42 smithi194 bash[32038]: cluster 2023-12-07T18:50:40.579619+0000 mgr.a (mgr.14403) 3856 : cluster 0 pgmap v2874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:42 smithi135 bash[32435]: cluster 2023-12-07T18:50:40.579619+0000 mgr.a (mgr.14403) 3856 : cluster 0 pgmap v2874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:43 smithi079 bash[28699]: audit 2023-12-07T18:50:41.639285+0000 mgr.a (mgr.14403) 3857 : audit 0 from='client.87894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:43 smithi194 bash[32038]: audit 2023-12-07T18:50:41.639285+0000 mgr.a (mgr.14403) 3857 : audit 0 from='client.87894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:43 smithi135 bash[32435]: audit 2023-12-07T18:50:41.639285+0000 mgr.a (mgr.14403) 3857 : audit 0 from='client.87894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:44 smithi079 bash[28699]: cluster 2023-12-07T18:50:42.580332+0000 mgr.a (mgr.14403) 3858 : cluster 0 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-07T18:50:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:44 smithi194 bash[32038]: cluster 2023-12-07T18:50:42.580332+0000 mgr.a (mgr.14403) 3858 : cluster 0 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-07T18:50:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:44 smithi135 bash[32435]: cluster 2023-12-07T18:50:42.580332+0000 mgr.a (mgr.14403) 3858 : cluster 0 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-07T18:50:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:46 smithi079 bash[28699]: cluster 2023-12-07T18:50:44.581144+0000 mgr.a (mgr.14403) 3859 : cluster 0 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-07T18:50:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:46 smithi194 bash[32038]: cluster 2023-12-07T18:50:44.581144+0000 mgr.a (mgr.14403) 3859 : cluster 0 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-07T18:50:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:46 smithi135 bash[32435]: cluster 2023-12-07T18:50:44.581144+0000 mgr.a (mgr.14403) 3859 : cluster 0 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-07T18:50:47.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:50:47.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:47.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:48.073 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:50:48.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:48.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:48.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:48.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:50:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:48 smithi079 bash[28699]: cluster 2023-12-07T18:50:46.581733+0000 mgr.a (mgr.14403) 3860 : cluster 0 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-07T18:50:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:48 smithi194 bash[32038]: cluster 2023-12-07T18:50:46.581733+0000 mgr.a (mgr.14403) 3860 : cluster 0 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-07T18:50:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:48 smithi135 bash[32435]: cluster 2023-12-07T18:50:46.581733+0000 mgr.a (mgr.14403) 3860 : cluster 0 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-07T18:50:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:49 smithi079 bash[28699]: audit 2023-12-07T18:50:47.568718+0000 mgr.a (mgr.14403) 3861 : audit 0 from='client.87972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:49 smithi194 bash[32038]: audit 2023-12-07T18:50:47.568718+0000 mgr.a (mgr.14403) 3861 : audit 0 from='client.87972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:49 smithi135 bash[32435]: audit 2023-12-07T18:50:47.568718+0000 mgr.a (mgr.14403) 3861 : audit 0 from='client.87972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:50 smithi079 bash[28699]: cluster 2023-12-07T18:50:48.582546+0000 mgr.a (mgr.14403) 3862 : cluster 0 pgmap v2878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:50 smithi194 bash[32038]: cluster 2023-12-07T18:50:48.582546+0000 mgr.a (mgr.14403) 3862 : cluster 0 pgmap v2878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:50 smithi135 bash[32435]: cluster 2023-12-07T18:50:48.582546+0000 mgr.a (mgr.14403) 3862 : cluster 0 pgmap v2878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:50:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:52 smithi079 bash[28699]: cluster 2023-12-07T18:50:50.583140+0000 mgr.a (mgr.14403) 3863 : cluster 0 pgmap v2879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:52 smithi194 bash[32038]: cluster 2023-12-07T18:50:50.583140+0000 mgr.a (mgr.14403) 3863 : cluster 0 pgmap v2879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:52 smithi135 bash[32435]: cluster 2023-12-07T18:50:50.583140+0000 mgr.a (mgr.14403) 3863 : cluster 0 pgmap v2879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:53.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:50:53.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:53.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:53.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:53.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:53.960 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:50:53.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:53.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:50:54.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:54 smithi079 bash[28699]: cluster 2023-12-07T18:50:52.583644+0000 mgr.a (mgr.14403) 3864 : cluster 0 pgmap v2880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:54.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:54 smithi079 bash[28699]: audit 2023-12-07T18:50:53.471815+0000 mgr.a (mgr.14403) 3865 : audit 0 from='client.88047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:54 smithi194 bash[32038]: cluster 2023-12-07T18:50:52.583644+0000 mgr.a (mgr.14403) 3864 : cluster 0 pgmap v2880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:54 smithi194 bash[32038]: audit 2023-12-07T18:50:53.471815+0000 mgr.a (mgr.14403) 3865 : audit 0 from='client.88047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:54.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:54 smithi135 bash[32435]: cluster 2023-12-07T18:50:52.583644+0000 mgr.a (mgr.14403) 3864 : cluster 0 pgmap v2880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:50:54.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:54 smithi135 bash[32435]: audit 2023-12-07T18:50:53.471815+0000 mgr.a (mgr.14403) 3865 : audit 0 from='client.88047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:50:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:56 smithi079 bash[28699]: cluster 2023-12-07T18:50:54.584614+0000 mgr.a (mgr.14403) 3866 : cluster 0 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-07T18:50:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:56 smithi194 bash[32038]: cluster 2023-12-07T18:50:54.584614+0000 mgr.a (mgr.14403) 3866 : cluster 0 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-07T18:50:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:56 smithi135 bash[32435]: cluster 2023-12-07T18:50:54.584614+0000 mgr.a (mgr.14403) 3866 : cluster 0 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-07T18:50:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:50:58 smithi079 bash[28699]: cluster 2023-12-07T18:50:56.585223+0000 mgr.a (mgr.14403) 3867 : cluster 0 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-07T18:50:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:50:58 smithi194 bash[32038]: cluster 2023-12-07T18:50:56.585223+0000 mgr.a (mgr.14403) 3867 : cluster 0 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-07T18:50:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:50:58 smithi135 bash[32435]: cluster 2023-12-07T18:50:56.585223+0000 mgr.a (mgr.14403) 3867 : cluster 0 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-07T18:50:58.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:50:58.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:50:58.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:50:59.862 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:50:59.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:50:59.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:50:59.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:50:59.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:51:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:00 smithi079 bash[28699]: cluster 2023-12-07T18:50:58.586061+0000 mgr.a (mgr.14403) 3868 : cluster 0 pgmap v2883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:00 smithi079 bash[28699]: audit 2023-12-07T18:50:59.365468+0000 mgr.a (mgr.14403) 3869 : audit 0 from='client.88116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:00 smithi079 bash[28699]: audit 2023-12-07T18:50:59.988436+0000 mon.a (mon.0) 1002 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:51:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:00 smithi194 bash[32038]: cluster 2023-12-07T18:50:58.586061+0000 mgr.a (mgr.14403) 3868 : cluster 0 pgmap v2883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:00 smithi194 bash[32038]: audit 2023-12-07T18:50:59.365468+0000 mgr.a (mgr.14403) 3869 : audit 0 from='client.88116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:00 smithi194 bash[32038]: audit 2023-12-07T18:50:59.988436+0000 mon.a (mon.0) 1002 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:51:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:00 smithi135 bash[32435]: cluster 2023-12-07T18:50:58.586061+0000 mgr.a (mgr.14403) 3868 : cluster 0 pgmap v2883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:00 smithi135 bash[32435]: audit 2023-12-07T18:50:59.365468+0000 mgr.a (mgr.14403) 3869 : audit 0 from='client.88116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:00 smithi135 bash[32435]: audit 2023-12-07T18:50:59.988436+0000 mon.a (mon.0) 1002 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:51:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:01 smithi079 bash[28699]: audit 2023-12-07T18:51:00.724457+0000 mon.a (mon.0) 1003 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:51:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:01 smithi079 bash[28699]: audit 2023-12-07T18:51:00.725819+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:51:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:01 smithi079 bash[28699]: audit 2023-12-07T18:51:00.733253+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:51:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:01 smithi194 bash[32038]: audit 2023-12-07T18:51:00.724457+0000 mon.a (mon.0) 1003 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:51:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:01 smithi194 bash[32038]: audit 2023-12-07T18:51:00.725819+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:51:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:01 smithi194 bash[32038]: audit 2023-12-07T18:51:00.733253+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:51:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:01 smithi135 bash[32435]: audit 2023-12-07T18:51:00.724457+0000 mon.a (mon.0) 1003 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:51:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:01 smithi135 bash[32435]: audit 2023-12-07T18:51:00.725819+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:51:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:01 smithi135 bash[32435]: audit 2023-12-07T18:51:00.733253+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:51:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:02 smithi079 bash[28699]: cluster 2023-12-07T18:51:00.586717+0000 mgr.a (mgr.14403) 3870 : cluster 0 pgmap v2884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:02 smithi194 bash[32038]: cluster 2023-12-07T18:51:00.586717+0000 mgr.a (mgr.14403) 3870 : cluster 0 pgmap v2884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:02 smithi135 bash[32435]: cluster 2023-12-07T18:51:00.586717+0000 mgr.a (mgr.14403) 3870 : cluster 0 pgmap v2884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:04.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:04 smithi079 bash[28699]: cluster 2023-12-07T18:51:02.587293+0000 mgr.a (mgr.14403) 3871 : cluster 0 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-07T18:51:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:04 smithi194 bash[32038]: cluster 2023-12-07T18:51:02.587293+0000 mgr.a (mgr.14403) 3871 : cluster 0 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-07T18:51:04.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:04 smithi135 bash[32435]: cluster 2023-12-07T18:51:02.587293+0000 mgr.a (mgr.14403) 3871 : cluster 0 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-07T18:51:04.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:51:04.867 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:04.867 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:05.788 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:51:05.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:05.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:05.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:05.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:51:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:06 smithi079 bash[28699]: cluster 2023-12-07T18:51:04.588011+0000 mgr.a (mgr.14403) 3872 : cluster 0 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-07T18:51:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:06 smithi079 bash[28699]: audit 2023-12-07T18:51:05.266767+0000 mgr.a (mgr.14403) 3873 : audit 0 from='client.88191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:06 smithi194 bash[32038]: cluster 2023-12-07T18:51:04.588011+0000 mgr.a (mgr.14403) 3872 : cluster 0 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-07T18:51:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:06 smithi194 bash[32038]: audit 2023-12-07T18:51:05.266767+0000 mgr.a (mgr.14403) 3873 : audit 0 from='client.88191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:06 smithi135 bash[32435]: cluster 2023-12-07T18:51:04.588011+0000 mgr.a (mgr.14403) 3872 : cluster 0 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-07T18:51:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:06 smithi135 bash[32435]: audit 2023-12-07T18:51:05.266767+0000 mgr.a (mgr.14403) 3873 : audit 0 from='client.88191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:08 smithi079 bash[28699]: cluster 2023-12-07T18:51:06.588646+0000 mgr.a (mgr.14403) 3874 : cluster 0 pgmap v2887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:08 smithi194 bash[32038]: cluster 2023-12-07T18:51:06.588646+0000 mgr.a (mgr.14403) 3874 : cluster 0 pgmap v2887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:08 smithi135 bash[32435]: cluster 2023-12-07T18:51:06.588646+0000 mgr.a (mgr.14403) 3874 : cluster 0 pgmap v2887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:10.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:10 smithi079 bash[28699]: cluster 2023-12-07T18:51:08.589412+0000 mgr.a (mgr.14403) 3875 : cluster 0 pgmap v2888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:10 smithi194 bash[32038]: cluster 2023-12-07T18:51:08.589412+0000 mgr.a (mgr.14403) 3875 : cluster 0 pgmap v2888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:10 smithi135 bash[32435]: cluster 2023-12-07T18:51:08.589412+0000 mgr.a (mgr.14403) 3875 : cluster 0 pgmap v2888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:10.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:51:10.792 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:10.793 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:11.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:11.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:11.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:11.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:51:11.681 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:51:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:12 smithi079 bash[28699]: cluster 2023-12-07T18:51:10.589974+0000 mgr.a (mgr.14403) 3876 : cluster 0 pgmap v2889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:12 smithi079 bash[28699]: audit 2023-12-07T18:51:11.194864+0000 mgr.a (mgr.14403) 3877 : audit 0 from='client.88269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:12 smithi194 bash[32038]: cluster 2023-12-07T18:51:10.589974+0000 mgr.a (mgr.14403) 3876 : cluster 0 pgmap v2889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:12 smithi194 bash[32038]: audit 2023-12-07T18:51:11.194864+0000 mgr.a (mgr.14403) 3877 : audit 0 from='client.88269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:12 smithi135 bash[32435]: cluster 2023-12-07T18:51:10.589974+0000 mgr.a (mgr.14403) 3876 : cluster 0 pgmap v2889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:12 smithi135 bash[32435]: audit 2023-12-07T18:51:11.194864+0000 mgr.a (mgr.14403) 3877 : audit 0 from='client.88269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:14 smithi079 bash[28699]: cluster 2023-12-07T18:51:12.590579+0000 mgr.a (mgr.14403) 3878 : cluster 0 pgmap v2890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:14 smithi194 bash[32038]: cluster 2023-12-07T18:51:12.590579+0000 mgr.a (mgr.14403) 3878 : cluster 0 pgmap v2890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:14 smithi135 bash[32435]: cluster 2023-12-07T18:51:12.590579+0000 mgr.a (mgr.14403) 3878 : cluster 0 pgmap v2890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:16 smithi079 bash[28699]: cluster 2023-12-07T18:51:14.591381+0000 mgr.a (mgr.14403) 3879 : cluster 0 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-07T18:51:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:16 smithi194 bash[32038]: cluster 2023-12-07T18:51:14.591381+0000 mgr.a (mgr.14403) 3879 : cluster 0 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-07T18:51:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:16 smithi135 bash[32435]: cluster 2023-12-07T18:51:14.591381+0000 mgr.a (mgr.14403) 3879 : cluster 0 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-07T18:51:16.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:51:16.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:16.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:17.545 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:51:17.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:17.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:17.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:17.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:51:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:18 smithi079 bash[28699]: cluster 2023-12-07T18:51:16.591954+0000 mgr.a (mgr.14403) 3880 : cluster 0 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-07T18:51:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:18 smithi079 bash[28699]: audit 2023-12-07T18:51:17.078606+0000 mgr.a (mgr.14403) 3881 : audit 0 from='client.88347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:18 smithi194 bash[32038]: cluster 2023-12-07T18:51:16.591954+0000 mgr.a (mgr.14403) 3880 : cluster 0 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-07T18:51:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:18 smithi194 bash[32038]: audit 2023-12-07T18:51:17.078606+0000 mgr.a (mgr.14403) 3881 : audit 0 from='client.88347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:18 smithi135 bash[32435]: cluster 2023-12-07T18:51:16.591954+0000 mgr.a (mgr.14403) 3880 : cluster 0 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-07T18:51:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:18 smithi135 bash[32435]: audit 2023-12-07T18:51:17.078606+0000 mgr.a (mgr.14403) 3881 : audit 0 from='client.88347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:20 smithi079 bash[28699]: cluster 2023-12-07T18:51:18.592783+0000 mgr.a (mgr.14403) 3882 : cluster 0 pgmap v2893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:20 smithi194 bash[32038]: cluster 2023-12-07T18:51:18.592783+0000 mgr.a (mgr.14403) 3882 : cluster 0 pgmap v2893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:20 smithi135 bash[32435]: cluster 2023-12-07T18:51:18.592783+0000 mgr.a (mgr.14403) 3882 : cluster 0 pgmap v2893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:22 smithi079 bash[28699]: cluster 2023-12-07T18:51:20.593267+0000 mgr.a (mgr.14403) 3883 : cluster 0 pgmap v2894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:22 smithi194 bash[32038]: cluster 2023-12-07T18:51:20.593267+0000 mgr.a (mgr.14403) 3883 : cluster 0 pgmap v2894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:22 smithi135 bash[32435]: cluster 2023-12-07T18:51:20.593267+0000 mgr.a (mgr.14403) 3883 : cluster 0 pgmap v2894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:22.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:51:22.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:22.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:23.452 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:51:23.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:23.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:23.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:23.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:51:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:24 smithi079 bash[28699]: cluster 2023-12-07T18:51:22.593596+0000 mgr.a (mgr.14403) 3884 : cluster 0 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-07T18:51:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:24 smithi079 bash[28699]: audit 2023-12-07T18:51:22.949882+0000 mgr.a (mgr.14403) 3885 : audit 0 from='client.88422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:24 smithi194 bash[32038]: cluster 2023-12-07T18:51:22.593596+0000 mgr.a (mgr.14403) 3884 : cluster 0 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-07T18:51:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:24 smithi194 bash[32038]: audit 2023-12-07T18:51:22.949882+0000 mgr.a (mgr.14403) 3885 : audit 0 from='client.88422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:24.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:24 smithi135 bash[32435]: cluster 2023-12-07T18:51:22.593596+0000 mgr.a (mgr.14403) 3884 : cluster 0 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-07T18:51:24.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:24 smithi135 bash[32435]: audit 2023-12-07T18:51:22.949882+0000 mgr.a (mgr.14403) 3885 : audit 0 from='client.88422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:26 smithi079 bash[28699]: cluster 2023-12-07T18:51:24.594410+0000 mgr.a (mgr.14403) 3886 : cluster 0 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-07T18:51:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:26 smithi194 bash[32038]: cluster 2023-12-07T18:51:24.594410+0000 mgr.a (mgr.14403) 3886 : cluster 0 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-07T18:51:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:26 smithi135 bash[32435]: cluster 2023-12-07T18:51:24.594410+0000 mgr.a (mgr.14403) 3886 : cluster 0 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-07T18:51:28.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:51:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:28 smithi194 bash[32038]: cluster 2023-12-07T18:51:26.594907+0000 mgr.a (mgr.14403) 3887 : cluster 0 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-07T18:51:28.457 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:28.457 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:28 smithi135 bash[32435]: cluster 2023-12-07T18:51:26.594907+0000 mgr.a (mgr.14403) 3887 : cluster 0 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-07T18:51:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:28 smithi079 bash[28699]: cluster 2023-12-07T18:51:26.594907+0000 mgr.a (mgr.14403) 3887 : cluster 0 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-07T18:51:29.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:29.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:29.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:29.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:51:29.379 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:51:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:30 smithi194 bash[32038]: cluster 2023-12-07T18:51:28.595579+0000 mgr.a (mgr.14403) 3888 : cluster 0 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-07T18:51:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:30 smithi194 bash[32038]: audit 2023-12-07T18:51:28.853064+0000 mgr.a (mgr.14403) 3889 : audit 0 from='client.88500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:30 smithi135 bash[32435]: cluster 2023-12-07T18:51:28.595579+0000 mgr.a (mgr.14403) 3888 : cluster 0 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-07T18:51:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:30 smithi135 bash[32435]: audit 2023-12-07T18:51:28.853064+0000 mgr.a (mgr.14403) 3889 : audit 0 from='client.88500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:30 smithi079 bash[28699]: cluster 2023-12-07T18:51:28.595579+0000 mgr.a (mgr.14403) 3888 : cluster 0 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-07T18:51:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:30 smithi079 bash[28699]: audit 2023-12-07T18:51:28.853064+0000 mgr.a (mgr.14403) 3889 : audit 0 from='client.88500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:32 smithi194 bash[32038]: cluster 2023-12-07T18:51:30.596153+0000 mgr.a (mgr.14403) 3890 : cluster 0 pgmap v2899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:32 smithi135 bash[32435]: cluster 2023-12-07T18:51:30.596153+0000 mgr.a (mgr.14403) 3890 : cluster 0 pgmap v2899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:32 smithi079 bash[28699]: cluster 2023-12-07T18:51:30.596153+0000 mgr.a (mgr.14403) 3890 : cluster 0 pgmap v2899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:34.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:51:34.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:34.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:34 smithi194 bash[32038]: cluster 2023-12-07T18:51:32.596703+0000 mgr.a (mgr.14403) 3891 : cluster 0 pgmap v2900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:34 smithi135 bash[32435]: cluster 2023-12-07T18:51:32.596703+0000 mgr.a (mgr.14403) 3891 : cluster 0 pgmap v2900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:34 smithi079 bash[28699]: cluster 2023-12-07T18:51:32.596703+0000 mgr.a (mgr.14403) 3891 : cluster 0 pgmap v2900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:51:35.277 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:51:35.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:35.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:35.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:35.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:51:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:36 smithi194 bash[32038]: cluster 2023-12-07T18:51:34.597498+0000 mgr.a (mgr.14403) 3892 : cluster 0 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-07T18:51:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:36 smithi194 bash[32038]: audit 2023-12-07T18:51:34.788697+0000 mgr.a (mgr.14403) 3893 : audit 0 from='client.88575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:36 smithi135 bash[32435]: cluster 2023-12-07T18:51:34.597498+0000 mgr.a (mgr.14403) 3892 : cluster 0 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-07T18:51:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:36 smithi135 bash[32435]: audit 2023-12-07T18:51:34.788697+0000 mgr.a (mgr.14403) 3893 : audit 0 from='client.88575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:36 smithi079 bash[28699]: cluster 2023-12-07T18:51:34.597498+0000 mgr.a (mgr.14403) 3892 : cluster 0 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-07T18:51:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:36 smithi079 bash[28699]: audit 2023-12-07T18:51:34.788697+0000 mgr.a (mgr.14403) 3893 : audit 0 from='client.88575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:38 smithi194 bash[32038]: cluster 2023-12-07T18:51:36.598137+0000 mgr.a (mgr.14403) 3894 : cluster 0 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-07T18:51:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:38 smithi135 bash[32435]: cluster 2023-12-07T18:51:36.598137+0000 mgr.a (mgr.14403) 3894 : cluster 0 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-07T18:51:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:38 smithi079 bash[28699]: cluster 2023-12-07T18:51:36.598137+0000 mgr.a (mgr.14403) 3894 : cluster 0 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-07T18:51:40.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:51:40.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:40.281 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:40 smithi194 bash[32038]: cluster 2023-12-07T18:51:38.598923+0000 mgr.a (mgr.14403) 3895 : cluster 0 pgmap v2903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:40 smithi135 bash[32435]: cluster 2023-12-07T18:51:38.598923+0000 mgr.a (mgr.14403) 3895 : cluster 0 pgmap v2903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:40.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:40 smithi079 bash[28699]: cluster 2023-12-07T18:51:38.598923+0000 mgr.a (mgr.14403) 3895 : cluster 0 pgmap v2903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:41.205 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:51:41.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:41.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:41.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:41.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:51:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:42 smithi194 bash[32038]: cluster 2023-12-07T18:51:40.599329+0000 mgr.a (mgr.14403) 3896 : cluster 0 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-07T18:51:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:42 smithi194 bash[32038]: audit 2023-12-07T18:51:40.686226+0000 mgr.a (mgr.14403) 3897 : audit 0 from='client.88650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:42 smithi135 bash[32435]: cluster 2023-12-07T18:51:40.599329+0000 mgr.a (mgr.14403) 3896 : cluster 0 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-07T18:51:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:42 smithi135 bash[32435]: audit 2023-12-07T18:51:40.686226+0000 mgr.a (mgr.14403) 3897 : audit 0 from='client.88650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:42 smithi079 bash[28699]: cluster 2023-12-07T18:51:40.599329+0000 mgr.a (mgr.14403) 3896 : cluster 0 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-07T18:51:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:42 smithi079 bash[28699]: audit 2023-12-07T18:51:40.686226+0000 mgr.a (mgr.14403) 3897 : audit 0 from='client.88650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:44 smithi194 bash[32038]: cluster 2023-12-07T18:51:42.599999+0000 mgr.a (mgr.14403) 3898 : cluster 0 pgmap v2905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:44 smithi135 bash[32435]: cluster 2023-12-07T18:51:42.599999+0000 mgr.a (mgr.14403) 3898 : cluster 0 pgmap v2905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:44.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:44 smithi079 bash[28699]: cluster 2023-12-07T18:51:42.599999+0000 mgr.a (mgr.14403) 3898 : cluster 0 pgmap v2905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:46.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:51:46.209 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:46.209 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:46 smithi194 bash[32038]: cluster 2023-12-07T18:51:44.600749+0000 mgr.a (mgr.14403) 3899 : cluster 0 pgmap v2906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:46 smithi135 bash[32435]: cluster 2023-12-07T18:51:44.600749+0000 mgr.a (mgr.14403) 3899 : cluster 0 pgmap v2906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:46 smithi079 bash[28699]: cluster 2023-12-07T18:51:44.600749+0000 mgr.a (mgr.14403) 3899 : cluster 0 pgmap v2906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:47.104 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:51:47.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:47.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:47.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:47.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:51:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:48 smithi194 bash[32038]: cluster 2023-12-07T18:51:46.601240+0000 mgr.a (mgr.14403) 3900 : cluster 0 pgmap v2907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:48 smithi194 bash[32038]: audit 2023-12-07T18:51:46.613189+0000 mgr.a (mgr.14403) 3901 : audit 0 from='client.88725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:48 smithi135 bash[32435]: cluster 2023-12-07T18:51:46.601240+0000 mgr.a (mgr.14403) 3900 : cluster 0 pgmap v2907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:48 smithi135 bash[32435]: audit 2023-12-07T18:51:46.613189+0000 mgr.a (mgr.14403) 3901 : audit 0 from='client.88725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:48.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:48 smithi079 bash[28699]: cluster 2023-12-07T18:51:46.601240+0000 mgr.a (mgr.14403) 3900 : cluster 0 pgmap v2907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:48.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:48 smithi079 bash[28699]: audit 2023-12-07T18:51:46.613189+0000 mgr.a (mgr.14403) 3901 : audit 0 from='client.88725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:50 smithi194 bash[32038]: cluster 2023-12-07T18:51:48.601991+0000 mgr.a (mgr.14403) 3902 : cluster 0 pgmap v2908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:50 smithi135 bash[32435]: cluster 2023-12-07T18:51:48.601991+0000 mgr.a (mgr.14403) 3902 : cluster 0 pgmap v2908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:50 smithi079 bash[28699]: cluster 2023-12-07T18:51:48.601991+0000 mgr.a (mgr.14403) 3902 : cluster 0 pgmap v2908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:51:52.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:51:52.107 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:52.107 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:52 smithi194 bash[32038]: cluster 2023-12-07T18:51:50.602696+0000 mgr.a (mgr.14403) 3903 : cluster 0 pgmap v2909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:52 smithi135 bash[32435]: cluster 2023-12-07T18:51:50.602696+0000 mgr.a (mgr.14403) 3903 : cluster 0 pgmap v2909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:52 smithi079 bash[28699]: cluster 2023-12-07T18:51:50.602696+0000 mgr.a (mgr.14403) 3903 : cluster 0 pgmap v2909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:52.982 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:51:52.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:52.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:52.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:52.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:51:53.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:53 smithi079 bash[28699]: audit 2023-12-07T18:51:52.500907+0000 mgr.a (mgr.14403) 3904 : audit 0 from='client.88803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:53 smithi194 bash[32038]: audit 2023-12-07T18:51:52.500907+0000 mgr.a (mgr.14403) 3904 : audit 0 from='client.88803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:53.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:53 smithi135 bash[32435]: audit 2023-12-07T18:51:52.500907+0000 mgr.a (mgr.14403) 3904 : audit 0 from='client.88803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:54.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:54 smithi079 bash[28699]: cluster 2023-12-07T18:51:52.603278+0000 mgr.a (mgr.14403) 3905 : cluster 0 pgmap v2910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:54 smithi194 bash[32038]: cluster 2023-12-07T18:51:52.603278+0000 mgr.a (mgr.14403) 3905 : cluster 0 pgmap v2910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:54 smithi135 bash[32435]: cluster 2023-12-07T18:51:52.603278+0000 mgr.a (mgr.14403) 3905 : cluster 0 pgmap v2910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:51:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:56 smithi079 bash[28699]: cluster 2023-12-07T18:51:54.604162+0000 mgr.a (mgr.14403) 3906 : cluster 0 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-07T18:51:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:56 smithi194 bash[32038]: cluster 2023-12-07T18:51:54.604162+0000 mgr.a (mgr.14403) 3906 : cluster 0 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-07T18:51:56.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:56 smithi135 bash[32435]: cluster 2023-12-07T18:51:54.604162+0000 mgr.a (mgr.14403) 3906 : cluster 0 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-07T18:51:57.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:51:57.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:51:57.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:51:58.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:58 smithi079 bash[28699]: cluster 2023-12-07T18:51:56.604717+0000 mgr.a (mgr.14403) 3907 : cluster 0 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-07T18:51:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:58 smithi194 bash[32038]: cluster 2023-12-07T18:51:56.604717+0000 mgr.a (mgr.14403) 3907 : cluster 0 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-07T18:51:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:58 smithi135 bash[32435]: cluster 2023-12-07T18:51:56.604717+0000 mgr.a (mgr.14403) 3907 : cluster 0 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-07T18:51:58.874 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:51:58.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:51:58.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:51:58.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:51:58.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:51:59.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:51:59 smithi079 bash[28699]: audit 2023-12-07T18:51:58.388848+0000 mgr.a (mgr.14403) 3908 : audit 0 from='client.88878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:51:59 smithi194 bash[32038]: audit 2023-12-07T18:51:58.388848+0000 mgr.a (mgr.14403) 3908 : audit 0 from='client.88878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:51:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:51:59 smithi135 bash[32435]: audit 2023-12-07T18:51:58.388848+0000 mgr.a (mgr.14403) 3908 : audit 0 from='client.88878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:00.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:00 smithi079 bash[28699]: cluster 2023-12-07T18:51:58.605425+0000 mgr.a (mgr.14403) 3909 : cluster 0 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-07T18:52:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:00 smithi194 bash[32038]: cluster 2023-12-07T18:51:58.605425+0000 mgr.a (mgr.14403) 3909 : cluster 0 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-07T18:52:00.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:00 smithi135 bash[32435]: cluster 2023-12-07T18:51:58.605425+0000 mgr.a (mgr.14403) 3909 : cluster 0 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-07T18:52:01.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:01 smithi079 bash[28699]: audit 2023-12-07T18:52:00.838886+0000 mon.a (mon.0) 1006 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:52:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:01 smithi194 bash[32038]: audit 2023-12-07T18:52:00.838886+0000 mon.a (mon.0) 1006 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:52:01.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:01 smithi135 bash[32435]: audit 2023-12-07T18:52:00.838886+0000 mon.a (mon.0) 1006 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:52:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:02 smithi079 bash[28699]: cluster 2023-12-07T18:52:00.606111+0000 mgr.a (mgr.14403) 3910 : cluster 0 pgmap v2914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:02 smithi079 bash[28699]: audit 2023-12-07T18:52:01.370227+0000 mon.a (mon.0) 1007 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:52:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:02 smithi079 bash[28699]: audit 2023-12-07T18:52:01.376213+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:52:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:02 smithi079 bash[28699]: audit 2023-12-07T18:52:02.126709+0000 mon.a (mon.0) 1009 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:52:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:02 smithi079 bash[28699]: audit 2023-12-07T18:52:02.128589+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:52:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:02 smithi079 bash[28699]: audit 2023-12-07T18:52:02.137695+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:52:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:02 smithi194 bash[32038]: cluster 2023-12-07T18:52:00.606111+0000 mgr.a (mgr.14403) 3910 : cluster 0 pgmap v2914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:02 smithi194 bash[32038]: audit 2023-12-07T18:52:01.370227+0000 mon.a (mon.0) 1007 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:52:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:02 smithi194 bash[32038]: audit 2023-12-07T18:52:01.376213+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:52:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:02 smithi194 bash[32038]: audit 2023-12-07T18:52:02.126709+0000 mon.a (mon.0) 1009 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:52:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:02 smithi194 bash[32038]: audit 2023-12-07T18:52:02.128589+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:52:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:02 smithi194 bash[32038]: audit 2023-12-07T18:52:02.137695+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:52:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:02 smithi135 bash[32435]: cluster 2023-12-07T18:52:00.606111+0000 mgr.a (mgr.14403) 3910 : cluster 0 pgmap v2914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:02 smithi135 bash[32435]: audit 2023-12-07T18:52:01.370227+0000 mon.a (mon.0) 1007 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:52:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:02 smithi135 bash[32435]: audit 2023-12-07T18:52:01.376213+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:52:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:02 smithi135 bash[32435]: audit 2023-12-07T18:52:02.126709+0000 mon.a (mon.0) 1009 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:52:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:02 smithi135 bash[32435]: audit 2023-12-07T18:52:02.128589+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:52:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:02 smithi135 bash[32435]: audit 2023-12-07T18:52:02.137695+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:52:03.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:52:03.877 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:03.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:04 smithi079 bash[28699]: cluster 2023-12-07T18:52:02.606689+0000 mgr.a (mgr.14403) 3911 : cluster 0 pgmap v2915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:04 smithi194 bash[32038]: cluster 2023-12-07T18:52:02.606689+0000 mgr.a (mgr.14403) 3911 : cluster 0 pgmap v2915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:04 smithi135 bash[32435]: cluster 2023-12-07T18:52:02.606689+0000 mgr.a (mgr.14403) 3911 : cluster 0 pgmap v2915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:04.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:04.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:04.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:04.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:52:04.778 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:52:05.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:05 smithi079 bash[28699]: audit 2023-12-07T18:52:04.272704+0000 mgr.a (mgr.14403) 3912 : audit 0 from='client.88956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:05 smithi194 bash[32038]: audit 2023-12-07T18:52:04.272704+0000 mgr.a (mgr.14403) 3912 : audit 0 from='client.88956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:05.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:05 smithi135 bash[32435]: audit 2023-12-07T18:52:04.272704+0000 mgr.a (mgr.14403) 3912 : audit 0 from='client.88956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:06 smithi079 bash[28699]: cluster 2023-12-07T18:52:04.607375+0000 mgr.a (mgr.14403) 3913 : cluster 0 pgmap v2916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:06 smithi194 bash[32038]: cluster 2023-12-07T18:52:04.607375+0000 mgr.a (mgr.14403) 3913 : cluster 0 pgmap v2916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:06 smithi135 bash[32435]: cluster 2023-12-07T18:52:04.607375+0000 mgr.a (mgr.14403) 3913 : cluster 0 pgmap v2916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:08 smithi079 bash[28699]: cluster 2023-12-07T18:52:06.607960+0000 mgr.a (mgr.14403) 3914 : cluster 0 pgmap v2917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:08 smithi194 bash[32038]: cluster 2023-12-07T18:52:06.607960+0000 mgr.a (mgr.14403) 3914 : cluster 0 pgmap v2917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:08 smithi135 bash[32435]: cluster 2023-12-07T18:52:06.607960+0000 mgr.a (mgr.14403) 3914 : cluster 0 pgmap v2917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:09.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:52:09.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:09.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:10 smithi079 bash[28699]: cluster 2023-12-07T18:52:08.608746+0000 mgr.a (mgr.14403) 3915 : cluster 0 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-07T18:52:10.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:10.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:10.695 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:52:10.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:10.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:52:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:10 smithi194 bash[32038]: cluster 2023-12-07T18:52:08.608746+0000 mgr.a (mgr.14403) 3915 : cluster 0 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-07T18:52:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:10 smithi135 bash[32435]: cluster 2023-12-07T18:52:08.608746+0000 mgr.a (mgr.14403) 3915 : cluster 0 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-07T18:52:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:11 smithi194 bash[32038]: audit 2023-12-07T18:52:10.181574+0000 mgr.a (mgr.14403) 3916 : audit 0 from='client.89034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:11 smithi135 bash[32435]: audit 2023-12-07T18:52:10.181574+0000 mgr.a (mgr.14403) 3916 : audit 0 from='client.89034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:11.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:11 smithi079 bash[28699]: audit 2023-12-07T18:52:10.181574+0000 mgr.a (mgr.14403) 3916 : audit 0 from='client.89034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:12 smithi194 bash[32038]: cluster 2023-12-07T18:52:10.609407+0000 mgr.a (mgr.14403) 3917 : cluster 0 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-07T18:52:12.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:12 smithi135 bash[32435]: cluster 2023-12-07T18:52:10.609407+0000 mgr.a (mgr.14403) 3917 : cluster 0 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-07T18:52:12.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:12 smithi079 bash[28699]: cluster 2023-12-07T18:52:10.609407+0000 mgr.a (mgr.14403) 3917 : cluster 0 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-07T18:52:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:14 smithi194 bash[32038]: cluster 2023-12-07T18:52:12.610017+0000 mgr.a (mgr.14403) 3918 : cluster 0 pgmap v2920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:14.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:14 smithi135 bash[32435]: cluster 2023-12-07T18:52:12.610017+0000 mgr.a (mgr.14403) 3918 : cluster 0 pgmap v2920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:14.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:14 smithi079 bash[28699]: cluster 2023-12-07T18:52:12.610017+0000 mgr.a (mgr.14403) 3918 : cluster 0 pgmap v2920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:15.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:52:15.698 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:15.698 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:16.576 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:52:16.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:16.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:16.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:16.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:52:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:16 smithi194 bash[32038]: cluster 2023-12-07T18:52:14.610836+0000 mgr.a (mgr.14403) 3919 : cluster 0 pgmap v2921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:16 smithi135 bash[32435]: cluster 2023-12-07T18:52:14.610836+0000 mgr.a (mgr.14403) 3919 : cluster 0 pgmap v2921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:16.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:16 smithi079 bash[28699]: cluster 2023-12-07T18:52:14.610836+0000 mgr.a (mgr.14403) 3919 : cluster 0 pgmap v2921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:17 smithi194 bash[32038]: audit 2023-12-07T18:52:16.100024+0000 mgr.a (mgr.14403) 3920 : audit 0 from='client.89112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:17.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:17 smithi135 bash[32435]: audit 2023-12-07T18:52:16.100024+0000 mgr.a (mgr.14403) 3920 : audit 0 from='client.89112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:17.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:17 smithi079 bash[28699]: audit 2023-12-07T18:52:16.100024+0000 mgr.a (mgr.14403) 3920 : audit 0 from='client.89112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:18 smithi194 bash[32038]: cluster 2023-12-07T18:52:16.611555+0000 mgr.a (mgr.14403) 3921 : cluster 0 pgmap v2922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:18 smithi135 bash[32435]: cluster 2023-12-07T18:52:16.611555+0000 mgr.a (mgr.14403) 3921 : cluster 0 pgmap v2922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:18.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:18 smithi079 bash[28699]: cluster 2023-12-07T18:52:16.611555+0000 mgr.a (mgr.14403) 3921 : cluster 0 pgmap v2922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:20 smithi194 bash[32038]: cluster 2023-12-07T18:52:18.612360+0000 mgr.a (mgr.14403) 3922 : cluster 0 pgmap v2923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:20 smithi135 bash[32435]: cluster 2023-12-07T18:52:18.612360+0000 mgr.a (mgr.14403) 3922 : cluster 0 pgmap v2923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:20.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:20 smithi079 bash[28699]: cluster 2023-12-07T18:52:18.612360+0000 mgr.a (mgr.14403) 3922 : cluster 0 pgmap v2923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:21.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:52:21.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:21.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:22.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:22.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:22.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:22.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:52:22.512 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:52:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:22 smithi194 bash[32038]: cluster 2023-12-07T18:52:20.612874+0000 mgr.a (mgr.14403) 3923 : cluster 0 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-07T18:52:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:22 smithi135 bash[32435]: cluster 2023-12-07T18:52:20.612874+0000 mgr.a (mgr.14403) 3923 : cluster 0 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-07T18:52:22.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:22 smithi079 bash[28699]: cluster 2023-12-07T18:52:20.612874+0000 mgr.a (mgr.14403) 3923 : cluster 0 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-07T18:52:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:23 smithi194 bash[32038]: audit 2023-12-07T18:52:21.992501+0000 mgr.a (mgr.14403) 3924 : audit 0 from='client.89187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:23.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:23 smithi135 bash[32435]: audit 2023-12-07T18:52:21.992501+0000 mgr.a (mgr.14403) 3924 : audit 0 from='client.89187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:23.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:23 smithi079 bash[28699]: audit 2023-12-07T18:52:21.992501+0000 mgr.a (mgr.14403) 3924 : audit 0 from='client.89187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:24 smithi194 bash[32038]: cluster 2023-12-07T18:52:22.613609+0000 mgr.a (mgr.14403) 3925 : cluster 0 pgmap v2925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:24 smithi135 bash[32435]: cluster 2023-12-07T18:52:22.613609+0000 mgr.a (mgr.14403) 3925 : cluster 0 pgmap v2925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:24.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:24 smithi079 bash[28699]: cluster 2023-12-07T18:52:22.613609+0000 mgr.a (mgr.14403) 3925 : cluster 0 pgmap v2925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:26 smithi194 bash[32038]: cluster 2023-12-07T18:52:24.614420+0000 mgr.a (mgr.14403) 3926 : cluster 0 pgmap v2926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:26 smithi135 bash[32435]: cluster 2023-12-07T18:52:24.614420+0000 mgr.a (mgr.14403) 3926 : cluster 0 pgmap v2926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:26.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:26 smithi079 bash[28699]: cluster 2023-12-07T18:52:24.614420+0000 mgr.a (mgr.14403) 3926 : cluster 0 pgmap v2926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:27.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:52:27.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:27.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:28.400 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:52:28.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:28.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:28.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:28.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:52:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:28 smithi194 bash[32038]: cluster 2023-12-07T18:52:26.615019+0000 mgr.a (mgr.14403) 3927 : cluster 0 pgmap v2927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:28 smithi135 bash[32435]: cluster 2023-12-07T18:52:26.615019+0000 mgr.a (mgr.14403) 3927 : cluster 0 pgmap v2927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:28.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:28 smithi079 bash[28699]: cluster 2023-12-07T18:52:26.615019+0000 mgr.a (mgr.14403) 3927 : cluster 0 pgmap v2927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:29.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:29 smithi079 bash[28699]: audit 2023-12-07T18:52:27.914672+0000 mgr.a (mgr.14403) 3928 : audit 0 from='client.89265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:29 smithi194 bash[32038]: audit 2023-12-07T18:52:27.914672+0000 mgr.a (mgr.14403) 3928 : audit 0 from='client.89265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:29.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:29 smithi135 bash[32435]: audit 2023-12-07T18:52:27.914672+0000 mgr.a (mgr.14403) 3928 : audit 0 from='client.89265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:30.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:30 smithi079 bash[28699]: cluster 2023-12-07T18:52:28.615864+0000 mgr.a (mgr.14403) 3929 : cluster 0 pgmap v2928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:30.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:30 smithi194 bash[32038]: cluster 2023-12-07T18:52:28.615864+0000 mgr.a (mgr.14403) 3929 : cluster 0 pgmap v2928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:30.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:30 smithi135 bash[32435]: cluster 2023-12-07T18:52:28.615864+0000 mgr.a (mgr.14403) 3929 : cluster 0 pgmap v2928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:32 smithi079 bash[28699]: cluster 2023-12-07T18:52:30.616475+0000 mgr.a (mgr.14403) 3930 : cluster 0 pgmap v2929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:32.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:32 smithi194 bash[32038]: cluster 2023-12-07T18:52:30.616475+0000 mgr.a (mgr.14403) 3930 : cluster 0 pgmap v2929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:32 smithi135 bash[32435]: cluster 2023-12-07T18:52:30.616475+0000 mgr.a (mgr.14403) 3930 : cluster 0 pgmap v2929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:33.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:52:33.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:33.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:34.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:34.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:34.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:34.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:52:34.327 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:52:34.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:34 smithi079 bash[28699]: cluster 2023-12-07T18:52:32.617016+0000 mgr.a (mgr.14403) 3931 : cluster 0 pgmap v2930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:34.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:34 smithi194 bash[32038]: cluster 2023-12-07T18:52:32.617016+0000 mgr.a (mgr.14403) 3931 : cluster 0 pgmap v2930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:34.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:34 smithi135 bash[32435]: cluster 2023-12-07T18:52:32.617016+0000 mgr.a (mgr.14403) 3931 : cluster 0 pgmap v2930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:35.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:35 smithi079 bash[28699]: audit 2023-12-07T18:52:33.813844+0000 mgr.a (mgr.14403) 3932 : audit 0 from='client.89343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:35 smithi194 bash[32038]: audit 2023-12-07T18:52:33.813844+0000 mgr.a (mgr.14403) 3932 : audit 0 from='client.89343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:35.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:35 smithi135 bash[32435]: audit 2023-12-07T18:52:33.813844+0000 mgr.a (mgr.14403) 3932 : audit 0 from='client.89343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:36.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:36 smithi079 bash[28699]: cluster 2023-12-07T18:52:34.618070+0000 mgr.a (mgr.14403) 3933 : cluster 0 pgmap v2931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:36.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:36 smithi194 bash[32038]: cluster 2023-12-07T18:52:34.618070+0000 mgr.a (mgr.14403) 3933 : cluster 0 pgmap v2931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:36.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:36 smithi135 bash[32435]: cluster 2023-12-07T18:52:34.618070+0000 mgr.a (mgr.14403) 3933 : cluster 0 pgmap v2931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:38 smithi079 bash[28699]: cluster 2023-12-07T18:52:36.618633+0000 mgr.a (mgr.14403) 3934 : cluster 0 pgmap v2932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:38 smithi194 bash[32038]: cluster 2023-12-07T18:52:36.618633+0000 mgr.a (mgr.14403) 3934 : cluster 0 pgmap v2932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:38 smithi135 bash[32435]: cluster 2023-12-07T18:52:36.618633+0000 mgr.a (mgr.14403) 3934 : cluster 0 pgmap v2932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:39.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:52:39.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:39.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:40.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:40.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:40.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:40.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:52:40.253 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:52:40.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:40 smithi079 bash[28699]: cluster 2023-12-07T18:52:38.619411+0000 mgr.a (mgr.14403) 3935 : cluster 0 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-07T18:52:40.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:40 smithi194 bash[32038]: cluster 2023-12-07T18:52:38.619411+0000 mgr.a (mgr.14403) 3935 : cluster 0 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-07T18:52:40.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:40 smithi135 bash[32435]: cluster 2023-12-07T18:52:38.619411+0000 mgr.a (mgr.14403) 3935 : cluster 0 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-07T18:52:41.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:41 smithi079 bash[28699]: audit 2023-12-07T18:52:39.733132+0000 mgr.a (mgr.14403) 3936 : audit 0 from='client.89418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:41 smithi194 bash[32038]: audit 2023-12-07T18:52:39.733132+0000 mgr.a (mgr.14403) 3936 : audit 0 from='client.89418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:41.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:41 smithi135 bash[32435]: audit 2023-12-07T18:52:39.733132+0000 mgr.a (mgr.14403) 3936 : audit 0 from='client.89418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:42.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:42 smithi079 bash[28699]: cluster 2023-12-07T18:52:40.620084+0000 mgr.a (mgr.14403) 3937 : cluster 0 pgmap v2934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:42.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:42 smithi194 bash[32038]: cluster 2023-12-07T18:52:40.620084+0000 mgr.a (mgr.14403) 3937 : cluster 0 pgmap v2934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:42.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:42 smithi135 bash[32435]: cluster 2023-12-07T18:52:40.620084+0000 mgr.a (mgr.14403) 3937 : cluster 0 pgmap v2934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:44.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:44 smithi079 bash[28699]: cluster 2023-12-07T18:52:42.620650+0000 mgr.a (mgr.14403) 3938 : cluster 0 pgmap v2935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:44.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:44 smithi194 bash[32038]: cluster 2023-12-07T18:52:42.620650+0000 mgr.a (mgr.14403) 3938 : cluster 0 pgmap v2935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:44.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:44 smithi135 bash[32435]: cluster 2023-12-07T18:52:42.620650+0000 mgr.a (mgr.14403) 3938 : cluster 0 pgmap v2935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:52:45.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:52:45.256 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:45.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:46.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:46.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:46.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:46.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:52:46.133 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:52:46.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:46 smithi079 bash[28699]: cluster 2023-12-07T18:52:44.621446+0000 mgr.a (mgr.14403) 3939 : cluster 0 pgmap v2936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:46.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:46 smithi194 bash[32038]: cluster 2023-12-07T18:52:44.621446+0000 mgr.a (mgr.14403) 3939 : cluster 0 pgmap v2936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:46.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:46 smithi135 bash[32435]: cluster 2023-12-07T18:52:44.621446+0000 mgr.a (mgr.14403) 3939 : cluster 0 pgmap v2936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:47.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:47 smithi079 bash[28699]: audit 2023-12-07T18:52:45.653344+0000 mgr.a (mgr.14403) 3940 : audit 0 from='client.89490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:47.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:47 smithi194 bash[32038]: audit 2023-12-07T18:52:45.653344+0000 mgr.a (mgr.14403) 3940 : audit 0 from='client.89490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:47.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:47 smithi135 bash[32435]: audit 2023-12-07T18:52:45.653344+0000 mgr.a (mgr.14403) 3940 : audit 0 from='client.89490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:48.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:48 smithi079 bash[28699]: cluster 2023-12-07T18:52:46.622177+0000 mgr.a (mgr.14403) 3941 : cluster 0 pgmap v2937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:48.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:48 smithi194 bash[32038]: cluster 2023-12-07T18:52:46.622177+0000 mgr.a (mgr.14403) 3941 : cluster 0 pgmap v2937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:48.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:48 smithi135 bash[32435]: cluster 2023-12-07T18:52:46.622177+0000 mgr.a (mgr.14403) 3941 : cluster 0 pgmap v2937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:50.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:50 smithi079 bash[28699]: cluster 2023-12-07T18:52:48.622949+0000 mgr.a (mgr.14403) 3942 : cluster 0 pgmap v2938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:50.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:50 smithi194 bash[32038]: cluster 2023-12-07T18:52:48.622949+0000 mgr.a (mgr.14403) 3942 : cluster 0 pgmap v2938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:50.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:50 smithi135 bash[32435]: cluster 2023-12-07T18:52:48.622949+0000 mgr.a (mgr.14403) 3942 : cluster 0 pgmap v2938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:51.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:52:51.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:51.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:52.047 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:52:52.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:52.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:52.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:52.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:52:52.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:52 smithi079 bash[28699]: cluster 2023-12-07T18:52:50.623503+0000 mgr.a (mgr.14403) 3943 : cluster 0 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-07T18:52:52.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:52 smithi079 bash[28699]: audit 2023-12-07T18:52:51.541759+0000 mgr.a (mgr.14403) 3944 : audit 0 from='client.89565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:52.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:52 smithi194 bash[32038]: cluster 2023-12-07T18:52:50.623503+0000 mgr.a (mgr.14403) 3943 : cluster 0 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-07T18:52:52.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:52 smithi194 bash[32038]: audit 2023-12-07T18:52:51.541759+0000 mgr.a (mgr.14403) 3944 : audit 0 from='client.89565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:52.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:52 smithi135 bash[32435]: cluster 2023-12-07T18:52:50.623503+0000 mgr.a (mgr.14403) 3943 : cluster 0 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-07T18:52:52.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:52 smithi135 bash[32435]: audit 2023-12-07T18:52:51.541759+0000 mgr.a (mgr.14403) 3944 : audit 0 from='client.89565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:54.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:54 smithi079 bash[28699]: cluster 2023-12-07T18:52:52.624130+0000 mgr.a (mgr.14403) 3945 : cluster 0 pgmap v2940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:54 smithi194 bash[32038]: cluster 2023-12-07T18:52:52.624130+0000 mgr.a (mgr.14403) 3945 : cluster 0 pgmap v2940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:54.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:54 smithi135 bash[32435]: cluster 2023-12-07T18:52:52.624130+0000 mgr.a (mgr.14403) 3945 : cluster 0 pgmap v2940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:56.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:56 smithi079 bash[28699]: cluster 2023-12-07T18:52:54.625098+0000 mgr.a (mgr.14403) 3946 : cluster 0 pgmap v2941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:56.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:56 smithi194 bash[32038]: cluster 2023-12-07T18:52:54.625098+0000 mgr.a (mgr.14403) 3946 : cluster 0 pgmap v2941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:56.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:56 smithi135 bash[32435]: cluster 2023-12-07T18:52:54.625098+0000 mgr.a (mgr.14403) 3946 : cluster 0 pgmap v2941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:52:57.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:52:57.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:52:57.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:52:57.932 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:52:57.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:52:57.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:52:57.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:52:57.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:52:58.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:58 smithi079 bash[28699]: cluster 2023-12-07T18:52:56.625822+0000 mgr.a (mgr.14403) 3947 : cluster 0 pgmap v2942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:58.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:52:58 smithi079 bash[28699]: audit 2023-12-07T18:52:57.441938+0000 mgr.a (mgr.14403) 3948 : audit 0 from='client.89643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:58.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:58 smithi194 bash[32038]: cluster 2023-12-07T18:52:56.625822+0000 mgr.a (mgr.14403) 3947 : cluster 0 pgmap v2942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:52:58 smithi194 bash[32038]: audit 2023-12-07T18:52:57.441938+0000 mgr.a (mgr.14403) 3948 : audit 0 from='client.89643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:52:58.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:58 smithi135 bash[32435]: cluster 2023-12-07T18:52:56.625822+0000 mgr.a (mgr.14403) 3947 : cluster 0 pgmap v2942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:52:58.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:52:58 smithi135 bash[32435]: audit 2023-12-07T18:52:57.441938+0000 mgr.a (mgr.14403) 3948 : audit 0 from='client.89643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:00.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:00 smithi079 bash[28699]: cluster 2023-12-07T18:52:58.626769+0000 mgr.a (mgr.14403) 3949 : cluster 0 pgmap v2943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:00.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:00 smithi194 bash[32038]: cluster 2023-12-07T18:52:58.626769+0000 mgr.a (mgr.14403) 3949 : cluster 0 pgmap v2943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:00.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:00 smithi135 bash[32435]: cluster 2023-12-07T18:52:58.626769+0000 mgr.a (mgr.14403) 3949 : cluster 0 pgmap v2943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:02.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:02 smithi079 bash[28699]: cluster 2023-12-07T18:53:00.627368+0000 mgr.a (mgr.14403) 3950 : cluster 0 pgmap v2944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:02.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:02 smithi079 bash[28699]: audit 2023-12-07T18:53:02.239567+0000 mon.a (mon.0) 1012 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:53:02.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:53:02.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:02.935 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:02.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:02 smithi194 bash[32038]: cluster 2023-12-07T18:53:00.627368+0000 mgr.a (mgr.14403) 3950 : cluster 0 pgmap v2944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:02.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:02 smithi194 bash[32038]: audit 2023-12-07T18:53:02.239567+0000 mon.a (mon.0) 1012 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:53:02.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:02 smithi135 bash[32435]: cluster 2023-12-07T18:53:00.627368+0000 mgr.a (mgr.14403) 3950 : cluster 0 pgmap v2944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:02.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:02 smithi135 bash[32435]: audit 2023-12-07T18:53:02.239567+0000 mon.a (mon.0) 1012 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:53:03.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:03.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:03.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:03.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:53:03.859 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:53:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:03 smithi079 bash[28699]: cluster 2023-12-07T18:53:02.627927+0000 mgr.a (mgr.14403) 3951 : cluster 0 pgmap v2945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:03 smithi079 bash[28699]: audit 2023-12-07T18:53:02.773688+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:53:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:03 smithi079 bash[28699]: audit 2023-12-07T18:53:02.782233+0000 mon.a (mon.0) 1014 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:53:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:03 smithi079 bash[28699]: audit 2023-12-07T18:53:03.329722+0000 mgr.a (mgr.14403) 3952 : audit 0 from='client.89721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:03 smithi079 bash[28699]: audit 2023-12-07T18:53:03.532692+0000 mon.a (mon.0) 1015 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:53:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:03 smithi079 bash[28699]: audit 2023-12-07T18:53:03.534692+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:53:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:03 smithi079 bash[28699]: audit 2023-12-07T18:53:03.543411+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:53:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:03 smithi194 bash[32038]: cluster 2023-12-07T18:53:02.627927+0000 mgr.a (mgr.14403) 3951 : cluster 0 pgmap v2945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:03 smithi194 bash[32038]: audit 2023-12-07T18:53:02.773688+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:53:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:03 smithi194 bash[32038]: audit 2023-12-07T18:53:02.782233+0000 mon.a (mon.0) 1014 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:53:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:03 smithi194 bash[32038]: audit 2023-12-07T18:53:03.329722+0000 mgr.a (mgr.14403) 3952 : audit 0 from='client.89721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:03 smithi194 bash[32038]: audit 2023-12-07T18:53:03.532692+0000 mon.a (mon.0) 1015 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:53:04.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:03 smithi194 bash[32038]: audit 2023-12-07T18:53:03.534692+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:53:04.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:03 smithi194 bash[32038]: audit 2023-12-07T18:53:03.543411+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:53:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:03 smithi135 bash[32435]: cluster 2023-12-07T18:53:02.627927+0000 mgr.a (mgr.14403) 3951 : cluster 0 pgmap v2945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:03 smithi135 bash[32435]: audit 2023-12-07T18:53:02.773688+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:53:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:03 smithi135 bash[32435]: audit 2023-12-07T18:53:02.782233+0000 mon.a (mon.0) 1014 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:53:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:03 smithi135 bash[32435]: audit 2023-12-07T18:53:03.329722+0000 mgr.a (mgr.14403) 3952 : audit 0 from='client.89721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:04.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:03 smithi135 bash[32435]: audit 2023-12-07T18:53:03.532692+0000 mon.a (mon.0) 1015 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:53:04.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:03 smithi135 bash[32435]: audit 2023-12-07T18:53:03.534692+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:53:04.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:03 smithi135 bash[32435]: audit 2023-12-07T18:53:03.543411+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:53:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:05 smithi079 bash[28699]: cluster 2023-12-07T18:53:04.628927+0000 mgr.a (mgr.14403) 3953 : cluster 0 pgmap v2946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:53:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:05 smithi194 bash[32038]: cluster 2023-12-07T18:53:04.628927+0000 mgr.a (mgr.14403) 3953 : cluster 0 pgmap v2946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:53:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:05 smithi135 bash[32435]: cluster 2023-12-07T18:53:04.628927+0000 mgr.a (mgr.14403) 3953 : cluster 0 pgmap v2946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:53:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:07 smithi079 bash[28699]: cluster 2023-12-07T18:53:06.629523+0000 mgr.a (mgr.14403) 3954 : cluster 0 pgmap v2947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:53:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:07 smithi194 bash[32038]: cluster 2023-12-07T18:53:06.629523+0000 mgr.a (mgr.14403) 3954 : cluster 0 pgmap v2947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:53:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:07 smithi135 bash[32435]: cluster 2023-12-07T18:53:06.629523+0000 mgr.a (mgr.14403) 3954 : cluster 0 pgmap v2947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:53:08.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:53:08.863 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:08.863 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:09.789 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:53:09.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:09.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:09.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:09.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:53:10.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:09 smithi079 bash[28699]: cluster 2023-12-07T18:53:08.630259+0000 mgr.a (mgr.14403) 3955 : cluster 0 pgmap v2948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:10.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:09 smithi079 bash[28699]: audit 2023-12-07T18:53:09.271324+0000 mgr.a (mgr.14403) 3956 : audit 0 from='client.89799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:09 smithi194 bash[32038]: cluster 2023-12-07T18:53:08.630259+0000 mgr.a (mgr.14403) 3955 : cluster 0 pgmap v2948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:09 smithi194 bash[32038]: audit 2023-12-07T18:53:09.271324+0000 mgr.a (mgr.14403) 3956 : audit 0 from='client.89799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:09 smithi135 bash[32435]: cluster 2023-12-07T18:53:08.630259+0000 mgr.a (mgr.14403) 3955 : cluster 0 pgmap v2948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:09 smithi135 bash[32435]: audit 2023-12-07T18:53:09.271324+0000 mgr.a (mgr.14403) 3956 : audit 0 from='client.89799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:12 smithi079 bash[28699]: cluster 2023-12-07T18:53:10.631004+0000 mgr.a (mgr.14403) 3957 : cluster 0 pgmap v2949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:12 smithi194 bash[32038]: cluster 2023-12-07T18:53:10.631004+0000 mgr.a (mgr.14403) 3957 : cluster 0 pgmap v2949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:12 smithi135 bash[32435]: cluster 2023-12-07T18:53:10.631004+0000 mgr.a (mgr.14403) 3957 : cluster 0 pgmap v2949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:14 smithi079 bash[28699]: cluster 2023-12-07T18:53:12.631595+0000 mgr.a (mgr.14403) 3958 : cluster 0 pgmap v2950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:14 smithi194 bash[32038]: cluster 2023-12-07T18:53:12.631595+0000 mgr.a (mgr.14403) 3958 : cluster 0 pgmap v2950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:14 smithi135 bash[32435]: cluster 2023-12-07T18:53:12.631595+0000 mgr.a (mgr.14403) 3958 : cluster 0 pgmap v2950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:14.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:53:14.793 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:14.793 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:15.691 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:53:15.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:15.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:15.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:15.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:53:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:16 smithi079 bash[28699]: cluster 2023-12-07T18:53:14.632392+0000 mgr.a (mgr.14403) 3959 : cluster 0 pgmap v2951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:16 smithi079 bash[28699]: audit 2023-12-07T18:53:15.205003+0000 mgr.a (mgr.14403) 3960 : audit 0 from='client.89871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:16 smithi194 bash[32038]: cluster 2023-12-07T18:53:14.632392+0000 mgr.a (mgr.14403) 3959 : cluster 0 pgmap v2951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:16 smithi194 bash[32038]: audit 2023-12-07T18:53:15.205003+0000 mgr.a (mgr.14403) 3960 : audit 0 from='client.89871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:16 smithi135 bash[32435]: cluster 2023-12-07T18:53:14.632392+0000 mgr.a (mgr.14403) 3959 : cluster 0 pgmap v2951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:16 smithi135 bash[32435]: audit 2023-12-07T18:53:15.205003+0000 mgr.a (mgr.14403) 3960 : audit 0 from='client.89871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:18 smithi079 bash[28699]: cluster 2023-12-07T18:53:16.633127+0000 mgr.a (mgr.14403) 3961 : cluster 0 pgmap v2952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:53:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:18 smithi194 bash[32038]: cluster 2023-12-07T18:53:16.633127+0000 mgr.a (mgr.14403) 3961 : cluster 0 pgmap v2952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:53:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:18 smithi135 bash[32435]: cluster 2023-12-07T18:53:16.633127+0000 mgr.a (mgr.14403) 3961 : cluster 0 pgmap v2952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:53:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:20 smithi079 bash[28699]: cluster 2023-12-07T18:53:18.633967+0000 mgr.a (mgr.14403) 3962 : cluster 0 pgmap v2953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:53:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:20 smithi194 bash[32038]: cluster 2023-12-07T18:53:18.633967+0000 mgr.a (mgr.14403) 3962 : cluster 0 pgmap v2953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:53:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:20 smithi135 bash[32435]: cluster 2023-12-07T18:53:18.633967+0000 mgr.a (mgr.14403) 3962 : cluster 0 pgmap v2953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:53:20.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:53:20.694 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:20.694 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:21.597 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:53:21.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:21.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:21.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:21.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:53:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:22 smithi079 bash[28699]: cluster 2023-12-07T18:53:20.634555+0000 mgr.a (mgr.14403) 3963 : cluster 0 pgmap v2954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:22 smithi079 bash[28699]: audit 2023-12-07T18:53:21.099219+0000 mgr.a (mgr.14403) 3964 : audit 0 from='client.89943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:22 smithi194 bash[32038]: cluster 2023-12-07T18:53:20.634555+0000 mgr.a (mgr.14403) 3963 : cluster 0 pgmap v2954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:22 smithi194 bash[32038]: audit 2023-12-07T18:53:21.099219+0000 mgr.a (mgr.14403) 3964 : audit 0 from='client.89943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:22 smithi135 bash[32435]: cluster 2023-12-07T18:53:20.634555+0000 mgr.a (mgr.14403) 3963 : cluster 0 pgmap v2954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:22 smithi135 bash[32435]: audit 2023-12-07T18:53:21.099219+0000 mgr.a (mgr.14403) 3964 : audit 0 from='client.89943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:24 smithi079 bash[28699]: cluster 2023-12-07T18:53:22.635249+0000 mgr.a (mgr.14403) 3965 : cluster 0 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-07T18:53:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:24 smithi194 bash[32038]: cluster 2023-12-07T18:53:22.635249+0000 mgr.a (mgr.14403) 3965 : cluster 0 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-07T18:53:24.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:24 smithi135 bash[32435]: cluster 2023-12-07T18:53:22.635249+0000 mgr.a (mgr.14403) 3965 : cluster 0 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-07T18:53:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:26 smithi079 bash[28699]: cluster 2023-12-07T18:53:24.636060+0000 mgr.a (mgr.14403) 3966 : cluster 0 pgmap v2956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:26 smithi194 bash[32038]: cluster 2023-12-07T18:53:24.636060+0000 mgr.a (mgr.14403) 3966 : cluster 0 pgmap v2956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:26 smithi135 bash[32435]: cluster 2023-12-07T18:53:24.636060+0000 mgr.a (mgr.14403) 3966 : cluster 0 pgmap v2956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:26.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:53:26.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:26.601 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:27.485 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:53:27.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:27.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:27.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:27.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:53:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:28 smithi079 bash[28699]: cluster 2023-12-07T18:53:26.636633+0000 mgr.a (mgr.14403) 3967 : cluster 0 pgmap v2957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:28 smithi079 bash[28699]: audit 2023-12-07T18:53:27.001642+0000 mgr.a (mgr.14403) 3968 : audit 0 from='client.90021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:28 smithi194 bash[32038]: cluster 2023-12-07T18:53:26.636633+0000 mgr.a (mgr.14403) 3967 : cluster 0 pgmap v2957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:28 smithi194 bash[32038]: audit 2023-12-07T18:53:27.001642+0000 mgr.a (mgr.14403) 3968 : audit 0 from='client.90021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:28 smithi135 bash[32435]: cluster 2023-12-07T18:53:26.636633+0000 mgr.a (mgr.14403) 3967 : cluster 0 pgmap v2957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:28 smithi135 bash[32435]: audit 2023-12-07T18:53:27.001642+0000 mgr.a (mgr.14403) 3968 : audit 0 from='client.90021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:30 smithi079 bash[28699]: cluster 2023-12-07T18:53:28.637503+0000 mgr.a (mgr.14403) 3969 : cluster 0 pgmap v2958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:30 smithi194 bash[32038]: cluster 2023-12-07T18:53:28.637503+0000 mgr.a (mgr.14403) 3969 : cluster 0 pgmap v2958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:30 smithi135 bash[32435]: cluster 2023-12-07T18:53:28.637503+0000 mgr.a (mgr.14403) 3969 : cluster 0 pgmap v2958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:32 smithi079 bash[28699]: cluster 2023-12-07T18:53:30.638112+0000 mgr.a (mgr.14403) 3970 : cluster 0 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-07T18:53:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:32 smithi194 bash[32038]: cluster 2023-12-07T18:53:30.638112+0000 mgr.a (mgr.14403) 3970 : cluster 0 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-07T18:53:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:32 smithi135 bash[32435]: cluster 2023-12-07T18:53:30.638112+0000 mgr.a (mgr.14403) 3970 : cluster 0 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-07T18:53:32.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:53:32.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:32.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:33.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:33.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:33.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:33.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:53:33.395 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:53:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:34 smithi079 bash[28699]: cluster 2023-12-07T18:53:32.638616+0000 mgr.a (mgr.14403) 3971 : cluster 0 pgmap v2960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:34 smithi079 bash[28699]: audit 2023-12-07T18:53:32.890678+0000 mgr.a (mgr.14403) 3972 : audit 0 from='client.90093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:34 smithi194 bash[32038]: cluster 2023-12-07T18:53:32.638616+0000 mgr.a (mgr.14403) 3971 : cluster 0 pgmap v2960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:34 smithi194 bash[32038]: audit 2023-12-07T18:53:32.890678+0000 mgr.a (mgr.14403) 3972 : audit 0 from='client.90093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:34 smithi135 bash[32435]: cluster 2023-12-07T18:53:32.638616+0000 mgr.a (mgr.14403) 3971 : cluster 0 pgmap v2960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:34 smithi135 bash[32435]: audit 2023-12-07T18:53:32.890678+0000 mgr.a (mgr.14403) 3972 : audit 0 from='client.90093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:36 smithi079 bash[28699]: cluster 2023-12-07T18:53:34.639515+0000 mgr.a (mgr.14403) 3973 : cluster 0 pgmap v2961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:36 smithi194 bash[32038]: cluster 2023-12-07T18:53:34.639515+0000 mgr.a (mgr.14403) 3973 : cluster 0 pgmap v2961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:36 smithi135 bash[32435]: cluster 2023-12-07T18:53:34.639515+0000 mgr.a (mgr.14403) 3973 : cluster 0 pgmap v2961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:53:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:38 smithi079 bash[28699]: cluster 2023-12-07T18:53:36.640110+0000 mgr.a (mgr.14403) 3974 : cluster 0 pgmap v2962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:38.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:53:38.398 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:38.398 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:38 smithi194 bash[32038]: cluster 2023-12-07T18:53:36.640110+0000 mgr.a (mgr.14403) 3974 : cluster 0 pgmap v2962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:38 smithi135 bash[32435]: cluster 2023-12-07T18:53:36.640110+0000 mgr.a (mgr.14403) 3974 : cluster 0 pgmap v2962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:39.322 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:53:39.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:39.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:39.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:39.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:53:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:40 smithi079 bash[28699]: cluster 2023-12-07T18:53:38.640840+0000 mgr.a (mgr.14403) 3975 : cluster 0 pgmap v2963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:40 smithi079 bash[28699]: audit 2023-12-07T18:53:38.798580+0000 mgr.a (mgr.14403) 3976 : audit 0 from='client.90171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:40 smithi194 bash[32038]: cluster 2023-12-07T18:53:38.640840+0000 mgr.a (mgr.14403) 3975 : cluster 0 pgmap v2963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:40 smithi194 bash[32038]: audit 2023-12-07T18:53:38.798580+0000 mgr.a (mgr.14403) 3976 : audit 0 from='client.90171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:40 smithi135 bash[32435]: cluster 2023-12-07T18:53:38.640840+0000 mgr.a (mgr.14403) 3975 : cluster 0 pgmap v2963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:40 smithi135 bash[32435]: audit 2023-12-07T18:53:38.798580+0000 mgr.a (mgr.14403) 3976 : audit 0 from='client.90171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:42 smithi079 bash[28699]: cluster 2023-12-07T18:53:40.641492+0000 mgr.a (mgr.14403) 3977 : cluster 0 pgmap v2964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:42 smithi194 bash[32038]: cluster 2023-12-07T18:53:40.641492+0000 mgr.a (mgr.14403) 3977 : cluster 0 pgmap v2964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:42 smithi135 bash[32435]: cluster 2023-12-07T18:53:40.641492+0000 mgr.a (mgr.14403) 3977 : cluster 0 pgmap v2964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:44.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:53:44.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:44.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:44 smithi079 bash[28699]: cluster 2023-12-07T18:53:42.642083+0000 mgr.a (mgr.14403) 3978 : cluster 0 pgmap v2965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:44 smithi194 bash[32038]: cluster 2023-12-07T18:53:42.642083+0000 mgr.a (mgr.14403) 3978 : cluster 0 pgmap v2965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:44 smithi135 bash[32435]: cluster 2023-12-07T18:53:42.642083+0000 mgr.a (mgr.14403) 3978 : cluster 0 pgmap v2965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:45.245 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:53:45.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:45.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:45.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:45.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:53:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:46 smithi079 bash[28699]: cluster 2023-12-07T18:53:44.642856+0000 mgr.a (mgr.14403) 3979 : cluster 0 pgmap v2966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:46 smithi079 bash[28699]: audit 2023-12-07T18:53:44.733930+0000 mgr.a (mgr.14403) 3980 : audit 0 from='client.90249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:46 smithi194 bash[32038]: cluster 2023-12-07T18:53:44.642856+0000 mgr.a (mgr.14403) 3979 : cluster 0 pgmap v2966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:46 smithi194 bash[32038]: audit 2023-12-07T18:53:44.733930+0000 mgr.a (mgr.14403) 3980 : audit 0 from='client.90249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:46 smithi135 bash[32435]: cluster 2023-12-07T18:53:44.642856+0000 mgr.a (mgr.14403) 3979 : cluster 0 pgmap v2966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:46 smithi135 bash[32435]: audit 2023-12-07T18:53:44.733930+0000 mgr.a (mgr.14403) 3980 : audit 0 from='client.90249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:48 smithi079 bash[28699]: cluster 2023-12-07T18:53:46.643547+0000 mgr.a (mgr.14403) 3981 : cluster 0 pgmap v2967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:48 smithi194 bash[32038]: cluster 2023-12-07T18:53:46.643547+0000 mgr.a (mgr.14403) 3981 : cluster 0 pgmap v2967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:48 smithi135 bash[32435]: cluster 2023-12-07T18:53:46.643547+0000 mgr.a (mgr.14403) 3981 : cluster 0 pgmap v2967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:53:50.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:53:50.249 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:50.249 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:50.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:50 smithi079 bash[28699]: cluster 2023-12-07T18:53:48.644333+0000 mgr.a (mgr.14403) 3982 : cluster 0 pgmap v2968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:50 smithi194 bash[32038]: cluster 2023-12-07T18:53:48.644333+0000 mgr.a (mgr.14403) 3982 : cluster 0 pgmap v2968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:50 smithi135 bash[32435]: cluster 2023-12-07T18:53:48.644333+0000 mgr.a (mgr.14403) 3982 : cluster 0 pgmap v2968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:51.158 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:53:51.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:51.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:51.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:51.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:53:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:52 smithi079 bash[28699]: cluster 2023-12-07T18:53:50.644719+0000 mgr.a (mgr.14403) 3983 : cluster 0 pgmap v2969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:52 smithi079 bash[28699]: audit 2023-12-07T18:53:50.658057+0000 mgr.a (mgr.14403) 3984 : audit 0 from='client.90327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:52 smithi194 bash[32038]: cluster 2023-12-07T18:53:50.644719+0000 mgr.a (mgr.14403) 3983 : cluster 0 pgmap v2969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:52 smithi194 bash[32038]: audit 2023-12-07T18:53:50.658057+0000 mgr.a (mgr.14403) 3984 : audit 0 from='client.90327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:52 smithi135 bash[32435]: cluster 2023-12-07T18:53:50.644719+0000 mgr.a (mgr.14403) 3983 : cluster 0 pgmap v2969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:52 smithi135 bash[32435]: audit 2023-12-07T18:53:50.658057+0000 mgr.a (mgr.14403) 3984 : audit 0 from='client.90327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:54.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:54 smithi079 bash[28699]: cluster 2023-12-07T18:53:52.645474+0000 mgr.a (mgr.14403) 3985 : cluster 0 pgmap v2970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:54 smithi194 bash[32038]: cluster 2023-12-07T18:53:52.645474+0000 mgr.a (mgr.14403) 3985 : cluster 0 pgmap v2970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:54.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:54 smithi135 bash[32435]: cluster 2023-12-07T18:53:52.645474+0000 mgr.a (mgr.14403) 3985 : cluster 0 pgmap v2970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:53:56.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:53:56.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:53:56.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:53:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:56 smithi079 bash[28699]: cluster 2023-12-07T18:53:54.646394+0000 mgr.a (mgr.14403) 3986 : cluster 0 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-07T18:53:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:56 smithi194 bash[32038]: cluster 2023-12-07T18:53:54.646394+0000 mgr.a (mgr.14403) 3986 : cluster 0 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-07T18:53:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:56 smithi135 bash[32435]: cluster 2023-12-07T18:53:54.646394+0000 mgr.a (mgr.14403) 3986 : cluster 0 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-07T18:53:57.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:53:57.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:53:57.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:53:57.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:53:57.059 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:53:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:57 smithi079 bash[28699]: audit 2023-12-07T18:53:56.563026+0000 mgr.a (mgr.14403) 3987 : audit 0 from='client.90405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:57 smithi194 bash[32038]: audit 2023-12-07T18:53:56.563026+0000 mgr.a (mgr.14403) 3987 : audit 0 from='client.90405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:57.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:57 smithi135 bash[32435]: audit 2023-12-07T18:53:56.563026+0000 mgr.a (mgr.14403) 3987 : audit 0 from='client.90405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:53:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:53:58 smithi079 bash[28699]: cluster 2023-12-07T18:53:56.646901+0000 mgr.a (mgr.14403) 3988 : cluster 0 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-07T18:53:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:53:58 smithi194 bash[32038]: cluster 2023-12-07T18:53:56.646901+0000 mgr.a (mgr.14403) 3988 : cluster 0 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-07T18:53:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:53:58 smithi135 bash[32435]: cluster 2023-12-07T18:53:56.646901+0000 mgr.a (mgr.14403) 3988 : cluster 0 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-07T18:54:00.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:00 smithi079 bash[28699]: cluster 2023-12-07T18:53:58.647760+0000 mgr.a (mgr.14403) 3989 : cluster 0 pgmap v2973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:00 smithi194 bash[32038]: cluster 2023-12-07T18:53:58.647760+0000 mgr.a (mgr.14403) 3989 : cluster 0 pgmap v2973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:00 smithi135 bash[32435]: cluster 2023-12-07T18:53:58.647760+0000 mgr.a (mgr.14403) 3989 : cluster 0 pgmap v2973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:02.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:54:02.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:02.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:02 smithi079 bash[28699]: cluster 2023-12-07T18:54:00.648388+0000 mgr.a (mgr.14403) 3990 : cluster 0 pgmap v2974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:02 smithi194 bash[32038]: cluster 2023-12-07T18:54:00.648388+0000 mgr.a (mgr.14403) 3990 : cluster 0 pgmap v2974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:02 smithi135 bash[32435]: cluster 2023-12-07T18:54:00.648388+0000 mgr.a (mgr.14403) 3990 : cluster 0 pgmap v2974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:02.968 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:54:02.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:02.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:02.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:02.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:54:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:03 smithi079 bash[28699]: audit 2023-12-07T18:54:02.465532+0000 mgr.a (mgr.14403) 3991 : audit 0 from='client.90483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:03 smithi194 bash[32038]: audit 2023-12-07T18:54:02.465532+0000 mgr.a (mgr.14403) 3991 : audit 0 from='client.90483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:03.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:03 smithi135 bash[32435]: audit 2023-12-07T18:54:02.465532+0000 mgr.a (mgr.14403) 3991 : audit 0 from='client.90483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:04.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:04 smithi079 bash[28699]: cluster 2023-12-07T18:54:02.648909+0000 mgr.a (mgr.14403) 3992 : cluster 0 pgmap v2975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:04.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:04 smithi079 bash[28699]: audit 2023-12-07T18:54:03.681490+0000 mon.a (mon.0) 1018 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:54:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:04 smithi194 bash[32038]: cluster 2023-12-07T18:54:02.648909+0000 mgr.a (mgr.14403) 3992 : cluster 0 pgmap v2975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:04 smithi194 bash[32038]: audit 2023-12-07T18:54:03.681490+0000 mon.a (mon.0) 1018 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:54:04.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:04 smithi135 bash[32435]: cluster 2023-12-07T18:54:02.648909+0000 mgr.a (mgr.14403) 3992 : cluster 0 pgmap v2975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:04.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:04 smithi135 bash[32435]: audit 2023-12-07T18:54:03.681490+0000 mon.a (mon.0) 1018 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:54:05.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:05 smithi079 bash[28699]: audit 2023-12-07T18:54:04.210758+0000 mon.a (mon.0) 1019 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:54:05.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:05 smithi079 bash[28699]: audit 2023-12-07T18:54:04.217033+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:54:05.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:05 smithi079 bash[28699]: audit 2023-12-07T18:54:04.950005+0000 mon.a (mon.0) 1021 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:54:05.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:05 smithi079 bash[28699]: audit 2023-12-07T18:54:04.951963+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:54:05.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:05 smithi079 bash[28699]: audit 2023-12-07T18:54:04.961726+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:54:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:05 smithi194 bash[32038]: audit 2023-12-07T18:54:04.210758+0000 mon.a (mon.0) 1019 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:54:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:05 smithi194 bash[32038]: audit 2023-12-07T18:54:04.217033+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:54:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:05 smithi194 bash[32038]: audit 2023-12-07T18:54:04.950005+0000 mon.a (mon.0) 1021 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:54:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:05 smithi194 bash[32038]: audit 2023-12-07T18:54:04.951963+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:54:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:05 smithi194 bash[32038]: audit 2023-12-07T18:54:04.961726+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:54:05.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:05 smithi135 bash[32435]: audit 2023-12-07T18:54:04.210758+0000 mon.a (mon.0) 1019 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:54:05.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:05 smithi135 bash[32435]: audit 2023-12-07T18:54:04.217033+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:54:05.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:05 smithi135 bash[32435]: audit 2023-12-07T18:54:04.950005+0000 mon.a (mon.0) 1021 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:54:05.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:05 smithi135 bash[32435]: audit 2023-12-07T18:54:04.951963+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:54:05.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:05 smithi135 bash[32435]: audit 2023-12-07T18:54:04.961726+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:54:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:06 smithi079 bash[28699]: cluster 2023-12-07T18:54:04.649752+0000 mgr.a (mgr.14403) 3993 : cluster 0 pgmap v2976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:06 smithi194 bash[32038]: cluster 2023-12-07T18:54:04.649752+0000 mgr.a (mgr.14403) 3993 : cluster 0 pgmap v2976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:06 smithi135 bash[32435]: cluster 2023-12-07T18:54:04.649752+0000 mgr.a (mgr.14403) 3993 : cluster 0 pgmap v2976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:07.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:54:07.971 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:07.971 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:08 smithi079 bash[28699]: cluster 2023-12-07T18:54:06.650311+0000 mgr.a (mgr.14403) 3994 : cluster 0 pgmap v2977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:08 smithi194 bash[32038]: cluster 2023-12-07T18:54:06.650311+0000 mgr.a (mgr.14403) 3994 : cluster 0 pgmap v2977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:08 smithi135 bash[32435]: cluster 2023-12-07T18:54:06.650311+0000 mgr.a (mgr.14403) 3994 : cluster 0 pgmap v2977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:08.850 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:54:08.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:08.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:08.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:08.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:54:09.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:09 smithi079 bash[28699]: audit 2023-12-07T18:54:08.373419+0000 mgr.a (mgr.14403) 3995 : audit 0 from='client.90561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:09 smithi194 bash[32038]: audit 2023-12-07T18:54:08.373419+0000 mgr.a (mgr.14403) 3995 : audit 0 from='client.90561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:09.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:09 smithi135 bash[32435]: audit 2023-12-07T18:54:08.373419+0000 mgr.a (mgr.14403) 3995 : audit 0 from='client.90561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:10 smithi079 bash[28699]: cluster 2023-12-07T18:54:08.651551+0000 mgr.a (mgr.14403) 3996 : cluster 0 pgmap v2978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:54:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:10 smithi194 bash[32038]: cluster 2023-12-07T18:54:08.651551+0000 mgr.a (mgr.14403) 3996 : cluster 0 pgmap v2978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:54:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:10 smithi135 bash[32435]: cluster 2023-12-07T18:54:08.651551+0000 mgr.a (mgr.14403) 3996 : cluster 0 pgmap v2978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:54:12.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:12 smithi079 bash[28699]: cluster 2023-12-07T18:54:10.652270+0000 mgr.a (mgr.14403) 3997 : cluster 0 pgmap v2979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:54:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:12 smithi194 bash[32038]: cluster 2023-12-07T18:54:10.652270+0000 mgr.a (mgr.14403) 3997 : cluster 0 pgmap v2979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:54:12.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:12 smithi135 bash[32435]: cluster 2023-12-07T18:54:10.652270+0000 mgr.a (mgr.14403) 3997 : cluster 0 pgmap v2979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:54:13.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:54:13.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:13.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:14 smithi079 bash[28699]: cluster 2023-12-07T18:54:12.652852+0000 mgr.a (mgr.14403) 3998 : cluster 0 pgmap v2980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:54:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:14 smithi194 bash[32038]: cluster 2023-12-07T18:54:12.652852+0000 mgr.a (mgr.14403) 3998 : cluster 0 pgmap v2980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:54:14.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:14 smithi135 bash[32435]: cluster 2023-12-07T18:54:12.652852+0000 mgr.a (mgr.14403) 3998 : cluster 0 pgmap v2980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:54:14.770 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:54:14.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:14.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:14.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:14.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:54:15.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:15 smithi079 bash[28699]: audit 2023-12-07T18:54:14.259892+0000 mgr.a (mgr.14403) 3999 : audit 0 from='client.90639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:15 smithi194 bash[32038]: audit 2023-12-07T18:54:14.259892+0000 mgr.a (mgr.14403) 3999 : audit 0 from='client.90639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:15.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:15 smithi135 bash[32435]: audit 2023-12-07T18:54:14.259892+0000 mgr.a (mgr.14403) 3999 : audit 0 from='client.90639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:16 smithi079 bash[28699]: cluster 2023-12-07T18:54:14.654011+0000 mgr.a (mgr.14403) 4000 : cluster 0 pgmap v2981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:16 smithi194 bash[32038]: cluster 2023-12-07T18:54:14.654011+0000 mgr.a (mgr.14403) 4000 : cluster 0 pgmap v2981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:16 smithi135 bash[32435]: cluster 2023-12-07T18:54:14.654011+0000 mgr.a (mgr.14403) 4000 : cluster 0 pgmap v2981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:18 smithi079 bash[28699]: cluster 2023-12-07T18:54:16.654605+0000 mgr.a (mgr.14403) 4001 : cluster 0 pgmap v2982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:18 smithi194 bash[32038]: cluster 2023-12-07T18:54:16.654605+0000 mgr.a (mgr.14403) 4001 : cluster 0 pgmap v2982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:18 smithi135 bash[32435]: cluster 2023-12-07T18:54:16.654605+0000 mgr.a (mgr.14403) 4001 : cluster 0 pgmap v2982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:19.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:54:19.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:19.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:20 smithi079 bash[28699]: cluster 2023-12-07T18:54:18.655360+0000 mgr.a (mgr.14403) 4002 : cluster 0 pgmap v2983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:20.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:54:20.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:20.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:20.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:20.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:54:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:20 smithi194 bash[32038]: cluster 2023-12-07T18:54:18.655360+0000 mgr.a (mgr.14403) 4002 : cluster 0 pgmap v2983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:20 smithi135 bash[32435]: cluster 2023-12-07T18:54:18.655360+0000 mgr.a (mgr.14403) 4002 : cluster 0 pgmap v2983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:21.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:21 smithi079 bash[28699]: audit 2023-12-07T18:54:20.181230+0000 mgr.a (mgr.14403) 4003 : audit 0 from='client.90717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:21 smithi194 bash[32038]: audit 2023-12-07T18:54:20.181230+0000 mgr.a (mgr.14403) 4003 : audit 0 from='client.90717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:21.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:21 smithi135 bash[32435]: audit 2023-12-07T18:54:20.181230+0000 mgr.a (mgr.14403) 4003 : audit 0 from='client.90717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:22.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:22 smithi079 bash[28699]: cluster 2023-12-07T18:54:20.655892+0000 mgr.a (mgr.14403) 4004 : cluster 0 pgmap v2984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:54:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:22 smithi194 bash[32038]: cluster 2023-12-07T18:54:20.655892+0000 mgr.a (mgr.14403) 4004 : cluster 0 pgmap v2984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:54:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:22 smithi135 bash[32435]: cluster 2023-12-07T18:54:20.655892+0000 mgr.a (mgr.14403) 4004 : cluster 0 pgmap v2984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:54:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:24 smithi079 bash[28699]: cluster 2023-12-07T18:54:22.656462+0000 mgr.a (mgr.14403) 4005 : cluster 0 pgmap v2985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:54:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:24 smithi194 bash[32038]: cluster 2023-12-07T18:54:22.656462+0000 mgr.a (mgr.14403) 4005 : cluster 0 pgmap v2985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:54:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:24 smithi135 bash[32435]: cluster 2023-12-07T18:54:22.656462+0000 mgr.a (mgr.14403) 4005 : cluster 0 pgmap v2985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:54:25.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:54:25.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:25.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:26.593 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:54:26.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:26.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:26.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:26.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:54:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:26 smithi079 bash[28699]: cluster 2023-12-07T18:54:24.657226+0000 mgr.a (mgr.14403) 4006 : cluster 0 pgmap v2986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:54:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:26 smithi194 bash[32038]: cluster 2023-12-07T18:54:24.657226+0000 mgr.a (mgr.14403) 4006 : cluster 0 pgmap v2986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:54:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:26 smithi135 bash[32435]: cluster 2023-12-07T18:54:24.657226+0000 mgr.a (mgr.14403) 4006 : cluster 0 pgmap v2986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:54:27.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:27 smithi079 bash[28699]: audit 2023-12-07T18:54:26.090045+0000 mgr.a (mgr.14403) 4007 : audit 0 from='client.90789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:27 smithi194 bash[32038]: audit 2023-12-07T18:54:26.090045+0000 mgr.a (mgr.14403) 4007 : audit 0 from='client.90789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:27.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:27 smithi135 bash[32435]: audit 2023-12-07T18:54:26.090045+0000 mgr.a (mgr.14403) 4007 : audit 0 from='client.90789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:28 smithi079 bash[28699]: cluster 2023-12-07T18:54:26.657950+0000 mgr.a (mgr.14403) 4008 : cluster 0 pgmap v2987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:28 smithi194 bash[32038]: cluster 2023-12-07T18:54:26.657950+0000 mgr.a (mgr.14403) 4008 : cluster 0 pgmap v2987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:28 smithi135 bash[32435]: cluster 2023-12-07T18:54:26.657950+0000 mgr.a (mgr.14403) 4008 : cluster 0 pgmap v2987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:30 smithi079 bash[28699]: cluster 2023-12-07T18:54:28.658736+0000 mgr.a (mgr.14403) 4009 : cluster 0 pgmap v2988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:30 smithi194 bash[32038]: cluster 2023-12-07T18:54:28.658736+0000 mgr.a (mgr.14403) 4009 : cluster 0 pgmap v2988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:30 smithi135 bash[32435]: cluster 2023-12-07T18:54:28.658736+0000 mgr.a (mgr.14403) 4009 : cluster 0 pgmap v2988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:31.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:54:31.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:31.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:32.487 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:54:32.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:32.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:32.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:32.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:54:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:32 smithi079 bash[28699]: cluster 2023-12-07T18:54:30.659292+0000 mgr.a (mgr.14403) 4010 : cluster 0 pgmap v2989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:32 smithi194 bash[32038]: cluster 2023-12-07T18:54:30.659292+0000 mgr.a (mgr.14403) 4010 : cluster 0 pgmap v2989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:32.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:32 smithi135 bash[32435]: cluster 2023-12-07T18:54:30.659292+0000 mgr.a (mgr.14403) 4010 : cluster 0 pgmap v2989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:33.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:33 smithi079 bash[28699]: audit 2023-12-07T18:54:31.995656+0000 mgr.a (mgr.14403) 4011 : audit 0 from='client.90864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:33 smithi194 bash[32038]: audit 2023-12-07T18:54:31.995656+0000 mgr.a (mgr.14403) 4011 : audit 0 from='client.90864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:33.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:33 smithi135 bash[32435]: audit 2023-12-07T18:54:31.995656+0000 mgr.a (mgr.14403) 4011 : audit 0 from='client.90864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:34 smithi079 bash[28699]: cluster 2023-12-07T18:54:32.660013+0000 mgr.a (mgr.14403) 4012 : cluster 0 pgmap v2990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:34 smithi194 bash[32038]: cluster 2023-12-07T18:54:32.660013+0000 mgr.a (mgr.14403) 4012 : cluster 0 pgmap v2990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:34.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:34 smithi135 bash[32435]: cluster 2023-12-07T18:54:32.660013+0000 mgr.a (mgr.14403) 4012 : cluster 0 pgmap v2990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:36 smithi079 bash[28699]: cluster 2023-12-07T18:54:34.660855+0000 mgr.a (mgr.14403) 4013 : cluster 0 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-07T18:54:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:36 smithi194 bash[32038]: cluster 2023-12-07T18:54:34.660855+0000 mgr.a (mgr.14403) 4013 : cluster 0 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-07T18:54:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:36 smithi135 bash[32435]: cluster 2023-12-07T18:54:34.660855+0000 mgr.a (mgr.14403) 4013 : cluster 0 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-07T18:54:37.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:54:37.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:37.491 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:38.397 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:54:38.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:38.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:38.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:38.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:54:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:38 smithi079 bash[28699]: cluster 2023-12-07T18:54:36.661409+0000 mgr.a (mgr.14403) 4014 : cluster 0 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-07T18:54:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:38 smithi194 bash[32038]: cluster 2023-12-07T18:54:36.661409+0000 mgr.a (mgr.14403) 4014 : cluster 0 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-07T18:54:38.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:38 smithi135 bash[32435]: cluster 2023-12-07T18:54:36.661409+0000 mgr.a (mgr.14403) 4014 : cluster 0 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-07T18:54:39.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:39 smithi079 bash[28699]: audit 2023-12-07T18:54:37.885720+0000 mgr.a (mgr.14403) 4015 : audit 0 from='client.90939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:39 smithi194 bash[32038]: audit 2023-12-07T18:54:37.885720+0000 mgr.a (mgr.14403) 4015 : audit 0 from='client.90939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:39.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:39 smithi135 bash[32435]: audit 2023-12-07T18:54:37.885720+0000 mgr.a (mgr.14403) 4015 : audit 0 from='client.90939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:40.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:40 smithi079 bash[28699]: cluster 2023-12-07T18:54:38.662287+0000 mgr.a (mgr.14403) 4016 : cluster 0 pgmap v2993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:40 smithi194 bash[32038]: cluster 2023-12-07T18:54:38.662287+0000 mgr.a (mgr.14403) 4016 : cluster 0 pgmap v2993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:40 smithi135 bash[32435]: cluster 2023-12-07T18:54:38.662287+0000 mgr.a (mgr.14403) 4016 : cluster 0 pgmap v2993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:54:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:42 smithi079 bash[28699]: cluster 2023-12-07T18:54:40.662862+0000 mgr.a (mgr.14403) 4017 : cluster 0 pgmap v2994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:42 smithi194 bash[32038]: cluster 2023-12-07T18:54:40.662862+0000 mgr.a (mgr.14403) 4017 : cluster 0 pgmap v2994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:42.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:42 smithi135 bash[32435]: cluster 2023-12-07T18:54:40.662862+0000 mgr.a (mgr.14403) 4017 : cluster 0 pgmap v2994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:43.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:54:43.399 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:43.399 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:44.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:44.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:44.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:44.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:54:44.288 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:54:44.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:44 smithi079 bash[28699]: cluster 2023-12-07T18:54:42.663396+0000 mgr.a (mgr.14403) 4018 : cluster 0 pgmap v2995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:44.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:44 smithi194 bash[32038]: cluster 2023-12-07T18:54:42.663396+0000 mgr.a (mgr.14403) 4018 : cluster 0 pgmap v2995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:44.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:44 smithi135 bash[32435]: cluster 2023-12-07T18:54:42.663396+0000 mgr.a (mgr.14403) 4018 : cluster 0 pgmap v2995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:45.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:45 smithi079 bash[28699]: audit 2023-12-07T18:54:43.798957+0000 mgr.a (mgr.14403) 4019 : audit 0 from='client.91014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:45 smithi194 bash[32038]: audit 2023-12-07T18:54:43.798957+0000 mgr.a (mgr.14403) 4019 : audit 0 from='client.91014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:45.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:45 smithi135 bash[32435]: audit 2023-12-07T18:54:43.798957+0000 mgr.a (mgr.14403) 4019 : audit 0 from='client.91014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:46 smithi079 bash[28699]: cluster 2023-12-07T18:54:44.664325+0000 mgr.a (mgr.14403) 4020 : cluster 0 pgmap v2996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:46 smithi194 bash[32038]: cluster 2023-12-07T18:54:44.664325+0000 mgr.a (mgr.14403) 4020 : cluster 0 pgmap v2996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:46 smithi135 bash[32435]: cluster 2023-12-07T18:54:44.664325+0000 mgr.a (mgr.14403) 4020 : cluster 0 pgmap v2996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:48.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:48 smithi079 bash[28699]: cluster 2023-12-07T18:54:46.665017+0000 mgr.a (mgr.14403) 4021 : cluster 0 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-07T18:54:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:48 smithi194 bash[32038]: cluster 2023-12-07T18:54:46.665017+0000 mgr.a (mgr.14403) 4021 : cluster 0 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-07T18:54:48.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:48 smithi135 bash[32435]: cluster 2023-12-07T18:54:46.665017+0000 mgr.a (mgr.14403) 4021 : cluster 0 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-07T18:54:49.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:54:49.291 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:49.291 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:50.191 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:54:50.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:50.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:50.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:50.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:54:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:50 smithi079 bash[28699]: cluster 2023-12-07T18:54:48.665907+0000 mgr.a (mgr.14403) 4022 : cluster 0 pgmap v2998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:50 smithi194 bash[32038]: cluster 2023-12-07T18:54:48.665907+0000 mgr.a (mgr.14403) 4022 : cluster 0 pgmap v2998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:50 smithi135 bash[32435]: cluster 2023-12-07T18:54:48.665907+0000 mgr.a (mgr.14403) 4022 : cluster 0 pgmap v2998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:51 smithi079 bash[28699]: audit 2023-12-07T18:54:49.694655+0000 mgr.a (mgr.14403) 4023 : audit 0 from='client.91092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:51 smithi194 bash[32038]: audit 2023-12-07T18:54:49.694655+0000 mgr.a (mgr.14403) 4023 : audit 0 from='client.91092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:51.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:51 smithi135 bash[32435]: audit 2023-12-07T18:54:49.694655+0000 mgr.a (mgr.14403) 4023 : audit 0 from='client.91092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:52 smithi079 bash[28699]: cluster 2023-12-07T18:54:50.666566+0000 mgr.a (mgr.14403) 4024 : cluster 0 pgmap v2999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:52.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:52 smithi194 bash[32038]: cluster 2023-12-07T18:54:50.666566+0000 mgr.a (mgr.14403) 4024 : cluster 0 pgmap v2999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:52.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:52 smithi135 bash[32435]: cluster 2023-12-07T18:54:50.666566+0000 mgr.a (mgr.14403) 4024 : cluster 0 pgmap v2999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:54.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:54 smithi079 bash[28699]: cluster 2023-12-07T18:54:52.667142+0000 mgr.a (mgr.14403) 4025 : cluster 0 pgmap v3000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:54 smithi194 bash[32038]: cluster 2023-12-07T18:54:52.667142+0000 mgr.a (mgr.14403) 4025 : cluster 0 pgmap v3000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:54.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:54 smithi135 bash[32435]: cluster 2023-12-07T18:54:52.667142+0000 mgr.a (mgr.14403) 4025 : cluster 0 pgmap v3000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:54:55.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:54:55.195 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:54:55.195 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:54:56.085 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:54:56.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:54:56.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:54:56.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:54:56.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:54:56.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:56 smithi079 bash[28699]: cluster 2023-12-07T18:54:54.667924+0000 mgr.a (mgr.14403) 4026 : cluster 0 pgmap v3001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:56 smithi194 bash[32038]: cluster 2023-12-07T18:54:54.667924+0000 mgr.a (mgr.14403) 4026 : cluster 0 pgmap v3001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:56.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:56 smithi135 bash[32435]: cluster 2023-12-07T18:54:54.667924+0000 mgr.a (mgr.14403) 4026 : cluster 0 pgmap v3001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:57 smithi194 bash[32038]: audit 2023-12-07T18:54:55.597720+0000 mgr.a (mgr.14403) 4027 : audit 0 from='client.91170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:57.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:57 smithi135 bash[32435]: audit 2023-12-07T18:54:55.597720+0000 mgr.a (mgr.14403) 4027 : audit 0 from='client.91170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:57.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:57 smithi079 bash[28699]: audit 2023-12-07T18:54:55.597720+0000 mgr.a (mgr.14403) 4027 : audit 0 from='client.91170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:54:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:54:58 smithi194 bash[32038]: cluster 2023-12-07T18:54:56.668512+0000 mgr.a (mgr.14403) 4028 : cluster 0 pgmap v3002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:54:58 smithi135 bash[32435]: cluster 2023-12-07T18:54:56.668512+0000 mgr.a (mgr.14403) 4028 : cluster 0 pgmap v3002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:54:58.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:54:58 smithi079 bash[28699]: cluster 2023-12-07T18:54:56.668512+0000 mgr.a (mgr.14403) 4028 : cluster 0 pgmap v3002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:00 smithi194 bash[32038]: cluster 2023-12-07T18:54:58.669311+0000 mgr.a (mgr.14403) 4029 : cluster 0 pgmap v3003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:00.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:00 smithi135 bash[32435]: cluster 2023-12-07T18:54:58.669311+0000 mgr.a (mgr.14403) 4029 : cluster 0 pgmap v3003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:00.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:00 smithi079 bash[28699]: cluster 2023-12-07T18:54:58.669311+0000 mgr.a (mgr.14403) 4029 : cluster 0 pgmap v3003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:01.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:55:01.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:01.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:01.968 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:55:01.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:01.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:01.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:01.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:55:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:02 smithi194 bash[32038]: cluster 2023-12-07T18:55:00.669840+0000 mgr.a (mgr.14403) 4030 : cluster 0 pgmap v3004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:02 smithi194 bash[32038]: audit 2023-12-07T18:55:01.486171+0000 mgr.a (mgr.14403) 4031 : audit 0 from='client.91248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:02 smithi135 bash[32435]: cluster 2023-12-07T18:55:00.669840+0000 mgr.a (mgr.14403) 4030 : cluster 0 pgmap v3004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:02 smithi135 bash[32435]: audit 2023-12-07T18:55:01.486171+0000 mgr.a (mgr.14403) 4031 : audit 0 from='client.91248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:02 smithi079 bash[28699]: cluster 2023-12-07T18:55:00.669840+0000 mgr.a (mgr.14403) 4030 : cluster 0 pgmap v3004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:02.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:02 smithi079 bash[28699]: audit 2023-12-07T18:55:01.486171+0000 mgr.a (mgr.14403) 4031 : audit 0 from='client.91248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:04 smithi194 bash[32038]: cluster 2023-12-07T18:55:02.670503+0000 mgr.a (mgr.14403) 4032 : cluster 0 pgmap v3005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:04 smithi135 bash[32435]: cluster 2023-12-07T18:55:02.670503+0000 mgr.a (mgr.14403) 4032 : cluster 0 pgmap v3005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:04.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:04 smithi079 bash[28699]: cluster 2023-12-07T18:55:02.670503+0000 mgr.a (mgr.14403) 4032 : cluster 0 pgmap v3005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:06 smithi079 bash[28699]: cluster 2023-12-07T18:55:04.671349+0000 mgr.a (mgr.14403) 4033 : cluster 0 pgmap v3006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:06 smithi079 bash[28699]: audit 2023-12-07T18:55:05.065637+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:55:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:06 smithi079 bash[28699]: audit 2023-12-07T18:55:05.848544+0000 mon.a (mon.0) 1025 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:55:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:06 smithi079 bash[28699]: audit 2023-12-07T18:55:05.850472+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:55:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:06 smithi079 bash[28699]: audit 2023-12-07T18:55:05.860002+0000 mon.a (mon.0) 1027 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:55:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:06 smithi194 bash[32038]: cluster 2023-12-07T18:55:04.671349+0000 mgr.a (mgr.14403) 4033 : cluster 0 pgmap v3006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:06 smithi194 bash[32038]: audit 2023-12-07T18:55:05.065637+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:55:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:06 smithi194 bash[32038]: audit 2023-12-07T18:55:05.848544+0000 mon.a (mon.0) 1025 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:55:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:06 smithi194 bash[32038]: audit 2023-12-07T18:55:05.850472+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:55:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:06 smithi194 bash[32038]: audit 2023-12-07T18:55:05.860002+0000 mon.a (mon.0) 1027 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:55:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:06 smithi135 bash[32435]: cluster 2023-12-07T18:55:04.671349+0000 mgr.a (mgr.14403) 4033 : cluster 0 pgmap v3006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:06 smithi135 bash[32435]: audit 2023-12-07T18:55:05.065637+0000 mon.a (mon.0) 1024 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:55:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:06 smithi135 bash[32435]: audit 2023-12-07T18:55:05.848544+0000 mon.a (mon.0) 1025 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:55:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:06 smithi135 bash[32435]: audit 2023-12-07T18:55:05.850472+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:55:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:06 smithi135 bash[32435]: audit 2023-12-07T18:55:05.860002+0000 mon.a (mon.0) 1027 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:55:06.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:55:06.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:06.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:07.890 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:55:07.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:07.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:07.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:07.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:55:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:08 smithi079 bash[28699]: cluster 2023-12-07T18:55:06.671906+0000 mgr.a (mgr.14403) 4034 : cluster 0 pgmap v3007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:08 smithi079 bash[28699]: audit 2023-12-07T18:55:07.370381+0000 mgr.a (mgr.14403) 4035 : audit 0 from='client.91323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:08 smithi194 bash[32038]: cluster 2023-12-07T18:55:06.671906+0000 mgr.a (mgr.14403) 4034 : cluster 0 pgmap v3007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:08 smithi194 bash[32038]: audit 2023-12-07T18:55:07.370381+0000 mgr.a (mgr.14403) 4035 : audit 0 from='client.91323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:08 smithi135 bash[32435]: cluster 2023-12-07T18:55:06.671906+0000 mgr.a (mgr.14403) 4034 : cluster 0 pgmap v3007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:08 smithi135 bash[32435]: audit 2023-12-07T18:55:07.370381+0000 mgr.a (mgr.14403) 4035 : audit 0 from='client.91323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:10.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:10 smithi079 bash[28699]: cluster 2023-12-07T18:55:08.672649+0000 mgr.a (mgr.14403) 4036 : cluster 0 pgmap v3008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:10 smithi194 bash[32038]: cluster 2023-12-07T18:55:08.672649+0000 mgr.a (mgr.14403) 4036 : cluster 0 pgmap v3008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:10 smithi135 bash[32435]: cluster 2023-12-07T18:55:08.672649+0000 mgr.a (mgr.14403) 4036 : cluster 0 pgmap v3008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:12 smithi079 bash[28699]: cluster 2023-12-07T18:55:10.673217+0000 mgr.a (mgr.14403) 4037 : cluster 0 pgmap v3009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:12 smithi194 bash[32038]: cluster 2023-12-07T18:55:10.673217+0000 mgr.a (mgr.14403) 4037 : cluster 0 pgmap v3009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:12 smithi135 bash[32435]: cluster 2023-12-07T18:55:10.673217+0000 mgr.a (mgr.14403) 4037 : cluster 0 pgmap v3009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:12.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:55:12.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:12.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:13.774 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:55:13.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:13.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:13.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:13.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:55:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:14 smithi079 bash[28699]: cluster 2023-12-07T18:55:12.673776+0000 mgr.a (mgr.14403) 4038 : cluster 0 pgmap v3010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:14 smithi079 bash[28699]: audit 2023-12-07T18:55:13.292735+0000 mgr.a (mgr.14403) 4039 : audit 0 from='client.91395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:14 smithi194 bash[32038]: cluster 2023-12-07T18:55:12.673776+0000 mgr.a (mgr.14403) 4038 : cluster 0 pgmap v3010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:14 smithi194 bash[32038]: audit 2023-12-07T18:55:13.292735+0000 mgr.a (mgr.14403) 4039 : audit 0 from='client.91395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:14 smithi135 bash[32435]: cluster 2023-12-07T18:55:12.673776+0000 mgr.a (mgr.14403) 4038 : cluster 0 pgmap v3010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:14 smithi135 bash[32435]: audit 2023-12-07T18:55:13.292735+0000 mgr.a (mgr.14403) 4039 : audit 0 from='client.91395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:16 smithi079 bash[28699]: cluster 2023-12-07T18:55:14.674717+0000 mgr.a (mgr.14403) 4040 : cluster 0 pgmap v3011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:55:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:16 smithi194 bash[32038]: cluster 2023-12-07T18:55:14.674717+0000 mgr.a (mgr.14403) 4040 : cluster 0 pgmap v3011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:55:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:16 smithi135 bash[32435]: cluster 2023-12-07T18:55:14.674717+0000 mgr.a (mgr.14403) 4040 : cluster 0 pgmap v3011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T18:55:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:18 smithi079 bash[28699]: cluster 2023-12-07T18:55:16.675323+0000 mgr.a (mgr.14403) 4041 : cluster 0 pgmap v3012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:55:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:18 smithi194 bash[32038]: cluster 2023-12-07T18:55:16.675323+0000 mgr.a (mgr.14403) 4041 : cluster 0 pgmap v3012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:55:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:18 smithi135 bash[32435]: cluster 2023-12-07T18:55:16.675323+0000 mgr.a (mgr.14403) 4041 : cluster 0 pgmap v3012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T18:55:18.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:55:18.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:18.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:19.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:19.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:19.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:19.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:55:19.693 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:55:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:20 smithi079 bash[28699]: cluster 2023-12-07T18:55:18.676002+0000 mgr.a (mgr.14403) 4042 : cluster 0 pgmap v3013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:20 smithi079 bash[28699]: audit 2023-12-07T18:55:19.177848+0000 mgr.a (mgr.14403) 4043 : audit 0 from='client.91470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:20 smithi194 bash[32038]: cluster 2023-12-07T18:55:18.676002+0000 mgr.a (mgr.14403) 4042 : cluster 0 pgmap v3013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:20 smithi194 bash[32038]: audit 2023-12-07T18:55:19.177848+0000 mgr.a (mgr.14403) 4043 : audit 0 from='client.91470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:20 smithi135 bash[32435]: cluster 2023-12-07T18:55:18.676002+0000 mgr.a (mgr.14403) 4042 : cluster 0 pgmap v3013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:20 smithi135 bash[32435]: audit 2023-12-07T18:55:19.177848+0000 mgr.a (mgr.14403) 4043 : audit 0 from='client.91470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:22 smithi079 bash[28699]: cluster 2023-12-07T18:55:20.676742+0000 mgr.a (mgr.14403) 4044 : cluster 0 pgmap v3014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:22 smithi194 bash[32038]: cluster 2023-12-07T18:55:20.676742+0000 mgr.a (mgr.14403) 4044 : cluster 0 pgmap v3014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:22 smithi135 bash[32435]: cluster 2023-12-07T18:55:20.676742+0000 mgr.a (mgr.14403) 4044 : cluster 0 pgmap v3014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:24 smithi079 bash[28699]: cluster 2023-12-07T18:55:22.677354+0000 mgr.a (mgr.14403) 4045 : cluster 0 pgmap v3015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:24 smithi194 bash[32038]: cluster 2023-12-07T18:55:22.677354+0000 mgr.a (mgr.14403) 4045 : cluster 0 pgmap v3015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:24.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:24 smithi135 bash[32435]: cluster 2023-12-07T18:55:22.677354+0000 mgr.a (mgr.14403) 4045 : cluster 0 pgmap v3015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:24.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:55:24.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:24.697 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:25.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:25.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:25.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:25.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:55:25.652 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:55:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:26 smithi079 bash[28699]: cluster 2023-12-07T18:55:24.678188+0000 mgr.a (mgr.14403) 4046 : cluster 0 pgmap v3016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:26 smithi079 bash[28699]: audit 2023-12-07T18:55:25.101916+0000 mgr.a (mgr.14403) 4047 : audit 0 from='client.91545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:26 smithi194 bash[32038]: cluster 2023-12-07T18:55:24.678188+0000 mgr.a (mgr.14403) 4046 : cluster 0 pgmap v3016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:26 smithi194 bash[32038]: audit 2023-12-07T18:55:25.101916+0000 mgr.a (mgr.14403) 4047 : audit 0 from='client.91545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:26 smithi135 bash[32435]: cluster 2023-12-07T18:55:24.678188+0000 mgr.a (mgr.14403) 4046 : cluster 0 pgmap v3016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:26 smithi135 bash[32435]: audit 2023-12-07T18:55:25.101916+0000 mgr.a (mgr.14403) 4047 : audit 0 from='client.91545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:28 smithi079 bash[28699]: cluster 2023-12-07T18:55:26.678945+0000 mgr.a (mgr.14403) 4048 : cluster 0 pgmap v3017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:55:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:28 smithi194 bash[32038]: cluster 2023-12-07T18:55:26.678945+0000 mgr.a (mgr.14403) 4048 : cluster 0 pgmap v3017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:55:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:28 smithi135 bash[32435]: cluster 2023-12-07T18:55:26.678945+0000 mgr.a (mgr.14403) 4048 : cluster 0 pgmap v3017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T18:55:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:30 smithi079 bash[28699]: cluster 2023-12-07T18:55:28.679756+0000 mgr.a (mgr.14403) 4049 : cluster 0 pgmap v3018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:55:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:30 smithi194 bash[32038]: cluster 2023-12-07T18:55:28.679756+0000 mgr.a (mgr.14403) 4049 : cluster 0 pgmap v3018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:55:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:30 smithi135 bash[32435]: cluster 2023-12-07T18:55:28.679756+0000 mgr.a (mgr.14403) 4049 : cluster 0 pgmap v3018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T18:55:30.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:55:30.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:30.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:31.483 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:55:31.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:31.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:31.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:31.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:55:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:32 smithi079 bash[28699]: cluster 2023-12-07T18:55:30.680191+0000 mgr.a (mgr.14403) 4050 : cluster 0 pgmap v3019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:32 smithi079 bash[28699]: audit 2023-12-07T18:55:30.982583+0000 mgr.a (mgr.14403) 4051 : audit 0 from='client.91623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:32 smithi194 bash[32038]: cluster 2023-12-07T18:55:30.680191+0000 mgr.a (mgr.14403) 4050 : cluster 0 pgmap v3019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:32 smithi194 bash[32038]: audit 2023-12-07T18:55:30.982583+0000 mgr.a (mgr.14403) 4051 : audit 0 from='client.91623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:32 smithi135 bash[32435]: cluster 2023-12-07T18:55:30.680191+0000 mgr.a (mgr.14403) 4050 : cluster 0 pgmap v3019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:32 smithi135 bash[32435]: audit 2023-12-07T18:55:30.982583+0000 mgr.a (mgr.14403) 4051 : audit 0 from='client.91623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:34 smithi079 bash[28699]: cluster 2023-12-07T18:55:32.680889+0000 mgr.a (mgr.14403) 4052 : cluster 0 pgmap v3020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:34 smithi194 bash[32038]: cluster 2023-12-07T18:55:32.680889+0000 mgr.a (mgr.14403) 4052 : cluster 0 pgmap v3020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:34 smithi135 bash[32435]: cluster 2023-12-07T18:55:32.680889+0000 mgr.a (mgr.14403) 4052 : cluster 0 pgmap v3020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:36 smithi079 bash[28699]: cluster 2023-12-07T18:55:34.681710+0000 mgr.a (mgr.14403) 4053 : cluster 0 pgmap v3021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:36 smithi194 bash[32038]: cluster 2023-12-07T18:55:34.681710+0000 mgr.a (mgr.14403) 4053 : cluster 0 pgmap v3021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:36 smithi135 bash[32435]: cluster 2023-12-07T18:55:34.681710+0000 mgr.a (mgr.14403) 4053 : cluster 0 pgmap v3021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:36.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:55:36.487 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:36.487 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:37.348 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:55:37.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:37.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:37.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:37.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:55:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:38 smithi079 bash[28699]: cluster 2023-12-07T18:55:36.682265+0000 mgr.a (mgr.14403) 4054 : cluster 0 pgmap v3022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:38 smithi079 bash[28699]: audit 2023-12-07T18:55:36.884085+0000 mgr.a (mgr.14403) 4055 : audit 0 from='client.91698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:38 smithi194 bash[32038]: cluster 2023-12-07T18:55:36.682265+0000 mgr.a (mgr.14403) 4054 : cluster 0 pgmap v3022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:38 smithi194 bash[32038]: audit 2023-12-07T18:55:36.884085+0000 mgr.a (mgr.14403) 4055 : audit 0 from='client.91698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:38 smithi135 bash[32435]: cluster 2023-12-07T18:55:36.682265+0000 mgr.a (mgr.14403) 4054 : cluster 0 pgmap v3022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:38 smithi135 bash[32435]: audit 2023-12-07T18:55:36.884085+0000 mgr.a (mgr.14403) 4055 : audit 0 from='client.91698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:40 smithi079 bash[28699]: cluster 2023-12-07T18:55:38.683197+0000 mgr.a (mgr.14403) 4056 : cluster 0 pgmap v3023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:40 smithi194 bash[32038]: cluster 2023-12-07T18:55:38.683197+0000 mgr.a (mgr.14403) 4056 : cluster 0 pgmap v3023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:40 smithi135 bash[32435]: cluster 2023-12-07T18:55:38.683197+0000 mgr.a (mgr.14403) 4056 : cluster 0 pgmap v3023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:42.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:55:42.353 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:42.353 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:42.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:42 smithi079 bash[28699]: cluster 2023-12-07T18:55:40.683713+0000 mgr.a (mgr.14403) 4057 : cluster 0 pgmap v3024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:42 smithi194 bash[32038]: cluster 2023-12-07T18:55:40.683713+0000 mgr.a (mgr.14403) 4057 : cluster 0 pgmap v3024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:42 smithi135 bash[32435]: cluster 2023-12-07T18:55:40.683713+0000 mgr.a (mgr.14403) 4057 : cluster 0 pgmap v3024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:43.269 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:55:43.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:43.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:43.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:43.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:55:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:44 smithi079 bash[28699]: cluster 2023-12-07T18:55:42.684245+0000 mgr.a (mgr.14403) 4058 : cluster 0 pgmap v3025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:44 smithi079 bash[28699]: audit 2023-12-07T18:55:42.761052+0000 mgr.a (mgr.14403) 4059 : audit 0 from='client.91773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:44 smithi194 bash[32038]: cluster 2023-12-07T18:55:42.684245+0000 mgr.a (mgr.14403) 4058 : cluster 0 pgmap v3025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:44 smithi194 bash[32038]: audit 2023-12-07T18:55:42.761052+0000 mgr.a (mgr.14403) 4059 : audit 0 from='client.91773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:44 smithi135 bash[32435]: cluster 2023-12-07T18:55:42.684245+0000 mgr.a (mgr.14403) 4058 : cluster 0 pgmap v3025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:44 smithi135 bash[32435]: audit 2023-12-07T18:55:42.761052+0000 mgr.a (mgr.14403) 4059 : audit 0 from='client.91773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:46 smithi079 bash[28699]: cluster 2023-12-07T18:55:44.685150+0000 mgr.a (mgr.14403) 4060 : cluster 0 pgmap v3026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:46 smithi194 bash[32038]: cluster 2023-12-07T18:55:44.685150+0000 mgr.a (mgr.14403) 4060 : cluster 0 pgmap v3026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:46 smithi135 bash[32435]: cluster 2023-12-07T18:55:44.685150+0000 mgr.a (mgr.14403) 4060 : cluster 0 pgmap v3026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:55:48.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:55:48.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:48.272 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:48 smithi079 bash[28699]: cluster 2023-12-07T18:55:46.685774+0000 mgr.a (mgr.14403) 4061 : cluster 0 pgmap v3027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:48 smithi194 bash[32038]: cluster 2023-12-07T18:55:46.685774+0000 mgr.a (mgr.14403) 4061 : cluster 0 pgmap v3027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:48 smithi135 bash[32435]: cluster 2023-12-07T18:55:46.685774+0000 mgr.a (mgr.14403) 4061 : cluster 0 pgmap v3027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:49.148 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:55:49.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:49.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:49.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:49.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:55:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:50 smithi079 bash[28699]: audit 2023-12-07T18:55:48.668720+0000 mgr.a (mgr.14403) 4062 : audit 0 from='client.91851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:50 smithi079 bash[28699]: cluster 2023-12-07T18:55:48.687196+0000 mgr.a (mgr.14403) 4063 : cluster 0 pgmap v3028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:50 smithi194 bash[32038]: audit 2023-12-07T18:55:48.668720+0000 mgr.a (mgr.14403) 4062 : audit 0 from='client.91851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:50 smithi194 bash[32038]: cluster 2023-12-07T18:55:48.687196+0000 mgr.a (mgr.14403) 4063 : cluster 0 pgmap v3028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:50 smithi135 bash[32435]: audit 2023-12-07T18:55:48.668720+0000 mgr.a (mgr.14403) 4062 : audit 0 from='client.91851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:50 smithi135 bash[32435]: cluster 2023-12-07T18:55:48.687196+0000 mgr.a (mgr.14403) 4063 : cluster 0 pgmap v3028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:52 smithi079 bash[28699]: cluster 2023-12-07T18:55:50.687854+0000 mgr.a (mgr.14403) 4064 : cluster 0 pgmap v3029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:52 smithi194 bash[32038]: cluster 2023-12-07T18:55:50.687854+0000 mgr.a (mgr.14403) 4064 : cluster 0 pgmap v3029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:52 smithi135 bash[32435]: cluster 2023-12-07T18:55:50.687854+0000 mgr.a (mgr.14403) 4064 : cluster 0 pgmap v3029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:54.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:55:54.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:55:54.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:55:54.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:54 smithi079 bash[28699]: cluster 2023-12-07T18:55:52.688469+0000 mgr.a (mgr.14403) 4065 : cluster 0 pgmap v3030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:54 smithi194 bash[32038]: cluster 2023-12-07T18:55:52.688469+0000 mgr.a (mgr.14403) 4065 : cluster 0 pgmap v3030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:54.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:54 smithi135 bash[32435]: cluster 2023-12-07T18:55:52.688469+0000 mgr.a (mgr.14403) 4065 : cluster 0 pgmap v3030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:55.081 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:55:55.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:55:55.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:55:55.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:55:55.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:55:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:55 smithi194 bash[32038]: audit 2023-12-07T18:55:54.556892+0000 mgr.a (mgr.14403) 4066 : audit 0 from='client.91926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:55 smithi135 bash[32435]: audit 2023-12-07T18:55:54.556892+0000 mgr.a (mgr.14403) 4066 : audit 0 from='client.91926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:55 smithi079 bash[28699]: audit 2023-12-07T18:55:54.556892+0000 mgr.a (mgr.14403) 4066 : audit 0 from='client.91926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:55:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:56 smithi194 bash[32038]: cluster 2023-12-07T18:55:54.689403+0000 mgr.a (mgr.14403) 4067 : cluster 0 pgmap v3031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:56 smithi135 bash[32435]: cluster 2023-12-07T18:55:54.689403+0000 mgr.a (mgr.14403) 4067 : cluster 0 pgmap v3031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:56 smithi079 bash[28699]: cluster 2023-12-07T18:55:54.689403+0000 mgr.a (mgr.14403) 4067 : cluster 0 pgmap v3031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:55:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:55:58 smithi194 bash[32038]: cluster 2023-12-07T18:55:56.690119+0000 mgr.a (mgr.14403) 4068 : cluster 0 pgmap v3032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:55:58 smithi135 bash[32435]: cluster 2023-12-07T18:55:56.690119+0000 mgr.a (mgr.14403) 4068 : cluster 0 pgmap v3032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:55:58.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:55:58 smithi079 bash[28699]: cluster 2023-12-07T18:55:56.690119+0000 mgr.a (mgr.14403) 4068 : cluster 0 pgmap v3032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:00.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:56:00.084 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:00.084 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:00 smithi194 bash[32038]: cluster 2023-12-07T18:55:58.690915+0000 mgr.a (mgr.14403) 4069 : cluster 0 pgmap v3033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:00 smithi135 bash[32435]: cluster 2023-12-07T18:55:58.690915+0000 mgr.a (mgr.14403) 4069 : cluster 0 pgmap v3033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:00 smithi079 bash[28699]: cluster 2023-12-07T18:55:58.690915+0000 mgr.a (mgr.14403) 4069 : cluster 0 pgmap v3033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:00.999 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:56:00.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:00.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:00.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:00.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:56:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:01 smithi194 bash[32038]: audit 2023-12-07T18:56:00.490172+0000 mgr.a (mgr.14403) 4070 : audit 0 from='client.92004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:01 smithi135 bash[32435]: audit 2023-12-07T18:56:00.490172+0000 mgr.a (mgr.14403) 4070 : audit 0 from='client.92004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:01.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:01 smithi079 bash[28699]: audit 2023-12-07T18:56:00.490172+0000 mgr.a (mgr.14403) 4070 : audit 0 from='client.92004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:02 smithi194 bash[32038]: cluster 2023-12-07T18:56:00.691498+0000 mgr.a (mgr.14403) 4071 : cluster 0 pgmap v3034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:02 smithi135 bash[32435]: cluster 2023-12-07T18:56:00.691498+0000 mgr.a (mgr.14403) 4071 : cluster 0 pgmap v3034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:02 smithi079 bash[28699]: cluster 2023-12-07T18:56:00.691498+0000 mgr.a (mgr.14403) 4071 : cluster 0 pgmap v3034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:04 smithi194 bash[32038]: cluster 2023-12-07T18:56:02.692180+0000 mgr.a (mgr.14403) 4072 : cluster 0 pgmap v3035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:04.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:04 smithi135 bash[32435]: cluster 2023-12-07T18:56:02.692180+0000 mgr.a (mgr.14403) 4072 : cluster 0 pgmap v3035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:04 smithi079 bash[28699]: cluster 2023-12-07T18:56:02.692180+0000 mgr.a (mgr.14403) 4072 : cluster 0 pgmap v3035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:06.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:56:06.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:06.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:06 smithi194 bash[32038]: cluster 2023-12-07T18:56:04.693000+0000 mgr.a (mgr.14403) 4073 : cluster 0 pgmap v3036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:06 smithi194 bash[32038]: audit 2023-12-07T18:56:05.963960+0000 mon.a (mon.0) 1028 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:56:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:06 smithi135 bash[32435]: cluster 2023-12-07T18:56:04.693000+0000 mgr.a (mgr.14403) 4073 : cluster 0 pgmap v3036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:06 smithi135 bash[32435]: audit 2023-12-07T18:56:05.963960+0000 mon.a (mon.0) 1028 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:56:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:06 smithi079 bash[28699]: cluster 2023-12-07T18:56:04.693000+0000 mgr.a (mgr.14403) 4073 : cluster 0 pgmap v3036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:06 smithi079 bash[28699]: audit 2023-12-07T18:56:05.963960+0000 mon.a (mon.0) 1028 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:56:06.947 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:56:06.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:06.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:06.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:06.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:56:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:07 smithi194 bash[32038]: audit 2023-12-07T18:56:06.410419+0000 mgr.a (mgr.14403) 4074 : audit 0 from='client.92082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:07 smithi194 bash[32038]: audit 2023-12-07T18:56:06.761089+0000 mon.a (mon.0) 1029 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:56:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:07 smithi194 bash[32038]: audit 2023-12-07T18:56:06.762906+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:56:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:07 smithi194 bash[32038]: audit 2023-12-07T18:56:06.772263+0000 mon.a (mon.0) 1031 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:56:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:07 smithi135 bash[32435]: audit 2023-12-07T18:56:06.410419+0000 mgr.a (mgr.14403) 4074 : audit 0 from='client.92082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:07 smithi135 bash[32435]: audit 2023-12-07T18:56:06.761089+0000 mon.a (mon.0) 1029 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:56:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:07 smithi135 bash[32435]: audit 2023-12-07T18:56:06.762906+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:56:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:07 smithi135 bash[32435]: audit 2023-12-07T18:56:06.772263+0000 mon.a (mon.0) 1031 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:56:07.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:07 smithi079 bash[28699]: audit 2023-12-07T18:56:06.410419+0000 mgr.a (mgr.14403) 4074 : audit 0 from='client.92082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:07.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:07 smithi079 bash[28699]: audit 2023-12-07T18:56:06.761089+0000 mon.a (mon.0) 1029 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:56:07.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:07 smithi079 bash[28699]: audit 2023-12-07T18:56:06.762906+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:56:07.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:07 smithi079 bash[28699]: audit 2023-12-07T18:56:06.772263+0000 mon.a (mon.0) 1031 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:56:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:08 smithi194 bash[32038]: cluster 2023-12-07T18:56:06.701277+0000 mgr.a (mgr.14403) 4075 : cluster 0 pgmap v3037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:08 smithi135 bash[32435]: cluster 2023-12-07T18:56:06.701277+0000 mgr.a (mgr.14403) 4075 : cluster 0 pgmap v3037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:08 smithi079 bash[28699]: cluster 2023-12-07T18:56:06.701277+0000 mgr.a (mgr.14403) 4075 : cluster 0 pgmap v3037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:10 smithi194 bash[32038]: cluster 2023-12-07T18:56:08.702297+0000 mgr.a (mgr.14403) 4076 : cluster 0 pgmap v3038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:10 smithi135 bash[32435]: cluster 2023-12-07T18:56:08.702297+0000 mgr.a (mgr.14403) 4076 : cluster 0 pgmap v3038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:10 smithi079 bash[28699]: cluster 2023-12-07T18:56:08.702297+0000 mgr.a (mgr.14403) 4076 : cluster 0 pgmap v3038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:11.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:56:11.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:11.951 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:12 smithi194 bash[32038]: cluster 2023-12-07T18:56:10.702843+0000 mgr.a (mgr.14403) 4077 : cluster 0 pgmap v3039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:12 smithi135 bash[32435]: cluster 2023-12-07T18:56:10.702843+0000 mgr.a (mgr.14403) 4077 : cluster 0 pgmap v3039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:12 smithi079 bash[28699]: cluster 2023-12-07T18:56:10.702843+0000 mgr.a (mgr.14403) 4077 : cluster 0 pgmap v3039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:12.867 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:56:12.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:12.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:12.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:12.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:56:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:13 smithi194 bash[32038]: audit 2023-12-07T18:56:12.355041+0000 mgr.a (mgr.14403) 4078 : audit 0 from='client.92160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:13 smithi135 bash[32435]: audit 2023-12-07T18:56:12.355041+0000 mgr.a (mgr.14403) 4078 : audit 0 from='client.92160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:13.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:13 smithi079 bash[28699]: audit 2023-12-07T18:56:12.355041+0000 mgr.a (mgr.14403) 4078 : audit 0 from='client.92160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:14 smithi135 bash[32435]: cluster 2023-12-07T18:56:12.703306+0000 mgr.a (mgr.14403) 4079 : cluster 0 pgmap v3040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:14 smithi079 bash[28699]: cluster 2023-12-07T18:56:12.703306+0000 mgr.a (mgr.14403) 4079 : cluster 0 pgmap v3040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:14 smithi194 bash[32038]: cluster 2023-12-07T18:56:12.703306+0000 mgr.a (mgr.14403) 4079 : cluster 0 pgmap v3040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:16.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:16 smithi079 bash[28699]: cluster 2023-12-07T18:56:14.704103+0000 mgr.a (mgr.14403) 4080 : cluster 0 pgmap v3041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:16 smithi194 bash[32038]: cluster 2023-12-07T18:56:14.704103+0000 mgr.a (mgr.14403) 4080 : cluster 0 pgmap v3041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:16 smithi135 bash[32435]: cluster 2023-12-07T18:56:14.704103+0000 mgr.a (mgr.14403) 4080 : cluster 0 pgmap v3041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:17.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:56:17.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:17.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:18 smithi079 bash[28699]: cluster 2023-12-07T18:56:16.704687+0000 mgr.a (mgr.14403) 4081 : cluster 0 pgmap v3042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:18 smithi194 bash[32038]: cluster 2023-12-07T18:56:16.704687+0000 mgr.a (mgr.14403) 4081 : cluster 0 pgmap v3042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:18 smithi135 bash[32435]: cluster 2023-12-07T18:56:16.704687+0000 mgr.a (mgr.14403) 4081 : cluster 0 pgmap v3042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:18.771 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:56:18.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:18.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:18.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:18.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:56:19.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:19 smithi079 bash[28699]: audit 2023-12-07T18:56:18.285700+0000 mgr.a (mgr.14403) 4082 : audit 0 from='client.92235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:19 smithi194 bash[32038]: audit 2023-12-07T18:56:18.285700+0000 mgr.a (mgr.14403) 4082 : audit 0 from='client.92235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:19 smithi135 bash[32435]: audit 2023-12-07T18:56:18.285700+0000 mgr.a (mgr.14403) 4082 : audit 0 from='client.92235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:20 smithi079 bash[28699]: cluster 2023-12-07T18:56:18.705664+0000 mgr.a (mgr.14403) 4083 : cluster 0 pgmap v3043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:56:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:20 smithi194 bash[32038]: cluster 2023-12-07T18:56:18.705664+0000 mgr.a (mgr.14403) 4083 : cluster 0 pgmap v3043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:56:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:20 smithi135 bash[32435]: cluster 2023-12-07T18:56:18.705664+0000 mgr.a (mgr.14403) 4083 : cluster 0 pgmap v3043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:56:22.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:22 smithi079 bash[28699]: cluster 2023-12-07T18:56:20.706297+0000 mgr.a (mgr.14403) 4084 : cluster 0 pgmap v3044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:56:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:22 smithi194 bash[32038]: cluster 2023-12-07T18:56:20.706297+0000 mgr.a (mgr.14403) 4084 : cluster 0 pgmap v3044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:56:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:22 smithi135 bash[32435]: cluster 2023-12-07T18:56:20.706297+0000 mgr.a (mgr.14403) 4084 : cluster 0 pgmap v3044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:56:23.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:56:23.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:23.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:24 smithi079 bash[28699]: cluster 2023-12-07T18:56:22.706868+0000 mgr.a (mgr.14403) 4085 : cluster 0 pgmap v3045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:56:24.704 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:56:24.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:24.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:24.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:24.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:56:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:24 smithi194 bash[32038]: cluster 2023-12-07T18:56:22.706868+0000 mgr.a (mgr.14403) 4085 : cluster 0 pgmap v3045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:56:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:24 smithi135 bash[32435]: cluster 2023-12-07T18:56:22.706868+0000 mgr.a (mgr.14403) 4085 : cluster 0 pgmap v3045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:56:25.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:25 smithi079 bash[28699]: audit 2023-12-07T18:56:24.184140+0000 mgr.a (mgr.14403) 4086 : audit 0 from='client.92310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:25 smithi194 bash[32038]: audit 2023-12-07T18:56:24.184140+0000 mgr.a (mgr.14403) 4086 : audit 0 from='client.92310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:25.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:25 smithi135 bash[32435]: audit 2023-12-07T18:56:24.184140+0000 mgr.a (mgr.14403) 4086 : audit 0 from='client.92310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:26 smithi079 bash[28699]: cluster 2023-12-07T18:56:24.707930+0000 mgr.a (mgr.14403) 4087 : cluster 0 pgmap v3046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:26 smithi194 bash[32038]: cluster 2023-12-07T18:56:24.707930+0000 mgr.a (mgr.14403) 4087 : cluster 0 pgmap v3046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:26 smithi135 bash[32435]: cluster 2023-12-07T18:56:24.707930+0000 mgr.a (mgr.14403) 4087 : cluster 0 pgmap v3046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:28 smithi079 bash[28699]: cluster 2023-12-07T18:56:26.708529+0000 mgr.a (mgr.14403) 4088 : cluster 0 pgmap v3047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:28 smithi194 bash[32038]: cluster 2023-12-07T18:56:26.708529+0000 mgr.a (mgr.14403) 4088 : cluster 0 pgmap v3047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:28 smithi135 bash[32435]: cluster 2023-12-07T18:56:26.708529+0000 mgr.a (mgr.14403) 4088 : cluster 0 pgmap v3047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:29.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:56:29.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:29.707 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:30.624 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:56:30.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:30.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:30.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:30.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:56:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:30 smithi079 bash[28699]: cluster 2023-12-07T18:56:28.709205+0000 mgr.a (mgr.14403) 4089 : cluster 0 pgmap v3048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:30 smithi194 bash[32038]: cluster 2023-12-07T18:56:28.709205+0000 mgr.a (mgr.14403) 4089 : cluster 0 pgmap v3048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:30 smithi135 bash[32435]: cluster 2023-12-07T18:56:28.709205+0000 mgr.a (mgr.14403) 4089 : cluster 0 pgmap v3048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:31.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:31 smithi079 bash[28699]: audit 2023-12-07T18:56:30.113209+0000 mgr.a (mgr.14403) 4090 : audit 0 from='client.92382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:31 smithi194 bash[32038]: audit 2023-12-07T18:56:30.113209+0000 mgr.a (mgr.14403) 4090 : audit 0 from='client.92382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:31.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:31 smithi135 bash[32435]: audit 2023-12-07T18:56:30.113209+0000 mgr.a (mgr.14403) 4090 : audit 0 from='client.92382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:32 smithi079 bash[28699]: cluster 2023-12-07T18:56:30.709980+0000 mgr.a (mgr.14403) 4091 : cluster 0 pgmap v3049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:56:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:32 smithi194 bash[32038]: cluster 2023-12-07T18:56:30.709980+0000 mgr.a (mgr.14403) 4091 : cluster 0 pgmap v3049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:56:32.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:32 smithi135 bash[32435]: cluster 2023-12-07T18:56:30.709980+0000 mgr.a (mgr.14403) 4091 : cluster 0 pgmap v3049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:56:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:34 smithi079 bash[28699]: cluster 2023-12-07T18:56:32.710692+0000 mgr.a (mgr.14403) 4092 : cluster 0 pgmap v3050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:56:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:34 smithi194 bash[32038]: cluster 2023-12-07T18:56:32.710692+0000 mgr.a (mgr.14403) 4092 : cluster 0 pgmap v3050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:56:34.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:34 smithi135 bash[32435]: cluster 2023-12-07T18:56:32.710692+0000 mgr.a (mgr.14403) 4092 : cluster 0 pgmap v3050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:56:35.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:56:35.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:35.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:36.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:36.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:36.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:36.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:56:36.552 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:56:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:36 smithi079 bash[28699]: cluster 2023-12-07T18:56:34.711674+0000 mgr.a (mgr.14403) 4093 : cluster 0 pgmap v3051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:56:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:36 smithi194 bash[32038]: cluster 2023-12-07T18:56:34.711674+0000 mgr.a (mgr.14403) 4093 : cluster 0 pgmap v3051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:56:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:36 smithi135 bash[32435]: cluster 2023-12-07T18:56:34.711674+0000 mgr.a (mgr.14403) 4093 : cluster 0 pgmap v3051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:56:37.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:37 smithi079 bash[28699]: audit 2023-12-07T18:56:36.030222+0000 mgr.a (mgr.14403) 4094 : audit 0 from='client.81190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:37 smithi194 bash[32038]: audit 2023-12-07T18:56:36.030222+0000 mgr.a (mgr.14403) 4094 : audit 0 from='client.81190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:37.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:37 smithi135 bash[32435]: audit 2023-12-07T18:56:36.030222+0000 mgr.a (mgr.14403) 4094 : audit 0 from='client.81190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:38 smithi079 bash[28699]: cluster 2023-12-07T18:56:36.712410+0000 mgr.a (mgr.14403) 4095 : cluster 0 pgmap v3052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:38 smithi194 bash[32038]: cluster 2023-12-07T18:56:36.712410+0000 mgr.a (mgr.14403) 4095 : cluster 0 pgmap v3052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:38.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:38 smithi135 bash[32435]: cluster 2023-12-07T18:56:36.712410+0000 mgr.a (mgr.14403) 4095 : cluster 0 pgmap v3052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:40.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:40 smithi079 bash[28699]: cluster 2023-12-07T18:56:38.713194+0000 mgr.a (mgr.14403) 4096 : cluster 0 pgmap v3053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:40 smithi194 bash[32038]: cluster 2023-12-07T18:56:38.713194+0000 mgr.a (mgr.14403) 4096 : cluster 0 pgmap v3053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:40 smithi135 bash[32435]: cluster 2023-12-07T18:56:38.713194+0000 mgr.a (mgr.14403) 4096 : cluster 0 pgmap v3053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:41.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:56:41.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:41.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:42.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:42.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:42.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:42.472 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:56:42.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:56:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:42 smithi079 bash[28699]: cluster 2023-12-07T18:56:40.713783+0000 mgr.a (mgr.14403) 4097 : cluster 0 pgmap v3054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:42 smithi194 bash[32038]: cluster 2023-12-07T18:56:40.713783+0000 mgr.a (mgr.14403) 4097 : cluster 0 pgmap v3054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:42.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:42 smithi135 bash[32435]: cluster 2023-12-07T18:56:40.713783+0000 mgr.a (mgr.14403) 4097 : cluster 0 pgmap v3054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:43 smithi079 bash[28699]: audit 2023-12-07T18:56:41.958734+0000 mgr.a (mgr.14403) 4098 : audit 0 from='client.92535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:43 smithi194 bash[32038]: audit 2023-12-07T18:56:41.958734+0000 mgr.a (mgr.14403) 4098 : audit 0 from='client.92535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:43 smithi135 bash[32435]: audit 2023-12-07T18:56:41.958734+0000 mgr.a (mgr.14403) 4098 : audit 0 from='client.92535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:44.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:44 smithi079 bash[28699]: cluster 2023-12-07T18:56:42.714494+0000 mgr.a (mgr.14403) 4099 : cluster 0 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-07T18:56:44.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:44 smithi194 bash[32038]: cluster 2023-12-07T18:56:42.714494+0000 mgr.a (mgr.14403) 4099 : cluster 0 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-07T18:56:44.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:44 smithi135 bash[32435]: cluster 2023-12-07T18:56:42.714494+0000 mgr.a (mgr.14403) 4099 : cluster 0 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-07T18:56:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:46 smithi079 bash[28699]: cluster 2023-12-07T18:56:44.715359+0000 mgr.a (mgr.14403) 4100 : cluster 0 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-07T18:56:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:46 smithi194 bash[32038]: cluster 2023-12-07T18:56:44.715359+0000 mgr.a (mgr.14403) 4100 : cluster 0 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-07T18:56:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:46 smithi135 bash[32435]: cluster 2023-12-07T18:56:44.715359+0000 mgr.a (mgr.14403) 4100 : cluster 0 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-07T18:56:47.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:56:47.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:47.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:48.360 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:56:48.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:48.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:48.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:48.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:56:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:48 smithi079 bash[28699]: cluster 2023-12-07T18:56:46.715894+0000 mgr.a (mgr.14403) 4101 : cluster 0 pgmap v3057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:48 smithi194 bash[32038]: cluster 2023-12-07T18:56:46.715894+0000 mgr.a (mgr.14403) 4101 : cluster 0 pgmap v3057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:48.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:48 smithi135 bash[32435]: cluster 2023-12-07T18:56:46.715894+0000 mgr.a (mgr.14403) 4101 : cluster 0 pgmap v3057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:49.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:49 smithi079 bash[28699]: audit 2023-12-07T18:56:47.886255+0000 mgr.a (mgr.14403) 4102 : audit 0 from='client.92613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:49 smithi194 bash[32038]: audit 2023-12-07T18:56:47.886255+0000 mgr.a (mgr.14403) 4102 : audit 0 from='client.92613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:49.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:49 smithi135 bash[32435]: audit 2023-12-07T18:56:47.886255+0000 mgr.a (mgr.14403) 4102 : audit 0 from='client.92613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:50 smithi079 bash[28699]: cluster 2023-12-07T18:56:48.716779+0000 mgr.a (mgr.14403) 4103 : cluster 0 pgmap v3058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:50 smithi194 bash[32038]: cluster 2023-12-07T18:56:48.716779+0000 mgr.a (mgr.14403) 4103 : cluster 0 pgmap v3058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:50 smithi135 bash[32435]: cluster 2023-12-07T18:56:48.716779+0000 mgr.a (mgr.14403) 4103 : cluster 0 pgmap v3058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:56:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:52 smithi079 bash[28699]: cluster 2023-12-07T18:56:50.717338+0000 mgr.a (mgr.14403) 4104 : cluster 0 pgmap v3059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:52.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:52 smithi194 bash[32038]: cluster 2023-12-07T18:56:50.717338+0000 mgr.a (mgr.14403) 4104 : cluster 0 pgmap v3059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:52.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:52 smithi135 bash[32435]: cluster 2023-12-07T18:56:50.717338+0000 mgr.a (mgr.14403) 4104 : cluster 0 pgmap v3059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:53.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:56:53.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:53.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:56:54.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:56:54.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:56:54.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:56:54.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:56:54.263 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:56:54.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:54 smithi079 bash[28699]: cluster 2023-12-07T18:56:52.717885+0000 mgr.a (mgr.14403) 4105 : cluster 0 pgmap v3060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:54 smithi194 bash[32038]: cluster 2023-12-07T18:56:52.717885+0000 mgr.a (mgr.14403) 4105 : cluster 0 pgmap v3060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:54.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:54 smithi135 bash[32435]: cluster 2023-12-07T18:56:52.717885+0000 mgr.a (mgr.14403) 4105 : cluster 0 pgmap v3060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:55 smithi079 bash[28699]: audit 2023-12-07T18:56:53.759479+0000 mgr.a (mgr.14403) 4106 : audit 0 from='client.92682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:55 smithi194 bash[32038]: audit 2023-12-07T18:56:53.759479+0000 mgr.a (mgr.14403) 4106 : audit 0 from='client.92682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:55.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:55 smithi135 bash[32435]: audit 2023-12-07T18:56:53.759479+0000 mgr.a (mgr.14403) 4106 : audit 0 from='client.92682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:56:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:56 smithi079 bash[28699]: cluster 2023-12-07T18:56:54.718900+0000 mgr.a (mgr.14403) 4107 : cluster 0 pgmap v3061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:56 smithi194 bash[32038]: cluster 2023-12-07T18:56:54.718900+0000 mgr.a (mgr.14403) 4107 : cluster 0 pgmap v3061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:56.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:56 smithi135 bash[32435]: cluster 2023-12-07T18:56:54.718900+0000 mgr.a (mgr.14403) 4107 : cluster 0 pgmap v3061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:56:58.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:56:58 smithi079 bash[28699]: cluster 2023-12-07T18:56:56.719417+0000 mgr.a (mgr.14403) 4108 : cluster 0 pgmap v3062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:56:58 smithi194 bash[32038]: cluster 2023-12-07T18:56:56.719417+0000 mgr.a (mgr.14403) 4108 : cluster 0 pgmap v3062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:56:58 smithi135 bash[32435]: cluster 2023-12-07T18:56:56.719417+0000 mgr.a (mgr.14403) 4108 : cluster 0 pgmap v3062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:56:59.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:56:59.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:56:59.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:00.180 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:57:00.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:00.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:00.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:00.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:57:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:00 smithi079 bash[28699]: cluster 2023-12-07T18:56:58.720147+0000 mgr.a (mgr.14403) 4109 : cluster 0 pgmap v3063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:00 smithi194 bash[32038]: cluster 2023-12-07T18:56:58.720147+0000 mgr.a (mgr.14403) 4109 : cluster 0 pgmap v3063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:00.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:00 smithi135 bash[32435]: cluster 2023-12-07T18:56:58.720147+0000 mgr.a (mgr.14403) 4109 : cluster 0 pgmap v3063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:01 smithi079 bash[28699]: audit 2023-12-07T18:56:59.662453+0000 mgr.a (mgr.14403) 4110 : audit 0 from='client.92757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:01 smithi194 bash[32038]: audit 2023-12-07T18:56:59.662453+0000 mgr.a (mgr.14403) 4110 : audit 0 from='client.92757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:01.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:01 smithi135 bash[32435]: audit 2023-12-07T18:56:59.662453+0000 mgr.a (mgr.14403) 4110 : audit 0 from='client.92757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:02 smithi079 bash[28699]: cluster 2023-12-07T18:57:00.720857+0000 mgr.a (mgr.14403) 4111 : cluster 0 pgmap v3064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:02 smithi194 bash[32038]: cluster 2023-12-07T18:57:00.720857+0000 mgr.a (mgr.14403) 4111 : cluster 0 pgmap v3064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:02 smithi135 bash[32435]: cluster 2023-12-07T18:57:00.720857+0000 mgr.a (mgr.14403) 4111 : cluster 0 pgmap v3064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:04 smithi079 bash[28699]: cluster 2023-12-07T18:57:02.721416+0000 mgr.a (mgr.14403) 4112 : cluster 0 pgmap v3065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:04 smithi194 bash[32038]: cluster 2023-12-07T18:57:02.721416+0000 mgr.a (mgr.14403) 4112 : cluster 0 pgmap v3065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:04 smithi135 bash[32435]: cluster 2023-12-07T18:57:02.721416+0000 mgr.a (mgr.14403) 4112 : cluster 0 pgmap v3065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:05.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:57:05.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:05.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:06.071 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:57:06.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:06.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:06.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:06.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:57:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:06 smithi079 bash[28699]: cluster 2023-12-07T18:57:04.722144+0000 mgr.a (mgr.14403) 4113 : cluster 0 pgmap v3066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:06 smithi079 bash[28699]: audit 2023-12-07T18:57:05.594285+0000 mgr.a (mgr.14403) 4114 : audit 0 from='client.92835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:06 smithi194 bash[32038]: cluster 2023-12-07T18:57:04.722144+0000 mgr.a (mgr.14403) 4113 : cluster 0 pgmap v3066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:06 smithi194 bash[32038]: audit 2023-12-07T18:57:05.594285+0000 mgr.a (mgr.14403) 4114 : audit 0 from='client.92835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:06 smithi135 bash[32435]: cluster 2023-12-07T18:57:04.722144+0000 mgr.a (mgr.14403) 4113 : cluster 0 pgmap v3066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:06 smithi135 bash[32435]: audit 2023-12-07T18:57:05.594285+0000 mgr.a (mgr.14403) 4114 : audit 0 from='client.92835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:07 smithi079 bash[28699]: audit 2023-12-07T18:57:06.890479+0000 mon.a (mon.0) 1032 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:57:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:07 smithi194 bash[32038]: audit 2023-12-07T18:57:06.890479+0000 mon.a (mon.0) 1032 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:57:07.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:07 smithi135 bash[32435]: audit 2023-12-07T18:57:06.890479+0000 mon.a (mon.0) 1032 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:57:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:08 smithi079 bash[28699]: cluster 2023-12-07T18:57:06.722876+0000 mgr.a (mgr.14403) 4115 : cluster 0 pgmap v3067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:08 smithi079 bash[28699]: audit 2023-12-07T18:57:07.675886+0000 mon.a (mon.0) 1033 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:57:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:08 smithi079 bash[28699]: audit 2023-12-07T18:57:07.677819+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:57:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:08 smithi079 bash[28699]: audit 2023-12-07T18:57:07.689311+0000 mon.a (mon.0) 1035 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:57:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:08 smithi194 bash[32038]: cluster 2023-12-07T18:57:06.722876+0000 mgr.a (mgr.14403) 4115 : cluster 0 pgmap v3067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:08 smithi194 bash[32038]: audit 2023-12-07T18:57:07.675886+0000 mon.a (mon.0) 1033 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:57:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:08 smithi194 bash[32038]: audit 2023-12-07T18:57:07.677819+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:57:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:08 smithi194 bash[32038]: audit 2023-12-07T18:57:07.689311+0000 mon.a (mon.0) 1035 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:57:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:08 smithi135 bash[32435]: cluster 2023-12-07T18:57:06.722876+0000 mgr.a (mgr.14403) 4115 : cluster 0 pgmap v3067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:08 smithi135 bash[32435]: audit 2023-12-07T18:57:07.675886+0000 mon.a (mon.0) 1033 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:57:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:08 smithi135 bash[32435]: audit 2023-12-07T18:57:07.677819+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:57:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:08 smithi135 bash[32435]: audit 2023-12-07T18:57:07.689311+0000 mon.a (mon.0) 1035 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:57:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:10 smithi079 bash[28699]: cluster 2023-12-07T18:57:08.723661+0000 mgr.a (mgr.14403) 4116 : cluster 0 pgmap v3068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:10 smithi194 bash[32038]: cluster 2023-12-07T18:57:08.723661+0000 mgr.a (mgr.14403) 4116 : cluster 0 pgmap v3068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:10 smithi135 bash[32435]: cluster 2023-12-07T18:57:08.723661+0000 mgr.a (mgr.14403) 4116 : cluster 0 pgmap v3068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:11.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:57:11.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:11.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:11.957 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:57:11.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:11.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:11.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:11.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:57:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:12 smithi079 bash[28699]: cluster 2023-12-07T18:57:10.724239+0000 mgr.a (mgr.14403) 4117 : cluster 0 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-07T18:57:12.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:12 smithi079 bash[28699]: audit 2023-12-07T18:57:11.472146+0000 mgr.a (mgr.14403) 4118 : audit 0 from='client.92913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:12 smithi194 bash[32038]: cluster 2023-12-07T18:57:10.724239+0000 mgr.a (mgr.14403) 4117 : cluster 0 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-07T18:57:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:12 smithi194 bash[32038]: audit 2023-12-07T18:57:11.472146+0000 mgr.a (mgr.14403) 4118 : audit 0 from='client.92913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:12.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:12 smithi135 bash[32435]: cluster 2023-12-07T18:57:10.724239+0000 mgr.a (mgr.14403) 4117 : cluster 0 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-07T18:57:12.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:12 smithi135 bash[32435]: audit 2023-12-07T18:57:11.472146+0000 mgr.a (mgr.14403) 4118 : audit 0 from='client.92913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:14 smithi079 bash[28699]: cluster 2023-12-07T18:57:12.724891+0000 mgr.a (mgr.14403) 4119 : cluster 0 pgmap v3070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:14 smithi194 bash[32038]: cluster 2023-12-07T18:57:12.724891+0000 mgr.a (mgr.14403) 4119 : cluster 0 pgmap v3070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:14.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:14 smithi135 bash[32435]: cluster 2023-12-07T18:57:12.724891+0000 mgr.a (mgr.14403) 4119 : cluster 0 pgmap v3070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:16 smithi079 bash[28699]: cluster 2023-12-07T18:57:14.725661+0000 mgr.a (mgr.14403) 4120 : cluster 0 pgmap v3071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:16 smithi194 bash[32038]: cluster 2023-12-07T18:57:14.725661+0000 mgr.a (mgr.14403) 4120 : cluster 0 pgmap v3071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:16 smithi135 bash[32435]: cluster 2023-12-07T18:57:14.725661+0000 mgr.a (mgr.14403) 4120 : cluster 0 pgmap v3071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:16.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:57:16.961 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:16.961 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:17.883 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:57:17.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:17.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:17.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:17.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:57:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:18 smithi079 bash[28699]: cluster 2023-12-07T18:57:16.726222+0000 mgr.a (mgr.14403) 4121 : cluster 0 pgmap v3072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:18 smithi079 bash[28699]: audit 2023-12-07T18:57:17.361739+0000 mgr.a (mgr.14403) 4122 : audit 0 from='client.92985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:18 smithi194 bash[32038]: cluster 2023-12-07T18:57:16.726222+0000 mgr.a (mgr.14403) 4121 : cluster 0 pgmap v3072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:18 smithi194 bash[32038]: audit 2023-12-07T18:57:17.361739+0000 mgr.a (mgr.14403) 4122 : audit 0 from='client.92985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:18 smithi135 bash[32435]: cluster 2023-12-07T18:57:16.726222+0000 mgr.a (mgr.14403) 4121 : cluster 0 pgmap v3072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:18 smithi135 bash[32435]: audit 2023-12-07T18:57:17.361739+0000 mgr.a (mgr.14403) 4122 : audit 0 from='client.92985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:20 smithi194 bash[32038]: cluster 2023-12-07T18:57:18.727125+0000 mgr.a (mgr.14403) 4123 : cluster 0 pgmap v3073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:20 smithi135 bash[32435]: cluster 2023-12-07T18:57:18.727125+0000 mgr.a (mgr.14403) 4123 : cluster 0 pgmap v3073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:20 smithi079 bash[28699]: cluster 2023-12-07T18:57:18.727125+0000 mgr.a (mgr.14403) 4123 : cluster 0 pgmap v3073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:22 smithi194 bash[32038]: cluster 2023-12-07T18:57:20.727649+0000 mgr.a (mgr.14403) 4124 : cluster 0 pgmap v3074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:22 smithi135 bash[32435]: cluster 2023-12-07T18:57:20.727649+0000 mgr.a (mgr.14403) 4124 : cluster 0 pgmap v3074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:22.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:57:22.887 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:22.887 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:22 smithi079 bash[28699]: cluster 2023-12-07T18:57:20.727649+0000 mgr.a (mgr.14403) 4124 : cluster 0 pgmap v3074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:23.777 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:57:23.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:23.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:23.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:23.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:57:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:24 smithi194 bash[32038]: cluster 2023-12-07T18:57:22.728229+0000 mgr.a (mgr.14403) 4125 : cluster 0 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-07T18:57:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:24 smithi194 bash[32038]: audit 2023-12-07T18:57:23.293432+0000 mgr.a (mgr.14403) 4126 : audit 0 from='client.93060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:24 smithi135 bash[32435]: cluster 2023-12-07T18:57:22.728229+0000 mgr.a (mgr.14403) 4125 : cluster 0 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-07T18:57:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:24 smithi135 bash[32435]: audit 2023-12-07T18:57:23.293432+0000 mgr.a (mgr.14403) 4126 : audit 0 from='client.93060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:24 smithi079 bash[28699]: cluster 2023-12-07T18:57:22.728229+0000 mgr.a (mgr.14403) 4125 : cluster 0 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-07T18:57:24.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:24 smithi079 bash[28699]: audit 2023-12-07T18:57:23.293432+0000 mgr.a (mgr.14403) 4126 : audit 0 from='client.93060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:26 smithi194 bash[32038]: cluster 2023-12-07T18:57:24.729226+0000 mgr.a (mgr.14403) 4127 : cluster 0 pgmap v3076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:57:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:26 smithi135 bash[32435]: cluster 2023-12-07T18:57:24.729226+0000 mgr.a (mgr.14403) 4127 : cluster 0 pgmap v3076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:57:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:26 smithi079 bash[28699]: cluster 2023-12-07T18:57:24.729226+0000 mgr.a (mgr.14403) 4127 : cluster 0 pgmap v3076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T18:57:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:28 smithi194 bash[32038]: cluster 2023-12-07T18:57:26.729819+0000 mgr.a (mgr.14403) 4128 : cluster 0 pgmap v3077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:57:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:28 smithi135 bash[32435]: cluster 2023-12-07T18:57:26.729819+0000 mgr.a (mgr.14403) 4128 : cluster 0 pgmap v3077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:57:28.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:57:28.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:28.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:28 smithi079 bash[28699]: cluster 2023-12-07T18:57:26.729819+0000 mgr.a (mgr.14403) 4128 : cluster 0 pgmap v3077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T18:57:29.684 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:57:29.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:29.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:29.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:29.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:57:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:30 smithi194 bash[32038]: cluster 2023-12-07T18:57:28.730555+0000 mgr.a (mgr.14403) 4129 : cluster 0 pgmap v3078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:30 smithi194 bash[32038]: audit 2023-12-07T18:57:29.185894+0000 mgr.a (mgr.14403) 4130 : audit 0 from='client.93135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:30 smithi135 bash[32435]: cluster 2023-12-07T18:57:28.730555+0000 mgr.a (mgr.14403) 4129 : cluster 0 pgmap v3078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:30 smithi135 bash[32435]: audit 2023-12-07T18:57:29.185894+0000 mgr.a (mgr.14403) 4130 : audit 0 from='client.93135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:30 smithi079 bash[28699]: cluster 2023-12-07T18:57:28.730555+0000 mgr.a (mgr.14403) 4129 : cluster 0 pgmap v3078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:30.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:30 smithi079 bash[28699]: audit 2023-12-07T18:57:29.185894+0000 mgr.a (mgr.14403) 4130 : audit 0 from='client.93135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:32 smithi194 bash[32038]: cluster 2023-12-07T18:57:30.731219+0000 mgr.a (mgr.14403) 4131 : cluster 0 pgmap v3079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:32.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:32 smithi135 bash[32435]: cluster 2023-12-07T18:57:30.731219+0000 mgr.a (mgr.14403) 4131 : cluster 0 pgmap v3079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:32 smithi079 bash[28699]: cluster 2023-12-07T18:57:30.731219+0000 mgr.a (mgr.14403) 4131 : cluster 0 pgmap v3079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:34.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:57:34.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:34.689 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:34 smithi194 bash[32038]: cluster 2023-12-07T18:57:32.731757+0000 mgr.a (mgr.14403) 4132 : cluster 0 pgmap v3080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:34.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:34 smithi135 bash[32435]: cluster 2023-12-07T18:57:32.731757+0000 mgr.a (mgr.14403) 4132 : cluster 0 pgmap v3080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:34.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:34 smithi079 bash[28699]: cluster 2023-12-07T18:57:32.731757+0000 mgr.a (mgr.14403) 4132 : cluster 0 pgmap v3080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:57:35.590 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:57:35.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:35.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:35.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:35.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:57:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:36 smithi194 bash[32038]: cluster 2023-12-07T18:57:34.732561+0000 mgr.a (mgr.14403) 4133 : cluster 0 pgmap v3081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:36 smithi194 bash[32038]: audit 2023-12-07T18:57:35.096271+0000 mgr.a (mgr.14403) 4134 : audit 0 from='client.93207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:36 smithi135 bash[32435]: cluster 2023-12-07T18:57:34.732561+0000 mgr.a (mgr.14403) 4133 : cluster 0 pgmap v3081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:36 smithi135 bash[32435]: audit 2023-12-07T18:57:35.096271+0000 mgr.a (mgr.14403) 4134 : audit 0 from='client.93207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:36 smithi079 bash[28699]: cluster 2023-12-07T18:57:34.732561+0000 mgr.a (mgr.14403) 4133 : cluster 0 pgmap v3081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:36.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:36 smithi079 bash[28699]: audit 2023-12-07T18:57:35.096271+0000 mgr.a (mgr.14403) 4134 : audit 0 from='client.93207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:38 smithi194 bash[32038]: cluster 2023-12-07T18:57:36.733218+0000 mgr.a (mgr.14403) 4135 : cluster 0 pgmap v3082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:57:38.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:38 smithi135 bash[32435]: cluster 2023-12-07T18:57:36.733218+0000 mgr.a (mgr.14403) 4135 : cluster 0 pgmap v3082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:57:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:38 smithi079 bash[28699]: cluster 2023-12-07T18:57:36.733218+0000 mgr.a (mgr.14403) 4135 : cluster 0 pgmap v3082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:57:40.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:57:40.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:40.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:40 smithi194 bash[32038]: cluster 2023-12-07T18:57:38.734010+0000 mgr.a (mgr.14403) 4136 : cluster 0 pgmap v3083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:57:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:40 smithi135 bash[32435]: cluster 2023-12-07T18:57:38.734010+0000 mgr.a (mgr.14403) 4136 : cluster 0 pgmap v3083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:57:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:40 smithi079 bash[28699]: cluster 2023-12-07T18:57:38.734010+0000 mgr.a (mgr.14403) 4136 : cluster 0 pgmap v3083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:57:41.493 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:57:41.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:41.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:41.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:41.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:57:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:42 smithi194 bash[32038]: cluster 2023-12-07T18:57:40.734453+0000 mgr.a (mgr.14403) 4137 : cluster 0 pgmap v3084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:42 smithi194 bash[32038]: audit 2023-12-07T18:57:40.998951+0000 mgr.a (mgr.14403) 4138 : audit 0 from='client.93285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:42.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:42 smithi135 bash[32435]: cluster 2023-12-07T18:57:40.734453+0000 mgr.a (mgr.14403) 4137 : cluster 0 pgmap v3084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:42.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:42 smithi135 bash[32435]: audit 2023-12-07T18:57:40.998951+0000 mgr.a (mgr.14403) 4138 : audit 0 from='client.93285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:42 smithi079 bash[28699]: cluster 2023-12-07T18:57:40.734453+0000 mgr.a (mgr.14403) 4137 : cluster 0 pgmap v3084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:42 smithi079 bash[28699]: audit 2023-12-07T18:57:40.998951+0000 mgr.a (mgr.14403) 4138 : audit 0 from='client.93285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:44.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:44 smithi135 bash[32435]: cluster 2023-12-07T18:57:42.735236+0000 mgr.a (mgr.14403) 4139 : cluster 0 pgmap v3085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:44 smithi079 bash[28699]: cluster 2023-12-07T18:57:42.735236+0000 mgr.a (mgr.14403) 4139 : cluster 0 pgmap v3085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:44.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:44 smithi194 bash[32038]: cluster 2023-12-07T18:57:42.735236+0000 mgr.a (mgr.14403) 4139 : cluster 0 pgmap v3085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:46.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:57:46.496 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:46.497 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:46 smithi079 bash[28699]: cluster 2023-12-07T18:57:44.736029+0000 mgr.a (mgr.14403) 4140 : cluster 0 pgmap v3086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:46.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:46 smithi194 bash[32038]: cluster 2023-12-07T18:57:44.736029+0000 mgr.a (mgr.14403) 4140 : cluster 0 pgmap v3086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:46.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:46 smithi135 bash[32435]: cluster 2023-12-07T18:57:44.736029+0000 mgr.a (mgr.14403) 4140 : cluster 0 pgmap v3086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:47.408 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:57:47.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:47.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:47.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:47.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:57:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:48 smithi079 bash[28699]: cluster 2023-12-07T18:57:46.736556+0000 mgr.a (mgr.14403) 4141 : cluster 0 pgmap v3087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:48.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:48 smithi079 bash[28699]: audit 2023-12-07T18:57:46.915332+0000 mgr.a (mgr.14403) 4142 : audit 0 from='client.93360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:48.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:48 smithi194 bash[32038]: cluster 2023-12-07T18:57:46.736556+0000 mgr.a (mgr.14403) 4141 : cluster 0 pgmap v3087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:48.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:48 smithi194 bash[32038]: audit 2023-12-07T18:57:46.915332+0000 mgr.a (mgr.14403) 4142 : audit 0 from='client.93360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:48.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:48 smithi135 bash[32435]: cluster 2023-12-07T18:57:46.736556+0000 mgr.a (mgr.14403) 4141 : cluster 0 pgmap v3087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:48.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:48 smithi135 bash[32435]: audit 2023-12-07T18:57:46.915332+0000 mgr.a (mgr.14403) 4142 : audit 0 from='client.93360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:50 smithi079 bash[28699]: cluster 2023-12-07T18:57:48.737411+0000 mgr.a (mgr.14403) 4143 : cluster 0 pgmap v3088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:50.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:50 smithi194 bash[32038]: cluster 2023-12-07T18:57:48.737411+0000 mgr.a (mgr.14403) 4143 : cluster 0 pgmap v3088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:50.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:50 smithi135 bash[32435]: cluster 2023-12-07T18:57:48.737411+0000 mgr.a (mgr.14403) 4143 : cluster 0 pgmap v3088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:52.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:57:52.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:52.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:52 smithi079 bash[28699]: cluster 2023-12-07T18:57:50.738080+0000 mgr.a (mgr.14403) 4144 : cluster 0 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-07T18:57:52.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:52 smithi194 bash[32038]: cluster 2023-12-07T18:57:50.738080+0000 mgr.a (mgr.14403) 4144 : cluster 0 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-07T18:57:52.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:52 smithi135 bash[32435]: cluster 2023-12-07T18:57:50.738080+0000 mgr.a (mgr.14403) 4144 : cluster 0 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-07T18:57:53.324 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:57:53.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:53.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:53.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:53.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:57:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:54 smithi079 bash[28699]: cluster 2023-12-07T18:57:52.738689+0000 mgr.a (mgr.14403) 4145 : cluster 0 pgmap v3090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:54.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:54 smithi079 bash[28699]: audit 2023-12-07T18:57:52.816154+0000 mgr.a (mgr.14403) 4146 : audit 0 from='client.93438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:54 smithi194 bash[32038]: cluster 2023-12-07T18:57:52.738689+0000 mgr.a (mgr.14403) 4145 : cluster 0 pgmap v3090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:54 smithi194 bash[32038]: audit 2023-12-07T18:57:52.816154+0000 mgr.a (mgr.14403) 4146 : audit 0 from='client.93438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:54.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:54 smithi135 bash[32435]: cluster 2023-12-07T18:57:52.738689+0000 mgr.a (mgr.14403) 4145 : cluster 0 pgmap v3090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:57:54.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:54 smithi135 bash[32435]: audit 2023-12-07T18:57:52.816154+0000 mgr.a (mgr.14403) 4146 : audit 0 from='client.93438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:57:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:56 smithi079 bash[28699]: cluster 2023-12-07T18:57:54.739509+0000 mgr.a (mgr.14403) 4147 : cluster 0 pgmap v3091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:56.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:56 smithi194 bash[32038]: cluster 2023-12-07T18:57:54.739509+0000 mgr.a (mgr.14403) 4147 : cluster 0 pgmap v3091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:56.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:56 smithi135 bash[32435]: cluster 2023-12-07T18:57:54.739509+0000 mgr.a (mgr.14403) 4147 : cluster 0 pgmap v3091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:57:58.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:57:58.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:57:58.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:57:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:57:58 smithi079 bash[28699]: cluster 2023-12-07T18:57:56.740203+0000 mgr.a (mgr.14403) 4148 : cluster 0 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-07T18:57:58.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:57:58 smithi194 bash[32038]: cluster 2023-12-07T18:57:56.740203+0000 mgr.a (mgr.14403) 4148 : cluster 0 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-07T18:57:58.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:57:58 smithi135 bash[32435]: cluster 2023-12-07T18:57:56.740203+0000 mgr.a (mgr.14403) 4148 : cluster 0 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-07T18:57:59.231 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:57:59.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:57:59.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:57:59.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:57:59.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:58:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:00 smithi079 bash[28699]: audit 2023-12-07T18:57:58.722073+0000 mgr.a (mgr.14403) 4149 : audit 0 from='client.93510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:00.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:00 smithi079 bash[28699]: cluster 2023-12-07T18:57:58.741563+0000 mgr.a (mgr.14403) 4150 : cluster 0 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-07T18:58:00.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:00 smithi194 bash[32038]: audit 2023-12-07T18:57:58.722073+0000 mgr.a (mgr.14403) 4149 : audit 0 from='client.93510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:00.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:00 smithi194 bash[32038]: cluster 2023-12-07T18:57:58.741563+0000 mgr.a (mgr.14403) 4150 : cluster 0 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-07T18:58:00.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:00 smithi135 bash[32435]: audit 2023-12-07T18:57:58.722073+0000 mgr.a (mgr.14403) 4149 : audit 0 from='client.93510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:00.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:00 smithi135 bash[32435]: cluster 2023-12-07T18:57:58.741563+0000 mgr.a (mgr.14403) 4150 : cluster 0 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-07T18:58:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:02 smithi079 bash[28699]: cluster 2023-12-07T18:58:00.742394+0000 mgr.a (mgr.14403) 4151 : cluster 0 pgmap v3094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:02.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:02 smithi194 bash[32038]: cluster 2023-12-07T18:58:00.742394+0000 mgr.a (mgr.14403) 4151 : cluster 0 pgmap v3094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:02.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:02 smithi135 bash[32435]: cluster 2023-12-07T18:58:00.742394+0000 mgr.a (mgr.14403) 4151 : cluster 0 pgmap v3094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:04.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:58:04.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:04.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:04 smithi079 bash[28699]: cluster 2023-12-07T18:58:02.743052+0000 mgr.a (mgr.14403) 4152 : cluster 0 pgmap v3095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:04.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:04 smithi194 bash[32038]: cluster 2023-12-07T18:58:02.743052+0000 mgr.a (mgr.14403) 4152 : cluster 0 pgmap v3095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:04.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:04 smithi135 bash[32435]: cluster 2023-12-07T18:58:02.743052+0000 mgr.a (mgr.14403) 4152 : cluster 0 pgmap v3095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:05.111 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:58:05.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:05.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:05.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:05.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:58:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:06 smithi079 bash[28699]: audit 2023-12-07T18:58:04.637741+0000 mgr.a (mgr.14403) 4153 : audit 0 from='client.93585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:06.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:06 smithi079 bash[28699]: cluster 2023-12-07T18:58:04.743816+0000 mgr.a (mgr.14403) 4154 : cluster 0 pgmap v3096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:06.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:06 smithi194 bash[32038]: audit 2023-12-07T18:58:04.637741+0000 mgr.a (mgr.14403) 4153 : audit 0 from='client.93585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:06.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:06 smithi194 bash[32038]: cluster 2023-12-07T18:58:04.743816+0000 mgr.a (mgr.14403) 4154 : cluster 0 pgmap v3096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:06.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:06 smithi135 bash[32435]: audit 2023-12-07T18:58:04.637741+0000 mgr.a (mgr.14403) 4153 : audit 0 from='client.93585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:06.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:06 smithi135 bash[32435]: cluster 2023-12-07T18:58:04.743816+0000 mgr.a (mgr.14403) 4154 : cluster 0 pgmap v3096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:08 smithi079 bash[28699]: cluster 2023-12-07T18:58:06.744491+0000 mgr.a (mgr.14403) 4155 : cluster 0 pgmap v3097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:08.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:08 smithi079 bash[28699]: audit 2023-12-07T18:58:07.792612+0000 mon.a (mon.0) 1036 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:58:08.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:08 smithi194 bash[32038]: cluster 2023-12-07T18:58:06.744491+0000 mgr.a (mgr.14403) 4155 : cluster 0 pgmap v3097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:08.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:08 smithi194 bash[32038]: audit 2023-12-07T18:58:07.792612+0000 mon.a (mon.0) 1036 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:58:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:08 smithi135 bash[32435]: cluster 2023-12-07T18:58:06.744491+0000 mgr.a (mgr.14403) 4155 : cluster 0 pgmap v3097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:08 smithi135 bash[32435]: audit 2023-12-07T18:58:07.792612+0000 mon.a (mon.0) 1036 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:58:09.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:09 smithi079 bash[28699]: audit 2023-12-07T18:58:08.529878+0000 mon.a (mon.0) 1037 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:58:09.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:09 smithi079 bash[28699]: audit 2023-12-07T18:58:08.531364+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:58:09.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:09 smithi079 bash[28699]: audit 2023-12-07T18:58:08.541632+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:58:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:09 smithi194 bash[32038]: audit 2023-12-07T18:58:08.529878+0000 mon.a (mon.0) 1037 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:58:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:09 smithi194 bash[32038]: audit 2023-12-07T18:58:08.531364+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:58:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:09 smithi194 bash[32038]: audit 2023-12-07T18:58:08.541632+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:58:09.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:09 smithi135 bash[32435]: audit 2023-12-07T18:58:08.529878+0000 mon.a (mon.0) 1037 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:58:09.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:09 smithi135 bash[32435]: audit 2023-12-07T18:58:08.531364+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:58:09.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:09 smithi135 bash[32435]: audit 2023-12-07T18:58:08.541632+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:58:10.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:58:10.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:10.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:10 smithi079 bash[28699]: cluster 2023-12-07T18:58:08.745296+0000 mgr.a (mgr.14403) 4156 : cluster 0 pgmap v3098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:10.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:10 smithi194 bash[32038]: cluster 2023-12-07T18:58:08.745296+0000 mgr.a (mgr.14403) 4156 : cluster 0 pgmap v3098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:10.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:10 smithi135 bash[32435]: cluster 2023-12-07T18:58:08.745296+0000 mgr.a (mgr.14403) 4156 : cluster 0 pgmap v3098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:11.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:11.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:11.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:11.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:58:11.030 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:58:11.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:11 smithi079 bash[28699]: audit 2023-12-07T18:58:10.518325+0000 mgr.a (mgr.14403) 4157 : audit 0 from='client.93660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:11.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:11 smithi194 bash[32038]: audit 2023-12-07T18:58:10.518325+0000 mgr.a (mgr.14403) 4157 : audit 0 from='client.93660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:11.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:11 smithi135 bash[32435]: audit 2023-12-07T18:58:10.518325+0000 mgr.a (mgr.14403) 4157 : audit 0 from='client.93660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:12 smithi079 bash[28699]: cluster 2023-12-07T18:58:10.745822+0000 mgr.a (mgr.14403) 4158 : cluster 0 pgmap v3099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:12.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:12 smithi194 bash[32038]: cluster 2023-12-07T18:58:10.745822+0000 mgr.a (mgr.14403) 4158 : cluster 0 pgmap v3099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:12.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:12 smithi135 bash[32435]: cluster 2023-12-07T18:58:10.745822+0000 mgr.a (mgr.14403) 4158 : cluster 0 pgmap v3099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:14 smithi079 bash[28699]: cluster 2023-12-07T18:58:12.746464+0000 mgr.a (mgr.14403) 4159 : cluster 0 pgmap v3100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:14.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:14 smithi194 bash[32038]: cluster 2023-12-07T18:58:12.746464+0000 mgr.a (mgr.14403) 4159 : cluster 0 pgmap v3100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:14.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:14 smithi135 bash[32435]: cluster 2023-12-07T18:58:12.746464+0000 mgr.a (mgr.14403) 4159 : cluster 0 pgmap v3100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:16.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:58:16.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:16.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:16 smithi079 bash[28699]: cluster 2023-12-07T18:58:14.747301+0000 mgr.a (mgr.14403) 4160 : cluster 0 pgmap v3101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:16.940 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:58:16.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:16.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:16.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:16.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:58:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:16 smithi194 bash[32038]: cluster 2023-12-07T18:58:14.747301+0000 mgr.a (mgr.14403) 4160 : cluster 0 pgmap v3101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:16 smithi135 bash[32435]: cluster 2023-12-07T18:58:14.747301+0000 mgr.a (mgr.14403) 4160 : cluster 0 pgmap v3101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:17.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:17 smithi079 bash[28699]: audit 2023-12-07T18:58:16.442678+0000 mgr.a (mgr.14403) 4161 : audit 0 from='client.93735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:17 smithi194 bash[32038]: audit 2023-12-07T18:58:16.442678+0000 mgr.a (mgr.14403) 4161 : audit 0 from='client.93735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:17.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:17 smithi135 bash[32435]: audit 2023-12-07T18:58:16.442678+0000 mgr.a (mgr.14403) 4161 : audit 0 from='client.93735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:18 smithi079 bash[28699]: cluster 2023-12-07T18:58:16.748076+0000 mgr.a (mgr.14403) 4162 : cluster 0 pgmap v3102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:18.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:18 smithi194 bash[32038]: cluster 2023-12-07T18:58:16.748076+0000 mgr.a (mgr.14403) 4162 : cluster 0 pgmap v3102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:18.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:18 smithi135 bash[32435]: cluster 2023-12-07T18:58:16.748076+0000 mgr.a (mgr.14403) 4162 : cluster 0 pgmap v3102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:20.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:20 smithi079 bash[28699]: cluster 2023-12-07T18:58:18.749078+0000 mgr.a (mgr.14403) 4163 : cluster 0 pgmap v3103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:20 smithi194 bash[32038]: cluster 2023-12-07T18:58:18.749078+0000 mgr.a (mgr.14403) 4163 : cluster 0 pgmap v3103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:20 smithi135 bash[32435]: cluster 2023-12-07T18:58:18.749078+0000 mgr.a (mgr.14403) 4163 : cluster 0 pgmap v3103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:21.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:58:21.944 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:21.944 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:22.855 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:58:22.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:22.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:22.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:22.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:58:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:22 smithi079 bash[28699]: cluster 2023-12-07T18:58:20.749792+0000 mgr.a (mgr.14403) 4164 : cluster 0 pgmap v3104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:22.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:22 smithi194 bash[32038]: cluster 2023-12-07T18:58:20.749792+0000 mgr.a (mgr.14403) 4164 : cluster 0 pgmap v3104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:22.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:22 smithi135 bash[32435]: cluster 2023-12-07T18:58:20.749792+0000 mgr.a (mgr.14403) 4164 : cluster 0 pgmap v3104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:23 smithi079 bash[28699]: audit 2023-12-07T18:58:22.346767+0000 mgr.a (mgr.14403) 4165 : audit 0 from='client.93810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:23 smithi194 bash[32038]: audit 2023-12-07T18:58:22.346767+0000 mgr.a (mgr.14403) 4165 : audit 0 from='client.93810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:23.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:23 smithi135 bash[32435]: audit 2023-12-07T18:58:22.346767+0000 mgr.a (mgr.14403) 4165 : audit 0 from='client.93810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:24 smithi079 bash[28699]: cluster 2023-12-07T18:58:22.750354+0000 mgr.a (mgr.14403) 4166 : cluster 0 pgmap v3105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:24.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:24 smithi194 bash[32038]: cluster 2023-12-07T18:58:22.750354+0000 mgr.a (mgr.14403) 4166 : cluster 0 pgmap v3105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:24.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:24 smithi135 bash[32435]: cluster 2023-12-07T18:58:22.750354+0000 mgr.a (mgr.14403) 4166 : cluster 0 pgmap v3105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:26 smithi079 bash[28699]: cluster 2023-12-07T18:58:24.751189+0000 mgr.a (mgr.14403) 4167 : cluster 0 pgmap v3106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:26.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:26 smithi194 bash[32038]: cluster 2023-12-07T18:58:24.751189+0000 mgr.a (mgr.14403) 4167 : cluster 0 pgmap v3106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:26.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:26 smithi135 bash[32435]: cluster 2023-12-07T18:58:24.751189+0000 mgr.a (mgr.14403) 4167 : cluster 0 pgmap v3106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:27.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:58:27.861 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:27.861 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:28.782 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:58:28.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:28.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:28.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:28.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:58:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:28 smithi079 bash[28699]: cluster 2023-12-07T18:58:26.751689+0000 mgr.a (mgr.14403) 4168 : cluster 0 pgmap v3107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:28.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:28 smithi194 bash[32038]: cluster 2023-12-07T18:58:26.751689+0000 mgr.a (mgr.14403) 4168 : cluster 0 pgmap v3107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:28.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:28 smithi135 bash[32435]: cluster 2023-12-07T18:58:26.751689+0000 mgr.a (mgr.14403) 4168 : cluster 0 pgmap v3107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:29.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:29 smithi079 bash[28699]: audit 2023-12-07T18:58:28.261788+0000 mgr.a (mgr.14403) 4169 : audit 0 from='client.93888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:29 smithi194 bash[32038]: audit 2023-12-07T18:58:28.261788+0000 mgr.a (mgr.14403) 4169 : audit 0 from='client.93888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:29.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:29 smithi135 bash[32435]: audit 2023-12-07T18:58:28.261788+0000 mgr.a (mgr.14403) 4169 : audit 0 from='client.93888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:30 smithi079 bash[28699]: cluster 2023-12-07T18:58:28.752464+0000 mgr.a (mgr.14403) 4170 : cluster 0 pgmap v3108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:58:30.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:30 smithi194 bash[32038]: cluster 2023-12-07T18:58:28.752464+0000 mgr.a (mgr.14403) 4170 : cluster 0 pgmap v3108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:58:30.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:30 smithi135 bash[32435]: cluster 2023-12-07T18:58:28.752464+0000 mgr.a (mgr.14403) 4170 : cluster 0 pgmap v3108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:58:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:32 smithi079 bash[28699]: cluster 2023-12-07T18:58:30.752952+0000 mgr.a (mgr.14403) 4171 : cluster 0 pgmap v3109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:58:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:32 smithi194 bash[32038]: cluster 2023-12-07T18:58:30.752952+0000 mgr.a (mgr.14403) 4171 : cluster 0 pgmap v3109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:58:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:32 smithi135 bash[32435]: cluster 2023-12-07T18:58:30.752952+0000 mgr.a (mgr.14403) 4171 : cluster 0 pgmap v3109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:58:33.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:58:33.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:33.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:34.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:34.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:34.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:34.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:58:34.703 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:58:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:34 smithi079 bash[28699]: cluster 2023-12-07T18:58:32.753491+0000 mgr.a (mgr.14403) 4172 : cluster 0 pgmap v3110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:58:34.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:34 smithi194 bash[32038]: cluster 2023-12-07T18:58:32.753491+0000 mgr.a (mgr.14403) 4172 : cluster 0 pgmap v3110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:58:34.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:34 smithi135 bash[32435]: cluster 2023-12-07T18:58:32.753491+0000 mgr.a (mgr.14403) 4172 : cluster 0 pgmap v3110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:58:35.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:35 smithi079 bash[28699]: audit 2023-12-07T18:58:34.188562+0000 mgr.a (mgr.14403) 4173 : audit 0 from='client.93963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:35 smithi194 bash[32038]: audit 2023-12-07T18:58:34.188562+0000 mgr.a (mgr.14403) 4173 : audit 0 from='client.93963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:35.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:35 smithi135 bash[32435]: audit 2023-12-07T18:58:34.188562+0000 mgr.a (mgr.14403) 4173 : audit 0 from='client.93963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:36 smithi079 bash[28699]: cluster 2023-12-07T18:58:34.754452+0000 mgr.a (mgr.14403) 4174 : cluster 0 pgmap v3111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:36.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:36 smithi194 bash[32038]: cluster 2023-12-07T18:58:34.754452+0000 mgr.a (mgr.14403) 4174 : cluster 0 pgmap v3111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:36.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:36 smithi135 bash[32435]: cluster 2023-12-07T18:58:34.754452+0000 mgr.a (mgr.14403) 4174 : cluster 0 pgmap v3111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:38 smithi079 bash[28699]: cluster 2023-12-07T18:58:36.755081+0000 mgr.a (mgr.14403) 4175 : cluster 0 pgmap v3112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:38 smithi194 bash[32038]: cluster 2023-12-07T18:58:36.755081+0000 mgr.a (mgr.14403) 4175 : cluster 0 pgmap v3112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:38 smithi135 bash[32435]: cluster 2023-12-07T18:58:36.755081+0000 mgr.a (mgr.14403) 4175 : cluster 0 pgmap v3112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:58:39.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:58:39.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:39.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:40.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:40.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:40.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:40.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:58:40.620 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:58:40.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:40 smithi194 bash[32038]: cluster 2023-12-07T18:58:38.755769+0000 mgr.a (mgr.14403) 4176 : cluster 0 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-07T18:58:40.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:40 smithi135 bash[32435]: cluster 2023-12-07T18:58:38.755769+0000 mgr.a (mgr.14403) 4176 : cluster 0 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-07T18:58:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:40 smithi079 bash[28699]: cluster 2023-12-07T18:58:38.755769+0000 mgr.a (mgr.14403) 4176 : cluster 0 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-07T18:58:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:41 smithi194 bash[32038]: audit 2023-12-07T18:58:40.116816+0000 mgr.a (mgr.14403) 4177 : audit 0 from='client.94035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:41.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:41 smithi135 bash[32435]: audit 2023-12-07T18:58:40.116816+0000 mgr.a (mgr.14403) 4177 : audit 0 from='client.94035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:42.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:41 smithi079 bash[28699]: audit 2023-12-07T18:58:40.116816+0000 mgr.a (mgr.14403) 4177 : audit 0 from='client.94035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:42.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:42 smithi194 bash[32038]: cluster 2023-12-07T18:58:40.756451+0000 mgr.a (mgr.14403) 4178 : cluster 0 pgmap v3114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:58:42.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:42 smithi135 bash[32435]: cluster 2023-12-07T18:58:40.756451+0000 mgr.a (mgr.14403) 4178 : cluster 0 pgmap v3114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:58:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:42 smithi079 bash[28699]: cluster 2023-12-07T18:58:40.756451+0000 mgr.a (mgr.14403) 4178 : cluster 0 pgmap v3114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:58:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:43 smithi194 bash[32038]: cluster 2023-12-07T18:58:42.757049+0000 mgr.a (mgr.14403) 4179 : cluster 0 pgmap v3115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:58:43.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:43 smithi135 bash[32435]: cluster 2023-12-07T18:58:42.757049+0000 mgr.a (mgr.14403) 4179 : cluster 0 pgmap v3115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:58:44.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:43 smithi079 bash[28699]: cluster 2023-12-07T18:58:42.757049+0000 mgr.a (mgr.14403) 4179 : cluster 0 pgmap v3115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:58:45.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:58:45.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:45.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:46.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:46 smithi079 bash[28699]: cluster 2023-12-07T18:58:44.757838+0000 mgr.a (mgr.14403) 4180 : cluster 0 pgmap v3116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:58:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:46 smithi194 bash[32038]: cluster 2023-12-07T18:58:44.757838+0000 mgr.a (mgr.14403) 4180 : cluster 0 pgmap v3116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:58:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:46 smithi135 bash[32435]: cluster 2023-12-07T18:58:44.757838+0000 mgr.a (mgr.14403) 4180 : cluster 0 pgmap v3116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:58:46.498 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:58:46.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:46.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:46.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:46.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:58:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:47 smithi079 bash[28699]: audit 2023-12-07T18:58:46.017089+0000 mgr.a (mgr.14403) 4181 : audit 0 from='client.94110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:47 smithi194 bash[32038]: audit 2023-12-07T18:58:46.017089+0000 mgr.a (mgr.14403) 4181 : audit 0 from='client.94110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:47 smithi135 bash[32435]: audit 2023-12-07T18:58:46.017089+0000 mgr.a (mgr.14403) 4181 : audit 0 from='client.94110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:48.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:48 smithi079 bash[28699]: cluster 2023-12-07T18:58:46.758642+0000 mgr.a (mgr.14403) 4182 : cluster 0 pgmap v3117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:48 smithi194 bash[32038]: cluster 2023-12-07T18:58:46.758642+0000 mgr.a (mgr.14403) 4182 : cluster 0 pgmap v3117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:48.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:48 smithi135 bash[32435]: cluster 2023-12-07T18:58:46.758642+0000 mgr.a (mgr.14403) 4182 : cluster 0 pgmap v3117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:50.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:50 smithi079 bash[28699]: cluster 2023-12-07T18:58:48.759475+0000 mgr.a (mgr.14403) 4183 : cluster 0 pgmap v3118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:50 smithi194 bash[32038]: cluster 2023-12-07T18:58:48.759475+0000 mgr.a (mgr.14403) 4183 : cluster 0 pgmap v3118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:50 smithi135 bash[32435]: cluster 2023-12-07T18:58:48.759475+0000 mgr.a (mgr.14403) 4183 : cluster 0 pgmap v3118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:51.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:58:51.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:51.502 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:52.390 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:58:52.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:52.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:52.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:52.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:58:52.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:52 smithi079 bash[28699]: cluster 2023-12-07T18:58:50.759989+0000 mgr.a (mgr.14403) 4184 : cluster 0 pgmap v3119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:52 smithi194 bash[32038]: cluster 2023-12-07T18:58:50.759989+0000 mgr.a (mgr.14403) 4184 : cluster 0 pgmap v3119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:52 smithi135 bash[32435]: cluster 2023-12-07T18:58:50.759989+0000 mgr.a (mgr.14403) 4184 : cluster 0 pgmap v3119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:53 smithi194 bash[32038]: audit 2023-12-07T18:58:51.905792+0000 mgr.a (mgr.14403) 4185 : audit 0 from='client.94188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:53.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:53 smithi135 bash[32435]: audit 2023-12-07T18:58:51.905792+0000 mgr.a (mgr.14403) 4185 : audit 0 from='client.94188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:53.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:53 smithi079 bash[28699]: audit 2023-12-07T18:58:51.905792+0000 mgr.a (mgr.14403) 4185 : audit 0 from='client.94188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:54 smithi194 bash[32038]: cluster 2023-12-07T18:58:52.760725+0000 mgr.a (mgr.14403) 4186 : cluster 0 pgmap v3120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:54.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:54 smithi135 bash[32435]: cluster 2023-12-07T18:58:52.760725+0000 mgr.a (mgr.14403) 4186 : cluster 0 pgmap v3120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:54 smithi079 bash[28699]: cluster 2023-12-07T18:58:52.760725+0000 mgr.a (mgr.14403) 4186 : cluster 0 pgmap v3120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:56 smithi194 bash[32038]: cluster 2023-12-07T18:58:54.761671+0000 mgr.a (mgr.14403) 4187 : cluster 0 pgmap v3121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:56 smithi135 bash[32435]: cluster 2023-12-07T18:58:54.761671+0000 mgr.a (mgr.14403) 4187 : cluster 0 pgmap v3121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:56 smithi079 bash[28699]: cluster 2023-12-07T18:58:54.761671+0000 mgr.a (mgr.14403) 4187 : cluster 0 pgmap v3121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:58:57.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:58:57.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:58:57.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:58:58.310 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:58:58.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:58:58.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:58:58.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:58:58.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:58:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:58 smithi194 bash[32038]: cluster 2023-12-07T18:58:56.762196+0000 mgr.a (mgr.14403) 4188 : cluster 0 pgmap v3122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:58 smithi135 bash[32435]: cluster 2023-12-07T18:58:56.762196+0000 mgr.a (mgr.14403) 4188 : cluster 0 pgmap v3122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:58 smithi079 bash[28699]: cluster 2023-12-07T18:58:56.762196+0000 mgr.a (mgr.14403) 4188 : cluster 0 pgmap v3122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:58:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:58:59 smithi194 bash[32038]: audit 2023-12-07T18:58:57.802945+0000 mgr.a (mgr.14403) 4189 : audit 0 from='client.94266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:59.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:58:59 smithi135 bash[32435]: audit 2023-12-07T18:58:57.802945+0000 mgr.a (mgr.14403) 4189 : audit 0 from='client.94266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:58:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:58:59 smithi079 bash[28699]: audit 2023-12-07T18:58:57.802945+0000 mgr.a (mgr.14403) 4189 : audit 0 from='client.94266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:00 smithi194 bash[32038]: cluster 2023-12-07T18:58:58.763260+0000 mgr.a (mgr.14403) 4190 : cluster 0 pgmap v3123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:00 smithi135 bash[32435]: cluster 2023-12-07T18:58:58.763260+0000 mgr.a (mgr.14403) 4190 : cluster 0 pgmap v3123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:00 smithi079 bash[28699]: cluster 2023-12-07T18:58:58.763260+0000 mgr.a (mgr.14403) 4190 : cluster 0 pgmap v3123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:02 smithi194 bash[32038]: cluster 2023-12-07T18:59:00.763872+0000 mgr.a (mgr.14403) 4191 : cluster 0 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-07T18:59:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:02 smithi135 bash[32435]: cluster 2023-12-07T18:59:00.763872+0000 mgr.a (mgr.14403) 4191 : cluster 0 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-07T18:59:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:02 smithi079 bash[28699]: cluster 2023-12-07T18:59:00.763872+0000 mgr.a (mgr.14403) 4191 : cluster 0 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-07T18:59:03.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:59:03.313 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:03.313 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:04.205 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:59:04.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:04.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:04.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:04.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:59:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:04 smithi194 bash[32038]: cluster 2023-12-07T18:59:02.764446+0000 mgr.a (mgr.14403) 4192 : cluster 0 pgmap v3125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:04.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:04 smithi135 bash[32435]: cluster 2023-12-07T18:59:02.764446+0000 mgr.a (mgr.14403) 4192 : cluster 0 pgmap v3125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:04.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:04 smithi079 bash[28699]: cluster 2023-12-07T18:59:02.764446+0000 mgr.a (mgr.14403) 4192 : cluster 0 pgmap v3125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:05 smithi194 bash[32038]: audit 2023-12-07T18:59:03.713466+0000 mgr.a (mgr.14403) 4193 : audit 0 from='client.94341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:05.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:05 smithi135 bash[32435]: audit 2023-12-07T18:59:03.713466+0000 mgr.a (mgr.14403) 4193 : audit 0 from='client.94341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:05 smithi079 bash[28699]: audit 2023-12-07T18:59:03.713466+0000 mgr.a (mgr.14403) 4193 : audit 0 from='client.94341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:06 smithi194 bash[32038]: cluster 2023-12-07T18:59:04.765607+0000 mgr.a (mgr.14403) 4194 : cluster 0 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-07T18:59:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:06 smithi135 bash[32435]: cluster 2023-12-07T18:59:04.765607+0000 mgr.a (mgr.14403) 4194 : cluster 0 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-07T18:59:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:06 smithi079 bash[28699]: cluster 2023-12-07T18:59:04.765607+0000 mgr.a (mgr.14403) 4194 : cluster 0 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-07T18:59:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:08 smithi194 bash[32038]: cluster 2023-12-07T18:59:06.766367+0000 mgr.a (mgr.14403) 4195 : cluster 0 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-07T18:59:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:08 smithi135 bash[32435]: cluster 2023-12-07T18:59:06.766367+0000 mgr.a (mgr.14403) 4195 : cluster 0 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-07T18:59:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:08 smithi079 bash[28699]: cluster 2023-12-07T18:59:06.766367+0000 mgr.a (mgr.14403) 4195 : cluster 0 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-07T18:59:09.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:59:09.209 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:09.209 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:09 smithi194 bash[32038]: audit 2023-12-07T18:59:08.644770+0000 mon.a (mon.0) 1040 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:59:09.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:09 smithi135 bash[32435]: audit 2023-12-07T18:59:08.644770+0000 mon.a (mon.0) 1040 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:59:09.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:09 smithi079 bash[28699]: audit 2023-12-07T18:59:08.644770+0000 mon.a (mon.0) 1040 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T18:59:10.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:10.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:10.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:10.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:59:10.092 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:59:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:10 smithi194 bash[32038]: cluster 2023-12-07T18:59:08.767145+0000 mgr.a (mgr.14403) 4196 : cluster 0 pgmap v3128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:10 smithi194 bash[32038]: audit 2023-12-07T18:59:09.606909+0000 mgr.a (mgr.14403) 4197 : audit 0 from='client.94419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:10 smithi135 bash[32435]: cluster 2023-12-07T18:59:08.767145+0000 mgr.a (mgr.14403) 4196 : cluster 0 pgmap v3128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:10 smithi135 bash[32435]: audit 2023-12-07T18:59:09.606909+0000 mgr.a (mgr.14403) 4197 : audit 0 from='client.94419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:10 smithi079 bash[28699]: cluster 2023-12-07T18:59:08.767145+0000 mgr.a (mgr.14403) 4196 : cluster 0 pgmap v3128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:10 smithi079 bash[28699]: audit 2023-12-07T18:59:09.606909+0000 mgr.a (mgr.14403) 4197 : audit 0 from='client.94419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:12 smithi194 bash[32038]: cluster 2023-12-07T18:59:10.767803+0000 mgr.a (mgr.14403) 4198 : cluster 0 pgmap v3129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:12 smithi135 bash[32435]: cluster 2023-12-07T18:59:10.767803+0000 mgr.a (mgr.14403) 4198 : cluster 0 pgmap v3129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:12 smithi079 bash[28699]: cluster 2023-12-07T18:59:10.767803+0000 mgr.a (mgr.14403) 4198 : cluster 0 pgmap v3129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:14 smithi194 bash[32038]: cluster 2023-12-07T18:59:12.768496+0000 mgr.a (mgr.14403) 4199 : cluster 0 pgmap v3130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:14 smithi194 bash[32038]: audit 2023-12-07T18:59:13.994828+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:14 smithi194 bash[32038]: audit 2023-12-07T18:59:14.001624+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:14 smithi194 bash[32038]: audit 2023-12-07T18:59:14.047802+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:14 smithi194 bash[32038]: audit 2023-12-07T18:59:14.052748+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:14 smithi194 bash[32038]: audit 2023-12-07T18:59:14.056795+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:14 smithi194 bash[32038]: audit 2023-12-07T18:59:14.062118+0000 mon.a (mon.0) 1046 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:14 smithi135 bash[32435]: cluster 2023-12-07T18:59:12.768496+0000 mgr.a (mgr.14403) 4199 : cluster 0 pgmap v3130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:14 smithi135 bash[32435]: audit 2023-12-07T18:59:13.994828+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:14 smithi135 bash[32435]: audit 2023-12-07T18:59:14.001624+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:14 smithi135 bash[32435]: audit 2023-12-07T18:59:14.047802+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:14 smithi135 bash[32435]: audit 2023-12-07T18:59:14.052748+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:14 smithi135 bash[32435]: audit 2023-12-07T18:59:14.056795+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:14 smithi135 bash[32435]: audit 2023-12-07T18:59:14.062118+0000 mon.a (mon.0) 1046 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:14 smithi079 bash[28699]: cluster 2023-12-07T18:59:12.768496+0000 mgr.a (mgr.14403) 4199 : cluster 0 pgmap v3130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:14 smithi079 bash[28699]: audit 2023-12-07T18:59:13.994828+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:14 smithi079 bash[28699]: audit 2023-12-07T18:59:14.001624+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:14 smithi079 bash[28699]: audit 2023-12-07T18:59:14.047802+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:14 smithi079 bash[28699]: audit 2023-12-07T18:59:14.052748+0000 mon.a (mon.0) 1044 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:14 smithi079 bash[28699]: audit 2023-12-07T18:59:14.056795+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:14 smithi079 bash[28699]: audit 2023-12-07T18:59:14.062118+0000 mon.a (mon.0) 1046 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:15.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:59:15.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:15.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:15.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:15 smithi135 bash[32435]: audit 2023-12-07T18:59:14.739990+0000 mon.a (mon.0) 1047 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:59:15.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:15 smithi135 bash[32435]: audit 2023-12-07T18:59:14.741721+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:59:15.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:15 smithi135 bash[32435]: audit 2023-12-07T18:59:14.750452+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:15 smithi079 bash[28699]: audit 2023-12-07T18:59:14.739990+0000 mon.a (mon.0) 1047 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:59:15.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:15 smithi079 bash[28699]: audit 2023-12-07T18:59:14.741721+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:59:15.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:15 smithi079 bash[28699]: audit 2023-12-07T18:59:14.750452+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:15 smithi194 bash[32038]: audit 2023-12-07T18:59:14.739990+0000 mon.a (mon.0) 1047 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T18:59:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:15 smithi194 bash[32038]: audit 2023-12-07T18:59:14.741721+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T18:59:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:15 smithi194 bash[32038]: audit 2023-12-07T18:59:14.750452+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T18:59:15.993 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:59:15.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:15.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:15.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:15.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:59:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:16 smithi079 bash[28699]: cluster 2023-12-07T18:59:14.769205+0000 mgr.a (mgr.14403) 4200 : cluster 0 pgmap v3131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:16 smithi079 bash[28699]: audit 2023-12-07T18:59:15.499224+0000 mgr.a (mgr.14403) 4201 : audit 0 from='client.94491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:16 smithi194 bash[32038]: cluster 2023-12-07T18:59:14.769205+0000 mgr.a (mgr.14403) 4200 : cluster 0 pgmap v3131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:16 smithi194 bash[32038]: audit 2023-12-07T18:59:15.499224+0000 mgr.a (mgr.14403) 4201 : audit 0 from='client.94491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:16 smithi135 bash[32435]: cluster 2023-12-07T18:59:14.769205+0000 mgr.a (mgr.14403) 4200 : cluster 0 pgmap v3131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:16 smithi135 bash[32435]: audit 2023-12-07T18:59:15.499224+0000 mgr.a (mgr.14403) 4201 : audit 0 from='client.94491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:18 smithi079 bash[28699]: cluster 2023-12-07T18:59:16.769923+0000 mgr.a (mgr.14403) 4202 : cluster 0 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-07T18:59:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:18 smithi194 bash[32038]: cluster 2023-12-07T18:59:16.769923+0000 mgr.a (mgr.14403) 4202 : cluster 0 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-07T18:59:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:18 smithi135 bash[32435]: cluster 2023-12-07T18:59:16.769923+0000 mgr.a (mgr.14403) 4202 : cluster 0 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-07T18:59:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:20 smithi079 bash[28699]: cluster 2023-12-07T18:59:18.770786+0000 mgr.a (mgr.14403) 4203 : cluster 0 pgmap v3133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:20 smithi194 bash[32038]: cluster 2023-12-07T18:59:18.770786+0000 mgr.a (mgr.14403) 4203 : cluster 0 pgmap v3133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:20 smithi135 bash[32435]: cluster 2023-12-07T18:59:18.770786+0000 mgr.a (mgr.14403) 4203 : cluster 0 pgmap v3133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:20.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:59:20.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:20.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:21.883 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:59:21.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:21.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:21.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:21.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:59:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:22 smithi079 bash[28699]: cluster 2023-12-07T18:59:20.771356+0000 mgr.a (mgr.14403) 4204 : cluster 0 pgmap v3134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:22.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:22 smithi079 bash[28699]: audit 2023-12-07T18:59:21.399532+0000 mgr.a (mgr.14403) 4205 : audit 0 from='client.94566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:22 smithi194 bash[32038]: cluster 2023-12-07T18:59:20.771356+0000 mgr.a (mgr.14403) 4204 : cluster 0 pgmap v3134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:22 smithi194 bash[32038]: audit 2023-12-07T18:59:21.399532+0000 mgr.a (mgr.14403) 4205 : audit 0 from='client.94566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:22 smithi135 bash[32435]: cluster 2023-12-07T18:59:20.771356+0000 mgr.a (mgr.14403) 4204 : cluster 0 pgmap v3134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:22 smithi135 bash[32435]: audit 2023-12-07T18:59:21.399532+0000 mgr.a (mgr.14403) 4205 : audit 0 from='client.94566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:24 smithi079 bash[28699]: cluster 2023-12-07T18:59:22.772206+0000 mgr.a (mgr.14403) 4206 : cluster 0 pgmap v3135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:24 smithi194 bash[32038]: cluster 2023-12-07T18:59:22.772206+0000 mgr.a (mgr.14403) 4206 : cluster 0 pgmap v3135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:24 smithi135 bash[32435]: cluster 2023-12-07T18:59:22.772206+0000 mgr.a (mgr.14403) 4206 : cluster 0 pgmap v3135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:26 smithi079 bash[28699]: cluster 2023-12-07T18:59:24.773140+0000 mgr.a (mgr.14403) 4207 : cluster 0 pgmap v3136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:26 smithi194 bash[32038]: cluster 2023-12-07T18:59:24.773140+0000 mgr.a (mgr.14403) 4207 : cluster 0 pgmap v3136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:26 smithi135 bash[32435]: cluster 2023-12-07T18:59:24.773140+0000 mgr.a (mgr.14403) 4207 : cluster 0 pgmap v3136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:26.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:59:26.887 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:26.887 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:27.774 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:59:27.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:27.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:27.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:27.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:59:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:28 smithi079 bash[28699]: cluster 2023-12-07T18:59:26.773878+0000 mgr.a (mgr.14403) 4208 : cluster 0 pgmap v3137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:28 smithi079 bash[28699]: audit 2023-12-07T18:59:27.279375+0000 mgr.a (mgr.14403) 4209 : audit 0 from='client.94641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:28 smithi194 bash[32038]: cluster 2023-12-07T18:59:26.773878+0000 mgr.a (mgr.14403) 4208 : cluster 0 pgmap v3137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:28 smithi194 bash[32038]: audit 2023-12-07T18:59:27.279375+0000 mgr.a (mgr.14403) 4209 : audit 0 from='client.94641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:28 smithi135 bash[32435]: cluster 2023-12-07T18:59:26.773878+0000 mgr.a (mgr.14403) 4208 : cluster 0 pgmap v3137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:28 smithi135 bash[32435]: audit 2023-12-07T18:59:27.279375+0000 mgr.a (mgr.14403) 4209 : audit 0 from='client.94641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:30 smithi079 bash[28699]: cluster 2023-12-07T18:59:28.774844+0000 mgr.a (mgr.14403) 4210 : cluster 0 pgmap v3138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:30 smithi194 bash[32038]: cluster 2023-12-07T18:59:28.774844+0000 mgr.a (mgr.14403) 4210 : cluster 0 pgmap v3138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:30 smithi135 bash[32435]: cluster 2023-12-07T18:59:28.774844+0000 mgr.a (mgr.14403) 4210 : cluster 0 pgmap v3138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T18:59:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:32 smithi079 bash[28699]: cluster 2023-12-07T18:59:30.775431+0000 mgr.a (mgr.14403) 4211 : cluster 0 pgmap v3139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:32 smithi194 bash[32038]: cluster 2023-12-07T18:59:30.775431+0000 mgr.a (mgr.14403) 4211 : cluster 0 pgmap v3139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:32.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:32 smithi135 bash[32435]: cluster 2023-12-07T18:59:30.775431+0000 mgr.a (mgr.14403) 4211 : cluster 0 pgmap v3139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:32.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:59:32.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:32.778 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:33.667 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:59:33.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:33.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:33.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:33.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:59:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:34 smithi079 bash[28699]: cluster 2023-12-07T18:59:32.775948+0000 mgr.a (mgr.14403) 4212 : cluster 0 pgmap v3140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:34 smithi079 bash[28699]: audit 2023-12-07T18:59:33.183274+0000 mgr.a (mgr.14403) 4213 : audit 0 from='client.94716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:34 smithi194 bash[32038]: cluster 2023-12-07T18:59:32.775948+0000 mgr.a (mgr.14403) 4212 : cluster 0 pgmap v3140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:34 smithi194 bash[32038]: audit 2023-12-07T18:59:33.183274+0000 mgr.a (mgr.14403) 4213 : audit 0 from='client.94716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:34.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:34 smithi135 bash[32435]: cluster 2023-12-07T18:59:32.775948+0000 mgr.a (mgr.14403) 4212 : cluster 0 pgmap v3140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:34.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:34 smithi135 bash[32435]: audit 2023-12-07T18:59:33.183274+0000 mgr.a (mgr.14403) 4213 : audit 0 from='client.94716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:36 smithi079 bash[28699]: cluster 2023-12-07T18:59:34.776923+0000 mgr.a (mgr.14403) 4214 : cluster 0 pgmap v3141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:59:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:36 smithi194 bash[32038]: cluster 2023-12-07T18:59:34.776923+0000 mgr.a (mgr.14403) 4214 : cluster 0 pgmap v3141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:59:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:36 smithi135 bash[32435]: cluster 2023-12-07T18:59:34.776923+0000 mgr.a (mgr.14403) 4214 : cluster 0 pgmap v3141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T18:59:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:38 smithi079 bash[28699]: cluster 2023-12-07T18:59:36.777513+0000 mgr.a (mgr.14403) 4215 : cluster 0 pgmap v3142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:59:38.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:59:38.670 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:38.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:38 smithi194 bash[32038]: cluster 2023-12-07T18:59:36.777513+0000 mgr.a (mgr.14403) 4215 : cluster 0 pgmap v3142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:59:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:38 smithi135 bash[32435]: cluster 2023-12-07T18:59:36.777513+0000 mgr.a (mgr.14403) 4215 : cluster 0 pgmap v3142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T18:59:39.601 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:59:39.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:39.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:39.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:39.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:59:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:40 smithi079 bash[28699]: cluster 2023-12-07T18:59:38.778201+0000 mgr.a (mgr.14403) 4216 : cluster 0 pgmap v3143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:40.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:40 smithi079 bash[28699]: audit 2023-12-07T18:59:39.084474+0000 mgr.a (mgr.14403) 4217 : audit 0 from='client.94788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:40 smithi194 bash[32038]: cluster 2023-12-07T18:59:38.778201+0000 mgr.a (mgr.14403) 4216 : cluster 0 pgmap v3143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:40 smithi194 bash[32038]: audit 2023-12-07T18:59:39.084474+0000 mgr.a (mgr.14403) 4217 : audit 0 from='client.94788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:40 smithi135 bash[32435]: cluster 2023-12-07T18:59:38.778201+0000 mgr.a (mgr.14403) 4216 : cluster 0 pgmap v3143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:40 smithi135 bash[32435]: audit 2023-12-07T18:59:39.084474+0000 mgr.a (mgr.14403) 4217 : audit 0 from='client.94788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:42 smithi079 bash[28699]: cluster 2023-12-07T18:59:40.778920+0000 mgr.a (mgr.14403) 4218 : cluster 0 pgmap v3144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:42 smithi194 bash[32038]: cluster 2023-12-07T18:59:40.778920+0000 mgr.a (mgr.14403) 4218 : cluster 0 pgmap v3144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:42.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:42 smithi135 bash[32435]: cluster 2023-12-07T18:59:40.778920+0000 mgr.a (mgr.14403) 4218 : cluster 0 pgmap v3144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T18:59:44.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:59:44.604 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:44.604 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:44 smithi079 bash[28699]: cluster 2023-12-07T18:59:42.779553+0000 mgr.a (mgr.14403) 4219 : cluster 0 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-07T18:59:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:44 smithi194 bash[32038]: cluster 2023-12-07T18:59:42.779553+0000 mgr.a (mgr.14403) 4219 : cluster 0 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-07T18:59:44.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:44 smithi135 bash[32435]: cluster 2023-12-07T18:59:42.779553+0000 mgr.a (mgr.14403) 4219 : cluster 0 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-07T18:59:45.505 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:59:45.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:45.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:45.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:45.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:59:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:46 smithi079 bash[28699]: cluster 2023-12-07T18:59:44.780281+0000 mgr.a (mgr.14403) 4220 : cluster 0 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-07T18:59:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:46 smithi079 bash[28699]: audit 2023-12-07T18:59:45.010395+0000 mgr.a (mgr.14403) 4221 : audit 0 from='client.78968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:46 smithi194 bash[32038]: cluster 2023-12-07T18:59:44.780281+0000 mgr.a (mgr.14403) 4220 : cluster 0 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-07T18:59:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:46 smithi194 bash[32038]: audit 2023-12-07T18:59:45.010395+0000 mgr.a (mgr.14403) 4221 : audit 0 from='client.78968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:46 smithi135 bash[32435]: cluster 2023-12-07T18:59:44.780281+0000 mgr.a (mgr.14403) 4220 : cluster 0 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-07T18:59:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:46 smithi135 bash[32435]: audit 2023-12-07T18:59:45.010395+0000 mgr.a (mgr.14403) 4221 : audit 0 from='client.78968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:48 smithi079 bash[28699]: cluster 2023-12-07T18:59:46.780880+0000 mgr.a (mgr.14403) 4222 : cluster 0 pgmap v3147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:59:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:48 smithi194 bash[32038]: cluster 2023-12-07T18:59:46.780880+0000 mgr.a (mgr.14403) 4222 : cluster 0 pgmap v3147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:59:48.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:48 smithi135 bash[32435]: cluster 2023-12-07T18:59:46.780880+0000 mgr.a (mgr.14403) 4222 : cluster 0 pgmap v3147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T18:59:50.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:59:50.508 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:50.508 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:50 smithi079 bash[28699]: cluster 2023-12-07T18:59:48.781631+0000 mgr.a (mgr.14403) 4223 : cluster 0 pgmap v3148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:59:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:50 smithi194 bash[32038]: cluster 2023-12-07T18:59:48.781631+0000 mgr.a (mgr.14403) 4223 : cluster 0 pgmap v3148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:59:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:50 smithi135 bash[32435]: cluster 2023-12-07T18:59:48.781631+0000 mgr.a (mgr.14403) 4223 : cluster 0 pgmap v3148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T18:59:51.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:51.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:51.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:51.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:59:51.427 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:59:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:52 smithi079 bash[28699]: cluster 2023-12-07T18:59:50.782127+0000 mgr.a (mgr.14403) 4224 : cluster 0 pgmap v3149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:52 smithi079 bash[28699]: audit 2023-12-07T18:59:50.917924+0000 mgr.a (mgr.14403) 4225 : audit 0 from='client.94938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:52.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:52 smithi194 bash[32038]: cluster 2023-12-07T18:59:50.782127+0000 mgr.a (mgr.14403) 4224 : cluster 0 pgmap v3149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:52.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:52 smithi194 bash[32038]: audit 2023-12-07T18:59:50.917924+0000 mgr.a (mgr.14403) 4225 : audit 0 from='client.94938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:52.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:52 smithi135 bash[32435]: cluster 2023-12-07T18:59:50.782127+0000 mgr.a (mgr.14403) 4224 : cluster 0 pgmap v3149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T18:59:52.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:52 smithi135 bash[32435]: audit 2023-12-07T18:59:50.917924+0000 mgr.a (mgr.14403) 4225 : audit 0 from='client.94938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:54 smithi079 bash[28699]: cluster 2023-12-07T18:59:52.782878+0000 mgr.a (mgr.14403) 4226 : cluster 0 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-07T18:59:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:54 smithi194 bash[32038]: cluster 2023-12-07T18:59:52.782878+0000 mgr.a (mgr.14403) 4226 : cluster 0 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-07T18:59:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:54 smithi135 bash[32435]: cluster 2023-12-07T18:59:52.782878+0000 mgr.a (mgr.14403) 4226 : cluster 0 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-07T18:59:56.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T18:59:56.431 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T18:59:56.431 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T18:59:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:56 smithi079 bash[28699]: cluster 2023-12-07T18:59:54.783667+0000 mgr.a (mgr.14403) 4227 : cluster 0 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-07T18:59:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:56 smithi194 bash[32038]: cluster 2023-12-07T18:59:54.783667+0000 mgr.a (mgr.14403) 4227 : cluster 0 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-07T18:59:56.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:56 smithi135 bash[32435]: cluster 2023-12-07T18:59:54.783667+0000 mgr.a (mgr.14403) 4227 : cluster 0 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-07T18:59:57.352 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T18:59:57.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T18:59:57.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T18:59:57.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T18:59:57.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T18:59:58.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:58 smithi079 bash[28699]: cluster 2023-12-07T18:59:56.784177+0000 mgr.a (mgr.14403) 4228 : cluster 0 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-07T18:59:58.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 18:59:58 smithi079 bash[28699]: audit 2023-12-07T18:59:56.846820+0000 mgr.a (mgr.14403) 4229 : audit 0 from='client.95013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:58 smithi194 bash[32038]: cluster 2023-12-07T18:59:56.784177+0000 mgr.a (mgr.14403) 4228 : cluster 0 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-07T18:59:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 18:59:58 smithi194 bash[32038]: audit 2023-12-07T18:59:56.846820+0000 mgr.a (mgr.14403) 4229 : audit 0 from='client.95013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T18:59:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:58 smithi135 bash[32435]: cluster 2023-12-07T18:59:56.784177+0000 mgr.a (mgr.14403) 4228 : cluster 0 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-07T18:59:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 18:59:58 smithi135 bash[32435]: audit 2023-12-07T18:59:56.846820+0000 mgr.a (mgr.14403) 4229 : audit 0 from='client.95013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:00 smithi079 bash[28699]: cluster 2023-12-07T18:59:58.784955+0000 mgr.a (mgr.14403) 4230 : cluster 0 pgmap v3153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:00 smithi079 bash[28699]: cluster 2023-12-07T19:00:00.000148+0000 mon.a (mon.0) 1050 : cluster 1 overall HEALTH_OK 2023-12-07T19:00:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:00 smithi194 bash[32038]: cluster 2023-12-07T18:59:58.784955+0000 mgr.a (mgr.14403) 4230 : cluster 0 pgmap v3153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:00 smithi194 bash[32038]: cluster 2023-12-07T19:00:00.000148+0000 mon.a (mon.0) 1050 : cluster 1 overall HEALTH_OK 2023-12-07T19:00:00.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:00 smithi135 bash[32435]: cluster 2023-12-07T18:59:58.784955+0000 mgr.a (mgr.14403) 4230 : cluster 0 pgmap v3153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:00.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:00 smithi135 bash[32435]: cluster 2023-12-07T19:00:00.000148+0000 mon.a (mon.0) 1050 : cluster 1 overall HEALTH_OK 2023-12-07T19:00:02.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:00:02.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:02.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:02 smithi079 bash[28699]: cluster 2023-12-07T19:00:00.785505+0000 mgr.a (mgr.14403) 4231 : cluster 0 pgmap v3154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:02 smithi194 bash[32038]: cluster 2023-12-07T19:00:00.785505+0000 mgr.a (mgr.14403) 4231 : cluster 0 pgmap v3154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:02 smithi135 bash[32435]: cluster 2023-12-07T19:00:00.785505+0000 mgr.a (mgr.14403) 4231 : cluster 0 pgmap v3154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:03.251 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:00:03.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:03.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:03.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:03.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:00:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:04 smithi079 bash[28699]: audit 2023-12-07T19:00:02.755991+0000 mgr.a (mgr.14403) 4232 : audit 0 from='client.95088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:04 smithi079 bash[28699]: cluster 2023-12-07T19:00:02.786309+0000 mgr.a (mgr.14403) 4233 : cluster 0 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-07T19:00:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:04 smithi194 bash[32038]: audit 2023-12-07T19:00:02.755991+0000 mgr.a (mgr.14403) 4232 : audit 0 from='client.95088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:04 smithi194 bash[32038]: cluster 2023-12-07T19:00:02.786309+0000 mgr.a (mgr.14403) 4233 : cluster 0 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-07T19:00:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:04 smithi135 bash[32435]: audit 2023-12-07T19:00:02.755991+0000 mgr.a (mgr.14403) 4232 : audit 0 from='client.95088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:04 smithi135 bash[32435]: cluster 2023-12-07T19:00:02.786309+0000 mgr.a (mgr.14403) 4233 : cluster 0 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-07T19:00:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:06 smithi079 bash[28699]: cluster 2023-12-07T19:00:04.787145+0000 mgr.a (mgr.14403) 4234 : cluster 0 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-07T19:00:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:06 smithi194 bash[32038]: cluster 2023-12-07T19:00:04.787145+0000 mgr.a (mgr.14403) 4234 : cluster 0 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-07T19:00:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:06 smithi135 bash[32435]: cluster 2023-12-07T19:00:04.787145+0000 mgr.a (mgr.14403) 4234 : cluster 0 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-07T19:00:08.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:00:08.255 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:08.255 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:08 smithi079 bash[28699]: cluster 2023-12-07T19:00:06.787875+0000 mgr.a (mgr.14403) 4235 : cluster 0 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-07T19:00:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:08 smithi194 bash[32038]: cluster 2023-12-07T19:00:06.787875+0000 mgr.a (mgr.14403) 4235 : cluster 0 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-07T19:00:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:08 smithi135 bash[32435]: cluster 2023-12-07T19:00:06.787875+0000 mgr.a (mgr.14403) 4235 : cluster 0 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-07T19:00:09.190 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:00:09.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:09.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:09.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:09.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:00:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:10 smithi079 bash[28699]: audit 2023-12-07T19:00:08.670542+0000 mgr.a (mgr.14403) 4236 : audit 0 from='client.95166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:10 smithi079 bash[28699]: cluster 2023-12-07T19:00:08.788928+0000 mgr.a (mgr.14403) 4237 : cluster 0 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-07T19:00:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:10 smithi194 bash[32038]: audit 2023-12-07T19:00:08.670542+0000 mgr.a (mgr.14403) 4236 : audit 0 from='client.95166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:10 smithi194 bash[32038]: cluster 2023-12-07T19:00:08.788928+0000 mgr.a (mgr.14403) 4237 : cluster 0 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-07T19:00:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:10 smithi135 bash[32435]: audit 2023-12-07T19:00:08.670542+0000 mgr.a (mgr.14403) 4236 : audit 0 from='client.95166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:10 smithi135 bash[32435]: cluster 2023-12-07T19:00:08.788928+0000 mgr.a (mgr.14403) 4237 : cluster 0 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-07T19:00:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:12 smithi079 bash[28699]: cluster 2023-12-07T19:00:10.789571+0000 mgr.a (mgr.14403) 4238 : cluster 0 pgmap v3159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:12 smithi194 bash[32038]: cluster 2023-12-07T19:00:10.789571+0000 mgr.a (mgr.14403) 4238 : cluster 0 pgmap v3159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:12.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:12 smithi135 bash[32435]: cluster 2023-12-07T19:00:10.789571+0000 mgr.a (mgr.14403) 4238 : cluster 0 pgmap v3159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:14.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:00:14.193 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:14.193 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:14 smithi079 bash[28699]: cluster 2023-12-07T19:00:12.790169+0000 mgr.a (mgr.14403) 4239 : cluster 0 pgmap v3160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:14.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:14 smithi194 bash[32038]: cluster 2023-12-07T19:00:12.790169+0000 mgr.a (mgr.14403) 4239 : cluster 0 pgmap v3160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:14.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:14 smithi135 bash[32435]: cluster 2023-12-07T19:00:12.790169+0000 mgr.a (mgr.14403) 4239 : cluster 0 pgmap v3160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:15.063 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:00:15.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:15.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:15.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:15.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:00:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:15 smithi079 bash[28699]: audit 2023-12-07T19:00:14.591084+0000 mgr.a (mgr.14403) 4240 : audit 0 from='client.95244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:15 smithi079 bash[28699]: audit 2023-12-07T19:00:14.853794+0000 mon.a (mon.0) 1051 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:00:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:15 smithi194 bash[32038]: audit 2023-12-07T19:00:14.591084+0000 mgr.a (mgr.14403) 4240 : audit 0 from='client.95244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:15 smithi194 bash[32038]: audit 2023-12-07T19:00:14.853794+0000 mon.a (mon.0) 1051 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:00:15.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:15 smithi135 bash[32435]: audit 2023-12-07T19:00:14.591084+0000 mgr.a (mgr.14403) 4240 : audit 0 from='client.95244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:15.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:15 smithi135 bash[32435]: audit 2023-12-07T19:00:14.853794+0000 mon.a (mon.0) 1051 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:00:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:16 smithi079 bash[28699]: cluster 2023-12-07T19:00:14.791295+0000 mgr.a (mgr.14403) 4241 : cluster 0 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-07T19:00:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:16 smithi079 bash[28699]: audit 2023-12-07T19:00:15.588393+0000 mon.a (mon.0) 1052 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:00:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:16 smithi079 bash[28699]: audit 2023-12-07T19:00:15.590311+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:00:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:16 smithi079 bash[28699]: audit 2023-12-07T19:00:15.599676+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:00:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:16 smithi194 bash[32038]: cluster 2023-12-07T19:00:14.791295+0000 mgr.a (mgr.14403) 4241 : cluster 0 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-07T19:00:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:16 smithi194 bash[32038]: audit 2023-12-07T19:00:15.588393+0000 mon.a (mon.0) 1052 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:00:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:16 smithi194 bash[32038]: audit 2023-12-07T19:00:15.590311+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:00:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:16 smithi194 bash[32038]: audit 2023-12-07T19:00:15.599676+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:00:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:16 smithi135 bash[32435]: cluster 2023-12-07T19:00:14.791295+0000 mgr.a (mgr.14403) 4241 : cluster 0 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-07T19:00:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:16 smithi135 bash[32435]: audit 2023-12-07T19:00:15.588393+0000 mon.a (mon.0) 1052 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:00:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:16 smithi135 bash[32435]: audit 2023-12-07T19:00:15.590311+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:00:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:16 smithi135 bash[32435]: audit 2023-12-07T19:00:15.599676+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:00:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:18 smithi079 bash[28699]: cluster 2023-12-07T19:00:16.791936+0000 mgr.a (mgr.14403) 4242 : cluster 0 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-07T19:00:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:18 smithi194 bash[32038]: cluster 2023-12-07T19:00:16.791936+0000 mgr.a (mgr.14403) 4242 : cluster 0 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-07T19:00:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:18 smithi135 bash[32435]: cluster 2023-12-07T19:00:16.791936+0000 mgr.a (mgr.14403) 4242 : cluster 0 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-07T19:00:20.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:00:20.067 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:20.067 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:20 smithi079 bash[28699]: cluster 2023-12-07T19:00:18.792869+0000 mgr.a (mgr.14403) 4243 : cluster 0 pgmap v3163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:20 smithi194 bash[32038]: cluster 2023-12-07T19:00:18.792869+0000 mgr.a (mgr.14403) 4243 : cluster 0 pgmap v3163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:20 smithi135 bash[32435]: cluster 2023-12-07T19:00:18.792869+0000 mgr.a (mgr.14403) 4243 : cluster 0 pgmap v3163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:20.964 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:00:20.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:20.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:20.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:20.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:00:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:21 smithi079 bash[28699]: audit 2023-12-07T19:00:20.473566+0000 mgr.a (mgr.14403) 4244 : audit 0 from='client.95322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:21.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:21 smithi194 bash[32038]: audit 2023-12-07T19:00:20.473566+0000 mgr.a (mgr.14403) 4244 : audit 0 from='client.95322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:21.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:21 smithi135 bash[32435]: audit 2023-12-07T19:00:20.473566+0000 mgr.a (mgr.14403) 4244 : audit 0 from='client.95322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:22 smithi079 bash[28699]: cluster 2023-12-07T19:00:20.793391+0000 mgr.a (mgr.14403) 4245 : cluster 0 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-07T19:00:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:22 smithi194 bash[32038]: cluster 2023-12-07T19:00:20.793391+0000 mgr.a (mgr.14403) 4245 : cluster 0 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-07T19:00:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:22 smithi135 bash[32435]: cluster 2023-12-07T19:00:20.793391+0000 mgr.a (mgr.14403) 4245 : cluster 0 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-07T19:00:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:24 smithi079 bash[28699]: cluster 2023-12-07T19:00:22.794030+0000 mgr.a (mgr.14403) 4246 : cluster 0 pgmap v3165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:24 smithi194 bash[32038]: cluster 2023-12-07T19:00:22.794030+0000 mgr.a (mgr.14403) 4246 : cluster 0 pgmap v3165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:24 smithi135 bash[32435]: cluster 2023-12-07T19:00:22.794030+0000 mgr.a (mgr.14403) 4246 : cluster 0 pgmap v3165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:25.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:00:25.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:25.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:26 smithi079 bash[28699]: cluster 2023-12-07T19:00:24.794851+0000 mgr.a (mgr.14403) 4247 : cluster 0 pgmap v3166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:26 smithi194 bash[32038]: cluster 2023-12-07T19:00:24.794851+0000 mgr.a (mgr.14403) 4247 : cluster 0 pgmap v3166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:26 smithi135 bash[32435]: cluster 2023-12-07T19:00:24.794851+0000 mgr.a (mgr.14403) 4247 : cluster 0 pgmap v3166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:26.881 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:00:26.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:26.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:26.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:26.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:00:27.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:27 smithi079 bash[28699]: audit 2023-12-07T19:00:26.367463+0000 mgr.a (mgr.14403) 4248 : audit 0 from='client.95397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:27.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:27 smithi194 bash[32038]: audit 2023-12-07T19:00:26.367463+0000 mgr.a (mgr.14403) 4248 : audit 0 from='client.95397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:27.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:27 smithi135 bash[32435]: audit 2023-12-07T19:00:26.367463+0000 mgr.a (mgr.14403) 4248 : audit 0 from='client.95397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:28 smithi079 bash[28699]: cluster 2023-12-07T19:00:26.795302+0000 mgr.a (mgr.14403) 4249 : cluster 0 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-07T19:00:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:28 smithi194 bash[32038]: cluster 2023-12-07T19:00:26.795302+0000 mgr.a (mgr.14403) 4249 : cluster 0 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-07T19:00:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:28 smithi135 bash[32435]: cluster 2023-12-07T19:00:26.795302+0000 mgr.a (mgr.14403) 4249 : cluster 0 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-07T19:00:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:30 smithi194 bash[32038]: cluster 2023-12-07T19:00:28.796016+0000 mgr.a (mgr.14403) 4250 : cluster 0 pgmap v3168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:30 smithi135 bash[32435]: cluster 2023-12-07T19:00:28.796016+0000 mgr.a (mgr.14403) 4250 : cluster 0 pgmap v3168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:30 smithi079 bash[28699]: cluster 2023-12-07T19:00:28.796016+0000 mgr.a (mgr.14403) 4250 : cluster 0 pgmap v3168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:00:31.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:00:31.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:31.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:32 smithi194 bash[32038]: cluster 2023-12-07T19:00:30.796606+0000 mgr.a (mgr.14403) 4251 : cluster 0 pgmap v3169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:32 smithi135 bash[32435]: cluster 2023-12-07T19:00:30.796606+0000 mgr.a (mgr.14403) 4251 : cluster 0 pgmap v3169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:32.787 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:00:32.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:32.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:32.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:32.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:00:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:32 smithi079 bash[28699]: cluster 2023-12-07T19:00:30.796606+0000 mgr.a (mgr.14403) 4251 : cluster 0 pgmap v3169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:33 smithi194 bash[32038]: audit 2023-12-07T19:00:32.287512+0000 mgr.a (mgr.14403) 4252 : audit 0 from='client.95475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:33.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:33 smithi135 bash[32435]: audit 2023-12-07T19:00:32.287512+0000 mgr.a (mgr.14403) 4252 : audit 0 from='client.95475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:33 smithi079 bash[28699]: audit 2023-12-07T19:00:32.287512+0000 mgr.a (mgr.14403) 4252 : audit 0 from='client.95475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:34 smithi194 bash[32038]: cluster 2023-12-07T19:00:32.797203+0000 mgr.a (mgr.14403) 4253 : cluster 0 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-07T19:00:34.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:34 smithi135 bash[32435]: cluster 2023-12-07T19:00:32.797203+0000 mgr.a (mgr.14403) 4253 : cluster 0 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-07T19:00:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:34 smithi079 bash[28699]: cluster 2023-12-07T19:00:32.797203+0000 mgr.a (mgr.14403) 4253 : cluster 0 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-07T19:00:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:36 smithi194 bash[32038]: cluster 2023-12-07T19:00:34.797995+0000 mgr.a (mgr.14403) 4254 : cluster 0 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-07T19:00:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:36 smithi135 bash[32435]: cluster 2023-12-07T19:00:34.797995+0000 mgr.a (mgr.14403) 4254 : cluster 0 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-07T19:00:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:36 smithi079 bash[28699]: cluster 2023-12-07T19:00:34.797995+0000 mgr.a (mgr.14403) 4254 : cluster 0 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-07T19:00:37.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:00:37.792 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:37.792 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:38.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:38.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:38.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:38.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:00:38.686 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:00:38.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:38 smithi194 bash[32038]: cluster 2023-12-07T19:00:36.798639+0000 mgr.a (mgr.14403) 4255 : cluster 0 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-07T19:00:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:38 smithi135 bash[32435]: cluster 2023-12-07T19:00:36.798639+0000 mgr.a (mgr.14403) 4255 : cluster 0 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-07T19:00:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:38 smithi079 bash[28699]: cluster 2023-12-07T19:00:36.798639+0000 mgr.a (mgr.14403) 4255 : cluster 0 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-07T19:00:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:39 smithi194 bash[32038]: audit 2023-12-07T19:00:38.191450+0000 mgr.a (mgr.14403) 4256 : audit 0 from='client.95553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:39.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:39 smithi135 bash[32435]: audit 2023-12-07T19:00:38.191450+0000 mgr.a (mgr.14403) 4256 : audit 0 from='client.95553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:39 smithi079 bash[28699]: audit 2023-12-07T19:00:38.191450+0000 mgr.a (mgr.14403) 4256 : audit 0 from='client.95553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:40 smithi194 bash[32038]: cluster 2023-12-07T19:00:38.799711+0000 mgr.a (mgr.14403) 4257 : cluster 0 pgmap v3173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:00:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:40 smithi135 bash[32435]: cluster 2023-12-07T19:00:38.799711+0000 mgr.a (mgr.14403) 4257 : cluster 0 pgmap v3173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:00:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:40 smithi079 bash[28699]: cluster 2023-12-07T19:00:38.799711+0000 mgr.a (mgr.14403) 4257 : cluster 0 pgmap v3173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:00:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:42 smithi194 bash[32038]: cluster 2023-12-07T19:00:40.800322+0000 mgr.a (mgr.14403) 4258 : cluster 0 pgmap v3174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:00:42.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:42 smithi135 bash[32435]: cluster 2023-12-07T19:00:40.800322+0000 mgr.a (mgr.14403) 4258 : cluster 0 pgmap v3174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:00:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:42 smithi079 bash[28699]: cluster 2023-12-07T19:00:40.800322+0000 mgr.a (mgr.14403) 4258 : cluster 0 pgmap v3174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:00:43.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:00:43.689 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:43.690 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:44.611 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:00:44.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:44.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:44.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:44.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:00:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:44 smithi194 bash[32038]: cluster 2023-12-07T19:00:42.800898+0000 mgr.a (mgr.14403) 4259 : cluster 0 pgmap v3175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:00:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:44 smithi135 bash[32435]: cluster 2023-12-07T19:00:42.800898+0000 mgr.a (mgr.14403) 4259 : cluster 0 pgmap v3175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:00:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:44 smithi079 bash[28699]: cluster 2023-12-07T19:00:42.800898+0000 mgr.a (mgr.14403) 4259 : cluster 0 pgmap v3175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:00:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:45 smithi194 bash[32038]: audit 2023-12-07T19:00:44.097475+0000 mgr.a (mgr.14403) 4260 : audit 0 from='client.95631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:45 smithi135 bash[32435]: audit 2023-12-07T19:00:44.097475+0000 mgr.a (mgr.14403) 4260 : audit 0 from='client.95631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:45.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:45 smithi079 bash[28699]: audit 2023-12-07T19:00:44.097475+0000 mgr.a (mgr.14403) 4260 : audit 0 from='client.95631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:46.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:46 smithi194 bash[32038]: cluster 2023-12-07T19:00:44.801983+0000 mgr.a (mgr.14403) 4261 : cluster 0 pgmap v3176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:46 smithi135 bash[32435]: cluster 2023-12-07T19:00:44.801983+0000 mgr.a (mgr.14403) 4261 : cluster 0 pgmap v3176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:46 smithi079 bash[28699]: cluster 2023-12-07T19:00:44.801983+0000 mgr.a (mgr.14403) 4261 : cluster 0 pgmap v3176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:48 smithi194 bash[32038]: cluster 2023-12-07T19:00:46.802563+0000 mgr.a (mgr.14403) 4262 : cluster 0 pgmap v3177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:48 smithi135 bash[32435]: cluster 2023-12-07T19:00:46.802563+0000 mgr.a (mgr.14403) 4262 : cluster 0 pgmap v3177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:48 smithi079 bash[28699]: cluster 2023-12-07T19:00:46.802563+0000 mgr.a (mgr.14403) 4262 : cluster 0 pgmap v3177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:00:49.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:00:49.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:49.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:50.501 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:00:50.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:50.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:50.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:50.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:00:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:50 smithi194 bash[32038]: cluster 2023-12-07T19:00:48.803364+0000 mgr.a (mgr.14403) 4263 : cluster 0 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-07T19:00:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:50 smithi135 bash[32435]: cluster 2023-12-07T19:00:48.803364+0000 mgr.a (mgr.14403) 4263 : cluster 0 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-07T19:00:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:50 smithi079 bash[28699]: cluster 2023-12-07T19:00:48.803364+0000 mgr.a (mgr.14403) 4263 : cluster 0 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-07T19:00:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:51 smithi079 bash[28699]: audit 2023-12-07T19:00:50.031429+0000 mgr.a (mgr.14403) 4264 : audit 0 from='client.95700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:51.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:51 smithi194 bash[32038]: audit 2023-12-07T19:00:50.031429+0000 mgr.a (mgr.14403) 4264 : audit 0 from='client.95700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:51 smithi135 bash[32435]: audit 2023-12-07T19:00:50.031429+0000 mgr.a (mgr.14403) 4264 : audit 0 from='client.95700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:52 smithi079 bash[28699]: cluster 2023-12-07T19:00:50.804042+0000 mgr.a (mgr.14403) 4265 : cluster 0 pgmap v3179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:00:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:52 smithi194 bash[32038]: cluster 2023-12-07T19:00:50.804042+0000 mgr.a (mgr.14403) 4265 : cluster 0 pgmap v3179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:00:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:52 smithi135 bash[32435]: cluster 2023-12-07T19:00:50.804042+0000 mgr.a (mgr.14403) 4265 : cluster 0 pgmap v3179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:00:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:54 smithi079 bash[28699]: cluster 2023-12-07T19:00:52.804621+0000 mgr.a (mgr.14403) 4266 : cluster 0 pgmap v3180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:00:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:54 smithi194 bash[32038]: cluster 2023-12-07T19:00:52.804621+0000 mgr.a (mgr.14403) 4266 : cluster 0 pgmap v3180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:00:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:54 smithi135 bash[32435]: cluster 2023-12-07T19:00:52.804621+0000 mgr.a (mgr.14403) 4266 : cluster 0 pgmap v3180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:00:55.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:00:55.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:00:55.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:00:56.423 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:00:56.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:00:56.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:00:56.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:00:56.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:00:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:56 smithi079 bash[28699]: cluster 2023-12-07T19:00:54.805434+0000 mgr.a (mgr.14403) 4267 : cluster 0 pgmap v3181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:00:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:56 smithi194 bash[32038]: cluster 2023-12-07T19:00:54.805434+0000 mgr.a (mgr.14403) 4267 : cluster 0 pgmap v3181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:00:56.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:56 smithi135 bash[32435]: cluster 2023-12-07T19:00:54.805434+0000 mgr.a (mgr.14403) 4267 : cluster 0 pgmap v3181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:00:57.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:57 smithi079 bash[28699]: audit 2023-12-07T19:00:55.912490+0000 mgr.a (mgr.14403) 4268 : audit 0 from='client.95778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:57.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:57 smithi194 bash[32038]: audit 2023-12-07T19:00:55.912490+0000 mgr.a (mgr.14403) 4268 : audit 0 from='client.95778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:57.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:57 smithi135 bash[32435]: audit 2023-12-07T19:00:55.912490+0000 mgr.a (mgr.14403) 4268 : audit 0 from='client.95778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:00:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:00:58 smithi079 bash[28699]: cluster 2023-12-07T19:00:56.806143+0000 mgr.a (mgr.14403) 4269 : cluster 0 pgmap v3182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:00:58 smithi194 bash[32038]: cluster 2023-12-07T19:00:56.806143+0000 mgr.a (mgr.14403) 4269 : cluster 0 pgmap v3182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:00:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:00:58 smithi135 bash[32435]: cluster 2023-12-07T19:00:56.806143+0000 mgr.a (mgr.14403) 4269 : cluster 0 pgmap v3182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:00.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:00 smithi079 bash[28699]: cluster 2023-12-07T19:00:58.806965+0000 mgr.a (mgr.14403) 4270 : cluster 0 pgmap v3183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:00.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:00 smithi194 bash[32038]: cluster 2023-12-07T19:00:58.806965+0000 mgr.a (mgr.14403) 4270 : cluster 0 pgmap v3183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:00.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:00 smithi135 bash[32435]: cluster 2023-12-07T19:00:58.806965+0000 mgr.a (mgr.14403) 4270 : cluster 0 pgmap v3183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:01.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:01:01.426 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:01.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:02.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:02.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:02.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:02.320 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:01:02.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:01:02.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:02 smithi079 bash[28699]: cluster 2023-12-07T19:01:00.807669+0000 mgr.a (mgr.14403) 4271 : cluster 0 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-07T19:01:02.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:02 smithi194 bash[32038]: cluster 2023-12-07T19:01:00.807669+0000 mgr.a (mgr.14403) 4271 : cluster 0 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-07T19:01:02.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:02 smithi135 bash[32435]: cluster 2023-12-07T19:01:00.807669+0000 mgr.a (mgr.14403) 4271 : cluster 0 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-07T19:01:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:03 smithi079 bash[28699]: audit 2023-12-07T19:01:01.831771+0000 mgr.a (mgr.14403) 4272 : audit 0 from='client.95853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:03.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:03 smithi194 bash[32038]: audit 2023-12-07T19:01:01.831771+0000 mgr.a (mgr.14403) 4272 : audit 0 from='client.95853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:03 smithi135 bash[32435]: audit 2023-12-07T19:01:01.831771+0000 mgr.a (mgr.14403) 4272 : audit 0 from='client.95853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:04 smithi079 bash[28699]: cluster 2023-12-07T19:01:02.808409+0000 mgr.a (mgr.14403) 4273 : cluster 0 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-07T19:01:04.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:04 smithi194 bash[32038]: cluster 2023-12-07T19:01:02.808409+0000 mgr.a (mgr.14403) 4273 : cluster 0 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-07T19:01:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:04 smithi135 bash[32435]: cluster 2023-12-07T19:01:02.808409+0000 mgr.a (mgr.14403) 4273 : cluster 0 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-07T19:01:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:06 smithi079 bash[28699]: cluster 2023-12-07T19:01:04.809339+0000 mgr.a (mgr.14403) 4274 : cluster 0 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-07T19:01:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:06 smithi194 bash[32038]: cluster 2023-12-07T19:01:04.809339+0000 mgr.a (mgr.14403) 4274 : cluster 0 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-07T19:01:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:06 smithi135 bash[32435]: cluster 2023-12-07T19:01:04.809339+0000 mgr.a (mgr.14403) 4274 : cluster 0 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-07T19:01:07.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:01:07.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:07.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:08.264 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:01:08.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:08.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:08.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:08.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:01:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:08 smithi079 bash[28699]: cluster 2023-12-07T19:01:06.809863+0000 mgr.a (mgr.14403) 4275 : cluster 0 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-07T19:01:08.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:08 smithi194 bash[32038]: cluster 2023-12-07T19:01:06.809863+0000 mgr.a (mgr.14403) 4275 : cluster 0 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-07T19:01:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:08 smithi135 bash[32435]: cluster 2023-12-07T19:01:06.809863+0000 mgr.a (mgr.14403) 4275 : cluster 0 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-07T19:01:09.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:09 smithi079 bash[28699]: audit 2023-12-07T19:01:07.738642+0000 mgr.a (mgr.14403) 4276 : audit 0 from='client.95931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:09.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:09 smithi194 bash[32038]: audit 2023-12-07T19:01:07.738642+0000 mgr.a (mgr.14403) 4276 : audit 0 from='client.95931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:09.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:09 smithi135 bash[32435]: audit 2023-12-07T19:01:07.738642+0000 mgr.a (mgr.14403) 4276 : audit 0 from='client.95931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:10 smithi079 bash[28699]: cluster 2023-12-07T19:01:08.810901+0000 mgr.a (mgr.14403) 4277 : cluster 0 pgmap v3188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:10 smithi194 bash[32038]: cluster 2023-12-07T19:01:08.810901+0000 mgr.a (mgr.14403) 4277 : cluster 0 pgmap v3188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:10.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:10 smithi135 bash[32435]: cluster 2023-12-07T19:01:08.810901+0000 mgr.a (mgr.14403) 4277 : cluster 0 pgmap v3188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:12 smithi079 bash[28699]: cluster 2023-12-07T19:01:10.811621+0000 mgr.a (mgr.14403) 4278 : cluster 0 pgmap v3189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:12 smithi194 bash[32038]: cluster 2023-12-07T19:01:10.811621+0000 mgr.a (mgr.14403) 4278 : cluster 0 pgmap v3189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:12 smithi135 bash[32435]: cluster 2023-12-07T19:01:10.811621+0000 mgr.a (mgr.14403) 4278 : cluster 0 pgmap v3189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:13.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:01:13.269 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:13.269 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:14.176 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:01:14.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:14.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:14.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:14.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:01:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:14 smithi079 bash[28699]: cluster 2023-12-07T19:01:12.812353+0000 mgr.a (mgr.14403) 4279 : cluster 0 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-07T19:01:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:14 smithi194 bash[32038]: cluster 2023-12-07T19:01:12.812353+0000 mgr.a (mgr.14403) 4279 : cluster 0 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-07T19:01:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:14 smithi135 bash[32435]: cluster 2023-12-07T19:01:12.812353+0000 mgr.a (mgr.14403) 4279 : cluster 0 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-07T19:01:15.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:15 smithi079 bash[28699]: audit 2023-12-07T19:01:13.681658+0000 mgr.a (mgr.14403) 4280 : audit 0 from='client.96009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:15 smithi194 bash[32038]: audit 2023-12-07T19:01:13.681658+0000 mgr.a (mgr.14403) 4280 : audit 0 from='client.96009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:15 smithi135 bash[32435]: audit 2023-12-07T19:01:13.681658+0000 mgr.a (mgr.14403) 4280 : audit 0 from='client.96009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:16 smithi079 bash[28699]: cluster 2023-12-07T19:01:14.813328+0000 mgr.a (mgr.14403) 4281 : cluster 0 pgmap v3191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:16 smithi079 bash[28699]: audit 2023-12-07T19:01:15.703968+0000 mon.a (mon.0) 1055 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:01:16.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:16 smithi079 bash[28699]: audit 2023-12-07T19:01:16.443305+0000 mon.a (mon.0) 1056 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:01:16.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:16 smithi079 bash[28699]: audit 2023-12-07T19:01:16.445045+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:01:16.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:16 smithi079 bash[28699]: audit 2023-12-07T19:01:16.453360+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:01:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:16 smithi194 bash[32038]: cluster 2023-12-07T19:01:14.813328+0000 mgr.a (mgr.14403) 4281 : cluster 0 pgmap v3191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:16 smithi194 bash[32038]: audit 2023-12-07T19:01:15.703968+0000 mon.a (mon.0) 1055 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:01:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:16 smithi194 bash[32038]: audit 2023-12-07T19:01:16.443305+0000 mon.a (mon.0) 1056 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:01:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:16 smithi194 bash[32038]: audit 2023-12-07T19:01:16.445045+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:01:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:16 smithi194 bash[32038]: audit 2023-12-07T19:01:16.453360+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:01:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:16 smithi135 bash[32435]: cluster 2023-12-07T19:01:14.813328+0000 mgr.a (mgr.14403) 4281 : cluster 0 pgmap v3191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:16 smithi135 bash[32435]: audit 2023-12-07T19:01:15.703968+0000 mon.a (mon.0) 1055 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:01:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:16 smithi135 bash[32435]: audit 2023-12-07T19:01:16.443305+0000 mon.a (mon.0) 1056 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:01:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:16 smithi135 bash[32435]: audit 2023-12-07T19:01:16.445045+0000 mon.a (mon.0) 1057 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:01:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:16 smithi135 bash[32435]: audit 2023-12-07T19:01:16.453360+0000 mon.a (mon.0) 1058 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:01:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:18 smithi079 bash[28699]: cluster 2023-12-07T19:01:16.814051+0000 mgr.a (mgr.14403) 4282 : cluster 0 pgmap v3192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:18 smithi194 bash[32038]: cluster 2023-12-07T19:01:16.814051+0000 mgr.a (mgr.14403) 4282 : cluster 0 pgmap v3192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:18 smithi135 bash[32435]: cluster 2023-12-07T19:01:16.814051+0000 mgr.a (mgr.14403) 4282 : cluster 0 pgmap v3192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:19.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:01:19.180 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:19.180 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:20.061 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:01:20.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:20.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:20.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:20.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:01:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:20 smithi079 bash[28699]: cluster 2023-12-07T19:01:18.814861+0000 mgr.a (mgr.14403) 4283 : cluster 0 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-07T19:01:20.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:20 smithi079 bash[28699]: audit 2023-12-07T19:01:19.579842+0000 mgr.a (mgr.14403) 4284 : audit 0 from='client.96087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:20 smithi194 bash[32038]: cluster 2023-12-07T19:01:18.814861+0000 mgr.a (mgr.14403) 4283 : cluster 0 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-07T19:01:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:20 smithi194 bash[32038]: audit 2023-12-07T19:01:19.579842+0000 mgr.a (mgr.14403) 4284 : audit 0 from='client.96087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:20 smithi135 bash[32435]: cluster 2023-12-07T19:01:18.814861+0000 mgr.a (mgr.14403) 4283 : cluster 0 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-07T19:01:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:20 smithi135 bash[32435]: audit 2023-12-07T19:01:19.579842+0000 mgr.a (mgr.14403) 4284 : audit 0 from='client.96087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:22.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:22 smithi079 bash[28699]: cluster 2023-12-07T19:01:20.815536+0000 mgr.a (mgr.14403) 4285 : cluster 0 pgmap v3194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:22.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:22 smithi194 bash[32038]: cluster 2023-12-07T19:01:20.815536+0000 mgr.a (mgr.14403) 4285 : cluster 0 pgmap v3194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:22.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:22 smithi135 bash[32435]: cluster 2023-12-07T19:01:20.815536+0000 mgr.a (mgr.14403) 4285 : cluster 0 pgmap v3194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:24.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:24 smithi079 bash[28699]: cluster 2023-12-07T19:01:22.816110+0000 mgr.a (mgr.14403) 4286 : cluster 0 pgmap v3195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:24.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:24 smithi194 bash[32038]: cluster 2023-12-07T19:01:22.816110+0000 mgr.a (mgr.14403) 4286 : cluster 0 pgmap v3195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:24.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:24 smithi135 bash[32435]: cluster 2023-12-07T19:01:22.816110+0000 mgr.a (mgr.14403) 4286 : cluster 0 pgmap v3195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:25.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:01:25.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:25.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:25.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:25.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:25.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:25.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:01:25.949 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:01:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:26 smithi079 bash[28699]: cluster 2023-12-07T19:01:24.816926+0000 mgr.a (mgr.14403) 4287 : cluster 0 pgmap v3196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:26.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:26 smithi079 bash[28699]: audit 2023-12-07T19:01:25.468191+0000 mgr.a (mgr.14403) 4288 : audit 0 from='client.96162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:26.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:26 smithi194 bash[32038]: cluster 2023-12-07T19:01:24.816926+0000 mgr.a (mgr.14403) 4287 : cluster 0 pgmap v3196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:26.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:26 smithi194 bash[32038]: audit 2023-12-07T19:01:25.468191+0000 mgr.a (mgr.14403) 4288 : audit 0 from='client.96162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:26.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:26 smithi135 bash[32435]: cluster 2023-12-07T19:01:24.816926+0000 mgr.a (mgr.14403) 4287 : cluster 0 pgmap v3196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:26.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:26 smithi135 bash[32435]: audit 2023-12-07T19:01:25.468191+0000 mgr.a (mgr.14403) 4288 : audit 0 from='client.96162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:28 smithi079 bash[28699]: cluster 2023-12-07T19:01:26.817577+0000 mgr.a (mgr.14403) 4289 : cluster 0 pgmap v3197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:28.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:28 smithi194 bash[32038]: cluster 2023-12-07T19:01:26.817577+0000 mgr.a (mgr.14403) 4289 : cluster 0 pgmap v3197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:28.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:28 smithi135 bash[32435]: cluster 2023-12-07T19:01:26.817577+0000 mgr.a (mgr.14403) 4289 : cluster 0 pgmap v3197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:30.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:30 smithi079 bash[28699]: cluster 2023-12-07T19:01:28.818396+0000 mgr.a (mgr.14403) 4290 : cluster 0 pgmap v3198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:30.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:01:30.952 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:30.952 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:30.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:30 smithi194 bash[32038]: cluster 2023-12-07T19:01:28.818396+0000 mgr.a (mgr.14403) 4290 : cluster 0 pgmap v3198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:30.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:30 smithi135 bash[32435]: cluster 2023-12-07T19:01:28.818396+0000 mgr.a (mgr.14403) 4290 : cluster 0 pgmap v3198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:31.855 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:01:31.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:31.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:31.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:31.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:01:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:32 smithi079 bash[28699]: cluster 2023-12-07T19:01:30.818926+0000 mgr.a (mgr.14403) 4291 : cluster 0 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-07T19:01:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:32 smithi079 bash[28699]: audit 2023-12-07T19:01:31.361908+0000 mgr.a (mgr.14403) 4292 : audit 0 from='client.96240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:32 smithi194 bash[32038]: cluster 2023-12-07T19:01:30.818926+0000 mgr.a (mgr.14403) 4291 : cluster 0 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-07T19:01:32.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:32 smithi194 bash[32038]: audit 2023-12-07T19:01:31.361908+0000 mgr.a (mgr.14403) 4292 : audit 0 from='client.96240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:32 smithi135 bash[32435]: cluster 2023-12-07T19:01:30.818926+0000 mgr.a (mgr.14403) 4291 : cluster 0 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-07T19:01:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:32 smithi135 bash[32435]: audit 2023-12-07T19:01:31.361908+0000 mgr.a (mgr.14403) 4292 : audit 0 from='client.96240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:34 smithi079 bash[28699]: cluster 2023-12-07T19:01:32.819545+0000 mgr.a (mgr.14403) 4293 : cluster 0 pgmap v3200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:34.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:34 smithi194 bash[32038]: cluster 2023-12-07T19:01:32.819545+0000 mgr.a (mgr.14403) 4293 : cluster 0 pgmap v3200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:34.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:34 smithi135 bash[32435]: cluster 2023-12-07T19:01:32.819545+0000 mgr.a (mgr.14403) 4293 : cluster 0 pgmap v3200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:36.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:01:36.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:36.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:36 smithi079 bash[28699]: cluster 2023-12-07T19:01:34.820348+0000 mgr.a (mgr.14403) 4294 : cluster 0 pgmap v3201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:36.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:36 smithi194 bash[32038]: cluster 2023-12-07T19:01:34.820348+0000 mgr.a (mgr.14403) 4294 : cluster 0 pgmap v3201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:36 smithi135 bash[32435]: cluster 2023-12-07T19:01:34.820348+0000 mgr.a (mgr.14403) 4294 : cluster 0 pgmap v3201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:37.740 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:01:37.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:37.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:37.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:37.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:01:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:38 smithi079 bash[28699]: cluster 2023-12-07T19:01:36.820895+0000 mgr.a (mgr.14403) 4295 : cluster 0 pgmap v3202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:38 smithi079 bash[28699]: audit 2023-12-07T19:01:37.260785+0000 mgr.a (mgr.14403) 4296 : audit 0 from='client.96318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:38 smithi194 bash[32038]: cluster 2023-12-07T19:01:36.820895+0000 mgr.a (mgr.14403) 4295 : cluster 0 pgmap v3202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:38 smithi194 bash[32038]: audit 2023-12-07T19:01:37.260785+0000 mgr.a (mgr.14403) 4296 : audit 0 from='client.96318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:38 smithi135 bash[32435]: cluster 2023-12-07T19:01:36.820895+0000 mgr.a (mgr.14403) 4295 : cluster 0 pgmap v3202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:38 smithi135 bash[32435]: audit 2023-12-07T19:01:37.260785+0000 mgr.a (mgr.14403) 4296 : audit 0 from='client.96318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:40 smithi079 bash[28699]: cluster 2023-12-07T19:01:38.821779+0000 mgr.a (mgr.14403) 4297 : cluster 0 pgmap v3203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:40 smithi194 bash[32038]: cluster 2023-12-07T19:01:38.821779+0000 mgr.a (mgr.14403) 4297 : cluster 0 pgmap v3203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:40 smithi135 bash[32435]: cluster 2023-12-07T19:01:38.821779+0000 mgr.a (mgr.14403) 4297 : cluster 0 pgmap v3203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:01:42.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:01:42.743 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:42.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:42 smithi079 bash[28699]: cluster 2023-12-07T19:01:40.822328+0000 mgr.a (mgr.14403) 4298 : cluster 0 pgmap v3204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:42 smithi194 bash[32038]: cluster 2023-12-07T19:01:40.822328+0000 mgr.a (mgr.14403) 4298 : cluster 0 pgmap v3204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:42.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:42 smithi135 bash[32435]: cluster 2023-12-07T19:01:40.822328+0000 mgr.a (mgr.14403) 4298 : cluster 0 pgmap v3204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:43.627 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:01:43.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:43.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:43.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:43.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:01:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:44 smithi079 bash[28699]: cluster 2023-12-07T19:01:42.822872+0000 mgr.a (mgr.14403) 4299 : cluster 0 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-07T19:01:44.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:44 smithi079 bash[28699]: audit 2023-12-07T19:01:43.138954+0000 mgr.a (mgr.14403) 4300 : audit 0 from='client.96396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:44 smithi194 bash[32038]: cluster 2023-12-07T19:01:42.822872+0000 mgr.a (mgr.14403) 4299 : cluster 0 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-07T19:01:44.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:44 smithi194 bash[32038]: audit 2023-12-07T19:01:43.138954+0000 mgr.a (mgr.14403) 4300 : audit 0 from='client.96396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:44.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:44 smithi135 bash[32435]: cluster 2023-12-07T19:01:42.822872+0000 mgr.a (mgr.14403) 4299 : cluster 0 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-07T19:01:44.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:44 smithi135 bash[32435]: audit 2023-12-07T19:01:43.138954+0000 mgr.a (mgr.14403) 4300 : audit 0 from='client.96396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:46.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:46 smithi079 bash[28699]: cluster 2023-12-07T19:01:44.823843+0000 mgr.a (mgr.14403) 4301 : cluster 0 pgmap v3206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:01:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:46 smithi194 bash[32038]: cluster 2023-12-07T19:01:44.823843+0000 mgr.a (mgr.14403) 4301 : cluster 0 pgmap v3206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:01:46.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:46 smithi135 bash[32435]: cluster 2023-12-07T19:01:44.823843+0000 mgr.a (mgr.14403) 4301 : cluster 0 pgmap v3206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:01:48.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:01:48.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:48.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:48 smithi079 bash[28699]: cluster 2023-12-07T19:01:46.824417+0000 mgr.a (mgr.14403) 4302 : cluster 0 pgmap v3207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:01:48.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:48 smithi194 bash[32038]: cluster 2023-12-07T19:01:46.824417+0000 mgr.a (mgr.14403) 4302 : cluster 0 pgmap v3207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:01:48.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:48 smithi135 bash[32435]: cluster 2023-12-07T19:01:46.824417+0000 mgr.a (mgr.14403) 4302 : cluster 0 pgmap v3207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:01:49.524 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:01:49.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:49.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:49.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:49.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:01:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:50 smithi079 bash[28699]: cluster 2023-12-07T19:01:48.825138+0000 mgr.a (mgr.14403) 4303 : cluster 0 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-07T19:01:50.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:50 smithi079 bash[28699]: audit 2023-12-07T19:01:49.039191+0000 mgr.a (mgr.14403) 4304 : audit 0 from='client.96471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:50 smithi194 bash[32038]: cluster 2023-12-07T19:01:48.825138+0000 mgr.a (mgr.14403) 4303 : cluster 0 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-07T19:01:50.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:50 smithi194 bash[32038]: audit 2023-12-07T19:01:49.039191+0000 mgr.a (mgr.14403) 4304 : audit 0 from='client.96471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:50.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:50 smithi135 bash[32435]: cluster 2023-12-07T19:01:48.825138+0000 mgr.a (mgr.14403) 4303 : cluster 0 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-07T19:01:50.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:50 smithi135 bash[32435]: audit 2023-12-07T19:01:49.039191+0000 mgr.a (mgr.14403) 4304 : audit 0 from='client.96471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:52 smithi079 bash[28699]: cluster 2023-12-07T19:01:50.825881+0000 mgr.a (mgr.14403) 4305 : cluster 0 pgmap v3209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:52 smithi194 bash[32038]: cluster 2023-12-07T19:01:50.825881+0000 mgr.a (mgr.14403) 4305 : cluster 0 pgmap v3209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:52 smithi135 bash[32435]: cluster 2023-12-07T19:01:50.825881+0000 mgr.a (mgr.14403) 4305 : cluster 0 pgmap v3209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:54.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:01:54.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:01:54.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:01:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:54 smithi079 bash[28699]: cluster 2023-12-07T19:01:52.826424+0000 mgr.a (mgr.14403) 4306 : cluster 0 pgmap v3210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:54 smithi194 bash[32038]: cluster 2023-12-07T19:01:52.826424+0000 mgr.a (mgr.14403) 4306 : cluster 0 pgmap v3210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:54 smithi135 bash[32435]: cluster 2023-12-07T19:01:52.826424+0000 mgr.a (mgr.14403) 4306 : cluster 0 pgmap v3210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:01:55.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:01:55.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:01:55.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:01:55.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:01:55.411 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:01:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:56 smithi079 bash[28699]: cluster 2023-12-07T19:01:54.827219+0000 mgr.a (mgr.14403) 4307 : cluster 0 pgmap v3211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:56 smithi079 bash[28699]: audit 2023-12-07T19:01:54.926043+0000 mgr.a (mgr.14403) 4308 : audit 0 from='client.96543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:56 smithi194 bash[32038]: cluster 2023-12-07T19:01:54.827219+0000 mgr.a (mgr.14403) 4307 : cluster 0 pgmap v3211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:56.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:56 smithi194 bash[32038]: audit 2023-12-07T19:01:54.926043+0000 mgr.a (mgr.14403) 4308 : audit 0 from='client.96543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:56 smithi135 bash[32435]: cluster 2023-12-07T19:01:54.827219+0000 mgr.a (mgr.14403) 4307 : cluster 0 pgmap v3211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:01:56.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:56 smithi135 bash[32435]: audit 2023-12-07T19:01:54.926043+0000 mgr.a (mgr.14403) 4308 : audit 0 from='client.96543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:01:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:01:58 smithi079 bash[28699]: cluster 2023-12-07T19:01:56.827868+0000 mgr.a (mgr.14403) 4309 : cluster 0 pgmap v3212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:01:58.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:01:58 smithi194 bash[32038]: cluster 2023-12-07T19:01:56.827868+0000 mgr.a (mgr.14403) 4309 : cluster 0 pgmap v3212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:01:58.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:01:58 smithi135 bash[32435]: cluster 2023-12-07T19:01:56.827868+0000 mgr.a (mgr.14403) 4309 : cluster 0 pgmap v3212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:02:00.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:02:00.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:00.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:00 smithi079 bash[28699]: cluster 2023-12-07T19:01:58.828677+0000 mgr.a (mgr.14403) 4310 : cluster 0 pgmap v3213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:02:00.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:00 smithi194 bash[32038]: cluster 2023-12-07T19:01:58.828677+0000 mgr.a (mgr.14403) 4310 : cluster 0 pgmap v3213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:02:00.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:00 smithi135 bash[32435]: cluster 2023-12-07T19:01:58.828677+0000 mgr.a (mgr.14403) 4310 : cluster 0 pgmap v3213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:02:01.328 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:02:01.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:01.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:01.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:01.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:02:02.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:02 smithi194 bash[32038]: audit 2023-12-07T19:02:00.818806+0000 mgr.a (mgr.14403) 4311 : audit 0 from='client.96615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:02.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:02 smithi194 bash[32038]: cluster 2023-12-07T19:02:00.834074+0000 mgr.a (mgr.14403) 4312 : cluster 0 pgmap v3214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:02.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:02 smithi135 bash[32435]: audit 2023-12-07T19:02:00.818806+0000 mgr.a (mgr.14403) 4311 : audit 0 from='client.96615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:02.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:02 smithi135 bash[32435]: cluster 2023-12-07T19:02:00.834074+0000 mgr.a (mgr.14403) 4312 : cluster 0 pgmap v3214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:02 smithi079 bash[28699]: audit 2023-12-07T19:02:00.818806+0000 mgr.a (mgr.14403) 4311 : audit 0 from='client.96615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:02 smithi079 bash[28699]: cluster 2023-12-07T19:02:00.834074+0000 mgr.a (mgr.14403) 4312 : cluster 0 pgmap v3214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:04.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:04 smithi194 bash[32038]: cluster 2023-12-07T19:02:02.835082+0000 mgr.a (mgr.14403) 4313 : cluster 0 pgmap v3215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:04 smithi135 bash[32435]: cluster 2023-12-07T19:02:02.835082+0000 mgr.a (mgr.14403) 4313 : cluster 0 pgmap v3215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:04 smithi079 bash[28699]: cluster 2023-12-07T19:02:02.835082+0000 mgr.a (mgr.14403) 4313 : cluster 0 pgmap v3215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:06.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:02:06.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:06.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:06.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:06 smithi194 bash[32038]: cluster 2023-12-07T19:02:04.835839+0000 mgr.a (mgr.14403) 4314 : cluster 0 pgmap v3216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:06 smithi135 bash[32435]: cluster 2023-12-07T19:02:04.835839+0000 mgr.a (mgr.14403) 4314 : cluster 0 pgmap v3216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:06 smithi079 bash[28699]: cluster 2023-12-07T19:02:04.835839+0000 mgr.a (mgr.14403) 4314 : cluster 0 pgmap v3216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:07.222 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:02:07.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:07.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:07.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:07.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:02:08.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:08 smithi194 bash[32038]: audit 2023-12-07T19:02:06.734202+0000 mgr.a (mgr.14403) 4315 : audit 0 from='client.96693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:08.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:08 smithi194 bash[32038]: cluster 2023-12-07T19:02:06.836446+0000 mgr.a (mgr.14403) 4316 : cluster 0 pgmap v3217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:08 smithi135 bash[32435]: audit 2023-12-07T19:02:06.734202+0000 mgr.a (mgr.14403) 4315 : audit 0 from='client.96693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:08 smithi135 bash[32435]: cluster 2023-12-07T19:02:06.836446+0000 mgr.a (mgr.14403) 4316 : cluster 0 pgmap v3217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:08 smithi079 bash[28699]: audit 2023-12-07T19:02:06.734202+0000 mgr.a (mgr.14403) 4315 : audit 0 from='client.96693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:08 smithi079 bash[28699]: cluster 2023-12-07T19:02:06.836446+0000 mgr.a (mgr.14403) 4316 : cluster 0 pgmap v3217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:10 smithi194 bash[32038]: cluster 2023-12-07T19:02:08.837456+0000 mgr.a (mgr.14403) 4317 : cluster 0 pgmap v3218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:10.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:10 smithi135 bash[32435]: cluster 2023-12-07T19:02:08.837456+0000 mgr.a (mgr.14403) 4317 : cluster 0 pgmap v3218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:10 smithi079 bash[28699]: cluster 2023-12-07T19:02:08.837456+0000 mgr.a (mgr.14403) 4317 : cluster 0 pgmap v3218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:12.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:02:12.226 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:12.226 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:12.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:12 smithi194 bash[32038]: cluster 2023-12-07T19:02:10.838096+0000 mgr.a (mgr.14403) 4318 : cluster 0 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-07T19:02:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:12 smithi135 bash[32435]: cluster 2023-12-07T19:02:10.838096+0000 mgr.a (mgr.14403) 4318 : cluster 0 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-07T19:02:13.131 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:02:13.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:13.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:13.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:13.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:02:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:12 smithi079 bash[28699]: cluster 2023-12-07T19:02:10.838096+0000 mgr.a (mgr.14403) 4318 : cluster 0 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-07T19:02:13.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:13 smithi194 bash[32038]: audit 2023-12-07T19:02:12.633608+0000 mgr.a (mgr.14403) 4319 : audit 0 from='client.96768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:13 smithi135 bash[32435]: audit 2023-12-07T19:02:12.633608+0000 mgr.a (mgr.14403) 4319 : audit 0 from='client.96768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:13 smithi079 bash[28699]: audit 2023-12-07T19:02:12.633608+0000 mgr.a (mgr.14403) 4319 : audit 0 from='client.96768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:14.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:14 smithi194 bash[32038]: cluster 2023-12-07T19:02:12.838688+0000 mgr.a (mgr.14403) 4320 : cluster 0 pgmap v3220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:14.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:14 smithi135 bash[32435]: cluster 2023-12-07T19:02:12.838688+0000 mgr.a (mgr.14403) 4320 : cluster 0 pgmap v3220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:14 smithi079 bash[28699]: cluster 2023-12-07T19:02:12.838688+0000 mgr.a (mgr.14403) 4320 : cluster 0 pgmap v3220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:16 smithi194 bash[32038]: cluster 2023-12-07T19:02:14.839628+0000 mgr.a (mgr.14403) 4321 : cluster 0 pgmap v3221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:16 smithi194 bash[32038]: audit 2023-12-07T19:02:16.555419+0000 mon.a (mon.0) 1059 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:02:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:16 smithi135 bash[32435]: cluster 2023-12-07T19:02:14.839628+0000 mgr.a (mgr.14403) 4321 : cluster 0 pgmap v3221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:16 smithi135 bash[32435]: audit 2023-12-07T19:02:16.555419+0000 mon.a (mon.0) 1059 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:02:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:16 smithi079 bash[28699]: cluster 2023-12-07T19:02:14.839628+0000 mgr.a (mgr.14403) 4321 : cluster 0 pgmap v3221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:16 smithi079 bash[28699]: audit 2023-12-07T19:02:16.555419+0000 mon.a (mon.0) 1059 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:02:18.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:02:18.135 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:18.135 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:18.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:18 smithi079 bash[28699]: cluster 2023-12-07T19:02:16.840164+0000 mgr.a (mgr.14403) 4322 : cluster 0 pgmap v3222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:18 smithi079 bash[28699]: audit 2023-12-07T19:02:17.085517+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:02:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:18 smithi079 bash[28699]: audit 2023-12-07T19:02:17.091120+0000 mon.a (mon.0) 1061 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:02:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:18 smithi079 bash[28699]: audit 2023-12-07T19:02:17.781033+0000 mon.a (mon.0) 1062 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:02:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:18 smithi079 bash[28699]: audit 2023-12-07T19:02:17.782367+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:02:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:18 smithi079 bash[28699]: audit 2023-12-07T19:02:17.789683+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:02:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:18 smithi194 bash[32038]: cluster 2023-12-07T19:02:16.840164+0000 mgr.a (mgr.14403) 4322 : cluster 0 pgmap v3222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:18 smithi194 bash[32038]: audit 2023-12-07T19:02:17.085517+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:02:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:18 smithi194 bash[32038]: audit 2023-12-07T19:02:17.091120+0000 mon.a (mon.0) 1061 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:02:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:18 smithi194 bash[32038]: audit 2023-12-07T19:02:17.781033+0000 mon.a (mon.0) 1062 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:02:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:18 smithi194 bash[32038]: audit 2023-12-07T19:02:17.782367+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:02:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:18 smithi194 bash[32038]: audit 2023-12-07T19:02:17.789683+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:02:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:18 smithi135 bash[32435]: cluster 2023-12-07T19:02:16.840164+0000 mgr.a (mgr.14403) 4322 : cluster 0 pgmap v3222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:18 smithi135 bash[32435]: audit 2023-12-07T19:02:17.085517+0000 mon.a (mon.0) 1060 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:02:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:18 smithi135 bash[32435]: audit 2023-12-07T19:02:17.091120+0000 mon.a (mon.0) 1061 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:02:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:18 smithi135 bash[32435]: audit 2023-12-07T19:02:17.781033+0000 mon.a (mon.0) 1062 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:02:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:18 smithi135 bash[32435]: audit 2023-12-07T19:02:17.782367+0000 mon.a (mon.0) 1063 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:02:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:18 smithi135 bash[32435]: audit 2023-12-07T19:02:17.789683+0000 mon.a (mon.0) 1064 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:02:19.030 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:02:19.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:19.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:19.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:19.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:02:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:19 smithi079 bash[28699]: audit 2023-12-07T19:02:18.537120+0000 mgr.a (mgr.14403) 4323 : audit 0 from='client.96846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:19 smithi194 bash[32038]: audit 2023-12-07T19:02:18.537120+0000 mgr.a (mgr.14403) 4323 : audit 0 from='client.96846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:19.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:19 smithi135 bash[32435]: audit 2023-12-07T19:02:18.537120+0000 mgr.a (mgr.14403) 4323 : audit 0 from='client.96846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:20.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:20 smithi079 bash[28699]: cluster 2023-12-07T19:02:18.841027+0000 mgr.a (mgr.14403) 4324 : cluster 0 pgmap v3223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:20.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:20 smithi194 bash[32038]: cluster 2023-12-07T19:02:18.841027+0000 mgr.a (mgr.14403) 4324 : cluster 0 pgmap v3223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:20 smithi135 bash[32435]: cluster 2023-12-07T19:02:18.841027+0000 mgr.a (mgr.14403) 4324 : cluster 0 pgmap v3223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:22 smithi194 bash[32038]: cluster 2023-12-07T19:02:20.841764+0000 mgr.a (mgr.14403) 4325 : cluster 0 pgmap v3224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:22 smithi135 bash[32435]: cluster 2023-12-07T19:02:20.841764+0000 mgr.a (mgr.14403) 4325 : cluster 0 pgmap v3224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:22 smithi079 bash[28699]: cluster 2023-12-07T19:02:20.841764+0000 mgr.a (mgr.14403) 4325 : cluster 0 pgmap v3224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:24.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:02:24.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:24.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:24 smithi194 bash[32038]: cluster 2023-12-07T19:02:22.842503+0000 mgr.a (mgr.14403) 4326 : cluster 0 pgmap v3225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:24.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:24 smithi135 bash[32435]: cluster 2023-12-07T19:02:22.842503+0000 mgr.a (mgr.14403) 4326 : cluster 0 pgmap v3225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:24 smithi079 bash[28699]: cluster 2023-12-07T19:02:22.842503+0000 mgr.a (mgr.14403) 4326 : cluster 0 pgmap v3225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:24.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:24.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:24.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:24.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:02:24.933 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:02:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:25 smithi194 bash[32038]: audit 2023-12-07T19:02:24.443696+0000 mgr.a (mgr.14403) 4327 : audit 0 from='client.96924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:25 smithi135 bash[32435]: audit 2023-12-07T19:02:24.443696+0000 mgr.a (mgr.14403) 4327 : audit 0 from='client.96924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:25 smithi079 bash[28699]: audit 2023-12-07T19:02:24.443696+0000 mgr.a (mgr.14403) 4327 : audit 0 from='client.96924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:26 smithi194 bash[32038]: cluster 2023-12-07T19:02:24.843753+0000 mgr.a (mgr.14403) 4328 : cluster 0 pgmap v3226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:26 smithi135 bash[32435]: cluster 2023-12-07T19:02:24.843753+0000 mgr.a (mgr.14403) 4328 : cluster 0 pgmap v3226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:26 smithi079 bash[28699]: cluster 2023-12-07T19:02:24.843753+0000 mgr.a (mgr.14403) 4328 : cluster 0 pgmap v3226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:28 smithi079 bash[28699]: cluster 2023-12-07T19:02:26.844393+0000 mgr.a (mgr.14403) 4329 : cluster 0 pgmap v3227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:28.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:28 smithi194 bash[32038]: cluster 2023-12-07T19:02:26.844393+0000 mgr.a (mgr.14403) 4329 : cluster 0 pgmap v3227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:28 smithi135 bash[32435]: cluster 2023-12-07T19:02:26.844393+0000 mgr.a (mgr.14403) 4329 : cluster 0 pgmap v3227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:29.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:02:29.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:29.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:30 smithi079 bash[28699]: cluster 2023-12-07T19:02:28.845153+0000 mgr.a (mgr.14403) 4330 : cluster 0 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-07T19:02:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:30 smithi194 bash[32038]: cluster 2023-12-07T19:02:28.845153+0000 mgr.a (mgr.14403) 4330 : cluster 0 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-07T19:02:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:30 smithi135 bash[32435]: cluster 2023-12-07T19:02:28.845153+0000 mgr.a (mgr.14403) 4330 : cluster 0 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-07T19:02:30.835 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:02:30.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:30.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:30.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:30.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:02:31.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:31 smithi079 bash[28699]: audit 2023-12-07T19:02:30.341374+0000 mgr.a (mgr.14403) 4331 : audit 0 from='client.96999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:31.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:31 smithi194 bash[32038]: audit 2023-12-07T19:02:30.341374+0000 mgr.a (mgr.14403) 4331 : audit 0 from='client.96999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:31.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:31 smithi135 bash[32435]: audit 2023-12-07T19:02:30.341374+0000 mgr.a (mgr.14403) 4331 : audit 0 from='client.96999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:32 smithi079 bash[28699]: cluster 2023-12-07T19:02:30.845866+0000 mgr.a (mgr.14403) 4332 : cluster 0 pgmap v3229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:32 smithi194 bash[32038]: cluster 2023-12-07T19:02:30.845866+0000 mgr.a (mgr.14403) 4332 : cluster 0 pgmap v3229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:32.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:32 smithi135 bash[32435]: cluster 2023-12-07T19:02:30.845866+0000 mgr.a (mgr.14403) 4332 : cluster 0 pgmap v3229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:34 smithi079 bash[28699]: cluster 2023-12-07T19:02:32.846473+0000 mgr.a (mgr.14403) 4333 : cluster 0 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-07T19:02:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:34 smithi194 bash[32038]: cluster 2023-12-07T19:02:32.846473+0000 mgr.a (mgr.14403) 4333 : cluster 0 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-07T19:02:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:34 smithi135 bash[32435]: cluster 2023-12-07T19:02:32.846473+0000 mgr.a (mgr.14403) 4333 : cluster 0 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-07T19:02:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:02:35.838 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:35.838 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:36 smithi079 bash[28699]: cluster 2023-12-07T19:02:34.847337+0000 mgr.a (mgr.14403) 4334 : cluster 0 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-07T19:02:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:36 smithi194 bash[32038]: cluster 2023-12-07T19:02:34.847337+0000 mgr.a (mgr.14403) 4334 : cluster 0 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-07T19:02:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:36 smithi135 bash[32435]: cluster 2023-12-07T19:02:34.847337+0000 mgr.a (mgr.14403) 4334 : cluster 0 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-07T19:02:36.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:36.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:36.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:36.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:02:36.737 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:02:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:37 smithi079 bash[28699]: audit 2023-12-07T19:02:36.239090+0000 mgr.a (mgr.14403) 4335 : audit 0 from='client.97074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:37 smithi194 bash[32038]: audit 2023-12-07T19:02:36.239090+0000 mgr.a (mgr.14403) 4335 : audit 0 from='client.97074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:37.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:37 smithi135 bash[32435]: audit 2023-12-07T19:02:36.239090+0000 mgr.a (mgr.14403) 4335 : audit 0 from='client.97074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:38 smithi079 bash[28699]: cluster 2023-12-07T19:02:36.848110+0000 mgr.a (mgr.14403) 4336 : cluster 0 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-07T19:02:38.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:38 smithi194 bash[32038]: cluster 2023-12-07T19:02:36.848110+0000 mgr.a (mgr.14403) 4336 : cluster 0 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-07T19:02:38.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:38 smithi135 bash[32435]: cluster 2023-12-07T19:02:36.848110+0000 mgr.a (mgr.14403) 4336 : cluster 0 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-07T19:02:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:40 smithi079 bash[28699]: cluster 2023-12-07T19:02:38.848906+0000 mgr.a (mgr.14403) 4337 : cluster 0 pgmap v3233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:40.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:40 smithi194 bash[32038]: cluster 2023-12-07T19:02:38.848906+0000 mgr.a (mgr.14403) 4337 : cluster 0 pgmap v3233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:40 smithi135 bash[32435]: cluster 2023-12-07T19:02:38.848906+0000 mgr.a (mgr.14403) 4337 : cluster 0 pgmap v3233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:41.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:02:41.740 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:41.740 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:42 smithi079 bash[28699]: cluster 2023-12-07T19:02:40.849490+0000 mgr.a (mgr.14403) 4338 : cluster 0 pgmap v3234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:42.664 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:02:42.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:42.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:42.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:42.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:02:42.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:42 smithi194 bash[32038]: cluster 2023-12-07T19:02:40.849490+0000 mgr.a (mgr.14403) 4338 : cluster 0 pgmap v3234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:42 smithi135 bash[32435]: cluster 2023-12-07T19:02:40.849490+0000 mgr.a (mgr.14403) 4338 : cluster 0 pgmap v3234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:43 smithi079 bash[28699]: audit 2023-12-07T19:02:42.145610+0000 mgr.a (mgr.14403) 4339 : audit 0 from='client.97146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:43.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:43 smithi194 bash[32038]: audit 2023-12-07T19:02:42.145610+0000 mgr.a (mgr.14403) 4339 : audit 0 from='client.97146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:43 smithi135 bash[32435]: audit 2023-12-07T19:02:42.145610+0000 mgr.a (mgr.14403) 4339 : audit 0 from='client.97146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:44 smithi079 bash[28699]: cluster 2023-12-07T19:02:42.850118+0000 mgr.a (mgr.14403) 4340 : cluster 0 pgmap v3235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:44 smithi194 bash[32038]: cluster 2023-12-07T19:02:42.850118+0000 mgr.a (mgr.14403) 4340 : cluster 0 pgmap v3235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:44 smithi135 bash[32435]: cluster 2023-12-07T19:02:42.850118+0000 mgr.a (mgr.14403) 4340 : cluster 0 pgmap v3235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:46 smithi079 bash[28699]: cluster 2023-12-07T19:02:44.850928+0000 mgr.a (mgr.14403) 4341 : cluster 0 pgmap v3236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:46.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:46 smithi194 bash[32038]: cluster 2023-12-07T19:02:44.850928+0000 mgr.a (mgr.14403) 4341 : cluster 0 pgmap v3236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:46 smithi135 bash[32435]: cluster 2023-12-07T19:02:44.850928+0000 mgr.a (mgr.14403) 4341 : cluster 0 pgmap v3236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:02:47.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:02:47.667 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:47.667 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:48.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:48.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:48.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:48.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:02:48.552 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:02:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:48 smithi079 bash[28699]: cluster 2023-12-07T19:02:46.851517+0000 mgr.a (mgr.14403) 4342 : cluster 0 pgmap v3237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:48.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:48 smithi194 bash[32038]: cluster 2023-12-07T19:02:46.851517+0000 mgr.a (mgr.14403) 4342 : cluster 0 pgmap v3237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:48.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:48 smithi135 bash[32435]: cluster 2023-12-07T19:02:46.851517+0000 mgr.a (mgr.14403) 4342 : cluster 0 pgmap v3237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:49 smithi079 bash[28699]: audit 2023-12-07T19:02:48.063128+0000 mgr.a (mgr.14403) 4343 : audit 0 from='client.97221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:49.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:49 smithi194 bash[32038]: audit 2023-12-07T19:02:48.063128+0000 mgr.a (mgr.14403) 4343 : audit 0 from='client.97221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:49.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:49 smithi135 bash[32435]: audit 2023-12-07T19:02:48.063128+0000 mgr.a (mgr.14403) 4343 : audit 0 from='client.97221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:50 smithi079 bash[28699]: cluster 2023-12-07T19:02:48.852586+0000 mgr.a (mgr.14403) 4344 : cluster 0 pgmap v3238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:02:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:50 smithi194 bash[32038]: cluster 2023-12-07T19:02:48.852586+0000 mgr.a (mgr.14403) 4344 : cluster 0 pgmap v3238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:02:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:50 smithi135 bash[32435]: cluster 2023-12-07T19:02:48.852586+0000 mgr.a (mgr.14403) 4344 : cluster 0 pgmap v3238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:02:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:52 smithi079 bash[28699]: cluster 2023-12-07T19:02:50.853167+0000 mgr.a (mgr.14403) 4345 : cluster 0 pgmap v3239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:02:52.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:52 smithi194 bash[32038]: cluster 2023-12-07T19:02:50.853167+0000 mgr.a (mgr.14403) 4345 : cluster 0 pgmap v3239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:02:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:52 smithi135 bash[32435]: cluster 2023-12-07T19:02:50.853167+0000 mgr.a (mgr.14403) 4345 : cluster 0 pgmap v3239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:02:53.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:02:53.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:53.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:02:54.429 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:02:54.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:02:54.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:02:54.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:02:54.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:02:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:54 smithi079 bash[28699]: cluster 2023-12-07T19:02:52.853680+0000 mgr.a (mgr.14403) 4346 : cluster 0 pgmap v3240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:02:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:54 smithi194 bash[32038]: cluster 2023-12-07T19:02:52.853680+0000 mgr.a (mgr.14403) 4346 : cluster 0 pgmap v3240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:02:54.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:54 smithi135 bash[32435]: cluster 2023-12-07T19:02:52.853680+0000 mgr.a (mgr.14403) 4346 : cluster 0 pgmap v3240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:02:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:55 smithi079 bash[28699]: audit 2023-12-07T19:02:53.946566+0000 mgr.a (mgr.14403) 4347 : audit 0 from='client.97296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:55 smithi194 bash[32038]: audit 2023-12-07T19:02:53.946566+0000 mgr.a (mgr.14403) 4347 : audit 0 from='client.97296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:55.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:55 smithi135 bash[32435]: audit 2023-12-07T19:02:53.946566+0000 mgr.a (mgr.14403) 4347 : audit 0 from='client.97296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:02:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:56 smithi079 bash[28699]: cluster 2023-12-07T19:02:54.854735+0000 mgr.a (mgr.14403) 4348 : cluster 0 pgmap v3241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:56 smithi194 bash[32038]: cluster 2023-12-07T19:02:54.854735+0000 mgr.a (mgr.14403) 4348 : cluster 0 pgmap v3241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:56.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:56 smithi135 bash[32435]: cluster 2023-12-07T19:02:54.854735+0000 mgr.a (mgr.14403) 4348 : cluster 0 pgmap v3241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:02:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:02:58 smithi079 bash[28699]: cluster 2023-12-07T19:02:56.855339+0000 mgr.a (mgr.14403) 4349 : cluster 0 pgmap v3242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:02:58 smithi194 bash[32038]: cluster 2023-12-07T19:02:56.855339+0000 mgr.a (mgr.14403) 4349 : cluster 0 pgmap v3242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:02:58 smithi135 bash[32435]: cluster 2023-12-07T19:02:56.855339+0000 mgr.a (mgr.14403) 4349 : cluster 0 pgmap v3242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:02:59.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:02:59.433 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:02:59.433 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:00.363 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:03:00.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:00.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:00.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:00.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:03:00.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:00 smithi079 bash[28699]: cluster 2023-12-07T19:02:58.856076+0000 mgr.a (mgr.14403) 4350 : cluster 0 pgmap v3243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:00.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:00 smithi194 bash[32038]: cluster 2023-12-07T19:02:58.856076+0000 mgr.a (mgr.14403) 4350 : cluster 0 pgmap v3243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:00 smithi135 bash[32435]: cluster 2023-12-07T19:02:58.856076+0000 mgr.a (mgr.14403) 4350 : cluster 0 pgmap v3243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:01 smithi079 bash[28699]: audit 2023-12-07T19:02:59.839305+0000 mgr.a (mgr.14403) 4351 : audit 0 from='client.97374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:01.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:01 smithi194 bash[32038]: audit 2023-12-07T19:02:59.839305+0000 mgr.a (mgr.14403) 4351 : audit 0 from='client.97374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:01.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:01 smithi135 bash[32435]: audit 2023-12-07T19:02:59.839305+0000 mgr.a (mgr.14403) 4351 : audit 0 from='client.97374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:02 smithi079 bash[28699]: cluster 2023-12-07T19:03:00.856818+0000 mgr.a (mgr.14403) 4352 : cluster 0 pgmap v3244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:03:02.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:02 smithi194 bash[32038]: cluster 2023-12-07T19:03:00.856818+0000 mgr.a (mgr.14403) 4352 : cluster 0 pgmap v3244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:03:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:02 smithi135 bash[32435]: cluster 2023-12-07T19:03:00.856818+0000 mgr.a (mgr.14403) 4352 : cluster 0 pgmap v3244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:03:04.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:04 smithi079 bash[28699]: cluster 2023-12-07T19:03:02.857383+0000 mgr.a (mgr.14403) 4353 : cluster 0 pgmap v3245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:03:04.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:04 smithi194 bash[32038]: cluster 2023-12-07T19:03:02.857383+0000 mgr.a (mgr.14403) 4353 : cluster 0 pgmap v3245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:03:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:04 smithi135 bash[32435]: cluster 2023-12-07T19:03:02.857383+0000 mgr.a (mgr.14403) 4353 : cluster 0 pgmap v3245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:03:05.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:03:05.367 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:05.367 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:06.262 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:03:06.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:06.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:06.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:06.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:03:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:06 smithi079 bash[28699]: cluster 2023-12-07T19:03:04.858164+0000 mgr.a (mgr.14403) 4354 : cluster 0 pgmap v3246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:03:06.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:06 smithi194 bash[32038]: cluster 2023-12-07T19:03:04.858164+0000 mgr.a (mgr.14403) 4354 : cluster 0 pgmap v3246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:03:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:06 smithi135 bash[32435]: cluster 2023-12-07T19:03:04.858164+0000 mgr.a (mgr.14403) 4354 : cluster 0 pgmap v3246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:03:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:07 smithi079 bash[28699]: audit 2023-12-07T19:03:05.771287+0000 mgr.a (mgr.14403) 4355 : audit 0 from='client.97452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:07 smithi194 bash[32038]: audit 2023-12-07T19:03:05.771287+0000 mgr.a (mgr.14403) 4355 : audit 0 from='client.97452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:07 smithi135 bash[32435]: audit 2023-12-07T19:03:05.771287+0000 mgr.a (mgr.14403) 4355 : audit 0 from='client.97452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:08 smithi079 bash[28699]: cluster 2023-12-07T19:03:06.858869+0000 mgr.a (mgr.14403) 4356 : cluster 0 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-07T19:03:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:08 smithi194 bash[32038]: cluster 2023-12-07T19:03:06.858869+0000 mgr.a (mgr.14403) 4356 : cluster 0 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-07T19:03:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:08 smithi135 bash[32435]: cluster 2023-12-07T19:03:06.858869+0000 mgr.a (mgr.14403) 4356 : cluster 0 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-07T19:03:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:10 smithi079 bash[28699]: cluster 2023-12-07T19:03:08.859668+0000 mgr.a (mgr.14403) 4357 : cluster 0 pgmap v3248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:10.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:10 smithi194 bash[32038]: cluster 2023-12-07T19:03:08.859668+0000 mgr.a (mgr.14403) 4357 : cluster 0 pgmap v3248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:10 smithi135 bash[32435]: cluster 2023-12-07T19:03:08.859668+0000 mgr.a (mgr.14403) 4357 : cluster 0 pgmap v3248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:11.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:03:11.266 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:11.266 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:12.140 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:03:12.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:12.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:12.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:12.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:03:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:12 smithi079 bash[28699]: cluster 2023-12-07T19:03:10.860190+0000 mgr.a (mgr.14403) 4358 : cluster 0 pgmap v3249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:12 smithi079 bash[28699]: audit 2023-12-07T19:03:11.667308+0000 mgr.a (mgr.14403) 4359 : audit 0 from='client.97527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:12.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:12 smithi194 bash[32038]: cluster 2023-12-07T19:03:10.860190+0000 mgr.a (mgr.14403) 4358 : cluster 0 pgmap v3249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:12.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:12 smithi194 bash[32038]: audit 2023-12-07T19:03:11.667308+0000 mgr.a (mgr.14403) 4359 : audit 0 from='client.97527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:12.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:12 smithi135 bash[32435]: cluster 2023-12-07T19:03:10.860190+0000 mgr.a (mgr.14403) 4358 : cluster 0 pgmap v3249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:12.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:12 smithi135 bash[32435]: audit 2023-12-07T19:03:11.667308+0000 mgr.a (mgr.14403) 4359 : audit 0 from='client.97527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:14 smithi079 bash[28699]: cluster 2023-12-07T19:03:12.860899+0000 mgr.a (mgr.14403) 4360 : cluster 0 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-07T19:03:14.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:14 smithi194 bash[32038]: cluster 2023-12-07T19:03:12.860899+0000 mgr.a (mgr.14403) 4360 : cluster 0 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-07T19:03:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:14 smithi135 bash[32435]: cluster 2023-12-07T19:03:12.860899+0000 mgr.a (mgr.14403) 4360 : cluster 0 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-07T19:03:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:16 smithi079 bash[28699]: cluster 2023-12-07T19:03:14.861730+0000 mgr.a (mgr.14403) 4361 : cluster 0 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-07T19:03:16.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:16 smithi194 bash[32038]: cluster 2023-12-07T19:03:14.861730+0000 mgr.a (mgr.14403) 4361 : cluster 0 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-07T19:03:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:16 smithi135 bash[32435]: cluster 2023-12-07T19:03:14.861730+0000 mgr.a (mgr.14403) 4361 : cluster 0 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-07T19:03:17.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:03:17.144 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:17.144 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:18.065 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:03:18.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:18.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:18.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:18.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:03:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:18 smithi079 bash[28699]: cluster 2023-12-07T19:03:16.862298+0000 mgr.a (mgr.14403) 4362 : cluster 0 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-07T19:03:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:18 smithi079 bash[28699]: audit 2023-12-07T19:03:17.557896+0000 mgr.a (mgr.14403) 4363 : audit 0 from='client.97605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:18 smithi079 bash[28699]: audit 2023-12-07T19:03:17.893211+0000 mon.a (mon.0) 1065 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:03:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:18 smithi194 bash[32038]: cluster 2023-12-07T19:03:16.862298+0000 mgr.a (mgr.14403) 4362 : cluster 0 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-07T19:03:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:18 smithi194 bash[32038]: audit 2023-12-07T19:03:17.557896+0000 mgr.a (mgr.14403) 4363 : audit 0 from='client.97605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:18 smithi194 bash[32038]: audit 2023-12-07T19:03:17.893211+0000 mon.a (mon.0) 1065 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:03:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:18 smithi135 bash[32435]: cluster 2023-12-07T19:03:16.862298+0000 mgr.a (mgr.14403) 4362 : cluster 0 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-07T19:03:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:18 smithi135 bash[32435]: audit 2023-12-07T19:03:17.557896+0000 mgr.a (mgr.14403) 4363 : audit 0 from='client.97605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:18 smithi135 bash[32435]: audit 2023-12-07T19:03:17.893211+0000 mon.a (mon.0) 1065 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:03:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:19 smithi194 bash[32038]: audit 2023-12-07T19:03:18.421499+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:03:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:19 smithi194 bash[32038]: audit 2023-12-07T19:03:18.428434+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:03:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:19 smithi194 bash[32038]: audit 2023-12-07T19:03:19.156107+0000 mon.a (mon.0) 1068 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:03:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:19 smithi194 bash[32038]: audit 2023-12-07T19:03:19.158200+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:03:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:19 smithi194 bash[32038]: audit 2023-12-07T19:03:19.168027+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:03:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:19 smithi135 bash[32435]: audit 2023-12-07T19:03:18.421499+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:03:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:19 smithi135 bash[32435]: audit 2023-12-07T19:03:18.428434+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:03:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:19 smithi135 bash[32435]: audit 2023-12-07T19:03:19.156107+0000 mon.a (mon.0) 1068 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:03:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:19 smithi135 bash[32435]: audit 2023-12-07T19:03:19.158200+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:03:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:19 smithi135 bash[32435]: audit 2023-12-07T19:03:19.168027+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:03:19.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:19 smithi079 bash[28699]: audit 2023-12-07T19:03:18.421499+0000 mon.a (mon.0) 1066 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:03:19.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:19 smithi079 bash[28699]: audit 2023-12-07T19:03:18.428434+0000 mon.a (mon.0) 1067 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:03:19.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:19 smithi079 bash[28699]: audit 2023-12-07T19:03:19.156107+0000 mon.a (mon.0) 1068 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:03:19.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:19 smithi079 bash[28699]: audit 2023-12-07T19:03:19.158200+0000 mon.a (mon.0) 1069 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:03:19.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:19 smithi079 bash[28699]: audit 2023-12-07T19:03:19.168027+0000 mon.a (mon.0) 1070 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:03:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:20 smithi194 bash[32038]: cluster 2023-12-07T19:03:18.863332+0000 mgr.a (mgr.14403) 4364 : cluster 0 pgmap v3253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:20 smithi135 bash[32435]: cluster 2023-12-07T19:03:18.863332+0000 mgr.a (mgr.14403) 4364 : cluster 0 pgmap v3253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:20 smithi079 bash[28699]: cluster 2023-12-07T19:03:18.863332+0000 mgr.a (mgr.14403) 4364 : cluster 0 pgmap v3253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:22 smithi194 bash[32038]: cluster 2023-12-07T19:03:20.863902+0000 mgr.a (mgr.14403) 4365 : cluster 0 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-07T19:03:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:22 smithi135 bash[32435]: cluster 2023-12-07T19:03:20.863902+0000 mgr.a (mgr.14403) 4365 : cluster 0 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-07T19:03:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:22 smithi079 bash[28699]: cluster 2023-12-07T19:03:20.863902+0000 mgr.a (mgr.14403) 4365 : cluster 0 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-07T19:03:23.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:03:23.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:23.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:23.949 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:03:23.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:23.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:23.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:23.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:03:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:24 smithi194 bash[32038]: cluster 2023-12-07T19:03:22.864493+0000 mgr.a (mgr.14403) 4366 : cluster 0 pgmap v3255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:24 smithi194 bash[32038]: audit 2023-12-07T19:03:23.468513+0000 mgr.a (mgr.14403) 4367 : audit 0 from='client.97680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:24 smithi135 bash[32435]: cluster 2023-12-07T19:03:22.864493+0000 mgr.a (mgr.14403) 4366 : cluster 0 pgmap v3255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:24 smithi135 bash[32435]: audit 2023-12-07T19:03:23.468513+0000 mgr.a (mgr.14403) 4367 : audit 0 from='client.97680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:24 smithi079 bash[28699]: cluster 2023-12-07T19:03:22.864493+0000 mgr.a (mgr.14403) 4366 : cluster 0 pgmap v3255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:24 smithi079 bash[28699]: audit 2023-12-07T19:03:23.468513+0000 mgr.a (mgr.14403) 4367 : audit 0 from='client.97680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:26 smithi194 bash[32038]: cluster 2023-12-07T19:03:24.865524+0000 mgr.a (mgr.14403) 4368 : cluster 0 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-07T19:03:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:26 smithi135 bash[32435]: cluster 2023-12-07T19:03:24.865524+0000 mgr.a (mgr.14403) 4368 : cluster 0 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-07T19:03:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:26 smithi079 bash[28699]: cluster 2023-12-07T19:03:24.865524+0000 mgr.a (mgr.14403) 4368 : cluster 0 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-07T19:03:28.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:28 smithi194 bash[32038]: cluster 2023-12-07T19:03:26.866141+0000 mgr.a (mgr.14403) 4369 : cluster 0 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-07T19:03:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:28 smithi135 bash[32435]: cluster 2023-12-07T19:03:26.866141+0000 mgr.a (mgr.14403) 4369 : cluster 0 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-07T19:03:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:28 smithi079 bash[28699]: cluster 2023-12-07T19:03:26.866141+0000 mgr.a (mgr.14403) 4369 : cluster 0 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-07T19:03:28.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:03:28.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:28.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:29.840 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:03:29.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:29.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:29.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:29.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:03:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:30 smithi079 bash[28699]: cluster 2023-12-07T19:03:28.866867+0000 mgr.a (mgr.14403) 4370 : cluster 0 pgmap v3258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:30.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:30 smithi079 bash[28699]: audit 2023-12-07T19:03:29.351302+0000 mgr.a (mgr.14403) 4371 : audit 0 from='client.97758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:30 smithi194 bash[32038]: cluster 2023-12-07T19:03:28.866867+0000 mgr.a (mgr.14403) 4370 : cluster 0 pgmap v3258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:30 smithi194 bash[32038]: audit 2023-12-07T19:03:29.351302+0000 mgr.a (mgr.14403) 4371 : audit 0 from='client.97758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:30 smithi135 bash[32435]: cluster 2023-12-07T19:03:28.866867+0000 mgr.a (mgr.14403) 4370 : cluster 0 pgmap v3258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:30.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:30 smithi135 bash[32435]: audit 2023-12-07T19:03:29.351302+0000 mgr.a (mgr.14403) 4371 : audit 0 from='client.97758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:32 smithi079 bash[28699]: cluster 2023-12-07T19:03:30.867574+0000 mgr.a (mgr.14403) 4372 : cluster 0 pgmap v3259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:32 smithi194 bash[32038]: cluster 2023-12-07T19:03:30.867574+0000 mgr.a (mgr.14403) 4372 : cluster 0 pgmap v3259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:32 smithi135 bash[32435]: cluster 2023-12-07T19:03:30.867574+0000 mgr.a (mgr.14403) 4372 : cluster 0 pgmap v3259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:34.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:03:34.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:34.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:34 smithi079 bash[28699]: cluster 2023-12-07T19:03:32.868168+0000 mgr.a (mgr.14403) 4373 : cluster 0 pgmap v3260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:34.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:34 smithi194 bash[32038]: cluster 2023-12-07T19:03:32.868168+0000 mgr.a (mgr.14403) 4373 : cluster 0 pgmap v3260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:34 smithi135 bash[32435]: cluster 2023-12-07T19:03:32.868168+0000 mgr.a (mgr.14403) 4373 : cluster 0 pgmap v3260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:03:35.753 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:03:35.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:35.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:35.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:35.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:03:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:36 smithi079 bash[28699]: cluster 2023-12-07T19:03:34.868966+0000 mgr.a (mgr.14403) 4374 : cluster 0 pgmap v3261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:36 smithi079 bash[28699]: audit 2023-12-07T19:03:35.253874+0000 mgr.a (mgr.14403) 4375 : audit 0 from='client.97833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:36.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:36 smithi194 bash[32038]: cluster 2023-12-07T19:03:34.868966+0000 mgr.a (mgr.14403) 4374 : cluster 0 pgmap v3261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:36.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:36 smithi194 bash[32038]: audit 2023-12-07T19:03:35.253874+0000 mgr.a (mgr.14403) 4375 : audit 0 from='client.97833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:36 smithi135 bash[32435]: cluster 2023-12-07T19:03:34.868966+0000 mgr.a (mgr.14403) 4374 : cluster 0 pgmap v3261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:36.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:36 smithi135 bash[32435]: audit 2023-12-07T19:03:35.253874+0000 mgr.a (mgr.14403) 4375 : audit 0 from='client.97833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:38 smithi079 bash[28699]: cluster 2023-12-07T19:03:36.869629+0000 mgr.a (mgr.14403) 4376 : cluster 0 pgmap v3262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:38 smithi194 bash[32038]: cluster 2023-12-07T19:03:36.869629+0000 mgr.a (mgr.14403) 4376 : cluster 0 pgmap v3262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:38 smithi135 bash[32435]: cluster 2023-12-07T19:03:36.869629+0000 mgr.a (mgr.14403) 4376 : cluster 0 pgmap v3262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:40.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:03:40.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:40.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:40 smithi079 bash[28699]: cluster 2023-12-07T19:03:38.870458+0000 mgr.a (mgr.14403) 4377 : cluster 0 pgmap v3263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:40 smithi194 bash[32038]: cluster 2023-12-07T19:03:38.870458+0000 mgr.a (mgr.14403) 4377 : cluster 0 pgmap v3263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:40 smithi135 bash[32435]: cluster 2023-12-07T19:03:38.870458+0000 mgr.a (mgr.14403) 4377 : cluster 0 pgmap v3263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:41.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:41.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:41.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:41.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:03:41.657 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:03:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:42 smithi079 bash[28699]: cluster 2023-12-07T19:03:40.871142+0000 mgr.a (mgr.14403) 4378 : cluster 0 pgmap v3264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:42 smithi079 bash[28699]: audit 2023-12-07T19:03:41.160024+0000 mgr.a (mgr.14403) 4379 : audit 0 from='client.97905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:42 smithi194 bash[32038]: cluster 2023-12-07T19:03:40.871142+0000 mgr.a (mgr.14403) 4378 : cluster 0 pgmap v3264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:42.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:42 smithi194 bash[32038]: audit 2023-12-07T19:03:41.160024+0000 mgr.a (mgr.14403) 4379 : audit 0 from='client.97905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:42 smithi135 bash[32435]: cluster 2023-12-07T19:03:40.871142+0000 mgr.a (mgr.14403) 4378 : cluster 0 pgmap v3264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:42 smithi135 bash[32435]: audit 2023-12-07T19:03:41.160024+0000 mgr.a (mgr.14403) 4379 : audit 0 from='client.97905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:44 smithi079 bash[28699]: cluster 2023-12-07T19:03:42.871858+0000 mgr.a (mgr.14403) 4380 : cluster 0 pgmap v3265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:44 smithi194 bash[32038]: cluster 2023-12-07T19:03:42.871858+0000 mgr.a (mgr.14403) 4380 : cluster 0 pgmap v3265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:44 smithi135 bash[32435]: cluster 2023-12-07T19:03:42.871858+0000 mgr.a (mgr.14403) 4380 : cluster 0 pgmap v3265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:46.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:03:46.661 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:46.661 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:46 smithi079 bash[28699]: cluster 2023-12-07T19:03:44.872655+0000 mgr.a (mgr.14403) 4381 : cluster 0 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-07T19:03:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:46 smithi194 bash[32038]: cluster 2023-12-07T19:03:44.872655+0000 mgr.a (mgr.14403) 4381 : cluster 0 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-07T19:03:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:46 smithi135 bash[32435]: cluster 2023-12-07T19:03:44.872655+0000 mgr.a (mgr.14403) 4381 : cluster 0 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-07T19:03:47.547 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:03:47.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:47.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:47.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:47.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:03:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:48 smithi079 bash[28699]: cluster 2023-12-07T19:03:46.873156+0000 mgr.a (mgr.14403) 4382 : cluster 0 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-07T19:03:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:48 smithi079 bash[28699]: audit 2023-12-07T19:03:47.060806+0000 mgr.a (mgr.14403) 4383 : audit 0 from='client.97983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:48 smithi194 bash[32038]: cluster 2023-12-07T19:03:46.873156+0000 mgr.a (mgr.14403) 4382 : cluster 0 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-07T19:03:48.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:48 smithi194 bash[32038]: audit 2023-12-07T19:03:47.060806+0000 mgr.a (mgr.14403) 4383 : audit 0 from='client.97983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:48 smithi135 bash[32435]: cluster 2023-12-07T19:03:46.873156+0000 mgr.a (mgr.14403) 4382 : cluster 0 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-07T19:03:48.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:48 smithi135 bash[32435]: audit 2023-12-07T19:03:47.060806+0000 mgr.a (mgr.14403) 4383 : audit 0 from='client.97983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:50 smithi079 bash[28699]: cluster 2023-12-07T19:03:48.874007+0000 mgr.a (mgr.14403) 4384 : cluster 0 pgmap v3268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:50 smithi194 bash[32038]: cluster 2023-12-07T19:03:48.874007+0000 mgr.a (mgr.14403) 4384 : cluster 0 pgmap v3268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:50 smithi135 bash[32435]: cluster 2023-12-07T19:03:48.874007+0000 mgr.a (mgr.14403) 4384 : cluster 0 pgmap v3268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:52.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:03:52.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:52.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:52 smithi079 bash[28699]: cluster 2023-12-07T19:03:50.874585+0000 mgr.a (mgr.14403) 4385 : cluster 0 pgmap v3269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:52 smithi194 bash[32038]: cluster 2023-12-07T19:03:50.874585+0000 mgr.a (mgr.14403) 4385 : cluster 0 pgmap v3269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:52 smithi135 bash[32435]: cluster 2023-12-07T19:03:50.874585+0000 mgr.a (mgr.14403) 4385 : cluster 0 pgmap v3269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:53.468 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:03:53.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:53.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:53.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:53.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:03:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:54 smithi079 bash[28699]: cluster 2023-12-07T19:03:52.875163+0000 mgr.a (mgr.14403) 4386 : cluster 0 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-07T19:03:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:54 smithi079 bash[28699]: audit 2023-12-07T19:03:52.956158+0000 mgr.a (mgr.14403) 4387 : audit 0 from='client.98058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:54 smithi194 bash[32038]: cluster 2023-12-07T19:03:52.875163+0000 mgr.a (mgr.14403) 4386 : cluster 0 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-07T19:03:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:54 smithi194 bash[32038]: audit 2023-12-07T19:03:52.956158+0000 mgr.a (mgr.14403) 4387 : audit 0 from='client.98058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:54 smithi135 bash[32435]: cluster 2023-12-07T19:03:52.875163+0000 mgr.a (mgr.14403) 4386 : cluster 0 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-07T19:03:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:54 smithi135 bash[32435]: audit 2023-12-07T19:03:52.956158+0000 mgr.a (mgr.14403) 4387 : audit 0 from='client.98058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:03:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:56 smithi079 bash[28699]: cluster 2023-12-07T19:03:54.876034+0000 mgr.a (mgr.14403) 4388 : cluster 0 pgmap v3271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:56 smithi194 bash[32038]: cluster 2023-12-07T19:03:54.876034+0000 mgr.a (mgr.14403) 4388 : cluster 0 pgmap v3271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:56 smithi135 bash[32435]: cluster 2023-12-07T19:03:54.876034+0000 mgr.a (mgr.14403) 4388 : cluster 0 pgmap v3271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:03:58.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:03:58.471 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:03:58.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:03:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:03:58 smithi079 bash[28699]: cluster 2023-12-07T19:03:56.876638+0000 mgr.a (mgr.14403) 4389 : cluster 0 pgmap v3272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:03:58 smithi194 bash[32038]: cluster 2023-12-07T19:03:56.876638+0000 mgr.a (mgr.14403) 4389 : cluster 0 pgmap v3272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:03:58 smithi135 bash[32435]: cluster 2023-12-07T19:03:56.876638+0000 mgr.a (mgr.14403) 4389 : cluster 0 pgmap v3272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:03:59.401 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:03:59.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:03:59.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:03:59.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:03:59.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:04:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:00 smithi079 bash[28699]: cluster 2023-12-07T19:03:58.877315+0000 mgr.a (mgr.14403) 4390 : cluster 0 pgmap v3273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:00 smithi079 bash[28699]: audit 2023-12-07T19:03:58.881454+0000 mgr.a (mgr.14403) 4391 : audit 0 from='client.98136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:00 smithi194 bash[32038]: cluster 2023-12-07T19:03:58.877315+0000 mgr.a (mgr.14403) 4390 : cluster 0 pgmap v3273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:00.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:00 smithi194 bash[32038]: audit 2023-12-07T19:03:58.881454+0000 mgr.a (mgr.14403) 4391 : audit 0 from='client.98136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:00 smithi135 bash[32435]: cluster 2023-12-07T19:03:58.877315+0000 mgr.a (mgr.14403) 4390 : cluster 0 pgmap v3273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:00.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:00 smithi135 bash[32435]: audit 2023-12-07T19:03:58.881454+0000 mgr.a (mgr.14403) 4391 : audit 0 from='client.98136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:02 smithi079 bash[28699]: cluster 2023-12-07T19:04:00.877986+0000 mgr.a (mgr.14403) 4392 : cluster 0 pgmap v3274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:02.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:02 smithi194 bash[32038]: cluster 2023-12-07T19:04:00.877986+0000 mgr.a (mgr.14403) 4392 : cluster 0 pgmap v3274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:02 smithi135 bash[32435]: cluster 2023-12-07T19:04:00.877986+0000 mgr.a (mgr.14403) 4392 : cluster 0 pgmap v3274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:04.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:04:04.405 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:04.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:04 smithi079 bash[28699]: cluster 2023-12-07T19:04:02.878557+0000 mgr.a (mgr.14403) 4393 : cluster 0 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-07T19:04:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:04 smithi194 bash[32038]: cluster 2023-12-07T19:04:02.878557+0000 mgr.a (mgr.14403) 4393 : cluster 0 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-07T19:04:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:04 smithi135 bash[32435]: cluster 2023-12-07T19:04:02.878557+0000 mgr.a (mgr.14403) 4393 : cluster 0 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-07T19:04:05.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:05.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:05.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:05.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:04:05.298 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:04:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:06 smithi079 bash[28699]: audit 2023-12-07T19:04:04.807868+0000 mgr.a (mgr.14403) 4394 : audit 0 from='client.98211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:06 smithi079 bash[28699]: cluster 2023-12-07T19:04:04.879736+0000 mgr.a (mgr.14403) 4395 : cluster 0 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-07T19:04:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:06 smithi194 bash[32038]: audit 2023-12-07T19:04:04.807868+0000 mgr.a (mgr.14403) 4394 : audit 0 from='client.98211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:06.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:06 smithi194 bash[32038]: cluster 2023-12-07T19:04:04.879736+0000 mgr.a (mgr.14403) 4395 : cluster 0 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-07T19:04:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:06 smithi135 bash[32435]: audit 2023-12-07T19:04:04.807868+0000 mgr.a (mgr.14403) 4394 : audit 0 from='client.98211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:06.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:06 smithi135 bash[32435]: cluster 2023-12-07T19:04:04.879736+0000 mgr.a (mgr.14403) 4395 : cluster 0 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-07T19:04:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:08 smithi079 bash[28699]: cluster 2023-12-07T19:04:06.880510+0000 mgr.a (mgr.14403) 4396 : cluster 0 pgmap v3277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:08 smithi194 bash[32038]: cluster 2023-12-07T19:04:06.880510+0000 mgr.a (mgr.14403) 4396 : cluster 0 pgmap v3277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:08 smithi135 bash[32435]: cluster 2023-12-07T19:04:06.880510+0000 mgr.a (mgr.14403) 4396 : cluster 0 pgmap v3277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:10.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:04:10.301 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:10.301 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:10 smithi079 bash[28699]: cluster 2023-12-07T19:04:08.881314+0000 mgr.a (mgr.14403) 4397 : cluster 0 pgmap v3278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:10 smithi194 bash[32038]: cluster 2023-12-07T19:04:08.881314+0000 mgr.a (mgr.14403) 4397 : cluster 0 pgmap v3278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:10.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:10 smithi135 bash[32435]: cluster 2023-12-07T19:04:08.881314+0000 mgr.a (mgr.14403) 4397 : cluster 0 pgmap v3278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:11.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:11.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:11.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:11.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:04:11.218 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:04:11.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:11 smithi079 bash[28699]: audit 2023-12-07T19:04:10.702955+0000 mgr.a (mgr.14403) 4398 : audit 0 from='client.98286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:11.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:11 smithi194 bash[32038]: audit 2023-12-07T19:04:10.702955+0000 mgr.a (mgr.14403) 4398 : audit 0 from='client.98286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:11 smithi135 bash[32435]: audit 2023-12-07T19:04:10.702955+0000 mgr.a (mgr.14403) 4398 : audit 0 from='client.98286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:12 smithi079 bash[28699]: cluster 2023-12-07T19:04:10.882046+0000 mgr.a (mgr.14403) 4399 : cluster 0 pgmap v3279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:12 smithi194 bash[32038]: cluster 2023-12-07T19:04:10.882046+0000 mgr.a (mgr.14403) 4399 : cluster 0 pgmap v3279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:12 smithi135 bash[32435]: cluster 2023-12-07T19:04:10.882046+0000 mgr.a (mgr.14403) 4399 : cluster 0 pgmap v3279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:14.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:14 smithi079 bash[28699]: cluster 2023-12-07T19:04:12.882796+0000 mgr.a (mgr.14403) 4400 : cluster 0 pgmap v3280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:14 smithi194 bash[32038]: cluster 2023-12-07T19:04:12.882796+0000 mgr.a (mgr.14403) 4400 : cluster 0 pgmap v3280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:14 smithi135 bash[32435]: cluster 2023-12-07T19:04:12.882796+0000 mgr.a (mgr.14403) 4400 : cluster 0 pgmap v3280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:16.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:04:16.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:16.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:16 smithi079 bash[28699]: cluster 2023-12-07T19:04:14.883596+0000 mgr.a (mgr.14403) 4401 : cluster 0 pgmap v3281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:16 smithi194 bash[32038]: cluster 2023-12-07T19:04:14.883596+0000 mgr.a (mgr.14403) 4401 : cluster 0 pgmap v3281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:16 smithi135 bash[32435]: cluster 2023-12-07T19:04:14.883596+0000 mgr.a (mgr.14403) 4401 : cluster 0 pgmap v3281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:17.116 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:04:17.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:17.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:17.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:17.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:04:17.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:17 smithi079 bash[28699]: audit 2023-12-07T19:04:16.619512+0000 mgr.a (mgr.14403) 4402 : audit 0 from='client.98358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:17.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:17 smithi194 bash[32038]: audit 2023-12-07T19:04:16.619512+0000 mgr.a (mgr.14403) 4402 : audit 0 from='client.98358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:17 smithi135 bash[32435]: audit 2023-12-07T19:04:16.619512+0000 mgr.a (mgr.14403) 4402 : audit 0 from='client.98358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:18 smithi079 bash[28699]: cluster 2023-12-07T19:04:16.884161+0000 mgr.a (mgr.14403) 4403 : cluster 0 pgmap v3282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:18 smithi194 bash[32038]: cluster 2023-12-07T19:04:16.884161+0000 mgr.a (mgr.14403) 4403 : cluster 0 pgmap v3282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:18 smithi135 bash[32435]: cluster 2023-12-07T19:04:16.884161+0000 mgr.a (mgr.14403) 4403 : cluster 0 pgmap v3282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:19.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:19 smithi079 bash[28699]: audit 2023-12-07T19:04:19.271367+0000 mon.a (mon.0) 1071 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:04:19.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:19 smithi194 bash[32038]: audit 2023-12-07T19:04:19.271367+0000 mon.a (mon.0) 1071 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:04:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:19 smithi135 bash[32435]: audit 2023-12-07T19:04:19.271367+0000 mon.a (mon.0) 1071 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:04:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:20 smithi079 bash[28699]: cluster 2023-12-07T19:04:18.885006+0000 mgr.a (mgr.14403) 4404 : cluster 0 pgmap v3283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:20 smithi079 bash[28699]: audit 2023-12-07T19:04:19.813832+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:04:20.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:20 smithi079 bash[28699]: audit 2023-12-07T19:04:19.825282+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:04:20.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:20 smithi079 bash[28699]: audit 2023-12-07T19:04:20.517121+0000 mon.a (mon.0) 1074 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:04:20.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:20 smithi079 bash[28699]: audit 2023-12-07T19:04:20.519282+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:04:20.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:20 smithi079 bash[28699]: audit 2023-12-07T19:04:20.529200+0000 mon.a (mon.0) 1076 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:04:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:20 smithi194 bash[32038]: cluster 2023-12-07T19:04:18.885006+0000 mgr.a (mgr.14403) 4404 : cluster 0 pgmap v3283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:20 smithi194 bash[32038]: audit 2023-12-07T19:04:19.813832+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:04:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:20 smithi194 bash[32038]: audit 2023-12-07T19:04:19.825282+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:04:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:20 smithi194 bash[32038]: audit 2023-12-07T19:04:20.517121+0000 mon.a (mon.0) 1074 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:04:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:20 smithi194 bash[32038]: audit 2023-12-07T19:04:20.519282+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:04:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:20 smithi194 bash[32038]: audit 2023-12-07T19:04:20.529200+0000 mon.a (mon.0) 1076 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:04:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:20 smithi135 bash[32435]: cluster 2023-12-07T19:04:18.885006+0000 mgr.a (mgr.14403) 4404 : cluster 0 pgmap v3283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:20 smithi135 bash[32435]: audit 2023-12-07T19:04:19.813832+0000 mon.a (mon.0) 1072 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:04:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:20 smithi135 bash[32435]: audit 2023-12-07T19:04:19.825282+0000 mon.a (mon.0) 1073 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:04:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:20 smithi135 bash[32435]: audit 2023-12-07T19:04:20.517121+0000 mon.a (mon.0) 1074 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:04:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:20 smithi135 bash[32435]: audit 2023-12-07T19:04:20.519282+0000 mon.a (mon.0) 1075 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:04:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:20 smithi135 bash[32435]: audit 2023-12-07T19:04:20.529200+0000 mon.a (mon.0) 1076 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:04:22.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:04:22.120 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:22.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:22 smithi079 bash[28699]: cluster 2023-12-07T19:04:20.885557+0000 mgr.a (mgr.14403) 4405 : cluster 0 pgmap v3284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:22 smithi194 bash[32038]: cluster 2023-12-07T19:04:20.885557+0000 mgr.a (mgr.14403) 4405 : cluster 0 pgmap v3284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:22 smithi135 bash[32435]: cluster 2023-12-07T19:04:20.885557+0000 mgr.a (mgr.14403) 4405 : cluster 0 pgmap v3284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:23.005 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:04:23.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:23.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:23.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:23.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:04:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:23 smithi079 bash[28699]: audit 2023-12-07T19:04:22.525011+0000 mgr.a (mgr.14403) 4406 : audit 0 from='client.98436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:23.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:23 smithi194 bash[32038]: audit 2023-12-07T19:04:22.525011+0000 mgr.a (mgr.14403) 4406 : audit 0 from='client.98436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:23 smithi135 bash[32435]: audit 2023-12-07T19:04:22.525011+0000 mgr.a (mgr.14403) 4406 : audit 0 from='client.98436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:24 smithi079 bash[28699]: cluster 2023-12-07T19:04:22.886676+0000 mgr.a (mgr.14403) 4407 : cluster 0 pgmap v3285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:24 smithi194 bash[32038]: cluster 2023-12-07T19:04:22.886676+0000 mgr.a (mgr.14403) 4407 : cluster 0 pgmap v3285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:24 smithi135 bash[32435]: cluster 2023-12-07T19:04:22.886676+0000 mgr.a (mgr.14403) 4407 : cluster 0 pgmap v3285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:26 smithi079 bash[28699]: cluster 2023-12-07T19:04:24.887674+0000 mgr.a (mgr.14403) 4408 : cluster 0 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-07T19:04:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:26 smithi194 bash[32038]: cluster 2023-12-07T19:04:24.887674+0000 mgr.a (mgr.14403) 4408 : cluster 0 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-07T19:04:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:26 smithi135 bash[32435]: cluster 2023-12-07T19:04:24.887674+0000 mgr.a (mgr.14403) 4408 : cluster 0 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-07T19:04:28.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:04:28.009 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:28.009 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:28 smithi079 bash[28699]: cluster 2023-12-07T19:04:26.888280+0000 mgr.a (mgr.14403) 4409 : cluster 0 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-07T19:04:28.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:28.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:28.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:28.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:04:28.906 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:04:28.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:28 smithi194 bash[32038]: cluster 2023-12-07T19:04:26.888280+0000 mgr.a (mgr.14403) 4409 : cluster 0 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-07T19:04:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:28 smithi135 bash[32435]: cluster 2023-12-07T19:04:26.888280+0000 mgr.a (mgr.14403) 4409 : cluster 0 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-07T19:04:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:29 smithi079 bash[28699]: audit 2023-12-07T19:04:28.409379+0000 mgr.a (mgr.14403) 4410 : audit 0 from='client.98511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:29.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:29 smithi194 bash[32038]: audit 2023-12-07T19:04:28.409379+0000 mgr.a (mgr.14403) 4410 : audit 0 from='client.98511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:29 smithi135 bash[32435]: audit 2023-12-07T19:04:28.409379+0000 mgr.a (mgr.14403) 4410 : audit 0 from='client.98511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:30 smithi079 bash[28699]: cluster 2023-12-07T19:04:28.889041+0000 mgr.a (mgr.14403) 4411 : cluster 0 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-07T19:04:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:30 smithi194 bash[32038]: cluster 2023-12-07T19:04:28.889041+0000 mgr.a (mgr.14403) 4411 : cluster 0 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-07T19:04:30.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:30 smithi135 bash[32435]: cluster 2023-12-07T19:04:28.889041+0000 mgr.a (mgr.14403) 4411 : cluster 0 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-07T19:04:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:32 smithi079 bash[28699]: cluster 2023-12-07T19:04:30.889598+0000 mgr.a (mgr.14403) 4412 : cluster 0 pgmap v3289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:32 smithi194 bash[32038]: cluster 2023-12-07T19:04:30.889598+0000 mgr.a (mgr.14403) 4412 : cluster 0 pgmap v3289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:32 smithi135 bash[32435]: cluster 2023-12-07T19:04:30.889598+0000 mgr.a (mgr.14403) 4412 : cluster 0 pgmap v3289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:33.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:04:33.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:33.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:34.811 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:04:34.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:34.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:34.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:34.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:04:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:34 smithi079 bash[28699]: cluster 2023-12-07T19:04:32.890137+0000 mgr.a (mgr.14403) 4413 : cluster 0 pgmap v3290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:34.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:34 smithi194 bash[32038]: cluster 2023-12-07T19:04:32.890137+0000 mgr.a (mgr.14403) 4413 : cluster 0 pgmap v3290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:34 smithi135 bash[32435]: cluster 2023-12-07T19:04:32.890137+0000 mgr.a (mgr.14403) 4413 : cluster 0 pgmap v3290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:04:35.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:35 smithi194 bash[32038]: audit 2023-12-07T19:04:34.311751+0000 mgr.a (mgr.14403) 4414 : audit 0 from='client.98583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:35 smithi135 bash[32435]: audit 2023-12-07T19:04:34.311751+0000 mgr.a (mgr.14403) 4414 : audit 0 from='client.98583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:36.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:35 smithi079 bash[28699]: audit 2023-12-07T19:04:34.311751+0000 mgr.a (mgr.14403) 4414 : audit 0 from='client.98583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:36.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:36 smithi194 bash[32038]: cluster 2023-12-07T19:04:34.891315+0000 mgr.a (mgr.14403) 4415 : cluster 0 pgmap v3291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:36 smithi135 bash[32435]: cluster 2023-12-07T19:04:34.891315+0000 mgr.a (mgr.14403) 4415 : cluster 0 pgmap v3291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:36 smithi079 bash[28699]: cluster 2023-12-07T19:04:34.891315+0000 mgr.a (mgr.14403) 4415 : cluster 0 pgmap v3291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:38 smithi194 bash[32038]: cluster 2023-12-07T19:04:36.891874+0000 mgr.a (mgr.14403) 4416 : cluster 0 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-07T19:04:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:38 smithi135 bash[32435]: cluster 2023-12-07T19:04:36.891874+0000 mgr.a (mgr.14403) 4416 : cluster 0 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-07T19:04:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:38 smithi079 bash[28699]: cluster 2023-12-07T19:04:36.891874+0000 mgr.a (mgr.14403) 4416 : cluster 0 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-07T19:04:39.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:04:39.814 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:39.814 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:40.702 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:04:40.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:40.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:40.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:40.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:04:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:40 smithi194 bash[32038]: cluster 2023-12-07T19:04:38.892719+0000 mgr.a (mgr.14403) 4417 : cluster 0 pgmap v3293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:40 smithi135 bash[32435]: cluster 2023-12-07T19:04:38.892719+0000 mgr.a (mgr.14403) 4417 : cluster 0 pgmap v3293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:40 smithi079 bash[28699]: cluster 2023-12-07T19:04:38.892719+0000 mgr.a (mgr.14403) 4417 : cluster 0 pgmap v3293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:41.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:41 smithi194 bash[32038]: audit 2023-12-07T19:04:40.212519+0000 mgr.a (mgr.14403) 4418 : audit 0 from='client.98658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:41 smithi135 bash[32435]: audit 2023-12-07T19:04:40.212519+0000 mgr.a (mgr.14403) 4418 : audit 0 from='client.98658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:42.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:41 smithi079 bash[28699]: audit 2023-12-07T19:04:40.212519+0000 mgr.a (mgr.14403) 4418 : audit 0 from='client.98658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:42 smithi194 bash[32038]: cluster 2023-12-07T19:04:40.893423+0000 mgr.a (mgr.14403) 4419 : cluster 0 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-07T19:04:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:42 smithi135 bash[32435]: cluster 2023-12-07T19:04:40.893423+0000 mgr.a (mgr.14403) 4419 : cluster 0 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-07T19:04:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:42 smithi079 bash[28699]: cluster 2023-12-07T19:04:40.893423+0000 mgr.a (mgr.14403) 4419 : cluster 0 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-07T19:04:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:44 smithi194 bash[32038]: cluster 2023-12-07T19:04:42.894028+0000 mgr.a (mgr.14403) 4420 : cluster 0 pgmap v3295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:44 smithi135 bash[32435]: cluster 2023-12-07T19:04:42.894028+0000 mgr.a (mgr.14403) 4420 : cluster 0 pgmap v3295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:44 smithi079 bash[28699]: cluster 2023-12-07T19:04:42.894028+0000 mgr.a (mgr.14403) 4420 : cluster 0 pgmap v3295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:45.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:04:45.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:45.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:46.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:46.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:46.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:46.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:04:46.619 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:04:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:46 smithi194 bash[32038]: cluster 2023-12-07T19:04:44.894861+0000 mgr.a (mgr.14403) 4421 : cluster 0 pgmap v3296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:46 smithi135 bash[32435]: cluster 2023-12-07T19:04:44.894861+0000 mgr.a (mgr.14403) 4421 : cluster 0 pgmap v3296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:46 smithi079 bash[28699]: cluster 2023-12-07T19:04:44.894861+0000 mgr.a (mgr.14403) 4421 : cluster 0 pgmap v3296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:47.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:47 smithi194 bash[32038]: audit 2023-12-07T19:04:46.106848+0000 mgr.a (mgr.14403) 4422 : audit 0 from='client.98733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:47 smithi135 bash[32435]: audit 2023-12-07T19:04:46.106848+0000 mgr.a (mgr.14403) 4422 : audit 0 from='client.98733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:48.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:47 smithi079 bash[28699]: audit 2023-12-07T19:04:46.106848+0000 mgr.a (mgr.14403) 4422 : audit 0 from='client.98733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:48 smithi194 bash[32038]: cluster 2023-12-07T19:04:46.895669+0000 mgr.a (mgr.14403) 4423 : cluster 0 pgmap v3297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:48 smithi135 bash[32435]: cluster 2023-12-07T19:04:46.895669+0000 mgr.a (mgr.14403) 4423 : cluster 0 pgmap v3297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:48 smithi079 bash[28699]: cluster 2023-12-07T19:04:46.895669+0000 mgr.a (mgr.14403) 4423 : cluster 0 pgmap v3297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:50 smithi194 bash[32038]: cluster 2023-12-07T19:04:48.896470+0000 mgr.a (mgr.14403) 4424 : cluster 0 pgmap v3298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:50 smithi135 bash[32435]: cluster 2023-12-07T19:04:48.896470+0000 mgr.a (mgr.14403) 4424 : cluster 0 pgmap v3298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:50 smithi079 bash[28699]: cluster 2023-12-07T19:04:48.896470+0000 mgr.a (mgr.14403) 4424 : cluster 0 pgmap v3298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:51.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:04:51.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:51.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:52.521 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:04:52.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:52.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:52.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:52.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:04:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:52 smithi194 bash[32038]: cluster 2023-12-07T19:04:50.897048+0000 mgr.a (mgr.14403) 4425 : cluster 0 pgmap v3299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:52 smithi135 bash[32435]: cluster 2023-12-07T19:04:50.897048+0000 mgr.a (mgr.14403) 4425 : cluster 0 pgmap v3299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:52 smithi079 bash[28699]: cluster 2023-12-07T19:04:50.897048+0000 mgr.a (mgr.14403) 4425 : cluster 0 pgmap v3299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:53.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:53 smithi194 bash[32038]: audit 2023-12-07T19:04:52.016515+0000 mgr.a (mgr.14403) 4426 : audit 0 from='client.98808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:53 smithi135 bash[32435]: audit 2023-12-07T19:04:52.016515+0000 mgr.a (mgr.14403) 4426 : audit 0 from='client.98808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:54.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:53 smithi079 bash[28699]: audit 2023-12-07T19:04:52.016515+0000 mgr.a (mgr.14403) 4426 : audit 0 from='client.98808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:04:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:54 smithi194 bash[32038]: cluster 2023-12-07T19:04:52.897735+0000 mgr.a (mgr.14403) 4427 : cluster 0 pgmap v3300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:54 smithi135 bash[32435]: cluster 2023-12-07T19:04:52.897735+0000 mgr.a (mgr.14403) 4427 : cluster 0 pgmap v3300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:54 smithi079 bash[28699]: cluster 2023-12-07T19:04:52.897735+0000 mgr.a (mgr.14403) 4427 : cluster 0 pgmap v3300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:56 smithi135 bash[32435]: cluster 2023-12-07T19:04:54.898545+0000 mgr.a (mgr.14403) 4428 : cluster 0 pgmap v3301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:56 smithi079 bash[28699]: cluster 2023-12-07T19:04:54.898545+0000 mgr.a (mgr.14403) 4428 : cluster 0 pgmap v3301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:56 smithi194 bash[32038]: cluster 2023-12-07T19:04:54.898545+0000 mgr.a (mgr.14403) 4428 : cluster 0 pgmap v3301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:04:57.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:04:57.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:04:57.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:04:58.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:04:58.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:04:58.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:04:58.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:04:58.406 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:04:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:58 smithi079 bash[28699]: cluster 2023-12-07T19:04:56.899168+0000 mgr.a (mgr.14403) 4429 : cluster 0 pgmap v3302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:58 smithi194 bash[32038]: cluster 2023-12-07T19:04:56.899168+0000 mgr.a (mgr.14403) 4429 : cluster 0 pgmap v3302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:04:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:58 smithi135 bash[32435]: cluster 2023-12-07T19:04:56.899168+0000 mgr.a (mgr.14403) 4429 : cluster 0 pgmap v3302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:00.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:04:59 smithi079 bash[28699]: audit 2023-12-07T19:04:57.933456+0000 mgr.a (mgr.14403) 4430 : audit 0 from='client.98883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:00.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:04:59 smithi194 bash[32038]: audit 2023-12-07T19:04:57.933456+0000 mgr.a (mgr.14403) 4430 : audit 0 from='client.98883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:00.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:04:59 smithi135 bash[32435]: audit 2023-12-07T19:04:57.933456+0000 mgr.a (mgr.14403) 4430 : audit 0 from='client.98883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:00 smithi079 bash[28699]: cluster 2023-12-07T19:04:58.899986+0000 mgr.a (mgr.14403) 4431 : cluster 0 pgmap v3303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:01.151 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:00 smithi135 bash[32435]: cluster 2023-12-07T19:04:58.899986+0000 mgr.a (mgr.14403) 4431 : cluster 0 pgmap v3303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:00 smithi194 bash[32038]: cluster 2023-12-07T19:04:58.899986+0000 mgr.a (mgr.14403) 4431 : cluster 0 pgmap v3303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:02 smithi079 bash[28699]: cluster 2023-12-07T19:05:00.900550+0000 mgr.a (mgr.14403) 4432 : cluster 0 pgmap v3304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:02 smithi194 bash[32038]: cluster 2023-12-07T19:05:00.900550+0000 mgr.a (mgr.14403) 4432 : cluster 0 pgmap v3304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:02 smithi135 bash[32435]: cluster 2023-12-07T19:05:00.900550+0000 mgr.a (mgr.14403) 4432 : cluster 0 pgmap v3304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:03.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:05:03.410 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:03.410 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:04.312 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:05:04.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:04.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:04.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:04.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:05:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:04 smithi079 bash[28699]: cluster 2023-12-07T19:05:02.901113+0000 mgr.a (mgr.14403) 4433 : cluster 0 pgmap v3305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:04 smithi194 bash[32038]: cluster 2023-12-07T19:05:02.901113+0000 mgr.a (mgr.14403) 4433 : cluster 0 pgmap v3305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:04 smithi135 bash[32435]: cluster 2023-12-07T19:05:02.901113+0000 mgr.a (mgr.14403) 4433 : cluster 0 pgmap v3305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:06.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:05 smithi079 bash[28699]: audit 2023-12-07T19:05:03.817223+0000 mgr.a (mgr.14403) 4434 : audit 0 from='client.98961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:06.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:05 smithi194 bash[32038]: audit 2023-12-07T19:05:03.817223+0000 mgr.a (mgr.14403) 4434 : audit 0 from='client.98961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:06.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:05 smithi135 bash[32435]: audit 2023-12-07T19:05:03.817223+0000 mgr.a (mgr.14403) 4434 : audit 0 from='client.98961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:06 smithi079 bash[28699]: cluster 2023-12-07T19:05:04.902207+0000 mgr.a (mgr.14403) 4435 : cluster 0 pgmap v3306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:06 smithi194 bash[32038]: cluster 2023-12-07T19:05:04.902207+0000 mgr.a (mgr.14403) 4435 : cluster 0 pgmap v3306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:06 smithi135 bash[32435]: cluster 2023-12-07T19:05:04.902207+0000 mgr.a (mgr.14403) 4435 : cluster 0 pgmap v3306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:07 smithi079 bash[28699]: cluster 2023-12-07T19:05:06.902804+0000 mgr.a (mgr.14403) 4436 : cluster 0 pgmap v3307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:07 smithi194 bash[32038]: cluster 2023-12-07T19:05:06.902804+0000 mgr.a (mgr.14403) 4436 : cluster 0 pgmap v3307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:08.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:07 smithi135 bash[32435]: cluster 2023-12-07T19:05:06.902804+0000 mgr.a (mgr.14403) 4436 : cluster 0 pgmap v3307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:09.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:05:09.315 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:09.315 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:10.194 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:05:10.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:10.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:10.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:10.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:05:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:09 smithi079 bash[28699]: cluster 2023-12-07T19:05:08.903534+0000 mgr.a (mgr.14403) 4437 : cluster 0 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-07T19:05:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:09 smithi079 bash[28699]: audit 2023-12-07T19:05:09.718947+0000 mgr.a (mgr.14403) 4438 : audit 0 from='client.99039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:10.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:09 smithi194 bash[32038]: cluster 2023-12-07T19:05:08.903534+0000 mgr.a (mgr.14403) 4437 : cluster 0 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-07T19:05:10.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:09 smithi194 bash[32038]: audit 2023-12-07T19:05:09.718947+0000 mgr.a (mgr.14403) 4438 : audit 0 from='client.99039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:09 smithi135 bash[32435]: cluster 2023-12-07T19:05:08.903534+0000 mgr.a (mgr.14403) 4437 : cluster 0 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-07T19:05:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:09 smithi135 bash[32435]: audit 2023-12-07T19:05:09.718947+0000 mgr.a (mgr.14403) 4438 : audit 0 from='client.99039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:12 smithi079 bash[28699]: cluster 2023-12-07T19:05:10.904107+0000 mgr.a (mgr.14403) 4439 : cluster 0 pgmap v3309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:12.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:12 smithi194 bash[32038]: cluster 2023-12-07T19:05:10.904107+0000 mgr.a (mgr.14403) 4439 : cluster 0 pgmap v3309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:12 smithi135 bash[32435]: cluster 2023-12-07T19:05:10.904107+0000 mgr.a (mgr.14403) 4439 : cluster 0 pgmap v3309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:14 smithi079 bash[28699]: cluster 2023-12-07T19:05:12.904840+0000 mgr.a (mgr.14403) 4440 : cluster 0 pgmap v3310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:14.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:14 smithi194 bash[32038]: cluster 2023-12-07T19:05:12.904840+0000 mgr.a (mgr.14403) 4440 : cluster 0 pgmap v3310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:14 smithi135 bash[32435]: cluster 2023-12-07T19:05:12.904840+0000 mgr.a (mgr.14403) 4440 : cluster 0 pgmap v3310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:15.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:05:15.198 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:15.198 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:16.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:16.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:16.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:16.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:05:16.103 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:05:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:16 smithi079 bash[28699]: cluster 2023-12-07T19:05:14.905699+0000 mgr.a (mgr.14403) 4441 : cluster 0 pgmap v3311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:16 smithi079 bash[28699]: audit 2023-12-07T19:05:15.612180+0000 mgr.a (mgr.14403) 4442 : audit 0 from='client.99114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:16.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:16 smithi194 bash[32038]: cluster 2023-12-07T19:05:14.905699+0000 mgr.a (mgr.14403) 4441 : cluster 0 pgmap v3311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:16.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:16 smithi194 bash[32038]: audit 2023-12-07T19:05:15.612180+0000 mgr.a (mgr.14403) 4442 : audit 0 from='client.99114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:16 smithi135 bash[32435]: cluster 2023-12-07T19:05:14.905699+0000 mgr.a (mgr.14403) 4441 : cluster 0 pgmap v3311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:16 smithi135 bash[32435]: audit 2023-12-07T19:05:15.612180+0000 mgr.a (mgr.14403) 4442 : audit 0 from='client.99114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:18 smithi079 bash[28699]: cluster 2023-12-07T19:05:16.906324+0000 mgr.a (mgr.14403) 4443 : cluster 0 pgmap v3312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:18.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:18 smithi194 bash[32038]: cluster 2023-12-07T19:05:16.906324+0000 mgr.a (mgr.14403) 4443 : cluster 0 pgmap v3312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:18 smithi135 bash[32435]: cluster 2023-12-07T19:05:16.906324+0000 mgr.a (mgr.14403) 4443 : cluster 0 pgmap v3312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:20 smithi079 bash[28699]: cluster 2023-12-07T19:05:18.907168+0000 mgr.a (mgr.14403) 4444 : cluster 0 pgmap v3313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:20 smithi194 bash[32038]: cluster 2023-12-07T19:05:18.907168+0000 mgr.a (mgr.14403) 4444 : cluster 0 pgmap v3313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:20 smithi135 bash[32435]: cluster 2023-12-07T19:05:18.907168+0000 mgr.a (mgr.14403) 4444 : cluster 0 pgmap v3313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:21.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:05:21.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:21.107 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:21 smithi079 bash[28699]: audit 2023-12-07T19:05:20.630758+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:05:21.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:21 smithi194 bash[32038]: audit 2023-12-07T19:05:20.630758+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:05:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:21 smithi135 bash[32435]: audit 2023-12-07T19:05:20.630758+0000 mon.a (mon.0) 1077 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:05:22.007 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:05:22.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:22.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:22.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:22.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:05:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:22 smithi079 bash[28699]: cluster 2023-12-07T19:05:20.907560+0000 mgr.a (mgr.14403) 4445 : cluster 0 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-07T19:05:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:22 smithi079 bash[28699]: audit 2023-12-07T19:05:21.368082+0000 mon.a (mon.0) 1078 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:05:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:22 smithi079 bash[28699]: audit 2023-12-07T19:05:21.369453+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:05:22.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:22 smithi079 bash[28699]: audit 2023-12-07T19:05:21.378023+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:05:22.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:22 smithi079 bash[28699]: audit 2023-12-07T19:05:21.527776+0000 mgr.a (mgr.14403) 4446 : audit 0 from='client.99189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:22 smithi194 bash[32038]: cluster 2023-12-07T19:05:20.907560+0000 mgr.a (mgr.14403) 4445 : cluster 0 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-07T19:05:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:22 smithi194 bash[32038]: audit 2023-12-07T19:05:21.368082+0000 mon.a (mon.0) 1078 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:05:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:22 smithi194 bash[32038]: audit 2023-12-07T19:05:21.369453+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:05:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:22 smithi194 bash[32038]: audit 2023-12-07T19:05:21.378023+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:05:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:22 smithi194 bash[32038]: audit 2023-12-07T19:05:21.527776+0000 mgr.a (mgr.14403) 4446 : audit 0 from='client.99189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:22 smithi135 bash[32435]: cluster 2023-12-07T19:05:20.907560+0000 mgr.a (mgr.14403) 4445 : cluster 0 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-07T19:05:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:22 smithi135 bash[32435]: audit 2023-12-07T19:05:21.368082+0000 mon.a (mon.0) 1078 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:05:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:22 smithi135 bash[32435]: audit 2023-12-07T19:05:21.369453+0000 mon.a (mon.0) 1079 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:05:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:22 smithi135 bash[32435]: audit 2023-12-07T19:05:21.378023+0000 mon.a (mon.0) 1080 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:05:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:22 smithi135 bash[32435]: audit 2023-12-07T19:05:21.527776+0000 mgr.a (mgr.14403) 4446 : audit 0 from='client.99189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:24 smithi079 bash[28699]: cluster 2023-12-07T19:05:22.908160+0000 mgr.a (mgr.14403) 4447 : cluster 0 pgmap v3315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:24.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:24 smithi194 bash[32038]: cluster 2023-12-07T19:05:22.908160+0000 mgr.a (mgr.14403) 4447 : cluster 0 pgmap v3315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:24 smithi135 bash[32435]: cluster 2023-12-07T19:05:22.908160+0000 mgr.a (mgr.14403) 4447 : cluster 0 pgmap v3315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:26 smithi079 bash[28699]: cluster 2023-12-07T19:05:24.908963+0000 mgr.a (mgr.14403) 4448 : cluster 0 pgmap v3316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:26 smithi194 bash[32038]: cluster 2023-12-07T19:05:24.908963+0000 mgr.a (mgr.14403) 4448 : cluster 0 pgmap v3316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:26 smithi135 bash[32435]: cluster 2023-12-07T19:05:24.908963+0000 mgr.a (mgr.14403) 4448 : cluster 0 pgmap v3316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:27.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:05:27.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:27.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:27.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:27.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:27.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:27.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:05:27.887 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:05:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:28 smithi079 bash[28699]: cluster 2023-12-07T19:05:26.909502+0000 mgr.a (mgr.14403) 4449 : cluster 0 pgmap v3317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:28 smithi079 bash[28699]: audit 2023-12-07T19:05:27.407878+0000 mgr.a (mgr.14403) 4450 : audit 0 from='client.99261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:28 smithi194 bash[32038]: cluster 2023-12-07T19:05:26.909502+0000 mgr.a (mgr.14403) 4449 : cluster 0 pgmap v3317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:28 smithi194 bash[32038]: audit 2023-12-07T19:05:27.407878+0000 mgr.a (mgr.14403) 4450 : audit 0 from='client.99261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:28 smithi135 bash[32435]: cluster 2023-12-07T19:05:26.909502+0000 mgr.a (mgr.14403) 4449 : cluster 0 pgmap v3317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:28 smithi135 bash[32435]: audit 2023-12-07T19:05:27.407878+0000 mgr.a (mgr.14403) 4450 : audit 0 from='client.99261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:30 smithi079 bash[28699]: cluster 2023-12-07T19:05:28.910332+0000 mgr.a (mgr.14403) 4451 : cluster 0 pgmap v3318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:30 smithi194 bash[32038]: cluster 2023-12-07T19:05:28.910332+0000 mgr.a (mgr.14403) 4451 : cluster 0 pgmap v3318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:30 smithi135 bash[32435]: cluster 2023-12-07T19:05:28.910332+0000 mgr.a (mgr.14403) 4451 : cluster 0 pgmap v3318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:32 smithi079 bash[28699]: cluster 2023-12-07T19:05:30.910886+0000 mgr.a (mgr.14403) 4452 : cluster 0 pgmap v3319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:32 smithi194 bash[32038]: cluster 2023-12-07T19:05:30.910886+0000 mgr.a (mgr.14403) 4452 : cluster 0 pgmap v3319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:32 smithi135 bash[32435]: cluster 2023-12-07T19:05:30.910886+0000 mgr.a (mgr.14403) 4452 : cluster 0 pgmap v3319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:32.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:05:32.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:32.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:33.779 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:05:33.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:33.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:33.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:33.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:05:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:34 smithi079 bash[28699]: cluster 2023-12-07T19:05:32.911430+0000 mgr.a (mgr.14403) 4453 : cluster 0 pgmap v3320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:34 smithi079 bash[28699]: audit 2023-12-07T19:05:33.288186+0000 mgr.a (mgr.14403) 4454 : audit 0 from='client.99333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:34 smithi194 bash[32038]: cluster 2023-12-07T19:05:32.911430+0000 mgr.a (mgr.14403) 4453 : cluster 0 pgmap v3320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:34 smithi194 bash[32038]: audit 2023-12-07T19:05:33.288186+0000 mgr.a (mgr.14403) 4454 : audit 0 from='client.99333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:34 smithi135 bash[32435]: cluster 2023-12-07T19:05:32.911430+0000 mgr.a (mgr.14403) 4453 : cluster 0 pgmap v3320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:34 smithi135 bash[32435]: audit 2023-12-07T19:05:33.288186+0000 mgr.a (mgr.14403) 4454 : audit 0 from='client.99333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:36 smithi079 bash[28699]: cluster 2023-12-07T19:05:34.912407+0000 mgr.a (mgr.14403) 4455 : cluster 0 pgmap v3321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:05:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:36 smithi194 bash[32038]: cluster 2023-12-07T19:05:34.912407+0000 mgr.a (mgr.14403) 4455 : cluster 0 pgmap v3321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:05:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:36 smithi135 bash[32435]: cluster 2023-12-07T19:05:34.912407+0000 mgr.a (mgr.14403) 4455 : cluster 0 pgmap v3321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:05:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:38 smithi079 bash[28699]: cluster 2023-12-07T19:05:36.912957+0000 mgr.a (mgr.14403) 4456 : cluster 0 pgmap v3322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:05:38.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:38 smithi194 bash[32038]: cluster 2023-12-07T19:05:36.912957+0000 mgr.a (mgr.14403) 4456 : cluster 0 pgmap v3322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:05:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:38 smithi135 bash[32435]: cluster 2023-12-07T19:05:36.912957+0000 mgr.a (mgr.14403) 4456 : cluster 0 pgmap v3322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:05:38.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:05:38.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:38.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:39.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:39.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:39.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:39.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:05:39.699 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:05:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:40 smithi079 bash[28699]: cluster 2023-12-07T19:05:38.913701+0000 mgr.a (mgr.14403) 4457 : cluster 0 pgmap v3323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:40 smithi079 bash[28699]: audit 2023-12-07T19:05:39.189304+0000 mgr.a (mgr.14403) 4458 : audit 0 from='client.99408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:40.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:40 smithi194 bash[32038]: cluster 2023-12-07T19:05:38.913701+0000 mgr.a (mgr.14403) 4457 : cluster 0 pgmap v3323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:40 smithi194 bash[32038]: audit 2023-12-07T19:05:39.189304+0000 mgr.a (mgr.14403) 4458 : audit 0 from='client.99408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:40 smithi135 bash[32435]: cluster 2023-12-07T19:05:38.913701+0000 mgr.a (mgr.14403) 4457 : cluster 0 pgmap v3323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:40 smithi135 bash[32435]: audit 2023-12-07T19:05:39.189304+0000 mgr.a (mgr.14403) 4458 : audit 0 from='client.99408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:42 smithi079 bash[28699]: cluster 2023-12-07T19:05:40.914398+0000 mgr.a (mgr.14403) 4459 : cluster 0 pgmap v3324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:42.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:42 smithi194 bash[32038]: cluster 2023-12-07T19:05:40.914398+0000 mgr.a (mgr.14403) 4459 : cluster 0 pgmap v3324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:42 smithi135 bash[32435]: cluster 2023-12-07T19:05:40.914398+0000 mgr.a (mgr.14403) 4459 : cluster 0 pgmap v3324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:44 smithi079 bash[28699]: cluster 2023-12-07T19:05:42.915006+0000 mgr.a (mgr.14403) 4460 : cluster 0 pgmap v3325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:44.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:05:44.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:44.702 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:44 smithi194 bash[32038]: cluster 2023-12-07T19:05:42.915006+0000 mgr.a (mgr.14403) 4460 : cluster 0 pgmap v3325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:44 smithi135 bash[32435]: cluster 2023-12-07T19:05:42.915006+0000 mgr.a (mgr.14403) 4460 : cluster 0 pgmap v3325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:05:45.606 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:05:45.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:45.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:45.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:45.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:05:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:46 smithi079 bash[28699]: cluster 2023-12-07T19:05:44.915715+0000 mgr.a (mgr.14403) 4461 : cluster 0 pgmap v3326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:46 smithi079 bash[28699]: audit 2023-12-07T19:05:45.101612+0000 mgr.a (mgr.14403) 4462 : audit 0 from='client.99480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:46.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:46 smithi194 bash[32038]: cluster 2023-12-07T19:05:44.915715+0000 mgr.a (mgr.14403) 4461 : cluster 0 pgmap v3326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:46.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:46 smithi194 bash[32038]: audit 2023-12-07T19:05:45.101612+0000 mgr.a (mgr.14403) 4462 : audit 0 from='client.99480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:46 smithi135 bash[32435]: cluster 2023-12-07T19:05:44.915715+0000 mgr.a (mgr.14403) 4461 : cluster 0 pgmap v3326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:46 smithi135 bash[32435]: audit 2023-12-07T19:05:45.101612+0000 mgr.a (mgr.14403) 4462 : audit 0 from='client.99480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:48 smithi079 bash[28699]: cluster 2023-12-07T19:05:46.916528+0000 mgr.a (mgr.14403) 4463 : cluster 0 pgmap v3327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:05:48.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:48 smithi194 bash[32038]: cluster 2023-12-07T19:05:46.916528+0000 mgr.a (mgr.14403) 4463 : cluster 0 pgmap v3327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:05:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:48 smithi135 bash[32435]: cluster 2023-12-07T19:05:46.916528+0000 mgr.a (mgr.14403) 4463 : cluster 0 pgmap v3327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:05:50.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:05:50.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:50.609 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:50 smithi079 bash[28699]: cluster 2023-12-07T19:05:48.917352+0000 mgr.a (mgr.14403) 4464 : cluster 0 pgmap v3328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:05:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:50 smithi194 bash[32038]: cluster 2023-12-07T19:05:48.917352+0000 mgr.a (mgr.14403) 4464 : cluster 0 pgmap v3328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:05:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:50 smithi135 bash[32435]: cluster 2023-12-07T19:05:48.917352+0000 mgr.a (mgr.14403) 4464 : cluster 0 pgmap v3328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:05:51.527 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:05:51.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:51.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:51.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:51.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:05:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:52 smithi079 bash[28699]: cluster 2023-12-07T19:05:50.917997+0000 mgr.a (mgr.14403) 4465 : cluster 0 pgmap v3329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:52 smithi079 bash[28699]: audit 2023-12-07T19:05:51.013742+0000 mgr.a (mgr.14403) 4466 : audit 0 from='client.99555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:52.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:52 smithi194 bash[32038]: cluster 2023-12-07T19:05:50.917997+0000 mgr.a (mgr.14403) 4465 : cluster 0 pgmap v3329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:52.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:52 smithi194 bash[32038]: audit 2023-12-07T19:05:51.013742+0000 mgr.a (mgr.14403) 4466 : audit 0 from='client.99555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:52.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:52 smithi135 bash[32435]: cluster 2023-12-07T19:05:50.917997+0000 mgr.a (mgr.14403) 4465 : cluster 0 pgmap v3329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:52.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:52 smithi135 bash[32435]: audit 2023-12-07T19:05:51.013742+0000 mgr.a (mgr.14403) 4466 : audit 0 from='client.99555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:54 smithi079 bash[28699]: cluster 2023-12-07T19:05:52.918738+0000 mgr.a (mgr.14403) 4467 : cluster 0 pgmap v3330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:54.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:54 smithi194 bash[32038]: cluster 2023-12-07T19:05:52.918738+0000 mgr.a (mgr.14403) 4467 : cluster 0 pgmap v3330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:54 smithi135 bash[32435]: cluster 2023-12-07T19:05:52.918738+0000 mgr.a (mgr.14403) 4467 : cluster 0 pgmap v3330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:56.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:05:56.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:05:56.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:05:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:56 smithi079 bash[28699]: cluster 2023-12-07T19:05:54.919536+0000 mgr.a (mgr.14403) 4468 : cluster 0 pgmap v3331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:56.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:56 smithi194 bash[32038]: cluster 2023-12-07T19:05:54.919536+0000 mgr.a (mgr.14403) 4468 : cluster 0 pgmap v3331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:56 smithi135 bash[32435]: cluster 2023-12-07T19:05:54.919536+0000 mgr.a (mgr.14403) 4468 : cluster 0 pgmap v3331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:05:57.468 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:05:57.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:05:57.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:05:57.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:05:57.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:05:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:58 smithi079 bash[28699]: cluster 2023-12-07T19:05:56.919907+0000 mgr.a (mgr.14403) 4469 : cluster 0 pgmap v3332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:05:58 smithi079 bash[28699]: audit 2023-12-07T19:05:56.932731+0000 mgr.a (mgr.14403) 4470 : audit 0 from='client.99627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:58 smithi194 bash[32038]: cluster 2023-12-07T19:05:56.919907+0000 mgr.a (mgr.14403) 4469 : cluster 0 pgmap v3332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:05:58 smithi194 bash[32038]: audit 2023-12-07T19:05:56.932731+0000 mgr.a (mgr.14403) 4470 : audit 0 from='client.99627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:05:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:58 smithi135 bash[32435]: cluster 2023-12-07T19:05:56.919907+0000 mgr.a (mgr.14403) 4469 : cluster 0 pgmap v3332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:05:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:05:58 smithi135 bash[32435]: audit 2023-12-07T19:05:56.932731+0000 mgr.a (mgr.14403) 4470 : audit 0 from='client.99627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:00 smithi079 bash[28699]: cluster 2023-12-07T19:05:58.920749+0000 mgr.a (mgr.14403) 4471 : cluster 0 pgmap v3333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:00.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:00 smithi194 bash[32038]: cluster 2023-12-07T19:05:58.920749+0000 mgr.a (mgr.14403) 4471 : cluster 0 pgmap v3333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:00 smithi135 bash[32435]: cluster 2023-12-07T19:05:58.920749+0000 mgr.a (mgr.14403) 4471 : cluster 0 pgmap v3333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:02.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:06:02.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:02.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:02 smithi079 bash[28699]: cluster 2023-12-07T19:06:00.921347+0000 mgr.a (mgr.14403) 4472 : cluster 0 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-07T19:06:02.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:02 smithi194 bash[32038]: cluster 2023-12-07T19:06:00.921347+0000 mgr.a (mgr.14403) 4472 : cluster 0 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-07T19:06:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:02 smithi135 bash[32435]: cluster 2023-12-07T19:06:00.921347+0000 mgr.a (mgr.14403) 4472 : cluster 0 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-07T19:06:03.415 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:06:03.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:03.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:03.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:03.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:06:04.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:04 smithi079 bash[28699]: audit 2023-12-07T19:06:02.881408+0000 mgr.a (mgr.14403) 4473 : audit 0 from='client.99702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:04.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:04 smithi079 bash[28699]: cluster 2023-12-07T19:06:02.922211+0000 mgr.a (mgr.14403) 4474 : cluster 0 pgmap v3335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:04.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:04 smithi194 bash[32038]: audit 2023-12-07T19:06:02.881408+0000 mgr.a (mgr.14403) 4473 : audit 0 from='client.99702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:04.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:04 smithi194 bash[32038]: cluster 2023-12-07T19:06:02.922211+0000 mgr.a (mgr.14403) 4474 : cluster 0 pgmap v3335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:04 smithi135 bash[32435]: audit 2023-12-07T19:06:02.881408+0000 mgr.a (mgr.14403) 4473 : audit 0 from='client.99702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:04 smithi135 bash[32435]: cluster 2023-12-07T19:06:02.922211+0000 mgr.a (mgr.14403) 4474 : cluster 0 pgmap v3335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:06 smithi079 bash[28699]: cluster 2023-12-07T19:06:04.923187+0000 mgr.a (mgr.14403) 4475 : cluster 0 pgmap v3336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:06.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:06 smithi194 bash[32038]: cluster 2023-12-07T19:06:04.923187+0000 mgr.a (mgr.14403) 4475 : cluster 0 pgmap v3336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:06 smithi135 bash[32435]: cluster 2023-12-07T19:06:04.923187+0000 mgr.a (mgr.14403) 4475 : cluster 0 pgmap v3336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:08.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:06:08.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:08.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:08 smithi079 bash[28699]: cluster 2023-12-07T19:06:06.923762+0000 mgr.a (mgr.14403) 4476 : cluster 0 pgmap v3337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:08 smithi194 bash[32038]: cluster 2023-12-07T19:06:06.923762+0000 mgr.a (mgr.14403) 4476 : cluster 0 pgmap v3337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:08 smithi135 bash[32435]: cluster 2023-12-07T19:06:06.923762+0000 mgr.a (mgr.14403) 4476 : cluster 0 pgmap v3337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:09.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:09.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:09.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:09.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:06:09.299 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:06:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:10 smithi079 bash[28699]: audit 2023-12-07T19:06:08.826445+0000 mgr.a (mgr.14403) 4477 : audit 0 from='client.99777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:10 smithi079 bash[28699]: cluster 2023-12-07T19:06:08.924660+0000 mgr.a (mgr.14403) 4478 : cluster 0 pgmap v3338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:10.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:10 smithi194 bash[32038]: audit 2023-12-07T19:06:08.826445+0000 mgr.a (mgr.14403) 4477 : audit 0 from='client.99777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:10 smithi194 bash[32038]: cluster 2023-12-07T19:06:08.924660+0000 mgr.a (mgr.14403) 4478 : cluster 0 pgmap v3338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:10 smithi135 bash[32435]: audit 2023-12-07T19:06:08.826445+0000 mgr.a (mgr.14403) 4477 : audit 0 from='client.99777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:10 smithi135 bash[32435]: cluster 2023-12-07T19:06:08.924660+0000 mgr.a (mgr.14403) 4478 : cluster 0 pgmap v3338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:12 smithi079 bash[28699]: cluster 2023-12-07T19:06:10.925320+0000 mgr.a (mgr.14403) 4479 : cluster 0 pgmap v3339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:12.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:12 smithi194 bash[32038]: cluster 2023-12-07T19:06:10.925320+0000 mgr.a (mgr.14403) 4479 : cluster 0 pgmap v3339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:12 smithi135 bash[32435]: cluster 2023-12-07T19:06:10.925320+0000 mgr.a (mgr.14403) 4479 : cluster 0 pgmap v3339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:14.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:06:14.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:14.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:14.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:14 smithi194 bash[32038]: cluster 2023-12-07T19:06:12.925848+0000 mgr.a (mgr.14403) 4480 : cluster 0 pgmap v3340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:14 smithi135 bash[32435]: cluster 2023-12-07T19:06:12.925848+0000 mgr.a (mgr.14403) 4480 : cluster 0 pgmap v3340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:14 smithi079 bash[28699]: cluster 2023-12-07T19:06:12.925848+0000 mgr.a (mgr.14403) 4480 : cluster 0 pgmap v3340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:15.200 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:06:15.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:15.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:15.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:15.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:06:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:15 smithi135 bash[32435]: audit 2023-12-07T19:06:14.704178+0000 mgr.a (mgr.14403) 4481 : audit 0 from='client.99855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:15.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:15 smithi079 bash[28699]: audit 2023-12-07T19:06:14.704178+0000 mgr.a (mgr.14403) 4481 : audit 0 from='client.99855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:16.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:15 smithi194 bash[32038]: audit 2023-12-07T19:06:14.704178+0000 mgr.a (mgr.14403) 4481 : audit 0 from='client.99855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:16 smithi194 bash[32038]: cluster 2023-12-07T19:06:14.926731+0000 mgr.a (mgr.14403) 4482 : cluster 0 pgmap v3341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:16 smithi135 bash[32435]: cluster 2023-12-07T19:06:14.926731+0000 mgr.a (mgr.14403) 4482 : cluster 0 pgmap v3341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:16 smithi079 bash[28699]: cluster 2023-12-07T19:06:14.926731+0000 mgr.a (mgr.14403) 4482 : cluster 0 pgmap v3341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:18.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:18 smithi194 bash[32038]: cluster 2023-12-07T19:06:16.927418+0000 mgr.a (mgr.14403) 4483 : cluster 0 pgmap v3342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:18 smithi135 bash[32435]: cluster 2023-12-07T19:06:16.927418+0000 mgr.a (mgr.14403) 4483 : cluster 0 pgmap v3342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:18 smithi079 bash[28699]: cluster 2023-12-07T19:06:16.927418+0000 mgr.a (mgr.14403) 4483 : cluster 0 pgmap v3342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:20.203 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:06:20.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:20.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:20 smithi194 bash[32038]: cluster 2023-12-07T19:06:18.928250+0000 mgr.a (mgr.14403) 4484 : cluster 0 pgmap v3343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:20 smithi135 bash[32435]: cluster 2023-12-07T19:06:18.928250+0000 mgr.a (mgr.14403) 4484 : cluster 0 pgmap v3343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:20 smithi079 bash[28699]: cluster 2023-12-07T19:06:18.928250+0000 mgr.a (mgr.14403) 4484 : cluster 0 pgmap v3343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:21.094 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:06:21.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:21.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:21.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:21.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:06:21.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:21 smithi194 bash[32038]: audit 2023-12-07T19:06:20.607051+0000 mgr.a (mgr.14403) 4485 : audit 0 from='client.99930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:21 smithi135 bash[32435]: audit 2023-12-07T19:06:20.607051+0000 mgr.a (mgr.14403) 4485 : audit 0 from='client.99930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:21 smithi079 bash[28699]: audit 2023-12-07T19:06:20.607051+0000 mgr.a (mgr.14403) 4485 : audit 0 from='client.99930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:22 smithi194 bash[32038]: cluster 2023-12-07T19:06:20.928696+0000 mgr.a (mgr.14403) 4486 : cluster 0 pgmap v3344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:22 smithi194 bash[32038]: audit 2023-12-07T19:06:21.480599+0000 mon.a (mon.0) 1081 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:06:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:22 smithi194 bash[32038]: audit 2023-12-07T19:06:22.222961+0000 mon.a (mon.0) 1082 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:06:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:22 smithi194 bash[32038]: audit 2023-12-07T19:06:22.224455+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:06:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:22 smithi194 bash[32038]: audit 2023-12-07T19:06:22.234217+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:06:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:22 smithi135 bash[32435]: cluster 2023-12-07T19:06:20.928696+0000 mgr.a (mgr.14403) 4486 : cluster 0 pgmap v3344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:22 smithi135 bash[32435]: audit 2023-12-07T19:06:21.480599+0000 mon.a (mon.0) 1081 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:06:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:22 smithi135 bash[32435]: audit 2023-12-07T19:06:22.222961+0000 mon.a (mon.0) 1082 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:06:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:22 smithi135 bash[32435]: audit 2023-12-07T19:06:22.224455+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:06:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:22 smithi135 bash[32435]: audit 2023-12-07T19:06:22.234217+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:06:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:22 smithi079 bash[28699]: cluster 2023-12-07T19:06:20.928696+0000 mgr.a (mgr.14403) 4486 : cluster 0 pgmap v3344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:22 smithi079 bash[28699]: audit 2023-12-07T19:06:21.480599+0000 mon.a (mon.0) 1081 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:06:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:22 smithi079 bash[28699]: audit 2023-12-07T19:06:22.222961+0000 mon.a (mon.0) 1082 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:06:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:22 smithi079 bash[28699]: audit 2023-12-07T19:06:22.224455+0000 mon.a (mon.0) 1083 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:06:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:22 smithi079 bash[28699]: audit 2023-12-07T19:06:22.234217+0000 mon.a (mon.0) 1084 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:06:24.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:24 smithi194 bash[32038]: cluster 2023-12-07T19:06:22.929341+0000 mgr.a (mgr.14403) 4487 : cluster 0 pgmap v3345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:24 smithi135 bash[32435]: cluster 2023-12-07T19:06:22.929341+0000 mgr.a (mgr.14403) 4487 : cluster 0 pgmap v3345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:24 smithi079 bash[28699]: cluster 2023-12-07T19:06:22.929341+0000 mgr.a (mgr.14403) 4487 : cluster 0 pgmap v3345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:26.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:06:26.098 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:26.098 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:26 smithi194 bash[32038]: cluster 2023-12-07T19:06:24.930147+0000 mgr.a (mgr.14403) 4488 : cluster 0 pgmap v3346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:26 smithi135 bash[32435]: cluster 2023-12-07T19:06:24.930147+0000 mgr.a (mgr.14403) 4488 : cluster 0 pgmap v3346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:26 smithi079 bash[28699]: cluster 2023-12-07T19:06:24.930147+0000 mgr.a (mgr.14403) 4488 : cluster 0 pgmap v3346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:27.000 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:06:27.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:27.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:27.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:27.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:06:27.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:27 smithi194 bash[32038]: audit 2023-12-07T19:06:26.496386+0000 mgr.a (mgr.14403) 4489 : audit 0 from='client.100008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:27 smithi135 bash[32435]: audit 2023-12-07T19:06:26.496386+0000 mgr.a (mgr.14403) 4489 : audit 0 from='client.100008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:27.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:27 smithi079 bash[28699]: audit 2023-12-07T19:06:26.496386+0000 mgr.a (mgr.14403) 4489 : audit 0 from='client.100008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:28.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:28 smithi194 bash[32038]: cluster 2023-12-07T19:06:26.930855+0000 mgr.a (mgr.14403) 4490 : cluster 0 pgmap v3347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:28 smithi135 bash[32435]: cluster 2023-12-07T19:06:26.930855+0000 mgr.a (mgr.14403) 4490 : cluster 0 pgmap v3347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:28 smithi079 bash[28699]: cluster 2023-12-07T19:06:26.930855+0000 mgr.a (mgr.14403) 4490 : cluster 0 pgmap v3347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:30 smithi194 bash[32038]: cluster 2023-12-07T19:06:28.931662+0000 mgr.a (mgr.14403) 4491 : cluster 0 pgmap v3348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:30 smithi135 bash[32435]: cluster 2023-12-07T19:06:28.931662+0000 mgr.a (mgr.14403) 4491 : cluster 0 pgmap v3348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:30 smithi079 bash[28699]: cluster 2023-12-07T19:06:28.931662+0000 mgr.a (mgr.14403) 4491 : cluster 0 pgmap v3348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:32.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:06:32.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:32.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:32 smithi135 bash[32435]: cluster 2023-12-07T19:06:30.932272+0000 mgr.a (mgr.14403) 4492 : cluster 0 pgmap v3349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:32 smithi079 bash[28699]: cluster 2023-12-07T19:06:30.932272+0000 mgr.a (mgr.14403) 4492 : cluster 0 pgmap v3349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:32.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:32.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:32.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:32.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:06:32.904 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:06:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:32 smithi194 bash[32038]: cluster 2023-12-07T19:06:30.932272+0000 mgr.a (mgr.14403) 4492 : cluster 0 pgmap v3349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:33 smithi079 bash[28699]: audit 2023-12-07T19:06:32.407675+0000 mgr.a (mgr.14403) 4493 : audit 0 from='client.100086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:33 smithi194 bash[32038]: audit 2023-12-07T19:06:32.407675+0000 mgr.a (mgr.14403) 4493 : audit 0 from='client.100086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:33 smithi135 bash[32435]: audit 2023-12-07T19:06:32.407675+0000 mgr.a (mgr.14403) 4493 : audit 0 from='client.100086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:34 smithi079 bash[28699]: cluster 2023-12-07T19:06:32.932921+0000 mgr.a (mgr.14403) 4494 : cluster 0 pgmap v3350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:34.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:34 smithi194 bash[32038]: cluster 2023-12-07T19:06:32.932921+0000 mgr.a (mgr.14403) 4494 : cluster 0 pgmap v3350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:34 smithi135 bash[32435]: cluster 2023-12-07T19:06:32.932921+0000 mgr.a (mgr.14403) 4494 : cluster 0 pgmap v3350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:36 smithi079 bash[28699]: cluster 2023-12-07T19:06:34.933847+0000 mgr.a (mgr.14403) 4495 : cluster 0 pgmap v3351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:36.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:36 smithi194 bash[32038]: cluster 2023-12-07T19:06:34.933847+0000 mgr.a (mgr.14403) 4495 : cluster 0 pgmap v3351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:36 smithi135 bash[32435]: cluster 2023-12-07T19:06:34.933847+0000 mgr.a (mgr.14403) 4495 : cluster 0 pgmap v3351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:06:37.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:06:37.907 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:37.907 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:38.850 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:06:38.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:38.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:38.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:38.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:06:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:38 smithi079 bash[28699]: cluster 2023-12-07T19:06:36.934570+0000 mgr.a (mgr.14403) 4496 : cluster 0 pgmap v3352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:38 smithi194 bash[32038]: cluster 2023-12-07T19:06:36.934570+0000 mgr.a (mgr.14403) 4496 : cluster 0 pgmap v3352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:38 smithi135 bash[32435]: cluster 2023-12-07T19:06:36.934570+0000 mgr.a (mgr.14403) 4496 : cluster 0 pgmap v3352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:39 smithi079 bash[28699]: audit 2023-12-07T19:06:38.327373+0000 mgr.a (mgr.14403) 4497 : audit 0 from='client.100161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:39.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:39 smithi194 bash[32038]: audit 2023-12-07T19:06:38.327373+0000 mgr.a (mgr.14403) 4497 : audit 0 from='client.100161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:39 smithi135 bash[32435]: audit 2023-12-07T19:06:38.327373+0000 mgr.a (mgr.14403) 4497 : audit 0 from='client.100161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:40 smithi079 bash[28699]: cluster 2023-12-07T19:06:38.935660+0000 mgr.a (mgr.14403) 4498 : cluster 0 pgmap v3353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:06:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:40 smithi194 bash[32038]: cluster 2023-12-07T19:06:38.935660+0000 mgr.a (mgr.14403) 4498 : cluster 0 pgmap v3353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:06:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:40 smithi135 bash[32435]: cluster 2023-12-07T19:06:38.935660+0000 mgr.a (mgr.14403) 4498 : cluster 0 pgmap v3353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:06:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:42 smithi079 bash[28699]: cluster 2023-12-07T19:06:40.936257+0000 mgr.a (mgr.14403) 4499 : cluster 0 pgmap v3354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:06:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:42 smithi194 bash[32038]: cluster 2023-12-07T19:06:40.936257+0000 mgr.a (mgr.14403) 4499 : cluster 0 pgmap v3354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:06:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:42 smithi135 bash[32435]: cluster 2023-12-07T19:06:40.936257+0000 mgr.a (mgr.14403) 4499 : cluster 0 pgmap v3354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:06:43.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:06:43.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:43.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:44.759 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:06:44.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:44.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:44.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:44.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:06:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:44 smithi079 bash[28699]: cluster 2023-12-07T19:06:42.936813+0000 mgr.a (mgr.14403) 4500 : cluster 0 pgmap v3355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:06:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:44 smithi194 bash[32038]: cluster 2023-12-07T19:06:42.936813+0000 mgr.a (mgr.14403) 4500 : cluster 0 pgmap v3355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:06:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:44 smithi135 bash[32435]: cluster 2023-12-07T19:06:42.936813+0000 mgr.a (mgr.14403) 4500 : cluster 0 pgmap v3355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:06:45.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:45 smithi079 bash[28699]: audit 2023-12-07T19:06:44.254714+0000 mgr.a (mgr.14403) 4501 : audit 0 from='client.100239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:45.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:45 smithi194 bash[32038]: audit 2023-12-07T19:06:44.254714+0000 mgr.a (mgr.14403) 4501 : audit 0 from='client.100239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:45 smithi135 bash[32435]: audit 2023-12-07T19:06:44.254714+0000 mgr.a (mgr.14403) 4501 : audit 0 from='client.100239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:46 smithi079 bash[28699]: cluster 2023-12-07T19:06:44.937945+0000 mgr.a (mgr.14403) 4502 : cluster 0 pgmap v3356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:46 smithi194 bash[32038]: cluster 2023-12-07T19:06:44.937945+0000 mgr.a (mgr.14403) 4502 : cluster 0 pgmap v3356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:46 smithi135 bash[32435]: cluster 2023-12-07T19:06:44.937945+0000 mgr.a (mgr.14403) 4502 : cluster 0 pgmap v3356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:48 smithi079 bash[28699]: cluster 2023-12-07T19:06:46.938538+0000 mgr.a (mgr.14403) 4503 : cluster 0 pgmap v3357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:48 smithi194 bash[32038]: cluster 2023-12-07T19:06:46.938538+0000 mgr.a (mgr.14403) 4503 : cluster 0 pgmap v3357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:48 smithi135 bash[32435]: cluster 2023-12-07T19:06:46.938538+0000 mgr.a (mgr.14403) 4503 : cluster 0 pgmap v3357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:06:49.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:06:49.762 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:49.762 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:50.664 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:06:50.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:50.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:50.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:50.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:06:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:50 smithi079 bash[28699]: cluster 2023-12-07T19:06:48.939336+0000 mgr.a (mgr.14403) 4504 : cluster 0 pgmap v3358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:50 smithi194 bash[32038]: cluster 2023-12-07T19:06:48.939336+0000 mgr.a (mgr.14403) 4504 : cluster 0 pgmap v3358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:50 smithi135 bash[32435]: cluster 2023-12-07T19:06:48.939336+0000 mgr.a (mgr.14403) 4504 : cluster 0 pgmap v3358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:51 smithi079 bash[28699]: audit 2023-12-07T19:06:50.168831+0000 mgr.a (mgr.14403) 4505 : audit 0 from='client.100314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:51.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:51 smithi194 bash[32038]: audit 2023-12-07T19:06:50.168831+0000 mgr.a (mgr.14403) 4505 : audit 0 from='client.100314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:51 smithi135 bash[32435]: audit 2023-12-07T19:06:50.168831+0000 mgr.a (mgr.14403) 4505 : audit 0 from='client.100314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:52 smithi079 bash[28699]: cluster 2023-12-07T19:06:50.940077+0000 mgr.a (mgr.14403) 4506 : cluster 0 pgmap v3359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:06:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:52 smithi194 bash[32038]: cluster 2023-12-07T19:06:50.940077+0000 mgr.a (mgr.14403) 4506 : cluster 0 pgmap v3359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:06:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:52 smithi135 bash[32435]: cluster 2023-12-07T19:06:50.940077+0000 mgr.a (mgr.14403) 4506 : cluster 0 pgmap v3359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:06:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:54 smithi079 bash[28699]: cluster 2023-12-07T19:06:52.940666+0000 mgr.a (mgr.14403) 4507 : cluster 0 pgmap v3360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:06:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:54 smithi194 bash[32038]: cluster 2023-12-07T19:06:52.940666+0000 mgr.a (mgr.14403) 4507 : cluster 0 pgmap v3360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:06:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:54 smithi135 bash[32435]: cluster 2023-12-07T19:06:52.940666+0000 mgr.a (mgr.14403) 4507 : cluster 0 pgmap v3360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:06:55.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:06:55.667 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:06:55.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:06:56.542 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:06:56.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:06:56.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:06:56.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:06:56.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:06:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:56 smithi079 bash[28699]: cluster 2023-12-07T19:06:54.941492+0000 mgr.a (mgr.14403) 4508 : cluster 0 pgmap v3361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:06:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:56 smithi194 bash[32038]: cluster 2023-12-07T19:06:54.941492+0000 mgr.a (mgr.14403) 4508 : cluster 0 pgmap v3361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:06:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:56 smithi135 bash[32435]: cluster 2023-12-07T19:06:54.941492+0000 mgr.a (mgr.14403) 4508 : cluster 0 pgmap v3361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:06:57.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:57 smithi079 bash[28699]: audit 2023-12-07T19:06:56.057280+0000 mgr.a (mgr.14403) 4509 : audit 0 from='client.100392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:57.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:57 smithi194 bash[32038]: audit 2023-12-07T19:06:56.057280+0000 mgr.a (mgr.14403) 4509 : audit 0 from='client.100392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:57 smithi135 bash[32435]: audit 2023-12-07T19:06:56.057280+0000 mgr.a (mgr.14403) 4509 : audit 0 from='client.100392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:06:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:06:58 smithi079 bash[28699]: cluster 2023-12-07T19:06:56.942186+0000 mgr.a (mgr.14403) 4510 : cluster 0 pgmap v3362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:06:58 smithi194 bash[32038]: cluster 2023-12-07T19:06:56.942186+0000 mgr.a (mgr.14403) 4510 : cluster 0 pgmap v3362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:06:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:06:58 smithi135 bash[32435]: cluster 2023-12-07T19:06:56.942186+0000 mgr.a (mgr.14403) 4510 : cluster 0 pgmap v3362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:00 smithi079 bash[28699]: cluster 2023-12-07T19:06:58.943009+0000 mgr.a (mgr.14403) 4511 : cluster 0 pgmap v3363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:00 smithi194 bash[32038]: cluster 2023-12-07T19:06:58.943009+0000 mgr.a (mgr.14403) 4511 : cluster 0 pgmap v3363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:00 smithi135 bash[32435]: cluster 2023-12-07T19:06:58.943009+0000 mgr.a (mgr.14403) 4511 : cluster 0 pgmap v3363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:01.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:07:01.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:01.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:02.437 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:07:02.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:02.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:02.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:02.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:07:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:02 smithi079 bash[28699]: cluster 2023-12-07T19:07:00.943533+0000 mgr.a (mgr.14403) 4512 : cluster 0 pgmap v3364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:02 smithi194 bash[32038]: cluster 2023-12-07T19:07:00.943533+0000 mgr.a (mgr.14403) 4512 : cluster 0 pgmap v3364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:02 smithi135 bash[32435]: cluster 2023-12-07T19:07:00.943533+0000 mgr.a (mgr.14403) 4512 : cluster 0 pgmap v3364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:03 smithi079 bash[28699]: audit 2023-12-07T19:07:01.956102+0000 mgr.a (mgr.14403) 4513 : audit 0 from='client.100467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:03.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:03 smithi194 bash[32038]: audit 2023-12-07T19:07:01.956102+0000 mgr.a (mgr.14403) 4513 : audit 0 from='client.100467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:03 smithi135 bash[32435]: audit 2023-12-07T19:07:01.956102+0000 mgr.a (mgr.14403) 4513 : audit 0 from='client.100467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:04 smithi079 bash[28699]: cluster 2023-12-07T19:07:02.944193+0000 mgr.a (mgr.14403) 4514 : cluster 0 pgmap v3365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:04 smithi194 bash[32038]: cluster 2023-12-07T19:07:02.944193+0000 mgr.a (mgr.14403) 4514 : cluster 0 pgmap v3365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:04 smithi135 bash[32435]: cluster 2023-12-07T19:07:02.944193+0000 mgr.a (mgr.14403) 4514 : cluster 0 pgmap v3365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:06 smithi079 bash[28699]: cluster 2023-12-07T19:07:04.945126+0000 mgr.a (mgr.14403) 4515 : cluster 0 pgmap v3366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:06 smithi194 bash[32038]: cluster 2023-12-07T19:07:04.945126+0000 mgr.a (mgr.14403) 4515 : cluster 0 pgmap v3366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:06 smithi135 bash[32435]: cluster 2023-12-07T19:07:04.945126+0000 mgr.a (mgr.14403) 4515 : cluster 0 pgmap v3366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:07.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:07:07.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:07.441 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:08.324 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:07:08.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:08.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:08.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:08.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:07:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:08 smithi079 bash[28699]: cluster 2023-12-07T19:07:06.945821+0000 mgr.a (mgr.14403) 4516 : cluster 0 pgmap v3367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:08 smithi194 bash[32038]: cluster 2023-12-07T19:07:06.945821+0000 mgr.a (mgr.14403) 4516 : cluster 0 pgmap v3367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:08 smithi135 bash[32435]: cluster 2023-12-07T19:07:06.945821+0000 mgr.a (mgr.14403) 4516 : cluster 0 pgmap v3367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:09.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:09 smithi079 bash[28699]: audit 2023-12-07T19:07:07.850095+0000 mgr.a (mgr.14403) 4517 : audit 0 from='client.100542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:09.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:09 smithi194 bash[32038]: audit 2023-12-07T19:07:07.850095+0000 mgr.a (mgr.14403) 4517 : audit 0 from='client.100542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:09 smithi135 bash[32435]: audit 2023-12-07T19:07:07.850095+0000 mgr.a (mgr.14403) 4517 : audit 0 from='client.100542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:10 smithi079 bash[28699]: cluster 2023-12-07T19:07:08.946773+0000 mgr.a (mgr.14403) 4518 : cluster 0 pgmap v3368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:10 smithi194 bash[32038]: cluster 2023-12-07T19:07:08.946773+0000 mgr.a (mgr.14403) 4518 : cluster 0 pgmap v3368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:10 smithi135 bash[32435]: cluster 2023-12-07T19:07:08.946773+0000 mgr.a (mgr.14403) 4518 : cluster 0 pgmap v3368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:12 smithi079 bash[28699]: cluster 2023-12-07T19:07:10.947362+0000 mgr.a (mgr.14403) 4519 : cluster 0 pgmap v3369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:12 smithi194 bash[32038]: cluster 2023-12-07T19:07:10.947362+0000 mgr.a (mgr.14403) 4519 : cluster 0 pgmap v3369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:12 smithi135 bash[32435]: cluster 2023-12-07T19:07:10.947362+0000 mgr.a (mgr.14403) 4519 : cluster 0 pgmap v3369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:13.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:07:13.328 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:13.328 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:14.245 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:07:14.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:14.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:14.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:14.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:07:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:14 smithi079 bash[28699]: cluster 2023-12-07T19:07:12.947834+0000 mgr.a (mgr.14403) 4520 : cluster 0 pgmap v3370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:14 smithi079 bash[28699]: audit 2023-12-07T19:07:13.738993+0000 mgr.a (mgr.14403) 4521 : audit 0 from='client.100614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:14 smithi194 bash[32038]: cluster 2023-12-07T19:07:12.947834+0000 mgr.a (mgr.14403) 4520 : cluster 0 pgmap v3370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:14 smithi194 bash[32038]: audit 2023-12-07T19:07:13.738993+0000 mgr.a (mgr.14403) 4521 : audit 0 from='client.100614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:14 smithi135 bash[32435]: cluster 2023-12-07T19:07:12.947834+0000 mgr.a (mgr.14403) 4520 : cluster 0 pgmap v3370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:14 smithi135 bash[32435]: audit 2023-12-07T19:07:13.738993+0000 mgr.a (mgr.14403) 4521 : audit 0 from='client.100614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:16 smithi079 bash[28699]: cluster 2023-12-07T19:07:14.948873+0000 mgr.a (mgr.14403) 4522 : cluster 0 pgmap v3371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:16 smithi194 bash[32038]: cluster 2023-12-07T19:07:14.948873+0000 mgr.a (mgr.14403) 4522 : cluster 0 pgmap v3371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:16 smithi135 bash[32435]: cluster 2023-12-07T19:07:14.948873+0000 mgr.a (mgr.14403) 4522 : cluster 0 pgmap v3371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:18 smithi079 bash[28699]: cluster 2023-12-07T19:07:16.949442+0000 mgr.a (mgr.14403) 4523 : cluster 0 pgmap v3372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:18 smithi194 bash[32038]: cluster 2023-12-07T19:07:16.949442+0000 mgr.a (mgr.14403) 4523 : cluster 0 pgmap v3372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:18 smithi135 bash[32435]: cluster 2023-12-07T19:07:16.949442+0000 mgr.a (mgr.14403) 4523 : cluster 0 pgmap v3372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:19.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:07:19.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:19.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:20.162 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:07:20.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:20.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:20.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:20.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:07:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:20 smithi079 bash[28699]: cluster 2023-12-07T19:07:18.950195+0000 mgr.a (mgr.14403) 4524 : cluster 0 pgmap v3373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:20 smithi079 bash[28699]: audit 2023-12-07T19:07:19.649360+0000 mgr.a (mgr.14403) 4525 : audit 0 from='client.100689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:20 smithi194 bash[32038]: cluster 2023-12-07T19:07:18.950195+0000 mgr.a (mgr.14403) 4524 : cluster 0 pgmap v3373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:20 smithi194 bash[32038]: audit 2023-12-07T19:07:19.649360+0000 mgr.a (mgr.14403) 4525 : audit 0 from='client.100689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:20 smithi135 bash[32435]: cluster 2023-12-07T19:07:18.950195+0000 mgr.a (mgr.14403) 4524 : cluster 0 pgmap v3373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:20 smithi135 bash[32435]: audit 2023-12-07T19:07:19.649360+0000 mgr.a (mgr.14403) 4525 : audit 0 from='client.100689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:22 smithi079 bash[28699]: cluster 2023-12-07T19:07:20.950916+0000 mgr.a (mgr.14403) 4526 : cluster 0 pgmap v3374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:22 smithi079 bash[28699]: audit 2023-12-07T19:07:22.337934+0000 mon.a (mon.0) 1085 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:07:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:22 smithi194 bash[32038]: cluster 2023-12-07T19:07:20.950916+0000 mgr.a (mgr.14403) 4526 : cluster 0 pgmap v3374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:22.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:22 smithi194 bash[32038]: audit 2023-12-07T19:07:22.337934+0000 mon.a (mon.0) 1085 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:07:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:22 smithi135 bash[32435]: cluster 2023-12-07T19:07:20.950916+0000 mgr.a (mgr.14403) 4526 : cluster 0 pgmap v3374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:22 smithi135 bash[32435]: audit 2023-12-07T19:07:22.337934+0000 mon.a (mon.0) 1085 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:07:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:23 smithi079 bash[28699]: audit 2023-12-07T19:07:23.070704+0000 mon.a (mon.0) 1086 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:07:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:23 smithi079 bash[28699]: audit 2023-12-07T19:07:23.072646+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:07:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:23 smithi079 bash[28699]: audit 2023-12-07T19:07:23.081561+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:07:23.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:23 smithi194 bash[32038]: audit 2023-12-07T19:07:23.070704+0000 mon.a (mon.0) 1086 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:07:23.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:23 smithi194 bash[32038]: audit 2023-12-07T19:07:23.072646+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:07:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:23 smithi194 bash[32038]: audit 2023-12-07T19:07:23.081561+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:07:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:23 smithi135 bash[32435]: audit 2023-12-07T19:07:23.070704+0000 mon.a (mon.0) 1086 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:07:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:23 smithi135 bash[32435]: audit 2023-12-07T19:07:23.072646+0000 mon.a (mon.0) 1087 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:07:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:23 smithi135 bash[32435]: audit 2023-12-07T19:07:23.081561+0000 mon.a (mon.0) 1088 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:07:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:24 smithi079 bash[28699]: cluster 2023-12-07T19:07:22.951457+0000 mgr.a (mgr.14403) 4527 : cluster 0 pgmap v3375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:24 smithi194 bash[32038]: cluster 2023-12-07T19:07:22.951457+0000 mgr.a (mgr.14403) 4527 : cluster 0 pgmap v3375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:24 smithi135 bash[32435]: cluster 2023-12-07T19:07:22.951457+0000 mgr.a (mgr.14403) 4527 : cluster 0 pgmap v3375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:25.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:07:25.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:25.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:26.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:26.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:26.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:26.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:07:26.029 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:07:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:26 smithi079 bash[28699]: cluster 2023-12-07T19:07:24.952185+0000 mgr.a (mgr.14403) 4528 : cluster 0 pgmap v3376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:26 smithi079 bash[28699]: audit 2023-12-07T19:07:25.573855+0000 mgr.a (mgr.14403) 4529 : audit 0 from='client.100767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:26 smithi194 bash[32038]: cluster 2023-12-07T19:07:24.952185+0000 mgr.a (mgr.14403) 4528 : cluster 0 pgmap v3376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:26 smithi194 bash[32038]: audit 2023-12-07T19:07:25.573855+0000 mgr.a (mgr.14403) 4529 : audit 0 from='client.100767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:26 smithi135 bash[32435]: cluster 2023-12-07T19:07:24.952185+0000 mgr.a (mgr.14403) 4528 : cluster 0 pgmap v3376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:26 smithi135 bash[32435]: audit 2023-12-07T19:07:25.573855+0000 mgr.a (mgr.14403) 4529 : audit 0 from='client.100767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:28 smithi079 bash[28699]: cluster 2023-12-07T19:07:26.952844+0000 mgr.a (mgr.14403) 4530 : cluster 0 pgmap v3377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:28.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:28 smithi194 bash[32038]: cluster 2023-12-07T19:07:26.952844+0000 mgr.a (mgr.14403) 4530 : cluster 0 pgmap v3377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:28 smithi135 bash[32435]: cluster 2023-12-07T19:07:26.952844+0000 mgr.a (mgr.14403) 4530 : cluster 0 pgmap v3377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:30 smithi079 bash[28699]: cluster 2023-12-07T19:07:28.953645+0000 mgr.a (mgr.14403) 4531 : cluster 0 pgmap v3378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:30 smithi194 bash[32038]: cluster 2023-12-07T19:07:28.953645+0000 mgr.a (mgr.14403) 4531 : cluster 0 pgmap v3378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:30 smithi135 bash[32435]: cluster 2023-12-07T19:07:28.953645+0000 mgr.a (mgr.14403) 4531 : cluster 0 pgmap v3378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:31.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:07:31.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:31.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:31.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:31.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:31.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:31.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:07:31.951 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:07:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:32 smithi194 bash[32038]: cluster 2023-12-07T19:07:30.954218+0000 mgr.a (mgr.14403) 4532 : cluster 0 pgmap v3379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:32 smithi194 bash[32038]: audit 2023-12-07T19:07:31.438216+0000 mgr.a (mgr.14403) 4533 : audit 0 from='client.100842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:32 smithi135 bash[32435]: cluster 2023-12-07T19:07:30.954218+0000 mgr.a (mgr.14403) 4532 : cluster 0 pgmap v3379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:32 smithi135 bash[32435]: audit 2023-12-07T19:07:31.438216+0000 mgr.a (mgr.14403) 4533 : audit 0 from='client.100842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:32 smithi079 bash[28699]: cluster 2023-12-07T19:07:30.954218+0000 mgr.a (mgr.14403) 4532 : cluster 0 pgmap v3379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:32 smithi079 bash[28699]: audit 2023-12-07T19:07:31.438216+0000 mgr.a (mgr.14403) 4533 : audit 0 from='client.100842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:34.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:34 smithi194 bash[32038]: cluster 2023-12-07T19:07:32.954924+0000 mgr.a (mgr.14403) 4534 : cluster 0 pgmap v3380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:34 smithi135 bash[32435]: cluster 2023-12-07T19:07:32.954924+0000 mgr.a (mgr.14403) 4534 : cluster 0 pgmap v3380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:34 smithi079 bash[28699]: cluster 2023-12-07T19:07:32.954924+0000 mgr.a (mgr.14403) 4534 : cluster 0 pgmap v3380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:36.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:07:36.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:36 smithi194 bash[32038]: cluster 2023-12-07T19:07:34.955713+0000 mgr.a (mgr.14403) 4535 : cluster 0 pgmap v3381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:36.955 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:36.955 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:36 smithi135 bash[32435]: cluster 2023-12-07T19:07:34.955713+0000 mgr.a (mgr.14403) 4535 : cluster 0 pgmap v3381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:36 smithi079 bash[28699]: cluster 2023-12-07T19:07:34.955713+0000 mgr.a (mgr.14403) 4535 : cluster 0 pgmap v3381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:37.871 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:07:37.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:37.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:37.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:37.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:07:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:38 smithi194 bash[32038]: cluster 2023-12-07T19:07:36.956186+0000 mgr.a (mgr.14403) 4536 : cluster 0 pgmap v3382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:38 smithi194 bash[32038]: audit 2023-12-07T19:07:37.368263+0000 mgr.a (mgr.14403) 4537 : audit 0 from='client.100920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:38 smithi135 bash[32435]: cluster 2023-12-07T19:07:36.956186+0000 mgr.a (mgr.14403) 4536 : cluster 0 pgmap v3382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:38 smithi135 bash[32435]: audit 2023-12-07T19:07:37.368263+0000 mgr.a (mgr.14403) 4537 : audit 0 from='client.100920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:38 smithi079 bash[28699]: cluster 2023-12-07T19:07:36.956186+0000 mgr.a (mgr.14403) 4536 : cluster 0 pgmap v3382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:38 smithi079 bash[28699]: audit 2023-12-07T19:07:37.368263+0000 mgr.a (mgr.14403) 4537 : audit 0 from='client.100920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:40 smithi194 bash[32038]: cluster 2023-12-07T19:07:38.956985+0000 mgr.a (mgr.14403) 4538 : cluster 0 pgmap v3383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:40 smithi135 bash[32435]: cluster 2023-12-07T19:07:38.956985+0000 mgr.a (mgr.14403) 4538 : cluster 0 pgmap v3383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:40 smithi079 bash[28699]: cluster 2023-12-07T19:07:38.956985+0000 mgr.a (mgr.14403) 4538 : cluster 0 pgmap v3383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:07:42.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:07:42.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:42.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:42 smithi194 bash[32038]: cluster 2023-12-07T19:07:40.957550+0000 mgr.a (mgr.14403) 4539 : cluster 0 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-07T19:07:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:42 smithi135 bash[32435]: cluster 2023-12-07T19:07:40.957550+0000 mgr.a (mgr.14403) 4539 : cluster 0 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-07T19:07:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:42 smithi079 bash[28699]: cluster 2023-12-07T19:07:40.957550+0000 mgr.a (mgr.14403) 4539 : cluster 0 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-07T19:07:43.798 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:07:43.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:43.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:43.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:43.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:07:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:44 smithi194 bash[32038]: cluster 2023-12-07T19:07:42.958067+0000 mgr.a (mgr.14403) 4540 : cluster 0 pgmap v3385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:44.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:44 smithi194 bash[32038]: audit 2023-12-07T19:07:43.285377+0000 mgr.a (mgr.14403) 4541 : audit 0 from='client.100995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:44 smithi135 bash[32435]: cluster 2023-12-07T19:07:42.958067+0000 mgr.a (mgr.14403) 4540 : cluster 0 pgmap v3385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:44 smithi135 bash[32435]: audit 2023-12-07T19:07:43.285377+0000 mgr.a (mgr.14403) 4541 : audit 0 from='client.100995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:44 smithi079 bash[28699]: cluster 2023-12-07T19:07:42.958067+0000 mgr.a (mgr.14403) 4540 : cluster 0 pgmap v3385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:44 smithi079 bash[28699]: audit 2023-12-07T19:07:43.285377+0000 mgr.a (mgr.14403) 4541 : audit 0 from='client.100995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:46 smithi194 bash[32038]: cluster 2023-12-07T19:07:44.959050+0000 mgr.a (mgr.14403) 4542 : cluster 0 pgmap v3386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:07:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:46 smithi135 bash[32435]: cluster 2023-12-07T19:07:44.959050+0000 mgr.a (mgr.14403) 4542 : cluster 0 pgmap v3386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:07:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:46 smithi079 bash[28699]: cluster 2023-12-07T19:07:44.959050+0000 mgr.a (mgr.14403) 4542 : cluster 0 pgmap v3386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:07:48.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:07:48.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:48.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:48 smithi194 bash[32038]: cluster 2023-12-07T19:07:46.959630+0000 mgr.a (mgr.14403) 4543 : cluster 0 pgmap v3387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:07:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:48 smithi135 bash[32435]: cluster 2023-12-07T19:07:46.959630+0000 mgr.a (mgr.14403) 4543 : cluster 0 pgmap v3387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:07:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:48 smithi079 bash[28699]: cluster 2023-12-07T19:07:46.959630+0000 mgr.a (mgr.14403) 4543 : cluster 0 pgmap v3387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:07:49.696 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:07:49.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:49.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:49.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:49.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:07:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:50 smithi194 bash[32038]: cluster 2023-12-07T19:07:48.960166+0000 mgr.a (mgr.14403) 4544 : cluster 0 pgmap v3388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:50.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:50 smithi194 bash[32038]: audit 2023-12-07T19:07:49.202868+0000 mgr.a (mgr.14403) 4545 : audit 0 from='client.101070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:50 smithi135 bash[32435]: cluster 2023-12-07T19:07:48.960166+0000 mgr.a (mgr.14403) 4544 : cluster 0 pgmap v3388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:50 smithi135 bash[32435]: audit 2023-12-07T19:07:49.202868+0000 mgr.a (mgr.14403) 4545 : audit 0 from='client.101070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:50 smithi079 bash[28699]: cluster 2023-12-07T19:07:48.960166+0000 mgr.a (mgr.14403) 4544 : cluster 0 pgmap v3388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:50 smithi079 bash[28699]: audit 2023-12-07T19:07:49.202868+0000 mgr.a (mgr.14403) 4545 : audit 0 from='client.101070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:52 smithi194 bash[32038]: cluster 2023-12-07T19:07:50.960789+0000 mgr.a (mgr.14403) 4546 : cluster 0 pgmap v3389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:52 smithi135 bash[32435]: cluster 2023-12-07T19:07:50.960789+0000 mgr.a (mgr.14403) 4546 : cluster 0 pgmap v3389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:52 smithi079 bash[28699]: cluster 2023-12-07T19:07:50.960789+0000 mgr.a (mgr.14403) 4546 : cluster 0 pgmap v3389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:54.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:07:54.700 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:07:54.700 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:07:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:54 smithi194 bash[32038]: cluster 2023-12-07T19:07:52.961289+0000 mgr.a (mgr.14403) 4547 : cluster 0 pgmap v3390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:54 smithi135 bash[32435]: cluster 2023-12-07T19:07:52.961289+0000 mgr.a (mgr.14403) 4547 : cluster 0 pgmap v3390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:54 smithi079 bash[28699]: cluster 2023-12-07T19:07:52.961289+0000 mgr.a (mgr.14403) 4547 : cluster 0 pgmap v3390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:07:55.590 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:07:55.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:07:55.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:07:55.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:07:55.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:07:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:56 smithi194 bash[32038]: cluster 2023-12-07T19:07:54.962018+0000 mgr.a (mgr.14403) 4548 : cluster 0 pgmap v3391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:56.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:56 smithi194 bash[32038]: audit 2023-12-07T19:07:55.105915+0000 mgr.a (mgr.14403) 4549 : audit 0 from='client.101148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:56 smithi135 bash[32435]: cluster 2023-12-07T19:07:54.962018+0000 mgr.a (mgr.14403) 4548 : cluster 0 pgmap v3391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:56 smithi135 bash[32435]: audit 2023-12-07T19:07:55.105915+0000 mgr.a (mgr.14403) 4549 : audit 0 from='client.101148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:56 smithi079 bash[28699]: cluster 2023-12-07T19:07:54.962018+0000 mgr.a (mgr.14403) 4548 : cluster 0 pgmap v3391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:07:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:56 smithi079 bash[28699]: audit 2023-12-07T19:07:55.105915+0000 mgr.a (mgr.14403) 4549 : audit 0 from='client.101148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:07:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:07:58 smithi194 bash[32038]: cluster 2023-12-07T19:07:56.962670+0000 mgr.a (mgr.14403) 4550 : cluster 0 pgmap v3392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:07:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:07:58 smithi135 bash[32435]: cluster 2023-12-07T19:07:56.962670+0000 mgr.a (mgr.14403) 4550 : cluster 0 pgmap v3392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:07:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:07:58 smithi079 bash[28699]: cluster 2023-12-07T19:07:56.962670+0000 mgr.a (mgr.14403) 4550 : cluster 0 pgmap v3392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:08:00.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:08:00.594 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:00.594 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:00 smithi194 bash[32038]: cluster 2023-12-07T19:07:58.963475+0000 mgr.a (mgr.14403) 4551 : cluster 0 pgmap v3393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:08:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:00 smithi135 bash[32435]: cluster 2023-12-07T19:07:58.963475+0000 mgr.a (mgr.14403) 4551 : cluster 0 pgmap v3393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:08:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:00 smithi079 bash[28699]: cluster 2023-12-07T19:07:58.963475+0000 mgr.a (mgr.14403) 4551 : cluster 0 pgmap v3393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:08:01.487 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:08:01.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:01.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:01.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:01.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:08:02.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:02 smithi135 bash[32435]: cluster 2023-12-07T19:08:00.963863+0000 mgr.a (mgr.14403) 4552 : cluster 0 pgmap v3394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:02.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:02 smithi135 bash[32435]: audit 2023-12-07T19:08:00.995985+0000 mgr.a (mgr.14403) 4553 : audit 0 from='client.101220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:02 smithi079 bash[28699]: cluster 2023-12-07T19:08:00.963863+0000 mgr.a (mgr.14403) 4552 : cluster 0 pgmap v3394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:02 smithi079 bash[28699]: audit 2023-12-07T19:08:00.995985+0000 mgr.a (mgr.14403) 4553 : audit 0 from='client.101220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:02 smithi194 bash[32038]: cluster 2023-12-07T19:08:00.963863+0000 mgr.a (mgr.14403) 4552 : cluster 0 pgmap v3394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:02 smithi194 bash[32038]: audit 2023-12-07T19:08:00.995985+0000 mgr.a (mgr.14403) 4553 : audit 0 from='client.101220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:04 smithi079 bash[28699]: cluster 2023-12-07T19:08:02.964437+0000 mgr.a (mgr.14403) 4554 : cluster 0 pgmap v3395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:04 smithi194 bash[32038]: cluster 2023-12-07T19:08:02.964437+0000 mgr.a (mgr.14403) 4554 : cluster 0 pgmap v3395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:04 smithi135 bash[32435]: cluster 2023-12-07T19:08:02.964437+0000 mgr.a (mgr.14403) 4554 : cluster 0 pgmap v3395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:06.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:08:06.491 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:06.491 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:06 smithi079 bash[28699]: cluster 2023-12-07T19:08:04.965269+0000 mgr.a (mgr.14403) 4555 : cluster 0 pgmap v3396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:06 smithi194 bash[32038]: cluster 2023-12-07T19:08:04.965269+0000 mgr.a (mgr.14403) 4555 : cluster 0 pgmap v3396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:06 smithi135 bash[32435]: cluster 2023-12-07T19:08:04.965269+0000 mgr.a (mgr.14403) 4555 : cluster 0 pgmap v3396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:07.386 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:08:07.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:07.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:07.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:07.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:08:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:08 smithi079 bash[28699]: audit 2023-12-07T19:08:06.900815+0000 mgr.a (mgr.14403) 4556 : audit 0 from='client.101298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:08 smithi079 bash[28699]: cluster 2023-12-07T19:08:06.965753+0000 mgr.a (mgr.14403) 4557 : cluster 0 pgmap v3397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:08 smithi194 bash[32038]: audit 2023-12-07T19:08:06.900815+0000 mgr.a (mgr.14403) 4556 : audit 0 from='client.101298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:08 smithi194 bash[32038]: cluster 2023-12-07T19:08:06.965753+0000 mgr.a (mgr.14403) 4557 : cluster 0 pgmap v3397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:08 smithi135 bash[32435]: audit 2023-12-07T19:08:06.900815+0000 mgr.a (mgr.14403) 4556 : audit 0 from='client.101298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:08 smithi135 bash[32435]: cluster 2023-12-07T19:08:06.965753+0000 mgr.a (mgr.14403) 4557 : cluster 0 pgmap v3397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:10 smithi079 bash[28699]: cluster 2023-12-07T19:08:08.966601+0000 mgr.a (mgr.14403) 4558 : cluster 0 pgmap v3398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:10 smithi194 bash[32038]: cluster 2023-12-07T19:08:08.966601+0000 mgr.a (mgr.14403) 4558 : cluster 0 pgmap v3398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:10 smithi135 bash[32435]: cluster 2023-12-07T19:08:08.966601+0000 mgr.a (mgr.14403) 4558 : cluster 0 pgmap v3398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:12.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:08:12.390 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:12.390 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:12 smithi079 bash[28699]: cluster 2023-12-07T19:08:10.967303+0000 mgr.a (mgr.14403) 4559 : cluster 0 pgmap v3399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:12 smithi194 bash[32038]: cluster 2023-12-07T19:08:10.967303+0000 mgr.a (mgr.14403) 4559 : cluster 0 pgmap v3399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:12 smithi135 bash[32435]: cluster 2023-12-07T19:08:10.967303+0000 mgr.a (mgr.14403) 4559 : cluster 0 pgmap v3399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:13.290 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:08:13.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:13.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:13.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:13.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:08:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:14 smithi079 bash[28699]: audit 2023-12-07T19:08:12.790053+0000 mgr.a (mgr.14403) 4560 : audit 0 from='client.101373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:14 smithi079 bash[28699]: cluster 2023-12-07T19:08:12.968063+0000 mgr.a (mgr.14403) 4561 : cluster 0 pgmap v3400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:14 smithi194 bash[32038]: audit 2023-12-07T19:08:12.790053+0000 mgr.a (mgr.14403) 4560 : audit 0 from='client.101373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:14 smithi194 bash[32038]: cluster 2023-12-07T19:08:12.968063+0000 mgr.a (mgr.14403) 4561 : cluster 0 pgmap v3400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:14 smithi135 bash[32435]: audit 2023-12-07T19:08:12.790053+0000 mgr.a (mgr.14403) 4560 : audit 0 from='client.101373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:14 smithi135 bash[32435]: cluster 2023-12-07T19:08:12.968063+0000 mgr.a (mgr.14403) 4561 : cluster 0 pgmap v3400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:16 smithi079 bash[28699]: cluster 2023-12-07T19:08:14.968978+0000 mgr.a (mgr.14403) 4562 : cluster 0 pgmap v3401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:16 smithi194 bash[32038]: cluster 2023-12-07T19:08:14.968978+0000 mgr.a (mgr.14403) 4562 : cluster 0 pgmap v3401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:16 smithi135 bash[32435]: cluster 2023-12-07T19:08:14.968978+0000 mgr.a (mgr.14403) 4562 : cluster 0 pgmap v3401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:18.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:08:18.294 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:18.294 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:18 smithi079 bash[28699]: cluster 2023-12-07T19:08:16.969541+0000 mgr.a (mgr.14403) 4563 : cluster 0 pgmap v3402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:18 smithi194 bash[32038]: cluster 2023-12-07T19:08:16.969541+0000 mgr.a (mgr.14403) 4563 : cluster 0 pgmap v3402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:19.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:19.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:19.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:19.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:08:19.207 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:08:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:18 smithi135 bash[32435]: cluster 2023-12-07T19:08:16.969541+0000 mgr.a (mgr.14403) 4563 : cluster 0 pgmap v3402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:20.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:19 smithi079 bash[28699]: audit 2023-12-07T19:08:18.704276+0000 mgr.a (mgr.14403) 4564 : audit 0 from='client.101448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:20.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:19 smithi194 bash[32038]: audit 2023-12-07T19:08:18.704276+0000 mgr.a (mgr.14403) 4564 : audit 0 from='client.101448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:20.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:19 smithi135 bash[32435]: audit 2023-12-07T19:08:18.704276+0000 mgr.a (mgr.14403) 4564 : audit 0 from='client.101448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:20 smithi079 bash[28699]: cluster 2023-12-07T19:08:18.971244+0000 mgr.a (mgr.14403) 4565 : cluster 0 pgmap v3403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:20 smithi194 bash[32038]: cluster 2023-12-07T19:08:18.971244+0000 mgr.a (mgr.14403) 4565 : cluster 0 pgmap v3403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:20 smithi135 bash[32435]: cluster 2023-12-07T19:08:18.971244+0000 mgr.a (mgr.14403) 4565 : cluster 0 pgmap v3403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:22 smithi079 bash[28699]: cluster 2023-12-07T19:08:20.971758+0000 mgr.a (mgr.14403) 4566 : cluster 0 pgmap v3404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:22 smithi194 bash[32038]: cluster 2023-12-07T19:08:20.971758+0000 mgr.a (mgr.14403) 4566 : cluster 0 pgmap v3404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:22 smithi135 bash[32435]: cluster 2023-12-07T19:08:20.971758+0000 mgr.a (mgr.14403) 4566 : cluster 0 pgmap v3404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:24.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:23 smithi079 bash[28699]: audit 2023-12-07T19:08:23.184179+0000 mon.a (mon.0) 1089 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:08:24.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:23 smithi194 bash[32038]: audit 2023-12-07T19:08:23.184179+0000 mon.a (mon.0) 1089 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:08:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:23 smithi135 bash[32435]: audit 2023-12-07T19:08:23.184179+0000 mon.a (mon.0) 1089 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:08:24.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:08:24.209 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:24.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:25.134 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:08:25.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:25.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:25.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:25.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:08:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:24 smithi079 bash[28699]: cluster 2023-12-07T19:08:22.972287+0000 mgr.a (mgr.14403) 4567 : cluster 0 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-07T19:08:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:24 smithi079 bash[28699]: audit 2023-12-07T19:08:23.930090+0000 mon.a (mon.0) 1090 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:08:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:24 smithi079 bash[28699]: audit 2023-12-07T19:08:23.931828+0000 mon.a (mon.0) 1091 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:08:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:24 smithi079 bash[28699]: audit 2023-12-07T19:08:23.940366+0000 mon.a (mon.0) 1092 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:08:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:24 smithi194 bash[32038]: cluster 2023-12-07T19:08:22.972287+0000 mgr.a (mgr.14403) 4567 : cluster 0 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-07T19:08:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:24 smithi194 bash[32038]: audit 2023-12-07T19:08:23.930090+0000 mon.a (mon.0) 1090 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:08:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:24 smithi194 bash[32038]: audit 2023-12-07T19:08:23.931828+0000 mon.a (mon.0) 1091 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:08:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:24 smithi194 bash[32038]: audit 2023-12-07T19:08:23.940366+0000 mon.a (mon.0) 1092 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:08:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:24 smithi135 bash[32435]: cluster 2023-12-07T19:08:22.972287+0000 mgr.a (mgr.14403) 4567 : cluster 0 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-07T19:08:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:24 smithi135 bash[32435]: audit 2023-12-07T19:08:23.930090+0000 mon.a (mon.0) 1090 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:08:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:24 smithi135 bash[32435]: audit 2023-12-07T19:08:23.931828+0000 mon.a (mon.0) 1091 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:08:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:24 smithi135 bash[32435]: audit 2023-12-07T19:08:23.940366+0000 mon.a (mon.0) 1092 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:08:26.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:25 smithi079 bash[28699]: audit 2023-12-07T19:08:24.620178+0000 mgr.a (mgr.14403) 4568 : audit 0 from='client.101523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:26.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:25 smithi194 bash[32038]: audit 2023-12-07T19:08:24.620178+0000 mgr.a (mgr.14403) 4568 : audit 0 from='client.101523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:25 smithi135 bash[32435]: audit 2023-12-07T19:08:24.620178+0000 mgr.a (mgr.14403) 4568 : audit 0 from='client.101523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:27.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:26 smithi079 bash[28699]: cluster 2023-12-07T19:08:24.972984+0000 mgr.a (mgr.14403) 4569 : cluster 0 pgmap v3406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:26 smithi194 bash[32038]: cluster 2023-12-07T19:08:24.972984+0000 mgr.a (mgr.14403) 4569 : cluster 0 pgmap v3406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:26 smithi135 bash[32435]: cluster 2023-12-07T19:08:24.972984+0000 mgr.a (mgr.14403) 4569 : cluster 0 pgmap v3406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:28 smithi079 bash[28699]: cluster 2023-12-07T19:08:26.973609+0000 mgr.a (mgr.14403) 4570 : cluster 0 pgmap v3407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:28 smithi194 bash[32038]: cluster 2023-12-07T19:08:26.973609+0000 mgr.a (mgr.14403) 4570 : cluster 0 pgmap v3407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:28 smithi135 bash[32435]: cluster 2023-12-07T19:08:26.973609+0000 mgr.a (mgr.14403) 4570 : cluster 0 pgmap v3407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:08:30.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:08:30.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:30.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:31.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:31.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:31.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:31.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:08:31.047 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:08:31.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:30 smithi079 bash[28699]: cluster 2023-12-07T19:08:28.974409+0000 mgr.a (mgr.14403) 4571 : cluster 0 pgmap v3408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:30 smithi194 bash[32038]: cluster 2023-12-07T19:08:28.974409+0000 mgr.a (mgr.14403) 4571 : cluster 0 pgmap v3408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:30 smithi135 bash[32435]: cluster 2023-12-07T19:08:28.974409+0000 mgr.a (mgr.14403) 4571 : cluster 0 pgmap v3408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:32.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:31 smithi079 bash[28699]: audit 2023-12-07T19:08:30.543891+0000 mgr.a (mgr.14403) 4572 : audit 0 from='client.101601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:32.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:31 smithi194 bash[32038]: audit 2023-12-07T19:08:30.543891+0000 mgr.a (mgr.14403) 4572 : audit 0 from='client.101601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:32.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:31 smithi135 bash[32435]: audit 2023-12-07T19:08:30.543891+0000 mgr.a (mgr.14403) 4572 : audit 0 from='client.101601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:32 smithi079 bash[28699]: cluster 2023-12-07T19:08:30.975155+0000 mgr.a (mgr.14403) 4573 : cluster 0 pgmap v3409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:32 smithi194 bash[32038]: cluster 2023-12-07T19:08:30.975155+0000 mgr.a (mgr.14403) 4573 : cluster 0 pgmap v3409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:32 smithi135 bash[32435]: cluster 2023-12-07T19:08:30.975155+0000 mgr.a (mgr.14403) 4573 : cluster 0 pgmap v3409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:34.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:33 smithi079 bash[28699]: cluster 2023-12-07T19:08:32.975843+0000 mgr.a (mgr.14403) 4574 : cluster 0 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-07T19:08:34.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:33 smithi194 bash[32038]: cluster 2023-12-07T19:08:32.975843+0000 mgr.a (mgr.14403) 4574 : cluster 0 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-07T19:08:34.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:33 smithi135 bash[32435]: cluster 2023-12-07T19:08:32.975843+0000 mgr.a (mgr.14403) 4574 : cluster 0 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-07T19:08:36.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:08:36.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:36.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:36 smithi079 bash[28699]: cluster 2023-12-07T19:08:34.976781+0000 mgr.a (mgr.14403) 4575 : cluster 0 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-07T19:08:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:36 smithi194 bash[32038]: cluster 2023-12-07T19:08:34.976781+0000 mgr.a (mgr.14403) 4575 : cluster 0 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-07T19:08:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:36 smithi135 bash[32435]: cluster 2023-12-07T19:08:34.976781+0000 mgr.a (mgr.14403) 4575 : cluster 0 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-07T19:08:36.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:36.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:36.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:36.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:08:36.956 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:08:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:37 smithi079 bash[28699]: audit 2023-12-07T19:08:36.444070+0000 mgr.a (mgr.14403) 4576 : audit 0 from='client.101676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:37.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:37 smithi194 bash[32038]: audit 2023-12-07T19:08:36.444070+0000 mgr.a (mgr.14403) 4576 : audit 0 from='client.101676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:37 smithi135 bash[32435]: audit 2023-12-07T19:08:36.444070+0000 mgr.a (mgr.14403) 4576 : audit 0 from='client.101676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:38 smithi079 bash[28699]: cluster 2023-12-07T19:08:36.977493+0000 mgr.a (mgr.14403) 4577 : cluster 0 pgmap v3412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:38.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:38 smithi194 bash[32038]: cluster 2023-12-07T19:08:36.977493+0000 mgr.a (mgr.14403) 4577 : cluster 0 pgmap v3412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:38 smithi135 bash[32435]: cluster 2023-12-07T19:08:36.977493+0000 mgr.a (mgr.14403) 4577 : cluster 0 pgmap v3412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:40 smithi079 bash[28699]: cluster 2023-12-07T19:08:38.978433+0000 mgr.a (mgr.14403) 4578 : cluster 0 pgmap v3413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:40.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:40 smithi194 bash[32038]: cluster 2023-12-07T19:08:38.978433+0000 mgr.a (mgr.14403) 4578 : cluster 0 pgmap v3413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:40 smithi135 bash[32435]: cluster 2023-12-07T19:08:38.978433+0000 mgr.a (mgr.14403) 4578 : cluster 0 pgmap v3413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:41.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:08:41.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:41.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:42 smithi079 bash[28699]: cluster 2023-12-07T19:08:40.979175+0000 mgr.a (mgr.14403) 4579 : cluster 0 pgmap v3414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:42.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:42 smithi194 bash[32038]: cluster 2023-12-07T19:08:40.979175+0000 mgr.a (mgr.14403) 4579 : cluster 0 pgmap v3414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:42 smithi135 bash[32435]: cluster 2023-12-07T19:08:40.979175+0000 mgr.a (mgr.14403) 4579 : cluster 0 pgmap v3414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:42.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:42.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:42.867 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:08:42.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:42.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:08:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:43 smithi079 bash[28699]: audit 2023-12-07T19:08:42.368294+0000 mgr.a (mgr.14403) 4580 : audit 0 from='client.101751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:43 smithi194 bash[32038]: audit 2023-12-07T19:08:42.368294+0000 mgr.a (mgr.14403) 4580 : audit 0 from='client.101751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:43 smithi135 bash[32435]: audit 2023-12-07T19:08:42.368294+0000 mgr.a (mgr.14403) 4580 : audit 0 from='client.101751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:44 smithi079 bash[28699]: cluster 2023-12-07T19:08:42.979791+0000 mgr.a (mgr.14403) 4581 : cluster 0 pgmap v3415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:44 smithi194 bash[32038]: cluster 2023-12-07T19:08:42.979791+0000 mgr.a (mgr.14403) 4581 : cluster 0 pgmap v3415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:44 smithi135 bash[32435]: cluster 2023-12-07T19:08:42.979791+0000 mgr.a (mgr.14403) 4581 : cluster 0 pgmap v3415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:46 smithi079 bash[28699]: cluster 2023-12-07T19:08:44.980645+0000 mgr.a (mgr.14403) 4582 : cluster 0 pgmap v3416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:46.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:46 smithi194 bash[32038]: cluster 2023-12-07T19:08:44.980645+0000 mgr.a (mgr.14403) 4582 : cluster 0 pgmap v3416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:46 smithi135 bash[32435]: cluster 2023-12-07T19:08:44.980645+0000 mgr.a (mgr.14403) 4582 : cluster 0 pgmap v3416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:08:47.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:08:47.869 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:47.869 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:48 smithi079 bash[28699]: cluster 2023-12-07T19:08:46.981199+0000 mgr.a (mgr.14403) 4583 : cluster 0 pgmap v3417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:48.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:48 smithi194 bash[32038]: cluster 2023-12-07T19:08:46.981199+0000 mgr.a (mgr.14403) 4583 : cluster 0 pgmap v3417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:48 smithi135 bash[32435]: cluster 2023-12-07T19:08:46.981199+0000 mgr.a (mgr.14403) 4583 : cluster 0 pgmap v3417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:08:48.764 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:08:48.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:48.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:48.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:48.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:08:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:49 smithi079 bash[28699]: audit 2023-12-07T19:08:48.270607+0000 mgr.a (mgr.14403) 4584 : audit 0 from='client.101829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:49.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:49 smithi194 bash[32038]: audit 2023-12-07T19:08:48.270607+0000 mgr.a (mgr.14403) 4584 : audit 0 from='client.101829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:49 smithi135 bash[32435]: audit 2023-12-07T19:08:48.270607+0000 mgr.a (mgr.14403) 4584 : audit 0 from='client.101829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:50 smithi079 bash[28699]: cluster 2023-12-07T19:08:48.982150+0000 mgr.a (mgr.14403) 4585 : cluster 0 pgmap v3418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:08:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:50 smithi194 bash[32038]: cluster 2023-12-07T19:08:48.982150+0000 mgr.a (mgr.14403) 4585 : cluster 0 pgmap v3418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:08:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:50 smithi135 bash[32435]: cluster 2023-12-07T19:08:48.982150+0000 mgr.a (mgr.14403) 4585 : cluster 0 pgmap v3418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:08:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:52 smithi079 bash[28699]: cluster 2023-12-07T19:08:50.982744+0000 mgr.a (mgr.14403) 4586 : cluster 0 pgmap v3419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:08:52.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:52 smithi194 bash[32038]: cluster 2023-12-07T19:08:50.982744+0000 mgr.a (mgr.14403) 4586 : cluster 0 pgmap v3419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:08:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:52 smithi135 bash[32435]: cluster 2023-12-07T19:08:50.982744+0000 mgr.a (mgr.14403) 4586 : cluster 0 pgmap v3419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:08:53.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:08:53.768 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:53.768 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:08:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:54 smithi079 bash[28699]: cluster 2023-12-07T19:08:52.983406+0000 mgr.a (mgr.14403) 4587 : cluster 0 pgmap v3420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:08:54.664 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:08:54.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:08:54.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:08:54.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:08:54.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:08:54.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:54 smithi194 bash[32038]: cluster 2023-12-07T19:08:52.983406+0000 mgr.a (mgr.14403) 4587 : cluster 0 pgmap v3420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:08:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:54 smithi135 bash[32435]: cluster 2023-12-07T19:08:52.983406+0000 mgr.a (mgr.14403) 4587 : cluster 0 pgmap v3420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:08:55.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:55 smithi194 bash[32038]: audit 2023-12-07T19:08:54.178177+0000 mgr.a (mgr.14403) 4588 : audit 0 from='client.101907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:55 smithi135 bash[32435]: audit 2023-12-07T19:08:54.178177+0000 mgr.a (mgr.14403) 4588 : audit 0 from='client.101907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:55.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:55 smithi079 bash[28699]: audit 2023-12-07T19:08:54.178177+0000 mgr.a (mgr.14403) 4588 : audit 0 from='client.101907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:08:56.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:56 smithi194 bash[32038]: cluster 2023-12-07T19:08:54.984355+0000 mgr.a (mgr.14403) 4589 : cluster 0 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-07T19:08:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:56 smithi135 bash[32435]: cluster 2023-12-07T19:08:54.984355+0000 mgr.a (mgr.14403) 4589 : cluster 0 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-07T19:08:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:56 smithi079 bash[28699]: cluster 2023-12-07T19:08:54.984355+0000 mgr.a (mgr.14403) 4589 : cluster 0 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-07T19:08:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:08:58 smithi194 bash[32038]: cluster 2023-12-07T19:08:56.984914+0000 mgr.a (mgr.14403) 4590 : cluster 0 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-07T19:08:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:08:58 smithi135 bash[32435]: cluster 2023-12-07T19:08:56.984914+0000 mgr.a (mgr.14403) 4590 : cluster 0 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-07T19:08:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:08:58 smithi079 bash[28699]: cluster 2023-12-07T19:08:56.984914+0000 mgr.a (mgr.14403) 4590 : cluster 0 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-07T19:08:59.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:08:59.667 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:08:59.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:00.559 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:09:00.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:00.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:00.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:00.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:09:00.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:00 smithi194 bash[32038]: cluster 2023-12-07T19:08:58.985647+0000 mgr.a (mgr.14403) 4591 : cluster 0 pgmap v3423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:00 smithi135 bash[32435]: cluster 2023-12-07T19:08:58.985647+0000 mgr.a (mgr.14403) 4591 : cluster 0 pgmap v3423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:00 smithi079 bash[28699]: cluster 2023-12-07T19:08:58.985647+0000 mgr.a (mgr.14403) 4591 : cluster 0 pgmap v3423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:01.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:01 smithi194 bash[32038]: audit 2023-12-07T19:09:00.076291+0000 mgr.a (mgr.14403) 4592 : audit 0 from='client.101985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:01 smithi135 bash[32435]: audit 2023-12-07T19:09:00.076291+0000 mgr.a (mgr.14403) 4592 : audit 0 from='client.101985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:01.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:01 smithi079 bash[28699]: audit 2023-12-07T19:09:00.076291+0000 mgr.a (mgr.14403) 4592 : audit 0 from='client.101985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:02.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:02 smithi194 bash[32038]: cluster 2023-12-07T19:09:00.986277+0000 mgr.a (mgr.14403) 4593 : cluster 0 pgmap v3424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:09:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:02 smithi135 bash[32435]: cluster 2023-12-07T19:09:00.986277+0000 mgr.a (mgr.14403) 4593 : cluster 0 pgmap v3424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:09:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:02 smithi079 bash[28699]: cluster 2023-12-07T19:09:00.986277+0000 mgr.a (mgr.14403) 4593 : cluster 0 pgmap v3424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:09:04.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:04 smithi194 bash[32038]: cluster 2023-12-07T19:09:02.986841+0000 mgr.a (mgr.14403) 4594 : cluster 0 pgmap v3425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:09:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:04 smithi135 bash[32435]: cluster 2023-12-07T19:09:02.986841+0000 mgr.a (mgr.14403) 4594 : cluster 0 pgmap v3425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:09:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:04 smithi079 bash[28699]: cluster 2023-12-07T19:09:02.986841+0000 mgr.a (mgr.14403) 4594 : cluster 0 pgmap v3425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:09:05.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:09:05.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:05.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:06.464 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:09:06.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:06.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:06.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:06.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:09:06.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:06 smithi194 bash[32038]: cluster 2023-12-07T19:09:04.987511+0000 mgr.a (mgr.14403) 4595 : cluster 0 pgmap v3426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:09:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:06 smithi135 bash[32435]: cluster 2023-12-07T19:09:04.987511+0000 mgr.a (mgr.14403) 4595 : cluster 0 pgmap v3426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:09:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:06 smithi079 bash[28699]: cluster 2023-12-07T19:09:04.987511+0000 mgr.a (mgr.14403) 4595 : cluster 0 pgmap v3426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:09:07.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:07 smithi194 bash[32038]: audit 2023-12-07T19:09:05.967903+0000 mgr.a (mgr.14403) 4596 : audit 0 from='client.102063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:07 smithi135 bash[32435]: audit 2023-12-07T19:09:05.967903+0000 mgr.a (mgr.14403) 4596 : audit 0 from='client.102063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:07 smithi079 bash[28699]: audit 2023-12-07T19:09:05.967903+0000 mgr.a (mgr.14403) 4596 : audit 0 from='client.102063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:08 smithi194 bash[32038]: cluster 2023-12-07T19:09:06.988214+0000 mgr.a (mgr.14403) 4597 : cluster 0 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-07T19:09:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:08 smithi135 bash[32435]: cluster 2023-12-07T19:09:06.988214+0000 mgr.a (mgr.14403) 4597 : cluster 0 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-07T19:09:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:08 smithi079 bash[28699]: cluster 2023-12-07T19:09:06.988214+0000 mgr.a (mgr.14403) 4597 : cluster 0 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-07T19:09:10.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:10 smithi194 bash[32038]: cluster 2023-12-07T19:09:08.989026+0000 mgr.a (mgr.14403) 4598 : cluster 0 pgmap v3428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:10 smithi135 bash[32435]: cluster 2023-12-07T19:09:08.989026+0000 mgr.a (mgr.14403) 4598 : cluster 0 pgmap v3428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:10 smithi079 bash[28699]: cluster 2023-12-07T19:09:08.989026+0000 mgr.a (mgr.14403) 4598 : cluster 0 pgmap v3428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:11.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:09:11.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:11.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:12.361 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:09:12.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:12.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:12.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:12.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:09:12.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:12 smithi194 bash[32038]: cluster 2023-12-07T19:09:10.989614+0000 mgr.a (mgr.14403) 4599 : cluster 0 pgmap v3429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:12 smithi135 bash[32435]: cluster 2023-12-07T19:09:10.989614+0000 mgr.a (mgr.14403) 4599 : cluster 0 pgmap v3429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:12 smithi079 bash[28699]: cluster 2023-12-07T19:09:10.989614+0000 mgr.a (mgr.14403) 4599 : cluster 0 pgmap v3429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:13.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:13 smithi079 bash[28699]: audit 2023-12-07T19:09:11.868340+0000 mgr.a (mgr.14403) 4600 : audit 0 from='client.102141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:13.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:13 smithi194 bash[32038]: audit 2023-12-07T19:09:11.868340+0000 mgr.a (mgr.14403) 4600 : audit 0 from='client.102141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:13 smithi135 bash[32435]: audit 2023-12-07T19:09:11.868340+0000 mgr.a (mgr.14403) 4600 : audit 0 from='client.102141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:14 smithi079 bash[28699]: cluster 2023-12-07T19:09:12.990291+0000 mgr.a (mgr.14403) 4601 : cluster 0 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-07T19:09:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:14 smithi194 bash[32038]: cluster 2023-12-07T19:09:12.990291+0000 mgr.a (mgr.14403) 4601 : cluster 0 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-07T19:09:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:14 smithi135 bash[32435]: cluster 2023-12-07T19:09:12.990291+0000 mgr.a (mgr.14403) 4601 : cluster 0 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-07T19:09:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:16 smithi079 bash[28699]: cluster 2023-12-07T19:09:14.991126+0000 mgr.a (mgr.14403) 4602 : cluster 0 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-07T19:09:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:16 smithi194 bash[32038]: cluster 2023-12-07T19:09:14.991126+0000 mgr.a (mgr.14403) 4602 : cluster 0 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-07T19:09:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:16 smithi135 bash[32435]: cluster 2023-12-07T19:09:14.991126+0000 mgr.a (mgr.14403) 4602 : cluster 0 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-07T19:09:17.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:09:17.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:17.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:18.259 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:09:18.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:18.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:18.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:18.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:09:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:18 smithi079 bash[28699]: cluster 2023-12-07T19:09:16.991642+0000 mgr.a (mgr.14403) 4603 : cluster 0 pgmap v3432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:18 smithi079 bash[28699]: audit 2023-12-07T19:09:17.772991+0000 mgr.a (mgr.14403) 4604 : audit 0 from='client.102219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:18 smithi194 bash[32038]: cluster 2023-12-07T19:09:16.991642+0000 mgr.a (mgr.14403) 4603 : cluster 0 pgmap v3432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:18.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:18 smithi194 bash[32038]: audit 2023-12-07T19:09:17.772991+0000 mgr.a (mgr.14403) 4604 : audit 0 from='client.102219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:18 smithi135 bash[32435]: cluster 2023-12-07T19:09:16.991642+0000 mgr.a (mgr.14403) 4603 : cluster 0 pgmap v3432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:18 smithi135 bash[32435]: audit 2023-12-07T19:09:17.772991+0000 mgr.a (mgr.14403) 4604 : audit 0 from='client.102219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:20 smithi079 bash[28699]: cluster 2023-12-07T19:09:18.992540+0000 mgr.a (mgr.14403) 4605 : cluster 0 pgmap v3433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:20 smithi194 bash[32038]: cluster 2023-12-07T19:09:18.992540+0000 mgr.a (mgr.14403) 4605 : cluster 0 pgmap v3433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:20 smithi135 bash[32435]: cluster 2023-12-07T19:09:18.992540+0000 mgr.a (mgr.14403) 4605 : cluster 0 pgmap v3433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:22 smithi079 bash[28699]: cluster 2023-12-07T19:09:20.993136+0000 mgr.a (mgr.14403) 4606 : cluster 0 pgmap v3434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:22 smithi194 bash[32038]: cluster 2023-12-07T19:09:20.993136+0000 mgr.a (mgr.14403) 4606 : cluster 0 pgmap v3434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:22 smithi135 bash[32435]: cluster 2023-12-07T19:09:20.993136+0000 mgr.a (mgr.14403) 4606 : cluster 0 pgmap v3434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:23.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:09:23.263 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:23.263 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:24.157 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:09:24.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:24.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:24.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:24.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:09:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:24 smithi079 bash[28699]: cluster 2023-12-07T19:09:22.993711+0000 mgr.a (mgr.14403) 4607 : cluster 0 pgmap v3435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:24 smithi079 bash[28699]: audit 2023-12-07T19:09:23.660835+0000 mgr.a (mgr.14403) 4608 : audit 0 from='client.102294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:24 smithi079 bash[28699]: audit 2023-12-07T19:09:24.044477+0000 mon.a (mon.0) 1093 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:09:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:24 smithi194 bash[32038]: cluster 2023-12-07T19:09:22.993711+0000 mgr.a (mgr.14403) 4607 : cluster 0 pgmap v3435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:24 smithi194 bash[32038]: audit 2023-12-07T19:09:23.660835+0000 mgr.a (mgr.14403) 4608 : audit 0 from='client.102294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:24.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:24 smithi194 bash[32038]: audit 2023-12-07T19:09:24.044477+0000 mon.a (mon.0) 1093 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:09:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:24 smithi135 bash[32435]: cluster 2023-12-07T19:09:22.993711+0000 mgr.a (mgr.14403) 4607 : cluster 0 pgmap v3435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:24 smithi135 bash[32435]: audit 2023-12-07T19:09:23.660835+0000 mgr.a (mgr.14403) 4608 : audit 0 from='client.102294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:24 smithi135 bash[32435]: audit 2023-12-07T19:09:24.044477+0000 mon.a (mon.0) 1093 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:09:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:26 smithi079 bash[28699]: cluster 2023-12-07T19:09:24.994739+0000 mgr.a (mgr.14403) 4609 : cluster 0 pgmap v3436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:26 smithi194 bash[32038]: cluster 2023-12-07T19:09:24.994739+0000 mgr.a (mgr.14403) 4609 : cluster 0 pgmap v3436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:26 smithi135 bash[32435]: cluster 2023-12-07T19:09:24.994739+0000 mgr.a (mgr.14403) 4609 : cluster 0 pgmap v3436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:28 smithi079 bash[28699]: cluster 2023-12-07T19:09:26.995365+0000 mgr.a (mgr.14403) 4610 : cluster 0 pgmap v3437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:28.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:28 smithi194 bash[32038]: cluster 2023-12-07T19:09:26.995365+0000 mgr.a (mgr.14403) 4610 : cluster 0 pgmap v3437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:28 smithi135 bash[32435]: cluster 2023-12-07T19:09:26.995365+0000 mgr.a (mgr.14403) 4610 : cluster 0 pgmap v3437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:29.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:09:29.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:29.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:30.128 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:09:30.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:30.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:30.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:30.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:09:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:30 smithi079 bash[28699]: cluster 2023-12-07T19:09:28.996140+0000 mgr.a (mgr.14403) 4611 : cluster 0 pgmap v3438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:30 smithi079 bash[28699]: audit 2023-12-07T19:09:29.381642+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:30 smithi079 bash[28699]: audit 2023-12-07T19:09:29.387539+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:30 smithi079 bash[28699]: audit 2023-12-07T19:09:29.434018+0000 mon.a (mon.0) 1096 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:30 smithi079 bash[28699]: audit 2023-12-07T19:09:29.441036+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:30 smithi079 bash[28699]: audit 2023-12-07T19:09:29.446759+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:30 smithi079 bash[28699]: audit 2023-12-07T19:09:29.453949+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:30 smithi079 bash[28699]: audit 2023-12-07T19:09:29.605897+0000 mgr.a (mgr.14403) 4612 : audit 0 from='client.102372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:30 smithi079 bash[28699]: audit 2023-12-07T19:09:30.151579+0000 mon.a (mon.0) 1100 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:09:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:30 smithi079 bash[28699]: audit 2023-12-07T19:09:30.153421+0000 mon.a (mon.0) 1101 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:09:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:30 smithi079 bash[28699]: audit 2023-12-07T19:09:30.162747+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:30 smithi194 bash[32038]: cluster 2023-12-07T19:09:28.996140+0000 mgr.a (mgr.14403) 4611 : cluster 0 pgmap v3438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:30 smithi194 bash[32038]: audit 2023-12-07T19:09:29.381642+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:30 smithi194 bash[32038]: audit 2023-12-07T19:09:29.387539+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:30 smithi194 bash[32038]: audit 2023-12-07T19:09:29.434018+0000 mon.a (mon.0) 1096 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:30 smithi194 bash[32038]: audit 2023-12-07T19:09:29.441036+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:30 smithi194 bash[32038]: audit 2023-12-07T19:09:29.446759+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:30 smithi194 bash[32038]: audit 2023-12-07T19:09:29.453949+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:30 smithi194 bash[32038]: audit 2023-12-07T19:09:29.605897+0000 mgr.a (mgr.14403) 4612 : audit 0 from='client.102372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:30 smithi194 bash[32038]: audit 2023-12-07T19:09:30.151579+0000 mon.a (mon.0) 1100 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:09:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:30 smithi194 bash[32038]: audit 2023-12-07T19:09:30.153421+0000 mon.a (mon.0) 1101 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:09:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:30 smithi194 bash[32038]: audit 2023-12-07T19:09:30.162747+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:30 smithi135 bash[32435]: cluster 2023-12-07T19:09:28.996140+0000 mgr.a (mgr.14403) 4611 : cluster 0 pgmap v3438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:30 smithi135 bash[32435]: audit 2023-12-07T19:09:29.381642+0000 mon.a (mon.0) 1094 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:30 smithi135 bash[32435]: audit 2023-12-07T19:09:29.387539+0000 mon.a (mon.0) 1095 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:30 smithi135 bash[32435]: audit 2023-12-07T19:09:29.434018+0000 mon.a (mon.0) 1096 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:30 smithi135 bash[32435]: audit 2023-12-07T19:09:29.441036+0000 mon.a (mon.0) 1097 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:30 smithi135 bash[32435]: audit 2023-12-07T19:09:29.446759+0000 mon.a (mon.0) 1098 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:30 smithi135 bash[32435]: audit 2023-12-07T19:09:29.453949+0000 mon.a (mon.0) 1099 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:30 smithi135 bash[32435]: audit 2023-12-07T19:09:29.605897+0000 mgr.a (mgr.14403) 4612 : audit 0 from='client.102372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:30 smithi135 bash[32435]: audit 2023-12-07T19:09:30.151579+0000 mon.a (mon.0) 1100 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:09:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:30 smithi135 bash[32435]: audit 2023-12-07T19:09:30.153421+0000 mon.a (mon.0) 1101 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:09:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:30 smithi135 bash[32435]: audit 2023-12-07T19:09:30.162747+0000 mon.a (mon.0) 1102 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:09:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:32 smithi079 bash[28699]: cluster 2023-12-07T19:09:30.996817+0000 mgr.a (mgr.14403) 4613 : cluster 0 pgmap v3439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:32 smithi194 bash[32038]: cluster 2023-12-07T19:09:30.996817+0000 mgr.a (mgr.14403) 4613 : cluster 0 pgmap v3439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:32 smithi135 bash[32435]: cluster 2023-12-07T19:09:30.996817+0000 mgr.a (mgr.14403) 4613 : cluster 0 pgmap v3439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:34 smithi079 bash[28699]: cluster 2023-12-07T19:09:32.997437+0000 mgr.a (mgr.14403) 4614 : cluster 0 pgmap v3440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:34 smithi194 bash[32038]: cluster 2023-12-07T19:09:32.997437+0000 mgr.a (mgr.14403) 4614 : cluster 0 pgmap v3440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:34 smithi135 bash[32435]: cluster 2023-12-07T19:09:32.997437+0000 mgr.a (mgr.14403) 4614 : cluster 0 pgmap v3440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:09:35.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:09:35.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:35.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:36.051 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:09:36.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:36.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:36.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:36.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:09:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:36 smithi194 bash[32038]: cluster 2023-12-07T19:09:34.998263+0000 mgr.a (mgr.14403) 4615 : cluster 0 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-07T19:09:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:36 smithi194 bash[32038]: audit 2023-12-07T19:09:35.535483+0000 mgr.a (mgr.14403) 4616 : audit 0 from='client.102450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:36 smithi135 bash[32435]: cluster 2023-12-07T19:09:34.998263+0000 mgr.a (mgr.14403) 4615 : cluster 0 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-07T19:09:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:36 smithi135 bash[32435]: audit 2023-12-07T19:09:35.535483+0000 mgr.a (mgr.14403) 4616 : audit 0 from='client.102450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:36 smithi079 bash[28699]: cluster 2023-12-07T19:09:34.998263+0000 mgr.a (mgr.14403) 4615 : cluster 0 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-07T19:09:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:36 smithi079 bash[28699]: audit 2023-12-07T19:09:35.535483+0000 mgr.a (mgr.14403) 4616 : audit 0 from='client.102450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:38 smithi194 bash[32038]: cluster 2023-12-07T19:09:36.999053+0000 mgr.a (mgr.14403) 4617 : cluster 0 pgmap v3442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:38 smithi135 bash[32435]: cluster 2023-12-07T19:09:36.999053+0000 mgr.a (mgr.14403) 4617 : cluster 0 pgmap v3442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:38 smithi079 bash[28699]: cluster 2023-12-07T19:09:36.999053+0000 mgr.a (mgr.14403) 4617 : cluster 0 pgmap v3442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:40.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:40 smithi194 bash[32038]: cluster 2023-12-07T19:09:38.999834+0000 mgr.a (mgr.14403) 4618 : cluster 0 pgmap v3443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:40 smithi135 bash[32435]: cluster 2023-12-07T19:09:38.999834+0000 mgr.a (mgr.14403) 4618 : cluster 0 pgmap v3443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:40 smithi079 bash[28699]: cluster 2023-12-07T19:09:38.999834+0000 mgr.a (mgr.14403) 4618 : cluster 0 pgmap v3443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:41.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:09:41.054 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:41.054 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:41.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:41.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:41.939 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:09:41.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:41.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:09:42.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:42 smithi194 bash[32038]: cluster 2023-12-07T19:09:41.000415+0000 mgr.a (mgr.14403) 4619 : cluster 0 pgmap v3444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:42 smithi194 bash[32038]: audit 2023-12-07T19:09:41.462727+0000 mgr.a (mgr.14403) 4620 : audit 0 from='client.102525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:42 smithi135 bash[32435]: cluster 2023-12-07T19:09:41.000415+0000 mgr.a (mgr.14403) 4619 : cluster 0 pgmap v3444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:42 smithi135 bash[32435]: audit 2023-12-07T19:09:41.462727+0000 mgr.a (mgr.14403) 4620 : audit 0 from='client.102525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:42 smithi079 bash[28699]: cluster 2023-12-07T19:09:41.000415+0000 mgr.a (mgr.14403) 4619 : cluster 0 pgmap v3444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:42 smithi079 bash[28699]: audit 2023-12-07T19:09:41.462727+0000 mgr.a (mgr.14403) 4620 : audit 0 from='client.102525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:44 smithi194 bash[32038]: cluster 2023-12-07T19:09:43.001131+0000 mgr.a (mgr.14403) 4621 : cluster 0 pgmap v3445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:44 smithi135 bash[32435]: cluster 2023-12-07T19:09:43.001131+0000 mgr.a (mgr.14403) 4621 : cluster 0 pgmap v3445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:44 smithi079 bash[28699]: cluster 2023-12-07T19:09:43.001131+0000 mgr.a (mgr.14403) 4621 : cluster 0 pgmap v3445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:46.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:46 smithi194 bash[32038]: cluster 2023-12-07T19:09:45.001937+0000 mgr.a (mgr.14403) 4622 : cluster 0 pgmap v3446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:46 smithi135 bash[32435]: cluster 2023-12-07T19:09:45.001937+0000 mgr.a (mgr.14403) 4622 : cluster 0 pgmap v3446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:46 smithi079 bash[28699]: cluster 2023-12-07T19:09:45.001937+0000 mgr.a (mgr.14403) 4622 : cluster 0 pgmap v3446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:46.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:09:46.941 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:46.941 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:47.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:47.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:47.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:47.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:09:47.804 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:09:48.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:48 smithi194 bash[32038]: cluster 2023-12-07T19:09:47.002491+0000 mgr.a (mgr.14403) 4623 : cluster 0 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-07T19:09:48.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:48 smithi194 bash[32038]: audit 2023-12-07T19:09:47.345769+0000 mgr.a (mgr.14403) 4624 : audit 0 from='client.102600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:48 smithi135 bash[32435]: cluster 2023-12-07T19:09:47.002491+0000 mgr.a (mgr.14403) 4623 : cluster 0 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-07T19:09:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:48 smithi135 bash[32435]: audit 2023-12-07T19:09:47.345769+0000 mgr.a (mgr.14403) 4624 : audit 0 from='client.102600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:48 smithi079 bash[28699]: cluster 2023-12-07T19:09:47.002491+0000 mgr.a (mgr.14403) 4623 : cluster 0 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-07T19:09:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:48 smithi079 bash[28699]: audit 2023-12-07T19:09:47.345769+0000 mgr.a (mgr.14403) 4624 : audit 0 from='client.102600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:50 smithi194 bash[32038]: cluster 2023-12-07T19:09:49.003362+0000 mgr.a (mgr.14403) 4625 : cluster 0 pgmap v3448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:50 smithi135 bash[32435]: cluster 2023-12-07T19:09:49.003362+0000 mgr.a (mgr.14403) 4625 : cluster 0 pgmap v3448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:50 smithi079 bash[28699]: cluster 2023-12-07T19:09:49.003362+0000 mgr.a (mgr.14403) 4625 : cluster 0 pgmap v3448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:09:52.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:52 smithi194 bash[32038]: cluster 2023-12-07T19:09:51.003971+0000 mgr.a (mgr.14403) 4626 : cluster 0 pgmap v3449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:52 smithi135 bash[32435]: cluster 2023-12-07T19:09:51.003971+0000 mgr.a (mgr.14403) 4626 : cluster 0 pgmap v3449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:52.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:09:52.807 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:52.807 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:52 smithi079 bash[28699]: cluster 2023-12-07T19:09:51.003971+0000 mgr.a (mgr.14403) 4626 : cluster 0 pgmap v3449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:53.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:53.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:53.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:53.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:09:53.723 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:09:54.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:54 smithi194 bash[32038]: cluster 2023-12-07T19:09:53.004389+0000 mgr.a (mgr.14403) 4627 : cluster 0 pgmap v3450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:54.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:54 smithi194 bash[32038]: audit 2023-12-07T19:09:53.211488+0000 mgr.a (mgr.14403) 4628 : audit 0 from='client.102678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:54 smithi135 bash[32435]: cluster 2023-12-07T19:09:53.004389+0000 mgr.a (mgr.14403) 4627 : cluster 0 pgmap v3450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:54 smithi135 bash[32435]: audit 2023-12-07T19:09:53.211488+0000 mgr.a (mgr.14403) 4628 : audit 0 from='client.102678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:54 smithi079 bash[28699]: cluster 2023-12-07T19:09:53.004389+0000 mgr.a (mgr.14403) 4627 : cluster 0 pgmap v3450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:09:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:54 smithi079 bash[28699]: audit 2023-12-07T19:09:53.211488+0000 mgr.a (mgr.14403) 4628 : audit 0 from='client.102678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:09:56.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:56 smithi194 bash[32038]: cluster 2023-12-07T19:09:55.005413+0000 mgr.a (mgr.14403) 4629 : cluster 0 pgmap v3451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:09:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:56 smithi135 bash[32435]: cluster 2023-12-07T19:09:55.005413+0000 mgr.a (mgr.14403) 4629 : cluster 0 pgmap v3451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:09:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:56 smithi079 bash[28699]: cluster 2023-12-07T19:09:55.005413+0000 mgr.a (mgr.14403) 4629 : cluster 0 pgmap v3451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:09:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:09:58 smithi194 bash[32038]: cluster 2023-12-07T19:09:57.005988+0000 mgr.a (mgr.14403) 4630 : cluster 0 pgmap v3452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:09:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:09:58 smithi135 bash[32435]: cluster 2023-12-07T19:09:57.005988+0000 mgr.a (mgr.14403) 4630 : cluster 0 pgmap v3452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:09:58.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:09:58.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:09:58.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:09:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:09:58 smithi079 bash[28699]: cluster 2023-12-07T19:09:57.005988+0000 mgr.a (mgr.14403) 4630 : cluster 0 pgmap v3452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:09:59.667 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:09:59.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:09:59.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:09:59.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:09:59.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:10:00.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:00 smithi194 bash[32038]: cluster 2023-12-07T19:09:59.006735+0000 mgr.a (mgr.14403) 4631 : cluster 0 pgmap v3453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:00 smithi194 bash[32038]: audit 2023-12-07T19:09:59.140550+0000 mgr.a (mgr.14403) 4632 : audit 0 from='client.102756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:00 smithi194 bash[32038]: cluster 2023-12-07T19:10:00.000171+0000 mon.a (mon.0) 1103 : cluster 1 overall HEALTH_OK 2023-12-07T19:10:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:00 smithi135 bash[32435]: cluster 2023-12-07T19:09:59.006735+0000 mgr.a (mgr.14403) 4631 : cluster 0 pgmap v3453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:00 smithi135 bash[32435]: audit 2023-12-07T19:09:59.140550+0000 mgr.a (mgr.14403) 4632 : audit 0 from='client.102756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:00 smithi135 bash[32435]: cluster 2023-12-07T19:10:00.000171+0000 mon.a (mon.0) 1103 : cluster 1 overall HEALTH_OK 2023-12-07T19:10:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:00 smithi079 bash[28699]: cluster 2023-12-07T19:09:59.006735+0000 mgr.a (mgr.14403) 4631 : cluster 0 pgmap v3453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:00 smithi079 bash[28699]: audit 2023-12-07T19:09:59.140550+0000 mgr.a (mgr.14403) 4632 : audit 0 from='client.102756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:00 smithi079 bash[28699]: cluster 2023-12-07T19:10:00.000171+0000 mon.a (mon.0) 1103 : cluster 1 overall HEALTH_OK 2023-12-07T19:10:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:02 smithi079 bash[28699]: cluster 2023-12-07T19:10:01.007359+0000 mgr.a (mgr.14403) 4633 : cluster 0 pgmap v3454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:02 smithi194 bash[32038]: cluster 2023-12-07T19:10:01.007359+0000 mgr.a (mgr.14403) 4633 : cluster 0 pgmap v3454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:02 smithi135 bash[32435]: cluster 2023-12-07T19:10:01.007359+0000 mgr.a (mgr.14403) 4633 : cluster 0 pgmap v3454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:04.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:10:04.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:04.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:04 smithi079 bash[28699]: cluster 2023-12-07T19:10:03.007916+0000 mgr.a (mgr.14403) 4634 : cluster 0 pgmap v3455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:04 smithi194 bash[32038]: cluster 2023-12-07T19:10:03.007916+0000 mgr.a (mgr.14403) 4634 : cluster 0 pgmap v3455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:04 smithi135 bash[32435]: cluster 2023-12-07T19:10:03.007916+0000 mgr.a (mgr.14403) 4634 : cluster 0 pgmap v3455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:05.557 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:10:05.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:05.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:05.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:05.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:10:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:06 smithi079 bash[28699]: cluster 2023-12-07T19:10:05.008710+0000 mgr.a (mgr.14403) 4635 : cluster 0 pgmap v3456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:06 smithi079 bash[28699]: audit 2023-12-07T19:10:05.071595+0000 mgr.a (mgr.14403) 4636 : audit 0 from='client.102831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:06 smithi194 bash[32038]: cluster 2023-12-07T19:10:05.008710+0000 mgr.a (mgr.14403) 4635 : cluster 0 pgmap v3456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:06 smithi194 bash[32038]: audit 2023-12-07T19:10:05.071595+0000 mgr.a (mgr.14403) 4636 : audit 0 from='client.102831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:06 smithi135 bash[32435]: cluster 2023-12-07T19:10:05.008710+0000 mgr.a (mgr.14403) 4635 : cluster 0 pgmap v3456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:06 smithi135 bash[32435]: audit 2023-12-07T19:10:05.071595+0000 mgr.a (mgr.14403) 4636 : audit 0 from='client.102831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:08 smithi079 bash[28699]: cluster 2023-12-07T19:10:07.009346+0000 mgr.a (mgr.14403) 4637 : cluster 0 pgmap v3457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:10:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:08 smithi194 bash[32038]: cluster 2023-12-07T19:10:07.009346+0000 mgr.a (mgr.14403) 4637 : cluster 0 pgmap v3457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:10:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:08 smithi135 bash[32435]: cluster 2023-12-07T19:10:07.009346+0000 mgr.a (mgr.14403) 4637 : cluster 0 pgmap v3457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:10:10.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:10:10.560 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:10.560 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:10 smithi079 bash[28699]: cluster 2023-12-07T19:10:09.010112+0000 mgr.a (mgr.14403) 4638 : cluster 0 pgmap v3458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:10:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:10 smithi194 bash[32038]: cluster 2023-12-07T19:10:09.010112+0000 mgr.a (mgr.14403) 4638 : cluster 0 pgmap v3458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:10:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:10 smithi135 bash[32435]: cluster 2023-12-07T19:10:09.010112+0000 mgr.a (mgr.14403) 4638 : cluster 0 pgmap v3458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:10:11.447 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:10:11.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:11.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:11.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:11.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:10:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:12 smithi079 bash[28699]: audit 2023-12-07T19:10:10.961190+0000 mgr.a (mgr.14403) 4639 : audit 0 from='client.102906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:12 smithi079 bash[28699]: cluster 2023-12-07T19:10:11.010546+0000 mgr.a (mgr.14403) 4640 : cluster 0 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-07T19:10:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:12 smithi194 bash[32038]: audit 2023-12-07T19:10:10.961190+0000 mgr.a (mgr.14403) 4639 : audit 0 from='client.102906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:12 smithi194 bash[32038]: cluster 2023-12-07T19:10:11.010546+0000 mgr.a (mgr.14403) 4640 : cluster 0 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-07T19:10:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:12 smithi135 bash[32435]: audit 2023-12-07T19:10:10.961190+0000 mgr.a (mgr.14403) 4639 : audit 0 from='client.102906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:12 smithi135 bash[32435]: cluster 2023-12-07T19:10:11.010546+0000 mgr.a (mgr.14403) 4640 : cluster 0 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-07T19:10:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:14 smithi079 bash[28699]: cluster 2023-12-07T19:10:13.011330+0000 mgr.a (mgr.14403) 4641 : cluster 0 pgmap v3460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:14 smithi194 bash[32038]: cluster 2023-12-07T19:10:13.011330+0000 mgr.a (mgr.14403) 4641 : cluster 0 pgmap v3460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:14 smithi135 bash[32435]: cluster 2023-12-07T19:10:13.011330+0000 mgr.a (mgr.14403) 4641 : cluster 0 pgmap v3460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:16.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:10:16.450 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:16.450 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:16 smithi079 bash[28699]: cluster 2023-12-07T19:10:15.012256+0000 mgr.a (mgr.14403) 4642 : cluster 0 pgmap v3461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:16 smithi194 bash[32038]: cluster 2023-12-07T19:10:15.012256+0000 mgr.a (mgr.14403) 4642 : cluster 0 pgmap v3461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:16 smithi135 bash[32435]: cluster 2023-12-07T19:10:15.012256+0000 mgr.a (mgr.14403) 4642 : cluster 0 pgmap v3461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:17.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:17.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:17.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:17.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:10:17.384 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:10:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:18 smithi079 bash[28699]: audit 2023-12-07T19:10:16.858237+0000 mgr.a (mgr.14403) 4643 : audit 0 from='client.102984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:18 smithi079 bash[28699]: cluster 2023-12-07T19:10:17.013084+0000 mgr.a (mgr.14403) 4644 : cluster 0 pgmap v3462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:18 smithi194 bash[32038]: audit 2023-12-07T19:10:16.858237+0000 mgr.a (mgr.14403) 4643 : audit 0 from='client.102984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:18.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:18 smithi194 bash[32038]: cluster 2023-12-07T19:10:17.013084+0000 mgr.a (mgr.14403) 4644 : cluster 0 pgmap v3462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:18 smithi135 bash[32435]: audit 2023-12-07T19:10:16.858237+0000 mgr.a (mgr.14403) 4643 : audit 0 from='client.102984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:18 smithi135 bash[32435]: cluster 2023-12-07T19:10:17.013084+0000 mgr.a (mgr.14403) 4644 : cluster 0 pgmap v3462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:20 smithi079 bash[28699]: cluster 2023-12-07T19:10:19.014012+0000 mgr.a (mgr.14403) 4645 : cluster 0 pgmap v3463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:20 smithi194 bash[32038]: cluster 2023-12-07T19:10:19.014012+0000 mgr.a (mgr.14403) 4645 : cluster 0 pgmap v3463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:20 smithi135 bash[32435]: cluster 2023-12-07T19:10:19.014012+0000 mgr.a (mgr.14403) 4645 : cluster 0 pgmap v3463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:22.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:10:22.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:22.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:22 smithi079 bash[28699]: cluster 2023-12-07T19:10:21.014569+0000 mgr.a (mgr.14403) 4646 : cluster 0 pgmap v3464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:22 smithi194 bash[32038]: cluster 2023-12-07T19:10:21.014569+0000 mgr.a (mgr.14403) 4646 : cluster 0 pgmap v3464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:22 smithi135 bash[32435]: cluster 2023-12-07T19:10:21.014569+0000 mgr.a (mgr.14403) 4646 : cluster 0 pgmap v3464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:23.268 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:10:23.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:23.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:23.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:23.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:10:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:23 smithi079 bash[28699]: audit 2023-12-07T19:10:22.786682+0000 mgr.a (mgr.14403) 4647 : audit 0 from='client.103062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:23.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:23 smithi194 bash[32038]: audit 2023-12-07T19:10:22.786682+0000 mgr.a (mgr.14403) 4647 : audit 0 from='client.103062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:23 smithi135 bash[32435]: audit 2023-12-07T19:10:22.786682+0000 mgr.a (mgr.14403) 4647 : audit 0 from='client.103062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:24 smithi079 bash[28699]: cluster 2023-12-07T19:10:23.015118+0000 mgr.a (mgr.14403) 4648 : cluster 0 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-07T19:10:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:24 smithi194 bash[32038]: cluster 2023-12-07T19:10:23.015118+0000 mgr.a (mgr.14403) 4648 : cluster 0 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-07T19:10:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:24 smithi135 bash[32435]: cluster 2023-12-07T19:10:23.015118+0000 mgr.a (mgr.14403) 4648 : cluster 0 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-07T19:10:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:26 smithi079 bash[28699]: cluster 2023-12-07T19:10:25.016081+0000 mgr.a (mgr.14403) 4649 : cluster 0 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-07T19:10:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:26 smithi194 bash[32038]: cluster 2023-12-07T19:10:25.016081+0000 mgr.a (mgr.14403) 4649 : cluster 0 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-07T19:10:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:26 smithi135 bash[32435]: cluster 2023-12-07T19:10:25.016081+0000 mgr.a (mgr.14403) 4649 : cluster 0 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-07T19:10:28.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:10:28.272 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:28.272 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:28 smithi079 bash[28699]: cluster 2023-12-07T19:10:27.016809+0000 mgr.a (mgr.14403) 4650 : cluster 0 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-07T19:10:28.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:28 smithi194 bash[32038]: cluster 2023-12-07T19:10:27.016809+0000 mgr.a (mgr.14403) 4650 : cluster 0 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-07T19:10:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:28 smithi135 bash[32435]: cluster 2023-12-07T19:10:27.016809+0000 mgr.a (mgr.14403) 4650 : cluster 0 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-07T19:10:29.167 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:10:29.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:29.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:29.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:29.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:10:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:29 smithi079 bash[28699]: audit 2023-12-07T19:10:28.674647+0000 mgr.a (mgr.14403) 4651 : audit 0 from='client.103140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:29.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:29 smithi194 bash[32038]: audit 2023-12-07T19:10:28.674647+0000 mgr.a (mgr.14403) 4651 : audit 0 from='client.103140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:29 smithi135 bash[32435]: audit 2023-12-07T19:10:28.674647+0000 mgr.a (mgr.14403) 4651 : audit 0 from='client.103140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:30 smithi079 bash[28699]: cluster 2023-12-07T19:10:29.017655+0000 mgr.a (mgr.14403) 4652 : cluster 0 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-07T19:10:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:30 smithi079 bash[28699]: audit 2023-12-07T19:10:30.265500+0000 mon.a (mon.0) 1104 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:10:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:30 smithi194 bash[32038]: cluster 2023-12-07T19:10:29.017655+0000 mgr.a (mgr.14403) 4652 : cluster 0 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-07T19:10:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:30 smithi194 bash[32038]: audit 2023-12-07T19:10:30.265500+0000 mon.a (mon.0) 1104 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:10:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:30 smithi135 bash[32435]: cluster 2023-12-07T19:10:29.017655+0000 mgr.a (mgr.14403) 4652 : cluster 0 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-07T19:10:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:30 smithi135 bash[32435]: audit 2023-12-07T19:10:30.265500+0000 mon.a (mon.0) 1104 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:10:31.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:31 smithi079 bash[28699]: audit 2023-12-07T19:10:31.000371+0000 mon.a (mon.0) 1105 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:10:31.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:31 smithi079 bash[28699]: audit 2023-12-07T19:10:31.002197+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:10:31.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:31 smithi079 bash[28699]: audit 2023-12-07T19:10:31.010466+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:10:31.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:31 smithi194 bash[32038]: audit 2023-12-07T19:10:31.000371+0000 mon.a (mon.0) 1105 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:10:31.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:31 smithi194 bash[32038]: audit 2023-12-07T19:10:31.002197+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:10:31.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:31 smithi194 bash[32038]: audit 2023-12-07T19:10:31.010466+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:10:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:31 smithi135 bash[32435]: audit 2023-12-07T19:10:31.000371+0000 mon.a (mon.0) 1105 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:10:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:31 smithi135 bash[32435]: audit 2023-12-07T19:10:31.002197+0000 mon.a (mon.0) 1106 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:10:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:31 smithi135 bash[32435]: audit 2023-12-07T19:10:31.010466+0000 mon.a (mon.0) 1107 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:10:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:32 smithi079 bash[28699]: cluster 2023-12-07T19:10:31.018310+0000 mgr.a (mgr.14403) 4653 : cluster 0 pgmap v3469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:32 smithi194 bash[32038]: cluster 2023-12-07T19:10:31.018310+0000 mgr.a (mgr.14403) 4653 : cluster 0 pgmap v3469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:32 smithi135 bash[32435]: cluster 2023-12-07T19:10:31.018310+0000 mgr.a (mgr.14403) 4653 : cluster 0 pgmap v3469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:34.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:10:34.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:34.171 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:34.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:34 smithi079 bash[28699]: cluster 2023-12-07T19:10:33.018890+0000 mgr.a (mgr.14403) 4654 : cluster 0 pgmap v3470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:34.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:34 smithi194 bash[32038]: cluster 2023-12-07T19:10:33.018890+0000 mgr.a (mgr.14403) 4654 : cluster 0 pgmap v3470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:34 smithi135 bash[32435]: cluster 2023-12-07T19:10:33.018890+0000 mgr.a (mgr.14403) 4654 : cluster 0 pgmap v3470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:35.061 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:10:35.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:35.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:35.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:35.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:10:35.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:35 smithi079 bash[28699]: audit 2023-12-07T19:10:34.576598+0000 mgr.a (mgr.14403) 4655 : audit 0 from='client.103218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:35.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:35 smithi194 bash[32038]: audit 2023-12-07T19:10:34.576598+0000 mgr.a (mgr.14403) 4655 : audit 0 from='client.103218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:35 smithi135 bash[32435]: audit 2023-12-07T19:10:34.576598+0000 mgr.a (mgr.14403) 4655 : audit 0 from='client.103218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:36 smithi079 bash[28699]: cluster 2023-12-07T19:10:35.019565+0000 mgr.a (mgr.14403) 4656 : cluster 0 pgmap v3471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:36.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:36 smithi194 bash[32038]: cluster 2023-12-07T19:10:35.019565+0000 mgr.a (mgr.14403) 4656 : cluster 0 pgmap v3471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:36 smithi135 bash[32435]: cluster 2023-12-07T19:10:35.019565+0000 mgr.a (mgr.14403) 4656 : cluster 0 pgmap v3471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:38 smithi079 bash[28699]: cluster 2023-12-07T19:10:37.020106+0000 mgr.a (mgr.14403) 4657 : cluster 0 pgmap v3472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:38 smithi194 bash[32038]: cluster 2023-12-07T19:10:37.020106+0000 mgr.a (mgr.14403) 4657 : cluster 0 pgmap v3472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:38 smithi135 bash[32435]: cluster 2023-12-07T19:10:37.020106+0000 mgr.a (mgr.14403) 4657 : cluster 0 pgmap v3472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:10:40.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:10:40.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:40.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:40 smithi079 bash[28699]: cluster 2023-12-07T19:10:39.020853+0000 mgr.a (mgr.14403) 4658 : cluster 0 pgmap v3473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:40.945 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:10:40.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:40.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:40.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:40.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:10:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:40 smithi194 bash[32038]: cluster 2023-12-07T19:10:39.020853+0000 mgr.a (mgr.14403) 4658 : cluster 0 pgmap v3473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:40 smithi135 bash[32435]: cluster 2023-12-07T19:10:39.020853+0000 mgr.a (mgr.14403) 4658 : cluster 0 pgmap v3473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:41.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:41 smithi079 bash[28699]: audit 2023-12-07T19:10:40.467246+0000 mgr.a (mgr.14403) 4659 : audit 0 from='client.103296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:41.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:41 smithi194 bash[32038]: audit 2023-12-07T19:10:40.467246+0000 mgr.a (mgr.14403) 4659 : audit 0 from='client.103296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:41 smithi135 bash[32435]: audit 2023-12-07T19:10:40.467246+0000 mgr.a (mgr.14403) 4659 : audit 0 from='client.103296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:42 smithi079 bash[28699]: cluster 2023-12-07T19:10:41.021565+0000 mgr.a (mgr.14403) 4660 : cluster 0 pgmap v3474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:42 smithi194 bash[32038]: cluster 2023-12-07T19:10:41.021565+0000 mgr.a (mgr.14403) 4660 : cluster 0 pgmap v3474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:42 smithi135 bash[32435]: cluster 2023-12-07T19:10:41.021565+0000 mgr.a (mgr.14403) 4660 : cluster 0 pgmap v3474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:44 smithi079 bash[28699]: cluster 2023-12-07T19:10:43.022134+0000 mgr.a (mgr.14403) 4661 : cluster 0 pgmap v3475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:44 smithi194 bash[32038]: cluster 2023-12-07T19:10:43.022134+0000 mgr.a (mgr.14403) 4661 : cluster 0 pgmap v3475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:44 smithi135 bash[32435]: cluster 2023-12-07T19:10:43.022134+0000 mgr.a (mgr.14403) 4661 : cluster 0 pgmap v3475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:45.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:10:45.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:45.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:46.850 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:10:46.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:46.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:46.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:46.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:10:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:46 smithi079 bash[28699]: cluster 2023-12-07T19:10:45.022938+0000 mgr.a (mgr.14403) 4662 : cluster 0 pgmap v3476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:46 smithi194 bash[32038]: cluster 2023-12-07T19:10:45.022938+0000 mgr.a (mgr.14403) 4662 : cluster 0 pgmap v3476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:46 smithi135 bash[32435]: cluster 2023-12-07T19:10:45.022938+0000 mgr.a (mgr.14403) 4662 : cluster 0 pgmap v3476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:47 smithi079 bash[28699]: audit 2023-12-07T19:10:46.353394+0000 mgr.a (mgr.14403) 4663 : audit 0 from='client.103371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:47.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:47 smithi194 bash[32038]: audit 2023-12-07T19:10:46.353394+0000 mgr.a (mgr.14403) 4663 : audit 0 from='client.103371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:47 smithi135 bash[32435]: audit 2023-12-07T19:10:46.353394+0000 mgr.a (mgr.14403) 4663 : audit 0 from='client.103371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:48 smithi079 bash[28699]: cluster 2023-12-07T19:10:47.023625+0000 mgr.a (mgr.14403) 4664 : cluster 0 pgmap v3477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:48 smithi194 bash[32038]: cluster 2023-12-07T19:10:47.023625+0000 mgr.a (mgr.14403) 4664 : cluster 0 pgmap v3477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:48 smithi135 bash[32435]: cluster 2023-12-07T19:10:47.023625+0000 mgr.a (mgr.14403) 4664 : cluster 0 pgmap v3477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:50 smithi079 bash[28699]: cluster 2023-12-07T19:10:49.024508+0000 mgr.a (mgr.14403) 4665 : cluster 0 pgmap v3478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:50 smithi194 bash[32038]: cluster 2023-12-07T19:10:49.024508+0000 mgr.a (mgr.14403) 4665 : cluster 0 pgmap v3478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:50 smithi135 bash[32435]: cluster 2023-12-07T19:10:49.024508+0000 mgr.a (mgr.14403) 4665 : cluster 0 pgmap v3478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:51.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:10:51.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:51.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:52.785 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:10:52.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:52.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:52.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:52.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:10:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:52 smithi079 bash[28699]: cluster 2023-12-07T19:10:51.025100+0000 mgr.a (mgr.14403) 4666 : cluster 0 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-07T19:10:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:52 smithi194 bash[32038]: cluster 2023-12-07T19:10:51.025100+0000 mgr.a (mgr.14403) 4666 : cluster 0 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-07T19:10:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:52 smithi135 bash[32435]: cluster 2023-12-07T19:10:51.025100+0000 mgr.a (mgr.14403) 4666 : cluster 0 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-07T19:10:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:53 smithi079 bash[28699]: audit 2023-12-07T19:10:52.258442+0000 mgr.a (mgr.14403) 4667 : audit 0 from='client.103449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:53.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:53 smithi194 bash[32038]: audit 2023-12-07T19:10:52.258442+0000 mgr.a (mgr.14403) 4667 : audit 0 from='client.103449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:53 smithi135 bash[32435]: audit 2023-12-07T19:10:52.258442+0000 mgr.a (mgr.14403) 4667 : audit 0 from='client.103449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:54 smithi079 bash[28699]: cluster 2023-12-07T19:10:53.025854+0000 mgr.a (mgr.14403) 4668 : cluster 0 pgmap v3480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:54 smithi194 bash[32038]: cluster 2023-12-07T19:10:53.025854+0000 mgr.a (mgr.14403) 4668 : cluster 0 pgmap v3480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:54 smithi135 bash[32435]: cluster 2023-12-07T19:10:53.025854+0000 mgr.a (mgr.14403) 4668 : cluster 0 pgmap v3480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:56 smithi079 bash[28699]: cluster 2023-12-07T19:10:55.026820+0000 mgr.a (mgr.14403) 4669 : cluster 0 pgmap v3481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:56 smithi194 bash[32038]: cluster 2023-12-07T19:10:55.026820+0000 mgr.a (mgr.14403) 4669 : cluster 0 pgmap v3481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:56 smithi135 bash[32435]: cluster 2023-12-07T19:10:55.026820+0000 mgr.a (mgr.14403) 4669 : cluster 0 pgmap v3481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:10:57.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:10:57.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:10:57.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:10:58.699 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:10:58.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:10:58.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:10:58.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:10:58.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:10:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:58 smithi079 bash[28699]: cluster 2023-12-07T19:10:57.027536+0000 mgr.a (mgr.14403) 4670 : cluster 0 pgmap v3482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:58 smithi194 bash[32038]: cluster 2023-12-07T19:10:57.027536+0000 mgr.a (mgr.14403) 4670 : cluster 0 pgmap v3482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:58 smithi135 bash[32435]: cluster 2023-12-07T19:10:57.027536+0000 mgr.a (mgr.14403) 4670 : cluster 0 pgmap v3482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:10:59.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:10:59 smithi079 bash[28699]: audit 2023-12-07T19:10:58.190607+0000 mgr.a (mgr.14403) 4671 : audit 0 from='client.103527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:59.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:10:59 smithi194 bash[32038]: audit 2023-12-07T19:10:58.190607+0000 mgr.a (mgr.14403) 4671 : audit 0 from='client.103527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:10:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:10:59 smithi135 bash[32435]: audit 2023-12-07T19:10:58.190607+0000 mgr.a (mgr.14403) 4671 : audit 0 from='client.103527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:00 smithi079 bash[28699]: cluster 2023-12-07T19:10:59.028622+0000 mgr.a (mgr.14403) 4672 : cluster 0 pgmap v3483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:11:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:00 smithi194 bash[32038]: cluster 2023-12-07T19:10:59.028622+0000 mgr.a (mgr.14403) 4672 : cluster 0 pgmap v3483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:11:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:00 smithi135 bash[32435]: cluster 2023-12-07T19:10:59.028622+0000 mgr.a (mgr.14403) 4672 : cluster 0 pgmap v3483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:11:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:02 smithi079 bash[28699]: cluster 2023-12-07T19:11:01.029076+0000 mgr.a (mgr.14403) 4673 : cluster 0 pgmap v3484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:02 smithi194 bash[32038]: cluster 2023-12-07T19:11:01.029076+0000 mgr.a (mgr.14403) 4673 : cluster 0 pgmap v3484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:02 smithi135 bash[32435]: cluster 2023-12-07T19:11:01.029076+0000 mgr.a (mgr.14403) 4673 : cluster 0 pgmap v3484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:03.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:11:03.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:03.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:04.605 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:11:04.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:04.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:04.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:04.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:11:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:04 smithi079 bash[28699]: cluster 2023-12-07T19:11:03.029602+0000 mgr.a (mgr.14403) 4674 : cluster 0 pgmap v3485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:04 smithi194 bash[32038]: cluster 2023-12-07T19:11:03.029602+0000 mgr.a (mgr.14403) 4674 : cluster 0 pgmap v3485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:04 smithi135 bash[32435]: cluster 2023-12-07T19:11:03.029602+0000 mgr.a (mgr.14403) 4674 : cluster 0 pgmap v3485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:11:05.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:05 smithi079 bash[28699]: audit 2023-12-07T19:11:04.104710+0000 mgr.a (mgr.14403) 4675 : audit 0 from='client.103605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:05.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:05 smithi194 bash[32038]: audit 2023-12-07T19:11:04.104710+0000 mgr.a (mgr.14403) 4675 : audit 0 from='client.103605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:05 smithi135 bash[32435]: audit 2023-12-07T19:11:04.104710+0000 mgr.a (mgr.14403) 4675 : audit 0 from='client.103605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:06 smithi079 bash[28699]: cluster 2023-12-07T19:11:05.030672+0000 mgr.a (mgr.14403) 4676 : cluster 0 pgmap v3486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:06 smithi194 bash[32038]: cluster 2023-12-07T19:11:05.030672+0000 mgr.a (mgr.14403) 4676 : cluster 0 pgmap v3486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:06 smithi135 bash[32435]: cluster 2023-12-07T19:11:05.030672+0000 mgr.a (mgr.14403) 4676 : cluster 0 pgmap v3486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:08 smithi194 bash[32038]: cluster 2023-12-07T19:11:07.031204+0000 mgr.a (mgr.14403) 4677 : cluster 0 pgmap v3487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:08 smithi135 bash[32435]: cluster 2023-12-07T19:11:07.031204+0000 mgr.a (mgr.14403) 4677 : cluster 0 pgmap v3487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:08 smithi079 bash[28699]: cluster 2023-12-07T19:11:07.031204+0000 mgr.a (mgr.14403) 4677 : cluster 0 pgmap v3487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:09.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:11:09.609 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:09.609 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:10.522 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:11:10.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:10.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:10.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:10.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:11:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:10 smithi194 bash[32038]: cluster 2023-12-07T19:11:09.031967+0000 mgr.a (mgr.14403) 4678 : cluster 0 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-07T19:11:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:10 smithi135 bash[32435]: cluster 2023-12-07T19:11:09.031967+0000 mgr.a (mgr.14403) 4678 : cluster 0 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-07T19:11:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:10 smithi079 bash[28699]: cluster 2023-12-07T19:11:09.031967+0000 mgr.a (mgr.14403) 4678 : cluster 0 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-07T19:11:11.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:11 smithi194 bash[32038]: audit 2023-12-07T19:11:10.016924+0000 mgr.a (mgr.14403) 4679 : audit 0 from='client.103680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:11 smithi135 bash[32435]: audit 2023-12-07T19:11:10.016924+0000 mgr.a (mgr.14403) 4679 : audit 0 from='client.103680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:12.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:11 smithi079 bash[28699]: audit 2023-12-07T19:11:10.016924+0000 mgr.a (mgr.14403) 4679 : audit 0 from='client.103680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:12 smithi194 bash[32038]: cluster 2023-12-07T19:11:11.032631+0000 mgr.a (mgr.14403) 4680 : cluster 0 pgmap v3489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:11:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:12 smithi135 bash[32435]: cluster 2023-12-07T19:11:11.032631+0000 mgr.a (mgr.14403) 4680 : cluster 0 pgmap v3489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:11:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:12 smithi079 bash[28699]: cluster 2023-12-07T19:11:11.032631+0000 mgr.a (mgr.14403) 4680 : cluster 0 pgmap v3489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:11:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:14 smithi194 bash[32038]: cluster 2023-12-07T19:11:13.033194+0000 mgr.a (mgr.14403) 4681 : cluster 0 pgmap v3490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:11:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:14 smithi135 bash[32435]: cluster 2023-12-07T19:11:13.033194+0000 mgr.a (mgr.14403) 4681 : cluster 0 pgmap v3490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:11:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:14 smithi079 bash[28699]: cluster 2023-12-07T19:11:13.033194+0000 mgr.a (mgr.14403) 4681 : cluster 0 pgmap v3490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:11:15.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:11:15.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:15.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:16.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:16.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:16.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:16.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:11:16.441 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:11:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:16 smithi194 bash[32038]: cluster 2023-12-07T19:11:15.033992+0000 mgr.a (mgr.14403) 4682 : cluster 0 pgmap v3491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:11:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:16 smithi135 bash[32435]: cluster 2023-12-07T19:11:15.033992+0000 mgr.a (mgr.14403) 4682 : cluster 0 pgmap v3491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:11:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:16 smithi079 bash[28699]: cluster 2023-12-07T19:11:15.033992+0000 mgr.a (mgr.14403) 4682 : cluster 0 pgmap v3491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:11:17.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:17 smithi194 bash[32038]: audit 2023-12-07T19:11:15.935896+0000 mgr.a (mgr.14403) 4683 : audit 0 from='client.103758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:17 smithi135 bash[32435]: audit 2023-12-07T19:11:15.935896+0000 mgr.a (mgr.14403) 4683 : audit 0 from='client.103758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:18.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:17 smithi079 bash[28699]: audit 2023-12-07T19:11:15.935896+0000 mgr.a (mgr.14403) 4683 : audit 0 from='client.103758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:18 smithi194 bash[32038]: cluster 2023-12-07T19:11:17.034689+0000 mgr.a (mgr.14403) 4684 : cluster 0 pgmap v3492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:18 smithi135 bash[32435]: cluster 2023-12-07T19:11:17.034689+0000 mgr.a (mgr.14403) 4684 : cluster 0 pgmap v3492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:18 smithi079 bash[28699]: cluster 2023-12-07T19:11:17.034689+0000 mgr.a (mgr.14403) 4684 : cluster 0 pgmap v3492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:20 smithi194 bash[32038]: cluster 2023-12-07T19:11:19.035505+0000 mgr.a (mgr.14403) 4685 : cluster 0 pgmap v3493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:20 smithi135 bash[32435]: cluster 2023-12-07T19:11:19.035505+0000 mgr.a (mgr.14403) 4685 : cluster 0 pgmap v3493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:20 smithi079 bash[28699]: cluster 2023-12-07T19:11:19.035505+0000 mgr.a (mgr.14403) 4685 : cluster 0 pgmap v3493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:21.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:11:21.445 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:21.445 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:22.369 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:11:22.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:22.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:22.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:22.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:11:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:22 smithi194 bash[32038]: cluster 2023-12-07T19:11:21.036117+0000 mgr.a (mgr.14403) 4686 : cluster 0 pgmap v3494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:22 smithi135 bash[32435]: cluster 2023-12-07T19:11:21.036117+0000 mgr.a (mgr.14403) 4686 : cluster 0 pgmap v3494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:22 smithi079 bash[28699]: cluster 2023-12-07T19:11:21.036117+0000 mgr.a (mgr.14403) 4686 : cluster 0 pgmap v3494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:23.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:23 smithi194 bash[32038]: audit 2023-12-07T19:11:21.853867+0000 mgr.a (mgr.14403) 4687 : audit 0 from='client.103836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:23 smithi135 bash[32435]: audit 2023-12-07T19:11:21.853867+0000 mgr.a (mgr.14403) 4687 : audit 0 from='client.103836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:24.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:23 smithi079 bash[28699]: audit 2023-12-07T19:11:21.853867+0000 mgr.a (mgr.14403) 4687 : audit 0 from='client.103836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:24 smithi194 bash[32038]: cluster 2023-12-07T19:11:23.036761+0000 mgr.a (mgr.14403) 4688 : cluster 0 pgmap v3495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:24 smithi135 bash[32435]: cluster 2023-12-07T19:11:23.036761+0000 mgr.a (mgr.14403) 4688 : cluster 0 pgmap v3495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:24 smithi079 bash[28699]: cluster 2023-12-07T19:11:23.036761+0000 mgr.a (mgr.14403) 4688 : cluster 0 pgmap v3495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:26 smithi135 bash[32435]: cluster 2023-12-07T19:11:25.037550+0000 mgr.a (mgr.14403) 4689 : cluster 0 pgmap v3496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:27.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:26 smithi079 bash[28699]: cluster 2023-12-07T19:11:25.037550+0000 mgr.a (mgr.14403) 4689 : cluster 0 pgmap v3496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:26 smithi194 bash[32038]: cluster 2023-12-07T19:11:25.037550+0000 mgr.a (mgr.14403) 4689 : cluster 0 pgmap v3496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:27.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:11:27.373 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:27.373 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:28.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:28.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:28.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:28.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:11:28.296 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:11:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:28 smithi079 bash[28699]: cluster 2023-12-07T19:11:27.038108+0000 mgr.a (mgr.14403) 4690 : cluster 0 pgmap v3497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:28 smithi079 bash[28699]: audit 2023-12-07T19:11:27.774203+0000 mgr.a (mgr.14403) 4691 : audit 0 from='client.103914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:28 smithi194 bash[32038]: cluster 2023-12-07T19:11:27.038108+0000 mgr.a (mgr.14403) 4690 : cluster 0 pgmap v3497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:28 smithi194 bash[32038]: audit 2023-12-07T19:11:27.774203+0000 mgr.a (mgr.14403) 4691 : audit 0 from='client.103914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:28 smithi135 bash[32435]: cluster 2023-12-07T19:11:27.038108+0000 mgr.a (mgr.14403) 4690 : cluster 0 pgmap v3497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:28 smithi135 bash[32435]: audit 2023-12-07T19:11:27.774203+0000 mgr.a (mgr.14403) 4691 : audit 0 from='client.103914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:31.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:30 smithi079 bash[28699]: cluster 2023-12-07T19:11:29.039130+0000 mgr.a (mgr.14403) 4692 : cluster 0 pgmap v3498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:30 smithi194 bash[32038]: cluster 2023-12-07T19:11:29.039130+0000 mgr.a (mgr.14403) 4692 : cluster 0 pgmap v3498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:30 smithi135 bash[32435]: cluster 2023-12-07T19:11:29.039130+0000 mgr.a (mgr.14403) 4692 : cluster 0 pgmap v3498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:32.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:31 smithi079 bash[28699]: audit 2023-12-07T19:11:31.114086+0000 mon.a (mon.0) 1108 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:11:32.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:31 smithi194 bash[32038]: audit 2023-12-07T19:11:31.114086+0000 mon.a (mon.0) 1108 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:11:32.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:31 smithi135 bash[32435]: audit 2023-12-07T19:11:31.114086+0000 mon.a (mon.0) 1108 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:11:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:32 smithi079 bash[28699]: cluster 2023-12-07T19:11:31.039734+0000 mgr.a (mgr.14403) 4693 : cluster 0 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-07T19:11:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:32 smithi079 bash[28699]: audit 2023-12-07T19:11:31.849410+0000 mon.a (mon.0) 1109 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:11:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:32 smithi079 bash[28699]: audit 2023-12-07T19:11:31.851034+0000 mon.a (mon.0) 1110 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:11:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:32 smithi079 bash[28699]: audit 2023-12-07T19:11:31.861701+0000 mon.a (mon.0) 1111 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:11:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:32 smithi194 bash[32038]: cluster 2023-12-07T19:11:31.039734+0000 mgr.a (mgr.14403) 4693 : cluster 0 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-07T19:11:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:32 smithi194 bash[32038]: audit 2023-12-07T19:11:31.849410+0000 mon.a (mon.0) 1109 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:11:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:32 smithi194 bash[32038]: audit 2023-12-07T19:11:31.851034+0000 mon.a (mon.0) 1110 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:11:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:32 smithi194 bash[32038]: audit 2023-12-07T19:11:31.861701+0000 mon.a (mon.0) 1111 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:11:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:32 smithi135 bash[32435]: cluster 2023-12-07T19:11:31.039734+0000 mgr.a (mgr.14403) 4693 : cluster 0 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-07T19:11:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:32 smithi135 bash[32435]: audit 2023-12-07T19:11:31.849410+0000 mon.a (mon.0) 1109 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:11:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:32 smithi135 bash[32435]: audit 2023-12-07T19:11:31.851034+0000 mon.a (mon.0) 1110 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:11:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:32 smithi135 bash[32435]: audit 2023-12-07T19:11:31.861701+0000 mon.a (mon.0) 1111 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:11:33.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:11:33.299 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:33.299 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:34.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:34.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:34.200 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:11:34.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:34.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:11:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:34 smithi079 bash[28699]: cluster 2023-12-07T19:11:33.040307+0000 mgr.a (mgr.14403) 4694 : cluster 0 pgmap v3500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:34 smithi079 bash[28699]: audit 2023-12-07T19:11:33.705882+0000 mgr.a (mgr.14403) 4695 : audit 0 from='client.103992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:34 smithi194 bash[32038]: cluster 2023-12-07T19:11:33.040307+0000 mgr.a (mgr.14403) 4694 : cluster 0 pgmap v3500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:34 smithi194 bash[32038]: audit 2023-12-07T19:11:33.705882+0000 mgr.a (mgr.14403) 4695 : audit 0 from='client.103992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:34 smithi135 bash[32435]: cluster 2023-12-07T19:11:33.040307+0000 mgr.a (mgr.14403) 4694 : cluster 0 pgmap v3500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:34 smithi135 bash[32435]: audit 2023-12-07T19:11:33.705882+0000 mgr.a (mgr.14403) 4695 : audit 0 from='client.103992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:36 smithi079 bash[28699]: cluster 2023-12-07T19:11:35.041382+0000 mgr.a (mgr.14403) 4696 : cluster 0 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-07T19:11:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:36 smithi194 bash[32038]: cluster 2023-12-07T19:11:35.041382+0000 mgr.a (mgr.14403) 4696 : cluster 0 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-07T19:11:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:36 smithi135 bash[32435]: cluster 2023-12-07T19:11:35.041382+0000 mgr.a (mgr.14403) 4696 : cluster 0 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-07T19:11:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:38 smithi079 bash[28699]: cluster 2023-12-07T19:11:37.041989+0000 mgr.a (mgr.14403) 4697 : cluster 0 pgmap v3502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:39.203 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:11:39.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:39.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:38 smithi194 bash[32038]: cluster 2023-12-07T19:11:37.041989+0000 mgr.a (mgr.14403) 4697 : cluster 0 pgmap v3502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:38 smithi135 bash[32435]: cluster 2023-12-07T19:11:37.041989+0000 mgr.a (mgr.14403) 4697 : cluster 0 pgmap v3502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:40.117 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:11:40.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:40.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:40.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:40.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:11:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:40 smithi079 bash[28699]: cluster 2023-12-07T19:11:39.042763+0000 mgr.a (mgr.14403) 4698 : cluster 0 pgmap v3503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:40 smithi079 bash[28699]: audit 2023-12-07T19:11:39.609427+0000 mgr.a (mgr.14403) 4699 : audit 0 from='client.104067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:40 smithi194 bash[32038]: cluster 2023-12-07T19:11:39.042763+0000 mgr.a (mgr.14403) 4698 : cluster 0 pgmap v3503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:40 smithi194 bash[32038]: audit 2023-12-07T19:11:39.609427+0000 mgr.a (mgr.14403) 4699 : audit 0 from='client.104067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:40 smithi135 bash[32435]: cluster 2023-12-07T19:11:39.042763+0000 mgr.a (mgr.14403) 4698 : cluster 0 pgmap v3503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:40 smithi135 bash[32435]: audit 2023-12-07T19:11:39.609427+0000 mgr.a (mgr.14403) 4699 : audit 0 from='client.104067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:42 smithi079 bash[28699]: cluster 2023-12-07T19:11:41.043434+0000 mgr.a (mgr.14403) 4700 : cluster 0 pgmap v3504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:42 smithi194 bash[32038]: cluster 2023-12-07T19:11:41.043434+0000 mgr.a (mgr.14403) 4700 : cluster 0 pgmap v3504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:42 smithi135 bash[32435]: cluster 2023-12-07T19:11:41.043434+0000 mgr.a (mgr.14403) 4700 : cluster 0 pgmap v3504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:45.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:11:45.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:45.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:44 smithi079 bash[28699]: cluster 2023-12-07T19:11:43.043975+0000 mgr.a (mgr.14403) 4701 : cluster 0 pgmap v3505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:44 smithi194 bash[32038]: cluster 2023-12-07T19:11:43.043975+0000 mgr.a (mgr.14403) 4701 : cluster 0 pgmap v3505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:44 smithi135 bash[32435]: cluster 2023-12-07T19:11:43.043975+0000 mgr.a (mgr.14403) 4701 : cluster 0 pgmap v3505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:11:46.029 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:11:46.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:46.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:46.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:46.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:11:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:46 smithi079 bash[28699]: cluster 2023-12-07T19:11:45.044785+0000 mgr.a (mgr.14403) 4702 : cluster 0 pgmap v3506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:46 smithi079 bash[28699]: audit 2023-12-07T19:11:45.524121+0000 mgr.a (mgr.14403) 4703 : audit 0 from='client.104145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:46 smithi194 bash[32038]: cluster 2023-12-07T19:11:45.044785+0000 mgr.a (mgr.14403) 4702 : cluster 0 pgmap v3506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:46 smithi194 bash[32038]: audit 2023-12-07T19:11:45.524121+0000 mgr.a (mgr.14403) 4703 : audit 0 from='client.104145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:46 smithi135 bash[32435]: cluster 2023-12-07T19:11:45.044785+0000 mgr.a (mgr.14403) 4702 : cluster 0 pgmap v3506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:46 smithi135 bash[32435]: audit 2023-12-07T19:11:45.524121+0000 mgr.a (mgr.14403) 4703 : audit 0 from='client.104145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:48 smithi079 bash[28699]: cluster 2023-12-07T19:11:47.045456+0000 mgr.a (mgr.14403) 4704 : cluster 0 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-07T19:11:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:48 smithi194 bash[32038]: cluster 2023-12-07T19:11:47.045456+0000 mgr.a (mgr.14403) 4704 : cluster 0 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-07T19:11:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:48 smithi135 bash[32435]: cluster 2023-12-07T19:11:47.045456+0000 mgr.a (mgr.14403) 4704 : cluster 0 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-07T19:11:51.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:11:51.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:51.032 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:50 smithi079 bash[28699]: cluster 2023-12-07T19:11:49.046295+0000 mgr.a (mgr.14403) 4705 : cluster 0 pgmap v3508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:50 smithi194 bash[32038]: cluster 2023-12-07T19:11:49.046295+0000 mgr.a (mgr.14403) 4705 : cluster 0 pgmap v3508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:50 smithi135 bash[32435]: cluster 2023-12-07T19:11:49.046295+0000 mgr.a (mgr.14403) 4705 : cluster 0 pgmap v3508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:51.951 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:11:51.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:51.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:51.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:51.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:11:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:52 smithi079 bash[28699]: cluster 2023-12-07T19:11:51.046873+0000 mgr.a (mgr.14403) 4706 : cluster 0 pgmap v3509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:52 smithi079 bash[28699]: audit 2023-12-07T19:11:51.437335+0000 mgr.a (mgr.14403) 4707 : audit 0 from='client.104223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:52 smithi194 bash[32038]: cluster 2023-12-07T19:11:51.046873+0000 mgr.a (mgr.14403) 4706 : cluster 0 pgmap v3509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:52 smithi194 bash[32038]: audit 2023-12-07T19:11:51.437335+0000 mgr.a (mgr.14403) 4707 : audit 0 from='client.104223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:52 smithi135 bash[32435]: cluster 2023-12-07T19:11:51.046873+0000 mgr.a (mgr.14403) 4706 : cluster 0 pgmap v3509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:52 smithi135 bash[32435]: audit 2023-12-07T19:11:51.437335+0000 mgr.a (mgr.14403) 4707 : audit 0 from='client.104223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:54 smithi079 bash[28699]: cluster 2023-12-07T19:11:53.047564+0000 mgr.a (mgr.14403) 4708 : cluster 0 pgmap v3510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:54 smithi194 bash[32038]: cluster 2023-12-07T19:11:53.047564+0000 mgr.a (mgr.14403) 4708 : cluster 0 pgmap v3510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:54 smithi135 bash[32435]: cluster 2023-12-07T19:11:53.047564+0000 mgr.a (mgr.14403) 4708 : cluster 0 pgmap v3510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:56.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:11:56.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:11:56.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:11:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:56 smithi079 bash[28699]: cluster 2023-12-07T19:11:55.048484+0000 mgr.a (mgr.14403) 4709 : cluster 0 pgmap v3511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:56 smithi194 bash[32038]: cluster 2023-12-07T19:11:55.048484+0000 mgr.a (mgr.14403) 4709 : cluster 0 pgmap v3511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:56 smithi135 bash[32435]: cluster 2023-12-07T19:11:55.048484+0000 mgr.a (mgr.14403) 4709 : cluster 0 pgmap v3511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:11:57.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:11:57.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:11:57.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:11:57.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:11:57.847 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:11:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:58 smithi079 bash[28699]: cluster 2023-12-07T19:11:57.049115+0000 mgr.a (mgr.14403) 4710 : cluster 0 pgmap v3512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:11:58 smithi079 bash[28699]: audit 2023-12-07T19:11:57.351963+0000 mgr.a (mgr.14403) 4711 : audit 0 from='client.104295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:58 smithi194 bash[32038]: cluster 2023-12-07T19:11:57.049115+0000 mgr.a (mgr.14403) 4710 : cluster 0 pgmap v3512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:11:58 smithi194 bash[32038]: audit 2023-12-07T19:11:57.351963+0000 mgr.a (mgr.14403) 4711 : audit 0 from='client.104295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:11:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:58 smithi135 bash[32435]: cluster 2023-12-07T19:11:57.049115+0000 mgr.a (mgr.14403) 4710 : cluster 0 pgmap v3512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:11:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:11:58 smithi135 bash[32435]: audit 2023-12-07T19:11:57.351963+0000 mgr.a (mgr.14403) 4711 : audit 0 from='client.104295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:00 smithi079 bash[28699]: cluster 2023-12-07T19:11:59.050004+0000 mgr.a (mgr.14403) 4712 : cluster 0 pgmap v3513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:00 smithi194 bash[32038]: cluster 2023-12-07T19:11:59.050004+0000 mgr.a (mgr.14403) 4712 : cluster 0 pgmap v3513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:00 smithi135 bash[32435]: cluster 2023-12-07T19:11:59.050004+0000 mgr.a (mgr.14403) 4712 : cluster 0 pgmap v3513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:02.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:12:02.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:02.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:02 smithi079 bash[28699]: cluster 2023-12-07T19:12:01.050580+0000 mgr.a (mgr.14403) 4713 : cluster 0 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-07T19:12:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:02 smithi194 bash[32038]: cluster 2023-12-07T19:12:01.050580+0000 mgr.a (mgr.14403) 4713 : cluster 0 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-07T19:12:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:02 smithi135 bash[32435]: cluster 2023-12-07T19:12:01.050580+0000 mgr.a (mgr.14403) 4713 : cluster 0 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-07T19:12:03.774 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:12:03.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:03.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:03.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:03.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:12:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:04 smithi079 bash[28699]: cluster 2023-12-07T19:12:03.050991+0000 mgr.a (mgr.14403) 4714 : cluster 0 pgmap v3515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:04 smithi079 bash[28699]: audit 2023-12-07T19:12:03.252930+0000 mgr.a (mgr.14403) 4715 : audit 0 from='client.104373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:04 smithi194 bash[32038]: cluster 2023-12-07T19:12:03.050991+0000 mgr.a (mgr.14403) 4714 : cluster 0 pgmap v3515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:04 smithi194 bash[32038]: audit 2023-12-07T19:12:03.252930+0000 mgr.a (mgr.14403) 4715 : audit 0 from='client.104373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:04 smithi135 bash[32435]: cluster 2023-12-07T19:12:03.050991+0000 mgr.a (mgr.14403) 4714 : cluster 0 pgmap v3515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:04 smithi135 bash[32435]: audit 2023-12-07T19:12:03.252930+0000 mgr.a (mgr.14403) 4715 : audit 0 from='client.104373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:06 smithi079 bash[28699]: cluster 2023-12-07T19:12:05.052052+0000 mgr.a (mgr.14403) 4716 : cluster 0 pgmap v3516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:12:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:06 smithi194 bash[32038]: cluster 2023-12-07T19:12:05.052052+0000 mgr.a (mgr.14403) 4716 : cluster 0 pgmap v3516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:12:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:06 smithi135 bash[32435]: cluster 2023-12-07T19:12:05.052052+0000 mgr.a (mgr.14403) 4716 : cluster 0 pgmap v3516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:12:08.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:12:08.778 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:08.778 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:08 smithi079 bash[28699]: cluster 2023-12-07T19:12:07.052789+0000 mgr.a (mgr.14403) 4717 : cluster 0 pgmap v3517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:12:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:08 smithi194 bash[32038]: cluster 2023-12-07T19:12:07.052789+0000 mgr.a (mgr.14403) 4717 : cluster 0 pgmap v3517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:12:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:08 smithi135 bash[32435]: cluster 2023-12-07T19:12:07.052789+0000 mgr.a (mgr.14403) 4717 : cluster 0 pgmap v3517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:12:09.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:09.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:09.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:09.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:12:09.696 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:12:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:10 smithi079 bash[28699]: cluster 2023-12-07T19:12:09.053554+0000 mgr.a (mgr.14403) 4718 : cluster 0 pgmap v3518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:10 smithi079 bash[28699]: audit 2023-12-07T19:12:09.185371+0000 mgr.a (mgr.14403) 4719 : audit 0 from='client.104448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:10 smithi194 bash[32038]: cluster 2023-12-07T19:12:09.053554+0000 mgr.a (mgr.14403) 4718 : cluster 0 pgmap v3518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:10 smithi194 bash[32038]: audit 2023-12-07T19:12:09.185371+0000 mgr.a (mgr.14403) 4719 : audit 0 from='client.104448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:10 smithi135 bash[32435]: cluster 2023-12-07T19:12:09.053554+0000 mgr.a (mgr.14403) 4718 : cluster 0 pgmap v3518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:10 smithi135 bash[32435]: audit 2023-12-07T19:12:09.185371+0000 mgr.a (mgr.14403) 4719 : audit 0 from='client.104448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:12 smithi079 bash[28699]: cluster 2023-12-07T19:12:11.054139+0000 mgr.a (mgr.14403) 4720 : cluster 0 pgmap v3519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:12:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:12 smithi194 bash[32038]: cluster 2023-12-07T19:12:11.054139+0000 mgr.a (mgr.14403) 4720 : cluster 0 pgmap v3519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:12:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:12 smithi135 bash[32435]: cluster 2023-12-07T19:12:11.054139+0000 mgr.a (mgr.14403) 4720 : cluster 0 pgmap v3519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:12:14.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:12:14.699 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:14.699 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:14 smithi079 bash[28699]: cluster 2023-12-07T19:12:13.054704+0000 mgr.a (mgr.14403) 4721 : cluster 0 pgmap v3520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:12:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:14 smithi194 bash[32038]: cluster 2023-12-07T19:12:13.054704+0000 mgr.a (mgr.14403) 4721 : cluster 0 pgmap v3520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:12:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:14 smithi135 bash[32435]: cluster 2023-12-07T19:12:13.054704+0000 mgr.a (mgr.14403) 4721 : cluster 0 pgmap v3520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:12:15.629 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:12:15.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:15.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:15.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:15.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:12:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:16 smithi079 bash[28699]: cluster 2023-12-07T19:12:15.055515+0000 mgr.a (mgr.14403) 4722 : cluster 0 pgmap v3521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:16 smithi079 bash[28699]: audit 2023-12-07T19:12:15.107162+0000 mgr.a (mgr.14403) 4723 : audit 0 from='client.104526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:16 smithi194 bash[32038]: cluster 2023-12-07T19:12:15.055515+0000 mgr.a (mgr.14403) 4722 : cluster 0 pgmap v3521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:16 smithi194 bash[32038]: audit 2023-12-07T19:12:15.107162+0000 mgr.a (mgr.14403) 4723 : audit 0 from='client.104526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:16 smithi135 bash[32435]: cluster 2023-12-07T19:12:15.055515+0000 mgr.a (mgr.14403) 4722 : cluster 0 pgmap v3521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:16 smithi135 bash[32435]: audit 2023-12-07T19:12:15.107162+0000 mgr.a (mgr.14403) 4723 : audit 0 from='client.104526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:18 smithi079 bash[28699]: cluster 2023-12-07T19:12:17.056140+0000 mgr.a (mgr.14403) 4724 : cluster 0 pgmap v3522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:12:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:18 smithi194 bash[32038]: cluster 2023-12-07T19:12:17.056140+0000 mgr.a (mgr.14403) 4724 : cluster 0 pgmap v3522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:12:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:18 smithi135 bash[32435]: cluster 2023-12-07T19:12:17.056140+0000 mgr.a (mgr.14403) 4724 : cluster 0 pgmap v3522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:12:20.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:19 smithi079 bash[28699]: cluster 2023-12-07T19:12:19.056966+0000 mgr.a (mgr.14403) 4725 : cluster 0 pgmap v3523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:12:20.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:19 smithi194 bash[32038]: cluster 2023-12-07T19:12:19.056966+0000 mgr.a (mgr.14403) 4725 : cluster 0 pgmap v3523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:12:20.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:19 smithi135 bash[32435]: cluster 2023-12-07T19:12:19.056966+0000 mgr.a (mgr.14403) 4725 : cluster 0 pgmap v3523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:12:20.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:12:20.633 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:20.633 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:21.527 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:12:21.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:21.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:21.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:21.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:12:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:22 smithi194 bash[32038]: audit 2023-12-07T19:12:21.046266+0000 mgr.a (mgr.14403) 4726 : audit 0 from='client.104601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:22 smithi194 bash[32038]: cluster 2023-12-07T19:12:21.060302+0000 mgr.a (mgr.14403) 4727 : cluster 0 pgmap v3524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:22 smithi135 bash[32435]: audit 2023-12-07T19:12:21.046266+0000 mgr.a (mgr.14403) 4726 : audit 0 from='client.104601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:22 smithi135 bash[32435]: cluster 2023-12-07T19:12:21.060302+0000 mgr.a (mgr.14403) 4727 : cluster 0 pgmap v3524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:22 smithi079 bash[28699]: audit 2023-12-07T19:12:21.046266+0000 mgr.a (mgr.14403) 4726 : audit 0 from='client.104601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:22 smithi079 bash[28699]: cluster 2023-12-07T19:12:21.060302+0000 mgr.a (mgr.14403) 4727 : cluster 0 pgmap v3524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:24.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:24 smithi194 bash[32038]: cluster 2023-12-07T19:12:23.061152+0000 mgr.a (mgr.14403) 4728 : cluster 0 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-07T19:12:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:24 smithi135 bash[32435]: cluster 2023-12-07T19:12:23.061152+0000 mgr.a (mgr.14403) 4728 : cluster 0 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-07T19:12:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:24 smithi079 bash[28699]: cluster 2023-12-07T19:12:23.061152+0000 mgr.a (mgr.14403) 4728 : cluster 0 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-07T19:12:26.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:12:26.530 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:26.530 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:26 smithi194 bash[32038]: cluster 2023-12-07T19:12:25.061991+0000 mgr.a (mgr.14403) 4729 : cluster 0 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-07T19:12:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:26 smithi135 bash[32435]: cluster 2023-12-07T19:12:25.061991+0000 mgr.a (mgr.14403) 4729 : cluster 0 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-07T19:12:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:26 smithi079 bash[28699]: cluster 2023-12-07T19:12:25.061991+0000 mgr.a (mgr.14403) 4729 : cluster 0 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-07T19:12:27.432 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:12:27.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:27.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:27.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:27.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:12:28.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:28 smithi194 bash[32038]: audit 2023-12-07T19:12:26.935317+0000 mgr.a (mgr.14403) 4730 : audit 0 from='client.104676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:28.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:28 smithi194 bash[32038]: cluster 2023-12-07T19:12:27.062592+0000 mgr.a (mgr.14403) 4731 : cluster 0 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-07T19:12:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:28 smithi135 bash[32435]: audit 2023-12-07T19:12:26.935317+0000 mgr.a (mgr.14403) 4730 : audit 0 from='client.104676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:28 smithi135 bash[32435]: cluster 2023-12-07T19:12:27.062592+0000 mgr.a (mgr.14403) 4731 : cluster 0 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-07T19:12:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:28 smithi079 bash[28699]: audit 2023-12-07T19:12:26.935317+0000 mgr.a (mgr.14403) 4730 : audit 0 from='client.104676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:28 smithi079 bash[28699]: cluster 2023-12-07T19:12:27.062592+0000 mgr.a (mgr.14403) 4731 : cluster 0 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-07T19:12:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:30 smithi194 bash[32038]: cluster 2023-12-07T19:12:29.063506+0000 mgr.a (mgr.14403) 4732 : cluster 0 pgmap v3528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:30 smithi135 bash[32435]: cluster 2023-12-07T19:12:29.063506+0000 mgr.a (mgr.14403) 4732 : cluster 0 pgmap v3528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:30 smithi079 bash[28699]: cluster 2023-12-07T19:12:29.063506+0000 mgr.a (mgr.14403) 4732 : cluster 0 pgmap v3528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:32.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:12:32.435 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:32.435 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:32 smithi194 bash[32038]: cluster 2023-12-07T19:12:31.064051+0000 mgr.a (mgr.14403) 4733 : cluster 0 pgmap v3529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:32 smithi194 bash[32038]: audit 2023-12-07T19:12:31.964061+0000 mon.a (mon.0) 1112 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:12:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:32 smithi135 bash[32435]: cluster 2023-12-07T19:12:31.064051+0000 mgr.a (mgr.14403) 4733 : cluster 0 pgmap v3529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:32 smithi135 bash[32435]: audit 2023-12-07T19:12:31.964061+0000 mon.a (mon.0) 1112 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:12:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:32 smithi079 bash[28699]: cluster 2023-12-07T19:12:31.064051+0000 mgr.a (mgr.14403) 4733 : cluster 0 pgmap v3529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:32 smithi079 bash[28699]: audit 2023-12-07T19:12:31.964061+0000 mon.a (mon.0) 1112 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:12:33.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:33.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:33.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:33.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:12:33.355 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:12:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:33 smithi079 bash[28699]: audit 2023-12-07T19:12:32.491991+0000 mon.a (mon.0) 1113 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:33 smithi079 bash[28699]: audit 2023-12-07T19:12:32.497555+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:33 smithi194 bash[32038]: audit 2023-12-07T19:12:32.491991+0000 mon.a (mon.0) 1113 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:33 smithi194 bash[32038]: audit 2023-12-07T19:12:32.497555+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:33 smithi135 bash[32435]: audit 2023-12-07T19:12:32.491991+0000 mon.a (mon.0) 1113 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:33 smithi135 bash[32435]: audit 2023-12-07T19:12:32.497555+0000 mon.a (mon.0) 1114 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:34 smithi079 bash[28699]: audit 2023-12-07T19:12:32.839297+0000 mgr.a (mgr.14403) 4734 : audit 0 from='client.104754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:34 smithi079 bash[28699]: cluster 2023-12-07T19:12:33.064732+0000 mgr.a (mgr.14403) 4735 : cluster 0 pgmap v3530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:34.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:34 smithi194 bash[32038]: audit 2023-12-07T19:12:32.839297+0000 mgr.a (mgr.14403) 4734 : audit 0 from='client.104754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:34.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:34 smithi194 bash[32038]: cluster 2023-12-07T19:12:33.064732+0000 mgr.a (mgr.14403) 4735 : cluster 0 pgmap v3530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:34 smithi135 bash[32435]: audit 2023-12-07T19:12:32.839297+0000 mgr.a (mgr.14403) 4734 : audit 0 from='client.104754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:34 smithi135 bash[32435]: cluster 2023-12-07T19:12:33.064732+0000 mgr.a (mgr.14403) 4735 : cluster 0 pgmap v3530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:36 smithi079 bash[28699]: cluster 2023-12-07T19:12:35.065736+0000 mgr.a (mgr.14403) 4736 : cluster 0 pgmap v3531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:36.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:36 smithi194 bash[32038]: cluster 2023-12-07T19:12:35.065736+0000 mgr.a (mgr.14403) 4736 : cluster 0 pgmap v3531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:36 smithi135 bash[32435]: cluster 2023-12-07T19:12:35.065736+0000 mgr.a (mgr.14403) 4736 : cluster 0 pgmap v3531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:12:38.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:12:38.359 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:38.359 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:38 smithi079 bash[28699]: cluster 2023-12-07T19:12:37.066314+0000 mgr.a (mgr.14403) 4737 : cluster 0 pgmap v3532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:38 smithi194 bash[32038]: cluster 2023-12-07T19:12:37.066314+0000 mgr.a (mgr.14403) 4737 : cluster 0 pgmap v3532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:38 smithi135 bash[32435]: cluster 2023-12-07T19:12:37.066314+0000 mgr.a (mgr.14403) 4737 : cluster 0 pgmap v3532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:39.252 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:12:39.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:39.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:39.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:39.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:12:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:39 smithi079 bash[28699]: audit 2023-12-07T19:12:38.756068+0000 mgr.a (mgr.14403) 4738 : audit 0 from='client.104832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:39.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:39 smithi194 bash[32038]: audit 2023-12-07T19:12:38.756068+0000 mgr.a (mgr.14403) 4738 : audit 0 from='client.104832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:39 smithi135 bash[32435]: audit 2023-12-07T19:12:38.756068+0000 mgr.a (mgr.14403) 4738 : audit 0 from='client.104832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:40 smithi079 bash[28699]: cluster 2023-12-07T19:12:39.067083+0000 mgr.a (mgr.14403) 4739 : cluster 0 pgmap v3533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:40 smithi194 bash[32038]: cluster 2023-12-07T19:12:39.067083+0000 mgr.a (mgr.14403) 4739 : cluster 0 pgmap v3533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:40 smithi135 bash[32435]: cluster 2023-12-07T19:12:39.067083+0000 mgr.a (mgr.14403) 4739 : cluster 0 pgmap v3533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:42 smithi079 bash[28699]: cluster 2023-12-07T19:12:41.067504+0000 mgr.a (mgr.14403) 4740 : cluster 0 pgmap v3534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:12:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:42 smithi194 bash[32038]: cluster 2023-12-07T19:12:41.067504+0000 mgr.a (mgr.14403) 4740 : cluster 0 pgmap v3534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:12:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:42 smithi135 bash[32435]: cluster 2023-12-07T19:12:41.067504+0000 mgr.a (mgr.14403) 4740 : cluster 0 pgmap v3534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:12:44.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:43 smithi079 bash[28699]: audit 2023-12-07T19:12:42.850771+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:44.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:43 smithi079 bash[28699]: audit 2023-12-07T19:12:42.858566+0000 mon.a (mon.0) 1116 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:44.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:43 smithi079 bash[28699]: audit 2023-12-07T19:12:42.860294+0000 mon.a (mon.0) 1117 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:12:44.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:43 smithi079 bash[28699]: audit 2023-12-07T19:12:42.861557+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:12:44.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:43 smithi079 bash[28699]: audit 2023-12-07T19:12:42.871114+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:44.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:43 smithi079 bash[28699]: cluster 2023-12-07T19:12:43.068027+0000 mgr.a (mgr.14403) 4741 : cluster 0 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-07T19:12:44.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:43 smithi194 bash[32038]: audit 2023-12-07T19:12:42.850771+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:44.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:43 smithi194 bash[32038]: audit 2023-12-07T19:12:42.858566+0000 mon.a (mon.0) 1116 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:44.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:43 smithi194 bash[32038]: audit 2023-12-07T19:12:42.860294+0000 mon.a (mon.0) 1117 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:12:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:43 smithi194 bash[32038]: audit 2023-12-07T19:12:42.861557+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:12:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:43 smithi194 bash[32038]: audit 2023-12-07T19:12:42.871114+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:43 smithi194 bash[32038]: cluster 2023-12-07T19:12:43.068027+0000 mgr.a (mgr.14403) 4741 : cluster 0 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-07T19:12:44.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:43 smithi135 bash[32435]: audit 2023-12-07T19:12:42.850771+0000 mon.a (mon.0) 1115 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:44.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:43 smithi135 bash[32435]: audit 2023-12-07T19:12:42.858566+0000 mon.a (mon.0) 1116 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:44.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:43 smithi135 bash[32435]: audit 2023-12-07T19:12:42.860294+0000 mon.a (mon.0) 1117 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:12:44.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:43 smithi135 bash[32435]: audit 2023-12-07T19:12:42.861557+0000 mon.a (mon.0) 1118 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:12:44.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:43 smithi135 bash[32435]: audit 2023-12-07T19:12:42.871114+0000 mon.a (mon.0) 1119 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:12:44.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:43 smithi135 bash[32435]: cluster 2023-12-07T19:12:43.068027+0000 mgr.a (mgr.14403) 4741 : cluster 0 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-07T19:12:44.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:12:44.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:44.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:44 smithi079 bash[28699]: audit 2023-12-07T19:12:44.661483+0000 mgr.a (mgr.14403) 4742 : audit 0 from='client.104910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:45.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:45.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:45.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:45.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:12:45.163 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:12:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:44 smithi194 bash[32038]: audit 2023-12-07T19:12:44.661483+0000 mgr.a (mgr.14403) 4742 : audit 0 from='client.104910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:44 smithi135 bash[32435]: audit 2023-12-07T19:12:44.661483+0000 mgr.a (mgr.14403) 4742 : audit 0 from='client.104910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:46.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:46 smithi194 bash[32038]: cluster 2023-12-07T19:12:45.069138+0000 mgr.a (mgr.14403) 4743 : cluster 0 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-07T19:12:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:46 smithi135 bash[32435]: cluster 2023-12-07T19:12:45.069138+0000 mgr.a (mgr.14403) 4743 : cluster 0 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-07T19:12:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:46 smithi079 bash[28699]: cluster 2023-12-07T19:12:45.069138+0000 mgr.a (mgr.14403) 4743 : cluster 0 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-07T19:12:48.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:48 smithi194 bash[32038]: cluster 2023-12-07T19:12:47.069741+0000 mgr.a (mgr.14403) 4744 : cluster 0 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-07T19:12:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:48 smithi135 bash[32435]: cluster 2023-12-07T19:12:47.069741+0000 mgr.a (mgr.14403) 4744 : cluster 0 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-07T19:12:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:48 smithi079 bash[28699]: cluster 2023-12-07T19:12:47.069741+0000 mgr.a (mgr.14403) 4744 : cluster 0 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-07T19:12:50.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:12:50.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:50.167 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:50 smithi194 bash[32038]: cluster 2023-12-07T19:12:49.070527+0000 mgr.a (mgr.14403) 4745 : cluster 0 pgmap v3538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:50 smithi135 bash[32435]: cluster 2023-12-07T19:12:49.070527+0000 mgr.a (mgr.14403) 4745 : cluster 0 pgmap v3538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:50 smithi079 bash[28699]: cluster 2023-12-07T19:12:49.070527+0000 mgr.a (mgr.14403) 4745 : cluster 0 pgmap v3538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:51.091 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:12:51.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:51.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:51.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:51.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:12:51.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:51 smithi194 bash[32038]: audit 2023-12-07T19:12:50.570897+0000 mgr.a (mgr.14403) 4746 : audit 0 from='client.104985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:51 smithi135 bash[32435]: audit 2023-12-07T19:12:50.570897+0000 mgr.a (mgr.14403) 4746 : audit 0 from='client.104985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:51 smithi079 bash[28699]: audit 2023-12-07T19:12:50.570897+0000 mgr.a (mgr.14403) 4746 : audit 0 from='client.104985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:52.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:52 smithi194 bash[32038]: cluster 2023-12-07T19:12:51.071231+0000 mgr.a (mgr.14403) 4747 : cluster 0 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-07T19:12:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:52 smithi135 bash[32435]: cluster 2023-12-07T19:12:51.071231+0000 mgr.a (mgr.14403) 4747 : cluster 0 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-07T19:12:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:52 smithi079 bash[28699]: cluster 2023-12-07T19:12:51.071231+0000 mgr.a (mgr.14403) 4747 : cluster 0 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-07T19:12:54.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:54 smithi194 bash[32038]: cluster 2023-12-07T19:12:53.071795+0000 mgr.a (mgr.14403) 4748 : cluster 0 pgmap v3540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:54 smithi135 bash[32435]: cluster 2023-12-07T19:12:53.071795+0000 mgr.a (mgr.14403) 4748 : cluster 0 pgmap v3540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:54 smithi079 bash[28699]: cluster 2023-12-07T19:12:53.071795+0000 mgr.a (mgr.14403) 4748 : cluster 0 pgmap v3540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:12:56.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:12:56.097 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:12:56.097 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:12:56.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:56 smithi194 bash[32038]: cluster 2023-12-07T19:12:55.072636+0000 mgr.a (mgr.14403) 4749 : cluster 0 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-07T19:12:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:56 smithi135 bash[32435]: cluster 2023-12-07T19:12:55.072636+0000 mgr.a (mgr.14403) 4749 : cluster 0 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-07T19:12:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:56 smithi079 bash[28699]: cluster 2023-12-07T19:12:55.072636+0000 mgr.a (mgr.14403) 4749 : cluster 0 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-07T19:12:57.001 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:12:57.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:12:57.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:12:57.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:12:57.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:12:57.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:57 smithi194 bash[32038]: audit 2023-12-07T19:12:56.499996+0000 mgr.a (mgr.14403) 4750 : audit 0 from='client.105060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:57 smithi135 bash[32435]: audit 2023-12-07T19:12:56.499996+0000 mgr.a (mgr.14403) 4750 : audit 0 from='client.105060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:57.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:57 smithi079 bash[28699]: audit 2023-12-07T19:12:56.499996+0000 mgr.a (mgr.14403) 4750 : audit 0 from='client.105060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:12:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:12:58 smithi079 bash[28699]: cluster 2023-12-07T19:12:57.073381+0000 mgr.a (mgr.14403) 4751 : cluster 0 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-07T19:12:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:12:58 smithi194 bash[32038]: cluster 2023-12-07T19:12:57.073381+0000 mgr.a (mgr.14403) 4751 : cluster 0 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-07T19:12:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:12:58 smithi135 bash[32435]: cluster 2023-12-07T19:12:57.073381+0000 mgr.a (mgr.14403) 4751 : cluster 0 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-07T19:13:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:00 smithi079 bash[28699]: cluster 2023-12-07T19:12:59.074215+0000 mgr.a (mgr.14403) 4752 : cluster 0 pgmap v3543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:00 smithi194 bash[32038]: cluster 2023-12-07T19:12:59.074215+0000 mgr.a (mgr.14403) 4752 : cluster 0 pgmap v3543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:00 smithi135 bash[32435]: cluster 2023-12-07T19:12:59.074215+0000 mgr.a (mgr.14403) 4752 : cluster 0 pgmap v3543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:02.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:13:02.005 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:02.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:02 smithi079 bash[28699]: cluster 2023-12-07T19:13:01.074765+0000 mgr.a (mgr.14403) 4753 : cluster 0 pgmap v3544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:02.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:02.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:02.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:02.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:13:02.905 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:13:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:02 smithi194 bash[32038]: cluster 2023-12-07T19:13:01.074765+0000 mgr.a (mgr.14403) 4753 : cluster 0 pgmap v3544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:02 smithi135 bash[32435]: cluster 2023-12-07T19:13:01.074765+0000 mgr.a (mgr.14403) 4753 : cluster 0 pgmap v3544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:03 smithi079 bash[28699]: audit 2023-12-07T19:13:02.412876+0000 mgr.a (mgr.14403) 4754 : audit 0 from='client.105138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:03.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:03 smithi194 bash[32038]: audit 2023-12-07T19:13:02.412876+0000 mgr.a (mgr.14403) 4754 : audit 0 from='client.105138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:03 smithi135 bash[32435]: audit 2023-12-07T19:13:02.412876+0000 mgr.a (mgr.14403) 4754 : audit 0 from='client.105138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:04.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:04 smithi079 bash[28699]: cluster 2023-12-07T19:13:03.075343+0000 mgr.a (mgr.14403) 4755 : cluster 0 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-07T19:13:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:04 smithi194 bash[32038]: cluster 2023-12-07T19:13:03.075343+0000 mgr.a (mgr.14403) 4755 : cluster 0 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-07T19:13:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:04 smithi135 bash[32435]: cluster 2023-12-07T19:13:03.075343+0000 mgr.a (mgr.14403) 4755 : cluster 0 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-07T19:13:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:06 smithi079 bash[28699]: cluster 2023-12-07T19:13:05.076128+0000 mgr.a (mgr.14403) 4756 : cluster 0 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-07T19:13:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:06 smithi194 bash[32038]: cluster 2023-12-07T19:13:05.076128+0000 mgr.a (mgr.14403) 4756 : cluster 0 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-07T19:13:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:06 smithi135 bash[32435]: cluster 2023-12-07T19:13:05.076128+0000 mgr.a (mgr.14403) 4756 : cluster 0 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-07T19:13:07.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:13:07.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:07.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:08.811 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:13:08.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:08.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:08.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:08.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:13:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:08 smithi079 bash[28699]: cluster 2023-12-07T19:13:07.076667+0000 mgr.a (mgr.14403) 4757 : cluster 0 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-07T19:13:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:08 smithi194 bash[32038]: cluster 2023-12-07T19:13:07.076667+0000 mgr.a (mgr.14403) 4757 : cluster 0 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-07T19:13:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:08 smithi135 bash[32435]: cluster 2023-12-07T19:13:07.076667+0000 mgr.a (mgr.14403) 4757 : cluster 0 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-07T19:13:09.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:09 smithi079 bash[28699]: audit 2023-12-07T19:13:08.306753+0000 mgr.a (mgr.14403) 4758 : audit 0 from='client.105213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:09.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:09 smithi194 bash[32038]: audit 2023-12-07T19:13:08.306753+0000 mgr.a (mgr.14403) 4758 : audit 0 from='client.105213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:09 smithi135 bash[32435]: audit 2023-12-07T19:13:08.306753+0000 mgr.a (mgr.14403) 4758 : audit 0 from='client.105213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:10 smithi079 bash[28699]: cluster 2023-12-07T19:13:09.077677+0000 mgr.a (mgr.14403) 4759 : cluster 0 pgmap v3548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:13:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:10 smithi194 bash[32038]: cluster 2023-12-07T19:13:09.077677+0000 mgr.a (mgr.14403) 4759 : cluster 0 pgmap v3548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:13:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:10 smithi135 bash[32435]: cluster 2023-12-07T19:13:09.077677+0000 mgr.a (mgr.14403) 4759 : cluster 0 pgmap v3548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:13:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:12 smithi079 bash[28699]: cluster 2023-12-07T19:13:11.078223+0000 mgr.a (mgr.14403) 4760 : cluster 0 pgmap v3549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:13:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:12 smithi194 bash[32038]: cluster 2023-12-07T19:13:11.078223+0000 mgr.a (mgr.14403) 4760 : cluster 0 pgmap v3549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:13:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:12 smithi135 bash[32435]: cluster 2023-12-07T19:13:11.078223+0000 mgr.a (mgr.14403) 4760 : cluster 0 pgmap v3549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:13:13.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:13:13.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:13.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:14.723 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:13:14.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:14.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:14.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:14.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:13:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:14 smithi079 bash[28699]: cluster 2023-12-07T19:13:13.078783+0000 mgr.a (mgr.14403) 4761 : cluster 0 pgmap v3550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:13:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:14 smithi194 bash[32038]: cluster 2023-12-07T19:13:13.078783+0000 mgr.a (mgr.14403) 4761 : cluster 0 pgmap v3550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:13:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:14 smithi135 bash[32435]: cluster 2023-12-07T19:13:13.078783+0000 mgr.a (mgr.14403) 4761 : cluster 0 pgmap v3550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:13:15.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:15 smithi079 bash[28699]: audit 2023-12-07T19:13:14.220576+0000 mgr.a (mgr.14403) 4762 : audit 0 from='client.105291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:15.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:15 smithi194 bash[32038]: audit 2023-12-07T19:13:14.220576+0000 mgr.a (mgr.14403) 4762 : audit 0 from='client.105291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:15 smithi135 bash[32435]: audit 2023-12-07T19:13:14.220576+0000 mgr.a (mgr.14403) 4762 : audit 0 from='client.105291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:16 smithi079 bash[28699]: cluster 2023-12-07T19:13:15.079866+0000 mgr.a (mgr.14403) 4763 : cluster 0 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-07T19:13:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:16 smithi194 bash[32038]: cluster 2023-12-07T19:13:15.079866+0000 mgr.a (mgr.14403) 4763 : cluster 0 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-07T19:13:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:16 smithi135 bash[32435]: cluster 2023-12-07T19:13:15.079866+0000 mgr.a (mgr.14403) 4763 : cluster 0 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-07T19:13:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:18 smithi079 bash[28699]: cluster 2023-12-07T19:13:17.080465+0000 mgr.a (mgr.14403) 4764 : cluster 0 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-07T19:13:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:18 smithi194 bash[32038]: cluster 2023-12-07T19:13:17.080465+0000 mgr.a (mgr.14403) 4764 : cluster 0 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-07T19:13:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:18 smithi135 bash[32435]: cluster 2023-12-07T19:13:17.080465+0000 mgr.a (mgr.14403) 4764 : cluster 0 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-07T19:13:19.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:13:19.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:19.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:20.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:20.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:20.635 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:13:20.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:20.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:13:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:20 smithi079 bash[28699]: cluster 2023-12-07T19:13:19.081214+0000 mgr.a (mgr.14403) 4765 : cluster 0 pgmap v3553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:20 smithi194 bash[32038]: cluster 2023-12-07T19:13:19.081214+0000 mgr.a (mgr.14403) 4765 : cluster 0 pgmap v3553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:20 smithi135 bash[32435]: cluster 2023-12-07T19:13:19.081214+0000 mgr.a (mgr.14403) 4765 : cluster 0 pgmap v3553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:21 smithi079 bash[28699]: audit 2023-12-07T19:13:20.132500+0000 mgr.a (mgr.14403) 4766 : audit 0 from='client.105369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:21.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:21 smithi194 bash[32038]: audit 2023-12-07T19:13:20.132500+0000 mgr.a (mgr.14403) 4766 : audit 0 from='client.105369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:21 smithi135 bash[32435]: audit 2023-12-07T19:13:20.132500+0000 mgr.a (mgr.14403) 4766 : audit 0 from='client.105369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:22 smithi079 bash[28699]: cluster 2023-12-07T19:13:21.081912+0000 mgr.a (mgr.14403) 4767 : cluster 0 pgmap v3554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:13:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:22 smithi194 bash[32038]: cluster 2023-12-07T19:13:21.081912+0000 mgr.a (mgr.14403) 4767 : cluster 0 pgmap v3554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:13:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:22 smithi135 bash[32435]: cluster 2023-12-07T19:13:21.081912+0000 mgr.a (mgr.14403) 4767 : cluster 0 pgmap v3554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:13:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:24 smithi079 bash[28699]: cluster 2023-12-07T19:13:23.082504+0000 mgr.a (mgr.14403) 4768 : cluster 0 pgmap v3555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:13:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:24 smithi194 bash[32038]: cluster 2023-12-07T19:13:23.082504+0000 mgr.a (mgr.14403) 4768 : cluster 0 pgmap v3555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:13:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:24 smithi135 bash[32435]: cluster 2023-12-07T19:13:23.082504+0000 mgr.a (mgr.14403) 4768 : cluster 0 pgmap v3555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:13:25.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:13:25.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:25.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:26.565 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:13:26.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:26.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:26.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:26.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:13:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:26 smithi079 bash[28699]: cluster 2023-12-07T19:13:25.083382+0000 mgr.a (mgr.14403) 4769 : cluster 0 pgmap v3556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:13:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:26 smithi194 bash[32038]: cluster 2023-12-07T19:13:25.083382+0000 mgr.a (mgr.14403) 4769 : cluster 0 pgmap v3556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:13:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:26 smithi135 bash[32435]: cluster 2023-12-07T19:13:25.083382+0000 mgr.a (mgr.14403) 4769 : cluster 0 pgmap v3556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:13:27.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:27 smithi079 bash[28699]: audit 2023-12-07T19:13:26.045298+0000 mgr.a (mgr.14403) 4770 : audit 0 from='client.105447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:27.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:27 smithi194 bash[32038]: audit 2023-12-07T19:13:26.045298+0000 mgr.a (mgr.14403) 4770 : audit 0 from='client.105447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:27 smithi135 bash[32435]: audit 2023-12-07T19:13:26.045298+0000 mgr.a (mgr.14403) 4770 : audit 0 from='client.105447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:28.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:28 smithi079 bash[28699]: cluster 2023-12-07T19:13:27.084021+0000 mgr.a (mgr.14403) 4771 : cluster 0 pgmap v3557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:28.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:28 smithi194 bash[32038]: cluster 2023-12-07T19:13:27.084021+0000 mgr.a (mgr.14403) 4771 : cluster 0 pgmap v3557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:28 smithi135 bash[32435]: cluster 2023-12-07T19:13:27.084021+0000 mgr.a (mgr.14403) 4771 : cluster 0 pgmap v3557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:30 smithi079 bash[28699]: cluster 2023-12-07T19:13:29.084825+0000 mgr.a (mgr.14403) 4772 : cluster 0 pgmap v3558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:30 smithi194 bash[32038]: cluster 2023-12-07T19:13:29.084825+0000 mgr.a (mgr.14403) 4772 : cluster 0 pgmap v3558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:30 smithi135 bash[32435]: cluster 2023-12-07T19:13:29.084825+0000 mgr.a (mgr.14403) 4772 : cluster 0 pgmap v3558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:31.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:13:31.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:31.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:32.472 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:13:32.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:32.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:32.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:32.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:13:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:32 smithi079 bash[28699]: cluster 2023-12-07T19:13:31.085380+0000 mgr.a (mgr.14403) 4773 : cluster 0 pgmap v3559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:32 smithi194 bash[32038]: cluster 2023-12-07T19:13:31.085380+0000 mgr.a (mgr.14403) 4773 : cluster 0 pgmap v3559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:32 smithi135 bash[32435]: cluster 2023-12-07T19:13:31.085380+0000 mgr.a (mgr.14403) 4773 : cluster 0 pgmap v3559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:33 smithi079 bash[28699]: audit 2023-12-07T19:13:31.970604+0000 mgr.a (mgr.14403) 4774 : audit 0 from='client.105522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:33 smithi194 bash[32038]: audit 2023-12-07T19:13:31.970604+0000 mgr.a (mgr.14403) 4774 : audit 0 from='client.105522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:33 smithi135 bash[32435]: audit 2023-12-07T19:13:31.970604+0000 mgr.a (mgr.14403) 4774 : audit 0 from='client.105522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:34 smithi079 bash[28699]: cluster 2023-12-07T19:13:33.086101+0000 mgr.a (mgr.14403) 4775 : cluster 0 pgmap v3560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:34.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:34 smithi194 bash[32038]: cluster 2023-12-07T19:13:33.086101+0000 mgr.a (mgr.14403) 4775 : cluster 0 pgmap v3560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:34 smithi135 bash[32435]: cluster 2023-12-07T19:13:33.086101+0000 mgr.a (mgr.14403) 4775 : cluster 0 pgmap v3560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:36 smithi079 bash[28699]: cluster 2023-12-07T19:13:35.086866+0000 mgr.a (mgr.14403) 4776 : cluster 0 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-07T19:13:36.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:36 smithi194 bash[32038]: cluster 2023-12-07T19:13:35.086866+0000 mgr.a (mgr.14403) 4776 : cluster 0 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-07T19:13:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:36 smithi135 bash[32435]: cluster 2023-12-07T19:13:35.086866+0000 mgr.a (mgr.14403) 4776 : cluster 0 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-07T19:13:37.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:13:37.475 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:37.475 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:38.377 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:13:38.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:38.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:38.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:38.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:13:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:38 smithi079 bash[28699]: cluster 2023-12-07T19:13:37.087440+0000 mgr.a (mgr.14403) 4777 : cluster 0 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-07T19:13:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:38 smithi194 bash[32038]: cluster 2023-12-07T19:13:37.087440+0000 mgr.a (mgr.14403) 4777 : cluster 0 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-07T19:13:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:38 smithi135 bash[32435]: cluster 2023-12-07T19:13:37.087440+0000 mgr.a (mgr.14403) 4777 : cluster 0 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-07T19:13:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:39 smithi079 bash[28699]: audit 2023-12-07T19:13:37.881125+0000 mgr.a (mgr.14403) 4778 : audit 0 from='client.105600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:39.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:39 smithi194 bash[32038]: audit 2023-12-07T19:13:37.881125+0000 mgr.a (mgr.14403) 4778 : audit 0 from='client.105600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:39 smithi135 bash[32435]: audit 2023-12-07T19:13:37.881125+0000 mgr.a (mgr.14403) 4778 : audit 0 from='client.105600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:40 smithi079 bash[28699]: cluster 2023-12-07T19:13:39.088400+0000 mgr.a (mgr.14403) 4779 : cluster 0 pgmap v3563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:40 smithi194 bash[32038]: cluster 2023-12-07T19:13:39.088400+0000 mgr.a (mgr.14403) 4779 : cluster 0 pgmap v3563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:40 smithi135 bash[32435]: cluster 2023-12-07T19:13:39.088400+0000 mgr.a (mgr.14403) 4779 : cluster 0 pgmap v3563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:13:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:42 smithi079 bash[28699]: cluster 2023-12-07T19:13:41.089147+0000 mgr.a (mgr.14403) 4780 : cluster 0 pgmap v3564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:42 smithi194 bash[32038]: cluster 2023-12-07T19:13:41.089147+0000 mgr.a (mgr.14403) 4780 : cluster 0 pgmap v3564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:42 smithi135 bash[32435]: cluster 2023-12-07T19:13:41.089147+0000 mgr.a (mgr.14403) 4780 : cluster 0 pgmap v3564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:43.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:13:43.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:43.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:43.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:43 smithi079 bash[28699]: audit 2023-12-07T19:13:42.972889+0000 mon.a (mon.0) 1120 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:13:43.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:43 smithi079 bash[28699]: audit 2023-12-07T19:13:43.501454+0000 mon.a (mon.0) 1121 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:43.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:43 smithi079 bash[28699]: audit 2023-12-07T19:13:43.516501+0000 mon.a (mon.0) 1122 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:43.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:43 smithi194 bash[32038]: audit 2023-12-07T19:13:42.972889+0000 mon.a (mon.0) 1120 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:13:43.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:43 smithi194 bash[32038]: audit 2023-12-07T19:13:43.501454+0000 mon.a (mon.0) 1121 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:43.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:43 smithi194 bash[32038]: audit 2023-12-07T19:13:43.516501+0000 mon.a (mon.0) 1122 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:43 smithi135 bash[32435]: audit 2023-12-07T19:13:42.972889+0000 mon.a (mon.0) 1120 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:13:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:43 smithi135 bash[32435]: audit 2023-12-07T19:13:43.501454+0000 mon.a (mon.0) 1121 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:43 smithi135 bash[32435]: audit 2023-12-07T19:13:43.516501+0000 mon.a (mon.0) 1122 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:44.262 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:13:44.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:44.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:44.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:44.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:13:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:44 smithi079 bash[28699]: cluster 2023-12-07T19:13:43.089711+0000 mgr.a (mgr.14403) 4781 : cluster 0 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-07T19:13:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:44 smithi079 bash[28699]: audit 2023-12-07T19:13:43.772864+0000 mgr.a (mgr.14403) 4782 : audit 0 from='client.105678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:44.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:44 smithi194 bash[32038]: cluster 2023-12-07T19:13:43.089711+0000 mgr.a (mgr.14403) 4781 : cluster 0 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-07T19:13:44.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:44 smithi194 bash[32038]: audit 2023-12-07T19:13:43.772864+0000 mgr.a (mgr.14403) 4782 : audit 0 from='client.105678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:44 smithi135 bash[32435]: cluster 2023-12-07T19:13:43.089711+0000 mgr.a (mgr.14403) 4781 : cluster 0 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-07T19:13:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:44 smithi135 bash[32435]: audit 2023-12-07T19:13:43.772864+0000 mgr.a (mgr.14403) 4782 : audit 0 from='client.105678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:46 smithi079 bash[28699]: cluster 2023-12-07T19:13:45.090845+0000 mgr.a (mgr.14403) 4783 : cluster 0 pgmap v3566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:46 smithi194 bash[32038]: cluster 2023-12-07T19:13:45.090845+0000 mgr.a (mgr.14403) 4783 : cluster 0 pgmap v3566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:46 smithi135 bash[32435]: cluster 2023-12-07T19:13:45.090845+0000 mgr.a (mgr.14403) 4783 : cluster 0 pgmap v3566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:48 smithi079 bash[28699]: cluster 2023-12-07T19:13:47.091428+0000 mgr.a (mgr.14403) 4784 : cluster 0 pgmap v3567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:48 smithi194 bash[32038]: cluster 2023-12-07T19:13:47.091428+0000 mgr.a (mgr.14403) 4784 : cluster 0 pgmap v3567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:48 smithi135 bash[32435]: cluster 2023-12-07T19:13:47.091428+0000 mgr.a (mgr.14403) 4784 : cluster 0 pgmap v3567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:49.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:13:49.266 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:49.266 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:50.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:50.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:50.147 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:13:50.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:50.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:13:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:50 smithi135 bash[32435]: cluster 2023-12-07T19:13:49.092120+0000 mgr.a (mgr.14403) 4785 : cluster 0 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-07T19:13:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:50 smithi135 bash[32435]: audit 2023-12-07T19:13:49.667829+0000 mgr.a (mgr.14403) 4786 : audit 0 from='client.105753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:50 smithi079 bash[28699]: cluster 2023-12-07T19:13:49.092120+0000 mgr.a (mgr.14403) 4785 : cluster 0 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-07T19:13:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:50 smithi079 bash[28699]: audit 2023-12-07T19:13:49.667829+0000 mgr.a (mgr.14403) 4786 : audit 0 from='client.105753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:50 smithi194 bash[32038]: cluster 2023-12-07T19:13:49.092120+0000 mgr.a (mgr.14403) 4785 : cluster 0 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-07T19:13:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:50 smithi194 bash[32038]: audit 2023-12-07T19:13:49.667829+0000 mgr.a (mgr.14403) 4786 : audit 0 from='client.105753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:52 smithi079 bash[28699]: cluster 2023-12-07T19:13:51.092818+0000 mgr.a (mgr.14403) 4787 : cluster 0 pgmap v3569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:52 smithi194 bash[32038]: cluster 2023-12-07T19:13:51.092818+0000 mgr.a (mgr.14403) 4787 : cluster 0 pgmap v3569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:52 smithi135 bash[32435]: cluster 2023-12-07T19:13:51.092818+0000 mgr.a (mgr.14403) 4787 : cluster 0 pgmap v3569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:54 smithi079 bash[28699]: cluster 2023-12-07T19:13:53.093397+0000 mgr.a (mgr.14403) 4788 : cluster 0 pgmap v3570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:54 smithi079 bash[28699]: audit 2023-12-07T19:13:53.993829+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:54 smithi079 bash[28699]: audit 2023-12-07T19:13:54.001411+0000 mon.a (mon.0) 1124 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:54 smithi079 bash[28699]: audit 2023-12-07T19:13:54.002895+0000 mon.a (mon.0) 1125 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:13:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:54 smithi079 bash[28699]: audit 2023-12-07T19:13:54.004416+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:13:54.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:54 smithi079 bash[28699]: audit 2023-12-07T19:13:54.012620+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:54 smithi194 bash[32038]: cluster 2023-12-07T19:13:53.093397+0000 mgr.a (mgr.14403) 4788 : cluster 0 pgmap v3570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:54 smithi194 bash[32038]: audit 2023-12-07T19:13:53.993829+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:54 smithi194 bash[32038]: audit 2023-12-07T19:13:54.001411+0000 mon.a (mon.0) 1124 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:54 smithi194 bash[32038]: audit 2023-12-07T19:13:54.002895+0000 mon.a (mon.0) 1125 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:13:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:54 smithi194 bash[32038]: audit 2023-12-07T19:13:54.004416+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:13:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:54 smithi194 bash[32038]: audit 2023-12-07T19:13:54.012620+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:54 smithi135 bash[32435]: cluster 2023-12-07T19:13:53.093397+0000 mgr.a (mgr.14403) 4788 : cluster 0 pgmap v3570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:13:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:54 smithi135 bash[32435]: audit 2023-12-07T19:13:53.993829+0000 mon.a (mon.0) 1123 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:54 smithi135 bash[32435]: audit 2023-12-07T19:13:54.001411+0000 mon.a (mon.0) 1124 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:54 smithi135 bash[32435]: audit 2023-12-07T19:13:54.002895+0000 mon.a (mon.0) 1125 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:13:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:54 smithi135 bash[32435]: audit 2023-12-07T19:13:54.004416+0000 mon.a (mon.0) 1126 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:13:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:54 smithi135 bash[32435]: audit 2023-12-07T19:13:54.012620+0000 mon.a (mon.0) 1127 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:13:55.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:13:55.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:13:55.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:13:56.051 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:13:56.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:13:56.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:13:56.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:13:56.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:13:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:56 smithi079 bash[28699]: cluster 2023-12-07T19:13:55.094213+0000 mgr.a (mgr.14403) 4789 : cluster 0 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-07T19:13:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:56 smithi079 bash[28699]: audit 2023-12-07T19:13:55.558761+0000 mgr.a (mgr.14403) 4790 : audit 0 from='client.105828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:56 smithi194 bash[32038]: cluster 2023-12-07T19:13:55.094213+0000 mgr.a (mgr.14403) 4789 : cluster 0 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-07T19:13:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:56 smithi194 bash[32038]: audit 2023-12-07T19:13:55.558761+0000 mgr.a (mgr.14403) 4790 : audit 0 from='client.105828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:56 smithi135 bash[32435]: cluster 2023-12-07T19:13:55.094213+0000 mgr.a (mgr.14403) 4789 : cluster 0 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-07T19:13:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:56 smithi135 bash[32435]: audit 2023-12-07T19:13:55.558761+0000 mgr.a (mgr.14403) 4790 : audit 0 from='client.105828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:13:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:13:58 smithi079 bash[28699]: cluster 2023-12-07T19:13:57.095143+0000 mgr.a (mgr.14403) 4791 : cluster 0 pgmap v3572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:13:58 smithi194 bash[32038]: cluster 2023-12-07T19:13:57.095143+0000 mgr.a (mgr.14403) 4791 : cluster 0 pgmap v3572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:13:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:13:58 smithi135 bash[32435]: cluster 2023-12-07T19:13:57.095143+0000 mgr.a (mgr.14403) 4791 : cluster 0 pgmap v3572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:00 smithi194 bash[32038]: cluster 2023-12-07T19:13:59.095987+0000 mgr.a (mgr.14403) 4792 : cluster 0 pgmap v3573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:00 smithi135 bash[32435]: cluster 2023-12-07T19:13:59.095987+0000 mgr.a (mgr.14403) 4792 : cluster 0 pgmap v3573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:01.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:14:01.055 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:01.055 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:00 smithi079 bash[28699]: cluster 2023-12-07T19:13:59.095987+0000 mgr.a (mgr.14403) 4792 : cluster 0 pgmap v3573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:01.968 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:14:01.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:01.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:01.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:01.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:14:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:02 smithi194 bash[32038]: cluster 2023-12-07T19:14:01.096551+0000 mgr.a (mgr.14403) 4793 : cluster 0 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-07T19:14:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:02 smithi194 bash[32038]: audit 2023-12-07T19:14:01.457432+0000 mgr.a (mgr.14403) 4794 : audit 0 from='client.105906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:02 smithi135 bash[32435]: cluster 2023-12-07T19:14:01.096551+0000 mgr.a (mgr.14403) 4793 : cluster 0 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-07T19:14:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:02 smithi135 bash[32435]: audit 2023-12-07T19:14:01.457432+0000 mgr.a (mgr.14403) 4794 : audit 0 from='client.105906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:02 smithi079 bash[28699]: cluster 2023-12-07T19:14:01.096551+0000 mgr.a (mgr.14403) 4793 : cluster 0 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-07T19:14:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:02 smithi079 bash[28699]: audit 2023-12-07T19:14:01.457432+0000 mgr.a (mgr.14403) 4794 : audit 0 from='client.105906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:04 smithi194 bash[32038]: cluster 2023-12-07T19:14:03.097198+0000 mgr.a (mgr.14403) 4795 : cluster 0 pgmap v3575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:04 smithi135 bash[32435]: cluster 2023-12-07T19:14:03.097198+0000 mgr.a (mgr.14403) 4795 : cluster 0 pgmap v3575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:04 smithi079 bash[28699]: cluster 2023-12-07T19:14:03.097198+0000 mgr.a (mgr.14403) 4795 : cluster 0 pgmap v3575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:06 smithi194 bash[32038]: cluster 2023-12-07T19:14:05.098037+0000 mgr.a (mgr.14403) 4796 : cluster 0 pgmap v3576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:06 smithi135 bash[32435]: cluster 2023-12-07T19:14:05.098037+0000 mgr.a (mgr.14403) 4796 : cluster 0 pgmap v3576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:06.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:14:06.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:06.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:06 smithi079 bash[28699]: cluster 2023-12-07T19:14:05.098037+0000 mgr.a (mgr.14403) 4796 : cluster 0 pgmap v3576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:07.837 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:14:07.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:07.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:07.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:07.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:14:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:08 smithi194 bash[32038]: cluster 2023-12-07T19:14:07.098440+0000 mgr.a (mgr.14403) 4797 : cluster 0 pgmap v3577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:08 smithi194 bash[32038]: audit 2023-12-07T19:14:07.368519+0000 mgr.a (mgr.14403) 4798 : audit 0 from='client.105981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:08 smithi135 bash[32435]: cluster 2023-12-07T19:14:07.098440+0000 mgr.a (mgr.14403) 4797 : cluster 0 pgmap v3577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:08 smithi135 bash[32435]: audit 2023-12-07T19:14:07.368519+0000 mgr.a (mgr.14403) 4798 : audit 0 from='client.105981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:08 smithi079 bash[28699]: cluster 2023-12-07T19:14:07.098440+0000 mgr.a (mgr.14403) 4797 : cluster 0 pgmap v3577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:08 smithi079 bash[28699]: audit 2023-12-07T19:14:07.368519+0000 mgr.a (mgr.14403) 4798 : audit 0 from='client.105981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:10 smithi194 bash[32038]: cluster 2023-12-07T19:14:09.099313+0000 mgr.a (mgr.14403) 4799 : cluster 0 pgmap v3578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:10 smithi135 bash[32435]: cluster 2023-12-07T19:14:09.099313+0000 mgr.a (mgr.14403) 4799 : cluster 0 pgmap v3578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:10 smithi079 bash[28699]: cluster 2023-12-07T19:14:09.099313+0000 mgr.a (mgr.14403) 4799 : cluster 0 pgmap v3578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:12.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:14:12.841 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:12.841 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:12 smithi194 bash[32038]: cluster 2023-12-07T19:14:11.099909+0000 mgr.a (mgr.14403) 4800 : cluster 0 pgmap v3579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:12 smithi135 bash[32435]: cluster 2023-12-07T19:14:11.099909+0000 mgr.a (mgr.14403) 4800 : cluster 0 pgmap v3579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:12 smithi079 bash[28699]: cluster 2023-12-07T19:14:11.099909+0000 mgr.a (mgr.14403) 4800 : cluster 0 pgmap v3579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:13.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:13.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:13.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:13.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:14:13.746 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:14:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:14 smithi194 bash[32038]: cluster 2023-12-07T19:14:13.100302+0000 mgr.a (mgr.14403) 4801 : cluster 0 pgmap v3580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:14.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:14 smithi194 bash[32038]: audit 2023-12-07T19:14:13.243293+0000 mgr.a (mgr.14403) 4802 : audit 0 from='client.106059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:14 smithi135 bash[32435]: cluster 2023-12-07T19:14:13.100302+0000 mgr.a (mgr.14403) 4801 : cluster 0 pgmap v3580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:14 smithi135 bash[32435]: audit 2023-12-07T19:14:13.243293+0000 mgr.a (mgr.14403) 4802 : audit 0 from='client.106059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:14 smithi079 bash[28699]: cluster 2023-12-07T19:14:13.100302+0000 mgr.a (mgr.14403) 4801 : cluster 0 pgmap v3580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:14 smithi079 bash[28699]: audit 2023-12-07T19:14:13.243293+0000 mgr.a (mgr.14403) 4802 : audit 0 from='client.106059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:16 smithi194 bash[32038]: cluster 2023-12-07T19:14:15.101250+0000 mgr.a (mgr.14403) 4803 : cluster 0 pgmap v3581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:14:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:16 smithi135 bash[32435]: cluster 2023-12-07T19:14:15.101250+0000 mgr.a (mgr.14403) 4803 : cluster 0 pgmap v3581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:14:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:16 smithi079 bash[28699]: cluster 2023-12-07T19:14:15.101250+0000 mgr.a (mgr.14403) 4803 : cluster 0 pgmap v3581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:14:18.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:14:18.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:18.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:18 smithi194 bash[32038]: cluster 2023-12-07T19:14:17.101819+0000 mgr.a (mgr.14403) 4804 : cluster 0 pgmap v3582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:14:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:18 smithi135 bash[32435]: cluster 2023-12-07T19:14:17.101819+0000 mgr.a (mgr.14403) 4804 : cluster 0 pgmap v3582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:14:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:18 smithi079 bash[28699]: cluster 2023-12-07T19:14:17.101819+0000 mgr.a (mgr.14403) 4804 : cluster 0 pgmap v3582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:14:19.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:19.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:19.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:19.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:14:19.655 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:14:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:20 smithi194 bash[32038]: cluster 2023-12-07T19:14:19.102533+0000 mgr.a (mgr.14403) 4805 : cluster 0 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-07T19:14:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:20 smithi194 bash[32038]: audit 2023-12-07T19:14:19.160823+0000 mgr.a (mgr.14403) 4806 : audit 0 from='client.106137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:20 smithi135 bash[32435]: cluster 2023-12-07T19:14:19.102533+0000 mgr.a (mgr.14403) 4805 : cluster 0 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-07T19:14:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:20 smithi135 bash[32435]: audit 2023-12-07T19:14:19.160823+0000 mgr.a (mgr.14403) 4806 : audit 0 from='client.106137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:20 smithi079 bash[28699]: cluster 2023-12-07T19:14:19.102533+0000 mgr.a (mgr.14403) 4805 : cluster 0 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-07T19:14:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:20 smithi079 bash[28699]: audit 2023-12-07T19:14:19.160823+0000 mgr.a (mgr.14403) 4806 : audit 0 from='client.106137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:22 smithi194 bash[32038]: cluster 2023-12-07T19:14:21.103213+0000 mgr.a (mgr.14403) 4807 : cluster 0 pgmap v3584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:22 smithi135 bash[32435]: cluster 2023-12-07T19:14:21.103213+0000 mgr.a (mgr.14403) 4807 : cluster 0 pgmap v3584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:22 smithi079 bash[28699]: cluster 2023-12-07T19:14:21.103213+0000 mgr.a (mgr.14403) 4807 : cluster 0 pgmap v3584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:24.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:14:24.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:24.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:24 smithi194 bash[32038]: cluster 2023-12-07T19:14:23.103720+0000 mgr.a (mgr.14403) 4808 : cluster 0 pgmap v3585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:24 smithi135 bash[32435]: cluster 2023-12-07T19:14:23.103720+0000 mgr.a (mgr.14403) 4808 : cluster 0 pgmap v3585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:25.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:24 smithi079 bash[28699]: cluster 2023-12-07T19:14:23.103720+0000 mgr.a (mgr.14403) 4808 : cluster 0 pgmap v3585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:25.527 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:14:25.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:25.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:25.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:25.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:14:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:26 smithi194 bash[32038]: audit 2023-12-07T19:14:25.059205+0000 mgr.a (mgr.14403) 4809 : audit 0 from='client.106215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:26 smithi194 bash[32038]: cluster 2023-12-07T19:14:25.104661+0000 mgr.a (mgr.14403) 4810 : cluster 0 pgmap v3586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:26 smithi135 bash[32435]: audit 2023-12-07T19:14:25.059205+0000 mgr.a (mgr.14403) 4809 : audit 0 from='client.106215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:26 smithi135 bash[32435]: cluster 2023-12-07T19:14:25.104661+0000 mgr.a (mgr.14403) 4810 : cluster 0 pgmap v3586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:27.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:26 smithi079 bash[28699]: audit 2023-12-07T19:14:25.059205+0000 mgr.a (mgr.14403) 4809 : audit 0 from='client.106215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:27.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:26 smithi079 bash[28699]: cluster 2023-12-07T19:14:25.104661+0000 mgr.a (mgr.14403) 4810 : cluster 0 pgmap v3586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:28 smithi135 bash[32435]: cluster 2023-12-07T19:14:27.105300+0000 mgr.a (mgr.14403) 4811 : cluster 0 pgmap v3587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:14:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:28 smithi079 bash[28699]: cluster 2023-12-07T19:14:27.105300+0000 mgr.a (mgr.14403) 4811 : cluster 0 pgmap v3587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:14:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:28 smithi194 bash[32038]: cluster 2023-12-07T19:14:27.105300+0000 mgr.a (mgr.14403) 4811 : cluster 0 pgmap v3587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:14:30.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:14:30.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:30.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:31.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:30 smithi079 bash[28699]: cluster 2023-12-07T19:14:29.106059+0000 mgr.a (mgr.14403) 4812 : cluster 0 pgmap v3588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:14:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:30 smithi194 bash[32038]: cluster 2023-12-07T19:14:29.106059+0000 mgr.a (mgr.14403) 4812 : cluster 0 pgmap v3588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:14:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:30 smithi135 bash[32435]: cluster 2023-12-07T19:14:29.106059+0000 mgr.a (mgr.14403) 4812 : cluster 0 pgmap v3588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:14:31.425 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:14:31.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:31.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:31.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:31.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:14:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:32 smithi079 bash[28699]: audit 2023-12-07T19:14:30.936210+0000 mgr.a (mgr.14403) 4813 : audit 0 from='client.106290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:32 smithi079 bash[28699]: cluster 2023-12-07T19:14:31.106785+0000 mgr.a (mgr.14403) 4814 : cluster 0 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-07T19:14:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:32 smithi194 bash[32038]: audit 2023-12-07T19:14:30.936210+0000 mgr.a (mgr.14403) 4813 : audit 0 from='client.106290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:32 smithi194 bash[32038]: cluster 2023-12-07T19:14:31.106785+0000 mgr.a (mgr.14403) 4814 : cluster 0 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-07T19:14:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:32 smithi135 bash[32435]: audit 2023-12-07T19:14:30.936210+0000 mgr.a (mgr.14403) 4813 : audit 0 from='client.106290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:32 smithi135 bash[32435]: cluster 2023-12-07T19:14:31.106785+0000 mgr.a (mgr.14403) 4814 : cluster 0 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-07T19:14:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:34 smithi079 bash[28699]: cluster 2023-12-07T19:14:33.107471+0000 mgr.a (mgr.14403) 4815 : cluster 0 pgmap v3590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:34 smithi194 bash[32038]: cluster 2023-12-07T19:14:33.107471+0000 mgr.a (mgr.14403) 4815 : cluster 0 pgmap v3590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:34 smithi135 bash[32435]: cluster 2023-12-07T19:14:33.107471+0000 mgr.a (mgr.14403) 4815 : cluster 0 pgmap v3590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:36.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:14:36.429 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:36.429 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:37.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:36 smithi079 bash[28699]: cluster 2023-12-07T19:14:35.108327+0000 mgr.a (mgr.14403) 4816 : cluster 0 pgmap v3591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:36 smithi194 bash[32038]: cluster 2023-12-07T19:14:35.108327+0000 mgr.a (mgr.14403) 4816 : cluster 0 pgmap v3591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:36 smithi135 bash[32435]: cluster 2023-12-07T19:14:35.108327+0000 mgr.a (mgr.14403) 4816 : cluster 0 pgmap v3591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:37.329 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:14:37.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:37.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:37.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:37.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:14:38.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:37 smithi079 bash[28699]: audit 2023-12-07T19:14:36.837344+0000 mgr.a (mgr.14403) 4817 : audit 0 from='client.106362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:38.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:37 smithi194 bash[32038]: audit 2023-12-07T19:14:36.837344+0000 mgr.a (mgr.14403) 4817 : audit 0 from='client.106362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:38.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:37 smithi135 bash[32435]: audit 2023-12-07T19:14:36.837344+0000 mgr.a (mgr.14403) 4817 : audit 0 from='client.106362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:38 smithi079 bash[28699]: cluster 2023-12-07T19:14:37.109030+0000 mgr.a (mgr.14403) 4818 : cluster 0 pgmap v3592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:38 smithi194 bash[32038]: cluster 2023-12-07T19:14:37.109030+0000 mgr.a (mgr.14403) 4818 : cluster 0 pgmap v3592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:38 smithi135 bash[32435]: cluster 2023-12-07T19:14:37.109030+0000 mgr.a (mgr.14403) 4818 : cluster 0 pgmap v3592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:40 smithi079 bash[28699]: cluster 2023-12-07T19:14:39.109938+0000 mgr.a (mgr.14403) 4819 : cluster 0 pgmap v3593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:40 smithi194 bash[32038]: cluster 2023-12-07T19:14:39.109938+0000 mgr.a (mgr.14403) 4819 : cluster 0 pgmap v3593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:40 smithi135 bash[32435]: cluster 2023-12-07T19:14:39.109938+0000 mgr.a (mgr.14403) 4819 : cluster 0 pgmap v3593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:42.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:14:42.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:42.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:42 smithi079 bash[28699]: cluster 2023-12-07T19:14:41.110537+0000 mgr.a (mgr.14403) 4820 : cluster 0 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-07T19:14:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:42 smithi194 bash[32038]: cluster 2023-12-07T19:14:41.110537+0000 mgr.a (mgr.14403) 4820 : cluster 0 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-07T19:14:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:42 smithi135 bash[32435]: cluster 2023-12-07T19:14:41.110537+0000 mgr.a (mgr.14403) 4820 : cluster 0 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-07T19:14:43.233 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:14:43.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:43.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:43.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:43.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:14:44.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:43 smithi079 bash[28699]: audit 2023-12-07T19:14:42.739186+0000 mgr.a (mgr.14403) 4821 : audit 0 from='client.106440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:44.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:43 smithi194 bash[32038]: audit 2023-12-07T19:14:42.739186+0000 mgr.a (mgr.14403) 4821 : audit 0 from='client.106440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:44.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:43 smithi135 bash[32435]: audit 2023-12-07T19:14:42.739186+0000 mgr.a (mgr.14403) 4821 : audit 0 from='client.106440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:44 smithi079 bash[28699]: cluster 2023-12-07T19:14:43.111335+0000 mgr.a (mgr.14403) 4822 : cluster 0 pgmap v3595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:44 smithi194 bash[32038]: cluster 2023-12-07T19:14:43.111335+0000 mgr.a (mgr.14403) 4822 : cluster 0 pgmap v3595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:44 smithi135 bash[32435]: cluster 2023-12-07T19:14:43.111335+0000 mgr.a (mgr.14403) 4822 : cluster 0 pgmap v3595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:46 smithi079 bash[28699]: cluster 2023-12-07T19:14:45.112308+0000 mgr.a (mgr.14403) 4823 : cluster 0 pgmap v3596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:46 smithi194 bash[32038]: cluster 2023-12-07T19:14:45.112308+0000 mgr.a (mgr.14403) 4823 : cluster 0 pgmap v3596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:46 smithi135 bash[32435]: cluster 2023-12-07T19:14:45.112308+0000 mgr.a (mgr.14403) 4823 : cluster 0 pgmap v3596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:14:48.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:14:48.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:48.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:49.133 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:14:49.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:49.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:49.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:49.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:14:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:48 smithi079 bash[28699]: cluster 2023-12-07T19:14:47.113015+0000 mgr.a (mgr.14403) 4824 : cluster 0 pgmap v3597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:48 smithi194 bash[32038]: cluster 2023-12-07T19:14:47.113015+0000 mgr.a (mgr.14403) 4824 : cluster 0 pgmap v3597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:48 smithi135 bash[32435]: cluster 2023-12-07T19:14:47.113015+0000 mgr.a (mgr.14403) 4824 : cluster 0 pgmap v3597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:50.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:49 smithi079 bash[28699]: audit 2023-12-07T19:14:48.639718+0000 mgr.a (mgr.14403) 4825 : audit 0 from='client.106518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:50.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:49 smithi194 bash[32038]: audit 2023-12-07T19:14:48.639718+0000 mgr.a (mgr.14403) 4825 : audit 0 from='client.106518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:50.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:49 smithi135 bash[32435]: audit 2023-12-07T19:14:48.639718+0000 mgr.a (mgr.14403) 4825 : audit 0 from='client.106518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:50 smithi079 bash[28699]: cluster 2023-12-07T19:14:49.113736+0000 mgr.a (mgr.14403) 4826 : cluster 0 pgmap v3598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:50 smithi194 bash[32038]: cluster 2023-12-07T19:14:49.113736+0000 mgr.a (mgr.14403) 4826 : cluster 0 pgmap v3598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:50 smithi135 bash[32435]: cluster 2023-12-07T19:14:49.113736+0000 mgr.a (mgr.14403) 4826 : cluster 0 pgmap v3598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:52 smithi079 bash[28699]: cluster 2023-12-07T19:14:51.114327+0000 mgr.a (mgr.14403) 4827 : cluster 0 pgmap v3599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:52 smithi194 bash[32038]: cluster 2023-12-07T19:14:51.114327+0000 mgr.a (mgr.14403) 4827 : cluster 0 pgmap v3599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:52 smithi135 bash[32435]: cluster 2023-12-07T19:14:51.114327+0000 mgr.a (mgr.14403) 4827 : cluster 0 pgmap v3599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:54.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:14:54.135 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:14:54.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:14:55.050 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:14:55.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:14:55.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:14:55.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:14:55.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:14:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:54 smithi079 bash[28699]: cluster 2023-12-07T19:14:53.114900+0000 mgr.a (mgr.14403) 4828 : cluster 0 pgmap v3600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:54 smithi079 bash[28699]: audit 2023-12-07T19:14:54.115586+0000 mon.a (mon.0) 1128 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:14:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:54 smithi079 bash[28699]: audit 2023-12-07T19:14:54.644188+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:14:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:54 smithi079 bash[28699]: audit 2023-12-07T19:14:54.656741+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:14:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:54 smithi194 bash[32038]: cluster 2023-12-07T19:14:53.114900+0000 mgr.a (mgr.14403) 4828 : cluster 0 pgmap v3600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:54 smithi194 bash[32038]: audit 2023-12-07T19:14:54.115586+0000 mon.a (mon.0) 1128 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:14:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:54 smithi194 bash[32038]: audit 2023-12-07T19:14:54.644188+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:14:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:54 smithi194 bash[32038]: audit 2023-12-07T19:14:54.656741+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:14:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:54 smithi135 bash[32435]: cluster 2023-12-07T19:14:53.114900+0000 mgr.a (mgr.14403) 4828 : cluster 0 pgmap v3600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:54 smithi135 bash[32435]: audit 2023-12-07T19:14:54.115586+0000 mon.a (mon.0) 1128 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:14:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:54 smithi135 bash[32435]: audit 2023-12-07T19:14:54.644188+0000 mon.a (mon.0) 1129 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:14:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:54 smithi135 bash[32435]: audit 2023-12-07T19:14:54.656741+0000 mon.a (mon.0) 1130 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:14:56.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:55 smithi079 bash[28699]: audit 2023-12-07T19:14:54.541937+0000 mgr.a (mgr.14403) 4829 : audit 0 from='client.106593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:56.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:55 smithi194 bash[32038]: audit 2023-12-07T19:14:54.541937+0000 mgr.a (mgr.14403) 4829 : audit 0 from='client.106593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:56.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:55 smithi135 bash[32435]: audit 2023-12-07T19:14:54.541937+0000 mgr.a (mgr.14403) 4829 : audit 0 from='client.106593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:14:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:56 smithi079 bash[28699]: cluster 2023-12-07T19:14:55.115976+0000 mgr.a (mgr.14403) 4830 : cluster 0 pgmap v3601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:56 smithi194 bash[32038]: cluster 2023-12-07T19:14:55.115976+0000 mgr.a (mgr.14403) 4830 : cluster 0 pgmap v3601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:56 smithi135 bash[32435]: cluster 2023-12-07T19:14:55.115976+0000 mgr.a (mgr.14403) 4830 : cluster 0 pgmap v3601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:14:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:14:58 smithi079 bash[28699]: cluster 2023-12-07T19:14:57.116547+0000 mgr.a (mgr.14403) 4831 : cluster 0 pgmap v3602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:14:58 smithi194 bash[32038]: cluster 2023-12-07T19:14:57.116547+0000 mgr.a (mgr.14403) 4831 : cluster 0 pgmap v3602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:14:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:14:58 smithi135 bash[32435]: cluster 2023-12-07T19:14:57.116547+0000 mgr.a (mgr.14403) 4831 : cluster 0 pgmap v3602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:00.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:15:00.054 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:00.054 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:00.940 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:15:00.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:00.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:00.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:00.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:15:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:00 smithi079 bash[28699]: cluster 2023-12-07T19:14:59.117287+0000 mgr.a (mgr.14403) 4832 : cluster 0 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-07T19:15:01.162 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:00 smithi135 bash[32435]: cluster 2023-12-07T19:14:59.117287+0000 mgr.a (mgr.14403) 4832 : cluster 0 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-07T19:15:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:00 smithi194 bash[32038]: cluster 2023-12-07T19:14:59.117287+0000 mgr.a (mgr.14403) 4832 : cluster 0 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-07T19:15:01.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:01 smithi194 bash[32038]: audit 2023-12-07T19:15:00.455838+0000 mgr.a (mgr.14403) 4833 : audit 0 from='client.106671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:02.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:01 smithi079 bash[28699]: audit 2023-12-07T19:15:00.455838+0000 mgr.a (mgr.14403) 4833 : audit 0 from='client.106671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:02.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:01 smithi135 bash[32435]: audit 2023-12-07T19:15:00.455838+0000 mgr.a (mgr.14403) 4833 : audit 0 from='client.106671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:03.116 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:02 smithi194 bash[32038]: cluster 2023-12-07T19:15:01.118063+0000 mgr.a (mgr.14403) 4834 : cluster 0 pgmap v3604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:02 smithi079 bash[28699]: cluster 2023-12-07T19:15:01.118063+0000 mgr.a (mgr.14403) 4834 : cluster 0 pgmap v3604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:02 smithi135 bash[32435]: cluster 2023-12-07T19:15:01.118063+0000 mgr.a (mgr.14403) 4834 : cluster 0 pgmap v3604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:04 smithi079 bash[28699]: cluster 2023-12-07T19:15:03.118731+0000 mgr.a (mgr.14403) 4835 : cluster 0 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-07T19:15:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:04 smithi194 bash[32038]: cluster 2023-12-07T19:15:03.118731+0000 mgr.a (mgr.14403) 4835 : cluster 0 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-07T19:15:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:04 smithi135 bash[32435]: cluster 2023-12-07T19:15:03.118731+0000 mgr.a (mgr.14403) 4835 : cluster 0 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-07T19:15:05.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:15:05.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:05.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:06 smithi079 bash[28699]: cluster 2023-12-07T19:15:05.119692+0000 mgr.a (mgr.14403) 4836 : cluster 0 pgmap v3606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:06 smithi079 bash[28699]: audit 2023-12-07T19:15:05.333909+0000 mon.a (mon.0) 1131 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:15:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:06 smithi079 bash[28699]: audit 2023-12-07T19:15:05.339457+0000 mon.a (mon.0) 1132 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:15:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:06 smithi079 bash[28699]: audit 2023-12-07T19:15:05.340894+0000 mon.a (mon.0) 1133 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:15:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:06 smithi079 bash[28699]: audit 2023-12-07T19:15:05.342653+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:15:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:06 smithi079 bash[28699]: audit 2023-12-07T19:15:05.350119+0000 mon.a (mon.0) 1135 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:15:06.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:06 smithi194 bash[32038]: cluster 2023-12-07T19:15:05.119692+0000 mgr.a (mgr.14403) 4836 : cluster 0 pgmap v3606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:06 smithi194 bash[32038]: audit 2023-12-07T19:15:05.333909+0000 mon.a (mon.0) 1131 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:15:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:06 smithi194 bash[32038]: audit 2023-12-07T19:15:05.339457+0000 mon.a (mon.0) 1132 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:15:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:06 smithi194 bash[32038]: audit 2023-12-07T19:15:05.340894+0000 mon.a (mon.0) 1133 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:15:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:06 smithi194 bash[32038]: audit 2023-12-07T19:15:05.342653+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:15:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:06 smithi194 bash[32038]: audit 2023-12-07T19:15:05.350119+0000 mon.a (mon.0) 1135 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:15:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:06 smithi135 bash[32435]: cluster 2023-12-07T19:15:05.119692+0000 mgr.a (mgr.14403) 4836 : cluster 0 pgmap v3606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:06 smithi135 bash[32435]: audit 2023-12-07T19:15:05.333909+0000 mon.a (mon.0) 1131 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:15:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:06 smithi135 bash[32435]: audit 2023-12-07T19:15:05.339457+0000 mon.a (mon.0) 1132 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:15:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:06 smithi135 bash[32435]: audit 2023-12-07T19:15:05.340894+0000 mon.a (mon.0) 1133 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:15:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:06 smithi135 bash[32435]: audit 2023-12-07T19:15:05.342653+0000 mon.a (mon.0) 1134 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:15:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:06 smithi135 bash[32435]: audit 2023-12-07T19:15:05.350119+0000 mon.a (mon.0) 1135 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:15:06.845 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:15:06.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:06.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:06.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:06.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:15:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:07 smithi079 bash[28699]: audit 2023-12-07T19:15:06.344160+0000 mgr.a (mgr.14403) 4837 : audit 0 from='client.106743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:07.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:07 smithi194 bash[32038]: audit 2023-12-07T19:15:06.344160+0000 mgr.a (mgr.14403) 4837 : audit 0 from='client.106743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:07 smithi135 bash[32435]: audit 2023-12-07T19:15:06.344160+0000 mgr.a (mgr.14403) 4837 : audit 0 from='client.106743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:08 smithi079 bash[28699]: cluster 2023-12-07T19:15:07.120462+0000 mgr.a (mgr.14403) 4838 : cluster 0 pgmap v3607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:08 smithi194 bash[32038]: cluster 2023-12-07T19:15:07.120462+0000 mgr.a (mgr.14403) 4838 : cluster 0 pgmap v3607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:08 smithi135 bash[32435]: cluster 2023-12-07T19:15:07.120462+0000 mgr.a (mgr.14403) 4838 : cluster 0 pgmap v3607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:10 smithi079 bash[28699]: cluster 2023-12-07T19:15:09.121295+0000 mgr.a (mgr.14403) 4839 : cluster 0 pgmap v3608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:10.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:10 smithi194 bash[32038]: cluster 2023-12-07T19:15:09.121295+0000 mgr.a (mgr.14403) 4839 : cluster 0 pgmap v3608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:10 smithi135 bash[32435]: cluster 2023-12-07T19:15:09.121295+0000 mgr.a (mgr.14403) 4839 : cluster 0 pgmap v3608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:11.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:15:11.849 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:11.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:12.756 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:15:12.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:12.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:12.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:12.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:15:12.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:12 smithi079 bash[28699]: cluster 2023-12-07T19:15:11.121849+0000 mgr.a (mgr.14403) 4840 : cluster 0 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-07T19:15:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:12 smithi194 bash[32038]: cluster 2023-12-07T19:15:11.121849+0000 mgr.a (mgr.14403) 4840 : cluster 0 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-07T19:15:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:12 smithi135 bash[32435]: cluster 2023-12-07T19:15:11.121849+0000 mgr.a (mgr.14403) 4840 : cluster 0 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-07T19:15:13.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:13 smithi079 bash[28699]: audit 2023-12-07T19:15:12.259108+0000 mgr.a (mgr.14403) 4841 : audit 0 from='client.106818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:13.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:13 smithi194 bash[32038]: audit 2023-12-07T19:15:12.259108+0000 mgr.a (mgr.14403) 4841 : audit 0 from='client.106818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:13 smithi135 bash[32435]: audit 2023-12-07T19:15:12.259108+0000 mgr.a (mgr.14403) 4841 : audit 0 from='client.106818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:14 smithi079 bash[28699]: cluster 2023-12-07T19:15:13.122714+0000 mgr.a (mgr.14403) 4842 : cluster 0 pgmap v3610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:14 smithi194 bash[32038]: cluster 2023-12-07T19:15:13.122714+0000 mgr.a (mgr.14403) 4842 : cluster 0 pgmap v3610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:14 smithi135 bash[32435]: cluster 2023-12-07T19:15:13.122714+0000 mgr.a (mgr.14403) 4842 : cluster 0 pgmap v3610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:16 smithi079 bash[28699]: cluster 2023-12-07T19:15:15.123543+0000 mgr.a (mgr.14403) 4843 : cluster 0 pgmap v3611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:16 smithi194 bash[32038]: cluster 2023-12-07T19:15:15.123543+0000 mgr.a (mgr.14403) 4843 : cluster 0 pgmap v3611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:16 smithi135 bash[32435]: cluster 2023-12-07T19:15:15.123543+0000 mgr.a (mgr.14403) 4843 : cluster 0 pgmap v3611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:17.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:15:17.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:17.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:18.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:18.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:18.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:18.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:15:18.687 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:15:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:18 smithi079 bash[28699]: cluster 2023-12-07T19:15:17.124035+0000 mgr.a (mgr.14403) 4844 : cluster 0 pgmap v3612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:18 smithi194 bash[32038]: cluster 2023-12-07T19:15:17.124035+0000 mgr.a (mgr.14403) 4844 : cluster 0 pgmap v3612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:18 smithi135 bash[32435]: cluster 2023-12-07T19:15:17.124035+0000 mgr.a (mgr.14403) 4844 : cluster 0 pgmap v3612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:19.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:19 smithi079 bash[28699]: audit 2023-12-07T19:15:18.156739+0000 mgr.a (mgr.14403) 4845 : audit 0 from='client.106893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:19.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:19 smithi194 bash[32038]: audit 2023-12-07T19:15:18.156739+0000 mgr.a (mgr.14403) 4845 : audit 0 from='client.106893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:19 smithi135 bash[32435]: audit 2023-12-07T19:15:18.156739+0000 mgr.a (mgr.14403) 4845 : audit 0 from='client.106893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:20 smithi079 bash[28699]: cluster 2023-12-07T19:15:19.125029+0000 mgr.a (mgr.14403) 4846 : cluster 0 pgmap v3613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:15:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:20 smithi194 bash[32038]: cluster 2023-12-07T19:15:19.125029+0000 mgr.a (mgr.14403) 4846 : cluster 0 pgmap v3613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:15:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:20 smithi135 bash[32435]: cluster 2023-12-07T19:15:19.125029+0000 mgr.a (mgr.14403) 4846 : cluster 0 pgmap v3613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:15:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:22 smithi079 bash[28699]: cluster 2023-12-07T19:15:21.125602+0000 mgr.a (mgr.14403) 4847 : cluster 0 pgmap v3614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:15:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:22 smithi194 bash[32038]: cluster 2023-12-07T19:15:21.125602+0000 mgr.a (mgr.14403) 4847 : cluster 0 pgmap v3614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:15:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:22 smithi135 bash[32435]: cluster 2023-12-07T19:15:21.125602+0000 mgr.a (mgr.14403) 4847 : cluster 0 pgmap v3614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:15:23.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:15:23.690 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:23.691 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:24.581 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:15:24.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:24.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:24.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:24.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:15:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:24 smithi079 bash[28699]: cluster 2023-12-07T19:15:23.126170+0000 mgr.a (mgr.14403) 4848 : cluster 0 pgmap v3615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:15:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:24 smithi194 bash[32038]: cluster 2023-12-07T19:15:23.126170+0000 mgr.a (mgr.14403) 4848 : cluster 0 pgmap v3615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:15:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:24 smithi135 bash[32435]: cluster 2023-12-07T19:15:23.126170+0000 mgr.a (mgr.14403) 4848 : cluster 0 pgmap v3615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:15:25.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:25 smithi079 bash[28699]: audit 2023-12-07T19:15:24.094470+0000 mgr.a (mgr.14403) 4849 : audit 0 from='client.106968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:25.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:25 smithi194 bash[32038]: audit 2023-12-07T19:15:24.094470+0000 mgr.a (mgr.14403) 4849 : audit 0 from='client.106968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:25 smithi135 bash[32435]: audit 2023-12-07T19:15:24.094470+0000 mgr.a (mgr.14403) 4849 : audit 0 from='client.106968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:26 smithi079 bash[28699]: cluster 2023-12-07T19:15:25.127198+0000 mgr.a (mgr.14403) 4850 : cluster 0 pgmap v3616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:26 smithi194 bash[32038]: cluster 2023-12-07T19:15:25.127198+0000 mgr.a (mgr.14403) 4850 : cluster 0 pgmap v3616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:26 smithi135 bash[32435]: cluster 2023-12-07T19:15:25.127198+0000 mgr.a (mgr.14403) 4850 : cluster 0 pgmap v3616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:28 smithi079 bash[28699]: cluster 2023-12-07T19:15:27.127760+0000 mgr.a (mgr.14403) 4851 : cluster 0 pgmap v3617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:28.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:28 smithi194 bash[32038]: cluster 2023-12-07T19:15:27.127760+0000 mgr.a (mgr.14403) 4851 : cluster 0 pgmap v3617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:28 smithi135 bash[32435]: cluster 2023-12-07T19:15:27.127760+0000 mgr.a (mgr.14403) 4851 : cluster 0 pgmap v3617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:29.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:15:29.585 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:29.585 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:30.492 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:15:30.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:30.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:30.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:30.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:15:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:30 smithi079 bash[28699]: cluster 2023-12-07T19:15:29.128524+0000 mgr.a (mgr.14403) 4852 : cluster 0 pgmap v3618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:30 smithi194 bash[32038]: cluster 2023-12-07T19:15:29.128524+0000 mgr.a (mgr.14403) 4852 : cluster 0 pgmap v3618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:30 smithi135 bash[32435]: cluster 2023-12-07T19:15:29.128524+0000 mgr.a (mgr.14403) 4852 : cluster 0 pgmap v3618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:31.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:31 smithi079 bash[28699]: audit 2023-12-07T19:15:29.995517+0000 mgr.a (mgr.14403) 4853 : audit 0 from='client.107043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:31.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:31 smithi194 bash[32038]: audit 2023-12-07T19:15:29.995517+0000 mgr.a (mgr.14403) 4853 : audit 0 from='client.107043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:31 smithi135 bash[32435]: audit 2023-12-07T19:15:29.995517+0000 mgr.a (mgr.14403) 4853 : audit 0 from='client.107043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:32 smithi079 bash[28699]: cluster 2023-12-07T19:15:31.129216+0000 mgr.a (mgr.14403) 4854 : cluster 0 pgmap v3619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:15:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:32 smithi194 bash[32038]: cluster 2023-12-07T19:15:31.129216+0000 mgr.a (mgr.14403) 4854 : cluster 0 pgmap v3619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:15:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:32 smithi135 bash[32435]: cluster 2023-12-07T19:15:31.129216+0000 mgr.a (mgr.14403) 4854 : cluster 0 pgmap v3619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:15:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:34 smithi079 bash[28699]: cluster 2023-12-07T19:15:33.129884+0000 mgr.a (mgr.14403) 4855 : cluster 0 pgmap v3620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:15:34.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:34 smithi194 bash[32038]: cluster 2023-12-07T19:15:33.129884+0000 mgr.a (mgr.14403) 4855 : cluster 0 pgmap v3620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:15:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:34 smithi135 bash[32435]: cluster 2023-12-07T19:15:33.129884+0000 mgr.a (mgr.14403) 4855 : cluster 0 pgmap v3620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:15:35.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:15:35.495 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:35.496 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:36.407 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:15:36.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:36.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:36.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:36.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:15:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:36 smithi079 bash[28699]: cluster 2023-12-07T19:15:35.130691+0000 mgr.a (mgr.14403) 4856 : cluster 0 pgmap v3621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:15:36.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:36 smithi194 bash[32038]: cluster 2023-12-07T19:15:35.130691+0000 mgr.a (mgr.14403) 4856 : cluster 0 pgmap v3621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:15:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:36 smithi135 bash[32435]: cluster 2023-12-07T19:15:35.130691+0000 mgr.a (mgr.14403) 4856 : cluster 0 pgmap v3621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:15:37.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:37 smithi079 bash[28699]: audit 2023-12-07T19:15:35.905327+0000 mgr.a (mgr.14403) 4857 : audit 0 from='client.107118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:37.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:37 smithi194 bash[32038]: audit 2023-12-07T19:15:35.905327+0000 mgr.a (mgr.14403) 4857 : audit 0 from='client.107118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:37 smithi135 bash[32435]: audit 2023-12-07T19:15:35.905327+0000 mgr.a (mgr.14403) 4857 : audit 0 from='client.107118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:38 smithi079 bash[28699]: cluster 2023-12-07T19:15:37.131298+0000 mgr.a (mgr.14403) 4858 : cluster 0 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-07T19:15:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:38 smithi194 bash[32038]: cluster 2023-12-07T19:15:37.131298+0000 mgr.a (mgr.14403) 4858 : cluster 0 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-07T19:15:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:38 smithi135 bash[32435]: cluster 2023-12-07T19:15:37.131298+0000 mgr.a (mgr.14403) 4858 : cluster 0 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-07T19:15:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:40 smithi079 bash[28699]: cluster 2023-12-07T19:15:39.132036+0000 mgr.a (mgr.14403) 4859 : cluster 0 pgmap v3623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:40 smithi194 bash[32038]: cluster 2023-12-07T19:15:39.132036+0000 mgr.a (mgr.14403) 4859 : cluster 0 pgmap v3623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:40 smithi135 bash[32435]: cluster 2023-12-07T19:15:39.132036+0000 mgr.a (mgr.14403) 4859 : cluster 0 pgmap v3623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:41.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:15:41.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:41.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:42.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:42.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:42.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:42.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:15:42.294 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:15:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:42 smithi079 bash[28699]: cluster 2023-12-07T19:15:41.132594+0000 mgr.a (mgr.14403) 4860 : cluster 0 pgmap v3624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:42 smithi079 bash[28699]: audit 2023-12-07T19:15:41.808422+0000 mgr.a (mgr.14403) 4861 : audit 0 from='client.107196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:42 smithi194 bash[32038]: cluster 2023-12-07T19:15:41.132594+0000 mgr.a (mgr.14403) 4860 : cluster 0 pgmap v3624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:42 smithi194 bash[32038]: audit 2023-12-07T19:15:41.808422+0000 mgr.a (mgr.14403) 4861 : audit 0 from='client.107196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:42 smithi135 bash[32435]: cluster 2023-12-07T19:15:41.132594+0000 mgr.a (mgr.14403) 4860 : cluster 0 pgmap v3624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:42 smithi135 bash[32435]: audit 2023-12-07T19:15:41.808422+0000 mgr.a (mgr.14403) 4861 : audit 0 from='client.107196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:44 smithi079 bash[28699]: cluster 2023-12-07T19:15:43.133254+0000 mgr.a (mgr.14403) 4862 : cluster 0 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-07T19:15:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:44 smithi194 bash[32038]: cluster 2023-12-07T19:15:43.133254+0000 mgr.a (mgr.14403) 4862 : cluster 0 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-07T19:15:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:44 smithi135 bash[32435]: cluster 2023-12-07T19:15:43.133254+0000 mgr.a (mgr.14403) 4862 : cluster 0 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-07T19:15:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:46 smithi079 bash[28699]: cluster 2023-12-07T19:15:45.134047+0000 mgr.a (mgr.14403) 4863 : cluster 0 pgmap v3626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:46 smithi194 bash[32038]: cluster 2023-12-07T19:15:45.134047+0000 mgr.a (mgr.14403) 4863 : cluster 0 pgmap v3626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:46 smithi135 bash[32435]: cluster 2023-12-07T19:15:45.134047+0000 mgr.a (mgr.14403) 4863 : cluster 0 pgmap v3626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:47.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:15:47.297 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:47.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:48.205 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:15:48.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:48.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:48.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:48.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:15:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:48 smithi079 bash[28699]: cluster 2023-12-07T19:15:47.134550+0000 mgr.a (mgr.14403) 4864 : cluster 0 pgmap v3627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:48 smithi079 bash[28699]: audit 2023-12-07T19:15:47.705755+0000 mgr.a (mgr.14403) 4865 : audit 0 from='client.107271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:48 smithi194 bash[32038]: cluster 2023-12-07T19:15:47.134550+0000 mgr.a (mgr.14403) 4864 : cluster 0 pgmap v3627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:48 smithi194 bash[32038]: audit 2023-12-07T19:15:47.705755+0000 mgr.a (mgr.14403) 4865 : audit 0 from='client.107271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:48 smithi135 bash[32435]: cluster 2023-12-07T19:15:47.134550+0000 mgr.a (mgr.14403) 4864 : cluster 0 pgmap v3627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:48 smithi135 bash[32435]: audit 2023-12-07T19:15:47.705755+0000 mgr.a (mgr.14403) 4865 : audit 0 from='client.107271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:50 smithi079 bash[28699]: cluster 2023-12-07T19:15:49.135438+0000 mgr.a (mgr.14403) 4866 : cluster 0 pgmap v3628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:50 smithi194 bash[32038]: cluster 2023-12-07T19:15:49.135438+0000 mgr.a (mgr.14403) 4866 : cluster 0 pgmap v3628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:50 smithi135 bash[32435]: cluster 2023-12-07T19:15:49.135438+0000 mgr.a (mgr.14403) 4866 : cluster 0 pgmap v3628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:15:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:52 smithi079 bash[28699]: cluster 2023-12-07T19:15:51.136149+0000 mgr.a (mgr.14403) 4867 : cluster 0 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-07T19:15:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:52 smithi194 bash[32038]: cluster 2023-12-07T19:15:51.136149+0000 mgr.a (mgr.14403) 4867 : cluster 0 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-07T19:15:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:52 smithi135 bash[32435]: cluster 2023-12-07T19:15:51.136149+0000 mgr.a (mgr.14403) 4867 : cluster 0 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-07T19:15:53.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:15:53.209 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:53.209 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:15:54.108 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:15:54.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:15:54.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:15:54.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:15:54.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:15:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:54 smithi079 bash[28699]: cluster 2023-12-07T19:15:53.136680+0000 mgr.a (mgr.14403) 4868 : cluster 0 pgmap v3630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:54 smithi079 bash[28699]: audit 2023-12-07T19:15:53.617899+0000 mgr.a (mgr.14403) 4869 : audit 0 from='client.107349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:54 smithi194 bash[32038]: cluster 2023-12-07T19:15:53.136680+0000 mgr.a (mgr.14403) 4868 : cluster 0 pgmap v3630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:54 smithi194 bash[32038]: audit 2023-12-07T19:15:53.617899+0000 mgr.a (mgr.14403) 4869 : audit 0 from='client.107349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:54 smithi135 bash[32435]: cluster 2023-12-07T19:15:53.136680+0000 mgr.a (mgr.14403) 4868 : cluster 0 pgmap v3630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:15:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:54 smithi135 bash[32435]: audit 2023-12-07T19:15:53.617899+0000 mgr.a (mgr.14403) 4869 : audit 0 from='client.107349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:15:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:56 smithi079 bash[28699]: cluster 2023-12-07T19:15:55.137664+0000 mgr.a (mgr.14403) 4870 : cluster 0 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-07T19:15:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:56 smithi194 bash[32038]: cluster 2023-12-07T19:15:55.137664+0000 mgr.a (mgr.14403) 4870 : cluster 0 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-07T19:15:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:56 smithi135 bash[32435]: cluster 2023-12-07T19:15:55.137664+0000 mgr.a (mgr.14403) 4870 : cluster 0 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-07T19:15:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:15:58 smithi079 bash[28699]: cluster 2023-12-07T19:15:57.138335+0000 mgr.a (mgr.14403) 4871 : cluster 0 pgmap v3632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:15:58 smithi194 bash[32038]: cluster 2023-12-07T19:15:57.138335+0000 mgr.a (mgr.14403) 4871 : cluster 0 pgmap v3632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:15:58 smithi135 bash[32435]: cluster 2023-12-07T19:15:57.138335+0000 mgr.a (mgr.14403) 4871 : cluster 0 pgmap v3632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:15:59.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:15:59.111 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:15:59.112 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:00.015 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:16:00.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:00.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:00.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:00.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:16:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:00 smithi079 bash[28699]: cluster 2023-12-07T19:15:59.139287+0000 mgr.a (mgr.14403) 4872 : cluster 0 pgmap v3633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:00 smithi079 bash[28699]: audit 2023-12-07T19:15:59.515742+0000 mgr.a (mgr.14403) 4873 : audit 0 from='client.107427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:00 smithi194 bash[32038]: cluster 2023-12-07T19:15:59.139287+0000 mgr.a (mgr.14403) 4872 : cluster 0 pgmap v3633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:00 smithi194 bash[32038]: audit 2023-12-07T19:15:59.515742+0000 mgr.a (mgr.14403) 4873 : audit 0 from='client.107427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:00 smithi135 bash[32435]: cluster 2023-12-07T19:15:59.139287+0000 mgr.a (mgr.14403) 4872 : cluster 0 pgmap v3633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:00 smithi135 bash[32435]: audit 2023-12-07T19:15:59.515742+0000 mgr.a (mgr.14403) 4873 : audit 0 from='client.107427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:02 smithi079 bash[28699]: cluster 2023-12-07T19:16:01.139938+0000 mgr.a (mgr.14403) 4874 : cluster 0 pgmap v3634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:02 smithi194 bash[32038]: cluster 2023-12-07T19:16:01.139938+0000 mgr.a (mgr.14403) 4874 : cluster 0 pgmap v3634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:02 smithi135 bash[32435]: cluster 2023-12-07T19:16:01.139938+0000 mgr.a (mgr.14403) 4874 : cluster 0 pgmap v3634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:04 smithi079 bash[28699]: cluster 2023-12-07T19:16:03.140544+0000 mgr.a (mgr.14403) 4875 : cluster 0 pgmap v3635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:04 smithi194 bash[32038]: cluster 2023-12-07T19:16:03.140544+0000 mgr.a (mgr.14403) 4875 : cluster 0 pgmap v3635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:04 smithi135 bash[32435]: cluster 2023-12-07T19:16:03.140544+0000 mgr.a (mgr.14403) 4875 : cluster 0 pgmap v3635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:16:05.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:16:05.018 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:05.018 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:05.902 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:16:05.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:05.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:05.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:05.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:16:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:06 smithi079 bash[28699]: cluster 2023-12-07T19:16:05.141277+0000 mgr.a (mgr.14403) 4876 : cluster 0 pgmap v3636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:06 smithi079 bash[28699]: audit 2023-12-07T19:16:05.425549+0000 mgr.a (mgr.14403) 4877 : audit 0 from='client.107502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:06 smithi079 bash[28699]: audit 2023-12-07T19:16:05.525018+0000 mon.a (mon.0) 1136 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:16:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:06 smithi194 bash[32038]: cluster 2023-12-07T19:16:05.141277+0000 mgr.a (mgr.14403) 4876 : cluster 0 pgmap v3636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:06 smithi194 bash[32038]: audit 2023-12-07T19:16:05.425549+0000 mgr.a (mgr.14403) 4877 : audit 0 from='client.107502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:06 smithi194 bash[32038]: audit 2023-12-07T19:16:05.525018+0000 mon.a (mon.0) 1136 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:16:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:06 smithi135 bash[32435]: cluster 2023-12-07T19:16:05.141277+0000 mgr.a (mgr.14403) 4876 : cluster 0 pgmap v3636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:06 smithi135 bash[32435]: audit 2023-12-07T19:16:05.425549+0000 mgr.a (mgr.14403) 4877 : audit 0 from='client.107502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:06 smithi135 bash[32435]: audit 2023-12-07T19:16:05.525018+0000 mon.a (mon.0) 1136 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:16:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:07 smithi079 bash[28699]: audit 2023-12-07T19:16:06.742168+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:07 smithi079 bash[28699]: audit 2023-12-07T19:16:06.746368+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:07 smithi079 bash[28699]: audit 2023-12-07T19:16:06.750134+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:07 smithi079 bash[28699]: audit 2023-12-07T19:16:06.756381+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:07 smithi079 bash[28699]: audit 2023-12-07T19:16:06.760503+0000 mon.a (mon.0) 1141 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:07 smithi079 bash[28699]: audit 2023-12-07T19:16:06.766036+0000 mon.a (mon.0) 1142 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:07 smithi079 bash[28699]: audit 2023-12-07T19:16:06.767176+0000 mon.a (mon.0) 1143 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:16:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:07 smithi079 bash[28699]: audit 2023-12-07T19:16:06.768493+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:16:08.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:07 smithi079 bash[28699]: audit 2023-12-07T19:16:06.775692+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:07 smithi194 bash[32038]: audit 2023-12-07T19:16:06.742168+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:07 smithi194 bash[32038]: audit 2023-12-07T19:16:06.746368+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:07 smithi194 bash[32038]: audit 2023-12-07T19:16:06.750134+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:07 smithi194 bash[32038]: audit 2023-12-07T19:16:06.756381+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:07 smithi194 bash[32038]: audit 2023-12-07T19:16:06.760503+0000 mon.a (mon.0) 1141 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:07 smithi194 bash[32038]: audit 2023-12-07T19:16:06.766036+0000 mon.a (mon.0) 1142 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:07 smithi194 bash[32038]: audit 2023-12-07T19:16:06.767176+0000 mon.a (mon.0) 1143 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:16:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:07 smithi194 bash[32038]: audit 2023-12-07T19:16:06.768493+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:16:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:07 smithi194 bash[32038]: audit 2023-12-07T19:16:06.775692+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:07 smithi135 bash[32435]: audit 2023-12-07T19:16:06.742168+0000 mon.a (mon.0) 1137 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:07 smithi135 bash[32435]: audit 2023-12-07T19:16:06.746368+0000 mon.a (mon.0) 1138 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:07 smithi135 bash[32435]: audit 2023-12-07T19:16:06.750134+0000 mon.a (mon.0) 1139 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:07 smithi135 bash[32435]: audit 2023-12-07T19:16:06.756381+0000 mon.a (mon.0) 1140 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:07 smithi135 bash[32435]: audit 2023-12-07T19:16:06.760503+0000 mon.a (mon.0) 1141 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:07 smithi135 bash[32435]: audit 2023-12-07T19:16:06.766036+0000 mon.a (mon.0) 1142 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:08.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:07 smithi135 bash[32435]: audit 2023-12-07T19:16:06.767176+0000 mon.a (mon.0) 1143 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:16:08.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:07 smithi135 bash[32435]: audit 2023-12-07T19:16:06.768493+0000 mon.a (mon.0) 1144 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:16:08.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:07 smithi135 bash[32435]: audit 2023-12-07T19:16:06.775692+0000 mon.a (mon.0) 1145 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:16:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:08 smithi079 bash[28699]: cluster 2023-12-07T19:16:07.141866+0000 mgr.a (mgr.14403) 4878 : cluster 0 pgmap v3637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:08 smithi194 bash[32038]: cluster 2023-12-07T19:16:07.141866+0000 mgr.a (mgr.14403) 4878 : cluster 0 pgmap v3637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:08 smithi135 bash[32435]: cluster 2023-12-07T19:16:07.141866+0000 mgr.a (mgr.14403) 4878 : cluster 0 pgmap v3637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:10.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:16:10.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:10.906 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:10 smithi079 bash[28699]: cluster 2023-12-07T19:16:09.142680+0000 mgr.a (mgr.14403) 4879 : cluster 0 pgmap v3638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:10 smithi194 bash[32038]: cluster 2023-12-07T19:16:09.142680+0000 mgr.a (mgr.14403) 4879 : cluster 0 pgmap v3638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:10 smithi135 bash[32435]: cluster 2023-12-07T19:16:09.142680+0000 mgr.a (mgr.14403) 4879 : cluster 0 pgmap v3638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:11.809 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:16:11.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:11.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:11.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:11.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:16:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:12 smithi079 bash[28699]: cluster 2023-12-07T19:16:11.143124+0000 mgr.a (mgr.14403) 4880 : cluster 0 pgmap v3639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:12 smithi079 bash[28699]: audit 2023-12-07T19:16:11.302693+0000 mgr.a (mgr.14403) 4881 : audit 0 from='client.107577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:12 smithi194 bash[32038]: cluster 2023-12-07T19:16:11.143124+0000 mgr.a (mgr.14403) 4880 : cluster 0 pgmap v3639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:12 smithi194 bash[32038]: audit 2023-12-07T19:16:11.302693+0000 mgr.a (mgr.14403) 4881 : audit 0 from='client.107577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:12 smithi135 bash[32435]: cluster 2023-12-07T19:16:11.143124+0000 mgr.a (mgr.14403) 4880 : cluster 0 pgmap v3639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:12 smithi135 bash[32435]: audit 2023-12-07T19:16:11.302693+0000 mgr.a (mgr.14403) 4881 : audit 0 from='client.107577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:14 smithi079 bash[28699]: cluster 2023-12-07T19:16:13.143734+0000 mgr.a (mgr.14403) 4882 : cluster 0 pgmap v3640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:14 smithi194 bash[32038]: cluster 2023-12-07T19:16:13.143734+0000 mgr.a (mgr.14403) 4882 : cluster 0 pgmap v3640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:14 smithi135 bash[32435]: cluster 2023-12-07T19:16:13.143734+0000 mgr.a (mgr.14403) 4882 : cluster 0 pgmap v3640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:16.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:16:16.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:16.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:16 smithi079 bash[28699]: cluster 2023-12-07T19:16:15.144551+0000 mgr.a (mgr.14403) 4883 : cluster 0 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-07T19:16:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:16 smithi194 bash[32038]: cluster 2023-12-07T19:16:15.144551+0000 mgr.a (mgr.14403) 4883 : cluster 0 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-07T19:16:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:16 smithi135 bash[32435]: cluster 2023-12-07T19:16:15.144551+0000 mgr.a (mgr.14403) 4883 : cluster 0 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-07T19:16:17.690 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:16:17.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:17.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:17.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:17.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:16:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:18 smithi079 bash[28699]: cluster 2023-12-07T19:16:17.145098+0000 mgr.a (mgr.14403) 4884 : cluster 0 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-07T19:16:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:18 smithi079 bash[28699]: audit 2023-12-07T19:16:17.214545+0000 mgr.a (mgr.14403) 4885 : audit 0 from='client.107652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:18 smithi194 bash[32038]: cluster 2023-12-07T19:16:17.145098+0000 mgr.a (mgr.14403) 4884 : cluster 0 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-07T19:16:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:18 smithi194 bash[32038]: audit 2023-12-07T19:16:17.214545+0000 mgr.a (mgr.14403) 4885 : audit 0 from='client.107652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:18 smithi135 bash[32435]: cluster 2023-12-07T19:16:17.145098+0000 mgr.a (mgr.14403) 4884 : cluster 0 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-07T19:16:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:18 smithi135 bash[32435]: audit 2023-12-07T19:16:17.214545+0000 mgr.a (mgr.14403) 4885 : audit 0 from='client.107652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:20 smithi079 bash[28699]: cluster 2023-12-07T19:16:19.145976+0000 mgr.a (mgr.14403) 4886 : cluster 0 pgmap v3643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:20 smithi194 bash[32038]: cluster 2023-12-07T19:16:19.145976+0000 mgr.a (mgr.14403) 4886 : cluster 0 pgmap v3643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:20 smithi135 bash[32435]: cluster 2023-12-07T19:16:19.145976+0000 mgr.a (mgr.14403) 4886 : cluster 0 pgmap v3643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:22.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:16:22.694 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:22.694 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:22 smithi079 bash[28699]: cluster 2023-12-07T19:16:21.146506+0000 mgr.a (mgr.14403) 4887 : cluster 0 pgmap v3644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:22 smithi194 bash[32038]: cluster 2023-12-07T19:16:21.146506+0000 mgr.a (mgr.14403) 4887 : cluster 0 pgmap v3644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:22 smithi135 bash[32435]: cluster 2023-12-07T19:16:21.146506+0000 mgr.a (mgr.14403) 4887 : cluster 0 pgmap v3644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:23.600 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:16:23.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:23.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:23.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:23.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:16:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:24 smithi079 bash[28699]: audit 2023-12-07T19:16:23.099616+0000 mgr.a (mgr.14403) 4888 : audit 0 from='client.107730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:24 smithi079 bash[28699]: cluster 2023-12-07T19:16:23.147387+0000 mgr.a (mgr.14403) 4889 : cluster 0 pgmap v3645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:24 smithi194 bash[32038]: audit 2023-12-07T19:16:23.099616+0000 mgr.a (mgr.14403) 4888 : audit 0 from='client.107730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:24 smithi194 bash[32038]: cluster 2023-12-07T19:16:23.147387+0000 mgr.a (mgr.14403) 4889 : cluster 0 pgmap v3645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:24 smithi135 bash[32435]: audit 2023-12-07T19:16:23.099616+0000 mgr.a (mgr.14403) 4888 : audit 0 from='client.107730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:24 smithi135 bash[32435]: cluster 2023-12-07T19:16:23.147387+0000 mgr.a (mgr.14403) 4889 : cluster 0 pgmap v3645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:27.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:26 smithi079 bash[28699]: cluster 2023-12-07T19:16:25.148461+0000 mgr.a (mgr.14403) 4890 : cluster 0 pgmap v3646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:16:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:26 smithi194 bash[32038]: cluster 2023-12-07T19:16:25.148461+0000 mgr.a (mgr.14403) 4890 : cluster 0 pgmap v3646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:16:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:26 smithi135 bash[32435]: cluster 2023-12-07T19:16:25.148461+0000 mgr.a (mgr.14403) 4890 : cluster 0 pgmap v3646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:16:28.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:16:28.603 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:28.604 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:29.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:28 smithi079 bash[28699]: cluster 2023-12-07T19:16:27.149049+0000 mgr.a (mgr.14403) 4891 : cluster 0 pgmap v3647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:16:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:28 smithi194 bash[32038]: cluster 2023-12-07T19:16:27.149049+0000 mgr.a (mgr.14403) 4891 : cluster 0 pgmap v3647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:16:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:28 smithi135 bash[32435]: cluster 2023-12-07T19:16:27.149049+0000 mgr.a (mgr.14403) 4891 : cluster 0 pgmap v3647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:16:29.521 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:16:29.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:29.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:29.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:29.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:16:31.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:30 smithi079 bash[28699]: audit 2023-12-07T19:16:29.009671+0000 mgr.a (mgr.14403) 4892 : audit 0 from='client.107802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:31.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:30 smithi079 bash[28699]: cluster 2023-12-07T19:16:29.159942+0000 mgr.a (mgr.14403) 4893 : cluster 0 pgmap v3648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:30 smithi194 bash[32038]: audit 2023-12-07T19:16:29.009671+0000 mgr.a (mgr.14403) 4892 : audit 0 from='client.107802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:30 smithi194 bash[32038]: cluster 2023-12-07T19:16:29.159942+0000 mgr.a (mgr.14403) 4893 : cluster 0 pgmap v3648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:30 smithi135 bash[32435]: audit 2023-12-07T19:16:29.009671+0000 mgr.a (mgr.14403) 4892 : audit 0 from='client.107802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:30 smithi135 bash[32435]: cluster 2023-12-07T19:16:29.159942+0000 mgr.a (mgr.14403) 4893 : cluster 0 pgmap v3648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:32 smithi079 bash[28699]: cluster 2023-12-07T19:16:31.160728+0000 mgr.a (mgr.14403) 4894 : cluster 0 pgmap v3649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:16:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:32 smithi194 bash[32038]: cluster 2023-12-07T19:16:31.160728+0000 mgr.a (mgr.14403) 4894 : cluster 0 pgmap v3649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:16:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:32 smithi135 bash[32435]: cluster 2023-12-07T19:16:31.160728+0000 mgr.a (mgr.14403) 4894 : cluster 0 pgmap v3649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:16:34.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:16:34.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:34.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:34 smithi079 bash[28699]: cluster 2023-12-07T19:16:33.161279+0000 mgr.a (mgr.14403) 4895 : cluster 0 pgmap v3650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:16:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:34 smithi194 bash[32038]: cluster 2023-12-07T19:16:33.161279+0000 mgr.a (mgr.14403) 4895 : cluster 0 pgmap v3650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:16:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:34 smithi135 bash[32435]: cluster 2023-12-07T19:16:33.161279+0000 mgr.a (mgr.14403) 4895 : cluster 0 pgmap v3650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:16:35.424 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:16:35.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:35.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:35.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:35.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:16:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:36 smithi079 bash[28699]: audit 2023-12-07T19:16:34.933937+0000 mgr.a (mgr.14403) 4896 : audit 0 from='client.107877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:36 smithi079 bash[28699]: cluster 2023-12-07T19:16:35.161994+0000 mgr.a (mgr.14403) 4897 : cluster 0 pgmap v3651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:36 smithi194 bash[32038]: audit 2023-12-07T19:16:34.933937+0000 mgr.a (mgr.14403) 4896 : audit 0 from='client.107877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:36 smithi194 bash[32038]: cluster 2023-12-07T19:16:35.161994+0000 mgr.a (mgr.14403) 4897 : cluster 0 pgmap v3651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:36 smithi135 bash[32435]: audit 2023-12-07T19:16:34.933937+0000 mgr.a (mgr.14403) 4896 : audit 0 from='client.107877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:36 smithi135 bash[32435]: cluster 2023-12-07T19:16:35.161994+0000 mgr.a (mgr.14403) 4897 : cluster 0 pgmap v3651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:38 smithi079 bash[28699]: cluster 2023-12-07T19:16:37.162773+0000 mgr.a (mgr.14403) 4898 : cluster 0 pgmap v3652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:16:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:38 smithi194 bash[32038]: cluster 2023-12-07T19:16:37.162773+0000 mgr.a (mgr.14403) 4898 : cluster 0 pgmap v3652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:16:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:38 smithi135 bash[32435]: cluster 2023-12-07T19:16:37.162773+0000 mgr.a (mgr.14403) 4898 : cluster 0 pgmap v3652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:16:40.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:16:40.426 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:40.426 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:40 smithi079 bash[28699]: cluster 2023-12-07T19:16:39.163762+0000 mgr.a (mgr.14403) 4899 : cluster 0 pgmap v3653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:16:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:40 smithi194 bash[32038]: cluster 2023-12-07T19:16:39.163762+0000 mgr.a (mgr.14403) 4899 : cluster 0 pgmap v3653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:16:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:40 smithi135 bash[32435]: cluster 2023-12-07T19:16:39.163762+0000 mgr.a (mgr.14403) 4899 : cluster 0 pgmap v3653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:16:41.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:41.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:41.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:41.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:16:41.327 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:16:42.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:41 smithi079 bash[28699]: audit 2023-12-07T19:16:40.837792+0000 mgr.a (mgr.14403) 4900 : audit 0 from='client.107952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:42.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:41 smithi194 bash[32038]: audit 2023-12-07T19:16:40.837792+0000 mgr.a (mgr.14403) 4900 : audit 0 from='client.107952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:42.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:41 smithi135 bash[32435]: audit 2023-12-07T19:16:40.837792+0000 mgr.a (mgr.14403) 4900 : audit 0 from='client.107952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:42 smithi079 bash[28699]: cluster 2023-12-07T19:16:41.164249+0000 mgr.a (mgr.14403) 4901 : cluster 0 pgmap v3654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:42 smithi194 bash[32038]: cluster 2023-12-07T19:16:41.164249+0000 mgr.a (mgr.14403) 4901 : cluster 0 pgmap v3654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:42 smithi135 bash[32435]: cluster 2023-12-07T19:16:41.164249+0000 mgr.a (mgr.14403) 4901 : cluster 0 pgmap v3654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:44 smithi079 bash[28699]: cluster 2023-12-07T19:16:43.164864+0000 mgr.a (mgr.14403) 4902 : cluster 0 pgmap v3655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:44 smithi194 bash[32038]: cluster 2023-12-07T19:16:43.164864+0000 mgr.a (mgr.14403) 4902 : cluster 0 pgmap v3655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:44 smithi135 bash[32435]: cluster 2023-12-07T19:16:43.164864+0000 mgr.a (mgr.14403) 4902 : cluster 0 pgmap v3655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:46.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:16:46.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:46.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:47.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:46 smithi079 bash[28699]: cluster 2023-12-07T19:16:45.165706+0000 mgr.a (mgr.14403) 4903 : cluster 0 pgmap v3656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:46 smithi194 bash[32038]: cluster 2023-12-07T19:16:45.165706+0000 mgr.a (mgr.14403) 4903 : cluster 0 pgmap v3656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:46 smithi135 bash[32435]: cluster 2023-12-07T19:16:45.165706+0000 mgr.a (mgr.14403) 4903 : cluster 0 pgmap v3656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:47.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:16:47.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:47.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:47.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:47.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:16:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:47 smithi079 bash[28699]: audit 2023-12-07T19:16:46.729239+0000 mgr.a (mgr.14403) 4904 : audit 0 from='client.108027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:48.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:47 smithi194 bash[32038]: audit 2023-12-07T19:16:46.729239+0000 mgr.a (mgr.14403) 4904 : audit 0 from='client.108027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:48.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:47 smithi135 bash[32435]: audit 2023-12-07T19:16:46.729239+0000 mgr.a (mgr.14403) 4904 : audit 0 from='client.108027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:48 smithi079 bash[28699]: cluster 2023-12-07T19:16:47.166254+0000 mgr.a (mgr.14403) 4905 : cluster 0 pgmap v3657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:48 smithi194 bash[32038]: cluster 2023-12-07T19:16:47.166254+0000 mgr.a (mgr.14403) 4905 : cluster 0 pgmap v3657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:48 smithi135 bash[32435]: cluster 2023-12-07T19:16:47.166254+0000 mgr.a (mgr.14403) 4905 : cluster 0 pgmap v3657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:50 smithi079 bash[28699]: cluster 2023-12-07T19:16:49.167125+0000 mgr.a (mgr.14403) 4906 : cluster 0 pgmap v3658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:50 smithi194 bash[32038]: cluster 2023-12-07T19:16:49.167125+0000 mgr.a (mgr.14403) 4906 : cluster 0 pgmap v3658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:50 smithi135 bash[32435]: cluster 2023-12-07T19:16:49.167125+0000 mgr.a (mgr.14403) 4906 : cluster 0 pgmap v3658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:52.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:16:52.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:52.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:53.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:53.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:53.086 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:16:53.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:53.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:16:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:52 smithi079 bash[28699]: cluster 2023-12-07T19:16:51.167663+0000 mgr.a (mgr.14403) 4907 : cluster 0 pgmap v3659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:52 smithi194 bash[32038]: cluster 2023-12-07T19:16:51.167663+0000 mgr.a (mgr.14403) 4907 : cluster 0 pgmap v3659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:52 smithi135 bash[32435]: cluster 2023-12-07T19:16:51.167663+0000 mgr.a (mgr.14403) 4907 : cluster 0 pgmap v3659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:54.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:53 smithi079 bash[28699]: audit 2023-12-07T19:16:52.617181+0000 mgr.a (mgr.14403) 4908 : audit 0 from='client.108102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:54.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:53 smithi194 bash[32038]: audit 2023-12-07T19:16:52.617181+0000 mgr.a (mgr.14403) 4908 : audit 0 from='client.108102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:54.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:53 smithi135 bash[32435]: audit 2023-12-07T19:16:52.617181+0000 mgr.a (mgr.14403) 4908 : audit 0 from='client.108102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:54 smithi079 bash[28699]: cluster 2023-12-07T19:16:53.168372+0000 mgr.a (mgr.14403) 4909 : cluster 0 pgmap v3660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:54 smithi194 bash[32038]: cluster 2023-12-07T19:16:53.168372+0000 mgr.a (mgr.14403) 4909 : cluster 0 pgmap v3660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:54 smithi135 bash[32435]: cluster 2023-12-07T19:16:53.168372+0000 mgr.a (mgr.14403) 4909 : cluster 0 pgmap v3660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:56 smithi194 bash[32038]: cluster 2023-12-07T19:16:55.169178+0000 mgr.a (mgr.14403) 4910 : cluster 0 pgmap v3661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:56 smithi135 bash[32435]: cluster 2023-12-07T19:16:55.169178+0000 mgr.a (mgr.14403) 4910 : cluster 0 pgmap v3661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:57.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:56 smithi079 bash[28699]: cluster 2023-12-07T19:16:55.169178+0000 mgr.a (mgr.14403) 4910 : cluster 0 pgmap v3661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:16:58.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:16:58.089 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:16:58.089 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:16:58.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:57 smithi194 bash[32038]: cluster 2023-12-07T19:16:57.169751+0000 mgr.a (mgr.14403) 4911 : cluster 0 pgmap v3662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:58.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:57 smithi135 bash[32435]: cluster 2023-12-07T19:16:57.169751+0000 mgr.a (mgr.14403) 4911 : cluster 0 pgmap v3662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:57 smithi079 bash[28699]: cluster 2023-12-07T19:16:57.169751+0000 mgr.a (mgr.14403) 4911 : cluster 0 pgmap v3662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:16:58.998 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:16:58.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:16:58.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:16:58.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:16:58.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:16:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:58 smithi194 bash[32038]: audit 2023-12-07T19:16:58.498180+0000 mgr.a (mgr.14403) 4912 : audit 0 from='client.108177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:58 smithi135 bash[32435]: audit 2023-12-07T19:16:58.498180+0000 mgr.a (mgr.14403) 4912 : audit 0 from='client.108177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:16:59.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:58 smithi079 bash[28699]: audit 2023-12-07T19:16:58.498180+0000 mgr.a (mgr.14403) 4912 : audit 0 from='client.108177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:00.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:16:59 smithi079 bash[28699]: cluster 2023-12-07T19:16:59.170837+0000 mgr.a (mgr.14403) 4913 : cluster 0 pgmap v3663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:00.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:16:59 smithi194 bash[32038]: cluster 2023-12-07T19:16:59.170837+0000 mgr.a (mgr.14403) 4913 : cluster 0 pgmap v3663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:16:59 smithi135 bash[32435]: cluster 2023-12-07T19:16:59.170837+0000 mgr.a (mgr.14403) 4913 : cluster 0 pgmap v3663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:02 smithi079 bash[28699]: cluster 2023-12-07T19:17:01.171419+0000 mgr.a (mgr.14403) 4914 : cluster 0 pgmap v3664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:02 smithi194 bash[32038]: cluster 2023-12-07T19:17:01.171419+0000 mgr.a (mgr.14403) 4914 : cluster 0 pgmap v3664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:02 smithi135 bash[32435]: cluster 2023-12-07T19:17:01.171419+0000 mgr.a (mgr.14403) 4914 : cluster 0 pgmap v3664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:04.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:17:04.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:04.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:04 smithi079 bash[28699]: cluster 2023-12-07T19:17:03.171924+0000 mgr.a (mgr.14403) 4915 : cluster 0 pgmap v3665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:04.911 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:17:04.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:04.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:04.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:04.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:17:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:04 smithi194 bash[32038]: cluster 2023-12-07T19:17:03.171924+0000 mgr.a (mgr.14403) 4915 : cluster 0 pgmap v3665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:04 smithi135 bash[32435]: cluster 2023-12-07T19:17:03.171924+0000 mgr.a (mgr.14403) 4915 : cluster 0 pgmap v3665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:05.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:05 smithi079 bash[28699]: audit 2023-12-07T19:17:04.413337+0000 mgr.a (mgr.14403) 4916 : audit 0 from='client.108255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:05.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:05 smithi194 bash[32038]: audit 2023-12-07T19:17:04.413337+0000 mgr.a (mgr.14403) 4916 : audit 0 from='client.108255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:05 smithi135 bash[32435]: audit 2023-12-07T19:17:04.413337+0000 mgr.a (mgr.14403) 4916 : audit 0 from='client.108255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:06.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:06 smithi079 bash[28699]: cluster 2023-12-07T19:17:05.172979+0000 mgr.a (mgr.14403) 4917 : cluster 0 pgmap v3666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:06 smithi194 bash[32038]: cluster 2023-12-07T19:17:05.172979+0000 mgr.a (mgr.14403) 4917 : cluster 0 pgmap v3666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:06 smithi135 bash[32435]: cluster 2023-12-07T19:17:05.172979+0000 mgr.a (mgr.14403) 4917 : cluster 0 pgmap v3666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:07 smithi079 bash[28699]: audit 2023-12-07T19:17:06.879890+0000 mon.a (mon.0) 1146 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:17:07.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:07 smithi194 bash[32038]: audit 2023-12-07T19:17:06.879890+0000 mon.a (mon.0) 1146 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:17:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:07 smithi135 bash[32435]: audit 2023-12-07T19:17:06.879890+0000 mon.a (mon.0) 1146 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:17:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:08 smithi079 bash[28699]: cluster 2023-12-07T19:17:07.173489+0000 mgr.a (mgr.14403) 4918 : cluster 0 pgmap v3667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:08 smithi079 bash[28699]: audit 2023-12-07T19:17:07.669008+0000 mon.a (mon.0) 1147 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:17:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:08 smithi079 bash[28699]: audit 2023-12-07T19:17:07.670594+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:17:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:08 smithi079 bash[28699]: audit 2023-12-07T19:17:07.679515+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:17:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:08 smithi194 bash[32038]: cluster 2023-12-07T19:17:07.173489+0000 mgr.a (mgr.14403) 4918 : cluster 0 pgmap v3667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:08 smithi194 bash[32038]: audit 2023-12-07T19:17:07.669008+0000 mon.a (mon.0) 1147 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:17:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:08 smithi194 bash[32038]: audit 2023-12-07T19:17:07.670594+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:17:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:08 smithi194 bash[32038]: audit 2023-12-07T19:17:07.679515+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:17:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:08 smithi135 bash[32435]: cluster 2023-12-07T19:17:07.173489+0000 mgr.a (mgr.14403) 4918 : cluster 0 pgmap v3667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:08 smithi135 bash[32435]: audit 2023-12-07T19:17:07.669008+0000 mon.a (mon.0) 1147 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:17:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:08 smithi135 bash[32435]: audit 2023-12-07T19:17:07.670594+0000 mon.a (mon.0) 1148 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:17:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:08 smithi135 bash[32435]: audit 2023-12-07T19:17:07.679515+0000 mon.a (mon.0) 1149 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:17:09.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:17:09.915 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:09.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:10.812 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:17:10.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:10.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:10.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:10.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:17:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:10 smithi079 bash[28699]: cluster 2023-12-07T19:17:09.174261+0000 mgr.a (mgr.14403) 4919 : cluster 0 pgmap v3668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:10 smithi194 bash[32038]: cluster 2023-12-07T19:17:09.174261+0000 mgr.a (mgr.14403) 4919 : cluster 0 pgmap v3668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:10 smithi135 bash[32435]: cluster 2023-12-07T19:17:09.174261+0000 mgr.a (mgr.14403) 4919 : cluster 0 pgmap v3668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:11.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:11 smithi079 bash[28699]: audit 2023-12-07T19:17:10.313283+0000 mgr.a (mgr.14403) 4920 : audit 0 from='client.108330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:11.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:11 smithi194 bash[32038]: audit 2023-12-07T19:17:10.313283+0000 mgr.a (mgr.14403) 4920 : audit 0 from='client.108330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:11 smithi135 bash[32435]: audit 2023-12-07T19:17:10.313283+0000 mgr.a (mgr.14403) 4920 : audit 0 from='client.108330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:12.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:12 smithi079 bash[28699]: cluster 2023-12-07T19:17:11.174997+0000 mgr.a (mgr.14403) 4921 : cluster 0 pgmap v3669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:12 smithi194 bash[32038]: cluster 2023-12-07T19:17:11.174997+0000 mgr.a (mgr.14403) 4921 : cluster 0 pgmap v3669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:12 smithi135 bash[32435]: cluster 2023-12-07T19:17:11.174997+0000 mgr.a (mgr.14403) 4921 : cluster 0 pgmap v3669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:14 smithi079 bash[28699]: cluster 2023-12-07T19:17:13.175511+0000 mgr.a (mgr.14403) 4922 : cluster 0 pgmap v3670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:14 smithi194 bash[32038]: cluster 2023-12-07T19:17:13.175511+0000 mgr.a (mgr.14403) 4922 : cluster 0 pgmap v3670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:14 smithi135 bash[32435]: cluster 2023-12-07T19:17:13.175511+0000 mgr.a (mgr.14403) 4922 : cluster 0 pgmap v3670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:15.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:17:15.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:15.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:16.709 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:17:16.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:16.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:16.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:16.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:17:16.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:16 smithi079 bash[28699]: cluster 2023-12-07T19:17:15.176373+0000 mgr.a (mgr.14403) 4923 : cluster 0 pgmap v3671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:16 smithi194 bash[32038]: cluster 2023-12-07T19:17:15.176373+0000 mgr.a (mgr.14403) 4923 : cluster 0 pgmap v3671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:16 smithi135 bash[32435]: cluster 2023-12-07T19:17:15.176373+0000 mgr.a (mgr.14403) 4923 : cluster 0 pgmap v3671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:17.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:17 smithi079 bash[28699]: audit 2023-12-07T19:17:16.215650+0000 mgr.a (mgr.14403) 4924 : audit 0 from='client.108405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:17.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:17 smithi194 bash[32038]: audit 2023-12-07T19:17:16.215650+0000 mgr.a (mgr.14403) 4924 : audit 0 from='client.108405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:17 smithi135 bash[32435]: audit 2023-12-07T19:17:16.215650+0000 mgr.a (mgr.14403) 4924 : audit 0 from='client.108405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:18 smithi079 bash[28699]: cluster 2023-12-07T19:17:17.177107+0000 mgr.a (mgr.14403) 4925 : cluster 0 pgmap v3672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:18 smithi194 bash[32038]: cluster 2023-12-07T19:17:17.177107+0000 mgr.a (mgr.14403) 4925 : cluster 0 pgmap v3672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:18 smithi135 bash[32435]: cluster 2023-12-07T19:17:17.177107+0000 mgr.a (mgr.14403) 4925 : cluster 0 pgmap v3672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:20 smithi079 bash[28699]: cluster 2023-12-07T19:17:19.177916+0000 mgr.a (mgr.14403) 4926 : cluster 0 pgmap v3673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:20 smithi194 bash[32038]: cluster 2023-12-07T19:17:19.177916+0000 mgr.a (mgr.14403) 4926 : cluster 0 pgmap v3673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:20 smithi135 bash[32435]: cluster 2023-12-07T19:17:19.177916+0000 mgr.a (mgr.14403) 4926 : cluster 0 pgmap v3673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:21.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:17:21.713 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:21.713 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:22.614 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:17:22.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:22.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:22.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:22.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:17:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:22 smithi079 bash[28699]: cluster 2023-12-07T19:17:21.178476+0000 mgr.a (mgr.14403) 4927 : cluster 0 pgmap v3674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:22 smithi194 bash[32038]: cluster 2023-12-07T19:17:21.178476+0000 mgr.a (mgr.14403) 4927 : cluster 0 pgmap v3674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:22 smithi135 bash[32435]: cluster 2023-12-07T19:17:21.178476+0000 mgr.a (mgr.14403) 4927 : cluster 0 pgmap v3674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:23.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:23 smithi079 bash[28699]: audit 2023-12-07T19:17:22.124861+0000 mgr.a (mgr.14403) 4928 : audit 0 from='client.108477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:23.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:23 smithi194 bash[32038]: audit 2023-12-07T19:17:22.124861+0000 mgr.a (mgr.14403) 4928 : audit 0 from='client.108477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:23 smithi135 bash[32435]: audit 2023-12-07T19:17:22.124861+0000 mgr.a (mgr.14403) 4928 : audit 0 from='client.108477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:24.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:24 smithi079 bash[28699]: cluster 2023-12-07T19:17:23.179251+0000 mgr.a (mgr.14403) 4929 : cluster 0 pgmap v3675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:24 smithi194 bash[32038]: cluster 2023-12-07T19:17:23.179251+0000 mgr.a (mgr.14403) 4929 : cluster 0 pgmap v3675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:24 smithi135 bash[32435]: cluster 2023-12-07T19:17:23.179251+0000 mgr.a (mgr.14403) 4929 : cluster 0 pgmap v3675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:26 smithi079 bash[28699]: cluster 2023-12-07T19:17:25.180133+0000 mgr.a (mgr.14403) 4930 : cluster 0 pgmap v3676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:26 smithi194 bash[32038]: cluster 2023-12-07T19:17:25.180133+0000 mgr.a (mgr.14403) 4930 : cluster 0 pgmap v3676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:26 smithi135 bash[32435]: cluster 2023-12-07T19:17:25.180133+0000 mgr.a (mgr.14403) 4930 : cluster 0 pgmap v3676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:27.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:17:27.617 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:27.617 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:28.493 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:17:28.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:28.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:28.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:28.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:17:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:28 smithi079 bash[28699]: cluster 2023-12-07T19:17:27.180742+0000 mgr.a (mgr.14403) 4931 : cluster 0 pgmap v3677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:28.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:28 smithi194 bash[32038]: cluster 2023-12-07T19:17:27.180742+0000 mgr.a (mgr.14403) 4931 : cluster 0 pgmap v3677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:28 smithi135 bash[32435]: cluster 2023-12-07T19:17:27.180742+0000 mgr.a (mgr.14403) 4931 : cluster 0 pgmap v3677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:29 smithi079 bash[28699]: audit 2023-12-07T19:17:28.005757+0000 mgr.a (mgr.14403) 4932 : audit 0 from='client.108552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:29.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:29 smithi194 bash[32038]: audit 2023-12-07T19:17:28.005757+0000 mgr.a (mgr.14403) 4932 : audit 0 from='client.108552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:29 smithi135 bash[32435]: audit 2023-12-07T19:17:28.005757+0000 mgr.a (mgr.14403) 4932 : audit 0 from='client.108552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:30 smithi079 bash[28699]: cluster 2023-12-07T19:17:29.181706+0000 mgr.a (mgr.14403) 4933 : cluster 0 pgmap v3678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:17:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:30 smithi194 bash[32038]: cluster 2023-12-07T19:17:29.181706+0000 mgr.a (mgr.14403) 4933 : cluster 0 pgmap v3678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:17:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:30 smithi135 bash[32435]: cluster 2023-12-07T19:17:29.181706+0000 mgr.a (mgr.14403) 4933 : cluster 0 pgmap v3678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:17:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:32 smithi079 bash[28699]: cluster 2023-12-07T19:17:31.182294+0000 mgr.a (mgr.14403) 4934 : cluster 0 pgmap v3679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:17:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:32 smithi194 bash[32038]: cluster 2023-12-07T19:17:31.182294+0000 mgr.a (mgr.14403) 4934 : cluster 0 pgmap v3679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:17:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:32 smithi135 bash[32435]: cluster 2023-12-07T19:17:31.182294+0000 mgr.a (mgr.14403) 4934 : cluster 0 pgmap v3679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:17:33.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:17:33.497 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:33.497 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:34.403 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:17:34.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:34.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:34.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:34.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:17:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:34 smithi079 bash[28699]: cluster 2023-12-07T19:17:33.182872+0000 mgr.a (mgr.14403) 4935 : cluster 0 pgmap v3680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:17:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:34 smithi079 bash[28699]: audit 2023-12-07T19:17:33.900114+0000 mgr.a (mgr.14403) 4936 : audit 0 from='client.108630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:34.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:34 smithi194 bash[32038]: cluster 2023-12-07T19:17:33.182872+0000 mgr.a (mgr.14403) 4935 : cluster 0 pgmap v3680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:17:34.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:34 smithi194 bash[32038]: audit 2023-12-07T19:17:33.900114+0000 mgr.a (mgr.14403) 4936 : audit 0 from='client.108630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:34 smithi135 bash[32435]: cluster 2023-12-07T19:17:33.182872+0000 mgr.a (mgr.14403) 4935 : cluster 0 pgmap v3680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:17:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:34 smithi135 bash[32435]: audit 2023-12-07T19:17:33.900114+0000 mgr.a (mgr.14403) 4936 : audit 0 from='client.108630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:36 smithi079 bash[28699]: cluster 2023-12-07T19:17:35.183942+0000 mgr.a (mgr.14403) 4937 : cluster 0 pgmap v3681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:36.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:36 smithi194 bash[32038]: cluster 2023-12-07T19:17:35.183942+0000 mgr.a (mgr.14403) 4937 : cluster 0 pgmap v3681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:36 smithi135 bash[32435]: cluster 2023-12-07T19:17:35.183942+0000 mgr.a (mgr.14403) 4937 : cluster 0 pgmap v3681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:38 smithi079 bash[28699]: cluster 2023-12-07T19:17:37.184554+0000 mgr.a (mgr.14403) 4938 : cluster 0 pgmap v3682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:38 smithi194 bash[32038]: cluster 2023-12-07T19:17:37.184554+0000 mgr.a (mgr.14403) 4938 : cluster 0 pgmap v3682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:38 smithi135 bash[32435]: cluster 2023-12-07T19:17:37.184554+0000 mgr.a (mgr.14403) 4938 : cluster 0 pgmap v3682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:17:39.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:17:39.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:39.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:40.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:40.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:40.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:40.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:17:40.310 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:17:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:40 smithi079 bash[28699]: cluster 2023-12-07T19:17:39.185324+0000 mgr.a (mgr.14403) 4939 : cluster 0 pgmap v3683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:40 smithi079 bash[28699]: audit 2023-12-07T19:17:39.809588+0000 mgr.a (mgr.14403) 4940 : audit 0 from='client.108705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:40 smithi194 bash[32038]: cluster 2023-12-07T19:17:39.185324+0000 mgr.a (mgr.14403) 4939 : cluster 0 pgmap v3683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:40 smithi194 bash[32038]: audit 2023-12-07T19:17:39.809588+0000 mgr.a (mgr.14403) 4940 : audit 0 from='client.108705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:40 smithi135 bash[32435]: cluster 2023-12-07T19:17:39.185324+0000 mgr.a (mgr.14403) 4939 : cluster 0 pgmap v3683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:40 smithi135 bash[32435]: audit 2023-12-07T19:17:39.809588+0000 mgr.a (mgr.14403) 4940 : audit 0 from='client.108705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:42 smithi079 bash[28699]: cluster 2023-12-07T19:17:41.186062+0000 mgr.a (mgr.14403) 4941 : cluster 0 pgmap v3684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:17:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:42 smithi194 bash[32038]: cluster 2023-12-07T19:17:41.186062+0000 mgr.a (mgr.14403) 4941 : cluster 0 pgmap v3684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:17:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:42 smithi135 bash[32435]: cluster 2023-12-07T19:17:41.186062+0000 mgr.a (mgr.14403) 4941 : cluster 0 pgmap v3684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:17:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:44 smithi194 bash[32038]: cluster 2023-12-07T19:17:43.186623+0000 mgr.a (mgr.14403) 4942 : cluster 0 pgmap v3685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:17:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:44 smithi135 bash[32435]: cluster 2023-12-07T19:17:43.186623+0000 mgr.a (mgr.14403) 4942 : cluster 0 pgmap v3685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:17:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:44 smithi079 bash[28699]: cluster 2023-12-07T19:17:43.186623+0000 mgr.a (mgr.14403) 4942 : cluster 0 pgmap v3685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:17:45.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:17:45.313 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:45.313 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:46.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:46.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:46.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:46.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:17:46.238 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:17:46.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:46 smithi194 bash[32038]: cluster 2023-12-07T19:17:45.187450+0000 mgr.a (mgr.14403) 4943 : cluster 0 pgmap v3686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:17:46.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:46 smithi194 bash[32038]: audit 2023-12-07T19:17:45.718514+0000 mgr.a (mgr.14403) 4944 : audit 0 from='client.108780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:46 smithi135 bash[32435]: cluster 2023-12-07T19:17:45.187450+0000 mgr.a (mgr.14403) 4943 : cluster 0 pgmap v3686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:17:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:46 smithi135 bash[32435]: audit 2023-12-07T19:17:45.718514+0000 mgr.a (mgr.14403) 4944 : audit 0 from='client.108780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:47.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:46 smithi079 bash[28699]: cluster 2023-12-07T19:17:45.187450+0000 mgr.a (mgr.14403) 4943 : cluster 0 pgmap v3686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:17:47.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:46 smithi079 bash[28699]: audit 2023-12-07T19:17:45.718514+0000 mgr.a (mgr.14403) 4944 : audit 0 from='client.108780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:48 smithi194 bash[32038]: cluster 2023-12-07T19:17:47.188129+0000 mgr.a (mgr.14403) 4945 : cluster 0 pgmap v3687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:48 smithi135 bash[32435]: cluster 2023-12-07T19:17:47.188129+0000 mgr.a (mgr.14403) 4945 : cluster 0 pgmap v3687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:48 smithi079 bash[28699]: cluster 2023-12-07T19:17:47.188129+0000 mgr.a (mgr.14403) 4945 : cluster 0 pgmap v3687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:50.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:50 smithi194 bash[32038]: cluster 2023-12-07T19:17:49.188891+0000 mgr.a (mgr.14403) 4946 : cluster 0 pgmap v3688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:50.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:50 smithi135 bash[32435]: cluster 2023-12-07T19:17:49.188891+0000 mgr.a (mgr.14403) 4946 : cluster 0 pgmap v3688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:50 smithi079 bash[28699]: cluster 2023-12-07T19:17:49.188891+0000 mgr.a (mgr.14403) 4946 : cluster 0 pgmap v3688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:51.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:17:51.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:51.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:52.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:52.123 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:17:52.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:52.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:52.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:17:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:52 smithi194 bash[32038]: cluster 2023-12-07T19:17:51.189463+0000 mgr.a (mgr.14403) 4947 : cluster 0 pgmap v3689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:52 smithi194 bash[32038]: audit 2023-12-07T19:17:51.641287+0000 mgr.a (mgr.14403) 4948 : audit 0 from='client.108852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:52 smithi135 bash[32435]: cluster 2023-12-07T19:17:51.189463+0000 mgr.a (mgr.14403) 4947 : cluster 0 pgmap v3689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:52 smithi135 bash[32435]: audit 2023-12-07T19:17:51.641287+0000 mgr.a (mgr.14403) 4948 : audit 0 from='client.108852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:52 smithi079 bash[28699]: cluster 2023-12-07T19:17:51.189463+0000 mgr.a (mgr.14403) 4947 : cluster 0 pgmap v3689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:52 smithi079 bash[28699]: audit 2023-12-07T19:17:51.641287+0000 mgr.a (mgr.14403) 4948 : audit 0 from='client.108852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:54 smithi194 bash[32038]: cluster 2023-12-07T19:17:53.190140+0000 mgr.a (mgr.14403) 4949 : cluster 0 pgmap v3690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:54 smithi135 bash[32435]: cluster 2023-12-07T19:17:53.190140+0000 mgr.a (mgr.14403) 4949 : cluster 0 pgmap v3690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:54 smithi079 bash[28699]: cluster 2023-12-07T19:17:53.190140+0000 mgr.a (mgr.14403) 4949 : cluster 0 pgmap v3690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:56 smithi194 bash[32038]: cluster 2023-12-07T19:17:55.191050+0000 mgr.a (mgr.14403) 4950 : cluster 0 pgmap v3691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:56 smithi135 bash[32435]: cluster 2023-12-07T19:17:55.191050+0000 mgr.a (mgr.14403) 4950 : cluster 0 pgmap v3691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:57.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:17:57.125 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:17:57.125 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:17:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:56 smithi079 bash[28699]: cluster 2023-12-07T19:17:55.191050+0000 mgr.a (mgr.14403) 4950 : cluster 0 pgmap v3691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:17:58.031 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:17:58.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:17:58.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:17:58.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:17:58.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:17:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:58 smithi194 bash[32038]: cluster 2023-12-07T19:17:57.191460+0000 mgr.a (mgr.14403) 4951 : cluster 0 pgmap v3692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:17:58 smithi194 bash[32038]: audit 2023-12-07T19:17:57.526466+0000 mgr.a (mgr.14403) 4952 : audit 0 from='client.108924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:58 smithi135 bash[32435]: cluster 2023-12-07T19:17:57.191460+0000 mgr.a (mgr.14403) 4951 : cluster 0 pgmap v3692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:17:58 smithi135 bash[32435]: audit 2023-12-07T19:17:57.526466+0000 mgr.a (mgr.14403) 4952 : audit 0 from='client.108924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:17:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:58 smithi079 bash[28699]: cluster 2023-12-07T19:17:57.191460+0000 mgr.a (mgr.14403) 4951 : cluster 0 pgmap v3692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:17:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:17:58 smithi079 bash[28699]: audit 2023-12-07T19:17:57.526466+0000 mgr.a (mgr.14403) 4952 : audit 0 from='client.108924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:00 smithi194 bash[32038]: cluster 2023-12-07T19:17:59.192314+0000 mgr.a (mgr.14403) 4953 : cluster 0 pgmap v3693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:00 smithi135 bash[32435]: cluster 2023-12-07T19:17:59.192314+0000 mgr.a (mgr.14403) 4953 : cluster 0 pgmap v3693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:00 smithi079 bash[28699]: cluster 2023-12-07T19:17:59.192314+0000 mgr.a (mgr.14403) 4953 : cluster 0 pgmap v3693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:02 smithi194 bash[32038]: cluster 2023-12-07T19:18:01.192914+0000 mgr.a (mgr.14403) 4954 : cluster 0 pgmap v3694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:02 smithi135 bash[32435]: cluster 2023-12-07T19:18:01.192914+0000 mgr.a (mgr.14403) 4954 : cluster 0 pgmap v3694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:03.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:18:03.035 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:03.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:02 smithi079 bash[28699]: cluster 2023-12-07T19:18:01.192914+0000 mgr.a (mgr.14403) 4954 : cluster 0 pgmap v3694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:03.961 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:18:03.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:03.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:03.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:03.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:18:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:04 smithi194 bash[32038]: cluster 2023-12-07T19:18:03.193387+0000 mgr.a (mgr.14403) 4955 : cluster 0 pgmap v3695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:04 smithi194 bash[32038]: audit 2023-12-07T19:18:03.451134+0000 mgr.a (mgr.14403) 4956 : audit 0 from='client.108996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:04 smithi135 bash[32435]: cluster 2023-12-07T19:18:03.193387+0000 mgr.a (mgr.14403) 4955 : cluster 0 pgmap v3695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:04 smithi135 bash[32435]: audit 2023-12-07T19:18:03.451134+0000 mgr.a (mgr.14403) 4956 : audit 0 from='client.108996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:04 smithi079 bash[28699]: cluster 2023-12-07T19:18:03.193387+0000 mgr.a (mgr.14403) 4955 : cluster 0 pgmap v3695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:04 smithi079 bash[28699]: audit 2023-12-07T19:18:03.451134+0000 mgr.a (mgr.14403) 4956 : audit 0 from='client.108996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:06 smithi194 bash[32038]: cluster 2023-12-07T19:18:05.194353+0000 mgr.a (mgr.14403) 4957 : cluster 0 pgmap v3696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:06 smithi135 bash[32435]: cluster 2023-12-07T19:18:05.194353+0000 mgr.a (mgr.14403) 4957 : cluster 0 pgmap v3696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:06 smithi079 bash[28699]: cluster 2023-12-07T19:18:05.194353+0000 mgr.a (mgr.14403) 4957 : cluster 0 pgmap v3696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:08 smithi194 bash[32038]: cluster 2023-12-07T19:18:07.194927+0000 mgr.a (mgr.14403) 4958 : cluster 0 pgmap v3697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:08 smithi194 bash[32038]: audit 2023-12-07T19:18:07.783081+0000 mon.a (mon.0) 1150 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:18:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:08 smithi194 bash[32038]: audit 2023-12-07T19:18:08.524985+0000 mon.a (mon.0) 1151 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:18:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:08 smithi194 bash[32038]: audit 2023-12-07T19:18:08.526906+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:18:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:08 smithi194 bash[32038]: audit 2023-12-07T19:18:08.536221+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:18:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:08 smithi135 bash[32435]: cluster 2023-12-07T19:18:07.194927+0000 mgr.a (mgr.14403) 4958 : cluster 0 pgmap v3697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:08 smithi135 bash[32435]: audit 2023-12-07T19:18:07.783081+0000 mon.a (mon.0) 1150 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:18:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:08 smithi135 bash[32435]: audit 2023-12-07T19:18:08.524985+0000 mon.a (mon.0) 1151 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:18:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:08 smithi135 bash[32435]: audit 2023-12-07T19:18:08.526906+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:18:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:08 smithi135 bash[32435]: audit 2023-12-07T19:18:08.536221+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:18:08.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:18:08.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:08.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:09.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:08 smithi079 bash[28699]: cluster 2023-12-07T19:18:07.194927+0000 mgr.a (mgr.14403) 4958 : cluster 0 pgmap v3697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:08 smithi079 bash[28699]: audit 2023-12-07T19:18:07.783081+0000 mon.a (mon.0) 1150 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:18:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:08 smithi079 bash[28699]: audit 2023-12-07T19:18:08.524985+0000 mon.a (mon.0) 1151 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:18:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:08 smithi079 bash[28699]: audit 2023-12-07T19:18:08.526906+0000 mon.a (mon.0) 1152 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:18:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:08 smithi079 bash[28699]: audit 2023-12-07T19:18:08.536221+0000 mon.a (mon.0) 1153 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:18:09.871 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:18:09.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:09.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:09.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:09.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:18:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:10 smithi194 bash[32038]: cluster 2023-12-07T19:18:09.195493+0000 mgr.a (mgr.14403) 4959 : cluster 0 pgmap v3698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:10.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:10 smithi194 bash[32038]: audit 2023-12-07T19:18:09.361625+0000 mgr.a (mgr.14403) 4960 : audit 0 from='client.109074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:10 smithi135 bash[32435]: cluster 2023-12-07T19:18:09.195493+0000 mgr.a (mgr.14403) 4959 : cluster 0 pgmap v3698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:10 smithi135 bash[32435]: audit 2023-12-07T19:18:09.361625+0000 mgr.a (mgr.14403) 4960 : audit 0 from='client.109074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:10 smithi079 bash[28699]: cluster 2023-12-07T19:18:09.195493+0000 mgr.a (mgr.14403) 4959 : cluster 0 pgmap v3698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:10 smithi079 bash[28699]: audit 2023-12-07T19:18:09.361625+0000 mgr.a (mgr.14403) 4960 : audit 0 from='client.109074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:12 smithi194 bash[32038]: cluster 2023-12-07T19:18:11.196141+0000 mgr.a (mgr.14403) 4961 : cluster 0 pgmap v3699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:12 smithi135 bash[32435]: cluster 2023-12-07T19:18:11.196141+0000 mgr.a (mgr.14403) 4961 : cluster 0 pgmap v3699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:12 smithi079 bash[28699]: cluster 2023-12-07T19:18:11.196141+0000 mgr.a (mgr.14403) 4961 : cluster 0 pgmap v3699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:14.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:18:14.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:14.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:14 smithi135 bash[32435]: cluster 2023-12-07T19:18:13.196717+0000 mgr.a (mgr.14403) 4962 : cluster 0 pgmap v3700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:14 smithi079 bash[28699]: cluster 2023-12-07T19:18:13.196717+0000 mgr.a (mgr.14403) 4962 : cluster 0 pgmap v3700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:14 smithi194 bash[32038]: cluster 2023-12-07T19:18:13.196717+0000 mgr.a (mgr.14403) 4962 : cluster 0 pgmap v3700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:15.783 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:18:15.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:15.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:15.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:15.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:18:17.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:16 smithi079 bash[28699]: cluster 2023-12-07T19:18:15.197240+0000 mgr.a (mgr.14403) 4963 : cluster 0 pgmap v3701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:16 smithi079 bash[28699]: audit 2023-12-07T19:18:15.279489+0000 mgr.a (mgr.14403) 4964 : audit 0 from='client.109152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:16 smithi194 bash[32038]: cluster 2023-12-07T19:18:15.197240+0000 mgr.a (mgr.14403) 4963 : cluster 0 pgmap v3701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:16 smithi194 bash[32038]: audit 2023-12-07T19:18:15.279489+0000 mgr.a (mgr.14403) 4964 : audit 0 from='client.109152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:16 smithi135 bash[32435]: cluster 2023-12-07T19:18:15.197240+0000 mgr.a (mgr.14403) 4963 : cluster 0 pgmap v3701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:16 smithi135 bash[32435]: audit 2023-12-07T19:18:15.279489+0000 mgr.a (mgr.14403) 4964 : audit 0 from='client.109152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:18 smithi079 bash[28699]: cluster 2023-12-07T19:18:17.197870+0000 mgr.a (mgr.14403) 4965 : cluster 0 pgmap v3702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:18 smithi194 bash[32038]: cluster 2023-12-07T19:18:17.197870+0000 mgr.a (mgr.14403) 4965 : cluster 0 pgmap v3702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:18 smithi135 bash[32435]: cluster 2023-12-07T19:18:17.197870+0000 mgr.a (mgr.14403) 4965 : cluster 0 pgmap v3702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:20.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:18:20.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:20.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:20 smithi079 bash[28699]: cluster 2023-12-07T19:18:19.198676+0000 mgr.a (mgr.14403) 4966 : cluster 0 pgmap v3703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:20 smithi194 bash[32038]: cluster 2023-12-07T19:18:19.198676+0000 mgr.a (mgr.14403) 4966 : cluster 0 pgmap v3703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:20 smithi135 bash[32435]: cluster 2023-12-07T19:18:19.198676+0000 mgr.a (mgr.14403) 4966 : cluster 0 pgmap v3703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:21.665 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:18:21.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:21.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:21.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:21.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:18:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:22 smithi079 bash[28699]: audit 2023-12-07T19:18:21.192060+0000 mgr.a (mgr.14403) 4967 : audit 0 from='client.109230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:22 smithi079 bash[28699]: cluster 2023-12-07T19:18:21.205757+0000 mgr.a (mgr.14403) 4968 : cluster 0 pgmap v3704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:22 smithi194 bash[32038]: audit 2023-12-07T19:18:21.192060+0000 mgr.a (mgr.14403) 4967 : audit 0 from='client.109230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:22 smithi194 bash[32038]: cluster 2023-12-07T19:18:21.205757+0000 mgr.a (mgr.14403) 4968 : cluster 0 pgmap v3704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:22 smithi135 bash[32435]: audit 2023-12-07T19:18:21.192060+0000 mgr.a (mgr.14403) 4967 : audit 0 from='client.109230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:22 smithi135 bash[32435]: cluster 2023-12-07T19:18:21.205757+0000 mgr.a (mgr.14403) 4968 : cluster 0 pgmap v3704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:24 smithi079 bash[28699]: cluster 2023-12-07T19:18:23.206616+0000 mgr.a (mgr.14403) 4969 : cluster 0 pgmap v3705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:24 smithi194 bash[32038]: cluster 2023-12-07T19:18:23.206616+0000 mgr.a (mgr.14403) 4969 : cluster 0 pgmap v3705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:24 smithi135 bash[32435]: cluster 2023-12-07T19:18:23.206616+0000 mgr.a (mgr.14403) 4969 : cluster 0 pgmap v3705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:26.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:18:26.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:26.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:26 smithi079 bash[28699]: cluster 2023-12-07T19:18:25.207488+0000 mgr.a (mgr.14403) 4970 : cluster 0 pgmap v3706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:26 smithi194 bash[32038]: cluster 2023-12-07T19:18:25.207488+0000 mgr.a (mgr.14403) 4970 : cluster 0 pgmap v3706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:26 smithi135 bash[32435]: cluster 2023-12-07T19:18:25.207488+0000 mgr.a (mgr.14403) 4970 : cluster 0 pgmap v3706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:27.573 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:18:27.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:27.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:27.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:27.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:18:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:28 smithi079 bash[28699]: audit 2023-12-07T19:18:27.074525+0000 mgr.a (mgr.14403) 4971 : audit 0 from='client.109305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:28 smithi079 bash[28699]: cluster 2023-12-07T19:18:27.216585+0000 mgr.a (mgr.14403) 4972 : cluster 0 pgmap v3707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:28 smithi194 bash[32038]: audit 2023-12-07T19:18:27.074525+0000 mgr.a (mgr.14403) 4971 : audit 0 from='client.109305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:28 smithi194 bash[32038]: cluster 2023-12-07T19:18:27.216585+0000 mgr.a (mgr.14403) 4972 : cluster 0 pgmap v3707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:28 smithi135 bash[32435]: audit 2023-12-07T19:18:27.074525+0000 mgr.a (mgr.14403) 4971 : audit 0 from='client.109305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:28 smithi135 bash[32435]: cluster 2023-12-07T19:18:27.216585+0000 mgr.a (mgr.14403) 4972 : cluster 0 pgmap v3707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:31.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:30 smithi079 bash[28699]: cluster 2023-12-07T19:18:29.217727+0000 mgr.a (mgr.14403) 4973 : cluster 0 pgmap v3708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:30 smithi194 bash[32038]: cluster 2023-12-07T19:18:29.217727+0000 mgr.a (mgr.14403) 4973 : cluster 0 pgmap v3708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:30 smithi135 bash[32435]: cluster 2023-12-07T19:18:29.217727+0000 mgr.a (mgr.14403) 4973 : cluster 0 pgmap v3708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:32.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:18:32.577 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:32.577 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:32 smithi079 bash[28699]: cluster 2023-12-07T19:18:31.218481+0000 mgr.a (mgr.14403) 4974 : cluster 0 pgmap v3709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:32 smithi194 bash[32038]: cluster 2023-12-07T19:18:31.218481+0000 mgr.a (mgr.14403) 4974 : cluster 0 pgmap v3709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:32 smithi135 bash[32435]: cluster 2023-12-07T19:18:31.218481+0000 mgr.a (mgr.14403) 4974 : cluster 0 pgmap v3709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:33.497 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:18:33.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:33.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:33.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:33.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:18:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:34 smithi079 bash[28699]: audit 2023-12-07T19:18:32.981644+0000 mgr.a (mgr.14403) 4975 : audit 0 from='client.109377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:34 smithi079 bash[28699]: cluster 2023-12-07T19:18:33.218967+0000 mgr.a (mgr.14403) 4976 : cluster 0 pgmap v3710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:34 smithi194 bash[32038]: audit 2023-12-07T19:18:32.981644+0000 mgr.a (mgr.14403) 4975 : audit 0 from='client.109377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:34 smithi194 bash[32038]: cluster 2023-12-07T19:18:33.218967+0000 mgr.a (mgr.14403) 4976 : cluster 0 pgmap v3710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:34 smithi135 bash[32435]: audit 2023-12-07T19:18:32.981644+0000 mgr.a (mgr.14403) 4975 : audit 0 from='client.109377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:35.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:34 smithi135 bash[32435]: cluster 2023-12-07T19:18:33.218967+0000 mgr.a (mgr.14403) 4976 : cluster 0 pgmap v3710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:37.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:36 smithi079 bash[28699]: cluster 2023-12-07T19:18:35.219836+0000 mgr.a (mgr.14403) 4977 : cluster 0 pgmap v3711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:18:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:36 smithi194 bash[32038]: cluster 2023-12-07T19:18:35.219836+0000 mgr.a (mgr.14403) 4977 : cluster 0 pgmap v3711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:18:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:36 smithi135 bash[32435]: cluster 2023-12-07T19:18:35.219836+0000 mgr.a (mgr.14403) 4977 : cluster 0 pgmap v3711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:18:38.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:18:38.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:38.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:38 smithi079 bash[28699]: cluster 2023-12-07T19:18:37.220380+0000 mgr.a (mgr.14403) 4978 : cluster 0 pgmap v3712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:18:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:38 smithi194 bash[32038]: cluster 2023-12-07T19:18:37.220380+0000 mgr.a (mgr.14403) 4978 : cluster 0 pgmap v3712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:18:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:38 smithi135 bash[32435]: cluster 2023-12-07T19:18:37.220380+0000 mgr.a (mgr.14403) 4978 : cluster 0 pgmap v3712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:18:39.398 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:18:39.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:39.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:39.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:39.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:18:40.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:39 smithi079 bash[28699]: audit 2023-12-07T19:18:38.909563+0000 mgr.a (mgr.14403) 4979 : audit 0 from='client.109446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:40.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:39 smithi194 bash[32038]: audit 2023-12-07T19:18:38.909563+0000 mgr.a (mgr.14403) 4979 : audit 0 from='client.109446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:40.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:39 smithi135 bash[32435]: audit 2023-12-07T19:18:38.909563+0000 mgr.a (mgr.14403) 4979 : audit 0 from='client.109446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:40 smithi079 bash[28699]: cluster 2023-12-07T19:18:39.221328+0000 mgr.a (mgr.14403) 4980 : cluster 0 pgmap v3713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:40 smithi194 bash[32038]: cluster 2023-12-07T19:18:39.221328+0000 mgr.a (mgr.14403) 4980 : cluster 0 pgmap v3713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:40 smithi135 bash[32435]: cluster 2023-12-07T19:18:39.221328+0000 mgr.a (mgr.14403) 4980 : cluster 0 pgmap v3713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:42 smithi079 bash[28699]: cluster 2023-12-07T19:18:41.222056+0000 mgr.a (mgr.14403) 4981 : cluster 0 pgmap v3714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:42 smithi194 bash[32038]: cluster 2023-12-07T19:18:41.222056+0000 mgr.a (mgr.14403) 4981 : cluster 0 pgmap v3714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:42 smithi135 bash[32435]: cluster 2023-12-07T19:18:41.222056+0000 mgr.a (mgr.14403) 4981 : cluster 0 pgmap v3714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:44.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:18:44.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:44.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:44 smithi079 bash[28699]: cluster 2023-12-07T19:18:43.222659+0000 mgr.a (mgr.14403) 4982 : cluster 0 pgmap v3715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:44 smithi194 bash[32038]: cluster 2023-12-07T19:18:43.222659+0000 mgr.a (mgr.14403) 4982 : cluster 0 pgmap v3715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:44 smithi135 bash[32435]: cluster 2023-12-07T19:18:43.222659+0000 mgr.a (mgr.14403) 4982 : cluster 0 pgmap v3715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:18:45.282 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:18:45.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:45.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:45.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:45.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:18:46.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:45 smithi079 bash[28699]: audit 2023-12-07T19:18:44.801905+0000 mgr.a (mgr.14403) 4983 : audit 0 from='client.109524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:46.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:45 smithi194 bash[32038]: audit 2023-12-07T19:18:44.801905+0000 mgr.a (mgr.14403) 4983 : audit 0 from='client.109524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:46.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:45 smithi135 bash[32435]: audit 2023-12-07T19:18:44.801905+0000 mgr.a (mgr.14403) 4983 : audit 0 from='client.109524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:46 smithi079 bash[28699]: cluster 2023-12-07T19:18:45.223632+0000 mgr.a (mgr.14403) 4984 : cluster 0 pgmap v3716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:46 smithi194 bash[32038]: cluster 2023-12-07T19:18:45.223632+0000 mgr.a (mgr.14403) 4984 : cluster 0 pgmap v3716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:46 smithi135 bash[32435]: cluster 2023-12-07T19:18:45.223632+0000 mgr.a (mgr.14403) 4984 : cluster 0 pgmap v3716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:48 smithi079 bash[28699]: cluster 2023-12-07T19:18:47.224162+0000 mgr.a (mgr.14403) 4985 : cluster 0 pgmap v3717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:18:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:48 smithi194 bash[32038]: cluster 2023-12-07T19:18:47.224162+0000 mgr.a (mgr.14403) 4985 : cluster 0 pgmap v3717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:18:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:48 smithi135 bash[32435]: cluster 2023-12-07T19:18:47.224162+0000 mgr.a (mgr.14403) 4985 : cluster 0 pgmap v3717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:18:50.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:18:50.286 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:50.286 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:50 smithi079 bash[28699]: cluster 2023-12-07T19:18:49.224938+0000 mgr.a (mgr.14403) 4986 : cluster 0 pgmap v3718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:18:51.201 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:18:51.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:51.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:51.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:51.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:18:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:50 smithi194 bash[32038]: cluster 2023-12-07T19:18:49.224938+0000 mgr.a (mgr.14403) 4986 : cluster 0 pgmap v3718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:18:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:50 smithi135 bash[32435]: cluster 2023-12-07T19:18:49.224938+0000 mgr.a (mgr.14403) 4986 : cluster 0 pgmap v3718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:18:52.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:51 smithi079 bash[28699]: audit 2023-12-07T19:18:50.691061+0000 mgr.a (mgr.14403) 4987 : audit 0 from='client.109590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:52.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:51 smithi194 bash[32038]: audit 2023-12-07T19:18:50.691061+0000 mgr.a (mgr.14403) 4987 : audit 0 from='client.109590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:52.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:51 smithi135 bash[32435]: audit 2023-12-07T19:18:50.691061+0000 mgr.a (mgr.14403) 4987 : audit 0 from='client.109590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:52 smithi079 bash[28699]: cluster 2023-12-07T19:18:51.225673+0000 mgr.a (mgr.14403) 4988 : cluster 0 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-07T19:18:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:52 smithi194 bash[32038]: cluster 2023-12-07T19:18:51.225673+0000 mgr.a (mgr.14403) 4988 : cluster 0 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-07T19:18:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:52 smithi135 bash[32435]: cluster 2023-12-07T19:18:51.225673+0000 mgr.a (mgr.14403) 4988 : cluster 0 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-07T19:18:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:54 smithi079 bash[28699]: cluster 2023-12-07T19:18:53.226250+0000 mgr.a (mgr.14403) 4989 : cluster 0 pgmap v3720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:54 smithi194 bash[32038]: cluster 2023-12-07T19:18:53.226250+0000 mgr.a (mgr.14403) 4989 : cluster 0 pgmap v3720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:54 smithi135 bash[32435]: cluster 2023-12-07T19:18:53.226250+0000 mgr.a (mgr.14403) 4989 : cluster 0 pgmap v3720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:56.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:18:56.205 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:18:56.205 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:18:57.103 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:18:57.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:18:57.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:18:57.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:18:57.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:18:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:56 smithi079 bash[28699]: cluster 2023-12-07T19:18:55.227111+0000 mgr.a (mgr.14403) 4990 : cluster 0 pgmap v3721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:56 smithi194 bash[32038]: cluster 2023-12-07T19:18:55.227111+0000 mgr.a (mgr.14403) 4990 : cluster 0 pgmap v3721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:56 smithi135 bash[32435]: cluster 2023-12-07T19:18:55.227111+0000 mgr.a (mgr.14403) 4990 : cluster 0 pgmap v3721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:18:58.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:57 smithi079 bash[28699]: audit 2023-12-07T19:18:56.615807+0000 mgr.a (mgr.14403) 4991 : audit 0 from='client.109668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:58.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:57 smithi194 bash[32038]: audit 2023-12-07T19:18:56.615807+0000 mgr.a (mgr.14403) 4991 : audit 0 from='client.109668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:58.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:57 smithi135 bash[32435]: audit 2023-12-07T19:18:56.615807+0000 mgr.a (mgr.14403) 4991 : audit 0 from='client.109668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:18:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:18:58 smithi079 bash[28699]: cluster 2023-12-07T19:18:57.227803+0000 mgr.a (mgr.14403) 4992 : cluster 0 pgmap v3722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:18:58 smithi194 bash[32038]: cluster 2023-12-07T19:18:57.227803+0000 mgr.a (mgr.14403) 4992 : cluster 0 pgmap v3722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:18:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:18:58 smithi135 bash[32435]: cluster 2023-12-07T19:18:57.227803+0000 mgr.a (mgr.14403) 4992 : cluster 0 pgmap v3722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:00 smithi079 bash[28699]: cluster 2023-12-07T19:18:59.228594+0000 mgr.a (mgr.14403) 4993 : cluster 0 pgmap v3723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:00 smithi194 bash[32038]: cluster 2023-12-07T19:18:59.228594+0000 mgr.a (mgr.14403) 4993 : cluster 0 pgmap v3723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:00 smithi135 bash[32435]: cluster 2023-12-07T19:18:59.228594+0000 mgr.a (mgr.14403) 4993 : cluster 0 pgmap v3723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:02.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:19:02.107 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:02.107 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:02.997 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:19:02.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:02.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:02.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:02.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:19:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:02 smithi079 bash[28699]: cluster 2023-12-07T19:19:01.229270+0000 mgr.a (mgr.14403) 4994 : cluster 0 pgmap v3724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:02 smithi194 bash[32038]: cluster 2023-12-07T19:19:01.229270+0000 mgr.a (mgr.14403) 4994 : cluster 0 pgmap v3724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:02 smithi135 bash[32435]: cluster 2023-12-07T19:19:01.229270+0000 mgr.a (mgr.14403) 4994 : cluster 0 pgmap v3724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:03 smithi079 bash[28699]: audit 2023-12-07T19:19:02.504130+0000 mgr.a (mgr.14403) 4995 : audit 0 from='client.109746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:04.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:03 smithi194 bash[32038]: audit 2023-12-07T19:19:02.504130+0000 mgr.a (mgr.14403) 4995 : audit 0 from='client.109746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:03 smithi135 bash[32435]: audit 2023-12-07T19:19:02.504130+0000 mgr.a (mgr.14403) 4995 : audit 0 from='client.109746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:04 smithi079 bash[28699]: cluster 2023-12-07T19:19:03.229920+0000 mgr.a (mgr.14403) 4996 : cluster 0 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-07T19:19:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:04 smithi194 bash[32038]: cluster 2023-12-07T19:19:03.229920+0000 mgr.a (mgr.14403) 4996 : cluster 0 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-07T19:19:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:04 smithi135 bash[32435]: cluster 2023-12-07T19:19:03.229920+0000 mgr.a (mgr.14403) 4996 : cluster 0 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-07T19:19:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:06 smithi079 bash[28699]: cluster 2023-12-07T19:19:05.230785+0000 mgr.a (mgr.14403) 4997 : cluster 0 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-07T19:19:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:06 smithi194 bash[32038]: cluster 2023-12-07T19:19:05.230785+0000 mgr.a (mgr.14403) 4997 : cluster 0 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-07T19:19:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:06 smithi135 bash[32435]: cluster 2023-12-07T19:19:05.230785+0000 mgr.a (mgr.14403) 4997 : cluster 0 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-07T19:19:08.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:19:08.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:08.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:08.910 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:19:08.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:08.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:08.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:08.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:19:09.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:08 smithi079 bash[28699]: cluster 2023-12-07T19:19:07.231354+0000 mgr.a (mgr.14403) 4998 : cluster 0 pgmap v3727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:08 smithi079 bash[28699]: audit 2023-12-07T19:19:08.653533+0000 mon.a (mon.0) 1154 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:19:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:08 smithi194 bash[32038]: cluster 2023-12-07T19:19:07.231354+0000 mgr.a (mgr.14403) 4998 : cluster 0 pgmap v3727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:08 smithi194 bash[32038]: audit 2023-12-07T19:19:08.653533+0000 mon.a (mon.0) 1154 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:19:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:08 smithi135 bash[32435]: cluster 2023-12-07T19:19:07.231354+0000 mgr.a (mgr.14403) 4998 : cluster 0 pgmap v3727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:08 smithi135 bash[32435]: audit 2023-12-07T19:19:08.653533+0000 mon.a (mon.0) 1154 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:19:10.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:09 smithi079 bash[28699]: audit 2023-12-07T19:19:08.399042+0000 mgr.a (mgr.14403) 4999 : audit 0 from='client.109821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:10.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:09 smithi079 bash[28699]: audit 2023-12-07T19:19:09.446045+0000 mon.a (mon.0) 1155 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:19:10.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:09 smithi079 bash[28699]: audit 2023-12-07T19:19:09.448186+0000 mon.a (mon.0) 1156 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:19:10.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:09 smithi079 bash[28699]: audit 2023-12-07T19:19:09.458036+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:19:10.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:09 smithi194 bash[32038]: audit 2023-12-07T19:19:08.399042+0000 mgr.a (mgr.14403) 4999 : audit 0 from='client.109821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:10.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:09 smithi194 bash[32038]: audit 2023-12-07T19:19:09.446045+0000 mon.a (mon.0) 1155 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:19:10.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:09 smithi194 bash[32038]: audit 2023-12-07T19:19:09.448186+0000 mon.a (mon.0) 1156 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:19:10.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:09 smithi194 bash[32038]: audit 2023-12-07T19:19:09.458036+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:19:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:09 smithi135 bash[32435]: audit 2023-12-07T19:19:08.399042+0000 mgr.a (mgr.14403) 4999 : audit 0 from='client.109821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:09 smithi135 bash[32435]: audit 2023-12-07T19:19:09.446045+0000 mon.a (mon.0) 1155 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:19:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:09 smithi135 bash[32435]: audit 2023-12-07T19:19:09.448186+0000 mon.a (mon.0) 1156 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:19:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:09 smithi135 bash[32435]: audit 2023-12-07T19:19:09.458036+0000 mon.a (mon.0) 1157 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:19:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:10 smithi079 bash[28699]: cluster 2023-12-07T19:19:09.232241+0000 mgr.a (mgr.14403) 5000 : cluster 0 pgmap v3728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:10 smithi194 bash[32038]: cluster 2023-12-07T19:19:09.232241+0000 mgr.a (mgr.14403) 5000 : cluster 0 pgmap v3728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:10 smithi135 bash[32435]: cluster 2023-12-07T19:19:09.232241+0000 mgr.a (mgr.14403) 5000 : cluster 0 pgmap v3728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:12 smithi079 bash[28699]: cluster 2023-12-07T19:19:11.232818+0000 mgr.a (mgr.14403) 5001 : cluster 0 pgmap v3729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:12 smithi194 bash[32038]: cluster 2023-12-07T19:19:11.232818+0000 mgr.a (mgr.14403) 5001 : cluster 0 pgmap v3729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:12 smithi135 bash[32435]: cluster 2023-12-07T19:19:11.232818+0000 mgr.a (mgr.14403) 5001 : cluster 0 pgmap v3729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:13.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:19:13.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:13.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:14.829 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:19:14.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:14.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:14.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:14.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:19:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:14 smithi079 bash[28699]: cluster 2023-12-07T19:19:13.233376+0000 mgr.a (mgr.14403) 5002 : cluster 0 pgmap v3730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:14 smithi194 bash[32038]: cluster 2023-12-07T19:19:13.233376+0000 mgr.a (mgr.14403) 5002 : cluster 0 pgmap v3730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:14 smithi135 bash[32435]: cluster 2023-12-07T19:19:13.233376+0000 mgr.a (mgr.14403) 5002 : cluster 0 pgmap v3730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:15 smithi079 bash[28699]: audit 2023-12-07T19:19:14.320952+0000 mgr.a (mgr.14403) 5003 : audit 0 from='client.109899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:15 smithi194 bash[32038]: audit 2023-12-07T19:19:14.320952+0000 mgr.a (mgr.14403) 5003 : audit 0 from='client.109899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:15 smithi135 bash[32435]: audit 2023-12-07T19:19:14.320952+0000 mgr.a (mgr.14403) 5003 : audit 0 from='client.109899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:17.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:16 smithi079 bash[28699]: cluster 2023-12-07T19:19:15.234371+0000 mgr.a (mgr.14403) 5004 : cluster 0 pgmap v3731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:16 smithi194 bash[32038]: cluster 2023-12-07T19:19:15.234371+0000 mgr.a (mgr.14403) 5004 : cluster 0 pgmap v3731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:16 smithi135 bash[32435]: cluster 2023-12-07T19:19:15.234371+0000 mgr.a (mgr.14403) 5004 : cluster 0 pgmap v3731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:18 smithi079 bash[28699]: cluster 2023-12-07T19:19:17.234894+0000 mgr.a (mgr.14403) 5005 : cluster 0 pgmap v3732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:18 smithi194 bash[32038]: cluster 2023-12-07T19:19:17.234894+0000 mgr.a (mgr.14403) 5005 : cluster 0 pgmap v3732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:18 smithi135 bash[32435]: cluster 2023-12-07T19:19:17.234894+0000 mgr.a (mgr.14403) 5005 : cluster 0 pgmap v3732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:19.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:19:19.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:19.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:20.740 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:19:20.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:20.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:20.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:20.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:19:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:20 smithi079 bash[28699]: cluster 2023-12-07T19:19:19.235669+0000 mgr.a (mgr.14403) 5006 : cluster 0 pgmap v3733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:21.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:20 smithi194 bash[32038]: cluster 2023-12-07T19:19:19.235669+0000 mgr.a (mgr.14403) 5006 : cluster 0 pgmap v3733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:20 smithi135 bash[32435]: cluster 2023-12-07T19:19:19.235669+0000 mgr.a (mgr.14403) 5006 : cluster 0 pgmap v3733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:22.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:21 smithi194 bash[32038]: audit 2023-12-07T19:19:20.235944+0000 mgr.a (mgr.14403) 5007 : audit 0 from='client.109974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:21 smithi135 bash[32435]: audit 2023-12-07T19:19:20.235944+0000 mgr.a (mgr.14403) 5007 : audit 0 from='client.109974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:21 smithi079 bash[28699]: audit 2023-12-07T19:19:20.235944+0000 mgr.a (mgr.14403) 5007 : audit 0 from='client.109974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:22 smithi194 bash[32038]: cluster 2023-12-07T19:19:21.236257+0000 mgr.a (mgr.14403) 5008 : cluster 0 pgmap v3734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:22 smithi135 bash[32435]: cluster 2023-12-07T19:19:21.236257+0000 mgr.a (mgr.14403) 5008 : cluster 0 pgmap v3734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:22 smithi079 bash[28699]: cluster 2023-12-07T19:19:21.236257+0000 mgr.a (mgr.14403) 5008 : cluster 0 pgmap v3734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:24 smithi194 bash[32038]: cluster 2023-12-07T19:19:23.236776+0000 mgr.a (mgr.14403) 5009 : cluster 0 pgmap v3735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:24 smithi135 bash[32435]: cluster 2023-12-07T19:19:23.236776+0000 mgr.a (mgr.14403) 5009 : cluster 0 pgmap v3735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:24 smithi079 bash[28699]: cluster 2023-12-07T19:19:23.236776+0000 mgr.a (mgr.14403) 5009 : cluster 0 pgmap v3735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:25.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:19:25.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:25.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:26.638 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:19:26.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:26.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:26.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:26.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:19:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:26 smithi194 bash[32038]: cluster 2023-12-07T19:19:25.237570+0000 mgr.a (mgr.14403) 5010 : cluster 0 pgmap v3736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:26 smithi135 bash[32435]: cluster 2023-12-07T19:19:25.237570+0000 mgr.a (mgr.14403) 5010 : cluster 0 pgmap v3736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:26 smithi079 bash[28699]: cluster 2023-12-07T19:19:25.237570+0000 mgr.a (mgr.14403) 5010 : cluster 0 pgmap v3736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:28.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:27 smithi194 bash[32038]: audit 2023-12-07T19:19:26.144733+0000 mgr.a (mgr.14403) 5011 : audit 0 from='client.110049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:27 smithi135 bash[32435]: audit 2023-12-07T19:19:26.144733+0000 mgr.a (mgr.14403) 5011 : audit 0 from='client.110049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:27 smithi079 bash[28699]: audit 2023-12-07T19:19:26.144733+0000 mgr.a (mgr.14403) 5011 : audit 0 from='client.110049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:28 smithi194 bash[32038]: cluster 2023-12-07T19:19:27.238204+0000 mgr.a (mgr.14403) 5012 : cluster 0 pgmap v3737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:28 smithi135 bash[32435]: cluster 2023-12-07T19:19:27.238204+0000 mgr.a (mgr.14403) 5012 : cluster 0 pgmap v3737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:29.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:28 smithi079 bash[28699]: cluster 2023-12-07T19:19:27.238204+0000 mgr.a (mgr.14403) 5012 : cluster 0 pgmap v3737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:30 smithi194 bash[32038]: cluster 2023-12-07T19:19:29.239026+0000 mgr.a (mgr.14403) 5013 : cluster 0 pgmap v3738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:30 smithi135 bash[32435]: cluster 2023-12-07T19:19:29.239026+0000 mgr.a (mgr.14403) 5013 : cluster 0 pgmap v3738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:30 smithi079 bash[28699]: cluster 2023-12-07T19:19:29.239026+0000 mgr.a (mgr.14403) 5013 : cluster 0 pgmap v3738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:31.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:19:31.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:31.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:32.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:32.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:32.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:32.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:19:32.524 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:19:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:32 smithi194 bash[32038]: cluster 2023-12-07T19:19:31.239619+0000 mgr.a (mgr.14403) 5014 : cluster 0 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-07T19:19:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:32 smithi135 bash[32435]: cluster 2023-12-07T19:19:31.239619+0000 mgr.a (mgr.14403) 5014 : cluster 0 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-07T19:19:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:32 smithi079 bash[28699]: cluster 2023-12-07T19:19:31.239619+0000 mgr.a (mgr.14403) 5014 : cluster 0 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-07T19:19:34.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:33 smithi194 bash[32038]: audit 2023-12-07T19:19:32.039688+0000 mgr.a (mgr.14403) 5015 : audit 0 from='client.110121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:34.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:33 smithi135 bash[32435]: audit 2023-12-07T19:19:32.039688+0000 mgr.a (mgr.14403) 5015 : audit 0 from='client.110121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:33 smithi079 bash[28699]: audit 2023-12-07T19:19:32.039688+0000 mgr.a (mgr.14403) 5015 : audit 0 from='client.110121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:34 smithi194 bash[32038]: cluster 2023-12-07T19:19:33.240267+0000 mgr.a (mgr.14403) 5016 : cluster 0 pgmap v3740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:34 smithi135 bash[32435]: cluster 2023-12-07T19:19:33.240267+0000 mgr.a (mgr.14403) 5016 : cluster 0 pgmap v3740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:34 smithi079 bash[28699]: cluster 2023-12-07T19:19:33.240267+0000 mgr.a (mgr.14403) 5016 : cluster 0 pgmap v3740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:36 smithi079 bash[28699]: cluster 2023-12-07T19:19:35.241070+0000 mgr.a (mgr.14403) 5017 : cluster 0 pgmap v3741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:36.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:36 smithi194 bash[32038]: cluster 2023-12-07T19:19:35.241070+0000 mgr.a (mgr.14403) 5017 : cluster 0 pgmap v3741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:36 smithi135 bash[32435]: cluster 2023-12-07T19:19:35.241070+0000 mgr.a (mgr.14403) 5017 : cluster 0 pgmap v3741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:37.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:19:37.527 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:37.527 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:38.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:38.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:38.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:38.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:19:38.429 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:19:38.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:38 smithi079 bash[28699]: cluster 2023-12-07T19:19:37.241596+0000 mgr.a (mgr.14403) 5018 : cluster 0 pgmap v3742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:38 smithi079 bash[28699]: audit 2023-12-07T19:19:37.933845+0000 mgr.a (mgr.14403) 5019 : audit 0 from='client.110199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:38 smithi194 bash[32038]: cluster 2023-12-07T19:19:37.241596+0000 mgr.a (mgr.14403) 5018 : cluster 0 pgmap v3742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:38 smithi194 bash[32038]: audit 2023-12-07T19:19:37.933845+0000 mgr.a (mgr.14403) 5019 : audit 0 from='client.110199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:38 smithi135 bash[32435]: cluster 2023-12-07T19:19:37.241596+0000 mgr.a (mgr.14403) 5018 : cluster 0 pgmap v3742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:38 smithi135 bash[32435]: audit 2023-12-07T19:19:37.933845+0000 mgr.a (mgr.14403) 5019 : audit 0 from='client.110199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:40 smithi079 bash[28699]: cluster 2023-12-07T19:19:39.242570+0000 mgr.a (mgr.14403) 5020 : cluster 0 pgmap v3743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:40 smithi194 bash[32038]: cluster 2023-12-07T19:19:39.242570+0000 mgr.a (mgr.14403) 5020 : cluster 0 pgmap v3743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:40 smithi135 bash[32435]: cluster 2023-12-07T19:19:39.242570+0000 mgr.a (mgr.14403) 5020 : cluster 0 pgmap v3743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:19:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:42 smithi079 bash[28699]: cluster 2023-12-07T19:19:41.243303+0000 mgr.a (mgr.14403) 5021 : cluster 0 pgmap v3744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:42 smithi194 bash[32038]: cluster 2023-12-07T19:19:41.243303+0000 mgr.a (mgr.14403) 5021 : cluster 0 pgmap v3744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:42 smithi135 bash[32435]: cluster 2023-12-07T19:19:41.243303+0000 mgr.a (mgr.14403) 5021 : cluster 0 pgmap v3744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:43.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:19:43.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:43.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:44.297 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:19:44.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:44.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:44.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:44.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:19:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:44 smithi079 bash[28699]: cluster 2023-12-07T19:19:43.243851+0000 mgr.a (mgr.14403) 5022 : cluster 0 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-07T19:19:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:44 smithi079 bash[28699]: audit 2023-12-07T19:19:43.827822+0000 mgr.a (mgr.14403) 5023 : audit 0 from='client.110274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:44 smithi194 bash[32038]: cluster 2023-12-07T19:19:43.243851+0000 mgr.a (mgr.14403) 5022 : cluster 0 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-07T19:19:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:44 smithi194 bash[32038]: audit 2023-12-07T19:19:43.827822+0000 mgr.a (mgr.14403) 5023 : audit 0 from='client.110274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:44 smithi135 bash[32435]: cluster 2023-12-07T19:19:43.243851+0000 mgr.a (mgr.14403) 5022 : cluster 0 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-07T19:19:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:44 smithi135 bash[32435]: audit 2023-12-07T19:19:43.827822+0000 mgr.a (mgr.14403) 5023 : audit 0 from='client.110274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:46 smithi079 bash[28699]: cluster 2023-12-07T19:19:45.244940+0000 mgr.a (mgr.14403) 5024 : cluster 0 pgmap v3746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:46 smithi194 bash[32038]: cluster 2023-12-07T19:19:45.244940+0000 mgr.a (mgr.14403) 5024 : cluster 0 pgmap v3746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:46 smithi135 bash[32435]: cluster 2023-12-07T19:19:45.244940+0000 mgr.a (mgr.14403) 5024 : cluster 0 pgmap v3746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:48 smithi079 bash[28699]: cluster 2023-12-07T19:19:47.245664+0000 mgr.a (mgr.14403) 5025 : cluster 0 pgmap v3747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:48 smithi194 bash[32038]: cluster 2023-12-07T19:19:47.245664+0000 mgr.a (mgr.14403) 5025 : cluster 0 pgmap v3747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:48 smithi135 bash[32435]: cluster 2023-12-07T19:19:47.245664+0000 mgr.a (mgr.14403) 5025 : cluster 0 pgmap v3747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:49.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:19:49.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:49.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:50.220 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:19:50.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:50.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:50.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:50.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:19:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:50 smithi079 bash[28699]: cluster 2023-12-07T19:19:49.246436+0000 mgr.a (mgr.14403) 5026 : cluster 0 pgmap v3748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:50 smithi079 bash[28699]: audit 2023-12-07T19:19:49.705523+0000 mgr.a (mgr.14403) 5027 : audit 0 from='client.110352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:50 smithi135 bash[32435]: cluster 2023-12-07T19:19:49.246436+0000 mgr.a (mgr.14403) 5026 : cluster 0 pgmap v3748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:50 smithi135 bash[32435]: audit 2023-12-07T19:19:49.705523+0000 mgr.a (mgr.14403) 5027 : audit 0 from='client.110352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:50.975 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:50 smithi194 bash[32038]: cluster 2023-12-07T19:19:49.246436+0000 mgr.a (mgr.14403) 5026 : cluster 0 pgmap v3748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:50.975 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:50 smithi194 bash[32038]: audit 2023-12-07T19:19:49.705523+0000 mgr.a (mgr.14403) 5027 : audit 0 from='client.110352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:52 smithi079 bash[28699]: cluster 2023-12-07T19:19:51.247140+0000 mgr.a (mgr.14403) 5028 : cluster 0 pgmap v3749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:52 smithi194 bash[32038]: cluster 2023-12-07T19:19:51.247140+0000 mgr.a (mgr.14403) 5028 : cluster 0 pgmap v3749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:52 smithi135 bash[32435]: cluster 2023-12-07T19:19:51.247140+0000 mgr.a (mgr.14403) 5028 : cluster 0 pgmap v3749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:54 smithi079 bash[28699]: cluster 2023-12-07T19:19:53.247702+0000 mgr.a (mgr.14403) 5029 : cluster 0 pgmap v3750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:54 smithi194 bash[32038]: cluster 2023-12-07T19:19:53.247702+0000 mgr.a (mgr.14403) 5029 : cluster 0 pgmap v3750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:54 smithi135 bash[32435]: cluster 2023-12-07T19:19:53.247702+0000 mgr.a (mgr.14403) 5029 : cluster 0 pgmap v3750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:19:55.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:19:55.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:19:55.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:19:56.132 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:19:56.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:19:56.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:19:56.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:19:56.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:19:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:56 smithi079 bash[28699]: cluster 2023-12-07T19:19:55.248554+0000 mgr.a (mgr.14403) 5030 : cluster 0 pgmap v3751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:56 smithi079 bash[28699]: audit 2023-12-07T19:19:55.629578+0000 mgr.a (mgr.14403) 5031 : audit 0 from='client.110430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:56 smithi194 bash[32038]: cluster 2023-12-07T19:19:55.248554+0000 mgr.a (mgr.14403) 5030 : cluster 0 pgmap v3751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:56 smithi194 bash[32038]: audit 2023-12-07T19:19:55.629578+0000 mgr.a (mgr.14403) 5031 : audit 0 from='client.110430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:56 smithi135 bash[32435]: cluster 2023-12-07T19:19:55.248554+0000 mgr.a (mgr.14403) 5030 : cluster 0 pgmap v3751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:56 smithi135 bash[32435]: audit 2023-12-07T19:19:55.629578+0000 mgr.a (mgr.14403) 5031 : audit 0 from='client.110430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:19:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:19:58 smithi079 bash[28699]: cluster 2023-12-07T19:19:57.249261+0000 mgr.a (mgr.14403) 5032 : cluster 0 pgmap v3752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:19:58 smithi194 bash[32038]: cluster 2023-12-07T19:19:57.249261+0000 mgr.a (mgr.14403) 5032 : cluster 0 pgmap v3752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:19:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:19:58 smithi135 bash[32435]: cluster 2023-12-07T19:19:57.249261+0000 mgr.a (mgr.14403) 5032 : cluster 0 pgmap v3752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:00.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:00 smithi079 bash[28699]: cluster 2023-12-07T19:19:59.250040+0000 mgr.a (mgr.14403) 5033 : cluster 0 pgmap v3753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:00 smithi079 bash[28699]: cluster 2023-12-07T19:20:00.000168+0000 mon.a (mon.0) 1158 : cluster 1 overall HEALTH_OK 2023-12-07T19:20:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:00 smithi194 bash[32038]: cluster 2023-12-07T19:19:59.250040+0000 mgr.a (mgr.14403) 5033 : cluster 0 pgmap v3753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:00 smithi194 bash[32038]: cluster 2023-12-07T19:20:00.000168+0000 mon.a (mon.0) 1158 : cluster 1 overall HEALTH_OK 2023-12-07T19:20:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:00 smithi135 bash[32435]: cluster 2023-12-07T19:19:59.250040+0000 mgr.a (mgr.14403) 5033 : cluster 0 pgmap v3753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:00 smithi135 bash[32435]: cluster 2023-12-07T19:20:00.000168+0000 mon.a (mon.0) 1158 : cluster 1 overall HEALTH_OK 2023-12-07T19:20:01.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:20:01.134 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:01.135 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:02.026 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:20:02.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:02.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:02.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:02.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:20:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:02 smithi079 bash[28699]: cluster 2023-12-07T19:20:01.250545+0000 mgr.a (mgr.14403) 5034 : cluster 0 pgmap v3754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:02 smithi079 bash[28699]: audit 2023-12-07T19:20:01.536492+0000 mgr.a (mgr.14403) 5035 : audit 0 from='client.110508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:02 smithi194 bash[32038]: cluster 2023-12-07T19:20:01.250545+0000 mgr.a (mgr.14403) 5034 : cluster 0 pgmap v3754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:02 smithi194 bash[32038]: audit 2023-12-07T19:20:01.536492+0000 mgr.a (mgr.14403) 5035 : audit 0 from='client.110508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:02 smithi135 bash[32435]: cluster 2023-12-07T19:20:01.250545+0000 mgr.a (mgr.14403) 5034 : cluster 0 pgmap v3754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:02 smithi135 bash[32435]: audit 2023-12-07T19:20:01.536492+0000 mgr.a (mgr.14403) 5035 : audit 0 from='client.110508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:04.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:04 smithi079 bash[28699]: cluster 2023-12-07T19:20:03.251247+0000 mgr.a (mgr.14403) 5036 : cluster 0 pgmap v3755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:04 smithi194 bash[32038]: cluster 2023-12-07T19:20:03.251247+0000 mgr.a (mgr.14403) 5036 : cluster 0 pgmap v3755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:04 smithi135 bash[32435]: cluster 2023-12-07T19:20:03.251247+0000 mgr.a (mgr.14403) 5036 : cluster 0 pgmap v3755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:06 smithi079 bash[28699]: cluster 2023-12-07T19:20:05.251997+0000 mgr.a (mgr.14403) 5037 : cluster 0 pgmap v3756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:06 smithi194 bash[32038]: cluster 2023-12-07T19:20:05.251997+0000 mgr.a (mgr.14403) 5037 : cluster 0 pgmap v3756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:06 smithi135 bash[32435]: cluster 2023-12-07T19:20:05.251997+0000 mgr.a (mgr.14403) 5037 : cluster 0 pgmap v3756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:07.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:20:07.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:07.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:07.921 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:20:07.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:07.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:07.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:07.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:20:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:08 smithi079 bash[28699]: cluster 2023-12-07T19:20:07.252656+0000 mgr.a (mgr.14403) 5038 : cluster 0 pgmap v3757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:08 smithi079 bash[28699]: audit 2023-12-07T19:20:07.431187+0000 mgr.a (mgr.14403) 5039 : audit 0 from='client.110583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:08 smithi194 bash[32038]: cluster 2023-12-07T19:20:07.252656+0000 mgr.a (mgr.14403) 5038 : cluster 0 pgmap v3757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:08 smithi194 bash[32038]: audit 2023-12-07T19:20:07.431187+0000 mgr.a (mgr.14403) 5039 : audit 0 from='client.110583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:08 smithi135 bash[32435]: cluster 2023-12-07T19:20:07.252656+0000 mgr.a (mgr.14403) 5038 : cluster 0 pgmap v3757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:08 smithi135 bash[32435]: audit 2023-12-07T19:20:07.431187+0000 mgr.a (mgr.14403) 5039 : audit 0 from='client.110583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:09.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:09 smithi194 bash[32038]: audit 2023-12-07T19:20:09.561974+0000 mon.a (mon.0) 1159 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:20:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:09 smithi135 bash[32435]: audit 2023-12-07T19:20:09.561974+0000 mon.a (mon.0) 1159 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:20:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:09 smithi079 bash[28699]: audit 2023-12-07T19:20:09.561974+0000 mon.a (mon.0) 1159 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:20:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:10 smithi194 bash[32038]: cluster 2023-12-07T19:20:09.253622+0000 mgr.a (mgr.14403) 5040 : cluster 0 pgmap v3758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:10 smithi135 bash[32435]: cluster 2023-12-07T19:20:09.253622+0000 mgr.a (mgr.14403) 5040 : cluster 0 pgmap v3758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:11.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:10 smithi079 bash[28699]: cluster 2023-12-07T19:20:09.253622+0000 mgr.a (mgr.14403) 5040 : cluster 0 pgmap v3758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:12.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:20:12.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:12.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:12 smithi194 bash[32038]: cluster 2023-12-07T19:20:11.254225+0000 mgr.a (mgr.14403) 5041 : cluster 0 pgmap v3759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:12 smithi135 bash[32435]: cluster 2023-12-07T19:20:11.254225+0000 mgr.a (mgr.14403) 5041 : cluster 0 pgmap v3759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:12 smithi079 bash[28699]: cluster 2023-12-07T19:20:11.254225+0000 mgr.a (mgr.14403) 5041 : cluster 0 pgmap v3759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:13.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:13.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:13.831 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:20:13.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:13.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:20:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:14 smithi194 bash[32038]: cluster 2023-12-07T19:20:13.254774+0000 mgr.a (mgr.14403) 5042 : cluster 0 pgmap v3760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:14 smithi194 bash[32038]: audit 2023-12-07T19:20:13.334114+0000 mgr.a (mgr.14403) 5043 : audit 0 from='client.110658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:14 smithi135 bash[32435]: cluster 2023-12-07T19:20:13.254774+0000 mgr.a (mgr.14403) 5042 : cluster 0 pgmap v3760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:14 smithi135 bash[32435]: audit 2023-12-07T19:20:13.334114+0000 mgr.a (mgr.14403) 5043 : audit 0 from='client.110658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:14 smithi079 bash[28699]: cluster 2023-12-07T19:20:13.254774+0000 mgr.a (mgr.14403) 5042 : cluster 0 pgmap v3760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:14 smithi079 bash[28699]: audit 2023-12-07T19:20:13.334114+0000 mgr.a (mgr.14403) 5043 : audit 0 from='client.110658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:15 smithi079 bash[28699]: audit 2023-12-07T19:20:14.868780+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:15 smithi079 bash[28699]: audit 2023-12-07T19:20:14.874381+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:15 smithi079 bash[28699]: audit 2023-12-07T19:20:14.917898+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:15 smithi079 bash[28699]: audit 2023-12-07T19:20:14.923828+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:15 smithi079 bash[28699]: audit 2023-12-07T19:20:14.969040+0000 mon.a (mon.0) 1164 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:15 smithi079 bash[28699]: audit 2023-12-07T19:20:14.976390+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:15 smithi079 bash[28699]: audit 2023-12-07T19:20:15.657747+0000 mon.a (mon.0) 1166 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:20:16.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:15 smithi079 bash[28699]: audit 2023-12-07T19:20:15.659600+0000 mon.a (mon.0) 1167 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:20:16.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:15 smithi079 bash[28699]: audit 2023-12-07T19:20:15.669116+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:15 smithi194 bash[32038]: audit 2023-12-07T19:20:14.868780+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:15 smithi194 bash[32038]: audit 2023-12-07T19:20:14.874381+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:15 smithi194 bash[32038]: audit 2023-12-07T19:20:14.917898+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:15 smithi194 bash[32038]: audit 2023-12-07T19:20:14.923828+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:15 smithi194 bash[32038]: audit 2023-12-07T19:20:14.969040+0000 mon.a (mon.0) 1164 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:15 smithi194 bash[32038]: audit 2023-12-07T19:20:14.976390+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:15 smithi194 bash[32038]: audit 2023-12-07T19:20:15.657747+0000 mon.a (mon.0) 1166 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:20:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:15 smithi194 bash[32038]: audit 2023-12-07T19:20:15.659600+0000 mon.a (mon.0) 1167 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:20:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:15 smithi194 bash[32038]: audit 2023-12-07T19:20:15.669116+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:15 smithi135 bash[32435]: audit 2023-12-07T19:20:14.868780+0000 mon.a (mon.0) 1160 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:15 smithi135 bash[32435]: audit 2023-12-07T19:20:14.874381+0000 mon.a (mon.0) 1161 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:15 smithi135 bash[32435]: audit 2023-12-07T19:20:14.917898+0000 mon.a (mon.0) 1162 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:15 smithi135 bash[32435]: audit 2023-12-07T19:20:14.923828+0000 mon.a (mon.0) 1163 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:15 smithi135 bash[32435]: audit 2023-12-07T19:20:14.969040+0000 mon.a (mon.0) 1164 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:15 smithi135 bash[32435]: audit 2023-12-07T19:20:14.976390+0000 mon.a (mon.0) 1165 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:15 smithi135 bash[32435]: audit 2023-12-07T19:20:15.657747+0000 mon.a (mon.0) 1166 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:20:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:15 smithi135 bash[32435]: audit 2023-12-07T19:20:15.659600+0000 mon.a (mon.0) 1167 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:20:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:15 smithi135 bash[32435]: audit 2023-12-07T19:20:15.669116+0000 mon.a (mon.0) 1168 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:20:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:16 smithi079 bash[28699]: cluster 2023-12-07T19:20:15.255428+0000 mgr.a (mgr.14403) 5044 : cluster 0 pgmap v3761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:20:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:16 smithi194 bash[32038]: cluster 2023-12-07T19:20:15.255428+0000 mgr.a (mgr.14403) 5044 : cluster 0 pgmap v3761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:20:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:16 smithi135 bash[32435]: cluster 2023-12-07T19:20:15.255428+0000 mgr.a (mgr.14403) 5044 : cluster 0 pgmap v3761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:20:18.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:20:18.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:18.834 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:18 smithi079 bash[28699]: cluster 2023-12-07T19:20:17.255924+0000 mgr.a (mgr.14403) 5045 : cluster 0 pgmap v3762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:20:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:18 smithi194 bash[32038]: cluster 2023-12-07T19:20:17.255924+0000 mgr.a (mgr.14403) 5045 : cluster 0 pgmap v3762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:20:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:18 smithi135 bash[32435]: cluster 2023-12-07T19:20:17.255924+0000 mgr.a (mgr.14403) 5045 : cluster 0 pgmap v3762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:20:19.734 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:20:19.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:19.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:19.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:19.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:20:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:20 smithi079 bash[28699]: audit 2023-12-07T19:20:19.240364+0000 mgr.a (mgr.14403) 5046 : audit 0 from='client.110733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:20 smithi079 bash[28699]: cluster 2023-12-07T19:20:19.258265+0000 mgr.a (mgr.14403) 5047 : cluster 0 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-07T19:20:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:20 smithi194 bash[32038]: audit 2023-12-07T19:20:19.240364+0000 mgr.a (mgr.14403) 5046 : audit 0 from='client.110733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:20 smithi194 bash[32038]: cluster 2023-12-07T19:20:19.258265+0000 mgr.a (mgr.14403) 5047 : cluster 0 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-07T19:20:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:20 smithi135 bash[32435]: audit 2023-12-07T19:20:19.240364+0000 mgr.a (mgr.14403) 5046 : audit 0 from='client.110733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:20 smithi135 bash[32435]: cluster 2023-12-07T19:20:19.258265+0000 mgr.a (mgr.14403) 5047 : cluster 0 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-07T19:20:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:22 smithi079 bash[28699]: cluster 2023-12-07T19:20:21.259012+0000 mgr.a (mgr.14403) 5048 : cluster 0 pgmap v3764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:22 smithi194 bash[32038]: cluster 2023-12-07T19:20:21.259012+0000 mgr.a (mgr.14403) 5048 : cluster 0 pgmap v3764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:22 smithi135 bash[32435]: cluster 2023-12-07T19:20:21.259012+0000 mgr.a (mgr.14403) 5048 : cluster 0 pgmap v3764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:24.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:20:24.738 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:24.738 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:25.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:24 smithi079 bash[28699]: cluster 2023-12-07T19:20:23.259589+0000 mgr.a (mgr.14403) 5049 : cluster 0 pgmap v3765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:24 smithi194 bash[32038]: cluster 2023-12-07T19:20:23.259589+0000 mgr.a (mgr.14403) 5049 : cluster 0 pgmap v3765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:24 smithi135 bash[32435]: cluster 2023-12-07T19:20:23.259589+0000 mgr.a (mgr.14403) 5049 : cluster 0 pgmap v3765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:25.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:25.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:25.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:25.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:20:25.657 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:20:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:26 smithi194 bash[32038]: audit 2023-12-07T19:20:25.152242+0000 mgr.a (mgr.14403) 5050 : audit 0 from='client.110811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:26 smithi194 bash[32038]: cluster 2023-12-07T19:20:25.260453+0000 mgr.a (mgr.14403) 5051 : cluster 0 pgmap v3766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:26 smithi135 bash[32435]: audit 2023-12-07T19:20:25.152242+0000 mgr.a (mgr.14403) 5050 : audit 0 from='client.110811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:26 smithi135 bash[32435]: cluster 2023-12-07T19:20:25.260453+0000 mgr.a (mgr.14403) 5051 : cluster 0 pgmap v3766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:26 smithi079 bash[28699]: audit 2023-12-07T19:20:25.152242+0000 mgr.a (mgr.14403) 5050 : audit 0 from='client.110811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:26 smithi079 bash[28699]: cluster 2023-12-07T19:20:25.260453+0000 mgr.a (mgr.14403) 5051 : cluster 0 pgmap v3766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:28 smithi194 bash[32038]: cluster 2023-12-07T19:20:27.261201+0000 mgr.a (mgr.14403) 5052 : cluster 0 pgmap v3767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:20:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:28 smithi135 bash[32435]: cluster 2023-12-07T19:20:27.261201+0000 mgr.a (mgr.14403) 5052 : cluster 0 pgmap v3767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:20:29.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:28 smithi079 bash[28699]: cluster 2023-12-07T19:20:27.261201+0000 mgr.a (mgr.14403) 5052 : cluster 0 pgmap v3767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:20:30.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:20:30.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:30.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:30 smithi194 bash[32038]: cluster 2023-12-07T19:20:29.262069+0000 mgr.a (mgr.14403) 5053 : cluster 0 pgmap v3768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:20:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:30 smithi135 bash[32435]: cluster 2023-12-07T19:20:29.262069+0000 mgr.a (mgr.14403) 5053 : cluster 0 pgmap v3768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:20:31.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:30 smithi079 bash[28699]: cluster 2023-12-07T19:20:29.262069+0000 mgr.a (mgr.14403) 5053 : cluster 0 pgmap v3768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:20:31.594 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:20:31.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:31.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:31.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:31.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:20:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:32 smithi194 bash[32038]: audit 2023-12-07T19:20:31.073177+0000 mgr.a (mgr.14403) 5054 : audit 0 from='client.110889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:32 smithi194 bash[32038]: cluster 2023-12-07T19:20:31.262806+0000 mgr.a (mgr.14403) 5055 : cluster 0 pgmap v3769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:32 smithi135 bash[32435]: audit 2023-12-07T19:20:31.073177+0000 mgr.a (mgr.14403) 5054 : audit 0 from='client.110889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:32 smithi135 bash[32435]: cluster 2023-12-07T19:20:31.262806+0000 mgr.a (mgr.14403) 5055 : cluster 0 pgmap v3769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:32 smithi079 bash[28699]: audit 2023-12-07T19:20:31.073177+0000 mgr.a (mgr.14403) 5054 : audit 0 from='client.110889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:32 smithi079 bash[28699]: cluster 2023-12-07T19:20:31.262806+0000 mgr.a (mgr.14403) 5055 : cluster 0 pgmap v3769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:34 smithi194 bash[32038]: cluster 2023-12-07T19:20:33.263493+0000 mgr.a (mgr.14403) 5056 : cluster 0 pgmap v3770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:34 smithi135 bash[32435]: cluster 2023-12-07T19:20:33.263493+0000 mgr.a (mgr.14403) 5056 : cluster 0 pgmap v3770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:34 smithi079 bash[28699]: cluster 2023-12-07T19:20:33.263493+0000 mgr.a (mgr.14403) 5056 : cluster 0 pgmap v3770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:36.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:20:36.598 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:36.599 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:36 smithi194 bash[32038]: cluster 2023-12-07T19:20:35.264272+0000 mgr.a (mgr.14403) 5057 : cluster 0 pgmap v3771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:36 smithi135 bash[32435]: cluster 2023-12-07T19:20:35.264272+0000 mgr.a (mgr.14403) 5057 : cluster 0 pgmap v3771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:36 smithi079 bash[28699]: cluster 2023-12-07T19:20:35.264272+0000 mgr.a (mgr.14403) 5057 : cluster 0 pgmap v3771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:37.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:37.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:37.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:37.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:20:37.466 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:20:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:38 smithi194 bash[32038]: audit 2023-12-07T19:20:37.001509+0000 mgr.a (mgr.14403) 5058 : audit 0 from='client.110967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:38 smithi194 bash[32038]: cluster 2023-12-07T19:20:37.264735+0000 mgr.a (mgr.14403) 5059 : cluster 0 pgmap v3772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:38 smithi135 bash[32435]: audit 2023-12-07T19:20:37.001509+0000 mgr.a (mgr.14403) 5058 : audit 0 from='client.110967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:38 smithi135 bash[32435]: cluster 2023-12-07T19:20:37.264735+0000 mgr.a (mgr.14403) 5059 : cluster 0 pgmap v3772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:38 smithi079 bash[28699]: audit 2023-12-07T19:20:37.001509+0000 mgr.a (mgr.14403) 5058 : audit 0 from='client.110967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:38 smithi079 bash[28699]: cluster 2023-12-07T19:20:37.264735+0000 mgr.a (mgr.14403) 5059 : cluster 0 pgmap v3772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:40 smithi194 bash[32038]: cluster 2023-12-07T19:20:39.265613+0000 mgr.a (mgr.14403) 5060 : cluster 0 pgmap v3773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:40 smithi135 bash[32435]: cluster 2023-12-07T19:20:39.265613+0000 mgr.a (mgr.14403) 5060 : cluster 0 pgmap v3773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:41.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:40 smithi079 bash[28699]: cluster 2023-12-07T19:20:39.265613+0000 mgr.a (mgr.14403) 5060 : cluster 0 pgmap v3773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:42.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:20:42.470 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:42.470 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:42 smithi194 bash[32038]: cluster 2023-12-07T19:20:41.266195+0000 mgr.a (mgr.14403) 5061 : cluster 0 pgmap v3774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:42 smithi135 bash[32435]: cluster 2023-12-07T19:20:41.266195+0000 mgr.a (mgr.14403) 5061 : cluster 0 pgmap v3774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:43.359 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:20:43.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:43.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:43.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:43.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:20:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:42 smithi079 bash[28699]: cluster 2023-12-07T19:20:41.266195+0000 mgr.a (mgr.14403) 5061 : cluster 0 pgmap v3774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:44.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:43 smithi194 bash[32038]: audit 2023-12-07T19:20:42.870822+0000 mgr.a (mgr.14403) 5062 : audit 0 from='client.111045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:44.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:43 smithi135 bash[32435]: audit 2023-12-07T19:20:42.870822+0000 mgr.a (mgr.14403) 5062 : audit 0 from='client.111045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:43 smithi079 bash[28699]: audit 2023-12-07T19:20:42.870822+0000 mgr.a (mgr.14403) 5062 : audit 0 from='client.111045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:44 smithi194 bash[32038]: cluster 2023-12-07T19:20:43.266726+0000 mgr.a (mgr.14403) 5063 : cluster 0 pgmap v3775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:44 smithi135 bash[32435]: cluster 2023-12-07T19:20:43.266726+0000 mgr.a (mgr.14403) 5063 : cluster 0 pgmap v3775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:44 smithi079 bash[28699]: cluster 2023-12-07T19:20:43.266726+0000 mgr.a (mgr.14403) 5063 : cluster 0 pgmap v3775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:46 smithi194 bash[32038]: cluster 2023-12-07T19:20:45.267550+0000 mgr.a (mgr.14403) 5064 : cluster 0 pgmap v3776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:46 smithi135 bash[32435]: cluster 2023-12-07T19:20:45.267550+0000 mgr.a (mgr.14403) 5064 : cluster 0 pgmap v3776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:46 smithi079 bash[28699]: cluster 2023-12-07T19:20:45.267550+0000 mgr.a (mgr.14403) 5064 : cluster 0 pgmap v3776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:20:48.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:20:48.363 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:48.363 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:49.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:48 smithi194 bash[32038]: cluster 2023-12-07T19:20:47.268126+0000 mgr.a (mgr.14403) 5065 : cluster 0 pgmap v3777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:49.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:48 smithi135 bash[32435]: cluster 2023-12-07T19:20:47.268126+0000 mgr.a (mgr.14403) 5065 : cluster 0 pgmap v3777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:49.274 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:20:49.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:49.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:49.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:49.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:20:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:48 smithi079 bash[28699]: cluster 2023-12-07T19:20:47.268126+0000 mgr.a (mgr.14403) 5065 : cluster 0 pgmap v3777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:50.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:49 smithi194 bash[32038]: audit 2023-12-07T19:20:48.769023+0000 mgr.a (mgr.14403) 5066 : audit 0 from='client.111120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:50.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:49 smithi135 bash[32435]: audit 2023-12-07T19:20:48.769023+0000 mgr.a (mgr.14403) 5066 : audit 0 from='client.111120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:50.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:49 smithi079 bash[28699]: audit 2023-12-07T19:20:48.769023+0000 mgr.a (mgr.14403) 5066 : audit 0 from='client.111120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:50 smithi135 bash[32435]: cluster 2023-12-07T19:20:49.268970+0000 mgr.a (mgr.14403) 5067 : cluster 0 pgmap v3778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:50 smithi079 bash[28699]: cluster 2023-12-07T19:20:49.268970+0000 mgr.a (mgr.14403) 5067 : cluster 0 pgmap v3778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:50 smithi194 bash[32038]: cluster 2023-12-07T19:20:49.268970+0000 mgr.a (mgr.14403) 5067 : cluster 0 pgmap v3778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:53.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:52 smithi079 bash[28699]: cluster 2023-12-07T19:20:51.269555+0000 mgr.a (mgr.14403) 5068 : cluster 0 pgmap v3779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:52 smithi194 bash[32038]: cluster 2023-12-07T19:20:51.269555+0000 mgr.a (mgr.14403) 5068 : cluster 0 pgmap v3779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:52 smithi135 bash[32435]: cluster 2023-12-07T19:20:51.269555+0000 mgr.a (mgr.14403) 5068 : cluster 0 pgmap v3779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:54.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:20:54.279 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:20:54.279 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:20:55.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:20:55.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:20:55.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:20:55.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:20:55.161 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:20:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:54 smithi079 bash[28699]: cluster 2023-12-07T19:20:53.270159+0000 mgr.a (mgr.14403) 5069 : cluster 0 pgmap v3780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:54 smithi194 bash[32038]: cluster 2023-12-07T19:20:53.270159+0000 mgr.a (mgr.14403) 5069 : cluster 0 pgmap v3780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:54 smithi135 bash[32435]: cluster 2023-12-07T19:20:53.270159+0000 mgr.a (mgr.14403) 5069 : cluster 0 pgmap v3780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:56.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:55 smithi079 bash[28699]: audit 2023-12-07T19:20:54.678380+0000 mgr.a (mgr.14403) 5070 : audit 0 from='client.111195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:56.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:55 smithi194 bash[32038]: audit 2023-12-07T19:20:54.678380+0000 mgr.a (mgr.14403) 5070 : audit 0 from='client.111195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:55 smithi135 bash[32435]: audit 2023-12-07T19:20:54.678380+0000 mgr.a (mgr.14403) 5070 : audit 0 from='client.111195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:20:57.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:56 smithi079 bash[28699]: cluster 2023-12-07T19:20:55.271269+0000 mgr.a (mgr.14403) 5071 : cluster 0 pgmap v3781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:56 smithi194 bash[32038]: cluster 2023-12-07T19:20:55.271269+0000 mgr.a (mgr.14403) 5071 : cluster 0 pgmap v3781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:56 smithi135 bash[32435]: cluster 2023-12-07T19:20:55.271269+0000 mgr.a (mgr.14403) 5071 : cluster 0 pgmap v3781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:20:58.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:20:57 smithi079 bash[28699]: cluster 2023-12-07T19:20:57.271827+0000 mgr.a (mgr.14403) 5072 : cluster 0 pgmap v3782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:58.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:20:57 smithi194 bash[32038]: cluster 2023-12-07T19:20:57.271827+0000 mgr.a (mgr.14403) 5072 : cluster 0 pgmap v3782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:20:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:20:57 smithi135 bash[32435]: cluster 2023-12-07T19:20:57.271827+0000 mgr.a (mgr.14403) 5072 : cluster 0 pgmap v3782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:00.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:21:00.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:00.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:00 smithi079 bash[28699]: cluster 2023-12-07T19:20:59.272558+0000 mgr.a (mgr.14403) 5073 : cluster 0 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-07T19:21:00.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:00 smithi194 bash[32038]: cluster 2023-12-07T19:20:59.272558+0000 mgr.a (mgr.14403) 5073 : cluster 0 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-07T19:21:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:00 smithi135 bash[32435]: cluster 2023-12-07T19:20:59.272558+0000 mgr.a (mgr.14403) 5073 : cluster 0 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-07T19:21:01.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:01.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:01.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:01.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:21:01.068 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:21:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:01 smithi079 bash[28699]: audit 2023-12-07T19:21:00.574494+0000 mgr.a (mgr.14403) 5074 : audit 0 from='client.111270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:01.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:01 smithi194 bash[32038]: audit 2023-12-07T19:21:00.574494+0000 mgr.a (mgr.14403) 5074 : audit 0 from='client.111270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:01.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:01 smithi135 bash[32435]: audit 2023-12-07T19:21:00.574494+0000 mgr.a (mgr.14403) 5074 : audit 0 from='client.111270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:02.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:02 smithi079 bash[28699]: cluster 2023-12-07T19:21:01.273273+0000 mgr.a (mgr.14403) 5075 : cluster 0 pgmap v3784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:02 smithi194 bash[32038]: cluster 2023-12-07T19:21:01.273273+0000 mgr.a (mgr.14403) 5075 : cluster 0 pgmap v3784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:02 smithi135 bash[32435]: cluster 2023-12-07T19:21:01.273273+0000 mgr.a (mgr.14403) 5075 : cluster 0 pgmap v3784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:04.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:04 smithi079 bash[28699]: cluster 2023-12-07T19:21:03.273863+0000 mgr.a (mgr.14403) 5076 : cluster 0 pgmap v3785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:04 smithi194 bash[32038]: cluster 2023-12-07T19:21:03.273863+0000 mgr.a (mgr.14403) 5076 : cluster 0 pgmap v3785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:04 smithi135 bash[32435]: cluster 2023-12-07T19:21:03.273863+0000 mgr.a (mgr.14403) 5076 : cluster 0 pgmap v3785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:06.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:21:06.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:06.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:06 smithi079 bash[28699]: cluster 2023-12-07T19:21:05.274652+0000 mgr.a (mgr.14403) 5077 : cluster 0 pgmap v3786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:06 smithi194 bash[32038]: cluster 2023-12-07T19:21:05.274652+0000 mgr.a (mgr.14403) 5077 : cluster 0 pgmap v3786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:06 smithi135 bash[32435]: cluster 2023-12-07T19:21:05.274652+0000 mgr.a (mgr.14403) 5077 : cluster 0 pgmap v3786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:06.960 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:21:06.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:06.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:06.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:06.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:21:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:07 smithi079 bash[28699]: audit 2023-12-07T19:21:06.471482+0000 mgr.a (mgr.14403) 5078 : audit 0 from='client.111348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:07.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:07 smithi194 bash[32038]: audit 2023-12-07T19:21:06.471482+0000 mgr.a (mgr.14403) 5078 : audit 0 from='client.111348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:07 smithi135 bash[32435]: audit 2023-12-07T19:21:06.471482+0000 mgr.a (mgr.14403) 5078 : audit 0 from='client.111348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:08 smithi079 bash[28699]: cluster 2023-12-07T19:21:07.275512+0000 mgr.a (mgr.14403) 5079 : cluster 0 pgmap v3787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:08 smithi194 bash[32038]: cluster 2023-12-07T19:21:07.275512+0000 mgr.a (mgr.14403) 5079 : cluster 0 pgmap v3787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:08 smithi135 bash[32435]: cluster 2023-12-07T19:21:07.275512+0000 mgr.a (mgr.14403) 5079 : cluster 0 pgmap v3787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:10 smithi079 bash[28699]: cluster 2023-12-07T19:21:09.276455+0000 mgr.a (mgr.14403) 5080 : cluster 0 pgmap v3788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:10 smithi194 bash[32038]: cluster 2023-12-07T19:21:09.276455+0000 mgr.a (mgr.14403) 5080 : cluster 0 pgmap v3788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:10 smithi135 bash[32435]: cluster 2023-12-07T19:21:09.276455+0000 mgr.a (mgr.14403) 5080 : cluster 0 pgmap v3788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:11.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:21:11.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:11.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:12.849 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:21:12.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:12.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:12.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:12.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:21:12.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:12 smithi079 bash[28699]: cluster 2023-12-07T19:21:11.277099+0000 mgr.a (mgr.14403) 5081 : cluster 0 pgmap v3789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:12 smithi194 bash[32038]: cluster 2023-12-07T19:21:11.277099+0000 mgr.a (mgr.14403) 5081 : cluster 0 pgmap v3789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:12 smithi135 bash[32435]: cluster 2023-12-07T19:21:11.277099+0000 mgr.a (mgr.14403) 5081 : cluster 0 pgmap v3789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:13 smithi079 bash[28699]: audit 2023-12-07T19:21:12.356615+0000 mgr.a (mgr.14403) 5082 : audit 0 from='client.111423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:13.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:13 smithi194 bash[32038]: audit 2023-12-07T19:21:12.356615+0000 mgr.a (mgr.14403) 5082 : audit 0 from='client.111423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:13 smithi135 bash[32435]: audit 2023-12-07T19:21:12.356615+0000 mgr.a (mgr.14403) 5082 : audit 0 from='client.111423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:14 smithi194 bash[32038]: cluster 2023-12-07T19:21:13.277812+0000 mgr.a (mgr.14403) 5083 : cluster 0 pgmap v3790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:14 smithi135 bash[32435]: cluster 2023-12-07T19:21:13.277812+0000 mgr.a (mgr.14403) 5083 : cluster 0 pgmap v3790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:14 smithi079 bash[28699]: cluster 2023-12-07T19:21:13.277812+0000 mgr.a (mgr.14403) 5083 : cluster 0 pgmap v3790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:16 smithi194 bash[32038]: cluster 2023-12-07T19:21:15.278678+0000 mgr.a (mgr.14403) 5084 : cluster 0 pgmap v3791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:16 smithi194 bash[32038]: audit 2023-12-07T19:21:15.772918+0000 mon.a (mon.0) 1169 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:21:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:16 smithi194 bash[32038]: audit 2023-12-07T19:21:16.518101+0000 mon.a (mon.0) 1170 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:21:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:16 smithi194 bash[32038]: audit 2023-12-07T19:21:16.520256+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:21:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:16 smithi194 bash[32038]: audit 2023-12-07T19:21:16.529189+0000 mon.a (mon.0) 1172 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:21:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:16 smithi135 bash[32435]: cluster 2023-12-07T19:21:15.278678+0000 mgr.a (mgr.14403) 5084 : cluster 0 pgmap v3791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:16 smithi135 bash[32435]: audit 2023-12-07T19:21:15.772918+0000 mon.a (mon.0) 1169 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:21:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:16 smithi135 bash[32435]: audit 2023-12-07T19:21:16.518101+0000 mon.a (mon.0) 1170 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:21:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:16 smithi135 bash[32435]: audit 2023-12-07T19:21:16.520256+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:21:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:16 smithi135 bash[32435]: audit 2023-12-07T19:21:16.529189+0000 mon.a (mon.0) 1172 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:21:17.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:16 smithi079 bash[28699]: cluster 2023-12-07T19:21:15.278678+0000 mgr.a (mgr.14403) 5084 : cluster 0 pgmap v3791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:17.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:16 smithi079 bash[28699]: audit 2023-12-07T19:21:15.772918+0000 mon.a (mon.0) 1169 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:21:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:16 smithi079 bash[28699]: audit 2023-12-07T19:21:16.518101+0000 mon.a (mon.0) 1170 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:21:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:16 smithi079 bash[28699]: audit 2023-12-07T19:21:16.520256+0000 mon.a (mon.0) 1171 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:21:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:16 smithi079 bash[28699]: audit 2023-12-07T19:21:16.529189+0000 mon.a (mon.0) 1172 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:21:17.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:21:17.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:17.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:18.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:18.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:18.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:18.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:21:18.761 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:21:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:18 smithi194 bash[32038]: cluster 2023-12-07T19:21:17.279339+0000 mgr.a (mgr.14403) 5085 : cluster 0 pgmap v3792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:18 smithi135 bash[32435]: cluster 2023-12-07T19:21:17.279339+0000 mgr.a (mgr.14403) 5085 : cluster 0 pgmap v3792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:19.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:18 smithi079 bash[28699]: cluster 2023-12-07T19:21:17.279339+0000 mgr.a (mgr.14403) 5085 : cluster 0 pgmap v3792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:19.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:19 smithi194 bash[32038]: audit 2023-12-07T19:21:18.258758+0000 mgr.a (mgr.14403) 5086 : audit 0 from='client.111501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:19 smithi135 bash[32435]: audit 2023-12-07T19:21:18.258758+0000 mgr.a (mgr.14403) 5086 : audit 0 from='client.111501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:19 smithi079 bash[28699]: audit 2023-12-07T19:21:18.258758+0000 mgr.a (mgr.14403) 5086 : audit 0 from='client.111501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:20 smithi194 bash[32038]: cluster 2023-12-07T19:21:19.280342+0000 mgr.a (mgr.14403) 5087 : cluster 0 pgmap v3793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:21:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:20 smithi135 bash[32435]: cluster 2023-12-07T19:21:19.280342+0000 mgr.a (mgr.14403) 5087 : cluster 0 pgmap v3793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:21:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:20 smithi079 bash[28699]: cluster 2023-12-07T19:21:19.280342+0000 mgr.a (mgr.14403) 5087 : cluster 0 pgmap v3793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:21:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:22 smithi194 bash[32038]: cluster 2023-12-07T19:21:21.280953+0000 mgr.a (mgr.14403) 5088 : cluster 0 pgmap v3794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:21:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:22 smithi135 bash[32435]: cluster 2023-12-07T19:21:21.280953+0000 mgr.a (mgr.14403) 5088 : cluster 0 pgmap v3794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:21:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:22 smithi079 bash[28699]: cluster 2023-12-07T19:21:21.280953+0000 mgr.a (mgr.14403) 5088 : cluster 0 pgmap v3794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:21:23.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:21:23.763 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:23.763 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:24.648 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:21:24.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:24.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:24.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:24.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:21:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:24 smithi194 bash[32038]: cluster 2023-12-07T19:21:23.281511+0000 mgr.a (mgr.14403) 5089 : cluster 0 pgmap v3795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:21:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:24 smithi135 bash[32435]: cluster 2023-12-07T19:21:23.281511+0000 mgr.a (mgr.14403) 5089 : cluster 0 pgmap v3795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:21:25.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:24 smithi079 bash[28699]: cluster 2023-12-07T19:21:23.281511+0000 mgr.a (mgr.14403) 5089 : cluster 0 pgmap v3795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:21:25.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:25 smithi194 bash[32038]: audit 2023-12-07T19:21:24.169014+0000 mgr.a (mgr.14403) 5090 : audit 0 from='client.111576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:25 smithi135 bash[32435]: audit 2023-12-07T19:21:24.169014+0000 mgr.a (mgr.14403) 5090 : audit 0 from='client.111576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:25 smithi079 bash[28699]: audit 2023-12-07T19:21:24.169014+0000 mgr.a (mgr.14403) 5090 : audit 0 from='client.111576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:26 smithi194 bash[32038]: cluster 2023-12-07T19:21:25.282539+0000 mgr.a (mgr.14403) 5091 : cluster 0 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-07T19:21:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:26 smithi135 bash[32435]: cluster 2023-12-07T19:21:25.282539+0000 mgr.a (mgr.14403) 5091 : cluster 0 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-07T19:21:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:26 smithi079 bash[28699]: cluster 2023-12-07T19:21:25.282539+0000 mgr.a (mgr.14403) 5091 : cluster 0 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-07T19:21:28.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:28 smithi194 bash[32038]: cluster 2023-12-07T19:21:27.283148+0000 mgr.a (mgr.14403) 5092 : cluster 0 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-07T19:21:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:28 smithi135 bash[32435]: cluster 2023-12-07T19:21:27.283148+0000 mgr.a (mgr.14403) 5092 : cluster 0 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-07T19:21:29.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:28 smithi079 bash[28699]: cluster 2023-12-07T19:21:27.283148+0000 mgr.a (mgr.14403) 5092 : cluster 0 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-07T19:21:29.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:21:29.652 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:29.652 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:30.539 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:21:30.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:30.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:30.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:30.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:21:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:30 smithi194 bash[32038]: cluster 2023-12-07T19:21:29.283872+0000 mgr.a (mgr.14403) 5093 : cluster 0 pgmap v3798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:30 smithi135 bash[32435]: cluster 2023-12-07T19:21:29.283872+0000 mgr.a (mgr.14403) 5093 : cluster 0 pgmap v3798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:31.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:30 smithi079 bash[28699]: cluster 2023-12-07T19:21:29.283872+0000 mgr.a (mgr.14403) 5093 : cluster 0 pgmap v3798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:31.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:31 smithi194 bash[32038]: audit 2023-12-07T19:21:30.057614+0000 mgr.a (mgr.14403) 5094 : audit 0 from='client.111648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:31 smithi135 bash[32435]: audit 2023-12-07T19:21:30.057614+0000 mgr.a (mgr.14403) 5094 : audit 0 from='client.111648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:31 smithi079 bash[28699]: audit 2023-12-07T19:21:30.057614+0000 mgr.a (mgr.14403) 5094 : audit 0 from='client.111648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:32 smithi135 bash[32435]: cluster 2023-12-07T19:21:31.284613+0000 mgr.a (mgr.14403) 5095 : cluster 0 pgmap v3799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:21:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:32 smithi079 bash[28699]: cluster 2023-12-07T19:21:31.284613+0000 mgr.a (mgr.14403) 5095 : cluster 0 pgmap v3799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:21:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:32 smithi194 bash[32038]: cluster 2023-12-07T19:21:31.284613+0000 mgr.a (mgr.14403) 5095 : cluster 0 pgmap v3799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:21:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:34 smithi079 bash[28699]: cluster 2023-12-07T19:21:33.285163+0000 mgr.a (mgr.14403) 5096 : cluster 0 pgmap v3800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:21:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:34 smithi194 bash[32038]: cluster 2023-12-07T19:21:33.285163+0000 mgr.a (mgr.14403) 5096 : cluster 0 pgmap v3800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:21:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:34 smithi135 bash[32435]: cluster 2023-12-07T19:21:33.285163+0000 mgr.a (mgr.14403) 5096 : cluster 0 pgmap v3800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:21:35.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:21:35.543 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:35.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:36.423 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:21:36.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:36.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:36.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:36.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:21:37.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:36 smithi079 bash[28699]: cluster 2023-12-07T19:21:35.285975+0000 mgr.a (mgr.14403) 5097 : cluster 0 pgmap v3801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:21:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:36 smithi079 bash[28699]: audit 2023-12-07T19:21:35.951193+0000 mgr.a (mgr.14403) 5098 : audit 0 from='client.111726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:36 smithi194 bash[32038]: cluster 2023-12-07T19:21:35.285975+0000 mgr.a (mgr.14403) 5097 : cluster 0 pgmap v3801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:21:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:36 smithi194 bash[32038]: audit 2023-12-07T19:21:35.951193+0000 mgr.a (mgr.14403) 5098 : audit 0 from='client.111726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:36 smithi135 bash[32435]: cluster 2023-12-07T19:21:35.285975+0000 mgr.a (mgr.14403) 5097 : cluster 0 pgmap v3801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:21:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:36 smithi135 bash[32435]: audit 2023-12-07T19:21:35.951193+0000 mgr.a (mgr.14403) 5098 : audit 0 from='client.111726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:38 smithi079 bash[28699]: cluster 2023-12-07T19:21:37.286690+0000 mgr.a (mgr.14403) 5099 : cluster 0 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-07T19:21:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:38 smithi194 bash[32038]: cluster 2023-12-07T19:21:37.286690+0000 mgr.a (mgr.14403) 5099 : cluster 0 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-07T19:21:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:38 smithi135 bash[32435]: cluster 2023-12-07T19:21:37.286690+0000 mgr.a (mgr.14403) 5099 : cluster 0 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-07T19:21:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:40 smithi079 bash[28699]: cluster 2023-12-07T19:21:39.287517+0000 mgr.a (mgr.14403) 5100 : cluster 0 pgmap v3803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:40 smithi194 bash[32038]: cluster 2023-12-07T19:21:39.287517+0000 mgr.a (mgr.14403) 5100 : cluster 0 pgmap v3803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:40 smithi135 bash[32435]: cluster 2023-12-07T19:21:39.287517+0000 mgr.a (mgr.14403) 5100 : cluster 0 pgmap v3803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:41.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:21:41.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:41.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:42.369 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:21:42.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:42.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:42.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:42.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:21:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:42 smithi079 bash[28699]: cluster 2023-12-07T19:21:41.288110+0000 mgr.a (mgr.14403) 5101 : cluster 0 pgmap v3804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:42 smithi079 bash[28699]: audit 2023-12-07T19:21:41.836432+0000 mgr.a (mgr.14403) 5102 : audit 0 from='client.111804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:42 smithi194 bash[32038]: cluster 2023-12-07T19:21:41.288110+0000 mgr.a (mgr.14403) 5101 : cluster 0 pgmap v3804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:42 smithi194 bash[32038]: audit 2023-12-07T19:21:41.836432+0000 mgr.a (mgr.14403) 5102 : audit 0 from='client.111804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:42 smithi135 bash[32435]: cluster 2023-12-07T19:21:41.288110+0000 mgr.a (mgr.14403) 5101 : cluster 0 pgmap v3804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:42 smithi135 bash[32435]: audit 2023-12-07T19:21:41.836432+0000 mgr.a (mgr.14403) 5102 : audit 0 from='client.111804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:44 smithi079 bash[28699]: cluster 2023-12-07T19:21:43.288831+0000 mgr.a (mgr.14403) 5103 : cluster 0 pgmap v3805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:44 smithi194 bash[32038]: cluster 2023-12-07T19:21:43.288831+0000 mgr.a (mgr.14403) 5103 : cluster 0 pgmap v3805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:44 smithi135 bash[32435]: cluster 2023-12-07T19:21:43.288831+0000 mgr.a (mgr.14403) 5103 : cluster 0 pgmap v3805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:47.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:46 smithi079 bash[28699]: cluster 2023-12-07T19:21:45.289667+0000 mgr.a (mgr.14403) 5104 : cluster 0 pgmap v3806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:46 smithi194 bash[32038]: cluster 2023-12-07T19:21:45.289667+0000 mgr.a (mgr.14403) 5104 : cluster 0 pgmap v3806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:46 smithi135 bash[32435]: cluster 2023-12-07T19:21:45.289667+0000 mgr.a (mgr.14403) 5104 : cluster 0 pgmap v3806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:47.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:21:47.373 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:47.373 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:48.281 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:21:48.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:48.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:48.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:48.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:21:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:48 smithi079 bash[28699]: cluster 2023-12-07T19:21:47.290167+0000 mgr.a (mgr.14403) 5105 : cluster 0 pgmap v3807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:48 smithi079 bash[28699]: audit 2023-12-07T19:21:47.783962+0000 mgr.a (mgr.14403) 5106 : audit 0 from='client.111882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:48 smithi194 bash[32038]: cluster 2023-12-07T19:21:47.290167+0000 mgr.a (mgr.14403) 5105 : cluster 0 pgmap v3807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:48 smithi194 bash[32038]: audit 2023-12-07T19:21:47.783962+0000 mgr.a (mgr.14403) 5106 : audit 0 from='client.111882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:48 smithi135 bash[32435]: cluster 2023-12-07T19:21:47.290167+0000 mgr.a (mgr.14403) 5105 : cluster 0 pgmap v3807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:48 smithi135 bash[32435]: audit 2023-12-07T19:21:47.783962+0000 mgr.a (mgr.14403) 5106 : audit 0 from='client.111882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:50 smithi079 bash[28699]: cluster 2023-12-07T19:21:49.291067+0000 mgr.a (mgr.14403) 5107 : cluster 0 pgmap v3808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:50 smithi194 bash[32038]: cluster 2023-12-07T19:21:49.291067+0000 mgr.a (mgr.14403) 5107 : cluster 0 pgmap v3808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:50 smithi135 bash[32435]: cluster 2023-12-07T19:21:49.291067+0000 mgr.a (mgr.14403) 5107 : cluster 0 pgmap v3808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:21:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:52 smithi079 bash[28699]: cluster 2023-12-07T19:21:51.291633+0000 mgr.a (mgr.14403) 5108 : cluster 0 pgmap v3809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:52 smithi194 bash[32038]: cluster 2023-12-07T19:21:51.291633+0000 mgr.a (mgr.14403) 5108 : cluster 0 pgmap v3809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:52 smithi135 bash[32435]: cluster 2023-12-07T19:21:51.291633+0000 mgr.a (mgr.14403) 5108 : cluster 0 pgmap v3809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:53.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:21:53.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:53.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:54.198 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:21:54.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:21:54.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:21:54.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:21:54.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:21:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:54 smithi079 bash[28699]: cluster 2023-12-07T19:21:53.292270+0000 mgr.a (mgr.14403) 5109 : cluster 0 pgmap v3810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:54 smithi079 bash[28699]: audit 2023-12-07T19:21:53.687652+0000 mgr.a (mgr.14403) 5110 : audit 0 from='client.111957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:54 smithi194 bash[32038]: cluster 2023-12-07T19:21:53.292270+0000 mgr.a (mgr.14403) 5109 : cluster 0 pgmap v3810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:54 smithi194 bash[32038]: audit 2023-12-07T19:21:53.687652+0000 mgr.a (mgr.14403) 5110 : audit 0 from='client.111957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:54 smithi135 bash[32435]: cluster 2023-12-07T19:21:53.292270+0000 mgr.a (mgr.14403) 5109 : cluster 0 pgmap v3810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:54 smithi135 bash[32435]: audit 2023-12-07T19:21:53.687652+0000 mgr.a (mgr.14403) 5110 : audit 0 from='client.111957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:21:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:56 smithi079 bash[28699]: cluster 2023-12-07T19:21:55.293418+0000 mgr.a (mgr.14403) 5111 : cluster 0 pgmap v3811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:56 smithi194 bash[32038]: cluster 2023-12-07T19:21:55.293418+0000 mgr.a (mgr.14403) 5111 : cluster 0 pgmap v3811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:56 smithi135 bash[32435]: cluster 2023-12-07T19:21:55.293418+0000 mgr.a (mgr.14403) 5111 : cluster 0 pgmap v3811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:21:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:21:58 smithi079 bash[28699]: cluster 2023-12-07T19:21:57.294030+0000 mgr.a (mgr.14403) 5112 : cluster 0 pgmap v3812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:59.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:21:59.202 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:21:59.202 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:21:59.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:21:58 smithi194 bash[32038]: cluster 2023-12-07T19:21:57.294030+0000 mgr.a (mgr.14403) 5112 : cluster 0 pgmap v3812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:21:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:21:58 smithi135 bash[32435]: cluster 2023-12-07T19:21:57.294030+0000 mgr.a (mgr.14403) 5112 : cluster 0 pgmap v3812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:00.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:00.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:00.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:00.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:22:00.116 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:22:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:00 smithi079 bash[28699]: cluster 2023-12-07T19:21:59.294950+0000 mgr.a (mgr.14403) 5113 : cluster 0 pgmap v3813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:00 smithi079 bash[28699]: audit 2023-12-07T19:21:59.602641+0000 mgr.a (mgr.14403) 5114 : audit 0 from='client.112035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:00 smithi194 bash[32038]: cluster 2023-12-07T19:21:59.294950+0000 mgr.a (mgr.14403) 5113 : cluster 0 pgmap v3813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:00 smithi194 bash[32038]: audit 2023-12-07T19:21:59.602641+0000 mgr.a (mgr.14403) 5114 : audit 0 from='client.112035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:00 smithi135 bash[32435]: cluster 2023-12-07T19:21:59.294950+0000 mgr.a (mgr.14403) 5113 : cluster 0 pgmap v3813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:00 smithi135 bash[32435]: audit 2023-12-07T19:21:59.602641+0000 mgr.a (mgr.14403) 5114 : audit 0 from='client.112035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:02 smithi079 bash[28699]: cluster 2023-12-07T19:22:01.295776+0000 mgr.a (mgr.14403) 5115 : cluster 0 pgmap v3814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:02 smithi194 bash[32038]: cluster 2023-12-07T19:22:01.295776+0000 mgr.a (mgr.14403) 5115 : cluster 0 pgmap v3814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:02 smithi135 bash[32435]: cluster 2023-12-07T19:22:01.295776+0000 mgr.a (mgr.14403) 5115 : cluster 0 pgmap v3814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:05.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:22:05.120 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:05.120 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:04 smithi079 bash[28699]: cluster 2023-12-07T19:22:03.296487+0000 mgr.a (mgr.14403) 5116 : cluster 0 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-07T19:22:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:04 smithi194 bash[32038]: cluster 2023-12-07T19:22:03.296487+0000 mgr.a (mgr.14403) 5116 : cluster 0 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-07T19:22:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:04 smithi135 bash[32435]: cluster 2023-12-07T19:22:03.296487+0000 mgr.a (mgr.14403) 5116 : cluster 0 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-07T19:22:06.055 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:22:06.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:06.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:06.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:06.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:22:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:06 smithi079 bash[28699]: cluster 2023-12-07T19:22:05.297301+0000 mgr.a (mgr.14403) 5117 : cluster 0 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-07T19:22:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:06 smithi079 bash[28699]: audit 2023-12-07T19:22:05.528784+0000 mgr.a (mgr.14403) 5118 : audit 0 from='client.112113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:06 smithi194 bash[32038]: cluster 2023-12-07T19:22:05.297301+0000 mgr.a (mgr.14403) 5117 : cluster 0 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-07T19:22:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:06 smithi194 bash[32038]: audit 2023-12-07T19:22:05.528784+0000 mgr.a (mgr.14403) 5118 : audit 0 from='client.112113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:06 smithi135 bash[32435]: cluster 2023-12-07T19:22:05.297301+0000 mgr.a (mgr.14403) 5117 : cluster 0 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-07T19:22:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:06 smithi135 bash[32435]: audit 2023-12-07T19:22:05.528784+0000 mgr.a (mgr.14403) 5118 : audit 0 from='client.112113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:08 smithi079 bash[28699]: cluster 2023-12-07T19:22:07.298086+0000 mgr.a (mgr.14403) 5119 : cluster 0 pgmap v3817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:08 smithi194 bash[32038]: cluster 2023-12-07T19:22:07.298086+0000 mgr.a (mgr.14403) 5119 : cluster 0 pgmap v3817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:08 smithi135 bash[32435]: cluster 2023-12-07T19:22:07.298086+0000 mgr.a (mgr.14403) 5119 : cluster 0 pgmap v3817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:11.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:22:11.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:11.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:11.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:10 smithi079 bash[28699]: cluster 2023-12-07T19:22:09.298900+0000 mgr.a (mgr.14403) 5120 : cluster 0 pgmap v3818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:10 smithi194 bash[32038]: cluster 2023-12-07T19:22:09.298900+0000 mgr.a (mgr.14403) 5120 : cluster 0 pgmap v3818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:10 smithi135 bash[32435]: cluster 2023-12-07T19:22:09.298900+0000 mgr.a (mgr.14403) 5120 : cluster 0 pgmap v3818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:11.955 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:22:11.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:11.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:11.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:11.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:22:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:12 smithi079 bash[28699]: cluster 2023-12-07T19:22:11.299378+0000 mgr.a (mgr.14403) 5121 : cluster 0 pgmap v3819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:12 smithi079 bash[28699]: audit 2023-12-07T19:22:11.458132+0000 mgr.a (mgr.14403) 5122 : audit 0 from='client.112191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:12 smithi194 bash[32038]: cluster 2023-12-07T19:22:11.299378+0000 mgr.a (mgr.14403) 5121 : cluster 0 pgmap v3819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:12 smithi194 bash[32038]: audit 2023-12-07T19:22:11.458132+0000 mgr.a (mgr.14403) 5122 : audit 0 from='client.112191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:12 smithi135 bash[32435]: cluster 2023-12-07T19:22:11.299378+0000 mgr.a (mgr.14403) 5121 : cluster 0 pgmap v3819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:12 smithi135 bash[32435]: audit 2023-12-07T19:22:11.458132+0000 mgr.a (mgr.14403) 5122 : audit 0 from='client.112191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:14 smithi079 bash[28699]: cluster 2023-12-07T19:22:13.299960+0000 mgr.a (mgr.14403) 5123 : cluster 0 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-07T19:22:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:14 smithi194 bash[32038]: cluster 2023-12-07T19:22:13.299960+0000 mgr.a (mgr.14403) 5123 : cluster 0 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-07T19:22:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:14 smithi135 bash[32435]: cluster 2023-12-07T19:22:13.299960+0000 mgr.a (mgr.14403) 5123 : cluster 0 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-07T19:22:16.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:22:16.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:16.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:17.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:16 smithi079 bash[28699]: cluster 2023-12-07T19:22:15.300983+0000 mgr.a (mgr.14403) 5124 : cluster 0 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-07T19:22:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:16 smithi079 bash[28699]: audit 2023-12-07T19:22:16.632816+0000 mon.a (mon.0) 1173 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:22:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:16 smithi194 bash[32038]: cluster 2023-12-07T19:22:15.300983+0000 mgr.a (mgr.14403) 5124 : cluster 0 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-07T19:22:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:16 smithi194 bash[32038]: audit 2023-12-07T19:22:16.632816+0000 mon.a (mon.0) 1173 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:22:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:16 smithi135 bash[32435]: cluster 2023-12-07T19:22:15.300983+0000 mgr.a (mgr.14403) 5124 : cluster 0 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-07T19:22:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:16 smithi135 bash[32435]: audit 2023-12-07T19:22:16.632816+0000 mon.a (mon.0) 1173 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:22:17.870 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:22:17.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:17.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:17.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:17.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:22:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:17 smithi079 bash[28699]: audit 2023-12-07T19:22:17.439283+0000 mon.a (mon.0) 1174 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:22:18.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:17 smithi079 bash[28699]: audit 2023-12-07T19:22:17.441144+0000 mon.a (mon.0) 1175 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:22:18.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:17 smithi079 bash[28699]: audit 2023-12-07T19:22:17.449015+0000 mon.a (mon.0) 1176 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:22:18.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:17 smithi194 bash[32038]: audit 2023-12-07T19:22:17.439283+0000 mon.a (mon.0) 1174 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:22:18.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:17 smithi194 bash[32038]: audit 2023-12-07T19:22:17.441144+0000 mon.a (mon.0) 1175 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:22:18.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:17 smithi194 bash[32038]: audit 2023-12-07T19:22:17.449015+0000 mon.a (mon.0) 1176 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:22:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:17 smithi135 bash[32435]: audit 2023-12-07T19:22:17.439283+0000 mon.a (mon.0) 1174 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:22:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:17 smithi135 bash[32435]: audit 2023-12-07T19:22:17.441144+0000 mon.a (mon.0) 1175 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:22:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:17 smithi135 bash[32435]: audit 2023-12-07T19:22:17.449015+0000 mon.a (mon.0) 1176 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:22:19.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:18 smithi079 bash[28699]: cluster 2023-12-07T19:22:17.301408+0000 mgr.a (mgr.14403) 5125 : cluster 0 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-07T19:22:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:18 smithi079 bash[28699]: audit 2023-12-07T19:22:17.355844+0000 mgr.a (mgr.14403) 5126 : audit 0 from='client.112269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:18 smithi194 bash[32038]: cluster 2023-12-07T19:22:17.301408+0000 mgr.a (mgr.14403) 5125 : cluster 0 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-07T19:22:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:18 smithi194 bash[32038]: audit 2023-12-07T19:22:17.355844+0000 mgr.a (mgr.14403) 5126 : audit 0 from='client.112269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:18 smithi135 bash[32435]: cluster 2023-12-07T19:22:17.301408+0000 mgr.a (mgr.14403) 5125 : cluster 0 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-07T19:22:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:18 smithi135 bash[32435]: audit 2023-12-07T19:22:17.355844+0000 mgr.a (mgr.14403) 5126 : audit 0 from='client.112269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:20 smithi079 bash[28699]: cluster 2023-12-07T19:22:19.302261+0000 mgr.a (mgr.14403) 5127 : cluster 0 pgmap v3823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:20 smithi194 bash[32038]: cluster 2023-12-07T19:22:19.302261+0000 mgr.a (mgr.14403) 5127 : cluster 0 pgmap v3823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:20 smithi135 bash[32435]: cluster 2023-12-07T19:22:19.302261+0000 mgr.a (mgr.14403) 5127 : cluster 0 pgmap v3823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:22.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:22:22.873 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:22.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:22 smithi079 bash[28699]: cluster 2023-12-07T19:22:21.302812+0000 mgr.a (mgr.14403) 5128 : cluster 0 pgmap v3824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:22 smithi194 bash[32038]: cluster 2023-12-07T19:22:21.302812+0000 mgr.a (mgr.14403) 5128 : cluster 0 pgmap v3824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:22 smithi135 bash[32435]: cluster 2023-12-07T19:22:21.302812+0000 mgr.a (mgr.14403) 5128 : cluster 0 pgmap v3824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:23.765 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:22:23.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:23.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:23.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:23.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:22:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:24 smithi079 bash[28699]: audit 2023-12-07T19:22:23.276850+0000 mgr.a (mgr.14403) 5129 : audit 0 from='client.112344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:24 smithi079 bash[28699]: cluster 2023-12-07T19:22:23.303610+0000 mgr.a (mgr.14403) 5130 : cluster 0 pgmap v3825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:24 smithi194 bash[32038]: audit 2023-12-07T19:22:23.276850+0000 mgr.a (mgr.14403) 5129 : audit 0 from='client.112344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:24 smithi194 bash[32038]: cluster 2023-12-07T19:22:23.303610+0000 mgr.a (mgr.14403) 5130 : cluster 0 pgmap v3825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:24 smithi135 bash[32435]: audit 2023-12-07T19:22:23.276850+0000 mgr.a (mgr.14403) 5129 : audit 0 from='client.112344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:24 smithi135 bash[32435]: cluster 2023-12-07T19:22:23.303610+0000 mgr.a (mgr.14403) 5130 : cluster 0 pgmap v3825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:26 smithi079 bash[28699]: cluster 2023-12-07T19:22:25.304608+0000 mgr.a (mgr.14403) 5131 : cluster 0 pgmap v3826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:22:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:26 smithi194 bash[32038]: cluster 2023-12-07T19:22:25.304608+0000 mgr.a (mgr.14403) 5131 : cluster 0 pgmap v3826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:22:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:26 smithi135 bash[32435]: cluster 2023-12-07T19:22:25.304608+0000 mgr.a (mgr.14403) 5131 : cluster 0 pgmap v3826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:22:28.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:22:28.769 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:28.769 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:29.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:28 smithi079 bash[28699]: cluster 2023-12-07T19:22:27.305275+0000 mgr.a (mgr.14403) 5132 : cluster 0 pgmap v3827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:22:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:28 smithi194 bash[32038]: cluster 2023-12-07T19:22:27.305275+0000 mgr.a (mgr.14403) 5132 : cluster 0 pgmap v3827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:22:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:28 smithi135 bash[32435]: cluster 2023-12-07T19:22:27.305275+0000 mgr.a (mgr.14403) 5132 : cluster 0 pgmap v3827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:22:29.692 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:22:29.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:29.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:29.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:29.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:22:31.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:30 smithi079 bash[28699]: audit 2023-12-07T19:22:29.179840+0000 mgr.a (mgr.14403) 5133 : audit 0 from='client.112419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:31.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:30 smithi079 bash[28699]: cluster 2023-12-07T19:22:29.306005+0000 mgr.a (mgr.14403) 5134 : cluster 0 pgmap v3828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:30 smithi194 bash[32038]: audit 2023-12-07T19:22:29.179840+0000 mgr.a (mgr.14403) 5133 : audit 0 from='client.112419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:30 smithi194 bash[32038]: cluster 2023-12-07T19:22:29.306005+0000 mgr.a (mgr.14403) 5134 : cluster 0 pgmap v3828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:30 smithi135 bash[32435]: audit 2023-12-07T19:22:29.179840+0000 mgr.a (mgr.14403) 5133 : audit 0 from='client.112419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:30 smithi135 bash[32435]: cluster 2023-12-07T19:22:29.306005+0000 mgr.a (mgr.14403) 5134 : cluster 0 pgmap v3828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:32 smithi079 bash[28699]: cluster 2023-12-07T19:22:31.306660+0000 mgr.a (mgr.14403) 5135 : cluster 0 pgmap v3829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:32 smithi194 bash[32038]: cluster 2023-12-07T19:22:31.306660+0000 mgr.a (mgr.14403) 5135 : cluster 0 pgmap v3829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:32 smithi135 bash[32435]: cluster 2023-12-07T19:22:31.306660+0000 mgr.a (mgr.14403) 5135 : cluster 0 pgmap v3829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:34.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:22:34.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:34.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:34 smithi079 bash[28699]: cluster 2023-12-07T19:22:33.307371+0000 mgr.a (mgr.14403) 5136 : cluster 0 pgmap v3830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:34 smithi194 bash[32038]: cluster 2023-12-07T19:22:33.307371+0000 mgr.a (mgr.14403) 5136 : cluster 0 pgmap v3830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:34 smithi135 bash[32435]: cluster 2023-12-07T19:22:33.307371+0000 mgr.a (mgr.14403) 5136 : cluster 0 pgmap v3830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:22:35.635 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:22:35.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:35.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:35.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:35.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:22:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:36 smithi079 bash[28699]: audit 2023-12-07T19:22:35.107043+0000 mgr.a (mgr.14403) 5137 : audit 0 from='client.112497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:36 smithi079 bash[28699]: cluster 2023-12-07T19:22:35.308512+0000 mgr.a (mgr.14403) 5138 : cluster 0 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-07T19:22:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:36 smithi194 bash[32038]: audit 2023-12-07T19:22:35.107043+0000 mgr.a (mgr.14403) 5137 : audit 0 from='client.112497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:36 smithi194 bash[32038]: cluster 2023-12-07T19:22:35.308512+0000 mgr.a (mgr.14403) 5138 : cluster 0 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-07T19:22:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:36 smithi135 bash[32435]: audit 2023-12-07T19:22:35.107043+0000 mgr.a (mgr.14403) 5137 : audit 0 from='client.112497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:36 smithi135 bash[32435]: cluster 2023-12-07T19:22:35.308512+0000 mgr.a (mgr.14403) 5138 : cluster 0 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-07T19:22:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:38 smithi079 bash[28699]: cluster 2023-12-07T19:22:37.309121+0000 mgr.a (mgr.14403) 5139 : cluster 0 pgmap v3832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:22:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:38 smithi194 bash[32038]: cluster 2023-12-07T19:22:37.309121+0000 mgr.a (mgr.14403) 5139 : cluster 0 pgmap v3832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:22:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:38 smithi135 bash[32435]: cluster 2023-12-07T19:22:37.309121+0000 mgr.a (mgr.14403) 5139 : cluster 0 pgmap v3832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:22:40.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:22:40.640 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:40.640 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:40 smithi079 bash[28699]: cluster 2023-12-07T19:22:39.309982+0000 mgr.a (mgr.14403) 5140 : cluster 0 pgmap v3833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:22:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:40 smithi194 bash[32038]: cluster 2023-12-07T19:22:39.309982+0000 mgr.a (mgr.14403) 5140 : cluster 0 pgmap v3833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:22:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:40 smithi135 bash[32435]: cluster 2023-12-07T19:22:39.309982+0000 mgr.a (mgr.14403) 5140 : cluster 0 pgmap v3833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:22:41.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:41.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:41.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:41.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:22:41.533 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:22:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:42 smithi079 bash[28699]: audit 2023-12-07T19:22:41.036915+0000 mgr.a (mgr.14403) 5141 : audit 0 from='client.112572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:43.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:42 smithi079 bash[28699]: cluster 2023-12-07T19:22:41.310662+0000 mgr.a (mgr.14403) 5142 : cluster 0 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-07T19:22:43.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:42 smithi194 bash[32038]: audit 2023-12-07T19:22:41.036915+0000 mgr.a (mgr.14403) 5141 : audit 0 from='client.112572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:42 smithi194 bash[32038]: cluster 2023-12-07T19:22:41.310662+0000 mgr.a (mgr.14403) 5142 : cluster 0 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-07T19:22:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:42 smithi135 bash[32435]: audit 2023-12-07T19:22:41.036915+0000 mgr.a (mgr.14403) 5141 : audit 0 from='client.112572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:42 smithi135 bash[32435]: cluster 2023-12-07T19:22:41.310662+0000 mgr.a (mgr.14403) 5142 : cluster 0 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-07T19:22:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:44 smithi079 bash[28699]: cluster 2023-12-07T19:22:43.311419+0000 mgr.a (mgr.14403) 5143 : cluster 0 pgmap v3835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:44 smithi194 bash[32038]: cluster 2023-12-07T19:22:43.311419+0000 mgr.a (mgr.14403) 5143 : cluster 0 pgmap v3835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:44 smithi135 bash[32435]: cluster 2023-12-07T19:22:43.311419+0000 mgr.a (mgr.14403) 5143 : cluster 0 pgmap v3835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:46.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:22:46.537 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:46.537 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:47.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:46 smithi079 bash[28699]: cluster 2023-12-07T19:22:45.312245+0000 mgr.a (mgr.14403) 5144 : cluster 0 pgmap v3836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:46 smithi194 bash[32038]: cluster 2023-12-07T19:22:45.312245+0000 mgr.a (mgr.14403) 5144 : cluster 0 pgmap v3836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:46 smithi135 bash[32435]: cluster 2023-12-07T19:22:45.312245+0000 mgr.a (mgr.14403) 5144 : cluster 0 pgmap v3836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:47.456 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:22:47.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:47.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:47.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:47.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:22:48.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:47 smithi194 bash[32038]: audit 2023-12-07T19:22:46.943694+0000 mgr.a (mgr.14403) 5145 : audit 0 from='client.112647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:48.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:47 smithi135 bash[32435]: audit 2023-12-07T19:22:46.943694+0000 mgr.a (mgr.14403) 5145 : audit 0 from='client.112647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:48.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:47 smithi079 bash[28699]: audit 2023-12-07T19:22:46.943694+0000 mgr.a (mgr.14403) 5145 : audit 0 from='client.112647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:48 smithi194 bash[32038]: cluster 2023-12-07T19:22:47.312746+0000 mgr.a (mgr.14403) 5146 : cluster 0 pgmap v3837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:48 smithi135 bash[32435]: cluster 2023-12-07T19:22:47.312746+0000 mgr.a (mgr.14403) 5146 : cluster 0 pgmap v3837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:48 smithi079 bash[28699]: cluster 2023-12-07T19:22:47.312746+0000 mgr.a (mgr.14403) 5146 : cluster 0 pgmap v3837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:50 smithi194 bash[32038]: cluster 2023-12-07T19:22:49.313569+0000 mgr.a (mgr.14403) 5147 : cluster 0 pgmap v3838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:50 smithi135 bash[32435]: cluster 2023-12-07T19:22:49.313569+0000 mgr.a (mgr.14403) 5147 : cluster 0 pgmap v3838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:51.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:50 smithi079 bash[28699]: cluster 2023-12-07T19:22:49.313569+0000 mgr.a (mgr.14403) 5147 : cluster 0 pgmap v3838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:22:52.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:22:52.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:52.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:52 smithi194 bash[32038]: cluster 2023-12-07T19:22:51.314110+0000 mgr.a (mgr.14403) 5148 : cluster 0 pgmap v3839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:52 smithi135 bash[32435]: cluster 2023-12-07T19:22:51.314110+0000 mgr.a (mgr.14403) 5148 : cluster 0 pgmap v3839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:53.347 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:22:53.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:53.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:53.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:53.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:22:53.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:52 smithi079 bash[28699]: cluster 2023-12-07T19:22:51.314110+0000 mgr.a (mgr.14403) 5148 : cluster 0 pgmap v3839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:22:54.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:53 smithi194 bash[32038]: audit 2023-12-07T19:22:52.868835+0000 mgr.a (mgr.14403) 5149 : audit 0 from='client.112719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:54.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:53 smithi135 bash[32435]: audit 2023-12-07T19:22:52.868835+0000 mgr.a (mgr.14403) 5149 : audit 0 from='client.112719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:54.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:53 smithi079 bash[28699]: audit 2023-12-07T19:22:52.868835+0000 mgr.a (mgr.14403) 5149 : audit 0 from='client.112719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:22:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:54 smithi194 bash[32038]: cluster 2023-12-07T19:22:53.314567+0000 mgr.a (mgr.14403) 5150 : cluster 0 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-07T19:22:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:54 smithi135 bash[32435]: cluster 2023-12-07T19:22:53.314567+0000 mgr.a (mgr.14403) 5150 : cluster 0 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-07T19:22:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:54 smithi079 bash[28699]: cluster 2023-12-07T19:22:53.314567+0000 mgr.a (mgr.14403) 5150 : cluster 0 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-07T19:22:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:56 smithi194 bash[32038]: cluster 2023-12-07T19:22:55.315362+0000 mgr.a (mgr.14403) 5151 : cluster 0 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-07T19:22:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:56 smithi135 bash[32435]: cluster 2023-12-07T19:22:55.315362+0000 mgr.a (mgr.14403) 5151 : cluster 0 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-07T19:22:57.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:56 smithi079 bash[28699]: cluster 2023-12-07T19:22:55.315362+0000 mgr.a (mgr.14403) 5151 : cluster 0 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-07T19:22:58.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:22:58.350 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:22:58.350 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:22:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:58 smithi194 bash[32038]: cluster 2023-12-07T19:22:57.315925+0000 mgr.a (mgr.14403) 5152 : cluster 0 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-07T19:22:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:58 smithi135 bash[32435]: cluster 2023-12-07T19:22:57.315925+0000 mgr.a (mgr.14403) 5152 : cluster 0 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-07T19:22:59.275 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:22:59.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:22:59.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:22:59.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:22:59.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:22:59.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:58 smithi079 bash[28699]: cluster 2023-12-07T19:22:57.315925+0000 mgr.a (mgr.14403) 5152 : cluster 0 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-07T19:23:00.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:22:59 smithi194 bash[32038]: audit 2023-12-07T19:22:58.760536+0000 mgr.a (mgr.14403) 5153 : audit 0 from='client.112794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:00.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:22:59 smithi135 bash[32435]: audit 2023-12-07T19:22:58.760536+0000 mgr.a (mgr.14403) 5153 : audit 0 from='client.112794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:22:59 smithi079 bash[28699]: audit 2023-12-07T19:22:58.760536+0000 mgr.a (mgr.14403) 5153 : audit 0 from='client.112794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:00 smithi194 bash[32038]: cluster 2023-12-07T19:22:59.317045+0000 mgr.a (mgr.14403) 5154 : cluster 0 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-07T19:23:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:00 smithi135 bash[32435]: cluster 2023-12-07T19:22:59.317045+0000 mgr.a (mgr.14403) 5154 : cluster 0 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-07T19:23:01.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:00 smithi079 bash[28699]: cluster 2023-12-07T19:22:59.317045+0000 mgr.a (mgr.14403) 5154 : cluster 0 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-07T19:23:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:02 smithi194 bash[32038]: cluster 2023-12-07T19:23:01.317641+0000 mgr.a (mgr.14403) 5155 : cluster 0 pgmap v3844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:02 smithi135 bash[32435]: cluster 2023-12-07T19:23:01.317641+0000 mgr.a (mgr.14403) 5155 : cluster 0 pgmap v3844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:02 smithi079 bash[28699]: cluster 2023-12-07T19:23:01.317641+0000 mgr.a (mgr.14403) 5155 : cluster 0 pgmap v3844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:04.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:23:04.279 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:04.279 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:05.148 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:23:05.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:05.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:05.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:05.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:23:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:04 smithi194 bash[32038]: cluster 2023-12-07T19:23:03.318200+0000 mgr.a (mgr.14403) 5156 : cluster 0 pgmap v3845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:04 smithi135 bash[32435]: cluster 2023-12-07T19:23:03.318200+0000 mgr.a (mgr.14403) 5156 : cluster 0 pgmap v3845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:05.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:04 smithi079 bash[28699]: cluster 2023-12-07T19:23:03.318200+0000 mgr.a (mgr.14403) 5156 : cluster 0 pgmap v3845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:06.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:05 smithi135 bash[32435]: audit 2023-12-07T19:23:04.673556+0000 mgr.a (mgr.14403) 5157 : audit 0 from='client.112869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:05 smithi079 bash[28699]: audit 2023-12-07T19:23:04.673556+0000 mgr.a (mgr.14403) 5157 : audit 0 from='client.112869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:06.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:05 smithi194 bash[32038]: audit 2023-12-07T19:23:04.673556+0000 mgr.a (mgr.14403) 5157 : audit 0 from='client.112869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:07.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:06 smithi079 bash[28699]: cluster 2023-12-07T19:23:05.319274+0000 mgr.a (mgr.14403) 5158 : cluster 0 pgmap v3846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:06 smithi194 bash[32038]: cluster 2023-12-07T19:23:05.319274+0000 mgr.a (mgr.14403) 5158 : cluster 0 pgmap v3846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:06 smithi135 bash[32435]: cluster 2023-12-07T19:23:05.319274+0000 mgr.a (mgr.14403) 5158 : cluster 0 pgmap v3846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:09.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:08 smithi079 bash[28699]: cluster 2023-12-07T19:23:07.319913+0000 mgr.a (mgr.14403) 5159 : cluster 0 pgmap v3847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:08 smithi194 bash[32038]: cluster 2023-12-07T19:23:07.319913+0000 mgr.a (mgr.14403) 5159 : cluster 0 pgmap v3847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:08 smithi135 bash[32435]: cluster 2023-12-07T19:23:07.319913+0000 mgr.a (mgr.14403) 5159 : cluster 0 pgmap v3847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:10.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:23:10.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:10.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:11.081 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:23:11.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:11.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:11.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:11.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:23:11.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:10 smithi079 bash[28699]: cluster 2023-12-07T19:23:09.320808+0000 mgr.a (mgr.14403) 5160 : cluster 0 pgmap v3848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:10 smithi194 bash[32038]: cluster 2023-12-07T19:23:09.320808+0000 mgr.a (mgr.14403) 5160 : cluster 0 pgmap v3848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:10 smithi135 bash[32435]: cluster 2023-12-07T19:23:09.320808+0000 mgr.a (mgr.14403) 5160 : cluster 0 pgmap v3848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:12.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:11 smithi079 bash[28699]: audit 2023-12-07T19:23:10.560197+0000 mgr.a (mgr.14403) 5161 : audit 0 from='client.112947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:12.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:11 smithi194 bash[32038]: audit 2023-12-07T19:23:10.560197+0000 mgr.a (mgr.14403) 5161 : audit 0 from='client.112947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:11 smithi135 bash[32435]: audit 2023-12-07T19:23:10.560197+0000 mgr.a (mgr.14403) 5161 : audit 0 from='client.112947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:13.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:12 smithi079 bash[28699]: cluster 2023-12-07T19:23:11.321570+0000 mgr.a (mgr.14403) 5162 : cluster 0 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-07T19:23:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:12 smithi194 bash[32038]: cluster 2023-12-07T19:23:11.321570+0000 mgr.a (mgr.14403) 5162 : cluster 0 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-07T19:23:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:12 smithi135 bash[32435]: cluster 2023-12-07T19:23:11.321570+0000 mgr.a (mgr.14403) 5162 : cluster 0 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-07T19:23:15.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:14 smithi079 bash[28699]: cluster 2023-12-07T19:23:13.322160+0000 mgr.a (mgr.14403) 5163 : cluster 0 pgmap v3850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:14 smithi194 bash[32038]: cluster 2023-12-07T19:23:13.322160+0000 mgr.a (mgr.14403) 5163 : cluster 0 pgmap v3850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:14 smithi135 bash[32435]: cluster 2023-12-07T19:23:13.322160+0000 mgr.a (mgr.14403) 5163 : cluster 0 pgmap v3850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:16.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:23:16.086 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:16.086 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:16.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:16.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:16.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:16.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:23:16.977 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:23:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:16 smithi079 bash[28699]: cluster 2023-12-07T19:23:15.322960+0000 mgr.a (mgr.14403) 5164 : cluster 0 pgmap v3851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:16 smithi194 bash[32038]: cluster 2023-12-07T19:23:15.322960+0000 mgr.a (mgr.14403) 5164 : cluster 0 pgmap v3851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:16 smithi135 bash[32435]: cluster 2023-12-07T19:23:15.322960+0000 mgr.a (mgr.14403) 5164 : cluster 0 pgmap v3851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:17 smithi079 bash[28699]: audit 2023-12-07T19:23:16.495898+0000 mgr.a (mgr.14403) 5165 : audit 0 from='client.113022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:18.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:17 smithi079 bash[28699]: audit 2023-12-07T19:23:17.558528+0000 mon.a (mon.0) 1177 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:23:18.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:17 smithi194 bash[32038]: audit 2023-12-07T19:23:16.495898+0000 mgr.a (mgr.14403) 5165 : audit 0 from='client.113022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:18.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:17 smithi194 bash[32038]: audit 2023-12-07T19:23:17.558528+0000 mon.a (mon.0) 1177 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:23:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:17 smithi135 bash[32435]: audit 2023-12-07T19:23:16.495898+0000 mgr.a (mgr.14403) 5165 : audit 0 from='client.113022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:17 smithi135 bash[32435]: audit 2023-12-07T19:23:17.558528+0000 mon.a (mon.0) 1177 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:23:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:18 smithi079 bash[28699]: cluster 2023-12-07T19:23:17.323649+0000 mgr.a (mgr.14403) 5166 : cluster 0 pgmap v3852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:18 smithi079 bash[28699]: audit 2023-12-07T19:23:18.085555+0000 mon.a (mon.0) 1178 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:23:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:18 smithi079 bash[28699]: audit 2023-12-07T19:23:18.092065+0000 mon.a (mon.0) 1179 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:23:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:18 smithi079 bash[28699]: audit 2023-12-07T19:23:18.838239+0000 mon.a (mon.0) 1180 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:23:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:18 smithi079 bash[28699]: audit 2023-12-07T19:23:18.839999+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:23:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:18 smithi079 bash[28699]: audit 2023-12-07T19:23:18.848979+0000 mon.a (mon.0) 1182 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:23:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:18 smithi194 bash[32038]: cluster 2023-12-07T19:23:17.323649+0000 mgr.a (mgr.14403) 5166 : cluster 0 pgmap v3852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:18 smithi194 bash[32038]: audit 2023-12-07T19:23:18.085555+0000 mon.a (mon.0) 1178 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:23:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:18 smithi194 bash[32038]: audit 2023-12-07T19:23:18.092065+0000 mon.a (mon.0) 1179 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:23:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:18 smithi194 bash[32038]: audit 2023-12-07T19:23:18.838239+0000 mon.a (mon.0) 1180 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:23:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:18 smithi194 bash[32038]: audit 2023-12-07T19:23:18.839999+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:23:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:18 smithi194 bash[32038]: audit 2023-12-07T19:23:18.848979+0000 mon.a (mon.0) 1182 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:23:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:19 smithi135 bash[32435]: cluster 2023-12-07T19:23:17.323649+0000 mgr.a (mgr.14403) 5166 : cluster 0 pgmap v3852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:19 smithi135 bash[32435]: audit 2023-12-07T19:23:18.085555+0000 mon.a (mon.0) 1178 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:23:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:19 smithi135 bash[32435]: audit 2023-12-07T19:23:18.092065+0000 mon.a (mon.0) 1179 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:23:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:19 smithi135 bash[32435]: audit 2023-12-07T19:23:18.838239+0000 mon.a (mon.0) 1180 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:23:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:19 smithi135 bash[32435]: audit 2023-12-07T19:23:18.839999+0000 mon.a (mon.0) 1181 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:23:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:19 smithi135 bash[32435]: audit 2023-12-07T19:23:18.848979+0000 mon.a (mon.0) 1182 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:23:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:21 smithi079 bash[28699]: cluster 2023-12-07T19:23:19.324597+0000 mgr.a (mgr.14403) 5167 : cluster 0 pgmap v3853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:21 smithi194 bash[32038]: cluster 2023-12-07T19:23:19.324597+0000 mgr.a (mgr.14403) 5167 : cluster 0 pgmap v3853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:21 smithi135 bash[32435]: cluster 2023-12-07T19:23:19.324597+0000 mgr.a (mgr.14403) 5167 : cluster 0 pgmap v3853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:21.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:23:21.980 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:21.980 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:22.896 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:23:22.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:22.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:22.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:22.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:23:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:23 smithi079 bash[28699]: cluster 2023-12-07T19:23:21.325286+0000 mgr.a (mgr.14403) 5168 : cluster 0 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-07T19:23:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:23 smithi194 bash[32038]: cluster 2023-12-07T19:23:21.325286+0000 mgr.a (mgr.14403) 5168 : cluster 0 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-07T19:23:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:23 smithi135 bash[32435]: cluster 2023-12-07T19:23:21.325286+0000 mgr.a (mgr.14403) 5168 : cluster 0 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-07T19:23:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:24 smithi079 bash[28699]: audit 2023-12-07T19:23:22.390707+0000 mgr.a (mgr.14403) 5169 : audit 0 from='client.113094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:24.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:24 smithi194 bash[32038]: audit 2023-12-07T19:23:22.390707+0000 mgr.a (mgr.14403) 5169 : audit 0 from='client.113094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:24 smithi135 bash[32435]: audit 2023-12-07T19:23:22.390707+0000 mgr.a (mgr.14403) 5169 : audit 0 from='client.113094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:25.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:25 smithi079 bash[28699]: cluster 2023-12-07T19:23:23.326020+0000 mgr.a (mgr.14403) 5170 : cluster 0 pgmap v3855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:25 smithi194 bash[32038]: cluster 2023-12-07T19:23:23.326020+0000 mgr.a (mgr.14403) 5170 : cluster 0 pgmap v3855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:25 smithi135 bash[32435]: cluster 2023-12-07T19:23:23.326020+0000 mgr.a (mgr.14403) 5170 : cluster 0 pgmap v3855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:27 smithi079 bash[28699]: cluster 2023-12-07T19:23:25.326834+0000 mgr.a (mgr.14403) 5171 : cluster 0 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-07T19:23:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:27 smithi194 bash[32038]: cluster 2023-12-07T19:23:25.326834+0000 mgr.a (mgr.14403) 5171 : cluster 0 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-07T19:23:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:27 smithi135 bash[32435]: cluster 2023-12-07T19:23:25.326834+0000 mgr.a (mgr.14403) 5171 : cluster 0 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-07T19:23:27.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:23:27.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:27.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:28.797 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:23:28.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:28.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:28.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:28.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:23:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:29 smithi079 bash[28699]: cluster 2023-12-07T19:23:27.327414+0000 mgr.a (mgr.14403) 5172 : cluster 0 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-07T19:23:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:29 smithi194 bash[32038]: cluster 2023-12-07T19:23:27.327414+0000 mgr.a (mgr.14403) 5172 : cluster 0 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-07T19:23:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:29 smithi135 bash[32435]: cluster 2023-12-07T19:23:27.327414+0000 mgr.a (mgr.14403) 5172 : cluster 0 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-07T19:23:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:30 smithi079 bash[28699]: audit 2023-12-07T19:23:28.301412+0000 mgr.a (mgr.14403) 5173 : audit 0 from='client.113169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:30.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:30 smithi194 bash[32038]: audit 2023-12-07T19:23:28.301412+0000 mgr.a (mgr.14403) 5173 : audit 0 from='client.113169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:30 smithi135 bash[32435]: audit 2023-12-07T19:23:28.301412+0000 mgr.a (mgr.14403) 5173 : audit 0 from='client.113169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:31 smithi079 bash[28699]: cluster 2023-12-07T19:23:29.328423+0000 mgr.a (mgr.14403) 5174 : cluster 0 pgmap v3858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:23:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:31 smithi194 bash[32038]: cluster 2023-12-07T19:23:29.328423+0000 mgr.a (mgr.14403) 5174 : cluster 0 pgmap v3858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:23:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:31 smithi135 bash[32435]: cluster 2023-12-07T19:23:29.328423+0000 mgr.a (mgr.14403) 5174 : cluster 0 pgmap v3858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:23:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:32 smithi079 bash[28699]: cluster 2023-12-07T19:23:31.329048+0000 mgr.a (mgr.14403) 5175 : cluster 0 pgmap v3859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:23:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:32 smithi194 bash[32038]: cluster 2023-12-07T19:23:31.329048+0000 mgr.a (mgr.14403) 5175 : cluster 0 pgmap v3859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:23:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:32 smithi135 bash[32435]: cluster 2023-12-07T19:23:31.329048+0000 mgr.a (mgr.14403) 5175 : cluster 0 pgmap v3859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:23:33.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:23:33.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:33.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:34 smithi079 bash[28699]: cluster 2023-12-07T19:23:33.329597+0000 mgr.a (mgr.14403) 5176 : cluster 0 pgmap v3860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:23:34.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:34.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:34.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:34.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:23:34.704 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:23:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:34 smithi194 bash[32038]: cluster 2023-12-07T19:23:33.329597+0000 mgr.a (mgr.14403) 5176 : cluster 0 pgmap v3860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:23:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:34 smithi135 bash[32435]: cluster 2023-12-07T19:23:33.329597+0000 mgr.a (mgr.14403) 5176 : cluster 0 pgmap v3860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:23:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:35 smithi194 bash[32038]: audit 2023-12-07T19:23:34.203695+0000 mgr.a (mgr.14403) 5177 : audit 0 from='client.113244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:35 smithi135 bash[32435]: audit 2023-12-07T19:23:34.203695+0000 mgr.a (mgr.14403) 5177 : audit 0 from='client.113244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:35 smithi079 bash[28699]: audit 2023-12-07T19:23:34.203695+0000 mgr.a (mgr.14403) 5177 : audit 0 from='client.113244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:36.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:36 smithi194 bash[32038]: cluster 2023-12-07T19:23:35.330654+0000 mgr.a (mgr.14403) 5178 : cluster 0 pgmap v3861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:36 smithi135 bash[32435]: cluster 2023-12-07T19:23:35.330654+0000 mgr.a (mgr.14403) 5178 : cluster 0 pgmap v3861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:37.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:36 smithi079 bash[28699]: cluster 2023-12-07T19:23:35.330654+0000 mgr.a (mgr.14403) 5178 : cluster 0 pgmap v3861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:38 smithi194 bash[32038]: cluster 2023-12-07T19:23:37.331233+0000 mgr.a (mgr.14403) 5179 : cluster 0 pgmap v3862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:38 smithi135 bash[32435]: cluster 2023-12-07T19:23:37.331233+0000 mgr.a (mgr.14403) 5179 : cluster 0 pgmap v3862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:38 smithi079 bash[28699]: cluster 2023-12-07T19:23:37.331233+0000 mgr.a (mgr.14403) 5179 : cluster 0 pgmap v3862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:23:39.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:23:39.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:39.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:40.596 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:23:40.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:40.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:40.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:40.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:23:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:40 smithi194 bash[32038]: cluster 2023-12-07T19:23:39.331917+0000 mgr.a (mgr.14403) 5180 : cluster 0 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-07T19:23:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:40 smithi135 bash[32435]: cluster 2023-12-07T19:23:39.331917+0000 mgr.a (mgr.14403) 5180 : cluster 0 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-07T19:23:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:40 smithi079 bash[28699]: cluster 2023-12-07T19:23:39.331917+0000 mgr.a (mgr.14403) 5180 : cluster 0 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-07T19:23:41.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:41 smithi194 bash[32038]: audit 2023-12-07T19:23:40.110657+0000 mgr.a (mgr.14403) 5181 : audit 0 from='client.113319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:41 smithi135 bash[32435]: audit 2023-12-07T19:23:40.110657+0000 mgr.a (mgr.14403) 5181 : audit 0 from='client.113319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:41 smithi079 bash[28699]: audit 2023-12-07T19:23:40.110657+0000 mgr.a (mgr.14403) 5181 : audit 0 from='client.113319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:42 smithi194 bash[32038]: cluster 2023-12-07T19:23:41.332599+0000 mgr.a (mgr.14403) 5182 : cluster 0 pgmap v3864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:23:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:42 smithi135 bash[32435]: cluster 2023-12-07T19:23:41.332599+0000 mgr.a (mgr.14403) 5182 : cluster 0 pgmap v3864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:23:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:42 smithi079 bash[28699]: cluster 2023-12-07T19:23:41.332599+0000 mgr.a (mgr.14403) 5182 : cluster 0 pgmap v3864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:23:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:44 smithi194 bash[32038]: cluster 2023-12-07T19:23:43.333119+0000 mgr.a (mgr.14403) 5183 : cluster 0 pgmap v3865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:23:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:44 smithi135 bash[32435]: cluster 2023-12-07T19:23:43.333119+0000 mgr.a (mgr.14403) 5183 : cluster 0 pgmap v3865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:23:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:44 smithi079 bash[28699]: cluster 2023-12-07T19:23:43.333119+0000 mgr.a (mgr.14403) 5183 : cluster 0 pgmap v3865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:23:45.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:23:45.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:45.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:46.533 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:23:46.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:46.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:46.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:46.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:23:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:46 smithi194 bash[32038]: cluster 2023-12-07T19:23:45.333953+0000 mgr.a (mgr.14403) 5184 : cluster 0 pgmap v3866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:23:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:46 smithi194 bash[32038]: audit 2023-12-07T19:23:46.013434+0000 mgr.a (mgr.14403) 5185 : audit 0 from='client.113397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:46 smithi135 bash[32435]: cluster 2023-12-07T19:23:45.333953+0000 mgr.a (mgr.14403) 5184 : cluster 0 pgmap v3866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:23:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:46 smithi135 bash[32435]: audit 2023-12-07T19:23:46.013434+0000 mgr.a (mgr.14403) 5185 : audit 0 from='client.113397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:47.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:46 smithi079 bash[28699]: cluster 2023-12-07T19:23:45.333953+0000 mgr.a (mgr.14403) 5184 : cluster 0 pgmap v3866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:23:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:46 smithi079 bash[28699]: audit 2023-12-07T19:23:46.013434+0000 mgr.a (mgr.14403) 5185 : audit 0 from='client.113397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:48 smithi194 bash[32038]: cluster 2023-12-07T19:23:47.334662+0000 mgr.a (mgr.14403) 5186 : cluster 0 pgmap v3867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:48 smithi135 bash[32435]: cluster 2023-12-07T19:23:47.334662+0000 mgr.a (mgr.14403) 5186 : cluster 0 pgmap v3867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:49.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:48 smithi079 bash[28699]: cluster 2023-12-07T19:23:47.334662+0000 mgr.a (mgr.14403) 5186 : cluster 0 pgmap v3867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:50 smithi194 bash[32038]: cluster 2023-12-07T19:23:49.335520+0000 mgr.a (mgr.14403) 5187 : cluster 0 pgmap v3868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:50 smithi135 bash[32435]: cluster 2023-12-07T19:23:49.335520+0000 mgr.a (mgr.14403) 5187 : cluster 0 pgmap v3868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:50 smithi079 bash[28699]: cluster 2023-12-07T19:23:49.335520+0000 mgr.a (mgr.14403) 5187 : cluster 0 pgmap v3868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:51.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:23:51.536 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:51.536 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:52.426 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:23:52.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:52.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:52.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:52.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:23:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:52 smithi194 bash[32038]: cluster 2023-12-07T19:23:51.336121+0000 mgr.a (mgr.14403) 5188 : cluster 0 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-07T19:23:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:52 smithi194 bash[32038]: audit 2023-12-07T19:23:51.928202+0000 mgr.a (mgr.14403) 5189 : audit 0 from='client.113475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:52 smithi135 bash[32435]: cluster 2023-12-07T19:23:51.336121+0000 mgr.a (mgr.14403) 5188 : cluster 0 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-07T19:23:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:52 smithi135 bash[32435]: audit 2023-12-07T19:23:51.928202+0000 mgr.a (mgr.14403) 5189 : audit 0 from='client.113475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:52 smithi079 bash[28699]: cluster 2023-12-07T19:23:51.336121+0000 mgr.a (mgr.14403) 5188 : cluster 0 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-07T19:23:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:52 smithi079 bash[28699]: audit 2023-12-07T19:23:51.928202+0000 mgr.a (mgr.14403) 5189 : audit 0 from='client.113475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:54 smithi135 bash[32435]: cluster 2023-12-07T19:23:53.336790+0000 mgr.a (mgr.14403) 5190 : cluster 0 pgmap v3870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:54 smithi079 bash[28699]: cluster 2023-12-07T19:23:53.336790+0000 mgr.a (mgr.14403) 5190 : cluster 0 pgmap v3870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:54 smithi194 bash[32038]: cluster 2023-12-07T19:23:53.336790+0000 mgr.a (mgr.14403) 5190 : cluster 0 pgmap v3870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:56 smithi079 bash[28699]: cluster 2023-12-07T19:23:55.337616+0000 mgr.a (mgr.14403) 5191 : cluster 0 pgmap v3871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:56 smithi194 bash[32038]: cluster 2023-12-07T19:23:55.337616+0000 mgr.a (mgr.14403) 5191 : cluster 0 pgmap v3871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:56 smithi135 bash[32435]: cluster 2023-12-07T19:23:55.337616+0000 mgr.a (mgr.14403) 5191 : cluster 0 pgmap v3871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:23:57.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:23:57.430 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:23:57.430 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:23:58.308 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:23:58.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:23:58.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:23:58.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:23:58.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:23:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:58 smithi079 bash[28699]: cluster 2023-12-07T19:23:57.338163+0000 mgr.a (mgr.14403) 5192 : cluster 0 pgmap v3872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:23:58 smithi079 bash[28699]: audit 2023-12-07T19:23:57.830630+0000 mgr.a (mgr.14403) 5193 : audit 0 from='client.113553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:58 smithi194 bash[32038]: cluster 2023-12-07T19:23:57.338163+0000 mgr.a (mgr.14403) 5192 : cluster 0 pgmap v3872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:23:58 smithi194 bash[32038]: audit 2023-12-07T19:23:57.830630+0000 mgr.a (mgr.14403) 5193 : audit 0 from='client.113553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:23:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:58 smithi135 bash[32435]: cluster 2023-12-07T19:23:57.338163+0000 mgr.a (mgr.14403) 5192 : cluster 0 pgmap v3872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:23:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:23:58 smithi135 bash[32435]: audit 2023-12-07T19:23:57.830630+0000 mgr.a (mgr.14403) 5193 : audit 0 from='client.113553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:00 smithi079 bash[28699]: cluster 2023-12-07T19:23:59.339099+0000 mgr.a (mgr.14403) 5194 : cluster 0 pgmap v3873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:00 smithi194 bash[32038]: cluster 2023-12-07T19:23:59.339099+0000 mgr.a (mgr.14403) 5194 : cluster 0 pgmap v3873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:00 smithi135 bash[32435]: cluster 2023-12-07T19:23:59.339099+0000 mgr.a (mgr.14403) 5194 : cluster 0 pgmap v3873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:02 smithi079 bash[28699]: cluster 2023-12-07T19:24:01.339678+0000 mgr.a (mgr.14403) 5195 : cluster 0 pgmap v3874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:02 smithi194 bash[32038]: cluster 2023-12-07T19:24:01.339678+0000 mgr.a (mgr.14403) 5195 : cluster 0 pgmap v3874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:02 smithi135 bash[32435]: cluster 2023-12-07T19:24:01.339678+0000 mgr.a (mgr.14403) 5195 : cluster 0 pgmap v3874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:03.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:24:03.313 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:03.313 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:04.232 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:24:04.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:04.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:04.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:04.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:24:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:04 smithi079 bash[28699]: cluster 2023-12-07T19:24:03.340228+0000 mgr.a (mgr.14403) 5196 : cluster 0 pgmap v3875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:04 smithi079 bash[28699]: audit 2023-12-07T19:24:03.724333+0000 mgr.a (mgr.14403) 5197 : audit 0 from='client.113631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:04 smithi194 bash[32038]: cluster 2023-12-07T19:24:03.340228+0000 mgr.a (mgr.14403) 5196 : cluster 0 pgmap v3875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:04 smithi194 bash[32038]: audit 2023-12-07T19:24:03.724333+0000 mgr.a (mgr.14403) 5197 : audit 0 from='client.113631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:04 smithi135 bash[32435]: cluster 2023-12-07T19:24:03.340228+0000 mgr.a (mgr.14403) 5196 : cluster 0 pgmap v3875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:04 smithi135 bash[32435]: audit 2023-12-07T19:24:03.724333+0000 mgr.a (mgr.14403) 5197 : audit 0 from='client.113631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:06 smithi079 bash[28699]: cluster 2023-12-07T19:24:05.341391+0000 mgr.a (mgr.14403) 5198 : cluster 0 pgmap v3876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:06 smithi194 bash[32038]: cluster 2023-12-07T19:24:05.341391+0000 mgr.a (mgr.14403) 5198 : cluster 0 pgmap v3876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:06 smithi135 bash[32435]: cluster 2023-12-07T19:24:05.341391+0000 mgr.a (mgr.14403) 5198 : cluster 0 pgmap v3876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:08 smithi079 bash[28699]: cluster 2023-12-07T19:24:07.342006+0000 mgr.a (mgr.14403) 5199 : cluster 0 pgmap v3877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:08 smithi194 bash[32038]: cluster 2023-12-07T19:24:07.342006+0000 mgr.a (mgr.14403) 5199 : cluster 0 pgmap v3877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:08 smithi135 bash[32435]: cluster 2023-12-07T19:24:07.342006+0000 mgr.a (mgr.14403) 5199 : cluster 0 pgmap v3877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:09.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:24:09.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:09.236 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:10.145 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:24:10.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:10.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:10.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:10.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:24:11.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:10 smithi079 bash[28699]: cluster 2023-12-07T19:24:09.342863+0000 mgr.a (mgr.14403) 5200 : cluster 0 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-07T19:24:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:10 smithi079 bash[28699]: audit 2023-12-07T19:24:09.637971+0000 mgr.a (mgr.14403) 5201 : audit 0 from='client.113703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:10 smithi194 bash[32038]: cluster 2023-12-07T19:24:09.342863+0000 mgr.a (mgr.14403) 5200 : cluster 0 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-07T19:24:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:10 smithi194 bash[32038]: audit 2023-12-07T19:24:09.637971+0000 mgr.a (mgr.14403) 5201 : audit 0 from='client.113703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:10 smithi135 bash[32435]: cluster 2023-12-07T19:24:09.342863+0000 mgr.a (mgr.14403) 5200 : cluster 0 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-07T19:24:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:10 smithi135 bash[32435]: audit 2023-12-07T19:24:09.637971+0000 mgr.a (mgr.14403) 5201 : audit 0 from='client.113703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:12 smithi079 bash[28699]: cluster 2023-12-07T19:24:11.343711+0000 mgr.a (mgr.14403) 5202 : cluster 0 pgmap v3879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:12 smithi194 bash[32038]: cluster 2023-12-07T19:24:11.343711+0000 mgr.a (mgr.14403) 5202 : cluster 0 pgmap v3879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:12 smithi135 bash[32435]: cluster 2023-12-07T19:24:11.343711+0000 mgr.a (mgr.14403) 5202 : cluster 0 pgmap v3879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:14 smithi079 bash[28699]: cluster 2023-12-07T19:24:13.344435+0000 mgr.a (mgr.14403) 5203 : cluster 0 pgmap v3880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:15.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:24:15.149 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:15.149 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:14 smithi194 bash[32038]: cluster 2023-12-07T19:24:13.344435+0000 mgr.a (mgr.14403) 5203 : cluster 0 pgmap v3880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:14 smithi135 bash[32435]: cluster 2023-12-07T19:24:13.344435+0000 mgr.a (mgr.14403) 5203 : cluster 0 pgmap v3880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:16.023 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:24:16.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:16.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:16.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:16.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:24:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:16 smithi079 bash[28699]: cluster 2023-12-07T19:24:15.345386+0000 mgr.a (mgr.14403) 5204 : cluster 0 pgmap v3881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:16 smithi079 bash[28699]: audit 2023-12-07T19:24:15.551992+0000 mgr.a (mgr.14403) 5205 : audit 0 from='client.113781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:16 smithi194 bash[32038]: cluster 2023-12-07T19:24:15.345386+0000 mgr.a (mgr.14403) 5204 : cluster 0 pgmap v3881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:16 smithi194 bash[32038]: audit 2023-12-07T19:24:15.551992+0000 mgr.a (mgr.14403) 5205 : audit 0 from='client.113781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:16 smithi135 bash[32435]: cluster 2023-12-07T19:24:15.345386+0000 mgr.a (mgr.14403) 5204 : cluster 0 pgmap v3881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:16 smithi135 bash[32435]: audit 2023-12-07T19:24:15.551992+0000 mgr.a (mgr.14403) 5205 : audit 0 from='client.113781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:19.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:18 smithi079 bash[28699]: cluster 2023-12-07T19:24:17.346193+0000 mgr.a (mgr.14403) 5206 : cluster 0 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-07T19:24:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:18 smithi194 bash[32038]: cluster 2023-12-07T19:24:17.346193+0000 mgr.a (mgr.14403) 5206 : cluster 0 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-07T19:24:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:18 smithi135 bash[32435]: cluster 2023-12-07T19:24:17.346193+0000 mgr.a (mgr.14403) 5206 : cluster 0 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-07T19:24:20.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:19 smithi079 bash[28699]: audit 2023-12-07T19:24:18.951491+0000 mon.a (mon.0) 1183 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:24:20.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:19 smithi079 bash[28699]: audit 2023-12-07T19:24:19.481887+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:24:20.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:19 smithi079 bash[28699]: audit 2023-12-07T19:24:19.487905+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:24:20.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:19 smithi194 bash[32038]: audit 2023-12-07T19:24:18.951491+0000 mon.a (mon.0) 1183 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:24:20.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:19 smithi194 bash[32038]: audit 2023-12-07T19:24:19.481887+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:24:20.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:19 smithi194 bash[32038]: audit 2023-12-07T19:24:19.487905+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:24:20.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:19 smithi135 bash[32435]: audit 2023-12-07T19:24:18.951491+0000 mon.a (mon.0) 1183 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:24:20.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:19 smithi135 bash[32435]: audit 2023-12-07T19:24:19.481887+0000 mon.a (mon.0) 1184 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:24:20.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:19 smithi135 bash[32435]: audit 2023-12-07T19:24:19.487905+0000 mon.a (mon.0) 1185 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:24:21.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:24:21.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:21.027 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:20 smithi079 bash[28699]: cluster 2023-12-07T19:24:19.346780+0000 mgr.a (mgr.14403) 5207 : cluster 0 pgmap v3883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:20 smithi079 bash[28699]: audit 2023-12-07T19:24:20.232757+0000 mon.a (mon.0) 1186 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:24:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:20 smithi079 bash[28699]: audit 2023-12-07T19:24:20.234711+0000 mon.a (mon.0) 1187 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:24:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:20 smithi079 bash[28699]: audit 2023-12-07T19:24:20.243583+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:24:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:20 smithi194 bash[32038]: cluster 2023-12-07T19:24:19.346780+0000 mgr.a (mgr.14403) 5207 : cluster 0 pgmap v3883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:20 smithi194 bash[32038]: audit 2023-12-07T19:24:20.232757+0000 mon.a (mon.0) 1186 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:24:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:20 smithi194 bash[32038]: audit 2023-12-07T19:24:20.234711+0000 mon.a (mon.0) 1187 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:24:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:20 smithi194 bash[32038]: audit 2023-12-07T19:24:20.243583+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:24:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:20 smithi135 bash[32435]: cluster 2023-12-07T19:24:19.346780+0000 mgr.a (mgr.14403) 5207 : cluster 0 pgmap v3883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:20 smithi135 bash[32435]: audit 2023-12-07T19:24:20.232757+0000 mon.a (mon.0) 1186 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:24:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:20 smithi135 bash[32435]: audit 2023-12-07T19:24:20.234711+0000 mon.a (mon.0) 1187 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:24:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:20 smithi135 bash[32435]: audit 2023-12-07T19:24:20.243583+0000 mon.a (mon.0) 1188 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:24:21.945 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:24:21.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:21.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:21.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:21.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:24:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:22 smithi079 bash[28699]: cluster 2023-12-07T19:24:21.347359+0000 mgr.a (mgr.14403) 5208 : cluster 0 pgmap v3884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:22 smithi079 bash[28699]: audit 2023-12-07T19:24:21.435467+0000 mgr.a (mgr.14403) 5209 : audit 0 from='client.113859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:22 smithi194 bash[32038]: cluster 2023-12-07T19:24:21.347359+0000 mgr.a (mgr.14403) 5208 : cluster 0 pgmap v3884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:22 smithi194 bash[32038]: audit 2023-12-07T19:24:21.435467+0000 mgr.a (mgr.14403) 5209 : audit 0 from='client.113859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:22 smithi135 bash[32435]: cluster 2023-12-07T19:24:21.347359+0000 mgr.a (mgr.14403) 5208 : cluster 0 pgmap v3884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:22 smithi135 bash[32435]: audit 2023-12-07T19:24:21.435467+0000 mgr.a (mgr.14403) 5209 : audit 0 from='client.113859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:24 smithi079 bash[28699]: cluster 2023-12-07T19:24:23.348004+0000 mgr.a (mgr.14403) 5210 : cluster 0 pgmap v3885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:24 smithi194 bash[32038]: cluster 2023-12-07T19:24:23.348004+0000 mgr.a (mgr.14403) 5210 : cluster 0 pgmap v3885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:24 smithi135 bash[32435]: cluster 2023-12-07T19:24:23.348004+0000 mgr.a (mgr.14403) 5210 : cluster 0 pgmap v3885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:26.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:24:26.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:26.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:26 smithi079 bash[28699]: cluster 2023-12-07T19:24:25.348810+0000 mgr.a (mgr.14403) 5211 : cluster 0 pgmap v3886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:26 smithi194 bash[32038]: cluster 2023-12-07T19:24:25.348810+0000 mgr.a (mgr.14403) 5211 : cluster 0 pgmap v3886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:26 smithi135 bash[32435]: cluster 2023-12-07T19:24:25.348810+0000 mgr.a (mgr.14403) 5211 : cluster 0 pgmap v3886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:27.843 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:24:27.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:27.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:27.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:27.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:24:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:28 smithi079 bash[28699]: cluster 2023-12-07T19:24:27.349194+0000 mgr.a (mgr.14403) 5212 : cluster 0 pgmap v3887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:28 smithi079 bash[28699]: audit 2023-12-07T19:24:27.354422+0000 mgr.a (mgr.14403) 5213 : audit 0 from='client.113937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:28 smithi194 bash[32038]: cluster 2023-12-07T19:24:27.349194+0000 mgr.a (mgr.14403) 5212 : cluster 0 pgmap v3887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:28 smithi194 bash[32038]: audit 2023-12-07T19:24:27.354422+0000 mgr.a (mgr.14403) 5213 : audit 0 from='client.113937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:28 smithi135 bash[32435]: cluster 2023-12-07T19:24:27.349194+0000 mgr.a (mgr.14403) 5212 : cluster 0 pgmap v3887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:28 smithi135 bash[32435]: audit 2023-12-07T19:24:27.354422+0000 mgr.a (mgr.14403) 5213 : audit 0 from='client.113937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:30 smithi079 bash[28699]: cluster 2023-12-07T19:24:29.350199+0000 mgr.a (mgr.14403) 5214 : cluster 0 pgmap v3888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:30 smithi194 bash[32038]: cluster 2023-12-07T19:24:29.350199+0000 mgr.a (mgr.14403) 5214 : cluster 0 pgmap v3888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:30 smithi135 bash[32435]: cluster 2023-12-07T19:24:29.350199+0000 mgr.a (mgr.14403) 5214 : cluster 0 pgmap v3888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:24:32.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:24:32.846 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:32.846 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:32 smithi079 bash[28699]: cluster 2023-12-07T19:24:31.350889+0000 mgr.a (mgr.14403) 5215 : cluster 0 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-07T19:24:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:32 smithi194 bash[32038]: cluster 2023-12-07T19:24:31.350889+0000 mgr.a (mgr.14403) 5215 : cluster 0 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-07T19:24:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:32 smithi135 bash[32435]: cluster 2023-12-07T19:24:31.350889+0000 mgr.a (mgr.14403) 5215 : cluster 0 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-07T19:24:33.769 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:24:33.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:33.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:33.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:33.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:24:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:34 smithi079 bash[28699]: audit 2023-12-07T19:24:33.252456+0000 mgr.a (mgr.14403) 5216 : audit 0 from='client.114015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:34 smithi079 bash[28699]: cluster 2023-12-07T19:24:33.351571+0000 mgr.a (mgr.14403) 5217 : cluster 0 pgmap v3890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:34 smithi194 bash[32038]: audit 2023-12-07T19:24:33.252456+0000 mgr.a (mgr.14403) 5216 : audit 0 from='client.114015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:34 smithi194 bash[32038]: cluster 2023-12-07T19:24:33.351571+0000 mgr.a (mgr.14403) 5217 : cluster 0 pgmap v3890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:34 smithi135 bash[32435]: audit 2023-12-07T19:24:33.252456+0000 mgr.a (mgr.14403) 5216 : audit 0 from='client.114015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:34 smithi135 bash[32435]: cluster 2023-12-07T19:24:33.351571+0000 mgr.a (mgr.14403) 5217 : cluster 0 pgmap v3890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:37.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:36 smithi079 bash[28699]: cluster 2023-12-07T19:24:35.352554+0000 mgr.a (mgr.14403) 5218 : cluster 0 pgmap v3891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:24:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:36 smithi194 bash[32038]: cluster 2023-12-07T19:24:35.352554+0000 mgr.a (mgr.14403) 5218 : cluster 0 pgmap v3891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:24:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:36 smithi135 bash[32435]: cluster 2023-12-07T19:24:35.352554+0000 mgr.a (mgr.14403) 5218 : cluster 0 pgmap v3891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:24:38.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:24:38.772 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:38.772 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:38 smithi079 bash[28699]: cluster 2023-12-07T19:24:37.353128+0000 mgr.a (mgr.14403) 5219 : cluster 0 pgmap v3892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:24:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:38 smithi194 bash[32038]: cluster 2023-12-07T19:24:37.353128+0000 mgr.a (mgr.14403) 5219 : cluster 0 pgmap v3892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:24:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:38 smithi135 bash[32435]: cluster 2023-12-07T19:24:37.353128+0000 mgr.a (mgr.14403) 5219 : cluster 0 pgmap v3892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:24:39.671 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:24:39.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:39.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:39.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:39.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:24:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:40 smithi079 bash[28699]: audit 2023-12-07T19:24:39.179025+0000 mgr.a (mgr.14403) 5220 : audit 0 from='client.114093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:40 smithi079 bash[28699]: cluster 2023-12-07T19:24:39.354257+0000 mgr.a (mgr.14403) 5221 : cluster 0 pgmap v3893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:40 smithi194 bash[32038]: audit 2023-12-07T19:24:39.179025+0000 mgr.a (mgr.14403) 5220 : audit 0 from='client.114093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:40 smithi194 bash[32038]: cluster 2023-12-07T19:24:39.354257+0000 mgr.a (mgr.14403) 5221 : cluster 0 pgmap v3893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:40 smithi135 bash[32435]: audit 2023-12-07T19:24:39.179025+0000 mgr.a (mgr.14403) 5220 : audit 0 from='client.114093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:40 smithi135 bash[32435]: cluster 2023-12-07T19:24:39.354257+0000 mgr.a (mgr.14403) 5221 : cluster 0 pgmap v3893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:42 smithi079 bash[28699]: cluster 2023-12-07T19:24:41.354887+0000 mgr.a (mgr.14403) 5222 : cluster 0 pgmap v3894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:42 smithi194 bash[32038]: cluster 2023-12-07T19:24:41.354887+0000 mgr.a (mgr.14403) 5222 : cluster 0 pgmap v3894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:42 smithi135 bash[32435]: cluster 2023-12-07T19:24:41.354887+0000 mgr.a (mgr.14403) 5222 : cluster 0 pgmap v3894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:44.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:24:44.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:44.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:44 smithi079 bash[28699]: cluster 2023-12-07T19:24:43.355483+0000 mgr.a (mgr.14403) 5223 : cluster 0 pgmap v3895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:44 smithi194 bash[32038]: cluster 2023-12-07T19:24:43.355483+0000 mgr.a (mgr.14403) 5223 : cluster 0 pgmap v3895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:44 smithi135 bash[32435]: cluster 2023-12-07T19:24:43.355483+0000 mgr.a (mgr.14403) 5223 : cluster 0 pgmap v3895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:24:45.570 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:24:45.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:45.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:45.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:45.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:24:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:46 smithi079 bash[28699]: audit 2023-12-07T19:24:45.076188+0000 mgr.a (mgr.14403) 5224 : audit 0 from='client.114171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:46 smithi079 bash[28699]: cluster 2023-12-07T19:24:45.356589+0000 mgr.a (mgr.14403) 5225 : cluster 0 pgmap v3896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:46 smithi194 bash[32038]: audit 2023-12-07T19:24:45.076188+0000 mgr.a (mgr.14403) 5224 : audit 0 from='client.114171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:46 smithi194 bash[32038]: cluster 2023-12-07T19:24:45.356589+0000 mgr.a (mgr.14403) 5225 : cluster 0 pgmap v3896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:46 smithi135 bash[32435]: audit 2023-12-07T19:24:45.076188+0000 mgr.a (mgr.14403) 5224 : audit 0 from='client.114171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:46 smithi135 bash[32435]: cluster 2023-12-07T19:24:45.356589+0000 mgr.a (mgr.14403) 5225 : cluster 0 pgmap v3896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:48 smithi079 bash[28699]: cluster 2023-12-07T19:24:47.357433+0000 mgr.a (mgr.14403) 5226 : cluster 0 pgmap v3897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:24:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:48 smithi194 bash[32038]: cluster 2023-12-07T19:24:47.357433+0000 mgr.a (mgr.14403) 5226 : cluster 0 pgmap v3897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:24:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:48 smithi135 bash[32435]: cluster 2023-12-07T19:24:47.357433+0000 mgr.a (mgr.14403) 5226 : cluster 0 pgmap v3897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:24:50.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:24:50.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:50.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:50 smithi079 bash[28699]: cluster 2023-12-07T19:24:49.358376+0000 mgr.a (mgr.14403) 5227 : cluster 0 pgmap v3898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:24:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:50 smithi194 bash[32038]: cluster 2023-12-07T19:24:49.358376+0000 mgr.a (mgr.14403) 5227 : cluster 0 pgmap v3898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:24:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:50 smithi135 bash[32435]: cluster 2023-12-07T19:24:49.358376+0000 mgr.a (mgr.14403) 5227 : cluster 0 pgmap v3898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:24:51.483 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:24:51.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:51.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:51.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:51.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:24:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:51 smithi079 bash[28699]: audit 2023-12-07T19:24:50.974590+0000 mgr.a (mgr.14403) 5228 : audit 0 from='client.114249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:52.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:51 smithi194 bash[32038]: audit 2023-12-07T19:24:50.974590+0000 mgr.a (mgr.14403) 5228 : audit 0 from='client.114249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:52.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:51 smithi135 bash[32435]: audit 2023-12-07T19:24:50.974590+0000 mgr.a (mgr.14403) 5228 : audit 0 from='client.114249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:52 smithi079 bash[28699]: cluster 2023-12-07T19:24:51.359716+0000 mgr.a (mgr.14403) 5229 : cluster 0 pgmap v3899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:52 smithi194 bash[32038]: cluster 2023-12-07T19:24:51.359716+0000 mgr.a (mgr.14403) 5229 : cluster 0 pgmap v3899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:52 smithi135 bash[32435]: cluster 2023-12-07T19:24:51.359716+0000 mgr.a (mgr.14403) 5229 : cluster 0 pgmap v3899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:24:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:54 smithi079 bash[28699]: cluster 2023-12-07T19:24:53.360381+0000 mgr.a (mgr.14403) 5230 : cluster 0 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-07T19:24:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:54 smithi194 bash[32038]: cluster 2023-12-07T19:24:53.360381+0000 mgr.a (mgr.14403) 5230 : cluster 0 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-07T19:24:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:54 smithi135 bash[32435]: cluster 2023-12-07T19:24:53.360381+0000 mgr.a (mgr.14403) 5230 : cluster 0 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-07T19:24:56.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:24:56.487 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:24:56.488 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:24:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:56 smithi079 bash[28699]: cluster 2023-12-07T19:24:55.361168+0000 mgr.a (mgr.14403) 5231 : cluster 0 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-07T19:24:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:56 smithi194 bash[32038]: cluster 2023-12-07T19:24:55.361168+0000 mgr.a (mgr.14403) 5231 : cluster 0 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-07T19:24:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:56 smithi135 bash[32435]: cluster 2023-12-07T19:24:55.361168+0000 mgr.a (mgr.14403) 5231 : cluster 0 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-07T19:24:57.392 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:24:57.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:24:57.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:24:57.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:24:57.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:24:58.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:57 smithi079 bash[28699]: audit 2023-12-07T19:24:56.894566+0000 mgr.a (mgr.14403) 5232 : audit 0 from='client.114327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:58.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:57 smithi194 bash[32038]: audit 2023-12-07T19:24:56.894566+0000 mgr.a (mgr.14403) 5232 : audit 0 from='client.114327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:58.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:57 smithi135 bash[32435]: audit 2023-12-07T19:24:56.894566+0000 mgr.a (mgr.14403) 5232 : audit 0 from='client.114327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:24:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:24:58 smithi079 bash[28699]: cluster 2023-12-07T19:24:57.361791+0000 mgr.a (mgr.14403) 5233 : cluster 0 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-07T19:24:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:24:58 smithi194 bash[32038]: cluster 2023-12-07T19:24:57.361791+0000 mgr.a (mgr.14403) 5233 : cluster 0 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-07T19:24:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:24:58 smithi135 bash[32435]: cluster 2023-12-07T19:24:57.361791+0000 mgr.a (mgr.14403) 5233 : cluster 0 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-07T19:25:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:00 smithi079 bash[28699]: cluster 2023-12-07T19:24:59.362655+0000 mgr.a (mgr.14403) 5234 : cluster 0 pgmap v3903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:01.182 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:00 smithi135 bash[32435]: cluster 2023-12-07T19:24:59.362655+0000 mgr.a (mgr.14403) 5234 : cluster 0 pgmap v3903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:00 smithi194 bash[32038]: cluster 2023-12-07T19:24:59.362655+0000 mgr.a (mgr.14403) 5234 : cluster 0 pgmap v3903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:02.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:25:02.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:02.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:02 smithi079 bash[28699]: cluster 2023-12-07T19:25:01.363225+0000 mgr.a (mgr.14403) 5235 : cluster 0 pgmap v3904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:02 smithi194 bash[32038]: cluster 2023-12-07T19:25:01.363225+0000 mgr.a (mgr.14403) 5235 : cluster 0 pgmap v3904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:02 smithi135 bash[32435]: cluster 2023-12-07T19:25:01.363225+0000 mgr.a (mgr.14403) 5235 : cluster 0 pgmap v3904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:03.314 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:25:03.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:03.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:03.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:03.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:25:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:03 smithi079 bash[28699]: audit 2023-12-07T19:25:02.799831+0000 mgr.a (mgr.14403) 5236 : audit 0 from='client.114399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:04.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:03 smithi194 bash[32038]: audit 2023-12-07T19:25:02.799831+0000 mgr.a (mgr.14403) 5236 : audit 0 from='client.114399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:03 smithi135 bash[32435]: audit 2023-12-07T19:25:02.799831+0000 mgr.a (mgr.14403) 5236 : audit 0 from='client.114399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:04 smithi079 bash[28699]: cluster 2023-12-07T19:25:03.363909+0000 mgr.a (mgr.14403) 5237 : cluster 0 pgmap v3905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:04 smithi194 bash[32038]: cluster 2023-12-07T19:25:03.363909+0000 mgr.a (mgr.14403) 5237 : cluster 0 pgmap v3905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:04 smithi135 bash[32435]: cluster 2023-12-07T19:25:03.363909+0000 mgr.a (mgr.14403) 5237 : cluster 0 pgmap v3905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:06 smithi079 bash[28699]: cluster 2023-12-07T19:25:05.364673+0000 mgr.a (mgr.14403) 5238 : cluster 0 pgmap v3906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:06 smithi194 bash[32038]: cluster 2023-12-07T19:25:05.364673+0000 mgr.a (mgr.14403) 5238 : cluster 0 pgmap v3906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:06 smithi135 bash[32435]: cluster 2023-12-07T19:25:05.364673+0000 mgr.a (mgr.14403) 5238 : cluster 0 pgmap v3906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:08.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:25:08.317 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:08.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:08 smithi079 bash[28699]: cluster 2023-12-07T19:25:07.365228+0000 mgr.a (mgr.14403) 5239 : cluster 0 pgmap v3907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:08 smithi194 bash[32038]: cluster 2023-12-07T19:25:07.365228+0000 mgr.a (mgr.14403) 5239 : cluster 0 pgmap v3907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:08 smithi135 bash[32435]: cluster 2023-12-07T19:25:07.365228+0000 mgr.a (mgr.14403) 5239 : cluster 0 pgmap v3907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:09.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:09.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:09.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:09.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:25:09.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:25:10.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:09 smithi079 bash[28699]: audit 2023-12-07T19:25:08.719097+0000 mgr.a (mgr.14403) 5240 : audit 0 from='client.114477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:10.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:09 smithi194 bash[32038]: audit 2023-12-07T19:25:08.719097+0000 mgr.a (mgr.14403) 5240 : audit 0 from='client.114477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:09 smithi135 bash[32435]: audit 2023-12-07T19:25:08.719097+0000 mgr.a (mgr.14403) 5240 : audit 0 from='client.114477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:10 smithi194 bash[32038]: cluster 2023-12-07T19:25:09.366206+0000 mgr.a (mgr.14403) 5241 : cluster 0 pgmap v3908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:10 smithi135 bash[32435]: cluster 2023-12-07T19:25:09.366206+0000 mgr.a (mgr.14403) 5241 : cluster 0 pgmap v3908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:10 smithi079 bash[28699]: cluster 2023-12-07T19:25:09.366206+0000 mgr.a (mgr.14403) 5241 : cluster 0 pgmap v3908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:12 smithi194 bash[32038]: cluster 2023-12-07T19:25:11.366773+0000 mgr.a (mgr.14403) 5242 : cluster 0 pgmap v3909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:12 smithi135 bash[32435]: cluster 2023-12-07T19:25:11.366773+0000 mgr.a (mgr.14403) 5242 : cluster 0 pgmap v3909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:13.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:12 smithi079 bash[28699]: cluster 2023-12-07T19:25:11.366773+0000 mgr.a (mgr.14403) 5242 : cluster 0 pgmap v3909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:14.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:25:14.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:14.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:15.139 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:25:15.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:15.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:15.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:15.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:25:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:14 smithi194 bash[32038]: cluster 2023-12-07T19:25:13.367345+0000 mgr.a (mgr.14403) 5243 : cluster 0 pgmap v3910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:14 smithi135 bash[32435]: cluster 2023-12-07T19:25:13.367345+0000 mgr.a (mgr.14403) 5243 : cluster 0 pgmap v3910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:15.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:14 smithi079 bash[28699]: cluster 2023-12-07T19:25:13.367345+0000 mgr.a (mgr.14403) 5243 : cluster 0 pgmap v3910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:15 smithi194 bash[32038]: audit 2023-12-07T19:25:14.625878+0000 mgr.a (mgr.14403) 5244 : audit 0 from='client.114549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:15 smithi135 bash[32435]: audit 2023-12-07T19:25:14.625878+0000 mgr.a (mgr.14403) 5244 : audit 0 from='client.114549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:15 smithi079 bash[28699]: audit 2023-12-07T19:25:14.625878+0000 mgr.a (mgr.14403) 5244 : audit 0 from='client.114549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:16 smithi194 bash[32038]: cluster 2023-12-07T19:25:15.368403+0000 mgr.a (mgr.14403) 5245 : cluster 0 pgmap v3911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:16 smithi135 bash[32435]: cluster 2023-12-07T19:25:15.368403+0000 mgr.a (mgr.14403) 5245 : cluster 0 pgmap v3911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:16 smithi079 bash[28699]: cluster 2023-12-07T19:25:15.368403+0000 mgr.a (mgr.14403) 5245 : cluster 0 pgmap v3911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:18 smithi194 bash[32038]: cluster 2023-12-07T19:25:17.369009+0000 mgr.a (mgr.14403) 5246 : cluster 0 pgmap v3912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:18 smithi135 bash[32435]: cluster 2023-12-07T19:25:17.369009+0000 mgr.a (mgr.14403) 5246 : cluster 0 pgmap v3912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:18 smithi079 bash[28699]: cluster 2023-12-07T19:25:17.369009+0000 mgr.a (mgr.14403) 5246 : cluster 0 pgmap v3912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:25:20.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:25:20.142 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:20.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:21.078 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:25:21.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:21.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:21.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:21.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:25:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:20 smithi194 bash[32038]: cluster 2023-12-07T19:25:19.369745+0000 mgr.a (mgr.14403) 5247 : cluster 0 pgmap v3913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:20 smithi194 bash[32038]: audit 2023-12-07T19:25:20.347236+0000 mon.a (mon.0) 1189 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:25:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:20 smithi194 bash[32038]: audit 2023-12-07T19:25:20.873990+0000 mon.a (mon.0) 1190 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:25:21.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:20 smithi194 bash[32038]: audit 2023-12-07T19:25:20.881570+0000 mon.a (mon.0) 1191 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:25:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:20 smithi135 bash[32435]: cluster 2023-12-07T19:25:19.369745+0000 mgr.a (mgr.14403) 5247 : cluster 0 pgmap v3913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:20 smithi135 bash[32435]: audit 2023-12-07T19:25:20.347236+0000 mon.a (mon.0) 1189 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:25:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:20 smithi135 bash[32435]: audit 2023-12-07T19:25:20.873990+0000 mon.a (mon.0) 1190 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:25:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:20 smithi135 bash[32435]: audit 2023-12-07T19:25:20.881570+0000 mon.a (mon.0) 1191 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:25:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:20 smithi079 bash[28699]: cluster 2023-12-07T19:25:19.369745+0000 mgr.a (mgr.14403) 5247 : cluster 0 pgmap v3913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:20 smithi079 bash[28699]: audit 2023-12-07T19:25:20.347236+0000 mon.a (mon.0) 1189 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:25:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:20 smithi079 bash[28699]: audit 2023-12-07T19:25:20.873990+0000 mon.a (mon.0) 1190 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:25:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:20 smithi079 bash[28699]: audit 2023-12-07T19:25:20.881570+0000 mon.a (mon.0) 1191 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:25:22.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:21 smithi194 bash[32038]: audit 2023-12-07T19:25:20.543203+0000 mgr.a (mgr.14403) 5248 : audit 0 from='client.114624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:22.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:21 smithi194 bash[32038]: audit 2023-12-07T19:25:21.692500+0000 mon.a (mon.0) 1192 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:25:22.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:21 smithi194 bash[32038]: audit 2023-12-07T19:25:21.694854+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:25:22.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:21 smithi194 bash[32038]: audit 2023-12-07T19:25:21.704674+0000 mon.a (mon.0) 1194 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:25:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:21 smithi135 bash[32435]: audit 2023-12-07T19:25:20.543203+0000 mgr.a (mgr.14403) 5248 : audit 0 from='client.114624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:21 smithi135 bash[32435]: audit 2023-12-07T19:25:21.692500+0000 mon.a (mon.0) 1192 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:25:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:21 smithi135 bash[32435]: audit 2023-12-07T19:25:21.694854+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:25:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:21 smithi135 bash[32435]: audit 2023-12-07T19:25:21.704674+0000 mon.a (mon.0) 1194 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:25:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:21 smithi079 bash[28699]: audit 2023-12-07T19:25:20.543203+0000 mgr.a (mgr.14403) 5248 : audit 0 from='client.114624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:21 smithi079 bash[28699]: audit 2023-12-07T19:25:21.692500+0000 mon.a (mon.0) 1192 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:25:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:21 smithi079 bash[28699]: audit 2023-12-07T19:25:21.694854+0000 mon.a (mon.0) 1193 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:25:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:21 smithi079 bash[28699]: audit 2023-12-07T19:25:21.704674+0000 mon.a (mon.0) 1194 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:25:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:22 smithi194 bash[32038]: cluster 2023-12-07T19:25:21.370442+0000 mgr.a (mgr.14403) 5249 : cluster 0 pgmap v3914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:22 smithi135 bash[32435]: cluster 2023-12-07T19:25:21.370442+0000 mgr.a (mgr.14403) 5249 : cluster 0 pgmap v3914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:23.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:22 smithi079 bash[28699]: cluster 2023-12-07T19:25:21.370442+0000 mgr.a (mgr.14403) 5249 : cluster 0 pgmap v3914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:24 smithi194 bash[32038]: cluster 2023-12-07T19:25:23.371062+0000 mgr.a (mgr.14403) 5250 : cluster 0 pgmap v3915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:24 smithi135 bash[32435]: cluster 2023-12-07T19:25:23.371062+0000 mgr.a (mgr.14403) 5250 : cluster 0 pgmap v3915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:24 smithi079 bash[28699]: cluster 2023-12-07T19:25:23.371062+0000 mgr.a (mgr.14403) 5250 : cluster 0 pgmap v3915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:26.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:25:26.081 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:26.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:27.009 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:25:27.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:27.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:27.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:27.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:25:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:26 smithi194 bash[32038]: cluster 2023-12-07T19:25:25.371822+0000 mgr.a (mgr.14403) 5251 : cluster 0 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-07T19:25:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:26 smithi135 bash[32435]: cluster 2023-12-07T19:25:25.371822+0000 mgr.a (mgr.14403) 5251 : cluster 0 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-07T19:25:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:26 smithi079 bash[28699]: cluster 2023-12-07T19:25:25.371822+0000 mgr.a (mgr.14403) 5251 : cluster 0 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-07T19:25:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:27 smithi135 bash[32435]: audit 2023-12-07T19:25:26.487567+0000 mgr.a (mgr.14403) 5252 : audit 0 from='client.114699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:27 smithi079 bash[28699]: audit 2023-12-07T19:25:26.487567+0000 mgr.a (mgr.14403) 5252 : audit 0 from='client.114699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:28.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:27 smithi194 bash[32038]: audit 2023-12-07T19:25:26.487567+0000 mgr.a (mgr.14403) 5252 : audit 0 from='client.114699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:28 smithi135 bash[32435]: cluster 2023-12-07T19:25:27.372520+0000 mgr.a (mgr.14403) 5253 : cluster 0 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-07T19:25:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:28 smithi079 bash[28699]: cluster 2023-12-07T19:25:27.372520+0000 mgr.a (mgr.14403) 5253 : cluster 0 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-07T19:25:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:28 smithi194 bash[32038]: cluster 2023-12-07T19:25:27.372520+0000 mgr.a (mgr.14403) 5253 : cluster 0 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-07T19:25:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:30 smithi079 bash[28699]: cluster 2023-12-07T19:25:29.373362+0000 mgr.a (mgr.14403) 5254 : cluster 0 pgmap v3918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:30 smithi194 bash[32038]: cluster 2023-12-07T19:25:29.373362+0000 mgr.a (mgr.14403) 5254 : cluster 0 pgmap v3918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:30 smithi135 bash[32435]: cluster 2023-12-07T19:25:29.373362+0000 mgr.a (mgr.14403) 5254 : cluster 0 pgmap v3918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:25:32.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:25:32.011 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:32.011 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:32.940 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:25:32.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:32.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:32.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:32.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:25:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:32 smithi079 bash[28699]: cluster 2023-12-07T19:25:31.373937+0000 mgr.a (mgr.14403) 5255 : cluster 0 pgmap v3919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:32 smithi194 bash[32038]: cluster 2023-12-07T19:25:31.373937+0000 mgr.a (mgr.14403) 5255 : cluster 0 pgmap v3919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:32 smithi135 bash[32435]: cluster 2023-12-07T19:25:31.373937+0000 mgr.a (mgr.14403) 5255 : cluster 0 pgmap v3919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:33 smithi079 bash[28699]: audit 2023-12-07T19:25:32.427704+0000 mgr.a (mgr.14403) 5256 : audit 0 from='client.114774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:33 smithi194 bash[32038]: audit 2023-12-07T19:25:32.427704+0000 mgr.a (mgr.14403) 5256 : audit 0 from='client.114774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:33 smithi135 bash[32435]: audit 2023-12-07T19:25:32.427704+0000 mgr.a (mgr.14403) 5256 : audit 0 from='client.114774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:34 smithi079 bash[28699]: cluster 2023-12-07T19:25:33.374601+0000 mgr.a (mgr.14403) 5257 : cluster 0 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-07T19:25:35.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:34 smithi194 bash[32038]: cluster 2023-12-07T19:25:33.374601+0000 mgr.a (mgr.14403) 5257 : cluster 0 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-07T19:25:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:34 smithi135 bash[32435]: cluster 2023-12-07T19:25:33.374601+0000 mgr.a (mgr.14403) 5257 : cluster 0 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-07T19:25:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:36 smithi079 bash[28699]: cluster 2023-12-07T19:25:35.375425+0000 mgr.a (mgr.14403) 5258 : cluster 0 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-07T19:25:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:36 smithi194 bash[32038]: cluster 2023-12-07T19:25:35.375425+0000 mgr.a (mgr.14403) 5258 : cluster 0 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-07T19:25:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:36 smithi135 bash[32435]: cluster 2023-12-07T19:25:35.375425+0000 mgr.a (mgr.14403) 5258 : cluster 0 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-07T19:25:37.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:25:37.944 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:37.944 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:38.851 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:25:38.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:38.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:38.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:38.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:25:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:38 smithi079 bash[28699]: cluster 2023-12-07T19:25:37.375986+0000 mgr.a (mgr.14403) 5259 : cluster 0 pgmap v3922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:38 smithi194 bash[32038]: cluster 2023-12-07T19:25:37.375986+0000 mgr.a (mgr.14403) 5259 : cluster 0 pgmap v3922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:38 smithi135 bash[32435]: cluster 2023-12-07T19:25:37.375986+0000 mgr.a (mgr.14403) 5259 : cluster 0 pgmap v3922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:40.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:39 smithi079 bash[28699]: audit 2023-12-07T19:25:38.348268+0000 mgr.a (mgr.14403) 5260 : audit 0 from='client.114846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:39 smithi194 bash[32038]: audit 2023-12-07T19:25:38.348268+0000 mgr.a (mgr.14403) 5260 : audit 0 from='client.114846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:39 smithi135 bash[32435]: audit 2023-12-07T19:25:38.348268+0000 mgr.a (mgr.14403) 5260 : audit 0 from='client.114846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:41.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:40 smithi079 bash[28699]: cluster 2023-12-07T19:25:39.376951+0000 mgr.a (mgr.14403) 5261 : cluster 0 pgmap v3923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:25:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:40 smithi194 bash[32038]: cluster 2023-12-07T19:25:39.376951+0000 mgr.a (mgr.14403) 5261 : cluster 0 pgmap v3923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:25:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:40 smithi135 bash[32435]: cluster 2023-12-07T19:25:39.376951+0000 mgr.a (mgr.14403) 5261 : cluster 0 pgmap v3923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:25:43.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:43 smithi079 bash[28699]: cluster 2023-12-07T19:25:41.377528+0000 mgr.a (mgr.14403) 5262 : cluster 0 pgmap v3924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:25:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:43 smithi194 bash[32038]: cluster 2023-12-07T19:25:41.377528+0000 mgr.a (mgr.14403) 5262 : cluster 0 pgmap v3924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:25:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:43 smithi135 bash[32435]: cluster 2023-12-07T19:25:41.377528+0000 mgr.a (mgr.14403) 5262 : cluster 0 pgmap v3924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:25:43.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:25:43.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:43.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:44.741 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:25:44.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:44.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:44.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:44.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:25:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:45 smithi079 bash[28699]: cluster 2023-12-07T19:25:43.378089+0000 mgr.a (mgr.14403) 5263 : cluster 0 pgmap v3925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:25:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:45 smithi194 bash[32038]: cluster 2023-12-07T19:25:43.378089+0000 mgr.a (mgr.14403) 5263 : cluster 0 pgmap v3925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:25:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:45 smithi135 bash[32435]: cluster 2023-12-07T19:25:43.378089+0000 mgr.a (mgr.14403) 5263 : cluster 0 pgmap v3925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:25:46.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:46 smithi079 bash[28699]: audit 2023-12-07T19:25:44.251490+0000 mgr.a (mgr.14403) 5264 : audit 0 from='client.114915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:46.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:46 smithi194 bash[32038]: audit 2023-12-07T19:25:44.251490+0000 mgr.a (mgr.14403) 5264 : audit 0 from='client.114915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:46 smithi135 bash[32435]: audit 2023-12-07T19:25:44.251490+0000 mgr.a (mgr.14403) 5264 : audit 0 from='client.114915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:47 smithi079 bash[28699]: cluster 2023-12-07T19:25:45.379088+0000 mgr.a (mgr.14403) 5265 : cluster 0 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-07T19:25:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:47 smithi194 bash[32038]: cluster 2023-12-07T19:25:45.379088+0000 mgr.a (mgr.14403) 5265 : cluster 0 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-07T19:25:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:47 smithi135 bash[32435]: cluster 2023-12-07T19:25:45.379088+0000 mgr.a (mgr.14403) 5265 : cluster 0 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-07T19:25:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:49 smithi079 bash[28699]: cluster 2023-12-07T19:25:47.379608+0000 mgr.a (mgr.14403) 5266 : cluster 0 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-07T19:25:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:49 smithi194 bash[32038]: cluster 2023-12-07T19:25:47.379608+0000 mgr.a (mgr.14403) 5266 : cluster 0 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-07T19:25:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:49 smithi135 bash[32435]: cluster 2023-12-07T19:25:47.379608+0000 mgr.a (mgr.14403) 5266 : cluster 0 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-07T19:25:49.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:25:49.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:49.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:50.675 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:25:50.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:50.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:50.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:50.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:25:51.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:51 smithi079 bash[28699]: cluster 2023-12-07T19:25:49.380375+0000 mgr.a (mgr.14403) 5267 : cluster 0 pgmap v3928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:51 smithi194 bash[32038]: cluster 2023-12-07T19:25:49.380375+0000 mgr.a (mgr.14403) 5267 : cluster 0 pgmap v3928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:51 smithi135 bash[32435]: cluster 2023-12-07T19:25:49.380375+0000 mgr.a (mgr.14403) 5267 : cluster 0 pgmap v3928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:52.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:52 smithi079 bash[28699]: audit 2023-12-07T19:25:50.162816+0000 mgr.a (mgr.14403) 5268 : audit 0 from='client.92204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:52.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:52 smithi194 bash[32038]: audit 2023-12-07T19:25:50.162816+0000 mgr.a (mgr.14403) 5268 : audit 0 from='client.92204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:52 smithi135 bash[32435]: audit 2023-12-07T19:25:50.162816+0000 mgr.a (mgr.14403) 5268 : audit 0 from='client.92204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:53.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:53 smithi079 bash[28699]: cluster 2023-12-07T19:25:51.381009+0000 mgr.a (mgr.14403) 5269 : cluster 0 pgmap v3929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:25:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:53 smithi194 bash[32038]: cluster 2023-12-07T19:25:51.381009+0000 mgr.a (mgr.14403) 5269 : cluster 0 pgmap v3929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:25:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:53 smithi135 bash[32435]: cluster 2023-12-07T19:25:51.381009+0000 mgr.a (mgr.14403) 5269 : cluster 0 pgmap v3929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:25:55.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:55 smithi079 bash[28699]: cluster 2023-12-07T19:25:53.381577+0000 mgr.a (mgr.14403) 5270 : cluster 0 pgmap v3930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:25:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:55 smithi194 bash[32038]: cluster 2023-12-07T19:25:53.381577+0000 mgr.a (mgr.14403) 5270 : cluster 0 pgmap v3930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:25:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:55 smithi135 bash[32435]: cluster 2023-12-07T19:25:53.381577+0000 mgr.a (mgr.14403) 5270 : cluster 0 pgmap v3930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:25:55.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:25:55.679 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:25:55.679 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:25:56.569 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:25:56.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:25:56.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:25:56.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:25:56.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:25:57.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:57 smithi079 bash[28699]: cluster 2023-12-07T19:25:55.382398+0000 mgr.a (mgr.14403) 5271 : cluster 0 pgmap v3931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:25:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:57 smithi194 bash[32038]: cluster 2023-12-07T19:25:55.382398+0000 mgr.a (mgr.14403) 5271 : cluster 0 pgmap v3931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:25:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:57 smithi135 bash[32435]: cluster 2023-12-07T19:25:55.382398+0000 mgr.a (mgr.14403) 5271 : cluster 0 pgmap v3931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:25:58.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:58 smithi079 bash[28699]: audit 2023-12-07T19:25:56.076526+0000 mgr.a (mgr.14403) 5272 : audit 0 from='client.115068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:58.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:58 smithi194 bash[32038]: audit 2023-12-07T19:25:56.076526+0000 mgr.a (mgr.14403) 5272 : audit 0 from='client.115068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:58 smithi135 bash[32435]: audit 2023-12-07T19:25:56.076526+0000 mgr.a (mgr.14403) 5272 : audit 0 from='client.115068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:25:59.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:25:59 smithi079 bash[28699]: cluster 2023-12-07T19:25:57.383114+0000 mgr.a (mgr.14403) 5273 : cluster 0 pgmap v3932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:25:59 smithi194 bash[32038]: cluster 2023-12-07T19:25:57.383114+0000 mgr.a (mgr.14403) 5273 : cluster 0 pgmap v3932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:25:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:25:59 smithi135 bash[32435]: cluster 2023-12-07T19:25:57.383114+0000 mgr.a (mgr.14403) 5273 : cluster 0 pgmap v3932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:01.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:01 smithi079 bash[28699]: cluster 2023-12-07T19:25:59.383851+0000 mgr.a (mgr.14403) 5274 : cluster 0 pgmap v3933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:01 smithi194 bash[32038]: cluster 2023-12-07T19:25:59.383851+0000 mgr.a (mgr.14403) 5274 : cluster 0 pgmap v3933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:01 smithi135 bash[32435]: cluster 2023-12-07T19:25:59.383851+0000 mgr.a (mgr.14403) 5274 : cluster 0 pgmap v3933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:01.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:26:01.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:01.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:02.479 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:26:02.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:02.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:02.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:02.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:26:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:03 smithi079 bash[28699]: cluster 2023-12-07T19:26:01.384399+0000 mgr.a (mgr.14403) 5275 : cluster 0 pgmap v3934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:03 smithi079 bash[28699]: audit 2023-12-07T19:26:01.976578+0000 mgr.a (mgr.14403) 5276 : audit 0 from='client.115146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:03 smithi194 bash[32038]: cluster 2023-12-07T19:26:01.384399+0000 mgr.a (mgr.14403) 5275 : cluster 0 pgmap v3934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:03 smithi194 bash[32038]: audit 2023-12-07T19:26:01.976578+0000 mgr.a (mgr.14403) 5276 : audit 0 from='client.115146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:03 smithi135 bash[32435]: cluster 2023-12-07T19:26:01.384399+0000 mgr.a (mgr.14403) 5275 : cluster 0 pgmap v3934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:03 smithi135 bash[32435]: audit 2023-12-07T19:26:01.976578+0000 mgr.a (mgr.14403) 5276 : audit 0 from='client.115146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:04 smithi079 bash[28699]: cluster 2023-12-07T19:26:03.385017+0000 mgr.a (mgr.14403) 5277 : cluster 0 pgmap v3935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:04.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:04 smithi194 bash[32038]: cluster 2023-12-07T19:26:03.385017+0000 mgr.a (mgr.14403) 5277 : cluster 0 pgmap v3935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:04.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:04 smithi135 bash[32435]: cluster 2023-12-07T19:26:03.385017+0000 mgr.a (mgr.14403) 5277 : cluster 0 pgmap v3935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:06 smithi079 bash[28699]: cluster 2023-12-07T19:26:05.385794+0000 mgr.a (mgr.14403) 5278 : cluster 0 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-07T19:26:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:06 smithi194 bash[32038]: cluster 2023-12-07T19:26:05.385794+0000 mgr.a (mgr.14403) 5278 : cluster 0 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-07T19:26:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:06 smithi135 bash[32435]: cluster 2023-12-07T19:26:05.385794+0000 mgr.a (mgr.14403) 5278 : cluster 0 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-07T19:26:07.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:26:07.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:07.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:08.380 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:26:08.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:08.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:08.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:08.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:26:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:08 smithi079 bash[28699]: cluster 2023-12-07T19:26:07.386339+0000 mgr.a (mgr.14403) 5279 : cluster 0 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-07T19:26:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:08 smithi079 bash[28699]: audit 2023-12-07T19:26:07.883582+0000 mgr.a (mgr.14403) 5280 : audit 0 from='client.115224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:08 smithi194 bash[32038]: cluster 2023-12-07T19:26:07.386339+0000 mgr.a (mgr.14403) 5279 : cluster 0 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-07T19:26:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:08 smithi194 bash[32038]: audit 2023-12-07T19:26:07.883582+0000 mgr.a (mgr.14403) 5280 : audit 0 from='client.115224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:08 smithi135 bash[32435]: cluster 2023-12-07T19:26:07.386339+0000 mgr.a (mgr.14403) 5279 : cluster 0 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-07T19:26:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:08 smithi135 bash[32435]: audit 2023-12-07T19:26:07.883582+0000 mgr.a (mgr.14403) 5280 : audit 0 from='client.115224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:10 smithi079 bash[28699]: cluster 2023-12-07T19:26:09.387172+0000 mgr.a (mgr.14403) 5281 : cluster 0 pgmap v3938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:10 smithi194 bash[32038]: cluster 2023-12-07T19:26:09.387172+0000 mgr.a (mgr.14403) 5281 : cluster 0 pgmap v3938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:10 smithi135 bash[32435]: cluster 2023-12-07T19:26:09.387172+0000 mgr.a (mgr.14403) 5281 : cluster 0 pgmap v3938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:12 smithi079 bash[28699]: cluster 2023-12-07T19:26:11.387746+0000 mgr.a (mgr.14403) 5282 : cluster 0 pgmap v3939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:12 smithi194 bash[32038]: cluster 2023-12-07T19:26:11.387746+0000 mgr.a (mgr.14403) 5282 : cluster 0 pgmap v3939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:12 smithi135 bash[32435]: cluster 2023-12-07T19:26:11.387746+0000 mgr.a (mgr.14403) 5282 : cluster 0 pgmap v3939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:13.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:26:13.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:13.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:14.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:14.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:14.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:14.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:26:14.292 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:26:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:14 smithi079 bash[28699]: cluster 2023-12-07T19:26:13.388374+0000 mgr.a (mgr.14403) 5283 : cluster 0 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-07T19:26:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:14 smithi079 bash[28699]: audit 2023-12-07T19:26:13.785609+0000 mgr.a (mgr.14403) 5284 : audit 0 from='client.115299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:14 smithi194 bash[32038]: cluster 2023-12-07T19:26:13.388374+0000 mgr.a (mgr.14403) 5283 : cluster 0 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-07T19:26:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:14 smithi194 bash[32038]: audit 2023-12-07T19:26:13.785609+0000 mgr.a (mgr.14403) 5284 : audit 0 from='client.115299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:14 smithi135 bash[32435]: cluster 2023-12-07T19:26:13.388374+0000 mgr.a (mgr.14403) 5283 : cluster 0 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-07T19:26:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:14 smithi135 bash[32435]: audit 2023-12-07T19:26:13.785609+0000 mgr.a (mgr.14403) 5284 : audit 0 from='client.115299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:16 smithi079 bash[28699]: cluster 2023-12-07T19:26:15.389318+0000 mgr.a (mgr.14403) 5285 : cluster 0 pgmap v3941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:16 smithi194 bash[32038]: cluster 2023-12-07T19:26:15.389318+0000 mgr.a (mgr.14403) 5285 : cluster 0 pgmap v3941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:16 smithi135 bash[32435]: cluster 2023-12-07T19:26:15.389318+0000 mgr.a (mgr.14403) 5285 : cluster 0 pgmap v3941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:18 smithi079 bash[28699]: cluster 2023-12-07T19:26:17.390046+0000 mgr.a (mgr.14403) 5286 : cluster 0 pgmap v3942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:18 smithi194 bash[32038]: cluster 2023-12-07T19:26:17.390046+0000 mgr.a (mgr.14403) 5286 : cluster 0 pgmap v3942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:18 smithi135 bash[32435]: cluster 2023-12-07T19:26:17.390046+0000 mgr.a (mgr.14403) 5286 : cluster 0 pgmap v3942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:19.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:26:19.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:19.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:20.168 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:26:20.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:20.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:20.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:20.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:26:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:20 smithi079 bash[28699]: cluster 2023-12-07T19:26:19.390947+0000 mgr.a (mgr.14403) 5287 : cluster 0 pgmap v3943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:20 smithi079 bash[28699]: audit 2023-12-07T19:26:19.695139+0000 mgr.a (mgr.14403) 5288 : audit 0 from='client.115368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:20 smithi194 bash[32038]: cluster 2023-12-07T19:26:19.390947+0000 mgr.a (mgr.14403) 5287 : cluster 0 pgmap v3943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:20 smithi194 bash[32038]: audit 2023-12-07T19:26:19.695139+0000 mgr.a (mgr.14403) 5288 : audit 0 from='client.115368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:20 smithi135 bash[32435]: cluster 2023-12-07T19:26:19.390947+0000 mgr.a (mgr.14403) 5287 : cluster 0 pgmap v3943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:20 smithi135 bash[32435]: audit 2023-12-07T19:26:19.695139+0000 mgr.a (mgr.14403) 5288 : audit 0 from='client.115368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:22 smithi079 bash[28699]: cluster 2023-12-07T19:26:21.391600+0000 mgr.a (mgr.14403) 5289 : cluster 0 pgmap v3944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:22 smithi079 bash[28699]: audit 2023-12-07T19:26:21.807977+0000 mon.a (mon.0) 1195 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:26:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:22 smithi079 bash[28699]: audit 2023-12-07T19:26:22.556934+0000 mon.a (mon.0) 1196 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:26:23.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:22 smithi079 bash[28699]: audit 2023-12-07T19:26:22.558384+0000 mon.a (mon.0) 1197 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:26:23.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:22 smithi079 bash[28699]: audit 2023-12-07T19:26:22.567783+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:26:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:22 smithi194 bash[32038]: cluster 2023-12-07T19:26:21.391600+0000 mgr.a (mgr.14403) 5289 : cluster 0 pgmap v3944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:22 smithi194 bash[32038]: audit 2023-12-07T19:26:21.807977+0000 mon.a (mon.0) 1195 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:26:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:22 smithi194 bash[32038]: audit 2023-12-07T19:26:22.556934+0000 mon.a (mon.0) 1196 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:26:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:22 smithi194 bash[32038]: audit 2023-12-07T19:26:22.558384+0000 mon.a (mon.0) 1197 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:26:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:22 smithi194 bash[32038]: audit 2023-12-07T19:26:22.567783+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:26:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:22 smithi135 bash[32435]: cluster 2023-12-07T19:26:21.391600+0000 mgr.a (mgr.14403) 5289 : cluster 0 pgmap v3944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:22 smithi135 bash[32435]: audit 2023-12-07T19:26:21.807977+0000 mon.a (mon.0) 1195 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:26:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:22 smithi135 bash[32435]: audit 2023-12-07T19:26:22.556934+0000 mon.a (mon.0) 1196 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:26:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:22 smithi135 bash[32435]: audit 2023-12-07T19:26:22.558384+0000 mon.a (mon.0) 1197 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:26:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:22 smithi135 bash[32435]: audit 2023-12-07T19:26:22.567783+0000 mon.a (mon.0) 1198 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:26:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:24 smithi079 bash[28699]: cluster 2023-12-07T19:26:23.392154+0000 mgr.a (mgr.14403) 5290 : cluster 0 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-07T19:26:25.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:26:25.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:25.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:24 smithi194 bash[32038]: cluster 2023-12-07T19:26:23.392154+0000 mgr.a (mgr.14403) 5290 : cluster 0 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-07T19:26:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:24 smithi135 bash[32435]: cluster 2023-12-07T19:26:23.392154+0000 mgr.a (mgr.14403) 5290 : cluster 0 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-07T19:26:26.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:26.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:26.087 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:26:26.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:26.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:26:27.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:26 smithi079 bash[28699]: cluster 2023-12-07T19:26:25.392685+0000 mgr.a (mgr.14403) 5291 : cluster 0 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-07T19:26:27.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:26 smithi079 bash[28699]: audit 2023-12-07T19:26:25.569801+0000 mgr.a (mgr.14403) 5292 : audit 0 from='client.115443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:26 smithi194 bash[32038]: cluster 2023-12-07T19:26:25.392685+0000 mgr.a (mgr.14403) 5291 : cluster 0 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-07T19:26:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:26 smithi194 bash[32038]: audit 2023-12-07T19:26:25.569801+0000 mgr.a (mgr.14403) 5292 : audit 0 from='client.115443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:26 smithi135 bash[32435]: cluster 2023-12-07T19:26:25.392685+0000 mgr.a (mgr.14403) 5291 : cluster 0 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-07T19:26:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:26 smithi135 bash[32435]: audit 2023-12-07T19:26:25.569801+0000 mgr.a (mgr.14403) 5292 : audit 0 from='client.115443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:29.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:28 smithi079 bash[28699]: cluster 2023-12-07T19:26:27.393331+0000 mgr.a (mgr.14403) 5293 : cluster 0 pgmap v3947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:28 smithi194 bash[32038]: cluster 2023-12-07T19:26:27.393331+0000 mgr.a (mgr.14403) 5293 : cluster 0 pgmap v3947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:28 smithi135 bash[32435]: cluster 2023-12-07T19:26:27.393331+0000 mgr.a (mgr.14403) 5293 : cluster 0 pgmap v3947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:31.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:26:31.091 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:31.091 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:30 smithi079 bash[28699]: cluster 2023-12-07T19:26:29.394111+0000 mgr.a (mgr.14403) 5294 : cluster 0 pgmap v3948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:30 smithi194 bash[32038]: cluster 2023-12-07T19:26:29.394111+0000 mgr.a (mgr.14403) 5294 : cluster 0 pgmap v3948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:30 smithi135 bash[32435]: cluster 2023-12-07T19:26:29.394111+0000 mgr.a (mgr.14403) 5294 : cluster 0 pgmap v3948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:31.989 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:26:31.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:31.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:31.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:31.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:26:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:32 smithi079 bash[28699]: cluster 2023-12-07T19:26:31.394611+0000 mgr.a (mgr.14403) 5295 : cluster 0 pgmap v3949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:32 smithi079 bash[28699]: audit 2023-12-07T19:26:31.495388+0000 mgr.a (mgr.14403) 5296 : audit 0 from='client.115518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:32 smithi194 bash[32038]: cluster 2023-12-07T19:26:31.394611+0000 mgr.a (mgr.14403) 5295 : cluster 0 pgmap v3949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:32 smithi194 bash[32038]: audit 2023-12-07T19:26:31.495388+0000 mgr.a (mgr.14403) 5296 : audit 0 from='client.115518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:32 smithi135 bash[32435]: cluster 2023-12-07T19:26:31.394611+0000 mgr.a (mgr.14403) 5295 : cluster 0 pgmap v3949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:32 smithi135 bash[32435]: audit 2023-12-07T19:26:31.495388+0000 mgr.a (mgr.14403) 5296 : audit 0 from='client.115518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:34 smithi079 bash[28699]: cluster 2023-12-07T19:26:33.395265+0000 mgr.a (mgr.14403) 5297 : cluster 0 pgmap v3950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:34 smithi194 bash[32038]: cluster 2023-12-07T19:26:33.395265+0000 mgr.a (mgr.14403) 5297 : cluster 0 pgmap v3950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:34 smithi135 bash[32435]: cluster 2023-12-07T19:26:33.395265+0000 mgr.a (mgr.14403) 5297 : cluster 0 pgmap v3950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:36.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:26:36.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:36.994 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:36 smithi079 bash[28699]: cluster 2023-12-07T19:26:35.395996+0000 mgr.a (mgr.14403) 5298 : cluster 0 pgmap v3951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:36 smithi194 bash[32038]: cluster 2023-12-07T19:26:35.395996+0000 mgr.a (mgr.14403) 5298 : cluster 0 pgmap v3951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:36 smithi135 bash[32435]: cluster 2023-12-07T19:26:35.395996+0000 mgr.a (mgr.14403) 5298 : cluster 0 pgmap v3951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:37.871 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:26:37.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:37.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:37.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:37.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:26:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:38 smithi079 bash[28699]: audit 2023-12-07T19:26:37.390709+0000 mgr.a (mgr.14403) 5299 : audit 0 from='client.115596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:38 smithi079 bash[28699]: cluster 2023-12-07T19:26:37.404203+0000 mgr.a (mgr.14403) 5300 : cluster 0 pgmap v3952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:38 smithi194 bash[32038]: audit 2023-12-07T19:26:37.390709+0000 mgr.a (mgr.14403) 5299 : audit 0 from='client.115596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:38 smithi194 bash[32038]: cluster 2023-12-07T19:26:37.404203+0000 mgr.a (mgr.14403) 5300 : cluster 0 pgmap v3952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:38 smithi135 bash[32435]: audit 2023-12-07T19:26:37.390709+0000 mgr.a (mgr.14403) 5299 : audit 0 from='client.115596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:38 smithi135 bash[32435]: cluster 2023-12-07T19:26:37.404203+0000 mgr.a (mgr.14403) 5300 : cluster 0 pgmap v3952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:40 smithi079 bash[28699]: cluster 2023-12-07T19:26:39.405260+0000 mgr.a (mgr.14403) 5301 : cluster 0 pgmap v3953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:40 smithi194 bash[32038]: cluster 2023-12-07T19:26:39.405260+0000 mgr.a (mgr.14403) 5301 : cluster 0 pgmap v3953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:40 smithi135 bash[32435]: cluster 2023-12-07T19:26:39.405260+0000 mgr.a (mgr.14403) 5301 : cluster 0 pgmap v3953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:26:42.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:26:42.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:42.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:42 smithi079 bash[28699]: cluster 2023-12-07T19:26:41.405858+0000 mgr.a (mgr.14403) 5302 : cluster 0 pgmap v3954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:42 smithi194 bash[32038]: cluster 2023-12-07T19:26:41.405858+0000 mgr.a (mgr.14403) 5302 : cluster 0 pgmap v3954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:42 smithi135 bash[32435]: cluster 2023-12-07T19:26:41.405858+0000 mgr.a (mgr.14403) 5302 : cluster 0 pgmap v3954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:43.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:43.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:43.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:43.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:26:43.794 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:26:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:44 smithi079 bash[28699]: audit 2023-12-07T19:26:43.283667+0000 mgr.a (mgr.14403) 5303 : audit 0 from='client.115674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:44 smithi079 bash[28699]: cluster 2023-12-07T19:26:43.406619+0000 mgr.a (mgr.14403) 5304 : cluster 0 pgmap v3955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:44 smithi194 bash[32038]: audit 2023-12-07T19:26:43.283667+0000 mgr.a (mgr.14403) 5303 : audit 0 from='client.115674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:44 smithi194 bash[32038]: cluster 2023-12-07T19:26:43.406619+0000 mgr.a (mgr.14403) 5304 : cluster 0 pgmap v3955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:44 smithi135 bash[32435]: audit 2023-12-07T19:26:43.283667+0000 mgr.a (mgr.14403) 5303 : audit 0 from='client.115674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:44 smithi135 bash[32435]: cluster 2023-12-07T19:26:43.406619+0000 mgr.a (mgr.14403) 5304 : cluster 0 pgmap v3955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:46 smithi079 bash[28699]: cluster 2023-12-07T19:26:45.407844+0000 mgr.a (mgr.14403) 5305 : cluster 0 pgmap v3956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:26:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:46 smithi194 bash[32038]: cluster 2023-12-07T19:26:45.407844+0000 mgr.a (mgr.14403) 5305 : cluster 0 pgmap v3956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:26:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:46 smithi135 bash[32435]: cluster 2023-12-07T19:26:45.407844+0000 mgr.a (mgr.14403) 5305 : cluster 0 pgmap v3956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:26:48.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:26:48.797 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:48.797 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:48 smithi079 bash[28699]: cluster 2023-12-07T19:26:47.408447+0000 mgr.a (mgr.14403) 5306 : cluster 0 pgmap v3957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:26:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:48 smithi194 bash[32038]: cluster 2023-12-07T19:26:47.408447+0000 mgr.a (mgr.14403) 5306 : cluster 0 pgmap v3957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:26:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:48 smithi135 bash[32435]: cluster 2023-12-07T19:26:47.408447+0000 mgr.a (mgr.14403) 5306 : cluster 0 pgmap v3957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:26:49.712 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:26:49.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:49.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:49.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:49.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:26:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:50 smithi079 bash[28699]: audit 2023-12-07T19:26:49.196911+0000 mgr.a (mgr.14403) 5307 : audit 0 from='client.115752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:50 smithi079 bash[28699]: cluster 2023-12-07T19:26:49.409368+0000 mgr.a (mgr.14403) 5308 : cluster 0 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-07T19:26:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:50 smithi194 bash[32038]: audit 2023-12-07T19:26:49.196911+0000 mgr.a (mgr.14403) 5307 : audit 0 from='client.115752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:50 smithi194 bash[32038]: cluster 2023-12-07T19:26:49.409368+0000 mgr.a (mgr.14403) 5308 : cluster 0 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-07T19:26:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:50 smithi135 bash[32435]: audit 2023-12-07T19:26:49.196911+0000 mgr.a (mgr.14403) 5307 : audit 0 from='client.115752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:50 smithi135 bash[32435]: cluster 2023-12-07T19:26:49.409368+0000 mgr.a (mgr.14403) 5308 : cluster 0 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-07T19:26:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:52 smithi079 bash[28699]: cluster 2023-12-07T19:26:51.410073+0000 mgr.a (mgr.14403) 5309 : cluster 0 pgmap v3959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:53.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:52 smithi194 bash[32038]: cluster 2023-12-07T19:26:51.410073+0000 mgr.a (mgr.14403) 5309 : cluster 0 pgmap v3959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:52 smithi135 bash[32435]: cluster 2023-12-07T19:26:51.410073+0000 mgr.a (mgr.14403) 5309 : cluster 0 pgmap v3959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:54.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:26:54.716 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:26:54.716 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:26:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:54 smithi079 bash[28699]: cluster 2023-12-07T19:26:53.410670+0000 mgr.a (mgr.14403) 5310 : cluster 0 pgmap v3960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:54 smithi194 bash[32038]: cluster 2023-12-07T19:26:53.410670+0000 mgr.a (mgr.14403) 5310 : cluster 0 pgmap v3960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:54 smithi135 bash[32435]: cluster 2023-12-07T19:26:53.410670+0000 mgr.a (mgr.14403) 5310 : cluster 0 pgmap v3960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:26:55.608 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:26:55.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:26:55.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:26:55.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:26:55.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:26:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:56 smithi079 bash[28699]: audit 2023-12-07T19:26:55.113421+0000 mgr.a (mgr.14403) 5311 : audit 0 from='client.115821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:56 smithi079 bash[28699]: cluster 2023-12-07T19:26:55.411963+0000 mgr.a (mgr.14403) 5312 : cluster 0 pgmap v3961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:56 smithi194 bash[32038]: audit 2023-12-07T19:26:55.113421+0000 mgr.a (mgr.14403) 5311 : audit 0 from='client.115821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:56 smithi194 bash[32038]: cluster 2023-12-07T19:26:55.411963+0000 mgr.a (mgr.14403) 5312 : cluster 0 pgmap v3961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:56 smithi135 bash[32435]: audit 2023-12-07T19:26:55.113421+0000 mgr.a (mgr.14403) 5311 : audit 0 from='client.115821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:26:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:56 smithi135 bash[32435]: cluster 2023-12-07T19:26:55.411963+0000 mgr.a (mgr.14403) 5312 : cluster 0 pgmap v3961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:26:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:26:58 smithi079 bash[28699]: cluster 2023-12-07T19:26:57.412702+0000 mgr.a (mgr.14403) 5313 : cluster 0 pgmap v3962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:26:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:26:58 smithi194 bash[32038]: cluster 2023-12-07T19:26:57.412702+0000 mgr.a (mgr.14403) 5313 : cluster 0 pgmap v3962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:26:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:26:58 smithi135 bash[32435]: cluster 2023-12-07T19:26:57.412702+0000 mgr.a (mgr.14403) 5313 : cluster 0 pgmap v3962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:27:00.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:27:00.612 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:00.612 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:00 smithi079 bash[28699]: cluster 2023-12-07T19:26:59.413223+0000 mgr.a (mgr.14403) 5314 : cluster 0 pgmap v3963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:27:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:00 smithi194 bash[32038]: cluster 2023-12-07T19:26:59.413223+0000 mgr.a (mgr.14403) 5314 : cluster 0 pgmap v3963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:27:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:00 smithi135 bash[32435]: cluster 2023-12-07T19:26:59.413223+0000 mgr.a (mgr.14403) 5314 : cluster 0 pgmap v3963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:27:01.515 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:27:01.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:01.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:01.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:01.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:27:02.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:01 smithi079 bash[28699]: audit 2023-12-07T19:27:01.024688+0000 mgr.a (mgr.14403) 5315 : audit 0 from='client.115896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:02.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:01 smithi194 bash[32038]: audit 2023-12-07T19:27:01.024688+0000 mgr.a (mgr.14403) 5315 : audit 0 from='client.115896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:02.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:01 smithi135 bash[32435]: audit 2023-12-07T19:27:01.024688+0000 mgr.a (mgr.14403) 5315 : audit 0 from='client.115896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:02 smithi079 bash[28699]: cluster 2023-12-07T19:27:01.413894+0000 mgr.a (mgr.14403) 5316 : cluster 0 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-07T19:27:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:02 smithi194 bash[32038]: cluster 2023-12-07T19:27:01.413894+0000 mgr.a (mgr.14403) 5316 : cluster 0 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-07T19:27:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:02 smithi135 bash[32435]: cluster 2023-12-07T19:27:01.413894+0000 mgr.a (mgr.14403) 5316 : cluster 0 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-07T19:27:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:04 smithi079 bash[28699]: cluster 2023-12-07T19:27:03.414501+0000 mgr.a (mgr.14403) 5317 : cluster 0 pgmap v3965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:04 smithi194 bash[32038]: cluster 2023-12-07T19:27:03.414501+0000 mgr.a (mgr.14403) 5317 : cluster 0 pgmap v3965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:04 smithi135 bash[32435]: cluster 2023-12-07T19:27:03.414501+0000 mgr.a (mgr.14403) 5317 : cluster 0 pgmap v3965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:06.518 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:27:06.519 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:06.519 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:06 smithi079 bash[28699]: cluster 2023-12-07T19:27:05.415306+0000 mgr.a (mgr.14403) 5318 : cluster 0 pgmap v3966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:06 smithi194 bash[32038]: cluster 2023-12-07T19:27:05.415306+0000 mgr.a (mgr.14403) 5318 : cluster 0 pgmap v3966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:06 smithi135 bash[32435]: cluster 2023-12-07T19:27:05.415306+0000 mgr.a (mgr.14403) 5318 : cluster 0 pgmap v3966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:07.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:07.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:07.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:07.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:27:07.446 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:27:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:07 smithi079 bash[28699]: audit 2023-12-07T19:27:06.929241+0000 mgr.a (mgr.14403) 5319 : audit 0 from='client.115971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:07 smithi194 bash[32038]: audit 2023-12-07T19:27:06.929241+0000 mgr.a (mgr.14403) 5319 : audit 0 from='client.115971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:08.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:07 smithi135 bash[32435]: audit 2023-12-07T19:27:06.929241+0000 mgr.a (mgr.14403) 5319 : audit 0 from='client.115971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:08 smithi079 bash[28699]: cluster 2023-12-07T19:27:07.415801+0000 mgr.a (mgr.14403) 5320 : cluster 0 pgmap v3967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:08 smithi194 bash[32038]: cluster 2023-12-07T19:27:07.415801+0000 mgr.a (mgr.14403) 5320 : cluster 0 pgmap v3967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:08 smithi135 bash[32435]: cluster 2023-12-07T19:27:07.415801+0000 mgr.a (mgr.14403) 5320 : cluster 0 pgmap v3967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:10 smithi079 bash[28699]: cluster 2023-12-07T19:27:09.416577+0000 mgr.a (mgr.14403) 5321 : cluster 0 pgmap v3968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:10 smithi194 bash[32038]: cluster 2023-12-07T19:27:09.416577+0000 mgr.a (mgr.14403) 5321 : cluster 0 pgmap v3968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:10 smithi135 bash[32435]: cluster 2023-12-07T19:27:09.416577+0000 mgr.a (mgr.14403) 5321 : cluster 0 pgmap v3968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:12.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:27:12.449 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:12.449 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:12 smithi079 bash[28699]: cluster 2023-12-07T19:27:11.417128+0000 mgr.a (mgr.14403) 5322 : cluster 0 pgmap v3969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:12 smithi194 bash[32038]: cluster 2023-12-07T19:27:11.417128+0000 mgr.a (mgr.14403) 5322 : cluster 0 pgmap v3969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:12 smithi135 bash[32435]: cluster 2023-12-07T19:27:11.417128+0000 mgr.a (mgr.14403) 5322 : cluster 0 pgmap v3969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:13.357 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:27:13.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:13.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:13.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:13.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:27:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:13 smithi079 bash[28699]: audit 2023-12-07T19:27:12.857595+0000 mgr.a (mgr.14403) 5323 : audit 0 from='client.116049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:14.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:13 smithi194 bash[32038]: audit 2023-12-07T19:27:12.857595+0000 mgr.a (mgr.14403) 5323 : audit 0 from='client.116049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:14.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:13 smithi135 bash[32435]: audit 2023-12-07T19:27:12.857595+0000 mgr.a (mgr.14403) 5323 : audit 0 from='client.116049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:14 smithi079 bash[28699]: cluster 2023-12-07T19:27:13.417857+0000 mgr.a (mgr.14403) 5324 : cluster 0 pgmap v3970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:14 smithi194 bash[32038]: cluster 2023-12-07T19:27:13.417857+0000 mgr.a (mgr.14403) 5324 : cluster 0 pgmap v3970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:14 smithi135 bash[32435]: cluster 2023-12-07T19:27:13.417857+0000 mgr.a (mgr.14403) 5324 : cluster 0 pgmap v3970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:16 smithi079 bash[28699]: cluster 2023-12-07T19:27:15.418688+0000 mgr.a (mgr.14403) 5325 : cluster 0 pgmap v3971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:16 smithi194 bash[32038]: cluster 2023-12-07T19:27:15.418688+0000 mgr.a (mgr.14403) 5325 : cluster 0 pgmap v3971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:16 smithi135 bash[32435]: cluster 2023-12-07T19:27:15.418688+0000 mgr.a (mgr.14403) 5325 : cluster 0 pgmap v3971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:18.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:27:18.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:18.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:18 smithi079 bash[28699]: cluster 2023-12-07T19:27:17.419280+0000 mgr.a (mgr.14403) 5326 : cluster 0 pgmap v3972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:18 smithi194 bash[32038]: cluster 2023-12-07T19:27:17.419280+0000 mgr.a (mgr.14403) 5326 : cluster 0 pgmap v3972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:18 smithi135 bash[32435]: cluster 2023-12-07T19:27:17.419280+0000 mgr.a (mgr.14403) 5326 : cluster 0 pgmap v3972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:19.273 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:27:19.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:19.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:19.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:19.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:27:20.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:19 smithi194 bash[32038]: audit 2023-12-07T19:27:18.771025+0000 mgr.a (mgr.14403) 5327 : audit 0 from='client.116124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:20.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:19 smithi135 bash[32435]: audit 2023-12-07T19:27:18.771025+0000 mgr.a (mgr.14403) 5327 : audit 0 from='client.116124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:20.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:19 smithi079 bash[28699]: audit 2023-12-07T19:27:18.771025+0000 mgr.a (mgr.14403) 5327 : audit 0 from='client.116124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:20 smithi194 bash[32038]: cluster 2023-12-07T19:27:19.420359+0000 mgr.a (mgr.14403) 5328 : cluster 0 pgmap v3973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:20 smithi135 bash[32435]: cluster 2023-12-07T19:27:19.420359+0000 mgr.a (mgr.14403) 5328 : cluster 0 pgmap v3973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:20 smithi079 bash[28699]: cluster 2023-12-07T19:27:19.420359+0000 mgr.a (mgr.14403) 5328 : cluster 0 pgmap v3973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:22 smithi194 bash[32038]: cluster 2023-12-07T19:27:21.420993+0000 mgr.a (mgr.14403) 5329 : cluster 0 pgmap v3974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:22 smithi194 bash[32038]: audit 2023-12-07T19:27:22.669994+0000 mon.a (mon.0) 1199 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:27:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:22 smithi135 bash[32435]: cluster 2023-12-07T19:27:21.420993+0000 mgr.a (mgr.14403) 5329 : cluster 0 pgmap v3974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:22 smithi135 bash[32435]: audit 2023-12-07T19:27:22.669994+0000 mon.a (mon.0) 1199 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:27:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:22 smithi079 bash[28699]: cluster 2023-12-07T19:27:21.420993+0000 mgr.a (mgr.14403) 5329 : cluster 0 pgmap v3974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:23.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:22 smithi079 bash[28699]: audit 2023-12-07T19:27:22.669994+0000 mon.a (mon.0) 1199 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:27:24.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:23 smithi194 bash[32038]: audit 2023-12-07T19:27:23.416992+0000 mon.a (mon.0) 1200 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:27:24.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:23 smithi194 bash[32038]: audit 2023-12-07T19:27:23.418940+0000 mon.a (mon.0) 1201 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:27:24.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:23 smithi194 bash[32038]: audit 2023-12-07T19:27:23.427342+0000 mon.a (mon.0) 1202 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:27:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:23 smithi135 bash[32435]: audit 2023-12-07T19:27:23.416992+0000 mon.a (mon.0) 1200 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:27:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:23 smithi135 bash[32435]: audit 2023-12-07T19:27:23.418940+0000 mon.a (mon.0) 1201 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:27:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:23 smithi135 bash[32435]: audit 2023-12-07T19:27:23.427342+0000 mon.a (mon.0) 1202 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:27:24.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:27:24.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:24.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:23 smithi079 bash[28699]: audit 2023-12-07T19:27:23.416992+0000 mon.a (mon.0) 1200 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:27:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:23 smithi079 bash[28699]: audit 2023-12-07T19:27:23.418940+0000 mon.a (mon.0) 1201 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:27:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:23 smithi079 bash[28699]: audit 2023-12-07T19:27:23.427342+0000 mon.a (mon.0) 1202 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:27:25.186 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:27:25.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:25.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:25.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:25.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:27:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:24 smithi194 bash[32038]: cluster 2023-12-07T19:27:23.421498+0000 mgr.a (mgr.14403) 5330 : cluster 0 pgmap v3975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:24 smithi135 bash[32435]: cluster 2023-12-07T19:27:23.421498+0000 mgr.a (mgr.14403) 5330 : cluster 0 pgmap v3975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:25.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:24 smithi079 bash[28699]: cluster 2023-12-07T19:27:23.421498+0000 mgr.a (mgr.14403) 5330 : cluster 0 pgmap v3975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:26.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:25 smithi194 bash[32038]: audit 2023-12-07T19:27:24.674421+0000 mgr.a (mgr.14403) 5331 : audit 0 from='client.116202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:25 smithi135 bash[32435]: audit 2023-12-07T19:27:24.674421+0000 mgr.a (mgr.14403) 5331 : audit 0 from='client.116202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:26.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:25 smithi079 bash[28699]: audit 2023-12-07T19:27:24.674421+0000 mgr.a (mgr.14403) 5331 : audit 0 from='client.116202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:26 smithi194 bash[32038]: cluster 2023-12-07T19:27:25.422546+0000 mgr.a (mgr.14403) 5332 : cluster 0 pgmap v3976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:26 smithi135 bash[32435]: cluster 2023-12-07T19:27:25.422546+0000 mgr.a (mgr.14403) 5332 : cluster 0 pgmap v3976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:26 smithi079 bash[28699]: cluster 2023-12-07T19:27:25.422546+0000 mgr.a (mgr.14403) 5332 : cluster 0 pgmap v3976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:28 smithi194 bash[32038]: cluster 2023-12-07T19:27:27.423139+0000 mgr.a (mgr.14403) 5333 : cluster 0 pgmap v3977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:28 smithi135 bash[32435]: cluster 2023-12-07T19:27:27.423139+0000 mgr.a (mgr.14403) 5333 : cluster 0 pgmap v3977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:29.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:28 smithi079 bash[28699]: cluster 2023-12-07T19:27:27.423139+0000 mgr.a (mgr.14403) 5333 : cluster 0 pgmap v3977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:30.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:27:30.189 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:30.189 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:31.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:31.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:31.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:31.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:27:31.117 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:27:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:30 smithi194 bash[32038]: cluster 2023-12-07T19:27:29.423879+0000 mgr.a (mgr.14403) 5334 : cluster 0 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-07T19:27:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:30 smithi135 bash[32435]: cluster 2023-12-07T19:27:29.423879+0000 mgr.a (mgr.14403) 5334 : cluster 0 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-07T19:27:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:30 smithi079 bash[28699]: cluster 2023-12-07T19:27:29.423879+0000 mgr.a (mgr.14403) 5334 : cluster 0 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-07T19:27:32.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:31 smithi194 bash[32038]: audit 2023-12-07T19:27:30.604274+0000 mgr.a (mgr.14403) 5335 : audit 0 from='client.116280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:32.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:31 smithi135 bash[32435]: audit 2023-12-07T19:27:30.604274+0000 mgr.a (mgr.14403) 5335 : audit 0 from='client.116280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:31 smithi079 bash[28699]: audit 2023-12-07T19:27:30.604274+0000 mgr.a (mgr.14403) 5335 : audit 0 from='client.116280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:32 smithi194 bash[32038]: cluster 2023-12-07T19:27:31.424564+0000 mgr.a (mgr.14403) 5336 : cluster 0 pgmap v3979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:32 smithi135 bash[32435]: cluster 2023-12-07T19:27:31.424564+0000 mgr.a (mgr.14403) 5336 : cluster 0 pgmap v3979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:32 smithi079 bash[28699]: cluster 2023-12-07T19:27:31.424564+0000 mgr.a (mgr.14403) 5336 : cluster 0 pgmap v3979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:34 smithi194 bash[32038]: cluster 2023-12-07T19:27:33.425086+0000 mgr.a (mgr.14403) 5337 : cluster 0 pgmap v3980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:34 smithi135 bash[32435]: cluster 2023-12-07T19:27:33.425086+0000 mgr.a (mgr.14403) 5337 : cluster 0 pgmap v3980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:34 smithi079 bash[28699]: cluster 2023-12-07T19:27:33.425086+0000 mgr.a (mgr.14403) 5337 : cluster 0 pgmap v3980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:36.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:27:36.120 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:36.120 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:37.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:37.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:37.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:37.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:27:37.012 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:27:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:36 smithi194 bash[32038]: cluster 2023-12-07T19:27:35.425929+0000 mgr.a (mgr.14403) 5338 : cluster 0 pgmap v3981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:36 smithi135 bash[32435]: cluster 2023-12-07T19:27:35.425929+0000 mgr.a (mgr.14403) 5338 : cluster 0 pgmap v3981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:36 smithi079 bash[28699]: cluster 2023-12-07T19:27:35.425929+0000 mgr.a (mgr.14403) 5338 : cluster 0 pgmap v3981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:38.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:37 smithi079 bash[28699]: audit 2023-12-07T19:27:36.520127+0000 mgr.a (mgr.14403) 5339 : audit 0 from='client.116355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:38.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:37 smithi194 bash[32038]: audit 2023-12-07T19:27:36.520127+0000 mgr.a (mgr.14403) 5339 : audit 0 from='client.116355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:37 smithi135 bash[32435]: audit 2023-12-07T19:27:36.520127+0000 mgr.a (mgr.14403) 5339 : audit 0 from='client.116355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:38 smithi079 bash[28699]: cluster 2023-12-07T19:27:37.426644+0000 mgr.a (mgr.14403) 5340 : cluster 0 pgmap v3982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:38 smithi194 bash[32038]: cluster 2023-12-07T19:27:37.426644+0000 mgr.a (mgr.14403) 5340 : cluster 0 pgmap v3982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:38 smithi135 bash[32435]: cluster 2023-12-07T19:27:37.426644+0000 mgr.a (mgr.14403) 5340 : cluster 0 pgmap v3982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:41.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:40 smithi079 bash[28699]: cluster 2023-12-07T19:27:39.427514+0000 mgr.a (mgr.14403) 5341 : cluster 0 pgmap v3983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:40 smithi194 bash[32038]: cluster 2023-12-07T19:27:39.427514+0000 mgr.a (mgr.14403) 5341 : cluster 0 pgmap v3983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:40 smithi135 bash[32435]: cluster 2023-12-07T19:27:39.427514+0000 mgr.a (mgr.14403) 5341 : cluster 0 pgmap v3983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:42.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:27:42.014 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:42.014 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:42.921 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:27:42.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:42.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:42.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:42.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:27:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:42 smithi079 bash[28699]: cluster 2023-12-07T19:27:41.428069+0000 mgr.a (mgr.14403) 5342 : cluster 0 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-07T19:27:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:42 smithi194 bash[32038]: cluster 2023-12-07T19:27:41.428069+0000 mgr.a (mgr.14403) 5342 : cluster 0 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-07T19:27:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:42 smithi135 bash[32435]: cluster 2023-12-07T19:27:41.428069+0000 mgr.a (mgr.14403) 5342 : cluster 0 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-07T19:27:44.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:43 smithi079 bash[28699]: audit 2023-12-07T19:27:42.417927+0000 mgr.a (mgr.14403) 5343 : audit 0 from='client.116433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:44.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:43 smithi194 bash[32038]: audit 2023-12-07T19:27:42.417927+0000 mgr.a (mgr.14403) 5343 : audit 0 from='client.116433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:43 smithi135 bash[32435]: audit 2023-12-07T19:27:42.417927+0000 mgr.a (mgr.14403) 5343 : audit 0 from='client.116433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:45.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:44 smithi079 bash[28699]: cluster 2023-12-07T19:27:43.428766+0000 mgr.a (mgr.14403) 5344 : cluster 0 pgmap v3985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:44 smithi194 bash[32038]: cluster 2023-12-07T19:27:43.428766+0000 mgr.a (mgr.14403) 5344 : cluster 0 pgmap v3985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:44 smithi135 bash[32435]: cluster 2023-12-07T19:27:43.428766+0000 mgr.a (mgr.14403) 5344 : cluster 0 pgmap v3985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:46 smithi079 bash[28699]: cluster 2023-12-07T19:27:45.429587+0000 mgr.a (mgr.14403) 5345 : cluster 0 pgmap v3986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:46 smithi194 bash[32038]: cluster 2023-12-07T19:27:45.429587+0000 mgr.a (mgr.14403) 5345 : cluster 0 pgmap v3986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:46 smithi135 bash[32435]: cluster 2023-12-07T19:27:45.429587+0000 mgr.a (mgr.14403) 5345 : cluster 0 pgmap v3986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:27:47.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:27:47.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:47.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:48.833 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:27:48.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:48.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:48.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:48.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:27:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:48 smithi079 bash[28699]: cluster 2023-12-07T19:27:47.430148+0000 mgr.a (mgr.14403) 5346 : cluster 0 pgmap v3987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:48 smithi194 bash[32038]: cluster 2023-12-07T19:27:47.430148+0000 mgr.a (mgr.14403) 5346 : cluster 0 pgmap v3987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:48 smithi135 bash[32435]: cluster 2023-12-07T19:27:47.430148+0000 mgr.a (mgr.14403) 5346 : cluster 0 pgmap v3987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:50.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:49 smithi079 bash[28699]: audit 2023-12-07T19:27:48.336654+0000 mgr.a (mgr.14403) 5347 : audit 0 from='client.116508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:50.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:49 smithi194 bash[32038]: audit 2023-12-07T19:27:48.336654+0000 mgr.a (mgr.14403) 5347 : audit 0 from='client.116508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:50 smithi135 bash[32435]: audit 2023-12-07T19:27:48.336654+0000 mgr.a (mgr.14403) 5347 : audit 0 from='client.116508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:51.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:51 smithi079 bash[28699]: cluster 2023-12-07T19:27:49.431210+0000 mgr.a (mgr.14403) 5348 : cluster 0 pgmap v3988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:27:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:51 smithi194 bash[32038]: cluster 2023-12-07T19:27:49.431210+0000 mgr.a (mgr.14403) 5348 : cluster 0 pgmap v3988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:27:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:51 smithi135 bash[32435]: cluster 2023-12-07T19:27:49.431210+0000 mgr.a (mgr.14403) 5348 : cluster 0 pgmap v3988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:27:53.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:53 smithi079 bash[28699]: cluster 2023-12-07T19:27:51.431786+0000 mgr.a (mgr.14403) 5349 : cluster 0 pgmap v3989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:27:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:53 smithi194 bash[32038]: cluster 2023-12-07T19:27:51.431786+0000 mgr.a (mgr.14403) 5349 : cluster 0 pgmap v3989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:27:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:53 smithi135 bash[32435]: cluster 2023-12-07T19:27:51.431786+0000 mgr.a (mgr.14403) 5349 : cluster 0 pgmap v3989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:27:53.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:27:53.837 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:53.837 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:27:54.732 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:27:54.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:27:54.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:27:54.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:27:54.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:27:55.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:55 smithi079 bash[28699]: cluster 2023-12-07T19:27:53.432359+0000 mgr.a (mgr.14403) 5350 : cluster 0 pgmap v3990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:27:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:55 smithi194 bash[32038]: cluster 2023-12-07T19:27:53.432359+0000 mgr.a (mgr.14403) 5350 : cluster 0 pgmap v3990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:27:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:55 smithi135 bash[32435]: cluster 2023-12-07T19:27:53.432359+0000 mgr.a (mgr.14403) 5350 : cluster 0 pgmap v3990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:27:56.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:56 smithi079 bash[28699]: audit 2023-12-07T19:27:54.236607+0000 mgr.a (mgr.14403) 5351 : audit 0 from='client.116583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:56.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:56 smithi194 bash[32038]: audit 2023-12-07T19:27:54.236607+0000 mgr.a (mgr.14403) 5351 : audit 0 from='client.116583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:56 smithi135 bash[32435]: audit 2023-12-07T19:27:54.236607+0000 mgr.a (mgr.14403) 5351 : audit 0 from='client.116583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:27:57.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:57 smithi079 bash[28699]: cluster 2023-12-07T19:27:55.433394+0000 mgr.a (mgr.14403) 5352 : cluster 0 pgmap v3991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:57 smithi194 bash[32038]: cluster 2023-12-07T19:27:55.433394+0000 mgr.a (mgr.14403) 5352 : cluster 0 pgmap v3991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:57 smithi135 bash[32435]: cluster 2023-12-07T19:27:55.433394+0000 mgr.a (mgr.14403) 5352 : cluster 0 pgmap v3991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:27:59.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:27:59 smithi079 bash[28699]: cluster 2023-12-07T19:27:57.433957+0000 mgr.a (mgr.14403) 5353 : cluster 0 pgmap v3992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:27:59 smithi194 bash[32038]: cluster 2023-12-07T19:27:57.433957+0000 mgr.a (mgr.14403) 5353 : cluster 0 pgmap v3992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:27:59 smithi135 bash[32435]: cluster 2023-12-07T19:27:57.433957+0000 mgr.a (mgr.14403) 5353 : cluster 0 pgmap v3992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:27:59.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:27:59.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:27:59.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:00.621 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:28:00.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:00.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:00.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:00.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:28:01.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:01 smithi079 bash[28699]: cluster 2023-12-07T19:27:59.434730+0000 mgr.a (mgr.14403) 5354 : cluster 0 pgmap v3993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:01 smithi194 bash[32038]: cluster 2023-12-07T19:27:59.434730+0000 mgr.a (mgr.14403) 5354 : cluster 0 pgmap v3993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:01 smithi135 bash[32435]: cluster 2023-12-07T19:27:59.434730+0000 mgr.a (mgr.14403) 5354 : cluster 0 pgmap v3993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:02.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:02 smithi079 bash[28699]: audit 2023-12-07T19:28:00.141820+0000 mgr.a (mgr.14403) 5355 : audit 0 from='client.116658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:02 smithi194 bash[32038]: audit 2023-12-07T19:28:00.141820+0000 mgr.a (mgr.14403) 5355 : audit 0 from='client.116658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:02 smithi135 bash[32435]: audit 2023-12-07T19:28:00.141820+0000 mgr.a (mgr.14403) 5355 : audit 0 from='client.116658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:03 smithi079 bash[28699]: cluster 2023-12-07T19:28:01.435439+0000 mgr.a (mgr.14403) 5356 : cluster 0 pgmap v3994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:28:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:03 smithi194 bash[32038]: cluster 2023-12-07T19:28:01.435439+0000 mgr.a (mgr.14403) 5356 : cluster 0 pgmap v3994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:28:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:03 smithi135 bash[32435]: cluster 2023-12-07T19:28:01.435439+0000 mgr.a (mgr.14403) 5356 : cluster 0 pgmap v3994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:28:05.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:05 smithi079 bash[28699]: cluster 2023-12-07T19:28:03.436038+0000 mgr.a (mgr.14403) 5357 : cluster 0 pgmap v3995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:28:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:05 smithi194 bash[32038]: cluster 2023-12-07T19:28:03.436038+0000 mgr.a (mgr.14403) 5357 : cluster 0 pgmap v3995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:28:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:05 smithi135 bash[32435]: cluster 2023-12-07T19:28:03.436038+0000 mgr.a (mgr.14403) 5357 : cluster 0 pgmap v3995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:28:05.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:28:05.625 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:05.625 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:06.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:06.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:06.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:06.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:28:06.546 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:28:07.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:07 smithi079 bash[28699]: cluster 2023-12-07T19:28:05.436853+0000 mgr.a (mgr.14403) 5358 : cluster 0 pgmap v3996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:28:07.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:07 smithi079 bash[28699]: audit 2023-12-07T19:28:06.037560+0000 mgr.a (mgr.14403) 5359 : audit 0 from='client.116736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:07 smithi194 bash[32038]: cluster 2023-12-07T19:28:05.436853+0000 mgr.a (mgr.14403) 5358 : cluster 0 pgmap v3996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:28:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:07 smithi194 bash[32038]: audit 2023-12-07T19:28:06.037560+0000 mgr.a (mgr.14403) 5359 : audit 0 from='client.116736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:07 smithi135 bash[32435]: cluster 2023-12-07T19:28:05.436853+0000 mgr.a (mgr.14403) 5358 : cluster 0 pgmap v3996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:28:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:07 smithi135 bash[32435]: audit 2023-12-07T19:28:06.037560+0000 mgr.a (mgr.14403) 5359 : audit 0 from='client.116736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:09.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:09 smithi079 bash[28699]: cluster 2023-12-07T19:28:07.437530+0000 mgr.a (mgr.14403) 5360 : cluster 0 pgmap v3997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:09 smithi194 bash[32038]: cluster 2023-12-07T19:28:07.437530+0000 mgr.a (mgr.14403) 5360 : cluster 0 pgmap v3997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:09 smithi135 bash[32435]: cluster 2023-12-07T19:28:07.437530+0000 mgr.a (mgr.14403) 5360 : cluster 0 pgmap v3997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:11.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:11 smithi079 bash[28699]: cluster 2023-12-07T19:28:09.438261+0000 mgr.a (mgr.14403) 5361 : cluster 0 pgmap v3998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:11 smithi194 bash[32038]: cluster 2023-12-07T19:28:09.438261+0000 mgr.a (mgr.14403) 5361 : cluster 0 pgmap v3998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:11 smithi135 bash[32435]: cluster 2023-12-07T19:28:09.438261+0000 mgr.a (mgr.14403) 5361 : cluster 0 pgmap v3998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:11.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:28:11.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:11.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:12.440 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:28:12.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:12.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:12.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:12.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:28:13.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:13 smithi079 bash[28699]: cluster 2023-12-07T19:28:11.438853+0000 mgr.a (mgr.14403) 5362 : cluster 0 pgmap v3999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:13.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:13 smithi079 bash[28699]: audit 2023-12-07T19:28:11.957994+0000 mgr.a (mgr.14403) 5363 : audit 0 from='client.116808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:13 smithi194 bash[32038]: cluster 2023-12-07T19:28:11.438853+0000 mgr.a (mgr.14403) 5362 : cluster 0 pgmap v3999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:13 smithi194 bash[32038]: audit 2023-12-07T19:28:11.957994+0000 mgr.a (mgr.14403) 5363 : audit 0 from='client.116808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:13 smithi135 bash[32435]: cluster 2023-12-07T19:28:11.438853+0000 mgr.a (mgr.14403) 5362 : cluster 0 pgmap v3999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:13 smithi135 bash[32435]: audit 2023-12-07T19:28:11.957994+0000 mgr.a (mgr.14403) 5363 : audit 0 from='client.116808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:15.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:15 smithi079 bash[28699]: cluster 2023-12-07T19:28:13.439643+0000 mgr.a (mgr.14403) 5364 : cluster 0 pgmap v4000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:15 smithi194 bash[32038]: cluster 2023-12-07T19:28:13.439643+0000 mgr.a (mgr.14403) 5364 : cluster 0 pgmap v4000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:15 smithi135 bash[32435]: cluster 2023-12-07T19:28:13.439643+0000 mgr.a (mgr.14403) 5364 : cluster 0 pgmap v4000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:17 smithi079 bash[28699]: cluster 2023-12-07T19:28:15.440679+0000 mgr.a (mgr.14403) 5365 : cluster 0 pgmap v4001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:17.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:28:17.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:17.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:17 smithi194 bash[32038]: cluster 2023-12-07T19:28:15.440679+0000 mgr.a (mgr.14403) 5365 : cluster 0 pgmap v4001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:17 smithi135 bash[32435]: cluster 2023-12-07T19:28:15.440679+0000 mgr.a (mgr.14403) 5365 : cluster 0 pgmap v4001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:18.341 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:28:18.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:18.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:18.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:18.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:28:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:19 smithi079 bash[28699]: cluster 2023-12-07T19:28:17.441396+0000 mgr.a (mgr.14403) 5366 : cluster 0 pgmap v4002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:19 smithi079 bash[28699]: audit 2023-12-07T19:28:17.849187+0000 mgr.a (mgr.14403) 5367 : audit 0 from='client.116886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:19 smithi194 bash[32038]: cluster 2023-12-07T19:28:17.441396+0000 mgr.a (mgr.14403) 5366 : cluster 0 pgmap v4002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:19 smithi194 bash[32038]: audit 2023-12-07T19:28:17.849187+0000 mgr.a (mgr.14403) 5367 : audit 0 from='client.116886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:19 smithi135 bash[32435]: cluster 2023-12-07T19:28:17.441396+0000 mgr.a (mgr.14403) 5366 : cluster 0 pgmap v4002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:19 smithi135 bash[32435]: audit 2023-12-07T19:28:17.849187+0000 mgr.a (mgr.14403) 5367 : audit 0 from='client.116886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:21 smithi079 bash[28699]: cluster 2023-12-07T19:28:19.442306+0000 mgr.a (mgr.14403) 5368 : cluster 0 pgmap v4003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:21 smithi194 bash[32038]: cluster 2023-12-07T19:28:19.442306+0000 mgr.a (mgr.14403) 5368 : cluster 0 pgmap v4003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:21 smithi135 bash[32435]: cluster 2023-12-07T19:28:19.442306+0000 mgr.a (mgr.14403) 5368 : cluster 0 pgmap v4003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:23.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:28:23.345 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:23.345 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:23.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:23 smithi079 bash[28699]: cluster 2023-12-07T19:28:21.442863+0000 mgr.a (mgr.14403) 5369 : cluster 0 pgmap v4004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:23 smithi194 bash[32038]: cluster 2023-12-07T19:28:21.442863+0000 mgr.a (mgr.14403) 5369 : cluster 0 pgmap v4004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:23 smithi135 bash[32435]: cluster 2023-12-07T19:28:21.442863+0000 mgr.a (mgr.14403) 5369 : cluster 0 pgmap v4004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:24.255 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:28:24.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:24.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:24.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:24.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:28:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:24 smithi079 bash[28699]: audit 2023-12-07T19:28:23.528859+0000 mon.a (mon.0) 1203 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:28:24.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:24 smithi194 bash[32038]: audit 2023-12-07T19:28:23.528859+0000 mon.a (mon.0) 1203 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:28:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:24 smithi135 bash[32435]: audit 2023-12-07T19:28:23.528859+0000 mon.a (mon.0) 1203 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:28:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:25 smithi079 bash[28699]: cluster 2023-12-07T19:28:23.443388+0000 mgr.a (mgr.14403) 5370 : cluster 0 pgmap v4005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:25 smithi079 bash[28699]: audit 2023-12-07T19:28:23.769037+0000 mgr.a (mgr.14403) 5371 : audit 0 from='client.116964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:25 smithi079 bash[28699]: audit 2023-12-07T19:28:24.324049+0000 mon.a (mon.0) 1204 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:28:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:25 smithi079 bash[28699]: audit 2023-12-07T19:28:24.326091+0000 mon.a (mon.0) 1205 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:28:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:25 smithi079 bash[28699]: audit 2023-12-07T19:28:24.336501+0000 mon.a (mon.0) 1206 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:28:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:25 smithi194 bash[32038]: cluster 2023-12-07T19:28:23.443388+0000 mgr.a (mgr.14403) 5370 : cluster 0 pgmap v4005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:25 smithi194 bash[32038]: audit 2023-12-07T19:28:23.769037+0000 mgr.a (mgr.14403) 5371 : audit 0 from='client.116964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:25 smithi194 bash[32038]: audit 2023-12-07T19:28:24.324049+0000 mon.a (mon.0) 1204 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:28:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:25 smithi194 bash[32038]: audit 2023-12-07T19:28:24.326091+0000 mon.a (mon.0) 1205 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:28:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:25 smithi194 bash[32038]: audit 2023-12-07T19:28:24.336501+0000 mon.a (mon.0) 1206 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:28:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:25 smithi135 bash[32435]: cluster 2023-12-07T19:28:23.443388+0000 mgr.a (mgr.14403) 5370 : cluster 0 pgmap v4005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:25 smithi135 bash[32435]: audit 2023-12-07T19:28:23.769037+0000 mgr.a (mgr.14403) 5371 : audit 0 from='client.116964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:25 smithi135 bash[32435]: audit 2023-12-07T19:28:24.324049+0000 mon.a (mon.0) 1204 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:28:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:25 smithi135 bash[32435]: audit 2023-12-07T19:28:24.326091+0000 mon.a (mon.0) 1205 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:28:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:25 smithi135 bash[32435]: audit 2023-12-07T19:28:24.336501+0000 mon.a (mon.0) 1206 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:28:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:27 smithi079 bash[28699]: cluster 2023-12-07T19:28:25.444321+0000 mgr.a (mgr.14403) 5372 : cluster 0 pgmap v4006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:27 smithi194 bash[32038]: cluster 2023-12-07T19:28:25.444321+0000 mgr.a (mgr.14403) 5372 : cluster 0 pgmap v4006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:27 smithi135 bash[32435]: cluster 2023-12-07T19:28:25.444321+0000 mgr.a (mgr.14403) 5372 : cluster 0 pgmap v4006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:28.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:28 smithi194 bash[32038]: cluster 2023-12-07T19:28:27.444899+0000 mgr.a (mgr.14403) 5373 : cluster 0 pgmap v4007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:28 smithi135 bash[32435]: cluster 2023-12-07T19:28:27.444899+0000 mgr.a (mgr.14403) 5373 : cluster 0 pgmap v4007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:28 smithi079 bash[28699]: cluster 2023-12-07T19:28:27.444899+0000 mgr.a (mgr.14403) 5373 : cluster 0 pgmap v4007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:29.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:28:29.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:29.258 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:30.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:30.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:30.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:30.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:28:30.150 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:28:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:30 smithi079 bash[28699]: cluster 2023-12-07T19:28:29.445654+0000 mgr.a (mgr.14403) 5374 : cluster 0 pgmap v4008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:30 smithi079 bash[28699]: audit 2023-12-07T19:28:29.672433+0000 mgr.a (mgr.14403) 5375 : audit 0 from='client.117039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:30 smithi194 bash[32038]: cluster 2023-12-07T19:28:29.445654+0000 mgr.a (mgr.14403) 5374 : cluster 0 pgmap v4008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:30 smithi194 bash[32038]: audit 2023-12-07T19:28:29.672433+0000 mgr.a (mgr.14403) 5375 : audit 0 from='client.117039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:30 smithi135 bash[32435]: cluster 2023-12-07T19:28:29.445654+0000 mgr.a (mgr.14403) 5374 : cluster 0 pgmap v4008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:30 smithi135 bash[32435]: audit 2023-12-07T19:28:29.672433+0000 mgr.a (mgr.14403) 5375 : audit 0 from='client.117039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:32 smithi079 bash[28699]: cluster 2023-12-07T19:28:31.446285+0000 mgr.a (mgr.14403) 5376 : cluster 0 pgmap v4009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:32 smithi194 bash[32038]: cluster 2023-12-07T19:28:31.446285+0000 mgr.a (mgr.14403) 5376 : cluster 0 pgmap v4009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:32 smithi135 bash[32435]: cluster 2023-12-07T19:28:31.446285+0000 mgr.a (mgr.14403) 5376 : cluster 0 pgmap v4009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:34 smithi079 bash[28699]: cluster 2023-12-07T19:28:33.446867+0000 mgr.a (mgr.14403) 5377 : cluster 0 pgmap v4010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:35.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:28:35.153 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:35.153 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:34 smithi194 bash[32038]: cluster 2023-12-07T19:28:33.446867+0000 mgr.a (mgr.14403) 5377 : cluster 0 pgmap v4010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:34 smithi135 bash[32435]: cluster 2023-12-07T19:28:33.446867+0000 mgr.a (mgr.14403) 5377 : cluster 0 pgmap v4010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:28:36.063 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:28:36.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:36.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:36.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:36.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:28:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:36 smithi079 bash[28699]: cluster 2023-12-07T19:28:35.447783+0000 mgr.a (mgr.14403) 5378 : cluster 0 pgmap v4011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:36 smithi079 bash[28699]: audit 2023-12-07T19:28:35.563619+0000 mgr.a (mgr.14403) 5379 : audit 0 from='client.117117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:36 smithi194 bash[32038]: cluster 2023-12-07T19:28:35.447783+0000 mgr.a (mgr.14403) 5378 : cluster 0 pgmap v4011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:36 smithi194 bash[32038]: audit 2023-12-07T19:28:35.563619+0000 mgr.a (mgr.14403) 5379 : audit 0 from='client.117117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:36 smithi135 bash[32435]: cluster 2023-12-07T19:28:35.447783+0000 mgr.a (mgr.14403) 5378 : cluster 0 pgmap v4011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:36 smithi135 bash[32435]: audit 2023-12-07T19:28:35.563619+0000 mgr.a (mgr.14403) 5379 : audit 0 from='client.117117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:38 smithi079 bash[28699]: cluster 2023-12-07T19:28:37.448505+0000 mgr.a (mgr.14403) 5380 : cluster 0 pgmap v4012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:38 smithi194 bash[32038]: cluster 2023-12-07T19:28:37.448505+0000 mgr.a (mgr.14403) 5380 : cluster 0 pgmap v4012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:38 smithi135 bash[32435]: cluster 2023-12-07T19:28:37.448505+0000 mgr.a (mgr.14403) 5380 : cluster 0 pgmap v4012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:41.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:28:41.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:41.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:40 smithi079 bash[28699]: cluster 2023-12-07T19:28:39.449285+0000 mgr.a (mgr.14403) 5381 : cluster 0 pgmap v4013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:40 smithi194 bash[32038]: cluster 2023-12-07T19:28:39.449285+0000 mgr.a (mgr.14403) 5381 : cluster 0 pgmap v4013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:40 smithi135 bash[32435]: cluster 2023-12-07T19:28:39.449285+0000 mgr.a (mgr.14403) 5381 : cluster 0 pgmap v4013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:41.979 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:28:41.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:41.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:41.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:41.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:28:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:42 smithi079 bash[28699]: cluster 2023-12-07T19:28:41.449946+0000 mgr.a (mgr.14403) 5382 : cluster 0 pgmap v4014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:42 smithi079 bash[28699]: audit 2023-12-07T19:28:41.475796+0000 mgr.a (mgr.14403) 5383 : audit 0 from='client.117183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:42 smithi194 bash[32038]: cluster 2023-12-07T19:28:41.449946+0000 mgr.a (mgr.14403) 5382 : cluster 0 pgmap v4014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:42 smithi194 bash[32038]: audit 2023-12-07T19:28:41.475796+0000 mgr.a (mgr.14403) 5383 : audit 0 from='client.117183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:42 smithi135 bash[32435]: cluster 2023-12-07T19:28:41.449946+0000 mgr.a (mgr.14403) 5382 : cluster 0 pgmap v4014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:42 smithi135 bash[32435]: audit 2023-12-07T19:28:41.475796+0000 mgr.a (mgr.14403) 5383 : audit 0 from='client.117183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:44 smithi079 bash[28699]: cluster 2023-12-07T19:28:43.450625+0000 mgr.a (mgr.14403) 5384 : cluster 0 pgmap v4015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:44 smithi194 bash[32038]: cluster 2023-12-07T19:28:43.450625+0000 mgr.a (mgr.14403) 5384 : cluster 0 pgmap v4015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:44 smithi135 bash[32435]: cluster 2023-12-07T19:28:43.450625+0000 mgr.a (mgr.14403) 5384 : cluster 0 pgmap v4015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:46.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:28:46.982 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:46.983 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:46 smithi079 bash[28699]: cluster 2023-12-07T19:28:45.451448+0000 mgr.a (mgr.14403) 5385 : cluster 0 pgmap v4016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:46 smithi194 bash[32038]: cluster 2023-12-07T19:28:45.451448+0000 mgr.a (mgr.14403) 5385 : cluster 0 pgmap v4016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:46 smithi135 bash[32435]: cluster 2023-12-07T19:28:45.451448+0000 mgr.a (mgr.14403) 5385 : cluster 0 pgmap v4016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:47.881 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:28:47.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:47.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:47.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:47.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:28:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:48 smithi079 bash[28699]: audit 2023-12-07T19:28:47.387136+0000 mgr.a (mgr.14403) 5386 : audit 0 from='client.117258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:48 smithi079 bash[28699]: cluster 2023-12-07T19:28:47.452075+0000 mgr.a (mgr.14403) 5387 : cluster 0 pgmap v4017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:48 smithi194 bash[32038]: audit 2023-12-07T19:28:47.387136+0000 mgr.a (mgr.14403) 5386 : audit 0 from='client.117258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:48 smithi194 bash[32038]: cluster 2023-12-07T19:28:47.452075+0000 mgr.a (mgr.14403) 5387 : cluster 0 pgmap v4017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:48 smithi135 bash[32435]: audit 2023-12-07T19:28:47.387136+0000 mgr.a (mgr.14403) 5386 : audit 0 from='client.117258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:48 smithi135 bash[32435]: cluster 2023-12-07T19:28:47.452075+0000 mgr.a (mgr.14403) 5387 : cluster 0 pgmap v4017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:50 smithi079 bash[28699]: cluster 2023-12-07T19:28:49.452973+0000 mgr.a (mgr.14403) 5388 : cluster 0 pgmap v4018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:50 smithi194 bash[32038]: cluster 2023-12-07T19:28:49.452973+0000 mgr.a (mgr.14403) 5388 : cluster 0 pgmap v4018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:50 smithi135 bash[32435]: cluster 2023-12-07T19:28:49.452973+0000 mgr.a (mgr.14403) 5388 : cluster 0 pgmap v4018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:28:52.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:28:52.885 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:52.885 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:52 smithi079 bash[28699]: cluster 2023-12-07T19:28:51.453527+0000 mgr.a (mgr.14403) 5389 : cluster 0 pgmap v4019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:52 smithi194 bash[32038]: cluster 2023-12-07T19:28:51.453527+0000 mgr.a (mgr.14403) 5389 : cluster 0 pgmap v4019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:52 smithi135 bash[32435]: cluster 2023-12-07T19:28:51.453527+0000 mgr.a (mgr.14403) 5389 : cluster 0 pgmap v4019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:53.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:28:53.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:53.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:53.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:53.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:28:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:54 smithi079 bash[28699]: audit 2023-12-07T19:28:53.294724+0000 mgr.a (mgr.14403) 5390 : audit 0 from='client.117336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:54 smithi079 bash[28699]: cluster 2023-12-07T19:28:53.454217+0000 mgr.a (mgr.14403) 5391 : cluster 0 pgmap v4020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:54 smithi194 bash[32038]: audit 2023-12-07T19:28:53.294724+0000 mgr.a (mgr.14403) 5390 : audit 0 from='client.117336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:54 smithi194 bash[32038]: cluster 2023-12-07T19:28:53.454217+0000 mgr.a (mgr.14403) 5391 : cluster 0 pgmap v4020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:54 smithi135 bash[32435]: audit 2023-12-07T19:28:53.294724+0000 mgr.a (mgr.14403) 5390 : audit 0 from='client.117336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:28:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:54 smithi135 bash[32435]: cluster 2023-12-07T19:28:53.454217+0000 mgr.a (mgr.14403) 5391 : cluster 0 pgmap v4020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:28:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:56 smithi079 bash[28699]: cluster 2023-12-07T19:28:55.455233+0000 mgr.a (mgr.14403) 5392 : cluster 0 pgmap v4021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:28:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:56 smithi194 bash[32038]: cluster 2023-12-07T19:28:55.455233+0000 mgr.a (mgr.14403) 5392 : cluster 0 pgmap v4021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:28:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:56 smithi135 bash[32435]: cluster 2023-12-07T19:28:55.455233+0000 mgr.a (mgr.14403) 5392 : cluster 0 pgmap v4021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:28:58.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:28:58.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:28:58.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:28:59.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:28:58 smithi079 bash[28699]: cluster 2023-12-07T19:28:57.455823+0000 mgr.a (mgr.14403) 5393 : cluster 0 pgmap v4022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:28:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:28:58 smithi194 bash[32038]: cluster 2023-12-07T19:28:57.455823+0000 mgr.a (mgr.14403) 5393 : cluster 0 pgmap v4022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:28:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:28:58 smithi135 bash[32435]: cluster 2023-12-07T19:28:57.455823+0000 mgr.a (mgr.14403) 5393 : cluster 0 pgmap v4022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:28:59.709 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:28:59.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:28:59.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:28:59.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:28:59.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:29:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:00 smithi079 bash[28699]: audit 2023-12-07T19:28:59.211483+0000 mgr.a (mgr.14403) 5394 : audit 0 from='client.117408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:00 smithi079 bash[28699]: cluster 2023-12-07T19:28:59.467273+0000 mgr.a (mgr.14403) 5395 : cluster 0 pgmap v4023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:00 smithi194 bash[32038]: audit 2023-12-07T19:28:59.211483+0000 mgr.a (mgr.14403) 5394 : audit 0 from='client.117408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:00 smithi194 bash[32038]: cluster 2023-12-07T19:28:59.467273+0000 mgr.a (mgr.14403) 5395 : cluster 0 pgmap v4023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:00 smithi135 bash[32435]: audit 2023-12-07T19:28:59.211483+0000 mgr.a (mgr.14403) 5394 : audit 0 from='client.117408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:00 smithi135 bash[32435]: cluster 2023-12-07T19:28:59.467273+0000 mgr.a (mgr.14403) 5395 : cluster 0 pgmap v4023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:02 smithi079 bash[28699]: cluster 2023-12-07T19:29:01.468076+0000 mgr.a (mgr.14403) 5396 : cluster 0 pgmap v4024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:29:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:02 smithi194 bash[32038]: cluster 2023-12-07T19:29:01.468076+0000 mgr.a (mgr.14403) 5396 : cluster 0 pgmap v4024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:29:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:02 smithi135 bash[32435]: cluster 2023-12-07T19:29:01.468076+0000 mgr.a (mgr.14403) 5396 : cluster 0 pgmap v4024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:29:04.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:29:04.713 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:04.713 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:04 smithi079 bash[28699]: cluster 2023-12-07T19:29:03.468650+0000 mgr.a (mgr.14403) 5397 : cluster 0 pgmap v4025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:29:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:04 smithi194 bash[32038]: cluster 2023-12-07T19:29:03.468650+0000 mgr.a (mgr.14403) 5397 : cluster 0 pgmap v4025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:29:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:04 smithi135 bash[32435]: cluster 2023-12-07T19:29:03.468650+0000 mgr.a (mgr.14403) 5397 : cluster 0 pgmap v4025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:29:05.644 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:29:05.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:05.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:05.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:05.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:29:07.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:06 smithi079 bash[28699]: audit 2023-12-07T19:29:05.113743+0000 mgr.a (mgr.14403) 5398 : audit 0 from='client.117486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:07.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:06 smithi079 bash[28699]: cluster 2023-12-07T19:29:05.469443+0000 mgr.a (mgr.14403) 5399 : cluster 0 pgmap v4026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:06 smithi194 bash[32038]: audit 2023-12-07T19:29:05.113743+0000 mgr.a (mgr.14403) 5398 : audit 0 from='client.117486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:06 smithi194 bash[32038]: cluster 2023-12-07T19:29:05.469443+0000 mgr.a (mgr.14403) 5399 : cluster 0 pgmap v4026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:06 smithi135 bash[32435]: audit 2023-12-07T19:29:05.113743+0000 mgr.a (mgr.14403) 5398 : audit 0 from='client.117486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:06 smithi135 bash[32435]: cluster 2023-12-07T19:29:05.469443+0000 mgr.a (mgr.14403) 5399 : cluster 0 pgmap v4026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:08 smithi079 bash[28699]: cluster 2023-12-07T19:29:07.470184+0000 mgr.a (mgr.14403) 5400 : cluster 0 pgmap v4027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:29:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:08 smithi194 bash[32038]: cluster 2023-12-07T19:29:07.470184+0000 mgr.a (mgr.14403) 5400 : cluster 0 pgmap v4027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:29:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:08 smithi135 bash[32435]: cluster 2023-12-07T19:29:07.470184+0000 mgr.a (mgr.14403) 5400 : cluster 0 pgmap v4027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:29:10.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:29:10.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:10.647 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:10 smithi079 bash[28699]: cluster 2023-12-07T19:29:09.471052+0000 mgr.a (mgr.14403) 5401 : cluster 0 pgmap v4028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:29:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:10 smithi194 bash[32038]: cluster 2023-12-07T19:29:09.471052+0000 mgr.a (mgr.14403) 5401 : cluster 0 pgmap v4028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:29:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:10 smithi135 bash[32435]: cluster 2023-12-07T19:29:09.471052+0000 mgr.a (mgr.14403) 5401 : cluster 0 pgmap v4028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:29:11.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:11.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:11.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:11.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:29:11.578 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:29:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:11 smithi079 bash[28699]: audit 2023-12-07T19:29:11.054700+0000 mgr.a (mgr.14403) 5402 : audit 0 from='client.117561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:12.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:11 smithi194 bash[32038]: audit 2023-12-07T19:29:11.054700+0000 mgr.a (mgr.14403) 5402 : audit 0 from='client.117561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:12.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:11 smithi135 bash[32435]: audit 2023-12-07T19:29:11.054700+0000 mgr.a (mgr.14403) 5402 : audit 0 from='client.117561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:12 smithi079 bash[28699]: cluster 2023-12-07T19:29:11.471791+0000 mgr.a (mgr.14403) 5403 : cluster 0 pgmap v4029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:12 smithi194 bash[32038]: cluster 2023-12-07T19:29:11.471791+0000 mgr.a (mgr.14403) 5403 : cluster 0 pgmap v4029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:12 smithi135 bash[32435]: cluster 2023-12-07T19:29:11.471791+0000 mgr.a (mgr.14403) 5403 : cluster 0 pgmap v4029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:14 smithi079 bash[28699]: cluster 2023-12-07T19:29:13.472375+0000 mgr.a (mgr.14403) 5404 : cluster 0 pgmap v4030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:14 smithi194 bash[32038]: cluster 2023-12-07T19:29:13.472375+0000 mgr.a (mgr.14403) 5404 : cluster 0 pgmap v4030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:14 smithi135 bash[32435]: cluster 2023-12-07T19:29:13.472375+0000 mgr.a (mgr.14403) 5404 : cluster 0 pgmap v4030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:16.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:29:16.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:16.582 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:16 smithi079 bash[28699]: cluster 2023-12-07T19:29:15.473135+0000 mgr.a (mgr.14403) 5405 : cluster 0 pgmap v4031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:16 smithi194 bash[32038]: cluster 2023-12-07T19:29:15.473135+0000 mgr.a (mgr.14403) 5405 : cluster 0 pgmap v4031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:16 smithi135 bash[32435]: cluster 2023-12-07T19:29:15.473135+0000 mgr.a (mgr.14403) 5405 : cluster 0 pgmap v4031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:17.501 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:29:17.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:17.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:17.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:17.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:29:18.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:17 smithi079 bash[28699]: audit 2023-12-07T19:29:16.987417+0000 mgr.a (mgr.14403) 5406 : audit 0 from='client.117639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:18.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:17 smithi194 bash[32038]: audit 2023-12-07T19:29:16.987417+0000 mgr.a (mgr.14403) 5406 : audit 0 from='client.117639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:17 smithi135 bash[32435]: audit 2023-12-07T19:29:16.987417+0000 mgr.a (mgr.14403) 5406 : audit 0 from='client.117639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:18 smithi079 bash[28699]: cluster 2023-12-07T19:29:17.473556+0000 mgr.a (mgr.14403) 5407 : cluster 0 pgmap v4032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:18 smithi194 bash[32038]: cluster 2023-12-07T19:29:17.473556+0000 mgr.a (mgr.14403) 5407 : cluster 0 pgmap v4032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:18 smithi135 bash[32435]: cluster 2023-12-07T19:29:17.473556+0000 mgr.a (mgr.14403) 5407 : cluster 0 pgmap v4032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:20 smithi079 bash[28699]: cluster 2023-12-07T19:29:19.474314+0000 mgr.a (mgr.14403) 5408 : cluster 0 pgmap v4033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:20 smithi194 bash[32038]: cluster 2023-12-07T19:29:19.474314+0000 mgr.a (mgr.14403) 5408 : cluster 0 pgmap v4033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:20 smithi135 bash[32435]: cluster 2023-12-07T19:29:19.474314+0000 mgr.a (mgr.14403) 5408 : cluster 0 pgmap v4033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:22.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:29:22.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:22.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:22 smithi079 bash[28699]: cluster 2023-12-07T19:29:21.475023+0000 mgr.a (mgr.14403) 5409 : cluster 0 pgmap v4034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:22 smithi194 bash[32038]: cluster 2023-12-07T19:29:21.475023+0000 mgr.a (mgr.14403) 5409 : cluster 0 pgmap v4034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:22 smithi135 bash[32435]: cluster 2023-12-07T19:29:21.475023+0000 mgr.a (mgr.14403) 5409 : cluster 0 pgmap v4034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:23.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:23.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:23.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:23.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:29:23.410 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:29:24.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:23 smithi079 bash[28699]: audit 2023-12-07T19:29:22.912171+0000 mgr.a (mgr.14403) 5410 : audit 0 from='client.117717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:24.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:23 smithi194 bash[32038]: audit 2023-12-07T19:29:22.912171+0000 mgr.a (mgr.14403) 5410 : audit 0 from='client.117717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:23 smithi135 bash[32435]: audit 2023-12-07T19:29:22.912171+0000 mgr.a (mgr.14403) 5410 : audit 0 from='client.117717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:24 smithi194 bash[32038]: cluster 2023-12-07T19:29:23.475677+0000 mgr.a (mgr.14403) 5411 : cluster 0 pgmap v4035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:24 smithi194 bash[32038]: audit 2023-12-07T19:29:24.439258+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:29:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:24 smithi135 bash[32435]: cluster 2023-12-07T19:29:23.475677+0000 mgr.a (mgr.14403) 5411 : cluster 0 pgmap v4035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:24 smithi135 bash[32435]: audit 2023-12-07T19:29:24.439258+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:29:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:24 smithi079 bash[28699]: cluster 2023-12-07T19:29:23.475677+0000 mgr.a (mgr.14403) 5411 : cluster 0 pgmap v4035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:24 smithi079 bash[28699]: audit 2023-12-07T19:29:24.439258+0000 mon.a (mon.0) 1207 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:29:26.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:25 smithi194 bash[32038]: audit 2023-12-07T19:29:25.179842+0000 mon.a (mon.0) 1208 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:29:26.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:25 smithi194 bash[32038]: audit 2023-12-07T19:29:25.181199+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:29:26.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:25 smithi194 bash[32038]: audit 2023-12-07T19:29:25.191400+0000 mon.a (mon.0) 1210 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:29:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:25 smithi135 bash[32435]: audit 2023-12-07T19:29:25.179842+0000 mon.a (mon.0) 1208 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:29:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:25 smithi135 bash[32435]: audit 2023-12-07T19:29:25.181199+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:29:26.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:25 smithi135 bash[32435]: audit 2023-12-07T19:29:25.191400+0000 mon.a (mon.0) 1210 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:29:26.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:25 smithi079 bash[28699]: audit 2023-12-07T19:29:25.179842+0000 mon.a (mon.0) 1208 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:29:26.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:25 smithi079 bash[28699]: audit 2023-12-07T19:29:25.181199+0000 mon.a (mon.0) 1209 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:29:26.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:25 smithi079 bash[28699]: audit 2023-12-07T19:29:25.191400+0000 mon.a (mon.0) 1210 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:29:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:26 smithi194 bash[32038]: cluster 2023-12-07T19:29:25.476432+0000 mgr.a (mgr.14403) 5412 : cluster 0 pgmap v4036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:26 smithi135 bash[32435]: cluster 2023-12-07T19:29:25.476432+0000 mgr.a (mgr.14403) 5412 : cluster 0 pgmap v4036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:26 smithi079 bash[28699]: cluster 2023-12-07T19:29:25.476432+0000 mgr.a (mgr.14403) 5412 : cluster 0 pgmap v4036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:28.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:29:28.414 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:28.414 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:28 smithi194 bash[32038]: cluster 2023-12-07T19:29:27.476979+0000 mgr.a (mgr.14403) 5413 : cluster 0 pgmap v4037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:28 smithi135 bash[32435]: cluster 2023-12-07T19:29:27.476979+0000 mgr.a (mgr.14403) 5413 : cluster 0 pgmap v4037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:29.310 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:29:29.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:29.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:29.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:29.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:29:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:28 smithi079 bash[28699]: cluster 2023-12-07T19:29:27.476979+0000 mgr.a (mgr.14403) 5413 : cluster 0 pgmap v4037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:30.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:29 smithi194 bash[32038]: audit 2023-12-07T19:29:28.819546+0000 mgr.a (mgr.14403) 5414 : audit 0 from='client.117795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:30.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:29 smithi135 bash[32435]: audit 2023-12-07T19:29:28.819546+0000 mgr.a (mgr.14403) 5414 : audit 0 from='client.117795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:29 smithi079 bash[28699]: audit 2023-12-07T19:29:28.819546+0000 mgr.a (mgr.14403) 5414 : audit 0 from='client.117795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:30 smithi194 bash[32038]: cluster 2023-12-07T19:29:29.478167+0000 mgr.a (mgr.14403) 5415 : cluster 0 pgmap v4038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:30 smithi135 bash[32435]: cluster 2023-12-07T19:29:29.478167+0000 mgr.a (mgr.14403) 5415 : cluster 0 pgmap v4038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:30 smithi079 bash[28699]: cluster 2023-12-07T19:29:29.478167+0000 mgr.a (mgr.14403) 5415 : cluster 0 pgmap v4038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:32 smithi194 bash[32038]: cluster 2023-12-07T19:29:31.478797+0000 mgr.a (mgr.14403) 5416 : cluster 0 pgmap v4039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:32 smithi135 bash[32435]: cluster 2023-12-07T19:29:31.478797+0000 mgr.a (mgr.14403) 5416 : cluster 0 pgmap v4039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:32 smithi079 bash[28699]: cluster 2023-12-07T19:29:31.478797+0000 mgr.a (mgr.14403) 5416 : cluster 0 pgmap v4039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:34.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:29:34.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:34.315 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:34 smithi194 bash[32038]: cluster 2023-12-07T19:29:33.479346+0000 mgr.a (mgr.14403) 5417 : cluster 0 pgmap v4040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:35.204 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:29:35.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:35.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:35.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:35.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:29:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:34 smithi135 bash[32435]: cluster 2023-12-07T19:29:33.479346+0000 mgr.a (mgr.14403) 5417 : cluster 0 pgmap v4040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:34 smithi079 bash[28699]: cluster 2023-12-07T19:29:33.479346+0000 mgr.a (mgr.14403) 5417 : cluster 0 pgmap v4040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:36.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:35 smithi194 bash[32038]: audit 2023-12-07T19:29:34.715292+0000 mgr.a (mgr.14403) 5418 : audit 0 from='client.117873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:36.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:35 smithi135 bash[32435]: audit 2023-12-07T19:29:34.715292+0000 mgr.a (mgr.14403) 5418 : audit 0 from='client.117873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:35 smithi079 bash[28699]: audit 2023-12-07T19:29:34.715292+0000 mgr.a (mgr.14403) 5418 : audit 0 from='client.117873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:36 smithi194 bash[32038]: cluster 2023-12-07T19:29:35.480375+0000 mgr.a (mgr.14403) 5419 : cluster 0 pgmap v4041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:36 smithi135 bash[32435]: cluster 2023-12-07T19:29:35.480375+0000 mgr.a (mgr.14403) 5419 : cluster 0 pgmap v4041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:36 smithi079 bash[28699]: cluster 2023-12-07T19:29:35.480375+0000 mgr.a (mgr.14403) 5419 : cluster 0 pgmap v4041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:38 smithi194 bash[32038]: cluster 2023-12-07T19:29:37.480984+0000 mgr.a (mgr.14403) 5420 : cluster 0 pgmap v4042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:38 smithi135 bash[32435]: cluster 2023-12-07T19:29:37.480984+0000 mgr.a (mgr.14403) 5420 : cluster 0 pgmap v4042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:38 smithi079 bash[28699]: cluster 2023-12-07T19:29:37.480984+0000 mgr.a (mgr.14403) 5420 : cluster 0 pgmap v4042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:29:40.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:29:40.208 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:40.208 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:41.113 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:29:41.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:41.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:41.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:41.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:29:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:40 smithi194 bash[32038]: cluster 2023-12-07T19:29:39.481739+0000 mgr.a (mgr.14403) 5421 : cluster 0 pgmap v4043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:40 smithi135 bash[32435]: cluster 2023-12-07T19:29:39.481739+0000 mgr.a (mgr.14403) 5421 : cluster 0 pgmap v4043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:41.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:40 smithi079 bash[28699]: cluster 2023-12-07T19:29:39.481739+0000 mgr.a (mgr.14403) 5421 : cluster 0 pgmap v4043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:42.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:41 smithi194 bash[32038]: audit 2023-12-07T19:29:40.616720+0000 mgr.a (mgr.14403) 5422 : audit 0 from='client.117945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:42.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:41 smithi135 bash[32435]: audit 2023-12-07T19:29:40.616720+0000 mgr.a (mgr.14403) 5422 : audit 0 from='client.117945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:42.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:41 smithi079 bash[28699]: audit 2023-12-07T19:29:40.616720+0000 mgr.a (mgr.14403) 5422 : audit 0 from='client.117945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:42 smithi194 bash[32038]: cluster 2023-12-07T19:29:41.482398+0000 mgr.a (mgr.14403) 5423 : cluster 0 pgmap v4044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:42 smithi135 bash[32435]: cluster 2023-12-07T19:29:41.482398+0000 mgr.a (mgr.14403) 5423 : cluster 0 pgmap v4044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:43.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:42 smithi079 bash[28699]: cluster 2023-12-07T19:29:41.482398+0000 mgr.a (mgr.14403) 5423 : cluster 0 pgmap v4044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:44 smithi135 bash[32435]: cluster 2023-12-07T19:29:43.483017+0000 mgr.a (mgr.14403) 5424 : cluster 0 pgmap v4045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:44 smithi079 bash[28699]: cluster 2023-12-07T19:29:43.483017+0000 mgr.a (mgr.14403) 5424 : cluster 0 pgmap v4045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:44 smithi194 bash[32038]: cluster 2023-12-07T19:29:43.483017+0000 mgr.a (mgr.14403) 5424 : cluster 0 pgmap v4045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:46.115 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:29:46.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:46.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:47.016 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:29:47.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:47.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:47.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:47.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:29:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:46 smithi079 bash[28699]: cluster 2023-12-07T19:29:45.483804+0000 mgr.a (mgr.14403) 5425 : cluster 0 pgmap v4046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:46 smithi194 bash[32038]: cluster 2023-12-07T19:29:45.483804+0000 mgr.a (mgr.14403) 5425 : cluster 0 pgmap v4046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:46 smithi135 bash[32435]: cluster 2023-12-07T19:29:45.483804+0000 mgr.a (mgr.14403) 5425 : cluster 0 pgmap v4046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:48.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:47 smithi079 bash[28699]: audit 2023-12-07T19:29:46.521351+0000 mgr.a (mgr.14403) 5426 : audit 0 from='client.118023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:48.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:47 smithi194 bash[32038]: audit 2023-12-07T19:29:46.521351+0000 mgr.a (mgr.14403) 5426 : audit 0 from='client.118023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:47 smithi135 bash[32435]: audit 2023-12-07T19:29:46.521351+0000 mgr.a (mgr.14403) 5426 : audit 0 from='client.118023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:48 smithi079 bash[28699]: cluster 2023-12-07T19:29:47.484463+0000 mgr.a (mgr.14403) 5427 : cluster 0 pgmap v4047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:48 smithi194 bash[32038]: cluster 2023-12-07T19:29:47.484463+0000 mgr.a (mgr.14403) 5427 : cluster 0 pgmap v4047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:48 smithi135 bash[32435]: cluster 2023-12-07T19:29:47.484463+0000 mgr.a (mgr.14403) 5427 : cluster 0 pgmap v4047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:51.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:50 smithi079 bash[28699]: cluster 2023-12-07T19:29:49.485243+0000 mgr.a (mgr.14403) 5428 : cluster 0 pgmap v4048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:50 smithi194 bash[32038]: cluster 2023-12-07T19:29:49.485243+0000 mgr.a (mgr.14403) 5428 : cluster 0 pgmap v4048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:50 smithi135 bash[32435]: cluster 2023-12-07T19:29:49.485243+0000 mgr.a (mgr.14403) 5428 : cluster 0 pgmap v4048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:52.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:29:52.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:52.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:52.920 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:29:52.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:52.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:52.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:52.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:29:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:52 smithi079 bash[28699]: cluster 2023-12-07T19:29:51.485806+0000 mgr.a (mgr.14403) 5429 : cluster 0 pgmap v4049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:52 smithi194 bash[32038]: cluster 2023-12-07T19:29:51.485806+0000 mgr.a (mgr.14403) 5429 : cluster 0 pgmap v4049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:52 smithi135 bash[32435]: cluster 2023-12-07T19:29:51.485806+0000 mgr.a (mgr.14403) 5429 : cluster 0 pgmap v4049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:54.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:53 smithi079 bash[28699]: audit 2023-12-07T19:29:52.422958+0000 mgr.a (mgr.14403) 5430 : audit 0 from='client.118101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:54.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:53 smithi194 bash[32038]: audit 2023-12-07T19:29:52.422958+0000 mgr.a (mgr.14403) 5430 : audit 0 from='client.118101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:53 smithi135 bash[32435]: audit 2023-12-07T19:29:52.422958+0000 mgr.a (mgr.14403) 5430 : audit 0 from='client.118101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:29:55.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:54 smithi079 bash[28699]: cluster 2023-12-07T19:29:53.486583+0000 mgr.a (mgr.14403) 5431 : cluster 0 pgmap v4050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:54 smithi194 bash[32038]: cluster 2023-12-07T19:29:53.486583+0000 mgr.a (mgr.14403) 5431 : cluster 0 pgmap v4050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:54 smithi135 bash[32435]: cluster 2023-12-07T19:29:53.486583+0000 mgr.a (mgr.14403) 5431 : cluster 0 pgmap v4050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:57.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:56 smithi079 bash[28699]: cluster 2023-12-07T19:29:55.487340+0000 mgr.a (mgr.14403) 5432 : cluster 0 pgmap v4051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:56 smithi194 bash[32038]: cluster 2023-12-07T19:29:55.487340+0000 mgr.a (mgr.14403) 5432 : cluster 0 pgmap v4051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:56 smithi135 bash[32435]: cluster 2023-12-07T19:29:55.487340+0000 mgr.a (mgr.14403) 5432 : cluster 0 pgmap v4051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:29:57.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:29:57.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:29:57.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:29:58.829 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:29:58.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:29:58.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:29:58.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:29:58.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:29:59.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:29:58 smithi079 bash[28699]: cluster 2023-12-07T19:29:57.487929+0000 mgr.a (mgr.14403) 5433 : cluster 0 pgmap v4052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:29:58 smithi194 bash[32038]: cluster 2023-12-07T19:29:57.487929+0000 mgr.a (mgr.14403) 5433 : cluster 0 pgmap v4052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:29:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:29:58 smithi135 bash[32435]: cluster 2023-12-07T19:29:57.487929+0000 mgr.a (mgr.14403) 5433 : cluster 0 pgmap v4052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:00.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:00 smithi079 bash[28699]: audit 2023-12-07T19:29:58.329178+0000 mgr.a (mgr.14403) 5434 : audit 0 from='client.118179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:00.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:00 smithi194 bash[32038]: audit 2023-12-07T19:29:58.329178+0000 mgr.a (mgr.14403) 5434 : audit 0 from='client.118179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:00 smithi135 bash[32435]: audit 2023-12-07T19:29:58.329178+0000 mgr.a (mgr.14403) 5434 : audit 0 from='client.118179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:01.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:01 smithi079 bash[28699]: cluster 2023-12-07T19:29:59.488904+0000 mgr.a (mgr.14403) 5435 : cluster 0 pgmap v4053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:30:01.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:01 smithi079 bash[28699]: cluster 2023-12-07T19:30:00.004412+0000 mon.a (mon.0) 1211 : cluster 1 overall HEALTH_OK 2023-12-07T19:30:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:01 smithi194 bash[32038]: cluster 2023-12-07T19:29:59.488904+0000 mgr.a (mgr.14403) 5435 : cluster 0 pgmap v4053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:30:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:01 smithi194 bash[32038]: cluster 2023-12-07T19:30:00.004412+0000 mon.a (mon.0) 1211 : cluster 1 overall HEALTH_OK 2023-12-07T19:30:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:01 smithi135 bash[32435]: cluster 2023-12-07T19:29:59.488904+0000 mgr.a (mgr.14403) 5435 : cluster 0 pgmap v4053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:30:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:01 smithi135 bash[32435]: cluster 2023-12-07T19:30:00.004412+0000 mon.a (mon.0) 1211 : cluster 1 overall HEALTH_OK 2023-12-07T19:30:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:03 smithi079 bash[28699]: cluster 2023-12-07T19:30:01.489588+0000 mgr.a (mgr.14403) 5436 : cluster 0 pgmap v4054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:30:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:03 smithi194 bash[32038]: cluster 2023-12-07T19:30:01.489588+0000 mgr.a (mgr.14403) 5436 : cluster 0 pgmap v4054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:30:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:03 smithi135 bash[32435]: cluster 2023-12-07T19:30:01.489588+0000 mgr.a (mgr.14403) 5436 : cluster 0 pgmap v4054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:30:03.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:30:03.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:03.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:04.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:04.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:04.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:04.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:30:04.743 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:30:05.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:05 smithi079 bash[28699]: cluster 2023-12-07T19:30:03.490357+0000 mgr.a (mgr.14403) 5437 : cluster 0 pgmap v4055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:05 smithi194 bash[32038]: cluster 2023-12-07T19:30:03.490357+0000 mgr.a (mgr.14403) 5437 : cluster 0 pgmap v4055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:05 smithi135 bash[32435]: cluster 2023-12-07T19:30:03.490357+0000 mgr.a (mgr.14403) 5437 : cluster 0 pgmap v4055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:06.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:06 smithi079 bash[28699]: audit 2023-12-07T19:30:04.238098+0000 mgr.a (mgr.14403) 5438 : audit 0 from='client.118254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:06.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:06 smithi194 bash[32038]: audit 2023-12-07T19:30:04.238098+0000 mgr.a (mgr.14403) 5438 : audit 0 from='client.118254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:06.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:06 smithi135 bash[32435]: audit 2023-12-07T19:30:04.238098+0000 mgr.a (mgr.14403) 5438 : audit 0 from='client.118254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:07.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:07 smithi079 bash[28699]: cluster 2023-12-07T19:30:05.491104+0000 mgr.a (mgr.14403) 5439 : cluster 0 pgmap v4056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:07 smithi194 bash[32038]: cluster 2023-12-07T19:30:05.491104+0000 mgr.a (mgr.14403) 5439 : cluster 0 pgmap v4056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:07 smithi135 bash[32435]: cluster 2023-12-07T19:30:05.491104+0000 mgr.a (mgr.14403) 5439 : cluster 0 pgmap v4056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:09.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:09 smithi079 bash[28699]: cluster 2023-12-07T19:30:07.491653+0000 mgr.a (mgr.14403) 5440 : cluster 0 pgmap v4057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:09 smithi194 bash[32038]: cluster 2023-12-07T19:30:07.491653+0000 mgr.a (mgr.14403) 5440 : cluster 0 pgmap v4057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:09 smithi135 bash[32435]: cluster 2023-12-07T19:30:07.491653+0000 mgr.a (mgr.14403) 5440 : cluster 0 pgmap v4057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:09.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:30:09.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:09.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:10.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:10.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:10.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:10.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:30:10.647 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:30:11.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:11 smithi079 bash[28699]: cluster 2023-12-07T19:30:09.492471+0000 mgr.a (mgr.14403) 5441 : cluster 0 pgmap v4058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:11 smithi194 bash[32038]: cluster 2023-12-07T19:30:09.492471+0000 mgr.a (mgr.14403) 5441 : cluster 0 pgmap v4058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:11 smithi135 bash[32435]: cluster 2023-12-07T19:30:09.492471+0000 mgr.a (mgr.14403) 5441 : cluster 0 pgmap v4058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:12.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:12 smithi079 bash[28699]: audit 2023-12-07T19:30:10.148205+0000 mgr.a (mgr.14403) 5442 : audit 0 from='client.118332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:12.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:12 smithi194 bash[32038]: audit 2023-12-07T19:30:10.148205+0000 mgr.a (mgr.14403) 5442 : audit 0 from='client.118332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:12 smithi135 bash[32435]: audit 2023-12-07T19:30:10.148205+0000 mgr.a (mgr.14403) 5442 : audit 0 from='client.118332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:13.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:13 smithi079 bash[28699]: cluster 2023-12-07T19:30:11.493180+0000 mgr.a (mgr.14403) 5443 : cluster 0 pgmap v4059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:30:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:13 smithi194 bash[32038]: cluster 2023-12-07T19:30:11.493180+0000 mgr.a (mgr.14403) 5443 : cluster 0 pgmap v4059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:30:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:13 smithi135 bash[32435]: cluster 2023-12-07T19:30:11.493180+0000 mgr.a (mgr.14403) 5443 : cluster 0 pgmap v4059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:30:15.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:15 smithi079 bash[28699]: cluster 2023-12-07T19:30:13.493955+0000 mgr.a (mgr.14403) 5444 : cluster 0 pgmap v4060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:30:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:15 smithi194 bash[32038]: cluster 2023-12-07T19:30:13.493955+0000 mgr.a (mgr.14403) 5444 : cluster 0 pgmap v4060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:30:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:15 smithi135 bash[32435]: cluster 2023-12-07T19:30:13.493955+0000 mgr.a (mgr.14403) 5444 : cluster 0 pgmap v4060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:30:15.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:30:15.651 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:15.651 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:16.554 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:30:16.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:16.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:16.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:16.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:30:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:17 smithi079 bash[28699]: cluster 2023-12-07T19:30:15.494556+0000 mgr.a (mgr.14403) 5445 : cluster 0 pgmap v4061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:17 smithi079 bash[28699]: audit 2023-12-07T19:30:16.060521+0000 mgr.a (mgr.14403) 5446 : audit 0 from='client.118407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:17 smithi194 bash[32038]: cluster 2023-12-07T19:30:15.494556+0000 mgr.a (mgr.14403) 5445 : cluster 0 pgmap v4061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:17 smithi194 bash[32038]: audit 2023-12-07T19:30:16.060521+0000 mgr.a (mgr.14403) 5446 : audit 0 from='client.118407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:17 smithi135 bash[32435]: cluster 2023-12-07T19:30:15.494556+0000 mgr.a (mgr.14403) 5445 : cluster 0 pgmap v4061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:17 smithi135 bash[32435]: audit 2023-12-07T19:30:16.060521+0000 mgr.a (mgr.14403) 5446 : audit 0 from='client.118407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:19 smithi079 bash[28699]: cluster 2023-12-07T19:30:17.495302+0000 mgr.a (mgr.14403) 5447 : cluster 0 pgmap v4062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:19 smithi194 bash[32038]: cluster 2023-12-07T19:30:17.495302+0000 mgr.a (mgr.14403) 5447 : cluster 0 pgmap v4062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:19 smithi135 bash[32435]: cluster 2023-12-07T19:30:17.495302+0000 mgr.a (mgr.14403) 5447 : cluster 0 pgmap v4062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:21 smithi079 bash[28699]: cluster 2023-12-07T19:30:19.496148+0000 mgr.a (mgr.14403) 5448 : cluster 0 pgmap v4063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:21 smithi194 bash[32038]: cluster 2023-12-07T19:30:19.496148+0000 mgr.a (mgr.14403) 5448 : cluster 0 pgmap v4063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:21 smithi135 bash[32435]: cluster 2023-12-07T19:30:19.496148+0000 mgr.a (mgr.14403) 5448 : cluster 0 pgmap v4063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:21.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:30:21.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:21.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:22.465 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:30:22.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:22.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:22.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:22.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:30:23.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:23 smithi079 bash[28699]: cluster 2023-12-07T19:30:21.496753+0000 mgr.a (mgr.14403) 5449 : cluster 0 pgmap v4064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:23.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:23 smithi079 bash[28699]: audit 2023-12-07T19:30:21.959224+0000 mgr.a (mgr.14403) 5450 : audit 0 from='client.118482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:23 smithi194 bash[32038]: cluster 2023-12-07T19:30:21.496753+0000 mgr.a (mgr.14403) 5449 : cluster 0 pgmap v4064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:23 smithi194 bash[32038]: audit 2023-12-07T19:30:21.959224+0000 mgr.a (mgr.14403) 5450 : audit 0 from='client.118482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:23 smithi135 bash[32435]: cluster 2023-12-07T19:30:21.496753+0000 mgr.a (mgr.14403) 5449 : cluster 0 pgmap v4064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:23 smithi135 bash[32435]: audit 2023-12-07T19:30:21.959224+0000 mgr.a (mgr.14403) 5450 : audit 0 from='client.118482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:25 smithi079 bash[28699]: cluster 2023-12-07T19:30:23.497582+0000 mgr.a (mgr.14403) 5451 : cluster 0 pgmap v4065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:25 smithi194 bash[32038]: cluster 2023-12-07T19:30:23.497582+0000 mgr.a (mgr.14403) 5451 : cluster 0 pgmap v4065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:25 smithi135 bash[32435]: cluster 2023-12-07T19:30:23.497582+0000 mgr.a (mgr.14403) 5451 : cluster 0 pgmap v4065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:26.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:26 smithi079 bash[28699]: audit 2023-12-07T19:30:25.295770+0000 mon.a (mon.0) 1212 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:30:26.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:26 smithi194 bash[32038]: audit 2023-12-07T19:30:25.295770+0000 mon.a (mon.0) 1212 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:30:26.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:26 smithi135 bash[32435]: audit 2023-12-07T19:30:25.295770+0000 mon.a (mon.0) 1212 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:30:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:27 smithi079 bash[28699]: cluster 2023-12-07T19:30:25.498131+0000 mgr.a (mgr.14403) 5452 : cluster 0 pgmap v4066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:27 smithi194 bash[32038]: cluster 2023-12-07T19:30:25.498131+0000 mgr.a (mgr.14403) 5452 : cluster 0 pgmap v4066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:27 smithi135 bash[32435]: cluster 2023-12-07T19:30:25.498131+0000 mgr.a (mgr.14403) 5452 : cluster 0 pgmap v4066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:27.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:30:27.469 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:27.469 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:28.370 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:30:28.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:28.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:28.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:28.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:30:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:29 smithi079 bash[28699]: cluster 2023-12-07T19:30:27.498734+0000 mgr.a (mgr.14403) 5453 : cluster 0 pgmap v4067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:29 smithi079 bash[28699]: audit 2023-12-07T19:30:27.880559+0000 mgr.a (mgr.14403) 5454 : audit 0 from='client.118557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:29 smithi194 bash[32038]: cluster 2023-12-07T19:30:27.498734+0000 mgr.a (mgr.14403) 5453 : cluster 0 pgmap v4067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:29 smithi194 bash[32038]: audit 2023-12-07T19:30:27.880559+0000 mgr.a (mgr.14403) 5454 : audit 0 from='client.118557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:29 smithi135 bash[32435]: cluster 2023-12-07T19:30:27.498734+0000 mgr.a (mgr.14403) 5453 : cluster 0 pgmap v4067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:29 smithi135 bash[32435]: audit 2023-12-07T19:30:27.880559+0000 mgr.a (mgr.14403) 5454 : audit 0 from='client.118557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:31 smithi079 bash[28699]: cluster 2023-12-07T19:30:29.499619+0000 mgr.a (mgr.14403) 5455 : cluster 0 pgmap v4068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:31 smithi079 bash[28699]: audit 2023-12-07T19:30:30.647383+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:31 smithi079 bash[28699]: audit 2023-12-07T19:30:30.653897+0000 mon.a (mon.0) 1214 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:31 smithi079 bash[28699]: audit 2023-12-07T19:30:30.657777+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:31 smithi079 bash[28699]: audit 2023-12-07T19:30:30.662659+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:31 smithi079 bash[28699]: audit 2023-12-07T19:30:30.698805+0000 mon.a (mon.0) 1217 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:31 smithi079 bash[28699]: audit 2023-12-07T19:30:30.704629+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:31 smithi194 bash[32038]: cluster 2023-12-07T19:30:29.499619+0000 mgr.a (mgr.14403) 5455 : cluster 0 pgmap v4068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:31 smithi194 bash[32038]: audit 2023-12-07T19:30:30.647383+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:31 smithi194 bash[32038]: audit 2023-12-07T19:30:30.653897+0000 mon.a (mon.0) 1214 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:31 smithi194 bash[32038]: audit 2023-12-07T19:30:30.657777+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:31 smithi194 bash[32038]: audit 2023-12-07T19:30:30.662659+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:31 smithi194 bash[32038]: audit 2023-12-07T19:30:30.698805+0000 mon.a (mon.0) 1217 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:31 smithi194 bash[32038]: audit 2023-12-07T19:30:30.704629+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:31 smithi135 bash[32435]: cluster 2023-12-07T19:30:29.499619+0000 mgr.a (mgr.14403) 5455 : cluster 0 pgmap v4068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:31 smithi135 bash[32435]: audit 2023-12-07T19:30:30.647383+0000 mon.a (mon.0) 1213 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:31 smithi135 bash[32435]: audit 2023-12-07T19:30:30.653897+0000 mon.a (mon.0) 1214 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:31 smithi135 bash[32435]: audit 2023-12-07T19:30:30.657777+0000 mon.a (mon.0) 1215 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:31 smithi135 bash[32435]: audit 2023-12-07T19:30:30.662659+0000 mon.a (mon.0) 1216 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:31 smithi135 bash[32435]: audit 2023-12-07T19:30:30.698805+0000 mon.a (mon.0) 1217 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:31.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:31 smithi135 bash[32435]: audit 2023-12-07T19:30:30.704629+0000 mon.a (mon.0) 1218 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:32 smithi079 bash[28699]: audit 2023-12-07T19:30:31.390957+0000 mon.a (mon.0) 1219 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:30:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:32 smithi079 bash[28699]: audit 2023-12-07T19:30:31.392896+0000 mon.a (mon.0) 1220 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:30:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:32 smithi079 bash[28699]: audit 2023-12-07T19:30:31.402309+0000 mon.a (mon.0) 1221 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:32 smithi194 bash[32038]: audit 2023-12-07T19:30:31.390957+0000 mon.a (mon.0) 1219 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:30:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:32 smithi194 bash[32038]: audit 2023-12-07T19:30:31.392896+0000 mon.a (mon.0) 1220 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:30:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:32 smithi194 bash[32038]: audit 2023-12-07T19:30:31.402309+0000 mon.a (mon.0) 1221 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:32 smithi135 bash[32435]: audit 2023-12-07T19:30:31.390957+0000 mon.a (mon.0) 1219 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:30:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:32 smithi135 bash[32435]: audit 2023-12-07T19:30:31.392896+0000 mon.a (mon.0) 1220 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:30:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:32 smithi135 bash[32435]: audit 2023-12-07T19:30:31.402309+0000 mon.a (mon.0) 1221 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:30:33.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:30:33.376 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:33.376 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:33 smithi079 bash[28699]: cluster 2023-12-07T19:30:31.500141+0000 mgr.a (mgr.14403) 5456 : cluster 0 pgmap v4069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:33 smithi194 bash[32038]: cluster 2023-12-07T19:30:31.500141+0000 mgr.a (mgr.14403) 5456 : cluster 0 pgmap v4069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:33 smithi135 bash[32435]: cluster 2023-12-07T19:30:31.500141+0000 mgr.a (mgr.14403) 5456 : cluster 0 pgmap v4069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:34.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:34.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:34.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:34.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:30:34.271 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:30:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:35 smithi079 bash[28699]: cluster 2023-12-07T19:30:33.500683+0000 mgr.a (mgr.14403) 5457 : cluster 0 pgmap v4070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:35 smithi079 bash[28699]: audit 2023-12-07T19:30:33.777543+0000 mgr.a (mgr.14403) 5458 : audit 0 from='client.118632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:35.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:35 smithi194 bash[32038]: cluster 2023-12-07T19:30:33.500683+0000 mgr.a (mgr.14403) 5457 : cluster 0 pgmap v4070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:35.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:35 smithi194 bash[32038]: audit 2023-12-07T19:30:33.777543+0000 mgr.a (mgr.14403) 5458 : audit 0 from='client.118632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:35 smithi135 bash[32435]: cluster 2023-12-07T19:30:33.500683+0000 mgr.a (mgr.14403) 5457 : cluster 0 pgmap v4070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:35 smithi135 bash[32435]: audit 2023-12-07T19:30:33.777543+0000 mgr.a (mgr.14403) 5458 : audit 0 from='client.118632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:37 smithi079 bash[28699]: cluster 2023-12-07T19:30:35.501507+0000 mgr.a (mgr.14403) 5459 : cluster 0 pgmap v4071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:37 smithi194 bash[32038]: cluster 2023-12-07T19:30:35.501507+0000 mgr.a (mgr.14403) 5459 : cluster 0 pgmap v4071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:37 smithi135 bash[32435]: cluster 2023-12-07T19:30:35.501507+0000 mgr.a (mgr.14403) 5459 : cluster 0 pgmap v4071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:39.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:30:39.273 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:39.273 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:39 smithi079 bash[28699]: cluster 2023-12-07T19:30:37.502141+0000 mgr.a (mgr.14403) 5460 : cluster 0 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-07T19:30:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:39 smithi194 bash[32038]: cluster 2023-12-07T19:30:37.502141+0000 mgr.a (mgr.14403) 5460 : cluster 0 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-07T19:30:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:39 smithi135 bash[32435]: cluster 2023-12-07T19:30:37.502141+0000 mgr.a (mgr.14403) 5460 : cluster 0 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-07T19:30:40.188 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:30:40.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:40.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:40.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:40.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:30:41.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:41 smithi079 bash[28699]: cluster 2023-12-07T19:30:39.502944+0000 mgr.a (mgr.14403) 5461 : cluster 0 pgmap v4073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:41.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:41 smithi079 bash[28699]: audit 2023-12-07T19:30:39.681118+0000 mgr.a (mgr.14403) 5462 : audit 0 from='client.118707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:41 smithi194 bash[32038]: cluster 2023-12-07T19:30:39.502944+0000 mgr.a (mgr.14403) 5461 : cluster 0 pgmap v4073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:41 smithi194 bash[32038]: audit 2023-12-07T19:30:39.681118+0000 mgr.a (mgr.14403) 5462 : audit 0 from='client.118707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:41 smithi135 bash[32435]: cluster 2023-12-07T19:30:39.502944+0000 mgr.a (mgr.14403) 5461 : cluster 0 pgmap v4073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:41 smithi135 bash[32435]: audit 2023-12-07T19:30:39.681118+0000 mgr.a (mgr.14403) 5462 : audit 0 from='client.118707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:43.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:43 smithi079 bash[28699]: cluster 2023-12-07T19:30:41.503705+0000 mgr.a (mgr.14403) 5463 : cluster 0 pgmap v4074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:43 smithi194 bash[32038]: cluster 2023-12-07T19:30:41.503705+0000 mgr.a (mgr.14403) 5463 : cluster 0 pgmap v4074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:43 smithi135 bash[32435]: cluster 2023-12-07T19:30:41.503705+0000 mgr.a (mgr.14403) 5463 : cluster 0 pgmap v4074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:30:45.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:30:45.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:45.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:45 smithi079 bash[28699]: cluster 2023-12-07T19:30:43.504528+0000 mgr.a (mgr.14403) 5464 : cluster 0 pgmap v4075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:45 smithi194 bash[32038]: cluster 2023-12-07T19:30:43.504528+0000 mgr.a (mgr.14403) 5464 : cluster 0 pgmap v4075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:45 smithi135 bash[32435]: cluster 2023-12-07T19:30:43.504528+0000 mgr.a (mgr.14403) 5464 : cluster 0 pgmap v4075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:46.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:46.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:46.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:46.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:30:46.102 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:30:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:47 smithi079 bash[28699]: cluster 2023-12-07T19:30:45.505104+0000 mgr.a (mgr.14403) 5465 : cluster 0 pgmap v4076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:47 smithi079 bash[28699]: audit 2023-12-07T19:30:45.598727+0000 mgr.a (mgr.14403) 5466 : audit 0 from='client.118785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:47 smithi194 bash[32038]: cluster 2023-12-07T19:30:45.505104+0000 mgr.a (mgr.14403) 5465 : cluster 0 pgmap v4076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:47 smithi194 bash[32038]: audit 2023-12-07T19:30:45.598727+0000 mgr.a (mgr.14403) 5466 : audit 0 from='client.118785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:47 smithi135 bash[32435]: cluster 2023-12-07T19:30:45.505104+0000 mgr.a (mgr.14403) 5465 : cluster 0 pgmap v4076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:47 smithi135 bash[32435]: audit 2023-12-07T19:30:45.598727+0000 mgr.a (mgr.14403) 5466 : audit 0 from='client.118785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:49.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:49 smithi079 bash[28699]: cluster 2023-12-07T19:30:47.505750+0000 mgr.a (mgr.14403) 5467 : cluster 0 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-07T19:30:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:49 smithi194 bash[32038]: cluster 2023-12-07T19:30:47.505750+0000 mgr.a (mgr.14403) 5467 : cluster 0 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-07T19:30:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:49 smithi135 bash[32435]: cluster 2023-12-07T19:30:47.505750+0000 mgr.a (mgr.14403) 5467 : cluster 0 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-07T19:30:51.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:30:51.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:51.107 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:51.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:51 smithi079 bash[28699]: cluster 2023-12-07T19:30:49.506703+0000 mgr.a (mgr.14403) 5468 : cluster 0 pgmap v4078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:51 smithi194 bash[32038]: cluster 2023-12-07T19:30:49.506703+0000 mgr.a (mgr.14403) 5468 : cluster 0 pgmap v4078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:51 smithi135 bash[32435]: cluster 2023-12-07T19:30:49.506703+0000 mgr.a (mgr.14403) 5468 : cluster 0 pgmap v4078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:51.985 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:30:51.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:51.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:51.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:51.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:30:53.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:53 smithi079 bash[28699]: cluster 2023-12-07T19:30:51.507307+0000 mgr.a (mgr.14403) 5469 : cluster 0 pgmap v4079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:53.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:53 smithi079 bash[28699]: audit 2023-12-07T19:30:51.510607+0000 mgr.a (mgr.14403) 5470 : audit 0 from='client.118863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:53 smithi194 bash[32038]: cluster 2023-12-07T19:30:51.507307+0000 mgr.a (mgr.14403) 5469 : cluster 0 pgmap v4079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:53 smithi194 bash[32038]: audit 2023-12-07T19:30:51.510607+0000 mgr.a (mgr.14403) 5470 : audit 0 from='client.118863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:53 smithi135 bash[32435]: cluster 2023-12-07T19:30:51.507307+0000 mgr.a (mgr.14403) 5469 : cluster 0 pgmap v4079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:53 smithi135 bash[32435]: audit 2023-12-07T19:30:51.510607+0000 mgr.a (mgr.14403) 5470 : audit 0 from='client.118863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:55.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:55 smithi079 bash[28699]: cluster 2023-12-07T19:30:53.508135+0000 mgr.a (mgr.14403) 5471 : cluster 0 pgmap v4080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:55 smithi194 bash[32038]: cluster 2023-12-07T19:30:53.508135+0000 mgr.a (mgr.14403) 5471 : cluster 0 pgmap v4080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:55 smithi135 bash[32435]: cluster 2023-12-07T19:30:53.508135+0000 mgr.a (mgr.14403) 5471 : cluster 0 pgmap v4080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:30:56.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:30:56.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:30:56.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:30:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:56 smithi079 bash[28699]: cluster 2023-12-07T19:30:55.508719+0000 mgr.a (mgr.14403) 5472 : cluster 0 pgmap v4081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:56 smithi194 bash[32038]: cluster 2023-12-07T19:30:55.508719+0000 mgr.a (mgr.14403) 5472 : cluster 0 pgmap v4081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:56 smithi135 bash[32435]: cluster 2023-12-07T19:30:55.508719+0000 mgr.a (mgr.14403) 5472 : cluster 0 pgmap v4081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:57.890 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:30:57.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:30:57.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:30:57.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:30:57.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:30:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:58 smithi079 bash[28699]: audit 2023-12-07T19:30:57.392722+0000 mgr.a (mgr.14403) 5473 : audit 0 from='client.118941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:30:58 smithi079 bash[28699]: cluster 2023-12-07T19:30:57.509401+0000 mgr.a (mgr.14403) 5474 : cluster 0 pgmap v4082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:58 smithi194 bash[32038]: audit 2023-12-07T19:30:57.392722+0000 mgr.a (mgr.14403) 5473 : audit 0 from='client.118941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:30:58 smithi194 bash[32038]: cluster 2023-12-07T19:30:57.509401+0000 mgr.a (mgr.14403) 5474 : cluster 0 pgmap v4082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:30:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:58 smithi135 bash[32435]: audit 2023-12-07T19:30:57.392722+0000 mgr.a (mgr.14403) 5473 : audit 0 from='client.118941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:30:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:30:58 smithi135 bash[32435]: cluster 2023-12-07T19:30:57.509401+0000 mgr.a (mgr.14403) 5474 : cluster 0 pgmap v4082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:00 smithi079 bash[28699]: cluster 2023-12-07T19:30:59.510091+0000 mgr.a (mgr.14403) 5475 : cluster 0 pgmap v4083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:00 smithi194 bash[32038]: cluster 2023-12-07T19:30:59.510091+0000 mgr.a (mgr.14403) 5475 : cluster 0 pgmap v4083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:00 smithi135 bash[32435]: cluster 2023-12-07T19:30:59.510091+0000 mgr.a (mgr.14403) 5475 : cluster 0 pgmap v4083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:02.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:31:02.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:02.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:02 smithi079 bash[28699]: cluster 2023-12-07T19:31:01.510682+0000 mgr.a (mgr.14403) 5476 : cluster 0 pgmap v4084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:02 smithi194 bash[32038]: cluster 2023-12-07T19:31:01.510682+0000 mgr.a (mgr.14403) 5476 : cluster 0 pgmap v4084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:02 smithi135 bash[32435]: cluster 2023-12-07T19:31:01.510682+0000 mgr.a (mgr.14403) 5476 : cluster 0 pgmap v4084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:03.778 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:31:03.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:03.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:03.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:03.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:31:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:04 smithi079 bash[28699]: audit 2023-12-07T19:31:03.283797+0000 mgr.a (mgr.14403) 5477 : audit 0 from='client.119019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:04 smithi079 bash[28699]: cluster 2023-12-07T19:31:03.511542+0000 mgr.a (mgr.14403) 5478 : cluster 0 pgmap v4085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:31:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:04 smithi194 bash[32038]: audit 2023-12-07T19:31:03.283797+0000 mgr.a (mgr.14403) 5477 : audit 0 from='client.119019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:04 smithi194 bash[32038]: cluster 2023-12-07T19:31:03.511542+0000 mgr.a (mgr.14403) 5478 : cluster 0 pgmap v4085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:31:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:04 smithi135 bash[32435]: audit 2023-12-07T19:31:03.283797+0000 mgr.a (mgr.14403) 5477 : audit 0 from='client.119019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:04 smithi135 bash[32435]: cluster 2023-12-07T19:31:03.511542+0000 mgr.a (mgr.14403) 5478 : cluster 0 pgmap v4085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:31:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:06 smithi079 bash[28699]: cluster 2023-12-07T19:31:05.512114+0000 mgr.a (mgr.14403) 5479 : cluster 0 pgmap v4086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:31:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:06 smithi194 bash[32038]: cluster 2023-12-07T19:31:05.512114+0000 mgr.a (mgr.14403) 5479 : cluster 0 pgmap v4086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:31:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:06 smithi135 bash[32435]: cluster 2023-12-07T19:31:05.512114+0000 mgr.a (mgr.14403) 5479 : cluster 0 pgmap v4086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:31:08.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:31:08.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:08.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:08 smithi079 bash[28699]: cluster 2023-12-07T19:31:07.512694+0000 mgr.a (mgr.14403) 5480 : cluster 0 pgmap v4087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:31:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:08 smithi194 bash[32038]: cluster 2023-12-07T19:31:07.512694+0000 mgr.a (mgr.14403) 5480 : cluster 0 pgmap v4087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:31:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:08 smithi135 bash[32435]: cluster 2023-12-07T19:31:07.512694+0000 mgr.a (mgr.14403) 5480 : cluster 0 pgmap v4087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:31:09.678 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:31:09.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:09.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:09.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:09.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:31:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:10 smithi079 bash[28699]: audit 2023-12-07T19:31:09.185544+0000 mgr.a (mgr.14403) 5481 : audit 0 from='client.119097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:10 smithi079 bash[28699]: cluster 2023-12-07T19:31:09.513344+0000 mgr.a (mgr.14403) 5482 : cluster 0 pgmap v4088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:10 smithi194 bash[32038]: audit 2023-12-07T19:31:09.185544+0000 mgr.a (mgr.14403) 5481 : audit 0 from='client.119097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:10 smithi194 bash[32038]: cluster 2023-12-07T19:31:09.513344+0000 mgr.a (mgr.14403) 5482 : cluster 0 pgmap v4088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:10 smithi135 bash[32435]: audit 2023-12-07T19:31:09.185544+0000 mgr.a (mgr.14403) 5481 : audit 0 from='client.119097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:10 smithi135 bash[32435]: cluster 2023-12-07T19:31:09.513344+0000 mgr.a (mgr.14403) 5482 : cluster 0 pgmap v4088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:12 smithi079 bash[28699]: cluster 2023-12-07T19:31:11.513981+0000 mgr.a (mgr.14403) 5483 : cluster 0 pgmap v4089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:12 smithi194 bash[32038]: cluster 2023-12-07T19:31:11.513981+0000 mgr.a (mgr.14403) 5483 : cluster 0 pgmap v4089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:12 smithi135 bash[32435]: cluster 2023-12-07T19:31:11.513981+0000 mgr.a (mgr.14403) 5483 : cluster 0 pgmap v4089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:14.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:31:14.681 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:14.681 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:14 smithi079 bash[28699]: cluster 2023-12-07T19:31:13.514656+0000 mgr.a (mgr.14403) 5484 : cluster 0 pgmap v4090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:14 smithi194 bash[32038]: cluster 2023-12-07T19:31:13.514656+0000 mgr.a (mgr.14403) 5484 : cluster 0 pgmap v4090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:14 smithi135 bash[32435]: cluster 2023-12-07T19:31:13.514656+0000 mgr.a (mgr.14403) 5484 : cluster 0 pgmap v4090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:15.585 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:31:15.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:15.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:15.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:15.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:31:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:15 smithi079 bash[28699]: audit 2023-12-07T19:31:15.091106+0000 mgr.a (mgr.14403) 5485 : audit 0 from='client.119175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:15 smithi194 bash[32038]: audit 2023-12-07T19:31:15.091106+0000 mgr.a (mgr.14403) 5485 : audit 0 from='client.119175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:15 smithi135 bash[32435]: audit 2023-12-07T19:31:15.091106+0000 mgr.a (mgr.14403) 5485 : audit 0 from='client.119175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:16 smithi079 bash[28699]: cluster 2023-12-07T19:31:15.515233+0000 mgr.a (mgr.14403) 5486 : cluster 0 pgmap v4091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:31:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:16 smithi194 bash[32038]: cluster 2023-12-07T19:31:15.515233+0000 mgr.a (mgr.14403) 5486 : cluster 0 pgmap v4091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:31:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:16 smithi135 bash[32435]: cluster 2023-12-07T19:31:15.515233+0000 mgr.a (mgr.14403) 5486 : cluster 0 pgmap v4091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:31:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:18 smithi079 bash[28699]: cluster 2023-12-07T19:31:17.515863+0000 mgr.a (mgr.14403) 5487 : cluster 0 pgmap v4092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:31:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:18 smithi194 bash[32038]: cluster 2023-12-07T19:31:17.515863+0000 mgr.a (mgr.14403) 5487 : cluster 0 pgmap v4092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:31:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:18 smithi135 bash[32435]: cluster 2023-12-07T19:31:17.515863+0000 mgr.a (mgr.14403) 5487 : cluster 0 pgmap v4092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:31:20.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:31:20.588 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:20.588 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:20 smithi079 bash[28699]: cluster 2023-12-07T19:31:19.516690+0000 mgr.a (mgr.14403) 5488 : cluster 0 pgmap v4093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:31:21.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:20 smithi194 bash[32038]: cluster 2023-12-07T19:31:19.516690+0000 mgr.a (mgr.14403) 5488 : cluster 0 pgmap v4093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:31:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:20 smithi135 bash[32435]: cluster 2023-12-07T19:31:19.516690+0000 mgr.a (mgr.14403) 5488 : cluster 0 pgmap v4093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:31:21.480 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:31:21.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:21.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:21.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:21.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:31:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:21 smithi079 bash[28699]: audit 2023-12-07T19:31:20.986409+0000 mgr.a (mgr.14403) 5489 : audit 0 from='client.119247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:22.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:21 smithi194 bash[32038]: audit 2023-12-07T19:31:20.986409+0000 mgr.a (mgr.14403) 5489 : audit 0 from='client.119247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:21 smithi135 bash[32435]: audit 2023-12-07T19:31:20.986409+0000 mgr.a (mgr.14403) 5489 : audit 0 from='client.119247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:22 smithi079 bash[28699]: cluster 2023-12-07T19:31:21.517481+0000 mgr.a (mgr.14403) 5490 : cluster 0 pgmap v4094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:22 smithi194 bash[32038]: cluster 2023-12-07T19:31:21.517481+0000 mgr.a (mgr.14403) 5490 : cluster 0 pgmap v4094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:22 smithi135 bash[32435]: cluster 2023-12-07T19:31:21.517481+0000 mgr.a (mgr.14403) 5490 : cluster 0 pgmap v4094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:24 smithi079 bash[28699]: cluster 2023-12-07T19:31:23.518324+0000 mgr.a (mgr.14403) 5491 : cluster 0 pgmap v4095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:24 smithi194 bash[32038]: cluster 2023-12-07T19:31:23.518324+0000 mgr.a (mgr.14403) 5491 : cluster 0 pgmap v4095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:24 smithi135 bash[32435]: cluster 2023-12-07T19:31:23.518324+0000 mgr.a (mgr.14403) 5491 : cluster 0 pgmap v4095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:26.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:31:26.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:26.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:26 smithi079 bash[28699]: cluster 2023-12-07T19:31:25.518885+0000 mgr.a (mgr.14403) 5492 : cluster 0 pgmap v4096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:26 smithi194 bash[32038]: cluster 2023-12-07T19:31:25.518885+0000 mgr.a (mgr.14403) 5492 : cluster 0 pgmap v4096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:26 smithi135 bash[32435]: cluster 2023-12-07T19:31:25.518885+0000 mgr.a (mgr.14403) 5492 : cluster 0 pgmap v4096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:27.361 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:31:27.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:27.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:27.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:27.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:31:28.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:27 smithi194 bash[32038]: audit 2023-12-07T19:31:26.881455+0000 mgr.a (mgr.14403) 5493 : audit 0 from='client.119325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:27 smithi135 bash[32435]: audit 2023-12-07T19:31:26.881455+0000 mgr.a (mgr.14403) 5493 : audit 0 from='client.119325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:27 smithi079 bash[28699]: audit 2023-12-07T19:31:26.881455+0000 mgr.a (mgr.14403) 5493 : audit 0 from='client.119325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:28 smithi194 bash[32038]: cluster 2023-12-07T19:31:27.519556+0000 mgr.a (mgr.14403) 5494 : cluster 0 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-07T19:31:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:28 smithi135 bash[32435]: cluster 2023-12-07T19:31:27.519556+0000 mgr.a (mgr.14403) 5494 : cluster 0 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-07T19:31:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:28 smithi079 bash[28699]: cluster 2023-12-07T19:31:27.519556+0000 mgr.a (mgr.14403) 5494 : cluster 0 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-07T19:31:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:30 smithi194 bash[32038]: cluster 2023-12-07T19:31:29.520395+0000 mgr.a (mgr.14403) 5495 : cluster 0 pgmap v4098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:30 smithi135 bash[32435]: cluster 2023-12-07T19:31:29.520395+0000 mgr.a (mgr.14403) 5495 : cluster 0 pgmap v4098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:31.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:30 smithi079 bash[28699]: cluster 2023-12-07T19:31:29.520395+0000 mgr.a (mgr.14403) 5495 : cluster 0 pgmap v4098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:31 smithi194 bash[32038]: audit 2023-12-07T19:31:31.504325+0000 mon.a (mon.0) 1222 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:31:32.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:31 smithi135 bash[32435]: audit 2023-12-07T19:31:31.504325+0000 mon.a (mon.0) 1222 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:31:32.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:31:32.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:32.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:31 smithi079 bash[28699]: audit 2023-12-07T19:31:31.504325+0000 mon.a (mon.0) 1222 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:31:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:32 smithi194 bash[32038]: cluster 2023-12-07T19:31:31.520835+0000 mgr.a (mgr.14403) 5496 : cluster 0 pgmap v4099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:32 smithi194 bash[32038]: audit 2023-12-07T19:31:32.292691+0000 mon.a (mon.0) 1223 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:31:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:32 smithi194 bash[32038]: audit 2023-12-07T19:31:32.294511+0000 mon.a (mon.0) 1224 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:31:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:32 smithi194 bash[32038]: audit 2023-12-07T19:31:32.304284+0000 mon.a (mon.0) 1225 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:31:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:32 smithi135 bash[32435]: cluster 2023-12-07T19:31:31.520835+0000 mgr.a (mgr.14403) 5496 : cluster 0 pgmap v4099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:32 smithi135 bash[32435]: audit 2023-12-07T19:31:32.292691+0000 mon.a (mon.0) 1223 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:31:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:32 smithi135 bash[32435]: audit 2023-12-07T19:31:32.294511+0000 mon.a (mon.0) 1224 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:31:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:32 smithi135 bash[32435]: audit 2023-12-07T19:31:32.304284+0000 mon.a (mon.0) 1225 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:31:33.263 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:31:33.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:33.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:33.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:33.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:31:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:32 smithi079 bash[28699]: cluster 2023-12-07T19:31:31.520835+0000 mgr.a (mgr.14403) 5496 : cluster 0 pgmap v4099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:32 smithi079 bash[28699]: audit 2023-12-07T19:31:32.292691+0000 mon.a (mon.0) 1223 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:31:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:32 smithi079 bash[28699]: audit 2023-12-07T19:31:32.294511+0000 mon.a (mon.0) 1224 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:31:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:32 smithi079 bash[28699]: audit 2023-12-07T19:31:32.304284+0000 mon.a (mon.0) 1225 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:31:34.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:33 smithi194 bash[32038]: audit 2023-12-07T19:31:32.769021+0000 mgr.a (mgr.14403) 5497 : audit 0 from='client.119397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:34.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:33 smithi135 bash[32435]: audit 2023-12-07T19:31:32.769021+0000 mgr.a (mgr.14403) 5497 : audit 0 from='client.119397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:33 smithi079 bash[28699]: audit 2023-12-07T19:31:32.769021+0000 mgr.a (mgr.14403) 5497 : audit 0 from='client.119397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:34 smithi194 bash[32038]: cluster 2023-12-07T19:31:33.521753+0000 mgr.a (mgr.14403) 5498 : cluster 0 pgmap v4100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:34 smithi135 bash[32435]: cluster 2023-12-07T19:31:33.521753+0000 mgr.a (mgr.14403) 5498 : cluster 0 pgmap v4100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:34 smithi079 bash[28699]: cluster 2023-12-07T19:31:33.521753+0000 mgr.a (mgr.14403) 5498 : cluster 0 pgmap v4100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:36 smithi194 bash[32038]: cluster 2023-12-07T19:31:35.522295+0000 mgr.a (mgr.14403) 5499 : cluster 0 pgmap v4101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:36 smithi135 bash[32435]: cluster 2023-12-07T19:31:35.522295+0000 mgr.a (mgr.14403) 5499 : cluster 0 pgmap v4101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:37.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:36 smithi079 bash[28699]: cluster 2023-12-07T19:31:35.522295+0000 mgr.a (mgr.14403) 5499 : cluster 0 pgmap v4101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:38.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:31:38.268 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:38.268 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:39.188 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:31:39.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:39.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:39.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:39.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:31:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:38 smithi194 bash[32038]: cluster 2023-12-07T19:31:37.522871+0000 mgr.a (mgr.14403) 5500 : cluster 0 pgmap v4102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:38 smithi135 bash[32435]: cluster 2023-12-07T19:31:37.522871+0000 mgr.a (mgr.14403) 5500 : cluster 0 pgmap v4102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:38 smithi079 bash[28699]: cluster 2023-12-07T19:31:37.522871+0000 mgr.a (mgr.14403) 5500 : cluster 0 pgmap v4102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:40.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:39 smithi194 bash[32038]: audit 2023-12-07T19:31:38.678072+0000 mgr.a (mgr.14403) 5501 : audit 0 from='client.119475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:40.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:39 smithi135 bash[32435]: audit 2023-12-07T19:31:38.678072+0000 mgr.a (mgr.14403) 5501 : audit 0 from='client.119475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:39 smithi079 bash[28699]: audit 2023-12-07T19:31:38.678072+0000 mgr.a (mgr.14403) 5501 : audit 0 from='client.119475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:40 smithi194 bash[32038]: cluster 2023-12-07T19:31:39.523780+0000 mgr.a (mgr.14403) 5502 : cluster 0 pgmap v4103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:40 smithi135 bash[32435]: cluster 2023-12-07T19:31:39.523780+0000 mgr.a (mgr.14403) 5502 : cluster 0 pgmap v4103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:41.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:40 smithi079 bash[28699]: cluster 2023-12-07T19:31:39.523780+0000 mgr.a (mgr.14403) 5502 : cluster 0 pgmap v4103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:42 smithi194 bash[32038]: cluster 2023-12-07T19:31:41.524357+0000 mgr.a (mgr.14403) 5503 : cluster 0 pgmap v4104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:42 smithi135 bash[32435]: cluster 2023-12-07T19:31:41.524357+0000 mgr.a (mgr.14403) 5503 : cluster 0 pgmap v4104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:43.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:42 smithi079 bash[28699]: cluster 2023-12-07T19:31:41.524357+0000 mgr.a (mgr.14403) 5503 : cluster 0 pgmap v4104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:44.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:31:44.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:44.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:45.117 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:31:45.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:45.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:45.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:45.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:31:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:44 smithi135 bash[32435]: cluster 2023-12-07T19:31:43.525095+0000 mgr.a (mgr.14403) 5504 : cluster 0 pgmap v4105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:45.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:44 smithi079 bash[28699]: cluster 2023-12-07T19:31:43.525095+0000 mgr.a (mgr.14403) 5504 : cluster 0 pgmap v4105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:44 smithi194 bash[32038]: cluster 2023-12-07T19:31:43.525095+0000 mgr.a (mgr.14403) 5504 : cluster 0 pgmap v4105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:46.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:45 smithi079 bash[28699]: audit 2023-12-07T19:31:44.603280+0000 mgr.a (mgr.14403) 5505 : audit 0 from='client.119550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:46.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:45 smithi194 bash[32038]: audit 2023-12-07T19:31:44.603280+0000 mgr.a (mgr.14403) 5505 : audit 0 from='client.119550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:45 smithi135 bash[32435]: audit 2023-12-07T19:31:44.603280+0000 mgr.a (mgr.14403) 5505 : audit 0 from='client.119550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:46 smithi079 bash[28699]: cluster 2023-12-07T19:31:45.525801+0000 mgr.a (mgr.14403) 5506 : cluster 0 pgmap v4106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:46 smithi194 bash[32038]: cluster 2023-12-07T19:31:45.525801+0000 mgr.a (mgr.14403) 5506 : cluster 0 pgmap v4106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:46 smithi135 bash[32435]: cluster 2023-12-07T19:31:45.525801+0000 mgr.a (mgr.14403) 5506 : cluster 0 pgmap v4106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:48 smithi079 bash[28699]: cluster 2023-12-07T19:31:47.526332+0000 mgr.a (mgr.14403) 5507 : cluster 0 pgmap v4107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:48 smithi194 bash[32038]: cluster 2023-12-07T19:31:47.526332+0000 mgr.a (mgr.14403) 5507 : cluster 0 pgmap v4107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:48 smithi135 bash[32435]: cluster 2023-12-07T19:31:47.526332+0000 mgr.a (mgr.14403) 5507 : cluster 0 pgmap v4107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:31:50.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:31:50.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:50.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:51.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:51.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:51.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:51.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:31:51.031 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:31:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:50 smithi079 bash[28699]: cluster 2023-12-07T19:31:49.527164+0000 mgr.a (mgr.14403) 5508 : cluster 0 pgmap v4108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:50 smithi194 bash[32038]: cluster 2023-12-07T19:31:49.527164+0000 mgr.a (mgr.14403) 5508 : cluster 0 pgmap v4108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:50 smithi135 bash[32435]: cluster 2023-12-07T19:31:49.527164+0000 mgr.a (mgr.14403) 5508 : cluster 0 pgmap v4108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:52.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:51 smithi079 bash[28699]: audit 2023-12-07T19:31:50.520822+0000 mgr.a (mgr.14403) 5509 : audit 0 from='client.119628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:51 smithi194 bash[32038]: audit 2023-12-07T19:31:50.520822+0000 mgr.a (mgr.14403) 5509 : audit 0 from='client.119628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:51 smithi135 bash[32435]: audit 2023-12-07T19:31:50.520822+0000 mgr.a (mgr.14403) 5509 : audit 0 from='client.119628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:53.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:52 smithi079 bash[28699]: cluster 2023-12-07T19:31:51.527912+0000 mgr.a (mgr.14403) 5510 : cluster 0 pgmap v4109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:52 smithi194 bash[32038]: cluster 2023-12-07T19:31:51.527912+0000 mgr.a (mgr.14403) 5510 : cluster 0 pgmap v4109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:52 smithi135 bash[32435]: cluster 2023-12-07T19:31:51.527912+0000 mgr.a (mgr.14403) 5510 : cluster 0 pgmap v4109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:55.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:54 smithi079 bash[28699]: cluster 2023-12-07T19:31:53.528756+0000 mgr.a (mgr.14403) 5511 : cluster 0 pgmap v4110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:54 smithi194 bash[32038]: cluster 2023-12-07T19:31:53.528756+0000 mgr.a (mgr.14403) 5511 : cluster 0 pgmap v4110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:54 smithi135 bash[32435]: cluster 2023-12-07T19:31:53.528756+0000 mgr.a (mgr.14403) 5511 : cluster 0 pgmap v4110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:31:56.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:31:56.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:31:56.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:31:56.921 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:31:56.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:31:56.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:31:56.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:31:56.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:31:57.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:57 smithi079 bash[28699]: cluster 2023-12-07T19:31:55.529447+0000 mgr.a (mgr.14403) 5512 : cluster 0 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-07T19:31:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:57 smithi194 bash[32038]: cluster 2023-12-07T19:31:55.529447+0000 mgr.a (mgr.14403) 5512 : cluster 0 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-07T19:31:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:57 smithi135 bash[32435]: cluster 2023-12-07T19:31:55.529447+0000 mgr.a (mgr.14403) 5512 : cluster 0 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-07T19:31:58.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:58 smithi079 bash[28699]: audit 2023-12-07T19:31:56.435796+0000 mgr.a (mgr.14403) 5513 : audit 0 from='client.119703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:58.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:58 smithi194 bash[32038]: audit 2023-12-07T19:31:56.435796+0000 mgr.a (mgr.14403) 5513 : audit 0 from='client.119703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:58.540 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:58 smithi135 bash[32435]: audit 2023-12-07T19:31:56.435796+0000 mgr.a (mgr.14403) 5513 : audit 0 from='client.119703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:31:59.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:31:59 smithi079 bash[28699]: cluster 2023-12-07T19:31:57.530183+0000 mgr.a (mgr.14403) 5514 : cluster 0 pgmap v4112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:31:59 smithi194 bash[32038]: cluster 2023-12-07T19:31:57.530183+0000 mgr.a (mgr.14403) 5514 : cluster 0 pgmap v4112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:31:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:31:59 smithi135 bash[32435]: cluster 2023-12-07T19:31:57.530183+0000 mgr.a (mgr.14403) 5514 : cluster 0 pgmap v4112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:01.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:01 smithi079 bash[28699]: cluster 2023-12-07T19:31:59.531058+0000 mgr.a (mgr.14403) 5515 : cluster 0 pgmap v4113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:01 smithi194 bash[32038]: cluster 2023-12-07T19:31:59.531058+0000 mgr.a (mgr.14403) 5515 : cluster 0 pgmap v4113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:01 smithi135 bash[32435]: cluster 2023-12-07T19:31:59.531058+0000 mgr.a (mgr.14403) 5515 : cluster 0 pgmap v4113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:01.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:32:01.926 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:01.926 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:02.833 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:32:02.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:02.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:02.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:02.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:32:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:03 smithi079 bash[28699]: cluster 2023-12-07T19:32:01.531565+0000 mgr.a (mgr.14403) 5516 : cluster 0 pgmap v4114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:03 smithi194 bash[32038]: cluster 2023-12-07T19:32:01.531565+0000 mgr.a (mgr.14403) 5516 : cluster 0 pgmap v4114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:03 smithi135 bash[32435]: cluster 2023-12-07T19:32:01.531565+0000 mgr.a (mgr.14403) 5516 : cluster 0 pgmap v4114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:04.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:04 smithi079 bash[28699]: audit 2023-12-07T19:32:02.325922+0000 mgr.a (mgr.14403) 5517 : audit 0 from='client.119772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:04.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:04 smithi194 bash[32038]: audit 2023-12-07T19:32:02.325922+0000 mgr.a (mgr.14403) 5517 : audit 0 from='client.119772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:04.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:04 smithi135 bash[32435]: audit 2023-12-07T19:32:02.325922+0000 mgr.a (mgr.14403) 5517 : audit 0 from='client.119772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:05.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:05 smithi079 bash[28699]: cluster 2023-12-07T19:32:03.532433+0000 mgr.a (mgr.14403) 5518 : cluster 0 pgmap v4115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:05 smithi194 bash[32038]: cluster 2023-12-07T19:32:03.532433+0000 mgr.a (mgr.14403) 5518 : cluster 0 pgmap v4115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:05 smithi135 bash[32435]: cluster 2023-12-07T19:32:03.532433+0000 mgr.a (mgr.14403) 5518 : cluster 0 pgmap v4115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:07.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:07 smithi079 bash[28699]: cluster 2023-12-07T19:32:05.533016+0000 mgr.a (mgr.14403) 5519 : cluster 0 pgmap v4116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:07 smithi194 bash[32038]: cluster 2023-12-07T19:32:05.533016+0000 mgr.a (mgr.14403) 5519 : cluster 0 pgmap v4116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:07 smithi135 bash[32435]: cluster 2023-12-07T19:32:05.533016+0000 mgr.a (mgr.14403) 5519 : cluster 0 pgmap v4116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:07.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:32:07.837 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:07.837 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:08.718 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:32:08.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:08.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:08.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:08.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:32:09.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:09 smithi079 bash[28699]: cluster 2023-12-07T19:32:07.533587+0000 mgr.a (mgr.14403) 5520 : cluster 0 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-07T19:32:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:09 smithi194 bash[32038]: cluster 2023-12-07T19:32:07.533587+0000 mgr.a (mgr.14403) 5520 : cluster 0 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-07T19:32:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:09 smithi135 bash[32435]: cluster 2023-12-07T19:32:07.533587+0000 mgr.a (mgr.14403) 5520 : cluster 0 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-07T19:32:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:10 smithi079 bash[28699]: audit 2023-12-07T19:32:08.242397+0000 mgr.a (mgr.14403) 5521 : audit 0 from='client.119844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:10.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:10 smithi194 bash[32038]: audit 2023-12-07T19:32:08.242397+0000 mgr.a (mgr.14403) 5521 : audit 0 from='client.119844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:10 smithi135 bash[32435]: audit 2023-12-07T19:32:08.242397+0000 mgr.a (mgr.14403) 5521 : audit 0 from='client.119844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:11.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:11 smithi079 bash[28699]: cluster 2023-12-07T19:32:09.534698+0000 mgr.a (mgr.14403) 5522 : cluster 0 pgmap v4118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:32:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:11 smithi194 bash[32038]: cluster 2023-12-07T19:32:09.534698+0000 mgr.a (mgr.14403) 5522 : cluster 0 pgmap v4118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:32:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:11 smithi135 bash[32435]: cluster 2023-12-07T19:32:09.534698+0000 mgr.a (mgr.14403) 5522 : cluster 0 pgmap v4118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:32:13.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:13 smithi079 bash[28699]: cluster 2023-12-07T19:32:11.535339+0000 mgr.a (mgr.14403) 5523 : cluster 0 pgmap v4119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:32:13.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:13 smithi194 bash[32038]: cluster 2023-12-07T19:32:11.535339+0000 mgr.a (mgr.14403) 5523 : cluster 0 pgmap v4119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:32:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:13 smithi135 bash[32435]: cluster 2023-12-07T19:32:11.535339+0000 mgr.a (mgr.14403) 5523 : cluster 0 pgmap v4119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:32:13.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:32:13.721 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:13.721 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:14.632 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:32:14.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:14.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:14.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:14.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:32:15.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:15 smithi079 bash[28699]: cluster 2023-12-07T19:32:13.536108+0000 mgr.a (mgr.14403) 5524 : cluster 0 pgmap v4120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:15.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:15 smithi079 bash[28699]: audit 2023-12-07T19:32:14.132285+0000 mgr.a (mgr.14403) 5525 : audit 0 from='client.95354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:15 smithi194 bash[32038]: cluster 2023-12-07T19:32:13.536108+0000 mgr.a (mgr.14403) 5524 : cluster 0 pgmap v4120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:15 smithi194 bash[32038]: audit 2023-12-07T19:32:14.132285+0000 mgr.a (mgr.14403) 5525 : audit 0 from='client.95354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:15 smithi135 bash[32435]: cluster 2023-12-07T19:32:13.536108+0000 mgr.a (mgr.14403) 5524 : cluster 0 pgmap v4120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:15 smithi135 bash[32435]: audit 2023-12-07T19:32:14.132285+0000 mgr.a (mgr.14403) 5525 : audit 0 from='client.95354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:17 smithi079 bash[28699]: cluster 2023-12-07T19:32:15.536758+0000 mgr.a (mgr.14403) 5526 : cluster 0 pgmap v4121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:17 smithi194 bash[32038]: cluster 2023-12-07T19:32:15.536758+0000 mgr.a (mgr.14403) 5526 : cluster 0 pgmap v4121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:17 smithi135 bash[32435]: cluster 2023-12-07T19:32:15.536758+0000 mgr.a (mgr.14403) 5526 : cluster 0 pgmap v4121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:19 smithi079 bash[28699]: cluster 2023-12-07T19:32:17.537313+0000 mgr.a (mgr.14403) 5527 : cluster 0 pgmap v4122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:19 smithi194 bash[32038]: cluster 2023-12-07T19:32:17.537313+0000 mgr.a (mgr.14403) 5527 : cluster 0 pgmap v4122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:19 smithi135 bash[32435]: cluster 2023-12-07T19:32:17.537313+0000 mgr.a (mgr.14403) 5527 : cluster 0 pgmap v4122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:19.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:32:19.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:19.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:20.546 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:32:20.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:20.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:20.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:20.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:32:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:21 smithi079 bash[28699]: cluster 2023-12-07T19:32:19.538092+0000 mgr.a (mgr.14403) 5528 : cluster 0 pgmap v4123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:21 smithi079 bash[28699]: audit 2023-12-07T19:32:20.048599+0000 mgr.a (mgr.14403) 5529 : audit 0 from='client.120000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:21 smithi194 bash[32038]: cluster 2023-12-07T19:32:19.538092+0000 mgr.a (mgr.14403) 5528 : cluster 0 pgmap v4123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:21 smithi194 bash[32038]: audit 2023-12-07T19:32:20.048599+0000 mgr.a (mgr.14403) 5529 : audit 0 from='client.120000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:21 smithi135 bash[32435]: cluster 2023-12-07T19:32:19.538092+0000 mgr.a (mgr.14403) 5528 : cluster 0 pgmap v4123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:21 smithi135 bash[32435]: audit 2023-12-07T19:32:20.048599+0000 mgr.a (mgr.14403) 5529 : audit 0 from='client.120000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:23 smithi079 bash[28699]: cluster 2023-12-07T19:32:21.538750+0000 mgr.a (mgr.14403) 5530 : cluster 0 pgmap v4124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:32:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:23 smithi194 bash[32038]: cluster 2023-12-07T19:32:21.538750+0000 mgr.a (mgr.14403) 5530 : cluster 0 pgmap v4124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:32:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:23 smithi135 bash[32435]: cluster 2023-12-07T19:32:21.538750+0000 mgr.a (mgr.14403) 5530 : cluster 0 pgmap v4124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:32:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:25 smithi079 bash[28699]: cluster 2023-12-07T19:32:23.539580+0000 mgr.a (mgr.14403) 5531 : cluster 0 pgmap v4125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:32:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:25 smithi194 bash[32038]: cluster 2023-12-07T19:32:23.539580+0000 mgr.a (mgr.14403) 5531 : cluster 0 pgmap v4125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:32:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:25 smithi135 bash[32435]: cluster 2023-12-07T19:32:23.539580+0000 mgr.a (mgr.14403) 5531 : cluster 0 pgmap v4125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:32:25.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:32:25.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:25.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:26.454 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:32:26.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:26.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:26.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:26.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:32:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:27 smithi079 bash[28699]: cluster 2023-12-07T19:32:25.540083+0000 mgr.a (mgr.14403) 5532 : cluster 0 pgmap v4126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:27 smithi079 bash[28699]: audit 2023-12-07T19:32:25.954286+0000 mgr.a (mgr.14403) 5533 : audit 0 from='client.120078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:27 smithi194 bash[32038]: cluster 2023-12-07T19:32:25.540083+0000 mgr.a (mgr.14403) 5532 : cluster 0 pgmap v4126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:27 smithi194 bash[32038]: audit 2023-12-07T19:32:25.954286+0000 mgr.a (mgr.14403) 5533 : audit 0 from='client.120078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:27 smithi135 bash[32435]: cluster 2023-12-07T19:32:25.540083+0000 mgr.a (mgr.14403) 5532 : cluster 0 pgmap v4126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:27 smithi135 bash[32435]: audit 2023-12-07T19:32:25.954286+0000 mgr.a (mgr.14403) 5533 : audit 0 from='client.120078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:29.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:29 smithi079 bash[28699]: cluster 2023-12-07T19:32:27.540745+0000 mgr.a (mgr.14403) 5534 : cluster 0 pgmap v4127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:29 smithi194 bash[32038]: cluster 2023-12-07T19:32:27.540745+0000 mgr.a (mgr.14403) 5534 : cluster 0 pgmap v4127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:29 smithi135 bash[32435]: cluster 2023-12-07T19:32:27.540745+0000 mgr.a (mgr.14403) 5534 : cluster 0 pgmap v4127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:31 smithi079 bash[28699]: cluster 2023-12-07T19:32:29.541584+0000 mgr.a (mgr.14403) 5535 : cluster 0 pgmap v4128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:31 smithi194 bash[32038]: cluster 2023-12-07T19:32:29.541584+0000 mgr.a (mgr.14403) 5535 : cluster 0 pgmap v4128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:31.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:32:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:31 smithi135 bash[32435]: cluster 2023-12-07T19:32:29.541584+0000 mgr.a (mgr.14403) 5535 : cluster 0 pgmap v4128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:31.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:31.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:32.334 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:32:32.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:32.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:32.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:32.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:32:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:33 smithi079 bash[28699]: cluster 2023-12-07T19:32:31.542122+0000 mgr.a (mgr.14403) 5536 : cluster 0 pgmap v4129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:33 smithi079 bash[28699]: audit 2023-12-07T19:32:31.855600+0000 mgr.a (mgr.14403) 5537 : audit 0 from='client.120156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:33 smithi079 bash[28699]: audit 2023-12-07T19:32:32.407053+0000 mon.a (mon.0) 1226 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:32:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:33 smithi194 bash[32038]: cluster 2023-12-07T19:32:31.542122+0000 mgr.a (mgr.14403) 5536 : cluster 0 pgmap v4129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:33 smithi194 bash[32038]: audit 2023-12-07T19:32:31.855600+0000 mgr.a (mgr.14403) 5537 : audit 0 from='client.120156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:33 smithi194 bash[32038]: audit 2023-12-07T19:32:32.407053+0000 mon.a (mon.0) 1226 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:32:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:33 smithi135 bash[32435]: cluster 2023-12-07T19:32:31.542122+0000 mgr.a (mgr.14403) 5536 : cluster 0 pgmap v4129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:33 smithi135 bash[32435]: audit 2023-12-07T19:32:31.855600+0000 mgr.a (mgr.14403) 5537 : audit 0 from='client.120156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:33 smithi135 bash[32435]: audit 2023-12-07T19:32:32.407053+0000 mon.a (mon.0) 1226 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:32:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:34 smithi079 bash[28699]: audit 2023-12-07T19:32:33.189993+0000 mon.a (mon.0) 1227 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:32:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:34 smithi079 bash[28699]: audit 2023-12-07T19:32:33.191754+0000 mon.a (mon.0) 1228 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:32:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:34 smithi079 bash[28699]: audit 2023-12-07T19:32:33.201536+0000 mon.a (mon.0) 1229 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:32:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:34 smithi194 bash[32038]: audit 2023-12-07T19:32:33.189993+0000 mon.a (mon.0) 1227 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:32:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:34 smithi194 bash[32038]: audit 2023-12-07T19:32:33.191754+0000 mon.a (mon.0) 1228 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:32:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:34 smithi194 bash[32038]: audit 2023-12-07T19:32:33.201536+0000 mon.a (mon.0) 1229 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:32:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:34 smithi135 bash[32435]: audit 2023-12-07T19:32:33.189993+0000 mon.a (mon.0) 1227 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:32:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:34 smithi135 bash[32435]: audit 2023-12-07T19:32:33.191754+0000 mon.a (mon.0) 1228 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:32:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:34 smithi135 bash[32435]: audit 2023-12-07T19:32:33.201536+0000 mon.a (mon.0) 1229 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:32:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:35 smithi079 bash[28699]: cluster 2023-12-07T19:32:33.543025+0000 mgr.a (mgr.14403) 5538 : cluster 0 pgmap v4130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:35 smithi194 bash[32038]: cluster 2023-12-07T19:32:33.543025+0000 mgr.a (mgr.14403) 5538 : cluster 0 pgmap v4130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:35 smithi135 bash[32435]: cluster 2023-12-07T19:32:33.543025+0000 mgr.a (mgr.14403) 5538 : cluster 0 pgmap v4130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:37.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:32:37.338 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:37.338 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:37 smithi079 bash[28699]: cluster 2023-12-07T19:32:35.543625+0000 mgr.a (mgr.14403) 5539 : cluster 0 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-07T19:32:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:37 smithi194 bash[32038]: cluster 2023-12-07T19:32:35.543625+0000 mgr.a (mgr.14403) 5539 : cluster 0 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-07T19:32:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:37 smithi135 bash[32435]: cluster 2023-12-07T19:32:35.543625+0000 mgr.a (mgr.14403) 5539 : cluster 0 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-07T19:32:38.229 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:32:38.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:38.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:38.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:38.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:32:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:39 smithi079 bash[28699]: cluster 2023-12-07T19:32:37.544143+0000 mgr.a (mgr.14403) 5540 : cluster 0 pgmap v4132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:39 smithi079 bash[28699]: audit 2023-12-07T19:32:37.746505+0000 mgr.a (mgr.14403) 5541 : audit 0 from='client.120231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:39 smithi194 bash[32038]: cluster 2023-12-07T19:32:37.544143+0000 mgr.a (mgr.14403) 5540 : cluster 0 pgmap v4132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:39 smithi194 bash[32038]: audit 2023-12-07T19:32:37.746505+0000 mgr.a (mgr.14403) 5541 : audit 0 from='client.120231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:39 smithi135 bash[32435]: cluster 2023-12-07T19:32:37.544143+0000 mgr.a (mgr.14403) 5540 : cluster 0 pgmap v4132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:39 smithi135 bash[32435]: audit 2023-12-07T19:32:37.746505+0000 mgr.a (mgr.14403) 5541 : audit 0 from='client.120231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:41.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:41 smithi079 bash[28699]: cluster 2023-12-07T19:32:39.544976+0000 mgr.a (mgr.14403) 5542 : cluster 0 pgmap v4133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:41 smithi194 bash[32038]: cluster 2023-12-07T19:32:39.544976+0000 mgr.a (mgr.14403) 5542 : cluster 0 pgmap v4133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:41 smithi135 bash[32435]: cluster 2023-12-07T19:32:39.544976+0000 mgr.a (mgr.14403) 5542 : cluster 0 pgmap v4133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:32:43.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:32:43.232 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:43.232 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:43.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:43 smithi079 bash[28699]: cluster 2023-12-07T19:32:41.545553+0000 mgr.a (mgr.14403) 5543 : cluster 0 pgmap v4134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:43 smithi194 bash[32038]: cluster 2023-12-07T19:32:41.545553+0000 mgr.a (mgr.14403) 5543 : cluster 0 pgmap v4134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:43 smithi135 bash[32435]: cluster 2023-12-07T19:32:41.545553+0000 mgr.a (mgr.14403) 5543 : cluster 0 pgmap v4134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:44.131 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:32:44.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:44.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:44.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:44.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:32:45.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:45 smithi079 bash[28699]: cluster 2023-12-07T19:32:43.546459+0000 mgr.a (mgr.14403) 5544 : cluster 0 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-07T19:32:45.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:45 smithi079 bash[28699]: audit 2023-12-07T19:32:43.630363+0000 mgr.a (mgr.14403) 5545 : audit 0 from='client.120309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:45 smithi194 bash[32038]: cluster 2023-12-07T19:32:43.546459+0000 mgr.a (mgr.14403) 5544 : cluster 0 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-07T19:32:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:45 smithi194 bash[32038]: audit 2023-12-07T19:32:43.630363+0000 mgr.a (mgr.14403) 5545 : audit 0 from='client.120309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:45 smithi135 bash[32435]: cluster 2023-12-07T19:32:43.546459+0000 mgr.a (mgr.14403) 5544 : cluster 0 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-07T19:32:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:45 smithi135 bash[32435]: audit 2023-12-07T19:32:43.630363+0000 mgr.a (mgr.14403) 5545 : audit 0 from='client.120309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:47 smithi079 bash[28699]: cluster 2023-12-07T19:32:45.547162+0000 mgr.a (mgr.14403) 5546 : cluster 0 pgmap v4136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:47 smithi194 bash[32038]: cluster 2023-12-07T19:32:45.547162+0000 mgr.a (mgr.14403) 5546 : cluster 0 pgmap v4136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:47 smithi135 bash[32435]: cluster 2023-12-07T19:32:45.547162+0000 mgr.a (mgr.14403) 5546 : cluster 0 pgmap v4136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:49.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:32:49.135 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:49.135 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:49.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:49 smithi079 bash[28699]: cluster 2023-12-07T19:32:47.547745+0000 mgr.a (mgr.14403) 5547 : cluster 0 pgmap v4137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:49 smithi194 bash[32038]: cluster 2023-12-07T19:32:47.547745+0000 mgr.a (mgr.14403) 5547 : cluster 0 pgmap v4137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:49 smithi135 bash[32435]: cluster 2023-12-07T19:32:47.547745+0000 mgr.a (mgr.14403) 5547 : cluster 0 pgmap v4137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:50.044 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:32:50.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:50.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:50.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:50.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:32:51.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:51 smithi079 bash[28699]: audit 2023-12-07T19:32:49.529207+0000 mgr.a (mgr.14403) 5548 : audit 0 from='client.120387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:51.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:51 smithi079 bash[28699]: cluster 2023-12-07T19:32:49.549351+0000 mgr.a (mgr.14403) 5549 : cluster 0 pgmap v4138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:51 smithi194 bash[32038]: audit 2023-12-07T19:32:49.529207+0000 mgr.a (mgr.14403) 5548 : audit 0 from='client.120387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:51 smithi194 bash[32038]: cluster 2023-12-07T19:32:49.549351+0000 mgr.a (mgr.14403) 5549 : cluster 0 pgmap v4138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:51 smithi135 bash[32435]: audit 2023-12-07T19:32:49.529207+0000 mgr.a (mgr.14403) 5548 : audit 0 from='client.120387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:51 smithi135 bash[32435]: cluster 2023-12-07T19:32:49.549351+0000 mgr.a (mgr.14403) 5549 : cluster 0 pgmap v4138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:53.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:53 smithi079 bash[28699]: cluster 2023-12-07T19:32:51.550027+0000 mgr.a (mgr.14403) 5550 : cluster 0 pgmap v4139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:53 smithi194 bash[32038]: cluster 2023-12-07T19:32:51.550027+0000 mgr.a (mgr.14403) 5550 : cluster 0 pgmap v4139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:53 smithi135 bash[32435]: cluster 2023-12-07T19:32:51.550027+0000 mgr.a (mgr.14403) 5550 : cluster 0 pgmap v4139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:32:55.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:32:55.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:32:55.049 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:32:55.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:55 smithi079 bash[28699]: cluster 2023-12-07T19:32:53.550815+0000 mgr.a (mgr.14403) 5551 : cluster 0 pgmap v4140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:55 smithi194 bash[32038]: cluster 2023-12-07T19:32:53.550815+0000 mgr.a (mgr.14403) 5551 : cluster 0 pgmap v4140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:55 smithi135 bash[32435]: cluster 2023-12-07T19:32:53.550815+0000 mgr.a (mgr.14403) 5551 : cluster 0 pgmap v4140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:55.944 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:32:55.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:32:55.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:32:55.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:32:55.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:32:57.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:57 smithi079 bash[28699]: audit 2023-12-07T19:32:55.449370+0000 mgr.a (mgr.14403) 5552 : audit 0 from='client.120465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:57.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:57 smithi079 bash[28699]: cluster 2023-12-07T19:32:55.551459+0000 mgr.a (mgr.14403) 5553 : cluster 0 pgmap v4141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:57 smithi194 bash[32038]: audit 2023-12-07T19:32:55.449370+0000 mgr.a (mgr.14403) 5552 : audit 0 from='client.120465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:57 smithi194 bash[32038]: cluster 2023-12-07T19:32:55.551459+0000 mgr.a (mgr.14403) 5553 : cluster 0 pgmap v4141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:57 smithi135 bash[32435]: audit 2023-12-07T19:32:55.449370+0000 mgr.a (mgr.14403) 5552 : audit 0 from='client.120465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:32:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:57 smithi135 bash[32435]: cluster 2023-12-07T19:32:55.551459+0000 mgr.a (mgr.14403) 5553 : cluster 0 pgmap v4141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:32:59 smithi194 bash[32038]: cluster 2023-12-07T19:32:57.552238+0000 mgr.a (mgr.14403) 5554 : cluster 0 pgmap v4142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:32:59 smithi135 bash[32435]: cluster 2023-12-07T19:32:57.552238+0000 mgr.a (mgr.14403) 5554 : cluster 0 pgmap v4142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:32:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:32:59 smithi079 bash[28699]: cluster 2023-12-07T19:32:57.552238+0000 mgr.a (mgr.14403) 5554 : cluster 0 pgmap v4142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:00.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:33:00.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:00.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:01 smithi194 bash[32038]: cluster 2023-12-07T19:32:59.553065+0000 mgr.a (mgr.14403) 5555 : cluster 0 pgmap v4143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:01 smithi135 bash[32435]: cluster 2023-12-07T19:32:59.553065+0000 mgr.a (mgr.14403) 5555 : cluster 0 pgmap v4143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:01 smithi079 bash[28699]: cluster 2023-12-07T19:32:59.553065+0000 mgr.a (mgr.14403) 5555 : cluster 0 pgmap v4143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:01.868 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:33:01.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:01.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:01.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:01.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:33:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:03 smithi194 bash[32038]: audit 2023-12-07T19:33:01.353001+0000 mgr.a (mgr.14403) 5556 : audit 0 from='client.120540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:03 smithi194 bash[32038]: cluster 2023-12-07T19:33:01.553800+0000 mgr.a (mgr.14403) 5557 : cluster 0 pgmap v4144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:03 smithi135 bash[32435]: audit 2023-12-07T19:33:01.353001+0000 mgr.a (mgr.14403) 5556 : audit 0 from='client.120540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:03 smithi135 bash[32435]: cluster 2023-12-07T19:33:01.553800+0000 mgr.a (mgr.14403) 5557 : cluster 0 pgmap v4144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:03 smithi079 bash[28699]: audit 2023-12-07T19:33:01.353001+0000 mgr.a (mgr.14403) 5556 : audit 0 from='client.120540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:03 smithi079 bash[28699]: cluster 2023-12-07T19:33:01.553800+0000 mgr.a (mgr.14403) 5557 : cluster 0 pgmap v4144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:05 smithi194 bash[32038]: cluster 2023-12-07T19:33:03.554646+0000 mgr.a (mgr.14403) 5558 : cluster 0 pgmap v4145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:05 smithi135 bash[32435]: cluster 2023-12-07T19:33:03.554646+0000 mgr.a (mgr.14403) 5558 : cluster 0 pgmap v4145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:05 smithi079 bash[28699]: cluster 2023-12-07T19:33:03.554646+0000 mgr.a (mgr.14403) 5558 : cluster 0 pgmap v4145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:06.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:33:06.871 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:06.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:07 smithi194 bash[32038]: cluster 2023-12-07T19:33:05.555334+0000 mgr.a (mgr.14403) 5559 : cluster 0 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-07T19:33:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:07 smithi135 bash[32435]: cluster 2023-12-07T19:33:05.555334+0000 mgr.a (mgr.14403) 5559 : cluster 0 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-07T19:33:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:07 smithi079 bash[28699]: cluster 2023-12-07T19:33:05.555334+0000 mgr.a (mgr.14403) 5559 : cluster 0 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-07T19:33:07.777 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:33:07.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:07.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:07.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:07.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:33:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:08 smithi079 bash[28699]: audit 2023-12-07T19:33:07.276650+0000 mgr.a (mgr.14403) 5560 : audit 0 from='client.120618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:08 smithi079 bash[28699]: cluster 2023-12-07T19:33:07.555868+0000 mgr.a (mgr.14403) 5561 : cluster 0 pgmap v4147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:08 smithi194 bash[32038]: audit 2023-12-07T19:33:07.276650+0000 mgr.a (mgr.14403) 5560 : audit 0 from='client.120618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:08 smithi194 bash[32038]: cluster 2023-12-07T19:33:07.555868+0000 mgr.a (mgr.14403) 5561 : cluster 0 pgmap v4147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:08 smithi135 bash[32435]: audit 2023-12-07T19:33:07.276650+0000 mgr.a (mgr.14403) 5560 : audit 0 from='client.120618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:08 smithi135 bash[32435]: cluster 2023-12-07T19:33:07.555868+0000 mgr.a (mgr.14403) 5561 : cluster 0 pgmap v4147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:10 smithi079 bash[28699]: cluster 2023-12-07T19:33:09.556718+0000 mgr.a (mgr.14403) 5562 : cluster 0 pgmap v4148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:10 smithi194 bash[32038]: cluster 2023-12-07T19:33:09.556718+0000 mgr.a (mgr.14403) 5562 : cluster 0 pgmap v4148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:10 smithi135 bash[32435]: cluster 2023-12-07T19:33:09.556718+0000 mgr.a (mgr.14403) 5562 : cluster 0 pgmap v4148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:12.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:33:12.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:12.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:12 smithi079 bash[28699]: cluster 2023-12-07T19:33:11.557265+0000 mgr.a (mgr.14403) 5563 : cluster 0 pgmap v4149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:13.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:12 smithi194 bash[32038]: cluster 2023-12-07T19:33:11.557265+0000 mgr.a (mgr.14403) 5563 : cluster 0 pgmap v4149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:12 smithi135 bash[32435]: cluster 2023-12-07T19:33:11.557265+0000 mgr.a (mgr.14403) 5563 : cluster 0 pgmap v4149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:13.669 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:33:13.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:13.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:13.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:13.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:33:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:14 smithi079 bash[28699]: audit 2023-12-07T19:33:13.183101+0000 mgr.a (mgr.14403) 5564 : audit 0 from='client.120696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:14 smithi079 bash[28699]: cluster 2023-12-07T19:33:13.558263+0000 mgr.a (mgr.14403) 5565 : cluster 0 pgmap v4150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:33:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:14 smithi194 bash[32038]: audit 2023-12-07T19:33:13.183101+0000 mgr.a (mgr.14403) 5564 : audit 0 from='client.120696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:14 smithi194 bash[32038]: cluster 2023-12-07T19:33:13.558263+0000 mgr.a (mgr.14403) 5565 : cluster 0 pgmap v4150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:33:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:14 smithi135 bash[32435]: audit 2023-12-07T19:33:13.183101+0000 mgr.a (mgr.14403) 5564 : audit 0 from='client.120696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:14 smithi135 bash[32435]: cluster 2023-12-07T19:33:13.558263+0000 mgr.a (mgr.14403) 5565 : cluster 0 pgmap v4150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:33:17.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:16 smithi079 bash[28699]: cluster 2023-12-07T19:33:15.558862+0000 mgr.a (mgr.14403) 5566 : cluster 0 pgmap v4151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:33:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:16 smithi194 bash[32038]: cluster 2023-12-07T19:33:15.558862+0000 mgr.a (mgr.14403) 5566 : cluster 0 pgmap v4151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:33:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:16 smithi135 bash[32435]: cluster 2023-12-07T19:33:15.558862+0000 mgr.a (mgr.14403) 5566 : cluster 0 pgmap v4151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:33:18.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:33:18.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:18.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:18 smithi079 bash[28699]: cluster 2023-12-07T19:33:17.559439+0000 mgr.a (mgr.14403) 5567 : cluster 0 pgmap v4152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:33:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:18 smithi194 bash[32038]: cluster 2023-12-07T19:33:17.559439+0000 mgr.a (mgr.14403) 5567 : cluster 0 pgmap v4152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:33:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:18 smithi135 bash[32435]: cluster 2023-12-07T19:33:17.559439+0000 mgr.a (mgr.14403) 5567 : cluster 0 pgmap v4152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:33:19.592 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:33:19.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:19.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:19.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:19.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:33:20.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:19 smithi079 bash[28699]: audit 2023-12-07T19:33:19.081684+0000 mgr.a (mgr.14403) 5568 : audit 0 from='client.120771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:20.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:19 smithi194 bash[32038]: audit 2023-12-07T19:33:19.081684+0000 mgr.a (mgr.14403) 5568 : audit 0 from='client.120771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:20.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:19 smithi135 bash[32435]: audit 2023-12-07T19:33:19.081684+0000 mgr.a (mgr.14403) 5568 : audit 0 from='client.120771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:20 smithi079 bash[28699]: cluster 2023-12-07T19:33:19.560291+0000 mgr.a (mgr.14403) 5569 : cluster 0 pgmap v4153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:20 smithi194 bash[32038]: cluster 2023-12-07T19:33:19.560291+0000 mgr.a (mgr.14403) 5569 : cluster 0 pgmap v4153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:20 smithi135 bash[32435]: cluster 2023-12-07T19:33:19.560291+0000 mgr.a (mgr.14403) 5569 : cluster 0 pgmap v4153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:22 smithi079 bash[28699]: cluster 2023-12-07T19:33:21.560844+0000 mgr.a (mgr.14403) 5570 : cluster 0 pgmap v4154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:22 smithi194 bash[32038]: cluster 2023-12-07T19:33:21.560844+0000 mgr.a (mgr.14403) 5570 : cluster 0 pgmap v4154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:22 smithi135 bash[32435]: cluster 2023-12-07T19:33:21.560844+0000 mgr.a (mgr.14403) 5570 : cluster 0 pgmap v4154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:24.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:33:24.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:24.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:24 smithi194 bash[32038]: cluster 2023-12-07T19:33:23.561587+0000 mgr.a (mgr.14403) 5571 : cluster 0 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-07T19:33:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:24 smithi135 bash[32435]: cluster 2023-12-07T19:33:23.561587+0000 mgr.a (mgr.14403) 5571 : cluster 0 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-07T19:33:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:24 smithi079 bash[28699]: cluster 2023-12-07T19:33:23.561587+0000 mgr.a (mgr.14403) 5571 : cluster 0 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-07T19:33:25.521 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:33:25.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:25.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:25.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:25.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:33:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:25 smithi194 bash[32038]: audit 2023-12-07T19:33:25.013171+0000 mgr.a (mgr.14403) 5572 : audit 0 from='client.120843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:25 smithi135 bash[32435]: audit 2023-12-07T19:33:25.013171+0000 mgr.a (mgr.14403) 5572 : audit 0 from='client.120843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:26.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:25 smithi079 bash[28699]: audit 2023-12-07T19:33:25.013171+0000 mgr.a (mgr.14403) 5572 : audit 0 from='client.120843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:26 smithi194 bash[32038]: cluster 2023-12-07T19:33:25.562223+0000 mgr.a (mgr.14403) 5573 : cluster 0 pgmap v4156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:33:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:26 smithi135 bash[32435]: cluster 2023-12-07T19:33:25.562223+0000 mgr.a (mgr.14403) 5573 : cluster 0 pgmap v4156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:33:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:26 smithi079 bash[28699]: cluster 2023-12-07T19:33:25.562223+0000 mgr.a (mgr.14403) 5573 : cluster 0 pgmap v4156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:33:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:28 smithi194 bash[32038]: cluster 2023-12-07T19:33:27.562784+0000 mgr.a (mgr.14403) 5574 : cluster 0 pgmap v4157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:33:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:28 smithi135 bash[32435]: cluster 2023-12-07T19:33:27.562784+0000 mgr.a (mgr.14403) 5574 : cluster 0 pgmap v4157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:33:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:28 smithi079 bash[28699]: cluster 2023-12-07T19:33:27.562784+0000 mgr.a (mgr.14403) 5574 : cluster 0 pgmap v4157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:33:30.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:33:30.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:30.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:30 smithi194 bash[32038]: cluster 2023-12-07T19:33:29.563601+0000 mgr.a (mgr.14403) 5575 : cluster 0 pgmap v4158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:33:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:30 smithi135 bash[32435]: cluster 2023-12-07T19:33:29.563601+0000 mgr.a (mgr.14403) 5575 : cluster 0 pgmap v4158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:33:31.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:30 smithi079 bash[28699]: cluster 2023-12-07T19:33:29.563601+0000 mgr.a (mgr.14403) 5575 : cluster 0 pgmap v4158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:33:31.448 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:33:31.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:31.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:31.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:31.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:33:32.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:31 smithi194 bash[32038]: audit 2023-12-07T19:33:30.930702+0000 mgr.a (mgr.14403) 5576 : audit 0 from='client.120915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:32.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:31 smithi135 bash[32435]: audit 2023-12-07T19:33:30.930702+0000 mgr.a (mgr.14403) 5576 : audit 0 from='client.120915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:31 smithi079 bash[28699]: audit 2023-12-07T19:33:30.930702+0000 mgr.a (mgr.14403) 5576 : audit 0 from='client.120915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:32 smithi194 bash[32038]: cluster 2023-12-07T19:33:31.564188+0000 mgr.a (mgr.14403) 5577 : cluster 0 pgmap v4159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:32 smithi135 bash[32435]: cluster 2023-12-07T19:33:31.564188+0000 mgr.a (mgr.14403) 5577 : cluster 0 pgmap v4159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:32 smithi079 bash[28699]: cluster 2023-12-07T19:33:31.564188+0000 mgr.a (mgr.14403) 5577 : cluster 0 pgmap v4159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:34.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:33 smithi194 bash[32038]: audit 2023-12-07T19:33:33.302567+0000 mon.a (mon.0) 1230 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:33:34.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:33 smithi194 bash[32038]: audit 2023-12-07T19:33:33.829987+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:33:34.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:33 smithi194 bash[32038]: audit 2023-12-07T19:33:33.836003+0000 mon.a (mon.0) 1232 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:33:34.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:33 smithi135 bash[32435]: audit 2023-12-07T19:33:33.302567+0000 mon.a (mon.0) 1230 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:33:34.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:33 smithi135 bash[32435]: audit 2023-12-07T19:33:33.829987+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:33:34.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:33 smithi135 bash[32435]: audit 2023-12-07T19:33:33.836003+0000 mon.a (mon.0) 1232 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:33:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:33 smithi079 bash[28699]: audit 2023-12-07T19:33:33.302567+0000 mon.a (mon.0) 1230 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:33:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:33 smithi079 bash[28699]: audit 2023-12-07T19:33:33.829987+0000 mon.a (mon.0) 1231 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:33:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:33 smithi079 bash[28699]: audit 2023-12-07T19:33:33.836003+0000 mon.a (mon.0) 1232 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:33:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:34 smithi194 bash[32038]: cluster 2023-12-07T19:33:33.564946+0000 mgr.a (mgr.14403) 5578 : cluster 0 pgmap v4160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:34 smithi194 bash[32038]: audit 2023-12-07T19:33:34.592288+0000 mon.a (mon.0) 1233 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:33:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:34 smithi194 bash[32038]: audit 2023-12-07T19:33:34.594180+0000 mon.a (mon.0) 1234 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:33:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:34 smithi194 bash[32038]: audit 2023-12-07T19:33:34.603499+0000 mon.a (mon.0) 1235 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:33:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:34 smithi135 bash[32435]: cluster 2023-12-07T19:33:33.564946+0000 mgr.a (mgr.14403) 5578 : cluster 0 pgmap v4160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:34 smithi135 bash[32435]: audit 2023-12-07T19:33:34.592288+0000 mon.a (mon.0) 1233 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:33:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:34 smithi135 bash[32435]: audit 2023-12-07T19:33:34.594180+0000 mon.a (mon.0) 1234 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:33:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:34 smithi135 bash[32435]: audit 2023-12-07T19:33:34.603499+0000 mon.a (mon.0) 1235 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:33:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:34 smithi079 bash[28699]: cluster 2023-12-07T19:33:33.564946+0000 mgr.a (mgr.14403) 5578 : cluster 0 pgmap v4160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:34 smithi079 bash[28699]: audit 2023-12-07T19:33:34.592288+0000 mon.a (mon.0) 1233 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:33:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:34 smithi079 bash[28699]: audit 2023-12-07T19:33:34.594180+0000 mon.a (mon.0) 1234 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:33:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:34 smithi079 bash[28699]: audit 2023-12-07T19:33:34.603499+0000 mon.a (mon.0) 1235 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:33:36.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:33:36.452 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:36.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:36 smithi194 bash[32038]: cluster 2023-12-07T19:33:35.565484+0000 mgr.a (mgr.14403) 5579 : cluster 0 pgmap v4161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:36 smithi135 bash[32435]: cluster 2023-12-07T19:33:35.565484+0000 mgr.a (mgr.14403) 5579 : cluster 0 pgmap v4161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:37.320 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:33:37.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:37.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:37.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:37.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:33:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:36 smithi079 bash[28699]: cluster 2023-12-07T19:33:35.565484+0000 mgr.a (mgr.14403) 5579 : cluster 0 pgmap v4161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:37 smithi194 bash[32038]: audit 2023-12-07T19:33:36.847034+0000 mgr.a (mgr.14403) 5580 : audit 0 from='client.120990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:38.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:37 smithi135 bash[32435]: audit 2023-12-07T19:33:36.847034+0000 mgr.a (mgr.14403) 5580 : audit 0 from='client.120990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:37 smithi079 bash[28699]: audit 2023-12-07T19:33:36.847034+0000 mgr.a (mgr.14403) 5580 : audit 0 from='client.120990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:38 smithi194 bash[32038]: cluster 2023-12-07T19:33:37.566130+0000 mgr.a (mgr.14403) 5581 : cluster 0 pgmap v4162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:38 smithi135 bash[32435]: cluster 2023-12-07T19:33:37.566130+0000 mgr.a (mgr.14403) 5581 : cluster 0 pgmap v4162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:38 smithi079 bash[28699]: cluster 2023-12-07T19:33:37.566130+0000 mgr.a (mgr.14403) 5581 : cluster 0 pgmap v4162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:40 smithi135 bash[32435]: cluster 2023-12-07T19:33:39.567004+0000 mgr.a (mgr.14403) 5582 : cluster 0 pgmap v4163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:41.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:40 smithi079 bash[28699]: cluster 2023-12-07T19:33:39.567004+0000 mgr.a (mgr.14403) 5582 : cluster 0 pgmap v4163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:40 smithi194 bash[32038]: cluster 2023-12-07T19:33:39.567004+0000 mgr.a (mgr.14403) 5582 : cluster 0 pgmap v4163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:42.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:33:42.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:42.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:42 smithi135 bash[32435]: cluster 2023-12-07T19:33:41.567523+0000 mgr.a (mgr.14403) 5583 : cluster 0 pgmap v4164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:43.227 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:33:43.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:43.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:43.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:43.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:33:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:42 smithi079 bash[28699]: cluster 2023-12-07T19:33:41.567523+0000 mgr.a (mgr.14403) 5583 : cluster 0 pgmap v4164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:42 smithi194 bash[32038]: cluster 2023-12-07T19:33:41.567523+0000 mgr.a (mgr.14403) 5583 : cluster 0 pgmap v4164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:43 smithi079 bash[28699]: audit 2023-12-07T19:33:42.730258+0000 mgr.a (mgr.14403) 5584 : audit 0 from='client.121068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:44.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:43 smithi194 bash[32038]: audit 2023-12-07T19:33:42.730258+0000 mgr.a (mgr.14403) 5584 : audit 0 from='client.121068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:43 smithi135 bash[32435]: audit 2023-12-07T19:33:42.730258+0000 mgr.a (mgr.14403) 5584 : audit 0 from='client.121068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:45.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:44 smithi079 bash[28699]: cluster 2023-12-07T19:33:43.568576+0000 mgr.a (mgr.14403) 5585 : cluster 0 pgmap v4165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:44 smithi194 bash[32038]: cluster 2023-12-07T19:33:43.568576+0000 mgr.a (mgr.14403) 5585 : cluster 0 pgmap v4165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:44 smithi135 bash[32435]: cluster 2023-12-07T19:33:43.568576+0000 mgr.a (mgr.14403) 5585 : cluster 0 pgmap v4165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:33:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:46 smithi079 bash[28699]: cluster 2023-12-07T19:33:45.569192+0000 mgr.a (mgr.14403) 5586 : cluster 0 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-07T19:33:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:46 smithi194 bash[32038]: cluster 2023-12-07T19:33:45.569192+0000 mgr.a (mgr.14403) 5586 : cluster 0 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-07T19:33:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:46 smithi135 bash[32435]: cluster 2023-12-07T19:33:45.569192+0000 mgr.a (mgr.14403) 5586 : cluster 0 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-07T19:33:48.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:33:48.231 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:48.231 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:49.128 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:33:49.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:49.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:49.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:49.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:33:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:48 smithi079 bash[28699]: cluster 2023-12-07T19:33:47.569770+0000 mgr.a (mgr.14403) 5587 : cluster 0 pgmap v4167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:48 smithi194 bash[32038]: cluster 2023-12-07T19:33:47.569770+0000 mgr.a (mgr.14403) 5587 : cluster 0 pgmap v4167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:48 smithi135 bash[32435]: cluster 2023-12-07T19:33:47.569770+0000 mgr.a (mgr.14403) 5587 : cluster 0 pgmap v4167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:50.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:49 smithi079 bash[28699]: audit 2023-12-07T19:33:48.633953+0000 mgr.a (mgr.14403) 5588 : audit 0 from='client.121140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:50.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:49 smithi194 bash[32038]: audit 2023-12-07T19:33:48.633953+0000 mgr.a (mgr.14403) 5588 : audit 0 from='client.121140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:49 smithi135 bash[32435]: audit 2023-12-07T19:33:48.633953+0000 mgr.a (mgr.14403) 5588 : audit 0 from='client.121140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:51.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:50 smithi079 bash[28699]: cluster 2023-12-07T19:33:49.570793+0000 mgr.a (mgr.14403) 5589 : cluster 0 pgmap v4168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:50 smithi194 bash[32038]: cluster 2023-12-07T19:33:49.570793+0000 mgr.a (mgr.14403) 5589 : cluster 0 pgmap v4168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:50 smithi135 bash[32435]: cluster 2023-12-07T19:33:49.570793+0000 mgr.a (mgr.14403) 5589 : cluster 0 pgmap v4168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:53.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:52 smithi079 bash[28699]: cluster 2023-12-07T19:33:51.571388+0000 mgr.a (mgr.14403) 5590 : cluster 0 pgmap v4169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:52 smithi194 bash[32038]: cluster 2023-12-07T19:33:51.571388+0000 mgr.a (mgr.14403) 5590 : cluster 0 pgmap v4169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:52 smithi135 bash[32435]: cluster 2023-12-07T19:33:51.571388+0000 mgr.a (mgr.14403) 5590 : cluster 0 pgmap v4169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:54.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:33:54.132 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:33:54.132 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:33:55.062 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:33:55.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:33:55.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:33:55.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:33:55.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:33:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:54 smithi079 bash[28699]: cluster 2023-12-07T19:33:53.572144+0000 mgr.a (mgr.14403) 5591 : cluster 0 pgmap v4170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:54 smithi194 bash[32038]: cluster 2023-12-07T19:33:53.572144+0000 mgr.a (mgr.14403) 5591 : cluster 0 pgmap v4170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:54 smithi135 bash[32435]: cluster 2023-12-07T19:33:53.572144+0000 mgr.a (mgr.14403) 5591 : cluster 0 pgmap v4170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:33:56.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:56 smithi079 bash[28699]: audit 2023-12-07T19:33:54.542002+0000 mgr.a (mgr.14403) 5592 : audit 0 from='client.121215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:56.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:56 smithi194 bash[32038]: audit 2023-12-07T19:33:54.542002+0000 mgr.a (mgr.14403) 5592 : audit 0 from='client.121215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:56 smithi135 bash[32435]: audit 2023-12-07T19:33:54.542002+0000 mgr.a (mgr.14403) 5592 : audit 0 from='client.121215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:33:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:57 smithi079 bash[28699]: cluster 2023-12-07T19:33:55.572982+0000 mgr.a (mgr.14403) 5593 : cluster 0 pgmap v4171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:57 smithi194 bash[32038]: cluster 2023-12-07T19:33:55.572982+0000 mgr.a (mgr.14403) 5593 : cluster 0 pgmap v4171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:57 smithi135 bash[32435]: cluster 2023-12-07T19:33:55.572982+0000 mgr.a (mgr.14403) 5593 : cluster 0 pgmap v4171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:59.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:33:59 smithi079 bash[28699]: cluster 2023-12-07T19:33:57.573611+0000 mgr.a (mgr.14403) 5594 : cluster 0 pgmap v4172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:33:59 smithi194 bash[32038]: cluster 2023-12-07T19:33:57.573611+0000 mgr.a (mgr.14403) 5594 : cluster 0 pgmap v4172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:33:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:33:59 smithi135 bash[32435]: cluster 2023-12-07T19:33:57.573611+0000 mgr.a (mgr.14403) 5594 : cluster 0 pgmap v4172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:00.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:34:00.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:00.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:00.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:00.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:00.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:00.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:34:00.966 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:34:01.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:01 smithi079 bash[28699]: cluster 2023-12-07T19:33:59.574399+0000 mgr.a (mgr.14403) 5595 : cluster 0 pgmap v4173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:01 smithi194 bash[32038]: cluster 2023-12-07T19:33:59.574399+0000 mgr.a (mgr.14403) 5595 : cluster 0 pgmap v4173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:01 smithi135 bash[32435]: cluster 2023-12-07T19:33:59.574399+0000 mgr.a (mgr.14403) 5595 : cluster 0 pgmap v4173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:02 smithi079 bash[28699]: audit 2023-12-07T19:34:00.462363+0000 mgr.a (mgr.14403) 5596 : audit 0 from='client.121293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:02 smithi194 bash[32038]: audit 2023-12-07T19:34:00.462363+0000 mgr.a (mgr.14403) 5596 : audit 0 from='client.121293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:02 smithi135 bash[32435]: audit 2023-12-07T19:34:00.462363+0000 mgr.a (mgr.14403) 5596 : audit 0 from='client.121293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:03 smithi079 bash[28699]: cluster 2023-12-07T19:34:01.575131+0000 mgr.a (mgr.14403) 5597 : cluster 0 pgmap v4174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:03 smithi194 bash[32038]: cluster 2023-12-07T19:34:01.575131+0000 mgr.a (mgr.14403) 5597 : cluster 0 pgmap v4174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:03 smithi135 bash[32435]: cluster 2023-12-07T19:34:01.575131+0000 mgr.a (mgr.14403) 5597 : cluster 0 pgmap v4174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:05.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:05 smithi079 bash[28699]: cluster 2023-12-07T19:34:03.575837+0000 mgr.a (mgr.14403) 5598 : cluster 0 pgmap v4175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:05 smithi194 bash[32038]: cluster 2023-12-07T19:34:03.575837+0000 mgr.a (mgr.14403) 5598 : cluster 0 pgmap v4175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:05 smithi135 bash[32435]: cluster 2023-12-07T19:34:03.575837+0000 mgr.a (mgr.14403) 5598 : cluster 0 pgmap v4175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:05.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:34:05.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:05.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:06.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:06.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:06.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:06.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:34:06.877 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:34:07.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:07 smithi079 bash[28699]: cluster 2023-12-07T19:34:05.576413+0000 mgr.a (mgr.14403) 5599 : cluster 0 pgmap v4176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:07 smithi194 bash[32038]: cluster 2023-12-07T19:34:05.576413+0000 mgr.a (mgr.14403) 5599 : cluster 0 pgmap v4176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:07 smithi135 bash[32435]: cluster 2023-12-07T19:34:05.576413+0000 mgr.a (mgr.14403) 5599 : cluster 0 pgmap v4176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:08.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:08 smithi079 bash[28699]: audit 2023-12-07T19:34:06.374557+0000 mgr.a (mgr.14403) 5600 : audit 0 from='client.121371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:08 smithi194 bash[32038]: audit 2023-12-07T19:34:06.374557+0000 mgr.a (mgr.14403) 5600 : audit 0 from='client.121371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:08.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:08 smithi135 bash[32435]: audit 2023-12-07T19:34:06.374557+0000 mgr.a (mgr.14403) 5600 : audit 0 from='client.121371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:09.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:09 smithi079 bash[28699]: cluster 2023-12-07T19:34:07.577151+0000 mgr.a (mgr.14403) 5601 : cluster 0 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-07T19:34:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:09 smithi194 bash[32038]: cluster 2023-12-07T19:34:07.577151+0000 mgr.a (mgr.14403) 5601 : cluster 0 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-07T19:34:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:09 smithi135 bash[32435]: cluster 2023-12-07T19:34:07.577151+0000 mgr.a (mgr.14403) 5601 : cluster 0 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-07T19:34:11.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:11 smithi079 bash[28699]: cluster 2023-12-07T19:34:09.577974+0000 mgr.a (mgr.14403) 5602 : cluster 0 pgmap v4178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:11 smithi194 bash[32038]: cluster 2023-12-07T19:34:09.577974+0000 mgr.a (mgr.14403) 5602 : cluster 0 pgmap v4178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:11 smithi135 bash[32435]: cluster 2023-12-07T19:34:09.577974+0000 mgr.a (mgr.14403) 5602 : cluster 0 pgmap v4178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:11.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:34:11.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:11.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:12.787 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:34:12.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:12.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:12.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:12.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:34:13.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:13 smithi079 bash[28699]: cluster 2023-12-07T19:34:11.578582+0000 mgr.a (mgr.14403) 5603 : cluster 0 pgmap v4179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:13.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:13 smithi194 bash[32038]: cluster 2023-12-07T19:34:11.578582+0000 mgr.a (mgr.14403) 5603 : cluster 0 pgmap v4179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:13 smithi135 bash[32435]: cluster 2023-12-07T19:34:11.578582+0000 mgr.a (mgr.14403) 5603 : cluster 0 pgmap v4179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:14.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:14 smithi079 bash[28699]: audit 2023-12-07T19:34:12.287545+0000 mgr.a (mgr.14403) 5604 : audit 0 from='client.121446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:14.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:14 smithi194 bash[32038]: audit 2023-12-07T19:34:12.287545+0000 mgr.a (mgr.14403) 5604 : audit 0 from='client.121446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:14 smithi135 bash[32435]: audit 2023-12-07T19:34:12.287545+0000 mgr.a (mgr.14403) 5604 : audit 0 from='client.121446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:15.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:15 smithi079 bash[28699]: cluster 2023-12-07T19:34:13.579564+0000 mgr.a (mgr.14403) 5605 : cluster 0 pgmap v4180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:15 smithi194 bash[32038]: cluster 2023-12-07T19:34:13.579564+0000 mgr.a (mgr.14403) 5605 : cluster 0 pgmap v4180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:15 smithi135 bash[32435]: cluster 2023-12-07T19:34:13.579564+0000 mgr.a (mgr.14403) 5605 : cluster 0 pgmap v4180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:17 smithi079 bash[28699]: cluster 2023-12-07T19:34:15.580147+0000 mgr.a (mgr.14403) 5606 : cluster 0 pgmap v4181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:17 smithi194 bash[32038]: cluster 2023-12-07T19:34:15.580147+0000 mgr.a (mgr.14403) 5606 : cluster 0 pgmap v4181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:17 smithi135 bash[32435]: cluster 2023-12-07T19:34:15.580147+0000 mgr.a (mgr.14403) 5606 : cluster 0 pgmap v4181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:17.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:34:17.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:17.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:18.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:18.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:18.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:18.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:34:18.711 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:34:19.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:19 smithi079 bash[28699]: cluster 2023-12-07T19:34:17.580637+0000 mgr.a (mgr.14403) 5607 : cluster 0 pgmap v4182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:19 smithi194 bash[32038]: cluster 2023-12-07T19:34:17.580637+0000 mgr.a (mgr.14403) 5607 : cluster 0 pgmap v4182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:19 smithi135 bash[32435]: cluster 2023-12-07T19:34:17.580637+0000 mgr.a (mgr.14403) 5607 : cluster 0 pgmap v4182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:20.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:20 smithi079 bash[28699]: audit 2023-12-07T19:34:18.195317+0000 mgr.a (mgr.14403) 5608 : audit 0 from='client.121515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:20.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:20 smithi194 bash[32038]: audit 2023-12-07T19:34:18.195317+0000 mgr.a (mgr.14403) 5608 : audit 0 from='client.121515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:20.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:20 smithi135 bash[32435]: audit 2023-12-07T19:34:18.195317+0000 mgr.a (mgr.14403) 5608 : audit 0 from='client.121515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:21 smithi079 bash[28699]: cluster 2023-12-07T19:34:19.581706+0000 mgr.a (mgr.14403) 5609 : cluster 0 pgmap v4183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:34:21.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:21 smithi194 bash[32038]: cluster 2023-12-07T19:34:19.581706+0000 mgr.a (mgr.14403) 5609 : cluster 0 pgmap v4183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:34:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:21 smithi135 bash[32435]: cluster 2023-12-07T19:34:19.581706+0000 mgr.a (mgr.14403) 5609 : cluster 0 pgmap v4183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:34:23.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:23 smithi079 bash[28699]: cluster 2023-12-07T19:34:21.582490+0000 mgr.a (mgr.14403) 5610 : cluster 0 pgmap v4184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:34:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:23 smithi194 bash[32038]: cluster 2023-12-07T19:34:21.582490+0000 mgr.a (mgr.14403) 5610 : cluster 0 pgmap v4184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:34:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:23 smithi135 bash[32435]: cluster 2023-12-07T19:34:21.582490+0000 mgr.a (mgr.14403) 5610 : cluster 0 pgmap v4184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:34:23.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:34:23.713 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:23.713 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:24.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:24.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:24.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:24.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:34:24.631 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:34:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:25 smithi079 bash[28699]: cluster 2023-12-07T19:34:23.583416+0000 mgr.a (mgr.14403) 5611 : cluster 0 pgmap v4185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:25 smithi079 bash[28699]: audit 2023-12-07T19:34:24.112980+0000 mgr.a (mgr.14403) 5612 : audit 0 from='client.121590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:25 smithi194 bash[32038]: cluster 2023-12-07T19:34:23.583416+0000 mgr.a (mgr.14403) 5611 : cluster 0 pgmap v4185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:25 smithi194 bash[32038]: audit 2023-12-07T19:34:24.112980+0000 mgr.a (mgr.14403) 5612 : audit 0 from='client.121590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:25 smithi135 bash[32435]: cluster 2023-12-07T19:34:23.583416+0000 mgr.a (mgr.14403) 5611 : cluster 0 pgmap v4185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:25 smithi135 bash[32435]: audit 2023-12-07T19:34:24.112980+0000 mgr.a (mgr.14403) 5612 : audit 0 from='client.121590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:27 smithi079 bash[28699]: cluster 2023-12-07T19:34:25.584159+0000 mgr.a (mgr.14403) 5613 : cluster 0 pgmap v4186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:27 smithi194 bash[32038]: cluster 2023-12-07T19:34:25.584159+0000 mgr.a (mgr.14403) 5613 : cluster 0 pgmap v4186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:27 smithi135 bash[32435]: cluster 2023-12-07T19:34:25.584159+0000 mgr.a (mgr.14403) 5613 : cluster 0 pgmap v4186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:29 smithi079 bash[28699]: cluster 2023-12-07T19:34:27.584757+0000 mgr.a (mgr.14403) 5614 : cluster 0 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-07T19:34:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:29 smithi194 bash[32038]: cluster 2023-12-07T19:34:27.584757+0000 mgr.a (mgr.14403) 5614 : cluster 0 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-07T19:34:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:29 smithi135 bash[32435]: cluster 2023-12-07T19:34:27.584757+0000 mgr.a (mgr.14403) 5614 : cluster 0 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-07T19:34:29.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:34:29.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:29.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:30.518 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:34:30.518 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:30.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:30.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:30.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:34:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:31 smithi079 bash[28699]: cluster 2023-12-07T19:34:29.585546+0000 mgr.a (mgr.14403) 5615 : cluster 0 pgmap v4188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:31 smithi079 bash[28699]: audit 2023-12-07T19:34:30.039044+0000 mgr.a (mgr.14403) 5616 : audit 0 from='client.121662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:31 smithi194 bash[32038]: cluster 2023-12-07T19:34:29.585546+0000 mgr.a (mgr.14403) 5615 : cluster 0 pgmap v4188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:31 smithi194 bash[32038]: audit 2023-12-07T19:34:30.039044+0000 mgr.a (mgr.14403) 5616 : audit 0 from='client.121662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:31 smithi135 bash[32435]: cluster 2023-12-07T19:34:29.585546+0000 mgr.a (mgr.14403) 5615 : cluster 0 pgmap v4188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:31 smithi135 bash[32435]: audit 2023-12-07T19:34:30.039044+0000 mgr.a (mgr.14403) 5616 : audit 0 from='client.121662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:33 smithi079 bash[28699]: cluster 2023-12-07T19:34:31.586346+0000 mgr.a (mgr.14403) 5617 : cluster 0 pgmap v4189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:34:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:33 smithi194 bash[32038]: cluster 2023-12-07T19:34:31.586346+0000 mgr.a (mgr.14403) 5617 : cluster 0 pgmap v4189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:34:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:33 smithi135 bash[32435]: cluster 2023-12-07T19:34:31.586346+0000 mgr.a (mgr.14403) 5617 : cluster 0 pgmap v4189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:34:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:35 smithi079 bash[28699]: cluster 2023-12-07T19:34:33.587344+0000 mgr.a (mgr.14403) 5618 : cluster 0 pgmap v4190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:34:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:35 smithi079 bash[28699]: audit 2023-12-07T19:34:34.706588+0000 mon.a (mon.0) 1236 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:34:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:35 smithi194 bash[32038]: cluster 2023-12-07T19:34:33.587344+0000 mgr.a (mgr.14403) 5618 : cluster 0 pgmap v4190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:34:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:35 smithi194 bash[32038]: audit 2023-12-07T19:34:34.706588+0000 mon.a (mon.0) 1236 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:34:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:35 smithi135 bash[32435]: cluster 2023-12-07T19:34:33.587344+0000 mgr.a (mgr.14403) 5618 : cluster 0 pgmap v4190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:34:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:35 smithi135 bash[32435]: audit 2023-12-07T19:34:34.706588+0000 mon.a (mon.0) 1236 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:34:35.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:34:35.522 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:35.522 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:36.418 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:34:36.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:36.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:36.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:36.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:34:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:36 smithi079 bash[28699]: audit 2023-12-07T19:34:35.236911+0000 mon.a (mon.0) 1237 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:34:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:36 smithi079 bash[28699]: audit 2023-12-07T19:34:35.242988+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:34:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:36 smithi079 bash[28699]: cluster 2023-12-07T19:34:35.587995+0000 mgr.a (mgr.14403) 5619 : cluster 0 pgmap v4191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:36 smithi079 bash[28699]: audit 2023-12-07T19:34:35.929536+0000 mgr.a (mgr.14403) 5620 : audit 0 from='client.121737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:36 smithi079 bash[28699]: audit 2023-12-07T19:34:36.001523+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:34:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:36 smithi079 bash[28699]: audit 2023-12-07T19:34:36.003195+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:34:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:36 smithi079 bash[28699]: audit 2023-12-07T19:34:36.011506+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:34:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:36 smithi194 bash[32038]: audit 2023-12-07T19:34:35.236911+0000 mon.a (mon.0) 1237 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:34:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:36 smithi194 bash[32038]: audit 2023-12-07T19:34:35.242988+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:34:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:36 smithi194 bash[32038]: cluster 2023-12-07T19:34:35.587995+0000 mgr.a (mgr.14403) 5619 : cluster 0 pgmap v4191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:36 smithi194 bash[32038]: audit 2023-12-07T19:34:35.929536+0000 mgr.a (mgr.14403) 5620 : audit 0 from='client.121737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:36 smithi194 bash[32038]: audit 2023-12-07T19:34:36.001523+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:34:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:36 smithi194 bash[32038]: audit 2023-12-07T19:34:36.003195+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:34:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:36 smithi194 bash[32038]: audit 2023-12-07T19:34:36.011506+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:34:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:36 smithi135 bash[32435]: audit 2023-12-07T19:34:35.236911+0000 mon.a (mon.0) 1237 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:34:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:36 smithi135 bash[32435]: audit 2023-12-07T19:34:35.242988+0000 mon.a (mon.0) 1238 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:34:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:36 smithi135 bash[32435]: cluster 2023-12-07T19:34:35.587995+0000 mgr.a (mgr.14403) 5619 : cluster 0 pgmap v4191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:36 smithi135 bash[32435]: audit 2023-12-07T19:34:35.929536+0000 mgr.a (mgr.14403) 5620 : audit 0 from='client.121737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:36 smithi135 bash[32435]: audit 2023-12-07T19:34:36.001523+0000 mon.a (mon.0) 1239 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:34:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:36 smithi135 bash[32435]: audit 2023-12-07T19:34:36.003195+0000 mon.a (mon.0) 1240 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:34:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:36 smithi135 bash[32435]: audit 2023-12-07T19:34:36.011506+0000 mon.a (mon.0) 1241 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:34:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:38 smithi194 bash[32038]: cluster 2023-12-07T19:34:37.588723+0000 mgr.a (mgr.14403) 5621 : cluster 0 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-07T19:34:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:38 smithi135 bash[32435]: cluster 2023-12-07T19:34:37.588723+0000 mgr.a (mgr.14403) 5621 : cluster 0 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-07T19:34:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:38 smithi079 bash[28699]: cluster 2023-12-07T19:34:37.588723+0000 mgr.a (mgr.14403) 5621 : cluster 0 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-07T19:34:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:40 smithi194 bash[32038]: cluster 2023-12-07T19:34:39.589524+0000 mgr.a (mgr.14403) 5622 : cluster 0 pgmap v4193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:40 smithi135 bash[32435]: cluster 2023-12-07T19:34:39.589524+0000 mgr.a (mgr.14403) 5622 : cluster 0 pgmap v4193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:40 smithi079 bash[28699]: cluster 2023-12-07T19:34:39.589524+0000 mgr.a (mgr.14403) 5622 : cluster 0 pgmap v4193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:41.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:34:41.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:41.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:42.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:42.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:42.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:42.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:34:42.338 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:34:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:42 smithi194 bash[32038]: cluster 2023-12-07T19:34:41.590079+0000 mgr.a (mgr.14403) 5623 : cluster 0 pgmap v4194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:42 smithi194 bash[32038]: audit 2023-12-07T19:34:41.825669+0000 mgr.a (mgr.14403) 5624 : audit 0 from='client.121812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:42 smithi135 bash[32435]: cluster 2023-12-07T19:34:41.590079+0000 mgr.a (mgr.14403) 5623 : cluster 0 pgmap v4194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:42 smithi135 bash[32435]: audit 2023-12-07T19:34:41.825669+0000 mgr.a (mgr.14403) 5624 : audit 0 from='client.121812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:43.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:42 smithi079 bash[28699]: cluster 2023-12-07T19:34:41.590079+0000 mgr.a (mgr.14403) 5623 : cluster 0 pgmap v4194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:43.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:42 smithi079 bash[28699]: audit 2023-12-07T19:34:41.825669+0000 mgr.a (mgr.14403) 5624 : audit 0 from='client.121812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:44 smithi194 bash[32038]: cluster 2023-12-07T19:34:43.591150+0000 mgr.a (mgr.14403) 5625 : cluster 0 pgmap v4195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:44 smithi135 bash[32435]: cluster 2023-12-07T19:34:43.591150+0000 mgr.a (mgr.14403) 5625 : cluster 0 pgmap v4195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:45.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:44 smithi079 bash[28699]: cluster 2023-12-07T19:34:43.591150+0000 mgr.a (mgr.14403) 5625 : cluster 0 pgmap v4195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:46 smithi194 bash[32038]: cluster 2023-12-07T19:34:45.591776+0000 mgr.a (mgr.14403) 5626 : cluster 0 pgmap v4196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:46 smithi135 bash[32435]: cluster 2023-12-07T19:34:45.591776+0000 mgr.a (mgr.14403) 5626 : cluster 0 pgmap v4196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:47.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:34:47.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:47.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:47.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:46 smithi079 bash[28699]: cluster 2023-12-07T19:34:45.591776+0000 mgr.a (mgr.14403) 5626 : cluster 0 pgmap v4196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:48.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:48.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:48.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:48.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:34:48.232 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:34:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:48 smithi194 bash[32038]: cluster 2023-12-07T19:34:47.592332+0000 mgr.a (mgr.14403) 5627 : cluster 0 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-07T19:34:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:48 smithi194 bash[32038]: audit 2023-12-07T19:34:47.743079+0000 mgr.a (mgr.14403) 5628 : audit 0 from='client.121887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:48 smithi135 bash[32435]: cluster 2023-12-07T19:34:47.592332+0000 mgr.a (mgr.14403) 5627 : cluster 0 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-07T19:34:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:48 smithi135 bash[32435]: audit 2023-12-07T19:34:47.743079+0000 mgr.a (mgr.14403) 5628 : audit 0 from='client.121887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:48 smithi079 bash[28699]: cluster 2023-12-07T19:34:47.592332+0000 mgr.a (mgr.14403) 5627 : cluster 0 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-07T19:34:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:48 smithi079 bash[28699]: audit 2023-12-07T19:34:47.743079+0000 mgr.a (mgr.14403) 5628 : audit 0 from='client.121887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:50 smithi194 bash[32038]: cluster 2023-12-07T19:34:49.593234+0000 mgr.a (mgr.14403) 5629 : cluster 0 pgmap v4198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:50 smithi135 bash[32435]: cluster 2023-12-07T19:34:49.593234+0000 mgr.a (mgr.14403) 5629 : cluster 0 pgmap v4198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:50 smithi079 bash[28699]: cluster 2023-12-07T19:34:49.593234+0000 mgr.a (mgr.14403) 5629 : cluster 0 pgmap v4198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:34:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:52 smithi194 bash[32038]: cluster 2023-12-07T19:34:51.593938+0000 mgr.a (mgr.14403) 5630 : cluster 0 pgmap v4199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:52 smithi135 bash[32435]: cluster 2023-12-07T19:34:51.593938+0000 mgr.a (mgr.14403) 5630 : cluster 0 pgmap v4199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:53.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:34:53.236 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:53.236 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:52 smithi079 bash[28699]: cluster 2023-12-07T19:34:51.593938+0000 mgr.a (mgr.14403) 5630 : cluster 0 pgmap v4199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:54.132 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:34:54.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:34:54.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:34:54.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:34:54.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:34:55.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:54 smithi194 bash[32038]: cluster 2023-12-07T19:34:53.594689+0000 mgr.a (mgr.14403) 5631 : cluster 0 pgmap v4200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:54 smithi194 bash[32038]: audit 2023-12-07T19:34:53.632411+0000 mgr.a (mgr.14403) 5632 : audit 0 from='client.121962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:55.215 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:54 smithi135 bash[32435]: cluster 2023-12-07T19:34:53.594689+0000 mgr.a (mgr.14403) 5631 : cluster 0 pgmap v4200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:55.215 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:54 smithi135 bash[32435]: audit 2023-12-07T19:34:53.632411+0000 mgr.a (mgr.14403) 5632 : audit 0 from='client.121962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:55.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:54 smithi079 bash[28699]: cluster 2023-12-07T19:34:53.594689+0000 mgr.a (mgr.14403) 5631 : cluster 0 pgmap v4200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:34:55.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:54 smithi079 bash[28699]: audit 2023-12-07T19:34:53.632411+0000 mgr.a (mgr.14403) 5632 : audit 0 from='client.121962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:34:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:56 smithi194 bash[32038]: cluster 2023-12-07T19:34:55.595356+0000 mgr.a (mgr.14403) 5633 : cluster 0 pgmap v4201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:56 smithi135 bash[32435]: cluster 2023-12-07T19:34:55.595356+0000 mgr.a (mgr.14403) 5633 : cluster 0 pgmap v4201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:56 smithi079 bash[28699]: cluster 2023-12-07T19:34:55.595356+0000 mgr.a (mgr.14403) 5633 : cluster 0 pgmap v4201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:59.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:34:59.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:34:59.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:34:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:34:58 smithi194 bash[32038]: cluster 2023-12-07T19:34:57.595983+0000 mgr.a (mgr.14403) 5634 : cluster 0 pgmap v4202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:34:58 smithi135 bash[32435]: cluster 2023-12-07T19:34:57.595983+0000 mgr.a (mgr.14403) 5634 : cluster 0 pgmap v4202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:34:59.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:34:58 smithi079 bash[28699]: cluster 2023-12-07T19:34:57.595983+0000 mgr.a (mgr.14403) 5634 : cluster 0 pgmap v4202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:00.026 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:35:00.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:00.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:00.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:00.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:35:01.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:00 smithi135 bash[32435]: audit 2023-12-07T19:34:59.540683+0000 mgr.a (mgr.14403) 5635 : audit 0 from='client.122040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:01.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:00 smithi135 bash[32435]: cluster 2023-12-07T19:34:59.596886+0000 mgr.a (mgr.14403) 5636 : cluster 0 pgmap v4203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:00 smithi194 bash[32038]: audit 2023-12-07T19:34:59.540683+0000 mgr.a (mgr.14403) 5635 : audit 0 from='client.122040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:00 smithi194 bash[32038]: cluster 2023-12-07T19:34:59.596886+0000 mgr.a (mgr.14403) 5636 : cluster 0 pgmap v4203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:01.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:00 smithi079 bash[28699]: audit 2023-12-07T19:34:59.540683+0000 mgr.a (mgr.14403) 5635 : audit 0 from='client.122040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:01.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:00 smithi079 bash[28699]: cluster 2023-12-07T19:34:59.596886+0000 mgr.a (mgr.14403) 5636 : cluster 0 pgmap v4203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:02 smithi194 bash[32038]: cluster 2023-12-07T19:35:01.597566+0000 mgr.a (mgr.14403) 5637 : cluster 0 pgmap v4204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:02 smithi135 bash[32435]: cluster 2023-12-07T19:35:01.597566+0000 mgr.a (mgr.14403) 5637 : cluster 0 pgmap v4204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:02 smithi079 bash[28699]: cluster 2023-12-07T19:35:01.597566+0000 mgr.a (mgr.14403) 5637 : cluster 0 pgmap v4204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:05.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:35:05.029 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:05.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:04 smithi194 bash[32038]: cluster 2023-12-07T19:35:03.598498+0000 mgr.a (mgr.14403) 5638 : cluster 0 pgmap v4205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:04 smithi135 bash[32435]: cluster 2023-12-07T19:35:03.598498+0000 mgr.a (mgr.14403) 5638 : cluster 0 pgmap v4205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:05.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:04 smithi079 bash[28699]: cluster 2023-12-07T19:35:03.598498+0000 mgr.a (mgr.14403) 5638 : cluster 0 pgmap v4205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:05.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:05.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:05.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:05.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:35:05.922 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:06 smithi194 bash[32038]: audit 2023-12-07T19:35:05.434427+0000 mgr.a (mgr.14403) 5639 : audit 0 from='client.122115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:06 smithi194 bash[32038]: cluster 2023-12-07T19:35:05.599240+0000 mgr.a (mgr.14403) 5640 : cluster 0 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-07T19:35:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:06 smithi135 bash[32435]: audit 2023-12-07T19:35:05.434427+0000 mgr.a (mgr.14403) 5639 : audit 0 from='client.122115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:06 smithi135 bash[32435]: cluster 2023-12-07T19:35:05.599240+0000 mgr.a (mgr.14403) 5640 : cluster 0 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-07T19:35:07.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:06 smithi079 bash[28699]: audit 2023-12-07T19:35:05.434427+0000 mgr.a (mgr.14403) 5639 : audit 0 from='client.122115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:07.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:06 smithi079 bash[28699]: cluster 2023-12-07T19:35:05.599240+0000 mgr.a (mgr.14403) 5640 : cluster 0 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-07T19:35:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:08 smithi194 bash[32038]: cluster 2023-12-07T19:35:07.599887+0000 mgr.a (mgr.14403) 5641 : cluster 0 pgmap v4207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:08 smithi135 bash[32435]: cluster 2023-12-07T19:35:07.599887+0000 mgr.a (mgr.14403) 5641 : cluster 0 pgmap v4207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:09.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:08 smithi079 bash[28699]: cluster 2023-12-07T19:35:07.599887+0000 mgr.a (mgr.14403) 5641 : cluster 0 pgmap v4207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:10.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:35:10.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:10.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:10 smithi135 bash[32435]: cluster 2023-12-07T19:35:09.600701+0000 mgr.a (mgr.14403) 5642 : cluster 0 pgmap v4208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:10 smithi079 bash[28699]: cluster 2023-12-07T19:35:09.600701+0000 mgr.a (mgr.14403) 5642 : cluster 0 pgmap v4208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:10 smithi194 bash[32038]: cluster 2023-12-07T19:35:09.600701+0000 mgr.a (mgr.14403) 5642 : cluster 0 pgmap v4208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:11.836 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:35:11.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:11.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:11.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:11.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:35:13.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:12 smithi079 bash[28699]: audit 2023-12-07T19:35:11.338449+0000 mgr.a (mgr.14403) 5643 : audit 0 from='client.122193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:13.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:12 smithi079 bash[28699]: cluster 2023-12-07T19:35:11.601542+0000 mgr.a (mgr.14403) 5644 : cluster 0 pgmap v4209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:13.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:12 smithi194 bash[32038]: audit 2023-12-07T19:35:11.338449+0000 mgr.a (mgr.14403) 5643 : audit 0 from='client.122193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:12 smithi194 bash[32038]: cluster 2023-12-07T19:35:11.601542+0000 mgr.a (mgr.14403) 5644 : cluster 0 pgmap v4209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:12 smithi135 bash[32435]: audit 2023-12-07T19:35:11.338449+0000 mgr.a (mgr.14403) 5643 : audit 0 from='client.122193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:12 smithi135 bash[32435]: cluster 2023-12-07T19:35:11.601542+0000 mgr.a (mgr.14403) 5644 : cluster 0 pgmap v4209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:15.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:14 smithi079 bash[28699]: cluster 2023-12-07T19:35:13.602561+0000 mgr.a (mgr.14403) 5645 : cluster 0 pgmap v4210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:14 smithi194 bash[32038]: cluster 2023-12-07T19:35:13.602561+0000 mgr.a (mgr.14403) 5645 : cluster 0 pgmap v4210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:14 smithi135 bash[32435]: cluster 2023-12-07T19:35:13.602561+0000 mgr.a (mgr.14403) 5645 : cluster 0 pgmap v4210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:16.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:35:16.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:16.841 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:17.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:16 smithi079 bash[28699]: cluster 2023-12-07T19:35:15.603187+0000 mgr.a (mgr.14403) 5646 : cluster 0 pgmap v4211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:16 smithi194 bash[32038]: cluster 2023-12-07T19:35:15.603187+0000 mgr.a (mgr.14403) 5646 : cluster 0 pgmap v4211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:16 smithi135 bash[32435]: cluster 2023-12-07T19:35:15.603187+0000 mgr.a (mgr.14403) 5646 : cluster 0 pgmap v4211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:17.757 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:35:17.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:17.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:17.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:17.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:35:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:18 smithi079 bash[28699]: audit 2023-12-07T19:35:17.260818+0000 mgr.a (mgr.14403) 5647 : audit 0 from='client.122271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:18 smithi079 bash[28699]: cluster 2023-12-07T19:35:17.603665+0000 mgr.a (mgr.14403) 5648 : cluster 0 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-07T19:35:19.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:18 smithi194 bash[32038]: audit 2023-12-07T19:35:17.260818+0000 mgr.a (mgr.14403) 5647 : audit 0 from='client.122271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:18 smithi194 bash[32038]: cluster 2023-12-07T19:35:17.603665+0000 mgr.a (mgr.14403) 5648 : cluster 0 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-07T19:35:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:18 smithi135 bash[32435]: audit 2023-12-07T19:35:17.260818+0000 mgr.a (mgr.14403) 5647 : audit 0 from='client.122271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:18 smithi135 bash[32435]: cluster 2023-12-07T19:35:17.603665+0000 mgr.a (mgr.14403) 5648 : cluster 0 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-07T19:35:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:20 smithi079 bash[28699]: cluster 2023-12-07T19:35:19.604521+0000 mgr.a (mgr.14403) 5649 : cluster 0 pgmap v4213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:20 smithi194 bash[32038]: cluster 2023-12-07T19:35:19.604521+0000 mgr.a (mgr.14403) 5649 : cluster 0 pgmap v4213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:20 smithi135 bash[32435]: cluster 2023-12-07T19:35:19.604521+0000 mgr.a (mgr.14403) 5649 : cluster 0 pgmap v4213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:22.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:35:22.761 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:22.761 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:22 smithi079 bash[28699]: cluster 2023-12-07T19:35:21.605116+0000 mgr.a (mgr.14403) 5650 : cluster 0 pgmap v4214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:22 smithi194 bash[32038]: cluster 2023-12-07T19:35:21.605116+0000 mgr.a (mgr.14403) 5650 : cluster 0 pgmap v4214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:22 smithi135 bash[32435]: cluster 2023-12-07T19:35:21.605116+0000 mgr.a (mgr.14403) 5650 : cluster 0 pgmap v4214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:23.634 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:35:23.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:23.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:23.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:23.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:35:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:23 smithi079 bash[28699]: audit 2023-12-07T19:35:23.159003+0000 mgr.a (mgr.14403) 5651 : audit 0 from='client.122349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:23 smithi194 bash[32038]: audit 2023-12-07T19:35:23.159003+0000 mgr.a (mgr.14403) 5651 : audit 0 from='client.122349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:23 smithi135 bash[32435]: audit 2023-12-07T19:35:23.159003+0000 mgr.a (mgr.14403) 5651 : audit 0 from='client.122349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:24 smithi079 bash[28699]: cluster 2023-12-07T19:35:23.606083+0000 mgr.a (mgr.14403) 5652 : cluster 0 pgmap v4215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:35:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:24 smithi194 bash[32038]: cluster 2023-12-07T19:35:23.606083+0000 mgr.a (mgr.14403) 5652 : cluster 0 pgmap v4215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:35:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:24 smithi135 bash[32435]: cluster 2023-12-07T19:35:23.606083+0000 mgr.a (mgr.14403) 5652 : cluster 0 pgmap v4215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:35:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:26 smithi079 bash[28699]: cluster 2023-12-07T19:35:25.606716+0000 mgr.a (mgr.14403) 5653 : cluster 0 pgmap v4216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:35:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:26 smithi194 bash[32038]: cluster 2023-12-07T19:35:25.606716+0000 mgr.a (mgr.14403) 5653 : cluster 0 pgmap v4216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:35:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:26 smithi135 bash[32435]: cluster 2023-12-07T19:35:25.606716+0000 mgr.a (mgr.14403) 5653 : cluster 0 pgmap v4216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:35:28.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:35:28.636 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:28.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:29.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:29 smithi079 bash[28699]: cluster 2023-12-07T19:35:27.607282+0000 mgr.a (mgr.14403) 5654 : cluster 0 pgmap v4217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:35:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:29 smithi194 bash[32038]: cluster 2023-12-07T19:35:27.607282+0000 mgr.a (mgr.14403) 5654 : cluster 0 pgmap v4217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:35:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:29 smithi135 bash[32435]: cluster 2023-12-07T19:35:27.607282+0000 mgr.a (mgr.14403) 5654 : cluster 0 pgmap v4217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:35:29.553 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:35:29.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:29.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:29.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:29.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:35:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:30 smithi079 bash[28699]: audit 2023-12-07T19:35:29.043730+0000 mgr.a (mgr.14403) 5655 : audit 0 from='client.122424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:30.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:30 smithi194 bash[32038]: audit 2023-12-07T19:35:29.043730+0000 mgr.a (mgr.14403) 5655 : audit 0 from='client.122424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:30 smithi135 bash[32435]: audit 2023-12-07T19:35:29.043730+0000 mgr.a (mgr.14403) 5655 : audit 0 from='client.122424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:31 smithi079 bash[28699]: cluster 2023-12-07T19:35:29.608291+0000 mgr.a (mgr.14403) 5656 : cluster 0 pgmap v4218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:31 smithi194 bash[32038]: cluster 2023-12-07T19:35:29.608291+0000 mgr.a (mgr.14403) 5656 : cluster 0 pgmap v4218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:31 smithi135 bash[32435]: cluster 2023-12-07T19:35:29.608291+0000 mgr.a (mgr.14403) 5656 : cluster 0 pgmap v4218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:33 smithi079 bash[28699]: cluster 2023-12-07T19:35:31.608883+0000 mgr.a (mgr.14403) 5657 : cluster 0 pgmap v4219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:33 smithi194 bash[32038]: cluster 2023-12-07T19:35:31.608883+0000 mgr.a (mgr.14403) 5657 : cluster 0 pgmap v4219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:33 smithi135 bash[32435]: cluster 2023-12-07T19:35:31.608883+0000 mgr.a (mgr.14403) 5657 : cluster 0 pgmap v4219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:35:34.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:35:34.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:34.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:35 smithi079 bash[28699]: cluster 2023-12-07T19:35:33.609617+0000 mgr.a (mgr.14403) 5658 : cluster 0 pgmap v4220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:35.449 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:35:35.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:35.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:35.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:35.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:35:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:35 smithi194 bash[32038]: cluster 2023-12-07T19:35:33.609617+0000 mgr.a (mgr.14403) 5658 : cluster 0 pgmap v4220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:35 smithi135 bash[32435]: cluster 2023-12-07T19:35:33.609617+0000 mgr.a (mgr.14403) 5658 : cluster 0 pgmap v4220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:36 smithi079 bash[28699]: audit 2023-12-07T19:35:34.958690+0000 mgr.a (mgr.14403) 5659 : audit 0 from='client.122499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:36 smithi194 bash[32038]: audit 2023-12-07T19:35:34.958690+0000 mgr.a (mgr.14403) 5659 : audit 0 from='client.122499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:36 smithi135 bash[32435]: audit 2023-12-07T19:35:34.958690+0000 mgr.a (mgr.14403) 5659 : audit 0 from='client.122499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:37 smithi079 bash[28699]: cluster 2023-12-07T19:35:35.610350+0000 mgr.a (mgr.14403) 5660 : cluster 0 pgmap v4221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:35:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:37 smithi079 bash[28699]: audit 2023-12-07T19:35:36.149145+0000 mon.a (mon.0) 1242 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:35:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:37 smithi079 bash[28699]: audit 2023-12-07T19:35:36.679827+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:35:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:37 smithi079 bash[28699]: audit 2023-12-07T19:35:36.686599+0000 mon.a (mon.0) 1244 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:35:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:37 smithi194 bash[32038]: cluster 2023-12-07T19:35:35.610350+0000 mgr.a (mgr.14403) 5660 : cluster 0 pgmap v4221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:35:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:37 smithi194 bash[32038]: audit 2023-12-07T19:35:36.149145+0000 mon.a (mon.0) 1242 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:35:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:37 smithi194 bash[32038]: audit 2023-12-07T19:35:36.679827+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:35:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:37 smithi194 bash[32038]: audit 2023-12-07T19:35:36.686599+0000 mon.a (mon.0) 1244 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:35:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:37 smithi135 bash[32435]: cluster 2023-12-07T19:35:35.610350+0000 mgr.a (mgr.14403) 5660 : cluster 0 pgmap v4221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:35:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:37 smithi135 bash[32435]: audit 2023-12-07T19:35:36.149145+0000 mon.a (mon.0) 1242 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:35:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:37 smithi135 bash[32435]: audit 2023-12-07T19:35:36.679827+0000 mon.a (mon.0) 1243 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:35:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:37 smithi135 bash[32435]: audit 2023-12-07T19:35:36.686599+0000 mon.a (mon.0) 1244 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:35:38.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:38 smithi079 bash[28699]: audit 2023-12-07T19:35:37.437531+0000 mon.a (mon.0) 1245 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:35:38.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:38 smithi079 bash[28699]: audit 2023-12-07T19:35:37.439323+0000 mon.a (mon.0) 1246 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:35:38.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:38 smithi079 bash[28699]: audit 2023-12-07T19:35:37.448760+0000 mon.a (mon.0) 1247 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:35:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:38 smithi194 bash[32038]: audit 2023-12-07T19:35:37.437531+0000 mon.a (mon.0) 1245 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:35:38.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:38 smithi194 bash[32038]: audit 2023-12-07T19:35:37.439323+0000 mon.a (mon.0) 1246 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:35:38.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:38 smithi194 bash[32038]: audit 2023-12-07T19:35:37.448760+0000 mon.a (mon.0) 1247 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:35:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:38 smithi135 bash[32435]: audit 2023-12-07T19:35:37.437531+0000 mon.a (mon.0) 1245 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:35:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:38 smithi135 bash[32435]: audit 2023-12-07T19:35:37.439323+0000 mon.a (mon.0) 1246 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:35:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:38 smithi135 bash[32435]: audit 2023-12-07T19:35:37.448760+0000 mon.a (mon.0) 1247 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:35:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:39 smithi079 bash[28699]: cluster 2023-12-07T19:35:37.610945+0000 mgr.a (mgr.14403) 5661 : cluster 0 pgmap v4222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:35:39.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:39 smithi194 bash[32038]: cluster 2023-12-07T19:35:37.610945+0000 mgr.a (mgr.14403) 5661 : cluster 0 pgmap v4222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:35:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:39 smithi135 bash[32435]: cluster 2023-12-07T19:35:37.610945+0000 mgr.a (mgr.14403) 5661 : cluster 0 pgmap v4222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:35:40.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:35:40.452 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:40.452 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:41.365 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:35:41.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:41.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:41.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:41.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:35:41.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:41 smithi079 bash[28699]: cluster 2023-12-07T19:35:39.611788+0000 mgr.a (mgr.14403) 5662 : cluster 0 pgmap v4223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:35:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:41 smithi194 bash[32038]: cluster 2023-12-07T19:35:39.611788+0000 mgr.a (mgr.14403) 5662 : cluster 0 pgmap v4223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:35:41.493 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:41 smithi135 bash[32435]: cluster 2023-12-07T19:35:39.611788+0000 mgr.a (mgr.14403) 5662 : cluster 0 pgmap v4223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:35:42.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:42 smithi079 bash[28699]: audit 2023-12-07T19:35:40.856828+0000 mgr.a (mgr.14403) 5663 : audit 0 from='client.122571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:42 smithi194 bash[32038]: audit 2023-12-07T19:35:40.856828+0000 mgr.a (mgr.14403) 5663 : audit 0 from='client.122571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:42 smithi135 bash[32435]: audit 2023-12-07T19:35:40.856828+0000 mgr.a (mgr.14403) 5663 : audit 0 from='client.122571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:43.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:43 smithi079 bash[28699]: cluster 2023-12-07T19:35:41.612526+0000 mgr.a (mgr.14403) 5664 : cluster 0 pgmap v4224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:43 smithi194 bash[32038]: cluster 2023-12-07T19:35:41.612526+0000 mgr.a (mgr.14403) 5664 : cluster 0 pgmap v4224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:43 smithi135 bash[32435]: cluster 2023-12-07T19:35:41.612526+0000 mgr.a (mgr.14403) 5664 : cluster 0 pgmap v4224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:45.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:45 smithi079 bash[28699]: cluster 2023-12-07T19:35:43.613330+0000 mgr.a (mgr.14403) 5665 : cluster 0 pgmap v4225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:45 smithi194 bash[32038]: cluster 2023-12-07T19:35:43.613330+0000 mgr.a (mgr.14403) 5665 : cluster 0 pgmap v4225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:45 smithi135 bash[32435]: cluster 2023-12-07T19:35:43.613330+0000 mgr.a (mgr.14403) 5665 : cluster 0 pgmap v4225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:46.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:35:46.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:46.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:47.287 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:35:47.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:47.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:47.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:47.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:35:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:47 smithi079 bash[28699]: cluster 2023-12-07T19:35:45.613886+0000 mgr.a (mgr.14403) 5666 : cluster 0 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-07T19:35:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:47 smithi194 bash[32038]: cluster 2023-12-07T19:35:45.613886+0000 mgr.a (mgr.14403) 5666 : cluster 0 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-07T19:35:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:47 smithi135 bash[32435]: cluster 2023-12-07T19:35:45.613886+0000 mgr.a (mgr.14403) 5666 : cluster 0 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-07T19:35:48.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:48 smithi079 bash[28699]: audit 2023-12-07T19:35:46.778101+0000 mgr.a (mgr.14403) 5667 : audit 0 from='client.122649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:48.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:48 smithi194 bash[32038]: audit 2023-12-07T19:35:46.778101+0000 mgr.a (mgr.14403) 5667 : audit 0 from='client.122649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:48 smithi135 bash[32435]: audit 2023-12-07T19:35:46.778101+0000 mgr.a (mgr.14403) 5667 : audit 0 from='client.122649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:49.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:49 smithi079 bash[28699]: cluster 2023-12-07T19:35:47.614610+0000 mgr.a (mgr.14403) 5668 : cluster 0 pgmap v4227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:49 smithi194 bash[32038]: cluster 2023-12-07T19:35:47.614610+0000 mgr.a (mgr.14403) 5668 : cluster 0 pgmap v4227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:49 smithi135 bash[32435]: cluster 2023-12-07T19:35:47.614610+0000 mgr.a (mgr.14403) 5668 : cluster 0 pgmap v4227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:51.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:51 smithi079 bash[28699]: cluster 2023-12-07T19:35:49.615579+0000 mgr.a (mgr.14403) 5669 : cluster 0 pgmap v4228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:51 smithi194 bash[32038]: cluster 2023-12-07T19:35:49.615579+0000 mgr.a (mgr.14403) 5669 : cluster 0 pgmap v4228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:51 smithi135 bash[32435]: cluster 2023-12-07T19:35:49.615579+0000 mgr.a (mgr.14403) 5669 : cluster 0 pgmap v4228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:52.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:35:52.289 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:52.290 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:53.177 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:35:53.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:53.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:53.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:53.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:35:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:53 smithi079 bash[28699]: cluster 2023-12-07T19:35:51.616113+0000 mgr.a (mgr.14403) 5670 : cluster 0 pgmap v4229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:53 smithi194 bash[32038]: cluster 2023-12-07T19:35:51.616113+0000 mgr.a (mgr.14403) 5670 : cluster 0 pgmap v4229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:53 smithi135 bash[32435]: cluster 2023-12-07T19:35:51.616113+0000 mgr.a (mgr.14403) 5670 : cluster 0 pgmap v4229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:54.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:54 smithi079 bash[28699]: audit 2023-12-07T19:35:52.684694+0000 mgr.a (mgr.14403) 5671 : audit 0 from='client.122724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:54.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:54 smithi194 bash[32038]: audit 2023-12-07T19:35:52.684694+0000 mgr.a (mgr.14403) 5671 : audit 0 from='client.122724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:54 smithi135 bash[32435]: audit 2023-12-07T19:35:52.684694+0000 mgr.a (mgr.14403) 5671 : audit 0 from='client.122724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:35:55.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:55 smithi079 bash[28699]: cluster 2023-12-07T19:35:53.617009+0000 mgr.a (mgr.14403) 5672 : cluster 0 pgmap v4230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:55 smithi194 bash[32038]: cluster 2023-12-07T19:35:53.617009+0000 mgr.a (mgr.14403) 5672 : cluster 0 pgmap v4230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:55 smithi135 bash[32435]: cluster 2023-12-07T19:35:53.617009+0000 mgr.a (mgr.14403) 5672 : cluster 0 pgmap v4230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:35:57.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:57 smithi079 bash[28699]: cluster 2023-12-07T19:35:55.617611+0000 mgr.a (mgr.14403) 5673 : cluster 0 pgmap v4231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:57 smithi194 bash[32038]: cluster 2023-12-07T19:35:55.617611+0000 mgr.a (mgr.14403) 5673 : cluster 0 pgmap v4231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:57 smithi135 bash[32435]: cluster 2023-12-07T19:35:55.617611+0000 mgr.a (mgr.14403) 5673 : cluster 0 pgmap v4231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:35:58.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:35:58.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:35:58.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:35:59.074 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:35:59.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:35:59.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:35:59.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:35:59.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:35:59.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:35:59 smithi079 bash[28699]: cluster 2023-12-07T19:35:57.618159+0000 mgr.a (mgr.14403) 5674 : cluster 0 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-07T19:35:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:35:59 smithi194 bash[32038]: cluster 2023-12-07T19:35:57.618159+0000 mgr.a (mgr.14403) 5674 : cluster 0 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-07T19:35:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:35:59 smithi135 bash[32435]: cluster 2023-12-07T19:35:57.618159+0000 mgr.a (mgr.14403) 5674 : cluster 0 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-07T19:36:00.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:00 smithi079 bash[28699]: audit 2023-12-07T19:35:58.577407+0000 mgr.a (mgr.14403) 5675 : audit 0 from='client.122799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:00.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:00 smithi194 bash[32038]: audit 2023-12-07T19:35:58.577407+0000 mgr.a (mgr.14403) 5675 : audit 0 from='client.122799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:00 smithi135 bash[32435]: audit 2023-12-07T19:35:58.577407+0000 mgr.a (mgr.14403) 5675 : audit 0 from='client.122799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:01.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:01 smithi079 bash[28699]: cluster 2023-12-07T19:35:59.619314+0000 mgr.a (mgr.14403) 5676 : cluster 0 pgmap v4233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:01 smithi194 bash[32038]: cluster 2023-12-07T19:35:59.619314+0000 mgr.a (mgr.14403) 5676 : cluster 0 pgmap v4233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:01 smithi135 bash[32435]: cluster 2023-12-07T19:35:59.619314+0000 mgr.a (mgr.14403) 5676 : cluster 0 pgmap v4233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:03 smithi079 bash[28699]: cluster 2023-12-07T19:36:01.619864+0000 mgr.a (mgr.14403) 5677 : cluster 0 pgmap v4234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:03 smithi194 bash[32038]: cluster 2023-12-07T19:36:01.619864+0000 mgr.a (mgr.14403) 5677 : cluster 0 pgmap v4234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:03 smithi135 bash[32435]: cluster 2023-12-07T19:36:01.619864+0000 mgr.a (mgr.14403) 5677 : cluster 0 pgmap v4234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:04.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:36:04.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:04.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:04.969 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:36:04.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:04.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:04.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:04.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:36:05.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:05 smithi079 bash[28699]: cluster 2023-12-07T19:36:03.620605+0000 mgr.a (mgr.14403) 5678 : cluster 0 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-07T19:36:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:05 smithi194 bash[32038]: cluster 2023-12-07T19:36:03.620605+0000 mgr.a (mgr.14403) 5678 : cluster 0 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-07T19:36:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:05 smithi135 bash[32435]: cluster 2023-12-07T19:36:03.620605+0000 mgr.a (mgr.14403) 5678 : cluster 0 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-07T19:36:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:06 smithi079 bash[28699]: audit 2023-12-07T19:36:04.483549+0000 mgr.a (mgr.14403) 5679 : audit 0 from='client.122877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:06 smithi194 bash[32038]: audit 2023-12-07T19:36:04.483549+0000 mgr.a (mgr.14403) 5679 : audit 0 from='client.122877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:06.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:06 smithi135 bash[32435]: audit 2023-12-07T19:36:04.483549+0000 mgr.a (mgr.14403) 5679 : audit 0 from='client.122877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:07.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:07 smithi079 bash[28699]: cluster 2023-12-07T19:36:05.621270+0000 mgr.a (mgr.14403) 5680 : cluster 0 pgmap v4236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:07 smithi194 bash[32038]: cluster 2023-12-07T19:36:05.621270+0000 mgr.a (mgr.14403) 5680 : cluster 0 pgmap v4236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:07 smithi135 bash[32435]: cluster 2023-12-07T19:36:05.621270+0000 mgr.a (mgr.14403) 5680 : cluster 0 pgmap v4236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:09.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:09 smithi079 bash[28699]: cluster 2023-12-07T19:36:07.621840+0000 mgr.a (mgr.14403) 5681 : cluster 0 pgmap v4237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:09 smithi194 bash[32038]: cluster 2023-12-07T19:36:07.621840+0000 mgr.a (mgr.14403) 5681 : cluster 0 pgmap v4237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:09 smithi135 bash[32435]: cluster 2023-12-07T19:36:07.621840+0000 mgr.a (mgr.14403) 5681 : cluster 0 pgmap v4237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:09.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:36:09.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:09.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:10.880 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:36:10.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:10.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:10.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:10.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:36:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:11 smithi079 bash[28699]: cluster 2023-12-07T19:36:09.622612+0000 mgr.a (mgr.14403) 5682 : cluster 0 pgmap v4238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:11 smithi194 bash[32038]: cluster 2023-12-07T19:36:09.622612+0000 mgr.a (mgr.14403) 5682 : cluster 0 pgmap v4238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:11 smithi135 bash[32435]: cluster 2023-12-07T19:36:09.622612+0000 mgr.a (mgr.14403) 5682 : cluster 0 pgmap v4238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:12.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:12 smithi194 bash[32038]: audit 2023-12-07T19:36:10.381503+0000 mgr.a (mgr.14403) 5683 : audit 0 from='client.122955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:12 smithi135 bash[32435]: audit 2023-12-07T19:36:10.381503+0000 mgr.a (mgr.14403) 5683 : audit 0 from='client.122955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:12 smithi079 bash[28699]: audit 2023-12-07T19:36:10.381503+0000 mgr.a (mgr.14403) 5683 : audit 0 from='client.122955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:13.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:13 smithi194 bash[32038]: cluster 2023-12-07T19:36:11.623301+0000 mgr.a (mgr.14403) 5684 : cluster 0 pgmap v4239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:13 smithi135 bash[32435]: cluster 2023-12-07T19:36:11.623301+0000 mgr.a (mgr.14403) 5684 : cluster 0 pgmap v4239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:13.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:13 smithi079 bash[28699]: cluster 2023-12-07T19:36:11.623301+0000 mgr.a (mgr.14403) 5684 : cluster 0 pgmap v4239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:15 smithi194 bash[32038]: cluster 2023-12-07T19:36:13.624039+0000 mgr.a (mgr.14403) 5685 : cluster 0 pgmap v4240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:15 smithi135 bash[32435]: cluster 2023-12-07T19:36:13.624039+0000 mgr.a (mgr.14403) 5685 : cluster 0 pgmap v4240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:15 smithi079 bash[28699]: cluster 2023-12-07T19:36:13.624039+0000 mgr.a (mgr.14403) 5685 : cluster 0 pgmap v4240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:15.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:36:15.883 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:15.883 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:16.785 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:36:16.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:16.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:16.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:16.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:36:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:17 smithi194 bash[32038]: cluster 2023-12-07T19:36:15.624609+0000 mgr.a (mgr.14403) 5686 : cluster 0 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-07T19:36:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:17 smithi135 bash[32435]: cluster 2023-12-07T19:36:15.624609+0000 mgr.a (mgr.14403) 5686 : cluster 0 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-07T19:36:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:17 smithi079 bash[28699]: cluster 2023-12-07T19:36:15.624609+0000 mgr.a (mgr.14403) 5686 : cluster 0 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-07T19:36:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:18 smithi194 bash[32038]: audit 2023-12-07T19:36:16.296694+0000 mgr.a (mgr.14403) 5687 : audit 0 from='client.123030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:18 smithi135 bash[32435]: audit 2023-12-07T19:36:16.296694+0000 mgr.a (mgr.14403) 5687 : audit 0 from='client.123030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:18 smithi079 bash[28699]: audit 2023-12-07T19:36:16.296694+0000 mgr.a (mgr.14403) 5687 : audit 0 from='client.123030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:19.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:19 smithi194 bash[32038]: cluster 2023-12-07T19:36:17.625245+0000 mgr.a (mgr.14403) 5688 : cluster 0 pgmap v4242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:19 smithi135 bash[32435]: cluster 2023-12-07T19:36:17.625245+0000 mgr.a (mgr.14403) 5688 : cluster 0 pgmap v4242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:19 smithi079 bash[28699]: cluster 2023-12-07T19:36:17.625245+0000 mgr.a (mgr.14403) 5688 : cluster 0 pgmap v4242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:21 smithi194 bash[32038]: cluster 2023-12-07T19:36:19.625969+0000 mgr.a (mgr.14403) 5689 : cluster 0 pgmap v4243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:21 smithi135 bash[32435]: cluster 2023-12-07T19:36:19.625969+0000 mgr.a (mgr.14403) 5689 : cluster 0 pgmap v4243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:21 smithi079 bash[28699]: cluster 2023-12-07T19:36:19.625969+0000 mgr.a (mgr.14403) 5689 : cluster 0 pgmap v4243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:21.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:36:21.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:21.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:22.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:22.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:22.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:22.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:36:22.692 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:36:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:23 smithi194 bash[32038]: cluster 2023-12-07T19:36:21.626511+0000 mgr.a (mgr.14403) 5690 : cluster 0 pgmap v4244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:23 smithi194 bash[32038]: audit 2023-12-07T19:36:22.197022+0000 mgr.a (mgr.14403) 5691 : audit 0 from='client.123108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:23 smithi135 bash[32435]: cluster 2023-12-07T19:36:21.626511+0000 mgr.a (mgr.14403) 5690 : cluster 0 pgmap v4244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:23 smithi135 bash[32435]: audit 2023-12-07T19:36:22.197022+0000 mgr.a (mgr.14403) 5691 : audit 0 from='client.123108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:23 smithi079 bash[28699]: cluster 2023-12-07T19:36:21.626511+0000 mgr.a (mgr.14403) 5690 : cluster 0 pgmap v4244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:23 smithi079 bash[28699]: audit 2023-12-07T19:36:22.197022+0000 mgr.a (mgr.14403) 5691 : audit 0 from='client.123108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:25 smithi194 bash[32038]: cluster 2023-12-07T19:36:23.627385+0000 mgr.a (mgr.14403) 5692 : cluster 0 pgmap v4245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:25 smithi135 bash[32435]: cluster 2023-12-07T19:36:23.627385+0000 mgr.a (mgr.14403) 5692 : cluster 0 pgmap v4245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:25 smithi079 bash[28699]: cluster 2023-12-07T19:36:23.627385+0000 mgr.a (mgr.14403) 5692 : cluster 0 pgmap v4245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:27 smithi194 bash[32038]: cluster 2023-12-07T19:36:25.627957+0000 mgr.a (mgr.14403) 5693 : cluster 0 pgmap v4246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:27 smithi135 bash[32435]: cluster 2023-12-07T19:36:25.627957+0000 mgr.a (mgr.14403) 5693 : cluster 0 pgmap v4246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:27.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:27 smithi079 bash[28699]: cluster 2023-12-07T19:36:25.627957+0000 mgr.a (mgr.14403) 5693 : cluster 0 pgmap v4246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:27.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:36:27.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:27.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:28.596 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:36:28.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:28.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:28.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:28.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:36:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:29 smithi194 bash[32038]: cluster 2023-12-07T19:36:27.628502+0000 mgr.a (mgr.14403) 5694 : cluster 0 pgmap v4247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:29 smithi194 bash[32038]: audit 2023-12-07T19:36:28.106101+0000 mgr.a (mgr.14403) 5695 : audit 0 from='client.123186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:29 smithi135 bash[32435]: cluster 2023-12-07T19:36:27.628502+0000 mgr.a (mgr.14403) 5694 : cluster 0 pgmap v4247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:29 smithi135 bash[32435]: audit 2023-12-07T19:36:28.106101+0000 mgr.a (mgr.14403) 5695 : audit 0 from='client.123186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:29.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:29 smithi079 bash[28699]: cluster 2023-12-07T19:36:27.628502+0000 mgr.a (mgr.14403) 5694 : cluster 0 pgmap v4247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:29.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:29 smithi079 bash[28699]: audit 2023-12-07T19:36:28.106101+0000 mgr.a (mgr.14403) 5695 : audit 0 from='client.123186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:31 smithi194 bash[32038]: cluster 2023-12-07T19:36:29.629562+0000 mgr.a (mgr.14403) 5696 : cluster 0 pgmap v4248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:36:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:31 smithi135 bash[32435]: cluster 2023-12-07T19:36:29.629562+0000 mgr.a (mgr.14403) 5696 : cluster 0 pgmap v4248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:36:31.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:31 smithi079 bash[28699]: cluster 2023-12-07T19:36:29.629562+0000 mgr.a (mgr.14403) 5696 : cluster 0 pgmap v4248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:36:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:33 smithi194 bash[32038]: cluster 2023-12-07T19:36:31.630148+0000 mgr.a (mgr.14403) 5697 : cluster 0 pgmap v4249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:36:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:33 smithi135 bash[32435]: cluster 2023-12-07T19:36:31.630148+0000 mgr.a (mgr.14403) 5697 : cluster 0 pgmap v4249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:36:33.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:36:33.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:33.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:33 smithi079 bash[28699]: cluster 2023-12-07T19:36:31.630148+0000 mgr.a (mgr.14403) 5697 : cluster 0 pgmap v4249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:36:34.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:34.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:34.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:34.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:36:34.494 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:36:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:35 smithi135 bash[32435]: cluster 2023-12-07T19:36:33.630907+0000 mgr.a (mgr.14403) 5698 : cluster 0 pgmap v4250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:35 smithi135 bash[32435]: audit 2023-12-07T19:36:34.000962+0000 mgr.a (mgr.14403) 5699 : audit 0 from='client.123258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:35 smithi079 bash[28699]: cluster 2023-12-07T19:36:33.630907+0000 mgr.a (mgr.14403) 5698 : cluster 0 pgmap v4250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:35 smithi079 bash[28699]: audit 2023-12-07T19:36:34.000962+0000 mgr.a (mgr.14403) 5699 : audit 0 from='client.123258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:35 smithi194 bash[32038]: cluster 2023-12-07T19:36:33.630907+0000 mgr.a (mgr.14403) 5698 : cluster 0 pgmap v4250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:35 smithi194 bash[32038]: audit 2023-12-07T19:36:34.000962+0000 mgr.a (mgr.14403) 5699 : audit 0 from='client.123258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:37 smithi079 bash[28699]: cluster 2023-12-07T19:36:35.631546+0000 mgr.a (mgr.14403) 5700 : cluster 0 pgmap v4251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:37 smithi194 bash[32038]: cluster 2023-12-07T19:36:35.631546+0000 mgr.a (mgr.14403) 5700 : cluster 0 pgmap v4251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:37 smithi135 bash[32435]: cluster 2023-12-07T19:36:35.631546+0000 mgr.a (mgr.14403) 5700 : cluster 0 pgmap v4251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:38 smithi079 bash[28699]: audit 2023-12-07T19:36:37.552420+0000 mon.a (mon.0) 1248 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:36:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:38 smithi194 bash[32038]: audit 2023-12-07T19:36:37.552420+0000 mon.a (mon.0) 1248 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:36:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:38 smithi135 bash[32435]: audit 2023-12-07T19:36:37.552420+0000 mon.a (mon.0) 1248 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:36:39.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:36:39.498 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:39.498 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:39 smithi079 bash[28699]: cluster 2023-12-07T19:36:37.632103+0000 mgr.a (mgr.14403) 5701 : cluster 0 pgmap v4252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:39 smithi079 bash[28699]: audit 2023-12-07T19:36:38.289196+0000 mon.a (mon.0) 1249 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:36:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:39 smithi079 bash[28699]: audit 2023-12-07T19:36:38.290468+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:36:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:39 smithi079 bash[28699]: audit 2023-12-07T19:36:38.299930+0000 mon.a (mon.0) 1251 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:36:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:39 smithi194 bash[32038]: cluster 2023-12-07T19:36:37.632103+0000 mgr.a (mgr.14403) 5701 : cluster 0 pgmap v4252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:39.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:39 smithi194 bash[32038]: audit 2023-12-07T19:36:38.289196+0000 mon.a (mon.0) 1249 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:36:39.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:39 smithi194 bash[32038]: audit 2023-12-07T19:36:38.290468+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:36:39.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:39 smithi194 bash[32038]: audit 2023-12-07T19:36:38.299930+0000 mon.a (mon.0) 1251 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:36:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:39 smithi135 bash[32435]: cluster 2023-12-07T19:36:37.632103+0000 mgr.a (mgr.14403) 5701 : cluster 0 pgmap v4252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:36:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:39 smithi135 bash[32435]: audit 2023-12-07T19:36:38.289196+0000 mon.a (mon.0) 1249 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:36:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:39 smithi135 bash[32435]: audit 2023-12-07T19:36:38.290468+0000 mon.a (mon.0) 1250 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:36:39.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:39 smithi135 bash[32435]: audit 2023-12-07T19:36:38.299930+0000 mon.a (mon.0) 1251 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:36:40.391 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:36:40.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:40.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:40.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:40.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:36:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:41 smithi079 bash[28699]: cluster 2023-12-07T19:36:39.632654+0000 mgr.a (mgr.14403) 5702 : cluster 0 pgmap v4253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:41 smithi079 bash[28699]: audit 2023-12-07T19:36:39.904429+0000 mgr.a (mgr.14403) 5703 : audit 0 from='client.123336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:41 smithi194 bash[32038]: cluster 2023-12-07T19:36:39.632654+0000 mgr.a (mgr.14403) 5702 : cluster 0 pgmap v4253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:41 smithi194 bash[32038]: audit 2023-12-07T19:36:39.904429+0000 mgr.a (mgr.14403) 5703 : audit 0 from='client.123336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:41 smithi135 bash[32435]: cluster 2023-12-07T19:36:39.632654+0000 mgr.a (mgr.14403) 5702 : cluster 0 pgmap v4253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:41 smithi135 bash[32435]: audit 2023-12-07T19:36:39.904429+0000 mgr.a (mgr.14403) 5703 : audit 0 from='client.123336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:42 smithi079 bash[28699]: cluster 2023-12-07T19:36:41.633324+0000 mgr.a (mgr.14403) 5704 : cluster 0 pgmap v4254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:36:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:42 smithi194 bash[32038]: cluster 2023-12-07T19:36:41.633324+0000 mgr.a (mgr.14403) 5704 : cluster 0 pgmap v4254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:36:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:42 smithi135 bash[32435]: cluster 2023-12-07T19:36:41.633324+0000 mgr.a (mgr.14403) 5704 : cluster 0 pgmap v4254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:36:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:44 smithi194 bash[32038]: cluster 2023-12-07T19:36:43.634139+0000 mgr.a (mgr.14403) 5705 : cluster 0 pgmap v4255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:36:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:44 smithi135 bash[32435]: cluster 2023-12-07T19:36:43.634139+0000 mgr.a (mgr.14403) 5705 : cluster 0 pgmap v4255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:36:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:44 smithi079 bash[28699]: cluster 2023-12-07T19:36:43.634139+0000 mgr.a (mgr.14403) 5705 : cluster 0 pgmap v4255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:36:45.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:36:45.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:45.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:46.312 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:36:46.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:46.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:46.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:46.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:36:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:46 smithi194 bash[32038]: cluster 2023-12-07T19:36:45.634607+0000 mgr.a (mgr.14403) 5706 : cluster 0 pgmap v4256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:46 smithi194 bash[32038]: audit 2023-12-07T19:36:45.802866+0000 mgr.a (mgr.14403) 5707 : audit 0 from='client.123414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:46 smithi135 bash[32435]: cluster 2023-12-07T19:36:45.634607+0000 mgr.a (mgr.14403) 5706 : cluster 0 pgmap v4256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:46 smithi135 bash[32435]: audit 2023-12-07T19:36:45.802866+0000 mgr.a (mgr.14403) 5707 : audit 0 from='client.123414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:46 smithi079 bash[28699]: cluster 2023-12-07T19:36:45.634607+0000 mgr.a (mgr.14403) 5706 : cluster 0 pgmap v4256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:46 smithi079 bash[28699]: audit 2023-12-07T19:36:45.802866+0000 mgr.a (mgr.14403) 5707 : audit 0 from='client.123414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:48 smithi194 bash[32038]: cluster 2023-12-07T19:36:47.635191+0000 mgr.a (mgr.14403) 5708 : cluster 0 pgmap v4257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:48 smithi135 bash[32435]: cluster 2023-12-07T19:36:47.635191+0000 mgr.a (mgr.14403) 5708 : cluster 0 pgmap v4257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:48 smithi079 bash[28699]: cluster 2023-12-07T19:36:47.635191+0000 mgr.a (mgr.14403) 5708 : cluster 0 pgmap v4257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:50 smithi194 bash[32038]: cluster 2023-12-07T19:36:49.635994+0000 mgr.a (mgr.14403) 5709 : cluster 0 pgmap v4258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:50 smithi135 bash[32435]: cluster 2023-12-07T19:36:49.635994+0000 mgr.a (mgr.14403) 5709 : cluster 0 pgmap v4258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:51.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:36:51.317 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:51.317 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:51.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:50 smithi079 bash[28699]: cluster 2023-12-07T19:36:49.635994+0000 mgr.a (mgr.14403) 5709 : cluster 0 pgmap v4258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:52.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:52.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:52.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:52.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:36:52.213 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:36:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:52 smithi194 bash[32038]: cluster 2023-12-07T19:36:51.636518+0000 mgr.a (mgr.14403) 5710 : cluster 0 pgmap v4259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:52 smithi194 bash[32038]: audit 2023-12-07T19:36:51.721998+0000 mgr.a (mgr.14403) 5711 : audit 0 from='client.123492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:52 smithi135 bash[32435]: cluster 2023-12-07T19:36:51.636518+0000 mgr.a (mgr.14403) 5710 : cluster 0 pgmap v4259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:52 smithi135 bash[32435]: audit 2023-12-07T19:36:51.721998+0000 mgr.a (mgr.14403) 5711 : audit 0 from='client.123492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:53.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:52 smithi079 bash[28699]: cluster 2023-12-07T19:36:51.636518+0000 mgr.a (mgr.14403) 5710 : cluster 0 pgmap v4259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:53.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:52 smithi079 bash[28699]: audit 2023-12-07T19:36:51.721998+0000 mgr.a (mgr.14403) 5711 : audit 0 from='client.123492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:54 smithi135 bash[32435]: cluster 2023-12-07T19:36:53.637372+0000 mgr.a (mgr.14403) 5712 : cluster 0 pgmap v4260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:55.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:54 smithi079 bash[28699]: cluster 2023-12-07T19:36:53.637372+0000 mgr.a (mgr.14403) 5712 : cluster 0 pgmap v4260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:54 smithi194 bash[32038]: cluster 2023-12-07T19:36:53.637372+0000 mgr.a (mgr.14403) 5712 : cluster 0 pgmap v4260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:36:57.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:36:57.217 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:36:57.217 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:36:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:56 smithi079 bash[28699]: cluster 2023-12-07T19:36:55.637923+0000 mgr.a (mgr.14403) 5713 : cluster 0 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-07T19:36:57.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:56 smithi194 bash[32038]: cluster 2023-12-07T19:36:55.637923+0000 mgr.a (mgr.14403) 5713 : cluster 0 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-07T19:36:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:56 smithi135 bash[32435]: cluster 2023-12-07T19:36:55.637923+0000 mgr.a (mgr.14403) 5713 : cluster 0 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-07T19:36:58.150 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:36:58.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:36:58.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:36:58.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:36:58.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:36:59.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:58 smithi079 bash[28699]: audit 2023-12-07T19:36:57.626258+0000 mgr.a (mgr.14403) 5714 : audit 0 from='client.123570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:59.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:36:58 smithi079 bash[28699]: cluster 2023-12-07T19:36:57.640370+0000 mgr.a (mgr.14403) 5715 : cluster 0 pgmap v4262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:58 smithi194 bash[32038]: audit 2023-12-07T19:36:57.626258+0000 mgr.a (mgr.14403) 5714 : audit 0 from='client.123570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:36:58 smithi194 bash[32038]: cluster 2023-12-07T19:36:57.640370+0000 mgr.a (mgr.14403) 5715 : cluster 0 pgmap v4262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:36:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:58 smithi135 bash[32435]: audit 2023-12-07T19:36:57.626258+0000 mgr.a (mgr.14403) 5714 : audit 0 from='client.123570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:36:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:36:58 smithi135 bash[32435]: cluster 2023-12-07T19:36:57.640370+0000 mgr.a (mgr.14403) 5715 : cluster 0 pgmap v4262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:01.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:00 smithi079 bash[28699]: cluster 2023-12-07T19:36:59.641457+0000 mgr.a (mgr.14403) 5716 : cluster 0 pgmap v4263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:00 smithi194 bash[32038]: cluster 2023-12-07T19:36:59.641457+0000 mgr.a (mgr.14403) 5716 : cluster 0 pgmap v4263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:00 smithi135 bash[32435]: cluster 2023-12-07T19:36:59.641457+0000 mgr.a (mgr.14403) 5716 : cluster 0 pgmap v4263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:03.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:37:03.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:03.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:02 smithi079 bash[28699]: cluster 2023-12-07T19:37:01.642065+0000 mgr.a (mgr.14403) 5717 : cluster 0 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-07T19:37:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:02 smithi194 bash[32038]: cluster 2023-12-07T19:37:01.642065+0000 mgr.a (mgr.14403) 5717 : cluster 0 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-07T19:37:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:02 smithi135 bash[32435]: cluster 2023-12-07T19:37:01.642065+0000 mgr.a (mgr.14403) 5717 : cluster 0 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-07T19:37:04.067 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:37:04.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:04.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:04.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:04.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:37:05.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:04 smithi079 bash[28699]: audit 2023-12-07T19:37:03.560203+0000 mgr.a (mgr.14403) 5718 : audit 0 from='client.123648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:05.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:04 smithi079 bash[28699]: cluster 2023-12-07T19:37:03.642804+0000 mgr.a (mgr.14403) 5719 : cluster 0 pgmap v4265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:04 smithi194 bash[32038]: audit 2023-12-07T19:37:03.560203+0000 mgr.a (mgr.14403) 5718 : audit 0 from='client.123648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:04 smithi194 bash[32038]: cluster 2023-12-07T19:37:03.642804+0000 mgr.a (mgr.14403) 5719 : cluster 0 pgmap v4265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:04 smithi135 bash[32435]: audit 2023-12-07T19:37:03.560203+0000 mgr.a (mgr.14403) 5718 : audit 0 from='client.123648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:04 smithi135 bash[32435]: cluster 2023-12-07T19:37:03.642804+0000 mgr.a (mgr.14403) 5719 : cluster 0 pgmap v4265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:07.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:06 smithi079 bash[28699]: cluster 2023-12-07T19:37:05.643497+0000 mgr.a (mgr.14403) 5720 : cluster 0 pgmap v4266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:06 smithi194 bash[32038]: cluster 2023-12-07T19:37:05.643497+0000 mgr.a (mgr.14403) 5720 : cluster 0 pgmap v4266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:06 smithi135 bash[32435]: cluster 2023-12-07T19:37:05.643497+0000 mgr.a (mgr.14403) 5720 : cluster 0 pgmap v4266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:09.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:37:09.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:09.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:09.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:08 smithi079 bash[28699]: cluster 2023-12-07T19:37:07.644075+0000 mgr.a (mgr.14403) 5721 : cluster 0 pgmap v4267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:09.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:08 smithi194 bash[32038]: cluster 2023-12-07T19:37:07.644075+0000 mgr.a (mgr.14403) 5721 : cluster 0 pgmap v4267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:08 smithi135 bash[32435]: cluster 2023-12-07T19:37:07.644075+0000 mgr.a (mgr.14403) 5721 : cluster 0 pgmap v4267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:09.970 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:37:09.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:09.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:09.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:09.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:37:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:10 smithi079 bash[28699]: audit 2023-12-07T19:37:09.474796+0000 mgr.a (mgr.14403) 5722 : audit 0 from='client.123723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:11.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:10 smithi079 bash[28699]: cluster 2023-12-07T19:37:09.645198+0000 mgr.a (mgr.14403) 5723 : cluster 0 pgmap v4268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:10 smithi194 bash[32038]: audit 2023-12-07T19:37:09.474796+0000 mgr.a (mgr.14403) 5722 : audit 0 from='client.123723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:10 smithi194 bash[32038]: cluster 2023-12-07T19:37:09.645198+0000 mgr.a (mgr.14403) 5723 : cluster 0 pgmap v4268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:10 smithi135 bash[32435]: audit 2023-12-07T19:37:09.474796+0000 mgr.a (mgr.14403) 5722 : audit 0 from='client.123723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:10 smithi135 bash[32435]: cluster 2023-12-07T19:37:09.645198+0000 mgr.a (mgr.14403) 5723 : cluster 0 pgmap v4268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:13.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:12 smithi079 bash[28699]: cluster 2023-12-07T19:37:11.645877+0000 mgr.a (mgr.14403) 5724 : cluster 0 pgmap v4269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:13.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:12 smithi194 bash[32038]: cluster 2023-12-07T19:37:11.645877+0000 mgr.a (mgr.14403) 5724 : cluster 0 pgmap v4269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:12 smithi135 bash[32435]: cluster 2023-12-07T19:37:11.645877+0000 mgr.a (mgr.14403) 5724 : cluster 0 pgmap v4269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:14.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:37:14.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:14.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:14 smithi079 bash[28699]: cluster 2023-12-07T19:37:13.646818+0000 mgr.a (mgr.14403) 5725 : cluster 0 pgmap v4270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:14 smithi194 bash[32038]: cluster 2023-12-07T19:37:13.646818+0000 mgr.a (mgr.14403) 5725 : cluster 0 pgmap v4270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:14 smithi135 bash[32435]: cluster 2023-12-07T19:37:13.646818+0000 mgr.a (mgr.14403) 5725 : cluster 0 pgmap v4270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:15.910 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:37:15.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:15.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:15.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:15.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:37:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:17 smithi079 bash[28699]: audit 2023-12-07T19:37:15.383684+0000 mgr.a (mgr.14403) 5726 : audit 0 from='client.123795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:17 smithi079 bash[28699]: cluster 2023-12-07T19:37:15.649571+0000 mgr.a (mgr.14403) 5727 : cluster 0 pgmap v4271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:17 smithi194 bash[32038]: audit 2023-12-07T19:37:15.383684+0000 mgr.a (mgr.14403) 5726 : audit 0 from='client.123795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:17 smithi194 bash[32038]: cluster 2023-12-07T19:37:15.649571+0000 mgr.a (mgr.14403) 5727 : cluster 0 pgmap v4271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:17 smithi135 bash[32435]: audit 2023-12-07T19:37:15.383684+0000 mgr.a (mgr.14403) 5726 : audit 0 from='client.123795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:17 smithi135 bash[32435]: cluster 2023-12-07T19:37:15.649571+0000 mgr.a (mgr.14403) 5727 : cluster 0 pgmap v4271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:19 smithi079 bash[28699]: cluster 2023-12-07T19:37:17.650395+0000 mgr.a (mgr.14403) 5728 : cluster 0 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-07T19:37:19.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:19 smithi194 bash[32038]: cluster 2023-12-07T19:37:17.650395+0000 mgr.a (mgr.14403) 5728 : cluster 0 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-07T19:37:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:19 smithi135 bash[32435]: cluster 2023-12-07T19:37:17.650395+0000 mgr.a (mgr.14403) 5728 : cluster 0 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-07T19:37:20.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:37:20.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:20.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:21 smithi079 bash[28699]: cluster 2023-12-07T19:37:19.651218+0000 mgr.a (mgr.14403) 5729 : cluster 0 pgmap v4273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:21.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:21 smithi194 bash[32038]: cluster 2023-12-07T19:37:19.651218+0000 mgr.a (mgr.14403) 5729 : cluster 0 pgmap v4273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:21 smithi135 bash[32435]: cluster 2023-12-07T19:37:19.651218+0000 mgr.a (mgr.14403) 5729 : cluster 0 pgmap v4273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:21.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:21.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:21.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:21.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:37:21.797 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:37:23.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:23 smithi079 bash[28699]: audit 2023-12-07T19:37:21.312671+0000 mgr.a (mgr.14403) 5730 : audit 0 from='client.123873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:23.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:23 smithi079 bash[28699]: cluster 2023-12-07T19:37:21.651660+0000 mgr.a (mgr.14403) 5731 : cluster 0 pgmap v4274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:23 smithi194 bash[32038]: audit 2023-12-07T19:37:21.312671+0000 mgr.a (mgr.14403) 5730 : audit 0 from='client.123873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:23 smithi194 bash[32038]: cluster 2023-12-07T19:37:21.651660+0000 mgr.a (mgr.14403) 5731 : cluster 0 pgmap v4274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:23 smithi135 bash[32435]: audit 2023-12-07T19:37:21.312671+0000 mgr.a (mgr.14403) 5730 : audit 0 from='client.123873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:23 smithi135 bash[32435]: cluster 2023-12-07T19:37:21.651660+0000 mgr.a (mgr.14403) 5731 : cluster 0 pgmap v4274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:25 smithi079 bash[28699]: cluster 2023-12-07T19:37:23.652524+0000 mgr.a (mgr.14403) 5732 : cluster 0 pgmap v4275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:25 smithi194 bash[32038]: cluster 2023-12-07T19:37:23.652524+0000 mgr.a (mgr.14403) 5732 : cluster 0 pgmap v4275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:25 smithi135 bash[32435]: cluster 2023-12-07T19:37:23.652524+0000 mgr.a (mgr.14403) 5732 : cluster 0 pgmap v4275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:26.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:37:26.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:26.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:27 smithi079 bash[28699]: cluster 2023-12-07T19:37:25.653074+0000 mgr.a (mgr.14403) 5733 : cluster 0 pgmap v4276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:27 smithi194 bash[32038]: cluster 2023-12-07T19:37:25.653074+0000 mgr.a (mgr.14403) 5733 : cluster 0 pgmap v4276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:27 smithi135 bash[32435]: cluster 2023-12-07T19:37:25.653074+0000 mgr.a (mgr.14403) 5733 : cluster 0 pgmap v4276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:27.692 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:37:27.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:27.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:27.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:27.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:37:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:28 smithi079 bash[28699]: audit 2023-12-07T19:37:27.189960+0000 mgr.a (mgr.14403) 5734 : audit 0 from='client.123951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:28 smithi194 bash[32038]: audit 2023-12-07T19:37:27.189960+0000 mgr.a (mgr.14403) 5734 : audit 0 from='client.123951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:28 smithi135 bash[32435]: audit 2023-12-07T19:37:27.189960+0000 mgr.a (mgr.14403) 5734 : audit 0 from='client.123951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:29 smithi079 bash[28699]: cluster 2023-12-07T19:37:27.653606+0000 mgr.a (mgr.14403) 5735 : cluster 0 pgmap v4277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:29 smithi194 bash[32038]: cluster 2023-12-07T19:37:27.653606+0000 mgr.a (mgr.14403) 5735 : cluster 0 pgmap v4277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:29 smithi135 bash[32435]: cluster 2023-12-07T19:37:27.653606+0000 mgr.a (mgr.14403) 5735 : cluster 0 pgmap v4277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:31 smithi079 bash[28699]: cluster 2023-12-07T19:37:29.654474+0000 mgr.a (mgr.14403) 5736 : cluster 0 pgmap v4278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:31.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:31 smithi194 bash[32038]: cluster 2023-12-07T19:37:29.654474+0000 mgr.a (mgr.14403) 5736 : cluster 0 pgmap v4278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:31 smithi135 bash[32435]: cluster 2023-12-07T19:37:29.654474+0000 mgr.a (mgr.14403) 5736 : cluster 0 pgmap v4278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:32.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:37:32.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:32.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:33 smithi079 bash[28699]: cluster 2023-12-07T19:37:31.655047+0000 mgr.a (mgr.14403) 5737 : cluster 0 pgmap v4279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:33 smithi194 bash[32038]: cluster 2023-12-07T19:37:31.655047+0000 mgr.a (mgr.14403) 5737 : cluster 0 pgmap v4279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:33 smithi135 bash[32435]: cluster 2023-12-07T19:37:31.655047+0000 mgr.a (mgr.14403) 5737 : cluster 0 pgmap v4279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:33.600 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:37:33.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:33.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:33.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:33.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:37:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:34 smithi079 bash[28699]: audit 2023-12-07T19:37:33.109678+0000 mgr.a (mgr.14403) 5738 : audit 0 from='client.124026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:34 smithi194 bash[32038]: audit 2023-12-07T19:37:33.109678+0000 mgr.a (mgr.14403) 5738 : audit 0 from='client.124026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:34 smithi135 bash[32435]: audit 2023-12-07T19:37:33.109678+0000 mgr.a (mgr.14403) 5738 : audit 0 from='client.124026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:35 smithi079 bash[28699]: cluster 2023-12-07T19:37:33.655944+0000 mgr.a (mgr.14403) 5739 : cluster 0 pgmap v4280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:37:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:35 smithi194 bash[32038]: cluster 2023-12-07T19:37:33.655944+0000 mgr.a (mgr.14403) 5739 : cluster 0 pgmap v4280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:37:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:35 smithi135 bash[32435]: cluster 2023-12-07T19:37:33.655944+0000 mgr.a (mgr.14403) 5739 : cluster 0 pgmap v4280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:37:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:37 smithi079 bash[28699]: cluster 2023-12-07T19:37:35.656541+0000 mgr.a (mgr.14403) 5740 : cluster 0 pgmap v4281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:37:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:37 smithi194 bash[32038]: cluster 2023-12-07T19:37:35.656541+0000 mgr.a (mgr.14403) 5740 : cluster 0 pgmap v4281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:37:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:37 smithi135 bash[32435]: cluster 2023-12-07T19:37:35.656541+0000 mgr.a (mgr.14403) 5740 : cluster 0 pgmap v4281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:37:38.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:37:38.603 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:38.603 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:39 smithi079 bash[28699]: cluster 2023-12-07T19:37:37.657101+0000 mgr.a (mgr.14403) 5741 : cluster 0 pgmap v4282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:37:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:39 smithi079 bash[28699]: audit 2023-12-07T19:37:38.402456+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:37:39.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:39 smithi194 bash[32038]: cluster 2023-12-07T19:37:37.657101+0000 mgr.a (mgr.14403) 5741 : cluster 0 pgmap v4282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:37:39.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:39 smithi194 bash[32038]: audit 2023-12-07T19:37:38.402456+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:37:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:39 smithi135 bash[32435]: cluster 2023-12-07T19:37:37.657101+0000 mgr.a (mgr.14403) 5741 : cluster 0 pgmap v4282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:37:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:39 smithi135 bash[32435]: audit 2023-12-07T19:37:38.402456+0000 mon.a (mon.0) 1252 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:37:39.520 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:37:39.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:39.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:39.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:39.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:37:40.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:40 smithi079 bash[28699]: audit 2023-12-07T19:37:39.003666+0000 mgr.a (mgr.14403) 5742 : audit 0 from='client.124104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:40.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:40 smithi079 bash[28699]: audit 2023-12-07T19:37:39.190773+0000 mon.a (mon.0) 1253 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:37:40.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:40 smithi079 bash[28699]: audit 2023-12-07T19:37:39.192399+0000 mon.a (mon.0) 1254 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:37:40.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:40 smithi079 bash[28699]: audit 2023-12-07T19:37:39.200308+0000 mon.a (mon.0) 1255 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:37:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:40 smithi194 bash[32038]: audit 2023-12-07T19:37:39.003666+0000 mgr.a (mgr.14403) 5742 : audit 0 from='client.124104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:40 smithi194 bash[32038]: audit 2023-12-07T19:37:39.190773+0000 mon.a (mon.0) 1253 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:37:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:40 smithi194 bash[32038]: audit 2023-12-07T19:37:39.192399+0000 mon.a (mon.0) 1254 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:37:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:40 smithi194 bash[32038]: audit 2023-12-07T19:37:39.200308+0000 mon.a (mon.0) 1255 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:37:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:40 smithi135 bash[32435]: audit 2023-12-07T19:37:39.003666+0000 mgr.a (mgr.14403) 5742 : audit 0 from='client.124104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:40 smithi135 bash[32435]: audit 2023-12-07T19:37:39.190773+0000 mon.a (mon.0) 1253 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:37:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:40 smithi135 bash[32435]: audit 2023-12-07T19:37:39.192399+0000 mon.a (mon.0) 1254 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:37:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:40 smithi135 bash[32435]: audit 2023-12-07T19:37:39.200308+0000 mon.a (mon.0) 1255 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:37:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:41 smithi194 bash[32038]: cluster 2023-12-07T19:37:39.658212+0000 mgr.a (mgr.14403) 5743 : cluster 0 pgmap v4283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:41 smithi135 bash[32435]: cluster 2023-12-07T19:37:39.658212+0000 mgr.a (mgr.14403) 5743 : cluster 0 pgmap v4283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:41 smithi079 bash[28699]: cluster 2023-12-07T19:37:39.658212+0000 mgr.a (mgr.14403) 5743 : cluster 0 pgmap v4283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:43 smithi135 bash[32435]: cluster 2023-12-07T19:37:41.658911+0000 mgr.a (mgr.14403) 5744 : cluster 0 pgmap v4284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:43 smithi079 bash[28699]: cluster 2023-12-07T19:37:41.658911+0000 mgr.a (mgr.14403) 5744 : cluster 0 pgmap v4284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:43 smithi194 bash[32038]: cluster 2023-12-07T19:37:41.658911+0000 mgr.a (mgr.14403) 5744 : cluster 0 pgmap v4284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:37:44.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:37:44.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:44.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:45.412 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:37:45.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:45.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:45.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:45.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:37:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:45 smithi079 bash[28699]: cluster 2023-12-07T19:37:43.659693+0000 mgr.a (mgr.14403) 5745 : cluster 0 pgmap v4285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:45 smithi194 bash[32038]: cluster 2023-12-07T19:37:43.659693+0000 mgr.a (mgr.14403) 5745 : cluster 0 pgmap v4285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:45.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:45 smithi135 bash[32435]: cluster 2023-12-07T19:37:43.659693+0000 mgr.a (mgr.14403) 5745 : cluster 0 pgmap v4285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:46 smithi079 bash[28699]: audit 2023-12-07T19:37:44.921585+0000 mgr.a (mgr.14403) 5746 : audit 0 from='client.124179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:46.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:46 smithi194 bash[32038]: audit 2023-12-07T19:37:44.921585+0000 mgr.a (mgr.14403) 5746 : audit 0 from='client.124179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:46 smithi135 bash[32435]: audit 2023-12-07T19:37:44.921585+0000 mgr.a (mgr.14403) 5746 : audit 0 from='client.124179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:47 smithi079 bash[28699]: cluster 2023-12-07T19:37:45.660402+0000 mgr.a (mgr.14403) 5747 : cluster 0 pgmap v4286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:37:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:47 smithi194 bash[32038]: cluster 2023-12-07T19:37:45.660402+0000 mgr.a (mgr.14403) 5747 : cluster 0 pgmap v4286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:37:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:47 smithi135 bash[32435]: cluster 2023-12-07T19:37:45.660402+0000 mgr.a (mgr.14403) 5747 : cluster 0 pgmap v4286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:37:49.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:49 smithi079 bash[28699]: cluster 2023-12-07T19:37:47.660981+0000 mgr.a (mgr.14403) 5748 : cluster 0 pgmap v4287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:37:49.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:49 smithi194 bash[32038]: cluster 2023-12-07T19:37:47.660981+0000 mgr.a (mgr.14403) 5748 : cluster 0 pgmap v4287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:37:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:49 smithi135 bash[32435]: cluster 2023-12-07T19:37:47.660981+0000 mgr.a (mgr.14403) 5748 : cluster 0 pgmap v4287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:37:50.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:37:50.416 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:50.416 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:51.301 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:37:51.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:51.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:51.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:51.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:37:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:51 smithi079 bash[28699]: cluster 2023-12-07T19:37:49.661768+0000 mgr.a (mgr.14403) 5749 : cluster 0 pgmap v4288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:37:51.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:51 smithi194 bash[32038]: cluster 2023-12-07T19:37:49.661768+0000 mgr.a (mgr.14403) 5749 : cluster 0 pgmap v4288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:37:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:51 smithi135 bash[32435]: cluster 2023-12-07T19:37:49.661768+0000 mgr.a (mgr.14403) 5749 : cluster 0 pgmap v4288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:37:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:52 smithi079 bash[28699]: audit 2023-12-07T19:37:50.819583+0000 mgr.a (mgr.14403) 5750 : audit 0 from='client.124248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:52 smithi194 bash[32038]: audit 2023-12-07T19:37:50.819583+0000 mgr.a (mgr.14403) 5750 : audit 0 from='client.124248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:52 smithi135 bash[32435]: audit 2023-12-07T19:37:50.819583+0000 mgr.a (mgr.14403) 5750 : audit 0 from='client.124248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:53 smithi079 bash[28699]: cluster 2023-12-07T19:37:51.662460+0000 mgr.a (mgr.14403) 5751 : cluster 0 pgmap v4289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:53 smithi194 bash[32038]: cluster 2023-12-07T19:37:51.662460+0000 mgr.a (mgr.14403) 5751 : cluster 0 pgmap v4289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:53 smithi135 bash[32435]: cluster 2023-12-07T19:37:51.662460+0000 mgr.a (mgr.14403) 5751 : cluster 0 pgmap v4289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:54 smithi079 bash[28699]: cluster 2023-12-07T19:37:53.663308+0000 mgr.a (mgr.14403) 5752 : cluster 0 pgmap v4290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:54 smithi194 bash[32038]: cluster 2023-12-07T19:37:53.663308+0000 mgr.a (mgr.14403) 5752 : cluster 0 pgmap v4290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:54 smithi135 bash[32435]: cluster 2023-12-07T19:37:53.663308+0000 mgr.a (mgr.14403) 5752 : cluster 0 pgmap v4290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:37:56.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:37:56.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:37:56.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:37:57.209 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:37:57.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:37:57.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:37:57.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:37:57.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:37:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:56 smithi079 bash[28699]: cluster 2023-12-07T19:37:55.663812+0000 mgr.a (mgr.14403) 5753 : cluster 0 pgmap v4291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:57.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:56 smithi194 bash[32038]: cluster 2023-12-07T19:37:55.663812+0000 mgr.a (mgr.14403) 5753 : cluster 0 pgmap v4291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:56 smithi135 bash[32435]: cluster 2023-12-07T19:37:55.663812+0000 mgr.a (mgr.14403) 5753 : cluster 0 pgmap v4291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:37:58.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:57 smithi079 bash[28699]: audit 2023-12-07T19:37:56.709878+0000 mgr.a (mgr.14403) 5754 : audit 0 from='client.124323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:57 smithi194 bash[32038]: audit 2023-12-07T19:37:56.709878+0000 mgr.a (mgr.14403) 5754 : audit 0 from='client.124323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:57 smithi135 bash[32435]: audit 2023-12-07T19:37:56.709878+0000 mgr.a (mgr.14403) 5754 : audit 0 from='client.124323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:37:59.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:37:58 smithi079 bash[28699]: cluster 2023-12-07T19:37:57.664534+0000 mgr.a (mgr.14403) 5755 : cluster 0 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-07T19:37:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:37:58 smithi194 bash[32038]: cluster 2023-12-07T19:37:57.664534+0000 mgr.a (mgr.14403) 5755 : cluster 0 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-07T19:37:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:37:58 smithi135 bash[32435]: cluster 2023-12-07T19:37:57.664534+0000 mgr.a (mgr.14403) 5755 : cluster 0 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-07T19:38:01.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:00 smithi079 bash[28699]: cluster 2023-12-07T19:37:59.665343+0000 mgr.a (mgr.14403) 5756 : cluster 0 pgmap v4293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:00 smithi194 bash[32038]: cluster 2023-12-07T19:37:59.665343+0000 mgr.a (mgr.14403) 5756 : cluster 0 pgmap v4293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:00 smithi135 bash[32435]: cluster 2023-12-07T19:37:59.665343+0000 mgr.a (mgr.14403) 5756 : cluster 0 pgmap v4293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:02.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:38:02.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:02.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:03.125 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:38:03.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:03.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:03.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:03.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:38:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:02 smithi079 bash[28699]: cluster 2023-12-07T19:38:01.666063+0000 mgr.a (mgr.14403) 5757 : cluster 0 pgmap v4294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:02 smithi194 bash[32038]: cluster 2023-12-07T19:38:01.666063+0000 mgr.a (mgr.14403) 5757 : cluster 0 pgmap v4294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:02 smithi135 bash[32435]: cluster 2023-12-07T19:38:01.666063+0000 mgr.a (mgr.14403) 5757 : cluster 0 pgmap v4294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:03 smithi079 bash[28699]: audit 2023-12-07T19:38:02.618019+0000 mgr.a (mgr.14403) 5758 : audit 0 from='client.124392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:03 smithi194 bash[32038]: audit 2023-12-07T19:38:02.618019+0000 mgr.a (mgr.14403) 5758 : audit 0 from='client.124392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:04.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:03 smithi135 bash[32435]: audit 2023-12-07T19:38:02.618019+0000 mgr.a (mgr.14403) 5758 : audit 0 from='client.124392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:05.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:04 smithi079 bash[28699]: cluster 2023-12-07T19:38:03.667010+0000 mgr.a (mgr.14403) 5759 : cluster 0 pgmap v4295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:04 smithi194 bash[32038]: cluster 2023-12-07T19:38:03.667010+0000 mgr.a (mgr.14403) 5759 : cluster 0 pgmap v4295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:04 smithi135 bash[32435]: cluster 2023-12-07T19:38:03.667010+0000 mgr.a (mgr.14403) 5759 : cluster 0 pgmap v4295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:07.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:06 smithi079 bash[28699]: cluster 2023-12-07T19:38:05.667588+0000 mgr.a (mgr.14403) 5760 : cluster 0 pgmap v4296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:06 smithi194 bash[32038]: cluster 2023-12-07T19:38:05.667588+0000 mgr.a (mgr.14403) 5760 : cluster 0 pgmap v4296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:07 smithi135 bash[32435]: cluster 2023-12-07T19:38:05.667588+0000 mgr.a (mgr.14403) 5760 : cluster 0 pgmap v4296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:08.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:38:08.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:08.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:09.013 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:38:09.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:09.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:09.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:09.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:38:09.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:09 smithi079 bash[28699]: cluster 2023-12-07T19:38:07.668134+0000 mgr.a (mgr.14403) 5761 : cluster 0 pgmap v4297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:09.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:09 smithi194 bash[32038]: cluster 2023-12-07T19:38:07.668134+0000 mgr.a (mgr.14403) 5761 : cluster 0 pgmap v4297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:09 smithi135 bash[32435]: cluster 2023-12-07T19:38:07.668134+0000 mgr.a (mgr.14403) 5761 : cluster 0 pgmap v4297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:10 smithi079 bash[28699]: audit 2023-12-07T19:38:08.536596+0000 mgr.a (mgr.14403) 5762 : audit 0 from='client.124470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:10.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:10 smithi194 bash[32038]: audit 2023-12-07T19:38:08.536596+0000 mgr.a (mgr.14403) 5762 : audit 0 from='client.124470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:10 smithi135 bash[32435]: audit 2023-12-07T19:38:08.536596+0000 mgr.a (mgr.14403) 5762 : audit 0 from='client.124470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:11 smithi079 bash[28699]: cluster 2023-12-07T19:38:09.669158+0000 mgr.a (mgr.14403) 5763 : cluster 0 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-07T19:38:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:11 smithi194 bash[32038]: cluster 2023-12-07T19:38:09.669158+0000 mgr.a (mgr.14403) 5763 : cluster 0 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-07T19:38:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:11 smithi135 bash[32435]: cluster 2023-12-07T19:38:09.669158+0000 mgr.a (mgr.14403) 5763 : cluster 0 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-07T19:38:13.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:13 smithi079 bash[28699]: cluster 2023-12-07T19:38:11.669763+0000 mgr.a (mgr.14403) 5764 : cluster 0 pgmap v4299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:13.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:13 smithi194 bash[32038]: cluster 2023-12-07T19:38:11.669763+0000 mgr.a (mgr.14403) 5764 : cluster 0 pgmap v4299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:13 smithi135 bash[32435]: cluster 2023-12-07T19:38:11.669763+0000 mgr.a (mgr.14403) 5764 : cluster 0 pgmap v4299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:14.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:38:14.017 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:14.018 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:14.910 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:38:14.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:14.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:14.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:14.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:38:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:15 smithi079 bash[28699]: cluster 2023-12-07T19:38:13.670559+0000 mgr.a (mgr.14403) 5765 : cluster 0 pgmap v4300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:15 smithi194 bash[32038]: cluster 2023-12-07T19:38:13.670559+0000 mgr.a (mgr.14403) 5765 : cluster 0 pgmap v4300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:15 smithi135 bash[32435]: cluster 2023-12-07T19:38:13.670559+0000 mgr.a (mgr.14403) 5765 : cluster 0 pgmap v4300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:16 smithi079 bash[28699]: audit 2023-12-07T19:38:14.415093+0000 mgr.a (mgr.14403) 5766 : audit 0 from='client.124542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:16 smithi194 bash[32038]: audit 2023-12-07T19:38:14.415093+0000 mgr.a (mgr.14403) 5766 : audit 0 from='client.124542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:16.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:16 smithi135 bash[32435]: audit 2023-12-07T19:38:14.415093+0000 mgr.a (mgr.14403) 5766 : audit 0 from='client.124542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:17 smithi079 bash[28699]: cluster 2023-12-07T19:38:15.671283+0000 mgr.a (mgr.14403) 5767 : cluster 0 pgmap v4301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:17 smithi194 bash[32038]: cluster 2023-12-07T19:38:15.671283+0000 mgr.a (mgr.14403) 5767 : cluster 0 pgmap v4301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:17 smithi135 bash[32435]: cluster 2023-12-07T19:38:15.671283+0000 mgr.a (mgr.14403) 5767 : cluster 0 pgmap v4301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:19 smithi079 bash[28699]: cluster 2023-12-07T19:38:17.671943+0000 mgr.a (mgr.14403) 5768 : cluster 0 pgmap v4302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:19 smithi194 bash[32038]: cluster 2023-12-07T19:38:17.671943+0000 mgr.a (mgr.14403) 5768 : cluster 0 pgmap v4302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:19 smithi135 bash[32435]: cluster 2023-12-07T19:38:17.671943+0000 mgr.a (mgr.14403) 5768 : cluster 0 pgmap v4302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:19.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:38:19.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:19.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:20.812 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:38:20.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:20.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:20.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:20.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:38:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:21 smithi079 bash[28699]: cluster 2023-12-07T19:38:19.672919+0000 mgr.a (mgr.14403) 5769 : cluster 0 pgmap v4303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:21.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:21 smithi194 bash[32038]: cluster 2023-12-07T19:38:19.672919+0000 mgr.a (mgr.14403) 5769 : cluster 0 pgmap v4303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:21 smithi135 bash[32435]: cluster 2023-12-07T19:38:19.672919+0000 mgr.a (mgr.14403) 5769 : cluster 0 pgmap v4303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:22 smithi079 bash[28699]: audit 2023-12-07T19:38:20.323231+0000 mgr.a (mgr.14403) 5770 : audit 0 from='client.124617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:22.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:22 smithi194 bash[32038]: audit 2023-12-07T19:38:20.323231+0000 mgr.a (mgr.14403) 5770 : audit 0 from='client.124617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:22.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:22 smithi135 bash[32435]: audit 2023-12-07T19:38:20.323231+0000 mgr.a (mgr.14403) 5770 : audit 0 from='client.124617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:23 smithi079 bash[28699]: cluster 2023-12-07T19:38:21.673667+0000 mgr.a (mgr.14403) 5771 : cluster 0 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-07T19:38:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:23 smithi194 bash[32038]: cluster 2023-12-07T19:38:21.673667+0000 mgr.a (mgr.14403) 5771 : cluster 0 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-07T19:38:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:23 smithi135 bash[32435]: cluster 2023-12-07T19:38:21.673667+0000 mgr.a (mgr.14403) 5771 : cluster 0 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-07T19:38:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:25 smithi079 bash[28699]: cluster 2023-12-07T19:38:23.674461+0000 mgr.a (mgr.14403) 5772 : cluster 0 pgmap v4305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:25 smithi194 bash[32038]: cluster 2023-12-07T19:38:23.674461+0000 mgr.a (mgr.14403) 5772 : cluster 0 pgmap v4305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:25 smithi135 bash[32435]: cluster 2023-12-07T19:38:23.674461+0000 mgr.a (mgr.14403) 5772 : cluster 0 pgmap v4305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:25.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:38:25.814 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:25.814 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:26.741 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:38:26.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:26.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:26.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:26.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:38:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:27 smithi079 bash[28699]: cluster 2023-12-07T19:38:25.675056+0000 mgr.a (mgr.14403) 5773 : cluster 0 pgmap v4306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:27 smithi079 bash[28699]: audit 2023-12-07T19:38:26.220988+0000 mgr.a (mgr.14403) 5774 : audit 0 from='client.124692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:27 smithi194 bash[32038]: cluster 2023-12-07T19:38:25.675056+0000 mgr.a (mgr.14403) 5773 : cluster 0 pgmap v4306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:27 smithi194 bash[32038]: audit 2023-12-07T19:38:26.220988+0000 mgr.a (mgr.14403) 5774 : audit 0 from='client.124692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:27 smithi135 bash[32435]: cluster 2023-12-07T19:38:25.675056+0000 mgr.a (mgr.14403) 5773 : cluster 0 pgmap v4306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:27 smithi135 bash[32435]: audit 2023-12-07T19:38:26.220988+0000 mgr.a (mgr.14403) 5774 : audit 0 from='client.124692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:29 smithi079 bash[28699]: cluster 2023-12-07T19:38:27.675894+0000 mgr.a (mgr.14403) 5775 : cluster 0 pgmap v4307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:29 smithi194 bash[32038]: cluster 2023-12-07T19:38:27.675894+0000 mgr.a (mgr.14403) 5775 : cluster 0 pgmap v4307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:29 smithi135 bash[32435]: cluster 2023-12-07T19:38:27.675894+0000 mgr.a (mgr.14403) 5775 : cluster 0 pgmap v4307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:31 smithi079 bash[28699]: cluster 2023-12-07T19:38:29.676777+0000 mgr.a (mgr.14403) 5776 : cluster 0 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-07T19:38:31.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:31 smithi194 bash[32038]: cluster 2023-12-07T19:38:29.676777+0000 mgr.a (mgr.14403) 5776 : cluster 0 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-07T19:38:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:31 smithi135 bash[32435]: cluster 2023-12-07T19:38:29.676777+0000 mgr.a (mgr.14403) 5776 : cluster 0 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-07T19:38:31.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:38:31.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:31.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:32.641 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:38:32.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:32.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:32.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:32.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:38:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:33 smithi079 bash[28699]: cluster 2023-12-07T19:38:31.677336+0000 mgr.a (mgr.14403) 5777 : cluster 0 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-07T19:38:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:33 smithi079 bash[28699]: audit 2023-12-07T19:38:32.149048+0000 mgr.a (mgr.14403) 5778 : audit 0 from='client.124770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:33 smithi194 bash[32038]: cluster 2023-12-07T19:38:31.677336+0000 mgr.a (mgr.14403) 5777 : cluster 0 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-07T19:38:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:33 smithi194 bash[32038]: audit 2023-12-07T19:38:32.149048+0000 mgr.a (mgr.14403) 5778 : audit 0 from='client.124770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:33 smithi135 bash[32435]: cluster 2023-12-07T19:38:31.677336+0000 mgr.a (mgr.14403) 5777 : cluster 0 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-07T19:38:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:33 smithi135 bash[32435]: audit 2023-12-07T19:38:32.149048+0000 mgr.a (mgr.14403) 5778 : audit 0 from='client.124770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:35 smithi079 bash[28699]: cluster 2023-12-07T19:38:33.678168+0000 mgr.a (mgr.14403) 5779 : cluster 0 pgmap v4310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:35 smithi194 bash[32038]: cluster 2023-12-07T19:38:33.678168+0000 mgr.a (mgr.14403) 5779 : cluster 0 pgmap v4310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:35 smithi135 bash[32435]: cluster 2023-12-07T19:38:33.678168+0000 mgr.a (mgr.14403) 5779 : cluster 0 pgmap v4310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:38:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:37 smithi079 bash[28699]: cluster 2023-12-07T19:38:35.678720+0000 mgr.a (mgr.14403) 5780 : cluster 0 pgmap v4311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:37 smithi194 bash[32038]: cluster 2023-12-07T19:38:35.678720+0000 mgr.a (mgr.14403) 5780 : cluster 0 pgmap v4311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:37 smithi135 bash[32435]: cluster 2023-12-07T19:38:35.678720+0000 mgr.a (mgr.14403) 5780 : cluster 0 pgmap v4311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:37.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:38:37.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:37.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:38.569 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:38:38.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:38.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:38.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:38.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:38:39.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:39 smithi079 bash[28699]: cluster 2023-12-07T19:38:37.679259+0000 mgr.a (mgr.14403) 5781 : cluster 0 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-07T19:38:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:39 smithi079 bash[28699]: audit 2023-12-07T19:38:38.048935+0000 mgr.a (mgr.14403) 5782 : audit 0 from='client.124845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:39.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:39 smithi194 bash[32038]: cluster 2023-12-07T19:38:37.679259+0000 mgr.a (mgr.14403) 5781 : cluster 0 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-07T19:38:39.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:39 smithi194 bash[32038]: audit 2023-12-07T19:38:38.048935+0000 mgr.a (mgr.14403) 5782 : audit 0 from='client.124845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:39 smithi135 bash[32435]: cluster 2023-12-07T19:38:37.679259+0000 mgr.a (mgr.14403) 5781 : cluster 0 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-07T19:38:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:39 smithi135 bash[32435]: audit 2023-12-07T19:38:38.048935+0000 mgr.a (mgr.14403) 5782 : audit 0 from='client.124845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:40.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:40 smithi079 bash[28699]: audit 2023-12-07T19:38:39.317808+0000 mon.a (mon.0) 1256 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:38:40.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:40 smithi079 bash[28699]: audit 2023-12-07T19:38:40.052141+0000 mon.a (mon.0) 1257 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:38:40.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:40 smithi079 bash[28699]: audit 2023-12-07T19:38:40.054022+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:38:40.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:40 smithi079 bash[28699]: audit 2023-12-07T19:38:40.063650+0000 mon.a (mon.0) 1259 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:38:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:40 smithi194 bash[32038]: audit 2023-12-07T19:38:39.317808+0000 mon.a (mon.0) 1256 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:38:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:40 smithi194 bash[32038]: audit 2023-12-07T19:38:40.052141+0000 mon.a (mon.0) 1257 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:38:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:40 smithi194 bash[32038]: audit 2023-12-07T19:38:40.054022+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:38:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:40 smithi194 bash[32038]: audit 2023-12-07T19:38:40.063650+0000 mon.a (mon.0) 1259 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:38:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:40 smithi135 bash[32435]: audit 2023-12-07T19:38:39.317808+0000 mon.a (mon.0) 1256 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:38:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:40 smithi135 bash[32435]: audit 2023-12-07T19:38:40.052141+0000 mon.a (mon.0) 1257 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:38:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:40 smithi135 bash[32435]: audit 2023-12-07T19:38:40.054022+0000 mon.a (mon.0) 1258 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:38:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:40 smithi135 bash[32435]: audit 2023-12-07T19:38:40.063650+0000 mon.a (mon.0) 1259 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:38:41.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:41 smithi079 bash[28699]: cluster 2023-12-07T19:38:39.680108+0000 mgr.a (mgr.14403) 5783 : cluster 0 pgmap v4313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:38:41.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:41 smithi194 bash[32038]: cluster 2023-12-07T19:38:39.680108+0000 mgr.a (mgr.14403) 5783 : cluster 0 pgmap v4313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:38:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:41 smithi135 bash[32435]: cluster 2023-12-07T19:38:39.680108+0000 mgr.a (mgr.14403) 5783 : cluster 0 pgmap v4313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:38:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:43 smithi079 bash[28699]: cluster 2023-12-07T19:38:41.680708+0000 mgr.a (mgr.14403) 5784 : cluster 0 pgmap v4314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:38:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:43 smithi194 bash[32038]: cluster 2023-12-07T19:38:41.680708+0000 mgr.a (mgr.14403) 5784 : cluster 0 pgmap v4314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:38:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:43 smithi135 bash[32435]: cluster 2023-12-07T19:38:41.680708+0000 mgr.a (mgr.14403) 5784 : cluster 0 pgmap v4314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:38:43.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:38:43.572 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:43.572 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:44.486 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:38:44.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:44.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:44.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:44.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:38:45.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:45 smithi079 bash[28699]: cluster 2023-12-07T19:38:43.681388+0000 mgr.a (mgr.14403) 5785 : cluster 0 pgmap v4315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:45.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:45 smithi079 bash[28699]: audit 2023-12-07T19:38:43.974198+0000 mgr.a (mgr.14403) 5786 : audit 0 from='client.124923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:45 smithi194 bash[32038]: cluster 2023-12-07T19:38:43.681388+0000 mgr.a (mgr.14403) 5785 : cluster 0 pgmap v4315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:45 smithi194 bash[32038]: audit 2023-12-07T19:38:43.974198+0000 mgr.a (mgr.14403) 5786 : audit 0 from='client.124923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:45 smithi135 bash[32435]: cluster 2023-12-07T19:38:43.681388+0000 mgr.a (mgr.14403) 5785 : cluster 0 pgmap v4315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:45 smithi135 bash[32435]: audit 2023-12-07T19:38:43.974198+0000 mgr.a (mgr.14403) 5786 : audit 0 from='client.124923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:47.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:47 smithi079 bash[28699]: cluster 2023-12-07T19:38:45.682032+0000 mgr.a (mgr.14403) 5787 : cluster 0 pgmap v4316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:47 smithi194 bash[32038]: cluster 2023-12-07T19:38:45.682032+0000 mgr.a (mgr.14403) 5787 : cluster 0 pgmap v4316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:47 smithi135 bash[32435]: cluster 2023-12-07T19:38:45.682032+0000 mgr.a (mgr.14403) 5787 : cluster 0 pgmap v4316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:38:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:49 smithi079 bash[28699]: cluster 2023-12-07T19:38:47.682670+0000 mgr.a (mgr.14403) 5788 : cluster 0 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-07T19:38:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:49 smithi194 bash[32038]: cluster 2023-12-07T19:38:47.682670+0000 mgr.a (mgr.14403) 5788 : cluster 0 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-07T19:38:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:49 smithi135 bash[32435]: cluster 2023-12-07T19:38:47.682670+0000 mgr.a (mgr.14403) 5788 : cluster 0 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-07T19:38:49.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:38:49.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:49.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:50.376 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:38:50.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:50.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:50.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:50.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:38:51.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:51 smithi079 bash[28699]: cluster 2023-12-07T19:38:49.683462+0000 mgr.a (mgr.14403) 5789 : cluster 0 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-07T19:38:51.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:51 smithi079 bash[28699]: audit 2023-12-07T19:38:49.886456+0000 mgr.a (mgr.14403) 5790 : audit 0 from='client.124998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:51 smithi194 bash[32038]: cluster 2023-12-07T19:38:49.683462+0000 mgr.a (mgr.14403) 5789 : cluster 0 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-07T19:38:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:51 smithi194 bash[32038]: audit 2023-12-07T19:38:49.886456+0000 mgr.a (mgr.14403) 5790 : audit 0 from='client.124998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:51 smithi135 bash[32435]: cluster 2023-12-07T19:38:49.683462+0000 mgr.a (mgr.14403) 5789 : cluster 0 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-07T19:38:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:51 smithi135 bash[32435]: audit 2023-12-07T19:38:49.886456+0000 mgr.a (mgr.14403) 5790 : audit 0 from='client.124998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:53.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:53 smithi079 bash[28699]: cluster 2023-12-07T19:38:51.684126+0000 mgr.a (mgr.14403) 5791 : cluster 0 pgmap v4319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:38:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:53 smithi194 bash[32038]: cluster 2023-12-07T19:38:51.684126+0000 mgr.a (mgr.14403) 5791 : cluster 0 pgmap v4319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:38:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:53 smithi135 bash[32435]: cluster 2023-12-07T19:38:51.684126+0000 mgr.a (mgr.14403) 5791 : cluster 0 pgmap v4319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:38:55.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:38:55.378 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:38:55.378 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:38:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:55 smithi079 bash[28699]: cluster 2023-12-07T19:38:53.684909+0000 mgr.a (mgr.14403) 5792 : cluster 0 pgmap v4320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:38:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:55 smithi194 bash[32038]: cluster 2023-12-07T19:38:53.684909+0000 mgr.a (mgr.14403) 5792 : cluster 0 pgmap v4320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:38:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:55 smithi135 bash[32435]: cluster 2023-12-07T19:38:53.684909+0000 mgr.a (mgr.14403) 5792 : cluster 0 pgmap v4320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:38:56.277 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:38:56.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:38:56.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:38:56.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:38:56.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:38:57.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:57 smithi079 bash[28699]: cluster 2023-12-07T19:38:55.685445+0000 mgr.a (mgr.14403) 5793 : cluster 0 pgmap v4321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:57.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:57 smithi079 bash[28699]: audit 2023-12-07T19:38:55.782055+0000 mgr.a (mgr.14403) 5794 : audit 0 from='client.125070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:57.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:57 smithi194 bash[32038]: cluster 2023-12-07T19:38:55.685445+0000 mgr.a (mgr.14403) 5793 : cluster 0 pgmap v4321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:57 smithi194 bash[32038]: audit 2023-12-07T19:38:55.782055+0000 mgr.a (mgr.14403) 5794 : audit 0 from='client.125070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:57 smithi135 bash[32435]: cluster 2023-12-07T19:38:55.685445+0000 mgr.a (mgr.14403) 5793 : cluster 0 pgmap v4321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:57 smithi135 bash[32435]: audit 2023-12-07T19:38:55.782055+0000 mgr.a (mgr.14403) 5794 : audit 0 from='client.125070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:38:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:38:59 smithi079 bash[28699]: cluster 2023-12-07T19:38:57.686087+0000 mgr.a (mgr.14403) 5795 : cluster 0 pgmap v4322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:38:59 smithi194 bash[32038]: cluster 2023-12-07T19:38:57.686087+0000 mgr.a (mgr.14403) 5795 : cluster 0 pgmap v4322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:38:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:38:59 smithi135 bash[32435]: cluster 2023-12-07T19:38:57.686087+0000 mgr.a (mgr.14403) 5795 : cluster 0 pgmap v4322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:01.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:39:01.281 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:01.281 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:01.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:01 smithi079 bash[28699]: cluster 2023-12-07T19:38:59.686915+0000 mgr.a (mgr.14403) 5796 : cluster 0 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-07T19:39:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:01 smithi194 bash[32038]: cluster 2023-12-07T19:38:59.686915+0000 mgr.a (mgr.14403) 5796 : cluster 0 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-07T19:39:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:01 smithi135 bash[32435]: cluster 2023-12-07T19:38:59.686915+0000 mgr.a (mgr.14403) 5796 : cluster 0 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-07T19:39:02.197 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:39:02.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:02.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:02.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:02.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:39:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:03 smithi194 bash[32038]: cluster 2023-12-07T19:39:01.687434+0000 mgr.a (mgr.14403) 5797 : cluster 0 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-07T19:39:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:03 smithi194 bash[32038]: audit 2023-12-07T19:39:01.690956+0000 mgr.a (mgr.14403) 5798 : audit 0 from='client.125142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:03 smithi135 bash[32435]: cluster 2023-12-07T19:39:01.687434+0000 mgr.a (mgr.14403) 5797 : cluster 0 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-07T19:39:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:03 smithi135 bash[32435]: audit 2023-12-07T19:39:01.690956+0000 mgr.a (mgr.14403) 5798 : audit 0 from='client.125142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:03 smithi079 bash[28699]: cluster 2023-12-07T19:39:01.687434+0000 mgr.a (mgr.14403) 5797 : cluster 0 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-07T19:39:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:03 smithi079 bash[28699]: audit 2023-12-07T19:39:01.690956+0000 mgr.a (mgr.14403) 5798 : audit 0 from='client.125142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:05 smithi194 bash[32038]: cluster 2023-12-07T19:39:03.688384+0000 mgr.a (mgr.14403) 5799 : cluster 0 pgmap v4325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:05 smithi135 bash[32435]: cluster 2023-12-07T19:39:03.688384+0000 mgr.a (mgr.14403) 5799 : cluster 0 pgmap v4325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:05 smithi079 bash[28699]: cluster 2023-12-07T19:39:03.688384+0000 mgr.a (mgr.14403) 5799 : cluster 0 pgmap v4325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:07.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:39:07.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:07.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:07 smithi194 bash[32038]: cluster 2023-12-07T19:39:05.688987+0000 mgr.a (mgr.14403) 5800 : cluster 0 pgmap v4326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:07 smithi135 bash[32435]: cluster 2023-12-07T19:39:05.688987+0000 mgr.a (mgr.14403) 5800 : cluster 0 pgmap v4326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:07 smithi079 bash[28699]: cluster 2023-12-07T19:39:05.688987+0000 mgr.a (mgr.14403) 5800 : cluster 0 pgmap v4326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:08.094 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:39:08.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:08.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:08.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:08.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:39:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:09 smithi194 bash[32038]: audit 2023-12-07T19:39:07.602575+0000 mgr.a (mgr.14403) 5801 : audit 0 from='client.125217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:09 smithi194 bash[32038]: cluster 2023-12-07T19:39:07.689466+0000 mgr.a (mgr.14403) 5802 : cluster 0 pgmap v4327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:09 smithi135 bash[32435]: audit 2023-12-07T19:39:07.602575+0000 mgr.a (mgr.14403) 5801 : audit 0 from='client.125217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:09 smithi135 bash[32435]: cluster 2023-12-07T19:39:07.689466+0000 mgr.a (mgr.14403) 5802 : cluster 0 pgmap v4327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:09.653 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:09 smithi079 bash[28699]: audit 2023-12-07T19:39:07.602575+0000 mgr.a (mgr.14403) 5801 : audit 0 from='client.125217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:09.653 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:09 smithi079 bash[28699]: cluster 2023-12-07T19:39:07.689466+0000 mgr.a (mgr.14403) 5802 : cluster 0 pgmap v4327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:11 smithi194 bash[32038]: cluster 2023-12-07T19:39:09.690358+0000 mgr.a (mgr.14403) 5803 : cluster 0 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-07T19:39:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:11 smithi135 bash[32435]: cluster 2023-12-07T19:39:09.690358+0000 mgr.a (mgr.14403) 5803 : cluster 0 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-07T19:39:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:11 smithi079 bash[28699]: cluster 2023-12-07T19:39:09.690358+0000 mgr.a (mgr.14403) 5803 : cluster 0 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-07T19:39:13.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:39:13.098 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:13.098 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:13.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:13 smithi194 bash[32038]: cluster 2023-12-07T19:39:11.690943+0000 mgr.a (mgr.14403) 5804 : cluster 0 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-07T19:39:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:13 smithi135 bash[32435]: cluster 2023-12-07T19:39:11.690943+0000 mgr.a (mgr.14403) 5804 : cluster 0 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-07T19:39:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:13 smithi079 bash[28699]: cluster 2023-12-07T19:39:11.690943+0000 mgr.a (mgr.14403) 5804 : cluster 0 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-07T19:39:14.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:14.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:14.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:14.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:39:14.012 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:39:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:15 smithi194 bash[32038]: audit 2023-12-07T19:39:13.508210+0000 mgr.a (mgr.14403) 5805 : audit 0 from='client.125295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:15 smithi194 bash[32038]: cluster 2023-12-07T19:39:13.692115+0000 mgr.a (mgr.14403) 5806 : cluster 0 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-07T19:39:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:15 smithi135 bash[32435]: audit 2023-12-07T19:39:13.508210+0000 mgr.a (mgr.14403) 5805 : audit 0 from='client.125295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:15 smithi135 bash[32435]: cluster 2023-12-07T19:39:13.692115+0000 mgr.a (mgr.14403) 5806 : cluster 0 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-07T19:39:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:15 smithi079 bash[28699]: audit 2023-12-07T19:39:13.508210+0000 mgr.a (mgr.14403) 5805 : audit 0 from='client.125295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:15 smithi079 bash[28699]: cluster 2023-12-07T19:39:13.692115+0000 mgr.a (mgr.14403) 5806 : cluster 0 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-07T19:39:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:17 smithi194 bash[32038]: cluster 2023-12-07T19:39:15.692788+0000 mgr.a (mgr.14403) 5807 : cluster 0 pgmap v4331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:17 smithi135 bash[32435]: cluster 2023-12-07T19:39:15.692788+0000 mgr.a (mgr.14403) 5807 : cluster 0 pgmap v4331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:17 smithi079 bash[28699]: cluster 2023-12-07T19:39:15.692788+0000 mgr.a (mgr.14403) 5807 : cluster 0 pgmap v4331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:19.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:39:19.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:19.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:19.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:19 smithi194 bash[32038]: cluster 2023-12-07T19:39:17.693329+0000 mgr.a (mgr.14403) 5808 : cluster 0 pgmap v4332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:19 smithi135 bash[32435]: cluster 2023-12-07T19:39:17.693329+0000 mgr.a (mgr.14403) 5808 : cluster 0 pgmap v4332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:19 smithi079 bash[28699]: cluster 2023-12-07T19:39:17.693329+0000 mgr.a (mgr.14403) 5808 : cluster 0 pgmap v4332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:19.904 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:39:19.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:19.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:19.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:19.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:39:21.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:21 smithi194 bash[32038]: audit 2023-12-07T19:39:19.417212+0000 mgr.a (mgr.14403) 5809 : audit 0 from='client.125373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:21 smithi194 bash[32038]: cluster 2023-12-07T19:39:19.694399+0000 mgr.a (mgr.14403) 5810 : cluster 0 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-07T19:39:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:21 smithi135 bash[32435]: audit 2023-12-07T19:39:19.417212+0000 mgr.a (mgr.14403) 5809 : audit 0 from='client.125373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:21 smithi135 bash[32435]: cluster 2023-12-07T19:39:19.694399+0000 mgr.a (mgr.14403) 5810 : cluster 0 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-07T19:39:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:21 smithi079 bash[28699]: audit 2023-12-07T19:39:19.417212+0000 mgr.a (mgr.14403) 5809 : audit 0 from='client.125373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:21 smithi079 bash[28699]: cluster 2023-12-07T19:39:19.694399+0000 mgr.a (mgr.14403) 5810 : cluster 0 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-07T19:39:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:23 smithi194 bash[32038]: cluster 2023-12-07T19:39:21.695100+0000 mgr.a (mgr.14403) 5811 : cluster 0 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-07T19:39:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:23 smithi135 bash[32435]: cluster 2023-12-07T19:39:21.695100+0000 mgr.a (mgr.14403) 5811 : cluster 0 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-07T19:39:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:23 smithi079 bash[28699]: cluster 2023-12-07T19:39:21.695100+0000 mgr.a (mgr.14403) 5811 : cluster 0 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-07T19:39:24.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:39:24.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:24.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:25 smithi194 bash[32038]: cluster 2023-12-07T19:39:23.695883+0000 mgr.a (mgr.14403) 5812 : cluster 0 pgmap v4335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:25 smithi135 bash[32435]: cluster 2023-12-07T19:39:23.695883+0000 mgr.a (mgr.14403) 5812 : cluster 0 pgmap v4335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:25 smithi079 bash[28699]: cluster 2023-12-07T19:39:23.695883+0000 mgr.a (mgr.14403) 5812 : cluster 0 pgmap v4335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:25.833 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:39:25.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:25.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:25.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:25.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:39:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:27 smithi194 bash[32038]: audit 2023-12-07T19:39:25.314336+0000 mgr.a (mgr.14403) 5813 : audit 0 from='client.125445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:27 smithi194 bash[32038]: cluster 2023-12-07T19:39:25.696363+0000 mgr.a (mgr.14403) 5814 : cluster 0 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-07T19:39:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:27 smithi135 bash[32435]: audit 2023-12-07T19:39:25.314336+0000 mgr.a (mgr.14403) 5813 : audit 0 from='client.125445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:27 smithi135 bash[32435]: cluster 2023-12-07T19:39:25.696363+0000 mgr.a (mgr.14403) 5814 : cluster 0 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-07T19:39:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:27 smithi079 bash[28699]: audit 2023-12-07T19:39:25.314336+0000 mgr.a (mgr.14403) 5813 : audit 0 from='client.125445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:27.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:27 smithi079 bash[28699]: cluster 2023-12-07T19:39:25.696363+0000 mgr.a (mgr.14403) 5814 : cluster 0 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-07T19:39:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:29 smithi194 bash[32038]: cluster 2023-12-07T19:39:27.697012+0000 mgr.a (mgr.14403) 5815 : cluster 0 pgmap v4337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:29 smithi135 bash[32435]: cluster 2023-12-07T19:39:27.697012+0000 mgr.a (mgr.14403) 5815 : cluster 0 pgmap v4337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:29 smithi079 bash[28699]: cluster 2023-12-07T19:39:27.697012+0000 mgr.a (mgr.14403) 5815 : cluster 0 pgmap v4337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:30.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:39:30.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:30.837 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:31 smithi135 bash[32435]: cluster 2023-12-07T19:39:29.697819+0000 mgr.a (mgr.14403) 5816 : cluster 0 pgmap v4338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:31 smithi079 bash[28699]: cluster 2023-12-07T19:39:29.697819+0000 mgr.a (mgr.14403) 5816 : cluster 0 pgmap v4338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:31 smithi194 bash[32038]: cluster 2023-12-07T19:39:29.697819+0000 mgr.a (mgr.14403) 5816 : cluster 0 pgmap v4338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:31.753 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:39:31.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:31.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:31.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:31.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:39:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:32 smithi079 bash[28699]: audit 2023-12-07T19:39:31.239523+0000 mgr.a (mgr.14403) 5817 : audit 0 from='client.125523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:32 smithi194 bash[32038]: audit 2023-12-07T19:39:31.239523+0000 mgr.a (mgr.14403) 5817 : audit 0 from='client.125523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:32 smithi135 bash[32435]: audit 2023-12-07T19:39:31.239523+0000 mgr.a (mgr.14403) 5817 : audit 0 from='client.125523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:33 smithi079 bash[28699]: cluster 2023-12-07T19:39:31.698341+0000 mgr.a (mgr.14403) 5818 : cluster 0 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-07T19:39:33.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:33 smithi194 bash[32038]: cluster 2023-12-07T19:39:31.698341+0000 mgr.a (mgr.14403) 5818 : cluster 0 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-07T19:39:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:33 smithi135 bash[32435]: cluster 2023-12-07T19:39:31.698341+0000 mgr.a (mgr.14403) 5818 : cluster 0 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-07T19:39:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:35 smithi079 bash[28699]: cluster 2023-12-07T19:39:33.699153+0000 mgr.a (mgr.14403) 5819 : cluster 0 pgmap v4340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:35 smithi194 bash[32038]: cluster 2023-12-07T19:39:33.699153+0000 mgr.a (mgr.14403) 5819 : cluster 0 pgmap v4340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:35 smithi135 bash[32435]: cluster 2023-12-07T19:39:33.699153+0000 mgr.a (mgr.14403) 5819 : cluster 0 pgmap v4340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:36.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:39:36.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:36.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:37 smithi079 bash[28699]: cluster 2023-12-07T19:39:35.699668+0000 mgr.a (mgr.14403) 5820 : cluster 0 pgmap v4341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:37.650 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:39:37.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:37.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:37.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:37.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:39:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:37 smithi194 bash[32038]: cluster 2023-12-07T19:39:35.699668+0000 mgr.a (mgr.14403) 5820 : cluster 0 pgmap v4341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:37 smithi135 bash[32435]: cluster 2023-12-07T19:39:35.699668+0000 mgr.a (mgr.14403) 5820 : cluster 0 pgmap v4341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:38 smithi079 bash[28699]: audit 2023-12-07T19:39:37.153606+0000 mgr.a (mgr.14403) 5821 : audit 0 from='client.125601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:38 smithi194 bash[32038]: audit 2023-12-07T19:39:37.153606+0000 mgr.a (mgr.14403) 5821 : audit 0 from='client.125601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:38 smithi135 bash[32435]: audit 2023-12-07T19:39:37.153606+0000 mgr.a (mgr.14403) 5821 : audit 0 from='client.125601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:39 smithi079 bash[28699]: cluster 2023-12-07T19:39:37.700346+0000 mgr.a (mgr.14403) 5822 : cluster 0 pgmap v4342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:39 smithi194 bash[32038]: cluster 2023-12-07T19:39:37.700346+0000 mgr.a (mgr.14403) 5822 : cluster 0 pgmap v4342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:39 smithi135 bash[32435]: cluster 2023-12-07T19:39:37.700346+0000 mgr.a (mgr.14403) 5822 : cluster 0 pgmap v4342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:40 smithi079 bash[28699]: audit 2023-12-07T19:39:40.167020+0000 mon.a (mon.0) 1260 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:39:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:40 smithi194 bash[32038]: audit 2023-12-07T19:39:40.167020+0000 mon.a (mon.0) 1260 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:39:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:40 smithi135 bash[32435]: audit 2023-12-07T19:39:40.167020+0000 mon.a (mon.0) 1260 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:39:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:41 smithi079 bash[28699]: cluster 2023-12-07T19:39:39.701174+0000 mgr.a (mgr.14403) 5823 : cluster 0 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-07T19:39:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:41 smithi079 bash[28699]: audit 2023-12-07T19:39:40.952403+0000 mon.a (mon.0) 1261 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:39:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:41 smithi079 bash[28699]: audit 2023-12-07T19:39:40.954268+0000 mon.a (mon.0) 1262 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:39:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:41 smithi079 bash[28699]: audit 2023-12-07T19:39:40.964707+0000 mon.a (mon.0) 1263 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:39:41.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:41 smithi194 bash[32038]: cluster 2023-12-07T19:39:39.701174+0000 mgr.a (mgr.14403) 5823 : cluster 0 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-07T19:39:41.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:41 smithi194 bash[32038]: audit 2023-12-07T19:39:40.952403+0000 mon.a (mon.0) 1261 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:39:41.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:41 smithi194 bash[32038]: audit 2023-12-07T19:39:40.954268+0000 mon.a (mon.0) 1262 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:39:41.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:41 smithi194 bash[32038]: audit 2023-12-07T19:39:40.964707+0000 mon.a (mon.0) 1263 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:39:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:41 smithi135 bash[32435]: cluster 2023-12-07T19:39:39.701174+0000 mgr.a (mgr.14403) 5823 : cluster 0 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-07T19:39:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:41 smithi135 bash[32435]: audit 2023-12-07T19:39:40.952403+0000 mon.a (mon.0) 1261 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:39:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:41 smithi135 bash[32435]: audit 2023-12-07T19:39:40.954268+0000 mon.a (mon.0) 1262 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:39:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:41 smithi135 bash[32435]: audit 2023-12-07T19:39:40.964707+0000 mon.a (mon.0) 1263 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:39:42.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:39:42.654 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:42.654 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:43.519 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:39:43.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:43.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:43.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:43.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:39:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:43 smithi079 bash[28699]: cluster 2023-12-07T19:39:41.701768+0000 mgr.a (mgr.14403) 5824 : cluster 0 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-07T19:39:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:43 smithi194 bash[32038]: cluster 2023-12-07T19:39:41.701768+0000 mgr.a (mgr.14403) 5824 : cluster 0 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-07T19:39:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:43 smithi135 bash[32435]: cluster 2023-12-07T19:39:41.701768+0000 mgr.a (mgr.14403) 5824 : cluster 0 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-07T19:39:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:44 smithi079 bash[28699]: audit 2023-12-07T19:39:43.046590+0000 mgr.a (mgr.14403) 5825 : audit 0 from='client.125676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:44 smithi194 bash[32038]: audit 2023-12-07T19:39:43.046590+0000 mgr.a (mgr.14403) 5825 : audit 0 from='client.125676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:44 smithi135 bash[32435]: audit 2023-12-07T19:39:43.046590+0000 mgr.a (mgr.14403) 5825 : audit 0 from='client.125676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:45 smithi079 bash[28699]: cluster 2023-12-07T19:39:43.702807+0000 mgr.a (mgr.14403) 5826 : cluster 0 pgmap v4345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:45 smithi194 bash[32038]: cluster 2023-12-07T19:39:43.702807+0000 mgr.a (mgr.14403) 5826 : cluster 0 pgmap v4345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:45 smithi135 bash[32435]: cluster 2023-12-07T19:39:43.702807+0000 mgr.a (mgr.14403) 5826 : cluster 0 pgmap v4345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:39:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:47 smithi079 bash[28699]: cluster 2023-12-07T19:39:45.703406+0000 mgr.a (mgr.14403) 5827 : cluster 0 pgmap v4346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:47 smithi194 bash[32038]: cluster 2023-12-07T19:39:45.703406+0000 mgr.a (mgr.14403) 5827 : cluster 0 pgmap v4346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:47 smithi135 bash[32435]: cluster 2023-12-07T19:39:45.703406+0000 mgr.a (mgr.14403) 5827 : cluster 0 pgmap v4346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:48.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:39:48.523 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:48.523 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:49.426 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:39:49.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:49.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:49.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:49.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:39:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:49 smithi079 bash[28699]: cluster 2023-12-07T19:39:47.703959+0000 mgr.a (mgr.14403) 5828 : cluster 0 pgmap v4347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:49 smithi194 bash[32038]: cluster 2023-12-07T19:39:47.703959+0000 mgr.a (mgr.14403) 5828 : cluster 0 pgmap v4347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:49 smithi135 bash[32435]: cluster 2023-12-07T19:39:47.703959+0000 mgr.a (mgr.14403) 5828 : cluster 0 pgmap v4347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:50 smithi079 bash[28699]: audit 2023-12-07T19:39:48.927403+0000 mgr.a (mgr.14403) 5829 : audit 0 from='client.125754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:50 smithi194 bash[32038]: audit 2023-12-07T19:39:48.927403+0000 mgr.a (mgr.14403) 5829 : audit 0 from='client.125754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:50 smithi135 bash[32435]: audit 2023-12-07T19:39:48.927403+0000 mgr.a (mgr.14403) 5829 : audit 0 from='client.125754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:51 smithi079 bash[28699]: cluster 2023-12-07T19:39:49.704959+0000 mgr.a (mgr.14403) 5830 : cluster 0 pgmap v4348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:51 smithi194 bash[32038]: cluster 2023-12-07T19:39:49.704959+0000 mgr.a (mgr.14403) 5830 : cluster 0 pgmap v4348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:51 smithi135 bash[32435]: cluster 2023-12-07T19:39:49.704959+0000 mgr.a (mgr.14403) 5830 : cluster 0 pgmap v4348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:39:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:52 smithi079 bash[28699]: cluster 2023-12-07T19:39:51.705588+0000 mgr.a (mgr.14403) 5831 : cluster 0 pgmap v4349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:52 smithi194 bash[32038]: cluster 2023-12-07T19:39:51.705588+0000 mgr.a (mgr.14403) 5831 : cluster 0 pgmap v4349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:52 smithi135 bash[32435]: cluster 2023-12-07T19:39:51.705588+0000 mgr.a (mgr.14403) 5831 : cluster 0 pgmap v4349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:54.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:39:54.428 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:39:54.428 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:39:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:54 smithi079 bash[28699]: cluster 2023-12-07T19:39:53.706305+0000 mgr.a (mgr.14403) 5832 : cluster 0 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-07T19:39:55.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:54 smithi194 bash[32038]: cluster 2023-12-07T19:39:53.706305+0000 mgr.a (mgr.14403) 5832 : cluster 0 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-07T19:39:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:54 smithi135 bash[32435]: cluster 2023-12-07T19:39:53.706305+0000 mgr.a (mgr.14403) 5832 : cluster 0 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-07T19:39:55.341 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:39:55.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:39:55.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:39:55.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:39:55.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:39:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:55 smithi079 bash[28699]: audit 2023-12-07T19:39:54.835222+0000 mgr.a (mgr.14403) 5833 : audit 0 from='client.125832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:55 smithi194 bash[32038]: audit 2023-12-07T19:39:54.835222+0000 mgr.a (mgr.14403) 5833 : audit 0 from='client.125832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:56.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:55 smithi135 bash[32435]: audit 2023-12-07T19:39:54.835222+0000 mgr.a (mgr.14403) 5833 : audit 0 from='client.125832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:39:57.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:57 smithi079 bash[28699]: cluster 2023-12-07T19:39:55.706947+0000 mgr.a (mgr.14403) 5834 : cluster 0 pgmap v4351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:57.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:57 smithi194 bash[32038]: cluster 2023-12-07T19:39:55.706947+0000 mgr.a (mgr.14403) 5834 : cluster 0 pgmap v4351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:57 smithi135 bash[32435]: cluster 2023-12-07T19:39:55.706947+0000 mgr.a (mgr.14403) 5834 : cluster 0 pgmap v4351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:39:59 smithi079 bash[28699]: cluster 2023-12-07T19:39:57.707524+0000 mgr.a (mgr.14403) 5835 : cluster 0 pgmap v4352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:39:59 smithi194 bash[32038]: cluster 2023-12-07T19:39:57.707524+0000 mgr.a (mgr.14403) 5835 : cluster 0 pgmap v4352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:39:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:39:59 smithi135 bash[32435]: cluster 2023-12-07T19:39:57.707524+0000 mgr.a (mgr.14403) 5835 : cluster 0 pgmap v4352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:00.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:40:00.345 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:00.345 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:00 smithi079 bash[28699]: cluster 2023-12-07T19:40:00.000117+0000 mon.a (mon.0) 1264 : cluster 1 overall HEALTH_OK 2023-12-07T19:40:00.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:00 smithi194 bash[32038]: cluster 2023-12-07T19:40:00.000117+0000 mon.a (mon.0) 1264 : cluster 1 overall HEALTH_OK 2023-12-07T19:40:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:00 smithi135 bash[32435]: cluster 2023-12-07T19:40:00.000117+0000 mon.a (mon.0) 1264 : cluster 1 overall HEALTH_OK 2023-12-07T19:40:01.266 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:40:01.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:01.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:01.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:01.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:40:01.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:01 smithi079 bash[28699]: cluster 2023-12-07T19:39:59.708350+0000 mgr.a (mgr.14403) 5836 : cluster 0 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-07T19:40:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:01 smithi194 bash[32038]: cluster 2023-12-07T19:39:59.708350+0000 mgr.a (mgr.14403) 5836 : cluster 0 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-07T19:40:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:01 smithi135 bash[32435]: cluster 2023-12-07T19:39:59.708350+0000 mgr.a (mgr.14403) 5836 : cluster 0 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-07T19:40:02.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:02 smithi079 bash[28699]: audit 2023-12-07T19:40:00.747282+0000 mgr.a (mgr.14403) 5837 : audit 0 from='client.125910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:02 smithi194 bash[32038]: audit 2023-12-07T19:40:00.747282+0000 mgr.a (mgr.14403) 5837 : audit 0 from='client.125910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:02 smithi135 bash[32435]: audit 2023-12-07T19:40:00.747282+0000 mgr.a (mgr.14403) 5837 : audit 0 from='client.125910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:03 smithi079 bash[28699]: cluster 2023-12-07T19:40:01.709052+0000 mgr.a (mgr.14403) 5838 : cluster 0 pgmap v4354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:03 smithi194 bash[32038]: cluster 2023-12-07T19:40:01.709052+0000 mgr.a (mgr.14403) 5838 : cluster 0 pgmap v4354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:03 smithi135 bash[32435]: cluster 2023-12-07T19:40:01.709052+0000 mgr.a (mgr.14403) 5838 : cluster 0 pgmap v4354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:05 smithi079 bash[28699]: cluster 2023-12-07T19:40:03.709821+0000 mgr.a (mgr.14403) 5839 : cluster 0 pgmap v4355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:05 smithi194 bash[32038]: cluster 2023-12-07T19:40:03.709821+0000 mgr.a (mgr.14403) 5839 : cluster 0 pgmap v4355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:05 smithi135 bash[32435]: cluster 2023-12-07T19:40:03.709821+0000 mgr.a (mgr.14403) 5839 : cluster 0 pgmap v4355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:06.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:40:06.268 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:06.268 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:07.181 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:40:07.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:07.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:07.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:07.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:40:07.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:07 smithi079 bash[28699]: cluster 2023-12-07T19:40:05.710346+0000 mgr.a (mgr.14403) 5840 : cluster 0 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-07T19:40:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:07 smithi194 bash[32038]: cluster 2023-12-07T19:40:05.710346+0000 mgr.a (mgr.14403) 5840 : cluster 0 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-07T19:40:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:07 smithi135 bash[32435]: cluster 2023-12-07T19:40:05.710346+0000 mgr.a (mgr.14403) 5840 : cluster 0 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-07T19:40:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:08 smithi079 bash[28699]: audit 2023-12-07T19:40:06.670467+0000 mgr.a (mgr.14403) 5841 : audit 0 from='client.125988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:08 smithi194 bash[32038]: audit 2023-12-07T19:40:06.670467+0000 mgr.a (mgr.14403) 5841 : audit 0 from='client.125988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:08 smithi135 bash[32435]: audit 2023-12-07T19:40:06.670467+0000 mgr.a (mgr.14403) 5841 : audit 0 from='client.125988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:09.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:09 smithi079 bash[28699]: cluster 2023-12-07T19:40:07.711031+0000 mgr.a (mgr.14403) 5842 : cluster 0 pgmap v4357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:09.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:09 smithi194 bash[32038]: cluster 2023-12-07T19:40:07.711031+0000 mgr.a (mgr.14403) 5842 : cluster 0 pgmap v4357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:09 smithi135 bash[32435]: cluster 2023-12-07T19:40:07.711031+0000 mgr.a (mgr.14403) 5842 : cluster 0 pgmap v4357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:11 smithi079 bash[28699]: cluster 2023-12-07T19:40:09.711779+0000 mgr.a (mgr.14403) 5843 : cluster 0 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-07T19:40:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:11 smithi194 bash[32038]: cluster 2023-12-07T19:40:09.711779+0000 mgr.a (mgr.14403) 5843 : cluster 0 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-07T19:40:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:11 smithi135 bash[32435]: cluster 2023-12-07T19:40:09.711779+0000 mgr.a (mgr.14403) 5843 : cluster 0 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-07T19:40:12.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:40:12.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:12.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:13.081 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:40:13.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:13.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:13.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:13.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:40:13.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:13 smithi079 bash[28699]: cluster 2023-12-07T19:40:11.712370+0000 mgr.a (mgr.14403) 5844 : cluster 0 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-07T19:40:13.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:13 smithi194 bash[32038]: cluster 2023-12-07T19:40:11.712370+0000 mgr.a (mgr.14403) 5844 : cluster 0 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-07T19:40:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:13 smithi135 bash[32435]: cluster 2023-12-07T19:40:11.712370+0000 mgr.a (mgr.14403) 5844 : cluster 0 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-07T19:40:14.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:14 smithi079 bash[28699]: audit 2023-12-07T19:40:12.583351+0000 mgr.a (mgr.14403) 5845 : audit 0 from='client.126063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:14 smithi194 bash[32038]: audit 2023-12-07T19:40:12.583351+0000 mgr.a (mgr.14403) 5845 : audit 0 from='client.126063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:14 smithi135 bash[32435]: audit 2023-12-07T19:40:12.583351+0000 mgr.a (mgr.14403) 5845 : audit 0 from='client.126063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:15 smithi079 bash[28699]: cluster 2023-12-07T19:40:13.713215+0000 mgr.a (mgr.14403) 5846 : cluster 0 pgmap v4360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:15 smithi194 bash[32038]: cluster 2023-12-07T19:40:13.713215+0000 mgr.a (mgr.14403) 5846 : cluster 0 pgmap v4360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:15 smithi135 bash[32435]: cluster 2023-12-07T19:40:13.713215+0000 mgr.a (mgr.14403) 5846 : cluster 0 pgmap v4360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:17.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:17 smithi079 bash[28699]: cluster 2023-12-07T19:40:15.713750+0000 mgr.a (mgr.14403) 5847 : cluster 0 pgmap v4361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:17 smithi194 bash[32038]: cluster 2023-12-07T19:40:15.713750+0000 mgr.a (mgr.14403) 5847 : cluster 0 pgmap v4361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:17 smithi135 bash[32435]: cluster 2023-12-07T19:40:15.713750+0000 mgr.a (mgr.14403) 5847 : cluster 0 pgmap v4361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:18.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:40:18.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:18.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:19.001 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:40:19.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:19.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:19.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:19.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:40:19.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:19 smithi079 bash[28699]: cluster 2023-12-07T19:40:17.714305+0000 mgr.a (mgr.14403) 5848 : cluster 0 pgmap v4362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:19.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:19 smithi194 bash[32038]: cluster 2023-12-07T19:40:17.714305+0000 mgr.a (mgr.14403) 5848 : cluster 0 pgmap v4362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:19 smithi135 bash[32435]: cluster 2023-12-07T19:40:17.714305+0000 mgr.a (mgr.14403) 5848 : cluster 0 pgmap v4362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:20 smithi079 bash[28699]: audit 2023-12-07T19:40:18.493216+0000 mgr.a (mgr.14403) 5849 : audit 0 from='client.126138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:20 smithi194 bash[32038]: audit 2023-12-07T19:40:18.493216+0000 mgr.a (mgr.14403) 5849 : audit 0 from='client.126138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:20.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:20 smithi135 bash[32435]: audit 2023-12-07T19:40:18.493216+0000 mgr.a (mgr.14403) 5849 : audit 0 from='client.126138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:21 smithi079 bash[28699]: cluster 2023-12-07T19:40:19.715275+0000 mgr.a (mgr.14403) 5850 : cluster 0 pgmap v4363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:21.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:21 smithi194 bash[32038]: cluster 2023-12-07T19:40:19.715275+0000 mgr.a (mgr.14403) 5850 : cluster 0 pgmap v4363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:21 smithi135 bash[32435]: cluster 2023-12-07T19:40:19.715275+0000 mgr.a (mgr.14403) 5850 : cluster 0 pgmap v4363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:23.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:23 smithi079 bash[28699]: cluster 2023-12-07T19:40:21.715773+0000 mgr.a (mgr.14403) 5851 : cluster 0 pgmap v4364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:23 smithi194 bash[32038]: cluster 2023-12-07T19:40:21.715773+0000 mgr.a (mgr.14403) 5851 : cluster 0 pgmap v4364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:23 smithi135 bash[32435]: cluster 2023-12-07T19:40:21.715773+0000 mgr.a (mgr.14403) 5851 : cluster 0 pgmap v4364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:24.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:40:24.005 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:24.005 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:24.938 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:40:24.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:24.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:24.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:24.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:40:25.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:25 smithi079 bash[28699]: cluster 2023-12-07T19:40:23.716490+0000 mgr.a (mgr.14403) 5852 : cluster 0 pgmap v4365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:25 smithi194 bash[32038]: cluster 2023-12-07T19:40:23.716490+0000 mgr.a (mgr.14403) 5852 : cluster 0 pgmap v4365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:25 smithi135 bash[32435]: cluster 2023-12-07T19:40:23.716490+0000 mgr.a (mgr.14403) 5852 : cluster 0 pgmap v4365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:26.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:26 smithi079 bash[28699]: audit 2023-12-07T19:40:24.412825+0000 mgr.a (mgr.14403) 5853 : audit 0 from='client.126216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:26 smithi194 bash[32038]: audit 2023-12-07T19:40:24.412825+0000 mgr.a (mgr.14403) 5853 : audit 0 from='client.126216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:26.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:26 smithi135 bash[32435]: audit 2023-12-07T19:40:24.412825+0000 mgr.a (mgr.14403) 5853 : audit 0 from='client.126216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:27 smithi079 bash[28699]: cluster 2023-12-07T19:40:25.717157+0000 mgr.a (mgr.14403) 5854 : cluster 0 pgmap v4366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:27 smithi194 bash[32038]: cluster 2023-12-07T19:40:25.717157+0000 mgr.a (mgr.14403) 5854 : cluster 0 pgmap v4366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:27 smithi135 bash[32435]: cluster 2023-12-07T19:40:25.717157+0000 mgr.a (mgr.14403) 5854 : cluster 0 pgmap v4366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:29.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:29 smithi079 bash[28699]: cluster 2023-12-07T19:40:27.717720+0000 mgr.a (mgr.14403) 5855 : cluster 0 pgmap v4367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:29 smithi194 bash[32038]: cluster 2023-12-07T19:40:27.717720+0000 mgr.a (mgr.14403) 5855 : cluster 0 pgmap v4367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:29 smithi135 bash[32435]: cluster 2023-12-07T19:40:27.717720+0000 mgr.a (mgr.14403) 5855 : cluster 0 pgmap v4367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:29.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:40:29.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:29.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:30.848 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:40:30.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:30.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:30.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:30.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:40:31.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:31 smithi079 bash[28699]: cluster 2023-12-07T19:40:29.718533+0000 mgr.a (mgr.14403) 5856 : cluster 0 pgmap v4368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:31.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:31 smithi194 bash[32038]: cluster 2023-12-07T19:40:29.718533+0000 mgr.a (mgr.14403) 5856 : cluster 0 pgmap v4368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:31 smithi135 bash[32435]: cluster 2023-12-07T19:40:29.718533+0000 mgr.a (mgr.14403) 5856 : cluster 0 pgmap v4368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:32 smithi079 bash[28699]: audit 2023-12-07T19:40:30.350326+0000 mgr.a (mgr.14403) 5857 : audit 0 from='client.126294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:32 smithi194 bash[32038]: audit 2023-12-07T19:40:30.350326+0000 mgr.a (mgr.14403) 5857 : audit 0 from='client.126294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:32 smithi135 bash[32435]: audit 2023-12-07T19:40:30.350326+0000 mgr.a (mgr.14403) 5857 : audit 0 from='client.126294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:33 smithi079 bash[28699]: cluster 2023-12-07T19:40:31.719247+0000 mgr.a (mgr.14403) 5858 : cluster 0 pgmap v4369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:33 smithi194 bash[32038]: cluster 2023-12-07T19:40:31.719247+0000 mgr.a (mgr.14403) 5858 : cluster 0 pgmap v4369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:33 smithi135 bash[32435]: cluster 2023-12-07T19:40:31.719247+0000 mgr.a (mgr.14403) 5858 : cluster 0 pgmap v4369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:35 smithi079 bash[28699]: cluster 2023-12-07T19:40:33.720014+0000 mgr.a (mgr.14403) 5859 : cluster 0 pgmap v4370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:35 smithi194 bash[32038]: cluster 2023-12-07T19:40:33.720014+0000 mgr.a (mgr.14403) 5859 : cluster 0 pgmap v4370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:35 smithi135 bash[32435]: cluster 2023-12-07T19:40:33.720014+0000 mgr.a (mgr.14403) 5859 : cluster 0 pgmap v4370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:35.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:40:35.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:35.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:36.765 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:40:36.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:36.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:36.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:36.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:40:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:37 smithi079 bash[28699]: cluster 2023-12-07T19:40:35.720580+0000 mgr.a (mgr.14403) 5860 : cluster 0 pgmap v4371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:37 smithi079 bash[28699]: audit 2023-12-07T19:40:36.261727+0000 mgr.a (mgr.14403) 5861 : audit 0 from='client.126369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:37 smithi194 bash[32038]: cluster 2023-12-07T19:40:35.720580+0000 mgr.a (mgr.14403) 5860 : cluster 0 pgmap v4371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:37 smithi194 bash[32038]: audit 2023-12-07T19:40:36.261727+0000 mgr.a (mgr.14403) 5861 : audit 0 from='client.126369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:37 smithi135 bash[32435]: cluster 2023-12-07T19:40:35.720580+0000 mgr.a (mgr.14403) 5860 : cluster 0 pgmap v4371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:37 smithi135 bash[32435]: audit 2023-12-07T19:40:36.261727+0000 mgr.a (mgr.14403) 5861 : audit 0 from='client.126369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:39.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:39 smithi194 bash[32038]: cluster 2023-12-07T19:40:37.721312+0000 mgr.a (mgr.14403) 5862 : cluster 0 pgmap v4372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:39 smithi135 bash[32435]: cluster 2023-12-07T19:40:37.721312+0000 mgr.a (mgr.14403) 5862 : cluster 0 pgmap v4372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:39 smithi079 bash[28699]: cluster 2023-12-07T19:40:37.721312+0000 mgr.a (mgr.14403) 5862 : cluster 0 pgmap v4372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:41.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:41 smithi194 bash[32038]: cluster 2023-12-07T19:40:39.722192+0000 mgr.a (mgr.14403) 5863 : cluster 0 pgmap v4373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:41 smithi194 bash[32038]: audit 2023-12-07T19:40:41.068034+0000 mon.a (mon.0) 1265 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:40:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:41 smithi135 bash[32435]: cluster 2023-12-07T19:40:39.722192+0000 mgr.a (mgr.14403) 5863 : cluster 0 pgmap v4373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:41 smithi135 bash[32435]: audit 2023-12-07T19:40:41.068034+0000 mon.a (mon.0) 1265 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:40:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:41 smithi079 bash[28699]: cluster 2023-12-07T19:40:39.722192+0000 mgr.a (mgr.14403) 5863 : cluster 0 pgmap v4373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:41 smithi079 bash[28699]: audit 2023-12-07T19:40:41.068034+0000 mon.a (mon.0) 1265 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:40:41.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:40:41.769 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:41.769 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:42.632 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:40:42.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:42.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:42.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:42.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:40:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:43 smithi194 bash[32038]: cluster 2023-12-07T19:40:41.722806+0000 mgr.a (mgr.14403) 5864 : cluster 0 pgmap v4374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:43 smithi194 bash[32038]: audit 2023-12-07T19:40:42.156208+0000 mgr.a (mgr.14403) 5865 : audit 0 from='client.126447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:43 smithi135 bash[32435]: cluster 2023-12-07T19:40:41.722806+0000 mgr.a (mgr.14403) 5864 : cluster 0 pgmap v4374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:43 smithi135 bash[32435]: audit 2023-12-07T19:40:42.156208+0000 mgr.a (mgr.14403) 5865 : audit 0 from='client.126447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:43 smithi079 bash[28699]: cluster 2023-12-07T19:40:41.722806+0000 mgr.a (mgr.14403) 5864 : cluster 0 pgmap v4374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:43 smithi079 bash[28699]: audit 2023-12-07T19:40:42.156208+0000 mgr.a (mgr.14403) 5865 : audit 0 from='client.126447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:45 smithi194 bash[32038]: cluster 2023-12-07T19:40:43.723738+0000 mgr.a (mgr.14403) 5866 : cluster 0 pgmap v4375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:45 smithi135 bash[32435]: cluster 2023-12-07T19:40:43.723738+0000 mgr.a (mgr.14403) 5866 : cluster 0 pgmap v4375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:45 smithi079 bash[28699]: cluster 2023-12-07T19:40:43.723738+0000 mgr.a (mgr.14403) 5866 : cluster 0 pgmap v4375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:40:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:47 smithi194 bash[32038]: cluster 2023-12-07T19:40:45.724315+0000 mgr.a (mgr.14403) 5867 : cluster 0 pgmap v4376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:47 smithi194 bash[32038]: audit 2023-12-07T19:40:46.428048+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:47 smithi194 bash[32038]: audit 2023-12-07T19:40:46.434751+0000 mon.a (mon.0) 1267 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:47 smithi194 bash[32038]: audit 2023-12-07T19:40:46.440759+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:47 smithi194 bash[32038]: audit 2023-12-07T19:40:46.444753+0000 mon.a (mon.0) 1269 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:47 smithi194 bash[32038]: audit 2023-12-07T19:40:46.481434+0000 mon.a (mon.0) 1270 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:47 smithi194 bash[32038]: audit 2023-12-07T19:40:46.486693+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:47 smithi135 bash[32435]: cluster 2023-12-07T19:40:45.724315+0000 mgr.a (mgr.14403) 5867 : cluster 0 pgmap v4376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:47 smithi135 bash[32435]: audit 2023-12-07T19:40:46.428048+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:47 smithi135 bash[32435]: audit 2023-12-07T19:40:46.434751+0000 mon.a (mon.0) 1267 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:47 smithi135 bash[32435]: audit 2023-12-07T19:40:46.440759+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:47 smithi135 bash[32435]: audit 2023-12-07T19:40:46.444753+0000 mon.a (mon.0) 1269 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:47 smithi135 bash[32435]: audit 2023-12-07T19:40:46.481434+0000 mon.a (mon.0) 1270 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:47 smithi135 bash[32435]: audit 2023-12-07T19:40:46.486693+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:40:47.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:47.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:47 smithi079 bash[28699]: cluster 2023-12-07T19:40:45.724315+0000 mgr.a (mgr.14403) 5867 : cluster 0 pgmap v4376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:47 smithi079 bash[28699]: audit 2023-12-07T19:40:46.428048+0000 mon.a (mon.0) 1266 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:47 smithi079 bash[28699]: audit 2023-12-07T19:40:46.434751+0000 mon.a (mon.0) 1267 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:47 smithi079 bash[28699]: audit 2023-12-07T19:40:46.440759+0000 mon.a (mon.0) 1268 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:47 smithi079 bash[28699]: audit 2023-12-07T19:40:46.444753+0000 mon.a (mon.0) 1269 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:47 smithi079 bash[28699]: audit 2023-12-07T19:40:46.481434+0000 mon.a (mon.0) 1270 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:47 smithi079 bash[28699]: audit 2023-12-07T19:40:46.486693+0000 mon.a (mon.0) 1271 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:48 smithi194 bash[32038]: audit 2023-12-07T19:40:47.173014+0000 mon.a (mon.0) 1272 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:40:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:48 smithi194 bash[32038]: audit 2023-12-07T19:40:47.174433+0000 mon.a (mon.0) 1273 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:40:48.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:48 smithi194 bash[32038]: audit 2023-12-07T19:40:47.182682+0000 mon.a (mon.0) 1274 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:48 smithi135 bash[32435]: audit 2023-12-07T19:40:47.173014+0000 mon.a (mon.0) 1272 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:40:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:48 smithi135 bash[32435]: audit 2023-12-07T19:40:47.174433+0000 mon.a (mon.0) 1273 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:40:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:48 smithi135 bash[32435]: audit 2023-12-07T19:40:47.182682+0000 mon.a (mon.0) 1274 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:48.494 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:40:48.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:48.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:48.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:48.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:40:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:48 smithi079 bash[28699]: audit 2023-12-07T19:40:47.173014+0000 mon.a (mon.0) 1272 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:40:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:48 smithi079 bash[28699]: audit 2023-12-07T19:40:47.174433+0000 mon.a (mon.0) 1273 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:40:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:48 smithi079 bash[28699]: audit 2023-12-07T19:40:47.182682+0000 mon.a (mon.0) 1274 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:40:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:49 smithi194 bash[32038]: cluster 2023-12-07T19:40:47.724873+0000 mgr.a (mgr.14403) 5868 : cluster 0 pgmap v4377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:49 smithi194 bash[32038]: audit 2023-12-07T19:40:48.015735+0000 mgr.a (mgr.14403) 5869 : audit 0 from='client.126522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:49 smithi135 bash[32435]: cluster 2023-12-07T19:40:47.724873+0000 mgr.a (mgr.14403) 5868 : cluster 0 pgmap v4377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:49 smithi135 bash[32435]: audit 2023-12-07T19:40:48.015735+0000 mgr.a (mgr.14403) 5869 : audit 0 from='client.126522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:49 smithi079 bash[28699]: cluster 2023-12-07T19:40:47.724873+0000 mgr.a (mgr.14403) 5868 : cluster 0 pgmap v4377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:49 smithi079 bash[28699]: audit 2023-12-07T19:40:48.015735+0000 mgr.a (mgr.14403) 5869 : audit 0 from='client.126522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:51 smithi194 bash[32038]: cluster 2023-12-07T19:40:49.725768+0000 mgr.a (mgr.14403) 5870 : cluster 0 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-07T19:40:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:51 smithi135 bash[32435]: cluster 2023-12-07T19:40:49.725768+0000 mgr.a (mgr.14403) 5870 : cluster 0 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-07T19:40:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:51 smithi079 bash[28699]: cluster 2023-12-07T19:40:49.725768+0000 mgr.a (mgr.14403) 5870 : cluster 0 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-07T19:40:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:53 smithi194 bash[32038]: cluster 2023-12-07T19:40:51.726326+0000 mgr.a (mgr.14403) 5871 : cluster 0 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-07T19:40:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:53 smithi135 bash[32435]: cluster 2023-12-07T19:40:51.726326+0000 mgr.a (mgr.14403) 5871 : cluster 0 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-07T19:40:53.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:40:53.498 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:53.498 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:53 smithi079 bash[28699]: cluster 2023-12-07T19:40:51.726326+0000 mgr.a (mgr.14403) 5871 : cluster 0 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-07T19:40:54.374 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:40:54.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:40:54.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:40:54.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:40:54.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:40:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:55 smithi194 bash[32038]: cluster 2023-12-07T19:40:53.727078+0000 mgr.a (mgr.14403) 5872 : cluster 0 pgmap v4380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:55 smithi194 bash[32038]: audit 2023-12-07T19:40:53.891172+0000 mgr.a (mgr.14403) 5873 : audit 0 from='client.126597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:55 smithi135 bash[32435]: cluster 2023-12-07T19:40:53.727078+0000 mgr.a (mgr.14403) 5872 : cluster 0 pgmap v4380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:55 smithi135 bash[32435]: audit 2023-12-07T19:40:53.891172+0000 mgr.a (mgr.14403) 5873 : audit 0 from='client.126597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:55 smithi079 bash[28699]: cluster 2023-12-07T19:40:53.727078+0000 mgr.a (mgr.14403) 5872 : cluster 0 pgmap v4380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:40:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:55 smithi079 bash[28699]: audit 2023-12-07T19:40:53.891172+0000 mgr.a (mgr.14403) 5873 : audit 0 from='client.126597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:40:57.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:57 smithi194 bash[32038]: cluster 2023-12-07T19:40:55.727791+0000 mgr.a (mgr.14403) 5874 : cluster 0 pgmap v4381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:57 smithi135 bash[32435]: cluster 2023-12-07T19:40:55.727791+0000 mgr.a (mgr.14403) 5874 : cluster 0 pgmap v4381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:57 smithi079 bash[28699]: cluster 2023-12-07T19:40:55.727791+0000 mgr.a (mgr.14403) 5874 : cluster 0 pgmap v4381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:59.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:40:59.377 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:40:59.377 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:40:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:40:59 smithi135 bash[32435]: cluster 2023-12-07T19:40:57.728520+0000 mgr.a (mgr.14403) 5875 : cluster 0 pgmap v4382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:40:59 smithi079 bash[28699]: cluster 2023-12-07T19:40:57.728520+0000 mgr.a (mgr.14403) 5875 : cluster 0 pgmap v4382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:40:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:40:59 smithi194 bash[32038]: cluster 2023-12-07T19:40:57.728520+0000 mgr.a (mgr.14403) 5875 : cluster 0 pgmap v4382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:00.271 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:41:00.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:00.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:00.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:00.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:41:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:01 smithi079 bash[28699]: cluster 2023-12-07T19:40:59.729446+0000 mgr.a (mgr.14403) 5876 : cluster 0 pgmap v4383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:01 smithi079 bash[28699]: audit 2023-12-07T19:40:59.768850+0000 mgr.a (mgr.14403) 5877 : audit 0 from='client.126669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:01 smithi194 bash[32038]: cluster 2023-12-07T19:40:59.729446+0000 mgr.a (mgr.14403) 5876 : cluster 0 pgmap v4383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:01 smithi194 bash[32038]: audit 2023-12-07T19:40:59.768850+0000 mgr.a (mgr.14403) 5877 : audit 0 from='client.126669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:01 smithi135 bash[32435]: cluster 2023-12-07T19:40:59.729446+0000 mgr.a (mgr.14403) 5876 : cluster 0 pgmap v4383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:01 smithi135 bash[32435]: audit 2023-12-07T19:40:59.768850+0000 mgr.a (mgr.14403) 5877 : audit 0 from='client.126669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:03 smithi079 bash[28699]: cluster 2023-12-07T19:41:01.730172+0000 mgr.a (mgr.14403) 5878 : cluster 0 pgmap v4384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:03 smithi194 bash[32038]: cluster 2023-12-07T19:41:01.730172+0000 mgr.a (mgr.14403) 5878 : cluster 0 pgmap v4384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:03 smithi135 bash[32435]: cluster 2023-12-07T19:41:01.730172+0000 mgr.a (mgr.14403) 5878 : cluster 0 pgmap v4384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:05.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:41:05.274 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:05.275 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:05 smithi079 bash[28699]: cluster 2023-12-07T19:41:03.731012+0000 mgr.a (mgr.14403) 5879 : cluster 0 pgmap v4385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:05 smithi194 bash[32038]: cluster 2023-12-07T19:41:03.731012+0000 mgr.a (mgr.14403) 5879 : cluster 0 pgmap v4385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:05 smithi135 bash[32435]: cluster 2023-12-07T19:41:03.731012+0000 mgr.a (mgr.14403) 5879 : cluster 0 pgmap v4385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:06.172 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:41:06.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:06.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:06.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:06.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:41:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:07 smithi079 bash[28699]: audit 2023-12-07T19:41:05.671827+0000 mgr.a (mgr.14403) 5880 : audit 0 from='client.126747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:07 smithi079 bash[28699]: cluster 2023-12-07T19:41:05.731394+0000 mgr.a (mgr.14403) 5881 : cluster 0 pgmap v4386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:07 smithi194 bash[32038]: audit 2023-12-07T19:41:05.671827+0000 mgr.a (mgr.14403) 5880 : audit 0 from='client.126747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:07.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:07 smithi194 bash[32038]: cluster 2023-12-07T19:41:05.731394+0000 mgr.a (mgr.14403) 5881 : cluster 0 pgmap v4386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:07 smithi135 bash[32435]: audit 2023-12-07T19:41:05.671827+0000 mgr.a (mgr.14403) 5880 : audit 0 from='client.126747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:07 smithi135 bash[32435]: cluster 2023-12-07T19:41:05.731394+0000 mgr.a (mgr.14403) 5881 : cluster 0 pgmap v4386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:09 smithi079 bash[28699]: cluster 2023-12-07T19:41:07.731959+0000 mgr.a (mgr.14403) 5882 : cluster 0 pgmap v4387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:09 smithi194 bash[32038]: cluster 2023-12-07T19:41:07.731959+0000 mgr.a (mgr.14403) 5882 : cluster 0 pgmap v4387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:09 smithi135 bash[32435]: cluster 2023-12-07T19:41:07.731959+0000 mgr.a (mgr.14403) 5882 : cluster 0 pgmap v4387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:11.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:41:11.176 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:11.176 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:11 smithi079 bash[28699]: cluster 2023-12-07T19:41:09.732792+0000 mgr.a (mgr.14403) 5883 : cluster 0 pgmap v4388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:11 smithi194 bash[32038]: cluster 2023-12-07T19:41:09.732792+0000 mgr.a (mgr.14403) 5883 : cluster 0 pgmap v4388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:11 smithi135 bash[32435]: cluster 2023-12-07T19:41:09.732792+0000 mgr.a (mgr.14403) 5883 : cluster 0 pgmap v4388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:12.100 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:41:12.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:12.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:12.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:12.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:41:13.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:13 smithi079 bash[28699]: audit 2023-12-07T19:41:11.595188+0000 mgr.a (mgr.14403) 5884 : audit 0 from='client.126825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:13.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:13 smithi079 bash[28699]: cluster 2023-12-07T19:41:11.738053+0000 mgr.a (mgr.14403) 5885 : cluster 0 pgmap v4389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:13 smithi194 bash[32038]: audit 2023-12-07T19:41:11.595188+0000 mgr.a (mgr.14403) 5884 : audit 0 from='client.126825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:13 smithi194 bash[32038]: cluster 2023-12-07T19:41:11.738053+0000 mgr.a (mgr.14403) 5885 : cluster 0 pgmap v4389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:13 smithi135 bash[32435]: audit 2023-12-07T19:41:11.595188+0000 mgr.a (mgr.14403) 5884 : audit 0 from='client.126825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:13 smithi135 bash[32435]: cluster 2023-12-07T19:41:11.738053+0000 mgr.a (mgr.14403) 5885 : cluster 0 pgmap v4389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:15 smithi079 bash[28699]: cluster 2023-12-07T19:41:13.739213+0000 mgr.a (mgr.14403) 5886 : cluster 0 pgmap v4390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:15 smithi194 bash[32038]: cluster 2023-12-07T19:41:13.739213+0000 mgr.a (mgr.14403) 5886 : cluster 0 pgmap v4390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:15 smithi135 bash[32435]: cluster 2023-12-07T19:41:13.739213+0000 mgr.a (mgr.14403) 5886 : cluster 0 pgmap v4390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:17.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:41:17.104 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:17.105 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:17 smithi079 bash[28699]: cluster 2023-12-07T19:41:15.739755+0000 mgr.a (mgr.14403) 5887 : cluster 0 pgmap v4391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:17 smithi194 bash[32038]: cluster 2023-12-07T19:41:15.739755+0000 mgr.a (mgr.14403) 5887 : cluster 0 pgmap v4391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:17 smithi135 bash[32435]: cluster 2023-12-07T19:41:15.739755+0000 mgr.a (mgr.14403) 5887 : cluster 0 pgmap v4391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:18.005 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:41:18.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:18.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:18.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:18.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:41:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:19 smithi079 bash[28699]: audit 2023-12-07T19:41:17.506564+0000 mgr.a (mgr.14403) 5888 : audit 0 from='client.126900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:19 smithi079 bash[28699]: cluster 2023-12-07T19:41:17.740287+0000 mgr.a (mgr.14403) 5889 : cluster 0 pgmap v4392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:19 smithi194 bash[32038]: audit 2023-12-07T19:41:17.506564+0000 mgr.a (mgr.14403) 5888 : audit 0 from='client.126900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:19 smithi194 bash[32038]: cluster 2023-12-07T19:41:17.740287+0000 mgr.a (mgr.14403) 5889 : cluster 0 pgmap v4392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:19 smithi135 bash[32435]: audit 2023-12-07T19:41:17.506564+0000 mgr.a (mgr.14403) 5888 : audit 0 from='client.126900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:19 smithi135 bash[32435]: cluster 2023-12-07T19:41:17.740287+0000 mgr.a (mgr.14403) 5889 : cluster 0 pgmap v4392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:21 smithi079 bash[28699]: cluster 2023-12-07T19:41:19.741149+0000 mgr.a (mgr.14403) 5890 : cluster 0 pgmap v4393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:21 smithi194 bash[32038]: cluster 2023-12-07T19:41:19.741149+0000 mgr.a (mgr.14403) 5890 : cluster 0 pgmap v4393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:21 smithi135 bash[32435]: cluster 2023-12-07T19:41:19.741149+0000 mgr.a (mgr.14403) 5890 : cluster 0 pgmap v4393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:23.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:41:23.009 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:23.009 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:23 smithi079 bash[28699]: cluster 2023-12-07T19:41:21.741702+0000 mgr.a (mgr.14403) 5891 : cluster 0 pgmap v4394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:23 smithi194 bash[32038]: cluster 2023-12-07T19:41:21.741702+0000 mgr.a (mgr.14403) 5891 : cluster 0 pgmap v4394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:23 smithi135 bash[32435]: cluster 2023-12-07T19:41:21.741702+0000 mgr.a (mgr.14403) 5891 : cluster 0 pgmap v4394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:23.899 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:41:23.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:23.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:23.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:23.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:41:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:25 smithi079 bash[28699]: audit 2023-12-07T19:41:23.415746+0000 mgr.a (mgr.14403) 5892 : audit 0 from='client.126969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:25 smithi079 bash[28699]: cluster 2023-12-07T19:41:23.742595+0000 mgr.a (mgr.14403) 5893 : cluster 0 pgmap v4395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:41:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:25 smithi194 bash[32038]: audit 2023-12-07T19:41:23.415746+0000 mgr.a (mgr.14403) 5892 : audit 0 from='client.126969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:25 smithi194 bash[32038]: cluster 2023-12-07T19:41:23.742595+0000 mgr.a (mgr.14403) 5893 : cluster 0 pgmap v4395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:41:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:25 smithi135 bash[32435]: audit 2023-12-07T19:41:23.415746+0000 mgr.a (mgr.14403) 5892 : audit 0 from='client.126969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:25 smithi135 bash[32435]: cluster 2023-12-07T19:41:23.742595+0000 mgr.a (mgr.14403) 5893 : cluster 0 pgmap v4395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:41:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:27 smithi079 bash[28699]: cluster 2023-12-07T19:41:25.743244+0000 mgr.a (mgr.14403) 5894 : cluster 0 pgmap v4396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:41:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:27 smithi194 bash[32038]: cluster 2023-12-07T19:41:25.743244+0000 mgr.a (mgr.14403) 5894 : cluster 0 pgmap v4396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:41:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:27 smithi135 bash[32435]: cluster 2023-12-07T19:41:25.743244+0000 mgr.a (mgr.14403) 5894 : cluster 0 pgmap v4396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:41:28.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:41:28.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:28.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:29 smithi079 bash[28699]: cluster 2023-12-07T19:41:27.743814+0000 mgr.a (mgr.14403) 5895 : cluster 0 pgmap v4397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:41:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:29 smithi194 bash[32038]: cluster 2023-12-07T19:41:27.743814+0000 mgr.a (mgr.14403) 5895 : cluster 0 pgmap v4397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:41:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:29 smithi135 bash[32435]: cluster 2023-12-07T19:41:27.743814+0000 mgr.a (mgr.14403) 5895 : cluster 0 pgmap v4397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:41:29.808 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:41:29.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:29.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:29.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:29.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:41:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:31 smithi079 bash[28699]: audit 2023-12-07T19:41:29.309208+0000 mgr.a (mgr.14403) 5896 : audit 0 from='client.127044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:31.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:31 smithi079 bash[28699]: cluster 2023-12-07T19:41:29.745047+0000 mgr.a (mgr.14403) 5897 : cluster 0 pgmap v4398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:31 smithi194 bash[32038]: audit 2023-12-07T19:41:29.309208+0000 mgr.a (mgr.14403) 5896 : audit 0 from='client.127044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:31 smithi194 bash[32038]: cluster 2023-12-07T19:41:29.745047+0000 mgr.a (mgr.14403) 5897 : cluster 0 pgmap v4398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:31 smithi135 bash[32435]: audit 2023-12-07T19:41:29.309208+0000 mgr.a (mgr.14403) 5896 : audit 0 from='client.127044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:31 smithi135 bash[32435]: cluster 2023-12-07T19:41:29.745047+0000 mgr.a (mgr.14403) 5897 : cluster 0 pgmap v4398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:33 smithi079 bash[28699]: cluster 2023-12-07T19:41:31.745664+0000 mgr.a (mgr.14403) 5898 : cluster 0 pgmap v4399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:33 smithi194 bash[32038]: cluster 2023-12-07T19:41:31.745664+0000 mgr.a (mgr.14403) 5898 : cluster 0 pgmap v4399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:33 smithi135 bash[32435]: cluster 2023-12-07T19:41:31.745664+0000 mgr.a (mgr.14403) 5898 : cluster 0 pgmap v4399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:41:34.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:41:34.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:34.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:35 smithi079 bash[28699]: cluster 2023-12-07T19:41:33.746410+0000 mgr.a (mgr.14403) 5899 : cluster 0 pgmap v4400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:35.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:35.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:35.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:35.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:41:35.702 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:41:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:35 smithi194 bash[32038]: cluster 2023-12-07T19:41:33.746410+0000 mgr.a (mgr.14403) 5899 : cluster 0 pgmap v4400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:35 smithi135 bash[32435]: cluster 2023-12-07T19:41:33.746410+0000 mgr.a (mgr.14403) 5899 : cluster 0 pgmap v4400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:36 smithi079 bash[28699]: audit 2023-12-07T19:41:35.215232+0000 mgr.a (mgr.14403) 5900 : audit 0 from='client.127119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:36 smithi194 bash[32038]: audit 2023-12-07T19:41:35.215232+0000 mgr.a (mgr.14403) 5900 : audit 0 from='client.127119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:36 smithi135 bash[32435]: audit 2023-12-07T19:41:35.215232+0000 mgr.a (mgr.14403) 5900 : audit 0 from='client.127119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:37 smithi079 bash[28699]: cluster 2023-12-07T19:41:35.747239+0000 mgr.a (mgr.14403) 5901 : cluster 0 pgmap v4401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:41:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:37 smithi194 bash[32038]: cluster 2023-12-07T19:41:35.747239+0000 mgr.a (mgr.14403) 5901 : cluster 0 pgmap v4401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:41:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:37 smithi135 bash[32435]: cluster 2023-12-07T19:41:35.747239+0000 mgr.a (mgr.14403) 5901 : cluster 0 pgmap v4401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:41:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:38 smithi079 bash[28699]: cluster 2023-12-07T19:41:37.747876+0000 mgr.a (mgr.14403) 5902 : cluster 0 pgmap v4402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:41:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:38 smithi194 bash[32038]: cluster 2023-12-07T19:41:37.747876+0000 mgr.a (mgr.14403) 5902 : cluster 0 pgmap v4402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:41:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:38 smithi135 bash[32435]: cluster 2023-12-07T19:41:37.747876+0000 mgr.a (mgr.14403) 5902 : cluster 0 pgmap v4402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:41:40.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:41:40.705 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:40.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:40 smithi079 bash[28699]: cluster 2023-12-07T19:41:39.748602+0000 mgr.a (mgr.14403) 5903 : cluster 0 pgmap v4403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:41:41.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:40 smithi194 bash[32038]: cluster 2023-12-07T19:41:39.748602+0000 mgr.a (mgr.14403) 5903 : cluster 0 pgmap v4403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:41:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:40 smithi135 bash[32435]: cluster 2023-12-07T19:41:39.748602+0000 mgr.a (mgr.14403) 5903 : cluster 0 pgmap v4403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:41:41.638 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:41:41.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:41.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:41.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:41.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:41:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:42 smithi079 bash[28699]: audit 2023-12-07T19:41:41.117341+0000 mgr.a (mgr.14403) 5904 : audit 0 from='client.127194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:42 smithi194 bash[32038]: audit 2023-12-07T19:41:41.117341+0000 mgr.a (mgr.14403) 5904 : audit 0 from='client.127194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:42 smithi135 bash[32435]: audit 2023-12-07T19:41:41.117341+0000 mgr.a (mgr.14403) 5904 : audit 0 from='client.127194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:43 smithi079 bash[28699]: cluster 2023-12-07T19:41:41.749339+0000 mgr.a (mgr.14403) 5905 : cluster 0 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-07T19:41:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:43 smithi194 bash[32038]: cluster 2023-12-07T19:41:41.749339+0000 mgr.a (mgr.14403) 5905 : cluster 0 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-07T19:41:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:43 smithi135 bash[32435]: cluster 2023-12-07T19:41:41.749339+0000 mgr.a (mgr.14403) 5905 : cluster 0 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-07T19:41:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:45 smithi079 bash[28699]: cluster 2023-12-07T19:41:43.750154+0000 mgr.a (mgr.14403) 5906 : cluster 0 pgmap v4405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:45 smithi194 bash[32038]: cluster 2023-12-07T19:41:43.750154+0000 mgr.a (mgr.14403) 5906 : cluster 0 pgmap v4405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:45 smithi135 bash[32435]: cluster 2023-12-07T19:41:43.750154+0000 mgr.a (mgr.14403) 5906 : cluster 0 pgmap v4405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:46.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:41:46.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:46.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:47.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:47 smithi079 bash[28699]: cluster 2023-12-07T19:41:45.750754+0000 mgr.a (mgr.14403) 5907 : cluster 0 pgmap v4406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:47 smithi194 bash[32038]: cluster 2023-12-07T19:41:45.750754+0000 mgr.a (mgr.14403) 5907 : cluster 0 pgmap v4406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:47 smithi135 bash[32435]: cluster 2023-12-07T19:41:45.750754+0000 mgr.a (mgr.14403) 5907 : cluster 0 pgmap v4406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:47.546 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:41:47.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:47.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:47.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:47.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:41:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:48 smithi079 bash[28699]: audit 2023-12-07T19:41:47.048077+0000 mgr.a (mgr.14403) 5908 : audit 0 from='client.127272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:48.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:48 smithi079 bash[28699]: audit 2023-12-07T19:41:47.285366+0000 mon.a (mon.0) 1275 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:41:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:48 smithi194 bash[32038]: audit 2023-12-07T19:41:47.048077+0000 mgr.a (mgr.14403) 5908 : audit 0 from='client.127272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:48 smithi194 bash[32038]: audit 2023-12-07T19:41:47.285366+0000 mon.a (mon.0) 1275 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:41:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:48 smithi135 bash[32435]: audit 2023-12-07T19:41:47.048077+0000 mgr.a (mgr.14403) 5908 : audit 0 from='client.127272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:48 smithi135 bash[32435]: audit 2023-12-07T19:41:47.285366+0000 mon.a (mon.0) 1275 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:41:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:49 smithi079 bash[28699]: cluster 2023-12-07T19:41:47.751643+0000 mgr.a (mgr.14403) 5909 : cluster 0 pgmap v4407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:49 smithi079 bash[28699]: audit 2023-12-07T19:41:48.086626+0000 mon.a (mon.0) 1276 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:41:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:49 smithi079 bash[28699]: audit 2023-12-07T19:41:48.088504+0000 mon.a (mon.0) 1277 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:41:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:49 smithi079 bash[28699]: audit 2023-12-07T19:41:48.097250+0000 mon.a (mon.0) 1278 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:41:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:49 smithi194 bash[32038]: cluster 2023-12-07T19:41:47.751643+0000 mgr.a (mgr.14403) 5909 : cluster 0 pgmap v4407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:49 smithi194 bash[32038]: audit 2023-12-07T19:41:48.086626+0000 mon.a (mon.0) 1276 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:41:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:49 smithi194 bash[32038]: audit 2023-12-07T19:41:48.088504+0000 mon.a (mon.0) 1277 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:41:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:49 smithi194 bash[32038]: audit 2023-12-07T19:41:48.097250+0000 mon.a (mon.0) 1278 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:41:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:49 smithi135 bash[32435]: cluster 2023-12-07T19:41:47.751643+0000 mgr.a (mgr.14403) 5909 : cluster 0 pgmap v4407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:49 smithi135 bash[32435]: audit 2023-12-07T19:41:48.086626+0000 mon.a (mon.0) 1276 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:41:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:49 smithi135 bash[32435]: audit 2023-12-07T19:41:48.088504+0000 mon.a (mon.0) 1277 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:41:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:49 smithi135 bash[32435]: audit 2023-12-07T19:41:48.097250+0000 mon.a (mon.0) 1278 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:41:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:51 smithi079 bash[28699]: cluster 2023-12-07T19:41:49.752525+0000 mgr.a (mgr.14403) 5910 : cluster 0 pgmap v4408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:51 smithi194 bash[32038]: cluster 2023-12-07T19:41:49.752525+0000 mgr.a (mgr.14403) 5910 : cluster 0 pgmap v4408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:51 smithi135 bash[32435]: cluster 2023-12-07T19:41:49.752525+0000 mgr.a (mgr.14403) 5910 : cluster 0 pgmap v4408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:52.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:41:52.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:52.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:53 smithi079 bash[28699]: cluster 2023-12-07T19:41:51.753131+0000 mgr.a (mgr.14403) 5911 : cluster 0 pgmap v4409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:53.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:53.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:53.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:53.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:41:53.454 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:41:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:53 smithi194 bash[32038]: cluster 2023-12-07T19:41:51.753131+0000 mgr.a (mgr.14403) 5911 : cluster 0 pgmap v4409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:53 smithi135 bash[32435]: cluster 2023-12-07T19:41:51.753131+0000 mgr.a (mgr.14403) 5911 : cluster 0 pgmap v4409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:54 smithi079 bash[28699]: audit 2023-12-07T19:41:52.957788+0000 mgr.a (mgr.14403) 5912 : audit 0 from='client.127347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:54 smithi194 bash[32038]: audit 2023-12-07T19:41:52.957788+0000 mgr.a (mgr.14403) 5912 : audit 0 from='client.127347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:54 smithi135 bash[32435]: audit 2023-12-07T19:41:52.957788+0000 mgr.a (mgr.14403) 5912 : audit 0 from='client.127347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:41:55.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:55 smithi079 bash[28699]: cluster 2023-12-07T19:41:53.754017+0000 mgr.a (mgr.14403) 5913 : cluster 0 pgmap v4410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:55 smithi194 bash[32038]: cluster 2023-12-07T19:41:53.754017+0000 mgr.a (mgr.14403) 5913 : cluster 0 pgmap v4410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:55 smithi135 bash[32435]: cluster 2023-12-07T19:41:53.754017+0000 mgr.a (mgr.14403) 5913 : cluster 0 pgmap v4410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:41:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:57 smithi079 bash[28699]: cluster 2023-12-07T19:41:55.754568+0000 mgr.a (mgr.14403) 5914 : cluster 0 pgmap v4411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:57.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:57 smithi194 bash[32038]: cluster 2023-12-07T19:41:55.754568+0000 mgr.a (mgr.14403) 5914 : cluster 0 pgmap v4411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:57 smithi135 bash[32435]: cluster 2023-12-07T19:41:55.754568+0000 mgr.a (mgr.14403) 5914 : cluster 0 pgmap v4411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:58.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:41:58.457 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:41:58.457 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:41:59.358 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:41:59.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:41:59.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:41:59.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:41:59.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:41:59.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:41:59 smithi079 bash[28699]: cluster 2023-12-07T19:41:57.755153+0000 mgr.a (mgr.14403) 5915 : cluster 0 pgmap v4412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:41:59 smithi194 bash[32038]: cluster 2023-12-07T19:41:57.755153+0000 mgr.a (mgr.14403) 5915 : cluster 0 pgmap v4412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:41:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:41:59 smithi135 bash[32435]: cluster 2023-12-07T19:41:57.755153+0000 mgr.a (mgr.14403) 5915 : cluster 0 pgmap v4412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:00.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:00 smithi079 bash[28699]: audit 2023-12-07T19:41:58.853290+0000 mgr.a (mgr.14403) 5916 : audit 0 from='client.127422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:00 smithi194 bash[32038]: audit 2023-12-07T19:41:58.853290+0000 mgr.a (mgr.14403) 5916 : audit 0 from='client.127422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:00 smithi135 bash[32435]: audit 2023-12-07T19:41:58.853290+0000 mgr.a (mgr.14403) 5916 : audit 0 from='client.127422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:01.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:01 smithi079 bash[28699]: cluster 2023-12-07T19:41:59.756190+0000 mgr.a (mgr.14403) 5917 : cluster 0 pgmap v4413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:01 smithi194 bash[32038]: cluster 2023-12-07T19:41:59.756190+0000 mgr.a (mgr.14403) 5917 : cluster 0 pgmap v4413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:01 smithi135 bash[32435]: cluster 2023-12-07T19:41:59.756190+0000 mgr.a (mgr.14403) 5917 : cluster 0 pgmap v4413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:03 smithi079 bash[28699]: cluster 2023-12-07T19:42:01.756774+0000 mgr.a (mgr.14403) 5918 : cluster 0 pgmap v4414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:03 smithi194 bash[32038]: cluster 2023-12-07T19:42:01.756774+0000 mgr.a (mgr.14403) 5918 : cluster 0 pgmap v4414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:03 smithi135 bash[32435]: cluster 2023-12-07T19:42:01.756774+0000 mgr.a (mgr.14403) 5918 : cluster 0 pgmap v4414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:04.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:42:04.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:04.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:05.253 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:42:05.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:05.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:05.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:05.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:42:05.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:05 smithi079 bash[28699]: cluster 2023-12-07T19:42:03.757447+0000 mgr.a (mgr.14403) 5919 : cluster 0 pgmap v4415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:05 smithi194 bash[32038]: cluster 2023-12-07T19:42:03.757447+0000 mgr.a (mgr.14403) 5919 : cluster 0 pgmap v4415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:05 smithi135 bash[32435]: cluster 2023-12-07T19:42:03.757447+0000 mgr.a (mgr.14403) 5919 : cluster 0 pgmap v4415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:06 smithi079 bash[28699]: audit 2023-12-07T19:42:04.763699+0000 mgr.a (mgr.14403) 5920 : audit 0 from='client.127497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:06 smithi194 bash[32038]: audit 2023-12-07T19:42:04.763699+0000 mgr.a (mgr.14403) 5920 : audit 0 from='client.127497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:06.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:06 smithi135 bash[32435]: audit 2023-12-07T19:42:04.763699+0000 mgr.a (mgr.14403) 5920 : audit 0 from='client.127497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:07.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:07 smithi079 bash[28699]: cluster 2023-12-07T19:42:05.758298+0000 mgr.a (mgr.14403) 5921 : cluster 0 pgmap v4416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:07 smithi194 bash[32038]: cluster 2023-12-07T19:42:05.758298+0000 mgr.a (mgr.14403) 5921 : cluster 0 pgmap v4416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:07 smithi135 bash[32435]: cluster 2023-12-07T19:42:05.758298+0000 mgr.a (mgr.14403) 5921 : cluster 0 pgmap v4416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:09.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:09 smithi079 bash[28699]: cluster 2023-12-07T19:42:07.758900+0000 mgr.a (mgr.14403) 5922 : cluster 0 pgmap v4417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:09.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:09 smithi194 bash[32038]: cluster 2023-12-07T19:42:07.758900+0000 mgr.a (mgr.14403) 5922 : cluster 0 pgmap v4417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:09 smithi135 bash[32435]: cluster 2023-12-07T19:42:07.758900+0000 mgr.a (mgr.14403) 5922 : cluster 0 pgmap v4417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:10.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:42:10.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:10.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:11.155 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:42:11.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:11.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:11.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:11.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:42:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:11 smithi079 bash[28699]: cluster 2023-12-07T19:42:09.759671+0000 mgr.a (mgr.14403) 5923 : cluster 0 pgmap v4418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:11 smithi194 bash[32038]: cluster 2023-12-07T19:42:09.759671+0000 mgr.a (mgr.14403) 5923 : cluster 0 pgmap v4418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:11 smithi135 bash[32435]: cluster 2023-12-07T19:42:09.759671+0000 mgr.a (mgr.14403) 5923 : cluster 0 pgmap v4418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:12 smithi194 bash[32038]: audit 2023-12-07T19:42:10.659388+0000 mgr.a (mgr.14403) 5924 : audit 0 from='client.127572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:12 smithi135 bash[32435]: audit 2023-12-07T19:42:10.659388+0000 mgr.a (mgr.14403) 5924 : audit 0 from='client.127572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:12 smithi079 bash[28699]: audit 2023-12-07T19:42:10.659388+0000 mgr.a (mgr.14403) 5924 : audit 0 from='client.127572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:13.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:13 smithi194 bash[32038]: cluster 2023-12-07T19:42:11.760505+0000 mgr.a (mgr.14403) 5925 : cluster 0 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-07T19:42:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:13 smithi135 bash[32435]: cluster 2023-12-07T19:42:11.760505+0000 mgr.a (mgr.14403) 5925 : cluster 0 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-07T19:42:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:13 smithi079 bash[28699]: cluster 2023-12-07T19:42:11.760505+0000 mgr.a (mgr.14403) 5925 : cluster 0 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-07T19:42:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:15 smithi194 bash[32038]: cluster 2023-12-07T19:42:13.761361+0000 mgr.a (mgr.14403) 5926 : cluster 0 pgmap v4420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:15 smithi135 bash[32435]: cluster 2023-12-07T19:42:13.761361+0000 mgr.a (mgr.14403) 5926 : cluster 0 pgmap v4420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:15 smithi079 bash[28699]: cluster 2023-12-07T19:42:13.761361+0000 mgr.a (mgr.14403) 5926 : cluster 0 pgmap v4420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:16.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:42:16.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:16.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:17.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:17.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:17.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:17.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:42:17.068 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:42:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:17 smithi194 bash[32038]: cluster 2023-12-07T19:42:15.761939+0000 mgr.a (mgr.14403) 5927 : cluster 0 pgmap v4421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:17 smithi135 bash[32435]: cluster 2023-12-07T19:42:15.761939+0000 mgr.a (mgr.14403) 5927 : cluster 0 pgmap v4421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:17 smithi079 bash[28699]: cluster 2023-12-07T19:42:15.761939+0000 mgr.a (mgr.14403) 5927 : cluster 0 pgmap v4421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:18 smithi194 bash[32038]: audit 2023-12-07T19:42:16.571250+0000 mgr.a (mgr.14403) 5928 : audit 0 from='client.127647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:18 smithi135 bash[32435]: audit 2023-12-07T19:42:16.571250+0000 mgr.a (mgr.14403) 5928 : audit 0 from='client.127647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:18 smithi079 bash[28699]: audit 2023-12-07T19:42:16.571250+0000 mgr.a (mgr.14403) 5928 : audit 0 from='client.127647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:19.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:19 smithi194 bash[32038]: cluster 2023-12-07T19:42:17.762656+0000 mgr.a (mgr.14403) 5929 : cluster 0 pgmap v4422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:19 smithi135 bash[32435]: cluster 2023-12-07T19:42:17.762656+0000 mgr.a (mgr.14403) 5929 : cluster 0 pgmap v4422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:19 smithi079 bash[28699]: cluster 2023-12-07T19:42:17.762656+0000 mgr.a (mgr.14403) 5929 : cluster 0 pgmap v4422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:21.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:21 smithi194 bash[32038]: cluster 2023-12-07T19:42:19.763485+0000 mgr.a (mgr.14403) 5930 : cluster 0 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-07T19:42:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:21 smithi135 bash[32435]: cluster 2023-12-07T19:42:19.763485+0000 mgr.a (mgr.14403) 5930 : cluster 0 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-07T19:42:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:21 smithi079 bash[28699]: cluster 2023-12-07T19:42:19.763485+0000 mgr.a (mgr.14403) 5930 : cluster 0 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-07T19:42:22.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:42:22.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:22.072 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:22.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:22.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:22.985 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:42:22.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:22.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:42:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:23 smithi194 bash[32038]: cluster 2023-12-07T19:42:21.764052+0000 mgr.a (mgr.14403) 5931 : cluster 0 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-07T19:42:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:23 smithi135 bash[32435]: cluster 2023-12-07T19:42:21.764052+0000 mgr.a (mgr.14403) 5931 : cluster 0 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-07T19:42:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:23 smithi079 bash[28699]: cluster 2023-12-07T19:42:21.764052+0000 mgr.a (mgr.14403) 5931 : cluster 0 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-07T19:42:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:24 smithi194 bash[32038]: audit 2023-12-07T19:42:22.478238+0000 mgr.a (mgr.14403) 5932 : audit 0 from='client.127722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:24 smithi135 bash[32435]: audit 2023-12-07T19:42:22.478238+0000 mgr.a (mgr.14403) 5932 : audit 0 from='client.127722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:24 smithi079 bash[28699]: audit 2023-12-07T19:42:22.478238+0000 mgr.a (mgr.14403) 5932 : audit 0 from='client.127722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:25 smithi194 bash[32038]: cluster 2023-12-07T19:42:23.765065+0000 mgr.a (mgr.14403) 5933 : cluster 0 pgmap v4425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:25 smithi135 bash[32435]: cluster 2023-12-07T19:42:23.765065+0000 mgr.a (mgr.14403) 5933 : cluster 0 pgmap v4425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:25 smithi079 bash[28699]: cluster 2023-12-07T19:42:23.765065+0000 mgr.a (mgr.14403) 5933 : cluster 0 pgmap v4425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:27 smithi194 bash[32038]: cluster 2023-12-07T19:42:25.765795+0000 mgr.a (mgr.14403) 5934 : cluster 0 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-07T19:42:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:27 smithi135 bash[32435]: cluster 2023-12-07T19:42:25.765795+0000 mgr.a (mgr.14403) 5934 : cluster 0 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-07T19:42:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:27 smithi079 bash[28699]: cluster 2023-12-07T19:42:25.765795+0000 mgr.a (mgr.14403) 5934 : cluster 0 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-07T19:42:27.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:42:27.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:27.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:28.891 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:42:28.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:28.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:28.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:28.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:42:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:29 smithi194 bash[32038]: cluster 2023-12-07T19:42:27.766530+0000 mgr.a (mgr.14403) 5935 : cluster 0 pgmap v4427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:29 smithi135 bash[32435]: cluster 2023-12-07T19:42:27.766530+0000 mgr.a (mgr.14403) 5935 : cluster 0 pgmap v4427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:29 smithi079 bash[28699]: cluster 2023-12-07T19:42:27.766530+0000 mgr.a (mgr.14403) 5935 : cluster 0 pgmap v4427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:30 smithi079 bash[28699]: audit 2023-12-07T19:42:28.392916+0000 mgr.a (mgr.14403) 5936 : audit 0 from='client.127800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:30 smithi194 bash[32038]: audit 2023-12-07T19:42:28.392916+0000 mgr.a (mgr.14403) 5936 : audit 0 from='client.127800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:30 smithi135 bash[32435]: audit 2023-12-07T19:42:28.392916+0000 mgr.a (mgr.14403) 5936 : audit 0 from='client.127800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:31 smithi079 bash[28699]: cluster 2023-12-07T19:42:29.767665+0000 mgr.a (mgr.14403) 5937 : cluster 0 pgmap v4428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:42:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:31 smithi194 bash[32038]: cluster 2023-12-07T19:42:29.767665+0000 mgr.a (mgr.14403) 5937 : cluster 0 pgmap v4428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:42:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:31 smithi135 bash[32435]: cluster 2023-12-07T19:42:29.767665+0000 mgr.a (mgr.14403) 5937 : cluster 0 pgmap v4428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:42:33.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:33 smithi079 bash[28699]: cluster 2023-12-07T19:42:31.768415+0000 mgr.a (mgr.14403) 5938 : cluster 0 pgmap v4429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:42:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:33 smithi194 bash[32038]: cluster 2023-12-07T19:42:31.768415+0000 mgr.a (mgr.14403) 5938 : cluster 0 pgmap v4429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:42:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:33 smithi135 bash[32435]: cluster 2023-12-07T19:42:31.768415+0000 mgr.a (mgr.14403) 5938 : cluster 0 pgmap v4429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:42:33.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:42:33.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:33.896 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:34.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:34.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:34.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:34.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:42:34.798 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:42:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:35 smithi079 bash[28699]: cluster 2023-12-07T19:42:33.769324+0000 mgr.a (mgr.14403) 5939 : cluster 0 pgmap v4430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:35 smithi079 bash[28699]: audit 2023-12-07T19:42:34.299058+0000 mgr.a (mgr.14403) 5940 : audit 0 from='client.127872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:35 smithi194 bash[32038]: cluster 2023-12-07T19:42:33.769324+0000 mgr.a (mgr.14403) 5939 : cluster 0 pgmap v4430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:35 smithi194 bash[32038]: audit 2023-12-07T19:42:34.299058+0000 mgr.a (mgr.14403) 5940 : audit 0 from='client.127872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:35 smithi135 bash[32435]: cluster 2023-12-07T19:42:33.769324+0000 mgr.a (mgr.14403) 5939 : cluster 0 pgmap v4430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:35 smithi135 bash[32435]: audit 2023-12-07T19:42:34.299058+0000 mgr.a (mgr.14403) 5940 : audit 0 from='client.127872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:37 smithi079 bash[28699]: cluster 2023-12-07T19:42:35.769949+0000 mgr.a (mgr.14403) 5941 : cluster 0 pgmap v4431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:37 smithi194 bash[32038]: cluster 2023-12-07T19:42:35.769949+0000 mgr.a (mgr.14403) 5941 : cluster 0 pgmap v4431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:37 smithi135 bash[32435]: cluster 2023-12-07T19:42:35.769949+0000 mgr.a (mgr.14403) 5941 : cluster 0 pgmap v4431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:39 smithi079 bash[28699]: cluster 2023-12-07T19:42:37.770657+0000 mgr.a (mgr.14403) 5942 : cluster 0 pgmap v4432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:39 smithi194 bash[32038]: cluster 2023-12-07T19:42:37.770657+0000 mgr.a (mgr.14403) 5942 : cluster 0 pgmap v4432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:39 smithi135 bash[32435]: cluster 2023-12-07T19:42:37.770657+0000 mgr.a (mgr.14403) 5942 : cluster 0 pgmap v4432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:42:39.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:42:39.801 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:39.801 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:40.718 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:42:40.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:40.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:40.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:40.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:42:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:41 smithi079 bash[28699]: cluster 2023-12-07T19:42:39.771507+0000 mgr.a (mgr.14403) 5943 : cluster 0 pgmap v4433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:41 smithi079 bash[28699]: audit 2023-12-07T19:42:40.203308+0000 mgr.a (mgr.14403) 5944 : audit 0 from='client.127947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:41 smithi194 bash[32038]: cluster 2023-12-07T19:42:39.771507+0000 mgr.a (mgr.14403) 5943 : cluster 0 pgmap v4433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:41 smithi194 bash[32038]: audit 2023-12-07T19:42:40.203308+0000 mgr.a (mgr.14403) 5944 : audit 0 from='client.127947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:41 smithi135 bash[32435]: cluster 2023-12-07T19:42:39.771507+0000 mgr.a (mgr.14403) 5943 : cluster 0 pgmap v4433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:41 smithi135 bash[32435]: audit 2023-12-07T19:42:40.203308+0000 mgr.a (mgr.14403) 5944 : audit 0 from='client.127947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:43 smithi079 bash[28699]: cluster 2023-12-07T19:42:41.772160+0000 mgr.a (mgr.14403) 5945 : cluster 0 pgmap v4434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:42:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:43 smithi194 bash[32038]: cluster 2023-12-07T19:42:41.772160+0000 mgr.a (mgr.14403) 5945 : cluster 0 pgmap v4434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:42:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:43 smithi135 bash[32435]: cluster 2023-12-07T19:42:41.772160+0000 mgr.a (mgr.14403) 5945 : cluster 0 pgmap v4434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:42:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:45 smithi079 bash[28699]: cluster 2023-12-07T19:42:43.772970+0000 mgr.a (mgr.14403) 5946 : cluster 0 pgmap v4435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:42:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:45 smithi194 bash[32038]: cluster 2023-12-07T19:42:43.772970+0000 mgr.a (mgr.14403) 5946 : cluster 0 pgmap v4435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:42:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:45 smithi135 bash[32435]: cluster 2023-12-07T19:42:43.772970+0000 mgr.a (mgr.14403) 5946 : cluster 0 pgmap v4435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:42:45.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:42:45.721 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:45.721 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:46.625 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:42:46.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:46.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:46.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:46.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:42:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:47 smithi079 bash[28699]: cluster 2023-12-07T19:42:45.773404+0000 mgr.a (mgr.14403) 5947 : cluster 0 pgmap v4436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:47 smithi079 bash[28699]: audit 2023-12-07T19:42:46.126420+0000 mgr.a (mgr.14403) 5948 : audit 0 from='client.128025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:47 smithi194 bash[32038]: cluster 2023-12-07T19:42:45.773404+0000 mgr.a (mgr.14403) 5947 : cluster 0 pgmap v4436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:47.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:47 smithi194 bash[32038]: audit 2023-12-07T19:42:46.126420+0000 mgr.a (mgr.14403) 5948 : audit 0 from='client.128025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:47 smithi135 bash[32435]: cluster 2023-12-07T19:42:45.773404+0000 mgr.a (mgr.14403) 5947 : cluster 0 pgmap v4436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:47 smithi135 bash[32435]: audit 2023-12-07T19:42:46.126420+0000 mgr.a (mgr.14403) 5948 : audit 0 from='client.128025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:48 smithi079 bash[28699]: audit 2023-12-07T19:42:48.202883+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:42:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:48 smithi194 bash[32038]: audit 2023-12-07T19:42:48.202883+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:42:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:48 smithi135 bash[32435]: audit 2023-12-07T19:42:48.202883+0000 mon.a (mon.0) 1279 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:42:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:49 smithi079 bash[28699]: cluster 2023-12-07T19:42:47.774076+0000 mgr.a (mgr.14403) 5949 : cluster 0 pgmap v4437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:49 smithi194 bash[32038]: cluster 2023-12-07T19:42:47.774076+0000 mgr.a (mgr.14403) 5949 : cluster 0 pgmap v4437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:49 smithi135 bash[32435]: cluster 2023-12-07T19:42:47.774076+0000 mgr.a (mgr.14403) 5949 : cluster 0 pgmap v4437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:51.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:42:51.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:51.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:51 smithi079 bash[28699]: cluster 2023-12-07T19:42:49.774903+0000 mgr.a (mgr.14403) 5950 : cluster 0 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-07T19:42:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:51 smithi194 bash[32038]: cluster 2023-12-07T19:42:49.774903+0000 mgr.a (mgr.14403) 5950 : cluster 0 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-07T19:42:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:51 smithi135 bash[32435]: cluster 2023-12-07T19:42:49.774903+0000 mgr.a (mgr.14403) 5950 : cluster 0 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-07T19:42:52.537 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:42:52.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:52.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:52.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:52.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:42:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:53 smithi079 bash[28699]: cluster 2023-12-07T19:42:51.775425+0000 mgr.a (mgr.14403) 5951 : cluster 0 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-07T19:42:53.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:53 smithi079 bash[28699]: audit 2023-12-07T19:42:52.036419+0000 mgr.a (mgr.14403) 5952 : audit 0 from='client.128103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:53 smithi194 bash[32038]: cluster 2023-12-07T19:42:51.775425+0000 mgr.a (mgr.14403) 5951 : cluster 0 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-07T19:42:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:53 smithi194 bash[32038]: audit 2023-12-07T19:42:52.036419+0000 mgr.a (mgr.14403) 5952 : audit 0 from='client.128103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:53 smithi135 bash[32435]: cluster 2023-12-07T19:42:51.775425+0000 mgr.a (mgr.14403) 5951 : cluster 0 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-07T19:42:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:53 smithi135 bash[32435]: audit 2023-12-07T19:42:52.036419+0000 mgr.a (mgr.14403) 5952 : audit 0 from='client.128103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:55 smithi079 bash[28699]: cluster 2023-12-07T19:42:53.776285+0000 mgr.a (mgr.14403) 5953 : cluster 0 pgmap v4440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:55 smithi194 bash[32038]: cluster 2023-12-07T19:42:53.776285+0000 mgr.a (mgr.14403) 5953 : cluster 0 pgmap v4440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:55 smithi135 bash[32435]: cluster 2023-12-07T19:42:53.776285+0000 mgr.a (mgr.14403) 5953 : cluster 0 pgmap v4440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:42:57.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:42:57.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:42:57.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:42:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:57 smithi079 bash[28699]: cluster 2023-12-07T19:42:55.776852+0000 mgr.a (mgr.14403) 5954 : cluster 0 pgmap v4441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:57 smithi194 bash[32038]: cluster 2023-12-07T19:42:55.776852+0000 mgr.a (mgr.14403) 5954 : cluster 0 pgmap v4441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:57 smithi135 bash[32435]: cluster 2023-12-07T19:42:55.776852+0000 mgr.a (mgr.14403) 5954 : cluster 0 pgmap v4441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:58.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:42:58.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:42:58.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:42:58.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:42:58.496 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:42:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:59 smithi079 bash[28699]: cluster 2023-12-07T19:42:57.777268+0000 mgr.a (mgr.14403) 5955 : cluster 0 pgmap v4442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:59 smithi079 bash[28699]: audit 2023-12-07T19:42:58.010987+0000 mgr.a (mgr.14403) 5956 : audit 0 from='client.128181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:59 smithi079 bash[28699]: audit 2023-12-07T19:42:58.997429+0000 mon.a (mon.0) 1280 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:42:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:59 smithi079 bash[28699]: audit 2023-12-07T19:42:59.004888+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:42:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:59 smithi079 bash[28699]: audit 2023-12-07T19:42:59.006247+0000 mon.a (mon.0) 1282 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:42:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:59 smithi079 bash[28699]: audit 2023-12-07T19:42:59.007885+0000 mon.a (mon.0) 1283 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:42:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:42:59 smithi079 bash[28699]: audit 2023-12-07T19:42:59.016135+0000 mon.a (mon.0) 1284 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:42:59.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:59 smithi194 bash[32038]: cluster 2023-12-07T19:42:57.777268+0000 mgr.a (mgr.14403) 5955 : cluster 0 pgmap v4442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:59.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:59 smithi194 bash[32038]: audit 2023-12-07T19:42:58.010987+0000 mgr.a (mgr.14403) 5956 : audit 0 from='client.128181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:59.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:59 smithi194 bash[32038]: audit 2023-12-07T19:42:58.997429+0000 mon.a (mon.0) 1280 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:42:59.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:59 smithi194 bash[32038]: audit 2023-12-07T19:42:59.004888+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:42:59.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:59 smithi194 bash[32038]: audit 2023-12-07T19:42:59.006247+0000 mon.a (mon.0) 1282 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:42:59.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:59 smithi194 bash[32038]: audit 2023-12-07T19:42:59.007885+0000 mon.a (mon.0) 1283 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:42:59.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:42:59 smithi194 bash[32038]: audit 2023-12-07T19:42:59.016135+0000 mon.a (mon.0) 1284 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:42:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:59 smithi135 bash[32435]: cluster 2023-12-07T19:42:57.777268+0000 mgr.a (mgr.14403) 5955 : cluster 0 pgmap v4442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:42:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:59 smithi135 bash[32435]: audit 2023-12-07T19:42:58.010987+0000 mgr.a (mgr.14403) 5956 : audit 0 from='client.128181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:42:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:59 smithi135 bash[32435]: audit 2023-12-07T19:42:58.997429+0000 mon.a (mon.0) 1280 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:42:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:59 smithi135 bash[32435]: audit 2023-12-07T19:42:59.004888+0000 mon.a (mon.0) 1281 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:42:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:59 smithi135 bash[32435]: audit 2023-12-07T19:42:59.006247+0000 mon.a (mon.0) 1282 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:42:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:59 smithi135 bash[32435]: audit 2023-12-07T19:42:59.007885+0000 mon.a (mon.0) 1283 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:42:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:42:59 smithi135 bash[32435]: audit 2023-12-07T19:42:59.016135+0000 mon.a (mon.0) 1284 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:43:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:01 smithi079 bash[28699]: cluster 2023-12-07T19:42:59.778144+0000 mgr.a (mgr.14403) 5957 : cluster 0 pgmap v4443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:01 smithi194 bash[32038]: cluster 2023-12-07T19:42:59.778144+0000 mgr.a (mgr.14403) 5957 : cluster 0 pgmap v4443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:01 smithi135 bash[32435]: cluster 2023-12-07T19:42:59.778144+0000 mgr.a (mgr.14403) 5957 : cluster 0 pgmap v4443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:03.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:43:03.499 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:03.499 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:03 smithi079 bash[28699]: cluster 2023-12-07T19:43:01.778675+0000 mgr.a (mgr.14403) 5958 : cluster 0 pgmap v4444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:03 smithi194 bash[32038]: cluster 2023-12-07T19:43:01.778675+0000 mgr.a (mgr.14403) 5958 : cluster 0 pgmap v4444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:03 smithi135 bash[32435]: cluster 2023-12-07T19:43:01.778675+0000 mgr.a (mgr.14403) 5958 : cluster 0 pgmap v4444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:04.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:04.373 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:43:04.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:04.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:04.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:43:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:05 smithi079 bash[28699]: cluster 2023-12-07T19:43:03.779437+0000 mgr.a (mgr.14403) 5959 : cluster 0 pgmap v4445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:05 smithi079 bash[28699]: audit 2023-12-07T19:43:03.892694+0000 mgr.a (mgr.14403) 5960 : audit 0 from='client.128256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:05 smithi194 bash[32038]: cluster 2023-12-07T19:43:03.779437+0000 mgr.a (mgr.14403) 5959 : cluster 0 pgmap v4445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:05 smithi194 bash[32038]: audit 2023-12-07T19:43:03.892694+0000 mgr.a (mgr.14403) 5960 : audit 0 from='client.128256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:05 smithi135 bash[32435]: cluster 2023-12-07T19:43:03.779437+0000 mgr.a (mgr.14403) 5959 : cluster 0 pgmap v4445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:05 smithi135 bash[32435]: audit 2023-12-07T19:43:03.892694+0000 mgr.a (mgr.14403) 5960 : audit 0 from='client.128256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:07 smithi079 bash[28699]: cluster 2023-12-07T19:43:05.780129+0000 mgr.a (mgr.14403) 5961 : cluster 0 pgmap v4446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:43:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:07 smithi194 bash[32038]: cluster 2023-12-07T19:43:05.780129+0000 mgr.a (mgr.14403) 5961 : cluster 0 pgmap v4446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:43:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:07 smithi135 bash[32435]: cluster 2023-12-07T19:43:05.780129+0000 mgr.a (mgr.14403) 5961 : cluster 0 pgmap v4446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:43:09.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:43:09.376 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:09.377 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:09 smithi079 bash[28699]: cluster 2023-12-07T19:43:07.780696+0000 mgr.a (mgr.14403) 5962 : cluster 0 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-07T19:43:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:09 smithi194 bash[32038]: cluster 2023-12-07T19:43:07.780696+0000 mgr.a (mgr.14403) 5962 : cluster 0 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-07T19:43:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:09 smithi135 bash[32435]: cluster 2023-12-07T19:43:07.780696+0000 mgr.a (mgr.14403) 5962 : cluster 0 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-07T19:43:10.276 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:43:10.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:10.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:10.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:10.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:43:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:11 smithi079 bash[28699]: audit 2023-12-07T19:43:09.781416+0000 mgr.a (mgr.14403) 5963 : audit 0 from='client.128325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:11.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:11 smithi079 bash[28699]: cluster 2023-12-07T19:43:09.782252+0000 mgr.a (mgr.14403) 5964 : cluster 0 pgmap v4448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:11 smithi194 bash[32038]: audit 2023-12-07T19:43:09.781416+0000 mgr.a (mgr.14403) 5963 : audit 0 from='client.128325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:11 smithi194 bash[32038]: cluster 2023-12-07T19:43:09.782252+0000 mgr.a (mgr.14403) 5964 : cluster 0 pgmap v4448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:11 smithi135 bash[32435]: audit 2023-12-07T19:43:09.781416+0000 mgr.a (mgr.14403) 5963 : audit 0 from='client.128325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:11 smithi135 bash[32435]: cluster 2023-12-07T19:43:09.782252+0000 mgr.a (mgr.14403) 5964 : cluster 0 pgmap v4448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:13 smithi079 bash[28699]: cluster 2023-12-07T19:43:11.782943+0000 mgr.a (mgr.14403) 5965 : cluster 0 pgmap v4449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:43:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:13 smithi194 bash[32038]: cluster 2023-12-07T19:43:11.782943+0000 mgr.a (mgr.14403) 5965 : cluster 0 pgmap v4449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:43:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:13 smithi135 bash[32435]: cluster 2023-12-07T19:43:11.782943+0000 mgr.a (mgr.14403) 5965 : cluster 0 pgmap v4449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:43:15.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:43:15.279 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:15.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:15 smithi079 bash[28699]: cluster 2023-12-07T19:43:13.783706+0000 mgr.a (mgr.14403) 5966 : cluster 0 pgmap v4450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:15 smithi194 bash[32038]: cluster 2023-12-07T19:43:13.783706+0000 mgr.a (mgr.14403) 5966 : cluster 0 pgmap v4450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:15 smithi135 bash[32435]: cluster 2023-12-07T19:43:13.783706+0000 mgr.a (mgr.14403) 5966 : cluster 0 pgmap v4450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:16.176 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:43:16.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:16.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:16.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:16.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:43:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:17 smithi079 bash[28699]: audit 2023-12-07T19:43:15.694767+0000 mgr.a (mgr.14403) 5967 : audit 0 from='client.128400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:17.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:17 smithi079 bash[28699]: cluster 2023-12-07T19:43:15.784313+0000 mgr.a (mgr.14403) 5968 : cluster 0 pgmap v4451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:17 smithi194 bash[32038]: audit 2023-12-07T19:43:15.694767+0000 mgr.a (mgr.14403) 5967 : audit 0 from='client.128400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:17.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:17 smithi194 bash[32038]: cluster 2023-12-07T19:43:15.784313+0000 mgr.a (mgr.14403) 5968 : cluster 0 pgmap v4451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:17 smithi135 bash[32435]: audit 2023-12-07T19:43:15.694767+0000 mgr.a (mgr.14403) 5967 : audit 0 from='client.128400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:17 smithi135 bash[32435]: cluster 2023-12-07T19:43:15.784313+0000 mgr.a (mgr.14403) 5968 : cluster 0 pgmap v4451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:18 smithi079 bash[28699]: cluster 2023-12-07T19:43:17.784955+0000 mgr.a (mgr.14403) 5969 : cluster 0 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-07T19:43:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:18 smithi194 bash[32038]: cluster 2023-12-07T19:43:17.784955+0000 mgr.a (mgr.14403) 5969 : cluster 0 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-07T19:43:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:18 smithi135 bash[32435]: cluster 2023-12-07T19:43:17.784955+0000 mgr.a (mgr.14403) 5969 : cluster 0 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-07T19:43:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:20 smithi079 bash[28699]: cluster 2023-12-07T19:43:19.785683+0000 mgr.a (mgr.14403) 5970 : cluster 0 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-07T19:43:21.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:43:21.179 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:21.180 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:21.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:20 smithi194 bash[32038]: cluster 2023-12-07T19:43:19.785683+0000 mgr.a (mgr.14403) 5970 : cluster 0 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-07T19:43:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:20 smithi135 bash[32435]: cluster 2023-12-07T19:43:19.785683+0000 mgr.a (mgr.14403) 5970 : cluster 0 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-07T19:43:22.090 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:43:22.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:22.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:22.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:22.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:43:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:23 smithi079 bash[28699]: audit 2023-12-07T19:43:21.586916+0000 mgr.a (mgr.14403) 5971 : audit 0 from='client.128472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:23.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:23 smithi079 bash[28699]: cluster 2023-12-07T19:43:21.786274+0000 mgr.a (mgr.14403) 5972 : cluster 0 pgmap v4454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:23 smithi194 bash[32038]: audit 2023-12-07T19:43:21.586916+0000 mgr.a (mgr.14403) 5971 : audit 0 from='client.128472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:23 smithi194 bash[32038]: cluster 2023-12-07T19:43:21.786274+0000 mgr.a (mgr.14403) 5972 : cluster 0 pgmap v4454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:23 smithi135 bash[32435]: audit 2023-12-07T19:43:21.586916+0000 mgr.a (mgr.14403) 5971 : audit 0 from='client.128472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:23 smithi135 bash[32435]: cluster 2023-12-07T19:43:21.786274+0000 mgr.a (mgr.14403) 5972 : cluster 0 pgmap v4454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:25.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:25 smithi079 bash[28699]: cluster 2023-12-07T19:43:23.787264+0000 mgr.a (mgr.14403) 5973 : cluster 0 pgmap v4455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:25 smithi194 bash[32038]: cluster 2023-12-07T19:43:23.787264+0000 mgr.a (mgr.14403) 5973 : cluster 0 pgmap v4455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:25 smithi135 bash[32435]: cluster 2023-12-07T19:43:23.787264+0000 mgr.a (mgr.14403) 5973 : cluster 0 pgmap v4455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:27.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:43:27.093 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:27.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:27 smithi079 bash[28699]: cluster 2023-12-07T19:43:25.787926+0000 mgr.a (mgr.14403) 5974 : cluster 0 pgmap v4456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:27 smithi194 bash[32038]: cluster 2023-12-07T19:43:25.787926+0000 mgr.a (mgr.14403) 5974 : cluster 0 pgmap v4456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:27 smithi135 bash[32435]: cluster 2023-12-07T19:43:25.787926+0000 mgr.a (mgr.14403) 5974 : cluster 0 pgmap v4456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:27.984 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:43:27.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:27.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:27.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:27.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:43:29.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:29 smithi079 bash[28699]: audit 2023-12-07T19:43:27.493674+0000 mgr.a (mgr.14403) 5975 : audit 0 from='client.128547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:29 smithi079 bash[28699]: cluster 2023-12-07T19:43:27.788624+0000 mgr.a (mgr.14403) 5976 : cluster 0 pgmap v4457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:29 smithi194 bash[32038]: audit 2023-12-07T19:43:27.493674+0000 mgr.a (mgr.14403) 5975 : audit 0 from='client.128547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:29 smithi194 bash[32038]: cluster 2023-12-07T19:43:27.788624+0000 mgr.a (mgr.14403) 5976 : cluster 0 pgmap v4457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:29 smithi135 bash[32435]: audit 2023-12-07T19:43:27.493674+0000 mgr.a (mgr.14403) 5975 : audit 0 from='client.128547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:29 smithi135 bash[32435]: cluster 2023-12-07T19:43:27.788624+0000 mgr.a (mgr.14403) 5976 : cluster 0 pgmap v4457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:31.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:31 smithi079 bash[28699]: cluster 2023-12-07T19:43:29.789638+0000 mgr.a (mgr.14403) 5977 : cluster 0 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-07T19:43:31.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:31 smithi194 bash[32038]: cluster 2023-12-07T19:43:29.789638+0000 mgr.a (mgr.14403) 5977 : cluster 0 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-07T19:43:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:31 smithi135 bash[32435]: cluster 2023-12-07T19:43:29.789638+0000 mgr.a (mgr.14403) 5977 : cluster 0 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-07T19:43:32.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:43:32.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:32.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:33 smithi079 bash[28699]: cluster 2023-12-07T19:43:31.790245+0000 mgr.a (mgr.14403) 5978 : cluster 0 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-07T19:43:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:33 smithi194 bash[32038]: cluster 2023-12-07T19:43:31.790245+0000 mgr.a (mgr.14403) 5978 : cluster 0 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-07T19:43:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:33 smithi135 bash[32435]: cluster 2023-12-07T19:43:31.790245+0000 mgr.a (mgr.14403) 5978 : cluster 0 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-07T19:43:33.857 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:43:33.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:33.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:33.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:33.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:43:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:35 smithi079 bash[28699]: audit 2023-12-07T19:43:33.380122+0000 mgr.a (mgr.14403) 5979 : audit 0 from='client.128622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:35 smithi079 bash[28699]: cluster 2023-12-07T19:43:33.791141+0000 mgr.a (mgr.14403) 5980 : cluster 0 pgmap v4460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:43:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:35 smithi194 bash[32038]: audit 2023-12-07T19:43:33.380122+0000 mgr.a (mgr.14403) 5979 : audit 0 from='client.128622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:35 smithi194 bash[32038]: cluster 2023-12-07T19:43:33.791141+0000 mgr.a (mgr.14403) 5980 : cluster 0 pgmap v4460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:43:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:35 smithi135 bash[32435]: audit 2023-12-07T19:43:33.380122+0000 mgr.a (mgr.14403) 5979 : audit 0 from='client.128622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:35 smithi135 bash[32435]: cluster 2023-12-07T19:43:33.791141+0000 mgr.a (mgr.14403) 5980 : cluster 0 pgmap v4460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:43:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:37 smithi079 bash[28699]: cluster 2023-12-07T19:43:35.791764+0000 mgr.a (mgr.14403) 5981 : cluster 0 pgmap v4461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:43:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:37 smithi194 bash[32038]: cluster 2023-12-07T19:43:35.791764+0000 mgr.a (mgr.14403) 5981 : cluster 0 pgmap v4461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:43:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:37 smithi135 bash[32435]: cluster 2023-12-07T19:43:35.791764+0000 mgr.a (mgr.14403) 5981 : cluster 0 pgmap v4461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:43:38.861 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:43:38.861 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:38.861 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:39.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:39 smithi079 bash[28699]: cluster 2023-12-07T19:43:37.792342+0000 mgr.a (mgr.14403) 5982 : cluster 0 pgmap v4462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:43:39.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:39 smithi194 bash[32038]: cluster 2023-12-07T19:43:37.792342+0000 mgr.a (mgr.14403) 5982 : cluster 0 pgmap v4462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:43:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:39 smithi135 bash[32435]: cluster 2023-12-07T19:43:37.792342+0000 mgr.a (mgr.14403) 5982 : cluster 0 pgmap v4462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:43:39.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:39.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:39.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:39.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:43:39.746 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:43:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:40 smithi194 bash[32038]: audit 2023-12-07T19:43:39.259510+0000 mgr.a (mgr.14403) 5983 : audit 0 from='client.128691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:40 smithi135 bash[32435]: audit 2023-12-07T19:43:39.259510+0000 mgr.a (mgr.14403) 5983 : audit 0 from='client.128691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:40 smithi079 bash[28699]: audit 2023-12-07T19:43:39.259510+0000 mgr.a (mgr.14403) 5983 : audit 0 from='client.128691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:41.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:41 smithi194 bash[32038]: cluster 2023-12-07T19:43:39.793371+0000 mgr.a (mgr.14403) 5984 : cluster 0 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-07T19:43:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:41 smithi135 bash[32435]: cluster 2023-12-07T19:43:39.793371+0000 mgr.a (mgr.14403) 5984 : cluster 0 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-07T19:43:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:41 smithi079 bash[28699]: cluster 2023-12-07T19:43:39.793371+0000 mgr.a (mgr.14403) 5984 : cluster 0 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-07T19:43:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:43 smithi194 bash[32038]: cluster 2023-12-07T19:43:41.793939+0000 mgr.a (mgr.14403) 5985 : cluster 0 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-07T19:43:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:43 smithi135 bash[32435]: cluster 2023-12-07T19:43:41.793939+0000 mgr.a (mgr.14403) 5985 : cluster 0 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-07T19:43:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:43 smithi079 bash[28699]: cluster 2023-12-07T19:43:41.793939+0000 mgr.a (mgr.14403) 5985 : cluster 0 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-07T19:43:44.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:43:44.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:44.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:45 smithi194 bash[32038]: cluster 2023-12-07T19:43:43.794651+0000 mgr.a (mgr.14403) 5986 : cluster 0 pgmap v4465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:45 smithi135 bash[32435]: cluster 2023-12-07T19:43:43.794651+0000 mgr.a (mgr.14403) 5986 : cluster 0 pgmap v4465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:45 smithi079 bash[28699]: cluster 2023-12-07T19:43:43.794651+0000 mgr.a (mgr.14403) 5986 : cluster 0 pgmap v4465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:45.647 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:43:45.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:45.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:45.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:45.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:43:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:46 smithi194 bash[32038]: audit 2023-12-07T19:43:45.158165+0000 mgr.a (mgr.14403) 5987 : audit 0 from='client.128769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:46 smithi135 bash[32435]: audit 2023-12-07T19:43:45.158165+0000 mgr.a (mgr.14403) 5987 : audit 0 from='client.128769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:46 smithi079 bash[28699]: audit 2023-12-07T19:43:45.158165+0000 mgr.a (mgr.14403) 5987 : audit 0 from='client.128769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:47 smithi194 bash[32038]: cluster 2023-12-07T19:43:45.795311+0000 mgr.a (mgr.14403) 5988 : cluster 0 pgmap v4466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:43:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:47 smithi135 bash[32435]: cluster 2023-12-07T19:43:45.795311+0000 mgr.a (mgr.14403) 5988 : cluster 0 pgmap v4466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:43:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:47 smithi079 bash[28699]: cluster 2023-12-07T19:43:45.795311+0000 mgr.a (mgr.14403) 5988 : cluster 0 pgmap v4466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:43:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:49 smithi194 bash[32038]: cluster 2023-12-07T19:43:47.795895+0000 mgr.a (mgr.14403) 5989 : cluster 0 pgmap v4467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:43:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:49 smithi135 bash[32435]: cluster 2023-12-07T19:43:47.795895+0000 mgr.a (mgr.14403) 5989 : cluster 0 pgmap v4467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:43:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:49 smithi079 bash[28699]: cluster 2023-12-07T19:43:47.795895+0000 mgr.a (mgr.14403) 5989 : cluster 0 pgmap v4467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:43:50.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:43:50.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:50.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:51 smithi194 bash[32038]: cluster 2023-12-07T19:43:49.796675+0000 mgr.a (mgr.14403) 5990 : cluster 0 pgmap v4468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:43:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:51 smithi135 bash[32435]: cluster 2023-12-07T19:43:49.796675+0000 mgr.a (mgr.14403) 5990 : cluster 0 pgmap v4468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:43:51.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:51.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:51.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:51.542 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:43:51.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:43:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:51 smithi079 bash[28699]: cluster 2023-12-07T19:43:49.796675+0000 mgr.a (mgr.14403) 5990 : cluster 0 pgmap v4468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:43:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:52 smithi194 bash[32038]: audit 2023-12-07T19:43:51.045637+0000 mgr.a (mgr.14403) 5991 : audit 0 from='client.128847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:52 smithi135 bash[32435]: audit 2023-12-07T19:43:51.045637+0000 mgr.a (mgr.14403) 5991 : audit 0 from='client.128847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:52 smithi079 bash[28699]: audit 2023-12-07T19:43:51.045637+0000 mgr.a (mgr.14403) 5991 : audit 0 from='client.128847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:53 smithi194 bash[32038]: cluster 2023-12-07T19:43:51.797331+0000 mgr.a (mgr.14403) 5992 : cluster 0 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-07T19:43:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:53 smithi135 bash[32435]: cluster 2023-12-07T19:43:51.797331+0000 mgr.a (mgr.14403) 5992 : cluster 0 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-07T19:43:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:53 smithi079 bash[28699]: cluster 2023-12-07T19:43:51.797331+0000 mgr.a (mgr.14403) 5992 : cluster 0 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-07T19:43:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:55 smithi194 bash[32038]: cluster 2023-12-07T19:43:53.798102+0000 mgr.a (mgr.14403) 5993 : cluster 0 pgmap v4470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:55 smithi135 bash[32435]: cluster 2023-12-07T19:43:53.798102+0000 mgr.a (mgr.14403) 5993 : cluster 0 pgmap v4470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:55 smithi079 bash[28699]: cluster 2023-12-07T19:43:53.798102+0000 mgr.a (mgr.14403) 5993 : cluster 0 pgmap v4470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:43:56.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:43:56.546 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:43:56.546 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:43:57.421 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:43:57.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:43:57.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:43:57.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:43:57.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:43:57.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:57 smithi194 bash[32038]: cluster 2023-12-07T19:43:55.798638+0000 mgr.a (mgr.14403) 5994 : cluster 0 pgmap v4471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:57 smithi135 bash[32435]: cluster 2023-12-07T19:43:55.798638+0000 mgr.a (mgr.14403) 5994 : cluster 0 pgmap v4471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:57 smithi079 bash[28699]: cluster 2023-12-07T19:43:55.798638+0000 mgr.a (mgr.14403) 5994 : cluster 0 pgmap v4471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:43:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:58 smithi194 bash[32038]: audit 2023-12-07T19:43:56.949579+0000 mgr.a (mgr.14403) 5995 : audit 0 from='client.128922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:58 smithi135 bash[32435]: audit 2023-12-07T19:43:56.949579+0000 mgr.a (mgr.14403) 5995 : audit 0 from='client.128922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:58 smithi079 bash[28699]: audit 2023-12-07T19:43:56.949579+0000 mgr.a (mgr.14403) 5995 : audit 0 from='client.128922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:43:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:59 smithi194 bash[32038]: cluster 2023-12-07T19:43:57.799279+0000 mgr.a (mgr.14403) 5996 : cluster 0 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-07T19:43:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:43:59 smithi194 bash[32038]: audit 2023-12-07T19:43:59.118570+0000 mon.a (mon.0) 1285 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:43:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:59 smithi135 bash[32435]: cluster 2023-12-07T19:43:57.799279+0000 mgr.a (mgr.14403) 5996 : cluster 0 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-07T19:43:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:43:59 smithi135 bash[32435]: audit 2023-12-07T19:43:59.118570+0000 mon.a (mon.0) 1285 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:43:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:59 smithi079 bash[28699]: cluster 2023-12-07T19:43:57.799279+0000 mgr.a (mgr.14403) 5996 : cluster 0 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-07T19:43:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:43:59 smithi079 bash[28699]: audit 2023-12-07T19:43:59.118570+0000 mon.a (mon.0) 1285 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:44:00.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:00 smithi079 bash[28699]: audit 2023-12-07T19:43:59.599178+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:00 smithi079 bash[28699]: audit 2023-12-07T19:43:59.608073+0000 mon.a (mon.0) 1287 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:00 smithi079 bash[28699]: cluster 2023-12-07T19:43:59.800037+0000 mgr.a (mgr.14403) 5997 : cluster 0 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-07T19:44:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:00 smithi194 bash[32038]: audit 2023-12-07T19:43:59.599178+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:00 smithi194 bash[32038]: audit 2023-12-07T19:43:59.608073+0000 mon.a (mon.0) 1287 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:00 smithi194 bash[32038]: cluster 2023-12-07T19:43:59.800037+0000 mgr.a (mgr.14403) 5997 : cluster 0 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-07T19:44:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:00 smithi135 bash[32435]: audit 2023-12-07T19:43:59.599178+0000 mon.a (mon.0) 1286 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:00 smithi135 bash[32435]: audit 2023-12-07T19:43:59.608073+0000 mon.a (mon.0) 1287 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:00 smithi135 bash[32435]: cluster 2023-12-07T19:43:59.800037+0000 mgr.a (mgr.14403) 5997 : cluster 0 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-07T19:44:02.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:44:02.425 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:02.425 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:03.343 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:44:03.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:03.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:03.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:03.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:44:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:03 smithi079 bash[28699]: cluster 2023-12-07T19:44:01.800570+0000 mgr.a (mgr.14403) 5998 : cluster 0 pgmap v4474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:03 smithi194 bash[32038]: cluster 2023-12-07T19:44:01.800570+0000 mgr.a (mgr.14403) 5998 : cluster 0 pgmap v4474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:03 smithi135 bash[32435]: cluster 2023-12-07T19:44:01.800570+0000 mgr.a (mgr.14403) 5998 : cluster 0 pgmap v4474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:04 smithi079 bash[28699]: audit 2023-12-07T19:44:02.828274+0000 mgr.a (mgr.14403) 5999 : audit 0 from='client.128994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:04 smithi194 bash[32038]: audit 2023-12-07T19:44:02.828274+0000 mgr.a (mgr.14403) 5999 : audit 0 from='client.128994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:04.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:04 smithi135 bash[32435]: audit 2023-12-07T19:44:02.828274+0000 mgr.a (mgr.14403) 5999 : audit 0 from='client.128994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:05.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:05 smithi079 bash[28699]: cluster 2023-12-07T19:44:03.801494+0000 mgr.a (mgr.14403) 6000 : cluster 0 pgmap v4475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:05 smithi194 bash[32038]: cluster 2023-12-07T19:44:03.801494+0000 mgr.a (mgr.14403) 6000 : cluster 0 pgmap v4475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:05 smithi135 bash[32435]: cluster 2023-12-07T19:44:03.801494+0000 mgr.a (mgr.14403) 6000 : cluster 0 pgmap v4475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:07.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:07 smithi079 bash[28699]: cluster 2023-12-07T19:44:05.802090+0000 mgr.a (mgr.14403) 6001 : cluster 0 pgmap v4476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:07 smithi194 bash[32038]: cluster 2023-12-07T19:44:05.802090+0000 mgr.a (mgr.14403) 6001 : cluster 0 pgmap v4476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:07 smithi135 bash[32435]: cluster 2023-12-07T19:44:05.802090+0000 mgr.a (mgr.14403) 6001 : cluster 0 pgmap v4476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:08.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:44:08.347 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:08.347 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:09.239 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:44:09.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:09.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:09.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:09.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:44:09.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:09 smithi079 bash[28699]: cluster 2023-12-07T19:44:07.802676+0000 mgr.a (mgr.14403) 6002 : cluster 0 pgmap v4477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:09.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:09 smithi194 bash[32038]: cluster 2023-12-07T19:44:07.802676+0000 mgr.a (mgr.14403) 6002 : cluster 0 pgmap v4477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:09 smithi135 bash[32435]: cluster 2023-12-07T19:44:07.802676+0000 mgr.a (mgr.14403) 6002 : cluster 0 pgmap v4477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:10 smithi079 bash[28699]: audit 2023-12-07T19:44:08.745914+0000 mgr.a (mgr.14403) 6003 : audit 0 from='client.129069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:10 smithi079 bash[28699]: audit 2023-12-07T19:44:09.671639+0000 mon.a (mon.0) 1288 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:10 smithi079 bash[28699]: audit 2023-12-07T19:44:09.677792+0000 mon.a (mon.0) 1289 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:10 smithi079 bash[28699]: audit 2023-12-07T19:44:09.679422+0000 mon.a (mon.0) 1290 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:44:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:10 smithi079 bash[28699]: audit 2023-12-07T19:44:09.681165+0000 mon.a (mon.0) 1291 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:44:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:10 smithi079 bash[28699]: audit 2023-12-07T19:44:09.688653+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:10 smithi194 bash[32038]: audit 2023-12-07T19:44:08.745914+0000 mgr.a (mgr.14403) 6003 : audit 0 from='client.129069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:10 smithi194 bash[32038]: audit 2023-12-07T19:44:09.671639+0000 mon.a (mon.0) 1288 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:10 smithi194 bash[32038]: audit 2023-12-07T19:44:09.677792+0000 mon.a (mon.0) 1289 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:10.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:10 smithi194 bash[32038]: audit 2023-12-07T19:44:09.679422+0000 mon.a (mon.0) 1290 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:44:10.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:10 smithi194 bash[32038]: audit 2023-12-07T19:44:09.681165+0000 mon.a (mon.0) 1291 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:44:10.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:10 smithi194 bash[32038]: audit 2023-12-07T19:44:09.688653+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:10 smithi135 bash[32435]: audit 2023-12-07T19:44:08.745914+0000 mgr.a (mgr.14403) 6003 : audit 0 from='client.129069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:10 smithi135 bash[32435]: audit 2023-12-07T19:44:09.671639+0000 mon.a (mon.0) 1288 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:10 smithi135 bash[32435]: audit 2023-12-07T19:44:09.677792+0000 mon.a (mon.0) 1289 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:10 smithi135 bash[32435]: audit 2023-12-07T19:44:09.679422+0000 mon.a (mon.0) 1290 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:44:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:10 smithi135 bash[32435]: audit 2023-12-07T19:44:09.681165+0000 mon.a (mon.0) 1291 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:44:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:10 smithi135 bash[32435]: audit 2023-12-07T19:44:09.688653+0000 mon.a (mon.0) 1292 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:44:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:11 smithi079 bash[28699]: cluster 2023-12-07T19:44:09.803745+0000 mgr.a (mgr.14403) 6004 : cluster 0 pgmap v4478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:11 smithi194 bash[32038]: cluster 2023-12-07T19:44:09.803745+0000 mgr.a (mgr.14403) 6004 : cluster 0 pgmap v4478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:11 smithi135 bash[32435]: cluster 2023-12-07T19:44:09.803745+0000 mgr.a (mgr.14403) 6004 : cluster 0 pgmap v4478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:13.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:13 smithi079 bash[28699]: cluster 2023-12-07T19:44:11.804356+0000 mgr.a (mgr.14403) 6005 : cluster 0 pgmap v4479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:13.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:13 smithi194 bash[32038]: cluster 2023-12-07T19:44:11.804356+0000 mgr.a (mgr.14403) 6005 : cluster 0 pgmap v4479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:13 smithi135 bash[32435]: cluster 2023-12-07T19:44:11.804356+0000 mgr.a (mgr.14403) 6005 : cluster 0 pgmap v4479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:14.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:44:14.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:14.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:15.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:15.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:15.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:15.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:44:15.144 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:44:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:15 smithi079 bash[28699]: cluster 2023-12-07T19:44:13.805251+0000 mgr.a (mgr.14403) 6006 : cluster 0 pgmap v4480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:15 smithi194 bash[32038]: cluster 2023-12-07T19:44:13.805251+0000 mgr.a (mgr.14403) 6006 : cluster 0 pgmap v4480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:15 smithi135 bash[32435]: cluster 2023-12-07T19:44:13.805251+0000 mgr.a (mgr.14403) 6006 : cluster 0 pgmap v4480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:16 smithi194 bash[32038]: audit 2023-12-07T19:44:14.649104+0000 mgr.a (mgr.14403) 6007 : audit 0 from='client.129147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:16.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:16 smithi135 bash[32435]: audit 2023-12-07T19:44:14.649104+0000 mgr.a (mgr.14403) 6007 : audit 0 from='client.129147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:16 smithi079 bash[28699]: audit 2023-12-07T19:44:14.649104+0000 mgr.a (mgr.14403) 6007 : audit 0 from='client.129147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:17 smithi194 bash[32038]: cluster 2023-12-07T19:44:15.805965+0000 mgr.a (mgr.14403) 6008 : cluster 0 pgmap v4481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:17 smithi135 bash[32435]: cluster 2023-12-07T19:44:15.805965+0000 mgr.a (mgr.14403) 6008 : cluster 0 pgmap v4481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:17 smithi079 bash[28699]: cluster 2023-12-07T19:44:15.805965+0000 mgr.a (mgr.14403) 6008 : cluster 0 pgmap v4481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:19.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:19 smithi194 bash[32038]: cluster 2023-12-07T19:44:17.806498+0000 mgr.a (mgr.14403) 6009 : cluster 0 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-07T19:44:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:19 smithi135 bash[32435]: cluster 2023-12-07T19:44:17.806498+0000 mgr.a (mgr.14403) 6009 : cluster 0 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-07T19:44:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:19 smithi079 bash[28699]: cluster 2023-12-07T19:44:17.806498+0000 mgr.a (mgr.14403) 6009 : cluster 0 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-07T19:44:20.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:44:20.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:20.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:21.024 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:44:21.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:21.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:21.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:21.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:44:21.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:21 smithi194 bash[32038]: cluster 2023-12-07T19:44:19.807290+0000 mgr.a (mgr.14403) 6010 : cluster 0 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-07T19:44:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:21 smithi135 bash[32435]: cluster 2023-12-07T19:44:19.807290+0000 mgr.a (mgr.14403) 6010 : cluster 0 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-07T19:44:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:21 smithi079 bash[28699]: cluster 2023-12-07T19:44:19.807290+0000 mgr.a (mgr.14403) 6010 : cluster 0 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-07T19:44:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:22 smithi194 bash[32038]: audit 2023-12-07T19:44:20.550177+0000 mgr.a (mgr.14403) 6011 : audit 0 from='client.129225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:22.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:22 smithi135 bash[32435]: audit 2023-12-07T19:44:20.550177+0000 mgr.a (mgr.14403) 6011 : audit 0 from='client.129225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:22 smithi079 bash[28699]: audit 2023-12-07T19:44:20.550177+0000 mgr.a (mgr.14403) 6011 : audit 0 from='client.129225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:23 smithi194 bash[32038]: cluster 2023-12-07T19:44:21.807987+0000 mgr.a (mgr.14403) 6012 : cluster 0 pgmap v4484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:23 smithi135 bash[32435]: cluster 2023-12-07T19:44:21.807987+0000 mgr.a (mgr.14403) 6012 : cluster 0 pgmap v4484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:23 smithi079 bash[28699]: cluster 2023-12-07T19:44:21.807987+0000 mgr.a (mgr.14403) 6012 : cluster 0 pgmap v4484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:25 smithi194 bash[32038]: cluster 2023-12-07T19:44:23.808792+0000 mgr.a (mgr.14403) 6013 : cluster 0 pgmap v4485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:25 smithi135 bash[32435]: cluster 2023-12-07T19:44:23.808792+0000 mgr.a (mgr.14403) 6013 : cluster 0 pgmap v4485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:25 smithi079 bash[28699]: cluster 2023-12-07T19:44:23.808792+0000 mgr.a (mgr.14403) 6013 : cluster 0 pgmap v4485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:26.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:44:26.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:26.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:26.921 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:44:26.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:26.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:26.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:26.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:44:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:27 smithi194 bash[32038]: cluster 2023-12-07T19:44:25.809377+0000 mgr.a (mgr.14403) 6014 : cluster 0 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-07T19:44:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:27 smithi135 bash[32435]: cluster 2023-12-07T19:44:25.809377+0000 mgr.a (mgr.14403) 6014 : cluster 0 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-07T19:44:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:27 smithi079 bash[28699]: cluster 2023-12-07T19:44:25.809377+0000 mgr.a (mgr.14403) 6014 : cluster 0 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-07T19:44:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:28 smithi194 bash[32038]: audit 2023-12-07T19:44:26.439918+0000 mgr.a (mgr.14403) 6015 : audit 0 from='client.129300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:28 smithi135 bash[32435]: audit 2023-12-07T19:44:26.439918+0000 mgr.a (mgr.14403) 6015 : audit 0 from='client.129300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:28 smithi079 bash[28699]: audit 2023-12-07T19:44:26.439918+0000 mgr.a (mgr.14403) 6015 : audit 0 from='client.129300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:29 smithi194 bash[32038]: cluster 2023-12-07T19:44:27.810074+0000 mgr.a (mgr.14403) 6016 : cluster 0 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-07T19:44:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:29 smithi135 bash[32435]: cluster 2023-12-07T19:44:27.810074+0000 mgr.a (mgr.14403) 6016 : cluster 0 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-07T19:44:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:29 smithi079 bash[28699]: cluster 2023-12-07T19:44:27.810074+0000 mgr.a (mgr.14403) 6016 : cluster 0 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-07T19:44:31.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:31 smithi194 bash[32038]: cluster 2023-12-07T19:44:29.810905+0000 mgr.a (mgr.14403) 6017 : cluster 0 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-07T19:44:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:31 smithi135 bash[32435]: cluster 2023-12-07T19:44:29.810905+0000 mgr.a (mgr.14403) 6017 : cluster 0 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-07T19:44:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:31 smithi079 bash[28699]: cluster 2023-12-07T19:44:29.810905+0000 mgr.a (mgr.14403) 6017 : cluster 0 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-07T19:44:31.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:44:31.926 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:31.926 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:32.846 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:44:32.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:32.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:32.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:32.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:44:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:33 smithi194 bash[32038]: cluster 2023-12-07T19:44:31.811462+0000 mgr.a (mgr.14403) 6018 : cluster 0 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-07T19:44:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:33 smithi194 bash[32038]: audit 2023-12-07T19:44:32.328717+0000 mgr.a (mgr.14403) 6019 : audit 0 from='client.129375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:33 smithi135 bash[32435]: cluster 2023-12-07T19:44:31.811462+0000 mgr.a (mgr.14403) 6018 : cluster 0 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-07T19:44:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:33 smithi135 bash[32435]: audit 2023-12-07T19:44:32.328717+0000 mgr.a (mgr.14403) 6019 : audit 0 from='client.129375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:33 smithi079 bash[28699]: cluster 2023-12-07T19:44:31.811462+0000 mgr.a (mgr.14403) 6018 : cluster 0 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-07T19:44:33.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:33 smithi079 bash[28699]: audit 2023-12-07T19:44:32.328717+0000 mgr.a (mgr.14403) 6019 : audit 0 from='client.129375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:35 smithi194 bash[32038]: cluster 2023-12-07T19:44:33.812341+0000 mgr.a (mgr.14403) 6020 : cluster 0 pgmap v4490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:35 smithi135 bash[32435]: cluster 2023-12-07T19:44:33.812341+0000 mgr.a (mgr.14403) 6020 : cluster 0 pgmap v4490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:35 smithi079 bash[28699]: cluster 2023-12-07T19:44:33.812341+0000 mgr.a (mgr.14403) 6020 : cluster 0 pgmap v4490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:44:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:37 smithi135 bash[32435]: cluster 2023-12-07T19:44:35.812937+0000 mgr.a (mgr.14403) 6021 : cluster 0 pgmap v4491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:37 smithi079 bash[28699]: cluster 2023-12-07T19:44:35.812937+0000 mgr.a (mgr.14403) 6021 : cluster 0 pgmap v4491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:37 smithi194 bash[32038]: cluster 2023-12-07T19:44:35.812937+0000 mgr.a (mgr.14403) 6021 : cluster 0 pgmap v4491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:37.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:44:37.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:37.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:38.729 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:44:38.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:38.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:38.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:38.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:44:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:39 smithi079 bash[28699]: cluster 2023-12-07T19:44:37.813506+0000 mgr.a (mgr.14403) 6022 : cluster 0 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-07T19:44:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:39 smithi079 bash[28699]: audit 2023-12-07T19:44:38.253211+0000 mgr.a (mgr.14403) 6023 : audit 0 from='client.129450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:39 smithi194 bash[32038]: cluster 2023-12-07T19:44:37.813506+0000 mgr.a (mgr.14403) 6022 : cluster 0 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-07T19:44:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:39 smithi194 bash[32038]: audit 2023-12-07T19:44:38.253211+0000 mgr.a (mgr.14403) 6023 : audit 0 from='client.129450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:39 smithi135 bash[32435]: cluster 2023-12-07T19:44:37.813506+0000 mgr.a (mgr.14403) 6022 : cluster 0 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-07T19:44:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:39 smithi135 bash[32435]: audit 2023-12-07T19:44:38.253211+0000 mgr.a (mgr.14403) 6023 : audit 0 from='client.129450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:41 smithi079 bash[28699]: cluster 2023-12-07T19:44:39.814537+0000 mgr.a (mgr.14403) 6024 : cluster 0 pgmap v4493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:44:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:41 smithi194 bash[32038]: cluster 2023-12-07T19:44:39.814537+0000 mgr.a (mgr.14403) 6024 : cluster 0 pgmap v4493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:44:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:41 smithi135 bash[32435]: cluster 2023-12-07T19:44:39.814537+0000 mgr.a (mgr.14403) 6024 : cluster 0 pgmap v4493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:44:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:43 smithi079 bash[28699]: cluster 2023-12-07T19:44:41.815145+0000 mgr.a (mgr.14403) 6025 : cluster 0 pgmap v4494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:44:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:43 smithi194 bash[32038]: cluster 2023-12-07T19:44:41.815145+0000 mgr.a (mgr.14403) 6025 : cluster 0 pgmap v4494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:44:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:43 smithi135 bash[32435]: cluster 2023-12-07T19:44:41.815145+0000 mgr.a (mgr.14403) 6025 : cluster 0 pgmap v4494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:44:43.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:44:43.731 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:43.732 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:44.605 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:44:44.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:44.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:44.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:44.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:44:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:45 smithi079 bash[28699]: cluster 2023-12-07T19:44:43.815881+0000 mgr.a (mgr.14403) 6026 : cluster 0 pgmap v4495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:45 smithi079 bash[28699]: audit 2023-12-07T19:44:44.138505+0000 mgr.a (mgr.14403) 6027 : audit 0 from='client.129525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:45 smithi194 bash[32038]: cluster 2023-12-07T19:44:43.815881+0000 mgr.a (mgr.14403) 6026 : cluster 0 pgmap v4495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:45 smithi194 bash[32038]: audit 2023-12-07T19:44:44.138505+0000 mgr.a (mgr.14403) 6027 : audit 0 from='client.129525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:45 smithi135 bash[32435]: cluster 2023-12-07T19:44:43.815881+0000 mgr.a (mgr.14403) 6026 : cluster 0 pgmap v4495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:45 smithi135 bash[32435]: audit 2023-12-07T19:44:44.138505+0000 mgr.a (mgr.14403) 6027 : audit 0 from='client.129525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:47 smithi079 bash[28699]: cluster 2023-12-07T19:44:45.816568+0000 mgr.a (mgr.14403) 6028 : cluster 0 pgmap v4496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:47 smithi194 bash[32038]: cluster 2023-12-07T19:44:45.816568+0000 mgr.a (mgr.14403) 6028 : cluster 0 pgmap v4496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:47 smithi135 bash[32435]: cluster 2023-12-07T19:44:45.816568+0000 mgr.a (mgr.14403) 6028 : cluster 0 pgmap v4496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:49.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:44:49.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:49.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:49 smithi079 bash[28699]: cluster 2023-12-07T19:44:47.817130+0000 mgr.a (mgr.14403) 6029 : cluster 0 pgmap v4497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:49 smithi194 bash[32038]: cluster 2023-12-07T19:44:47.817130+0000 mgr.a (mgr.14403) 6029 : cluster 0 pgmap v4497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:49 smithi135 bash[32435]: cluster 2023-12-07T19:44:47.817130+0000 mgr.a (mgr.14403) 6029 : cluster 0 pgmap v4497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:44:50.494 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:44:50.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:50.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:50.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:50.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:44:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:51 smithi079 bash[28699]: cluster 2023-12-07T19:44:49.818009+0000 mgr.a (mgr.14403) 6030 : cluster 0 pgmap v4498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:51 smithi079 bash[28699]: audit 2023-12-07T19:44:50.015478+0000 mgr.a (mgr.14403) 6031 : audit 0 from='client.129600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:51 smithi194 bash[32038]: cluster 2023-12-07T19:44:49.818009+0000 mgr.a (mgr.14403) 6030 : cluster 0 pgmap v4498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:51 smithi194 bash[32038]: audit 2023-12-07T19:44:50.015478+0000 mgr.a (mgr.14403) 6031 : audit 0 from='client.129600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:51 smithi135 bash[32435]: cluster 2023-12-07T19:44:49.818009+0000 mgr.a (mgr.14403) 6030 : cluster 0 pgmap v4498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:51 smithi135 bash[32435]: audit 2023-12-07T19:44:50.015478+0000 mgr.a (mgr.14403) 6031 : audit 0 from='client.129600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:53 smithi079 bash[28699]: cluster 2023-12-07T19:44:51.818742+0000 mgr.a (mgr.14403) 6032 : cluster 0 pgmap v4499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:44:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:53 smithi194 bash[32038]: cluster 2023-12-07T19:44:51.818742+0000 mgr.a (mgr.14403) 6032 : cluster 0 pgmap v4499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:44:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:53 smithi135 bash[32435]: cluster 2023-12-07T19:44:51.818742+0000 mgr.a (mgr.14403) 6032 : cluster 0 pgmap v4499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:44:55.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:44:55.499 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:44:55.499 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:44:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:55 smithi079 bash[28699]: cluster 2023-12-07T19:44:53.819576+0000 mgr.a (mgr.14403) 6033 : cluster 0 pgmap v4500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:44:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:55 smithi194 bash[32038]: cluster 2023-12-07T19:44:53.819576+0000 mgr.a (mgr.14403) 6033 : cluster 0 pgmap v4500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:44:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:55 smithi135 bash[32435]: cluster 2023-12-07T19:44:53.819576+0000 mgr.a (mgr.14403) 6033 : cluster 0 pgmap v4500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:44:56.397 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:44:56.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:44:56.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:44:56.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:44:56.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:44:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:57 smithi079 bash[28699]: cluster 2023-12-07T19:44:55.820072+0000 mgr.a (mgr.14403) 6034 : cluster 0 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-07T19:44:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:57 smithi079 bash[28699]: audit 2023-12-07T19:44:55.904515+0000 mgr.a (mgr.14403) 6035 : audit 0 from='client.129675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:57 smithi194 bash[32038]: cluster 2023-12-07T19:44:55.820072+0000 mgr.a (mgr.14403) 6034 : cluster 0 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-07T19:44:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:57 smithi194 bash[32038]: audit 2023-12-07T19:44:55.904515+0000 mgr.a (mgr.14403) 6035 : audit 0 from='client.129675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:57 smithi135 bash[32435]: cluster 2023-12-07T19:44:55.820072+0000 mgr.a (mgr.14403) 6034 : cluster 0 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-07T19:44:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:57 smithi135 bash[32435]: audit 2023-12-07T19:44:55.904515+0000 mgr.a (mgr.14403) 6035 : audit 0 from='client.129675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:44:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:44:59 smithi079 bash[28699]: cluster 2023-12-07T19:44:57.820866+0000 mgr.a (mgr.14403) 6036 : cluster 0 pgmap v4502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:44:59 smithi194 bash[32038]: cluster 2023-12-07T19:44:57.820866+0000 mgr.a (mgr.14403) 6036 : cluster 0 pgmap v4502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:44:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:44:59 smithi135 bash[32435]: cluster 2023-12-07T19:44:57.820866+0000 mgr.a (mgr.14403) 6036 : cluster 0 pgmap v4502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:01.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:45:01.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:01.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:01 smithi135 bash[32435]: cluster 2023-12-07T19:44:59.821660+0000 mgr.a (mgr.14403) 6037 : cluster 0 pgmap v4503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:01.632 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:01 smithi194 bash[32038]: cluster 2023-12-07T19:44:59.821660+0000 mgr.a (mgr.14403) 6037 : cluster 0 pgmap v4503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:01 smithi079 bash[28699]: cluster 2023-12-07T19:44:59.821660+0000 mgr.a (mgr.14403) 6037 : cluster 0 pgmap v4503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:02.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:02.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:02.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:02.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:45:02.332 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:45:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:03 smithi079 bash[28699]: audit 2023-12-07T19:45:01.807214+0000 mgr.a (mgr.14403) 6038 : audit 0 from='client.129747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:03 smithi079 bash[28699]: cluster 2023-12-07T19:45:01.822827+0000 mgr.a (mgr.14403) 6039 : cluster 0 pgmap v4504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:03 smithi194 bash[32038]: audit 2023-12-07T19:45:01.807214+0000 mgr.a (mgr.14403) 6038 : audit 0 from='client.129747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:03 smithi194 bash[32038]: cluster 2023-12-07T19:45:01.822827+0000 mgr.a (mgr.14403) 6039 : cluster 0 pgmap v4504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:03 smithi135 bash[32435]: audit 2023-12-07T19:45:01.807214+0000 mgr.a (mgr.14403) 6038 : audit 0 from='client.129747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:03 smithi135 bash[32435]: cluster 2023-12-07T19:45:01.822827+0000 mgr.a (mgr.14403) 6039 : cluster 0 pgmap v4504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:05 smithi079 bash[28699]: cluster 2023-12-07T19:45:03.823694+0000 mgr.a (mgr.14403) 6040 : cluster 0 pgmap v4505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:05 smithi194 bash[32038]: cluster 2023-12-07T19:45:03.823694+0000 mgr.a (mgr.14403) 6040 : cluster 0 pgmap v4505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:05 smithi135 bash[32435]: cluster 2023-12-07T19:45:03.823694+0000 mgr.a (mgr.14403) 6040 : cluster 0 pgmap v4505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:07.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:45:07.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:07.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:07 smithi079 bash[28699]: cluster 2023-12-07T19:45:05.824262+0000 mgr.a (mgr.14403) 6041 : cluster 0 pgmap v4506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:07 smithi194 bash[32038]: cluster 2023-12-07T19:45:05.824262+0000 mgr.a (mgr.14403) 6041 : cluster 0 pgmap v4506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:07 smithi135 bash[32435]: cluster 2023-12-07T19:45:05.824262+0000 mgr.a (mgr.14403) 6041 : cluster 0 pgmap v4506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:08.248 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:45:08.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:08.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:08.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:08.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:45:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:09 smithi079 bash[28699]: audit 2023-12-07T19:45:07.740395+0000 mgr.a (mgr.14403) 6042 : audit 0 from='client.129825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:09 smithi079 bash[28699]: cluster 2023-12-07T19:45:07.824749+0000 mgr.a (mgr.14403) 6043 : cluster 0 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-07T19:45:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:09 smithi194 bash[32038]: audit 2023-12-07T19:45:07.740395+0000 mgr.a (mgr.14403) 6042 : audit 0 from='client.129825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:09 smithi194 bash[32038]: cluster 2023-12-07T19:45:07.824749+0000 mgr.a (mgr.14403) 6043 : cluster 0 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-07T19:45:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:09 smithi135 bash[32435]: audit 2023-12-07T19:45:07.740395+0000 mgr.a (mgr.14403) 6042 : audit 0 from='client.129825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:09 smithi135 bash[32435]: cluster 2023-12-07T19:45:07.824749+0000 mgr.a (mgr.14403) 6043 : cluster 0 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-07T19:45:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:10 smithi079 bash[28699]: audit 2023-12-07T19:45:09.792072+0000 mon.a (mon.0) 1293 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:45:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:10 smithi194 bash[32038]: audit 2023-12-07T19:45:09.792072+0000 mon.a (mon.0) 1293 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:45:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:10 smithi135 bash[32435]: audit 2023-12-07T19:45:09.792072+0000 mon.a (mon.0) 1293 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:45:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:11 smithi079 bash[28699]: cluster 2023-12-07T19:45:09.825583+0000 mgr.a (mgr.14403) 6044 : cluster 0 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-07T19:45:11.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:11 smithi079 bash[28699]: audit 2023-12-07T19:45:10.321311+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:11.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:11 smithi079 bash[28699]: audit 2023-12-07T19:45:10.326606+0000 mon.a (mon.0) 1295 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:11 smithi194 bash[32038]: cluster 2023-12-07T19:45:09.825583+0000 mgr.a (mgr.14403) 6044 : cluster 0 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-07T19:45:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:11 smithi194 bash[32038]: audit 2023-12-07T19:45:10.321311+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:11 smithi194 bash[32038]: audit 2023-12-07T19:45:10.326606+0000 mon.a (mon.0) 1295 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:11 smithi135 bash[32435]: cluster 2023-12-07T19:45:09.825583+0000 mgr.a (mgr.14403) 6044 : cluster 0 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-07T19:45:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:11 smithi135 bash[32435]: audit 2023-12-07T19:45:10.321311+0000 mon.a (mon.0) 1294 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:11 smithi135 bash[32435]: audit 2023-12-07T19:45:10.326606+0000 mon.a (mon.0) 1295 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:13.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:45:13.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:13.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:13 smithi079 bash[28699]: cluster 2023-12-07T19:45:11.826172+0000 mgr.a (mgr.14403) 6045 : cluster 0 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-07T19:45:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:13 smithi194 bash[32038]: cluster 2023-12-07T19:45:11.826172+0000 mgr.a (mgr.14403) 6045 : cluster 0 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-07T19:45:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:13 smithi135 bash[32435]: cluster 2023-12-07T19:45:11.826172+0000 mgr.a (mgr.14403) 6045 : cluster 0 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-07T19:45:14.153 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:45:14.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:14.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:14.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:14.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:45:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:15 smithi079 bash[28699]: audit 2023-12-07T19:45:13.661226+0000 mgr.a (mgr.14403) 6046 : audit 0 from='client.129900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:15 smithi079 bash[28699]: cluster 2023-12-07T19:45:13.827328+0000 mgr.a (mgr.14403) 6047 : cluster 0 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-07T19:45:15.676 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:15 smithi194 bash[32038]: audit 2023-12-07T19:45:13.661226+0000 mgr.a (mgr.14403) 6046 : audit 0 from='client.129900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:15.677 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:15 smithi194 bash[32038]: cluster 2023-12-07T19:45:13.827328+0000 mgr.a (mgr.14403) 6047 : cluster 0 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-07T19:45:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:15 smithi135 bash[32435]: audit 2023-12-07T19:45:13.661226+0000 mgr.a (mgr.14403) 6046 : audit 0 from='client.129900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:15 smithi135 bash[32435]: cluster 2023-12-07T19:45:13.827328+0000 mgr.a (mgr.14403) 6047 : cluster 0 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-07T19:45:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:17 smithi079 bash[28699]: cluster 2023-12-07T19:45:15.827958+0000 mgr.a (mgr.14403) 6048 : cluster 0 pgmap v4511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:17 smithi194 bash[32038]: cluster 2023-12-07T19:45:15.827958+0000 mgr.a (mgr.14403) 6048 : cluster 0 pgmap v4511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:17 smithi135 bash[32435]: cluster 2023-12-07T19:45:15.827958+0000 mgr.a (mgr.14403) 6048 : cluster 0 pgmap v4511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:19.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:45:19.157 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:19.157 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:19 smithi079 bash[28699]: cluster 2023-12-07T19:45:17.828526+0000 mgr.a (mgr.14403) 6049 : cluster 0 pgmap v4512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:19 smithi194 bash[32038]: cluster 2023-12-07T19:45:17.828526+0000 mgr.a (mgr.14403) 6049 : cluster 0 pgmap v4512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:19 smithi135 bash[32435]: cluster 2023-12-07T19:45:17.828526+0000 mgr.a (mgr.14403) 6049 : cluster 0 pgmap v4512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:20.022 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:45:20.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:20.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:20.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:20.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:45:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:21 smithi079 bash[28699]: audit 2023-12-07T19:45:19.558635+0000 mgr.a (mgr.14403) 6050 : audit 0 from='client.129972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:21 smithi079 bash[28699]: cluster 2023-12-07T19:45:19.829719+0000 mgr.a (mgr.14403) 6051 : cluster 0 pgmap v4513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:21 smithi079 bash[28699]: audit 2023-12-07T19:45:20.647873+0000 mon.a (mon.0) 1296 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:21 smithi079 bash[28699]: audit 2023-12-07T19:45:20.654032+0000 mon.a (mon.0) 1297 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:21 smithi079 bash[28699]: audit 2023-12-07T19:45:20.655680+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:45:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:21 smithi079 bash[28699]: audit 2023-12-07T19:45:20.657373+0000 mon.a (mon.0) 1299 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:45:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:21 smithi079 bash[28699]: audit 2023-12-07T19:45:20.664898+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:21 smithi194 bash[32038]: audit 2023-12-07T19:45:19.558635+0000 mgr.a (mgr.14403) 6050 : audit 0 from='client.129972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:21 smithi194 bash[32038]: cluster 2023-12-07T19:45:19.829719+0000 mgr.a (mgr.14403) 6051 : cluster 0 pgmap v4513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:21 smithi194 bash[32038]: audit 2023-12-07T19:45:20.647873+0000 mon.a (mon.0) 1296 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:21 smithi194 bash[32038]: audit 2023-12-07T19:45:20.654032+0000 mon.a (mon.0) 1297 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:21 smithi194 bash[32038]: audit 2023-12-07T19:45:20.655680+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:45:21.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:21 smithi194 bash[32038]: audit 2023-12-07T19:45:20.657373+0000 mon.a (mon.0) 1299 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:45:21.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:21 smithi194 bash[32038]: audit 2023-12-07T19:45:20.664898+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:21 smithi135 bash[32435]: audit 2023-12-07T19:45:19.558635+0000 mgr.a (mgr.14403) 6050 : audit 0 from='client.129972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:21 smithi135 bash[32435]: cluster 2023-12-07T19:45:19.829719+0000 mgr.a (mgr.14403) 6051 : cluster 0 pgmap v4513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:21 smithi135 bash[32435]: audit 2023-12-07T19:45:20.647873+0000 mon.a (mon.0) 1296 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:21 smithi135 bash[32435]: audit 2023-12-07T19:45:20.654032+0000 mon.a (mon.0) 1297 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:21 smithi135 bash[32435]: audit 2023-12-07T19:45:20.655680+0000 mon.a (mon.0) 1298 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:45:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:21 smithi135 bash[32435]: audit 2023-12-07T19:45:20.657373+0000 mon.a (mon.0) 1299 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:45:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:21 smithi135 bash[32435]: audit 2023-12-07T19:45:20.664898+0000 mon.a (mon.0) 1300 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:45:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:23 smithi079 bash[28699]: cluster 2023-12-07T19:45:21.830399+0000 mgr.a (mgr.14403) 6052 : cluster 0 pgmap v4514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:23 smithi194 bash[32038]: cluster 2023-12-07T19:45:21.830399+0000 mgr.a (mgr.14403) 6052 : cluster 0 pgmap v4514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:23 smithi135 bash[32435]: cluster 2023-12-07T19:45:21.830399+0000 mgr.a (mgr.14403) 6052 : cluster 0 pgmap v4514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:25.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:45:25.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:25.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:25 smithi079 bash[28699]: cluster 2023-12-07T19:45:23.831283+0000 mgr.a (mgr.14403) 6053 : cluster 0 pgmap v4515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:25 smithi194 bash[32038]: cluster 2023-12-07T19:45:23.831283+0000 mgr.a (mgr.14403) 6053 : cluster 0 pgmap v4515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:25 smithi135 bash[32435]: cluster 2023-12-07T19:45:23.831283+0000 mgr.a (mgr.14403) 6053 : cluster 0 pgmap v4515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:25.917 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:45:25.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:25.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:25.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:25.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:45:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:27 smithi079 bash[28699]: audit 2023-12-07T19:45:25.432661+0000 mgr.a (mgr.14403) 6054 : audit 0 from='client.130050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:27.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:27 smithi079 bash[28699]: cluster 2023-12-07T19:45:25.832038+0000 mgr.a (mgr.14403) 6055 : cluster 0 pgmap v4516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:27 smithi194 bash[32038]: audit 2023-12-07T19:45:25.432661+0000 mgr.a (mgr.14403) 6054 : audit 0 from='client.130050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:27 smithi194 bash[32038]: cluster 2023-12-07T19:45:25.832038+0000 mgr.a (mgr.14403) 6055 : cluster 0 pgmap v4516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:27 smithi135 bash[32435]: audit 2023-12-07T19:45:25.432661+0000 mgr.a (mgr.14403) 6054 : audit 0 from='client.130050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:27 smithi135 bash[32435]: cluster 2023-12-07T19:45:25.832038+0000 mgr.a (mgr.14403) 6055 : cluster 0 pgmap v4516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:28 smithi079 bash[28699]: cluster 2023-12-07T19:45:27.832652+0000 mgr.a (mgr.14403) 6056 : cluster 0 pgmap v4517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:28 smithi194 bash[32038]: cluster 2023-12-07T19:45:27.832652+0000 mgr.a (mgr.14403) 6056 : cluster 0 pgmap v4517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:28 smithi135 bash[32435]: cluster 2023-12-07T19:45:27.832652+0000 mgr.a (mgr.14403) 6056 : cluster 0 pgmap v4517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:30.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:45:30.921 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:30.921 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:30 smithi079 bash[28699]: cluster 2023-12-07T19:45:29.833483+0000 mgr.a (mgr.14403) 6057 : cluster 0 pgmap v4518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:30 smithi194 bash[32038]: cluster 2023-12-07T19:45:29.833483+0000 mgr.a (mgr.14403) 6057 : cluster 0 pgmap v4518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:31.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:30 smithi135 bash[32435]: cluster 2023-12-07T19:45:29.833483+0000 mgr.a (mgr.14403) 6057 : cluster 0 pgmap v4518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:31.830 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:45:31.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:31.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:31.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:31.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:45:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:32 smithi079 bash[28699]: audit 2023-12-07T19:45:31.331417+0000 mgr.a (mgr.14403) 6058 : audit 0 from='client.130125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:32 smithi194 bash[32038]: audit 2023-12-07T19:45:31.331417+0000 mgr.a (mgr.14403) 6058 : audit 0 from='client.130125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:32 smithi135 bash[32435]: audit 2023-12-07T19:45:31.331417+0000 mgr.a (mgr.14403) 6058 : audit 0 from='client.130125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:33 smithi079 bash[28699]: cluster 2023-12-07T19:45:31.834197+0000 mgr.a (mgr.14403) 6059 : cluster 0 pgmap v4519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:33 smithi194 bash[32038]: cluster 2023-12-07T19:45:31.834197+0000 mgr.a (mgr.14403) 6059 : cluster 0 pgmap v4519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:33 smithi135 bash[32435]: cluster 2023-12-07T19:45:31.834197+0000 mgr.a (mgr.14403) 6059 : cluster 0 pgmap v4519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:35 smithi194 bash[32038]: cluster 2023-12-07T19:45:33.834995+0000 mgr.a (mgr.14403) 6060 : cluster 0 pgmap v4520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:35 smithi135 bash[32435]: cluster 2023-12-07T19:45:33.834995+0000 mgr.a (mgr.14403) 6060 : cluster 0 pgmap v4520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:35 smithi079 bash[28699]: cluster 2023-12-07T19:45:33.834995+0000 mgr.a (mgr.14403) 6060 : cluster 0 pgmap v4520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:36.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:45:36.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:36.834 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:37 smithi194 bash[32038]: cluster 2023-12-07T19:45:35.835515+0000 mgr.a (mgr.14403) 6061 : cluster 0 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-07T19:45:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:37 smithi135 bash[32435]: cluster 2023-12-07T19:45:35.835515+0000 mgr.a (mgr.14403) 6061 : cluster 0 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-07T19:45:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:37 smithi079 bash[28699]: cluster 2023-12-07T19:45:35.835515+0000 mgr.a (mgr.14403) 6061 : cluster 0 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-07T19:45:37.721 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:45:37.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:37.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:37.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:37.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:45:38.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:38 smithi194 bash[32038]: audit 2023-12-07T19:45:37.236710+0000 mgr.a (mgr.14403) 6062 : audit 0 from='client.130200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:38 smithi135 bash[32435]: audit 2023-12-07T19:45:37.236710+0000 mgr.a (mgr.14403) 6062 : audit 0 from='client.130200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:38 smithi079 bash[28699]: audit 2023-12-07T19:45:37.236710+0000 mgr.a (mgr.14403) 6062 : audit 0 from='client.130200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:39 smithi194 bash[32038]: cluster 2023-12-07T19:45:37.836376+0000 mgr.a (mgr.14403) 6063 : cluster 0 pgmap v4522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:39 smithi135 bash[32435]: cluster 2023-12-07T19:45:37.836376+0000 mgr.a (mgr.14403) 6063 : cluster 0 pgmap v4522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:39 smithi079 bash[28699]: cluster 2023-12-07T19:45:37.836376+0000 mgr.a (mgr.14403) 6063 : cluster 0 pgmap v4522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:41.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:41 smithi194 bash[32038]: cluster 2023-12-07T19:45:39.837399+0000 mgr.a (mgr.14403) 6064 : cluster 0 pgmap v4523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:41 smithi135 bash[32435]: cluster 2023-12-07T19:45:39.837399+0000 mgr.a (mgr.14403) 6064 : cluster 0 pgmap v4523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:41.649 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:41 smithi079 bash[28699]: cluster 2023-12-07T19:45:39.837399+0000 mgr.a (mgr.14403) 6064 : cluster 0 pgmap v4523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:45:42.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:45:42.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:42.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:43 smithi194 bash[32038]: cluster 2023-12-07T19:45:41.837992+0000 mgr.a (mgr.14403) 6065 : cluster 0 pgmap v4524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:43 smithi135 bash[32435]: cluster 2023-12-07T19:45:41.837992+0000 mgr.a (mgr.14403) 6065 : cluster 0 pgmap v4524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:43.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:43.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:43.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:43.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:45:43.634 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:45:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:43 smithi079 bash[28699]: cluster 2023-12-07T19:45:41.837992+0000 mgr.a (mgr.14403) 6065 : cluster 0 pgmap v4524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:44 smithi194 bash[32038]: audit 2023-12-07T19:45:43.133978+0000 mgr.a (mgr.14403) 6066 : audit 0 from='client.130275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:44 smithi135 bash[32435]: audit 2023-12-07T19:45:43.133978+0000 mgr.a (mgr.14403) 6066 : audit 0 from='client.130275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:44 smithi079 bash[28699]: audit 2023-12-07T19:45:43.133978+0000 mgr.a (mgr.14403) 6066 : audit 0 from='client.130275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:45 smithi194 bash[32038]: cluster 2023-12-07T19:45:43.839238+0000 mgr.a (mgr.14403) 6067 : cluster 0 pgmap v4525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:45:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:45 smithi135 bash[32435]: cluster 2023-12-07T19:45:43.839238+0000 mgr.a (mgr.14403) 6067 : cluster 0 pgmap v4525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:45:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:45 smithi079 bash[28699]: cluster 2023-12-07T19:45:43.839238+0000 mgr.a (mgr.14403) 6067 : cluster 0 pgmap v4525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:45:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:47 smithi194 bash[32038]: cluster 2023-12-07T19:45:45.839893+0000 mgr.a (mgr.14403) 6068 : cluster 0 pgmap v4526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:45:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:47 smithi135 bash[32435]: cluster 2023-12-07T19:45:45.839893+0000 mgr.a (mgr.14403) 6068 : cluster 0 pgmap v4526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:45:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:47 smithi079 bash[28699]: cluster 2023-12-07T19:45:45.839893+0000 mgr.a (mgr.14403) 6068 : cluster 0 pgmap v4526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:45:48.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:45:48.636 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:48.636 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:49 smithi194 bash[32038]: cluster 2023-12-07T19:45:47.840576+0000 mgr.a (mgr.14403) 6069 : cluster 0 pgmap v4527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:45:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:49 smithi135 bash[32435]: cluster 2023-12-07T19:45:47.840576+0000 mgr.a (mgr.14403) 6069 : cluster 0 pgmap v4527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:45:49.529 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:45:49.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:49.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:49.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:49.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:45:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:49 smithi079 bash[28699]: cluster 2023-12-07T19:45:47.840576+0000 mgr.a (mgr.14403) 6069 : cluster 0 pgmap v4527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:45:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:50 smithi194 bash[32038]: audit 2023-12-07T19:45:49.035086+0000 mgr.a (mgr.14403) 6070 : audit 0 from='client.130353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:50 smithi135 bash[32435]: audit 2023-12-07T19:45:49.035086+0000 mgr.a (mgr.14403) 6070 : audit 0 from='client.130353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:50 smithi079 bash[28699]: audit 2023-12-07T19:45:49.035086+0000 mgr.a (mgr.14403) 6070 : audit 0 from='client.130353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:51 smithi135 bash[32435]: cluster 2023-12-07T19:45:49.841806+0000 mgr.a (mgr.14403) 6071 : cluster 0 pgmap v4528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:51 smithi079 bash[28699]: cluster 2023-12-07T19:45:49.841806+0000 mgr.a (mgr.14403) 6071 : cluster 0 pgmap v4528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:51 smithi194 bash[32038]: cluster 2023-12-07T19:45:49.841806+0000 mgr.a (mgr.14403) 6071 : cluster 0 pgmap v4528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:45:53.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:53 smithi079 bash[28699]: cluster 2023-12-07T19:45:51.842556+0000 mgr.a (mgr.14403) 6072 : cluster 0 pgmap v4529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:53 smithi194 bash[32038]: cluster 2023-12-07T19:45:51.842556+0000 mgr.a (mgr.14403) 6072 : cluster 0 pgmap v4529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:53 smithi135 bash[32435]: cluster 2023-12-07T19:45:51.842556+0000 mgr.a (mgr.14403) 6072 : cluster 0 pgmap v4529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:45:54.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:45:54.533 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:45:54.533 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:45:55.449 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:45:55.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:45:55.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:45:55.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:45:55.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:45:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:55 smithi079 bash[28699]: cluster 2023-12-07T19:45:53.843506+0000 mgr.a (mgr.14403) 6073 : cluster 0 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-07T19:45:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:55 smithi194 bash[32038]: cluster 2023-12-07T19:45:53.843506+0000 mgr.a (mgr.14403) 6073 : cluster 0 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-07T19:45:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:55 smithi135 bash[32435]: cluster 2023-12-07T19:45:53.843506+0000 mgr.a (mgr.14403) 6073 : cluster 0 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-07T19:45:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:56 smithi079 bash[28699]: audit 2023-12-07T19:45:54.943792+0000 mgr.a (mgr.14403) 6074 : audit 0 from='client.130431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:56 smithi194 bash[32038]: audit 2023-12-07T19:45:54.943792+0000 mgr.a (mgr.14403) 6074 : audit 0 from='client.130431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:56 smithi135 bash[32435]: audit 2023-12-07T19:45:54.943792+0000 mgr.a (mgr.14403) 6074 : audit 0 from='client.130431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:45:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:57 smithi079 bash[28699]: cluster 2023-12-07T19:45:55.844280+0000 mgr.a (mgr.14403) 6075 : cluster 0 pgmap v4531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:45:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:57 smithi194 bash[32038]: cluster 2023-12-07T19:45:55.844280+0000 mgr.a (mgr.14403) 6075 : cluster 0 pgmap v4531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:45:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:57 smithi135 bash[32435]: cluster 2023-12-07T19:45:55.844280+0000 mgr.a (mgr.14403) 6075 : cluster 0 pgmap v4531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:45:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:45:59 smithi079 bash[28699]: cluster 2023-12-07T19:45:57.844822+0000 mgr.a (mgr.14403) 6076 : cluster 0 pgmap v4532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:45:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:45:59 smithi194 bash[32038]: cluster 2023-12-07T19:45:57.844822+0000 mgr.a (mgr.14403) 6076 : cluster 0 pgmap v4532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:45:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:45:59 smithi135 bash[32435]: cluster 2023-12-07T19:45:57.844822+0000 mgr.a (mgr.14403) 6076 : cluster 0 pgmap v4532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:46:00.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:46:00.452 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:00.452 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:01.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:01.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:01.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:01.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:46:01.361 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:46:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:01 smithi079 bash[28699]: cluster 2023-12-07T19:45:59.845632+0000 mgr.a (mgr.14403) 6077 : cluster 0 pgmap v4533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:46:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:01 smithi194 bash[32038]: cluster 2023-12-07T19:45:59.845632+0000 mgr.a (mgr.14403) 6077 : cluster 0 pgmap v4533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:46:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:01 smithi135 bash[32435]: cluster 2023-12-07T19:45:59.845632+0000 mgr.a (mgr.14403) 6077 : cluster 0 pgmap v4533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:46:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:02 smithi079 bash[28699]: audit 2023-12-07T19:46:00.862163+0000 mgr.a (mgr.14403) 6078 : audit 0 from='client.130509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:02 smithi194 bash[32038]: audit 2023-12-07T19:46:00.862163+0000 mgr.a (mgr.14403) 6078 : audit 0 from='client.130509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:02 smithi135 bash[32435]: audit 2023-12-07T19:46:00.862163+0000 mgr.a (mgr.14403) 6078 : audit 0 from='client.130509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:03 smithi079 bash[28699]: cluster 2023-12-07T19:46:01.846367+0000 mgr.a (mgr.14403) 6079 : cluster 0 pgmap v4534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:03 smithi194 bash[32038]: cluster 2023-12-07T19:46:01.846367+0000 mgr.a (mgr.14403) 6079 : cluster 0 pgmap v4534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:03 smithi135 bash[32435]: cluster 2023-12-07T19:46:01.846367+0000 mgr.a (mgr.14403) 6079 : cluster 0 pgmap v4534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:05 smithi079 bash[28699]: cluster 2023-12-07T19:46:03.847283+0000 mgr.a (mgr.14403) 6080 : cluster 0 pgmap v4535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:05 smithi194 bash[32038]: cluster 2023-12-07T19:46:03.847283+0000 mgr.a (mgr.14403) 6080 : cluster 0 pgmap v4535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:05 smithi135 bash[32435]: cluster 2023-12-07T19:46:03.847283+0000 mgr.a (mgr.14403) 6080 : cluster 0 pgmap v4535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:06.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:46:06.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:06.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:07.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:07.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:07.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:07.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:46:07.259 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:46:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:07 smithi079 bash[28699]: cluster 2023-12-07T19:46:05.847778+0000 mgr.a (mgr.14403) 6081 : cluster 0 pgmap v4536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:07 smithi194 bash[32038]: cluster 2023-12-07T19:46:05.847778+0000 mgr.a (mgr.14403) 6081 : cluster 0 pgmap v4536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:07 smithi135 bash[32435]: cluster 2023-12-07T19:46:05.847778+0000 mgr.a (mgr.14403) 6081 : cluster 0 pgmap v4536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:08 smithi079 bash[28699]: audit 2023-12-07T19:46:06.765277+0000 mgr.a (mgr.14403) 6082 : audit 0 from='client.130587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:08 smithi194 bash[32038]: audit 2023-12-07T19:46:06.765277+0000 mgr.a (mgr.14403) 6082 : audit 0 from='client.130587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:08 smithi135 bash[32435]: audit 2023-12-07T19:46:06.765277+0000 mgr.a (mgr.14403) 6082 : audit 0 from='client.130587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:09 smithi079 bash[28699]: cluster 2023-12-07T19:46:07.848476+0000 mgr.a (mgr.14403) 6083 : cluster 0 pgmap v4537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:09 smithi194 bash[32038]: cluster 2023-12-07T19:46:07.848476+0000 mgr.a (mgr.14403) 6083 : cluster 0 pgmap v4537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:09 smithi135 bash[32435]: cluster 2023-12-07T19:46:07.848476+0000 mgr.a (mgr.14403) 6083 : cluster 0 pgmap v4537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:11 smithi079 bash[28699]: cluster 2023-12-07T19:46:09.849443+0000 mgr.a (mgr.14403) 6084 : cluster 0 pgmap v4538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:11 smithi194 bash[32038]: cluster 2023-12-07T19:46:09.849443+0000 mgr.a (mgr.14403) 6084 : cluster 0 pgmap v4538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:11 smithi135 bash[32435]: cluster 2023-12-07T19:46:09.849443+0000 mgr.a (mgr.14403) 6084 : cluster 0 pgmap v4538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:12.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:46:12.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:12.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:13.198 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:46:13.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:13.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:13.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:13.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:46:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:13 smithi079 bash[28699]: cluster 2023-12-07T19:46:11.849975+0000 mgr.a (mgr.14403) 6085 : cluster 0 pgmap v4539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:13 smithi194 bash[32038]: cluster 2023-12-07T19:46:11.849975+0000 mgr.a (mgr.14403) 6085 : cluster 0 pgmap v4539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:13 smithi135 bash[32435]: cluster 2023-12-07T19:46:11.849975+0000 mgr.a (mgr.14403) 6085 : cluster 0 pgmap v4539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:14 smithi079 bash[28699]: audit 2023-12-07T19:46:12.661685+0000 mgr.a (mgr.14403) 6086 : audit 0 from='client.130665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:14 smithi194 bash[32038]: audit 2023-12-07T19:46:12.661685+0000 mgr.a (mgr.14403) 6086 : audit 0 from='client.130665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:14 smithi135 bash[32435]: audit 2023-12-07T19:46:12.661685+0000 mgr.a (mgr.14403) 6086 : audit 0 from='client.130665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:15 smithi079 bash[28699]: cluster 2023-12-07T19:46:13.850948+0000 mgr.a (mgr.14403) 6087 : cluster 0 pgmap v4540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:15 smithi194 bash[32038]: cluster 2023-12-07T19:46:13.850948+0000 mgr.a (mgr.14403) 6087 : cluster 0 pgmap v4540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:15 smithi135 bash[32435]: cluster 2023-12-07T19:46:13.850948+0000 mgr.a (mgr.14403) 6087 : cluster 0 pgmap v4540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:17 smithi079 bash[28699]: cluster 2023-12-07T19:46:15.851595+0000 mgr.a (mgr.14403) 6088 : cluster 0 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-07T19:46:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:17 smithi194 bash[32038]: cluster 2023-12-07T19:46:15.851595+0000 mgr.a (mgr.14403) 6088 : cluster 0 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-07T19:46:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:17 smithi135 bash[32435]: cluster 2023-12-07T19:46:15.851595+0000 mgr.a (mgr.14403) 6088 : cluster 0 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-07T19:46:18.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:46:18.202 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:18.202 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:19.117 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:46:19.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:19.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:19.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:19.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:46:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:19 smithi079 bash[28699]: cluster 2023-12-07T19:46:17.852337+0000 mgr.a (mgr.14403) 6089 : cluster 0 pgmap v4542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:19 smithi194 bash[32038]: cluster 2023-12-07T19:46:17.852337+0000 mgr.a (mgr.14403) 6089 : cluster 0 pgmap v4542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:19 smithi135 bash[32435]: cluster 2023-12-07T19:46:17.852337+0000 mgr.a (mgr.14403) 6089 : cluster 0 pgmap v4542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:20 smithi079 bash[28699]: audit 2023-12-07T19:46:18.612426+0000 mgr.a (mgr.14403) 6090 : audit 0 from='client.130740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:20 smithi194 bash[32038]: audit 2023-12-07T19:46:18.612426+0000 mgr.a (mgr.14403) 6090 : audit 0 from='client.130740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:20 smithi135 bash[32435]: audit 2023-12-07T19:46:18.612426+0000 mgr.a (mgr.14403) 6090 : audit 0 from='client.130740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:21 smithi079 bash[28699]: cluster 2023-12-07T19:46:19.853342+0000 mgr.a (mgr.14403) 6091 : cluster 0 pgmap v4543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:21 smithi079 bash[28699]: audit 2023-12-07T19:46:20.767826+0000 mon.a (mon.0) 1301 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:46:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:21 smithi194 bash[32038]: cluster 2023-12-07T19:46:19.853342+0000 mgr.a (mgr.14403) 6091 : cluster 0 pgmap v4543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:21 smithi194 bash[32038]: audit 2023-12-07T19:46:20.767826+0000 mon.a (mon.0) 1301 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:46:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:21 smithi135 bash[32435]: cluster 2023-12-07T19:46:19.853342+0000 mgr.a (mgr.14403) 6091 : cluster 0 pgmap v4543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:21 smithi135 bash[32435]: audit 2023-12-07T19:46:20.767826+0000 mon.a (mon.0) 1301 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:46:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:22 smithi079 bash[28699]: audit 2023-12-07T19:46:21.301037+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:22 smithi079 bash[28699]: audit 2023-12-07T19:46:21.306892+0000 mon.a (mon.0) 1303 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:22 smithi079 bash[28699]: audit 2023-12-07T19:46:21.872629+0000 mon.a (mon.0) 1304 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:22 smithi079 bash[28699]: audit 2023-12-07T19:46:21.878249+0000 mon.a (mon.0) 1305 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:22 smithi079 bash[28699]: audit 2023-12-07T19:46:21.916075+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:22 smithi079 bash[28699]: audit 2023-12-07T19:46:21.923128+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:22 smithi194 bash[32038]: audit 2023-12-07T19:46:21.301037+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:22 smithi194 bash[32038]: audit 2023-12-07T19:46:21.306892+0000 mon.a (mon.0) 1303 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:22 smithi194 bash[32038]: audit 2023-12-07T19:46:21.872629+0000 mon.a (mon.0) 1304 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:22 smithi194 bash[32038]: audit 2023-12-07T19:46:21.878249+0000 mon.a (mon.0) 1305 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:22 smithi194 bash[32038]: audit 2023-12-07T19:46:21.916075+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:22 smithi194 bash[32038]: audit 2023-12-07T19:46:21.923128+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:22 smithi135 bash[32435]: audit 2023-12-07T19:46:21.301037+0000 mon.a (mon.0) 1302 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:22 smithi135 bash[32435]: audit 2023-12-07T19:46:21.306892+0000 mon.a (mon.0) 1303 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:22 smithi135 bash[32435]: audit 2023-12-07T19:46:21.872629+0000 mon.a (mon.0) 1304 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:22 smithi135 bash[32435]: audit 2023-12-07T19:46:21.878249+0000 mon.a (mon.0) 1305 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:22 smithi135 bash[32435]: audit 2023-12-07T19:46:21.916075+0000 mon.a (mon.0) 1306 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:22 smithi135 bash[32435]: audit 2023-12-07T19:46:21.923128+0000 mon.a (mon.0) 1307 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:23 smithi079 bash[28699]: cluster 2023-12-07T19:46:21.853854+0000 mgr.a (mgr.14403) 6092 : cluster 0 pgmap v4544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:23 smithi079 bash[28699]: audit 2023-12-07T19:46:22.484916+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:23 smithi079 bash[28699]: audit 2023-12-07T19:46:22.491180+0000 mon.a (mon.0) 1309 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:23 smithi079 bash[28699]: audit 2023-12-07T19:46:22.492576+0000 mon.a (mon.0) 1310 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:46:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:23 smithi079 bash[28699]: audit 2023-12-07T19:46:22.494112+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:46:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:23 smithi079 bash[28699]: audit 2023-12-07T19:46:22.501125+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:23 smithi194 bash[32038]: cluster 2023-12-07T19:46:21.853854+0000 mgr.a (mgr.14403) 6092 : cluster 0 pgmap v4544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:23.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:23 smithi194 bash[32038]: audit 2023-12-07T19:46:22.484916+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:23.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:23 smithi194 bash[32038]: audit 2023-12-07T19:46:22.491180+0000 mon.a (mon.0) 1309 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:23.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:23 smithi194 bash[32038]: audit 2023-12-07T19:46:22.492576+0000 mon.a (mon.0) 1310 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:46:23.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:23 smithi194 bash[32038]: audit 2023-12-07T19:46:22.494112+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:46:23.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:23 smithi194 bash[32038]: audit 2023-12-07T19:46:22.501125+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:23 smithi135 bash[32435]: cluster 2023-12-07T19:46:21.853854+0000 mgr.a (mgr.14403) 6092 : cluster 0 pgmap v4544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:23 smithi135 bash[32435]: audit 2023-12-07T19:46:22.484916+0000 mon.a (mon.0) 1308 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:23 smithi135 bash[32435]: audit 2023-12-07T19:46:22.491180+0000 mon.a (mon.0) 1309 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:23 smithi135 bash[32435]: audit 2023-12-07T19:46:22.492576+0000 mon.a (mon.0) 1310 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:46:23.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:23 smithi135 bash[32435]: audit 2023-12-07T19:46:22.494112+0000 mon.a (mon.0) 1311 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:46:23.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:23 smithi135 bash[32435]: audit 2023-12-07T19:46:22.501125+0000 mon.a (mon.0) 1312 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:46:24.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:46:24.120 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:24.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:25.018 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:46:25.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:25.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:25.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:25.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:46:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:25 smithi079 bash[28699]: cluster 2023-12-07T19:46:23.854713+0000 mgr.a (mgr.14403) 6093 : cluster 0 pgmap v4545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:25 smithi194 bash[32038]: cluster 2023-12-07T19:46:23.854713+0000 mgr.a (mgr.14403) 6093 : cluster 0 pgmap v4545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:25 smithi135 bash[32435]: cluster 2023-12-07T19:46:23.854713+0000 mgr.a (mgr.14403) 6093 : cluster 0 pgmap v4545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:26 smithi079 bash[28699]: audit 2023-12-07T19:46:24.526575+0000 mgr.a (mgr.14403) 6094 : audit 0 from='client.130818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:26 smithi194 bash[32038]: audit 2023-12-07T19:46:24.526575+0000 mgr.a (mgr.14403) 6094 : audit 0 from='client.130818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:26 smithi135 bash[32435]: audit 2023-12-07T19:46:24.526575+0000 mgr.a (mgr.14403) 6094 : audit 0 from='client.130818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:27 smithi079 bash[28699]: cluster 2023-12-07T19:46:25.855413+0000 mgr.a (mgr.14403) 6095 : cluster 0 pgmap v4546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:27 smithi194 bash[32038]: cluster 2023-12-07T19:46:25.855413+0000 mgr.a (mgr.14403) 6095 : cluster 0 pgmap v4546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:27 smithi135 bash[32435]: cluster 2023-12-07T19:46:25.855413+0000 mgr.a (mgr.14403) 6095 : cluster 0 pgmap v4546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:29.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:29 smithi079 bash[28699]: cluster 2023-12-07T19:46:27.855974+0000 mgr.a (mgr.14403) 6096 : cluster 0 pgmap v4547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:29 smithi194 bash[32038]: cluster 2023-12-07T19:46:27.855974+0000 mgr.a (mgr.14403) 6096 : cluster 0 pgmap v4547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:29 smithi135 bash[32435]: cluster 2023-12-07T19:46:27.855974+0000 mgr.a (mgr.14403) 6096 : cluster 0 pgmap v4547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:30.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:46:30.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:30.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:30.913 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:46:30.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:30.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:30.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:30.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:46:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:31 smithi079 bash[28699]: cluster 2023-12-07T19:46:29.856757+0000 mgr.a (mgr.14403) 6097 : cluster 0 pgmap v4548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:31 smithi194 bash[32038]: cluster 2023-12-07T19:46:29.856757+0000 mgr.a (mgr.14403) 6097 : cluster 0 pgmap v4548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:31 smithi135 bash[32435]: cluster 2023-12-07T19:46:29.856757+0000 mgr.a (mgr.14403) 6097 : cluster 0 pgmap v4548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:32 smithi079 bash[28699]: audit 2023-12-07T19:46:30.418409+0000 mgr.a (mgr.14403) 6098 : audit 0 from='client.130896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:32 smithi194 bash[32038]: audit 2023-12-07T19:46:30.418409+0000 mgr.a (mgr.14403) 6098 : audit 0 from='client.130896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:32 smithi135 bash[32435]: audit 2023-12-07T19:46:30.418409+0000 mgr.a (mgr.14403) 6098 : audit 0 from='client.130896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:33 smithi079 bash[28699]: cluster 2023-12-07T19:46:31.857422+0000 mgr.a (mgr.14403) 6099 : cluster 0 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-07T19:46:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:33 smithi194 bash[32038]: cluster 2023-12-07T19:46:31.857422+0000 mgr.a (mgr.14403) 6099 : cluster 0 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-07T19:46:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:33 smithi135 bash[32435]: cluster 2023-12-07T19:46:31.857422+0000 mgr.a (mgr.14403) 6099 : cluster 0 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-07T19:46:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:35 smithi079 bash[28699]: cluster 2023-12-07T19:46:33.858215+0000 mgr.a (mgr.14403) 6100 : cluster 0 pgmap v4550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:35 smithi194 bash[32038]: cluster 2023-12-07T19:46:33.858215+0000 mgr.a (mgr.14403) 6100 : cluster 0 pgmap v4550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:35 smithi135 bash[32435]: cluster 2023-12-07T19:46:33.858215+0000 mgr.a (mgr.14403) 6100 : cluster 0 pgmap v4550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:35.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:46:35.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:35.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:36.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:36.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:36.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:36.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:46:36.838 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:46:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:37 smithi079 bash[28699]: cluster 2023-12-07T19:46:35.858792+0000 mgr.a (mgr.14403) 6101 : cluster 0 pgmap v4551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:37 smithi079 bash[28699]: audit 2023-12-07T19:46:36.323307+0000 mgr.a (mgr.14403) 6102 : audit 0 from='client.130974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:37 smithi194 bash[32038]: cluster 2023-12-07T19:46:35.858792+0000 mgr.a (mgr.14403) 6101 : cluster 0 pgmap v4551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:37 smithi194 bash[32038]: audit 2023-12-07T19:46:36.323307+0000 mgr.a (mgr.14403) 6102 : audit 0 from='client.130974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:37 smithi135 bash[32435]: cluster 2023-12-07T19:46:35.858792+0000 mgr.a (mgr.14403) 6101 : cluster 0 pgmap v4551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:37 smithi135 bash[32435]: audit 2023-12-07T19:46:36.323307+0000 mgr.a (mgr.14403) 6102 : audit 0 from='client.130974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:39 smithi079 bash[28699]: cluster 2023-12-07T19:46:37.859390+0000 mgr.a (mgr.14403) 6103 : cluster 0 pgmap v4552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:39 smithi194 bash[32038]: cluster 2023-12-07T19:46:37.859390+0000 mgr.a (mgr.14403) 6103 : cluster 0 pgmap v4552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:39 smithi135 bash[32435]: cluster 2023-12-07T19:46:37.859390+0000 mgr.a (mgr.14403) 6103 : cluster 0 pgmap v4552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:41 smithi079 bash[28699]: cluster 2023-12-07T19:46:39.860192+0000 mgr.a (mgr.14403) 6104 : cluster 0 pgmap v4553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:41 smithi194 bash[32038]: cluster 2023-12-07T19:46:39.860192+0000 mgr.a (mgr.14403) 6104 : cluster 0 pgmap v4553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:41 smithi135 bash[32435]: cluster 2023-12-07T19:46:39.860192+0000 mgr.a (mgr.14403) 6104 : cluster 0 pgmap v4553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:41.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:46:41.841 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:41.841 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:42.741 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:46:42.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:42.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:42.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:42.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:46:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:43 smithi079 bash[28699]: cluster 2023-12-07T19:46:41.860765+0000 mgr.a (mgr.14403) 6105 : cluster 0 pgmap v4554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:43 smithi079 bash[28699]: audit 2023-12-07T19:46:42.243557+0000 mgr.a (mgr.14403) 6106 : audit 0 from='client.131052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:43 smithi194 bash[32038]: cluster 2023-12-07T19:46:41.860765+0000 mgr.a (mgr.14403) 6105 : cluster 0 pgmap v4554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:43 smithi194 bash[32038]: audit 2023-12-07T19:46:42.243557+0000 mgr.a (mgr.14403) 6106 : audit 0 from='client.131052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:43 smithi135 bash[32435]: cluster 2023-12-07T19:46:41.860765+0000 mgr.a (mgr.14403) 6105 : cluster 0 pgmap v4554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:43 smithi135 bash[32435]: audit 2023-12-07T19:46:42.243557+0000 mgr.a (mgr.14403) 6106 : audit 0 from='client.131052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:44 smithi079 bash[28699]: cluster 2023-12-07T19:46:43.861615+0000 mgr.a (mgr.14403) 6107 : cluster 0 pgmap v4555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:44 smithi194 bash[32038]: cluster 2023-12-07T19:46:43.861615+0000 mgr.a (mgr.14403) 6107 : cluster 0 pgmap v4555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:44 smithi135 bash[32435]: cluster 2023-12-07T19:46:43.861615+0000 mgr.a (mgr.14403) 6107 : cluster 0 pgmap v4555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:46:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:47 smithi194 bash[32038]: cluster 2023-12-07T19:46:45.862181+0000 mgr.a (mgr.14403) 6108 : cluster 0 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-07T19:46:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:47 smithi135 bash[32435]: cluster 2023-12-07T19:46:45.862181+0000 mgr.a (mgr.14403) 6108 : cluster 0 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-07T19:46:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:47 smithi079 bash[28699]: cluster 2023-12-07T19:46:45.862181+0000 mgr.a (mgr.14403) 6108 : cluster 0 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-07T19:46:47.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:46:47.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:47.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:48.665 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:46:48.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:48.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:48.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:48.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:46:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:49 smithi194 bash[32038]: cluster 2023-12-07T19:46:47.862834+0000 mgr.a (mgr.14403) 6109 : cluster 0 pgmap v4557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:49 smithi194 bash[32038]: audit 2023-12-07T19:46:48.149294+0000 mgr.a (mgr.14403) 6110 : audit 0 from='client.131127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:49 smithi135 bash[32435]: cluster 2023-12-07T19:46:47.862834+0000 mgr.a (mgr.14403) 6109 : cluster 0 pgmap v4557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:49 smithi135 bash[32435]: audit 2023-12-07T19:46:48.149294+0000 mgr.a (mgr.14403) 6110 : audit 0 from='client.131127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:49 smithi079 bash[28699]: cluster 2023-12-07T19:46:47.862834+0000 mgr.a (mgr.14403) 6109 : cluster 0 pgmap v4557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:49 smithi079 bash[28699]: audit 2023-12-07T19:46:48.149294+0000 mgr.a (mgr.14403) 6110 : audit 0 from='client.131127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:51 smithi194 bash[32038]: cluster 2023-12-07T19:46:49.863819+0000 mgr.a (mgr.14403) 6111 : cluster 0 pgmap v4558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:46:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:51 smithi135 bash[32435]: cluster 2023-12-07T19:46:49.863819+0000 mgr.a (mgr.14403) 6111 : cluster 0 pgmap v4558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:46:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:51 smithi079 bash[28699]: cluster 2023-12-07T19:46:49.863819+0000 mgr.a (mgr.14403) 6111 : cluster 0 pgmap v4558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:46:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:53 smithi194 bash[32038]: cluster 2023-12-07T19:46:51.864391+0000 mgr.a (mgr.14403) 6112 : cluster 0 pgmap v4559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:53 smithi135 bash[32435]: cluster 2023-12-07T19:46:51.864391+0000 mgr.a (mgr.14403) 6112 : cluster 0 pgmap v4559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:53 smithi079 bash[28699]: cluster 2023-12-07T19:46:51.864391+0000 mgr.a (mgr.14403) 6112 : cluster 0 pgmap v4559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:46:53.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:46:53.669 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:53.669 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:54.567 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:46:54.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:46:54.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:46:54.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:46:54.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:46:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:55 smithi194 bash[32038]: cluster 2023-12-07T19:46:53.865251+0000 mgr.a (mgr.14403) 6113 : cluster 0 pgmap v4560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:55 smithi194 bash[32038]: audit 2023-12-07T19:46:54.078777+0000 mgr.a (mgr.14403) 6114 : audit 0 from='client.131205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:55 smithi135 bash[32435]: cluster 2023-12-07T19:46:53.865251+0000 mgr.a (mgr.14403) 6113 : cluster 0 pgmap v4560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:55 smithi135 bash[32435]: audit 2023-12-07T19:46:54.078777+0000 mgr.a (mgr.14403) 6114 : audit 0 from='client.131205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:55 smithi079 bash[28699]: cluster 2023-12-07T19:46:53.865251+0000 mgr.a (mgr.14403) 6113 : cluster 0 pgmap v4560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:46:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:55 smithi079 bash[28699]: audit 2023-12-07T19:46:54.078777+0000 mgr.a (mgr.14403) 6114 : audit 0 from='client.131205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:46:57.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:57 smithi194 bash[32038]: cluster 2023-12-07T19:46:55.865934+0000 mgr.a (mgr.14403) 6115 : cluster 0 pgmap v4561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:57 smithi135 bash[32435]: cluster 2023-12-07T19:46:55.865934+0000 mgr.a (mgr.14403) 6115 : cluster 0 pgmap v4561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:57 smithi079 bash[28699]: cluster 2023-12-07T19:46:55.865934+0000 mgr.a (mgr.14403) 6115 : cluster 0 pgmap v4561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:46:59 smithi194 bash[32038]: cluster 2023-12-07T19:46:57.866474+0000 mgr.a (mgr.14403) 6116 : cluster 0 pgmap v4562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:46:59 smithi135 bash[32435]: cluster 2023-12-07T19:46:57.866474+0000 mgr.a (mgr.14403) 6116 : cluster 0 pgmap v4562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:46:59.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:46:59.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:46:59.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:46:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:46:59 smithi079 bash[28699]: cluster 2023-12-07T19:46:57.866474+0000 mgr.a (mgr.14403) 6116 : cluster 0 pgmap v4562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:47:00.456 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:47:00.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:00.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:00.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:00.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:47:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:01 smithi194 bash[32038]: cluster 2023-12-07T19:46:59.867266+0000 mgr.a (mgr.14403) 6117 : cluster 0 pgmap v4563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:01 smithi194 bash[32038]: audit 2023-12-07T19:46:59.969636+0000 mgr.a (mgr.14403) 6118 : audit 0 from='client.131283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:01 smithi135 bash[32435]: cluster 2023-12-07T19:46:59.867266+0000 mgr.a (mgr.14403) 6117 : cluster 0 pgmap v4563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:01 smithi135 bash[32435]: audit 2023-12-07T19:46:59.969636+0000 mgr.a (mgr.14403) 6118 : audit 0 from='client.131283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:01 smithi079 bash[28699]: cluster 2023-12-07T19:46:59.867266+0000 mgr.a (mgr.14403) 6117 : cluster 0 pgmap v4563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:01 smithi079 bash[28699]: audit 2023-12-07T19:46:59.969636+0000 mgr.a (mgr.14403) 6118 : audit 0 from='client.131283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:03 smithi194 bash[32038]: cluster 2023-12-07T19:47:01.867851+0000 mgr.a (mgr.14403) 6119 : cluster 0 pgmap v4564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:47:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:03 smithi135 bash[32435]: cluster 2023-12-07T19:47:01.867851+0000 mgr.a (mgr.14403) 6119 : cluster 0 pgmap v4564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:47:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:03 smithi079 bash[28699]: cluster 2023-12-07T19:47:01.867851+0000 mgr.a (mgr.14403) 6119 : cluster 0 pgmap v4564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:47:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:05 smithi194 bash[32038]: cluster 2023-12-07T19:47:03.868635+0000 mgr.a (mgr.14403) 6120 : cluster 0 pgmap v4565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:47:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:05 smithi135 bash[32435]: cluster 2023-12-07T19:47:03.868635+0000 mgr.a (mgr.14403) 6120 : cluster 0 pgmap v4565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:47:05.459 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:47:05.460 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:05.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:05 smithi079 bash[28699]: cluster 2023-12-07T19:47:03.868635+0000 mgr.a (mgr.14403) 6120 : cluster 0 pgmap v4565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:47:06.361 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:47:06.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:06.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:06.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:06.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:47:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:07 smithi194 bash[32038]: cluster 2023-12-07T19:47:05.869046+0000 mgr.a (mgr.14403) 6121 : cluster 0 pgmap v4566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:07 smithi194 bash[32038]: audit 2023-12-07T19:47:05.874890+0000 mgr.a (mgr.14403) 6122 : audit 0 from='client.108952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:07 smithi135 bash[32435]: cluster 2023-12-07T19:47:05.869046+0000 mgr.a (mgr.14403) 6121 : cluster 0 pgmap v4566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:07 smithi135 bash[32435]: audit 2023-12-07T19:47:05.874890+0000 mgr.a (mgr.14403) 6122 : audit 0 from='client.108952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:07 smithi079 bash[28699]: cluster 2023-12-07T19:47:05.869046+0000 mgr.a (mgr.14403) 6121 : cluster 0 pgmap v4566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:07 smithi079 bash[28699]: audit 2023-12-07T19:47:05.874890+0000 mgr.a (mgr.14403) 6122 : audit 0 from='client.108952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:09.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:09 smithi194 bash[32038]: cluster 2023-12-07T19:47:07.869700+0000 mgr.a (mgr.14403) 6123 : cluster 0 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-07T19:47:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:09 smithi135 bash[32435]: cluster 2023-12-07T19:47:07.869700+0000 mgr.a (mgr.14403) 6123 : cluster 0 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-07T19:47:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:09 smithi079 bash[28699]: cluster 2023-12-07T19:47:07.869700+0000 mgr.a (mgr.14403) 6123 : cluster 0 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-07T19:47:11.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:47:11.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:11.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:11 smithi135 bash[32435]: cluster 2023-12-07T19:47:09.870506+0000 mgr.a (mgr.14403) 6124 : cluster 0 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-07T19:47:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:11 smithi079 bash[28699]: cluster 2023-12-07T19:47:09.870506+0000 mgr.a (mgr.14403) 6124 : cluster 0 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-07T19:47:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:11 smithi194 bash[32038]: cluster 2023-12-07T19:47:09.870506+0000 mgr.a (mgr.14403) 6124 : cluster 0 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-07T19:47:12.239 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:47:12.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:12.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:12.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:12.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:47:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:13 smithi079 bash[28699]: audit 2023-12-07T19:47:11.761410+0000 mgr.a (mgr.14403) 6125 : audit 0 from='client.131436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:13 smithi079 bash[28699]: cluster 2023-12-07T19:47:11.871047+0000 mgr.a (mgr.14403) 6126 : cluster 0 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-07T19:47:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:13 smithi194 bash[32038]: audit 2023-12-07T19:47:11.761410+0000 mgr.a (mgr.14403) 6125 : audit 0 from='client.131436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:13 smithi194 bash[32038]: cluster 2023-12-07T19:47:11.871047+0000 mgr.a (mgr.14403) 6126 : cluster 0 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-07T19:47:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:13 smithi135 bash[32435]: audit 2023-12-07T19:47:11.761410+0000 mgr.a (mgr.14403) 6125 : audit 0 from='client.131436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:13 smithi135 bash[32435]: cluster 2023-12-07T19:47:11.871047+0000 mgr.a (mgr.14403) 6126 : cluster 0 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-07T19:47:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:15 smithi079 bash[28699]: cluster 2023-12-07T19:47:13.871866+0000 mgr.a (mgr.14403) 6127 : cluster 0 pgmap v4570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:15 smithi194 bash[32038]: cluster 2023-12-07T19:47:13.871866+0000 mgr.a (mgr.14403) 6127 : cluster 0 pgmap v4570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:15 smithi135 bash[32435]: cluster 2023-12-07T19:47:13.871866+0000 mgr.a (mgr.14403) 6127 : cluster 0 pgmap v4570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:17.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:47:17.243 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:17.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:17 smithi079 bash[28699]: cluster 2023-12-07T19:47:15.872408+0000 mgr.a (mgr.14403) 6128 : cluster 0 pgmap v4571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:17 smithi194 bash[32038]: cluster 2023-12-07T19:47:15.872408+0000 mgr.a (mgr.14403) 6128 : cluster 0 pgmap v4571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:17 smithi135 bash[32435]: cluster 2023-12-07T19:47:15.872408+0000 mgr.a (mgr.14403) 6128 : cluster 0 pgmap v4571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:18.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:18.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:18.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:18.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:47:18.145 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:47:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:19 smithi079 bash[28699]: audit 2023-12-07T19:47:17.652536+0000 mgr.a (mgr.14403) 6129 : audit 0 from='client.131508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:19 smithi079 bash[28699]: cluster 2023-12-07T19:47:17.872892+0000 mgr.a (mgr.14403) 6130 : cluster 0 pgmap v4572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:19 smithi194 bash[32038]: audit 2023-12-07T19:47:17.652536+0000 mgr.a (mgr.14403) 6129 : audit 0 from='client.131508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:19 smithi194 bash[32038]: cluster 2023-12-07T19:47:17.872892+0000 mgr.a (mgr.14403) 6130 : cluster 0 pgmap v4572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:19 smithi135 bash[32435]: audit 2023-12-07T19:47:17.652536+0000 mgr.a (mgr.14403) 6129 : audit 0 from='client.131508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:19 smithi135 bash[32435]: cluster 2023-12-07T19:47:17.872892+0000 mgr.a (mgr.14403) 6130 : cluster 0 pgmap v4572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:21 smithi079 bash[28699]: cluster 2023-12-07T19:47:19.873682+0000 mgr.a (mgr.14403) 6131 : cluster 0 pgmap v4573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:21 smithi194 bash[32038]: cluster 2023-12-07T19:47:19.873682+0000 mgr.a (mgr.14403) 6131 : cluster 0 pgmap v4573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:21 smithi135 bash[32435]: cluster 2023-12-07T19:47:19.873682+0000 mgr.a (mgr.14403) 6131 : cluster 0 pgmap v4573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:23.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:47:23.148 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:23.148 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:23 smithi079 bash[28699]: cluster 2023-12-07T19:47:21.874241+0000 mgr.a (mgr.14403) 6132 : cluster 0 pgmap v4574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:23 smithi079 bash[28699]: audit 2023-12-07T19:47:22.603289+0000 mon.a (mon.0) 1313 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:47:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:23 smithi194 bash[32038]: cluster 2023-12-07T19:47:21.874241+0000 mgr.a (mgr.14403) 6132 : cluster 0 pgmap v4574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:23 smithi194 bash[32038]: audit 2023-12-07T19:47:22.603289+0000 mon.a (mon.0) 1313 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:47:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:23 smithi135 bash[32435]: cluster 2023-12-07T19:47:21.874241+0000 mgr.a (mgr.14403) 6132 : cluster 0 pgmap v4574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:23 smithi135 bash[32435]: audit 2023-12-07T19:47:22.603289+0000 mon.a (mon.0) 1313 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:47:24.026 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:47:24.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:24.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:24.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:24.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:47:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:24 smithi079 bash[28699]: audit 2023-12-07T19:47:23.387773+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:47:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:24 smithi079 bash[28699]: audit 2023-12-07T19:47:23.389579+0000 mon.a (mon.0) 1315 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:47:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:24 smithi079 bash[28699]: audit 2023-12-07T19:47:23.397702+0000 mon.a (mon.0) 1316 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:47:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:24 smithi194 bash[32038]: audit 2023-12-07T19:47:23.387773+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:47:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:24 smithi194 bash[32038]: audit 2023-12-07T19:47:23.389579+0000 mon.a (mon.0) 1315 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:47:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:24 smithi194 bash[32038]: audit 2023-12-07T19:47:23.397702+0000 mon.a (mon.0) 1316 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:47:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:24 smithi135 bash[32435]: audit 2023-12-07T19:47:23.387773+0000 mon.a (mon.0) 1314 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:47:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:24 smithi135 bash[32435]: audit 2023-12-07T19:47:23.389579+0000 mon.a (mon.0) 1315 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:47:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:24 smithi135 bash[32435]: audit 2023-12-07T19:47:23.397702+0000 mon.a (mon.0) 1316 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:47:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:25 smithi079 bash[28699]: audit 2023-12-07T19:47:23.546745+0000 mgr.a (mgr.14403) 6133 : audit 0 from='client.131586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:25 smithi079 bash[28699]: cluster 2023-12-07T19:47:23.874792+0000 mgr.a (mgr.14403) 6134 : cluster 0 pgmap v4575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:25 smithi194 bash[32038]: audit 2023-12-07T19:47:23.546745+0000 mgr.a (mgr.14403) 6133 : audit 0 from='client.131586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:25 smithi194 bash[32038]: cluster 2023-12-07T19:47:23.874792+0000 mgr.a (mgr.14403) 6134 : cluster 0 pgmap v4575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:25 smithi135 bash[32435]: audit 2023-12-07T19:47:23.546745+0000 mgr.a (mgr.14403) 6133 : audit 0 from='client.131586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:25 smithi135 bash[32435]: cluster 2023-12-07T19:47:23.874792+0000 mgr.a (mgr.14403) 6134 : cluster 0 pgmap v4575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:27.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:27 smithi079 bash[28699]: cluster 2023-12-07T19:47:25.875441+0000 mgr.a (mgr.14403) 6135 : cluster 0 pgmap v4576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:47:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:27 smithi194 bash[32038]: cluster 2023-12-07T19:47:25.875441+0000 mgr.a (mgr.14403) 6135 : cluster 0 pgmap v4576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:47:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:27 smithi135 bash[32435]: cluster 2023-12-07T19:47:25.875441+0000 mgr.a (mgr.14403) 6135 : cluster 0 pgmap v4576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:47:29.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:47:29.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:29.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:29 smithi079 bash[28699]: cluster 2023-12-07T19:47:27.876007+0000 mgr.a (mgr.14403) 6136 : cluster 0 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-07T19:47:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:29 smithi194 bash[32038]: cluster 2023-12-07T19:47:27.876007+0000 mgr.a (mgr.14403) 6136 : cluster 0 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-07T19:47:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:29 smithi135 bash[32435]: cluster 2023-12-07T19:47:27.876007+0000 mgr.a (mgr.14403) 6136 : cluster 0 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-07T19:47:29.910 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:47:29.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:29.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:29.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:29.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:47:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:31 smithi079 bash[28699]: audit 2023-12-07T19:47:29.422601+0000 mgr.a (mgr.14403) 6137 : audit 0 from='client.131661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:31 smithi079 bash[28699]: cluster 2023-12-07T19:47:29.876808+0000 mgr.a (mgr.14403) 6138 : cluster 0 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-07T19:47:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:31 smithi194 bash[32038]: audit 2023-12-07T19:47:29.422601+0000 mgr.a (mgr.14403) 6137 : audit 0 from='client.131661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:31 smithi194 bash[32038]: cluster 2023-12-07T19:47:29.876808+0000 mgr.a (mgr.14403) 6138 : cluster 0 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-07T19:47:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:31 smithi135 bash[32435]: audit 2023-12-07T19:47:29.422601+0000 mgr.a (mgr.14403) 6137 : audit 0 from='client.131661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:31 smithi135 bash[32435]: cluster 2023-12-07T19:47:29.876808+0000 mgr.a (mgr.14403) 6138 : cluster 0 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-07T19:47:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:33 smithi079 bash[28699]: cluster 2023-12-07T19:47:31.877429+0000 mgr.a (mgr.14403) 6139 : cluster 0 pgmap v4579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:47:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:33 smithi194 bash[32038]: cluster 2023-12-07T19:47:31.877429+0000 mgr.a (mgr.14403) 6139 : cluster 0 pgmap v4579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:47:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:33 smithi135 bash[32435]: cluster 2023-12-07T19:47:31.877429+0000 mgr.a (mgr.14403) 6139 : cluster 0 pgmap v4579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:47:34.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:47:34.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:34.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:35 smithi079 bash[28699]: cluster 2023-12-07T19:47:33.878117+0000 mgr.a (mgr.14403) 6140 : cluster 0 pgmap v4580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:35 smithi194 bash[32038]: cluster 2023-12-07T19:47:33.878117+0000 mgr.a (mgr.14403) 6140 : cluster 0 pgmap v4580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:35 smithi135 bash[32435]: cluster 2023-12-07T19:47:33.878117+0000 mgr.a (mgr.14403) 6140 : cluster 0 pgmap v4580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:35.836 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:47:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:47:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:36 smithi079 bash[28699]: audit 2023-12-07T19:47:35.318583+0000 mgr.a (mgr.14403) 6141 : audit 0 from='client.131736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:36 smithi194 bash[32038]: audit 2023-12-07T19:47:35.318583+0000 mgr.a (mgr.14403) 6141 : audit 0 from='client.131736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:36 smithi135 bash[32435]: audit 2023-12-07T19:47:35.318583+0000 mgr.a (mgr.14403) 6141 : audit 0 from='client.131736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:37 smithi079 bash[28699]: cluster 2023-12-07T19:47:35.878776+0000 mgr.a (mgr.14403) 6142 : cluster 0 pgmap v4581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:37 smithi194 bash[32038]: cluster 2023-12-07T19:47:35.878776+0000 mgr.a (mgr.14403) 6142 : cluster 0 pgmap v4581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:37 smithi135 bash[32435]: cluster 2023-12-07T19:47:35.878776+0000 mgr.a (mgr.14403) 6142 : cluster 0 pgmap v4581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:39 smithi079 bash[28699]: cluster 2023-12-07T19:47:37.879383+0000 mgr.a (mgr.14403) 6143 : cluster 0 pgmap v4582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:39 smithi194 bash[32038]: cluster 2023-12-07T19:47:37.879383+0000 mgr.a (mgr.14403) 6143 : cluster 0 pgmap v4582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:39 smithi135 bash[32435]: cluster 2023-12-07T19:47:37.879383+0000 mgr.a (mgr.14403) 6143 : cluster 0 pgmap v4582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:40.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:47:40.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:40.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:41 smithi079 bash[28699]: cluster 2023-12-07T19:47:39.880170+0000 mgr.a (mgr.14403) 6144 : cluster 0 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-07T19:47:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:41 smithi194 bash[32038]: cluster 2023-12-07T19:47:39.880170+0000 mgr.a (mgr.14403) 6144 : cluster 0 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-07T19:47:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:41 smithi135 bash[32435]: cluster 2023-12-07T19:47:39.880170+0000 mgr.a (mgr.14403) 6144 : cluster 0 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-07T19:47:41.745 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:47:41.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:41.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:41.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:41.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:47:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:42 smithi079 bash[28699]: audit 2023-12-07T19:47:41.253640+0000 mgr.a (mgr.14403) 6145 : audit 0 from='client.131814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:42 smithi194 bash[32038]: audit 2023-12-07T19:47:41.253640+0000 mgr.a (mgr.14403) 6145 : audit 0 from='client.131814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:42 smithi135 bash[32435]: audit 2023-12-07T19:47:41.253640+0000 mgr.a (mgr.14403) 6145 : audit 0 from='client.131814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:43 smithi079 bash[28699]: cluster 2023-12-07T19:47:41.880927+0000 mgr.a (mgr.14403) 6146 : cluster 0 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-07T19:47:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:43 smithi194 bash[32038]: cluster 2023-12-07T19:47:41.880927+0000 mgr.a (mgr.14403) 6146 : cluster 0 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-07T19:47:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:43 smithi135 bash[32435]: cluster 2023-12-07T19:47:41.880927+0000 mgr.a (mgr.14403) 6146 : cluster 0 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-07T19:47:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:45 smithi079 bash[28699]: cluster 2023-12-07T19:47:43.881849+0000 mgr.a (mgr.14403) 6147 : cluster 0 pgmap v4585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:45 smithi194 bash[32038]: cluster 2023-12-07T19:47:43.881849+0000 mgr.a (mgr.14403) 6147 : cluster 0 pgmap v4585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:45 smithi135 bash[32435]: cluster 2023-12-07T19:47:43.881849+0000 mgr.a (mgr.14403) 6147 : cluster 0 pgmap v4585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:47:46.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:47:46.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:46.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:47 smithi079 bash[28699]: cluster 2023-12-07T19:47:45.882424+0000 mgr.a (mgr.14403) 6148 : cluster 0 pgmap v4586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:47.664 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:47:47.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:47.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:47.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:47.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:47:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:47 smithi194 bash[32038]: cluster 2023-12-07T19:47:45.882424+0000 mgr.a (mgr.14403) 6148 : cluster 0 pgmap v4586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:47 smithi135 bash[32435]: cluster 2023-12-07T19:47:45.882424+0000 mgr.a (mgr.14403) 6148 : cluster 0 pgmap v4586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:47:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:48 smithi079 bash[28699]: audit 2023-12-07T19:47:47.157311+0000 mgr.a (mgr.14403) 6149 : audit 0 from='client.131886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:48 smithi194 bash[32038]: audit 2023-12-07T19:47:47.157311+0000 mgr.a (mgr.14403) 6149 : audit 0 from='client.131886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:48 smithi135 bash[32435]: audit 2023-12-07T19:47:47.157311+0000 mgr.a (mgr.14403) 6149 : audit 0 from='client.131886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:49 smithi079 bash[28699]: cluster 2023-12-07T19:47:47.883153+0000 mgr.a (mgr.14403) 6150 : cluster 0 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-07T19:47:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:49 smithi194 bash[32038]: cluster 2023-12-07T19:47:47.883153+0000 mgr.a (mgr.14403) 6150 : cluster 0 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-07T19:47:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:49 smithi135 bash[32435]: cluster 2023-12-07T19:47:47.883153+0000 mgr.a (mgr.14403) 6150 : cluster 0 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-07T19:47:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:51 smithi079 bash[28699]: cluster 2023-12-07T19:47:49.883922+0000 mgr.a (mgr.14403) 6151 : cluster 0 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-07T19:47:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:51 smithi194 bash[32038]: cluster 2023-12-07T19:47:49.883922+0000 mgr.a (mgr.14403) 6151 : cluster 0 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-07T19:47:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:51 smithi135 bash[32435]: cluster 2023-12-07T19:47:49.883922+0000 mgr.a (mgr.14403) 6151 : cluster 0 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-07T19:47:52.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:47:52.667 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:52.667 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:53.575 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:47:53.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:53.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:53.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:53.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:47:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:53 smithi079 bash[28699]: cluster 2023-12-07T19:47:51.884538+0000 mgr.a (mgr.14403) 6152 : cluster 0 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-07T19:47:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:53 smithi194 bash[32038]: cluster 2023-12-07T19:47:51.884538+0000 mgr.a (mgr.14403) 6152 : cluster 0 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-07T19:47:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:53 smithi135 bash[32435]: cluster 2023-12-07T19:47:51.884538+0000 mgr.a (mgr.14403) 6152 : cluster 0 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-07T19:47:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:54 smithi079 bash[28699]: audit 2023-12-07T19:47:53.072164+0000 mgr.a (mgr.14403) 6153 : audit 0 from='client.131961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:54 smithi194 bash[32038]: audit 2023-12-07T19:47:53.072164+0000 mgr.a (mgr.14403) 6153 : audit 0 from='client.131961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:54 smithi135 bash[32435]: audit 2023-12-07T19:47:53.072164+0000 mgr.a (mgr.14403) 6153 : audit 0 from='client.131961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:47:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:55 smithi079 bash[28699]: cluster 2023-12-07T19:47:53.885601+0000 mgr.a (mgr.14403) 6154 : cluster 0 pgmap v4590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:47:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:55 smithi194 bash[32038]: cluster 2023-12-07T19:47:53.885601+0000 mgr.a (mgr.14403) 6154 : cluster 0 pgmap v4590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:47:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:55 smithi135 bash[32435]: cluster 2023-12-07T19:47:53.885601+0000 mgr.a (mgr.14403) 6154 : cluster 0 pgmap v4590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:47:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:57 smithi079 bash[28699]: cluster 2023-12-07T19:47:55.886179+0000 mgr.a (mgr.14403) 6155 : cluster 0 pgmap v4591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:47:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:57 smithi194 bash[32038]: cluster 2023-12-07T19:47:55.886179+0000 mgr.a (mgr.14403) 6155 : cluster 0 pgmap v4591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:47:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:57 smithi135 bash[32435]: cluster 2023-12-07T19:47:55.886179+0000 mgr.a (mgr.14403) 6155 : cluster 0 pgmap v4591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:47:58.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:47:58.578 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:47:58.578 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:47:59.458 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:47:59.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:47:59.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:47:59.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:47:59.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:47:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:47:59 smithi079 bash[28699]: cluster 2023-12-07T19:47:57.886726+0000 mgr.a (mgr.14403) 6156 : cluster 0 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-07T19:47:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:47:59 smithi194 bash[32038]: cluster 2023-12-07T19:47:57.886726+0000 mgr.a (mgr.14403) 6156 : cluster 0 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-07T19:47:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:47:59 smithi135 bash[32435]: cluster 2023-12-07T19:47:57.886726+0000 mgr.a (mgr.14403) 6156 : cluster 0 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-07T19:48:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:00 smithi079 bash[28699]: audit 2023-12-07T19:47:58.984615+0000 mgr.a (mgr.14403) 6157 : audit 0 from='client.132039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:00 smithi194 bash[32038]: audit 2023-12-07T19:47:58.984615+0000 mgr.a (mgr.14403) 6157 : audit 0 from='client.132039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:00 smithi135 bash[32435]: audit 2023-12-07T19:47:58.984615+0000 mgr.a (mgr.14403) 6157 : audit 0 from='client.132039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:01 smithi079 bash[28699]: cluster 2023-12-07T19:47:59.887791+0000 mgr.a (mgr.14403) 6158 : cluster 0 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-07T19:48:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:01 smithi194 bash[32038]: cluster 2023-12-07T19:47:59.887791+0000 mgr.a (mgr.14403) 6158 : cluster 0 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-07T19:48:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:01 smithi135 bash[32435]: cluster 2023-12-07T19:47:59.887791+0000 mgr.a (mgr.14403) 6158 : cluster 0 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-07T19:48:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:03 smithi079 bash[28699]: cluster 2023-12-07T19:48:01.888402+0000 mgr.a (mgr.14403) 6159 : cluster 0 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-07T19:48:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:03 smithi194 bash[32038]: cluster 2023-12-07T19:48:01.888402+0000 mgr.a (mgr.14403) 6159 : cluster 0 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-07T19:48:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:03 smithi135 bash[32435]: cluster 2023-12-07T19:48:01.888402+0000 mgr.a (mgr.14403) 6159 : cluster 0 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-07T19:48:04.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:48:04.462 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:04.462 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:05.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:05.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:05.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:05.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:48:05.378 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:48:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:05 smithi079 bash[28699]: cluster 2023-12-07T19:48:03.889146+0000 mgr.a (mgr.14403) 6160 : cluster 0 pgmap v4595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:05 smithi194 bash[32038]: cluster 2023-12-07T19:48:03.889146+0000 mgr.a (mgr.14403) 6160 : cluster 0 pgmap v4595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:05 smithi135 bash[32435]: cluster 2023-12-07T19:48:03.889146+0000 mgr.a (mgr.14403) 6160 : cluster 0 pgmap v4595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:06 smithi079 bash[28699]: audit 2023-12-07T19:48:04.862216+0000 mgr.a (mgr.14403) 6161 : audit 0 from='client.132114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:06 smithi194 bash[32038]: audit 2023-12-07T19:48:04.862216+0000 mgr.a (mgr.14403) 6161 : audit 0 from='client.132114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:06 smithi135 bash[32435]: audit 2023-12-07T19:48:04.862216+0000 mgr.a (mgr.14403) 6161 : audit 0 from='client.132114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:07 smithi079 bash[28699]: cluster 2023-12-07T19:48:05.889939+0000 mgr.a (mgr.14403) 6162 : cluster 0 pgmap v4596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:48:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:07 smithi194 bash[32038]: cluster 2023-12-07T19:48:05.889939+0000 mgr.a (mgr.14403) 6162 : cluster 0 pgmap v4596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:48:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:07 smithi135 bash[32435]: cluster 2023-12-07T19:48:05.889939+0000 mgr.a (mgr.14403) 6162 : cluster 0 pgmap v4596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:48:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:09 smithi079 bash[28699]: cluster 2023-12-07T19:48:07.890564+0000 mgr.a (mgr.14403) 6163 : cluster 0 pgmap v4597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:48:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:09 smithi194 bash[32038]: cluster 2023-12-07T19:48:07.890564+0000 mgr.a (mgr.14403) 6163 : cluster 0 pgmap v4597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:48:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:09 smithi135 bash[32435]: cluster 2023-12-07T19:48:07.890564+0000 mgr.a (mgr.14403) 6163 : cluster 0 pgmap v4597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:48:10.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:48:10.380 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:10.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:11.254 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:48:11.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:11.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:11.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:11.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:48:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:11 smithi079 bash[28699]: cluster 2023-12-07T19:48:09.891406+0000 mgr.a (mgr.14403) 6164 : cluster 0 pgmap v4598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:48:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:11 smithi194 bash[32038]: cluster 2023-12-07T19:48:09.891406+0000 mgr.a (mgr.14403) 6164 : cluster 0 pgmap v4598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:48:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:11 smithi135 bash[32435]: cluster 2023-12-07T19:48:09.891406+0000 mgr.a (mgr.14403) 6164 : cluster 0 pgmap v4598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:48:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:12 smithi079 bash[28699]: audit 2023-12-07T19:48:10.785029+0000 mgr.a (mgr.14403) 6165 : audit 0 from='client.132192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:12 smithi194 bash[32038]: audit 2023-12-07T19:48:10.785029+0000 mgr.a (mgr.14403) 6165 : audit 0 from='client.132192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:12 smithi135 bash[32435]: audit 2023-12-07T19:48:10.785029+0000 mgr.a (mgr.14403) 6165 : audit 0 from='client.132192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:13 smithi079 bash[28699]: cluster 2023-12-07T19:48:11.892086+0000 mgr.a (mgr.14403) 6166 : cluster 0 pgmap v4599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:13 smithi194 bash[32038]: cluster 2023-12-07T19:48:11.892086+0000 mgr.a (mgr.14403) 6166 : cluster 0 pgmap v4599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:13 smithi135 bash[32435]: cluster 2023-12-07T19:48:11.892086+0000 mgr.a (mgr.14403) 6166 : cluster 0 pgmap v4599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:15 smithi079 bash[28699]: cluster 2023-12-07T19:48:13.892869+0000 mgr.a (mgr.14403) 6167 : cluster 0 pgmap v4600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:15 smithi194 bash[32038]: cluster 2023-12-07T19:48:13.892869+0000 mgr.a (mgr.14403) 6167 : cluster 0 pgmap v4600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:15 smithi135 bash[32435]: cluster 2023-12-07T19:48:13.892869+0000 mgr.a (mgr.14403) 6167 : cluster 0 pgmap v4600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:16.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:48:16.258 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:16.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:17.145 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:48:17.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:17.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:17.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:17.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:48:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:17 smithi194 bash[32038]: cluster 2023-12-07T19:48:15.893443+0000 mgr.a (mgr.14403) 6168 : cluster 0 pgmap v4601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:17 smithi135 bash[32435]: cluster 2023-12-07T19:48:15.893443+0000 mgr.a (mgr.14403) 6168 : cluster 0 pgmap v4601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:17 smithi079 bash[28699]: cluster 2023-12-07T19:48:15.893443+0000 mgr.a (mgr.14403) 6168 : cluster 0 pgmap v4601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:18.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:18 smithi194 bash[32038]: audit 2023-12-07T19:48:16.663025+0000 mgr.a (mgr.14403) 6169 : audit 0 from='client.132258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:18 smithi135 bash[32435]: audit 2023-12-07T19:48:16.663025+0000 mgr.a (mgr.14403) 6169 : audit 0 from='client.132258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:18.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:18 smithi079 bash[28699]: audit 2023-12-07T19:48:16.663025+0000 mgr.a (mgr.14403) 6169 : audit 0 from='client.132258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:19 smithi194 bash[32038]: cluster 2023-12-07T19:48:17.894176+0000 mgr.a (mgr.14403) 6170 : cluster 0 pgmap v4602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:19 smithi135 bash[32435]: cluster 2023-12-07T19:48:17.894176+0000 mgr.a (mgr.14403) 6170 : cluster 0 pgmap v4602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:19 smithi079 bash[28699]: cluster 2023-12-07T19:48:17.894176+0000 mgr.a (mgr.14403) 6170 : cluster 0 pgmap v4602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:20 smithi194 bash[32038]: cluster 2023-12-07T19:48:19.895042+0000 mgr.a (mgr.14403) 6171 : cluster 0 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-07T19:48:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:20 smithi135 bash[32435]: cluster 2023-12-07T19:48:19.895042+0000 mgr.a (mgr.14403) 6171 : cluster 0 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-07T19:48:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:20 smithi079 bash[28699]: cluster 2023-12-07T19:48:19.895042+0000 mgr.a (mgr.14403) 6171 : cluster 0 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-07T19:48:22.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:48:22.149 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:22.149 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:23.063 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:48:23.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:23.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:23.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:23.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:48:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:23 smithi194 bash[32038]: cluster 2023-12-07T19:48:21.895637+0000 mgr.a (mgr.14403) 6172 : cluster 0 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-07T19:48:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:23 smithi135 bash[32435]: cluster 2023-12-07T19:48:21.895637+0000 mgr.a (mgr.14403) 6172 : cluster 0 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-07T19:48:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:23 smithi079 bash[28699]: cluster 2023-12-07T19:48:21.895637+0000 mgr.a (mgr.14403) 6172 : cluster 0 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-07T19:48:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:24 smithi135 bash[32435]: audit 2023-12-07T19:48:22.550474+0000 mgr.a (mgr.14403) 6173 : audit 0 from='client.132333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:24 smithi135 bash[32435]: audit 2023-12-07T19:48:23.500343+0000 mon.a (mon.0) 1317 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:48:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:24 smithi079 bash[28699]: audit 2023-12-07T19:48:22.550474+0000 mgr.a (mgr.14403) 6173 : audit 0 from='client.132333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:24 smithi079 bash[28699]: audit 2023-12-07T19:48:23.500343+0000 mon.a (mon.0) 1317 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:48:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:24 smithi194 bash[32038]: audit 2023-12-07T19:48:22.550474+0000 mgr.a (mgr.14403) 6173 : audit 0 from='client.132333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:24 smithi194 bash[32038]: audit 2023-12-07T19:48:23.500343+0000 mon.a (mon.0) 1317 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:48:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:25 smithi135 bash[32435]: cluster 2023-12-07T19:48:23.896544+0000 mgr.a (mgr.14403) 6174 : cluster 0 pgmap v4605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:25 smithi135 bash[32435]: audit 2023-12-07T19:48:24.248101+0000 mon.a (mon.0) 1318 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:48:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:25 smithi135 bash[32435]: audit 2023-12-07T19:48:24.249993+0000 mon.a (mon.0) 1319 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:48:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:25 smithi135 bash[32435]: audit 2023-12-07T19:48:24.259998+0000 mon.a (mon.0) 1320 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:48:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:25 smithi079 bash[28699]: cluster 2023-12-07T19:48:23.896544+0000 mgr.a (mgr.14403) 6174 : cluster 0 pgmap v4605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:25 smithi079 bash[28699]: audit 2023-12-07T19:48:24.248101+0000 mon.a (mon.0) 1318 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:48:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:25 smithi079 bash[28699]: audit 2023-12-07T19:48:24.249993+0000 mon.a (mon.0) 1319 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:48:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:25 smithi079 bash[28699]: audit 2023-12-07T19:48:24.259998+0000 mon.a (mon.0) 1320 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:48:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:25 smithi194 bash[32038]: cluster 2023-12-07T19:48:23.896544+0000 mgr.a (mgr.14403) 6174 : cluster 0 pgmap v4605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:25 smithi194 bash[32038]: audit 2023-12-07T19:48:24.248101+0000 mon.a (mon.0) 1318 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:48:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:25 smithi194 bash[32038]: audit 2023-12-07T19:48:24.249993+0000 mon.a (mon.0) 1319 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:48:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:25 smithi194 bash[32038]: audit 2023-12-07T19:48:24.259998+0000 mon.a (mon.0) 1320 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:48:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:27 smithi079 bash[28699]: cluster 2023-12-07T19:48:25.897133+0000 mgr.a (mgr.14403) 6175 : cluster 0 pgmap v4606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:27 smithi194 bash[32038]: cluster 2023-12-07T19:48:25.897133+0000 mgr.a (mgr.14403) 6175 : cluster 0 pgmap v4606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:27 smithi135 bash[32435]: cluster 2023-12-07T19:48:25.897133+0000 mgr.a (mgr.14403) 6175 : cluster 0 pgmap v4606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:28.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:48:28.067 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:28.067 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:28.969 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:48:28.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:28.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:28.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:28.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:48:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:29 smithi079 bash[28699]: cluster 2023-12-07T19:48:27.897731+0000 mgr.a (mgr.14403) 6176 : cluster 0 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-07T19:48:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:29 smithi194 bash[32038]: cluster 2023-12-07T19:48:27.897731+0000 mgr.a (mgr.14403) 6176 : cluster 0 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-07T19:48:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:29 smithi135 bash[32435]: cluster 2023-12-07T19:48:27.897731+0000 mgr.a (mgr.14403) 6176 : cluster 0 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-07T19:48:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:30 smithi079 bash[28699]: audit 2023-12-07T19:48:28.473751+0000 mgr.a (mgr.14403) 6177 : audit 0 from='client.132408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:30 smithi194 bash[32038]: audit 2023-12-07T19:48:28.473751+0000 mgr.a (mgr.14403) 6177 : audit 0 from='client.132408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:30 smithi135 bash[32435]: audit 2023-12-07T19:48:28.473751+0000 mgr.a (mgr.14403) 6177 : audit 0 from='client.132408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:31.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:31 smithi079 bash[28699]: cluster 2023-12-07T19:48:29.898797+0000 mgr.a (mgr.14403) 6178 : cluster 0 pgmap v4608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:31 smithi194 bash[32038]: cluster 2023-12-07T19:48:29.898797+0000 mgr.a (mgr.14403) 6178 : cluster 0 pgmap v4608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:31 smithi135 bash[32435]: cluster 2023-12-07T19:48:29.898797+0000 mgr.a (mgr.14403) 6178 : cluster 0 pgmap v4608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:33.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:33 smithi079 bash[28699]: cluster 2023-12-07T19:48:31.899521+0000 mgr.a (mgr.14403) 6179 : cluster 0 pgmap v4609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:33 smithi194 bash[32038]: cluster 2023-12-07T19:48:31.899521+0000 mgr.a (mgr.14403) 6179 : cluster 0 pgmap v4609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:33 smithi135 bash[32435]: cluster 2023-12-07T19:48:31.899521+0000 mgr.a (mgr.14403) 6179 : cluster 0 pgmap v4609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:33.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:48:33.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:33.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:34.851 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:48:34.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:34.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:34.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:34.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:48:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:35 smithi079 bash[28699]: cluster 2023-12-07T19:48:33.900300+0000 mgr.a (mgr.14403) 6180 : cluster 0 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-07T19:48:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:35 smithi079 bash[28699]: audit 2023-12-07T19:48:34.373322+0000 mgr.a (mgr.14403) 6181 : audit 0 from='client.132486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:35 smithi194 bash[32038]: cluster 2023-12-07T19:48:33.900300+0000 mgr.a (mgr.14403) 6180 : cluster 0 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-07T19:48:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:35 smithi194 bash[32038]: audit 2023-12-07T19:48:34.373322+0000 mgr.a (mgr.14403) 6181 : audit 0 from='client.132486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:35 smithi135 bash[32435]: cluster 2023-12-07T19:48:33.900300+0000 mgr.a (mgr.14403) 6180 : cluster 0 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-07T19:48:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:35 smithi135 bash[32435]: audit 2023-12-07T19:48:34.373322+0000 mgr.a (mgr.14403) 6181 : audit 0 from='client.132486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:37 smithi079 bash[28699]: cluster 2023-12-07T19:48:35.901016+0000 mgr.a (mgr.14403) 6182 : cluster 0 pgmap v4611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:37 smithi194 bash[32038]: cluster 2023-12-07T19:48:35.901016+0000 mgr.a (mgr.14403) 6182 : cluster 0 pgmap v4611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:37 smithi135 bash[32435]: cluster 2023-12-07T19:48:35.901016+0000 mgr.a (mgr.14403) 6182 : cluster 0 pgmap v4611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:48:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:39 smithi079 bash[28699]: cluster 2023-12-07T19:48:37.901527+0000 mgr.a (mgr.14403) 6183 : cluster 0 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-07T19:48:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:39 smithi194 bash[32038]: cluster 2023-12-07T19:48:37.901527+0000 mgr.a (mgr.14403) 6183 : cluster 0 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-07T19:48:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:39 smithi135 bash[32435]: cluster 2023-12-07T19:48:37.901527+0000 mgr.a (mgr.14403) 6183 : cluster 0 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-07T19:48:39.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:48:39.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:39.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:40.739 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:48:40.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:40.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:40.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:40.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:48:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:41 smithi079 bash[28699]: cluster 2023-12-07T19:48:39.902333+0000 mgr.a (mgr.14403) 6184 : cluster 0 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-07T19:48:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:41 smithi079 bash[28699]: audit 2023-12-07T19:48:40.255117+0000 mgr.a (mgr.14403) 6185 : audit 0 from='client.132561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:41 smithi194 bash[32038]: cluster 2023-12-07T19:48:39.902333+0000 mgr.a (mgr.14403) 6184 : cluster 0 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-07T19:48:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:41 smithi194 bash[32038]: audit 2023-12-07T19:48:40.255117+0000 mgr.a (mgr.14403) 6185 : audit 0 from='client.132561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:41 smithi135 bash[32435]: cluster 2023-12-07T19:48:39.902333+0000 mgr.a (mgr.14403) 6184 : cluster 0 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-07T19:48:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:41 smithi135 bash[32435]: audit 2023-12-07T19:48:40.255117+0000 mgr.a (mgr.14403) 6185 : audit 0 from='client.132561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:43 smithi079 bash[28699]: cluster 2023-12-07T19:48:41.903086+0000 mgr.a (mgr.14403) 6186 : cluster 0 pgmap v4614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:43 smithi194 bash[32038]: cluster 2023-12-07T19:48:41.903086+0000 mgr.a (mgr.14403) 6186 : cluster 0 pgmap v4614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:43 smithi135 bash[32435]: cluster 2023-12-07T19:48:41.903086+0000 mgr.a (mgr.14403) 6186 : cluster 0 pgmap v4614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:45 smithi079 bash[28699]: cluster 2023-12-07T19:48:43.903930+0000 mgr.a (mgr.14403) 6187 : cluster 0 pgmap v4615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:45 smithi194 bash[32038]: cluster 2023-12-07T19:48:43.903930+0000 mgr.a (mgr.14403) 6187 : cluster 0 pgmap v4615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:45 smithi135 bash[32435]: cluster 2023-12-07T19:48:43.903930+0000 mgr.a (mgr.14403) 6187 : cluster 0 pgmap v4615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:45.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:48:45.743 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:45.743 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:46.632 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:48:46.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:46.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:46.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:46.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:48:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:47 smithi079 bash[28699]: cluster 2023-12-07T19:48:45.904323+0000 mgr.a (mgr.14403) 6188 : cluster 0 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-07T19:48:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:47 smithi079 bash[28699]: audit 2023-12-07T19:48:46.143505+0000 mgr.a (mgr.14403) 6189 : audit 0 from='client.132633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:47 smithi194 bash[32038]: cluster 2023-12-07T19:48:45.904323+0000 mgr.a (mgr.14403) 6188 : cluster 0 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-07T19:48:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:47 smithi194 bash[32038]: audit 2023-12-07T19:48:46.143505+0000 mgr.a (mgr.14403) 6189 : audit 0 from='client.132633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:47 smithi135 bash[32435]: cluster 2023-12-07T19:48:45.904323+0000 mgr.a (mgr.14403) 6188 : cluster 0 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-07T19:48:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:47 smithi135 bash[32435]: audit 2023-12-07T19:48:46.143505+0000 mgr.a (mgr.14403) 6189 : audit 0 from='client.132633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:49 smithi079 bash[28699]: cluster 2023-12-07T19:48:47.904953+0000 mgr.a (mgr.14403) 6190 : cluster 0 pgmap v4617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:49 smithi194 bash[32038]: cluster 2023-12-07T19:48:47.904953+0000 mgr.a (mgr.14403) 6190 : cluster 0 pgmap v4617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:49 smithi135 bash[32435]: cluster 2023-12-07T19:48:47.904953+0000 mgr.a (mgr.14403) 6190 : cluster 0 pgmap v4617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:51.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:48:51.636 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:51.636 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:51 smithi079 bash[28699]: cluster 2023-12-07T19:48:49.905759+0000 mgr.a (mgr.14403) 6191 : cluster 0 pgmap v4618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:51 smithi194 bash[32038]: cluster 2023-12-07T19:48:49.905759+0000 mgr.a (mgr.14403) 6191 : cluster 0 pgmap v4618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:51 smithi135 bash[32435]: cluster 2023-12-07T19:48:49.905759+0000 mgr.a (mgr.14403) 6191 : cluster 0 pgmap v4618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:52.544 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:48:52.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:52.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:52.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:52.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:48:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:53 smithi079 bash[28699]: cluster 2023-12-07T19:48:51.906297+0000 mgr.a (mgr.14403) 6192 : cluster 0 pgmap v4619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:53.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:53 smithi079 bash[28699]: audit 2023-12-07T19:48:52.045314+0000 mgr.a (mgr.14403) 6193 : audit 0 from='client.132711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:53 smithi194 bash[32038]: cluster 2023-12-07T19:48:51.906297+0000 mgr.a (mgr.14403) 6192 : cluster 0 pgmap v4619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:53 smithi194 bash[32038]: audit 2023-12-07T19:48:52.045314+0000 mgr.a (mgr.14403) 6193 : audit 0 from='client.132711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:53 smithi135 bash[32435]: cluster 2023-12-07T19:48:51.906297+0000 mgr.a (mgr.14403) 6192 : cluster 0 pgmap v4619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:53 smithi135 bash[32435]: audit 2023-12-07T19:48:52.045314+0000 mgr.a (mgr.14403) 6193 : audit 0 from='client.132711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:55 smithi079 bash[28699]: cluster 2023-12-07T19:48:53.907148+0000 mgr.a (mgr.14403) 6194 : cluster 0 pgmap v4620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:55 smithi194 bash[32038]: cluster 2023-12-07T19:48:53.907148+0000 mgr.a (mgr.14403) 6194 : cluster 0 pgmap v4620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:55 smithi135 bash[32435]: cluster 2023-12-07T19:48:53.907148+0000 mgr.a (mgr.14403) 6194 : cluster 0 pgmap v4620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:48:57.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:48:57.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:48:57.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:48:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:57 smithi079 bash[28699]: cluster 2023-12-07T19:48:55.907749+0000 mgr.a (mgr.14403) 6195 : cluster 0 pgmap v4621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:57 smithi194 bash[32038]: cluster 2023-12-07T19:48:55.907749+0000 mgr.a (mgr.14403) 6195 : cluster 0 pgmap v4621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:57 smithi135 bash[32435]: cluster 2023-12-07T19:48:55.907749+0000 mgr.a (mgr.14403) 6195 : cluster 0 pgmap v4621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:58.461 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:48:58.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:48:58.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:48:58.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:48:58.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:48:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:59 smithi079 bash[28699]: cluster 2023-12-07T19:48:57.908418+0000 mgr.a (mgr.14403) 6196 : cluster 0 pgmap v4622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:48:59 smithi079 bash[28699]: audit 2023-12-07T19:48:57.956526+0000 mgr.a (mgr.14403) 6197 : audit 0 from='client.132789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:59 smithi194 bash[32038]: cluster 2023-12-07T19:48:57.908418+0000 mgr.a (mgr.14403) 6196 : cluster 0 pgmap v4622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:48:59 smithi194 bash[32038]: audit 2023-12-07T19:48:57.956526+0000 mgr.a (mgr.14403) 6197 : audit 0 from='client.132789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:48:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:59 smithi135 bash[32435]: cluster 2023-12-07T19:48:57.908418+0000 mgr.a (mgr.14403) 6196 : cluster 0 pgmap v4622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:48:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:48:59 smithi135 bash[32435]: audit 2023-12-07T19:48:57.956526+0000 mgr.a (mgr.14403) 6197 : audit 0 from='client.132789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:01 smithi079 bash[28699]: cluster 2023-12-07T19:48:59.909466+0000 mgr.a (mgr.14403) 6198 : cluster 0 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-07T19:49:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:01 smithi194 bash[32038]: cluster 2023-12-07T19:48:59.909466+0000 mgr.a (mgr.14403) 6198 : cluster 0 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-07T19:49:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:01 smithi135 bash[32435]: cluster 2023-12-07T19:48:59.909466+0000 mgr.a (mgr.14403) 6198 : cluster 0 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-07T19:49:03.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:49:03.464 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:03.464 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:03 smithi079 bash[28699]: cluster 2023-12-07T19:49:01.910185+0000 mgr.a (mgr.14403) 6199 : cluster 0 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-07T19:49:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:03 smithi194 bash[32038]: cluster 2023-12-07T19:49:01.910185+0000 mgr.a (mgr.14403) 6199 : cluster 0 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-07T19:49:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:03 smithi135 bash[32435]: cluster 2023-12-07T19:49:01.910185+0000 mgr.a (mgr.14403) 6199 : cluster 0 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-07T19:49:04.380 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:49:04.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:04.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:04.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:04.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:49:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:05 smithi079 bash[28699]: audit 2023-12-07T19:49:03.869808+0000 mgr.a (mgr.14403) 6200 : audit 0 from='client.132861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:05 smithi079 bash[28699]: cluster 2023-12-07T19:49:03.911365+0000 mgr.a (mgr.14403) 6201 : cluster 0 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-07T19:49:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:05 smithi194 bash[32038]: audit 2023-12-07T19:49:03.869808+0000 mgr.a (mgr.14403) 6200 : audit 0 from='client.132861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:05 smithi194 bash[32038]: cluster 2023-12-07T19:49:03.911365+0000 mgr.a (mgr.14403) 6201 : cluster 0 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-07T19:49:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:05 smithi135 bash[32435]: audit 2023-12-07T19:49:03.869808+0000 mgr.a (mgr.14403) 6200 : audit 0 from='client.132861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:05 smithi135 bash[32435]: cluster 2023-12-07T19:49:03.911365+0000 mgr.a (mgr.14403) 6201 : cluster 0 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-07T19:49:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:07 smithi079 bash[28699]: cluster 2023-12-07T19:49:05.912214+0000 mgr.a (mgr.14403) 6202 : cluster 0 pgmap v4626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:07 smithi194 bash[32038]: cluster 2023-12-07T19:49:05.912214+0000 mgr.a (mgr.14403) 6202 : cluster 0 pgmap v4626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:07 smithi135 bash[32435]: cluster 2023-12-07T19:49:05.912214+0000 mgr.a (mgr.14403) 6202 : cluster 0 pgmap v4626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:09.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:49:09.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:09.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:09 smithi079 bash[28699]: cluster 2023-12-07T19:49:07.912915+0000 mgr.a (mgr.14403) 6203 : cluster 0 pgmap v4627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:09 smithi194 bash[32038]: cluster 2023-12-07T19:49:07.912915+0000 mgr.a (mgr.14403) 6203 : cluster 0 pgmap v4627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:09 smithi135 bash[32435]: cluster 2023-12-07T19:49:07.912915+0000 mgr.a (mgr.14403) 6203 : cluster 0 pgmap v4627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:10.282 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:49:10.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:10.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:10.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:10.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:49:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:11 smithi079 bash[28699]: audit 2023-12-07T19:49:09.787961+0000 mgr.a (mgr.14403) 6204 : audit 0 from='client.132939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:11.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:11 smithi079 bash[28699]: cluster 2023-12-07T19:49:09.913825+0000 mgr.a (mgr.14403) 6205 : cluster 0 pgmap v4628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:11 smithi194 bash[32038]: audit 2023-12-07T19:49:09.787961+0000 mgr.a (mgr.14403) 6204 : audit 0 from='client.132939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:11 smithi194 bash[32038]: cluster 2023-12-07T19:49:09.913825+0000 mgr.a (mgr.14403) 6205 : cluster 0 pgmap v4628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:11 smithi135 bash[32435]: audit 2023-12-07T19:49:09.787961+0000 mgr.a (mgr.14403) 6204 : audit 0 from='client.132939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:11 smithi135 bash[32435]: cluster 2023-12-07T19:49:09.913825+0000 mgr.a (mgr.14403) 6205 : cluster 0 pgmap v4628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:13 smithi079 bash[28699]: cluster 2023-12-07T19:49:11.914598+0000 mgr.a (mgr.14403) 6206 : cluster 0 pgmap v4629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:13 smithi194 bash[32038]: cluster 2023-12-07T19:49:11.914598+0000 mgr.a (mgr.14403) 6206 : cluster 0 pgmap v4629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:13 smithi135 bash[32435]: cluster 2023-12-07T19:49:11.914598+0000 mgr.a (mgr.14403) 6206 : cluster 0 pgmap v4629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:15.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:49:15.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:15.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:15 smithi079 bash[28699]: cluster 2023-12-07T19:49:13.915557+0000 mgr.a (mgr.14403) 6207 : cluster 0 pgmap v4630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:15 smithi194 bash[32038]: cluster 2023-12-07T19:49:13.915557+0000 mgr.a (mgr.14403) 6207 : cluster 0 pgmap v4630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:15 smithi135 bash[32435]: cluster 2023-12-07T19:49:13.915557+0000 mgr.a (mgr.14403) 6207 : cluster 0 pgmap v4630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:16.170 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:49:16.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:16.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:16.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:16.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:49:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:17 smithi079 bash[28699]: audit 2023-12-07T19:49:15.681762+0000 mgr.a (mgr.14403) 6208 : audit 0 from='client.133014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:17 smithi079 bash[28699]: cluster 2023-12-07T19:49:15.916088+0000 mgr.a (mgr.14403) 6209 : cluster 0 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-07T19:49:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:17 smithi194 bash[32038]: audit 2023-12-07T19:49:15.681762+0000 mgr.a (mgr.14403) 6208 : audit 0 from='client.133014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:17 smithi194 bash[32038]: cluster 2023-12-07T19:49:15.916088+0000 mgr.a (mgr.14403) 6209 : cluster 0 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-07T19:49:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:17 smithi135 bash[32435]: audit 2023-12-07T19:49:15.681762+0000 mgr.a (mgr.14403) 6208 : audit 0 from='client.133014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:17 smithi135 bash[32435]: cluster 2023-12-07T19:49:15.916088+0000 mgr.a (mgr.14403) 6209 : cluster 0 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-07T19:49:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:19 smithi079 bash[28699]: cluster 2023-12-07T19:49:17.916742+0000 mgr.a (mgr.14403) 6210 : cluster 0 pgmap v4632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:19 smithi194 bash[32038]: cluster 2023-12-07T19:49:17.916742+0000 mgr.a (mgr.14403) 6210 : cluster 0 pgmap v4632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:19 smithi135 bash[32435]: cluster 2023-12-07T19:49:17.916742+0000 mgr.a (mgr.14403) 6210 : cluster 0 pgmap v4632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:21.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:49:21.173 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:21.173 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:21 smithi079 bash[28699]: cluster 2023-12-07T19:49:19.917512+0000 mgr.a (mgr.14403) 6211 : cluster 0 pgmap v4633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:21 smithi194 bash[32038]: cluster 2023-12-07T19:49:19.917512+0000 mgr.a (mgr.14403) 6211 : cluster 0 pgmap v4633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:21 smithi135 bash[32435]: cluster 2023-12-07T19:49:19.917512+0000 mgr.a (mgr.14403) 6211 : cluster 0 pgmap v4633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:22.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:22.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:22.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:22.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:49:22.068 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:49:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:23 smithi079 bash[28699]: audit 2023-12-07T19:49:21.575091+0000 mgr.a (mgr.14403) 6212 : audit 0 from='client.133092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:23 smithi079 bash[28699]: cluster 2023-12-07T19:49:21.918199+0000 mgr.a (mgr.14403) 6213 : cluster 0 pgmap v4634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:23 smithi194 bash[32038]: audit 2023-12-07T19:49:21.575091+0000 mgr.a (mgr.14403) 6212 : audit 0 from='client.133092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:23 smithi194 bash[32038]: cluster 2023-12-07T19:49:21.918199+0000 mgr.a (mgr.14403) 6213 : cluster 0 pgmap v4634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:23 smithi135 bash[32435]: audit 2023-12-07T19:49:21.575091+0000 mgr.a (mgr.14403) 6212 : audit 0 from='client.133092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:23 smithi135 bash[32435]: cluster 2023-12-07T19:49:21.918199+0000 mgr.a (mgr.14403) 6213 : cluster 0 pgmap v4634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:25 smithi079 bash[28699]: cluster 2023-12-07T19:49:23.919101+0000 mgr.a (mgr.14403) 6214 : cluster 0 pgmap v4635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:25 smithi079 bash[28699]: audit 2023-12-07T19:49:24.363818+0000 mon.a (mon.0) 1321 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:49:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:25 smithi079 bash[28699]: audit 2023-12-07T19:49:25.110909+0000 mon.a (mon.0) 1322 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:49:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:25 smithi079 bash[28699]: audit 2023-12-07T19:49:25.112811+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:49:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:25 smithi079 bash[28699]: audit 2023-12-07T19:49:25.122927+0000 mon.a (mon.0) 1324 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:49:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:25 smithi194 bash[32038]: cluster 2023-12-07T19:49:23.919101+0000 mgr.a (mgr.14403) 6214 : cluster 0 pgmap v4635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:25 smithi194 bash[32038]: audit 2023-12-07T19:49:24.363818+0000 mon.a (mon.0) 1321 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:49:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:25 smithi194 bash[32038]: audit 2023-12-07T19:49:25.110909+0000 mon.a (mon.0) 1322 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:49:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:25 smithi194 bash[32038]: audit 2023-12-07T19:49:25.112811+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:49:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:25 smithi194 bash[32038]: audit 2023-12-07T19:49:25.122927+0000 mon.a (mon.0) 1324 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:49:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:25 smithi135 bash[32435]: cluster 2023-12-07T19:49:23.919101+0000 mgr.a (mgr.14403) 6214 : cluster 0 pgmap v4635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:25 smithi135 bash[32435]: audit 2023-12-07T19:49:24.363818+0000 mon.a (mon.0) 1321 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:49:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:25 smithi135 bash[32435]: audit 2023-12-07T19:49:25.110909+0000 mon.a (mon.0) 1322 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:49:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:25 smithi135 bash[32435]: audit 2023-12-07T19:49:25.112811+0000 mon.a (mon.0) 1323 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:49:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:25 smithi135 bash[32435]: audit 2023-12-07T19:49:25.122927+0000 mon.a (mon.0) 1324 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:49:27.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:49:27.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:27.072 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:27 smithi079 bash[28699]: cluster 2023-12-07T19:49:25.919612+0000 mgr.a (mgr.14403) 6215 : cluster 0 pgmap v4636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:27 smithi194 bash[32038]: cluster 2023-12-07T19:49:25.919612+0000 mgr.a (mgr.14403) 6215 : cluster 0 pgmap v4636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:27 smithi135 bash[32435]: cluster 2023-12-07T19:49:25.919612+0000 mgr.a (mgr.14403) 6215 : cluster 0 pgmap v4636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:27.977 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:49:27.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:27.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:27.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:27.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:49:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:29 smithi079 bash[28699]: audit 2023-12-07T19:49:27.477132+0000 mgr.a (mgr.14403) 6216 : audit 0 from='client.133167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:29 smithi079 bash[28699]: cluster 2023-12-07T19:49:27.920082+0000 mgr.a (mgr.14403) 6217 : cluster 0 pgmap v4637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:29 smithi194 bash[32038]: audit 2023-12-07T19:49:27.477132+0000 mgr.a (mgr.14403) 6216 : audit 0 from='client.133167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:29 smithi194 bash[32038]: cluster 2023-12-07T19:49:27.920082+0000 mgr.a (mgr.14403) 6217 : cluster 0 pgmap v4637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:29 smithi135 bash[32435]: audit 2023-12-07T19:49:27.477132+0000 mgr.a (mgr.14403) 6216 : audit 0 from='client.133167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:29 smithi135 bash[32435]: cluster 2023-12-07T19:49:27.920082+0000 mgr.a (mgr.14403) 6217 : cluster 0 pgmap v4637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:31 smithi079 bash[28699]: cluster 2023-12-07T19:49:29.920867+0000 mgr.a (mgr.14403) 6218 : cluster 0 pgmap v4638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:31 smithi194 bash[32038]: cluster 2023-12-07T19:49:29.920867+0000 mgr.a (mgr.14403) 6218 : cluster 0 pgmap v4638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:31 smithi135 bash[32435]: cluster 2023-12-07T19:49:29.920867+0000 mgr.a (mgr.14403) 6218 : cluster 0 pgmap v4638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:32.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:49:32.981 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:32.981 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:33 smithi079 bash[28699]: cluster 2023-12-07T19:49:31.921385+0000 mgr.a (mgr.14403) 6219 : cluster 0 pgmap v4639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:33 smithi194 bash[32038]: cluster 2023-12-07T19:49:31.921385+0000 mgr.a (mgr.14403) 6219 : cluster 0 pgmap v4639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:33 smithi135 bash[32435]: cluster 2023-12-07T19:49:31.921385+0000 mgr.a (mgr.14403) 6219 : cluster 0 pgmap v4639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:33.852 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:49:33.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:33.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:33.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:33.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:49:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:34 smithi079 bash[28699]: audit 2023-12-07T19:49:33.382843+0000 mgr.a (mgr.14403) 6220 : audit 0 from='client.133242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:34 smithi194 bash[32038]: audit 2023-12-07T19:49:33.382843+0000 mgr.a (mgr.14403) 6220 : audit 0 from='client.133242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:34 smithi135 bash[32435]: audit 2023-12-07T19:49:33.382843+0000 mgr.a (mgr.14403) 6220 : audit 0 from='client.133242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:35 smithi079 bash[28699]: cluster 2023-12-07T19:49:33.922439+0000 mgr.a (mgr.14403) 6221 : cluster 0 pgmap v4640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:35 smithi194 bash[32038]: cluster 2023-12-07T19:49:33.922439+0000 mgr.a (mgr.14403) 6221 : cluster 0 pgmap v4640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:35 smithi135 bash[32435]: cluster 2023-12-07T19:49:33.922439+0000 mgr.a (mgr.14403) 6221 : cluster 0 pgmap v4640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:37 smithi079 bash[28699]: cluster 2023-12-07T19:49:35.923033+0000 mgr.a (mgr.14403) 6222 : cluster 0 pgmap v4641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:37 smithi194 bash[32038]: cluster 2023-12-07T19:49:35.923033+0000 mgr.a (mgr.14403) 6222 : cluster 0 pgmap v4641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:37 smithi135 bash[32435]: cluster 2023-12-07T19:49:35.923033+0000 mgr.a (mgr.14403) 6222 : cluster 0 pgmap v4641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:38.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:49:38.856 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:38.856 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:39 smithi079 bash[28699]: cluster 2023-12-07T19:49:37.923555+0000 mgr.a (mgr.14403) 6223 : cluster 0 pgmap v4642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:39 smithi194 bash[32038]: cluster 2023-12-07T19:49:37.923555+0000 mgr.a (mgr.14403) 6223 : cluster 0 pgmap v4642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:39 smithi135 bash[32435]: cluster 2023-12-07T19:49:37.923555+0000 mgr.a (mgr.14403) 6223 : cluster 0 pgmap v4642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:39.751 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:49:39.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:39.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:39.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:39.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:49:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:40 smithi079 bash[28699]: audit 2023-12-07T19:49:39.266369+0000 mgr.a (mgr.14403) 6224 : audit 0 from='client.133320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:40 smithi194 bash[32038]: audit 2023-12-07T19:49:39.266369+0000 mgr.a (mgr.14403) 6224 : audit 0 from='client.133320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:40 smithi135 bash[32435]: audit 2023-12-07T19:49:39.266369+0000 mgr.a (mgr.14403) 6224 : audit 0 from='client.133320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:41 smithi079 bash[28699]: cluster 2023-12-07T19:49:39.924622+0000 mgr.a (mgr.14403) 6225 : cluster 0 pgmap v4643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:41 smithi194 bash[32038]: cluster 2023-12-07T19:49:39.924622+0000 mgr.a (mgr.14403) 6225 : cluster 0 pgmap v4643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:41 smithi135 bash[32435]: cluster 2023-12-07T19:49:39.924622+0000 mgr.a (mgr.14403) 6225 : cluster 0 pgmap v4643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:43 smithi079 bash[28699]: cluster 2023-12-07T19:49:41.925363+0000 mgr.a (mgr.14403) 6226 : cluster 0 pgmap v4644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:43 smithi194 bash[32038]: cluster 2023-12-07T19:49:41.925363+0000 mgr.a (mgr.14403) 6226 : cluster 0 pgmap v4644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:43 smithi135 bash[32435]: cluster 2023-12-07T19:49:41.925363+0000 mgr.a (mgr.14403) 6226 : cluster 0 pgmap v4644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:49:44.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:49:44.754 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:44.754 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:45.637 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:49:45.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:45.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:45.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:45.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:49:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:45 smithi079 bash[28699]: cluster 2023-12-07T19:49:43.926148+0000 mgr.a (mgr.14403) 6227 : cluster 0 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-07T19:49:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:45 smithi194 bash[32038]: cluster 2023-12-07T19:49:43.926148+0000 mgr.a (mgr.14403) 6227 : cluster 0 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-07T19:49:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:45 smithi135 bash[32435]: cluster 2023-12-07T19:49:43.926148+0000 mgr.a (mgr.14403) 6227 : cluster 0 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-07T19:49:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:46 smithi194 bash[32038]: audit 2023-12-07T19:49:45.149676+0000 mgr.a (mgr.14403) 6228 : audit 0 from='client.133398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:46 smithi135 bash[32435]: audit 2023-12-07T19:49:45.149676+0000 mgr.a (mgr.14403) 6228 : audit 0 from='client.133398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:46.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:46 smithi079 bash[28699]: audit 2023-12-07T19:49:45.149676+0000 mgr.a (mgr.14403) 6228 : audit 0 from='client.133398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:47 smithi194 bash[32038]: cluster 2023-12-07T19:49:45.926935+0000 mgr.a (mgr.14403) 6229 : cluster 0 pgmap v4646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:47 smithi135 bash[32435]: cluster 2023-12-07T19:49:45.926935+0000 mgr.a (mgr.14403) 6229 : cluster 0 pgmap v4646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:47 smithi079 bash[28699]: cluster 2023-12-07T19:49:45.926935+0000 mgr.a (mgr.14403) 6229 : cluster 0 pgmap v4646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:49 smithi194 bash[32038]: cluster 2023-12-07T19:49:47.927684+0000 mgr.a (mgr.14403) 6230 : cluster 0 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-07T19:49:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:49 smithi135 bash[32435]: cluster 2023-12-07T19:49:47.927684+0000 mgr.a (mgr.14403) 6230 : cluster 0 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-07T19:49:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:49 smithi079 bash[28699]: cluster 2023-12-07T19:49:47.927684+0000 mgr.a (mgr.14403) 6230 : cluster 0 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-07T19:49:50.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:49:50.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:50.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:51.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:51.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:51.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:51.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:49:51.540 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:49:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:51 smithi194 bash[32038]: cluster 2023-12-07T19:49:49.928632+0000 mgr.a (mgr.14403) 6231 : cluster 0 pgmap v4648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:51 smithi135 bash[32435]: cluster 2023-12-07T19:49:49.928632+0000 mgr.a (mgr.14403) 6231 : cluster 0 pgmap v4648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:51 smithi079 bash[28699]: cluster 2023-12-07T19:49:49.928632+0000 mgr.a (mgr.14403) 6231 : cluster 0 pgmap v4648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:52 smithi194 bash[32038]: audit 2023-12-07T19:49:51.033810+0000 mgr.a (mgr.14403) 6232 : audit 0 from='client.133473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:52 smithi135 bash[32435]: audit 2023-12-07T19:49:51.033810+0000 mgr.a (mgr.14403) 6232 : audit 0 from='client.133473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:52.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:52 smithi079 bash[28699]: audit 2023-12-07T19:49:51.033810+0000 mgr.a (mgr.14403) 6232 : audit 0 from='client.133473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:53 smithi194 bash[32038]: cluster 2023-12-07T19:49:51.929392+0000 mgr.a (mgr.14403) 6233 : cluster 0 pgmap v4649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:53 smithi135 bash[32435]: cluster 2023-12-07T19:49:51.929392+0000 mgr.a (mgr.14403) 6233 : cluster 0 pgmap v4649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:53 smithi079 bash[28699]: cluster 2023-12-07T19:49:51.929392+0000 mgr.a (mgr.14403) 6233 : cluster 0 pgmap v4649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:54 smithi194 bash[32038]: cluster 2023-12-07T19:49:53.930209+0000 mgr.a (mgr.14403) 6234 : cluster 0 pgmap v4650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:54 smithi135 bash[32435]: cluster 2023-12-07T19:49:53.930209+0000 mgr.a (mgr.14403) 6234 : cluster 0 pgmap v4650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:54 smithi079 bash[28699]: cluster 2023-12-07T19:49:53.930209+0000 mgr.a (mgr.14403) 6234 : cluster 0 pgmap v4650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:49:56.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:49:56.543 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:49:56.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:49:57.474 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:49:57.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:49:57.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:49:57.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:49:57.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:49:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:57 smithi079 bash[28699]: cluster 2023-12-07T19:49:55.930772+0000 mgr.a (mgr.14403) 6235 : cluster 0 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-07T19:49:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:57 smithi194 bash[32038]: cluster 2023-12-07T19:49:55.930772+0000 mgr.a (mgr.14403) 6235 : cluster 0 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-07T19:49:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:57 smithi135 bash[32435]: cluster 2023-12-07T19:49:55.930772+0000 mgr.a (mgr.14403) 6235 : cluster 0 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-07T19:49:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:58 smithi079 bash[28699]: audit 2023-12-07T19:49:56.951521+0000 mgr.a (mgr.14403) 6236 : audit 0 from='client.133548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:58 smithi194 bash[32038]: audit 2023-12-07T19:49:56.951521+0000 mgr.a (mgr.14403) 6236 : audit 0 from='client.133548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:58 smithi135 bash[32435]: audit 2023-12-07T19:49:56.951521+0000 mgr.a (mgr.14403) 6236 : audit 0 from='client.133548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:49:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:49:59 smithi079 bash[28699]: cluster 2023-12-07T19:49:57.931474+0000 mgr.a (mgr.14403) 6237 : cluster 0 pgmap v4652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:49:59 smithi194 bash[32038]: cluster 2023-12-07T19:49:57.931474+0000 mgr.a (mgr.14403) 6237 : cluster 0 pgmap v4652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:49:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:49:59 smithi135 bash[32435]: cluster 2023-12-07T19:49:57.931474+0000 mgr.a (mgr.14403) 6237 : cluster 0 pgmap v4652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:00 smithi079 bash[28699]: cluster 2023-12-07T19:50:00.000164+0000 mon.a (mon.0) 1325 : cluster 1 overall HEALTH_OK 2023-12-07T19:50:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:00 smithi194 bash[32038]: cluster 2023-12-07T19:50:00.000164+0000 mon.a (mon.0) 1325 : cluster 1 overall HEALTH_OK 2023-12-07T19:50:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:00 smithi135 bash[32435]: cluster 2023-12-07T19:50:00.000164+0000 mon.a (mon.0) 1325 : cluster 1 overall HEALTH_OK 2023-12-07T19:50:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:01 smithi079 bash[28699]: cluster 2023-12-07T19:49:59.932220+0000 mgr.a (mgr.14403) 6238 : cluster 0 pgmap v4653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:01 smithi194 bash[32038]: cluster 2023-12-07T19:49:59.932220+0000 mgr.a (mgr.14403) 6238 : cluster 0 pgmap v4653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:01 smithi135 bash[32435]: cluster 2023-12-07T19:49:59.932220+0000 mgr.a (mgr.14403) 6238 : cluster 0 pgmap v4653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:02.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:50:02.477 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:02.478 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:03.380 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:50:03.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:03.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:03.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:03.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:50:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:03 smithi079 bash[28699]: cluster 2023-12-07T19:50:01.932903+0000 mgr.a (mgr.14403) 6239 : cluster 0 pgmap v4654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:03 smithi194 bash[32038]: cluster 2023-12-07T19:50:01.932903+0000 mgr.a (mgr.14403) 6239 : cluster 0 pgmap v4654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:03 smithi135 bash[32435]: cluster 2023-12-07T19:50:01.932903+0000 mgr.a (mgr.14403) 6239 : cluster 0 pgmap v4654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:04 smithi079 bash[28699]: audit 2023-12-07T19:50:02.881316+0000 mgr.a (mgr.14403) 6240 : audit 0 from='client.133623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:04 smithi194 bash[32038]: audit 2023-12-07T19:50:02.881316+0000 mgr.a (mgr.14403) 6240 : audit 0 from='client.133623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:04 smithi135 bash[32435]: audit 2023-12-07T19:50:02.881316+0000 mgr.a (mgr.14403) 6240 : audit 0 from='client.133623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:05 smithi079 bash[28699]: cluster 2023-12-07T19:50:03.933787+0000 mgr.a (mgr.14403) 6241 : cluster 0 pgmap v4655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:05 smithi194 bash[32038]: cluster 2023-12-07T19:50:03.933787+0000 mgr.a (mgr.14403) 6241 : cluster 0 pgmap v4655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:05 smithi135 bash[32435]: cluster 2023-12-07T19:50:03.933787+0000 mgr.a (mgr.14403) 6241 : cluster 0 pgmap v4655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:07 smithi079 bash[28699]: cluster 2023-12-07T19:50:05.934346+0000 mgr.a (mgr.14403) 6242 : cluster 0 pgmap v4656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:07 smithi194 bash[32038]: cluster 2023-12-07T19:50:05.934346+0000 mgr.a (mgr.14403) 6242 : cluster 0 pgmap v4656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:07 smithi135 bash[32435]: cluster 2023-12-07T19:50:05.934346+0000 mgr.a (mgr.14403) 6242 : cluster 0 pgmap v4656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:08.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:50:08.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:08.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:09.277 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:50:09.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:09.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:09.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:09.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:50:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:09 smithi079 bash[28699]: cluster 2023-12-07T19:50:07.934886+0000 mgr.a (mgr.14403) 6243 : cluster 0 pgmap v4657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:09 smithi194 bash[32038]: cluster 2023-12-07T19:50:07.934886+0000 mgr.a (mgr.14403) 6243 : cluster 0 pgmap v4657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:09 smithi135 bash[32435]: cluster 2023-12-07T19:50:07.934886+0000 mgr.a (mgr.14403) 6243 : cluster 0 pgmap v4657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:10 smithi079 bash[28699]: audit 2023-12-07T19:50:08.779297+0000 mgr.a (mgr.14403) 6244 : audit 0 from='client.133698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:10 smithi194 bash[32038]: audit 2023-12-07T19:50:08.779297+0000 mgr.a (mgr.14403) 6244 : audit 0 from='client.133698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:10 smithi135 bash[32435]: audit 2023-12-07T19:50:08.779297+0000 mgr.a (mgr.14403) 6244 : audit 0 from='client.133698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:11 smithi079 bash[28699]: cluster 2023-12-07T19:50:09.935828+0000 mgr.a (mgr.14403) 6245 : cluster 0 pgmap v4658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:11 smithi194 bash[32038]: cluster 2023-12-07T19:50:09.935828+0000 mgr.a (mgr.14403) 6245 : cluster 0 pgmap v4658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:11 smithi135 bash[32435]: cluster 2023-12-07T19:50:09.935828+0000 mgr.a (mgr.14403) 6245 : cluster 0 pgmap v4658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:13 smithi079 bash[28699]: cluster 2023-12-07T19:50:11.936386+0000 mgr.a (mgr.14403) 6246 : cluster 0 pgmap v4659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:13 smithi194 bash[32038]: cluster 2023-12-07T19:50:11.936386+0000 mgr.a (mgr.14403) 6246 : cluster 0 pgmap v4659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:13 smithi135 bash[32435]: cluster 2023-12-07T19:50:11.936386+0000 mgr.a (mgr.14403) 6246 : cluster 0 pgmap v4659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:14.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:50:14.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:14.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:15.193 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:50:15.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:15.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:15.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:15.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:50:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:15 smithi079 bash[28699]: cluster 2023-12-07T19:50:13.937092+0000 mgr.a (mgr.14403) 6247 : cluster 0 pgmap v4660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:15 smithi194 bash[32038]: cluster 2023-12-07T19:50:13.937092+0000 mgr.a (mgr.14403) 6247 : cluster 0 pgmap v4660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:15 smithi135 bash[32435]: cluster 2023-12-07T19:50:13.937092+0000 mgr.a (mgr.14403) 6247 : cluster 0 pgmap v4660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:16 smithi079 bash[28699]: audit 2023-12-07T19:50:14.679749+0000 mgr.a (mgr.14403) 6248 : audit 0 from='client.133776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:16 smithi194 bash[32038]: audit 2023-12-07T19:50:14.679749+0000 mgr.a (mgr.14403) 6248 : audit 0 from='client.133776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:16 smithi135 bash[32435]: audit 2023-12-07T19:50:14.679749+0000 mgr.a (mgr.14403) 6248 : audit 0 from='client.133776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:17 smithi079 bash[28699]: cluster 2023-12-07T19:50:15.937882+0000 mgr.a (mgr.14403) 6249 : cluster 0 pgmap v4661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:17 smithi194 bash[32038]: cluster 2023-12-07T19:50:15.937882+0000 mgr.a (mgr.14403) 6249 : cluster 0 pgmap v4661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:17 smithi135 bash[32435]: cluster 2023-12-07T19:50:15.937882+0000 mgr.a (mgr.14403) 6249 : cluster 0 pgmap v4661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:19 smithi079 bash[28699]: cluster 2023-12-07T19:50:17.938522+0000 mgr.a (mgr.14403) 6250 : cluster 0 pgmap v4662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:19 smithi194 bash[32038]: cluster 2023-12-07T19:50:17.938522+0000 mgr.a (mgr.14403) 6250 : cluster 0 pgmap v4662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:19 smithi135 bash[32435]: cluster 2023-12-07T19:50:17.938522+0000 mgr.a (mgr.14403) 6250 : cluster 0 pgmap v4662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:20.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:50:20.196 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:20.196 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:21.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:21.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:21.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:21.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:50:21.101 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:50:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:21 smithi079 bash[28699]: cluster 2023-12-07T19:50:19.939307+0000 mgr.a (mgr.14403) 6251 : cluster 0 pgmap v4663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:21 smithi194 bash[32038]: cluster 2023-12-07T19:50:19.939307+0000 mgr.a (mgr.14403) 6251 : cluster 0 pgmap v4663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:21 smithi135 bash[32435]: cluster 2023-12-07T19:50:19.939307+0000 mgr.a (mgr.14403) 6251 : cluster 0 pgmap v4663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:22 smithi079 bash[28699]: audit 2023-12-07T19:50:20.606436+0000 mgr.a (mgr.14403) 6252 : audit 0 from='client.133851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:22 smithi194 bash[32038]: audit 2023-12-07T19:50:20.606436+0000 mgr.a (mgr.14403) 6252 : audit 0 from='client.133851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:22 smithi135 bash[32435]: audit 2023-12-07T19:50:20.606436+0000 mgr.a (mgr.14403) 6252 : audit 0 from='client.133851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:23 smithi079 bash[28699]: cluster 2023-12-07T19:50:21.939907+0000 mgr.a (mgr.14403) 6253 : cluster 0 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-07T19:50:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:23 smithi194 bash[32038]: cluster 2023-12-07T19:50:21.939907+0000 mgr.a (mgr.14403) 6253 : cluster 0 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-07T19:50:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:23 smithi135 bash[32435]: cluster 2023-12-07T19:50:21.939907+0000 mgr.a (mgr.14403) 6253 : cluster 0 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-07T19:50:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:25 smithi079 bash[28699]: cluster 2023-12-07T19:50:23.940663+0000 mgr.a (mgr.14403) 6254 : cluster 0 pgmap v4665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:25 smithi079 bash[28699]: audit 2023-12-07T19:50:25.225168+0000 mon.a (mon.0) 1326 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:50:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:25 smithi194 bash[32038]: cluster 2023-12-07T19:50:23.940663+0000 mgr.a (mgr.14403) 6254 : cluster 0 pgmap v4665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:25 smithi194 bash[32038]: audit 2023-12-07T19:50:25.225168+0000 mon.a (mon.0) 1326 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:50:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:25 smithi135 bash[32435]: cluster 2023-12-07T19:50:23.940663+0000 mgr.a (mgr.14403) 6254 : cluster 0 pgmap v4665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:25 smithi135 bash[32435]: audit 2023-12-07T19:50:25.225168+0000 mon.a (mon.0) 1326 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:50:26.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:50:26.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:26.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:26 smithi079 bash[28699]: audit 2023-12-07T19:50:25.972338+0000 mon.a (mon.0) 1327 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:50:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:26 smithi079 bash[28699]: audit 2023-12-07T19:50:25.974434+0000 mon.a (mon.0) 1328 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:50:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:26 smithi079 bash[28699]: audit 2023-12-07T19:50:25.983393+0000 mon.a (mon.0) 1329 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:50:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:26 smithi194 bash[32038]: audit 2023-12-07T19:50:25.972338+0000 mon.a (mon.0) 1327 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:50:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:26 smithi194 bash[32038]: audit 2023-12-07T19:50:25.974434+0000 mon.a (mon.0) 1328 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:50:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:26 smithi194 bash[32038]: audit 2023-12-07T19:50:25.983393+0000 mon.a (mon.0) 1329 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:50:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:26 smithi135 bash[32435]: audit 2023-12-07T19:50:25.972338+0000 mon.a (mon.0) 1327 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:50:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:26 smithi135 bash[32435]: audit 2023-12-07T19:50:25.974434+0000 mon.a (mon.0) 1328 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:50:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:26 smithi135 bash[32435]: audit 2023-12-07T19:50:25.983393+0000 mon.a (mon.0) 1329 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:50:27.027 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:50:27.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:27.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:27.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:27.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:50:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:27 smithi079 bash[28699]: cluster 2023-12-07T19:50:25.941221+0000 mgr.a (mgr.14403) 6255 : cluster 0 pgmap v4666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:27 smithi194 bash[32038]: cluster 2023-12-07T19:50:25.941221+0000 mgr.a (mgr.14403) 6255 : cluster 0 pgmap v4666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:27 smithi135 bash[32435]: cluster 2023-12-07T19:50:25.941221+0000 mgr.a (mgr.14403) 6255 : cluster 0 pgmap v4666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:28 smithi079 bash[28699]: audit 2023-12-07T19:50:26.511549+0000 mgr.a (mgr.14403) 6256 : audit 0 from='client.133929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:28 smithi194 bash[32038]: audit 2023-12-07T19:50:26.511549+0000 mgr.a (mgr.14403) 6256 : audit 0 from='client.133929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:28 smithi135 bash[32435]: audit 2023-12-07T19:50:26.511549+0000 mgr.a (mgr.14403) 6256 : audit 0 from='client.133929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:29 smithi079 bash[28699]: cluster 2023-12-07T19:50:27.941877+0000 mgr.a (mgr.14403) 6257 : cluster 0 pgmap v4667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:29 smithi194 bash[32038]: cluster 2023-12-07T19:50:27.941877+0000 mgr.a (mgr.14403) 6257 : cluster 0 pgmap v4667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:29 smithi135 bash[32435]: cluster 2023-12-07T19:50:27.941877+0000 mgr.a (mgr.14403) 6257 : cluster 0 pgmap v4667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:31 smithi079 bash[28699]: cluster 2023-12-07T19:50:29.942773+0000 mgr.a (mgr.14403) 6258 : cluster 0 pgmap v4668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:31 smithi194 bash[32038]: cluster 2023-12-07T19:50:29.942773+0000 mgr.a (mgr.14403) 6258 : cluster 0 pgmap v4668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:31 smithi135 bash[32435]: cluster 2023-12-07T19:50:29.942773+0000 mgr.a (mgr.14403) 6258 : cluster 0 pgmap v4668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:32.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:50:32.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:32.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:32.938 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:50:32.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:32.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:32.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:32.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:50:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:33 smithi079 bash[28699]: cluster 2023-12-07T19:50:31.943481+0000 mgr.a (mgr.14403) 6259 : cluster 0 pgmap v4669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:33 smithi194 bash[32038]: cluster 2023-12-07T19:50:31.943481+0000 mgr.a (mgr.14403) 6259 : cluster 0 pgmap v4669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:33 smithi135 bash[32435]: cluster 2023-12-07T19:50:31.943481+0000 mgr.a (mgr.14403) 6259 : cluster 0 pgmap v4669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:34 smithi079 bash[28699]: audit 2023-12-07T19:50:32.435253+0000 mgr.a (mgr.14403) 6260 : audit 0 from='client.134004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:34 smithi194 bash[32038]: audit 2023-12-07T19:50:32.435253+0000 mgr.a (mgr.14403) 6260 : audit 0 from='client.134004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:34 smithi135 bash[32435]: audit 2023-12-07T19:50:32.435253+0000 mgr.a (mgr.14403) 6260 : audit 0 from='client.134004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:35 smithi079 bash[28699]: cluster 2023-12-07T19:50:33.944324+0000 mgr.a (mgr.14403) 6261 : cluster 0 pgmap v4670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:35 smithi194 bash[32038]: cluster 2023-12-07T19:50:33.944324+0000 mgr.a (mgr.14403) 6261 : cluster 0 pgmap v4670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:35 smithi135 bash[32435]: cluster 2023-12-07T19:50:33.944324+0000 mgr.a (mgr.14403) 6261 : cluster 0 pgmap v4670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:50:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:37 smithi079 bash[28699]: cluster 2023-12-07T19:50:35.944909+0000 mgr.a (mgr.14403) 6262 : cluster 0 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-07T19:50:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:37 smithi194 bash[32038]: cluster 2023-12-07T19:50:35.944909+0000 mgr.a (mgr.14403) 6262 : cluster 0 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-07T19:50:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:37 smithi135 bash[32435]: cluster 2023-12-07T19:50:35.944909+0000 mgr.a (mgr.14403) 6262 : cluster 0 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-07T19:50:37.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:50:37.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:37.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:38.858 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:50:38.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:38.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:38.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:38.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:50:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:39 smithi079 bash[28699]: cluster 2023-12-07T19:50:37.945434+0000 mgr.a (mgr.14403) 6263 : cluster 0 pgmap v4672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:39 smithi079 bash[28699]: audit 2023-12-07T19:50:38.341719+0000 mgr.a (mgr.14403) 6264 : audit 0 from='client.134082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:39 smithi194 bash[32038]: cluster 2023-12-07T19:50:37.945434+0000 mgr.a (mgr.14403) 6263 : cluster 0 pgmap v4672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:39 smithi194 bash[32038]: audit 2023-12-07T19:50:38.341719+0000 mgr.a (mgr.14403) 6264 : audit 0 from='client.134082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:39 smithi135 bash[32435]: cluster 2023-12-07T19:50:37.945434+0000 mgr.a (mgr.14403) 6263 : cluster 0 pgmap v4672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:39 smithi135 bash[32435]: audit 2023-12-07T19:50:38.341719+0000 mgr.a (mgr.14403) 6264 : audit 0 from='client.134082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:41 smithi079 bash[28699]: cluster 2023-12-07T19:50:39.946395+0000 mgr.a (mgr.14403) 6265 : cluster 0 pgmap v4673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:50:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:41 smithi194 bash[32038]: cluster 2023-12-07T19:50:39.946395+0000 mgr.a (mgr.14403) 6265 : cluster 0 pgmap v4673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:50:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:41 smithi135 bash[32435]: cluster 2023-12-07T19:50:39.946395+0000 mgr.a (mgr.14403) 6265 : cluster 0 pgmap v4673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:50:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:43 smithi079 bash[28699]: cluster 2023-12-07T19:50:41.947106+0000 mgr.a (mgr.14403) 6266 : cluster 0 pgmap v4674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:50:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:43 smithi194 bash[32038]: cluster 2023-12-07T19:50:41.947106+0000 mgr.a (mgr.14403) 6266 : cluster 0 pgmap v4674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:50:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:43 smithi135 bash[32435]: cluster 2023-12-07T19:50:41.947106+0000 mgr.a (mgr.14403) 6266 : cluster 0 pgmap v4674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:50:43.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:50:43.861 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:43.861 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:44.752 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:50:44.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:44.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:44.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:44.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:50:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:45 smithi079 bash[28699]: cluster 2023-12-07T19:50:43.947700+0000 mgr.a (mgr.14403) 6267 : cluster 0 pgmap v4675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:45 smithi079 bash[28699]: audit 2023-12-07T19:50:44.263796+0000 mgr.a (mgr.14403) 6268 : audit 0 from='client.134160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:45 smithi194 bash[32038]: cluster 2023-12-07T19:50:43.947700+0000 mgr.a (mgr.14403) 6267 : cluster 0 pgmap v4675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:45 smithi194 bash[32038]: audit 2023-12-07T19:50:44.263796+0000 mgr.a (mgr.14403) 6268 : audit 0 from='client.134160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:45 smithi135 bash[32435]: cluster 2023-12-07T19:50:43.947700+0000 mgr.a (mgr.14403) 6267 : cluster 0 pgmap v4675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:45 smithi135 bash[32435]: audit 2023-12-07T19:50:44.263796+0000 mgr.a (mgr.14403) 6268 : audit 0 from='client.134160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:47 smithi194 bash[32038]: cluster 2023-12-07T19:50:45.948332+0000 mgr.a (mgr.14403) 6269 : cluster 0 pgmap v4676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:47 smithi135 bash[32435]: cluster 2023-12-07T19:50:45.948332+0000 mgr.a (mgr.14403) 6269 : cluster 0 pgmap v4676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:47 smithi079 bash[28699]: cluster 2023-12-07T19:50:45.948332+0000 mgr.a (mgr.14403) 6269 : cluster 0 pgmap v4676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:49 smithi194 bash[32038]: cluster 2023-12-07T19:50:47.948911+0000 mgr.a (mgr.14403) 6270 : cluster 0 pgmap v4677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:49 smithi135 bash[32435]: cluster 2023-12-07T19:50:47.948911+0000 mgr.a (mgr.14403) 6270 : cluster 0 pgmap v4677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:49.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:50:49.755 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:49.755 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:49 smithi079 bash[28699]: cluster 2023-12-07T19:50:47.948911+0000 mgr.a (mgr.14403) 6270 : cluster 0 pgmap v4677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:50:50.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:50.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:50.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:50.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:50:50.665 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:50:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:51 smithi194 bash[32038]: cluster 2023-12-07T19:50:49.949700+0000 mgr.a (mgr.14403) 6271 : cluster 0 pgmap v4678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:51.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:51 smithi194 bash[32038]: audit 2023-12-07T19:50:50.168179+0000 mgr.a (mgr.14403) 6272 : audit 0 from='client.134235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:51 smithi135 bash[32435]: cluster 2023-12-07T19:50:49.949700+0000 mgr.a (mgr.14403) 6271 : cluster 0 pgmap v4678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:51 smithi135 bash[32435]: audit 2023-12-07T19:50:50.168179+0000 mgr.a (mgr.14403) 6272 : audit 0 from='client.134235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:51 smithi079 bash[28699]: cluster 2023-12-07T19:50:49.949700+0000 mgr.a (mgr.14403) 6271 : cluster 0 pgmap v4678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:51 smithi079 bash[28699]: audit 2023-12-07T19:50:50.168179+0000 mgr.a (mgr.14403) 6272 : audit 0 from='client.134235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:53 smithi194 bash[32038]: cluster 2023-12-07T19:50:51.950281+0000 mgr.a (mgr.14403) 6273 : cluster 0 pgmap v4679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:50:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:53 smithi135 bash[32435]: cluster 2023-12-07T19:50:51.950281+0000 mgr.a (mgr.14403) 6273 : cluster 0 pgmap v4679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:50:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:53 smithi079 bash[28699]: cluster 2023-12-07T19:50:51.950281+0000 mgr.a (mgr.14403) 6273 : cluster 0 pgmap v4679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:50:55.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:50:55.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:50:55.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:50:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:55 smithi194 bash[32038]: cluster 2023-12-07T19:50:53.951148+0000 mgr.a (mgr.14403) 6274 : cluster 0 pgmap v4680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:50:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:55 smithi135 bash[32435]: cluster 2023-12-07T19:50:53.951148+0000 mgr.a (mgr.14403) 6274 : cluster 0 pgmap v4680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:50:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:55 smithi079 bash[28699]: cluster 2023-12-07T19:50:53.951148+0000 mgr.a (mgr.14403) 6274 : cluster 0 pgmap v4680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:50:56.580 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:50:56.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:50:56.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:50:56.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:50:56.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:50:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:57 smithi194 bash[32038]: cluster 2023-12-07T19:50:55.951504+0000 mgr.a (mgr.14403) 6275 : cluster 0 pgmap v4681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:57 smithi194 bash[32038]: audit 2023-12-07T19:50:56.077589+0000 mgr.a (mgr.14403) 6276 : audit 0 from='client.134310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:57 smithi135 bash[32435]: cluster 2023-12-07T19:50:55.951504+0000 mgr.a (mgr.14403) 6275 : cluster 0 pgmap v4681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:57 smithi135 bash[32435]: audit 2023-12-07T19:50:56.077589+0000 mgr.a (mgr.14403) 6276 : audit 0 from='client.134310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:57 smithi079 bash[28699]: cluster 2023-12-07T19:50:55.951504+0000 mgr.a (mgr.14403) 6275 : cluster 0 pgmap v4681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:57 smithi079 bash[28699]: audit 2023-12-07T19:50:56.077589+0000 mgr.a (mgr.14403) 6276 : audit 0 from='client.134310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:50:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:50:59 smithi194 bash[32038]: cluster 2023-12-07T19:50:57.952113+0000 mgr.a (mgr.14403) 6277 : cluster 0 pgmap v4682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:50:59 smithi135 bash[32435]: cluster 2023-12-07T19:50:57.952113+0000 mgr.a (mgr.14403) 6277 : cluster 0 pgmap v4682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:50:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:50:59 smithi079 bash[28699]: cluster 2023-12-07T19:50:57.952113+0000 mgr.a (mgr.14403) 6277 : cluster 0 pgmap v4682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:01.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:51:01.584 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:01.585 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:01 smithi194 bash[32038]: cluster 2023-12-07T19:50:59.952915+0000 mgr.a (mgr.14403) 6278 : cluster 0 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-07T19:51:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:01 smithi135 bash[32435]: cluster 2023-12-07T19:50:59.952915+0000 mgr.a (mgr.14403) 6278 : cluster 0 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-07T19:51:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:01 smithi079 bash[28699]: cluster 2023-12-07T19:50:59.952915+0000 mgr.a (mgr.14403) 6278 : cluster 0 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-07T19:51:02.478 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:51:02.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:02.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:02.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:02.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:51:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:03 smithi194 bash[32038]: cluster 2023-12-07T19:51:01.953301+0000 mgr.a (mgr.14403) 6279 : cluster 0 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-07T19:51:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:03 smithi194 bash[32038]: audit 2023-12-07T19:51:01.987942+0000 mgr.a (mgr.14403) 6280 : audit 0 from='client.134382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:03 smithi135 bash[32435]: cluster 2023-12-07T19:51:01.953301+0000 mgr.a (mgr.14403) 6279 : cluster 0 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-07T19:51:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:03 smithi135 bash[32435]: audit 2023-12-07T19:51:01.987942+0000 mgr.a (mgr.14403) 6280 : audit 0 from='client.134382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:03 smithi079 bash[28699]: cluster 2023-12-07T19:51:01.953301+0000 mgr.a (mgr.14403) 6279 : cluster 0 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-07T19:51:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:03 smithi079 bash[28699]: audit 2023-12-07T19:51:01.987942+0000 mgr.a (mgr.14403) 6280 : audit 0 from='client.134382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:05 smithi194 bash[32038]: cluster 2023-12-07T19:51:03.954077+0000 mgr.a (mgr.14403) 6281 : cluster 0 pgmap v4685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:05 smithi135 bash[32435]: cluster 2023-12-07T19:51:03.954077+0000 mgr.a (mgr.14403) 6281 : cluster 0 pgmap v4685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:05 smithi079 bash[28699]: cluster 2023-12-07T19:51:03.954077+0000 mgr.a (mgr.14403) 6281 : cluster 0 pgmap v4685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:07.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:51:07.482 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:07.482 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:07 smithi194 bash[32038]: cluster 2023-12-07T19:51:05.954623+0000 mgr.a (mgr.14403) 6282 : cluster 0 pgmap v4686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:07 smithi135 bash[32435]: cluster 2023-12-07T19:51:05.954623+0000 mgr.a (mgr.14403) 6282 : cluster 0 pgmap v4686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:07 smithi079 bash[28699]: cluster 2023-12-07T19:51:05.954623+0000 mgr.a (mgr.14403) 6282 : cluster 0 pgmap v4686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:08.401 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:51:08.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:08.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:08.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:08.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:51:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:08 smithi079 bash[28699]: audit 2023-12-07T19:51:07.889428+0000 mgr.a (mgr.14403) 6283 : audit 0 from='client.134460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:08 smithi079 bash[28699]: cluster 2023-12-07T19:51:07.955145+0000 mgr.a (mgr.14403) 6284 : cluster 0 pgmap v4687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:08 smithi194 bash[32038]: audit 2023-12-07T19:51:07.889428+0000 mgr.a (mgr.14403) 6283 : audit 0 from='client.134460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:08 smithi194 bash[32038]: cluster 2023-12-07T19:51:07.955145+0000 mgr.a (mgr.14403) 6284 : cluster 0 pgmap v4687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:08 smithi135 bash[32435]: audit 2023-12-07T19:51:07.889428+0000 mgr.a (mgr.14403) 6283 : audit 0 from='client.134460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:08 smithi135 bash[32435]: cluster 2023-12-07T19:51:07.955145+0000 mgr.a (mgr.14403) 6284 : cluster 0 pgmap v4687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:11 smithi079 bash[28699]: cluster 2023-12-07T19:51:09.956001+0000 mgr.a (mgr.14403) 6285 : cluster 0 pgmap v4688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:11 smithi194 bash[32038]: cluster 2023-12-07T19:51:09.956001+0000 mgr.a (mgr.14403) 6285 : cluster 0 pgmap v4688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:11 smithi135 bash[32435]: cluster 2023-12-07T19:51:09.956001+0000 mgr.a (mgr.14403) 6285 : cluster 0 pgmap v4688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:13.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:51:13.405 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:13.405 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:13 smithi079 bash[28699]: cluster 2023-12-07T19:51:11.956584+0000 mgr.a (mgr.14403) 6286 : cluster 0 pgmap v4689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:13 smithi194 bash[32038]: cluster 2023-12-07T19:51:11.956584+0000 mgr.a (mgr.14403) 6286 : cluster 0 pgmap v4689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:13 smithi135 bash[32435]: cluster 2023-12-07T19:51:11.956584+0000 mgr.a (mgr.14403) 6286 : cluster 0 pgmap v4689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:14.295 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:51:14.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:14.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:14.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:14.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:51:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:15 smithi079 bash[28699]: audit 2023-12-07T19:51:13.801494+0000 mgr.a (mgr.14403) 6287 : audit 0 from='client.134538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:15 smithi079 bash[28699]: cluster 2023-12-07T19:51:13.957683+0000 mgr.a (mgr.14403) 6288 : cluster 0 pgmap v4690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:15 smithi194 bash[32038]: audit 2023-12-07T19:51:13.801494+0000 mgr.a (mgr.14403) 6287 : audit 0 from='client.134538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:15 smithi194 bash[32038]: cluster 2023-12-07T19:51:13.957683+0000 mgr.a (mgr.14403) 6288 : cluster 0 pgmap v4690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:15 smithi135 bash[32435]: audit 2023-12-07T19:51:13.801494+0000 mgr.a (mgr.14403) 6287 : audit 0 from='client.134538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:15 smithi135 bash[32435]: cluster 2023-12-07T19:51:13.957683+0000 mgr.a (mgr.14403) 6288 : cluster 0 pgmap v4690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:17 smithi079 bash[28699]: cluster 2023-12-07T19:51:15.958452+0000 mgr.a (mgr.14403) 6289 : cluster 0 pgmap v4691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:17 smithi194 bash[32038]: cluster 2023-12-07T19:51:15.958452+0000 mgr.a (mgr.14403) 6289 : cluster 0 pgmap v4691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:17 smithi135 bash[32435]: cluster 2023-12-07T19:51:15.958452+0000 mgr.a (mgr.14403) 6289 : cluster 0 pgmap v4691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:19.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:51:19.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:19.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:19 smithi079 bash[28699]: cluster 2023-12-07T19:51:17.959038+0000 mgr.a (mgr.14403) 6290 : cluster 0 pgmap v4692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:19 smithi194 bash[32038]: cluster 2023-12-07T19:51:17.959038+0000 mgr.a (mgr.14403) 6290 : cluster 0 pgmap v4692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:19 smithi135 bash[32435]: cluster 2023-12-07T19:51:17.959038+0000 mgr.a (mgr.14403) 6290 : cluster 0 pgmap v4692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:20.180 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:51:20.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:20.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:20.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:20.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:51:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:21 smithi079 bash[28699]: audit 2023-12-07T19:51:19.698329+0000 mgr.a (mgr.14403) 6291 : audit 0 from='client.134610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:21 smithi079 bash[28699]: cluster 2023-12-07T19:51:19.959832+0000 mgr.a (mgr.14403) 6292 : cluster 0 pgmap v4693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:21 smithi194 bash[32038]: audit 2023-12-07T19:51:19.698329+0000 mgr.a (mgr.14403) 6291 : audit 0 from='client.134610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:21 smithi194 bash[32038]: cluster 2023-12-07T19:51:19.959832+0000 mgr.a (mgr.14403) 6292 : cluster 0 pgmap v4693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:21 smithi135 bash[32435]: audit 2023-12-07T19:51:19.698329+0000 mgr.a (mgr.14403) 6291 : audit 0 from='client.134610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:21 smithi135 bash[32435]: cluster 2023-12-07T19:51:19.959832+0000 mgr.a (mgr.14403) 6292 : cluster 0 pgmap v4693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:23 smithi079 bash[28699]: cluster 2023-12-07T19:51:21.960485+0000 mgr.a (mgr.14403) 6293 : cluster 0 pgmap v4694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:23 smithi194 bash[32038]: cluster 2023-12-07T19:51:21.960485+0000 mgr.a (mgr.14403) 6293 : cluster 0 pgmap v4694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:23 smithi135 bash[32435]: cluster 2023-12-07T19:51:21.960485+0000 mgr.a (mgr.14403) 6293 : cluster 0 pgmap v4694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:25.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:51:25.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:25.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:25 smithi079 bash[28699]: cluster 2023-12-07T19:51:23.961272+0000 mgr.a (mgr.14403) 6294 : cluster 0 pgmap v4695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:25 smithi194 bash[32038]: cluster 2023-12-07T19:51:23.961272+0000 mgr.a (mgr.14403) 6294 : cluster 0 pgmap v4695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:25 smithi135 bash[32435]: cluster 2023-12-07T19:51:23.961272+0000 mgr.a (mgr.14403) 6294 : cluster 0 pgmap v4695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:26.070 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:51:26.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:26.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:26.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:26.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:51:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:26 smithi079 bash[28699]: audit 2023-12-07T19:51:26.085462+0000 mon.a (mon.0) 1330 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:51:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:26 smithi194 bash[32038]: audit 2023-12-07T19:51:26.085462+0000 mon.a (mon.0) 1330 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:51:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:26 smithi135 bash[32435]: audit 2023-12-07T19:51:26.085462+0000 mon.a (mon.0) 1330 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:51:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:27 smithi079 bash[28699]: audit 2023-12-07T19:51:25.576212+0000 mgr.a (mgr.14403) 6295 : audit 0 from='client.134688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:27 smithi079 bash[28699]: cluster 2023-12-07T19:51:25.961983+0000 mgr.a (mgr.14403) 6296 : cluster 0 pgmap v4696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:27 smithi194 bash[32038]: audit 2023-12-07T19:51:25.576212+0000 mgr.a (mgr.14403) 6295 : audit 0 from='client.134688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:27 smithi194 bash[32038]: cluster 2023-12-07T19:51:25.961983+0000 mgr.a (mgr.14403) 6296 : cluster 0 pgmap v4696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:27 smithi135 bash[32435]: audit 2023-12-07T19:51:25.576212+0000 mgr.a (mgr.14403) 6295 : audit 0 from='client.134688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:27 smithi135 bash[32435]: cluster 2023-12-07T19:51:25.961983+0000 mgr.a (mgr.14403) 6296 : cluster 0 pgmap v4696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:29 smithi079 bash[28699]: cluster 2023-12-07T19:51:27.962620+0000 mgr.a (mgr.14403) 6297 : cluster 0 pgmap v4697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:29 smithi194 bash[32038]: cluster 2023-12-07T19:51:27.962620+0000 mgr.a (mgr.14403) 6297 : cluster 0 pgmap v4697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:29 smithi135 bash[32435]: cluster 2023-12-07T19:51:27.962620+0000 mgr.a (mgr.14403) 6297 : cluster 0 pgmap v4697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:31.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:51:31.073 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:31.073 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:31 smithi079 bash[28699]: cluster 2023-12-07T19:51:29.963455+0000 mgr.a (mgr.14403) 6298 : cluster 0 pgmap v4698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:31 smithi194 bash[32038]: cluster 2023-12-07T19:51:29.963455+0000 mgr.a (mgr.14403) 6298 : cluster 0 pgmap v4698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:31 smithi135 bash[32435]: cluster 2023-12-07T19:51:29.963455+0000 mgr.a (mgr.14403) 6298 : cluster 0 pgmap v4698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:31.998 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:51:31.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:31.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:31.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:31.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:51:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:32 smithi194 bash[32038]: audit 2023-12-07T19:51:31.428169+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:32 smithi194 bash[32038]: audit 2023-12-07T19:51:31.433753+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:32 smithi194 bash[32038]: audit 2023-12-07T19:51:31.437471+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:32 smithi194 bash[32038]: audit 2023-12-07T19:51:31.442195+0000 mon.a (mon.0) 1334 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:32 smithi194 bash[32038]: audit 2023-12-07T19:51:31.478070+0000 mon.a (mon.0) 1335 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:32 smithi194 bash[32038]: audit 2023-12-07T19:51:31.485109+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:32 smithi194 bash[32038]: audit 2023-12-07T19:51:32.202465+0000 mon.a (mon.0) 1337 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:51:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:32 smithi194 bash[32038]: audit 2023-12-07T19:51:32.204573+0000 mon.a (mon.0) 1338 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:51:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:32 smithi194 bash[32038]: audit 2023-12-07T19:51:32.213887+0000 mon.a (mon.0) 1339 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:32 smithi135 bash[32435]: audit 2023-12-07T19:51:31.428169+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:32 smithi135 bash[32435]: audit 2023-12-07T19:51:31.433753+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:32 smithi135 bash[32435]: audit 2023-12-07T19:51:31.437471+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:32 smithi135 bash[32435]: audit 2023-12-07T19:51:31.442195+0000 mon.a (mon.0) 1334 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:32 smithi135 bash[32435]: audit 2023-12-07T19:51:31.478070+0000 mon.a (mon.0) 1335 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:32 smithi135 bash[32435]: audit 2023-12-07T19:51:31.485109+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:32 smithi135 bash[32435]: audit 2023-12-07T19:51:32.202465+0000 mon.a (mon.0) 1337 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:32 smithi135 bash[32435]: audit 2023-12-07T19:51:32.204573+0000 mon.a (mon.0) 1338 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:32 smithi135 bash[32435]: audit 2023-12-07T19:51:32.213887+0000 mon.a (mon.0) 1339 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:32 smithi079 bash[28699]: audit 2023-12-07T19:51:31.428169+0000 mon.a (mon.0) 1331 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:32 smithi079 bash[28699]: audit 2023-12-07T19:51:31.433753+0000 mon.a (mon.0) 1332 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:32 smithi079 bash[28699]: audit 2023-12-07T19:51:31.437471+0000 mon.a (mon.0) 1333 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:32 smithi079 bash[28699]: audit 2023-12-07T19:51:31.442195+0000 mon.a (mon.0) 1334 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:32 smithi079 bash[28699]: audit 2023-12-07T19:51:31.478070+0000 mon.a (mon.0) 1335 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:32 smithi079 bash[28699]: audit 2023-12-07T19:51:31.485109+0000 mon.a (mon.0) 1336 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:32 smithi079 bash[28699]: audit 2023-12-07T19:51:32.202465+0000 mon.a (mon.0) 1337 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:51:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:32 smithi079 bash[28699]: audit 2023-12-07T19:51:32.204573+0000 mon.a (mon.0) 1338 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:51:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:32 smithi079 bash[28699]: audit 2023-12-07T19:51:32.213887+0000 mon.a (mon.0) 1339 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:51:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:33 smithi194 bash[32038]: audit 2023-12-07T19:51:31.516930+0000 mgr.a (mgr.14403) 6299 : audit 0 from='client.134763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:33 smithi194 bash[32038]: cluster 2023-12-07T19:51:31.964112+0000 mgr.a (mgr.14403) 6300 : cluster 0 pgmap v4699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:33 smithi135 bash[32435]: audit 2023-12-07T19:51:31.516930+0000 mgr.a (mgr.14403) 6299 : audit 0 from='client.134763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:33 smithi135 bash[32435]: cluster 2023-12-07T19:51:31.964112+0000 mgr.a (mgr.14403) 6300 : cluster 0 pgmap v4699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:33 smithi079 bash[28699]: audit 2023-12-07T19:51:31.516930+0000 mgr.a (mgr.14403) 6299 : audit 0 from='client.134763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:33 smithi079 bash[28699]: cluster 2023-12-07T19:51:31.964112+0000 mgr.a (mgr.14403) 6300 : cluster 0 pgmap v4699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:35 smithi194 bash[32038]: cluster 2023-12-07T19:51:33.964914+0000 mgr.a (mgr.14403) 6301 : cluster 0 pgmap v4700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:35 smithi135 bash[32435]: cluster 2023-12-07T19:51:33.964914+0000 mgr.a (mgr.14403) 6301 : cluster 0 pgmap v4700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:35 smithi079 bash[28699]: cluster 2023-12-07T19:51:33.964914+0000 mgr.a (mgr.14403) 6301 : cluster 0 pgmap v4700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:37.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:51:37.000 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:37.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:37 smithi194 bash[32038]: cluster 2023-12-07T19:51:35.965507+0000 mgr.a (mgr.14403) 6302 : cluster 0 pgmap v4701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:37 smithi135 bash[32435]: cluster 2023-12-07T19:51:35.965507+0000 mgr.a (mgr.14403) 6302 : cluster 0 pgmap v4701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:37 smithi079 bash[28699]: cluster 2023-12-07T19:51:35.965507+0000 mgr.a (mgr.14403) 6302 : cluster 0 pgmap v4701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:37.910 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:51:37.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:37.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:37.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:37.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:51:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:38 smithi194 bash[32038]: audit 2023-12-07T19:51:37.400298+0000 mgr.a (mgr.14403) 6303 : audit 0 from='client.134838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:38 smithi135 bash[32435]: audit 2023-12-07T19:51:37.400298+0000 mgr.a (mgr.14403) 6303 : audit 0 from='client.134838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:38.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:38 smithi079 bash[28699]: audit 2023-12-07T19:51:37.400298+0000 mgr.a (mgr.14403) 6303 : audit 0 from='client.134838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:39 smithi194 bash[32038]: cluster 2023-12-07T19:51:37.966242+0000 mgr.a (mgr.14403) 6304 : cluster 0 pgmap v4702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:39 smithi135 bash[32435]: cluster 2023-12-07T19:51:37.966242+0000 mgr.a (mgr.14403) 6304 : cluster 0 pgmap v4702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:39 smithi079 bash[28699]: cluster 2023-12-07T19:51:37.966242+0000 mgr.a (mgr.14403) 6304 : cluster 0 pgmap v4702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:40.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:40 smithi079 bash[28699]: cluster 2023-12-07T19:51:39.967089+0000 mgr.a (mgr.14403) 6305 : cluster 0 pgmap v4703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:40 smithi194 bash[32038]: cluster 2023-12-07T19:51:39.967089+0000 mgr.a (mgr.14403) 6305 : cluster 0 pgmap v4703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:40.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:40 smithi135 bash[32435]: cluster 2023-12-07T19:51:39.967089+0000 mgr.a (mgr.14403) 6305 : cluster 0 pgmap v4703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:51:42.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:51:42.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:42.915 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:43 smithi079 bash[28699]: cluster 2023-12-07T19:51:41.967612+0000 mgr.a (mgr.14403) 6306 : cluster 0 pgmap v4704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:43 smithi194 bash[32038]: cluster 2023-12-07T19:51:41.967612+0000 mgr.a (mgr.14403) 6306 : cluster 0 pgmap v4704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:43 smithi135 bash[32435]: cluster 2023-12-07T19:51:41.967612+0000 mgr.a (mgr.14403) 6306 : cluster 0 pgmap v4704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:43.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:43.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:43.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:43.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:51:43.813 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:51:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:44 smithi079 bash[28699]: audit 2023-12-07T19:51:43.312965+0000 mgr.a (mgr.14403) 6307 : audit 0 from='client.134916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:44 smithi194 bash[32038]: audit 2023-12-07T19:51:43.312965+0000 mgr.a (mgr.14403) 6307 : audit 0 from='client.134916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:44.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:44 smithi135 bash[32435]: audit 2023-12-07T19:51:43.312965+0000 mgr.a (mgr.14403) 6307 : audit 0 from='client.134916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:45 smithi079 bash[28699]: cluster 2023-12-07T19:51:43.968682+0000 mgr.a (mgr.14403) 6308 : cluster 0 pgmap v4705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:51:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:45 smithi194 bash[32038]: cluster 2023-12-07T19:51:43.968682+0000 mgr.a (mgr.14403) 6308 : cluster 0 pgmap v4705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:51:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:45 smithi135 bash[32435]: cluster 2023-12-07T19:51:43.968682+0000 mgr.a (mgr.14403) 6308 : cluster 0 pgmap v4705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:51:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:47 smithi079 bash[28699]: cluster 2023-12-07T19:51:45.969272+0000 mgr.a (mgr.14403) 6309 : cluster 0 pgmap v4706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:51:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:47 smithi194 bash[32038]: cluster 2023-12-07T19:51:45.969272+0000 mgr.a (mgr.14403) 6309 : cluster 0 pgmap v4706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:51:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:47 smithi135 bash[32435]: cluster 2023-12-07T19:51:45.969272+0000 mgr.a (mgr.14403) 6309 : cluster 0 pgmap v4706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:51:48.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:51:48.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:48.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:49 smithi079 bash[28699]: cluster 2023-12-07T19:51:47.969973+0000 mgr.a (mgr.14403) 6310 : cluster 0 pgmap v4707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:51:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:49 smithi194 bash[32038]: cluster 2023-12-07T19:51:47.969973+0000 mgr.a (mgr.14403) 6310 : cluster 0 pgmap v4707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:51:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:49 smithi135 bash[32435]: cluster 2023-12-07T19:51:47.969973+0000 mgr.a (mgr.14403) 6310 : cluster 0 pgmap v4707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:51:49.724 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:51:49.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:49.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:49.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:49.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:51:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:50 smithi079 bash[28699]: audit 2023-12-07T19:51:49.219748+0000 mgr.a (mgr.14403) 6311 : audit 0 from='client.134994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:50 smithi194 bash[32038]: audit 2023-12-07T19:51:49.219748+0000 mgr.a (mgr.14403) 6311 : audit 0 from='client.134994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:50 smithi135 bash[32435]: audit 2023-12-07T19:51:49.219748+0000 mgr.a (mgr.14403) 6311 : audit 0 from='client.134994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:51 smithi079 bash[28699]: cluster 2023-12-07T19:51:49.971111+0000 mgr.a (mgr.14403) 6312 : cluster 0 pgmap v4708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:51 smithi194 bash[32038]: cluster 2023-12-07T19:51:49.971111+0000 mgr.a (mgr.14403) 6312 : cluster 0 pgmap v4708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:51 smithi135 bash[32435]: cluster 2023-12-07T19:51:49.971111+0000 mgr.a (mgr.14403) 6312 : cluster 0 pgmap v4708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:53 smithi079 bash[28699]: cluster 2023-12-07T19:51:51.971651+0000 mgr.a (mgr.14403) 6313 : cluster 0 pgmap v4709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:53 smithi194 bash[32038]: cluster 2023-12-07T19:51:51.971651+0000 mgr.a (mgr.14403) 6313 : cluster 0 pgmap v4709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:53 smithi135 bash[32435]: cluster 2023-12-07T19:51:51.971651+0000 mgr.a (mgr.14403) 6313 : cluster 0 pgmap v4709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:51:54.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:51:54.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:51:54.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:51:55.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:51:55.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:51:55.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:51:55.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:51:55.641 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:51:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:55 smithi079 bash[28699]: cluster 2023-12-07T19:51:53.972390+0000 mgr.a (mgr.14403) 6314 : cluster 0 pgmap v4710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:55 smithi194 bash[32038]: cluster 2023-12-07T19:51:53.972390+0000 mgr.a (mgr.14403) 6314 : cluster 0 pgmap v4710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:55 smithi135 bash[32435]: cluster 2023-12-07T19:51:53.972390+0000 mgr.a (mgr.14403) 6314 : cluster 0 pgmap v4710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:51:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:56 smithi079 bash[28699]: audit 2023-12-07T19:51:55.138502+0000 mgr.a (mgr.14403) 6315 : audit 0 from='client.135069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:56 smithi194 bash[32038]: audit 2023-12-07T19:51:55.138502+0000 mgr.a (mgr.14403) 6315 : audit 0 from='client.135069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:56 smithi135 bash[32435]: audit 2023-12-07T19:51:55.138502+0000 mgr.a (mgr.14403) 6315 : audit 0 from='client.135069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:51:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:57 smithi079 bash[28699]: cluster 2023-12-07T19:51:55.973116+0000 mgr.a (mgr.14403) 6316 : cluster 0 pgmap v4711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:51:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:57 smithi194 bash[32038]: cluster 2023-12-07T19:51:55.973116+0000 mgr.a (mgr.14403) 6316 : cluster 0 pgmap v4711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:51:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:57 smithi135 bash[32435]: cluster 2023-12-07T19:51:55.973116+0000 mgr.a (mgr.14403) 6316 : cluster 0 pgmap v4711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:51:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:51:59 smithi079 bash[28699]: cluster 2023-12-07T19:51:57.973719+0000 mgr.a (mgr.14403) 6317 : cluster 0 pgmap v4712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:51:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:51:59 smithi194 bash[32038]: cluster 2023-12-07T19:51:57.973719+0000 mgr.a (mgr.14403) 6317 : cluster 0 pgmap v4712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:51:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:51:59 smithi135 bash[32435]: cluster 2023-12-07T19:51:57.973719+0000 mgr.a (mgr.14403) 6317 : cluster 0 pgmap v4712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:52:00.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:52:00.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:00.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:01.540 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:52:01.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:01.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:01.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:01.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:52:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:01 smithi079 bash[28699]: cluster 2023-12-07T19:51:59.974571+0000 mgr.a (mgr.14403) 6318 : cluster 0 pgmap v4713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:52:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:01 smithi194 bash[32038]: cluster 2023-12-07T19:51:59.974571+0000 mgr.a (mgr.14403) 6318 : cluster 0 pgmap v4713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:52:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:01 smithi135 bash[32435]: cluster 2023-12-07T19:51:59.974571+0000 mgr.a (mgr.14403) 6318 : cluster 0 pgmap v4713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:52:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:02 smithi079 bash[28699]: audit 2023-12-07T19:52:01.050826+0000 mgr.a (mgr.14403) 6319 : audit 0 from='client.135144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:02 smithi194 bash[32038]: audit 2023-12-07T19:52:01.050826+0000 mgr.a (mgr.14403) 6319 : audit 0 from='client.135144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:02 smithi135 bash[32435]: audit 2023-12-07T19:52:01.050826+0000 mgr.a (mgr.14403) 6319 : audit 0 from='client.135144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:03 smithi079 bash[28699]: cluster 2023-12-07T19:52:01.975382+0000 mgr.a (mgr.14403) 6320 : cluster 0 pgmap v4714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:03 smithi194 bash[32038]: cluster 2023-12-07T19:52:01.975382+0000 mgr.a (mgr.14403) 6320 : cluster 0 pgmap v4714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:03 smithi135 bash[32435]: cluster 2023-12-07T19:52:01.975382+0000 mgr.a (mgr.14403) 6320 : cluster 0 pgmap v4714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:05 smithi079 bash[28699]: cluster 2023-12-07T19:52:03.976254+0000 mgr.a (mgr.14403) 6321 : cluster 0 pgmap v4715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:05 smithi194 bash[32038]: cluster 2023-12-07T19:52:03.976254+0000 mgr.a (mgr.14403) 6321 : cluster 0 pgmap v4715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:05 smithi135 bash[32435]: cluster 2023-12-07T19:52:03.976254+0000 mgr.a (mgr.14403) 6321 : cluster 0 pgmap v4715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:06.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:52:06.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:06.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:07.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:07.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:07.435 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:52:07.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:07.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:52:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:07 smithi079 bash[28699]: cluster 2023-12-07T19:52:05.976842+0000 mgr.a (mgr.14403) 6322 : cluster 0 pgmap v4716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:07 smithi194 bash[32038]: cluster 2023-12-07T19:52:05.976842+0000 mgr.a (mgr.14403) 6322 : cluster 0 pgmap v4716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:07 smithi135 bash[32435]: cluster 2023-12-07T19:52:05.976842+0000 mgr.a (mgr.14403) 6322 : cluster 0 pgmap v4716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:08 smithi079 bash[28699]: audit 2023-12-07T19:52:06.944842+0000 mgr.a (mgr.14403) 6323 : audit 0 from='client.135219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:08 smithi194 bash[32038]: audit 2023-12-07T19:52:06.944842+0000 mgr.a (mgr.14403) 6323 : audit 0 from='client.135219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:08.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:08 smithi135 bash[32435]: audit 2023-12-07T19:52:06.944842+0000 mgr.a (mgr.14403) 6323 : audit 0 from='client.135219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:09 smithi079 bash[28699]: cluster 2023-12-07T19:52:07.977547+0000 mgr.a (mgr.14403) 6324 : cluster 0 pgmap v4717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:09 smithi194 bash[32038]: cluster 2023-12-07T19:52:07.977547+0000 mgr.a (mgr.14403) 6324 : cluster 0 pgmap v4717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:09 smithi135 bash[32435]: cluster 2023-12-07T19:52:07.977547+0000 mgr.a (mgr.14403) 6324 : cluster 0 pgmap v4717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:11 smithi079 bash[28699]: cluster 2023-12-07T19:52:09.978356+0000 mgr.a (mgr.14403) 6325 : cluster 0 pgmap v4718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:11 smithi194 bash[32038]: cluster 2023-12-07T19:52:09.978356+0000 mgr.a (mgr.14403) 6325 : cluster 0 pgmap v4718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:11 smithi135 bash[32435]: cluster 2023-12-07T19:52:09.978356+0000 mgr.a (mgr.14403) 6325 : cluster 0 pgmap v4718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:12.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:52:12.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:12.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:13.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:13.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:13.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:13.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:52:13.363 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:52:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:13 smithi079 bash[28699]: cluster 2023-12-07T19:52:11.978960+0000 mgr.a (mgr.14403) 6326 : cluster 0 pgmap v4719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:13 smithi194 bash[32038]: cluster 2023-12-07T19:52:11.978960+0000 mgr.a (mgr.14403) 6326 : cluster 0 pgmap v4719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:13 smithi135 bash[32435]: cluster 2023-12-07T19:52:11.978960+0000 mgr.a (mgr.14403) 6326 : cluster 0 pgmap v4719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:14 smithi079 bash[28699]: audit 2023-12-07T19:52:12.847142+0000 mgr.a (mgr.14403) 6327 : audit 0 from='client.135294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:14 smithi194 bash[32038]: audit 2023-12-07T19:52:12.847142+0000 mgr.a (mgr.14403) 6327 : audit 0 from='client.135294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:14 smithi135 bash[32435]: audit 2023-12-07T19:52:12.847142+0000 mgr.a (mgr.14403) 6327 : audit 0 from='client.135294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:15 smithi079 bash[28699]: cluster 2023-12-07T19:52:13.980033+0000 mgr.a (mgr.14403) 6328 : cluster 0 pgmap v4720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:15 smithi194 bash[32038]: cluster 2023-12-07T19:52:13.980033+0000 mgr.a (mgr.14403) 6328 : cluster 0 pgmap v4720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:15 smithi135 bash[32435]: cluster 2023-12-07T19:52:13.980033+0000 mgr.a (mgr.14403) 6328 : cluster 0 pgmap v4720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:17 smithi079 bash[28699]: cluster 2023-12-07T19:52:15.980757+0000 mgr.a (mgr.14403) 6329 : cluster 0 pgmap v4721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:17 smithi194 bash[32038]: cluster 2023-12-07T19:52:15.980757+0000 mgr.a (mgr.14403) 6329 : cluster 0 pgmap v4721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:17 smithi135 bash[32435]: cluster 2023-12-07T19:52:15.980757+0000 mgr.a (mgr.14403) 6329 : cluster 0 pgmap v4721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:18.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:52:18.367 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:18.367 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:19.282 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:52:19.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:19.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:19.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:19.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:52:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:19 smithi079 bash[28699]: cluster 2023-12-07T19:52:17.981425+0000 mgr.a (mgr.14403) 6330 : cluster 0 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-07T19:52:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:19 smithi194 bash[32038]: cluster 2023-12-07T19:52:17.981425+0000 mgr.a (mgr.14403) 6330 : cluster 0 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-07T19:52:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:19 smithi135 bash[32435]: cluster 2023-12-07T19:52:17.981425+0000 mgr.a (mgr.14403) 6330 : cluster 0 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-07T19:52:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:20 smithi194 bash[32038]: audit 2023-12-07T19:52:18.766415+0000 mgr.a (mgr.14403) 6331 : audit 0 from='client.135372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:20 smithi135 bash[32435]: audit 2023-12-07T19:52:18.766415+0000 mgr.a (mgr.14403) 6331 : audit 0 from='client.135372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:20 smithi079 bash[28699]: audit 2023-12-07T19:52:18.766415+0000 mgr.a (mgr.14403) 6331 : audit 0 from='client.135372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:21 smithi194 bash[32038]: cluster 2023-12-07T19:52:19.982398+0000 mgr.a (mgr.14403) 6332 : cluster 0 pgmap v4723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:21 smithi135 bash[32435]: cluster 2023-12-07T19:52:19.982398+0000 mgr.a (mgr.14403) 6332 : cluster 0 pgmap v4723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:21 smithi079 bash[28699]: cluster 2023-12-07T19:52:19.982398+0000 mgr.a (mgr.14403) 6332 : cluster 0 pgmap v4723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:23 smithi194 bash[32038]: cluster 2023-12-07T19:52:21.983145+0000 mgr.a (mgr.14403) 6333 : cluster 0 pgmap v4724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:23 smithi135 bash[32435]: cluster 2023-12-07T19:52:21.983145+0000 mgr.a (mgr.14403) 6333 : cluster 0 pgmap v4724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:23 smithi079 bash[28699]: cluster 2023-12-07T19:52:21.983145+0000 mgr.a (mgr.14403) 6333 : cluster 0 pgmap v4724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:24.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:52:24.286 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:24.286 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:25.209 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:52:25.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:25.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:25.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:25.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:52:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:25 smithi194 bash[32038]: cluster 2023-12-07T19:52:23.984048+0000 mgr.a (mgr.14403) 6334 : cluster 0 pgmap v4725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:25 smithi135 bash[32435]: cluster 2023-12-07T19:52:23.984048+0000 mgr.a (mgr.14403) 6334 : cluster 0 pgmap v4725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:25 smithi079 bash[28699]: cluster 2023-12-07T19:52:23.984048+0000 mgr.a (mgr.14403) 6334 : cluster 0 pgmap v4725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:26 smithi194 bash[32038]: audit 2023-12-07T19:52:24.687976+0000 mgr.a (mgr.14403) 6335 : audit 0 from='client.135450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:26 smithi135 bash[32435]: audit 2023-12-07T19:52:24.687976+0000 mgr.a (mgr.14403) 6335 : audit 0 from='client.135450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:26 smithi079 bash[28699]: audit 2023-12-07T19:52:24.687976+0000 mgr.a (mgr.14403) 6335 : audit 0 from='client.135450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:27 smithi194 bash[32038]: cluster 2023-12-07T19:52:25.984917+0000 mgr.a (mgr.14403) 6336 : cluster 0 pgmap v4726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:27 smithi135 bash[32435]: cluster 2023-12-07T19:52:25.984917+0000 mgr.a (mgr.14403) 6336 : cluster 0 pgmap v4726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:27 smithi079 bash[28699]: cluster 2023-12-07T19:52:25.984917+0000 mgr.a (mgr.14403) 6336 : cluster 0 pgmap v4726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:29 smithi194 bash[32038]: cluster 2023-12-07T19:52:27.985554+0000 mgr.a (mgr.14403) 6337 : cluster 0 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-07T19:52:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:29 smithi135 bash[32435]: cluster 2023-12-07T19:52:27.985554+0000 mgr.a (mgr.14403) 6337 : cluster 0 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-07T19:52:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:29 smithi079 bash[28699]: cluster 2023-12-07T19:52:27.985554+0000 mgr.a (mgr.14403) 6337 : cluster 0 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-07T19:52:30.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:52:30.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:30.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:31.112 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:52:31.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:31.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:31.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:31.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:52:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:31 smithi194 bash[32038]: cluster 2023-12-07T19:52:29.986369+0000 mgr.a (mgr.14403) 6338 : cluster 0 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-07T19:52:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:31 smithi135 bash[32435]: cluster 2023-12-07T19:52:29.986369+0000 mgr.a (mgr.14403) 6338 : cluster 0 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-07T19:52:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:31 smithi079 bash[28699]: cluster 2023-12-07T19:52:29.986369+0000 mgr.a (mgr.14403) 6338 : cluster 0 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-07T19:52:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:32 smithi194 bash[32038]: audit 2023-12-07T19:52:30.618815+0000 mgr.a (mgr.14403) 6339 : audit 0 from='client.135522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:32 smithi194 bash[32038]: audit 2023-12-07T19:52:32.315684+0000 mon.a (mon.0) 1340 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:52:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:32 smithi135 bash[32435]: audit 2023-12-07T19:52:30.618815+0000 mgr.a (mgr.14403) 6339 : audit 0 from='client.135522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:32 smithi135 bash[32435]: audit 2023-12-07T19:52:32.315684+0000 mon.a (mon.0) 1340 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:52:32.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:32 smithi079 bash[28699]: audit 2023-12-07T19:52:30.618815+0000 mgr.a (mgr.14403) 6339 : audit 0 from='client.135522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:32.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:32 smithi079 bash[28699]: audit 2023-12-07T19:52:32.315684+0000 mon.a (mon.0) 1340 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:52:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:33 smithi194 bash[32038]: cluster 2023-12-07T19:52:31.987176+0000 mgr.a (mgr.14403) 6340 : cluster 0 pgmap v4729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:33 smithi194 bash[32038]: audit 2023-12-07T19:52:33.049573+0000 mon.a (mon.0) 1341 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:52:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:33 smithi194 bash[32038]: audit 2023-12-07T19:52:33.050908+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:52:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:33 smithi194 bash[32038]: audit 2023-12-07T19:52:33.059976+0000 mon.a (mon.0) 1343 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:52:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:33 smithi135 bash[32435]: cluster 2023-12-07T19:52:31.987176+0000 mgr.a (mgr.14403) 6340 : cluster 0 pgmap v4729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:33 smithi135 bash[32435]: audit 2023-12-07T19:52:33.049573+0000 mon.a (mon.0) 1341 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:52:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:33 smithi135 bash[32435]: audit 2023-12-07T19:52:33.050908+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:52:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:33 smithi135 bash[32435]: audit 2023-12-07T19:52:33.059976+0000 mon.a (mon.0) 1343 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:52:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:33 smithi079 bash[28699]: cluster 2023-12-07T19:52:31.987176+0000 mgr.a (mgr.14403) 6340 : cluster 0 pgmap v4729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:33 smithi079 bash[28699]: audit 2023-12-07T19:52:33.049573+0000 mon.a (mon.0) 1341 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:52:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:33 smithi079 bash[28699]: audit 2023-12-07T19:52:33.050908+0000 mon.a (mon.0) 1342 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:52:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:33 smithi079 bash[28699]: audit 2023-12-07T19:52:33.059976+0000 mon.a (mon.0) 1343 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:52:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:35 smithi194 bash[32038]: cluster 2023-12-07T19:52:33.987850+0000 mgr.a (mgr.14403) 6341 : cluster 0 pgmap v4730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:35 smithi135 bash[32435]: cluster 2023-12-07T19:52:33.987850+0000 mgr.a (mgr.14403) 6341 : cluster 0 pgmap v4730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:35 smithi079 bash[28699]: cluster 2023-12-07T19:52:33.987850+0000 mgr.a (mgr.14403) 6341 : cluster 0 pgmap v4730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:36.115 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:52:36.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:36.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:37.025 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:52:37.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:37.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:37.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:37.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:52:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:37 smithi194 bash[32038]: cluster 2023-12-07T19:52:35.988388+0000 mgr.a (mgr.14403) 6342 : cluster 0 pgmap v4731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:37 smithi135 bash[32435]: cluster 2023-12-07T19:52:35.988388+0000 mgr.a (mgr.14403) 6342 : cluster 0 pgmap v4731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:37 smithi079 bash[28699]: cluster 2023-12-07T19:52:35.988388+0000 mgr.a (mgr.14403) 6342 : cluster 0 pgmap v4731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:38 smithi135 bash[32435]: audit 2023-12-07T19:52:36.521517+0000 mgr.a (mgr.14403) 6343 : audit 0 from='client.135600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:38.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:38 smithi079 bash[28699]: audit 2023-12-07T19:52:36.521517+0000 mgr.a (mgr.14403) 6343 : audit 0 from='client.135600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:38 smithi194 bash[32038]: audit 2023-12-07T19:52:36.521517+0000 mgr.a (mgr.14403) 6343 : audit 0 from='client.135600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:39 smithi135 bash[32435]: cluster 2023-12-07T19:52:37.989016+0000 mgr.a (mgr.14403) 6344 : cluster 0 pgmap v4732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:39 smithi079 bash[28699]: cluster 2023-12-07T19:52:37.989016+0000 mgr.a (mgr.14403) 6344 : cluster 0 pgmap v4732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:39 smithi194 bash[32038]: cluster 2023-12-07T19:52:37.989016+0000 mgr.a (mgr.14403) 6344 : cluster 0 pgmap v4732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:40.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:40 smithi079 bash[28699]: cluster 2023-12-07T19:52:39.989812+0000 mgr.a (mgr.14403) 6345 : cluster 0 pgmap v4733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:40 smithi194 bash[32038]: cluster 2023-12-07T19:52:39.989812+0000 mgr.a (mgr.14403) 6345 : cluster 0 pgmap v4733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:40.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:40 smithi135 bash[32435]: cluster 2023-12-07T19:52:39.989812+0000 mgr.a (mgr.14403) 6345 : cluster 0 pgmap v4733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:42.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:52:42.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:42.029 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:42.913 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:52:42.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:42.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:42.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:42.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:52:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:43 smithi079 bash[28699]: cluster 2023-12-07T19:52:41.990279+0000 mgr.a (mgr.14403) 6346 : cluster 0 pgmap v4734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:43 smithi079 bash[28699]: audit 2023-12-07T19:52:42.431556+0000 mgr.a (mgr.14403) 6347 : audit 0 from='client.135675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:43 smithi194 bash[32038]: cluster 2023-12-07T19:52:41.990279+0000 mgr.a (mgr.14403) 6346 : cluster 0 pgmap v4734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:43 smithi194 bash[32038]: audit 2023-12-07T19:52:42.431556+0000 mgr.a (mgr.14403) 6347 : audit 0 from='client.135675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:43 smithi135 bash[32435]: cluster 2023-12-07T19:52:41.990279+0000 mgr.a (mgr.14403) 6346 : cluster 0 pgmap v4734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:43 smithi135 bash[32435]: audit 2023-12-07T19:52:42.431556+0000 mgr.a (mgr.14403) 6347 : audit 0 from='client.135675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:45 smithi079 bash[28699]: cluster 2023-12-07T19:52:43.991162+0000 mgr.a (mgr.14403) 6348 : cluster 0 pgmap v4735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:45 smithi194 bash[32038]: cluster 2023-12-07T19:52:43.991162+0000 mgr.a (mgr.14403) 6348 : cluster 0 pgmap v4735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:45 smithi135 bash[32435]: cluster 2023-12-07T19:52:43.991162+0000 mgr.a (mgr.14403) 6348 : cluster 0 pgmap v4735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:52:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:47 smithi079 bash[28699]: cluster 2023-12-07T19:52:45.991755+0000 mgr.a (mgr.14403) 6349 : cluster 0 pgmap v4736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:47 smithi194 bash[32038]: cluster 2023-12-07T19:52:45.991755+0000 mgr.a (mgr.14403) 6349 : cluster 0 pgmap v4736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:47 smithi135 bash[32435]: cluster 2023-12-07T19:52:45.991755+0000 mgr.a (mgr.14403) 6349 : cluster 0 pgmap v4736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:47.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:52:47.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:47.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:48.818 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:52:48.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:48.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:48.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:48.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:52:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:49 smithi079 bash[28699]: cluster 2023-12-07T19:52:47.992292+0000 mgr.a (mgr.14403) 6350 : cluster 0 pgmap v4737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:49 smithi079 bash[28699]: audit 2023-12-07T19:52:48.321771+0000 mgr.a (mgr.14403) 6351 : audit 0 from='client.135750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:49 smithi194 bash[32038]: cluster 2023-12-07T19:52:47.992292+0000 mgr.a (mgr.14403) 6350 : cluster 0 pgmap v4737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:49 smithi194 bash[32038]: audit 2023-12-07T19:52:48.321771+0000 mgr.a (mgr.14403) 6351 : audit 0 from='client.135750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:49 smithi135 bash[32435]: cluster 2023-12-07T19:52:47.992292+0000 mgr.a (mgr.14403) 6350 : cluster 0 pgmap v4737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:49 smithi135 bash[32435]: audit 2023-12-07T19:52:48.321771+0000 mgr.a (mgr.14403) 6351 : audit 0 from='client.135750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:51 smithi079 bash[28699]: cluster 2023-12-07T19:52:49.993253+0000 mgr.a (mgr.14403) 6352 : cluster 0 pgmap v4738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:52:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:51 smithi194 bash[32038]: cluster 2023-12-07T19:52:49.993253+0000 mgr.a (mgr.14403) 6352 : cluster 0 pgmap v4738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:52:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:51 smithi135 bash[32435]: cluster 2023-12-07T19:52:49.993253+0000 mgr.a (mgr.14403) 6352 : cluster 0 pgmap v4738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T19:52:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:53 smithi079 bash[28699]: cluster 2023-12-07T19:52:51.993977+0000 mgr.a (mgr.14403) 6353 : cluster 0 pgmap v4739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:52:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:53 smithi194 bash[32038]: cluster 2023-12-07T19:52:51.993977+0000 mgr.a (mgr.14403) 6353 : cluster 0 pgmap v4739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:52:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:53 smithi135 bash[32435]: cluster 2023-12-07T19:52:51.993977+0000 mgr.a (mgr.14403) 6353 : cluster 0 pgmap v4739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T19:52:53.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:52:53.821 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:53.821 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:52:54.727 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:52:54.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:52:54.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:52:54.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:52:54.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:52:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:55 smithi079 bash[28699]: cluster 2023-12-07T19:52:53.994761+0000 mgr.a (mgr.14403) 6354 : cluster 0 pgmap v4740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:55 smithi079 bash[28699]: audit 2023-12-07T19:52:54.234599+0000 mgr.a (mgr.14403) 6355 : audit 0 from='client.135825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:55 smithi194 bash[32038]: cluster 2023-12-07T19:52:53.994761+0000 mgr.a (mgr.14403) 6354 : cluster 0 pgmap v4740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:55 smithi194 bash[32038]: audit 2023-12-07T19:52:54.234599+0000 mgr.a (mgr.14403) 6355 : audit 0 from='client.135825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:55 smithi135 bash[32435]: cluster 2023-12-07T19:52:53.994761+0000 mgr.a (mgr.14403) 6354 : cluster 0 pgmap v4740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:52:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:55 smithi135 bash[32435]: audit 2023-12-07T19:52:54.234599+0000 mgr.a (mgr.14403) 6355 : audit 0 from='client.135825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:52:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:57 smithi079 bash[28699]: cluster 2023-12-07T19:52:55.995437+0000 mgr.a (mgr.14403) 6356 : cluster 0 pgmap v4741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:57 smithi194 bash[32038]: cluster 2023-12-07T19:52:55.995437+0000 mgr.a (mgr.14403) 6356 : cluster 0 pgmap v4741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:57 smithi135 bash[32435]: cluster 2023-12-07T19:52:55.995437+0000 mgr.a (mgr.14403) 6356 : cluster 0 pgmap v4741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:52:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:52:59 smithi079 bash[28699]: cluster 2023-12-07T19:52:57.995912+0000 mgr.a (mgr.14403) 6357 : cluster 0 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-07T19:52:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:52:59 smithi194 bash[32038]: cluster 2023-12-07T19:52:57.995912+0000 mgr.a (mgr.14403) 6357 : cluster 0 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-07T19:52:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:52:59 smithi135 bash[32435]: cluster 2023-12-07T19:52:57.995912+0000 mgr.a (mgr.14403) 6357 : cluster 0 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-07T19:52:59.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:52:59.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:52:59.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:00.632 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:53:00.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:00.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:00.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:00.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:53:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:01 smithi079 bash[28699]: cluster 2023-12-07T19:52:59.996684+0000 mgr.a (mgr.14403) 6358 : cluster 0 pgmap v4743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:01 smithi079 bash[28699]: audit 2023-12-07T19:53:00.138417+0000 mgr.a (mgr.14403) 6359 : audit 0 from='client.135900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:01 smithi194 bash[32038]: cluster 2023-12-07T19:52:59.996684+0000 mgr.a (mgr.14403) 6358 : cluster 0 pgmap v4743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:01 smithi194 bash[32038]: audit 2023-12-07T19:53:00.138417+0000 mgr.a (mgr.14403) 6359 : audit 0 from='client.135900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:01 smithi135 bash[32435]: cluster 2023-12-07T19:52:59.996684+0000 mgr.a (mgr.14403) 6358 : cluster 0 pgmap v4743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:01 smithi135 bash[32435]: audit 2023-12-07T19:53:00.138417+0000 mgr.a (mgr.14403) 6359 : audit 0 from='client.135900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:03 smithi079 bash[28699]: cluster 2023-12-07T19:53:01.997377+0000 mgr.a (mgr.14403) 6360 : cluster 0 pgmap v4744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:53:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:03 smithi194 bash[32038]: cluster 2023-12-07T19:53:01.997377+0000 mgr.a (mgr.14403) 6360 : cluster 0 pgmap v4744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:53:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:03 smithi135 bash[32435]: cluster 2023-12-07T19:53:01.997377+0000 mgr.a (mgr.14403) 6360 : cluster 0 pgmap v4744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T19:53:05.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:53:05.636 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:05.636 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:05 smithi079 bash[28699]: cluster 2023-12-07T19:53:03.998163+0000 mgr.a (mgr.14403) 6361 : cluster 0 pgmap v4745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:53:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:05 smithi194 bash[32038]: cluster 2023-12-07T19:53:03.998163+0000 mgr.a (mgr.14403) 6361 : cluster 0 pgmap v4745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:53:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:05 smithi135 bash[32435]: cluster 2023-12-07T19:53:03.998163+0000 mgr.a (mgr.14403) 6361 : cluster 0 pgmap v4745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T19:53:06.537 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:53:06.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:06.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:06.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:06.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:53:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:07 smithi079 bash[28699]: cluster 2023-12-07T19:53:05.998545+0000 mgr.a (mgr.14403) 6362 : cluster 0 pgmap v4746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:07 smithi079 bash[28699]: audit 2023-12-07T19:53:06.043565+0000 mgr.a (mgr.14403) 6363 : audit 0 from='client.135975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:07 smithi194 bash[32038]: cluster 2023-12-07T19:53:05.998545+0000 mgr.a (mgr.14403) 6362 : cluster 0 pgmap v4746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:07 smithi194 bash[32038]: audit 2023-12-07T19:53:06.043565+0000 mgr.a (mgr.14403) 6363 : audit 0 from='client.135975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:07 smithi135 bash[32435]: cluster 2023-12-07T19:53:05.998545+0000 mgr.a (mgr.14403) 6362 : cluster 0 pgmap v4746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:07 smithi135 bash[32435]: audit 2023-12-07T19:53:06.043565+0000 mgr.a (mgr.14403) 6363 : audit 0 from='client.135975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:09 smithi079 bash[28699]: cluster 2023-12-07T19:53:07.999199+0000 mgr.a (mgr.14403) 6364 : cluster 0 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-07T19:53:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:09 smithi194 bash[32038]: cluster 2023-12-07T19:53:07.999199+0000 mgr.a (mgr.14403) 6364 : cluster 0 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-07T19:53:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:09 smithi135 bash[32435]: cluster 2023-12-07T19:53:07.999199+0000 mgr.a (mgr.14403) 6364 : cluster 0 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-07T19:53:11.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:53:11.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:11.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:11 smithi079 bash[28699]: cluster 2023-12-07T19:53:10.000017+0000 mgr.a (mgr.14403) 6365 : cluster 0 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-07T19:53:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:11 smithi194 bash[32038]: cluster 2023-12-07T19:53:10.000017+0000 mgr.a (mgr.14403) 6365 : cluster 0 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-07T19:53:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:11 smithi135 bash[32435]: cluster 2023-12-07T19:53:10.000017+0000 mgr.a (mgr.14403) 6365 : cluster 0 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-07T19:53:12.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:12.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:12.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:12.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:53:12.457 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:53:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:13 smithi079 bash[28699]: audit 2023-12-07T19:53:11.947116+0000 mgr.a (mgr.14403) 6366 : audit 0 from='client.136047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:13 smithi079 bash[28699]: cluster 2023-12-07T19:53:12.000732+0000 mgr.a (mgr.14403) 6367 : cluster 0 pgmap v4749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:13 smithi194 bash[32038]: audit 2023-12-07T19:53:11.947116+0000 mgr.a (mgr.14403) 6366 : audit 0 from='client.136047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:13 smithi194 bash[32038]: cluster 2023-12-07T19:53:12.000732+0000 mgr.a (mgr.14403) 6367 : cluster 0 pgmap v4749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:13 smithi135 bash[32435]: audit 2023-12-07T19:53:11.947116+0000 mgr.a (mgr.14403) 6366 : audit 0 from='client.136047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:13 smithi135 bash[32435]: cluster 2023-12-07T19:53:12.000732+0000 mgr.a (mgr.14403) 6367 : cluster 0 pgmap v4749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:15 smithi079 bash[28699]: cluster 2023-12-07T19:53:14.001613+0000 mgr.a (mgr.14403) 6368 : cluster 0 pgmap v4750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:15 smithi194 bash[32038]: cluster 2023-12-07T19:53:14.001613+0000 mgr.a (mgr.14403) 6368 : cluster 0 pgmap v4750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:15 smithi135 bash[32435]: cluster 2023-12-07T19:53:14.001613+0000 mgr.a (mgr.14403) 6368 : cluster 0 pgmap v4750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:17.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:53:17.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:17.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:17 smithi079 bash[28699]: cluster 2023-12-07T19:53:16.002173+0000 mgr.a (mgr.14403) 6369 : cluster 0 pgmap v4751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:17 smithi194 bash[32038]: cluster 2023-12-07T19:53:16.002173+0000 mgr.a (mgr.14403) 6369 : cluster 0 pgmap v4751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:17 smithi135 bash[32435]: cluster 2023-12-07T19:53:16.002173+0000 mgr.a (mgr.14403) 6369 : cluster 0 pgmap v4751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:18.372 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:53:18.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:18.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:18.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:18.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:53:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:19 smithi079 bash[28699]: audit 2023-12-07T19:53:17.864490+0000 mgr.a (mgr.14403) 6370 : audit 0 from='client.136125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:19 smithi079 bash[28699]: cluster 2023-12-07T19:53:18.008445+0000 mgr.a (mgr.14403) 6371 : cluster 0 pgmap v4752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:19 smithi194 bash[32038]: audit 2023-12-07T19:53:17.864490+0000 mgr.a (mgr.14403) 6370 : audit 0 from='client.136125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:19 smithi194 bash[32038]: cluster 2023-12-07T19:53:18.008445+0000 mgr.a (mgr.14403) 6371 : cluster 0 pgmap v4752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:19 smithi135 bash[32435]: audit 2023-12-07T19:53:17.864490+0000 mgr.a (mgr.14403) 6370 : audit 0 from='client.136125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:19 smithi135 bash[32435]: cluster 2023-12-07T19:53:18.008445+0000 mgr.a (mgr.14403) 6371 : cluster 0 pgmap v4752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:21 smithi079 bash[28699]: cluster 2023-12-07T19:53:20.009411+0000 mgr.a (mgr.14403) 6372 : cluster 0 pgmap v4753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:21 smithi194 bash[32038]: cluster 2023-12-07T19:53:20.009411+0000 mgr.a (mgr.14403) 6372 : cluster 0 pgmap v4753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:21 smithi135 bash[32435]: cluster 2023-12-07T19:53:20.009411+0000 mgr.a (mgr.14403) 6372 : cluster 0 pgmap v4753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:23.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:53:23.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:23.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:23 smithi079 bash[28699]: cluster 2023-12-07T19:53:22.009982+0000 mgr.a (mgr.14403) 6373 : cluster 0 pgmap v4754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:23 smithi194 bash[32038]: cluster 2023-12-07T19:53:22.009982+0000 mgr.a (mgr.14403) 6373 : cluster 0 pgmap v4754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:23 smithi135 bash[32435]: cluster 2023-12-07T19:53:22.009982+0000 mgr.a (mgr.14403) 6373 : cluster 0 pgmap v4754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:24.272 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:53:24.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:24.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:24.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:24.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:53:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:25 smithi079 bash[28699]: audit 2023-12-07T19:53:23.794169+0000 mgr.a (mgr.14403) 6374 : audit 0 from='client.136200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:25 smithi079 bash[28699]: cluster 2023-12-07T19:53:24.010620+0000 mgr.a (mgr.14403) 6375 : cluster 0 pgmap v4755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:25 smithi194 bash[32038]: audit 2023-12-07T19:53:23.794169+0000 mgr.a (mgr.14403) 6374 : audit 0 from='client.136200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:25 smithi194 bash[32038]: cluster 2023-12-07T19:53:24.010620+0000 mgr.a (mgr.14403) 6375 : cluster 0 pgmap v4755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:25 smithi135 bash[32435]: audit 2023-12-07T19:53:23.794169+0000 mgr.a (mgr.14403) 6374 : audit 0 from='client.136200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:25 smithi135 bash[32435]: cluster 2023-12-07T19:53:24.010620+0000 mgr.a (mgr.14403) 6375 : cluster 0 pgmap v4755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:27 smithi194 bash[32038]: cluster 2023-12-07T19:53:26.011322+0000 mgr.a (mgr.14403) 6376 : cluster 0 pgmap v4756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:27 smithi135 bash[32435]: cluster 2023-12-07T19:53:26.011322+0000 mgr.a (mgr.14403) 6376 : cluster 0 pgmap v4756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:27 smithi079 bash[28699]: cluster 2023-12-07T19:53:26.011322+0000 mgr.a (mgr.14403) 6376 : cluster 0 pgmap v4756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:29.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:53:29.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:29.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:29 smithi194 bash[32038]: cluster 2023-12-07T19:53:28.011939+0000 mgr.a (mgr.14403) 6377 : cluster 0 pgmap v4757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:29 smithi135 bash[32435]: cluster 2023-12-07T19:53:28.011939+0000 mgr.a (mgr.14403) 6377 : cluster 0 pgmap v4757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:29 smithi079 bash[28699]: cluster 2023-12-07T19:53:28.011939+0000 mgr.a (mgr.14403) 6377 : cluster 0 pgmap v4757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:30.156 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:53:30.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:30.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:30.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:30.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:53:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:31 smithi194 bash[32038]: audit 2023-12-07T19:53:29.679336+0000 mgr.a (mgr.14403) 6378 : audit 0 from='client.112480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:31 smithi194 bash[32038]: cluster 2023-12-07T19:53:30.012676+0000 mgr.a (mgr.14403) 6379 : cluster 0 pgmap v4758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:31 smithi135 bash[32435]: audit 2023-12-07T19:53:29.679336+0000 mgr.a (mgr.14403) 6378 : audit 0 from='client.112480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:31 smithi135 bash[32435]: cluster 2023-12-07T19:53:30.012676+0000 mgr.a (mgr.14403) 6379 : cluster 0 pgmap v4758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:31 smithi079 bash[28699]: audit 2023-12-07T19:53:29.679336+0000 mgr.a (mgr.14403) 6378 : audit 0 from='client.112480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:31 smithi079 bash[28699]: cluster 2023-12-07T19:53:30.012676+0000 mgr.a (mgr.14403) 6379 : cluster 0 pgmap v4758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:33 smithi194 bash[32038]: cluster 2023-12-07T19:53:32.013287+0000 mgr.a (mgr.14403) 6380 : cluster 0 pgmap v4759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:33.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:33 smithi194 bash[32038]: audit 2023-12-07T19:53:33.163069+0000 mon.a (mon.0) 1344 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:53:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:33 smithi135 bash[32435]: cluster 2023-12-07T19:53:32.013287+0000 mgr.a (mgr.14403) 6380 : cluster 0 pgmap v4759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:33 smithi135 bash[32435]: audit 2023-12-07T19:53:33.163069+0000 mon.a (mon.0) 1344 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:53:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:33 smithi079 bash[28699]: cluster 2023-12-07T19:53:32.013287+0000 mgr.a (mgr.14403) 6380 : cluster 0 pgmap v4759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:53:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:33 smithi079 bash[28699]: audit 2023-12-07T19:53:33.163069+0000 mon.a (mon.0) 1344 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:53:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:34 smithi194 bash[32038]: audit 2023-12-07T19:53:33.898365+0000 mon.a (mon.0) 1345 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:53:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:34 smithi194 bash[32038]: audit 2023-12-07T19:53:33.900317+0000 mon.a (mon.0) 1346 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:53:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:34 smithi194 bash[32038]: audit 2023-12-07T19:53:33.909823+0000 mon.a (mon.0) 1347 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:53:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:34 smithi135 bash[32435]: audit 2023-12-07T19:53:33.898365+0000 mon.a (mon.0) 1345 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:53:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:34 smithi135 bash[32435]: audit 2023-12-07T19:53:33.900317+0000 mon.a (mon.0) 1346 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:53:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:34 smithi135 bash[32435]: audit 2023-12-07T19:53:33.909823+0000 mon.a (mon.0) 1347 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:53:34.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:34 smithi079 bash[28699]: audit 2023-12-07T19:53:33.898365+0000 mon.a (mon.0) 1345 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:53:34.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:34 smithi079 bash[28699]: audit 2023-12-07T19:53:33.900317+0000 mon.a (mon.0) 1346 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:53:34.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:34 smithi079 bash[28699]: audit 2023-12-07T19:53:33.909823+0000 mon.a (mon.0) 1347 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:53:35.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:53:35.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:35.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:35 smithi194 bash[32038]: cluster 2023-12-07T19:53:34.014098+0000 mgr.a (mgr.14403) 6381 : cluster 0 pgmap v4760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:35 smithi135 bash[32435]: cluster 2023-12-07T19:53:34.014098+0000 mgr.a (mgr.14403) 6381 : cluster 0 pgmap v4760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:35 smithi079 bash[28699]: cluster 2023-12-07T19:53:34.014098+0000 mgr.a (mgr.14403) 6381 : cluster 0 pgmap v4760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:36.060 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:53:36.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:36.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:36.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:36.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:53:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:37 smithi194 bash[32038]: audit 2023-12-07T19:53:35.564533+0000 mgr.a (mgr.14403) 6382 : audit 0 from='client.136353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:37 smithi194 bash[32038]: cluster 2023-12-07T19:53:36.014727+0000 mgr.a (mgr.14403) 6383 : cluster 0 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-07T19:53:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:37 smithi135 bash[32435]: audit 2023-12-07T19:53:35.564533+0000 mgr.a (mgr.14403) 6382 : audit 0 from='client.136353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:37 smithi135 bash[32435]: cluster 2023-12-07T19:53:36.014727+0000 mgr.a (mgr.14403) 6383 : cluster 0 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-07T19:53:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:37 smithi079 bash[28699]: audit 2023-12-07T19:53:35.564533+0000 mgr.a (mgr.14403) 6382 : audit 0 from='client.136353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:37 smithi079 bash[28699]: cluster 2023-12-07T19:53:36.014727+0000 mgr.a (mgr.14403) 6383 : cluster 0 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-07T19:53:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:39 smithi194 bash[32038]: cluster 2023-12-07T19:53:38.015291+0000 mgr.a (mgr.14403) 6384 : cluster 0 pgmap v4762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:39 smithi135 bash[32435]: cluster 2023-12-07T19:53:38.015291+0000 mgr.a (mgr.14403) 6384 : cluster 0 pgmap v4762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:39 smithi079 bash[28699]: cluster 2023-12-07T19:53:38.015291+0000 mgr.a (mgr.14403) 6384 : cluster 0 pgmap v4762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:41.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:53:41.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:41.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:41 smithi194 bash[32038]: cluster 2023-12-07T19:53:40.016130+0000 mgr.a (mgr.14403) 6385 : cluster 0 pgmap v4763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:41 smithi135 bash[32435]: cluster 2023-12-07T19:53:40.016130+0000 mgr.a (mgr.14403) 6385 : cluster 0 pgmap v4763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:41 smithi079 bash[28699]: cluster 2023-12-07T19:53:40.016130+0000 mgr.a (mgr.14403) 6385 : cluster 0 pgmap v4763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:41.952 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:53:41.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:41.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:41.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:41.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:53:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:43 smithi194 bash[32038]: audit 2023-12-07T19:53:41.471129+0000 mgr.a (mgr.14403) 6386 : audit 0 from='client.136431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:43 smithi194 bash[32038]: cluster 2023-12-07T19:53:42.016979+0000 mgr.a (mgr.14403) 6387 : cluster 0 pgmap v4764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:43 smithi135 bash[32435]: audit 2023-12-07T19:53:41.471129+0000 mgr.a (mgr.14403) 6386 : audit 0 from='client.136431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:43 smithi135 bash[32435]: cluster 2023-12-07T19:53:42.016979+0000 mgr.a (mgr.14403) 6387 : cluster 0 pgmap v4764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:43 smithi079 bash[28699]: audit 2023-12-07T19:53:41.471129+0000 mgr.a (mgr.14403) 6386 : audit 0 from='client.136431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:43 smithi079 bash[28699]: cluster 2023-12-07T19:53:42.016979+0000 mgr.a (mgr.14403) 6387 : cluster 0 pgmap v4764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:45 smithi194 bash[32038]: cluster 2023-12-07T19:53:44.017834+0000 mgr.a (mgr.14403) 6388 : cluster 0 pgmap v4765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:45 smithi135 bash[32435]: cluster 2023-12-07T19:53:44.017834+0000 mgr.a (mgr.14403) 6388 : cluster 0 pgmap v4765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:45 smithi079 bash[28699]: cluster 2023-12-07T19:53:44.017834+0000 mgr.a (mgr.14403) 6388 : cluster 0 pgmap v4765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:53:46.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:53:46.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:46.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:47 smithi194 bash[32038]: cluster 2023-12-07T19:53:46.018364+0000 mgr.a (mgr.14403) 6389 : cluster 0 pgmap v4766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:47 smithi135 bash[32435]: cluster 2023-12-07T19:53:46.018364+0000 mgr.a (mgr.14403) 6389 : cluster 0 pgmap v4766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:47.849 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:53:47.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:47.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:47.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:47.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:53:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:47 smithi079 bash[28699]: cluster 2023-12-07T19:53:46.018364+0000 mgr.a (mgr.14403) 6389 : cluster 0 pgmap v4766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:48 smithi194 bash[32038]: audit 2023-12-07T19:53:47.360025+0000 mgr.a (mgr.14403) 6390 : audit 0 from='client.136509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:48 smithi135 bash[32435]: audit 2023-12-07T19:53:47.360025+0000 mgr.a (mgr.14403) 6390 : audit 0 from='client.136509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:48.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:48 smithi079 bash[28699]: audit 2023-12-07T19:53:47.360025+0000 mgr.a (mgr.14403) 6390 : audit 0 from='client.136509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:49 smithi194 bash[32038]: cluster 2023-12-07T19:53:48.019132+0000 mgr.a (mgr.14403) 6391 : cluster 0 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-07T19:53:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:49 smithi135 bash[32435]: cluster 2023-12-07T19:53:48.019132+0000 mgr.a (mgr.14403) 6391 : cluster 0 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-07T19:53:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:49 smithi079 bash[28699]: cluster 2023-12-07T19:53:48.019132+0000 mgr.a (mgr.14403) 6391 : cluster 0 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-07T19:53:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:51 smithi135 bash[32435]: cluster 2023-12-07T19:53:50.019934+0000 mgr.a (mgr.14403) 6392 : cluster 0 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-07T19:53:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:51 smithi079 bash[28699]: cluster 2023-12-07T19:53:50.019934+0000 mgr.a (mgr.14403) 6392 : cluster 0 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-07T19:53:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:51 smithi194 bash[32038]: cluster 2023-12-07T19:53:50.019934+0000 mgr.a (mgr.14403) 6392 : cluster 0 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-07T19:53:52.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:53:52.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:52.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:53.758 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:53:53.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:53.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:53.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:53.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:53:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:53 smithi079 bash[28699]: cluster 2023-12-07T19:53:52.020483+0000 mgr.a (mgr.14403) 6393 : cluster 0 pgmap v4769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:53 smithi194 bash[32038]: cluster 2023-12-07T19:53:52.020483+0000 mgr.a (mgr.14403) 6393 : cluster 0 pgmap v4769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:53 smithi135 bash[32435]: cluster 2023-12-07T19:53:52.020483+0000 mgr.a (mgr.14403) 6393 : cluster 0 pgmap v4769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:53:54.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:54 smithi079 bash[28699]: audit 2023-12-07T19:53:53.261514+0000 mgr.a (mgr.14403) 6394 : audit 0 from='client.136587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:54 smithi194 bash[32038]: audit 2023-12-07T19:53:53.261514+0000 mgr.a (mgr.14403) 6394 : audit 0 from='client.136587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:54.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:54 smithi135 bash[32435]: audit 2023-12-07T19:53:53.261514+0000 mgr.a (mgr.14403) 6394 : audit 0 from='client.136587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:55 smithi079 bash[28699]: cluster 2023-12-07T19:53:54.021461+0000 mgr.a (mgr.14403) 6395 : cluster 0 pgmap v4770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:53:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:55 smithi194 bash[32038]: cluster 2023-12-07T19:53:54.021461+0000 mgr.a (mgr.14403) 6395 : cluster 0 pgmap v4770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:53:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:55 smithi135 bash[32435]: cluster 2023-12-07T19:53:54.021461+0000 mgr.a (mgr.14403) 6395 : cluster 0 pgmap v4770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:53:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:57 smithi079 bash[28699]: cluster 2023-12-07T19:53:56.022064+0000 mgr.a (mgr.14403) 6396 : cluster 0 pgmap v4771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:53:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:57 smithi194 bash[32038]: cluster 2023-12-07T19:53:56.022064+0000 mgr.a (mgr.14403) 6396 : cluster 0 pgmap v4771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:53:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:57 smithi135 bash[32435]: cluster 2023-12-07T19:53:56.022064+0000 mgr.a (mgr.14403) 6396 : cluster 0 pgmap v4771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:53:58.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:53:58.762 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:53:58.762 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:53:58.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:58 smithi079 bash[28699]: cluster 2023-12-07T19:53:58.022665+0000 mgr.a (mgr.14403) 6397 : cluster 0 pgmap v4772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:53:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:58 smithi194 bash[32038]: cluster 2023-12-07T19:53:58.022665+0000 mgr.a (mgr.14403) 6397 : cluster 0 pgmap v4772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:53:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:58 smithi135 bash[32435]: cluster 2023-12-07T19:53:58.022665+0000 mgr.a (mgr.14403) 6397 : cluster 0 pgmap v4772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:53:59.674 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:53:59.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:53:59.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:53:59.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:53:59.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:53:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:53:59 smithi079 bash[28699]: audit 2023-12-07T19:53:59.166758+0000 mgr.a (mgr.14403) 6398 : audit 0 from='client.136665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:53:59 smithi194 bash[32038]: audit 2023-12-07T19:53:59.166758+0000 mgr.a (mgr.14403) 6398 : audit 0 from='client.136665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:53:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:53:59 smithi135 bash[32435]: audit 2023-12-07T19:53:59.166758+0000 mgr.a (mgr.14403) 6398 : audit 0 from='client.136665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:00.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:00 smithi079 bash[28699]: cluster 2023-12-07T19:54:00.023671+0000 mgr.a (mgr.14403) 6399 : cluster 0 pgmap v4773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:00 smithi194 bash[32038]: cluster 2023-12-07T19:54:00.023671+0000 mgr.a (mgr.14403) 6399 : cluster 0 pgmap v4773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:00.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:00 smithi135 bash[32435]: cluster 2023-12-07T19:54:00.023671+0000 mgr.a (mgr.14403) 6399 : cluster 0 pgmap v4773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:03 smithi079 bash[28699]: cluster 2023-12-07T19:54:02.024225+0000 mgr.a (mgr.14403) 6400 : cluster 0 pgmap v4774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:03 smithi194 bash[32038]: cluster 2023-12-07T19:54:02.024225+0000 mgr.a (mgr.14403) 6400 : cluster 0 pgmap v4774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:03 smithi135 bash[32435]: cluster 2023-12-07T19:54:02.024225+0000 mgr.a (mgr.14403) 6400 : cluster 0 pgmap v4774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:04.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:54:04.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:04.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:05.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:05.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:05.588 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:54:05.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:05.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:54:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:05 smithi079 bash[28699]: cluster 2023-12-07T19:54:04.024962+0000 mgr.a (mgr.14403) 6401 : cluster 0 pgmap v4775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:05 smithi194 bash[32038]: cluster 2023-12-07T19:54:04.024962+0000 mgr.a (mgr.14403) 6401 : cluster 0 pgmap v4775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:05 smithi135 bash[32435]: cluster 2023-12-07T19:54:04.024962+0000 mgr.a (mgr.14403) 6401 : cluster 0 pgmap v4775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:06 smithi079 bash[28699]: audit 2023-12-07T19:54:05.079911+0000 mgr.a (mgr.14403) 6402 : audit 0 from='client.136743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:06 smithi194 bash[32038]: audit 2023-12-07T19:54:05.079911+0000 mgr.a (mgr.14403) 6402 : audit 0 from='client.136743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:06 smithi135 bash[32435]: audit 2023-12-07T19:54:05.079911+0000 mgr.a (mgr.14403) 6402 : audit 0 from='client.136743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:07 smithi079 bash[28699]: cluster 2023-12-07T19:54:06.025647+0000 mgr.a (mgr.14403) 6403 : cluster 0 pgmap v4776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:54:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:07 smithi194 bash[32038]: cluster 2023-12-07T19:54:06.025647+0000 mgr.a (mgr.14403) 6403 : cluster 0 pgmap v4776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:54:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:07 smithi135 bash[32435]: cluster 2023-12-07T19:54:06.025647+0000 mgr.a (mgr.14403) 6403 : cluster 0 pgmap v4776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:54:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:09 smithi079 bash[28699]: cluster 2023-12-07T19:54:08.026215+0000 mgr.a (mgr.14403) 6404 : cluster 0 pgmap v4777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:54:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:09 smithi194 bash[32038]: cluster 2023-12-07T19:54:08.026215+0000 mgr.a (mgr.14403) 6404 : cluster 0 pgmap v4777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:54:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:09 smithi135 bash[32435]: cluster 2023-12-07T19:54:08.026215+0000 mgr.a (mgr.14403) 6404 : cluster 0 pgmap v4777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:54:10.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:54:10.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:10.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:11.482 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:54:11.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:11.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:11.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:11.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:54:11.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:11 smithi079 bash[28699]: cluster 2023-12-07T19:54:10.027091+0000 mgr.a (mgr.14403) 6405 : cluster 0 pgmap v4778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:54:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:11 smithi194 bash[32038]: cluster 2023-12-07T19:54:10.027091+0000 mgr.a (mgr.14403) 6405 : cluster 0 pgmap v4778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:54:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:11 smithi135 bash[32435]: cluster 2023-12-07T19:54:10.027091+0000 mgr.a (mgr.14403) 6405 : cluster 0 pgmap v4778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:54:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:12 smithi079 bash[28699]: audit 2023-12-07T19:54:10.993684+0000 mgr.a (mgr.14403) 6406 : audit 0 from='client.136818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:12 smithi194 bash[32038]: audit 2023-12-07T19:54:10.993684+0000 mgr.a (mgr.14403) 6406 : audit 0 from='client.136818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:12 smithi135 bash[32435]: audit 2023-12-07T19:54:10.993684+0000 mgr.a (mgr.14403) 6406 : audit 0 from='client.136818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:13 smithi079 bash[28699]: cluster 2023-12-07T19:54:12.027673+0000 mgr.a (mgr.14403) 6407 : cluster 0 pgmap v4779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:13 smithi194 bash[32038]: cluster 2023-12-07T19:54:12.027673+0000 mgr.a (mgr.14403) 6407 : cluster 0 pgmap v4779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:13 smithi135 bash[32435]: cluster 2023-12-07T19:54:12.027673+0000 mgr.a (mgr.14403) 6407 : cluster 0 pgmap v4779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:15 smithi079 bash[28699]: cluster 2023-12-07T19:54:14.028474+0000 mgr.a (mgr.14403) 6408 : cluster 0 pgmap v4780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:15 smithi194 bash[32038]: cluster 2023-12-07T19:54:14.028474+0000 mgr.a (mgr.14403) 6408 : cluster 0 pgmap v4780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:15 smithi135 bash[32435]: cluster 2023-12-07T19:54:14.028474+0000 mgr.a (mgr.14403) 6408 : cluster 0 pgmap v4780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:16.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:54:16.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:16.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:17.391 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:54:17.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:17.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:17.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:17.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:54:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:17 smithi079 bash[28699]: cluster 2023-12-07T19:54:16.029110+0000 mgr.a (mgr.14403) 6409 : cluster 0 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-07T19:54:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:17 smithi194 bash[32038]: cluster 2023-12-07T19:54:16.029110+0000 mgr.a (mgr.14403) 6409 : cluster 0 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-07T19:54:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:17 smithi135 bash[32435]: cluster 2023-12-07T19:54:16.029110+0000 mgr.a (mgr.14403) 6409 : cluster 0 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-07T19:54:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:18 smithi079 bash[28699]: audit 2023-12-07T19:54:16.890602+0000 mgr.a (mgr.14403) 6410 : audit 0 from='client.136890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:18 smithi194 bash[32038]: audit 2023-12-07T19:54:16.890602+0000 mgr.a (mgr.14403) 6410 : audit 0 from='client.136890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:18 smithi135 bash[32435]: audit 2023-12-07T19:54:16.890602+0000 mgr.a (mgr.14403) 6410 : audit 0 from='client.136890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:19 smithi079 bash[28699]: cluster 2023-12-07T19:54:18.029778+0000 mgr.a (mgr.14403) 6411 : cluster 0 pgmap v4782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:19 smithi194 bash[32038]: cluster 2023-12-07T19:54:18.029778+0000 mgr.a (mgr.14403) 6411 : cluster 0 pgmap v4782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:19 smithi135 bash[32435]: cluster 2023-12-07T19:54:18.029778+0000 mgr.a (mgr.14403) 6411 : cluster 0 pgmap v4782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:21 smithi079 bash[28699]: cluster 2023-12-07T19:54:20.030559+0000 mgr.a (mgr.14403) 6412 : cluster 0 pgmap v4783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:21 smithi194 bash[32038]: cluster 2023-12-07T19:54:20.030559+0000 mgr.a (mgr.14403) 6412 : cluster 0 pgmap v4783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:21 smithi135 bash[32435]: cluster 2023-12-07T19:54:20.030559+0000 mgr.a (mgr.14403) 6412 : cluster 0 pgmap v4783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:22.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:54:22.395 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:22.395 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:23.303 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:54:23.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:23.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:23.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:23.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:54:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:23 smithi079 bash[28699]: cluster 2023-12-07T19:54:22.031137+0000 mgr.a (mgr.14403) 6413 : cluster 0 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-07T19:54:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:23 smithi194 bash[32038]: cluster 2023-12-07T19:54:22.031137+0000 mgr.a (mgr.14403) 6413 : cluster 0 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-07T19:54:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:23 smithi135 bash[32435]: cluster 2023-12-07T19:54:22.031137+0000 mgr.a (mgr.14403) 6413 : cluster 0 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-07T19:54:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:24 smithi079 bash[28699]: audit 2023-12-07T19:54:22.804987+0000 mgr.a (mgr.14403) 6414 : audit 0 from='client.136965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:24 smithi194 bash[32038]: audit 2023-12-07T19:54:22.804987+0000 mgr.a (mgr.14403) 6414 : audit 0 from='client.136965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:24 smithi135 bash[32435]: audit 2023-12-07T19:54:22.804987+0000 mgr.a (mgr.14403) 6414 : audit 0 from='client.136965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:25 smithi079 bash[28699]: cluster 2023-12-07T19:54:24.031942+0000 mgr.a (mgr.14403) 6415 : cluster 0 pgmap v4785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:25 smithi194 bash[32038]: cluster 2023-12-07T19:54:24.031942+0000 mgr.a (mgr.14403) 6415 : cluster 0 pgmap v4785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:25 smithi135 bash[32435]: cluster 2023-12-07T19:54:24.031942+0000 mgr.a (mgr.14403) 6415 : cluster 0 pgmap v4785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:27 smithi194 bash[32038]: cluster 2023-12-07T19:54:26.032481+0000 mgr.a (mgr.14403) 6416 : cluster 0 pgmap v4786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:27 smithi135 bash[32435]: cluster 2023-12-07T19:54:26.032481+0000 mgr.a (mgr.14403) 6416 : cluster 0 pgmap v4786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:27 smithi079 bash[28699]: cluster 2023-12-07T19:54:26.032481+0000 mgr.a (mgr.14403) 6416 : cluster 0 pgmap v4786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:28.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:54:28.307 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:28.307 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:29.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:54:29.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:29.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:29.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:29.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:54:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:29 smithi194 bash[32038]: cluster 2023-12-07T19:54:28.033046+0000 mgr.a (mgr.14403) 6417 : cluster 0 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-07T19:54:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:29 smithi135 bash[32435]: cluster 2023-12-07T19:54:28.033046+0000 mgr.a (mgr.14403) 6417 : cluster 0 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-07T19:54:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:29 smithi079 bash[28699]: cluster 2023-12-07T19:54:28.033046+0000 mgr.a (mgr.14403) 6417 : cluster 0 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-07T19:54:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:30 smithi194 bash[32038]: audit 2023-12-07T19:54:28.708485+0000 mgr.a (mgr.14403) 6418 : audit 0 from='client.137040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:30 smithi135 bash[32435]: audit 2023-12-07T19:54:28.708485+0000 mgr.a (mgr.14403) 6418 : audit 0 from='client.137040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:30 smithi079 bash[28699]: audit 2023-12-07T19:54:28.708485+0000 mgr.a (mgr.14403) 6418 : audit 0 from='client.137040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:31 smithi194 bash[32038]: cluster 2023-12-07T19:54:30.034079+0000 mgr.a (mgr.14403) 6419 : cluster 0 pgmap v4788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:31 smithi135 bash[32435]: cluster 2023-12-07T19:54:30.034079+0000 mgr.a (mgr.14403) 6419 : cluster 0 pgmap v4788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:31 smithi079 bash[28699]: cluster 2023-12-07T19:54:30.034079+0000 mgr.a (mgr.14403) 6419 : cluster 0 pgmap v4788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:33 smithi194 bash[32038]: cluster 2023-12-07T19:54:32.034673+0000 mgr.a (mgr.14403) 6420 : cluster 0 pgmap v4789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:33 smithi135 bash[32435]: cluster 2023-12-07T19:54:32.034673+0000 mgr.a (mgr.14403) 6420 : cluster 0 pgmap v4789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:33 smithi079 bash[28699]: cluster 2023-12-07T19:54:32.034673+0000 mgr.a (mgr.14403) 6420 : cluster 0 pgmap v4789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:34.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:54:34.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:34.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:34 smithi194 bash[32038]: audit 2023-12-07T19:54:34.011586+0000 mon.a (mon.0) 1348 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:54:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:34 smithi135 bash[32435]: audit 2023-12-07T19:54:34.011586+0000 mon.a (mon.0) 1348 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:54:34.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:34 smithi079 bash[28699]: audit 2023-12-07T19:54:34.011586+0000 mon.a (mon.0) 1348 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:54:35.161 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:54:35.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:35.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:35.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:35.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:54:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:35 smithi194 bash[32038]: cluster 2023-12-07T19:54:34.035483+0000 mgr.a (mgr.14403) 6421 : cluster 0 pgmap v4790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:35 smithi194 bash[32038]: audit 2023-12-07T19:54:34.541123+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:54:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:35 smithi194 bash[32038]: audit 2023-12-07T19:54:34.545459+0000 mon.a (mon.0) 1350 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:54:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:35 smithi194 bash[32038]: audit 2023-12-07T19:54:35.341638+0000 mon.a (mon.0) 1351 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:54:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:35 smithi194 bash[32038]: audit 2023-12-07T19:54:35.343087+0000 mon.a (mon.0) 1352 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:54:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:35 smithi194 bash[32038]: audit 2023-12-07T19:54:35.351218+0000 mon.a (mon.0) 1353 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:54:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:35 smithi135 bash[32435]: cluster 2023-12-07T19:54:34.035483+0000 mgr.a (mgr.14403) 6421 : cluster 0 pgmap v4790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:35 smithi135 bash[32435]: audit 2023-12-07T19:54:34.541123+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:54:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:35 smithi135 bash[32435]: audit 2023-12-07T19:54:34.545459+0000 mon.a (mon.0) 1350 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:54:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:35 smithi135 bash[32435]: audit 2023-12-07T19:54:35.341638+0000 mon.a (mon.0) 1351 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:54:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:35 smithi135 bash[32435]: audit 2023-12-07T19:54:35.343087+0000 mon.a (mon.0) 1352 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:54:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:35 smithi135 bash[32435]: audit 2023-12-07T19:54:35.351218+0000 mon.a (mon.0) 1353 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:54:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:35 smithi079 bash[28699]: cluster 2023-12-07T19:54:34.035483+0000 mgr.a (mgr.14403) 6421 : cluster 0 pgmap v4790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:35 smithi079 bash[28699]: audit 2023-12-07T19:54:34.541123+0000 mon.a (mon.0) 1349 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:54:35.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:35 smithi079 bash[28699]: audit 2023-12-07T19:54:34.545459+0000 mon.a (mon.0) 1350 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:54:35.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:35 smithi079 bash[28699]: audit 2023-12-07T19:54:35.341638+0000 mon.a (mon.0) 1351 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:54:35.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:35 smithi079 bash[28699]: audit 2023-12-07T19:54:35.343087+0000 mon.a (mon.0) 1352 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:54:35.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:35 smithi079 bash[28699]: audit 2023-12-07T19:54:35.351218+0000 mon.a (mon.0) 1353 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:54:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:36 smithi194 bash[32038]: audit 2023-12-07T19:54:34.635636+0000 mgr.a (mgr.14403) 6422 : audit 0 from='client.137115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:36 smithi135 bash[32435]: audit 2023-12-07T19:54:34.635636+0000 mgr.a (mgr.14403) 6422 : audit 0 from='client.137115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:36.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:36 smithi079 bash[28699]: audit 2023-12-07T19:54:34.635636+0000 mgr.a (mgr.14403) 6422 : audit 0 from='client.137115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:37 smithi194 bash[32038]: cluster 2023-12-07T19:54:36.036181+0000 mgr.a (mgr.14403) 6423 : cluster 0 pgmap v4791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:37 smithi135 bash[32435]: cluster 2023-12-07T19:54:36.036181+0000 mgr.a (mgr.14403) 6423 : cluster 0 pgmap v4791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:37 smithi079 bash[28699]: cluster 2023-12-07T19:54:36.036181+0000 mgr.a (mgr.14403) 6423 : cluster 0 pgmap v4791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:39 smithi194 bash[32038]: cluster 2023-12-07T19:54:38.036761+0000 mgr.a (mgr.14403) 6424 : cluster 0 pgmap v4792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:39 smithi135 bash[32435]: cluster 2023-12-07T19:54:38.036761+0000 mgr.a (mgr.14403) 6424 : cluster 0 pgmap v4792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:39 smithi079 bash[28699]: cluster 2023-12-07T19:54:38.036761+0000 mgr.a (mgr.14403) 6424 : cluster 0 pgmap v4792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:54:40.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:54:40.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:40.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:41.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:41.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:41.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:41.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:54:41.058 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:54:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:41 smithi194 bash[32038]: cluster 2023-12-07T19:54:40.037585+0000 mgr.a (mgr.14403) 6425 : cluster 0 pgmap v4793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:41 smithi135 bash[32435]: cluster 2023-12-07T19:54:40.037585+0000 mgr.a (mgr.14403) 6425 : cluster 0 pgmap v4793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:41 smithi079 bash[28699]: cluster 2023-12-07T19:54:40.037585+0000 mgr.a (mgr.14403) 6425 : cluster 0 pgmap v4793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:42 smithi135 bash[32435]: audit 2023-12-07T19:54:40.564010+0000 mgr.a (mgr.14403) 6426 : audit 0 from='client.137190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:42.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:42 smithi079 bash[28699]: audit 2023-12-07T19:54:40.564010+0000 mgr.a (mgr.14403) 6426 : audit 0 from='client.137190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:42 smithi194 bash[32038]: audit 2023-12-07T19:54:40.564010+0000 mgr.a (mgr.14403) 6426 : audit 0 from='client.137190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:43 smithi135 bash[32435]: cluster 2023-12-07T19:54:42.038420+0000 mgr.a (mgr.14403) 6427 : cluster 0 pgmap v4794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:43 smithi079 bash[28699]: cluster 2023-12-07T19:54:42.038420+0000 mgr.a (mgr.14403) 6427 : cluster 0 pgmap v4794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:43 smithi194 bash[32038]: cluster 2023-12-07T19:54:42.038420+0000 mgr.a (mgr.14403) 6427 : cluster 0 pgmap v4794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:45 smithi079 bash[28699]: cluster 2023-12-07T19:54:44.039282+0000 mgr.a (mgr.14403) 6428 : cluster 0 pgmap v4795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:45 smithi194 bash[32038]: cluster 2023-12-07T19:54:44.039282+0000 mgr.a (mgr.14403) 6428 : cluster 0 pgmap v4795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:45 smithi135 bash[32435]: cluster 2023-12-07T19:54:44.039282+0000 mgr.a (mgr.14403) 6428 : cluster 0 pgmap v4795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:46.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:54:46.062 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:46.062 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:46.976 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:54:46.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:46.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:46.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:46.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:54:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:47 smithi079 bash[28699]: cluster 2023-12-07T19:54:46.039787+0000 mgr.a (mgr.14403) 6429 : cluster 0 pgmap v4796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:47 smithi079 bash[28699]: audit 2023-12-07T19:54:46.471304+0000 mgr.a (mgr.14403) 6430 : audit 0 from='client.137268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:47 smithi194 bash[32038]: cluster 2023-12-07T19:54:46.039787+0000 mgr.a (mgr.14403) 6429 : cluster 0 pgmap v4796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:47 smithi194 bash[32038]: audit 2023-12-07T19:54:46.471304+0000 mgr.a (mgr.14403) 6430 : audit 0 from='client.137268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:47 smithi135 bash[32435]: cluster 2023-12-07T19:54:46.039787+0000 mgr.a (mgr.14403) 6429 : cluster 0 pgmap v4796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:47 smithi135 bash[32435]: audit 2023-12-07T19:54:46.471304+0000 mgr.a (mgr.14403) 6430 : audit 0 from='client.137268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:49 smithi079 bash[28699]: cluster 2023-12-07T19:54:48.040519+0000 mgr.a (mgr.14403) 6431 : cluster 0 pgmap v4797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:49 smithi194 bash[32038]: cluster 2023-12-07T19:54:48.040519+0000 mgr.a (mgr.14403) 6431 : cluster 0 pgmap v4797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:49 smithi135 bash[32435]: cluster 2023-12-07T19:54:48.040519+0000 mgr.a (mgr.14403) 6431 : cluster 0 pgmap v4797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:51 smithi079 bash[28699]: cluster 2023-12-07T19:54:50.041251+0000 mgr.a (mgr.14403) 6432 : cluster 0 pgmap v4798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:51 smithi194 bash[32038]: cluster 2023-12-07T19:54:50.041251+0000 mgr.a (mgr.14403) 6432 : cluster 0 pgmap v4798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:51 smithi135 bash[32435]: cluster 2023-12-07T19:54:50.041251+0000 mgr.a (mgr.14403) 6432 : cluster 0 pgmap v4798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:51.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:54:51.980 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:51.980 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:52.887 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:54:52.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:52.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:52.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:52.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:54:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:53 smithi079 bash[28699]: cluster 2023-12-07T19:54:52.041800+0000 mgr.a (mgr.14403) 6433 : cluster 0 pgmap v4799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:53 smithi079 bash[28699]: audit 2023-12-07T19:54:52.384834+0000 mgr.a (mgr.14403) 6434 : audit 0 from='client.137346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:53 smithi194 bash[32038]: cluster 2023-12-07T19:54:52.041800+0000 mgr.a (mgr.14403) 6433 : cluster 0 pgmap v4799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:53 smithi194 bash[32038]: audit 2023-12-07T19:54:52.384834+0000 mgr.a (mgr.14403) 6434 : audit 0 from='client.137346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:53 smithi135 bash[32435]: cluster 2023-12-07T19:54:52.041800+0000 mgr.a (mgr.14403) 6433 : cluster 0 pgmap v4799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:53 smithi135 bash[32435]: audit 2023-12-07T19:54:52.384834+0000 mgr.a (mgr.14403) 6434 : audit 0 from='client.137346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:55 smithi079 bash[28699]: cluster 2023-12-07T19:54:54.042754+0000 mgr.a (mgr.14403) 6435 : cluster 0 pgmap v4800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:55 smithi194 bash[32038]: cluster 2023-12-07T19:54:54.042754+0000 mgr.a (mgr.14403) 6435 : cluster 0 pgmap v4800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:55 smithi135 bash[32435]: cluster 2023-12-07T19:54:54.042754+0000 mgr.a (mgr.14403) 6435 : cluster 0 pgmap v4800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:54:57.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:54:57.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:54:57.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:54:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:57 smithi079 bash[28699]: cluster 2023-12-07T19:54:56.043366+0000 mgr.a (mgr.14403) 6436 : cluster 0 pgmap v4801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:57 smithi194 bash[32038]: cluster 2023-12-07T19:54:56.043366+0000 mgr.a (mgr.14403) 6436 : cluster 0 pgmap v4801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:57 smithi135 bash[32435]: cluster 2023-12-07T19:54:56.043366+0000 mgr.a (mgr.14403) 6436 : cluster 0 pgmap v4801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:58.751 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:54:58.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:54:58.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:54:58.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:54:58.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:54:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:59 smithi079 bash[28699]: cluster 2023-12-07T19:54:58.043869+0000 mgr.a (mgr.14403) 6437 : cluster 0 pgmap v4802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:54:59 smithi079 bash[28699]: audit 2023-12-07T19:54:58.288645+0000 mgr.a (mgr.14403) 6438 : audit 0 from='client.137424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:59 smithi194 bash[32038]: cluster 2023-12-07T19:54:58.043869+0000 mgr.a (mgr.14403) 6437 : cluster 0 pgmap v4802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:54:59 smithi194 bash[32038]: audit 2023-12-07T19:54:58.288645+0000 mgr.a (mgr.14403) 6438 : audit 0 from='client.137424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:54:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:59 smithi135 bash[32435]: cluster 2023-12-07T19:54:58.043869+0000 mgr.a (mgr.14403) 6437 : cluster 0 pgmap v4802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:54:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:54:59 smithi135 bash[32435]: audit 2023-12-07T19:54:58.288645+0000 mgr.a (mgr.14403) 6438 : audit 0 from='client.137424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:00.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:00 smithi079 bash[28699]: cluster 2023-12-07T19:55:00.044902+0000 mgr.a (mgr.14403) 6439 : cluster 0 pgmap v4803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:55:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:00 smithi194 bash[32038]: cluster 2023-12-07T19:55:00.044902+0000 mgr.a (mgr.14403) 6439 : cluster 0 pgmap v4803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:55:00.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:00 smithi135 bash[32435]: cluster 2023-12-07T19:55:00.044902+0000 mgr.a (mgr.14403) 6439 : cluster 0 pgmap v4803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T19:55:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:03 smithi079 bash[28699]: cluster 2023-12-07T19:55:02.045514+0000 mgr.a (mgr.14403) 6440 : cluster 0 pgmap v4804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:55:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:03 smithi194 bash[32038]: cluster 2023-12-07T19:55:02.045514+0000 mgr.a (mgr.14403) 6440 : cluster 0 pgmap v4804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:55:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:03 smithi135 bash[32435]: cluster 2023-12-07T19:55:02.045514+0000 mgr.a (mgr.14403) 6440 : cluster 0 pgmap v4804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T19:55:03.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:55:03.754 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:03.755 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:04.643 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:55:04.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:04.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:04.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:04.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:55:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:05 smithi079 bash[28699]: cluster 2023-12-07T19:55:04.046251+0000 mgr.a (mgr.14403) 6441 : cluster 0 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-07T19:55:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:05 smithi079 bash[28699]: audit 2023-12-07T19:55:04.160253+0000 mgr.a (mgr.14403) 6442 : audit 0 from='client.137499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:05 smithi194 bash[32038]: cluster 2023-12-07T19:55:04.046251+0000 mgr.a (mgr.14403) 6441 : cluster 0 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-07T19:55:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:05 smithi194 bash[32038]: audit 2023-12-07T19:55:04.160253+0000 mgr.a (mgr.14403) 6442 : audit 0 from='client.137499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:05 smithi135 bash[32435]: cluster 2023-12-07T19:55:04.046251+0000 mgr.a (mgr.14403) 6441 : cluster 0 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-07T19:55:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:05 smithi135 bash[32435]: audit 2023-12-07T19:55:04.160253+0000 mgr.a (mgr.14403) 6442 : audit 0 from='client.137499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:07 smithi079 bash[28699]: cluster 2023-12-07T19:55:06.046929+0000 mgr.a (mgr.14403) 6443 : cluster 0 pgmap v4806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:07 smithi194 bash[32038]: cluster 2023-12-07T19:55:06.046929+0000 mgr.a (mgr.14403) 6443 : cluster 0 pgmap v4806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:07 smithi135 bash[32435]: cluster 2023-12-07T19:55:06.046929+0000 mgr.a (mgr.14403) 6443 : cluster 0 pgmap v4806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:09.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:09 smithi079 bash[28699]: cluster 2023-12-07T19:55:08.047502+0000 mgr.a (mgr.14403) 6444 : cluster 0 pgmap v4807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:09.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:55:09.647 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:09.647 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:09 smithi194 bash[32038]: cluster 2023-12-07T19:55:08.047502+0000 mgr.a (mgr.14403) 6444 : cluster 0 pgmap v4807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:09 smithi135 bash[32435]: cluster 2023-12-07T19:55:08.047502+0000 mgr.a (mgr.14403) 6444 : cluster 0 pgmap v4807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:55:10.541 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:55:10.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:10.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:10.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:10.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:55:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:11 smithi079 bash[28699]: audit 2023-12-07T19:55:10.040611+0000 mgr.a (mgr.14403) 6445 : audit 0 from='client.137571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:11 smithi079 bash[28699]: cluster 2023-12-07T19:55:10.053872+0000 mgr.a (mgr.14403) 6446 : cluster 0 pgmap v4808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:11 smithi194 bash[32038]: audit 2023-12-07T19:55:10.040611+0000 mgr.a (mgr.14403) 6445 : audit 0 from='client.137571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:11 smithi194 bash[32038]: cluster 2023-12-07T19:55:10.053872+0000 mgr.a (mgr.14403) 6446 : cluster 0 pgmap v4808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:11 smithi135 bash[32435]: audit 2023-12-07T19:55:10.040611+0000 mgr.a (mgr.14403) 6445 : audit 0 from='client.137571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:11 smithi135 bash[32435]: cluster 2023-12-07T19:55:10.053872+0000 mgr.a (mgr.14403) 6446 : cluster 0 pgmap v4808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:13 smithi079 bash[28699]: cluster 2023-12-07T19:55:12.054552+0000 mgr.a (mgr.14403) 6447 : cluster 0 pgmap v4809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:55:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:13 smithi194 bash[32038]: cluster 2023-12-07T19:55:12.054552+0000 mgr.a (mgr.14403) 6447 : cluster 0 pgmap v4809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:55:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:13 smithi135 bash[32435]: cluster 2023-12-07T19:55:12.054552+0000 mgr.a (mgr.14403) 6447 : cluster 0 pgmap v4809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T19:55:15.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:55:15.543 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:15.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:15 smithi079 bash[28699]: cluster 2023-12-07T19:55:14.055375+0000 mgr.a (mgr.14403) 6448 : cluster 0 pgmap v4810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:55:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:15 smithi194 bash[32038]: cluster 2023-12-07T19:55:14.055375+0000 mgr.a (mgr.14403) 6448 : cluster 0 pgmap v4810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:55:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:15 smithi135 bash[32435]: cluster 2023-12-07T19:55:14.055375+0000 mgr.a (mgr.14403) 6448 : cluster 0 pgmap v4810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T19:55:16.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:16.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:16.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:16.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:55:16.450 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:55:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:17 smithi079 bash[28699]: audit 2023-12-07T19:55:15.938291+0000 mgr.a (mgr.14403) 6449 : audit 0 from='client.137646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:17 smithi079 bash[28699]: cluster 2023-12-07T19:55:16.055984+0000 mgr.a (mgr.14403) 6450 : cluster 0 pgmap v4811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:17 smithi194 bash[32038]: audit 2023-12-07T19:55:15.938291+0000 mgr.a (mgr.14403) 6449 : audit 0 from='client.137646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:17 smithi194 bash[32038]: cluster 2023-12-07T19:55:16.055984+0000 mgr.a (mgr.14403) 6450 : cluster 0 pgmap v4811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:17 smithi135 bash[32435]: audit 2023-12-07T19:55:15.938291+0000 mgr.a (mgr.14403) 6449 : audit 0 from='client.137646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:17 smithi135 bash[32435]: cluster 2023-12-07T19:55:16.055984+0000 mgr.a (mgr.14403) 6450 : cluster 0 pgmap v4811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:19 smithi079 bash[28699]: cluster 2023-12-07T19:55:18.056658+0000 mgr.a (mgr.14403) 6451 : cluster 0 pgmap v4812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:19 smithi194 bash[32038]: cluster 2023-12-07T19:55:18.056658+0000 mgr.a (mgr.14403) 6451 : cluster 0 pgmap v4812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:19 smithi135 bash[32435]: cluster 2023-12-07T19:55:18.056658+0000 mgr.a (mgr.14403) 6451 : cluster 0 pgmap v4812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:21.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:55:21.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:21.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:21 smithi079 bash[28699]: cluster 2023-12-07T19:55:20.057495+0000 mgr.a (mgr.14403) 6452 : cluster 0 pgmap v4813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:21 smithi194 bash[32038]: cluster 2023-12-07T19:55:20.057495+0000 mgr.a (mgr.14403) 6452 : cluster 0 pgmap v4813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:21 smithi135 bash[32435]: cluster 2023-12-07T19:55:20.057495+0000 mgr.a (mgr.14403) 6452 : cluster 0 pgmap v4813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:22.351 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:55:22.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:22.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:22.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:22.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:55:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:23 smithi079 bash[28699]: audit 2023-12-07T19:55:21.854551+0000 mgr.a (mgr.14403) 6453 : audit 0 from='client.137724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:23 smithi079 bash[28699]: cluster 2023-12-07T19:55:22.058014+0000 mgr.a (mgr.14403) 6454 : cluster 0 pgmap v4814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:23 smithi194 bash[32038]: audit 2023-12-07T19:55:21.854551+0000 mgr.a (mgr.14403) 6453 : audit 0 from='client.137724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:23 smithi194 bash[32038]: cluster 2023-12-07T19:55:22.058014+0000 mgr.a (mgr.14403) 6454 : cluster 0 pgmap v4814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:23 smithi135 bash[32435]: audit 2023-12-07T19:55:21.854551+0000 mgr.a (mgr.14403) 6453 : audit 0 from='client.137724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:23 smithi135 bash[32435]: cluster 2023-12-07T19:55:22.058014+0000 mgr.a (mgr.14403) 6454 : cluster 0 pgmap v4814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:25 smithi079 bash[28699]: cluster 2023-12-07T19:55:24.059040+0000 mgr.a (mgr.14403) 6455 : cluster 0 pgmap v4815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:25 smithi194 bash[32038]: cluster 2023-12-07T19:55:24.059040+0000 mgr.a (mgr.14403) 6455 : cluster 0 pgmap v4815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:25 smithi135 bash[32435]: cluster 2023-12-07T19:55:24.059040+0000 mgr.a (mgr.14403) 6455 : cluster 0 pgmap v4815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:27.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:55:27.354 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:27.354 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:27 smithi194 bash[32038]: cluster 2023-12-07T19:55:26.059579+0000 mgr.a (mgr.14403) 6456 : cluster 0 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-07T19:55:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:27 smithi135 bash[32435]: cluster 2023-12-07T19:55:26.059579+0000 mgr.a (mgr.14403) 6456 : cluster 0 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-07T19:55:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:27 smithi079 bash[28699]: cluster 2023-12-07T19:55:26.059579+0000 mgr.a (mgr.14403) 6456 : cluster 0 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-07T19:55:28.279 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:55:28.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:28.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:28.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:28.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:55:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:29 smithi194 bash[32038]: audit 2023-12-07T19:55:27.759217+0000 mgr.a (mgr.14403) 6457 : audit 0 from='client.137802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:29 smithi194 bash[32038]: cluster 2023-12-07T19:55:28.060346+0000 mgr.a (mgr.14403) 6458 : cluster 0 pgmap v4817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:29 smithi135 bash[32435]: audit 2023-12-07T19:55:27.759217+0000 mgr.a (mgr.14403) 6457 : audit 0 from='client.137802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:29 smithi135 bash[32435]: cluster 2023-12-07T19:55:28.060346+0000 mgr.a (mgr.14403) 6458 : cluster 0 pgmap v4817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:29 smithi079 bash[28699]: audit 2023-12-07T19:55:27.759217+0000 mgr.a (mgr.14403) 6457 : audit 0 from='client.137802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:29 smithi079 bash[28699]: cluster 2023-12-07T19:55:28.060346+0000 mgr.a (mgr.14403) 6458 : cluster 0 pgmap v4817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:31 smithi194 bash[32038]: cluster 2023-12-07T19:55:30.061254+0000 mgr.a (mgr.14403) 6459 : cluster 0 pgmap v4818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:31 smithi135 bash[32435]: cluster 2023-12-07T19:55:30.061254+0000 mgr.a (mgr.14403) 6459 : cluster 0 pgmap v4818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:31 smithi079 bash[28699]: cluster 2023-12-07T19:55:30.061254+0000 mgr.a (mgr.14403) 6459 : cluster 0 pgmap v4818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:33.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:55:33.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:33.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:33 smithi194 bash[32038]: cluster 2023-12-07T19:55:32.061995+0000 mgr.a (mgr.14403) 6460 : cluster 0 pgmap v4819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:33 smithi135 bash[32435]: cluster 2023-12-07T19:55:32.061995+0000 mgr.a (mgr.14403) 6460 : cluster 0 pgmap v4819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:33 smithi079 bash[28699]: cluster 2023-12-07T19:55:32.061995+0000 mgr.a (mgr.14403) 6460 : cluster 0 pgmap v4819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:34.205 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:55:34.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:34.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:34.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:34.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:55:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:35 smithi194 bash[32038]: audit 2023-12-07T19:55:33.690377+0000 mgr.a (mgr.14403) 6461 : audit 0 from='client.137880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:35 smithi194 bash[32038]: cluster 2023-12-07T19:55:34.075961+0000 mgr.a (mgr.14403) 6462 : cluster 0 pgmap v4820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:35 smithi135 bash[32435]: audit 2023-12-07T19:55:33.690377+0000 mgr.a (mgr.14403) 6461 : audit 0 from='client.137880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:35 smithi135 bash[32435]: cluster 2023-12-07T19:55:34.075961+0000 mgr.a (mgr.14403) 6462 : cluster 0 pgmap v4820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:35 smithi079 bash[28699]: audit 2023-12-07T19:55:33.690377+0000 mgr.a (mgr.14403) 6461 : audit 0 from='client.137880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:35 smithi079 bash[28699]: cluster 2023-12-07T19:55:34.075961+0000 mgr.a (mgr.14403) 6462 : cluster 0 pgmap v4820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:36 smithi194 bash[32038]: audit 2023-12-07T19:55:35.454923+0000 mon.a (mon.0) 1354 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:55:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:36 smithi194 bash[32038]: audit 2023-12-07T19:55:35.984717+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:55:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:36 smithi194 bash[32038]: audit 2023-12-07T19:55:35.991585+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:55:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:36 smithi135 bash[32435]: audit 2023-12-07T19:55:35.454923+0000 mon.a (mon.0) 1354 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:55:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:36 smithi135 bash[32435]: audit 2023-12-07T19:55:35.984717+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:55:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:36 smithi135 bash[32435]: audit 2023-12-07T19:55:35.991585+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:55:36.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:36 smithi079 bash[28699]: audit 2023-12-07T19:55:35.454923+0000 mon.a (mon.0) 1354 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:55:36.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:36 smithi079 bash[28699]: audit 2023-12-07T19:55:35.984717+0000 mon.a (mon.0) 1355 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:55:36.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:36 smithi079 bash[28699]: audit 2023-12-07T19:55:35.991585+0000 mon.a (mon.0) 1356 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:55:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:37 smithi194 bash[32038]: cluster 2023-12-07T19:55:36.076685+0000 mgr.a (mgr.14403) 6463 : cluster 0 pgmap v4821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:55:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:37 smithi194 bash[32038]: audit 2023-12-07T19:55:36.734454+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:55:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:37 smithi194 bash[32038]: audit 2023-12-07T19:55:36.735549+0000 mon.a (mon.0) 1358 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:55:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:37 smithi194 bash[32038]: audit 2023-12-07T19:55:36.744517+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:55:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:37 smithi135 bash[32435]: cluster 2023-12-07T19:55:36.076685+0000 mgr.a (mgr.14403) 6463 : cluster 0 pgmap v4821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:55:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:37 smithi135 bash[32435]: audit 2023-12-07T19:55:36.734454+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:55:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:37 smithi135 bash[32435]: audit 2023-12-07T19:55:36.735549+0000 mon.a (mon.0) 1358 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:55:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:37 smithi135 bash[32435]: audit 2023-12-07T19:55:36.744517+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:55:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:37 smithi079 bash[28699]: cluster 2023-12-07T19:55:36.076685+0000 mgr.a (mgr.14403) 6463 : cluster 0 pgmap v4821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:55:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:37 smithi079 bash[28699]: audit 2023-12-07T19:55:36.734454+0000 mon.a (mon.0) 1357 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:55:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:37 smithi079 bash[28699]: audit 2023-12-07T19:55:36.735549+0000 mon.a (mon.0) 1358 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:55:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:37 smithi079 bash[28699]: audit 2023-12-07T19:55:36.744517+0000 mon.a (mon.0) 1359 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:55:39.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:55:39.209 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:39.209 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:39 smithi194 bash[32038]: cluster 2023-12-07T19:55:38.077365+0000 mgr.a (mgr.14403) 6464 : cluster 0 pgmap v4822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:55:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:39 smithi135 bash[32435]: cluster 2023-12-07T19:55:38.077365+0000 mgr.a (mgr.14403) 6464 : cluster 0 pgmap v4822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:55:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:39 smithi079 bash[28699]: cluster 2023-12-07T19:55:38.077365+0000 mgr.a (mgr.14403) 6464 : cluster 0 pgmap v4822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:55:40.110 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:55:40.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:40.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:40.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:40.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:55:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:41 smithi194 bash[32038]: audit 2023-12-07T19:55:39.623793+0000 mgr.a (mgr.14403) 6465 : audit 0 from='client.137958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:41 smithi194 bash[32038]: cluster 2023-12-07T19:55:40.078285+0000 mgr.a (mgr.14403) 6466 : cluster 0 pgmap v4823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:41 smithi135 bash[32435]: audit 2023-12-07T19:55:39.623793+0000 mgr.a (mgr.14403) 6465 : audit 0 from='client.137958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:41 smithi135 bash[32435]: cluster 2023-12-07T19:55:40.078285+0000 mgr.a (mgr.14403) 6466 : cluster 0 pgmap v4823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:41 smithi079 bash[28699]: audit 2023-12-07T19:55:39.623793+0000 mgr.a (mgr.14403) 6465 : audit 0 from='client.137958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:41 smithi079 bash[28699]: cluster 2023-12-07T19:55:40.078285+0000 mgr.a (mgr.14403) 6466 : cluster 0 pgmap v4823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:43 smithi194 bash[32038]: cluster 2023-12-07T19:55:42.078860+0000 mgr.a (mgr.14403) 6467 : cluster 0 pgmap v4824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:55:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:43 smithi135 bash[32435]: cluster 2023-12-07T19:55:42.078860+0000 mgr.a (mgr.14403) 6467 : cluster 0 pgmap v4824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:55:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:43 smithi079 bash[28699]: cluster 2023-12-07T19:55:42.078860+0000 mgr.a (mgr.14403) 6467 : cluster 0 pgmap v4824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T19:55:45.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:55:45.114 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:45.114 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:45 smithi194 bash[32038]: cluster 2023-12-07T19:55:44.079558+0000 mgr.a (mgr.14403) 6468 : cluster 0 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-07T19:55:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:45 smithi135 bash[32435]: cluster 2023-12-07T19:55:44.079558+0000 mgr.a (mgr.14403) 6468 : cluster 0 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-07T19:55:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:45 smithi079 bash[28699]: cluster 2023-12-07T19:55:44.079558+0000 mgr.a (mgr.14403) 6468 : cluster 0 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-07T19:55:46.004 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:55:46.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:46.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:46.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:46.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:55:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:47 smithi194 bash[32038]: audit 2023-12-07T19:55:45.517732+0000 mgr.a (mgr.14403) 6469 : audit 0 from='client.138036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:47 smithi194 bash[32038]: cluster 2023-12-07T19:55:46.080321+0000 mgr.a (mgr.14403) 6470 : cluster 0 pgmap v4826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:47 smithi135 bash[32435]: audit 2023-12-07T19:55:45.517732+0000 mgr.a (mgr.14403) 6469 : audit 0 from='client.138036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:47 smithi135 bash[32435]: cluster 2023-12-07T19:55:46.080321+0000 mgr.a (mgr.14403) 6470 : cluster 0 pgmap v4826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:47 smithi079 bash[28699]: audit 2023-12-07T19:55:45.517732+0000 mgr.a (mgr.14403) 6469 : audit 0 from='client.138036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:47 smithi079 bash[28699]: cluster 2023-12-07T19:55:46.080321+0000 mgr.a (mgr.14403) 6470 : cluster 0 pgmap v4826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:49 smithi194 bash[32038]: cluster 2023-12-07T19:55:48.080937+0000 mgr.a (mgr.14403) 6471 : cluster 0 pgmap v4827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:49 smithi135 bash[32435]: cluster 2023-12-07T19:55:48.080937+0000 mgr.a (mgr.14403) 6471 : cluster 0 pgmap v4827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:49 smithi079 bash[28699]: cluster 2023-12-07T19:55:48.080937+0000 mgr.a (mgr.14403) 6471 : cluster 0 pgmap v4827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:51.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:55:51.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:51.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:51 smithi194 bash[32038]: cluster 2023-12-07T19:55:50.081704+0000 mgr.a (mgr.14403) 6472 : cluster 0 pgmap v4828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:51 smithi135 bash[32435]: cluster 2023-12-07T19:55:50.081704+0000 mgr.a (mgr.14403) 6472 : cluster 0 pgmap v4828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:51 smithi079 bash[28699]: cluster 2023-12-07T19:55:50.081704+0000 mgr.a (mgr.14403) 6472 : cluster 0 pgmap v4828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:51.918 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:55:51.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:51.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:51.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:51.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:55:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:52 smithi194 bash[32038]: audit 2023-12-07T19:55:51.423767+0000 mgr.a (mgr.14403) 6473 : audit 0 from='client.138108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:52 smithi135 bash[32435]: audit 2023-12-07T19:55:51.423767+0000 mgr.a (mgr.14403) 6473 : audit 0 from='client.138108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:52.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:52 smithi079 bash[28699]: audit 2023-12-07T19:55:51.423767+0000 mgr.a (mgr.14403) 6473 : audit 0 from='client.138108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:53 smithi079 bash[28699]: cluster 2023-12-07T19:55:52.082467+0000 mgr.a (mgr.14403) 6474 : cluster 0 pgmap v4829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:53 smithi194 bash[32038]: cluster 2023-12-07T19:55:52.082467+0000 mgr.a (mgr.14403) 6474 : cluster 0 pgmap v4829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:53 smithi135 bash[32435]: cluster 2023-12-07T19:55:52.082467+0000 mgr.a (mgr.14403) 6474 : cluster 0 pgmap v4829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:55 smithi079 bash[28699]: cluster 2023-12-07T19:55:54.083479+0000 mgr.a (mgr.14403) 6475 : cluster 0 pgmap v4830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:55 smithi194 bash[32038]: cluster 2023-12-07T19:55:54.083479+0000 mgr.a (mgr.14403) 6475 : cluster 0 pgmap v4830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:55 smithi135 bash[32435]: cluster 2023-12-07T19:55:54.083479+0000 mgr.a (mgr.14403) 6475 : cluster 0 pgmap v4830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:55:56.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:55:56.923 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:55:56.923 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:55:57.847 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:55:57.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:55:57.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:55:57.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:55:57.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:55:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:57 smithi079 bash[28699]: cluster 2023-12-07T19:55:56.084072+0000 mgr.a (mgr.14403) 6476 : cluster 0 pgmap v4831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:57 smithi194 bash[32038]: cluster 2023-12-07T19:55:56.084072+0000 mgr.a (mgr.14403) 6476 : cluster 0 pgmap v4831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:57 smithi135 bash[32435]: cluster 2023-12-07T19:55:56.084072+0000 mgr.a (mgr.14403) 6476 : cluster 0 pgmap v4831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:58.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:58 smithi079 bash[28699]: audit 2023-12-07T19:55:57.329210+0000 mgr.a (mgr.14403) 6477 : audit 0 from='client.138186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:58 smithi194 bash[32038]: audit 2023-12-07T19:55:57.329210+0000 mgr.a (mgr.14403) 6477 : audit 0 from='client.138186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:58 smithi135 bash[32435]: audit 2023-12-07T19:55:57.329210+0000 mgr.a (mgr.14403) 6477 : audit 0 from='client.138186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:55:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:55:59 smithi079 bash[28699]: cluster 2023-12-07T19:55:58.084866+0000 mgr.a (mgr.14403) 6478 : cluster 0 pgmap v4832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:55:59 smithi194 bash[32038]: cluster 2023-12-07T19:55:58.084866+0000 mgr.a (mgr.14403) 6478 : cluster 0 pgmap v4832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:55:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:55:59 smithi135 bash[32435]: cluster 2023-12-07T19:55:58.084866+0000 mgr.a (mgr.14403) 6478 : cluster 0 pgmap v4832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:01 smithi079 bash[28699]: cluster 2023-12-07T19:56:00.085698+0000 mgr.a (mgr.14403) 6479 : cluster 0 pgmap v4833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:01 smithi194 bash[32038]: cluster 2023-12-07T19:56:00.085698+0000 mgr.a (mgr.14403) 6479 : cluster 0 pgmap v4833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:01.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:01 smithi135 bash[32435]: cluster 2023-12-07T19:56:00.085698+0000 mgr.a (mgr.14403) 6479 : cluster 0 pgmap v4833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:02.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:56:02.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:02.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:03.709 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:56:03.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:03.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:03.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:03.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:56:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:03 smithi079 bash[28699]: cluster 2023-12-07T19:56:02.086263+0000 mgr.a (mgr.14403) 6480 : cluster 0 pgmap v4834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:03 smithi194 bash[32038]: cluster 2023-12-07T19:56:02.086263+0000 mgr.a (mgr.14403) 6480 : cluster 0 pgmap v4834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:03 smithi135 bash[32435]: cluster 2023-12-07T19:56:02.086263+0000 mgr.a (mgr.14403) 6480 : cluster 0 pgmap v4834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:04.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:04 smithi079 bash[28699]: audit 2023-12-07T19:56:03.255339+0000 mgr.a (mgr.14403) 6481 : audit 0 from='client.138255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:04 smithi194 bash[32038]: audit 2023-12-07T19:56:03.255339+0000 mgr.a (mgr.14403) 6481 : audit 0 from='client.138255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:04.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:04 smithi135 bash[32435]: audit 2023-12-07T19:56:03.255339+0000 mgr.a (mgr.14403) 6481 : audit 0 from='client.138255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:05 smithi079 bash[28699]: cluster 2023-12-07T19:56:04.087290+0000 mgr.a (mgr.14403) 6482 : cluster 0 pgmap v4835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:56:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:05 smithi194 bash[32038]: cluster 2023-12-07T19:56:04.087290+0000 mgr.a (mgr.14403) 6482 : cluster 0 pgmap v4835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:56:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:05 smithi135 bash[32435]: cluster 2023-12-07T19:56:04.087290+0000 mgr.a (mgr.14403) 6482 : cluster 0 pgmap v4835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:56:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:07 smithi079 bash[28699]: cluster 2023-12-07T19:56:06.087833+0000 mgr.a (mgr.14403) 6483 : cluster 0 pgmap v4836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:56:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:07 smithi194 bash[32038]: cluster 2023-12-07T19:56:06.087833+0000 mgr.a (mgr.14403) 6483 : cluster 0 pgmap v4836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:56:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:07 smithi135 bash[32435]: cluster 2023-12-07T19:56:06.087833+0000 mgr.a (mgr.14403) 6483 : cluster 0 pgmap v4836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:56:08.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:56:08.713 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:08.713 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:08 smithi079 bash[28699]: cluster 2023-12-07T19:56:08.088400+0000 mgr.a (mgr.14403) 6484 : cluster 0 pgmap v4837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:56:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:08 smithi194 bash[32038]: cluster 2023-12-07T19:56:08.088400+0000 mgr.a (mgr.14403) 6484 : cluster 0 pgmap v4837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:56:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:08 smithi135 bash[32435]: cluster 2023-12-07T19:56:08.088400+0000 mgr.a (mgr.14403) 6484 : cluster 0 pgmap v4837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:56:09.626 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:56:09.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:09.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:09.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:09.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:56:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:09 smithi079 bash[28699]: audit 2023-12-07T19:56:09.122046+0000 mgr.a (mgr.14403) 6485 : audit 0 from='client.138330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:09 smithi194 bash[32038]: audit 2023-12-07T19:56:09.122046+0000 mgr.a (mgr.14403) 6485 : audit 0 from='client.138330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:09 smithi135 bash[32435]: audit 2023-12-07T19:56:09.122046+0000 mgr.a (mgr.14403) 6485 : audit 0 from='client.138330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:10.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:10 smithi079 bash[28699]: cluster 2023-12-07T19:56:10.089602+0000 mgr.a (mgr.14403) 6486 : cluster 0 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-07T19:56:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:10 smithi194 bash[32038]: cluster 2023-12-07T19:56:10.089602+0000 mgr.a (mgr.14403) 6486 : cluster 0 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-07T19:56:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:10 smithi135 bash[32435]: cluster 2023-12-07T19:56:10.089602+0000 mgr.a (mgr.14403) 6486 : cluster 0 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-07T19:56:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:13 smithi079 bash[28699]: cluster 2023-12-07T19:56:12.090228+0000 mgr.a (mgr.14403) 6487 : cluster 0 pgmap v4839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:13 smithi194 bash[32038]: cluster 2023-12-07T19:56:12.090228+0000 mgr.a (mgr.14403) 6487 : cluster 0 pgmap v4839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:13 smithi135 bash[32435]: cluster 2023-12-07T19:56:12.090228+0000 mgr.a (mgr.14403) 6487 : cluster 0 pgmap v4839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:14.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:56:14.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:14.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:15.549 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:56:15.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:15.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:15.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:15.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:56:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:15 smithi079 bash[28699]: cluster 2023-12-07T19:56:14.090905+0000 mgr.a (mgr.14403) 6488 : cluster 0 pgmap v4840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:15 smithi194 bash[32038]: cluster 2023-12-07T19:56:14.090905+0000 mgr.a (mgr.14403) 6488 : cluster 0 pgmap v4840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:15 smithi135 bash[32435]: cluster 2023-12-07T19:56:14.090905+0000 mgr.a (mgr.14403) 6488 : cluster 0 pgmap v4840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:16 smithi079 bash[28699]: audit 2023-12-07T19:56:15.032267+0000 mgr.a (mgr.14403) 6489 : audit 0 from='client.138408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:16 smithi194 bash[32038]: audit 2023-12-07T19:56:15.032267+0000 mgr.a (mgr.14403) 6489 : audit 0 from='client.138408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:16 smithi135 bash[32435]: audit 2023-12-07T19:56:15.032267+0000 mgr.a (mgr.14403) 6489 : audit 0 from='client.138408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:17 smithi079 bash[28699]: cluster 2023-12-07T19:56:16.091768+0000 mgr.a (mgr.14403) 6490 : cluster 0 pgmap v4841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:56:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:17 smithi194 bash[32038]: cluster 2023-12-07T19:56:16.091768+0000 mgr.a (mgr.14403) 6490 : cluster 0 pgmap v4841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:56:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:17 smithi135 bash[32435]: cluster 2023-12-07T19:56:16.091768+0000 mgr.a (mgr.14403) 6490 : cluster 0 pgmap v4841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:56:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:19 smithi079 bash[28699]: cluster 2023-12-07T19:56:18.092506+0000 mgr.a (mgr.14403) 6491 : cluster 0 pgmap v4842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:56:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:19 smithi194 bash[32038]: cluster 2023-12-07T19:56:18.092506+0000 mgr.a (mgr.14403) 6491 : cluster 0 pgmap v4842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:56:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:19 smithi135 bash[32435]: cluster 2023-12-07T19:56:18.092506+0000 mgr.a (mgr.14403) 6491 : cluster 0 pgmap v4842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:56:20.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:56:20.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:20.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:21.453 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:56:21.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:21.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:21.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:21.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:56:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:21 smithi194 bash[32038]: cluster 2023-12-07T19:56:20.093510+0000 mgr.a (mgr.14403) 6492 : cluster 0 pgmap v4843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:56:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:21 smithi135 bash[32435]: cluster 2023-12-07T19:56:20.093510+0000 mgr.a (mgr.14403) 6492 : cluster 0 pgmap v4843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:56:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:21 smithi079 bash[28699]: cluster 2023-12-07T19:56:20.093510+0000 mgr.a (mgr.14403) 6492 : cluster 0 pgmap v4843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:56:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:22 smithi194 bash[32038]: audit 2023-12-07T19:56:20.953047+0000 mgr.a (mgr.14403) 6493 : audit 0 from='client.138483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:22 smithi135 bash[32435]: audit 2023-12-07T19:56:20.953047+0000 mgr.a (mgr.14403) 6493 : audit 0 from='client.138483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:22.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:22 smithi079 bash[28699]: audit 2023-12-07T19:56:20.953047+0000 mgr.a (mgr.14403) 6493 : audit 0 from='client.138483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:23 smithi194 bash[32038]: cluster 2023-12-07T19:56:22.094265+0000 mgr.a (mgr.14403) 6494 : cluster 0 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-07T19:56:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:23 smithi135 bash[32435]: cluster 2023-12-07T19:56:22.094265+0000 mgr.a (mgr.14403) 6494 : cluster 0 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-07T19:56:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:23 smithi079 bash[28699]: cluster 2023-12-07T19:56:22.094265+0000 mgr.a (mgr.14403) 6494 : cluster 0 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-07T19:56:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:25 smithi194 bash[32038]: cluster 2023-12-07T19:56:24.095215+0000 mgr.a (mgr.14403) 6495 : cluster 0 pgmap v4845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:25 smithi135 bash[32435]: cluster 2023-12-07T19:56:24.095215+0000 mgr.a (mgr.14403) 6495 : cluster 0 pgmap v4845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:25 smithi079 bash[28699]: cluster 2023-12-07T19:56:24.095215+0000 mgr.a (mgr.14403) 6495 : cluster 0 pgmap v4845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:26.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:56:26.457 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:26.457 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:27.337 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:56:27.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:27.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:27.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:27.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:56:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:27 smithi194 bash[32038]: cluster 2023-12-07T19:56:26.095960+0000 mgr.a (mgr.14403) 6496 : cluster 0 pgmap v4846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:27 smithi135 bash[32435]: cluster 2023-12-07T19:56:26.095960+0000 mgr.a (mgr.14403) 6496 : cluster 0 pgmap v4846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:27 smithi079 bash[28699]: cluster 2023-12-07T19:56:26.095960+0000 mgr.a (mgr.14403) 6496 : cluster 0 pgmap v4846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:28 smithi194 bash[32038]: audit 2023-12-07T19:56:26.855264+0000 mgr.a (mgr.14403) 6497 : audit 0 from='client.138558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:28 smithi135 bash[32435]: audit 2023-12-07T19:56:26.855264+0000 mgr.a (mgr.14403) 6497 : audit 0 from='client.138558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:28.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:28 smithi079 bash[28699]: audit 2023-12-07T19:56:26.855264+0000 mgr.a (mgr.14403) 6497 : audit 0 from='client.138558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:29 smithi194 bash[32038]: cluster 2023-12-07T19:56:28.096655+0000 mgr.a (mgr.14403) 6498 : cluster 0 pgmap v4847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:29 smithi135 bash[32435]: cluster 2023-12-07T19:56:28.096655+0000 mgr.a (mgr.14403) 6498 : cluster 0 pgmap v4847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:29 smithi079 bash[28699]: cluster 2023-12-07T19:56:28.096655+0000 mgr.a (mgr.14403) 6498 : cluster 0 pgmap v4847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:31 smithi194 bash[32038]: cluster 2023-12-07T19:56:30.097439+0000 mgr.a (mgr.14403) 6499 : cluster 0 pgmap v4848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:31 smithi135 bash[32435]: cluster 2023-12-07T19:56:30.097439+0000 mgr.a (mgr.14403) 6499 : cluster 0 pgmap v4848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:31 smithi079 bash[28699]: cluster 2023-12-07T19:56:30.097439+0000 mgr.a (mgr.14403) 6499 : cluster 0 pgmap v4848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:32.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:56:32.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:32.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:33.244 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:56:33.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:33.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:33.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:33.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:56:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:33 smithi194 bash[32038]: cluster 2023-12-07T19:56:32.098008+0000 mgr.a (mgr.14403) 6500 : cluster 0 pgmap v4849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:33 smithi135 bash[32435]: cluster 2023-12-07T19:56:32.098008+0000 mgr.a (mgr.14403) 6500 : cluster 0 pgmap v4849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:33 smithi079 bash[28699]: cluster 2023-12-07T19:56:32.098008+0000 mgr.a (mgr.14403) 6500 : cluster 0 pgmap v4849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:34 smithi194 bash[32038]: audit 2023-12-07T19:56:32.749760+0000 mgr.a (mgr.14403) 6501 : audit 0 from='client.138627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:34 smithi135 bash[32435]: audit 2023-12-07T19:56:32.749760+0000 mgr.a (mgr.14403) 6501 : audit 0 from='client.138627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:34.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:34 smithi079 bash[28699]: audit 2023-12-07T19:56:32.749760+0000 mgr.a (mgr.14403) 6501 : audit 0 from='client.138627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:35 smithi194 bash[32038]: cluster 2023-12-07T19:56:34.098891+0000 mgr.a (mgr.14403) 6502 : cluster 0 pgmap v4850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:35 smithi135 bash[32435]: cluster 2023-12-07T19:56:34.098891+0000 mgr.a (mgr.14403) 6502 : cluster 0 pgmap v4850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:35 smithi079 bash[28699]: cluster 2023-12-07T19:56:34.098891+0000 mgr.a (mgr.14403) 6502 : cluster 0 pgmap v4850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:37 smithi194 bash[32038]: cluster 2023-12-07T19:56:36.099439+0000 mgr.a (mgr.14403) 6503 : cluster 0 pgmap v4851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:37 smithi194 bash[32038]: audit 2023-12-07T19:56:36.846740+0000 mon.a (mon.0) 1360 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:56:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:37 smithi194 bash[32038]: audit 2023-12-07T19:56:37.377596+0000 mon.a (mon.0) 1361 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:56:37.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:37 smithi194 bash[32038]: audit 2023-12-07T19:56:37.390704+0000 mon.a (mon.0) 1362 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:56:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:37 smithi135 bash[32435]: cluster 2023-12-07T19:56:36.099439+0000 mgr.a (mgr.14403) 6503 : cluster 0 pgmap v4851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:37 smithi135 bash[32435]: audit 2023-12-07T19:56:36.846740+0000 mon.a (mon.0) 1360 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:56:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:37 smithi135 bash[32435]: audit 2023-12-07T19:56:37.377596+0000 mon.a (mon.0) 1361 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:56:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:37 smithi135 bash[32435]: audit 2023-12-07T19:56:37.390704+0000 mon.a (mon.0) 1362 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:56:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:37 smithi079 bash[28699]: cluster 2023-12-07T19:56:36.099439+0000 mgr.a (mgr.14403) 6503 : cluster 0 pgmap v4851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:37 smithi079 bash[28699]: audit 2023-12-07T19:56:36.846740+0000 mon.a (mon.0) 1360 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:56:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:37 smithi079 bash[28699]: audit 2023-12-07T19:56:37.377596+0000 mon.a (mon.0) 1361 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:56:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:37 smithi079 bash[28699]: audit 2023-12-07T19:56:37.390704+0000 mon.a (mon.0) 1362 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:56:38.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:56:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:38 smithi194 bash[32038]: audit 2023-12-07T19:56:38.082270+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:56:38.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:38 smithi194 bash[32038]: audit 2023-12-07T19:56:38.084035+0000 mon.a (mon.0) 1364 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:56:38.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:38 smithi194 bash[32038]: audit 2023-12-07T19:56:38.092970+0000 mon.a (mon.0) 1365 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:56:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:38 smithi135 bash[32435]: audit 2023-12-07T19:56:38.082270+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:56:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:38 smithi135 bash[32435]: audit 2023-12-07T19:56:38.084035+0000 mon.a (mon.0) 1364 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:56:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:38 smithi135 bash[32435]: audit 2023-12-07T19:56:38.092970+0000 mon.a (mon.0) 1365 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:56:38.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:38 smithi079 bash[28699]: audit 2023-12-07T19:56:38.082270+0000 mon.a (mon.0) 1363 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:56:38.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:38 smithi079 bash[28699]: audit 2023-12-07T19:56:38.084035+0000 mon.a (mon.0) 1364 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:56:38.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:38 smithi079 bash[28699]: audit 2023-12-07T19:56:38.092970+0000 mon.a (mon.0) 1365 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:56:39.165 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:56:39.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:39.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:39.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:39.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:56:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:39 smithi135 bash[32435]: cluster 2023-12-07T19:56:38.099861+0000 mgr.a (mgr.14403) 6504 : cluster 0 pgmap v4852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:39 smithi079 bash[28699]: cluster 2023-12-07T19:56:38.099861+0000 mgr.a (mgr.14403) 6504 : cluster 0 pgmap v4852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:39 smithi194 bash[32038]: cluster 2023-12-07T19:56:38.099861+0000 mgr.a (mgr.14403) 6504 : cluster 0 pgmap v4852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:40.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:40 smithi079 bash[28699]: audit 2023-12-07T19:56:38.655242+0000 mgr.a (mgr.14403) 6505 : audit 0 from='client.138699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:40 smithi194 bash[32038]: audit 2023-12-07T19:56:38.655242+0000 mgr.a (mgr.14403) 6505 : audit 0 from='client.138699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:40 smithi135 bash[32435]: audit 2023-12-07T19:56:38.655242+0000 mgr.a (mgr.14403) 6505 : audit 0 from='client.138699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:41 smithi079 bash[28699]: cluster 2023-12-07T19:56:40.100940+0000 mgr.a (mgr.14403) 6506 : cluster 0 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-07T19:56:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:41 smithi194 bash[32038]: cluster 2023-12-07T19:56:40.100940+0000 mgr.a (mgr.14403) 6506 : cluster 0 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-07T19:56:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:41 smithi135 bash[32435]: cluster 2023-12-07T19:56:40.100940+0000 mgr.a (mgr.14403) 6506 : cluster 0 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-07T19:56:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:43 smithi079 bash[28699]: cluster 2023-12-07T19:56:42.101720+0000 mgr.a (mgr.14403) 6507 : cluster 0 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-07T19:56:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:43 smithi194 bash[32038]: cluster 2023-12-07T19:56:42.101720+0000 mgr.a (mgr.14403) 6507 : cluster 0 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-07T19:56:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:43 smithi135 bash[32435]: cluster 2023-12-07T19:56:42.101720+0000 mgr.a (mgr.14403) 6507 : cluster 0 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-07T19:56:44.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:56:44.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:44.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:45.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:45.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:45.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:45.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:56:45.080 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:56:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:45 smithi079 bash[28699]: cluster 2023-12-07T19:56:44.102444+0000 mgr.a (mgr.14403) 6508 : cluster 0 pgmap v4855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:45 smithi194 bash[32038]: cluster 2023-12-07T19:56:44.102444+0000 mgr.a (mgr.14403) 6508 : cluster 0 pgmap v4855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:45 smithi135 bash[32435]: cluster 2023-12-07T19:56:44.102444+0000 mgr.a (mgr.14403) 6508 : cluster 0 pgmap v4855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:46.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:46 smithi079 bash[28699]: audit 2023-12-07T19:56:44.572793+0000 mgr.a (mgr.14403) 6509 : audit 0 from='client.138777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:46 smithi194 bash[32038]: audit 2023-12-07T19:56:44.572793+0000 mgr.a (mgr.14403) 6509 : audit 0 from='client.138777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:46.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:46 smithi135 bash[32435]: audit 2023-12-07T19:56:44.572793+0000 mgr.a (mgr.14403) 6509 : audit 0 from='client.138777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:47 smithi079 bash[28699]: cluster 2023-12-07T19:56:46.103167+0000 mgr.a (mgr.14403) 6510 : cluster 0 pgmap v4856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:47 smithi194 bash[32038]: cluster 2023-12-07T19:56:46.103167+0000 mgr.a (mgr.14403) 6510 : cluster 0 pgmap v4856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:47 smithi135 bash[32435]: cluster 2023-12-07T19:56:46.103167+0000 mgr.a (mgr.14403) 6510 : cluster 0 pgmap v4856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:56:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:49 smithi079 bash[28699]: cluster 2023-12-07T19:56:48.103695+0000 mgr.a (mgr.14403) 6511 : cluster 0 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-07T19:56:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:49 smithi194 bash[32038]: cluster 2023-12-07T19:56:48.103695+0000 mgr.a (mgr.14403) 6511 : cluster 0 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-07T19:56:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:49 smithi135 bash[32435]: cluster 2023-12-07T19:56:48.103695+0000 mgr.a (mgr.14403) 6511 : cluster 0 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-07T19:56:50.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:56:50.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:50.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:50.989 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:56:50.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:50.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:50.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:50.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:56:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:51 smithi079 bash[28699]: cluster 2023-12-07T19:56:50.104437+0000 mgr.a (mgr.14403) 6512 : cluster 0 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-07T19:56:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:51 smithi079 bash[28699]: audit 2023-12-07T19:56:50.478449+0000 mgr.a (mgr.14403) 6513 : audit 0 from='client.138849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:51 smithi194 bash[32038]: cluster 2023-12-07T19:56:50.104437+0000 mgr.a (mgr.14403) 6512 : cluster 0 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-07T19:56:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:51 smithi194 bash[32038]: audit 2023-12-07T19:56:50.478449+0000 mgr.a (mgr.14403) 6513 : audit 0 from='client.138849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:51 smithi135 bash[32435]: cluster 2023-12-07T19:56:50.104437+0000 mgr.a (mgr.14403) 6512 : cluster 0 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-07T19:56:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:51 smithi135 bash[32435]: audit 2023-12-07T19:56:50.478449+0000 mgr.a (mgr.14403) 6513 : audit 0 from='client.138849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:53 smithi079 bash[28699]: cluster 2023-12-07T19:56:52.105099+0000 mgr.a (mgr.14403) 6514 : cluster 0 pgmap v4859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:53 smithi194 bash[32038]: cluster 2023-12-07T19:56:52.105099+0000 mgr.a (mgr.14403) 6514 : cluster 0 pgmap v4859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:53 smithi135 bash[32435]: cluster 2023-12-07T19:56:52.105099+0000 mgr.a (mgr.14403) 6514 : cluster 0 pgmap v4859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:55 smithi079 bash[28699]: cluster 2023-12-07T19:56:54.106055+0000 mgr.a (mgr.14403) 6515 : cluster 0 pgmap v4860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:55 smithi194 bash[32038]: cluster 2023-12-07T19:56:54.106055+0000 mgr.a (mgr.14403) 6515 : cluster 0 pgmap v4860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:55 smithi135 bash[32435]: cluster 2023-12-07T19:56:54.106055+0000 mgr.a (mgr.14403) 6515 : cluster 0 pgmap v4860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:56:55.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:56:55.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:56:55.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:56:56.904 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:56:56.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:56:56.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:56:56.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:56:56.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:56:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:57 smithi079 bash[28699]: cluster 2023-12-07T19:56:56.106765+0000 mgr.a (mgr.14403) 6516 : cluster 0 pgmap v4861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:57 smithi079 bash[28699]: audit 2023-12-07T19:56:56.402583+0000 mgr.a (mgr.14403) 6517 : audit 0 from='client.138927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:57 smithi194 bash[32038]: cluster 2023-12-07T19:56:56.106765+0000 mgr.a (mgr.14403) 6516 : cluster 0 pgmap v4861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:57 smithi194 bash[32038]: audit 2023-12-07T19:56:56.402583+0000 mgr.a (mgr.14403) 6517 : audit 0 from='client.138927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:57 smithi135 bash[32435]: cluster 2023-12-07T19:56:56.106765+0000 mgr.a (mgr.14403) 6516 : cluster 0 pgmap v4861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:56:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:57 smithi135 bash[32435]: audit 2023-12-07T19:56:56.402583+0000 mgr.a (mgr.14403) 6517 : audit 0 from='client.138927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:56:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:56:59 smithi079 bash[28699]: cluster 2023-12-07T19:56:58.107453+0000 mgr.a (mgr.14403) 6518 : cluster 0 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-07T19:56:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:56:59 smithi194 bash[32038]: cluster 2023-12-07T19:56:58.107453+0000 mgr.a (mgr.14403) 6518 : cluster 0 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-07T19:56:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:56:59 smithi135 bash[32435]: cluster 2023-12-07T19:56:58.107453+0000 mgr.a (mgr.14403) 6518 : cluster 0 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-07T19:57:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:01 smithi079 bash[28699]: cluster 2023-12-07T19:57:00.108201+0000 mgr.a (mgr.14403) 6519 : cluster 0 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-07T19:57:01.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:57:01.907 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:01.907 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:01 smithi194 bash[32038]: cluster 2023-12-07T19:57:00.108201+0000 mgr.a (mgr.14403) 6519 : cluster 0 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-07T19:57:01.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:01 smithi135 bash[32435]: cluster 2023-12-07T19:57:00.108201+0000 mgr.a (mgr.14403) 6519 : cluster 0 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-07T19:57:02.819 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:57:02.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:02.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:02.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:02.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:57:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:03 smithi079 bash[28699]: cluster 2023-12-07T19:57:02.108758+0000 mgr.a (mgr.14403) 6520 : cluster 0 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-07T19:57:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:03 smithi079 bash[28699]: audit 2023-12-07T19:57:02.313451+0000 mgr.a (mgr.14403) 6521 : audit 0 from='client.139005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:03 smithi194 bash[32038]: cluster 2023-12-07T19:57:02.108758+0000 mgr.a (mgr.14403) 6520 : cluster 0 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-07T19:57:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:03 smithi194 bash[32038]: audit 2023-12-07T19:57:02.313451+0000 mgr.a (mgr.14403) 6521 : audit 0 from='client.139005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:03 smithi135 bash[32435]: cluster 2023-12-07T19:57:02.108758+0000 mgr.a (mgr.14403) 6520 : cluster 0 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-07T19:57:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:03 smithi135 bash[32435]: audit 2023-12-07T19:57:02.313451+0000 mgr.a (mgr.14403) 6521 : audit 0 from='client.139005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:05 smithi079 bash[28699]: cluster 2023-12-07T19:57:04.109599+0000 mgr.a (mgr.14403) 6522 : cluster 0 pgmap v4865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:05 smithi194 bash[32038]: cluster 2023-12-07T19:57:04.109599+0000 mgr.a (mgr.14403) 6522 : cluster 0 pgmap v4865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:05 smithi135 bash[32435]: cluster 2023-12-07T19:57:04.109599+0000 mgr.a (mgr.14403) 6522 : cluster 0 pgmap v4865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:07 smithi079 bash[28699]: cluster 2023-12-07T19:57:06.110149+0000 mgr.a (mgr.14403) 6523 : cluster 0 pgmap v4866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:07 smithi194 bash[32038]: cluster 2023-12-07T19:57:06.110149+0000 mgr.a (mgr.14403) 6523 : cluster 0 pgmap v4866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:07 smithi135 bash[32435]: cluster 2023-12-07T19:57:06.110149+0000 mgr.a (mgr.14403) 6523 : cluster 0 pgmap v4866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:07.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:57:07.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:07.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:08.717 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:57:08.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:08.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:08.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:08.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:57:09.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:09 smithi194 bash[32038]: cluster 2023-12-07T19:57:08.110685+0000 mgr.a (mgr.14403) 6524 : cluster 0 pgmap v4867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:09.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:09 smithi194 bash[32038]: audit 2023-12-07T19:57:08.225312+0000 mgr.a (mgr.14403) 6525 : audit 0 from='client.139083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:09 smithi135 bash[32435]: cluster 2023-12-07T19:57:08.110685+0000 mgr.a (mgr.14403) 6524 : cluster 0 pgmap v4867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:09 smithi135 bash[32435]: audit 2023-12-07T19:57:08.225312+0000 mgr.a (mgr.14403) 6525 : audit 0 from='client.139083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:09 smithi079 bash[28699]: cluster 2023-12-07T19:57:08.110685+0000 mgr.a (mgr.14403) 6524 : cluster 0 pgmap v4867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:09 smithi079 bash[28699]: audit 2023-12-07T19:57:08.225312+0000 mgr.a (mgr.14403) 6525 : audit 0 from='client.139083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:11 smithi194 bash[32038]: cluster 2023-12-07T19:57:10.111645+0000 mgr.a (mgr.14403) 6526 : cluster 0 pgmap v4868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:57:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:11 smithi135 bash[32435]: cluster 2023-12-07T19:57:10.111645+0000 mgr.a (mgr.14403) 6526 : cluster 0 pgmap v4868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:57:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:11 smithi079 bash[28699]: cluster 2023-12-07T19:57:10.111645+0000 mgr.a (mgr.14403) 6526 : cluster 0 pgmap v4868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:57:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:13 smithi194 bash[32038]: cluster 2023-12-07T19:57:12.112224+0000 mgr.a (mgr.14403) 6527 : cluster 0 pgmap v4869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:57:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:13 smithi135 bash[32435]: cluster 2023-12-07T19:57:12.112224+0000 mgr.a (mgr.14403) 6527 : cluster 0 pgmap v4869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:57:13.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:57:13.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:13.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:13 smithi079 bash[28699]: cluster 2023-12-07T19:57:12.112224+0000 mgr.a (mgr.14403) 6527 : cluster 0 pgmap v4869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:57:14.649 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:57:14.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:14.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:14.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:14.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:57:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:15 smithi194 bash[32038]: cluster 2023-12-07T19:57:14.112937+0000 mgr.a (mgr.14403) 6528 : cluster 0 pgmap v4870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:15 smithi194 bash[32038]: audit 2023-12-07T19:57:14.127497+0000 mgr.a (mgr.14403) 6529 : audit 0 from='client.139158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:15 smithi135 bash[32435]: cluster 2023-12-07T19:57:14.112937+0000 mgr.a (mgr.14403) 6528 : cluster 0 pgmap v4870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:15 smithi135 bash[32435]: audit 2023-12-07T19:57:14.127497+0000 mgr.a (mgr.14403) 6529 : audit 0 from='client.139158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:15 smithi079 bash[28699]: cluster 2023-12-07T19:57:14.112937+0000 mgr.a (mgr.14403) 6528 : cluster 0 pgmap v4870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:15 smithi079 bash[28699]: audit 2023-12-07T19:57:14.127497+0000 mgr.a (mgr.14403) 6529 : audit 0 from='client.139158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:17 smithi194 bash[32038]: cluster 2023-12-07T19:57:16.113578+0000 mgr.a (mgr.14403) 6530 : cluster 0 pgmap v4871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:17 smithi135 bash[32435]: cluster 2023-12-07T19:57:16.113578+0000 mgr.a (mgr.14403) 6530 : cluster 0 pgmap v4871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:17 smithi079 bash[28699]: cluster 2023-12-07T19:57:16.113578+0000 mgr.a (mgr.14403) 6530 : cluster 0 pgmap v4871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:19.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:57:19.651 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:19.651 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:19 smithi194 bash[32038]: cluster 2023-12-07T19:57:18.114144+0000 mgr.a (mgr.14403) 6531 : cluster 0 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-07T19:57:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:19 smithi135 bash[32435]: cluster 2023-12-07T19:57:18.114144+0000 mgr.a (mgr.14403) 6531 : cluster 0 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-07T19:57:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:19 smithi079 bash[28699]: cluster 2023-12-07T19:57:18.114144+0000 mgr.a (mgr.14403) 6531 : cluster 0 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-07T19:57:20.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:20.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:20.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:20.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:57:20.556 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:57:21.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:21 smithi194 bash[32038]: audit 2023-12-07T19:57:20.046565+0000 mgr.a (mgr.14403) 6532 : audit 0 from='client.139233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:21.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:21 smithi194 bash[32038]: cluster 2023-12-07T19:57:20.115271+0000 mgr.a (mgr.14403) 6533 : cluster 0 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-07T19:57:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:21 smithi135 bash[32435]: audit 2023-12-07T19:57:20.046565+0000 mgr.a (mgr.14403) 6532 : audit 0 from='client.139233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:21 smithi135 bash[32435]: cluster 2023-12-07T19:57:20.115271+0000 mgr.a (mgr.14403) 6533 : cluster 0 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-07T19:57:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:21 smithi079 bash[28699]: audit 2023-12-07T19:57:20.046565+0000 mgr.a (mgr.14403) 6532 : audit 0 from='client.139233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:21 smithi079 bash[28699]: cluster 2023-12-07T19:57:20.115271+0000 mgr.a (mgr.14403) 6533 : cluster 0 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-07T19:57:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:23 smithi194 bash[32038]: cluster 2023-12-07T19:57:22.115911+0000 mgr.a (mgr.14403) 6534 : cluster 0 pgmap v4874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:57:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:23 smithi135 bash[32435]: cluster 2023-12-07T19:57:22.115911+0000 mgr.a (mgr.14403) 6534 : cluster 0 pgmap v4874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:57:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:23 smithi079 bash[28699]: cluster 2023-12-07T19:57:22.115911+0000 mgr.a (mgr.14403) 6534 : cluster 0 pgmap v4874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:57:25.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:57:25.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:25.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:25 smithi194 bash[32038]: cluster 2023-12-07T19:57:24.116669+0000 mgr.a (mgr.14403) 6535 : cluster 0 pgmap v4875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:57:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:25 smithi135 bash[32435]: cluster 2023-12-07T19:57:24.116669+0000 mgr.a (mgr.14403) 6535 : cluster 0 pgmap v4875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:57:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:25 smithi079 bash[28699]: cluster 2023-12-07T19:57:24.116669+0000 mgr.a (mgr.14403) 6535 : cluster 0 pgmap v4875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:57:26.489 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:57:26.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:26.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:26.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:26.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:57:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:27 smithi194 bash[32038]: audit 2023-12-07T19:57:25.962258+0000 mgr.a (mgr.14403) 6536 : audit 0 from='client.139305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:27.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:27 smithi194 bash[32038]: cluster 2023-12-07T19:57:26.117354+0000 mgr.a (mgr.14403) 6537 : cluster 0 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-07T19:57:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:27 smithi135 bash[32435]: audit 2023-12-07T19:57:25.962258+0000 mgr.a (mgr.14403) 6536 : audit 0 from='client.139305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:27 smithi135 bash[32435]: cluster 2023-12-07T19:57:26.117354+0000 mgr.a (mgr.14403) 6537 : cluster 0 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-07T19:57:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:27 smithi079 bash[28699]: audit 2023-12-07T19:57:25.962258+0000 mgr.a (mgr.14403) 6536 : audit 0 from='client.139305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:27.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:27 smithi079 bash[28699]: cluster 2023-12-07T19:57:26.117354+0000 mgr.a (mgr.14403) 6537 : cluster 0 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-07T19:57:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:29 smithi194 bash[32038]: cluster 2023-12-07T19:57:28.118022+0000 mgr.a (mgr.14403) 6538 : cluster 0 pgmap v4877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:29 smithi135 bash[32435]: cluster 2023-12-07T19:57:28.118022+0000 mgr.a (mgr.14403) 6538 : cluster 0 pgmap v4877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:29 smithi079 bash[28699]: cluster 2023-12-07T19:57:28.118022+0000 mgr.a (mgr.14403) 6538 : cluster 0 pgmap v4877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:31.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:57:31.493 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:31.493 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:31 smithi194 bash[32038]: cluster 2023-12-07T19:57:30.118811+0000 mgr.a (mgr.14403) 6539 : cluster 0 pgmap v4878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:31 smithi135 bash[32435]: cluster 2023-12-07T19:57:30.118811+0000 mgr.a (mgr.14403) 6539 : cluster 0 pgmap v4878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:31 smithi079 bash[28699]: cluster 2023-12-07T19:57:30.118811+0000 mgr.a (mgr.14403) 6539 : cluster 0 pgmap v4878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:32.375 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:57:32.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:32.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:32.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:32.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:57:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:33 smithi194 bash[32038]: audit 2023-12-07T19:57:31.907645+0000 mgr.a (mgr.14403) 6540 : audit 0 from='client.139383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:33 smithi194 bash[32038]: cluster 2023-12-07T19:57:32.119308+0000 mgr.a (mgr.14403) 6541 : cluster 0 pgmap v4879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:33 smithi135 bash[32435]: audit 2023-12-07T19:57:31.907645+0000 mgr.a (mgr.14403) 6540 : audit 0 from='client.139383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:33 smithi135 bash[32435]: cluster 2023-12-07T19:57:32.119308+0000 mgr.a (mgr.14403) 6541 : cluster 0 pgmap v4879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:33 smithi079 bash[28699]: audit 2023-12-07T19:57:31.907645+0000 mgr.a (mgr.14403) 6540 : audit 0 from='client.139383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:33 smithi079 bash[28699]: cluster 2023-12-07T19:57:32.119308+0000 mgr.a (mgr.14403) 6541 : cluster 0 pgmap v4879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:35 smithi194 bash[32038]: cluster 2023-12-07T19:57:34.120094+0000 mgr.a (mgr.14403) 6542 : cluster 0 pgmap v4880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:35 smithi135 bash[32435]: cluster 2023-12-07T19:57:34.120094+0000 mgr.a (mgr.14403) 6542 : cluster 0 pgmap v4880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:35 smithi079 bash[28699]: cluster 2023-12-07T19:57:34.120094+0000 mgr.a (mgr.14403) 6542 : cluster 0 pgmap v4880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:57:37.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:57:37.379 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:37.379 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:37 smithi135 bash[32435]: cluster 2023-12-07T19:57:36.120669+0000 mgr.a (mgr.14403) 6543 : cluster 0 pgmap v4881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:37 smithi079 bash[28699]: cluster 2023-12-07T19:57:36.120669+0000 mgr.a (mgr.14403) 6543 : cluster 0 pgmap v4881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:37 smithi194 bash[32038]: cluster 2023-12-07T19:57:36.120669+0000 mgr.a (mgr.14403) 6543 : cluster 0 pgmap v4881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:38.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:38.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:38.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:38.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:57:38.300 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:57:38.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:38 smithi079 bash[28699]: audit 2023-12-07T19:57:38.195888+0000 mon.a (mon.0) 1366 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:57:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:38 smithi194 bash[32038]: audit 2023-12-07T19:57:38.195888+0000 mon.a (mon.0) 1366 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:57:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:38 smithi135 bash[32435]: audit 2023-12-07T19:57:38.195888+0000 mon.a (mon.0) 1366 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:57:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:39 smithi079 bash[28699]: audit 2023-12-07T19:57:37.784945+0000 mgr.a (mgr.14403) 6544 : audit 0 from='client.139452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:39 smithi079 bash[28699]: cluster 2023-12-07T19:57:38.121602+0000 mgr.a (mgr.14403) 6545 : cluster 0 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-07T19:57:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:39 smithi079 bash[28699]: audit 2023-12-07T19:57:38.986764+0000 mon.a (mon.0) 1367 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:57:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:39 smithi079 bash[28699]: audit 2023-12-07T19:57:38.988282+0000 mon.a (mon.0) 1368 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:57:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:39 smithi079 bash[28699]: audit 2023-12-07T19:57:38.997265+0000 mon.a (mon.0) 1369 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:57:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:39 smithi194 bash[32038]: audit 2023-12-07T19:57:37.784945+0000 mgr.a (mgr.14403) 6544 : audit 0 from='client.139452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:39 smithi194 bash[32038]: cluster 2023-12-07T19:57:38.121602+0000 mgr.a (mgr.14403) 6545 : cluster 0 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-07T19:57:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:39 smithi194 bash[32038]: audit 2023-12-07T19:57:38.986764+0000 mon.a (mon.0) 1367 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:57:39.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:39 smithi194 bash[32038]: audit 2023-12-07T19:57:38.988282+0000 mon.a (mon.0) 1368 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:57:39.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:39 smithi194 bash[32038]: audit 2023-12-07T19:57:38.997265+0000 mon.a (mon.0) 1369 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:57:39.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:39 smithi135 bash[32435]: audit 2023-12-07T19:57:37.784945+0000 mgr.a (mgr.14403) 6544 : audit 0 from='client.139452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:39.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:39 smithi135 bash[32435]: cluster 2023-12-07T19:57:38.121602+0000 mgr.a (mgr.14403) 6545 : cluster 0 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-07T19:57:39.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:39 smithi135 bash[32435]: audit 2023-12-07T19:57:38.986764+0000 mon.a (mon.0) 1367 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:57:39.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:39 smithi135 bash[32435]: audit 2023-12-07T19:57:38.988282+0000 mon.a (mon.0) 1368 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:57:39.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:39 smithi135 bash[32435]: audit 2023-12-07T19:57:38.997265+0000 mon.a (mon.0) 1369 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:57:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:41 smithi079 bash[28699]: cluster 2023-12-07T19:57:40.122555+0000 mgr.a (mgr.14403) 6546 : cluster 0 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-07T19:57:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:41 smithi194 bash[32038]: cluster 2023-12-07T19:57:40.122555+0000 mgr.a (mgr.14403) 6546 : cluster 0 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-07T19:57:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:41 smithi135 bash[32435]: cluster 2023-12-07T19:57:40.122555+0000 mgr.a (mgr.14403) 6546 : cluster 0 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-07T19:57:43.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:57:43.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:43.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:43.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:43 smithi079 bash[28699]: cluster 2023-12-07T19:57:42.123294+0000 mgr.a (mgr.14403) 6547 : cluster 0 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-07T19:57:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:43 smithi194 bash[32038]: cluster 2023-12-07T19:57:42.123294+0000 mgr.a (mgr.14403) 6547 : cluster 0 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-07T19:57:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:43 smithi135 bash[32435]: cluster 2023-12-07T19:57:42.123294+0000 mgr.a (mgr.14403) 6547 : cluster 0 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-07T19:57:44.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:44.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:44.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:44.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:57:44.170 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:57:45.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:45 smithi079 bash[28699]: audit 2023-12-07T19:57:43.698771+0000 mgr.a (mgr.14403) 6548 : audit 0 from='client.139530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:45.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:45 smithi079 bash[28699]: cluster 2023-12-07T19:57:44.123997+0000 mgr.a (mgr.14403) 6549 : cluster 0 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-07T19:57:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:45 smithi194 bash[32038]: audit 2023-12-07T19:57:43.698771+0000 mgr.a (mgr.14403) 6548 : audit 0 from='client.139530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:45 smithi194 bash[32038]: cluster 2023-12-07T19:57:44.123997+0000 mgr.a (mgr.14403) 6549 : cluster 0 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-07T19:57:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:45 smithi135 bash[32435]: audit 2023-12-07T19:57:43.698771+0000 mgr.a (mgr.14403) 6548 : audit 0 from='client.139530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:45 smithi135 bash[32435]: cluster 2023-12-07T19:57:44.123997+0000 mgr.a (mgr.14403) 6549 : cluster 0 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-07T19:57:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:47 smithi079 bash[28699]: cluster 2023-12-07T19:57:46.124552+0000 mgr.a (mgr.14403) 6550 : cluster 0 pgmap v4886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:47 smithi194 bash[32038]: cluster 2023-12-07T19:57:46.124552+0000 mgr.a (mgr.14403) 6550 : cluster 0 pgmap v4886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:47 smithi135 bash[32435]: cluster 2023-12-07T19:57:46.124552+0000 mgr.a (mgr.14403) 6550 : cluster 0 pgmap v4886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:49.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:57:49.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:49.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:49 smithi079 bash[28699]: cluster 2023-12-07T19:57:48.125103+0000 mgr.a (mgr.14403) 6551 : cluster 0 pgmap v4887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:49 smithi194 bash[32038]: cluster 2023-12-07T19:57:48.125103+0000 mgr.a (mgr.14403) 6551 : cluster 0 pgmap v4887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:49 smithi135 bash[32435]: cluster 2023-12-07T19:57:48.125103+0000 mgr.a (mgr.14403) 6551 : cluster 0 pgmap v4887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:50.082 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:57:50.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:50.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:50.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:50.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:57:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:51 smithi079 bash[28699]: audit 2023-12-07T19:57:49.577482+0000 mgr.a (mgr.14403) 6552 : audit 0 from='client.139608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:51 smithi079 bash[28699]: cluster 2023-12-07T19:57:50.126062+0000 mgr.a (mgr.14403) 6553 : cluster 0 pgmap v4888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:51 smithi194 bash[32038]: audit 2023-12-07T19:57:49.577482+0000 mgr.a (mgr.14403) 6552 : audit 0 from='client.139608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:51 smithi194 bash[32038]: cluster 2023-12-07T19:57:50.126062+0000 mgr.a (mgr.14403) 6553 : cluster 0 pgmap v4888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:51 smithi135 bash[32435]: audit 2023-12-07T19:57:49.577482+0000 mgr.a (mgr.14403) 6552 : audit 0 from='client.139608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:51 smithi135 bash[32435]: cluster 2023-12-07T19:57:50.126062+0000 mgr.a (mgr.14403) 6553 : cluster 0 pgmap v4888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:53 smithi079 bash[28699]: cluster 2023-12-07T19:57:52.126602+0000 mgr.a (mgr.14403) 6554 : cluster 0 pgmap v4889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:53 smithi194 bash[32038]: cluster 2023-12-07T19:57:52.126602+0000 mgr.a (mgr.14403) 6554 : cluster 0 pgmap v4889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:53 smithi135 bash[32435]: cluster 2023-12-07T19:57:52.126602+0000 mgr.a (mgr.14403) 6554 : cluster 0 pgmap v4889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:57:55.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:57:55.086 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:57:55.086 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:57:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:55 smithi079 bash[28699]: cluster 2023-12-07T19:57:54.127368+0000 mgr.a (mgr.14403) 6555 : cluster 0 pgmap v4890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:55 smithi194 bash[32038]: cluster 2023-12-07T19:57:54.127368+0000 mgr.a (mgr.14403) 6555 : cluster 0 pgmap v4890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:55 smithi135 bash[32435]: cluster 2023-12-07T19:57:54.127368+0000 mgr.a (mgr.14403) 6555 : cluster 0 pgmap v4890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:55.968 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:57:55.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:57:55.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:57:55.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:57:55.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:57:56.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:56 smithi079 bash[28699]: audit 2023-12-07T19:57:55.483504+0000 mgr.a (mgr.14403) 6556 : audit 0 from='client.139683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:56 smithi194 bash[32038]: audit 2023-12-07T19:57:55.483504+0000 mgr.a (mgr.14403) 6556 : audit 0 from='client.139683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:56 smithi135 bash[32435]: audit 2023-12-07T19:57:55.483504+0000 mgr.a (mgr.14403) 6556 : audit 0 from='client.139683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:57:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:57 smithi079 bash[28699]: cluster 2023-12-07T19:57:56.128042+0000 mgr.a (mgr.14403) 6557 : cluster 0 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-07T19:57:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:57 smithi194 bash[32038]: cluster 2023-12-07T19:57:56.128042+0000 mgr.a (mgr.14403) 6557 : cluster 0 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-07T19:57:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:57 smithi135 bash[32435]: cluster 2023-12-07T19:57:56.128042+0000 mgr.a (mgr.14403) 6557 : cluster 0 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-07T19:57:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:57:59 smithi079 bash[28699]: cluster 2023-12-07T19:57:58.128636+0000 mgr.a (mgr.14403) 6558 : cluster 0 pgmap v4892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:57:59 smithi194 bash[32038]: cluster 2023-12-07T19:57:58.128636+0000 mgr.a (mgr.14403) 6558 : cluster 0 pgmap v4892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:57:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:57:59 smithi135 bash[32435]: cluster 2023-12-07T19:57:58.128636+0000 mgr.a (mgr.14403) 6558 : cluster 0 pgmap v4892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:00.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:58:00.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:00.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:01.874 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:58:01.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:01.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:01.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:01.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:58:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:01 smithi079 bash[28699]: cluster 2023-12-07T19:58:00.129467+0000 mgr.a (mgr.14403) 6559 : cluster 0 pgmap v4893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:01 smithi194 bash[32038]: cluster 2023-12-07T19:58:00.129467+0000 mgr.a (mgr.14403) 6559 : cluster 0 pgmap v4893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:01 smithi135 bash[32435]: cluster 2023-12-07T19:58:00.129467+0000 mgr.a (mgr.14403) 6559 : cluster 0 pgmap v4893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:02.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:02 smithi079 bash[28699]: audit 2023-12-07T19:58:01.371458+0000 mgr.a (mgr.14403) 6560 : audit 0 from='client.139758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:02 smithi194 bash[32038]: audit 2023-12-07T19:58:01.371458+0000 mgr.a (mgr.14403) 6560 : audit 0 from='client.139758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:02 smithi135 bash[32435]: audit 2023-12-07T19:58:01.371458+0000 mgr.a (mgr.14403) 6560 : audit 0 from='client.139758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:03 smithi079 bash[28699]: cluster 2023-12-07T19:58:02.130331+0000 mgr.a (mgr.14403) 6561 : cluster 0 pgmap v4894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:03 smithi194 bash[32038]: cluster 2023-12-07T19:58:02.130331+0000 mgr.a (mgr.14403) 6561 : cluster 0 pgmap v4894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:03 smithi135 bash[32435]: cluster 2023-12-07T19:58:02.130331+0000 mgr.a (mgr.14403) 6561 : cluster 0 pgmap v4894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:04.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:04 smithi079 bash[28699]: cluster 2023-12-07T19:58:04.131209+0000 mgr.a (mgr.14403) 6562 : cluster 0 pgmap v4895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:04 smithi194 bash[32038]: cluster 2023-12-07T19:58:04.131209+0000 mgr.a (mgr.14403) 6562 : cluster 0 pgmap v4895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:04 smithi135 bash[32435]: cluster 2023-12-07T19:58:04.131209+0000 mgr.a (mgr.14403) 6562 : cluster 0 pgmap v4895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:06.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:58:06.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:06.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:07 smithi194 bash[32038]: cluster 2023-12-07T19:58:06.131814+0000 mgr.a (mgr.14403) 6563 : cluster 0 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-07T19:58:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:07 smithi135 bash[32435]: cluster 2023-12-07T19:58:06.131814+0000 mgr.a (mgr.14403) 6563 : cluster 0 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-07T19:58:07.770 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:58:07.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:07.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:07.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:07.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:58:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:07 smithi079 bash[28699]: cluster 2023-12-07T19:58:06.131814+0000 mgr.a (mgr.14403) 6563 : cluster 0 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-07T19:58:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:08 smithi194 bash[32038]: audit 2023-12-07T19:58:07.280397+0000 mgr.a (mgr.14403) 6564 : audit 0 from='client.139827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:08.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:08 smithi135 bash[32435]: audit 2023-12-07T19:58:07.280397+0000 mgr.a (mgr.14403) 6564 : audit 0 from='client.139827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:08 smithi079 bash[28699]: audit 2023-12-07T19:58:07.280397+0000 mgr.a (mgr.14403) 6564 : audit 0 from='client.139827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:09 smithi194 bash[32038]: cluster 2023-12-07T19:58:08.132554+0000 mgr.a (mgr.14403) 6565 : cluster 0 pgmap v4897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:09 smithi135 bash[32435]: cluster 2023-12-07T19:58:08.132554+0000 mgr.a (mgr.14403) 6565 : cluster 0 pgmap v4897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:09 smithi079 bash[28699]: cluster 2023-12-07T19:58:08.132554+0000 mgr.a (mgr.14403) 6565 : cluster 0 pgmap v4897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:11 smithi194 bash[32038]: cluster 2023-12-07T19:58:10.133305+0000 mgr.a (mgr.14403) 6566 : cluster 0 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-07T19:58:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:11 smithi135 bash[32435]: cluster 2023-12-07T19:58:10.133305+0000 mgr.a (mgr.14403) 6566 : cluster 0 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-07T19:58:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:11 smithi079 bash[28699]: cluster 2023-12-07T19:58:10.133305+0000 mgr.a (mgr.14403) 6566 : cluster 0 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-07T19:58:12.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:58:12.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:12.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:13.693 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:58:13.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:13.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:13.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:13.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:58:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:13 smithi194 bash[32038]: cluster 2023-12-07T19:58:12.133866+0000 mgr.a (mgr.14403) 6567 : cluster 0 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-07T19:58:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:13 smithi135 bash[32435]: cluster 2023-12-07T19:58:12.133866+0000 mgr.a (mgr.14403) 6567 : cluster 0 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-07T19:58:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:13 smithi079 bash[28699]: cluster 2023-12-07T19:58:12.133866+0000 mgr.a (mgr.14403) 6567 : cluster 0 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-07T19:58:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:14 smithi194 bash[32038]: audit 2023-12-07T19:58:13.179903+0000 mgr.a (mgr.14403) 6568 : audit 0 from='client.139905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:14 smithi135 bash[32435]: audit 2023-12-07T19:58:13.179903+0000 mgr.a (mgr.14403) 6568 : audit 0 from='client.139905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:14.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:14 smithi079 bash[28699]: audit 2023-12-07T19:58:13.179903+0000 mgr.a (mgr.14403) 6568 : audit 0 from='client.139905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:15 smithi194 bash[32038]: cluster 2023-12-07T19:58:14.135006+0000 mgr.a (mgr.14403) 6569 : cluster 0 pgmap v4900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:58:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:15 smithi135 bash[32435]: cluster 2023-12-07T19:58:14.135006+0000 mgr.a (mgr.14403) 6569 : cluster 0 pgmap v4900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:58:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:15 smithi079 bash[28699]: cluster 2023-12-07T19:58:14.135006+0000 mgr.a (mgr.14403) 6569 : cluster 0 pgmap v4900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:58:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:17 smithi194 bash[32038]: cluster 2023-12-07T19:58:16.135695+0000 mgr.a (mgr.14403) 6570 : cluster 0 pgmap v4901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:58:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:17 smithi135 bash[32435]: cluster 2023-12-07T19:58:16.135695+0000 mgr.a (mgr.14403) 6570 : cluster 0 pgmap v4901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:58:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:17 smithi079 bash[28699]: cluster 2023-12-07T19:58:16.135695+0000 mgr.a (mgr.14403) 6570 : cluster 0 pgmap v4901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:58:18.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:58:18.697 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:18.697 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:19.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:19.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:19.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:19.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:58:19.605 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:58:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:19 smithi194 bash[32038]: cluster 2023-12-07T19:58:18.136371+0000 mgr.a (mgr.14403) 6571 : cluster 0 pgmap v4902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:58:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:19 smithi135 bash[32435]: cluster 2023-12-07T19:58:18.136371+0000 mgr.a (mgr.14403) 6571 : cluster 0 pgmap v4902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:58:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:19 smithi079 bash[28699]: cluster 2023-12-07T19:58:18.136371+0000 mgr.a (mgr.14403) 6571 : cluster 0 pgmap v4902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:58:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:20 smithi194 bash[32038]: audit 2023-12-07T19:58:19.107378+0000 mgr.a (mgr.14403) 6572 : audit 0 from='client.139983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:20 smithi135 bash[32435]: audit 2023-12-07T19:58:19.107378+0000 mgr.a (mgr.14403) 6572 : audit 0 from='client.139983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:20 smithi079 bash[28699]: audit 2023-12-07T19:58:19.107378+0000 mgr.a (mgr.14403) 6572 : audit 0 from='client.139983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:21 smithi135 bash[32435]: cluster 2023-12-07T19:58:20.137362+0000 mgr.a (mgr.14403) 6573 : cluster 0 pgmap v4903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:21 smithi079 bash[28699]: cluster 2023-12-07T19:58:20.137362+0000 mgr.a (mgr.14403) 6573 : cluster 0 pgmap v4903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:21 smithi194 bash[32038]: cluster 2023-12-07T19:58:20.137362+0000 mgr.a (mgr.14403) 6573 : cluster 0 pgmap v4903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:23 smithi079 bash[28699]: cluster 2023-12-07T19:58:22.137889+0000 mgr.a (mgr.14403) 6574 : cluster 0 pgmap v4904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:23 smithi194 bash[32038]: cluster 2023-12-07T19:58:22.137889+0000 mgr.a (mgr.14403) 6574 : cluster 0 pgmap v4904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:23 smithi135 bash[32435]: cluster 2023-12-07T19:58:22.137889+0000 mgr.a (mgr.14403) 6574 : cluster 0 pgmap v4904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:24.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:58:24.607 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:24.607 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:25.499 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:58:25.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:25.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:25.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:25.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:58:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:25 smithi079 bash[28699]: cluster 2023-12-07T19:58:24.138622+0000 mgr.a (mgr.14403) 6575 : cluster 0 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-07T19:58:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:25 smithi194 bash[32038]: cluster 2023-12-07T19:58:24.138622+0000 mgr.a (mgr.14403) 6575 : cluster 0 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-07T19:58:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:25 smithi135 bash[32435]: cluster 2023-12-07T19:58:24.138622+0000 mgr.a (mgr.14403) 6575 : cluster 0 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-07T19:58:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:26 smithi079 bash[28699]: audit 2023-12-07T19:58:25.017938+0000 mgr.a (mgr.14403) 6576 : audit 0 from='client.140055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:26 smithi194 bash[32038]: audit 2023-12-07T19:58:25.017938+0000 mgr.a (mgr.14403) 6576 : audit 0 from='client.140055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:26 smithi135 bash[32435]: audit 2023-12-07T19:58:25.017938+0000 mgr.a (mgr.14403) 6576 : audit 0 from='client.140055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:27 smithi079 bash[28699]: cluster 2023-12-07T19:58:26.139352+0000 mgr.a (mgr.14403) 6577 : cluster 0 pgmap v4906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:58:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:27 smithi194 bash[32038]: cluster 2023-12-07T19:58:26.139352+0000 mgr.a (mgr.14403) 6577 : cluster 0 pgmap v4906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:58:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:27 smithi135 bash[32435]: cluster 2023-12-07T19:58:26.139352+0000 mgr.a (mgr.14403) 6577 : cluster 0 pgmap v4906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:58:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:29 smithi079 bash[28699]: cluster 2023-12-07T19:58:28.139933+0000 mgr.a (mgr.14403) 6578 : cluster 0 pgmap v4907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:58:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:29 smithi194 bash[32038]: cluster 2023-12-07T19:58:28.139933+0000 mgr.a (mgr.14403) 6578 : cluster 0 pgmap v4907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:58:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:29 smithi135 bash[32435]: cluster 2023-12-07T19:58:28.139933+0000 mgr.a (mgr.14403) 6578 : cluster 0 pgmap v4907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:58:30.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:58:30.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:30.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:31.399 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:58:31.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:31.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:31.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:31.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:58:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:31 smithi079 bash[28699]: cluster 2023-12-07T19:58:30.140739+0000 mgr.a (mgr.14403) 6579 : cluster 0 pgmap v4908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:58:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:31 smithi194 bash[32038]: cluster 2023-12-07T19:58:30.140739+0000 mgr.a (mgr.14403) 6579 : cluster 0 pgmap v4908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:58:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:31 smithi135 bash[32435]: cluster 2023-12-07T19:58:30.140739+0000 mgr.a (mgr.14403) 6579 : cluster 0 pgmap v4908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:58:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:32 smithi079 bash[28699]: audit 2023-12-07T19:58:30.897447+0000 mgr.a (mgr.14403) 6580 : audit 0 from='client.140133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:32 smithi194 bash[32038]: audit 2023-12-07T19:58:30.897447+0000 mgr.a (mgr.14403) 6580 : audit 0 from='client.140133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:32 smithi135 bash[32435]: audit 2023-12-07T19:58:30.897447+0000 mgr.a (mgr.14403) 6580 : audit 0 from='client.140133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:33 smithi079 bash[28699]: cluster 2023-12-07T19:58:32.141605+0000 mgr.a (mgr.14403) 6581 : cluster 0 pgmap v4909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:33 smithi194 bash[32038]: cluster 2023-12-07T19:58:32.141605+0000 mgr.a (mgr.14403) 6581 : cluster 0 pgmap v4909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:33 smithi135 bash[32435]: cluster 2023-12-07T19:58:32.141605+0000 mgr.a (mgr.14403) 6581 : cluster 0 pgmap v4909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:35 smithi079 bash[28699]: cluster 2023-12-07T19:58:34.142417+0000 mgr.a (mgr.14403) 6582 : cluster 0 pgmap v4910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:35 smithi194 bash[32038]: cluster 2023-12-07T19:58:34.142417+0000 mgr.a (mgr.14403) 6582 : cluster 0 pgmap v4910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:35 smithi135 bash[32435]: cluster 2023-12-07T19:58:34.142417+0000 mgr.a (mgr.14403) 6582 : cluster 0 pgmap v4910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:36.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:58:36.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:36.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:37.317 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:58:37.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:37.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:37.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:37.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:58:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:37 smithi079 bash[28699]: cluster 2023-12-07T19:58:36.142990+0000 mgr.a (mgr.14403) 6583 : cluster 0 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-07T19:58:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:37 smithi194 bash[32038]: cluster 2023-12-07T19:58:36.142990+0000 mgr.a (mgr.14403) 6583 : cluster 0 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-07T19:58:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:37 smithi135 bash[32435]: cluster 2023-12-07T19:58:36.142990+0000 mgr.a (mgr.14403) 6583 : cluster 0 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-07T19:58:38.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:38 smithi079 bash[28699]: audit 2023-12-07T19:58:36.810919+0000 mgr.a (mgr.14403) 6584 : audit 0 from='client.140208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:38 smithi194 bash[32038]: audit 2023-12-07T19:58:36.810919+0000 mgr.a (mgr.14403) 6584 : audit 0 from='client.140208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:38 smithi135 bash[32435]: audit 2023-12-07T19:58:36.810919+0000 mgr.a (mgr.14403) 6584 : audit 0 from='client.140208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:39 smithi079 bash[28699]: cluster 2023-12-07T19:58:38.143729+0000 mgr.a (mgr.14403) 6585 : cluster 0 pgmap v4912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:39 smithi079 bash[28699]: audit 2023-12-07T19:58:39.101254+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:58:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:39 smithi194 bash[32038]: cluster 2023-12-07T19:58:38.143729+0000 mgr.a (mgr.14403) 6585 : cluster 0 pgmap v4912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:39 smithi194 bash[32038]: audit 2023-12-07T19:58:39.101254+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:58:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:39 smithi135 bash[32435]: cluster 2023-12-07T19:58:38.143729+0000 mgr.a (mgr.14403) 6585 : cluster 0 pgmap v4912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:39 smithi135 bash[32435]: audit 2023-12-07T19:58:39.101254+0000 mon.a (mon.0) 1370 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:58:40.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:40 smithi079 bash[28699]: audit 2023-12-07T19:58:39.843822+0000 mon.a (mon.0) 1371 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:58:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:40 smithi079 bash[28699]: audit 2023-12-07T19:58:39.845568+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:58:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:40 smithi079 bash[28699]: audit 2023-12-07T19:58:39.855438+0000 mon.a (mon.0) 1373 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:58:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:40 smithi194 bash[32038]: audit 2023-12-07T19:58:39.843822+0000 mon.a (mon.0) 1371 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:58:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:40 smithi194 bash[32038]: audit 2023-12-07T19:58:39.845568+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:58:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:40 smithi194 bash[32038]: audit 2023-12-07T19:58:39.855438+0000 mon.a (mon.0) 1373 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:58:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:40 smithi135 bash[32435]: audit 2023-12-07T19:58:39.843822+0000 mon.a (mon.0) 1371 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:58:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:40 smithi135 bash[32435]: audit 2023-12-07T19:58:39.845568+0000 mon.a (mon.0) 1372 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:58:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:40 smithi135 bash[32435]: audit 2023-12-07T19:58:39.855438+0000 mon.a (mon.0) 1373 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:58:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:41 smithi079 bash[28699]: cluster 2023-12-07T19:58:40.144473+0000 mgr.a (mgr.14403) 6586 : cluster 0 pgmap v4913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:41 smithi194 bash[32038]: cluster 2023-12-07T19:58:40.144473+0000 mgr.a (mgr.14403) 6586 : cluster 0 pgmap v4913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:41 smithi135 bash[32435]: cluster 2023-12-07T19:58:40.144473+0000 mgr.a (mgr.14403) 6586 : cluster 0 pgmap v4913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:42.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:58:42.321 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:42.321 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:43.243 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:58:43.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:43.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:43.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:43.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:58:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:43 smithi079 bash[28699]: cluster 2023-12-07T19:58:42.145076+0000 mgr.a (mgr.14403) 6587 : cluster 0 pgmap v4914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:43 smithi194 bash[32038]: cluster 2023-12-07T19:58:42.145076+0000 mgr.a (mgr.14403) 6587 : cluster 0 pgmap v4914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:43 smithi135 bash[32435]: cluster 2023-12-07T19:58:42.145076+0000 mgr.a (mgr.14403) 6587 : cluster 0 pgmap v4914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:44.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:44 smithi079 bash[28699]: audit 2023-12-07T19:58:42.727442+0000 mgr.a (mgr.14403) 6588 : audit 0 from='client.140286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:44 smithi194 bash[32038]: audit 2023-12-07T19:58:42.727442+0000 mgr.a (mgr.14403) 6588 : audit 0 from='client.140286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:44 smithi135 bash[32435]: audit 2023-12-07T19:58:42.727442+0000 mgr.a (mgr.14403) 6588 : audit 0 from='client.140286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:45 smithi079 bash[28699]: cluster 2023-12-07T19:58:44.145977+0000 mgr.a (mgr.14403) 6589 : cluster 0 pgmap v4915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:45 smithi194 bash[32038]: cluster 2023-12-07T19:58:44.145977+0000 mgr.a (mgr.14403) 6589 : cluster 0 pgmap v4915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:45 smithi135 bash[32435]: cluster 2023-12-07T19:58:44.145977+0000 mgr.a (mgr.14403) 6589 : cluster 0 pgmap v4915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:58:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:47 smithi079 bash[28699]: cluster 2023-12-07T19:58:46.146543+0000 mgr.a (mgr.14403) 6590 : cluster 0 pgmap v4916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:47 smithi194 bash[32038]: cluster 2023-12-07T19:58:46.146543+0000 mgr.a (mgr.14403) 6590 : cluster 0 pgmap v4916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:47 smithi135 bash[32435]: cluster 2023-12-07T19:58:46.146543+0000 mgr.a (mgr.14403) 6590 : cluster 0 pgmap v4916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:48.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:58:48.247 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:48.247 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:49.137 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:58:49.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:49.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:49.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:49.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:58:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:49 smithi079 bash[28699]: cluster 2023-12-07T19:58:48.147169+0000 mgr.a (mgr.14403) 6591 : cluster 0 pgmap v4917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:49 smithi194 bash[32038]: cluster 2023-12-07T19:58:48.147169+0000 mgr.a (mgr.14403) 6591 : cluster 0 pgmap v4917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:49 smithi135 bash[32435]: cluster 2023-12-07T19:58:48.147169+0000 mgr.a (mgr.14403) 6591 : cluster 0 pgmap v4917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:50 smithi079 bash[28699]: audit 2023-12-07T19:58:48.648532+0000 mgr.a (mgr.14403) 6592 : audit 0 from='client.140364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:50 smithi194 bash[32038]: audit 2023-12-07T19:58:48.648532+0000 mgr.a (mgr.14403) 6592 : audit 0 from='client.140364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:50 smithi135 bash[32435]: audit 2023-12-07T19:58:48.648532+0000 mgr.a (mgr.14403) 6592 : audit 0 from='client.140364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:51 smithi079 bash[28699]: cluster 2023-12-07T19:58:50.148164+0000 mgr.a (mgr.14403) 6593 : cluster 0 pgmap v4918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:51 smithi194 bash[32038]: cluster 2023-12-07T19:58:50.148164+0000 mgr.a (mgr.14403) 6593 : cluster 0 pgmap v4918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:51 smithi135 bash[32435]: cluster 2023-12-07T19:58:50.148164+0000 mgr.a (mgr.14403) 6593 : cluster 0 pgmap v4918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:58:52.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:52 smithi079 bash[28699]: cluster 2023-12-07T19:58:52.148779+0000 mgr.a (mgr.14403) 6594 : cluster 0 pgmap v4919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:52 smithi194 bash[32038]: cluster 2023-12-07T19:58:52.148779+0000 mgr.a (mgr.14403) 6594 : cluster 0 pgmap v4919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:52 smithi135 bash[32435]: cluster 2023-12-07T19:58:52.148779+0000 mgr.a (mgr.14403) 6594 : cluster 0 pgmap v4919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:54.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:58:54.141 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:58:54.141 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:58:55.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:58:55.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:58:55.062 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:58:55.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:58:55.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:58:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:55 smithi135 bash[32435]: cluster 2023-12-07T19:58:54.149465+0000 mgr.a (mgr.14403) 6595 : cluster 0 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-07T19:58:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:55 smithi135 bash[32435]: audit 2023-12-07T19:58:54.540028+0000 mgr.a (mgr.14403) 6596 : audit 0 from='client.140439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:55 smithi079 bash[28699]: cluster 2023-12-07T19:58:54.149465+0000 mgr.a (mgr.14403) 6595 : cluster 0 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-07T19:58:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:55 smithi079 bash[28699]: audit 2023-12-07T19:58:54.540028+0000 mgr.a (mgr.14403) 6596 : audit 0 from='client.140439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:55 smithi194 bash[32038]: cluster 2023-12-07T19:58:54.149465+0000 mgr.a (mgr.14403) 6595 : cluster 0 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-07T19:58:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:55 smithi194 bash[32038]: audit 2023-12-07T19:58:54.540028+0000 mgr.a (mgr.14403) 6596 : audit 0 from='client.140439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:58:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:57 smithi194 bash[32038]: cluster 2023-12-07T19:58:56.150166+0000 mgr.a (mgr.14403) 6597 : cluster 0 pgmap v4921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:57 smithi135 bash[32435]: cluster 2023-12-07T19:58:56.150166+0000 mgr.a (mgr.14403) 6597 : cluster 0 pgmap v4921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:57 smithi079 bash[28699]: cluster 2023-12-07T19:58:56.150166+0000 mgr.a (mgr.14403) 6597 : cluster 0 pgmap v4921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:58:59 smithi194 bash[32038]: cluster 2023-12-07T19:58:58.150725+0000 mgr.a (mgr.14403) 6598 : cluster 0 pgmap v4922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:58:59 smithi135 bash[32435]: cluster 2023-12-07T19:58:58.150725+0000 mgr.a (mgr.14403) 6598 : cluster 0 pgmap v4922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:58:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:58:59 smithi079 bash[28699]: cluster 2023-12-07T19:58:58.150725+0000 mgr.a (mgr.14403) 6598 : cluster 0 pgmap v4922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:00.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:59:00.066 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:00.066 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:00.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:00.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:00.959 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:59:00.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:00.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:59:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:01 smithi194 bash[32038]: cluster 2023-12-07T19:59:00.151638+0000 mgr.a (mgr.14403) 6599 : cluster 0 pgmap v4923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:01 smithi194 bash[32038]: audit 2023-12-07T19:59:00.472021+0000 mgr.a (mgr.14403) 6600 : audit 0 from='client.140511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:01 smithi135 bash[32435]: cluster 2023-12-07T19:59:00.151638+0000 mgr.a (mgr.14403) 6599 : cluster 0 pgmap v4923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:01 smithi135 bash[32435]: audit 2023-12-07T19:59:00.472021+0000 mgr.a (mgr.14403) 6600 : audit 0 from='client.140511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:01 smithi079 bash[28699]: cluster 2023-12-07T19:59:00.151638+0000 mgr.a (mgr.14403) 6599 : cluster 0 pgmap v4923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:01 smithi079 bash[28699]: audit 2023-12-07T19:59:00.472021+0000 mgr.a (mgr.14403) 6600 : audit 0 from='client.140511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:03 smithi194 bash[32038]: cluster 2023-12-07T19:59:02.152381+0000 mgr.a (mgr.14403) 6601 : cluster 0 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-07T19:59:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:03 smithi135 bash[32435]: cluster 2023-12-07T19:59:02.152381+0000 mgr.a (mgr.14403) 6601 : cluster 0 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-07T19:59:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:03 smithi079 bash[28699]: cluster 2023-12-07T19:59:02.152381+0000 mgr.a (mgr.14403) 6601 : cluster 0 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-07T19:59:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:05 smithi194 bash[32038]: cluster 2023-12-07T19:59:04.153170+0000 mgr.a (mgr.14403) 6602 : cluster 0 pgmap v4925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:05 smithi135 bash[32435]: cluster 2023-12-07T19:59:04.153170+0000 mgr.a (mgr.14403) 6602 : cluster 0 pgmap v4925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:05 smithi079 bash[28699]: cluster 2023-12-07T19:59:04.153170+0000 mgr.a (mgr.14403) 6602 : cluster 0 pgmap v4925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:05.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:59:05.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:05.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:06.874 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:59:06.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:06.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:06.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:06.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:59:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:07 smithi194 bash[32038]: cluster 2023-12-07T19:59:06.153721+0000 mgr.a (mgr.14403) 6603 : cluster 0 pgmap v4926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:07 smithi194 bash[32038]: audit 2023-12-07T19:59:06.360896+0000 mgr.a (mgr.14403) 6604 : audit 0 from='client.140589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:07 smithi135 bash[32435]: cluster 2023-12-07T19:59:06.153721+0000 mgr.a (mgr.14403) 6603 : cluster 0 pgmap v4926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:07 smithi135 bash[32435]: audit 2023-12-07T19:59:06.360896+0000 mgr.a (mgr.14403) 6604 : audit 0 from='client.140589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:07 smithi079 bash[28699]: cluster 2023-12-07T19:59:06.153721+0000 mgr.a (mgr.14403) 6603 : cluster 0 pgmap v4926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:07 smithi079 bash[28699]: audit 2023-12-07T19:59:06.360896+0000 mgr.a (mgr.14403) 6604 : audit 0 from='client.140589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:09 smithi194 bash[32038]: cluster 2023-12-07T19:59:08.154368+0000 mgr.a (mgr.14403) 6605 : cluster 0 pgmap v4927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:09 smithi135 bash[32435]: cluster 2023-12-07T19:59:08.154368+0000 mgr.a (mgr.14403) 6605 : cluster 0 pgmap v4927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:09 smithi079 bash[28699]: cluster 2023-12-07T19:59:08.154368+0000 mgr.a (mgr.14403) 6605 : cluster 0 pgmap v4927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:11.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:59:11.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:11.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:11 smithi079 bash[28699]: cluster 2023-12-07T19:59:10.155194+0000 mgr.a (mgr.14403) 6606 : cluster 0 pgmap v4928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:11 smithi194 bash[32038]: cluster 2023-12-07T19:59:10.155194+0000 mgr.a (mgr.14403) 6606 : cluster 0 pgmap v4928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:11 smithi135 bash[32435]: cluster 2023-12-07T19:59:10.155194+0000 mgr.a (mgr.14403) 6606 : cluster 0 pgmap v4928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:12.794 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:59:12.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:12.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:12.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:12.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:59:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:13 smithi079 bash[28699]: cluster 2023-12-07T19:59:12.155780+0000 mgr.a (mgr.14403) 6607 : cluster 0 pgmap v4929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:13 smithi079 bash[28699]: audit 2023-12-07T19:59:12.282302+0000 mgr.a (mgr.14403) 6608 : audit 0 from='client.140664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:13 smithi194 bash[32038]: cluster 2023-12-07T19:59:12.155780+0000 mgr.a (mgr.14403) 6607 : cluster 0 pgmap v4929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:13 smithi194 bash[32038]: audit 2023-12-07T19:59:12.282302+0000 mgr.a (mgr.14403) 6608 : audit 0 from='client.140664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:13 smithi135 bash[32435]: cluster 2023-12-07T19:59:12.155780+0000 mgr.a (mgr.14403) 6607 : cluster 0 pgmap v4929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:13 smithi135 bash[32435]: audit 2023-12-07T19:59:12.282302+0000 mgr.a (mgr.14403) 6608 : audit 0 from='client.140664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:15 smithi079 bash[28699]: cluster 2023-12-07T19:59:14.156637+0000 mgr.a (mgr.14403) 6609 : cluster 0 pgmap v4930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:15 smithi194 bash[32038]: cluster 2023-12-07T19:59:14.156637+0000 mgr.a (mgr.14403) 6609 : cluster 0 pgmap v4930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:15 smithi135 bash[32435]: cluster 2023-12-07T19:59:14.156637+0000 mgr.a (mgr.14403) 6609 : cluster 0 pgmap v4930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:17.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:59:17.798 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:17.798 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:17 smithi079 bash[28699]: cluster 2023-12-07T19:59:16.157131+0000 mgr.a (mgr.14403) 6610 : cluster 0 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-07T19:59:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:17 smithi194 bash[32038]: cluster 2023-12-07T19:59:16.157131+0000 mgr.a (mgr.14403) 6610 : cluster 0 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-07T19:59:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:17 smithi135 bash[32435]: cluster 2023-12-07T19:59:16.157131+0000 mgr.a (mgr.14403) 6610 : cluster 0 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-07T19:59:18.709 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:59:18.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:18.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:18.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:18.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:59:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:19 smithi079 bash[28699]: cluster 2023-12-07T19:59:18.157514+0000 mgr.a (mgr.14403) 6611 : cluster 0 pgmap v4932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:19 smithi079 bash[28699]: audit 2023-12-07T19:59:18.206100+0000 mgr.a (mgr.14403) 6612 : audit 0 from='client.140742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:19 smithi194 bash[32038]: cluster 2023-12-07T19:59:18.157514+0000 mgr.a (mgr.14403) 6611 : cluster 0 pgmap v4932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:19 smithi194 bash[32038]: audit 2023-12-07T19:59:18.206100+0000 mgr.a (mgr.14403) 6612 : audit 0 from='client.140742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:19 smithi135 bash[32435]: cluster 2023-12-07T19:59:18.157514+0000 mgr.a (mgr.14403) 6611 : cluster 0 pgmap v4932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:19 smithi135 bash[32435]: audit 2023-12-07T19:59:18.206100+0000 mgr.a (mgr.14403) 6612 : audit 0 from='client.140742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:21 smithi079 bash[28699]: cluster 2023-12-07T19:59:20.158492+0000 mgr.a (mgr.14403) 6613 : cluster 0 pgmap v4933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:59:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:21 smithi194 bash[32038]: cluster 2023-12-07T19:59:20.158492+0000 mgr.a (mgr.14403) 6613 : cluster 0 pgmap v4933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:59:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:21 smithi135 bash[32435]: cluster 2023-12-07T19:59:20.158492+0000 mgr.a (mgr.14403) 6613 : cluster 0 pgmap v4933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T19:59:23.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:59:23.713 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:23.713 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:23 smithi079 bash[28699]: cluster 2023-12-07T19:59:22.159253+0000 mgr.a (mgr.14403) 6614 : cluster 0 pgmap v4934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:59:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:23 smithi194 bash[32038]: cluster 2023-12-07T19:59:22.159253+0000 mgr.a (mgr.14403) 6614 : cluster 0 pgmap v4934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:59:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:23 smithi135 bash[32435]: cluster 2023-12-07T19:59:22.159253+0000 mgr.a (mgr.14403) 6614 : cluster 0 pgmap v4934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T19:59:24.613 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:59:24.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:24.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:24.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:24.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:59:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:25 smithi079 bash[28699]: audit 2023-12-07T19:59:24.117283+0000 mgr.a (mgr.14403) 6615 : audit 0 from='client.140820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:25 smithi079 bash[28699]: cluster 2023-12-07T19:59:24.160521+0000 mgr.a (mgr.14403) 6616 : cluster 0 pgmap v4935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:25 smithi194 bash[32038]: audit 2023-12-07T19:59:24.117283+0000 mgr.a (mgr.14403) 6615 : audit 0 from='client.140820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:25 smithi194 bash[32038]: cluster 2023-12-07T19:59:24.160521+0000 mgr.a (mgr.14403) 6616 : cluster 0 pgmap v4935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:25 smithi135 bash[32435]: audit 2023-12-07T19:59:24.117283+0000 mgr.a (mgr.14403) 6615 : audit 0 from='client.140820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:25 smithi135 bash[32435]: cluster 2023-12-07T19:59:24.160521+0000 mgr.a (mgr.14403) 6616 : cluster 0 pgmap v4935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:27 smithi079 bash[28699]: cluster 2023-12-07T19:59:26.161340+0000 mgr.a (mgr.14403) 6617 : cluster 0 pgmap v4936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:27 smithi194 bash[32038]: cluster 2023-12-07T19:59:26.161340+0000 mgr.a (mgr.14403) 6617 : cluster 0 pgmap v4936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:27 smithi135 bash[32435]: cluster 2023-12-07T19:59:26.161340+0000 mgr.a (mgr.14403) 6617 : cluster 0 pgmap v4936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:29.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:59:29.617 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:29.617 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:29 smithi079 bash[28699]: cluster 2023-12-07T19:59:28.161917+0000 mgr.a (mgr.14403) 6618 : cluster 0 pgmap v4937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:29 smithi194 bash[32038]: cluster 2023-12-07T19:59:28.161917+0000 mgr.a (mgr.14403) 6618 : cluster 0 pgmap v4937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:29 smithi135 bash[32435]: cluster 2023-12-07T19:59:28.161917+0000 mgr.a (mgr.14403) 6618 : cluster 0 pgmap v4937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:30.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:30.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:30.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:30.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:59:30.525 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:59:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:31 smithi079 bash[28699]: audit 2023-12-07T19:59:30.016650+0000 mgr.a (mgr.14403) 6619 : audit 0 from='client.140895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:31 smithi079 bash[28699]: cluster 2023-12-07T19:59:30.163436+0000 mgr.a (mgr.14403) 6620 : cluster 0 pgmap v4938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:31 smithi194 bash[32038]: audit 2023-12-07T19:59:30.016650+0000 mgr.a (mgr.14403) 6619 : audit 0 from='client.140895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:31 smithi194 bash[32038]: cluster 2023-12-07T19:59:30.163436+0000 mgr.a (mgr.14403) 6620 : cluster 0 pgmap v4938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:31 smithi135 bash[32435]: audit 2023-12-07T19:59:30.016650+0000 mgr.a (mgr.14403) 6619 : audit 0 from='client.140895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:31 smithi135 bash[32435]: cluster 2023-12-07T19:59:30.163436+0000 mgr.a (mgr.14403) 6620 : cluster 0 pgmap v4938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:33 smithi079 bash[28699]: cluster 2023-12-07T19:59:32.164253+0000 mgr.a (mgr.14403) 6621 : cluster 0 pgmap v4939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:59:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:33 smithi194 bash[32038]: cluster 2023-12-07T19:59:32.164253+0000 mgr.a (mgr.14403) 6621 : cluster 0 pgmap v4939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:59:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:33 smithi135 bash[32435]: cluster 2023-12-07T19:59:32.164253+0000 mgr.a (mgr.14403) 6621 : cluster 0 pgmap v4939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T19:59:35.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:59:35.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:35.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:35 smithi079 bash[28699]: cluster 2023-12-07T19:59:34.165073+0000 mgr.a (mgr.14403) 6622 : cluster 0 pgmap v4940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:59:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:35 smithi194 bash[32038]: cluster 2023-12-07T19:59:34.165073+0000 mgr.a (mgr.14403) 6622 : cluster 0 pgmap v4940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:59:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:35 smithi135 bash[32435]: cluster 2023-12-07T19:59:34.165073+0000 mgr.a (mgr.14403) 6622 : cluster 0 pgmap v4940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T19:59:36.409 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:59:36.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:36.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:36.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:36.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:59:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:37 smithi079 bash[28699]: audit 2023-12-07T19:59:35.926272+0000 mgr.a (mgr.14403) 6623 : audit 0 from='client.140973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:37 smithi079 bash[28699]: cluster 2023-12-07T19:59:36.174846+0000 mgr.a (mgr.14403) 6624 : cluster 0 pgmap v4941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:37 smithi194 bash[32038]: audit 2023-12-07T19:59:35.926272+0000 mgr.a (mgr.14403) 6623 : audit 0 from='client.140973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:37 smithi194 bash[32038]: cluster 2023-12-07T19:59:36.174846+0000 mgr.a (mgr.14403) 6624 : cluster 0 pgmap v4941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:37 smithi135 bash[32435]: audit 2023-12-07T19:59:35.926272+0000 mgr.a (mgr.14403) 6623 : audit 0 from='client.140973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:37 smithi135 bash[32435]: cluster 2023-12-07T19:59:36.174846+0000 mgr.a (mgr.14403) 6624 : cluster 0 pgmap v4941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:39 smithi079 bash[28699]: cluster 2023-12-07T19:59:38.175737+0000 mgr.a (mgr.14403) 6625 : cluster 0 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-07T19:59:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:39 smithi194 bash[32038]: cluster 2023-12-07T19:59:38.175737+0000 mgr.a (mgr.14403) 6625 : cluster 0 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-07T19:59:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:39 smithi135 bash[32435]: cluster 2023-12-07T19:59:38.175737+0000 mgr.a (mgr.14403) 6625 : cluster 0 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-07T19:59:40.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:40 smithi079 bash[28699]: audit 2023-12-07T19:59:39.959019+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:59:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:40 smithi194 bash[32038]: audit 2023-12-07T19:59:39.959019+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:59:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:40 smithi135 bash[32435]: audit 2023-12-07T19:59:39.959019+0000 mon.a (mon.0) 1374 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T19:59:41.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:59:41.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:41.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:41 smithi079 bash[28699]: cluster 2023-12-07T19:59:40.176584+0000 mgr.a (mgr.14403) 6626 : cluster 0 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-07T19:59:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:41 smithi079 bash[28699]: audit 2023-12-07T19:59:40.696938+0000 mon.a (mon.0) 1375 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:59:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:41 smithi079 bash[28699]: audit 2023-12-07T19:59:40.698658+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:59:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:41 smithi079 bash[28699]: audit 2023-12-07T19:59:40.709890+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:59:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:41 smithi194 bash[32038]: cluster 2023-12-07T19:59:40.176584+0000 mgr.a (mgr.14403) 6626 : cluster 0 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-07T19:59:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:41 smithi194 bash[32038]: audit 2023-12-07T19:59:40.696938+0000 mon.a (mon.0) 1375 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:59:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:41 smithi194 bash[32038]: audit 2023-12-07T19:59:40.698658+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:59:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:41 smithi194 bash[32038]: audit 2023-12-07T19:59:40.709890+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:59:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:41 smithi135 bash[32435]: cluster 2023-12-07T19:59:40.176584+0000 mgr.a (mgr.14403) 6626 : cluster 0 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-07T19:59:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:41 smithi135 bash[32435]: audit 2023-12-07T19:59:40.696938+0000 mon.a (mon.0) 1375 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T19:59:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:41 smithi135 bash[32435]: audit 2023-12-07T19:59:40.698658+0000 mon.a (mon.0) 1376 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T19:59:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:41 smithi135 bash[32435]: audit 2023-12-07T19:59:40.709890+0000 mon.a (mon.0) 1377 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T19:59:42.326 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:59:42.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:42.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:42.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:42.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:59:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:43 smithi079 bash[28699]: audit 2023-12-07T19:59:41.816787+0000 mgr.a (mgr.14403) 6627 : audit 0 from='client.141051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:43 smithi079 bash[28699]: cluster 2023-12-07T19:59:42.177101+0000 mgr.a (mgr.14403) 6628 : cluster 0 pgmap v4944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:43 smithi194 bash[32038]: audit 2023-12-07T19:59:41.816787+0000 mgr.a (mgr.14403) 6627 : audit 0 from='client.141051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:43 smithi194 bash[32038]: cluster 2023-12-07T19:59:42.177101+0000 mgr.a (mgr.14403) 6628 : cluster 0 pgmap v4944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:43 smithi135 bash[32435]: audit 2023-12-07T19:59:41.816787+0000 mgr.a (mgr.14403) 6627 : audit 0 from='client.141051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:43 smithi135 bash[32435]: cluster 2023-12-07T19:59:42.177101+0000 mgr.a (mgr.14403) 6628 : cluster 0 pgmap v4944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:45 smithi079 bash[28699]: cluster 2023-12-07T19:59:44.177951+0000 mgr.a (mgr.14403) 6629 : cluster 0 pgmap v4945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:45 smithi194 bash[32038]: cluster 2023-12-07T19:59:44.177951+0000 mgr.a (mgr.14403) 6629 : cluster 0 pgmap v4945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:45 smithi135 bash[32435]: cluster 2023-12-07T19:59:44.177951+0000 mgr.a (mgr.14403) 6629 : cluster 0 pgmap v4945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:47.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:59:47.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:47.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:47 smithi079 bash[28699]: cluster 2023-12-07T19:59:46.178533+0000 mgr.a (mgr.14403) 6630 : cluster 0 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-07T19:59:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:47 smithi194 bash[32038]: cluster 2023-12-07T19:59:46.178533+0000 mgr.a (mgr.14403) 6630 : cluster 0 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-07T19:59:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:47 smithi135 bash[32435]: cluster 2023-12-07T19:59:46.178533+0000 mgr.a (mgr.14403) 6630 : cluster 0 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-07T19:59:48.253 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:59:48.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:48.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:48.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:48.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:59:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:49 smithi079 bash[28699]: audit 2023-12-07T19:59:47.738459+0000 mgr.a (mgr.14403) 6631 : audit 0 from='client.141126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:49.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:49 smithi079 bash[28699]: cluster 2023-12-07T19:59:48.179391+0000 mgr.a (mgr.14403) 6632 : cluster 0 pgmap v4947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:49 smithi194 bash[32038]: audit 2023-12-07T19:59:47.738459+0000 mgr.a (mgr.14403) 6631 : audit 0 from='client.141126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:49 smithi194 bash[32038]: cluster 2023-12-07T19:59:48.179391+0000 mgr.a (mgr.14403) 6632 : cluster 0 pgmap v4947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:49 smithi135 bash[32435]: audit 2023-12-07T19:59:47.738459+0000 mgr.a (mgr.14403) 6631 : audit 0 from='client.141126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:49 smithi135 bash[32435]: cluster 2023-12-07T19:59:48.179391+0000 mgr.a (mgr.14403) 6632 : cluster 0 pgmap v4947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:51 smithi079 bash[28699]: cluster 2023-12-07T19:59:50.180326+0000 mgr.a (mgr.14403) 6633 : cluster 0 pgmap v4948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:51 smithi194 bash[32038]: cluster 2023-12-07T19:59:50.180326+0000 mgr.a (mgr.14403) 6633 : cluster 0 pgmap v4948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:51 smithi135 bash[32435]: cluster 2023-12-07T19:59:50.180326+0000 mgr.a (mgr.14403) 6633 : cluster 0 pgmap v4948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T19:59:53.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:59:53.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:53.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:53 smithi079 bash[28699]: cluster 2023-12-07T19:59:52.180947+0000 mgr.a (mgr.14403) 6634 : cluster 0 pgmap v4949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:53 smithi194 bash[32038]: cluster 2023-12-07T19:59:52.180947+0000 mgr.a (mgr.14403) 6634 : cluster 0 pgmap v4949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:53 smithi135 bash[32435]: cluster 2023-12-07T19:59:52.180947+0000 mgr.a (mgr.14403) 6634 : cluster 0 pgmap v4949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:54.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T19:59:54.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T19:59:54.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T19:59:54.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T19:59:54.170 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T19:59:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:55 smithi079 bash[28699]: audit 2023-12-07T19:59:53.669639+0000 mgr.a (mgr.14403) 6635 : audit 0 from='client.141201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:55.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:55 smithi079 bash[28699]: cluster 2023-12-07T19:59:54.182113+0000 mgr.a (mgr.14403) 6636 : cluster 0 pgmap v4950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:55 smithi194 bash[32038]: audit 2023-12-07T19:59:53.669639+0000 mgr.a (mgr.14403) 6635 : audit 0 from='client.141201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:55 smithi194 bash[32038]: cluster 2023-12-07T19:59:54.182113+0000 mgr.a (mgr.14403) 6636 : cluster 0 pgmap v4950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:55 smithi135 bash[32435]: audit 2023-12-07T19:59:53.669639+0000 mgr.a (mgr.14403) 6635 : audit 0 from='client.141201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T19:59:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:55 smithi135 bash[32435]: cluster 2023-12-07T19:59:54.182113+0000 mgr.a (mgr.14403) 6636 : cluster 0 pgmap v4950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T19:59:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:57 smithi079 bash[28699]: cluster 2023-12-07T19:59:56.182764+0000 mgr.a (mgr.14403) 6637 : cluster 0 pgmap v4951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:57 smithi194 bash[32038]: cluster 2023-12-07T19:59:56.182764+0000 mgr.a (mgr.14403) 6637 : cluster 0 pgmap v4951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:57 smithi135 bash[32435]: cluster 2023-12-07T19:59:56.182764+0000 mgr.a (mgr.14403) 6637 : cluster 0 pgmap v4951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:59.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T19:59:59.173 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T19:59:59.173 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T19:59:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 19:59:59 smithi079 bash[28699]: cluster 2023-12-07T19:59:58.183335+0000 mgr.a (mgr.14403) 6638 : cluster 0 pgmap v4952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 19:59:59 smithi194 bash[32038]: cluster 2023-12-07T19:59:58.183335+0000 mgr.a (mgr.14403) 6638 : cluster 0 pgmap v4952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T19:59:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 19:59:59 smithi135 bash[32435]: cluster 2023-12-07T19:59:58.183335+0000 mgr.a (mgr.14403) 6638 : cluster 0 pgmap v4952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:00:00.097 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:00:00.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:00.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:00.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:00.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:00:00.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:00 smithi079 bash[28699]: cluster 2023-12-07T20:00:00.000168+0000 mon.a (mon.0) 1378 : cluster 1 overall HEALTH_OK 2023-12-07T20:00:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:00 smithi194 bash[32038]: cluster 2023-12-07T20:00:00.000168+0000 mon.a (mon.0) 1378 : cluster 1 overall HEALTH_OK 2023-12-07T20:00:00.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:00 smithi135 bash[32435]: cluster 2023-12-07T20:00:00.000168+0000 mon.a (mon.0) 1378 : cluster 1 overall HEALTH_OK 2023-12-07T20:00:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:01 smithi079 bash[28699]: audit 2023-12-07T19:59:59.574548+0000 mgr.a (mgr.14403) 6639 : audit 0 from='client.141279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:01 smithi079 bash[28699]: cluster 2023-12-07T20:00:00.184377+0000 mgr.a (mgr.14403) 6640 : cluster 0 pgmap v4953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:01 smithi194 bash[32038]: audit 2023-12-07T19:59:59.574548+0000 mgr.a (mgr.14403) 6639 : audit 0 from='client.141279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:01 smithi194 bash[32038]: cluster 2023-12-07T20:00:00.184377+0000 mgr.a (mgr.14403) 6640 : cluster 0 pgmap v4953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:01 smithi135 bash[32435]: audit 2023-12-07T19:59:59.574548+0000 mgr.a (mgr.14403) 6639 : audit 0 from='client.141279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:01.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:01 smithi135 bash[32435]: cluster 2023-12-07T20:00:00.184377+0000 mgr.a (mgr.14403) 6640 : cluster 0 pgmap v4953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:02.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:02 smithi079 bash[28699]: cluster 2023-12-07T20:00:02.185099+0000 mgr.a (mgr.14403) 6641 : cluster 0 pgmap v4954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:00:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:02 smithi194 bash[32038]: cluster 2023-12-07T20:00:02.185099+0000 mgr.a (mgr.14403) 6641 : cluster 0 pgmap v4954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:00:02.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:02 smithi135 bash[32435]: cluster 2023-12-07T20:00:02.185099+0000 mgr.a (mgr.14403) 6641 : cluster 0 pgmap v4954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:00:05.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:00:05.101 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:05.102 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:05 smithi079 bash[28699]: cluster 2023-12-07T20:00:04.185876+0000 mgr.a (mgr.14403) 6642 : cluster 0 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-07T20:00:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:05 smithi194 bash[32038]: cluster 2023-12-07T20:00:04.185876+0000 mgr.a (mgr.14403) 6642 : cluster 0 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-07T20:00:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:05 smithi135 bash[32435]: cluster 2023-12-07T20:00:04.185876+0000 mgr.a (mgr.14403) 6642 : cluster 0 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-07T20:00:05.967 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:00:05.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:05.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:05.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:05.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:00:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:06 smithi079 bash[28699]: audit 2023-12-07T20:00:05.511750+0000 mgr.a (mgr.14403) 6643 : audit 0 from='client.141354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:06 smithi194 bash[32038]: audit 2023-12-07T20:00:05.511750+0000 mgr.a (mgr.14403) 6643 : audit 0 from='client.141354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:06 smithi135 bash[32435]: audit 2023-12-07T20:00:05.511750+0000 mgr.a (mgr.14403) 6643 : audit 0 from='client.141354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:07 smithi194 bash[32038]: cluster 2023-12-07T20:00:06.186620+0000 mgr.a (mgr.14403) 6644 : cluster 0 pgmap v4956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:07 smithi135 bash[32435]: cluster 2023-12-07T20:00:06.186620+0000 mgr.a (mgr.14403) 6644 : cluster 0 pgmap v4956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:07 smithi079 bash[28699]: cluster 2023-12-07T20:00:06.186620+0000 mgr.a (mgr.14403) 6644 : cluster 0 pgmap v4956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:09 smithi135 bash[32435]: cluster 2023-12-07T20:00:08.187232+0000 mgr.a (mgr.14403) 6645 : cluster 0 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-07T20:00:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:09 smithi079 bash[28699]: cluster 2023-12-07T20:00:08.187232+0000 mgr.a (mgr.14403) 6645 : cluster 0 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-07T20:00:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:09 smithi194 bash[32038]: cluster 2023-12-07T20:00:08.187232+0000 mgr.a (mgr.14403) 6645 : cluster 0 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-07T20:00:10.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:00:10.971 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:10.971 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:11.873 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:00:11.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:11.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:11.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:11.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:00:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:11 smithi079 bash[28699]: cluster 2023-12-07T20:00:10.188007+0000 mgr.a (mgr.14403) 6646 : cluster 0 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-07T20:00:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:11 smithi194 bash[32038]: cluster 2023-12-07T20:00:10.188007+0000 mgr.a (mgr.14403) 6646 : cluster 0 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-07T20:00:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:11 smithi135 bash[32435]: cluster 2023-12-07T20:00:10.188007+0000 mgr.a (mgr.14403) 6646 : cluster 0 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-07T20:00:12.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:12 smithi079 bash[28699]: audit 2023-12-07T20:00:11.380326+0000 mgr.a (mgr.14403) 6647 : audit 0 from='client.141429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:12 smithi194 bash[32038]: audit 2023-12-07T20:00:11.380326+0000 mgr.a (mgr.14403) 6647 : audit 0 from='client.141429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:12.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:12 smithi135 bash[32435]: audit 2023-12-07T20:00:11.380326+0000 mgr.a (mgr.14403) 6647 : audit 0 from='client.141429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:13 smithi079 bash[28699]: cluster 2023-12-07T20:00:12.188918+0000 mgr.a (mgr.14403) 6648 : cluster 0 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-07T20:00:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:13 smithi194 bash[32038]: cluster 2023-12-07T20:00:12.188918+0000 mgr.a (mgr.14403) 6648 : cluster 0 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-07T20:00:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:13 smithi135 bash[32435]: cluster 2023-12-07T20:00:12.188918+0000 mgr.a (mgr.14403) 6648 : cluster 0 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-07T20:00:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:15 smithi079 bash[28699]: cluster 2023-12-07T20:00:14.189796+0000 mgr.a (mgr.14403) 6649 : cluster 0 pgmap v4960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:15 smithi194 bash[32038]: cluster 2023-12-07T20:00:14.189796+0000 mgr.a (mgr.14403) 6649 : cluster 0 pgmap v4960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:15 smithi135 bash[32435]: cluster 2023-12-07T20:00:14.189796+0000 mgr.a (mgr.14403) 6649 : cluster 0 pgmap v4960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:16.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:00:16.877 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:16.877 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:17.791 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:00:17.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:17.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:17.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:17.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:00:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:17 smithi079 bash[28699]: cluster 2023-12-07T20:00:16.190368+0000 mgr.a (mgr.14403) 6650 : cluster 0 pgmap v4961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:17 smithi194 bash[32038]: cluster 2023-12-07T20:00:16.190368+0000 mgr.a (mgr.14403) 6650 : cluster 0 pgmap v4961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:17 smithi135 bash[32435]: cluster 2023-12-07T20:00:16.190368+0000 mgr.a (mgr.14403) 6650 : cluster 0 pgmap v4961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:18.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:18 smithi079 bash[28699]: audit 2023-12-07T20:00:17.283238+0000 mgr.a (mgr.14403) 6651 : audit 0 from='client.141507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:18 smithi194 bash[32038]: audit 2023-12-07T20:00:17.283238+0000 mgr.a (mgr.14403) 6651 : audit 0 from='client.141507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:18.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:18 smithi135 bash[32435]: audit 2023-12-07T20:00:17.283238+0000 mgr.a (mgr.14403) 6651 : audit 0 from='client.141507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:19 smithi079 bash[28699]: cluster 2023-12-07T20:00:18.191146+0000 mgr.a (mgr.14403) 6652 : cluster 0 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-07T20:00:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:19 smithi194 bash[32038]: cluster 2023-12-07T20:00:18.191146+0000 mgr.a (mgr.14403) 6652 : cluster 0 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-07T20:00:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:19 smithi135 bash[32435]: cluster 2023-12-07T20:00:18.191146+0000 mgr.a (mgr.14403) 6652 : cluster 0 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-07T20:00:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:21 smithi079 bash[28699]: cluster 2023-12-07T20:00:20.191956+0000 mgr.a (mgr.14403) 6653 : cluster 0 pgmap v4963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:21 smithi194 bash[32038]: cluster 2023-12-07T20:00:20.191956+0000 mgr.a (mgr.14403) 6653 : cluster 0 pgmap v4963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:21 smithi135 bash[32435]: cluster 2023-12-07T20:00:20.191956+0000 mgr.a (mgr.14403) 6653 : cluster 0 pgmap v4963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:22.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:00:22.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:22.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:23.717 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:00:23.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:23.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:23.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:23.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:00:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:23 smithi079 bash[28699]: cluster 2023-12-07T20:00:22.192669+0000 mgr.a (mgr.14403) 6654 : cluster 0 pgmap v4964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:23 smithi194 bash[32038]: cluster 2023-12-07T20:00:22.192669+0000 mgr.a (mgr.14403) 6654 : cluster 0 pgmap v4964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:23 smithi135 bash[32435]: cluster 2023-12-07T20:00:22.192669+0000 mgr.a (mgr.14403) 6654 : cluster 0 pgmap v4964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:24.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:24 smithi079 bash[28699]: audit 2023-12-07T20:00:23.208155+0000 mgr.a (mgr.14403) 6655 : audit 0 from='client.141585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:24 smithi194 bash[32038]: audit 2023-12-07T20:00:23.208155+0000 mgr.a (mgr.14403) 6655 : audit 0 from='client.141585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:24 smithi135 bash[32435]: audit 2023-12-07T20:00:23.208155+0000 mgr.a (mgr.14403) 6655 : audit 0 from='client.141585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:25 smithi079 bash[28699]: cluster 2023-12-07T20:00:24.193715+0000 mgr.a (mgr.14403) 6656 : cluster 0 pgmap v4965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:00:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:25 smithi194 bash[32038]: cluster 2023-12-07T20:00:24.193715+0000 mgr.a (mgr.14403) 6656 : cluster 0 pgmap v4965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:00:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:25 smithi135 bash[32435]: cluster 2023-12-07T20:00:24.193715+0000 mgr.a (mgr.14403) 6656 : cluster 0 pgmap v4965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:00:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:27 smithi079 bash[28699]: cluster 2023-12-07T20:00:26.194339+0000 mgr.a (mgr.14403) 6657 : cluster 0 pgmap v4966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:00:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:27 smithi194 bash[32038]: cluster 2023-12-07T20:00:26.194339+0000 mgr.a (mgr.14403) 6657 : cluster 0 pgmap v4966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:00:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:27 smithi135 bash[32435]: cluster 2023-12-07T20:00:26.194339+0000 mgr.a (mgr.14403) 6657 : cluster 0 pgmap v4966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:00:28.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:00:28.721 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:28.721 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:29.636 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:00:29.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:29.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:29.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:29.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:00:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:29 smithi079 bash[28699]: cluster 2023-12-07T20:00:28.194932+0000 mgr.a (mgr.14403) 6658 : cluster 0 pgmap v4967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:00:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:29 smithi194 bash[32038]: cluster 2023-12-07T20:00:28.194932+0000 mgr.a (mgr.14403) 6658 : cluster 0 pgmap v4967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:00:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:29 smithi135 bash[32435]: cluster 2023-12-07T20:00:28.194932+0000 mgr.a (mgr.14403) 6658 : cluster 0 pgmap v4967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:00:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:30 smithi079 bash[28699]: audit 2023-12-07T20:00:29.128812+0000 mgr.a (mgr.14403) 6659 : audit 0 from='client.141663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:30 smithi194 bash[32038]: audit 2023-12-07T20:00:29.128812+0000 mgr.a (mgr.14403) 6659 : audit 0 from='client.141663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:30 smithi135 bash[32435]: audit 2023-12-07T20:00:29.128812+0000 mgr.a (mgr.14403) 6659 : audit 0 from='client.141663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:31 smithi079 bash[28699]: cluster 2023-12-07T20:00:30.195898+0000 mgr.a (mgr.14403) 6660 : cluster 0 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-07T20:00:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:31 smithi194 bash[32038]: cluster 2023-12-07T20:00:30.195898+0000 mgr.a (mgr.14403) 6660 : cluster 0 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-07T20:00:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:31 smithi135 bash[32435]: cluster 2023-12-07T20:00:30.195898+0000 mgr.a (mgr.14403) 6660 : cluster 0 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-07T20:00:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:33 smithi079 bash[28699]: cluster 2023-12-07T20:00:32.196468+0000 mgr.a (mgr.14403) 6661 : cluster 0 pgmap v4969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:00:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:33 smithi194 bash[32038]: cluster 2023-12-07T20:00:32.196468+0000 mgr.a (mgr.14403) 6661 : cluster 0 pgmap v4969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:00:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:33 smithi135 bash[32435]: cluster 2023-12-07T20:00:32.196468+0000 mgr.a (mgr.14403) 6661 : cluster 0 pgmap v4969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:00:34.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:00:34.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:34.640 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:35.558 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:00:35.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:35.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:35.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:35.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:00:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:35 smithi079 bash[28699]: cluster 2023-12-07T20:00:34.197256+0000 mgr.a (mgr.14403) 6662 : cluster 0 pgmap v4970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:35 smithi194 bash[32038]: cluster 2023-12-07T20:00:34.197256+0000 mgr.a (mgr.14403) 6662 : cluster 0 pgmap v4970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:35 smithi135 bash[32435]: cluster 2023-12-07T20:00:34.197256+0000 mgr.a (mgr.14403) 6662 : cluster 0 pgmap v4970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:36.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:36 smithi079 bash[28699]: audit 2023-12-07T20:00:35.044499+0000 mgr.a (mgr.14403) 6663 : audit 0 from='client.141741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:36 smithi194 bash[32038]: audit 2023-12-07T20:00:35.044499+0000 mgr.a (mgr.14403) 6663 : audit 0 from='client.141741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:36 smithi135 bash[32435]: audit 2023-12-07T20:00:35.044499+0000 mgr.a (mgr.14403) 6663 : audit 0 from='client.141741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:37 smithi079 bash[28699]: cluster 2023-12-07T20:00:36.197932+0000 mgr.a (mgr.14403) 6664 : cluster 0 pgmap v4971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:00:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:37 smithi194 bash[32038]: cluster 2023-12-07T20:00:36.197932+0000 mgr.a (mgr.14403) 6664 : cluster 0 pgmap v4971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:00:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:37 smithi135 bash[32435]: cluster 2023-12-07T20:00:36.197932+0000 mgr.a (mgr.14403) 6664 : cluster 0 pgmap v4971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:00:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:39 smithi079 bash[28699]: cluster 2023-12-07T20:00:38.198527+0000 mgr.a (mgr.14403) 6665 : cluster 0 pgmap v4972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:00:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:39 smithi194 bash[32038]: cluster 2023-12-07T20:00:38.198527+0000 mgr.a (mgr.14403) 6665 : cluster 0 pgmap v4972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:00:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:39 smithi135 bash[32435]: cluster 2023-12-07T20:00:38.198527+0000 mgr.a (mgr.14403) 6665 : cluster 0 pgmap v4972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:00:40.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:00:40.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:40.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:41.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:41.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:41.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:41.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:00:41.447 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:00:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:41 smithi079 bash[28699]: cluster 2023-12-07T20:00:40.199364+0000 mgr.a (mgr.14403) 6666 : cluster 0 pgmap v4973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:00:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:41 smithi079 bash[28699]: audit 2023-12-07T20:00:40.812176+0000 mon.a (mon.0) 1379 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:00:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:41 smithi194 bash[32038]: cluster 2023-12-07T20:00:40.199364+0000 mgr.a (mgr.14403) 6666 : cluster 0 pgmap v4973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:00:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:41 smithi194 bash[32038]: audit 2023-12-07T20:00:40.812176+0000 mon.a (mon.0) 1379 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:00:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:41 smithi135 bash[32435]: cluster 2023-12-07T20:00:40.199364+0000 mgr.a (mgr.14403) 6666 : cluster 0 pgmap v4973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:00:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:41 smithi135 bash[32435]: audit 2023-12-07T20:00:40.812176+0000 mon.a (mon.0) 1379 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:00:42.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:42 smithi079 bash[28699]: audit 2023-12-07T20:00:40.962033+0000 mgr.a (mgr.14403) 6667 : audit 0 from='client.141819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:42 smithi079 bash[28699]: audit 2023-12-07T20:00:41.599391+0000 mon.a (mon.0) 1380 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:00:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:42 smithi079 bash[28699]: audit 2023-12-07T20:00:41.601457+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:00:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:42 smithi079 bash[28699]: audit 2023-12-07T20:00:41.610814+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:00:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:42 smithi194 bash[32038]: audit 2023-12-07T20:00:40.962033+0000 mgr.a (mgr.14403) 6667 : audit 0 from='client.141819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:42 smithi194 bash[32038]: audit 2023-12-07T20:00:41.599391+0000 mon.a (mon.0) 1380 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:00:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:42 smithi194 bash[32038]: audit 2023-12-07T20:00:41.601457+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:00:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:42 smithi194 bash[32038]: audit 2023-12-07T20:00:41.610814+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:00:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:42 smithi135 bash[32435]: audit 2023-12-07T20:00:40.962033+0000 mgr.a (mgr.14403) 6667 : audit 0 from='client.141819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:42 smithi135 bash[32435]: audit 2023-12-07T20:00:41.599391+0000 mon.a (mon.0) 1380 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:00:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:42 smithi135 bash[32435]: audit 2023-12-07T20:00:41.601457+0000 mon.a (mon.0) 1381 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:00:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:42 smithi135 bash[32435]: audit 2023-12-07T20:00:41.610814+0000 mon.a (mon.0) 1382 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:00:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:43 smithi079 bash[28699]: cluster 2023-12-07T20:00:42.200047+0000 mgr.a (mgr.14403) 6668 : cluster 0 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-07T20:00:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:43 smithi194 bash[32038]: cluster 2023-12-07T20:00:42.200047+0000 mgr.a (mgr.14403) 6668 : cluster 0 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-07T20:00:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:43 smithi135 bash[32435]: cluster 2023-12-07T20:00:42.200047+0000 mgr.a (mgr.14403) 6668 : cluster 0 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-07T20:00:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:45 smithi079 bash[28699]: cluster 2023-12-07T20:00:44.200896+0000 mgr.a (mgr.14403) 6669 : cluster 0 pgmap v4975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:45 smithi194 bash[32038]: cluster 2023-12-07T20:00:44.200896+0000 mgr.a (mgr.14403) 6669 : cluster 0 pgmap v4975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:45 smithi135 bash[32435]: cluster 2023-12-07T20:00:44.200896+0000 mgr.a (mgr.14403) 6669 : cluster 0 pgmap v4975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:46.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:00:46.450 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:46.450 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:47.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:47.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:47.368 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:00:47.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:47.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:00:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:47 smithi079 bash[28699]: cluster 2023-12-07T20:00:46.201416+0000 mgr.a (mgr.14403) 6670 : cluster 0 pgmap v4976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:47 smithi194 bash[32038]: cluster 2023-12-07T20:00:46.201416+0000 mgr.a (mgr.14403) 6670 : cluster 0 pgmap v4976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:47 smithi135 bash[32435]: cluster 2023-12-07T20:00:46.201416+0000 mgr.a (mgr.14403) 6670 : cluster 0 pgmap v4976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:48.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:48 smithi079 bash[28699]: audit 2023-12-07T20:00:46.852763+0000 mgr.a (mgr.14403) 6671 : audit 0 from='client.141894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:48 smithi194 bash[32038]: audit 2023-12-07T20:00:46.852763+0000 mgr.a (mgr.14403) 6671 : audit 0 from='client.141894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:48.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:48 smithi135 bash[32435]: audit 2023-12-07T20:00:46.852763+0000 mgr.a (mgr.14403) 6671 : audit 0 from='client.141894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:49 smithi079 bash[28699]: cluster 2023-12-07T20:00:48.202085+0000 mgr.a (mgr.14403) 6672 : cluster 0 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-07T20:00:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:49 smithi194 bash[32038]: cluster 2023-12-07T20:00:48.202085+0000 mgr.a (mgr.14403) 6672 : cluster 0 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-07T20:00:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:49 smithi135 bash[32435]: cluster 2023-12-07T20:00:48.202085+0000 mgr.a (mgr.14403) 6672 : cluster 0 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-07T20:00:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:50 smithi079 bash[28699]: cluster 2023-12-07T20:00:50.202856+0000 mgr.a (mgr.14403) 6673 : cluster 0 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-07T20:00:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:50 smithi194 bash[32038]: cluster 2023-12-07T20:00:50.202856+0000 mgr.a (mgr.14403) 6673 : cluster 0 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-07T20:00:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:50 smithi135 bash[32435]: cluster 2023-12-07T20:00:50.202856+0000 mgr.a (mgr.14403) 6673 : cluster 0 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-07T20:00:52.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:00:52.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:52.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:53.272 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:00:53.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:53.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:53.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:53.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:00:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:53 smithi079 bash[28699]: cluster 2023-12-07T20:00:52.203436+0000 mgr.a (mgr.14403) 6674 : cluster 0 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-07T20:00:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:53 smithi194 bash[32038]: cluster 2023-12-07T20:00:52.203436+0000 mgr.a (mgr.14403) 6674 : cluster 0 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-07T20:00:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:53 smithi135 bash[32435]: cluster 2023-12-07T20:00:52.203436+0000 mgr.a (mgr.14403) 6674 : cluster 0 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-07T20:00:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:54 smithi079 bash[28699]: audit 2023-12-07T20:00:52.776547+0000 mgr.a (mgr.14403) 6675 : audit 0 from='client.141969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:54 smithi194 bash[32038]: audit 2023-12-07T20:00:52.776547+0000 mgr.a (mgr.14403) 6675 : audit 0 from='client.141969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:54 smithi135 bash[32435]: audit 2023-12-07T20:00:52.776547+0000 mgr.a (mgr.14403) 6675 : audit 0 from='client.141969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:00:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:55 smithi079 bash[28699]: cluster 2023-12-07T20:00:54.204321+0000 mgr.a (mgr.14403) 6676 : cluster 0 pgmap v4980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:55 smithi194 bash[32038]: cluster 2023-12-07T20:00:54.204321+0000 mgr.a (mgr.14403) 6676 : cluster 0 pgmap v4980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:55 smithi135 bash[32435]: cluster 2023-12-07T20:00:54.204321+0000 mgr.a (mgr.14403) 6676 : cluster 0 pgmap v4980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:00:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:57 smithi079 bash[28699]: cluster 2023-12-07T20:00:56.204930+0000 mgr.a (mgr.14403) 6677 : cluster 0 pgmap v4981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:57 smithi194 bash[32038]: cluster 2023-12-07T20:00:56.204930+0000 mgr.a (mgr.14403) 6677 : cluster 0 pgmap v4981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:57 smithi135 bash[32435]: cluster 2023-12-07T20:00:56.204930+0000 mgr.a (mgr.14403) 6677 : cluster 0 pgmap v4981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:00:58.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:00:58.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:00:58.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:00:59.172 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:00:59.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:00:59.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:00:59.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:00:59.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:00:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:00:59 smithi079 bash[28699]: cluster 2023-12-07T20:00:58.205514+0000 mgr.a (mgr.14403) 6678 : cluster 0 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-07T20:00:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:00:59 smithi194 bash[32038]: cluster 2023-12-07T20:00:58.205514+0000 mgr.a (mgr.14403) 6678 : cluster 0 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-07T20:00:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:00:59 smithi135 bash[32435]: cluster 2023-12-07T20:00:58.205514+0000 mgr.a (mgr.14403) 6678 : cluster 0 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-07T20:01:00.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:00 smithi079 bash[28699]: audit 2023-12-07T20:00:58.681268+0000 mgr.a (mgr.14403) 6679 : audit 0 from='client.142044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:00 smithi194 bash[32038]: audit 2023-12-07T20:00:58.681268+0000 mgr.a (mgr.14403) 6679 : audit 0 from='client.142044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:00 smithi135 bash[32435]: audit 2023-12-07T20:00:58.681268+0000 mgr.a (mgr.14403) 6679 : audit 0 from='client.142044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:01 smithi079 bash[28699]: cluster 2023-12-07T20:01:00.206485+0000 mgr.a (mgr.14403) 6680 : cluster 0 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-07T20:01:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:01 smithi194 bash[32038]: cluster 2023-12-07T20:01:00.206485+0000 mgr.a (mgr.14403) 6680 : cluster 0 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-07T20:01:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:01 smithi135 bash[32435]: cluster 2023-12-07T20:01:00.206485+0000 mgr.a (mgr.14403) 6680 : cluster 0 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-07T20:01:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:03 smithi079 bash[28699]: cluster 2023-12-07T20:01:02.207080+0000 mgr.a (mgr.14403) 6681 : cluster 0 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-07T20:01:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:03 smithi194 bash[32038]: cluster 2023-12-07T20:01:02.207080+0000 mgr.a (mgr.14403) 6681 : cluster 0 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-07T20:01:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:03 smithi135 bash[32435]: cluster 2023-12-07T20:01:02.207080+0000 mgr.a (mgr.14403) 6681 : cluster 0 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-07T20:01:04.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:01:04.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:04.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:05.092 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:01:05.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:05.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:05.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:05.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:01:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:05 smithi079 bash[28699]: cluster 2023-12-07T20:01:04.207965+0000 mgr.a (mgr.14403) 6682 : cluster 0 pgmap v4985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:05 smithi194 bash[32038]: cluster 2023-12-07T20:01:04.207965+0000 mgr.a (mgr.14403) 6682 : cluster 0 pgmap v4985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:05 smithi135 bash[32435]: cluster 2023-12-07T20:01:04.207965+0000 mgr.a (mgr.14403) 6682 : cluster 0 pgmap v4985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:06.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:06 smithi079 bash[28699]: audit 2023-12-07T20:01:04.583992+0000 mgr.a (mgr.14403) 6683 : audit 0 from='client.142119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:06 smithi194 bash[32038]: audit 2023-12-07T20:01:04.583992+0000 mgr.a (mgr.14403) 6683 : audit 0 from='client.142119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:06.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:06 smithi135 bash[32435]: audit 2023-12-07T20:01:04.583992+0000 mgr.a (mgr.14403) 6683 : audit 0 from='client.142119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:07 smithi079 bash[28699]: cluster 2023-12-07T20:01:06.208618+0000 mgr.a (mgr.14403) 6684 : cluster 0 pgmap v4986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:07.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:07 smithi194 bash[32038]: cluster 2023-12-07T20:01:06.208618+0000 mgr.a (mgr.14403) 6684 : cluster 0 pgmap v4986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:07 smithi135 bash[32435]: cluster 2023-12-07T20:01:06.208618+0000 mgr.a (mgr.14403) 6684 : cluster 0 pgmap v4986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:09 smithi079 bash[28699]: cluster 2023-12-07T20:01:08.209175+0000 mgr.a (mgr.14403) 6685 : cluster 0 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-07T20:01:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:09 smithi194 bash[32038]: cluster 2023-12-07T20:01:08.209175+0000 mgr.a (mgr.14403) 6685 : cluster 0 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-07T20:01:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:09 smithi135 bash[32435]: cluster 2023-12-07T20:01:08.209175+0000 mgr.a (mgr.14403) 6685 : cluster 0 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-07T20:01:10.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:01:10.096 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:10.096 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:10.988 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:01:10.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:10.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:10.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:10.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:01:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:11 smithi079 bash[28699]: cluster 2023-12-07T20:01:10.209939+0000 mgr.a (mgr.14403) 6686 : cluster 0 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-07T20:01:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:11 smithi079 bash[28699]: audit 2023-12-07T20:01:10.503861+0000 mgr.a (mgr.14403) 6687 : audit 0 from='client.142194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:11 smithi194 bash[32038]: cluster 2023-12-07T20:01:10.209939+0000 mgr.a (mgr.14403) 6686 : cluster 0 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-07T20:01:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:11 smithi194 bash[32038]: audit 2023-12-07T20:01:10.503861+0000 mgr.a (mgr.14403) 6687 : audit 0 from='client.142194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:11 smithi135 bash[32435]: cluster 2023-12-07T20:01:10.209939+0000 mgr.a (mgr.14403) 6686 : cluster 0 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-07T20:01:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:11 smithi135 bash[32435]: audit 2023-12-07T20:01:10.503861+0000 mgr.a (mgr.14403) 6687 : audit 0 from='client.142194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:13 smithi079 bash[28699]: cluster 2023-12-07T20:01:12.210572+0000 mgr.a (mgr.14403) 6688 : cluster 0 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-07T20:01:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:13 smithi194 bash[32038]: cluster 2023-12-07T20:01:12.210572+0000 mgr.a (mgr.14403) 6688 : cluster 0 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-07T20:01:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:13 smithi135 bash[32435]: cluster 2023-12-07T20:01:12.210572+0000 mgr.a (mgr.14403) 6688 : cluster 0 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-07T20:01:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:15 smithi079 bash[28699]: cluster 2023-12-07T20:01:14.211406+0000 mgr.a (mgr.14403) 6689 : cluster 0 pgmap v4990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:15 smithi194 bash[32038]: cluster 2023-12-07T20:01:14.211406+0000 mgr.a (mgr.14403) 6689 : cluster 0 pgmap v4990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:15 smithi135 bash[32435]: cluster 2023-12-07T20:01:14.211406+0000 mgr.a (mgr.14403) 6689 : cluster 0 pgmap v4990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:15.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:01:15.992 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:15.992 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:16.906 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:01:16.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:16.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:16.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:16.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:01:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:17 smithi079 bash[28699]: cluster 2023-12-07T20:01:16.211969+0000 mgr.a (mgr.14403) 6690 : cluster 0 pgmap v4991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:17.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:17 smithi079 bash[28699]: audit 2023-12-07T20:01:16.401405+0000 mgr.a (mgr.14403) 6691 : audit 0 from='client.116905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:17 smithi194 bash[32038]: cluster 2023-12-07T20:01:16.211969+0000 mgr.a (mgr.14403) 6690 : cluster 0 pgmap v4991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:17 smithi194 bash[32038]: audit 2023-12-07T20:01:16.401405+0000 mgr.a (mgr.14403) 6691 : audit 0 from='client.116905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:17 smithi135 bash[32435]: cluster 2023-12-07T20:01:16.211969+0000 mgr.a (mgr.14403) 6690 : cluster 0 pgmap v4991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:17 smithi135 bash[32435]: audit 2023-12-07T20:01:16.401405+0000 mgr.a (mgr.14403) 6691 : audit 0 from='client.116905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:19 smithi079 bash[28699]: cluster 2023-12-07T20:01:18.212600+0000 mgr.a (mgr.14403) 6692 : cluster 0 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-07T20:01:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:19 smithi194 bash[32038]: cluster 2023-12-07T20:01:18.212600+0000 mgr.a (mgr.14403) 6692 : cluster 0 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-07T20:01:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:19 smithi135 bash[32435]: cluster 2023-12-07T20:01:18.212600+0000 mgr.a (mgr.14403) 6692 : cluster 0 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-07T20:01:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:21 smithi079 bash[28699]: cluster 2023-12-07T20:01:20.213557+0000 mgr.a (mgr.14403) 6693 : cluster 0 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-07T20:01:21.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:01:21.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:21.910 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:21 smithi194 bash[32038]: cluster 2023-12-07T20:01:20.213557+0000 mgr.a (mgr.14403) 6693 : cluster 0 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-07T20:01:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:21 smithi135 bash[32435]: cluster 2023-12-07T20:01:20.213557+0000 mgr.a (mgr.14403) 6693 : cluster 0 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-07T20:01:22.795 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:01:22.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:22.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:22.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:22.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:01:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:23 smithi079 bash[28699]: cluster 2023-12-07T20:01:22.214073+0000 mgr.a (mgr.14403) 6694 : cluster 0 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-07T20:01:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:23 smithi079 bash[28699]: audit 2023-12-07T20:01:22.310463+0000 mgr.a (mgr.14403) 6695 : audit 0 from='client.142347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:23 smithi194 bash[32038]: cluster 2023-12-07T20:01:22.214073+0000 mgr.a (mgr.14403) 6694 : cluster 0 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-07T20:01:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:23 smithi194 bash[32038]: audit 2023-12-07T20:01:22.310463+0000 mgr.a (mgr.14403) 6695 : audit 0 from='client.142347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:23 smithi135 bash[32435]: cluster 2023-12-07T20:01:22.214073+0000 mgr.a (mgr.14403) 6694 : cluster 0 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-07T20:01:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:23 smithi135 bash[32435]: audit 2023-12-07T20:01:22.310463+0000 mgr.a (mgr.14403) 6695 : audit 0 from='client.142347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:25 smithi079 bash[28699]: cluster 2023-12-07T20:01:24.215030+0000 mgr.a (mgr.14403) 6696 : cluster 0 pgmap v4995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:25 smithi194 bash[32038]: cluster 2023-12-07T20:01:24.215030+0000 mgr.a (mgr.14403) 6696 : cluster 0 pgmap v4995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:25 smithi135 bash[32435]: cluster 2023-12-07T20:01:24.215030+0000 mgr.a (mgr.14403) 6696 : cluster 0 pgmap v4995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:27.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:01:27.798 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:27.798 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:27 smithi079 bash[28699]: cluster 2023-12-07T20:01:26.215541+0000 mgr.a (mgr.14403) 6697 : cluster 0 pgmap v4996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:27 smithi194 bash[32038]: cluster 2023-12-07T20:01:26.215541+0000 mgr.a (mgr.14403) 6697 : cluster 0 pgmap v4996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:27 smithi135 bash[32435]: cluster 2023-12-07T20:01:26.215541+0000 mgr.a (mgr.14403) 6697 : cluster 0 pgmap v4996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:28.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:28.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:28.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:28.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:01:28.702 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:01:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:29 smithi079 bash[28699]: audit 2023-12-07T20:01:28.204652+0000 mgr.a (mgr.14403) 6698 : audit 0 from='client.142422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:29 smithi079 bash[28699]: cluster 2023-12-07T20:01:28.219552+0000 mgr.a (mgr.14403) 6699 : cluster 0 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-07T20:01:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:29 smithi194 bash[32038]: audit 2023-12-07T20:01:28.204652+0000 mgr.a (mgr.14403) 6698 : audit 0 from='client.142422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:29 smithi194 bash[32038]: cluster 2023-12-07T20:01:28.219552+0000 mgr.a (mgr.14403) 6699 : cluster 0 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-07T20:01:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:29 smithi135 bash[32435]: audit 2023-12-07T20:01:28.204652+0000 mgr.a (mgr.14403) 6698 : audit 0 from='client.142422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:29 smithi135 bash[32435]: cluster 2023-12-07T20:01:28.219552+0000 mgr.a (mgr.14403) 6699 : cluster 0 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-07T20:01:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:31 smithi079 bash[28699]: cluster 2023-12-07T20:01:30.220897+0000 mgr.a (mgr.14403) 6700 : cluster 0 pgmap v4998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:01:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:31 smithi194 bash[32038]: cluster 2023-12-07T20:01:30.220897+0000 mgr.a (mgr.14403) 6700 : cluster 0 pgmap v4998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:01:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:31 smithi135 bash[32435]: cluster 2023-12-07T20:01:30.220897+0000 mgr.a (mgr.14403) 6700 : cluster 0 pgmap v4998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:01:33.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:01:33.705 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:33.705 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:33 smithi079 bash[28699]: cluster 2023-12-07T20:01:32.221640+0000 mgr.a (mgr.14403) 6701 : cluster 0 pgmap v4999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:01:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:33 smithi194 bash[32038]: cluster 2023-12-07T20:01:32.221640+0000 mgr.a (mgr.14403) 6701 : cluster 0 pgmap v4999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:01:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:33 smithi135 bash[32435]: cluster 2023-12-07T20:01:32.221640+0000 mgr.a (mgr.14403) 6701 : cluster 0 pgmap v4999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:01:34.626 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:01:34.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:34.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:34.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:34.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:01:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:35 smithi079 bash[28699]: audit 2023-12-07T20:01:34.112228+0000 mgr.a (mgr.14403) 6702 : audit 0 from='client.142500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:35 smithi079 bash[28699]: cluster 2023-12-07T20:01:34.222869+0000 mgr.a (mgr.14403) 6703 : cluster 0 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-07T20:01:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:35 smithi194 bash[32038]: audit 2023-12-07T20:01:34.112228+0000 mgr.a (mgr.14403) 6702 : audit 0 from='client.142500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:35 smithi194 bash[32038]: cluster 2023-12-07T20:01:34.222869+0000 mgr.a (mgr.14403) 6703 : cluster 0 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-07T20:01:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:35 smithi135 bash[32435]: audit 2023-12-07T20:01:34.112228+0000 mgr.a (mgr.14403) 6702 : audit 0 from='client.142500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:35 smithi135 bash[32435]: cluster 2023-12-07T20:01:34.222869+0000 mgr.a (mgr.14403) 6703 : cluster 0 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-07T20:01:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:37 smithi079 bash[28699]: cluster 2023-12-07T20:01:36.223646+0000 mgr.a (mgr.14403) 6704 : cluster 0 pgmap v5001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:37 smithi194 bash[32038]: cluster 2023-12-07T20:01:36.223646+0000 mgr.a (mgr.14403) 6704 : cluster 0 pgmap v5001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:37 smithi135 bash[32435]: cluster 2023-12-07T20:01:36.223646+0000 mgr.a (mgr.14403) 6704 : cluster 0 pgmap v5001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:39.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:01:39.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:39.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:39 smithi079 bash[28699]: cluster 2023-12-07T20:01:38.224268+0000 mgr.a (mgr.14403) 6705 : cluster 0 pgmap v5002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:39 smithi194 bash[32038]: cluster 2023-12-07T20:01:38.224268+0000 mgr.a (mgr.14403) 6705 : cluster 0 pgmap v5002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:39 smithi135 bash[32435]: cluster 2023-12-07T20:01:38.224268+0000 mgr.a (mgr.14403) 6705 : cluster 0 pgmap v5002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:01:40.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:40.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:40.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:40.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:01:40.547 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:01:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:41 smithi079 bash[28699]: audit 2023-12-07T20:01:40.033312+0000 mgr.a (mgr.14403) 6706 : audit 0 from='client.142572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:41 smithi079 bash[28699]: cluster 2023-12-07T20:01:40.225492+0000 mgr.a (mgr.14403) 6707 : cluster 0 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-07T20:01:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:41 smithi194 bash[32038]: audit 2023-12-07T20:01:40.033312+0000 mgr.a (mgr.14403) 6706 : audit 0 from='client.142572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:41 smithi194 bash[32038]: cluster 2023-12-07T20:01:40.225492+0000 mgr.a (mgr.14403) 6707 : cluster 0 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-07T20:01:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:41 smithi135 bash[32435]: audit 2023-12-07T20:01:40.033312+0000 mgr.a (mgr.14403) 6706 : audit 0 from='client.142572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:41 smithi135 bash[32435]: cluster 2023-12-07T20:01:40.225492+0000 mgr.a (mgr.14403) 6707 : cluster 0 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-07T20:01:42.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:42 smithi079 bash[28699]: audit 2023-12-07T20:01:41.714036+0000 mon.a (mon.0) 1383 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:01:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:42 smithi194 bash[32038]: audit 2023-12-07T20:01:41.714036+0000 mon.a (mon.0) 1383 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:01:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:42 smithi135 bash[32435]: audit 2023-12-07T20:01:41.714036+0000 mon.a (mon.0) 1383 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:01:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:43 smithi079 bash[28699]: cluster 2023-12-07T20:01:42.226192+0000 mgr.a (mgr.14403) 6708 : cluster 0 pgmap v5004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:01:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:43 smithi194 bash[32038]: cluster 2023-12-07T20:01:42.226192+0000 mgr.a (mgr.14403) 6708 : cluster 0 pgmap v5004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:01:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:43 smithi135 bash[32435]: cluster 2023-12-07T20:01:42.226192+0000 mgr.a (mgr.14403) 6708 : cluster 0 pgmap v5004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:01:44.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:44 smithi079 bash[28699]: cluster 2023-12-07T20:01:44.227065+0000 mgr.a (mgr.14403) 6709 : cluster 0 pgmap v5005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:01:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:44 smithi194 bash[32038]: cluster 2023-12-07T20:01:44.227065+0000 mgr.a (mgr.14403) 6709 : cluster 0 pgmap v5005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:01:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:44 smithi135 bash[32435]: cluster 2023-12-07T20:01:44.227065+0000 mgr.a (mgr.14403) 6709 : cluster 0 pgmap v5005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:01:45.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:01:45.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:45.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:46.434 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:01:46.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:46.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:46.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:46.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:01:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:47 smithi079 bash[28699]: audit 2023-12-07T20:01:45.947480+0000 mgr.a (mgr.14403) 6710 : audit 0 from='client.142644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:47 smithi079 bash[28699]: cluster 2023-12-07T20:01:46.227747+0000 mgr.a (mgr.14403) 6711 : cluster 0 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-07T20:01:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:47 smithi079 bash[28699]: audit 2023-12-07T20:01:47.057773+0000 mon.a (mon.0) 1384 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:47 smithi079 bash[28699]: audit 2023-12-07T20:01:47.065920+0000 mon.a (mon.0) 1385 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:47 smithi079 bash[28699]: audit 2023-12-07T20:01:47.106568+0000 mon.a (mon.0) 1386 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:47 smithi079 bash[28699]: audit 2023-12-07T20:01:47.112827+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:47 smithi079 bash[28699]: audit 2023-12-07T20:01:47.118628+0000 mon.a (mon.0) 1388 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:47 smithi079 bash[28699]: audit 2023-12-07T20:01:47.123847+0000 mon.a (mon.0) 1389 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:47 smithi194 bash[32038]: audit 2023-12-07T20:01:45.947480+0000 mgr.a (mgr.14403) 6710 : audit 0 from='client.142644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:47 smithi194 bash[32038]: cluster 2023-12-07T20:01:46.227747+0000 mgr.a (mgr.14403) 6711 : cluster 0 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-07T20:01:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:47 smithi194 bash[32038]: audit 2023-12-07T20:01:47.057773+0000 mon.a (mon.0) 1384 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:47 smithi194 bash[32038]: audit 2023-12-07T20:01:47.065920+0000 mon.a (mon.0) 1385 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:47 smithi194 bash[32038]: audit 2023-12-07T20:01:47.106568+0000 mon.a (mon.0) 1386 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:47 smithi194 bash[32038]: audit 2023-12-07T20:01:47.112827+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:47 smithi194 bash[32038]: audit 2023-12-07T20:01:47.118628+0000 mon.a (mon.0) 1388 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:47 smithi194 bash[32038]: audit 2023-12-07T20:01:47.123847+0000 mon.a (mon.0) 1389 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:47 smithi135 bash[32435]: audit 2023-12-07T20:01:45.947480+0000 mgr.a (mgr.14403) 6710 : audit 0 from='client.142644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:47 smithi135 bash[32435]: cluster 2023-12-07T20:01:46.227747+0000 mgr.a (mgr.14403) 6711 : cluster 0 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-07T20:01:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:47 smithi135 bash[32435]: audit 2023-12-07T20:01:47.057773+0000 mon.a (mon.0) 1384 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:47 smithi135 bash[32435]: audit 2023-12-07T20:01:47.065920+0000 mon.a (mon.0) 1385 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:47 smithi135 bash[32435]: audit 2023-12-07T20:01:47.106568+0000 mon.a (mon.0) 1386 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:47 smithi135 bash[32435]: audit 2023-12-07T20:01:47.112827+0000 mon.a (mon.0) 1387 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:47 smithi135 bash[32435]: audit 2023-12-07T20:01:47.118628+0000 mon.a (mon.0) 1388 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:47.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:47 smithi135 bash[32435]: audit 2023-12-07T20:01:47.123847+0000 mon.a (mon.0) 1389 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:48.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:48 smithi079 bash[28699]: audit 2023-12-07T20:01:47.807461+0000 mon.a (mon.0) 1390 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:01:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:48 smithi079 bash[28699]: audit 2023-12-07T20:01:47.809360+0000 mon.a (mon.0) 1391 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:01:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:48 smithi079 bash[28699]: audit 2023-12-07T20:01:47.819332+0000 mon.a (mon.0) 1392 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:48 smithi194 bash[32038]: audit 2023-12-07T20:01:47.807461+0000 mon.a (mon.0) 1390 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:01:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:48 smithi194 bash[32038]: audit 2023-12-07T20:01:47.809360+0000 mon.a (mon.0) 1391 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:01:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:48 smithi194 bash[32038]: audit 2023-12-07T20:01:47.819332+0000 mon.a (mon.0) 1392 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:48 smithi135 bash[32435]: audit 2023-12-07T20:01:47.807461+0000 mon.a (mon.0) 1390 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:01:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:48 smithi135 bash[32435]: audit 2023-12-07T20:01:47.809360+0000 mon.a (mon.0) 1391 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:01:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:48 smithi135 bash[32435]: audit 2023-12-07T20:01:47.819332+0000 mon.a (mon.0) 1392 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:01:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:49 smithi079 bash[28699]: cluster 2023-12-07T20:01:48.228461+0000 mgr.a (mgr.14403) 6712 : cluster 0 pgmap v5007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:49 smithi194 bash[32038]: cluster 2023-12-07T20:01:48.228461+0000 mgr.a (mgr.14403) 6712 : cluster 0 pgmap v5007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:49 smithi135 bash[32435]: cluster 2023-12-07T20:01:48.228461+0000 mgr.a (mgr.14403) 6712 : cluster 0 pgmap v5007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:51.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:01:51.437 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:51.437 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:51 smithi079 bash[28699]: cluster 2023-12-07T20:01:50.229319+0000 mgr.a (mgr.14403) 6713 : cluster 0 pgmap v5008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:51 smithi194 bash[32038]: cluster 2023-12-07T20:01:50.229319+0000 mgr.a (mgr.14403) 6713 : cluster 0 pgmap v5008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:51 smithi135 bash[32435]: cluster 2023-12-07T20:01:50.229319+0000 mgr.a (mgr.14403) 6713 : cluster 0 pgmap v5008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:52.344 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:01:52.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:52.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:52.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:52.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:01:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:53 smithi079 bash[28699]: audit 2023-12-07T20:01:51.834299+0000 mgr.a (mgr.14403) 6714 : audit 0 from='client.142713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:53 smithi079 bash[28699]: cluster 2023-12-07T20:01:52.230207+0000 mgr.a (mgr.14403) 6715 : cluster 0 pgmap v5009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:53 smithi194 bash[32038]: audit 2023-12-07T20:01:51.834299+0000 mgr.a (mgr.14403) 6714 : audit 0 from='client.142713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:53 smithi194 bash[32038]: cluster 2023-12-07T20:01:52.230207+0000 mgr.a (mgr.14403) 6715 : cluster 0 pgmap v5009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:53 smithi135 bash[32435]: audit 2023-12-07T20:01:51.834299+0000 mgr.a (mgr.14403) 6714 : audit 0 from='client.142713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:53 smithi135 bash[32435]: cluster 2023-12-07T20:01:52.230207+0000 mgr.a (mgr.14403) 6715 : cluster 0 pgmap v5009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:55 smithi079 bash[28699]: cluster 2023-12-07T20:01:54.231040+0000 mgr.a (mgr.14403) 6716 : cluster 0 pgmap v5010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:55 smithi194 bash[32038]: cluster 2023-12-07T20:01:54.231040+0000 mgr.a (mgr.14403) 6716 : cluster 0 pgmap v5010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:55 smithi135 bash[32435]: cluster 2023-12-07T20:01:54.231040+0000 mgr.a (mgr.14403) 6716 : cluster 0 pgmap v5010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:01:57.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:01:57.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:01:57.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:01:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:57 smithi079 bash[28699]: cluster 2023-12-07T20:01:56.231555+0000 mgr.a (mgr.14403) 6717 : cluster 0 pgmap v5011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:57 smithi194 bash[32038]: cluster 2023-12-07T20:01:56.231555+0000 mgr.a (mgr.14403) 6717 : cluster 0 pgmap v5011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:57 smithi135 bash[32435]: cluster 2023-12-07T20:01:56.231555+0000 mgr.a (mgr.14403) 6717 : cluster 0 pgmap v5011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:58.258 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:01:58.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:01:58.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:01:58.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:01:58.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:01:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:59 smithi079 bash[28699]: audit 2023-12-07T20:01:57.754950+0000 mgr.a (mgr.14403) 6718 : audit 0 from='client.142788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:01:59 smithi079 bash[28699]: cluster 2023-12-07T20:01:58.232176+0000 mgr.a (mgr.14403) 6719 : cluster 0 pgmap v5012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:59 smithi194 bash[32038]: audit 2023-12-07T20:01:57.754950+0000 mgr.a (mgr.14403) 6718 : audit 0 from='client.142788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:01:59 smithi194 bash[32038]: cluster 2023-12-07T20:01:58.232176+0000 mgr.a (mgr.14403) 6719 : cluster 0 pgmap v5012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:01:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:59 smithi135 bash[32435]: audit 2023-12-07T20:01:57.754950+0000 mgr.a (mgr.14403) 6718 : audit 0 from='client.142788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:01:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:01:59 smithi135 bash[32435]: cluster 2023-12-07T20:01:58.232176+0000 mgr.a (mgr.14403) 6719 : cluster 0 pgmap v5012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:01 smithi079 bash[28699]: cluster 2023-12-07T20:02:00.232983+0000 mgr.a (mgr.14403) 6720 : cluster 0 pgmap v5013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:01 smithi194 bash[32038]: cluster 2023-12-07T20:02:00.232983+0000 mgr.a (mgr.14403) 6720 : cluster 0 pgmap v5013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:01.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:01 smithi135 bash[32435]: cluster 2023-12-07T20:02:00.232983+0000 mgr.a (mgr.14403) 6720 : cluster 0 pgmap v5013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:03.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:02:03.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:03.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:03 smithi079 bash[28699]: cluster 2023-12-07T20:02:02.233502+0000 mgr.a (mgr.14403) 6721 : cluster 0 pgmap v5014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:03 smithi194 bash[32038]: cluster 2023-12-07T20:02:02.233502+0000 mgr.a (mgr.14403) 6721 : cluster 0 pgmap v5014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:03 smithi135 bash[32435]: cluster 2023-12-07T20:02:02.233502+0000 mgr.a (mgr.14403) 6721 : cluster 0 pgmap v5014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:04.178 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:02:04.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:04.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:04.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:04.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:02:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:05 smithi079 bash[28699]: audit 2023-12-07T20:02:03.674495+0000 mgr.a (mgr.14403) 6722 : audit 0 from='client.142863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:05 smithi079 bash[28699]: cluster 2023-12-07T20:02:04.234703+0000 mgr.a (mgr.14403) 6723 : cluster 0 pgmap v5015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:05 smithi194 bash[32038]: audit 2023-12-07T20:02:03.674495+0000 mgr.a (mgr.14403) 6722 : audit 0 from='client.142863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:05 smithi194 bash[32038]: cluster 2023-12-07T20:02:04.234703+0000 mgr.a (mgr.14403) 6723 : cluster 0 pgmap v5015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:05 smithi135 bash[32435]: audit 2023-12-07T20:02:03.674495+0000 mgr.a (mgr.14403) 6722 : audit 0 from='client.142863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:05 smithi135 bash[32435]: cluster 2023-12-07T20:02:04.234703+0000 mgr.a (mgr.14403) 6723 : cluster 0 pgmap v5015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:07 smithi079 bash[28699]: cluster 2023-12-07T20:02:06.235346+0000 mgr.a (mgr.14403) 6724 : cluster 0 pgmap v5016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:07 smithi194 bash[32038]: cluster 2023-12-07T20:02:06.235346+0000 mgr.a (mgr.14403) 6724 : cluster 0 pgmap v5016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:07 smithi135 bash[32435]: cluster 2023-12-07T20:02:06.235346+0000 mgr.a (mgr.14403) 6724 : cluster 0 pgmap v5016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:09.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:02:09.182 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:09.182 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:09 smithi079 bash[28699]: cluster 2023-12-07T20:02:08.235859+0000 mgr.a (mgr.14403) 6725 : cluster 0 pgmap v5017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:09 smithi194 bash[32038]: cluster 2023-12-07T20:02:08.235859+0000 mgr.a (mgr.14403) 6725 : cluster 0 pgmap v5017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:09 smithi135 bash[32435]: cluster 2023-12-07T20:02:08.235859+0000 mgr.a (mgr.14403) 6725 : cluster 0 pgmap v5017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:10.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:10.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:10.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:10.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:02:10.078 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:02:10.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:10 smithi079 bash[28699]: audit 2023-12-07T20:02:09.586392+0000 mgr.a (mgr.14403) 6726 : audit 0 from='client.142941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:10 smithi194 bash[32038]: audit 2023-12-07T20:02:09.586392+0000 mgr.a (mgr.14403) 6726 : audit 0 from='client.142941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:10 smithi135 bash[32435]: audit 2023-12-07T20:02:09.586392+0000 mgr.a (mgr.14403) 6726 : audit 0 from='client.142941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:11 smithi079 bash[28699]: cluster 2023-12-07T20:02:10.236958+0000 mgr.a (mgr.14403) 6727 : cluster 0 pgmap v5018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:11 smithi194 bash[32038]: cluster 2023-12-07T20:02:10.236958+0000 mgr.a (mgr.14403) 6727 : cluster 0 pgmap v5018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:11 smithi135 bash[32435]: cluster 2023-12-07T20:02:10.236958+0000 mgr.a (mgr.14403) 6727 : cluster 0 pgmap v5018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:13 smithi079 bash[28699]: cluster 2023-12-07T20:02:12.237682+0000 mgr.a (mgr.14403) 6728 : cluster 0 pgmap v5019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:13 smithi194 bash[32038]: cluster 2023-12-07T20:02:12.237682+0000 mgr.a (mgr.14403) 6728 : cluster 0 pgmap v5019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:13 smithi135 bash[32435]: cluster 2023-12-07T20:02:12.237682+0000 mgr.a (mgr.14403) 6728 : cluster 0 pgmap v5019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:15.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:02:15.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:15.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:15 smithi079 bash[28699]: cluster 2023-12-07T20:02:14.238540+0000 mgr.a (mgr.14403) 6729 : cluster 0 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-07T20:02:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:15 smithi194 bash[32038]: cluster 2023-12-07T20:02:14.238540+0000 mgr.a (mgr.14403) 6729 : cluster 0 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-07T20:02:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:15 smithi135 bash[32435]: cluster 2023-12-07T20:02:14.238540+0000 mgr.a (mgr.14403) 6729 : cluster 0 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-07T20:02:15.998 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:02:15.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:15.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:15.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:15.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:02:16.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:16 smithi079 bash[28699]: audit 2023-12-07T20:02:15.483106+0000 mgr.a (mgr.14403) 6730 : audit 0 from='client.143016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:16 smithi194 bash[32038]: audit 2023-12-07T20:02:15.483106+0000 mgr.a (mgr.14403) 6730 : audit 0 from='client.143016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:16 smithi135 bash[32435]: audit 2023-12-07T20:02:15.483106+0000 mgr.a (mgr.14403) 6730 : audit 0 from='client.143016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:17 smithi079 bash[28699]: cluster 2023-12-07T20:02:16.239335+0000 mgr.a (mgr.14403) 6731 : cluster 0 pgmap v5021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:17.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:17 smithi194 bash[32038]: cluster 2023-12-07T20:02:16.239335+0000 mgr.a (mgr.14403) 6731 : cluster 0 pgmap v5021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:17 smithi135 bash[32435]: cluster 2023-12-07T20:02:16.239335+0000 mgr.a (mgr.14403) 6731 : cluster 0 pgmap v5021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:19 smithi079 bash[28699]: cluster 2023-12-07T20:02:18.240024+0000 mgr.a (mgr.14403) 6732 : cluster 0 pgmap v5022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:19 smithi194 bash[32038]: cluster 2023-12-07T20:02:18.240024+0000 mgr.a (mgr.14403) 6732 : cluster 0 pgmap v5022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:19 smithi135 bash[32435]: cluster 2023-12-07T20:02:18.240024+0000 mgr.a (mgr.14403) 6732 : cluster 0 pgmap v5022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:21.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:02:21.000 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:21.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:21 smithi079 bash[28699]: cluster 2023-12-07T20:02:20.240985+0000 mgr.a (mgr.14403) 6733 : cluster 0 pgmap v5023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:21.925 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:02:21.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:21.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:21.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:21.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:02:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:21 smithi194 bash[32038]: cluster 2023-12-07T20:02:20.240985+0000 mgr.a (mgr.14403) 6733 : cluster 0 pgmap v5023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:21 smithi135 bash[32435]: cluster 2023-12-07T20:02:20.240985+0000 mgr.a (mgr.14403) 6733 : cluster 0 pgmap v5023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:22.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:22 smithi079 bash[28699]: audit 2023-12-07T20:02:21.408370+0000 mgr.a (mgr.14403) 6734 : audit 0 from='client.143082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:22 smithi194 bash[32038]: audit 2023-12-07T20:02:21.408370+0000 mgr.a (mgr.14403) 6734 : audit 0 from='client.143082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:22 smithi135 bash[32435]: audit 2023-12-07T20:02:21.408370+0000 mgr.a (mgr.14403) 6734 : audit 0 from='client.143082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:23 smithi079 bash[28699]: cluster 2023-12-07T20:02:22.241759+0000 mgr.a (mgr.14403) 6735 : cluster 0 pgmap v5024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:23 smithi194 bash[32038]: cluster 2023-12-07T20:02:22.241759+0000 mgr.a (mgr.14403) 6735 : cluster 0 pgmap v5024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:23 smithi135 bash[32435]: cluster 2023-12-07T20:02:22.241759+0000 mgr.a (mgr.14403) 6735 : cluster 0 pgmap v5024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:25 smithi079 bash[28699]: cluster 2023-12-07T20:02:24.242618+0000 mgr.a (mgr.14403) 6736 : cluster 0 pgmap v5025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:25 smithi194 bash[32038]: cluster 2023-12-07T20:02:24.242618+0000 mgr.a (mgr.14403) 6736 : cluster 0 pgmap v5025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:25 smithi135 bash[32435]: cluster 2023-12-07T20:02:24.242618+0000 mgr.a (mgr.14403) 6736 : cluster 0 pgmap v5025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:26.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:02:26.929 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:26.929 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:27.857 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:02:27.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:27.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:27.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:27.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:02:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:27 smithi079 bash[28699]: cluster 2023-12-07T20:02:26.243200+0000 mgr.a (mgr.14403) 6737 : cluster 0 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-07T20:02:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:27 smithi194 bash[32038]: cluster 2023-12-07T20:02:26.243200+0000 mgr.a (mgr.14403) 6737 : cluster 0 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-07T20:02:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:27 smithi135 bash[32435]: cluster 2023-12-07T20:02:26.243200+0000 mgr.a (mgr.14403) 6737 : cluster 0 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-07T20:02:28.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:28 smithi079 bash[28699]: audit 2023-12-07T20:02:27.337668+0000 mgr.a (mgr.14403) 6738 : audit 0 from='client.143157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:28 smithi194 bash[32038]: audit 2023-12-07T20:02:27.337668+0000 mgr.a (mgr.14403) 6738 : audit 0 from='client.143157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:28 smithi135 bash[32435]: audit 2023-12-07T20:02:27.337668+0000 mgr.a (mgr.14403) 6738 : audit 0 from='client.143157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:29 smithi079 bash[28699]: cluster 2023-12-07T20:02:28.243892+0000 mgr.a (mgr.14403) 6739 : cluster 0 pgmap v5027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:29 smithi194 bash[32038]: cluster 2023-12-07T20:02:28.243892+0000 mgr.a (mgr.14403) 6739 : cluster 0 pgmap v5027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:29 smithi135 bash[32435]: cluster 2023-12-07T20:02:28.243892+0000 mgr.a (mgr.14403) 6739 : cluster 0 pgmap v5027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:31 smithi079 bash[28699]: cluster 2023-12-07T20:02:30.244706+0000 mgr.a (mgr.14403) 6740 : cluster 0 pgmap v5028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:31 smithi194 bash[32038]: cluster 2023-12-07T20:02:30.244706+0000 mgr.a (mgr.14403) 6740 : cluster 0 pgmap v5028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:31 smithi135 bash[32435]: cluster 2023-12-07T20:02:30.244706+0000 mgr.a (mgr.14403) 6740 : cluster 0 pgmap v5028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:32.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:02:32.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:32.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:33.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:33.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:33.776 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:02:33.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:33.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:02:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:33 smithi079 bash[28699]: cluster 2023-12-07T20:02:32.245268+0000 mgr.a (mgr.14403) 6741 : cluster 0 pgmap v5029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:33 smithi194 bash[32038]: cluster 2023-12-07T20:02:32.245268+0000 mgr.a (mgr.14403) 6741 : cluster 0 pgmap v5029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:33 smithi135 bash[32435]: cluster 2023-12-07T20:02:32.245268+0000 mgr.a (mgr.14403) 6741 : cluster 0 pgmap v5029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:34.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:34 smithi079 bash[28699]: audit 2023-12-07T20:02:33.267160+0000 mgr.a (mgr.14403) 6742 : audit 0 from='client.143232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:34 smithi194 bash[32038]: audit 2023-12-07T20:02:33.267160+0000 mgr.a (mgr.14403) 6742 : audit 0 from='client.143232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:34 smithi135 bash[32435]: audit 2023-12-07T20:02:33.267160+0000 mgr.a (mgr.14403) 6742 : audit 0 from='client.143232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:35 smithi079 bash[28699]: cluster 2023-12-07T20:02:34.246358+0000 mgr.a (mgr.14403) 6743 : cluster 0 pgmap v5030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:02:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:35 smithi194 bash[32038]: cluster 2023-12-07T20:02:34.246358+0000 mgr.a (mgr.14403) 6743 : cluster 0 pgmap v5030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:02:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:35 smithi135 bash[32435]: cluster 2023-12-07T20:02:34.246358+0000 mgr.a (mgr.14403) 6743 : cluster 0 pgmap v5030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:02:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:37 smithi079 bash[28699]: cluster 2023-12-07T20:02:36.246906+0000 mgr.a (mgr.14403) 6744 : cluster 0 pgmap v5031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:02:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:37 smithi194 bash[32038]: cluster 2023-12-07T20:02:36.246906+0000 mgr.a (mgr.14403) 6744 : cluster 0 pgmap v5031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:02:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:37 smithi135 bash[32435]: cluster 2023-12-07T20:02:36.246906+0000 mgr.a (mgr.14403) 6744 : cluster 0 pgmap v5031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:02:38.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:02:38.780 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:38.780 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:39.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:39.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:39.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:39.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:02:39.706 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:02:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:39 smithi079 bash[28699]: cluster 2023-12-07T20:02:38.247427+0000 mgr.a (mgr.14403) 6745 : cluster 0 pgmap v5032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:02:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:39 smithi194 bash[32038]: cluster 2023-12-07T20:02:38.247427+0000 mgr.a (mgr.14403) 6745 : cluster 0 pgmap v5032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:02:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:39 smithi135 bash[32435]: cluster 2023-12-07T20:02:38.247427+0000 mgr.a (mgr.14403) 6745 : cluster 0 pgmap v5032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:02:40.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:40 smithi079 bash[28699]: audit 2023-12-07T20:02:39.184467+0000 mgr.a (mgr.14403) 6746 : audit 0 from='client.143304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:40 smithi194 bash[32038]: audit 2023-12-07T20:02:39.184467+0000 mgr.a (mgr.14403) 6746 : audit 0 from='client.143304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:40 smithi135 bash[32435]: audit 2023-12-07T20:02:39.184467+0000 mgr.a (mgr.14403) 6746 : audit 0 from='client.143304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:41 smithi079 bash[28699]: cluster 2023-12-07T20:02:40.248491+0000 mgr.a (mgr.14403) 6747 : cluster 0 pgmap v5033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:41 smithi194 bash[32038]: cluster 2023-12-07T20:02:40.248491+0000 mgr.a (mgr.14403) 6747 : cluster 0 pgmap v5033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:41 smithi135 bash[32435]: cluster 2023-12-07T20:02:40.248491+0000 mgr.a (mgr.14403) 6747 : cluster 0 pgmap v5033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:43 smithi079 bash[28699]: cluster 2023-12-07T20:02:42.249094+0000 mgr.a (mgr.14403) 6748 : cluster 0 pgmap v5034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:43 smithi194 bash[32038]: cluster 2023-12-07T20:02:42.249094+0000 mgr.a (mgr.14403) 6748 : cluster 0 pgmap v5034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:43 smithi135 bash[32435]: cluster 2023-12-07T20:02:42.249094+0000 mgr.a (mgr.14403) 6748 : cluster 0 pgmap v5034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:02:44.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:02:44.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:44.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:45.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:45.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:45.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:45.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:02:45.586 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:02:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:45 smithi079 bash[28699]: cluster 2023-12-07T20:02:44.249833+0000 mgr.a (mgr.14403) 6749 : cluster 0 pgmap v5035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:45 smithi194 bash[32038]: cluster 2023-12-07T20:02:44.249833+0000 mgr.a (mgr.14403) 6749 : cluster 0 pgmap v5035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:45 smithi135 bash[32435]: cluster 2023-12-07T20:02:44.249833+0000 mgr.a (mgr.14403) 6749 : cluster 0 pgmap v5035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:46.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:46 smithi079 bash[28699]: audit 2023-12-07T20:02:45.107904+0000 mgr.a (mgr.14403) 6750 : audit 0 from='client.143379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:46 smithi194 bash[32038]: audit 2023-12-07T20:02:45.107904+0000 mgr.a (mgr.14403) 6750 : audit 0 from='client.143379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:46 smithi135 bash[32435]: audit 2023-12-07T20:02:45.107904+0000 mgr.a (mgr.14403) 6750 : audit 0 from='client.143379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:47 smithi079 bash[28699]: cluster 2023-12-07T20:02:46.250532+0000 mgr.a (mgr.14403) 6751 : cluster 0 pgmap v5036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:02:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:47 smithi194 bash[32038]: cluster 2023-12-07T20:02:46.250532+0000 mgr.a (mgr.14403) 6751 : cluster 0 pgmap v5036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:02:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:47 smithi135 bash[32435]: cluster 2023-12-07T20:02:46.250532+0000 mgr.a (mgr.14403) 6751 : cluster 0 pgmap v5036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:02:48.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:48 smithi079 bash[28699]: audit 2023-12-07T20:02:47.923086+0000 mon.a (mon.0) 1393 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:02:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:48 smithi194 bash[32038]: audit 2023-12-07T20:02:47.923086+0000 mon.a (mon.0) 1393 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:02:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:48 smithi135 bash[32435]: audit 2023-12-07T20:02:47.923086+0000 mon.a (mon.0) 1393 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:02:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:49 smithi079 bash[28699]: cluster 2023-12-07T20:02:48.251050+0000 mgr.a (mgr.14403) 6752 : cluster 0 pgmap v5037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:02:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:49 smithi079 bash[28699]: audit 2023-12-07T20:02:48.706000+0000 mon.a (mon.0) 1394 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:02:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:49 smithi079 bash[28699]: audit 2023-12-07T20:02:48.707684+0000 mon.a (mon.0) 1395 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:02:49.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:49 smithi079 bash[28699]: audit 2023-12-07T20:02:48.717079+0000 mon.a (mon.0) 1396 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:02:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:49 smithi194 bash[32038]: cluster 2023-12-07T20:02:48.251050+0000 mgr.a (mgr.14403) 6752 : cluster 0 pgmap v5037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:02:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:49 smithi194 bash[32038]: audit 2023-12-07T20:02:48.706000+0000 mon.a (mon.0) 1394 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:02:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:49 smithi194 bash[32038]: audit 2023-12-07T20:02:48.707684+0000 mon.a (mon.0) 1395 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:02:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:49 smithi194 bash[32038]: audit 2023-12-07T20:02:48.717079+0000 mon.a (mon.0) 1396 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:02:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:49 smithi135 bash[32435]: cluster 2023-12-07T20:02:48.251050+0000 mgr.a (mgr.14403) 6752 : cluster 0 pgmap v5037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:02:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:49 smithi135 bash[32435]: audit 2023-12-07T20:02:48.706000+0000 mon.a (mon.0) 1394 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:02:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:49 smithi135 bash[32435]: audit 2023-12-07T20:02:48.707684+0000 mon.a (mon.0) 1395 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:02:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:49 smithi135 bash[32435]: audit 2023-12-07T20:02:48.717079+0000 mon.a (mon.0) 1396 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:02:50.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:02:50.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:50.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:51.503 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:02:51.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:51.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:51.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:51.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:02:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:51 smithi079 bash[28699]: cluster 2023-12-07T20:02:50.251914+0000 mgr.a (mgr.14403) 6753 : cluster 0 pgmap v5038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:02:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:51 smithi194 bash[32038]: cluster 2023-12-07T20:02:50.251914+0000 mgr.a (mgr.14403) 6753 : cluster 0 pgmap v5038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:02:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:51 smithi135 bash[32435]: cluster 2023-12-07T20:02:50.251914+0000 mgr.a (mgr.14403) 6753 : cluster 0 pgmap v5038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:02:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:52 smithi079 bash[28699]: audit 2023-12-07T20:02:50.993194+0000 mgr.a (mgr.14403) 6754 : audit 0 from='client.143451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:52 smithi194 bash[32038]: audit 2023-12-07T20:02:50.993194+0000 mgr.a (mgr.14403) 6754 : audit 0 from='client.143451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:52 smithi135 bash[32435]: audit 2023-12-07T20:02:50.993194+0000 mgr.a (mgr.14403) 6754 : audit 0 from='client.143451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:53 smithi079 bash[28699]: cluster 2023-12-07T20:02:52.252679+0000 mgr.a (mgr.14403) 6755 : cluster 0 pgmap v5039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:53 smithi194 bash[32038]: cluster 2023-12-07T20:02:52.252679+0000 mgr.a (mgr.14403) 6755 : cluster 0 pgmap v5039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:53 smithi135 bash[32435]: cluster 2023-12-07T20:02:52.252679+0000 mgr.a (mgr.14403) 6755 : cluster 0 pgmap v5039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:55 smithi079 bash[28699]: cluster 2023-12-07T20:02:54.253465+0000 mgr.a (mgr.14403) 6756 : cluster 0 pgmap v5040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:55 smithi194 bash[32038]: cluster 2023-12-07T20:02:54.253465+0000 mgr.a (mgr.14403) 6756 : cluster 0 pgmap v5040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:55 smithi135 bash[32435]: cluster 2023-12-07T20:02:54.253465+0000 mgr.a (mgr.14403) 6756 : cluster 0 pgmap v5040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:02:56.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:02:56.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:02:56.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:02:57.426 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:02:57.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:02:57.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:02:57.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:02:57.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:02:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:57 smithi079 bash[28699]: cluster 2023-12-07T20:02:56.254013+0000 mgr.a (mgr.14403) 6757 : cluster 0 pgmap v5041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:57 smithi194 bash[32038]: cluster 2023-12-07T20:02:56.254013+0000 mgr.a (mgr.14403) 6757 : cluster 0 pgmap v5041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:57 smithi135 bash[32435]: cluster 2023-12-07T20:02:56.254013+0000 mgr.a (mgr.14403) 6757 : cluster 0 pgmap v5041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:58.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:58 smithi079 bash[28699]: audit 2023-12-07T20:02:56.915300+0000 mgr.a (mgr.14403) 6758 : audit 0 from='client.143526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:58 smithi194 bash[32038]: audit 2023-12-07T20:02:56.915300+0000 mgr.a (mgr.14403) 6758 : audit 0 from='client.143526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:58 smithi135 bash[32435]: audit 2023-12-07T20:02:56.915300+0000 mgr.a (mgr.14403) 6758 : audit 0 from='client.143526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:02:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:02:59 smithi079 bash[28699]: cluster 2023-12-07T20:02:58.254681+0000 mgr.a (mgr.14403) 6759 : cluster 0 pgmap v5042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:02:59 smithi194 bash[32038]: cluster 2023-12-07T20:02:58.254681+0000 mgr.a (mgr.14403) 6759 : cluster 0 pgmap v5042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:02:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:02:59 smithi135 bash[32435]: cluster 2023-12-07T20:02:58.254681+0000 mgr.a (mgr.14403) 6759 : cluster 0 pgmap v5042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:01 smithi079 bash[28699]: cluster 2023-12-07T20:03:00.255487+0000 mgr.a (mgr.14403) 6760 : cluster 0 pgmap v5043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:01 smithi194 bash[32038]: cluster 2023-12-07T20:03:00.255487+0000 mgr.a (mgr.14403) 6760 : cluster 0 pgmap v5043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:01.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:01 smithi135 bash[32435]: cluster 2023-12-07T20:03:00.255487+0000 mgr.a (mgr.14403) 6760 : cluster 0 pgmap v5043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:02.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:03:02.430 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:02.430 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:03.328 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:03:03.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:03.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:03.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:03.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:03:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:03 smithi079 bash[28699]: cluster 2023-12-07T20:03:02.256009+0000 mgr.a (mgr.14403) 6761 : cluster 0 pgmap v5044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:03 smithi194 bash[32038]: cluster 2023-12-07T20:03:02.256009+0000 mgr.a (mgr.14403) 6761 : cluster 0 pgmap v5044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:03 smithi135 bash[32435]: cluster 2023-12-07T20:03:02.256009+0000 mgr.a (mgr.14403) 6761 : cluster 0 pgmap v5044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:04.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:04 smithi079 bash[28699]: audit 2023-12-07T20:03:02.838189+0000 mgr.a (mgr.14403) 6762 : audit 0 from='client.143601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:04 smithi194 bash[32038]: audit 2023-12-07T20:03:02.838189+0000 mgr.a (mgr.14403) 6762 : audit 0 from='client.143601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:04 smithi135 bash[32435]: audit 2023-12-07T20:03:02.838189+0000 mgr.a (mgr.14403) 6762 : audit 0 from='client.143601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:05 smithi079 bash[28699]: cluster 2023-12-07T20:03:04.256898+0000 mgr.a (mgr.14403) 6763 : cluster 0 pgmap v5045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:05 smithi194 bash[32038]: cluster 2023-12-07T20:03:04.256898+0000 mgr.a (mgr.14403) 6763 : cluster 0 pgmap v5045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:05 smithi135 bash[32435]: cluster 2023-12-07T20:03:04.256898+0000 mgr.a (mgr.14403) 6763 : cluster 0 pgmap v5045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:07 smithi079 bash[28699]: cluster 2023-12-07T20:03:06.257501+0000 mgr.a (mgr.14403) 6764 : cluster 0 pgmap v5046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:07 smithi194 bash[32038]: cluster 2023-12-07T20:03:06.257501+0000 mgr.a (mgr.14403) 6764 : cluster 0 pgmap v5046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:07 smithi135 bash[32435]: cluster 2023-12-07T20:03:06.257501+0000 mgr.a (mgr.14403) 6764 : cluster 0 pgmap v5046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:08.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:03:08.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:08.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:09.233 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:03:09.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:09.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:09.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:09.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:03:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:09 smithi079 bash[28699]: cluster 2023-12-07T20:03:08.258108+0000 mgr.a (mgr.14403) 6765 : cluster 0 pgmap v5047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:09 smithi194 bash[32038]: cluster 2023-12-07T20:03:08.258108+0000 mgr.a (mgr.14403) 6765 : cluster 0 pgmap v5047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:09 smithi135 bash[32435]: cluster 2023-12-07T20:03:08.258108+0000 mgr.a (mgr.14403) 6765 : cluster 0 pgmap v5047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:10.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:10 smithi079 bash[28699]: audit 2023-12-07T20:03:08.738631+0000 mgr.a (mgr.14403) 6766 : audit 0 from='client.143676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:10 smithi194 bash[32038]: audit 2023-12-07T20:03:08.738631+0000 mgr.a (mgr.14403) 6766 : audit 0 from='client.143676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:10 smithi135 bash[32435]: audit 2023-12-07T20:03:08.738631+0000 mgr.a (mgr.14403) 6766 : audit 0 from='client.143676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:11 smithi079 bash[28699]: cluster 2023-12-07T20:03:10.259023+0000 mgr.a (mgr.14403) 6767 : cluster 0 pgmap v5048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:11 smithi194 bash[32038]: cluster 2023-12-07T20:03:10.259023+0000 mgr.a (mgr.14403) 6767 : cluster 0 pgmap v5048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:11 smithi135 bash[32435]: cluster 2023-12-07T20:03:10.259023+0000 mgr.a (mgr.14403) 6767 : cluster 0 pgmap v5048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:13 smithi079 bash[28699]: cluster 2023-12-07T20:03:12.259549+0000 mgr.a (mgr.14403) 6768 : cluster 0 pgmap v5049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:13 smithi194 bash[32038]: cluster 2023-12-07T20:03:12.259549+0000 mgr.a (mgr.14403) 6768 : cluster 0 pgmap v5049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:13 smithi135 bash[32435]: cluster 2023-12-07T20:03:12.259549+0000 mgr.a (mgr.14403) 6768 : cluster 0 pgmap v5049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:14.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:03:14.236 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:14.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:15.142 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:03:15.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:15.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:15.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:15.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:03:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:15 smithi079 bash[28699]: cluster 2023-12-07T20:03:14.260331+0000 mgr.a (mgr.14403) 6769 : cluster 0 pgmap v5050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:15 smithi194 bash[32038]: cluster 2023-12-07T20:03:14.260331+0000 mgr.a (mgr.14403) 6769 : cluster 0 pgmap v5050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:15 smithi135 bash[32435]: cluster 2023-12-07T20:03:14.260331+0000 mgr.a (mgr.14403) 6769 : cluster 0 pgmap v5050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:16.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:16 smithi079 bash[28699]: audit 2023-12-07T20:03:14.644156+0000 mgr.a (mgr.14403) 6770 : audit 0 from='client.143748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:16 smithi194 bash[32038]: audit 2023-12-07T20:03:14.644156+0000 mgr.a (mgr.14403) 6770 : audit 0 from='client.143748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:16 smithi135 bash[32435]: audit 2023-12-07T20:03:14.644156+0000 mgr.a (mgr.14403) 6770 : audit 0 from='client.143748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:17 smithi079 bash[28699]: cluster 2023-12-07T20:03:16.261018+0000 mgr.a (mgr.14403) 6771 : cluster 0 pgmap v5051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:17 smithi194 bash[32038]: cluster 2023-12-07T20:03:16.261018+0000 mgr.a (mgr.14403) 6771 : cluster 0 pgmap v5051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:17 smithi135 bash[32435]: cluster 2023-12-07T20:03:16.261018+0000 mgr.a (mgr.14403) 6771 : cluster 0 pgmap v5051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:18.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:18 smithi079 bash[28699]: cluster 2023-12-07T20:03:18.261588+0000 mgr.a (mgr.14403) 6772 : cluster 0 pgmap v5052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:18 smithi194 bash[32038]: cluster 2023-12-07T20:03:18.261588+0000 mgr.a (mgr.14403) 6772 : cluster 0 pgmap v5052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:18 smithi135 bash[32435]: cluster 2023-12-07T20:03:18.261588+0000 mgr.a (mgr.14403) 6772 : cluster 0 pgmap v5052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:20.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:03:20.146 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:20.146 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:21.016 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:03:21.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:21.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:21.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:21.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:03:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:21 smithi079 bash[28699]: cluster 2023-12-07T20:03:20.262333+0000 mgr.a (mgr.14403) 6773 : cluster 0 pgmap v5053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:21 smithi079 bash[28699]: audit 2023-12-07T20:03:20.542431+0000 mgr.a (mgr.14403) 6774 : audit 0 from='client.143826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:21 smithi194 bash[32038]: cluster 2023-12-07T20:03:20.262333+0000 mgr.a (mgr.14403) 6773 : cluster 0 pgmap v5053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:21 smithi194 bash[32038]: audit 2023-12-07T20:03:20.542431+0000 mgr.a (mgr.14403) 6774 : audit 0 from='client.143826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:21 smithi135 bash[32435]: cluster 2023-12-07T20:03:20.262333+0000 mgr.a (mgr.14403) 6773 : cluster 0 pgmap v5053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:21 smithi135 bash[32435]: audit 2023-12-07T20:03:20.542431+0000 mgr.a (mgr.14403) 6774 : audit 0 from='client.143826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:23 smithi079 bash[28699]: cluster 2023-12-07T20:03:22.263019+0000 mgr.a (mgr.14403) 6775 : cluster 0 pgmap v5054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:23 smithi194 bash[32038]: cluster 2023-12-07T20:03:22.263019+0000 mgr.a (mgr.14403) 6775 : cluster 0 pgmap v5054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:23 smithi135 bash[32435]: cluster 2023-12-07T20:03:22.263019+0000 mgr.a (mgr.14403) 6775 : cluster 0 pgmap v5054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:25 smithi079 bash[28699]: cluster 2023-12-07T20:03:24.263817+0000 mgr.a (mgr.14403) 6776 : cluster 0 pgmap v5055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:25 smithi194 bash[32038]: cluster 2023-12-07T20:03:24.263817+0000 mgr.a (mgr.14403) 6776 : cluster 0 pgmap v5055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:25 smithi135 bash[32435]: cluster 2023-12-07T20:03:24.263817+0000 mgr.a (mgr.14403) 6776 : cluster 0 pgmap v5055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:26.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:03:26.020 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:26.020 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:26.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:26.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:26.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:26.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:03:26.935 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:03:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:27 smithi079 bash[28699]: cluster 2023-12-07T20:03:26.264369+0000 mgr.a (mgr.14403) 6777 : cluster 0 pgmap v5056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:27 smithi079 bash[28699]: audit 2023-12-07T20:03:26.419916+0000 mgr.a (mgr.14403) 6778 : audit 0 from='client.143904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:27 smithi194 bash[32038]: cluster 2023-12-07T20:03:26.264369+0000 mgr.a (mgr.14403) 6777 : cluster 0 pgmap v5056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:27 smithi194 bash[32038]: audit 2023-12-07T20:03:26.419916+0000 mgr.a (mgr.14403) 6778 : audit 0 from='client.143904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:27 smithi135 bash[32435]: cluster 2023-12-07T20:03:26.264369+0000 mgr.a (mgr.14403) 6777 : cluster 0 pgmap v5056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:27 smithi135 bash[32435]: audit 2023-12-07T20:03:26.419916+0000 mgr.a (mgr.14403) 6778 : audit 0 from='client.143904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:29 smithi079 bash[28699]: cluster 2023-12-07T20:03:28.264962+0000 mgr.a (mgr.14403) 6779 : cluster 0 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-07T20:03:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:29 smithi194 bash[32038]: cluster 2023-12-07T20:03:28.264962+0000 mgr.a (mgr.14403) 6779 : cluster 0 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-07T20:03:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:29 smithi135 bash[32435]: cluster 2023-12-07T20:03:28.264962+0000 mgr.a (mgr.14403) 6779 : cluster 0 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-07T20:03:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:31 smithi079 bash[28699]: cluster 2023-12-07T20:03:30.265771+0000 mgr.a (mgr.14403) 6780 : cluster 0 pgmap v5058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:31.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:03:31.939 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:31.939 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:31 smithi194 bash[32038]: cluster 2023-12-07T20:03:30.265771+0000 mgr.a (mgr.14403) 6780 : cluster 0 pgmap v5058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:31 smithi135 bash[32435]: cluster 2023-12-07T20:03:30.265771+0000 mgr.a (mgr.14403) 6780 : cluster 0 pgmap v5058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:32.832 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:03:32.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:32.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:32.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:32.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:03:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:33 smithi079 bash[28699]: cluster 2023-12-07T20:03:32.266314+0000 mgr.a (mgr.14403) 6781 : cluster 0 pgmap v5059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:33 smithi079 bash[28699]: audit 2023-12-07T20:03:32.337397+0000 mgr.a (mgr.14403) 6782 : audit 0 from='client.143982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:33 smithi194 bash[32038]: cluster 2023-12-07T20:03:32.266314+0000 mgr.a (mgr.14403) 6781 : cluster 0 pgmap v5059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:33 smithi194 bash[32038]: audit 2023-12-07T20:03:32.337397+0000 mgr.a (mgr.14403) 6782 : audit 0 from='client.143982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:33 smithi135 bash[32435]: cluster 2023-12-07T20:03:32.266314+0000 mgr.a (mgr.14403) 6781 : cluster 0 pgmap v5059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:33 smithi135 bash[32435]: audit 2023-12-07T20:03:32.337397+0000 mgr.a (mgr.14403) 6782 : audit 0 from='client.143982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:35 smithi079 bash[28699]: cluster 2023-12-07T20:03:34.267209+0000 mgr.a (mgr.14403) 6783 : cluster 0 pgmap v5060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:35 smithi194 bash[32038]: cluster 2023-12-07T20:03:34.267209+0000 mgr.a (mgr.14403) 6783 : cluster 0 pgmap v5060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:35 smithi135 bash[32435]: cluster 2023-12-07T20:03:34.267209+0000 mgr.a (mgr.14403) 6783 : cluster 0 pgmap v5060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:03:37.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:03:37.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:37.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:37 smithi079 bash[28699]: cluster 2023-12-07T20:03:36.267788+0000 mgr.a (mgr.14403) 6784 : cluster 0 pgmap v5061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:37 smithi194 bash[32038]: cluster 2023-12-07T20:03:36.267788+0000 mgr.a (mgr.14403) 6784 : cluster 0 pgmap v5061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:37 smithi135 bash[32435]: cluster 2023-12-07T20:03:36.267788+0000 mgr.a (mgr.14403) 6784 : cluster 0 pgmap v5061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:38.733 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:03:38.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:38.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:38.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:38.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:03:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:39 smithi079 bash[28699]: audit 2023-12-07T20:03:38.234727+0000 mgr.a (mgr.14403) 6785 : audit 0 from='client.144060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:39 smithi079 bash[28699]: cluster 2023-12-07T20:03:38.268545+0000 mgr.a (mgr.14403) 6786 : cluster 0 pgmap v5062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:39 smithi194 bash[32038]: audit 2023-12-07T20:03:38.234727+0000 mgr.a (mgr.14403) 6785 : audit 0 from='client.144060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:39 smithi194 bash[32038]: cluster 2023-12-07T20:03:38.268545+0000 mgr.a (mgr.14403) 6786 : cluster 0 pgmap v5062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:39 smithi135 bash[32435]: audit 2023-12-07T20:03:38.234727+0000 mgr.a (mgr.14403) 6785 : audit 0 from='client.144060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:39 smithi135 bash[32435]: cluster 2023-12-07T20:03:38.268545+0000 mgr.a (mgr.14403) 6786 : cluster 0 pgmap v5062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:41 smithi079 bash[28699]: cluster 2023-12-07T20:03:40.269719+0000 mgr.a (mgr.14403) 6787 : cluster 0 pgmap v5063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:03:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:41 smithi194 bash[32038]: cluster 2023-12-07T20:03:40.269719+0000 mgr.a (mgr.14403) 6787 : cluster 0 pgmap v5063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:03:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:41 smithi135 bash[32435]: cluster 2023-12-07T20:03:40.269719+0000 mgr.a (mgr.14403) 6787 : cluster 0 pgmap v5063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:03:43.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:03:43.736 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:43.736 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:43 smithi079 bash[28699]: cluster 2023-12-07T20:03:42.270345+0000 mgr.a (mgr.14403) 6788 : cluster 0 pgmap v5064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:03:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:43 smithi194 bash[32038]: cluster 2023-12-07T20:03:42.270345+0000 mgr.a (mgr.14403) 6788 : cluster 0 pgmap v5064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:03:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:43 smithi135 bash[32435]: cluster 2023-12-07T20:03:42.270345+0000 mgr.a (mgr.14403) 6788 : cluster 0 pgmap v5064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:03:44.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:44.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:44.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:44.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:03:44.662 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:03:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:45 smithi079 bash[28699]: audit 2023-12-07T20:03:44.145135+0000 mgr.a (mgr.14403) 6789 : audit 0 from='client.144132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:45.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:45 smithi079 bash[28699]: cluster 2023-12-07T20:03:44.271092+0000 mgr.a (mgr.14403) 6790 : cluster 0 pgmap v5065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:45 smithi194 bash[32038]: audit 2023-12-07T20:03:44.145135+0000 mgr.a (mgr.14403) 6789 : audit 0 from='client.144132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:45 smithi194 bash[32038]: cluster 2023-12-07T20:03:44.271092+0000 mgr.a (mgr.14403) 6790 : cluster 0 pgmap v5065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:45 smithi135 bash[32435]: audit 2023-12-07T20:03:44.145135+0000 mgr.a (mgr.14403) 6789 : audit 0 from='client.144132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:45 smithi135 bash[32435]: cluster 2023-12-07T20:03:44.271092+0000 mgr.a (mgr.14403) 6790 : cluster 0 pgmap v5065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:47 smithi079 bash[28699]: cluster 2023-12-07T20:03:46.271762+0000 mgr.a (mgr.14403) 6791 : cluster 0 pgmap v5066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:47 smithi194 bash[32038]: cluster 2023-12-07T20:03:46.271762+0000 mgr.a (mgr.14403) 6791 : cluster 0 pgmap v5066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:47 smithi135 bash[32435]: cluster 2023-12-07T20:03:46.271762+0000 mgr.a (mgr.14403) 6791 : cluster 0 pgmap v5066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:49.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:03:49.665 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:49.665 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:49 smithi079 bash[28699]: cluster 2023-12-07T20:03:48.272318+0000 mgr.a (mgr.14403) 6792 : cluster 0 pgmap v5067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:49 smithi079 bash[28699]: audit 2023-12-07T20:03:48.819526+0000 mon.a (mon.0) 1397 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:03:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:49 smithi194 bash[32038]: cluster 2023-12-07T20:03:48.272318+0000 mgr.a (mgr.14403) 6792 : cluster 0 pgmap v5067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:49 smithi194 bash[32038]: audit 2023-12-07T20:03:48.819526+0000 mon.a (mon.0) 1397 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:03:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:49 smithi135 bash[32435]: cluster 2023-12-07T20:03:48.272318+0000 mgr.a (mgr.14403) 6792 : cluster 0 pgmap v5067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:03:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:49 smithi135 bash[32435]: audit 2023-12-07T20:03:48.819526+0000 mon.a (mon.0) 1397 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:03:50.563 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:03:50.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:50.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:50.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:50.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:03:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:50 smithi079 bash[28699]: audit 2023-12-07T20:03:49.612349+0000 mon.a (mon.0) 1398 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:03:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:50 smithi079 bash[28699]: audit 2023-12-07T20:03:49.614190+0000 mon.a (mon.0) 1399 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:03:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:50 smithi079 bash[28699]: audit 2023-12-07T20:03:49.624000+0000 mon.a (mon.0) 1400 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:03:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:50 smithi194 bash[32038]: audit 2023-12-07T20:03:49.612349+0000 mon.a (mon.0) 1398 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:03:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:50 smithi194 bash[32038]: audit 2023-12-07T20:03:49.614190+0000 mon.a (mon.0) 1399 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:03:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:50 smithi194 bash[32038]: audit 2023-12-07T20:03:49.624000+0000 mon.a (mon.0) 1400 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:03:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:50 smithi135 bash[32435]: audit 2023-12-07T20:03:49.612349+0000 mon.a (mon.0) 1398 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:03:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:50 smithi135 bash[32435]: audit 2023-12-07T20:03:49.614190+0000 mon.a (mon.0) 1399 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:03:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:50 smithi135 bash[32435]: audit 2023-12-07T20:03:49.624000+0000 mon.a (mon.0) 1400 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:03:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:51 smithi079 bash[28699]: audit 2023-12-07T20:03:50.070676+0000 mgr.a (mgr.14403) 6793 : audit 0 from='client.144204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:51 smithi079 bash[28699]: cluster 2023-12-07T20:03:50.273407+0000 mgr.a (mgr.14403) 6794 : cluster 0 pgmap v5068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:51 smithi194 bash[32038]: audit 2023-12-07T20:03:50.070676+0000 mgr.a (mgr.14403) 6793 : audit 0 from='client.144204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:51 smithi194 bash[32038]: cluster 2023-12-07T20:03:50.273407+0000 mgr.a (mgr.14403) 6794 : cluster 0 pgmap v5068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:51 smithi135 bash[32435]: audit 2023-12-07T20:03:50.070676+0000 mgr.a (mgr.14403) 6793 : audit 0 from='client.144204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:51 smithi135 bash[32435]: cluster 2023-12-07T20:03:50.273407+0000 mgr.a (mgr.14403) 6794 : cluster 0 pgmap v5068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:53 smithi079 bash[28699]: cluster 2023-12-07T20:03:52.274034+0000 mgr.a (mgr.14403) 6795 : cluster 0 pgmap v5069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:03:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:53 smithi194 bash[32038]: cluster 2023-12-07T20:03:52.274034+0000 mgr.a (mgr.14403) 6795 : cluster 0 pgmap v5069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:03:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:53 smithi135 bash[32435]: cluster 2023-12-07T20:03:52.274034+0000 mgr.a (mgr.14403) 6795 : cluster 0 pgmap v5069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:03:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:54 smithi079 bash[28699]: cluster 2023-12-07T20:03:54.274822+0000 mgr.a (mgr.14403) 6796 : cluster 0 pgmap v5070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:03:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:54 smithi194 bash[32038]: cluster 2023-12-07T20:03:54.274822+0000 mgr.a (mgr.14403) 6796 : cluster 0 pgmap v5070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:03:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:54 smithi135 bash[32435]: cluster 2023-12-07T20:03:54.274822+0000 mgr.a (mgr.14403) 6796 : cluster 0 pgmap v5070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:03:55.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:03:55.566 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:03:55.566 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:03:56.447 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:03:56.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:03:56.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:03:56.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:03:56.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:03:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:57 smithi079 bash[28699]: audit 2023-12-07T20:03:55.966235+0000 mgr.a (mgr.14403) 6797 : audit 0 from='client.144282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:57.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:57 smithi079 bash[28699]: cluster 2023-12-07T20:03:56.275634+0000 mgr.a (mgr.14403) 6798 : cluster 0 pgmap v5071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:57 smithi194 bash[32038]: audit 2023-12-07T20:03:55.966235+0000 mgr.a (mgr.14403) 6797 : audit 0 from='client.144282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:57 smithi194 bash[32038]: cluster 2023-12-07T20:03:56.275634+0000 mgr.a (mgr.14403) 6798 : cluster 0 pgmap v5071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:57 smithi135 bash[32435]: audit 2023-12-07T20:03:55.966235+0000 mgr.a (mgr.14403) 6797 : audit 0 from='client.144282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:03:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:57 smithi135 bash[32435]: cluster 2023-12-07T20:03:56.275634+0000 mgr.a (mgr.14403) 6798 : cluster 0 pgmap v5071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:03:59 smithi079 bash[28699]: cluster 2023-12-07T20:03:58.276295+0000 mgr.a (mgr.14403) 6799 : cluster 0 pgmap v5072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:03:59 smithi194 bash[32038]: cluster 2023-12-07T20:03:58.276295+0000 mgr.a (mgr.14403) 6799 : cluster 0 pgmap v5072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:03:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:03:59 smithi135 bash[32435]: cluster 2023-12-07T20:03:58.276295+0000 mgr.a (mgr.14403) 6799 : cluster 0 pgmap v5072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:01.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:04:01.449 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:01.449 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:01 smithi079 bash[28699]: cluster 2023-12-07T20:04:00.277135+0000 mgr.a (mgr.14403) 6800 : cluster 0 pgmap v5073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:01 smithi194 bash[32038]: cluster 2023-12-07T20:04:00.277135+0000 mgr.a (mgr.14403) 6800 : cluster 0 pgmap v5073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:01.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:01 smithi135 bash[32435]: cluster 2023-12-07T20:04:00.277135+0000 mgr.a (mgr.14403) 6800 : cluster 0 pgmap v5073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:02.380 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:04:02.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:02.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:02.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:02.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:04:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:03 smithi079 bash[28699]: audit 2023-12-07T20:04:01.864967+0000 mgr.a (mgr.14403) 6801 : audit 0 from='client.144360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:03 smithi079 bash[28699]: cluster 2023-12-07T20:04:02.277885+0000 mgr.a (mgr.14403) 6802 : cluster 0 pgmap v5074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:03 smithi194 bash[32038]: audit 2023-12-07T20:04:01.864967+0000 mgr.a (mgr.14403) 6801 : audit 0 from='client.144360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:03 smithi194 bash[32038]: cluster 2023-12-07T20:04:02.277885+0000 mgr.a (mgr.14403) 6802 : cluster 0 pgmap v5074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:03 smithi135 bash[32435]: audit 2023-12-07T20:04:01.864967+0000 mgr.a (mgr.14403) 6801 : audit 0 from='client.144360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:03 smithi135 bash[32435]: cluster 2023-12-07T20:04:02.277885+0000 mgr.a (mgr.14403) 6802 : cluster 0 pgmap v5074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:05 smithi079 bash[28699]: cluster 2023-12-07T20:04:04.278691+0000 mgr.a (mgr.14403) 6803 : cluster 0 pgmap v5075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:05 smithi194 bash[32038]: cluster 2023-12-07T20:04:04.278691+0000 mgr.a (mgr.14403) 6803 : cluster 0 pgmap v5075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:05 smithi135 bash[32435]: cluster 2023-12-07T20:04:04.278691+0000 mgr.a (mgr.14403) 6803 : cluster 0 pgmap v5075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:07.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:04:07.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:07.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:07 smithi079 bash[28699]: cluster 2023-12-07T20:04:06.279242+0000 mgr.a (mgr.14403) 6804 : cluster 0 pgmap v5076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:07 smithi194 bash[32038]: cluster 2023-12-07T20:04:06.279242+0000 mgr.a (mgr.14403) 6804 : cluster 0 pgmap v5076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:07 smithi135 bash[32435]: cluster 2023-12-07T20:04:06.279242+0000 mgr.a (mgr.14403) 6804 : cluster 0 pgmap v5076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:08.317 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:04:08.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:08.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:08.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:08.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:04:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:09 smithi079 bash[28699]: audit 2023-12-07T20:04:07.798312+0000 mgr.a (mgr.14403) 6805 : audit 0 from='client.144435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:09 smithi079 bash[28699]: cluster 2023-12-07T20:04:08.279841+0000 mgr.a (mgr.14403) 6806 : cluster 0 pgmap v5077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:09 smithi194 bash[32038]: audit 2023-12-07T20:04:07.798312+0000 mgr.a (mgr.14403) 6805 : audit 0 from='client.144435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:09 smithi194 bash[32038]: cluster 2023-12-07T20:04:08.279841+0000 mgr.a (mgr.14403) 6806 : cluster 0 pgmap v5077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:09 smithi135 bash[32435]: audit 2023-12-07T20:04:07.798312+0000 mgr.a (mgr.14403) 6805 : audit 0 from='client.144435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:09 smithi135 bash[32435]: cluster 2023-12-07T20:04:08.279841+0000 mgr.a (mgr.14403) 6806 : cluster 0 pgmap v5077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:11 smithi079 bash[28699]: cluster 2023-12-07T20:04:10.280581+0000 mgr.a (mgr.14403) 6807 : cluster 0 pgmap v5078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:11 smithi194 bash[32038]: cluster 2023-12-07T20:04:10.280581+0000 mgr.a (mgr.14403) 6807 : cluster 0 pgmap v5078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:11 smithi135 bash[32435]: cluster 2023-12-07T20:04:10.280581+0000 mgr.a (mgr.14403) 6807 : cluster 0 pgmap v5078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:13.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:04:13.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:13.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:13 smithi079 bash[28699]: cluster 2023-12-07T20:04:12.281156+0000 mgr.a (mgr.14403) 6808 : cluster 0 pgmap v5079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:13 smithi194 bash[32038]: cluster 2023-12-07T20:04:12.281156+0000 mgr.a (mgr.14403) 6808 : cluster 0 pgmap v5079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:13 smithi135 bash[32435]: cluster 2023-12-07T20:04:12.281156+0000 mgr.a (mgr.14403) 6808 : cluster 0 pgmap v5079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:14.245 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:04:14.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:14.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:14.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:14.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:04:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:15 smithi079 bash[28699]: audit 2023-12-07T20:04:13.728095+0000 mgr.a (mgr.14403) 6809 : audit 0 from='client.144510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:15 smithi079 bash[28699]: cluster 2023-12-07T20:04:14.282186+0000 mgr.a (mgr.14403) 6810 : cluster 0 pgmap v5080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:15 smithi194 bash[32038]: audit 2023-12-07T20:04:13.728095+0000 mgr.a (mgr.14403) 6809 : audit 0 from='client.144510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:15 smithi194 bash[32038]: cluster 2023-12-07T20:04:14.282186+0000 mgr.a (mgr.14403) 6810 : cluster 0 pgmap v5080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:15 smithi135 bash[32435]: audit 2023-12-07T20:04:13.728095+0000 mgr.a (mgr.14403) 6809 : audit 0 from='client.144510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:15 smithi135 bash[32435]: cluster 2023-12-07T20:04:14.282186+0000 mgr.a (mgr.14403) 6810 : cluster 0 pgmap v5080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:17 smithi079 bash[28699]: cluster 2023-12-07T20:04:16.282926+0000 mgr.a (mgr.14403) 6811 : cluster 0 pgmap v5081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:17 smithi194 bash[32038]: cluster 2023-12-07T20:04:16.282926+0000 mgr.a (mgr.14403) 6811 : cluster 0 pgmap v5081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:17 smithi135 bash[32435]: cluster 2023-12-07T20:04:16.282926+0000 mgr.a (mgr.14403) 6811 : cluster 0 pgmap v5081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:19.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:04:19.249 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:19.249 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:19 smithi079 bash[28699]: cluster 2023-12-07T20:04:18.283670+0000 mgr.a (mgr.14403) 6812 : cluster 0 pgmap v5082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:19 smithi194 bash[32038]: cluster 2023-12-07T20:04:18.283670+0000 mgr.a (mgr.14403) 6812 : cluster 0 pgmap v5082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:19 smithi135 bash[32435]: cluster 2023-12-07T20:04:18.283670+0000 mgr.a (mgr.14403) 6812 : cluster 0 pgmap v5082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:20.147 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:04:20.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:20.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:20.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:20.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:04:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:21 smithi079 bash[28699]: audit 2023-12-07T20:04:19.658154+0000 mgr.a (mgr.14403) 6813 : audit 0 from='client.144585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:21 smithi079 bash[28699]: cluster 2023-12-07T20:04:20.284722+0000 mgr.a (mgr.14403) 6814 : cluster 0 pgmap v5083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:21 smithi194 bash[32038]: audit 2023-12-07T20:04:19.658154+0000 mgr.a (mgr.14403) 6813 : audit 0 from='client.144585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:21 smithi194 bash[32038]: cluster 2023-12-07T20:04:20.284722+0000 mgr.a (mgr.14403) 6814 : cluster 0 pgmap v5083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:21 smithi135 bash[32435]: audit 2023-12-07T20:04:19.658154+0000 mgr.a (mgr.14403) 6813 : audit 0 from='client.144585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:21 smithi135 bash[32435]: cluster 2023-12-07T20:04:20.284722+0000 mgr.a (mgr.14403) 6814 : cluster 0 pgmap v5083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:23 smithi079 bash[28699]: cluster 2023-12-07T20:04:22.285333+0000 mgr.a (mgr.14403) 6815 : cluster 0 pgmap v5084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:23 smithi194 bash[32038]: cluster 2023-12-07T20:04:22.285333+0000 mgr.a (mgr.14403) 6815 : cluster 0 pgmap v5084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:23 smithi135 bash[32435]: cluster 2023-12-07T20:04:22.285333+0000 mgr.a (mgr.14403) 6815 : cluster 0 pgmap v5084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:25.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:04:25.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:25.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:25 smithi079 bash[28699]: cluster 2023-12-07T20:04:24.286073+0000 mgr.a (mgr.14403) 6816 : cluster 0 pgmap v5085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:25 smithi194 bash[32038]: cluster 2023-12-07T20:04:24.286073+0000 mgr.a (mgr.14403) 6816 : cluster 0 pgmap v5085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:25 smithi135 bash[32435]: cluster 2023-12-07T20:04:24.286073+0000 mgr.a (mgr.14403) 6816 : cluster 0 pgmap v5085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:26.045 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:04:26.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:26.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:26.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:26.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:04:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:26 smithi079 bash[28699]: audit 2023-12-07T20:04:25.550905+0000 mgr.a (mgr.14403) 6817 : audit 0 from='client.144663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:26 smithi194 bash[32038]: audit 2023-12-07T20:04:25.550905+0000 mgr.a (mgr.14403) 6817 : audit 0 from='client.144663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:26 smithi135 bash[32435]: audit 2023-12-07T20:04:25.550905+0000 mgr.a (mgr.14403) 6817 : audit 0 from='client.144663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:27 smithi079 bash[28699]: cluster 2023-12-07T20:04:26.286787+0000 mgr.a (mgr.14403) 6818 : cluster 0 pgmap v5086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:27 smithi194 bash[32038]: cluster 2023-12-07T20:04:26.286787+0000 mgr.a (mgr.14403) 6818 : cluster 0 pgmap v5086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:27 smithi135 bash[32435]: cluster 2023-12-07T20:04:26.286787+0000 mgr.a (mgr.14403) 6818 : cluster 0 pgmap v5086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:29 smithi079 bash[28699]: cluster 2023-12-07T20:04:28.287400+0000 mgr.a (mgr.14403) 6819 : cluster 0 pgmap v5087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:29.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:29 smithi194 bash[32038]: cluster 2023-12-07T20:04:28.287400+0000 mgr.a (mgr.14403) 6819 : cluster 0 pgmap v5087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:29 smithi135 bash[32435]: cluster 2023-12-07T20:04:28.287400+0000 mgr.a (mgr.14403) 6819 : cluster 0 pgmap v5087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:31.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:04:31.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:31.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:31 smithi079 bash[28699]: cluster 2023-12-07T20:04:30.288115+0000 mgr.a (mgr.14403) 6820 : cluster 0 pgmap v5088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:31.926 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:04:31.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:31.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:31.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:31.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:04:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:31 smithi194 bash[32038]: cluster 2023-12-07T20:04:30.288115+0000 mgr.a (mgr.14403) 6820 : cluster 0 pgmap v5088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:31 smithi135 bash[32435]: cluster 2023-12-07T20:04:30.288115+0000 mgr.a (mgr.14403) 6820 : cluster 0 pgmap v5088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:32.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:32 smithi079 bash[28699]: audit 2023-12-07T20:04:31.445205+0000 mgr.a (mgr.14403) 6821 : audit 0 from='client.144732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:32 smithi194 bash[32038]: audit 2023-12-07T20:04:31.445205+0000 mgr.a (mgr.14403) 6821 : audit 0 from='client.144732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:32 smithi135 bash[32435]: audit 2023-12-07T20:04:31.445205+0000 mgr.a (mgr.14403) 6821 : audit 0 from='client.144732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:33 smithi079 bash[28699]: cluster 2023-12-07T20:04:32.288767+0000 mgr.a (mgr.14403) 6822 : cluster 0 pgmap v5089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:33 smithi194 bash[32038]: cluster 2023-12-07T20:04:32.288767+0000 mgr.a (mgr.14403) 6822 : cluster 0 pgmap v5089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:33 smithi135 bash[32435]: cluster 2023-12-07T20:04:32.288767+0000 mgr.a (mgr.14403) 6822 : cluster 0 pgmap v5089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:35 smithi079 bash[28699]: cluster 2023-12-07T20:04:34.289569+0000 mgr.a (mgr.14403) 6823 : cluster 0 pgmap v5090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:35 smithi194 bash[32038]: cluster 2023-12-07T20:04:34.289569+0000 mgr.a (mgr.14403) 6823 : cluster 0 pgmap v5090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:35 smithi135 bash[32435]: cluster 2023-12-07T20:04:34.289569+0000 mgr.a (mgr.14403) 6823 : cluster 0 pgmap v5090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:36.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:04:36.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:36.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:37.851 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:04:37.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:37.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:37.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:37.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:04:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:37 smithi079 bash[28699]: cluster 2023-12-07T20:04:36.290231+0000 mgr.a (mgr.14403) 6824 : cluster 0 pgmap v5091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:37 smithi194 bash[32038]: cluster 2023-12-07T20:04:36.290231+0000 mgr.a (mgr.14403) 6824 : cluster 0 pgmap v5091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:37 smithi135 bash[32435]: cluster 2023-12-07T20:04:36.290231+0000 mgr.a (mgr.14403) 6824 : cluster 0 pgmap v5091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:38.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:38 smithi079 bash[28699]: audit 2023-12-07T20:04:37.336170+0000 mgr.a (mgr.14403) 6825 : audit 0 from='client.144810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:38 smithi194 bash[32038]: audit 2023-12-07T20:04:37.336170+0000 mgr.a (mgr.14403) 6825 : audit 0 from='client.144810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:38 smithi135 bash[32435]: audit 2023-12-07T20:04:37.336170+0000 mgr.a (mgr.14403) 6825 : audit 0 from='client.144810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:39 smithi079 bash[28699]: cluster 2023-12-07T20:04:38.290896+0000 mgr.a (mgr.14403) 6826 : cluster 0 pgmap v5092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:39 smithi194 bash[32038]: cluster 2023-12-07T20:04:38.290896+0000 mgr.a (mgr.14403) 6826 : cluster 0 pgmap v5092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:39 smithi135 bash[32435]: cluster 2023-12-07T20:04:38.290896+0000 mgr.a (mgr.14403) 6826 : cluster 0 pgmap v5092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:40 smithi194 bash[32038]: cluster 2023-12-07T20:04:40.291713+0000 mgr.a (mgr.14403) 6827 : cluster 0 pgmap v5093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:40.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:40 smithi135 bash[32435]: cluster 2023-12-07T20:04:40.291713+0000 mgr.a (mgr.14403) 6827 : cluster 0 pgmap v5093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:40 smithi079 bash[28699]: cluster 2023-12-07T20:04:40.291713+0000 mgr.a (mgr.14403) 6827 : cluster 0 pgmap v5093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:04:42.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:04:42.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:42.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:43.777 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:04:43.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:43.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:43.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:43.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:04:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:43 smithi079 bash[28699]: cluster 2023-12-07T20:04:42.292270+0000 mgr.a (mgr.14403) 6828 : cluster 0 pgmap v5094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:43 smithi194 bash[32038]: cluster 2023-12-07T20:04:42.292270+0000 mgr.a (mgr.14403) 6828 : cluster 0 pgmap v5094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:43 smithi135 bash[32435]: cluster 2023-12-07T20:04:42.292270+0000 mgr.a (mgr.14403) 6828 : cluster 0 pgmap v5094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:44.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:44 smithi079 bash[28699]: audit 2023-12-07T20:04:43.262483+0000 mgr.a (mgr.14403) 6829 : audit 0 from='client.144888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:44 smithi194 bash[32038]: audit 2023-12-07T20:04:43.262483+0000 mgr.a (mgr.14403) 6829 : audit 0 from='client.144888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:44 smithi135 bash[32435]: audit 2023-12-07T20:04:43.262483+0000 mgr.a (mgr.14403) 6829 : audit 0 from='client.144888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:45 smithi079 bash[28699]: cluster 2023-12-07T20:04:44.293225+0000 mgr.a (mgr.14403) 6830 : cluster 0 pgmap v5095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:04:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:45 smithi194 bash[32038]: cluster 2023-12-07T20:04:44.293225+0000 mgr.a (mgr.14403) 6830 : cluster 0 pgmap v5095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:04:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:45 smithi135 bash[32435]: cluster 2023-12-07T20:04:44.293225+0000 mgr.a (mgr.14403) 6830 : cluster 0 pgmap v5095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:04:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:47 smithi079 bash[28699]: cluster 2023-12-07T20:04:46.293835+0000 mgr.a (mgr.14403) 6831 : cluster 0 pgmap v5096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:04:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:47 smithi194 bash[32038]: cluster 2023-12-07T20:04:46.293835+0000 mgr.a (mgr.14403) 6831 : cluster 0 pgmap v5096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:04:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:47 smithi135 bash[32435]: cluster 2023-12-07T20:04:46.293835+0000 mgr.a (mgr.14403) 6831 : cluster 0 pgmap v5096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:04:48.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:04:48.780 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:48.780 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:49.684 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:04:49.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:49.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:49.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:49.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:04:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:49 smithi079 bash[28699]: cluster 2023-12-07T20:04:48.294435+0000 mgr.a (mgr.14403) 6832 : cluster 0 pgmap v5097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:04:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:49 smithi194 bash[32038]: cluster 2023-12-07T20:04:48.294435+0000 mgr.a (mgr.14403) 6832 : cluster 0 pgmap v5097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:04:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:49 smithi135 bash[32435]: cluster 2023-12-07T20:04:48.294435+0000 mgr.a (mgr.14403) 6832 : cluster 0 pgmap v5097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:04:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:50 smithi079 bash[28699]: audit 2023-12-07T20:04:49.182404+0000 mgr.a (mgr.14403) 6833 : audit 0 from='client.144966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:50 smithi079 bash[28699]: audit 2023-12-07T20:04:49.726995+0000 mon.a (mon.0) 1401 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:04:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:50 smithi079 bash[28699]: audit 2023-12-07T20:04:50.257222+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:04:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:50 smithi079 bash[28699]: audit 2023-12-07T20:04:50.264125+0000 mon.a (mon.0) 1403 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:04:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:50 smithi194 bash[32038]: audit 2023-12-07T20:04:49.182404+0000 mgr.a (mgr.14403) 6833 : audit 0 from='client.144966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:50 smithi194 bash[32038]: audit 2023-12-07T20:04:49.726995+0000 mon.a (mon.0) 1401 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:04:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:50 smithi194 bash[32038]: audit 2023-12-07T20:04:50.257222+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:04:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:50 smithi194 bash[32038]: audit 2023-12-07T20:04:50.264125+0000 mon.a (mon.0) 1403 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:04:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:50 smithi135 bash[32435]: audit 2023-12-07T20:04:49.182404+0000 mgr.a (mgr.14403) 6833 : audit 0 from='client.144966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:50 smithi135 bash[32435]: audit 2023-12-07T20:04:49.726995+0000 mon.a (mon.0) 1401 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:04:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:50 smithi135 bash[32435]: audit 2023-12-07T20:04:50.257222+0000 mon.a (mon.0) 1402 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:04:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:50 smithi135 bash[32435]: audit 2023-12-07T20:04:50.264125+0000 mon.a (mon.0) 1403 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:04:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:51 smithi079 bash[28699]: cluster 2023-12-07T20:04:50.295349+0000 mgr.a (mgr.14403) 6834 : cluster 0 pgmap v5098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:51 smithi079 bash[28699]: audit 2023-12-07T20:04:51.022434+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:04:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:51 smithi079 bash[28699]: audit 2023-12-07T20:04:51.024237+0000 mon.a (mon.0) 1405 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:04:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:51 smithi079 bash[28699]: audit 2023-12-07T20:04:51.033097+0000 mon.a (mon.0) 1406 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:04:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:51 smithi194 bash[32038]: cluster 2023-12-07T20:04:50.295349+0000 mgr.a (mgr.14403) 6834 : cluster 0 pgmap v5098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:51 smithi194 bash[32038]: audit 2023-12-07T20:04:51.022434+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:04:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:51 smithi194 bash[32038]: audit 2023-12-07T20:04:51.024237+0000 mon.a (mon.0) 1405 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:04:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:51 smithi194 bash[32038]: audit 2023-12-07T20:04:51.033097+0000 mon.a (mon.0) 1406 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:04:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:51 smithi135 bash[32435]: cluster 2023-12-07T20:04:50.295349+0000 mgr.a (mgr.14403) 6834 : cluster 0 pgmap v5098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:51 smithi135 bash[32435]: audit 2023-12-07T20:04:51.022434+0000 mon.a (mon.0) 1404 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:04:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:51 smithi135 bash[32435]: audit 2023-12-07T20:04:51.024237+0000 mon.a (mon.0) 1405 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:04:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:51 smithi135 bash[32435]: audit 2023-12-07T20:04:51.033097+0000 mon.a (mon.0) 1406 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:04:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:53 smithi079 bash[28699]: cluster 2023-12-07T20:04:52.295932+0000 mgr.a (mgr.14403) 6835 : cluster 0 pgmap v5099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:53 smithi194 bash[32038]: cluster 2023-12-07T20:04:52.295932+0000 mgr.a (mgr.14403) 6835 : cluster 0 pgmap v5099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:53 smithi135 bash[32435]: cluster 2023-12-07T20:04:52.295932+0000 mgr.a (mgr.14403) 6835 : cluster 0 pgmap v5099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:04:54.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:04:54.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:04:54.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:04:55.596 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:04:55.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:04:55.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:04:55.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:04:55.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:04:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:55 smithi079 bash[28699]: cluster 2023-12-07T20:04:54.296684+0000 mgr.a (mgr.14403) 6836 : cluster 0 pgmap v5100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:55 smithi194 bash[32038]: cluster 2023-12-07T20:04:54.296684+0000 mgr.a (mgr.14403) 6836 : cluster 0 pgmap v5100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:55 smithi135 bash[32435]: cluster 2023-12-07T20:04:54.296684+0000 mgr.a (mgr.14403) 6836 : cluster 0 pgmap v5100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:04:56.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:56 smithi079 bash[28699]: audit 2023-12-07T20:04:55.087738+0000 mgr.a (mgr.14403) 6837 : audit 0 from='client.145038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:56 smithi194 bash[32038]: audit 2023-12-07T20:04:55.087738+0000 mgr.a (mgr.14403) 6837 : audit 0 from='client.145038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:56 smithi135 bash[32435]: audit 2023-12-07T20:04:55.087738+0000 mgr.a (mgr.14403) 6837 : audit 0 from='client.145038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:04:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:57 smithi079 bash[28699]: cluster 2023-12-07T20:04:56.297402+0000 mgr.a (mgr.14403) 6838 : cluster 0 pgmap v5101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:04:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:57 smithi194 bash[32038]: cluster 2023-12-07T20:04:56.297402+0000 mgr.a (mgr.14403) 6838 : cluster 0 pgmap v5101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:04:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:57 smithi135 bash[32435]: cluster 2023-12-07T20:04:56.297402+0000 mgr.a (mgr.14403) 6838 : cluster 0 pgmap v5101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:04:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:04:59 smithi079 bash[28699]: cluster 2023-12-07T20:04:58.298039+0000 mgr.a (mgr.14403) 6839 : cluster 0 pgmap v5102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:04:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:04:59 smithi194 bash[32038]: cluster 2023-12-07T20:04:58.298039+0000 mgr.a (mgr.14403) 6839 : cluster 0 pgmap v5102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:04:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:04:59 smithi135 bash[32435]: cluster 2023-12-07T20:04:58.298039+0000 mgr.a (mgr.14403) 6839 : cluster 0 pgmap v5102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:05:00.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:05:00.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:00.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:01.501 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:05:01.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:01.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:01.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:01.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:05:01.870 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:01 smithi079 bash[28699]: cluster 2023-12-07T20:05:00.298887+0000 mgr.a (mgr.14403) 6840 : cluster 0 pgmap v5103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:05:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:01 smithi194 bash[32038]: cluster 2023-12-07T20:05:00.298887+0000 mgr.a (mgr.14403) 6840 : cluster 0 pgmap v5103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:05:01.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:01 smithi135 bash[32435]: cluster 2023-12-07T20:05:00.298887+0000 mgr.a (mgr.14403) 6840 : cluster 0 pgmap v5103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:05:02.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:02 smithi079 bash[28699]: audit 2023-12-07T20:05:00.996720+0000 mgr.a (mgr.14403) 6841 : audit 0 from='client.145113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:02 smithi194 bash[32038]: audit 2023-12-07T20:05:00.996720+0000 mgr.a (mgr.14403) 6841 : audit 0 from='client.145113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:02 smithi135 bash[32435]: audit 2023-12-07T20:05:00.996720+0000 mgr.a (mgr.14403) 6841 : audit 0 from='client.145113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:03 smithi079 bash[28699]: cluster 2023-12-07T20:05:02.299737+0000 mgr.a (mgr.14403) 6842 : cluster 0 pgmap v5104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:03 smithi194 bash[32038]: cluster 2023-12-07T20:05:02.299737+0000 mgr.a (mgr.14403) 6842 : cluster 0 pgmap v5104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:03 smithi135 bash[32435]: cluster 2023-12-07T20:05:02.299737+0000 mgr.a (mgr.14403) 6842 : cluster 0 pgmap v5104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:05 smithi079 bash[28699]: cluster 2023-12-07T20:05:04.300685+0000 mgr.a (mgr.14403) 6843 : cluster 0 pgmap v5105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:05 smithi194 bash[32038]: cluster 2023-12-07T20:05:04.300685+0000 mgr.a (mgr.14403) 6843 : cluster 0 pgmap v5105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:05 smithi135 bash[32435]: cluster 2023-12-07T20:05:04.300685+0000 mgr.a (mgr.14403) 6843 : cluster 0 pgmap v5105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:06.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:05:06.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:06.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:07.414 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:05:07.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:07.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:07.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:07.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:05:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:07 smithi079 bash[28699]: cluster 2023-12-07T20:05:06.301279+0000 mgr.a (mgr.14403) 6844 : cluster 0 pgmap v5106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:07 smithi194 bash[32038]: cluster 2023-12-07T20:05:06.301279+0000 mgr.a (mgr.14403) 6844 : cluster 0 pgmap v5106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:07 smithi135 bash[32435]: cluster 2023-12-07T20:05:06.301279+0000 mgr.a (mgr.14403) 6844 : cluster 0 pgmap v5106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:08 smithi079 bash[28699]: audit 2023-12-07T20:05:06.919098+0000 mgr.a (mgr.14403) 6845 : audit 0 from='client.119074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:08 smithi194 bash[32038]: audit 2023-12-07T20:05:06.919098+0000 mgr.a (mgr.14403) 6845 : audit 0 from='client.119074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:08 smithi135 bash[32435]: audit 2023-12-07T20:05:06.919098+0000 mgr.a (mgr.14403) 6845 : audit 0 from='client.119074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:09 smithi079 bash[28699]: cluster 2023-12-07T20:05:08.302132+0000 mgr.a (mgr.14403) 6846 : cluster 0 pgmap v5107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:09 smithi194 bash[32038]: cluster 2023-12-07T20:05:08.302132+0000 mgr.a (mgr.14403) 6846 : cluster 0 pgmap v5107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:09 smithi135 bash[32435]: cluster 2023-12-07T20:05:08.302132+0000 mgr.a (mgr.14403) 6846 : cluster 0 pgmap v5107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:11 smithi079 bash[28699]: cluster 2023-12-07T20:05:10.303000+0000 mgr.a (mgr.14403) 6847 : cluster 0 pgmap v5108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:11 smithi194 bash[32038]: cluster 2023-12-07T20:05:10.303000+0000 mgr.a (mgr.14403) 6847 : cluster 0 pgmap v5108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:11 smithi135 bash[32435]: cluster 2023-12-07T20:05:10.303000+0000 mgr.a (mgr.14403) 6847 : cluster 0 pgmap v5108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:12.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:05:12.417 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:12.417 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:13.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:13.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:13.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:13.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:05:13.320 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:05:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:13 smithi079 bash[28699]: cluster 2023-12-07T20:05:12.303580+0000 mgr.a (mgr.14403) 6848 : cluster 0 pgmap v5109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:13 smithi194 bash[32038]: cluster 2023-12-07T20:05:12.303580+0000 mgr.a (mgr.14403) 6848 : cluster 0 pgmap v5109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:13 smithi135 bash[32435]: cluster 2023-12-07T20:05:12.303580+0000 mgr.a (mgr.14403) 6848 : cluster 0 pgmap v5109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:14.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:14 smithi079 bash[28699]: audit 2023-12-07T20:05:12.827564+0000 mgr.a (mgr.14403) 6849 : audit 0 from='client.145263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:14 smithi194 bash[32038]: audit 2023-12-07T20:05:12.827564+0000 mgr.a (mgr.14403) 6849 : audit 0 from='client.145263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:14 smithi135 bash[32435]: audit 2023-12-07T20:05:12.827564+0000 mgr.a (mgr.14403) 6849 : audit 0 from='client.145263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:15 smithi194 bash[32038]: cluster 2023-12-07T20:05:14.304444+0000 mgr.a (mgr.14403) 6850 : cluster 0 pgmap v5110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:15 smithi135 bash[32435]: cluster 2023-12-07T20:05:14.304444+0000 mgr.a (mgr.14403) 6850 : cluster 0 pgmap v5110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:15 smithi079 bash[28699]: cluster 2023-12-07T20:05:14.304444+0000 mgr.a (mgr.14403) 6850 : cluster 0 pgmap v5110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:17 smithi079 bash[28699]: cluster 2023-12-07T20:05:16.305128+0000 mgr.a (mgr.14403) 6851 : cluster 0 pgmap v5111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:17 smithi194 bash[32038]: cluster 2023-12-07T20:05:16.305128+0000 mgr.a (mgr.14403) 6851 : cluster 0 pgmap v5111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:17 smithi135 bash[32435]: cluster 2023-12-07T20:05:16.305128+0000 mgr.a (mgr.14403) 6851 : cluster 0 pgmap v5111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:18.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:05:18.323 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:18.323 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:19.225 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:05:19.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:19.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:19.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:19.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:05:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:19 smithi079 bash[28699]: cluster 2023-12-07T20:05:18.305832+0000 mgr.a (mgr.14403) 6852 : cluster 0 pgmap v5112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:19 smithi194 bash[32038]: cluster 2023-12-07T20:05:18.305832+0000 mgr.a (mgr.14403) 6852 : cluster 0 pgmap v5112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:19 smithi135 bash[32435]: cluster 2023-12-07T20:05:18.305832+0000 mgr.a (mgr.14403) 6852 : cluster 0 pgmap v5112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:20 smithi079 bash[28699]: audit 2023-12-07T20:05:18.729089+0000 mgr.a (mgr.14403) 6853 : audit 0 from='client.145341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:20 smithi194 bash[32038]: audit 2023-12-07T20:05:18.729089+0000 mgr.a (mgr.14403) 6853 : audit 0 from='client.145341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:20 smithi135 bash[32435]: audit 2023-12-07T20:05:18.729089+0000 mgr.a (mgr.14403) 6853 : audit 0 from='client.145341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:21 smithi079 bash[28699]: cluster 2023-12-07T20:05:20.306910+0000 mgr.a (mgr.14403) 6854 : cluster 0 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-07T20:05:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:21 smithi194 bash[32038]: cluster 2023-12-07T20:05:20.306910+0000 mgr.a (mgr.14403) 6854 : cluster 0 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-07T20:05:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:21 smithi135 bash[32435]: cluster 2023-12-07T20:05:20.306910+0000 mgr.a (mgr.14403) 6854 : cluster 0 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-07T20:05:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:23 smithi079 bash[28699]: cluster 2023-12-07T20:05:22.307519+0000 mgr.a (mgr.14403) 6855 : cluster 0 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-07T20:05:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:23 smithi194 bash[32038]: cluster 2023-12-07T20:05:22.307519+0000 mgr.a (mgr.14403) 6855 : cluster 0 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-07T20:05:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:23 smithi135 bash[32435]: cluster 2023-12-07T20:05:22.307519+0000 mgr.a (mgr.14403) 6855 : cluster 0 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-07T20:05:24.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:05:24.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:24.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:25.109 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:05:25.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:25.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:25.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:25.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:05:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:25 smithi079 bash[28699]: cluster 2023-12-07T20:05:24.308309+0000 mgr.a (mgr.14403) 6856 : cluster 0 pgmap v5115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:25.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:25 smithi079 bash[28699]: audit 2023-12-07T20:05:24.630937+0000 mgr.a (mgr.14403) 6857 : audit 0 from='client.145416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:25 smithi194 bash[32038]: cluster 2023-12-07T20:05:24.308309+0000 mgr.a (mgr.14403) 6856 : cluster 0 pgmap v5115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:25 smithi194 bash[32038]: audit 2023-12-07T20:05:24.630937+0000 mgr.a (mgr.14403) 6857 : audit 0 from='client.145416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:25 smithi135 bash[32435]: cluster 2023-12-07T20:05:24.308309+0000 mgr.a (mgr.14403) 6856 : cluster 0 pgmap v5115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:25 smithi135 bash[32435]: audit 2023-12-07T20:05:24.630937+0000 mgr.a (mgr.14403) 6857 : audit 0 from='client.145416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:27 smithi079 bash[28699]: cluster 2023-12-07T20:05:26.309022+0000 mgr.a (mgr.14403) 6858 : cluster 0 pgmap v5116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:27 smithi194 bash[32038]: cluster 2023-12-07T20:05:26.309022+0000 mgr.a (mgr.14403) 6858 : cluster 0 pgmap v5116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:27 smithi135 bash[32435]: cluster 2023-12-07T20:05:26.309022+0000 mgr.a (mgr.14403) 6858 : cluster 0 pgmap v5116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:29 smithi079 bash[28699]: cluster 2023-12-07T20:05:28.309627+0000 mgr.a (mgr.14403) 6859 : cluster 0 pgmap v5117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:29 smithi194 bash[32038]: cluster 2023-12-07T20:05:28.309627+0000 mgr.a (mgr.14403) 6859 : cluster 0 pgmap v5117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:29 smithi135 bash[32435]: cluster 2023-12-07T20:05:28.309627+0000 mgr.a (mgr.14403) 6859 : cluster 0 pgmap v5117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:30.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:05:30.113 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:30.113 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:31.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:31.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:31.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:31.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:05:31.036 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:05:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:31 smithi079 bash[28699]: cluster 2023-12-07T20:05:30.310488+0000 mgr.a (mgr.14403) 6860 : cluster 0 pgmap v5118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:31 smithi079 bash[28699]: audit 2023-12-07T20:05:30.525157+0000 mgr.a (mgr.14403) 6861 : audit 0 from='client.145491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:31 smithi194 bash[32038]: cluster 2023-12-07T20:05:30.310488+0000 mgr.a (mgr.14403) 6860 : cluster 0 pgmap v5118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:31 smithi194 bash[32038]: audit 2023-12-07T20:05:30.525157+0000 mgr.a (mgr.14403) 6861 : audit 0 from='client.145491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:31 smithi135 bash[32435]: cluster 2023-12-07T20:05:30.310488+0000 mgr.a (mgr.14403) 6860 : cluster 0 pgmap v5118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:31 smithi135 bash[32435]: audit 2023-12-07T20:05:30.525157+0000 mgr.a (mgr.14403) 6861 : audit 0 from='client.145491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:33 smithi079 bash[28699]: cluster 2023-12-07T20:05:32.311245+0000 mgr.a (mgr.14403) 6862 : cluster 0 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-07T20:05:33.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:33 smithi194 bash[32038]: cluster 2023-12-07T20:05:32.311245+0000 mgr.a (mgr.14403) 6862 : cluster 0 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-07T20:05:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:33 smithi135 bash[32435]: cluster 2023-12-07T20:05:32.311245+0000 mgr.a (mgr.14403) 6862 : cluster 0 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-07T20:05:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:35 smithi079 bash[28699]: cluster 2023-12-07T20:05:34.312073+0000 mgr.a (mgr.14403) 6863 : cluster 0 pgmap v5120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:35 smithi194 bash[32038]: cluster 2023-12-07T20:05:34.312073+0000 mgr.a (mgr.14403) 6863 : cluster 0 pgmap v5120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:35 smithi135 bash[32435]: cluster 2023-12-07T20:05:34.312073+0000 mgr.a (mgr.14403) 6863 : cluster 0 pgmap v5120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:36.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:05:36.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:36.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:36.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:36.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:36.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:36.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:05:36.904 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:05:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:37 smithi079 bash[28699]: cluster 2023-12-07T20:05:36.312615+0000 mgr.a (mgr.14403) 6864 : cluster 0 pgmap v5121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:37 smithi079 bash[28699]: audit 2023-12-07T20:05:36.446377+0000 mgr.a (mgr.14403) 6865 : audit 0 from='client.145566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:37 smithi194 bash[32038]: cluster 2023-12-07T20:05:36.312615+0000 mgr.a (mgr.14403) 6864 : cluster 0 pgmap v5121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:37 smithi194 bash[32038]: audit 2023-12-07T20:05:36.446377+0000 mgr.a (mgr.14403) 6865 : audit 0 from='client.145566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:37 smithi135 bash[32435]: cluster 2023-12-07T20:05:36.312615+0000 mgr.a (mgr.14403) 6864 : cluster 0 pgmap v5121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:37 smithi135 bash[32435]: audit 2023-12-07T20:05:36.446377+0000 mgr.a (mgr.14403) 6865 : audit 0 from='client.145566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:39 smithi079 bash[28699]: cluster 2023-12-07T20:05:38.313323+0000 mgr.a (mgr.14403) 6866 : cluster 0 pgmap v5122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:39 smithi194 bash[32038]: cluster 2023-12-07T20:05:38.313323+0000 mgr.a (mgr.14403) 6866 : cluster 0 pgmap v5122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:39 smithi135 bash[32435]: cluster 2023-12-07T20:05:38.313323+0000 mgr.a (mgr.14403) 6866 : cluster 0 pgmap v5122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:41 smithi079 bash[28699]: cluster 2023-12-07T20:05:40.314190+0000 mgr.a (mgr.14403) 6867 : cluster 0 pgmap v5123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:41.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:05:41.907 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:41.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:41 smithi194 bash[32038]: cluster 2023-12-07T20:05:40.314190+0000 mgr.a (mgr.14403) 6867 : cluster 0 pgmap v5123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:41 smithi135 bash[32435]: cluster 2023-12-07T20:05:40.314190+0000 mgr.a (mgr.14403) 6867 : cluster 0 pgmap v5123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:42.801 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:05:42.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:42.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:42.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:42.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:05:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:43 smithi079 bash[28699]: audit 2023-12-07T20:05:42.308571+0000 mgr.a (mgr.14403) 6868 : audit 0 from='client.145641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:43 smithi079 bash[28699]: cluster 2023-12-07T20:05:42.319060+0000 mgr.a (mgr.14403) 6869 : cluster 0 pgmap v5124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:43 smithi194 bash[32038]: audit 2023-12-07T20:05:42.308571+0000 mgr.a (mgr.14403) 6868 : audit 0 from='client.145641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:43 smithi194 bash[32038]: cluster 2023-12-07T20:05:42.319060+0000 mgr.a (mgr.14403) 6869 : cluster 0 pgmap v5124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:43 smithi135 bash[32435]: audit 2023-12-07T20:05:42.308571+0000 mgr.a (mgr.14403) 6868 : audit 0 from='client.145641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:43 smithi135 bash[32435]: cluster 2023-12-07T20:05:42.319060+0000 mgr.a (mgr.14403) 6869 : cluster 0 pgmap v5124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:45 smithi079 bash[28699]: cluster 2023-12-07T20:05:44.320157+0000 mgr.a (mgr.14403) 6870 : cluster 0 pgmap v5125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:45 smithi194 bash[32038]: cluster 2023-12-07T20:05:44.320157+0000 mgr.a (mgr.14403) 6870 : cluster 0 pgmap v5125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:45 smithi135 bash[32435]: cluster 2023-12-07T20:05:44.320157+0000 mgr.a (mgr.14403) 6870 : cluster 0 pgmap v5125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:05:47.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:05:47.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:47.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:47 smithi079 bash[28699]: cluster 2023-12-07T20:05:46.320753+0000 mgr.a (mgr.14403) 6871 : cluster 0 pgmap v5126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:47 smithi194 bash[32038]: cluster 2023-12-07T20:05:46.320753+0000 mgr.a (mgr.14403) 6871 : cluster 0 pgmap v5126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:47 smithi135 bash[32435]: cluster 2023-12-07T20:05:46.320753+0000 mgr.a (mgr.14403) 6871 : cluster 0 pgmap v5126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:48.735 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:05:48.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:48.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:48.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:48.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:05:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:49 smithi079 bash[28699]: audit 2023-12-07T20:05:48.211537+0000 mgr.a (mgr.14403) 6872 : audit 0 from='client.145719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:49 smithi079 bash[28699]: cluster 2023-12-07T20:05:48.321364+0000 mgr.a (mgr.14403) 6873 : cluster 0 pgmap v5127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:49 smithi194 bash[32038]: audit 2023-12-07T20:05:48.211537+0000 mgr.a (mgr.14403) 6872 : audit 0 from='client.145719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:49 smithi194 bash[32038]: cluster 2023-12-07T20:05:48.321364+0000 mgr.a (mgr.14403) 6873 : cluster 0 pgmap v5127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:49 smithi135 bash[32435]: audit 2023-12-07T20:05:48.211537+0000 mgr.a (mgr.14403) 6872 : audit 0 from='client.145719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:49 smithi135 bash[32435]: cluster 2023-12-07T20:05:48.321364+0000 mgr.a (mgr.14403) 6873 : cluster 0 pgmap v5127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:51 smithi194 bash[32038]: cluster 2023-12-07T20:05:50.322360+0000 mgr.a (mgr.14403) 6874 : cluster 0 pgmap v5128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:05:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:51 smithi194 bash[32038]: audit 2023-12-07T20:05:51.136255+0000 mon.a (mon.0) 1407 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:05:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:51 smithi135 bash[32435]: cluster 2023-12-07T20:05:50.322360+0000 mgr.a (mgr.14403) 6874 : cluster 0 pgmap v5128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:05:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:51 smithi135 bash[32435]: audit 2023-12-07T20:05:51.136255+0000 mon.a (mon.0) 1407 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:05:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:51 smithi079 bash[28699]: cluster 2023-12-07T20:05:50.322360+0000 mgr.a (mgr.14403) 6874 : cluster 0 pgmap v5128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:05:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:51 smithi079 bash[28699]: audit 2023-12-07T20:05:51.136255+0000 mon.a (mon.0) 1407 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:05:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:52 smithi194 bash[32038]: audit 2023-12-07T20:05:51.665462+0000 mon.a (mon.0) 1408 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:05:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:52 smithi194 bash[32038]: audit 2023-12-07T20:05:51.671199+0000 mon.a (mon.0) 1409 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:05:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:52 smithi194 bash[32038]: cluster 2023-12-07T20:05:52.322952+0000 mgr.a (mgr.14403) 6875 : cluster 0 pgmap v5129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:05:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:52 smithi194 bash[32038]: audit 2023-12-07T20:05:52.421685+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:05:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:52 smithi194 bash[32038]: audit 2023-12-07T20:05:52.423751+0000 mon.a (mon.0) 1411 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:05:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:52 smithi194 bash[32038]: audit 2023-12-07T20:05:52.434102+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:05:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:52 smithi135 bash[32435]: audit 2023-12-07T20:05:51.665462+0000 mon.a (mon.0) 1408 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:05:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:52 smithi135 bash[32435]: audit 2023-12-07T20:05:51.671199+0000 mon.a (mon.0) 1409 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:05:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:52 smithi135 bash[32435]: cluster 2023-12-07T20:05:52.322952+0000 mgr.a (mgr.14403) 6875 : cluster 0 pgmap v5129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:05:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:52 smithi135 bash[32435]: audit 2023-12-07T20:05:52.421685+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:05:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:52 smithi135 bash[32435]: audit 2023-12-07T20:05:52.423751+0000 mon.a (mon.0) 1411 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:05:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:52 smithi135 bash[32435]: audit 2023-12-07T20:05:52.434102+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:05:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:52 smithi079 bash[28699]: audit 2023-12-07T20:05:51.665462+0000 mon.a (mon.0) 1408 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:05:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:52 smithi079 bash[28699]: audit 2023-12-07T20:05:51.671199+0000 mon.a (mon.0) 1409 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:05:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:52 smithi079 bash[28699]: cluster 2023-12-07T20:05:52.322952+0000 mgr.a (mgr.14403) 6875 : cluster 0 pgmap v5129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:05:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:52 smithi079 bash[28699]: audit 2023-12-07T20:05:52.421685+0000 mon.a (mon.0) 1410 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:05:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:52 smithi079 bash[28699]: audit 2023-12-07T20:05:52.423751+0000 mon.a (mon.0) 1411 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:05:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:52 smithi079 bash[28699]: audit 2023-12-07T20:05:52.434102+0000 mon.a (mon.0) 1412 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:05:53.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:05:53.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:53.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:54.654 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:05:54.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:05:54.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:05:54.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:05:54.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:05:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:55 smithi079 bash[28699]: audit 2023-12-07T20:05:54.147945+0000 mgr.a (mgr.14403) 6876 : audit 0 from='client.145794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:55 smithi079 bash[28699]: cluster 2023-12-07T20:05:54.324104+0000 mgr.a (mgr.14403) 6877 : cluster 0 pgmap v5130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:55 smithi194 bash[32038]: audit 2023-12-07T20:05:54.147945+0000 mgr.a (mgr.14403) 6876 : audit 0 from='client.145794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:55 smithi194 bash[32038]: cluster 2023-12-07T20:05:54.324104+0000 mgr.a (mgr.14403) 6877 : cluster 0 pgmap v5130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:55 smithi135 bash[32435]: audit 2023-12-07T20:05:54.147945+0000 mgr.a (mgr.14403) 6876 : audit 0 from='client.145794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:05:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:55 smithi135 bash[32435]: cluster 2023-12-07T20:05:54.324104+0000 mgr.a (mgr.14403) 6877 : cluster 0 pgmap v5130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:05:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:57 smithi079 bash[28699]: cluster 2023-12-07T20:05:56.324839+0000 mgr.a (mgr.14403) 6878 : cluster 0 pgmap v5131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:57 smithi194 bash[32038]: cluster 2023-12-07T20:05:56.324839+0000 mgr.a (mgr.14403) 6878 : cluster 0 pgmap v5131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:57 smithi135 bash[32435]: cluster 2023-12-07T20:05:56.324839+0000 mgr.a (mgr.14403) 6878 : cluster 0 pgmap v5131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:59.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:05:59.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:05:59.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:05:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:05:59 smithi079 bash[28699]: cluster 2023-12-07T20:05:58.325562+0000 mgr.a (mgr.14403) 6879 : cluster 0 pgmap v5132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:05:59 smithi194 bash[32038]: cluster 2023-12-07T20:05:58.325562+0000 mgr.a (mgr.14403) 6879 : cluster 0 pgmap v5132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:05:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:05:59 smithi135 bash[32435]: cluster 2023-12-07T20:05:58.325562+0000 mgr.a (mgr.14403) 6879 : cluster 0 pgmap v5132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:00.590 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:06:00.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:00.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:00.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:00.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:06:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:01 smithi079 bash[28699]: audit 2023-12-07T20:06:00.065411+0000 mgr.a (mgr.14403) 6880 : audit 0 from='client.145872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:01.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:01 smithi079 bash[28699]: cluster 2023-12-07T20:06:00.337884+0000 mgr.a (mgr.14403) 6881 : cluster 0 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-07T20:06:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:01 smithi194 bash[32038]: audit 2023-12-07T20:06:00.065411+0000 mgr.a (mgr.14403) 6880 : audit 0 from='client.145872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:01 smithi194 bash[32038]: cluster 2023-12-07T20:06:00.337884+0000 mgr.a (mgr.14403) 6881 : cluster 0 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-07T20:06:01.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:01 smithi135 bash[32435]: audit 2023-12-07T20:06:00.065411+0000 mgr.a (mgr.14403) 6880 : audit 0 from='client.145872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:01.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:01 smithi135 bash[32435]: cluster 2023-12-07T20:06:00.337884+0000 mgr.a (mgr.14403) 6881 : cluster 0 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-07T20:06:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:03 smithi079 bash[28699]: cluster 2023-12-07T20:06:02.338630+0000 mgr.a (mgr.14403) 6882 : cluster 0 pgmap v5134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:06:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:03 smithi194 bash[32038]: cluster 2023-12-07T20:06:02.338630+0000 mgr.a (mgr.14403) 6882 : cluster 0 pgmap v5134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:06:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:03 smithi135 bash[32435]: cluster 2023-12-07T20:06:02.338630+0000 mgr.a (mgr.14403) 6882 : cluster 0 pgmap v5134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:06:05.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:06:05.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:05.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:05 smithi079 bash[28699]: cluster 2023-12-07T20:06:04.339438+0000 mgr.a (mgr.14403) 6883 : cluster 0 pgmap v5135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:06:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:05 smithi194 bash[32038]: cluster 2023-12-07T20:06:04.339438+0000 mgr.a (mgr.14403) 6883 : cluster 0 pgmap v5135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:06:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:05 smithi135 bash[32435]: cluster 2023-12-07T20:06:04.339438+0000 mgr.a (mgr.14403) 6883 : cluster 0 pgmap v5135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:06:06.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:06.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:06.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:06.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:06:06.475 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:06:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:07 smithi079 bash[28699]: audit 2023-12-07T20:06:05.988860+0000 mgr.a (mgr.14403) 6884 : audit 0 from='client.145947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:07 smithi079 bash[28699]: cluster 2023-12-07T20:06:06.346705+0000 mgr.a (mgr.14403) 6885 : cluster 0 pgmap v5136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:07 smithi194 bash[32038]: audit 2023-12-07T20:06:05.988860+0000 mgr.a (mgr.14403) 6884 : audit 0 from='client.145947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:07 smithi194 bash[32038]: cluster 2023-12-07T20:06:06.346705+0000 mgr.a (mgr.14403) 6885 : cluster 0 pgmap v5136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:07 smithi135 bash[32435]: audit 2023-12-07T20:06:05.988860+0000 mgr.a (mgr.14403) 6884 : audit 0 from='client.145947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:07 smithi135 bash[32435]: cluster 2023-12-07T20:06:06.346705+0000 mgr.a (mgr.14403) 6885 : cluster 0 pgmap v5136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:09 smithi079 bash[28699]: cluster 2023-12-07T20:06:08.347393+0000 mgr.a (mgr.14403) 6886 : cluster 0 pgmap v5137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:09 smithi194 bash[32038]: cluster 2023-12-07T20:06:08.347393+0000 mgr.a (mgr.14403) 6886 : cluster 0 pgmap v5137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:09 smithi135 bash[32435]: cluster 2023-12-07T20:06:08.347393+0000 mgr.a (mgr.14403) 6886 : cluster 0 pgmap v5137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:11.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:06:11.478 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:11.478 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:11 smithi079 bash[28699]: cluster 2023-12-07T20:06:10.348219+0000 mgr.a (mgr.14403) 6887 : cluster 0 pgmap v5138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:11 smithi194 bash[32038]: cluster 2023-12-07T20:06:10.348219+0000 mgr.a (mgr.14403) 6887 : cluster 0 pgmap v5138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:11 smithi135 bash[32435]: cluster 2023-12-07T20:06:10.348219+0000 mgr.a (mgr.14403) 6887 : cluster 0 pgmap v5138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:12.361 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:06:12.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:12.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:12.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:12.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:06:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:13 smithi079 bash[28699]: audit 2023-12-07T20:06:11.874641+0000 mgr.a (mgr.14403) 6888 : audit 0 from='client.146025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:13 smithi079 bash[28699]: cluster 2023-12-07T20:06:12.348779+0000 mgr.a (mgr.14403) 6889 : cluster 0 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-07T20:06:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:13 smithi194 bash[32038]: audit 2023-12-07T20:06:11.874641+0000 mgr.a (mgr.14403) 6888 : audit 0 from='client.146025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:13 smithi194 bash[32038]: cluster 2023-12-07T20:06:12.348779+0000 mgr.a (mgr.14403) 6889 : cluster 0 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-07T20:06:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:13 smithi135 bash[32435]: audit 2023-12-07T20:06:11.874641+0000 mgr.a (mgr.14403) 6888 : audit 0 from='client.146025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:13 smithi135 bash[32435]: cluster 2023-12-07T20:06:12.348779+0000 mgr.a (mgr.14403) 6889 : cluster 0 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-07T20:06:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:15 smithi079 bash[28699]: cluster 2023-12-07T20:06:14.349586+0000 mgr.a (mgr.14403) 6890 : cluster 0 pgmap v5140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:15 smithi194 bash[32038]: cluster 2023-12-07T20:06:14.349586+0000 mgr.a (mgr.14403) 6890 : cluster 0 pgmap v5140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:15 smithi135 bash[32435]: cluster 2023-12-07T20:06:14.349586+0000 mgr.a (mgr.14403) 6890 : cluster 0 pgmap v5140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:17.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:06:17.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:17.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:17 smithi079 bash[28699]: cluster 2023-12-07T20:06:16.350193+0000 mgr.a (mgr.14403) 6891 : cluster 0 pgmap v5141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:17 smithi194 bash[32038]: cluster 2023-12-07T20:06:16.350193+0000 mgr.a (mgr.14403) 6891 : cluster 0 pgmap v5141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:17 smithi135 bash[32435]: cluster 2023-12-07T20:06:16.350193+0000 mgr.a (mgr.14403) 6891 : cluster 0 pgmap v5141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:18.253 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:06:18.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:18.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:18.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:18.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:06:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:19 smithi079 bash[28699]: audit 2023-12-07T20:06:17.770159+0000 mgr.a (mgr.14403) 6892 : audit 0 from='client.146100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:19 smithi079 bash[28699]: cluster 2023-12-07T20:06:18.350829+0000 mgr.a (mgr.14403) 6893 : cluster 0 pgmap v5142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:19 smithi194 bash[32038]: audit 2023-12-07T20:06:17.770159+0000 mgr.a (mgr.14403) 6892 : audit 0 from='client.146100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:19 smithi194 bash[32038]: cluster 2023-12-07T20:06:18.350829+0000 mgr.a (mgr.14403) 6893 : cluster 0 pgmap v5142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:19 smithi135 bash[32435]: audit 2023-12-07T20:06:17.770159+0000 mgr.a (mgr.14403) 6892 : audit 0 from='client.146100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:19 smithi135 bash[32435]: cluster 2023-12-07T20:06:18.350829+0000 mgr.a (mgr.14403) 6893 : cluster 0 pgmap v5142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:21 smithi079 bash[28699]: cluster 2023-12-07T20:06:20.351674+0000 mgr.a (mgr.14403) 6894 : cluster 0 pgmap v5143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:21 smithi194 bash[32038]: cluster 2023-12-07T20:06:20.351674+0000 mgr.a (mgr.14403) 6894 : cluster 0 pgmap v5143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:21 smithi135 bash[32435]: cluster 2023-12-07T20:06:20.351674+0000 mgr.a (mgr.14403) 6894 : cluster 0 pgmap v5143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:23.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:06:23.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:23.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:23 smithi079 bash[28699]: cluster 2023-12-07T20:06:22.352284+0000 mgr.a (mgr.14403) 6895 : cluster 0 pgmap v5144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:23 smithi194 bash[32038]: cluster 2023-12-07T20:06:22.352284+0000 mgr.a (mgr.14403) 6895 : cluster 0 pgmap v5144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:23 smithi135 bash[32435]: cluster 2023-12-07T20:06:22.352284+0000 mgr.a (mgr.14403) 6895 : cluster 0 pgmap v5144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:24.177 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:06:24.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:24.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:24.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:24.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:06:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:25 smithi079 bash[28699]: audit 2023-12-07T20:06:23.672584+0000 mgr.a (mgr.14403) 6896 : audit 0 from='client.146178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:25 smithi079 bash[28699]: cluster 2023-12-07T20:06:24.353335+0000 mgr.a (mgr.14403) 6897 : cluster 0 pgmap v5145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:25 smithi194 bash[32038]: audit 2023-12-07T20:06:23.672584+0000 mgr.a (mgr.14403) 6896 : audit 0 from='client.146178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:25 smithi194 bash[32038]: cluster 2023-12-07T20:06:24.353335+0000 mgr.a (mgr.14403) 6897 : cluster 0 pgmap v5145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:25 smithi135 bash[32435]: audit 2023-12-07T20:06:23.672584+0000 mgr.a (mgr.14403) 6896 : audit 0 from='client.146178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:25 smithi135 bash[32435]: cluster 2023-12-07T20:06:24.353335+0000 mgr.a (mgr.14403) 6897 : cluster 0 pgmap v5145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:27 smithi079 bash[28699]: cluster 2023-12-07T20:06:26.353964+0000 mgr.a (mgr.14403) 6898 : cluster 0 pgmap v5146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:27 smithi194 bash[32038]: cluster 2023-12-07T20:06:26.353964+0000 mgr.a (mgr.14403) 6898 : cluster 0 pgmap v5146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:27 smithi135 bash[32435]: cluster 2023-12-07T20:06:26.353964+0000 mgr.a (mgr.14403) 6898 : cluster 0 pgmap v5146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:29.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:06:29.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:29.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:29 smithi079 bash[28699]: cluster 2023-12-07T20:06:28.354520+0000 mgr.a (mgr.14403) 6899 : cluster 0 pgmap v5147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:29 smithi194 bash[32038]: cluster 2023-12-07T20:06:28.354520+0000 mgr.a (mgr.14403) 6899 : cluster 0 pgmap v5147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:29 smithi135 bash[32435]: cluster 2023-12-07T20:06:28.354520+0000 mgr.a (mgr.14403) 6899 : cluster 0 pgmap v5147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:30.093 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:06:30.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:30.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:30.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:30.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:06:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:30 smithi194 bash[32038]: audit 2023-12-07T20:06:29.579846+0000 mgr.a (mgr.14403) 6900 : audit 0 from='client.146250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:30 smithi135 bash[32435]: audit 2023-12-07T20:06:29.579846+0000 mgr.a (mgr.14403) 6900 : audit 0 from='client.146250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:30 smithi079 bash[28699]: audit 2023-12-07T20:06:29.579846+0000 mgr.a (mgr.14403) 6900 : audit 0 from='client.146250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:31 smithi194 bash[32038]: cluster 2023-12-07T20:06:30.355610+0000 mgr.a (mgr.14403) 6901 : cluster 0 pgmap v5148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:31 smithi135 bash[32435]: cluster 2023-12-07T20:06:30.355610+0000 mgr.a (mgr.14403) 6901 : cluster 0 pgmap v5148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:31 smithi079 bash[28699]: cluster 2023-12-07T20:06:30.355610+0000 mgr.a (mgr.14403) 6901 : cluster 0 pgmap v5148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:33 smithi194 bash[32038]: cluster 2023-12-07T20:06:32.356144+0000 mgr.a (mgr.14403) 6902 : cluster 0 pgmap v5149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:33 smithi135 bash[32435]: cluster 2023-12-07T20:06:32.356144+0000 mgr.a (mgr.14403) 6902 : cluster 0 pgmap v5149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:33 smithi079 bash[28699]: cluster 2023-12-07T20:06:32.356144+0000 mgr.a (mgr.14403) 6902 : cluster 0 pgmap v5149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:06:35.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:06:35.097 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:35.097 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:35 smithi194 bash[32038]: cluster 2023-12-07T20:06:34.356899+0000 mgr.a (mgr.14403) 6903 : cluster 0 pgmap v5150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:35 smithi135 bash[32435]: cluster 2023-12-07T20:06:34.356899+0000 mgr.a (mgr.14403) 6903 : cluster 0 pgmap v5150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:36.008 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:06:36.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:36.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:36.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:36.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:06:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:35 smithi079 bash[28699]: cluster 2023-12-07T20:06:34.356899+0000 mgr.a (mgr.14403) 6903 : cluster 0 pgmap v5150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:36 smithi194 bash[32038]: audit 2023-12-07T20:06:35.501497+0000 mgr.a (mgr.14403) 6904 : audit 0 from='client.146328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:36 smithi135 bash[32435]: audit 2023-12-07T20:06:35.501497+0000 mgr.a (mgr.14403) 6904 : audit 0 from='client.146328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:37.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:36 smithi079 bash[28699]: audit 2023-12-07T20:06:35.501497+0000 mgr.a (mgr.14403) 6904 : audit 0 from='client.146328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:37 smithi194 bash[32038]: cluster 2023-12-07T20:06:36.357629+0000 mgr.a (mgr.14403) 6905 : cluster 0 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-07T20:06:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:37 smithi135 bash[32435]: cluster 2023-12-07T20:06:36.357629+0000 mgr.a (mgr.14403) 6905 : cluster 0 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-07T20:06:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:37 smithi079 bash[28699]: cluster 2023-12-07T20:06:36.357629+0000 mgr.a (mgr.14403) 6905 : cluster 0 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-07T20:06:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:38 smithi194 bash[32038]: cluster 2023-12-07T20:06:38.358227+0000 mgr.a (mgr.14403) 6906 : cluster 0 pgmap v5152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:38 smithi135 bash[32435]: cluster 2023-12-07T20:06:38.358227+0000 mgr.a (mgr.14403) 6906 : cluster 0 pgmap v5152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:38 smithi079 bash[28699]: cluster 2023-12-07T20:06:38.358227+0000 mgr.a (mgr.14403) 6906 : cluster 0 pgmap v5152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:41.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:06:41.013 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:41.013 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:41.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:41 smithi194 bash[32038]: cluster 2023-12-07T20:06:40.359166+0000 mgr.a (mgr.14403) 6907 : cluster 0 pgmap v5153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:41 smithi135 bash[32435]: cluster 2023-12-07T20:06:40.359166+0000 mgr.a (mgr.14403) 6907 : cluster 0 pgmap v5153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:41 smithi079 bash[28699]: cluster 2023-12-07T20:06:40.359166+0000 mgr.a (mgr.14403) 6907 : cluster 0 pgmap v5153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:41.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:41.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:41.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:41.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:06:41.915 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:06:42.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:42 smithi079 bash[28699]: audit 2023-12-07T20:06:41.421598+0000 mgr.a (mgr.14403) 6908 : audit 0 from='client.146400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:42 smithi194 bash[32038]: audit 2023-12-07T20:06:41.421598+0000 mgr.a (mgr.14403) 6908 : audit 0 from='client.146400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:42 smithi135 bash[32435]: audit 2023-12-07T20:06:41.421598+0000 mgr.a (mgr.14403) 6908 : audit 0 from='client.146400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:43 smithi079 bash[28699]: cluster 2023-12-07T20:06:42.359851+0000 mgr.a (mgr.14403) 6909 : cluster 0 pgmap v5154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:43 smithi194 bash[32038]: cluster 2023-12-07T20:06:42.359851+0000 mgr.a (mgr.14403) 6909 : cluster 0 pgmap v5154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:43 smithi135 bash[32435]: cluster 2023-12-07T20:06:42.359851+0000 mgr.a (mgr.14403) 6909 : cluster 0 pgmap v5154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:45 smithi079 bash[28699]: cluster 2023-12-07T20:06:44.360665+0000 mgr.a (mgr.14403) 6910 : cluster 0 pgmap v5155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:45 smithi194 bash[32038]: cluster 2023-12-07T20:06:44.360665+0000 mgr.a (mgr.14403) 6910 : cluster 0 pgmap v5155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:45 smithi135 bash[32435]: cluster 2023-12-07T20:06:44.360665+0000 mgr.a (mgr.14403) 6910 : cluster 0 pgmap v5155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:06:46.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:06:46.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:46.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:47.843 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:06:47.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:47.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:47.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:47.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:06:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:47 smithi079 bash[28699]: cluster 2023-12-07T20:06:46.361253+0000 mgr.a (mgr.14403) 6911 : cluster 0 pgmap v5156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:47 smithi194 bash[32038]: cluster 2023-12-07T20:06:46.361253+0000 mgr.a (mgr.14403) 6911 : cluster 0 pgmap v5156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:47 smithi135 bash[32435]: cluster 2023-12-07T20:06:46.361253+0000 mgr.a (mgr.14403) 6911 : cluster 0 pgmap v5156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:06:48.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:48 smithi079 bash[28699]: audit 2023-12-07T20:06:47.322935+0000 mgr.a (mgr.14403) 6912 : audit 0 from='client.146475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:48 smithi194 bash[32038]: audit 2023-12-07T20:06:47.322935+0000 mgr.a (mgr.14403) 6912 : audit 0 from='client.146475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:48 smithi135 bash[32435]: audit 2023-12-07T20:06:47.322935+0000 mgr.a (mgr.14403) 6912 : audit 0 from='client.146475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:49 smithi079 bash[28699]: cluster 2023-12-07T20:06:48.361913+0000 mgr.a (mgr.14403) 6913 : cluster 0 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-07T20:06:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:49 smithi194 bash[32038]: cluster 2023-12-07T20:06:48.361913+0000 mgr.a (mgr.14403) 6913 : cluster 0 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-07T20:06:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:49 smithi135 bash[32435]: cluster 2023-12-07T20:06:48.361913+0000 mgr.a (mgr.14403) 6913 : cluster 0 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-07T20:06:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:51 smithi079 bash[28699]: cluster 2023-12-07T20:06:50.362744+0000 mgr.a (mgr.14403) 6914 : cluster 0 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-07T20:06:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:51 smithi194 bash[32038]: cluster 2023-12-07T20:06:50.362744+0000 mgr.a (mgr.14403) 6914 : cluster 0 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-07T20:06:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:51 smithi135 bash[32435]: cluster 2023-12-07T20:06:50.362744+0000 mgr.a (mgr.14403) 6914 : cluster 0 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-07T20:06:52.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:06:52.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:52.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:52.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:52 smithi079 bash[28699]: audit 2023-12-07T20:06:52.537164+0000 mon.a (mon.0) 1413 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:06:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:52 smithi194 bash[32038]: audit 2023-12-07T20:06:52.537164+0000 mon.a (mon.0) 1413 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:06:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:52 smithi135 bash[32435]: audit 2023-12-07T20:06:52.537164+0000 mon.a (mon.0) 1413 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:06:53.748 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:06:53.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:53.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:53.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:53.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:06:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:53 smithi079 bash[28699]: cluster 2023-12-07T20:06:52.363342+0000 mgr.a (mgr.14403) 6915 : cluster 0 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-07T20:06:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:53 smithi079 bash[28699]: audit 2023-12-07T20:06:53.065816+0000 mon.a (mon.0) 1414 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:06:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:53 smithi079 bash[28699]: audit 2023-12-07T20:06:53.072235+0000 mon.a (mon.0) 1415 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:06:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:53 smithi194 bash[32038]: cluster 2023-12-07T20:06:52.363342+0000 mgr.a (mgr.14403) 6915 : cluster 0 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-07T20:06:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:53 smithi194 bash[32038]: audit 2023-12-07T20:06:53.065816+0000 mon.a (mon.0) 1414 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:06:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:53 smithi194 bash[32038]: audit 2023-12-07T20:06:53.072235+0000 mon.a (mon.0) 1415 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:06:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:53 smithi135 bash[32435]: cluster 2023-12-07T20:06:52.363342+0000 mgr.a (mgr.14403) 6915 : cluster 0 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-07T20:06:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:53 smithi135 bash[32435]: audit 2023-12-07T20:06:53.065816+0000 mon.a (mon.0) 1414 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:06:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:53 smithi135 bash[32435]: audit 2023-12-07T20:06:53.072235+0000 mon.a (mon.0) 1415 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:06:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:54 smithi079 bash[28699]: audit 2023-12-07T20:06:53.244702+0000 mgr.a (mgr.14403) 6916 : audit 0 from='client.146553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:54 smithi079 bash[28699]: audit 2023-12-07T20:06:53.828644+0000 mon.a (mon.0) 1416 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:06:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:54 smithi079 bash[28699]: audit 2023-12-07T20:06:53.831045+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:06:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:54 smithi079 bash[28699]: audit 2023-12-07T20:06:53.841367+0000 mon.a (mon.0) 1418 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:06:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:54 smithi194 bash[32038]: audit 2023-12-07T20:06:53.244702+0000 mgr.a (mgr.14403) 6916 : audit 0 from='client.146553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:54 smithi194 bash[32038]: audit 2023-12-07T20:06:53.828644+0000 mon.a (mon.0) 1416 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:06:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:54 smithi194 bash[32038]: audit 2023-12-07T20:06:53.831045+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:06:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:54 smithi194 bash[32038]: audit 2023-12-07T20:06:53.841367+0000 mon.a (mon.0) 1418 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:06:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:54 smithi135 bash[32435]: audit 2023-12-07T20:06:53.244702+0000 mgr.a (mgr.14403) 6916 : audit 0 from='client.146553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:06:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:54 smithi135 bash[32435]: audit 2023-12-07T20:06:53.828644+0000 mon.a (mon.0) 1416 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:06:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:54 smithi135 bash[32435]: audit 2023-12-07T20:06:53.831045+0000 mon.a (mon.0) 1417 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:06:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:54 smithi135 bash[32435]: audit 2023-12-07T20:06:53.841367+0000 mon.a (mon.0) 1418 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:06:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:55 smithi079 bash[28699]: cluster 2023-12-07T20:06:54.364354+0000 mgr.a (mgr.14403) 6917 : cluster 0 pgmap v5160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:06:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:55 smithi194 bash[32038]: cluster 2023-12-07T20:06:54.364354+0000 mgr.a (mgr.14403) 6917 : cluster 0 pgmap v5160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:06:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:55 smithi135 bash[32435]: cluster 2023-12-07T20:06:54.364354+0000 mgr.a (mgr.14403) 6917 : cluster 0 pgmap v5160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:06:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:57 smithi079 bash[28699]: cluster 2023-12-07T20:06:56.364936+0000 mgr.a (mgr.14403) 6918 : cluster 0 pgmap v5161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:06:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:57 smithi194 bash[32038]: cluster 2023-12-07T20:06:56.364936+0000 mgr.a (mgr.14403) 6918 : cluster 0 pgmap v5161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:06:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:57 smithi135 bash[32435]: cluster 2023-12-07T20:06:56.364936+0000 mgr.a (mgr.14403) 6918 : cluster 0 pgmap v5161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:06:58.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:06:58.751 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:06:58.751 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:06:59.675 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:06:59.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:06:59.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:06:59.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:06:59.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:06:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:06:59 smithi194 bash[32038]: cluster 2023-12-07T20:06:58.365488+0000 mgr.a (mgr.14403) 6919 : cluster 0 pgmap v5162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:06:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:06:59 smithi135 bash[32435]: cluster 2023-12-07T20:06:58.365488+0000 mgr.a (mgr.14403) 6919 : cluster 0 pgmap v5162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:07:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:06:59 smithi079 bash[28699]: cluster 2023-12-07T20:06:58.365488+0000 mgr.a (mgr.14403) 6919 : cluster 0 pgmap v5162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:07:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:00 smithi194 bash[32038]: audit 2023-12-07T20:06:59.157336+0000 mgr.a (mgr.14403) 6920 : audit 0 from='client.146628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:00.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:00 smithi135 bash[32435]: audit 2023-12-07T20:06:59.157336+0000 mgr.a (mgr.14403) 6920 : audit 0 from='client.146628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:00 smithi079 bash[28699]: audit 2023-12-07T20:06:59.157336+0000 mgr.a (mgr.14403) 6920 : audit 0 from='client.146628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:01 smithi194 bash[32038]: cluster 2023-12-07T20:07:00.366450+0000 mgr.a (mgr.14403) 6921 : cluster 0 pgmap v5163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:01.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:01 smithi135 bash[32435]: cluster 2023-12-07T20:07:00.366450+0000 mgr.a (mgr.14403) 6921 : cluster 0 pgmap v5163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:01 smithi079 bash[28699]: cluster 2023-12-07T20:07:00.366450+0000 mgr.a (mgr.14403) 6921 : cluster 0 pgmap v5163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:03 smithi194 bash[32038]: cluster 2023-12-07T20:07:02.367001+0000 mgr.a (mgr.14403) 6922 : cluster 0 pgmap v5164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:03 smithi135 bash[32435]: cluster 2023-12-07T20:07:02.367001+0000 mgr.a (mgr.14403) 6922 : cluster 0 pgmap v5164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:03 smithi079 bash[28699]: cluster 2023-12-07T20:07:02.367001+0000 mgr.a (mgr.14403) 6922 : cluster 0 pgmap v5164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:04.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:07:04.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:04.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:05.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:05.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:05.544 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:07:05.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:05.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:07:05.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:05 smithi194 bash[32038]: cluster 2023-12-07T20:07:04.367688+0000 mgr.a (mgr.14403) 6923 : cluster 0 pgmap v5165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:05 smithi135 bash[32435]: cluster 2023-12-07T20:07:04.367688+0000 mgr.a (mgr.14403) 6923 : cluster 0 pgmap v5165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:05 smithi079 bash[28699]: cluster 2023-12-07T20:07:04.367688+0000 mgr.a (mgr.14403) 6923 : cluster 0 pgmap v5165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:06 smithi194 bash[32038]: audit 2023-12-07T20:07:05.082210+0000 mgr.a (mgr.14403) 6924 : audit 0 from='client.146703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:06 smithi135 bash[32435]: audit 2023-12-07T20:07:05.082210+0000 mgr.a (mgr.14403) 6924 : audit 0 from='client.146703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:06 smithi079 bash[28699]: audit 2023-12-07T20:07:05.082210+0000 mgr.a (mgr.14403) 6924 : audit 0 from='client.146703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:07 smithi194 bash[32038]: cluster 2023-12-07T20:07:06.368381+0000 mgr.a (mgr.14403) 6925 : cluster 0 pgmap v5166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:07:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:07 smithi135 bash[32435]: cluster 2023-12-07T20:07:06.368381+0000 mgr.a (mgr.14403) 6925 : cluster 0 pgmap v5166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:07:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:07 smithi079 bash[28699]: cluster 2023-12-07T20:07:06.368381+0000 mgr.a (mgr.14403) 6925 : cluster 0 pgmap v5166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:07:09.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:08 smithi079 bash[28699]: cluster 2023-12-07T20:07:08.368965+0000 mgr.a (mgr.14403) 6926 : cluster 0 pgmap v5167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:07:09.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:08 smithi194 bash[32038]: cluster 2023-12-07T20:07:08.368965+0000 mgr.a (mgr.14403) 6926 : cluster 0 pgmap v5167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:07:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:08 smithi135 bash[32435]: cluster 2023-12-07T20:07:08.368965+0000 mgr.a (mgr.14403) 6926 : cluster 0 pgmap v5167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:07:10.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:07:10.547 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:10.547 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:11.436 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:07:11.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:11.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:11.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:11.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:07:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:11 smithi194 bash[32038]: cluster 2023-12-07T20:07:10.369764+0000 mgr.a (mgr.14403) 6927 : cluster 0 pgmap v5168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:07:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:11 smithi135 bash[32435]: cluster 2023-12-07T20:07:10.369764+0000 mgr.a (mgr.14403) 6927 : cluster 0 pgmap v5168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:07:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:11 smithi079 bash[28699]: cluster 2023-12-07T20:07:10.369764+0000 mgr.a (mgr.14403) 6927 : cluster 0 pgmap v5168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:07:12.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:12 smithi079 bash[28699]: audit 2023-12-07T20:07:10.940146+0000 mgr.a (mgr.14403) 6928 : audit 0 from='client.146781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:12 smithi194 bash[32038]: audit 2023-12-07T20:07:10.940146+0000 mgr.a (mgr.14403) 6928 : audit 0 from='client.146781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:12 smithi135 bash[32435]: audit 2023-12-07T20:07:10.940146+0000 mgr.a (mgr.14403) 6928 : audit 0 from='client.146781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:13 smithi079 bash[28699]: cluster 2023-12-07T20:07:12.370497+0000 mgr.a (mgr.14403) 6929 : cluster 0 pgmap v5169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:13 smithi194 bash[32038]: cluster 2023-12-07T20:07:12.370497+0000 mgr.a (mgr.14403) 6929 : cluster 0 pgmap v5169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:13 smithi135 bash[32435]: cluster 2023-12-07T20:07:12.370497+0000 mgr.a (mgr.14403) 6929 : cluster 0 pgmap v5169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:15 smithi079 bash[28699]: cluster 2023-12-07T20:07:14.371284+0000 mgr.a (mgr.14403) 6930 : cluster 0 pgmap v5170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:15 smithi194 bash[32038]: cluster 2023-12-07T20:07:14.371284+0000 mgr.a (mgr.14403) 6930 : cluster 0 pgmap v5170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:15 smithi135 bash[32435]: cluster 2023-12-07T20:07:14.371284+0000 mgr.a (mgr.14403) 6930 : cluster 0 pgmap v5170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:16.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:07:16.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:16.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:17.364 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:07:17.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:17.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:17.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:17.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:07:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:17 smithi079 bash[28699]: cluster 2023-12-07T20:07:16.371885+0000 mgr.a (mgr.14403) 6931 : cluster 0 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-07T20:07:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:17 smithi194 bash[32038]: cluster 2023-12-07T20:07:16.371885+0000 mgr.a (mgr.14403) 6931 : cluster 0 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-07T20:07:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:17 smithi135 bash[32435]: cluster 2023-12-07T20:07:16.371885+0000 mgr.a (mgr.14403) 6931 : cluster 0 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-07T20:07:18.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:18 smithi079 bash[28699]: audit 2023-12-07T20:07:16.844884+0000 mgr.a (mgr.14403) 6932 : audit 0 from='client.146859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:18 smithi194 bash[32038]: audit 2023-12-07T20:07:16.844884+0000 mgr.a (mgr.14403) 6932 : audit 0 from='client.146859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:18 smithi135 bash[32435]: audit 2023-12-07T20:07:16.844884+0000 mgr.a (mgr.14403) 6932 : audit 0 from='client.146859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:19 smithi079 bash[28699]: cluster 2023-12-07T20:07:18.372720+0000 mgr.a (mgr.14403) 6933 : cluster 0 pgmap v5172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:19 smithi194 bash[32038]: cluster 2023-12-07T20:07:18.372720+0000 mgr.a (mgr.14403) 6933 : cluster 0 pgmap v5172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:19 smithi135 bash[32435]: cluster 2023-12-07T20:07:18.372720+0000 mgr.a (mgr.14403) 6933 : cluster 0 pgmap v5172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:21 smithi079 bash[28699]: cluster 2023-12-07T20:07:20.373703+0000 mgr.a (mgr.14403) 6934 : cluster 0 pgmap v5173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:21 smithi194 bash[32038]: cluster 2023-12-07T20:07:20.373703+0000 mgr.a (mgr.14403) 6934 : cluster 0 pgmap v5173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:21 smithi135 bash[32435]: cluster 2023-12-07T20:07:20.373703+0000 mgr.a (mgr.14403) 6934 : cluster 0 pgmap v5173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:22.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:07:22.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:22.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:23.257 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:07:23.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:23.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:23.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:23.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:07:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:23 smithi079 bash[28699]: cluster 2023-12-07T20:07:22.374434+0000 mgr.a (mgr.14403) 6935 : cluster 0 pgmap v5174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:23 smithi194 bash[32038]: cluster 2023-12-07T20:07:22.374434+0000 mgr.a (mgr.14403) 6935 : cluster 0 pgmap v5174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:23 smithi135 bash[32435]: cluster 2023-12-07T20:07:22.374434+0000 mgr.a (mgr.14403) 6935 : cluster 0 pgmap v5174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:24 smithi194 bash[32038]: audit 2023-12-07T20:07:22.777499+0000 mgr.a (mgr.14403) 6936 : audit 0 from='client.146937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:24 smithi135 bash[32435]: audit 2023-12-07T20:07:22.777499+0000 mgr.a (mgr.14403) 6936 : audit 0 from='client.146937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:25.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:24 smithi079 bash[28699]: audit 2023-12-07T20:07:22.777499+0000 mgr.a (mgr.14403) 6936 : audit 0 from='client.146937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:25 smithi194 bash[32038]: cluster 2023-12-07T20:07:24.375406+0000 mgr.a (mgr.14403) 6937 : cluster 0 pgmap v5175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:25 smithi135 bash[32435]: cluster 2023-12-07T20:07:24.375406+0000 mgr.a (mgr.14403) 6937 : cluster 0 pgmap v5175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:25 smithi079 bash[28699]: cluster 2023-12-07T20:07:24.375406+0000 mgr.a (mgr.14403) 6937 : cluster 0 pgmap v5175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:27 smithi194 bash[32038]: cluster 2023-12-07T20:07:26.375981+0000 mgr.a (mgr.14403) 6938 : cluster 0 pgmap v5176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:27 smithi135 bash[32435]: cluster 2023-12-07T20:07:26.375981+0000 mgr.a (mgr.14403) 6938 : cluster 0 pgmap v5176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:27 smithi079 bash[28699]: cluster 2023-12-07T20:07:26.375981+0000 mgr.a (mgr.14403) 6938 : cluster 0 pgmap v5176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:28.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:07:28.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:28.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:29.159 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:07:29.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:29.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:29.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:29.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:07:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:29 smithi194 bash[32038]: cluster 2023-12-07T20:07:28.376649+0000 mgr.a (mgr.14403) 6939 : cluster 0 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-07T20:07:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:29 smithi135 bash[32435]: cluster 2023-12-07T20:07:28.376649+0000 mgr.a (mgr.14403) 6939 : cluster 0 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-07T20:07:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:29 smithi079 bash[28699]: cluster 2023-12-07T20:07:28.376649+0000 mgr.a (mgr.14403) 6939 : cluster 0 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-07T20:07:30.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:30 smithi194 bash[32038]: audit 2023-12-07T20:07:28.671356+0000 mgr.a (mgr.14403) 6940 : audit 0 from='client.147015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:30.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:30 smithi135 bash[32435]: audit 2023-12-07T20:07:28.671356+0000 mgr.a (mgr.14403) 6940 : audit 0 from='client.147015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:30 smithi079 bash[28699]: audit 2023-12-07T20:07:28.671356+0000 mgr.a (mgr.14403) 6940 : audit 0 from='client.147015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:31 smithi194 bash[32038]: cluster 2023-12-07T20:07:30.377668+0000 mgr.a (mgr.14403) 6941 : cluster 0 pgmap v5178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:31 smithi135 bash[32435]: cluster 2023-12-07T20:07:30.377668+0000 mgr.a (mgr.14403) 6941 : cluster 0 pgmap v5178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:31 smithi079 bash[28699]: cluster 2023-12-07T20:07:30.377668+0000 mgr.a (mgr.14403) 6941 : cluster 0 pgmap v5178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:33 smithi194 bash[32038]: cluster 2023-12-07T20:07:32.378248+0000 mgr.a (mgr.14403) 6942 : cluster 0 pgmap v5179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:33 smithi135 bash[32435]: cluster 2023-12-07T20:07:32.378248+0000 mgr.a (mgr.14403) 6942 : cluster 0 pgmap v5179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:33 smithi079 bash[28699]: cluster 2023-12-07T20:07:32.378248+0000 mgr.a (mgr.14403) 6942 : cluster 0 pgmap v5179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:34.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:07:34.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:34.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:35.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:35.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:35.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:35.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:07:35.056 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:07:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:35 smithi194 bash[32038]: cluster 2023-12-07T20:07:34.379037+0000 mgr.a (mgr.14403) 6943 : cluster 0 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-07T20:07:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:35 smithi194 bash[32038]: audit 2023-12-07T20:07:34.555506+0000 mgr.a (mgr.14403) 6944 : audit 0 from='client.147087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:35 smithi135 bash[32435]: cluster 2023-12-07T20:07:34.379037+0000 mgr.a (mgr.14403) 6943 : cluster 0 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-07T20:07:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:35 smithi135 bash[32435]: audit 2023-12-07T20:07:34.555506+0000 mgr.a (mgr.14403) 6944 : audit 0 from='client.147087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:35 smithi079 bash[28699]: cluster 2023-12-07T20:07:34.379037+0000 mgr.a (mgr.14403) 6943 : cluster 0 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-07T20:07:36.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:35 smithi079 bash[28699]: audit 2023-12-07T20:07:34.555506+0000 mgr.a (mgr.14403) 6944 : audit 0 from='client.147087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:37 smithi079 bash[28699]: cluster 2023-12-07T20:07:36.379626+0000 mgr.a (mgr.14403) 6945 : cluster 0 pgmap v5181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:37 smithi194 bash[32038]: cluster 2023-12-07T20:07:36.379626+0000 mgr.a (mgr.14403) 6945 : cluster 0 pgmap v5181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:37 smithi135 bash[32435]: cluster 2023-12-07T20:07:36.379626+0000 mgr.a (mgr.14403) 6945 : cluster 0 pgmap v5181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:39 smithi079 bash[28699]: cluster 2023-12-07T20:07:38.380219+0000 mgr.a (mgr.14403) 6946 : cluster 0 pgmap v5182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:39 smithi194 bash[32038]: cluster 2023-12-07T20:07:38.380219+0000 mgr.a (mgr.14403) 6946 : cluster 0 pgmap v5182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:39 smithi135 bash[32435]: cluster 2023-12-07T20:07:38.380219+0000 mgr.a (mgr.14403) 6946 : cluster 0 pgmap v5182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:07:40.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:07:40.060 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:40.060 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:40.956 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:07:40.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:40.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:40.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:40.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:07:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:41 smithi079 bash[28699]: cluster 2023-12-07T20:07:40.380991+0000 mgr.a (mgr.14403) 6947 : cluster 0 pgmap v5183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:41 smithi079 bash[28699]: audit 2023-12-07T20:07:40.471787+0000 mgr.a (mgr.14403) 6948 : audit 0 from='client.147165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:41 smithi194 bash[32038]: cluster 2023-12-07T20:07:40.380991+0000 mgr.a (mgr.14403) 6947 : cluster 0 pgmap v5183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:41 smithi194 bash[32038]: audit 2023-12-07T20:07:40.471787+0000 mgr.a (mgr.14403) 6948 : audit 0 from='client.147165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:41 smithi135 bash[32435]: cluster 2023-12-07T20:07:40.380991+0000 mgr.a (mgr.14403) 6947 : cluster 0 pgmap v5183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:41 smithi135 bash[32435]: audit 2023-12-07T20:07:40.471787+0000 mgr.a (mgr.14403) 6948 : audit 0 from='client.147165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:43 smithi079 bash[28699]: cluster 2023-12-07T20:07:42.381804+0000 mgr.a (mgr.14403) 6949 : cluster 0 pgmap v5184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:43 smithi194 bash[32038]: cluster 2023-12-07T20:07:42.381804+0000 mgr.a (mgr.14403) 6949 : cluster 0 pgmap v5184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:43 smithi135 bash[32435]: cluster 2023-12-07T20:07:42.381804+0000 mgr.a (mgr.14403) 6949 : cluster 0 pgmap v5184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:45 smithi079 bash[28699]: cluster 2023-12-07T20:07:44.382820+0000 mgr.a (mgr.14403) 6950 : cluster 0 pgmap v5185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:45 smithi194 bash[32038]: cluster 2023-12-07T20:07:44.382820+0000 mgr.a (mgr.14403) 6950 : cluster 0 pgmap v5185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:45 smithi135 bash[32435]: cluster 2023-12-07T20:07:44.382820+0000 mgr.a (mgr.14403) 6950 : cluster 0 pgmap v5185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:45.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:07:45.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:45.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:46.866 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:07:46.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:46.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:46.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:46.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:07:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:47 smithi079 bash[28699]: audit 2023-12-07T20:07:46.366223+0000 mgr.a (mgr.14403) 6951 : audit 0 from='client.147240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:47 smithi079 bash[28699]: cluster 2023-12-07T20:07:46.383803+0000 mgr.a (mgr.14403) 6952 : cluster 0 pgmap v5186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:47 smithi194 bash[32038]: audit 2023-12-07T20:07:46.366223+0000 mgr.a (mgr.14403) 6951 : audit 0 from='client.147240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:47 smithi194 bash[32038]: cluster 2023-12-07T20:07:46.383803+0000 mgr.a (mgr.14403) 6952 : cluster 0 pgmap v5186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:47 smithi135 bash[32435]: audit 2023-12-07T20:07:46.366223+0000 mgr.a (mgr.14403) 6951 : audit 0 from='client.147240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:47 smithi135 bash[32435]: cluster 2023-12-07T20:07:46.383803+0000 mgr.a (mgr.14403) 6952 : cluster 0 pgmap v5186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:49 smithi079 bash[28699]: cluster 2023-12-07T20:07:48.384503+0000 mgr.a (mgr.14403) 6953 : cluster 0 pgmap v5187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:49 smithi194 bash[32038]: cluster 2023-12-07T20:07:48.384503+0000 mgr.a (mgr.14403) 6953 : cluster 0 pgmap v5187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:49 smithi135 bash[32435]: cluster 2023-12-07T20:07:48.384503+0000 mgr.a (mgr.14403) 6953 : cluster 0 pgmap v5187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:51.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:07:51.873 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:51.873 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:51 smithi079 bash[28699]: cluster 2023-12-07T20:07:50.385321+0000 mgr.a (mgr.14403) 6954 : cluster 0 pgmap v5188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:51.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:51 smithi194 bash[32038]: cluster 2023-12-07T20:07:50.385321+0000 mgr.a (mgr.14403) 6954 : cluster 0 pgmap v5188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:51 smithi135 bash[32435]: cluster 2023-12-07T20:07:50.385321+0000 mgr.a (mgr.14403) 6954 : cluster 0 pgmap v5188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:52.773 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:07:52.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:52.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:52.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:52.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:07:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:53 smithi079 bash[28699]: audit 2023-12-07T20:07:52.274203+0000 mgr.a (mgr.14403) 6955 : audit 0 from='client.147315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:53 smithi079 bash[28699]: cluster 2023-12-07T20:07:52.385909+0000 mgr.a (mgr.14403) 6956 : cluster 0 pgmap v5189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:53 smithi194 bash[32038]: audit 2023-12-07T20:07:52.274203+0000 mgr.a (mgr.14403) 6955 : audit 0 from='client.147315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:53 smithi194 bash[32038]: cluster 2023-12-07T20:07:52.385909+0000 mgr.a (mgr.14403) 6956 : cluster 0 pgmap v5189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:53 smithi135 bash[32435]: audit 2023-12-07T20:07:52.274203+0000 mgr.a (mgr.14403) 6955 : audit 0 from='client.147315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:53 smithi135 bash[32435]: cluster 2023-12-07T20:07:52.385909+0000 mgr.a (mgr.14403) 6956 : cluster 0 pgmap v5189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:54 smithi194 bash[32038]: audit 2023-12-07T20:07:53.946952+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:07:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:54 smithi135 bash[32435]: audit 2023-12-07T20:07:53.946952+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:07:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:54 smithi079 bash[28699]: audit 2023-12-07T20:07:53.946952+0000 mon.a (mon.0) 1419 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:07:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:55 smithi194 bash[32038]: cluster 2023-12-07T20:07:54.386757+0000 mgr.a (mgr.14403) 6957 : cluster 0 pgmap v5190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:55 smithi194 bash[32038]: audit 2023-12-07T20:07:54.694125+0000 mon.a (mon.0) 1420 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:07:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:55 smithi194 bash[32038]: audit 2023-12-07T20:07:54.695993+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:07:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:55 smithi194 bash[32038]: audit 2023-12-07T20:07:54.705206+0000 mon.a (mon.0) 1422 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:07:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:55 smithi135 bash[32435]: cluster 2023-12-07T20:07:54.386757+0000 mgr.a (mgr.14403) 6957 : cluster 0 pgmap v5190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:55 smithi135 bash[32435]: audit 2023-12-07T20:07:54.694125+0000 mon.a (mon.0) 1420 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:07:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:55 smithi135 bash[32435]: audit 2023-12-07T20:07:54.695993+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:07:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:55 smithi135 bash[32435]: audit 2023-12-07T20:07:54.705206+0000 mon.a (mon.0) 1422 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:07:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:55 smithi079 bash[28699]: cluster 2023-12-07T20:07:54.386757+0000 mgr.a (mgr.14403) 6957 : cluster 0 pgmap v5190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:07:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:55 smithi079 bash[28699]: audit 2023-12-07T20:07:54.694125+0000 mon.a (mon.0) 1420 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:07:56.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:55 smithi079 bash[28699]: audit 2023-12-07T20:07:54.695993+0000 mon.a (mon.0) 1421 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:07:56.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:55 smithi079 bash[28699]: audit 2023-12-07T20:07:54.705206+0000 mon.a (mon.0) 1422 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:07:57.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:07:57.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:07:57.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:07:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:57 smithi194 bash[32038]: cluster 2023-12-07T20:07:56.387327+0000 mgr.a (mgr.14403) 6958 : cluster 0 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-07T20:07:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:57 smithi135 bash[32435]: cluster 2023-12-07T20:07:56.387327+0000 mgr.a (mgr.14403) 6958 : cluster 0 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-07T20:07:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:57 smithi079 bash[28699]: cluster 2023-12-07T20:07:56.387327+0000 mgr.a (mgr.14403) 6958 : cluster 0 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-07T20:07:58.687 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:07:58.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:07:58.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:07:58.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:07:58.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:07:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:59 smithi194 bash[32038]: audit 2023-12-07T20:07:58.187942+0000 mgr.a (mgr.14403) 6959 : audit 0 from='client.147390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:07:59 smithi194 bash[32038]: cluster 2023-12-07T20:07:58.387865+0000 mgr.a (mgr.14403) 6960 : cluster 0 pgmap v5192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:07:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:59 smithi135 bash[32435]: audit 2023-12-07T20:07:58.187942+0000 mgr.a (mgr.14403) 6959 : audit 0 from='client.147390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:07:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:07:59 smithi135 bash[32435]: cluster 2023-12-07T20:07:58.387865+0000 mgr.a (mgr.14403) 6960 : cluster 0 pgmap v5192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:59 smithi079 bash[28699]: audit 2023-12-07T20:07:58.187942+0000 mgr.a (mgr.14403) 6959 : audit 0 from='client.147390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:07:59 smithi079 bash[28699]: cluster 2023-12-07T20:07:58.387865+0000 mgr.a (mgr.14403) 6960 : cluster 0 pgmap v5192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:01 smithi194 bash[32038]: cluster 2023-12-07T20:08:00.388822+0000 mgr.a (mgr.14403) 6961 : cluster 0 pgmap v5193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:08:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:01 smithi135 bash[32435]: cluster 2023-12-07T20:08:00.388822+0000 mgr.a (mgr.14403) 6961 : cluster 0 pgmap v5193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:08:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:01 smithi079 bash[28699]: cluster 2023-12-07T20:08:00.388822+0000 mgr.a (mgr.14403) 6961 : cluster 0 pgmap v5193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:08:03.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:08:03.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:03.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:03 smithi194 bash[32038]: cluster 2023-12-07T20:08:02.389322+0000 mgr.a (mgr.14403) 6962 : cluster 0 pgmap v5194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:08:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:03 smithi135 bash[32435]: cluster 2023-12-07T20:08:02.389322+0000 mgr.a (mgr.14403) 6962 : cluster 0 pgmap v5194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:08:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:03 smithi079 bash[28699]: cluster 2023-12-07T20:08:02.389322+0000 mgr.a (mgr.14403) 6962 : cluster 0 pgmap v5194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:08:04.589 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:08:04.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:04.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:04.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:04.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:08:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:05 smithi194 bash[32038]: audit 2023-12-07T20:08:04.098950+0000 mgr.a (mgr.14403) 6963 : audit 0 from='client.147468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:05 smithi194 bash[32038]: cluster 2023-12-07T20:08:04.390491+0000 mgr.a (mgr.14403) 6964 : cluster 0 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-07T20:08:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:05 smithi135 bash[32435]: audit 2023-12-07T20:08:04.098950+0000 mgr.a (mgr.14403) 6963 : audit 0 from='client.147468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:05 smithi135 bash[32435]: cluster 2023-12-07T20:08:04.390491+0000 mgr.a (mgr.14403) 6964 : cluster 0 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-07T20:08:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:05 smithi079 bash[28699]: audit 2023-12-07T20:08:04.098950+0000 mgr.a (mgr.14403) 6963 : audit 0 from='client.147468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:05 smithi079 bash[28699]: cluster 2023-12-07T20:08:04.390491+0000 mgr.a (mgr.14403) 6964 : cluster 0 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-07T20:08:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:07 smithi194 bash[32038]: cluster 2023-12-07T20:08:06.391201+0000 mgr.a (mgr.14403) 6965 : cluster 0 pgmap v5196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:07 smithi135 bash[32435]: cluster 2023-12-07T20:08:06.391201+0000 mgr.a (mgr.14403) 6965 : cluster 0 pgmap v5196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:07 smithi079 bash[28699]: cluster 2023-12-07T20:08:06.391201+0000 mgr.a (mgr.14403) 6965 : cluster 0 pgmap v5196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:09.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:08:09.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:09.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:09 smithi194 bash[32038]: cluster 2023-12-07T20:08:08.391745+0000 mgr.a (mgr.14403) 6966 : cluster 0 pgmap v5197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:09 smithi135 bash[32435]: cluster 2023-12-07T20:08:08.391745+0000 mgr.a (mgr.14403) 6966 : cluster 0 pgmap v5197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:09 smithi079 bash[28699]: cluster 2023-12-07T20:08:08.391745+0000 mgr.a (mgr.14403) 6966 : cluster 0 pgmap v5197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:10.498 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:08:10.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:10.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:10.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:10.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:08:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:10 smithi194 bash[32038]: audit 2023-12-07T20:08:10.004825+0000 mgr.a (mgr.14403) 6967 : audit 0 from='client.147543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:10 smithi194 bash[32038]: cluster 2023-12-07T20:08:10.392798+0000 mgr.a (mgr.14403) 6968 : cluster 0 pgmap v5198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:10 smithi135 bash[32435]: audit 2023-12-07T20:08:10.004825+0000 mgr.a (mgr.14403) 6967 : audit 0 from='client.147543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:10 smithi135 bash[32435]: cluster 2023-12-07T20:08:10.392798+0000 mgr.a (mgr.14403) 6968 : cluster 0 pgmap v5198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:11.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:10 smithi079 bash[28699]: audit 2023-12-07T20:08:10.004825+0000 mgr.a (mgr.14403) 6967 : audit 0 from='client.147543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:11.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:10 smithi079 bash[28699]: cluster 2023-12-07T20:08:10.392798+0000 mgr.a (mgr.14403) 6968 : cluster 0 pgmap v5198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:13 smithi079 bash[28699]: cluster 2023-12-07T20:08:12.393391+0000 mgr.a (mgr.14403) 6969 : cluster 0 pgmap v5199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:08:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:13 smithi194 bash[32038]: cluster 2023-12-07T20:08:12.393391+0000 mgr.a (mgr.14403) 6969 : cluster 0 pgmap v5199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:08:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:13 smithi135 bash[32435]: cluster 2023-12-07T20:08:12.393391+0000 mgr.a (mgr.14403) 6969 : cluster 0 pgmap v5199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:08:15.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:08:15.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:15.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:15 smithi079 bash[28699]: cluster 2023-12-07T20:08:14.394118+0000 mgr.a (mgr.14403) 6970 : cluster 0 pgmap v5200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:08:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:15 smithi194 bash[32038]: cluster 2023-12-07T20:08:14.394118+0000 mgr.a (mgr.14403) 6970 : cluster 0 pgmap v5200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:08:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:15 smithi135 bash[32435]: cluster 2023-12-07T20:08:14.394118+0000 mgr.a (mgr.14403) 6970 : cluster 0 pgmap v5200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:08:16.433 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:08:16.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:16.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:16.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:16.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:08:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:17 smithi079 bash[28699]: audit 2023-12-07T20:08:15.918271+0000 mgr.a (mgr.14403) 6971 : audit 0 from='client.147618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:17 smithi079 bash[28699]: cluster 2023-12-07T20:08:16.394706+0000 mgr.a (mgr.14403) 6972 : cluster 0 pgmap v5201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:17 smithi194 bash[32038]: audit 2023-12-07T20:08:15.918271+0000 mgr.a (mgr.14403) 6971 : audit 0 from='client.147618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:17 smithi194 bash[32038]: cluster 2023-12-07T20:08:16.394706+0000 mgr.a (mgr.14403) 6972 : cluster 0 pgmap v5201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:17 smithi135 bash[32435]: audit 2023-12-07T20:08:15.918271+0000 mgr.a (mgr.14403) 6971 : audit 0 from='client.147618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:17 smithi135 bash[32435]: cluster 2023-12-07T20:08:16.394706+0000 mgr.a (mgr.14403) 6972 : cluster 0 pgmap v5201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:19 smithi079 bash[28699]: cluster 2023-12-07T20:08:18.395266+0000 mgr.a (mgr.14403) 6973 : cluster 0 pgmap v5202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:19 smithi194 bash[32038]: cluster 2023-12-07T20:08:18.395266+0000 mgr.a (mgr.14403) 6973 : cluster 0 pgmap v5202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:19 smithi135 bash[32435]: cluster 2023-12-07T20:08:18.395266+0000 mgr.a (mgr.14403) 6973 : cluster 0 pgmap v5202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:21.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:08:21.437 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:21.437 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:21 smithi079 bash[28699]: cluster 2023-12-07T20:08:20.396109+0000 mgr.a (mgr.14403) 6974 : cluster 0 pgmap v5203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:21 smithi194 bash[32038]: cluster 2023-12-07T20:08:20.396109+0000 mgr.a (mgr.14403) 6974 : cluster 0 pgmap v5203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:21 smithi135 bash[32435]: cluster 2023-12-07T20:08:20.396109+0000 mgr.a (mgr.14403) 6974 : cluster 0 pgmap v5203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:22.366 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:08:22.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:22.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:22.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:22.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:08:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:23 smithi194 bash[32038]: audit 2023-12-07T20:08:21.848833+0000 mgr.a (mgr.14403) 6975 : audit 0 from='client.147693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:23 smithi194 bash[32038]: cluster 2023-12-07T20:08:22.396925+0000 mgr.a (mgr.14403) 6976 : cluster 0 pgmap v5204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:23 smithi135 bash[32435]: audit 2023-12-07T20:08:21.848833+0000 mgr.a (mgr.14403) 6975 : audit 0 from='client.147693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:23 smithi135 bash[32435]: cluster 2023-12-07T20:08:22.396925+0000 mgr.a (mgr.14403) 6976 : cluster 0 pgmap v5204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:23 smithi079 bash[28699]: audit 2023-12-07T20:08:21.848833+0000 mgr.a (mgr.14403) 6975 : audit 0 from='client.147693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:23 smithi079 bash[28699]: cluster 2023-12-07T20:08:22.396925+0000 mgr.a (mgr.14403) 6976 : cluster 0 pgmap v5204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:25 smithi194 bash[32038]: cluster 2023-12-07T20:08:24.397890+0000 mgr.a (mgr.14403) 6977 : cluster 0 pgmap v5205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:25 smithi135 bash[32435]: cluster 2023-12-07T20:08:24.397890+0000 mgr.a (mgr.14403) 6977 : cluster 0 pgmap v5205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:25 smithi079 bash[28699]: cluster 2023-12-07T20:08:24.397890+0000 mgr.a (mgr.14403) 6977 : cluster 0 pgmap v5205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:27.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:08:27.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:27.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:27 smithi194 bash[32038]: cluster 2023-12-07T20:08:26.398509+0000 mgr.a (mgr.14403) 6978 : cluster 0 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-07T20:08:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:27 smithi135 bash[32435]: cluster 2023-12-07T20:08:26.398509+0000 mgr.a (mgr.14403) 6978 : cluster 0 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-07T20:08:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:27 smithi079 bash[28699]: cluster 2023-12-07T20:08:26.398509+0000 mgr.a (mgr.14403) 6978 : cluster 0 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-07T20:08:28.291 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:08:28.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:28.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:28.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:28.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:08:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:29 smithi194 bash[32038]: audit 2023-12-07T20:08:27.774575+0000 mgr.a (mgr.14403) 6979 : audit 0 from='client.147771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:29 smithi194 bash[32038]: cluster 2023-12-07T20:08:28.399406+0000 mgr.a (mgr.14403) 6980 : cluster 0 pgmap v5207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:29 smithi135 bash[32435]: audit 2023-12-07T20:08:27.774575+0000 mgr.a (mgr.14403) 6979 : audit 0 from='client.147771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:29 smithi135 bash[32435]: cluster 2023-12-07T20:08:28.399406+0000 mgr.a (mgr.14403) 6980 : cluster 0 pgmap v5207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:29 smithi079 bash[28699]: audit 2023-12-07T20:08:27.774575+0000 mgr.a (mgr.14403) 6979 : audit 0 from='client.147771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:29 smithi079 bash[28699]: cluster 2023-12-07T20:08:28.399406+0000 mgr.a (mgr.14403) 6980 : cluster 0 pgmap v5207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:31 smithi194 bash[32038]: cluster 2023-12-07T20:08:30.400294+0000 mgr.a (mgr.14403) 6981 : cluster 0 pgmap v5208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:31 smithi135 bash[32435]: cluster 2023-12-07T20:08:30.400294+0000 mgr.a (mgr.14403) 6981 : cluster 0 pgmap v5208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:31 smithi079 bash[28699]: cluster 2023-12-07T20:08:30.400294+0000 mgr.a (mgr.14403) 6981 : cluster 0 pgmap v5208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:33.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:08:33.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:33.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:33 smithi194 bash[32038]: cluster 2023-12-07T20:08:32.400892+0000 mgr.a (mgr.14403) 6982 : cluster 0 pgmap v5209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:33 smithi135 bash[32435]: cluster 2023-12-07T20:08:32.400892+0000 mgr.a (mgr.14403) 6982 : cluster 0 pgmap v5209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:33 smithi079 bash[28699]: cluster 2023-12-07T20:08:32.400892+0000 mgr.a (mgr.14403) 6982 : cluster 0 pgmap v5209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:34.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:34.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:34.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:34.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:08:34.207 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:08:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:35 smithi194 bash[32038]: audit 2023-12-07T20:08:33.701703+0000 mgr.a (mgr.14403) 6983 : audit 0 from='client.147849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:35 smithi194 bash[32038]: cluster 2023-12-07T20:08:34.402017+0000 mgr.a (mgr.14403) 6984 : cluster 0 pgmap v5210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:35 smithi135 bash[32435]: audit 2023-12-07T20:08:33.701703+0000 mgr.a (mgr.14403) 6983 : audit 0 from='client.147849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:35 smithi135 bash[32435]: cluster 2023-12-07T20:08:34.402017+0000 mgr.a (mgr.14403) 6984 : cluster 0 pgmap v5210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:35 smithi079 bash[28699]: audit 2023-12-07T20:08:33.701703+0000 mgr.a (mgr.14403) 6983 : audit 0 from='client.147849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:35 smithi079 bash[28699]: cluster 2023-12-07T20:08:34.402017+0000 mgr.a (mgr.14403) 6984 : cluster 0 pgmap v5210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:37 smithi194 bash[32038]: cluster 2023-12-07T20:08:36.402619+0000 mgr.a (mgr.14403) 6985 : cluster 0 pgmap v5211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:37 smithi135 bash[32435]: cluster 2023-12-07T20:08:36.402619+0000 mgr.a (mgr.14403) 6985 : cluster 0 pgmap v5211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:37 smithi079 bash[28699]: cluster 2023-12-07T20:08:36.402619+0000 mgr.a (mgr.14403) 6985 : cluster 0 pgmap v5211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:39.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:08:39.211 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:39.211 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:39 smithi194 bash[32038]: cluster 2023-12-07T20:08:38.403225+0000 mgr.a (mgr.14403) 6986 : cluster 0 pgmap v5212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:39 smithi135 bash[32435]: cluster 2023-12-07T20:08:38.403225+0000 mgr.a (mgr.14403) 6986 : cluster 0 pgmap v5212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:40.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:40.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:40.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:40.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:08:40.101 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:08:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:39 smithi079 bash[28699]: cluster 2023-12-07T20:08:38.403225+0000 mgr.a (mgr.14403) 6986 : cluster 0 pgmap v5212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:40 smithi194 bash[32038]: audit 2023-12-07T20:08:39.612229+0000 mgr.a (mgr.14403) 6987 : audit 0 from='client.147927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:40 smithi135 bash[32435]: audit 2023-12-07T20:08:39.612229+0000 mgr.a (mgr.14403) 6987 : audit 0 from='client.147927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:40 smithi079 bash[28699]: audit 2023-12-07T20:08:39.612229+0000 mgr.a (mgr.14403) 6987 : audit 0 from='client.147927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:41 smithi194 bash[32038]: cluster 2023-12-07T20:08:40.404220+0000 mgr.a (mgr.14403) 6988 : cluster 0 pgmap v5213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:41 smithi135 bash[32435]: cluster 2023-12-07T20:08:40.404220+0000 mgr.a (mgr.14403) 6988 : cluster 0 pgmap v5213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:41 smithi079 bash[28699]: cluster 2023-12-07T20:08:40.404220+0000 mgr.a (mgr.14403) 6988 : cluster 0 pgmap v5213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:43 smithi194 bash[32038]: cluster 2023-12-07T20:08:42.404862+0000 mgr.a (mgr.14403) 6989 : cluster 0 pgmap v5214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:43 smithi135 bash[32435]: cluster 2023-12-07T20:08:42.404862+0000 mgr.a (mgr.14403) 6989 : cluster 0 pgmap v5214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:43 smithi079 bash[28699]: cluster 2023-12-07T20:08:42.404862+0000 mgr.a (mgr.14403) 6989 : cluster 0 pgmap v5214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:08:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:44 smithi194 bash[32038]: cluster 2023-12-07T20:08:44.405626+0000 mgr.a (mgr.14403) 6990 : cluster 0 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-07T20:08:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:44 smithi135 bash[32435]: cluster 2023-12-07T20:08:44.405626+0000 mgr.a (mgr.14403) 6990 : cluster 0 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-07T20:08:45.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:08:45.105 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:45.105 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:44 smithi079 bash[28699]: cluster 2023-12-07T20:08:44.405626+0000 mgr.a (mgr.14403) 6990 : cluster 0 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-07T20:08:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:45 smithi194 bash[32038]: audit 2023-12-07T20:08:45.505202+0000 mgr.a (mgr.14403) 6991 : audit 0 from='client.148005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:45 smithi135 bash[32435]: audit 2023-12-07T20:08:45.505202+0000 mgr.a (mgr.14403) 6991 : audit 0 from='client.148005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:45.984 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:08:45.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:45.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:45.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:45.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:08:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:45 smithi079 bash[28699]: audit 2023-12-07T20:08:45.505202+0000 mgr.a (mgr.14403) 6991 : audit 0 from='client.148005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:47 smithi079 bash[28699]: cluster 2023-12-07T20:08:46.406368+0000 mgr.a (mgr.14403) 6992 : cluster 0 pgmap v5216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:47 smithi194 bash[32038]: cluster 2023-12-07T20:08:46.406368+0000 mgr.a (mgr.14403) 6992 : cluster 0 pgmap v5216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:47 smithi135 bash[32435]: cluster 2023-12-07T20:08:46.406368+0000 mgr.a (mgr.14403) 6992 : cluster 0 pgmap v5216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:49 smithi079 bash[28699]: cluster 2023-12-07T20:08:48.407091+0000 mgr.a (mgr.14403) 6993 : cluster 0 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-07T20:08:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:49 smithi194 bash[32038]: cluster 2023-12-07T20:08:48.407091+0000 mgr.a (mgr.14403) 6993 : cluster 0 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-07T20:08:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:49 smithi135 bash[32435]: cluster 2023-12-07T20:08:48.407091+0000 mgr.a (mgr.14403) 6993 : cluster 0 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-07T20:08:50.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:08:50.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:50.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:51 smithi079 bash[28699]: cluster 2023-12-07T20:08:50.407938+0000 mgr.a (mgr.14403) 6994 : cluster 0 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-07T20:08:51.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:51.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:51.910 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:08:51.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:51.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:08:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:51 smithi194 bash[32038]: cluster 2023-12-07T20:08:50.407938+0000 mgr.a (mgr.14403) 6994 : cluster 0 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-07T20:08:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:51 smithi135 bash[32435]: cluster 2023-12-07T20:08:50.407938+0000 mgr.a (mgr.14403) 6994 : cluster 0 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-07T20:08:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:52 smithi194 bash[32038]: audit 2023-12-07T20:08:51.402536+0000 mgr.a (mgr.14403) 6995 : audit 0 from='client.148080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:52 smithi135 bash[32435]: audit 2023-12-07T20:08:51.402536+0000 mgr.a (mgr.14403) 6995 : audit 0 from='client.148080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:52 smithi079 bash[28699]: audit 2023-12-07T20:08:51.402536+0000 mgr.a (mgr.14403) 6995 : audit 0 from='client.148080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:53 smithi194 bash[32038]: cluster 2023-12-07T20:08:52.408668+0000 mgr.a (mgr.14403) 6996 : cluster 0 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-07T20:08:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:53 smithi135 bash[32435]: cluster 2023-12-07T20:08:52.408668+0000 mgr.a (mgr.14403) 6996 : cluster 0 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-07T20:08:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:53 smithi079 bash[28699]: cluster 2023-12-07T20:08:52.408668+0000 mgr.a (mgr.14403) 6996 : cluster 0 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-07T20:08:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:55 smithi194 bash[32038]: cluster 2023-12-07T20:08:54.409529+0000 mgr.a (mgr.14403) 6997 : cluster 0 pgmap v5220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:55 smithi194 bash[32038]: audit 2023-12-07T20:08:54.809040+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:08:55.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:55 smithi194 bash[32038]: audit 2023-12-07T20:08:55.595277+0000 mon.a (mon.0) 1424 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:08:55.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:55 smithi194 bash[32038]: audit 2023-12-07T20:08:55.597340+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:08:55.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:55 smithi194 bash[32038]: audit 2023-12-07T20:08:55.607024+0000 mon.a (mon.0) 1426 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:08:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:55 smithi135 bash[32435]: cluster 2023-12-07T20:08:54.409529+0000 mgr.a (mgr.14403) 6997 : cluster 0 pgmap v5220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:55 smithi135 bash[32435]: audit 2023-12-07T20:08:54.809040+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:08:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:55 smithi135 bash[32435]: audit 2023-12-07T20:08:55.595277+0000 mon.a (mon.0) 1424 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:08:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:55 smithi135 bash[32435]: audit 2023-12-07T20:08:55.597340+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:08:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:55 smithi135 bash[32435]: audit 2023-12-07T20:08:55.607024+0000 mon.a (mon.0) 1426 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:08:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:55 smithi079 bash[28699]: cluster 2023-12-07T20:08:54.409529+0000 mgr.a (mgr.14403) 6997 : cluster 0 pgmap v5220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:08:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:55 smithi079 bash[28699]: audit 2023-12-07T20:08:54.809040+0000 mon.a (mon.0) 1423 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:08:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:55 smithi079 bash[28699]: audit 2023-12-07T20:08:55.595277+0000 mon.a (mon.0) 1424 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:08:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:55 smithi079 bash[28699]: audit 2023-12-07T20:08:55.597340+0000 mon.a (mon.0) 1425 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:08:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:55 smithi079 bash[28699]: audit 2023-12-07T20:08:55.607024+0000 mon.a (mon.0) 1426 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:08:56.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:08:56.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:08:56.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:08:57.828 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:08:57.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:08:57.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:08:57.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:08:57.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:08:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:57 smithi194 bash[32038]: cluster 2023-12-07T20:08:56.410104+0000 mgr.a (mgr.14403) 6998 : cluster 0 pgmap v5221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:57 smithi135 bash[32435]: cluster 2023-12-07T20:08:56.410104+0000 mgr.a (mgr.14403) 6998 : cluster 0 pgmap v5221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:57 smithi079 bash[28699]: cluster 2023-12-07T20:08:56.410104+0000 mgr.a (mgr.14403) 6998 : cluster 0 pgmap v5221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:58 smithi194 bash[32038]: audit 2023-12-07T20:08:57.317530+0000 mgr.a (mgr.14403) 6999 : audit 0 from='client.148155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:58 smithi135 bash[32435]: audit 2023-12-07T20:08:57.317530+0000 mgr.a (mgr.14403) 6999 : audit 0 from='client.148155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:59.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:58 smithi079 bash[28699]: audit 2023-12-07T20:08:57.317530+0000 mgr.a (mgr.14403) 6999 : audit 0 from='client.148155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:08:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:08:59 smithi194 bash[32038]: cluster 2023-12-07T20:08:58.410814+0000 mgr.a (mgr.14403) 7000 : cluster 0 pgmap v5222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:08:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:08:59 smithi135 bash[32435]: cluster 2023-12-07T20:08:58.410814+0000 mgr.a (mgr.14403) 7000 : cluster 0 pgmap v5222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:08:59 smithi079 bash[28699]: cluster 2023-12-07T20:08:58.410814+0000 mgr.a (mgr.14403) 7000 : cluster 0 pgmap v5222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:01 smithi194 bash[32038]: cluster 2023-12-07T20:09:00.411649+0000 mgr.a (mgr.14403) 7001 : cluster 0 pgmap v5223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:01 smithi135 bash[32435]: cluster 2023-12-07T20:09:00.411649+0000 mgr.a (mgr.14403) 7001 : cluster 0 pgmap v5223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:01 smithi079 bash[28699]: cluster 2023-12-07T20:09:00.411649+0000 mgr.a (mgr.14403) 7001 : cluster 0 pgmap v5223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:02.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:09:02.832 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:02.832 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:03.741 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:09:03.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:03.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:03.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:03.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:09:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:03 smithi194 bash[32038]: cluster 2023-12-07T20:09:02.412226+0000 mgr.a (mgr.14403) 7002 : cluster 0 pgmap v5224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:03 smithi135 bash[32435]: cluster 2023-12-07T20:09:02.412226+0000 mgr.a (mgr.14403) 7002 : cluster 0 pgmap v5224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:03 smithi079 bash[28699]: cluster 2023-12-07T20:09:02.412226+0000 mgr.a (mgr.14403) 7002 : cluster 0 pgmap v5224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:04 smithi194 bash[32038]: audit 2023-12-07T20:09:03.235411+0000 mgr.a (mgr.14403) 7003 : audit 0 from='client.148230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:04.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:04 smithi135 bash[32435]: audit 2023-12-07T20:09:03.235411+0000 mgr.a (mgr.14403) 7003 : audit 0 from='client.148230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:04 smithi079 bash[28699]: audit 2023-12-07T20:09:03.235411+0000 mgr.a (mgr.14403) 7003 : audit 0 from='client.148230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:05 smithi194 bash[32038]: cluster 2023-12-07T20:09:04.413373+0000 mgr.a (mgr.14403) 7004 : cluster 0 pgmap v5225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:09:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:05 smithi135 bash[32435]: cluster 2023-12-07T20:09:04.413373+0000 mgr.a (mgr.14403) 7004 : cluster 0 pgmap v5225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:09:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:05 smithi079 bash[28699]: cluster 2023-12-07T20:09:04.413373+0000 mgr.a (mgr.14403) 7004 : cluster 0 pgmap v5225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:09:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:07 smithi194 bash[32038]: cluster 2023-12-07T20:09:06.414113+0000 mgr.a (mgr.14403) 7005 : cluster 0 pgmap v5226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:09:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:07 smithi135 bash[32435]: cluster 2023-12-07T20:09:06.414113+0000 mgr.a (mgr.14403) 7005 : cluster 0 pgmap v5226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:09:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:07 smithi079 bash[28699]: cluster 2023-12-07T20:09:06.414113+0000 mgr.a (mgr.14403) 7005 : cluster 0 pgmap v5226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:09:08.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:09:08.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:08.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:09.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:08 smithi079 bash[28699]: cluster 2023-12-07T20:09:08.414735+0000 mgr.a (mgr.14403) 7006 : cluster 0 pgmap v5227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:09:09.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:08 smithi194 bash[32038]: cluster 2023-12-07T20:09:08.414735+0000 mgr.a (mgr.14403) 7006 : cluster 0 pgmap v5227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:09:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:08 smithi135 bash[32435]: cluster 2023-12-07T20:09:08.414735+0000 mgr.a (mgr.14403) 7006 : cluster 0 pgmap v5227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:09:09.640 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:09:09.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:09.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:09.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:09.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:09:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:09 smithi079 bash[28699]: audit 2023-12-07T20:09:09.146501+0000 mgr.a (mgr.14403) 7007 : audit 0 from='client.148305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:09 smithi194 bash[32038]: audit 2023-12-07T20:09:09.146501+0000 mgr.a (mgr.14403) 7007 : audit 0 from='client.148305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:09 smithi135 bash[32435]: audit 2023-12-07T20:09:09.146501+0000 mgr.a (mgr.14403) 7007 : audit 0 from='client.148305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:11.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:10 smithi079 bash[28699]: cluster 2023-12-07T20:09:10.415787+0000 mgr.a (mgr.14403) 7008 : cluster 0 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-07T20:09:11.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:10 smithi194 bash[32038]: cluster 2023-12-07T20:09:10.415787+0000 mgr.a (mgr.14403) 7008 : cluster 0 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-07T20:09:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:10 smithi135 bash[32435]: cluster 2023-12-07T20:09:10.415787+0000 mgr.a (mgr.14403) 7008 : cluster 0 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-07T20:09:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:13 smithi079 bash[28699]: cluster 2023-12-07T20:09:12.416375+0000 mgr.a (mgr.14403) 7009 : cluster 0 pgmap v5229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:13 smithi194 bash[32038]: cluster 2023-12-07T20:09:12.416375+0000 mgr.a (mgr.14403) 7009 : cluster 0 pgmap v5229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:13 smithi135 bash[32435]: cluster 2023-12-07T20:09:12.416375+0000 mgr.a (mgr.14403) 7009 : cluster 0 pgmap v5229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:14.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:09:14.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:14.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:15.561 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:09:15.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:15.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:15.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:15.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:09:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:15 smithi194 bash[32038]: cluster 2023-12-07T20:09:14.417170+0000 mgr.a (mgr.14403) 7010 : cluster 0 pgmap v5230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:15 smithi135 bash[32435]: cluster 2023-12-07T20:09:14.417170+0000 mgr.a (mgr.14403) 7010 : cluster 0 pgmap v5230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:15 smithi079 bash[28699]: cluster 2023-12-07T20:09:14.417170+0000 mgr.a (mgr.14403) 7010 : cluster 0 pgmap v5230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:16 smithi194 bash[32038]: audit 2023-12-07T20:09:15.047090+0000 mgr.a (mgr.14403) 7011 : audit 0 from='client.148383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:16 smithi135 bash[32435]: audit 2023-12-07T20:09:15.047090+0000 mgr.a (mgr.14403) 7011 : audit 0 from='client.148383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:17.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:16 smithi079 bash[28699]: audit 2023-12-07T20:09:15.047090+0000 mgr.a (mgr.14403) 7011 : audit 0 from='client.148383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:17 smithi194 bash[32038]: cluster 2023-12-07T20:09:16.417873+0000 mgr.a (mgr.14403) 7012 : cluster 0 pgmap v5231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:09:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:17 smithi135 bash[32435]: cluster 2023-12-07T20:09:16.417873+0000 mgr.a (mgr.14403) 7012 : cluster 0 pgmap v5231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:09:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:17 smithi079 bash[28699]: cluster 2023-12-07T20:09:16.417873+0000 mgr.a (mgr.14403) 7012 : cluster 0 pgmap v5231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:09:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:19 smithi194 bash[32038]: cluster 2023-12-07T20:09:18.418284+0000 mgr.a (mgr.14403) 7013 : cluster 0 pgmap v5232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:09:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:19 smithi135 bash[32435]: cluster 2023-12-07T20:09:18.418284+0000 mgr.a (mgr.14403) 7013 : cluster 0 pgmap v5232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:09:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:19 smithi079 bash[28699]: cluster 2023-12-07T20:09:18.418284+0000 mgr.a (mgr.14403) 7013 : cluster 0 pgmap v5232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:09:20.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:09:20.564 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:20.564 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:21.454 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:09:21.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:21.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:21.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:21.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:09:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:21 smithi194 bash[32038]: cluster 2023-12-07T20:09:20.419057+0000 mgr.a (mgr.14403) 7014 : cluster 0 pgmap v5233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:09:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:21 smithi135 bash[32435]: cluster 2023-12-07T20:09:20.419057+0000 mgr.a (mgr.14403) 7014 : cluster 0 pgmap v5233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:09:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:21 smithi079 bash[28699]: cluster 2023-12-07T20:09:20.419057+0000 mgr.a (mgr.14403) 7014 : cluster 0 pgmap v5233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:09:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:22 smithi194 bash[32038]: audit 2023-12-07T20:09:20.964581+0000 mgr.a (mgr.14403) 7015 : audit 0 from='client.148455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:22.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:22 smithi135 bash[32435]: audit 2023-12-07T20:09:20.964581+0000 mgr.a (mgr.14403) 7015 : audit 0 from='client.148455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:22 smithi079 bash[28699]: audit 2023-12-07T20:09:20.964581+0000 mgr.a (mgr.14403) 7015 : audit 0 from='client.148455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:23 smithi194 bash[32038]: cluster 2023-12-07T20:09:22.419719+0000 mgr.a (mgr.14403) 7016 : cluster 0 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-07T20:09:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:23 smithi135 bash[32435]: cluster 2023-12-07T20:09:22.419719+0000 mgr.a (mgr.14403) 7016 : cluster 0 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-07T20:09:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:23 smithi079 bash[28699]: cluster 2023-12-07T20:09:22.419719+0000 mgr.a (mgr.14403) 7016 : cluster 0 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-07T20:09:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:25 smithi194 bash[32038]: cluster 2023-12-07T20:09:24.420567+0000 mgr.a (mgr.14403) 7017 : cluster 0 pgmap v5235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:25 smithi135 bash[32435]: cluster 2023-12-07T20:09:24.420567+0000 mgr.a (mgr.14403) 7017 : cluster 0 pgmap v5235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:25 smithi079 bash[28699]: cluster 2023-12-07T20:09:24.420567+0000 mgr.a (mgr.14403) 7017 : cluster 0 pgmap v5235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:26.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:09:26.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:26.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:27.370 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:09:27.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:27.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:27.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:27.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:09:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:27 smithi194 bash[32038]: cluster 2023-12-07T20:09:26.421176+0000 mgr.a (mgr.14403) 7018 : cluster 0 pgmap v5236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:27 smithi135 bash[32435]: cluster 2023-12-07T20:09:26.421176+0000 mgr.a (mgr.14403) 7018 : cluster 0 pgmap v5236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:27 smithi079 bash[28699]: cluster 2023-12-07T20:09:26.421176+0000 mgr.a (mgr.14403) 7018 : cluster 0 pgmap v5236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:28 smithi194 bash[32038]: audit 2023-12-07T20:09:26.865170+0000 mgr.a (mgr.14403) 7019 : audit 0 from='client.148530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:28.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:28 smithi135 bash[32435]: audit 2023-12-07T20:09:26.865170+0000 mgr.a (mgr.14403) 7019 : audit 0 from='client.148530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:29.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:28 smithi079 bash[28699]: audit 2023-12-07T20:09:26.865170+0000 mgr.a (mgr.14403) 7019 : audit 0 from='client.148530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:29 smithi194 bash[32038]: cluster 2023-12-07T20:09:28.421878+0000 mgr.a (mgr.14403) 7020 : cluster 0 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-07T20:09:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:29 smithi135 bash[32435]: cluster 2023-12-07T20:09:28.421878+0000 mgr.a (mgr.14403) 7020 : cluster 0 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-07T20:09:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:29 smithi079 bash[28699]: cluster 2023-12-07T20:09:28.421878+0000 mgr.a (mgr.14403) 7020 : cluster 0 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-07T20:09:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:31 smithi194 bash[32038]: cluster 2023-12-07T20:09:30.422709+0000 mgr.a (mgr.14403) 7021 : cluster 0 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-07T20:09:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:31 smithi135 bash[32435]: cluster 2023-12-07T20:09:30.422709+0000 mgr.a (mgr.14403) 7021 : cluster 0 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-07T20:09:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:31 smithi079 bash[28699]: cluster 2023-12-07T20:09:30.422709+0000 mgr.a (mgr.14403) 7021 : cluster 0 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-07T20:09:32.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:09:32.374 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:32.374 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:32 smithi079 bash[28699]: cluster 2023-12-07T20:09:32.423316+0000 mgr.a (mgr.14403) 7022 : cluster 0 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-07T20:09:33.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:32 smithi194 bash[32038]: cluster 2023-12-07T20:09:32.423316+0000 mgr.a (mgr.14403) 7022 : cluster 0 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-07T20:09:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:32 smithi135 bash[32435]: cluster 2023-12-07T20:09:32.423316+0000 mgr.a (mgr.14403) 7022 : cluster 0 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-07T20:09:33.263 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:09:33.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:33.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:33.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:33.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:09:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:33 smithi079 bash[28699]: audit 2023-12-07T20:09:32.775816+0000 mgr.a (mgr.14403) 7023 : audit 0 from='client.148608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:33 smithi194 bash[32038]: audit 2023-12-07T20:09:32.775816+0000 mgr.a (mgr.14403) 7023 : audit 0 from='client.148608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:34.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:33 smithi135 bash[32435]: audit 2023-12-07T20:09:32.775816+0000 mgr.a (mgr.14403) 7023 : audit 0 from='client.148608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:34 smithi079 bash[28699]: cluster 2023-12-07T20:09:34.424401+0000 mgr.a (mgr.14403) 7024 : cluster 0 pgmap v5240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:34 smithi194 bash[32038]: cluster 2023-12-07T20:09:34.424401+0000 mgr.a (mgr.14403) 7024 : cluster 0 pgmap v5240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:34 smithi135 bash[32435]: cluster 2023-12-07T20:09:34.424401+0000 mgr.a (mgr.14403) 7024 : cluster 0 pgmap v5240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:37 smithi194 bash[32038]: cluster 2023-12-07T20:09:36.425082+0000 mgr.a (mgr.14403) 7025 : cluster 0 pgmap v5241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:37 smithi135 bash[32435]: cluster 2023-12-07T20:09:36.425082+0000 mgr.a (mgr.14403) 7025 : cluster 0 pgmap v5241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:37 smithi079 bash[28699]: cluster 2023-12-07T20:09:36.425082+0000 mgr.a (mgr.14403) 7025 : cluster 0 pgmap v5241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:38.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:09:38.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:38.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:39.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:39.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:39.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:39.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:09:39.153 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:09:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:39 smithi194 bash[32038]: cluster 2023-12-07T20:09:38.425548+0000 mgr.a (mgr.14403) 7026 : cluster 0 pgmap v5242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:39 smithi194 bash[32038]: audit 2023-12-07T20:09:38.671371+0000 mgr.a (mgr.14403) 7027 : audit 0 from='client.148686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:39 smithi135 bash[32435]: cluster 2023-12-07T20:09:38.425548+0000 mgr.a (mgr.14403) 7026 : cluster 0 pgmap v5242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:39 smithi135 bash[32435]: audit 2023-12-07T20:09:38.671371+0000 mgr.a (mgr.14403) 7027 : audit 0 from='client.148686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:39 smithi079 bash[28699]: cluster 2023-12-07T20:09:38.425548+0000 mgr.a (mgr.14403) 7026 : cluster 0 pgmap v5242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:39 smithi079 bash[28699]: audit 2023-12-07T20:09:38.671371+0000 mgr.a (mgr.14403) 7027 : audit 0 from='client.148686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:41 smithi194 bash[32038]: cluster 2023-12-07T20:09:40.426508+0000 mgr.a (mgr.14403) 7028 : cluster 0 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-07T20:09:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:41 smithi135 bash[32435]: cluster 2023-12-07T20:09:40.426508+0000 mgr.a (mgr.14403) 7028 : cluster 0 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-07T20:09:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:41 smithi079 bash[28699]: cluster 2023-12-07T20:09:40.426508+0000 mgr.a (mgr.14403) 7028 : cluster 0 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-07T20:09:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:43 smithi194 bash[32038]: cluster 2023-12-07T20:09:42.427120+0000 mgr.a (mgr.14403) 7029 : cluster 0 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-07T20:09:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:43 smithi135 bash[32435]: cluster 2023-12-07T20:09:42.427120+0000 mgr.a (mgr.14403) 7029 : cluster 0 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-07T20:09:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:43 smithi079 bash[28699]: cluster 2023-12-07T20:09:42.427120+0000 mgr.a (mgr.14403) 7029 : cluster 0 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-07T20:09:44.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:09:44.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:44.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:45.052 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:09:45.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:45.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:45.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:45.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:09:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:45 smithi194 bash[32038]: cluster 2023-12-07T20:09:44.427841+0000 mgr.a (mgr.14403) 7030 : cluster 0 pgmap v5245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:45 smithi194 bash[32038]: audit 2023-12-07T20:09:44.556261+0000 mgr.a (mgr.14403) 7031 : audit 0 from='client.148761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:45 smithi135 bash[32435]: cluster 2023-12-07T20:09:44.427841+0000 mgr.a (mgr.14403) 7030 : cluster 0 pgmap v5245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:45 smithi135 bash[32435]: audit 2023-12-07T20:09:44.556261+0000 mgr.a (mgr.14403) 7031 : audit 0 from='client.148761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:45 smithi079 bash[28699]: cluster 2023-12-07T20:09:44.427841+0000 mgr.a (mgr.14403) 7030 : cluster 0 pgmap v5245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:45 smithi079 bash[28699]: audit 2023-12-07T20:09:44.556261+0000 mgr.a (mgr.14403) 7031 : audit 0 from='client.148761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:47 smithi194 bash[32038]: cluster 2023-12-07T20:09:46.428459+0000 mgr.a (mgr.14403) 7032 : cluster 0 pgmap v5246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:47 smithi135 bash[32435]: cluster 2023-12-07T20:09:46.428459+0000 mgr.a (mgr.14403) 7032 : cluster 0 pgmap v5246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:47 smithi079 bash[28699]: cluster 2023-12-07T20:09:46.428459+0000 mgr.a (mgr.14403) 7032 : cluster 0 pgmap v5246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:09:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:49 smithi194 bash[32038]: cluster 2023-12-07T20:09:48.429029+0000 mgr.a (mgr.14403) 7033 : cluster 0 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-07T20:09:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:49 smithi135 bash[32435]: cluster 2023-12-07T20:09:48.429029+0000 mgr.a (mgr.14403) 7033 : cluster 0 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-07T20:09:50.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:09:50.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:50.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:49 smithi079 bash[28699]: cluster 2023-12-07T20:09:48.429029+0000 mgr.a (mgr.14403) 7033 : cluster 0 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-07T20:09:50.956 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:09:50.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:50.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:50.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:50.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:09:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:51 smithi194 bash[32038]: cluster 2023-12-07T20:09:50.429834+0000 mgr.a (mgr.14403) 7034 : cluster 0 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-07T20:09:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:51 smithi194 bash[32038]: audit 2023-12-07T20:09:50.458454+0000 mgr.a (mgr.14403) 7035 : audit 0 from='client.148836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:51 smithi135 bash[32435]: cluster 2023-12-07T20:09:50.429834+0000 mgr.a (mgr.14403) 7034 : cluster 0 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-07T20:09:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:51 smithi135 bash[32435]: audit 2023-12-07T20:09:50.458454+0000 mgr.a (mgr.14403) 7035 : audit 0 from='client.148836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:51 smithi079 bash[28699]: cluster 2023-12-07T20:09:50.429834+0000 mgr.a (mgr.14403) 7034 : cluster 0 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-07T20:09:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:51 smithi079 bash[28699]: audit 2023-12-07T20:09:50.458454+0000 mgr.a (mgr.14403) 7035 : audit 0 from='client.148836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:53 smithi194 bash[32038]: cluster 2023-12-07T20:09:52.430526+0000 mgr.a (mgr.14403) 7036 : cluster 0 pgmap v5249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:53 smithi135 bash[32435]: cluster 2023-12-07T20:09:52.430526+0000 mgr.a (mgr.14403) 7036 : cluster 0 pgmap v5249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:53 smithi079 bash[28699]: cluster 2023-12-07T20:09:52.430526+0000 mgr.a (mgr.14403) 7036 : cluster 0 pgmap v5249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:55 smithi194 bash[32038]: cluster 2023-12-07T20:09:54.431393+0000 mgr.a (mgr.14403) 7037 : cluster 0 pgmap v5250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:55 smithi135 bash[32435]: cluster 2023-12-07T20:09:54.431393+0000 mgr.a (mgr.14403) 7037 : cluster 0 pgmap v5250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:55.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:09:55.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:09:55.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:09:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:55 smithi079 bash[28699]: cluster 2023-12-07T20:09:54.431393+0000 mgr.a (mgr.14403) 7037 : cluster 0 pgmap v5250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:09:56.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:09:56.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:09:56.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:09:56.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:09:56.878 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:09:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:56 smithi194 bash[32038]: audit 2023-12-07T20:09:55.710421+0000 mon.a (mon.0) 1427 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:09:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:56 smithi194 bash[32038]: audit 2023-12-07T20:09:56.461046+0000 mon.a (mon.0) 1428 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:09:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:56 smithi194 bash[32038]: audit 2023-12-07T20:09:56.462341+0000 mon.a (mon.0) 1429 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:09:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:56 smithi194 bash[32038]: audit 2023-12-07T20:09:56.469791+0000 mon.a (mon.0) 1430 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:09:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:56 smithi135 bash[32435]: audit 2023-12-07T20:09:55.710421+0000 mon.a (mon.0) 1427 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:09:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:56 smithi135 bash[32435]: audit 2023-12-07T20:09:56.461046+0000 mon.a (mon.0) 1428 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:09:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:56 smithi135 bash[32435]: audit 2023-12-07T20:09:56.462341+0000 mon.a (mon.0) 1429 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:09:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:56 smithi135 bash[32435]: audit 2023-12-07T20:09:56.469791+0000 mon.a (mon.0) 1430 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:09:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:56 smithi079 bash[28699]: audit 2023-12-07T20:09:55.710421+0000 mon.a (mon.0) 1427 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:09:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:56 smithi079 bash[28699]: audit 2023-12-07T20:09:56.461046+0000 mon.a (mon.0) 1428 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:09:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:56 smithi079 bash[28699]: audit 2023-12-07T20:09:56.462341+0000 mon.a (mon.0) 1429 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:09:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:56 smithi079 bash[28699]: audit 2023-12-07T20:09:56.469791+0000 mon.a (mon.0) 1430 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:09:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:57 smithi194 bash[32038]: audit 2023-12-07T20:09:56.370704+0000 mgr.a (mgr.14403) 7038 : audit 0 from='client.148914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:57 smithi194 bash[32038]: cluster 2023-12-07T20:09:56.432030+0000 mgr.a (mgr.14403) 7039 : cluster 0 pgmap v5251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:57 smithi135 bash[32435]: audit 2023-12-07T20:09:56.370704+0000 mgr.a (mgr.14403) 7038 : audit 0 from='client.148914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:57 smithi135 bash[32435]: cluster 2023-12-07T20:09:56.432030+0000 mgr.a (mgr.14403) 7039 : cluster 0 pgmap v5251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:57 smithi079 bash[28699]: audit 2023-12-07T20:09:56.370704+0000 mgr.a (mgr.14403) 7038 : audit 0 from='client.148914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:09:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:57 smithi079 bash[28699]: cluster 2023-12-07T20:09:56.432030+0000 mgr.a (mgr.14403) 7039 : cluster 0 pgmap v5251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:09:59 smithi194 bash[32038]: cluster 2023-12-07T20:09:58.432751+0000 mgr.a (mgr.14403) 7040 : cluster 0 pgmap v5252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:09:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:09:59 smithi135 bash[32435]: cluster 2023-12-07T20:09:58.432751+0000 mgr.a (mgr.14403) 7040 : cluster 0 pgmap v5252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:09:59 smithi079 bash[28699]: cluster 2023-12-07T20:09:58.432751+0000 mgr.a (mgr.14403) 7040 : cluster 0 pgmap v5252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:00 smithi079 bash[28699]: cluster 2023-12-07T20:10:00.000149+0000 mon.a (mon.0) 1431 : cluster 1 overall HEALTH_OK 2023-12-07T20:10:01.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:00 smithi194 bash[32038]: cluster 2023-12-07T20:10:00.000149+0000 mon.a (mon.0) 1431 : cluster 1 overall HEALTH_OK 2023-12-07T20:10:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:00 smithi135 bash[32435]: cluster 2023-12-07T20:10:00.000149+0000 mon.a (mon.0) 1431 : cluster 1 overall HEALTH_OK 2023-12-07T20:10:01.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:10:01.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:01.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:01 smithi079 bash[28699]: cluster 2023-12-07T20:10:00.433610+0000 mgr.a (mgr.14403) 7041 : cluster 0 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-07T20:10:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:01 smithi194 bash[32038]: cluster 2023-12-07T20:10:00.433610+0000 mgr.a (mgr.14403) 7041 : cluster 0 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-07T20:10:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:01 smithi135 bash[32435]: cluster 2023-12-07T20:10:00.433610+0000 mgr.a (mgr.14403) 7041 : cluster 0 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-07T20:10:02.804 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:10:02.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:02.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:02.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:02.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:10:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:02 smithi079 bash[28699]: audit 2023-12-07T20:10:02.284285+0000 mgr.a (mgr.14403) 7042 : audit 0 from='client.148989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:02 smithi079 bash[28699]: cluster 2023-12-07T20:10:02.435819+0000 mgr.a (mgr.14403) 7043 : cluster 0 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-07T20:10:03.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:02 smithi194 bash[32038]: audit 2023-12-07T20:10:02.284285+0000 mgr.a (mgr.14403) 7042 : audit 0 from='client.148989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:03.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:02 smithi194 bash[32038]: cluster 2023-12-07T20:10:02.435819+0000 mgr.a (mgr.14403) 7043 : cluster 0 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-07T20:10:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:02 smithi135 bash[32435]: audit 2023-12-07T20:10:02.284285+0000 mgr.a (mgr.14403) 7042 : audit 0 from='client.148989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:02 smithi135 bash[32435]: cluster 2023-12-07T20:10:02.435819+0000 mgr.a (mgr.14403) 7043 : cluster 0 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-07T20:10:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:05 smithi079 bash[28699]: cluster 2023-12-07T20:10:04.436717+0000 mgr.a (mgr.14403) 7044 : cluster 0 pgmap v5255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:05 smithi194 bash[32038]: cluster 2023-12-07T20:10:04.436717+0000 mgr.a (mgr.14403) 7044 : cluster 0 pgmap v5255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:05 smithi135 bash[32435]: cluster 2023-12-07T20:10:04.436717+0000 mgr.a (mgr.14403) 7044 : cluster 0 pgmap v5255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:07.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:10:07.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:07.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:07 smithi194 bash[32038]: cluster 2023-12-07T20:10:06.437243+0000 mgr.a (mgr.14403) 7045 : cluster 0 pgmap v5256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:07 smithi135 bash[32435]: cluster 2023-12-07T20:10:06.437243+0000 mgr.a (mgr.14403) 7045 : cluster 0 pgmap v5256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:07 smithi079 bash[28699]: cluster 2023-12-07T20:10:06.437243+0000 mgr.a (mgr.14403) 7045 : cluster 0 pgmap v5256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:08.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:08.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:08.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:08.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:10:08.711 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:10:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:09 smithi194 bash[32038]: audit 2023-12-07T20:10:08.212526+0000 mgr.a (mgr.14403) 7046 : audit 0 from='client.149064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:09 smithi194 bash[32038]: cluster 2023-12-07T20:10:08.437759+0000 mgr.a (mgr.14403) 7047 : cluster 0 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-07T20:10:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:09 smithi135 bash[32435]: audit 2023-12-07T20:10:08.212526+0000 mgr.a (mgr.14403) 7046 : audit 0 from='client.149064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:09 smithi135 bash[32435]: cluster 2023-12-07T20:10:08.437759+0000 mgr.a (mgr.14403) 7047 : cluster 0 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-07T20:10:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:09 smithi079 bash[28699]: audit 2023-12-07T20:10:08.212526+0000 mgr.a (mgr.14403) 7046 : audit 0 from='client.149064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:09 smithi079 bash[28699]: cluster 2023-12-07T20:10:08.437759+0000 mgr.a (mgr.14403) 7047 : cluster 0 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-07T20:10:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:11 smithi194 bash[32038]: cluster 2023-12-07T20:10:10.438875+0000 mgr.a (mgr.14403) 7048 : cluster 0 pgmap v5258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:10:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:11 smithi135 bash[32435]: cluster 2023-12-07T20:10:10.438875+0000 mgr.a (mgr.14403) 7048 : cluster 0 pgmap v5258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:10:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:11 smithi079 bash[28699]: cluster 2023-12-07T20:10:10.438875+0000 mgr.a (mgr.14403) 7048 : cluster 0 pgmap v5258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:10:13.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:10:13.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:13.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:13 smithi194 bash[32038]: cluster 2023-12-07T20:10:12.439494+0000 mgr.a (mgr.14403) 7049 : cluster 0 pgmap v5259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:10:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:13 smithi135 bash[32435]: cluster 2023-12-07T20:10:12.439494+0000 mgr.a (mgr.14403) 7049 : cluster 0 pgmap v5259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:10:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:13 smithi079 bash[28699]: cluster 2023-12-07T20:10:12.439494+0000 mgr.a (mgr.14403) 7049 : cluster 0 pgmap v5259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:10:14.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:14.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:14.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:14.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:10:14.636 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:10:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:15 smithi194 bash[32038]: audit 2023-12-07T20:10:14.122449+0000 mgr.a (mgr.14403) 7050 : audit 0 from='client.149139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:15 smithi194 bash[32038]: cluster 2023-12-07T20:10:14.440441+0000 mgr.a (mgr.14403) 7051 : cluster 0 pgmap v5260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:15 smithi135 bash[32435]: audit 2023-12-07T20:10:14.122449+0000 mgr.a (mgr.14403) 7050 : audit 0 from='client.149139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:15 smithi135 bash[32435]: cluster 2023-12-07T20:10:14.440441+0000 mgr.a (mgr.14403) 7051 : cluster 0 pgmap v5260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:15 smithi079 bash[28699]: audit 2023-12-07T20:10:14.122449+0000 mgr.a (mgr.14403) 7050 : audit 0 from='client.149139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:15 smithi079 bash[28699]: cluster 2023-12-07T20:10:14.440441+0000 mgr.a (mgr.14403) 7051 : cluster 0 pgmap v5260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:17 smithi194 bash[32038]: cluster 2023-12-07T20:10:16.441109+0000 mgr.a (mgr.14403) 7052 : cluster 0 pgmap v5261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:17 smithi135 bash[32435]: cluster 2023-12-07T20:10:16.441109+0000 mgr.a (mgr.14403) 7052 : cluster 0 pgmap v5261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:17 smithi079 bash[28699]: cluster 2023-12-07T20:10:16.441109+0000 mgr.a (mgr.14403) 7052 : cluster 0 pgmap v5261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:19.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:10:19.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:19.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:19.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:19 smithi194 bash[32038]: cluster 2023-12-07T20:10:18.441658+0000 mgr.a (mgr.14403) 7053 : cluster 0 pgmap v5262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:19 smithi135 bash[32435]: cluster 2023-12-07T20:10:18.441658+0000 mgr.a (mgr.14403) 7053 : cluster 0 pgmap v5262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:19 smithi079 bash[28699]: cluster 2023-12-07T20:10:18.441658+0000 mgr.a (mgr.14403) 7053 : cluster 0 pgmap v5262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:20.549 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:10:20.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:20.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:20.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:20.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:10:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:21 smithi135 bash[32435]: audit 2023-12-07T20:10:20.047101+0000 mgr.a (mgr.14403) 7054 : audit 0 from='client.149214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:21 smithi135 bash[32435]: cluster 2023-12-07T20:10:20.442763+0000 mgr.a (mgr.14403) 7055 : cluster 0 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-07T20:10:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:21 smithi079 bash[28699]: audit 2023-12-07T20:10:20.047101+0000 mgr.a (mgr.14403) 7054 : audit 0 from='client.149214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:21 smithi079 bash[28699]: cluster 2023-12-07T20:10:20.442763+0000 mgr.a (mgr.14403) 7055 : cluster 0 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-07T20:10:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:21 smithi194 bash[32038]: audit 2023-12-07T20:10:20.047101+0000 mgr.a (mgr.14403) 7054 : audit 0 from='client.149214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:21 smithi194 bash[32038]: cluster 2023-12-07T20:10:20.442763+0000 mgr.a (mgr.14403) 7055 : cluster 0 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-07T20:10:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:23 smithi079 bash[28699]: cluster 2023-12-07T20:10:22.443377+0000 mgr.a (mgr.14403) 7056 : cluster 0 pgmap v5264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:10:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:23 smithi194 bash[32038]: cluster 2023-12-07T20:10:22.443377+0000 mgr.a (mgr.14403) 7056 : cluster 0 pgmap v5264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:10:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:23 smithi135 bash[32435]: cluster 2023-12-07T20:10:22.443377+0000 mgr.a (mgr.14403) 7056 : cluster 0 pgmap v5264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:10:25.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:24 smithi079 bash[28699]: cluster 2023-12-07T20:10:24.444155+0000 mgr.a (mgr.14403) 7057 : cluster 0 pgmap v5265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:10:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:24 smithi194 bash[32038]: cluster 2023-12-07T20:10:24.444155+0000 mgr.a (mgr.14403) 7057 : cluster 0 pgmap v5265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:10:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:24 smithi135 bash[32435]: cluster 2023-12-07T20:10:24.444155+0000 mgr.a (mgr.14403) 7057 : cluster 0 pgmap v5265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:10:25.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:10:25.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:25.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:26.455 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:10:26.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:26.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:26.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:26.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:10:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:27 smithi194 bash[32038]: audit 2023-12-07T20:10:25.965553+0000 mgr.a (mgr.14403) 7058 : audit 0 from='client.149289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:27 smithi194 bash[32038]: cluster 2023-12-07T20:10:26.444699+0000 mgr.a (mgr.14403) 7059 : cluster 0 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-07T20:10:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:27 smithi135 bash[32435]: audit 2023-12-07T20:10:25.965553+0000 mgr.a (mgr.14403) 7058 : audit 0 from='client.149289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:27 smithi135 bash[32435]: cluster 2023-12-07T20:10:26.444699+0000 mgr.a (mgr.14403) 7059 : cluster 0 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-07T20:10:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:27 smithi079 bash[28699]: audit 2023-12-07T20:10:25.965553+0000 mgr.a (mgr.14403) 7058 : audit 0 from='client.149289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:27 smithi079 bash[28699]: cluster 2023-12-07T20:10:26.444699+0000 mgr.a (mgr.14403) 7059 : cluster 0 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-07T20:10:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:29 smithi194 bash[32038]: cluster 2023-12-07T20:10:28.445282+0000 mgr.a (mgr.14403) 7060 : cluster 0 pgmap v5267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:29 smithi135 bash[32435]: cluster 2023-12-07T20:10:28.445282+0000 mgr.a (mgr.14403) 7060 : cluster 0 pgmap v5267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:29 smithi079 bash[28699]: cluster 2023-12-07T20:10:28.445282+0000 mgr.a (mgr.14403) 7060 : cluster 0 pgmap v5267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:31.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:10:31.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:31.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:31 smithi194 bash[32038]: cluster 2023-12-07T20:10:30.446115+0000 mgr.a (mgr.14403) 7061 : cluster 0 pgmap v5268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:31 smithi135 bash[32435]: cluster 2023-12-07T20:10:30.446115+0000 mgr.a (mgr.14403) 7061 : cluster 0 pgmap v5268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:31 smithi079 bash[28699]: cluster 2023-12-07T20:10:30.446115+0000 mgr.a (mgr.14403) 7061 : cluster 0 pgmap v5268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:32.336 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:10:32.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:32.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:32.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:32.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:10:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:33 smithi194 bash[32038]: audit 2023-12-07T20:10:31.857396+0000 mgr.a (mgr.14403) 7062 : audit 0 from='client.149358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:33 smithi194 bash[32038]: cluster 2023-12-07T20:10:32.446875+0000 mgr.a (mgr.14403) 7063 : cluster 0 pgmap v5269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:33 smithi135 bash[32435]: audit 2023-12-07T20:10:31.857396+0000 mgr.a (mgr.14403) 7062 : audit 0 from='client.149358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:33 smithi135 bash[32435]: cluster 2023-12-07T20:10:32.446875+0000 mgr.a (mgr.14403) 7063 : cluster 0 pgmap v5269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:33 smithi079 bash[28699]: audit 2023-12-07T20:10:31.857396+0000 mgr.a (mgr.14403) 7062 : audit 0 from='client.149358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:33 smithi079 bash[28699]: cluster 2023-12-07T20:10:32.446875+0000 mgr.a (mgr.14403) 7063 : cluster 0 pgmap v5269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:35 smithi194 bash[32038]: cluster 2023-12-07T20:10:34.447762+0000 mgr.a (mgr.14403) 7064 : cluster 0 pgmap v5270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:35 smithi135 bash[32435]: cluster 2023-12-07T20:10:34.447762+0000 mgr.a (mgr.14403) 7064 : cluster 0 pgmap v5270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:35 smithi079 bash[28699]: cluster 2023-12-07T20:10:34.447762+0000 mgr.a (mgr.14403) 7064 : cluster 0 pgmap v5270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:10:37.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:10:37.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:37.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:37 smithi194 bash[32038]: cluster 2023-12-07T20:10:36.448315+0000 mgr.a (mgr.14403) 7065 : cluster 0 pgmap v5271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:37 smithi135 bash[32435]: cluster 2023-12-07T20:10:36.448315+0000 mgr.a (mgr.14403) 7065 : cluster 0 pgmap v5271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:37 smithi079 bash[28699]: cluster 2023-12-07T20:10:36.448315+0000 mgr.a (mgr.14403) 7065 : cluster 0 pgmap v5271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:38.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:38.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:38.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:38.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:10:38.230 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:10:39.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:39 smithi194 bash[32038]: audit 2023-12-07T20:10:37.742847+0000 mgr.a (mgr.14403) 7066 : audit 0 from='client.149436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:39.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:39 smithi194 bash[32038]: cluster 2023-12-07T20:10:38.448993+0000 mgr.a (mgr.14403) 7067 : cluster 0 pgmap v5272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:39 smithi135 bash[32435]: audit 2023-12-07T20:10:37.742847+0000 mgr.a (mgr.14403) 7066 : audit 0 from='client.149436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:39 smithi135 bash[32435]: cluster 2023-12-07T20:10:38.448993+0000 mgr.a (mgr.14403) 7067 : cluster 0 pgmap v5272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:39 smithi079 bash[28699]: audit 2023-12-07T20:10:37.742847+0000 mgr.a (mgr.14403) 7066 : audit 0 from='client.149436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:39 smithi079 bash[28699]: cluster 2023-12-07T20:10:38.448993+0000 mgr.a (mgr.14403) 7067 : cluster 0 pgmap v5272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:41 smithi194 bash[32038]: cluster 2023-12-07T20:10:40.449825+0000 mgr.a (mgr.14403) 7068 : cluster 0 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-07T20:10:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:41 smithi135 bash[32435]: cluster 2023-12-07T20:10:40.449825+0000 mgr.a (mgr.14403) 7068 : cluster 0 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-07T20:10:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:41 smithi079 bash[28699]: cluster 2023-12-07T20:10:40.449825+0000 mgr.a (mgr.14403) 7068 : cluster 0 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-07T20:10:43.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:10:43.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:43.234 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:43 smithi135 bash[32435]: cluster 2023-12-07T20:10:42.450393+0000 mgr.a (mgr.14403) 7069 : cluster 0 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-07T20:10:44.140 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:10:44.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:44.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:44.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:44.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:10:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:43 smithi079 bash[28699]: cluster 2023-12-07T20:10:42.450393+0000 mgr.a (mgr.14403) 7069 : cluster 0 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-07T20:10:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:43 smithi194 bash[32038]: cluster 2023-12-07T20:10:42.450393+0000 mgr.a (mgr.14403) 7069 : cluster 0 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-07T20:10:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:44 smithi135 bash[32435]: audit 2023-12-07T20:10:43.629784+0000 mgr.a (mgr.14403) 7070 : audit 0 from='client.149511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:44 smithi079 bash[28699]: audit 2023-12-07T20:10:43.629784+0000 mgr.a (mgr.14403) 7070 : audit 0 from='client.149511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:45.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:44 smithi194 bash[32038]: audit 2023-12-07T20:10:43.629784+0000 mgr.a (mgr.14403) 7070 : audit 0 from='client.149511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:45 smithi079 bash[28699]: cluster 2023-12-07T20:10:44.451517+0000 mgr.a (mgr.14403) 7071 : cluster 0 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-07T20:10:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:45 smithi194 bash[32038]: cluster 2023-12-07T20:10:44.451517+0000 mgr.a (mgr.14403) 7071 : cluster 0 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-07T20:10:46.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:45 smithi135 bash[32435]: cluster 2023-12-07T20:10:44.451517+0000 mgr.a (mgr.14403) 7071 : cluster 0 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-07T20:10:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:47 smithi079 bash[28699]: cluster 2023-12-07T20:10:46.452097+0000 mgr.a (mgr.14403) 7072 : cluster 0 pgmap v5276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:47 smithi194 bash[32038]: cluster 2023-12-07T20:10:46.452097+0000 mgr.a (mgr.14403) 7072 : cluster 0 pgmap v5276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:48.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:47 smithi135 bash[32435]: cluster 2023-12-07T20:10:46.452097+0000 mgr.a (mgr.14403) 7072 : cluster 0 pgmap v5276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:49.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:10:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:48 smithi079 bash[28699]: cluster 2023-12-07T20:10:48.452625+0000 mgr.a (mgr.14403) 7073 : cluster 0 pgmap v5277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:49.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:49.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:49.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:48 smithi194 bash[32038]: cluster 2023-12-07T20:10:48.452625+0000 mgr.a (mgr.14403) 7073 : cluster 0 pgmap v5277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:48 smithi135 bash[32435]: cluster 2023-12-07T20:10:48.452625+0000 mgr.a (mgr.14403) 7073 : cluster 0 pgmap v5277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:50.050 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:10:50.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:50.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:50.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:50.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:10:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:49 smithi079 bash[28699]: audit 2023-12-07T20:10:49.543084+0000 mgr.a (mgr.14403) 7074 : audit 0 from='client.149589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:49 smithi194 bash[32038]: audit 2023-12-07T20:10:49.543084+0000 mgr.a (mgr.14403) 7074 : audit 0 from='client.149589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:50.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:49 smithi135 bash[32435]: audit 2023-12-07T20:10:49.543084+0000 mgr.a (mgr.14403) 7074 : audit 0 from='client.149589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:50 smithi079 bash[28699]: cluster 2023-12-07T20:10:50.453722+0000 mgr.a (mgr.14403) 7075 : cluster 0 pgmap v5278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:51.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:50 smithi194 bash[32038]: cluster 2023-12-07T20:10:50.453722+0000 mgr.a (mgr.14403) 7075 : cluster 0 pgmap v5278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:50 smithi135 bash[32435]: cluster 2023-12-07T20:10:50.453722+0000 mgr.a (mgr.14403) 7075 : cluster 0 pgmap v5278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:53 smithi194 bash[32038]: cluster 2023-12-07T20:10:52.454297+0000 mgr.a (mgr.14403) 7076 : cluster 0 pgmap v5279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:53 smithi135 bash[32435]: cluster 2023-12-07T20:10:52.454297+0000 mgr.a (mgr.14403) 7076 : cluster 0 pgmap v5279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:53 smithi079 bash[28699]: cluster 2023-12-07T20:10:52.454297+0000 mgr.a (mgr.14403) 7076 : cluster 0 pgmap v5279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:10:55.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:10:55.053 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:10:55.053 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:10:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:55 smithi194 bash[32038]: cluster 2023-12-07T20:10:54.455195+0000 mgr.a (mgr.14403) 7077 : cluster 0 pgmap v5280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:55.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:10:55.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:10:55.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:10:55.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:10:55.957 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:10:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:55 smithi135 bash[32435]: cluster 2023-12-07T20:10:54.455195+0000 mgr.a (mgr.14403) 7077 : cluster 0 pgmap v5280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:55 smithi079 bash[28699]: cluster 2023-12-07T20:10:54.455195+0000 mgr.a (mgr.14403) 7077 : cluster 0 pgmap v5280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:56 smithi194 bash[32038]: audit 2023-12-07T20:10:55.455444+0000 mgr.a (mgr.14403) 7078 : audit 0 from='client.149658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:56 smithi194 bash[32038]: audit 2023-12-07T20:10:56.605607+0000 mon.a (mon.0) 1432 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:10:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:56 smithi135 bash[32435]: audit 2023-12-07T20:10:55.455444+0000 mgr.a (mgr.14403) 7078 : audit 0 from='client.149658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:56 smithi135 bash[32435]: audit 2023-12-07T20:10:56.605607+0000 mon.a (mon.0) 1432 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:10:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:56 smithi079 bash[28699]: audit 2023-12-07T20:10:55.455444+0000 mgr.a (mgr.14403) 7078 : audit 0 from='client.149658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:10:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:56 smithi079 bash[28699]: audit 2023-12-07T20:10:56.605607+0000 mon.a (mon.0) 1432 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:10:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:57 smithi194 bash[32038]: cluster 2023-12-07T20:10:56.455833+0000 mgr.a (mgr.14403) 7079 : cluster 0 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-07T20:10:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:57 smithi194 bash[32038]: audit 2023-12-07T20:10:57.393585+0000 mon.a (mon.0) 1433 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:10:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:57 smithi194 bash[32038]: audit 2023-12-07T20:10:57.395548+0000 mon.a (mon.0) 1434 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:10:57.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:57 smithi194 bash[32038]: audit 2023-12-07T20:10:57.404367+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:10:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:57 smithi135 bash[32435]: cluster 2023-12-07T20:10:56.455833+0000 mgr.a (mgr.14403) 7079 : cluster 0 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-07T20:10:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:57 smithi135 bash[32435]: audit 2023-12-07T20:10:57.393585+0000 mon.a (mon.0) 1433 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:10:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:57 smithi135 bash[32435]: audit 2023-12-07T20:10:57.395548+0000 mon.a (mon.0) 1434 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:10:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:57 smithi135 bash[32435]: audit 2023-12-07T20:10:57.404367+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:10:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:57 smithi079 bash[28699]: cluster 2023-12-07T20:10:56.455833+0000 mgr.a (mgr.14403) 7079 : cluster 0 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-07T20:10:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:57 smithi079 bash[28699]: audit 2023-12-07T20:10:57.393585+0000 mon.a (mon.0) 1433 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:10:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:57 smithi079 bash[28699]: audit 2023-12-07T20:10:57.395548+0000 mon.a (mon.0) 1434 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:10:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:57 smithi079 bash[28699]: audit 2023-12-07T20:10:57.404367+0000 mon.a (mon.0) 1435 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:10:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:10:59 smithi194 bash[32038]: cluster 2023-12-07T20:10:58.456392+0000 mgr.a (mgr.14403) 7080 : cluster 0 pgmap v5282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:10:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:10:59 smithi135 bash[32435]: cluster 2023-12-07T20:10:58.456392+0000 mgr.a (mgr.14403) 7080 : cluster 0 pgmap v5282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:10:59 smithi079 bash[28699]: cluster 2023-12-07T20:10:58.456392+0000 mgr.a (mgr.14403) 7080 : cluster 0 pgmap v5282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:00.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:11:00.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:00.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:01.846 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:11:01.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:01.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:01.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:01.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:11:01.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:01 smithi135 bash[32435]: cluster 2023-12-07T20:11:00.457213+0000 mgr.a (mgr.14403) 7081 : cluster 0 pgmap v5283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:01 smithi079 bash[28699]: cluster 2023-12-07T20:11:00.457213+0000 mgr.a (mgr.14403) 7081 : cluster 0 pgmap v5283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:01 smithi194 bash[32038]: cluster 2023-12-07T20:11:00.457213+0000 mgr.a (mgr.14403) 7081 : cluster 0 pgmap v5283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:02 smithi079 bash[28699]: audit 2023-12-07T20:11:01.364859+0000 mgr.a (mgr.14403) 7082 : audit 0 from='client.149733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:02 smithi194 bash[32038]: audit 2023-12-07T20:11:01.364859+0000 mgr.a (mgr.14403) 7082 : audit 0 from='client.149733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:02 smithi135 bash[32435]: audit 2023-12-07T20:11:01.364859+0000 mgr.a (mgr.14403) 7082 : audit 0 from='client.149733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:03 smithi079 bash[28699]: cluster 2023-12-07T20:11:02.457854+0000 mgr.a (mgr.14403) 7083 : cluster 0 pgmap v5284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:03 smithi194 bash[32038]: cluster 2023-12-07T20:11:02.457854+0000 mgr.a (mgr.14403) 7083 : cluster 0 pgmap v5284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:03 smithi135 bash[32435]: cluster 2023-12-07T20:11:02.457854+0000 mgr.a (mgr.14403) 7083 : cluster 0 pgmap v5284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:05 smithi079 bash[28699]: cluster 2023-12-07T20:11:04.458668+0000 mgr.a (mgr.14403) 7084 : cluster 0 pgmap v5285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:05 smithi194 bash[32038]: cluster 2023-12-07T20:11:04.458668+0000 mgr.a (mgr.14403) 7084 : cluster 0 pgmap v5285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:05 smithi135 bash[32435]: cluster 2023-12-07T20:11:04.458668+0000 mgr.a (mgr.14403) 7084 : cluster 0 pgmap v5285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:06.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:11:06.849 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:06.849 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:07.755 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:11:07.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:07.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:07.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:07.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:11:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:07 smithi194 bash[32038]: cluster 2023-12-07T20:11:06.459235+0000 mgr.a (mgr.14403) 7085 : cluster 0 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-07T20:11:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:07 smithi135 bash[32435]: cluster 2023-12-07T20:11:06.459235+0000 mgr.a (mgr.14403) 7085 : cluster 0 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-07T20:11:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:07 smithi079 bash[28699]: cluster 2023-12-07T20:11:06.459235+0000 mgr.a (mgr.14403) 7085 : cluster 0 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-07T20:11:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:08 smithi194 bash[32038]: audit 2023-12-07T20:11:07.250035+0000 mgr.a (mgr.14403) 7086 : audit 0 from='client.149811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:08 smithi135 bash[32435]: audit 2023-12-07T20:11:07.250035+0000 mgr.a (mgr.14403) 7086 : audit 0 from='client.149811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:09.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:08 smithi079 bash[28699]: audit 2023-12-07T20:11:07.250035+0000 mgr.a (mgr.14403) 7086 : audit 0 from='client.149811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:09 smithi194 bash[32038]: cluster 2023-12-07T20:11:08.459793+0000 mgr.a (mgr.14403) 7087 : cluster 0 pgmap v5287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:09 smithi135 bash[32435]: cluster 2023-12-07T20:11:08.459793+0000 mgr.a (mgr.14403) 7087 : cluster 0 pgmap v5287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:09 smithi079 bash[28699]: cluster 2023-12-07T20:11:08.459793+0000 mgr.a (mgr.14403) 7087 : cluster 0 pgmap v5287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:11 smithi194 bash[32038]: cluster 2023-12-07T20:11:10.460609+0000 mgr.a (mgr.14403) 7088 : cluster 0 pgmap v5288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:11 smithi135 bash[32435]: cluster 2023-12-07T20:11:10.460609+0000 mgr.a (mgr.14403) 7088 : cluster 0 pgmap v5288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:11 smithi079 bash[28699]: cluster 2023-12-07T20:11:10.460609+0000 mgr.a (mgr.14403) 7088 : cluster 0 pgmap v5288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:12.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:11:12.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:12.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:13.653 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:11:13.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:13.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:13.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:13.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:11:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:13 smithi135 bash[32435]: cluster 2023-12-07T20:11:12.461173+0000 mgr.a (mgr.14403) 7089 : cluster 0 pgmap v5289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:13 smithi079 bash[28699]: cluster 2023-12-07T20:11:12.461173+0000 mgr.a (mgr.14403) 7089 : cluster 0 pgmap v5289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:13 smithi194 bash[32038]: cluster 2023-12-07T20:11:12.461173+0000 mgr.a (mgr.14403) 7089 : cluster 0 pgmap v5289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:14 smithi079 bash[28699]: audit 2023-12-07T20:11:13.164721+0000 mgr.a (mgr.14403) 7090 : audit 0 from='client.149889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:14 smithi194 bash[32038]: audit 2023-12-07T20:11:13.164721+0000 mgr.a (mgr.14403) 7090 : audit 0 from='client.149889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:15.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:14 smithi135 bash[32435]: audit 2023-12-07T20:11:13.164721+0000 mgr.a (mgr.14403) 7090 : audit 0 from='client.149889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:15 smithi079 bash[28699]: cluster 2023-12-07T20:11:14.462117+0000 mgr.a (mgr.14403) 7091 : cluster 0 pgmap v5290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:11:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:15 smithi194 bash[32038]: cluster 2023-12-07T20:11:14.462117+0000 mgr.a (mgr.14403) 7091 : cluster 0 pgmap v5290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:11:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:15 smithi135 bash[32435]: cluster 2023-12-07T20:11:14.462117+0000 mgr.a (mgr.14403) 7091 : cluster 0 pgmap v5290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:11:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:17 smithi079 bash[28699]: cluster 2023-12-07T20:11:16.462665+0000 mgr.a (mgr.14403) 7092 : cluster 0 pgmap v5291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:11:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:17 smithi194 bash[32038]: cluster 2023-12-07T20:11:16.462665+0000 mgr.a (mgr.14403) 7092 : cluster 0 pgmap v5291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:11:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:17 smithi135 bash[32435]: cluster 2023-12-07T20:11:16.462665+0000 mgr.a (mgr.14403) 7092 : cluster 0 pgmap v5291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:11:18.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:11:18.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:18.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:19.564 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:11:19.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:19.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:19.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:19.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:11:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:19 smithi079 bash[28699]: cluster 2023-12-07T20:11:18.463260+0000 mgr.a (mgr.14403) 7093 : cluster 0 pgmap v5292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:11:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:19 smithi194 bash[32038]: cluster 2023-12-07T20:11:18.463260+0000 mgr.a (mgr.14403) 7093 : cluster 0 pgmap v5292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:11:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:19 smithi135 bash[32435]: cluster 2023-12-07T20:11:18.463260+0000 mgr.a (mgr.14403) 7093 : cluster 0 pgmap v5292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:11:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:20 smithi079 bash[28699]: audit 2023-12-07T20:11:19.057990+0000 mgr.a (mgr.14403) 7094 : audit 0 from='client.149967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:21.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:20 smithi194 bash[32038]: audit 2023-12-07T20:11:19.057990+0000 mgr.a (mgr.14403) 7094 : audit 0 from='client.149967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:20 smithi135 bash[32435]: audit 2023-12-07T20:11:19.057990+0000 mgr.a (mgr.14403) 7094 : audit 0 from='client.149967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:21 smithi079 bash[28699]: cluster 2023-12-07T20:11:20.464218+0000 mgr.a (mgr.14403) 7095 : cluster 0 pgmap v5293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:21 smithi194 bash[32038]: cluster 2023-12-07T20:11:20.464218+0000 mgr.a (mgr.14403) 7095 : cluster 0 pgmap v5293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:21 smithi135 bash[32435]: cluster 2023-12-07T20:11:20.464218+0000 mgr.a (mgr.14403) 7095 : cluster 0 pgmap v5293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:22 smithi079 bash[28699]: cluster 2023-12-07T20:11:22.464782+0000 mgr.a (mgr.14403) 7096 : cluster 0 pgmap v5294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:23.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:22 smithi194 bash[32038]: cluster 2023-12-07T20:11:22.464782+0000 mgr.a (mgr.14403) 7096 : cluster 0 pgmap v5294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:22 smithi135 bash[32435]: cluster 2023-12-07T20:11:22.464782+0000 mgr.a (mgr.14403) 7096 : cluster 0 pgmap v5294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:24.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:11:24.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:24.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:25.459 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:11:25.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:25.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:25.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:25.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:11:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:25 smithi079 bash[28699]: cluster 2023-12-07T20:11:24.465661+0000 mgr.a (mgr.14403) 7097 : cluster 0 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-07T20:11:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:25 smithi194 bash[32038]: cluster 2023-12-07T20:11:24.465661+0000 mgr.a (mgr.14403) 7097 : cluster 0 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-07T20:11:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:25 smithi135 bash[32435]: cluster 2023-12-07T20:11:24.465661+0000 mgr.a (mgr.14403) 7097 : cluster 0 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-07T20:11:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:26 smithi079 bash[28699]: audit 2023-12-07T20:11:24.971611+0000 mgr.a (mgr.14403) 7098 : audit 0 from='client.150039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:26 smithi194 bash[32038]: audit 2023-12-07T20:11:24.971611+0000 mgr.a (mgr.14403) 7098 : audit 0 from='client.150039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:26 smithi135 bash[32435]: audit 2023-12-07T20:11:24.971611+0000 mgr.a (mgr.14403) 7098 : audit 0 from='client.150039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:27 smithi194 bash[32038]: cluster 2023-12-07T20:11:26.466261+0000 mgr.a (mgr.14403) 7099 : cluster 0 pgmap v5296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:11:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:27 smithi135 bash[32435]: cluster 2023-12-07T20:11:26.466261+0000 mgr.a (mgr.14403) 7099 : cluster 0 pgmap v5296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:11:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:27 smithi079 bash[28699]: cluster 2023-12-07T20:11:26.466261+0000 mgr.a (mgr.14403) 7099 : cluster 0 pgmap v5296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:11:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:29 smithi194 bash[32038]: cluster 2023-12-07T20:11:28.466813+0000 mgr.a (mgr.14403) 7100 : cluster 0 pgmap v5297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:11:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:29 smithi135 bash[32435]: cluster 2023-12-07T20:11:28.466813+0000 mgr.a (mgr.14403) 7100 : cluster 0 pgmap v5297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:11:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:29 smithi079 bash[28699]: cluster 2023-12-07T20:11:28.466813+0000 mgr.a (mgr.14403) 7100 : cluster 0 pgmap v5297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:11:30.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:11:30.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:30.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:31.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:31.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:31.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:31.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:11:31.383 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:11:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:31 smithi194 bash[32038]: cluster 2023-12-07T20:11:30.467645+0000 mgr.a (mgr.14403) 7101 : cluster 0 pgmap v5298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:11:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:31 smithi135 bash[32435]: cluster 2023-12-07T20:11:30.467645+0000 mgr.a (mgr.14403) 7101 : cluster 0 pgmap v5298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:11:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:31 smithi079 bash[28699]: cluster 2023-12-07T20:11:30.467645+0000 mgr.a (mgr.14403) 7101 : cluster 0 pgmap v5298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:11:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:32 smithi194 bash[32038]: audit 2023-12-07T20:11:30.873336+0000 mgr.a (mgr.14403) 7102 : audit 0 from='client.150117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:32 smithi135 bash[32435]: audit 2023-12-07T20:11:30.873336+0000 mgr.a (mgr.14403) 7102 : audit 0 from='client.150117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:32 smithi079 bash[28699]: audit 2023-12-07T20:11:30.873336+0000 mgr.a (mgr.14403) 7102 : audit 0 from='client.150117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:33 smithi079 bash[28699]: cluster 2023-12-07T20:11:32.468311+0000 mgr.a (mgr.14403) 7103 : cluster 0 pgmap v5299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:33 smithi194 bash[32038]: cluster 2023-12-07T20:11:32.468311+0000 mgr.a (mgr.14403) 7103 : cluster 0 pgmap v5299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:34.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:33 smithi135 bash[32435]: cluster 2023-12-07T20:11:32.468311+0000 mgr.a (mgr.14403) 7103 : cluster 0 pgmap v5299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:35 smithi079 bash[28699]: cluster 2023-12-07T20:11:34.469164+0000 mgr.a (mgr.14403) 7104 : cluster 0 pgmap v5300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:35 smithi194 bash[32038]: cluster 2023-12-07T20:11:34.469164+0000 mgr.a (mgr.14403) 7104 : cluster 0 pgmap v5300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:35 smithi135 bash[32435]: cluster 2023-12-07T20:11:34.469164+0000 mgr.a (mgr.14403) 7104 : cluster 0 pgmap v5300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:36.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:11:36.386 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:36.386 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:37.313 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:11:37.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:37.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:37.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:37.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:11:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:37 smithi079 bash[28699]: cluster 2023-12-07T20:11:36.469706+0000 mgr.a (mgr.14403) 7105 : cluster 0 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-07T20:11:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:37 smithi194 bash[32038]: cluster 2023-12-07T20:11:36.469706+0000 mgr.a (mgr.14403) 7105 : cluster 0 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-07T20:11:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:37 smithi135 bash[32435]: cluster 2023-12-07T20:11:36.469706+0000 mgr.a (mgr.14403) 7105 : cluster 0 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-07T20:11:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:38 smithi079 bash[28699]: audit 2023-12-07T20:11:36.797252+0000 mgr.a (mgr.14403) 7106 : audit 0 from='client.150195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:38 smithi194 bash[32038]: audit 2023-12-07T20:11:36.797252+0000 mgr.a (mgr.14403) 7106 : audit 0 from='client.150195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:38 smithi135 bash[32435]: audit 2023-12-07T20:11:36.797252+0000 mgr.a (mgr.14403) 7106 : audit 0 from='client.150195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:39 smithi079 bash[28699]: cluster 2023-12-07T20:11:38.470382+0000 mgr.a (mgr.14403) 7107 : cluster 0 pgmap v5302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:39 smithi194 bash[32038]: cluster 2023-12-07T20:11:38.470382+0000 mgr.a (mgr.14403) 7107 : cluster 0 pgmap v5302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:40.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:39 smithi135 bash[32435]: cluster 2023-12-07T20:11:38.470382+0000 mgr.a (mgr.14403) 7107 : cluster 0 pgmap v5302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:40 smithi079 bash[28699]: cluster 2023-12-07T20:11:40.471181+0000 mgr.a (mgr.14403) 7108 : cluster 0 pgmap v5303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:41.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:40 smithi194 bash[32038]: cluster 2023-12-07T20:11:40.471181+0000 mgr.a (mgr.14403) 7108 : cluster 0 pgmap v5303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:40 smithi135 bash[32435]: cluster 2023-12-07T20:11:40.471181+0000 mgr.a (mgr.14403) 7108 : cluster 0 pgmap v5303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:42.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:11:42.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:42.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:43.229 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:11:43.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:43.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:43.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:43.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:11:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:43 smithi194 bash[32038]: cluster 2023-12-07T20:11:42.471612+0000 mgr.a (mgr.14403) 7109 : cluster 0 pgmap v5304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:43 smithi194 bash[32038]: audit 2023-12-07T20:11:42.723669+0000 mgr.a (mgr.14403) 7110 : audit 0 from='client.150273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:43 smithi135 bash[32435]: cluster 2023-12-07T20:11:42.471612+0000 mgr.a (mgr.14403) 7109 : cluster 0 pgmap v5304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:43 smithi135 bash[32435]: audit 2023-12-07T20:11:42.723669+0000 mgr.a (mgr.14403) 7110 : audit 0 from='client.150273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:43 smithi079 bash[28699]: cluster 2023-12-07T20:11:42.471612+0000 mgr.a (mgr.14403) 7109 : cluster 0 pgmap v5304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:43 smithi079 bash[28699]: audit 2023-12-07T20:11:42.723669+0000 mgr.a (mgr.14403) 7110 : audit 0 from='client.150273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:45 smithi194 bash[32038]: cluster 2023-12-07T20:11:44.472530+0000 mgr.a (mgr.14403) 7111 : cluster 0 pgmap v5305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:45 smithi135 bash[32435]: cluster 2023-12-07T20:11:44.472530+0000 mgr.a (mgr.14403) 7111 : cluster 0 pgmap v5305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:45 smithi079 bash[28699]: cluster 2023-12-07T20:11:44.472530+0000 mgr.a (mgr.14403) 7111 : cluster 0 pgmap v5305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:11:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:47 smithi135 bash[32435]: cluster 2023-12-07T20:11:46.473090+0000 mgr.a (mgr.14403) 7112 : cluster 0 pgmap v5306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:47 smithi079 bash[28699]: cluster 2023-12-07T20:11:46.473090+0000 mgr.a (mgr.14403) 7112 : cluster 0 pgmap v5306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:47 smithi194 bash[32038]: cluster 2023-12-07T20:11:46.473090+0000 mgr.a (mgr.14403) 7112 : cluster 0 pgmap v5306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:48.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:11:48.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:48.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:49.132 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:11:49.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:49.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:49.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:49.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:11:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:49 smithi079 bash[28699]: cluster 2023-12-07T20:11:48.473452+0000 mgr.a (mgr.14403) 7113 : cluster 0 pgmap v5307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:49 smithi079 bash[28699]: audit 2023-12-07T20:11:48.637260+0000 mgr.a (mgr.14403) 7114 : audit 0 from='client.150351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:49 smithi194 bash[32038]: cluster 2023-12-07T20:11:48.473452+0000 mgr.a (mgr.14403) 7113 : cluster 0 pgmap v5307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:49 smithi194 bash[32038]: audit 2023-12-07T20:11:48.637260+0000 mgr.a (mgr.14403) 7114 : audit 0 from='client.150351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:50.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:49 smithi135 bash[32435]: cluster 2023-12-07T20:11:48.473452+0000 mgr.a (mgr.14403) 7113 : cluster 0 pgmap v5307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:50.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:49 smithi135 bash[32435]: audit 2023-12-07T20:11:48.637260+0000 mgr.a (mgr.14403) 7114 : audit 0 from='client.150351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:51 smithi079 bash[28699]: cluster 2023-12-07T20:11:50.474310+0000 mgr.a (mgr.14403) 7115 : cluster 0 pgmap v5308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:51 smithi194 bash[32038]: cluster 2023-12-07T20:11:50.474310+0000 mgr.a (mgr.14403) 7115 : cluster 0 pgmap v5308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:51 smithi135 bash[32435]: cluster 2023-12-07T20:11:50.474310+0000 mgr.a (mgr.14403) 7115 : cluster 0 pgmap v5308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:54.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:11:54.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:11:54.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:11:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:53 smithi079 bash[28699]: cluster 2023-12-07T20:11:52.474862+0000 mgr.a (mgr.14403) 7116 : cluster 0 pgmap v5309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:53 smithi194 bash[32038]: cluster 2023-12-07T20:11:52.474862+0000 mgr.a (mgr.14403) 7116 : cluster 0 pgmap v5309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:54.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:53 smithi135 bash[32435]: cluster 2023-12-07T20:11:52.474862+0000 mgr.a (mgr.14403) 7116 : cluster 0 pgmap v5309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:55.057 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:11:55.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:11:55.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:11:55.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:11:55.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:11:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:55 smithi079 bash[28699]: cluster 2023-12-07T20:11:54.475526+0000 mgr.a (mgr.14403) 7117 : cluster 0 pgmap v5310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:55 smithi079 bash[28699]: audit 2023-12-07T20:11:54.543824+0000 mgr.a (mgr.14403) 7118 : audit 0 from='client.150429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:55 smithi194 bash[32038]: cluster 2023-12-07T20:11:54.475526+0000 mgr.a (mgr.14403) 7117 : cluster 0 pgmap v5310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:55 smithi194 bash[32038]: audit 2023-12-07T20:11:54.543824+0000 mgr.a (mgr.14403) 7118 : audit 0 from='client.150429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:56.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:55 smithi135 bash[32435]: cluster 2023-12-07T20:11:54.475526+0000 mgr.a (mgr.14403) 7117 : cluster 0 pgmap v5310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:11:56.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:55 smithi135 bash[32435]: audit 2023-12-07T20:11:54.543824+0000 mgr.a (mgr.14403) 7118 : audit 0 from='client.150429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:11:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:57 smithi079 bash[28699]: cluster 2023-12-07T20:11:56.476266+0000 mgr.a (mgr.14403) 7119 : cluster 0 pgmap v5311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:57 smithi079 bash[28699]: audit 2023-12-07T20:11:57.508864+0000 mon.a (mon.0) 1436 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:11:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:57 smithi194 bash[32038]: cluster 2023-12-07T20:11:56.476266+0000 mgr.a (mgr.14403) 7119 : cluster 0 pgmap v5311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:57 smithi194 bash[32038]: audit 2023-12-07T20:11:57.508864+0000 mon.a (mon.0) 1436 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:11:58.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:57 smithi135 bash[32435]: cluster 2023-12-07T20:11:56.476266+0000 mgr.a (mgr.14403) 7119 : cluster 0 pgmap v5311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:11:58.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:57 smithi135 bash[32435]: audit 2023-12-07T20:11:57.508864+0000 mon.a (mon.0) 1436 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:12:00.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:12:00.060 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:00.060 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:11:59 smithi079 bash[28699]: cluster 2023-12-07T20:11:58.476852+0000 mgr.a (mgr.14403) 7120 : cluster 0 pgmap v5312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:11:59 smithi194 bash[32038]: cluster 2023-12-07T20:11:58.476852+0000 mgr.a (mgr.14403) 7120 : cluster 0 pgmap v5312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:00.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:11:59 smithi135 bash[32435]: cluster 2023-12-07T20:11:58.476852+0000 mgr.a (mgr.14403) 7120 : cluster 0 pgmap v5312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:00.970 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:12:00.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:00.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:00.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:00.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:12:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:01 smithi079 bash[28699]: audit 2023-12-07T20:12:00.469793+0000 mgr.a (mgr.14403) 7121 : audit 0 from='client.150504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:01 smithi079 bash[28699]: cluster 2023-12-07T20:12:00.485387+0000 mgr.a (mgr.14403) 7122 : cluster 0 pgmap v5313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:01 smithi194 bash[32038]: audit 2023-12-07T20:12:00.469793+0000 mgr.a (mgr.14403) 7121 : audit 0 from='client.150504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:01 smithi194 bash[32038]: cluster 2023-12-07T20:12:00.485387+0000 mgr.a (mgr.14403) 7122 : cluster 0 pgmap v5313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:02.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:01 smithi135 bash[32435]: audit 2023-12-07T20:12:00.469793+0000 mgr.a (mgr.14403) 7121 : audit 0 from='client.150504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:02.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:01 smithi135 bash[32435]: cluster 2023-12-07T20:12:00.485387+0000 mgr.a (mgr.14403) 7122 : cluster 0 pgmap v5313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:03 smithi079 bash[28699]: cluster 2023-12-07T20:12:02.486183+0000 mgr.a (mgr.14403) 7123 : cluster 0 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-07T20:12:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:03 smithi079 bash[28699]: audit 2023-12-07T20:12:02.851254+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:03 smithi079 bash[28699]: audit 2023-12-07T20:12:02.858598+0000 mon.a (mon.0) 1438 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:03 smithi079 bash[28699]: audit 2023-12-07T20:12:02.900020+0000 mon.a (mon.0) 1439 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:03 smithi079 bash[28699]: audit 2023-12-07T20:12:02.904764+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:03 smithi079 bash[28699]: audit 2023-12-07T20:12:02.908854+0000 mon.a (mon.0) 1441 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:03 smithi079 bash[28699]: audit 2023-12-07T20:12:02.912122+0000 mon.a (mon.0) 1442 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:03 smithi079 bash[28699]: audit 2023-12-07T20:12:03.597965+0000 mon.a (mon.0) 1443 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:12:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:03 smithi079 bash[28699]: audit 2023-12-07T20:12:03.599846+0000 mon.a (mon.0) 1444 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:12:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:03 smithi079 bash[28699]: audit 2023-12-07T20:12:03.609081+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:03 smithi194 bash[32038]: cluster 2023-12-07T20:12:02.486183+0000 mgr.a (mgr.14403) 7123 : cluster 0 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-07T20:12:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:03 smithi194 bash[32038]: audit 2023-12-07T20:12:02.851254+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:03 smithi194 bash[32038]: audit 2023-12-07T20:12:02.858598+0000 mon.a (mon.0) 1438 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:03 smithi194 bash[32038]: audit 2023-12-07T20:12:02.900020+0000 mon.a (mon.0) 1439 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:03 smithi194 bash[32038]: audit 2023-12-07T20:12:02.904764+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:03 smithi194 bash[32038]: audit 2023-12-07T20:12:02.908854+0000 mon.a (mon.0) 1441 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:03 smithi194 bash[32038]: audit 2023-12-07T20:12:02.912122+0000 mon.a (mon.0) 1442 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:03 smithi194 bash[32038]: audit 2023-12-07T20:12:03.597965+0000 mon.a (mon.0) 1443 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:12:04.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:03 smithi194 bash[32038]: audit 2023-12-07T20:12:03.599846+0000 mon.a (mon.0) 1444 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:12:04.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:03 smithi194 bash[32038]: audit 2023-12-07T20:12:03.609081+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:03 smithi135 bash[32435]: cluster 2023-12-07T20:12:02.486183+0000 mgr.a (mgr.14403) 7123 : cluster 0 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-07T20:12:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:03 smithi135 bash[32435]: audit 2023-12-07T20:12:02.851254+0000 mon.a (mon.0) 1437 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:03 smithi135 bash[32435]: audit 2023-12-07T20:12:02.858598+0000 mon.a (mon.0) 1438 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:03 smithi135 bash[32435]: audit 2023-12-07T20:12:02.900020+0000 mon.a (mon.0) 1439 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:03 smithi135 bash[32435]: audit 2023-12-07T20:12:02.904764+0000 mon.a (mon.0) 1440 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:03 smithi135 bash[32435]: audit 2023-12-07T20:12:02.908854+0000 mon.a (mon.0) 1441 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:03 smithi135 bash[32435]: audit 2023-12-07T20:12:02.912122+0000 mon.a (mon.0) 1442 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:03 smithi135 bash[32435]: audit 2023-12-07T20:12:03.597965+0000 mon.a (mon.0) 1443 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:12:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:03 smithi135 bash[32435]: audit 2023-12-07T20:12:03.599846+0000 mon.a (mon.0) 1444 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:12:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:03 smithi135 bash[32435]: audit 2023-12-07T20:12:03.609081+0000 mon.a (mon.0) 1445 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:12:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:04 smithi079 bash[28699]: cluster 2023-12-07T20:12:04.487009+0000 mgr.a (mgr.14403) 7124 : cluster 0 pgmap v5315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:04 smithi194 bash[32038]: cluster 2023-12-07T20:12:04.487009+0000 mgr.a (mgr.14403) 7124 : cluster 0 pgmap v5315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:04 smithi135 bash[32435]: cluster 2023-12-07T20:12:04.487009+0000 mgr.a (mgr.14403) 7124 : cluster 0 pgmap v5315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:05.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:12:05.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:05.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:06.852 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:12:06.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:06.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:06.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:06.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:12:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:07 smithi135 bash[32435]: audit 2023-12-07T20:12:06.378119+0000 mgr.a (mgr.14403) 7125 : audit 0 from='client.150582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:07 smithi135 bash[32435]: cluster 2023-12-07T20:12:06.487496+0000 mgr.a (mgr.14403) 7126 : cluster 0 pgmap v5316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:07 smithi079 bash[28699]: audit 2023-12-07T20:12:06.378119+0000 mgr.a (mgr.14403) 7125 : audit 0 from='client.150582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:07 smithi079 bash[28699]: cluster 2023-12-07T20:12:06.487496+0000 mgr.a (mgr.14403) 7126 : cluster 0 pgmap v5316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:07 smithi194 bash[32038]: audit 2023-12-07T20:12:06.378119+0000 mgr.a (mgr.14403) 7125 : audit 0 from='client.150582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:07 smithi194 bash[32038]: cluster 2023-12-07T20:12:06.487496+0000 mgr.a (mgr.14403) 7126 : cluster 0 pgmap v5316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:09 smithi079 bash[28699]: cluster 2023-12-07T20:12:08.488316+0000 mgr.a (mgr.14403) 7127 : cluster 0 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-07T20:12:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:09 smithi194 bash[32038]: cluster 2023-12-07T20:12:08.488316+0000 mgr.a (mgr.14403) 7127 : cluster 0 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-07T20:12:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:09 smithi135 bash[32435]: cluster 2023-12-07T20:12:08.488316+0000 mgr.a (mgr.14403) 7127 : cluster 0 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-07T20:12:11.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:12:11.856 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:11.856 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:11 smithi079 bash[28699]: cluster 2023-12-07T20:12:10.489161+0000 mgr.a (mgr.14403) 7128 : cluster 0 pgmap v5318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:11 smithi194 bash[32038]: cluster 2023-12-07T20:12:10.489161+0000 mgr.a (mgr.14403) 7128 : cluster 0 pgmap v5318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:11 smithi135 bash[32435]: cluster 2023-12-07T20:12:10.489161+0000 mgr.a (mgr.14403) 7128 : cluster 0 pgmap v5318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:12.761 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:12:12.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:12.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:12.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:12.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:12:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:13 smithi079 bash[28699]: audit 2023-12-07T20:12:12.252611+0000 mgr.a (mgr.14403) 7129 : audit 0 from='client.150660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:13 smithi079 bash[28699]: cluster 2023-12-07T20:12:12.489733+0000 mgr.a (mgr.14403) 7130 : cluster 0 pgmap v5319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:13 smithi194 bash[32038]: audit 2023-12-07T20:12:12.252611+0000 mgr.a (mgr.14403) 7129 : audit 0 from='client.150660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:13 smithi194 bash[32038]: cluster 2023-12-07T20:12:12.489733+0000 mgr.a (mgr.14403) 7130 : cluster 0 pgmap v5319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:14.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:13 smithi135 bash[32435]: audit 2023-12-07T20:12:12.252611+0000 mgr.a (mgr.14403) 7129 : audit 0 from='client.150660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:14.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:13 smithi135 bash[32435]: cluster 2023-12-07T20:12:12.489733+0000 mgr.a (mgr.14403) 7130 : cluster 0 pgmap v5319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:15 smithi079 bash[28699]: cluster 2023-12-07T20:12:14.490663+0000 mgr.a (mgr.14403) 7131 : cluster 0 pgmap v5320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:15 smithi194 bash[32038]: cluster 2023-12-07T20:12:14.490663+0000 mgr.a (mgr.14403) 7131 : cluster 0 pgmap v5320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:15 smithi135 bash[32435]: cluster 2023-12-07T20:12:14.490663+0000 mgr.a (mgr.14403) 7131 : cluster 0 pgmap v5320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:17.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:12:17.765 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:17.765 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:17 smithi079 bash[28699]: cluster 2023-12-07T20:12:16.491268+0000 mgr.a (mgr.14403) 7132 : cluster 0 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-07T20:12:18.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:17 smithi194 bash[32038]: cluster 2023-12-07T20:12:16.491268+0000 mgr.a (mgr.14403) 7132 : cluster 0 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-07T20:12:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:17 smithi135 bash[32435]: cluster 2023-12-07T20:12:16.491268+0000 mgr.a (mgr.14403) 7132 : cluster 0 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-07T20:12:18.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:18.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:18.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:18.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:12:18.657 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:12:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:19 smithi079 bash[28699]: audit 2023-12-07T20:12:18.165596+0000 mgr.a (mgr.14403) 7133 : audit 0 from='client.150738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:19 smithi079 bash[28699]: cluster 2023-12-07T20:12:18.491702+0000 mgr.a (mgr.14403) 7134 : cluster 0 pgmap v5322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:19 smithi194 bash[32038]: audit 2023-12-07T20:12:18.165596+0000 mgr.a (mgr.14403) 7133 : audit 0 from='client.150738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:19 smithi194 bash[32038]: cluster 2023-12-07T20:12:18.491702+0000 mgr.a (mgr.14403) 7134 : cluster 0 pgmap v5322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:20.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:19 smithi135 bash[32435]: audit 2023-12-07T20:12:18.165596+0000 mgr.a (mgr.14403) 7133 : audit 0 from='client.150738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:20.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:19 smithi135 bash[32435]: cluster 2023-12-07T20:12:18.491702+0000 mgr.a (mgr.14403) 7134 : cluster 0 pgmap v5322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:22.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:21 smithi079 bash[28699]: cluster 2023-12-07T20:12:20.492559+0000 mgr.a (mgr.14403) 7135 : cluster 0 pgmap v5323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:12:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:21 smithi194 bash[32038]: cluster 2023-12-07T20:12:20.492559+0000 mgr.a (mgr.14403) 7135 : cluster 0 pgmap v5323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:12:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:21 smithi135 bash[32435]: cluster 2023-12-07T20:12:20.492559+0000 mgr.a (mgr.14403) 7135 : cluster 0 pgmap v5323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:12:23.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:12:23.660 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:23.661 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:23 smithi079 bash[28699]: cluster 2023-12-07T20:12:22.493170+0000 mgr.a (mgr.14403) 7136 : cluster 0 pgmap v5324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:12:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:23 smithi194 bash[32038]: cluster 2023-12-07T20:12:22.493170+0000 mgr.a (mgr.14403) 7136 : cluster 0 pgmap v5324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:12:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:23 smithi135 bash[32435]: cluster 2023-12-07T20:12:22.493170+0000 mgr.a (mgr.14403) 7136 : cluster 0 pgmap v5324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:12:24.567 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:12:24.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:24.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:24.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:24.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:12:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:25 smithi079 bash[28699]: audit 2023-12-07T20:12:24.062689+0000 mgr.a (mgr.14403) 7137 : audit 0 from='client.150816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:25 smithi079 bash[28699]: cluster 2023-12-07T20:12:24.494391+0000 mgr.a (mgr.14403) 7138 : cluster 0 pgmap v5325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:25 smithi194 bash[32038]: audit 2023-12-07T20:12:24.062689+0000 mgr.a (mgr.14403) 7137 : audit 0 from='client.150816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:25 smithi194 bash[32038]: cluster 2023-12-07T20:12:24.494391+0000 mgr.a (mgr.14403) 7138 : cluster 0 pgmap v5325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:25 smithi135 bash[32435]: audit 2023-12-07T20:12:24.062689+0000 mgr.a (mgr.14403) 7137 : audit 0 from='client.150816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:25 smithi135 bash[32435]: cluster 2023-12-07T20:12:24.494391+0000 mgr.a (mgr.14403) 7138 : cluster 0 pgmap v5325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:27 smithi079 bash[28699]: cluster 2023-12-07T20:12:26.495055+0000 mgr.a (mgr.14403) 7139 : cluster 0 pgmap v5326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:27 smithi194 bash[32038]: cluster 2023-12-07T20:12:26.495055+0000 mgr.a (mgr.14403) 7139 : cluster 0 pgmap v5326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:27 smithi135 bash[32435]: cluster 2023-12-07T20:12:26.495055+0000 mgr.a (mgr.14403) 7139 : cluster 0 pgmap v5326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:29.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:28 smithi079 bash[28699]: cluster 2023-12-07T20:12:28.495585+0000 mgr.a (mgr.14403) 7140 : cluster 0 pgmap v5327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:29.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:28 smithi194 bash[32038]: cluster 2023-12-07T20:12:28.495585+0000 mgr.a (mgr.14403) 7140 : cluster 0 pgmap v5327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:28 smithi135 bash[32435]: cluster 2023-12-07T20:12:28.495585+0000 mgr.a (mgr.14403) 7140 : cluster 0 pgmap v5327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:29.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:12:29.571 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:29.571 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:30.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:30.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:30.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:30.464 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:12:30.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:12:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:31 smithi079 bash[28699]: audit 2023-12-07T20:12:29.969019+0000 mgr.a (mgr.14403) 7141 : audit 0 from='client.150894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:31 smithi079 bash[28699]: cluster 2023-12-07T20:12:30.496574+0000 mgr.a (mgr.14403) 7142 : cluster 0 pgmap v5328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:31 smithi194 bash[32038]: audit 2023-12-07T20:12:29.969019+0000 mgr.a (mgr.14403) 7141 : audit 0 from='client.150894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:31 smithi194 bash[32038]: cluster 2023-12-07T20:12:30.496574+0000 mgr.a (mgr.14403) 7142 : cluster 0 pgmap v5328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:31 smithi135 bash[32435]: audit 2023-12-07T20:12:29.969019+0000 mgr.a (mgr.14403) 7141 : audit 0 from='client.150894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:31 smithi135 bash[32435]: cluster 2023-12-07T20:12:30.496574+0000 mgr.a (mgr.14403) 7142 : cluster 0 pgmap v5328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:33 smithi079 bash[28699]: cluster 2023-12-07T20:12:32.497160+0000 mgr.a (mgr.14403) 7143 : cluster 0 pgmap v5329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:12:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:33 smithi194 bash[32038]: cluster 2023-12-07T20:12:32.497160+0000 mgr.a (mgr.14403) 7143 : cluster 0 pgmap v5329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:12:34.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:33 smithi135 bash[32435]: cluster 2023-12-07T20:12:32.497160+0000 mgr.a (mgr.14403) 7143 : cluster 0 pgmap v5329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:12:35.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:12:35.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:35.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:35 smithi079 bash[28699]: cluster 2023-12-07T20:12:34.498104+0000 mgr.a (mgr.14403) 7144 : cluster 0 pgmap v5330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:12:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:35 smithi194 bash[32038]: cluster 2023-12-07T20:12:34.498104+0000 mgr.a (mgr.14403) 7144 : cluster 0 pgmap v5330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:12:36.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:35 smithi135 bash[32435]: cluster 2023-12-07T20:12:34.498104+0000 mgr.a (mgr.14403) 7144 : cluster 0 pgmap v5330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:12:36.396 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:12:36.396 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:36.396 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:36.396 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:36.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:12:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:37 smithi079 bash[28699]: audit 2023-12-07T20:12:35.881544+0000 mgr.a (mgr.14403) 7145 : audit 0 from='client.150972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:37 smithi079 bash[28699]: cluster 2023-12-07T20:12:36.498925+0000 mgr.a (mgr.14403) 7146 : cluster 0 pgmap v5331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:37 smithi194 bash[32038]: audit 2023-12-07T20:12:35.881544+0000 mgr.a (mgr.14403) 7145 : audit 0 from='client.150972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:37 smithi194 bash[32038]: cluster 2023-12-07T20:12:36.498925+0000 mgr.a (mgr.14403) 7146 : cluster 0 pgmap v5331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:38.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:37 smithi135 bash[32435]: audit 2023-12-07T20:12:35.881544+0000 mgr.a (mgr.14403) 7145 : audit 0 from='client.150972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:38.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:37 smithi135 bash[32435]: cluster 2023-12-07T20:12:36.498925+0000 mgr.a (mgr.14403) 7146 : cluster 0 pgmap v5331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:39 smithi079 bash[28699]: cluster 2023-12-07T20:12:38.499478+0000 mgr.a (mgr.14403) 7147 : cluster 0 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-07T20:12:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:39 smithi194 bash[32038]: cluster 2023-12-07T20:12:38.499478+0000 mgr.a (mgr.14403) 7147 : cluster 0 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-07T20:12:40.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:39 smithi135 bash[32435]: cluster 2023-12-07T20:12:38.499478+0000 mgr.a (mgr.14403) 7147 : cluster 0 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-07T20:12:41.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:12:41.400 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:41.400 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:41 smithi079 bash[28699]: cluster 2023-12-07T20:12:40.500236+0000 mgr.a (mgr.14403) 7148 : cluster 0 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-07T20:12:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:41 smithi194 bash[32038]: cluster 2023-12-07T20:12:40.500236+0000 mgr.a (mgr.14403) 7148 : cluster 0 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-07T20:12:42.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:41 smithi135 bash[32435]: cluster 2023-12-07T20:12:40.500236+0000 mgr.a (mgr.14403) 7148 : cluster 0 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-07T20:12:42.291 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:12:42.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:42.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:42.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:42.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:12:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:43 smithi079 bash[28699]: audit 2023-12-07T20:12:41.799596+0000 mgr.a (mgr.14403) 7149 : audit 0 from='client.151050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:43 smithi079 bash[28699]: cluster 2023-12-07T20:12:42.501121+0000 mgr.a (mgr.14403) 7150 : cluster 0 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-07T20:12:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:43 smithi194 bash[32038]: audit 2023-12-07T20:12:41.799596+0000 mgr.a (mgr.14403) 7149 : audit 0 from='client.151050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:43 smithi194 bash[32038]: cluster 2023-12-07T20:12:42.501121+0000 mgr.a (mgr.14403) 7150 : cluster 0 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-07T20:12:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:43 smithi135 bash[32435]: audit 2023-12-07T20:12:41.799596+0000 mgr.a (mgr.14403) 7149 : audit 0 from='client.151050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:44.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:43 smithi135 bash[32435]: cluster 2023-12-07T20:12:42.501121+0000 mgr.a (mgr.14403) 7150 : cluster 0 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-07T20:12:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:44 smithi079 bash[28699]: cluster 2023-12-07T20:12:44.502099+0000 mgr.a (mgr.14403) 7151 : cluster 0 pgmap v5335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:45.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:44 smithi194 bash[32038]: cluster 2023-12-07T20:12:44.502099+0000 mgr.a (mgr.14403) 7151 : cluster 0 pgmap v5335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:45.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:44 smithi135 bash[32435]: cluster 2023-12-07T20:12:44.502099+0000 mgr.a (mgr.14403) 7151 : cluster 0 pgmap v5335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:47.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:12:47.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:47.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:47 smithi079 bash[28699]: cluster 2023-12-07T20:12:46.502687+0000 mgr.a (mgr.14403) 7152 : cluster 0 pgmap v5336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:48.192 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:12:48.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:48.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:48.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:48.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:12:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:47 smithi194 bash[32038]: cluster 2023-12-07T20:12:46.502687+0000 mgr.a (mgr.14403) 7152 : cluster 0 pgmap v5336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:47 smithi135 bash[32435]: cluster 2023-12-07T20:12:46.502687+0000 mgr.a (mgr.14403) 7152 : cluster 0 pgmap v5336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:49.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:48 smithi079 bash[28699]: audit 2023-12-07T20:12:47.696094+0000 mgr.a (mgr.14403) 7153 : audit 0 from='client.151125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:49.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:48 smithi194 bash[32038]: audit 2023-12-07T20:12:47.696094+0000 mgr.a (mgr.14403) 7153 : audit 0 from='client.151125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:49.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:48 smithi135 bash[32435]: audit 2023-12-07T20:12:47.696094+0000 mgr.a (mgr.14403) 7153 : audit 0 from='client.151125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:49 smithi079 bash[28699]: cluster 2023-12-07T20:12:48.503402+0000 mgr.a (mgr.14403) 7154 : cluster 0 pgmap v5337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:49 smithi194 bash[32038]: cluster 2023-12-07T20:12:48.503402+0000 mgr.a (mgr.14403) 7154 : cluster 0 pgmap v5337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:49 smithi135 bash[32435]: cluster 2023-12-07T20:12:48.503402+0000 mgr.a (mgr.14403) 7154 : cluster 0 pgmap v5337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:51 smithi079 bash[28699]: cluster 2023-12-07T20:12:50.504212+0000 mgr.a (mgr.14403) 7155 : cluster 0 pgmap v5338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:51 smithi194 bash[32038]: cluster 2023-12-07T20:12:50.504212+0000 mgr.a (mgr.14403) 7155 : cluster 0 pgmap v5338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:51 smithi135 bash[32435]: cluster 2023-12-07T20:12:50.504212+0000 mgr.a (mgr.14403) 7155 : cluster 0 pgmap v5338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:12:53.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:12:53.196 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:53.196 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:54.133 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:12:54.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:12:54.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:12:54.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:12:54.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:12:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:53 smithi079 bash[28699]: cluster 2023-12-07T20:12:52.504777+0000 mgr.a (mgr.14403) 7156 : cluster 0 pgmap v5339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:53 smithi194 bash[32038]: cluster 2023-12-07T20:12:52.504777+0000 mgr.a (mgr.14403) 7156 : cluster 0 pgmap v5339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:54.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:53 smithi135 bash[32435]: cluster 2023-12-07T20:12:52.504777+0000 mgr.a (mgr.14403) 7156 : cluster 0 pgmap v5339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:54 smithi079 bash[28699]: audit 2023-12-07T20:12:53.605238+0000 mgr.a (mgr.14403) 7157 : audit 0 from='client.151200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:55.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:54 smithi194 bash[32038]: audit 2023-12-07T20:12:53.605238+0000 mgr.a (mgr.14403) 7157 : audit 0 from='client.151200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:54 smithi135 bash[32435]: audit 2023-12-07T20:12:53.605238+0000 mgr.a (mgr.14403) 7157 : audit 0 from='client.151200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:12:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:55 smithi079 bash[28699]: cluster 2023-12-07T20:12:54.505848+0000 mgr.a (mgr.14403) 7158 : cluster 0 pgmap v5340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:55 smithi194 bash[32038]: cluster 2023-12-07T20:12:54.505848+0000 mgr.a (mgr.14403) 7158 : cluster 0 pgmap v5340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:56.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:55 smithi135 bash[32435]: cluster 2023-12-07T20:12:54.505848+0000 mgr.a (mgr.14403) 7158 : cluster 0 pgmap v5340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:12:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:57 smithi079 bash[28699]: cluster 2023-12-07T20:12:56.506628+0000 mgr.a (mgr.14403) 7159 : cluster 0 pgmap v5341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:57 smithi194 bash[32038]: cluster 2023-12-07T20:12:56.506628+0000 mgr.a (mgr.14403) 7159 : cluster 0 pgmap v5341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:57 smithi135 bash[32435]: cluster 2023-12-07T20:12:56.506628+0000 mgr.a (mgr.14403) 7159 : cluster 0 pgmap v5341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:59.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:12:59.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:12:59.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:12:59.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:58 smithi079 bash[28699]: cluster 2023-12-07T20:12:58.507359+0000 mgr.a (mgr.14403) 7160 : cluster 0 pgmap v5342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:59.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:58 smithi194 bash[32038]: cluster 2023-12-07T20:12:58.507359+0000 mgr.a (mgr.14403) 7160 : cluster 0 pgmap v5342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:12:59.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:58 smithi135 bash[32435]: cluster 2023-12-07T20:12:58.507359+0000 mgr.a (mgr.14403) 7160 : cluster 0 pgmap v5342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:00.045 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:13:00.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:00.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:00.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:00.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:13:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:12:59 smithi079 bash[28699]: audit 2023-12-07T20:12:59.546956+0000 mgr.a (mgr.14403) 7161 : audit 0 from='client.151278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:12:59 smithi194 bash[32038]: audit 2023-12-07T20:12:59.546956+0000 mgr.a (mgr.14403) 7161 : audit 0 from='client.151278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:12:59 smithi135 bash[32435]: audit 2023-12-07T20:12:59.546956+0000 mgr.a (mgr.14403) 7161 : audit 0 from='client.151278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:00 smithi079 bash[28699]: cluster 2023-12-07T20:13:00.508417+0000 mgr.a (mgr.14403) 7162 : cluster 0 pgmap v5343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:01.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:00 smithi194 bash[32038]: cluster 2023-12-07T20:13:00.508417+0000 mgr.a (mgr.14403) 7162 : cluster 0 pgmap v5343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:00 smithi135 bash[32435]: cluster 2023-12-07T20:13:00.508417+0000 mgr.a (mgr.14403) 7162 : cluster 0 pgmap v5343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:03 smithi079 bash[28699]: cluster 2023-12-07T20:13:02.509008+0000 mgr.a (mgr.14403) 7163 : cluster 0 pgmap v5344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:03 smithi079 bash[28699]: audit 2023-12-07T20:13:03.712058+0000 mon.a (mon.0) 1446 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:13:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:03 smithi194 bash[32038]: cluster 2023-12-07T20:13:02.509008+0000 mgr.a (mgr.14403) 7163 : cluster 0 pgmap v5344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:03 smithi194 bash[32038]: audit 2023-12-07T20:13:03.712058+0000 mon.a (mon.0) 1446 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:13:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:03 smithi135 bash[32435]: cluster 2023-12-07T20:13:02.509008+0000 mgr.a (mgr.14403) 7163 : cluster 0 pgmap v5344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:13:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:03 smithi135 bash[32435]: audit 2023-12-07T20:13:03.712058+0000 mon.a (mon.0) 1446 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:13:05.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:13:05.049 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:05.049 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:05.923 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:13:05.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:05.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:05.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:05.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:13:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:05 smithi079 bash[28699]: cluster 2023-12-07T20:13:04.509539+0000 mgr.a (mgr.14403) 7164 : cluster 0 pgmap v5345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:05 smithi194 bash[32038]: cluster 2023-12-07T20:13:04.509539+0000 mgr.a (mgr.14403) 7164 : cluster 0 pgmap v5345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:06.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:05 smithi135 bash[32435]: cluster 2023-12-07T20:13:04.509539+0000 mgr.a (mgr.14403) 7164 : cluster 0 pgmap v5345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:06 smithi079 bash[28699]: audit 2023-12-07T20:13:05.439454+0000 mgr.a (mgr.14403) 7165 : audit 0 from='client.151356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:07.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:06 smithi194 bash[32038]: audit 2023-12-07T20:13:05.439454+0000 mgr.a (mgr.14403) 7165 : audit 0 from='client.151356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:07.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:06 smithi135 bash[32435]: audit 2023-12-07T20:13:05.439454+0000 mgr.a (mgr.14403) 7165 : audit 0 from='client.151356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:07 smithi079 bash[28699]: cluster 2023-12-07T20:13:06.510245+0000 mgr.a (mgr.14403) 7166 : cluster 0 pgmap v5346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:07 smithi194 bash[32038]: cluster 2023-12-07T20:13:06.510245+0000 mgr.a (mgr.14403) 7166 : cluster 0 pgmap v5346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:07 smithi135 bash[32435]: cluster 2023-12-07T20:13:06.510245+0000 mgr.a (mgr.14403) 7166 : cluster 0 pgmap v5346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:09 smithi079 bash[28699]: cluster 2023-12-07T20:13:08.510763+0000 mgr.a (mgr.14403) 7167 : cluster 0 pgmap v5347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:09 smithi194 bash[32038]: cluster 2023-12-07T20:13:08.510763+0000 mgr.a (mgr.14403) 7167 : cluster 0 pgmap v5347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:09 smithi135 bash[32435]: cluster 2023-12-07T20:13:08.510763+0000 mgr.a (mgr.14403) 7167 : cluster 0 pgmap v5347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:10.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:10 smithi079 bash[28699]: cluster 2023-12-07T20:13:10.511593+0000 mgr.a (mgr.14403) 7168 : cluster 0 pgmap v5348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:10.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:13:10.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:10.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:10 smithi194 bash[32038]: cluster 2023-12-07T20:13:10.511593+0000 mgr.a (mgr.14403) 7168 : cluster 0 pgmap v5348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:10 smithi135 bash[32435]: cluster 2023-12-07T20:13:10.511593+0000 mgr.a (mgr.14403) 7168 : cluster 0 pgmap v5348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:11.810 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:13:11.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:11.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:11.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:11.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:13:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:12 smithi079 bash[28699]: audit 2023-12-07T20:13:11.340715+0000 mgr.a (mgr.14403) 7169 : audit 0 from='client.151428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:13.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:12 smithi194 bash[32038]: audit 2023-12-07T20:13:11.340715+0000 mgr.a (mgr.14403) 7169 : audit 0 from='client.151428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:12 smithi135 bash[32435]: audit 2023-12-07T20:13:11.340715+0000 mgr.a (mgr.14403) 7169 : audit 0 from='client.151428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:13 smithi079 bash[28699]: cluster 2023-12-07T20:13:12.512291+0000 mgr.a (mgr.14403) 7170 : cluster 0 pgmap v5349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:13 smithi194 bash[32038]: cluster 2023-12-07T20:13:12.512291+0000 mgr.a (mgr.14403) 7170 : cluster 0 pgmap v5349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:13 smithi135 bash[32435]: cluster 2023-12-07T20:13:12.512291+0000 mgr.a (mgr.14403) 7170 : cluster 0 pgmap v5349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:15 smithi079 bash[28699]: audit 2023-12-07T20:13:14.267527+0000 mon.a (mon.0) 1447 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:13:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:15 smithi079 bash[28699]: audit 2023-12-07T20:13:14.275245+0000 mon.a (mon.0) 1448 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:13:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:15 smithi079 bash[28699]: audit 2023-12-07T20:13:14.276999+0000 mon.a (mon.0) 1449 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:13:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:15 smithi079 bash[28699]: audit 2023-12-07T20:13:14.278673+0000 mon.a (mon.0) 1450 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:13:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:15 smithi079 bash[28699]: audit 2023-12-07T20:13:14.288210+0000 mon.a (mon.0) 1451 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:13:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:15 smithi079 bash[28699]: cluster 2023-12-07T20:13:14.513147+0000 mgr.a (mgr.14403) 7171 : cluster 0 pgmap v5350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:15 smithi194 bash[32038]: audit 2023-12-07T20:13:14.267527+0000 mon.a (mon.0) 1447 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:13:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:15 smithi194 bash[32038]: audit 2023-12-07T20:13:14.275245+0000 mon.a (mon.0) 1448 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:13:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:15 smithi194 bash[32038]: audit 2023-12-07T20:13:14.276999+0000 mon.a (mon.0) 1449 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:13:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:15 smithi194 bash[32038]: audit 2023-12-07T20:13:14.278673+0000 mon.a (mon.0) 1450 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:13:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:15 smithi194 bash[32038]: audit 2023-12-07T20:13:14.288210+0000 mon.a (mon.0) 1451 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:13:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:15 smithi194 bash[32038]: cluster 2023-12-07T20:13:14.513147+0000 mgr.a (mgr.14403) 7171 : cluster 0 pgmap v5350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:15 smithi135 bash[32435]: audit 2023-12-07T20:13:14.267527+0000 mon.a (mon.0) 1447 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:13:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:15 smithi135 bash[32435]: audit 2023-12-07T20:13:14.275245+0000 mon.a (mon.0) 1448 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:13:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:15 smithi135 bash[32435]: audit 2023-12-07T20:13:14.276999+0000 mon.a (mon.0) 1449 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:13:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:15 smithi135 bash[32435]: audit 2023-12-07T20:13:14.278673+0000 mon.a (mon.0) 1450 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:13:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:15 smithi135 bash[32435]: audit 2023-12-07T20:13:14.288210+0000 mon.a (mon.0) 1451 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:13:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:15 smithi135 bash[32435]: cluster 2023-12-07T20:13:14.513147+0000 mgr.a (mgr.14403) 7171 : cluster 0 pgmap v5350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:16.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:13:16.814 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:16.814 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:17.713 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:13:17.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:17.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:17.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:17.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:13:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:17 smithi079 bash[28699]: cluster 2023-12-07T20:13:16.513652+0000 mgr.a (mgr.14403) 7172 : cluster 0 pgmap v5351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:17 smithi194 bash[32038]: cluster 2023-12-07T20:13:16.513652+0000 mgr.a (mgr.14403) 7172 : cluster 0 pgmap v5351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:17 smithi135 bash[32435]: cluster 2023-12-07T20:13:16.513652+0000 mgr.a (mgr.14403) 7172 : cluster 0 pgmap v5351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:19.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:18 smithi079 bash[28699]: audit 2023-12-07T20:13:17.224654+0000 mgr.a (mgr.14403) 7173 : audit 0 from='client.151506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:19.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:18 smithi194 bash[32038]: audit 2023-12-07T20:13:17.224654+0000 mgr.a (mgr.14403) 7173 : audit 0 from='client.151506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:19.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:18 smithi135 bash[32435]: audit 2023-12-07T20:13:17.224654+0000 mgr.a (mgr.14403) 7173 : audit 0 from='client.151506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:19 smithi079 bash[28699]: cluster 2023-12-07T20:13:18.514331+0000 mgr.a (mgr.14403) 7174 : cluster 0 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-07T20:13:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:19 smithi194 bash[32038]: cluster 2023-12-07T20:13:18.514331+0000 mgr.a (mgr.14403) 7174 : cluster 0 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-07T20:13:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:19 smithi135 bash[32435]: cluster 2023-12-07T20:13:18.514331+0000 mgr.a (mgr.14403) 7174 : cluster 0 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-07T20:13:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:21 smithi079 bash[28699]: cluster 2023-12-07T20:13:20.515335+0000 mgr.a (mgr.14403) 7175 : cluster 0 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-07T20:13:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:21 smithi194 bash[32038]: cluster 2023-12-07T20:13:20.515335+0000 mgr.a (mgr.14403) 7175 : cluster 0 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-07T20:13:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:21 smithi135 bash[32435]: cluster 2023-12-07T20:13:20.515335+0000 mgr.a (mgr.14403) 7175 : cluster 0 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-07T20:13:22.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:13:22.716 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:22.717 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:23.634 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:13:23.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:23.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:23.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:23.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:13:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:23 smithi079 bash[28699]: cluster 2023-12-07T20:13:22.516059+0000 mgr.a (mgr.14403) 7176 : cluster 0 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-07T20:13:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:23 smithi194 bash[32038]: cluster 2023-12-07T20:13:22.516059+0000 mgr.a (mgr.14403) 7176 : cluster 0 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-07T20:13:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:23 smithi135 bash[32435]: cluster 2023-12-07T20:13:22.516059+0000 mgr.a (mgr.14403) 7176 : cluster 0 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-07T20:13:25.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:24 smithi079 bash[28699]: audit 2023-12-07T20:13:23.127615+0000 mgr.a (mgr.14403) 7177 : audit 0 from='client.151584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:24 smithi194 bash[32038]: audit 2023-12-07T20:13:23.127615+0000 mgr.a (mgr.14403) 7177 : audit 0 from='client.151584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:25.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:24 smithi135 bash[32435]: audit 2023-12-07T20:13:23.127615+0000 mgr.a (mgr.14403) 7177 : audit 0 from='client.151584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:25 smithi079 bash[28699]: cluster 2023-12-07T20:13:24.517005+0000 mgr.a (mgr.14403) 7178 : cluster 0 pgmap v5355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:13:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:25 smithi194 bash[32038]: cluster 2023-12-07T20:13:24.517005+0000 mgr.a (mgr.14403) 7178 : cluster 0 pgmap v5355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:13:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:25 smithi135 bash[32435]: cluster 2023-12-07T20:13:24.517005+0000 mgr.a (mgr.14403) 7178 : cluster 0 pgmap v5355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:13:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:27 smithi079 bash[28699]: cluster 2023-12-07T20:13:26.517618+0000 mgr.a (mgr.14403) 7179 : cluster 0 pgmap v5356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:13:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:27 smithi194 bash[32038]: cluster 2023-12-07T20:13:26.517618+0000 mgr.a (mgr.14403) 7179 : cluster 0 pgmap v5356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:13:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:27 smithi135 bash[32435]: cluster 2023-12-07T20:13:26.517618+0000 mgr.a (mgr.14403) 7179 : cluster 0 pgmap v5356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:13:28.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:13:28.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:28.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:29.551 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:13:29.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:29.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:29.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:29.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:13:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:29 smithi079 bash[28699]: cluster 2023-12-07T20:13:28.518295+0000 mgr.a (mgr.14403) 7180 : cluster 0 pgmap v5357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:13:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:29 smithi194 bash[32038]: cluster 2023-12-07T20:13:28.518295+0000 mgr.a (mgr.14403) 7180 : cluster 0 pgmap v5357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:13:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:29 smithi135 bash[32435]: cluster 2023-12-07T20:13:28.518295+0000 mgr.a (mgr.14403) 7180 : cluster 0 pgmap v5357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:13:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:30 smithi079 bash[28699]: audit 2023-12-07T20:13:29.041922+0000 mgr.a (mgr.14403) 7181 : audit 0 from='client.151653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:31.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:30 smithi194 bash[32038]: audit 2023-12-07T20:13:29.041922+0000 mgr.a (mgr.14403) 7181 : audit 0 from='client.151653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:31.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:30 smithi135 bash[32435]: audit 2023-12-07T20:13:29.041922+0000 mgr.a (mgr.14403) 7181 : audit 0 from='client.151653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:31 smithi079 bash[28699]: cluster 2023-12-07T20:13:30.519353+0000 mgr.a (mgr.14403) 7182 : cluster 0 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-07T20:13:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:31 smithi194 bash[32038]: cluster 2023-12-07T20:13:30.519353+0000 mgr.a (mgr.14403) 7182 : cluster 0 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-07T20:13:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:31 smithi135 bash[32435]: cluster 2023-12-07T20:13:30.519353+0000 mgr.a (mgr.14403) 7182 : cluster 0 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-07T20:13:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:33 smithi079 bash[28699]: cluster 2023-12-07T20:13:32.519933+0000 mgr.a (mgr.14403) 7183 : cluster 0 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-07T20:13:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:33 smithi194 bash[32038]: cluster 2023-12-07T20:13:32.519933+0000 mgr.a (mgr.14403) 7183 : cluster 0 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-07T20:13:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:33 smithi135 bash[32435]: cluster 2023-12-07T20:13:32.519933+0000 mgr.a (mgr.14403) 7183 : cluster 0 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-07T20:13:34.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:13:34.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:34.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:34 smithi079 bash[28699]: cluster 2023-12-07T20:13:34.520695+0000 mgr.a (mgr.14403) 7184 : cluster 0 pgmap v5360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:35.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:34 smithi194 bash[32038]: cluster 2023-12-07T20:13:34.520695+0000 mgr.a (mgr.14403) 7184 : cluster 0 pgmap v5360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:34 smithi135 bash[32435]: cluster 2023-12-07T20:13:34.520695+0000 mgr.a (mgr.14403) 7184 : cluster 0 pgmap v5360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:35.470 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:13:35.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:35.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:35.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:35.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:13:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:35 smithi079 bash[28699]: audit 2023-12-07T20:13:34.965833+0000 mgr.a (mgr.14403) 7185 : audit 0 from='client.151728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:35 smithi194 bash[32038]: audit 2023-12-07T20:13:34.965833+0000 mgr.a (mgr.14403) 7185 : audit 0 from='client.151728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:35 smithi135 bash[32435]: audit 2023-12-07T20:13:34.965833+0000 mgr.a (mgr.14403) 7185 : audit 0 from='client.151728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:37 smithi079 bash[28699]: cluster 2023-12-07T20:13:36.521377+0000 mgr.a (mgr.14403) 7186 : cluster 0 pgmap v5361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:13:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:37 smithi194 bash[32038]: cluster 2023-12-07T20:13:36.521377+0000 mgr.a (mgr.14403) 7186 : cluster 0 pgmap v5361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:13:38.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:37 smithi135 bash[32435]: cluster 2023-12-07T20:13:36.521377+0000 mgr.a (mgr.14403) 7186 : cluster 0 pgmap v5361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:13:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:39 smithi079 bash[28699]: cluster 2023-12-07T20:13:38.522103+0000 mgr.a (mgr.14403) 7187 : cluster 0 pgmap v5362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:13:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:39 smithi194 bash[32038]: cluster 2023-12-07T20:13:38.522103+0000 mgr.a (mgr.14403) 7187 : cluster 0 pgmap v5362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:13:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:39 smithi135 bash[32435]: cluster 2023-12-07T20:13:38.522103+0000 mgr.a (mgr.14403) 7187 : cluster 0 pgmap v5362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:13:40.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:13:40.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:40.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:41.364 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:13:41.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:41.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:41.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:41.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:13:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:41 smithi079 bash[28699]: cluster 2023-12-07T20:13:40.523048+0000 mgr.a (mgr.14403) 7188 : cluster 0 pgmap v5363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:13:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:41 smithi194 bash[32038]: cluster 2023-12-07T20:13:40.523048+0000 mgr.a (mgr.14403) 7188 : cluster 0 pgmap v5363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:13:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:41 smithi135 bash[32435]: cluster 2023-12-07T20:13:40.523048+0000 mgr.a (mgr.14403) 7188 : cluster 0 pgmap v5363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:13:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:42 smithi079 bash[28699]: audit 2023-12-07T20:13:40.875042+0000 mgr.a (mgr.14403) 7189 : audit 0 from='client.151803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:43.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:42 smithi194 bash[32038]: audit 2023-12-07T20:13:40.875042+0000 mgr.a (mgr.14403) 7189 : audit 0 from='client.151803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:42 smithi135 bash[32435]: audit 2023-12-07T20:13:40.875042+0000 mgr.a (mgr.14403) 7189 : audit 0 from='client.151803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:43 smithi079 bash[28699]: cluster 2023-12-07T20:13:42.523685+0000 mgr.a (mgr.14403) 7190 : cluster 0 pgmap v5364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:43 smithi194 bash[32038]: cluster 2023-12-07T20:13:42.523685+0000 mgr.a (mgr.14403) 7190 : cluster 0 pgmap v5364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:43 smithi135 bash[32435]: cluster 2023-12-07T20:13:42.523685+0000 mgr.a (mgr.14403) 7190 : cluster 0 pgmap v5364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:44 smithi079 bash[28699]: cluster 2023-12-07T20:13:44.524493+0000 mgr.a (mgr.14403) 7191 : cluster 0 pgmap v5365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:45.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:44 smithi194 bash[32038]: cluster 2023-12-07T20:13:44.524493+0000 mgr.a (mgr.14403) 7191 : cluster 0 pgmap v5365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:45.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:44 smithi135 bash[32435]: cluster 2023-12-07T20:13:44.524493+0000 mgr.a (mgr.14403) 7191 : cluster 0 pgmap v5365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:46.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:13:46.367 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:46.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:47.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:47.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:47.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:47.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:13:47.282 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:13:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:47 smithi079 bash[28699]: cluster 2023-12-07T20:13:46.524909+0000 mgr.a (mgr.14403) 7192 : cluster 0 pgmap v5366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:47 smithi194 bash[32038]: cluster 2023-12-07T20:13:46.524909+0000 mgr.a (mgr.14403) 7192 : cluster 0 pgmap v5366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:47 smithi135 bash[32435]: cluster 2023-12-07T20:13:46.524909+0000 mgr.a (mgr.14403) 7192 : cluster 0 pgmap v5366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:49.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:48 smithi079 bash[28699]: audit 2023-12-07T20:13:46.773815+0000 mgr.a (mgr.14403) 7193 : audit 0 from='client.151881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:49.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:48 smithi194 bash[32038]: audit 2023-12-07T20:13:46.773815+0000 mgr.a (mgr.14403) 7193 : audit 0 from='client.151881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:49.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:48 smithi135 bash[32435]: audit 2023-12-07T20:13:46.773815+0000 mgr.a (mgr.14403) 7193 : audit 0 from='client.151881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:49 smithi079 bash[28699]: cluster 2023-12-07T20:13:48.525503+0000 mgr.a (mgr.14403) 7194 : cluster 0 pgmap v5367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:49 smithi194 bash[32038]: cluster 2023-12-07T20:13:48.525503+0000 mgr.a (mgr.14403) 7194 : cluster 0 pgmap v5367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:50.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:49 smithi135 bash[32435]: cluster 2023-12-07T20:13:48.525503+0000 mgr.a (mgr.14403) 7194 : cluster 0 pgmap v5367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:51 smithi079 bash[28699]: cluster 2023-12-07T20:13:50.526328+0000 mgr.a (mgr.14403) 7195 : cluster 0 pgmap v5368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:51 smithi194 bash[32038]: cluster 2023-12-07T20:13:50.526328+0000 mgr.a (mgr.14403) 7195 : cluster 0 pgmap v5368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:52.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:51 smithi135 bash[32435]: cluster 2023-12-07T20:13:50.526328+0000 mgr.a (mgr.14403) 7195 : cluster 0 pgmap v5368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:52.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:13:52.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:52.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:52 smithi079 bash[28699]: cluster 2023-12-07T20:13:52.526860+0000 mgr.a (mgr.14403) 7196 : cluster 0 pgmap v5369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:52 smithi079 bash[28699]: audit 2023-12-07T20:13:52.687859+0000 mgr.a (mgr.14403) 7197 : audit 0 from='client.151959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:53.187 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:13:53.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:53.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:53.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:53.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:13:53.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:52 smithi194 bash[32038]: cluster 2023-12-07T20:13:52.526860+0000 mgr.a (mgr.14403) 7196 : cluster 0 pgmap v5369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:53.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:52 smithi194 bash[32038]: audit 2023-12-07T20:13:52.687859+0000 mgr.a (mgr.14403) 7197 : audit 0 from='client.151959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:52 smithi135 bash[32435]: cluster 2023-12-07T20:13:52.526860+0000 mgr.a (mgr.14403) 7196 : cluster 0 pgmap v5369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:52 smithi135 bash[32435]: audit 2023-12-07T20:13:52.687859+0000 mgr.a (mgr.14403) 7197 : audit 0 from='client.151959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:13:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:55 smithi079 bash[28699]: cluster 2023-12-07T20:13:54.527734+0000 mgr.a (mgr.14403) 7198 : cluster 0 pgmap v5370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:55 smithi194 bash[32038]: cluster 2023-12-07T20:13:54.527734+0000 mgr.a (mgr.14403) 7198 : cluster 0 pgmap v5370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:55 smithi135 bash[32435]: cluster 2023-12-07T20:13:54.527734+0000 mgr.a (mgr.14403) 7198 : cluster 0 pgmap v5370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:13:58.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:57 smithi079 bash[28699]: cluster 2023-12-07T20:13:56.528273+0000 mgr.a (mgr.14403) 7199 : cluster 0 pgmap v5371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:58.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:13:58.190 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:13:58.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:13:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:57 smithi194 bash[32038]: cluster 2023-12-07T20:13:56.528273+0000 mgr.a (mgr.14403) 7199 : cluster 0 pgmap v5371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:57 smithi135 bash[32435]: cluster 2023-12-07T20:13:56.528273+0000 mgr.a (mgr.14403) 7199 : cluster 0 pgmap v5371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:13:59.065 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:13:59.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:13:59.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:13:59.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:13:59.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:14:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:59 smithi079 bash[28699]: cluster 2023-12-07T20:13:58.528775+0000 mgr.a (mgr.14403) 7200 : cluster 0 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-07T20:14:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:13:59 smithi079 bash[28699]: audit 2023-12-07T20:13:58.591373+0000 mgr.a (mgr.14403) 7201 : audit 0 from='client.152037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:59 smithi194 bash[32038]: cluster 2023-12-07T20:13:58.528775+0000 mgr.a (mgr.14403) 7200 : cluster 0 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-07T20:14:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:13:59 smithi194 bash[32038]: audit 2023-12-07T20:13:58.591373+0000 mgr.a (mgr.14403) 7201 : audit 0 from='client.152037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:59 smithi135 bash[32435]: cluster 2023-12-07T20:13:58.528775+0000 mgr.a (mgr.14403) 7200 : cluster 0 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-07T20:14:00.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:13:59 smithi135 bash[32435]: audit 2023-12-07T20:13:58.591373+0000 mgr.a (mgr.14403) 7201 : audit 0 from='client.152037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:01 smithi079 bash[28699]: cluster 2023-12-07T20:14:00.529739+0000 mgr.a (mgr.14403) 7202 : cluster 0 pgmap v5373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:01 smithi194 bash[32038]: cluster 2023-12-07T20:14:00.529739+0000 mgr.a (mgr.14403) 7202 : cluster 0 pgmap v5373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:02.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:01 smithi135 bash[32435]: cluster 2023-12-07T20:14:00.529739+0000 mgr.a (mgr.14403) 7202 : cluster 0 pgmap v5373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:04.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:14:04.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:04.070 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:03 smithi079 bash[28699]: cluster 2023-12-07T20:14:02.530322+0000 mgr.a (mgr.14403) 7203 : cluster 0 pgmap v5374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:03 smithi194 bash[32038]: cluster 2023-12-07T20:14:02.530322+0000 mgr.a (mgr.14403) 7203 : cluster 0 pgmap v5374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:03 smithi135 bash[32435]: cluster 2023-12-07T20:14:02.530322+0000 mgr.a (mgr.14403) 7203 : cluster 0 pgmap v5374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:04.964 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:14:04.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:04.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:04.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:04.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:14:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:04 smithi079 bash[28699]: audit 2023-12-07T20:14:04.463526+0000 mgr.a (mgr.14403) 7204 : audit 0 from='client.152112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:04 smithi079 bash[28699]: cluster 2023-12-07T20:14:04.531127+0000 mgr.a (mgr.14403) 7205 : cluster 0 pgmap v5375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:04 smithi194 bash[32038]: audit 2023-12-07T20:14:04.463526+0000 mgr.a (mgr.14403) 7204 : audit 0 from='client.152112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:04 smithi194 bash[32038]: cluster 2023-12-07T20:14:04.531127+0000 mgr.a (mgr.14403) 7205 : cluster 0 pgmap v5375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:04 smithi135 bash[32435]: audit 2023-12-07T20:14:04.463526+0000 mgr.a (mgr.14403) 7204 : audit 0 from='client.152112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:04 smithi135 bash[32435]: cluster 2023-12-07T20:14:04.531127+0000 mgr.a (mgr.14403) 7205 : cluster 0 pgmap v5375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:07 smithi079 bash[28699]: cluster 2023-12-07T20:14:06.531768+0000 mgr.a (mgr.14403) 7206 : cluster 0 pgmap v5376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:07 smithi194 bash[32038]: cluster 2023-12-07T20:14:06.531768+0000 mgr.a (mgr.14403) 7206 : cluster 0 pgmap v5376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:07 smithi135 bash[32435]: cluster 2023-12-07T20:14:06.531768+0000 mgr.a (mgr.14403) 7206 : cluster 0 pgmap v5376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:09.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:14:09.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:09.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:09 smithi079 bash[28699]: cluster 2023-12-07T20:14:08.532314+0000 mgr.a (mgr.14403) 7207 : cluster 0 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-07T20:14:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:09 smithi194 bash[32038]: cluster 2023-12-07T20:14:08.532314+0000 mgr.a (mgr.14403) 7207 : cluster 0 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-07T20:14:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:09 smithi135 bash[32435]: cluster 2023-12-07T20:14:08.532314+0000 mgr.a (mgr.14403) 7207 : cluster 0 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-07T20:14:10.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:10.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:10.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:10.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:14:10.870 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:14:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:11 smithi079 bash[28699]: audit 2023-12-07T20:14:10.371998+0000 mgr.a (mgr.14403) 7208 : audit 0 from='client.152184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:11 smithi079 bash[28699]: cluster 2023-12-07T20:14:10.533472+0000 mgr.a (mgr.14403) 7209 : cluster 0 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-07T20:14:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:11 smithi194 bash[32038]: audit 2023-12-07T20:14:10.371998+0000 mgr.a (mgr.14403) 7208 : audit 0 from='client.152184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:11 smithi194 bash[32038]: cluster 2023-12-07T20:14:10.533472+0000 mgr.a (mgr.14403) 7209 : cluster 0 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-07T20:14:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:11 smithi135 bash[32435]: audit 2023-12-07T20:14:10.371998+0000 mgr.a (mgr.14403) 7208 : audit 0 from='client.152184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:11 smithi135 bash[32435]: cluster 2023-12-07T20:14:10.533472+0000 mgr.a (mgr.14403) 7209 : cluster 0 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-07T20:14:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:13 smithi079 bash[28699]: cluster 2023-12-07T20:14:12.534303+0000 mgr.a (mgr.14403) 7210 : cluster 0 pgmap v5379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:13 smithi194 bash[32038]: cluster 2023-12-07T20:14:12.534303+0000 mgr.a (mgr.14403) 7210 : cluster 0 pgmap v5379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:13 smithi135 bash[32435]: cluster 2023-12-07T20:14:12.534303+0000 mgr.a (mgr.14403) 7210 : cluster 0 pgmap v5379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:14 smithi079 bash[28699]: audit 2023-12-07T20:14:14.392291+0000 mon.a (mon.0) 1452 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:14:15.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:14 smithi194 bash[32038]: audit 2023-12-07T20:14:14.392291+0000 mon.a (mon.0) 1452 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:14:15.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:14 smithi135 bash[32435]: audit 2023-12-07T20:14:14.392291+0000 mon.a (mon.0) 1452 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:14:15.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:14:15.873 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:15.873 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:15 smithi079 bash[28699]: cluster 2023-12-07T20:14:14.535241+0000 mgr.a (mgr.14403) 7211 : cluster 0 pgmap v5380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:15 smithi194 bash[32038]: cluster 2023-12-07T20:14:14.535241+0000 mgr.a (mgr.14403) 7211 : cluster 0 pgmap v5380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:15 smithi135 bash[32435]: cluster 2023-12-07T20:14:14.535241+0000 mgr.a (mgr.14403) 7211 : cluster 0 pgmap v5380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:16.797 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:14:16.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:16.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:16.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:16.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:14:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:17 smithi079 bash[28699]: audit 2023-12-07T20:14:16.275100+0000 mgr.a (mgr.14403) 7212 : audit 0 from='client.152262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:17 smithi079 bash[28699]: cluster 2023-12-07T20:14:16.541603+0000 mgr.a (mgr.14403) 7213 : cluster 0 pgmap v5381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:17 smithi194 bash[32038]: audit 2023-12-07T20:14:16.275100+0000 mgr.a (mgr.14403) 7212 : audit 0 from='client.152262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:17 smithi194 bash[32038]: cluster 2023-12-07T20:14:16.541603+0000 mgr.a (mgr.14403) 7213 : cluster 0 pgmap v5381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:17 smithi135 bash[32435]: audit 2023-12-07T20:14:16.275100+0000 mgr.a (mgr.14403) 7212 : audit 0 from='client.152262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:17 smithi135 bash[32435]: cluster 2023-12-07T20:14:16.541603+0000 mgr.a (mgr.14403) 7213 : cluster 0 pgmap v5381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:20.084 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:19 smithi135 bash[32435]: cluster 2023-12-07T20:14:18.542290+0000 mgr.a (mgr.14403) 7214 : cluster 0 pgmap v5382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:19 smithi079 bash[28699]: cluster 2023-12-07T20:14:18.542290+0000 mgr.a (mgr.14403) 7214 : cluster 0 pgmap v5382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:19 smithi194 bash[32038]: cluster 2023-12-07T20:14:18.542290+0000 mgr.a (mgr.14403) 7214 : cluster 0 pgmap v5382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:21.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:14:21.801 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:21.801 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:22.031 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:21 smithi135 bash[32435]: cluster 2023-12-07T20:14:20.543144+0000 mgr.a (mgr.14403) 7215 : cluster 0 pgmap v5383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:21 smithi079 bash[28699]: cluster 2023-12-07T20:14:20.543144+0000 mgr.a (mgr.14403) 7215 : cluster 0 pgmap v5383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:21 smithi194 bash[32038]: cluster 2023-12-07T20:14:20.543144+0000 mgr.a (mgr.14403) 7215 : cluster 0 pgmap v5383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:22.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:22.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:22.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:22.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:14:22.688 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:14:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:22 smithi079 bash[28699]: audit 2023-12-07T20:14:22.204768+0000 mgr.a (mgr.14403) 7216 : audit 0 from='client.152334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:22 smithi079 bash[28699]: cluster 2023-12-07T20:14:22.543880+0000 mgr.a (mgr.14403) 7217 : cluster 0 pgmap v5384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:23.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:22 smithi194 bash[32038]: audit 2023-12-07T20:14:22.204768+0000 mgr.a (mgr.14403) 7216 : audit 0 from='client.152334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:23.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:22 smithi194 bash[32038]: cluster 2023-12-07T20:14:22.543880+0000 mgr.a (mgr.14403) 7217 : cluster 0 pgmap v5384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:22 smithi135 bash[32435]: audit 2023-12-07T20:14:22.204768+0000 mgr.a (mgr.14403) 7216 : audit 0 from='client.152334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:22 smithi135 bash[32435]: cluster 2023-12-07T20:14:22.543880+0000 mgr.a (mgr.14403) 7217 : cluster 0 pgmap v5384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:25 smithi079 bash[28699]: cluster 2023-12-07T20:14:24.544763+0000 mgr.a (mgr.14403) 7218 : cluster 0 pgmap v5385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:25 smithi079 bash[28699]: audit 2023-12-07T20:14:25.036268+0000 mon.a (mon.0) 1453 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:14:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:25 smithi079 bash[28699]: audit 2023-12-07T20:14:25.042729+0000 mon.a (mon.0) 1454 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:14:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:25 smithi079 bash[28699]: audit 2023-12-07T20:14:25.044351+0000 mon.a (mon.0) 1455 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:14:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:25 smithi079 bash[28699]: audit 2023-12-07T20:14:25.045818+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:14:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:25 smithi079 bash[28699]: audit 2023-12-07T20:14:25.054789+0000 mon.a (mon.0) 1457 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:14:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:25 smithi194 bash[32038]: cluster 2023-12-07T20:14:24.544763+0000 mgr.a (mgr.14403) 7218 : cluster 0 pgmap v5385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:25 smithi194 bash[32038]: audit 2023-12-07T20:14:25.036268+0000 mon.a (mon.0) 1453 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:14:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:25 smithi194 bash[32038]: audit 2023-12-07T20:14:25.042729+0000 mon.a (mon.0) 1454 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:14:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:25 smithi194 bash[32038]: audit 2023-12-07T20:14:25.044351+0000 mon.a (mon.0) 1455 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:14:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:25 smithi194 bash[32038]: audit 2023-12-07T20:14:25.045818+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:14:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:25 smithi194 bash[32038]: audit 2023-12-07T20:14:25.054789+0000 mon.a (mon.0) 1457 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:14:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:25 smithi135 bash[32435]: cluster 2023-12-07T20:14:24.544763+0000 mgr.a (mgr.14403) 7218 : cluster 0 pgmap v5385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:25 smithi135 bash[32435]: audit 2023-12-07T20:14:25.036268+0000 mon.a (mon.0) 1453 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:14:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:25 smithi135 bash[32435]: audit 2023-12-07T20:14:25.042729+0000 mon.a (mon.0) 1454 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:14:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:25 smithi135 bash[32435]: audit 2023-12-07T20:14:25.044351+0000 mon.a (mon.0) 1455 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:14:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:25 smithi135 bash[32435]: audit 2023-12-07T20:14:25.045818+0000 mon.a (mon.0) 1456 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:14:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:25 smithi135 bash[32435]: audit 2023-12-07T20:14:25.054789+0000 mon.a (mon.0) 1457 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:14:27.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:14:27.692 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:27.692 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:27 smithi079 bash[28699]: cluster 2023-12-07T20:14:26.545310+0000 mgr.a (mgr.14403) 7219 : cluster 0 pgmap v5386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:27 smithi194 bash[32038]: cluster 2023-12-07T20:14:26.545310+0000 mgr.a (mgr.14403) 7219 : cluster 0 pgmap v5386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:27 smithi135 bash[32435]: cluster 2023-12-07T20:14:26.545310+0000 mgr.a (mgr.14403) 7219 : cluster 0 pgmap v5386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:28.587 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:14:28.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:28.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:28.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:28.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:14:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:29 smithi079 bash[28699]: audit 2023-12-07T20:14:28.093040+0000 mgr.a (mgr.14403) 7220 : audit 0 from='client.152412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:29 smithi079 bash[28699]: cluster 2023-12-07T20:14:28.545854+0000 mgr.a (mgr.14403) 7221 : cluster 0 pgmap v5387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:29 smithi194 bash[32038]: audit 2023-12-07T20:14:28.093040+0000 mgr.a (mgr.14403) 7220 : audit 0 from='client.152412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:29 smithi194 bash[32038]: cluster 2023-12-07T20:14:28.545854+0000 mgr.a (mgr.14403) 7221 : cluster 0 pgmap v5387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:29 smithi135 bash[32435]: audit 2023-12-07T20:14:28.093040+0000 mgr.a (mgr.14403) 7220 : audit 0 from='client.152412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:29 smithi135 bash[32435]: cluster 2023-12-07T20:14:28.545854+0000 mgr.a (mgr.14403) 7221 : cluster 0 pgmap v5387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:31 smithi079 bash[28699]: cluster 2023-12-07T20:14:30.546673+0000 mgr.a (mgr.14403) 7222 : cluster 0 pgmap v5388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:14:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:31 smithi194 bash[32038]: cluster 2023-12-07T20:14:30.546673+0000 mgr.a (mgr.14403) 7222 : cluster 0 pgmap v5388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:14:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:31 smithi135 bash[32435]: cluster 2023-12-07T20:14:30.546673+0000 mgr.a (mgr.14403) 7222 : cluster 0 pgmap v5388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:14:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:32 smithi079 bash[28699]: cluster 2023-12-07T20:14:32.547414+0000 mgr.a (mgr.14403) 7223 : cluster 0 pgmap v5389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:14:33.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:32 smithi194 bash[32038]: cluster 2023-12-07T20:14:32.547414+0000 mgr.a (mgr.14403) 7223 : cluster 0 pgmap v5389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:14:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:32 smithi135 bash[32435]: cluster 2023-12-07T20:14:32.547414+0000 mgr.a (mgr.14403) 7223 : cluster 0 pgmap v5389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:14:33.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:14:33.592 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:33.592 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:34.476 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:14:34.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:34.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:34.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:34.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:14:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:35 smithi079 bash[28699]: audit 2023-12-07T20:14:33.995845+0000 mgr.a (mgr.14403) 7224 : audit 0 from='client.152481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:35 smithi079 bash[28699]: cluster 2023-12-07T20:14:34.548452+0000 mgr.a (mgr.14403) 7225 : cluster 0 pgmap v5390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:35 smithi194 bash[32038]: audit 2023-12-07T20:14:33.995845+0000 mgr.a (mgr.14403) 7224 : audit 0 from='client.152481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:35 smithi194 bash[32038]: cluster 2023-12-07T20:14:34.548452+0000 mgr.a (mgr.14403) 7225 : cluster 0 pgmap v5390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:35 smithi135 bash[32435]: audit 2023-12-07T20:14:33.995845+0000 mgr.a (mgr.14403) 7224 : audit 0 from='client.152481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:35 smithi135 bash[32435]: cluster 2023-12-07T20:14:34.548452+0000 mgr.a (mgr.14403) 7225 : cluster 0 pgmap v5390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:37 smithi079 bash[28699]: cluster 2023-12-07T20:14:36.549073+0000 mgr.a (mgr.14403) 7226 : cluster 0 pgmap v5391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:37 smithi194 bash[32038]: cluster 2023-12-07T20:14:36.549073+0000 mgr.a (mgr.14403) 7226 : cluster 0 pgmap v5391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:37 smithi135 bash[32435]: cluster 2023-12-07T20:14:36.549073+0000 mgr.a (mgr.14403) 7226 : cluster 0 pgmap v5391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:38 smithi079 bash[28699]: cluster 2023-12-07T20:14:38.549649+0000 mgr.a (mgr.14403) 7227 : cluster 0 pgmap v5392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:39.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:38 smithi194 bash[32038]: cluster 2023-12-07T20:14:38.549649+0000 mgr.a (mgr.14403) 7227 : cluster 0 pgmap v5392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:38 smithi135 bash[32435]: cluster 2023-12-07T20:14:38.549649+0000 mgr.a (mgr.14403) 7227 : cluster 0 pgmap v5392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:14:39.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:14:39.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:39.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:40.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:40.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:40.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:40.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:14:40.373 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:14:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:41 smithi079 bash[28699]: audit 2023-12-07T20:14:39.888176+0000 mgr.a (mgr.14403) 7228 : audit 0 from='client.152556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:41 smithi079 bash[28699]: cluster 2023-12-07T20:14:40.550753+0000 mgr.a (mgr.14403) 7229 : cluster 0 pgmap v5393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:41 smithi194 bash[32038]: audit 2023-12-07T20:14:39.888176+0000 mgr.a (mgr.14403) 7228 : audit 0 from='client.152556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:41 smithi194 bash[32038]: cluster 2023-12-07T20:14:40.550753+0000 mgr.a (mgr.14403) 7229 : cluster 0 pgmap v5393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:41 smithi135 bash[32435]: audit 2023-12-07T20:14:39.888176+0000 mgr.a (mgr.14403) 7228 : audit 0 from='client.152556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:41 smithi135 bash[32435]: cluster 2023-12-07T20:14:40.550753+0000 mgr.a (mgr.14403) 7229 : cluster 0 pgmap v5393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:43 smithi079 bash[28699]: cluster 2023-12-07T20:14:42.551357+0000 mgr.a (mgr.14403) 7230 : cluster 0 pgmap v5394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:14:44.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:43 smithi194 bash[32038]: cluster 2023-12-07T20:14:42.551357+0000 mgr.a (mgr.14403) 7230 : cluster 0 pgmap v5394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:14:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:43 smithi135 bash[32435]: cluster 2023-12-07T20:14:42.551357+0000 mgr.a (mgr.14403) 7230 : cluster 0 pgmap v5394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:14:45.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:14:45.377 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:45.377 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:45 smithi079 bash[28699]: cluster 2023-12-07T20:14:44.552133+0000 mgr.a (mgr.14403) 7231 : cluster 0 pgmap v5395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:14:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:45 smithi194 bash[32038]: cluster 2023-12-07T20:14:44.552133+0000 mgr.a (mgr.14403) 7231 : cluster 0 pgmap v5395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:14:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:45 smithi135 bash[32435]: cluster 2023-12-07T20:14:44.552133+0000 mgr.a (mgr.14403) 7231 : cluster 0 pgmap v5395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:14:46.252 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:14:46.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:46.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:46.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:46.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:14:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:47 smithi079 bash[28699]: audit 2023-12-07T20:14:45.776734+0000 mgr.a (mgr.14403) 7232 : audit 0 from='client.152631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:47 smithi079 bash[28699]: cluster 2023-12-07T20:14:46.552842+0000 mgr.a (mgr.14403) 7233 : cluster 0 pgmap v5396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:47 smithi194 bash[32038]: audit 2023-12-07T20:14:45.776734+0000 mgr.a (mgr.14403) 7232 : audit 0 from='client.152631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:47 smithi194 bash[32038]: cluster 2023-12-07T20:14:46.552842+0000 mgr.a (mgr.14403) 7233 : cluster 0 pgmap v5396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:47 smithi135 bash[32435]: audit 2023-12-07T20:14:45.776734+0000 mgr.a (mgr.14403) 7232 : audit 0 from='client.152631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:47 smithi135 bash[32435]: cluster 2023-12-07T20:14:46.552842+0000 mgr.a (mgr.14403) 7233 : cluster 0 pgmap v5396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:49 smithi079 bash[28699]: cluster 2023-12-07T20:14:48.553425+0000 mgr.a (mgr.14403) 7234 : cluster 0 pgmap v5397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:49 smithi194 bash[32038]: cluster 2023-12-07T20:14:48.553425+0000 mgr.a (mgr.14403) 7234 : cluster 0 pgmap v5397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:49 smithi135 bash[32435]: cluster 2023-12-07T20:14:48.553425+0000 mgr.a (mgr.14403) 7234 : cluster 0 pgmap v5397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:50 smithi079 bash[28699]: cluster 2023-12-07T20:14:50.554248+0000 mgr.a (mgr.14403) 7235 : cluster 0 pgmap v5398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:50 smithi194 bash[32038]: cluster 2023-12-07T20:14:50.554248+0000 mgr.a (mgr.14403) 7235 : cluster 0 pgmap v5398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:50 smithi135 bash[32435]: cluster 2023-12-07T20:14:50.554248+0000 mgr.a (mgr.14403) 7235 : cluster 0 pgmap v5398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:51.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:14:51.256 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:51.256 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:52.150 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:14:52.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:52.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:52.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:52.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:14:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:52 smithi079 bash[28699]: audit 2023-12-07T20:14:51.667851+0000 mgr.a (mgr.14403) 7236 : audit 0 from='client.152709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:53.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:52 smithi194 bash[32038]: audit 2023-12-07T20:14:51.667851+0000 mgr.a (mgr.14403) 7236 : audit 0 from='client.152709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:52 smithi135 bash[32435]: audit 2023-12-07T20:14:51.667851+0000 mgr.a (mgr.14403) 7236 : audit 0 from='client.152709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:53 smithi079 bash[28699]: cluster 2023-12-07T20:14:52.554891+0000 mgr.a (mgr.14403) 7237 : cluster 0 pgmap v5399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:53 smithi194 bash[32038]: cluster 2023-12-07T20:14:52.554891+0000 mgr.a (mgr.14403) 7237 : cluster 0 pgmap v5399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:53 smithi135 bash[32435]: cluster 2023-12-07T20:14:52.554891+0000 mgr.a (mgr.14403) 7237 : cluster 0 pgmap v5399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:56.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:55 smithi079 bash[28699]: cluster 2023-12-07T20:14:54.555655+0000 mgr.a (mgr.14403) 7238 : cluster 0 pgmap v5400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:55 smithi194 bash[32038]: cluster 2023-12-07T20:14:54.555655+0000 mgr.a (mgr.14403) 7238 : cluster 0 pgmap v5400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:55 smithi135 bash[32435]: cluster 2023-12-07T20:14:54.555655+0000 mgr.a (mgr.14403) 7238 : cluster 0 pgmap v5400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:14:57.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:14:57.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:14:57.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:14:58.045 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:14:58.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:14:58.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:14:58.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:14:58.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:14:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:57 smithi079 bash[28699]: cluster 2023-12-07T20:14:56.556142+0000 mgr.a (mgr.14403) 7239 : cluster 0 pgmap v5401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:57 smithi194 bash[32038]: cluster 2023-12-07T20:14:56.556142+0000 mgr.a (mgr.14403) 7239 : cluster 0 pgmap v5401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:57 smithi135 bash[32435]: cluster 2023-12-07T20:14:56.556142+0000 mgr.a (mgr.14403) 7239 : cluster 0 pgmap v5401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:14:59.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:58 smithi079 bash[28699]: audit 2023-12-07T20:14:57.555837+0000 mgr.a (mgr.14403) 7240 : audit 0 from='client.152787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:59.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:58 smithi194 bash[32038]: audit 2023-12-07T20:14:57.555837+0000 mgr.a (mgr.14403) 7240 : audit 0 from='client.152787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:14:59.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:58 smithi135 bash[32435]: audit 2023-12-07T20:14:57.555837+0000 mgr.a (mgr.14403) 7240 : audit 0 from='client.152787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:14:59 smithi079 bash[28699]: cluster 2023-12-07T20:14:58.556931+0000 mgr.a (mgr.14403) 7241 : cluster 0 pgmap v5402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:15:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:14:59 smithi194 bash[32038]: cluster 2023-12-07T20:14:58.556931+0000 mgr.a (mgr.14403) 7241 : cluster 0 pgmap v5402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:15:00.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:14:59 smithi135 bash[32435]: cluster 2023-12-07T20:14:58.556931+0000 mgr.a (mgr.14403) 7241 : cluster 0 pgmap v5402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T20:15:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:00 smithi079 bash[28699]: cluster 2023-12-07T20:15:00.557657+0000 mgr.a (mgr.14403) 7242 : cluster 0 pgmap v5403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:01.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:00 smithi194 bash[32038]: cluster 2023-12-07T20:15:00.557657+0000 mgr.a (mgr.14403) 7242 : cluster 0 pgmap v5403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:00 smithi135 bash[32435]: cluster 2023-12-07T20:15:00.557657+0000 mgr.a (mgr.14403) 7242 : cluster 0 pgmap v5403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:03.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:15:03.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:03.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:03.963 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:15:03.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:03.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:03.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:03.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:15:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:03 smithi079 bash[28699]: cluster 2023-12-07T20:15:02.558208+0000 mgr.a (mgr.14403) 7243 : cluster 0 pgmap v5404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:03 smithi194 bash[32038]: cluster 2023-12-07T20:15:02.558208+0000 mgr.a (mgr.14403) 7243 : cluster 0 pgmap v5404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:03 smithi135 bash[32435]: cluster 2023-12-07T20:15:02.558208+0000 mgr.a (mgr.14403) 7243 : cluster 0 pgmap v5404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:04 smithi079 bash[28699]: audit 2023-12-07T20:15:03.455800+0000 mgr.a (mgr.14403) 7244 : audit 0 from='client.152862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:04 smithi194 bash[32038]: audit 2023-12-07T20:15:03.455800+0000 mgr.a (mgr.14403) 7244 : audit 0 from='client.152862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:04 smithi135 bash[32435]: audit 2023-12-07T20:15:03.455800+0000 mgr.a (mgr.14403) 7244 : audit 0 from='client.152862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:05 smithi079 bash[28699]: cluster 2023-12-07T20:15:04.559140+0000 mgr.a (mgr.14403) 7245 : cluster 0 pgmap v5405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:05 smithi194 bash[32038]: cluster 2023-12-07T20:15:04.559140+0000 mgr.a (mgr.14403) 7245 : cluster 0 pgmap v5405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:05 smithi135 bash[32435]: cluster 2023-12-07T20:15:04.559140+0000 mgr.a (mgr.14403) 7245 : cluster 0 pgmap v5405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:07 smithi079 bash[28699]: cluster 2023-12-07T20:15:06.559722+0000 mgr.a (mgr.14403) 7246 : cluster 0 pgmap v5406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:07 smithi194 bash[32038]: cluster 2023-12-07T20:15:06.559722+0000 mgr.a (mgr.14403) 7246 : cluster 0 pgmap v5406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:07 smithi135 bash[32435]: cluster 2023-12-07T20:15:06.559722+0000 mgr.a (mgr.14403) 7246 : cluster 0 pgmap v5406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:08.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:15:08.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:08.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:09.884 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:15:09.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:09.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:09.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:09.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:15:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:09 smithi079 bash[28699]: cluster 2023-12-07T20:15:08.560457+0000 mgr.a (mgr.14403) 7247 : cluster 0 pgmap v5407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:09 smithi194 bash[32038]: cluster 2023-12-07T20:15:08.560457+0000 mgr.a (mgr.14403) 7247 : cluster 0 pgmap v5407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:09 smithi135 bash[32435]: cluster 2023-12-07T20:15:08.560457+0000 mgr.a (mgr.14403) 7247 : cluster 0 pgmap v5407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:11.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:10 smithi079 bash[28699]: audit 2023-12-07T20:15:09.376628+0000 mgr.a (mgr.14403) 7248 : audit 0 from='client.152940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:11.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:10 smithi079 bash[28699]: cluster 2023-12-07T20:15:10.561138+0000 mgr.a (mgr.14403) 7249 : cluster 0 pgmap v5408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:15:11.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:10 smithi194 bash[32038]: audit 2023-12-07T20:15:09.376628+0000 mgr.a (mgr.14403) 7248 : audit 0 from='client.152940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:11.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:10 smithi194 bash[32038]: cluster 2023-12-07T20:15:10.561138+0000 mgr.a (mgr.14403) 7249 : cluster 0 pgmap v5408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:15:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:10 smithi135 bash[32435]: audit 2023-12-07T20:15:09.376628+0000 mgr.a (mgr.14403) 7248 : audit 0 from='client.152940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:10 smithi135 bash[32435]: cluster 2023-12-07T20:15:10.561138+0000 mgr.a (mgr.14403) 7249 : cluster 0 pgmap v5408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:15:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:13 smithi079 bash[28699]: cluster 2023-12-07T20:15:12.561698+0000 mgr.a (mgr.14403) 7250 : cluster 0 pgmap v5409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:13 smithi194 bash[32038]: cluster 2023-12-07T20:15:12.561698+0000 mgr.a (mgr.14403) 7250 : cluster 0 pgmap v5409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:14.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:13 smithi135 bash[32435]: cluster 2023-12-07T20:15:12.561698+0000 mgr.a (mgr.14403) 7250 : cluster 0 pgmap v5409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:14.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:15:14.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:14.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:14 smithi079 bash[28699]: cluster 2023-12-07T20:15:14.562495+0000 mgr.a (mgr.14403) 7251 : cluster 0 pgmap v5410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:14 smithi194 bash[32038]: cluster 2023-12-07T20:15:14.562495+0000 mgr.a (mgr.14403) 7251 : cluster 0 pgmap v5410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:15.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:14 smithi135 bash[32435]: cluster 2023-12-07T20:15:14.562495+0000 mgr.a (mgr.14403) 7251 : cluster 0 pgmap v5410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:15.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:15.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:15.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:15.795 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:15:15.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:15:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:15 smithi079 bash[28699]: audit 2023-12-07T20:15:15.296149+0000 mgr.a (mgr.14403) 7252 : audit 0 from='client.153018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:15 smithi194 bash[32038]: audit 2023-12-07T20:15:15.296149+0000 mgr.a (mgr.14403) 7252 : audit 0 from='client.153018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:15 smithi135 bash[32435]: audit 2023-12-07T20:15:15.296149+0000 mgr.a (mgr.14403) 7252 : audit 0 from='client.153018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:17 smithi079 bash[28699]: cluster 2023-12-07T20:15:16.563199+0000 mgr.a (mgr.14403) 7253 : cluster 0 pgmap v5411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:17 smithi194 bash[32038]: cluster 2023-12-07T20:15:16.563199+0000 mgr.a (mgr.14403) 7253 : cluster 0 pgmap v5411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:17 smithi135 bash[32435]: cluster 2023-12-07T20:15:16.563199+0000 mgr.a (mgr.14403) 7253 : cluster 0 pgmap v5411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:18 smithi079 bash[28699]: cluster 2023-12-07T20:15:18.563996+0000 mgr.a (mgr.14403) 7254 : cluster 0 pgmap v5412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:19.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:18 smithi194 bash[32038]: cluster 2023-12-07T20:15:18.563996+0000 mgr.a (mgr.14403) 7254 : cluster 0 pgmap v5412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:19.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:18 smithi135 bash[32435]: cluster 2023-12-07T20:15:18.563996+0000 mgr.a (mgr.14403) 7254 : cluster 0 pgmap v5412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:20.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:15:20.799 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:20.799 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:21.727 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:15:21.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:21.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:21.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:21.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:15:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:21 smithi079 bash[28699]: cluster 2023-12-07T20:15:20.564565+0000 mgr.a (mgr.14403) 7255 : cluster 0 pgmap v5413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:21.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:21 smithi194 bash[32038]: cluster 2023-12-07T20:15:20.564565+0000 mgr.a (mgr.14403) 7255 : cluster 0 pgmap v5413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:21 smithi135 bash[32435]: cluster 2023-12-07T20:15:20.564565+0000 mgr.a (mgr.14403) 7255 : cluster 0 pgmap v5413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:22 smithi079 bash[28699]: audit 2023-12-07T20:15:21.204880+0000 mgr.a (mgr.14403) 7256 : audit 0 from='client.153087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:23.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:22 smithi194 bash[32038]: audit 2023-12-07T20:15:21.204880+0000 mgr.a (mgr.14403) 7256 : audit 0 from='client.153087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:22 smithi135 bash[32435]: audit 2023-12-07T20:15:21.204880+0000 mgr.a (mgr.14403) 7256 : audit 0 from='client.153087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:23 smithi079 bash[28699]: cluster 2023-12-07T20:15:22.565254+0000 mgr.a (mgr.14403) 7257 : cluster 0 pgmap v5414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:23 smithi194 bash[32038]: cluster 2023-12-07T20:15:22.565254+0000 mgr.a (mgr.14403) 7257 : cluster 0 pgmap v5414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:23 smithi135 bash[32435]: cluster 2023-12-07T20:15:22.565254+0000 mgr.a (mgr.14403) 7257 : cluster 0 pgmap v5414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:25.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:24 smithi079 bash[28699]: cluster 2023-12-07T20:15:24.565976+0000 mgr.a (mgr.14403) 7258 : cluster 0 pgmap v5415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:25.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:24 smithi194 bash[32038]: cluster 2023-12-07T20:15:24.565976+0000 mgr.a (mgr.14403) 7258 : cluster 0 pgmap v5415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:25.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:24 smithi135 bash[32435]: cluster 2023-12-07T20:15:24.565976+0000 mgr.a (mgr.14403) 7258 : cluster 0 pgmap v5415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:25 smithi079 bash[28699]: audit 2023-12-07T20:15:25.157635+0000 mon.a (mon.0) 1458 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:15:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:25 smithi079 bash[28699]: audit 2023-12-07T20:15:25.697822+0000 mon.a (mon.0) 1459 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:25 smithi079 bash[28699]: audit 2023-12-07T20:15:25.707082+0000 mon.a (mon.0) 1460 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:25 smithi194 bash[32038]: audit 2023-12-07T20:15:25.157635+0000 mon.a (mon.0) 1458 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:15:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:25 smithi194 bash[32038]: audit 2023-12-07T20:15:25.697822+0000 mon.a (mon.0) 1459 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:25 smithi194 bash[32038]: audit 2023-12-07T20:15:25.707082+0000 mon.a (mon.0) 1460 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:25 smithi135 bash[32435]: audit 2023-12-07T20:15:25.157635+0000 mon.a (mon.0) 1458 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:15:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:25 smithi135 bash[32435]: audit 2023-12-07T20:15:25.697822+0000 mon.a (mon.0) 1459 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:25 smithi135 bash[32435]: audit 2023-12-07T20:15:25.707082+0000 mon.a (mon.0) 1460 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:26.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:15:26.731 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:26.731 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:27.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:27.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:27.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:27.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:15:27.637 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:15:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:27 smithi079 bash[28699]: cluster 2023-12-07T20:15:26.566537+0000 mgr.a (mgr.14403) 7259 : cluster 0 pgmap v5416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:27 smithi194 bash[32038]: cluster 2023-12-07T20:15:26.566537+0000 mgr.a (mgr.14403) 7259 : cluster 0 pgmap v5416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:27 smithi135 bash[32435]: cluster 2023-12-07T20:15:26.566537+0000 mgr.a (mgr.14403) 7259 : cluster 0 pgmap v5416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:29.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:28 smithi079 bash[28699]: audit 2023-12-07T20:15:27.137147+0000 mgr.a (mgr.14403) 7260 : audit 0 from='client.153162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:29.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:28 smithi079 bash[28699]: cluster 2023-12-07T20:15:28.567556+0000 mgr.a (mgr.14403) 7261 : cluster 0 pgmap v5417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:29.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:28 smithi194 bash[32038]: audit 2023-12-07T20:15:27.137147+0000 mgr.a (mgr.14403) 7260 : audit 0 from='client.153162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:29.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:28 smithi194 bash[32038]: cluster 2023-12-07T20:15:28.567556+0000 mgr.a (mgr.14403) 7261 : cluster 0 pgmap v5417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:29.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:28 smithi135 bash[32435]: audit 2023-12-07T20:15:27.137147+0000 mgr.a (mgr.14403) 7260 : audit 0 from='client.153162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:29.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:28 smithi135 bash[32435]: cluster 2023-12-07T20:15:28.567556+0000 mgr.a (mgr.14403) 7261 : cluster 0 pgmap v5417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:31 smithi079 bash[28699]: cluster 2023-12-07T20:15:30.568196+0000 mgr.a (mgr.14403) 7262 : cluster 0 pgmap v5418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:31.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:31 smithi194 bash[32038]: cluster 2023-12-07T20:15:30.568196+0000 mgr.a (mgr.14403) 7262 : cluster 0 pgmap v5418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:31 smithi135 bash[32435]: cluster 2023-12-07T20:15:30.568196+0000 mgr.a (mgr.14403) 7262 : cluster 0 pgmap v5418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:32.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:15:32.640 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:32.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:33.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:32 smithi079 bash[28699]: cluster 2023-12-07T20:15:32.568754+0000 mgr.a (mgr.14403) 7263 : cluster 0 pgmap v5419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:33.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:32 smithi194 bash[32038]: cluster 2023-12-07T20:15:32.568754+0000 mgr.a (mgr.14403) 7263 : cluster 0 pgmap v5419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:32 smithi135 bash[32435]: cluster 2023-12-07T20:15:32.568754+0000 mgr.a (mgr.14403) 7263 : cluster 0 pgmap v5419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:33.565 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:15:33.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:33.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:33.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:33.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:15:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:33 smithi079 bash[28699]: audit 2023-12-07T20:15:33.053623+0000 mgr.a (mgr.14403) 7264 : audit 0 from='client.153237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:33 smithi194 bash[32038]: audit 2023-12-07T20:15:33.053623+0000 mgr.a (mgr.14403) 7264 : audit 0 from='client.153237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:33 smithi135 bash[32435]: audit 2023-12-07T20:15:33.053623+0000 mgr.a (mgr.14403) 7264 : audit 0 from='client.153237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:34 smithi079 bash[28699]: cluster 2023-12-07T20:15:34.569806+0000 mgr.a (mgr.14403) 7265 : cluster 0 pgmap v5420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:15:35.176 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:34 smithi194 bash[32038]: cluster 2023-12-07T20:15:34.569806+0000 mgr.a (mgr.14403) 7265 : cluster 0 pgmap v5420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:15:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:34 smithi135 bash[32435]: cluster 2023-12-07T20:15:34.569806+0000 mgr.a (mgr.14403) 7265 : cluster 0 pgmap v5420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:15:37.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:36 smithi194 bash[32038]: audit 2023-12-07T20:15:35.903383+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:37.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:36 smithi194 bash[32038]: audit 2023-12-07T20:15:35.908873+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:37.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:36 smithi194 bash[32038]: audit 2023-12-07T20:15:35.910385+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:15:37.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:36 smithi194 bash[32038]: audit 2023-12-07T20:15:35.911901+0000 mon.a (mon.0) 1464 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:15:37.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:36 smithi194 bash[32038]: audit 2023-12-07T20:15:35.919202+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:37.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:36 smithi194 bash[32038]: cluster 2023-12-07T20:15:36.570408+0000 mgr.a (mgr.14403) 7266 : cluster 0 pgmap v5421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:15:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:36 smithi135 bash[32435]: audit 2023-12-07T20:15:35.903383+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:36 smithi135 bash[32435]: audit 2023-12-07T20:15:35.908873+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:36 smithi135 bash[32435]: audit 2023-12-07T20:15:35.910385+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:15:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:36 smithi135 bash[32435]: audit 2023-12-07T20:15:35.911901+0000 mon.a (mon.0) 1464 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:15:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:36 smithi135 bash[32435]: audit 2023-12-07T20:15:35.919202+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:36 smithi135 bash[32435]: cluster 2023-12-07T20:15:36.570408+0000 mgr.a (mgr.14403) 7266 : cluster 0 pgmap v5421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:15:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:36 smithi079 bash[28699]: audit 2023-12-07T20:15:35.903383+0000 mon.a (mon.0) 1461 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:36 smithi079 bash[28699]: audit 2023-12-07T20:15:35.908873+0000 mon.a (mon.0) 1462 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:36 smithi079 bash[28699]: audit 2023-12-07T20:15:35.910385+0000 mon.a (mon.0) 1463 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:15:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:36 smithi079 bash[28699]: audit 2023-12-07T20:15:35.911901+0000 mon.a (mon.0) 1464 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:15:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:36 smithi079 bash[28699]: audit 2023-12-07T20:15:35.919202+0000 mon.a (mon.0) 1465 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:15:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:36 smithi079 bash[28699]: cluster 2023-12-07T20:15:36.570408+0000 mgr.a (mgr.14403) 7266 : cluster 0 pgmap v5421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:15:38.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:15:38.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:38.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:39.478 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:15:39.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:39.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:39.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:39.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:15:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:39 smithi079 bash[28699]: cluster 2023-12-07T20:15:38.571112+0000 mgr.a (mgr.14403) 7267 : cluster 0 pgmap v5422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:39.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:39 smithi194 bash[32038]: cluster 2023-12-07T20:15:38.571112+0000 mgr.a (mgr.14403) 7267 : cluster 0 pgmap v5422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:39 smithi135 bash[32435]: cluster 2023-12-07T20:15:38.571112+0000 mgr.a (mgr.14403) 7267 : cluster 0 pgmap v5422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:40.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:40 smithi079 bash[28699]: audit 2023-12-07T20:15:38.976812+0000 mgr.a (mgr.14403) 7268 : audit 0 from='client.153312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:40.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:40 smithi194 bash[32038]: audit 2023-12-07T20:15:38.976812+0000 mgr.a (mgr.14403) 7268 : audit 0 from='client.153312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:40.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:40 smithi135 bash[32435]: audit 2023-12-07T20:15:38.976812+0000 mgr.a (mgr.14403) 7268 : audit 0 from='client.153312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:41 smithi079 bash[28699]: cluster 2023-12-07T20:15:40.571865+0000 mgr.a (mgr.14403) 7269 : cluster 0 pgmap v5423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:41 smithi194 bash[32038]: cluster 2023-12-07T20:15:40.571865+0000 mgr.a (mgr.14403) 7269 : cluster 0 pgmap v5423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:41 smithi135 bash[32435]: cluster 2023-12-07T20:15:40.571865+0000 mgr.a (mgr.14403) 7269 : cluster 0 pgmap v5423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:42 smithi079 bash[28699]: cluster 2023-12-07T20:15:42.572441+0000 mgr.a (mgr.14403) 7270 : cluster 0 pgmap v5424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:42 smithi194 bash[32038]: cluster 2023-12-07T20:15:42.572441+0000 mgr.a (mgr.14403) 7270 : cluster 0 pgmap v5424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:42 smithi135 bash[32435]: cluster 2023-12-07T20:15:42.572441+0000 mgr.a (mgr.14403) 7270 : cluster 0 pgmap v5424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:15:44.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:15:44.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:44.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:45.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:15:45.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:45.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:45.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:45.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:15:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:45 smithi079 bash[28699]: cluster 2023-12-07T20:15:44.573324+0000 mgr.a (mgr.14403) 7271 : cluster 0 pgmap v5425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:45 smithi194 bash[32038]: cluster 2023-12-07T20:15:44.573324+0000 mgr.a (mgr.14403) 7271 : cluster 0 pgmap v5425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:45 smithi135 bash[32435]: cluster 2023-12-07T20:15:44.573324+0000 mgr.a (mgr.14403) 7271 : cluster 0 pgmap v5425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:46.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:46 smithi079 bash[28699]: audit 2023-12-07T20:15:44.875990+0000 mgr.a (mgr.14403) 7272 : audit 0 from='client.153387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:46.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:46 smithi194 bash[32038]: audit 2023-12-07T20:15:44.875990+0000 mgr.a (mgr.14403) 7272 : audit 0 from='client.153387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:46.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:46 smithi135 bash[32435]: audit 2023-12-07T20:15:44.875990+0000 mgr.a (mgr.14403) 7272 : audit 0 from='client.153387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:47 smithi079 bash[28699]: cluster 2023-12-07T20:15:46.574131+0000 mgr.a (mgr.14403) 7273 : cluster 0 pgmap v5426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:15:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:47 smithi194 bash[32038]: cluster 2023-12-07T20:15:46.574131+0000 mgr.a (mgr.14403) 7273 : cluster 0 pgmap v5426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:15:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:47 smithi135 bash[32435]: cluster 2023-12-07T20:15:46.574131+0000 mgr.a (mgr.14403) 7273 : cluster 0 pgmap v5426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:15:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:49 smithi194 bash[32038]: cluster 2023-12-07T20:15:48.575073+0000 mgr.a (mgr.14403) 7274 : cluster 0 pgmap v5427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:15:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:49 smithi135 bash[32435]: cluster 2023-12-07T20:15:48.575073+0000 mgr.a (mgr.14403) 7274 : cluster 0 pgmap v5427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:15:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:49 smithi079 bash[28699]: cluster 2023-12-07T20:15:48.575073+0000 mgr.a (mgr.14403) 7274 : cluster 0 pgmap v5427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:15:50.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:15:50.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:50.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:51.272 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:15:51.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:51.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:51.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:51.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:15:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:51 smithi194 bash[32038]: cluster 2023-12-07T20:15:50.575751+0000 mgr.a (mgr.14403) 7275 : cluster 0 pgmap v5428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:51 smithi194 bash[32038]: audit 2023-12-07T20:15:50.780057+0000 mgr.a (mgr.14403) 7276 : audit 0 from='client.153459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:51 smithi135 bash[32435]: cluster 2023-12-07T20:15:50.575751+0000 mgr.a (mgr.14403) 7275 : cluster 0 pgmap v5428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:51 smithi135 bash[32435]: audit 2023-12-07T20:15:50.780057+0000 mgr.a (mgr.14403) 7276 : audit 0 from='client.153459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:51 smithi079 bash[28699]: cluster 2023-12-07T20:15:50.575751+0000 mgr.a (mgr.14403) 7275 : cluster 0 pgmap v5428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:51 smithi079 bash[28699]: audit 2023-12-07T20:15:50.780057+0000 mgr.a (mgr.14403) 7276 : audit 0 from='client.153459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:53 smithi079 bash[28699]: cluster 2023-12-07T20:15:52.576640+0000 mgr.a (mgr.14403) 7277 : cluster 0 pgmap v5429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:53 smithi194 bash[32038]: cluster 2023-12-07T20:15:52.576640+0000 mgr.a (mgr.14403) 7277 : cluster 0 pgmap v5429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:53 smithi135 bash[32435]: cluster 2023-12-07T20:15:52.576640+0000 mgr.a (mgr.14403) 7277 : cluster 0 pgmap v5429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:55 smithi079 bash[28699]: cluster 2023-12-07T20:15:54.577494+0000 mgr.a (mgr.14403) 7278 : cluster 0 pgmap v5430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:55 smithi194 bash[32038]: cluster 2023-12-07T20:15:54.577494+0000 mgr.a (mgr.14403) 7278 : cluster 0 pgmap v5430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:55 smithi135 bash[32435]: cluster 2023-12-07T20:15:54.577494+0000 mgr.a (mgr.14403) 7278 : cluster 0 pgmap v5430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:15:56.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:15:56.275 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:15:56.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:15:57.182 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:15:57.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:15:57.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:15:57.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:15:57.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:15:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:57 smithi079 bash[28699]: cluster 2023-12-07T20:15:56.578066+0000 mgr.a (mgr.14403) 7279 : cluster 0 pgmap v5431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:58.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:57 smithi079 bash[28699]: audit 2023-12-07T20:15:56.675788+0000 mgr.a (mgr.14403) 7280 : audit 0 from='client.153534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:57 smithi194 bash[32038]: cluster 2023-12-07T20:15:56.578066+0000 mgr.a (mgr.14403) 7279 : cluster 0 pgmap v5431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:57 smithi194 bash[32038]: audit 2023-12-07T20:15:56.675788+0000 mgr.a (mgr.14403) 7280 : audit 0 from='client.153534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:15:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:57 smithi135 bash[32435]: cluster 2023-12-07T20:15:56.578066+0000 mgr.a (mgr.14403) 7279 : cluster 0 pgmap v5431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:15:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:57 smithi135 bash[32435]: audit 2023-12-07T20:15:56.675788+0000 mgr.a (mgr.14403) 7280 : audit 0 from='client.153534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:15:59 smithi079 bash[28699]: cluster 2023-12-07T20:15:58.579025+0000 mgr.a (mgr.14403) 7281 : cluster 0 pgmap v5432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:15:59 smithi194 bash[32038]: cluster 2023-12-07T20:15:58.579025+0000 mgr.a (mgr.14403) 7281 : cluster 0 pgmap v5432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:15:59 smithi135 bash[32435]: cluster 2023-12-07T20:15:58.579025+0000 mgr.a (mgr.14403) 7281 : cluster 0 pgmap v5432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:01 smithi079 bash[28699]: cluster 2023-12-07T20:16:00.579732+0000 mgr.a (mgr.14403) 7282 : cluster 0 pgmap v5433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:02.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:16:02.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:02.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:01 smithi194 bash[32038]: cluster 2023-12-07T20:16:00.579732+0000 mgr.a (mgr.14403) 7282 : cluster 0 pgmap v5433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:01 smithi135 bash[32435]: cluster 2023-12-07T20:16:00.579732+0000 mgr.a (mgr.14403) 7282 : cluster 0 pgmap v5433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:03.095 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:16:03.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:03.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:03.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:03.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:16:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:02 smithi079 bash[28699]: cluster 2023-12-07T20:16:02.580159+0000 mgr.a (mgr.14403) 7283 : cluster 0 pgmap v5434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:02 smithi079 bash[28699]: audit 2023-12-07T20:16:02.587941+0000 mgr.a (mgr.14403) 7284 : audit 0 from='client.153612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:02 smithi194 bash[32038]: cluster 2023-12-07T20:16:02.580159+0000 mgr.a (mgr.14403) 7283 : cluster 0 pgmap v5434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:03.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:02 smithi194 bash[32038]: audit 2023-12-07T20:16:02.587941+0000 mgr.a (mgr.14403) 7284 : audit 0 from='client.153612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:02 smithi135 bash[32435]: cluster 2023-12-07T20:16:02.580159+0000 mgr.a (mgr.14403) 7283 : cluster 0 pgmap v5434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:02 smithi135 bash[32435]: audit 2023-12-07T20:16:02.587941+0000 mgr.a (mgr.14403) 7284 : audit 0 from='client.153612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:05 smithi079 bash[28699]: cluster 2023-12-07T20:16:04.581134+0000 mgr.a (mgr.14403) 7285 : cluster 0 pgmap v5435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:05 smithi194 bash[32038]: cluster 2023-12-07T20:16:04.581134+0000 mgr.a (mgr.14403) 7285 : cluster 0 pgmap v5435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:05 smithi135 bash[32435]: cluster 2023-12-07T20:16:04.581134+0000 mgr.a (mgr.14403) 7285 : cluster 0 pgmap v5435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:08.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:16:08.099 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:08.099 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:07 smithi079 bash[28699]: cluster 2023-12-07T20:16:06.581733+0000 mgr.a (mgr.14403) 7286 : cluster 0 pgmap v5436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:07 smithi194 bash[32038]: cluster 2023-12-07T20:16:06.581733+0000 mgr.a (mgr.14403) 7286 : cluster 0 pgmap v5436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:07 smithi135 bash[32435]: cluster 2023-12-07T20:16:06.581733+0000 mgr.a (mgr.14403) 7286 : cluster 0 pgmap v5436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:09.011 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:16:09.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:09.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:09.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:09.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:16:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:09 smithi079 bash[28699]: audit 2023-12-07T20:16:08.506179+0000 mgr.a (mgr.14403) 7287 : audit 0 from='client.153687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:09 smithi079 bash[28699]: cluster 2023-12-07T20:16:08.582885+0000 mgr.a (mgr.14403) 7288 : cluster 0 pgmap v5437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:09 smithi194 bash[32038]: audit 2023-12-07T20:16:08.506179+0000 mgr.a (mgr.14403) 7287 : audit 0 from='client.153687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:09 smithi194 bash[32038]: cluster 2023-12-07T20:16:08.582885+0000 mgr.a (mgr.14403) 7288 : cluster 0 pgmap v5437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:09 smithi135 bash[32435]: audit 2023-12-07T20:16:08.506179+0000 mgr.a (mgr.14403) 7287 : audit 0 from='client.153687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:09 smithi135 bash[32435]: cluster 2023-12-07T20:16:08.582885+0000 mgr.a (mgr.14403) 7288 : cluster 0 pgmap v5437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:11.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:10 smithi079 bash[28699]: cluster 2023-12-07T20:16:10.583623+0000 mgr.a (mgr.14403) 7289 : cluster 0 pgmap v5438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:11.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:10 smithi194 bash[32038]: cluster 2023-12-07T20:16:10.583623+0000 mgr.a (mgr.14403) 7289 : cluster 0 pgmap v5438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:11.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:10 smithi135 bash[32435]: cluster 2023-12-07T20:16:10.583623+0000 mgr.a (mgr.14403) 7289 : cluster 0 pgmap v5438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:14.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:16:14.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:14.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:14.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:13 smithi079 bash[28699]: cluster 2023-12-07T20:16:12.584209+0000 mgr.a (mgr.14403) 7290 : cluster 0 pgmap v5439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:13 smithi194 bash[32038]: cluster 2023-12-07T20:16:12.584209+0000 mgr.a (mgr.14403) 7290 : cluster 0 pgmap v5439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:13 smithi135 bash[32435]: cluster 2023-12-07T20:16:12.584209+0000 mgr.a (mgr.14403) 7290 : cluster 0 pgmap v5439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:14.919 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:16:14.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:14.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:14.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:14.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:16:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:15 smithi079 bash[28699]: audit 2023-12-07T20:16:14.421293+0000 mgr.a (mgr.14403) 7291 : audit 0 from='client.153762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:15 smithi079 bash[28699]: cluster 2023-12-07T20:16:14.585339+0000 mgr.a (mgr.14403) 7292 : cluster 0 pgmap v5440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:15 smithi194 bash[32038]: audit 2023-12-07T20:16:14.421293+0000 mgr.a (mgr.14403) 7291 : audit 0 from='client.153762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:15 smithi194 bash[32038]: cluster 2023-12-07T20:16:14.585339+0000 mgr.a (mgr.14403) 7292 : cluster 0 pgmap v5440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:15 smithi135 bash[32435]: audit 2023-12-07T20:16:14.421293+0000 mgr.a (mgr.14403) 7291 : audit 0 from='client.153762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:15 smithi135 bash[32435]: cluster 2023-12-07T20:16:14.585339+0000 mgr.a (mgr.14403) 7292 : cluster 0 pgmap v5440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:17 smithi079 bash[28699]: cluster 2023-12-07T20:16:16.586071+0000 mgr.a (mgr.14403) 7293 : cluster 0 pgmap v5441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:17 smithi194 bash[32038]: cluster 2023-12-07T20:16:16.586071+0000 mgr.a (mgr.14403) 7293 : cluster 0 pgmap v5441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:17 smithi135 bash[32435]: cluster 2023-12-07T20:16:16.586071+0000 mgr.a (mgr.14403) 7293 : cluster 0 pgmap v5441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:19.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:16:19.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:19.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:19 smithi079 bash[28699]: cluster 2023-12-07T20:16:18.586861+0000 mgr.a (mgr.14403) 7294 : cluster 0 pgmap v5442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:19 smithi194 bash[32038]: cluster 2023-12-07T20:16:18.586861+0000 mgr.a (mgr.14403) 7294 : cluster 0 pgmap v5442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:19 smithi135 bash[32435]: cluster 2023-12-07T20:16:18.586861+0000 mgr.a (mgr.14403) 7294 : cluster 0 pgmap v5442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:20.797 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:16:20.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:20.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:20.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:20.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:16:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:20 smithi079 bash[28699]: audit 2023-12-07T20:16:20.328505+0000 mgr.a (mgr.14403) 7295 : audit 0 from='client.153840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:20 smithi079 bash[28699]: cluster 2023-12-07T20:16:20.587364+0000 mgr.a (mgr.14403) 7296 : cluster 0 pgmap v5443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:21.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:20 smithi194 bash[32038]: audit 2023-12-07T20:16:20.328505+0000 mgr.a (mgr.14403) 7295 : audit 0 from='client.153840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:21.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:20 smithi194 bash[32038]: cluster 2023-12-07T20:16:20.587364+0000 mgr.a (mgr.14403) 7296 : cluster 0 pgmap v5443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:21.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:20 smithi135 bash[32435]: audit 2023-12-07T20:16:20.328505+0000 mgr.a (mgr.14403) 7295 : audit 0 from='client.153840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:21.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:20 smithi135 bash[32435]: cluster 2023-12-07T20:16:20.587364+0000 mgr.a (mgr.14403) 7296 : cluster 0 pgmap v5443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:23 smithi079 bash[28699]: cluster 2023-12-07T20:16:22.588093+0000 mgr.a (mgr.14403) 7297 : cluster 0 pgmap v5444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:23 smithi194 bash[32038]: cluster 2023-12-07T20:16:22.588093+0000 mgr.a (mgr.14403) 7297 : cluster 0 pgmap v5444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:23 smithi135 bash[32435]: cluster 2023-12-07T20:16:22.588093+0000 mgr.a (mgr.14403) 7297 : cluster 0 pgmap v5444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:25.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:24 smithi079 bash[28699]: cluster 2023-12-07T20:16:24.588934+0000 mgr.a (mgr.14403) 7298 : cluster 0 pgmap v5445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:25.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:24 smithi194 bash[32038]: cluster 2023-12-07T20:16:24.588934+0000 mgr.a (mgr.14403) 7298 : cluster 0 pgmap v5445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:25.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:24 smithi135 bash[32435]: cluster 2023-12-07T20:16:24.588934+0000 mgr.a (mgr.14403) 7298 : cluster 0 pgmap v5445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:25.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:16:25.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:25.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:26.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:26.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:26.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:26.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:16:26.716 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:16:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:27 smithi079 bash[28699]: audit 2023-12-07T20:16:26.212269+0000 mgr.a (mgr.14403) 7299 : audit 0 from='client.153915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:27 smithi079 bash[28699]: cluster 2023-12-07T20:16:26.590016+0000 mgr.a (mgr.14403) 7300 : cluster 0 pgmap v5446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:27 smithi194 bash[32038]: audit 2023-12-07T20:16:26.212269+0000 mgr.a (mgr.14403) 7299 : audit 0 from='client.153915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:27 smithi194 bash[32038]: cluster 2023-12-07T20:16:26.590016+0000 mgr.a (mgr.14403) 7300 : cluster 0 pgmap v5446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:27 smithi135 bash[32435]: audit 2023-12-07T20:16:26.212269+0000 mgr.a (mgr.14403) 7299 : audit 0 from='client.153915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:27 smithi135 bash[32435]: cluster 2023-12-07T20:16:26.590016+0000 mgr.a (mgr.14403) 7300 : cluster 0 pgmap v5446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:29 smithi079 bash[28699]: cluster 2023-12-07T20:16:28.590934+0000 mgr.a (mgr.14403) 7301 : cluster 0 pgmap v5447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:29 smithi194 bash[32038]: cluster 2023-12-07T20:16:28.590934+0000 mgr.a (mgr.14403) 7301 : cluster 0 pgmap v5447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:29 smithi135 bash[32435]: cluster 2023-12-07T20:16:28.590934+0000 mgr.a (mgr.14403) 7301 : cluster 0 pgmap v5447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:30 smithi079 bash[28699]: cluster 2023-12-07T20:16:30.591491+0000 mgr.a (mgr.14403) 7302 : cluster 0 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-07T20:16:31.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:30 smithi194 bash[32038]: cluster 2023-12-07T20:16:30.591491+0000 mgr.a (mgr.14403) 7302 : cluster 0 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-07T20:16:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:30 smithi135 bash[32435]: cluster 2023-12-07T20:16:30.591491+0000 mgr.a (mgr.14403) 7302 : cluster 0 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-07T20:16:31.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:16:31.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:31.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:32.641 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:16:32.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:32.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:32.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:32.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:16:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:33 smithi079 bash[28699]: audit 2023-12-07T20:16:32.126999+0000 mgr.a (mgr.14403) 7303 : audit 0 from='client.153993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:33 smithi079 bash[28699]: cluster 2023-12-07T20:16:32.592590+0000 mgr.a (mgr.14403) 7304 : cluster 0 pgmap v5449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:33 smithi194 bash[32038]: audit 2023-12-07T20:16:32.126999+0000 mgr.a (mgr.14403) 7303 : audit 0 from='client.153993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:33 smithi194 bash[32038]: cluster 2023-12-07T20:16:32.592590+0000 mgr.a (mgr.14403) 7304 : cluster 0 pgmap v5449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:33 smithi135 bash[32435]: audit 2023-12-07T20:16:32.126999+0000 mgr.a (mgr.14403) 7303 : audit 0 from='client.153993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:34.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:33 smithi135 bash[32435]: cluster 2023-12-07T20:16:32.592590+0000 mgr.a (mgr.14403) 7304 : cluster 0 pgmap v5449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:34 smithi079 bash[28699]: cluster 2023-12-07T20:16:34.593525+0000 mgr.a (mgr.14403) 7305 : cluster 0 pgmap v5450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:34 smithi194 bash[32038]: cluster 2023-12-07T20:16:34.593525+0000 mgr.a (mgr.14403) 7305 : cluster 0 pgmap v5450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:34 smithi135 bash[32435]: cluster 2023-12-07T20:16:34.593525+0000 mgr.a (mgr.14403) 7305 : cluster 0 pgmap v5450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:36 smithi079 bash[28699]: audit 2023-12-07T20:16:36.022257+0000 mon.a (mon.0) 1466 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:16:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:36 smithi194 bash[32038]: audit 2023-12-07T20:16:36.022257+0000 mon.a (mon.0) 1466 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:16:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:36 smithi135 bash[32435]: audit 2023-12-07T20:16:36.022257+0000 mon.a (mon.0) 1466 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:16:37.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:16:37.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:37.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:37 smithi079 bash[28699]: audit 2023-12-07T20:16:36.553478+0000 mon.a (mon.0) 1467 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:37 smithi079 bash[28699]: audit 2023-12-07T20:16:36.560391+0000 mon.a (mon.0) 1468 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:37 smithi079 bash[28699]: cluster 2023-12-07T20:16:36.594243+0000 mgr.a (mgr.14403) 7306 : cluster 0 pgmap v5451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:37 smithi079 bash[28699]: audit 2023-12-07T20:16:37.130699+0000 mon.a (mon.0) 1469 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:37 smithi079 bash[28699]: audit 2023-12-07T20:16:37.137774+0000 mon.a (mon.0) 1470 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:37 smithi079 bash[28699]: audit 2023-12-07T20:16:37.175166+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:37 smithi079 bash[28699]: audit 2023-12-07T20:16:37.181535+0000 mon.a (mon.0) 1472 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:37 smithi194 bash[32038]: audit 2023-12-07T20:16:36.553478+0000 mon.a (mon.0) 1467 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:37 smithi194 bash[32038]: audit 2023-12-07T20:16:36.560391+0000 mon.a (mon.0) 1468 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:37 smithi194 bash[32038]: cluster 2023-12-07T20:16:36.594243+0000 mgr.a (mgr.14403) 7306 : cluster 0 pgmap v5451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:37 smithi194 bash[32038]: audit 2023-12-07T20:16:37.130699+0000 mon.a (mon.0) 1469 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:37 smithi194 bash[32038]: audit 2023-12-07T20:16:37.137774+0000 mon.a (mon.0) 1470 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:37 smithi194 bash[32038]: audit 2023-12-07T20:16:37.175166+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:37 smithi194 bash[32038]: audit 2023-12-07T20:16:37.181535+0000 mon.a (mon.0) 1472 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:37 smithi135 bash[32435]: audit 2023-12-07T20:16:36.553478+0000 mon.a (mon.0) 1467 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:37 smithi135 bash[32435]: audit 2023-12-07T20:16:36.560391+0000 mon.a (mon.0) 1468 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:37 smithi135 bash[32435]: cluster 2023-12-07T20:16:36.594243+0000 mgr.a (mgr.14403) 7306 : cluster 0 pgmap v5451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:37 smithi135 bash[32435]: audit 2023-12-07T20:16:37.130699+0000 mon.a (mon.0) 1469 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:37 smithi135 bash[32435]: audit 2023-12-07T20:16:37.137774+0000 mon.a (mon.0) 1470 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:37 smithi135 bash[32435]: audit 2023-12-07T20:16:37.175166+0000 mon.a (mon.0) 1471 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:37.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:37 smithi135 bash[32435]: audit 2023-12-07T20:16:37.181535+0000 mon.a (mon.0) 1472 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:38.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:38.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:38.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:38.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:16:38.566 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:16:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:38 smithi079 bash[28699]: audit 2023-12-07T20:16:37.721390+0000 mon.a (mon.0) 1473 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:38 smithi079 bash[28699]: audit 2023-12-07T20:16:37.727984+0000 mon.a (mon.0) 1474 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:38 smithi079 bash[28699]: audit 2023-12-07T20:16:37.729015+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:16:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:38 smithi079 bash[28699]: audit 2023-12-07T20:16:37.730080+0000 mon.a (mon.0) 1476 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:16:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:38 smithi079 bash[28699]: audit 2023-12-07T20:16:37.736546+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:38 smithi194 bash[32038]: audit 2023-12-07T20:16:37.721390+0000 mon.a (mon.0) 1473 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:38 smithi194 bash[32038]: audit 2023-12-07T20:16:37.727984+0000 mon.a (mon.0) 1474 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:38 smithi194 bash[32038]: audit 2023-12-07T20:16:37.729015+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:16:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:38 smithi194 bash[32038]: audit 2023-12-07T20:16:37.730080+0000 mon.a (mon.0) 1476 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:16:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:38 smithi194 bash[32038]: audit 2023-12-07T20:16:37.736546+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:38 smithi135 bash[32435]: audit 2023-12-07T20:16:37.721390+0000 mon.a (mon.0) 1473 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:38 smithi135 bash[32435]: audit 2023-12-07T20:16:37.727984+0000 mon.a (mon.0) 1474 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:38 smithi135 bash[32435]: audit 2023-12-07T20:16:37.729015+0000 mon.a (mon.0) 1475 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:16:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:38 smithi135 bash[32435]: audit 2023-12-07T20:16:37.730080+0000 mon.a (mon.0) 1476 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:16:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:38 smithi135 bash[32435]: audit 2023-12-07T20:16:37.736546+0000 mon.a (mon.0) 1477 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:16:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:39 smithi079 bash[28699]: audit 2023-12-07T20:16:38.043016+0000 mgr.a (mgr.14403) 7307 : audit 0 from='client.154065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:39 smithi079 bash[28699]: cluster 2023-12-07T20:16:38.595318+0000 mgr.a (mgr.14403) 7308 : cluster 0 pgmap v5452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:16:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:39 smithi194 bash[32038]: audit 2023-12-07T20:16:38.043016+0000 mgr.a (mgr.14403) 7307 : audit 0 from='client.154065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:39 smithi194 bash[32038]: cluster 2023-12-07T20:16:38.595318+0000 mgr.a (mgr.14403) 7308 : cluster 0 pgmap v5452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:16:40.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:39 smithi135 bash[32435]: audit 2023-12-07T20:16:38.043016+0000 mgr.a (mgr.14403) 7307 : audit 0 from='client.154065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:40.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:39 smithi135 bash[32435]: cluster 2023-12-07T20:16:38.595318+0000 mgr.a (mgr.14403) 7308 : cluster 0 pgmap v5452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:16:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:41 smithi079 bash[28699]: cluster 2023-12-07T20:16:40.595960+0000 mgr.a (mgr.14403) 7309 : cluster 0 pgmap v5453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:16:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:41 smithi194 bash[32038]: cluster 2023-12-07T20:16:40.595960+0000 mgr.a (mgr.14403) 7309 : cluster 0 pgmap v5453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:16:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:41 smithi135 bash[32435]: cluster 2023-12-07T20:16:40.595960+0000 mgr.a (mgr.14403) 7309 : cluster 0 pgmap v5453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:16:43.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:16:43.569 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:43.569 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:43 smithi079 bash[28699]: cluster 2023-12-07T20:16:42.596531+0000 mgr.a (mgr.14403) 7310 : cluster 0 pgmap v5454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:16:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:43 smithi194 bash[32038]: cluster 2023-12-07T20:16:42.596531+0000 mgr.a (mgr.14403) 7310 : cluster 0 pgmap v5454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:16:44.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:43 smithi135 bash[32435]: cluster 2023-12-07T20:16:42.596531+0000 mgr.a (mgr.14403) 7310 : cluster 0 pgmap v5454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:16:44.474 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:16:44.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:44.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:44.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:44.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:16:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:44 smithi079 bash[28699]: audit 2023-12-07T20:16:43.974610+0000 mgr.a (mgr.14403) 7311 : audit 0 from='client.154143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:44 smithi079 bash[28699]: cluster 2023-12-07T20:16:44.597674+0000 mgr.a (mgr.14403) 7312 : cluster 0 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-07T20:16:45.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:44 smithi194 bash[32038]: audit 2023-12-07T20:16:43.974610+0000 mgr.a (mgr.14403) 7311 : audit 0 from='client.154143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:45.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:44 smithi194 bash[32038]: cluster 2023-12-07T20:16:44.597674+0000 mgr.a (mgr.14403) 7312 : cluster 0 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-07T20:16:45.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:44 smithi135 bash[32435]: audit 2023-12-07T20:16:43.974610+0000 mgr.a (mgr.14403) 7311 : audit 0 from='client.154143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:45.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:44 smithi135 bash[32435]: cluster 2023-12-07T20:16:44.597674+0000 mgr.a (mgr.14403) 7312 : cluster 0 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-07T20:16:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:47 smithi079 bash[28699]: cluster 2023-12-07T20:16:46.598250+0000 mgr.a (mgr.14403) 7313 : cluster 0 pgmap v5456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:47 smithi194 bash[32038]: cluster 2023-12-07T20:16:46.598250+0000 mgr.a (mgr.14403) 7313 : cluster 0 pgmap v5456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:47 smithi135 bash[32435]: cluster 2023-12-07T20:16:46.598250+0000 mgr.a (mgr.14403) 7313 : cluster 0 pgmap v5456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:16:49.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:48 smithi079 bash[28699]: cluster 2023-12-07T20:16:48.598912+0000 mgr.a (mgr.14403) 7314 : cluster 0 pgmap v5457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:49.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:48 smithi194 bash[32038]: cluster 2023-12-07T20:16:48.598912+0000 mgr.a (mgr.14403) 7314 : cluster 0 pgmap v5457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:49.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:48 smithi135 bash[32435]: cluster 2023-12-07T20:16:48.598912+0000 mgr.a (mgr.14403) 7314 : cluster 0 pgmap v5457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:49.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:16:49.478 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:49.478 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:50.378 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:16:50.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:50.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:50.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:50.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:16:51.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:51 smithi194 bash[32038]: audit 2023-12-07T20:16:49.887561+0000 mgr.a (mgr.14403) 7315 : audit 0 from='client.154221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:51.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:51 smithi194 bash[32038]: cluster 2023-12-07T20:16:50.599730+0000 mgr.a (mgr.14403) 7316 : cluster 0 pgmap v5458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:16:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:51 smithi135 bash[32435]: audit 2023-12-07T20:16:49.887561+0000 mgr.a (mgr.14403) 7315 : audit 0 from='client.154221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:51 smithi135 bash[32435]: cluster 2023-12-07T20:16:50.599730+0000 mgr.a (mgr.14403) 7316 : cluster 0 pgmap v5458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:16:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:51 smithi079 bash[28699]: audit 2023-12-07T20:16:49.887561+0000 mgr.a (mgr.14403) 7315 : audit 0 from='client.154221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:51 smithi079 bash[28699]: cluster 2023-12-07T20:16:50.599730+0000 mgr.a (mgr.14403) 7316 : cluster 0 pgmap v5458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:16:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:52 smithi079 bash[28699]: cluster 2023-12-07T20:16:52.600487+0000 mgr.a (mgr.14403) 7317 : cluster 0 pgmap v5459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:16:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:52 smithi194 bash[32038]: cluster 2023-12-07T20:16:52.600487+0000 mgr.a (mgr.14403) 7317 : cluster 0 pgmap v5459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:16:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:52 smithi135 bash[32435]: cluster 2023-12-07T20:16:52.600487+0000 mgr.a (mgr.14403) 7317 : cluster 0 pgmap v5459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:16:55.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:16:55.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:16:55.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:16:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:55 smithi194 bash[32038]: cluster 2023-12-07T20:16:54.601427+0000 mgr.a (mgr.14403) 7318 : cluster 0 pgmap v5460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:16:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:55 smithi135 bash[32435]: cluster 2023-12-07T20:16:54.601427+0000 mgr.a (mgr.14403) 7318 : cluster 0 pgmap v5460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:16:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:55 smithi079 bash[28699]: cluster 2023-12-07T20:16:54.601427+0000 mgr.a (mgr.14403) 7318 : cluster 0 pgmap v5460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:16:56.302 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:16:56.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:16:56.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:16:56.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:16:56.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:16:56.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:56 smithi194 bash[32038]: audit 2023-12-07T20:16:55.784259+0000 mgr.a (mgr.14403) 7319 : audit 0 from='client.154299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:56.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:56 smithi135 bash[32435]: audit 2023-12-07T20:16:55.784259+0000 mgr.a (mgr.14403) 7319 : audit 0 from='client.154299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:56 smithi079 bash[28699]: audit 2023-12-07T20:16:55.784259+0000 mgr.a (mgr.14403) 7319 : audit 0 from='client.154299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:16:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:57 smithi079 bash[28699]: cluster 2023-12-07T20:16:56.602214+0000 mgr.a (mgr.14403) 7320 : cluster 0 pgmap v5461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:57 smithi194 bash[32038]: cluster 2023-12-07T20:16:56.602214+0000 mgr.a (mgr.14403) 7320 : cluster 0 pgmap v5461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:57 smithi135 bash[32435]: cluster 2023-12-07T20:16:56.602214+0000 mgr.a (mgr.14403) 7320 : cluster 0 pgmap v5461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:16:59.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:16:58 smithi079 bash[28699]: cluster 2023-12-07T20:16:58.603072+0000 mgr.a (mgr.14403) 7321 : cluster 0 pgmap v5462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:59.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:16:58 smithi194 bash[32038]: cluster 2023-12-07T20:16:58.603072+0000 mgr.a (mgr.14403) 7321 : cluster 0 pgmap v5462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:16:59.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:16:58 smithi135 bash[32435]: cluster 2023-12-07T20:16:58.603072+0000 mgr.a (mgr.14403) 7321 : cluster 0 pgmap v5462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:01.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:17:01.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:01.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:01.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:01 smithi194 bash[32038]: cluster 2023-12-07T20:17:00.603644+0000 mgr.a (mgr.14403) 7322 : cluster 0 pgmap v5463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:01 smithi135 bash[32435]: cluster 2023-12-07T20:17:00.603644+0000 mgr.a (mgr.14403) 7322 : cluster 0 pgmap v5463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:02.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:01 smithi079 bash[28699]: cluster 2023-12-07T20:17:00.603644+0000 mgr.a (mgr.14403) 7322 : cluster 0 pgmap v5463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:02.196 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:17:02.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:02.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:02.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:02.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:17:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:02 smithi079 bash[28699]: audit 2023-12-07T20:17:01.705777+0000 mgr.a (mgr.14403) 7323 : audit 0 from='client.154368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:02 smithi194 bash[32038]: audit 2023-12-07T20:17:01.705777+0000 mgr.a (mgr.14403) 7323 : audit 0 from='client.154368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:02 smithi135 bash[32435]: audit 2023-12-07T20:17:01.705777+0000 mgr.a (mgr.14403) 7323 : audit 0 from='client.154368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:03 smithi079 bash[28699]: cluster 2023-12-07T20:17:02.604458+0000 mgr.a (mgr.14403) 7324 : cluster 0 pgmap v5464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:04.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:03 smithi194 bash[32038]: cluster 2023-12-07T20:17:02.604458+0000 mgr.a (mgr.14403) 7324 : cluster 0 pgmap v5464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:03 smithi135 bash[32435]: cluster 2023-12-07T20:17:02.604458+0000 mgr.a (mgr.14403) 7324 : cluster 0 pgmap v5464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:04 smithi079 bash[28699]: cluster 2023-12-07T20:17:04.605252+0000 mgr.a (mgr.14403) 7325 : cluster 0 pgmap v5465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:04 smithi194 bash[32038]: cluster 2023-12-07T20:17:04.605252+0000 mgr.a (mgr.14403) 7325 : cluster 0 pgmap v5465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:04 smithi135 bash[32435]: cluster 2023-12-07T20:17:04.605252+0000 mgr.a (mgr.14403) 7325 : cluster 0 pgmap v5465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:07.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:17:07.201 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:07.201 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:07 smithi194 bash[32038]: cluster 2023-12-07T20:17:06.605816+0000 mgr.a (mgr.14403) 7326 : cluster 0 pgmap v5466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:07 smithi135 bash[32435]: cluster 2023-12-07T20:17:06.605816+0000 mgr.a (mgr.14403) 7326 : cluster 0 pgmap v5466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:08.106 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:17:08.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:08.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:08.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:08.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:17:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:07 smithi079 bash[28699]: cluster 2023-12-07T20:17:06.605816+0000 mgr.a (mgr.14403) 7326 : cluster 0 pgmap v5466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:08.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:08 smithi194 bash[32038]: audit 2023-12-07T20:17:07.604692+0000 mgr.a (mgr.14403) 7327 : audit 0 from='client.154440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:08.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:08 smithi135 bash[32435]: audit 2023-12-07T20:17:07.604692+0000 mgr.a (mgr.14403) 7327 : audit 0 from='client.154440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:08 smithi079 bash[28699]: audit 2023-12-07T20:17:07.604692+0000 mgr.a (mgr.14403) 7327 : audit 0 from='client.154440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:09 smithi194 bash[32038]: cluster 2023-12-07T20:17:08.606737+0000 mgr.a (mgr.14403) 7328 : cluster 0 pgmap v5467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:09 smithi135 bash[32435]: cluster 2023-12-07T20:17:08.606737+0000 mgr.a (mgr.14403) 7328 : cluster 0 pgmap v5467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:09 smithi079 bash[28699]: cluster 2023-12-07T20:17:08.606737+0000 mgr.a (mgr.14403) 7328 : cluster 0 pgmap v5467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:11 smithi194 bash[32038]: cluster 2023-12-07T20:17:10.607343+0000 mgr.a (mgr.14403) 7329 : cluster 0 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-07T20:17:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:11 smithi135 bash[32435]: cluster 2023-12-07T20:17:10.607343+0000 mgr.a (mgr.14403) 7329 : cluster 0 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-07T20:17:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:11 smithi079 bash[28699]: cluster 2023-12-07T20:17:10.607343+0000 mgr.a (mgr.14403) 7329 : cluster 0 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-07T20:17:13.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:17:13.110 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:13.110 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:12 smithi079 bash[28699]: cluster 2023-12-07T20:17:12.607932+0000 mgr.a (mgr.14403) 7330 : cluster 0 pgmap v5469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:12 smithi194 bash[32038]: cluster 2023-12-07T20:17:12.607932+0000 mgr.a (mgr.14403) 7330 : cluster 0 pgmap v5469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:12 smithi135 bash[32435]: cluster 2023-12-07T20:17:12.607932+0000 mgr.a (mgr.14403) 7330 : cluster 0 pgmap v5469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:14.038 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:17:14.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:14.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:14.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:14.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:17:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:13 smithi079 bash[28699]: audit 2023-12-07T20:17:13.520069+0000 mgr.a (mgr.14403) 7331 : audit 0 from='client.154515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:13 smithi194 bash[32038]: audit 2023-12-07T20:17:13.520069+0000 mgr.a (mgr.14403) 7331 : audit 0 from='client.154515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:13 smithi135 bash[32435]: audit 2023-12-07T20:17:13.520069+0000 mgr.a (mgr.14403) 7331 : audit 0 from='client.154515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:14 smithi079 bash[28699]: cluster 2023-12-07T20:17:14.608999+0000 mgr.a (mgr.14403) 7332 : cluster 0 pgmap v5470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:15.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:14 smithi194 bash[32038]: cluster 2023-12-07T20:17:14.608999+0000 mgr.a (mgr.14403) 7332 : cluster 0 pgmap v5470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:15.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:14 smithi135 bash[32435]: cluster 2023-12-07T20:17:14.608999+0000 mgr.a (mgr.14403) 7332 : cluster 0 pgmap v5470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:17.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:17 smithi194 bash[32038]: cluster 2023-12-07T20:17:16.609587+0000 mgr.a (mgr.14403) 7333 : cluster 0 pgmap v5471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:17 smithi135 bash[32435]: cluster 2023-12-07T20:17:16.609587+0000 mgr.a (mgr.14403) 7333 : cluster 0 pgmap v5471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:17 smithi079 bash[28699]: cluster 2023-12-07T20:17:16.609587+0000 mgr.a (mgr.14403) 7333 : cluster 0 pgmap v5471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:19.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:17:19.042 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:19.042 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:19.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:19 smithi194 bash[32038]: cluster 2023-12-07T20:17:18.610302+0000 mgr.a (mgr.14403) 7334 : cluster 0 pgmap v5472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:19 smithi135 bash[32435]: cluster 2023-12-07T20:17:18.610302+0000 mgr.a (mgr.14403) 7334 : cluster 0 pgmap v5472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:19.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:19.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:19.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:19.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:17:19.958 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:17:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:19 smithi079 bash[28699]: cluster 2023-12-07T20:17:18.610302+0000 mgr.a (mgr.14403) 7334 : cluster 0 pgmap v5472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:20.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:20 smithi194 bash[32038]: audit 2023-12-07T20:17:19.455487+0000 mgr.a (mgr.14403) 7335 : audit 0 from='client.125788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:20 smithi135 bash[32435]: audit 2023-12-07T20:17:19.455487+0000 mgr.a (mgr.14403) 7335 : audit 0 from='client.125788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:20 smithi079 bash[28699]: audit 2023-12-07T20:17:19.455487+0000 mgr.a (mgr.14403) 7335 : audit 0 from='client.125788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:21.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:21 smithi194 bash[32038]: cluster 2023-12-07T20:17:20.611021+0000 mgr.a (mgr.14403) 7336 : cluster 0 pgmap v5473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:21 smithi135 bash[32435]: cluster 2023-12-07T20:17:20.611021+0000 mgr.a (mgr.14403) 7336 : cluster 0 pgmap v5473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:21 smithi079 bash[28699]: cluster 2023-12-07T20:17:20.611021+0000 mgr.a (mgr.14403) 7336 : cluster 0 pgmap v5473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:22 smithi079 bash[28699]: cluster 2023-12-07T20:17:22.611554+0000 mgr.a (mgr.14403) 7337 : cluster 0 pgmap v5474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:22 smithi194 bash[32038]: cluster 2023-12-07T20:17:22.611554+0000 mgr.a (mgr.14403) 7337 : cluster 0 pgmap v5474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:22 smithi135 bash[32435]: cluster 2023-12-07T20:17:22.611554+0000 mgr.a (mgr.14403) 7337 : cluster 0 pgmap v5474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:24.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:17:24.962 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:24.962 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:25.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:25.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:25.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:25.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:17:25.876 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:17:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:25 smithi194 bash[32038]: cluster 2023-12-07T20:17:24.612308+0000 mgr.a (mgr.14403) 7338 : cluster 0 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-07T20:17:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:25 smithi135 bash[32435]: cluster 2023-12-07T20:17:24.612308+0000 mgr.a (mgr.14403) 7338 : cluster 0 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-07T20:17:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:25 smithi079 bash[28699]: cluster 2023-12-07T20:17:24.612308+0000 mgr.a (mgr.14403) 7338 : cluster 0 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-07T20:17:26.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:26 smithi194 bash[32038]: audit 2023-12-07T20:17:25.364858+0000 mgr.a (mgr.14403) 7339 : audit 0 from='client.154662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:26.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:26 smithi135 bash[32435]: audit 2023-12-07T20:17:25.364858+0000 mgr.a (mgr.14403) 7339 : audit 0 from='client.154662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:26 smithi079 bash[28699]: audit 2023-12-07T20:17:25.364858+0000 mgr.a (mgr.14403) 7339 : audit 0 from='client.154662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:27.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:27 smithi194 bash[32038]: cluster 2023-12-07T20:17:26.613009+0000 mgr.a (mgr.14403) 7340 : cluster 0 pgmap v5476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:27 smithi135 bash[32435]: cluster 2023-12-07T20:17:26.613009+0000 mgr.a (mgr.14403) 7340 : cluster 0 pgmap v5476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:27 smithi079 bash[28699]: cluster 2023-12-07T20:17:26.613009+0000 mgr.a (mgr.14403) 7340 : cluster 0 pgmap v5476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:29 smithi194 bash[32038]: cluster 2023-12-07T20:17:28.613821+0000 mgr.a (mgr.14403) 7341 : cluster 0 pgmap v5477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:29 smithi135 bash[32435]: cluster 2023-12-07T20:17:28.613821+0000 mgr.a (mgr.14403) 7341 : cluster 0 pgmap v5477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:29 smithi079 bash[28699]: cluster 2023-12-07T20:17:28.613821+0000 mgr.a (mgr.14403) 7341 : cluster 0 pgmap v5477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:30.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:17:30.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:30.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:31.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:31.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:31.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:31.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:17:31.787 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:17:31.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:31 smithi194 bash[32038]: cluster 2023-12-07T20:17:30.614426+0000 mgr.a (mgr.14403) 7342 : cluster 0 pgmap v5478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:31 smithi135 bash[32435]: cluster 2023-12-07T20:17:30.614426+0000 mgr.a (mgr.14403) 7342 : cluster 0 pgmap v5478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:31 smithi079 bash[28699]: cluster 2023-12-07T20:17:30.614426+0000 mgr.a (mgr.14403) 7342 : cluster 0 pgmap v5478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:32.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:32 smithi194 bash[32038]: audit 2023-12-07T20:17:31.277277+0000 mgr.a (mgr.14403) 7343 : audit 0 from='client.154737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:32.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:32 smithi135 bash[32435]: audit 2023-12-07T20:17:31.277277+0000 mgr.a (mgr.14403) 7343 : audit 0 from='client.154737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:32 smithi079 bash[28699]: audit 2023-12-07T20:17:31.277277+0000 mgr.a (mgr.14403) 7343 : audit 0 from='client.154737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:33.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:33 smithi194 bash[32038]: cluster 2023-12-07T20:17:32.615208+0000 mgr.a (mgr.14403) 7344 : cluster 0 pgmap v5479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:33 smithi135 bash[32435]: cluster 2023-12-07T20:17:32.615208+0000 mgr.a (mgr.14403) 7344 : cluster 0 pgmap v5479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:33 smithi079 bash[28699]: cluster 2023-12-07T20:17:32.615208+0000 mgr.a (mgr.14403) 7344 : cluster 0 pgmap v5479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:35 smithi194 bash[32038]: cluster 2023-12-07T20:17:34.616094+0000 mgr.a (mgr.14403) 7345 : cluster 0 pgmap v5480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:35 smithi135 bash[32435]: cluster 2023-12-07T20:17:34.616094+0000 mgr.a (mgr.14403) 7345 : cluster 0 pgmap v5480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:35 smithi079 bash[28699]: cluster 2023-12-07T20:17:34.616094+0000 mgr.a (mgr.14403) 7345 : cluster 0 pgmap v5480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:36.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:17:36.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:36.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:37.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:37.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:37.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:37.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:17:37.692 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:17:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:37 smithi194 bash[32038]: cluster 2023-12-07T20:17:36.616697+0000 mgr.a (mgr.14403) 7346 : cluster 0 pgmap v5481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:37 smithi135 bash[32435]: cluster 2023-12-07T20:17:36.616697+0000 mgr.a (mgr.14403) 7346 : cluster 0 pgmap v5481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:38.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:37 smithi079 bash[28699]: cluster 2023-12-07T20:17:36.616697+0000 mgr.a (mgr.14403) 7346 : cluster 0 pgmap v5481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:38 smithi079 bash[28699]: audit 2023-12-07T20:17:37.190629+0000 mgr.a (mgr.14403) 7347 : audit 0 from='client.154815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:38 smithi079 bash[28699]: audit 2023-12-07T20:17:37.838453+0000 mon.a (mon.0) 1478 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:17:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:38 smithi079 bash[28699]: audit 2023-12-07T20:17:38.367392+0000 mon.a (mon.0) 1479 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:17:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:38 smithi079 bash[28699]: audit 2023-12-07T20:17:38.373727+0000 mon.a (mon.0) 1480 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:17:39.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:38 smithi194 bash[32038]: audit 2023-12-07T20:17:37.190629+0000 mgr.a (mgr.14403) 7347 : audit 0 from='client.154815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:39.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:38 smithi194 bash[32038]: audit 2023-12-07T20:17:37.838453+0000 mon.a (mon.0) 1478 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:17:39.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:38 smithi194 bash[32038]: audit 2023-12-07T20:17:38.367392+0000 mon.a (mon.0) 1479 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:17:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:38 smithi194 bash[32038]: audit 2023-12-07T20:17:38.373727+0000 mon.a (mon.0) 1480 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:17:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:38 smithi135 bash[32435]: audit 2023-12-07T20:17:37.190629+0000 mgr.a (mgr.14403) 7347 : audit 0 from='client.154815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:38 smithi135 bash[32435]: audit 2023-12-07T20:17:37.838453+0000 mon.a (mon.0) 1478 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:17:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:38 smithi135 bash[32435]: audit 2023-12-07T20:17:38.367392+0000 mon.a (mon.0) 1479 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:17:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:38 smithi135 bash[32435]: audit 2023-12-07T20:17:38.373727+0000 mon.a (mon.0) 1480 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:17:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:39 smithi079 bash[28699]: cluster 2023-12-07T20:17:38.617694+0000 mgr.a (mgr.14403) 7348 : cluster 0 pgmap v5482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:39 smithi079 bash[28699]: audit 2023-12-07T20:17:39.126367+0000 mon.a (mon.0) 1481 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:17:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:39 smithi079 bash[28699]: audit 2023-12-07T20:17:39.128034+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:17:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:39 smithi079 bash[28699]: audit 2023-12-07T20:17:39.137244+0000 mon.a (mon.0) 1483 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:17:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:39 smithi194 bash[32038]: cluster 2023-12-07T20:17:38.617694+0000 mgr.a (mgr.14403) 7348 : cluster 0 pgmap v5482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:39 smithi194 bash[32038]: audit 2023-12-07T20:17:39.126367+0000 mon.a (mon.0) 1481 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:17:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:39 smithi194 bash[32038]: audit 2023-12-07T20:17:39.128034+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:17:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:39 smithi194 bash[32038]: audit 2023-12-07T20:17:39.137244+0000 mon.a (mon.0) 1483 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:17:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:39 smithi135 bash[32435]: cluster 2023-12-07T20:17:38.617694+0000 mgr.a (mgr.14403) 7348 : cluster 0 pgmap v5482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:17:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:39 smithi135 bash[32435]: audit 2023-12-07T20:17:39.126367+0000 mon.a (mon.0) 1481 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:17:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:39 smithi135 bash[32435]: audit 2023-12-07T20:17:39.128034+0000 mon.a (mon.0) 1482 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:17:40.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:39 smithi135 bash[32435]: audit 2023-12-07T20:17:39.137244+0000 mon.a (mon.0) 1483 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:17:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:41 smithi079 bash[28699]: cluster 2023-12-07T20:17:40.618395+0000 mgr.a (mgr.14403) 7349 : cluster 0 pgmap v5483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:41 smithi194 bash[32038]: cluster 2023-12-07T20:17:40.618395+0000 mgr.a (mgr.14403) 7349 : cluster 0 pgmap v5483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:41 smithi135 bash[32435]: cluster 2023-12-07T20:17:40.618395+0000 mgr.a (mgr.14403) 7349 : cluster 0 pgmap v5483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:42.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:17:42.695 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:42.695 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:42 smithi079 bash[28699]: cluster 2023-12-07T20:17:42.619126+0000 mgr.a (mgr.14403) 7350 : cluster 0 pgmap v5484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:42 smithi194 bash[32038]: cluster 2023-12-07T20:17:42.619126+0000 mgr.a (mgr.14403) 7350 : cluster 0 pgmap v5484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:42 smithi135 bash[32435]: cluster 2023-12-07T20:17:42.619126+0000 mgr.a (mgr.14403) 7350 : cluster 0 pgmap v5484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:43.608 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:17:43.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:43.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:43.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:43.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:17:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:43 smithi079 bash[28699]: audit 2023-12-07T20:17:43.092937+0000 mgr.a (mgr.14403) 7351 : audit 0 from='client.154887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:44.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:43 smithi194 bash[32038]: audit 2023-12-07T20:17:43.092937+0000 mgr.a (mgr.14403) 7351 : audit 0 from='client.154887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:43 smithi135 bash[32435]: audit 2023-12-07T20:17:43.092937+0000 mgr.a (mgr.14403) 7351 : audit 0 from='client.154887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:44 smithi079 bash[28699]: cluster 2023-12-07T20:17:44.620133+0000 mgr.a (mgr.14403) 7352 : cluster 0 pgmap v5485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:17:45.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:44 smithi194 bash[32038]: cluster 2023-12-07T20:17:44.620133+0000 mgr.a (mgr.14403) 7352 : cluster 0 pgmap v5485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:17:45.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:44 smithi135 bash[32435]: cluster 2023-12-07T20:17:44.620133+0000 mgr.a (mgr.14403) 7352 : cluster 0 pgmap v5485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:17:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:47 smithi194 bash[32038]: cluster 2023-12-07T20:17:46.620795+0000 mgr.a (mgr.14403) 7353 : cluster 0 pgmap v5486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:17:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:47 smithi135 bash[32435]: cluster 2023-12-07T20:17:46.620795+0000 mgr.a (mgr.14403) 7353 : cluster 0 pgmap v5486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:17:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:47 smithi079 bash[28699]: cluster 2023-12-07T20:17:46.620795+0000 mgr.a (mgr.14403) 7353 : cluster 0 pgmap v5486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:17:48.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:17:48.612 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:48.612 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:49.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:49.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:49.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:49.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:17:49.506 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:17:49.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:49 smithi194 bash[32038]: cluster 2023-12-07T20:17:48.621459+0000 mgr.a (mgr.14403) 7354 : cluster 0 pgmap v5487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:49 smithi135 bash[32435]: cluster 2023-12-07T20:17:48.621459+0000 mgr.a (mgr.14403) 7354 : cluster 0 pgmap v5487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:49 smithi079 bash[28699]: cluster 2023-12-07T20:17:48.621459+0000 mgr.a (mgr.14403) 7354 : cluster 0 pgmap v5487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:50.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:50 smithi194 bash[32038]: audit 2023-12-07T20:17:49.012650+0000 mgr.a (mgr.14403) 7355 : audit 0 from='client.154965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:50.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:50 smithi135 bash[32435]: audit 2023-12-07T20:17:49.012650+0000 mgr.a (mgr.14403) 7355 : audit 0 from='client.154965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:50 smithi079 bash[28699]: audit 2023-12-07T20:17:49.012650+0000 mgr.a (mgr.14403) 7355 : audit 0 from='client.154965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:51.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:51 smithi194 bash[32038]: cluster 2023-12-07T20:17:50.622167+0000 mgr.a (mgr.14403) 7356 : cluster 0 pgmap v5488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:51 smithi135 bash[32435]: cluster 2023-12-07T20:17:50.622167+0000 mgr.a (mgr.14403) 7356 : cluster 0 pgmap v5488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:51 smithi079 bash[28699]: cluster 2023-12-07T20:17:50.622167+0000 mgr.a (mgr.14403) 7356 : cluster 0 pgmap v5488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:17:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:52 smithi079 bash[28699]: cluster 2023-12-07T20:17:52.622743+0000 mgr.a (mgr.14403) 7357 : cluster 0 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-07T20:17:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:52 smithi194 bash[32038]: cluster 2023-12-07T20:17:52.622743+0000 mgr.a (mgr.14403) 7357 : cluster 0 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-07T20:17:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:52 smithi135 bash[32435]: cluster 2023-12-07T20:17:52.622743+0000 mgr.a (mgr.14403) 7357 : cluster 0 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-07T20:17:54.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:17:54.509 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:17:54.509 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:17:55.384 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:17:55.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:17:55.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:17:55.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:17:55.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:17:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:55 smithi194 bash[32038]: cluster 2023-12-07T20:17:54.623556+0000 mgr.a (mgr.14403) 7358 : cluster 0 pgmap v5490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:55 smithi135 bash[32435]: cluster 2023-12-07T20:17:54.623556+0000 mgr.a (mgr.14403) 7358 : cluster 0 pgmap v5490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:55 smithi079 bash[28699]: cluster 2023-12-07T20:17:54.623556+0000 mgr.a (mgr.14403) 7358 : cluster 0 pgmap v5490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:17:56.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:56 smithi194 bash[32038]: audit 2023-12-07T20:17:54.903771+0000 mgr.a (mgr.14403) 7359 : audit 0 from='client.155043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:56.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:56 smithi135 bash[32435]: audit 2023-12-07T20:17:54.903771+0000 mgr.a (mgr.14403) 7359 : audit 0 from='client.155043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:56 smithi079 bash[28699]: audit 2023-12-07T20:17:54.903771+0000 mgr.a (mgr.14403) 7359 : audit 0 from='client.155043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:17:57.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:57 smithi194 bash[32038]: cluster 2023-12-07T20:17:56.624148+0000 mgr.a (mgr.14403) 7360 : cluster 0 pgmap v5491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:17:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:57 smithi135 bash[32435]: cluster 2023-12-07T20:17:56.624148+0000 mgr.a (mgr.14403) 7360 : cluster 0 pgmap v5491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:17:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:57 smithi079 bash[28699]: cluster 2023-12-07T20:17:56.624148+0000 mgr.a (mgr.14403) 7360 : cluster 0 pgmap v5491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:17:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:17:59 smithi194 bash[32038]: cluster 2023-12-07T20:17:58.624937+0000 mgr.a (mgr.14403) 7361 : cluster 0 pgmap v5492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:17:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:17:59 smithi135 bash[32435]: cluster 2023-12-07T20:17:58.624937+0000 mgr.a (mgr.14403) 7361 : cluster 0 pgmap v5492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:18:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:17:59 smithi079 bash[28699]: cluster 2023-12-07T20:17:58.624937+0000 mgr.a (mgr.14403) 7361 : cluster 0 pgmap v5492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:18:00.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:18:00.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:00.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:01.286 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:18:01.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:01.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:01.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:01.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:18:01.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:01 smithi194 bash[32038]: cluster 2023-12-07T20:18:00.625359+0000 mgr.a (mgr.14403) 7362 : cluster 0 pgmap v5493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:01 smithi194 bash[32038]: audit 2023-12-07T20:18:00.782686+0000 mgr.a (mgr.14403) 7363 : audit 0 from='client.155118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:01 smithi135 bash[32435]: cluster 2023-12-07T20:18:00.625359+0000 mgr.a (mgr.14403) 7362 : cluster 0 pgmap v5493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:01 smithi135 bash[32435]: audit 2023-12-07T20:18:00.782686+0000 mgr.a (mgr.14403) 7363 : audit 0 from='client.155118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:01 smithi079 bash[28699]: cluster 2023-12-07T20:18:00.625359+0000 mgr.a (mgr.14403) 7362 : cluster 0 pgmap v5493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:01 smithi079 bash[28699]: audit 2023-12-07T20:18:00.782686+0000 mgr.a (mgr.14403) 7363 : audit 0 from='client.155118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:02 smithi079 bash[28699]: cluster 2023-12-07T20:18:02.625973+0000 mgr.a (mgr.14403) 7364 : cluster 0 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-07T20:18:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:02 smithi194 bash[32038]: cluster 2023-12-07T20:18:02.625973+0000 mgr.a (mgr.14403) 7364 : cluster 0 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-07T20:18:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:02 smithi135 bash[32435]: cluster 2023-12-07T20:18:02.625973+0000 mgr.a (mgr.14403) 7364 : cluster 0 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-07T20:18:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:05 smithi194 bash[32038]: cluster 2023-12-07T20:18:04.626740+0000 mgr.a (mgr.14403) 7365 : cluster 0 pgmap v5495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:05 smithi135 bash[32435]: cluster 2023-12-07T20:18:04.626740+0000 mgr.a (mgr.14403) 7365 : cluster 0 pgmap v5495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:05 smithi079 bash[28699]: cluster 2023-12-07T20:18:04.626740+0000 mgr.a (mgr.14403) 7365 : cluster 0 pgmap v5495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:06.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:18:06.290 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:06.290 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:07.158 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:18:07.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:07.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:07.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:07.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:18:07.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:07 smithi194 bash[32038]: cluster 2023-12-07T20:18:06.627305+0000 mgr.a (mgr.14403) 7366 : cluster 0 pgmap v5496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:07 smithi194 bash[32038]: audit 2023-12-07T20:18:06.693371+0000 mgr.a (mgr.14403) 7367 : audit 0 from='client.155193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:07 smithi135 bash[32435]: cluster 2023-12-07T20:18:06.627305+0000 mgr.a (mgr.14403) 7366 : cluster 0 pgmap v5496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:07 smithi135 bash[32435]: audit 2023-12-07T20:18:06.693371+0000 mgr.a (mgr.14403) 7367 : audit 0 from='client.155193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:07 smithi079 bash[28699]: cluster 2023-12-07T20:18:06.627305+0000 mgr.a (mgr.14403) 7366 : cluster 0 pgmap v5496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:07 smithi079 bash[28699]: audit 2023-12-07T20:18:06.693371+0000 mgr.a (mgr.14403) 7367 : audit 0 from='client.155193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:09.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:09 smithi194 bash[32038]: cluster 2023-12-07T20:18:08.628148+0000 mgr.a (mgr.14403) 7368 : cluster 0 pgmap v5497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:09 smithi135 bash[32435]: cluster 2023-12-07T20:18:08.628148+0000 mgr.a (mgr.14403) 7368 : cluster 0 pgmap v5497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:10.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:09 smithi079 bash[28699]: cluster 2023-12-07T20:18:08.628148+0000 mgr.a (mgr.14403) 7368 : cluster 0 pgmap v5497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:11 smithi194 bash[32038]: cluster 2023-12-07T20:18:10.628702+0000 mgr.a (mgr.14403) 7369 : cluster 0 pgmap v5498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:11 smithi135 bash[32435]: cluster 2023-12-07T20:18:10.628702+0000 mgr.a (mgr.14403) 7369 : cluster 0 pgmap v5498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:11 smithi079 bash[28699]: cluster 2023-12-07T20:18:10.628702+0000 mgr.a (mgr.14403) 7369 : cluster 0 pgmap v5498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:12.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:18:12.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:12.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:13.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:13.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:13.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:13.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:18:13.055 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:18:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:12 smithi079 bash[28699]: audit 2023-12-07T20:18:12.566476+0000 mgr.a (mgr.14403) 7370 : audit 0 from='client.155268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:12 smithi079 bash[28699]: cluster 2023-12-07T20:18:12.629217+0000 mgr.a (mgr.14403) 7371 : cluster 0 pgmap v5499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:12 smithi194 bash[32038]: audit 2023-12-07T20:18:12.566476+0000 mgr.a (mgr.14403) 7370 : audit 0 from='client.155268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:12 smithi194 bash[32038]: cluster 2023-12-07T20:18:12.629217+0000 mgr.a (mgr.14403) 7371 : cluster 0 pgmap v5499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:12 smithi135 bash[32435]: audit 2023-12-07T20:18:12.566476+0000 mgr.a (mgr.14403) 7370 : audit 0 from='client.155268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:12 smithi135 bash[32435]: cluster 2023-12-07T20:18:12.629217+0000 mgr.a (mgr.14403) 7371 : cluster 0 pgmap v5499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:15 smithi194 bash[32038]: cluster 2023-12-07T20:18:14.630066+0000 mgr.a (mgr.14403) 7372 : cluster 0 pgmap v5500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:15 smithi135 bash[32435]: cluster 2023-12-07T20:18:14.630066+0000 mgr.a (mgr.14403) 7372 : cluster 0 pgmap v5500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:16.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:15 smithi079 bash[28699]: cluster 2023-12-07T20:18:14.630066+0000 mgr.a (mgr.14403) 7372 : cluster 0 pgmap v5500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:17.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:17 smithi194 bash[32038]: cluster 2023-12-07T20:18:16.630650+0000 mgr.a (mgr.14403) 7373 : cluster 0 pgmap v5501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:17 smithi135 bash[32435]: cluster 2023-12-07T20:18:16.630650+0000 mgr.a (mgr.14403) 7373 : cluster 0 pgmap v5501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:18.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:18:18.057 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:18.057 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:18.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:17 smithi079 bash[28699]: cluster 2023-12-07T20:18:16.630650+0000 mgr.a (mgr.14403) 7373 : cluster 0 pgmap v5501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:18.950 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:18:18.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:18.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:18.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:18.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:18:19.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:19 smithi194 bash[32038]: audit 2023-12-07T20:18:18.455880+0000 mgr.a (mgr.14403) 7374 : audit 0 from='client.155346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:19 smithi194 bash[32038]: cluster 2023-12-07T20:18:18.631982+0000 mgr.a (mgr.14403) 7375 : cluster 0 pgmap v5502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:19 smithi135 bash[32435]: audit 2023-12-07T20:18:18.455880+0000 mgr.a (mgr.14403) 7374 : audit 0 from='client.155346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:19 smithi135 bash[32435]: cluster 2023-12-07T20:18:18.631982+0000 mgr.a (mgr.14403) 7375 : cluster 0 pgmap v5502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:20.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:19 smithi079 bash[28699]: audit 2023-12-07T20:18:18.455880+0000 mgr.a (mgr.14403) 7374 : audit 0 from='client.155346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:19 smithi079 bash[28699]: cluster 2023-12-07T20:18:18.631982+0000 mgr.a (mgr.14403) 7375 : cluster 0 pgmap v5502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:21.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:21 smithi194 bash[32038]: cluster 2023-12-07T20:18:20.632686+0000 mgr.a (mgr.14403) 7376 : cluster 0 pgmap v5503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:21 smithi135 bash[32435]: cluster 2023-12-07T20:18:20.632686+0000 mgr.a (mgr.14403) 7376 : cluster 0 pgmap v5503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:21 smithi079 bash[28699]: cluster 2023-12-07T20:18:20.632686+0000 mgr.a (mgr.14403) 7376 : cluster 0 pgmap v5503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:22 smithi079 bash[28699]: cluster 2023-12-07T20:18:22.633379+0000 mgr.a (mgr.14403) 7377 : cluster 0 pgmap v5504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:22 smithi194 bash[32038]: cluster 2023-12-07T20:18:22.633379+0000 mgr.a (mgr.14403) 7377 : cluster 0 pgmap v5504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:22 smithi135 bash[32435]: cluster 2023-12-07T20:18:22.633379+0000 mgr.a (mgr.14403) 7377 : cluster 0 pgmap v5504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:23.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:18:23.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:23.955 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:24.891 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:18:24.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:24.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:24.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:24.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:18:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:25 smithi194 bash[32038]: audit 2023-12-07T20:18:24.362219+0000 mgr.a (mgr.14403) 7378 : audit 0 from='client.155421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:25 smithi194 bash[32038]: cluster 2023-12-07T20:18:24.635291+0000 mgr.a (mgr.14403) 7379 : cluster 0 pgmap v5505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:25 smithi135 bash[32435]: audit 2023-12-07T20:18:24.362219+0000 mgr.a (mgr.14403) 7378 : audit 0 from='client.155421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:25 smithi135 bash[32435]: cluster 2023-12-07T20:18:24.635291+0000 mgr.a (mgr.14403) 7379 : cluster 0 pgmap v5505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:25 smithi079 bash[28699]: audit 2023-12-07T20:18:24.362219+0000 mgr.a (mgr.14403) 7378 : audit 0 from='client.155421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:25 smithi079 bash[28699]: cluster 2023-12-07T20:18:24.635291+0000 mgr.a (mgr.14403) 7379 : cluster 0 pgmap v5505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:27.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:27 smithi194 bash[32038]: cluster 2023-12-07T20:18:26.635993+0000 mgr.a (mgr.14403) 7380 : cluster 0 pgmap v5506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:27 smithi135 bash[32435]: cluster 2023-12-07T20:18:26.635993+0000 mgr.a (mgr.14403) 7380 : cluster 0 pgmap v5506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:27 smithi079 bash[28699]: cluster 2023-12-07T20:18:26.635993+0000 mgr.a (mgr.14403) 7380 : cluster 0 pgmap v5506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:29.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:18:29.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:29.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:29.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:29 smithi194 bash[32038]: cluster 2023-12-07T20:18:28.636810+0000 mgr.a (mgr.14403) 7381 : cluster 0 pgmap v5507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:29 smithi135 bash[32435]: cluster 2023-12-07T20:18:28.636810+0000 mgr.a (mgr.14403) 7381 : cluster 0 pgmap v5507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:29 smithi079 bash[28699]: cluster 2023-12-07T20:18:28.636810+0000 mgr.a (mgr.14403) 7381 : cluster 0 pgmap v5507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:30.811 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:18:30.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:30.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:30.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:30.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:18:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:31 smithi135 bash[32435]: audit 2023-12-07T20:18:30.298784+0000 mgr.a (mgr.14403) 7382 : audit 0 from='client.155493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:31 smithi135 bash[32435]: cluster 2023-12-07T20:18:30.637375+0000 mgr.a (mgr.14403) 7383 : cluster 0 pgmap v5508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:31 smithi079 bash[28699]: audit 2023-12-07T20:18:30.298784+0000 mgr.a (mgr.14403) 7382 : audit 0 from='client.155493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:31 smithi079 bash[28699]: cluster 2023-12-07T20:18:30.637375+0000 mgr.a (mgr.14403) 7383 : cluster 0 pgmap v5508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:31 smithi194 bash[32038]: audit 2023-12-07T20:18:30.298784+0000 mgr.a (mgr.14403) 7382 : audit 0 from='client.155493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:31 smithi194 bash[32038]: cluster 2023-12-07T20:18:30.637375+0000 mgr.a (mgr.14403) 7383 : cluster 0 pgmap v5508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:32 smithi079 bash[28699]: cluster 2023-12-07T20:18:32.638052+0000 mgr.a (mgr.14403) 7384 : cluster 0 pgmap v5509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:33.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:32 smithi194 bash[32038]: cluster 2023-12-07T20:18:32.638052+0000 mgr.a (mgr.14403) 7384 : cluster 0 pgmap v5509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:32 smithi135 bash[32435]: cluster 2023-12-07T20:18:32.638052+0000 mgr.a (mgr.14403) 7384 : cluster 0 pgmap v5509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:35.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:18:35.814 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:35.814 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:35 smithi194 bash[32038]: cluster 2023-12-07T20:18:34.638878+0000 mgr.a (mgr.14403) 7385 : cluster 0 pgmap v5510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:35 smithi135 bash[32435]: cluster 2023-12-07T20:18:34.638878+0000 mgr.a (mgr.14403) 7385 : cluster 0 pgmap v5510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:35 smithi079 bash[28699]: cluster 2023-12-07T20:18:34.638878+0000 mgr.a (mgr.14403) 7385 : cluster 0 pgmap v5510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:36.691 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:18:36.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:36.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:36.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:36.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:18:37.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:37 smithi194 bash[32038]: audit 2023-12-07T20:18:36.215545+0000 mgr.a (mgr.14403) 7386 : audit 0 from='client.155571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:37 smithi194 bash[32038]: cluster 2023-12-07T20:18:36.639391+0000 mgr.a (mgr.14403) 7387 : cluster 0 pgmap v5511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:37 smithi135 bash[32435]: audit 2023-12-07T20:18:36.215545+0000 mgr.a (mgr.14403) 7386 : audit 0 from='client.155571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:37 smithi135 bash[32435]: cluster 2023-12-07T20:18:36.639391+0000 mgr.a (mgr.14403) 7387 : cluster 0 pgmap v5511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:37 smithi079 bash[28699]: audit 2023-12-07T20:18:36.215545+0000 mgr.a (mgr.14403) 7386 : audit 0 from='client.155571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:37 smithi079 bash[28699]: cluster 2023-12-07T20:18:36.639391+0000 mgr.a (mgr.14403) 7387 : cluster 0 pgmap v5511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:39 smithi194 bash[32038]: cluster 2023-12-07T20:18:38.640225+0000 mgr.a (mgr.14403) 7388 : cluster 0 pgmap v5512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:39 smithi194 bash[32038]: audit 2023-12-07T20:18:39.241118+0000 mon.a (mon.0) 1484 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:18:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:39 smithi135 bash[32435]: cluster 2023-12-07T20:18:38.640225+0000 mgr.a (mgr.14403) 7388 : cluster 0 pgmap v5512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:39 smithi135 bash[32435]: audit 2023-12-07T20:18:39.241118+0000 mon.a (mon.0) 1484 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:18:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:39 smithi079 bash[28699]: cluster 2023-12-07T20:18:38.640225+0000 mgr.a (mgr.14403) 7388 : cluster 0 pgmap v5512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:39 smithi079 bash[28699]: audit 2023-12-07T20:18:39.241118+0000 mon.a (mon.0) 1484 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:18:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:40 smithi135 bash[32435]: audit 2023-12-07T20:18:40.027866+0000 mon.a (mon.0) 1485 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:18:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:40 smithi135 bash[32435]: audit 2023-12-07T20:18:40.029604+0000 mon.a (mon.0) 1486 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:18:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:40 smithi135 bash[32435]: audit 2023-12-07T20:18:40.038660+0000 mon.a (mon.0) 1487 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:18:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:40 smithi079 bash[28699]: audit 2023-12-07T20:18:40.027866+0000 mon.a (mon.0) 1485 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:18:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:40 smithi079 bash[28699]: audit 2023-12-07T20:18:40.029604+0000 mon.a (mon.0) 1486 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:18:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:40 smithi079 bash[28699]: audit 2023-12-07T20:18:40.038660+0000 mon.a (mon.0) 1487 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:18:41.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:40 smithi194 bash[32038]: audit 2023-12-07T20:18:40.027866+0000 mon.a (mon.0) 1485 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:18:41.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:40 smithi194 bash[32038]: audit 2023-12-07T20:18:40.029604+0000 mon.a (mon.0) 1486 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:18:41.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:40 smithi194 bash[32038]: audit 2023-12-07T20:18:40.038660+0000 mon.a (mon.0) 1487 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:18:41.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:18:41.695 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:41.695 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:41 smithi079 bash[28699]: cluster 2023-12-07T20:18:40.640809+0000 mgr.a (mgr.14403) 7389 : cluster 0 pgmap v5513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:41 smithi194 bash[32038]: cluster 2023-12-07T20:18:40.640809+0000 mgr.a (mgr.14403) 7389 : cluster 0 pgmap v5513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:41 smithi135 bash[32435]: cluster 2023-12-07T20:18:40.640809+0000 mgr.a (mgr.14403) 7389 : cluster 0 pgmap v5513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:42.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:42.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:42.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:42.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:18:42.611 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:18:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:42 smithi079 bash[28699]: audit 2023-12-07T20:18:42.109057+0000 mgr.a (mgr.14403) 7390 : audit 0 from='client.155649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:42 smithi079 bash[28699]: cluster 2023-12-07T20:18:42.641499+0000 mgr.a (mgr.14403) 7391 : cluster 0 pgmap v5514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:42 smithi194 bash[32038]: audit 2023-12-07T20:18:42.109057+0000 mgr.a (mgr.14403) 7390 : audit 0 from='client.155649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:42 smithi194 bash[32038]: cluster 2023-12-07T20:18:42.641499+0000 mgr.a (mgr.14403) 7391 : cluster 0 pgmap v5514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:42 smithi135 bash[32435]: audit 2023-12-07T20:18:42.109057+0000 mgr.a (mgr.14403) 7390 : audit 0 from='client.155649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:42 smithi135 bash[32435]: cluster 2023-12-07T20:18:42.641499+0000 mgr.a (mgr.14403) 7391 : cluster 0 pgmap v5514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:45 smithi194 bash[32038]: cluster 2023-12-07T20:18:44.642296+0000 mgr.a (mgr.14403) 7392 : cluster 0 pgmap v5515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:45 smithi135 bash[32435]: cluster 2023-12-07T20:18:44.642296+0000 mgr.a (mgr.14403) 7392 : cluster 0 pgmap v5515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:45 smithi079 bash[28699]: cluster 2023-12-07T20:18:44.642296+0000 mgr.a (mgr.14403) 7392 : cluster 0 pgmap v5515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:18:47.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:18:47.614 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:47.614 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:47 smithi194 bash[32038]: cluster 2023-12-07T20:18:46.642870+0000 mgr.a (mgr.14403) 7393 : cluster 0 pgmap v5516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:47 smithi135 bash[32435]: cluster 2023-12-07T20:18:46.642870+0000 mgr.a (mgr.14403) 7393 : cluster 0 pgmap v5516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:47 smithi079 bash[28699]: cluster 2023-12-07T20:18:46.642870+0000 mgr.a (mgr.14403) 7393 : cluster 0 pgmap v5516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:48.516 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:18:48.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:48.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:48.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:48.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:18:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:49 smithi135 bash[32435]: audit 2023-12-07T20:18:48.019600+0000 mgr.a (mgr.14403) 7394 : audit 0 from='client.155724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:49 smithi135 bash[32435]: cluster 2023-12-07T20:18:48.643829+0000 mgr.a (mgr.14403) 7395 : cluster 0 pgmap v5517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:18:50.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:49 smithi079 bash[28699]: audit 2023-12-07T20:18:48.019600+0000 mgr.a (mgr.14403) 7394 : audit 0 from='client.155724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:49 smithi079 bash[28699]: cluster 2023-12-07T20:18:48.643829+0000 mgr.a (mgr.14403) 7395 : cluster 0 pgmap v5517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:18:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:49 smithi194 bash[32038]: audit 2023-12-07T20:18:48.019600+0000 mgr.a (mgr.14403) 7394 : audit 0 from='client.155724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:49 smithi194 bash[32038]: cluster 2023-12-07T20:18:48.643829+0000 mgr.a (mgr.14403) 7395 : cluster 0 pgmap v5517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:18:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:51 smithi079 bash[28699]: cluster 2023-12-07T20:18:50.644421+0000 mgr.a (mgr.14403) 7396 : cluster 0 pgmap v5518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:18:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:51 smithi194 bash[32038]: cluster 2023-12-07T20:18:50.644421+0000 mgr.a (mgr.14403) 7396 : cluster 0 pgmap v5518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:18:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:51 smithi135 bash[32435]: cluster 2023-12-07T20:18:50.644421+0000 mgr.a (mgr.14403) 7396 : cluster 0 pgmap v5518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:18:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:52 smithi079 bash[28699]: cluster 2023-12-07T20:18:52.645011+0000 mgr.a (mgr.14403) 7397 : cluster 0 pgmap v5519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:18:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:52 smithi194 bash[32038]: cluster 2023-12-07T20:18:52.645011+0000 mgr.a (mgr.14403) 7397 : cluster 0 pgmap v5519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:18:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:52 smithi135 bash[32435]: cluster 2023-12-07T20:18:52.645011+0000 mgr.a (mgr.14403) 7397 : cluster 0 pgmap v5519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:18:53.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:18:53.520 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:53.520 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:18:54.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:18:54.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:18:54.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:18:54.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:18:54.425 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:18:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:55 smithi194 bash[32038]: audit 2023-12-07T20:18:53.927500+0000 mgr.a (mgr.14403) 7398 : audit 0 from='client.155802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:55 smithi194 bash[32038]: cluster 2023-12-07T20:18:54.646012+0000 mgr.a (mgr.14403) 7399 : cluster 0 pgmap v5520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:55 smithi135 bash[32435]: audit 2023-12-07T20:18:53.927500+0000 mgr.a (mgr.14403) 7398 : audit 0 from='client.155802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:55 smithi135 bash[32435]: cluster 2023-12-07T20:18:54.646012+0000 mgr.a (mgr.14403) 7399 : cluster 0 pgmap v5520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:55 smithi079 bash[28699]: audit 2023-12-07T20:18:53.927500+0000 mgr.a (mgr.14403) 7398 : audit 0 from='client.155802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:18:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:55 smithi079 bash[28699]: cluster 2023-12-07T20:18:54.646012+0000 mgr.a (mgr.14403) 7399 : cluster 0 pgmap v5520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:18:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:57 smithi135 bash[32435]: cluster 2023-12-07T20:18:56.646575+0000 mgr.a (mgr.14403) 7400 : cluster 0 pgmap v5521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:57 smithi079 bash[28699]: cluster 2023-12-07T20:18:56.646575+0000 mgr.a (mgr.14403) 7400 : cluster 0 pgmap v5521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:57 smithi194 bash[32038]: cluster 2023-12-07T20:18:56.646575+0000 mgr.a (mgr.14403) 7400 : cluster 0 pgmap v5521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:18:59.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:18:59.428 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:18:59.429 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:00.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:18:59 smithi079 bash[28699]: cluster 2023-12-07T20:18:58.647309+0000 mgr.a (mgr.14403) 7401 : cluster 0 pgmap v5522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:18:59 smithi194 bash[32038]: cluster 2023-12-07T20:18:58.647309+0000 mgr.a (mgr.14403) 7401 : cluster 0 pgmap v5522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:18:59 smithi135 bash[32435]: cluster 2023-12-07T20:18:58.647309+0000 mgr.a (mgr.14403) 7401 : cluster 0 pgmap v5522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:00.335 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:19:00.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:00.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:00.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:00.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:19:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:00 smithi079 bash[28699]: audit 2023-12-07T20:18:59.834915+0000 mgr.a (mgr.14403) 7402 : audit 0 from='client.155880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:01.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:00 smithi194 bash[32038]: audit 2023-12-07T20:18:59.834915+0000 mgr.a (mgr.14403) 7402 : audit 0 from='client.155880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:00 smithi135 bash[32435]: audit 2023-12-07T20:18:59.834915+0000 mgr.a (mgr.14403) 7402 : audit 0 from='client.155880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:01 smithi079 bash[28699]: cluster 2023-12-07T20:19:00.647954+0000 mgr.a (mgr.14403) 7403 : cluster 0 pgmap v5523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:19:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:01 smithi194 bash[32038]: cluster 2023-12-07T20:19:00.647954+0000 mgr.a (mgr.14403) 7403 : cluster 0 pgmap v5523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:19:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:01 smithi135 bash[32435]: cluster 2023-12-07T20:19:00.647954+0000 mgr.a (mgr.14403) 7403 : cluster 0 pgmap v5523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:19:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:02 smithi079 bash[28699]: cluster 2023-12-07T20:19:02.648549+0000 mgr.a (mgr.14403) 7404 : cluster 0 pgmap v5524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:19:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:02 smithi194 bash[32038]: cluster 2023-12-07T20:19:02.648549+0000 mgr.a (mgr.14403) 7404 : cluster 0 pgmap v5524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:19:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:02 smithi135 bash[32435]: cluster 2023-12-07T20:19:02.648549+0000 mgr.a (mgr.14403) 7404 : cluster 0 pgmap v5524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:19:05.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:19:05.338 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:05.338 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:05 smithi135 bash[32435]: cluster 2023-12-07T20:19:04.649326+0000 mgr.a (mgr.14403) 7405 : cluster 0 pgmap v5525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:19:06.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:05 smithi079 bash[28699]: cluster 2023-12-07T20:19:04.649326+0000 mgr.a (mgr.14403) 7405 : cluster 0 pgmap v5525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:19:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:05 smithi194 bash[32038]: cluster 2023-12-07T20:19:04.649326+0000 mgr.a (mgr.14403) 7405 : cluster 0 pgmap v5525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:19:06.251 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:19:06.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:06.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:06.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:06.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:19:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:06 smithi079 bash[28699]: audit 2023-12-07T20:19:05.744452+0000 mgr.a (mgr.14403) 7406 : audit 0 from='client.155955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:07.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:06 smithi194 bash[32038]: audit 2023-12-07T20:19:05.744452+0000 mgr.a (mgr.14403) 7406 : audit 0 from='client.155955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:07.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:06 smithi135 bash[32435]: audit 2023-12-07T20:19:05.744452+0000 mgr.a (mgr.14403) 7406 : audit 0 from='client.155955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:07 smithi079 bash[28699]: cluster 2023-12-07T20:19:06.650054+0000 mgr.a (mgr.14403) 7407 : cluster 0 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-07T20:19:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:07 smithi194 bash[32038]: cluster 2023-12-07T20:19:06.650054+0000 mgr.a (mgr.14403) 7407 : cluster 0 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-07T20:19:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:07 smithi135 bash[32435]: cluster 2023-12-07T20:19:06.650054+0000 mgr.a (mgr.14403) 7407 : cluster 0 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-07T20:19:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:09 smithi079 bash[28699]: cluster 2023-12-07T20:19:08.651039+0000 mgr.a (mgr.14403) 7408 : cluster 0 pgmap v5527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:09 smithi194 bash[32038]: cluster 2023-12-07T20:19:08.651039+0000 mgr.a (mgr.14403) 7408 : cluster 0 pgmap v5527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:09 smithi135 bash[32435]: cluster 2023-12-07T20:19:08.651039+0000 mgr.a (mgr.14403) 7408 : cluster 0 pgmap v5527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:11.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:19:11.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:11.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:11 smithi079 bash[28699]: cluster 2023-12-07T20:19:10.651685+0000 mgr.a (mgr.14403) 7409 : cluster 0 pgmap v5528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:12.165 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:19:12.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:12.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:12.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:12.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:19:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:11 smithi194 bash[32038]: cluster 2023-12-07T20:19:10.651685+0000 mgr.a (mgr.14403) 7409 : cluster 0 pgmap v5528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:11 smithi135 bash[32435]: cluster 2023-12-07T20:19:10.651685+0000 mgr.a (mgr.14403) 7409 : cluster 0 pgmap v5528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:12 smithi079 bash[28699]: audit 2023-12-07T20:19:11.653632+0000 mgr.a (mgr.14403) 7410 : audit 0 from='client.156033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:12 smithi194 bash[32038]: audit 2023-12-07T20:19:11.653632+0000 mgr.a (mgr.14403) 7410 : audit 0 from='client.156033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:12 smithi135 bash[32435]: audit 2023-12-07T20:19:11.653632+0000 mgr.a (mgr.14403) 7410 : audit 0 from='client.156033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:13 smithi079 bash[28699]: cluster 2023-12-07T20:19:12.652445+0000 mgr.a (mgr.14403) 7411 : cluster 0 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-07T20:19:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:13 smithi194 bash[32038]: cluster 2023-12-07T20:19:12.652445+0000 mgr.a (mgr.14403) 7411 : cluster 0 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-07T20:19:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:13 smithi135 bash[32435]: cluster 2023-12-07T20:19:12.652445+0000 mgr.a (mgr.14403) 7411 : cluster 0 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-07T20:19:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:15 smithi079 bash[28699]: cluster 2023-12-07T20:19:14.653341+0000 mgr.a (mgr.14403) 7412 : cluster 0 pgmap v5530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:15 smithi194 bash[32038]: cluster 2023-12-07T20:19:14.653341+0000 mgr.a (mgr.14403) 7412 : cluster 0 pgmap v5530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:15 smithi135 bash[32435]: cluster 2023-12-07T20:19:14.653341+0000 mgr.a (mgr.14403) 7412 : cluster 0 pgmap v5530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:17.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:19:17.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:17.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:18.096 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:19:18.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:18.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:18.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:18.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:19:18.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:17 smithi079 bash[28699]: cluster 2023-12-07T20:19:16.653880+0000 mgr.a (mgr.14403) 7413 : cluster 0 pgmap v5531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:17 smithi194 bash[32038]: cluster 2023-12-07T20:19:16.653880+0000 mgr.a (mgr.14403) 7413 : cluster 0 pgmap v5531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:17 smithi135 bash[32435]: cluster 2023-12-07T20:19:16.653880+0000 mgr.a (mgr.14403) 7413 : cluster 0 pgmap v5531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:19.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:18 smithi079 bash[28699]: audit 2023-12-07T20:19:17.571188+0000 mgr.a (mgr.14403) 7414 : audit 0 from='client.156105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:19.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:18 smithi194 bash[32038]: audit 2023-12-07T20:19:17.571188+0000 mgr.a (mgr.14403) 7414 : audit 0 from='client.156105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:19.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:18 smithi135 bash[32435]: audit 2023-12-07T20:19:17.571188+0000 mgr.a (mgr.14403) 7414 : audit 0 from='client.156105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:19 smithi079 bash[28699]: cluster 2023-12-07T20:19:18.654789+0000 mgr.a (mgr.14403) 7415 : cluster 0 pgmap v5532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:19 smithi194 bash[32038]: cluster 2023-12-07T20:19:18.654789+0000 mgr.a (mgr.14403) 7415 : cluster 0 pgmap v5532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:19 smithi135 bash[32435]: cluster 2023-12-07T20:19:18.654789+0000 mgr.a (mgr.14403) 7415 : cluster 0 pgmap v5532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:21 smithi079 bash[28699]: cluster 2023-12-07T20:19:20.655399+0000 mgr.a (mgr.14403) 7416 : cluster 0 pgmap v5533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:21 smithi194 bash[32038]: cluster 2023-12-07T20:19:20.655399+0000 mgr.a (mgr.14403) 7416 : cluster 0 pgmap v5533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:21 smithi135 bash[32435]: cluster 2023-12-07T20:19:20.655399+0000 mgr.a (mgr.14403) 7416 : cluster 0 pgmap v5533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:23.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:19:23.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:23.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:23.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:22 smithi079 bash[28699]: cluster 2023-12-07T20:19:22.655980+0000 mgr.a (mgr.14403) 7417 : cluster 0 pgmap v5534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:22 smithi194 bash[32038]: cluster 2023-12-07T20:19:22.655980+0000 mgr.a (mgr.14403) 7417 : cluster 0 pgmap v5534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:22 smithi135 bash[32435]: cluster 2023-12-07T20:19:22.655980+0000 mgr.a (mgr.14403) 7417 : cluster 0 pgmap v5534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:24.007 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:19:24.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:24.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:24.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:24.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:19:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:23 smithi079 bash[28699]: audit 2023-12-07T20:19:23.501745+0000 mgr.a (mgr.14403) 7418 : audit 0 from='client.156183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:23 smithi194 bash[32038]: audit 2023-12-07T20:19:23.501745+0000 mgr.a (mgr.14403) 7418 : audit 0 from='client.156183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:23 smithi135 bash[32435]: audit 2023-12-07T20:19:23.501745+0000 mgr.a (mgr.14403) 7418 : audit 0 from='client.156183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:25.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:24 smithi079 bash[28699]: cluster 2023-12-07T20:19:24.657180+0000 mgr.a (mgr.14403) 7419 : cluster 0 pgmap v5535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:25.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:24 smithi194 bash[32038]: cluster 2023-12-07T20:19:24.657180+0000 mgr.a (mgr.14403) 7419 : cluster 0 pgmap v5535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:25.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:24 smithi135 bash[32435]: cluster 2023-12-07T20:19:24.657180+0000 mgr.a (mgr.14403) 7419 : cluster 0 pgmap v5535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:27 smithi079 bash[28699]: cluster 2023-12-07T20:19:26.657736+0000 mgr.a (mgr.14403) 7420 : cluster 0 pgmap v5536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:27 smithi194 bash[32038]: cluster 2023-12-07T20:19:26.657736+0000 mgr.a (mgr.14403) 7420 : cluster 0 pgmap v5536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:27 smithi135 bash[32435]: cluster 2023-12-07T20:19:26.657736+0000 mgr.a (mgr.14403) 7420 : cluster 0 pgmap v5536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:29.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:19:29.011 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:29.011 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:29.893 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:19:29.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:29.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:29.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:29.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:19:30.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:29 smithi079 bash[28699]: cluster 2023-12-07T20:19:28.658481+0000 mgr.a (mgr.14403) 7421 : cluster 0 pgmap v5537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:29 smithi194 bash[32038]: cluster 2023-12-07T20:19:28.658481+0000 mgr.a (mgr.14403) 7421 : cluster 0 pgmap v5537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:29 smithi135 bash[32435]: cluster 2023-12-07T20:19:28.658481+0000 mgr.a (mgr.14403) 7421 : cluster 0 pgmap v5537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:30 smithi079 bash[28699]: audit 2023-12-07T20:19:29.413183+0000 mgr.a (mgr.14403) 7422 : audit 0 from='client.156258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:31.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:30 smithi194 bash[32038]: audit 2023-12-07T20:19:29.413183+0000 mgr.a (mgr.14403) 7422 : audit 0 from='client.156258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:31.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:30 smithi135 bash[32435]: audit 2023-12-07T20:19:29.413183+0000 mgr.a (mgr.14403) 7422 : audit 0 from='client.156258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:31 smithi079 bash[28699]: cluster 2023-12-07T20:19:30.659221+0000 mgr.a (mgr.14403) 7423 : cluster 0 pgmap v5538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:31 smithi194 bash[32038]: cluster 2023-12-07T20:19:30.659221+0000 mgr.a (mgr.14403) 7423 : cluster 0 pgmap v5538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:31 smithi135 bash[32435]: cluster 2023-12-07T20:19:30.659221+0000 mgr.a (mgr.14403) 7423 : cluster 0 pgmap v5538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:32 smithi079 bash[28699]: cluster 2023-12-07T20:19:32.659741+0000 mgr.a (mgr.14403) 7424 : cluster 0 pgmap v5539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:33.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:32 smithi194 bash[32038]: cluster 2023-12-07T20:19:32.659741+0000 mgr.a (mgr.14403) 7424 : cluster 0 pgmap v5539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:32 smithi135 bash[32435]: cluster 2023-12-07T20:19:32.659741+0000 mgr.a (mgr.14403) 7424 : cluster 0 pgmap v5539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:19:34.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:19:34.897 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:34.897 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:35.813 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:19:35.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:35.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:35.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:35.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:19:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:35 smithi079 bash[28699]: cluster 2023-12-07T20:19:34.660562+0000 mgr.a (mgr.14403) 7425 : cluster 0 pgmap v5540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:35 smithi194 bash[32038]: cluster 2023-12-07T20:19:34.660562+0000 mgr.a (mgr.14403) 7425 : cluster 0 pgmap v5540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:35 smithi135 bash[32435]: cluster 2023-12-07T20:19:34.660562+0000 mgr.a (mgr.14403) 7425 : cluster 0 pgmap v5540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:37.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:36 smithi079 bash[28699]: audit 2023-12-07T20:19:35.308631+0000 mgr.a (mgr.14403) 7426 : audit 0 from='client.156336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:37.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:36 smithi194 bash[32038]: audit 2023-12-07T20:19:35.308631+0000 mgr.a (mgr.14403) 7426 : audit 0 from='client.156336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:37.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:36 smithi135 bash[32435]: audit 2023-12-07T20:19:35.308631+0000 mgr.a (mgr.14403) 7426 : audit 0 from='client.156336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:38.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:37 smithi079 bash[28699]: cluster 2023-12-07T20:19:36.661375+0000 mgr.a (mgr.14403) 7427 : cluster 0 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-07T20:19:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:37 smithi194 bash[32038]: cluster 2023-12-07T20:19:36.661375+0000 mgr.a (mgr.14403) 7427 : cluster 0 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-07T20:19:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:37 smithi135 bash[32435]: cluster 2023-12-07T20:19:36.661375+0000 mgr.a (mgr.14403) 7427 : cluster 0 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-07T20:19:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:39 smithi079 bash[28699]: cluster 2023-12-07T20:19:38.662152+0000 mgr.a (mgr.14403) 7428 : cluster 0 pgmap v5542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:39 smithi194 bash[32038]: cluster 2023-12-07T20:19:38.662152+0000 mgr.a (mgr.14403) 7428 : cluster 0 pgmap v5542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:39 smithi135 bash[32435]: cluster 2023-12-07T20:19:38.662152+0000 mgr.a (mgr.14403) 7428 : cluster 0 pgmap v5542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:40.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:19:40.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:40.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:40 smithi079 bash[28699]: audit 2023-12-07T20:19:40.140713+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:19:41.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:40 smithi194 bash[32038]: audit 2023-12-07T20:19:40.140713+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:19:41.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:40 smithi135 bash[32435]: audit 2023-12-07T20:19:40.140713+0000 mon.a (mon.0) 1488 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:19:41.697 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:19:41.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:41.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:41.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:41.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:19:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:41 smithi079 bash[28699]: cluster 2023-12-07T20:19:40.662723+0000 mgr.a (mgr.14403) 7429 : cluster 0 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-07T20:19:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:41 smithi079 bash[28699]: audit 2023-12-07T20:19:40.882192+0000 mon.a (mon.0) 1489 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:19:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:41 smithi079 bash[28699]: audit 2023-12-07T20:19:40.883461+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:19:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:41 smithi079 bash[28699]: audit 2023-12-07T20:19:40.891453+0000 mon.a (mon.0) 1491 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:19:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:41 smithi194 bash[32038]: cluster 2023-12-07T20:19:40.662723+0000 mgr.a (mgr.14403) 7429 : cluster 0 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-07T20:19:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:41 smithi194 bash[32038]: audit 2023-12-07T20:19:40.882192+0000 mon.a (mon.0) 1489 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:19:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:41 smithi194 bash[32038]: audit 2023-12-07T20:19:40.883461+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:19:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:41 smithi194 bash[32038]: audit 2023-12-07T20:19:40.891453+0000 mon.a (mon.0) 1491 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:19:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:41 smithi135 bash[32435]: cluster 2023-12-07T20:19:40.662723+0000 mgr.a (mgr.14403) 7429 : cluster 0 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-07T20:19:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:41 smithi135 bash[32435]: audit 2023-12-07T20:19:40.882192+0000 mon.a (mon.0) 1489 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:19:42.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:41 smithi135 bash[32435]: audit 2023-12-07T20:19:40.883461+0000 mon.a (mon.0) 1490 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:19:42.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:41 smithi135 bash[32435]: audit 2023-12-07T20:19:40.891453+0000 mon.a (mon.0) 1491 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:19:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:42 smithi079 bash[28699]: audit 2023-12-07T20:19:41.216067+0000 mgr.a (mgr.14403) 7430 : audit 0 from='client.156411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:42 smithi194 bash[32038]: audit 2023-12-07T20:19:41.216067+0000 mgr.a (mgr.14403) 7430 : audit 0 from='client.156411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:42 smithi135 bash[32435]: audit 2023-12-07T20:19:41.216067+0000 mgr.a (mgr.14403) 7430 : audit 0 from='client.156411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:43 smithi079 bash[28699]: cluster 2023-12-07T20:19:42.663421+0000 mgr.a (mgr.14403) 7431 : cluster 0 pgmap v5544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:44.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:43 smithi194 bash[32038]: cluster 2023-12-07T20:19:42.663421+0000 mgr.a (mgr.14403) 7431 : cluster 0 pgmap v5544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:43 smithi135 bash[32435]: cluster 2023-12-07T20:19:42.663421+0000 mgr.a (mgr.14403) 7431 : cluster 0 pgmap v5544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:46.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:45 smithi079 bash[28699]: cluster 2023-12-07T20:19:44.664318+0000 mgr.a (mgr.14403) 7432 : cluster 0 pgmap v5545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:45 smithi194 bash[32038]: cluster 2023-12-07T20:19:44.664318+0000 mgr.a (mgr.14403) 7432 : cluster 0 pgmap v5545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:45 smithi135 bash[32435]: cluster 2023-12-07T20:19:44.664318+0000 mgr.a (mgr.14403) 7432 : cluster 0 pgmap v5545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:46.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:19:46.700 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:46.700 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:47.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:47.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:47.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:47.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:19:47.636 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:19:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:47 smithi079 bash[28699]: cluster 2023-12-07T20:19:46.664984+0000 mgr.a (mgr.14403) 7433 : cluster 0 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-07T20:19:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:47 smithi194 bash[32038]: cluster 2023-12-07T20:19:46.664984+0000 mgr.a (mgr.14403) 7433 : cluster 0 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-07T20:19:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:47 smithi135 bash[32435]: cluster 2023-12-07T20:19:46.664984+0000 mgr.a (mgr.14403) 7433 : cluster 0 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-07T20:19:49.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:48 smithi079 bash[28699]: audit 2023-12-07T20:19:47.117445+0000 mgr.a (mgr.14403) 7434 : audit 0 from='client.156483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:49.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:48 smithi194 bash[32038]: audit 2023-12-07T20:19:47.117445+0000 mgr.a (mgr.14403) 7434 : audit 0 from='client.156483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:49.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:48 smithi135 bash[32435]: audit 2023-12-07T20:19:47.117445+0000 mgr.a (mgr.14403) 7434 : audit 0 from='client.156483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:49 smithi079 bash[28699]: cluster 2023-12-07T20:19:48.665837+0000 mgr.a (mgr.14403) 7435 : cluster 0 pgmap v5547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:49 smithi194 bash[32038]: cluster 2023-12-07T20:19:48.665837+0000 mgr.a (mgr.14403) 7435 : cluster 0 pgmap v5547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:49 smithi135 bash[32435]: cluster 2023-12-07T20:19:48.665837+0000 mgr.a (mgr.14403) 7435 : cluster 0 pgmap v5547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:19:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:51 smithi079 bash[28699]: cluster 2023-12-07T20:19:50.666407+0000 mgr.a (mgr.14403) 7436 : cluster 0 pgmap v5548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:51 smithi194 bash[32038]: cluster 2023-12-07T20:19:50.666407+0000 mgr.a (mgr.14403) 7436 : cluster 0 pgmap v5548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:51 smithi135 bash[32435]: cluster 2023-12-07T20:19:50.666407+0000 mgr.a (mgr.14403) 7436 : cluster 0 pgmap v5548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:19:52.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:19:52.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:52.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:53.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:52 smithi079 bash[28699]: cluster 2023-12-07T20:19:52.666987+0000 mgr.a (mgr.14403) 7437 : cluster 0 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-07T20:19:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:52 smithi194 bash[32038]: cluster 2023-12-07T20:19:52.666987+0000 mgr.a (mgr.14403) 7437 : cluster 0 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-07T20:19:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:52 smithi135 bash[32435]: cluster 2023-12-07T20:19:52.666987+0000 mgr.a (mgr.14403) 7437 : cluster 0 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-07T20:19:53.552 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:19:53.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:53.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:53.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:53.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:19:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:53 smithi079 bash[28699]: audit 2023-12-07T20:19:53.046544+0000 mgr.a (mgr.14403) 7438 : audit 0 from='client.156561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:53 smithi194 bash[32038]: audit 2023-12-07T20:19:53.046544+0000 mgr.a (mgr.14403) 7438 : audit 0 from='client.156561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:53 smithi135 bash[32435]: audit 2023-12-07T20:19:53.046544+0000 mgr.a (mgr.14403) 7438 : audit 0 from='client.156561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:19:55.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:54 smithi079 bash[28699]: cluster 2023-12-07T20:19:54.667937+0000 mgr.a (mgr.14403) 7439 : cluster 0 pgmap v5550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:19:55.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:54 smithi194 bash[32038]: cluster 2023-12-07T20:19:54.667937+0000 mgr.a (mgr.14403) 7439 : cluster 0 pgmap v5550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:19:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:54 smithi135 bash[32435]: cluster 2023-12-07T20:19:54.667937+0000 mgr.a (mgr.14403) 7439 : cluster 0 pgmap v5550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:19:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:57 smithi079 bash[28699]: cluster 2023-12-07T20:19:56.668590+0000 mgr.a (mgr.14403) 7440 : cluster 0 pgmap v5551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:19:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:57 smithi194 bash[32038]: cluster 2023-12-07T20:19:56.668590+0000 mgr.a (mgr.14403) 7440 : cluster 0 pgmap v5551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:19:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:57 smithi135 bash[32435]: cluster 2023-12-07T20:19:56.668590+0000 mgr.a (mgr.14403) 7440 : cluster 0 pgmap v5551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:19:58.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:19:58.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:19:58.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:19:59.485 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:19:59.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:19:59.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:19:59.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:19:59.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:20:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:19:59 smithi079 bash[28699]: cluster 2023-12-07T20:19:58.669319+0000 mgr.a (mgr.14403) 7441 : cluster 0 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-07T20:20:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:19:59 smithi194 bash[32038]: cluster 2023-12-07T20:19:58.669319+0000 mgr.a (mgr.14403) 7441 : cluster 0 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-07T20:20:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:19:59 smithi135 bash[32435]: cluster 2023-12-07T20:19:58.669319+0000 mgr.a (mgr.14403) 7441 : cluster 0 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-07T20:20:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:00 smithi079 bash[28699]: audit 2023-12-07T20:19:58.957149+0000 mgr.a (mgr.14403) 7442 : audit 0 from='client.156639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:00 smithi079 bash[28699]: cluster 2023-12-07T20:20:00.000162+0000 mon.a (mon.0) 1492 : cluster 1 overall HEALTH_OK 2023-12-07T20:20:01.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:00 smithi194 bash[32038]: audit 2023-12-07T20:19:58.957149+0000 mgr.a (mgr.14403) 7442 : audit 0 from='client.156639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:01.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:00 smithi194 bash[32038]: cluster 2023-12-07T20:20:00.000162+0000 mon.a (mon.0) 1492 : cluster 1 overall HEALTH_OK 2023-12-07T20:20:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:00 smithi135 bash[32435]: audit 2023-12-07T20:19:58.957149+0000 mgr.a (mgr.14403) 7442 : audit 0 from='client.156639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:00 smithi135 bash[32435]: cluster 2023-12-07T20:20:00.000162+0000 mon.a (mon.0) 1492 : cluster 1 overall HEALTH_OK 2023-12-07T20:20:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:01 smithi079 bash[28699]: cluster 2023-12-07T20:20:00.670017+0000 mgr.a (mgr.14403) 7443 : cluster 0 pgmap v5553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:01 smithi194 bash[32038]: cluster 2023-12-07T20:20:00.670017+0000 mgr.a (mgr.14403) 7443 : cluster 0 pgmap v5553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:01 smithi135 bash[32435]: cluster 2023-12-07T20:20:00.670017+0000 mgr.a (mgr.14403) 7443 : cluster 0 pgmap v5553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:03.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:02 smithi079 bash[28699]: cluster 2023-12-07T20:20:02.670631+0000 mgr.a (mgr.14403) 7444 : cluster 0 pgmap v5554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:02 smithi194 bash[32038]: cluster 2023-12-07T20:20:02.670631+0000 mgr.a (mgr.14403) 7444 : cluster 0 pgmap v5554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:02 smithi135 bash[32435]: cluster 2023-12-07T20:20:02.670631+0000 mgr.a (mgr.14403) 7444 : cluster 0 pgmap v5554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:04.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:20:04.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:04.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:05.392 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:20:05.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:05.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:05.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:05.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:20:06.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:05 smithi079 bash[28699]: cluster 2023-12-07T20:20:04.671517+0000 mgr.a (mgr.14403) 7445 : cluster 0 pgmap v5555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:05 smithi194 bash[32038]: cluster 2023-12-07T20:20:04.671517+0000 mgr.a (mgr.14403) 7445 : cluster 0 pgmap v5555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:05 smithi135 bash[32435]: cluster 2023-12-07T20:20:04.671517+0000 mgr.a (mgr.14403) 7445 : cluster 0 pgmap v5555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:06 smithi079 bash[28699]: audit 2023-12-07T20:20:04.898700+0000 mgr.a (mgr.14403) 7446 : audit 0 from='client.156714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:07.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:06 smithi194 bash[32038]: audit 2023-12-07T20:20:04.898700+0000 mgr.a (mgr.14403) 7446 : audit 0 from='client.156714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:07.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:06 smithi135 bash[32435]: audit 2023-12-07T20:20:04.898700+0000 mgr.a (mgr.14403) 7446 : audit 0 from='client.156714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:07 smithi079 bash[28699]: cluster 2023-12-07T20:20:06.672165+0000 mgr.a (mgr.14403) 7447 : cluster 0 pgmap v5556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:20:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:07 smithi194 bash[32038]: cluster 2023-12-07T20:20:06.672165+0000 mgr.a (mgr.14403) 7447 : cluster 0 pgmap v5556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:20:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:07 smithi135 bash[32435]: cluster 2023-12-07T20:20:06.672165+0000 mgr.a (mgr.14403) 7447 : cluster 0 pgmap v5556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:20:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:09 smithi079 bash[28699]: cluster 2023-12-07T20:20:08.672995+0000 mgr.a (mgr.14403) 7448 : cluster 0 pgmap v5557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:20:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:09 smithi194 bash[32038]: cluster 2023-12-07T20:20:08.672995+0000 mgr.a (mgr.14403) 7448 : cluster 0 pgmap v5557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:20:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:09 smithi135 bash[32435]: cluster 2023-12-07T20:20:08.672995+0000 mgr.a (mgr.14403) 7448 : cluster 0 pgmap v5557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:20:10.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:20:10.395 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:10.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:11.326 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:20:11.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:11.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:11.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:11.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:20:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:11 smithi079 bash[28699]: cluster 2023-12-07T20:20:10.673401+0000 mgr.a (mgr.14403) 7449 : cluster 0 pgmap v5558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:11 smithi079 bash[28699]: audit 2023-12-07T20:20:10.802805+0000 mgr.a (mgr.14403) 7450 : audit 0 from='client.156789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:11 smithi194 bash[32038]: cluster 2023-12-07T20:20:10.673401+0000 mgr.a (mgr.14403) 7449 : cluster 0 pgmap v5558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:11 smithi194 bash[32038]: audit 2023-12-07T20:20:10.802805+0000 mgr.a (mgr.14403) 7450 : audit 0 from='client.156789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:11 smithi135 bash[32435]: cluster 2023-12-07T20:20:10.673401+0000 mgr.a (mgr.14403) 7449 : cluster 0 pgmap v5558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:11 smithi135 bash[32435]: audit 2023-12-07T20:20:10.802805+0000 mgr.a (mgr.14403) 7450 : audit 0 from='client.156789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:12 smithi079 bash[28699]: cluster 2023-12-07T20:20:12.674039+0000 mgr.a (mgr.14403) 7451 : cluster 0 pgmap v5559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:12 smithi194 bash[32038]: cluster 2023-12-07T20:20:12.674039+0000 mgr.a (mgr.14403) 7451 : cluster 0 pgmap v5559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:12 smithi135 bash[32435]: cluster 2023-12-07T20:20:12.674039+0000 mgr.a (mgr.14403) 7451 : cluster 0 pgmap v5559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:15 smithi079 bash[28699]: cluster 2023-12-07T20:20:14.674866+0000 mgr.a (mgr.14403) 7452 : cluster 0 pgmap v5560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:15 smithi194 bash[32038]: cluster 2023-12-07T20:20:14.674866+0000 mgr.a (mgr.14403) 7452 : cluster 0 pgmap v5560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:15 smithi135 bash[32435]: cluster 2023-12-07T20:20:14.674866+0000 mgr.a (mgr.14403) 7452 : cluster 0 pgmap v5560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:16.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:20:16.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:16.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:17.222 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:20:17.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:17.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:17.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:17.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:20:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:17 smithi079 bash[28699]: cluster 2023-12-07T20:20:16.675384+0000 mgr.a (mgr.14403) 7453 : cluster 0 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-07T20:20:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:17 smithi079 bash[28699]: audit 2023-12-07T20:20:16.740459+0000 mgr.a (mgr.14403) 7454 : audit 0 from='client.156864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:17 smithi194 bash[32038]: cluster 2023-12-07T20:20:16.675384+0000 mgr.a (mgr.14403) 7453 : cluster 0 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-07T20:20:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:17 smithi194 bash[32038]: audit 2023-12-07T20:20:16.740459+0000 mgr.a (mgr.14403) 7454 : audit 0 from='client.156864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:17 smithi135 bash[32435]: cluster 2023-12-07T20:20:16.675384+0000 mgr.a (mgr.14403) 7453 : cluster 0 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-07T20:20:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:17 smithi135 bash[32435]: audit 2023-12-07T20:20:16.740459+0000 mgr.a (mgr.14403) 7454 : audit 0 from='client.156864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:20.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:19 smithi079 bash[28699]: cluster 2023-12-07T20:20:18.676264+0000 mgr.a (mgr.14403) 7455 : cluster 0 pgmap v5562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:19 smithi194 bash[32038]: cluster 2023-12-07T20:20:18.676264+0000 mgr.a (mgr.14403) 7455 : cluster 0 pgmap v5562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:19 smithi135 bash[32435]: cluster 2023-12-07T20:20:18.676264+0000 mgr.a (mgr.14403) 7455 : cluster 0 pgmap v5562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:21 smithi079 bash[28699]: cluster 2023-12-07T20:20:20.676909+0000 mgr.a (mgr.14403) 7456 : cluster 0 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-07T20:20:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:21 smithi194 bash[32038]: cluster 2023-12-07T20:20:20.676909+0000 mgr.a (mgr.14403) 7456 : cluster 0 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-07T20:20:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:21 smithi135 bash[32435]: cluster 2023-12-07T20:20:20.676909+0000 mgr.a (mgr.14403) 7456 : cluster 0 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-07T20:20:22.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:20:22.225 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:22.226 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:23.117 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:20:23.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:23.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:23.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:23.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:20:23.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:22 smithi079 bash[28699]: audit 2023-12-07T20:20:22.634817+0000 mgr.a (mgr.14403) 7457 : audit 0 from='client.156936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:23.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:22 smithi079 bash[28699]: cluster 2023-12-07T20:20:22.677683+0000 mgr.a (mgr.14403) 7458 : cluster 0 pgmap v5564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:22 smithi194 bash[32038]: audit 2023-12-07T20:20:22.634817+0000 mgr.a (mgr.14403) 7457 : audit 0 from='client.156936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:22 smithi194 bash[32038]: cluster 2023-12-07T20:20:22.677683+0000 mgr.a (mgr.14403) 7458 : cluster 0 pgmap v5564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:22 smithi135 bash[32435]: audit 2023-12-07T20:20:22.634817+0000 mgr.a (mgr.14403) 7457 : audit 0 from='client.156936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:22 smithi135 bash[32435]: cluster 2023-12-07T20:20:22.677683+0000 mgr.a (mgr.14403) 7458 : cluster 0 pgmap v5564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:25 smithi079 bash[28699]: cluster 2023-12-07T20:20:24.678600+0000 mgr.a (mgr.14403) 7459 : cluster 0 pgmap v5565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:25 smithi194 bash[32038]: cluster 2023-12-07T20:20:24.678600+0000 mgr.a (mgr.14403) 7459 : cluster 0 pgmap v5565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:25 smithi135 bash[32435]: cluster 2023-12-07T20:20:24.678600+0000 mgr.a (mgr.14403) 7459 : cluster 0 pgmap v5565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:28.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:20:28.120 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:28.120 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:28.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:27 smithi079 bash[28699]: cluster 2023-12-07T20:20:26.679190+0000 mgr.a (mgr.14403) 7460 : cluster 0 pgmap v5566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:27 smithi194 bash[32038]: cluster 2023-12-07T20:20:26.679190+0000 mgr.a (mgr.14403) 7460 : cluster 0 pgmap v5566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:27 smithi135 bash[32435]: cluster 2023-12-07T20:20:26.679190+0000 mgr.a (mgr.14403) 7460 : cluster 0 pgmap v5566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:28.998 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:20:28.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:28.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:28.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:28.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:20:30.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:29 smithi079 bash[28699]: audit 2023-12-07T20:20:28.523698+0000 mgr.a (mgr.14403) 7461 : audit 0 from='client.157014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:29 smithi079 bash[28699]: cluster 2023-12-07T20:20:28.680311+0000 mgr.a (mgr.14403) 7462 : cluster 0 pgmap v5567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:29 smithi194 bash[32038]: audit 2023-12-07T20:20:28.523698+0000 mgr.a (mgr.14403) 7461 : audit 0 from='client.157014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:29 smithi194 bash[32038]: cluster 2023-12-07T20:20:28.680311+0000 mgr.a (mgr.14403) 7462 : cluster 0 pgmap v5567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:29 smithi135 bash[32435]: audit 2023-12-07T20:20:28.523698+0000 mgr.a (mgr.14403) 7461 : audit 0 from='client.157014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:29 smithi135 bash[32435]: cluster 2023-12-07T20:20:28.680311+0000 mgr.a (mgr.14403) 7462 : cluster 0 pgmap v5567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:32.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:31 smithi079 bash[28699]: cluster 2023-12-07T20:20:30.681002+0000 mgr.a (mgr.14403) 7463 : cluster 0 pgmap v5568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:31 smithi194 bash[32038]: cluster 2023-12-07T20:20:30.681002+0000 mgr.a (mgr.14403) 7463 : cluster 0 pgmap v5568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:31 smithi135 bash[32435]: cluster 2023-12-07T20:20:30.681002+0000 mgr.a (mgr.14403) 7463 : cluster 0 pgmap v5568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:33.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:32 smithi079 bash[28699]: cluster 2023-12-07T20:20:32.681581+0000 mgr.a (mgr.14403) 7464 : cluster 0 pgmap v5569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:33.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:32 smithi194 bash[32038]: cluster 2023-12-07T20:20:32.681581+0000 mgr.a (mgr.14403) 7464 : cluster 0 pgmap v5569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:32 smithi135 bash[32435]: cluster 2023-12-07T20:20:32.681581+0000 mgr.a (mgr.14403) 7464 : cluster 0 pgmap v5569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:34.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:20:34.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:34.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:34.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:34.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:34.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:34.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:20:34.863 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:20:35.738 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:35 smithi135 bash[32435]: audit 2023-12-07T20:20:34.399145+0000 mgr.a (mgr.14403) 7465 : audit 0 from='client.157092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:35.738 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:35 smithi135 bash[32435]: cluster 2023-12-07T20:20:34.682644+0000 mgr.a (mgr.14403) 7466 : cluster 0 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-07T20:20:36.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:35 smithi079 bash[28699]: audit 2023-12-07T20:20:34.399145+0000 mgr.a (mgr.14403) 7465 : audit 0 from='client.157092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:35 smithi079 bash[28699]: cluster 2023-12-07T20:20:34.682644+0000 mgr.a (mgr.14403) 7466 : cluster 0 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-07T20:20:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:35 smithi194 bash[32038]: audit 2023-12-07T20:20:34.399145+0000 mgr.a (mgr.14403) 7465 : audit 0 from='client.157092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:35 smithi194 bash[32038]: cluster 2023-12-07T20:20:34.682644+0000 mgr.a (mgr.14403) 7466 : cluster 0 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-07T20:20:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:37 smithi079 bash[28699]: cluster 2023-12-07T20:20:36.683369+0000 mgr.a (mgr.14403) 7467 : cluster 0 pgmap v5571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:37 smithi194 bash[32038]: cluster 2023-12-07T20:20:36.683369+0000 mgr.a (mgr.14403) 7467 : cluster 0 pgmap v5571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:37 smithi135 bash[32435]: cluster 2023-12-07T20:20:36.683369+0000 mgr.a (mgr.14403) 7467 : cluster 0 pgmap v5571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:20:39.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:20:39.867 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:39.867 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:40.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:39 smithi079 bash[28699]: cluster 2023-12-07T20:20:38.684195+0000 mgr.a (mgr.14403) 7468 : cluster 0 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-07T20:20:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:39 smithi194 bash[32038]: cluster 2023-12-07T20:20:38.684195+0000 mgr.a (mgr.14403) 7468 : cluster 0 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-07T20:20:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:39 smithi135 bash[32435]: cluster 2023-12-07T20:20:38.684195+0000 mgr.a (mgr.14403) 7468 : cluster 0 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-07T20:20:40.748 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:20:40.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:40.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:40.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:40.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:20:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:41 smithi079 bash[28699]: audit 2023-12-07T20:20:40.259131+0000 mgr.a (mgr.14403) 7469 : audit 0 from='client.157167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:41 smithi079 bash[28699]: cluster 2023-12-07T20:20:40.684843+0000 mgr.a (mgr.14403) 7470 : cluster 0 pgmap v5573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:41 smithi079 bash[28699]: audit 2023-12-07T20:20:40.995165+0000 mon.a (mon.0) 1493 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:20:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:41 smithi194 bash[32038]: audit 2023-12-07T20:20:40.259131+0000 mgr.a (mgr.14403) 7469 : audit 0 from='client.157167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:41 smithi194 bash[32038]: cluster 2023-12-07T20:20:40.684843+0000 mgr.a (mgr.14403) 7470 : cluster 0 pgmap v5573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:41 smithi194 bash[32038]: audit 2023-12-07T20:20:40.995165+0000 mon.a (mon.0) 1493 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:20:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:41 smithi135 bash[32435]: audit 2023-12-07T20:20:40.259131+0000 mgr.a (mgr.14403) 7469 : audit 0 from='client.157167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:41 smithi135 bash[32435]: cluster 2023-12-07T20:20:40.684843+0000 mgr.a (mgr.14403) 7470 : cluster 0 pgmap v5573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:41 smithi135 bash[32435]: audit 2023-12-07T20:20:40.995165+0000 mon.a (mon.0) 1493 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:20:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:42 smithi079 bash[28699]: audit 2023-12-07T20:20:41.783738+0000 mon.a (mon.0) 1494 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:20:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:42 smithi079 bash[28699]: audit 2023-12-07T20:20:41.785731+0000 mon.a (mon.0) 1495 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:20:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:42 smithi079 bash[28699]: audit 2023-12-07T20:20:41.795149+0000 mon.a (mon.0) 1496 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:20:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:42 smithi194 bash[32038]: audit 2023-12-07T20:20:41.783738+0000 mon.a (mon.0) 1494 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:20:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:42 smithi194 bash[32038]: audit 2023-12-07T20:20:41.785731+0000 mon.a (mon.0) 1495 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:20:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:42 smithi194 bash[32038]: audit 2023-12-07T20:20:41.795149+0000 mon.a (mon.0) 1496 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:20:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:42 smithi135 bash[32435]: audit 2023-12-07T20:20:41.783738+0000 mon.a (mon.0) 1494 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:20:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:42 smithi135 bash[32435]: audit 2023-12-07T20:20:41.785731+0000 mon.a (mon.0) 1495 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:20:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:42 smithi135 bash[32435]: audit 2023-12-07T20:20:41.795149+0000 mon.a (mon.0) 1496 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:20:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:43 smithi079 bash[28699]: cluster 2023-12-07T20:20:42.685431+0000 mgr.a (mgr.14403) 7471 : cluster 0 pgmap v5574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:44.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:43 smithi194 bash[32038]: cluster 2023-12-07T20:20:42.685431+0000 mgr.a (mgr.14403) 7471 : cluster 0 pgmap v5574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:43 smithi135 bash[32435]: cluster 2023-12-07T20:20:42.685431+0000 mgr.a (mgr.14403) 7471 : cluster 0 pgmap v5574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:45.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:20:45.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:45.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:45 smithi079 bash[28699]: cluster 2023-12-07T20:20:44.686216+0000 mgr.a (mgr.14403) 7472 : cluster 0 pgmap v5575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:45 smithi194 bash[32038]: cluster 2023-12-07T20:20:44.686216+0000 mgr.a (mgr.14403) 7472 : cluster 0 pgmap v5575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:45 smithi135 bash[32435]: cluster 2023-12-07T20:20:44.686216+0000 mgr.a (mgr.14403) 7472 : cluster 0 pgmap v5575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:46.674 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:20:46.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:46.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:46.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:46.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:20:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:47 smithi079 bash[28699]: audit 2023-12-07T20:20:46.161716+0000 mgr.a (mgr.14403) 7473 : audit 0 from='client.157245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:47 smithi079 bash[28699]: cluster 2023-12-07T20:20:46.687080+0000 mgr.a (mgr.14403) 7474 : cluster 0 pgmap v5576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:47 smithi194 bash[32038]: audit 2023-12-07T20:20:46.161716+0000 mgr.a (mgr.14403) 7473 : audit 0 from='client.157245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:47 smithi194 bash[32038]: cluster 2023-12-07T20:20:46.687080+0000 mgr.a (mgr.14403) 7474 : cluster 0 pgmap v5576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:47 smithi135 bash[32435]: audit 2023-12-07T20:20:46.161716+0000 mgr.a (mgr.14403) 7473 : audit 0 from='client.157245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:47 smithi135 bash[32435]: cluster 2023-12-07T20:20:46.687080+0000 mgr.a (mgr.14403) 7474 : cluster 0 pgmap v5576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:49 smithi079 bash[28699]: cluster 2023-12-07T20:20:48.687859+0000 mgr.a (mgr.14403) 7475 : cluster 0 pgmap v5577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:49 smithi194 bash[32038]: cluster 2023-12-07T20:20:48.687859+0000 mgr.a (mgr.14403) 7475 : cluster 0 pgmap v5577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:49 smithi135 bash[32435]: cluster 2023-12-07T20:20:48.687859+0000 mgr.a (mgr.14403) 7475 : cluster 0 pgmap v5577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:51.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:20:51.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:51.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:52.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:51 smithi079 bash[28699]: cluster 2023-12-07T20:20:50.688441+0000 mgr.a (mgr.14403) 7476 : cluster 0 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-07T20:20:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:51 smithi194 bash[32038]: cluster 2023-12-07T20:20:50.688441+0000 mgr.a (mgr.14403) 7476 : cluster 0 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-07T20:20:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:51 smithi135 bash[32435]: cluster 2023-12-07T20:20:50.688441+0000 mgr.a (mgr.14403) 7476 : cluster 0 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-07T20:20:52.594 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:20:52.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:52.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:52.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:52.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:20:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:52 smithi194 bash[32038]: audit 2023-12-07T20:20:52.088237+0000 mgr.a (mgr.14403) 7477 : audit 0 from='client.157323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:52 smithi194 bash[32038]: cluster 2023-12-07T20:20:52.689202+0000 mgr.a (mgr.14403) 7478 : cluster 0 pgmap v5579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:52 smithi135 bash[32435]: audit 2023-12-07T20:20:52.088237+0000 mgr.a (mgr.14403) 7477 : audit 0 from='client.157323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:52 smithi135 bash[32435]: cluster 2023-12-07T20:20:52.689202+0000 mgr.a (mgr.14403) 7478 : cluster 0 pgmap v5579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:53.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:52 smithi079 bash[28699]: audit 2023-12-07T20:20:52.088237+0000 mgr.a (mgr.14403) 7477 : audit 0 from='client.157323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:20:53.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:52 smithi079 bash[28699]: cluster 2023-12-07T20:20:52.689202+0000 mgr.a (mgr.14403) 7478 : cluster 0 pgmap v5579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:20:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:55 smithi079 bash[28699]: cluster 2023-12-07T20:20:54.689994+0000 mgr.a (mgr.14403) 7479 : cluster 0 pgmap v5580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:55 smithi194 bash[32038]: cluster 2023-12-07T20:20:54.689994+0000 mgr.a (mgr.14403) 7479 : cluster 0 pgmap v5580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:55 smithi135 bash[32435]: cluster 2023-12-07T20:20:54.689994+0000 mgr.a (mgr.14403) 7479 : cluster 0 pgmap v5580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:20:57.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:20:57.598 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:20:57.598 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:20:58.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:57 smithi079 bash[28699]: cluster 2023-12-07T20:20:56.690560+0000 mgr.a (mgr.14403) 7480 : cluster 0 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-07T20:20:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:57 smithi194 bash[32038]: cluster 2023-12-07T20:20:56.690560+0000 mgr.a (mgr.14403) 7480 : cluster 0 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-07T20:20:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:57 smithi135 bash[32435]: cluster 2023-12-07T20:20:56.690560+0000 mgr.a (mgr.14403) 7480 : cluster 0 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-07T20:20:58.525 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:20:58.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:20:58.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:20:58.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:20:58.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:21:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:59 smithi079 bash[28699]: audit 2023-12-07T20:20:58.014257+0000 mgr.a (mgr.14403) 7481 : audit 0 from='client.157398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:20:59 smithi079 bash[28699]: cluster 2023-12-07T20:20:58.691494+0000 mgr.a (mgr.14403) 7482 : cluster 0 pgmap v5582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:21:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:59 smithi194 bash[32038]: audit 2023-12-07T20:20:58.014257+0000 mgr.a (mgr.14403) 7481 : audit 0 from='client.157398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:20:59 smithi194 bash[32038]: cluster 2023-12-07T20:20:58.691494+0000 mgr.a (mgr.14403) 7482 : cluster 0 pgmap v5582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:21:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:59 smithi135 bash[32435]: audit 2023-12-07T20:20:58.014257+0000 mgr.a (mgr.14403) 7481 : audit 0 from='client.157398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:20:59 smithi135 bash[32435]: cluster 2023-12-07T20:20:58.691494+0000 mgr.a (mgr.14403) 7482 : cluster 0 pgmap v5582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:21:02.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:01 smithi079 bash[28699]: cluster 2023-12-07T20:21:00.692094+0000 mgr.a (mgr.14403) 7483 : cluster 0 pgmap v5583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:21:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:01 smithi194 bash[32038]: cluster 2023-12-07T20:21:00.692094+0000 mgr.a (mgr.14403) 7483 : cluster 0 pgmap v5583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:21:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:01 smithi135 bash[32435]: cluster 2023-12-07T20:21:00.692094+0000 mgr.a (mgr.14403) 7483 : cluster 0 pgmap v5583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:21:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:02 smithi194 bash[32038]: cluster 2023-12-07T20:21:02.692660+0000 mgr.a (mgr.14403) 7484 : cluster 0 pgmap v5584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:21:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:02 smithi135 bash[32435]: cluster 2023-12-07T20:21:02.692660+0000 mgr.a (mgr.14403) 7484 : cluster 0 pgmap v5584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:21:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:02 smithi079 bash[28699]: cluster 2023-12-07T20:21:02.692660+0000 mgr.a (mgr.14403) 7484 : cluster 0 pgmap v5584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:21:03.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:21:03.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:03.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:04.420 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:21:04.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:04.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:04.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:04.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:21:06.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:05 smithi079 bash[28699]: audit 2023-12-07T20:21:03.940195+0000 mgr.a (mgr.14403) 7485 : audit 0 from='client.157467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:06.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:05 smithi079 bash[28699]: cluster 2023-12-07T20:21:04.693842+0000 mgr.a (mgr.14403) 7486 : cluster 0 pgmap v5585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:05 smithi194 bash[32038]: audit 2023-12-07T20:21:03.940195+0000 mgr.a (mgr.14403) 7485 : audit 0 from='client.157467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:05 smithi194 bash[32038]: cluster 2023-12-07T20:21:04.693842+0000 mgr.a (mgr.14403) 7486 : cluster 0 pgmap v5585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:05 smithi135 bash[32435]: audit 2023-12-07T20:21:03.940195+0000 mgr.a (mgr.14403) 7485 : audit 0 from='client.157467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:06.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:05 smithi135 bash[32435]: cluster 2023-12-07T20:21:04.693842+0000 mgr.a (mgr.14403) 7486 : cluster 0 pgmap v5585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:07 smithi079 bash[28699]: cluster 2023-12-07T20:21:06.694469+0000 mgr.a (mgr.14403) 7487 : cluster 0 pgmap v5586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:07 smithi194 bash[32038]: cluster 2023-12-07T20:21:06.694469+0000 mgr.a (mgr.14403) 7487 : cluster 0 pgmap v5586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:07 smithi135 bash[32435]: cluster 2023-12-07T20:21:06.694469+0000 mgr.a (mgr.14403) 7487 : cluster 0 pgmap v5586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:09.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:21:09.424 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:09.424 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:09 smithi079 bash[28699]: cluster 2023-12-07T20:21:08.695217+0000 mgr.a (mgr.14403) 7488 : cluster 0 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-07T20:21:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:09 smithi194 bash[32038]: cluster 2023-12-07T20:21:08.695217+0000 mgr.a (mgr.14403) 7488 : cluster 0 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-07T20:21:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:09 smithi135 bash[32435]: cluster 2023-12-07T20:21:08.695217+0000 mgr.a (mgr.14403) 7488 : cluster 0 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-07T20:21:10.342 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:21:10.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:10.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:10.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:10.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:21:11.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:10 smithi079 bash[28699]: audit 2023-12-07T20:21:09.835274+0000 mgr.a (mgr.14403) 7489 : audit 0 from='client.157545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:11.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:10 smithi194 bash[32038]: audit 2023-12-07T20:21:09.835274+0000 mgr.a (mgr.14403) 7489 : audit 0 from='client.157545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:11.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:10 smithi135 bash[32435]: audit 2023-12-07T20:21:09.835274+0000 mgr.a (mgr.14403) 7489 : audit 0 from='client.157545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:11 smithi079 bash[28699]: cluster 2023-12-07T20:21:10.695996+0000 mgr.a (mgr.14403) 7490 : cluster 0 pgmap v5588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:21:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:11 smithi194 bash[32038]: cluster 2023-12-07T20:21:10.695996+0000 mgr.a (mgr.14403) 7490 : cluster 0 pgmap v5588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:21:12.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:11 smithi135 bash[32435]: cluster 2023-12-07T20:21:10.695996+0000 mgr.a (mgr.14403) 7490 : cluster 0 pgmap v5588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:21:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:12 smithi194 bash[32038]: cluster 2023-12-07T20:21:12.696576+0000 mgr.a (mgr.14403) 7491 : cluster 0 pgmap v5589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:21:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:12 smithi135 bash[32435]: cluster 2023-12-07T20:21:12.696576+0000 mgr.a (mgr.14403) 7491 : cluster 0 pgmap v5589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:21:13.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:12 smithi079 bash[28699]: cluster 2023-12-07T20:21:12.696576+0000 mgr.a (mgr.14403) 7491 : cluster 0 pgmap v5589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:21:15.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:21:15.345 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:15.345 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:15 smithi079 bash[28699]: cluster 2023-12-07T20:21:14.697399+0000 mgr.a (mgr.14403) 7492 : cluster 0 pgmap v5590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:21:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:15 smithi194 bash[32038]: cluster 2023-12-07T20:21:14.697399+0000 mgr.a (mgr.14403) 7492 : cluster 0 pgmap v5590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:21:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:15 smithi135 bash[32435]: cluster 2023-12-07T20:21:14.697399+0000 mgr.a (mgr.14403) 7492 : cluster 0 pgmap v5590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:21:16.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:16.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:16.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:16.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:21:16.257 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:21:17.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:16 smithi079 bash[28699]: audit 2023-12-07T20:21:15.744219+0000 mgr.a (mgr.14403) 7493 : audit 0 from='client.157620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:17.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:16 smithi194 bash[32038]: audit 2023-12-07T20:21:15.744219+0000 mgr.a (mgr.14403) 7493 : audit 0 from='client.157620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:17.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:16 smithi135 bash[32435]: audit 2023-12-07T20:21:15.744219+0000 mgr.a (mgr.14403) 7493 : audit 0 from='client.157620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:17 smithi079 bash[28699]: cluster 2023-12-07T20:21:16.698159+0000 mgr.a (mgr.14403) 7494 : cluster 0 pgmap v5591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:17 smithi194 bash[32038]: cluster 2023-12-07T20:21:16.698159+0000 mgr.a (mgr.14403) 7494 : cluster 0 pgmap v5591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:17 smithi135 bash[32435]: cluster 2023-12-07T20:21:16.698159+0000 mgr.a (mgr.14403) 7494 : cluster 0 pgmap v5591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:19 smithi079 bash[28699]: cluster 2023-12-07T20:21:18.698956+0000 mgr.a (mgr.14403) 7495 : cluster 0 pgmap v5592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:19 smithi194 bash[32038]: cluster 2023-12-07T20:21:18.698956+0000 mgr.a (mgr.14403) 7495 : cluster 0 pgmap v5592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:19 smithi135 bash[32435]: cluster 2023-12-07T20:21:18.698956+0000 mgr.a (mgr.14403) 7495 : cluster 0 pgmap v5592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:21.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:21:21.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:21.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:22.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:21 smithi079 bash[28699]: cluster 2023-12-07T20:21:20.699478+0000 mgr.a (mgr.14403) 7496 : cluster 0 pgmap v5593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:22.181 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:21:22.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:22.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:22.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:22.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:21:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:21 smithi194 bash[32038]: cluster 2023-12-07T20:21:20.699478+0000 mgr.a (mgr.14403) 7496 : cluster 0 pgmap v5593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:21 smithi135 bash[32435]: cluster 2023-12-07T20:21:20.699478+0000 mgr.a (mgr.14403) 7496 : cluster 0 pgmap v5593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:23.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:22 smithi079 bash[28699]: audit 2023-12-07T20:21:21.662120+0000 mgr.a (mgr.14403) 7497 : audit 0 from='client.157698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:22 smithi194 bash[32038]: audit 2023-12-07T20:21:21.662120+0000 mgr.a (mgr.14403) 7497 : audit 0 from='client.157698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:22 smithi135 bash[32435]: audit 2023-12-07T20:21:21.662120+0000 mgr.a (mgr.14403) 7497 : audit 0 from='client.157698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:24.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:23 smithi079 bash[28699]: cluster 2023-12-07T20:21:22.700159+0000 mgr.a (mgr.14403) 7498 : cluster 0 pgmap v5594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:23 smithi194 bash[32038]: cluster 2023-12-07T20:21:22.700159+0000 mgr.a (mgr.14403) 7498 : cluster 0 pgmap v5594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:23 smithi135 bash[32435]: cluster 2023-12-07T20:21:22.700159+0000 mgr.a (mgr.14403) 7498 : cluster 0 pgmap v5594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:26.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:25 smithi079 bash[28699]: cluster 2023-12-07T20:21:24.700992+0000 mgr.a (mgr.14403) 7499 : cluster 0 pgmap v5595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:25 smithi194 bash[32038]: cluster 2023-12-07T20:21:24.700992+0000 mgr.a (mgr.14403) 7499 : cluster 0 pgmap v5595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:25 smithi135 bash[32435]: cluster 2023-12-07T20:21:24.700992+0000 mgr.a (mgr.14403) 7499 : cluster 0 pgmap v5595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:27.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:21:27.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:27.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:28.082 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:21:28.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:28.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:28.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:28.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:21:28.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:27 smithi079 bash[28699]: cluster 2023-12-07T20:21:26.701625+0000 mgr.a (mgr.14403) 7500 : cluster 0 pgmap v5596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:27 smithi194 bash[32038]: cluster 2023-12-07T20:21:26.701625+0000 mgr.a (mgr.14403) 7500 : cluster 0 pgmap v5596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:27 smithi135 bash[32435]: cluster 2023-12-07T20:21:26.701625+0000 mgr.a (mgr.14403) 7500 : cluster 0 pgmap v5596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:29.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:28 smithi079 bash[28699]: audit 2023-12-07T20:21:27.585984+0000 mgr.a (mgr.14403) 7501 : audit 0 from='client.157773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:29.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:28 smithi194 bash[32038]: audit 2023-12-07T20:21:27.585984+0000 mgr.a (mgr.14403) 7501 : audit 0 from='client.157773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:29.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:28 smithi135 bash[32435]: audit 2023-12-07T20:21:27.585984+0000 mgr.a (mgr.14403) 7501 : audit 0 from='client.157773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:30.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:29 smithi079 bash[28699]: cluster 2023-12-07T20:21:28.702507+0000 mgr.a (mgr.14403) 7502 : cluster 0 pgmap v5597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:29 smithi194 bash[32038]: cluster 2023-12-07T20:21:28.702507+0000 mgr.a (mgr.14403) 7502 : cluster 0 pgmap v5597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:29 smithi135 bash[32435]: cluster 2023-12-07T20:21:28.702507+0000 mgr.a (mgr.14403) 7502 : cluster 0 pgmap v5597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:31 smithi079 bash[28699]: cluster 2023-12-07T20:21:30.703116+0000 mgr.a (mgr.14403) 7503 : cluster 0 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-07T20:21:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:31 smithi194 bash[32038]: cluster 2023-12-07T20:21:30.703116+0000 mgr.a (mgr.14403) 7503 : cluster 0 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-07T20:21:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:31 smithi135 bash[32435]: cluster 2023-12-07T20:21:30.703116+0000 mgr.a (mgr.14403) 7503 : cluster 0 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-07T20:21:33.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:21:33.087 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:33.087 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:33.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:32 smithi194 bash[32038]: cluster 2023-12-07T20:21:32.703733+0000 mgr.a (mgr.14403) 7504 : cluster 0 pgmap v5599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:32 smithi135 bash[32435]: cluster 2023-12-07T20:21:32.703733+0000 mgr.a (mgr.14403) 7504 : cluster 0 pgmap v5599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:32 smithi079 bash[28699]: cluster 2023-12-07T20:21:32.703733+0000 mgr.a (mgr.14403) 7504 : cluster 0 pgmap v5599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:33.987 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:21:33.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:33.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:33.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:33.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:21:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:33 smithi194 bash[32038]: audit 2023-12-07T20:21:33.495703+0000 mgr.a (mgr.14403) 7505 : audit 0 from='client.157851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:33 smithi135 bash[32435]: audit 2023-12-07T20:21:33.495703+0000 mgr.a (mgr.14403) 7505 : audit 0 from='client.157851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:34.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:33 smithi079 bash[28699]: audit 2023-12-07T20:21:33.495703+0000 mgr.a (mgr.14403) 7505 : audit 0 from='client.157851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:35.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:34 smithi194 bash[32038]: cluster 2023-12-07T20:21:34.704705+0000 mgr.a (mgr.14403) 7506 : cluster 0 pgmap v5600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:34 smithi135 bash[32435]: cluster 2023-12-07T20:21:34.704705+0000 mgr.a (mgr.14403) 7506 : cluster 0 pgmap v5600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:35.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:34 smithi079 bash[28699]: cluster 2023-12-07T20:21:34.704705+0000 mgr.a (mgr.14403) 7506 : cluster 0 pgmap v5600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:37 smithi079 bash[28699]: cluster 2023-12-07T20:21:36.705296+0000 mgr.a (mgr.14403) 7507 : cluster 0 pgmap v5601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:37 smithi194 bash[32038]: cluster 2023-12-07T20:21:36.705296+0000 mgr.a (mgr.14403) 7507 : cluster 0 pgmap v5601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:37 smithi135 bash[32435]: cluster 2023-12-07T20:21:36.705296+0000 mgr.a (mgr.14403) 7507 : cluster 0 pgmap v5601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:38.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:21:38.991 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:38.991 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:39.894 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:21:39.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:39.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:39.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:39.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:21:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:39 smithi079 bash[28699]: cluster 2023-12-07T20:21:38.705964+0000 mgr.a (mgr.14403) 7508 : cluster 0 pgmap v5602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:39 smithi194 bash[32038]: cluster 2023-12-07T20:21:38.705964+0000 mgr.a (mgr.14403) 7508 : cluster 0 pgmap v5602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:39 smithi135 bash[32435]: cluster 2023-12-07T20:21:38.705964+0000 mgr.a (mgr.14403) 7508 : cluster 0 pgmap v5602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:40 smithi079 bash[28699]: audit 2023-12-07T20:21:39.406109+0000 mgr.a (mgr.14403) 7509 : audit 0 from='client.157923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:41.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:40 smithi194 bash[32038]: audit 2023-12-07T20:21:39.406109+0000 mgr.a (mgr.14403) 7509 : audit 0 from='client.157923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:41.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:40 smithi135 bash[32435]: audit 2023-12-07T20:21:39.406109+0000 mgr.a (mgr.14403) 7509 : audit 0 from='client.157923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:42.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:41 smithi079 bash[28699]: cluster 2023-12-07T20:21:40.706635+0000 mgr.a (mgr.14403) 7510 : cluster 0 pgmap v5603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:41 smithi194 bash[32038]: cluster 2023-12-07T20:21:40.706635+0000 mgr.a (mgr.14403) 7510 : cluster 0 pgmap v5603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:41 smithi135 bash[32435]: cluster 2023-12-07T20:21:40.706635+0000 mgr.a (mgr.14403) 7510 : cluster 0 pgmap v5603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:42 smithi079 bash[28699]: audit 2023-12-07T20:21:41.898451+0000 mon.a (mon.0) 1497 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:21:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:42 smithi079 bash[28699]: audit 2023-12-07T20:21:42.645913+0000 mon.a (mon.0) 1498 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:21:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:42 smithi079 bash[28699]: audit 2023-12-07T20:21:42.647593+0000 mon.a (mon.0) 1499 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:21:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:42 smithi079 bash[28699]: audit 2023-12-07T20:21:42.656555+0000 mon.a (mon.0) 1500 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:21:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:42 smithi194 bash[32038]: audit 2023-12-07T20:21:41.898451+0000 mon.a (mon.0) 1497 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:21:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:42 smithi194 bash[32038]: audit 2023-12-07T20:21:42.645913+0000 mon.a (mon.0) 1498 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:21:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:42 smithi194 bash[32038]: audit 2023-12-07T20:21:42.647593+0000 mon.a (mon.0) 1499 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:21:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:42 smithi194 bash[32038]: audit 2023-12-07T20:21:42.656555+0000 mon.a (mon.0) 1500 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:21:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:42 smithi135 bash[32435]: audit 2023-12-07T20:21:41.898451+0000 mon.a (mon.0) 1497 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:21:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:42 smithi135 bash[32435]: audit 2023-12-07T20:21:42.645913+0000 mon.a (mon.0) 1498 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:21:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:42 smithi135 bash[32435]: audit 2023-12-07T20:21:42.647593+0000 mon.a (mon.0) 1499 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:21:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:42 smithi135 bash[32435]: audit 2023-12-07T20:21:42.656555+0000 mon.a (mon.0) 1500 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:21:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:43 smithi079 bash[28699]: cluster 2023-12-07T20:21:42.707203+0000 mgr.a (mgr.14403) 7511 : cluster 0 pgmap v5604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:44.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:43 smithi194 bash[32038]: cluster 2023-12-07T20:21:42.707203+0000 mgr.a (mgr.14403) 7511 : cluster 0 pgmap v5604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:43 smithi135 bash[32435]: cluster 2023-12-07T20:21:42.707203+0000 mgr.a (mgr.14403) 7511 : cluster 0 pgmap v5604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:21:44.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:21:44.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:44.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:45.840 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:21:45.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:45.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:45.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:45.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:21:46.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:45 smithi079 bash[28699]: cluster 2023-12-07T20:21:44.707987+0000 mgr.a (mgr.14403) 7512 : cluster 0 pgmap v5605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:45 smithi194 bash[32038]: cluster 2023-12-07T20:21:44.707987+0000 mgr.a (mgr.14403) 7512 : cluster 0 pgmap v5605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:45 smithi135 bash[32435]: cluster 2023-12-07T20:21:44.707987+0000 mgr.a (mgr.14403) 7512 : cluster 0 pgmap v5605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:47.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:46 smithi079 bash[28699]: audit 2023-12-07T20:21:45.310544+0000 mgr.a (mgr.14403) 7513 : audit 0 from='client.128239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:47.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:46 smithi194 bash[32038]: audit 2023-12-07T20:21:45.310544+0000 mgr.a (mgr.14403) 7513 : audit 0 from='client.128239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:46 smithi135 bash[32435]: audit 2023-12-07T20:21:45.310544+0000 mgr.a (mgr.14403) 7513 : audit 0 from='client.128239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:47 smithi079 bash[28699]: cluster 2023-12-07T20:21:46.708625+0000 mgr.a (mgr.14403) 7514 : cluster 0 pgmap v5606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:47 smithi194 bash[32038]: cluster 2023-12-07T20:21:46.708625+0000 mgr.a (mgr.14403) 7514 : cluster 0 pgmap v5606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:47 smithi135 bash[32435]: cluster 2023-12-07T20:21:46.708625+0000 mgr.a (mgr.14403) 7514 : cluster 0 pgmap v5606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:49 smithi079 bash[28699]: cluster 2023-12-07T20:21:48.709362+0000 mgr.a (mgr.14403) 7515 : cluster 0 pgmap v5607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:49 smithi194 bash[32038]: cluster 2023-12-07T20:21:48.709362+0000 mgr.a (mgr.14403) 7515 : cluster 0 pgmap v5607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:49 smithi135 bash[32435]: cluster 2023-12-07T20:21:48.709362+0000 mgr.a (mgr.14403) 7515 : cluster 0 pgmap v5607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:50.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:21:50.845 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:50.845 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:51.757 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:21:51.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:51.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:51.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:51.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:21:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:51 smithi079 bash[28699]: cluster 2023-12-07T20:21:50.709945+0000 mgr.a (mgr.14403) 7516 : cluster 0 pgmap v5608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:51 smithi194 bash[32038]: cluster 2023-12-07T20:21:50.709945+0000 mgr.a (mgr.14403) 7516 : cluster 0 pgmap v5608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:51 smithi135 bash[32435]: cluster 2023-12-07T20:21:50.709945+0000 mgr.a (mgr.14403) 7516 : cluster 0 pgmap v5608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:52 smithi079 bash[28699]: audit 2023-12-07T20:21:51.255015+0000 mgr.a (mgr.14403) 7517 : audit 0 from='client.128299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:52 smithi194 bash[32038]: audit 2023-12-07T20:21:51.255015+0000 mgr.a (mgr.14403) 7517 : audit 0 from='client.128299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:52 smithi135 bash[32435]: audit 2023-12-07T20:21:51.255015+0000 mgr.a (mgr.14403) 7517 : audit 0 from='client.128299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:54.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:53 smithi079 bash[28699]: cluster 2023-12-07T20:21:52.710587+0000 mgr.a (mgr.14403) 7518 : cluster 0 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-07T20:21:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:53 smithi194 bash[32038]: cluster 2023-12-07T20:21:52.710587+0000 mgr.a (mgr.14403) 7518 : cluster 0 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-07T20:21:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:53 smithi135 bash[32435]: cluster 2023-12-07T20:21:52.710587+0000 mgr.a (mgr.14403) 7518 : cluster 0 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-07T20:21:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:55 smithi079 bash[28699]: cluster 2023-12-07T20:21:54.711494+0000 mgr.a (mgr.14403) 7519 : cluster 0 pgmap v5610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:55 smithi194 bash[32038]: cluster 2023-12-07T20:21:54.711494+0000 mgr.a (mgr.14403) 7519 : cluster 0 pgmap v5610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:55 smithi135 bash[32435]: cluster 2023-12-07T20:21:54.711494+0000 mgr.a (mgr.14403) 7519 : cluster 0 pgmap v5610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:21:56.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:21:56.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:21:56.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:21:57.628 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:21:57.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:21:57.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:21:57.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:21:57.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:21:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:57 smithi079 bash[28699]: cluster 2023-12-07T20:21:56.712069+0000 mgr.a (mgr.14403) 7520 : cluster 0 pgmap v5611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:57 smithi194 bash[32038]: cluster 2023-12-07T20:21:56.712069+0000 mgr.a (mgr.14403) 7520 : cluster 0 pgmap v5611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:57 smithi135 bash[32435]: cluster 2023-12-07T20:21:56.712069+0000 mgr.a (mgr.14403) 7520 : cluster 0 pgmap v5611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:21:59.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:58 smithi079 bash[28699]: audit 2023-12-07T20:21:57.168745+0000 mgr.a (mgr.14403) 7521 : audit 0 from='client.158151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:59.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:58 smithi194 bash[32038]: audit 2023-12-07T20:21:57.168745+0000 mgr.a (mgr.14403) 7521 : audit 0 from='client.158151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:21:59.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:58 smithi135 bash[32435]: audit 2023-12-07T20:21:57.168745+0000 mgr.a (mgr.14403) 7521 : audit 0 from='client.158151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:21:59 smithi079 bash[28699]: cluster 2023-12-07T20:21:58.712919+0000 mgr.a (mgr.14403) 7522 : cluster 0 pgmap v5612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:21:59 smithi194 bash[32038]: cluster 2023-12-07T20:21:58.712919+0000 mgr.a (mgr.14403) 7522 : cluster 0 pgmap v5612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:21:59 smithi135 bash[32435]: cluster 2023-12-07T20:21:58.712919+0000 mgr.a (mgr.14403) 7522 : cluster 0 pgmap v5612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:02.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:01 smithi079 bash[28699]: cluster 2023-12-07T20:22:00.713456+0000 mgr.a (mgr.14403) 7523 : cluster 0 pgmap v5613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:01 smithi194 bash[32038]: cluster 2023-12-07T20:22:00.713456+0000 mgr.a (mgr.14403) 7523 : cluster 0 pgmap v5613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:01 smithi135 bash[32435]: cluster 2023-12-07T20:22:00.713456+0000 mgr.a (mgr.14403) 7523 : cluster 0 pgmap v5613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:02.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:22:02.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:02.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:02 smithi194 bash[32038]: cluster 2023-12-07T20:22:02.713970+0000 mgr.a (mgr.14403) 7524 : cluster 0 pgmap v5614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:02 smithi135 bash[32435]: cluster 2023-12-07T20:22:02.713970+0000 mgr.a (mgr.14403) 7524 : cluster 0 pgmap v5614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:02 smithi079 bash[28699]: cluster 2023-12-07T20:22:02.713970+0000 mgr.a (mgr.14403) 7524 : cluster 0 pgmap v5614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:03.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:03.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:03.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:03.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:22:03.530 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:22:04.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:03 smithi194 bash[32038]: audit 2023-12-07T20:22:03.043281+0000 mgr.a (mgr.14403) 7525 : audit 0 from='client.158226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:03 smithi135 bash[32435]: audit 2023-12-07T20:22:03.043281+0000 mgr.a (mgr.14403) 7525 : audit 0 from='client.158226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:04.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:03 smithi079 bash[28699]: audit 2023-12-07T20:22:03.043281+0000 mgr.a (mgr.14403) 7525 : audit 0 from='client.158226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:05.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:04 smithi194 bash[32038]: cluster 2023-12-07T20:22:04.714886+0000 mgr.a (mgr.14403) 7526 : cluster 0 pgmap v5615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:22:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:04 smithi135 bash[32435]: cluster 2023-12-07T20:22:04.714886+0000 mgr.a (mgr.14403) 7526 : cluster 0 pgmap v5615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:22:05.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:04 smithi079 bash[28699]: cluster 2023-12-07T20:22:04.714886+0000 mgr.a (mgr.14403) 7526 : cluster 0 pgmap v5615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:22:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:07 smithi079 bash[28699]: cluster 2023-12-07T20:22:06.715389+0000 mgr.a (mgr.14403) 7527 : cluster 0 pgmap v5616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:22:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:07 smithi194 bash[32038]: cluster 2023-12-07T20:22:06.715389+0000 mgr.a (mgr.14403) 7527 : cluster 0 pgmap v5616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:22:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:07 smithi135 bash[32435]: cluster 2023-12-07T20:22:06.715389+0000 mgr.a (mgr.14403) 7527 : cluster 0 pgmap v5616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:22:08.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:22:08.534 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:08.534 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:09.429 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:22:09.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:09.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:09.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:09.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:22:10.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:09 smithi079 bash[28699]: cluster 2023-12-07T20:22:08.716116+0000 mgr.a (mgr.14403) 7528 : cluster 0 pgmap v5617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:09 smithi194 bash[32038]: cluster 2023-12-07T20:22:08.716116+0000 mgr.a (mgr.14403) 7528 : cluster 0 pgmap v5617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:09 smithi135 bash[32435]: cluster 2023-12-07T20:22:08.716116+0000 mgr.a (mgr.14403) 7528 : cluster 0 pgmap v5617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:11.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:10 smithi079 bash[28699]: audit 2023-12-07T20:22:08.932963+0000 mgr.a (mgr.14403) 7529 : audit 0 from='client.158301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:11.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:10 smithi194 bash[32038]: audit 2023-12-07T20:22:08.932963+0000 mgr.a (mgr.14403) 7529 : audit 0 from='client.158301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:11.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:10 smithi135 bash[32435]: audit 2023-12-07T20:22:08.932963+0000 mgr.a (mgr.14403) 7529 : audit 0 from='client.158301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:12.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:11 smithi079 bash[28699]: cluster 2023-12-07T20:22:10.716743+0000 mgr.a (mgr.14403) 7530 : cluster 0 pgmap v5618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:11 smithi194 bash[32038]: cluster 2023-12-07T20:22:10.716743+0000 mgr.a (mgr.14403) 7530 : cluster 0 pgmap v5618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:11 smithi135 bash[32435]: cluster 2023-12-07T20:22:10.716743+0000 mgr.a (mgr.14403) 7530 : cluster 0 pgmap v5618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:12 smithi194 bash[32038]: cluster 2023-12-07T20:22:12.717347+0000 mgr.a (mgr.14403) 7531 : cluster 0 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-07T20:22:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:12 smithi135 bash[32435]: cluster 2023-12-07T20:22:12.717347+0000 mgr.a (mgr.14403) 7531 : cluster 0 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-07T20:22:13.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:12 smithi079 bash[28699]: cluster 2023-12-07T20:22:12.717347+0000 mgr.a (mgr.14403) 7531 : cluster 0 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-07T20:22:14.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:22:14.433 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:14.433 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:15.325 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:22:15.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:15.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:15.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:15.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:22:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:15 smithi079 bash[28699]: cluster 2023-12-07T20:22:14.718261+0000 mgr.a (mgr.14403) 7532 : cluster 0 pgmap v5620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:15 smithi079 bash[28699]: audit 2023-12-07T20:22:14.832088+0000 mgr.a (mgr.14403) 7533 : audit 0 from='client.158373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:15 smithi194 bash[32038]: cluster 2023-12-07T20:22:14.718261+0000 mgr.a (mgr.14403) 7532 : cluster 0 pgmap v5620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:15 smithi194 bash[32038]: audit 2023-12-07T20:22:14.832088+0000 mgr.a (mgr.14403) 7533 : audit 0 from='client.158373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:15 smithi135 bash[32435]: cluster 2023-12-07T20:22:14.718261+0000 mgr.a (mgr.14403) 7532 : cluster 0 pgmap v5620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:15 smithi135 bash[32435]: audit 2023-12-07T20:22:14.832088+0000 mgr.a (mgr.14403) 7533 : audit 0 from='client.158373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:18.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:17 smithi079 bash[28699]: cluster 2023-12-07T20:22:16.718948+0000 mgr.a (mgr.14403) 7534 : cluster 0 pgmap v5621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:22:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:17 smithi194 bash[32038]: cluster 2023-12-07T20:22:16.718948+0000 mgr.a (mgr.14403) 7534 : cluster 0 pgmap v5621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:22:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:17 smithi135 bash[32435]: cluster 2023-12-07T20:22:16.718948+0000 mgr.a (mgr.14403) 7534 : cluster 0 pgmap v5621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:22:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:19 smithi079 bash[28699]: cluster 2023-12-07T20:22:18.719774+0000 mgr.a (mgr.14403) 7535 : cluster 0 pgmap v5622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:22:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:19 smithi194 bash[32038]: cluster 2023-12-07T20:22:18.719774+0000 mgr.a (mgr.14403) 7535 : cluster 0 pgmap v5622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:22:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:19 smithi135 bash[32435]: cluster 2023-12-07T20:22:18.719774+0000 mgr.a (mgr.14403) 7535 : cluster 0 pgmap v5622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:22:20.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:22:20.329 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:20.329 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:21.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:21.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:21.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:21.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:22:21.220 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:22:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:21 smithi079 bash[28699]: cluster 2023-12-07T20:22:20.720342+0000 mgr.a (mgr.14403) 7536 : cluster 0 pgmap v5623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:21 smithi079 bash[28699]: audit 2023-12-07T20:22:20.722427+0000 mgr.a (mgr.14403) 7537 : audit 0 from='client.158445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:21 smithi194 bash[32038]: cluster 2023-12-07T20:22:20.720342+0000 mgr.a (mgr.14403) 7536 : cluster 0 pgmap v5623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:21 smithi194 bash[32038]: audit 2023-12-07T20:22:20.722427+0000 mgr.a (mgr.14403) 7537 : audit 0 from='client.158445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:21 smithi135 bash[32435]: cluster 2023-12-07T20:22:20.720342+0000 mgr.a (mgr.14403) 7536 : cluster 0 pgmap v5623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:21 smithi135 bash[32435]: audit 2023-12-07T20:22:20.722427+0000 mgr.a (mgr.14403) 7537 : audit 0 from='client.158445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:22 smithi194 bash[32038]: cluster 2023-12-07T20:22:22.720970+0000 mgr.a (mgr.14403) 7538 : cluster 0 pgmap v5624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:22 smithi135 bash[32435]: cluster 2023-12-07T20:22:22.720970+0000 mgr.a (mgr.14403) 7538 : cluster 0 pgmap v5624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:22 smithi079 bash[28699]: cluster 2023-12-07T20:22:22.720970+0000 mgr.a (mgr.14403) 7538 : cluster 0 pgmap v5624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:25 smithi079 bash[28699]: cluster 2023-12-07T20:22:24.721692+0000 mgr.a (mgr.14403) 7539 : cluster 0 pgmap v5625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:25 smithi194 bash[32038]: cluster 2023-12-07T20:22:24.721692+0000 mgr.a (mgr.14403) 7539 : cluster 0 pgmap v5625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:25 smithi135 bash[32435]: cluster 2023-12-07T20:22:24.721692+0000 mgr.a (mgr.14403) 7539 : cluster 0 pgmap v5625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:26.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:22:26.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:26.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:27.115 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:22:27.115 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:27.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:27.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:27.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:22:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:27 smithi079 bash[28699]: audit 2023-12-07T20:22:26.627941+0000 mgr.a (mgr.14403) 7540 : audit 0 from='client.158520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:27 smithi079 bash[28699]: cluster 2023-12-07T20:22:26.722249+0000 mgr.a (mgr.14403) 7541 : cluster 0 pgmap v5626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:27 smithi194 bash[32038]: audit 2023-12-07T20:22:26.627941+0000 mgr.a (mgr.14403) 7540 : audit 0 from='client.158520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:27 smithi194 bash[32038]: cluster 2023-12-07T20:22:26.722249+0000 mgr.a (mgr.14403) 7541 : cluster 0 pgmap v5626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:27 smithi135 bash[32435]: audit 2023-12-07T20:22:26.627941+0000 mgr.a (mgr.14403) 7540 : audit 0 from='client.158520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:27 smithi135 bash[32435]: cluster 2023-12-07T20:22:26.722249+0000 mgr.a (mgr.14403) 7541 : cluster 0 pgmap v5626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:29 smithi079 bash[28699]: cluster 2023-12-07T20:22:28.723192+0000 mgr.a (mgr.14403) 7542 : cluster 0 pgmap v5627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:29 smithi194 bash[32038]: cluster 2023-12-07T20:22:28.723192+0000 mgr.a (mgr.14403) 7542 : cluster 0 pgmap v5627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:29 smithi135 bash[32435]: cluster 2023-12-07T20:22:28.723192+0000 mgr.a (mgr.14403) 7542 : cluster 0 pgmap v5627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:32.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:22:32.119 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:32.119 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:32.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:31 smithi079 bash[28699]: cluster 2023-12-07T20:22:30.723680+0000 mgr.a (mgr.14403) 7543 : cluster 0 pgmap v5628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:31 smithi194 bash[32038]: cluster 2023-12-07T20:22:30.723680+0000 mgr.a (mgr.14403) 7543 : cluster 0 pgmap v5628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:31 smithi135 bash[32435]: cluster 2023-12-07T20:22:30.723680+0000 mgr.a (mgr.14403) 7543 : cluster 0 pgmap v5628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:33.033 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:22:33.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:33.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:33.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:33.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:22:33.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:32 smithi194 bash[32038]: audit 2023-12-07T20:22:32.524279+0000 mgr.a (mgr.14403) 7544 : audit 0 from='client.158592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:33.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:32 smithi194 bash[32038]: cluster 2023-12-07T20:22:32.724297+0000 mgr.a (mgr.14403) 7545 : cluster 0 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-07T20:22:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:32 smithi135 bash[32435]: audit 2023-12-07T20:22:32.524279+0000 mgr.a (mgr.14403) 7544 : audit 0 from='client.158592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:32 smithi135 bash[32435]: cluster 2023-12-07T20:22:32.724297+0000 mgr.a (mgr.14403) 7545 : cluster 0 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-07T20:22:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:32 smithi079 bash[28699]: audit 2023-12-07T20:22:32.524279+0000 mgr.a (mgr.14403) 7544 : audit 0 from='client.158592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:32 smithi079 bash[28699]: cluster 2023-12-07T20:22:32.724297+0000 mgr.a (mgr.14403) 7545 : cluster 0 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-07T20:22:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:35 smithi079 bash[28699]: cluster 2023-12-07T20:22:34.725220+0000 mgr.a (mgr.14403) 7546 : cluster 0 pgmap v5630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:35 smithi194 bash[32038]: cluster 2023-12-07T20:22:34.725220+0000 mgr.a (mgr.14403) 7546 : cluster 0 pgmap v5630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:35 smithi135 bash[32435]: cluster 2023-12-07T20:22:34.725220+0000 mgr.a (mgr.14403) 7546 : cluster 0 pgmap v5630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:38.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:22:38.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:38.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:38.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:37 smithi079 bash[28699]: cluster 2023-12-07T20:22:36.725794+0000 mgr.a (mgr.14403) 7547 : cluster 0 pgmap v5631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:37 smithi194 bash[32038]: cluster 2023-12-07T20:22:36.725794+0000 mgr.a (mgr.14403) 7547 : cluster 0 pgmap v5631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:37 smithi135 bash[32435]: cluster 2023-12-07T20:22:36.725794+0000 mgr.a (mgr.14403) 7547 : cluster 0 pgmap v5631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:38.921 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:22:38.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:38.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:38.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:38.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:22:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:39 smithi079 bash[28699]: audit 2023-12-07T20:22:38.442764+0000 mgr.a (mgr.14403) 7548 : audit 0 from='client.158667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:39 smithi079 bash[28699]: cluster 2023-12-07T20:22:38.727001+0000 mgr.a (mgr.14403) 7549 : cluster 0 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-07T20:22:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:39 smithi194 bash[32038]: audit 2023-12-07T20:22:38.442764+0000 mgr.a (mgr.14403) 7548 : audit 0 from='client.158667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:39 smithi194 bash[32038]: cluster 2023-12-07T20:22:38.727001+0000 mgr.a (mgr.14403) 7549 : cluster 0 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-07T20:22:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:39 smithi135 bash[32435]: audit 2023-12-07T20:22:38.442764+0000 mgr.a (mgr.14403) 7548 : audit 0 from='client.158667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:39 smithi135 bash[32435]: cluster 2023-12-07T20:22:38.727001+0000 mgr.a (mgr.14403) 7549 : cluster 0 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-07T20:22:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:41 smithi079 bash[28699]: cluster 2023-12-07T20:22:40.727689+0000 mgr.a (mgr.14403) 7550 : cluster 0 pgmap v5633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:41 smithi194 bash[32038]: cluster 2023-12-07T20:22:40.727689+0000 mgr.a (mgr.14403) 7550 : cluster 0 pgmap v5633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:41 smithi135 bash[32435]: cluster 2023-12-07T20:22:40.727689+0000 mgr.a (mgr.14403) 7550 : cluster 0 pgmap v5633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:42 smithi194 bash[32038]: cluster 2023-12-07T20:22:42.728345+0000 mgr.a (mgr.14403) 7551 : cluster 0 pgmap v5634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:42 smithi194 bash[32038]: audit 2023-12-07T20:22:42.760154+0000 mon.a (mon.0) 1501 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:22:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:42 smithi135 bash[32435]: cluster 2023-12-07T20:22:42.728345+0000 mgr.a (mgr.14403) 7551 : cluster 0 pgmap v5634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:42 smithi135 bash[32435]: audit 2023-12-07T20:22:42.760154+0000 mon.a (mon.0) 1501 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:22:43.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:42 smithi079 bash[28699]: cluster 2023-12-07T20:22:42.728345+0000 mgr.a (mgr.14403) 7551 : cluster 0 pgmap v5634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:42 smithi079 bash[28699]: audit 2023-12-07T20:22:42.760154+0000 mon.a (mon.0) 1501 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:22:43.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:22:43.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:43.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:44.804 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:22:44.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:44.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:44.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:44.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:22:46.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:45 smithi079 bash[28699]: audit 2023-12-07T20:22:44.323102+0000 mgr.a (mgr.14403) 7552 : audit 0 from='client.158742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:45 smithi079 bash[28699]: cluster 2023-12-07T20:22:44.729511+0000 mgr.a (mgr.14403) 7553 : cluster 0 pgmap v5635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:45 smithi194 bash[32038]: audit 2023-12-07T20:22:44.323102+0000 mgr.a (mgr.14403) 7552 : audit 0 from='client.158742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:45 smithi194 bash[32038]: cluster 2023-12-07T20:22:44.729511+0000 mgr.a (mgr.14403) 7553 : cluster 0 pgmap v5635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:45 smithi135 bash[32435]: audit 2023-12-07T20:22:44.323102+0000 mgr.a (mgr.14403) 7552 : audit 0 from='client.158742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:45 smithi135 bash[32435]: cluster 2023-12-07T20:22:44.729511+0000 mgr.a (mgr.14403) 7553 : cluster 0 pgmap v5635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:48.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:47 smithi079 bash[28699]: cluster 2023-12-07T20:22:46.730208+0000 mgr.a (mgr.14403) 7554 : cluster 0 pgmap v5636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:47 smithi194 bash[32038]: cluster 2023-12-07T20:22:46.730208+0000 mgr.a (mgr.14403) 7554 : cluster 0 pgmap v5636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:47 smithi135 bash[32435]: cluster 2023-12-07T20:22:46.730208+0000 mgr.a (mgr.14403) 7554 : cluster 0 pgmap v5636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:22:49.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:49 smithi079 bash[28699]: audit 2023-12-07T20:22:48.104418+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:49 smithi079 bash[28699]: audit 2023-12-07T20:22:48.110726+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:49 smithi079 bash[28699]: audit 2023-12-07T20:22:48.157265+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:49 smithi079 bash[28699]: audit 2023-12-07T20:22:48.161993+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:49 smithi079 bash[28699]: audit 2023-12-07T20:22:48.167361+0000 mon.a (mon.0) 1506 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:49 smithi079 bash[28699]: audit 2023-12-07T20:22:48.173134+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:49 smithi079 bash[28699]: cluster 2023-12-07T20:22:48.730813+0000 mgr.a (mgr.14403) 7555 : cluster 0 pgmap v5637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:49 smithi079 bash[28699]: audit 2023-12-07T20:22:48.854876+0000 mon.a (mon.0) 1508 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:22:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:49 smithi079 bash[28699]: audit 2023-12-07T20:22:48.856863+0000 mon.a (mon.0) 1509 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:22:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:49 smithi079 bash[28699]: audit 2023-12-07T20:22:48.866012+0000 mon.a (mon.0) 1510 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:49 smithi194 bash[32038]: audit 2023-12-07T20:22:48.104418+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:49 smithi194 bash[32038]: audit 2023-12-07T20:22:48.110726+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:49 smithi194 bash[32038]: audit 2023-12-07T20:22:48.157265+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:49 smithi194 bash[32038]: audit 2023-12-07T20:22:48.161993+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:49 smithi194 bash[32038]: audit 2023-12-07T20:22:48.167361+0000 mon.a (mon.0) 1506 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:49 smithi194 bash[32038]: audit 2023-12-07T20:22:48.173134+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:49 smithi194 bash[32038]: cluster 2023-12-07T20:22:48.730813+0000 mgr.a (mgr.14403) 7555 : cluster 0 pgmap v5637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:49 smithi194 bash[32038]: audit 2023-12-07T20:22:48.854876+0000 mon.a (mon.0) 1508 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:22:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:49 smithi194 bash[32038]: audit 2023-12-07T20:22:48.856863+0000 mon.a (mon.0) 1509 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:22:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:49 smithi194 bash[32038]: audit 2023-12-07T20:22:48.866012+0000 mon.a (mon.0) 1510 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:49 smithi135 bash[32435]: audit 2023-12-07T20:22:48.104418+0000 mon.a (mon.0) 1502 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:49 smithi135 bash[32435]: audit 2023-12-07T20:22:48.110726+0000 mon.a (mon.0) 1503 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:49 smithi135 bash[32435]: audit 2023-12-07T20:22:48.157265+0000 mon.a (mon.0) 1504 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:49 smithi135 bash[32435]: audit 2023-12-07T20:22:48.161993+0000 mon.a (mon.0) 1505 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:49 smithi135 bash[32435]: audit 2023-12-07T20:22:48.167361+0000 mon.a (mon.0) 1506 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:49 smithi135 bash[32435]: audit 2023-12-07T20:22:48.173134+0000 mon.a (mon.0) 1507 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:49 smithi135 bash[32435]: cluster 2023-12-07T20:22:48.730813+0000 mgr.a (mgr.14403) 7555 : cluster 0 pgmap v5637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:49 smithi135 bash[32435]: audit 2023-12-07T20:22:48.854876+0000 mon.a (mon.0) 1508 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:22:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:49 smithi135 bash[32435]: audit 2023-12-07T20:22:48.856863+0000 mon.a (mon.0) 1509 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:22:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:49 smithi135 bash[32435]: audit 2023-12-07T20:22:48.866012+0000 mon.a (mon.0) 1510 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:22:49.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:22:49.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:49.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:50.733 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:22:50.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:50.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:50.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:50.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:22:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:51 smithi079 bash[28699]: audit 2023-12-07T20:22:50.217718+0000 mgr.a (mgr.14403) 7556 : audit 0 from='client.158817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:51 smithi079 bash[28699]: cluster 2023-12-07T20:22:50.731299+0000 mgr.a (mgr.14403) 7557 : cluster 0 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-07T20:22:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:51 smithi194 bash[32038]: audit 2023-12-07T20:22:50.217718+0000 mgr.a (mgr.14403) 7556 : audit 0 from='client.158817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:51 smithi194 bash[32038]: cluster 2023-12-07T20:22:50.731299+0000 mgr.a (mgr.14403) 7557 : cluster 0 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-07T20:22:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:51 smithi135 bash[32435]: audit 2023-12-07T20:22:50.217718+0000 mgr.a (mgr.14403) 7556 : audit 0 from='client.158817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:51 smithi135 bash[32435]: cluster 2023-12-07T20:22:50.731299+0000 mgr.a (mgr.14403) 7557 : cluster 0 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-07T20:22:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:52 smithi194 bash[32038]: cluster 2023-12-07T20:22:52.731806+0000 mgr.a (mgr.14403) 7558 : cluster 0 pgmap v5639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:52 smithi135 bash[32435]: cluster 2023-12-07T20:22:52.731806+0000 mgr.a (mgr.14403) 7558 : cluster 0 pgmap v5639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:53.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:52 smithi079 bash[28699]: cluster 2023-12-07T20:22:52.731806+0000 mgr.a (mgr.14403) 7558 : cluster 0 pgmap v5639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:55.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:22:55.737 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:22:55.737 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:22:56.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:55 smithi079 bash[28699]: cluster 2023-12-07T20:22:54.732612+0000 mgr.a (mgr.14403) 7559 : cluster 0 pgmap v5640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:55 smithi194 bash[32038]: cluster 2023-12-07T20:22:54.732612+0000 mgr.a (mgr.14403) 7559 : cluster 0 pgmap v5640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:55 smithi135 bash[32435]: cluster 2023-12-07T20:22:54.732612+0000 mgr.a (mgr.14403) 7559 : cluster 0 pgmap v5640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:22:56.654 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:22:56.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:22:56.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:22:56.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:22:56.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:22:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:57 smithi079 bash[28699]: audit 2023-12-07T20:22:56.145978+0000 mgr.a (mgr.14403) 7560 : audit 0 from='client.158892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:57 smithi079 bash[28699]: cluster 2023-12-07T20:22:56.733342+0000 mgr.a (mgr.14403) 7561 : cluster 0 pgmap v5641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:57 smithi194 bash[32038]: audit 2023-12-07T20:22:56.145978+0000 mgr.a (mgr.14403) 7560 : audit 0 from='client.158892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:57 smithi194 bash[32038]: cluster 2023-12-07T20:22:56.733342+0000 mgr.a (mgr.14403) 7561 : cluster 0 pgmap v5641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:22:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:57 smithi135 bash[32435]: audit 2023-12-07T20:22:56.145978+0000 mgr.a (mgr.14403) 7560 : audit 0 from='client.158892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:22:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:57 smithi135 bash[32435]: cluster 2023-12-07T20:22:56.733342+0000 mgr.a (mgr.14403) 7561 : cluster 0 pgmap v5641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:22:59 smithi079 bash[28699]: cluster 2023-12-07T20:22:58.734288+0000 mgr.a (mgr.14403) 7562 : cluster 0 pgmap v5642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:22:59 smithi194 bash[32038]: cluster 2023-12-07T20:22:58.734288+0000 mgr.a (mgr.14403) 7562 : cluster 0 pgmap v5642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:22:59 smithi135 bash[32435]: cluster 2023-12-07T20:22:58.734288+0000 mgr.a (mgr.14403) 7562 : cluster 0 pgmap v5642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:01.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:23:01.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:01.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:02.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:01 smithi079 bash[28699]: cluster 2023-12-07T20:23:00.735026+0000 mgr.a (mgr.14403) 7563 : cluster 0 pgmap v5643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:01 smithi194 bash[32038]: cluster 2023-12-07T20:23:00.735026+0000 mgr.a (mgr.14403) 7563 : cluster 0 pgmap v5643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:01 smithi135 bash[32435]: cluster 2023-12-07T20:23:00.735026+0000 mgr.a (mgr.14403) 7563 : cluster 0 pgmap v5643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:02.569 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:23:02.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:02.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:02.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:02.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:23:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:02 smithi194 bash[32038]: audit 2023-12-07T20:23:02.062107+0000 mgr.a (mgr.14403) 7564 : audit 0 from='client.158961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:03.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:02 smithi194 bash[32038]: cluster 2023-12-07T20:23:02.735756+0000 mgr.a (mgr.14403) 7565 : cluster 0 pgmap v5644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:02 smithi135 bash[32435]: audit 2023-12-07T20:23:02.062107+0000 mgr.a (mgr.14403) 7564 : audit 0 from='client.158961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:02 smithi135 bash[32435]: cluster 2023-12-07T20:23:02.735756+0000 mgr.a (mgr.14403) 7565 : cluster 0 pgmap v5644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:02 smithi079 bash[28699]: audit 2023-12-07T20:23:02.062107+0000 mgr.a (mgr.14403) 7564 : audit 0 from='client.158961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:02 smithi079 bash[28699]: cluster 2023-12-07T20:23:02.735756+0000 mgr.a (mgr.14403) 7565 : cluster 0 pgmap v5644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:05 smithi079 bash[28699]: cluster 2023-12-07T20:23:04.736598+0000 mgr.a (mgr.14403) 7566 : cluster 0 pgmap v5645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:05 smithi194 bash[32038]: cluster 2023-12-07T20:23:04.736598+0000 mgr.a (mgr.14403) 7566 : cluster 0 pgmap v5645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:05 smithi135 bash[32435]: cluster 2023-12-07T20:23:04.736598+0000 mgr.a (mgr.14403) 7566 : cluster 0 pgmap v5645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:07.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:23:07.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:07.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:08.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:07 smithi079 bash[28699]: cluster 2023-12-07T20:23:06.737184+0000 mgr.a (mgr.14403) 7567 : cluster 0 pgmap v5646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:07 smithi194 bash[32038]: cluster 2023-12-07T20:23:06.737184+0000 mgr.a (mgr.14403) 7567 : cluster 0 pgmap v5646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:07 smithi135 bash[32435]: cluster 2023-12-07T20:23:06.737184+0000 mgr.a (mgr.14403) 7567 : cluster 0 pgmap v5646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:08.479 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:23:08.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:08.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:08.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:08.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:23:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:09 smithi079 bash[28699]: audit 2023-12-07T20:23:07.985956+0000 mgr.a (mgr.14403) 7568 : audit 0 from='client.159033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:09 smithi079 bash[28699]: cluster 2023-12-07T20:23:08.738083+0000 mgr.a (mgr.14403) 7569 : cluster 0 pgmap v5647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:09 smithi194 bash[32038]: audit 2023-12-07T20:23:07.985956+0000 mgr.a (mgr.14403) 7568 : audit 0 from='client.159033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:09 smithi194 bash[32038]: cluster 2023-12-07T20:23:08.738083+0000 mgr.a (mgr.14403) 7569 : cluster 0 pgmap v5647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:09 smithi135 bash[32435]: audit 2023-12-07T20:23:07.985956+0000 mgr.a (mgr.14403) 7568 : audit 0 from='client.159033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:09 smithi135 bash[32435]: cluster 2023-12-07T20:23:08.738083+0000 mgr.a (mgr.14403) 7569 : cluster 0 pgmap v5647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:11 smithi079 bash[28699]: cluster 2023-12-07T20:23:10.738639+0000 mgr.a (mgr.14403) 7570 : cluster 0 pgmap v5648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:11 smithi194 bash[32038]: cluster 2023-12-07T20:23:10.738639+0000 mgr.a (mgr.14403) 7570 : cluster 0 pgmap v5648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:11 smithi135 bash[32435]: cluster 2023-12-07T20:23:10.738639+0000 mgr.a (mgr.14403) 7570 : cluster 0 pgmap v5648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:12 smithi194 bash[32038]: cluster 2023-12-07T20:23:12.739145+0000 mgr.a (mgr.14403) 7571 : cluster 0 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-07T20:23:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:12 smithi135 bash[32435]: cluster 2023-12-07T20:23:12.739145+0000 mgr.a (mgr.14403) 7571 : cluster 0 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-07T20:23:13.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:12 smithi079 bash[28699]: cluster 2023-12-07T20:23:12.739145+0000 mgr.a (mgr.14403) 7571 : cluster 0 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-07T20:23:13.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:23:13.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:13.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:13 smithi135 bash[32435]: audit 2023-12-07T20:23:13.887146+0000 mgr.a (mgr.14403) 7572 : audit 0 from='client.159111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:13 smithi079 bash[28699]: audit 2023-12-07T20:23:13.887146+0000 mgr.a (mgr.14403) 7572 : audit 0 from='client.159111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:14.401 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:23:14.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:14.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:14.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:14.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:23:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:13 smithi194 bash[32038]: audit 2023-12-07T20:23:13.887146+0000 mgr.a (mgr.14403) 7572 : audit 0 from='client.159111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:14 smithi079 bash[28699]: cluster 2023-12-07T20:23:14.740153+0000 mgr.a (mgr.14403) 7573 : cluster 0 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-07T20:23:15.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:14 smithi194 bash[32038]: cluster 2023-12-07T20:23:14.740153+0000 mgr.a (mgr.14403) 7573 : cluster 0 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-07T20:23:15.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:14 smithi135 bash[32435]: cluster 2023-12-07T20:23:14.740153+0000 mgr.a (mgr.14403) 7573 : cluster 0 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-07T20:23:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:17 smithi079 bash[28699]: cluster 2023-12-07T20:23:16.740757+0000 mgr.a (mgr.14403) 7574 : cluster 0 pgmap v5651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:17 smithi194 bash[32038]: cluster 2023-12-07T20:23:16.740757+0000 mgr.a (mgr.14403) 7574 : cluster 0 pgmap v5651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:17 smithi135 bash[32435]: cluster 2023-12-07T20:23:16.740757+0000 mgr.a (mgr.14403) 7574 : cluster 0 pgmap v5651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:19.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:23:19.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:19.404 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:20.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:19 smithi079 bash[28699]: cluster 2023-12-07T20:23:18.741636+0000 mgr.a (mgr.14403) 7575 : cluster 0 pgmap v5652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:19 smithi194 bash[32038]: cluster 2023-12-07T20:23:18.741636+0000 mgr.a (mgr.14403) 7575 : cluster 0 pgmap v5652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:19 smithi135 bash[32435]: cluster 2023-12-07T20:23:18.741636+0000 mgr.a (mgr.14403) 7575 : cluster 0 pgmap v5652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:20.329 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:23:20.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:20.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:20.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:20.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:23:21.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:20 smithi079 bash[28699]: audit 2023-12-07T20:23:19.813966+0000 mgr.a (mgr.14403) 7576 : audit 0 from='client.159183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:21.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:20 smithi194 bash[32038]: audit 2023-12-07T20:23:19.813966+0000 mgr.a (mgr.14403) 7576 : audit 0 from='client.159183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:21.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:20 smithi135 bash[32435]: audit 2023-12-07T20:23:19.813966+0000 mgr.a (mgr.14403) 7576 : audit 0 from='client.159183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:21 smithi079 bash[28699]: cluster 2023-12-07T20:23:20.742385+0000 mgr.a (mgr.14403) 7577 : cluster 0 pgmap v5653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:21 smithi194 bash[32038]: cluster 2023-12-07T20:23:20.742385+0000 mgr.a (mgr.14403) 7577 : cluster 0 pgmap v5653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:21 smithi135 bash[32435]: cluster 2023-12-07T20:23:20.742385+0000 mgr.a (mgr.14403) 7577 : cluster 0 pgmap v5653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:23.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:22 smithi079 bash[28699]: cluster 2023-12-07T20:23:22.742997+0000 mgr.a (mgr.14403) 7578 : cluster 0 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-07T20:23:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:22 smithi194 bash[32038]: cluster 2023-12-07T20:23:22.742997+0000 mgr.a (mgr.14403) 7578 : cluster 0 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-07T20:23:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:22 smithi135 bash[32435]: cluster 2023-12-07T20:23:22.742997+0000 mgr.a (mgr.14403) 7578 : cluster 0 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-07T20:23:25.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:23:25.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:25.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:26.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:25 smithi079 bash[28699]: cluster 2023-12-07T20:23:24.743730+0000 mgr.a (mgr.14403) 7579 : cluster 0 pgmap v5655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:25 smithi194 bash[32038]: cluster 2023-12-07T20:23:24.743730+0000 mgr.a (mgr.14403) 7579 : cluster 0 pgmap v5655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:25 smithi135 bash[32435]: cluster 2023-12-07T20:23:24.743730+0000 mgr.a (mgr.14403) 7579 : cluster 0 pgmap v5655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:26.218 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:23:26.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:26.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:26.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:26.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:23:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:26 smithi079 bash[28699]: audit 2023-12-07T20:23:25.727718+0000 mgr.a (mgr.14403) 7580 : audit 0 from='client.159261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:27.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:26 smithi194 bash[32038]: audit 2023-12-07T20:23:25.727718+0000 mgr.a (mgr.14403) 7580 : audit 0 from='client.159261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:27.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:26 smithi135 bash[32435]: audit 2023-12-07T20:23:25.727718+0000 mgr.a (mgr.14403) 7580 : audit 0 from='client.159261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:28.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:27 smithi079 bash[28699]: cluster 2023-12-07T20:23:26.744443+0000 mgr.a (mgr.14403) 7581 : cluster 0 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-07T20:23:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:27 smithi194 bash[32038]: cluster 2023-12-07T20:23:26.744443+0000 mgr.a (mgr.14403) 7581 : cluster 0 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-07T20:23:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:27 smithi135 bash[32435]: cluster 2023-12-07T20:23:26.744443+0000 mgr.a (mgr.14403) 7581 : cluster 0 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-07T20:23:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:29 smithi079 bash[28699]: cluster 2023-12-07T20:23:28.745254+0000 mgr.a (mgr.14403) 7582 : cluster 0 pgmap v5657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:29 smithi194 bash[32038]: cluster 2023-12-07T20:23:28.745254+0000 mgr.a (mgr.14403) 7582 : cluster 0 pgmap v5657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:29 smithi135 bash[32435]: cluster 2023-12-07T20:23:28.745254+0000 mgr.a (mgr.14403) 7582 : cluster 0 pgmap v5657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:31.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:23:31.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:31.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:32.085 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:23:32.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:32.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:32.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:32.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:23:32.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:31 smithi079 bash[28699]: cluster 2023-12-07T20:23:30.745683+0000 mgr.a (mgr.14403) 7583 : cluster 0 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-07T20:23:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:31 smithi194 bash[32038]: cluster 2023-12-07T20:23:30.745683+0000 mgr.a (mgr.14403) 7583 : cluster 0 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-07T20:23:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:31 smithi135 bash[32435]: cluster 2023-12-07T20:23:30.745683+0000 mgr.a (mgr.14403) 7583 : cluster 0 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-07T20:23:33.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:32 smithi079 bash[28699]: audit 2023-12-07T20:23:31.624422+0000 mgr.a (mgr.14403) 7584 : audit 0 from='client.159339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:33.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:32 smithi194 bash[32038]: audit 2023-12-07T20:23:31.624422+0000 mgr.a (mgr.14403) 7584 : audit 0 from='client.159339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:32 smithi135 bash[32435]: audit 2023-12-07T20:23:31.624422+0000 mgr.a (mgr.14403) 7584 : audit 0 from='client.159339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:34.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:33 smithi079 bash[28699]: cluster 2023-12-07T20:23:32.746395+0000 mgr.a (mgr.14403) 7585 : cluster 0 pgmap v5659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:33 smithi194 bash[32038]: cluster 2023-12-07T20:23:32.746395+0000 mgr.a (mgr.14403) 7585 : cluster 0 pgmap v5659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:33 smithi135 bash[32435]: cluster 2023-12-07T20:23:32.746395+0000 mgr.a (mgr.14403) 7585 : cluster 0 pgmap v5659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:36.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:35 smithi079 bash[28699]: cluster 2023-12-07T20:23:34.747235+0000 mgr.a (mgr.14403) 7586 : cluster 0 pgmap v5660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:35 smithi194 bash[32038]: cluster 2023-12-07T20:23:34.747235+0000 mgr.a (mgr.14403) 7586 : cluster 0 pgmap v5660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:35 smithi135 bash[32435]: cluster 2023-12-07T20:23:34.747235+0000 mgr.a (mgr.14403) 7586 : cluster 0 pgmap v5660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:37.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:23:37.088 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:37.088 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:37.983 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:23:37.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:37.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:37.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:37.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:23:38.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:37 smithi079 bash[28699]: cluster 2023-12-07T20:23:36.747740+0000 mgr.a (mgr.14403) 7587 : cluster 0 pgmap v5661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:37 smithi194 bash[32038]: cluster 2023-12-07T20:23:36.747740+0000 mgr.a (mgr.14403) 7587 : cluster 0 pgmap v5661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:37 smithi135 bash[32435]: cluster 2023-12-07T20:23:36.747740+0000 mgr.a (mgr.14403) 7587 : cluster 0 pgmap v5661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:39.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:38 smithi079 bash[28699]: audit 2023-12-07T20:23:37.495468+0000 mgr.a (mgr.14403) 7588 : audit 0 from='client.159408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:39.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:38 smithi194 bash[32038]: audit 2023-12-07T20:23:37.495468+0000 mgr.a (mgr.14403) 7588 : audit 0 from='client.159408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:38 smithi135 bash[32435]: audit 2023-12-07T20:23:37.495468+0000 mgr.a (mgr.14403) 7588 : audit 0 from='client.159408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:39 smithi079 bash[28699]: cluster 2023-12-07T20:23:38.748738+0000 mgr.a (mgr.14403) 7589 : cluster 0 pgmap v5662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:39 smithi194 bash[32038]: cluster 2023-12-07T20:23:38.748738+0000 mgr.a (mgr.14403) 7589 : cluster 0 pgmap v5662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:39 smithi135 bash[32435]: cluster 2023-12-07T20:23:38.748738+0000 mgr.a (mgr.14403) 7589 : cluster 0 pgmap v5662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:23:42.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:41 smithi079 bash[28699]: cluster 2023-12-07T20:23:40.749334+0000 mgr.a (mgr.14403) 7590 : cluster 0 pgmap v5663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:41 smithi194 bash[32038]: cluster 2023-12-07T20:23:40.749334+0000 mgr.a (mgr.14403) 7590 : cluster 0 pgmap v5663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:41 smithi135 bash[32435]: cluster 2023-12-07T20:23:40.749334+0000 mgr.a (mgr.14403) 7590 : cluster 0 pgmap v5663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:42.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:23:42.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:42.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:42 smithi079 bash[28699]: cluster 2023-12-07T20:23:42.750027+0000 mgr.a (mgr.14403) 7591 : cluster 0 pgmap v5664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:42 smithi194 bash[32038]: cluster 2023-12-07T20:23:42.750027+0000 mgr.a (mgr.14403) 7591 : cluster 0 pgmap v5664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:42 smithi135 bash[32435]: cluster 2023-12-07T20:23:42.750027+0000 mgr.a (mgr.14403) 7591 : cluster 0 pgmap v5664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:23:43.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:43.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:43.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:43.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:23:43.890 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:23:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:43 smithi079 bash[28699]: audit 2023-12-07T20:23:43.395304+0000 mgr.a (mgr.14403) 7592 : audit 0 from='client.159486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:43 smithi194 bash[32038]: audit 2023-12-07T20:23:43.395304+0000 mgr.a (mgr.14403) 7592 : audit 0 from='client.159486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:43 smithi135 bash[32435]: audit 2023-12-07T20:23:43.395304+0000 mgr.a (mgr.14403) 7592 : audit 0 from='client.159486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:44 smithi079 bash[28699]: cluster 2023-12-07T20:23:44.751130+0000 mgr.a (mgr.14403) 7593 : cluster 0 pgmap v5665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:23:45.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:44 smithi194 bash[32038]: cluster 2023-12-07T20:23:44.751130+0000 mgr.a (mgr.14403) 7593 : cluster 0 pgmap v5665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:23:45.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:44 smithi135 bash[32435]: cluster 2023-12-07T20:23:44.751130+0000 mgr.a (mgr.14403) 7593 : cluster 0 pgmap v5665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:23:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:47 smithi079 bash[28699]: cluster 2023-12-07T20:23:46.751684+0000 mgr.a (mgr.14403) 7594 : cluster 0 pgmap v5666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:23:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:47 smithi194 bash[32038]: cluster 2023-12-07T20:23:46.751684+0000 mgr.a (mgr.14403) 7594 : cluster 0 pgmap v5666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:23:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:47 smithi135 bash[32435]: cluster 2023-12-07T20:23:46.751684+0000 mgr.a (mgr.14403) 7594 : cluster 0 pgmap v5666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:23:48.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:23:48.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:48.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:49.833 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:23:49.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:49.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:49.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:49.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:23:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:49 smithi079 bash[28699]: cluster 2023-12-07T20:23:48.752400+0000 mgr.a (mgr.14403) 7595 : cluster 0 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-07T20:23:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:49 smithi079 bash[28699]: audit 2023-12-07T20:23:48.968973+0000 mon.a (mon.0) 1511 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:23:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:49 smithi079 bash[28699]: audit 2023-12-07T20:23:49.764206+0000 mon.a (mon.0) 1512 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:23:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:49 smithi079 bash[28699]: audit 2023-12-07T20:23:49.766278+0000 mon.a (mon.0) 1513 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:23:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:49 smithi079 bash[28699]: audit 2023-12-07T20:23:49.776744+0000 mon.a (mon.0) 1514 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:23:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:49 smithi194 bash[32038]: cluster 2023-12-07T20:23:48.752400+0000 mgr.a (mgr.14403) 7595 : cluster 0 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-07T20:23:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:49 smithi194 bash[32038]: audit 2023-12-07T20:23:48.968973+0000 mon.a (mon.0) 1511 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:23:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:49 smithi194 bash[32038]: audit 2023-12-07T20:23:49.764206+0000 mon.a (mon.0) 1512 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:23:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:49 smithi194 bash[32038]: audit 2023-12-07T20:23:49.766278+0000 mon.a (mon.0) 1513 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:23:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:49 smithi194 bash[32038]: audit 2023-12-07T20:23:49.776744+0000 mon.a (mon.0) 1514 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:23:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:49 smithi135 bash[32435]: cluster 2023-12-07T20:23:48.752400+0000 mgr.a (mgr.14403) 7595 : cluster 0 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-07T20:23:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:49 smithi135 bash[32435]: audit 2023-12-07T20:23:48.968973+0000 mon.a (mon.0) 1511 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:23:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:49 smithi135 bash[32435]: audit 2023-12-07T20:23:49.764206+0000 mon.a (mon.0) 1512 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:23:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:49 smithi135 bash[32435]: audit 2023-12-07T20:23:49.766278+0000 mon.a (mon.0) 1513 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:23:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:49 smithi135 bash[32435]: audit 2023-12-07T20:23:49.776744+0000 mon.a (mon.0) 1514 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:23:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:50 smithi079 bash[28699]: audit 2023-12-07T20:23:49.301680+0000 mgr.a (mgr.14403) 7596 : audit 0 from='client.159561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:50 smithi194 bash[32038]: audit 2023-12-07T20:23:49.301680+0000 mgr.a (mgr.14403) 7596 : audit 0 from='client.159561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:50 smithi135 bash[32435]: audit 2023-12-07T20:23:49.301680+0000 mgr.a (mgr.14403) 7596 : audit 0 from='client.159561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:51 smithi079 bash[28699]: cluster 2023-12-07T20:23:50.753085+0000 mgr.a (mgr.14403) 7597 : cluster 0 pgmap v5668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:51 smithi194 bash[32038]: cluster 2023-12-07T20:23:50.753085+0000 mgr.a (mgr.14403) 7597 : cluster 0 pgmap v5668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:51 smithi135 bash[32435]: cluster 2023-12-07T20:23:50.753085+0000 mgr.a (mgr.14403) 7597 : cluster 0 pgmap v5668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:52 smithi079 bash[28699]: cluster 2023-12-07T20:23:52.753676+0000 mgr.a (mgr.14403) 7598 : cluster 0 pgmap v5669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:52 smithi194 bash[32038]: cluster 2023-12-07T20:23:52.753676+0000 mgr.a (mgr.14403) 7598 : cluster 0 pgmap v5669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:52 smithi135 bash[32435]: cluster 2023-12-07T20:23:52.753676+0000 mgr.a (mgr.14403) 7598 : cluster 0 pgmap v5669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:23:54.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:23:54.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:23:54.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:23:55.717 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:23:55.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:23:55.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:23:55.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:23:55.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:23:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:55 smithi079 bash[28699]: cluster 2023-12-07T20:23:54.754442+0000 mgr.a (mgr.14403) 7599 : cluster 0 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-07T20:23:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:55 smithi194 bash[32038]: cluster 2023-12-07T20:23:54.754442+0000 mgr.a (mgr.14403) 7599 : cluster 0 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-07T20:23:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:55 smithi135 bash[32435]: cluster 2023-12-07T20:23:54.754442+0000 mgr.a (mgr.14403) 7599 : cluster 0 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-07T20:23:57.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:56 smithi079 bash[28699]: audit 2023-12-07T20:23:55.230459+0000 mgr.a (mgr.14403) 7600 : audit 0 from='client.159639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:57.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:56 smithi194 bash[32038]: audit 2023-12-07T20:23:55.230459+0000 mgr.a (mgr.14403) 7600 : audit 0 from='client.159639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:56 smithi135 bash[32435]: audit 2023-12-07T20:23:55.230459+0000 mgr.a (mgr.14403) 7600 : audit 0 from='client.159639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:23:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:57 smithi079 bash[28699]: cluster 2023-12-07T20:23:56.755149+0000 mgr.a (mgr.14403) 7601 : cluster 0 pgmap v5671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:23:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:57 smithi194 bash[32038]: cluster 2023-12-07T20:23:56.755149+0000 mgr.a (mgr.14403) 7601 : cluster 0 pgmap v5671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:23:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:57 smithi135 bash[32435]: cluster 2023-12-07T20:23:56.755149+0000 mgr.a (mgr.14403) 7601 : cluster 0 pgmap v5671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:24:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:23:59 smithi079 bash[28699]: cluster 2023-12-07T20:23:58.755995+0000 mgr.a (mgr.14403) 7602 : cluster 0 pgmap v5672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:24:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:23:59 smithi194 bash[32038]: cluster 2023-12-07T20:23:58.755995+0000 mgr.a (mgr.14403) 7602 : cluster 0 pgmap v5672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:24:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:23:59 smithi135 bash[32435]: cluster 2023-12-07T20:23:58.755995+0000 mgr.a (mgr.14403) 7602 : cluster 0 pgmap v5672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:24:00.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:24:00.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:00.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:01.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:01.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:01.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:01.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:24:01.604 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:24:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:01 smithi079 bash[28699]: cluster 2023-12-07T20:24:00.756537+0000 mgr.a (mgr.14403) 7603 : cluster 0 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-07T20:24:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:01 smithi194 bash[32038]: cluster 2023-12-07T20:24:00.756537+0000 mgr.a (mgr.14403) 7603 : cluster 0 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-07T20:24:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:01 smithi135 bash[32435]: cluster 2023-12-07T20:24:00.756537+0000 mgr.a (mgr.14403) 7603 : cluster 0 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-07T20:24:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:02 smithi079 bash[28699]: audit 2023-12-07T20:24:01.115558+0000 mgr.a (mgr.14403) 7604 : audit 0 from='client.159714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:02 smithi194 bash[32038]: audit 2023-12-07T20:24:01.115558+0000 mgr.a (mgr.14403) 7604 : audit 0 from='client.159714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:02 smithi135 bash[32435]: audit 2023-12-07T20:24:01.115558+0000 mgr.a (mgr.14403) 7604 : audit 0 from='client.159714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:03 smithi079 bash[28699]: cluster 2023-12-07T20:24:02.757198+0000 mgr.a (mgr.14403) 7605 : cluster 0 pgmap v5674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:04.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:03 smithi194 bash[32038]: cluster 2023-12-07T20:24:02.757198+0000 mgr.a (mgr.14403) 7605 : cluster 0 pgmap v5674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:03 smithi135 bash[32435]: cluster 2023-12-07T20:24:02.757198+0000 mgr.a (mgr.14403) 7605 : cluster 0 pgmap v5674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:06.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:05 smithi079 bash[28699]: cluster 2023-12-07T20:24:04.757998+0000 mgr.a (mgr.14403) 7606 : cluster 0 pgmap v5675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:05 smithi194 bash[32038]: cluster 2023-12-07T20:24:04.757998+0000 mgr.a (mgr.14403) 7606 : cluster 0 pgmap v5675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:05 smithi135 bash[32435]: cluster 2023-12-07T20:24:04.757998+0000 mgr.a (mgr.14403) 7606 : cluster 0 pgmap v5675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:06.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:24:06.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:06.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:07.481 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:24:07.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:07.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:07.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:07.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:24:08.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:07 smithi079 bash[28699]: cluster 2023-12-07T20:24:06.758376+0000 mgr.a (mgr.14403) 7607 : cluster 0 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-07T20:24:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:07 smithi194 bash[32038]: cluster 2023-12-07T20:24:06.758376+0000 mgr.a (mgr.14403) 7607 : cluster 0 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-07T20:24:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:07 smithi135 bash[32435]: cluster 2023-12-07T20:24:06.758376+0000 mgr.a (mgr.14403) 7607 : cluster 0 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-07T20:24:09.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:08 smithi079 bash[28699]: audit 2023-12-07T20:24:07.007835+0000 mgr.a (mgr.14403) 7608 : audit 0 from='client.159792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:09.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:08 smithi194 bash[32038]: audit 2023-12-07T20:24:07.007835+0000 mgr.a (mgr.14403) 7608 : audit 0 from='client.159792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:09.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:08 smithi135 bash[32435]: audit 2023-12-07T20:24:07.007835+0000 mgr.a (mgr.14403) 7608 : audit 0 from='client.159792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:09 smithi079 bash[28699]: cluster 2023-12-07T20:24:08.759271+0000 mgr.a (mgr.14403) 7609 : cluster 0 pgmap v5677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:09 smithi194 bash[32038]: cluster 2023-12-07T20:24:08.759271+0000 mgr.a (mgr.14403) 7609 : cluster 0 pgmap v5677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:09 smithi135 bash[32435]: cluster 2023-12-07T20:24:08.759271+0000 mgr.a (mgr.14403) 7609 : cluster 0 pgmap v5677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:11 smithi079 bash[28699]: cluster 2023-12-07T20:24:10.759838+0000 mgr.a (mgr.14403) 7610 : cluster 0 pgmap v5678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:11 smithi194 bash[32038]: cluster 2023-12-07T20:24:10.759838+0000 mgr.a (mgr.14403) 7610 : cluster 0 pgmap v5678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:11 smithi135 bash[32435]: cluster 2023-12-07T20:24:10.759838+0000 mgr.a (mgr.14403) 7610 : cluster 0 pgmap v5678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:12.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:24:12.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:12.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:13.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:12 smithi079 bash[28699]: cluster 2023-12-07T20:24:12.760380+0000 mgr.a (mgr.14403) 7611 : cluster 0 pgmap v5679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:13.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:12 smithi079 bash[28699]: audit 2023-12-07T20:24:12.906474+0000 mgr.a (mgr.14403) 7612 : audit 0 from='client.159870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:13.408 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:24:13.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:13.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:13.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:13.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:24:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:12 smithi194 bash[32038]: cluster 2023-12-07T20:24:12.760380+0000 mgr.a (mgr.14403) 7611 : cluster 0 pgmap v5679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:12 smithi194 bash[32038]: audit 2023-12-07T20:24:12.906474+0000 mgr.a (mgr.14403) 7612 : audit 0 from='client.159870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:12 smithi135 bash[32435]: cluster 2023-12-07T20:24:12.760380+0000 mgr.a (mgr.14403) 7611 : cluster 0 pgmap v5679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:12 smithi135 bash[32435]: audit 2023-12-07T20:24:12.906474+0000 mgr.a (mgr.14403) 7612 : audit 0 from='client.159870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:15 smithi079 bash[28699]: cluster 2023-12-07T20:24:14.761241+0000 mgr.a (mgr.14403) 7613 : cluster 0 pgmap v5680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:15 smithi194 bash[32038]: cluster 2023-12-07T20:24:14.761241+0000 mgr.a (mgr.14403) 7613 : cluster 0 pgmap v5680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:15 smithi135 bash[32435]: cluster 2023-12-07T20:24:14.761241+0000 mgr.a (mgr.14403) 7613 : cluster 0 pgmap v5680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:17 smithi079 bash[28699]: cluster 2023-12-07T20:24:16.761849+0000 mgr.a (mgr.14403) 7614 : cluster 0 pgmap v5681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:17 smithi194 bash[32038]: cluster 2023-12-07T20:24:16.761849+0000 mgr.a (mgr.14403) 7614 : cluster 0 pgmap v5681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:17 smithi135 bash[32435]: cluster 2023-12-07T20:24:16.761849+0000 mgr.a (mgr.14403) 7614 : cluster 0 pgmap v5681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:18.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:24:18.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:18.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:19.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:19.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:19.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:19.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:24:19.313 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:24:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:19 smithi079 bash[28699]: cluster 2023-12-07T20:24:18.762632+0000 mgr.a (mgr.14403) 7615 : cluster 0 pgmap v5682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:19 smithi079 bash[28699]: audit 2023-12-07T20:24:18.822087+0000 mgr.a (mgr.14403) 7616 : audit 0 from='client.159942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:19 smithi194 bash[32038]: cluster 2023-12-07T20:24:18.762632+0000 mgr.a (mgr.14403) 7615 : cluster 0 pgmap v5682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:19 smithi194 bash[32038]: audit 2023-12-07T20:24:18.822087+0000 mgr.a (mgr.14403) 7616 : audit 0 from='client.159942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:19 smithi135 bash[32435]: cluster 2023-12-07T20:24:18.762632+0000 mgr.a (mgr.14403) 7615 : cluster 0 pgmap v5682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:19 smithi135 bash[32435]: audit 2023-12-07T20:24:18.822087+0000 mgr.a (mgr.14403) 7616 : audit 0 from='client.159942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:21 smithi079 bash[28699]: cluster 2023-12-07T20:24:20.763326+0000 mgr.a (mgr.14403) 7617 : cluster 0 pgmap v5683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:21 smithi194 bash[32038]: cluster 2023-12-07T20:24:20.763326+0000 mgr.a (mgr.14403) 7617 : cluster 0 pgmap v5683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:21 smithi135 bash[32435]: cluster 2023-12-07T20:24:20.763326+0000 mgr.a (mgr.14403) 7617 : cluster 0 pgmap v5683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:22 smithi079 bash[28699]: cluster 2023-12-07T20:24:22.763914+0000 mgr.a (mgr.14403) 7618 : cluster 0 pgmap v5684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:22 smithi194 bash[32038]: cluster 2023-12-07T20:24:22.763914+0000 mgr.a (mgr.14403) 7618 : cluster 0 pgmap v5684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:22 smithi135 bash[32435]: cluster 2023-12-07T20:24:22.763914+0000 mgr.a (mgr.14403) 7618 : cluster 0 pgmap v5684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:24.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:24:24.316 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:24.316 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:25.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:25.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:25.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:25.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:24:25.200 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:24:26.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:25 smithi079 bash[28699]: audit 2023-12-07T20:24:24.716834+0000 mgr.a (mgr.14403) 7619 : audit 0 from='client.160017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:25 smithi079 bash[28699]: cluster 2023-12-07T20:24:24.765065+0000 mgr.a (mgr.14403) 7620 : cluster 0 pgmap v5685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:25 smithi194 bash[32038]: audit 2023-12-07T20:24:24.716834+0000 mgr.a (mgr.14403) 7619 : audit 0 from='client.160017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:25 smithi194 bash[32038]: cluster 2023-12-07T20:24:24.765065+0000 mgr.a (mgr.14403) 7620 : cluster 0 pgmap v5685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:25 smithi135 bash[32435]: audit 2023-12-07T20:24:24.716834+0000 mgr.a (mgr.14403) 7619 : audit 0 from='client.160017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:25 smithi135 bash[32435]: cluster 2023-12-07T20:24:24.765065+0000 mgr.a (mgr.14403) 7620 : cluster 0 pgmap v5685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:28.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:27 smithi079 bash[28699]: cluster 2023-12-07T20:24:26.765749+0000 mgr.a (mgr.14403) 7621 : cluster 0 pgmap v5686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:27 smithi194 bash[32038]: cluster 2023-12-07T20:24:26.765749+0000 mgr.a (mgr.14403) 7621 : cluster 0 pgmap v5686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:27 smithi135 bash[32435]: cluster 2023-12-07T20:24:26.765749+0000 mgr.a (mgr.14403) 7621 : cluster 0 pgmap v5686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:30.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:29 smithi079 bash[28699]: cluster 2023-12-07T20:24:28.766511+0000 mgr.a (mgr.14403) 7622 : cluster 0 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-07T20:24:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:29 smithi194 bash[32038]: cluster 2023-12-07T20:24:28.766511+0000 mgr.a (mgr.14403) 7622 : cluster 0 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-07T20:24:30.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:24:30.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:30.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:29 smithi135 bash[32435]: cluster 2023-12-07T20:24:28.766511+0000 mgr.a (mgr.14403) 7622 : cluster 0 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-07T20:24:31.111 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:24:31.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:31.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:31.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:31.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:24:32.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:31 smithi079 bash[28699]: audit 2023-12-07T20:24:30.608634+0000 mgr.a (mgr.14403) 7623 : audit 0 from='client.160092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:31 smithi079 bash[28699]: cluster 2023-12-07T20:24:30.767231+0000 mgr.a (mgr.14403) 7624 : cluster 0 pgmap v5688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:31 smithi194 bash[32038]: audit 2023-12-07T20:24:30.608634+0000 mgr.a (mgr.14403) 7623 : audit 0 from='client.160092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:31 smithi194 bash[32038]: cluster 2023-12-07T20:24:30.767231+0000 mgr.a (mgr.14403) 7624 : cluster 0 pgmap v5688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:31 smithi135 bash[32435]: audit 2023-12-07T20:24:30.608634+0000 mgr.a (mgr.14403) 7623 : audit 0 from='client.160092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:31 smithi135 bash[32435]: cluster 2023-12-07T20:24:30.767231+0000 mgr.a (mgr.14403) 7624 : cluster 0 pgmap v5688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:32 smithi079 bash[28699]: cluster 2023-12-07T20:24:32.767867+0000 mgr.a (mgr.14403) 7625 : cluster 0 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-07T20:24:33.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:32 smithi194 bash[32038]: cluster 2023-12-07T20:24:32.767867+0000 mgr.a (mgr.14403) 7625 : cluster 0 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-07T20:24:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:32 smithi135 bash[32435]: cluster 2023-12-07T20:24:32.767867+0000 mgr.a (mgr.14403) 7625 : cluster 0 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-07T20:24:36.115 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:24:36.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:36.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:36.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:35 smithi079 bash[28699]: cluster 2023-12-07T20:24:34.768667+0000 mgr.a (mgr.14403) 7626 : cluster 0 pgmap v5690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:35 smithi194 bash[32038]: cluster 2023-12-07T20:24:34.768667+0000 mgr.a (mgr.14403) 7626 : cluster 0 pgmap v5690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:35 smithi135 bash[32435]: cluster 2023-12-07T20:24:34.768667+0000 mgr.a (mgr.14403) 7626 : cluster 0 pgmap v5690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:36.971 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:24:36.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:36.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:36.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:36.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:24:38.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:37 smithi079 bash[28699]: audit 2023-12-07T20:24:36.516169+0000 mgr.a (mgr.14403) 7627 : audit 0 from='client.160167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:37 smithi079 bash[28699]: cluster 2023-12-07T20:24:36.769373+0000 mgr.a (mgr.14403) 7628 : cluster 0 pgmap v5691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:37 smithi194 bash[32038]: audit 2023-12-07T20:24:36.516169+0000 mgr.a (mgr.14403) 7627 : audit 0 from='client.160167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:37 smithi194 bash[32038]: cluster 2023-12-07T20:24:36.769373+0000 mgr.a (mgr.14403) 7628 : cluster 0 pgmap v5691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:37 smithi135 bash[32435]: audit 2023-12-07T20:24:36.516169+0000 mgr.a (mgr.14403) 7627 : audit 0 from='client.160167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:37 smithi135 bash[32435]: cluster 2023-12-07T20:24:36.769373+0000 mgr.a (mgr.14403) 7628 : cluster 0 pgmap v5691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:40.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:39 smithi079 bash[28699]: cluster 2023-12-07T20:24:38.770228+0000 mgr.a (mgr.14403) 7629 : cluster 0 pgmap v5692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:39 smithi194 bash[32038]: cluster 2023-12-07T20:24:38.770228+0000 mgr.a (mgr.14403) 7629 : cluster 0 pgmap v5692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:39 smithi135 bash[32435]: cluster 2023-12-07T20:24:38.770228+0000 mgr.a (mgr.14403) 7629 : cluster 0 pgmap v5692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:41.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:24:41.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:41.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:42.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:41 smithi079 bash[28699]: cluster 2023-12-07T20:24:40.770767+0000 mgr.a (mgr.14403) 7630 : cluster 0 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-07T20:24:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:41 smithi194 bash[32038]: cluster 2023-12-07T20:24:40.770767+0000 mgr.a (mgr.14403) 7630 : cluster 0 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-07T20:24:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:41 smithi135 bash[32435]: cluster 2023-12-07T20:24:40.770767+0000 mgr.a (mgr.14403) 7630 : cluster 0 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-07T20:24:42.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:42.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:42.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:42.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:24:42.901 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:24:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:42 smithi079 bash[28699]: audit 2023-12-07T20:24:42.383200+0000 mgr.a (mgr.14403) 7631 : audit 0 from='client.160242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:42 smithi079 bash[28699]: cluster 2023-12-07T20:24:42.771537+0000 mgr.a (mgr.14403) 7632 : cluster 0 pgmap v5694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:42 smithi194 bash[32038]: audit 2023-12-07T20:24:42.383200+0000 mgr.a (mgr.14403) 7631 : audit 0 from='client.160242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:42 smithi194 bash[32038]: cluster 2023-12-07T20:24:42.771537+0000 mgr.a (mgr.14403) 7632 : cluster 0 pgmap v5694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:42 smithi135 bash[32435]: audit 2023-12-07T20:24:42.383200+0000 mgr.a (mgr.14403) 7631 : audit 0 from='client.160242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:42 smithi135 bash[32435]: cluster 2023-12-07T20:24:42.771537+0000 mgr.a (mgr.14403) 7632 : cluster 0 pgmap v5694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:45 smithi079 bash[28699]: cluster 2023-12-07T20:24:44.772337+0000 mgr.a (mgr.14403) 7633 : cluster 0 pgmap v5695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:45 smithi194 bash[32038]: cluster 2023-12-07T20:24:44.772337+0000 mgr.a (mgr.14403) 7633 : cluster 0 pgmap v5695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:45 smithi135 bash[32435]: cluster 2023-12-07T20:24:44.772337+0000 mgr.a (mgr.14403) 7633 : cluster 0 pgmap v5695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:24:47.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:24:47.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:47.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:48.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:47 smithi079 bash[28699]: cluster 2023-12-07T20:24:46.772888+0000 mgr.a (mgr.14403) 7634 : cluster 0 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-07T20:24:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:47 smithi194 bash[32038]: cluster 2023-12-07T20:24:46.772888+0000 mgr.a (mgr.14403) 7634 : cluster 0 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-07T20:24:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:47 smithi135 bash[32435]: cluster 2023-12-07T20:24:46.772888+0000 mgr.a (mgr.14403) 7634 : cluster 0 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-07T20:24:48.799 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:24:48.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:48.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:48.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:48.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:24:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:49 smithi079 bash[28699]: audit 2023-12-07T20:24:48.308458+0000 mgr.a (mgr.14403) 7635 : audit 0 from='client.160320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:49 smithi079 bash[28699]: cluster 2023-12-07T20:24:48.773681+0000 mgr.a (mgr.14403) 7636 : cluster 0 pgmap v5697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:24:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:49 smithi194 bash[32038]: audit 2023-12-07T20:24:48.308458+0000 mgr.a (mgr.14403) 7635 : audit 0 from='client.160320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:49 smithi194 bash[32038]: cluster 2023-12-07T20:24:48.773681+0000 mgr.a (mgr.14403) 7636 : cluster 0 pgmap v5697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:24:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:49 smithi135 bash[32435]: audit 2023-12-07T20:24:48.308458+0000 mgr.a (mgr.14403) 7635 : audit 0 from='client.160320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:49 smithi135 bash[32435]: cluster 2023-12-07T20:24:48.773681+0000 mgr.a (mgr.14403) 7636 : cluster 0 pgmap v5697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:24:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:50 smithi079 bash[28699]: audit 2023-12-07T20:24:49.882358+0000 mon.a (mon.0) 1515 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:24:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:50 smithi079 bash[28699]: audit 2023-12-07T20:24:50.679417+0000 mon.a (mon.0) 1516 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:24:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:50 smithi079 bash[28699]: audit 2023-12-07T20:24:50.681369+0000 mon.a (mon.0) 1517 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:24:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:50 smithi079 bash[28699]: audit 2023-12-07T20:24:50.690768+0000 mon.a (mon.0) 1518 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:24:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:50 smithi194 bash[32038]: audit 2023-12-07T20:24:49.882358+0000 mon.a (mon.0) 1515 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:24:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:50 smithi194 bash[32038]: audit 2023-12-07T20:24:50.679417+0000 mon.a (mon.0) 1516 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:24:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:50 smithi194 bash[32038]: audit 2023-12-07T20:24:50.681369+0000 mon.a (mon.0) 1517 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:24:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:50 smithi194 bash[32038]: audit 2023-12-07T20:24:50.690768+0000 mon.a (mon.0) 1518 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:24:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:50 smithi135 bash[32435]: audit 2023-12-07T20:24:49.882358+0000 mon.a (mon.0) 1515 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:24:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:50 smithi135 bash[32435]: audit 2023-12-07T20:24:50.679417+0000 mon.a (mon.0) 1516 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:24:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:50 smithi135 bash[32435]: audit 2023-12-07T20:24:50.681369+0000 mon.a (mon.0) 1517 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:24:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:50 smithi135 bash[32435]: audit 2023-12-07T20:24:50.690768+0000 mon.a (mon.0) 1518 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:24:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:51 smithi079 bash[28699]: cluster 2023-12-07T20:24:50.774226+0000 mgr.a (mgr.14403) 7637 : cluster 0 pgmap v5698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:24:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:51 smithi194 bash[32038]: cluster 2023-12-07T20:24:50.774226+0000 mgr.a (mgr.14403) 7637 : cluster 0 pgmap v5698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:24:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:51 smithi135 bash[32435]: cluster 2023-12-07T20:24:50.774226+0000 mgr.a (mgr.14403) 7637 : cluster 0 pgmap v5698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:24:53.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:52 smithi079 bash[28699]: cluster 2023-12-07T20:24:52.774773+0000 mgr.a (mgr.14403) 7638 : cluster 0 pgmap v5699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:24:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:52 smithi194 bash[32038]: cluster 2023-12-07T20:24:52.774773+0000 mgr.a (mgr.14403) 7638 : cluster 0 pgmap v5699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:24:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:52 smithi135 bash[32435]: cluster 2023-12-07T20:24:52.774773+0000 mgr.a (mgr.14403) 7638 : cluster 0 pgmap v5699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:24:53.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:24:53.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:53.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:24:54.696 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:24:54.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:24:54.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:24:54.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:24:54.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:24:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:55 smithi079 bash[28699]: audit 2023-12-07T20:24:54.196992+0000 mgr.a (mgr.14403) 7639 : audit 0 from='client.160395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:55 smithi079 bash[28699]: cluster 2023-12-07T20:24:54.775826+0000 mgr.a (mgr.14403) 7640 : cluster 0 pgmap v5700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:55 smithi194 bash[32038]: audit 2023-12-07T20:24:54.196992+0000 mgr.a (mgr.14403) 7639 : audit 0 from='client.160395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:55 smithi194 bash[32038]: cluster 2023-12-07T20:24:54.775826+0000 mgr.a (mgr.14403) 7640 : cluster 0 pgmap v5700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:55 smithi135 bash[32435]: audit 2023-12-07T20:24:54.196992+0000 mgr.a (mgr.14403) 7639 : audit 0 from='client.160395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:24:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:55 smithi135 bash[32435]: cluster 2023-12-07T20:24:54.775826+0000 mgr.a (mgr.14403) 7640 : cluster 0 pgmap v5700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:24:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:57 smithi079 bash[28699]: cluster 2023-12-07T20:24:56.776437+0000 mgr.a (mgr.14403) 7641 : cluster 0 pgmap v5701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:57 smithi194 bash[32038]: cluster 2023-12-07T20:24:56.776437+0000 mgr.a (mgr.14403) 7641 : cluster 0 pgmap v5701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:57 smithi135 bash[32435]: cluster 2023-12-07T20:24:56.776437+0000 mgr.a (mgr.14403) 7641 : cluster 0 pgmap v5701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:24:59.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:24:59.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:24:59.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:00.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:24:59 smithi079 bash[28699]: cluster 2023-12-07T20:24:58.777192+0000 mgr.a (mgr.14403) 7642 : cluster 0 pgmap v5702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:24:59 smithi194 bash[32038]: cluster 2023-12-07T20:24:58.777192+0000 mgr.a (mgr.14403) 7642 : cluster 0 pgmap v5702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:24:59 smithi135 bash[32435]: cluster 2023-12-07T20:24:58.777192+0000 mgr.a (mgr.14403) 7642 : cluster 0 pgmap v5702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:00.601 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:25:00.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:00.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:00.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:00.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:25:01.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:01 smithi194 bash[32038]: audit 2023-12-07T20:25:00.107827+0000 mgr.a (mgr.14403) 7643 : audit 0 from='client.160470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:01 smithi194 bash[32038]: cluster 2023-12-07T20:25:00.777840+0000 mgr.a (mgr.14403) 7644 : cluster 0 pgmap v5703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:25:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:01 smithi079 bash[28699]: audit 2023-12-07T20:25:00.107827+0000 mgr.a (mgr.14403) 7643 : audit 0 from='client.160470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:01 smithi079 bash[28699]: cluster 2023-12-07T20:25:00.777840+0000 mgr.a (mgr.14403) 7644 : cluster 0 pgmap v5703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:25:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:01 smithi135 bash[32435]: audit 2023-12-07T20:25:00.107827+0000 mgr.a (mgr.14403) 7643 : audit 0 from='client.160470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:01 smithi135 bash[32435]: cluster 2023-12-07T20:25:00.777840+0000 mgr.a (mgr.14403) 7644 : cluster 0 pgmap v5703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:25:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:02 smithi079 bash[28699]: cluster 2023-12-07T20:25:02.778408+0000 mgr.a (mgr.14403) 7645 : cluster 0 pgmap v5704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:25:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:02 smithi194 bash[32038]: cluster 2023-12-07T20:25:02.778408+0000 mgr.a (mgr.14403) 7645 : cluster 0 pgmap v5704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:25:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:02 smithi135 bash[32435]: cluster 2023-12-07T20:25:02.778408+0000 mgr.a (mgr.14403) 7645 : cluster 0 pgmap v5704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:25:05.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:25:05.605 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:05.605 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:06.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:05 smithi079 bash[28699]: cluster 2023-12-07T20:25:04.779201+0000 mgr.a (mgr.14403) 7646 : cluster 0 pgmap v5705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:25:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:05 smithi194 bash[32038]: cluster 2023-12-07T20:25:04.779201+0000 mgr.a (mgr.14403) 7646 : cluster 0 pgmap v5705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:25:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:05 smithi135 bash[32435]: cluster 2023-12-07T20:25:04.779201+0000 mgr.a (mgr.14403) 7646 : cluster 0 pgmap v5705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:25:06.499 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:25:06.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:06.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:06.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:06.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:25:08.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:07 smithi079 bash[28699]: audit 2023-12-07T20:25:06.014154+0000 mgr.a (mgr.14403) 7647 : audit 0 from='client.160545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:07 smithi079 bash[28699]: cluster 2023-12-07T20:25:06.779917+0000 mgr.a (mgr.14403) 7648 : cluster 0 pgmap v5706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:07 smithi194 bash[32038]: audit 2023-12-07T20:25:06.014154+0000 mgr.a (mgr.14403) 7647 : audit 0 from='client.160545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:07 smithi194 bash[32038]: cluster 2023-12-07T20:25:06.779917+0000 mgr.a (mgr.14403) 7648 : cluster 0 pgmap v5706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:07 smithi135 bash[32435]: audit 2023-12-07T20:25:06.014154+0000 mgr.a (mgr.14403) 7647 : audit 0 from='client.160545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:07 smithi135 bash[32435]: cluster 2023-12-07T20:25:06.779917+0000 mgr.a (mgr.14403) 7648 : cluster 0 pgmap v5706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:09 smithi079 bash[28699]: cluster 2023-12-07T20:25:08.780723+0000 mgr.a (mgr.14403) 7649 : cluster 0 pgmap v5707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:09 smithi194 bash[32038]: cluster 2023-12-07T20:25:08.780723+0000 mgr.a (mgr.14403) 7649 : cluster 0 pgmap v5707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:09 smithi135 bash[32435]: cluster 2023-12-07T20:25:08.780723+0000 mgr.a (mgr.14403) 7649 : cluster 0 pgmap v5707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:11.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:25:11.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:11.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:12.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:11 smithi079 bash[28699]: cluster 2023-12-07T20:25:10.781257+0000 mgr.a (mgr.14403) 7650 : cluster 0 pgmap v5708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:11 smithi194 bash[32038]: cluster 2023-12-07T20:25:10.781257+0000 mgr.a (mgr.14403) 7650 : cluster 0 pgmap v5708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:11 smithi135 bash[32435]: cluster 2023-12-07T20:25:10.781257+0000 mgr.a (mgr.14403) 7650 : cluster 0 pgmap v5708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:12.400 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:25:12.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:12.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:12.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:12.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:25:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:12 smithi079 bash[28699]: audit 2023-12-07T20:25:11.905187+0000 mgr.a (mgr.14403) 7651 : audit 0 from='client.160620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:12 smithi194 bash[32038]: audit 2023-12-07T20:25:11.905187+0000 mgr.a (mgr.14403) 7651 : audit 0 from='client.160620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:12 smithi135 bash[32435]: audit 2023-12-07T20:25:11.905187+0000 mgr.a (mgr.14403) 7651 : audit 0 from='client.160620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:13 smithi079 bash[28699]: cluster 2023-12-07T20:25:12.781922+0000 mgr.a (mgr.14403) 7652 : cluster 0 pgmap v5709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:13 smithi194 bash[32038]: cluster 2023-12-07T20:25:12.781922+0000 mgr.a (mgr.14403) 7652 : cluster 0 pgmap v5709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:13 smithi135 bash[32435]: cluster 2023-12-07T20:25:12.781922+0000 mgr.a (mgr.14403) 7652 : cluster 0 pgmap v5709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:15 smithi079 bash[28699]: cluster 2023-12-07T20:25:14.782737+0000 mgr.a (mgr.14403) 7653 : cluster 0 pgmap v5710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:15 smithi194 bash[32038]: cluster 2023-12-07T20:25:14.782737+0000 mgr.a (mgr.14403) 7653 : cluster 0 pgmap v5710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:15 smithi135 bash[32435]: cluster 2023-12-07T20:25:14.782737+0000 mgr.a (mgr.14403) 7653 : cluster 0 pgmap v5710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:17.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:25:17.404 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:17.404 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:18.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:17 smithi079 bash[28699]: cluster 2023-12-07T20:25:16.783294+0000 mgr.a (mgr.14403) 7654 : cluster 0 pgmap v5711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:17 smithi194 bash[32038]: cluster 2023-12-07T20:25:16.783294+0000 mgr.a (mgr.14403) 7654 : cluster 0 pgmap v5711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:17 smithi135 bash[32435]: cluster 2023-12-07T20:25:16.783294+0000 mgr.a (mgr.14403) 7654 : cluster 0 pgmap v5711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:18.323 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:25:18.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:18.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:18.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:18.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:25:19.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:18 smithi079 bash[28699]: audit 2023-12-07T20:25:17.809786+0000 mgr.a (mgr.14403) 7655 : audit 0 from='client.160698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:19.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:18 smithi194 bash[32038]: audit 2023-12-07T20:25:17.809786+0000 mgr.a (mgr.14403) 7655 : audit 0 from='client.160698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:19.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:18 smithi135 bash[32435]: audit 2023-12-07T20:25:17.809786+0000 mgr.a (mgr.14403) 7655 : audit 0 from='client.160698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:19 smithi079 bash[28699]: cluster 2023-12-07T20:25:18.784095+0000 mgr.a (mgr.14403) 7656 : cluster 0 pgmap v5712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:19 smithi194 bash[32038]: cluster 2023-12-07T20:25:18.784095+0000 mgr.a (mgr.14403) 7656 : cluster 0 pgmap v5712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:19 smithi135 bash[32435]: cluster 2023-12-07T20:25:18.784095+0000 mgr.a (mgr.14403) 7656 : cluster 0 pgmap v5712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:21 smithi079 bash[28699]: cluster 2023-12-07T20:25:20.784637+0000 mgr.a (mgr.14403) 7657 : cluster 0 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-07T20:25:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:21 smithi194 bash[32038]: cluster 2023-12-07T20:25:20.784637+0000 mgr.a (mgr.14403) 7657 : cluster 0 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-07T20:25:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:21 smithi135 bash[32435]: cluster 2023-12-07T20:25:20.784637+0000 mgr.a (mgr.14403) 7657 : cluster 0 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-07T20:25:23.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:25:23.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:23.327 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:23.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:23 smithi079 bash[28699]: cluster 2023-12-07T20:25:22.785175+0000 mgr.a (mgr.14403) 7658 : cluster 0 pgmap v5714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:23 smithi194 bash[32038]: cluster 2023-12-07T20:25:22.785175+0000 mgr.a (mgr.14403) 7658 : cluster 0 pgmap v5714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:23 smithi135 bash[32435]: cluster 2023-12-07T20:25:22.785175+0000 mgr.a (mgr.14403) 7658 : cluster 0 pgmap v5714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:24.234 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:25:24.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:24.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:24.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:24.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:25:24.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:24 smithi079 bash[28699]: audit 2023-12-07T20:25:23.733784+0000 mgr.a (mgr.14403) 7659 : audit 0 from='client.160776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:24 smithi194 bash[32038]: audit 2023-12-07T20:25:23.733784+0000 mgr.a (mgr.14403) 7659 : audit 0 from='client.160776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:24 smithi135 bash[32435]: audit 2023-12-07T20:25:23.733784+0000 mgr.a (mgr.14403) 7659 : audit 0 from='client.160776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:25.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:25 smithi079 bash[28699]: cluster 2023-12-07T20:25:24.786154+0000 mgr.a (mgr.14403) 7660 : cluster 0 pgmap v5715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:25.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:25 smithi194 bash[32038]: cluster 2023-12-07T20:25:24.786154+0000 mgr.a (mgr.14403) 7660 : cluster 0 pgmap v5715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:25.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:25 smithi135 bash[32435]: cluster 2023-12-07T20:25:24.786154+0000 mgr.a (mgr.14403) 7660 : cluster 0 pgmap v5715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:27 smithi079 bash[28699]: cluster 2023-12-07T20:25:26.786694+0000 mgr.a (mgr.14403) 7661 : cluster 0 pgmap v5716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:27 smithi194 bash[32038]: cluster 2023-12-07T20:25:26.786694+0000 mgr.a (mgr.14403) 7661 : cluster 0 pgmap v5716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:27 smithi135 bash[32435]: cluster 2023-12-07T20:25:26.786694+0000 mgr.a (mgr.14403) 7661 : cluster 0 pgmap v5716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:29.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:25:29.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:29.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:30.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:29 smithi079 bash[28699]: cluster 2023-12-07T20:25:28.787443+0000 mgr.a (mgr.14403) 7662 : cluster 0 pgmap v5717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:30.148 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:25:30.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:30.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:30.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:30.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:25:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:29 smithi194 bash[32038]: cluster 2023-12-07T20:25:28.787443+0000 mgr.a (mgr.14403) 7662 : cluster 0 pgmap v5717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:29 smithi135 bash[32435]: cluster 2023-12-07T20:25:28.787443+0000 mgr.a (mgr.14403) 7662 : cluster 0 pgmap v5717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:30 smithi079 bash[28699]: audit 2023-12-07T20:25:29.646351+0000 mgr.a (mgr.14403) 7663 : audit 0 from='client.160854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:31.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:30 smithi194 bash[32038]: audit 2023-12-07T20:25:29.646351+0000 mgr.a (mgr.14403) 7663 : audit 0 from='client.160854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:31.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:30 smithi135 bash[32435]: audit 2023-12-07T20:25:29.646351+0000 mgr.a (mgr.14403) 7663 : audit 0 from='client.160854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:32.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:31 smithi079 bash[28699]: cluster 2023-12-07T20:25:30.788105+0000 mgr.a (mgr.14403) 7664 : cluster 0 pgmap v5718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:31 smithi194 bash[32038]: cluster 2023-12-07T20:25:30.788105+0000 mgr.a (mgr.14403) 7664 : cluster 0 pgmap v5718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:31 smithi135 bash[32435]: cluster 2023-12-07T20:25:30.788105+0000 mgr.a (mgr.14403) 7664 : cluster 0 pgmap v5718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:33.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:32 smithi079 bash[28699]: cluster 2023-12-07T20:25:32.788649+0000 mgr.a (mgr.14403) 7665 : cluster 0 pgmap v5719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:33.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:33 smithi194 bash[32038]: cluster 2023-12-07T20:25:32.788649+0000 mgr.a (mgr.14403) 7665 : cluster 0 pgmap v5719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:32 smithi135 bash[32435]: cluster 2023-12-07T20:25:32.788649+0000 mgr.a (mgr.14403) 7665 : cluster 0 pgmap v5719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:25:35.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:25:35.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:35.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:36.061 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:25:36.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:36.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:36.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:36.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:25:36.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:35 smithi079 bash[28699]: cluster 2023-12-07T20:25:34.789435+0000 mgr.a (mgr.14403) 7666 : cluster 0 pgmap v5720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:35 smithi194 bash[32038]: cluster 2023-12-07T20:25:34.789435+0000 mgr.a (mgr.14403) 7666 : cluster 0 pgmap v5720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:35 smithi135 bash[32435]: cluster 2023-12-07T20:25:34.789435+0000 mgr.a (mgr.14403) 7666 : cluster 0 pgmap v5720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:37.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:36 smithi079 bash[28699]: audit 2023-12-07T20:25:35.560531+0000 mgr.a (mgr.14403) 7667 : audit 0 from='client.160926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:37.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:36 smithi194 bash[32038]: audit 2023-12-07T20:25:35.560531+0000 mgr.a (mgr.14403) 7667 : audit 0 from='client.160926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:37.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:36 smithi135 bash[32435]: audit 2023-12-07T20:25:35.560531+0000 mgr.a (mgr.14403) 7667 : audit 0 from='client.160926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:38.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:37 smithi079 bash[28699]: cluster 2023-12-07T20:25:36.790071+0000 mgr.a (mgr.14403) 7668 : cluster 0 pgmap v5721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:37 smithi194 bash[32038]: cluster 2023-12-07T20:25:36.790071+0000 mgr.a (mgr.14403) 7668 : cluster 0 pgmap v5721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:37 smithi135 bash[32435]: cluster 2023-12-07T20:25:36.790071+0000 mgr.a (mgr.14403) 7668 : cluster 0 pgmap v5721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:40.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:39 smithi079 bash[28699]: cluster 2023-12-07T20:25:38.790867+0000 mgr.a (mgr.14403) 7669 : cluster 0 pgmap v5722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:39 smithi194 bash[32038]: cluster 2023-12-07T20:25:38.790867+0000 mgr.a (mgr.14403) 7669 : cluster 0 pgmap v5722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:39 smithi135 bash[32435]: cluster 2023-12-07T20:25:38.790867+0000 mgr.a (mgr.14403) 7669 : cluster 0 pgmap v5722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:41.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:25:41.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:41.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:41.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:41.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:41.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:41.994 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:25:41.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:25:42.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:41 smithi079 bash[28699]: cluster 2023-12-07T20:25:40.791356+0000 mgr.a (mgr.14403) 7670 : cluster 0 pgmap v5723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:41 smithi194 bash[32038]: cluster 2023-12-07T20:25:40.791356+0000 mgr.a (mgr.14403) 7670 : cluster 0 pgmap v5723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:41 smithi135 bash[32435]: cluster 2023-12-07T20:25:40.791356+0000 mgr.a (mgr.14403) 7670 : cluster 0 pgmap v5723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:42 smithi079 bash[28699]: audit 2023-12-07T20:25:41.470649+0000 mgr.a (mgr.14403) 7671 : audit 0 from='client.161004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:42 smithi194 bash[32038]: audit 2023-12-07T20:25:41.470649+0000 mgr.a (mgr.14403) 7671 : audit 0 from='client.161004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:42 smithi135 bash[32435]: audit 2023-12-07T20:25:41.470649+0000 mgr.a (mgr.14403) 7671 : audit 0 from='client.161004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:43 smithi079 bash[28699]: cluster 2023-12-07T20:25:42.792037+0000 mgr.a (mgr.14403) 7672 : cluster 0 pgmap v5724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:44.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:43 smithi194 bash[32038]: cluster 2023-12-07T20:25:42.792037+0000 mgr.a (mgr.14403) 7672 : cluster 0 pgmap v5724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:43 smithi135 bash[32435]: cluster 2023-12-07T20:25:42.792037+0000 mgr.a (mgr.14403) 7672 : cluster 0 pgmap v5724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:45 smithi079 bash[28699]: cluster 2023-12-07T20:25:44.792883+0000 mgr.a (mgr.14403) 7673 : cluster 0 pgmap v5725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:45 smithi194 bash[32038]: cluster 2023-12-07T20:25:44.792883+0000 mgr.a (mgr.14403) 7673 : cluster 0 pgmap v5725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:45 smithi135 bash[32435]: cluster 2023-12-07T20:25:44.792883+0000 mgr.a (mgr.14403) 7673 : cluster 0 pgmap v5725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:46.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:25:46.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:46.998 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:47.917 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:25:47.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:47.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:47.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:47.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:25:48.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:47 smithi079 bash[28699]: cluster 2023-12-07T20:25:46.793520+0000 mgr.a (mgr.14403) 7674 : cluster 0 pgmap v5726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:47 smithi194 bash[32038]: cluster 2023-12-07T20:25:46.793520+0000 mgr.a (mgr.14403) 7674 : cluster 0 pgmap v5726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:47 smithi135 bash[32435]: cluster 2023-12-07T20:25:46.793520+0000 mgr.a (mgr.14403) 7674 : cluster 0 pgmap v5726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:49.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:48 smithi079 bash[28699]: audit 2023-12-07T20:25:47.401205+0000 mgr.a (mgr.14403) 7675 : audit 0 from='client.161082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:49.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:48 smithi194 bash[32038]: audit 2023-12-07T20:25:47.401205+0000 mgr.a (mgr.14403) 7675 : audit 0 from='client.161082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:49.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:48 smithi135 bash[32435]: audit 2023-12-07T20:25:47.401205+0000 mgr.a (mgr.14403) 7675 : audit 0 from='client.161082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:49 smithi079 bash[28699]: cluster 2023-12-07T20:25:48.794436+0000 mgr.a (mgr.14403) 7676 : cluster 0 pgmap v5727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:49 smithi194 bash[32038]: cluster 2023-12-07T20:25:48.794436+0000 mgr.a (mgr.14403) 7676 : cluster 0 pgmap v5727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:49 smithi135 bash[32435]: cluster 2023-12-07T20:25:48.794436+0000 mgr.a (mgr.14403) 7676 : cluster 0 pgmap v5727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:25:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:50 smithi194 bash[32038]: audit 2023-12-07T20:25:50.793315+0000 mon.a (mon.0) 1519 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:25:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:50 smithi135 bash[32435]: audit 2023-12-07T20:25:50.793315+0000 mon.a (mon.0) 1519 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:25:51.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:50 smithi079 bash[28699]: audit 2023-12-07T20:25:50.793315+0000 mon.a (mon.0) 1519 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:25:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:51 smithi194 bash[32038]: cluster 2023-12-07T20:25:50.794910+0000 mgr.a (mgr.14403) 7677 : cluster 0 pgmap v5728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:51 smithi194 bash[32038]: audit 2023-12-07T20:25:51.321500+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:25:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:51 smithi194 bash[32038]: audit 2023-12-07T20:25:51.327203+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:25:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:51 smithi135 bash[32435]: cluster 2023-12-07T20:25:50.794910+0000 mgr.a (mgr.14403) 7677 : cluster 0 pgmap v5728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:52.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:51 smithi135 bash[32435]: audit 2023-12-07T20:25:51.321500+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:25:52.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:51 smithi135 bash[32435]: audit 2023-12-07T20:25:51.327203+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:25:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:51 smithi079 bash[28699]: cluster 2023-12-07T20:25:50.794910+0000 mgr.a (mgr.14403) 7677 : cluster 0 pgmap v5728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:51 smithi079 bash[28699]: audit 2023-12-07T20:25:51.321500+0000 mon.a (mon.0) 1520 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:25:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:51 smithi079 bash[28699]: audit 2023-12-07T20:25:51.327203+0000 mon.a (mon.0) 1521 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:25:52.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:25:52.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:52.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:52 smithi079 bash[28699]: audit 2023-12-07T20:25:52.076424+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:25:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:52 smithi079 bash[28699]: audit 2023-12-07T20:25:52.078307+0000 mon.a (mon.0) 1523 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:25:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:52 smithi079 bash[28699]: audit 2023-12-07T20:25:52.088164+0000 mon.a (mon.0) 1524 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:25:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:53 smithi079 bash[28699]: cluster 2023-12-07T20:25:52.795457+0000 mgr.a (mgr.14403) 7678 : cluster 0 pgmap v5729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:52 smithi194 bash[32038]: audit 2023-12-07T20:25:52.076424+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:25:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:52 smithi194 bash[32038]: audit 2023-12-07T20:25:52.078307+0000 mon.a (mon.0) 1523 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:25:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:52 smithi194 bash[32038]: audit 2023-12-07T20:25:52.088164+0000 mon.a (mon.0) 1524 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:25:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:52 smithi194 bash[32038]: cluster 2023-12-07T20:25:52.795457+0000 mgr.a (mgr.14403) 7678 : cluster 0 pgmap v5729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:52 smithi135 bash[32435]: audit 2023-12-07T20:25:52.076424+0000 mon.a (mon.0) 1522 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:25:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:52 smithi135 bash[32435]: audit 2023-12-07T20:25:52.078307+0000 mon.a (mon.0) 1523 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:25:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:52 smithi135 bash[32435]: audit 2023-12-07T20:25:52.088164+0000 mon.a (mon.0) 1524 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:25:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:52 smithi135 bash[32435]: cluster 2023-12-07T20:25:52.795457+0000 mgr.a (mgr.14403) 7678 : cluster 0 pgmap v5729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:25:53.807 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:25:53.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:53.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:53.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:53.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:25:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:54 smithi079 bash[28699]: audit 2023-12-07T20:25:53.318343+0000 mgr.a (mgr.14403) 7679 : audit 0 from='client.161157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:54 smithi194 bash[32038]: audit 2023-12-07T20:25:53.318343+0000 mgr.a (mgr.14403) 7679 : audit 0 from='client.161157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:54 smithi135 bash[32435]: audit 2023-12-07T20:25:53.318343+0000 mgr.a (mgr.14403) 7679 : audit 0 from='client.161157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:25:55.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:55 smithi079 bash[28699]: cluster 2023-12-07T20:25:54.796460+0000 mgr.a (mgr.14403) 7680 : cluster 0 pgmap v5730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:25:55.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:55 smithi194 bash[32038]: cluster 2023-12-07T20:25:54.796460+0000 mgr.a (mgr.14403) 7680 : cluster 0 pgmap v5730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:25:55.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:55 smithi135 bash[32435]: cluster 2023-12-07T20:25:54.796460+0000 mgr.a (mgr.14403) 7680 : cluster 0 pgmap v5730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:25:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:57 smithi079 bash[28699]: cluster 2023-12-07T20:25:56.797037+0000 mgr.a (mgr.14403) 7681 : cluster 0 pgmap v5731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:25:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:57 smithi194 bash[32038]: cluster 2023-12-07T20:25:56.797037+0000 mgr.a (mgr.14403) 7681 : cluster 0 pgmap v5731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:25:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:57 smithi135 bash[32435]: cluster 2023-12-07T20:25:56.797037+0000 mgr.a (mgr.14403) 7681 : cluster 0 pgmap v5731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:25:58.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:25:58.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:25:58.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:25:59.753 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:25:59.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:25:59.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:25:59.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:25:59.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:26:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:25:59 smithi079 bash[28699]: cluster 2023-12-07T20:25:58.797750+0000 mgr.a (mgr.14403) 7682 : cluster 0 pgmap v5732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:25:59 smithi194 bash[32038]: cluster 2023-12-07T20:25:58.797750+0000 mgr.a (mgr.14403) 7682 : cluster 0 pgmap v5732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:25:59 smithi135 bash[32435]: cluster 2023-12-07T20:25:58.797750+0000 mgr.a (mgr.14403) 7682 : cluster 0 pgmap v5732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:00 smithi079 bash[28699]: audit 2023-12-07T20:25:59.223781+0000 mgr.a (mgr.14403) 7683 : audit 0 from='client.161235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:01.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:00 smithi194 bash[32038]: audit 2023-12-07T20:25:59.223781+0000 mgr.a (mgr.14403) 7683 : audit 0 from='client.161235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:00 smithi135 bash[32435]: audit 2023-12-07T20:25:59.223781+0000 mgr.a (mgr.14403) 7683 : audit 0 from='client.161235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:01 smithi079 bash[28699]: cluster 2023-12-07T20:26:00.798580+0000 mgr.a (mgr.14403) 7684 : cluster 0 pgmap v5733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:01 smithi194 bash[32038]: cluster 2023-12-07T20:26:00.798580+0000 mgr.a (mgr.14403) 7684 : cluster 0 pgmap v5733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:01 smithi135 bash[32435]: cluster 2023-12-07T20:26:00.798580+0000 mgr.a (mgr.14403) 7684 : cluster 0 pgmap v5733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:03 smithi079 bash[28699]: cluster 2023-12-07T20:26:02.799371+0000 mgr.a (mgr.14403) 7685 : cluster 0 pgmap v5734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:03 smithi194 bash[32038]: cluster 2023-12-07T20:26:02.799371+0000 mgr.a (mgr.14403) 7685 : cluster 0 pgmap v5734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:03 smithi135 bash[32435]: cluster 2023-12-07T20:26:02.799371+0000 mgr.a (mgr.14403) 7685 : cluster 0 pgmap v5734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:04.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:26:04.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:04.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:05.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:05.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:05.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:05.667 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:26:05.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:26:06.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:05 smithi079 bash[28699]: cluster 2023-12-07T20:26:04.800192+0000 mgr.a (mgr.14403) 7686 : cluster 0 pgmap v5735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:05 smithi194 bash[32038]: cluster 2023-12-07T20:26:04.800192+0000 mgr.a (mgr.14403) 7686 : cluster 0 pgmap v5735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:05 smithi135 bash[32435]: cluster 2023-12-07T20:26:04.800192+0000 mgr.a (mgr.14403) 7686 : cluster 0 pgmap v5735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:06 smithi079 bash[28699]: audit 2023-12-07T20:26:05.157297+0000 mgr.a (mgr.14403) 7687 : audit 0 from='client.161313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:07.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:06 smithi194 bash[32038]: audit 2023-12-07T20:26:05.157297+0000 mgr.a (mgr.14403) 7687 : audit 0 from='client.161313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:07.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:06 smithi135 bash[32435]: audit 2023-12-07T20:26:05.157297+0000 mgr.a (mgr.14403) 7687 : audit 0 from='client.161313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:08.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:07 smithi079 bash[28699]: cluster 2023-12-07T20:26:06.800900+0000 mgr.a (mgr.14403) 7688 : cluster 0 pgmap v5736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:26:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:07 smithi194 bash[32038]: cluster 2023-12-07T20:26:06.800900+0000 mgr.a (mgr.14403) 7688 : cluster 0 pgmap v5736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:26:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:07 smithi135 bash[32435]: cluster 2023-12-07T20:26:06.800900+0000 mgr.a (mgr.14403) 7688 : cluster 0 pgmap v5736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:26:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:09 smithi079 bash[28699]: cluster 2023-12-07T20:26:08.801709+0000 mgr.a (mgr.14403) 7689 : cluster 0 pgmap v5737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:26:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:09 smithi194 bash[32038]: cluster 2023-12-07T20:26:08.801709+0000 mgr.a (mgr.14403) 7689 : cluster 0 pgmap v5737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:26:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:09 smithi135 bash[32435]: cluster 2023-12-07T20:26:08.801709+0000 mgr.a (mgr.14403) 7689 : cluster 0 pgmap v5737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:26:10.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:26:10.670 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:10.670 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:11.564 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:26:11.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:11.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:11.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:11.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:26:12.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:11 smithi079 bash[28699]: cluster 2023-12-07T20:26:10.802136+0000 mgr.a (mgr.14403) 7690 : cluster 0 pgmap v5738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:11 smithi194 bash[32038]: cluster 2023-12-07T20:26:10.802136+0000 mgr.a (mgr.14403) 7690 : cluster 0 pgmap v5738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:11 smithi135 bash[32435]: cluster 2023-12-07T20:26:10.802136+0000 mgr.a (mgr.14403) 7690 : cluster 0 pgmap v5738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:12 smithi079 bash[28699]: audit 2023-12-07T20:26:11.072397+0000 mgr.a (mgr.14403) 7691 : audit 0 from='client.161385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:12 smithi194 bash[32038]: audit 2023-12-07T20:26:11.072397+0000 mgr.a (mgr.14403) 7691 : audit 0 from='client.161385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:12 smithi135 bash[32435]: audit 2023-12-07T20:26:11.072397+0000 mgr.a (mgr.14403) 7691 : audit 0 from='client.161385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:14.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:13 smithi079 bash[28699]: cluster 2023-12-07T20:26:12.802818+0000 mgr.a (mgr.14403) 7692 : cluster 0 pgmap v5739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:13 smithi194 bash[32038]: cluster 2023-12-07T20:26:12.802818+0000 mgr.a (mgr.14403) 7692 : cluster 0 pgmap v5739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:13 smithi135 bash[32435]: cluster 2023-12-07T20:26:12.802818+0000 mgr.a (mgr.14403) 7692 : cluster 0 pgmap v5739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:15 smithi079 bash[28699]: cluster 2023-12-07T20:26:14.803760+0000 mgr.a (mgr.14403) 7693 : cluster 0 pgmap v5740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:15 smithi194 bash[32038]: cluster 2023-12-07T20:26:14.803760+0000 mgr.a (mgr.14403) 7693 : cluster 0 pgmap v5740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:15 smithi135 bash[32435]: cluster 2023-12-07T20:26:14.803760+0000 mgr.a (mgr.14403) 7693 : cluster 0 pgmap v5740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:16.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:26:16.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:16.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:17.477 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:26:17.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:17.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:17.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:17.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:26:18.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:17 smithi079 bash[28699]: cluster 2023-12-07T20:26:16.804317+0000 mgr.a (mgr.14403) 7694 : cluster 0 pgmap v5741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:17 smithi194 bash[32038]: cluster 2023-12-07T20:26:16.804317+0000 mgr.a (mgr.14403) 7694 : cluster 0 pgmap v5741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:17 smithi135 bash[32435]: cluster 2023-12-07T20:26:16.804317+0000 mgr.a (mgr.14403) 7694 : cluster 0 pgmap v5741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:19.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:18 smithi194 bash[32038]: audit 2023-12-07T20:26:16.968047+0000 mgr.a (mgr.14403) 7695 : audit 0 from='client.161463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:19.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:18 smithi135 bash[32435]: audit 2023-12-07T20:26:16.968047+0000 mgr.a (mgr.14403) 7695 : audit 0 from='client.161463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:19.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:18 smithi079 bash[28699]: audit 2023-12-07T20:26:16.968047+0000 mgr.a (mgr.14403) 7695 : audit 0 from='client.161463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:19 smithi194 bash[32038]: cluster 2023-12-07T20:26:18.805231+0000 mgr.a (mgr.14403) 7696 : cluster 0 pgmap v5742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:19 smithi135 bash[32435]: cluster 2023-12-07T20:26:18.805231+0000 mgr.a (mgr.14403) 7696 : cluster 0 pgmap v5742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:19 smithi079 bash[28699]: cluster 2023-12-07T20:26:18.805231+0000 mgr.a (mgr.14403) 7696 : cluster 0 pgmap v5742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:21 smithi194 bash[32038]: cluster 2023-12-07T20:26:20.805827+0000 mgr.a (mgr.14403) 7697 : cluster 0 pgmap v5743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:21 smithi135 bash[32435]: cluster 2023-12-07T20:26:20.805827+0000 mgr.a (mgr.14403) 7697 : cluster 0 pgmap v5743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:21 smithi079 bash[28699]: cluster 2023-12-07T20:26:20.805827+0000 mgr.a (mgr.14403) 7697 : cluster 0 pgmap v5743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:22.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:26:22.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:22.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:23.361 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:26:23.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:23.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:23.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:23.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:26:23.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:23 smithi079 bash[28699]: cluster 2023-12-07T20:26:22.806359+0000 mgr.a (mgr.14403) 7698 : cluster 0 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-07T20:26:23.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:23 smithi079 bash[28699]: audit 2023-12-07T20:26:22.877363+0000 mgr.a (mgr.14403) 7699 : audit 0 from='client.161541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:23 smithi194 bash[32038]: cluster 2023-12-07T20:26:22.806359+0000 mgr.a (mgr.14403) 7698 : cluster 0 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-07T20:26:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:23 smithi194 bash[32038]: audit 2023-12-07T20:26:22.877363+0000 mgr.a (mgr.14403) 7699 : audit 0 from='client.161541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:23 smithi135 bash[32435]: cluster 2023-12-07T20:26:22.806359+0000 mgr.a (mgr.14403) 7698 : cluster 0 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-07T20:26:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:23 smithi135 bash[32435]: audit 2023-12-07T20:26:22.877363+0000 mgr.a (mgr.14403) 7699 : audit 0 from='client.161541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:25 smithi079 bash[28699]: cluster 2023-12-07T20:26:24.807296+0000 mgr.a (mgr.14403) 7700 : cluster 0 pgmap v5745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:25 smithi194 bash[32038]: cluster 2023-12-07T20:26:24.807296+0000 mgr.a (mgr.14403) 7700 : cluster 0 pgmap v5745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:25 smithi135 bash[32435]: cluster 2023-12-07T20:26:24.807296+0000 mgr.a (mgr.14403) 7700 : cluster 0 pgmap v5745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:28.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:27 smithi079 bash[28699]: cluster 2023-12-07T20:26:26.807861+0000 mgr.a (mgr.14403) 7701 : cluster 0 pgmap v5746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:27 smithi194 bash[32038]: cluster 2023-12-07T20:26:26.807861+0000 mgr.a (mgr.14403) 7701 : cluster 0 pgmap v5746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:27 smithi135 bash[32435]: cluster 2023-12-07T20:26:26.807861+0000 mgr.a (mgr.14403) 7701 : cluster 0 pgmap v5746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:28.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:26:28.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:28.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:29.272 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:26:29.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:29.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:29.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:29.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:26:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:29 smithi079 bash[28699]: audit 2023-12-07T20:26:28.771852+0000 mgr.a (mgr.14403) 7702 : audit 0 from='client.161619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:29 smithi079 bash[28699]: cluster 2023-12-07T20:26:28.809006+0000 mgr.a (mgr.14403) 7703 : cluster 0 pgmap v5747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:29 smithi194 bash[32038]: audit 2023-12-07T20:26:28.771852+0000 mgr.a (mgr.14403) 7702 : audit 0 from='client.161619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:29 smithi194 bash[32038]: cluster 2023-12-07T20:26:28.809006+0000 mgr.a (mgr.14403) 7703 : cluster 0 pgmap v5747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:29 smithi135 bash[32435]: audit 2023-12-07T20:26:28.771852+0000 mgr.a (mgr.14403) 7702 : audit 0 from='client.161619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:29 smithi135 bash[32435]: cluster 2023-12-07T20:26:28.809006+0000 mgr.a (mgr.14403) 7703 : cluster 0 pgmap v5747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:32.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:31 smithi079 bash[28699]: cluster 2023-12-07T20:26:30.809743+0000 mgr.a (mgr.14403) 7704 : cluster 0 pgmap v5748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:31 smithi194 bash[32038]: cluster 2023-12-07T20:26:30.809743+0000 mgr.a (mgr.14403) 7704 : cluster 0 pgmap v5748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:31 smithi135 bash[32435]: cluster 2023-12-07T20:26:30.809743+0000 mgr.a (mgr.14403) 7704 : cluster 0 pgmap v5748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:33 smithi079 bash[28699]: cluster 2023-12-07T20:26:32.810345+0000 mgr.a (mgr.14403) 7705 : cluster 0 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-07T20:26:33.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:33 smithi194 bash[32038]: cluster 2023-12-07T20:26:32.810345+0000 mgr.a (mgr.14403) 7705 : cluster 0 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-07T20:26:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:33 smithi135 bash[32435]: cluster 2023-12-07T20:26:32.810345+0000 mgr.a (mgr.14403) 7705 : cluster 0 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-07T20:26:34.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:26:34.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:34.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:35.166 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:26:35.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:35.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:35.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:35.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:26:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:35 smithi079 bash[28699]: audit 2023-12-07T20:26:34.683957+0000 mgr.a (mgr.14403) 7706 : audit 0 from='client.161694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:35 smithi079 bash[28699]: cluster 2023-12-07T20:26:34.811197+0000 mgr.a (mgr.14403) 7707 : cluster 0 pgmap v5750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:35 smithi194 bash[32038]: audit 2023-12-07T20:26:34.683957+0000 mgr.a (mgr.14403) 7706 : audit 0 from='client.161694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:35 smithi194 bash[32038]: cluster 2023-12-07T20:26:34.811197+0000 mgr.a (mgr.14403) 7707 : cluster 0 pgmap v5750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:35 smithi135 bash[32435]: audit 2023-12-07T20:26:34.683957+0000 mgr.a (mgr.14403) 7706 : audit 0 from='client.161694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:36.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:35 smithi135 bash[32435]: cluster 2023-12-07T20:26:34.811197+0000 mgr.a (mgr.14403) 7707 : cluster 0 pgmap v5750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:37 smithi079 bash[28699]: cluster 2023-12-07T20:26:36.811847+0000 mgr.a (mgr.14403) 7708 : cluster 0 pgmap v5751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:37 smithi194 bash[32038]: cluster 2023-12-07T20:26:36.811847+0000 mgr.a (mgr.14403) 7708 : cluster 0 pgmap v5751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:37 smithi135 bash[32435]: cluster 2023-12-07T20:26:36.811847+0000 mgr.a (mgr.14403) 7708 : cluster 0 pgmap v5751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:26:40.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:39 smithi079 bash[28699]: cluster 2023-12-07T20:26:38.812678+0000 mgr.a (mgr.14403) 7709 : cluster 0 pgmap v5752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:40.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:26:40.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:40.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:39 smithi194 bash[32038]: cluster 2023-12-07T20:26:38.812678+0000 mgr.a (mgr.14403) 7709 : cluster 0 pgmap v5752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:39 smithi135 bash[32435]: cluster 2023-12-07T20:26:38.812678+0000 mgr.a (mgr.14403) 7709 : cluster 0 pgmap v5752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:41.082 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:26:41.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:41.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:41.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:41.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:26:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:41 smithi079 bash[28699]: audit 2023-12-07T20:26:40.568757+0000 mgr.a (mgr.14403) 7710 : audit 0 from='client.161772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:41 smithi079 bash[28699]: cluster 2023-12-07T20:26:40.813191+0000 mgr.a (mgr.14403) 7711 : cluster 0 pgmap v5753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:41 smithi194 bash[32038]: audit 2023-12-07T20:26:40.568757+0000 mgr.a (mgr.14403) 7710 : audit 0 from='client.161772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:41 smithi194 bash[32038]: cluster 2023-12-07T20:26:40.813191+0000 mgr.a (mgr.14403) 7711 : cluster 0 pgmap v5753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:41 smithi135 bash[32435]: audit 2023-12-07T20:26:40.568757+0000 mgr.a (mgr.14403) 7710 : audit 0 from='client.161772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:41 smithi135 bash[32435]: cluster 2023-12-07T20:26:40.813191+0000 mgr.a (mgr.14403) 7711 : cluster 0 pgmap v5753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:43 smithi079 bash[28699]: cluster 2023-12-07T20:26:42.813839+0000 mgr.a (mgr.14403) 7712 : cluster 0 pgmap v5754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:43 smithi194 bash[32038]: cluster 2023-12-07T20:26:42.813839+0000 mgr.a (mgr.14403) 7712 : cluster 0 pgmap v5754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:43 smithi135 bash[32435]: cluster 2023-12-07T20:26:42.813839+0000 mgr.a (mgr.14403) 7712 : cluster 0 pgmap v5754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:46.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:26:46.086 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:46.086 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:46.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:45 smithi079 bash[28699]: cluster 2023-12-07T20:26:44.814640+0000 mgr.a (mgr.14403) 7713 : cluster 0 pgmap v5755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:45 smithi194 bash[32038]: cluster 2023-12-07T20:26:44.814640+0000 mgr.a (mgr.14403) 7713 : cluster 0 pgmap v5755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:45 smithi135 bash[32435]: cluster 2023-12-07T20:26:44.814640+0000 mgr.a (mgr.14403) 7713 : cluster 0 pgmap v5755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:46.965 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:26:46.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:46.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:46.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:46.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:26:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:47 smithi079 bash[28699]: audit 2023-12-07T20:26:46.491400+0000 mgr.a (mgr.14403) 7714 : audit 0 from='client.161850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:48.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:47 smithi079 bash[28699]: cluster 2023-12-07T20:26:46.815142+0000 mgr.a (mgr.14403) 7715 : cluster 0 pgmap v5756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:47 smithi194 bash[32038]: audit 2023-12-07T20:26:46.491400+0000 mgr.a (mgr.14403) 7714 : audit 0 from='client.161850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:47 smithi194 bash[32038]: cluster 2023-12-07T20:26:46.815142+0000 mgr.a (mgr.14403) 7715 : cluster 0 pgmap v5756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:47 smithi135 bash[32435]: audit 2023-12-07T20:26:46.491400+0000 mgr.a (mgr.14403) 7714 : audit 0 from='client.161850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:47 smithi135 bash[32435]: cluster 2023-12-07T20:26:46.815142+0000 mgr.a (mgr.14403) 7715 : cluster 0 pgmap v5756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:50.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:49 smithi079 bash[28699]: cluster 2023-12-07T20:26:48.816103+0000 mgr.a (mgr.14403) 7716 : cluster 0 pgmap v5757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:49 smithi194 bash[32038]: cluster 2023-12-07T20:26:48.816103+0000 mgr.a (mgr.14403) 7716 : cluster 0 pgmap v5757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:49 smithi135 bash[32435]: cluster 2023-12-07T20:26:48.816103+0000 mgr.a (mgr.14403) 7716 : cluster 0 pgmap v5757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:51.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:26:51.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:51.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:51 smithi079 bash[28699]: cluster 2023-12-07T20:26:50.816694+0000 mgr.a (mgr.14403) 7717 : cluster 0 pgmap v5758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:51 smithi194 bash[32038]: cluster 2023-12-07T20:26:50.816694+0000 mgr.a (mgr.14403) 7717 : cluster 0 pgmap v5758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:51 smithi135 bash[32435]: cluster 2023-12-07T20:26:50.816694+0000 mgr.a (mgr.14403) 7717 : cluster 0 pgmap v5758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:52.912 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:26:52.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:52.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:52.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:52.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:26:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:53 smithi079 bash[28699]: audit 2023-12-07T20:26:52.191738+0000 mon.a (mon.0) 1525 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:26:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:53 smithi079 bash[28699]: audit 2023-12-07T20:26:52.381913+0000 mgr.a (mgr.14403) 7718 : audit 0 from='client.123236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:53 smithi079 bash[28699]: audit 2023-12-07T20:26:52.731451+0000 mon.a (mon.0) 1526 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:26:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:53 smithi079 bash[28699]: audit 2023-12-07T20:26:52.741070+0000 mon.a (mon.0) 1527 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:26:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:53 smithi079 bash[28699]: cluster 2023-12-07T20:26:52.817440+0000 mgr.a (mgr.14403) 7719 : cluster 0 pgmap v5759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:53 smithi194 bash[32038]: audit 2023-12-07T20:26:52.191738+0000 mon.a (mon.0) 1525 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:26:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:53 smithi194 bash[32038]: audit 2023-12-07T20:26:52.381913+0000 mgr.a (mgr.14403) 7718 : audit 0 from='client.123236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:53 smithi194 bash[32038]: audit 2023-12-07T20:26:52.731451+0000 mon.a (mon.0) 1526 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:26:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:53 smithi194 bash[32038]: audit 2023-12-07T20:26:52.741070+0000 mon.a (mon.0) 1527 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:26:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:53 smithi194 bash[32038]: cluster 2023-12-07T20:26:52.817440+0000 mgr.a (mgr.14403) 7719 : cluster 0 pgmap v5759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:53 smithi135 bash[32435]: audit 2023-12-07T20:26:52.191738+0000 mon.a (mon.0) 1525 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:26:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:53 smithi135 bash[32435]: audit 2023-12-07T20:26:52.381913+0000 mgr.a (mgr.14403) 7718 : audit 0 from='client.123236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:26:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:53 smithi135 bash[32435]: audit 2023-12-07T20:26:52.731451+0000 mon.a (mon.0) 1526 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:26:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:53 smithi135 bash[32435]: audit 2023-12-07T20:26:52.741070+0000 mon.a (mon.0) 1527 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:26:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:53 smithi135 bash[32435]: cluster 2023-12-07T20:26:52.817440+0000 mgr.a (mgr.14403) 7719 : cluster 0 pgmap v5759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:54 smithi079 bash[28699]: audit 2023-12-07T20:26:53.491228+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:26:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:54 smithi079 bash[28699]: audit 2023-12-07T20:26:53.493267+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:26:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:54 smithi079 bash[28699]: audit 2023-12-07T20:26:53.501586+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:26:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:54 smithi194 bash[32038]: audit 2023-12-07T20:26:53.491228+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:26:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:54 smithi194 bash[32038]: audit 2023-12-07T20:26:53.493267+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:26:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:54 smithi194 bash[32038]: audit 2023-12-07T20:26:53.501586+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:26:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:54 smithi135 bash[32435]: audit 2023-12-07T20:26:53.491228+0000 mon.a (mon.0) 1528 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:26:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:54 smithi135 bash[32435]: audit 2023-12-07T20:26:53.493267+0000 mon.a (mon.0) 1529 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:26:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:54 smithi135 bash[32435]: audit 2023-12-07T20:26:53.501586+0000 mon.a (mon.0) 1530 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:26:55.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:55 smithi079 bash[28699]: cluster 2023-12-07T20:26:54.818310+0000 mgr.a (mgr.14403) 7720 : cluster 0 pgmap v5760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:55.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:55 smithi194 bash[32038]: cluster 2023-12-07T20:26:54.818310+0000 mgr.a (mgr.14403) 7720 : cluster 0 pgmap v5760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:55.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:55 smithi135 bash[32435]: cluster 2023-12-07T20:26:54.818310+0000 mgr.a (mgr.14403) 7720 : cluster 0 pgmap v5760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:26:57.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:26:57.915 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:26:57.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:26:58.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:57 smithi079 bash[28699]: cluster 2023-12-07T20:26:56.818884+0000 mgr.a (mgr.14403) 7721 : cluster 0 pgmap v5761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:57 smithi194 bash[32038]: cluster 2023-12-07T20:26:56.818884+0000 mgr.a (mgr.14403) 7721 : cluster 0 pgmap v5761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:57 smithi135 bash[32435]: cluster 2023-12-07T20:26:56.818884+0000 mgr.a (mgr.14403) 7721 : cluster 0 pgmap v5761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:26:58.830 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:26:58.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:26:58.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:26:58.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:26:58.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:27:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:59 smithi079 bash[28699]: audit 2023-12-07T20:26:58.335417+0000 mgr.a (mgr.14403) 7722 : audit 0 from='client.162000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:26:59 smithi079 bash[28699]: cluster 2023-12-07T20:26:58.819920+0000 mgr.a (mgr.14403) 7723 : cluster 0 pgmap v5762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:27:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:59 smithi194 bash[32038]: audit 2023-12-07T20:26:58.335417+0000 mgr.a (mgr.14403) 7722 : audit 0 from='client.162000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:26:59 smithi194 bash[32038]: cluster 2023-12-07T20:26:58.819920+0000 mgr.a (mgr.14403) 7723 : cluster 0 pgmap v5762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:27:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:59 smithi135 bash[32435]: audit 2023-12-07T20:26:58.335417+0000 mgr.a (mgr.14403) 7722 : audit 0 from='client.162000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:26:59 smithi135 bash[32435]: cluster 2023-12-07T20:26:58.819920+0000 mgr.a (mgr.14403) 7723 : cluster 0 pgmap v5762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T20:27:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:01 smithi079 bash[28699]: cluster 2023-12-07T20:27:00.820519+0000 mgr.a (mgr.14403) 7724 : cluster 0 pgmap v5763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:27:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:01 smithi194 bash[32038]: cluster 2023-12-07T20:27:00.820519+0000 mgr.a (mgr.14403) 7724 : cluster 0 pgmap v5763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:27:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:01 smithi135 bash[32435]: cluster 2023-12-07T20:27:00.820519+0000 mgr.a (mgr.14403) 7724 : cluster 0 pgmap v5763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:27:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:03 smithi079 bash[28699]: cluster 2023-12-07T20:27:02.821078+0000 mgr.a (mgr.14403) 7725 : cluster 0 pgmap v5764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:27:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:03 smithi194 bash[32038]: cluster 2023-12-07T20:27:02.821078+0000 mgr.a (mgr.14403) 7725 : cluster 0 pgmap v5764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:27:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:03 smithi135 bash[32435]: cluster 2023-12-07T20:27:02.821078+0000 mgr.a (mgr.14403) 7725 : cluster 0 pgmap v5764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T20:27:03.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:27:03.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:03.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:04.744 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:27:04.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:04.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:04.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:04.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:27:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:05 smithi079 bash[28699]: audit 2023-12-07T20:27:04.240062+0000 mgr.a (mgr.14403) 7726 : audit 0 from='client.162072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:05 smithi079 bash[28699]: cluster 2023-12-07T20:27:04.822176+0000 mgr.a (mgr.14403) 7727 : cluster 0 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-07T20:27:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:05 smithi194 bash[32038]: audit 2023-12-07T20:27:04.240062+0000 mgr.a (mgr.14403) 7726 : audit 0 from='client.162072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:05 smithi194 bash[32038]: cluster 2023-12-07T20:27:04.822176+0000 mgr.a (mgr.14403) 7727 : cluster 0 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-07T20:27:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:05 smithi135 bash[32435]: audit 2023-12-07T20:27:04.240062+0000 mgr.a (mgr.14403) 7726 : audit 0 from='client.162072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:05 smithi135 bash[32435]: cluster 2023-12-07T20:27:04.822176+0000 mgr.a (mgr.14403) 7727 : cluster 0 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-07T20:27:08.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:07 smithi079 bash[28699]: cluster 2023-12-07T20:27:06.822788+0000 mgr.a (mgr.14403) 7728 : cluster 0 pgmap v5766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:07 smithi194 bash[32038]: cluster 2023-12-07T20:27:06.822788+0000 mgr.a (mgr.14403) 7728 : cluster 0 pgmap v5766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:07 smithi135 bash[32435]: cluster 2023-12-07T20:27:06.822788+0000 mgr.a (mgr.14403) 7728 : cluster 0 pgmap v5766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:09.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:27:09.747 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:09.747 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:10.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:09 smithi079 bash[28699]: cluster 2023-12-07T20:27:08.823555+0000 mgr.a (mgr.14403) 7729 : cluster 0 pgmap v5767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:09 smithi194 bash[32038]: cluster 2023-12-07T20:27:08.823555+0000 mgr.a (mgr.14403) 7729 : cluster 0 pgmap v5767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:09 smithi135 bash[32435]: cluster 2023-12-07T20:27:08.823555+0000 mgr.a (mgr.14403) 7729 : cluster 0 pgmap v5767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:10.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:10.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:10.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:10.660 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:27:10.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:27:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:11 smithi194 bash[32038]: audit 2023-12-07T20:27:10.150925+0000 mgr.a (mgr.14403) 7730 : audit 0 from='client.162147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:11 smithi194 bash[32038]: cluster 2023-12-07T20:27:10.824225+0000 mgr.a (mgr.14403) 7731 : cluster 0 pgmap v5768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:27:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:11 smithi135 bash[32435]: audit 2023-12-07T20:27:10.150925+0000 mgr.a (mgr.14403) 7730 : audit 0 from='client.162147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:11 smithi135 bash[32435]: cluster 2023-12-07T20:27:10.824225+0000 mgr.a (mgr.14403) 7731 : cluster 0 pgmap v5768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:27:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:11 smithi079 bash[28699]: audit 2023-12-07T20:27:10.150925+0000 mgr.a (mgr.14403) 7730 : audit 0 from='client.162147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:11 smithi079 bash[28699]: cluster 2023-12-07T20:27:10.824225+0000 mgr.a (mgr.14403) 7731 : cluster 0 pgmap v5768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:27:13.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:13 smithi079 bash[28699]: cluster 2023-12-07T20:27:12.824822+0000 mgr.a (mgr.14403) 7732 : cluster 0 pgmap v5769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:27:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:13 smithi194 bash[32038]: cluster 2023-12-07T20:27:12.824822+0000 mgr.a (mgr.14403) 7732 : cluster 0 pgmap v5769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:27:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:13 smithi135 bash[32435]: cluster 2023-12-07T20:27:12.824822+0000 mgr.a (mgr.14403) 7732 : cluster 0 pgmap v5769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T20:27:15.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:27:15.663 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:15.663 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:16.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:15 smithi079 bash[28699]: cluster 2023-12-07T20:27:14.825586+0000 mgr.a (mgr.14403) 7733 : cluster 0 pgmap v5770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:27:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:15 smithi194 bash[32038]: cluster 2023-12-07T20:27:14.825586+0000 mgr.a (mgr.14403) 7733 : cluster 0 pgmap v5770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:27:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:15 smithi135 bash[32435]: cluster 2023-12-07T20:27:14.825586+0000 mgr.a (mgr.14403) 7733 : cluster 0 pgmap v5770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T20:27:16.570 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:27:16.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:16.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:16.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:16.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:27:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:17 smithi079 bash[28699]: audit 2023-12-07T20:27:16.078673+0000 mgr.a (mgr.14403) 7734 : audit 0 from='client.162222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:17 smithi079 bash[28699]: cluster 2023-12-07T20:27:16.826297+0000 mgr.a (mgr.14403) 7735 : cluster 0 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-07T20:27:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:17 smithi194 bash[32038]: audit 2023-12-07T20:27:16.078673+0000 mgr.a (mgr.14403) 7734 : audit 0 from='client.162222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:17 smithi194 bash[32038]: cluster 2023-12-07T20:27:16.826297+0000 mgr.a (mgr.14403) 7735 : cluster 0 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-07T20:27:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:17 smithi135 bash[32435]: audit 2023-12-07T20:27:16.078673+0000 mgr.a (mgr.14403) 7734 : audit 0 from='client.162222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:17 smithi135 bash[32435]: cluster 2023-12-07T20:27:16.826297+0000 mgr.a (mgr.14403) 7735 : cluster 0 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-07T20:27:20.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:19 smithi079 bash[28699]: cluster 2023-12-07T20:27:18.827149+0000 mgr.a (mgr.14403) 7736 : cluster 0 pgmap v5772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:19 smithi194 bash[32038]: cluster 2023-12-07T20:27:18.827149+0000 mgr.a (mgr.14403) 7736 : cluster 0 pgmap v5772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:19 smithi135 bash[32435]: cluster 2023-12-07T20:27:18.827149+0000 mgr.a (mgr.14403) 7736 : cluster 0 pgmap v5772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:21.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:27:21.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:21.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:21 smithi194 bash[32038]: cluster 2023-12-07T20:27:20.827709+0000 mgr.a (mgr.14403) 7737 : cluster 0 pgmap v5773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:21 smithi135 bash[32435]: cluster 2023-12-07T20:27:20.827709+0000 mgr.a (mgr.14403) 7737 : cluster 0 pgmap v5773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:21 smithi079 bash[28699]: cluster 2023-12-07T20:27:20.827709+0000 mgr.a (mgr.14403) 7737 : cluster 0 pgmap v5773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:22.483 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:27:22.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:22.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:22.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:22.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:27:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:23 smithi079 bash[28699]: audit 2023-12-07T20:27:21.979931+0000 mgr.a (mgr.14403) 7738 : audit 0 from='client.162297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:23 smithi079 bash[28699]: cluster 2023-12-07T20:27:22.828435+0000 mgr.a (mgr.14403) 7739 : cluster 0 pgmap v5774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:23 smithi194 bash[32038]: audit 2023-12-07T20:27:21.979931+0000 mgr.a (mgr.14403) 7738 : audit 0 from='client.162297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:23 smithi194 bash[32038]: cluster 2023-12-07T20:27:22.828435+0000 mgr.a (mgr.14403) 7739 : cluster 0 pgmap v5774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:23 smithi135 bash[32435]: audit 2023-12-07T20:27:21.979931+0000 mgr.a (mgr.14403) 7738 : audit 0 from='client.162297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:23 smithi135 bash[32435]: cluster 2023-12-07T20:27:22.828435+0000 mgr.a (mgr.14403) 7739 : cluster 0 pgmap v5774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:26.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:25 smithi079 bash[28699]: cluster 2023-12-07T20:27:24.829366+0000 mgr.a (mgr.14403) 7740 : cluster 0 pgmap v5775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:25 smithi194 bash[32038]: cluster 2023-12-07T20:27:24.829366+0000 mgr.a (mgr.14403) 7740 : cluster 0 pgmap v5775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:25 smithi135 bash[32435]: cluster 2023-12-07T20:27:24.829366+0000 mgr.a (mgr.14403) 7740 : cluster 0 pgmap v5775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:27.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:27:27.487 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:27.488 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:27 smithi079 bash[28699]: cluster 2023-12-07T20:27:26.829969+0000 mgr.a (mgr.14403) 7741 : cluster 0 pgmap v5776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:27 smithi194 bash[32038]: cluster 2023-12-07T20:27:26.829969+0000 mgr.a (mgr.14403) 7741 : cluster 0 pgmap v5776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:27 smithi135 bash[32435]: cluster 2023-12-07T20:27:26.829969+0000 mgr.a (mgr.14403) 7741 : cluster 0 pgmap v5776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:28.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:28.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:28.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:28.358 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:27:28.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:27:29.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:28 smithi079 bash[28699]: audit 2023-12-07T20:27:27.882441+0000 mgr.a (mgr.14403) 7742 : audit 0 from='client.162372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:29.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:28 smithi194 bash[32038]: audit 2023-12-07T20:27:27.882441+0000 mgr.a (mgr.14403) 7742 : audit 0 from='client.162372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:29.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:28 smithi135 bash[32435]: audit 2023-12-07T20:27:27.882441+0000 mgr.a (mgr.14403) 7742 : audit 0 from='client.162372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:29 smithi194 bash[32038]: cluster 2023-12-07T20:27:28.830864+0000 mgr.a (mgr.14403) 7743 : cluster 0 pgmap v5777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:29 smithi135 bash[32435]: cluster 2023-12-07T20:27:28.830864+0000 mgr.a (mgr.14403) 7743 : cluster 0 pgmap v5777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:29 smithi079 bash[28699]: cluster 2023-12-07T20:27:28.830864+0000 mgr.a (mgr.14403) 7743 : cluster 0 pgmap v5777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:31 smithi194 bash[32038]: cluster 2023-12-07T20:27:30.831429+0000 mgr.a (mgr.14403) 7744 : cluster 0 pgmap v5778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:31 smithi135 bash[32435]: cluster 2023-12-07T20:27:30.831429+0000 mgr.a (mgr.14403) 7744 : cluster 0 pgmap v5778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:31 smithi079 bash[28699]: cluster 2023-12-07T20:27:30.831429+0000 mgr.a (mgr.14403) 7744 : cluster 0 pgmap v5778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:33.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:27:33.361 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:33.362 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:33.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:33 smithi079 bash[28699]: cluster 2023-12-07T20:27:32.832004+0000 mgr.a (mgr.14403) 7745 : cluster 0 pgmap v5779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:33.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:33 smithi194 bash[32038]: cluster 2023-12-07T20:27:32.832004+0000 mgr.a (mgr.14403) 7745 : cluster 0 pgmap v5779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:33 smithi135 bash[32435]: cluster 2023-12-07T20:27:32.832004+0000 mgr.a (mgr.14403) 7745 : cluster 0 pgmap v5779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:34.248 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:27:34.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:34.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:34.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:34.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:27:34.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:34 smithi079 bash[28699]: audit 2023-12-07T20:27:33.765915+0000 mgr.a (mgr.14403) 7746 : audit 0 from='client.162447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:34 smithi194 bash[32038]: audit 2023-12-07T20:27:33.765915+0000 mgr.a (mgr.14403) 7746 : audit 0 from='client.162447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:34 smithi135 bash[32435]: audit 2023-12-07T20:27:33.765915+0000 mgr.a (mgr.14403) 7746 : audit 0 from='client.162447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:35 smithi079 bash[28699]: cluster 2023-12-07T20:27:34.833120+0000 mgr.a (mgr.14403) 7747 : cluster 0 pgmap v5780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:35.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:35 smithi194 bash[32038]: cluster 2023-12-07T20:27:34.833120+0000 mgr.a (mgr.14403) 7747 : cluster 0 pgmap v5780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:35 smithi135 bash[32435]: cluster 2023-12-07T20:27:34.833120+0000 mgr.a (mgr.14403) 7747 : cluster 0 pgmap v5780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:38.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:37 smithi079 bash[28699]: cluster 2023-12-07T20:27:36.833692+0000 mgr.a (mgr.14403) 7748 : cluster 0 pgmap v5781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:37 smithi194 bash[32038]: cluster 2023-12-07T20:27:36.833692+0000 mgr.a (mgr.14403) 7748 : cluster 0 pgmap v5781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:37 smithi135 bash[32435]: cluster 2023-12-07T20:27:36.833692+0000 mgr.a (mgr.14403) 7748 : cluster 0 pgmap v5781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:39.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:27:39.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:39.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:40.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:39 smithi079 bash[28699]: cluster 2023-12-07T20:27:38.834468+0000 mgr.a (mgr.14403) 7749 : cluster 0 pgmap v5782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:40.155 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:27:40.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:40.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:40.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:40.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:27:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:39 smithi194 bash[32038]: cluster 2023-12-07T20:27:38.834468+0000 mgr.a (mgr.14403) 7749 : cluster 0 pgmap v5782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:39 smithi135 bash[32435]: cluster 2023-12-07T20:27:38.834468+0000 mgr.a (mgr.14403) 7749 : cluster 0 pgmap v5782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:41.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:40 smithi194 bash[32038]: audit 2023-12-07T20:27:39.663373+0000 mgr.a (mgr.14403) 7750 : audit 0 from='client.162522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:41.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:40 smithi135 bash[32435]: audit 2023-12-07T20:27:39.663373+0000 mgr.a (mgr.14403) 7750 : audit 0 from='client.162522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:41.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:40 smithi079 bash[28699]: audit 2023-12-07T20:27:39.663373+0000 mgr.a (mgr.14403) 7750 : audit 0 from='client.162522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:41 smithi194 bash[32038]: cluster 2023-12-07T20:27:40.835220+0000 mgr.a (mgr.14403) 7751 : cluster 0 pgmap v5783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:41 smithi135 bash[32435]: cluster 2023-12-07T20:27:40.835220+0000 mgr.a (mgr.14403) 7751 : cluster 0 pgmap v5783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:41 smithi079 bash[28699]: cluster 2023-12-07T20:27:40.835220+0000 mgr.a (mgr.14403) 7751 : cluster 0 pgmap v5783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:43.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:43 smithi079 bash[28699]: cluster 2023-12-07T20:27:42.835843+0000 mgr.a (mgr.14403) 7752 : cluster 0 pgmap v5784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:43 smithi194 bash[32038]: cluster 2023-12-07T20:27:42.835843+0000 mgr.a (mgr.14403) 7752 : cluster 0 pgmap v5784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:43 smithi135 bash[32435]: cluster 2023-12-07T20:27:42.835843+0000 mgr.a (mgr.14403) 7752 : cluster 0 pgmap v5784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:27:45.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:27:45.158 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:45.158 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:46.038 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:27:46.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:46.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:46.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:46.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:27:46.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:45 smithi079 bash[28699]: cluster 2023-12-07T20:27:44.836639+0000 mgr.a (mgr.14403) 7753 : cluster 0 pgmap v5785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:45 smithi194 bash[32038]: cluster 2023-12-07T20:27:44.836639+0000 mgr.a (mgr.14403) 7753 : cluster 0 pgmap v5785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:45 smithi135 bash[32435]: cluster 2023-12-07T20:27:44.836639+0000 mgr.a (mgr.14403) 7753 : cluster 0 pgmap v5785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:47.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:46 smithi194 bash[32038]: audit 2023-12-07T20:27:45.553853+0000 mgr.a (mgr.14403) 7754 : audit 0 from='client.162597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:46 smithi135 bash[32435]: audit 2023-12-07T20:27:45.553853+0000 mgr.a (mgr.14403) 7754 : audit 0 from='client.162597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:47.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:46 smithi079 bash[28699]: audit 2023-12-07T20:27:45.553853+0000 mgr.a (mgr.14403) 7754 : audit 0 from='client.162597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:48.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:47 smithi194 bash[32038]: cluster 2023-12-07T20:27:46.837371+0000 mgr.a (mgr.14403) 7755 : cluster 0 pgmap v5786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:48.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:47 smithi135 bash[32435]: cluster 2023-12-07T20:27:46.837371+0000 mgr.a (mgr.14403) 7755 : cluster 0 pgmap v5786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:47 smithi079 bash[28699]: cluster 2023-12-07T20:27:46.837371+0000 mgr.a (mgr.14403) 7755 : cluster 0 pgmap v5786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:49 smithi194 bash[32038]: cluster 2023-12-07T20:27:48.838184+0000 mgr.a (mgr.14403) 7756 : cluster 0 pgmap v5787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:50.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:49 smithi135 bash[32435]: cluster 2023-12-07T20:27:48.838184+0000 mgr.a (mgr.14403) 7756 : cluster 0 pgmap v5787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:49 smithi079 bash[28699]: cluster 2023-12-07T20:27:48.838184+0000 mgr.a (mgr.14403) 7756 : cluster 0 pgmap v5787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:51.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:27:51.042 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:51.042 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:51.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:51.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:51.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:51.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:27:51.949 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:27:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:51 smithi194 bash[32038]: cluster 2023-12-07T20:27:50.838749+0000 mgr.a (mgr.14403) 7757 : cluster 0 pgmap v5788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:51 smithi135 bash[32435]: cluster 2023-12-07T20:27:50.838749+0000 mgr.a (mgr.14403) 7757 : cluster 0 pgmap v5788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:51 smithi079 bash[28699]: cluster 2023-12-07T20:27:50.838749+0000 mgr.a (mgr.14403) 7757 : cluster 0 pgmap v5788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:52 smithi194 bash[32038]: audit 2023-12-07T20:27:51.455184+0000 mgr.a (mgr.14403) 7758 : audit 0 from='client.162675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:52 smithi135 bash[32435]: audit 2023-12-07T20:27:51.455184+0000 mgr.a (mgr.14403) 7758 : audit 0 from='client.162675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:53.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:52 smithi079 bash[28699]: audit 2023-12-07T20:27:51.455184+0000 mgr.a (mgr.14403) 7758 : audit 0 from='client.162675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:53 smithi194 bash[32038]: cluster 2023-12-07T20:27:52.839439+0000 mgr.a (mgr.14403) 7759 : cluster 0 pgmap v5789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:53 smithi194 bash[32038]: audit 2023-12-07T20:27:53.605015+0000 mon.a (mon.0) 1531 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:27:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:53 smithi135 bash[32435]: cluster 2023-12-07T20:27:52.839439+0000 mgr.a (mgr.14403) 7759 : cluster 0 pgmap v5789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:53 smithi135 bash[32435]: audit 2023-12-07T20:27:53.605015+0000 mon.a (mon.0) 1531 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:27:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:53 smithi079 bash[28699]: cluster 2023-12-07T20:27:52.839439+0000 mgr.a (mgr.14403) 7759 : cluster 0 pgmap v5789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:53 smithi079 bash[28699]: audit 2023-12-07T20:27:53.605015+0000 mon.a (mon.0) 1531 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:27:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:55 smithi079 bash[28699]: audit 2023-12-07T20:27:54.135029+0000 mon.a (mon.0) 1532 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:27:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:55 smithi079 bash[28699]: audit 2023-12-07T20:27:54.144620+0000 mon.a (mon.0) 1533 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:27:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:55 smithi079 bash[28699]: cluster 2023-12-07T20:27:54.840208+0000 mgr.a (mgr.14403) 7760 : cluster 0 pgmap v5790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:55 smithi079 bash[28699]: audit 2023-12-07T20:27:54.842967+0000 mon.a (mon.0) 1534 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:27:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:55 smithi079 bash[28699]: audit 2023-12-07T20:27:54.844833+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:27:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:55 smithi079 bash[28699]: audit 2023-12-07T20:27:54.853640+0000 mon.a (mon.0) 1536 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:27:55.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:55 smithi194 bash[32038]: audit 2023-12-07T20:27:54.135029+0000 mon.a (mon.0) 1532 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:27:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:55 smithi194 bash[32038]: audit 2023-12-07T20:27:54.144620+0000 mon.a (mon.0) 1533 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:27:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:55 smithi194 bash[32038]: cluster 2023-12-07T20:27:54.840208+0000 mgr.a (mgr.14403) 7760 : cluster 0 pgmap v5790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:55 smithi194 bash[32038]: audit 2023-12-07T20:27:54.842967+0000 mon.a (mon.0) 1534 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:27:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:55 smithi194 bash[32038]: audit 2023-12-07T20:27:54.844833+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:27:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:55 smithi194 bash[32038]: audit 2023-12-07T20:27:54.853640+0000 mon.a (mon.0) 1536 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:27:55.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:55 smithi135 bash[32435]: audit 2023-12-07T20:27:54.135029+0000 mon.a (mon.0) 1532 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:27:55.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:55 smithi135 bash[32435]: audit 2023-12-07T20:27:54.144620+0000 mon.a (mon.0) 1533 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:27:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:55 smithi135 bash[32435]: cluster 2023-12-07T20:27:54.840208+0000 mgr.a (mgr.14403) 7760 : cluster 0 pgmap v5790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:27:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:55 smithi135 bash[32435]: audit 2023-12-07T20:27:54.842967+0000 mon.a (mon.0) 1534 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:27:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:55 smithi135 bash[32435]: audit 2023-12-07T20:27:54.844833+0000 mon.a (mon.0) 1535 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:27:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:55 smithi135 bash[32435]: audit 2023-12-07T20:27:54.853640+0000 mon.a (mon.0) 1536 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:27:56.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:27:56.952 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:27:56.952 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:27:57.819 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:27:57.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:27:57.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:27:57.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:27:57.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:27:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:57 smithi194 bash[32038]: cluster 2023-12-07T20:27:56.840875+0000 mgr.a (mgr.14403) 7761 : cluster 0 pgmap v5791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:57 smithi135 bash[32435]: cluster 2023-12-07T20:27:56.840875+0000 mgr.a (mgr.14403) 7761 : cluster 0 pgmap v5791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:57 smithi079 bash[28699]: cluster 2023-12-07T20:27:56.840875+0000 mgr.a (mgr.14403) 7761 : cluster 0 pgmap v5791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:27:59.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:58 smithi194 bash[32038]: audit 2023-12-07T20:27:57.353674+0000 mgr.a (mgr.14403) 7762 : audit 0 from='client.162750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:59.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:58 smithi135 bash[32435]: audit 2023-12-07T20:27:57.353674+0000 mgr.a (mgr.14403) 7762 : audit 0 from='client.162750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:27:59.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:58 smithi079 bash[28699]: audit 2023-12-07T20:27:57.353674+0000 mgr.a (mgr.14403) 7762 : audit 0 from='client.162750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:27:59 smithi194 bash[32038]: cluster 2023-12-07T20:27:58.841756+0000 mgr.a (mgr.14403) 7763 : cluster 0 pgmap v5792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:27:59 smithi135 bash[32435]: cluster 2023-12-07T20:27:58.841756+0000 mgr.a (mgr.14403) 7763 : cluster 0 pgmap v5792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:27:59 smithi079 bash[28699]: cluster 2023-12-07T20:27:58.841756+0000 mgr.a (mgr.14403) 7763 : cluster 0 pgmap v5792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:01 smithi194 bash[32038]: cluster 2023-12-07T20:28:00.842305+0000 mgr.a (mgr.14403) 7764 : cluster 0 pgmap v5793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:01 smithi135 bash[32435]: cluster 2023-12-07T20:28:00.842305+0000 mgr.a (mgr.14403) 7764 : cluster 0 pgmap v5793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:01 smithi079 bash[28699]: cluster 2023-12-07T20:28:00.842305+0000 mgr.a (mgr.14403) 7764 : cluster 0 pgmap v5793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:02.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:28:02.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:02.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:03 smithi079 bash[28699]: cluster 2023-12-07T20:28:02.842854+0000 mgr.a (mgr.14403) 7765 : cluster 0 pgmap v5794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:03 smithi194 bash[32038]: cluster 2023-12-07T20:28:02.842854+0000 mgr.a (mgr.14403) 7765 : cluster 0 pgmap v5794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:03 smithi135 bash[32435]: cluster 2023-12-07T20:28:02.842854+0000 mgr.a (mgr.14403) 7765 : cluster 0 pgmap v5794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:03.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:03.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:03.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:03.765 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:28:03.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:28:04.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:04 smithi079 bash[28699]: audit 2023-12-07T20:28:03.237099+0000 mgr.a (mgr.14403) 7766 : audit 0 from='client.162825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:04 smithi194 bash[32038]: audit 2023-12-07T20:28:03.237099+0000 mgr.a (mgr.14403) 7766 : audit 0 from='client.162825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:04 smithi135 bash[32435]: audit 2023-12-07T20:28:03.237099+0000 mgr.a (mgr.14403) 7766 : audit 0 from='client.162825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:05.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:05 smithi079 bash[28699]: cluster 2023-12-07T20:28:04.843790+0000 mgr.a (mgr.14403) 7767 : cluster 0 pgmap v5795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:28:05.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:05 smithi194 bash[32038]: cluster 2023-12-07T20:28:04.843790+0000 mgr.a (mgr.14403) 7767 : cluster 0 pgmap v5795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:28:05.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:05 smithi135 bash[32435]: cluster 2023-12-07T20:28:04.843790+0000 mgr.a (mgr.14403) 7767 : cluster 0 pgmap v5795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:28:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:07 smithi194 bash[32038]: cluster 2023-12-07T20:28:06.844370+0000 mgr.a (mgr.14403) 7768 : cluster 0 pgmap v5796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:28:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:07 smithi135 bash[32435]: cluster 2023-12-07T20:28:06.844370+0000 mgr.a (mgr.14403) 7768 : cluster 0 pgmap v5796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:28:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:07 smithi079 bash[28699]: cluster 2023-12-07T20:28:06.844370+0000 mgr.a (mgr.14403) 7768 : cluster 0 pgmap v5796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:28:08.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:28:08.769 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:08.769 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:09.699 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:28:09.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:09.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:09.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:09.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:28:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:09 smithi194 bash[32038]: cluster 2023-12-07T20:28:08.845152+0000 mgr.a (mgr.14403) 7769 : cluster 0 pgmap v5797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:09 smithi135 bash[32435]: cluster 2023-12-07T20:28:08.845152+0000 mgr.a (mgr.14403) 7769 : cluster 0 pgmap v5797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:09 smithi079 bash[28699]: cluster 2023-12-07T20:28:08.845152+0000 mgr.a (mgr.14403) 7769 : cluster 0 pgmap v5797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:11.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:10 smithi194 bash[32038]: audit 2023-12-07T20:28:09.180033+0000 mgr.a (mgr.14403) 7770 : audit 0 from='client.162900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:11.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:10 smithi135 bash[32435]: audit 2023-12-07T20:28:09.180033+0000 mgr.a (mgr.14403) 7770 : audit 0 from='client.162900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:10 smithi079 bash[28699]: audit 2023-12-07T20:28:09.180033+0000 mgr.a (mgr.14403) 7770 : audit 0 from='client.162900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:11 smithi194 bash[32038]: cluster 2023-12-07T20:28:10.845805+0000 mgr.a (mgr.14403) 7771 : cluster 0 pgmap v5798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:11 smithi135 bash[32435]: cluster 2023-12-07T20:28:10.845805+0000 mgr.a (mgr.14403) 7771 : cluster 0 pgmap v5798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:11 smithi079 bash[28699]: cluster 2023-12-07T20:28:10.845805+0000 mgr.a (mgr.14403) 7771 : cluster 0 pgmap v5798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:13.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:13 smithi079 bash[28699]: cluster 2023-12-07T20:28:12.846372+0000 mgr.a (mgr.14403) 7772 : cluster 0 pgmap v5799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:13 smithi194 bash[32038]: cluster 2023-12-07T20:28:12.846372+0000 mgr.a (mgr.14403) 7772 : cluster 0 pgmap v5799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:13 smithi135 bash[32435]: cluster 2023-12-07T20:28:12.846372+0000 mgr.a (mgr.14403) 7772 : cluster 0 pgmap v5799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:14.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:28:14.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:14.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:15.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:15.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:15.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:15.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:28:15.578 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:28:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:15 smithi194 bash[32038]: cluster 2023-12-07T20:28:14.847142+0000 mgr.a (mgr.14403) 7773 : cluster 0 pgmap v5800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:15 smithi135 bash[32435]: cluster 2023-12-07T20:28:14.847142+0000 mgr.a (mgr.14403) 7773 : cluster 0 pgmap v5800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:15 smithi079 bash[28699]: cluster 2023-12-07T20:28:14.847142+0000 mgr.a (mgr.14403) 7773 : cluster 0 pgmap v5800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:17.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:16 smithi194 bash[32038]: audit 2023-12-07T20:28:15.102871+0000 mgr.a (mgr.14403) 7774 : audit 0 from='client.162975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:17.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:16 smithi135 bash[32435]: audit 2023-12-07T20:28:15.102871+0000 mgr.a (mgr.14403) 7774 : audit 0 from='client.162975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:17.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:16 smithi079 bash[28699]: audit 2023-12-07T20:28:15.102871+0000 mgr.a (mgr.14403) 7774 : audit 0 from='client.162975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:17 smithi194 bash[32038]: cluster 2023-12-07T20:28:16.847731+0000 mgr.a (mgr.14403) 7775 : cluster 0 pgmap v5801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:28:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:17 smithi135 bash[32435]: cluster 2023-12-07T20:28:16.847731+0000 mgr.a (mgr.14403) 7775 : cluster 0 pgmap v5801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:28:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:17 smithi079 bash[28699]: cluster 2023-12-07T20:28:16.847731+0000 mgr.a (mgr.14403) 7775 : cluster 0 pgmap v5801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:28:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:19 smithi194 bash[32038]: cluster 2023-12-07T20:28:18.848548+0000 mgr.a (mgr.14403) 7776 : cluster 0 pgmap v5802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:28:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:19 smithi135 bash[32435]: cluster 2023-12-07T20:28:18.848548+0000 mgr.a (mgr.14403) 7776 : cluster 0 pgmap v5802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:28:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:19 smithi079 bash[28699]: cluster 2023-12-07T20:28:18.848548+0000 mgr.a (mgr.14403) 7776 : cluster 0 pgmap v5802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:28:20.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:28:20.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:20.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:21.473 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:28:21.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:21.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:21.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:21.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:28:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:21 smithi194 bash[32038]: cluster 2023-12-07T20:28:20.849189+0000 mgr.a (mgr.14403) 7777 : cluster 0 pgmap v5803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:21 smithi135 bash[32435]: cluster 2023-12-07T20:28:20.849189+0000 mgr.a (mgr.14403) 7777 : cluster 0 pgmap v5803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:21 smithi079 bash[28699]: cluster 2023-12-07T20:28:20.849189+0000 mgr.a (mgr.14403) 7777 : cluster 0 pgmap v5803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:22 smithi194 bash[32038]: audit 2023-12-07T20:28:20.986745+0000 mgr.a (mgr.14403) 7778 : audit 0 from='client.163050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:22 smithi135 bash[32435]: audit 2023-12-07T20:28:20.986745+0000 mgr.a (mgr.14403) 7778 : audit 0 from='client.163050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:22 smithi079 bash[28699]: audit 2023-12-07T20:28:20.986745+0000 mgr.a (mgr.14403) 7778 : audit 0 from='client.163050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:23 smithi194 bash[32038]: cluster 2023-12-07T20:28:22.849882+0000 mgr.a (mgr.14403) 7779 : cluster 0 pgmap v5804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:23 smithi135 bash[32435]: cluster 2023-12-07T20:28:22.849882+0000 mgr.a (mgr.14403) 7779 : cluster 0 pgmap v5804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:23 smithi079 bash[28699]: cluster 2023-12-07T20:28:22.849882+0000 mgr.a (mgr.14403) 7779 : cluster 0 pgmap v5804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:25 smithi194 bash[32038]: cluster 2023-12-07T20:28:24.850702+0000 mgr.a (mgr.14403) 7780 : cluster 0 pgmap v5805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:25 smithi135 bash[32435]: cluster 2023-12-07T20:28:24.850702+0000 mgr.a (mgr.14403) 7780 : cluster 0 pgmap v5805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:26.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:25 smithi079 bash[28699]: cluster 2023-12-07T20:28:24.850702+0000 mgr.a (mgr.14403) 7780 : cluster 0 pgmap v5805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:26.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:28:26.477 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:26.477 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:27.370 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:28:27.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:27.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:27.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:27.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:28:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:27 smithi194 bash[32038]: cluster 2023-12-07T20:28:26.851254+0000 mgr.a (mgr.14403) 7781 : cluster 0 pgmap v5806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:27 smithi194 bash[32038]: audit 2023-12-07T20:28:26.882613+0000 mgr.a (mgr.14403) 7782 : audit 0 from='client.163125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:27 smithi135 bash[32435]: cluster 2023-12-07T20:28:26.851254+0000 mgr.a (mgr.14403) 7781 : cluster 0 pgmap v5806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:27 smithi135 bash[32435]: audit 2023-12-07T20:28:26.882613+0000 mgr.a (mgr.14403) 7782 : audit 0 from='client.163125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:27 smithi079 bash[28699]: cluster 2023-12-07T20:28:26.851254+0000 mgr.a (mgr.14403) 7781 : cluster 0 pgmap v5806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:27 smithi079 bash[28699]: audit 2023-12-07T20:28:26.882613+0000 mgr.a (mgr.14403) 7782 : audit 0 from='client.163125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:29 smithi194 bash[32038]: cluster 2023-12-07T20:28:28.852049+0000 mgr.a (mgr.14403) 7783 : cluster 0 pgmap v5807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:29 smithi135 bash[32435]: cluster 2023-12-07T20:28:28.852049+0000 mgr.a (mgr.14403) 7783 : cluster 0 pgmap v5807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:29 smithi079 bash[28699]: cluster 2023-12-07T20:28:28.852049+0000 mgr.a (mgr.14403) 7783 : cluster 0 pgmap v5807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:31 smithi194 bash[32038]: cluster 2023-12-07T20:28:30.852584+0000 mgr.a (mgr.14403) 7784 : cluster 0 pgmap v5808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:31 smithi135 bash[32435]: cluster 2023-12-07T20:28:30.852584+0000 mgr.a (mgr.14403) 7784 : cluster 0 pgmap v5808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:32.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:28:32.374 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:32.374 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:31 smithi079 bash[28699]: cluster 2023-12-07T20:28:30.852584+0000 mgr.a (mgr.14403) 7784 : cluster 0 pgmap v5808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:33.262 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:28:33.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:33.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:33.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:33.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:28:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:33 smithi079 bash[28699]: audit 2023-12-07T20:28:32.779466+0000 mgr.a (mgr.14403) 7785 : audit 0 from='client.163194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:33 smithi079 bash[28699]: cluster 2023-12-07T20:28:32.853179+0000 mgr.a (mgr.14403) 7786 : cluster 0 pgmap v5809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:33.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:33 smithi194 bash[32038]: audit 2023-12-07T20:28:32.779466+0000 mgr.a (mgr.14403) 7785 : audit 0 from='client.163194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:33.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:33 smithi194 bash[32038]: cluster 2023-12-07T20:28:32.853179+0000 mgr.a (mgr.14403) 7786 : cluster 0 pgmap v5809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:33 smithi135 bash[32435]: audit 2023-12-07T20:28:32.779466+0000 mgr.a (mgr.14403) 7785 : audit 0 from='client.163194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:33 smithi135 bash[32435]: cluster 2023-12-07T20:28:32.853179+0000 mgr.a (mgr.14403) 7786 : cluster 0 pgmap v5809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:35 smithi194 bash[32038]: cluster 2023-12-07T20:28:34.854038+0000 mgr.a (mgr.14403) 7787 : cluster 0 pgmap v5810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:35 smithi135 bash[32435]: cluster 2023-12-07T20:28:34.854038+0000 mgr.a (mgr.14403) 7787 : cluster 0 pgmap v5810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:36.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:35 smithi079 bash[28699]: cluster 2023-12-07T20:28:34.854038+0000 mgr.a (mgr.14403) 7787 : cluster 0 pgmap v5810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:37 smithi194 bash[32038]: cluster 2023-12-07T20:28:36.854595+0000 mgr.a (mgr.14403) 7788 : cluster 0 pgmap v5811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:37 smithi135 bash[32435]: cluster 2023-12-07T20:28:36.854595+0000 mgr.a (mgr.14403) 7788 : cluster 0 pgmap v5811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:38.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:28:38.266 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:38.266 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:37 smithi079 bash[28699]: cluster 2023-12-07T20:28:36.854595+0000 mgr.a (mgr.14403) 7788 : cluster 0 pgmap v5811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:39.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:39.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:39.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:39.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:28:39.166 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:28:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:39 smithi194 bash[32038]: audit 2023-12-07T20:28:38.663744+0000 mgr.a (mgr.14403) 7789 : audit 0 from='client.163272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:39 smithi194 bash[32038]: cluster 2023-12-07T20:28:38.855814+0000 mgr.a (mgr.14403) 7790 : cluster 0 pgmap v5812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:39 smithi135 bash[32435]: audit 2023-12-07T20:28:38.663744+0000 mgr.a (mgr.14403) 7789 : audit 0 from='client.163272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:39 smithi135 bash[32435]: cluster 2023-12-07T20:28:38.855814+0000 mgr.a (mgr.14403) 7790 : cluster 0 pgmap v5812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:39 smithi079 bash[28699]: audit 2023-12-07T20:28:38.663744+0000 mgr.a (mgr.14403) 7789 : audit 0 from='client.163272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:39 smithi079 bash[28699]: cluster 2023-12-07T20:28:38.855814+0000 mgr.a (mgr.14403) 7790 : cluster 0 pgmap v5812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:41 smithi194 bash[32038]: cluster 2023-12-07T20:28:40.856500+0000 mgr.a (mgr.14403) 7791 : cluster 0 pgmap v5813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:41 smithi135 bash[32435]: cluster 2023-12-07T20:28:40.856500+0000 mgr.a (mgr.14403) 7791 : cluster 0 pgmap v5813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:41 smithi079 bash[28699]: cluster 2023-12-07T20:28:40.856500+0000 mgr.a (mgr.14403) 7791 : cluster 0 pgmap v5813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:43 smithi079 bash[28699]: cluster 2023-12-07T20:28:42.857050+0000 mgr.a (mgr.14403) 7792 : cluster 0 pgmap v5814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:43 smithi194 bash[32038]: cluster 2023-12-07T20:28:42.857050+0000 mgr.a (mgr.14403) 7792 : cluster 0 pgmap v5814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:43 smithi135 bash[32435]: cluster 2023-12-07T20:28:42.857050+0000 mgr.a (mgr.14403) 7792 : cluster 0 pgmap v5814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:44.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:28:44.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:44.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:45.098 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:28:45.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:45.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:45.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:45.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:28:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:45 smithi194 bash[32038]: audit 2023-12-07T20:28:44.572644+0000 mgr.a (mgr.14403) 7793 : audit 0 from='client.163350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:45 smithi194 bash[32038]: cluster 2023-12-07T20:28:44.858223+0000 mgr.a (mgr.14403) 7794 : cluster 0 pgmap v5815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:45 smithi135 bash[32435]: audit 2023-12-07T20:28:44.572644+0000 mgr.a (mgr.14403) 7793 : audit 0 from='client.163350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:45 smithi135 bash[32435]: cluster 2023-12-07T20:28:44.858223+0000 mgr.a (mgr.14403) 7794 : cluster 0 pgmap v5815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:46.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:45 smithi079 bash[28699]: audit 2023-12-07T20:28:44.572644+0000 mgr.a (mgr.14403) 7793 : audit 0 from='client.163350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:45 smithi079 bash[28699]: cluster 2023-12-07T20:28:44.858223+0000 mgr.a (mgr.14403) 7794 : cluster 0 pgmap v5815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:47 smithi194 bash[32038]: cluster 2023-12-07T20:28:46.858944+0000 mgr.a (mgr.14403) 7795 : cluster 0 pgmap v5816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:47 smithi135 bash[32435]: cluster 2023-12-07T20:28:46.858944+0000 mgr.a (mgr.14403) 7795 : cluster 0 pgmap v5816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:47 smithi079 bash[28699]: cluster 2023-12-07T20:28:46.858944+0000 mgr.a (mgr.14403) 7795 : cluster 0 pgmap v5816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:28:50.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:28:50.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:50.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:49 smithi194 bash[32038]: cluster 2023-12-07T20:28:48.859713+0000 mgr.a (mgr.14403) 7796 : cluster 0 pgmap v5817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:49 smithi135 bash[32435]: cluster 2023-12-07T20:28:48.859713+0000 mgr.a (mgr.14403) 7796 : cluster 0 pgmap v5817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:49 smithi079 bash[28699]: cluster 2023-12-07T20:28:48.859713+0000 mgr.a (mgr.14403) 7796 : cluster 0 pgmap v5817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:50.991 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:28:50.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:50.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:50.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:50.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:28:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:51 smithi194 bash[32038]: audit 2023-12-07T20:28:50.510344+0000 mgr.a (mgr.14403) 7797 : audit 0 from='client.163425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:51 smithi194 bash[32038]: cluster 2023-12-07T20:28:50.860182+0000 mgr.a (mgr.14403) 7798 : cluster 0 pgmap v5818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:51 smithi135 bash[32435]: audit 2023-12-07T20:28:50.510344+0000 mgr.a (mgr.14403) 7797 : audit 0 from='client.163425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:51 smithi135 bash[32435]: cluster 2023-12-07T20:28:50.860182+0000 mgr.a (mgr.14403) 7798 : cluster 0 pgmap v5818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:51 smithi079 bash[28699]: audit 2023-12-07T20:28:50.510344+0000 mgr.a (mgr.14403) 7797 : audit 0 from='client.163425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:51 smithi079 bash[28699]: cluster 2023-12-07T20:28:50.860182+0000 mgr.a (mgr.14403) 7798 : cluster 0 pgmap v5818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:53 smithi079 bash[28699]: cluster 2023-12-07T20:28:52.860834+0000 mgr.a (mgr.14403) 7799 : cluster 0 pgmap v5819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:53 smithi194 bash[32038]: cluster 2023-12-07T20:28:52.860834+0000 mgr.a (mgr.14403) 7799 : cluster 0 pgmap v5819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:53 smithi135 bash[32435]: cluster 2023-12-07T20:28:52.860834+0000 mgr.a (mgr.14403) 7799 : cluster 0 pgmap v5819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:28:55.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:28:55.995 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:28:55.995 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:28:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:55 smithi194 bash[32038]: cluster 2023-12-07T20:28:54.861612+0000 mgr.a (mgr.14403) 7800 : cluster 0 pgmap v5820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:55 smithi194 bash[32038]: audit 2023-12-07T20:28:54.957590+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:28:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:55 smithi194 bash[32038]: audit 2023-12-07T20:28:55.703320+0000 mon.a (mon.0) 1538 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:28:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:55 smithi194 bash[32038]: audit 2023-12-07T20:28:55.705146+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:28:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:55 smithi194 bash[32038]: audit 2023-12-07T20:28:55.713958+0000 mon.a (mon.0) 1540 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:28:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:55 smithi135 bash[32435]: cluster 2023-12-07T20:28:54.861612+0000 mgr.a (mgr.14403) 7800 : cluster 0 pgmap v5820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:55 smithi135 bash[32435]: audit 2023-12-07T20:28:54.957590+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:28:56.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:55 smithi135 bash[32435]: audit 2023-12-07T20:28:55.703320+0000 mon.a (mon.0) 1538 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:28:56.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:55 smithi135 bash[32435]: audit 2023-12-07T20:28:55.705146+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:28:56.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:55 smithi135 bash[32435]: audit 2023-12-07T20:28:55.713958+0000 mon.a (mon.0) 1540 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:28:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:55 smithi079 bash[28699]: cluster 2023-12-07T20:28:54.861612+0000 mgr.a (mgr.14403) 7800 : cluster 0 pgmap v5820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:28:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:55 smithi079 bash[28699]: audit 2023-12-07T20:28:54.957590+0000 mon.a (mon.0) 1537 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:28:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:55 smithi079 bash[28699]: audit 2023-12-07T20:28:55.703320+0000 mon.a (mon.0) 1538 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:28:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:55 smithi079 bash[28699]: audit 2023-12-07T20:28:55.705146+0000 mon.a (mon.0) 1539 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:28:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:55 smithi079 bash[28699]: audit 2023-12-07T20:28:55.713958+0000 mon.a (mon.0) 1540 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:28:56.928 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:28:56.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:28:56.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:28:56.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:28:56.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:28:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:57 smithi194 bash[32038]: audit 2023-12-07T20:28:56.404773+0000 mgr.a (mgr.14403) 7801 : audit 0 from='client.132241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:57 smithi194 bash[32038]: cluster 2023-12-07T20:28:56.862485+0000 mgr.a (mgr.14403) 7802 : cluster 0 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-07T20:28:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:57 smithi135 bash[32435]: audit 2023-12-07T20:28:56.404773+0000 mgr.a (mgr.14403) 7801 : audit 0 from='client.132241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:57 smithi135 bash[32435]: cluster 2023-12-07T20:28:56.862485+0000 mgr.a (mgr.14403) 7802 : cluster 0 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-07T20:28:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:57 smithi079 bash[28699]: audit 2023-12-07T20:28:56.404773+0000 mgr.a (mgr.14403) 7801 : audit 0 from='client.132241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:28:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:57 smithi079 bash[28699]: cluster 2023-12-07T20:28:56.862485+0000 mgr.a (mgr.14403) 7802 : cluster 0 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-07T20:29:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:28:59 smithi194 bash[32038]: cluster 2023-12-07T20:28:58.863369+0000 mgr.a (mgr.14403) 7803 : cluster 0 pgmap v5822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:28:59 smithi135 bash[32435]: cluster 2023-12-07T20:28:58.863369+0000 mgr.a (mgr.14403) 7803 : cluster 0 pgmap v5822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:28:59 smithi079 bash[28699]: cluster 2023-12-07T20:28:58.863369+0000 mgr.a (mgr.14403) 7803 : cluster 0 pgmap v5822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:01.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:29:01.931 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:01.932 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:01 smithi194 bash[32038]: cluster 2023-12-07T20:29:00.863928+0000 mgr.a (mgr.14403) 7804 : cluster 0 pgmap v5823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:01 smithi135 bash[32435]: cluster 2023-12-07T20:29:00.863928+0000 mgr.a (mgr.14403) 7804 : cluster 0 pgmap v5823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:01 smithi079 bash[28699]: cluster 2023-12-07T20:29:00.863928+0000 mgr.a (mgr.14403) 7804 : cluster 0 pgmap v5823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:02.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:02.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:02.858 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:29:02.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:02.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:29:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:03 smithi079 bash[28699]: audit 2023-12-07T20:29:02.342000+0000 mgr.a (mgr.14403) 7805 : audit 0 from='client.163569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:03 smithi079 bash[28699]: cluster 2023-12-07T20:29:02.864674+0000 mgr.a (mgr.14403) 7806 : cluster 0 pgmap v5824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:03 smithi194 bash[32038]: audit 2023-12-07T20:29:02.342000+0000 mgr.a (mgr.14403) 7805 : audit 0 from='client.163569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:03 smithi194 bash[32038]: cluster 2023-12-07T20:29:02.864674+0000 mgr.a (mgr.14403) 7806 : cluster 0 pgmap v5824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:03 smithi135 bash[32435]: audit 2023-12-07T20:29:02.342000+0000 mgr.a (mgr.14403) 7805 : audit 0 from='client.163569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:03 smithi135 bash[32435]: cluster 2023-12-07T20:29:02.864674+0000 mgr.a (mgr.14403) 7806 : cluster 0 pgmap v5824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:05 smithi194 bash[32038]: cluster 2023-12-07T20:29:04.865463+0000 mgr.a (mgr.14403) 7807 : cluster 0 pgmap v5825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:05 smithi135 bash[32435]: cluster 2023-12-07T20:29:04.865463+0000 mgr.a (mgr.14403) 7807 : cluster 0 pgmap v5825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:05 smithi079 bash[28699]: cluster 2023-12-07T20:29:04.865463+0000 mgr.a (mgr.14403) 7807 : cluster 0 pgmap v5825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:07.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:29:07.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:07.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:07 smithi194 bash[32038]: cluster 2023-12-07T20:29:06.866064+0000 mgr.a (mgr.14403) 7808 : cluster 0 pgmap v5826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:07 smithi135 bash[32435]: cluster 2023-12-07T20:29:06.866064+0000 mgr.a (mgr.14403) 7808 : cluster 0 pgmap v5826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:07 smithi079 bash[28699]: cluster 2023-12-07T20:29:06.866064+0000 mgr.a (mgr.14403) 7808 : cluster 0 pgmap v5826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:08.781 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:29:08.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:08.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:08.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:08.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:29:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:09 smithi194 bash[32038]: audit 2023-12-07T20:29:08.264610+0000 mgr.a (mgr.14403) 7809 : audit 0 from='client.163647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:09 smithi194 bash[32038]: cluster 2023-12-07T20:29:08.867083+0000 mgr.a (mgr.14403) 7810 : cluster 0 pgmap v5827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:29:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:09 smithi135 bash[32435]: audit 2023-12-07T20:29:08.264610+0000 mgr.a (mgr.14403) 7809 : audit 0 from='client.163647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:09 smithi135 bash[32435]: cluster 2023-12-07T20:29:08.867083+0000 mgr.a (mgr.14403) 7810 : cluster 0 pgmap v5827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:29:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:09 smithi079 bash[28699]: audit 2023-12-07T20:29:08.264610+0000 mgr.a (mgr.14403) 7809 : audit 0 from='client.163647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:09 smithi079 bash[28699]: cluster 2023-12-07T20:29:08.867083+0000 mgr.a (mgr.14403) 7810 : cluster 0 pgmap v5827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:29:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:11 smithi194 bash[32038]: cluster 2023-12-07T20:29:10.867591+0000 mgr.a (mgr.14403) 7811 : cluster 0 pgmap v5828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:29:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:11 smithi135 bash[32435]: cluster 2023-12-07T20:29:10.867591+0000 mgr.a (mgr.14403) 7811 : cluster 0 pgmap v5828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:29:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:11 smithi079 bash[28699]: cluster 2023-12-07T20:29:10.867591+0000 mgr.a (mgr.14403) 7811 : cluster 0 pgmap v5828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:29:13.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:13 smithi079 bash[28699]: cluster 2023-12-07T20:29:12.868166+0000 mgr.a (mgr.14403) 7812 : cluster 0 pgmap v5829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:29:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:13 smithi194 bash[32038]: cluster 2023-12-07T20:29:12.868166+0000 mgr.a (mgr.14403) 7812 : cluster 0 pgmap v5829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:29:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:13 smithi135 bash[32435]: cluster 2023-12-07T20:29:12.868166+0000 mgr.a (mgr.14403) 7812 : cluster 0 pgmap v5829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:29:13.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:29:13.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:13.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:14.680 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:29:14.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:14.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:14.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:14.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:29:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:15 smithi194 bash[32038]: audit 2023-12-07T20:29:14.182917+0000 mgr.a (mgr.14403) 7813 : audit 0 from='client.163725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:15 smithi194 bash[32038]: cluster 2023-12-07T20:29:14.869130+0000 mgr.a (mgr.14403) 7814 : cluster 0 pgmap v5830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:15 smithi135 bash[32435]: audit 2023-12-07T20:29:14.182917+0000 mgr.a (mgr.14403) 7813 : audit 0 from='client.163725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:15 smithi135 bash[32435]: cluster 2023-12-07T20:29:14.869130+0000 mgr.a (mgr.14403) 7814 : cluster 0 pgmap v5830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:16.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:15 smithi079 bash[28699]: audit 2023-12-07T20:29:14.182917+0000 mgr.a (mgr.14403) 7813 : audit 0 from='client.163725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:15 smithi079 bash[28699]: cluster 2023-12-07T20:29:14.869130+0000 mgr.a (mgr.14403) 7814 : cluster 0 pgmap v5830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:17 smithi194 bash[32038]: cluster 2023-12-07T20:29:16.869711+0000 mgr.a (mgr.14403) 7815 : cluster 0 pgmap v5831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:17 smithi135 bash[32435]: cluster 2023-12-07T20:29:16.869711+0000 mgr.a (mgr.14403) 7815 : cluster 0 pgmap v5831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:17 smithi079 bash[28699]: cluster 2023-12-07T20:29:16.869711+0000 mgr.a (mgr.14403) 7815 : cluster 0 pgmap v5831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:19.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:29:19.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:19.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:19 smithi194 bash[32038]: cluster 2023-12-07T20:29:18.870458+0000 mgr.a (mgr.14403) 7816 : cluster 0 pgmap v5832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:19 smithi135 bash[32435]: cluster 2023-12-07T20:29:18.870458+0000 mgr.a (mgr.14403) 7816 : cluster 0 pgmap v5832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:19 smithi079 bash[28699]: cluster 2023-12-07T20:29:18.870458+0000 mgr.a (mgr.14403) 7816 : cluster 0 pgmap v5832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:20.581 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:29:20.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:20.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:20.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:20.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:29:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:21 smithi194 bash[32038]: audit 2023-12-07T20:29:20.083607+0000 mgr.a (mgr.14403) 7817 : audit 0 from='client.163797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:21 smithi194 bash[32038]: cluster 2023-12-07T20:29:20.871149+0000 mgr.a (mgr.14403) 7818 : cluster 0 pgmap v5833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:29:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:21 smithi135 bash[32435]: audit 2023-12-07T20:29:20.083607+0000 mgr.a (mgr.14403) 7817 : audit 0 from='client.163797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:21 smithi135 bash[32435]: cluster 2023-12-07T20:29:20.871149+0000 mgr.a (mgr.14403) 7818 : cluster 0 pgmap v5833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:29:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:21 smithi079 bash[28699]: audit 2023-12-07T20:29:20.083607+0000 mgr.a (mgr.14403) 7817 : audit 0 from='client.163797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:21 smithi079 bash[28699]: cluster 2023-12-07T20:29:20.871149+0000 mgr.a (mgr.14403) 7818 : cluster 0 pgmap v5833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:29:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:23 smithi079 bash[28699]: cluster 2023-12-07T20:29:22.871729+0000 mgr.a (mgr.14403) 7819 : cluster 0 pgmap v5834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:29:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:23 smithi194 bash[32038]: cluster 2023-12-07T20:29:22.871729+0000 mgr.a (mgr.14403) 7819 : cluster 0 pgmap v5834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:29:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:23 smithi135 bash[32435]: cluster 2023-12-07T20:29:22.871729+0000 mgr.a (mgr.14403) 7819 : cluster 0 pgmap v5834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:29:25.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:29:25.585 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:25.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:25 smithi194 bash[32038]: cluster 2023-12-07T20:29:24.872501+0000 mgr.a (mgr.14403) 7820 : cluster 0 pgmap v5835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:29:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:25 smithi135 bash[32435]: cluster 2023-12-07T20:29:24.872501+0000 mgr.a (mgr.14403) 7820 : cluster 0 pgmap v5835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:29:26.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:25 smithi079 bash[28699]: cluster 2023-12-07T20:29:24.872501+0000 mgr.a (mgr.14403) 7820 : cluster 0 pgmap v5835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:29:26.468 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:29:26.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:26.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:26.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:26.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:29:27.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:26 smithi194 bash[32038]: audit 2023-12-07T20:29:25.987460+0000 mgr.a (mgr.14403) 7821 : audit 0 from='client.163875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:27.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:26 smithi135 bash[32435]: audit 2023-12-07T20:29:25.987460+0000 mgr.a (mgr.14403) 7821 : audit 0 from='client.163875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:27.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:26 smithi079 bash[28699]: audit 2023-12-07T20:29:25.987460+0000 mgr.a (mgr.14403) 7821 : audit 0 from='client.163875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:27 smithi194 bash[32038]: cluster 2023-12-07T20:29:26.873368+0000 mgr.a (mgr.14403) 7822 : cluster 0 pgmap v5836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:27 smithi135 bash[32435]: cluster 2023-12-07T20:29:26.873368+0000 mgr.a (mgr.14403) 7822 : cluster 0 pgmap v5836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:27 smithi079 bash[28699]: cluster 2023-12-07T20:29:26.873368+0000 mgr.a (mgr.14403) 7822 : cluster 0 pgmap v5836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:29 smithi194 bash[32038]: cluster 2023-12-07T20:29:28.874357+0000 mgr.a (mgr.14403) 7823 : cluster 0 pgmap v5837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:29 smithi135 bash[32435]: cluster 2023-12-07T20:29:28.874357+0000 mgr.a (mgr.14403) 7823 : cluster 0 pgmap v5837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:29 smithi079 bash[28699]: cluster 2023-12-07T20:29:28.874357+0000 mgr.a (mgr.14403) 7823 : cluster 0 pgmap v5837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:31.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:29:31.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:31.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:31 smithi194 bash[32038]: cluster 2023-12-07T20:29:30.874999+0000 mgr.a (mgr.14403) 7824 : cluster 0 pgmap v5838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:31 smithi135 bash[32435]: cluster 2023-12-07T20:29:30.874999+0000 mgr.a (mgr.14403) 7824 : cluster 0 pgmap v5838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:32.348 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:29:32.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:32.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:32.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:32.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:29:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:31 smithi079 bash[28699]: cluster 2023-12-07T20:29:30.874999+0000 mgr.a (mgr.14403) 7824 : cluster 0 pgmap v5838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:33.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:32 smithi194 bash[32038]: audit 2023-12-07T20:29:31.877417+0000 mgr.a (mgr.14403) 7825 : audit 0 from='client.163953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:32 smithi135 bash[32435]: audit 2023-12-07T20:29:31.877417+0000 mgr.a (mgr.14403) 7825 : audit 0 from='client.163953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:33.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:32 smithi079 bash[28699]: audit 2023-12-07T20:29:31.877417+0000 mgr.a (mgr.14403) 7825 : audit 0 from='client.163953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:33 smithi194 bash[32038]: cluster 2023-12-07T20:29:32.875734+0000 mgr.a (mgr.14403) 7826 : cluster 0 pgmap v5839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:33 smithi135 bash[32435]: cluster 2023-12-07T20:29:32.875734+0000 mgr.a (mgr.14403) 7826 : cluster 0 pgmap v5839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:33 smithi079 bash[28699]: cluster 2023-12-07T20:29:32.875734+0000 mgr.a (mgr.14403) 7826 : cluster 0 pgmap v5839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:35 smithi135 bash[32435]: cluster 2023-12-07T20:29:34.876701+0000 mgr.a (mgr.14403) 7827 : cluster 0 pgmap v5840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:36.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:35 smithi079 bash[28699]: cluster 2023-12-07T20:29:34.876701+0000 mgr.a (mgr.14403) 7827 : cluster 0 pgmap v5840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:35 smithi194 bash[32038]: cluster 2023-12-07T20:29:34.876701+0000 mgr.a (mgr.14403) 7827 : cluster 0 pgmap v5840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:37.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:29:37.352 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:37.353 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:38.247 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:29:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:29:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:37 smithi079 bash[28699]: cluster 2023-12-07T20:29:36.877334+0000 mgr.a (mgr.14403) 7828 : cluster 0 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-07T20:29:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:37 smithi194 bash[32038]: cluster 2023-12-07T20:29:36.877334+0000 mgr.a (mgr.14403) 7828 : cluster 0 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-07T20:29:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:37 smithi135 bash[32435]: cluster 2023-12-07T20:29:36.877334+0000 mgr.a (mgr.14403) 7828 : cluster 0 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-07T20:29:39.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:38 smithi079 bash[28699]: audit 2023-12-07T20:29:37.758108+0000 mgr.a (mgr.14403) 7829 : audit 0 from='client.164028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:39.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:38 smithi194 bash[32038]: audit 2023-12-07T20:29:37.758108+0000 mgr.a (mgr.14403) 7829 : audit 0 from='client.164028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:39.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:38 smithi135 bash[32435]: audit 2023-12-07T20:29:37.758108+0000 mgr.a (mgr.14403) 7829 : audit 0 from='client.164028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:39 smithi079 bash[28699]: cluster 2023-12-07T20:29:38.878183+0000 mgr.a (mgr.14403) 7830 : cluster 0 pgmap v5842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:39 smithi194 bash[32038]: cluster 2023-12-07T20:29:38.878183+0000 mgr.a (mgr.14403) 7830 : cluster 0 pgmap v5842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:39 smithi135 bash[32435]: cluster 2023-12-07T20:29:38.878183+0000 mgr.a (mgr.14403) 7830 : cluster 0 pgmap v5842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:29:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:41 smithi079 bash[28699]: cluster 2023-12-07T20:29:40.878762+0000 mgr.a (mgr.14403) 7831 : cluster 0 pgmap v5843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:41 smithi194 bash[32038]: cluster 2023-12-07T20:29:40.878762+0000 mgr.a (mgr.14403) 7831 : cluster 0 pgmap v5843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:41 smithi135 bash[32435]: cluster 2023-12-07T20:29:40.878762+0000 mgr.a (mgr.14403) 7831 : cluster 0 pgmap v5843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:43.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:29:43.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:43.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:43.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:43 smithi079 bash[28699]: cluster 2023-12-07T20:29:42.879355+0000 mgr.a (mgr.14403) 7832 : cluster 0 pgmap v5844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:43 smithi194 bash[32038]: cluster 2023-12-07T20:29:42.879355+0000 mgr.a (mgr.14403) 7832 : cluster 0 pgmap v5844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:43 smithi135 bash[32435]: cluster 2023-12-07T20:29:42.879355+0000 mgr.a (mgr.14403) 7832 : cluster 0 pgmap v5844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:44.143 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:29:44.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:44.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:44.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:44.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:29:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:44 smithi079 bash[28699]: audit 2023-12-07T20:29:43.656802+0000 mgr.a (mgr.14403) 7833 : audit 0 from='client.164103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:44 smithi194 bash[32038]: audit 2023-12-07T20:29:43.656802+0000 mgr.a (mgr.14403) 7833 : audit 0 from='client.164103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:44 smithi135 bash[32435]: audit 2023-12-07T20:29:43.656802+0000 mgr.a (mgr.14403) 7833 : audit 0 from='client.164103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:45 smithi079 bash[28699]: cluster 2023-12-07T20:29:44.880437+0000 mgr.a (mgr.14403) 7834 : cluster 0 pgmap v5845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:45.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:45 smithi194 bash[32038]: cluster 2023-12-07T20:29:44.880437+0000 mgr.a (mgr.14403) 7834 : cluster 0 pgmap v5845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:45.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:45 smithi135 bash[32435]: cluster 2023-12-07T20:29:44.880437+0000 mgr.a (mgr.14403) 7834 : cluster 0 pgmap v5845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:47 smithi194 bash[32038]: cluster 2023-12-07T20:29:46.881027+0000 mgr.a (mgr.14403) 7835 : cluster 0 pgmap v5846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:47 smithi135 bash[32435]: cluster 2023-12-07T20:29:46.881027+0000 mgr.a (mgr.14403) 7835 : cluster 0 pgmap v5846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:47 smithi079 bash[28699]: cluster 2023-12-07T20:29:46.881027+0000 mgr.a (mgr.14403) 7835 : cluster 0 pgmap v5846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:49.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:29:49.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:49.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:50.023 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:29:50.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:50.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:50.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:50.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:29:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:49 smithi194 bash[32038]: cluster 2023-12-07T20:29:48.881811+0000 mgr.a (mgr.14403) 7836 : cluster 0 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-07T20:29:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:49 smithi135 bash[32435]: cluster 2023-12-07T20:29:48.881811+0000 mgr.a (mgr.14403) 7836 : cluster 0 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-07T20:29:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:49 smithi079 bash[28699]: cluster 2023-12-07T20:29:48.881811+0000 mgr.a (mgr.14403) 7836 : cluster 0 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-07T20:29:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:50 smithi194 bash[32038]: audit 2023-12-07T20:29:49.545904+0000 mgr.a (mgr.14403) 7837 : audit 0 from='client.164175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:50 smithi135 bash[32435]: audit 2023-12-07T20:29:49.545904+0000 mgr.a (mgr.14403) 7837 : audit 0 from='client.164175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:51.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:50 smithi079 bash[28699]: audit 2023-12-07T20:29:49.545904+0000 mgr.a (mgr.14403) 7837 : audit 0 from='client.164175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:51 smithi194 bash[32038]: cluster 2023-12-07T20:29:50.882583+0000 mgr.a (mgr.14403) 7838 : cluster 0 pgmap v5848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:51 smithi135 bash[32435]: cluster 2023-12-07T20:29:50.882583+0000 mgr.a (mgr.14403) 7838 : cluster 0 pgmap v5848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:51 smithi079 bash[28699]: cluster 2023-12-07T20:29:50.882583+0000 mgr.a (mgr.14403) 7838 : cluster 0 pgmap v5848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:53 smithi079 bash[28699]: cluster 2023-12-07T20:29:52.883199+0000 mgr.a (mgr.14403) 7839 : cluster 0 pgmap v5849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:53 smithi194 bash[32038]: cluster 2023-12-07T20:29:52.883199+0000 mgr.a (mgr.14403) 7839 : cluster 0 pgmap v5849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:53 smithi135 bash[32435]: cluster 2023-12-07T20:29:52.883199+0000 mgr.a (mgr.14403) 7839 : cluster 0 pgmap v5849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:29:55.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:29:55.027 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:29:55.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:29:55.912 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:29:55.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:29:55.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:29:55.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:29:55.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:29:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:55 smithi194 bash[32038]: cluster 2023-12-07T20:29:54.884036+0000 mgr.a (mgr.14403) 7840 : cluster 0 pgmap v5850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:55 smithi194 bash[32038]: audit 2023-12-07T20:29:55.816748+0000 mon.a (mon.0) 1541 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:29:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:55 smithi135 bash[32435]: cluster 2023-12-07T20:29:54.884036+0000 mgr.a (mgr.14403) 7840 : cluster 0 pgmap v5850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:55 smithi135 bash[32435]: audit 2023-12-07T20:29:55.816748+0000 mon.a (mon.0) 1541 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:29:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:55 smithi079 bash[28699]: cluster 2023-12-07T20:29:54.884036+0000 mgr.a (mgr.14403) 7840 : cluster 0 pgmap v5850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:55 smithi079 bash[28699]: audit 2023-12-07T20:29:55.816748+0000 mon.a (mon.0) 1541 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:29:57.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:56 smithi194 bash[32038]: audit 2023-12-07T20:29:55.430231+0000 mgr.a (mgr.14403) 7841 : audit 0 from='client.164253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:57.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:56 smithi194 bash[32038]: audit 2023-12-07T20:29:56.560405+0000 mon.a (mon.0) 1542 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:29:57.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:56 smithi194 bash[32038]: audit 2023-12-07T20:29:56.562206+0000 mon.a (mon.0) 1543 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:29:57.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:56 smithi194 bash[32038]: audit 2023-12-07T20:29:56.571758+0000 mon.a (mon.0) 1544 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:29:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:56 smithi135 bash[32435]: audit 2023-12-07T20:29:55.430231+0000 mgr.a (mgr.14403) 7841 : audit 0 from='client.164253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:56 smithi135 bash[32435]: audit 2023-12-07T20:29:56.560405+0000 mon.a (mon.0) 1542 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:29:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:56 smithi135 bash[32435]: audit 2023-12-07T20:29:56.562206+0000 mon.a (mon.0) 1543 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:29:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:56 smithi135 bash[32435]: audit 2023-12-07T20:29:56.571758+0000 mon.a (mon.0) 1544 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:29:57.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:56 smithi079 bash[28699]: audit 2023-12-07T20:29:55.430231+0000 mgr.a (mgr.14403) 7841 : audit 0 from='client.164253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:29:57.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:56 smithi079 bash[28699]: audit 2023-12-07T20:29:56.560405+0000 mon.a (mon.0) 1542 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:29:57.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:56 smithi079 bash[28699]: audit 2023-12-07T20:29:56.562206+0000 mon.a (mon.0) 1543 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:29:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:56 smithi079 bash[28699]: audit 2023-12-07T20:29:56.571758+0000 mon.a (mon.0) 1544 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:29:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:57 smithi194 bash[32038]: cluster 2023-12-07T20:29:56.884745+0000 mgr.a (mgr.14403) 7842 : cluster 0 pgmap v5851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:57 smithi135 bash[32435]: cluster 2023-12-07T20:29:56.884745+0000 mgr.a (mgr.14403) 7842 : cluster 0 pgmap v5851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:29:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:57 smithi079 bash[28699]: cluster 2023-12-07T20:29:56.884745+0000 mgr.a (mgr.14403) 7842 : cluster 0 pgmap v5851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:29:59 smithi194 bash[32038]: cluster 2023-12-07T20:29:58.885535+0000 mgr.a (mgr.14403) 7843 : cluster 0 pgmap v5852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:29:59 smithi135 bash[32435]: cluster 2023-12-07T20:29:58.885535+0000 mgr.a (mgr.14403) 7843 : cluster 0 pgmap v5852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:29:59 smithi079 bash[28699]: cluster 2023-12-07T20:29:58.885535+0000 mgr.a (mgr.14403) 7843 : cluster 0 pgmap v5852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:00.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:30:00.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:00.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:01.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:00 smithi194 bash[32038]: cluster 2023-12-07T20:30:00.000177+0000 mon.a (mon.0) 1545 : cluster 1 overall HEALTH_OK 2023-12-07T20:30:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:00 smithi135 bash[32435]: cluster 2023-12-07T20:30:00.000177+0000 mon.a (mon.0) 1545 : cluster 1 overall HEALTH_OK 2023-12-07T20:30:01.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:00 smithi079 bash[28699]: cluster 2023-12-07T20:30:00.000177+0000 mon.a (mon.0) 1545 : cluster 1 overall HEALTH_OK 2023-12-07T20:30:01.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:30:01.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:01.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:01.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:01.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:30:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:01 smithi079 bash[28699]: cluster 2023-12-07T20:30:00.886100+0000 mgr.a (mgr.14403) 7844 : cluster 0 pgmap v5853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:01 smithi194 bash[32038]: cluster 2023-12-07T20:30:00.886100+0000 mgr.a (mgr.14403) 7844 : cluster 0 pgmap v5853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:01 smithi135 bash[32435]: cluster 2023-12-07T20:30:00.886100+0000 mgr.a (mgr.14403) 7844 : cluster 0 pgmap v5853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:02 smithi079 bash[28699]: audit 2023-12-07T20:30:01.317104+0000 mgr.a (mgr.14403) 7845 : audit 0 from='client.164328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:02 smithi194 bash[32038]: audit 2023-12-07T20:30:01.317104+0000 mgr.a (mgr.14403) 7845 : audit 0 from='client.164328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:02 smithi135 bash[32435]: audit 2023-12-07T20:30:01.317104+0000 mgr.a (mgr.14403) 7845 : audit 0 from='client.164328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:04.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:03 smithi079 bash[28699]: cluster 2023-12-07T20:30:02.886827+0000 mgr.a (mgr.14403) 7846 : cluster 0 pgmap v5854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:03 smithi194 bash[32038]: cluster 2023-12-07T20:30:02.886827+0000 mgr.a (mgr.14403) 7846 : cluster 0 pgmap v5854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:03 smithi135 bash[32435]: cluster 2023-12-07T20:30:02.886827+0000 mgr.a (mgr.14403) 7846 : cluster 0 pgmap v5854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:05 smithi079 bash[28699]: cluster 2023-12-07T20:30:04.887649+0000 mgr.a (mgr.14403) 7847 : cluster 0 pgmap v5855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:05 smithi194 bash[32038]: cluster 2023-12-07T20:30:04.887649+0000 mgr.a (mgr.14403) 7847 : cluster 0 pgmap v5855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:05 smithi135 bash[32435]: cluster 2023-12-07T20:30:04.887649+0000 mgr.a (mgr.14403) 7847 : cluster 0 pgmap v5855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:06.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:30:06.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:06.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:07.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:07.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:07.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:07.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:30:07.721 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:30:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:07 smithi079 bash[28699]: cluster 2023-12-07T20:30:06.888237+0000 mgr.a (mgr.14403) 7848 : cluster 0 pgmap v5856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:07 smithi194 bash[32038]: cluster 2023-12-07T20:30:06.888237+0000 mgr.a (mgr.14403) 7848 : cluster 0 pgmap v5856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:07 smithi135 bash[32435]: cluster 2023-12-07T20:30:06.888237+0000 mgr.a (mgr.14403) 7848 : cluster 0 pgmap v5856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:09.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:08 smithi079 bash[28699]: audit 2023-12-07T20:30:07.213968+0000 mgr.a (mgr.14403) 7849 : audit 0 from='client.164403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:09.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:08 smithi194 bash[32038]: audit 2023-12-07T20:30:07.213968+0000 mgr.a (mgr.14403) 7849 : audit 0 from='client.164403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:09.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:08 smithi135 bash[32435]: audit 2023-12-07T20:30:07.213968+0000 mgr.a (mgr.14403) 7849 : audit 0 from='client.164403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:09 smithi079 bash[28699]: cluster 2023-12-07T20:30:08.889187+0000 mgr.a (mgr.14403) 7850 : cluster 0 pgmap v5857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:09 smithi194 bash[32038]: cluster 2023-12-07T20:30:08.889187+0000 mgr.a (mgr.14403) 7850 : cluster 0 pgmap v5857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:09 smithi135 bash[32435]: cluster 2023-12-07T20:30:08.889187+0000 mgr.a (mgr.14403) 7850 : cluster 0 pgmap v5857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:11 smithi079 bash[28699]: cluster 2023-12-07T20:30:10.889767+0000 mgr.a (mgr.14403) 7851 : cluster 0 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-07T20:30:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:11 smithi194 bash[32038]: cluster 2023-12-07T20:30:10.889767+0000 mgr.a (mgr.14403) 7851 : cluster 0 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-07T20:30:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:11 smithi135 bash[32435]: cluster 2023-12-07T20:30:10.889767+0000 mgr.a (mgr.14403) 7851 : cluster 0 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-07T20:30:12.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:30:12.724 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:12.724 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:13.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:13 smithi079 bash[28699]: cluster 2023-12-07T20:30:12.890323+0000 mgr.a (mgr.14403) 7852 : cluster 0 pgmap v5859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:13 smithi194 bash[32038]: cluster 2023-12-07T20:30:12.890323+0000 mgr.a (mgr.14403) 7852 : cluster 0 pgmap v5859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:13 smithi135 bash[32435]: cluster 2023-12-07T20:30:12.890323+0000 mgr.a (mgr.14403) 7852 : cluster 0 pgmap v5859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:13.615 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:30:13.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:13.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:13.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:13.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:30:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:14 smithi079 bash[28699]: audit 2023-12-07T20:30:13.132276+0000 mgr.a (mgr.14403) 7853 : audit 0 from='client.164478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:14 smithi194 bash[32038]: audit 2023-12-07T20:30:13.132276+0000 mgr.a (mgr.14403) 7853 : audit 0 from='client.164478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:14 smithi135 bash[32435]: audit 2023-12-07T20:30:13.132276+0000 mgr.a (mgr.14403) 7853 : audit 0 from='client.164478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:15 smithi079 bash[28699]: cluster 2023-12-07T20:30:14.891400+0000 mgr.a (mgr.14403) 7854 : cluster 0 pgmap v5860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:30:15.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:15 smithi194 bash[32038]: cluster 2023-12-07T20:30:14.891400+0000 mgr.a (mgr.14403) 7854 : cluster 0 pgmap v5860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:30:15.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:15 smithi135 bash[32435]: cluster 2023-12-07T20:30:14.891400+0000 mgr.a (mgr.14403) 7854 : cluster 0 pgmap v5860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:30:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:17 smithi194 bash[32038]: cluster 2023-12-07T20:30:16.892007+0000 mgr.a (mgr.14403) 7855 : cluster 0 pgmap v5861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:30:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:17 smithi135 bash[32435]: cluster 2023-12-07T20:30:16.892007+0000 mgr.a (mgr.14403) 7855 : cluster 0 pgmap v5861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:30:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:17 smithi079 bash[28699]: cluster 2023-12-07T20:30:16.892007+0000 mgr.a (mgr.14403) 7855 : cluster 0 pgmap v5861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:30:18.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:30:18.618 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:18.619 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:19.519 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:30:19.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:19.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:19.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:19.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:30:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:19 smithi194 bash[32038]: cluster 2023-12-07T20:30:18.892838+0000 mgr.a (mgr.14403) 7856 : cluster 0 pgmap v5862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:19 smithi135 bash[32435]: cluster 2023-12-07T20:30:18.892838+0000 mgr.a (mgr.14403) 7856 : cluster 0 pgmap v5862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:19 smithi079 bash[28699]: cluster 2023-12-07T20:30:18.892838+0000 mgr.a (mgr.14403) 7856 : cluster 0 pgmap v5862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:21.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:20 smithi079 bash[28699]: audit 2023-12-07T20:30:19.023979+0000 mgr.a (mgr.14403) 7857 : audit 0 from='client.164556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:21.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:20 smithi194 bash[32038]: audit 2023-12-07T20:30:19.023979+0000 mgr.a (mgr.14403) 7857 : audit 0 from='client.164556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:21.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:20 smithi135 bash[32435]: audit 2023-12-07T20:30:19.023979+0000 mgr.a (mgr.14403) 7857 : audit 0 from='client.164556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:21 smithi079 bash[28699]: cluster 2023-12-07T20:30:20.893671+0000 mgr.a (mgr.14403) 7858 : cluster 0 pgmap v5863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:21 smithi194 bash[32038]: cluster 2023-12-07T20:30:20.893671+0000 mgr.a (mgr.14403) 7858 : cluster 0 pgmap v5863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:21 smithi135 bash[32435]: cluster 2023-12-07T20:30:20.893671+0000 mgr.a (mgr.14403) 7858 : cluster 0 pgmap v5863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:23 smithi079 bash[28699]: cluster 2023-12-07T20:30:22.894428+0000 mgr.a (mgr.14403) 7859 : cluster 0 pgmap v5864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:23 smithi194 bash[32038]: cluster 2023-12-07T20:30:22.894428+0000 mgr.a (mgr.14403) 7859 : cluster 0 pgmap v5864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:23 smithi135 bash[32435]: cluster 2023-12-07T20:30:22.894428+0000 mgr.a (mgr.14403) 7859 : cluster 0 pgmap v5864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:24.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:30:24.522 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:24.522 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:25.415 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:30:25.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:25.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:25.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:25.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:30:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:25 smithi194 bash[32038]: cluster 2023-12-07T20:30:24.895246+0000 mgr.a (mgr.14403) 7860 : cluster 0 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-07T20:30:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:25 smithi194 bash[32038]: audit 2023-12-07T20:30:24.924117+0000 mgr.a (mgr.14403) 7861 : audit 0 from='client.164634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:25 smithi135 bash[32435]: cluster 2023-12-07T20:30:24.895246+0000 mgr.a (mgr.14403) 7860 : cluster 0 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-07T20:30:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:25 smithi135 bash[32435]: audit 2023-12-07T20:30:24.924117+0000 mgr.a (mgr.14403) 7861 : audit 0 from='client.164634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:25 smithi079 bash[28699]: cluster 2023-12-07T20:30:24.895246+0000 mgr.a (mgr.14403) 7860 : cluster 0 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-07T20:30:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:25 smithi079 bash[28699]: audit 2023-12-07T20:30:24.924117+0000 mgr.a (mgr.14403) 7861 : audit 0 from='client.164634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:27 smithi135 bash[32435]: cluster 2023-12-07T20:30:26.895951+0000 mgr.a (mgr.14403) 7862 : cluster 0 pgmap v5866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:30:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:27 smithi079 bash[28699]: cluster 2023-12-07T20:30:26.895951+0000 mgr.a (mgr.14403) 7862 : cluster 0 pgmap v5866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:30:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:27 smithi194 bash[32038]: cluster 2023-12-07T20:30:26.895951+0000 mgr.a (mgr.14403) 7862 : cluster 0 pgmap v5866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:30:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:29 smithi079 bash[28699]: cluster 2023-12-07T20:30:28.896891+0000 mgr.a (mgr.14403) 7863 : cluster 0 pgmap v5867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:30:30.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:30:30.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:30.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:29 smithi194 bash[32038]: cluster 2023-12-07T20:30:28.896891+0000 mgr.a (mgr.14403) 7863 : cluster 0 pgmap v5867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:30:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:29 smithi135 bash[32435]: cluster 2023-12-07T20:30:28.896891+0000 mgr.a (mgr.14403) 7863 : cluster 0 pgmap v5867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:30:31.326 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:30:31.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:31.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:31.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:31.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:30:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:31 smithi079 bash[28699]: audit 2023-12-07T20:30:30.824659+0000 mgr.a (mgr.14403) 7864 : audit 0 from='client.164712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:31 smithi079 bash[28699]: cluster 2023-12-07T20:30:30.897343+0000 mgr.a (mgr.14403) 7865 : cluster 0 pgmap v5868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:31 smithi194 bash[32038]: audit 2023-12-07T20:30:30.824659+0000 mgr.a (mgr.14403) 7864 : audit 0 from='client.164712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:31 smithi194 bash[32038]: cluster 2023-12-07T20:30:30.897343+0000 mgr.a (mgr.14403) 7865 : cluster 0 pgmap v5868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:31 smithi135 bash[32435]: audit 2023-12-07T20:30:30.824659+0000 mgr.a (mgr.14403) 7864 : audit 0 from='client.164712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:31 smithi135 bash[32435]: cluster 2023-12-07T20:30:30.897343+0000 mgr.a (mgr.14403) 7865 : cluster 0 pgmap v5868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:33.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:33 smithi079 bash[28699]: cluster 2023-12-07T20:30:32.897978+0000 mgr.a (mgr.14403) 7866 : cluster 0 pgmap v5869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:33.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:33 smithi194 bash[32038]: cluster 2023-12-07T20:30:32.897978+0000 mgr.a (mgr.14403) 7866 : cluster 0 pgmap v5869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:33 smithi135 bash[32435]: cluster 2023-12-07T20:30:32.897978+0000 mgr.a (mgr.14403) 7866 : cluster 0 pgmap v5869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:35 smithi135 bash[32435]: cluster 2023-12-07T20:30:34.898851+0000 mgr.a (mgr.14403) 7867 : cluster 0 pgmap v5870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:36.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:30:36.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:36.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:36.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:35 smithi079 bash[28699]: cluster 2023-12-07T20:30:34.898851+0000 mgr.a (mgr.14403) 7867 : cluster 0 pgmap v5870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:35 smithi194 bash[32038]: cluster 2023-12-07T20:30:34.898851+0000 mgr.a (mgr.14403) 7867 : cluster 0 pgmap v5870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:37.245 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:30:37.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:37.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:37.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:37.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:30:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:37 smithi079 bash[28699]: audit 2023-12-07T20:30:36.737134+0000 mgr.a (mgr.14403) 7868 : audit 0 from='client.164784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:37 smithi079 bash[28699]: cluster 2023-12-07T20:30:36.899623+0000 mgr.a (mgr.14403) 7869 : cluster 0 pgmap v5871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:37 smithi194 bash[32038]: audit 2023-12-07T20:30:36.737134+0000 mgr.a (mgr.14403) 7868 : audit 0 from='client.164784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:37 smithi194 bash[32038]: cluster 2023-12-07T20:30:36.899623+0000 mgr.a (mgr.14403) 7869 : cluster 0 pgmap v5871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:37 smithi135 bash[32435]: audit 2023-12-07T20:30:36.737134+0000 mgr.a (mgr.14403) 7868 : audit 0 from='client.164784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:37 smithi135 bash[32435]: cluster 2023-12-07T20:30:36.899623+0000 mgr.a (mgr.14403) 7869 : cluster 0 pgmap v5871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:39 smithi079 bash[28699]: cluster 2023-12-07T20:30:38.900561+0000 mgr.a (mgr.14403) 7870 : cluster 0 pgmap v5872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:39 smithi194 bash[32038]: cluster 2023-12-07T20:30:38.900561+0000 mgr.a (mgr.14403) 7870 : cluster 0 pgmap v5872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:39 smithi135 bash[32435]: cluster 2023-12-07T20:30:38.900561+0000 mgr.a (mgr.14403) 7870 : cluster 0 pgmap v5872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:42.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:30:42.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:42.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:41 smithi079 bash[28699]: cluster 2023-12-07T20:30:40.901131+0000 mgr.a (mgr.14403) 7871 : cluster 0 pgmap v5873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:41 smithi194 bash[32038]: cluster 2023-12-07T20:30:40.901131+0000 mgr.a (mgr.14403) 7871 : cluster 0 pgmap v5873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:41 smithi135 bash[32435]: cluster 2023-12-07T20:30:40.901131+0000 mgr.a (mgr.14403) 7871 : cluster 0 pgmap v5873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:43.149 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:30:43.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:43.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:43.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:43.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:30:43.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:43 smithi079 bash[28699]: audit 2023-12-07T20:30:42.650200+0000 mgr.a (mgr.14403) 7872 : audit 0 from='client.164856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:43.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:43 smithi079 bash[28699]: cluster 2023-12-07T20:30:42.904010+0000 mgr.a (mgr.14403) 7873 : cluster 0 pgmap v5874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:43 smithi194 bash[32038]: audit 2023-12-07T20:30:42.650200+0000 mgr.a (mgr.14403) 7872 : audit 0 from='client.164856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:43 smithi194 bash[32038]: cluster 2023-12-07T20:30:42.904010+0000 mgr.a (mgr.14403) 7873 : cluster 0 pgmap v5874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:43 smithi135 bash[32435]: audit 2023-12-07T20:30:42.650200+0000 mgr.a (mgr.14403) 7872 : audit 0 from='client.164856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:43 smithi135 bash[32435]: cluster 2023-12-07T20:30:42.904010+0000 mgr.a (mgr.14403) 7873 : cluster 0 pgmap v5874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:45 smithi079 bash[28699]: cluster 2023-12-07T20:30:44.905160+0000 mgr.a (mgr.14403) 7874 : cluster 0 pgmap v5875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:45 smithi194 bash[32038]: cluster 2023-12-07T20:30:44.905160+0000 mgr.a (mgr.14403) 7874 : cluster 0 pgmap v5875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:45 smithi135 bash[32435]: cluster 2023-12-07T20:30:44.905160+0000 mgr.a (mgr.14403) 7874 : cluster 0 pgmap v5875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:30:48.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:30:48.153 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:48.153 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:47 smithi079 bash[28699]: cluster 2023-12-07T20:30:46.905886+0000 mgr.a (mgr.14403) 7875 : cluster 0 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-07T20:30:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:47 smithi194 bash[32038]: cluster 2023-12-07T20:30:46.905886+0000 mgr.a (mgr.14403) 7875 : cluster 0 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-07T20:30:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:47 smithi135 bash[32435]: cluster 2023-12-07T20:30:46.905886+0000 mgr.a (mgr.14403) 7875 : cluster 0 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-07T20:30:49.051 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:30:49.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:49.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:49.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:49.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:30:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:49 smithi079 bash[28699]: audit 2023-12-07T20:30:48.564639+0000 mgr.a (mgr.14403) 7876 : audit 0 from='client.133288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:49 smithi079 bash[28699]: cluster 2023-12-07T20:30:48.906543+0000 mgr.a (mgr.14403) 7877 : cluster 0 pgmap v5877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:49 smithi194 bash[32038]: audit 2023-12-07T20:30:48.564639+0000 mgr.a (mgr.14403) 7876 : audit 0 from='client.133288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:49 smithi194 bash[32038]: cluster 2023-12-07T20:30:48.906543+0000 mgr.a (mgr.14403) 7877 : cluster 0 pgmap v5877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:49 smithi135 bash[32435]: audit 2023-12-07T20:30:48.564639+0000 mgr.a (mgr.14403) 7876 : audit 0 from='client.133288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:49 smithi135 bash[32435]: cluster 2023-12-07T20:30:48.906543+0000 mgr.a (mgr.14403) 7877 : cluster 0 pgmap v5877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:51 smithi079 bash[28699]: cluster 2023-12-07T20:30:50.907230+0000 mgr.a (mgr.14403) 7878 : cluster 0 pgmap v5878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:51 smithi194 bash[32038]: cluster 2023-12-07T20:30:50.907230+0000 mgr.a (mgr.14403) 7878 : cluster 0 pgmap v5878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:51 smithi135 bash[32435]: cluster 2023-12-07T20:30:50.907230+0000 mgr.a (mgr.14403) 7878 : cluster 0 pgmap v5878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:53 smithi079 bash[28699]: cluster 2023-12-07T20:30:52.907953+0000 mgr.a (mgr.14403) 7879 : cluster 0 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-07T20:30:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:53 smithi194 bash[32038]: cluster 2023-12-07T20:30:52.907953+0000 mgr.a (mgr.14403) 7879 : cluster 0 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-07T20:30:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:53 smithi135 bash[32435]: cluster 2023-12-07T20:30:52.907953+0000 mgr.a (mgr.14403) 7879 : cluster 0 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-07T20:30:54.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:30:54.055 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:30:54.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:30:55.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:30:55.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:30:55.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:30:55.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:30:55.009 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:30:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:55 smithi079 bash[28699]: audit 2023-12-07T20:30:54.462838+0000 mgr.a (mgr.14403) 7880 : audit 0 from='client.165006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:55 smithi079 bash[28699]: cluster 2023-12-07T20:30:54.909207+0000 mgr.a (mgr.14403) 7881 : cluster 0 pgmap v5880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:55 smithi194 bash[32038]: audit 2023-12-07T20:30:54.462838+0000 mgr.a (mgr.14403) 7880 : audit 0 from='client.165006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:55 smithi194 bash[32038]: cluster 2023-12-07T20:30:54.909207+0000 mgr.a (mgr.14403) 7881 : cluster 0 pgmap v5880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:55 smithi135 bash[32435]: audit 2023-12-07T20:30:54.462838+0000 mgr.a (mgr.14403) 7880 : audit 0 from='client.165006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:30:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:55 smithi135 bash[32435]: cluster 2023-12-07T20:30:54.909207+0000 mgr.a (mgr.14403) 7881 : cluster 0 pgmap v5880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:30:57.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:56 smithi079 bash[28699]: audit 2023-12-07T20:30:56.675019+0000 mon.a (mon.0) 1546 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:30:57.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:56 smithi194 bash[32038]: audit 2023-12-07T20:30:56.675019+0000 mon.a (mon.0) 1546 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:30:57.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:56 smithi135 bash[32435]: audit 2023-12-07T20:30:56.675019+0000 mon.a (mon.0) 1546 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:30:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:57 smithi079 bash[28699]: cluster 2023-12-07T20:30:56.909765+0000 mgr.a (mgr.14403) 7882 : cluster 0 pgmap v5881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:57 smithi079 bash[28699]: audit 2023-12-07T20:30:57.419861+0000 mon.a (mon.0) 1547 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:30:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:57 smithi079 bash[28699]: audit 2023-12-07T20:30:57.421577+0000 mon.a (mon.0) 1548 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:30:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:57 smithi079 bash[28699]: audit 2023-12-07T20:30:57.431481+0000 mon.a (mon.0) 1549 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:30:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:57 smithi194 bash[32038]: cluster 2023-12-07T20:30:56.909765+0000 mgr.a (mgr.14403) 7882 : cluster 0 pgmap v5881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:57 smithi194 bash[32038]: audit 2023-12-07T20:30:57.419861+0000 mon.a (mon.0) 1547 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:30:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:57 smithi194 bash[32038]: audit 2023-12-07T20:30:57.421577+0000 mon.a (mon.0) 1548 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:30:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:57 smithi194 bash[32038]: audit 2023-12-07T20:30:57.431481+0000 mon.a (mon.0) 1549 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:30:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:57 smithi135 bash[32435]: cluster 2023-12-07T20:30:56.909765+0000 mgr.a (mgr.14403) 7882 : cluster 0 pgmap v5881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:30:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:57 smithi135 bash[32435]: audit 2023-12-07T20:30:57.419861+0000 mon.a (mon.0) 1547 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:30:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:57 smithi135 bash[32435]: audit 2023-12-07T20:30:57.421577+0000 mon.a (mon.0) 1548 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:30:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:57 smithi135 bash[32435]: audit 2023-12-07T20:30:57.431481+0000 mon.a (mon.0) 1549 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:31:00.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:31:00.013 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:00.013 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:30:59 smithi079 bash[28699]: cluster 2023-12-07T20:30:58.910503+0000 mgr.a (mgr.14403) 7883 : cluster 0 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-07T20:31:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:30:59 smithi194 bash[32038]: cluster 2023-12-07T20:30:58.910503+0000 mgr.a (mgr.14403) 7883 : cluster 0 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-07T20:31:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:30:59 smithi135 bash[32435]: cluster 2023-12-07T20:30:58.910503+0000 mgr.a (mgr.14403) 7883 : cluster 0 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-07T20:31:00.914 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:31:00.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:00.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:00.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:00.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:31:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:01 smithi079 bash[28699]: audit 2023-12-07T20:31:00.421524+0000 mgr.a (mgr.14403) 7884 : audit 0 from='client.165084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:01 smithi079 bash[28699]: cluster 2023-12-07T20:31:00.911152+0000 mgr.a (mgr.14403) 7885 : cluster 0 pgmap v5883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:01 smithi194 bash[32038]: audit 2023-12-07T20:31:00.421524+0000 mgr.a (mgr.14403) 7884 : audit 0 from='client.165084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:01 smithi194 bash[32038]: cluster 2023-12-07T20:31:00.911152+0000 mgr.a (mgr.14403) 7885 : cluster 0 pgmap v5883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:01 smithi135 bash[32435]: audit 2023-12-07T20:31:00.421524+0000 mgr.a (mgr.14403) 7884 : audit 0 from='client.165084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:01 smithi135 bash[32435]: cluster 2023-12-07T20:31:00.911152+0000 mgr.a (mgr.14403) 7885 : cluster 0 pgmap v5883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:03 smithi079 bash[28699]: cluster 2023-12-07T20:31:02.911907+0000 mgr.a (mgr.14403) 7886 : cluster 0 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-07T20:31:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:03 smithi194 bash[32038]: cluster 2023-12-07T20:31:02.911907+0000 mgr.a (mgr.14403) 7886 : cluster 0 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-07T20:31:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:03 smithi135 bash[32435]: cluster 2023-12-07T20:31:02.911907+0000 mgr.a (mgr.14403) 7886 : cluster 0 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-07T20:31:05.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:31:05.918 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:05.918 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:05 smithi079 bash[28699]: cluster 2023-12-07T20:31:04.912852+0000 mgr.a (mgr.14403) 7887 : cluster 0 pgmap v5885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:05 smithi194 bash[32038]: cluster 2023-12-07T20:31:04.912852+0000 mgr.a (mgr.14403) 7887 : cluster 0 pgmap v5885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:05 smithi135 bash[32435]: cluster 2023-12-07T20:31:04.912852+0000 mgr.a (mgr.14403) 7887 : cluster 0 pgmap v5885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:06.831 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:31:06.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:06.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:06.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:06.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:31:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:07 smithi079 bash[28699]: audit 2023-12-07T20:31:06.327649+0000 mgr.a (mgr.14403) 7888 : audit 0 from='client.165159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:07 smithi079 bash[28699]: cluster 2023-12-07T20:31:06.913597+0000 mgr.a (mgr.14403) 7889 : cluster 0 pgmap v5886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:07 smithi194 bash[32038]: audit 2023-12-07T20:31:06.327649+0000 mgr.a (mgr.14403) 7888 : audit 0 from='client.165159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:07 smithi194 bash[32038]: cluster 2023-12-07T20:31:06.913597+0000 mgr.a (mgr.14403) 7889 : cluster 0 pgmap v5886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:07 smithi135 bash[32435]: audit 2023-12-07T20:31:06.327649+0000 mgr.a (mgr.14403) 7888 : audit 0 from='client.165159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:07 smithi135 bash[32435]: cluster 2023-12-07T20:31:06.913597+0000 mgr.a (mgr.14403) 7889 : cluster 0 pgmap v5886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:09 smithi079 bash[28699]: cluster 2023-12-07T20:31:08.914401+0000 mgr.a (mgr.14403) 7890 : cluster 0 pgmap v5887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:09 smithi194 bash[32038]: cluster 2023-12-07T20:31:08.914401+0000 mgr.a (mgr.14403) 7890 : cluster 0 pgmap v5887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:09 smithi135 bash[32435]: cluster 2023-12-07T20:31:08.914401+0000 mgr.a (mgr.14403) 7890 : cluster 0 pgmap v5887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:11.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:31:11.834 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:11.834 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:11 smithi079 bash[28699]: cluster 2023-12-07T20:31:10.915004+0000 mgr.a (mgr.14403) 7891 : cluster 0 pgmap v5888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:11 smithi194 bash[32038]: cluster 2023-12-07T20:31:10.915004+0000 mgr.a (mgr.14403) 7891 : cluster 0 pgmap v5888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:11 smithi135 bash[32435]: cluster 2023-12-07T20:31:10.915004+0000 mgr.a (mgr.14403) 7891 : cluster 0 pgmap v5888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:12.718 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:31:12.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:12.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:12.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:12.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:31:13.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:13 smithi079 bash[28699]: audit 2023-12-07T20:31:12.231385+0000 mgr.a (mgr.14403) 7892 : audit 0 from='client.165237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:13.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:13 smithi079 bash[28699]: cluster 2023-12-07T20:31:12.915757+0000 mgr.a (mgr.14403) 7893 : cluster 0 pgmap v5889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:13 smithi194 bash[32038]: audit 2023-12-07T20:31:12.231385+0000 mgr.a (mgr.14403) 7892 : audit 0 from='client.165237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:13 smithi194 bash[32038]: cluster 2023-12-07T20:31:12.915757+0000 mgr.a (mgr.14403) 7893 : cluster 0 pgmap v5889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:13 smithi135 bash[32435]: audit 2023-12-07T20:31:12.231385+0000 mgr.a (mgr.14403) 7892 : audit 0 from='client.165237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:13 smithi135 bash[32435]: cluster 2023-12-07T20:31:12.915757+0000 mgr.a (mgr.14403) 7893 : cluster 0 pgmap v5889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:16.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:15 smithi079 bash[28699]: cluster 2023-12-07T20:31:14.916562+0000 mgr.a (mgr.14403) 7894 : cluster 0 pgmap v5890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:15 smithi194 bash[32038]: cluster 2023-12-07T20:31:14.916562+0000 mgr.a (mgr.14403) 7894 : cluster 0 pgmap v5890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:15 smithi135 bash[32435]: cluster 2023-12-07T20:31:14.916562+0000 mgr.a (mgr.14403) 7894 : cluster 0 pgmap v5890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:17.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:31:17.721 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:17.721 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:17 smithi079 bash[28699]: cluster 2023-12-07T20:31:16.917131+0000 mgr.a (mgr.14403) 7895 : cluster 0 pgmap v5891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:17 smithi194 bash[32038]: cluster 2023-12-07T20:31:16.917131+0000 mgr.a (mgr.14403) 7895 : cluster 0 pgmap v5891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:17 smithi135 bash[32435]: cluster 2023-12-07T20:31:16.917131+0000 mgr.a (mgr.14403) 7895 : cluster 0 pgmap v5891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:18.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:18.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:18.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:18.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:31:18.633 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:31:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:19 smithi079 bash[28699]: audit 2023-12-07T20:31:18.128824+0000 mgr.a (mgr.14403) 7896 : audit 0 from='client.165315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:19 smithi079 bash[28699]: cluster 2023-12-07T20:31:18.918346+0000 mgr.a (mgr.14403) 7897 : cluster 0 pgmap v5892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:31:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:19 smithi194 bash[32038]: audit 2023-12-07T20:31:18.128824+0000 mgr.a (mgr.14403) 7896 : audit 0 from='client.165315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:19 smithi194 bash[32038]: cluster 2023-12-07T20:31:18.918346+0000 mgr.a (mgr.14403) 7897 : cluster 0 pgmap v5892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:31:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:19 smithi135 bash[32435]: audit 2023-12-07T20:31:18.128824+0000 mgr.a (mgr.14403) 7896 : audit 0 from='client.165315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:19 smithi135 bash[32435]: cluster 2023-12-07T20:31:18.918346+0000 mgr.a (mgr.14403) 7897 : cluster 0 pgmap v5892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:31:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:21 smithi079 bash[28699]: cluster 2023-12-07T20:31:20.918967+0000 mgr.a (mgr.14403) 7898 : cluster 0 pgmap v5893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:31:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:21 smithi194 bash[32038]: cluster 2023-12-07T20:31:20.918967+0000 mgr.a (mgr.14403) 7898 : cluster 0 pgmap v5893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:31:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:21 smithi135 bash[32435]: cluster 2023-12-07T20:31:20.918967+0000 mgr.a (mgr.14403) 7898 : cluster 0 pgmap v5893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:31:23.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:23 smithi079 bash[28699]: cluster 2023-12-07T20:31:22.919535+0000 mgr.a (mgr.14403) 7899 : cluster 0 pgmap v5894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:31:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:23 smithi194 bash[32038]: cluster 2023-12-07T20:31:22.919535+0000 mgr.a (mgr.14403) 7899 : cluster 0 pgmap v5894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:31:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:23 smithi135 bash[32435]: cluster 2023-12-07T20:31:22.919535+0000 mgr.a (mgr.14403) 7899 : cluster 0 pgmap v5894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:31:23.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:31:23.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:23.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:24.543 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:31:24.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:24.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:24.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:24.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:31:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:25 smithi079 bash[28699]: audit 2023-12-07T20:31:24.042321+0000 mgr.a (mgr.14403) 7900 : audit 0 from='client.165390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:25 smithi079 bash[28699]: cluster 2023-12-07T20:31:24.920752+0000 mgr.a (mgr.14403) 7901 : cluster 0 pgmap v5895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:25 smithi194 bash[32038]: audit 2023-12-07T20:31:24.042321+0000 mgr.a (mgr.14403) 7900 : audit 0 from='client.165390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:25 smithi194 bash[32038]: cluster 2023-12-07T20:31:24.920752+0000 mgr.a (mgr.14403) 7901 : cluster 0 pgmap v5895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:25 smithi135 bash[32435]: audit 2023-12-07T20:31:24.042321+0000 mgr.a (mgr.14403) 7900 : audit 0 from='client.165390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:25 smithi135 bash[32435]: cluster 2023-12-07T20:31:24.920752+0000 mgr.a (mgr.14403) 7901 : cluster 0 pgmap v5895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:27 smithi079 bash[28699]: cluster 2023-12-07T20:31:26.921482+0000 mgr.a (mgr.14403) 7902 : cluster 0 pgmap v5896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:27 smithi194 bash[32038]: cluster 2023-12-07T20:31:26.921482+0000 mgr.a (mgr.14403) 7902 : cluster 0 pgmap v5896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:27 smithi135 bash[32435]: cluster 2023-12-07T20:31:26.921482+0000 mgr.a (mgr.14403) 7902 : cluster 0 pgmap v5896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:29.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:31:29.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:29.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:29 smithi079 bash[28699]: cluster 2023-12-07T20:31:28.922397+0000 mgr.a (mgr.14403) 7903 : cluster 0 pgmap v5897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:29 smithi194 bash[32038]: cluster 2023-12-07T20:31:28.922397+0000 mgr.a (mgr.14403) 7903 : cluster 0 pgmap v5897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:30.455 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:31:30.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:30.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:30.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:30.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:31:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:29 smithi135 bash[32435]: cluster 2023-12-07T20:31:28.922397+0000 mgr.a (mgr.14403) 7903 : cluster 0 pgmap v5897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:31.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:30 smithi079 bash[28699]: audit 2023-12-07T20:31:29.956732+0000 mgr.a (mgr.14403) 7904 : audit 0 from='client.165468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:31.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:30 smithi194 bash[32038]: audit 2023-12-07T20:31:29.956732+0000 mgr.a (mgr.14403) 7904 : audit 0 from='client.165468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:30 smithi135 bash[32435]: audit 2023-12-07T20:31:29.956732+0000 mgr.a (mgr.14403) 7904 : audit 0 from='client.165468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:31 smithi079 bash[28699]: cluster 2023-12-07T20:31:30.923155+0000 mgr.a (mgr.14403) 7905 : cluster 0 pgmap v5898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:31:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:31 smithi194 bash[32038]: cluster 2023-12-07T20:31:30.923155+0000 mgr.a (mgr.14403) 7905 : cluster 0 pgmap v5898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:31:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:31 smithi135 bash[32435]: cluster 2023-12-07T20:31:30.923155+0000 mgr.a (mgr.14403) 7905 : cluster 0 pgmap v5898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:31:33.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:33 smithi079 bash[28699]: cluster 2023-12-07T20:31:32.923815+0000 mgr.a (mgr.14403) 7906 : cluster 0 pgmap v5899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:31:33.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:33 smithi194 bash[32038]: cluster 2023-12-07T20:31:32.923815+0000 mgr.a (mgr.14403) 7906 : cluster 0 pgmap v5899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:31:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:33 smithi135 bash[32435]: cluster 2023-12-07T20:31:32.923815+0000 mgr.a (mgr.14403) 7906 : cluster 0 pgmap v5899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:31:35.459 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:31:35.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:35.460 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:36.357 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:31:36.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:36.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:36.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:36.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:31:36.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:35 smithi079 bash[28699]: cluster 2023-12-07T20:31:34.924742+0000 mgr.a (mgr.14403) 7907 : cluster 0 pgmap v5900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:31:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:35 smithi194 bash[32038]: cluster 2023-12-07T20:31:34.924742+0000 mgr.a (mgr.14403) 7907 : cluster 0 pgmap v5900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:31:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:35 smithi135 bash[32435]: cluster 2023-12-07T20:31:34.924742+0000 mgr.a (mgr.14403) 7907 : cluster 0 pgmap v5900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:31:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:36 smithi079 bash[28699]: audit 2023-12-07T20:31:35.868458+0000 mgr.a (mgr.14403) 7908 : audit 0 from='client.165540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:37.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:36 smithi194 bash[32038]: audit 2023-12-07T20:31:35.868458+0000 mgr.a (mgr.14403) 7908 : audit 0 from='client.165540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:37.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:36 smithi135 bash[32435]: audit 2023-12-07T20:31:35.868458+0000 mgr.a (mgr.14403) 7908 : audit 0 from='client.165540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:37 smithi079 bash[28699]: cluster 2023-12-07T20:31:36.925538+0000 mgr.a (mgr.14403) 7909 : cluster 0 pgmap v5901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:37 smithi194 bash[32038]: cluster 2023-12-07T20:31:36.925538+0000 mgr.a (mgr.14403) 7909 : cluster 0 pgmap v5901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:37 smithi135 bash[32435]: cluster 2023-12-07T20:31:36.925538+0000 mgr.a (mgr.14403) 7909 : cluster 0 pgmap v5901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:39 smithi079 bash[28699]: cluster 2023-12-07T20:31:38.926344+0000 mgr.a (mgr.14403) 7910 : cluster 0 pgmap v5902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:39 smithi194 bash[32038]: cluster 2023-12-07T20:31:38.926344+0000 mgr.a (mgr.14403) 7910 : cluster 0 pgmap v5902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:39 smithi135 bash[32435]: cluster 2023-12-07T20:31:38.926344+0000 mgr.a (mgr.14403) 7910 : cluster 0 pgmap v5902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:41.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:31:41.361 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:41.361 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:42.226 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:31:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:31:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:41 smithi079 bash[28699]: cluster 2023-12-07T20:31:40.926907+0000 mgr.a (mgr.14403) 7911 : cluster 0 pgmap v5903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:41 smithi194 bash[32038]: cluster 2023-12-07T20:31:40.926907+0000 mgr.a (mgr.14403) 7911 : cluster 0 pgmap v5903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:41 smithi135 bash[32435]: cluster 2023-12-07T20:31:40.926907+0000 mgr.a (mgr.14403) 7911 : cluster 0 pgmap v5903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:43.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:42 smithi079 bash[28699]: audit 2023-12-07T20:31:41.752113+0000 mgr.a (mgr.14403) 7912 : audit 0 from='client.165618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:43 smithi194 bash[32038]: audit 2023-12-07T20:31:41.752113+0000 mgr.a (mgr.14403) 7912 : audit 0 from='client.165618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:43 smithi135 bash[32435]: audit 2023-12-07T20:31:41.752113+0000 mgr.a (mgr.14403) 7912 : audit 0 from='client.165618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:44 smithi079 bash[28699]: cluster 2023-12-07T20:31:42.927592+0000 mgr.a (mgr.14403) 7913 : cluster 0 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-07T20:31:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:44 smithi194 bash[32038]: cluster 2023-12-07T20:31:42.927592+0000 mgr.a (mgr.14403) 7913 : cluster 0 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-07T20:31:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:44 smithi135 bash[32435]: cluster 2023-12-07T20:31:42.927592+0000 mgr.a (mgr.14403) 7913 : cluster 0 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-07T20:31:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:46 smithi079 bash[28699]: cluster 2023-12-07T20:31:44.928390+0000 mgr.a (mgr.14403) 7914 : cluster 0 pgmap v5905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:46 smithi194 bash[32038]: cluster 2023-12-07T20:31:44.928390+0000 mgr.a (mgr.14403) 7914 : cluster 0 pgmap v5905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:46 smithi135 bash[32435]: cluster 2023-12-07T20:31:44.928390+0000 mgr.a (mgr.14403) 7914 : cluster 0 pgmap v5905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:47.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:31:47.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:47.229 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:48.151 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:31:48.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:48.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:48.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:48.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:31:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:48 smithi079 bash[28699]: cluster 2023-12-07T20:31:46.928924+0000 mgr.a (mgr.14403) 7915 : cluster 0 pgmap v5906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:48 smithi194 bash[32038]: cluster 2023-12-07T20:31:46.928924+0000 mgr.a (mgr.14403) 7915 : cluster 0 pgmap v5906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:48 smithi135 bash[32435]: cluster 2023-12-07T20:31:46.928924+0000 mgr.a (mgr.14403) 7915 : cluster 0 pgmap v5906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:49.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:49 smithi079 bash[28699]: audit 2023-12-07T20:31:47.634617+0000 mgr.a (mgr.14403) 7916 : audit 0 from='client.165690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:49.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:49 smithi194 bash[32038]: audit 2023-12-07T20:31:47.634617+0000 mgr.a (mgr.14403) 7916 : audit 0 from='client.165690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:49.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:49 smithi135 bash[32435]: audit 2023-12-07T20:31:47.634617+0000 mgr.a (mgr.14403) 7916 : audit 0 from='client.165690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:50 smithi079 bash[28699]: cluster 2023-12-07T20:31:48.929921+0000 mgr.a (mgr.14403) 7917 : cluster 0 pgmap v5907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:50 smithi194 bash[32038]: cluster 2023-12-07T20:31:48.929921+0000 mgr.a (mgr.14403) 7917 : cluster 0 pgmap v5907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:50 smithi135 bash[32435]: cluster 2023-12-07T20:31:48.929921+0000 mgr.a (mgr.14403) 7917 : cluster 0 pgmap v5907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:31:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:52 smithi079 bash[28699]: cluster 2023-12-07T20:31:50.930510+0000 mgr.a (mgr.14403) 7918 : cluster 0 pgmap v5908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:52 smithi194 bash[32038]: cluster 2023-12-07T20:31:50.930510+0000 mgr.a (mgr.14403) 7918 : cluster 0 pgmap v5908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:52 smithi135 bash[32435]: cluster 2023-12-07T20:31:50.930510+0000 mgr.a (mgr.14403) 7918 : cluster 0 pgmap v5908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:53.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:31:53.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:53.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:53.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:53 smithi079 bash[28699]: cluster 2023-12-07T20:31:52.931081+0000 mgr.a (mgr.14403) 7919 : cluster 0 pgmap v5909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:53 smithi194 bash[32038]: cluster 2023-12-07T20:31:52.931081+0000 mgr.a (mgr.14403) 7919 : cluster 0 pgmap v5909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:53 smithi135 bash[32435]: cluster 2023-12-07T20:31:52.931081+0000 mgr.a (mgr.14403) 7919 : cluster 0 pgmap v5909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:54.088 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:31:54.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:31:54.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:31:54.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:31:54.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:31:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:54 smithi079 bash[28699]: audit 2023-12-07T20:31:53.563216+0000 mgr.a (mgr.14403) 7920 : audit 0 from='client.165762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:54 smithi194 bash[32038]: audit 2023-12-07T20:31:53.563216+0000 mgr.a (mgr.14403) 7920 : audit 0 from='client.165762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:54 smithi135 bash[32435]: audit 2023-12-07T20:31:53.563216+0000 mgr.a (mgr.14403) 7920 : audit 0 from='client.165762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:31:55.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:55 smithi079 bash[28699]: cluster 2023-12-07T20:31:54.932032+0000 mgr.a (mgr.14403) 7921 : cluster 0 pgmap v5910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:55.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:55 smithi194 bash[32038]: cluster 2023-12-07T20:31:54.932032+0000 mgr.a (mgr.14403) 7921 : cluster 0 pgmap v5910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:55.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:55 smithi135 bash[32435]: cluster 2023-12-07T20:31:54.932032+0000 mgr.a (mgr.14403) 7921 : cluster 0 pgmap v5910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:31:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:57 smithi079 bash[28699]: cluster 2023-12-07T20:31:56.932570+0000 mgr.a (mgr.14403) 7922 : cluster 0 pgmap v5911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:57 smithi079 bash[28699]: audit 2023-12-07T20:31:57.535463+0000 mon.a (mon.0) 1550 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:31:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:57 smithi194 bash[32038]: cluster 2023-12-07T20:31:56.932570+0000 mgr.a (mgr.14403) 7922 : cluster 0 pgmap v5911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:57 smithi194 bash[32038]: audit 2023-12-07T20:31:57.535463+0000 mon.a (mon.0) 1550 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:31:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:57 smithi135 bash[32435]: cluster 2023-12-07T20:31:56.932570+0000 mgr.a (mgr.14403) 7922 : cluster 0 pgmap v5911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:31:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:57 smithi135 bash[32435]: audit 2023-12-07T20:31:57.535463+0000 mon.a (mon.0) 1550 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:31:59.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:31:59.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:31:59.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:31:59.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:58 smithi079 bash[28699]: audit 2023-12-07T20:31:58.278655+0000 mon.a (mon.0) 1551 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:31:59.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:58 smithi079 bash[28699]: audit 2023-12-07T20:31:58.280483+0000 mon.a (mon.0) 1552 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:31:59.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:58 smithi079 bash[28699]: audit 2023-12-07T20:31:58.289290+0000 mon.a (mon.0) 1553 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:31:59.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:58 smithi194 bash[32038]: audit 2023-12-07T20:31:58.278655+0000 mon.a (mon.0) 1551 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:31:59.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:58 smithi194 bash[32038]: audit 2023-12-07T20:31:58.280483+0000 mon.a (mon.0) 1552 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:31:59.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:58 smithi194 bash[32038]: audit 2023-12-07T20:31:58.289290+0000 mon.a (mon.0) 1553 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:31:59.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:58 smithi135 bash[32435]: audit 2023-12-07T20:31:58.278655+0000 mon.a (mon.0) 1551 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:31:59.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:58 smithi135 bash[32435]: audit 2023-12-07T20:31:58.280483+0000 mon.a (mon.0) 1552 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:31:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:58 smithi135 bash[32435]: audit 2023-12-07T20:31:58.289290+0000 mon.a (mon.0) 1553 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:32:00.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:00.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:00.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:00.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:32:00.010 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:32:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:31:59 smithi079 bash[28699]: cluster 2023-12-07T20:31:58.933439+0000 mgr.a (mgr.14403) 7923 : cluster 0 pgmap v5912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:31:59 smithi194 bash[32038]: cluster 2023-12-07T20:31:58.933439+0000 mgr.a (mgr.14403) 7923 : cluster 0 pgmap v5912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:31:59 smithi135 bash[32435]: cluster 2023-12-07T20:31:58.933439+0000 mgr.a (mgr.14403) 7923 : cluster 0 pgmap v5912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:01.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:01 smithi079 bash[28699]: audit 2023-12-07T20:31:59.501205+0000 mgr.a (mgr.14403) 7924 : audit 0 from='client.165834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:01.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:01 smithi194 bash[32038]: audit 2023-12-07T20:31:59.501205+0000 mgr.a (mgr.14403) 7924 : audit 0 from='client.165834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:01.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:01 smithi135 bash[32435]: audit 2023-12-07T20:31:59.501205+0000 mgr.a (mgr.14403) 7924 : audit 0 from='client.165834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:02 smithi079 bash[28699]: cluster 2023-12-07T20:32:00.934111+0000 mgr.a (mgr.14403) 7925 : cluster 0 pgmap v5913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:02 smithi194 bash[32038]: cluster 2023-12-07T20:32:00.934111+0000 mgr.a (mgr.14403) 7925 : cluster 0 pgmap v5913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:02 smithi135 bash[32435]: cluster 2023-12-07T20:32:00.934111+0000 mgr.a (mgr.14403) 7925 : cluster 0 pgmap v5913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:03 smithi079 bash[28699]: cluster 2023-12-07T20:32:02.934661+0000 mgr.a (mgr.14403) 7926 : cluster 0 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-07T20:32:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:03 smithi194 bash[32038]: cluster 2023-12-07T20:32:02.934661+0000 mgr.a (mgr.14403) 7926 : cluster 0 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-07T20:32:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:03 smithi135 bash[32435]: cluster 2023-12-07T20:32:02.934661+0000 mgr.a (mgr.14403) 7926 : cluster 0 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-07T20:32:05.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:32:05.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:05.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:05.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:05.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:05.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:05.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:32:05.930 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:32:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:05 smithi079 bash[28699]: cluster 2023-12-07T20:32:04.935432+0000 mgr.a (mgr.14403) 7927 : cluster 0 pgmap v5915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:05 smithi194 bash[32038]: cluster 2023-12-07T20:32:04.935432+0000 mgr.a (mgr.14403) 7927 : cluster 0 pgmap v5915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:05 smithi135 bash[32435]: cluster 2023-12-07T20:32:04.935432+0000 mgr.a (mgr.14403) 7927 : cluster 0 pgmap v5915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:07.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:06 smithi079 bash[28699]: audit 2023-12-07T20:32:05.415258+0000 mgr.a (mgr.14403) 7928 : audit 0 from='client.165906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:07.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:06 smithi194 bash[32038]: audit 2023-12-07T20:32:05.415258+0000 mgr.a (mgr.14403) 7928 : audit 0 from='client.165906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:06 smithi135 bash[32435]: audit 2023-12-07T20:32:05.415258+0000 mgr.a (mgr.14403) 7928 : audit 0 from='client.165906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:08 smithi079 bash[28699]: cluster 2023-12-07T20:32:06.936081+0000 mgr.a (mgr.14403) 7929 : cluster 0 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-07T20:32:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:08 smithi194 bash[32038]: cluster 2023-12-07T20:32:06.936081+0000 mgr.a (mgr.14403) 7929 : cluster 0 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-07T20:32:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:08 smithi135 bash[32435]: cluster 2023-12-07T20:32:06.936081+0000 mgr.a (mgr.14403) 7929 : cluster 0 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-07T20:32:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:10 smithi079 bash[28699]: cluster 2023-12-07T20:32:08.936885+0000 mgr.a (mgr.14403) 7930 : cluster 0 pgmap v5917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:10 smithi194 bash[32038]: cluster 2023-12-07T20:32:08.936885+0000 mgr.a (mgr.14403) 7930 : cluster 0 pgmap v5917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:10 smithi135 bash[32435]: cluster 2023-12-07T20:32:08.936885+0000 mgr.a (mgr.14403) 7930 : cluster 0 pgmap v5917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:10.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:32:10.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:10.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:11.844 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:32:11.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:11.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:11.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:11.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:32:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:12 smithi079 bash[28699]: cluster 2023-12-07T20:32:10.937577+0000 mgr.a (mgr.14403) 7931 : cluster 0 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-07T20:32:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:12 smithi194 bash[32038]: cluster 2023-12-07T20:32:10.937577+0000 mgr.a (mgr.14403) 7931 : cluster 0 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-07T20:32:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:12 smithi135 bash[32435]: cluster 2023-12-07T20:32:10.937577+0000 mgr.a (mgr.14403) 7931 : cluster 0 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-07T20:32:13.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:13 smithi079 bash[28699]: audit 2023-12-07T20:32:11.331418+0000 mgr.a (mgr.14403) 7932 : audit 0 from='client.165978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:13 smithi194 bash[32038]: audit 2023-12-07T20:32:11.331418+0000 mgr.a (mgr.14403) 7932 : audit 0 from='client.165978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:13 smithi135 bash[32435]: audit 2023-12-07T20:32:11.331418+0000 mgr.a (mgr.14403) 7932 : audit 0 from='client.165978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:14.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:14 smithi079 bash[28699]: cluster 2023-12-07T20:32:12.938259+0000 mgr.a (mgr.14403) 7933 : cluster 0 pgmap v5919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:14 smithi194 bash[32038]: cluster 2023-12-07T20:32:12.938259+0000 mgr.a (mgr.14403) 7933 : cluster 0 pgmap v5919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:14 smithi135 bash[32435]: cluster 2023-12-07T20:32:12.938259+0000 mgr.a (mgr.14403) 7933 : cluster 0 pgmap v5919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:16 smithi079 bash[28699]: cluster 2023-12-07T20:32:14.939079+0000 mgr.a (mgr.14403) 7934 : cluster 0 pgmap v5920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:16 smithi194 bash[32038]: cluster 2023-12-07T20:32:14.939079+0000 mgr.a (mgr.14403) 7934 : cluster 0 pgmap v5920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:16 smithi135 bash[32435]: cluster 2023-12-07T20:32:14.939079+0000 mgr.a (mgr.14403) 7934 : cluster 0 pgmap v5920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:16.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:32:16.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:16.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:17.744 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:32:17.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:17.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:17.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:17.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:32:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:18 smithi079 bash[28699]: cluster 2023-12-07T20:32:16.939584+0000 mgr.a (mgr.14403) 7935 : cluster 0 pgmap v5921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:18 smithi194 bash[32038]: cluster 2023-12-07T20:32:16.939584+0000 mgr.a (mgr.14403) 7935 : cluster 0 pgmap v5921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:18 smithi135 bash[32435]: cluster 2023-12-07T20:32:16.939584+0000 mgr.a (mgr.14403) 7935 : cluster 0 pgmap v5921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:19.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:19 smithi079 bash[28699]: audit 2023-12-07T20:32:17.253153+0000 mgr.a (mgr.14403) 7936 : audit 0 from='client.166053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:19.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:19 smithi194 bash[32038]: audit 2023-12-07T20:32:17.253153+0000 mgr.a (mgr.14403) 7936 : audit 0 from='client.166053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:19.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:19 smithi135 bash[32435]: audit 2023-12-07T20:32:17.253153+0000 mgr.a (mgr.14403) 7936 : audit 0 from='client.166053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:20 smithi079 bash[28699]: cluster 2023-12-07T20:32:18.940490+0000 mgr.a (mgr.14403) 7937 : cluster 0 pgmap v5922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:20 smithi194 bash[32038]: cluster 2023-12-07T20:32:18.940490+0000 mgr.a (mgr.14403) 7937 : cluster 0 pgmap v5922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:20 smithi135 bash[32435]: cluster 2023-12-07T20:32:18.940490+0000 mgr.a (mgr.14403) 7937 : cluster 0 pgmap v5922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:22 smithi079 bash[28699]: cluster 2023-12-07T20:32:20.941034+0000 mgr.a (mgr.14403) 7938 : cluster 0 pgmap v5923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:22 smithi194 bash[32038]: cluster 2023-12-07T20:32:20.941034+0000 mgr.a (mgr.14403) 7938 : cluster 0 pgmap v5923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:22 smithi135 bash[32435]: cluster 2023-12-07T20:32:20.941034+0000 mgr.a (mgr.14403) 7938 : cluster 0 pgmap v5923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:22.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:32:22.747 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:22.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:23 smithi194 bash[32038]: cluster 2023-12-07T20:32:22.941590+0000 mgr.a (mgr.14403) 7939 : cluster 0 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-07T20:32:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:23 smithi135 bash[32435]: cluster 2023-12-07T20:32:22.941590+0000 mgr.a (mgr.14403) 7939 : cluster 0 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-07T20:32:23.626 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:32:23.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:23.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:23.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:23.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:32:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:23 smithi079 bash[28699]: cluster 2023-12-07T20:32:22.941590+0000 mgr.a (mgr.14403) 7939 : cluster 0 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-07T20:32:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:24 smithi194 bash[32038]: audit 2023-12-07T20:32:23.142442+0000 mgr.a (mgr.14403) 7940 : audit 0 from='client.166131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:24 smithi135 bash[32435]: audit 2023-12-07T20:32:23.142442+0000 mgr.a (mgr.14403) 7940 : audit 0 from='client.166131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:24 smithi079 bash[28699]: audit 2023-12-07T20:32:23.142442+0000 mgr.a (mgr.14403) 7940 : audit 0 from='client.166131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:25.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:25 smithi194 bash[32038]: cluster 2023-12-07T20:32:24.942550+0000 mgr.a (mgr.14403) 7941 : cluster 0 pgmap v5925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:32:25.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:25 smithi135 bash[32435]: cluster 2023-12-07T20:32:24.942550+0000 mgr.a (mgr.14403) 7941 : cluster 0 pgmap v5925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:32:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:25 smithi079 bash[28699]: cluster 2023-12-07T20:32:24.942550+0000 mgr.a (mgr.14403) 7941 : cluster 0 pgmap v5925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:32:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:27 smithi079 bash[28699]: cluster 2023-12-07T20:32:26.943148+0000 mgr.a (mgr.14403) 7942 : cluster 0 pgmap v5926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:32:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:27 smithi194 bash[32038]: cluster 2023-12-07T20:32:26.943148+0000 mgr.a (mgr.14403) 7942 : cluster 0 pgmap v5926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:32:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:27 smithi135 bash[32435]: cluster 2023-12-07T20:32:26.943148+0000 mgr.a (mgr.14403) 7942 : cluster 0 pgmap v5926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:32:28.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:32:28.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:28.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:29.527 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:32:29.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:29.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:29.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:29.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:32:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:30 smithi079 bash[28699]: cluster 2023-12-07T20:32:28.943887+0000 mgr.a (mgr.14403) 7943 : cluster 0 pgmap v5927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:30 smithi079 bash[28699]: audit 2023-12-07T20:32:29.035456+0000 mgr.a (mgr.14403) 7944 : audit 0 from='client.166206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:30 smithi194 bash[32038]: cluster 2023-12-07T20:32:28.943887+0000 mgr.a (mgr.14403) 7943 : cluster 0 pgmap v5927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:30 smithi194 bash[32038]: audit 2023-12-07T20:32:29.035456+0000 mgr.a (mgr.14403) 7944 : audit 0 from='client.166206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:30 smithi135 bash[32435]: cluster 2023-12-07T20:32:28.943887+0000 mgr.a (mgr.14403) 7943 : cluster 0 pgmap v5927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:30 smithi135 bash[32435]: audit 2023-12-07T20:32:29.035456+0000 mgr.a (mgr.14403) 7944 : audit 0 from='client.166206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:32 smithi079 bash[28699]: cluster 2023-12-07T20:32:30.944555+0000 mgr.a (mgr.14403) 7945 : cluster 0 pgmap v5928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:32 smithi194 bash[32038]: cluster 2023-12-07T20:32:30.944555+0000 mgr.a (mgr.14403) 7945 : cluster 0 pgmap v5928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:32 smithi135 bash[32435]: cluster 2023-12-07T20:32:30.944555+0000 mgr.a (mgr.14403) 7945 : cluster 0 pgmap v5928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:33.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:33 smithi194 bash[32038]: cluster 2023-12-07T20:32:32.945151+0000 mgr.a (mgr.14403) 7946 : cluster 0 pgmap v5929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:33 smithi135 bash[32435]: cluster 2023-12-07T20:32:32.945151+0000 mgr.a (mgr.14403) 7946 : cluster 0 pgmap v5929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:33 smithi079 bash[28699]: cluster 2023-12-07T20:32:32.945151+0000 mgr.a (mgr.14403) 7946 : cluster 0 pgmap v5929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:32:34.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:32:34.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:34.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:35.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:35.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:35.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:35.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:32:35.409 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:32:36.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:36 smithi079 bash[28699]: audit 2023-12-07T20:32:34.936346+0000 mgr.a (mgr.14403) 7947 : audit 0 from='client.166284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:36 smithi079 bash[28699]: cluster 2023-12-07T20:32:34.950509+0000 mgr.a (mgr.14403) 7948 : cluster 0 pgmap v5930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:36 smithi194 bash[32038]: audit 2023-12-07T20:32:34.936346+0000 mgr.a (mgr.14403) 7947 : audit 0 from='client.166284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:36 smithi194 bash[32038]: cluster 2023-12-07T20:32:34.950509+0000 mgr.a (mgr.14403) 7948 : cluster 0 pgmap v5930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:36 smithi135 bash[32435]: audit 2023-12-07T20:32:34.936346+0000 mgr.a (mgr.14403) 7947 : audit 0 from='client.166284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:36 smithi135 bash[32435]: cluster 2023-12-07T20:32:34.950509+0000 mgr.a (mgr.14403) 7948 : cluster 0 pgmap v5930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:38 smithi079 bash[28699]: cluster 2023-12-07T20:32:36.951307+0000 mgr.a (mgr.14403) 7949 : cluster 0 pgmap v5931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:32:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:38 smithi194 bash[32038]: cluster 2023-12-07T20:32:36.951307+0000 mgr.a (mgr.14403) 7949 : cluster 0 pgmap v5931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:32:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:38 smithi135 bash[32435]: cluster 2023-12-07T20:32:36.951307+0000 mgr.a (mgr.14403) 7949 : cluster 0 pgmap v5931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:32:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:40 smithi079 bash[28699]: cluster 2023-12-07T20:32:38.952119+0000 mgr.a (mgr.14403) 7950 : cluster 0 pgmap v5932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:32:40.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:32:40.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:40.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:40 smithi194 bash[32038]: cluster 2023-12-07T20:32:38.952119+0000 mgr.a (mgr.14403) 7950 : cluster 0 pgmap v5932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:32:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:40 smithi135 bash[32435]: cluster 2023-12-07T20:32:38.952119+0000 mgr.a (mgr.14403) 7950 : cluster 0 pgmap v5932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:32:41.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:41.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:41.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:41.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:32:41.305 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:32:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:42 smithi079 bash[28699]: audit 2023-12-07T20:32:40.810384+0000 mgr.a (mgr.14403) 7951 : audit 0 from='client.166356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:42 smithi079 bash[28699]: cluster 2023-12-07T20:32:40.952957+0000 mgr.a (mgr.14403) 7952 : cluster 0 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-07T20:32:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:42 smithi194 bash[32038]: audit 2023-12-07T20:32:40.810384+0000 mgr.a (mgr.14403) 7951 : audit 0 from='client.166356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:42 smithi194 bash[32038]: cluster 2023-12-07T20:32:40.952957+0000 mgr.a (mgr.14403) 7952 : cluster 0 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-07T20:32:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:42 smithi135 bash[32435]: audit 2023-12-07T20:32:40.810384+0000 mgr.a (mgr.14403) 7951 : audit 0 from='client.166356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:42 smithi135 bash[32435]: cluster 2023-12-07T20:32:40.952957+0000 mgr.a (mgr.14403) 7952 : cluster 0 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-07T20:32:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:43 smithi194 bash[32038]: cluster 2023-12-07T20:32:42.953656+0000 mgr.a (mgr.14403) 7953 : cluster 0 pgmap v5934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:43 smithi135 bash[32435]: cluster 2023-12-07T20:32:42.953656+0000 mgr.a (mgr.14403) 7953 : cluster 0 pgmap v5934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:43 smithi079 bash[28699]: cluster 2023-12-07T20:32:42.953656+0000 mgr.a (mgr.14403) 7953 : cluster 0 pgmap v5934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:46.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:32:46.307 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:46.307 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:46.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:46 smithi079 bash[28699]: cluster 2023-12-07T20:32:44.954469+0000 mgr.a (mgr.14403) 7954 : cluster 0 pgmap v5935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:46 smithi194 bash[32038]: cluster 2023-12-07T20:32:44.954469+0000 mgr.a (mgr.14403) 7954 : cluster 0 pgmap v5935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:46 smithi135 bash[32435]: cluster 2023-12-07T20:32:44.954469+0000 mgr.a (mgr.14403) 7954 : cluster 0 pgmap v5935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:47.214 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:32:47.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:47.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:47.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:47.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:32:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:48 smithi079 bash[28699]: audit 2023-12-07T20:32:46.716555+0000 mgr.a (mgr.14403) 7955 : audit 0 from='client.166434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:48 smithi079 bash[28699]: cluster 2023-12-07T20:32:46.955024+0000 mgr.a (mgr.14403) 7956 : cluster 0 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-07T20:32:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:48 smithi194 bash[32038]: audit 2023-12-07T20:32:46.716555+0000 mgr.a (mgr.14403) 7955 : audit 0 from='client.166434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:48 smithi194 bash[32038]: cluster 2023-12-07T20:32:46.955024+0000 mgr.a (mgr.14403) 7956 : cluster 0 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-07T20:32:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:48 smithi135 bash[32435]: audit 2023-12-07T20:32:46.716555+0000 mgr.a (mgr.14403) 7955 : audit 0 from='client.166434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:48 smithi135 bash[32435]: cluster 2023-12-07T20:32:46.955024+0000 mgr.a (mgr.14403) 7956 : cluster 0 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-07T20:32:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:50 smithi079 bash[28699]: cluster 2023-12-07T20:32:48.955861+0000 mgr.a (mgr.14403) 7957 : cluster 0 pgmap v5937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:50 smithi194 bash[32038]: cluster 2023-12-07T20:32:48.955861+0000 mgr.a (mgr.14403) 7957 : cluster 0 pgmap v5937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:50 smithi135 bash[32435]: cluster 2023-12-07T20:32:48.955861+0000 mgr.a (mgr.14403) 7957 : cluster 0 pgmap v5937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:52.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:32:52.216 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:52.216 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:52 smithi079 bash[28699]: cluster 2023-12-07T20:32:50.956536+0000 mgr.a (mgr.14403) 7958 : cluster 0 pgmap v5938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:52 smithi194 bash[32038]: cluster 2023-12-07T20:32:50.956536+0000 mgr.a (mgr.14403) 7958 : cluster 0 pgmap v5938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:52 smithi135 bash[32435]: cluster 2023-12-07T20:32:50.956536+0000 mgr.a (mgr.14403) 7958 : cluster 0 pgmap v5938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:53.139 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:32:53.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:53.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:53.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:53.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:32:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:53 smithi194 bash[32038]: audit 2023-12-07T20:32:52.621157+0000 mgr.a (mgr.14403) 7959 : audit 0 from='client.166506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:53 smithi194 bash[32038]: cluster 2023-12-07T20:32:52.957035+0000 mgr.a (mgr.14403) 7960 : cluster 0 pgmap v5939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:53 smithi135 bash[32435]: audit 2023-12-07T20:32:52.621157+0000 mgr.a (mgr.14403) 7959 : audit 0 from='client.166506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:53 smithi135 bash[32435]: cluster 2023-12-07T20:32:52.957035+0000 mgr.a (mgr.14403) 7960 : cluster 0 pgmap v5939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:53 smithi079 bash[28699]: audit 2023-12-07T20:32:52.621157+0000 mgr.a (mgr.14403) 7959 : audit 0 from='client.166506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:32:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:53 smithi079 bash[28699]: cluster 2023-12-07T20:32:52.957035+0000 mgr.a (mgr.14403) 7960 : cluster 0 pgmap v5939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:56 smithi079 bash[28699]: cluster 2023-12-07T20:32:54.958038+0000 mgr.a (mgr.14403) 7961 : cluster 0 pgmap v5940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:56 smithi194 bash[32038]: cluster 2023-12-07T20:32:54.958038+0000 mgr.a (mgr.14403) 7961 : cluster 0 pgmap v5940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:56 smithi135 bash[32435]: cluster 2023-12-07T20:32:54.958038+0000 mgr.a (mgr.14403) 7961 : cluster 0 pgmap v5940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:32:58.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:32:58.142 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:32:58.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:32:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:58 smithi079 bash[28699]: cluster 2023-12-07T20:32:56.958744+0000 mgr.a (mgr.14403) 7962 : cluster 0 pgmap v5941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:58 smithi194 bash[32038]: cluster 2023-12-07T20:32:56.958744+0000 mgr.a (mgr.14403) 7962 : cluster 0 pgmap v5941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:58 smithi135 bash[32435]: cluster 2023-12-07T20:32:56.958744+0000 mgr.a (mgr.14403) 7962 : cluster 0 pgmap v5941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:32:59.047 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:32:59.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:32:59.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:32:59.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:32:59.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:32:59.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:32:59 smithi079 bash[28699]: audit 2023-12-07T20:32:58.392580+0000 mon.a (mon.0) 1554 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:32:59.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:32:59 smithi194 bash[32038]: audit 2023-12-07T20:32:58.392580+0000 mon.a (mon.0) 1554 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:32:59.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:32:59 smithi135 bash[32435]: audit 2023-12-07T20:32:58.392580+0000 mon.a (mon.0) 1554 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:33:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:00 smithi079 bash[28699]: audit 2023-12-07T20:32:58.550032+0000 mgr.a (mgr.14403) 7963 : audit 0 from='client.166575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:00 smithi079 bash[28699]: cluster 2023-12-07T20:32:58.959836+0000 mgr.a (mgr.14403) 7964 : cluster 0 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-07T20:33:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:00 smithi194 bash[32038]: audit 2023-12-07T20:32:58.550032+0000 mgr.a (mgr.14403) 7963 : audit 0 from='client.166575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:00 smithi194 bash[32038]: cluster 2023-12-07T20:32:58.959836+0000 mgr.a (mgr.14403) 7964 : cluster 0 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-07T20:33:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:00 smithi135 bash[32435]: audit 2023-12-07T20:32:58.550032+0000 mgr.a (mgr.14403) 7963 : audit 0 from='client.166575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:00 smithi135 bash[32435]: cluster 2023-12-07T20:32:58.959836+0000 mgr.a (mgr.14403) 7964 : cluster 0 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-07T20:33:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:02 smithi079 bash[28699]: cluster 2023-12-07T20:33:00.960509+0000 mgr.a (mgr.14403) 7965 : cluster 0 pgmap v5943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:02 smithi194 bash[32038]: cluster 2023-12-07T20:33:00.960509+0000 mgr.a (mgr.14403) 7965 : cluster 0 pgmap v5943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:02 smithi135 bash[32435]: cluster 2023-12-07T20:33:00.960509+0000 mgr.a (mgr.14403) 7965 : cluster 0 pgmap v5943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:03 smithi194 bash[32038]: cluster 2023-12-07T20:33:02.961130+0000 mgr.a (mgr.14403) 7966 : cluster 0 pgmap v5944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:03 smithi135 bash[32435]: cluster 2023-12-07T20:33:02.961130+0000 mgr.a (mgr.14403) 7966 : cluster 0 pgmap v5944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:03 smithi079 bash[28699]: cluster 2023-12-07T20:33:02.961130+0000 mgr.a (mgr.14403) 7966 : cluster 0 pgmap v5944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:04.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:33:04.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:04.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:04.985 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:33:04.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:04.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:04.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:04.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:33:05.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:04 smithi079 bash[28699]: audit 2023-12-07T20:33:03.751241+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:04 smithi079 bash[28699]: audit 2023-12-07T20:33:03.757210+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:04 smithi079 bash[28699]: audit 2023-12-07T20:33:03.761633+0000 mon.a (mon.0) 1557 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:04 smithi079 bash[28699]: audit 2023-12-07T20:33:03.767799+0000 mon.a (mon.0) 1558 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:04 smithi079 bash[28699]: audit 2023-12-07T20:33:03.804852+0000 mon.a (mon.0) 1559 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:04 smithi079 bash[28699]: audit 2023-12-07T20:33:03.810958+0000 mon.a (mon.0) 1560 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:04 smithi079 bash[28699]: audit 2023-12-07T20:33:04.558793+0000 mon.a (mon.0) 1561 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:33:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:04 smithi079 bash[28699]: audit 2023-12-07T20:33:04.560359+0000 mon.a (mon.0) 1562 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:33:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:04 smithi079 bash[28699]: audit 2023-12-07T20:33:04.568013+0000 mon.a (mon.0) 1563 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:04 smithi194 bash[32038]: audit 2023-12-07T20:33:03.751241+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:04 smithi194 bash[32038]: audit 2023-12-07T20:33:03.757210+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:04 smithi194 bash[32038]: audit 2023-12-07T20:33:03.761633+0000 mon.a (mon.0) 1557 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:04 smithi194 bash[32038]: audit 2023-12-07T20:33:03.767799+0000 mon.a (mon.0) 1558 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:04 smithi194 bash[32038]: audit 2023-12-07T20:33:03.804852+0000 mon.a (mon.0) 1559 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:04 smithi194 bash[32038]: audit 2023-12-07T20:33:03.810958+0000 mon.a (mon.0) 1560 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:04 smithi194 bash[32038]: audit 2023-12-07T20:33:04.558793+0000 mon.a (mon.0) 1561 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:33:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:04 smithi194 bash[32038]: audit 2023-12-07T20:33:04.560359+0000 mon.a (mon.0) 1562 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:33:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:04 smithi194 bash[32038]: audit 2023-12-07T20:33:04.568013+0000 mon.a (mon.0) 1563 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:04 smithi135 bash[32435]: audit 2023-12-07T20:33:03.751241+0000 mon.a (mon.0) 1555 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:04 smithi135 bash[32435]: audit 2023-12-07T20:33:03.757210+0000 mon.a (mon.0) 1556 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:04 smithi135 bash[32435]: audit 2023-12-07T20:33:03.761633+0000 mon.a (mon.0) 1557 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:04 smithi135 bash[32435]: audit 2023-12-07T20:33:03.767799+0000 mon.a (mon.0) 1558 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:04 smithi135 bash[32435]: audit 2023-12-07T20:33:03.804852+0000 mon.a (mon.0) 1559 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:04 smithi135 bash[32435]: audit 2023-12-07T20:33:03.810958+0000 mon.a (mon.0) 1560 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:04 smithi135 bash[32435]: audit 2023-12-07T20:33:04.558793+0000 mon.a (mon.0) 1561 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:33:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:04 smithi135 bash[32435]: audit 2023-12-07T20:33:04.560359+0000 mon.a (mon.0) 1562 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:33:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:04 smithi135 bash[32435]: audit 2023-12-07T20:33:04.568013+0000 mon.a (mon.0) 1563 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:33:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:05 smithi079 bash[28699]: audit 2023-12-07T20:33:04.456829+0000 mgr.a (mgr.14403) 7967 : audit 0 from='client.166653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:05 smithi079 bash[28699]: cluster 2023-12-07T20:33:04.961852+0000 mgr.a (mgr.14403) 7968 : cluster 0 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-07T20:33:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:05 smithi194 bash[32038]: audit 2023-12-07T20:33:04.456829+0000 mgr.a (mgr.14403) 7967 : audit 0 from='client.166653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:05 smithi194 bash[32038]: cluster 2023-12-07T20:33:04.961852+0000 mgr.a (mgr.14403) 7968 : cluster 0 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-07T20:33:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:05 smithi135 bash[32435]: audit 2023-12-07T20:33:04.456829+0000 mgr.a (mgr.14403) 7967 : audit 0 from='client.166653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:05 smithi135 bash[32435]: cluster 2023-12-07T20:33:04.961852+0000 mgr.a (mgr.14403) 7968 : cluster 0 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-07T20:33:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:08 smithi079 bash[28699]: cluster 2023-12-07T20:33:06.962428+0000 mgr.a (mgr.14403) 7969 : cluster 0 pgmap v5946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:08 smithi194 bash[32038]: cluster 2023-12-07T20:33:06.962428+0000 mgr.a (mgr.14403) 7969 : cluster 0 pgmap v5946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:08 smithi135 bash[32435]: cluster 2023-12-07T20:33:06.962428+0000 mgr.a (mgr.14403) 7969 : cluster 0 pgmap v5946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:09.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:33:09.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:09.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:10 smithi079 bash[28699]: cluster 2023-12-07T20:33:08.963159+0000 mgr.a (mgr.14403) 7970 : cluster 0 pgmap v5947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:10 smithi194 bash[32038]: cluster 2023-12-07T20:33:08.963159+0000 mgr.a (mgr.14403) 7970 : cluster 0 pgmap v5947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:10 smithi135 bash[32435]: cluster 2023-12-07T20:33:08.963159+0000 mgr.a (mgr.14403) 7970 : cluster 0 pgmap v5947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:10.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:10.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:10.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:10.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:33:10.913 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:33:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:12 smithi079 bash[28699]: audit 2023-12-07T20:33:10.403786+0000 mgr.a (mgr.14403) 7971 : audit 0 from='client.166725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:12 smithi079 bash[28699]: cluster 2023-12-07T20:33:10.963829+0000 mgr.a (mgr.14403) 7972 : cluster 0 pgmap v5948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:12 smithi194 bash[32038]: audit 2023-12-07T20:33:10.403786+0000 mgr.a (mgr.14403) 7971 : audit 0 from='client.166725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:12 smithi194 bash[32038]: cluster 2023-12-07T20:33:10.963829+0000 mgr.a (mgr.14403) 7972 : cluster 0 pgmap v5948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:12 smithi135 bash[32435]: audit 2023-12-07T20:33:10.403786+0000 mgr.a (mgr.14403) 7971 : audit 0 from='client.166725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:12 smithi135 bash[32435]: cluster 2023-12-07T20:33:10.963829+0000 mgr.a (mgr.14403) 7972 : cluster 0 pgmap v5948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:13 smithi194 bash[32038]: cluster 2023-12-07T20:33:12.964447+0000 mgr.a (mgr.14403) 7973 : cluster 0 pgmap v5949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:13.468 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:13 smithi135 bash[32435]: cluster 2023-12-07T20:33:12.964447+0000 mgr.a (mgr.14403) 7973 : cluster 0 pgmap v5949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:13 smithi079 bash[28699]: cluster 2023-12-07T20:33:12.964447+0000 mgr.a (mgr.14403) 7973 : cluster 0 pgmap v5949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:15.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:33:15.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:15.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:16.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:16 smithi079 bash[28699]: cluster 2023-12-07T20:33:14.965263+0000 mgr.a (mgr.14403) 7974 : cluster 0 pgmap v5950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:16 smithi194 bash[32038]: cluster 2023-12-07T20:33:14.965263+0000 mgr.a (mgr.14403) 7974 : cluster 0 pgmap v5950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:16 smithi135 bash[32435]: cluster 2023-12-07T20:33:14.965263+0000 mgr.a (mgr.14403) 7974 : cluster 0 pgmap v5950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:16.814 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:33:16.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:16.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:16.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:16.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:33:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:18 smithi079 bash[28699]: audit 2023-12-07T20:33:16.321375+0000 mgr.a (mgr.14403) 7975 : audit 0 from='client.166797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:18 smithi079 bash[28699]: cluster 2023-12-07T20:33:16.966014+0000 mgr.a (mgr.14403) 7976 : cluster 0 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-07T20:33:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:18 smithi194 bash[32038]: audit 2023-12-07T20:33:16.321375+0000 mgr.a (mgr.14403) 7975 : audit 0 from='client.166797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:18.460 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:18 smithi194 bash[32038]: cluster 2023-12-07T20:33:16.966014+0000 mgr.a (mgr.14403) 7976 : cluster 0 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-07T20:33:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:18 smithi135 bash[32435]: audit 2023-12-07T20:33:16.321375+0000 mgr.a (mgr.14403) 7975 : audit 0 from='client.166797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:18 smithi135 bash[32435]: cluster 2023-12-07T20:33:16.966014+0000 mgr.a (mgr.14403) 7976 : cluster 0 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-07T20:33:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:20 smithi079 bash[28699]: cluster 2023-12-07T20:33:18.966859+0000 mgr.a (mgr.14403) 7977 : cluster 0 pgmap v5952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:20 smithi194 bash[32038]: cluster 2023-12-07T20:33:18.966859+0000 mgr.a (mgr.14403) 7977 : cluster 0 pgmap v5952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:20 smithi135 bash[32435]: cluster 2023-12-07T20:33:18.966859+0000 mgr.a (mgr.14403) 7977 : cluster 0 pgmap v5952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:21.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:33:21.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:21.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:22 smithi079 bash[28699]: cluster 2023-12-07T20:33:20.967356+0000 mgr.a (mgr.14403) 7978 : cluster 0 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-07T20:33:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:22 smithi194 bash[32038]: cluster 2023-12-07T20:33:20.967356+0000 mgr.a (mgr.14403) 7978 : cluster 0 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-07T20:33:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:22 smithi135 bash[32435]: cluster 2023-12-07T20:33:20.967356+0000 mgr.a (mgr.14403) 7978 : cluster 0 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-07T20:33:22.717 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:33:22.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:22.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:22.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:22.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:33:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:23 smithi194 bash[32038]: audit 2023-12-07T20:33:22.226123+0000 mgr.a (mgr.14403) 7979 : audit 0 from='client.166872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:23 smithi194 bash[32038]: cluster 2023-12-07T20:33:22.968072+0000 mgr.a (mgr.14403) 7980 : cluster 0 pgmap v5954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:23 smithi135 bash[32435]: audit 2023-12-07T20:33:22.226123+0000 mgr.a (mgr.14403) 7979 : audit 0 from='client.166872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:23 smithi135 bash[32435]: cluster 2023-12-07T20:33:22.968072+0000 mgr.a (mgr.14403) 7980 : cluster 0 pgmap v5954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:23 smithi079 bash[28699]: audit 2023-12-07T20:33:22.226123+0000 mgr.a (mgr.14403) 7979 : audit 0 from='client.166872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:23 smithi079 bash[28699]: cluster 2023-12-07T20:33:22.968072+0000 mgr.a (mgr.14403) 7980 : cluster 0 pgmap v5954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:26.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:26 smithi079 bash[28699]: cluster 2023-12-07T20:33:24.968923+0000 mgr.a (mgr.14403) 7981 : cluster 0 pgmap v5955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:26 smithi194 bash[32038]: cluster 2023-12-07T20:33:24.968923+0000 mgr.a (mgr.14403) 7981 : cluster 0 pgmap v5955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:26 smithi135 bash[32435]: cluster 2023-12-07T20:33:24.968923+0000 mgr.a (mgr.14403) 7981 : cluster 0 pgmap v5955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:27.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:33:27.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:27.721 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:28 smithi079 bash[28699]: cluster 2023-12-07T20:33:26.969595+0000 mgr.a (mgr.14403) 7982 : cluster 0 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-07T20:33:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:28 smithi194 bash[32038]: cluster 2023-12-07T20:33:26.969595+0000 mgr.a (mgr.14403) 7982 : cluster 0 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-07T20:33:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:28 smithi135 bash[32435]: cluster 2023-12-07T20:33:26.969595+0000 mgr.a (mgr.14403) 7982 : cluster 0 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-07T20:33:28.662 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:33:28.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:28.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:28.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:28.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:33:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:30 smithi079 bash[28699]: audit 2023-12-07T20:33:28.131057+0000 mgr.a (mgr.14403) 7983 : audit 0 from='client.166950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:30 smithi079 bash[28699]: cluster 2023-12-07T20:33:28.970569+0000 mgr.a (mgr.14403) 7984 : cluster 0 pgmap v5957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:33:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:30 smithi194 bash[32038]: audit 2023-12-07T20:33:28.131057+0000 mgr.a (mgr.14403) 7983 : audit 0 from='client.166950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:30 smithi194 bash[32038]: cluster 2023-12-07T20:33:28.970569+0000 mgr.a (mgr.14403) 7984 : cluster 0 pgmap v5957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:33:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:30 smithi135 bash[32435]: audit 2023-12-07T20:33:28.131057+0000 mgr.a (mgr.14403) 7983 : audit 0 from='client.166950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:30 smithi135 bash[32435]: cluster 2023-12-07T20:33:28.970569+0000 mgr.a (mgr.14403) 7984 : cluster 0 pgmap v5957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:33:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:32 smithi079 bash[28699]: cluster 2023-12-07T20:33:30.971153+0000 mgr.a (mgr.14403) 7985 : cluster 0 pgmap v5958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:33:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:32 smithi194 bash[32038]: cluster 2023-12-07T20:33:30.971153+0000 mgr.a (mgr.14403) 7985 : cluster 0 pgmap v5958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:33:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:32 smithi135 bash[32435]: cluster 2023-12-07T20:33:30.971153+0000 mgr.a (mgr.14403) 7985 : cluster 0 pgmap v5958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:33:33.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:33 smithi194 bash[32038]: cluster 2023-12-07T20:33:32.971822+0000 mgr.a (mgr.14403) 7986 : cluster 0 pgmap v5959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:33:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:33 smithi135 bash[32435]: cluster 2023-12-07T20:33:32.971822+0000 mgr.a (mgr.14403) 7986 : cluster 0 pgmap v5959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:33:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:33 smithi079 bash[28699]: cluster 2023-12-07T20:33:32.971822+0000 mgr.a (mgr.14403) 7986 : cluster 0 pgmap v5959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:33:33.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:33:33.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:33.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:34 smithi194 bash[32038]: audit 2023-12-07T20:33:34.072069+0000 mgr.a (mgr.14403) 7987 : audit 0 from='client.167028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:34 smithi135 bash[32435]: audit 2023-12-07T20:33:34.072069+0000 mgr.a (mgr.14403) 7987 : audit 0 from='client.167028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:34.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:34.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:34.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:34.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:33:34.562 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:33:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:34 smithi079 bash[28699]: audit 2023-12-07T20:33:34.072069+0000 mgr.a (mgr.14403) 7987 : audit 0 from='client.167028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:35.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:35 smithi194 bash[32038]: cluster 2023-12-07T20:33:34.972940+0000 mgr.a (mgr.14403) 7988 : cluster 0 pgmap v5960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:35 smithi135 bash[32435]: cluster 2023-12-07T20:33:34.972940+0000 mgr.a (mgr.14403) 7988 : cluster 0 pgmap v5960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:35 smithi079 bash[28699]: cluster 2023-12-07T20:33:34.972940+0000 mgr.a (mgr.14403) 7988 : cluster 0 pgmap v5960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:38 smithi079 bash[28699]: cluster 2023-12-07T20:33:36.973559+0000 mgr.a (mgr.14403) 7989 : cluster 0 pgmap v5961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:38 smithi194 bash[32038]: cluster 2023-12-07T20:33:36.973559+0000 mgr.a (mgr.14403) 7989 : cluster 0 pgmap v5961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:38 smithi135 bash[32435]: cluster 2023-12-07T20:33:36.973559+0000 mgr.a (mgr.14403) 7989 : cluster 0 pgmap v5961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:33:39.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:33:39.566 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:39.566 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:40 smithi079 bash[28699]: cluster 2023-12-07T20:33:38.974344+0000 mgr.a (mgr.14403) 7990 : cluster 0 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-07T20:33:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:40 smithi194 bash[32038]: cluster 2023-12-07T20:33:38.974344+0000 mgr.a (mgr.14403) 7990 : cluster 0 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-07T20:33:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:40 smithi135 bash[32435]: cluster 2023-12-07T20:33:38.974344+0000 mgr.a (mgr.14403) 7990 : cluster 0 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-07T20:33:40.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:40.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:40.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:40.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:33:40.464 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:33:41.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:41 smithi079 bash[28699]: audit 2023-12-07T20:33:39.975699+0000 mgr.a (mgr.14403) 7991 : audit 0 from='client.167106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:41.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:41 smithi194 bash[32038]: audit 2023-12-07T20:33:39.975699+0000 mgr.a (mgr.14403) 7991 : audit 0 from='client.167106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:41.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:41 smithi135 bash[32435]: audit 2023-12-07T20:33:39.975699+0000 mgr.a (mgr.14403) 7991 : audit 0 from='client.167106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:42 smithi079 bash[28699]: cluster 2023-12-07T20:33:40.975084+0000 mgr.a (mgr.14403) 7992 : cluster 0 pgmap v5963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:33:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:42 smithi194 bash[32038]: cluster 2023-12-07T20:33:40.975084+0000 mgr.a (mgr.14403) 7992 : cluster 0 pgmap v5963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:33:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:42 smithi135 bash[32435]: cluster 2023-12-07T20:33:40.975084+0000 mgr.a (mgr.14403) 7992 : cluster 0 pgmap v5963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:33:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:43 smithi194 bash[32038]: cluster 2023-12-07T20:33:42.975641+0000 mgr.a (mgr.14403) 7993 : cluster 0 pgmap v5964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:33:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:43 smithi135 bash[32435]: cluster 2023-12-07T20:33:42.975641+0000 mgr.a (mgr.14403) 7993 : cluster 0 pgmap v5964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:33:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:43 smithi079 bash[28699]: cluster 2023-12-07T20:33:42.975641+0000 mgr.a (mgr.14403) 7993 : cluster 0 pgmap v5964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:33:45.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:33:45.467 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:45.467 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:46.368 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:33:46.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:46.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:46.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:46.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:33:46.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:46 smithi079 bash[28699]: cluster 2023-12-07T20:33:44.976480+0000 mgr.a (mgr.14403) 7994 : cluster 0 pgmap v5965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:33:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:46 smithi194 bash[32038]: cluster 2023-12-07T20:33:44.976480+0000 mgr.a (mgr.14403) 7994 : cluster 0 pgmap v5965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:33:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:46 smithi135 bash[32435]: cluster 2023-12-07T20:33:44.976480+0000 mgr.a (mgr.14403) 7994 : cluster 0 pgmap v5965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:33:47.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:47 smithi079 bash[28699]: audit 2023-12-07T20:33:45.872655+0000 mgr.a (mgr.14403) 7995 : audit 0 from='client.167175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:47.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:47 smithi194 bash[32038]: audit 2023-12-07T20:33:45.872655+0000 mgr.a (mgr.14403) 7995 : audit 0 from='client.167175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:47.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:47 smithi135 bash[32435]: audit 2023-12-07T20:33:45.872655+0000 mgr.a (mgr.14403) 7995 : audit 0 from='client.167175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:48 smithi079 bash[28699]: cluster 2023-12-07T20:33:46.977150+0000 mgr.a (mgr.14403) 7996 : cluster 0 pgmap v5966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:48 smithi194 bash[32038]: cluster 2023-12-07T20:33:46.977150+0000 mgr.a (mgr.14403) 7996 : cluster 0 pgmap v5966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:48 smithi135 bash[32435]: cluster 2023-12-07T20:33:46.977150+0000 mgr.a (mgr.14403) 7996 : cluster 0 pgmap v5966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:50 smithi079 bash[28699]: cluster 2023-12-07T20:33:48.977966+0000 mgr.a (mgr.14403) 7997 : cluster 0 pgmap v5967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:50 smithi194 bash[32038]: cluster 2023-12-07T20:33:48.977966+0000 mgr.a (mgr.14403) 7997 : cluster 0 pgmap v5967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:50 smithi135 bash[32435]: cluster 2023-12-07T20:33:48.977966+0000 mgr.a (mgr.14403) 7997 : cluster 0 pgmap v5967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:51.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:33:51.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:51.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:52.254 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:33:52.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:52.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:52.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:52.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:33:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:52 smithi079 bash[28699]: cluster 2023-12-07T20:33:50.978636+0000 mgr.a (mgr.14403) 7998 : cluster 0 pgmap v5968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:52 smithi194 bash[32038]: cluster 2023-12-07T20:33:50.978636+0000 mgr.a (mgr.14403) 7998 : cluster 0 pgmap v5968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:52 smithi135 bash[32435]: cluster 2023-12-07T20:33:50.978636+0000 mgr.a (mgr.14403) 7998 : cluster 0 pgmap v5968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:53.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:53 smithi079 bash[28699]: audit 2023-12-07T20:33:51.773441+0000 mgr.a (mgr.14403) 7999 : audit 0 from='client.167250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:53 smithi194 bash[32038]: audit 2023-12-07T20:33:51.773441+0000 mgr.a (mgr.14403) 7999 : audit 0 from='client.167250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:53 smithi135 bash[32435]: audit 2023-12-07T20:33:51.773441+0000 mgr.a (mgr.14403) 7999 : audit 0 from='client.167250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:54 smithi079 bash[28699]: cluster 2023-12-07T20:33:52.979403+0000 mgr.a (mgr.14403) 8000 : cluster 0 pgmap v5969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:54 smithi194 bash[32038]: cluster 2023-12-07T20:33:52.979403+0000 mgr.a (mgr.14403) 8000 : cluster 0 pgmap v5969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:54 smithi135 bash[32435]: cluster 2023-12-07T20:33:52.979403+0000 mgr.a (mgr.14403) 8000 : cluster 0 pgmap v5969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:33:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:56 smithi079 bash[28699]: cluster 2023-12-07T20:33:54.980184+0000 mgr.a (mgr.14403) 8001 : cluster 0 pgmap v5970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:56 smithi194 bash[32038]: cluster 2023-12-07T20:33:54.980184+0000 mgr.a (mgr.14403) 8001 : cluster 0 pgmap v5970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:56 smithi135 bash[32435]: cluster 2023-12-07T20:33:54.980184+0000 mgr.a (mgr.14403) 8001 : cluster 0 pgmap v5970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:33:57.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:33:57.258 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:33:57.258 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:33:58.141 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:33:58.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:33:58.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:33:58.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:33:58.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:33:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:58 smithi079 bash[28699]: cluster 2023-12-07T20:33:56.980736+0000 mgr.a (mgr.14403) 8002 : cluster 0 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-07T20:33:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:58 smithi194 bash[32038]: cluster 2023-12-07T20:33:56.980736+0000 mgr.a (mgr.14403) 8002 : cluster 0 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-07T20:33:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:58 smithi135 bash[32435]: cluster 2023-12-07T20:33:56.980736+0000 mgr.a (mgr.14403) 8002 : cluster 0 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-07T20:33:59.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:33:59 smithi079 bash[28699]: audit 2023-12-07T20:33:57.659285+0000 mgr.a (mgr.14403) 8003 : audit 0 from='client.167325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:33:59 smithi194 bash[32038]: audit 2023-12-07T20:33:57.659285+0000 mgr.a (mgr.14403) 8003 : audit 0 from='client.167325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:33:59.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:33:59 smithi135 bash[32435]: audit 2023-12-07T20:33:57.659285+0000 mgr.a (mgr.14403) 8003 : audit 0 from='client.167325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:00 smithi079 bash[28699]: cluster 2023-12-07T20:33:58.981745+0000 mgr.a (mgr.14403) 8004 : cluster 0 pgmap v5972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:00 smithi194 bash[32038]: cluster 2023-12-07T20:33:58.981745+0000 mgr.a (mgr.14403) 8004 : cluster 0 pgmap v5972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:00 smithi135 bash[32435]: cluster 2023-12-07T20:33:58.981745+0000 mgr.a (mgr.14403) 8004 : cluster 0 pgmap v5972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:02 smithi079 bash[28699]: cluster 2023-12-07T20:34:00.982362+0000 mgr.a (mgr.14403) 8005 : cluster 0 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-07T20:34:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:02 smithi194 bash[32038]: cluster 2023-12-07T20:34:00.982362+0000 mgr.a (mgr.14403) 8005 : cluster 0 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-07T20:34:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:02 smithi135 bash[32435]: cluster 2023-12-07T20:34:00.982362+0000 mgr.a (mgr.14403) 8005 : cluster 0 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-07T20:34:03.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:34:03.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:03.144 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:03 smithi194 bash[32038]: cluster 2023-12-07T20:34:02.982987+0000 mgr.a (mgr.14403) 8006 : cluster 0 pgmap v5974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:03 smithi135 bash[32435]: cluster 2023-12-07T20:34:02.982987+0000 mgr.a (mgr.14403) 8006 : cluster 0 pgmap v5974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:03 smithi079 bash[28699]: cluster 2023-12-07T20:34:02.982987+0000 mgr.a (mgr.14403) 8006 : cluster 0 pgmap v5974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:04.040 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:34:04.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:04.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:04.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:04.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:34:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:04 smithi194 bash[32038]: audit 2023-12-07T20:34:03.547735+0000 mgr.a (mgr.14403) 8007 : audit 0 from='client.167397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:04 smithi135 bash[32435]: audit 2023-12-07T20:34:03.547735+0000 mgr.a (mgr.14403) 8007 : audit 0 from='client.167397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:04 smithi079 bash[28699]: audit 2023-12-07T20:34:03.547735+0000 mgr.a (mgr.14403) 8007 : audit 0 from='client.167397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:05.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:05 smithi194 bash[32038]: audit 2023-12-07T20:34:04.710036+0000 mon.a (mon.0) 1564 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:34:05.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:05 smithi194 bash[32038]: cluster 2023-12-07T20:34:04.983622+0000 mgr.a (mgr.14403) 8008 : cluster 0 pgmap v5975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:05.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:05 smithi135 bash[32435]: audit 2023-12-07T20:34:04.710036+0000 mon.a (mon.0) 1564 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:34:05.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:05 smithi135 bash[32435]: cluster 2023-12-07T20:34:04.983622+0000 mgr.a (mgr.14403) 8008 : cluster 0 pgmap v5975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:05 smithi079 bash[28699]: audit 2023-12-07T20:34:04.710036+0000 mon.a (mon.0) 1564 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:34:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:05 smithi079 bash[28699]: cluster 2023-12-07T20:34:04.983622+0000 mgr.a (mgr.14403) 8008 : cluster 0 pgmap v5975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:06 smithi194 bash[32038]: audit 2023-12-07T20:34:05.444355+0000 mon.a (mon.0) 1565 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:34:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:06 smithi194 bash[32038]: audit 2023-12-07T20:34:05.446353+0000 mon.a (mon.0) 1566 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:34:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:06 smithi194 bash[32038]: audit 2023-12-07T20:34:05.455727+0000 mon.a (mon.0) 1567 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:34:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:06 smithi135 bash[32435]: audit 2023-12-07T20:34:05.444355+0000 mon.a (mon.0) 1565 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:34:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:06 smithi135 bash[32435]: audit 2023-12-07T20:34:05.446353+0000 mon.a (mon.0) 1566 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:34:06.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:06 smithi135 bash[32435]: audit 2023-12-07T20:34:05.455727+0000 mon.a (mon.0) 1567 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:34:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:06 smithi079 bash[28699]: audit 2023-12-07T20:34:05.444355+0000 mon.a (mon.0) 1565 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:34:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:06 smithi079 bash[28699]: audit 2023-12-07T20:34:05.446353+0000 mon.a (mon.0) 1566 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:34:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:06 smithi079 bash[28699]: audit 2023-12-07T20:34:05.455727+0000 mon.a (mon.0) 1567 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:34:07.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:07 smithi194 bash[32038]: cluster 2023-12-07T20:34:06.984166+0000 mgr.a (mgr.14403) 8009 : cluster 0 pgmap v5976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:07 smithi135 bash[32435]: cluster 2023-12-07T20:34:06.984166+0000 mgr.a (mgr.14403) 8009 : cluster 0 pgmap v5976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:07 smithi079 bash[28699]: cluster 2023-12-07T20:34:06.984166+0000 mgr.a (mgr.14403) 8009 : cluster 0 pgmap v5976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:09.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:34:09.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:09.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:09.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:09.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:09.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:09.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:34:09.965 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:34:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:10 smithi079 bash[28699]: cluster 2023-12-07T20:34:08.984917+0000 mgr.a (mgr.14403) 8010 : cluster 0 pgmap v5977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:10 smithi194 bash[32038]: cluster 2023-12-07T20:34:08.984917+0000 mgr.a (mgr.14403) 8010 : cluster 0 pgmap v5977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:10 smithi135 bash[32435]: cluster 2023-12-07T20:34:08.984917+0000 mgr.a (mgr.14403) 8010 : cluster 0 pgmap v5977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:11 smithi079 bash[28699]: audit 2023-12-07T20:34:09.453414+0000 mgr.a (mgr.14403) 8011 : audit 0 from='client.167475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:11.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:11 smithi194 bash[32038]: audit 2023-12-07T20:34:09.453414+0000 mgr.a (mgr.14403) 8011 : audit 0 from='client.167475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:11 smithi135 bash[32435]: audit 2023-12-07T20:34:09.453414+0000 mgr.a (mgr.14403) 8011 : audit 0 from='client.167475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:12 smithi079 bash[28699]: cluster 2023-12-07T20:34:10.985593+0000 mgr.a (mgr.14403) 8012 : cluster 0 pgmap v5978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:12 smithi194 bash[32038]: cluster 2023-12-07T20:34:10.985593+0000 mgr.a (mgr.14403) 8012 : cluster 0 pgmap v5978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:12 smithi135 bash[32435]: cluster 2023-12-07T20:34:10.985593+0000 mgr.a (mgr.14403) 8012 : cluster 0 pgmap v5978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:13 smithi194 bash[32038]: cluster 2023-12-07T20:34:12.986161+0000 mgr.a (mgr.14403) 8013 : cluster 0 pgmap v5979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:13 smithi135 bash[32435]: cluster 2023-12-07T20:34:12.986161+0000 mgr.a (mgr.14403) 8013 : cluster 0 pgmap v5979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:13 smithi079 bash[28699]: cluster 2023-12-07T20:34:12.986161+0000 mgr.a (mgr.14403) 8013 : cluster 0 pgmap v5979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:14.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:34:14.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:14.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:15.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:15.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:15.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:15.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:34:15.890 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:34:16.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:16 smithi079 bash[28699]: cluster 2023-12-07T20:34:14.986999+0000 mgr.a (mgr.14403) 8014 : cluster 0 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-07T20:34:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:16 smithi194 bash[32038]: cluster 2023-12-07T20:34:14.986999+0000 mgr.a (mgr.14403) 8014 : cluster 0 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-07T20:34:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:16 smithi135 bash[32435]: cluster 2023-12-07T20:34:14.986999+0000 mgr.a (mgr.14403) 8014 : cluster 0 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-07T20:34:17.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:17 smithi079 bash[28699]: audit 2023-12-07T20:34:15.368815+0000 mgr.a (mgr.14403) 8015 : audit 0 from='client.167550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:17.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:17 smithi194 bash[32038]: audit 2023-12-07T20:34:15.368815+0000 mgr.a (mgr.14403) 8015 : audit 0 from='client.167550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:17.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:17 smithi135 bash[32435]: audit 2023-12-07T20:34:15.368815+0000 mgr.a (mgr.14403) 8015 : audit 0 from='client.167550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:18 smithi079 bash[28699]: cluster 2023-12-07T20:34:16.987672+0000 mgr.a (mgr.14403) 8016 : cluster 0 pgmap v5981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:18 smithi194 bash[32038]: cluster 2023-12-07T20:34:16.987672+0000 mgr.a (mgr.14403) 8016 : cluster 0 pgmap v5981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:18 smithi135 bash[32435]: cluster 2023-12-07T20:34:16.987672+0000 mgr.a (mgr.14403) 8016 : cluster 0 pgmap v5981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:20 smithi079 bash[28699]: cluster 2023-12-07T20:34:18.988498+0000 mgr.a (mgr.14403) 8017 : cluster 0 pgmap v5982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:20 smithi194 bash[32038]: cluster 2023-12-07T20:34:18.988498+0000 mgr.a (mgr.14403) 8017 : cluster 0 pgmap v5982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:20 smithi135 bash[32435]: cluster 2023-12-07T20:34:18.988498+0000 mgr.a (mgr.14403) 8017 : cluster 0 pgmap v5982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:20.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:34:20.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:20.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:21.781 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:34:21.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:21.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:21.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:21.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:34:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:22 smithi079 bash[28699]: cluster 2023-12-07T20:34:20.989077+0000 mgr.a (mgr.14403) 8018 : cluster 0 pgmap v5983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:22 smithi194 bash[32038]: cluster 2023-12-07T20:34:20.989077+0000 mgr.a (mgr.14403) 8018 : cluster 0 pgmap v5983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:22 smithi135 bash[32435]: cluster 2023-12-07T20:34:20.989077+0000 mgr.a (mgr.14403) 8018 : cluster 0 pgmap v5983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:23.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:23 smithi079 bash[28699]: audit 2023-12-07T20:34:21.295684+0000 mgr.a (mgr.14403) 8019 : audit 0 from='client.167622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:23 smithi194 bash[32038]: audit 2023-12-07T20:34:21.295684+0000 mgr.a (mgr.14403) 8019 : audit 0 from='client.167622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:23 smithi135 bash[32435]: audit 2023-12-07T20:34:21.295684+0000 mgr.a (mgr.14403) 8019 : audit 0 from='client.167622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:24 smithi079 bash[28699]: cluster 2023-12-07T20:34:22.989702+0000 mgr.a (mgr.14403) 8020 : cluster 0 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-07T20:34:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:24 smithi194 bash[32038]: cluster 2023-12-07T20:34:22.989702+0000 mgr.a (mgr.14403) 8020 : cluster 0 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-07T20:34:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:24 smithi135 bash[32435]: cluster 2023-12-07T20:34:22.989702+0000 mgr.a (mgr.14403) 8020 : cluster 0 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-07T20:34:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:26 smithi079 bash[28699]: cluster 2023-12-07T20:34:24.990628+0000 mgr.a (mgr.14403) 8021 : cluster 0 pgmap v5985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:26 smithi194 bash[32038]: cluster 2023-12-07T20:34:24.990628+0000 mgr.a (mgr.14403) 8021 : cluster 0 pgmap v5985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:26 smithi135 bash[32435]: cluster 2023-12-07T20:34:24.990628+0000 mgr.a (mgr.14403) 8021 : cluster 0 pgmap v5985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:26.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:34:26.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:26.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:27.701 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:34:27.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:27.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:27.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:27.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:34:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:28 smithi079 bash[28699]: cluster 2023-12-07T20:34:26.991181+0000 mgr.a (mgr.14403) 8022 : cluster 0 pgmap v5986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:28 smithi194 bash[32038]: cluster 2023-12-07T20:34:26.991181+0000 mgr.a (mgr.14403) 8022 : cluster 0 pgmap v5986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:28 smithi135 bash[32435]: cluster 2023-12-07T20:34:26.991181+0000 mgr.a (mgr.14403) 8022 : cluster 0 pgmap v5986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:29.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:29 smithi079 bash[28699]: audit 2023-12-07T20:34:27.193916+0000 mgr.a (mgr.14403) 8023 : audit 0 from='client.167700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:29.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:29 smithi194 bash[32038]: audit 2023-12-07T20:34:27.193916+0000 mgr.a (mgr.14403) 8023 : audit 0 from='client.167700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:29.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:29 smithi135 bash[32435]: audit 2023-12-07T20:34:27.193916+0000 mgr.a (mgr.14403) 8023 : audit 0 from='client.167700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:30 smithi079 bash[28699]: cluster 2023-12-07T20:34:28.992068+0000 mgr.a (mgr.14403) 8024 : cluster 0 pgmap v5987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:30 smithi194 bash[32038]: cluster 2023-12-07T20:34:28.992068+0000 mgr.a (mgr.14403) 8024 : cluster 0 pgmap v5987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:30 smithi135 bash[32435]: cluster 2023-12-07T20:34:28.992068+0000 mgr.a (mgr.14403) 8024 : cluster 0 pgmap v5987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:32 smithi079 bash[28699]: cluster 2023-12-07T20:34:30.992638+0000 mgr.a (mgr.14403) 8025 : cluster 0 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-07T20:34:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:32 smithi194 bash[32038]: cluster 2023-12-07T20:34:30.992638+0000 mgr.a (mgr.14403) 8025 : cluster 0 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-07T20:34:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:32 smithi135 bash[32435]: cluster 2023-12-07T20:34:30.992638+0000 mgr.a (mgr.14403) 8025 : cluster 0 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-07T20:34:32.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:34:32.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:32.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:33.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:33 smithi194 bash[32038]: cluster 2023-12-07T20:34:32.993171+0000 mgr.a (mgr.14403) 8026 : cluster 0 pgmap v5989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:33 smithi135 bash[32435]: cluster 2023-12-07T20:34:32.993171+0000 mgr.a (mgr.14403) 8026 : cluster 0 pgmap v5989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:33.615 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:34:33.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:33.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:33.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:33.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:34:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:33 smithi079 bash[28699]: cluster 2023-12-07T20:34:32.993171+0000 mgr.a (mgr.14403) 8026 : cluster 0 pgmap v5989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:34 smithi194 bash[32038]: audit 2023-12-07T20:34:33.112069+0000 mgr.a (mgr.14403) 8027 : audit 0 from='client.167778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:34 smithi135 bash[32435]: audit 2023-12-07T20:34:33.112069+0000 mgr.a (mgr.14403) 8027 : audit 0 from='client.167778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:34 smithi079 bash[28699]: audit 2023-12-07T20:34:33.112069+0000 mgr.a (mgr.14403) 8027 : audit 0 from='client.167778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:35.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:35 smithi194 bash[32038]: cluster 2023-12-07T20:34:34.994168+0000 mgr.a (mgr.14403) 8028 : cluster 0 pgmap v5990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:34:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:35 smithi135 bash[32435]: cluster 2023-12-07T20:34:34.994168+0000 mgr.a (mgr.14403) 8028 : cluster 0 pgmap v5990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:34:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:35 smithi079 bash[28699]: cluster 2023-12-07T20:34:34.994168+0000 mgr.a (mgr.14403) 8028 : cluster 0 pgmap v5990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:34:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:38 smithi079 bash[28699]: cluster 2023-12-07T20:34:36.994755+0000 mgr.a (mgr.14403) 8029 : cluster 0 pgmap v5991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:34:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:38 smithi194 bash[32038]: cluster 2023-12-07T20:34:36.994755+0000 mgr.a (mgr.14403) 8029 : cluster 0 pgmap v5991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:34:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:38 smithi135 bash[32435]: cluster 2023-12-07T20:34:36.994755+0000 mgr.a (mgr.14403) 8029 : cluster 0 pgmap v5991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:34:38.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:34:38.619 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:38.619 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:39.511 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:34:39.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:39.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:39.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:39.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:34:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:40 smithi079 bash[28699]: cluster 2023-12-07T20:34:38.995490+0000 mgr.a (mgr.14403) 8030 : cluster 0 pgmap v5992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:40 smithi079 bash[28699]: audit 2023-12-07T20:34:39.027257+0000 mgr.a (mgr.14403) 8031 : audit 0 from='client.167853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:40 smithi194 bash[32038]: cluster 2023-12-07T20:34:38.995490+0000 mgr.a (mgr.14403) 8030 : cluster 0 pgmap v5992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:40 smithi194 bash[32038]: audit 2023-12-07T20:34:39.027257+0000 mgr.a (mgr.14403) 8031 : audit 0 from='client.167853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:40 smithi135 bash[32435]: cluster 2023-12-07T20:34:38.995490+0000 mgr.a (mgr.14403) 8030 : cluster 0 pgmap v5992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:40 smithi135 bash[32435]: audit 2023-12-07T20:34:39.027257+0000 mgr.a (mgr.14403) 8031 : audit 0 from='client.167853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:42 smithi079 bash[28699]: cluster 2023-12-07T20:34:40.996152+0000 mgr.a (mgr.14403) 8032 : cluster 0 pgmap v5993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:42 smithi194 bash[32038]: cluster 2023-12-07T20:34:40.996152+0000 mgr.a (mgr.14403) 8032 : cluster 0 pgmap v5993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:42 smithi135 bash[32435]: cluster 2023-12-07T20:34:40.996152+0000 mgr.a (mgr.14403) 8032 : cluster 0 pgmap v5993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:43 smithi194 bash[32038]: cluster 2023-12-07T20:34:42.996756+0000 mgr.a (mgr.14403) 8033 : cluster 0 pgmap v5994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:43 smithi135 bash[32435]: cluster 2023-12-07T20:34:42.996756+0000 mgr.a (mgr.14403) 8033 : cluster 0 pgmap v5994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:43 smithi079 bash[28699]: cluster 2023-12-07T20:34:42.996756+0000 mgr.a (mgr.14403) 8033 : cluster 0 pgmap v5994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:34:44.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:34:44.513 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:44.514 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:45.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:45.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:45.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:45.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:34:45.391 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:34:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:46 smithi079 bash[28699]: audit 2023-12-07T20:34:44.920159+0000 mgr.a (mgr.14403) 8034 : audit 0 from='client.167931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:46 smithi079 bash[28699]: cluster 2023-12-07T20:34:44.997463+0000 mgr.a (mgr.14403) 8035 : cluster 0 pgmap v5995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:46 smithi194 bash[32038]: audit 2023-12-07T20:34:44.920159+0000 mgr.a (mgr.14403) 8034 : audit 0 from='client.167931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:46 smithi194 bash[32038]: cluster 2023-12-07T20:34:44.997463+0000 mgr.a (mgr.14403) 8035 : cluster 0 pgmap v5995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:46 smithi135 bash[32435]: audit 2023-12-07T20:34:44.920159+0000 mgr.a (mgr.14403) 8034 : audit 0 from='client.167931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:46 smithi135 bash[32435]: cluster 2023-12-07T20:34:44.997463+0000 mgr.a (mgr.14403) 8035 : cluster 0 pgmap v5995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:48 smithi079 bash[28699]: cluster 2023-12-07T20:34:46.998117+0000 mgr.a (mgr.14403) 8036 : cluster 0 pgmap v5996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:34:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:48 smithi194 bash[32038]: cluster 2023-12-07T20:34:46.998117+0000 mgr.a (mgr.14403) 8036 : cluster 0 pgmap v5996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:34:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:48 smithi135 bash[32435]: cluster 2023-12-07T20:34:46.998117+0000 mgr.a (mgr.14403) 8036 : cluster 0 pgmap v5996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:34:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:50 smithi079 bash[28699]: cluster 2023-12-07T20:34:48.998932+0000 mgr.a (mgr.14403) 8037 : cluster 0 pgmap v5997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:34:50.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:34:50.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:50.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:50 smithi194 bash[32038]: cluster 2023-12-07T20:34:48.998932+0000 mgr.a (mgr.14403) 8037 : cluster 0 pgmap v5997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:34:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:50 smithi135 bash[32435]: cluster 2023-12-07T20:34:48.998932+0000 mgr.a (mgr.14403) 8037 : cluster 0 pgmap v5997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:34:51.308 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:34:51.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:51.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:51.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:51.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:34:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:52 smithi079 bash[28699]: audit 2023-12-07T20:34:50.806150+0000 mgr.a (mgr.14403) 8038 : audit 0 from='client.168006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:52 smithi079 bash[28699]: cluster 2023-12-07T20:34:50.999591+0000 mgr.a (mgr.14403) 8039 : cluster 0 pgmap v5998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:52 smithi194 bash[32038]: audit 2023-12-07T20:34:50.806150+0000 mgr.a (mgr.14403) 8038 : audit 0 from='client.168006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:52 smithi194 bash[32038]: cluster 2023-12-07T20:34:50.999591+0000 mgr.a (mgr.14403) 8039 : cluster 0 pgmap v5998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:52 smithi135 bash[32435]: audit 2023-12-07T20:34:50.806150+0000 mgr.a (mgr.14403) 8038 : audit 0 from='client.168006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:52 smithi135 bash[32435]: cluster 2023-12-07T20:34:50.999591+0000 mgr.a (mgr.14403) 8039 : cluster 0 pgmap v5998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:53 smithi194 bash[32038]: cluster 2023-12-07T20:34:53.000298+0000 mgr.a (mgr.14403) 8040 : cluster 0 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-07T20:34:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:53 smithi135 bash[32435]: cluster 2023-12-07T20:34:53.000298+0000 mgr.a (mgr.14403) 8040 : cluster 0 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-07T20:34:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:53 smithi079 bash[28699]: cluster 2023-12-07T20:34:53.000298+0000 mgr.a (mgr.14403) 8040 : cluster 0 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-07T20:34:56.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:34:56.310 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:34:56.310 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:34:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:56 smithi079 bash[28699]: cluster 2023-12-07T20:34:55.001115+0000 mgr.a (mgr.14403) 8041 : cluster 0 pgmap v6000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:56 smithi194 bash[32038]: cluster 2023-12-07T20:34:55.001115+0000 mgr.a (mgr.14403) 8041 : cluster 0 pgmap v6000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:56 smithi135 bash[32435]: cluster 2023-12-07T20:34:55.001115+0000 mgr.a (mgr.14403) 8041 : cluster 0 pgmap v6000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:34:57.206 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:34:57.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:34:57.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:34:57.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:34:57.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:34:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:58 smithi079 bash[28699]: audit 2023-12-07T20:34:56.717402+0000 mgr.a (mgr.14403) 8042 : audit 0 from='client.168081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:34:58 smithi079 bash[28699]: cluster 2023-12-07T20:34:57.001860+0000 mgr.a (mgr.14403) 8043 : cluster 0 pgmap v6001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:58 smithi194 bash[32038]: audit 2023-12-07T20:34:56.717402+0000 mgr.a (mgr.14403) 8042 : audit 0 from='client.168081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:34:58 smithi194 bash[32038]: cluster 2023-12-07T20:34:57.001860+0000 mgr.a (mgr.14403) 8043 : cluster 0 pgmap v6001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:34:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:58 smithi135 bash[32435]: audit 2023-12-07T20:34:56.717402+0000 mgr.a (mgr.14403) 8042 : audit 0 from='client.168081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:34:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:34:58 smithi135 bash[32435]: cluster 2023-12-07T20:34:57.001860+0000 mgr.a (mgr.14403) 8043 : cluster 0 pgmap v6001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:00 smithi079 bash[28699]: cluster 2023-12-07T20:34:59.002798+0000 mgr.a (mgr.14403) 8044 : cluster 0 pgmap v6002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:00 smithi194 bash[32038]: cluster 2023-12-07T20:34:59.002798+0000 mgr.a (mgr.14403) 8044 : cluster 0 pgmap v6002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:00 smithi135 bash[32435]: cluster 2023-12-07T20:34:59.002798+0000 mgr.a (mgr.14403) 8044 : cluster 0 pgmap v6002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:02.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:35:02.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:02.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:02 smithi079 bash[28699]: cluster 2023-12-07T20:35:01.003365+0000 mgr.a (mgr.14403) 8045 : cluster 0 pgmap v6003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:02 smithi194 bash[32038]: cluster 2023-12-07T20:35:01.003365+0000 mgr.a (mgr.14403) 8045 : cluster 0 pgmap v6003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:02 smithi135 bash[32435]: cluster 2023-12-07T20:35:01.003365+0000 mgr.a (mgr.14403) 8045 : cluster 0 pgmap v6003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:03.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:03.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:03.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:03.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:35:03.118 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:35:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:03 smithi194 bash[32038]: audit 2023-12-07T20:35:02.616292+0000 mgr.a (mgr.14403) 8046 : audit 0 from='client.168159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:03 smithi194 bash[32038]: cluster 2023-12-07T20:35:03.004062+0000 mgr.a (mgr.14403) 8047 : cluster 0 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-07T20:35:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:03 smithi135 bash[32435]: audit 2023-12-07T20:35:02.616292+0000 mgr.a (mgr.14403) 8046 : audit 0 from='client.168159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:03 smithi135 bash[32435]: cluster 2023-12-07T20:35:03.004062+0000 mgr.a (mgr.14403) 8047 : cluster 0 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-07T20:35:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:03 smithi079 bash[28699]: audit 2023-12-07T20:35:02.616292+0000 mgr.a (mgr.14403) 8046 : audit 0 from='client.168159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:03 smithi079 bash[28699]: cluster 2023-12-07T20:35:03.004062+0000 mgr.a (mgr.14403) 8047 : cluster 0 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-07T20:35:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:06 smithi079 bash[28699]: cluster 2023-12-07T20:35:05.004997+0000 mgr.a (mgr.14403) 8048 : cluster 0 pgmap v6005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:06 smithi079 bash[28699]: audit 2023-12-07T20:35:05.558753+0000 mon.a (mon.0) 1568 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:35:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:06 smithi194 bash[32038]: cluster 2023-12-07T20:35:05.004997+0000 mgr.a (mgr.14403) 8048 : cluster 0 pgmap v6005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:06 smithi194 bash[32038]: audit 2023-12-07T20:35:05.558753+0000 mon.a (mon.0) 1568 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:35:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:06 smithi135 bash[32435]: cluster 2023-12-07T20:35:05.004997+0000 mgr.a (mgr.14403) 8048 : cluster 0 pgmap v6005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:06 smithi135 bash[32435]: audit 2023-12-07T20:35:05.558753+0000 mon.a (mon.0) 1568 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:35:07.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:07 smithi079 bash[28699]: audit 2023-12-07T20:35:06.341051+0000 mon.a (mon.0) 1569 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:35:07.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:07 smithi079 bash[28699]: audit 2023-12-07T20:35:06.343197+0000 mon.a (mon.0) 1570 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:35:07.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:07 smithi079 bash[28699]: audit 2023-12-07T20:35:06.353627+0000 mon.a (mon.0) 1571 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:35:07.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:07 smithi194 bash[32038]: audit 2023-12-07T20:35:06.341051+0000 mon.a (mon.0) 1569 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:35:07.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:07 smithi194 bash[32038]: audit 2023-12-07T20:35:06.343197+0000 mon.a (mon.0) 1570 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:35:07.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:07 smithi194 bash[32038]: audit 2023-12-07T20:35:06.353627+0000 mon.a (mon.0) 1571 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:35:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:07 smithi135 bash[32435]: audit 2023-12-07T20:35:06.341051+0000 mon.a (mon.0) 1569 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:35:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:07 smithi135 bash[32435]: audit 2023-12-07T20:35:06.343197+0000 mon.a (mon.0) 1570 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:35:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:07 smithi135 bash[32435]: audit 2023-12-07T20:35:06.353627+0000 mon.a (mon.0) 1571 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:35:08.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:35:08.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:08.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:08 smithi079 bash[28699]: cluster 2023-12-07T20:35:07.005595+0000 mgr.a (mgr.14403) 8049 : cluster 0 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-07T20:35:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:08 smithi194 bash[32038]: cluster 2023-12-07T20:35:07.005595+0000 mgr.a (mgr.14403) 8049 : cluster 0 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-07T20:35:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:08 smithi135 bash[32435]: cluster 2023-12-07T20:35:07.005595+0000 mgr.a (mgr.14403) 8049 : cluster 0 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-07T20:35:09.035 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:35:09.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:09.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:09.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:09.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:35:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:10 smithi079 bash[28699]: audit 2023-12-07T20:35:08.527088+0000 mgr.a (mgr.14403) 8050 : audit 0 from='client.168234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:10 smithi079 bash[28699]: cluster 2023-12-07T20:35:09.006669+0000 mgr.a (mgr.14403) 8051 : cluster 0 pgmap v6007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:10 smithi194 bash[32038]: audit 2023-12-07T20:35:08.527088+0000 mgr.a (mgr.14403) 8050 : audit 0 from='client.168234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:10 smithi194 bash[32038]: cluster 2023-12-07T20:35:09.006669+0000 mgr.a (mgr.14403) 8051 : cluster 0 pgmap v6007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:10 smithi135 bash[32435]: audit 2023-12-07T20:35:08.527088+0000 mgr.a (mgr.14403) 8050 : audit 0 from='client.168234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:10 smithi135 bash[32435]: cluster 2023-12-07T20:35:09.006669+0000 mgr.a (mgr.14403) 8051 : cluster 0 pgmap v6007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:12 smithi079 bash[28699]: cluster 2023-12-07T20:35:11.007377+0000 mgr.a (mgr.14403) 8052 : cluster 0 pgmap v6008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:12 smithi194 bash[32038]: cluster 2023-12-07T20:35:11.007377+0000 mgr.a (mgr.14403) 8052 : cluster 0 pgmap v6008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:12 smithi135 bash[32435]: cluster 2023-12-07T20:35:11.007377+0000 mgr.a (mgr.14403) 8052 : cluster 0 pgmap v6008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:13 smithi194 bash[32038]: cluster 2023-12-07T20:35:13.007912+0000 mgr.a (mgr.14403) 8053 : cluster 0 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-07T20:35:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:13 smithi135 bash[32435]: cluster 2023-12-07T20:35:13.007912+0000 mgr.a (mgr.14403) 8053 : cluster 0 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-07T20:35:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:13 smithi079 bash[28699]: cluster 2023-12-07T20:35:13.007912+0000 mgr.a (mgr.14403) 8053 : cluster 0 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-07T20:35:14.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:35:14.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:14.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:14.948 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:35:14.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:14.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:14.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:14.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:35:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:16 smithi079 bash[28699]: audit 2023-12-07T20:35:14.446302+0000 mgr.a (mgr.14403) 8054 : audit 0 from='client.168309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:16 smithi079 bash[28699]: cluster 2023-12-07T20:35:15.008902+0000 mgr.a (mgr.14403) 8055 : cluster 0 pgmap v6010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:16 smithi194 bash[32038]: audit 2023-12-07T20:35:14.446302+0000 mgr.a (mgr.14403) 8054 : audit 0 from='client.168309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:16 smithi194 bash[32038]: cluster 2023-12-07T20:35:15.008902+0000 mgr.a (mgr.14403) 8055 : cluster 0 pgmap v6010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:16 smithi135 bash[32435]: audit 2023-12-07T20:35:14.446302+0000 mgr.a (mgr.14403) 8054 : audit 0 from='client.168309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:16.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:16 smithi135 bash[32435]: cluster 2023-12-07T20:35:15.008902+0000 mgr.a (mgr.14403) 8055 : cluster 0 pgmap v6010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:18 smithi079 bash[28699]: cluster 2023-12-07T20:35:17.009466+0000 mgr.a (mgr.14403) 8056 : cluster 0 pgmap v6011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:18 smithi194 bash[32038]: cluster 2023-12-07T20:35:17.009466+0000 mgr.a (mgr.14403) 8056 : cluster 0 pgmap v6011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:18 smithi135 bash[32435]: cluster 2023-12-07T20:35:17.009466+0000 mgr.a (mgr.14403) 8056 : cluster 0 pgmap v6011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:19.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:35:19.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:19.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:20 smithi079 bash[28699]: cluster 2023-12-07T20:35:19.010212+0000 mgr.a (mgr.14403) 8057 : cluster 0 pgmap v6012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:20 smithi194 bash[32038]: cluster 2023-12-07T20:35:19.010212+0000 mgr.a (mgr.14403) 8057 : cluster 0 pgmap v6012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:20 smithi135 bash[32435]: cluster 2023-12-07T20:35:19.010212+0000 mgr.a (mgr.14403) 8057 : cluster 0 pgmap v6012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:20.868 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:35:20.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:20.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:20.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:20.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:35:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:22 smithi079 bash[28699]: audit 2023-12-07T20:35:20.365212+0000 mgr.a (mgr.14403) 8058 : audit 0 from='client.168384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:22 smithi079 bash[28699]: cluster 2023-12-07T20:35:21.010942+0000 mgr.a (mgr.14403) 8059 : cluster 0 pgmap v6013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:22 smithi194 bash[32038]: audit 2023-12-07T20:35:20.365212+0000 mgr.a (mgr.14403) 8058 : audit 0 from='client.168384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:22 smithi194 bash[32038]: cluster 2023-12-07T20:35:21.010942+0000 mgr.a (mgr.14403) 8059 : cluster 0 pgmap v6013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:22 smithi135 bash[32435]: audit 2023-12-07T20:35:20.365212+0000 mgr.a (mgr.14403) 8058 : audit 0 from='client.168384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:22 smithi135 bash[32435]: cluster 2023-12-07T20:35:21.010942+0000 mgr.a (mgr.14403) 8059 : cluster 0 pgmap v6013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:23 smithi079 bash[28699]: cluster 2023-12-07T20:35:23.011541+0000 mgr.a (mgr.14403) 8060 : cluster 0 pgmap v6014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:23 smithi194 bash[32038]: cluster 2023-12-07T20:35:23.011541+0000 mgr.a (mgr.14403) 8060 : cluster 0 pgmap v6014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:23 smithi135 bash[32435]: cluster 2023-12-07T20:35:23.011541+0000 mgr.a (mgr.14403) 8060 : cluster 0 pgmap v6014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:25.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:35:25.871 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:25.871 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:26.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:26 smithi079 bash[28699]: cluster 2023-12-07T20:35:25.012306+0000 mgr.a (mgr.14403) 8061 : cluster 0 pgmap v6015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:26 smithi194 bash[32038]: cluster 2023-12-07T20:35:25.012306+0000 mgr.a (mgr.14403) 8061 : cluster 0 pgmap v6015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:26 smithi135 bash[32435]: cluster 2023-12-07T20:35:25.012306+0000 mgr.a (mgr.14403) 8061 : cluster 0 pgmap v6015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:26.772 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:35:26.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:26.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:26.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:26.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:35:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:28 smithi079 bash[28699]: audit 2023-12-07T20:35:26.281726+0000 mgr.a (mgr.14403) 8062 : audit 0 from='client.168462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:28 smithi079 bash[28699]: cluster 2023-12-07T20:35:27.013039+0000 mgr.a (mgr.14403) 8063 : cluster 0 pgmap v6016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:28 smithi194 bash[32038]: audit 2023-12-07T20:35:26.281726+0000 mgr.a (mgr.14403) 8062 : audit 0 from='client.168462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:28 smithi194 bash[32038]: cluster 2023-12-07T20:35:27.013039+0000 mgr.a (mgr.14403) 8063 : cluster 0 pgmap v6016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:28 smithi135 bash[32435]: audit 2023-12-07T20:35:26.281726+0000 mgr.a (mgr.14403) 8062 : audit 0 from='client.168462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:28 smithi135 bash[32435]: cluster 2023-12-07T20:35:27.013039+0000 mgr.a (mgr.14403) 8063 : cluster 0 pgmap v6016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:30 smithi079 bash[28699]: cluster 2023-12-07T20:35:29.013854+0000 mgr.a (mgr.14403) 8064 : cluster 0 pgmap v6017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:30 smithi194 bash[32038]: cluster 2023-12-07T20:35:29.013854+0000 mgr.a (mgr.14403) 8064 : cluster 0 pgmap v6017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:30 smithi135 bash[32435]: cluster 2023-12-07T20:35:29.013854+0000 mgr.a (mgr.14403) 8064 : cluster 0 pgmap v6017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:31.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:35:31.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:31.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:32 smithi079 bash[28699]: cluster 2023-12-07T20:35:31.014525+0000 mgr.a (mgr.14403) 8065 : cluster 0 pgmap v6018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:32 smithi194 bash[32038]: cluster 2023-12-07T20:35:31.014525+0000 mgr.a (mgr.14403) 8065 : cluster 0 pgmap v6018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:32 smithi135 bash[32435]: cluster 2023-12-07T20:35:31.014525+0000 mgr.a (mgr.14403) 8065 : cluster 0 pgmap v6018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:32.699 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:35:32.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:32.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:32.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:32.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:35:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:33 smithi135 bash[32435]: audit 2023-12-07T20:35:32.189796+0000 mgr.a (mgr.14403) 8066 : audit 0 from='client.168540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:33 smithi135 bash[32435]: cluster 2023-12-07T20:35:33.015282+0000 mgr.a (mgr.14403) 8067 : cluster 0 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-07T20:35:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:33 smithi079 bash[28699]: audit 2023-12-07T20:35:32.189796+0000 mgr.a (mgr.14403) 8066 : audit 0 from='client.168540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:33 smithi079 bash[28699]: cluster 2023-12-07T20:35:33.015282+0000 mgr.a (mgr.14403) 8067 : cluster 0 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-07T20:35:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:33 smithi194 bash[32038]: audit 2023-12-07T20:35:32.189796+0000 mgr.a (mgr.14403) 8066 : audit 0 from='client.168540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:33 smithi194 bash[32038]: cluster 2023-12-07T20:35:33.015282+0000 mgr.a (mgr.14403) 8067 : cluster 0 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-07T20:35:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:36 smithi079 bash[28699]: cluster 2023-12-07T20:35:35.016050+0000 mgr.a (mgr.14403) 8068 : cluster 0 pgmap v6020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:36.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:36 smithi194 bash[32038]: cluster 2023-12-07T20:35:35.016050+0000 mgr.a (mgr.14403) 8068 : cluster 0 pgmap v6020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:36 smithi135 bash[32435]: cluster 2023-12-07T20:35:35.016050+0000 mgr.a (mgr.14403) 8068 : cluster 0 pgmap v6020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:35:37.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:35:37.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:37.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:38 smithi079 bash[28699]: cluster 2023-12-07T20:35:37.016647+0000 mgr.a (mgr.14403) 8069 : cluster 0 pgmap v6021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:38 smithi194 bash[32038]: cluster 2023-12-07T20:35:37.016647+0000 mgr.a (mgr.14403) 8069 : cluster 0 pgmap v6021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:38 smithi135 bash[32435]: cluster 2023-12-07T20:35:37.016647+0000 mgr.a (mgr.14403) 8069 : cluster 0 pgmap v6021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:38.618 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:35:38.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:38.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:38.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:38.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:35:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:40 smithi079 bash[28699]: audit 2023-12-07T20:35:38.113166+0000 mgr.a (mgr.14403) 8070 : audit 0 from='client.168618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:40 smithi079 bash[28699]: cluster 2023-12-07T20:35:39.017487+0000 mgr.a (mgr.14403) 8071 : cluster 0 pgmap v6022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:35:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:40 smithi194 bash[32038]: audit 2023-12-07T20:35:38.113166+0000 mgr.a (mgr.14403) 8070 : audit 0 from='client.168618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:40 smithi194 bash[32038]: cluster 2023-12-07T20:35:39.017487+0000 mgr.a (mgr.14403) 8071 : cluster 0 pgmap v6022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:35:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:40 smithi135 bash[32435]: audit 2023-12-07T20:35:38.113166+0000 mgr.a (mgr.14403) 8070 : audit 0 from='client.168618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:40 smithi135 bash[32435]: cluster 2023-12-07T20:35:39.017487+0000 mgr.a (mgr.14403) 8071 : cluster 0 pgmap v6022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:35:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:42 smithi079 bash[28699]: cluster 2023-12-07T20:35:41.018065+0000 mgr.a (mgr.14403) 8072 : cluster 0 pgmap v6023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:35:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:42 smithi194 bash[32038]: cluster 2023-12-07T20:35:41.018065+0000 mgr.a (mgr.14403) 8072 : cluster 0 pgmap v6023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:35:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:42 smithi135 bash[32435]: cluster 2023-12-07T20:35:41.018065+0000 mgr.a (mgr.14403) 8072 : cluster 0 pgmap v6023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:35:43.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:35:43.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:43.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:43 smithi079 bash[28699]: cluster 2023-12-07T20:35:43.018616+0000 mgr.a (mgr.14403) 8073 : cluster 0 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-07T20:35:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:43 smithi194 bash[32038]: cluster 2023-12-07T20:35:43.018616+0000 mgr.a (mgr.14403) 8073 : cluster 0 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-07T20:35:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:43 smithi135 bash[32435]: cluster 2023-12-07T20:35:43.018616+0000 mgr.a (mgr.14403) 8073 : cluster 0 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-07T20:35:44.538 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:35:44.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:44.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:44.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:44.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:35:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:44 smithi079 bash[28699]: audit 2023-12-07T20:35:44.029605+0000 mgr.a (mgr.14403) 8074 : audit 0 from='client.168693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:44.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:44 smithi194 bash[32038]: audit 2023-12-07T20:35:44.029605+0000 mgr.a (mgr.14403) 8074 : audit 0 from='client.168693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:44.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:44 smithi135 bash[32435]: audit 2023-12-07T20:35:44.029605+0000 mgr.a (mgr.14403) 8074 : audit 0 from='client.168693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:45.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:45 smithi079 bash[28699]: cluster 2023-12-07T20:35:45.019737+0000 mgr.a (mgr.14403) 8075 : cluster 0 pgmap v6025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:45 smithi194 bash[32038]: cluster 2023-12-07T20:35:45.019737+0000 mgr.a (mgr.14403) 8075 : cluster 0 pgmap v6025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:45 smithi135 bash[32435]: cluster 2023-12-07T20:35:45.019737+0000 mgr.a (mgr.14403) 8075 : cluster 0 pgmap v6025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:48 smithi079 bash[28699]: cluster 2023-12-07T20:35:47.020370+0000 mgr.a (mgr.14403) 8076 : cluster 0 pgmap v6026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:48 smithi194 bash[32038]: cluster 2023-12-07T20:35:47.020370+0000 mgr.a (mgr.14403) 8076 : cluster 0 pgmap v6026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:48 smithi135 bash[32435]: cluster 2023-12-07T20:35:47.020370+0000 mgr.a (mgr.14403) 8076 : cluster 0 pgmap v6026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:35:49.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:35:49.542 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:49.542 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:50 smithi079 bash[28699]: cluster 2023-12-07T20:35:49.021106+0000 mgr.a (mgr.14403) 8077 : cluster 0 pgmap v6027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:50.411 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:35:50.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:50.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:50.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:50.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:35:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:50 smithi194 bash[32038]: cluster 2023-12-07T20:35:49.021106+0000 mgr.a (mgr.14403) 8077 : cluster 0 pgmap v6027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:50 smithi135 bash[32435]: cluster 2023-12-07T20:35:49.021106+0000 mgr.a (mgr.14403) 8077 : cluster 0 pgmap v6027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:51.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:51 smithi079 bash[28699]: audit 2023-12-07T20:35:49.936855+0000 mgr.a (mgr.14403) 8078 : audit 0 from='client.168768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:51.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:51 smithi194 bash[32038]: audit 2023-12-07T20:35:49.936855+0000 mgr.a (mgr.14403) 8078 : audit 0 from='client.168768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:51.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:51 smithi135 bash[32435]: audit 2023-12-07T20:35:49.936855+0000 mgr.a (mgr.14403) 8078 : audit 0 from='client.168768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:52 smithi079 bash[28699]: cluster 2023-12-07T20:35:51.021720+0000 mgr.a (mgr.14403) 8079 : cluster 0 pgmap v6028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:35:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:52 smithi194 bash[32038]: cluster 2023-12-07T20:35:51.021720+0000 mgr.a (mgr.14403) 8079 : cluster 0 pgmap v6028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:35:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:52 smithi135 bash[32435]: cluster 2023-12-07T20:35:51.021720+0000 mgr.a (mgr.14403) 8079 : cluster 0 pgmap v6028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:35:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:53 smithi079 bash[28699]: cluster 2023-12-07T20:35:53.022403+0000 mgr.a (mgr.14403) 8080 : cluster 0 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-07T20:35:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:53 smithi194 bash[32038]: cluster 2023-12-07T20:35:53.022403+0000 mgr.a (mgr.14403) 8080 : cluster 0 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-07T20:35:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:53 smithi135 bash[32435]: cluster 2023-12-07T20:35:53.022403+0000 mgr.a (mgr.14403) 8080 : cluster 0 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-07T20:35:55.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:35:55.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:35:55.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:35:56.296 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:35:56.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:35:56.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:35:56.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:35:56.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:35:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:56 smithi079 bash[28699]: cluster 2023-12-07T20:35:55.023290+0000 mgr.a (mgr.14403) 8081 : cluster 0 pgmap v6030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:35:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:56 smithi194 bash[32038]: cluster 2023-12-07T20:35:55.023290+0000 mgr.a (mgr.14403) 8081 : cluster 0 pgmap v6030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:35:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:56 smithi135 bash[32435]: cluster 2023-12-07T20:35:55.023290+0000 mgr.a (mgr.14403) 8081 : cluster 0 pgmap v6030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:35:57.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:57 smithi079 bash[28699]: audit 2023-12-07T20:35:55.818069+0000 mgr.a (mgr.14403) 8082 : audit 0 from='client.168846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:57.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:57 smithi194 bash[32038]: audit 2023-12-07T20:35:55.818069+0000 mgr.a (mgr.14403) 8082 : audit 0 from='client.168846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:57.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:57 smithi135 bash[32435]: audit 2023-12-07T20:35:55.818069+0000 mgr.a (mgr.14403) 8082 : audit 0 from='client.168846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:35:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:35:58 smithi079 bash[28699]: cluster 2023-12-07T20:35:57.023986+0000 mgr.a (mgr.14403) 8083 : cluster 0 pgmap v6031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:35:58 smithi194 bash[32038]: cluster 2023-12-07T20:35:57.023986+0000 mgr.a (mgr.14403) 8083 : cluster 0 pgmap v6031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:35:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:35:58 smithi135 bash[32435]: cluster 2023-12-07T20:35:57.023986+0000 mgr.a (mgr.14403) 8083 : cluster 0 pgmap v6031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:00 smithi079 bash[28699]: cluster 2023-12-07T20:35:59.024797+0000 mgr.a (mgr.14403) 8084 : cluster 0 pgmap v6032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:00 smithi194 bash[32038]: cluster 2023-12-07T20:35:59.024797+0000 mgr.a (mgr.14403) 8084 : cluster 0 pgmap v6032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:00 smithi135 bash[32435]: cluster 2023-12-07T20:35:59.024797+0000 mgr.a (mgr.14403) 8084 : cluster 0 pgmap v6032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:01.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:36:01.299 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:01.299 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:02.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:02.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:02.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:02.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:36:02.231 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:36:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:02 smithi079 bash[28699]: cluster 2023-12-07T20:36:01.025365+0000 mgr.a (mgr.14403) 8085 : cluster 0 pgmap v6033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:02 smithi194 bash[32038]: cluster 2023-12-07T20:36:01.025365+0000 mgr.a (mgr.14403) 8085 : cluster 0 pgmap v6033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:02 smithi135 bash[32435]: cluster 2023-12-07T20:36:01.025365+0000 mgr.a (mgr.14403) 8085 : cluster 0 pgmap v6033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:03 smithi079 bash[28699]: audit 2023-12-07T20:36:01.707141+0000 mgr.a (mgr.14403) 8086 : audit 0 from='client.168924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:03 smithi194 bash[32038]: audit 2023-12-07T20:36:01.707141+0000 mgr.a (mgr.14403) 8086 : audit 0 from='client.168924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:03 smithi135 bash[32435]: audit 2023-12-07T20:36:01.707141+0000 mgr.a (mgr.14403) 8086 : audit 0 from='client.168924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:04 smithi079 bash[28699]: cluster 2023-12-07T20:36:03.026152+0000 mgr.a (mgr.14403) 8087 : cluster 0 pgmap v6034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:04 smithi194 bash[32038]: cluster 2023-12-07T20:36:03.026152+0000 mgr.a (mgr.14403) 8087 : cluster 0 pgmap v6034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:04 smithi135 bash[32435]: cluster 2023-12-07T20:36:03.026152+0000 mgr.a (mgr.14403) 8087 : cluster 0 pgmap v6034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:06 smithi079 bash[28699]: cluster 2023-12-07T20:36:05.027165+0000 mgr.a (mgr.14403) 8088 : cluster 0 pgmap v6035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:06 smithi194 bash[32038]: cluster 2023-12-07T20:36:05.027165+0000 mgr.a (mgr.14403) 8088 : cluster 0 pgmap v6035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:06 smithi135 bash[32435]: cluster 2023-12-07T20:36:05.027165+0000 mgr.a (mgr.14403) 8088 : cluster 0 pgmap v6035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:07.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:36:07.234 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:07.234 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:07.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:07 smithi079 bash[28699]: audit 2023-12-07T20:36:06.455278+0000 mon.a (mon.0) 1572 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:36:07.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:07 smithi079 bash[28699]: audit 2023-12-07T20:36:06.984249+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:36:07.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:07 smithi079 bash[28699]: audit 2023-12-07T20:36:06.990392+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:36:07.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:07 smithi194 bash[32038]: audit 2023-12-07T20:36:06.455278+0000 mon.a (mon.0) 1572 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:36:07.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:07 smithi194 bash[32038]: audit 2023-12-07T20:36:06.984249+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:36:07.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:07 smithi194 bash[32038]: audit 2023-12-07T20:36:06.990392+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:36:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:07 smithi135 bash[32435]: audit 2023-12-07T20:36:06.455278+0000 mon.a (mon.0) 1572 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:36:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:07 smithi135 bash[32435]: audit 2023-12-07T20:36:06.984249+0000 mon.a (mon.0) 1573 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:36:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:07 smithi135 bash[32435]: audit 2023-12-07T20:36:06.990392+0000 mon.a (mon.0) 1574 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:36:08.133 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:36:08.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:08.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:08.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:08.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:36:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:08 smithi079 bash[28699]: cluster 2023-12-07T20:36:07.027660+0000 mgr.a (mgr.14403) 8089 : cluster 0 pgmap v6036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:08 smithi079 bash[28699]: audit 2023-12-07T20:36:07.729323+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:36:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:08 smithi079 bash[28699]: audit 2023-12-07T20:36:07.730509+0000 mon.a (mon.0) 1576 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:36:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:08 smithi079 bash[28699]: audit 2023-12-07T20:36:07.738875+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:36:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:08 smithi194 bash[32038]: cluster 2023-12-07T20:36:07.027660+0000 mgr.a (mgr.14403) 8089 : cluster 0 pgmap v6036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:08 smithi194 bash[32038]: audit 2023-12-07T20:36:07.729323+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:36:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:08 smithi194 bash[32038]: audit 2023-12-07T20:36:07.730509+0000 mon.a (mon.0) 1576 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:36:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:08 smithi194 bash[32038]: audit 2023-12-07T20:36:07.738875+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:36:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:08 smithi135 bash[32435]: cluster 2023-12-07T20:36:07.027660+0000 mgr.a (mgr.14403) 8089 : cluster 0 pgmap v6036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:08 smithi135 bash[32435]: audit 2023-12-07T20:36:07.729323+0000 mon.a (mon.0) 1575 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:36:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:08 smithi135 bash[32435]: audit 2023-12-07T20:36:07.730509+0000 mon.a (mon.0) 1576 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:36:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:08 smithi135 bash[32435]: audit 2023-12-07T20:36:07.738875+0000 mon.a (mon.0) 1577 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:36:09.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:09 smithi079 bash[28699]: audit 2023-12-07T20:36:07.632187+0000 mgr.a (mgr.14403) 8090 : audit 0 from='client.169002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:09.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:09 smithi194 bash[32038]: audit 2023-12-07T20:36:07.632187+0000 mgr.a (mgr.14403) 8090 : audit 0 from='client.169002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:09.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:09 smithi135 bash[32435]: audit 2023-12-07T20:36:07.632187+0000 mgr.a (mgr.14403) 8090 : audit 0 from='client.169002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:10 smithi079 bash[28699]: cluster 2023-12-07T20:36:09.028552+0000 mgr.a (mgr.14403) 8091 : cluster 0 pgmap v6037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:10 smithi194 bash[32038]: cluster 2023-12-07T20:36:09.028552+0000 mgr.a (mgr.14403) 8091 : cluster 0 pgmap v6037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:10 smithi135 bash[32435]: cluster 2023-12-07T20:36:09.028552+0000 mgr.a (mgr.14403) 8091 : cluster 0 pgmap v6037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:11.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:11 smithi079 bash[28699]: cluster 2023-12-07T20:36:11.029106+0000 mgr.a (mgr.14403) 8092 : cluster 0 pgmap v6038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:11.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:11 smithi194 bash[32038]: cluster 2023-12-07T20:36:11.029106+0000 mgr.a (mgr.14403) 8092 : cluster 0 pgmap v6038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:11 smithi135 bash[32435]: cluster 2023-12-07T20:36:11.029106+0000 mgr.a (mgr.14403) 8092 : cluster 0 pgmap v6038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:13.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:36:13.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:13.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:13 smithi079 bash[28699]: cluster 2023-12-07T20:36:13.029663+0000 mgr.a (mgr.14403) 8093 : cluster 0 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-07T20:36:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:13 smithi194 bash[32038]: cluster 2023-12-07T20:36:13.029663+0000 mgr.a (mgr.14403) 8093 : cluster 0 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-07T20:36:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:13 smithi135 bash[32435]: cluster 2023-12-07T20:36:13.029663+0000 mgr.a (mgr.14403) 8093 : cluster 0 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-07T20:36:14.057 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:36:14.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:14.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:14.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:14.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:36:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:14 smithi079 bash[28699]: audit 2023-12-07T20:36:13.546454+0000 mgr.a (mgr.14403) 8094 : audit 0 from='client.169071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:14 smithi194 bash[32038]: audit 2023-12-07T20:36:13.546454+0000 mgr.a (mgr.14403) 8094 : audit 0 from='client.169071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:14 smithi135 bash[32435]: audit 2023-12-07T20:36:13.546454+0000 mgr.a (mgr.14403) 8094 : audit 0 from='client.169071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:15 smithi079 bash[28699]: cluster 2023-12-07T20:36:15.030606+0000 mgr.a (mgr.14403) 8095 : cluster 0 pgmap v6040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:15 smithi194 bash[32038]: cluster 2023-12-07T20:36:15.030606+0000 mgr.a (mgr.14403) 8095 : cluster 0 pgmap v6040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:15 smithi135 bash[32435]: cluster 2023-12-07T20:36:15.030606+0000 mgr.a (mgr.14403) 8095 : cluster 0 pgmap v6040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:18 smithi079 bash[28699]: cluster 2023-12-07T20:36:17.031055+0000 mgr.a (mgr.14403) 8096 : cluster 0 pgmap v6041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:18 smithi194 bash[32038]: cluster 2023-12-07T20:36:17.031055+0000 mgr.a (mgr.14403) 8096 : cluster 0 pgmap v6041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:18 smithi135 bash[32435]: cluster 2023-12-07T20:36:17.031055+0000 mgr.a (mgr.14403) 8096 : cluster 0 pgmap v6041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:19.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:36:19.061 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:19.061 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:19.954 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:36:19.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:19.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:19.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:19.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:36:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:20 smithi079 bash[28699]: cluster 2023-12-07T20:36:19.031707+0000 mgr.a (mgr.14403) 8097 : cluster 0 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-07T20:36:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:20 smithi194 bash[32038]: cluster 2023-12-07T20:36:19.031707+0000 mgr.a (mgr.14403) 8097 : cluster 0 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-07T20:36:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:20 smithi135 bash[32435]: cluster 2023-12-07T20:36:19.031707+0000 mgr.a (mgr.14403) 8097 : cluster 0 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-07T20:36:21.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:21 smithi079 bash[28699]: audit 2023-12-07T20:36:19.469695+0000 mgr.a (mgr.14403) 8098 : audit 0 from='client.169149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:21.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:21 smithi194 bash[32038]: audit 2023-12-07T20:36:19.469695+0000 mgr.a (mgr.14403) 8098 : audit 0 from='client.169149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:21.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:21 smithi135 bash[32435]: audit 2023-12-07T20:36:19.469695+0000 mgr.a (mgr.14403) 8098 : audit 0 from='client.169149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:22 smithi079 bash[28699]: cluster 2023-12-07T20:36:21.032417+0000 mgr.a (mgr.14403) 8099 : cluster 0 pgmap v6043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:22 smithi194 bash[32038]: cluster 2023-12-07T20:36:21.032417+0000 mgr.a (mgr.14403) 8099 : cluster 0 pgmap v6043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:22 smithi135 bash[32435]: cluster 2023-12-07T20:36:21.032417+0000 mgr.a (mgr.14403) 8099 : cluster 0 pgmap v6043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:23 smithi079 bash[28699]: cluster 2023-12-07T20:36:23.033150+0000 mgr.a (mgr.14403) 8100 : cluster 0 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-07T20:36:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:23 smithi194 bash[32038]: cluster 2023-12-07T20:36:23.033150+0000 mgr.a (mgr.14403) 8100 : cluster 0 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-07T20:36:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:23 smithi135 bash[32435]: cluster 2023-12-07T20:36:23.033150+0000 mgr.a (mgr.14403) 8100 : cluster 0 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-07T20:36:24.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:36:24.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:24.958 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:25.884 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:36:25.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:25.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:25.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:25.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:36:26.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:26 smithi079 bash[28699]: cluster 2023-12-07T20:36:25.033989+0000 mgr.a (mgr.14403) 8101 : cluster 0 pgmap v6045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:26 smithi194 bash[32038]: cluster 2023-12-07T20:36:25.033989+0000 mgr.a (mgr.14403) 8101 : cluster 0 pgmap v6045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:26 smithi135 bash[32435]: cluster 2023-12-07T20:36:25.033989+0000 mgr.a (mgr.14403) 8101 : cluster 0 pgmap v6045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:27 smithi079 bash[28699]: audit 2023-12-07T20:36:25.368410+0000 mgr.a (mgr.14403) 8102 : audit 0 from='client.169221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:27.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:27 smithi194 bash[32038]: audit 2023-12-07T20:36:25.368410+0000 mgr.a (mgr.14403) 8102 : audit 0 from='client.169221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:27.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:27 smithi135 bash[32435]: audit 2023-12-07T20:36:25.368410+0000 mgr.a (mgr.14403) 8102 : audit 0 from='client.169221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:28 smithi079 bash[28699]: cluster 2023-12-07T20:36:27.034802+0000 mgr.a (mgr.14403) 8103 : cluster 0 pgmap v6046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:28 smithi194 bash[32038]: cluster 2023-12-07T20:36:27.034802+0000 mgr.a (mgr.14403) 8103 : cluster 0 pgmap v6046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:28 smithi135 bash[32435]: cluster 2023-12-07T20:36:27.034802+0000 mgr.a (mgr.14403) 8103 : cluster 0 pgmap v6046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:30 smithi079 bash[28699]: cluster 2023-12-07T20:36:29.035679+0000 mgr.a (mgr.14403) 8104 : cluster 0 pgmap v6047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:30 smithi194 bash[32038]: cluster 2023-12-07T20:36:29.035679+0000 mgr.a (mgr.14403) 8104 : cluster 0 pgmap v6047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:30 smithi135 bash[32435]: cluster 2023-12-07T20:36:29.035679+0000 mgr.a (mgr.14403) 8104 : cluster 0 pgmap v6047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:30.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:36:30.887 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:30.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:31.792 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:36:31.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:31.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:31.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:31.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:36:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:32 smithi079 bash[28699]: cluster 2023-12-07T20:36:31.036194+0000 mgr.a (mgr.14403) 8105 : cluster 0 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-07T20:36:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:32 smithi194 bash[32038]: cluster 2023-12-07T20:36:31.036194+0000 mgr.a (mgr.14403) 8105 : cluster 0 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-07T20:36:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:32 smithi135 bash[32435]: cluster 2023-12-07T20:36:31.036194+0000 mgr.a (mgr.14403) 8105 : cluster 0 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-07T20:36:33.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:33 smithi079 bash[28699]: audit 2023-12-07T20:36:31.299341+0000 mgr.a (mgr.14403) 8106 : audit 0 from='client.136453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:33.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:33 smithi194 bash[32038]: audit 2023-12-07T20:36:31.299341+0000 mgr.a (mgr.14403) 8106 : audit 0 from='client.136453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:33 smithi135 bash[32435]: audit 2023-12-07T20:36:31.299341+0000 mgr.a (mgr.14403) 8106 : audit 0 from='client.136453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:34 smithi079 bash[28699]: cluster 2023-12-07T20:36:33.036933+0000 mgr.a (mgr.14403) 8107 : cluster 0 pgmap v6049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:34 smithi194 bash[32038]: cluster 2023-12-07T20:36:33.036933+0000 mgr.a (mgr.14403) 8107 : cluster 0 pgmap v6049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:34 smithi135 bash[32435]: cluster 2023-12-07T20:36:33.036933+0000 mgr.a (mgr.14403) 8107 : cluster 0 pgmap v6049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:36.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:36 smithi079 bash[28699]: cluster 2023-12-07T20:36:35.037769+0000 mgr.a (mgr.14403) 8108 : cluster 0 pgmap v6050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:36 smithi194 bash[32038]: cluster 2023-12-07T20:36:35.037769+0000 mgr.a (mgr.14403) 8108 : cluster 0 pgmap v6050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:36 smithi135 bash[32435]: cluster 2023-12-07T20:36:35.037769+0000 mgr.a (mgr.14403) 8108 : cluster 0 pgmap v6050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:36.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:36:36.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:36.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:37.689 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:36:37.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:37.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:37.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:37.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:36:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:38 smithi079 bash[28699]: cluster 2023-12-07T20:36:37.038158+0000 mgr.a (mgr.14403) 8109 : cluster 0 pgmap v6051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:38 smithi194 bash[32038]: cluster 2023-12-07T20:36:37.038158+0000 mgr.a (mgr.14403) 8109 : cluster 0 pgmap v6051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:38 smithi135 bash[32435]: cluster 2023-12-07T20:36:37.038158+0000 mgr.a (mgr.14403) 8109 : cluster 0 pgmap v6051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:39.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:39 smithi079 bash[28699]: audit 2023-12-07T20:36:37.195883+0000 mgr.a (mgr.14403) 8110 : audit 0 from='client.169377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:39.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:39 smithi194 bash[32038]: audit 2023-12-07T20:36:37.195883+0000 mgr.a (mgr.14403) 8110 : audit 0 from='client.169377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:39.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:39 smithi135 bash[32435]: audit 2023-12-07T20:36:37.195883+0000 mgr.a (mgr.14403) 8110 : audit 0 from='client.169377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:40 smithi079 bash[28699]: cluster 2023-12-07T20:36:39.039053+0000 mgr.a (mgr.14403) 8111 : cluster 0 pgmap v6052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:40 smithi194 bash[32038]: cluster 2023-12-07T20:36:39.039053+0000 mgr.a (mgr.14403) 8111 : cluster 0 pgmap v6052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:40 smithi135 bash[32435]: cluster 2023-12-07T20:36:39.039053+0000 mgr.a (mgr.14403) 8111 : cluster 0 pgmap v6052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:36:41.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:41 smithi079 bash[28699]: cluster 2023-12-07T20:36:41.039559+0000 mgr.a (mgr.14403) 8112 : cluster 0 pgmap v6053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:41.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:41 smithi194 bash[32038]: cluster 2023-12-07T20:36:41.039559+0000 mgr.a (mgr.14403) 8112 : cluster 0 pgmap v6053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:41.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:41 smithi135 bash[32435]: cluster 2023-12-07T20:36:41.039559+0000 mgr.a (mgr.14403) 8112 : cluster 0 pgmap v6053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:42.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:36:42.692 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:42.693 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:43.598 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:36:43.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:43.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:43.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:43.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:36:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:43 smithi079 bash[28699]: cluster 2023-12-07T20:36:43.040223+0000 mgr.a (mgr.14403) 8113 : cluster 0 pgmap v6054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:43 smithi079 bash[28699]: audit 2023-12-07T20:36:43.095153+0000 mgr.a (mgr.14403) 8114 : audit 0 from='client.169452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:43 smithi194 bash[32038]: cluster 2023-12-07T20:36:43.040223+0000 mgr.a (mgr.14403) 8113 : cluster 0 pgmap v6054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:43 smithi194 bash[32038]: audit 2023-12-07T20:36:43.095153+0000 mgr.a (mgr.14403) 8114 : audit 0 from='client.169452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:43 smithi135 bash[32435]: cluster 2023-12-07T20:36:43.040223+0000 mgr.a (mgr.14403) 8113 : cluster 0 pgmap v6054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:43 smithi135 bash[32435]: audit 2023-12-07T20:36:43.095153+0000 mgr.a (mgr.14403) 8114 : audit 0 from='client.169452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:46.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:46 smithi079 bash[28699]: cluster 2023-12-07T20:36:45.041186+0000 mgr.a (mgr.14403) 8115 : cluster 0 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-07T20:36:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:46 smithi194 bash[32038]: cluster 2023-12-07T20:36:45.041186+0000 mgr.a (mgr.14403) 8115 : cluster 0 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-07T20:36:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:46 smithi135 bash[32435]: cluster 2023-12-07T20:36:45.041186+0000 mgr.a (mgr.14403) 8115 : cluster 0 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-07T20:36:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:48 smithi079 bash[28699]: cluster 2023-12-07T20:36:47.041694+0000 mgr.a (mgr.14403) 8116 : cluster 0 pgmap v6056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:36:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:48 smithi194 bash[32038]: cluster 2023-12-07T20:36:47.041694+0000 mgr.a (mgr.14403) 8116 : cluster 0 pgmap v6056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:36:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:48 smithi135 bash[32435]: cluster 2023-12-07T20:36:47.041694+0000 mgr.a (mgr.14403) 8116 : cluster 0 pgmap v6056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:36:48.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:36:48.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:48.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:49.505 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:36:49.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:49.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:49.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:49.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:36:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:50 smithi079 bash[28699]: audit 2023-12-07T20:36:49.006540+0000 mgr.a (mgr.14403) 8117 : audit 0 from='client.169527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:50 smithi079 bash[28699]: cluster 2023-12-07T20:36:49.042862+0000 mgr.a (mgr.14403) 8118 : cluster 0 pgmap v6057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:50 smithi194 bash[32038]: audit 2023-12-07T20:36:49.006540+0000 mgr.a (mgr.14403) 8117 : audit 0 from='client.169527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:50 smithi194 bash[32038]: cluster 2023-12-07T20:36:49.042862+0000 mgr.a (mgr.14403) 8118 : cluster 0 pgmap v6057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:50 smithi135 bash[32435]: audit 2023-12-07T20:36:49.006540+0000 mgr.a (mgr.14403) 8117 : audit 0 from='client.169527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:50 smithi135 bash[32435]: cluster 2023-12-07T20:36:49.042862+0000 mgr.a (mgr.14403) 8118 : cluster 0 pgmap v6057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:52 smithi079 bash[28699]: cluster 2023-12-07T20:36:51.043577+0000 mgr.a (mgr.14403) 8119 : cluster 0 pgmap v6058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:52 smithi194 bash[32038]: cluster 2023-12-07T20:36:51.043577+0000 mgr.a (mgr.14403) 8119 : cluster 0 pgmap v6058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:52 smithi135 bash[32435]: cluster 2023-12-07T20:36:51.043577+0000 mgr.a (mgr.14403) 8119 : cluster 0 pgmap v6058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:53 smithi079 bash[28699]: cluster 2023-12-07T20:36:53.044106+0000 mgr.a (mgr.14403) 8120 : cluster 0 pgmap v6059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:53 smithi194 bash[32038]: cluster 2023-12-07T20:36:53.044106+0000 mgr.a (mgr.14403) 8120 : cluster 0 pgmap v6059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:53 smithi135 bash[32435]: cluster 2023-12-07T20:36:53.044106+0000 mgr.a (mgr.14403) 8120 : cluster 0 pgmap v6059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:36:54.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:36:54.509 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:36:54.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:36:55.387 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:36:55.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:36:55.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:36:55.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:36:55.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:36:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:56 smithi079 bash[28699]: audit 2023-12-07T20:36:54.906878+0000 mgr.a (mgr.14403) 8121 : audit 0 from='client.169602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:56 smithi079 bash[28699]: cluster 2023-12-07T20:36:55.046853+0000 mgr.a (mgr.14403) 8122 : cluster 0 pgmap v6060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:56 smithi194 bash[32038]: audit 2023-12-07T20:36:54.906878+0000 mgr.a (mgr.14403) 8121 : audit 0 from='client.169602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:56 smithi194 bash[32038]: cluster 2023-12-07T20:36:55.046853+0000 mgr.a (mgr.14403) 8122 : cluster 0 pgmap v6060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:56 smithi135 bash[32435]: audit 2023-12-07T20:36:54.906878+0000 mgr.a (mgr.14403) 8121 : audit 0 from='client.169602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:36:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:56 smithi135 bash[32435]: cluster 2023-12-07T20:36:55.046853+0000 mgr.a (mgr.14403) 8122 : cluster 0 pgmap v6060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:36:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:36:58 smithi079 bash[28699]: cluster 2023-12-07T20:36:57.047700+0000 mgr.a (mgr.14403) 8123 : cluster 0 pgmap v6061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:36:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:36:58 smithi194 bash[32038]: cluster 2023-12-07T20:36:57.047700+0000 mgr.a (mgr.14403) 8123 : cluster 0 pgmap v6061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:36:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:36:58 smithi135 bash[32435]: cluster 2023-12-07T20:36:57.047700+0000 mgr.a (mgr.14403) 8123 : cluster 0 pgmap v6061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:37:00.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:37:00.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:00.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:00 smithi079 bash[28699]: cluster 2023-12-07T20:36:59.048486+0000 mgr.a (mgr.14403) 8124 : cluster 0 pgmap v6062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:37:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:00 smithi194 bash[32038]: cluster 2023-12-07T20:36:59.048486+0000 mgr.a (mgr.14403) 8124 : cluster 0 pgmap v6062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:37:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:00 smithi135 bash[32435]: cluster 2023-12-07T20:36:59.048486+0000 mgr.a (mgr.14403) 8124 : cluster 0 pgmap v6062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:37:01.332 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:37:01.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:01.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:01.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:01.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:37:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:02 smithi079 bash[28699]: audit 2023-12-07T20:37:00.797441+0000 mgr.a (mgr.14403) 8125 : audit 0 from='client.169680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:02 smithi079 bash[28699]: cluster 2023-12-07T20:37:01.048953+0000 mgr.a (mgr.14403) 8126 : cluster 0 pgmap v6063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:02 smithi194 bash[32038]: audit 2023-12-07T20:37:00.797441+0000 mgr.a (mgr.14403) 8125 : audit 0 from='client.169680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:02 smithi194 bash[32038]: cluster 2023-12-07T20:37:01.048953+0000 mgr.a (mgr.14403) 8126 : cluster 0 pgmap v6063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:02 smithi135 bash[32435]: audit 2023-12-07T20:37:00.797441+0000 mgr.a (mgr.14403) 8125 : audit 0 from='client.169680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:02 smithi135 bash[32435]: cluster 2023-12-07T20:37:01.048953+0000 mgr.a (mgr.14403) 8126 : cluster 0 pgmap v6063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:03 smithi079 bash[28699]: cluster 2023-12-07T20:37:03.049604+0000 mgr.a (mgr.14403) 8127 : cluster 0 pgmap v6064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:03 smithi194 bash[32038]: cluster 2023-12-07T20:37:03.049604+0000 mgr.a (mgr.14403) 8127 : cluster 0 pgmap v6064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:03 smithi135 bash[32435]: cluster 2023-12-07T20:37:03.049604+0000 mgr.a (mgr.14403) 8127 : cluster 0 pgmap v6064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:06.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:37:06.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:06.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:06 smithi079 bash[28699]: cluster 2023-12-07T20:37:05.050408+0000 mgr.a (mgr.14403) 8128 : cluster 0 pgmap v6065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:06 smithi194 bash[32038]: cluster 2023-12-07T20:37:05.050408+0000 mgr.a (mgr.14403) 8128 : cluster 0 pgmap v6065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:06 smithi135 bash[32435]: cluster 2023-12-07T20:37:05.050408+0000 mgr.a (mgr.14403) 8128 : cluster 0 pgmap v6065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:07.240 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:37:07.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:07.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:07.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:07.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:37:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:08 smithi079 bash[28699]: audit 2023-12-07T20:37:06.739545+0000 mgr.a (mgr.14403) 8129 : audit 0 from='client.169755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:08 smithi079 bash[28699]: cluster 2023-12-07T20:37:07.050795+0000 mgr.a (mgr.14403) 8130 : cluster 0 pgmap v6066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:08 smithi079 bash[28699]: audit 2023-12-07T20:37:07.849154+0000 mon.a (mon.0) 1578 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:37:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:08 smithi194 bash[32038]: audit 2023-12-07T20:37:06.739545+0000 mgr.a (mgr.14403) 8129 : audit 0 from='client.169755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:08 smithi194 bash[32038]: cluster 2023-12-07T20:37:07.050795+0000 mgr.a (mgr.14403) 8130 : cluster 0 pgmap v6066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:08 smithi194 bash[32038]: audit 2023-12-07T20:37:07.849154+0000 mon.a (mon.0) 1578 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:37:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:08 smithi135 bash[32435]: audit 2023-12-07T20:37:06.739545+0000 mgr.a (mgr.14403) 8129 : audit 0 from='client.169755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:08 smithi135 bash[32435]: cluster 2023-12-07T20:37:07.050795+0000 mgr.a (mgr.14403) 8130 : cluster 0 pgmap v6066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:08 smithi135 bash[32435]: audit 2023-12-07T20:37:07.849154+0000 mon.a (mon.0) 1578 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:37:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:09 smithi079 bash[28699]: audit 2023-12-07T20:37:08.377811+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:37:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:09 smithi079 bash[28699]: audit 2023-12-07T20:37:08.384449+0000 mon.a (mon.0) 1580 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:37:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:09 smithi079 bash[28699]: cluster 2023-12-07T20:37:09.051645+0000 mgr.a (mgr.14403) 8131 : cluster 0 pgmap v6067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:09 smithi079 bash[28699]: audit 2023-12-07T20:37:09.130644+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:37:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:09 smithi079 bash[28699]: audit 2023-12-07T20:37:09.132541+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:37:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:09 smithi079 bash[28699]: audit 2023-12-07T20:37:09.141794+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:37:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:09 smithi194 bash[32038]: audit 2023-12-07T20:37:08.377811+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:37:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:09 smithi194 bash[32038]: audit 2023-12-07T20:37:08.384449+0000 mon.a (mon.0) 1580 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:37:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:09 smithi194 bash[32038]: cluster 2023-12-07T20:37:09.051645+0000 mgr.a (mgr.14403) 8131 : cluster 0 pgmap v6067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:09 smithi194 bash[32038]: audit 2023-12-07T20:37:09.130644+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:37:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:09 smithi194 bash[32038]: audit 2023-12-07T20:37:09.132541+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:37:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:09 smithi194 bash[32038]: audit 2023-12-07T20:37:09.141794+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:37:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:09 smithi135 bash[32435]: audit 2023-12-07T20:37:08.377811+0000 mon.a (mon.0) 1579 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:37:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:09 smithi135 bash[32435]: audit 2023-12-07T20:37:08.384449+0000 mon.a (mon.0) 1580 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:37:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:09 smithi135 bash[32435]: cluster 2023-12-07T20:37:09.051645+0000 mgr.a (mgr.14403) 8131 : cluster 0 pgmap v6067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:09 smithi135 bash[32435]: audit 2023-12-07T20:37:09.130644+0000 mon.a (mon.0) 1581 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:37:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:09 smithi135 bash[32435]: audit 2023-12-07T20:37:09.132541+0000 mon.a (mon.0) 1582 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:37:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:09 smithi135 bash[32435]: audit 2023-12-07T20:37:09.141794+0000 mon.a (mon.0) 1583 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:37:12.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:37:12.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:12.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:12 smithi079 bash[28699]: cluster 2023-12-07T20:37:11.052217+0000 mgr.a (mgr.14403) 8132 : cluster 0 pgmap v6068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:12 smithi194 bash[32038]: cluster 2023-12-07T20:37:11.052217+0000 mgr.a (mgr.14403) 8132 : cluster 0 pgmap v6068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:12 smithi135 bash[32435]: cluster 2023-12-07T20:37:11.052217+0000 mgr.a (mgr.14403) 8132 : cluster 0 pgmap v6068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:13.120 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:37:13.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:13.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:13.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:13.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:37:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:13 smithi079 bash[28699]: audit 2023-12-07T20:37:12.635476+0000 mgr.a (mgr.14403) 8133 : audit 0 from='client.169830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:13 smithi079 bash[28699]: cluster 2023-12-07T20:37:13.052782+0000 mgr.a (mgr.14403) 8134 : cluster 0 pgmap v6069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:13 smithi194 bash[32038]: audit 2023-12-07T20:37:12.635476+0000 mgr.a (mgr.14403) 8133 : audit 0 from='client.169830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:13 smithi194 bash[32038]: cluster 2023-12-07T20:37:13.052782+0000 mgr.a (mgr.14403) 8134 : cluster 0 pgmap v6069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:13 smithi135 bash[32435]: audit 2023-12-07T20:37:12.635476+0000 mgr.a (mgr.14403) 8133 : audit 0 from='client.169830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:13 smithi135 bash[32435]: cluster 2023-12-07T20:37:13.052782+0000 mgr.a (mgr.14403) 8134 : cluster 0 pgmap v6069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:16.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:16 smithi079 bash[28699]: cluster 2023-12-07T20:37:15.053616+0000 mgr.a (mgr.14403) 8135 : cluster 0 pgmap v6070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:16 smithi194 bash[32038]: cluster 2023-12-07T20:37:15.053616+0000 mgr.a (mgr.14403) 8135 : cluster 0 pgmap v6070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:16 smithi135 bash[32435]: cluster 2023-12-07T20:37:15.053616+0000 mgr.a (mgr.14403) 8135 : cluster 0 pgmap v6070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:18.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:37:18.124 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:18.124 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:18 smithi079 bash[28699]: cluster 2023-12-07T20:37:17.054166+0000 mgr.a (mgr.14403) 8136 : cluster 0 pgmap v6071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:18 smithi194 bash[32038]: cluster 2023-12-07T20:37:17.054166+0000 mgr.a (mgr.14403) 8136 : cluster 0 pgmap v6071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:18 smithi135 bash[32435]: cluster 2023-12-07T20:37:17.054166+0000 mgr.a (mgr.14403) 8136 : cluster 0 pgmap v6071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:19.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:19.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:19.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:19.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:37:19.045 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:37:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:20 smithi079 bash[28699]: audit 2023-12-07T20:37:18.530955+0000 mgr.a (mgr.14403) 8137 : audit 0 from='client.169908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:20 smithi079 bash[28699]: cluster 2023-12-07T20:37:19.055272+0000 mgr.a (mgr.14403) 8138 : cluster 0 pgmap v6072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:20 smithi194 bash[32038]: audit 2023-12-07T20:37:18.530955+0000 mgr.a (mgr.14403) 8137 : audit 0 from='client.169908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:20 smithi194 bash[32038]: cluster 2023-12-07T20:37:19.055272+0000 mgr.a (mgr.14403) 8138 : cluster 0 pgmap v6072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:20 smithi135 bash[32435]: audit 2023-12-07T20:37:18.530955+0000 mgr.a (mgr.14403) 8137 : audit 0 from='client.169908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:20 smithi135 bash[32435]: cluster 2023-12-07T20:37:19.055272+0000 mgr.a (mgr.14403) 8138 : cluster 0 pgmap v6072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:22 smithi079 bash[28699]: cluster 2023-12-07T20:37:21.055811+0000 mgr.a (mgr.14403) 8139 : cluster 0 pgmap v6073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:22 smithi194 bash[32038]: cluster 2023-12-07T20:37:21.055811+0000 mgr.a (mgr.14403) 8139 : cluster 0 pgmap v6073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:22 smithi135 bash[32435]: cluster 2023-12-07T20:37:21.055811+0000 mgr.a (mgr.14403) 8139 : cluster 0 pgmap v6073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:23 smithi079 bash[28699]: cluster 2023-12-07T20:37:23.056405+0000 mgr.a (mgr.14403) 8140 : cluster 0 pgmap v6074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:23 smithi194 bash[32038]: cluster 2023-12-07T20:37:23.056405+0000 mgr.a (mgr.14403) 8140 : cluster 0 pgmap v6074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:23 smithi135 bash[32435]: cluster 2023-12-07T20:37:23.056405+0000 mgr.a (mgr.14403) 8140 : cluster 0 pgmap v6074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:24.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:37:24.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:24.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:24.938 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:37:24.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:24.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:24.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:24.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:37:26.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:26 smithi079 bash[28699]: audit 2023-12-07T20:37:24.456143+0000 mgr.a (mgr.14403) 8141 : audit 0 from='client.169986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:26 smithi079 bash[28699]: cluster 2023-12-07T20:37:25.057656+0000 mgr.a (mgr.14403) 8142 : cluster 0 pgmap v6075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:26 smithi194 bash[32038]: audit 2023-12-07T20:37:24.456143+0000 mgr.a (mgr.14403) 8141 : audit 0 from='client.169986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:26 smithi194 bash[32038]: cluster 2023-12-07T20:37:25.057656+0000 mgr.a (mgr.14403) 8142 : cluster 0 pgmap v6075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:26 smithi135 bash[32435]: audit 2023-12-07T20:37:24.456143+0000 mgr.a (mgr.14403) 8141 : audit 0 from='client.169986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:26 smithi135 bash[32435]: cluster 2023-12-07T20:37:25.057656+0000 mgr.a (mgr.14403) 8142 : cluster 0 pgmap v6075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:28 smithi079 bash[28699]: cluster 2023-12-07T20:37:27.058417+0000 mgr.a (mgr.14403) 8143 : cluster 0 pgmap v6076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:28 smithi194 bash[32038]: cluster 2023-12-07T20:37:27.058417+0000 mgr.a (mgr.14403) 8143 : cluster 0 pgmap v6076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:28 smithi135 bash[32435]: cluster 2023-12-07T20:37:27.058417+0000 mgr.a (mgr.14403) 8143 : cluster 0 pgmap v6076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:29.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:37:29.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:29.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:30 smithi079 bash[28699]: cluster 2023-12-07T20:37:29.059219+0000 mgr.a (mgr.14403) 8144 : cluster 0 pgmap v6077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:30 smithi194 bash[32038]: cluster 2023-12-07T20:37:29.059219+0000 mgr.a (mgr.14403) 8144 : cluster 0 pgmap v6077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:30 smithi135 bash[32435]: cluster 2023-12-07T20:37:29.059219+0000 mgr.a (mgr.14403) 8144 : cluster 0 pgmap v6077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:30.853 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:37:30.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:30.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:30.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:30.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:37:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:32 smithi079 bash[28699]: audit 2023-12-07T20:37:30.346428+0000 mgr.a (mgr.14403) 8145 : audit 0 from='client.170064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:32 smithi079 bash[28699]: cluster 2023-12-07T20:37:31.059891+0000 mgr.a (mgr.14403) 8146 : cluster 0 pgmap v6078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:32 smithi194 bash[32038]: audit 2023-12-07T20:37:30.346428+0000 mgr.a (mgr.14403) 8145 : audit 0 from='client.170064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:32 smithi194 bash[32038]: cluster 2023-12-07T20:37:31.059891+0000 mgr.a (mgr.14403) 8146 : cluster 0 pgmap v6078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:32 smithi135 bash[32435]: audit 2023-12-07T20:37:30.346428+0000 mgr.a (mgr.14403) 8145 : audit 0 from='client.170064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:32 smithi135 bash[32435]: cluster 2023-12-07T20:37:31.059891+0000 mgr.a (mgr.14403) 8146 : cluster 0 pgmap v6078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:33 smithi079 bash[28699]: cluster 2023-12-07T20:37:33.060591+0000 mgr.a (mgr.14403) 8147 : cluster 0 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-07T20:37:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:33 smithi194 bash[32038]: cluster 2023-12-07T20:37:33.060591+0000 mgr.a (mgr.14403) 8147 : cluster 0 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-07T20:37:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:33 smithi135 bash[32435]: cluster 2023-12-07T20:37:33.060591+0000 mgr.a (mgr.14403) 8147 : cluster 0 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-07T20:37:35.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:37:35.857 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:35.857 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:36.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:36 smithi079 bash[28699]: cluster 2023-12-07T20:37:35.061426+0000 mgr.a (mgr.14403) 8148 : cluster 0 pgmap v6080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:36 smithi194 bash[32038]: cluster 2023-12-07T20:37:35.061426+0000 mgr.a (mgr.14403) 8148 : cluster 0 pgmap v6080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:36 smithi135 bash[32435]: cluster 2023-12-07T20:37:35.061426+0000 mgr.a (mgr.14403) 8148 : cluster 0 pgmap v6080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:36.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:36.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:36.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:36.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:37:36.806 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:37:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:38 smithi079 bash[28699]: audit 2023-12-07T20:37:36.262848+0000 mgr.a (mgr.14403) 8149 : audit 0 from='client.170136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:38 smithi079 bash[28699]: cluster 2023-12-07T20:37:37.062142+0000 mgr.a (mgr.14403) 8150 : cluster 0 pgmap v6081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:38 smithi194 bash[32038]: audit 2023-12-07T20:37:36.262848+0000 mgr.a (mgr.14403) 8149 : audit 0 from='client.170136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:38 smithi194 bash[32038]: cluster 2023-12-07T20:37:37.062142+0000 mgr.a (mgr.14403) 8150 : cluster 0 pgmap v6081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:38 smithi135 bash[32435]: audit 2023-12-07T20:37:36.262848+0000 mgr.a (mgr.14403) 8149 : audit 0 from='client.170136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:38 smithi135 bash[32435]: cluster 2023-12-07T20:37:37.062142+0000 mgr.a (mgr.14403) 8150 : cluster 0 pgmap v6081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:40 smithi079 bash[28699]: cluster 2023-12-07T20:37:39.063126+0000 mgr.a (mgr.14403) 8151 : cluster 0 pgmap v6082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:40 smithi194 bash[32038]: cluster 2023-12-07T20:37:39.063126+0000 mgr.a (mgr.14403) 8151 : cluster 0 pgmap v6082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:40 smithi135 bash[32435]: cluster 2023-12-07T20:37:39.063126+0000 mgr.a (mgr.14403) 8151 : cluster 0 pgmap v6082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:41.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:37:41.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:41.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:42 smithi079 bash[28699]: cluster 2023-12-07T20:37:41.063659+0000 mgr.a (mgr.14403) 8152 : cluster 0 pgmap v6083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:42 smithi194 bash[32038]: cluster 2023-12-07T20:37:41.063659+0000 mgr.a (mgr.14403) 8152 : cluster 0 pgmap v6083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:42 smithi135 bash[32435]: cluster 2023-12-07T20:37:41.063659+0000 mgr.a (mgr.14403) 8152 : cluster 0 pgmap v6083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:42.725 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:37:42.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:42.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:42.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:42.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:37:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:43 smithi079 bash[28699]: audit 2023-12-07T20:37:42.218064+0000 mgr.a (mgr.14403) 8153 : audit 0 from='client.137092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:43 smithi079 bash[28699]: cluster 2023-12-07T20:37:43.064598+0000 mgr.a (mgr.14403) 8154 : cluster 0 pgmap v6084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:43 smithi194 bash[32038]: audit 2023-12-07T20:37:42.218064+0000 mgr.a (mgr.14403) 8153 : audit 0 from='client.137092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:43 smithi194 bash[32038]: cluster 2023-12-07T20:37:43.064598+0000 mgr.a (mgr.14403) 8154 : cluster 0 pgmap v6084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:43 smithi135 bash[32435]: audit 2023-12-07T20:37:42.218064+0000 mgr.a (mgr.14403) 8153 : audit 0 from='client.137092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:43 smithi135 bash[32435]: cluster 2023-12-07T20:37:43.064598+0000 mgr.a (mgr.14403) 8154 : cluster 0 pgmap v6084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:46.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:46 smithi079 bash[28699]: cluster 2023-12-07T20:37:45.065442+0000 mgr.a (mgr.14403) 8155 : cluster 0 pgmap v6085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:46 smithi194 bash[32038]: cluster 2023-12-07T20:37:45.065442+0000 mgr.a (mgr.14403) 8155 : cluster 0 pgmap v6085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:46 smithi135 bash[32435]: cluster 2023-12-07T20:37:45.065442+0000 mgr.a (mgr.14403) 8155 : cluster 0 pgmap v6085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:37:47.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:37:47.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:47.729 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:48 smithi079 bash[28699]: cluster 2023-12-07T20:37:47.066003+0000 mgr.a (mgr.14403) 8156 : cluster 0 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-07T20:37:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:48 smithi194 bash[32038]: cluster 2023-12-07T20:37:47.066003+0000 mgr.a (mgr.14403) 8156 : cluster 0 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-07T20:37:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:48 smithi135 bash[32435]: cluster 2023-12-07T20:37:47.066003+0000 mgr.a (mgr.14403) 8156 : cluster 0 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-07T20:37:48.631 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:37:48.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:48.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:48.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:48.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:37:49.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:49 smithi079 bash[28699]: audit 2023-12-07T20:37:48.128676+0000 mgr.a (mgr.14403) 8157 : audit 0 from='client.170286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:49.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:49 smithi194 bash[32038]: audit 2023-12-07T20:37:48.128676+0000 mgr.a (mgr.14403) 8157 : audit 0 from='client.170286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:49.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:49 smithi135 bash[32435]: audit 2023-12-07T20:37:48.128676+0000 mgr.a (mgr.14403) 8157 : audit 0 from='client.170286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:50 smithi079 bash[28699]: cluster 2023-12-07T20:37:49.066958+0000 mgr.a (mgr.14403) 8158 : cluster 0 pgmap v6087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:37:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:50 smithi194 bash[32038]: cluster 2023-12-07T20:37:49.066958+0000 mgr.a (mgr.14403) 8158 : cluster 0 pgmap v6087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:37:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:50 smithi135 bash[32435]: cluster 2023-12-07T20:37:49.066958+0000 mgr.a (mgr.14403) 8158 : cluster 0 pgmap v6087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:37:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:52 smithi079 bash[28699]: cluster 2023-12-07T20:37:51.067621+0000 mgr.a (mgr.14403) 8159 : cluster 0 pgmap v6088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:37:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:52 smithi194 bash[32038]: cluster 2023-12-07T20:37:51.067621+0000 mgr.a (mgr.14403) 8159 : cluster 0 pgmap v6088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:37:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:52 smithi135 bash[32435]: cluster 2023-12-07T20:37:51.067621+0000 mgr.a (mgr.14403) 8159 : cluster 0 pgmap v6088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:37:53.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:37:53.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:53.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:37:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:53 smithi079 bash[28699]: cluster 2023-12-07T20:37:53.068206+0000 mgr.a (mgr.14403) 8160 : cluster 0 pgmap v6089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:37:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:53 smithi194 bash[32038]: cluster 2023-12-07T20:37:53.068206+0000 mgr.a (mgr.14403) 8160 : cluster 0 pgmap v6089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:37:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:53 smithi135 bash[32435]: cluster 2023-12-07T20:37:53.068206+0000 mgr.a (mgr.14403) 8160 : cluster 0 pgmap v6089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:37:54.553 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:37:54.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:37:54.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:37:54.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:37:54.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:37:54.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:54 smithi079 bash[28699]: audit 2023-12-07T20:37:54.045443+0000 mgr.a (mgr.14403) 8161 : audit 0 from='client.170364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:54.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:54 smithi194 bash[32038]: audit 2023-12-07T20:37:54.045443+0000 mgr.a (mgr.14403) 8161 : audit 0 from='client.170364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:54 smithi135 bash[32435]: audit 2023-12-07T20:37:54.045443+0000 mgr.a (mgr.14403) 8161 : audit 0 from='client.170364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:37:55.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:55 smithi079 bash[28699]: cluster 2023-12-07T20:37:55.069280+0000 mgr.a (mgr.14403) 8162 : cluster 0 pgmap v6090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:55 smithi194 bash[32038]: cluster 2023-12-07T20:37:55.069280+0000 mgr.a (mgr.14403) 8162 : cluster 0 pgmap v6090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:55 smithi135 bash[32435]: cluster 2023-12-07T20:37:55.069280+0000 mgr.a (mgr.14403) 8162 : cluster 0 pgmap v6090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:37:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:37:58 smithi079 bash[28699]: cluster 2023-12-07T20:37:57.069784+0000 mgr.a (mgr.14403) 8163 : cluster 0 pgmap v6091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:37:58 smithi194 bash[32038]: cluster 2023-12-07T20:37:57.069784+0000 mgr.a (mgr.14403) 8163 : cluster 0 pgmap v6091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:37:58 smithi135 bash[32435]: cluster 2023-12-07T20:37:57.069784+0000 mgr.a (mgr.14403) 8163 : cluster 0 pgmap v6091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:37:59.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:37:59.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:37:59.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:00 smithi079 bash[28699]: cluster 2023-12-07T20:37:59.070538+0000 mgr.a (mgr.14403) 8164 : cluster 0 pgmap v6092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:00 smithi194 bash[32038]: cluster 2023-12-07T20:37:59.070538+0000 mgr.a (mgr.14403) 8164 : cluster 0 pgmap v6092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:00 smithi135 bash[32435]: cluster 2023-12-07T20:37:59.070538+0000 mgr.a (mgr.14403) 8164 : cluster 0 pgmap v6092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:00.458 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:38:00.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:00.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:00.459 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:00.459 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:38:01.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:01 smithi079 bash[28699]: audit 2023-12-07T20:37:59.964423+0000 mgr.a (mgr.14403) 8165 : audit 0 from='client.170436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:01.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:01 smithi194 bash[32038]: audit 2023-12-07T20:37:59.964423+0000 mgr.a (mgr.14403) 8165 : audit 0 from='client.170436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:01.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:01 smithi135 bash[32435]: audit 2023-12-07T20:37:59.964423+0000 mgr.a (mgr.14403) 8165 : audit 0 from='client.170436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:02 smithi079 bash[28699]: cluster 2023-12-07T20:38:01.071240+0000 mgr.a (mgr.14403) 8166 : cluster 0 pgmap v6093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:38:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:02 smithi194 bash[32038]: cluster 2023-12-07T20:38:01.071240+0000 mgr.a (mgr.14403) 8166 : cluster 0 pgmap v6093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:38:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:02 smithi135 bash[32435]: cluster 2023-12-07T20:38:01.071240+0000 mgr.a (mgr.14403) 8166 : cluster 0 pgmap v6093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:38:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:03 smithi079 bash[28699]: cluster 2023-12-07T20:38:03.071826+0000 mgr.a (mgr.14403) 8167 : cluster 0 pgmap v6094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:38:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:03 smithi194 bash[32038]: cluster 2023-12-07T20:38:03.071826+0000 mgr.a (mgr.14403) 8167 : cluster 0 pgmap v6094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:38:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:03 smithi135 bash[32435]: cluster 2023-12-07T20:38:03.071826+0000 mgr.a (mgr.14403) 8167 : cluster 0 pgmap v6094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:38:05.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:38:05.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:05.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:06.334 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:38:06.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:06.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:06.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:06.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:38:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:06 smithi079 bash[28699]: cluster 2023-12-07T20:38:05.072611+0000 mgr.a (mgr.14403) 8168 : cluster 0 pgmap v6095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:38:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:06 smithi194 bash[32038]: cluster 2023-12-07T20:38:05.072611+0000 mgr.a (mgr.14403) 8168 : cluster 0 pgmap v6095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:38:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:06 smithi135 bash[32435]: cluster 2023-12-07T20:38:05.072611+0000 mgr.a (mgr.14403) 8168 : cluster 0 pgmap v6095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:38:07.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:07 smithi079 bash[28699]: audit 2023-12-07T20:38:05.862533+0000 mgr.a (mgr.14403) 8169 : audit 0 from='client.170511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:07.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:07 smithi194 bash[32038]: audit 2023-12-07T20:38:05.862533+0000 mgr.a (mgr.14403) 8169 : audit 0 from='client.170511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:07 smithi135 bash[32435]: audit 2023-12-07T20:38:05.862533+0000 mgr.a (mgr.14403) 8169 : audit 0 from='client.170511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:08 smithi079 bash[28699]: cluster 2023-12-07T20:38:07.073336+0000 mgr.a (mgr.14403) 8170 : cluster 0 pgmap v6096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:08 smithi194 bash[32038]: cluster 2023-12-07T20:38:07.073336+0000 mgr.a (mgr.14403) 8170 : cluster 0 pgmap v6096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:08 smithi135 bash[32435]: cluster 2023-12-07T20:38:07.073336+0000 mgr.a (mgr.14403) 8170 : cluster 0 pgmap v6096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:10 smithi194 bash[32038]: cluster 2023-12-07T20:38:09.074193+0000 mgr.a (mgr.14403) 8171 : cluster 0 pgmap v6097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:10 smithi194 bash[32038]: audit 2023-12-07T20:38:09.244755+0000 mon.a (mon.0) 1584 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:38:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:10 smithi194 bash[32038]: audit 2023-12-07T20:38:09.773567+0000 mon.a (mon.0) 1585 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:38:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:10 smithi194 bash[32038]: audit 2023-12-07T20:38:09.780216+0000 mon.a (mon.0) 1586 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:38:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:10 smithi135 bash[32435]: cluster 2023-12-07T20:38:09.074193+0000 mgr.a (mgr.14403) 8171 : cluster 0 pgmap v6097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:10 smithi135 bash[32435]: audit 2023-12-07T20:38:09.244755+0000 mon.a (mon.0) 1584 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:38:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:10 smithi135 bash[32435]: audit 2023-12-07T20:38:09.773567+0000 mon.a (mon.0) 1585 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:38:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:10 smithi135 bash[32435]: audit 2023-12-07T20:38:09.780216+0000 mon.a (mon.0) 1586 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:38:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:10 smithi079 bash[28699]: cluster 2023-12-07T20:38:09.074193+0000 mgr.a (mgr.14403) 8171 : cluster 0 pgmap v6097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:10 smithi079 bash[28699]: audit 2023-12-07T20:38:09.244755+0000 mon.a (mon.0) 1584 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:38:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:10 smithi079 bash[28699]: audit 2023-12-07T20:38:09.773567+0000 mon.a (mon.0) 1585 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:38:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:10 smithi079 bash[28699]: audit 2023-12-07T20:38:09.780216+0000 mon.a (mon.0) 1586 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:38:11.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:38:11.337 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:11.337 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:11.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:11 smithi194 bash[32038]: audit 2023-12-07T20:38:10.533602+0000 mon.a (mon.0) 1587 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:38:11.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:11 smithi194 bash[32038]: audit 2023-12-07T20:38:10.535657+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:38:11.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:11 smithi194 bash[32038]: audit 2023-12-07T20:38:10.545789+0000 mon.a (mon.0) 1589 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:38:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:11 smithi135 bash[32435]: audit 2023-12-07T20:38:10.533602+0000 mon.a (mon.0) 1587 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:38:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:11 smithi135 bash[32435]: audit 2023-12-07T20:38:10.535657+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:38:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:11 smithi135 bash[32435]: audit 2023-12-07T20:38:10.545789+0000 mon.a (mon.0) 1589 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:38:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:11 smithi079 bash[28699]: audit 2023-12-07T20:38:10.533602+0000 mon.a (mon.0) 1587 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:38:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:11 smithi079 bash[28699]: audit 2023-12-07T20:38:10.535657+0000 mon.a (mon.0) 1588 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:38:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:11 smithi079 bash[28699]: audit 2023-12-07T20:38:10.545789+0000 mon.a (mon.0) 1589 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:38:12.245 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:38:12.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:12.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:12.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:12.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:38:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:12 smithi194 bash[32038]: cluster 2023-12-07T20:38:11.074753+0000 mgr.a (mgr.14403) 8172 : cluster 0 pgmap v6098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:12 smithi194 bash[32038]: audit 2023-12-07T20:38:11.737413+0000 mgr.a (mgr.14403) 8173 : audit 0 from='client.170583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:12 smithi135 bash[32435]: cluster 2023-12-07T20:38:11.074753+0000 mgr.a (mgr.14403) 8172 : cluster 0 pgmap v6098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:12 smithi135 bash[32435]: audit 2023-12-07T20:38:11.737413+0000 mgr.a (mgr.14403) 8173 : audit 0 from='client.170583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:12 smithi079 bash[28699]: cluster 2023-12-07T20:38:11.074753+0000 mgr.a (mgr.14403) 8172 : cluster 0 pgmap v6098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:12 smithi079 bash[28699]: audit 2023-12-07T20:38:11.737413+0000 mgr.a (mgr.14403) 8173 : audit 0 from='client.170583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:13 smithi079 bash[28699]: cluster 2023-12-07T20:38:13.075432+0000 mgr.a (mgr.14403) 8174 : cluster 0 pgmap v6099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:13 smithi194 bash[32038]: cluster 2023-12-07T20:38:13.075432+0000 mgr.a (mgr.14403) 8174 : cluster 0 pgmap v6099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:13 smithi135 bash[32435]: cluster 2023-12-07T20:38:13.075432+0000 mgr.a (mgr.14403) 8174 : cluster 0 pgmap v6099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:16.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:16 smithi079 bash[28699]: cluster 2023-12-07T20:38:15.076148+0000 mgr.a (mgr.14403) 8175 : cluster 0 pgmap v6100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:16 smithi194 bash[32038]: cluster 2023-12-07T20:38:15.076148+0000 mgr.a (mgr.14403) 8175 : cluster 0 pgmap v6100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:16 smithi135 bash[32435]: cluster 2023-12-07T20:38:15.076148+0000 mgr.a (mgr.14403) 8175 : cluster 0 pgmap v6100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:17.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:38:17.249 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:17.249 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:18.154 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:38:18.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:18.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:18.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:18.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:38:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:18 smithi079 bash[28699]: cluster 2023-12-07T20:38:17.076716+0000 mgr.a (mgr.14403) 8176 : cluster 0 pgmap v6101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:18 smithi194 bash[32038]: cluster 2023-12-07T20:38:17.076716+0000 mgr.a (mgr.14403) 8176 : cluster 0 pgmap v6101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:18 smithi135 bash[32435]: cluster 2023-12-07T20:38:17.076716+0000 mgr.a (mgr.14403) 8176 : cluster 0 pgmap v6101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:19.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:19 smithi194 bash[32038]: audit 2023-12-07T20:38:17.653974+0000 mgr.a (mgr.14403) 8177 : audit 0 from='client.170652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:19.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:19 smithi135 bash[32435]: audit 2023-12-07T20:38:17.653974+0000 mgr.a (mgr.14403) 8177 : audit 0 from='client.170652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:19 smithi079 bash[28699]: audit 2023-12-07T20:38:17.653974+0000 mgr.a (mgr.14403) 8177 : audit 0 from='client.170652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:20 smithi194 bash[32038]: cluster 2023-12-07T20:38:19.077560+0000 mgr.a (mgr.14403) 8178 : cluster 0 pgmap v6102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:20 smithi135 bash[32435]: cluster 2023-12-07T20:38:19.077560+0000 mgr.a (mgr.14403) 8178 : cluster 0 pgmap v6102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:20 smithi079 bash[28699]: cluster 2023-12-07T20:38:19.077560+0000 mgr.a (mgr.14403) 8178 : cluster 0 pgmap v6102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:21.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:21 smithi194 bash[32038]: cluster 2023-12-07T20:38:21.078155+0000 mgr.a (mgr.14403) 8179 : cluster 0 pgmap v6103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:21.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:21 smithi135 bash[32435]: cluster 2023-12-07T20:38:21.078155+0000 mgr.a (mgr.14403) 8179 : cluster 0 pgmap v6103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:21.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:21 smithi079 bash[28699]: cluster 2023-12-07T20:38:21.078155+0000 mgr.a (mgr.14403) 8179 : cluster 0 pgmap v6103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:23.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:38:23.156 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:23.156 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:23 smithi079 bash[28699]: cluster 2023-12-07T20:38:23.078671+0000 mgr.a (mgr.14403) 8180 : cluster 0 pgmap v6104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:23 smithi194 bash[32038]: cluster 2023-12-07T20:38:23.078671+0000 mgr.a (mgr.14403) 8180 : cluster 0 pgmap v6104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:23 smithi135 bash[32435]: cluster 2023-12-07T20:38:23.078671+0000 mgr.a (mgr.14403) 8180 : cluster 0 pgmap v6104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:24.072 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:38:24.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:24.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:24.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:24.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:38:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:24 smithi079 bash[28699]: audit 2023-12-07T20:38:23.564172+0000 mgr.a (mgr.14403) 8181 : audit 0 from='client.170727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:24 smithi194 bash[32038]: audit 2023-12-07T20:38:23.564172+0000 mgr.a (mgr.14403) 8181 : audit 0 from='client.170727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:24 smithi135 bash[32435]: audit 2023-12-07T20:38:23.564172+0000 mgr.a (mgr.14403) 8181 : audit 0 from='client.170727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:25 smithi079 bash[28699]: cluster 2023-12-07T20:38:25.079681+0000 mgr.a (mgr.14403) 8182 : cluster 0 pgmap v6105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:25 smithi194 bash[32038]: cluster 2023-12-07T20:38:25.079681+0000 mgr.a (mgr.14403) 8182 : cluster 0 pgmap v6105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:25 smithi135 bash[32435]: cluster 2023-12-07T20:38:25.079681+0000 mgr.a (mgr.14403) 8182 : cluster 0 pgmap v6105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:28 smithi079 bash[28699]: cluster 2023-12-07T20:38:27.080381+0000 mgr.a (mgr.14403) 8183 : cluster 0 pgmap v6106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:28 smithi194 bash[32038]: cluster 2023-12-07T20:38:27.080381+0000 mgr.a (mgr.14403) 8183 : cluster 0 pgmap v6106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:28 smithi135 bash[32435]: cluster 2023-12-07T20:38:27.080381+0000 mgr.a (mgr.14403) 8183 : cluster 0 pgmap v6106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:29.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:38:29.076 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:29.076 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:29.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:29.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:29.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:29.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:38:29.991 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:38:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:30 smithi079 bash[28699]: cluster 2023-12-07T20:38:29.081156+0000 mgr.a (mgr.14403) 8184 : cluster 0 pgmap v6107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:30 smithi194 bash[32038]: cluster 2023-12-07T20:38:29.081156+0000 mgr.a (mgr.14403) 8184 : cluster 0 pgmap v6107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:30 smithi135 bash[32435]: cluster 2023-12-07T20:38:29.081156+0000 mgr.a (mgr.14403) 8184 : cluster 0 pgmap v6107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:31.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:31 smithi194 bash[32038]: audit 2023-12-07T20:38:29.482186+0000 mgr.a (mgr.14403) 8185 : audit 0 from='client.170805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:31 smithi135 bash[32435]: audit 2023-12-07T20:38:29.482186+0000 mgr.a (mgr.14403) 8185 : audit 0 from='client.170805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:31 smithi079 bash[28699]: audit 2023-12-07T20:38:29.482186+0000 mgr.a (mgr.14403) 8185 : audit 0 from='client.170805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:32 smithi194 bash[32038]: cluster 2023-12-07T20:38:31.081758+0000 mgr.a (mgr.14403) 8186 : cluster 0 pgmap v6108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:32 smithi135 bash[32435]: cluster 2023-12-07T20:38:31.081758+0000 mgr.a (mgr.14403) 8186 : cluster 0 pgmap v6108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:32 smithi079 bash[28699]: cluster 2023-12-07T20:38:31.081758+0000 mgr.a (mgr.14403) 8186 : cluster 0 pgmap v6108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:33 smithi079 bash[28699]: cluster 2023-12-07T20:38:33.082325+0000 mgr.a (mgr.14403) 8187 : cluster 0 pgmap v6109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:33 smithi194 bash[32038]: cluster 2023-12-07T20:38:33.082325+0000 mgr.a (mgr.14403) 8187 : cluster 0 pgmap v6109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:33 smithi135 bash[32435]: cluster 2023-12-07T20:38:33.082325+0000 mgr.a (mgr.14403) 8187 : cluster 0 pgmap v6109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:38:34.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:38:34.994 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:34.994 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:35.901 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:38:35.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:35.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:35.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:35.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:38:36.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:36 smithi079 bash[28699]: cluster 2023-12-07T20:38:35.083128+0000 mgr.a (mgr.14403) 8188 : cluster 0 pgmap v6110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:36 smithi194 bash[32038]: cluster 2023-12-07T20:38:35.083128+0000 mgr.a (mgr.14403) 8188 : cluster 0 pgmap v6110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:36 smithi135 bash[32435]: cluster 2023-12-07T20:38:35.083128+0000 mgr.a (mgr.14403) 8188 : cluster 0 pgmap v6110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:37.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:37 smithi194 bash[32038]: audit 2023-12-07T20:38:35.396437+0000 mgr.a (mgr.14403) 8189 : audit 0 from='client.170880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:37.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:37 smithi135 bash[32435]: audit 2023-12-07T20:38:35.396437+0000 mgr.a (mgr.14403) 8189 : audit 0 from='client.170880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:37 smithi079 bash[28699]: audit 2023-12-07T20:38:35.396437+0000 mgr.a (mgr.14403) 8189 : audit 0 from='client.170880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:38 smithi194 bash[32038]: cluster 2023-12-07T20:38:37.083721+0000 mgr.a (mgr.14403) 8190 : cluster 0 pgmap v6111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:38 smithi135 bash[32435]: cluster 2023-12-07T20:38:37.083721+0000 mgr.a (mgr.14403) 8190 : cluster 0 pgmap v6111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:38 smithi079 bash[28699]: cluster 2023-12-07T20:38:37.083721+0000 mgr.a (mgr.14403) 8190 : cluster 0 pgmap v6111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:39.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:39 smithi194 bash[32038]: cluster 2023-12-07T20:38:39.084501+0000 mgr.a (mgr.14403) 8191 : cluster 0 pgmap v6112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:39.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:39 smithi135 bash[32435]: cluster 2023-12-07T20:38:39.084501+0000 mgr.a (mgr.14403) 8191 : cluster 0 pgmap v6112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:39 smithi079 bash[28699]: cluster 2023-12-07T20:38:39.084501+0000 mgr.a (mgr.14403) 8191 : cluster 0 pgmap v6112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:40.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:38:40.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:40.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:41.820 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:38:41.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:41.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:41.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:41.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:38:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:42 smithi079 bash[28699]: cluster 2023-12-07T20:38:41.085055+0000 mgr.a (mgr.14403) 8192 : cluster 0 pgmap v6113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:42 smithi194 bash[32038]: cluster 2023-12-07T20:38:41.085055+0000 mgr.a (mgr.14403) 8192 : cluster 0 pgmap v6113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:42 smithi135 bash[32435]: cluster 2023-12-07T20:38:41.085055+0000 mgr.a (mgr.14403) 8192 : cluster 0 pgmap v6113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:43.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:43 smithi079 bash[28699]: audit 2023-12-07T20:38:41.311036+0000 mgr.a (mgr.14403) 8193 : audit 0 from='client.170958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:43 smithi194 bash[32038]: audit 2023-12-07T20:38:41.311036+0000 mgr.a (mgr.14403) 8193 : audit 0 from='client.170958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:43 smithi135 bash[32435]: audit 2023-12-07T20:38:41.311036+0000 mgr.a (mgr.14403) 8193 : audit 0 from='client.170958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:44 smithi194 bash[32038]: cluster 2023-12-07T20:38:43.085730+0000 mgr.a (mgr.14403) 8194 : cluster 0 pgmap v6114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:44 smithi135 bash[32435]: cluster 2023-12-07T20:38:43.085730+0000 mgr.a (mgr.14403) 8194 : cluster 0 pgmap v6114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:44 smithi079 bash[28699]: cluster 2023-12-07T20:38:43.085730+0000 mgr.a (mgr.14403) 8194 : cluster 0 pgmap v6114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:46 smithi194 bash[32038]: cluster 2023-12-07T20:38:45.086567+0000 mgr.a (mgr.14403) 8195 : cluster 0 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-07T20:38:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:46 smithi135 bash[32435]: cluster 2023-12-07T20:38:45.086567+0000 mgr.a (mgr.14403) 8195 : cluster 0 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-07T20:38:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:46 smithi079 bash[28699]: cluster 2023-12-07T20:38:45.086567+0000 mgr.a (mgr.14403) 8195 : cluster 0 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-07T20:38:46.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:38:46.823 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:46.823 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:47.740 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:38:47.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:47.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:47.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:47.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:38:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:48 smithi194 bash[32038]: cluster 2023-12-07T20:38:47.087117+0000 mgr.a (mgr.14403) 8196 : cluster 0 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-07T20:38:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:48 smithi135 bash[32435]: cluster 2023-12-07T20:38:47.087117+0000 mgr.a (mgr.14403) 8196 : cluster 0 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-07T20:38:48.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:48 smithi079 bash[28699]: cluster 2023-12-07T20:38:47.087117+0000 mgr.a (mgr.14403) 8196 : cluster 0 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-07T20:38:49.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:49 smithi194 bash[32038]: audit 2023-12-07T20:38:47.238087+0000 mgr.a (mgr.14403) 8197 : audit 0 from='client.171030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:49.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:49 smithi135 bash[32435]: audit 2023-12-07T20:38:47.238087+0000 mgr.a (mgr.14403) 8197 : audit 0 from='client.171030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:49.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:49 smithi079 bash[28699]: audit 2023-12-07T20:38:47.238087+0000 mgr.a (mgr.14403) 8197 : audit 0 from='client.171030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:50 smithi194 bash[32038]: cluster 2023-12-07T20:38:49.087997+0000 mgr.a (mgr.14403) 8198 : cluster 0 pgmap v6117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:50 smithi135 bash[32435]: cluster 2023-12-07T20:38:49.087997+0000 mgr.a (mgr.14403) 8198 : cluster 0 pgmap v6117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:50 smithi079 bash[28699]: cluster 2023-12-07T20:38:49.087997+0000 mgr.a (mgr.14403) 8198 : cluster 0 pgmap v6117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:38:51.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:51 smithi194 bash[32038]: cluster 2023-12-07T20:38:51.088604+0000 mgr.a (mgr.14403) 8199 : cluster 0 pgmap v6118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:51.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:51 smithi135 bash[32435]: cluster 2023-12-07T20:38:51.088604+0000 mgr.a (mgr.14403) 8199 : cluster 0 pgmap v6118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:51 smithi079 bash[28699]: cluster 2023-12-07T20:38:51.088604+0000 mgr.a (mgr.14403) 8199 : cluster 0 pgmap v6118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:52.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:38:52.743 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:52.743 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:53 smithi079 bash[28699]: cluster 2023-12-07T20:38:53.089177+0000 mgr.a (mgr.14403) 8200 : cluster 0 pgmap v6119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:53 smithi079 bash[28699]: audit 2023-12-07T20:38:53.149791+0000 mgr.a (mgr.14403) 8201 : audit 0 from='client.171108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:53.652 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:38:53.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:53.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:53.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:53.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:38:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:53 smithi194 bash[32038]: cluster 2023-12-07T20:38:53.089177+0000 mgr.a (mgr.14403) 8200 : cluster 0 pgmap v6119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:53 smithi194 bash[32038]: audit 2023-12-07T20:38:53.149791+0000 mgr.a (mgr.14403) 8201 : audit 0 from='client.171108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:53 smithi135 bash[32435]: cluster 2023-12-07T20:38:53.089177+0000 mgr.a (mgr.14403) 8200 : cluster 0 pgmap v6119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:38:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:53 smithi135 bash[32435]: audit 2023-12-07T20:38:53.149791+0000 mgr.a (mgr.14403) 8201 : audit 0 from='client.171108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:38:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:56 smithi194 bash[32038]: cluster 2023-12-07T20:38:55.090187+0000 mgr.a (mgr.14403) 8202 : cluster 0 pgmap v6120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:38:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:56 smithi135 bash[32435]: cluster 2023-12-07T20:38:55.090187+0000 mgr.a (mgr.14403) 8202 : cluster 0 pgmap v6120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:38:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:56 smithi079 bash[28699]: cluster 2023-12-07T20:38:55.090187+0000 mgr.a (mgr.14403) 8202 : cluster 0 pgmap v6120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:38:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:38:58 smithi194 bash[32038]: cluster 2023-12-07T20:38:57.090770+0000 mgr.a (mgr.14403) 8203 : cluster 0 pgmap v6121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:38:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:38:58 smithi135 bash[32435]: cluster 2023-12-07T20:38:57.090770+0000 mgr.a (mgr.14403) 8203 : cluster 0 pgmap v6121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:38:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:38:58 smithi079 bash[28699]: cluster 2023-12-07T20:38:57.090770+0000 mgr.a (mgr.14403) 8203 : cluster 0 pgmap v6121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:38:58.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:38:58.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:38:58.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:38:59.540 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:38:59.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:38:59.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:38:59.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:38:59.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:39:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:00 smithi194 bash[32038]: audit 2023-12-07T20:38:59.064903+0000 mgr.a (mgr.14403) 8204 : audit 0 from='client.171186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:00 smithi194 bash[32038]: cluster 2023-12-07T20:38:59.091715+0000 mgr.a (mgr.14403) 8205 : cluster 0 pgmap v6122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:00 smithi135 bash[32435]: audit 2023-12-07T20:38:59.064903+0000 mgr.a (mgr.14403) 8204 : audit 0 from='client.171186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:00 smithi135 bash[32435]: cluster 2023-12-07T20:38:59.091715+0000 mgr.a (mgr.14403) 8205 : cluster 0 pgmap v6122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:00 smithi079 bash[28699]: audit 2023-12-07T20:38:59.064903+0000 mgr.a (mgr.14403) 8204 : audit 0 from='client.171186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:00 smithi079 bash[28699]: cluster 2023-12-07T20:38:59.091715+0000 mgr.a (mgr.14403) 8205 : cluster 0 pgmap v6122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:02 smithi194 bash[32038]: cluster 2023-12-07T20:39:01.092503+0000 mgr.a (mgr.14403) 8206 : cluster 0 pgmap v6123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:02 smithi135 bash[32435]: cluster 2023-12-07T20:39:01.092503+0000 mgr.a (mgr.14403) 8206 : cluster 0 pgmap v6123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:02 smithi079 bash[28699]: cluster 2023-12-07T20:39:01.092503+0000 mgr.a (mgr.14403) 8206 : cluster 0 pgmap v6123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:03 smithi079 bash[28699]: cluster 2023-12-07T20:39:03.093175+0000 mgr.a (mgr.14403) 8207 : cluster 0 pgmap v6124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:03 smithi194 bash[32038]: cluster 2023-12-07T20:39:03.093175+0000 mgr.a (mgr.14403) 8207 : cluster 0 pgmap v6124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:03 smithi135 bash[32435]: cluster 2023-12-07T20:39:03.093175+0000 mgr.a (mgr.14403) 8207 : cluster 0 pgmap v6124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:04.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:39:04.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:04.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:05.438 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:39:05.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:05.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:05.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:05.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:39:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:06 smithi194 bash[32038]: audit 2023-12-07T20:39:04.951467+0000 mgr.a (mgr.14403) 8208 : audit 0 from='client.171264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:06 smithi194 bash[32038]: cluster 2023-12-07T20:39:05.101301+0000 mgr.a (mgr.14403) 8209 : cluster 0 pgmap v6125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:06 smithi135 bash[32435]: audit 2023-12-07T20:39:04.951467+0000 mgr.a (mgr.14403) 8208 : audit 0 from='client.171264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:06 smithi135 bash[32435]: cluster 2023-12-07T20:39:05.101301+0000 mgr.a (mgr.14403) 8209 : cluster 0 pgmap v6125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:06 smithi079 bash[28699]: audit 2023-12-07T20:39:04.951467+0000 mgr.a (mgr.14403) 8208 : audit 0 from='client.171264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:06 smithi079 bash[28699]: cluster 2023-12-07T20:39:05.101301+0000 mgr.a (mgr.14403) 8209 : cluster 0 pgmap v6125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:08 smithi194 bash[32038]: cluster 2023-12-07T20:39:07.102065+0000 mgr.a (mgr.14403) 8210 : cluster 0 pgmap v6126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:39:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:08 smithi135 bash[32435]: cluster 2023-12-07T20:39:07.102065+0000 mgr.a (mgr.14403) 8210 : cluster 0 pgmap v6126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:39:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:08 smithi079 bash[28699]: cluster 2023-12-07T20:39:07.102065+0000 mgr.a (mgr.14403) 8210 : cluster 0 pgmap v6126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:39:10.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:39:10.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:10.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:10 smithi194 bash[32038]: cluster 2023-12-07T20:39:09.102889+0000 mgr.a (mgr.14403) 8211 : cluster 0 pgmap v6127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:39:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:10 smithi135 bash[32435]: cluster 2023-12-07T20:39:09.102889+0000 mgr.a (mgr.14403) 8211 : cluster 0 pgmap v6127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:39:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:10 smithi079 bash[28699]: cluster 2023-12-07T20:39:09.102889+0000 mgr.a (mgr.14403) 8211 : cluster 0 pgmap v6127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:39:11.357 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:39:11.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:11.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:11.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:11.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:39:11.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:11 smithi194 bash[32038]: audit 2023-12-07T20:39:10.649321+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:39:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:11 smithi135 bash[32435]: audit 2023-12-07T20:39:10.649321+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:39:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:11 smithi079 bash[28699]: audit 2023-12-07T20:39:10.649321+0000 mon.a (mon.0) 1590 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:39:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:12 smithi194 bash[32038]: audit 2023-12-07T20:39:10.853215+0000 mgr.a (mgr.14403) 8212 : audit 0 from='client.171336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:12 smithi194 bash[32038]: cluster 2023-12-07T20:39:11.104960+0000 mgr.a (mgr.14403) 8213 : cluster 0 pgmap v6128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:12 smithi194 bash[32038]: audit 2023-12-07T20:39:11.444247+0000 mon.a (mon.0) 1591 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:39:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:12 smithi194 bash[32038]: audit 2023-12-07T20:39:11.446024+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:39:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:12 smithi194 bash[32038]: audit 2023-12-07T20:39:11.454347+0000 mon.a (mon.0) 1593 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:39:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:12 smithi135 bash[32435]: audit 2023-12-07T20:39:10.853215+0000 mgr.a (mgr.14403) 8212 : audit 0 from='client.171336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:12 smithi135 bash[32435]: cluster 2023-12-07T20:39:11.104960+0000 mgr.a (mgr.14403) 8213 : cluster 0 pgmap v6128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:12 smithi135 bash[32435]: audit 2023-12-07T20:39:11.444247+0000 mon.a (mon.0) 1591 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:39:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:12 smithi135 bash[32435]: audit 2023-12-07T20:39:11.446024+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:39:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:12 smithi135 bash[32435]: audit 2023-12-07T20:39:11.454347+0000 mon.a (mon.0) 1593 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:39:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:12 smithi079 bash[28699]: audit 2023-12-07T20:39:10.853215+0000 mgr.a (mgr.14403) 8212 : audit 0 from='client.171336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:12 smithi079 bash[28699]: cluster 2023-12-07T20:39:11.104960+0000 mgr.a (mgr.14403) 8213 : cluster 0 pgmap v6128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:12 smithi079 bash[28699]: audit 2023-12-07T20:39:11.444247+0000 mon.a (mon.0) 1591 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:39:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:12 smithi079 bash[28699]: audit 2023-12-07T20:39:11.446024+0000 mon.a (mon.0) 1592 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:39:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:12 smithi079 bash[28699]: audit 2023-12-07T20:39:11.454347+0000 mon.a (mon.0) 1593 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:39:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:13 smithi079 bash[28699]: cluster 2023-12-07T20:39:13.105838+0000 mgr.a (mgr.14403) 8214 : cluster 0 pgmap v6129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:13 smithi194 bash[32038]: cluster 2023-12-07T20:39:13.105838+0000 mgr.a (mgr.14403) 8214 : cluster 0 pgmap v6129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:13 smithi135 bash[32435]: cluster 2023-12-07T20:39:13.105838+0000 mgr.a (mgr.14403) 8214 : cluster 0 pgmap v6129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:16.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:39:16.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:16.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:16 smithi194 bash[32038]: cluster 2023-12-07T20:39:15.106683+0000 mgr.a (mgr.14403) 8215 : cluster 0 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-07T20:39:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:16 smithi135 bash[32435]: cluster 2023-12-07T20:39:15.106683+0000 mgr.a (mgr.14403) 8215 : cluster 0 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-07T20:39:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:16 smithi079 bash[28699]: cluster 2023-12-07T20:39:15.106683+0000 mgr.a (mgr.14403) 8215 : cluster 0 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-07T20:39:17.243 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:39:17.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:17.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:17.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:17.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:39:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:18 smithi194 bash[32038]: audit 2023-12-07T20:39:16.757537+0000 mgr.a (mgr.14403) 8216 : audit 0 from='client.171411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:18 smithi194 bash[32038]: cluster 2023-12-07T20:39:17.107252+0000 mgr.a (mgr.14403) 8217 : cluster 0 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-07T20:39:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:18 smithi135 bash[32435]: audit 2023-12-07T20:39:16.757537+0000 mgr.a (mgr.14403) 8216 : audit 0 from='client.171411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:18 smithi135 bash[32435]: cluster 2023-12-07T20:39:17.107252+0000 mgr.a (mgr.14403) 8217 : cluster 0 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-07T20:39:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:18 smithi079 bash[28699]: audit 2023-12-07T20:39:16.757537+0000 mgr.a (mgr.14403) 8216 : audit 0 from='client.171411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:18 smithi079 bash[28699]: cluster 2023-12-07T20:39:17.107252+0000 mgr.a (mgr.14403) 8217 : cluster 0 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-07T20:39:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:19 smithi079 bash[28699]: cluster 2023-12-07T20:39:19.108189+0000 mgr.a (mgr.14403) 8218 : cluster 0 pgmap v6132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:19 smithi194 bash[32038]: cluster 2023-12-07T20:39:19.108189+0000 mgr.a (mgr.14403) 8218 : cluster 0 pgmap v6132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:19 smithi135 bash[32435]: cluster 2023-12-07T20:39:19.108189+0000 mgr.a (mgr.14403) 8218 : cluster 0 pgmap v6132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:22.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:39:22.247 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:22.247 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:22 smithi194 bash[32038]: cluster 2023-12-07T20:39:21.108884+0000 mgr.a (mgr.14403) 8219 : cluster 0 pgmap v6133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:22 smithi135 bash[32435]: cluster 2023-12-07T20:39:21.108884+0000 mgr.a (mgr.14403) 8219 : cluster 0 pgmap v6133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:22 smithi079 bash[28699]: cluster 2023-12-07T20:39:21.108884+0000 mgr.a (mgr.14403) 8219 : cluster 0 pgmap v6133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:23.163 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:39:23.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:23.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:23.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:23.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:39:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:23 smithi079 bash[28699]: audit 2023-12-07T20:39:22.664271+0000 mgr.a (mgr.14403) 8220 : audit 0 from='client.171486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:23 smithi079 bash[28699]: cluster 2023-12-07T20:39:23.109410+0000 mgr.a (mgr.14403) 8221 : cluster 0 pgmap v6134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:23 smithi194 bash[32038]: audit 2023-12-07T20:39:22.664271+0000 mgr.a (mgr.14403) 8220 : audit 0 from='client.171486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:23 smithi194 bash[32038]: cluster 2023-12-07T20:39:23.109410+0000 mgr.a (mgr.14403) 8221 : cluster 0 pgmap v6134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:23 smithi135 bash[32435]: audit 2023-12-07T20:39:22.664271+0000 mgr.a (mgr.14403) 8220 : audit 0 from='client.171486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:23 smithi135 bash[32435]: cluster 2023-12-07T20:39:23.109410+0000 mgr.a (mgr.14403) 8221 : cluster 0 pgmap v6134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:26 smithi194 bash[32038]: cluster 2023-12-07T20:39:25.110189+0000 mgr.a (mgr.14403) 8222 : cluster 0 pgmap v6135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:26 smithi135 bash[32435]: cluster 2023-12-07T20:39:25.110189+0000 mgr.a (mgr.14403) 8222 : cluster 0 pgmap v6135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:26 smithi079 bash[28699]: cluster 2023-12-07T20:39:25.110189+0000 mgr.a (mgr.14403) 8222 : cluster 0 pgmap v6135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:28.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:39:28.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:28.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:28 smithi194 bash[32038]: cluster 2023-12-07T20:39:27.110861+0000 mgr.a (mgr.14403) 8223 : cluster 0 pgmap v6136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:28 smithi135 bash[32435]: cluster 2023-12-07T20:39:27.110861+0000 mgr.a (mgr.14403) 8223 : cluster 0 pgmap v6136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:28 smithi079 bash[28699]: cluster 2023-12-07T20:39:27.110861+0000 mgr.a (mgr.14403) 8223 : cluster 0 pgmap v6136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:29.091 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:39:29.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:29.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:29.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:29.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:39:29.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:29 smithi079 bash[28699]: audit 2023-12-07T20:39:28.585179+0000 mgr.a (mgr.14403) 8224 : audit 0 from='client.171564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:29.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:29 smithi079 bash[28699]: cluster 2023-12-07T20:39:29.112016+0000 mgr.a (mgr.14403) 8225 : cluster 0 pgmap v6137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:29 smithi194 bash[32038]: audit 2023-12-07T20:39:28.585179+0000 mgr.a (mgr.14403) 8224 : audit 0 from='client.171564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:29 smithi194 bash[32038]: cluster 2023-12-07T20:39:29.112016+0000 mgr.a (mgr.14403) 8225 : cluster 0 pgmap v6137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:29 smithi135 bash[32435]: audit 2023-12-07T20:39:28.585179+0000 mgr.a (mgr.14403) 8224 : audit 0 from='client.171564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:29 smithi135 bash[32435]: cluster 2023-12-07T20:39:29.112016+0000 mgr.a (mgr.14403) 8225 : cluster 0 pgmap v6137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:32 smithi194 bash[32038]: cluster 2023-12-07T20:39:31.112799+0000 mgr.a (mgr.14403) 8226 : cluster 0 pgmap v6138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:32 smithi135 bash[32435]: cluster 2023-12-07T20:39:31.112799+0000 mgr.a (mgr.14403) 8226 : cluster 0 pgmap v6138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:32 smithi079 bash[28699]: cluster 2023-12-07T20:39:31.112799+0000 mgr.a (mgr.14403) 8226 : cluster 0 pgmap v6138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:33 smithi079 bash[28699]: cluster 2023-12-07T20:39:33.113502+0000 mgr.a (mgr.14403) 8227 : cluster 0 pgmap v6139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:33 smithi194 bash[32038]: cluster 2023-12-07T20:39:33.113502+0000 mgr.a (mgr.14403) 8227 : cluster 0 pgmap v6139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:33 smithi135 bash[32435]: cluster 2023-12-07T20:39:33.113502+0000 mgr.a (mgr.14403) 8227 : cluster 0 pgmap v6139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:34.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:39:34.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:34.096 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:34.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:34.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:34.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:34.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:39:34.987 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:39:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:36 smithi194 bash[32038]: audit 2023-12-07T20:39:34.496452+0000 mgr.a (mgr.14403) 8228 : audit 0 from='client.171639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:36 smithi194 bash[32038]: cluster 2023-12-07T20:39:35.114513+0000 mgr.a (mgr.14403) 8229 : cluster 0 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-07T20:39:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:36 smithi135 bash[32435]: audit 2023-12-07T20:39:34.496452+0000 mgr.a (mgr.14403) 8228 : audit 0 from='client.171639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:36 smithi135 bash[32435]: cluster 2023-12-07T20:39:35.114513+0000 mgr.a (mgr.14403) 8229 : cluster 0 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-07T20:39:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:36 smithi079 bash[28699]: audit 2023-12-07T20:39:34.496452+0000 mgr.a (mgr.14403) 8228 : audit 0 from='client.171639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:36 smithi079 bash[28699]: cluster 2023-12-07T20:39:35.114513+0000 mgr.a (mgr.14403) 8229 : cluster 0 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-07T20:39:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:37 smithi079 bash[28699]: cluster 2023-12-07T20:39:37.115065+0000 mgr.a (mgr.14403) 8230 : cluster 0 pgmap v6141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:37 smithi194 bash[32038]: cluster 2023-12-07T20:39:37.115065+0000 mgr.a (mgr.14403) 8230 : cluster 0 pgmap v6141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:37 smithi135 bash[32435]: cluster 2023-12-07T20:39:37.115065+0000 mgr.a (mgr.14403) 8230 : cluster 0 pgmap v6141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:39:39.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:39:39.991 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:39.991 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:40 smithi194 bash[32038]: cluster 2023-12-07T20:39:39.115816+0000 mgr.a (mgr.14403) 8231 : cluster 0 pgmap v6142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:40 smithi135 bash[32435]: cluster 2023-12-07T20:39:39.115816+0000 mgr.a (mgr.14403) 8231 : cluster 0 pgmap v6142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:40 smithi079 bash[28699]: cluster 2023-12-07T20:39:39.115816+0000 mgr.a (mgr.14403) 8231 : cluster 0 pgmap v6142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:40.891 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:39:40.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:40.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:40.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:40.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:39:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:41 smithi079 bash[28699]: audit 2023-12-07T20:39:40.392303+0000 mgr.a (mgr.14403) 8232 : audit 0 from='client.171714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:41 smithi079 bash[28699]: cluster 2023-12-07T20:39:41.116458+0000 mgr.a (mgr.14403) 8233 : cluster 0 pgmap v6143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:41 smithi194 bash[32038]: audit 2023-12-07T20:39:40.392303+0000 mgr.a (mgr.14403) 8232 : audit 0 from='client.171714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:41 smithi194 bash[32038]: cluster 2023-12-07T20:39:41.116458+0000 mgr.a (mgr.14403) 8233 : cluster 0 pgmap v6143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:41 smithi135 bash[32435]: audit 2023-12-07T20:39:40.392303+0000 mgr.a (mgr.14403) 8232 : audit 0 from='client.171714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:41 smithi135 bash[32435]: cluster 2023-12-07T20:39:41.116458+0000 mgr.a (mgr.14403) 8233 : cluster 0 pgmap v6143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:43 smithi079 bash[28699]: cluster 2023-12-07T20:39:43.116963+0000 mgr.a (mgr.14403) 8234 : cluster 0 pgmap v6144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:43 smithi194 bash[32038]: cluster 2023-12-07T20:39:43.116963+0000 mgr.a (mgr.14403) 8234 : cluster 0 pgmap v6144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:43 smithi135 bash[32435]: cluster 2023-12-07T20:39:43.116963+0000 mgr.a (mgr.14403) 8234 : cluster 0 pgmap v6144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:45.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:39:45.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:45.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:46 smithi194 bash[32038]: cluster 2023-12-07T20:39:45.117635+0000 mgr.a (mgr.14403) 8235 : cluster 0 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-07T20:39:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:46 smithi135 bash[32435]: cluster 2023-12-07T20:39:45.117635+0000 mgr.a (mgr.14403) 8235 : cluster 0 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-07T20:39:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:46 smithi079 bash[28699]: cluster 2023-12-07T20:39:45.117635+0000 mgr.a (mgr.14403) 8235 : cluster 0 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-07T20:39:46.808 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:39:46.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:46.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:46.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:46.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:39:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:47 smithi079 bash[28699]: audit 2023-12-07T20:39:46.299365+0000 mgr.a (mgr.14403) 8236 : audit 0 from='client.171789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:47 smithi079 bash[28699]: cluster 2023-12-07T20:39:47.118353+0000 mgr.a (mgr.14403) 8237 : cluster 0 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-07T20:39:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:47 smithi194 bash[32038]: audit 2023-12-07T20:39:46.299365+0000 mgr.a (mgr.14403) 8236 : audit 0 from='client.171789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:47 smithi194 bash[32038]: cluster 2023-12-07T20:39:47.118353+0000 mgr.a (mgr.14403) 8237 : cluster 0 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-07T20:39:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:47 smithi135 bash[32435]: audit 2023-12-07T20:39:46.299365+0000 mgr.a (mgr.14403) 8236 : audit 0 from='client.171789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:47 smithi135 bash[32435]: cluster 2023-12-07T20:39:47.118353+0000 mgr.a (mgr.14403) 8237 : cluster 0 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-07T20:39:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:50 smithi194 bash[32038]: cluster 2023-12-07T20:39:49.119169+0000 mgr.a (mgr.14403) 8238 : cluster 0 pgmap v6147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:50 smithi135 bash[32435]: cluster 2023-12-07T20:39:49.119169+0000 mgr.a (mgr.14403) 8238 : cluster 0 pgmap v6147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:50 smithi079 bash[28699]: cluster 2023-12-07T20:39:49.119169+0000 mgr.a (mgr.14403) 8238 : cluster 0 pgmap v6147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:39:51.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:51 smithi194 bash[32038]: cluster 2023-12-07T20:39:51.119781+0000 mgr.a (mgr.14403) 8239 : cluster 0 pgmap v6148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:51.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:51 smithi135 bash[32435]: cluster 2023-12-07T20:39:51.119781+0000 mgr.a (mgr.14403) 8239 : cluster 0 pgmap v6148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:51 smithi079 bash[28699]: cluster 2023-12-07T20:39:51.119781+0000 mgr.a (mgr.14403) 8239 : cluster 0 pgmap v6148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:51.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:39:51.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:51.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:52.711 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:39:52.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:52.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:52.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:52.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:39:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:53 smithi079 bash[28699]: audit 2023-12-07T20:39:52.217708+0000 mgr.a (mgr.14403) 8240 : audit 0 from='client.171864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:53 smithi079 bash[28699]: cluster 2023-12-07T20:39:53.120608+0000 mgr.a (mgr.14403) 8241 : cluster 0 pgmap v6149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:53 smithi194 bash[32038]: audit 2023-12-07T20:39:52.217708+0000 mgr.a (mgr.14403) 8240 : audit 0 from='client.171864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:53 smithi194 bash[32038]: cluster 2023-12-07T20:39:53.120608+0000 mgr.a (mgr.14403) 8241 : cluster 0 pgmap v6149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:53 smithi135 bash[32435]: audit 2023-12-07T20:39:52.217708+0000 mgr.a (mgr.14403) 8240 : audit 0 from='client.171864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:53 smithi135 bash[32435]: cluster 2023-12-07T20:39:53.120608+0000 mgr.a (mgr.14403) 8241 : cluster 0 pgmap v6149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:39:55.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:55 smithi079 bash[28699]: cluster 2023-12-07T20:39:55.121587+0000 mgr.a (mgr.14403) 8242 : cluster 0 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-07T20:39:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:55 smithi194 bash[32038]: cluster 2023-12-07T20:39:55.121587+0000 mgr.a (mgr.14403) 8242 : cluster 0 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-07T20:39:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:55 smithi135 bash[32435]: cluster 2023-12-07T20:39:55.121587+0000 mgr.a (mgr.14403) 8242 : cluster 0 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-07T20:39:57.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:57 smithi079 bash[28699]: cluster 2023-12-07T20:39:57.122181+0000 mgr.a (mgr.14403) 8243 : cluster 0 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-07T20:39:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:57 smithi194 bash[32038]: cluster 2023-12-07T20:39:57.122181+0000 mgr.a (mgr.14403) 8243 : cluster 0 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-07T20:39:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:57 smithi135 bash[32435]: cluster 2023-12-07T20:39:57.122181+0000 mgr.a (mgr.14403) 8243 : cluster 0 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-07T20:39:57.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:39:57.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:39:57.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:39:58.621 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:39:58.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:39:58.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:39:58.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:39:58.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:39:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:58 smithi079 bash[28699]: audit 2023-12-07T20:39:58.120052+0000 mgr.a (mgr.14403) 8244 : audit 0 from='client.171939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:58.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:58 smithi194 bash[32038]: audit 2023-12-07T20:39:58.120052+0000 mgr.a (mgr.14403) 8244 : audit 0 from='client.171939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:58 smithi135 bash[32435]: audit 2023-12-07T20:39:58.120052+0000 mgr.a (mgr.14403) 8244 : audit 0 from='client.171939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:39:59.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:39:59 smithi079 bash[28699]: cluster 2023-12-07T20:39:59.123193+0000 mgr.a (mgr.14403) 8245 : cluster 0 pgmap v6152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:39:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:39:59 smithi194 bash[32038]: cluster 2023-12-07T20:39:59.123193+0000 mgr.a (mgr.14403) 8245 : cluster 0 pgmap v6152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:39:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:39:59 smithi135 bash[32435]: cluster 2023-12-07T20:39:59.123193+0000 mgr.a (mgr.14403) 8245 : cluster 0 pgmap v6152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:40:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:00 smithi079 bash[28699]: cluster 2023-12-07T20:40:00.000175+0000 mon.a (mon.0) 1594 : cluster 1 overall HEALTH_OK 2023-12-07T20:40:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:00 smithi194 bash[32038]: cluster 2023-12-07T20:40:00.000175+0000 mon.a (mon.0) 1594 : cluster 1 overall HEALTH_OK 2023-12-07T20:40:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:00 smithi135 bash[32435]: cluster 2023-12-07T20:40:00.000175+0000 mon.a (mon.0) 1594 : cluster 1 overall HEALTH_OK 2023-12-07T20:40:01.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:01 smithi079 bash[28699]: cluster 2023-12-07T20:40:01.123801+0000 mgr.a (mgr.14403) 8246 : cluster 0 pgmap v6153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:40:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:01 smithi194 bash[32038]: cluster 2023-12-07T20:40:01.123801+0000 mgr.a (mgr.14403) 8246 : cluster 0 pgmap v6153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:40:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:01 smithi135 bash[32435]: cluster 2023-12-07T20:40:01.123801+0000 mgr.a (mgr.14403) 8246 : cluster 0 pgmap v6153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:40:03.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:40:03.625 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:03.625 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:03 smithi079 bash[28699]: cluster 2023-12-07T20:40:03.124371+0000 mgr.a (mgr.14403) 8247 : cluster 0 pgmap v6154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:40:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:03 smithi194 bash[32038]: cluster 2023-12-07T20:40:03.124371+0000 mgr.a (mgr.14403) 8247 : cluster 0 pgmap v6154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:40:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:03 smithi135 bash[32435]: cluster 2023-12-07T20:40:03.124371+0000 mgr.a (mgr.14403) 8247 : cluster 0 pgmap v6154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:40:04.531 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:40:04.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:04.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:04.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:04.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:40:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:04 smithi079 bash[28699]: audit 2023-12-07T20:40:04.032319+0000 mgr.a (mgr.14403) 8248 : audit 0 from='client.172014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:04 smithi194 bash[32038]: audit 2023-12-07T20:40:04.032319+0000 mgr.a (mgr.14403) 8248 : audit 0 from='client.172014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:04 smithi135 bash[32435]: audit 2023-12-07T20:40:04.032319+0000 mgr.a (mgr.14403) 8248 : audit 0 from='client.172014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:05 smithi079 bash[28699]: cluster 2023-12-07T20:40:05.125436+0000 mgr.a (mgr.14403) 8249 : cluster 0 pgmap v6155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:05.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:05 smithi194 bash[32038]: cluster 2023-12-07T20:40:05.125436+0000 mgr.a (mgr.14403) 8249 : cluster 0 pgmap v6155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:05 smithi135 bash[32435]: cluster 2023-12-07T20:40:05.125436+0000 mgr.a (mgr.14403) 8249 : cluster 0 pgmap v6155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:07 smithi079 bash[28699]: cluster 2023-12-07T20:40:07.126042+0000 mgr.a (mgr.14403) 8250 : cluster 0 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-07T20:40:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:07 smithi194 bash[32038]: cluster 2023-12-07T20:40:07.126042+0000 mgr.a (mgr.14403) 8250 : cluster 0 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-07T20:40:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:07 smithi135 bash[32435]: cluster 2023-12-07T20:40:07.126042+0000 mgr.a (mgr.14403) 8250 : cluster 0 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-07T20:40:09.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:40:09.535 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:09.535 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:09 smithi079 bash[28699]: cluster 2023-12-07T20:40:09.126894+0000 mgr.a (mgr.14403) 8251 : cluster 0 pgmap v6157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:09 smithi194 bash[32038]: cluster 2023-12-07T20:40:09.126894+0000 mgr.a (mgr.14403) 8251 : cluster 0 pgmap v6157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:09 smithi135 bash[32435]: cluster 2023-12-07T20:40:09.126894+0000 mgr.a (mgr.14403) 8251 : cluster 0 pgmap v6157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:10.411 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:40:10.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:10.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:10.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:10.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:40:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:10 smithi079 bash[28699]: audit 2023-12-07T20:40:09.934435+0000 mgr.a (mgr.14403) 8252 : audit 0 from='client.172089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:10.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:10 smithi194 bash[32038]: audit 2023-12-07T20:40:09.934435+0000 mgr.a (mgr.14403) 8252 : audit 0 from='client.172089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:10.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:10 smithi135 bash[32435]: audit 2023-12-07T20:40:09.934435+0000 mgr.a (mgr.14403) 8252 : audit 0 from='client.172089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:11 smithi079 bash[28699]: cluster 2023-12-07T20:40:11.127682+0000 mgr.a (mgr.14403) 8253 : cluster 0 pgmap v6158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:40:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:11 smithi194 bash[32038]: cluster 2023-12-07T20:40:11.127682+0000 mgr.a (mgr.14403) 8253 : cluster 0 pgmap v6158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:40:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:11 smithi135 bash[32435]: cluster 2023-12-07T20:40:11.127682+0000 mgr.a (mgr.14403) 8253 : cluster 0 pgmap v6158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:40:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:12 smithi079 bash[28699]: audit 2023-12-07T20:40:11.558198+0000 mon.a (mon.0) 1595 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:40:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:12 smithi194 bash[32038]: audit 2023-12-07T20:40:11.558198+0000 mon.a (mon.0) 1595 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:40:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:12 smithi135 bash[32435]: audit 2023-12-07T20:40:11.558198+0000 mon.a (mon.0) 1595 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:40:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:13 smithi079 bash[28699]: audit 2023-12-07T20:40:12.345372+0000 mon.a (mon.0) 1596 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:40:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:13 smithi079 bash[28699]: audit 2023-12-07T20:40:12.347219+0000 mon.a (mon.0) 1597 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:40:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:13 smithi079 bash[28699]: audit 2023-12-07T20:40:12.357284+0000 mon.a (mon.0) 1598 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:40:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:13 smithi079 bash[28699]: cluster 2023-12-07T20:40:13.128278+0000 mgr.a (mgr.14403) 8254 : cluster 0 pgmap v6159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:40:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:13 smithi194 bash[32038]: audit 2023-12-07T20:40:12.345372+0000 mon.a (mon.0) 1596 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:40:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:13 smithi194 bash[32038]: audit 2023-12-07T20:40:12.347219+0000 mon.a (mon.0) 1597 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:40:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:13 smithi194 bash[32038]: audit 2023-12-07T20:40:12.357284+0000 mon.a (mon.0) 1598 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:40:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:13 smithi194 bash[32038]: cluster 2023-12-07T20:40:13.128278+0000 mgr.a (mgr.14403) 8254 : cluster 0 pgmap v6159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:40:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:13 smithi135 bash[32435]: audit 2023-12-07T20:40:12.345372+0000 mon.a (mon.0) 1596 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:40:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:13 smithi135 bash[32435]: audit 2023-12-07T20:40:12.347219+0000 mon.a (mon.0) 1597 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:40:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:13 smithi135 bash[32435]: audit 2023-12-07T20:40:12.357284+0000 mon.a (mon.0) 1598 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:40:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:13 smithi135 bash[32435]: cluster 2023-12-07T20:40:13.128278+0000 mgr.a (mgr.14403) 8254 : cluster 0 pgmap v6159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:40:15.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:40:15.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:15.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:16.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:16.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:16.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:16.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:40:16.353 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:40:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:16 smithi194 bash[32038]: cluster 2023-12-07T20:40:15.129123+0000 mgr.a (mgr.14403) 8255 : cluster 0 pgmap v6160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:40:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:16 smithi135 bash[32435]: cluster 2023-12-07T20:40:15.129123+0000 mgr.a (mgr.14403) 8255 : cluster 0 pgmap v6160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:40:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:16 smithi079 bash[28699]: cluster 2023-12-07T20:40:15.129123+0000 mgr.a (mgr.14403) 8255 : cluster 0 pgmap v6160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:40:17.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:17 smithi194 bash[32038]: audit 2023-12-07T20:40:15.821870+0000 mgr.a (mgr.14403) 8256 : audit 0 from='client.172164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:17.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:17 smithi135 bash[32435]: audit 2023-12-07T20:40:15.821870+0000 mgr.a (mgr.14403) 8256 : audit 0 from='client.172164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:17 smithi079 bash[28699]: audit 2023-12-07T20:40:15.821870+0000 mgr.a (mgr.14403) 8256 : audit 0 from='client.172164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:18 smithi194 bash[32038]: cluster 2023-12-07T20:40:17.129839+0000 mgr.a (mgr.14403) 8257 : cluster 0 pgmap v6161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:18 smithi135 bash[32435]: cluster 2023-12-07T20:40:17.129839+0000 mgr.a (mgr.14403) 8257 : cluster 0 pgmap v6161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:18 smithi079 bash[28699]: cluster 2023-12-07T20:40:17.129839+0000 mgr.a (mgr.14403) 8257 : cluster 0 pgmap v6161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:19.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:19 smithi135 bash[32435]: cluster 2023-12-07T20:40:19.130658+0000 mgr.a (mgr.14403) 8258 : cluster 0 pgmap v6162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:19 smithi079 bash[28699]: cluster 2023-12-07T20:40:19.130658+0000 mgr.a (mgr.14403) 8258 : cluster 0 pgmap v6162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:19 smithi194 bash[32038]: cluster 2023-12-07T20:40:19.130658+0000 mgr.a (mgr.14403) 8258 : cluster 0 pgmap v6162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:21.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:40:21.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:21.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:22.267 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:40:22.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:22.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:22.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:22.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:40:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:22 smithi194 bash[32038]: cluster 2023-12-07T20:40:21.131277+0000 mgr.a (mgr.14403) 8259 : cluster 0 pgmap v6163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:22 smithi135 bash[32435]: cluster 2023-12-07T20:40:21.131277+0000 mgr.a (mgr.14403) 8259 : cluster 0 pgmap v6163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:22 smithi079 bash[28699]: cluster 2023-12-07T20:40:21.131277+0000 mgr.a (mgr.14403) 8259 : cluster 0 pgmap v6163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:23 smithi194 bash[32038]: audit 2023-12-07T20:40:21.769471+0000 mgr.a (mgr.14403) 8260 : audit 0 from='client.172239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:23 smithi135 bash[32435]: audit 2023-12-07T20:40:21.769471+0000 mgr.a (mgr.14403) 8260 : audit 0 from='client.172239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:23 smithi079 bash[28699]: audit 2023-12-07T20:40:21.769471+0000 mgr.a (mgr.14403) 8260 : audit 0 from='client.172239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:24 smithi194 bash[32038]: cluster 2023-12-07T20:40:23.131927+0000 mgr.a (mgr.14403) 8261 : cluster 0 pgmap v6164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:24 smithi135 bash[32435]: cluster 2023-12-07T20:40:23.131927+0000 mgr.a (mgr.14403) 8261 : cluster 0 pgmap v6164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:24 smithi079 bash[28699]: cluster 2023-12-07T20:40:23.131927+0000 mgr.a (mgr.14403) 8261 : cluster 0 pgmap v6164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:25.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:25 smithi194 bash[32038]: cluster 2023-12-07T20:40:25.132741+0000 mgr.a (mgr.14403) 8262 : cluster 0 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-07T20:40:25.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:25 smithi135 bash[32435]: cluster 2023-12-07T20:40:25.132741+0000 mgr.a (mgr.14403) 8262 : cluster 0 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-07T20:40:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:25 smithi079 bash[28699]: cluster 2023-12-07T20:40:25.132741+0000 mgr.a (mgr.14403) 8262 : cluster 0 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-07T20:40:27.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:40:27.270 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:27.270 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:28.195 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:40:28.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:28.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:28.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:28.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:40:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:28 smithi194 bash[32038]: cluster 2023-12-07T20:40:27.133311+0000 mgr.a (mgr.14403) 8263 : cluster 0 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-07T20:40:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:28 smithi135 bash[32435]: cluster 2023-12-07T20:40:27.133311+0000 mgr.a (mgr.14403) 8263 : cluster 0 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-07T20:40:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:28 smithi079 bash[28699]: cluster 2023-12-07T20:40:27.133311+0000 mgr.a (mgr.14403) 8263 : cluster 0 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-07T20:40:29.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:29 smithi194 bash[32038]: audit 2023-12-07T20:40:27.678880+0000 mgr.a (mgr.14403) 8264 : audit 0 from='client.172314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:29.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:29 smithi135 bash[32435]: audit 2023-12-07T20:40:27.678880+0000 mgr.a (mgr.14403) 8264 : audit 0 from='client.172314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:29.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:29 smithi079 bash[28699]: audit 2023-12-07T20:40:27.678880+0000 mgr.a (mgr.14403) 8264 : audit 0 from='client.172314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:30 smithi194 bash[32038]: cluster 2023-12-07T20:40:29.134200+0000 mgr.a (mgr.14403) 8265 : cluster 0 pgmap v6167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:30 smithi135 bash[32435]: cluster 2023-12-07T20:40:29.134200+0000 mgr.a (mgr.14403) 8265 : cluster 0 pgmap v6167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:30 smithi079 bash[28699]: cluster 2023-12-07T20:40:29.134200+0000 mgr.a (mgr.14403) 8265 : cluster 0 pgmap v6167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:31 smithi135 bash[32435]: cluster 2023-12-07T20:40:31.134785+0000 mgr.a (mgr.14403) 8266 : cluster 0 pgmap v6168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:31 smithi079 bash[28699]: cluster 2023-12-07T20:40:31.134785+0000 mgr.a (mgr.14403) 8266 : cluster 0 pgmap v6168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:31 smithi194 bash[32038]: cluster 2023-12-07T20:40:31.134785+0000 mgr.a (mgr.14403) 8266 : cluster 0 pgmap v6168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:33.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:40:33.197 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:33.197 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:33 smithi079 bash[28699]: cluster 2023-12-07T20:40:33.135393+0000 mgr.a (mgr.14403) 8267 : cluster 0 pgmap v6169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:33 smithi194 bash[32038]: cluster 2023-12-07T20:40:33.135393+0000 mgr.a (mgr.14403) 8267 : cluster 0 pgmap v6169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:33 smithi135 bash[32435]: cluster 2023-12-07T20:40:33.135393+0000 mgr.a (mgr.14403) 8267 : cluster 0 pgmap v6169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:34.109 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:40:34.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:34.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:34.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:34.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:40:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:34 smithi079 bash[28699]: audit 2023-12-07T20:40:33.608480+0000 mgr.a (mgr.14403) 8268 : audit 0 from='client.172383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:34.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:34 smithi194 bash[32038]: audit 2023-12-07T20:40:33.608480+0000 mgr.a (mgr.14403) 8268 : audit 0 from='client.172383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:34 smithi135 bash[32435]: audit 2023-12-07T20:40:33.608480+0000 mgr.a (mgr.14403) 8268 : audit 0 from='client.172383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:35 smithi079 bash[28699]: cluster 2023-12-07T20:40:35.136453+0000 mgr.a (mgr.14403) 8269 : cluster 0 pgmap v6170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:35 smithi194 bash[32038]: cluster 2023-12-07T20:40:35.136453+0000 mgr.a (mgr.14403) 8269 : cluster 0 pgmap v6170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:35 smithi135 bash[32435]: cluster 2023-12-07T20:40:35.136453+0000 mgr.a (mgr.14403) 8269 : cluster 0 pgmap v6170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:38 smithi194 bash[32038]: cluster 2023-12-07T20:40:37.137145+0000 mgr.a (mgr.14403) 8270 : cluster 0 pgmap v6171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:38 smithi135 bash[32435]: cluster 2023-12-07T20:40:37.137145+0000 mgr.a (mgr.14403) 8270 : cluster 0 pgmap v6171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:38 smithi079 bash[28699]: cluster 2023-12-07T20:40:37.137145+0000 mgr.a (mgr.14403) 8270 : cluster 0 pgmap v6171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:39.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:40:39.114 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:39.114 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:39 smithi079 bash[28699]: cluster 2023-12-07T20:40:39.138060+0000 mgr.a (mgr.14403) 8271 : cluster 0 pgmap v6172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:39 smithi194 bash[32038]: cluster 2023-12-07T20:40:39.138060+0000 mgr.a (mgr.14403) 8271 : cluster 0 pgmap v6172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:39 smithi135 bash[32435]: cluster 2023-12-07T20:40:39.138060+0000 mgr.a (mgr.14403) 8271 : cluster 0 pgmap v6172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:40.007 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:40:40.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:40.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:40.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:40.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:40:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:40 smithi079 bash[28699]: audit 2023-12-07T20:40:39.518369+0000 mgr.a (mgr.14403) 8272 : audit 0 from='client.172458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:40.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:40 smithi194 bash[32038]: audit 2023-12-07T20:40:39.518369+0000 mgr.a (mgr.14403) 8272 : audit 0 from='client.172458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:40 smithi135 bash[32435]: audit 2023-12-07T20:40:39.518369+0000 mgr.a (mgr.14403) 8272 : audit 0 from='client.172458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:41 smithi079 bash[28699]: cluster 2023-12-07T20:40:41.138810+0000 mgr.a (mgr.14403) 8273 : cluster 0 pgmap v6173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:41 smithi194 bash[32038]: cluster 2023-12-07T20:40:41.138810+0000 mgr.a (mgr.14403) 8273 : cluster 0 pgmap v6173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:41 smithi135 bash[32435]: cluster 2023-12-07T20:40:41.138810+0000 mgr.a (mgr.14403) 8273 : cluster 0 pgmap v6173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:40:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:43 smithi079 bash[28699]: cluster 2023-12-07T20:40:43.139393+0000 mgr.a (mgr.14403) 8274 : cluster 0 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-07T20:40:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:43 smithi194 bash[32038]: cluster 2023-12-07T20:40:43.139393+0000 mgr.a (mgr.14403) 8274 : cluster 0 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-07T20:40:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:43 smithi135 bash[32435]: cluster 2023-12-07T20:40:43.139393+0000 mgr.a (mgr.14403) 8274 : cluster 0 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-07T20:40:45.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:40:45.011 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:45.011 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:45.934 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:40:45.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:45.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:45.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:45.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:40:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:46 smithi194 bash[32038]: cluster 2023-12-07T20:40:45.140121+0000 mgr.a (mgr.14403) 8275 : cluster 0 pgmap v6175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:46 smithi135 bash[32435]: cluster 2023-12-07T20:40:45.140121+0000 mgr.a (mgr.14403) 8275 : cluster 0 pgmap v6175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:46 smithi079 bash[28699]: cluster 2023-12-07T20:40:45.140121+0000 mgr.a (mgr.14403) 8275 : cluster 0 pgmap v6175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:47.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:47 smithi135 bash[32435]: audit 2023-12-07T20:40:45.425936+0000 mgr.a (mgr.14403) 8276 : audit 0 from='client.172527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:47.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:47 smithi135 bash[32435]: cluster 2023-12-07T20:40:47.140822+0000 mgr.a (mgr.14403) 8277 : cluster 0 pgmap v6176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:47 smithi079 bash[28699]: audit 2023-12-07T20:40:45.425936+0000 mgr.a (mgr.14403) 8276 : audit 0 from='client.172527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:47 smithi079 bash[28699]: cluster 2023-12-07T20:40:47.140822+0000 mgr.a (mgr.14403) 8277 : cluster 0 pgmap v6176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:47 smithi194 bash[32038]: audit 2023-12-07T20:40:45.425936+0000 mgr.a (mgr.14403) 8276 : audit 0 from='client.172527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:47 smithi194 bash[32038]: cluster 2023-12-07T20:40:47.140822+0000 mgr.a (mgr.14403) 8277 : cluster 0 pgmap v6176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:49.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:49 smithi079 bash[28699]: cluster 2023-12-07T20:40:49.141616+0000 mgr.a (mgr.14403) 8278 : cluster 0 pgmap v6177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:49 smithi194 bash[32038]: cluster 2023-12-07T20:40:49.141616+0000 mgr.a (mgr.14403) 8278 : cluster 0 pgmap v6177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:49 smithi135 bash[32435]: cluster 2023-12-07T20:40:49.141616+0000 mgr.a (mgr.14403) 8278 : cluster 0 pgmap v6177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:50.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:40:50.938 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:50.938 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:51 smithi079 bash[28699]: cluster 2023-12-07T20:40:51.142155+0000 mgr.a (mgr.14403) 8279 : cluster 0 pgmap v6178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:51 smithi194 bash[32038]: cluster 2023-12-07T20:40:51.142155+0000 mgr.a (mgr.14403) 8279 : cluster 0 pgmap v6178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:51 smithi135 bash[32435]: cluster 2023-12-07T20:40:51.142155+0000 mgr.a (mgr.14403) 8279 : cluster 0 pgmap v6178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:51.852 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:40:51.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:51.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:51.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:51.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:40:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:52 smithi079 bash[28699]: audit 2023-12-07T20:40:51.348419+0000 mgr.a (mgr.14403) 8280 : audit 0 from='client.172602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:52 smithi194 bash[32038]: audit 2023-12-07T20:40:51.348419+0000 mgr.a (mgr.14403) 8280 : audit 0 from='client.172602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:52 smithi135 bash[32435]: audit 2023-12-07T20:40:51.348419+0000 mgr.a (mgr.14403) 8280 : audit 0 from='client.172602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:53 smithi079 bash[28699]: cluster 2023-12-07T20:40:53.142826+0000 mgr.a (mgr.14403) 8281 : cluster 0 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-07T20:40:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:53 smithi194 bash[32038]: cluster 2023-12-07T20:40:53.142826+0000 mgr.a (mgr.14403) 8281 : cluster 0 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-07T20:40:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:53 smithi135 bash[32435]: cluster 2023-12-07T20:40:53.142826+0000 mgr.a (mgr.14403) 8281 : cluster 0 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-07T20:40:55.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:55 smithi079 bash[28699]: cluster 2023-12-07T20:40:55.143636+0000 mgr.a (mgr.14403) 8282 : cluster 0 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-07T20:40:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:55 smithi194 bash[32038]: cluster 2023-12-07T20:40:55.143636+0000 mgr.a (mgr.14403) 8282 : cluster 0 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-07T20:40:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:55 smithi135 bash[32435]: cluster 2023-12-07T20:40:55.143636+0000 mgr.a (mgr.14403) 8282 : cluster 0 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-07T20:40:56.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:40:56.857 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:40:56.857 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:40:57.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:57 smithi079 bash[28699]: cluster 2023-12-07T20:40:57.144140+0000 mgr.a (mgr.14403) 8283 : cluster 0 pgmap v6181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:57 smithi194 bash[32038]: cluster 2023-12-07T20:40:57.144140+0000 mgr.a (mgr.14403) 8283 : cluster 0 pgmap v6181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:57 smithi135 bash[32435]: cluster 2023-12-07T20:40:57.144140+0000 mgr.a (mgr.14403) 8283 : cluster 0 pgmap v6181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:40:57.730 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:40:57.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:40:57.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:40:57.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:40:57.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:40:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:58 smithi079 bash[28699]: audit 2023-12-07T20:40:57.257420+0000 mgr.a (mgr.14403) 8284 : audit 0 from='client.172680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:58.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:58 smithi194 bash[32038]: audit 2023-12-07T20:40:57.257420+0000 mgr.a (mgr.14403) 8284 : audit 0 from='client.172680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:58 smithi135 bash[32435]: audit 2023-12-07T20:40:57.257420+0000 mgr.a (mgr.14403) 8284 : audit 0 from='client.172680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:40:59.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:40:59 smithi079 bash[28699]: cluster 2023-12-07T20:40:59.144989+0000 mgr.a (mgr.14403) 8285 : cluster 0 pgmap v6182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:40:59 smithi194 bash[32038]: cluster 2023-12-07T20:40:59.144989+0000 mgr.a (mgr.14403) 8285 : cluster 0 pgmap v6182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:40:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:40:59 smithi135 bash[32435]: cluster 2023-12-07T20:40:59.144989+0000 mgr.a (mgr.14403) 8285 : cluster 0 pgmap v6182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:01.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:01 smithi079 bash[28699]: cluster 2023-12-07T20:41:01.145529+0000 mgr.a (mgr.14403) 8286 : cluster 0 pgmap v6183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:01 smithi194 bash[32038]: cluster 2023-12-07T20:41:01.145529+0000 mgr.a (mgr.14403) 8286 : cluster 0 pgmap v6183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:01 smithi135 bash[32435]: cluster 2023-12-07T20:41:01.145529+0000 mgr.a (mgr.14403) 8286 : cluster 0 pgmap v6183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:02.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:41:02.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:02.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:03 smithi079 bash[28699]: cluster 2023-12-07T20:41:03.146046+0000 mgr.a (mgr.14403) 8287 : cluster 0 pgmap v6184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:03 smithi079 bash[28699]: audit 2023-12-07T20:41:03.149453+0000 mgr.a (mgr.14403) 8288 : audit 0 from='client.172758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:03.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:03.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:03.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:03.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:41:03.653 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:41:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:03 smithi194 bash[32038]: cluster 2023-12-07T20:41:03.146046+0000 mgr.a (mgr.14403) 8287 : cluster 0 pgmap v6184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:03 smithi194 bash[32038]: audit 2023-12-07T20:41:03.149453+0000 mgr.a (mgr.14403) 8288 : audit 0 from='client.172758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:03 smithi135 bash[32435]: cluster 2023-12-07T20:41:03.146046+0000 mgr.a (mgr.14403) 8287 : cluster 0 pgmap v6184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:03 smithi135 bash[32435]: audit 2023-12-07T20:41:03.149453+0000 mgr.a (mgr.14403) 8288 : audit 0 from='client.172758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:05 smithi079 bash[28699]: cluster 2023-12-07T20:41:05.146877+0000 mgr.a (mgr.14403) 8289 : cluster 0 pgmap v6185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:41:05.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:05 smithi194 bash[32038]: cluster 2023-12-07T20:41:05.146877+0000 mgr.a (mgr.14403) 8289 : cluster 0 pgmap v6185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:41:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:05 smithi135 bash[32435]: cluster 2023-12-07T20:41:05.146877+0000 mgr.a (mgr.14403) 8289 : cluster 0 pgmap v6185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:41:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:07 smithi079 bash[28699]: cluster 2023-12-07T20:41:07.147446+0000 mgr.a (mgr.14403) 8290 : cluster 0 pgmap v6186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:41:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:07 smithi194 bash[32038]: cluster 2023-12-07T20:41:07.147446+0000 mgr.a (mgr.14403) 8290 : cluster 0 pgmap v6186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:41:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:07 smithi135 bash[32435]: cluster 2023-12-07T20:41:07.147446+0000 mgr.a (mgr.14403) 8290 : cluster 0 pgmap v6186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:41:08.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:41:08.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:08.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:09.568 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:41:09.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:09.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:09.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:09.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:41:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:09 smithi079 bash[28699]: audit 2023-12-07T20:41:09.055813+0000 mgr.a (mgr.14403) 8291 : audit 0 from='client.172836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:09 smithi079 bash[28699]: cluster 2023-12-07T20:41:09.148268+0000 mgr.a (mgr.14403) 8292 : cluster 0 pgmap v6187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:09 smithi194 bash[32038]: audit 2023-12-07T20:41:09.055813+0000 mgr.a (mgr.14403) 8291 : audit 0 from='client.172836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:09 smithi194 bash[32038]: cluster 2023-12-07T20:41:09.148268+0000 mgr.a (mgr.14403) 8292 : cluster 0 pgmap v6187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:09 smithi135 bash[32435]: audit 2023-12-07T20:41:09.055813+0000 mgr.a (mgr.14403) 8291 : audit 0 from='client.172836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:09 smithi135 bash[32435]: cluster 2023-12-07T20:41:09.148268+0000 mgr.a (mgr.14403) 8292 : cluster 0 pgmap v6187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:11 smithi079 bash[28699]: cluster 2023-12-07T20:41:11.148927+0000 mgr.a (mgr.14403) 8293 : cluster 0 pgmap v6188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:11 smithi194 bash[32038]: cluster 2023-12-07T20:41:11.148927+0000 mgr.a (mgr.14403) 8293 : cluster 0 pgmap v6188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:11 smithi135 bash[32435]: cluster 2023-12-07T20:41:11.148927+0000 mgr.a (mgr.14403) 8293 : cluster 0 pgmap v6188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:13 smithi079 bash[28699]: audit 2023-12-07T20:41:12.459369+0000 mon.a (mon.0) 1599 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:41:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:13 smithi079 bash[28699]: cluster 2023-12-07T20:41:13.149350+0000 mgr.a (mgr.14403) 8294 : cluster 0 pgmap v6189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:13 smithi079 bash[28699]: audit 2023-12-07T20:41:13.214900+0000 mon.a (mon.0) 1600 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:41:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:13 smithi079 bash[28699]: audit 2023-12-07T20:41:13.216666+0000 mon.a (mon.0) 1601 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:41:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:13 smithi079 bash[28699]: audit 2023-12-07T20:41:13.226293+0000 mon.a (mon.0) 1602 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:41:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:13 smithi194 bash[32038]: audit 2023-12-07T20:41:12.459369+0000 mon.a (mon.0) 1599 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:41:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:13 smithi194 bash[32038]: cluster 2023-12-07T20:41:13.149350+0000 mgr.a (mgr.14403) 8294 : cluster 0 pgmap v6189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:13 smithi194 bash[32038]: audit 2023-12-07T20:41:13.214900+0000 mon.a (mon.0) 1600 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:41:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:13 smithi194 bash[32038]: audit 2023-12-07T20:41:13.216666+0000 mon.a (mon.0) 1601 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:41:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:13 smithi194 bash[32038]: audit 2023-12-07T20:41:13.226293+0000 mon.a (mon.0) 1602 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:41:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:13 smithi135 bash[32435]: audit 2023-12-07T20:41:12.459369+0000 mon.a (mon.0) 1599 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:41:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:13 smithi135 bash[32435]: cluster 2023-12-07T20:41:13.149350+0000 mgr.a (mgr.14403) 8294 : cluster 0 pgmap v6189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:13 smithi135 bash[32435]: audit 2023-12-07T20:41:13.214900+0000 mon.a (mon.0) 1600 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:41:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:13 smithi135 bash[32435]: audit 2023-12-07T20:41:13.216666+0000 mon.a (mon.0) 1601 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:41:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:13 smithi135 bash[32435]: audit 2023-12-07T20:41:13.226293+0000 mon.a (mon.0) 1602 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:41:14.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:41:14.572 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:14.572 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:15.457 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:41:15.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:15.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:15.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:15.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:41:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:15 smithi079 bash[28699]: audit 2023-12-07T20:41:14.973753+0000 mgr.a (mgr.14403) 8295 : audit 0 from='client.172914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:15 smithi079 bash[28699]: cluster 2023-12-07T20:41:15.150419+0000 mgr.a (mgr.14403) 8296 : cluster 0 pgmap v6190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:15 smithi194 bash[32038]: audit 2023-12-07T20:41:14.973753+0000 mgr.a (mgr.14403) 8295 : audit 0 from='client.172914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:15 smithi194 bash[32038]: cluster 2023-12-07T20:41:15.150419+0000 mgr.a (mgr.14403) 8296 : cluster 0 pgmap v6190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:15 smithi135 bash[32435]: audit 2023-12-07T20:41:14.973753+0000 mgr.a (mgr.14403) 8295 : audit 0 from='client.172914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:15 smithi135 bash[32435]: cluster 2023-12-07T20:41:15.150419+0000 mgr.a (mgr.14403) 8296 : cluster 0 pgmap v6190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:17 smithi079 bash[28699]: cluster 2023-12-07T20:41:17.151247+0000 mgr.a (mgr.14403) 8297 : cluster 0 pgmap v6191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:41:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:17 smithi194 bash[32038]: cluster 2023-12-07T20:41:17.151247+0000 mgr.a (mgr.14403) 8297 : cluster 0 pgmap v6191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:41:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:17 smithi135 bash[32435]: cluster 2023-12-07T20:41:17.151247+0000 mgr.a (mgr.14403) 8297 : cluster 0 pgmap v6191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:41:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:19 smithi079 bash[28699]: cluster 2023-12-07T20:41:19.152022+0000 mgr.a (mgr.14403) 8298 : cluster 0 pgmap v6192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:41:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:19 smithi194 bash[32038]: cluster 2023-12-07T20:41:19.152022+0000 mgr.a (mgr.14403) 8298 : cluster 0 pgmap v6192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:41:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:19 smithi135 bash[32435]: cluster 2023-12-07T20:41:19.152022+0000 mgr.a (mgr.14403) 8298 : cluster 0 pgmap v6192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:41:20.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:41:20.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:20.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:21.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:41:21.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:21.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:21.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:21.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:41:21.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:21 smithi079 bash[28699]: audit 2023-12-07T20:41:20.858339+0000 mgr.a (mgr.14403) 8299 : audit 0 from='client.172986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:21.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:21 smithi079 bash[28699]: cluster 2023-12-07T20:41:21.152966+0000 mgr.a (mgr.14403) 8300 : cluster 0 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-07T20:41:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:21 smithi194 bash[32038]: audit 2023-12-07T20:41:20.858339+0000 mgr.a (mgr.14403) 8299 : audit 0 from='client.172986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:21 smithi194 bash[32038]: cluster 2023-12-07T20:41:21.152966+0000 mgr.a (mgr.14403) 8300 : cluster 0 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-07T20:41:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:21 smithi135 bash[32435]: audit 2023-12-07T20:41:20.858339+0000 mgr.a (mgr.14403) 8299 : audit 0 from='client.172986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:21 smithi135 bash[32435]: cluster 2023-12-07T20:41:21.152966+0000 mgr.a (mgr.14403) 8300 : cluster 0 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-07T20:41:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:23 smithi079 bash[28699]: cluster 2023-12-07T20:41:23.153671+0000 mgr.a (mgr.14403) 8301 : cluster 0 pgmap v6194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:23 smithi194 bash[32038]: cluster 2023-12-07T20:41:23.153671+0000 mgr.a (mgr.14403) 8301 : cluster 0 pgmap v6194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:23 smithi135 bash[32435]: cluster 2023-12-07T20:41:23.153671+0000 mgr.a (mgr.14403) 8301 : cluster 0 pgmap v6194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:25 smithi079 bash[28699]: cluster 2023-12-07T20:41:25.154506+0000 mgr.a (mgr.14403) 8302 : cluster 0 pgmap v6195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:25 smithi194 bash[32038]: cluster 2023-12-07T20:41:25.154506+0000 mgr.a (mgr.14403) 8302 : cluster 0 pgmap v6195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:25 smithi135 bash[32435]: cluster 2023-12-07T20:41:25.154506+0000 mgr.a (mgr.14403) 8302 : cluster 0 pgmap v6195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:26.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:41:26.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:26.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:27.268 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:41:27.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:27.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:27.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:27.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:41:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:27 smithi079 bash[28699]: audit 2023-12-07T20:41:26.768401+0000 mgr.a (mgr.14403) 8303 : audit 0 from='client.173061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:27 smithi079 bash[28699]: cluster 2023-12-07T20:41:27.155018+0000 mgr.a (mgr.14403) 8304 : cluster 0 pgmap v6196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:27 smithi194 bash[32038]: audit 2023-12-07T20:41:26.768401+0000 mgr.a (mgr.14403) 8303 : audit 0 from='client.173061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:27 smithi194 bash[32038]: cluster 2023-12-07T20:41:27.155018+0000 mgr.a (mgr.14403) 8304 : cluster 0 pgmap v6196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:27 smithi135 bash[32435]: audit 2023-12-07T20:41:26.768401+0000 mgr.a (mgr.14403) 8303 : audit 0 from='client.173061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:27 smithi135 bash[32435]: cluster 2023-12-07T20:41:27.155018+0000 mgr.a (mgr.14403) 8304 : cluster 0 pgmap v6196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:29.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:29 smithi079 bash[28699]: cluster 2023-12-07T20:41:29.155896+0000 mgr.a (mgr.14403) 8305 : cluster 0 pgmap v6197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:29 smithi194 bash[32038]: cluster 2023-12-07T20:41:29.155896+0000 mgr.a (mgr.14403) 8305 : cluster 0 pgmap v6197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:29 smithi135 bash[32435]: cluster 2023-12-07T20:41:29.155896+0000 mgr.a (mgr.14403) 8305 : cluster 0 pgmap v6197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:31 smithi079 bash[28699]: cluster 2023-12-07T20:41:31.156604+0000 mgr.a (mgr.14403) 8306 : cluster 0 pgmap v6198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:31 smithi194 bash[32038]: cluster 2023-12-07T20:41:31.156604+0000 mgr.a (mgr.14403) 8306 : cluster 0 pgmap v6198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:31 smithi135 bash[32435]: cluster 2023-12-07T20:41:31.156604+0000 mgr.a (mgr.14403) 8306 : cluster 0 pgmap v6198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:32.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:41:32.272 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:32.272 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:33.189 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:41:33.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:33.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:33.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:33.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:41:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:33 smithi079 bash[28699]: audit 2023-12-07T20:41:32.673175+0000 mgr.a (mgr.14403) 8307 : audit 0 from='client.173133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:33 smithi079 bash[28699]: cluster 2023-12-07T20:41:33.157144+0000 mgr.a (mgr.14403) 8308 : cluster 0 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-07T20:41:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:33 smithi194 bash[32038]: audit 2023-12-07T20:41:32.673175+0000 mgr.a (mgr.14403) 8307 : audit 0 from='client.173133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:33 smithi194 bash[32038]: cluster 2023-12-07T20:41:33.157144+0000 mgr.a (mgr.14403) 8308 : cluster 0 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-07T20:41:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:33 smithi135 bash[32435]: audit 2023-12-07T20:41:32.673175+0000 mgr.a (mgr.14403) 8307 : audit 0 from='client.173133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:33 smithi135 bash[32435]: cluster 2023-12-07T20:41:33.157144+0000 mgr.a (mgr.14403) 8308 : cluster 0 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-07T20:41:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:35 smithi079 bash[28699]: cluster 2023-12-07T20:41:35.157909+0000 mgr.a (mgr.14403) 8309 : cluster 0 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-07T20:41:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:35 smithi194 bash[32038]: cluster 2023-12-07T20:41:35.157909+0000 mgr.a (mgr.14403) 8309 : cluster 0 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-07T20:41:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:35 smithi135 bash[32435]: cluster 2023-12-07T20:41:35.157909+0000 mgr.a (mgr.14403) 8309 : cluster 0 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-07T20:41:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:37 smithi079 bash[28699]: cluster 2023-12-07T20:41:37.158476+0000 mgr.a (mgr.14403) 8310 : cluster 0 pgmap v6201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:37 smithi194 bash[32038]: cluster 2023-12-07T20:41:37.158476+0000 mgr.a (mgr.14403) 8310 : cluster 0 pgmap v6201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:37 smithi135 bash[32435]: cluster 2023-12-07T20:41:37.158476+0000 mgr.a (mgr.14403) 8310 : cluster 0 pgmap v6201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:38.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:41:38.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:38.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:39.086 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:41:39.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:39.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:39.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:39.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:41:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:39 smithi079 bash[28699]: audit 2023-12-07T20:41:38.596143+0000 mgr.a (mgr.14403) 8311 : audit 0 from='client.173208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:39 smithi079 bash[28699]: cluster 2023-12-07T20:41:39.159747+0000 mgr.a (mgr.14403) 8312 : cluster 0 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-07T20:41:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:39 smithi194 bash[32038]: audit 2023-12-07T20:41:38.596143+0000 mgr.a (mgr.14403) 8311 : audit 0 from='client.173208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:39 smithi194 bash[32038]: cluster 2023-12-07T20:41:39.159747+0000 mgr.a (mgr.14403) 8312 : cluster 0 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-07T20:41:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:39 smithi135 bash[32435]: audit 2023-12-07T20:41:38.596143+0000 mgr.a (mgr.14403) 8311 : audit 0 from='client.173208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:39 smithi135 bash[32435]: cluster 2023-12-07T20:41:39.159747+0000 mgr.a (mgr.14403) 8312 : cluster 0 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-07T20:41:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:41 smithi079 bash[28699]: cluster 2023-12-07T20:41:41.160378+0000 mgr.a (mgr.14403) 8313 : cluster 0 pgmap v6203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:41 smithi194 bash[32038]: cluster 2023-12-07T20:41:41.160378+0000 mgr.a (mgr.14403) 8313 : cluster 0 pgmap v6203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:41 smithi135 bash[32435]: cluster 2023-12-07T20:41:41.160378+0000 mgr.a (mgr.14403) 8313 : cluster 0 pgmap v6203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:43 smithi079 bash[28699]: cluster 2023-12-07T20:41:43.160940+0000 mgr.a (mgr.14403) 8314 : cluster 0 pgmap v6204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:43 smithi194 bash[32038]: cluster 2023-12-07T20:41:43.160940+0000 mgr.a (mgr.14403) 8314 : cluster 0 pgmap v6204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:43 smithi135 bash[32435]: cluster 2023-12-07T20:41:43.160940+0000 mgr.a (mgr.14403) 8314 : cluster 0 pgmap v6204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:44.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:41:44.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:44.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:44.991 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:41:44.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:44.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:44.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:44.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:41:45.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:45 smithi079 bash[28699]: audit 2023-12-07T20:41:44.492545+0000 mgr.a (mgr.14403) 8315 : audit 0 from='client.173283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:45 smithi079 bash[28699]: cluster 2023-12-07T20:41:45.161992+0000 mgr.a (mgr.14403) 8316 : cluster 0 pgmap v6205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:45 smithi194 bash[32038]: audit 2023-12-07T20:41:44.492545+0000 mgr.a (mgr.14403) 8315 : audit 0 from='client.173283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:45 smithi194 bash[32038]: cluster 2023-12-07T20:41:45.161992+0000 mgr.a (mgr.14403) 8316 : cluster 0 pgmap v6205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:45 smithi135 bash[32435]: audit 2023-12-07T20:41:44.492545+0000 mgr.a (mgr.14403) 8315 : audit 0 from='client.173283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:45 smithi135 bash[32435]: cluster 2023-12-07T20:41:45.161992+0000 mgr.a (mgr.14403) 8316 : cluster 0 pgmap v6205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:47 smithi079 bash[28699]: cluster 2023-12-07T20:41:47.162569+0000 mgr.a (mgr.14403) 8317 : cluster 0 pgmap v6206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:47 smithi194 bash[32038]: cluster 2023-12-07T20:41:47.162569+0000 mgr.a (mgr.14403) 8317 : cluster 0 pgmap v6206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:47 smithi135 bash[32435]: cluster 2023-12-07T20:41:47.162569+0000 mgr.a (mgr.14403) 8317 : cluster 0 pgmap v6206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:41:49.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:49 smithi079 bash[28699]: cluster 2023-12-07T20:41:49.163344+0000 mgr.a (mgr.14403) 8318 : cluster 0 pgmap v6207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:49 smithi194 bash[32038]: cluster 2023-12-07T20:41:49.163344+0000 mgr.a (mgr.14403) 8318 : cluster 0 pgmap v6207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:49 smithi135 bash[32435]: cluster 2023-12-07T20:41:49.163344+0000 mgr.a (mgr.14403) 8318 : cluster 0 pgmap v6207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:49.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:41:49.995 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:49.995 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:50.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:50.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:50.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:50.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:41:50.906 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:41:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:51 smithi079 bash[28699]: audit 2023-12-07T20:41:50.408085+0000 mgr.a (mgr.14403) 8319 : audit 0 from='client.173361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:51 smithi079 bash[28699]: cluster 2023-12-07T20:41:51.164044+0000 mgr.a (mgr.14403) 8320 : cluster 0 pgmap v6208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:51 smithi194 bash[32038]: audit 2023-12-07T20:41:50.408085+0000 mgr.a (mgr.14403) 8319 : audit 0 from='client.173361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:51 smithi194 bash[32038]: cluster 2023-12-07T20:41:51.164044+0000 mgr.a (mgr.14403) 8320 : cluster 0 pgmap v6208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:51 smithi135 bash[32435]: audit 2023-12-07T20:41:50.408085+0000 mgr.a (mgr.14403) 8319 : audit 0 from='client.173361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:51 smithi135 bash[32435]: cluster 2023-12-07T20:41:51.164044+0000 mgr.a (mgr.14403) 8320 : cluster 0 pgmap v6208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:53 smithi079 bash[28699]: cluster 2023-12-07T20:41:53.164751+0000 mgr.a (mgr.14403) 8321 : cluster 0 pgmap v6209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:53 smithi194 bash[32038]: cluster 2023-12-07T20:41:53.164751+0000 mgr.a (mgr.14403) 8321 : cluster 0 pgmap v6209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:53 smithi135 bash[32435]: cluster 2023-12-07T20:41:53.164751+0000 mgr.a (mgr.14403) 8321 : cluster 0 pgmap v6209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:55.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:55 smithi079 bash[28699]: cluster 2023-12-07T20:41:55.165653+0000 mgr.a (mgr.14403) 8322 : cluster 0 pgmap v6210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:55 smithi194 bash[32038]: cluster 2023-12-07T20:41:55.165653+0000 mgr.a (mgr.14403) 8322 : cluster 0 pgmap v6210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:55 smithi135 bash[32435]: cluster 2023-12-07T20:41:55.165653+0000 mgr.a (mgr.14403) 8322 : cluster 0 pgmap v6210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:55.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:41:55.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:41:55.910 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:41:56.758 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:41:56.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:41:56.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:41:56.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:41:56.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:41:57.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:57 smithi079 bash[28699]: audit 2023-12-07T20:41:56.309198+0000 mgr.a (mgr.14403) 8323 : audit 0 from='client.173436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:57.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:57 smithi079 bash[28699]: cluster 2023-12-07T20:41:57.166388+0000 mgr.a (mgr.14403) 8324 : cluster 0 pgmap v6211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:57 smithi194 bash[32038]: audit 2023-12-07T20:41:56.309198+0000 mgr.a (mgr.14403) 8323 : audit 0 from='client.173436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:57 smithi194 bash[32038]: cluster 2023-12-07T20:41:57.166388+0000 mgr.a (mgr.14403) 8324 : cluster 0 pgmap v6211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:57 smithi135 bash[32435]: audit 2023-12-07T20:41:56.309198+0000 mgr.a (mgr.14403) 8323 : audit 0 from='client.173436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:41:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:57 smithi135 bash[32435]: cluster 2023-12-07T20:41:57.166388+0000 mgr.a (mgr.14403) 8324 : cluster 0 pgmap v6211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:41:59.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:41:59 smithi079 bash[28699]: cluster 2023-12-07T20:41:59.167150+0000 mgr.a (mgr.14403) 8325 : cluster 0 pgmap v6212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:41:59 smithi194 bash[32038]: cluster 2023-12-07T20:41:59.167150+0000 mgr.a (mgr.14403) 8325 : cluster 0 pgmap v6212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:41:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:41:59 smithi135 bash[32435]: cluster 2023-12-07T20:41:59.167150+0000 mgr.a (mgr.14403) 8325 : cluster 0 pgmap v6212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:01.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:01 smithi079 bash[28699]: cluster 2023-12-07T20:42:01.167709+0000 mgr.a (mgr.14403) 8326 : cluster 0 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-07T20:42:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:01 smithi194 bash[32038]: cluster 2023-12-07T20:42:01.167709+0000 mgr.a (mgr.14403) 8326 : cluster 0 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-07T20:42:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:01 smithi135 bash[32435]: cluster 2023-12-07T20:42:01.167709+0000 mgr.a (mgr.14403) 8326 : cluster 0 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-07T20:42:01.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:42:01.762 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:01.762 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:02 smithi079 bash[28699]: audit 2023-12-07T20:42:02.162539+0000 mgr.a (mgr.14403) 8327 : audit 0 from='client.173511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:02.667 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:42:02.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:02.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:02.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:02.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:42:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:02 smithi194 bash[32038]: audit 2023-12-07T20:42:02.162539+0000 mgr.a (mgr.14403) 8327 : audit 0 from='client.173511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:02 smithi135 bash[32435]: audit 2023-12-07T20:42:02.162539+0000 mgr.a (mgr.14403) 8327 : audit 0 from='client.173511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:03 smithi079 bash[28699]: cluster 2023-12-07T20:42:03.168366+0000 mgr.a (mgr.14403) 8328 : cluster 0 pgmap v6214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:03 smithi194 bash[32038]: cluster 2023-12-07T20:42:03.168366+0000 mgr.a (mgr.14403) 8328 : cluster 0 pgmap v6214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:03 smithi135 bash[32435]: cluster 2023-12-07T20:42:03.168366+0000 mgr.a (mgr.14403) 8328 : cluster 0 pgmap v6214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:05 smithi079 bash[28699]: cluster 2023-12-07T20:42:05.169165+0000 mgr.a (mgr.14403) 8329 : cluster 0 pgmap v6215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:05.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:05 smithi194 bash[32038]: cluster 2023-12-07T20:42:05.169165+0000 mgr.a (mgr.14403) 8329 : cluster 0 pgmap v6215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:05 smithi135 bash[32435]: cluster 2023-12-07T20:42:05.169165+0000 mgr.a (mgr.14403) 8329 : cluster 0 pgmap v6215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:07 smithi079 bash[28699]: cluster 2023-12-07T20:42:07.169713+0000 mgr.a (mgr.14403) 8330 : cluster 0 pgmap v6216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:07.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:42:07.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:07.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:07 smithi194 bash[32038]: cluster 2023-12-07T20:42:07.169713+0000 mgr.a (mgr.14403) 8330 : cluster 0 pgmap v6216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:07 smithi135 bash[32435]: cluster 2023-12-07T20:42:07.169713+0000 mgr.a (mgr.14403) 8330 : cluster 0 pgmap v6216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:08.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:08.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:08.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:08.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:42:08.588 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:42:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:08 smithi079 bash[28699]: audit 2023-12-07T20:42:08.079650+0000 mgr.a (mgr.14403) 8331 : audit 0 from='client.173586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:08 smithi194 bash[32038]: audit 2023-12-07T20:42:08.079650+0000 mgr.a (mgr.14403) 8331 : audit 0 from='client.173586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:08.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:08 smithi135 bash[32435]: audit 2023-12-07T20:42:08.079650+0000 mgr.a (mgr.14403) 8331 : audit 0 from='client.173586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:09 smithi079 bash[28699]: cluster 2023-12-07T20:42:09.170587+0000 mgr.a (mgr.14403) 8332 : cluster 0 pgmap v6217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:42:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:09 smithi194 bash[32038]: cluster 2023-12-07T20:42:09.170587+0000 mgr.a (mgr.14403) 8332 : cluster 0 pgmap v6217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:42:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:09 smithi135 bash[32435]: cluster 2023-12-07T20:42:09.170587+0000 mgr.a (mgr.14403) 8332 : cluster 0 pgmap v6217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:42:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:11 smithi079 bash[28699]: cluster 2023-12-07T20:42:11.171151+0000 mgr.a (mgr.14403) 8333 : cluster 0 pgmap v6218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:42:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:11 smithi194 bash[32038]: cluster 2023-12-07T20:42:11.171151+0000 mgr.a (mgr.14403) 8333 : cluster 0 pgmap v6218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:42:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:11 smithi135 bash[32435]: cluster 2023-12-07T20:42:11.171151+0000 mgr.a (mgr.14403) 8333 : cluster 0 pgmap v6218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:42:13.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:42:13.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:13.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:13 smithi079 bash[28699]: cluster 2023-12-07T20:42:13.171728+0000 mgr.a (mgr.14403) 8334 : cluster 0 pgmap v6219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:42:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:13 smithi079 bash[28699]: audit 2023-12-07T20:42:13.330565+0000 mon.a (mon.0) 1603 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:42:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:13 smithi194 bash[32038]: cluster 2023-12-07T20:42:13.171728+0000 mgr.a (mgr.14403) 8334 : cluster 0 pgmap v6219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:42:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:13 smithi194 bash[32038]: audit 2023-12-07T20:42:13.330565+0000 mon.a (mon.0) 1603 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:42:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:13 smithi135 bash[32435]: cluster 2023-12-07T20:42:13.171728+0000 mgr.a (mgr.14403) 8334 : cluster 0 pgmap v6219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:42:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:13 smithi135 bash[32435]: audit 2023-12-07T20:42:13.330565+0000 mon.a (mon.0) 1603 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:42:14.514 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:42:14.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:14.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:14.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:14.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:42:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:14 smithi079 bash[28699]: audit 2023-12-07T20:42:14.002362+0000 mgr.a (mgr.14403) 8335 : audit 0 from='client.173664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:14 smithi079 bash[28699]: audit 2023-12-07T20:42:14.120948+0000 mon.a (mon.0) 1604 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:42:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:14 smithi079 bash[28699]: audit 2023-12-07T20:42:14.122366+0000 mon.a (mon.0) 1605 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:42:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:14 smithi079 bash[28699]: audit 2023-12-07T20:42:14.129446+0000 mon.a (mon.0) 1606 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:42:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:14 smithi194 bash[32038]: audit 2023-12-07T20:42:14.002362+0000 mgr.a (mgr.14403) 8335 : audit 0 from='client.173664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:14 smithi194 bash[32038]: audit 2023-12-07T20:42:14.120948+0000 mon.a (mon.0) 1604 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:42:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:14 smithi194 bash[32038]: audit 2023-12-07T20:42:14.122366+0000 mon.a (mon.0) 1605 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:42:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:14 smithi194 bash[32038]: audit 2023-12-07T20:42:14.129446+0000 mon.a (mon.0) 1606 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:42:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:14 smithi135 bash[32435]: audit 2023-12-07T20:42:14.002362+0000 mgr.a (mgr.14403) 8335 : audit 0 from='client.173664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:14 smithi135 bash[32435]: audit 2023-12-07T20:42:14.120948+0000 mon.a (mon.0) 1604 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:42:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:14 smithi135 bash[32435]: audit 2023-12-07T20:42:14.122366+0000 mon.a (mon.0) 1605 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:42:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:14 smithi135 bash[32435]: audit 2023-12-07T20:42:14.129446+0000 mon.a (mon.0) 1606 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:42:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:15 smithi079 bash[28699]: cluster 2023-12-07T20:42:15.172706+0000 mgr.a (mgr.14403) 8336 : cluster 0 pgmap v6220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:15 smithi194 bash[32038]: cluster 2023-12-07T20:42:15.172706+0000 mgr.a (mgr.14403) 8336 : cluster 0 pgmap v6220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:15 smithi135 bash[32435]: cluster 2023-12-07T20:42:15.172706+0000 mgr.a (mgr.14403) 8336 : cluster 0 pgmap v6220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:17 smithi079 bash[28699]: cluster 2023-12-07T20:42:17.173291+0000 mgr.a (mgr.14403) 8337 : cluster 0 pgmap v6221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:17 smithi194 bash[32038]: cluster 2023-12-07T20:42:17.173291+0000 mgr.a (mgr.14403) 8337 : cluster 0 pgmap v6221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:17 smithi135 bash[32435]: cluster 2023-12-07T20:42:17.173291+0000 mgr.a (mgr.14403) 8337 : cluster 0 pgmap v6221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:19.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:42:19.517 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:19.518 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:19 smithi079 bash[28699]: cluster 2023-12-07T20:42:19.174156+0000 mgr.a (mgr.14403) 8338 : cluster 0 pgmap v6222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:19 smithi194 bash[32038]: cluster 2023-12-07T20:42:19.174156+0000 mgr.a (mgr.14403) 8338 : cluster 0 pgmap v6222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:19 smithi135 bash[32435]: cluster 2023-12-07T20:42:19.174156+0000 mgr.a (mgr.14403) 8338 : cluster 0 pgmap v6222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:20.416 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:42:20.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:20.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:20.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:20.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:42:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:20 smithi079 bash[28699]: audit 2023-12-07T20:42:19.920239+0000 mgr.a (mgr.14403) 8339 : audit 0 from='client.173739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:20 smithi194 bash[32038]: audit 2023-12-07T20:42:19.920239+0000 mgr.a (mgr.14403) 8339 : audit 0 from='client.173739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:20 smithi135 bash[32435]: audit 2023-12-07T20:42:19.920239+0000 mgr.a (mgr.14403) 8339 : audit 0 from='client.173739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:21.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:21 smithi079 bash[28699]: cluster 2023-12-07T20:42:21.174838+0000 mgr.a (mgr.14403) 8340 : cluster 0 pgmap v6223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:42:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:21 smithi194 bash[32038]: cluster 2023-12-07T20:42:21.174838+0000 mgr.a (mgr.14403) 8340 : cluster 0 pgmap v6223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:42:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:21 smithi135 bash[32435]: cluster 2023-12-07T20:42:21.174838+0000 mgr.a (mgr.14403) 8340 : cluster 0 pgmap v6223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:42:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:23 smithi079 bash[28699]: cluster 2023-12-07T20:42:23.175525+0000 mgr.a (mgr.14403) 8341 : cluster 0 pgmap v6224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:42:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:23 smithi194 bash[32038]: cluster 2023-12-07T20:42:23.175525+0000 mgr.a (mgr.14403) 8341 : cluster 0 pgmap v6224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:42:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:23 smithi135 bash[32435]: cluster 2023-12-07T20:42:23.175525+0000 mgr.a (mgr.14403) 8341 : cluster 0 pgmap v6224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:42:25.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:42:25.419 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:25.419 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:25 smithi079 bash[28699]: cluster 2023-12-07T20:42:25.176432+0000 mgr.a (mgr.14403) 8342 : cluster 0 pgmap v6225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:42:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:25 smithi194 bash[32038]: cluster 2023-12-07T20:42:25.176432+0000 mgr.a (mgr.14403) 8342 : cluster 0 pgmap v6225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:42:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:25 smithi135 bash[32435]: cluster 2023-12-07T20:42:25.176432+0000 mgr.a (mgr.14403) 8342 : cluster 0 pgmap v6225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:42:26.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:26.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:26.317 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:42:26.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:26.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:42:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:26 smithi079 bash[28699]: audit 2023-12-07T20:42:25.820950+0000 mgr.a (mgr.14403) 8343 : audit 0 from='client.173817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:26.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:26 smithi194 bash[32038]: audit 2023-12-07T20:42:25.820950+0000 mgr.a (mgr.14403) 8343 : audit 0 from='client.173817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:26 smithi135 bash[32435]: audit 2023-12-07T20:42:25.820950+0000 mgr.a (mgr.14403) 8343 : audit 0 from='client.173817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:27 smithi079 bash[28699]: cluster 2023-12-07T20:42:27.177114+0000 mgr.a (mgr.14403) 8344 : cluster 0 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-07T20:42:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:27 smithi194 bash[32038]: cluster 2023-12-07T20:42:27.177114+0000 mgr.a (mgr.14403) 8344 : cluster 0 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-07T20:42:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:27 smithi135 bash[32435]: cluster 2023-12-07T20:42:27.177114+0000 mgr.a (mgr.14403) 8344 : cluster 0 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-07T20:42:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:29 smithi079 bash[28699]: cluster 2023-12-07T20:42:29.178000+0000 mgr.a (mgr.14403) 8345 : cluster 0 pgmap v6227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:29 smithi194 bash[32038]: cluster 2023-12-07T20:42:29.178000+0000 mgr.a (mgr.14403) 8345 : cluster 0 pgmap v6227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:29 smithi135 bash[32435]: cluster 2023-12-07T20:42:29.178000+0000 mgr.a (mgr.14403) 8345 : cluster 0 pgmap v6227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:31.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:42:31.321 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:31.321 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:31 smithi079 bash[28699]: cluster 2023-12-07T20:42:31.178571+0000 mgr.a (mgr.14403) 8346 : cluster 0 pgmap v6228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:31 smithi194 bash[32038]: cluster 2023-12-07T20:42:31.178571+0000 mgr.a (mgr.14403) 8346 : cluster 0 pgmap v6228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:31 smithi135 bash[32435]: cluster 2023-12-07T20:42:31.178571+0000 mgr.a (mgr.14403) 8346 : cluster 0 pgmap v6228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:32.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:32.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:32.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:32.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:42:32.213 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:42:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:32 smithi079 bash[28699]: audit 2023-12-07T20:42:31.710887+0000 mgr.a (mgr.14403) 8347 : audit 0 from='client.173889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:32.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:32 smithi194 bash[32038]: audit 2023-12-07T20:42:31.710887+0000 mgr.a (mgr.14403) 8347 : audit 0 from='client.173889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:32 smithi135 bash[32435]: audit 2023-12-07T20:42:31.710887+0000 mgr.a (mgr.14403) 8347 : audit 0 from='client.173889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:33 smithi079 bash[28699]: cluster 2023-12-07T20:42:33.179191+0000 mgr.a (mgr.14403) 8348 : cluster 0 pgmap v6229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:33 smithi194 bash[32038]: cluster 2023-12-07T20:42:33.179191+0000 mgr.a (mgr.14403) 8348 : cluster 0 pgmap v6229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:33 smithi135 bash[32435]: cluster 2023-12-07T20:42:33.179191+0000 mgr.a (mgr.14403) 8348 : cluster 0 pgmap v6229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:35 smithi079 bash[28699]: cluster 2023-12-07T20:42:35.179923+0000 mgr.a (mgr.14403) 8349 : cluster 0 pgmap v6230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:35 smithi194 bash[32038]: cluster 2023-12-07T20:42:35.179923+0000 mgr.a (mgr.14403) 8349 : cluster 0 pgmap v6230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:35 smithi135 bash[32435]: cluster 2023-12-07T20:42:35.179923+0000 mgr.a (mgr.14403) 8349 : cluster 0 pgmap v6230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:37.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:42:37.217 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:37.217 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:37 smithi079 bash[28699]: cluster 2023-12-07T20:42:37.180489+0000 mgr.a (mgr.14403) 8350 : cluster 0 pgmap v6231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:37 smithi194 bash[32038]: cluster 2023-12-07T20:42:37.180489+0000 mgr.a (mgr.14403) 8350 : cluster 0 pgmap v6231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:37 smithi135 bash[32435]: cluster 2023-12-07T20:42:37.180489+0000 mgr.a (mgr.14403) 8350 : cluster 0 pgmap v6231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:38.125 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:42:38.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:38.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:38.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:38.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:42:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:38 smithi079 bash[28699]: audit 2023-12-07T20:42:37.634546+0000 mgr.a (mgr.14403) 8351 : audit 0 from='client.173967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:38.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:38 smithi194 bash[32038]: audit 2023-12-07T20:42:37.634546+0000 mgr.a (mgr.14403) 8351 : audit 0 from='client.173967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:38 smithi135 bash[32435]: audit 2023-12-07T20:42:37.634546+0000 mgr.a (mgr.14403) 8351 : audit 0 from='client.173967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:39 smithi079 bash[28699]: cluster 2023-12-07T20:42:39.181374+0000 mgr.a (mgr.14403) 8352 : cluster 0 pgmap v6232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:39 smithi194 bash[32038]: cluster 2023-12-07T20:42:39.181374+0000 mgr.a (mgr.14403) 8352 : cluster 0 pgmap v6232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:39 smithi135 bash[32435]: cluster 2023-12-07T20:42:39.181374+0000 mgr.a (mgr.14403) 8352 : cluster 0 pgmap v6232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:41 smithi079 bash[28699]: cluster 2023-12-07T20:42:41.181934+0000 mgr.a (mgr.14403) 8353 : cluster 0 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-07T20:42:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:41 smithi194 bash[32038]: cluster 2023-12-07T20:42:41.181934+0000 mgr.a (mgr.14403) 8353 : cluster 0 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-07T20:42:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:41 smithi135 bash[32435]: cluster 2023-12-07T20:42:41.181934+0000 mgr.a (mgr.14403) 8353 : cluster 0 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-07T20:42:43.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:42:43.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:43.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:43 smithi079 bash[28699]: cluster 2023-12-07T20:42:43.182641+0000 mgr.a (mgr.14403) 8354 : cluster 0 pgmap v6234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:43 smithi194 bash[32038]: cluster 2023-12-07T20:42:43.182641+0000 mgr.a (mgr.14403) 8354 : cluster 0 pgmap v6234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:43 smithi135 bash[32435]: cluster 2023-12-07T20:42:43.182641+0000 mgr.a (mgr.14403) 8354 : cluster 0 pgmap v6234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:44.045 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:42:44.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:44.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:44.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:44.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:42:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:44 smithi079 bash[28699]: audit 2023-12-07T20:42:43.540457+0000 mgr.a (mgr.14403) 8355 : audit 0 from='client.174045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:44.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:44 smithi194 bash[32038]: audit 2023-12-07T20:42:43.540457+0000 mgr.a (mgr.14403) 8355 : audit 0 from='client.174045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:44.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:44 smithi135 bash[32435]: audit 2023-12-07T20:42:43.540457+0000 mgr.a (mgr.14403) 8355 : audit 0 from='client.174045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:45.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:45 smithi079 bash[28699]: cluster 2023-12-07T20:42:45.183701+0000 mgr.a (mgr.14403) 8356 : cluster 0 pgmap v6235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:45 smithi194 bash[32038]: cluster 2023-12-07T20:42:45.183701+0000 mgr.a (mgr.14403) 8356 : cluster 0 pgmap v6235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:45 smithi135 bash[32435]: cluster 2023-12-07T20:42:45.183701+0000 mgr.a (mgr.14403) 8356 : cluster 0 pgmap v6235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:47 smithi079 bash[28699]: cluster 2023-12-07T20:42:47.184252+0000 mgr.a (mgr.14403) 8357 : cluster 0 pgmap v6236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:47 smithi194 bash[32038]: cluster 2023-12-07T20:42:47.184252+0000 mgr.a (mgr.14403) 8357 : cluster 0 pgmap v6236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:47 smithi135 bash[32435]: cluster 2023-12-07T20:42:47.184252+0000 mgr.a (mgr.14403) 8357 : cluster 0 pgmap v6236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:49.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:42:49.049 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:49.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:49.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:49 smithi079 bash[28699]: cluster 2023-12-07T20:42:49.184831+0000 mgr.a (mgr.14403) 8358 : cluster 0 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-07T20:42:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:49 smithi194 bash[32038]: cluster 2023-12-07T20:42:49.184831+0000 mgr.a (mgr.14403) 8358 : cluster 0 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-07T20:42:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:49 smithi135 bash[32435]: cluster 2023-12-07T20:42:49.184831+0000 mgr.a (mgr.14403) 8358 : cluster 0 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-07T20:42:49.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:49.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:49.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:49.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:42:49.946 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:42:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:50 smithi079 bash[28699]: audit 2023-12-07T20:42:49.457220+0000 mgr.a (mgr.14403) 8359 : audit 0 from='client.174120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:50 smithi194 bash[32038]: audit 2023-12-07T20:42:49.457220+0000 mgr.a (mgr.14403) 8359 : audit 0 from='client.174120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:50 smithi135 bash[32435]: audit 2023-12-07T20:42:49.457220+0000 mgr.a (mgr.14403) 8359 : audit 0 from='client.174120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:51 smithi079 bash[28699]: cluster 2023-12-07T20:42:51.185461+0000 mgr.a (mgr.14403) 8360 : cluster 0 pgmap v6238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:51 smithi194 bash[32038]: cluster 2023-12-07T20:42:51.185461+0000 mgr.a (mgr.14403) 8360 : cluster 0 pgmap v6238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:51 smithi135 bash[32435]: cluster 2023-12-07T20:42:51.185461+0000 mgr.a (mgr.14403) 8360 : cluster 0 pgmap v6238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:53 smithi079 bash[28699]: cluster 2023-12-07T20:42:53.186011+0000 mgr.a (mgr.14403) 8361 : cluster 0 pgmap v6239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:53 smithi194 bash[32038]: cluster 2023-12-07T20:42:53.186011+0000 mgr.a (mgr.14403) 8361 : cluster 0 pgmap v6239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:53 smithi135 bash[32435]: cluster 2023-12-07T20:42:53.186011+0000 mgr.a (mgr.14403) 8361 : cluster 0 pgmap v6239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:42:54.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:42:54.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:42:54.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:42:55.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:55 smithi079 bash[28699]: cluster 2023-12-07T20:42:55.186773+0000 mgr.a (mgr.14403) 8362 : cluster 0 pgmap v6240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:55 smithi194 bash[32038]: cluster 2023-12-07T20:42:55.186773+0000 mgr.a (mgr.14403) 8362 : cluster 0 pgmap v6240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:55 smithi135 bash[32435]: cluster 2023-12-07T20:42:55.186773+0000 mgr.a (mgr.14403) 8362 : cluster 0 pgmap v6240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:55.858 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:42:55.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:42:55.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:42:55.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:42:55.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:42:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:56 smithi079 bash[28699]: audit 2023-12-07T20:42:55.352149+0000 mgr.a (mgr.14403) 8363 : audit 0 from='client.174198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:56.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:56 smithi194 bash[32038]: audit 2023-12-07T20:42:55.352149+0000 mgr.a (mgr.14403) 8363 : audit 0 from='client.174198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:56 smithi135 bash[32435]: audit 2023-12-07T20:42:55.352149+0000 mgr.a (mgr.14403) 8363 : audit 0 from='client.174198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:42:57.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:57 smithi079 bash[28699]: cluster 2023-12-07T20:42:57.187430+0000 mgr.a (mgr.14403) 8364 : cluster 0 pgmap v6241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:57 smithi194 bash[32038]: cluster 2023-12-07T20:42:57.187430+0000 mgr.a (mgr.14403) 8364 : cluster 0 pgmap v6241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:57 smithi135 bash[32435]: cluster 2023-12-07T20:42:57.187430+0000 mgr.a (mgr.14403) 8364 : cluster 0 pgmap v6241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:42:59.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:42:59 smithi079 bash[28699]: cluster 2023-12-07T20:42:59.188235+0000 mgr.a (mgr.14403) 8365 : cluster 0 pgmap v6242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:42:59 smithi194 bash[32038]: cluster 2023-12-07T20:42:59.188235+0000 mgr.a (mgr.14403) 8365 : cluster 0 pgmap v6242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:42:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:42:59 smithi135 bash[32435]: cluster 2023-12-07T20:42:59.188235+0000 mgr.a (mgr.14403) 8365 : cluster 0 pgmap v6242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:00.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:43:00.863 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:00.863 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:01.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:01 smithi079 bash[28699]: cluster 2023-12-07T20:43:01.188741+0000 mgr.a (mgr.14403) 8366 : cluster 0 pgmap v6243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:01 smithi194 bash[32038]: cluster 2023-12-07T20:43:01.188741+0000 mgr.a (mgr.14403) 8366 : cluster 0 pgmap v6243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:01 smithi135 bash[32435]: cluster 2023-12-07T20:43:01.188741+0000 mgr.a (mgr.14403) 8366 : cluster 0 pgmap v6243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:01.747 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:43:01.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:01.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:01.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:01.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:43:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:02 smithi079 bash[28699]: audit 2023-12-07T20:43:01.266911+0000 mgr.a (mgr.14403) 8367 : audit 0 from='client.174273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:02 smithi194 bash[32038]: audit 2023-12-07T20:43:01.266911+0000 mgr.a (mgr.14403) 8367 : audit 0 from='client.174273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:02 smithi135 bash[32435]: audit 2023-12-07T20:43:01.266911+0000 mgr.a (mgr.14403) 8367 : audit 0 from='client.174273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:03 smithi079 bash[28699]: cluster 2023-12-07T20:43:03.189376+0000 mgr.a (mgr.14403) 8368 : cluster 0 pgmap v6244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:03 smithi194 bash[32038]: cluster 2023-12-07T20:43:03.189376+0000 mgr.a (mgr.14403) 8368 : cluster 0 pgmap v6244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:03 smithi135 bash[32435]: cluster 2023-12-07T20:43:03.189376+0000 mgr.a (mgr.14403) 8368 : cluster 0 pgmap v6244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:05 smithi079 bash[28699]: cluster 2023-12-07T20:43:05.190061+0000 mgr.a (mgr.14403) 8369 : cluster 0 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-07T20:43:05.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:05 smithi194 bash[32038]: cluster 2023-12-07T20:43:05.190061+0000 mgr.a (mgr.14403) 8369 : cluster 0 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-07T20:43:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:05 smithi135 bash[32435]: cluster 2023-12-07T20:43:05.190061+0000 mgr.a (mgr.14403) 8369 : cluster 0 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-07T20:43:06.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:43:06.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:06.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:07 smithi079 bash[28699]: audit 2023-12-07T20:43:07.160098+0000 mgr.a (mgr.14403) 8370 : audit 0 from='client.140110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:07 smithi079 bash[28699]: cluster 2023-12-07T20:43:07.190695+0000 mgr.a (mgr.14403) 8371 : cluster 0 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-07T20:43:07.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:07.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:07.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:07.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:43:07.669 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:43:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:07 smithi194 bash[32038]: audit 2023-12-07T20:43:07.160098+0000 mgr.a (mgr.14403) 8370 : audit 0 from='client.140110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:07 smithi194 bash[32038]: cluster 2023-12-07T20:43:07.190695+0000 mgr.a (mgr.14403) 8371 : cluster 0 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-07T20:43:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:07 smithi135 bash[32435]: audit 2023-12-07T20:43:07.160098+0000 mgr.a (mgr.14403) 8370 : audit 0 from='client.140110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:07 smithi135 bash[32435]: cluster 2023-12-07T20:43:07.190695+0000 mgr.a (mgr.14403) 8371 : cluster 0 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-07T20:43:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:09 smithi079 bash[28699]: cluster 2023-12-07T20:43:09.191577+0000 mgr.a (mgr.14403) 8372 : cluster 0 pgmap v6247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:09 smithi194 bash[32038]: cluster 2023-12-07T20:43:09.191577+0000 mgr.a (mgr.14403) 8372 : cluster 0 pgmap v6247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:09 smithi135 bash[32435]: cluster 2023-12-07T20:43:09.191577+0000 mgr.a (mgr.14403) 8372 : cluster 0 pgmap v6247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:11 smithi079 bash[28699]: cluster 2023-12-07T20:43:11.192120+0000 mgr.a (mgr.14403) 8373 : cluster 0 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-07T20:43:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:11 smithi194 bash[32038]: cluster 2023-12-07T20:43:11.192120+0000 mgr.a (mgr.14403) 8373 : cluster 0 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-07T20:43:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:11 smithi135 bash[32435]: cluster 2023-12-07T20:43:11.192120+0000 mgr.a (mgr.14403) 8373 : cluster 0 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-07T20:43:12.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:43:12.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:12.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:13.570 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:43:13.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:13.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:13.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:13.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:43:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:13 smithi079 bash[28699]: audit 2023-12-07T20:43:13.076205+0000 mgr.a (mgr.14403) 8374 : audit 0 from='client.174429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:13 smithi079 bash[28699]: cluster 2023-12-07T20:43:13.192595+0000 mgr.a (mgr.14403) 8375 : cluster 0 pgmap v6249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:13 smithi194 bash[32038]: audit 2023-12-07T20:43:13.076205+0000 mgr.a (mgr.14403) 8374 : audit 0 from='client.174429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:13 smithi194 bash[32038]: cluster 2023-12-07T20:43:13.192595+0000 mgr.a (mgr.14403) 8375 : cluster 0 pgmap v6249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:13 smithi135 bash[32435]: audit 2023-12-07T20:43:13.076205+0000 mgr.a (mgr.14403) 8374 : audit 0 from='client.174429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:13 smithi135 bash[32435]: cluster 2023-12-07T20:43:13.192595+0000 mgr.a (mgr.14403) 8375 : cluster 0 pgmap v6249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:14 smithi079 bash[28699]: audit 2023-12-07T20:43:14.240773+0000 mon.a (mon.0) 1607 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:43:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:14 smithi194 bash[32038]: audit 2023-12-07T20:43:14.240773+0000 mon.a (mon.0) 1607 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:43:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:14 smithi135 bash[32435]: audit 2023-12-07T20:43:14.240773+0000 mon.a (mon.0) 1607 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:43:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:15 smithi079 bash[28699]: cluster 2023-12-07T20:43:15.193457+0000 mgr.a (mgr.14403) 8376 : cluster 0 pgmap v6250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:15 smithi194 bash[32038]: cluster 2023-12-07T20:43:15.193457+0000 mgr.a (mgr.14403) 8376 : cluster 0 pgmap v6250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:15 smithi135 bash[32435]: cluster 2023-12-07T20:43:15.193457+0000 mgr.a (mgr.14403) 8376 : cluster 0 pgmap v6250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:17 smithi079 bash[28699]: cluster 2023-12-07T20:43:17.194004+0000 mgr.a (mgr.14403) 8377 : cluster 0 pgmap v6251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:17 smithi194 bash[32038]: cluster 2023-12-07T20:43:17.194004+0000 mgr.a (mgr.14403) 8377 : cluster 0 pgmap v6251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:17 smithi135 bash[32435]: cluster 2023-12-07T20:43:17.194004+0000 mgr.a (mgr.14403) 8377 : cluster 0 pgmap v6251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:18.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:43:18.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:18.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:19.554 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:43:19.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:19.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:19.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:19.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:43:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:19 smithi079 bash[28699]: audit 2023-12-07T20:43:18.976733+0000 mgr.a (mgr.14403) 8378 : audit 0 from='client.174504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:19 smithi079 bash[28699]: cluster 2023-12-07T20:43:19.195052+0000 mgr.a (mgr.14403) 8379 : cluster 0 pgmap v6252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:19 smithi194 bash[32038]: audit 2023-12-07T20:43:18.976733+0000 mgr.a (mgr.14403) 8378 : audit 0 from='client.174504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:19 smithi194 bash[32038]: cluster 2023-12-07T20:43:19.195052+0000 mgr.a (mgr.14403) 8379 : cluster 0 pgmap v6252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:19 smithi135 bash[32435]: audit 2023-12-07T20:43:18.976733+0000 mgr.a (mgr.14403) 8378 : audit 0 from='client.174504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:19 smithi135 bash[32435]: cluster 2023-12-07T20:43:19.195052+0000 mgr.a (mgr.14403) 8379 : cluster 0 pgmap v6252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:20 smithi079 bash[28699]: audit 2023-12-07T20:43:19.587938+0000 mon.a (mon.0) 1608 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:20 smithi079 bash[28699]: audit 2023-12-07T20:43:19.595970+0000 mon.a (mon.0) 1609 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:20 smithi079 bash[28699]: audit 2023-12-07T20:43:19.635300+0000 mon.a (mon.0) 1610 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:20 smithi079 bash[28699]: audit 2023-12-07T20:43:19.639183+0000 mon.a (mon.0) 1611 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:20 smithi079 bash[28699]: audit 2023-12-07T20:43:19.644253+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:20 smithi079 bash[28699]: audit 2023-12-07T20:43:19.649564+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:20 smithi194 bash[32038]: audit 2023-12-07T20:43:19.587938+0000 mon.a (mon.0) 1608 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:20 smithi194 bash[32038]: audit 2023-12-07T20:43:19.595970+0000 mon.a (mon.0) 1609 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:20 smithi194 bash[32038]: audit 2023-12-07T20:43:19.635300+0000 mon.a (mon.0) 1610 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:20 smithi194 bash[32038]: audit 2023-12-07T20:43:19.639183+0000 mon.a (mon.0) 1611 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:20 smithi194 bash[32038]: audit 2023-12-07T20:43:19.644253+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:20 smithi194 bash[32038]: audit 2023-12-07T20:43:19.649564+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:20 smithi135 bash[32435]: audit 2023-12-07T20:43:19.587938+0000 mon.a (mon.0) 1608 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:20 smithi135 bash[32435]: audit 2023-12-07T20:43:19.595970+0000 mon.a (mon.0) 1609 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:20 smithi135 bash[32435]: audit 2023-12-07T20:43:19.635300+0000 mon.a (mon.0) 1610 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:20 smithi135 bash[32435]: audit 2023-12-07T20:43:19.639183+0000 mon.a (mon.0) 1611 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:20 smithi135 bash[32435]: audit 2023-12-07T20:43:19.644253+0000 mon.a (mon.0) 1612 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:20 smithi135 bash[32435]: audit 2023-12-07T20:43:19.649564+0000 mon.a (mon.0) 1613 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:21.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:21 smithi079 bash[28699]: cluster 2023-12-07T20:43:21.195704+0000 mgr.a (mgr.14403) 8380 : cluster 0 pgmap v6253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:21.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:21 smithi194 bash[32038]: cluster 2023-12-07T20:43:21.195704+0000 mgr.a (mgr.14403) 8380 : cluster 0 pgmap v6253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:21 smithi135 bash[32435]: cluster 2023-12-07T20:43:21.195704+0000 mgr.a (mgr.14403) 8380 : cluster 0 pgmap v6253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:23 smithi079 bash[28699]: cluster 2023-12-07T20:43:23.196296+0000 mgr.a (mgr.14403) 8381 : cluster 0 pgmap v6254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:23 smithi194 bash[32038]: cluster 2023-12-07T20:43:23.196296+0000 mgr.a (mgr.14403) 8381 : cluster 0 pgmap v6254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:23 smithi135 bash[32435]: cluster 2023-12-07T20:43:23.196296+0000 mgr.a (mgr.14403) 8381 : cluster 0 pgmap v6254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:24.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:43:24.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:24.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:25.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:25.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:25.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:25.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:43:25.471 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:43:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:25 smithi079 bash[28699]: audit 2023-12-07T20:43:24.972073+0000 mgr.a (mgr.14403) 8382 : audit 0 from='client.174579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:25 smithi079 bash[28699]: cluster 2023-12-07T20:43:25.197028+0000 mgr.a (mgr.14403) 8383 : cluster 0 pgmap v6255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:25 smithi194 bash[32038]: audit 2023-12-07T20:43:24.972073+0000 mgr.a (mgr.14403) 8382 : audit 0 from='client.174579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:25 smithi194 bash[32038]: cluster 2023-12-07T20:43:25.197028+0000 mgr.a (mgr.14403) 8383 : cluster 0 pgmap v6255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:25 smithi135 bash[32435]: audit 2023-12-07T20:43:24.972073+0000 mgr.a (mgr.14403) 8382 : audit 0 from='client.174579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:25 smithi135 bash[32435]: cluster 2023-12-07T20:43:25.197028+0000 mgr.a (mgr.14403) 8383 : cluster 0 pgmap v6255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:27 smithi079 bash[28699]: cluster 2023-12-07T20:43:27.197816+0000 mgr.a (mgr.14403) 8384 : cluster 0 pgmap v6256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:27 smithi194 bash[32038]: cluster 2023-12-07T20:43:27.197816+0000 mgr.a (mgr.14403) 8384 : cluster 0 pgmap v6256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:27 smithi135 bash[32435]: cluster 2023-12-07T20:43:27.197816+0000 mgr.a (mgr.14403) 8384 : cluster 0 pgmap v6256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:29 smithi079 bash[28699]: cluster 2023-12-07T20:43:29.198522+0000 mgr.a (mgr.14403) 8385 : cluster 0 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-07T20:43:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:29 smithi194 bash[32038]: cluster 2023-12-07T20:43:29.198522+0000 mgr.a (mgr.14403) 8385 : cluster 0 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-07T20:43:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:29 smithi135 bash[32435]: cluster 2023-12-07T20:43:29.198522+0000 mgr.a (mgr.14403) 8385 : cluster 0 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-07T20:43:30.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:43:30.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:30.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:31.389 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:43:31.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:31.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:31.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:31.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:43:31.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:31 smithi079 bash[28699]: audit 2023-12-07T20:43:30.065716+0000 mon.a (mon.0) 1614 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:31.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:31 smithi079 bash[28699]: audit 2023-12-07T20:43:30.072677+0000 mon.a (mon.0) 1615 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:31.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:31 smithi079 bash[28699]: audit 2023-12-07T20:43:30.074583+0000 mon.a (mon.0) 1616 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:43:31.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:31 smithi079 bash[28699]: audit 2023-12-07T20:43:30.076095+0000 mon.a (mon.0) 1617 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:43:31.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:31 smithi079 bash[28699]: audit 2023-12-07T20:43:30.084039+0000 mon.a (mon.0) 1618 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:31.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:31 smithi194 bash[32038]: audit 2023-12-07T20:43:30.065716+0000 mon.a (mon.0) 1614 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:31.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:31 smithi194 bash[32038]: audit 2023-12-07T20:43:30.072677+0000 mon.a (mon.0) 1615 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:31.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:31 smithi194 bash[32038]: audit 2023-12-07T20:43:30.074583+0000 mon.a (mon.0) 1616 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:43:31.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:31 smithi194 bash[32038]: audit 2023-12-07T20:43:30.076095+0000 mon.a (mon.0) 1617 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:43:31.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:31 smithi194 bash[32038]: audit 2023-12-07T20:43:30.084039+0000 mon.a (mon.0) 1618 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:31 smithi135 bash[32435]: audit 2023-12-07T20:43:30.065716+0000 mon.a (mon.0) 1614 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:31 smithi135 bash[32435]: audit 2023-12-07T20:43:30.072677+0000 mon.a (mon.0) 1615 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:31 smithi135 bash[32435]: audit 2023-12-07T20:43:30.074583+0000 mon.a (mon.0) 1616 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:43:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:31 smithi135 bash[32435]: audit 2023-12-07T20:43:30.076095+0000 mon.a (mon.0) 1617 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:43:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:31 smithi135 bash[32435]: audit 2023-12-07T20:43:30.084039+0000 mon.a (mon.0) 1618 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:43:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:32 smithi079 bash[28699]: audit 2023-12-07T20:43:30.877025+0000 mgr.a (mgr.14403) 8386 : audit 0 from='client.174654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:32 smithi079 bash[28699]: cluster 2023-12-07T20:43:31.199182+0000 mgr.a (mgr.14403) 8387 : cluster 0 pgmap v6258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:32 smithi194 bash[32038]: audit 2023-12-07T20:43:30.877025+0000 mgr.a (mgr.14403) 8386 : audit 0 from='client.174654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:32 smithi194 bash[32038]: cluster 2023-12-07T20:43:31.199182+0000 mgr.a (mgr.14403) 8387 : cluster 0 pgmap v6258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:32 smithi135 bash[32435]: audit 2023-12-07T20:43:30.877025+0000 mgr.a (mgr.14403) 8386 : audit 0 from='client.174654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:32 smithi135 bash[32435]: cluster 2023-12-07T20:43:31.199182+0000 mgr.a (mgr.14403) 8387 : cluster 0 pgmap v6258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:33 smithi079 bash[28699]: cluster 2023-12-07T20:43:33.199806+0000 mgr.a (mgr.14403) 8388 : cluster 0 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-07T20:43:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:33 smithi194 bash[32038]: cluster 2023-12-07T20:43:33.199806+0000 mgr.a (mgr.14403) 8388 : cluster 0 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-07T20:43:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:33 smithi135 bash[32435]: cluster 2023-12-07T20:43:33.199806+0000 mgr.a (mgr.14403) 8388 : cluster 0 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-07T20:43:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:35 smithi079 bash[28699]: cluster 2023-12-07T20:43:35.200623+0000 mgr.a (mgr.14403) 8389 : cluster 0 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-07T20:43:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:35 smithi194 bash[32038]: cluster 2023-12-07T20:43:35.200623+0000 mgr.a (mgr.14403) 8389 : cluster 0 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-07T20:43:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:35 smithi135 bash[32435]: cluster 2023-12-07T20:43:35.200623+0000 mgr.a (mgr.14403) 8389 : cluster 0 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-07T20:43:36.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:43:36.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:36.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:37.309 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:43:37.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:37.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:37.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:37.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:43:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:37 smithi079 bash[28699]: audit 2023-12-07T20:43:36.799353+0000 mgr.a (mgr.14403) 8390 : audit 0 from='client.174732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:37 smithi079 bash[28699]: cluster 2023-12-07T20:43:37.201141+0000 mgr.a (mgr.14403) 8391 : cluster 0 pgmap v6261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:37 smithi194 bash[32038]: audit 2023-12-07T20:43:36.799353+0000 mgr.a (mgr.14403) 8390 : audit 0 from='client.174732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:37 smithi194 bash[32038]: cluster 2023-12-07T20:43:37.201141+0000 mgr.a (mgr.14403) 8391 : cluster 0 pgmap v6261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:37 smithi135 bash[32435]: audit 2023-12-07T20:43:36.799353+0000 mgr.a (mgr.14403) 8390 : audit 0 from='client.174732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:37 smithi135 bash[32435]: cluster 2023-12-07T20:43:37.201141+0000 mgr.a (mgr.14403) 8391 : cluster 0 pgmap v6261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:39 smithi079 bash[28699]: cluster 2023-12-07T20:43:39.201929+0000 mgr.a (mgr.14403) 8392 : cluster 0 pgmap v6262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:39 smithi194 bash[32038]: cluster 2023-12-07T20:43:39.201929+0000 mgr.a (mgr.14403) 8392 : cluster 0 pgmap v6262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:39 smithi135 bash[32435]: cluster 2023-12-07T20:43:39.201929+0000 mgr.a (mgr.14403) 8392 : cluster 0 pgmap v6262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:41 smithi079 bash[28699]: cluster 2023-12-07T20:43:41.202502+0000 mgr.a (mgr.14403) 8393 : cluster 0 pgmap v6263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:41 smithi194 bash[32038]: cluster 2023-12-07T20:43:41.202502+0000 mgr.a (mgr.14403) 8393 : cluster 0 pgmap v6263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:41 smithi135 bash[32435]: cluster 2023-12-07T20:43:41.202502+0000 mgr.a (mgr.14403) 8393 : cluster 0 pgmap v6263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:42.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:43:42.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:42.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:43.241 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:43:43.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:43.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:43.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:43.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:43:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:43 smithi079 bash[28699]: audit 2023-12-07T20:43:42.724696+0000 mgr.a (mgr.14403) 8394 : audit 0 from='client.131708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:43 smithi079 bash[28699]: cluster 2023-12-07T20:43:43.203025+0000 mgr.a (mgr.14403) 8395 : cluster 0 pgmap v6264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:43 smithi194 bash[32038]: audit 2023-12-07T20:43:42.724696+0000 mgr.a (mgr.14403) 8394 : audit 0 from='client.131708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:43 smithi194 bash[32038]: cluster 2023-12-07T20:43:43.203025+0000 mgr.a (mgr.14403) 8395 : cluster 0 pgmap v6264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:43 smithi135 bash[32435]: audit 2023-12-07T20:43:42.724696+0000 mgr.a (mgr.14403) 8394 : audit 0 from='client.131708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:43 smithi135 bash[32435]: cluster 2023-12-07T20:43:43.203025+0000 mgr.a (mgr.14403) 8395 : cluster 0 pgmap v6264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:45.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:45 smithi079 bash[28699]: cluster 2023-12-07T20:43:45.203818+0000 mgr.a (mgr.14403) 8396 : cluster 0 pgmap v6265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:45 smithi194 bash[32038]: cluster 2023-12-07T20:43:45.203818+0000 mgr.a (mgr.14403) 8396 : cluster 0 pgmap v6265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:45 smithi135 bash[32435]: cluster 2023-12-07T20:43:45.203818+0000 mgr.a (mgr.14403) 8396 : cluster 0 pgmap v6265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:43:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:47 smithi079 bash[28699]: cluster 2023-12-07T20:43:47.204411+0000 mgr.a (mgr.14403) 8397 : cluster 0 pgmap v6266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:47 smithi194 bash[32038]: cluster 2023-12-07T20:43:47.204411+0000 mgr.a (mgr.14403) 8397 : cluster 0 pgmap v6266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:47 smithi135 bash[32435]: cluster 2023-12-07T20:43:47.204411+0000 mgr.a (mgr.14403) 8397 : cluster 0 pgmap v6266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:48.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:43:48.245 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:48.245 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:49.148 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:43:49.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:49.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:49.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:49.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:43:49.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:49 smithi079 bash[28699]: audit 2023-12-07T20:43:48.655131+0000 mgr.a (mgr.14403) 8398 : audit 0 from='client.174885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:49.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:49 smithi079 bash[28699]: cluster 2023-12-07T20:43:49.205494+0000 mgr.a (mgr.14403) 8399 : cluster 0 pgmap v6267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:49 smithi194 bash[32038]: audit 2023-12-07T20:43:48.655131+0000 mgr.a (mgr.14403) 8398 : audit 0 from='client.174885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:49 smithi194 bash[32038]: cluster 2023-12-07T20:43:49.205494+0000 mgr.a (mgr.14403) 8399 : cluster 0 pgmap v6267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:49 smithi135 bash[32435]: audit 2023-12-07T20:43:48.655131+0000 mgr.a (mgr.14403) 8398 : audit 0 from='client.174885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:49 smithi135 bash[32435]: cluster 2023-12-07T20:43:49.205494+0000 mgr.a (mgr.14403) 8399 : cluster 0 pgmap v6267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:51 smithi079 bash[28699]: cluster 2023-12-07T20:43:51.206097+0000 mgr.a (mgr.14403) 8400 : cluster 0 pgmap v6268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:51 smithi194 bash[32038]: cluster 2023-12-07T20:43:51.206097+0000 mgr.a (mgr.14403) 8400 : cluster 0 pgmap v6268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:51 smithi135 bash[32435]: cluster 2023-12-07T20:43:51.206097+0000 mgr.a (mgr.14403) 8400 : cluster 0 pgmap v6268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:53 smithi079 bash[28699]: cluster 2023-12-07T20:43:53.206678+0000 mgr.a (mgr.14403) 8401 : cluster 0 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-07T20:43:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:53 smithi194 bash[32038]: cluster 2023-12-07T20:43:53.206678+0000 mgr.a (mgr.14403) 8401 : cluster 0 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-07T20:43:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:53 smithi135 bash[32435]: cluster 2023-12-07T20:43:53.206678+0000 mgr.a (mgr.14403) 8401 : cluster 0 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-07T20:43:54.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:43:54.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:43:54.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:43:55.076 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:43:55.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:43:55.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:43:55.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:43:55.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:43:55.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:55 smithi079 bash[28699]: audit 2023-12-07T20:43:54.559255+0000 mgr.a (mgr.14403) 8402 : audit 0 from='client.174963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:55 smithi079 bash[28699]: cluster 2023-12-07T20:43:55.207765+0000 mgr.a (mgr.14403) 8403 : cluster 0 pgmap v6270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:55 smithi194 bash[32038]: audit 2023-12-07T20:43:54.559255+0000 mgr.a (mgr.14403) 8402 : audit 0 from='client.174963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:55 smithi194 bash[32038]: cluster 2023-12-07T20:43:55.207765+0000 mgr.a (mgr.14403) 8403 : cluster 0 pgmap v6270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:55 smithi135 bash[32435]: audit 2023-12-07T20:43:54.559255+0000 mgr.a (mgr.14403) 8402 : audit 0 from='client.174963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:43:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:55 smithi135 bash[32435]: cluster 2023-12-07T20:43:55.207765+0000 mgr.a (mgr.14403) 8403 : cluster 0 pgmap v6270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:57.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:57 smithi079 bash[28699]: cluster 2023-12-07T20:43:57.208370+0000 mgr.a (mgr.14403) 8404 : cluster 0 pgmap v6271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:57 smithi194 bash[32038]: cluster 2023-12-07T20:43:57.208370+0000 mgr.a (mgr.14403) 8404 : cluster 0 pgmap v6271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:57 smithi135 bash[32435]: cluster 2023-12-07T20:43:57.208370+0000 mgr.a (mgr.14403) 8404 : cluster 0 pgmap v6271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:43:59.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:43:59 smithi079 bash[28699]: cluster 2023-12-07T20:43:59.209144+0000 mgr.a (mgr.14403) 8405 : cluster 0 pgmap v6272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:43:59 smithi194 bash[32038]: cluster 2023-12-07T20:43:59.209144+0000 mgr.a (mgr.14403) 8405 : cluster 0 pgmap v6272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:43:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:43:59 smithi135 bash[32435]: cluster 2023-12-07T20:43:59.209144+0000 mgr.a (mgr.14403) 8405 : cluster 0 pgmap v6272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:00.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:44:00.080 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:00.080 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:00.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:00.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:00.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:00.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:44:00.972 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:44:01.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:01 smithi079 bash[28699]: audit 2023-12-07T20:44:00.480235+0000 mgr.a (mgr.14403) 8406 : audit 0 from='client.175038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:01.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:01 smithi079 bash[28699]: cluster 2023-12-07T20:44:01.209984+0000 mgr.a (mgr.14403) 8407 : cluster 0 pgmap v6273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:01 smithi194 bash[32038]: audit 2023-12-07T20:44:00.480235+0000 mgr.a (mgr.14403) 8406 : audit 0 from='client.175038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:01 smithi194 bash[32038]: cluster 2023-12-07T20:44:01.209984+0000 mgr.a (mgr.14403) 8407 : cluster 0 pgmap v6273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:01 smithi135 bash[32435]: audit 2023-12-07T20:44:00.480235+0000 mgr.a (mgr.14403) 8406 : audit 0 from='client.175038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:01 smithi135 bash[32435]: cluster 2023-12-07T20:44:01.209984+0000 mgr.a (mgr.14403) 8407 : cluster 0 pgmap v6273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:03 smithi079 bash[28699]: cluster 2023-12-07T20:44:03.210610+0000 mgr.a (mgr.14403) 8408 : cluster 0 pgmap v6274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:03 smithi194 bash[32038]: cluster 2023-12-07T20:44:03.210610+0000 mgr.a (mgr.14403) 8408 : cluster 0 pgmap v6274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:03 smithi135 bash[32435]: cluster 2023-12-07T20:44:03.210610+0000 mgr.a (mgr.14403) 8408 : cluster 0 pgmap v6274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:05 smithi079 bash[28699]: cluster 2023-12-07T20:44:05.211412+0000 mgr.a (mgr.14403) 8409 : cluster 0 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-07T20:44:05.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:05 smithi194 bash[32038]: cluster 2023-12-07T20:44:05.211412+0000 mgr.a (mgr.14403) 8409 : cluster 0 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-07T20:44:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:05 smithi135 bash[32435]: cluster 2023-12-07T20:44:05.211412+0000 mgr.a (mgr.14403) 8409 : cluster 0 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-07T20:44:05.974 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:44:05.975 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:05.976 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:06.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:06.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:06.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:06.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:44:06.905 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:44:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:07 smithi079 bash[28699]: audit 2023-12-07T20:44:06.381799+0000 mgr.a (mgr.14403) 8410 : audit 0 from='client.175113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:07 smithi079 bash[28699]: cluster 2023-12-07T20:44:07.212146+0000 mgr.a (mgr.14403) 8411 : cluster 0 pgmap v6276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:07 smithi194 bash[32038]: audit 2023-12-07T20:44:06.381799+0000 mgr.a (mgr.14403) 8410 : audit 0 from='client.175113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:07 smithi194 bash[32038]: cluster 2023-12-07T20:44:07.212146+0000 mgr.a (mgr.14403) 8411 : cluster 0 pgmap v6276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:07 smithi135 bash[32435]: audit 2023-12-07T20:44:06.381799+0000 mgr.a (mgr.14403) 8410 : audit 0 from='client.175113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:07 smithi135 bash[32435]: cluster 2023-12-07T20:44:07.212146+0000 mgr.a (mgr.14403) 8411 : cluster 0 pgmap v6276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:09 smithi079 bash[28699]: cluster 2023-12-07T20:44:09.212980+0000 mgr.a (mgr.14403) 8412 : cluster 0 pgmap v6277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:09 smithi194 bash[32038]: cluster 2023-12-07T20:44:09.212980+0000 mgr.a (mgr.14403) 8412 : cluster 0 pgmap v6277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:09 smithi135 bash[32435]: cluster 2023-12-07T20:44:09.212980+0000 mgr.a (mgr.14403) 8412 : cluster 0 pgmap v6277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:11 smithi079 bash[28699]: cluster 2023-12-07T20:44:11.213535+0000 mgr.a (mgr.14403) 8413 : cluster 0 pgmap v6278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:11 smithi194 bash[32038]: cluster 2023-12-07T20:44:11.213535+0000 mgr.a (mgr.14403) 8413 : cluster 0 pgmap v6278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:11 smithi135 bash[32435]: cluster 2023-12-07T20:44:11.213535+0000 mgr.a (mgr.14403) 8413 : cluster 0 pgmap v6278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:11.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:44:11.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:11.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:12.812 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:44:12.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:12.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:12.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:12.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:44:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:13 smithi079 bash[28699]: audit 2023-12-07T20:44:12.315554+0000 mgr.a (mgr.14403) 8414 : audit 0 from='client.175188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:13 smithi079 bash[28699]: cluster 2023-12-07T20:44:13.214287+0000 mgr.a (mgr.14403) 8415 : cluster 0 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-07T20:44:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:13 smithi194 bash[32038]: audit 2023-12-07T20:44:12.315554+0000 mgr.a (mgr.14403) 8414 : audit 0 from='client.175188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:13 smithi194 bash[32038]: cluster 2023-12-07T20:44:13.214287+0000 mgr.a (mgr.14403) 8415 : cluster 0 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-07T20:44:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:13 smithi135 bash[32435]: audit 2023-12-07T20:44:12.315554+0000 mgr.a (mgr.14403) 8414 : audit 0 from='client.175188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:13 smithi135 bash[32435]: cluster 2023-12-07T20:44:13.214287+0000 mgr.a (mgr.14403) 8415 : cluster 0 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-07T20:44:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:15 smithi079 bash[28699]: cluster 2023-12-07T20:44:15.215130+0000 mgr.a (mgr.14403) 8416 : cluster 0 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-07T20:44:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:15 smithi194 bash[32038]: cluster 2023-12-07T20:44:15.215130+0000 mgr.a (mgr.14403) 8416 : cluster 0 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-07T20:44:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:15 smithi135 bash[32435]: cluster 2023-12-07T20:44:15.215130+0000 mgr.a (mgr.14403) 8416 : cluster 0 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-07T20:44:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:17 smithi079 bash[28699]: cluster 2023-12-07T20:44:17.215698+0000 mgr.a (mgr.14403) 8417 : cluster 0 pgmap v6281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:17 smithi194 bash[32038]: cluster 2023-12-07T20:44:17.215698+0000 mgr.a (mgr.14403) 8417 : cluster 0 pgmap v6281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:17 smithi135 bash[32435]: cluster 2023-12-07T20:44:17.215698+0000 mgr.a (mgr.14403) 8417 : cluster 0 pgmap v6281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:17.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:44:17.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:17.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:18 smithi079 bash[28699]: audit 2023-12-07T20:44:18.222829+0000 mgr.a (mgr.14403) 8418 : audit 0 from='client.175266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:18 smithi194 bash[32038]: audit 2023-12-07T20:44:18.222829+0000 mgr.a (mgr.14403) 8418 : audit 0 from='client.175266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:18 smithi135 bash[32435]: audit 2023-12-07T20:44:18.222829+0000 mgr.a (mgr.14403) 8418 : audit 0 from='client.175266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:18.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:18.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:18.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:18.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:44:18.719 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:44:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:19 smithi079 bash[28699]: cluster 2023-12-07T20:44:19.216679+0000 mgr.a (mgr.14403) 8419 : cluster 0 pgmap v6282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:19 smithi194 bash[32038]: cluster 2023-12-07T20:44:19.216679+0000 mgr.a (mgr.14403) 8419 : cluster 0 pgmap v6282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:19 smithi135 bash[32435]: cluster 2023-12-07T20:44:19.216679+0000 mgr.a (mgr.14403) 8419 : cluster 0 pgmap v6282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:44:21.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:21 smithi079 bash[28699]: cluster 2023-12-07T20:44:21.217250+0000 mgr.a (mgr.14403) 8420 : cluster 0 pgmap v6283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:44:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:21 smithi194 bash[32038]: cluster 2023-12-07T20:44:21.217250+0000 mgr.a (mgr.14403) 8420 : cluster 0 pgmap v6283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:44:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:21 smithi135 bash[32435]: cluster 2023-12-07T20:44:21.217250+0000 mgr.a (mgr.14403) 8420 : cluster 0 pgmap v6283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:44:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:23 smithi079 bash[28699]: cluster 2023-12-07T20:44:23.217820+0000 mgr.a (mgr.14403) 8421 : cluster 0 pgmap v6284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:44:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:23 smithi194 bash[32038]: cluster 2023-12-07T20:44:23.217820+0000 mgr.a (mgr.14403) 8421 : cluster 0 pgmap v6284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:44:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:23 smithi135 bash[32435]: cluster 2023-12-07T20:44:23.217820+0000 mgr.a (mgr.14403) 8421 : cluster 0 pgmap v6284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:44:23.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:44:23.722 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:23.722 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:24.619 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:44:24.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:24.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:24.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:24.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:44:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:24 smithi079 bash[28699]: audit 2023-12-07T20:44:24.130538+0000 mgr.a (mgr.14403) 8422 : audit 0 from='client.175344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:24 smithi194 bash[32038]: audit 2023-12-07T20:44:24.130538+0000 mgr.a (mgr.14403) 8422 : audit 0 from='client.175344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:24 smithi135 bash[32435]: audit 2023-12-07T20:44:24.130538+0000 mgr.a (mgr.14403) 8422 : audit 0 from='client.175344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:25 smithi194 bash[32038]: cluster 2023-12-07T20:44:25.218917+0000 mgr.a (mgr.14403) 8423 : cluster 0 pgmap v6285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:25 smithi135 bash[32435]: cluster 2023-12-07T20:44:25.218917+0000 mgr.a (mgr.14403) 8423 : cluster 0 pgmap v6285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:25 smithi079 bash[28699]: cluster 2023-12-07T20:44:25.218917+0000 mgr.a (mgr.14403) 8423 : cluster 0 pgmap v6285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:27 smithi079 bash[28699]: cluster 2023-12-07T20:44:27.219461+0000 mgr.a (mgr.14403) 8424 : cluster 0 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-07T20:44:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:27 smithi194 bash[32038]: cluster 2023-12-07T20:44:27.219461+0000 mgr.a (mgr.14403) 8424 : cluster 0 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-07T20:44:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:27 smithi135 bash[32435]: cluster 2023-12-07T20:44:27.219461+0000 mgr.a (mgr.14403) 8424 : cluster 0 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-07T20:44:29.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:44:29.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:29.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:29.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:29 smithi079 bash[28699]: cluster 2023-12-07T20:44:29.220225+0000 mgr.a (mgr.14403) 8425 : cluster 0 pgmap v6287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:29 smithi194 bash[32038]: cluster 2023-12-07T20:44:29.220225+0000 mgr.a (mgr.14403) 8425 : cluster 0 pgmap v6287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:29 smithi135 bash[32435]: cluster 2023-12-07T20:44:29.220225+0000 mgr.a (mgr.14403) 8425 : cluster 0 pgmap v6287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:30.497 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:44:30.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:30.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:30.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:30.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:44:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:30 smithi079 bash[28699]: audit 2023-12-07T20:44:30.022384+0000 mgr.a (mgr.14403) 8426 : audit 0 from='client.175419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:30 smithi079 bash[28699]: audit 2023-12-07T20:44:30.186541+0000 mon.a (mon.0) 1619 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:44:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:30 smithi194 bash[32038]: audit 2023-12-07T20:44:30.022384+0000 mgr.a (mgr.14403) 8426 : audit 0 from='client.175419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:30 smithi194 bash[32038]: audit 2023-12-07T20:44:30.186541+0000 mon.a (mon.0) 1619 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:44:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:30 smithi135 bash[32435]: audit 2023-12-07T20:44:30.022384+0000 mgr.a (mgr.14403) 8426 : audit 0 from='client.175419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:30 smithi135 bash[32435]: audit 2023-12-07T20:44:30.186541+0000 mon.a (mon.0) 1619 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:44:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:31 smithi079 bash[28699]: cluster 2023-12-07T20:44:31.220937+0000 mgr.a (mgr.14403) 8427 : cluster 0 pgmap v6288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:44:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:31 smithi194 bash[32038]: cluster 2023-12-07T20:44:31.220937+0000 mgr.a (mgr.14403) 8427 : cluster 0 pgmap v6288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:44:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:31 smithi135 bash[32435]: cluster 2023-12-07T20:44:31.220937+0000 mgr.a (mgr.14403) 8427 : cluster 0 pgmap v6288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:44:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:33 smithi194 bash[32038]: cluster 2023-12-07T20:44:33.221562+0000 mgr.a (mgr.14403) 8428 : cluster 0 pgmap v6289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:44:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:33 smithi135 bash[32435]: cluster 2023-12-07T20:44:33.221562+0000 mgr.a (mgr.14403) 8428 : cluster 0 pgmap v6289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:44:33.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:33 smithi079 bash[28699]: cluster 2023-12-07T20:44:33.221562+0000 mgr.a (mgr.14403) 8428 : cluster 0 pgmap v6289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:44:35.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:44:35.499 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:35.500 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:35 smithi079 bash[28699]: cluster 2023-12-07T20:44:35.222366+0000 mgr.a (mgr.14403) 8429 : cluster 0 pgmap v6290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:35 smithi194 bash[32038]: cluster 2023-12-07T20:44:35.222366+0000 mgr.a (mgr.14403) 8429 : cluster 0 pgmap v6290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:35 smithi135 bash[32435]: cluster 2023-12-07T20:44:35.222366+0000 mgr.a (mgr.14403) 8429 : cluster 0 pgmap v6290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:44:36.383 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:44:36.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:36.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:36.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:36.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:44:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:36 smithi135 bash[32435]: audit 2023-12-07T20:44:35.902069+0000 mgr.a (mgr.14403) 8430 : audit 0 from='client.175497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:36 smithi079 bash[28699]: audit 2023-12-07T20:44:35.902069+0000 mgr.a (mgr.14403) 8430 : audit 0 from='client.175497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:36 smithi194 bash[32038]: audit 2023-12-07T20:44:35.902069+0000 mgr.a (mgr.14403) 8430 : audit 0 from='client.175497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:37 smithi079 bash[28699]: cluster 2023-12-07T20:44:37.223085+0000 mgr.a (mgr.14403) 8431 : cluster 0 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-07T20:44:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:37 smithi194 bash[32038]: cluster 2023-12-07T20:44:37.223085+0000 mgr.a (mgr.14403) 8431 : cluster 0 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-07T20:44:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:37 smithi135 bash[32435]: cluster 2023-12-07T20:44:37.223085+0000 mgr.a (mgr.14403) 8431 : cluster 0 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-07T20:44:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:39 smithi079 bash[28699]: cluster 2023-12-07T20:44:39.223809+0000 mgr.a (mgr.14403) 8432 : cluster 0 pgmap v6292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:39 smithi194 bash[32038]: cluster 2023-12-07T20:44:39.223809+0000 mgr.a (mgr.14403) 8432 : cluster 0 pgmap v6292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:39 smithi135 bash[32435]: cluster 2023-12-07T20:44:39.223809+0000 mgr.a (mgr.14403) 8432 : cluster 0 pgmap v6292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:41.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:44:41.388 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:41.388 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:42.296 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:44:42.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:42.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:42.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:42.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:44:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:42 smithi079 bash[28699]: audit 2023-12-07T20:44:41.088117+0000 mon.a (mon.0) 1620 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:44:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:42 smithi079 bash[28699]: audit 2023-12-07T20:44:41.096018+0000 mon.a (mon.0) 1621 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:44:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:42 smithi079 bash[28699]: audit 2023-12-07T20:44:41.097648+0000 mon.a (mon.0) 1622 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:44:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:42 smithi079 bash[28699]: audit 2023-12-07T20:44:41.099062+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:44:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:42 smithi079 bash[28699]: audit 2023-12-07T20:44:41.108588+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:44:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:42 smithi079 bash[28699]: cluster 2023-12-07T20:44:41.224405+0000 mgr.a (mgr.14403) 8433 : cluster 0 pgmap v6293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:42 smithi194 bash[32038]: audit 2023-12-07T20:44:41.088117+0000 mon.a (mon.0) 1620 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:44:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:42 smithi194 bash[32038]: audit 2023-12-07T20:44:41.096018+0000 mon.a (mon.0) 1621 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:44:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:42 smithi194 bash[32038]: audit 2023-12-07T20:44:41.097648+0000 mon.a (mon.0) 1622 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:44:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:42 smithi194 bash[32038]: audit 2023-12-07T20:44:41.099062+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:44:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:42 smithi194 bash[32038]: audit 2023-12-07T20:44:41.108588+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:44:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:42 smithi194 bash[32038]: cluster 2023-12-07T20:44:41.224405+0000 mgr.a (mgr.14403) 8433 : cluster 0 pgmap v6293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:42 smithi135 bash[32435]: audit 2023-12-07T20:44:41.088117+0000 mon.a (mon.0) 1620 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:44:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:42 smithi135 bash[32435]: audit 2023-12-07T20:44:41.096018+0000 mon.a (mon.0) 1621 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:44:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:42 smithi135 bash[32435]: audit 2023-12-07T20:44:41.097648+0000 mon.a (mon.0) 1622 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:44:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:42 smithi135 bash[32435]: audit 2023-12-07T20:44:41.099062+0000 mon.a (mon.0) 1623 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:44:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:42 smithi135 bash[32435]: audit 2023-12-07T20:44:41.108588+0000 mon.a (mon.0) 1624 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:44:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:42 smithi135 bash[32435]: cluster 2023-12-07T20:44:41.224405+0000 mgr.a (mgr.14403) 8433 : cluster 0 pgmap v6293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:43.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:43 smithi079 bash[28699]: audit 2023-12-07T20:44:41.791982+0000 mgr.a (mgr.14403) 8434 : audit 0 from='client.175572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:43 smithi194 bash[32038]: audit 2023-12-07T20:44:41.791982+0000 mgr.a (mgr.14403) 8434 : audit 0 from='client.175572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:43 smithi135 bash[32435]: audit 2023-12-07T20:44:41.791982+0000 mgr.a (mgr.14403) 8434 : audit 0 from='client.175572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:44 smithi079 bash[28699]: cluster 2023-12-07T20:44:43.225134+0000 mgr.a (mgr.14403) 8435 : cluster 0 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-07T20:44:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:44 smithi194 bash[32038]: cluster 2023-12-07T20:44:43.225134+0000 mgr.a (mgr.14403) 8435 : cluster 0 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-07T20:44:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:44 smithi135 bash[32435]: cluster 2023-12-07T20:44:43.225134+0000 mgr.a (mgr.14403) 8435 : cluster 0 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-07T20:44:45.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:45 smithi079 bash[28699]: cluster 2023-12-07T20:44:45.225964+0000 mgr.a (mgr.14403) 8436 : cluster 0 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-07T20:44:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:45 smithi194 bash[32038]: cluster 2023-12-07T20:44:45.225964+0000 mgr.a (mgr.14403) 8436 : cluster 0 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-07T20:44:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:45 smithi135 bash[32435]: cluster 2023-12-07T20:44:45.225964+0000 mgr.a (mgr.14403) 8436 : cluster 0 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-07T20:44:47.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:44:47.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:47.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:47 smithi079 bash[28699]: cluster 2023-12-07T20:44:47.226550+0000 mgr.a (mgr.14403) 8437 : cluster 0 pgmap v6296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:47 smithi194 bash[32038]: cluster 2023-12-07T20:44:47.226550+0000 mgr.a (mgr.14403) 8437 : cluster 0 pgmap v6296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:47 smithi135 bash[32435]: cluster 2023-12-07T20:44:47.226550+0000 mgr.a (mgr.14403) 8437 : cluster 0 pgmap v6296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:48.201 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:44:48.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:48.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:48.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:48.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:44:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:48 smithi194 bash[32038]: audit 2023-12-07T20:44:47.707470+0000 mgr.a (mgr.14403) 8438 : audit 0 from='client.175647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:48 smithi135 bash[32435]: audit 2023-12-07T20:44:47.707470+0000 mgr.a (mgr.14403) 8438 : audit 0 from='client.175647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:48.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:48 smithi079 bash[28699]: audit 2023-12-07T20:44:47.707470+0000 mgr.a (mgr.14403) 8438 : audit 0 from='client.175647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:49 smithi194 bash[32038]: cluster 2023-12-07T20:44:49.227420+0000 mgr.a (mgr.14403) 8439 : cluster 0 pgmap v6297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:49 smithi135 bash[32435]: cluster 2023-12-07T20:44:49.227420+0000 mgr.a (mgr.14403) 8439 : cluster 0 pgmap v6297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:49 smithi079 bash[28699]: cluster 2023-12-07T20:44:49.227420+0000 mgr.a (mgr.14403) 8439 : cluster 0 pgmap v6297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:44:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:51 smithi079 bash[28699]: cluster 2023-12-07T20:44:51.227909+0000 mgr.a (mgr.14403) 8440 : cluster 0 pgmap v6298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:51 smithi194 bash[32038]: cluster 2023-12-07T20:44:51.227909+0000 mgr.a (mgr.14403) 8440 : cluster 0 pgmap v6298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:51 smithi135 bash[32435]: cluster 2023-12-07T20:44:51.227909+0000 mgr.a (mgr.14403) 8440 : cluster 0 pgmap v6298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:53.203 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:44:53.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:53.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:53 smithi194 bash[32038]: cluster 2023-12-07T20:44:53.228496+0000 mgr.a (mgr.14403) 8441 : cluster 0 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-07T20:44:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:53 smithi135 bash[32435]: cluster 2023-12-07T20:44:53.228496+0000 mgr.a (mgr.14403) 8441 : cluster 0 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-07T20:44:53.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:53 smithi079 bash[28699]: cluster 2023-12-07T20:44:53.228496+0000 mgr.a (mgr.14403) 8441 : cluster 0 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-07T20:44:54.129 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:44:54.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:44:54.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:44:54.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:44:54.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:44:54.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:54 smithi194 bash[32038]: audit 2023-12-07T20:44:53.611873+0000 mgr.a (mgr.14403) 8442 : audit 0 from='client.175725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:54 smithi135 bash[32435]: audit 2023-12-07T20:44:53.611873+0000 mgr.a (mgr.14403) 8442 : audit 0 from='client.175725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:54.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:54 smithi079 bash[28699]: audit 2023-12-07T20:44:53.611873+0000 mgr.a (mgr.14403) 8442 : audit 0 from='client.175725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:44:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:55 smithi194 bash[32038]: cluster 2023-12-07T20:44:55.229478+0000 mgr.a (mgr.14403) 8443 : cluster 0 pgmap v6300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:55 smithi135 bash[32435]: cluster 2023-12-07T20:44:55.229478+0000 mgr.a (mgr.14403) 8443 : cluster 0 pgmap v6300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:55 smithi079 bash[28699]: cluster 2023-12-07T20:44:55.229478+0000 mgr.a (mgr.14403) 8443 : cluster 0 pgmap v6300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:57.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:57 smithi079 bash[28699]: cluster 2023-12-07T20:44:57.230060+0000 mgr.a (mgr.14403) 8444 : cluster 0 pgmap v6301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:44:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:57 smithi194 bash[32038]: cluster 2023-12-07T20:44:57.230060+0000 mgr.a (mgr.14403) 8444 : cluster 0 pgmap v6301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:44:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:57 smithi135 bash[32435]: cluster 2023-12-07T20:44:57.230060+0000 mgr.a (mgr.14403) 8444 : cluster 0 pgmap v6301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:44:59.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:44:59.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:44:59.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:44:59.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:44:59 smithi079 bash[28699]: cluster 2023-12-07T20:44:59.230833+0000 mgr.a (mgr.14403) 8445 : cluster 0 pgmap v6302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:44:59 smithi194 bash[32038]: cluster 2023-12-07T20:44:59.230833+0000 mgr.a (mgr.14403) 8445 : cluster 0 pgmap v6302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:44:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:44:59 smithi135 bash[32435]: cluster 2023-12-07T20:44:59.230833+0000 mgr.a (mgr.14403) 8445 : cluster 0 pgmap v6302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:00.031 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:45:00.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:00.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:00.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:00.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:45:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:00 smithi079 bash[28699]: audit 2023-12-07T20:44:59.548582+0000 mgr.a (mgr.14403) 8446 : audit 0 from='client.175800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:00 smithi194 bash[32038]: audit 2023-12-07T20:44:59.548582+0000 mgr.a (mgr.14403) 8446 : audit 0 from='client.175800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:00 smithi135 bash[32435]: audit 2023-12-07T20:44:59.548582+0000 mgr.a (mgr.14403) 8446 : audit 0 from='client.175800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:01.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:01 smithi079 bash[28699]: cluster 2023-12-07T20:45:01.231487+0000 mgr.a (mgr.14403) 8447 : cluster 0 pgmap v6303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:01 smithi194 bash[32038]: cluster 2023-12-07T20:45:01.231487+0000 mgr.a (mgr.14403) 8447 : cluster 0 pgmap v6303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:01 smithi135 bash[32435]: cluster 2023-12-07T20:45:01.231487+0000 mgr.a (mgr.14403) 8447 : cluster 0 pgmap v6303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:03 smithi194 bash[32038]: cluster 2023-12-07T20:45:03.232097+0000 mgr.a (mgr.14403) 8448 : cluster 0 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-07T20:45:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:03 smithi135 bash[32435]: cluster 2023-12-07T20:45:03.232097+0000 mgr.a (mgr.14403) 8448 : cluster 0 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-07T20:45:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:03 smithi079 bash[28699]: cluster 2023-12-07T20:45:03.232097+0000 mgr.a (mgr.14403) 8448 : cluster 0 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-07T20:45:05.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:45:05.034 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:05.034 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:05 smithi079 bash[28699]: cluster 2023-12-07T20:45:05.232862+0000 mgr.a (mgr.14403) 8449 : cluster 0 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-07T20:45:05.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:05 smithi194 bash[32038]: cluster 2023-12-07T20:45:05.232862+0000 mgr.a (mgr.14403) 8449 : cluster 0 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-07T20:45:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:05 smithi135 bash[32435]: cluster 2023-12-07T20:45:05.232862+0000 mgr.a (mgr.14403) 8449 : cluster 0 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-07T20:45:05.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:05.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:05.925 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:45:05.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:05.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:45:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:06 smithi079 bash[28699]: audit 2023-12-07T20:45:05.440766+0000 mgr.a (mgr.14403) 8450 : audit 0 from='client.175875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:06 smithi194 bash[32038]: audit 2023-12-07T20:45:05.440766+0000 mgr.a (mgr.14403) 8450 : audit 0 from='client.175875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:06 smithi135 bash[32435]: audit 2023-12-07T20:45:05.440766+0000 mgr.a (mgr.14403) 8450 : audit 0 from='client.175875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:07 smithi079 bash[28699]: cluster 2023-12-07T20:45:07.233534+0000 mgr.a (mgr.14403) 8451 : cluster 0 pgmap v6306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:07 smithi194 bash[32038]: cluster 2023-12-07T20:45:07.233534+0000 mgr.a (mgr.14403) 8451 : cluster 0 pgmap v6306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:07 smithi135 bash[32435]: cluster 2023-12-07T20:45:07.233534+0000 mgr.a (mgr.14403) 8451 : cluster 0 pgmap v6306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:09 smithi079 bash[28699]: cluster 2023-12-07T20:45:09.234335+0000 mgr.a (mgr.14403) 8452 : cluster 0 pgmap v6307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:09 smithi194 bash[32038]: cluster 2023-12-07T20:45:09.234335+0000 mgr.a (mgr.14403) 8452 : cluster 0 pgmap v6307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:09 smithi135 bash[32435]: cluster 2023-12-07T20:45:09.234335+0000 mgr.a (mgr.14403) 8452 : cluster 0 pgmap v6307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:10.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:45:10.929 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:10.929 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:11 smithi079 bash[28699]: cluster 2023-12-07T20:45:11.234865+0000 mgr.a (mgr.14403) 8453 : cluster 0 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-07T20:45:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:11 smithi194 bash[32038]: cluster 2023-12-07T20:45:11.234865+0000 mgr.a (mgr.14403) 8453 : cluster 0 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-07T20:45:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:11 smithi135 bash[32435]: cluster 2023-12-07T20:45:11.234865+0000 mgr.a (mgr.14403) 8453 : cluster 0 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-07T20:45:11.801 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:45:11.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:11.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:11.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:11.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:45:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:12 smithi079 bash[28699]: audit 2023-12-07T20:45:11.328797+0000 mgr.a (mgr.14403) 8454 : audit 0 from='client.175950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:12 smithi194 bash[32038]: audit 2023-12-07T20:45:11.328797+0000 mgr.a (mgr.14403) 8454 : audit 0 from='client.175950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:12 smithi135 bash[32435]: audit 2023-12-07T20:45:11.328797+0000 mgr.a (mgr.14403) 8454 : audit 0 from='client.175950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:13 smithi194 bash[32038]: cluster 2023-12-07T20:45:13.235666+0000 mgr.a (mgr.14403) 8455 : cluster 0 pgmap v6309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:13 smithi135 bash[32435]: cluster 2023-12-07T20:45:13.235666+0000 mgr.a (mgr.14403) 8455 : cluster 0 pgmap v6309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:13.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:13 smithi079 bash[28699]: cluster 2023-12-07T20:45:13.235666+0000 mgr.a (mgr.14403) 8455 : cluster 0 pgmap v6309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:15 smithi079 bash[28699]: cluster 2023-12-07T20:45:15.236522+0000 mgr.a (mgr.14403) 8456 : cluster 0 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-07T20:45:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:15 smithi194 bash[32038]: cluster 2023-12-07T20:45:15.236522+0000 mgr.a (mgr.14403) 8456 : cluster 0 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-07T20:45:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:15 smithi135 bash[32435]: cluster 2023-12-07T20:45:15.236522+0000 mgr.a (mgr.14403) 8456 : cluster 0 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-07T20:45:16.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:45:16.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:16.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:17 smithi079 bash[28699]: audit 2023-12-07T20:45:17.207344+0000 mgr.a (mgr.14403) 8457 : audit 0 from='client.176028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:17 smithi079 bash[28699]: cluster 2023-12-07T20:45:17.237305+0000 mgr.a (mgr.14403) 8458 : cluster 0 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-07T20:45:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:17 smithi194 bash[32038]: audit 2023-12-07T20:45:17.207344+0000 mgr.a (mgr.14403) 8457 : audit 0 from='client.176028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:17 smithi194 bash[32038]: cluster 2023-12-07T20:45:17.237305+0000 mgr.a (mgr.14403) 8458 : cluster 0 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-07T20:45:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:17 smithi135 bash[32435]: audit 2023-12-07T20:45:17.207344+0000 mgr.a (mgr.14403) 8457 : audit 0 from='client.176028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:17 smithi135 bash[32435]: cluster 2023-12-07T20:45:17.237305+0000 mgr.a (mgr.14403) 8458 : cluster 0 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-07T20:45:17.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:17.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:17.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:17.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:45:17.713 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:45:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:19 smithi079 bash[28699]: cluster 2023-12-07T20:45:19.238241+0000 mgr.a (mgr.14403) 8459 : cluster 0 pgmap v6312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:19 smithi194 bash[32038]: cluster 2023-12-07T20:45:19.238241+0000 mgr.a (mgr.14403) 8459 : cluster 0 pgmap v6312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:19 smithi135 bash[32435]: cluster 2023-12-07T20:45:19.238241+0000 mgr.a (mgr.14403) 8459 : cluster 0 pgmap v6312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:21.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:21 smithi079 bash[28699]: cluster 2023-12-07T20:45:21.238838+0000 mgr.a (mgr.14403) 8460 : cluster 0 pgmap v6313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:21 smithi194 bash[32038]: cluster 2023-12-07T20:45:21.238838+0000 mgr.a (mgr.14403) 8460 : cluster 0 pgmap v6313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:21 smithi135 bash[32435]: cluster 2023-12-07T20:45:21.238838+0000 mgr.a (mgr.14403) 8460 : cluster 0 pgmap v6313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:22.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:45:22.717 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:22.717 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:23.611 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:45:23.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:23.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:23.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:23.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:45:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:23 smithi194 bash[32038]: audit 2023-12-07T20:45:23.116425+0000 mgr.a (mgr.14403) 8461 : audit 0 from='client.176103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:23 smithi194 bash[32038]: cluster 2023-12-07T20:45:23.239442+0000 mgr.a (mgr.14403) 8462 : cluster 0 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-07T20:45:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:23 smithi135 bash[32435]: audit 2023-12-07T20:45:23.116425+0000 mgr.a (mgr.14403) 8461 : audit 0 from='client.176103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:23 smithi135 bash[32435]: cluster 2023-12-07T20:45:23.239442+0000 mgr.a (mgr.14403) 8462 : cluster 0 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-07T20:45:23.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:23 smithi079 bash[28699]: audit 2023-12-07T20:45:23.116425+0000 mgr.a (mgr.14403) 8461 : audit 0 from='client.176103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:23.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:23 smithi079 bash[28699]: cluster 2023-12-07T20:45:23.239442+0000 mgr.a (mgr.14403) 8462 : cluster 0 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-07T20:45:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:25 smithi079 bash[28699]: cluster 2023-12-07T20:45:25.240445+0000 mgr.a (mgr.14403) 8463 : cluster 0 pgmap v6315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:25 smithi194 bash[32038]: cluster 2023-12-07T20:45:25.240445+0000 mgr.a (mgr.14403) 8463 : cluster 0 pgmap v6315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:25 smithi135 bash[32435]: cluster 2023-12-07T20:45:25.240445+0000 mgr.a (mgr.14403) 8463 : cluster 0 pgmap v6315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:45:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:27 smithi079 bash[28699]: cluster 2023-12-07T20:45:27.241012+0000 mgr.a (mgr.14403) 8464 : cluster 0 pgmap v6316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:45:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:27 smithi194 bash[32038]: cluster 2023-12-07T20:45:27.241012+0000 mgr.a (mgr.14403) 8464 : cluster 0 pgmap v6316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:45:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:27 smithi135 bash[32435]: cluster 2023-12-07T20:45:27.241012+0000 mgr.a (mgr.14403) 8464 : cluster 0 pgmap v6316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:45:28.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:45:28.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:28.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:29.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:29.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:29.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:29.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:45:29.532 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:45:29.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:29 smithi079 bash[28699]: audit 2023-12-07T20:45:29.015642+0000 mgr.a (mgr.14403) 8465 : audit 0 from='client.176181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:29.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:29 smithi079 bash[28699]: cluster 2023-12-07T20:45:29.241836+0000 mgr.a (mgr.14403) 8466 : cluster 0 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-07T20:45:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:29 smithi194 bash[32038]: audit 2023-12-07T20:45:29.015642+0000 mgr.a (mgr.14403) 8465 : audit 0 from='client.176181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:29 smithi194 bash[32038]: cluster 2023-12-07T20:45:29.241836+0000 mgr.a (mgr.14403) 8466 : cluster 0 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-07T20:45:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:29 smithi135 bash[32435]: audit 2023-12-07T20:45:29.015642+0000 mgr.a (mgr.14403) 8465 : audit 0 from='client.176181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:29 smithi135 bash[32435]: cluster 2023-12-07T20:45:29.241836+0000 mgr.a (mgr.14403) 8466 : cluster 0 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-07T20:45:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:31 smithi079 bash[28699]: cluster 2023-12-07T20:45:31.242500+0000 mgr.a (mgr.14403) 8467 : cluster 0 pgmap v6318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:31 smithi194 bash[32038]: cluster 2023-12-07T20:45:31.242500+0000 mgr.a (mgr.14403) 8467 : cluster 0 pgmap v6318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:31 smithi135 bash[32435]: cluster 2023-12-07T20:45:31.242500+0000 mgr.a (mgr.14403) 8467 : cluster 0 pgmap v6318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:33 smithi194 bash[32038]: cluster 2023-12-07T20:45:33.243086+0000 mgr.a (mgr.14403) 8468 : cluster 0 pgmap v6319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:33 smithi135 bash[32435]: cluster 2023-12-07T20:45:33.243086+0000 mgr.a (mgr.14403) 8468 : cluster 0 pgmap v6319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:33.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:33 smithi079 bash[28699]: cluster 2023-12-07T20:45:33.243086+0000 mgr.a (mgr.14403) 8468 : cluster 0 pgmap v6319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:45:34.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:45:34.535 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:34.535 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:35.465 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:45:35.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:35.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:35.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:35.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:45:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:35 smithi079 bash[28699]: audit 2023-12-07T20:45:34.944692+0000 mgr.a (mgr.14403) 8469 : audit 0 from='client.176259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:35 smithi079 bash[28699]: cluster 2023-12-07T20:45:35.244399+0000 mgr.a (mgr.14403) 8470 : cluster 0 pgmap v6320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:35 smithi194 bash[32038]: audit 2023-12-07T20:45:34.944692+0000 mgr.a (mgr.14403) 8469 : audit 0 from='client.176259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:35 smithi194 bash[32038]: cluster 2023-12-07T20:45:35.244399+0000 mgr.a (mgr.14403) 8470 : cluster 0 pgmap v6320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:35 smithi135 bash[32435]: audit 2023-12-07T20:45:34.944692+0000 mgr.a (mgr.14403) 8469 : audit 0 from='client.176259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:35 smithi135 bash[32435]: cluster 2023-12-07T20:45:35.244399+0000 mgr.a (mgr.14403) 8470 : cluster 0 pgmap v6320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:37 smithi079 bash[28699]: cluster 2023-12-07T20:45:37.245282+0000 mgr.a (mgr.14403) 8471 : cluster 0 pgmap v6321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:45:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:37 smithi194 bash[32038]: cluster 2023-12-07T20:45:37.245282+0000 mgr.a (mgr.14403) 8471 : cluster 0 pgmap v6321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:45:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:37 smithi135 bash[32435]: cluster 2023-12-07T20:45:37.245282+0000 mgr.a (mgr.14403) 8471 : cluster 0 pgmap v6321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:45:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:39 smithi079 bash[28699]: cluster 2023-12-07T20:45:39.246144+0000 mgr.a (mgr.14403) 8472 : cluster 0 pgmap v6322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:39 smithi194 bash[32038]: cluster 2023-12-07T20:45:39.246144+0000 mgr.a (mgr.14403) 8472 : cluster 0 pgmap v6322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:39 smithi135 bash[32435]: cluster 2023-12-07T20:45:39.246144+0000 mgr.a (mgr.14403) 8472 : cluster 0 pgmap v6322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:45:40.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:45:40.467 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:40.467 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:41.370 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:45:41.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:41.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:41.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:41.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:45:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:41 smithi079 bash[28699]: audit 2023-12-07T20:45:41.214081+0000 mon.a (mon.0) 1625 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:45:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:41 smithi194 bash[32038]: audit 2023-12-07T20:45:41.214081+0000 mon.a (mon.0) 1625 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:45:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:41 smithi135 bash[32435]: audit 2023-12-07T20:45:41.214081+0000 mon.a (mon.0) 1625 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:45:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:42 smithi079 bash[28699]: audit 2023-12-07T20:45:40.866489+0000 mgr.a (mgr.14403) 8473 : audit 0 from='client.176337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:42 smithi079 bash[28699]: cluster 2023-12-07T20:45:41.253605+0000 mgr.a (mgr.14403) 8474 : cluster 0 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-07T20:45:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:42 smithi194 bash[32038]: audit 2023-12-07T20:45:40.866489+0000 mgr.a (mgr.14403) 8473 : audit 0 from='client.176337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:42 smithi194 bash[32038]: cluster 2023-12-07T20:45:41.253605+0000 mgr.a (mgr.14403) 8474 : cluster 0 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-07T20:45:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:42 smithi135 bash[32435]: audit 2023-12-07T20:45:40.866489+0000 mgr.a (mgr.14403) 8473 : audit 0 from='client.176337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:42 smithi135 bash[32435]: cluster 2023-12-07T20:45:41.253605+0000 mgr.a (mgr.14403) 8474 : cluster 0 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-07T20:45:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:43 smithi194 bash[32038]: cluster 2023-12-07T20:45:43.254159+0000 mgr.a (mgr.14403) 8475 : cluster 0 pgmap v6324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:43 smithi135 bash[32435]: cluster 2023-12-07T20:45:43.254159+0000 mgr.a (mgr.14403) 8475 : cluster 0 pgmap v6324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:43.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:43 smithi079 bash[28699]: cluster 2023-12-07T20:45:43.254159+0000 mgr.a (mgr.14403) 8475 : cluster 0 pgmap v6324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:45.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:45 smithi079 bash[28699]: cluster 2023-12-07T20:45:45.255099+0000 mgr.a (mgr.14403) 8476 : cluster 0 pgmap v6325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:45 smithi194 bash[32038]: cluster 2023-12-07T20:45:45.255099+0000 mgr.a (mgr.14403) 8476 : cluster 0 pgmap v6325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:45 smithi135 bash[32435]: cluster 2023-12-07T20:45:45.255099+0000 mgr.a (mgr.14403) 8476 : cluster 0 pgmap v6325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:46.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:45:46.374 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:46.374 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:47.254 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:45:47.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:47.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:47.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:47.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:45:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:47 smithi079 bash[28699]: audit 2023-12-07T20:45:46.775273+0000 mgr.a (mgr.14403) 8477 : audit 0 from='client.176412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:47 smithi079 bash[28699]: cluster 2023-12-07T20:45:47.255787+0000 mgr.a (mgr.14403) 8478 : cluster 0 pgmap v6326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:47 smithi194 bash[32038]: audit 2023-12-07T20:45:46.775273+0000 mgr.a (mgr.14403) 8477 : audit 0 from='client.176412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:47 smithi194 bash[32038]: cluster 2023-12-07T20:45:47.255787+0000 mgr.a (mgr.14403) 8478 : cluster 0 pgmap v6326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:47 smithi135 bash[32435]: audit 2023-12-07T20:45:46.775273+0000 mgr.a (mgr.14403) 8477 : audit 0 from='client.176412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:47 smithi135 bash[32435]: cluster 2023-12-07T20:45:47.255787+0000 mgr.a (mgr.14403) 8478 : cluster 0 pgmap v6326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:49.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:49 smithi079 bash[28699]: cluster 2023-12-07T20:45:49.256643+0000 mgr.a (mgr.14403) 8479 : cluster 0 pgmap v6327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:49.660 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:49 smithi194 bash[32038]: cluster 2023-12-07T20:45:49.256643+0000 mgr.a (mgr.14403) 8479 : cluster 0 pgmap v6327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:49 smithi135 bash[32435]: cluster 2023-12-07T20:45:49.256643+0000 mgr.a (mgr.14403) 8479 : cluster 0 pgmap v6327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:45:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:51 smithi079 bash[28699]: cluster 2023-12-07T20:45:51.257215+0000 mgr.a (mgr.14403) 8480 : cluster 0 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-07T20:45:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:51 smithi194 bash[32038]: cluster 2023-12-07T20:45:51.257215+0000 mgr.a (mgr.14403) 8480 : cluster 0 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-07T20:45:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:51 smithi135 bash[32435]: cluster 2023-12-07T20:45:51.257215+0000 mgr.a (mgr.14403) 8480 : cluster 0 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-07T20:45:52.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:45:52.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:52.258 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:53.168 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:45:53.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:53.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:53.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:53.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:45:53.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:53 smithi079 bash[28699]: audit 2023-12-07T20:45:52.009709+0000 mon.a (mon.0) 1626 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:45:53.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:53 smithi079 bash[28699]: audit 2023-12-07T20:45:52.017747+0000 mon.a (mon.0) 1627 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:45:53.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:53 smithi079 bash[28699]: audit 2023-12-07T20:45:52.019397+0000 mon.a (mon.0) 1628 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:45:53.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:53 smithi079 bash[28699]: audit 2023-12-07T20:45:52.021122+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:45:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:53 smithi079 bash[28699]: audit 2023-12-07T20:45:52.030999+0000 mon.a (mon.0) 1630 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:45:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:53 smithi194 bash[32038]: audit 2023-12-07T20:45:52.009709+0000 mon.a (mon.0) 1626 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:45:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:53 smithi194 bash[32038]: audit 2023-12-07T20:45:52.017747+0000 mon.a (mon.0) 1627 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:45:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:53 smithi194 bash[32038]: audit 2023-12-07T20:45:52.019397+0000 mon.a (mon.0) 1628 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:45:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:53 smithi194 bash[32038]: audit 2023-12-07T20:45:52.021122+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:45:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:53 smithi194 bash[32038]: audit 2023-12-07T20:45:52.030999+0000 mon.a (mon.0) 1630 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:45:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:53 smithi135 bash[32435]: audit 2023-12-07T20:45:52.009709+0000 mon.a (mon.0) 1626 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:45:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:53 smithi135 bash[32435]: audit 2023-12-07T20:45:52.017747+0000 mon.a (mon.0) 1627 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:45:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:53 smithi135 bash[32435]: audit 2023-12-07T20:45:52.019397+0000 mon.a (mon.0) 1628 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:45:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:53 smithi135 bash[32435]: audit 2023-12-07T20:45:52.021122+0000 mon.a (mon.0) 1629 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:45:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:53 smithi135 bash[32435]: audit 2023-12-07T20:45:52.030999+0000 mon.a (mon.0) 1630 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:45:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:54 smithi079 bash[28699]: audit 2023-12-07T20:45:52.668065+0000 mgr.a (mgr.14403) 8481 : audit 0 from='client.176487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:54 smithi079 bash[28699]: cluster 2023-12-07T20:45:53.258017+0000 mgr.a (mgr.14403) 8482 : cluster 0 pgmap v6329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:54 smithi194 bash[32038]: audit 2023-12-07T20:45:52.668065+0000 mgr.a (mgr.14403) 8481 : audit 0 from='client.176487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:54 smithi194 bash[32038]: cluster 2023-12-07T20:45:53.258017+0000 mgr.a (mgr.14403) 8482 : cluster 0 pgmap v6329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:54 smithi135 bash[32435]: audit 2023-12-07T20:45:52.668065+0000 mgr.a (mgr.14403) 8481 : audit 0 from='client.176487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:54 smithi135 bash[32435]: cluster 2023-12-07T20:45:53.258017+0000 mgr.a (mgr.14403) 8482 : cluster 0 pgmap v6329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:55.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:55 smithi079 bash[28699]: cluster 2023-12-07T20:45:55.258843+0000 mgr.a (mgr.14403) 8483 : cluster 0 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-07T20:45:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:55 smithi194 bash[32038]: cluster 2023-12-07T20:45:55.258843+0000 mgr.a (mgr.14403) 8483 : cluster 0 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-07T20:45:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:55 smithi135 bash[32435]: cluster 2023-12-07T20:45:55.258843+0000 mgr.a (mgr.14403) 8483 : cluster 0 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-07T20:45:57.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:57 smithi079 bash[28699]: cluster 2023-12-07T20:45:57.259415+0000 mgr.a (mgr.14403) 8484 : cluster 0 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-07T20:45:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:57 smithi194 bash[32038]: cluster 2023-12-07T20:45:57.259415+0000 mgr.a (mgr.14403) 8484 : cluster 0 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-07T20:45:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:57 smithi135 bash[32435]: cluster 2023-12-07T20:45:57.259415+0000 mgr.a (mgr.14403) 8484 : cluster 0 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-07T20:45:58.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:45:58.171 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:45:58.171 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:45:59.079 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:45:59.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:45:59.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:45:59.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:45:59.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:45:59.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:59 smithi079 bash[28699]: audit 2023-12-07T20:45:58.581533+0000 mgr.a (mgr.14403) 8485 : audit 0 from='client.176565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:59.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:45:59 smithi079 bash[28699]: cluster 2023-12-07T20:45:59.260502+0000 mgr.a (mgr.14403) 8486 : cluster 0 pgmap v6332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:59 smithi194 bash[32038]: audit 2023-12-07T20:45:58.581533+0000 mgr.a (mgr.14403) 8485 : audit 0 from='client.176565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:45:59 smithi194 bash[32038]: cluster 2023-12-07T20:45:59.260502+0000 mgr.a (mgr.14403) 8486 : cluster 0 pgmap v6332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:45:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:59 smithi135 bash[32435]: audit 2023-12-07T20:45:58.581533+0000 mgr.a (mgr.14403) 8485 : audit 0 from='client.176565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:45:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:45:59 smithi135 bash[32435]: cluster 2023-12-07T20:45:59.260502+0000 mgr.a (mgr.14403) 8486 : cluster 0 pgmap v6332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:01.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:01 smithi079 bash[28699]: cluster 2023-12-07T20:46:01.261090+0000 mgr.a (mgr.14403) 8487 : cluster 0 pgmap v6333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:01 smithi194 bash[32038]: cluster 2023-12-07T20:46:01.261090+0000 mgr.a (mgr.14403) 8487 : cluster 0 pgmap v6333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:01 smithi135 bash[32435]: cluster 2023-12-07T20:46:01.261090+0000 mgr.a (mgr.14403) 8487 : cluster 0 pgmap v6333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:03 smithi194 bash[32038]: cluster 2023-12-07T20:46:03.261640+0000 mgr.a (mgr.14403) 8488 : cluster 0 pgmap v6334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:03 smithi135 bash[32435]: cluster 2023-12-07T20:46:03.261640+0000 mgr.a (mgr.14403) 8488 : cluster 0 pgmap v6334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:03 smithi079 bash[28699]: cluster 2023-12-07T20:46:03.261640+0000 mgr.a (mgr.14403) 8488 : cluster 0 pgmap v6334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:04.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:46:04.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:04.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:04.973 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:46:04.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:04.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:04.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:04.974 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:46:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:05 smithi079 bash[28699]: audit 2023-12-07T20:46:04.488204+0000 mgr.a (mgr.14403) 8489 : audit 0 from='client.176643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:05 smithi079 bash[28699]: cluster 2023-12-07T20:46:05.262777+0000 mgr.a (mgr.14403) 8490 : cluster 0 pgmap v6335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:05 smithi194 bash[32038]: audit 2023-12-07T20:46:04.488204+0000 mgr.a (mgr.14403) 8489 : audit 0 from='client.176643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:05 smithi194 bash[32038]: cluster 2023-12-07T20:46:05.262777+0000 mgr.a (mgr.14403) 8490 : cluster 0 pgmap v6335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:05 smithi135 bash[32435]: audit 2023-12-07T20:46:04.488204+0000 mgr.a (mgr.14403) 8489 : audit 0 from='client.176643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:05 smithi135 bash[32435]: cluster 2023-12-07T20:46:05.262777+0000 mgr.a (mgr.14403) 8490 : cluster 0 pgmap v6335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:07 smithi079 bash[28699]: cluster 2023-12-07T20:46:07.263345+0000 mgr.a (mgr.14403) 8491 : cluster 0 pgmap v6336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:07 smithi194 bash[32038]: cluster 2023-12-07T20:46:07.263345+0000 mgr.a (mgr.14403) 8491 : cluster 0 pgmap v6336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:07 smithi135 bash[32435]: cluster 2023-12-07T20:46:07.263345+0000 mgr.a (mgr.14403) 8491 : cluster 0 pgmap v6336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:09 smithi079 bash[28699]: cluster 2023-12-07T20:46:09.264271+0000 mgr.a (mgr.14403) 8492 : cluster 0 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-07T20:46:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:09 smithi194 bash[32038]: cluster 2023-12-07T20:46:09.264271+0000 mgr.a (mgr.14403) 8492 : cluster 0 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-07T20:46:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:09 smithi135 bash[32435]: cluster 2023-12-07T20:46:09.264271+0000 mgr.a (mgr.14403) 8492 : cluster 0 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-07T20:46:09.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:46:09.977 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:09.977 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:10.877 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:46:10.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:10.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:10.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:10.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:46:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:11 smithi079 bash[28699]: audit 2023-12-07T20:46:10.385192+0000 mgr.a (mgr.14403) 8493 : audit 0 from='client.176718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:11 smithi079 bash[28699]: cluster 2023-12-07T20:46:11.265000+0000 mgr.a (mgr.14403) 8494 : cluster 0 pgmap v6338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:11 smithi194 bash[32038]: audit 2023-12-07T20:46:10.385192+0000 mgr.a (mgr.14403) 8493 : audit 0 from='client.176718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:11 smithi194 bash[32038]: cluster 2023-12-07T20:46:11.265000+0000 mgr.a (mgr.14403) 8494 : cluster 0 pgmap v6338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:11 smithi135 bash[32435]: audit 2023-12-07T20:46:10.385192+0000 mgr.a (mgr.14403) 8493 : audit 0 from='client.176718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:11 smithi135 bash[32435]: cluster 2023-12-07T20:46:11.265000+0000 mgr.a (mgr.14403) 8494 : cluster 0 pgmap v6338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:13 smithi194 bash[32038]: cluster 2023-12-07T20:46:13.265527+0000 mgr.a (mgr.14403) 8495 : cluster 0 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-07T20:46:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:13 smithi135 bash[32435]: cluster 2023-12-07T20:46:13.265527+0000 mgr.a (mgr.14403) 8495 : cluster 0 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-07T20:46:13.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:13 smithi079 bash[28699]: cluster 2023-12-07T20:46:13.265527+0000 mgr.a (mgr.14403) 8495 : cluster 0 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-07T20:46:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:15 smithi079 bash[28699]: cluster 2023-12-07T20:46:15.266444+0000 mgr.a (mgr.14403) 8496 : cluster 0 pgmap v6340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:15 smithi194 bash[32038]: cluster 2023-12-07T20:46:15.266444+0000 mgr.a (mgr.14403) 8496 : cluster 0 pgmap v6340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:15 smithi135 bash[32435]: cluster 2023-12-07T20:46:15.266444+0000 mgr.a (mgr.14403) 8496 : cluster 0 pgmap v6340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:15.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:46:15.880 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:15.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:16 smithi079 bash[28699]: audit 2023-12-07T20:46:16.290582+0000 mgr.a (mgr.14403) 8497 : audit 0 from='client.176793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:16 smithi194 bash[32038]: audit 2023-12-07T20:46:16.290582+0000 mgr.a (mgr.14403) 8497 : audit 0 from='client.176793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:16 smithi135 bash[32435]: audit 2023-12-07T20:46:16.290582+0000 mgr.a (mgr.14403) 8497 : audit 0 from='client.176793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:16.770 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:46:16.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:16.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:16.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:16.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:46:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:17 smithi079 bash[28699]: cluster 2023-12-07T20:46:17.267158+0000 mgr.a (mgr.14403) 8498 : cluster 0 pgmap v6341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:17 smithi194 bash[32038]: cluster 2023-12-07T20:46:17.267158+0000 mgr.a (mgr.14403) 8498 : cluster 0 pgmap v6341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:17 smithi135 bash[32435]: cluster 2023-12-07T20:46:17.267158+0000 mgr.a (mgr.14403) 8498 : cluster 0 pgmap v6341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:19 smithi079 bash[28699]: cluster 2023-12-07T20:46:19.267886+0000 mgr.a (mgr.14403) 8499 : cluster 0 pgmap v6342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:19 smithi194 bash[32038]: cluster 2023-12-07T20:46:19.267886+0000 mgr.a (mgr.14403) 8499 : cluster 0 pgmap v6342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:19 smithi135 bash[32435]: cluster 2023-12-07T20:46:19.267886+0000 mgr.a (mgr.14403) 8499 : cluster 0 pgmap v6342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:21.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:21 smithi079 bash[28699]: cluster 2023-12-07T20:46:21.268427+0000 mgr.a (mgr.14403) 8500 : cluster 0 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-07T20:46:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:21 smithi194 bash[32038]: cluster 2023-12-07T20:46:21.268427+0000 mgr.a (mgr.14403) 8500 : cluster 0 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-07T20:46:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:21 smithi135 bash[32435]: cluster 2023-12-07T20:46:21.268427+0000 mgr.a (mgr.14403) 8500 : cluster 0 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-07T20:46:21.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:46:21.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:21.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:22 smithi079 bash[28699]: audit 2023-12-07T20:46:22.180412+0000 mgr.a (mgr.14403) 8501 : audit 0 from='client.176865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:22.680 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:46:22.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:22.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:22.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:22.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:46:22.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:22 smithi194 bash[32038]: audit 2023-12-07T20:46:22.180412+0000 mgr.a (mgr.14403) 8501 : audit 0 from='client.176865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:22 smithi135 bash[32435]: audit 2023-12-07T20:46:22.180412+0000 mgr.a (mgr.14403) 8501 : audit 0 from='client.176865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:23 smithi194 bash[32038]: cluster 2023-12-07T20:46:23.269107+0000 mgr.a (mgr.14403) 8502 : cluster 0 pgmap v6344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:23 smithi135 bash[32435]: cluster 2023-12-07T20:46:23.269107+0000 mgr.a (mgr.14403) 8502 : cluster 0 pgmap v6344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:23.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:23 smithi079 bash[28699]: cluster 2023-12-07T20:46:23.269107+0000 mgr.a (mgr.14403) 8502 : cluster 0 pgmap v6344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:25 smithi079 bash[28699]: cluster 2023-12-07T20:46:25.269898+0000 mgr.a (mgr.14403) 8503 : cluster 0 pgmap v6345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:25 smithi194 bash[32038]: cluster 2023-12-07T20:46:25.269898+0000 mgr.a (mgr.14403) 8503 : cluster 0 pgmap v6345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:25 smithi135 bash[32435]: cluster 2023-12-07T20:46:25.269898+0000 mgr.a (mgr.14403) 8503 : cluster 0 pgmap v6345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:27 smithi079 bash[28699]: cluster 2023-12-07T20:46:27.270436+0000 mgr.a (mgr.14403) 8504 : cluster 0 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-07T20:46:27.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:46:27.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:27.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:27 smithi194 bash[32038]: cluster 2023-12-07T20:46:27.270436+0000 mgr.a (mgr.14403) 8504 : cluster 0 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-07T20:46:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:27 smithi135 bash[32435]: cluster 2023-12-07T20:46:27.270436+0000 mgr.a (mgr.14403) 8504 : cluster 0 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-07T20:46:28.575 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:46:28.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:28.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:28.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:28.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:46:28.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:28 smithi194 bash[32038]: audit 2023-12-07T20:46:28.090525+0000 mgr.a (mgr.14403) 8505 : audit 0 from='client.176940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:28 smithi135 bash[32435]: audit 2023-12-07T20:46:28.090525+0000 mgr.a (mgr.14403) 8505 : audit 0 from='client.176940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:28.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:28 smithi079 bash[28699]: audit 2023-12-07T20:46:28.090525+0000 mgr.a (mgr.14403) 8505 : audit 0 from='client.176940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:29 smithi194 bash[32038]: cluster 2023-12-07T20:46:29.271544+0000 mgr.a (mgr.14403) 8506 : cluster 0 pgmap v6347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:46:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:29 smithi135 bash[32435]: cluster 2023-12-07T20:46:29.271544+0000 mgr.a (mgr.14403) 8506 : cluster 0 pgmap v6347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:46:29.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:29 smithi079 bash[28699]: cluster 2023-12-07T20:46:29.271544+0000 mgr.a (mgr.14403) 8506 : cluster 0 pgmap v6347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:46:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:31 smithi079 bash[28699]: cluster 2023-12-07T20:46:31.272277+0000 mgr.a (mgr.14403) 8507 : cluster 0 pgmap v6348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:46:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:31 smithi194 bash[32038]: cluster 2023-12-07T20:46:31.272277+0000 mgr.a (mgr.14403) 8507 : cluster 0 pgmap v6348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:46:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:31 smithi135 bash[32435]: cluster 2023-12-07T20:46:31.272277+0000 mgr.a (mgr.14403) 8507 : cluster 0 pgmap v6348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:46:33.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:46:33.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:33.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:33 smithi194 bash[32038]: cluster 2023-12-07T20:46:33.272979+0000 mgr.a (mgr.14403) 8508 : cluster 0 pgmap v6349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:46:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:33 smithi135 bash[32435]: cluster 2023-12-07T20:46:33.272979+0000 mgr.a (mgr.14403) 8508 : cluster 0 pgmap v6349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:46:33.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:33 smithi079 bash[28699]: cluster 2023-12-07T20:46:33.272979+0000 mgr.a (mgr.14403) 8508 : cluster 0 pgmap v6349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:46:34.471 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:46:34.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:34.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:34.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:34.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:46:34.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:34 smithi194 bash[32038]: audit 2023-12-07T20:46:33.983286+0000 mgr.a (mgr.14403) 8509 : audit 0 from='client.177015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:34 smithi135 bash[32435]: audit 2023-12-07T20:46:33.983286+0000 mgr.a (mgr.14403) 8509 : audit 0 from='client.177015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:34.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:34 smithi079 bash[28699]: audit 2023-12-07T20:46:33.983286+0000 mgr.a (mgr.14403) 8509 : audit 0 from='client.177015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:35 smithi194 bash[32038]: cluster 2023-12-07T20:46:35.273901+0000 mgr.a (mgr.14403) 8510 : cluster 0 pgmap v6350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:35 smithi135 bash[32435]: cluster 2023-12-07T20:46:35.273901+0000 mgr.a (mgr.14403) 8510 : cluster 0 pgmap v6350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:35.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:35 smithi079 bash[28699]: cluster 2023-12-07T20:46:35.273901+0000 mgr.a (mgr.14403) 8510 : cluster 0 pgmap v6350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:37 smithi079 bash[28699]: cluster 2023-12-07T20:46:37.274585+0000 mgr.a (mgr.14403) 8511 : cluster 0 pgmap v6351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:37 smithi194 bash[32038]: cluster 2023-12-07T20:46:37.274585+0000 mgr.a (mgr.14403) 8511 : cluster 0 pgmap v6351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:37 smithi135 bash[32435]: cluster 2023-12-07T20:46:37.274585+0000 mgr.a (mgr.14403) 8511 : cluster 0 pgmap v6351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:46:39.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:46:39.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:39.475 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:39 smithi079 bash[28699]: cluster 2023-12-07T20:46:39.275498+0000 mgr.a (mgr.14403) 8512 : cluster 0 pgmap v6352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:39 smithi194 bash[32038]: cluster 2023-12-07T20:46:39.275498+0000 mgr.a (mgr.14403) 8512 : cluster 0 pgmap v6352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:39 smithi135 bash[32435]: cluster 2023-12-07T20:46:39.275498+0000 mgr.a (mgr.14403) 8512 : cluster 0 pgmap v6352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:40.431 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:46:40.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:40.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:40.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:40.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:46:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:40 smithi079 bash[28699]: audit 2023-12-07T20:46:39.882358+0000 mgr.a (mgr.14403) 8513 : audit 0 from='client.177090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:40.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:40 smithi194 bash[32038]: audit 2023-12-07T20:46:39.882358+0000 mgr.a (mgr.14403) 8513 : audit 0 from='client.177090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:40 smithi135 bash[32435]: audit 2023-12-07T20:46:39.882358+0000 mgr.a (mgr.14403) 8513 : audit 0 from='client.177090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:41 smithi079 bash[28699]: cluster 2023-12-07T20:46:41.276159+0000 mgr.a (mgr.14403) 8514 : cluster 0 pgmap v6353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:46:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:41 smithi194 bash[32038]: cluster 2023-12-07T20:46:41.276159+0000 mgr.a (mgr.14403) 8514 : cluster 0 pgmap v6353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:46:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:41 smithi135 bash[32435]: cluster 2023-12-07T20:46:41.276159+0000 mgr.a (mgr.14403) 8514 : cluster 0 pgmap v6353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:46:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:43 smithi194 bash[32038]: cluster 2023-12-07T20:46:43.276833+0000 mgr.a (mgr.14403) 8515 : cluster 0 pgmap v6354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:46:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:43 smithi135 bash[32435]: cluster 2023-12-07T20:46:43.276833+0000 mgr.a (mgr.14403) 8515 : cluster 0 pgmap v6354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:46:43.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:43 smithi079 bash[28699]: cluster 2023-12-07T20:46:43.276833+0000 mgr.a (mgr.14403) 8515 : cluster 0 pgmap v6354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:46:45.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:46:45.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:45.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:45.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:45 smithi079 bash[28699]: cluster 2023-12-07T20:46:45.277637+0000 mgr.a (mgr.14403) 8516 : cluster 0 pgmap v6355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:46:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:45 smithi194 bash[32038]: cluster 2023-12-07T20:46:45.277637+0000 mgr.a (mgr.14403) 8516 : cluster 0 pgmap v6355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:46:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:45 smithi135 bash[32435]: cluster 2023-12-07T20:46:45.277637+0000 mgr.a (mgr.14403) 8516 : cluster 0 pgmap v6355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:46:46.356 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:46:46.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:46.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:46.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:46.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:46:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:46 smithi079 bash[28699]: audit 2023-12-07T20:46:45.837625+0000 mgr.a (mgr.14403) 8517 : audit 0 from='client.177165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:46 smithi194 bash[32038]: audit 2023-12-07T20:46:45.837625+0000 mgr.a (mgr.14403) 8517 : audit 0 from='client.177165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:46 smithi135 bash[32435]: audit 2023-12-07T20:46:45.837625+0000 mgr.a (mgr.14403) 8517 : audit 0 from='client.177165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:47 smithi079 bash[28699]: cluster 2023-12-07T20:46:47.278347+0000 mgr.a (mgr.14403) 8518 : cluster 0 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-07T20:46:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:47 smithi194 bash[32038]: cluster 2023-12-07T20:46:47.278347+0000 mgr.a (mgr.14403) 8518 : cluster 0 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-07T20:46:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:47 smithi135 bash[32435]: cluster 2023-12-07T20:46:47.278347+0000 mgr.a (mgr.14403) 8518 : cluster 0 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-07T20:46:49.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:49 smithi079 bash[28699]: cluster 2023-12-07T20:46:49.279197+0000 mgr.a (mgr.14403) 8519 : cluster 0 pgmap v6357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:49 smithi194 bash[32038]: cluster 2023-12-07T20:46:49.279197+0000 mgr.a (mgr.14403) 8519 : cluster 0 pgmap v6357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:49 smithi135 bash[32435]: cluster 2023-12-07T20:46:49.279197+0000 mgr.a (mgr.14403) 8519 : cluster 0 pgmap v6357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:51.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:46:51.361 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:51.361 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:51 smithi079 bash[28699]: cluster 2023-12-07T20:46:51.279782+0000 mgr.a (mgr.14403) 8520 : cluster 0 pgmap v6358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:51 smithi194 bash[32038]: cluster 2023-12-07T20:46:51.279782+0000 mgr.a (mgr.14403) 8520 : cluster 0 pgmap v6358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:51 smithi135 bash[32435]: cluster 2023-12-07T20:46:51.279782+0000 mgr.a (mgr.14403) 8520 : cluster 0 pgmap v6358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:52.292 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:46:52.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:52.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:52.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:52.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:46:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:52 smithi079 bash[28699]: audit 2023-12-07T20:46:51.772422+0000 mgr.a (mgr.14403) 8521 : audit 0 from='client.177243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:52 smithi079 bash[28699]: audit 2023-12-07T20:46:52.133880+0000 mon.a (mon.0) 1631 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:46:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:52 smithi194 bash[32038]: audit 2023-12-07T20:46:51.772422+0000 mgr.a (mgr.14403) 8521 : audit 0 from='client.177243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:52 smithi194 bash[32038]: audit 2023-12-07T20:46:52.133880+0000 mon.a (mon.0) 1631 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:46:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:52 smithi135 bash[32435]: audit 2023-12-07T20:46:51.772422+0000 mgr.a (mgr.14403) 8521 : audit 0 from='client.177243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:52 smithi135 bash[32435]: audit 2023-12-07T20:46:52.133880+0000 mon.a (mon.0) 1631 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:46:54.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:53 smithi079 bash[28699]: audit 2023-12-07T20:46:52.724144+0000 mon.a (mon.0) 1632 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:53 smithi079 bash[28699]: audit 2023-12-07T20:46:52.734459+0000 mon.a (mon.0) 1633 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:53 smithi079 bash[28699]: cluster 2023-12-07T20:46:53.280301+0000 mgr.a (mgr.14403) 8522 : cluster 0 pgmap v6359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:53 smithi079 bash[28699]: audit 2023-12-07T20:46:53.288013+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:53 smithi079 bash[28699]: audit 2023-12-07T20:46:53.293047+0000 mon.a (mon.0) 1635 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:53 smithi079 bash[28699]: audit 2023-12-07T20:46:53.337534+0000 mon.a (mon.0) 1636 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:53 smithi079 bash[28699]: audit 2023-12-07T20:46:53.343971+0000 mon.a (mon.0) 1637 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:53 smithi194 bash[32038]: audit 2023-12-07T20:46:52.724144+0000 mon.a (mon.0) 1632 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:53 smithi194 bash[32038]: audit 2023-12-07T20:46:52.734459+0000 mon.a (mon.0) 1633 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:53 smithi194 bash[32038]: cluster 2023-12-07T20:46:53.280301+0000 mgr.a (mgr.14403) 8522 : cluster 0 pgmap v6359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:53 smithi194 bash[32038]: audit 2023-12-07T20:46:53.288013+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:53 smithi194 bash[32038]: audit 2023-12-07T20:46:53.293047+0000 mon.a (mon.0) 1635 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:53 smithi194 bash[32038]: audit 2023-12-07T20:46:53.337534+0000 mon.a (mon.0) 1636 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:53 smithi194 bash[32038]: audit 2023-12-07T20:46:53.343971+0000 mon.a (mon.0) 1637 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:53 smithi135 bash[32435]: audit 2023-12-07T20:46:52.724144+0000 mon.a (mon.0) 1632 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:53 smithi135 bash[32435]: audit 2023-12-07T20:46:52.734459+0000 mon.a (mon.0) 1633 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:53 smithi135 bash[32435]: cluster 2023-12-07T20:46:53.280301+0000 mgr.a (mgr.14403) 8522 : cluster 0 pgmap v6359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:53 smithi135 bash[32435]: audit 2023-12-07T20:46:53.288013+0000 mon.a (mon.0) 1634 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:53 smithi135 bash[32435]: audit 2023-12-07T20:46:53.293047+0000 mon.a (mon.0) 1635 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:53 smithi135 bash[32435]: audit 2023-12-07T20:46:53.337534+0000 mon.a (mon.0) 1636 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:53 smithi135 bash[32435]: audit 2023-12-07T20:46:53.343971+0000 mon.a (mon.0) 1637 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:55.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:54 smithi079 bash[28699]: audit 2023-12-07T20:46:53.849826+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:54 smithi079 bash[28699]: audit 2023-12-07T20:46:53.855936+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:54 smithi079 bash[28699]: audit 2023-12-07T20:46:53.857449+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:46:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:54 smithi079 bash[28699]: audit 2023-12-07T20:46:53.859070+0000 mon.a (mon.0) 1641 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:46:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:54 smithi079 bash[28699]: audit 2023-12-07T20:46:53.866391+0000 mon.a (mon.0) 1642 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:55.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:54 smithi194 bash[32038]: audit 2023-12-07T20:46:53.849826+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:55.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:54 smithi194 bash[32038]: audit 2023-12-07T20:46:53.855936+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:55.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:54 smithi194 bash[32038]: audit 2023-12-07T20:46:53.857449+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:46:55.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:54 smithi194 bash[32038]: audit 2023-12-07T20:46:53.859070+0000 mon.a (mon.0) 1641 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:46:55.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:54 smithi194 bash[32038]: audit 2023-12-07T20:46:53.866391+0000 mon.a (mon.0) 1642 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:54 smithi135 bash[32435]: audit 2023-12-07T20:46:53.849826+0000 mon.a (mon.0) 1638 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:54 smithi135 bash[32435]: audit 2023-12-07T20:46:53.855936+0000 mon.a (mon.0) 1639 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:54 smithi135 bash[32435]: audit 2023-12-07T20:46:53.857449+0000 mon.a (mon.0) 1640 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:46:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:54 smithi135 bash[32435]: audit 2023-12-07T20:46:53.859070+0000 mon.a (mon.0) 1641 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:46:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:54 smithi135 bash[32435]: audit 2023-12-07T20:46:53.866391+0000 mon.a (mon.0) 1642 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:46:56.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:55 smithi079 bash[28699]: cluster 2023-12-07T20:46:55.281053+0000 mgr.a (mgr.14403) 8523 : cluster 0 pgmap v6360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:55 smithi194 bash[32038]: cluster 2023-12-07T20:46:55.281053+0000 mgr.a (mgr.14403) 8523 : cluster 0 pgmap v6360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:55 smithi135 bash[32435]: cluster 2023-12-07T20:46:55.281053+0000 mgr.a (mgr.14403) 8523 : cluster 0 pgmap v6360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:57.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:46:57.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:46:57.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:46:57.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:57 smithi079 bash[28699]: cluster 2023-12-07T20:46:57.281611+0000 mgr.a (mgr.14403) 8524 : cluster 0 pgmap v6361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:57 smithi194 bash[32038]: cluster 2023-12-07T20:46:57.281611+0000 mgr.a (mgr.14403) 8524 : cluster 0 pgmap v6361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:57 smithi135 bash[32435]: cluster 2023-12-07T20:46:57.281611+0000 mgr.a (mgr.14403) 8524 : cluster 0 pgmap v6361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:46:58.207 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:46:58.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:46:58.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:46:58.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:46:58.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:46:58.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:58 smithi194 bash[32038]: audit 2023-12-07T20:46:57.707599+0000 mgr.a (mgr.14403) 8525 : audit 0 from='client.177315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:58 smithi135 bash[32435]: audit 2023-12-07T20:46:57.707599+0000 mgr.a (mgr.14403) 8525 : audit 0 from='client.177315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:58.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:58 smithi079 bash[28699]: audit 2023-12-07T20:46:57.707599+0000 mgr.a (mgr.14403) 8525 : audit 0 from='client.177315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:46:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:46:59 smithi135 bash[32435]: cluster 2023-12-07T20:46:59.282569+0000 mgr.a (mgr.14403) 8526 : cluster 0 pgmap v6362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:59.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:46:59 smithi079 bash[28699]: cluster 2023-12-07T20:46:59.282569+0000 mgr.a (mgr.14403) 8526 : cluster 0 pgmap v6362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:46:59.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:46:59 smithi194 bash[32038]: cluster 2023-12-07T20:46:59.282569+0000 mgr.a (mgr.14403) 8526 : cluster 0 pgmap v6362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:01.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:01 smithi079 bash[28699]: cluster 2023-12-07T20:47:01.283151+0000 mgr.a (mgr.14403) 8527 : cluster 0 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-07T20:47:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:01 smithi194 bash[32038]: cluster 2023-12-07T20:47:01.283151+0000 mgr.a (mgr.14403) 8527 : cluster 0 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-07T20:47:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:01 smithi135 bash[32435]: cluster 2023-12-07T20:47:01.283151+0000 mgr.a (mgr.14403) 8527 : cluster 0 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-07T20:47:03.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:47:03.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:03.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:03 smithi194 bash[32038]: cluster 2023-12-07T20:47:03.283694+0000 mgr.a (mgr.14403) 8528 : cluster 0 pgmap v6364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:03 smithi135 bash[32435]: cluster 2023-12-07T20:47:03.283694+0000 mgr.a (mgr.14403) 8528 : cluster 0 pgmap v6364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:03 smithi079 bash[28699]: cluster 2023-12-07T20:47:03.283694+0000 mgr.a (mgr.14403) 8528 : cluster 0 pgmap v6364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:04.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:04.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:04.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:04.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:47:04.109 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:47:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:04 smithi194 bash[32038]: audit 2023-12-07T20:47:03.624597+0000 mgr.a (mgr.14403) 8529 : audit 0 from='client.177390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:04 smithi135 bash[32435]: audit 2023-12-07T20:47:03.624597+0000 mgr.a (mgr.14403) 8529 : audit 0 from='client.177390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:04.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:04 smithi079 bash[28699]: audit 2023-12-07T20:47:03.624597+0000 mgr.a (mgr.14403) 8529 : audit 0 from='client.177390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:05 smithi079 bash[28699]: cluster 2023-12-07T20:47:05.284701+0000 mgr.a (mgr.14403) 8530 : cluster 0 pgmap v6365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:05 smithi194 bash[32038]: cluster 2023-12-07T20:47:05.284701+0000 mgr.a (mgr.14403) 8530 : cluster 0 pgmap v6365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:05 smithi135 bash[32435]: cluster 2023-12-07T20:47:05.284701+0000 mgr.a (mgr.14403) 8530 : cluster 0 pgmap v6365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:07 smithi079 bash[28699]: cluster 2023-12-07T20:47:07.285275+0000 mgr.a (mgr.14403) 8531 : cluster 0 pgmap v6366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:07 smithi194 bash[32038]: cluster 2023-12-07T20:47:07.285275+0000 mgr.a (mgr.14403) 8531 : cluster 0 pgmap v6366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:07 smithi135 bash[32435]: cluster 2023-12-07T20:47:07.285275+0000 mgr.a (mgr.14403) 8531 : cluster 0 pgmap v6366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:09.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:47:09.112 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:09.112 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:09 smithi079 bash[28699]: cluster 2023-12-07T20:47:09.285802+0000 mgr.a (mgr.14403) 8532 : cluster 0 pgmap v6367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:09 smithi194 bash[32038]: cluster 2023-12-07T20:47:09.285802+0000 mgr.a (mgr.14403) 8532 : cluster 0 pgmap v6367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:09 smithi135 bash[32435]: cluster 2023-12-07T20:47:09.285802+0000 mgr.a (mgr.14403) 8532 : cluster 0 pgmap v6367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:10.004 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:47:10.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:10.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:10.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:10.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:47:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:10 smithi079 bash[28699]: audit 2023-12-07T20:47:09.516497+0000 mgr.a (mgr.14403) 8533 : audit 0 from='client.177468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:10.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:10 smithi194 bash[32038]: audit 2023-12-07T20:47:09.516497+0000 mgr.a (mgr.14403) 8533 : audit 0 from='client.177468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:10.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:10 smithi135 bash[32435]: audit 2023-12-07T20:47:09.516497+0000 mgr.a (mgr.14403) 8533 : audit 0 from='client.177468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:11 smithi079 bash[28699]: cluster 2023-12-07T20:47:11.286489+0000 mgr.a (mgr.14403) 8534 : cluster 0 pgmap v6368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:11 smithi194 bash[32038]: cluster 2023-12-07T20:47:11.286489+0000 mgr.a (mgr.14403) 8534 : cluster 0 pgmap v6368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:11 smithi135 bash[32435]: cluster 2023-12-07T20:47:11.286489+0000 mgr.a (mgr.14403) 8534 : cluster 0 pgmap v6368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:13 smithi135 bash[32435]: cluster 2023-12-07T20:47:13.287093+0000 mgr.a (mgr.14403) 8535 : cluster 0 pgmap v6369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:13.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:13 smithi079 bash[28699]: cluster 2023-12-07T20:47:13.287093+0000 mgr.a (mgr.14403) 8535 : cluster 0 pgmap v6369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:13.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:13 smithi194 bash[32038]: cluster 2023-12-07T20:47:13.287093+0000 mgr.a (mgr.14403) 8535 : cluster 0 pgmap v6369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:15.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:47:15.008 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:15.008 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:15 smithi079 bash[28699]: cluster 2023-12-07T20:47:15.287826+0000 mgr.a (mgr.14403) 8536 : cluster 0 pgmap v6370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:15 smithi194 bash[32038]: cluster 2023-12-07T20:47:15.287826+0000 mgr.a (mgr.14403) 8536 : cluster 0 pgmap v6370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:15 smithi135 bash[32435]: cluster 2023-12-07T20:47:15.287826+0000 mgr.a (mgr.14403) 8536 : cluster 0 pgmap v6370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:15.914 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:47:15.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:15.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:15.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:15.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:47:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:16 smithi079 bash[28699]: audit 2023-12-07T20:47:15.419092+0000 mgr.a (mgr.14403) 8537 : audit 0 from='client.177543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:16 smithi194 bash[32038]: audit 2023-12-07T20:47:15.419092+0000 mgr.a (mgr.14403) 8537 : audit 0 from='client.177543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:16 smithi135 bash[32435]: audit 2023-12-07T20:47:15.419092+0000 mgr.a (mgr.14403) 8537 : audit 0 from='client.177543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:17 smithi079 bash[28699]: cluster 2023-12-07T20:47:17.288537+0000 mgr.a (mgr.14403) 8538 : cluster 0 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-07T20:47:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:17 smithi194 bash[32038]: cluster 2023-12-07T20:47:17.288537+0000 mgr.a (mgr.14403) 8538 : cluster 0 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-07T20:47:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:17 smithi135 bash[32435]: cluster 2023-12-07T20:47:17.288537+0000 mgr.a (mgr.14403) 8538 : cluster 0 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-07T20:47:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:19 smithi079 bash[28699]: cluster 2023-12-07T20:47:19.289313+0000 mgr.a (mgr.14403) 8539 : cluster 0 pgmap v6372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:19 smithi194 bash[32038]: cluster 2023-12-07T20:47:19.289313+0000 mgr.a (mgr.14403) 8539 : cluster 0 pgmap v6372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:19 smithi135 bash[32435]: cluster 2023-12-07T20:47:19.289313+0000 mgr.a (mgr.14403) 8539 : cluster 0 pgmap v6372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:20.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:47:20.918 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:20.918 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:21.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:21 smithi079 bash[28699]: cluster 2023-12-07T20:47:21.289827+0000 mgr.a (mgr.14403) 8540 : cluster 0 pgmap v6373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:21 smithi194 bash[32038]: cluster 2023-12-07T20:47:21.289827+0000 mgr.a (mgr.14403) 8540 : cluster 0 pgmap v6373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:21 smithi135 bash[32435]: cluster 2023-12-07T20:47:21.289827+0000 mgr.a (mgr.14403) 8540 : cluster 0 pgmap v6373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:21.797 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:47:21.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:21.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:21.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:21.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:47:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:22 smithi079 bash[28699]: audit 2023-12-07T20:47:21.326290+0000 mgr.a (mgr.14403) 8541 : audit 0 from='client.177618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:22.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:22 smithi194 bash[32038]: audit 2023-12-07T20:47:21.326290+0000 mgr.a (mgr.14403) 8541 : audit 0 from='client.177618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:22 smithi135 bash[32435]: audit 2023-12-07T20:47:21.326290+0000 mgr.a (mgr.14403) 8541 : audit 0 from='client.177618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:23.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:23 smithi079 bash[28699]: cluster 2023-12-07T20:47:23.290674+0000 mgr.a (mgr.14403) 8542 : cluster 0 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-07T20:47:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:23 smithi194 bash[32038]: cluster 2023-12-07T20:47:23.290674+0000 mgr.a (mgr.14403) 8542 : cluster 0 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-07T20:47:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:23 smithi135 bash[32435]: cluster 2023-12-07T20:47:23.290674+0000 mgr.a (mgr.14403) 8542 : cluster 0 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-07T20:47:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:25 smithi079 bash[28699]: cluster 2023-12-07T20:47:25.291575+0000 mgr.a (mgr.14403) 8543 : cluster 0 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-07T20:47:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:25 smithi194 bash[32038]: cluster 2023-12-07T20:47:25.291575+0000 mgr.a (mgr.14403) 8543 : cluster 0 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-07T20:47:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:25 smithi135 bash[32435]: cluster 2023-12-07T20:47:25.291575+0000 mgr.a (mgr.14403) 8543 : cluster 0 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-07T20:47:26.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:47:26.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:26.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:27 smithi079 bash[28699]: audit 2023-12-07T20:47:27.207815+0000 mgr.a (mgr.14403) 8544 : audit 0 from='client.177690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:27 smithi079 bash[28699]: cluster 2023-12-07T20:47:27.292010+0000 mgr.a (mgr.14403) 8545 : cluster 0 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-07T20:47:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:27 smithi194 bash[32038]: audit 2023-12-07T20:47:27.207815+0000 mgr.a (mgr.14403) 8544 : audit 0 from='client.177690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:27 smithi194 bash[32038]: cluster 2023-12-07T20:47:27.292010+0000 mgr.a (mgr.14403) 8545 : cluster 0 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-07T20:47:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:27 smithi135 bash[32435]: audit 2023-12-07T20:47:27.207815+0000 mgr.a (mgr.14403) 8544 : audit 0 from='client.177690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:27 smithi135 bash[32435]: cluster 2023-12-07T20:47:27.292010+0000 mgr.a (mgr.14403) 8545 : cluster 0 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-07T20:47:27.712 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:47:27.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:27.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:27.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:27.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:47:29.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:29 smithi079 bash[28699]: cluster 2023-12-07T20:47:29.292866+0000 mgr.a (mgr.14403) 8546 : cluster 0 pgmap v6377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:29 smithi194 bash[32038]: cluster 2023-12-07T20:47:29.292866+0000 mgr.a (mgr.14403) 8546 : cluster 0 pgmap v6377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:29 smithi135 bash[32435]: cluster 2023-12-07T20:47:29.292866+0000 mgr.a (mgr.14403) 8546 : cluster 0 pgmap v6377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:31 smithi079 bash[28699]: cluster 2023-12-07T20:47:31.293545+0000 mgr.a (mgr.14403) 8547 : cluster 0 pgmap v6378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:31 smithi194 bash[32038]: cluster 2023-12-07T20:47:31.293545+0000 mgr.a (mgr.14403) 8547 : cluster 0 pgmap v6378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:31 smithi135 bash[32435]: cluster 2023-12-07T20:47:31.293545+0000 mgr.a (mgr.14403) 8547 : cluster 0 pgmap v6378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:32.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:47:32.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:32.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:33.619 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:47:33.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:33.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:33.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:33.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:47:33.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:33 smithi079 bash[28699]: audit 2023-12-07T20:47:33.122268+0000 mgr.a (mgr.14403) 8548 : audit 0 from='client.177765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:33.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:33 smithi079 bash[28699]: cluster 2023-12-07T20:47:33.294371+0000 mgr.a (mgr.14403) 8549 : cluster 0 pgmap v6379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:33.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:33 smithi194 bash[32038]: audit 2023-12-07T20:47:33.122268+0000 mgr.a (mgr.14403) 8548 : audit 0 from='client.177765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:33.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:33 smithi194 bash[32038]: cluster 2023-12-07T20:47:33.294371+0000 mgr.a (mgr.14403) 8549 : cluster 0 pgmap v6379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:33 smithi135 bash[32435]: audit 2023-12-07T20:47:33.122268+0000 mgr.a (mgr.14403) 8548 : audit 0 from='client.177765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:33 smithi135 bash[32435]: cluster 2023-12-07T20:47:33.294371+0000 mgr.a (mgr.14403) 8549 : cluster 0 pgmap v6379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:35 smithi079 bash[28699]: cluster 2023-12-07T20:47:35.295341+0000 mgr.a (mgr.14403) 8550 : cluster 0 pgmap v6380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:47:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:35 smithi194 bash[32038]: cluster 2023-12-07T20:47:35.295341+0000 mgr.a (mgr.14403) 8550 : cluster 0 pgmap v6380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:47:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:35 smithi135 bash[32435]: cluster 2023-12-07T20:47:35.295341+0000 mgr.a (mgr.14403) 8550 : cluster 0 pgmap v6380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:47:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:37 smithi079 bash[28699]: cluster 2023-12-07T20:47:37.295986+0000 mgr.a (mgr.14403) 8551 : cluster 0 pgmap v6381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:47:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:37 smithi194 bash[32038]: cluster 2023-12-07T20:47:37.295986+0000 mgr.a (mgr.14403) 8551 : cluster 0 pgmap v6381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:47:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:37 smithi135 bash[32435]: cluster 2023-12-07T20:47:37.295986+0000 mgr.a (mgr.14403) 8551 : cluster 0 pgmap v6381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:47:38.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:47:38.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:38.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:39.513 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:47:39.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:39.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:39.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:39.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:47:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:39 smithi079 bash[28699]: audit 2023-12-07T20:47:39.026011+0000 mgr.a (mgr.14403) 8552 : audit 0 from='client.177840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:39 smithi079 bash[28699]: cluster 2023-12-07T20:47:39.297207+0000 mgr.a (mgr.14403) 8553 : cluster 0 pgmap v6382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:39 smithi194 bash[32038]: audit 2023-12-07T20:47:39.026011+0000 mgr.a (mgr.14403) 8552 : audit 0 from='client.177840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:39 smithi194 bash[32038]: cluster 2023-12-07T20:47:39.297207+0000 mgr.a (mgr.14403) 8553 : cluster 0 pgmap v6382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:39 smithi135 bash[32435]: audit 2023-12-07T20:47:39.026011+0000 mgr.a (mgr.14403) 8552 : audit 0 from='client.177840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:39 smithi135 bash[32435]: cluster 2023-12-07T20:47:39.297207+0000 mgr.a (mgr.14403) 8553 : cluster 0 pgmap v6382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:41 smithi079 bash[28699]: cluster 2023-12-07T20:47:41.297896+0000 mgr.a (mgr.14403) 8554 : cluster 0 pgmap v6383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:41 smithi194 bash[32038]: cluster 2023-12-07T20:47:41.297896+0000 mgr.a (mgr.14403) 8554 : cluster 0 pgmap v6383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:41 smithi135 bash[32435]: cluster 2023-12-07T20:47:41.297896+0000 mgr.a (mgr.14403) 8554 : cluster 0 pgmap v6383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:43 smithi079 bash[28699]: cluster 2023-12-07T20:47:43.298492+0000 mgr.a (mgr.14403) 8555 : cluster 0 pgmap v6384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:43.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:43 smithi194 bash[32038]: cluster 2023-12-07T20:47:43.298492+0000 mgr.a (mgr.14403) 8555 : cluster 0 pgmap v6384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:43 smithi135 bash[32435]: cluster 2023-12-07T20:47:43.298492+0000 mgr.a (mgr.14403) 8555 : cluster 0 pgmap v6384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:47:44.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:47:44.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:44.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:45.434 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:47:45.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:45.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:45.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:45.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:47:45.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:45 smithi079 bash[28699]: audit 2023-12-07T20:47:44.925696+0000 mgr.a (mgr.14403) 8556 : audit 0 from='client.177915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:45.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:45 smithi079 bash[28699]: cluster 2023-12-07T20:47:45.308187+0000 mgr.a (mgr.14403) 8557 : cluster 0 pgmap v6385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:45 smithi194 bash[32038]: audit 2023-12-07T20:47:44.925696+0000 mgr.a (mgr.14403) 8556 : audit 0 from='client.177915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:45 smithi194 bash[32038]: cluster 2023-12-07T20:47:45.308187+0000 mgr.a (mgr.14403) 8557 : cluster 0 pgmap v6385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:45 smithi135 bash[32435]: audit 2023-12-07T20:47:44.925696+0000 mgr.a (mgr.14403) 8556 : audit 0 from='client.177915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:45 smithi135 bash[32435]: cluster 2023-12-07T20:47:45.308187+0000 mgr.a (mgr.14403) 8557 : cluster 0 pgmap v6385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:47 smithi079 bash[28699]: cluster 2023-12-07T20:47:47.308906+0000 mgr.a (mgr.14403) 8558 : cluster 0 pgmap v6386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:47:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:47 smithi194 bash[32038]: cluster 2023-12-07T20:47:47.308906+0000 mgr.a (mgr.14403) 8558 : cluster 0 pgmap v6386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:47:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:47 smithi135 bash[32435]: cluster 2023-12-07T20:47:47.308906+0000 mgr.a (mgr.14403) 8558 : cluster 0 pgmap v6386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:47:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:49 smithi079 bash[28699]: cluster 2023-12-07T20:47:49.309683+0000 mgr.a (mgr.14403) 8559 : cluster 0 pgmap v6387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:47:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:49 smithi194 bash[32038]: cluster 2023-12-07T20:47:49.309683+0000 mgr.a (mgr.14403) 8559 : cluster 0 pgmap v6387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:47:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:49 smithi135 bash[32435]: cluster 2023-12-07T20:47:49.309683+0000 mgr.a (mgr.14403) 8559 : cluster 0 pgmap v6387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:47:50.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:47:50.437 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:50.437 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:51.339 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:47:51.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:51.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:51.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:51.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:47:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:51 smithi079 bash[28699]: audit 2023-12-07T20:47:50.849372+0000 mgr.a (mgr.14403) 8560 : audit 0 from='client.177987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:51 smithi079 bash[28699]: cluster 2023-12-07T20:47:51.310327+0000 mgr.a (mgr.14403) 8561 : cluster 0 pgmap v6388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:51 smithi194 bash[32038]: audit 2023-12-07T20:47:50.849372+0000 mgr.a (mgr.14403) 8560 : audit 0 from='client.177987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:51 smithi194 bash[32038]: cluster 2023-12-07T20:47:51.310327+0000 mgr.a (mgr.14403) 8561 : cluster 0 pgmap v6388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:51 smithi135 bash[32435]: audit 2023-12-07T20:47:50.849372+0000 mgr.a (mgr.14403) 8560 : audit 0 from='client.177987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:51 smithi135 bash[32435]: cluster 2023-12-07T20:47:51.310327+0000 mgr.a (mgr.14403) 8561 : cluster 0 pgmap v6388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:53.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:53 smithi079 bash[28699]: cluster 2023-12-07T20:47:53.310915+0000 mgr.a (mgr.14403) 8562 : cluster 0 pgmap v6389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:53.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:53 smithi194 bash[32038]: cluster 2023-12-07T20:47:53.310915+0000 mgr.a (mgr.14403) 8562 : cluster 0 pgmap v6389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:53 smithi135 bash[32435]: cluster 2023-12-07T20:47:53.310915+0000 mgr.a (mgr.14403) 8562 : cluster 0 pgmap v6389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:47:54.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:54 smithi079 bash[28699]: audit 2023-12-07T20:47:53.970170+0000 mon.a (mon.0) 1643 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:47:54.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:54 smithi194 bash[32038]: audit 2023-12-07T20:47:53.970170+0000 mon.a (mon.0) 1643 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:47:54.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:54 smithi135 bash[32435]: audit 2023-12-07T20:47:53.970170+0000 mon.a (mon.0) 1643 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:47:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:55 smithi079 bash[28699]: audit 2023-12-07T20:47:54.498351+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:47:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:55 smithi079 bash[28699]: audit 2023-12-07T20:47:54.505627+0000 mon.a (mon.0) 1645 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:47:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:55 smithi079 bash[28699]: audit 2023-12-07T20:47:55.247037+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:47:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:55 smithi079 bash[28699]: audit 2023-12-07T20:47:55.249071+0000 mon.a (mon.0) 1647 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:47:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:55 smithi079 bash[28699]: audit 2023-12-07T20:47:55.258367+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:47:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:55 smithi079 bash[28699]: cluster 2023-12-07T20:47:55.311678+0000 mgr.a (mgr.14403) 8563 : cluster 0 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-07T20:47:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:55 smithi194 bash[32038]: audit 2023-12-07T20:47:54.498351+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:47:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:55 smithi194 bash[32038]: audit 2023-12-07T20:47:54.505627+0000 mon.a (mon.0) 1645 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:47:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:55 smithi194 bash[32038]: audit 2023-12-07T20:47:55.247037+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:47:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:55 smithi194 bash[32038]: audit 2023-12-07T20:47:55.249071+0000 mon.a (mon.0) 1647 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:47:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:55 smithi194 bash[32038]: audit 2023-12-07T20:47:55.258367+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:47:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:55 smithi194 bash[32038]: cluster 2023-12-07T20:47:55.311678+0000 mgr.a (mgr.14403) 8563 : cluster 0 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-07T20:47:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:55 smithi135 bash[32435]: audit 2023-12-07T20:47:54.498351+0000 mon.a (mon.0) 1644 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:47:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:55 smithi135 bash[32435]: audit 2023-12-07T20:47:54.505627+0000 mon.a (mon.0) 1645 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:47:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:55 smithi135 bash[32435]: audit 2023-12-07T20:47:55.247037+0000 mon.a (mon.0) 1646 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:47:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:55 smithi135 bash[32435]: audit 2023-12-07T20:47:55.249071+0000 mon.a (mon.0) 1647 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:47:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:55 smithi135 bash[32435]: audit 2023-12-07T20:47:55.258367+0000 mon.a (mon.0) 1648 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:47:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:55 smithi135 bash[32435]: cluster 2023-12-07T20:47:55.311678+0000 mgr.a (mgr.14403) 8563 : cluster 0 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-07T20:47:56.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:47:56.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:47:56.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:47:57.249 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:47:57.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:47:57.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:47:57.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:47:57.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:47:57.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:57 smithi079 bash[28699]: audit 2023-12-07T20:47:56.741811+0000 mgr.a (mgr.14403) 8564 : audit 0 from='client.178065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:57 smithi079 bash[28699]: cluster 2023-12-07T20:47:57.312422+0000 mgr.a (mgr.14403) 8565 : cluster 0 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-07T20:47:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:57 smithi194 bash[32038]: audit 2023-12-07T20:47:56.741811+0000 mgr.a (mgr.14403) 8564 : audit 0 from='client.178065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:57 smithi194 bash[32038]: cluster 2023-12-07T20:47:57.312422+0000 mgr.a (mgr.14403) 8565 : cluster 0 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-07T20:47:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:57 smithi135 bash[32435]: audit 2023-12-07T20:47:56.741811+0000 mgr.a (mgr.14403) 8564 : audit 0 from='client.178065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:47:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:57 smithi135 bash[32435]: cluster 2023-12-07T20:47:57.312422+0000 mgr.a (mgr.14403) 8565 : cluster 0 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-07T20:47:59.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:47:59 smithi079 bash[28699]: cluster 2023-12-07T20:47:59.313246+0000 mgr.a (mgr.14403) 8566 : cluster 0 pgmap v6392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:47:59 smithi194 bash[32038]: cluster 2023-12-07T20:47:59.313246+0000 mgr.a (mgr.14403) 8566 : cluster 0 pgmap v6392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:47:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:47:59 smithi135 bash[32435]: cluster 2023-12-07T20:47:59.313246+0000 mgr.a (mgr.14403) 8566 : cluster 0 pgmap v6392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:01.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:01 smithi079 bash[28699]: cluster 2023-12-07T20:48:01.313803+0000 mgr.a (mgr.14403) 8567 : cluster 0 pgmap v6393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:01 smithi194 bash[32038]: cluster 2023-12-07T20:48:01.313803+0000 mgr.a (mgr.14403) 8567 : cluster 0 pgmap v6393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:01 smithi135 bash[32435]: cluster 2023-12-07T20:48:01.313803+0000 mgr.a (mgr.14403) 8567 : cluster 0 pgmap v6393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:02.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:48:02.253 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:02.253 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:03.173 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:48:03.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:03.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:03.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:03.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:48:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:03 smithi079 bash[28699]: audit 2023-12-07T20:48:02.665826+0000 mgr.a (mgr.14403) 8568 : audit 0 from='client.178140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:03 smithi079 bash[28699]: cluster 2023-12-07T20:48:03.314529+0000 mgr.a (mgr.14403) 8569 : cluster 0 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-07T20:48:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:03 smithi194 bash[32038]: audit 2023-12-07T20:48:02.665826+0000 mgr.a (mgr.14403) 8568 : audit 0 from='client.178140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:03 smithi194 bash[32038]: cluster 2023-12-07T20:48:03.314529+0000 mgr.a (mgr.14403) 8569 : cluster 0 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-07T20:48:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:03 smithi135 bash[32435]: audit 2023-12-07T20:48:02.665826+0000 mgr.a (mgr.14403) 8568 : audit 0 from='client.178140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:03 smithi135 bash[32435]: cluster 2023-12-07T20:48:03.314529+0000 mgr.a (mgr.14403) 8569 : cluster 0 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-07T20:48:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:05 smithi079 bash[28699]: cluster 2023-12-07T20:48:05.315408+0000 mgr.a (mgr.14403) 8570 : cluster 0 pgmap v6395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:05.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:05 smithi194 bash[32038]: cluster 2023-12-07T20:48:05.315408+0000 mgr.a (mgr.14403) 8570 : cluster 0 pgmap v6395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:05 smithi135 bash[32435]: cluster 2023-12-07T20:48:05.315408+0000 mgr.a (mgr.14403) 8570 : cluster 0 pgmap v6395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:07 smithi079 bash[28699]: cluster 2023-12-07T20:48:07.316003+0000 mgr.a (mgr.14403) 8571 : cluster 0 pgmap v6396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:07 smithi194 bash[32038]: cluster 2023-12-07T20:48:07.316003+0000 mgr.a (mgr.14403) 8571 : cluster 0 pgmap v6396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:07 smithi135 bash[32435]: cluster 2023-12-07T20:48:07.316003+0000 mgr.a (mgr.14403) 8571 : cluster 0 pgmap v6396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:08.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:48:08.176 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:08.176 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:09.074 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:48:09.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:09.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:09.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:09.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:48:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:09 smithi079 bash[28699]: audit 2023-12-07T20:48:08.591698+0000 mgr.a (mgr.14403) 8572 : audit 0 from='client.142960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:09 smithi079 bash[28699]: cluster 2023-12-07T20:48:09.317036+0000 mgr.a (mgr.14403) 8573 : cluster 0 pgmap v6397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:09 smithi194 bash[32038]: audit 2023-12-07T20:48:08.591698+0000 mgr.a (mgr.14403) 8572 : audit 0 from='client.142960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:09 smithi194 bash[32038]: cluster 2023-12-07T20:48:09.317036+0000 mgr.a (mgr.14403) 8573 : cluster 0 pgmap v6397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:09 smithi135 bash[32435]: audit 2023-12-07T20:48:08.591698+0000 mgr.a (mgr.14403) 8572 : audit 0 from='client.142960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:09 smithi135 bash[32435]: cluster 2023-12-07T20:48:09.317036+0000 mgr.a (mgr.14403) 8573 : cluster 0 pgmap v6397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:11 smithi079 bash[28699]: cluster 2023-12-07T20:48:11.317625+0000 mgr.a (mgr.14403) 8574 : cluster 0 pgmap v6398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:11 smithi194 bash[32038]: cluster 2023-12-07T20:48:11.317625+0000 mgr.a (mgr.14403) 8574 : cluster 0 pgmap v6398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:11 smithi135 bash[32435]: cluster 2023-12-07T20:48:11.317625+0000 mgr.a (mgr.14403) 8574 : cluster 0 pgmap v6398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:13.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:13 smithi079 bash[28699]: cluster 2023-12-07T20:48:13.318148+0000 mgr.a (mgr.14403) 8575 : cluster 0 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-07T20:48:13.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:13 smithi194 bash[32038]: cluster 2023-12-07T20:48:13.318148+0000 mgr.a (mgr.14403) 8575 : cluster 0 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-07T20:48:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:13 smithi135 bash[32435]: cluster 2023-12-07T20:48:13.318148+0000 mgr.a (mgr.14403) 8575 : cluster 0 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-07T20:48:14.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:48:14.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:14.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:14.969 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:48:14.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:14.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:14.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:14.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:48:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:15 smithi079 bash[28699]: audit 2023-12-07T20:48:14.484934+0000 mgr.a (mgr.14403) 8576 : audit 0 from='client.178290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:15 smithi079 bash[28699]: cluster 2023-12-07T20:48:15.319251+0000 mgr.a (mgr.14403) 8577 : cluster 0 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-07T20:48:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:15 smithi194 bash[32038]: audit 2023-12-07T20:48:14.484934+0000 mgr.a (mgr.14403) 8576 : audit 0 from='client.178290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:15 smithi194 bash[32038]: cluster 2023-12-07T20:48:15.319251+0000 mgr.a (mgr.14403) 8577 : cluster 0 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-07T20:48:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:15 smithi135 bash[32435]: audit 2023-12-07T20:48:14.484934+0000 mgr.a (mgr.14403) 8576 : audit 0 from='client.178290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:15 smithi135 bash[32435]: cluster 2023-12-07T20:48:15.319251+0000 mgr.a (mgr.14403) 8577 : cluster 0 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-07T20:48:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:17 smithi079 bash[28699]: cluster 2023-12-07T20:48:17.319845+0000 mgr.a (mgr.14403) 8578 : cluster 0 pgmap v6401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:17 smithi194 bash[32038]: cluster 2023-12-07T20:48:17.319845+0000 mgr.a (mgr.14403) 8578 : cluster 0 pgmap v6401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:17 smithi135 bash[32435]: cluster 2023-12-07T20:48:17.319845+0000 mgr.a (mgr.14403) 8578 : cluster 0 pgmap v6401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:48:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:19 smithi079 bash[28699]: cluster 2023-12-07T20:48:19.320732+0000 mgr.a (mgr.14403) 8579 : cluster 0 pgmap v6402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:19 smithi194 bash[32038]: cluster 2023-12-07T20:48:19.320732+0000 mgr.a (mgr.14403) 8579 : cluster 0 pgmap v6402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:19 smithi135 bash[32435]: cluster 2023-12-07T20:48:19.320732+0000 mgr.a (mgr.14403) 8579 : cluster 0 pgmap v6402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:19.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:48:19.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:19.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:20.854 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:48:20.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:20.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:20.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:20.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:48:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:21 smithi079 bash[28699]: audit 2023-12-07T20:48:20.372635+0000 mgr.a (mgr.14403) 8580 : audit 0 from='client.178362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:21 smithi079 bash[28699]: cluster 2023-12-07T20:48:21.321450+0000 mgr.a (mgr.14403) 8581 : cluster 0 pgmap v6403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:21 smithi194 bash[32038]: audit 2023-12-07T20:48:20.372635+0000 mgr.a (mgr.14403) 8580 : audit 0 from='client.178362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:21 smithi194 bash[32038]: cluster 2023-12-07T20:48:21.321450+0000 mgr.a (mgr.14403) 8581 : cluster 0 pgmap v6403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:21 smithi135 bash[32435]: audit 2023-12-07T20:48:20.372635+0000 mgr.a (mgr.14403) 8580 : audit 0 from='client.178362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:21 smithi135 bash[32435]: cluster 2023-12-07T20:48:21.321450+0000 mgr.a (mgr.14403) 8581 : cluster 0 pgmap v6403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:23.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:23 smithi079 bash[28699]: cluster 2023-12-07T20:48:23.322136+0000 mgr.a (mgr.14403) 8582 : cluster 0 pgmap v6404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:23 smithi194 bash[32038]: cluster 2023-12-07T20:48:23.322136+0000 mgr.a (mgr.14403) 8582 : cluster 0 pgmap v6404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:23 smithi135 bash[32435]: cluster 2023-12-07T20:48:23.322136+0000 mgr.a (mgr.14403) 8582 : cluster 0 pgmap v6404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:25 smithi079 bash[28699]: cluster 2023-12-07T20:48:25.323006+0000 mgr.a (mgr.14403) 8583 : cluster 0 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-07T20:48:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:25 smithi194 bash[32038]: cluster 2023-12-07T20:48:25.323006+0000 mgr.a (mgr.14403) 8583 : cluster 0 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-07T20:48:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:25 smithi135 bash[32435]: cluster 2023-12-07T20:48:25.323006+0000 mgr.a (mgr.14403) 8583 : cluster 0 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-07T20:48:25.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:48:25.858 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:25.858 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:26 smithi079 bash[28699]: audit 2023-12-07T20:48:26.268390+0000 mgr.a (mgr.14403) 8584 : audit 0 from='client.178434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:26.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:26 smithi194 bash[32038]: audit 2023-12-07T20:48:26.268390+0000 mgr.a (mgr.14403) 8584 : audit 0 from='client.178434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:26 smithi135 bash[32435]: audit 2023-12-07T20:48:26.268390+0000 mgr.a (mgr.14403) 8584 : audit 0 from='client.178434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:26.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:26.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:26.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:26.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:48:26.779 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:48:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:27 smithi079 bash[28699]: cluster 2023-12-07T20:48:27.323672+0000 mgr.a (mgr.14403) 8585 : cluster 0 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-07T20:48:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:27 smithi194 bash[32038]: cluster 2023-12-07T20:48:27.323672+0000 mgr.a (mgr.14403) 8585 : cluster 0 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-07T20:48:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:27 smithi135 bash[32435]: cluster 2023-12-07T20:48:27.323672+0000 mgr.a (mgr.14403) 8585 : cluster 0 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-07T20:48:29.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:29 smithi079 bash[28699]: cluster 2023-12-07T20:48:29.324513+0000 mgr.a (mgr.14403) 8586 : cluster 0 pgmap v6407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:29 smithi194 bash[32038]: cluster 2023-12-07T20:48:29.324513+0000 mgr.a (mgr.14403) 8586 : cluster 0 pgmap v6407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:29 smithi135 bash[32435]: cluster 2023-12-07T20:48:29.324513+0000 mgr.a (mgr.14403) 8586 : cluster 0 pgmap v6407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:31 smithi079 bash[28699]: cluster 2023-12-07T20:48:31.325048+0000 mgr.a (mgr.14403) 8587 : cluster 0 pgmap v6408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:31 smithi194 bash[32038]: cluster 2023-12-07T20:48:31.325048+0000 mgr.a (mgr.14403) 8587 : cluster 0 pgmap v6408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:31 smithi135 bash[32435]: cluster 2023-12-07T20:48:31.325048+0000 mgr.a (mgr.14403) 8587 : cluster 0 pgmap v6408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:31.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:48:31.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:31.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:32.699 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:48:32.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:32.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:32.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:32.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:48:32.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:32 smithi194 bash[32038]: audit 2023-12-07T20:48:32.194711+0000 mgr.a (mgr.14403) 8588 : audit 0 from='client.178509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:32 smithi135 bash[32435]: audit 2023-12-07T20:48:32.194711+0000 mgr.a (mgr.14403) 8588 : audit 0 from='client.178509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:32.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:32 smithi079 bash[28699]: audit 2023-12-07T20:48:32.194711+0000 mgr.a (mgr.14403) 8588 : audit 0 from='client.178509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:33.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:33 smithi079 bash[28699]: cluster 2023-12-07T20:48:33.325782+0000 mgr.a (mgr.14403) 8589 : cluster 0 pgmap v6409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:33.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:33 smithi194 bash[32038]: cluster 2023-12-07T20:48:33.325782+0000 mgr.a (mgr.14403) 8589 : cluster 0 pgmap v6409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:33 smithi135 bash[32435]: cluster 2023-12-07T20:48:33.325782+0000 mgr.a (mgr.14403) 8589 : cluster 0 pgmap v6409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:35 smithi079 bash[28699]: cluster 2023-12-07T20:48:35.326729+0000 mgr.a (mgr.14403) 8590 : cluster 0 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-07T20:48:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:35 smithi194 bash[32038]: cluster 2023-12-07T20:48:35.326729+0000 mgr.a (mgr.14403) 8590 : cluster 0 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-07T20:48:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:35 smithi135 bash[32435]: cluster 2023-12-07T20:48:35.326729+0000 mgr.a (mgr.14403) 8590 : cluster 0 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-07T20:48:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:37 smithi079 bash[28699]: cluster 2023-12-07T20:48:37.327327+0000 mgr.a (mgr.14403) 8591 : cluster 0 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-07T20:48:37.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:48:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:37 smithi194 bash[32038]: cluster 2023-12-07T20:48:37.327327+0000 mgr.a (mgr.14403) 8591 : cluster 0 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-07T20:48:37.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:37.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:37 smithi135 bash[32435]: cluster 2023-12-07T20:48:37.327327+0000 mgr.a (mgr.14403) 8591 : cluster 0 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-07T20:48:38.620 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:48:38.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:38.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:38.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:38.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:48:38.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:38 smithi079 bash[28699]: audit 2023-12-07T20:48:38.108190+0000 mgr.a (mgr.14403) 8592 : audit 0 from='client.178584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:38.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:38 smithi194 bash[32038]: audit 2023-12-07T20:48:38.108190+0000 mgr.a (mgr.14403) 8592 : audit 0 from='client.178584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:38.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:38 smithi135 bash[32435]: audit 2023-12-07T20:48:38.108190+0000 mgr.a (mgr.14403) 8592 : audit 0 from='client.178584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:39.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:39 smithi079 bash[28699]: cluster 2023-12-07T20:48:39.328308+0000 mgr.a (mgr.14403) 8593 : cluster 0 pgmap v6412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:48:39.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:39 smithi194 bash[32038]: cluster 2023-12-07T20:48:39.328308+0000 mgr.a (mgr.14403) 8593 : cluster 0 pgmap v6412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:48:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:39 smithi135 bash[32435]: cluster 2023-12-07T20:48:39.328308+0000 mgr.a (mgr.14403) 8593 : cluster 0 pgmap v6412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:48:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:41 smithi079 bash[28699]: cluster 2023-12-07T20:48:41.328902+0000 mgr.a (mgr.14403) 8594 : cluster 0 pgmap v6413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:48:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:41 smithi194 bash[32038]: cluster 2023-12-07T20:48:41.328902+0000 mgr.a (mgr.14403) 8594 : cluster 0 pgmap v6413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:48:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:41 smithi135 bash[32435]: cluster 2023-12-07T20:48:41.328902+0000 mgr.a (mgr.14403) 8594 : cluster 0 pgmap v6413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:48:43.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:48:43.624 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:43.624 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:43.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:43 smithi079 bash[28699]: cluster 2023-12-07T20:48:43.329467+0000 mgr.a (mgr.14403) 8595 : cluster 0 pgmap v6414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:48:43.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:43 smithi194 bash[32038]: cluster 2023-12-07T20:48:43.329467+0000 mgr.a (mgr.14403) 8595 : cluster 0 pgmap v6414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:48:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:43 smithi135 bash[32435]: cluster 2023-12-07T20:48:43.329467+0000 mgr.a (mgr.14403) 8595 : cluster 0 pgmap v6414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:48:44.553 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:48:44.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:44.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:44.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:44.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:48:44.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:44 smithi079 bash[28699]: audit 2023-12-07T20:48:44.042837+0000 mgr.a (mgr.14403) 8596 : audit 0 from='client.178659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:44.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:44 smithi194 bash[32038]: audit 2023-12-07T20:48:44.042837+0000 mgr.a (mgr.14403) 8596 : audit 0 from='client.178659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:44.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:44 smithi135 bash[32435]: audit 2023-12-07T20:48:44.042837+0000 mgr.a (mgr.14403) 8596 : audit 0 from='client.178659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:45 smithi079 bash[28699]: cluster 2023-12-07T20:48:45.330445+0000 mgr.a (mgr.14403) 8597 : cluster 0 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-07T20:48:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:45 smithi194 bash[32038]: cluster 2023-12-07T20:48:45.330445+0000 mgr.a (mgr.14403) 8597 : cluster 0 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-07T20:48:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:45 smithi135 bash[32435]: cluster 2023-12-07T20:48:45.330445+0000 mgr.a (mgr.14403) 8597 : cluster 0 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-07T20:48:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:47 smithi079 bash[28699]: cluster 2023-12-07T20:48:47.331052+0000 mgr.a (mgr.14403) 8598 : cluster 0 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-07T20:48:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:47 smithi194 bash[32038]: cluster 2023-12-07T20:48:47.331052+0000 mgr.a (mgr.14403) 8598 : cluster 0 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-07T20:48:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:47 smithi135 bash[32435]: cluster 2023-12-07T20:48:47.331052+0000 mgr.a (mgr.14403) 8598 : cluster 0 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-07T20:48:49.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:48:49.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:49.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:49 smithi194 bash[32038]: cluster 2023-12-07T20:48:49.331774+0000 mgr.a (mgr.14403) 8599 : cluster 0 pgmap v6417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:49 smithi135 bash[32435]: cluster 2023-12-07T20:48:49.331774+0000 mgr.a (mgr.14403) 8599 : cluster 0 pgmap v6417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:49 smithi079 bash[28699]: cluster 2023-12-07T20:48:49.331774+0000 mgr.a (mgr.14403) 8599 : cluster 0 pgmap v6417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:48:50.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:50.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:50.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:50.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:48:50.467 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:48:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:50 smithi194 bash[32038]: audit 2023-12-07T20:48:49.963419+0000 mgr.a (mgr.14403) 8600 : audit 0 from='client.178734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:50 smithi135 bash[32435]: audit 2023-12-07T20:48:49.963419+0000 mgr.a (mgr.14403) 8600 : audit 0 from='client.178734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:50.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:50 smithi079 bash[28699]: audit 2023-12-07T20:48:49.963419+0000 mgr.a (mgr.14403) 8600 : audit 0 from='client.178734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:51 smithi194 bash[32038]: cluster 2023-12-07T20:48:51.332427+0000 mgr.a (mgr.14403) 8601 : cluster 0 pgmap v6418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:48:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:51 smithi135 bash[32435]: cluster 2023-12-07T20:48:51.332427+0000 mgr.a (mgr.14403) 8601 : cluster 0 pgmap v6418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:48:51.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:51 smithi079 bash[28699]: cluster 2023-12-07T20:48:51.332427+0000 mgr.a (mgr.14403) 8601 : cluster 0 pgmap v6418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:48:53.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:53 smithi079 bash[28699]: cluster 2023-12-07T20:48:53.333025+0000 mgr.a (mgr.14403) 8602 : cluster 0 pgmap v6419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:48:53.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:53 smithi194 bash[32038]: cluster 2023-12-07T20:48:53.333025+0000 mgr.a (mgr.14403) 8602 : cluster 0 pgmap v6419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:48:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:53 smithi135 bash[32435]: cluster 2023-12-07T20:48:53.333025+0000 mgr.a (mgr.14403) 8602 : cluster 0 pgmap v6419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:48:55.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:48:55.470 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:48:55.470 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:48:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:55 smithi194 bash[32038]: cluster 2023-12-07T20:48:55.333832+0000 mgr.a (mgr.14403) 8603 : cluster 0 pgmap v6420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:48:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:55 smithi194 bash[32038]: audit 2023-12-07T20:48:55.361964+0000 mon.a (mon.0) 1649 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:48:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:55 smithi135 bash[32435]: cluster 2023-12-07T20:48:55.333832+0000 mgr.a (mgr.14403) 8603 : cluster 0 pgmap v6420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:48:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:55 smithi135 bash[32435]: audit 2023-12-07T20:48:55.361964+0000 mon.a (mon.0) 1649 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:48:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:55 smithi079 bash[28699]: cluster 2023-12-07T20:48:55.333832+0000 mgr.a (mgr.14403) 8603 : cluster 0 pgmap v6420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:48:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:55 smithi079 bash[28699]: audit 2023-12-07T20:48:55.361964+0000 mon.a (mon.0) 1649 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:48:56.365 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:48:56.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:48:56.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:48:56.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:48:56.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:48:57.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:56 smithi194 bash[32038]: audit 2023-12-07T20:48:55.879616+0000 mgr.a (mgr.14403) 8604 : audit 0 from='client.143398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:57.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:56 smithi194 bash[32038]: audit 2023-12-07T20:48:55.902408+0000 mon.a (mon.0) 1650 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:48:57.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:56 smithi194 bash[32038]: audit 2023-12-07T20:48:55.910641+0000 mon.a (mon.0) 1651 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:48:57.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:56 smithi194 bash[32038]: audit 2023-12-07T20:48:56.616779+0000 mon.a (mon.0) 1652 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:48:57.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:56 smithi194 bash[32038]: audit 2023-12-07T20:48:56.618993+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:48:57.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:56 smithi194 bash[32038]: audit 2023-12-07T20:48:56.628453+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:48:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:56 smithi135 bash[32435]: audit 2023-12-07T20:48:55.879616+0000 mgr.a (mgr.14403) 8604 : audit 0 from='client.143398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:56 smithi135 bash[32435]: audit 2023-12-07T20:48:55.902408+0000 mon.a (mon.0) 1650 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:48:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:56 smithi135 bash[32435]: audit 2023-12-07T20:48:55.910641+0000 mon.a (mon.0) 1651 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:48:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:56 smithi135 bash[32435]: audit 2023-12-07T20:48:56.616779+0000 mon.a (mon.0) 1652 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:48:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:56 smithi135 bash[32435]: audit 2023-12-07T20:48:56.618993+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:48:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:56 smithi135 bash[32435]: audit 2023-12-07T20:48:56.628453+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:48:57.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:56 smithi079 bash[28699]: audit 2023-12-07T20:48:55.879616+0000 mgr.a (mgr.14403) 8604 : audit 0 from='client.143398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:48:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:56 smithi079 bash[28699]: audit 2023-12-07T20:48:55.902408+0000 mon.a (mon.0) 1650 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:48:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:56 smithi079 bash[28699]: audit 2023-12-07T20:48:55.910641+0000 mon.a (mon.0) 1651 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:48:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:56 smithi079 bash[28699]: audit 2023-12-07T20:48:56.616779+0000 mon.a (mon.0) 1652 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:48:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:56 smithi079 bash[28699]: audit 2023-12-07T20:48:56.618993+0000 mon.a (mon.0) 1653 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:48:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:56 smithi079 bash[28699]: audit 2023-12-07T20:48:56.628453+0000 mon.a (mon.0) 1654 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:48:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:57 smithi194 bash[32038]: cluster 2023-12-07T20:48:57.334489+0000 mgr.a (mgr.14403) 8605 : cluster 0 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-07T20:48:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:57 smithi135 bash[32435]: cluster 2023-12-07T20:48:57.334489+0000 mgr.a (mgr.14403) 8605 : cluster 0 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-07T20:48:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:57 smithi079 bash[28699]: cluster 2023-12-07T20:48:57.334489+0000 mgr.a (mgr.14403) 8605 : cluster 0 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-07T20:48:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:48:59 smithi194 bash[32038]: cluster 2023-12-07T20:48:59.335283+0000 mgr.a (mgr.14403) 8606 : cluster 0 pgmap v6422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:48:59 smithi135 bash[32435]: cluster 2023-12-07T20:48:59.335283+0000 mgr.a (mgr.14403) 8606 : cluster 0 pgmap v6422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:48:59.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:48:59 smithi079 bash[28699]: cluster 2023-12-07T20:48:59.335283+0000 mgr.a (mgr.14403) 8606 : cluster 0 pgmap v6422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:01.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:49:01.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:01.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:01 smithi194 bash[32038]: cluster 2023-12-07T20:49:01.335836+0000 mgr.a (mgr.14403) 8607 : cluster 0 pgmap v6423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:01 smithi135 bash[32435]: cluster 2023-12-07T20:49:01.335836+0000 mgr.a (mgr.14403) 8607 : cluster 0 pgmap v6423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:01.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:01 smithi079 bash[28699]: cluster 2023-12-07T20:49:01.335836+0000 mgr.a (mgr.14403) 8607 : cluster 0 pgmap v6423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:02.251 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:49:02.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:02.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:02.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:02.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:49:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:02 smithi194 bash[32038]: audit 2023-12-07T20:49:01.771935+0000 mgr.a (mgr.14403) 8608 : audit 0 from='client.178890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:02 smithi135 bash[32435]: audit 2023-12-07T20:49:01.771935+0000 mgr.a (mgr.14403) 8608 : audit 0 from='client.178890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:02.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:02 smithi079 bash[28699]: audit 2023-12-07T20:49:01.771935+0000 mgr.a (mgr.14403) 8608 : audit 0 from='client.178890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:03 smithi079 bash[28699]: cluster 2023-12-07T20:49:03.336530+0000 mgr.a (mgr.14403) 8609 : cluster 0 pgmap v6424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:03 smithi194 bash[32038]: cluster 2023-12-07T20:49:03.336530+0000 mgr.a (mgr.14403) 8609 : cluster 0 pgmap v6424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:03 smithi135 bash[32435]: cluster 2023-12-07T20:49:03.336530+0000 mgr.a (mgr.14403) 8609 : cluster 0 pgmap v6424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:05.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:05 smithi194 bash[32038]: cluster 2023-12-07T20:49:05.337324+0000 mgr.a (mgr.14403) 8610 : cluster 0 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-07T20:49:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:05 smithi135 bash[32435]: cluster 2023-12-07T20:49:05.337324+0000 mgr.a (mgr.14403) 8610 : cluster 0 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-07T20:49:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:05 smithi079 bash[28699]: cluster 2023-12-07T20:49:05.337324+0000 mgr.a (mgr.14403) 8610 : cluster 0 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-07T20:49:07.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:49:07.255 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:07.256 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:07 smithi194 bash[32038]: cluster 2023-12-07T20:49:07.337915+0000 mgr.a (mgr.14403) 8611 : cluster 0 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-07T20:49:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:07 smithi135 bash[32435]: cluster 2023-12-07T20:49:07.337915+0000 mgr.a (mgr.14403) 8611 : cluster 0 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-07T20:49:07.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:07 smithi079 bash[28699]: cluster 2023-12-07T20:49:07.337915+0000 mgr.a (mgr.14403) 8611 : cluster 0 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-07T20:49:08.152 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:49:08.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:08.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:08.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:08.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:49:08.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:08 smithi079 bash[28699]: audit 2023-12-07T20:49:07.660940+0000 mgr.a (mgr.14403) 8612 : audit 0 from='client.178965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:08.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:08 smithi194 bash[32038]: audit 2023-12-07T20:49:07.660940+0000 mgr.a (mgr.14403) 8612 : audit 0 from='client.178965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:08 smithi135 bash[32435]: audit 2023-12-07T20:49:07.660940+0000 mgr.a (mgr.14403) 8612 : audit 0 from='client.178965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:09.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:09 smithi079 bash[28699]: cluster 2023-12-07T20:49:09.338824+0000 mgr.a (mgr.14403) 8613 : cluster 0 pgmap v6427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:09.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:09 smithi194 bash[32038]: cluster 2023-12-07T20:49:09.338824+0000 mgr.a (mgr.14403) 8613 : cluster 0 pgmap v6427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:09 smithi135 bash[32435]: cluster 2023-12-07T20:49:09.338824+0000 mgr.a (mgr.14403) 8613 : cluster 0 pgmap v6427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:11 smithi194 bash[32038]: cluster 2023-12-07T20:49:11.339391+0000 mgr.a (mgr.14403) 8614 : cluster 0 pgmap v6428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:11 smithi135 bash[32435]: cluster 2023-12-07T20:49:11.339391+0000 mgr.a (mgr.14403) 8614 : cluster 0 pgmap v6428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:11.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:11 smithi079 bash[28699]: cluster 2023-12-07T20:49:11.339391+0000 mgr.a (mgr.14403) 8614 : cluster 0 pgmap v6428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:13.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:49:13.156 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:13.156 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:13.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:13 smithi079 bash[28699]: cluster 2023-12-07T20:49:13.339946+0000 mgr.a (mgr.14403) 8615 : cluster 0 pgmap v6429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:13.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:13 smithi194 bash[32038]: cluster 2023-12-07T20:49:13.339946+0000 mgr.a (mgr.14403) 8615 : cluster 0 pgmap v6429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:13 smithi135 bash[32435]: cluster 2023-12-07T20:49:13.339946+0000 mgr.a (mgr.14403) 8615 : cluster 0 pgmap v6429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:14.075 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:49:14.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:14.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:14.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:14.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:49:14.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:14 smithi079 bash[28699]: audit 2023-12-07T20:49:13.564311+0000 mgr.a (mgr.14403) 8616 : audit 0 from='client.179037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:14.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:14 smithi194 bash[32038]: audit 2023-12-07T20:49:13.564311+0000 mgr.a (mgr.14403) 8616 : audit 0 from='client.179037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:14 smithi135 bash[32435]: audit 2023-12-07T20:49:13.564311+0000 mgr.a (mgr.14403) 8616 : audit 0 from='client.179037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:15 smithi079 bash[28699]: cluster 2023-12-07T20:49:15.340930+0000 mgr.a (mgr.14403) 8617 : cluster 0 pgmap v6430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:15 smithi194 bash[32038]: cluster 2023-12-07T20:49:15.340930+0000 mgr.a (mgr.14403) 8617 : cluster 0 pgmap v6430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:15 smithi135 bash[32435]: cluster 2023-12-07T20:49:15.340930+0000 mgr.a (mgr.14403) 8617 : cluster 0 pgmap v6430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:17 smithi194 bash[32038]: cluster 2023-12-07T20:49:17.341517+0000 mgr.a (mgr.14403) 8618 : cluster 0 pgmap v6431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:17.738 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:17 smithi135 bash[32435]: cluster 2023-12-07T20:49:17.341517+0000 mgr.a (mgr.14403) 8618 : cluster 0 pgmap v6431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:17.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:17 smithi079 bash[28699]: cluster 2023-12-07T20:49:17.341517+0000 mgr.a (mgr.14403) 8618 : cluster 0 pgmap v6431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:19.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:49:19.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:19.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:19 smithi194 bash[32038]: cluster 2023-12-07T20:49:19.342045+0000 mgr.a (mgr.14403) 8619 : cluster 0 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-07T20:49:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:19 smithi135 bash[32435]: cluster 2023-12-07T20:49:19.342045+0000 mgr.a (mgr.14403) 8619 : cluster 0 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-07T20:49:19.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:19 smithi079 bash[28699]: cluster 2023-12-07T20:49:19.342045+0000 mgr.a (mgr.14403) 8619 : cluster 0 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-07T20:49:19.984 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:49:19.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:19.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:19.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:19.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:49:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:20 smithi194 bash[32038]: audit 2023-12-07T20:49:19.484763+0000 mgr.a (mgr.14403) 8620 : audit 0 from='client.179115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:20 smithi135 bash[32435]: audit 2023-12-07T20:49:19.484763+0000 mgr.a (mgr.14403) 8620 : audit 0 from='client.179115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:20.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:20 smithi079 bash[28699]: audit 2023-12-07T20:49:19.484763+0000 mgr.a (mgr.14403) 8620 : audit 0 from='client.179115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:21 smithi194 bash[32038]: cluster 2023-12-07T20:49:21.342800+0000 mgr.a (mgr.14403) 8621 : cluster 0 pgmap v6433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:21 smithi135 bash[32435]: cluster 2023-12-07T20:49:21.342800+0000 mgr.a (mgr.14403) 8621 : cluster 0 pgmap v6433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:21.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:21 smithi079 bash[28699]: cluster 2023-12-07T20:49:21.342800+0000 mgr.a (mgr.14403) 8621 : cluster 0 pgmap v6433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:23.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:23 smithi079 bash[28699]: cluster 2023-12-07T20:49:23.343423+0000 mgr.a (mgr.14403) 8622 : cluster 0 pgmap v6434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:23 smithi194 bash[32038]: cluster 2023-12-07T20:49:23.343423+0000 mgr.a (mgr.14403) 8622 : cluster 0 pgmap v6434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:23 smithi135 bash[32435]: cluster 2023-12-07T20:49:23.343423+0000 mgr.a (mgr.14403) 8622 : cluster 0 pgmap v6434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:24.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:49:24.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:24.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:25 smithi194 bash[32038]: cluster 2023-12-07T20:49:25.344346+0000 mgr.a (mgr.14403) 8623 : cluster 0 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-07T20:49:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:25 smithi135 bash[32435]: cluster 2023-12-07T20:49:25.344346+0000 mgr.a (mgr.14403) 8623 : cluster 0 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-07T20:49:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:25 smithi079 bash[28699]: cluster 2023-12-07T20:49:25.344346+0000 mgr.a (mgr.14403) 8623 : cluster 0 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-07T20:49:25.909 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:49:25.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:25.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:25.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:25.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:49:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:26 smithi194 bash[32038]: audit 2023-12-07T20:49:25.395507+0000 mgr.a (mgr.14403) 8624 : audit 0 from='client.179193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:26 smithi135 bash[32435]: audit 2023-12-07T20:49:25.395507+0000 mgr.a (mgr.14403) 8624 : audit 0 from='client.179193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:26.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:26 smithi079 bash[28699]: audit 2023-12-07T20:49:25.395507+0000 mgr.a (mgr.14403) 8624 : audit 0 from='client.179193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:27 smithi194 bash[32038]: cluster 2023-12-07T20:49:27.345048+0000 mgr.a (mgr.14403) 8625 : cluster 0 pgmap v6436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:27 smithi135 bash[32435]: cluster 2023-12-07T20:49:27.345048+0000 mgr.a (mgr.14403) 8625 : cluster 0 pgmap v6436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:27.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:27 smithi079 bash[28699]: cluster 2023-12-07T20:49:27.345048+0000 mgr.a (mgr.14403) 8625 : cluster 0 pgmap v6436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:29 smithi194 bash[32038]: cluster 2023-12-07T20:49:29.345821+0000 mgr.a (mgr.14403) 8626 : cluster 0 pgmap v6437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:29 smithi135 bash[32435]: cluster 2023-12-07T20:49:29.345821+0000 mgr.a (mgr.14403) 8626 : cluster 0 pgmap v6437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:29.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:29 smithi079 bash[28699]: cluster 2023-12-07T20:49:29.345821+0000 mgr.a (mgr.14403) 8626 : cluster 0 pgmap v6437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:30.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:49:30.912 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:30.912 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:31 smithi194 bash[32038]: audit 2023-12-07T20:49:31.309945+0000 mgr.a (mgr.14403) 8627 : audit 0 from='client.179271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:31 smithi194 bash[32038]: cluster 2023-12-07T20:49:31.346584+0000 mgr.a (mgr.14403) 8628 : cluster 0 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-07T20:49:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:31 smithi135 bash[32435]: audit 2023-12-07T20:49:31.309945+0000 mgr.a (mgr.14403) 8627 : audit 0 from='client.179271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:31 smithi135 bash[32435]: cluster 2023-12-07T20:49:31.346584+0000 mgr.a (mgr.14403) 8628 : cluster 0 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-07T20:49:31.808 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:49:31.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:31.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:31.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:31.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:49:31.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:31 smithi079 bash[28699]: audit 2023-12-07T20:49:31.309945+0000 mgr.a (mgr.14403) 8627 : audit 0 from='client.179271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:31.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:31 smithi079 bash[28699]: cluster 2023-12-07T20:49:31.346584+0000 mgr.a (mgr.14403) 8628 : cluster 0 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-07T20:49:33.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:33 smithi079 bash[28699]: cluster 2023-12-07T20:49:33.347294+0000 mgr.a (mgr.14403) 8629 : cluster 0 pgmap v6439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:33.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:33 smithi194 bash[32038]: cluster 2023-12-07T20:49:33.347294+0000 mgr.a (mgr.14403) 8629 : cluster 0 pgmap v6439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:33 smithi135 bash[32435]: cluster 2023-12-07T20:49:33.347294+0000 mgr.a (mgr.14403) 8629 : cluster 0 pgmap v6439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:35 smithi194 bash[32038]: cluster 2023-12-07T20:49:35.348129+0000 mgr.a (mgr.14403) 8630 : cluster 0 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-07T20:49:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:35 smithi135 bash[32435]: cluster 2023-12-07T20:49:35.348129+0000 mgr.a (mgr.14403) 8630 : cluster 0 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-07T20:49:35.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:35 smithi079 bash[28699]: cluster 2023-12-07T20:49:35.348129+0000 mgr.a (mgr.14403) 8630 : cluster 0 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-07T20:49:36.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:49:36.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:36.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:37 smithi194 bash[32038]: audit 2023-12-07T20:49:37.216725+0000 mgr.a (mgr.14403) 8631 : audit 0 from='client.179349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:37 smithi194 bash[32038]: cluster 2023-12-07T20:49:37.348594+0000 mgr.a (mgr.14403) 8632 : cluster 0 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-07T20:49:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:37 smithi135 bash[32435]: audit 2023-12-07T20:49:37.216725+0000 mgr.a (mgr.14403) 8631 : audit 0 from='client.179349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:37 smithi135 bash[32435]: cluster 2023-12-07T20:49:37.348594+0000 mgr.a (mgr.14403) 8632 : cluster 0 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-07T20:49:37.715 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:49:37.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:37.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:37.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:37.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:49:37.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:37 smithi079 bash[28699]: audit 2023-12-07T20:49:37.216725+0000 mgr.a (mgr.14403) 8631 : audit 0 from='client.179349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:37.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:37 smithi079 bash[28699]: cluster 2023-12-07T20:49:37.348594+0000 mgr.a (mgr.14403) 8632 : cluster 0 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-07T20:49:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:39 smithi194 bash[32038]: cluster 2023-12-07T20:49:39.349484+0000 mgr.a (mgr.14403) 8633 : cluster 0 pgmap v6442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:39 smithi135 bash[32435]: cluster 2023-12-07T20:49:39.349484+0000 mgr.a (mgr.14403) 8633 : cluster 0 pgmap v6442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:39.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:39 smithi079 bash[28699]: cluster 2023-12-07T20:49:39.349484+0000 mgr.a (mgr.14403) 8633 : cluster 0 pgmap v6442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:49:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:41 smithi194 bash[32038]: cluster 2023-12-07T20:49:41.350068+0000 mgr.a (mgr.14403) 8634 : cluster 0 pgmap v6443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:41 smithi135 bash[32435]: cluster 2023-12-07T20:49:41.350068+0000 mgr.a (mgr.14403) 8634 : cluster 0 pgmap v6443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:41.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:41 smithi079 bash[28699]: cluster 2023-12-07T20:49:41.350068+0000 mgr.a (mgr.14403) 8634 : cluster 0 pgmap v6443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:42.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:49:42.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:42.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:43.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:43.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:43.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:43.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:49:43.617 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:49:43.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:43 smithi079 bash[28699]: audit 2023-12-07T20:49:43.124349+0000 mgr.a (mgr.14403) 8635 : audit 0 from='client.179427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:43.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:43 smithi079 bash[28699]: cluster 2023-12-07T20:49:43.350632+0000 mgr.a (mgr.14403) 8636 : cluster 0 pgmap v6444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:43.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:43 smithi194 bash[32038]: audit 2023-12-07T20:49:43.124349+0000 mgr.a (mgr.14403) 8635 : audit 0 from='client.179427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:43.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:43 smithi194 bash[32038]: cluster 2023-12-07T20:49:43.350632+0000 mgr.a (mgr.14403) 8636 : cluster 0 pgmap v6444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:43 smithi135 bash[32435]: audit 2023-12-07T20:49:43.124349+0000 mgr.a (mgr.14403) 8635 : audit 0 from='client.179427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:43 smithi135 bash[32435]: cluster 2023-12-07T20:49:43.350632+0000 mgr.a (mgr.14403) 8636 : cluster 0 pgmap v6444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:45 smithi194 bash[32038]: cluster 2023-12-07T20:49:45.351622+0000 mgr.a (mgr.14403) 8637 : cluster 0 pgmap v6445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:49:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:45 smithi135 bash[32435]: cluster 2023-12-07T20:49:45.351622+0000 mgr.a (mgr.14403) 8637 : cluster 0 pgmap v6445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:49:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:45 smithi079 bash[28699]: cluster 2023-12-07T20:49:45.351622+0000 mgr.a (mgr.14403) 8637 : cluster 0 pgmap v6445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T20:49:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:47 smithi194 bash[32038]: cluster 2023-12-07T20:49:47.352216+0000 mgr.a (mgr.14403) 8638 : cluster 0 pgmap v6446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:49:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:47 smithi135 bash[32435]: cluster 2023-12-07T20:49:47.352216+0000 mgr.a (mgr.14403) 8638 : cluster 0 pgmap v6446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:49:47.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:47 smithi079 bash[28699]: cluster 2023-12-07T20:49:47.352216+0000 mgr.a (mgr.14403) 8638 : cluster 0 pgmap v6446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T20:49:48.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:49:48.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:48.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:49.521 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:49:49.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:49.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:49.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:49.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:49:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:49 smithi194 bash[32038]: audit 2023-12-07T20:49:49.024448+0000 mgr.a (mgr.14403) 8639 : audit 0 from='client.179505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:49 smithi194 bash[32038]: cluster 2023-12-07T20:49:49.352980+0000 mgr.a (mgr.14403) 8640 : cluster 0 pgmap v6447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:49 smithi135 bash[32435]: audit 2023-12-07T20:49:49.024448+0000 mgr.a (mgr.14403) 8639 : audit 0 from='client.179505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:49 smithi135 bash[32435]: cluster 2023-12-07T20:49:49.352980+0000 mgr.a (mgr.14403) 8640 : cluster 0 pgmap v6447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:49 smithi079 bash[28699]: audit 2023-12-07T20:49:49.024448+0000 mgr.a (mgr.14403) 8639 : audit 0 from='client.179505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:49 smithi079 bash[28699]: cluster 2023-12-07T20:49:49.352980+0000 mgr.a (mgr.14403) 8640 : cluster 0 pgmap v6447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:51 smithi194 bash[32038]: cluster 2023-12-07T20:49:51.353593+0000 mgr.a (mgr.14403) 8641 : cluster 0 pgmap v6448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:51 smithi135 bash[32435]: cluster 2023-12-07T20:49:51.353593+0000 mgr.a (mgr.14403) 8641 : cluster 0 pgmap v6448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:51.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:51 smithi079 bash[28699]: cluster 2023-12-07T20:49:51.353593+0000 mgr.a (mgr.14403) 8641 : cluster 0 pgmap v6448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:53.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:53 smithi079 bash[28699]: cluster 2023-12-07T20:49:53.354130+0000 mgr.a (mgr.14403) 8642 : cluster 0 pgmap v6449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:53.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:53 smithi194 bash[32038]: cluster 2023-12-07T20:49:53.354130+0000 mgr.a (mgr.14403) 8642 : cluster 0 pgmap v6449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:53 smithi135 bash[32435]: cluster 2023-12-07T20:49:53.354130+0000 mgr.a (mgr.14403) 8642 : cluster 0 pgmap v6449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:49:54.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:49:54.524 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:49:54.524 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:49:55.415 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:49:55.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:49:55.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:49:55.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:49:55.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:49:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:55 smithi194 bash[32038]: audit 2023-12-07T20:49:54.920961+0000 mgr.a (mgr.14403) 8643 : audit 0 from='client.179580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:55 smithi194 bash[32038]: cluster 2023-12-07T20:49:55.355109+0000 mgr.a (mgr.14403) 8644 : cluster 0 pgmap v6450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:55 smithi135 bash[32435]: audit 2023-12-07T20:49:54.920961+0000 mgr.a (mgr.14403) 8643 : audit 0 from='client.179580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:55 smithi135 bash[32435]: cluster 2023-12-07T20:49:55.355109+0000 mgr.a (mgr.14403) 8644 : cluster 0 pgmap v6450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:55 smithi079 bash[28699]: audit 2023-12-07T20:49:54.920961+0000 mgr.a (mgr.14403) 8643 : audit 0 from='client.179580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:49:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:55 smithi079 bash[28699]: cluster 2023-12-07T20:49:55.355109+0000 mgr.a (mgr.14403) 8644 : cluster 0 pgmap v6450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:49:57.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:56 smithi079 bash[28699]: audit 2023-12-07T20:49:56.733385+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:49:57.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:56 smithi194 bash[32038]: audit 2023-12-07T20:49:56.733385+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:49:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:56 smithi135 bash[32435]: audit 2023-12-07T20:49:56.733385+0000 mon.a (mon.0) 1655 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:49:58.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:57 smithi079 bash[28699]: cluster 2023-12-07T20:49:57.355661+0000 mgr.a (mgr.14403) 8645 : cluster 0 pgmap v6451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:49:58.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:57 smithi079 bash[28699]: audit 2023-12-07T20:49:57.490382+0000 mon.a (mon.0) 1656 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:49:58.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:57 smithi079 bash[28699]: audit 2023-12-07T20:49:57.492200+0000 mon.a (mon.0) 1657 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:49:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:57 smithi079 bash[28699]: audit 2023-12-07T20:49:57.502112+0000 mon.a (mon.0) 1658 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:49:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:57 smithi194 bash[32038]: cluster 2023-12-07T20:49:57.355661+0000 mgr.a (mgr.14403) 8645 : cluster 0 pgmap v6451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:49:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:57 smithi194 bash[32038]: audit 2023-12-07T20:49:57.490382+0000 mon.a (mon.0) 1656 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:49:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:57 smithi194 bash[32038]: audit 2023-12-07T20:49:57.492200+0000 mon.a (mon.0) 1657 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:49:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:57 smithi194 bash[32038]: audit 2023-12-07T20:49:57.502112+0000 mon.a (mon.0) 1658 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:49:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:57 smithi135 bash[32435]: cluster 2023-12-07T20:49:57.355661+0000 mgr.a (mgr.14403) 8645 : cluster 0 pgmap v6451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T20:49:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:57 smithi135 bash[32435]: audit 2023-12-07T20:49:57.490382+0000 mon.a (mon.0) 1656 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:49:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:57 smithi135 bash[32435]: audit 2023-12-07T20:49:57.492200+0000 mon.a (mon.0) 1657 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:49:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:57 smithi135 bash[32435]: audit 2023-12-07T20:49:57.502112+0000 mon.a (mon.0) 1658 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:49:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:49:59 smithi194 bash[32038]: cluster 2023-12-07T20:49:59.356333+0000 mgr.a (mgr.14403) 8646 : cluster 0 pgmap v6452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:49:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:49:59 smithi135 bash[32435]: cluster 2023-12-07T20:49:59.356333+0000 mgr.a (mgr.14403) 8646 : cluster 0 pgmap v6452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:49:59.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:49:59 smithi079 bash[28699]: cluster 2023-12-07T20:49:59.356333+0000 mgr.a (mgr.14403) 8646 : cluster 0 pgmap v6452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T20:50:00.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:50:00.419 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:00.419 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:00 smithi194 bash[32038]: cluster 2023-12-07T20:50:00.000176+0000 mon.a (mon.0) 1659 : cluster 1 overall HEALTH_OK 2023-12-07T20:50:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:00 smithi135 bash[32435]: cluster 2023-12-07T20:50:00.000176+0000 mon.a (mon.0) 1659 : cluster 1 overall HEALTH_OK 2023-12-07T20:50:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:00 smithi079 bash[28699]: cluster 2023-12-07T20:50:00.000176+0000 mon.a (mon.0) 1659 : cluster 1 overall HEALTH_OK 2023-12-07T20:50:01.332 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:50:01.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:01.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:01.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:01.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:50:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:01 smithi194 bash[32038]: audit 2023-12-07T20:50:00.828385+0000 mgr.a (mgr.14403) 8647 : audit 0 from='client.179655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:01 smithi194 bash[32038]: cluster 2023-12-07T20:50:01.356920+0000 mgr.a (mgr.14403) 8648 : cluster 0 pgmap v6453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:01 smithi135 bash[32435]: audit 2023-12-07T20:50:00.828385+0000 mgr.a (mgr.14403) 8647 : audit 0 from='client.179655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:01 smithi135 bash[32435]: cluster 2023-12-07T20:50:01.356920+0000 mgr.a (mgr.14403) 8648 : cluster 0 pgmap v6453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:01.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:01 smithi079 bash[28699]: audit 2023-12-07T20:50:00.828385+0000 mgr.a (mgr.14403) 8647 : audit 0 from='client.179655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:01.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:01 smithi079 bash[28699]: cluster 2023-12-07T20:50:01.356920+0000 mgr.a (mgr.14403) 8648 : cluster 0 pgmap v6453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:03 smithi079 bash[28699]: cluster 2023-12-07T20:50:03.357520+0000 mgr.a (mgr.14403) 8649 : cluster 0 pgmap v6454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:03 smithi194 bash[32038]: cluster 2023-12-07T20:50:03.357520+0000 mgr.a (mgr.14403) 8649 : cluster 0 pgmap v6454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:03 smithi135 bash[32435]: cluster 2023-12-07T20:50:03.357520+0000 mgr.a (mgr.14403) 8649 : cluster 0 pgmap v6454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:05.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:05 smithi194 bash[32038]: cluster 2023-12-07T20:50:05.358313+0000 mgr.a (mgr.14403) 8650 : cluster 0 pgmap v6455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:05 smithi135 bash[32435]: cluster 2023-12-07T20:50:05.358313+0000 mgr.a (mgr.14403) 8650 : cluster 0 pgmap v6455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:05 smithi079 bash[28699]: cluster 2023-12-07T20:50:05.358313+0000 mgr.a (mgr.14403) 8650 : cluster 0 pgmap v6455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:06.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:50:06.337 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:06.337 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:07.241 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:50:07.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:07.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:07.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:07.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:50:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:07 smithi194 bash[32038]: audit 2023-12-07T20:50:06.742179+0000 mgr.a (mgr.14403) 8651 : audit 0 from='client.179730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:07 smithi194 bash[32038]: cluster 2023-12-07T20:50:07.359008+0000 mgr.a (mgr.14403) 8652 : cluster 0 pgmap v6456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:07 smithi135 bash[32435]: audit 2023-12-07T20:50:06.742179+0000 mgr.a (mgr.14403) 8651 : audit 0 from='client.179730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:07 smithi135 bash[32435]: cluster 2023-12-07T20:50:07.359008+0000 mgr.a (mgr.14403) 8652 : cluster 0 pgmap v6456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:07.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:07 smithi079 bash[28699]: audit 2023-12-07T20:50:06.742179+0000 mgr.a (mgr.14403) 8651 : audit 0 from='client.179730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:07.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:07 smithi079 bash[28699]: cluster 2023-12-07T20:50:07.359008+0000 mgr.a (mgr.14403) 8652 : cluster 0 pgmap v6456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:09 smithi194 bash[32038]: cluster 2023-12-07T20:50:09.359735+0000 mgr.a (mgr.14403) 8653 : cluster 0 pgmap v6457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:09 smithi135 bash[32435]: cluster 2023-12-07T20:50:09.359735+0000 mgr.a (mgr.14403) 8653 : cluster 0 pgmap v6457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:09.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:09 smithi079 bash[28699]: cluster 2023-12-07T20:50:09.359735+0000 mgr.a (mgr.14403) 8653 : cluster 0 pgmap v6457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:11 smithi194 bash[32038]: cluster 2023-12-07T20:50:11.360287+0000 mgr.a (mgr.14403) 8654 : cluster 0 pgmap v6458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:11 smithi135 bash[32435]: cluster 2023-12-07T20:50:11.360287+0000 mgr.a (mgr.14403) 8654 : cluster 0 pgmap v6458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:11.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:11 smithi079 bash[28699]: cluster 2023-12-07T20:50:11.360287+0000 mgr.a (mgr.14403) 8654 : cluster 0 pgmap v6458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:12.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:50:12.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:12.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:13.151 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:50:13.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:13.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:13.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:13.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:50:13.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:13 smithi079 bash[28699]: audit 2023-12-07T20:50:12.652138+0000 mgr.a (mgr.14403) 8655 : audit 0 from='client.179802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:13.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:13 smithi079 bash[28699]: cluster 2023-12-07T20:50:13.361001+0000 mgr.a (mgr.14403) 8656 : cluster 0 pgmap v6459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:13.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:13 smithi194 bash[32038]: audit 2023-12-07T20:50:12.652138+0000 mgr.a (mgr.14403) 8655 : audit 0 from='client.179802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:13.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:13 smithi194 bash[32038]: cluster 2023-12-07T20:50:13.361001+0000 mgr.a (mgr.14403) 8656 : cluster 0 pgmap v6459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:13 smithi135 bash[32435]: audit 2023-12-07T20:50:12.652138+0000 mgr.a (mgr.14403) 8655 : audit 0 from='client.179802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:13 smithi135 bash[32435]: cluster 2023-12-07T20:50:13.361001+0000 mgr.a (mgr.14403) 8656 : cluster 0 pgmap v6459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:15 smithi194 bash[32038]: cluster 2023-12-07T20:50:15.361865+0000 mgr.a (mgr.14403) 8657 : cluster 0 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-07T20:50:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:15 smithi135 bash[32435]: cluster 2023-12-07T20:50:15.361865+0000 mgr.a (mgr.14403) 8657 : cluster 0 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-07T20:50:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:15 smithi079 bash[28699]: cluster 2023-12-07T20:50:15.361865+0000 mgr.a (mgr.14403) 8657 : cluster 0 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-07T20:50:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:17 smithi194 bash[32038]: cluster 2023-12-07T20:50:17.362469+0000 mgr.a (mgr.14403) 8658 : cluster 0 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-07T20:50:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:17 smithi135 bash[32435]: cluster 2023-12-07T20:50:17.362469+0000 mgr.a (mgr.14403) 8658 : cluster 0 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-07T20:50:17.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:17 smithi079 bash[28699]: cluster 2023-12-07T20:50:17.362469+0000 mgr.a (mgr.14403) 8658 : cluster 0 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-07T20:50:18.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:50:18.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:18.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:19.058 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:50:19.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:19.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:19.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:19.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:50:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:19 smithi194 bash[32038]: audit 2023-12-07T20:50:18.566842+0000 mgr.a (mgr.14403) 8659 : audit 0 from='client.144124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:19 smithi194 bash[32038]: cluster 2023-12-07T20:50:19.363541+0000 mgr.a (mgr.14403) 8660 : cluster 0 pgmap v6462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:19 smithi135 bash[32435]: audit 2023-12-07T20:50:18.566842+0000 mgr.a (mgr.14403) 8659 : audit 0 from='client.144124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:19 smithi135 bash[32435]: cluster 2023-12-07T20:50:19.363541+0000 mgr.a (mgr.14403) 8660 : cluster 0 pgmap v6462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:19.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:19 smithi079 bash[28699]: audit 2023-12-07T20:50:18.566842+0000 mgr.a (mgr.14403) 8659 : audit 0 from='client.144124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:19.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:19 smithi079 bash[28699]: cluster 2023-12-07T20:50:19.363541+0000 mgr.a (mgr.14403) 8660 : cluster 0 pgmap v6462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:21 smithi194 bash[32038]: cluster 2023-12-07T20:50:21.364174+0000 mgr.a (mgr.14403) 8661 : cluster 0 pgmap v6463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:21 smithi135 bash[32435]: cluster 2023-12-07T20:50:21.364174+0000 mgr.a (mgr.14403) 8661 : cluster 0 pgmap v6463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:21.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:21 smithi079 bash[28699]: cluster 2023-12-07T20:50:21.364174+0000 mgr.a (mgr.14403) 8661 : cluster 0 pgmap v6463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:23.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:23 smithi079 bash[28699]: cluster 2023-12-07T20:50:23.364732+0000 mgr.a (mgr.14403) 8662 : cluster 0 pgmap v6464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:23 smithi194 bash[32038]: cluster 2023-12-07T20:50:23.364732+0000 mgr.a (mgr.14403) 8662 : cluster 0 pgmap v6464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:23 smithi135 bash[32435]: cluster 2023-12-07T20:50:23.364732+0000 mgr.a (mgr.14403) 8662 : cluster 0 pgmap v6464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:24.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:50:24.062 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:24.062 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:24.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:24.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:24.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:24.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:50:24.976 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:50:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:25 smithi194 bash[32038]: audit 2023-12-07T20:50:24.462170+0000 mgr.a (mgr.14403) 8663 : audit 0 from='client.179955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:25 smithi194 bash[32038]: cluster 2023-12-07T20:50:25.365814+0000 mgr.a (mgr.14403) 8664 : cluster 0 pgmap v6465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:25 smithi135 bash[32435]: audit 2023-12-07T20:50:24.462170+0000 mgr.a (mgr.14403) 8663 : audit 0 from='client.179955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:25 smithi135 bash[32435]: cluster 2023-12-07T20:50:25.365814+0000 mgr.a (mgr.14403) 8664 : cluster 0 pgmap v6465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:25 smithi079 bash[28699]: audit 2023-12-07T20:50:24.462170+0000 mgr.a (mgr.14403) 8663 : audit 0 from='client.179955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:25 smithi079 bash[28699]: cluster 2023-12-07T20:50:25.365814+0000 mgr.a (mgr.14403) 8664 : cluster 0 pgmap v6465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:27 smithi194 bash[32038]: cluster 2023-12-07T20:50:27.366443+0000 mgr.a (mgr.14403) 8665 : cluster 0 pgmap v6466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:27 smithi135 bash[32435]: cluster 2023-12-07T20:50:27.366443+0000 mgr.a (mgr.14403) 8665 : cluster 0 pgmap v6466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:27.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:27 smithi079 bash[28699]: cluster 2023-12-07T20:50:27.366443+0000 mgr.a (mgr.14403) 8665 : cluster 0 pgmap v6466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:29 smithi194 bash[32038]: cluster 2023-12-07T20:50:29.367177+0000 mgr.a (mgr.14403) 8666 : cluster 0 pgmap v6467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:29 smithi135 bash[32435]: cluster 2023-12-07T20:50:29.367177+0000 mgr.a (mgr.14403) 8666 : cluster 0 pgmap v6467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:29.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:29 smithi079 bash[28699]: cluster 2023-12-07T20:50:29.367177+0000 mgr.a (mgr.14403) 8666 : cluster 0 pgmap v6467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:29.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:50:29.979 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:29.980 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:30.911 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:50:30.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:30.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:30.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:30.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:50:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:31 smithi194 bash[32038]: audit 2023-12-07T20:50:30.387040+0000 mgr.a (mgr.14403) 8667 : audit 0 from='client.180033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:31 smithi194 bash[32038]: cluster 2023-12-07T20:50:31.367818+0000 mgr.a (mgr.14403) 8668 : cluster 0 pgmap v6468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:31 smithi135 bash[32435]: audit 2023-12-07T20:50:30.387040+0000 mgr.a (mgr.14403) 8667 : audit 0 from='client.180033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:31 smithi135 bash[32435]: cluster 2023-12-07T20:50:31.367818+0000 mgr.a (mgr.14403) 8668 : cluster 0 pgmap v6468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:31.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:31 smithi079 bash[28699]: audit 2023-12-07T20:50:30.387040+0000 mgr.a (mgr.14403) 8667 : audit 0 from='client.180033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:31.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:31 smithi079 bash[28699]: cluster 2023-12-07T20:50:31.367818+0000 mgr.a (mgr.14403) 8668 : cluster 0 pgmap v6468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:33 smithi079 bash[28699]: cluster 2023-12-07T20:50:33.368415+0000 mgr.a (mgr.14403) 8669 : cluster 0 pgmap v6469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:33 smithi194 bash[32038]: cluster 2023-12-07T20:50:33.368415+0000 mgr.a (mgr.14403) 8669 : cluster 0 pgmap v6469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:33.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:33 smithi135 bash[32435]: cluster 2023-12-07T20:50:33.368415+0000 mgr.a (mgr.14403) 8669 : cluster 0 pgmap v6469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:35 smithi194 bash[32038]: cluster 2023-12-07T20:50:35.369223+0000 mgr.a (mgr.14403) 8670 : cluster 0 pgmap v6470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:35 smithi135 bash[32435]: cluster 2023-12-07T20:50:35.369223+0000 mgr.a (mgr.14403) 8670 : cluster 0 pgmap v6470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:35.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:35 smithi079 bash[28699]: cluster 2023-12-07T20:50:35.369223+0000 mgr.a (mgr.14403) 8670 : cluster 0 pgmap v6470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:35.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:50:35.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:35.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:36 smithi194 bash[32038]: audit 2023-12-07T20:50:36.317806+0000 mgr.a (mgr.14403) 8671 : audit 0 from='client.180108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:36 smithi135 bash[32435]: audit 2023-12-07T20:50:36.317806+0000 mgr.a (mgr.14403) 8671 : audit 0 from='client.180108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:36.793 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:50:36.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:36.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:36.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:36.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:50:36.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:36 smithi079 bash[28699]: audit 2023-12-07T20:50:36.317806+0000 mgr.a (mgr.14403) 8671 : audit 0 from='client.180108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:37 smithi194 bash[32038]: cluster 2023-12-07T20:50:37.369930+0000 mgr.a (mgr.14403) 8672 : cluster 0 pgmap v6471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:37 smithi135 bash[32435]: cluster 2023-12-07T20:50:37.369930+0000 mgr.a (mgr.14403) 8672 : cluster 0 pgmap v6471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:37.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:37 smithi079 bash[28699]: cluster 2023-12-07T20:50:37.369930+0000 mgr.a (mgr.14403) 8672 : cluster 0 pgmap v6471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:39 smithi194 bash[32038]: cluster 2023-12-07T20:50:39.370752+0000 mgr.a (mgr.14403) 8673 : cluster 0 pgmap v6472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:39 smithi135 bash[32435]: cluster 2023-12-07T20:50:39.370752+0000 mgr.a (mgr.14403) 8673 : cluster 0 pgmap v6472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:39.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:39 smithi079 bash[28699]: cluster 2023-12-07T20:50:39.370752+0000 mgr.a (mgr.14403) 8673 : cluster 0 pgmap v6472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:41 smithi194 bash[32038]: cluster 2023-12-07T20:50:41.371324+0000 mgr.a (mgr.14403) 8674 : cluster 0 pgmap v6473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:41 smithi135 bash[32435]: cluster 2023-12-07T20:50:41.371324+0000 mgr.a (mgr.14403) 8674 : cluster 0 pgmap v6473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:41.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:50:41.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:41.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:41 smithi079 bash[28699]: cluster 2023-12-07T20:50:41.371324+0000 mgr.a (mgr.14403) 8674 : cluster 0 pgmap v6473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:42.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:42 smithi194 bash[32038]: audit 2023-12-07T20:50:42.206319+0000 mgr.a (mgr.14403) 8675 : audit 0 from='client.180183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:42.705 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:50:42.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:42.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:42.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:42.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:50:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:42 smithi135 bash[32435]: audit 2023-12-07T20:50:42.206319+0000 mgr.a (mgr.14403) 8675 : audit 0 from='client.180183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:42.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:42 smithi079 bash[28699]: audit 2023-12-07T20:50:42.206319+0000 mgr.a (mgr.14403) 8675 : audit 0 from='client.180183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:43.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:43 smithi079 bash[28699]: cluster 2023-12-07T20:50:43.372109+0000 mgr.a (mgr.14403) 8676 : cluster 0 pgmap v6474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:43.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:43 smithi194 bash[32038]: cluster 2023-12-07T20:50:43.372109+0000 mgr.a (mgr.14403) 8676 : cluster 0 pgmap v6474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:43 smithi135 bash[32435]: cluster 2023-12-07T20:50:43.372109+0000 mgr.a (mgr.14403) 8676 : cluster 0 pgmap v6474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:45 smithi194 bash[32038]: cluster 2023-12-07T20:50:45.373032+0000 mgr.a (mgr.14403) 8677 : cluster 0 pgmap v6475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:45 smithi135 bash[32435]: cluster 2023-12-07T20:50:45.373032+0000 mgr.a (mgr.14403) 8677 : cluster 0 pgmap v6475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:45 smithi079 bash[28699]: cluster 2023-12-07T20:50:45.373032+0000 mgr.a (mgr.14403) 8677 : cluster 0 pgmap v6475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:50:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:47 smithi194 bash[32038]: cluster 2023-12-07T20:50:47.373760+0000 mgr.a (mgr.14403) 8678 : cluster 0 pgmap v6476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:47.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:50:47.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:47.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:47 smithi135 bash[32435]: cluster 2023-12-07T20:50:47.373760+0000 mgr.a (mgr.14403) 8678 : cluster 0 pgmap v6476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:47.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:47 smithi079 bash[28699]: cluster 2023-12-07T20:50:47.373760+0000 mgr.a (mgr.14403) 8678 : cluster 0 pgmap v6476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:48.590 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:50:48.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:48.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:48.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:48.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:50:48.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:48 smithi079 bash[28699]: audit 2023-12-07T20:50:48.113232+0000 mgr.a (mgr.14403) 8679 : audit 0 from='client.180258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:48.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:48 smithi194 bash[32038]: audit 2023-12-07T20:50:48.113232+0000 mgr.a (mgr.14403) 8679 : audit 0 from='client.180258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:48.965 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:48 smithi135 bash[32435]: audit 2023-12-07T20:50:48.113232+0000 mgr.a (mgr.14403) 8679 : audit 0 from='client.180258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:49 smithi079 bash[28699]: cluster 2023-12-07T20:50:49.374748+0000 mgr.a (mgr.14403) 8680 : cluster 0 pgmap v6477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:50:49.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:49 smithi194 bash[32038]: cluster 2023-12-07T20:50:49.374748+0000 mgr.a (mgr.14403) 8680 : cluster 0 pgmap v6477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:50:49.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:49 smithi135 bash[32435]: cluster 2023-12-07T20:50:49.374748+0000 mgr.a (mgr.14403) 8680 : cluster 0 pgmap v6477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:50:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:51 smithi194 bash[32038]: cluster 2023-12-07T20:50:51.375356+0000 mgr.a (mgr.14403) 8681 : cluster 0 pgmap v6478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:50:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:51 smithi135 bash[32435]: cluster 2023-12-07T20:50:51.375356+0000 mgr.a (mgr.14403) 8681 : cluster 0 pgmap v6478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:50:51.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:51 smithi079 bash[28699]: cluster 2023-12-07T20:50:51.375356+0000 mgr.a (mgr.14403) 8681 : cluster 0 pgmap v6478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:50:53.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:50:53.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:53.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:50:53.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:53 smithi079 bash[28699]: cluster 2023-12-07T20:50:53.375930+0000 mgr.a (mgr.14403) 8682 : cluster 0 pgmap v6479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:50:53.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:53 smithi194 bash[32038]: cluster 2023-12-07T20:50:53.375930+0000 mgr.a (mgr.14403) 8682 : cluster 0 pgmap v6479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:50:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:53 smithi135 bash[32435]: cluster 2023-12-07T20:50:53.375930+0000 mgr.a (mgr.14403) 8682 : cluster 0 pgmap v6479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:50:54.515 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:50:54.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:50:54.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:50:54.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:50:54.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:50:54.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:54 smithi079 bash[28699]: audit 2023-12-07T20:50:54.000418+0000 mgr.a (mgr.14403) 8683 : audit 0 from='client.180330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:54.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:54 smithi194 bash[32038]: audit 2023-12-07T20:50:54.000418+0000 mgr.a (mgr.14403) 8683 : audit 0 from='client.180330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:54.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:54 smithi135 bash[32435]: audit 2023-12-07T20:50:54.000418+0000 mgr.a (mgr.14403) 8683 : audit 0 from='client.180330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:50:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:55 smithi079 bash[28699]: cluster 2023-12-07T20:50:55.376996+0000 mgr.a (mgr.14403) 8684 : cluster 0 pgmap v6480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:55 smithi194 bash[32038]: cluster 2023-12-07T20:50:55.376996+0000 mgr.a (mgr.14403) 8684 : cluster 0 pgmap v6480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:55 smithi135 bash[32435]: cluster 2023-12-07T20:50:55.376996+0000 mgr.a (mgr.14403) 8684 : cluster 0 pgmap v6480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:50:57.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:57 smithi194 bash[32038]: cluster 2023-12-07T20:50:57.377564+0000 mgr.a (mgr.14403) 8685 : cluster 0 pgmap v6481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:57 smithi135 bash[32435]: cluster 2023-12-07T20:50:57.377564+0000 mgr.a (mgr.14403) 8685 : cluster 0 pgmap v6481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:57.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:57 smithi079 bash[28699]: cluster 2023-12-07T20:50:57.377564+0000 mgr.a (mgr.14403) 8685 : cluster 0 pgmap v6481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:50:58.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:58 smithi079 bash[28699]: audit 2023-12-07T20:50:57.606958+0000 mon.a (mon.0) 1660 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:50:58.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:58 smithi079 bash[28699]: audit 2023-12-07T20:50:58.392020+0000 mon.a (mon.0) 1661 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:50:58.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:58 smithi079 bash[28699]: audit 2023-12-07T20:50:58.393867+0000 mon.a (mon.0) 1662 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:50:58.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:50:58 smithi079 bash[28699]: audit 2023-12-07T20:50:58.403554+0000 mon.a (mon.0) 1663 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:50:58.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:58 smithi194 bash[32038]: audit 2023-12-07T20:50:57.606958+0000 mon.a (mon.0) 1660 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:50:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:58 smithi194 bash[32038]: audit 2023-12-07T20:50:58.392020+0000 mon.a (mon.0) 1661 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:50:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:58 smithi194 bash[32038]: audit 2023-12-07T20:50:58.393867+0000 mon.a (mon.0) 1662 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:50:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:50:58 smithi194 bash[32038]: audit 2023-12-07T20:50:58.403554+0000 mon.a (mon.0) 1663 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:50:58.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:58 smithi135 bash[32435]: audit 2023-12-07T20:50:57.606958+0000 mon.a (mon.0) 1660 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:50:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:58 smithi135 bash[32435]: audit 2023-12-07T20:50:58.392020+0000 mon.a (mon.0) 1661 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:50:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:58 smithi135 bash[32435]: audit 2023-12-07T20:50:58.393867+0000 mon.a (mon.0) 1662 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:50:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:50:58 smithi135 bash[32435]: audit 2023-12-07T20:50:58.403554+0000 mon.a (mon.0) 1663 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:50:59.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:50:59.518 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:50:59.518 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:00.420 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:51:00.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:00.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:00.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:00.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:51:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:00 smithi079 bash[28699]: cluster 2023-12-07T20:50:59.378360+0000 mgr.a (mgr.14403) 8686 : cluster 0 pgmap v6482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:00 smithi079 bash[28699]: audit 2023-12-07T20:50:59.923132+0000 mgr.a (mgr.14403) 8687 : audit 0 from='client.180402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:00 smithi194 bash[32038]: cluster 2023-12-07T20:50:59.378360+0000 mgr.a (mgr.14403) 8686 : cluster 0 pgmap v6482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:00 smithi194 bash[32038]: audit 2023-12-07T20:50:59.923132+0000 mgr.a (mgr.14403) 8687 : audit 0 from='client.180402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:00.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:00 smithi135 bash[32435]: cluster 2023-12-07T20:50:59.378360+0000 mgr.a (mgr.14403) 8686 : cluster 0 pgmap v6482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:00.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:00 smithi135 bash[32435]: audit 2023-12-07T20:50:59.923132+0000 mgr.a (mgr.14403) 8687 : audit 0 from='client.180402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:02.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:02 smithi079 bash[28699]: cluster 2023-12-07T20:51:01.379110+0000 mgr.a (mgr.14403) 8688 : cluster 0 pgmap v6483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:51:02.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:02 smithi135 bash[32435]: cluster 2023-12-07T20:51:01.379110+0000 mgr.a (mgr.14403) 8688 : cluster 0 pgmap v6483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:51:02.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:02 smithi194 bash[32038]: cluster 2023-12-07T20:51:01.379110+0000 mgr.a (mgr.14403) 8688 : cluster 0 pgmap v6483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:51:04.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:04 smithi079 bash[28699]: cluster 2023-12-07T20:51:03.379618+0000 mgr.a (mgr.14403) 8689 : cluster 0 pgmap v6484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:51:04.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:04 smithi194 bash[32038]: cluster 2023-12-07T20:51:03.379618+0000 mgr.a (mgr.14403) 8689 : cluster 0 pgmap v6484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:51:04.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:04 smithi135 bash[32435]: cluster 2023-12-07T20:51:03.379618+0000 mgr.a (mgr.14403) 8689 : cluster 0 pgmap v6484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:51:05.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:51:05.424 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:05.425 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:06.322 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:51:06.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:06.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:06.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:06.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:51:06.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:06 smithi079 bash[28699]: cluster 2023-12-07T20:51:05.380339+0000 mgr.a (mgr.14403) 8690 : cluster 0 pgmap v6485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:06.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:06 smithi079 bash[28699]: audit 2023-12-07T20:51:05.834490+0000 mgr.a (mgr.14403) 8691 : audit 0 from='client.180477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:06.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:06 smithi194 bash[32038]: cluster 2023-12-07T20:51:05.380339+0000 mgr.a (mgr.14403) 8690 : cluster 0 pgmap v6485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:06.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:06 smithi194 bash[32038]: audit 2023-12-07T20:51:05.834490+0000 mgr.a (mgr.14403) 8691 : audit 0 from='client.180477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:06.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:06 smithi135 bash[32435]: cluster 2023-12-07T20:51:05.380339+0000 mgr.a (mgr.14403) 8690 : cluster 0 pgmap v6485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:06.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:06 smithi135 bash[32435]: audit 2023-12-07T20:51:05.834490+0000 mgr.a (mgr.14403) 8691 : audit 0 from='client.180477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:08.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:08 smithi079 bash[28699]: cluster 2023-12-07T20:51:07.381034+0000 mgr.a (mgr.14403) 8692 : cluster 0 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-07T20:51:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:08 smithi194 bash[32038]: cluster 2023-12-07T20:51:07.381034+0000 mgr.a (mgr.14403) 8692 : cluster 0 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-07T20:51:08.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:08 smithi135 bash[32435]: cluster 2023-12-07T20:51:07.381034+0000 mgr.a (mgr.14403) 8692 : cluster 0 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-07T20:51:10.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:10 smithi079 bash[28699]: cluster 2023-12-07T20:51:09.381851+0000 mgr.a (mgr.14403) 8693 : cluster 0 pgmap v6487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:10.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:10 smithi194 bash[32038]: cluster 2023-12-07T20:51:09.381851+0000 mgr.a (mgr.14403) 8693 : cluster 0 pgmap v6487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:10.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:10 smithi135 bash[32435]: cluster 2023-12-07T20:51:09.381851+0000 mgr.a (mgr.14403) 8693 : cluster 0 pgmap v6487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:11.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:51:11.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:11.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:12.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:12.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:12.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:12.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:51:12.248 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:51:12.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:12 smithi079 bash[28699]: cluster 2023-12-07T20:51:11.382435+0000 mgr.a (mgr.14403) 8694 : cluster 0 pgmap v6488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:12.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:12 smithi079 bash[28699]: audit 2023-12-07T20:51:11.728979+0000 mgr.a (mgr.14403) 8695 : audit 0 from='client.180552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:12 smithi194 bash[32038]: cluster 2023-12-07T20:51:11.382435+0000 mgr.a (mgr.14403) 8694 : cluster 0 pgmap v6488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:12 smithi194 bash[32038]: audit 2023-12-07T20:51:11.728979+0000 mgr.a (mgr.14403) 8695 : audit 0 from='client.180552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:12.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:12 smithi135 bash[32435]: cluster 2023-12-07T20:51:11.382435+0000 mgr.a (mgr.14403) 8694 : cluster 0 pgmap v6488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:12 smithi135 bash[32435]: audit 2023-12-07T20:51:11.728979+0000 mgr.a (mgr.14403) 8695 : audit 0 from='client.180552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:14.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:14 smithi079 bash[28699]: cluster 2023-12-07T20:51:13.383184+0000 mgr.a (mgr.14403) 8696 : cluster 0 pgmap v6489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:14.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:14 smithi194 bash[32038]: cluster 2023-12-07T20:51:13.383184+0000 mgr.a (mgr.14403) 8696 : cluster 0 pgmap v6489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:14.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:14 smithi135 bash[32435]: cluster 2023-12-07T20:51:13.383184+0000 mgr.a (mgr.14403) 8696 : cluster 0 pgmap v6489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:16.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:16 smithi079 bash[28699]: cluster 2023-12-07T20:51:15.383974+0000 mgr.a (mgr.14403) 8697 : cluster 0 pgmap v6490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:16.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:16 smithi194 bash[32038]: cluster 2023-12-07T20:51:15.383974+0000 mgr.a (mgr.14403) 8697 : cluster 0 pgmap v6490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:16 smithi135 bash[32435]: cluster 2023-12-07T20:51:15.383974+0000 mgr.a (mgr.14403) 8697 : cluster 0 pgmap v6490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:17.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:51:17.253 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:17.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:18.174 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:51:18.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:18.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:18.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:18.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:51:18.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:18 smithi079 bash[28699]: cluster 2023-12-07T20:51:17.384335+0000 mgr.a (mgr.14403) 8698 : cluster 0 pgmap v6491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:18.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:18 smithi079 bash[28699]: audit 2023-12-07T20:51:17.661287+0000 mgr.a (mgr.14403) 8699 : audit 0 from='client.180624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:18 smithi194 bash[32038]: cluster 2023-12-07T20:51:17.384335+0000 mgr.a (mgr.14403) 8698 : cluster 0 pgmap v6491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:18 smithi194 bash[32038]: audit 2023-12-07T20:51:17.661287+0000 mgr.a (mgr.14403) 8699 : audit 0 from='client.180624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:18.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:18 smithi135 bash[32435]: cluster 2023-12-07T20:51:17.384335+0000 mgr.a (mgr.14403) 8698 : cluster 0 pgmap v6491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:18.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:18 smithi135 bash[32435]: audit 2023-12-07T20:51:17.661287+0000 mgr.a (mgr.14403) 8699 : audit 0 from='client.180624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:20.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:20 smithi079 bash[28699]: cluster 2023-12-07T20:51:19.385196+0000 mgr.a (mgr.14403) 8700 : cluster 0 pgmap v6492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:20.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:20 smithi194 bash[32038]: cluster 2023-12-07T20:51:19.385196+0000 mgr.a (mgr.14403) 8700 : cluster 0 pgmap v6492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:20 smithi135 bash[32435]: cluster 2023-12-07T20:51:19.385196+0000 mgr.a (mgr.14403) 8700 : cluster 0 pgmap v6492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:22.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:22 smithi079 bash[28699]: cluster 2023-12-07T20:51:21.385761+0000 mgr.a (mgr.14403) 8701 : cluster 0 pgmap v6493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:22.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:22 smithi194 bash[32038]: cluster 2023-12-07T20:51:21.385761+0000 mgr.a (mgr.14403) 8701 : cluster 0 pgmap v6493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:22.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:22 smithi135 bash[32435]: cluster 2023-12-07T20:51:21.385761+0000 mgr.a (mgr.14403) 8701 : cluster 0 pgmap v6493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:23.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:51:23.180 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:23.180 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:24.091 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:51:24.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:24.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:24.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:24.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:51:24.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:24 smithi079 bash[28699]: cluster 2023-12-07T20:51:23.386250+0000 mgr.a (mgr.14403) 8702 : cluster 0 pgmap v6494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:24.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:24 smithi079 bash[28699]: audit 2023-12-07T20:51:23.581815+0000 mgr.a (mgr.14403) 8703 : audit 0 from='client.180702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:24.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:24 smithi194 bash[32038]: cluster 2023-12-07T20:51:23.386250+0000 mgr.a (mgr.14403) 8702 : cluster 0 pgmap v6494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:24.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:24 smithi194 bash[32038]: audit 2023-12-07T20:51:23.581815+0000 mgr.a (mgr.14403) 8703 : audit 0 from='client.180702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:24.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:24 smithi135 bash[32435]: cluster 2023-12-07T20:51:23.386250+0000 mgr.a (mgr.14403) 8702 : cluster 0 pgmap v6494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:24.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:24 smithi135 bash[32435]: audit 2023-12-07T20:51:23.581815+0000 mgr.a (mgr.14403) 8703 : audit 0 from='client.180702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:26 smithi079 bash[28699]: cluster 2023-12-07T20:51:25.387276+0000 mgr.a (mgr.14403) 8704 : cluster 0 pgmap v6495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:26.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:26 smithi194 bash[32038]: cluster 2023-12-07T20:51:25.387276+0000 mgr.a (mgr.14403) 8704 : cluster 0 pgmap v6495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:26.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:26 smithi135 bash[32435]: cluster 2023-12-07T20:51:25.387276+0000 mgr.a (mgr.14403) 8704 : cluster 0 pgmap v6495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:28.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:28 smithi079 bash[28699]: cluster 2023-12-07T20:51:27.387925+0000 mgr.a (mgr.14403) 8705 : cluster 0 pgmap v6496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:28.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:28 smithi194 bash[32038]: cluster 2023-12-07T20:51:27.387925+0000 mgr.a (mgr.14403) 8705 : cluster 0 pgmap v6496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:28.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:28 smithi135 bash[32435]: cluster 2023-12-07T20:51:27.387925+0000 mgr.a (mgr.14403) 8705 : cluster 0 pgmap v6496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:29.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:51:29.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:29.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:30.023 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:51:30.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:30.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:30.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:30.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:51:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:30 smithi079 bash[28699]: cluster 2023-12-07T20:51:29.388451+0000 mgr.a (mgr.14403) 8706 : cluster 0 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-07T20:51:30.937 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:30 smithi079 bash[28699]: audit 2023-12-07T20:51:29.502185+0000 mgr.a (mgr.14403) 8707 : audit 0 from='client.180780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:30.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:30 smithi194 bash[32038]: cluster 2023-12-07T20:51:29.388451+0000 mgr.a (mgr.14403) 8706 : cluster 0 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-07T20:51:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:30 smithi194 bash[32038]: audit 2023-12-07T20:51:29.502185+0000 mgr.a (mgr.14403) 8707 : audit 0 from='client.180780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:30.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:30 smithi135 bash[32435]: cluster 2023-12-07T20:51:29.388451+0000 mgr.a (mgr.14403) 8706 : cluster 0 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-07T20:51:30.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:30 smithi135 bash[32435]: audit 2023-12-07T20:51:29.502185+0000 mgr.a (mgr.14403) 8707 : audit 0 from='client.180780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:32.904 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:32 smithi079 bash[28699]: cluster 2023-12-07T20:51:31.389067+0000 mgr.a (mgr.14403) 8708 : cluster 0 pgmap v6498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:32.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:32 smithi194 bash[32038]: cluster 2023-12-07T20:51:31.389067+0000 mgr.a (mgr.14403) 8708 : cluster 0 pgmap v6498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:32 smithi135 bash[32435]: cluster 2023-12-07T20:51:31.389067+0000 mgr.a (mgr.14403) 8708 : cluster 0 pgmap v6498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:34.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:34 smithi079 bash[28699]: cluster 2023-12-07T20:51:33.389669+0000 mgr.a (mgr.14403) 8709 : cluster 0 pgmap v6499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:34.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:34 smithi194 bash[32038]: cluster 2023-12-07T20:51:33.389669+0000 mgr.a (mgr.14403) 8709 : cluster 0 pgmap v6499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:34.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:34 smithi135 bash[32435]: cluster 2023-12-07T20:51:33.389669+0000 mgr.a (mgr.14403) 8709 : cluster 0 pgmap v6499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:51:35.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:51:35.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:35.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:35.924 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:51:35.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:35.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:35.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:35.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:51:36.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:36 smithi079 bash[28699]: cluster 2023-12-07T20:51:35.390441+0000 mgr.a (mgr.14403) 8710 : cluster 0 pgmap v6500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:36.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:36 smithi079 bash[28699]: audit 2023-12-07T20:51:35.436710+0000 mgr.a (mgr.14403) 8711 : audit 0 from='client.180852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:36.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:36 smithi194 bash[32038]: cluster 2023-12-07T20:51:35.390441+0000 mgr.a (mgr.14403) 8710 : cluster 0 pgmap v6500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:36 smithi194 bash[32038]: audit 2023-12-07T20:51:35.436710+0000 mgr.a (mgr.14403) 8711 : audit 0 from='client.180852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:36.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:36 smithi135 bash[32435]: cluster 2023-12-07T20:51:35.390441+0000 mgr.a (mgr.14403) 8710 : cluster 0 pgmap v6500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:36.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:36 smithi135 bash[32435]: audit 2023-12-07T20:51:35.436710+0000 mgr.a (mgr.14403) 8711 : audit 0 from='client.180852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:38 smithi079 bash[28699]: cluster 2023-12-07T20:51:37.391155+0000 mgr.a (mgr.14403) 8712 : cluster 0 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-07T20:51:38.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:38 smithi194 bash[32038]: cluster 2023-12-07T20:51:37.391155+0000 mgr.a (mgr.14403) 8712 : cluster 0 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-07T20:51:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:38 smithi135 bash[32435]: cluster 2023-12-07T20:51:37.391155+0000 mgr.a (mgr.14403) 8712 : cluster 0 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-07T20:51:40.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:40 smithi079 bash[28699]: cluster 2023-12-07T20:51:39.391969+0000 mgr.a (mgr.14403) 8713 : cluster 0 pgmap v6502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:40.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:51:40.928 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:40.928 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:40.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:40 smithi194 bash[32038]: cluster 2023-12-07T20:51:39.391969+0000 mgr.a (mgr.14403) 8713 : cluster 0 pgmap v6502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:40.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:40 smithi135 bash[32435]: cluster 2023-12-07T20:51:39.391969+0000 mgr.a (mgr.14403) 8713 : cluster 0 pgmap v6502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:41.831 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:51:41.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:41.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:41.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:41.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:51:41.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:41 smithi079 bash[28699]: audit 2023-12-07T20:51:41.330679+0000 mgr.a (mgr.14403) 8714 : audit 0 from='client.180927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:41.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:41 smithi194 bash[32038]: audit 2023-12-07T20:51:41.330679+0000 mgr.a (mgr.14403) 8714 : audit 0 from='client.180927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:41 smithi135 bash[32435]: audit 2023-12-07T20:51:41.330679+0000 mgr.a (mgr.14403) 8714 : audit 0 from='client.180927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:42.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:42 smithi079 bash[28699]: cluster 2023-12-07T20:51:41.392643+0000 mgr.a (mgr.14403) 8715 : cluster 0 pgmap v6503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:42.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:42 smithi194 bash[32038]: cluster 2023-12-07T20:51:41.392643+0000 mgr.a (mgr.14403) 8715 : cluster 0 pgmap v6503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:42.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:42 smithi135 bash[32435]: cluster 2023-12-07T20:51:41.392643+0000 mgr.a (mgr.14403) 8715 : cluster 0 pgmap v6503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:44.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:44 smithi079 bash[28699]: cluster 2023-12-07T20:51:43.393456+0000 mgr.a (mgr.14403) 8716 : cluster 0 pgmap v6504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:44 smithi194 bash[32038]: cluster 2023-12-07T20:51:43.393456+0000 mgr.a (mgr.14403) 8716 : cluster 0 pgmap v6504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:44.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:44 smithi135 bash[32435]: cluster 2023-12-07T20:51:43.393456+0000 mgr.a (mgr.14403) 8716 : cluster 0 pgmap v6504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:46.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:51:46.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:46.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:46.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:46 smithi079 bash[28699]: cluster 2023-12-07T20:51:45.394298+0000 mgr.a (mgr.14403) 8717 : cluster 0 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-07T20:51:46.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:46 smithi194 bash[32038]: cluster 2023-12-07T20:51:45.394298+0000 mgr.a (mgr.14403) 8717 : cluster 0 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-07T20:51:46.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:46 smithi135 bash[32435]: cluster 2023-12-07T20:51:45.394298+0000 mgr.a (mgr.14403) 8717 : cluster 0 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-07T20:51:47.771 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:51:47.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:47.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:47.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:47.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:51:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:47 smithi194 bash[32038]: audit 2023-12-07T20:51:47.248489+0000 mgr.a (mgr.14403) 8718 : audit 0 from='client.181005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:47.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:47 smithi135 bash[32435]: audit 2023-12-07T20:51:47.248489+0000 mgr.a (mgr.14403) 8718 : audit 0 from='client.181005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:48.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:47 smithi079 bash[28699]: audit 2023-12-07T20:51:47.248489+0000 mgr.a (mgr.14403) 8718 : audit 0 from='client.181005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:48.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:48 smithi194 bash[32038]: cluster 2023-12-07T20:51:47.395325+0000 mgr.a (mgr.14403) 8719 : cluster 0 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-07T20:51:48.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:48 smithi135 bash[32435]: cluster 2023-12-07T20:51:47.395325+0000 mgr.a (mgr.14403) 8719 : cluster 0 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-07T20:51:49.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:48 smithi079 bash[28699]: cluster 2023-12-07T20:51:47.395325+0000 mgr.a (mgr.14403) 8719 : cluster 0 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-07T20:51:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:50 smithi194 bash[32038]: cluster 2023-12-07T20:51:49.396227+0000 mgr.a (mgr.14403) 8720 : cluster 0 pgmap v6507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:50.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:50 smithi135 bash[32435]: cluster 2023-12-07T20:51:49.396227+0000 mgr.a (mgr.14403) 8720 : cluster 0 pgmap v6507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:50 smithi079 bash[28699]: cluster 2023-12-07T20:51:49.396227+0000 mgr.a (mgr.14403) 8720 : cluster 0 pgmap v6507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:51:52.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:51:52.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:52.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:52 smithi194 bash[32038]: cluster 2023-12-07T20:51:51.396792+0000 mgr.a (mgr.14403) 8721 : cluster 0 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-07T20:51:52.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:52 smithi135 bash[32435]: cluster 2023-12-07T20:51:51.396792+0000 mgr.a (mgr.14403) 8721 : cluster 0 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-07T20:51:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:52 smithi079 bash[28699]: cluster 2023-12-07T20:51:51.396792+0000 mgr.a (mgr.14403) 8721 : cluster 0 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-07T20:51:53.711 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:51:53.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:53.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:53.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:53.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:51:53.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:53 smithi194 bash[32038]: audit 2023-12-07T20:51:53.183788+0000 mgr.a (mgr.14403) 8722 : audit 0 from='client.181080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:53 smithi135 bash[32435]: audit 2023-12-07T20:51:53.183788+0000 mgr.a (mgr.14403) 8722 : audit 0 from='client.181080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:54.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:53 smithi079 bash[28699]: audit 2023-12-07T20:51:53.183788+0000 mgr.a (mgr.14403) 8722 : audit 0 from='client.181080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:54.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:54 smithi194 bash[32038]: cluster 2023-12-07T20:51:53.397639+0000 mgr.a (mgr.14403) 8723 : cluster 0 pgmap v6509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:54.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:54 smithi135 bash[32435]: cluster 2023-12-07T20:51:53.397639+0000 mgr.a (mgr.14403) 8723 : cluster 0 pgmap v6509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:55.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:54 smithi079 bash[28699]: cluster 2023-12-07T20:51:53.397639+0000 mgr.a (mgr.14403) 8723 : cluster 0 pgmap v6509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:51:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:56 smithi194 bash[32038]: cluster 2023-12-07T20:51:55.398696+0000 mgr.a (mgr.14403) 8724 : cluster 0 pgmap v6510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:56.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:56 smithi135 bash[32435]: cluster 2023-12-07T20:51:55.398696+0000 mgr.a (mgr.14403) 8724 : cluster 0 pgmap v6510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:57.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:56 smithi079 bash[28699]: cluster 2023-12-07T20:51:55.398696+0000 mgr.a (mgr.14403) 8724 : cluster 0 pgmap v6510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:51:58.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:51:58.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:51:58.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:51:58.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:58 smithi194 bash[32038]: cluster 2023-12-07T20:51:57.399316+0000 mgr.a (mgr.14403) 8725 : cluster 0 pgmap v6511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:51:58.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:58 smithi194 bash[32038]: audit 2023-12-07T20:51:58.506131+0000 mon.a (mon.0) 1664 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:51:58.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:58 smithi135 bash[32435]: cluster 2023-12-07T20:51:57.399316+0000 mgr.a (mgr.14403) 8725 : cluster 0 pgmap v6511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:51:58.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:58 smithi135 bash[32435]: audit 2023-12-07T20:51:58.506131+0000 mon.a (mon.0) 1664 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:51:59.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:58 smithi079 bash[28699]: cluster 2023-12-07T20:51:57.399316+0000 mgr.a (mgr.14403) 8725 : cluster 0 pgmap v6511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:51:59.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:58 smithi079 bash[28699]: audit 2023-12-07T20:51:58.506131+0000 mon.a (mon.0) 1664 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:51:59.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:51:59.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:51:59.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:51:59.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:51:59.639 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:51:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:59 smithi194 bash[32038]: audit 2023-12-07T20:51:59.113102+0000 mgr.a (mgr.14403) 8726 : audit 0 from='client.181155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:59.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:59 smithi194 bash[32038]: audit 2023-12-07T20:51:59.336493+0000 mon.a (mon.0) 1665 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:51:59.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:59 smithi194 bash[32038]: audit 2023-12-07T20:51:59.338197+0000 mon.a (mon.0) 1666 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:51:59.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:51:59 smithi194 bash[32038]: audit 2023-12-07T20:51:59.345796+0000 mon.a (mon.0) 1667 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:51:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:59 smithi135 bash[32435]: audit 2023-12-07T20:51:59.113102+0000 mgr.a (mgr.14403) 8726 : audit 0 from='client.181155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:51:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:59 smithi135 bash[32435]: audit 2023-12-07T20:51:59.336493+0000 mon.a (mon.0) 1665 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:51:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:59 smithi135 bash[32435]: audit 2023-12-07T20:51:59.338197+0000 mon.a (mon.0) 1666 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:51:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:51:59 smithi135 bash[32435]: audit 2023-12-07T20:51:59.345796+0000 mon.a (mon.0) 1667 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:52:00.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:59 smithi079 bash[28699]: audit 2023-12-07T20:51:59.113102+0000 mgr.a (mgr.14403) 8726 : audit 0 from='client.181155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:00.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:59 smithi079 bash[28699]: audit 2023-12-07T20:51:59.336493+0000 mon.a (mon.0) 1665 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:52:00.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:59 smithi079 bash[28699]: audit 2023-12-07T20:51:59.338197+0000 mon.a (mon.0) 1666 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:52:00.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:51:59 smithi079 bash[28699]: audit 2023-12-07T20:51:59.345796+0000 mon.a (mon.0) 1667 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:52:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:01 smithi079 bash[28699]: cluster 2023-12-07T20:51:59.400310+0000 mgr.a (mgr.14403) 8727 : cluster 0 pgmap v6512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:01 smithi194 bash[32038]: cluster 2023-12-07T20:51:59.400310+0000 mgr.a (mgr.14403) 8727 : cluster 0 pgmap v6512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:01 smithi135 bash[32435]: cluster 2023-12-07T20:51:59.400310+0000 mgr.a (mgr.14403) 8727 : cluster 0 pgmap v6512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:03 smithi079 bash[28699]: cluster 2023-12-07T20:52:01.400997+0000 mgr.a (mgr.14403) 8728 : cluster 0 pgmap v6513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:03 smithi194 bash[32038]: cluster 2023-12-07T20:52:01.400997+0000 mgr.a (mgr.14403) 8728 : cluster 0 pgmap v6513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:03 smithi135 bash[32435]: cluster 2023-12-07T20:52:01.400997+0000 mgr.a (mgr.14403) 8728 : cluster 0 pgmap v6513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:04.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:52:04.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:04.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:05.569 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:52:05.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:05.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:05.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:05.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:52:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:05 smithi079 bash[28699]: cluster 2023-12-07T20:52:03.401672+0000 mgr.a (mgr.14403) 8729 : cluster 0 pgmap v6514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:05.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:05 smithi194 bash[32038]: cluster 2023-12-07T20:52:03.401672+0000 mgr.a (mgr.14403) 8729 : cluster 0 pgmap v6514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:05 smithi135 bash[32435]: cluster 2023-12-07T20:52:03.401672+0000 mgr.a (mgr.14403) 8729 : cluster 0 pgmap v6514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:06 smithi079 bash[28699]: audit 2023-12-07T20:52:05.048900+0000 mgr.a (mgr.14403) 8730 : audit 0 from='client.181230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:06 smithi194 bash[32038]: audit 2023-12-07T20:52:05.048900+0000 mgr.a (mgr.14403) 8730 : audit 0 from='client.181230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:06 smithi135 bash[32435]: audit 2023-12-07T20:52:05.048900+0000 mgr.a (mgr.14403) 8730 : audit 0 from='client.181230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:07.673 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:07 smithi079 bash[28699]: cluster 2023-12-07T20:52:05.402488+0000 mgr.a (mgr.14403) 8731 : cluster 0 pgmap v6515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:07 smithi194 bash[32038]: cluster 2023-12-07T20:52:05.402488+0000 mgr.a (mgr.14403) 8731 : cluster 0 pgmap v6515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:07 smithi135 bash[32435]: cluster 2023-12-07T20:52:05.402488+0000 mgr.a (mgr.14403) 8731 : cluster 0 pgmap v6515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:09 smithi079 bash[28699]: cluster 2023-12-07T20:52:07.403297+0000 mgr.a (mgr.14403) 8732 : cluster 0 pgmap v6516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:52:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:09 smithi194 bash[32038]: cluster 2023-12-07T20:52:07.403297+0000 mgr.a (mgr.14403) 8732 : cluster 0 pgmap v6516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:52:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:09 smithi135 bash[32435]: cluster 2023-12-07T20:52:07.403297+0000 mgr.a (mgr.14403) 8732 : cluster 0 pgmap v6516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:52:10.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:52:10.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:10.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:11.479 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:52:11.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:11.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:11.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:11.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:52:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:11 smithi079 bash[28699]: cluster 2023-12-07T20:52:09.404271+0000 mgr.a (mgr.14403) 8733 : cluster 0 pgmap v6517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:52:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:11 smithi194 bash[32038]: cluster 2023-12-07T20:52:09.404271+0000 mgr.a (mgr.14403) 8733 : cluster 0 pgmap v6517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:52:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:11 smithi135 bash[32435]: cluster 2023-12-07T20:52:09.404271+0000 mgr.a (mgr.14403) 8733 : cluster 0 pgmap v6517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:52:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:12 smithi079 bash[28699]: audit 2023-12-07T20:52:10.971143+0000 mgr.a (mgr.14403) 8734 : audit 0 from='client.181302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:12 smithi194 bash[32038]: audit 2023-12-07T20:52:10.971143+0000 mgr.a (mgr.14403) 8734 : audit 0 from='client.181302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:12 smithi135 bash[32435]: audit 2023-12-07T20:52:10.971143+0000 mgr.a (mgr.14403) 8734 : audit 0 from='client.181302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:13 smithi079 bash[28699]: cluster 2023-12-07T20:52:11.404937+0000 mgr.a (mgr.14403) 8735 : cluster 0 pgmap v6518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:13 smithi194 bash[32038]: cluster 2023-12-07T20:52:11.404937+0000 mgr.a (mgr.14403) 8735 : cluster 0 pgmap v6518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:13 smithi135 bash[32435]: cluster 2023-12-07T20:52:11.404937+0000 mgr.a (mgr.14403) 8735 : cluster 0 pgmap v6518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:15 smithi079 bash[28699]: cluster 2023-12-07T20:52:13.405552+0000 mgr.a (mgr.14403) 8736 : cluster 0 pgmap v6519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:15 smithi194 bash[32038]: cluster 2023-12-07T20:52:13.405552+0000 mgr.a (mgr.14403) 8736 : cluster 0 pgmap v6519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:15 smithi135 bash[32435]: cluster 2023-12-07T20:52:13.405552+0000 mgr.a (mgr.14403) 8736 : cluster 0 pgmap v6519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:16.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:52:16.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:16.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:17.365 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:52:17.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:17.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:17.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:17.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:52:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:17 smithi079 bash[28699]: cluster 2023-12-07T20:52:15.406344+0000 mgr.a (mgr.14403) 8737 : cluster 0 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-07T20:52:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:17 smithi194 bash[32038]: cluster 2023-12-07T20:52:15.406344+0000 mgr.a (mgr.14403) 8737 : cluster 0 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-07T20:52:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:17 smithi135 bash[32435]: cluster 2023-12-07T20:52:15.406344+0000 mgr.a (mgr.14403) 8737 : cluster 0 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-07T20:52:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:18 smithi194 bash[32038]: audit 2023-12-07T20:52:16.889801+0000 mgr.a (mgr.14403) 8738 : audit 0 from='client.181377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:18 smithi135 bash[32435]: audit 2023-12-07T20:52:16.889801+0000 mgr.a (mgr.14403) 8738 : audit 0 from='client.181377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:18.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:18 smithi079 bash[28699]: audit 2023-12-07T20:52:16.889801+0000 mgr.a (mgr.14403) 8738 : audit 0 from='client.181377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:19 smithi194 bash[32038]: cluster 2023-12-07T20:52:17.407117+0000 mgr.a (mgr.14403) 8739 : cluster 0 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-07T20:52:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:19 smithi135 bash[32435]: cluster 2023-12-07T20:52:17.407117+0000 mgr.a (mgr.14403) 8739 : cluster 0 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-07T20:52:19.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:19 smithi079 bash[28699]: cluster 2023-12-07T20:52:17.407117+0000 mgr.a (mgr.14403) 8739 : cluster 0 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-07T20:52:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:20 smithi194 bash[32038]: cluster 2023-12-07T20:52:19.407776+0000 mgr.a (mgr.14403) 8740 : cluster 0 pgmap v6522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:20 smithi135 bash[32435]: cluster 2023-12-07T20:52:19.407776+0000 mgr.a (mgr.14403) 8740 : cluster 0 pgmap v6522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:20.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:20 smithi079 bash[28699]: cluster 2023-12-07T20:52:19.407776+0000 mgr.a (mgr.14403) 8740 : cluster 0 pgmap v6522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:22.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:52:22.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:22.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:22.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:22 smithi079 bash[28699]: cluster 2023-12-07T20:52:21.408448+0000 mgr.a (mgr.14403) 8741 : cluster 0 pgmap v6523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:22 smithi194 bash[32038]: cluster 2023-12-07T20:52:21.408448+0000 mgr.a (mgr.14403) 8741 : cluster 0 pgmap v6523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:22.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:22 smithi135 bash[32435]: cluster 2023-12-07T20:52:21.408448+0000 mgr.a (mgr.14403) 8741 : cluster 0 pgmap v6523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:23.280 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:52:23.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:23.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:23.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:23.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:52:23.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:23 smithi079 bash[28699]: audit 2023-12-07T20:52:22.790336+0000 mgr.a (mgr.14403) 8742 : audit 0 from='client.181449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:23 smithi194 bash[32038]: audit 2023-12-07T20:52:22.790336+0000 mgr.a (mgr.14403) 8742 : audit 0 from='client.181449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:23.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:23 smithi135 bash[32435]: audit 2023-12-07T20:52:22.790336+0000 mgr.a (mgr.14403) 8742 : audit 0 from='client.181449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:24.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:24 smithi079 bash[28699]: cluster 2023-12-07T20:52:23.409302+0000 mgr.a (mgr.14403) 8743 : cluster 0 pgmap v6524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:24 smithi194 bash[32038]: cluster 2023-12-07T20:52:23.409302+0000 mgr.a (mgr.14403) 8743 : cluster 0 pgmap v6524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:24.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:24 smithi135 bash[32435]: cluster 2023-12-07T20:52:23.409302+0000 mgr.a (mgr.14403) 8743 : cluster 0 pgmap v6524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:26.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:26 smithi079 bash[28699]: cluster 2023-12-07T20:52:25.410161+0000 mgr.a (mgr.14403) 8744 : cluster 0 pgmap v6525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:26.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:26 smithi194 bash[32038]: cluster 2023-12-07T20:52:25.410161+0000 mgr.a (mgr.14403) 8744 : cluster 0 pgmap v6525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:26.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:26 smithi135 bash[32435]: cluster 2023-12-07T20:52:25.410161+0000 mgr.a (mgr.14403) 8744 : cluster 0 pgmap v6525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:28.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:52:28.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:28.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:28.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:28 smithi079 bash[28699]: cluster 2023-12-07T20:52:27.410723+0000 mgr.a (mgr.14403) 8745 : cluster 0 pgmap v6526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:28.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:28 smithi194 bash[32038]: cluster 2023-12-07T20:52:27.410723+0000 mgr.a (mgr.14403) 8745 : cluster 0 pgmap v6526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:28.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:28 smithi135 bash[32435]: cluster 2023-12-07T20:52:27.410723+0000 mgr.a (mgr.14403) 8745 : cluster 0 pgmap v6526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:29.159 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:52:29.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:29.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:29.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:29.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:52:29.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:29 smithi079 bash[28699]: audit 2023-12-07T20:52:28.674276+0000 mgr.a (mgr.14403) 8746 : audit 0 from='client.181527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:29.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:29 smithi194 bash[32038]: audit 2023-12-07T20:52:28.674276+0000 mgr.a (mgr.14403) 8746 : audit 0 from='client.181527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:29 smithi135 bash[32435]: audit 2023-12-07T20:52:28.674276+0000 mgr.a (mgr.14403) 8746 : audit 0 from='client.181527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:30.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:30 smithi079 bash[28699]: cluster 2023-12-07T20:52:29.411786+0000 mgr.a (mgr.14403) 8747 : cluster 0 pgmap v6527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:30.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:30 smithi194 bash[32038]: cluster 2023-12-07T20:52:29.411786+0000 mgr.a (mgr.14403) 8747 : cluster 0 pgmap v6527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:30.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:30 smithi135 bash[32435]: cluster 2023-12-07T20:52:29.411786+0000 mgr.a (mgr.14403) 8747 : cluster 0 pgmap v6527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:32.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:32 smithi079 bash[28699]: cluster 2023-12-07T20:52:31.412352+0000 mgr.a (mgr.14403) 8748 : cluster 0 pgmap v6528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:32.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:32 smithi194 bash[32038]: cluster 2023-12-07T20:52:31.412352+0000 mgr.a (mgr.14403) 8748 : cluster 0 pgmap v6528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:32.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:32 smithi135 bash[32435]: cluster 2023-12-07T20:52:31.412352+0000 mgr.a (mgr.14403) 8748 : cluster 0 pgmap v6528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:34.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:52:34.165 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:34.165 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:34 smithi079 bash[28699]: cluster 2023-12-07T20:52:33.412927+0000 mgr.a (mgr.14403) 8749 : cluster 0 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-07T20:52:34.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:34 smithi194 bash[32038]: cluster 2023-12-07T20:52:33.412927+0000 mgr.a (mgr.14403) 8749 : cluster 0 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-07T20:52:34.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:34 smithi135 bash[32435]: cluster 2023-12-07T20:52:33.412927+0000 mgr.a (mgr.14403) 8749 : cluster 0 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-07T20:52:35.097 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:52:35.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:35.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:35.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:35.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:52:35.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:35 smithi079 bash[28699]: audit 2023-12-07T20:52:34.575800+0000 mgr.a (mgr.14403) 8750 : audit 0 from='client.181602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:35.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:35 smithi194 bash[32038]: audit 2023-12-07T20:52:34.575800+0000 mgr.a (mgr.14403) 8750 : audit 0 from='client.181602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:35 smithi135 bash[32435]: audit 2023-12-07T20:52:34.575800+0000 mgr.a (mgr.14403) 8750 : audit 0 from='client.181602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:36.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:36 smithi079 bash[28699]: cluster 2023-12-07T20:52:35.413945+0000 mgr.a (mgr.14403) 8751 : cluster 0 pgmap v6530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:36.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:36 smithi194 bash[32038]: cluster 2023-12-07T20:52:35.413945+0000 mgr.a (mgr.14403) 8751 : cluster 0 pgmap v6530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:36 smithi135 bash[32435]: cluster 2023-12-07T20:52:35.413945+0000 mgr.a (mgr.14403) 8751 : cluster 0 pgmap v6530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:38 smithi079 bash[28699]: cluster 2023-12-07T20:52:37.414538+0000 mgr.a (mgr.14403) 8752 : cluster 0 pgmap v6531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:38.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:38 smithi194 bash[32038]: cluster 2023-12-07T20:52:37.414538+0000 mgr.a (mgr.14403) 8752 : cluster 0 pgmap v6531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:38.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:38 smithi135 bash[32435]: cluster 2023-12-07T20:52:37.414538+0000 mgr.a (mgr.14403) 8752 : cluster 0 pgmap v6531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:52:40.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:52:40.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:40.101 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:40.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:40 smithi079 bash[28699]: cluster 2023-12-07T20:52:39.415283+0000 mgr.a (mgr.14403) 8753 : cluster 0 pgmap v6532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:40.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:40 smithi194 bash[32038]: cluster 2023-12-07T20:52:39.415283+0000 mgr.a (mgr.14403) 8753 : cluster 0 pgmap v6532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:40.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:40 smithi135 bash[32435]: cluster 2023-12-07T20:52:39.415283+0000 mgr.a (mgr.14403) 8753 : cluster 0 pgmap v6532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:41.006 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:52:41.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:41.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:41.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:41.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:52:41.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:41 smithi079 bash[28699]: audit 2023-12-07T20:52:40.506203+0000 mgr.a (mgr.14403) 8754 : audit 0 from='client.181677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:41.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:41 smithi194 bash[32038]: audit 2023-12-07T20:52:40.506203+0000 mgr.a (mgr.14403) 8754 : audit 0 from='client.181677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:41 smithi135 bash[32435]: audit 2023-12-07T20:52:40.506203+0000 mgr.a (mgr.14403) 8754 : audit 0 from='client.181677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:42.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:42 smithi079 bash[28699]: cluster 2023-12-07T20:52:41.416021+0000 mgr.a (mgr.14403) 8755 : cluster 0 pgmap v6533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:42 smithi194 bash[32038]: cluster 2023-12-07T20:52:41.416021+0000 mgr.a (mgr.14403) 8755 : cluster 0 pgmap v6533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:42.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:42 smithi135 bash[32435]: cluster 2023-12-07T20:52:41.416021+0000 mgr.a (mgr.14403) 8755 : cluster 0 pgmap v6533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:44.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:44 smithi079 bash[28699]: cluster 2023-12-07T20:52:43.416567+0000 mgr.a (mgr.14403) 8756 : cluster 0 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-07T20:52:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:44 smithi194 bash[32038]: cluster 2023-12-07T20:52:43.416567+0000 mgr.a (mgr.14403) 8756 : cluster 0 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-07T20:52:44.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:44 smithi135 bash[32435]: cluster 2023-12-07T20:52:43.416567+0000 mgr.a (mgr.14403) 8756 : cluster 0 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-07T20:52:46.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:52:46.010 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:46.010 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:46.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:46 smithi079 bash[28699]: cluster 2023-12-07T20:52:45.417350+0000 mgr.a (mgr.14403) 8757 : cluster 0 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-07T20:52:46.893 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:52:46.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:46.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:46.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:46.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:52:46.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:46 smithi194 bash[32038]: cluster 2023-12-07T20:52:45.417350+0000 mgr.a (mgr.14403) 8757 : cluster 0 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-07T20:52:46.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:46 smithi135 bash[32435]: cluster 2023-12-07T20:52:45.417350+0000 mgr.a (mgr.14403) 8757 : cluster 0 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-07T20:52:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:47 smithi194 bash[32038]: audit 2023-12-07T20:52:46.414189+0000 mgr.a (mgr.14403) 8758 : audit 0 from='client.181749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:47 smithi135 bash[32435]: audit 2023-12-07T20:52:46.414189+0000 mgr.a (mgr.14403) 8758 : audit 0 from='client.181749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:47 smithi079 bash[28699]: audit 2023-12-07T20:52:46.414189+0000 mgr.a (mgr.14403) 8758 : audit 0 from='client.181749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:48.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:48 smithi194 bash[32038]: cluster 2023-12-07T20:52:47.418029+0000 mgr.a (mgr.14403) 8759 : cluster 0 pgmap v6536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:48.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:48 smithi135 bash[32435]: cluster 2023-12-07T20:52:47.418029+0000 mgr.a (mgr.14403) 8759 : cluster 0 pgmap v6536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:49.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:48 smithi079 bash[28699]: cluster 2023-12-07T20:52:47.418029+0000 mgr.a (mgr.14403) 8759 : cluster 0 pgmap v6536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:50 smithi194 bash[32038]: cluster 2023-12-07T20:52:49.418825+0000 mgr.a (mgr.14403) 8760 : cluster 0 pgmap v6537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:50.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:50 smithi135 bash[32435]: cluster 2023-12-07T20:52:49.418825+0000 mgr.a (mgr.14403) 8760 : cluster 0 pgmap v6537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:50 smithi079 bash[28699]: cluster 2023-12-07T20:52:49.418825+0000 mgr.a (mgr.14403) 8760 : cluster 0 pgmap v6537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:52:51.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:52:51.898 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:51.898 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:52.809 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:52:52.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:52.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:52.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:52.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:52:52.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:52 smithi194 bash[32038]: cluster 2023-12-07T20:52:51.419418+0000 mgr.a (mgr.14403) 8761 : cluster 0 pgmap v6538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:52.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:52 smithi194 bash[32038]: audit 2023-12-07T20:52:52.302589+0000 mgr.a (mgr.14403) 8762 : audit 0 from='client.181824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:52.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:52 smithi135 bash[32435]: cluster 2023-12-07T20:52:51.419418+0000 mgr.a (mgr.14403) 8761 : cluster 0 pgmap v6538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:52.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:52 smithi135 bash[32435]: audit 2023-12-07T20:52:52.302589+0000 mgr.a (mgr.14403) 8762 : audit 0 from='client.181824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:53.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:52 smithi079 bash[28699]: cluster 2023-12-07T20:52:51.419418+0000 mgr.a (mgr.14403) 8761 : cluster 0 pgmap v6538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:53.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:52 smithi079 bash[28699]: audit 2023-12-07T20:52:52.302589+0000 mgr.a (mgr.14403) 8762 : audit 0 from='client.181824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:54.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:54 smithi194 bash[32038]: cluster 2023-12-07T20:52:53.420086+0000 mgr.a (mgr.14403) 8763 : cluster 0 pgmap v6539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:54.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:54 smithi135 bash[32435]: cluster 2023-12-07T20:52:53.420086+0000 mgr.a (mgr.14403) 8763 : cluster 0 pgmap v6539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:55.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:54 smithi079 bash[28699]: cluster 2023-12-07T20:52:53.420086+0000 mgr.a (mgr.14403) 8763 : cluster 0 pgmap v6539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:52:56.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:56 smithi194 bash[32038]: cluster 2023-12-07T20:52:55.420895+0000 mgr.a (mgr.14403) 8764 : cluster 0 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-07T20:52:56.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:56 smithi135 bash[32435]: cluster 2023-12-07T20:52:55.420895+0000 mgr.a (mgr.14403) 8764 : cluster 0 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-07T20:52:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:56 smithi079 bash[28699]: cluster 2023-12-07T20:52:55.420895+0000 mgr.a (mgr.14403) 8764 : cluster 0 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-07T20:52:57.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:52:57.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:52:57.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:52:58.742 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:52:58.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:52:58.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:52:58.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:52:58.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:52:58.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:58 smithi194 bash[32038]: cluster 2023-12-07T20:52:57.421481+0000 mgr.a (mgr.14403) 8765 : cluster 0 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-07T20:52:58.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:58 smithi194 bash[32038]: audit 2023-12-07T20:52:58.219470+0000 mgr.a (mgr.14403) 8766 : audit 0 from='client.181896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:58.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:58 smithi135 bash[32435]: cluster 2023-12-07T20:52:57.421481+0000 mgr.a (mgr.14403) 8765 : cluster 0 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-07T20:52:58.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:58 smithi135 bash[32435]: audit 2023-12-07T20:52:58.219470+0000 mgr.a (mgr.14403) 8766 : audit 0 from='client.181896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:59.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:58 smithi079 bash[28699]: cluster 2023-12-07T20:52:57.421481+0000 mgr.a (mgr.14403) 8765 : cluster 0 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-07T20:52:59.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:58 smithi079 bash[28699]: audit 2023-12-07T20:52:58.219470+0000 mgr.a (mgr.14403) 8766 : audit 0 from='client.181896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:52:59.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:52:59 smithi194 bash[32038]: audit 2023-12-07T20:52:59.459442+0000 mon.a (mon.0) 1668 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:52:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:52:59 smithi135 bash[32435]: audit 2023-12-07T20:52:59.459442+0000 mon.a (mon.0) 1668 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:53:00.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:52:59 smithi079 bash[28699]: audit 2023-12-07T20:52:59.459442+0000 mon.a (mon.0) 1668 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:53:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:00 smithi194 bash[32038]: cluster 2023-12-07T20:52:59.422430+0000 mgr.a (mgr.14403) 8767 : cluster 0 pgmap v6542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:53:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:00 smithi194 bash[32038]: audit 2023-12-07T20:53:00.207116+0000 mon.a (mon.0) 1669 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:53:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:00 smithi194 bash[32038]: audit 2023-12-07T20:53:00.209053+0000 mon.a (mon.0) 1670 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:53:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:00 smithi194 bash[32038]: audit 2023-12-07T20:53:00.217645+0000 mon.a (mon.0) 1671 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:53:00.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:00 smithi135 bash[32435]: cluster 2023-12-07T20:52:59.422430+0000 mgr.a (mgr.14403) 8767 : cluster 0 pgmap v6542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:53:00.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:00 smithi135 bash[32435]: audit 2023-12-07T20:53:00.207116+0000 mon.a (mon.0) 1669 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:53:00.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:00 smithi135 bash[32435]: audit 2023-12-07T20:53:00.209053+0000 mon.a (mon.0) 1670 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:53:00.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:00 smithi135 bash[32435]: audit 2023-12-07T20:53:00.217645+0000 mon.a (mon.0) 1671 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:53:01.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:00 smithi079 bash[28699]: cluster 2023-12-07T20:52:59.422430+0000 mgr.a (mgr.14403) 8767 : cluster 0 pgmap v6542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:53:01.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:00 smithi079 bash[28699]: audit 2023-12-07T20:53:00.207116+0000 mon.a (mon.0) 1669 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:53:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:00 smithi079 bash[28699]: audit 2023-12-07T20:53:00.209053+0000 mon.a (mon.0) 1670 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:53:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:00 smithi079 bash[28699]: audit 2023-12-07T20:53:00.217645+0000 mon.a (mon.0) 1671 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:53:02.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:02 smithi194 bash[32038]: cluster 2023-12-07T20:53:01.422937+0000 mgr.a (mgr.14403) 8768 : cluster 0 pgmap v6543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:53:03.003 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:02 smithi135 bash[32435]: cluster 2023-12-07T20:53:01.422937+0000 mgr.a (mgr.14403) 8768 : cluster 0 pgmap v6543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:53:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:02 smithi079 bash[28699]: cluster 2023-12-07T20:53:01.422937+0000 mgr.a (mgr.14403) 8768 : cluster 0 pgmap v6543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:53:03.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:53:03.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:03.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:04.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:04.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:04.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:04.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:53:04.660 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:53:04.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:04 smithi194 bash[32038]: cluster 2023-12-07T20:53:03.423504+0000 mgr.a (mgr.14403) 8769 : cluster 0 pgmap v6544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:53:04.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:04 smithi194 bash[32038]: audit 2023-12-07T20:53:04.158012+0000 mgr.a (mgr.14403) 8770 : audit 0 from='client.181968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:04.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:04 smithi135 bash[32435]: cluster 2023-12-07T20:53:03.423504+0000 mgr.a (mgr.14403) 8769 : cluster 0 pgmap v6544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:53:04.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:04 smithi135 bash[32435]: audit 2023-12-07T20:53:04.158012+0000 mgr.a (mgr.14403) 8770 : audit 0 from='client.181968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:05.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:04 smithi079 bash[28699]: cluster 2023-12-07T20:53:03.423504+0000 mgr.a (mgr.14403) 8769 : cluster 0 pgmap v6544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:53:05.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:04 smithi079 bash[28699]: audit 2023-12-07T20:53:04.158012+0000 mgr.a (mgr.14403) 8770 : audit 0 from='client.181968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:06.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:06 smithi194 bash[32038]: cluster 2023-12-07T20:53:05.424466+0000 mgr.a (mgr.14403) 8771 : cluster 0 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-07T20:53:06.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:06 smithi135 bash[32435]: cluster 2023-12-07T20:53:05.424466+0000 mgr.a (mgr.14403) 8771 : cluster 0 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-07T20:53:07.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:06 smithi079 bash[28699]: cluster 2023-12-07T20:53:05.424466+0000 mgr.a (mgr.14403) 8771 : cluster 0 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-07T20:53:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:08 smithi194 bash[32038]: cluster 2023-12-07T20:53:07.425032+0000 mgr.a (mgr.14403) 8772 : cluster 0 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-07T20:53:08.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:08 smithi135 bash[32435]: cluster 2023-12-07T20:53:07.425032+0000 mgr.a (mgr.14403) 8772 : cluster 0 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-07T20:53:09.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:08 smithi079 bash[28699]: cluster 2023-12-07T20:53:07.425032+0000 mgr.a (mgr.14403) 8772 : cluster 0 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-07T20:53:09.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:53:09.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:09.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:10.547 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:53:10.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:10.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:10.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:10.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:53:10.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:10 smithi135 bash[32435]: cluster 2023-12-07T20:53:09.425777+0000 mgr.a (mgr.14403) 8773 : cluster 0 pgmap v6547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:10.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:10 smithi135 bash[32435]: audit 2023-12-07T20:53:10.065436+0000 mgr.a (mgr.14403) 8774 : audit 0 from='client.182043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:11.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:10 smithi079 bash[28699]: cluster 2023-12-07T20:53:09.425777+0000 mgr.a (mgr.14403) 8773 : cluster 0 pgmap v6547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:11.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:10 smithi079 bash[28699]: audit 2023-12-07T20:53:10.065436+0000 mgr.a (mgr.14403) 8774 : audit 0 from='client.182043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:11.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:10 smithi194 bash[32038]: cluster 2023-12-07T20:53:09.425777+0000 mgr.a (mgr.14403) 8773 : cluster 0 pgmap v6547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:11.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:10 smithi194 bash[32038]: audit 2023-12-07T20:53:10.065436+0000 mgr.a (mgr.14403) 8774 : audit 0 from='client.182043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:13.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:12 smithi079 bash[28699]: cluster 2023-12-07T20:53:11.426560+0000 mgr.a (mgr.14403) 8775 : cluster 0 pgmap v6548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:53:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:12 smithi194 bash[32038]: cluster 2023-12-07T20:53:11.426560+0000 mgr.a (mgr.14403) 8775 : cluster 0 pgmap v6548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:53:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:12 smithi135 bash[32435]: cluster 2023-12-07T20:53:11.426560+0000 mgr.a (mgr.14403) 8775 : cluster 0 pgmap v6548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:53:15.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:14 smithi079 bash[28699]: cluster 2023-12-07T20:53:13.427303+0000 mgr.a (mgr.14403) 8776 : cluster 0 pgmap v6549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:53:15.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:14 smithi194 bash[32038]: cluster 2023-12-07T20:53:13.427303+0000 mgr.a (mgr.14403) 8776 : cluster 0 pgmap v6549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:53:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:14 smithi135 bash[32435]: cluster 2023-12-07T20:53:13.427303+0000 mgr.a (mgr.14403) 8776 : cluster 0 pgmap v6549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:53:15.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:53:15.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:15.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:16.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:16.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:16.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:16.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:53:16.477 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:53:17.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:16 smithi079 bash[28699]: cluster 2023-12-07T20:53:15.428222+0000 mgr.a (mgr.14403) 8777 : cluster 0 pgmap v6550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:53:17.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:16 smithi079 bash[28699]: audit 2023-12-07T20:53:15.962569+0000 mgr.a (mgr.14403) 8778 : audit 0 from='client.182115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:17.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:16 smithi194 bash[32038]: cluster 2023-12-07T20:53:15.428222+0000 mgr.a (mgr.14403) 8777 : cluster 0 pgmap v6550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:53:17.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:16 smithi194 bash[32038]: audit 2023-12-07T20:53:15.962569+0000 mgr.a (mgr.14403) 8778 : audit 0 from='client.182115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:17.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:16 smithi135 bash[32435]: cluster 2023-12-07T20:53:15.428222+0000 mgr.a (mgr.14403) 8777 : cluster 0 pgmap v6550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:53:17.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:16 smithi135 bash[32435]: audit 2023-12-07T20:53:15.962569+0000 mgr.a (mgr.14403) 8778 : audit 0 from='client.182115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:19.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:18 smithi079 bash[28699]: cluster 2023-12-07T20:53:17.428888+0000 mgr.a (mgr.14403) 8779 : cluster 0 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-07T20:53:19.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:18 smithi194 bash[32038]: cluster 2023-12-07T20:53:17.428888+0000 mgr.a (mgr.14403) 8779 : cluster 0 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-07T20:53:19.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:18 smithi135 bash[32435]: cluster 2023-12-07T20:53:17.428888+0000 mgr.a (mgr.14403) 8779 : cluster 0 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-07T20:53:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:20 smithi079 bash[28699]: cluster 2023-12-07T20:53:19.429676+0000 mgr.a (mgr.14403) 8780 : cluster 0 pgmap v6552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:21.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:20 smithi194 bash[32038]: cluster 2023-12-07T20:53:19.429676+0000 mgr.a (mgr.14403) 8780 : cluster 0 pgmap v6552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:21.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:20 smithi135 bash[32435]: cluster 2023-12-07T20:53:19.429676+0000 mgr.a (mgr.14403) 8780 : cluster 0 pgmap v6552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:21.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:53:21.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:21.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:22.382 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:53:22.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:22.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:22.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:22.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:53:23.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:22 smithi079 bash[28699]: cluster 2023-12-07T20:53:21.430215+0000 mgr.a (mgr.14403) 8781 : cluster 0 pgmap v6553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:23.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:22 smithi079 bash[28699]: audit 2023-12-07T20:53:21.886353+0000 mgr.a (mgr.14403) 8782 : audit 0 from='client.182190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:22 smithi194 bash[32038]: cluster 2023-12-07T20:53:21.430215+0000 mgr.a (mgr.14403) 8781 : cluster 0 pgmap v6553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:22 smithi194 bash[32038]: audit 2023-12-07T20:53:21.886353+0000 mgr.a (mgr.14403) 8782 : audit 0 from='client.182190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:22 smithi135 bash[32435]: cluster 2023-12-07T20:53:21.430215+0000 mgr.a (mgr.14403) 8781 : cluster 0 pgmap v6553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:22 smithi135 bash[32435]: audit 2023-12-07T20:53:21.886353+0000 mgr.a (mgr.14403) 8782 : audit 0 from='client.182190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:25.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:24 smithi079 bash[28699]: cluster 2023-12-07T20:53:23.430841+0000 mgr.a (mgr.14403) 8783 : cluster 0 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-07T20:53:25.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:24 smithi194 bash[32038]: cluster 2023-12-07T20:53:23.430841+0000 mgr.a (mgr.14403) 8783 : cluster 0 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-07T20:53:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:24 smithi135 bash[32435]: cluster 2023-12-07T20:53:23.430841+0000 mgr.a (mgr.14403) 8783 : cluster 0 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-07T20:53:27.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:26 smithi079 bash[28699]: cluster 2023-12-07T20:53:25.431632+0000 mgr.a (mgr.14403) 8784 : cluster 0 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-07T20:53:27.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:26 smithi194 bash[32038]: cluster 2023-12-07T20:53:25.431632+0000 mgr.a (mgr.14403) 8784 : cluster 0 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-07T20:53:27.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:26 smithi135 bash[32435]: cluster 2023-12-07T20:53:25.431632+0000 mgr.a (mgr.14403) 8784 : cluster 0 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-07T20:53:27.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:53:27.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:27.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:28.264 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:53:28.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:28.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:28.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:28.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:53:29.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:28 smithi079 bash[28699]: cluster 2023-12-07T20:53:27.432169+0000 mgr.a (mgr.14403) 8785 : cluster 0 pgmap v6556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:29.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:28 smithi079 bash[28699]: audit 2023-12-07T20:53:27.788555+0000 mgr.a (mgr.14403) 8786 : audit 0 from='client.182268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:29.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:28 smithi194 bash[32038]: cluster 2023-12-07T20:53:27.432169+0000 mgr.a (mgr.14403) 8785 : cluster 0 pgmap v6556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:29.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:28 smithi194 bash[32038]: audit 2023-12-07T20:53:27.788555+0000 mgr.a (mgr.14403) 8786 : audit 0 from='client.182268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:29.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:28 smithi135 bash[32435]: cluster 2023-12-07T20:53:27.432169+0000 mgr.a (mgr.14403) 8785 : cluster 0 pgmap v6556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:29.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:28 smithi135 bash[32435]: audit 2023-12-07T20:53:27.788555+0000 mgr.a (mgr.14403) 8786 : audit 0 from='client.182268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:31.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:30 smithi079 bash[28699]: cluster 2023-12-07T20:53:29.433032+0000 mgr.a (mgr.14403) 8787 : cluster 0 pgmap v6557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:31.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:30 smithi194 bash[32038]: cluster 2023-12-07T20:53:29.433032+0000 mgr.a (mgr.14403) 8787 : cluster 0 pgmap v6557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:31.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:30 smithi135 bash[32435]: cluster 2023-12-07T20:53:29.433032+0000 mgr.a (mgr.14403) 8787 : cluster 0 pgmap v6557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:32 smithi079 bash[28699]: cluster 2023-12-07T20:53:31.433588+0000 mgr.a (mgr.14403) 8788 : cluster 0 pgmap v6558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:33.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:32 smithi194 bash[32038]: cluster 2023-12-07T20:53:31.433588+0000 mgr.a (mgr.14403) 8788 : cluster 0 pgmap v6558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:32 smithi135 bash[32435]: cluster 2023-12-07T20:53:31.433588+0000 mgr.a (mgr.14403) 8788 : cluster 0 pgmap v6558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:33.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:53:33.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:33.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:34.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:34.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:34.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:34.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:53:34.184 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:53:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:34 smithi079 bash[28699]: cluster 2023-12-07T20:53:33.434005+0000 mgr.a (mgr.14403) 8789 : cluster 0 pgmap v6559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:34 smithi079 bash[28699]: audit 2023-12-07T20:53:33.674561+0000 mgr.a (mgr.14403) 8790 : audit 0 from='client.182343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:34 smithi194 bash[32038]: cluster 2023-12-07T20:53:33.434005+0000 mgr.a (mgr.14403) 8789 : cluster 0 pgmap v6559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:34 smithi194 bash[32038]: audit 2023-12-07T20:53:33.674561+0000 mgr.a (mgr.14403) 8790 : audit 0 from='client.182343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:34 smithi135 bash[32435]: cluster 2023-12-07T20:53:33.434005+0000 mgr.a (mgr.14403) 8789 : cluster 0 pgmap v6559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:34 smithi135 bash[32435]: audit 2023-12-07T20:53:33.674561+0000 mgr.a (mgr.14403) 8790 : audit 0 from='client.182343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:37.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:36 smithi079 bash[28699]: cluster 2023-12-07T20:53:35.434942+0000 mgr.a (mgr.14403) 8791 : cluster 0 pgmap v6560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:37.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:36 smithi194 bash[32038]: cluster 2023-12-07T20:53:35.434942+0000 mgr.a (mgr.14403) 8791 : cluster 0 pgmap v6560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:37.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:36 smithi135 bash[32435]: cluster 2023-12-07T20:53:35.434942+0000 mgr.a (mgr.14403) 8791 : cluster 0 pgmap v6560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:39.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:38 smithi079 bash[28699]: cluster 2023-12-07T20:53:37.435473+0000 mgr.a (mgr.14403) 8792 : cluster 0 pgmap v6561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:39.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:53:39.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:39.188 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:39.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:38 smithi194 bash[32038]: cluster 2023-12-07T20:53:37.435473+0000 mgr.a (mgr.14403) 8792 : cluster 0 pgmap v6561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:38 smithi135 bash[32435]: cluster 2023-12-07T20:53:37.435473+0000 mgr.a (mgr.14403) 8792 : cluster 0 pgmap v6561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:40.076 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:53:40.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:40.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:40.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:40.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:53:41.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:40 smithi079 bash[28699]: cluster 2023-12-07T20:53:39.436080+0000 mgr.a (mgr.14403) 8793 : cluster 0 pgmap v6562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:41.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:40 smithi079 bash[28699]: audit 2023-12-07T20:53:39.599662+0000 mgr.a (mgr.14403) 8794 : audit 0 from='client.182418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:41.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:40 smithi194 bash[32038]: cluster 2023-12-07T20:53:39.436080+0000 mgr.a (mgr.14403) 8793 : cluster 0 pgmap v6562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:41.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:40 smithi194 bash[32038]: audit 2023-12-07T20:53:39.599662+0000 mgr.a (mgr.14403) 8794 : audit 0 from='client.182418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:41.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:40 smithi135 bash[32435]: cluster 2023-12-07T20:53:39.436080+0000 mgr.a (mgr.14403) 8793 : cluster 0 pgmap v6562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:41.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:40 smithi135 bash[32435]: audit 2023-12-07T20:53:39.599662+0000 mgr.a (mgr.14403) 8794 : audit 0 from='client.182418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:43.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:42 smithi079 bash[28699]: cluster 2023-12-07T20:53:41.436681+0000 mgr.a (mgr.14403) 8795 : cluster 0 pgmap v6563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:42 smithi194 bash[32038]: cluster 2023-12-07T20:53:41.436681+0000 mgr.a (mgr.14403) 8795 : cluster 0 pgmap v6563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:42 smithi135 bash[32435]: cluster 2023-12-07T20:53:41.436681+0000 mgr.a (mgr.14403) 8795 : cluster 0 pgmap v6563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:53:45.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:53:45.080 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:45.081 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:45.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:44 smithi079 bash[28699]: cluster 2023-12-07T20:53:43.437242+0000 mgr.a (mgr.14403) 8796 : cluster 0 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-07T20:53:45.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:44 smithi194 bash[32038]: cluster 2023-12-07T20:53:43.437242+0000 mgr.a (mgr.14403) 8796 : cluster 0 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-07T20:53:45.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:44 smithi135 bash[32435]: cluster 2023-12-07T20:53:43.437242+0000 mgr.a (mgr.14403) 8796 : cluster 0 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-07T20:53:45.975 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:53:45.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:45.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:45.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:45.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:53:47.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:46 smithi079 bash[28699]: cluster 2023-12-07T20:53:45.438047+0000 mgr.a (mgr.14403) 8797 : cluster 0 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-07T20:53:47.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:46 smithi079 bash[28699]: audit 2023-12-07T20:53:45.486750+0000 mgr.a (mgr.14403) 8798 : audit 0 from='client.182490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:47.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:46 smithi194 bash[32038]: cluster 2023-12-07T20:53:45.438047+0000 mgr.a (mgr.14403) 8797 : cluster 0 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-07T20:53:47.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:46 smithi194 bash[32038]: audit 2023-12-07T20:53:45.486750+0000 mgr.a (mgr.14403) 8798 : audit 0 from='client.182490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:46 smithi135 bash[32435]: cluster 2023-12-07T20:53:45.438047+0000 mgr.a (mgr.14403) 8797 : cluster 0 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-07T20:53:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:46 smithi135 bash[32435]: audit 2023-12-07T20:53:45.486750+0000 mgr.a (mgr.14403) 8798 : audit 0 from='client.182490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:49.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:48 smithi079 bash[28699]: cluster 2023-12-07T20:53:47.438768+0000 mgr.a (mgr.14403) 8799 : cluster 0 pgmap v6566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:49.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:48 smithi194 bash[32038]: cluster 2023-12-07T20:53:47.438768+0000 mgr.a (mgr.14403) 8799 : cluster 0 pgmap v6566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:49.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:48 smithi135 bash[32435]: cluster 2023-12-07T20:53:47.438768+0000 mgr.a (mgr.14403) 8799 : cluster 0 pgmap v6566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:53:50.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:53:50.979 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:50.979 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:50 smithi079 bash[28699]: cluster 2023-12-07T20:53:49.439588+0000 mgr.a (mgr.14403) 8800 : cluster 0 pgmap v6567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:50 smithi194 bash[32038]: cluster 2023-12-07T20:53:49.439588+0000 mgr.a (mgr.14403) 8800 : cluster 0 pgmap v6567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:50 smithi135 bash[32435]: cluster 2023-12-07T20:53:49.439588+0000 mgr.a (mgr.14403) 8800 : cluster 0 pgmap v6567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:53:51.878 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:53:51.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:51.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:51.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:51.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:53:52.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:51 smithi079 bash[28699]: audit 2023-12-07T20:53:51.382284+0000 mgr.a (mgr.14403) 8801 : audit 0 from='client.182568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:51 smithi194 bash[32038]: audit 2023-12-07T20:53:51.382284+0000 mgr.a (mgr.14403) 8801 : audit 0 from='client.182568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:51 smithi135 bash[32435]: audit 2023-12-07T20:53:51.382284+0000 mgr.a (mgr.14403) 8801 : audit 0 from='client.182568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:53.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:52 smithi079 bash[28699]: cluster 2023-12-07T20:53:51.439985+0000 mgr.a (mgr.14403) 8802 : cluster 0 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-07T20:53:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:52 smithi194 bash[32038]: cluster 2023-12-07T20:53:51.439985+0000 mgr.a (mgr.14403) 8802 : cluster 0 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-07T20:53:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:52 smithi135 bash[32435]: cluster 2023-12-07T20:53:51.439985+0000 mgr.a (mgr.14403) 8802 : cluster 0 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-07T20:53:55.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:54 smithi079 bash[28699]: cluster 2023-12-07T20:53:53.440676+0000 mgr.a (mgr.14403) 8803 : cluster 0 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-07T20:53:55.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:54 smithi194 bash[32038]: cluster 2023-12-07T20:53:53.440676+0000 mgr.a (mgr.14403) 8803 : cluster 0 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-07T20:53:55.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:54 smithi135 bash[32435]: cluster 2023-12-07T20:53:53.440676+0000 mgr.a (mgr.14403) 8803 : cluster 0 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-07T20:53:56.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:53:56.882 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:53:56.882 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:53:57.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:56 smithi079 bash[28699]: cluster 2023-12-07T20:53:55.441521+0000 mgr.a (mgr.14403) 8804 : cluster 0 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-07T20:53:57.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:56 smithi194 bash[32038]: cluster 2023-12-07T20:53:55.441521+0000 mgr.a (mgr.14403) 8804 : cluster 0 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-07T20:53:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:56 smithi135 bash[32435]: cluster 2023-12-07T20:53:55.441521+0000 mgr.a (mgr.14403) 8804 : cluster 0 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-07T20:53:57.764 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:53:57.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:53:57.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:53:57.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:53:57.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:53:58.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:57 smithi079 bash[28699]: audit 2023-12-07T20:53:57.289155+0000 mgr.a (mgr.14403) 8805 : audit 0 from='client.182646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:57 smithi194 bash[32038]: audit 2023-12-07T20:53:57.289155+0000 mgr.a (mgr.14403) 8805 : audit 0 from='client.182646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:57 smithi135 bash[32435]: audit 2023-12-07T20:53:57.289155+0000 mgr.a (mgr.14403) 8805 : audit 0 from='client.182646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:53:59.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:53:58 smithi079 bash[28699]: cluster 2023-12-07T20:53:57.442226+0000 mgr.a (mgr.14403) 8806 : cluster 0 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-07T20:53:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:53:58 smithi135 bash[32435]: cluster 2023-12-07T20:53:57.442226+0000 mgr.a (mgr.14403) 8806 : cluster 0 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-07T20:53:59.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:53:58 smithi194 bash[32038]: cluster 2023-12-07T20:53:57.442226+0000 mgr.a (mgr.14403) 8806 : cluster 0 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-07T20:54:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:00 smithi079 bash[28699]: cluster 2023-12-07T20:53:59.443190+0000 mgr.a (mgr.14403) 8807 : cluster 0 pgmap v6572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:00 smithi079 bash[28699]: audit 2023-12-07T20:54:00.320381+0000 mon.a (mon.0) 1672 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:54:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:00 smithi194 bash[32038]: cluster 2023-12-07T20:53:59.443190+0000 mgr.a (mgr.14403) 8807 : cluster 0 pgmap v6572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:00 smithi194 bash[32038]: audit 2023-12-07T20:54:00.320381+0000 mon.a (mon.0) 1672 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:54:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:00 smithi135 bash[32435]: cluster 2023-12-07T20:53:59.443190+0000 mgr.a (mgr.14403) 8807 : cluster 0 pgmap v6572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:00 smithi135 bash[32435]: audit 2023-12-07T20:54:00.320381+0000 mon.a (mon.0) 1672 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:54:02.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:54:02.768 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:02.768 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:03.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:02 smithi079 bash[28699]: cluster 2023-12-07T20:54:01.443717+0000 mgr.a (mgr.14403) 8808 : cluster 0 pgmap v6573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:02 smithi194 bash[32038]: cluster 2023-12-07T20:54:01.443717+0000 mgr.a (mgr.14403) 8808 : cluster 0 pgmap v6573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:02 smithi135 bash[32435]: cluster 2023-12-07T20:54:01.443717+0000 mgr.a (mgr.14403) 8808 : cluster 0 pgmap v6573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:03.658 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:54:03.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:03.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:03.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:03.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:54:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:03 smithi079 bash[28699]: audit 2023-12-07T20:54:03.162462+0000 mgr.a (mgr.14403) 8809 : audit 0 from='client.182715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:03 smithi194 bash[32038]: audit 2023-12-07T20:54:03.162462+0000 mgr.a (mgr.14403) 8809 : audit 0 from='client.182715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:03 smithi135 bash[32435]: audit 2023-12-07T20:54:03.162462+0000 mgr.a (mgr.14403) 8809 : audit 0 from='client.182715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:05.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:04 smithi079 bash[28699]: cluster 2023-12-07T20:54:03.444460+0000 mgr.a (mgr.14403) 8810 : cluster 0 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-07T20:54:05.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:04 smithi194 bash[32038]: cluster 2023-12-07T20:54:03.444460+0000 mgr.a (mgr.14403) 8810 : cluster 0 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-07T20:54:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:04 smithi135 bash[32435]: cluster 2023-12-07T20:54:03.444460+0000 mgr.a (mgr.14403) 8810 : cluster 0 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-07T20:54:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:06 smithi194 bash[32038]: cluster 2023-12-07T20:54:05.445437+0000 mgr.a (mgr.14403) 8811 : cluster 0 pgmap v6575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:54:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:06 smithi194 bash[32038]: audit 2023-12-07T20:54:05.665194+0000 mon.a (mon.0) 1673 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:06 smithi194 bash[32038]: audit 2023-12-07T20:54:05.671899+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:06 smithi194 bash[32038]: audit 2023-12-07T20:54:05.716707+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:06 smithi194 bash[32038]: audit 2023-12-07T20:54:05.721818+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:06 smithi194 bash[32038]: audit 2023-12-07T20:54:05.726097+0000 mon.a (mon.0) 1677 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:06 smithi194 bash[32038]: audit 2023-12-07T20:54:05.731194+0000 mon.a (mon.0) 1678 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:06 smithi194 bash[32038]: audit 2023-12-07T20:54:06.452009+0000 mon.a (mon.0) 1679 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:54:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:06 smithi194 bash[32038]: audit 2023-12-07T20:54:06.454175+0000 mon.a (mon.0) 1680 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:54:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:06 smithi194 bash[32038]: audit 2023-12-07T20:54:06.464175+0000 mon.a (mon.0) 1681 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:06.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:06 smithi135 bash[32435]: cluster 2023-12-07T20:54:05.445437+0000 mgr.a (mgr.14403) 8811 : cluster 0 pgmap v6575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:54:06.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:06 smithi135 bash[32435]: audit 2023-12-07T20:54:05.665194+0000 mon.a (mon.0) 1673 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:06.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:06 smithi135 bash[32435]: audit 2023-12-07T20:54:05.671899+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:06 smithi135 bash[32435]: audit 2023-12-07T20:54:05.716707+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:06 smithi135 bash[32435]: audit 2023-12-07T20:54:05.721818+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:06 smithi135 bash[32435]: audit 2023-12-07T20:54:05.726097+0000 mon.a (mon.0) 1677 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:06 smithi135 bash[32435]: audit 2023-12-07T20:54:05.731194+0000 mon.a (mon.0) 1678 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:06 smithi135 bash[32435]: audit 2023-12-07T20:54:06.452009+0000 mon.a (mon.0) 1679 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:54:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:06 smithi135 bash[32435]: audit 2023-12-07T20:54:06.454175+0000 mon.a (mon.0) 1680 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:54:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:06 smithi135 bash[32435]: audit 2023-12-07T20:54:06.464175+0000 mon.a (mon.0) 1681 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:07.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:06 smithi079 bash[28699]: cluster 2023-12-07T20:54:05.445437+0000 mgr.a (mgr.14403) 8811 : cluster 0 pgmap v6575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:54:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:06 smithi079 bash[28699]: audit 2023-12-07T20:54:05.665194+0000 mon.a (mon.0) 1673 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:06 smithi079 bash[28699]: audit 2023-12-07T20:54:05.671899+0000 mon.a (mon.0) 1674 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:06 smithi079 bash[28699]: audit 2023-12-07T20:54:05.716707+0000 mon.a (mon.0) 1675 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:06 smithi079 bash[28699]: audit 2023-12-07T20:54:05.721818+0000 mon.a (mon.0) 1676 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:06 smithi079 bash[28699]: audit 2023-12-07T20:54:05.726097+0000 mon.a (mon.0) 1677 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:06 smithi079 bash[28699]: audit 2023-12-07T20:54:05.731194+0000 mon.a (mon.0) 1678 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:06 smithi079 bash[28699]: audit 2023-12-07T20:54:06.452009+0000 mon.a (mon.0) 1679 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:54:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:06 smithi079 bash[28699]: audit 2023-12-07T20:54:06.454175+0000 mon.a (mon.0) 1680 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:54:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:06 smithi079 bash[28699]: audit 2023-12-07T20:54:06.464175+0000 mon.a (mon.0) 1681 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:54:08.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:54:08.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:08.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:08 smithi194 bash[32038]: cluster 2023-12-07T20:54:07.445998+0000 mgr.a (mgr.14403) 8812 : cluster 0 pgmap v6576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:54:08.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:08 smithi135 bash[32435]: cluster 2023-12-07T20:54:07.445998+0000 mgr.a (mgr.14403) 8812 : cluster 0 pgmap v6576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:54:09.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:08 smithi079 bash[28699]: cluster 2023-12-07T20:54:07.445998+0000 mgr.a (mgr.14403) 8812 : cluster 0 pgmap v6576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:54:09.557 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:54:09.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:09.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:09.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:09.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:54:09.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:09 smithi194 bash[32038]: audit 2023-12-07T20:54:09.066322+0000 mgr.a (mgr.14403) 8813 : audit 0 from='client.182793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:09 smithi135 bash[32435]: audit 2023-12-07T20:54:09.066322+0000 mgr.a (mgr.14403) 8813 : audit 0 from='client.182793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:10.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:09 smithi079 bash[28699]: audit 2023-12-07T20:54:09.066322+0000 mgr.a (mgr.14403) 8813 : audit 0 from='client.182793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:10.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:10 smithi194 bash[32038]: cluster 2023-12-07T20:54:09.447031+0000 mgr.a (mgr.14403) 8814 : cluster 0 pgmap v6577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:10.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:10 smithi135 bash[32435]: cluster 2023-12-07T20:54:09.447031+0000 mgr.a (mgr.14403) 8814 : cluster 0 pgmap v6577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:11.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:10 smithi079 bash[28699]: cluster 2023-12-07T20:54:09.447031+0000 mgr.a (mgr.14403) 8814 : cluster 0 pgmap v6577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:12.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:12 smithi194 bash[32038]: cluster 2023-12-07T20:54:11.447556+0000 mgr.a (mgr.14403) 8815 : cluster 0 pgmap v6578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:12.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:12 smithi135 bash[32435]: cluster 2023-12-07T20:54:11.447556+0000 mgr.a (mgr.14403) 8815 : cluster 0 pgmap v6578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:13.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:12 smithi079 bash[28699]: cluster 2023-12-07T20:54:11.447556+0000 mgr.a (mgr.14403) 8815 : cluster 0 pgmap v6578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:14.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:54:14.559 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:14.559 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:14 smithi194 bash[32038]: cluster 2023-12-07T20:54:13.448126+0000 mgr.a (mgr.14403) 8816 : cluster 0 pgmap v6579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:14.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:14 smithi135 bash[32435]: cluster 2023-12-07T20:54:13.448126+0000 mgr.a (mgr.14403) 8816 : cluster 0 pgmap v6579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:15.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:14 smithi079 bash[28699]: cluster 2023-12-07T20:54:13.448126+0000 mgr.a (mgr.14403) 8816 : cluster 0 pgmap v6579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:15.502 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:54:15.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:15.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:15.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:15.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:54:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:15 smithi194 bash[32038]: audit 2023-12-07T20:54:14.961541+0000 mgr.a (mgr.14403) 8817 : audit 0 from='client.182868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:15 smithi135 bash[32435]: audit 2023-12-07T20:54:14.961541+0000 mgr.a (mgr.14403) 8817 : audit 0 from='client.182868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:16.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:15 smithi079 bash[28699]: audit 2023-12-07T20:54:14.961541+0000 mgr.a (mgr.14403) 8817 : audit 0 from='client.182868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:16.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:16 smithi194 bash[32038]: cluster 2023-12-07T20:54:15.448810+0000 mgr.a (mgr.14403) 8818 : cluster 0 pgmap v6580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:16.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:16 smithi135 bash[32435]: cluster 2023-12-07T20:54:15.448810+0000 mgr.a (mgr.14403) 8818 : cluster 0 pgmap v6580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:17.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:16 smithi079 bash[28699]: cluster 2023-12-07T20:54:15.448810+0000 mgr.a (mgr.14403) 8818 : cluster 0 pgmap v6580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:18.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:18 smithi194 bash[32038]: cluster 2023-12-07T20:54:17.449167+0000 mgr.a (mgr.14403) 8819 : cluster 0 pgmap v6581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:54:18.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:18 smithi135 bash[32435]: cluster 2023-12-07T20:54:17.449167+0000 mgr.a (mgr.14403) 8819 : cluster 0 pgmap v6581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:54:19.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:18 smithi079 bash[28699]: cluster 2023-12-07T20:54:17.449167+0000 mgr.a (mgr.14403) 8819 : cluster 0 pgmap v6581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:54:20.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:54:20.506 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:20.506 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:20 smithi135 bash[32435]: cluster 2023-12-07T20:54:19.449932+0000 mgr.a (mgr.14403) 8820 : cluster 0 pgmap v6582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:54:21.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:20 smithi079 bash[28699]: cluster 2023-12-07T20:54:19.449932+0000 mgr.a (mgr.14403) 8820 : cluster 0 pgmap v6582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:54:21.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:20 smithi194 bash[32038]: cluster 2023-12-07T20:54:19.449932+0000 mgr.a (mgr.14403) 8820 : cluster 0 pgmap v6582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:54:21.408 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:54:21.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:21.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:21.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:21.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:54:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:21 smithi079 bash[28699]: audit 2023-12-07T20:54:20.911597+0000 mgr.a (mgr.14403) 8821 : audit 0 from='client.182943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:21 smithi194 bash[32038]: audit 2023-12-07T20:54:20.911597+0000 mgr.a (mgr.14403) 8821 : audit 0 from='client.182943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:21 smithi135 bash[32435]: audit 2023-12-07T20:54:20.911597+0000 mgr.a (mgr.14403) 8821 : audit 0 from='client.182943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:23.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:22 smithi079 bash[28699]: cluster 2023-12-07T20:54:21.450593+0000 mgr.a (mgr.14403) 8822 : cluster 0 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-07T20:54:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:22 smithi194 bash[32038]: cluster 2023-12-07T20:54:21.450593+0000 mgr.a (mgr.14403) 8822 : cluster 0 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-07T20:54:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:22 smithi135 bash[32435]: cluster 2023-12-07T20:54:21.450593+0000 mgr.a (mgr.14403) 8822 : cluster 0 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-07T20:54:25.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:24 smithi079 bash[28699]: cluster 2023-12-07T20:54:23.451185+0000 mgr.a (mgr.14403) 8823 : cluster 0 pgmap v6584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:25.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:24 smithi194 bash[32038]: cluster 2023-12-07T20:54:23.451185+0000 mgr.a (mgr.14403) 8823 : cluster 0 pgmap v6584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:25.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:24 smithi135 bash[32435]: cluster 2023-12-07T20:54:23.451185+0000 mgr.a (mgr.14403) 8823 : cluster 0 pgmap v6584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:26.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:54:26.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:26.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:27.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:26 smithi079 bash[28699]: cluster 2023-12-07T20:54:25.451945+0000 mgr.a (mgr.14403) 8824 : cluster 0 pgmap v6585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:27.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:26 smithi194 bash[32038]: cluster 2023-12-07T20:54:25.451945+0000 mgr.a (mgr.14403) 8824 : cluster 0 pgmap v6585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:27.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:26 smithi135 bash[32435]: cluster 2023-12-07T20:54:25.451945+0000 mgr.a (mgr.14403) 8824 : cluster 0 pgmap v6585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:27.335 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:54:27.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:27.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:27.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:27.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:54:28.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:27 smithi079 bash[28699]: audit 2023-12-07T20:54:26.826510+0000 mgr.a (mgr.14403) 8825 : audit 0 from='client.183021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:27 smithi194 bash[32038]: audit 2023-12-07T20:54:26.826510+0000 mgr.a (mgr.14403) 8825 : audit 0 from='client.183021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:27 smithi135 bash[32435]: audit 2023-12-07T20:54:26.826510+0000 mgr.a (mgr.14403) 8825 : audit 0 from='client.183021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:29.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:28 smithi079 bash[28699]: cluster 2023-12-07T20:54:27.452668+0000 mgr.a (mgr.14403) 8826 : cluster 0 pgmap v6586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:29.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:28 smithi194 bash[32038]: cluster 2023-12-07T20:54:27.452668+0000 mgr.a (mgr.14403) 8826 : cluster 0 pgmap v6586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:29.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:28 smithi135 bash[32435]: cluster 2023-12-07T20:54:27.452668+0000 mgr.a (mgr.14403) 8826 : cluster 0 pgmap v6586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:31.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:30 smithi079 bash[28699]: cluster 2023-12-07T20:54:29.453508+0000 mgr.a (mgr.14403) 8827 : cluster 0 pgmap v6587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:31.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:30 smithi194 bash[32038]: cluster 2023-12-07T20:54:29.453508+0000 mgr.a (mgr.14403) 8827 : cluster 0 pgmap v6587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:31.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:30 smithi135 bash[32435]: cluster 2023-12-07T20:54:29.453508+0000 mgr.a (mgr.14403) 8827 : cluster 0 pgmap v6587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:32.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:54:32.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:32.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:32 smithi079 bash[28699]: cluster 2023-12-07T20:54:31.454093+0000 mgr.a (mgr.14403) 8828 : cluster 0 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-07T20:54:33.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:32 smithi194 bash[32038]: cluster 2023-12-07T20:54:31.454093+0000 mgr.a (mgr.14403) 8828 : cluster 0 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-07T20:54:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:32 smithi135 bash[32435]: cluster 2023-12-07T20:54:31.454093+0000 mgr.a (mgr.14403) 8828 : cluster 0 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-07T20:54:33.245 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:54:33.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:33.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:33.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:33.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:54:34.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:33 smithi079 bash[28699]: audit 2023-12-07T20:54:32.749869+0000 mgr.a (mgr.14403) 8829 : audit 0 from='client.183096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:33 smithi194 bash[32038]: audit 2023-12-07T20:54:32.749869+0000 mgr.a (mgr.14403) 8829 : audit 0 from='client.183096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:33 smithi135 bash[32435]: audit 2023-12-07T20:54:32.749869+0000 mgr.a (mgr.14403) 8829 : audit 0 from='client.183096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:35.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:34 smithi079 bash[28699]: cluster 2023-12-07T20:54:33.454769+0000 mgr.a (mgr.14403) 8830 : cluster 0 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-07T20:54:35.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:34 smithi194 bash[32038]: cluster 2023-12-07T20:54:33.454769+0000 mgr.a (mgr.14403) 8830 : cluster 0 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-07T20:54:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:34 smithi135 bash[32435]: cluster 2023-12-07T20:54:33.454769+0000 mgr.a (mgr.14403) 8830 : cluster 0 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-07T20:54:37.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:36 smithi079 bash[28699]: cluster 2023-12-07T20:54:35.455755+0000 mgr.a (mgr.14403) 8831 : cluster 0 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-07T20:54:37.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:36 smithi194 bash[32038]: cluster 2023-12-07T20:54:35.455755+0000 mgr.a (mgr.14403) 8831 : cluster 0 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-07T20:54:37.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:36 smithi135 bash[32435]: cluster 2023-12-07T20:54:35.455755+0000 mgr.a (mgr.14403) 8831 : cluster 0 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-07T20:54:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:54:38.249 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:38.249 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:39.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:38 smithi079 bash[28699]: cluster 2023-12-07T20:54:37.456330+0000 mgr.a (mgr.14403) 8832 : cluster 0 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-07T20:54:39.147 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:54:39.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:39.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:39.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:39.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:54:39.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:38 smithi194 bash[32038]: cluster 2023-12-07T20:54:37.456330+0000 mgr.a (mgr.14403) 8832 : cluster 0 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-07T20:54:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:38 smithi135 bash[32435]: cluster 2023-12-07T20:54:37.456330+0000 mgr.a (mgr.14403) 8832 : cluster 0 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-07T20:54:40.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:39 smithi079 bash[28699]: audit 2023-12-07T20:54:38.657839+0000 mgr.a (mgr.14403) 8833 : audit 0 from='client.183171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:39 smithi194 bash[32038]: audit 2023-12-07T20:54:38.657839+0000 mgr.a (mgr.14403) 8833 : audit 0 from='client.183171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:39 smithi135 bash[32435]: audit 2023-12-07T20:54:38.657839+0000 mgr.a (mgr.14403) 8833 : audit 0 from='client.183171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:41.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:40 smithi079 bash[28699]: cluster 2023-12-07T20:54:39.457344+0000 mgr.a (mgr.14403) 8834 : cluster 0 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-07T20:54:41.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:40 smithi194 bash[32038]: cluster 2023-12-07T20:54:39.457344+0000 mgr.a (mgr.14403) 8834 : cluster 0 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-07T20:54:41.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:40 smithi135 bash[32435]: cluster 2023-12-07T20:54:39.457344+0000 mgr.a (mgr.14403) 8834 : cluster 0 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-07T20:54:43.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:42 smithi079 bash[28699]: cluster 2023-12-07T20:54:41.457984+0000 mgr.a (mgr.14403) 8835 : cluster 0 pgmap v6593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:43.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:42 smithi194 bash[32038]: cluster 2023-12-07T20:54:41.457984+0000 mgr.a (mgr.14403) 8835 : cluster 0 pgmap v6593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:42 smithi135 bash[32435]: cluster 2023-12-07T20:54:41.457984+0000 mgr.a (mgr.14403) 8835 : cluster 0 pgmap v6593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:44.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:54:44.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:44.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:45.040 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:54:45.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:45.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:45.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:45.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:54:45.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:44 smithi079 bash[28699]: cluster 2023-12-07T20:54:43.458589+0000 mgr.a (mgr.14403) 8836 : cluster 0 pgmap v6594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:45.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:44 smithi194 bash[32038]: cluster 2023-12-07T20:54:43.458589+0000 mgr.a (mgr.14403) 8836 : cluster 0 pgmap v6594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:45.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:44 smithi135 bash[32435]: cluster 2023-12-07T20:54:43.458589+0000 mgr.a (mgr.14403) 8836 : cluster 0 pgmap v6594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:46.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:45 smithi079 bash[28699]: audit 2023-12-07T20:54:44.555542+0000 mgr.a (mgr.14403) 8837 : audit 0 from='client.183246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:45 smithi194 bash[32038]: audit 2023-12-07T20:54:44.555542+0000 mgr.a (mgr.14403) 8837 : audit 0 from='client.183246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:45 smithi135 bash[32435]: audit 2023-12-07T20:54:44.555542+0000 mgr.a (mgr.14403) 8837 : audit 0 from='client.183246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:47.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:46 smithi079 bash[28699]: cluster 2023-12-07T20:54:45.459663+0000 mgr.a (mgr.14403) 8838 : cluster 0 pgmap v6595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:47.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:46 smithi194 bash[32038]: cluster 2023-12-07T20:54:45.459663+0000 mgr.a (mgr.14403) 8838 : cluster 0 pgmap v6595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:47.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:46 smithi135 bash[32435]: cluster 2023-12-07T20:54:45.459663+0000 mgr.a (mgr.14403) 8838 : cluster 0 pgmap v6595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:49.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:48 smithi079 bash[28699]: cluster 2023-12-07T20:54:47.460340+0000 mgr.a (mgr.14403) 8839 : cluster 0 pgmap v6596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:49.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:48 smithi194 bash[32038]: cluster 2023-12-07T20:54:47.460340+0000 mgr.a (mgr.14403) 8839 : cluster 0 pgmap v6596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:49.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:48 smithi135 bash[32435]: cluster 2023-12-07T20:54:47.460340+0000 mgr.a (mgr.14403) 8839 : cluster 0 pgmap v6596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:54:50.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:54:50.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:50.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:50.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:50.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:50.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:50.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:54:50.925 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:54:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:50 smithi079 bash[28699]: cluster 2023-12-07T20:54:49.461116+0000 mgr.a (mgr.14403) 8840 : cluster 0 pgmap v6597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:50 smithi079 bash[28699]: audit 2023-12-07T20:54:50.441353+0000 mgr.a (mgr.14403) 8841 : audit 0 from='client.183321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:50 smithi194 bash[32038]: cluster 2023-12-07T20:54:49.461116+0000 mgr.a (mgr.14403) 8840 : cluster 0 pgmap v6597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:50 smithi194 bash[32038]: audit 2023-12-07T20:54:50.441353+0000 mgr.a (mgr.14403) 8841 : audit 0 from='client.183321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:50 smithi135 bash[32435]: cluster 2023-12-07T20:54:49.461116+0000 mgr.a (mgr.14403) 8840 : cluster 0 pgmap v6597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:50 smithi135 bash[32435]: audit 2023-12-07T20:54:50.441353+0000 mgr.a (mgr.14403) 8841 : audit 0 from='client.183321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:53.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:52 smithi079 bash[28699]: cluster 2023-12-07T20:54:51.461811+0000 mgr.a (mgr.14403) 8842 : cluster 0 pgmap v6598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:52 smithi194 bash[32038]: cluster 2023-12-07T20:54:51.461811+0000 mgr.a (mgr.14403) 8842 : cluster 0 pgmap v6598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:52 smithi135 bash[32435]: cluster 2023-12-07T20:54:51.461811+0000 mgr.a (mgr.14403) 8842 : cluster 0 pgmap v6598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:54 smithi079 bash[28699]: cluster 2023-12-07T20:54:53.462411+0000 mgr.a (mgr.14403) 8843 : cluster 0 pgmap v6599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:55.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:54 smithi194 bash[32038]: cluster 2023-12-07T20:54:53.462411+0000 mgr.a (mgr.14403) 8843 : cluster 0 pgmap v6599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:54 smithi135 bash[32435]: cluster 2023-12-07T20:54:53.462411+0000 mgr.a (mgr.14403) 8843 : cluster 0 pgmap v6599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:55.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:54:55.928 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:54:55.928 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:54:56.827 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:54:56.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:54:56.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:54:56.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:54:56.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:54:57.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:56 smithi079 bash[28699]: cluster 2023-12-07T20:54:55.463233+0000 mgr.a (mgr.14403) 8844 : cluster 0 pgmap v6600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:57.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:56 smithi079 bash[28699]: audit 2023-12-07T20:54:56.330171+0000 mgr.a (mgr.14403) 8845 : audit 0 from='client.183393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:57.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:56 smithi194 bash[32038]: cluster 2023-12-07T20:54:55.463233+0000 mgr.a (mgr.14403) 8844 : cluster 0 pgmap v6600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:57.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:56 smithi194 bash[32038]: audit 2023-12-07T20:54:56.330171+0000 mgr.a (mgr.14403) 8845 : audit 0 from='client.183393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:56 smithi135 bash[32435]: cluster 2023-12-07T20:54:55.463233+0000 mgr.a (mgr.14403) 8844 : cluster 0 pgmap v6600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:54:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:56 smithi135 bash[32435]: audit 2023-12-07T20:54:56.330171+0000 mgr.a (mgr.14403) 8845 : audit 0 from='client.183393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:54:59.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:54:58 smithi079 bash[28699]: cluster 2023-12-07T20:54:57.463900+0000 mgr.a (mgr.14403) 8846 : cluster 0 pgmap v6601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:59.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:54:58 smithi194 bash[32038]: cluster 2023-12-07T20:54:57.463900+0000 mgr.a (mgr.14403) 8846 : cluster 0 pgmap v6601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:54:59.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:54:58 smithi135 bash[32435]: cluster 2023-12-07T20:54:57.463900+0000 mgr.a (mgr.14403) 8846 : cluster 0 pgmap v6601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:01.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:00 smithi079 bash[28699]: cluster 2023-12-07T20:54:59.464712+0000 mgr.a (mgr.14403) 8847 : cluster 0 pgmap v6602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:01.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:00 smithi194 bash[32038]: cluster 2023-12-07T20:54:59.464712+0000 mgr.a (mgr.14403) 8847 : cluster 0 pgmap v6602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:00 smithi135 bash[32435]: cluster 2023-12-07T20:54:59.464712+0000 mgr.a (mgr.14403) 8847 : cluster 0 pgmap v6602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:01.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:55:01.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:01.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:02.726 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:55:02.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:02.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:02.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:02.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:55:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:02 smithi079 bash[28699]: cluster 2023-12-07T20:55:01.465253+0000 mgr.a (mgr.14403) 8848 : cluster 0 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-07T20:55:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:02 smithi079 bash[28699]: audit 2023-12-07T20:55:02.236681+0000 mgr.a (mgr.14403) 8849 : audit 0 from='client.183471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:02 smithi194 bash[32038]: cluster 2023-12-07T20:55:01.465253+0000 mgr.a (mgr.14403) 8848 : cluster 0 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-07T20:55:03.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:02 smithi194 bash[32038]: audit 2023-12-07T20:55:02.236681+0000 mgr.a (mgr.14403) 8849 : audit 0 from='client.183471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:02 smithi135 bash[32435]: cluster 2023-12-07T20:55:01.465253+0000 mgr.a (mgr.14403) 8848 : cluster 0 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-07T20:55:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:02 smithi135 bash[32435]: audit 2023-12-07T20:55:02.236681+0000 mgr.a (mgr.14403) 8849 : audit 0 from='client.183471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:05.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:04 smithi079 bash[28699]: cluster 2023-12-07T20:55:03.466126+0000 mgr.a (mgr.14403) 8850 : cluster 0 pgmap v6604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:05.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:04 smithi194 bash[32038]: cluster 2023-12-07T20:55:03.466126+0000 mgr.a (mgr.14403) 8850 : cluster 0 pgmap v6604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:04 smithi135 bash[32435]: cluster 2023-12-07T20:55:03.466126+0000 mgr.a (mgr.14403) 8850 : cluster 0 pgmap v6604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:07.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:06 smithi079 bash[28699]: cluster 2023-12-07T20:55:05.466906+0000 mgr.a (mgr.14403) 8851 : cluster 0 pgmap v6605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:07.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:06 smithi079 bash[28699]: audit 2023-12-07T20:55:06.568338+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:55:07.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:06 smithi194 bash[32038]: cluster 2023-12-07T20:55:05.466906+0000 mgr.a (mgr.14403) 8851 : cluster 0 pgmap v6605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:07.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:06 smithi194 bash[32038]: audit 2023-12-07T20:55:06.568338+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:55:07.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:06 smithi135 bash[32435]: cluster 2023-12-07T20:55:05.466906+0000 mgr.a (mgr.14403) 8851 : cluster 0 pgmap v6605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:07.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:06 smithi135 bash[32435]: audit 2023-12-07T20:55:06.568338+0000 mon.a (mon.0) 1682 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:55:07.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:55:07.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:07.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:08.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:07 smithi079 bash[28699]: audit 2023-12-07T20:55:07.311266+0000 mon.a (mon.0) 1683 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:55:08.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:07 smithi079 bash[28699]: audit 2023-12-07T20:55:07.313173+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:55:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:07 smithi079 bash[28699]: audit 2023-12-07T20:55:07.322247+0000 mon.a (mon.0) 1685 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:55:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:07 smithi194 bash[32038]: audit 2023-12-07T20:55:07.311266+0000 mon.a (mon.0) 1683 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:55:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:07 smithi194 bash[32038]: audit 2023-12-07T20:55:07.313173+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:55:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:07 smithi194 bash[32038]: audit 2023-12-07T20:55:07.322247+0000 mon.a (mon.0) 1685 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:55:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:07 smithi135 bash[32435]: audit 2023-12-07T20:55:07.311266+0000 mon.a (mon.0) 1683 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:55:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:07 smithi135 bash[32435]: audit 2023-12-07T20:55:07.313173+0000 mon.a (mon.0) 1684 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:55:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:07 smithi135 bash[32435]: audit 2023-12-07T20:55:07.322247+0000 mon.a (mon.0) 1685 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:55:08.615 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:55:08.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:08.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:08.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:08.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:55:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:09 smithi079 bash[28699]: cluster 2023-12-07T20:55:07.467430+0000 mgr.a (mgr.14403) 8852 : cluster 0 pgmap v6606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:09 smithi079 bash[28699]: audit 2023-12-07T20:55:08.141335+0000 mgr.a (mgr.14403) 8853 : audit 0 from='client.183549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:09 smithi194 bash[32038]: cluster 2023-12-07T20:55:07.467430+0000 mgr.a (mgr.14403) 8852 : cluster 0 pgmap v6606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:09 smithi194 bash[32038]: audit 2023-12-07T20:55:08.141335+0000 mgr.a (mgr.14403) 8853 : audit 0 from='client.183549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:09 smithi135 bash[32435]: cluster 2023-12-07T20:55:07.467430+0000 mgr.a (mgr.14403) 8852 : cluster 0 pgmap v6606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:09 smithi135 bash[32435]: audit 2023-12-07T20:55:08.141335+0000 mgr.a (mgr.14403) 8853 : audit 0 from='client.183549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:11 smithi079 bash[28699]: cluster 2023-12-07T20:55:09.468386+0000 mgr.a (mgr.14403) 8854 : cluster 0 pgmap v6607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:55:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:11 smithi194 bash[32038]: cluster 2023-12-07T20:55:09.468386+0000 mgr.a (mgr.14403) 8854 : cluster 0 pgmap v6607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:55:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:11 smithi135 bash[32435]: cluster 2023-12-07T20:55:09.468386+0000 mgr.a (mgr.14403) 8854 : cluster 0 pgmap v6607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:55:13.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:55:13.616 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:13.616 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:13 smithi079 bash[28699]: cluster 2023-12-07T20:55:11.468951+0000 mgr.a (mgr.14403) 8855 : cluster 0 pgmap v6608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:55:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:13 smithi194 bash[32038]: cluster 2023-12-07T20:55:11.468951+0000 mgr.a (mgr.14403) 8855 : cluster 0 pgmap v6608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:55:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:13 smithi135 bash[32435]: cluster 2023-12-07T20:55:11.468951+0000 mgr.a (mgr.14403) 8855 : cluster 0 pgmap v6608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:55:14.544 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:55:14.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:14.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:14.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:14.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:55:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:15 smithi079 bash[28699]: cluster 2023-12-07T20:55:13.469425+0000 mgr.a (mgr.14403) 8856 : cluster 0 pgmap v6609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:55:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:15 smithi079 bash[28699]: audit 2023-12-07T20:55:14.025551+0000 mgr.a (mgr.14403) 8857 : audit 0 from='client.183624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:15 smithi194 bash[32038]: cluster 2023-12-07T20:55:13.469425+0000 mgr.a (mgr.14403) 8856 : cluster 0 pgmap v6609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:55:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:15 smithi194 bash[32038]: audit 2023-12-07T20:55:14.025551+0000 mgr.a (mgr.14403) 8857 : audit 0 from='client.183624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:15 smithi135 bash[32435]: cluster 2023-12-07T20:55:13.469425+0000 mgr.a (mgr.14403) 8856 : cluster 0 pgmap v6609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:55:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:15 smithi135 bash[32435]: audit 2023-12-07T20:55:14.025551+0000 mgr.a (mgr.14403) 8857 : audit 0 from='client.183624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:17 smithi079 bash[28699]: cluster 2023-12-07T20:55:15.470447+0000 mgr.a (mgr.14403) 8858 : cluster 0 pgmap v6610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:17 smithi194 bash[32038]: cluster 2023-12-07T20:55:15.470447+0000 mgr.a (mgr.14403) 8858 : cluster 0 pgmap v6610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:17 smithi135 bash[32435]: cluster 2023-12-07T20:55:15.470447+0000 mgr.a (mgr.14403) 8858 : cluster 0 pgmap v6610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:19.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:55:19.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:19.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:19 smithi079 bash[28699]: cluster 2023-12-07T20:55:17.471032+0000 mgr.a (mgr.14403) 8859 : cluster 0 pgmap v6611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:19 smithi194 bash[32038]: cluster 2023-12-07T20:55:17.471032+0000 mgr.a (mgr.14403) 8859 : cluster 0 pgmap v6611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:19 smithi135 bash[32435]: cluster 2023-12-07T20:55:17.471032+0000 mgr.a (mgr.14403) 8859 : cluster 0 pgmap v6611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:20.454 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:55:20.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:20.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:20.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:20.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:55:21.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:21 smithi079 bash[28699]: cluster 2023-12-07T20:55:19.471804+0000 mgr.a (mgr.14403) 8860 : cluster 0 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-07T20:55:21.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:21 smithi079 bash[28699]: audit 2023-12-07T20:55:19.953900+0000 mgr.a (mgr.14403) 8861 : audit 0 from='client.183696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:21 smithi194 bash[32038]: cluster 2023-12-07T20:55:19.471804+0000 mgr.a (mgr.14403) 8860 : cluster 0 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-07T20:55:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:21 smithi194 bash[32038]: audit 2023-12-07T20:55:19.953900+0000 mgr.a (mgr.14403) 8861 : audit 0 from='client.183696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:21 smithi135 bash[32435]: cluster 2023-12-07T20:55:19.471804+0000 mgr.a (mgr.14403) 8860 : cluster 0 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-07T20:55:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:21 smithi135 bash[32435]: audit 2023-12-07T20:55:19.953900+0000 mgr.a (mgr.14403) 8861 : audit 0 from='client.183696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:23 smithi079 bash[28699]: cluster 2023-12-07T20:55:21.472469+0000 mgr.a (mgr.14403) 8862 : cluster 0 pgmap v6613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:55:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:23 smithi194 bash[32038]: cluster 2023-12-07T20:55:21.472469+0000 mgr.a (mgr.14403) 8862 : cluster 0 pgmap v6613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:55:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:23 smithi135 bash[32435]: cluster 2023-12-07T20:55:21.472469+0000 mgr.a (mgr.14403) 8862 : cluster 0 pgmap v6613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:55:25.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:55:25.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:25.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:25 smithi079 bash[28699]: cluster 2023-12-07T20:55:23.472972+0000 mgr.a (mgr.14403) 8863 : cluster 0 pgmap v6614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:55:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:25 smithi194 bash[32038]: cluster 2023-12-07T20:55:23.472972+0000 mgr.a (mgr.14403) 8863 : cluster 0 pgmap v6614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:55:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:25 smithi135 bash[32435]: cluster 2023-12-07T20:55:23.472972+0000 mgr.a (mgr.14403) 8863 : cluster 0 pgmap v6614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:55:26.352 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:55:26.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:26.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:26.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:26.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:55:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:27 smithi079 bash[28699]: cluster 2023-12-07T20:55:25.473852+0000 mgr.a (mgr.14403) 8864 : cluster 0 pgmap v6615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:55:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:27 smithi079 bash[28699]: audit 2023-12-07T20:55:25.855631+0000 mgr.a (mgr.14403) 8865 : audit 0 from='client.183774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:27 smithi194 bash[32038]: cluster 2023-12-07T20:55:25.473852+0000 mgr.a (mgr.14403) 8864 : cluster 0 pgmap v6615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:55:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:27 smithi194 bash[32038]: audit 2023-12-07T20:55:25.855631+0000 mgr.a (mgr.14403) 8865 : audit 0 from='client.183774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:27 smithi135 bash[32435]: cluster 2023-12-07T20:55:25.473852+0000 mgr.a (mgr.14403) 8864 : cluster 0 pgmap v6615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:55:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:27 smithi135 bash[32435]: audit 2023-12-07T20:55:25.855631+0000 mgr.a (mgr.14403) 8865 : audit 0 from='client.183774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:29 smithi079 bash[28699]: cluster 2023-12-07T20:55:27.474474+0000 mgr.a (mgr.14403) 8866 : cluster 0 pgmap v6616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:29 smithi194 bash[32038]: cluster 2023-12-07T20:55:27.474474+0000 mgr.a (mgr.14403) 8866 : cluster 0 pgmap v6616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:29 smithi135 bash[32435]: cluster 2023-12-07T20:55:27.474474+0000 mgr.a (mgr.14403) 8866 : cluster 0 pgmap v6616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:31.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:55:31.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:31.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:31 smithi079 bash[28699]: cluster 2023-12-07T20:55:29.475351+0000 mgr.a (mgr.14403) 8867 : cluster 0 pgmap v6617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:31 smithi194 bash[32038]: cluster 2023-12-07T20:55:29.475351+0000 mgr.a (mgr.14403) 8867 : cluster 0 pgmap v6617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:31.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:31 smithi135 bash[32435]: cluster 2023-12-07T20:55:29.475351+0000 mgr.a (mgr.14403) 8867 : cluster 0 pgmap v6617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:32.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:32.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:32.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:32.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:55:32.281 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:55:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:33 smithi079 bash[28699]: cluster 2023-12-07T20:55:31.475741+0000 mgr.a (mgr.14403) 8868 : cluster 0 pgmap v6618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:33 smithi079 bash[28699]: audit 2023-12-07T20:55:31.759786+0000 mgr.a (mgr.14403) 8869 : audit 0 from='client.183849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:33 smithi194 bash[32038]: cluster 2023-12-07T20:55:31.475741+0000 mgr.a (mgr.14403) 8868 : cluster 0 pgmap v6618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:33 smithi194 bash[32038]: audit 2023-12-07T20:55:31.759786+0000 mgr.a (mgr.14403) 8869 : audit 0 from='client.183849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:33 smithi135 bash[32435]: cluster 2023-12-07T20:55:31.475741+0000 mgr.a (mgr.14403) 8868 : cluster 0 pgmap v6618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:33 smithi135 bash[32435]: audit 2023-12-07T20:55:31.759786+0000 mgr.a (mgr.14403) 8869 : audit 0 from='client.183849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:35 smithi079 bash[28699]: cluster 2023-12-07T20:55:33.476128+0000 mgr.a (mgr.14403) 8870 : cluster 0 pgmap v6619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:35 smithi194 bash[32038]: cluster 2023-12-07T20:55:33.476128+0000 mgr.a (mgr.14403) 8870 : cluster 0 pgmap v6619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:35 smithi135 bash[32435]: cluster 2023-12-07T20:55:33.476128+0000 mgr.a (mgr.14403) 8870 : cluster 0 pgmap v6619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:37.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:55:37.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:37.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:37 smithi079 bash[28699]: cluster 2023-12-07T20:55:35.476860+0000 mgr.a (mgr.14403) 8871 : cluster 0 pgmap v6620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:37 smithi194 bash[32038]: cluster 2023-12-07T20:55:35.476860+0000 mgr.a (mgr.14403) 8871 : cluster 0 pgmap v6620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:37 smithi135 bash[32435]: cluster 2023-12-07T20:55:35.476860+0000 mgr.a (mgr.14403) 8871 : cluster 0 pgmap v6620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:38.196 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:55:38.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:38.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:38.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:38.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:55:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:39 smithi079 bash[28699]: cluster 2023-12-07T20:55:37.477464+0000 mgr.a (mgr.14403) 8872 : cluster 0 pgmap v6621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:39 smithi079 bash[28699]: audit 2023-12-07T20:55:37.698766+0000 mgr.a (mgr.14403) 8873 : audit 0 from='client.183924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:39 smithi194 bash[32038]: cluster 2023-12-07T20:55:37.477464+0000 mgr.a (mgr.14403) 8872 : cluster 0 pgmap v6621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:39 smithi194 bash[32038]: audit 2023-12-07T20:55:37.698766+0000 mgr.a (mgr.14403) 8873 : audit 0 from='client.183924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:39 smithi135 bash[32435]: cluster 2023-12-07T20:55:37.477464+0000 mgr.a (mgr.14403) 8872 : cluster 0 pgmap v6621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:39 smithi135 bash[32435]: audit 2023-12-07T20:55:37.698766+0000 mgr.a (mgr.14403) 8873 : audit 0 from='client.183924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:41 smithi079 bash[28699]: cluster 2023-12-07T20:55:39.478476+0000 mgr.a (mgr.14403) 8874 : cluster 0 pgmap v6622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:41 smithi194 bash[32038]: cluster 2023-12-07T20:55:39.478476+0000 mgr.a (mgr.14403) 8874 : cluster 0 pgmap v6622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:41.733 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:41 smithi135 bash[32435]: cluster 2023-12-07T20:55:39.478476+0000 mgr.a (mgr.14403) 8874 : cluster 0 pgmap v6622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:55:43.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:55:43.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:43.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:43 smithi194 bash[32038]: cluster 2023-12-07T20:55:41.479129+0000 mgr.a (mgr.14403) 8875 : cluster 0 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-07T20:55:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:43 smithi135 bash[32435]: cluster 2023-12-07T20:55:41.479129+0000 mgr.a (mgr.14403) 8875 : cluster 0 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-07T20:55:43.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:43 smithi079 bash[28699]: cluster 2023-12-07T20:55:41.479129+0000 mgr.a (mgr.14403) 8875 : cluster 0 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-07T20:55:44.125 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:55:44.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:44.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:44.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:44.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:55:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:45 smithi194 bash[32038]: cluster 2023-12-07T20:55:43.479505+0000 mgr.a (mgr.14403) 8876 : cluster 0 pgmap v6624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:45 smithi194 bash[32038]: audit 2023-12-07T20:55:43.612821+0000 mgr.a (mgr.14403) 8877 : audit 0 from='client.183999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:45 smithi135 bash[32435]: cluster 2023-12-07T20:55:43.479505+0000 mgr.a (mgr.14403) 8876 : cluster 0 pgmap v6624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:45 smithi135 bash[32435]: audit 2023-12-07T20:55:43.612821+0000 mgr.a (mgr.14403) 8877 : audit 0 from='client.183999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:45 smithi079 bash[28699]: cluster 2023-12-07T20:55:43.479505+0000 mgr.a (mgr.14403) 8876 : cluster 0 pgmap v6624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:45 smithi079 bash[28699]: audit 2023-12-07T20:55:43.612821+0000 mgr.a (mgr.14403) 8877 : audit 0 from='client.183999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:47 smithi194 bash[32038]: cluster 2023-12-07T20:55:45.480476+0000 mgr.a (mgr.14403) 8878 : cluster 0 pgmap v6625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:47 smithi135 bash[32435]: cluster 2023-12-07T20:55:45.480476+0000 mgr.a (mgr.14403) 8878 : cluster 0 pgmap v6625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:47 smithi079 bash[28699]: cluster 2023-12-07T20:55:45.480476+0000 mgr.a (mgr.14403) 8878 : cluster 0 pgmap v6625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:49.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:55:49.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:49.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:49 smithi194 bash[32038]: cluster 2023-12-07T20:55:47.481090+0000 mgr.a (mgr.14403) 8879 : cluster 0 pgmap v6626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:49 smithi135 bash[32435]: cluster 2023-12-07T20:55:47.481090+0000 mgr.a (mgr.14403) 8879 : cluster 0 pgmap v6626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:49 smithi079 bash[28699]: cluster 2023-12-07T20:55:47.481090+0000 mgr.a (mgr.14403) 8879 : cluster 0 pgmap v6626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:50.025 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:55:50.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:50.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:50.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:50.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:55:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:51 smithi194 bash[32038]: cluster 2023-12-07T20:55:49.481820+0000 mgr.a (mgr.14403) 8880 : cluster 0 pgmap v6627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:51 smithi194 bash[32038]: audit 2023-12-07T20:55:49.536635+0000 mgr.a (mgr.14403) 8881 : audit 0 from='client.184071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:51 smithi135 bash[32435]: cluster 2023-12-07T20:55:49.481820+0000 mgr.a (mgr.14403) 8880 : cluster 0 pgmap v6627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:51 smithi135 bash[32435]: audit 2023-12-07T20:55:49.536635+0000 mgr.a (mgr.14403) 8881 : audit 0 from='client.184071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:51.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:51 smithi079 bash[28699]: cluster 2023-12-07T20:55:49.481820+0000 mgr.a (mgr.14403) 8880 : cluster 0 pgmap v6627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:51.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:51 smithi079 bash[28699]: audit 2023-12-07T20:55:49.536635+0000 mgr.a (mgr.14403) 8881 : audit 0 from='client.184071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:53 smithi194 bash[32038]: cluster 2023-12-07T20:55:51.482508+0000 mgr.a (mgr.14403) 8882 : cluster 0 pgmap v6628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:53 smithi135 bash[32435]: cluster 2023-12-07T20:55:51.482508+0000 mgr.a (mgr.14403) 8882 : cluster 0 pgmap v6628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:53.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:53 smithi079 bash[28699]: cluster 2023-12-07T20:55:51.482508+0000 mgr.a (mgr.14403) 8882 : cluster 0 pgmap v6628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:55.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:55:55.029 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:55:55.029 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:55:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:55 smithi194 bash[32038]: cluster 2023-12-07T20:55:53.483165+0000 mgr.a (mgr.14403) 8883 : cluster 0 pgmap v6629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:55 smithi135 bash[32435]: cluster 2023-12-07T20:55:53.483165+0000 mgr.a (mgr.14403) 8883 : cluster 0 pgmap v6629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:55 smithi079 bash[28699]: cluster 2023-12-07T20:55:53.483165+0000 mgr.a (mgr.14403) 8883 : cluster 0 pgmap v6629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:55:55.940 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:55:55.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:55:55.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:55:55.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:55:55.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:55:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:56 smithi194 bash[32038]: audit 2023-12-07T20:55:55.436457+0000 mgr.a (mgr.14403) 8884 : audit 0 from='client.184146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:56.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:56 smithi135 bash[32435]: audit 2023-12-07T20:55:55.436457+0000 mgr.a (mgr.14403) 8884 : audit 0 from='client.184146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:56.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:56 smithi079 bash[28699]: audit 2023-12-07T20:55:55.436457+0000 mgr.a (mgr.14403) 8884 : audit 0 from='client.184146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:55:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:57 smithi194 bash[32038]: cluster 2023-12-07T20:55:55.483857+0000 mgr.a (mgr.14403) 8885 : cluster 0 pgmap v6630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:57 smithi135 bash[32435]: cluster 2023-12-07T20:55:55.483857+0000 mgr.a (mgr.14403) 8885 : cluster 0 pgmap v6630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:57 smithi079 bash[28699]: cluster 2023-12-07T20:55:55.483857+0000 mgr.a (mgr.14403) 8885 : cluster 0 pgmap v6630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:55:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:55:59 smithi194 bash[32038]: cluster 2023-12-07T20:55:57.484529+0000 mgr.a (mgr.14403) 8886 : cluster 0 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-07T20:55:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:55:59 smithi135 bash[32435]: cluster 2023-12-07T20:55:57.484529+0000 mgr.a (mgr.14403) 8886 : cluster 0 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-07T20:55:59.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:55:59 smithi079 bash[28699]: cluster 2023-12-07T20:55:57.484529+0000 mgr.a (mgr.14403) 8886 : cluster 0 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-07T20:56:00.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:56:00.944 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:00.944 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:01 smithi194 bash[32038]: cluster 2023-12-07T20:55:59.485374+0000 mgr.a (mgr.14403) 8887 : cluster 0 pgmap v6632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:01 smithi135 bash[32435]: cluster 2023-12-07T20:55:59.485374+0000 mgr.a (mgr.14403) 8887 : cluster 0 pgmap v6632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:01.823 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:56:01.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:01.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:01.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:01.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:56:01.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:01 smithi079 bash[28699]: cluster 2023-12-07T20:55:59.485374+0000 mgr.a (mgr.14403) 8887 : cluster 0 pgmap v6632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:02 smithi194 bash[32038]: audit 2023-12-07T20:56:01.341932+0000 mgr.a (mgr.14403) 8888 : audit 0 from='client.184224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:02 smithi135 bash[32435]: audit 2023-12-07T20:56:01.341932+0000 mgr.a (mgr.14403) 8888 : audit 0 from='client.184224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:02.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:02 smithi079 bash[28699]: audit 2023-12-07T20:56:01.341932+0000 mgr.a (mgr.14403) 8888 : audit 0 from='client.184224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:03 smithi194 bash[32038]: cluster 2023-12-07T20:56:01.488183+0000 mgr.a (mgr.14403) 8889 : cluster 0 pgmap v6633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:03 smithi135 bash[32435]: cluster 2023-12-07T20:56:01.488183+0000 mgr.a (mgr.14403) 8889 : cluster 0 pgmap v6633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:03 smithi079 bash[28699]: cluster 2023-12-07T20:56:01.488183+0000 mgr.a (mgr.14403) 8889 : cluster 0 pgmap v6633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:05.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:05 smithi194 bash[32038]: cluster 2023-12-07T20:56:03.488917+0000 mgr.a (mgr.14403) 8890 : cluster 0 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-07T20:56:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:05 smithi135 bash[32435]: cluster 2023-12-07T20:56:03.488917+0000 mgr.a (mgr.14403) 8890 : cluster 0 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-07T20:56:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:05 smithi079 bash[28699]: cluster 2023-12-07T20:56:03.488917+0000 mgr.a (mgr.14403) 8890 : cluster 0 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-07T20:56:06.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:56:06.827 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:06.828 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:07 smithi135 bash[32435]: cluster 2023-12-07T20:56:05.489666+0000 mgr.a (mgr.14403) 8891 : cluster 0 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-07T20:56:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:07 smithi135 bash[32435]: audit 2023-12-07T20:56:07.426272+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:56:07.723 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:56:07.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:07.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:07.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:07.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:56:07.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:07 smithi079 bash[28699]: cluster 2023-12-07T20:56:05.489666+0000 mgr.a (mgr.14403) 8891 : cluster 0 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-07T20:56:07.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:07 smithi079 bash[28699]: audit 2023-12-07T20:56:07.426272+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:56:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:07 smithi194 bash[32038]: cluster 2023-12-07T20:56:05.489666+0000 mgr.a (mgr.14403) 8891 : cluster 0 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-07T20:56:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:07 smithi194 bash[32038]: audit 2023-12-07T20:56:07.426272+0000 mon.a (mon.0) 1686 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:56:08.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:08 smithi079 bash[28699]: audit 2023-12-07T20:56:07.225429+0000 mgr.a (mgr.14403) 8892 : audit 0 from='client.184302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:08 smithi079 bash[28699]: audit 2023-12-07T20:56:08.223679+0000 mon.a (mon.0) 1687 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:56:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:08 smithi079 bash[28699]: audit 2023-12-07T20:56:08.226038+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:56:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:08 smithi079 bash[28699]: audit 2023-12-07T20:56:08.236325+0000 mon.a (mon.0) 1689 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:56:08.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:08 smithi194 bash[32038]: audit 2023-12-07T20:56:07.225429+0000 mgr.a (mgr.14403) 8892 : audit 0 from='client.184302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:08 smithi194 bash[32038]: audit 2023-12-07T20:56:08.223679+0000 mon.a (mon.0) 1687 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:56:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:08 smithi194 bash[32038]: audit 2023-12-07T20:56:08.226038+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:56:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:08 smithi194 bash[32038]: audit 2023-12-07T20:56:08.236325+0000 mon.a (mon.0) 1689 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:56:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:08 smithi135 bash[32435]: audit 2023-12-07T20:56:07.225429+0000 mgr.a (mgr.14403) 8892 : audit 0 from='client.184302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:08 smithi135 bash[32435]: audit 2023-12-07T20:56:08.223679+0000 mon.a (mon.0) 1687 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:56:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:08 smithi135 bash[32435]: audit 2023-12-07T20:56:08.226038+0000 mon.a (mon.0) 1688 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:56:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:08 smithi135 bash[32435]: audit 2023-12-07T20:56:08.236325+0000 mon.a (mon.0) 1689 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:56:09.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:09 smithi079 bash[28699]: cluster 2023-12-07T20:56:07.490665+0000 mgr.a (mgr.14403) 8893 : cluster 0 pgmap v6636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:09.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:09 smithi194 bash[32038]: cluster 2023-12-07T20:56:07.490665+0000 mgr.a (mgr.14403) 8893 : cluster 0 pgmap v6636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:09 smithi135 bash[32435]: cluster 2023-12-07T20:56:07.490665+0000 mgr.a (mgr.14403) 8893 : cluster 0 pgmap v6636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:11.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:11 smithi079 bash[28699]: cluster 2023-12-07T20:56:09.491605+0000 mgr.a (mgr.14403) 8894 : cluster 0 pgmap v6637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:11.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:11 smithi194 bash[32038]: cluster 2023-12-07T20:56:09.491605+0000 mgr.a (mgr.14403) 8894 : cluster 0 pgmap v6637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:11 smithi135 bash[32435]: cluster 2023-12-07T20:56:09.491605+0000 mgr.a (mgr.14403) 8894 : cluster 0 pgmap v6637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:12.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:56:12.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:12.727 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:13.637 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:56:13.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:13.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:13.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:13.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:56:13.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:13 smithi079 bash[28699]: cluster 2023-12-07T20:56:11.492155+0000 mgr.a (mgr.14403) 8895 : cluster 0 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-07T20:56:13.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:13 smithi194 bash[32038]: cluster 2023-12-07T20:56:11.492155+0000 mgr.a (mgr.14403) 8895 : cluster 0 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-07T20:56:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:13 smithi135 bash[32435]: cluster 2023-12-07T20:56:11.492155+0000 mgr.a (mgr.14403) 8895 : cluster 0 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-07T20:56:14.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:14 smithi079 bash[28699]: audit 2023-12-07T20:56:13.126135+0000 mgr.a (mgr.14403) 8896 : audit 0 from='client.184374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:14.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:14 smithi194 bash[32038]: audit 2023-12-07T20:56:13.126135+0000 mgr.a (mgr.14403) 8896 : audit 0 from='client.184374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:14.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:14 smithi135 bash[32435]: audit 2023-12-07T20:56:13.126135+0000 mgr.a (mgr.14403) 8896 : audit 0 from='client.184374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:15 smithi079 bash[28699]: cluster 2023-12-07T20:56:13.492713+0000 mgr.a (mgr.14403) 8897 : cluster 0 pgmap v6639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:15 smithi194 bash[32038]: cluster 2023-12-07T20:56:13.492713+0000 mgr.a (mgr.14403) 8897 : cluster 0 pgmap v6639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:15 smithi135 bash[32435]: cluster 2023-12-07T20:56:13.492713+0000 mgr.a (mgr.14403) 8897 : cluster 0 pgmap v6639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:16.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:16 smithi079 bash[28699]: cluster 2023-12-07T20:56:15.493234+0000 mgr.a (mgr.14403) 8898 : cluster 0 pgmap v6640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:56:16.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:16 smithi194 bash[32038]: cluster 2023-12-07T20:56:15.493234+0000 mgr.a (mgr.14403) 8898 : cluster 0 pgmap v6640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:56:16.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:16 smithi135 bash[32435]: cluster 2023-12-07T20:56:15.493234+0000 mgr.a (mgr.14403) 8898 : cluster 0 pgmap v6640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:56:18.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:56:18.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:18.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:18.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:18 smithi194 bash[32038]: cluster 2023-12-07T20:56:17.493756+0000 mgr.a (mgr.14403) 8899 : cluster 0 pgmap v6641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:56:18.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:18 smithi135 bash[32435]: cluster 2023-12-07T20:56:17.493756+0000 mgr.a (mgr.14403) 8899 : cluster 0 pgmap v6641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:56:19.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:18 smithi079 bash[28699]: cluster 2023-12-07T20:56:17.493756+0000 mgr.a (mgr.14403) 8899 : cluster 0 pgmap v6641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:56:19.565 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:56:19.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:19.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:19.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:19.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:56:19.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:19 smithi194 bash[32038]: audit 2023-12-07T20:56:19.049754+0000 mgr.a (mgr.14403) 8900 : audit 0 from='client.184452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:19 smithi135 bash[32435]: audit 2023-12-07T20:56:19.049754+0000 mgr.a (mgr.14403) 8900 : audit 0 from='client.184452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:20.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:19 smithi079 bash[28699]: audit 2023-12-07T20:56:19.049754+0000 mgr.a (mgr.14403) 8900 : audit 0 from='client.184452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:20.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:20 smithi194 bash[32038]: cluster 2023-12-07T20:56:19.494746+0000 mgr.a (mgr.14403) 8901 : cluster 0 pgmap v6642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:20 smithi135 bash[32435]: cluster 2023-12-07T20:56:19.494746+0000 mgr.a (mgr.14403) 8901 : cluster 0 pgmap v6642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:20 smithi079 bash[28699]: cluster 2023-12-07T20:56:19.494746+0000 mgr.a (mgr.14403) 8901 : cluster 0 pgmap v6642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:22.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:22 smithi194 bash[32038]: cluster 2023-12-07T20:56:21.495357+0000 mgr.a (mgr.14403) 8902 : cluster 0 pgmap v6643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:22 smithi135 bash[32435]: cluster 2023-12-07T20:56:21.495357+0000 mgr.a (mgr.14403) 8902 : cluster 0 pgmap v6643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:23.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:22 smithi079 bash[28699]: cluster 2023-12-07T20:56:21.495357+0000 mgr.a (mgr.14403) 8902 : cluster 0 pgmap v6643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:24.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:56:24.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:24.571 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:24.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:24 smithi194 bash[32038]: cluster 2023-12-07T20:56:23.495850+0000 mgr.a (mgr.14403) 8903 : cluster 0 pgmap v6644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:24.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:24 smithi135 bash[32435]: cluster 2023-12-07T20:56:23.495850+0000 mgr.a (mgr.14403) 8903 : cluster 0 pgmap v6644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:25.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:24 smithi079 bash[28699]: cluster 2023-12-07T20:56:23.495850+0000 mgr.a (mgr.14403) 8903 : cluster 0 pgmap v6644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:25.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:25.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:25.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:25.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:56:25.464 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:56:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:25 smithi194 bash[32038]: audit 2023-12-07T20:56:24.968707+0000 mgr.a (mgr.14403) 8904 : audit 0 from='client.184527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:25.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:25 smithi135 bash[32435]: audit 2023-12-07T20:56:24.968707+0000 mgr.a (mgr.14403) 8904 : audit 0 from='client.184527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:26.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:25 smithi079 bash[28699]: audit 2023-12-07T20:56:24.968707+0000 mgr.a (mgr.14403) 8904 : audit 0 from='client.184527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:26.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:26 smithi194 bash[32038]: cluster 2023-12-07T20:56:25.496835+0000 mgr.a (mgr.14403) 8905 : cluster 0 pgmap v6645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:26.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:26 smithi135 bash[32435]: cluster 2023-12-07T20:56:25.496835+0000 mgr.a (mgr.14403) 8905 : cluster 0 pgmap v6645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:27.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:26 smithi079 bash[28699]: cluster 2023-12-07T20:56:25.496835+0000 mgr.a (mgr.14403) 8905 : cluster 0 pgmap v6645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:28.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:28 smithi194 bash[32038]: cluster 2023-12-07T20:56:27.497386+0000 mgr.a (mgr.14403) 8906 : cluster 0 pgmap v6646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:56:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:28 smithi135 bash[32435]: cluster 2023-12-07T20:56:27.497386+0000 mgr.a (mgr.14403) 8906 : cluster 0 pgmap v6646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:56:29.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:28 smithi079 bash[28699]: cluster 2023-12-07T20:56:27.497386+0000 mgr.a (mgr.14403) 8906 : cluster 0 pgmap v6646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:56:30.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:56:30.467 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:30.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:30.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:30 smithi194 bash[32038]: cluster 2023-12-07T20:56:29.498137+0000 mgr.a (mgr.14403) 8907 : cluster 0 pgmap v6647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:56:30.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:30 smithi135 bash[32435]: cluster 2023-12-07T20:56:29.498137+0000 mgr.a (mgr.14403) 8907 : cluster 0 pgmap v6647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:56:31.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:30 smithi079 bash[28699]: cluster 2023-12-07T20:56:29.498137+0000 mgr.a (mgr.14403) 8907 : cluster 0 pgmap v6647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:56:31.382 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:56:31.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:31.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:31.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:31.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:56:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:31 smithi194 bash[32038]: audit 2023-12-07T20:56:30.873825+0000 mgr.a (mgr.14403) 8908 : audit 0 from='client.184605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:31 smithi135 bash[32435]: audit 2023-12-07T20:56:30.873825+0000 mgr.a (mgr.14403) 8908 : audit 0 from='client.184605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:32.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:31 smithi079 bash[28699]: audit 2023-12-07T20:56:30.873825+0000 mgr.a (mgr.14403) 8908 : audit 0 from='client.184605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:32.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:32 smithi194 bash[32038]: cluster 2023-12-07T20:56:31.498925+0000 mgr.a (mgr.14403) 8909 : cluster 0 pgmap v6648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:32.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:32 smithi135 bash[32435]: cluster 2023-12-07T20:56:31.498925+0000 mgr.a (mgr.14403) 8909 : cluster 0 pgmap v6648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:32 smithi079 bash[28699]: cluster 2023-12-07T20:56:31.498925+0000 mgr.a (mgr.14403) 8909 : cluster 0 pgmap v6648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:34.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:34 smithi194 bash[32038]: cluster 2023-12-07T20:56:33.499528+0000 mgr.a (mgr.14403) 8910 : cluster 0 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-07T20:56:34.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:34 smithi135 bash[32435]: cluster 2023-12-07T20:56:33.499528+0000 mgr.a (mgr.14403) 8910 : cluster 0 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-07T20:56:35.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:34 smithi079 bash[28699]: cluster 2023-12-07T20:56:33.499528+0000 mgr.a (mgr.14403) 8910 : cluster 0 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-07T20:56:36.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:56:36.386 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:36.386 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:36.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:36 smithi135 bash[32435]: cluster 2023-12-07T20:56:35.500336+0000 mgr.a (mgr.14403) 8911 : cluster 0 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-07T20:56:37.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:36 smithi079 bash[28699]: cluster 2023-12-07T20:56:35.500336+0000 mgr.a (mgr.14403) 8911 : cluster 0 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-07T20:56:37.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:36 smithi194 bash[32038]: cluster 2023-12-07T20:56:35.500336+0000 mgr.a (mgr.14403) 8911 : cluster 0 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-07T20:56:37.288 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:56:37.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:37.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:37.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:37.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:56:38.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:37 smithi079 bash[28699]: audit 2023-12-07T20:56:36.792841+0000 mgr.a (mgr.14403) 8912 : audit 0 from='client.184680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:37 smithi194 bash[32038]: audit 2023-12-07T20:56:36.792841+0000 mgr.a (mgr.14403) 8912 : audit 0 from='client.184680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:37 smithi135 bash[32435]: audit 2023-12-07T20:56:36.792841+0000 mgr.a (mgr.14403) 8912 : audit 0 from='client.184680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:39.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:38 smithi079 bash[28699]: cluster 2023-12-07T20:56:37.501004+0000 mgr.a (mgr.14403) 8913 : cluster 0 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-07T20:56:39.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:38 smithi194 bash[32038]: cluster 2023-12-07T20:56:37.501004+0000 mgr.a (mgr.14403) 8913 : cluster 0 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-07T20:56:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:38 smithi135 bash[32435]: cluster 2023-12-07T20:56:37.501004+0000 mgr.a (mgr.14403) 8913 : cluster 0 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-07T20:56:41.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:40 smithi079 bash[28699]: cluster 2023-12-07T20:56:39.501796+0000 mgr.a (mgr.14403) 8914 : cluster 0 pgmap v6652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:41.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:40 smithi194 bash[32038]: cluster 2023-12-07T20:56:39.501796+0000 mgr.a (mgr.14403) 8914 : cluster 0 pgmap v6652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:41.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:40 smithi135 bash[32435]: cluster 2023-12-07T20:56:39.501796+0000 mgr.a (mgr.14403) 8914 : cluster 0 pgmap v6652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:42.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:56:42.291 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:42.291 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:43.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:42 smithi079 bash[28699]: cluster 2023-12-07T20:56:41.502360+0000 mgr.a (mgr.14403) 8915 : cluster 0 pgmap v6653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:42 smithi194 bash[32038]: cluster 2023-12-07T20:56:41.502360+0000 mgr.a (mgr.14403) 8915 : cluster 0 pgmap v6653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:42 smithi135 bash[32435]: cluster 2023-12-07T20:56:41.502360+0000 mgr.a (mgr.14403) 8915 : cluster 0 pgmap v6653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:43.211 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:56:43.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:43.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:43.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:43.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:56:44.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:43 smithi079 bash[28699]: audit 2023-12-07T20:56:42.697099+0000 mgr.a (mgr.14403) 8916 : audit 0 from='client.184758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:44.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:43 smithi194 bash[32038]: audit 2023-12-07T20:56:42.697099+0000 mgr.a (mgr.14403) 8916 : audit 0 from='client.184758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:43 smithi135 bash[32435]: audit 2023-12-07T20:56:42.697099+0000 mgr.a (mgr.14403) 8916 : audit 0 from='client.184758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:45.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:44 smithi079 bash[28699]: cluster 2023-12-07T20:56:43.503003+0000 mgr.a (mgr.14403) 8917 : cluster 0 pgmap v6654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:45.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:44 smithi194 bash[32038]: cluster 2023-12-07T20:56:43.503003+0000 mgr.a (mgr.14403) 8917 : cluster 0 pgmap v6654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:45.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:44 smithi135 bash[32435]: cluster 2023-12-07T20:56:43.503003+0000 mgr.a (mgr.14403) 8917 : cluster 0 pgmap v6654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:47.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:46 smithi079 bash[28699]: cluster 2023-12-07T20:56:45.503752+0000 mgr.a (mgr.14403) 8918 : cluster 0 pgmap v6655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:47.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:46 smithi194 bash[32038]: cluster 2023-12-07T20:56:45.503752+0000 mgr.a (mgr.14403) 8918 : cluster 0 pgmap v6655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:46 smithi135 bash[32435]: cluster 2023-12-07T20:56:45.503752+0000 mgr.a (mgr.14403) 8918 : cluster 0 pgmap v6655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:56:48.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:56:48.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:48.216 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:49.131 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:56:49.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:49.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:49.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:49.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:56:49.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:48 smithi079 bash[28699]: cluster 2023-12-07T20:56:47.504233+0000 mgr.a (mgr.14403) 8919 : cluster 0 pgmap v6656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:49.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:48 smithi194 bash[32038]: cluster 2023-12-07T20:56:47.504233+0000 mgr.a (mgr.14403) 8919 : cluster 0 pgmap v6656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:49.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:48 smithi135 bash[32435]: cluster 2023-12-07T20:56:47.504233+0000 mgr.a (mgr.14403) 8919 : cluster 0 pgmap v6656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:50.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:49 smithi079 bash[28699]: audit 2023-12-07T20:56:48.612639+0000 mgr.a (mgr.14403) 8920 : audit 0 from='client.184836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:49 smithi194 bash[32038]: audit 2023-12-07T20:56:48.612639+0000 mgr.a (mgr.14403) 8920 : audit 0 from='client.184836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:49 smithi135 bash[32435]: audit 2023-12-07T20:56:48.612639+0000 mgr.a (mgr.14403) 8920 : audit 0 from='client.184836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:50 smithi079 bash[28699]: cluster 2023-12-07T20:56:49.505141+0000 mgr.a (mgr.14403) 8921 : cluster 0 pgmap v6657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:50 smithi194 bash[32038]: cluster 2023-12-07T20:56:49.505141+0000 mgr.a (mgr.14403) 8921 : cluster 0 pgmap v6657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:50 smithi135 bash[32435]: cluster 2023-12-07T20:56:49.505141+0000 mgr.a (mgr.14403) 8921 : cluster 0 pgmap v6657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:56:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:52 smithi079 bash[28699]: cluster 2023-12-07T20:56:51.505722+0000 mgr.a (mgr.14403) 8922 : cluster 0 pgmap v6658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:52 smithi194 bash[32038]: cluster 2023-12-07T20:56:51.505722+0000 mgr.a (mgr.14403) 8922 : cluster 0 pgmap v6658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:52 smithi135 bash[32435]: cluster 2023-12-07T20:56:51.505722+0000 mgr.a (mgr.14403) 8922 : cluster 0 pgmap v6658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:54.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:56:54.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:56:54.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:56:55.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:56:55.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:56:55.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:56:55.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:56:55.034 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:56:55.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:54 smithi079 bash[28699]: cluster 2023-12-07T20:56:53.506248+0000 mgr.a (mgr.14403) 8923 : cluster 0 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-07T20:56:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:54 smithi194 bash[32038]: cluster 2023-12-07T20:56:53.506248+0000 mgr.a (mgr.14403) 8923 : cluster 0 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-07T20:56:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:54 smithi135 bash[32435]: cluster 2023-12-07T20:56:53.506248+0000 mgr.a (mgr.14403) 8923 : cluster 0 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-07T20:56:56.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:55 smithi079 bash[28699]: audit 2023-12-07T20:56:54.539796+0000 mgr.a (mgr.14403) 8924 : audit 0 from='client.184914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:55 smithi194 bash[32038]: audit 2023-12-07T20:56:54.539796+0000 mgr.a (mgr.14403) 8924 : audit 0 from='client.184914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:55 smithi135 bash[32435]: audit 2023-12-07T20:56:54.539796+0000 mgr.a (mgr.14403) 8924 : audit 0 from='client.184914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:56:57.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:56 smithi079 bash[28699]: cluster 2023-12-07T20:56:55.507256+0000 mgr.a (mgr.14403) 8925 : cluster 0 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-07T20:56:57.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:56 smithi194 bash[32038]: cluster 2023-12-07T20:56:55.507256+0000 mgr.a (mgr.14403) 8925 : cluster 0 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-07T20:56:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:56 smithi135 bash[32435]: cluster 2023-12-07T20:56:55.507256+0000 mgr.a (mgr.14403) 8925 : cluster 0 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-07T20:56:59.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:56:58 smithi079 bash[28699]: cluster 2023-12-07T20:56:57.507757+0000 mgr.a (mgr.14403) 8926 : cluster 0 pgmap v6661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:59.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:56:58 smithi194 bash[32038]: cluster 2023-12-07T20:56:57.507757+0000 mgr.a (mgr.14403) 8926 : cluster 0 pgmap v6661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:56:59.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:56:58 smithi135 bash[32435]: cluster 2023-12-07T20:56:57.507757+0000 mgr.a (mgr.14403) 8926 : cluster 0 pgmap v6661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:57:00.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:57:00.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:00.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:00.967 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:57:00.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:00.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:00.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:00.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:57:01.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:00 smithi079 bash[28699]: cluster 2023-12-07T20:56:59.508516+0000 mgr.a (mgr.14403) 8927 : cluster 0 pgmap v6662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:01.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:00 smithi079 bash[28699]: audit 2023-12-07T20:57:00.454646+0000 mgr.a (mgr.14403) 8928 : audit 0 from='client.184986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:01.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:00 smithi194 bash[32038]: cluster 2023-12-07T20:56:59.508516+0000 mgr.a (mgr.14403) 8927 : cluster 0 pgmap v6662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:01.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:00 smithi194 bash[32038]: audit 2023-12-07T20:57:00.454646+0000 mgr.a (mgr.14403) 8928 : audit 0 from='client.184986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:00 smithi135 bash[32435]: cluster 2023-12-07T20:56:59.508516+0000 mgr.a (mgr.14403) 8927 : cluster 0 pgmap v6662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:00 smithi135 bash[32435]: audit 2023-12-07T20:57:00.454646+0000 mgr.a (mgr.14403) 8928 : audit 0 from='client.184986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:03.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:02 smithi079 bash[28699]: cluster 2023-12-07T20:57:01.509142+0000 mgr.a (mgr.14403) 8929 : cluster 0 pgmap v6663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:02 smithi194 bash[32038]: cluster 2023-12-07T20:57:01.509142+0000 mgr.a (mgr.14403) 8929 : cluster 0 pgmap v6663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:02 smithi135 bash[32435]: cluster 2023-12-07T20:57:01.509142+0000 mgr.a (mgr.14403) 8929 : cluster 0 pgmap v6663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:05.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:04 smithi079 bash[28699]: cluster 2023-12-07T20:57:03.509724+0000 mgr.a (mgr.14403) 8930 : cluster 0 pgmap v6664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:05.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:04 smithi194 bash[32038]: cluster 2023-12-07T20:57:03.509724+0000 mgr.a (mgr.14403) 8930 : cluster 0 pgmap v6664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:04 smithi135 bash[32435]: cluster 2023-12-07T20:57:03.509724+0000 mgr.a (mgr.14403) 8930 : cluster 0 pgmap v6664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:05.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:57:05.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:05.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:06.862 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:57:06.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:06.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:06.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:06.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:57:07.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:06 smithi079 bash[28699]: cluster 2023-12-07T20:57:05.510525+0000 mgr.a (mgr.14403) 8931 : cluster 0 pgmap v6665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:06 smithi079 bash[28699]: audit 2023-12-07T20:57:06.366729+0000 mgr.a (mgr.14403) 8932 : audit 0 from='client.185061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:06 smithi194 bash[32038]: cluster 2023-12-07T20:57:05.510525+0000 mgr.a (mgr.14403) 8931 : cluster 0 pgmap v6665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:06 smithi194 bash[32038]: audit 2023-12-07T20:57:06.366729+0000 mgr.a (mgr.14403) 8932 : audit 0 from='client.185061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:06 smithi135 bash[32435]: cluster 2023-12-07T20:57:05.510525+0000 mgr.a (mgr.14403) 8931 : cluster 0 pgmap v6665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:07.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:06 smithi135 bash[32435]: audit 2023-12-07T20:57:06.366729+0000 mgr.a (mgr.14403) 8932 : audit 0 from='client.185061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:08 smithi079 bash[28699]: cluster 2023-12-07T20:57:07.511226+0000 mgr.a (mgr.14403) 8933 : cluster 0 pgmap v6666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:08 smithi079 bash[28699]: audit 2023-12-07T20:57:08.341445+0000 mon.a (mon.0) 1690 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:57:09.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:08 smithi194 bash[32038]: cluster 2023-12-07T20:57:07.511226+0000 mgr.a (mgr.14403) 8933 : cluster 0 pgmap v6666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:09.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:08 smithi194 bash[32038]: audit 2023-12-07T20:57:08.341445+0000 mon.a (mon.0) 1690 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:57:09.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:08 smithi135 bash[32435]: cluster 2023-12-07T20:57:07.511226+0000 mgr.a (mgr.14403) 8933 : cluster 0 pgmap v6666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:09.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:08 smithi135 bash[32435]: audit 2023-12-07T20:57:08.341445+0000 mon.a (mon.0) 1690 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:57:10.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:09 smithi079 bash[28699]: audit 2023-12-07T20:57:08.872144+0000 mon.a (mon.0) 1691 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:57:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:09 smithi079 bash[28699]: audit 2023-12-07T20:57:08.884136+0000 mon.a (mon.0) 1692 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:57:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:09 smithi079 bash[28699]: audit 2023-12-07T20:57:09.624850+0000 mon.a (mon.0) 1693 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:57:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:09 smithi079 bash[28699]: audit 2023-12-07T20:57:09.626681+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:57:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:09 smithi079 bash[28699]: audit 2023-12-07T20:57:09.636238+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:57:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:09 smithi194 bash[32038]: audit 2023-12-07T20:57:08.872144+0000 mon.a (mon.0) 1691 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:57:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:09 smithi194 bash[32038]: audit 2023-12-07T20:57:08.884136+0000 mon.a (mon.0) 1692 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:57:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:09 smithi194 bash[32038]: audit 2023-12-07T20:57:09.624850+0000 mon.a (mon.0) 1693 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:57:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:09 smithi194 bash[32038]: audit 2023-12-07T20:57:09.626681+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:57:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:09 smithi194 bash[32038]: audit 2023-12-07T20:57:09.636238+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:57:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:09 smithi135 bash[32435]: audit 2023-12-07T20:57:08.872144+0000 mon.a (mon.0) 1691 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:57:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:09 smithi135 bash[32435]: audit 2023-12-07T20:57:08.884136+0000 mon.a (mon.0) 1692 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:57:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:09 smithi135 bash[32435]: audit 2023-12-07T20:57:09.624850+0000 mon.a (mon.0) 1693 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:57:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:09 smithi135 bash[32435]: audit 2023-12-07T20:57:09.626681+0000 mon.a (mon.0) 1694 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:57:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:09 smithi135 bash[32435]: audit 2023-12-07T20:57:09.636238+0000 mon.a (mon.0) 1695 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:57:11.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:10 smithi079 bash[28699]: cluster 2023-12-07T20:57:09.511993+0000 mgr.a (mgr.14403) 8934 : cluster 0 pgmap v6667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:11.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:10 smithi194 bash[32038]: cluster 2023-12-07T20:57:09.511993+0000 mgr.a (mgr.14403) 8934 : cluster 0 pgmap v6667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:11.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:10 smithi135 bash[32435]: cluster 2023-12-07T20:57:09.511993+0000 mgr.a (mgr.14403) 8934 : cluster 0 pgmap v6667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:11.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:57:11.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:11.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:12.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:12.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:12.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:12.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:57:12.778 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:57:13.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:12 smithi079 bash[28699]: cluster 2023-12-07T20:57:11.512561+0000 mgr.a (mgr.14403) 8935 : cluster 0 pgmap v6668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:13.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:12 smithi079 bash[28699]: audit 2023-12-07T20:57:12.268176+0000 mgr.a (mgr.14403) 8936 : audit 0 from='client.185136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:12 smithi194 bash[32038]: cluster 2023-12-07T20:57:11.512561+0000 mgr.a (mgr.14403) 8935 : cluster 0 pgmap v6668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:13.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:12 smithi194 bash[32038]: audit 2023-12-07T20:57:12.268176+0000 mgr.a (mgr.14403) 8936 : audit 0 from='client.185136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:13.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:12 smithi135 bash[32435]: cluster 2023-12-07T20:57:11.512561+0000 mgr.a (mgr.14403) 8935 : cluster 0 pgmap v6668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:13.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:12 smithi135 bash[32435]: audit 2023-12-07T20:57:12.268176+0000 mgr.a (mgr.14403) 8936 : audit 0 from='client.185136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:14 smithi194 bash[32038]: cluster 2023-12-07T20:57:13.513398+0000 mgr.a (mgr.14403) 8937 : cluster 0 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-07T20:57:15.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:14 smithi135 bash[32435]: cluster 2023-12-07T20:57:13.513398+0000 mgr.a (mgr.14403) 8937 : cluster 0 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-07T20:57:15.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:14 smithi079 bash[28699]: cluster 2023-12-07T20:57:13.513398+0000 mgr.a (mgr.14403) 8937 : cluster 0 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-07T20:57:17.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:16 smithi194 bash[32038]: cluster 2023-12-07T20:57:15.514245+0000 mgr.a (mgr.14403) 8938 : cluster 0 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-07T20:57:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:16 smithi135 bash[32435]: cluster 2023-12-07T20:57:15.514245+0000 mgr.a (mgr.14403) 8938 : cluster 0 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-07T20:57:17.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:16 smithi079 bash[28699]: cluster 2023-12-07T20:57:15.514245+0000 mgr.a (mgr.14403) 8938 : cluster 0 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-07T20:57:17.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:57:17.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:17.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:18.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:18.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:18.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:18.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:57:18.653 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:57:19.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:18 smithi194 bash[32038]: cluster 2023-12-07T20:57:17.514859+0000 mgr.a (mgr.14403) 8939 : cluster 0 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-07T20:57:19.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:18 smithi194 bash[32038]: audit 2023-12-07T20:57:18.186846+0000 mgr.a (mgr.14403) 8940 : audit 0 from='client.185214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:18 smithi135 bash[32435]: cluster 2023-12-07T20:57:17.514859+0000 mgr.a (mgr.14403) 8939 : cluster 0 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-07T20:57:19.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:18 smithi135 bash[32435]: audit 2023-12-07T20:57:18.186846+0000 mgr.a (mgr.14403) 8940 : audit 0 from='client.185214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:18 smithi079 bash[28699]: cluster 2023-12-07T20:57:17.514859+0000 mgr.a (mgr.14403) 8939 : cluster 0 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-07T20:57:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:18 smithi079 bash[28699]: audit 2023-12-07T20:57:18.186846+0000 mgr.a (mgr.14403) 8940 : audit 0 from='client.185214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:20 smithi194 bash[32038]: cluster 2023-12-07T20:57:19.515804+0000 mgr.a (mgr.14403) 8941 : cluster 0 pgmap v6672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:57:21.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:20 smithi135 bash[32435]: cluster 2023-12-07T20:57:19.515804+0000 mgr.a (mgr.14403) 8941 : cluster 0 pgmap v6672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:57:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:20 smithi079 bash[28699]: cluster 2023-12-07T20:57:19.515804+0000 mgr.a (mgr.14403) 8941 : cluster 0 pgmap v6672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:57:23.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:22 smithi194 bash[32038]: cluster 2023-12-07T20:57:21.516392+0000 mgr.a (mgr.14403) 8942 : cluster 0 pgmap v6673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:57:23.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:22 smithi135 bash[32435]: cluster 2023-12-07T20:57:21.516392+0000 mgr.a (mgr.14403) 8942 : cluster 0 pgmap v6673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:57:23.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:22 smithi079 bash[28699]: cluster 2023-12-07T20:57:21.516392+0000 mgr.a (mgr.14403) 8942 : cluster 0 pgmap v6673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:57:23.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:57:23.655 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:23.655 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:24.548 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:57:24.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:24.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:24.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:24.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:57:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:24 smithi194 bash[32038]: cluster 2023-12-07T20:57:23.516915+0000 mgr.a (mgr.14403) 8943 : cluster 0 pgmap v6674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:57:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:24 smithi194 bash[32038]: audit 2023-12-07T20:57:24.067355+0000 mgr.a (mgr.14403) 8944 : audit 0 from='client.185292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:25.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:24 smithi135 bash[32435]: cluster 2023-12-07T20:57:23.516915+0000 mgr.a (mgr.14403) 8943 : cluster 0 pgmap v6674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:57:25.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:24 smithi135 bash[32435]: audit 2023-12-07T20:57:24.067355+0000 mgr.a (mgr.14403) 8944 : audit 0 from='client.185292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:25.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:24 smithi079 bash[28699]: cluster 2023-12-07T20:57:23.516915+0000 mgr.a (mgr.14403) 8943 : cluster 0 pgmap v6674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:57:25.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:24 smithi079 bash[28699]: audit 2023-12-07T20:57:24.067355+0000 mgr.a (mgr.14403) 8944 : audit 0 from='client.185292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:27.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:26 smithi135 bash[32435]: cluster 2023-12-07T20:57:25.517950+0000 mgr.a (mgr.14403) 8945 : cluster 0 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-07T20:57:27.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:26 smithi194 bash[32038]: cluster 2023-12-07T20:57:25.517950+0000 mgr.a (mgr.14403) 8945 : cluster 0 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-07T20:57:27.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:26 smithi079 bash[28699]: cluster 2023-12-07T20:57:25.517950+0000 mgr.a (mgr.14403) 8945 : cluster 0 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-07T20:57:29.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:28 smithi194 bash[32038]: cluster 2023-12-07T20:57:27.518584+0000 mgr.a (mgr.14403) 8946 : cluster 0 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-07T20:57:29.220 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:28 smithi135 bash[32435]: cluster 2023-12-07T20:57:27.518584+0000 mgr.a (mgr.14403) 8946 : cluster 0 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-07T20:57:29.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:28 smithi079 bash[28699]: cluster 2023-12-07T20:57:27.518584+0000 mgr.a (mgr.14403) 8946 : cluster 0 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-07T20:57:29.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:57:29.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:29.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:30.470 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:57:30.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:30.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:30.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:30.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:57:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:30 smithi194 bash[32038]: cluster 2023-12-07T20:57:29.519383+0000 mgr.a (mgr.14403) 8947 : cluster 0 pgmap v6677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:30 smithi194 bash[32038]: audit 2023-12-07T20:57:29.951524+0000 mgr.a (mgr.14403) 8948 : audit 0 from='client.185361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:31.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:30 smithi135 bash[32435]: cluster 2023-12-07T20:57:29.519383+0000 mgr.a (mgr.14403) 8947 : cluster 0 pgmap v6677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:31.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:30 smithi135 bash[32435]: audit 2023-12-07T20:57:29.951524+0000 mgr.a (mgr.14403) 8948 : audit 0 from='client.185361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:31.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:30 smithi079 bash[28699]: cluster 2023-12-07T20:57:29.519383+0000 mgr.a (mgr.14403) 8947 : cluster 0 pgmap v6677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:31.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:30 smithi079 bash[28699]: audit 2023-12-07T20:57:29.951524+0000 mgr.a (mgr.14403) 8948 : audit 0 from='client.185361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:33.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:32 smithi194 bash[32038]: cluster 2023-12-07T20:57:31.520136+0000 mgr.a (mgr.14403) 8949 : cluster 0 pgmap v6678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:57:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:32 smithi135 bash[32435]: cluster 2023-12-07T20:57:31.520136+0000 mgr.a (mgr.14403) 8949 : cluster 0 pgmap v6678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:57:33.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:32 smithi079 bash[28699]: cluster 2023-12-07T20:57:31.520136+0000 mgr.a (mgr.14403) 8949 : cluster 0 pgmap v6678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:57:35.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:34 smithi194 bash[32038]: cluster 2023-12-07T20:57:33.520740+0000 mgr.a (mgr.14403) 8950 : cluster 0 pgmap v6679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:57:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:34 smithi135 bash[32435]: cluster 2023-12-07T20:57:33.520740+0000 mgr.a (mgr.14403) 8950 : cluster 0 pgmap v6679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:57:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:34 smithi079 bash[28699]: cluster 2023-12-07T20:57:33.520740+0000 mgr.a (mgr.14403) 8950 : cluster 0 pgmap v6679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:57:35.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:57:35.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:35.475 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:36.346 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:57:36.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:36.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:36.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:36.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:57:37.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:36 smithi194 bash[32038]: cluster 2023-12-07T20:57:35.521676+0000 mgr.a (mgr.14403) 8951 : cluster 0 pgmap v6680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:57:37.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:36 smithi194 bash[32038]: audit 2023-12-07T20:57:35.871972+0000 mgr.a (mgr.14403) 8952 : audit 0 from='client.185436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:37.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:36 smithi135 bash[32435]: cluster 2023-12-07T20:57:35.521676+0000 mgr.a (mgr.14403) 8951 : cluster 0 pgmap v6680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:57:37.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:36 smithi135 bash[32435]: audit 2023-12-07T20:57:35.871972+0000 mgr.a (mgr.14403) 8952 : audit 0 from='client.185436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:37.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:36 smithi079 bash[28699]: cluster 2023-12-07T20:57:35.521676+0000 mgr.a (mgr.14403) 8951 : cluster 0 pgmap v6680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:57:37.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:36 smithi079 bash[28699]: audit 2023-12-07T20:57:35.871972+0000 mgr.a (mgr.14403) 8952 : audit 0 from='client.185436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:39.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:38 smithi194 bash[32038]: cluster 2023-12-07T20:57:37.522551+0000 mgr.a (mgr.14403) 8953 : cluster 0 pgmap v6681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:38 smithi135 bash[32435]: cluster 2023-12-07T20:57:37.522551+0000 mgr.a (mgr.14403) 8953 : cluster 0 pgmap v6681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:39.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:38 smithi079 bash[28699]: cluster 2023-12-07T20:57:37.522551+0000 mgr.a (mgr.14403) 8953 : cluster 0 pgmap v6681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:41.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:40 smithi135 bash[32435]: cluster 2023-12-07T20:57:39.523549+0000 mgr.a (mgr.14403) 8954 : cluster 0 pgmap v6682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:41.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:57:41.350 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:41.351 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:41.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:40 smithi079 bash[28699]: cluster 2023-12-07T20:57:39.523549+0000 mgr.a (mgr.14403) 8954 : cluster 0 pgmap v6682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:40 smithi194 bash[32038]: cluster 2023-12-07T20:57:39.523549+0000 mgr.a (mgr.14403) 8954 : cluster 0 pgmap v6682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:42.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:42.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:42.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:42.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:57:42.258 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:57:43.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:42 smithi079 bash[28699]: cluster 2023-12-07T20:57:41.524079+0000 mgr.a (mgr.14403) 8955 : cluster 0 pgmap v6683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:42 smithi079 bash[28699]: audit 2023-12-07T20:57:41.753685+0000 mgr.a (mgr.14403) 8956 : audit 0 from='client.185511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:42 smithi194 bash[32038]: cluster 2023-12-07T20:57:41.524079+0000 mgr.a (mgr.14403) 8955 : cluster 0 pgmap v6683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:42 smithi194 bash[32038]: audit 2023-12-07T20:57:41.753685+0000 mgr.a (mgr.14403) 8956 : audit 0 from='client.185511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:42 smithi135 bash[32435]: cluster 2023-12-07T20:57:41.524079+0000 mgr.a (mgr.14403) 8955 : cluster 0 pgmap v6683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:42 smithi135 bash[32435]: audit 2023-12-07T20:57:41.753685+0000 mgr.a (mgr.14403) 8956 : audit 0 from='client.185511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:45.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:44 smithi079 bash[28699]: cluster 2023-12-07T20:57:43.524769+0000 mgr.a (mgr.14403) 8957 : cluster 0 pgmap v6684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:44 smithi194 bash[32038]: cluster 2023-12-07T20:57:43.524769+0000 mgr.a (mgr.14403) 8957 : cluster 0 pgmap v6684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:45.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:44 smithi135 bash[32435]: cluster 2023-12-07T20:57:43.524769+0000 mgr.a (mgr.14403) 8957 : cluster 0 pgmap v6684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:47.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:57:47.261 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:47.261 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:47.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:46 smithi079 bash[28699]: cluster 2023-12-07T20:57:45.525615+0000 mgr.a (mgr.14403) 8958 : cluster 0 pgmap v6685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:46 smithi194 bash[32038]: cluster 2023-12-07T20:57:45.525615+0000 mgr.a (mgr.14403) 8958 : cluster 0 pgmap v6685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:47.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:46 smithi135 bash[32435]: cluster 2023-12-07T20:57:45.525615+0000 mgr.a (mgr.14403) 8958 : cluster 0 pgmap v6685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:48.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:48.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:48.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:48.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:57:48.183 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:57:49.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:48 smithi079 bash[28699]: cluster 2023-12-07T20:57:47.526260+0000 mgr.a (mgr.14403) 8959 : cluster 0 pgmap v6686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:49.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:48 smithi079 bash[28699]: audit 2023-12-07T20:57:47.669165+0000 mgr.a (mgr.14403) 8960 : audit 0 from='client.185589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:48 smithi194 bash[32038]: cluster 2023-12-07T20:57:47.526260+0000 mgr.a (mgr.14403) 8959 : cluster 0 pgmap v6686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:48 smithi194 bash[32038]: audit 2023-12-07T20:57:47.669165+0000 mgr.a (mgr.14403) 8960 : audit 0 from='client.185589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:49.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:48 smithi135 bash[32435]: cluster 2023-12-07T20:57:47.526260+0000 mgr.a (mgr.14403) 8959 : cluster 0 pgmap v6686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:49.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:48 smithi135 bash[32435]: audit 2023-12-07T20:57:47.669165+0000 mgr.a (mgr.14403) 8960 : audit 0 from='client.185589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:51.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:50 smithi079 bash[28699]: cluster 2023-12-07T20:57:49.527230+0000 mgr.a (mgr.14403) 8961 : cluster 0 pgmap v6687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:51.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:50 smithi194 bash[32038]: cluster 2023-12-07T20:57:49.527230+0000 mgr.a (mgr.14403) 8961 : cluster 0 pgmap v6687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:51.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:50 smithi135 bash[32435]: cluster 2023-12-07T20:57:49.527230+0000 mgr.a (mgr.14403) 8961 : cluster 0 pgmap v6687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:57:53.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:57:53.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:53.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:52 smithi079 bash[28699]: cluster 2023-12-07T20:57:51.527828+0000 mgr.a (mgr.14403) 8962 : cluster 0 pgmap v6688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:52 smithi194 bash[32038]: cluster 2023-12-07T20:57:51.527828+0000 mgr.a (mgr.14403) 8962 : cluster 0 pgmap v6688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:52 smithi135 bash[32435]: cluster 2023-12-07T20:57:51.527828+0000 mgr.a (mgr.14403) 8962 : cluster 0 pgmap v6688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:54.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:57:54.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:57:54.088 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:57:54.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:57:54.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:57:55.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:54 smithi079 bash[28699]: cluster 2023-12-07T20:57:53.528359+0000 mgr.a (mgr.14403) 8963 : cluster 0 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-07T20:57:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:54 smithi079 bash[28699]: audit 2023-12-07T20:57:53.590573+0000 mgr.a (mgr.14403) 8964 : audit 0 from='client.139004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:54 smithi194 bash[32038]: cluster 2023-12-07T20:57:53.528359+0000 mgr.a (mgr.14403) 8963 : cluster 0 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-07T20:57:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:54 smithi194 bash[32038]: audit 2023-12-07T20:57:53.590573+0000 mgr.a (mgr.14403) 8964 : audit 0 from='client.139004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:55.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:54 smithi135 bash[32435]: cluster 2023-12-07T20:57:53.528359+0000 mgr.a (mgr.14403) 8963 : cluster 0 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-07T20:57:55.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:54 smithi135 bash[32435]: audit 2023-12-07T20:57:53.590573+0000 mgr.a (mgr.14403) 8964 : audit 0 from='client.139004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:57:57.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:56 smithi079 bash[28699]: cluster 2023-12-07T20:57:55.529347+0000 mgr.a (mgr.14403) 8965 : cluster 0 pgmap v6690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:57.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:56 smithi194 bash[32038]: cluster 2023-12-07T20:57:55.529347+0000 mgr.a (mgr.14403) 8965 : cluster 0 pgmap v6690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:57.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:56 smithi135 bash[32435]: cluster 2023-12-07T20:57:55.529347+0000 mgr.a (mgr.14403) 8965 : cluster 0 pgmap v6690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:57:59.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:57:59.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:57:59.093 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:57:59.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:57:58 smithi079 bash[28699]: cluster 2023-12-07T20:57:57.529889+0000 mgr.a (mgr.14403) 8966 : cluster 0 pgmap v6691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:57:59.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:57:58 smithi194 bash[32038]: cluster 2023-12-07T20:57:57.529889+0000 mgr.a (mgr.14403) 8966 : cluster 0 pgmap v6691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:57:59.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:57:58 smithi135 bash[32435]: cluster 2023-12-07T20:57:57.529889+0000 mgr.a (mgr.14403) 8966 : cluster 0 pgmap v6691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:00.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:00.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:00.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:00.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:58:00.005 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:58:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:00 smithi079 bash[28699]: audit 2023-12-07T20:57:59.493950+0000 mgr.a (mgr.14403) 8967 : audit 0 from='client.185736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:00 smithi194 bash[32038]: audit 2023-12-07T20:57:59.493950+0000 mgr.a (mgr.14403) 8967 : audit 0 from='client.185736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:00 smithi135 bash[32435]: audit 2023-12-07T20:57:59.493950+0000 mgr.a (mgr.14403) 8967 : audit 0 from='client.185736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:01.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:01 smithi079 bash[28699]: cluster 2023-12-07T20:57:59.530604+0000 mgr.a (mgr.14403) 8968 : cluster 0 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-07T20:58:01.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:01 smithi194 bash[32038]: cluster 2023-12-07T20:57:59.530604+0000 mgr.a (mgr.14403) 8968 : cluster 0 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-07T20:58:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:01 smithi135 bash[32435]: cluster 2023-12-07T20:57:59.530604+0000 mgr.a (mgr.14403) 8968 : cluster 0 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-07T20:58:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:03 smithi079 bash[28699]: cluster 2023-12-07T20:58:01.531277+0000 mgr.a (mgr.14403) 8969 : cluster 0 pgmap v6693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:03 smithi194 bash[32038]: cluster 2023-12-07T20:58:01.531277+0000 mgr.a (mgr.14403) 8969 : cluster 0 pgmap v6693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:03 smithi135 bash[32435]: cluster 2023-12-07T20:58:01.531277+0000 mgr.a (mgr.14403) 8969 : cluster 0 pgmap v6693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:05.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:58:05.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:05.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:05.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:05 smithi079 bash[28699]: cluster 2023-12-07T20:58:03.531855+0000 mgr.a (mgr.14403) 8970 : cluster 0 pgmap v6694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:05.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:05 smithi194 bash[32038]: cluster 2023-12-07T20:58:03.531855+0000 mgr.a (mgr.14403) 8970 : cluster 0 pgmap v6694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:05.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:05 smithi135 bash[32435]: cluster 2023-12-07T20:58:03.531855+0000 mgr.a (mgr.14403) 8970 : cluster 0 pgmap v6694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:58:05.924 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:58:05.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:05.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:05.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:05.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:58:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:06 smithi079 bash[28699]: audit 2023-12-07T20:58:05.409285+0000 mgr.a (mgr.14403) 8971 : audit 0 from='client.185814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:06 smithi194 bash[32038]: audit 2023-12-07T20:58:05.409285+0000 mgr.a (mgr.14403) 8971 : audit 0 from='client.185814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:06 smithi135 bash[32435]: audit 2023-12-07T20:58:05.409285+0000 mgr.a (mgr.14403) 8971 : audit 0 from='client.185814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:07.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:07 smithi079 bash[28699]: cluster 2023-12-07T20:58:05.532837+0000 mgr.a (mgr.14403) 8972 : cluster 0 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-07T20:58:07.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:07 smithi194 bash[32038]: cluster 2023-12-07T20:58:05.532837+0000 mgr.a (mgr.14403) 8972 : cluster 0 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-07T20:58:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:07 smithi135 bash[32435]: cluster 2023-12-07T20:58:05.532837+0000 mgr.a (mgr.14403) 8972 : cluster 0 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-07T20:58:09.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:09 smithi079 bash[28699]: cluster 2023-12-07T20:58:07.533525+0000 mgr.a (mgr.14403) 8973 : cluster 0 pgmap v6696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:09.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:09 smithi194 bash[32038]: cluster 2023-12-07T20:58:07.533525+0000 mgr.a (mgr.14403) 8973 : cluster 0 pgmap v6696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:09.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:09 smithi135 bash[32435]: cluster 2023-12-07T20:58:07.533525+0000 mgr.a (mgr.14403) 8973 : cluster 0 pgmap v6696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:10 smithi079 bash[28699]: audit 2023-12-07T20:58:09.740184+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:58:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:10 smithi194 bash[32038]: audit 2023-12-07T20:58:09.740184+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:58:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:10 smithi135 bash[32435]: audit 2023-12-07T20:58:09.740184+0000 mon.a (mon.0) 1696 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:58:10.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:58:10.928 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:10.928 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:11 smithi079 bash[28699]: cluster 2023-12-07T20:58:09.534350+0000 mgr.a (mgr.14403) 8974 : cluster 0 pgmap v6697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:11 smithi079 bash[28699]: audit 2023-12-07T20:58:10.269206+0000 mon.a (mon.0) 1697 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:58:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:11 smithi079 bash[28699]: audit 2023-12-07T20:58:10.274582+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:58:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:11 smithi079 bash[28699]: audit 2023-12-07T20:58:10.973869+0000 mon.a (mon.0) 1699 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:58:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:11 smithi079 bash[28699]: audit 2023-12-07T20:58:10.975922+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:58:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:11 smithi079 bash[28699]: audit 2023-12-07T20:58:10.986278+0000 mon.a (mon.0) 1701 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:58:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:11 smithi194 bash[32038]: cluster 2023-12-07T20:58:09.534350+0000 mgr.a (mgr.14403) 8974 : cluster 0 pgmap v6697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:11 smithi194 bash[32038]: audit 2023-12-07T20:58:10.269206+0000 mon.a (mon.0) 1697 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:58:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:11 smithi194 bash[32038]: audit 2023-12-07T20:58:10.274582+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:58:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:11 smithi194 bash[32038]: audit 2023-12-07T20:58:10.973869+0000 mon.a (mon.0) 1699 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:58:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:11 smithi194 bash[32038]: audit 2023-12-07T20:58:10.975922+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:58:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:11 smithi194 bash[32038]: audit 2023-12-07T20:58:10.986278+0000 mon.a (mon.0) 1701 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:58:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:11 smithi135 bash[32435]: cluster 2023-12-07T20:58:09.534350+0000 mgr.a (mgr.14403) 8974 : cluster 0 pgmap v6697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:11 smithi135 bash[32435]: audit 2023-12-07T20:58:10.269206+0000 mon.a (mon.0) 1697 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:58:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:11 smithi135 bash[32435]: audit 2023-12-07T20:58:10.274582+0000 mon.a (mon.0) 1698 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:58:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:11 smithi135 bash[32435]: audit 2023-12-07T20:58:10.973869+0000 mon.a (mon.0) 1699 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:58:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:11 smithi135 bash[32435]: audit 2023-12-07T20:58:10.975922+0000 mon.a (mon.0) 1700 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:58:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:11 smithi135 bash[32435]: audit 2023-12-07T20:58:10.986278+0000 mon.a (mon.0) 1701 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:58:11.849 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:58:11.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:11.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:11.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:11.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:58:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:12 smithi079 bash[28699]: audit 2023-12-07T20:58:11.344581+0000 mgr.a (mgr.14403) 8975 : audit 0 from='client.185889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:12 smithi194 bash[32038]: audit 2023-12-07T20:58:11.344581+0000 mgr.a (mgr.14403) 8975 : audit 0 from='client.185889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:12 smithi135 bash[32435]: audit 2023-12-07T20:58:11.344581+0000 mgr.a (mgr.14403) 8975 : audit 0 from='client.185889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:13 smithi079 bash[28699]: cluster 2023-12-07T20:58:11.534997+0000 mgr.a (mgr.14403) 8976 : cluster 0 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-07T20:58:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:13 smithi194 bash[32038]: cluster 2023-12-07T20:58:11.534997+0000 mgr.a (mgr.14403) 8976 : cluster 0 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-07T20:58:13.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:13 smithi135 bash[32435]: cluster 2023-12-07T20:58:11.534997+0000 mgr.a (mgr.14403) 8976 : cluster 0 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-07T20:58:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:15 smithi079 bash[28699]: cluster 2023-12-07T20:58:13.535672+0000 mgr.a (mgr.14403) 8977 : cluster 0 pgmap v6699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:15 smithi194 bash[32038]: cluster 2023-12-07T20:58:13.535672+0000 mgr.a (mgr.14403) 8977 : cluster 0 pgmap v6699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:15 smithi135 bash[32435]: cluster 2023-12-07T20:58:13.535672+0000 mgr.a (mgr.14403) 8977 : cluster 0 pgmap v6699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:16.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:58:16.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:16.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:17 smithi079 bash[28699]: cluster 2023-12-07T20:58:15.536479+0000 mgr.a (mgr.14403) 8978 : cluster 0 pgmap v6700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:17 smithi194 bash[32038]: cluster 2023-12-07T20:58:15.536479+0000 mgr.a (mgr.14403) 8978 : cluster 0 pgmap v6700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:17.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:17 smithi135 bash[32435]: cluster 2023-12-07T20:58:15.536479+0000 mgr.a (mgr.14403) 8978 : cluster 0 pgmap v6700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:17.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:17.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:17.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:17.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:58:17.770 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:58:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:18 smithi079 bash[28699]: audit 2023-12-07T20:58:17.259399+0000 mgr.a (mgr.14403) 8979 : audit 0 from='client.185958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:18 smithi194 bash[32038]: audit 2023-12-07T20:58:17.259399+0000 mgr.a (mgr.14403) 8979 : audit 0 from='client.185958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:18 smithi135 bash[32435]: audit 2023-12-07T20:58:17.259399+0000 mgr.a (mgr.14403) 8979 : audit 0 from='client.185958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:19 smithi079 bash[28699]: cluster 2023-12-07T20:58:17.537222+0000 mgr.a (mgr.14403) 8980 : cluster 0 pgmap v6701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:19 smithi194 bash[32038]: cluster 2023-12-07T20:58:17.537222+0000 mgr.a (mgr.14403) 8980 : cluster 0 pgmap v6701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:19 smithi135 bash[32435]: cluster 2023-12-07T20:58:17.537222+0000 mgr.a (mgr.14403) 8980 : cluster 0 pgmap v6701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:21 smithi079 bash[28699]: cluster 2023-12-07T20:58:19.538161+0000 mgr.a (mgr.14403) 8981 : cluster 0 pgmap v6702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:21 smithi194 bash[32038]: cluster 2023-12-07T20:58:19.538161+0000 mgr.a (mgr.14403) 8981 : cluster 0 pgmap v6702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:21 smithi135 bash[32435]: cluster 2023-12-07T20:58:19.538161+0000 mgr.a (mgr.14403) 8981 : cluster 0 pgmap v6702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:22.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:58:22.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:22.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:23 smithi079 bash[28699]: cluster 2023-12-07T20:58:21.538717+0000 mgr.a (mgr.14403) 8982 : cluster 0 pgmap v6703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:23.666 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:58:23.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:23.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:23.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:23.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:58:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:23 smithi194 bash[32038]: cluster 2023-12-07T20:58:21.538717+0000 mgr.a (mgr.14403) 8982 : cluster 0 pgmap v6703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:23 smithi135 bash[32435]: cluster 2023-12-07T20:58:21.538717+0000 mgr.a (mgr.14403) 8982 : cluster 0 pgmap v6703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:24 smithi079 bash[28699]: audit 2023-12-07T20:58:23.178493+0000 mgr.a (mgr.14403) 8983 : audit 0 from='client.186033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:24 smithi194 bash[32038]: audit 2023-12-07T20:58:23.178493+0000 mgr.a (mgr.14403) 8983 : audit 0 from='client.186033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:24 smithi135 bash[32435]: audit 2023-12-07T20:58:23.178493+0000 mgr.a (mgr.14403) 8983 : audit 0 from='client.186033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:25 smithi079 bash[28699]: cluster 2023-12-07T20:58:23.547926+0000 mgr.a (mgr.14403) 8984 : cluster 0 pgmap v6704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:25 smithi194 bash[32038]: cluster 2023-12-07T20:58:23.547926+0000 mgr.a (mgr.14403) 8984 : cluster 0 pgmap v6704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:25 smithi135 bash[32435]: cluster 2023-12-07T20:58:23.547926+0000 mgr.a (mgr.14403) 8984 : cluster 0 pgmap v6704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:27 smithi079 bash[28699]: cluster 2023-12-07T20:58:25.548861+0000 mgr.a (mgr.14403) 8985 : cluster 0 pgmap v6705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:58:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:27 smithi194 bash[32038]: cluster 2023-12-07T20:58:25.548861+0000 mgr.a (mgr.14403) 8985 : cluster 0 pgmap v6705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:58:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:27 smithi135 bash[32435]: cluster 2023-12-07T20:58:25.548861+0000 mgr.a (mgr.14403) 8985 : cluster 0 pgmap v6705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:58:28.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:58:28.669 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:28.669 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:29.578 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:58:29.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:29.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:29.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:29.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:58:29.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:29 smithi079 bash[28699]: cluster 2023-12-07T20:58:27.549410+0000 mgr.a (mgr.14403) 8986 : cluster 0 pgmap v6706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:58:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:29 smithi194 bash[32038]: cluster 2023-12-07T20:58:27.549410+0000 mgr.a (mgr.14403) 8986 : cluster 0 pgmap v6706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:58:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:29 smithi135 bash[32435]: cluster 2023-12-07T20:58:27.549410+0000 mgr.a (mgr.14403) 8986 : cluster 0 pgmap v6706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:58:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:30 smithi079 bash[28699]: audit 2023-12-07T20:58:29.075107+0000 mgr.a (mgr.14403) 8987 : audit 0 from='client.186108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:30 smithi194 bash[32038]: audit 2023-12-07T20:58:29.075107+0000 mgr.a (mgr.14403) 8987 : audit 0 from='client.186108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:30 smithi135 bash[32435]: audit 2023-12-07T20:58:29.075107+0000 mgr.a (mgr.14403) 8987 : audit 0 from='client.186108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:31 smithi079 bash[28699]: cluster 2023-12-07T20:58:29.550078+0000 mgr.a (mgr.14403) 8988 : cluster 0 pgmap v6707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:31 smithi194 bash[32038]: cluster 2023-12-07T20:58:29.550078+0000 mgr.a (mgr.14403) 8988 : cluster 0 pgmap v6707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:31 smithi135 bash[32435]: cluster 2023-12-07T20:58:29.550078+0000 mgr.a (mgr.14403) 8988 : cluster 0 pgmap v6707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:33 smithi079 bash[28699]: cluster 2023-12-07T20:58:31.550628+0000 mgr.a (mgr.14403) 8989 : cluster 0 pgmap v6708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T20:58:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:33 smithi194 bash[32038]: cluster 2023-12-07T20:58:31.550628+0000 mgr.a (mgr.14403) 8989 : cluster 0 pgmap v6708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T20:58:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:33 smithi135 bash[32435]: cluster 2023-12-07T20:58:31.550628+0000 mgr.a (mgr.14403) 8989 : cluster 0 pgmap v6708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T20:58:34.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:58:34.583 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:34.583 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:35.441 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:58:35.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:35.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:35.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:35.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:58:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:35 smithi079 bash[28699]: cluster 2023-12-07T20:58:33.551312+0000 mgr.a (mgr.14403) 8990 : cluster 0 pgmap v6709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:58:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:35 smithi194 bash[32038]: cluster 2023-12-07T20:58:33.551312+0000 mgr.a (mgr.14403) 8990 : cluster 0 pgmap v6709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:58:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:35 smithi135 bash[32435]: cluster 2023-12-07T20:58:33.551312+0000 mgr.a (mgr.14403) 8990 : cluster 0 pgmap v6709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T20:58:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:36 smithi079 bash[28699]: audit 2023-12-07T20:58:34.975995+0000 mgr.a (mgr.14403) 8991 : audit 0 from='client.186186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:36 smithi194 bash[32038]: audit 2023-12-07T20:58:34.975995+0000 mgr.a (mgr.14403) 8991 : audit 0 from='client.186186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:36 smithi135 bash[32435]: audit 2023-12-07T20:58:34.975995+0000 mgr.a (mgr.14403) 8991 : audit 0 from='client.186186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:37 smithi079 bash[28699]: cluster 2023-12-07T20:58:35.552321+0000 mgr.a (mgr.14403) 8992 : cluster 0 pgmap v6710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:37 smithi194 bash[32038]: cluster 2023-12-07T20:58:35.552321+0000 mgr.a (mgr.14403) 8992 : cluster 0 pgmap v6710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:37 smithi135 bash[32435]: cluster 2023-12-07T20:58:35.552321+0000 mgr.a (mgr.14403) 8992 : cluster 0 pgmap v6710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:39 smithi079 bash[28699]: cluster 2023-12-07T20:58:37.552928+0000 mgr.a (mgr.14403) 8993 : cluster 0 pgmap v6711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:58:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:39 smithi194 bash[32038]: cluster 2023-12-07T20:58:37.552928+0000 mgr.a (mgr.14403) 8993 : cluster 0 pgmap v6711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:58:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:39 smithi135 bash[32435]: cluster 2023-12-07T20:58:37.552928+0000 mgr.a (mgr.14403) 8993 : cluster 0 pgmap v6711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:58:40.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:58:40.445 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:40.445 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:41.339 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:58:41.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:41.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:41.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:41.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:58:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:41 smithi079 bash[28699]: cluster 2023-12-07T20:58:39.553872+0000 mgr.a (mgr.14403) 8994 : cluster 0 pgmap v6712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:58:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:41 smithi194 bash[32038]: cluster 2023-12-07T20:58:39.553872+0000 mgr.a (mgr.14403) 8994 : cluster 0 pgmap v6712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:58:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:41 smithi135 bash[32435]: cluster 2023-12-07T20:58:39.553872+0000 mgr.a (mgr.14403) 8994 : cluster 0 pgmap v6712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:58:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:42 smithi079 bash[28699]: audit 2023-12-07T20:58:40.847961+0000 mgr.a (mgr.14403) 8995 : audit 0 from='client.186261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:42 smithi194 bash[32038]: audit 2023-12-07T20:58:40.847961+0000 mgr.a (mgr.14403) 8995 : audit 0 from='client.186261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:42 smithi135 bash[32435]: audit 2023-12-07T20:58:40.847961+0000 mgr.a (mgr.14403) 8995 : audit 0 from='client.186261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:43 smithi079 bash[28699]: cluster 2023-12-07T20:58:41.554604+0000 mgr.a (mgr.14403) 8996 : cluster 0 pgmap v6713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:43 smithi194 bash[32038]: cluster 2023-12-07T20:58:41.554604+0000 mgr.a (mgr.14403) 8996 : cluster 0 pgmap v6713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:43 smithi135 bash[32435]: cluster 2023-12-07T20:58:41.554604+0000 mgr.a (mgr.14403) 8996 : cluster 0 pgmap v6713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:45.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:45 smithi079 bash[28699]: cluster 2023-12-07T20:58:43.555352+0000 mgr.a (mgr.14403) 8997 : cluster 0 pgmap v6714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:58:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:45 smithi194 bash[32038]: cluster 2023-12-07T20:58:43.555352+0000 mgr.a (mgr.14403) 8997 : cluster 0 pgmap v6714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:58:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:45 smithi135 bash[32435]: cluster 2023-12-07T20:58:43.555352+0000 mgr.a (mgr.14403) 8997 : cluster 0 pgmap v6714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:58:46.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:58:46.343 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:46.343 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:47.269 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:58:47.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:47.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:47.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:47.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:58:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:47 smithi079 bash[28699]: cluster 2023-12-07T20:58:45.556037+0000 mgr.a (mgr.14403) 8998 : cluster 0 pgmap v6715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:58:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:47 smithi194 bash[32038]: cluster 2023-12-07T20:58:45.556037+0000 mgr.a (mgr.14403) 8998 : cluster 0 pgmap v6715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:58:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:47 smithi135 bash[32435]: cluster 2023-12-07T20:58:45.556037+0000 mgr.a (mgr.14403) 8998 : cluster 0 pgmap v6715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:58:48.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:48 smithi079 bash[28699]: audit 2023-12-07T20:58:46.752772+0000 mgr.a (mgr.14403) 8999 : audit 0 from='client.186339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:48 smithi194 bash[32038]: audit 2023-12-07T20:58:46.752772+0000 mgr.a (mgr.14403) 8999 : audit 0 from='client.186339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:48 smithi135 bash[32435]: audit 2023-12-07T20:58:46.752772+0000 mgr.a (mgr.14403) 8999 : audit 0 from='client.186339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:49.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:49 smithi079 bash[28699]: cluster 2023-12-07T20:58:47.556721+0000 mgr.a (mgr.14403) 9000 : cluster 0 pgmap v6716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:49 smithi194 bash[32038]: cluster 2023-12-07T20:58:47.556721+0000 mgr.a (mgr.14403) 9000 : cluster 0 pgmap v6716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:49 smithi135 bash[32435]: cluster 2023-12-07T20:58:47.556721+0000 mgr.a (mgr.14403) 9000 : cluster 0 pgmap v6716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:51 smithi079 bash[28699]: cluster 2023-12-07T20:58:49.557567+0000 mgr.a (mgr.14403) 9001 : cluster 0 pgmap v6717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:51 smithi194 bash[32038]: cluster 2023-12-07T20:58:49.557567+0000 mgr.a (mgr.14403) 9001 : cluster 0 pgmap v6717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:51 smithi135 bash[32435]: cluster 2023-12-07T20:58:49.557567+0000 mgr.a (mgr.14403) 9001 : cluster 0 pgmap v6717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:58:52.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:58:52.272 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:52.272 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:53.195 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:58:53.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:53.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:53.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:53.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:58:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:53 smithi194 bash[32038]: cluster 2023-12-07T20:58:51.558147+0000 mgr.a (mgr.14403) 9002 : cluster 0 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-07T20:58:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:53 smithi135 bash[32435]: cluster 2023-12-07T20:58:51.558147+0000 mgr.a (mgr.14403) 9002 : cluster 0 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-07T20:58:53.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:53 smithi079 bash[28699]: cluster 2023-12-07T20:58:51.558147+0000 mgr.a (mgr.14403) 9002 : cluster 0 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-07T20:58:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:54 smithi194 bash[32038]: audit 2023-12-07T20:58:52.679479+0000 mgr.a (mgr.14403) 9003 : audit 0 from='client.186417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:54 smithi135 bash[32435]: audit 2023-12-07T20:58:52.679479+0000 mgr.a (mgr.14403) 9003 : audit 0 from='client.186417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:54.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:54 smithi079 bash[28699]: audit 2023-12-07T20:58:52.679479+0000 mgr.a (mgr.14403) 9003 : audit 0 from='client.186417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:58:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:55 smithi194 bash[32038]: cluster 2023-12-07T20:58:53.558960+0000 mgr.a (mgr.14403) 9004 : cluster 0 pgmap v6719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:58:55.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:55 smithi135 bash[32435]: cluster 2023-12-07T20:58:53.558960+0000 mgr.a (mgr.14403) 9004 : cluster 0 pgmap v6719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:58:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:55 smithi079 bash[28699]: cluster 2023-12-07T20:58:53.558960+0000 mgr.a (mgr.14403) 9004 : cluster 0 pgmap v6719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:58:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:57 smithi194 bash[32038]: cluster 2023-12-07T20:58:55.559706+0000 mgr.a (mgr.14403) 9005 : cluster 0 pgmap v6720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:58:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:57 smithi135 bash[32435]: cluster 2023-12-07T20:58:55.559706+0000 mgr.a (mgr.14403) 9005 : cluster 0 pgmap v6720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:58:57.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:57 smithi079 bash[28699]: cluster 2023-12-07T20:58:55.559706+0000 mgr.a (mgr.14403) 9005 : cluster 0 pgmap v6720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T20:58:58.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:58:58.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:58:58.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:58:59.088 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:58:59.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:58:59.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:58:59.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:58:59.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:58:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:58:59 smithi194 bash[32038]: cluster 2023-12-07T20:58:57.560437+0000 mgr.a (mgr.14403) 9006 : cluster 0 pgmap v6721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:58:59 smithi135 bash[32435]: cluster 2023-12-07T20:58:57.560437+0000 mgr.a (mgr.14403) 9006 : cluster 0 pgmap v6721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:58:59.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:58:59 smithi079 bash[28699]: cluster 2023-12-07T20:58:57.560437+0000 mgr.a (mgr.14403) 9006 : cluster 0 pgmap v6721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:00 smithi194 bash[32038]: audit 2023-12-07T20:58:58.601788+0000 mgr.a (mgr.14403) 9007 : audit 0 from='client.186489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:00 smithi135 bash[32435]: audit 2023-12-07T20:58:58.601788+0000 mgr.a (mgr.14403) 9007 : audit 0 from='client.186489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:00 smithi079 bash[28699]: audit 2023-12-07T20:58:58.601788+0000 mgr.a (mgr.14403) 9007 : audit 0 from='client.186489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:01 smithi194 bash[32038]: cluster 2023-12-07T20:58:59.561479+0000 mgr.a (mgr.14403) 9008 : cluster 0 pgmap v6722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:01.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:01 smithi135 bash[32435]: cluster 2023-12-07T20:58:59.561479+0000 mgr.a (mgr.14403) 9008 : cluster 0 pgmap v6722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:01.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:01 smithi079 bash[28699]: cluster 2023-12-07T20:58:59.561479+0000 mgr.a (mgr.14403) 9008 : cluster 0 pgmap v6722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:03 smithi194 bash[32038]: cluster 2023-12-07T20:59:01.562153+0000 mgr.a (mgr.14403) 9009 : cluster 0 pgmap v6723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:03 smithi135 bash[32435]: cluster 2023-12-07T20:59:01.562153+0000 mgr.a (mgr.14403) 9009 : cluster 0 pgmap v6723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:03 smithi079 bash[28699]: cluster 2023-12-07T20:59:01.562153+0000 mgr.a (mgr.14403) 9009 : cluster 0 pgmap v6723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:04.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:59:04.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:04.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:05.016 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:59:05.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:05.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:05.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:05.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:59:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:05 smithi194 bash[32038]: cluster 2023-12-07T20:59:03.562929+0000 mgr.a (mgr.14403) 9010 : cluster 0 pgmap v6724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:05 smithi194 bash[32038]: audit 2023-12-07T20:59:04.500690+0000 mgr.a (mgr.14403) 9011 : audit 0 from='client.186567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:05 smithi135 bash[32435]: cluster 2023-12-07T20:59:03.562929+0000 mgr.a (mgr.14403) 9010 : cluster 0 pgmap v6724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:05 smithi135 bash[32435]: audit 2023-12-07T20:59:04.500690+0000 mgr.a (mgr.14403) 9011 : audit 0 from='client.186567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:05 smithi079 bash[28699]: cluster 2023-12-07T20:59:03.562929+0000 mgr.a (mgr.14403) 9010 : cluster 0 pgmap v6724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:05 smithi079 bash[28699]: audit 2023-12-07T20:59:04.500690+0000 mgr.a (mgr.14403) 9011 : audit 0 from='client.186567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:07 smithi194 bash[32038]: cluster 2023-12-07T20:59:05.563711+0000 mgr.a (mgr.14403) 9012 : cluster 0 pgmap v6725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:59:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:07 smithi135 bash[32435]: cluster 2023-12-07T20:59:05.563711+0000 mgr.a (mgr.14403) 9012 : cluster 0 pgmap v6725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:59:07.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:07 smithi079 bash[28699]: cluster 2023-12-07T20:59:05.563711+0000 mgr.a (mgr.14403) 9012 : cluster 0 pgmap v6725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T20:59:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:09 smithi194 bash[32038]: cluster 2023-12-07T20:59:07.564304+0000 mgr.a (mgr.14403) 9013 : cluster 0 pgmap v6726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:09 smithi135 bash[32435]: cluster 2023-12-07T20:59:07.564304+0000 mgr.a (mgr.14403) 9013 : cluster 0 pgmap v6726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:09.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:09 smithi079 bash[28699]: cluster 2023-12-07T20:59:07.564304+0000 mgr.a (mgr.14403) 9013 : cluster 0 pgmap v6726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:10.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:59:10.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:10.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:10.919 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:59:10.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:10.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:10.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:10.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:59:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:11 smithi194 bash[32038]: cluster 2023-12-07T20:59:09.565120+0000 mgr.a (mgr.14403) 9014 : cluster 0 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-07T20:59:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:11 smithi194 bash[32038]: audit 2023-12-07T20:59:10.427515+0000 mgr.a (mgr.14403) 9015 : audit 0 from='client.186645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:11 smithi194 bash[32038]: audit 2023-12-07T20:59:11.087741+0000 mon.a (mon.0) 1702 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:59:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:11 smithi135 bash[32435]: cluster 2023-12-07T20:59:09.565120+0000 mgr.a (mgr.14403) 9014 : cluster 0 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-07T20:59:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:11 smithi135 bash[32435]: audit 2023-12-07T20:59:10.427515+0000 mgr.a (mgr.14403) 9015 : audit 0 from='client.186645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:11 smithi135 bash[32435]: audit 2023-12-07T20:59:11.087741+0000 mon.a (mon.0) 1702 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:59:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:11 smithi079 bash[28699]: cluster 2023-12-07T20:59:09.565120+0000 mgr.a (mgr.14403) 9014 : cluster 0 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-07T20:59:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:11 smithi079 bash[28699]: audit 2023-12-07T20:59:10.427515+0000 mgr.a (mgr.14403) 9015 : audit 0 from='client.186645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:11 smithi079 bash[28699]: audit 2023-12-07T20:59:11.087741+0000 mon.a (mon.0) 1702 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T20:59:12.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:12 smithi079 bash[28699]: cluster 2023-12-07T20:59:11.565742+0000 mgr.a (mgr.14403) 9016 : cluster 0 pgmap v6728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:12.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:12 smithi079 bash[28699]: audit 2023-12-07T20:59:11.626439+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:59:12.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:12 smithi079 bash[28699]: audit 2023-12-07T20:59:11.634855+0000 mon.a (mon.0) 1704 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:59:12.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:12 smithi079 bash[28699]: audit 2023-12-07T20:59:12.342005+0000 mon.a (mon.0) 1705 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:59:12.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:12 smithi079 bash[28699]: audit 2023-12-07T20:59:12.343874+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:59:12.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:12 smithi079 bash[28699]: audit 2023-12-07T20:59:12.353803+0000 mon.a (mon.0) 1707 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:59:12.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:12 smithi194 bash[32038]: cluster 2023-12-07T20:59:11.565742+0000 mgr.a (mgr.14403) 9016 : cluster 0 pgmap v6728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:12 smithi194 bash[32038]: audit 2023-12-07T20:59:11.626439+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:59:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:12 smithi194 bash[32038]: audit 2023-12-07T20:59:11.634855+0000 mon.a (mon.0) 1704 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:59:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:12 smithi194 bash[32038]: audit 2023-12-07T20:59:12.342005+0000 mon.a (mon.0) 1705 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:59:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:12 smithi194 bash[32038]: audit 2023-12-07T20:59:12.343874+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:59:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:12 smithi194 bash[32038]: audit 2023-12-07T20:59:12.353803+0000 mon.a (mon.0) 1707 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:59:12.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:12 smithi135 bash[32435]: cluster 2023-12-07T20:59:11.565742+0000 mgr.a (mgr.14403) 9016 : cluster 0 pgmap v6728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:12.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:12 smithi135 bash[32435]: audit 2023-12-07T20:59:11.626439+0000 mon.a (mon.0) 1703 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:59:12.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:12 smithi135 bash[32435]: audit 2023-12-07T20:59:11.634855+0000 mon.a (mon.0) 1704 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:59:12.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:12 smithi135 bash[32435]: audit 2023-12-07T20:59:12.342005+0000 mon.a (mon.0) 1705 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T20:59:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:12 smithi135 bash[32435]: audit 2023-12-07T20:59:12.343874+0000 mon.a (mon.0) 1706 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T20:59:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:12 smithi135 bash[32435]: audit 2023-12-07T20:59:12.353803+0000 mon.a (mon.0) 1707 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T20:59:15.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:14 smithi079 bash[28699]: cluster 2023-12-07T20:59:13.566528+0000 mgr.a (mgr.14403) 9017 : cluster 0 pgmap v6729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:15.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:14 smithi194 bash[32038]: cluster 2023-12-07T20:59:13.566528+0000 mgr.a (mgr.14403) 9017 : cluster 0 pgmap v6729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:15.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:14 smithi135 bash[32435]: cluster 2023-12-07T20:59:13.566528+0000 mgr.a (mgr.14403) 9017 : cluster 0 pgmap v6729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:15.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:59:15.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:15.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:16.813 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:59:16.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:16.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:16.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:16.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:59:17.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:16 smithi079 bash[28699]: cluster 2023-12-07T20:59:15.567118+0000 mgr.a (mgr.14403) 9018 : cluster 0 pgmap v6730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:17.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:16 smithi079 bash[28699]: audit 2023-12-07T20:59:16.321113+0000 mgr.a (mgr.14403) 9019 : audit 0 from='client.186720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:17.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:16 smithi194 bash[32038]: cluster 2023-12-07T20:59:15.567118+0000 mgr.a (mgr.14403) 9018 : cluster 0 pgmap v6730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:17.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:16 smithi194 bash[32038]: audit 2023-12-07T20:59:16.321113+0000 mgr.a (mgr.14403) 9019 : audit 0 from='client.186720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:16 smithi135 bash[32435]: cluster 2023-12-07T20:59:15.567118+0000 mgr.a (mgr.14403) 9018 : cluster 0 pgmap v6730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:16 smithi135 bash[32435]: audit 2023-12-07T20:59:16.321113+0000 mgr.a (mgr.14403) 9019 : audit 0 from='client.186720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:18 smithi079 bash[28699]: cluster 2023-12-07T20:59:17.567780+0000 mgr.a (mgr.14403) 9020 : cluster 0 pgmap v6731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:19.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:18 smithi194 bash[32038]: cluster 2023-12-07T20:59:17.567780+0000 mgr.a (mgr.14403) 9020 : cluster 0 pgmap v6731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:19.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:18 smithi135 bash[32435]: cluster 2023-12-07T20:59:17.567780+0000 mgr.a (mgr.14403) 9020 : cluster 0 pgmap v6731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:20 smithi079 bash[28699]: cluster 2023-12-07T20:59:19.568597+0000 mgr.a (mgr.14403) 9021 : cluster 0 pgmap v6732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:21.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:20 smithi194 bash[32038]: cluster 2023-12-07T20:59:19.568597+0000 mgr.a (mgr.14403) 9021 : cluster 0 pgmap v6732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:21.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:20 smithi135 bash[32435]: cluster 2023-12-07T20:59:19.568597+0000 mgr.a (mgr.14403) 9021 : cluster 0 pgmap v6732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:21.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:59:21.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:21.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:22.718 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:59:22.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:22.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:22.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:22.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:59:23.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:22 smithi079 bash[28699]: cluster 2023-12-07T20:59:21.569152+0000 mgr.a (mgr.14403) 9022 : cluster 0 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-07T20:59:23.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:22 smithi079 bash[28699]: audit 2023-12-07T20:59:22.209653+0000 mgr.a (mgr.14403) 9023 : audit 0 from='client.186792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:22 smithi194 bash[32038]: cluster 2023-12-07T20:59:21.569152+0000 mgr.a (mgr.14403) 9022 : cluster 0 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-07T20:59:23.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:22 smithi194 bash[32038]: audit 2023-12-07T20:59:22.209653+0000 mgr.a (mgr.14403) 9023 : audit 0 from='client.186792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:22 smithi135 bash[32435]: cluster 2023-12-07T20:59:21.569152+0000 mgr.a (mgr.14403) 9022 : cluster 0 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-07T20:59:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:22 smithi135 bash[32435]: audit 2023-12-07T20:59:22.209653+0000 mgr.a (mgr.14403) 9023 : audit 0 from='client.186792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:24 smithi079 bash[28699]: cluster 2023-12-07T20:59:23.569987+0000 mgr.a (mgr.14403) 9024 : cluster 0 pgmap v6734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:25.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:24 smithi194 bash[32038]: cluster 2023-12-07T20:59:23.569987+0000 mgr.a (mgr.14403) 9024 : cluster 0 pgmap v6734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:25.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:24 smithi135 bash[32435]: cluster 2023-12-07T20:59:23.569987+0000 mgr.a (mgr.14403) 9024 : cluster 0 pgmap v6734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:27.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:26 smithi079 bash[28699]: cluster 2023-12-07T20:59:25.570581+0000 mgr.a (mgr.14403) 9025 : cluster 0 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-07T20:59:27.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:26 smithi194 bash[32038]: cluster 2023-12-07T20:59:25.570581+0000 mgr.a (mgr.14403) 9025 : cluster 0 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-07T20:59:27.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:26 smithi135 bash[32435]: cluster 2023-12-07T20:59:25.570581+0000 mgr.a (mgr.14403) 9025 : cluster 0 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-07T20:59:27.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:59:27.723 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:27.723 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:28.614 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:59:28.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:28.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:28.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:28.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:59:29.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:28 smithi079 bash[28699]: cluster 2023-12-07T20:59:27.571154+0000 mgr.a (mgr.14403) 9026 : cluster 0 pgmap v6736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:29.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:28 smithi079 bash[28699]: audit 2023-12-07T20:59:28.126141+0000 mgr.a (mgr.14403) 9027 : audit 0 from='client.186867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:29.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:28 smithi194 bash[32038]: cluster 2023-12-07T20:59:27.571154+0000 mgr.a (mgr.14403) 9026 : cluster 0 pgmap v6736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:29.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:28 smithi194 bash[32038]: audit 2023-12-07T20:59:28.126141+0000 mgr.a (mgr.14403) 9027 : audit 0 from='client.186867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:29.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:28 smithi135 bash[32435]: cluster 2023-12-07T20:59:27.571154+0000 mgr.a (mgr.14403) 9026 : cluster 0 pgmap v6736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:29.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:28 smithi135 bash[32435]: audit 2023-12-07T20:59:28.126141+0000 mgr.a (mgr.14403) 9027 : audit 0 from='client.186867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:31.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:30 smithi079 bash[28699]: cluster 2023-12-07T20:59:29.572133+0000 mgr.a (mgr.14403) 9028 : cluster 0 pgmap v6737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:59:31.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:30 smithi194 bash[32038]: cluster 2023-12-07T20:59:29.572133+0000 mgr.a (mgr.14403) 9028 : cluster 0 pgmap v6737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:59:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:30 smithi135 bash[32435]: cluster 2023-12-07T20:59:29.572133+0000 mgr.a (mgr.14403) 9028 : cluster 0 pgmap v6737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T20:59:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:32 smithi079 bash[28699]: cluster 2023-12-07T20:59:31.572841+0000 mgr.a (mgr.14403) 9029 : cluster 0 pgmap v6738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:59:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:32 smithi194 bash[32038]: cluster 2023-12-07T20:59:31.572841+0000 mgr.a (mgr.14403) 9029 : cluster 0 pgmap v6738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:59:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:32 smithi135 bash[32435]: cluster 2023-12-07T20:59:31.572841+0000 mgr.a (mgr.14403) 9029 : cluster 0 pgmap v6738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T20:59:33.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:59:33.618 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:33.618 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:34.542 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:59:34.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:34.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:34.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:34.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:59:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:34 smithi079 bash[28699]: cluster 2023-12-07T20:59:33.573624+0000 mgr.a (mgr.14403) 9030 : cluster 0 pgmap v6739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:34 smithi079 bash[28699]: audit 2023-12-07T20:59:34.024022+0000 mgr.a (mgr.14403) 9031 : audit 0 from='client.186945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:35.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:34 smithi194 bash[32038]: cluster 2023-12-07T20:59:33.573624+0000 mgr.a (mgr.14403) 9030 : cluster 0 pgmap v6739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:34 smithi194 bash[32038]: audit 2023-12-07T20:59:34.024022+0000 mgr.a (mgr.14403) 9031 : audit 0 from='client.186945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:34 smithi135 bash[32435]: cluster 2023-12-07T20:59:33.573624+0000 mgr.a (mgr.14403) 9030 : cluster 0 pgmap v6739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:34 smithi135 bash[32435]: audit 2023-12-07T20:59:34.024022+0000 mgr.a (mgr.14403) 9031 : audit 0 from='client.186945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:37.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:36 smithi079 bash[28699]: cluster 2023-12-07T20:59:35.574442+0000 mgr.a (mgr.14403) 9032 : cluster 0 pgmap v6740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:37.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:36 smithi194 bash[32038]: cluster 2023-12-07T20:59:35.574442+0000 mgr.a (mgr.14403) 9032 : cluster 0 pgmap v6740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:37.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:36 smithi135 bash[32435]: cluster 2023-12-07T20:59:35.574442+0000 mgr.a (mgr.14403) 9032 : cluster 0 pgmap v6740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:39.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:38 smithi079 bash[28699]: cluster 2023-12-07T20:59:37.575050+0000 mgr.a (mgr.14403) 9033 : cluster 0 pgmap v6741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:39.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:38 smithi194 bash[32038]: cluster 2023-12-07T20:59:37.575050+0000 mgr.a (mgr.14403) 9033 : cluster 0 pgmap v6741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:38 smithi135 bash[32435]: cluster 2023-12-07T20:59:37.575050+0000 mgr.a (mgr.14403) 9033 : cluster 0 pgmap v6741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T20:59:39.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:59:39.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:39.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:40.462 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:59:40.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:40.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:40.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:40.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:59:41.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:40 smithi079 bash[28699]: cluster 2023-12-07T20:59:39.575832+0000 mgr.a (mgr.14403) 9034 : cluster 0 pgmap v6742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:40 smithi079 bash[28699]: audit 2023-12-07T20:59:39.954795+0000 mgr.a (mgr.14403) 9035 : audit 0 from='client.187023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:41.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:40 smithi194 bash[32038]: cluster 2023-12-07T20:59:39.575832+0000 mgr.a (mgr.14403) 9034 : cluster 0 pgmap v6742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:41.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:40 smithi194 bash[32038]: audit 2023-12-07T20:59:39.954795+0000 mgr.a (mgr.14403) 9035 : audit 0 from='client.187023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:41.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:40 smithi135 bash[32435]: cluster 2023-12-07T20:59:39.575832+0000 mgr.a (mgr.14403) 9034 : cluster 0 pgmap v6742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:41.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:40 smithi135 bash[32435]: audit 2023-12-07T20:59:39.954795+0000 mgr.a (mgr.14403) 9035 : audit 0 from='client.187023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:43.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:42 smithi079 bash[28699]: cluster 2023-12-07T20:59:41.576510+0000 mgr.a (mgr.14403) 9036 : cluster 0 pgmap v6743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:59:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:42 smithi194 bash[32038]: cluster 2023-12-07T20:59:41.576510+0000 mgr.a (mgr.14403) 9036 : cluster 0 pgmap v6743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:59:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:42 smithi135 bash[32435]: cluster 2023-12-07T20:59:41.576510+0000 mgr.a (mgr.14403) 9036 : cluster 0 pgmap v6743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T20:59:45.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:44 smithi079 bash[28699]: cluster 2023-12-07T20:59:43.577411+0000 mgr.a (mgr.14403) 9037 : cluster 0 pgmap v6744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:59:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:44 smithi194 bash[32038]: cluster 2023-12-07T20:59:43.577411+0000 mgr.a (mgr.14403) 9037 : cluster 0 pgmap v6744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:59:45.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:44 smithi135 bash[32435]: cluster 2023-12-07T20:59:43.577411+0000 mgr.a (mgr.14403) 9037 : cluster 0 pgmap v6744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T20:59:45.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:59:45.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:45.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:46.394 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:59:46.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:46.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:46.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:46.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:59:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:46 smithi079 bash[28699]: cluster 2023-12-07T20:59:45.578084+0000 mgr.a (mgr.14403) 9038 : cluster 0 pgmap v6745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:46 smithi079 bash[28699]: audit 2023-12-07T20:59:45.866166+0000 mgr.a (mgr.14403) 9039 : audit 0 from='client.187095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:46 smithi194 bash[32038]: cluster 2023-12-07T20:59:45.578084+0000 mgr.a (mgr.14403) 9038 : cluster 0 pgmap v6745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:46 smithi194 bash[32038]: audit 2023-12-07T20:59:45.866166+0000 mgr.a (mgr.14403) 9039 : audit 0 from='client.187095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:46 smithi135 bash[32435]: cluster 2023-12-07T20:59:45.578084+0000 mgr.a (mgr.14403) 9038 : cluster 0 pgmap v6745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:46 smithi135 bash[32435]: audit 2023-12-07T20:59:45.866166+0000 mgr.a (mgr.14403) 9039 : audit 0 from='client.187095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:48 smithi079 bash[28699]: cluster 2023-12-07T20:59:47.578765+0000 mgr.a (mgr.14403) 9040 : cluster 0 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-07T20:59:49.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:48 smithi194 bash[32038]: cluster 2023-12-07T20:59:47.578765+0000 mgr.a (mgr.14403) 9040 : cluster 0 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-07T20:59:49.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:48 smithi135 bash[32435]: cluster 2023-12-07T20:59:47.578765+0000 mgr.a (mgr.14403) 9040 : cluster 0 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-07T20:59:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:50 smithi079 bash[28699]: cluster 2023-12-07T20:59:49.579567+0000 mgr.a (mgr.14403) 9041 : cluster 0 pgmap v6747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:50 smithi194 bash[32038]: cluster 2023-12-07T20:59:49.579567+0000 mgr.a (mgr.14403) 9041 : cluster 0 pgmap v6747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:50 smithi135 bash[32435]: cluster 2023-12-07T20:59:49.579567+0000 mgr.a (mgr.14403) 9041 : cluster 0 pgmap v6747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:51.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:59:51.398 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:51.399 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:52.290 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:59:52.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:52.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:52.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:52.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:59:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:52 smithi079 bash[28699]: cluster 2023-12-07T20:59:51.580085+0000 mgr.a (mgr.14403) 9042 : cluster 0 pgmap v6748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:53.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:52 smithi079 bash[28699]: audit 2023-12-07T20:59:51.796425+0000 mgr.a (mgr.14403) 9043 : audit 0 from='client.187170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:52 smithi194 bash[32038]: cluster 2023-12-07T20:59:51.580085+0000 mgr.a (mgr.14403) 9042 : cluster 0 pgmap v6748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:53.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:52 smithi194 bash[32038]: audit 2023-12-07T20:59:51.796425+0000 mgr.a (mgr.14403) 9043 : audit 0 from='client.187170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:53.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:52 smithi135 bash[32435]: cluster 2023-12-07T20:59:51.580085+0000 mgr.a (mgr.14403) 9042 : cluster 0 pgmap v6748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:53.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:52 smithi135 bash[32435]: audit 2023-12-07T20:59:51.796425+0000 mgr.a (mgr.14403) 9043 : audit 0 from='client.187170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:54 smithi079 bash[28699]: cluster 2023-12-07T20:59:53.580947+0000 mgr.a (mgr.14403) 9044 : cluster 0 pgmap v6749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:55.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:54 smithi194 bash[32038]: cluster 2023-12-07T20:59:53.580947+0000 mgr.a (mgr.14403) 9044 : cluster 0 pgmap v6749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:54 smithi135 bash[32435]: cluster 2023-12-07T20:59:53.580947+0000 mgr.a (mgr.14403) 9044 : cluster 0 pgmap v6749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T20:59:57.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:56 smithi079 bash[28699]: cluster 2023-12-07T20:59:55.581532+0000 mgr.a (mgr.14403) 9045 : cluster 0 pgmap v6750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:56 smithi194 bash[32038]: cluster 2023-12-07T20:59:55.581532+0000 mgr.a (mgr.14403) 9045 : cluster 0 pgmap v6750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:56 smithi135 bash[32435]: cluster 2023-12-07T20:59:55.581532+0000 mgr.a (mgr.14403) 9045 : cluster 0 pgmap v6750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:57.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T20:59:57.294 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T20:59:57.294 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T20:59:58.192 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T20:59:58.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T20:59:58.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T20:59:58.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T20:59:58.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T20:59:59.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:58 smithi079 bash[28699]: cluster 2023-12-07T20:59:57.582056+0000 mgr.a (mgr.14403) 9046 : cluster 0 pgmap v6751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:59.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 20:59:58 smithi079 bash[28699]: audit 2023-12-07T20:59:57.698820+0000 mgr.a (mgr.14403) 9047 : audit 0 from='client.187248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:59.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:58 smithi194 bash[32038]: cluster 2023-12-07T20:59:57.582056+0000 mgr.a (mgr.14403) 9046 : cluster 0 pgmap v6751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:59.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 20:59:58 smithi194 bash[32038]: audit 2023-12-07T20:59:57.698820+0000 mgr.a (mgr.14403) 9047 : audit 0 from='client.187248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T20:59:59.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:58 smithi135 bash[32435]: cluster 2023-12-07T20:59:57.582056+0000 mgr.a (mgr.14403) 9046 : cluster 0 pgmap v6751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T20:59:59.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 20:59:58 smithi135 bash[32435]: audit 2023-12-07T20:59:57.698820+0000 mgr.a (mgr.14403) 9047 : audit 0 from='client.187248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:01.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:00 smithi079 bash[28699]: cluster 2023-12-07T20:59:59.582914+0000 mgr.a (mgr.14403) 9048 : cluster 0 pgmap v6752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:00 smithi079 bash[28699]: cluster 2023-12-07T21:00:00.000185+0000 mon.a (mon.0) 1708 : cluster 1 overall HEALTH_OK 2023-12-07T21:00:01.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:00 smithi194 bash[32038]: cluster 2023-12-07T20:59:59.582914+0000 mgr.a (mgr.14403) 9048 : cluster 0 pgmap v6752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:01.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:00 smithi194 bash[32038]: cluster 2023-12-07T21:00:00.000185+0000 mon.a (mon.0) 1708 : cluster 1 overall HEALTH_OK 2023-12-07T21:00:01.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:00 smithi135 bash[32435]: cluster 2023-12-07T20:59:59.582914+0000 mgr.a (mgr.14403) 9048 : cluster 0 pgmap v6752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:01.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:00 smithi135 bash[32435]: cluster 2023-12-07T21:00:00.000185+0000 mon.a (mon.0) 1708 : cluster 1 overall HEALTH_OK 2023-12-07T21:00:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:02 smithi079 bash[28699]: cluster 2023-12-07T21:00:01.583487+0000 mgr.a (mgr.14403) 9049 : cluster 0 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-07T21:00:03.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:00:03.199 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:03.199 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:03.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:02 smithi194 bash[32038]: cluster 2023-12-07T21:00:01.583487+0000 mgr.a (mgr.14403) 9049 : cluster 0 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-07T21:00:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:02 smithi135 bash[32435]: cluster 2023-12-07T21:00:01.583487+0000 mgr.a (mgr.14403) 9049 : cluster 0 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-07T21:00:04.110 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:00:04.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:04.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:04.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:04.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:00:05.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:04 smithi079 bash[28699]: cluster 2023-12-07T21:00:03.584287+0000 mgr.a (mgr.14403) 9050 : cluster 0 pgmap v6754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:04 smithi079 bash[28699]: audit 2023-12-07T21:00:03.605012+0000 mgr.a (mgr.14403) 9051 : audit 0 from='client.187326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:05.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:04 smithi194 bash[32038]: cluster 2023-12-07T21:00:03.584287+0000 mgr.a (mgr.14403) 9050 : cluster 0 pgmap v6754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:04 smithi194 bash[32038]: audit 2023-12-07T21:00:03.605012+0000 mgr.a (mgr.14403) 9051 : audit 0 from='client.187326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:04 smithi135 bash[32435]: cluster 2023-12-07T21:00:03.584287+0000 mgr.a (mgr.14403) 9050 : cluster 0 pgmap v6754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:04 smithi135 bash[32435]: audit 2023-12-07T21:00:03.605012+0000 mgr.a (mgr.14403) 9051 : audit 0 from='client.187326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:07.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:06 smithi079 bash[28699]: cluster 2023-12-07T21:00:05.584993+0000 mgr.a (mgr.14403) 9052 : cluster 0 pgmap v6755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:07.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:06 smithi194 bash[32038]: cluster 2023-12-07T21:00:05.584993+0000 mgr.a (mgr.14403) 9052 : cluster 0 pgmap v6755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:07.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:06 smithi135 bash[32435]: cluster 2023-12-07T21:00:05.584993+0000 mgr.a (mgr.14403) 9052 : cluster 0 pgmap v6755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:09.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:00:09.113 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:09.114 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:09.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:08 smithi079 bash[28699]: cluster 2023-12-07T21:00:07.585553+0000 mgr.a (mgr.14403) 9053 : cluster 0 pgmap v6756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:09.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:08 smithi194 bash[32038]: cluster 2023-12-07T21:00:07.585553+0000 mgr.a (mgr.14403) 9053 : cluster 0 pgmap v6756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:09.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:08 smithi135 bash[32435]: cluster 2023-12-07T21:00:07.585553+0000 mgr.a (mgr.14403) 9053 : cluster 0 pgmap v6756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:10.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:10.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:10.032 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:00:10.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:10.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:00:10.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:09 smithi079 bash[28699]: audit 2023-12-07T21:00:09.522175+0000 mgr.a (mgr.14403) 9054 : audit 0 from='client.187395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:09 smithi194 bash[32038]: audit 2023-12-07T21:00:09.522175+0000 mgr.a (mgr.14403) 9054 : audit 0 from='client.187395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:09 smithi135 bash[32435]: audit 2023-12-07T21:00:09.522175+0000 mgr.a (mgr.14403) 9054 : audit 0 from='client.187395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:11.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:10 smithi079 bash[28699]: cluster 2023-12-07T21:00:09.586309+0000 mgr.a (mgr.14403) 9055 : cluster 0 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-07T21:00:11.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:10 smithi194 bash[32038]: cluster 2023-12-07T21:00:09.586309+0000 mgr.a (mgr.14403) 9055 : cluster 0 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-07T21:00:11.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:10 smithi135 bash[32435]: cluster 2023-12-07T21:00:09.586309+0000 mgr.a (mgr.14403) 9055 : cluster 0 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-07T21:00:13.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:12 smithi079 bash[28699]: cluster 2023-12-07T21:00:11.586946+0000 mgr.a (mgr.14403) 9056 : cluster 0 pgmap v6758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:13.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:12 smithi079 bash[28699]: audit 2023-12-07T21:00:12.457328+0000 mon.a (mon.0) 1709 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:00:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:12 smithi194 bash[32038]: cluster 2023-12-07T21:00:11.586946+0000 mgr.a (mgr.14403) 9056 : cluster 0 pgmap v6758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:13.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:12 smithi194 bash[32038]: audit 2023-12-07T21:00:12.457328+0000 mon.a (mon.0) 1709 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:00:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:12 smithi135 bash[32435]: cluster 2023-12-07T21:00:11.586946+0000 mgr.a (mgr.14403) 9056 : cluster 0 pgmap v6758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:12 smithi135 bash[32435]: audit 2023-12-07T21:00:12.457328+0000 mon.a (mon.0) 1709 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:00:14.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:13 smithi079 bash[28699]: audit 2023-12-07T21:00:13.205659+0000 mon.a (mon.0) 1710 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:00:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:13 smithi079 bash[28699]: audit 2023-12-07T21:00:13.207497+0000 mon.a (mon.0) 1711 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:00:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:13 smithi079 bash[28699]: audit 2023-12-07T21:00:13.218074+0000 mon.a (mon.0) 1712 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:00:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:13 smithi194 bash[32038]: audit 2023-12-07T21:00:13.205659+0000 mon.a (mon.0) 1710 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:00:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:13 smithi194 bash[32038]: audit 2023-12-07T21:00:13.207497+0000 mon.a (mon.0) 1711 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:00:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:13 smithi194 bash[32038]: audit 2023-12-07T21:00:13.218074+0000 mon.a (mon.0) 1712 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:00:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:13 smithi135 bash[32435]: audit 2023-12-07T21:00:13.205659+0000 mon.a (mon.0) 1710 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:00:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:13 smithi135 bash[32435]: audit 2023-12-07T21:00:13.207497+0000 mon.a (mon.0) 1711 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:00:14.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:13 smithi135 bash[32435]: audit 2023-12-07T21:00:13.218074+0000 mon.a (mon.0) 1712 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:00:15.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:00:15.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:15.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:15 smithi079 bash[28699]: cluster 2023-12-07T21:00:13.587730+0000 mgr.a (mgr.14403) 9057 : cluster 0 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-07T21:00:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:15 smithi135 bash[32435]: cluster 2023-12-07T21:00:13.587730+0000 mgr.a (mgr.14403) 9057 : cluster 0 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-07T21:00:15.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:15 smithi194 bash[32038]: cluster 2023-12-07T21:00:13.587730+0000 mgr.a (mgr.14403) 9057 : cluster 0 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-07T21:00:15.917 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:00:15.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:15.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:15.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:15.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:00:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:16 smithi079 bash[28699]: audit 2023-12-07T21:00:15.434540+0000 mgr.a (mgr.14403) 9058 : audit 0 from='client.187473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:16 smithi194 bash[32038]: audit 2023-12-07T21:00:15.434540+0000 mgr.a (mgr.14403) 9058 : audit 0 from='client.187473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:16 smithi135 bash[32435]: audit 2023-12-07T21:00:15.434540+0000 mgr.a (mgr.14403) 9058 : audit 0 from='client.187473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:17 smithi079 bash[28699]: cluster 2023-12-07T21:00:15.588458+0000 mgr.a (mgr.14403) 9059 : cluster 0 pgmap v6760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:17 smithi194 bash[32038]: cluster 2023-12-07T21:00:15.588458+0000 mgr.a (mgr.14403) 9059 : cluster 0 pgmap v6760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:17 smithi135 bash[32435]: cluster 2023-12-07T21:00:15.588458+0000 mgr.a (mgr.14403) 9059 : cluster 0 pgmap v6760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:19 smithi079 bash[28699]: cluster 2023-12-07T21:00:17.589310+0000 mgr.a (mgr.14403) 9060 : cluster 0 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-07T21:00:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:19 smithi194 bash[32038]: cluster 2023-12-07T21:00:17.589310+0000 mgr.a (mgr.14403) 9060 : cluster 0 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-07T21:00:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:19 smithi135 bash[32435]: cluster 2023-12-07T21:00:17.589310+0000 mgr.a (mgr.14403) 9060 : cluster 0 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-07T21:00:20.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:00:20.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:20.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:21.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:21 smithi079 bash[28699]: cluster 2023-12-07T21:00:19.590305+0000 mgr.a (mgr.14403) 9061 : cluster 0 pgmap v6762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:21 smithi194 bash[32038]: cluster 2023-12-07T21:00:19.590305+0000 mgr.a (mgr.14403) 9061 : cluster 0 pgmap v6762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:21 smithi135 bash[32435]: cluster 2023-12-07T21:00:19.590305+0000 mgr.a (mgr.14403) 9061 : cluster 0 pgmap v6762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:21.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:00:21.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:21.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:21.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:21.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:00:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:22 smithi079 bash[28699]: audit 2023-12-07T21:00:21.320811+0000 mgr.a (mgr.14403) 9062 : audit 0 from='client.187545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:22 smithi194 bash[32038]: audit 2023-12-07T21:00:21.320811+0000 mgr.a (mgr.14403) 9062 : audit 0 from='client.187545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:22 smithi135 bash[32435]: audit 2023-12-07T21:00:21.320811+0000 mgr.a (mgr.14403) 9062 : audit 0 from='client.187545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:23 smithi079 bash[28699]: cluster 2023-12-07T21:00:21.591360+0000 mgr.a (mgr.14403) 9063 : cluster 0 pgmap v6763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:23 smithi194 bash[32038]: cluster 2023-12-07T21:00:21.591360+0000 mgr.a (mgr.14403) 9063 : cluster 0 pgmap v6763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:23 smithi135 bash[32435]: cluster 2023-12-07T21:00:21.591360+0000 mgr.a (mgr.14403) 9063 : cluster 0 pgmap v6763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:25 smithi079 bash[28699]: cluster 2023-12-07T21:00:23.592314+0000 mgr.a (mgr.14403) 9064 : cluster 0 pgmap v6764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:25 smithi194 bash[32038]: cluster 2023-12-07T21:00:23.592314+0000 mgr.a (mgr.14403) 9064 : cluster 0 pgmap v6764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:25 smithi135 bash[32435]: cluster 2023-12-07T21:00:23.592314+0000 mgr.a (mgr.14403) 9064 : cluster 0 pgmap v6764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:26.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:00:26.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:26.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:27 smithi079 bash[28699]: cluster 2023-12-07T21:00:25.592890+0000 mgr.a (mgr.14403) 9065 : cluster 0 pgmap v6765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:27 smithi194 bash[32038]: cluster 2023-12-07T21:00:25.592890+0000 mgr.a (mgr.14403) 9065 : cluster 0 pgmap v6765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:27 smithi135 bash[32435]: cluster 2023-12-07T21:00:25.592890+0000 mgr.a (mgr.14403) 9065 : cluster 0 pgmap v6765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:27.725 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:00:27.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:27.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:27.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:27.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:00:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:28 smithi079 bash[28699]: audit 2023-12-07T21:00:27.210182+0000 mgr.a (mgr.14403) 9066 : audit 0 from='client.187617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:28.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:28 smithi194 bash[32038]: audit 2023-12-07T21:00:27.210182+0000 mgr.a (mgr.14403) 9066 : audit 0 from='client.187617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:28 smithi135 bash[32435]: audit 2023-12-07T21:00:27.210182+0000 mgr.a (mgr.14403) 9066 : audit 0 from='client.187617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:29.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:29 smithi079 bash[28699]: cluster 2023-12-07T21:00:27.601515+0000 mgr.a (mgr.14403) 9067 : cluster 0 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-07T21:00:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:29 smithi194 bash[32038]: cluster 2023-12-07T21:00:27.601515+0000 mgr.a (mgr.14403) 9067 : cluster 0 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-07T21:00:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:29 smithi135 bash[32435]: cluster 2023-12-07T21:00:27.601515+0000 mgr.a (mgr.14403) 9067 : cluster 0 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-07T21:00:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:31 smithi079 bash[28699]: cluster 2023-12-07T21:00:29.602484+0000 mgr.a (mgr.14403) 9068 : cluster 0 pgmap v6767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:31 smithi194 bash[32038]: cluster 2023-12-07T21:00:29.602484+0000 mgr.a (mgr.14403) 9068 : cluster 0 pgmap v6767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:31 smithi135 bash[32435]: cluster 2023-12-07T21:00:29.602484+0000 mgr.a (mgr.14403) 9068 : cluster 0 pgmap v6767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:32.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:00:32.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:32.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:33.620 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:00:33.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:33.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:33.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:33.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:00:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:33 smithi079 bash[28699]: cluster 2023-12-07T21:00:31.603044+0000 mgr.a (mgr.14403) 9069 : cluster 0 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-07T21:00:33.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:33 smithi194 bash[32038]: cluster 2023-12-07T21:00:31.603044+0000 mgr.a (mgr.14403) 9069 : cluster 0 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-07T21:00:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:33 smithi135 bash[32435]: cluster 2023-12-07T21:00:31.603044+0000 mgr.a (mgr.14403) 9069 : cluster 0 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-07T21:00:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:34 smithi079 bash[28699]: audit 2023-12-07T21:00:33.139263+0000 mgr.a (mgr.14403) 9070 : audit 0 from='client.187692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:34 smithi194 bash[32038]: audit 2023-12-07T21:00:33.139263+0000 mgr.a (mgr.14403) 9070 : audit 0 from='client.187692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:34 smithi135 bash[32435]: audit 2023-12-07T21:00:33.139263+0000 mgr.a (mgr.14403) 9070 : audit 0 from='client.187692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:35 smithi079 bash[28699]: cluster 2023-12-07T21:00:33.603566+0000 mgr.a (mgr.14403) 9071 : cluster 0 pgmap v6769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:00:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:35 smithi194 bash[32038]: cluster 2023-12-07T21:00:33.603566+0000 mgr.a (mgr.14403) 9071 : cluster 0 pgmap v6769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:00:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:35 smithi135 bash[32435]: cluster 2023-12-07T21:00:33.603566+0000 mgr.a (mgr.14403) 9071 : cluster 0 pgmap v6769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:00:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:37 smithi079 bash[28699]: cluster 2023-12-07T21:00:35.604098+0000 mgr.a (mgr.14403) 9072 : cluster 0 pgmap v6770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:00:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:37 smithi194 bash[32038]: cluster 2023-12-07T21:00:35.604098+0000 mgr.a (mgr.14403) 9072 : cluster 0 pgmap v6770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:00:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:37 smithi135 bash[32435]: cluster 2023-12-07T21:00:35.604098+0000 mgr.a (mgr.14403) 9072 : cluster 0 pgmap v6770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:00:38.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:00:38.624 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:38.624 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:39.552 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:00:39.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:39.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:39.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:39.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:00:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:39 smithi079 bash[28699]: cluster 2023-12-07T21:00:37.604681+0000 mgr.a (mgr.14403) 9073 : cluster 0 pgmap v6771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:00:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:39 smithi194 bash[32038]: cluster 2023-12-07T21:00:37.604681+0000 mgr.a (mgr.14403) 9073 : cluster 0 pgmap v6771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:00:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:39 smithi135 bash[32435]: cluster 2023-12-07T21:00:37.604681+0000 mgr.a (mgr.14403) 9073 : cluster 0 pgmap v6771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:00:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:40 smithi079 bash[28699]: audit 2023-12-07T21:00:39.035084+0000 mgr.a (mgr.14403) 9074 : audit 0 from='client.187770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:40 smithi194 bash[32038]: audit 2023-12-07T21:00:39.035084+0000 mgr.a (mgr.14403) 9074 : audit 0 from='client.187770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:40 smithi135 bash[32435]: audit 2023-12-07T21:00:39.035084+0000 mgr.a (mgr.14403) 9074 : audit 0 from='client.187770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:41 smithi079 bash[28699]: cluster 2023-12-07T21:00:39.605737+0000 mgr.a (mgr.14403) 9075 : cluster 0 pgmap v6772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:41 smithi194 bash[32038]: cluster 2023-12-07T21:00:39.605737+0000 mgr.a (mgr.14403) 9075 : cluster 0 pgmap v6772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:41.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:41 smithi135 bash[32435]: cluster 2023-12-07T21:00:39.605737+0000 mgr.a (mgr.14403) 9075 : cluster 0 pgmap v6772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:43 smithi079 bash[28699]: cluster 2023-12-07T21:00:41.606304+0000 mgr.a (mgr.14403) 9076 : cluster 0 pgmap v6773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:43 smithi194 bash[32038]: cluster 2023-12-07T21:00:41.606304+0000 mgr.a (mgr.14403) 9076 : cluster 0 pgmap v6773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:43 smithi135 bash[32435]: cluster 2023-12-07T21:00:41.606304+0000 mgr.a (mgr.14403) 9076 : cluster 0 pgmap v6773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:00:44.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:00:44.554 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:44.554 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:45.423 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:00:45.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:45.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:45.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:45.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:00:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:45 smithi079 bash[28699]: cluster 2023-12-07T21:00:43.607241+0000 mgr.a (mgr.14403) 9077 : cluster 0 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-07T21:00:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:45 smithi194 bash[32038]: cluster 2023-12-07T21:00:43.607241+0000 mgr.a (mgr.14403) 9077 : cluster 0 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-07T21:00:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:45 smithi135 bash[32435]: cluster 2023-12-07T21:00:43.607241+0000 mgr.a (mgr.14403) 9077 : cluster 0 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-07T21:00:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:46 smithi079 bash[28699]: audit 2023-12-07T21:00:44.954943+0000 mgr.a (mgr.14403) 9078 : audit 0 from='client.187845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:46 smithi194 bash[32038]: audit 2023-12-07T21:00:44.954943+0000 mgr.a (mgr.14403) 9078 : audit 0 from='client.187845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:46 smithi135 bash[32435]: audit 2023-12-07T21:00:44.954943+0000 mgr.a (mgr.14403) 9078 : audit 0 from='client.187845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:47 smithi079 bash[28699]: cluster 2023-12-07T21:00:45.608011+0000 mgr.a (mgr.14403) 9079 : cluster 0 pgmap v6775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:00:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:47 smithi194 bash[32038]: cluster 2023-12-07T21:00:45.608011+0000 mgr.a (mgr.14403) 9079 : cluster 0 pgmap v6775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:00:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:47 smithi135 bash[32435]: cluster 2023-12-07T21:00:45.608011+0000 mgr.a (mgr.14403) 9079 : cluster 0 pgmap v6775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:00:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:49 smithi079 bash[28699]: cluster 2023-12-07T21:00:47.608719+0000 mgr.a (mgr.14403) 9080 : cluster 0 pgmap v6776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:00:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:49 smithi194 bash[32038]: cluster 2023-12-07T21:00:47.608719+0000 mgr.a (mgr.14403) 9080 : cluster 0 pgmap v6776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:00:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:49 smithi135 bash[32435]: cluster 2023-12-07T21:00:47.608719+0000 mgr.a (mgr.14403) 9080 : cluster 0 pgmap v6776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:00:50.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:00:50.426 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:50.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:51.327 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:00:51.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:51.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:51.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:51.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:00:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:51 smithi079 bash[28699]: cluster 2023-12-07T21:00:49.609657+0000 mgr.a (mgr.14403) 9081 : cluster 0 pgmap v6777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:00:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:51 smithi194 bash[32038]: cluster 2023-12-07T21:00:49.609657+0000 mgr.a (mgr.14403) 9081 : cluster 0 pgmap v6777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:00:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:51 smithi135 bash[32435]: cluster 2023-12-07T21:00:49.609657+0000 mgr.a (mgr.14403) 9081 : cluster 0 pgmap v6777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:00:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:52 smithi079 bash[28699]: audit 2023-12-07T21:00:50.836368+0000 mgr.a (mgr.14403) 9082 : audit 0 from='client.187920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:52 smithi194 bash[32038]: audit 2023-12-07T21:00:50.836368+0000 mgr.a (mgr.14403) 9082 : audit 0 from='client.187920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:52 smithi135 bash[32435]: audit 2023-12-07T21:00:50.836368+0000 mgr.a (mgr.14403) 9082 : audit 0 from='client.187920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:53 smithi079 bash[28699]: cluster 2023-12-07T21:00:51.610416+0000 mgr.a (mgr.14403) 9083 : cluster 0 pgmap v6778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:53 smithi194 bash[32038]: cluster 2023-12-07T21:00:51.610416+0000 mgr.a (mgr.14403) 9083 : cluster 0 pgmap v6778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:53 smithi135 bash[32435]: cluster 2023-12-07T21:00:51.610416+0000 mgr.a (mgr.14403) 9083 : cluster 0 pgmap v6778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:55.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:55 smithi079 bash[28699]: cluster 2023-12-07T21:00:53.611241+0000 mgr.a (mgr.14403) 9084 : cluster 0 pgmap v6779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:55 smithi194 bash[32038]: cluster 2023-12-07T21:00:53.611241+0000 mgr.a (mgr.14403) 9084 : cluster 0 pgmap v6779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:55 smithi135 bash[32435]: cluster 2023-12-07T21:00:53.611241+0000 mgr.a (mgr.14403) 9084 : cluster 0 pgmap v6779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:00:56.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:00:56.328 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:00:56.329 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:00:57.255 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:00:57.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:00:57.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:00:57.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:00:57.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:00:57.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:57 smithi079 bash[28699]: cluster 2023-12-07T21:00:55.611838+0000 mgr.a (mgr.14403) 9085 : cluster 0 pgmap v6780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:57 smithi194 bash[32038]: cluster 2023-12-07T21:00:55.611838+0000 mgr.a (mgr.14403) 9085 : cluster 0 pgmap v6780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:57 smithi135 bash[32435]: cluster 2023-12-07T21:00:55.611838+0000 mgr.a (mgr.14403) 9085 : cluster 0 pgmap v6780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:00:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:58 smithi079 bash[28699]: audit 2023-12-07T21:00:56.748597+0000 mgr.a (mgr.14403) 9086 : audit 0 from='client.187998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:58.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:58 smithi194 bash[32038]: audit 2023-12-07T21:00:56.748597+0000 mgr.a (mgr.14403) 9086 : audit 0 from='client.187998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:58 smithi135 bash[32435]: audit 2023-12-07T21:00:56.748597+0000 mgr.a (mgr.14403) 9086 : audit 0 from='client.187998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:00:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:00:59 smithi079 bash[28699]: cluster 2023-12-07T21:00:57.612586+0000 mgr.a (mgr.14403) 9087 : cluster 0 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-07T21:00:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:00:59 smithi194 bash[32038]: cluster 2023-12-07T21:00:57.612586+0000 mgr.a (mgr.14403) 9087 : cluster 0 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-07T21:00:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:00:59 smithi135 bash[32435]: cluster 2023-12-07T21:00:57.612586+0000 mgr.a (mgr.14403) 9087 : cluster 0 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-07T21:01:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:01 smithi079 bash[28699]: cluster 2023-12-07T21:00:59.613435+0000 mgr.a (mgr.14403) 9088 : cluster 0 pgmap v6782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:01 smithi194 bash[32038]: cluster 2023-12-07T21:00:59.613435+0000 mgr.a (mgr.14403) 9088 : cluster 0 pgmap v6782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:01 smithi135 bash[32435]: cluster 2023-12-07T21:00:59.613435+0000 mgr.a (mgr.14403) 9088 : cluster 0 pgmap v6782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:02.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:01:02.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:02.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:03.172 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:01:03.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:03.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:03.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:03.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:01:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:03 smithi079 bash[28699]: cluster 2023-12-07T21:01:01.614039+0000 mgr.a (mgr.14403) 9089 : cluster 0 pgmap v6783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:03 smithi194 bash[32038]: cluster 2023-12-07T21:01:01.614039+0000 mgr.a (mgr.14403) 9089 : cluster 0 pgmap v6783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:03 smithi135 bash[32435]: cluster 2023-12-07T21:01:01.614039+0000 mgr.a (mgr.14403) 9089 : cluster 0 pgmap v6783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:04 smithi079 bash[28699]: audit 2023-12-07T21:01:02.659386+0000 mgr.a (mgr.14403) 9090 : audit 0 from='client.188076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:04 smithi194 bash[32038]: audit 2023-12-07T21:01:02.659386+0000 mgr.a (mgr.14403) 9090 : audit 0 from='client.188076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:04 smithi135 bash[32435]: audit 2023-12-07T21:01:02.659386+0000 mgr.a (mgr.14403) 9090 : audit 0 from='client.188076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:05 smithi079 bash[28699]: cluster 2023-12-07T21:01:03.615169+0000 mgr.a (mgr.14403) 9091 : cluster 0 pgmap v6784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:05.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:05 smithi194 bash[32038]: cluster 2023-12-07T21:01:03.615169+0000 mgr.a (mgr.14403) 9091 : cluster 0 pgmap v6784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:05 smithi135 bash[32435]: cluster 2023-12-07T21:01:03.615169+0000 mgr.a (mgr.14403) 9091 : cluster 0 pgmap v6784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:07 smithi079 bash[28699]: cluster 2023-12-07T21:01:05.615699+0000 mgr.a (mgr.14403) 9092 : cluster 0 pgmap v6785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:07 smithi194 bash[32038]: cluster 2023-12-07T21:01:05.615699+0000 mgr.a (mgr.14403) 9092 : cluster 0 pgmap v6785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:07 smithi135 bash[32435]: cluster 2023-12-07T21:01:05.615699+0000 mgr.a (mgr.14403) 9092 : cluster 0 pgmap v6785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:08.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:01:08.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:08.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:09.076 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:01:09.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:09.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:09.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:09.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:01:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:09 smithi079 bash[28699]: cluster 2023-12-07T21:01:07.616237+0000 mgr.a (mgr.14403) 9093 : cluster 0 pgmap v6786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:09 smithi194 bash[32038]: cluster 2023-12-07T21:01:07.616237+0000 mgr.a (mgr.14403) 9093 : cluster 0 pgmap v6786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:09 smithi135 bash[32435]: cluster 2023-12-07T21:01:07.616237+0000 mgr.a (mgr.14403) 9093 : cluster 0 pgmap v6786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:10 smithi194 bash[32038]: audit 2023-12-07T21:01:08.583621+0000 mgr.a (mgr.14403) 9094 : audit 0 from='client.188154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:10.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:10 smithi135 bash[32435]: audit 2023-12-07T21:01:08.583621+0000 mgr.a (mgr.14403) 9094 : audit 0 from='client.188154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:10.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:10 smithi079 bash[28699]: audit 2023-12-07T21:01:08.583621+0000 mgr.a (mgr.14403) 9094 : audit 0 from='client.188154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:11 smithi194 bash[32038]: cluster 2023-12-07T21:01:09.617263+0000 mgr.a (mgr.14403) 9095 : cluster 0 pgmap v6787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:11 smithi135 bash[32435]: cluster 2023-12-07T21:01:09.617263+0000 mgr.a (mgr.14403) 9095 : cluster 0 pgmap v6787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:11.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:11 smithi079 bash[28699]: cluster 2023-12-07T21:01:09.617263+0000 mgr.a (mgr.14403) 9095 : cluster 0 pgmap v6787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:13 smithi194 bash[32038]: cluster 2023-12-07T21:01:11.617958+0000 mgr.a (mgr.14403) 9096 : cluster 0 pgmap v6788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:13 smithi194 bash[32038]: audit 2023-12-07T21:01:13.321536+0000 mon.a (mon.0) 1713 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:01:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:13 smithi135 bash[32435]: cluster 2023-12-07T21:01:11.617958+0000 mgr.a (mgr.14403) 9096 : cluster 0 pgmap v6788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:13 smithi135 bash[32435]: audit 2023-12-07T21:01:13.321536+0000 mon.a (mon.0) 1713 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:01:13.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:13 smithi079 bash[28699]: cluster 2023-12-07T21:01:11.617958+0000 mgr.a (mgr.14403) 9096 : cluster 0 pgmap v6788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:13.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:13 smithi079 bash[28699]: audit 2023-12-07T21:01:13.321536+0000 mon.a (mon.0) 1713 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:01:14.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:01:14.079 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:14.079 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:14 smithi194 bash[32038]: audit 2023-12-07T21:01:14.103900+0000 mon.a (mon.0) 1714 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:01:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:14 smithi194 bash[32038]: audit 2023-12-07T21:01:14.105322+0000 mon.a (mon.0) 1715 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:01:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:14 smithi194 bash[32038]: audit 2023-12-07T21:01:14.115006+0000 mon.a (mon.0) 1716 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:01:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:14 smithi135 bash[32435]: audit 2023-12-07T21:01:14.103900+0000 mon.a (mon.0) 1714 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:01:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:14 smithi135 bash[32435]: audit 2023-12-07T21:01:14.105322+0000 mon.a (mon.0) 1715 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:01:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:14 smithi135 bash[32435]: audit 2023-12-07T21:01:14.115006+0000 mon.a (mon.0) 1716 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:01:14.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:14 smithi079 bash[28699]: audit 2023-12-07T21:01:14.103900+0000 mon.a (mon.0) 1714 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:01:14.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:14 smithi079 bash[28699]: audit 2023-12-07T21:01:14.105322+0000 mon.a (mon.0) 1715 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:01:14.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:14 smithi079 bash[28699]: audit 2023-12-07T21:01:14.115006+0000 mon.a (mon.0) 1716 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:01:14.957 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:01:14.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:14.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:14.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:14.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:01:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:15 smithi194 bash[32038]: cluster 2023-12-07T21:01:13.618666+0000 mgr.a (mgr.14403) 9097 : cluster 0 pgmap v6789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:15 smithi194 bash[32038]: audit 2023-12-07T21:01:14.459522+0000 mgr.a (mgr.14403) 9098 : audit 0 from='client.188232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:15 smithi135 bash[32435]: cluster 2023-12-07T21:01:13.618666+0000 mgr.a (mgr.14403) 9097 : cluster 0 pgmap v6789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:15 smithi135 bash[32435]: audit 2023-12-07T21:01:14.459522+0000 mgr.a (mgr.14403) 9098 : audit 0 from='client.188232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:15 smithi079 bash[28699]: cluster 2023-12-07T21:01:13.618666+0000 mgr.a (mgr.14403) 9097 : cluster 0 pgmap v6789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:15 smithi079 bash[28699]: audit 2023-12-07T21:01:14.459522+0000 mgr.a (mgr.14403) 9098 : audit 0 from='client.188232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:17 smithi194 bash[32038]: cluster 2023-12-07T21:01:15.619505+0000 mgr.a (mgr.14403) 9099 : cluster 0 pgmap v6790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:17 smithi135 bash[32435]: cluster 2023-12-07T21:01:15.619505+0000 mgr.a (mgr.14403) 9099 : cluster 0 pgmap v6790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:17.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:17 smithi079 bash[28699]: cluster 2023-12-07T21:01:15.619505+0000 mgr.a (mgr.14403) 9099 : cluster 0 pgmap v6790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:19 smithi194 bash[32038]: cluster 2023-12-07T21:01:17.620284+0000 mgr.a (mgr.14403) 9100 : cluster 0 pgmap v6791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:19 smithi135 bash[32435]: cluster 2023-12-07T21:01:17.620284+0000 mgr.a (mgr.14403) 9100 : cluster 0 pgmap v6791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:19.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:19 smithi079 bash[28699]: cluster 2023-12-07T21:01:17.620284+0000 mgr.a (mgr.14403) 9100 : cluster 0 pgmap v6791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:19.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:01:19.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:19.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:20.890 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:01:20.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:20.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:20.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:20.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:01:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:21 smithi194 bash[32038]: cluster 2023-12-07T21:01:19.621274+0000 mgr.a (mgr.14403) 9101 : cluster 0 pgmap v6792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:21 smithi194 bash[32038]: audit 2023-12-07T21:01:20.367369+0000 mgr.a (mgr.14403) 9102 : audit 0 from='client.188304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:21 smithi135 bash[32435]: cluster 2023-12-07T21:01:19.621274+0000 mgr.a (mgr.14403) 9101 : cluster 0 pgmap v6792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:21 smithi135 bash[32435]: audit 2023-12-07T21:01:20.367369+0000 mgr.a (mgr.14403) 9102 : audit 0 from='client.188304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:21.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:21 smithi079 bash[28699]: cluster 2023-12-07T21:01:19.621274+0000 mgr.a (mgr.14403) 9101 : cluster 0 pgmap v6792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:21 smithi079 bash[28699]: audit 2023-12-07T21:01:20.367369+0000 mgr.a (mgr.14403) 9102 : audit 0 from='client.188304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:23 smithi194 bash[32038]: cluster 2023-12-07T21:01:21.622027+0000 mgr.a (mgr.14403) 9103 : cluster 0 pgmap v6793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:23 smithi135 bash[32435]: cluster 2023-12-07T21:01:21.622027+0000 mgr.a (mgr.14403) 9103 : cluster 0 pgmap v6793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:23.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:23 smithi079 bash[28699]: cluster 2023-12-07T21:01:21.622027+0000 mgr.a (mgr.14403) 9103 : cluster 0 pgmap v6793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:25 smithi194 bash[32038]: cluster 2023-12-07T21:01:23.622831+0000 mgr.a (mgr.14403) 9104 : cluster 0 pgmap v6794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:25 smithi135 bash[32435]: cluster 2023-12-07T21:01:23.622831+0000 mgr.a (mgr.14403) 9104 : cluster 0 pgmap v6794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:25 smithi079 bash[28699]: cluster 2023-12-07T21:01:23.622831+0000 mgr.a (mgr.14403) 9104 : cluster 0 pgmap v6794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:25.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:01:25.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:25.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:26.788 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:01:26.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:26.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:26.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:26.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:01:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:27 smithi194 bash[32038]: cluster 2023-12-07T21:01:25.623384+0000 mgr.a (mgr.14403) 9105 : cluster 0 pgmap v6795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:27 smithi194 bash[32038]: audit 2023-12-07T21:01:26.297716+0000 mgr.a (mgr.14403) 9106 : audit 0 from='client.188379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:27 smithi135 bash[32435]: cluster 2023-12-07T21:01:25.623384+0000 mgr.a (mgr.14403) 9105 : cluster 0 pgmap v6795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:27 smithi135 bash[32435]: audit 2023-12-07T21:01:26.297716+0000 mgr.a (mgr.14403) 9106 : audit 0 from='client.188379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:27.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:27 smithi079 bash[28699]: cluster 2023-12-07T21:01:25.623384+0000 mgr.a (mgr.14403) 9105 : cluster 0 pgmap v6795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:27 smithi079 bash[28699]: audit 2023-12-07T21:01:26.297716+0000 mgr.a (mgr.14403) 9106 : audit 0 from='client.188379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:29 smithi194 bash[32038]: cluster 2023-12-07T21:01:27.624285+0000 mgr.a (mgr.14403) 9107 : cluster 0 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-07T21:01:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:29 smithi135 bash[32435]: cluster 2023-12-07T21:01:27.624285+0000 mgr.a (mgr.14403) 9107 : cluster 0 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-07T21:01:29.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:29 smithi079 bash[28699]: cluster 2023-12-07T21:01:27.624285+0000 mgr.a (mgr.14403) 9107 : cluster 0 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-07T21:01:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:31 smithi194 bash[32038]: cluster 2023-12-07T21:01:29.625291+0000 mgr.a (mgr.14403) 9108 : cluster 0 pgmap v6797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:31 smithi135 bash[32435]: cluster 2023-12-07T21:01:29.625291+0000 mgr.a (mgr.14403) 9108 : cluster 0 pgmap v6797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:31.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:01:31.792 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:31.792 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:31.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:31 smithi079 bash[28699]: cluster 2023-12-07T21:01:29.625291+0000 mgr.a (mgr.14403) 9108 : cluster 0 pgmap v6797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:32.685 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:01:32.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:32.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:32.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:32.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:01:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:33 smithi135 bash[32435]: cluster 2023-12-07T21:01:31.626002+0000 mgr.a (mgr.14403) 9109 : cluster 0 pgmap v6798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:33 smithi135 bash[32435]: audit 2023-12-07T21:01:32.201552+0000 mgr.a (mgr.14403) 9110 : audit 0 from='client.188457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:33.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:33 smithi079 bash[28699]: cluster 2023-12-07T21:01:31.626002+0000 mgr.a (mgr.14403) 9109 : cluster 0 pgmap v6798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:33 smithi079 bash[28699]: audit 2023-12-07T21:01:32.201552+0000 mgr.a (mgr.14403) 9110 : audit 0 from='client.188457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:33.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:33 smithi194 bash[32038]: cluster 2023-12-07T21:01:31.626002+0000 mgr.a (mgr.14403) 9109 : cluster 0 pgmap v6798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:33 smithi194 bash[32038]: audit 2023-12-07T21:01:32.201552+0000 mgr.a (mgr.14403) 9110 : audit 0 from='client.188457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:35.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:35 smithi079 bash[28699]: cluster 2023-12-07T21:01:33.627018+0000 mgr.a (mgr.14403) 9111 : cluster 0 pgmap v6799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:35 smithi194 bash[32038]: cluster 2023-12-07T21:01:33.627018+0000 mgr.a (mgr.14403) 9111 : cluster 0 pgmap v6799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:35.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:35 smithi135 bash[32435]: cluster 2023-12-07T21:01:33.627018+0000 mgr.a (mgr.14403) 9111 : cluster 0 pgmap v6799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:01:37.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:01:37.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:37.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:37.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:37 smithi079 bash[28699]: cluster 2023-12-07T21:01:35.627573+0000 mgr.a (mgr.14403) 9112 : cluster 0 pgmap v6800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:37.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:37 smithi194 bash[32038]: cluster 2023-12-07T21:01:35.627573+0000 mgr.a (mgr.14403) 9112 : cluster 0 pgmap v6800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:37 smithi135 bash[32435]: cluster 2023-12-07T21:01:35.627573+0000 mgr.a (mgr.14403) 9112 : cluster 0 pgmap v6800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:38.576 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:01:38.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:38.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:38.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:38.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:01:39.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:39 smithi079 bash[28699]: cluster 2023-12-07T21:01:37.628130+0000 mgr.a (mgr.14403) 9113 : cluster 0 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-07T21:01:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:39 smithi079 bash[28699]: audit 2023-12-07T21:01:38.096960+0000 mgr.a (mgr.14403) 9114 : audit 0 from='client.188535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:39.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:39 smithi194 bash[32038]: cluster 2023-12-07T21:01:37.628130+0000 mgr.a (mgr.14403) 9113 : cluster 0 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-07T21:01:39.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:39 smithi194 bash[32038]: audit 2023-12-07T21:01:38.096960+0000 mgr.a (mgr.14403) 9114 : audit 0 from='client.188535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:39 smithi135 bash[32435]: cluster 2023-12-07T21:01:37.628130+0000 mgr.a (mgr.14403) 9113 : cluster 0 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-07T21:01:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:39 smithi135 bash[32435]: audit 2023-12-07T21:01:38.096960+0000 mgr.a (mgr.14403) 9114 : audit 0 from='client.188535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:41 smithi079 bash[28699]: cluster 2023-12-07T21:01:39.629002+0000 mgr.a (mgr.14403) 9115 : cluster 0 pgmap v6802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:01:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:41 smithi194 bash[32038]: cluster 2023-12-07T21:01:39.629002+0000 mgr.a (mgr.14403) 9115 : cluster 0 pgmap v6802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:01:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:41 smithi135 bash[32435]: cluster 2023-12-07T21:01:39.629002+0000 mgr.a (mgr.14403) 9115 : cluster 0 pgmap v6802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:01:43.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:01:43.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:43.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:43.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:43 smithi079 bash[28699]: cluster 2023-12-07T21:01:41.629698+0000 mgr.a (mgr.14403) 9116 : cluster 0 pgmap v6803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:01:43.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:43 smithi194 bash[32038]: cluster 2023-12-07T21:01:41.629698+0000 mgr.a (mgr.14403) 9116 : cluster 0 pgmap v6803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:01:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:43 smithi135 bash[32435]: cluster 2023-12-07T21:01:41.629698+0000 mgr.a (mgr.14403) 9116 : cluster 0 pgmap v6803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:01:44.489 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:01:44.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:44.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:44.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:44.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:01:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:45 smithi079 bash[28699]: cluster 2023-12-07T21:01:43.630495+0000 mgr.a (mgr.14403) 9117 : cluster 0 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-07T21:01:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:45 smithi079 bash[28699]: audit 2023-12-07T21:01:43.986904+0000 mgr.a (mgr.14403) 9118 : audit 0 from='client.188604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:45 smithi194 bash[32038]: cluster 2023-12-07T21:01:43.630495+0000 mgr.a (mgr.14403) 9117 : cluster 0 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-07T21:01:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:45 smithi194 bash[32038]: audit 2023-12-07T21:01:43.986904+0000 mgr.a (mgr.14403) 9118 : audit 0 from='client.188604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:45 smithi135 bash[32435]: cluster 2023-12-07T21:01:43.630495+0000 mgr.a (mgr.14403) 9117 : cluster 0 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-07T21:01:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:45 smithi135 bash[32435]: audit 2023-12-07T21:01:43.986904+0000 mgr.a (mgr.14403) 9118 : audit 0 from='client.188604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:47.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:47 smithi079 bash[28699]: cluster 2023-12-07T21:01:45.631217+0000 mgr.a (mgr.14403) 9119 : cluster 0 pgmap v6805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:47 smithi194 bash[32038]: cluster 2023-12-07T21:01:45.631217+0000 mgr.a (mgr.14403) 9119 : cluster 0 pgmap v6805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:47 smithi135 bash[32435]: cluster 2023-12-07T21:01:45.631217+0000 mgr.a (mgr.14403) 9119 : cluster 0 pgmap v6805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:49.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:01:49.493 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:49.493 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:49 smithi079 bash[28699]: cluster 2023-12-07T21:01:47.631857+0000 mgr.a (mgr.14403) 9120 : cluster 0 pgmap v6806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:49.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:49 smithi194 bash[32038]: cluster 2023-12-07T21:01:47.631857+0000 mgr.a (mgr.14403) 9120 : cluster 0 pgmap v6806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:49 smithi135 bash[32435]: cluster 2023-12-07T21:01:47.631857+0000 mgr.a (mgr.14403) 9120 : cluster 0 pgmap v6806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:01:50.409 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:01:50.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:50.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:50.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:50.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:01:51.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:51 smithi079 bash[28699]: cluster 2023-12-07T21:01:49.632472+0000 mgr.a (mgr.14403) 9121 : cluster 0 pgmap v6807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:51 smithi079 bash[28699]: audit 2023-12-07T21:01:49.908080+0000 mgr.a (mgr.14403) 9122 : audit 0 from='client.188676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:51.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:51 smithi194 bash[32038]: cluster 2023-12-07T21:01:49.632472+0000 mgr.a (mgr.14403) 9121 : cluster 0 pgmap v6807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:51 smithi194 bash[32038]: audit 2023-12-07T21:01:49.908080+0000 mgr.a (mgr.14403) 9122 : audit 0 from='client.188676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:51 smithi135 bash[32435]: cluster 2023-12-07T21:01:49.632472+0000 mgr.a (mgr.14403) 9121 : cluster 0 pgmap v6807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:51 smithi135 bash[32435]: audit 2023-12-07T21:01:49.908080+0000 mgr.a (mgr.14403) 9122 : audit 0 from='client.188676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:53.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:53 smithi079 bash[28699]: cluster 2023-12-07T21:01:51.633084+0000 mgr.a (mgr.14403) 9123 : cluster 0 pgmap v6808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:01:53.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:53 smithi194 bash[32038]: cluster 2023-12-07T21:01:51.633084+0000 mgr.a (mgr.14403) 9123 : cluster 0 pgmap v6808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:01:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:53 smithi135 bash[32435]: cluster 2023-12-07T21:01:51.633084+0000 mgr.a (mgr.14403) 9123 : cluster 0 pgmap v6808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:01:55.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:01:55.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:01:55.414 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:01:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:55 smithi079 bash[28699]: cluster 2023-12-07T21:01:53.633861+0000 mgr.a (mgr.14403) 9124 : cluster 0 pgmap v6809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:01:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:55 smithi194 bash[32038]: cluster 2023-12-07T21:01:53.633861+0000 mgr.a (mgr.14403) 9124 : cluster 0 pgmap v6809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:01:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:55 smithi135 bash[32435]: cluster 2023-12-07T21:01:53.633861+0000 mgr.a (mgr.14403) 9124 : cluster 0 pgmap v6809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:01:56.344 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:01:56.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:01:56.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:01:56.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:01:56.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:01:57.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:57 smithi079 bash[28699]: cluster 2023-12-07T21:01:55.634415+0000 mgr.a (mgr.14403) 9125 : cluster 0 pgmap v6810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:57 smithi079 bash[28699]: audit 2023-12-07T21:01:55.825493+0000 mgr.a (mgr.14403) 9126 : audit 0 from='client.188751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:57.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:57 smithi194 bash[32038]: cluster 2023-12-07T21:01:55.634415+0000 mgr.a (mgr.14403) 9125 : cluster 0 pgmap v6810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:57 smithi194 bash[32038]: audit 2023-12-07T21:01:55.825493+0000 mgr.a (mgr.14403) 9126 : audit 0 from='client.188751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:57 smithi135 bash[32435]: cluster 2023-12-07T21:01:55.634415+0000 mgr.a (mgr.14403) 9125 : cluster 0 pgmap v6810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:57 smithi135 bash[32435]: audit 2023-12-07T21:01:55.825493+0000 mgr.a (mgr.14403) 9126 : audit 0 from='client.188751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:01:59.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:01:59 smithi079 bash[28699]: cluster 2023-12-07T21:01:57.635079+0000 mgr.a (mgr.14403) 9127 : cluster 0 pgmap v6811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:59.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:01:59 smithi194 bash[32038]: cluster 2023-12-07T21:01:57.635079+0000 mgr.a (mgr.14403) 9127 : cluster 0 pgmap v6811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:01:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:01:59 smithi135 bash[32435]: cluster 2023-12-07T21:01:57.635079+0000 mgr.a (mgr.14403) 9127 : cluster 0 pgmap v6811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:01.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:02:01.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:01.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:01.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:01 smithi079 bash[28699]: cluster 2023-12-07T21:01:59.635903+0000 mgr.a (mgr.14403) 9128 : cluster 0 pgmap v6812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:01.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:01 smithi194 bash[32038]: cluster 2023-12-07T21:01:59.635903+0000 mgr.a (mgr.14403) 9128 : cluster 0 pgmap v6812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:01 smithi135 bash[32435]: cluster 2023-12-07T21:01:59.635903+0000 mgr.a (mgr.14403) 9128 : cluster 0 pgmap v6812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:02.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:02.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:02.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:02.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:02:02.219 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:02:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:03 smithi079 bash[28699]: cluster 2023-12-07T21:02:01.636286+0000 mgr.a (mgr.14403) 9129 : cluster 0 pgmap v6813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:03 smithi079 bash[28699]: audit 2023-12-07T21:02:01.759228+0000 mgr.a (mgr.14403) 9130 : audit 0 from='client.188829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:03 smithi194 bash[32038]: cluster 2023-12-07T21:02:01.636286+0000 mgr.a (mgr.14403) 9129 : cluster 0 pgmap v6813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:03 smithi194 bash[32038]: audit 2023-12-07T21:02:01.759228+0000 mgr.a (mgr.14403) 9130 : audit 0 from='client.188829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:03 smithi135 bash[32435]: cluster 2023-12-07T21:02:01.636286+0000 mgr.a (mgr.14403) 9129 : cluster 0 pgmap v6813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:03 smithi135 bash[32435]: audit 2023-12-07T21:02:01.759228+0000 mgr.a (mgr.14403) 9130 : audit 0 from='client.188829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:05 smithi079 bash[28699]: cluster 2023-12-07T21:02:03.637078+0000 mgr.a (mgr.14403) 9131 : cluster 0 pgmap v6814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:05 smithi194 bash[32038]: cluster 2023-12-07T21:02:03.637078+0000 mgr.a (mgr.14403) 9131 : cluster 0 pgmap v6814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:05 smithi135 bash[32435]: cluster 2023-12-07T21:02:03.637078+0000 mgr.a (mgr.14403) 9131 : cluster 0 pgmap v6814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:07.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:02:07.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:07.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:07 smithi079 bash[28699]: cluster 2023-12-07T21:02:05.637614+0000 mgr.a (mgr.14403) 9132 : cluster 0 pgmap v6815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:07 smithi194 bash[32038]: cluster 2023-12-07T21:02:05.637614+0000 mgr.a (mgr.14403) 9132 : cluster 0 pgmap v6815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:07 smithi135 bash[32435]: cluster 2023-12-07T21:02:05.637614+0000 mgr.a (mgr.14403) 9132 : cluster 0 pgmap v6815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:08.120 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:02:08.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:08.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:08.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:08.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:02:09.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:09 smithi079 bash[28699]: audit 2023-12-07T21:02:07.624186+0000 mgr.a (mgr.14403) 9133 : audit 0 from='client.188907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:09 smithi079 bash[28699]: cluster 2023-12-07T21:02:07.641400+0000 mgr.a (mgr.14403) 9134 : cluster 0 pgmap v6816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:09.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:09 smithi194 bash[32038]: audit 2023-12-07T21:02:07.624186+0000 mgr.a (mgr.14403) 9133 : audit 0 from='client.188907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:09 smithi194 bash[32038]: cluster 2023-12-07T21:02:07.641400+0000 mgr.a (mgr.14403) 9134 : cluster 0 pgmap v6816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:09 smithi135 bash[32435]: audit 2023-12-07T21:02:07.624186+0000 mgr.a (mgr.14403) 9133 : audit 0 from='client.188907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:09 smithi135 bash[32435]: cluster 2023-12-07T21:02:07.641400+0000 mgr.a (mgr.14403) 9134 : cluster 0 pgmap v6816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:11.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:11 smithi079 bash[28699]: cluster 2023-12-07T21:02:09.642488+0000 mgr.a (mgr.14403) 9135 : cluster 0 pgmap v6817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:11.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:11 smithi194 bash[32038]: cluster 2023-12-07T21:02:09.642488+0000 mgr.a (mgr.14403) 9135 : cluster 0 pgmap v6817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:11 smithi135 bash[32435]: cluster 2023-12-07T21:02:09.642488+0000 mgr.a (mgr.14403) 9135 : cluster 0 pgmap v6817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:13.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:02:13.124 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:13.125 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:13.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:13 smithi079 bash[28699]: cluster 2023-12-07T21:02:11.643044+0000 mgr.a (mgr.14403) 9136 : cluster 0 pgmap v6818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:13.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:13 smithi194 bash[32038]: cluster 2023-12-07T21:02:11.643044+0000 mgr.a (mgr.14403) 9136 : cluster 0 pgmap v6818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:13 smithi135 bash[32435]: cluster 2023-12-07T21:02:11.643044+0000 mgr.a (mgr.14403) 9136 : cluster 0 pgmap v6818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:14.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:14.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:14.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:14.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:02:14.025 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:02:14.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:14 smithi079 bash[28699]: audit 2023-12-07T21:02:13.529256+0000 mgr.a (mgr.14403) 9137 : audit 0 from='client.188985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:14.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:14 smithi079 bash[28699]: audit 2023-12-07T21:02:14.216992+0000 mon.a (mon.0) 1717 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:02:14.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:14 smithi194 bash[32038]: audit 2023-12-07T21:02:13.529256+0000 mgr.a (mgr.14403) 9137 : audit 0 from='client.188985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:14 smithi194 bash[32038]: audit 2023-12-07T21:02:14.216992+0000 mon.a (mon.0) 1717 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:02:14.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:14 smithi135 bash[32435]: audit 2023-12-07T21:02:13.529256+0000 mgr.a (mgr.14403) 9137 : audit 0 from='client.188985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:14.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:14 smithi135 bash[32435]: audit 2023-12-07T21:02:14.216992+0000 mon.a (mon.0) 1717 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:02:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:15 smithi079 bash[28699]: cluster 2023-12-07T21:02:13.643896+0000 mgr.a (mgr.14403) 9138 : cluster 0 pgmap v6819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:15 smithi079 bash[28699]: audit 2023-12-07T21:02:14.963591+0000 mon.a (mon.0) 1718 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:02:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:15 smithi079 bash[28699]: audit 2023-12-07T21:02:14.965474+0000 mon.a (mon.0) 1719 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:02:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:15 smithi079 bash[28699]: audit 2023-12-07T21:02:14.974352+0000 mon.a (mon.0) 1720 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:02:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:15 smithi194 bash[32038]: cluster 2023-12-07T21:02:13.643896+0000 mgr.a (mgr.14403) 9138 : cluster 0 pgmap v6819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:15 smithi194 bash[32038]: audit 2023-12-07T21:02:14.963591+0000 mon.a (mon.0) 1718 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:02:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:15 smithi194 bash[32038]: audit 2023-12-07T21:02:14.965474+0000 mon.a (mon.0) 1719 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:02:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:15 smithi194 bash[32038]: audit 2023-12-07T21:02:14.974352+0000 mon.a (mon.0) 1720 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:02:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:15 smithi135 bash[32435]: cluster 2023-12-07T21:02:13.643896+0000 mgr.a (mgr.14403) 9138 : cluster 0 pgmap v6819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:15 smithi135 bash[32435]: audit 2023-12-07T21:02:14.963591+0000 mon.a (mon.0) 1718 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:02:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:15 smithi135 bash[32435]: audit 2023-12-07T21:02:14.965474+0000 mon.a (mon.0) 1719 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:02:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:15 smithi135 bash[32435]: audit 2023-12-07T21:02:14.974352+0000 mon.a (mon.0) 1720 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:02:17.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:17 smithi079 bash[28699]: cluster 2023-12-07T21:02:15.644557+0000 mgr.a (mgr.14403) 9139 : cluster 0 pgmap v6820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:17.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:17 smithi194 bash[32038]: cluster 2023-12-07T21:02:15.644557+0000 mgr.a (mgr.14403) 9139 : cluster 0 pgmap v6820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:17 smithi135 bash[32435]: cluster 2023-12-07T21:02:15.644557+0000 mgr.a (mgr.14403) 9139 : cluster 0 pgmap v6820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:19.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:02:19.029 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:19.029 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:19.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:19 smithi079 bash[28699]: cluster 2023-12-07T21:02:17.645103+0000 mgr.a (mgr.14403) 9140 : cluster 0 pgmap v6821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:19.927 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:02:19.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:19.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:19.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:19.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:02:19.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:19 smithi194 bash[32038]: cluster 2023-12-07T21:02:17.645103+0000 mgr.a (mgr.14403) 9140 : cluster 0 pgmap v6821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:19 smithi135 bash[32435]: cluster 2023-12-07T21:02:17.645103+0000 mgr.a (mgr.14403) 9140 : cluster 0 pgmap v6821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:20.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:20 smithi079 bash[28699]: audit 2023-12-07T21:02:19.436291+0000 mgr.a (mgr.14403) 9141 : audit 0 from='client.189060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:20.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:20 smithi194 bash[32038]: audit 2023-12-07T21:02:19.436291+0000 mgr.a (mgr.14403) 9141 : audit 0 from='client.189060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:20 smithi135 bash[32435]: audit 2023-12-07T21:02:19.436291+0000 mgr.a (mgr.14403) 9141 : audit 0 from='client.189060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:21.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:21 smithi079 bash[28699]: cluster 2023-12-07T21:02:19.645961+0000 mgr.a (mgr.14403) 9142 : cluster 0 pgmap v6822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:21.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:21 smithi194 bash[32038]: cluster 2023-12-07T21:02:19.645961+0000 mgr.a (mgr.14403) 9142 : cluster 0 pgmap v6822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:21 smithi135 bash[32435]: cluster 2023-12-07T21:02:19.645961+0000 mgr.a (mgr.14403) 9142 : cluster 0 pgmap v6822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:23.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:23 smithi079 bash[28699]: cluster 2023-12-07T21:02:21.646613+0000 mgr.a (mgr.14403) 9143 : cluster 0 pgmap v6823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:23 smithi194 bash[32038]: cluster 2023-12-07T21:02:21.646613+0000 mgr.a (mgr.14403) 9143 : cluster 0 pgmap v6823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:23 smithi135 bash[32435]: cluster 2023-12-07T21:02:21.646613+0000 mgr.a (mgr.14403) 9143 : cluster 0 pgmap v6823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:24.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:02:24.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:24.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:25.853 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:02:25.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:25.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:25.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:25.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:02:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:25 smithi079 bash[28699]: cluster 2023-12-07T21:02:23.647448+0000 mgr.a (mgr.14403) 9144 : cluster 0 pgmap v6824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:25 smithi194 bash[32038]: cluster 2023-12-07T21:02:23.647448+0000 mgr.a (mgr.14403) 9144 : cluster 0 pgmap v6824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:25 smithi135 bash[32435]: cluster 2023-12-07T21:02:23.647448+0000 mgr.a (mgr.14403) 9144 : cluster 0 pgmap v6824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:26.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:26 smithi079 bash[28699]: audit 2023-12-07T21:02:25.338609+0000 mgr.a (mgr.14403) 9145 : audit 0 from='client.189132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:26.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:26 smithi194 bash[32038]: audit 2023-12-07T21:02:25.338609+0000 mgr.a (mgr.14403) 9145 : audit 0 from='client.189132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:26.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:26 smithi135 bash[32435]: audit 2023-12-07T21:02:25.338609+0000 mgr.a (mgr.14403) 9145 : audit 0 from='client.189132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:27.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:27 smithi079 bash[28699]: cluster 2023-12-07T21:02:25.648124+0000 mgr.a (mgr.14403) 9146 : cluster 0 pgmap v6825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:27.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:27 smithi194 bash[32038]: cluster 2023-12-07T21:02:25.648124+0000 mgr.a (mgr.14403) 9146 : cluster 0 pgmap v6825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:27 smithi135 bash[32435]: cluster 2023-12-07T21:02:25.648124+0000 mgr.a (mgr.14403) 9146 : cluster 0 pgmap v6825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:29.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:28 smithi079 bash[28699]: cluster 2023-12-07T21:02:27.648845+0000 mgr.a (mgr.14403) 9147 : cluster 0 pgmap v6826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:29.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:28 smithi194 bash[32038]: cluster 2023-12-07T21:02:27.648845+0000 mgr.a (mgr.14403) 9147 : cluster 0 pgmap v6826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:29.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:28 smithi135 bash[32435]: cluster 2023-12-07T21:02:27.648845+0000 mgr.a (mgr.14403) 9147 : cluster 0 pgmap v6826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:30.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:02:30.856 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:30.856 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:31.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:30 smithi079 bash[28699]: cluster 2023-12-07T21:02:29.649668+0000 mgr.a (mgr.14403) 9148 : cluster 0 pgmap v6827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:31.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:30 smithi194 bash[32038]: cluster 2023-12-07T21:02:29.649668+0000 mgr.a (mgr.14403) 9148 : cluster 0 pgmap v6827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:31.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:30 smithi135 bash[32435]: cluster 2023-12-07T21:02:29.649668+0000 mgr.a (mgr.14403) 9148 : cluster 0 pgmap v6827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:31.750 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:02:31.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:31.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:31.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:31.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:02:32.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:31 smithi079 bash[28699]: audit 2023-12-07T21:02:31.257761+0000 mgr.a (mgr.14403) 9149 : audit 0 from='client.189210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:31 smithi194 bash[32038]: audit 2023-12-07T21:02:31.257761+0000 mgr.a (mgr.14403) 9149 : audit 0 from='client.189210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:31 smithi135 bash[32435]: audit 2023-12-07T21:02:31.257761+0000 mgr.a (mgr.14403) 9149 : audit 0 from='client.189210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:33.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:32 smithi079 bash[28699]: cluster 2023-12-07T21:02:31.650406+0000 mgr.a (mgr.14403) 9150 : cluster 0 pgmap v6828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:33.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:32 smithi194 bash[32038]: cluster 2023-12-07T21:02:31.650406+0000 mgr.a (mgr.14403) 9150 : cluster 0 pgmap v6828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:32 smithi135 bash[32435]: cluster 2023-12-07T21:02:31.650406+0000 mgr.a (mgr.14403) 9150 : cluster 0 pgmap v6828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:35.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:34 smithi079 bash[28699]: cluster 2023-12-07T21:02:33.651216+0000 mgr.a (mgr.14403) 9151 : cluster 0 pgmap v6829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:35.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:34 smithi194 bash[32038]: cluster 2023-12-07T21:02:33.651216+0000 mgr.a (mgr.14403) 9151 : cluster 0 pgmap v6829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:34 smithi135 bash[32435]: cluster 2023-12-07T21:02:33.651216+0000 mgr.a (mgr.14403) 9151 : cluster 0 pgmap v6829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:36.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:02:36.754 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:36.754 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:37.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:36 smithi079 bash[28699]: cluster 2023-12-07T21:02:35.651776+0000 mgr.a (mgr.14403) 9152 : cluster 0 pgmap v6830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:37.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:36 smithi194 bash[32038]: cluster 2023-12-07T21:02:35.651776+0000 mgr.a (mgr.14403) 9152 : cluster 0 pgmap v6830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:37.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:36 smithi135 bash[32435]: cluster 2023-12-07T21:02:35.651776+0000 mgr.a (mgr.14403) 9152 : cluster 0 pgmap v6830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:37.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:37.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:37.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:37.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:02:37.636 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:02:38.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:37 smithi079 bash[28699]: audit 2023-12-07T21:02:37.157519+0000 mgr.a (mgr.14403) 9153 : audit 0 from='client.189288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:37 smithi194 bash[32038]: audit 2023-12-07T21:02:37.157519+0000 mgr.a (mgr.14403) 9153 : audit 0 from='client.189288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:37 smithi135 bash[32435]: audit 2023-12-07T21:02:37.157519+0000 mgr.a (mgr.14403) 9153 : audit 0 from='client.189288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:39.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:38 smithi079 bash[28699]: cluster 2023-12-07T21:02:37.652281+0000 mgr.a (mgr.14403) 9154 : cluster 0 pgmap v6831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:38 smithi194 bash[32038]: cluster 2023-12-07T21:02:37.652281+0000 mgr.a (mgr.14403) 9154 : cluster 0 pgmap v6831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:38 smithi135 bash[32435]: cluster 2023-12-07T21:02:37.652281+0000 mgr.a (mgr.14403) 9154 : cluster 0 pgmap v6831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:41.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:40 smithi079 bash[28699]: cluster 2023-12-07T21:02:39.653068+0000 mgr.a (mgr.14403) 9155 : cluster 0 pgmap v6832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:41.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:40 smithi194 bash[32038]: cluster 2023-12-07T21:02:39.653068+0000 mgr.a (mgr.14403) 9155 : cluster 0 pgmap v6832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:41.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:40 smithi135 bash[32435]: cluster 2023-12-07T21:02:39.653068+0000 mgr.a (mgr.14403) 9155 : cluster 0 pgmap v6832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:02:42.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:02:42.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:42.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:43.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:42 smithi079 bash[28699]: cluster 2023-12-07T21:02:41.653565+0000 mgr.a (mgr.14403) 9156 : cluster 0 pgmap v6833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:42 smithi194 bash[32038]: cluster 2023-12-07T21:02:41.653565+0000 mgr.a (mgr.14403) 9156 : cluster 0 pgmap v6833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:42 smithi135 bash[32435]: cluster 2023-12-07T21:02:41.653565+0000 mgr.a (mgr.14403) 9156 : cluster 0 pgmap v6833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:43.555 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:02:43.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:43.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:43.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:43.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:02:44.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:43 smithi079 bash[28699]: audit 2023-12-07T21:02:43.047879+0000 mgr.a (mgr.14403) 9157 : audit 0 from='client.189366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:44.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:43 smithi194 bash[32038]: audit 2023-12-07T21:02:43.047879+0000 mgr.a (mgr.14403) 9157 : audit 0 from='client.189366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:43 smithi135 bash[32435]: audit 2023-12-07T21:02:43.047879+0000 mgr.a (mgr.14403) 9157 : audit 0 from='client.189366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:45.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:44 smithi079 bash[28699]: cluster 2023-12-07T21:02:43.654479+0000 mgr.a (mgr.14403) 9158 : cluster 0 pgmap v6834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:02:45.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:44 smithi194 bash[32038]: cluster 2023-12-07T21:02:43.654479+0000 mgr.a (mgr.14403) 9158 : cluster 0 pgmap v6834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:02:45.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:44 smithi135 bash[32435]: cluster 2023-12-07T21:02:43.654479+0000 mgr.a (mgr.14403) 9158 : cluster 0 pgmap v6834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:02:47.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:46 smithi079 bash[28699]: cluster 2023-12-07T21:02:45.655018+0000 mgr.a (mgr.14403) 9159 : cluster 0 pgmap v6835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:02:47.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:46 smithi194 bash[32038]: cluster 2023-12-07T21:02:45.655018+0000 mgr.a (mgr.14403) 9159 : cluster 0 pgmap v6835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:02:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:46 smithi135 bash[32435]: cluster 2023-12-07T21:02:45.655018+0000 mgr.a (mgr.14403) 9159 : cluster 0 pgmap v6835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:02:48.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:02:48.559 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:48.559 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:49.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:48 smithi079 bash[28699]: cluster 2023-12-07T21:02:47.655567+0000 mgr.a (mgr.14403) 9160 : cluster 0 pgmap v6836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:02:49.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:48 smithi194 bash[32038]: cluster 2023-12-07T21:02:47.655567+0000 mgr.a (mgr.14403) 9160 : cluster 0 pgmap v6836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:02:49.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:48 smithi135 bash[32435]: cluster 2023-12-07T21:02:47.655567+0000 mgr.a (mgr.14403) 9160 : cluster 0 pgmap v6836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:02:49.481 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:02:49.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:49.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:49.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:49.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:02:50.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:49 smithi079 bash[28699]: audit 2023-12-07T21:02:48.964896+0000 mgr.a (mgr.14403) 9161 : audit 0 from='client.189438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:49 smithi194 bash[32038]: audit 2023-12-07T21:02:48.964896+0000 mgr.a (mgr.14403) 9161 : audit 0 from='client.189438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:49 smithi135 bash[32435]: audit 2023-12-07T21:02:48.964896+0000 mgr.a (mgr.14403) 9161 : audit 0 from='client.189438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:51.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:50 smithi079 bash[28699]: cluster 2023-12-07T21:02:49.656574+0000 mgr.a (mgr.14403) 9162 : cluster 0 pgmap v6837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:50 smithi194 bash[32038]: cluster 2023-12-07T21:02:49.656574+0000 mgr.a (mgr.14403) 9162 : cluster 0 pgmap v6837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:50 smithi135 bash[32435]: cluster 2023-12-07T21:02:49.656574+0000 mgr.a (mgr.14403) 9162 : cluster 0 pgmap v6837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:53.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:52 smithi079 bash[28699]: cluster 2023-12-07T21:02:51.657225+0000 mgr.a (mgr.14403) 9163 : cluster 0 pgmap v6838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:52 smithi194 bash[32038]: cluster 2023-12-07T21:02:51.657225+0000 mgr.a (mgr.14403) 9163 : cluster 0 pgmap v6838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:52 smithi135 bash[32435]: cluster 2023-12-07T21:02:51.657225+0000 mgr.a (mgr.14403) 9163 : cluster 0 pgmap v6838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:02:54.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:02:54.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:02:54.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:02:55.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:54 smithi079 bash[28699]: cluster 2023-12-07T21:02:53.658097+0000 mgr.a (mgr.14403) 9164 : cluster 0 pgmap v6839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:55.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:54 smithi194 bash[32038]: cluster 2023-12-07T21:02:53.658097+0000 mgr.a (mgr.14403) 9164 : cluster 0 pgmap v6839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:54 smithi135 bash[32435]: cluster 2023-12-07T21:02:53.658097+0000 mgr.a (mgr.14403) 9164 : cluster 0 pgmap v6839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:02:55.403 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:02:55.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:02:55.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:02:55.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:02:55.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:02:56.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:55 smithi079 bash[28699]: audit 2023-12-07T21:02:54.894860+0000 mgr.a (mgr.14403) 9165 : audit 0 from='client.189516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:55 smithi194 bash[32038]: audit 2023-12-07T21:02:54.894860+0000 mgr.a (mgr.14403) 9165 : audit 0 from='client.189516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:55 smithi135 bash[32435]: audit 2023-12-07T21:02:54.894860+0000 mgr.a (mgr.14403) 9165 : audit 0 from='client.189516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:02:57.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:56 smithi079 bash[28699]: cluster 2023-12-07T21:02:55.658858+0000 mgr.a (mgr.14403) 9166 : cluster 0 pgmap v6840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:02:57.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:56 smithi194 bash[32038]: cluster 2023-12-07T21:02:55.658858+0000 mgr.a (mgr.14403) 9166 : cluster 0 pgmap v6840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:02:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:56 smithi135 bash[32435]: cluster 2023-12-07T21:02:55.658858+0000 mgr.a (mgr.14403) 9166 : cluster 0 pgmap v6840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:02:59.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:02:58 smithi079 bash[28699]: cluster 2023-12-07T21:02:57.659594+0000 mgr.a (mgr.14403) 9167 : cluster 0 pgmap v6841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:02:59.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:02:58 smithi194 bash[32038]: cluster 2023-12-07T21:02:57.659594+0000 mgr.a (mgr.14403) 9167 : cluster 0 pgmap v6841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:02:59.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:02:58 smithi135 bash[32435]: cluster 2023-12-07T21:02:57.659594+0000 mgr.a (mgr.14403) 9167 : cluster 0 pgmap v6841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:03:00.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:03:00.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:00.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:01.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:00 smithi079 bash[28699]: cluster 2023-12-07T21:02:59.660611+0000 mgr.a (mgr.14403) 9168 : cluster 0 pgmap v6842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:03:01.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:00 smithi194 bash[32038]: cluster 2023-12-07T21:02:59.660611+0000 mgr.a (mgr.14403) 9168 : cluster 0 pgmap v6842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:03:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:00 smithi135 bash[32435]: cluster 2023-12-07T21:02:59.660611+0000 mgr.a (mgr.14403) 9168 : cluster 0 pgmap v6842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:03:01.314 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:03:01.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:01.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:01.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:01.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:03:02.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:01 smithi079 bash[28699]: audit 2023-12-07T21:03:00.809934+0000 mgr.a (mgr.14403) 9169 : audit 0 from='client.189588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:01 smithi194 bash[32038]: audit 2023-12-07T21:03:00.809934+0000 mgr.a (mgr.14403) 9169 : audit 0 from='client.189588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:01 smithi135 bash[32435]: audit 2023-12-07T21:03:00.809934+0000 mgr.a (mgr.14403) 9169 : audit 0 from='client.189588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:03.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:02 smithi079 bash[28699]: cluster 2023-12-07T21:03:01.661371+0000 mgr.a (mgr.14403) 9170 : cluster 0 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-07T21:03:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:02 smithi194 bash[32038]: cluster 2023-12-07T21:03:01.661371+0000 mgr.a (mgr.14403) 9170 : cluster 0 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-07T21:03:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:02 smithi135 bash[32435]: cluster 2023-12-07T21:03:01.661371+0000 mgr.a (mgr.14403) 9170 : cluster 0 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-07T21:03:05.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:04 smithi079 bash[28699]: cluster 2023-12-07T21:03:03.662155+0000 mgr.a (mgr.14403) 9171 : cluster 0 pgmap v6844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:05.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:04 smithi194 bash[32038]: cluster 2023-12-07T21:03:03.662155+0000 mgr.a (mgr.14403) 9171 : cluster 0 pgmap v6844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:04 smithi135 bash[32435]: cluster 2023-12-07T21:03:03.662155+0000 mgr.a (mgr.14403) 9171 : cluster 0 pgmap v6844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:06.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:03:06.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:06.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:07.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:06 smithi079 bash[28699]: cluster 2023-12-07T21:03:05.662713+0000 mgr.a (mgr.14403) 9172 : cluster 0 pgmap v6845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:07.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:06 smithi194 bash[32038]: cluster 2023-12-07T21:03:05.662713+0000 mgr.a (mgr.14403) 9172 : cluster 0 pgmap v6845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:07.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:06 smithi135 bash[32435]: cluster 2023-12-07T21:03:05.662713+0000 mgr.a (mgr.14403) 9172 : cluster 0 pgmap v6845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:07.215 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:03:07.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:07.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:07.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:07.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:03:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:07 smithi194 bash[32038]: audit 2023-12-07T21:03:06.717618+0000 mgr.a (mgr.14403) 9173 : audit 0 from='client.189663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:07 smithi135 bash[32435]: audit 2023-12-07T21:03:06.717618+0000 mgr.a (mgr.14403) 9173 : audit 0 from='client.189663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:07 smithi079 bash[28699]: audit 2023-12-07T21:03:06.717618+0000 mgr.a (mgr.14403) 9173 : audit 0 from='client.189663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:09.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:08 smithi194 bash[32038]: cluster 2023-12-07T21:03:07.663394+0000 mgr.a (mgr.14403) 9174 : cluster 0 pgmap v6846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:09.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:08 smithi135 bash[32435]: cluster 2023-12-07T21:03:07.663394+0000 mgr.a (mgr.14403) 9174 : cluster 0 pgmap v6846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:09.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:08 smithi079 bash[28699]: cluster 2023-12-07T21:03:07.663394+0000 mgr.a (mgr.14403) 9174 : cluster 0 pgmap v6846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:11.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:10 smithi194 bash[32038]: cluster 2023-12-07T21:03:09.664209+0000 mgr.a (mgr.14403) 9175 : cluster 0 pgmap v6847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:11.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:10 smithi135 bash[32435]: cluster 2023-12-07T21:03:09.664209+0000 mgr.a (mgr.14403) 9175 : cluster 0 pgmap v6847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:11.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:10 smithi079 bash[28699]: cluster 2023-12-07T21:03:09.664209+0000 mgr.a (mgr.14403) 9175 : cluster 0 pgmap v6847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:12.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:03:12.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:12.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:13.099 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:03:13.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:13.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:13.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:13.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:03:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:12 smithi194 bash[32038]: cluster 2023-12-07T21:03:11.664771+0000 mgr.a (mgr.14403) 9176 : cluster 0 pgmap v6848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:12 smithi135 bash[32435]: cluster 2023-12-07T21:03:11.664771+0000 mgr.a (mgr.14403) 9176 : cluster 0 pgmap v6848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:13.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:12 smithi079 bash[28699]: cluster 2023-12-07T21:03:11.664771+0000 mgr.a (mgr.14403) 9176 : cluster 0 pgmap v6848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:13 smithi194 bash[32038]: audit 2023-12-07T21:03:12.613703+0000 mgr.a (mgr.14403) 9177 : audit 0 from='client.189741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:14.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:13 smithi135 bash[32435]: audit 2023-12-07T21:03:12.613703+0000 mgr.a (mgr.14403) 9177 : audit 0 from='client.189741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:14.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:13 smithi079 bash[28699]: audit 2023-12-07T21:03:12.613703+0000 mgr.a (mgr.14403) 9177 : audit 0 from='client.189741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:14 smithi194 bash[32038]: cluster 2023-12-07T21:03:13.665659+0000 mgr.a (mgr.14403) 9178 : cluster 0 pgmap v6849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:15.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:14 smithi135 bash[32435]: cluster 2023-12-07T21:03:13.665659+0000 mgr.a (mgr.14403) 9178 : cluster 0 pgmap v6849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:15.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:14 smithi079 bash[28699]: cluster 2023-12-07T21:03:13.665659+0000 mgr.a (mgr.14403) 9178 : cluster 0 pgmap v6849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:15 smithi194 bash[32038]: audit 2023-12-07T21:03:15.077117+0000 mon.a (mon.0) 1721 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:03:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:15 smithi194 bash[32038]: audit 2023-12-07T21:03:15.867228+0000 mon.a (mon.0) 1722 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:03:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:15 smithi194 bash[32038]: audit 2023-12-07T21:03:15.869263+0000 mon.a (mon.0) 1723 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:03:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:15 smithi194 bash[32038]: audit 2023-12-07T21:03:15.879708+0000 mon.a (mon.0) 1724 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:03:16.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:15 smithi135 bash[32435]: audit 2023-12-07T21:03:15.077117+0000 mon.a (mon.0) 1721 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:03:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:15 smithi135 bash[32435]: audit 2023-12-07T21:03:15.867228+0000 mon.a (mon.0) 1722 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:03:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:15 smithi135 bash[32435]: audit 2023-12-07T21:03:15.869263+0000 mon.a (mon.0) 1723 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:03:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:15 smithi135 bash[32435]: audit 2023-12-07T21:03:15.879708+0000 mon.a (mon.0) 1724 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:03:16.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:15 smithi079 bash[28699]: audit 2023-12-07T21:03:15.077117+0000 mon.a (mon.0) 1721 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:03:16.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:15 smithi079 bash[28699]: audit 2023-12-07T21:03:15.867228+0000 mon.a (mon.0) 1722 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:03:16.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:15 smithi079 bash[28699]: audit 2023-12-07T21:03:15.869263+0000 mon.a (mon.0) 1723 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:03:16.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:15 smithi079 bash[28699]: audit 2023-12-07T21:03:15.879708+0000 mon.a (mon.0) 1724 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:03:17.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:16 smithi194 bash[32038]: cluster 2023-12-07T21:03:15.666206+0000 mgr.a (mgr.14403) 9179 : cluster 0 pgmap v6850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:17.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:16 smithi135 bash[32435]: cluster 2023-12-07T21:03:15.666206+0000 mgr.a (mgr.14403) 9179 : cluster 0 pgmap v6850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:17.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:16 smithi079 bash[28699]: cluster 2023-12-07T21:03:15.666206+0000 mgr.a (mgr.14403) 9179 : cluster 0 pgmap v6850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:18.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:03:18.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:18.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:19.004 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:03:19.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:19.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:19.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:19.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:03:19.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:18 smithi194 bash[32038]: cluster 2023-12-07T21:03:17.666755+0000 mgr.a (mgr.14403) 9180 : cluster 0 pgmap v6851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:19.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:18 smithi194 bash[32038]: audit 2023-12-07T21:03:18.503426+0000 mgr.a (mgr.14403) 9181 : audit 0 from='client.189819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:19.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:18 smithi135 bash[32435]: cluster 2023-12-07T21:03:17.666755+0000 mgr.a (mgr.14403) 9180 : cluster 0 pgmap v6851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:19.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:18 smithi135 bash[32435]: audit 2023-12-07T21:03:18.503426+0000 mgr.a (mgr.14403) 9181 : audit 0 from='client.189819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:19.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:18 smithi079 bash[28699]: cluster 2023-12-07T21:03:17.666755+0000 mgr.a (mgr.14403) 9180 : cluster 0 pgmap v6851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:19.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:18 smithi079 bash[28699]: audit 2023-12-07T21:03:18.503426+0000 mgr.a (mgr.14403) 9181 : audit 0 from='client.189819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:21.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:20 smithi194 bash[32038]: cluster 2023-12-07T21:03:19.667772+0000 mgr.a (mgr.14403) 9182 : cluster 0 pgmap v6852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:03:21.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:20 smithi135 bash[32435]: cluster 2023-12-07T21:03:19.667772+0000 mgr.a (mgr.14403) 9182 : cluster 0 pgmap v6852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:03:21.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:20 smithi079 bash[28699]: cluster 2023-12-07T21:03:19.667772+0000 mgr.a (mgr.14403) 9182 : cluster 0 pgmap v6852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:03:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:22 smithi194 bash[32038]: cluster 2023-12-07T21:03:21.668335+0000 mgr.a (mgr.14403) 9183 : cluster 0 pgmap v6853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:03:23.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:22 smithi135 bash[32435]: cluster 2023-12-07T21:03:21.668335+0000 mgr.a (mgr.14403) 9183 : cluster 0 pgmap v6853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:03:23.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:22 smithi079 bash[28699]: cluster 2023-12-07T21:03:21.668335+0000 mgr.a (mgr.14403) 9183 : cluster 0 pgmap v6853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:03:24.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:03:24.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:24.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:24.905 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:03:24.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:24.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:24.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:24.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:03:25.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:24 smithi135 bash[32435]: cluster 2023-12-07T21:03:23.669089+0000 mgr.a (mgr.14403) 9184 : cluster 0 pgmap v6854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:25.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:24 smithi135 bash[32435]: audit 2023-12-07T21:03:24.408056+0000 mgr.a (mgr.14403) 9185 : audit 0 from='client.189894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:25.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:24 smithi079 bash[28699]: cluster 2023-12-07T21:03:23.669089+0000 mgr.a (mgr.14403) 9184 : cluster 0 pgmap v6854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:25.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:24 smithi079 bash[28699]: audit 2023-12-07T21:03:24.408056+0000 mgr.a (mgr.14403) 9185 : audit 0 from='client.189894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:25.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:24 smithi194 bash[32038]: cluster 2023-12-07T21:03:23.669089+0000 mgr.a (mgr.14403) 9184 : cluster 0 pgmap v6854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:25.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:24 smithi194 bash[32038]: audit 2023-12-07T21:03:24.408056+0000 mgr.a (mgr.14403) 9185 : audit 0 from='client.189894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:27.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:26 smithi079 bash[28699]: cluster 2023-12-07T21:03:25.669746+0000 mgr.a (mgr.14403) 9186 : cluster 0 pgmap v6855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:27.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:26 smithi194 bash[32038]: cluster 2023-12-07T21:03:25.669746+0000 mgr.a (mgr.14403) 9186 : cluster 0 pgmap v6855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:27.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:26 smithi135 bash[32435]: cluster 2023-12-07T21:03:25.669746+0000 mgr.a (mgr.14403) 9186 : cluster 0 pgmap v6855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:29.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:28 smithi079 bash[28699]: cluster 2023-12-07T21:03:27.670296+0000 mgr.a (mgr.14403) 9187 : cluster 0 pgmap v6856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:29.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:28 smithi194 bash[32038]: cluster 2023-12-07T21:03:27.670296+0000 mgr.a (mgr.14403) 9187 : cluster 0 pgmap v6856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:29.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:28 smithi135 bash[32435]: cluster 2023-12-07T21:03:27.670296+0000 mgr.a (mgr.14403) 9187 : cluster 0 pgmap v6856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:29.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:03:29.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:29.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:30.819 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:03:30.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:30.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:30.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:30.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:03:31.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:30 smithi079 bash[28699]: cluster 2023-12-07T21:03:29.671228+0000 mgr.a (mgr.14403) 9188 : cluster 0 pgmap v6857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:31.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:30 smithi079 bash[28699]: audit 2023-12-07T21:03:30.320268+0000 mgr.a (mgr.14403) 9189 : audit 0 from='client.189969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:31.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:30 smithi194 bash[32038]: cluster 2023-12-07T21:03:29.671228+0000 mgr.a (mgr.14403) 9188 : cluster 0 pgmap v6857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:31.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:30 smithi194 bash[32038]: audit 2023-12-07T21:03:30.320268+0000 mgr.a (mgr.14403) 9189 : audit 0 from='client.189969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:31.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:30 smithi135 bash[32435]: cluster 2023-12-07T21:03:29.671228+0000 mgr.a (mgr.14403) 9188 : cluster 0 pgmap v6857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:31.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:30 smithi135 bash[32435]: audit 2023-12-07T21:03:30.320268+0000 mgr.a (mgr.14403) 9189 : audit 0 from='client.189969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:33.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:32 smithi079 bash[28699]: cluster 2023-12-07T21:03:31.671855+0000 mgr.a (mgr.14403) 9190 : cluster 0 pgmap v6858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:03:33.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:32 smithi194 bash[32038]: cluster 2023-12-07T21:03:31.671855+0000 mgr.a (mgr.14403) 9190 : cluster 0 pgmap v6858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:03:33.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:32 smithi135 bash[32435]: cluster 2023-12-07T21:03:31.671855+0000 mgr.a (mgr.14403) 9190 : cluster 0 pgmap v6858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:03:35.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:34 smithi079 bash[28699]: cluster 2023-12-07T21:03:33.672638+0000 mgr.a (mgr.14403) 9191 : cluster 0 pgmap v6859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:03:35.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:34 smithi194 bash[32038]: cluster 2023-12-07T21:03:33.672638+0000 mgr.a (mgr.14403) 9191 : cluster 0 pgmap v6859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:03:35.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:34 smithi135 bash[32435]: cluster 2023-12-07T21:03:33.672638+0000 mgr.a (mgr.14403) 9191 : cluster 0 pgmap v6859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:03:35.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:03:35.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:35.823 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:36.741 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:03:36.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:36.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:36.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:36.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:03:37.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:36 smithi079 bash[28699]: cluster 2023-12-07T21:03:35.673303+0000 mgr.a (mgr.14403) 9192 : cluster 0 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-07T21:03:37.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:36 smithi079 bash[28699]: audit 2023-12-07T21:03:36.228548+0000 mgr.a (mgr.14403) 9193 : audit 0 from='client.190047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:37.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:36 smithi194 bash[32038]: cluster 2023-12-07T21:03:35.673303+0000 mgr.a (mgr.14403) 9192 : cluster 0 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-07T21:03:37.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:36 smithi194 bash[32038]: audit 2023-12-07T21:03:36.228548+0000 mgr.a (mgr.14403) 9193 : audit 0 from='client.190047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:37.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:36 smithi135 bash[32435]: cluster 2023-12-07T21:03:35.673303+0000 mgr.a (mgr.14403) 9192 : cluster 0 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-07T21:03:37.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:36 smithi135 bash[32435]: audit 2023-12-07T21:03:36.228548+0000 mgr.a (mgr.14403) 9193 : audit 0 from='client.190047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:39.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:38 smithi079 bash[28699]: cluster 2023-12-07T21:03:37.674016+0000 mgr.a (mgr.14403) 9194 : cluster 0 pgmap v6861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:39.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:38 smithi194 bash[32038]: cluster 2023-12-07T21:03:37.674016+0000 mgr.a (mgr.14403) 9194 : cluster 0 pgmap v6861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:39.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:38 smithi135 bash[32435]: cluster 2023-12-07T21:03:37.674016+0000 mgr.a (mgr.14403) 9194 : cluster 0 pgmap v6861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:41.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:40 smithi079 bash[28699]: cluster 2023-12-07T21:03:39.674860+0000 mgr.a (mgr.14403) 9195 : cluster 0 pgmap v6862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:41.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:40 smithi194 bash[32038]: cluster 2023-12-07T21:03:39.674860+0000 mgr.a (mgr.14403) 9195 : cluster 0 pgmap v6862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:41.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:40 smithi135 bash[32435]: cluster 2023-12-07T21:03:39.674860+0000 mgr.a (mgr.14403) 9195 : cluster 0 pgmap v6862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:41.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:03:41.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:41.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:42.645 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:03:42.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:42.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:42.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:42.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:03:43.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:42 smithi079 bash[28699]: cluster 2023-12-07T21:03:41.675415+0000 mgr.a (mgr.14403) 9196 : cluster 0 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-07T21:03:43.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:42 smithi079 bash[28699]: audit 2023-12-07T21:03:42.152963+0000 mgr.a (mgr.14403) 9197 : audit 0 from='client.190122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:43.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:42 smithi194 bash[32038]: cluster 2023-12-07T21:03:41.675415+0000 mgr.a (mgr.14403) 9196 : cluster 0 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-07T21:03:43.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:42 smithi194 bash[32038]: audit 2023-12-07T21:03:42.152963+0000 mgr.a (mgr.14403) 9197 : audit 0 from='client.190122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:43.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:42 smithi135 bash[32435]: cluster 2023-12-07T21:03:41.675415+0000 mgr.a (mgr.14403) 9196 : cluster 0 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-07T21:03:43.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:42 smithi135 bash[32435]: audit 2023-12-07T21:03:42.152963+0000 mgr.a (mgr.14403) 9197 : audit 0 from='client.190122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:45.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:45 smithi079 bash[28699]: cluster 2023-12-07T21:03:43.676325+0000 mgr.a (mgr.14403) 9198 : cluster 0 pgmap v6864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:45.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:45 smithi194 bash[32038]: cluster 2023-12-07T21:03:43.676325+0000 mgr.a (mgr.14403) 9198 : cluster 0 pgmap v6864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:45.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:45 smithi135 bash[32435]: cluster 2023-12-07T21:03:43.676325+0000 mgr.a (mgr.14403) 9198 : cluster 0 pgmap v6864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:03:47.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:47 smithi079 bash[28699]: cluster 2023-12-07T21:03:45.676894+0000 mgr.a (mgr.14403) 9199 : cluster 0 pgmap v6865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:47.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:47 smithi194 bash[32038]: cluster 2023-12-07T21:03:45.676894+0000 mgr.a (mgr.14403) 9199 : cluster 0 pgmap v6865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:47.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:47 smithi135 bash[32435]: cluster 2023-12-07T21:03:45.676894+0000 mgr.a (mgr.14403) 9199 : cluster 0 pgmap v6865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:03:47.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:03:47.648 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:47.648 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:48.548 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:03:48.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:48.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:48.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:48.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:03:49.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:49 smithi079 bash[28699]: cluster 2023-12-07T21:03:47.677319+0000 mgr.a (mgr.14403) 9200 : cluster 0 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-07T21:03:49.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:49 smithi079 bash[28699]: audit 2023-12-07T21:03:48.051931+0000 mgr.a (mgr.14403) 9201 : audit 0 from='client.190200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:49.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:49 smithi194 bash[32038]: cluster 2023-12-07T21:03:47.677319+0000 mgr.a (mgr.14403) 9200 : cluster 0 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-07T21:03:49.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:49 smithi194 bash[32038]: audit 2023-12-07T21:03:48.051931+0000 mgr.a (mgr.14403) 9201 : audit 0 from='client.190200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:49.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:49 smithi135 bash[32435]: cluster 2023-12-07T21:03:47.677319+0000 mgr.a (mgr.14403) 9200 : cluster 0 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-07T21:03:49.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:49 smithi135 bash[32435]: audit 2023-12-07T21:03:48.051931+0000 mgr.a (mgr.14403) 9201 : audit 0 from='client.190200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:51.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:51 smithi079 bash[28699]: cluster 2023-12-07T21:03:49.678166+0000 mgr.a (mgr.14403) 9202 : cluster 0 pgmap v6867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:03:51.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:51 smithi194 bash[32038]: cluster 2023-12-07T21:03:49.678166+0000 mgr.a (mgr.14403) 9202 : cluster 0 pgmap v6867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:03:51.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:51 smithi135 bash[32435]: cluster 2023-12-07T21:03:49.678166+0000 mgr.a (mgr.14403) 9202 : cluster 0 pgmap v6867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:03:53.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:53 smithi079 bash[28699]: cluster 2023-12-07T21:03:51.678730+0000 mgr.a (mgr.14403) 9203 : cluster 0 pgmap v6868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:03:53.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:53 smithi194 bash[32038]: cluster 2023-12-07T21:03:51.678730+0000 mgr.a (mgr.14403) 9203 : cluster 0 pgmap v6868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:03:53.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:53 smithi135 bash[32435]: cluster 2023-12-07T21:03:51.678730+0000 mgr.a (mgr.14403) 9203 : cluster 0 pgmap v6868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:03:53.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:03:53.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:53.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:03:54.455 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:03:54.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:03:54.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:03:54.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:03:54.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:03:55.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:55 smithi079 bash[28699]: cluster 2023-12-07T21:03:53.679568+0000 mgr.a (mgr.14403) 9204 : cluster 0 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-07T21:03:55.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:55 smithi079 bash[28699]: audit 2023-12-07T21:03:53.950396+0000 mgr.a (mgr.14403) 9205 : audit 0 from='client.190275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:55.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:55 smithi194 bash[32038]: cluster 2023-12-07T21:03:53.679568+0000 mgr.a (mgr.14403) 9204 : cluster 0 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-07T21:03:55.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:55 smithi194 bash[32038]: audit 2023-12-07T21:03:53.950396+0000 mgr.a (mgr.14403) 9205 : audit 0 from='client.190275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:55.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:55 smithi135 bash[32435]: cluster 2023-12-07T21:03:53.679568+0000 mgr.a (mgr.14403) 9204 : cluster 0 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-07T21:03:55.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:55 smithi135 bash[32435]: audit 2023-12-07T21:03:53.950396+0000 mgr.a (mgr.14403) 9205 : audit 0 from='client.190275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:03:57.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:57 smithi079 bash[28699]: cluster 2023-12-07T21:03:55.680246+0000 mgr.a (mgr.14403) 9206 : cluster 0 pgmap v6870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:57.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:57 smithi194 bash[32038]: cluster 2023-12-07T21:03:55.680246+0000 mgr.a (mgr.14403) 9206 : cluster 0 pgmap v6870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:57.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:57 smithi135 bash[32435]: cluster 2023-12-07T21:03:55.680246+0000 mgr.a (mgr.14403) 9206 : cluster 0 pgmap v6870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:59.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:03:59 smithi079 bash[28699]: cluster 2023-12-07T21:03:57.680746+0000 mgr.a (mgr.14403) 9207 : cluster 0 pgmap v6871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:59.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:03:59 smithi194 bash[32038]: cluster 2023-12-07T21:03:57.680746+0000 mgr.a (mgr.14403) 9207 : cluster 0 pgmap v6871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:59.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:03:59 smithi135 bash[32435]: cluster 2023-12-07T21:03:57.680746+0000 mgr.a (mgr.14403) 9207 : cluster 0 pgmap v6871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:03:59.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:03:59.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:03:59.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:00.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:00.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:00.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:00.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:04:00.393 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:04:01.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:01 smithi079 bash[28699]: cluster 2023-12-07T21:03:59.681483+0000 mgr.a (mgr.14403) 9208 : cluster 0 pgmap v6872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:01.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:01 smithi079 bash[28699]: audit 2023-12-07T21:03:59.876777+0000 mgr.a (mgr.14403) 9209 : audit 0 from='client.190350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:01.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:01 smithi194 bash[32038]: cluster 2023-12-07T21:03:59.681483+0000 mgr.a (mgr.14403) 9208 : cluster 0 pgmap v6872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:01.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:01 smithi194 bash[32038]: audit 2023-12-07T21:03:59.876777+0000 mgr.a (mgr.14403) 9209 : audit 0 from='client.190350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:01.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:01 smithi135 bash[32435]: cluster 2023-12-07T21:03:59.681483+0000 mgr.a (mgr.14403) 9208 : cluster 0 pgmap v6872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:01.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:01 smithi135 bash[32435]: audit 2023-12-07T21:03:59.876777+0000 mgr.a (mgr.14403) 9209 : audit 0 from='client.190350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:03.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:03 smithi079 bash[28699]: cluster 2023-12-07T21:04:01.682110+0000 mgr.a (mgr.14403) 9210 : cluster 0 pgmap v6873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:04:03.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:03 smithi194 bash[32038]: cluster 2023-12-07T21:04:01.682110+0000 mgr.a (mgr.14403) 9210 : cluster 0 pgmap v6873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:04:03.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:03 smithi135 bash[32435]: cluster 2023-12-07T21:04:01.682110+0000 mgr.a (mgr.14403) 9210 : cluster 0 pgmap v6873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:04:05.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:05 smithi079 bash[28699]: cluster 2023-12-07T21:04:03.682852+0000 mgr.a (mgr.14403) 9211 : cluster 0 pgmap v6874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:04:05.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:04:05.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:05.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:05.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:05 smithi194 bash[32038]: cluster 2023-12-07T21:04:03.682852+0000 mgr.a (mgr.14403) 9211 : cluster 0 pgmap v6874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:04:05.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:05 smithi135 bash[32435]: cluster 2023-12-07T21:04:03.682852+0000 mgr.a (mgr.14403) 9211 : cluster 0 pgmap v6874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:04:06.299 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:04:06.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:06.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:06.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:06.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:04:07.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:07 smithi079 bash[28699]: cluster 2023-12-07T21:04:05.683347+0000 mgr.a (mgr.14403) 9212 : cluster 0 pgmap v6875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:07.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:07 smithi079 bash[28699]: audit 2023-12-07T21:04:05.802879+0000 mgr.a (mgr.14403) 9213 : audit 0 from='client.190425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:07.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:07 smithi194 bash[32038]: cluster 2023-12-07T21:04:05.683347+0000 mgr.a (mgr.14403) 9212 : cluster 0 pgmap v6875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:07.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:07 smithi194 bash[32038]: audit 2023-12-07T21:04:05.802879+0000 mgr.a (mgr.14403) 9213 : audit 0 from='client.190425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:07.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:07 smithi135 bash[32435]: cluster 2023-12-07T21:04:05.683347+0000 mgr.a (mgr.14403) 9212 : cluster 0 pgmap v6875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:07.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:07 smithi135 bash[32435]: audit 2023-12-07T21:04:05.802879+0000 mgr.a (mgr.14403) 9213 : audit 0 from='client.190425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:09.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:09 smithi079 bash[28699]: cluster 2023-12-07T21:04:07.684098+0000 mgr.a (mgr.14403) 9214 : cluster 0 pgmap v6876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:09.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:09 smithi194 bash[32038]: cluster 2023-12-07T21:04:07.684098+0000 mgr.a (mgr.14403) 9214 : cluster 0 pgmap v6876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:09.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:09 smithi135 bash[32435]: cluster 2023-12-07T21:04:07.684098+0000 mgr.a (mgr.14403) 9214 : cluster 0 pgmap v6876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:11.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:04:11.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:11.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:11.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:11 smithi079 bash[28699]: cluster 2023-12-07T21:04:09.684908+0000 mgr.a (mgr.14403) 9215 : cluster 0 pgmap v6877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:11.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:11 smithi194 bash[32038]: cluster 2023-12-07T21:04:09.684908+0000 mgr.a (mgr.14403) 9215 : cluster 0 pgmap v6877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:11.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:11 smithi135 bash[32435]: cluster 2023-12-07T21:04:09.684908+0000 mgr.a (mgr.14403) 9215 : cluster 0 pgmap v6877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:12.184 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:04:12.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:12.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:12.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:12.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:04:13.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:13 smithi079 bash[28699]: cluster 2023-12-07T21:04:11.685446+0000 mgr.a (mgr.14403) 9216 : cluster 0 pgmap v6878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:13.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:13 smithi079 bash[28699]: audit 2023-12-07T21:04:11.706167+0000 mgr.a (mgr.14403) 9217 : audit 0 from='client.152011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:13.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:13 smithi194 bash[32038]: cluster 2023-12-07T21:04:11.685446+0000 mgr.a (mgr.14403) 9216 : cluster 0 pgmap v6878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:13.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:13 smithi194 bash[32038]: audit 2023-12-07T21:04:11.706167+0000 mgr.a (mgr.14403) 9217 : audit 0 from='client.152011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:13.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:13 smithi135 bash[32435]: cluster 2023-12-07T21:04:11.685446+0000 mgr.a (mgr.14403) 9216 : cluster 0 pgmap v6878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:13.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:13 smithi135 bash[32435]: audit 2023-12-07T21:04:11.706167+0000 mgr.a (mgr.14403) 9217 : audit 0 from='client.152011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:15.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:15 smithi079 bash[28699]: cluster 2023-12-07T21:04:13.686428+0000 mgr.a (mgr.14403) 9218 : cluster 0 pgmap v6879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:15.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:15 smithi194 bash[32038]: cluster 2023-12-07T21:04:13.686428+0000 mgr.a (mgr.14403) 9218 : cluster 0 pgmap v6879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:15.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:15 smithi135 bash[32435]: cluster 2023-12-07T21:04:13.686428+0000 mgr.a (mgr.14403) 9218 : cluster 0 pgmap v6879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:16.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:16 smithi079 bash[28699]: audit 2023-12-07T21:04:15.981987+0000 mon.a (mon.0) 1725 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:04:16.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:16 smithi194 bash[32038]: audit 2023-12-07T21:04:15.981987+0000 mon.a (mon.0) 1725 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:04:16.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:16 smithi135 bash[32435]: audit 2023-12-07T21:04:15.981987+0000 mon.a (mon.0) 1725 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:04:17.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:04:17.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:17.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:17.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:17 smithi079 bash[28699]: cluster 2023-12-07T21:04:15.687059+0000 mgr.a (mgr.14403) 9219 : cluster 0 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-07T21:04:17.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:17 smithi194 bash[32038]: cluster 2023-12-07T21:04:15.687059+0000 mgr.a (mgr.14403) 9219 : cluster 0 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-07T21:04:17.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:17 smithi135 bash[32435]: cluster 2023-12-07T21:04:15.687059+0000 mgr.a (mgr.14403) 9219 : cluster 0 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-07T21:04:18.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:18.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:18.127 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:04:18.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:18.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:04:18.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:18 smithi079 bash[28699]: audit 2023-12-07T21:04:17.603155+0000 mgr.a (mgr.14403) 9220 : audit 0 from='client.190578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:18.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:18 smithi194 bash[32038]: audit 2023-12-07T21:04:17.603155+0000 mgr.a (mgr.14403) 9220 : audit 0 from='client.190578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:18.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:18 smithi135 bash[32435]: audit 2023-12-07T21:04:17.603155+0000 mgr.a (mgr.14403) 9220 : audit 0 from='client.190578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:19.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:19 smithi079 bash[28699]: cluster 2023-12-07T21:04:17.687587+0000 mgr.a (mgr.14403) 9221 : cluster 0 pgmap v6881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:19.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:19 smithi194 bash[32038]: cluster 2023-12-07T21:04:17.687587+0000 mgr.a (mgr.14403) 9221 : cluster 0 pgmap v6881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:19.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:19 smithi135 bash[32435]: cluster 2023-12-07T21:04:17.687587+0000 mgr.a (mgr.14403) 9221 : cluster 0 pgmap v6881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:21.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:21 smithi079 bash[28699]: cluster 2023-12-07T21:04:19.688513+0000 mgr.a (mgr.14403) 9222 : cluster 0 pgmap v6882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:21.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:21 smithi194 bash[32038]: cluster 2023-12-07T21:04:19.688513+0000 mgr.a (mgr.14403) 9222 : cluster 0 pgmap v6882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:21.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:21 smithi135 bash[32435]: cluster 2023-12-07T21:04:19.688513+0000 mgr.a (mgr.14403) 9222 : cluster 0 pgmap v6882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:22.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:22 smithi079 bash[28699]: audit 2023-12-07T21:04:21.297808+0000 mon.a (mon.0) 1726 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:22 smithi079 bash[28699]: audit 2023-12-07T21:04:21.305420+0000 mon.a (mon.0) 1727 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:22 smithi079 bash[28699]: audit 2023-12-07T21:04:21.399717+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:22 smithi079 bash[28699]: audit 2023-12-07T21:04:21.406290+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:22 smithi079 bash[28699]: audit 2023-12-07T21:04:21.412482+0000 mon.a (mon.0) 1730 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:22 smithi079 bash[28699]: audit 2023-12-07T21:04:21.417723+0000 mon.a (mon.0) 1731 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:22 smithi079 bash[28699]: audit 2023-12-07T21:04:22.047066+0000 mon.a (mon.0) 1732 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:04:22.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:22 smithi079 bash[28699]: audit 2023-12-07T21:04:22.048754+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:04:22.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:22 smithi079 bash[28699]: audit 2023-12-07T21:04:22.057399+0000 mon.a (mon.0) 1734 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:22 smithi194 bash[32038]: audit 2023-12-07T21:04:21.297808+0000 mon.a (mon.0) 1726 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:22 smithi194 bash[32038]: audit 2023-12-07T21:04:21.305420+0000 mon.a (mon.0) 1727 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:22 smithi194 bash[32038]: audit 2023-12-07T21:04:21.399717+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:22 smithi194 bash[32038]: audit 2023-12-07T21:04:21.406290+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:22 smithi194 bash[32038]: audit 2023-12-07T21:04:21.412482+0000 mon.a (mon.0) 1730 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:22 smithi194 bash[32038]: audit 2023-12-07T21:04:21.417723+0000 mon.a (mon.0) 1731 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:22 smithi194 bash[32038]: audit 2023-12-07T21:04:22.047066+0000 mon.a (mon.0) 1732 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:04:22.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:22 smithi194 bash[32038]: audit 2023-12-07T21:04:22.048754+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:04:22.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:22 smithi194 bash[32038]: audit 2023-12-07T21:04:22.057399+0000 mon.a (mon.0) 1734 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:22 smithi135 bash[32435]: audit 2023-12-07T21:04:21.297808+0000 mon.a (mon.0) 1726 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:22 smithi135 bash[32435]: audit 2023-12-07T21:04:21.305420+0000 mon.a (mon.0) 1727 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:22 smithi135 bash[32435]: audit 2023-12-07T21:04:21.399717+0000 mon.a (mon.0) 1728 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:22 smithi135 bash[32435]: audit 2023-12-07T21:04:21.406290+0000 mon.a (mon.0) 1729 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:22 smithi135 bash[32435]: audit 2023-12-07T21:04:21.412482+0000 mon.a (mon.0) 1730 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:22 smithi135 bash[32435]: audit 2023-12-07T21:04:21.417723+0000 mon.a (mon.0) 1731 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:22 smithi135 bash[32435]: audit 2023-12-07T21:04:22.047066+0000 mon.a (mon.0) 1732 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:04:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:22 smithi135 bash[32435]: audit 2023-12-07T21:04:22.048754+0000 mon.a (mon.0) 1733 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:04:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:22 smithi135 bash[32435]: audit 2023-12-07T21:04:22.057399+0000 mon.a (mon.0) 1734 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:04:23.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:04:23.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:23.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:23.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:23 smithi194 bash[32038]: cluster 2023-12-07T21:04:21.688921+0000 mgr.a (mgr.14403) 9223 : cluster 0 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-07T21:04:23.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:23 smithi135 bash[32435]: cluster 2023-12-07T21:04:21.688921+0000 mgr.a (mgr.14403) 9223 : cluster 0 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-07T21:04:23.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:23 smithi079 bash[28699]: cluster 2023-12-07T21:04:21.688921+0000 mgr.a (mgr.14403) 9223 : cluster 0 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-07T21:04:24.032 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:04:24.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:24.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:24.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:24.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:04:24.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:24 smithi194 bash[32038]: audit 2023-12-07T21:04:23.536049+0000 mgr.a (mgr.14403) 9224 : audit 0 from='client.190650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:24.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:24 smithi135 bash[32435]: audit 2023-12-07T21:04:23.536049+0000 mgr.a (mgr.14403) 9224 : audit 0 from='client.190650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:24.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:24 smithi079 bash[28699]: audit 2023-12-07T21:04:23.536049+0000 mgr.a (mgr.14403) 9224 : audit 0 from='client.190650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:25.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:25 smithi194 bash[32038]: cluster 2023-12-07T21:04:23.689991+0000 mgr.a (mgr.14403) 9225 : cluster 0 pgmap v6884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:04:25.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:25 smithi135 bash[32435]: cluster 2023-12-07T21:04:23.689991+0000 mgr.a (mgr.14403) 9225 : cluster 0 pgmap v6884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:04:25.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:25 smithi079 bash[28699]: cluster 2023-12-07T21:04:23.689991+0000 mgr.a (mgr.14403) 9225 : cluster 0 pgmap v6884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:04:27.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:27 smithi194 bash[32038]: cluster 2023-12-07T21:04:25.690861+0000 mgr.a (mgr.14403) 9226 : cluster 0 pgmap v6885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:04:27.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:27 smithi135 bash[32435]: cluster 2023-12-07T21:04:25.690861+0000 mgr.a (mgr.14403) 9226 : cluster 0 pgmap v6885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:04:27.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:27 smithi079 bash[28699]: cluster 2023-12-07T21:04:25.690861+0000 mgr.a (mgr.14403) 9226 : cluster 0 pgmap v6885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:04:29.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:04:29.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:29.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:29.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:29 smithi194 bash[32038]: cluster 2023-12-07T21:04:27.691627+0000 mgr.a (mgr.14403) 9227 : cluster 0 pgmap v6886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:04:29.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:29 smithi135 bash[32435]: cluster 2023-12-07T21:04:27.691627+0000 mgr.a (mgr.14403) 9227 : cluster 0 pgmap v6886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:04:29.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:29 smithi079 bash[28699]: cluster 2023-12-07T21:04:27.691627+0000 mgr.a (mgr.14403) 9227 : cluster 0 pgmap v6886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:04:29.945 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:04:29.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:29.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:29.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:29.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:04:30.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:30 smithi194 bash[32038]: audit 2023-12-07T21:04:29.451213+0000 mgr.a (mgr.14403) 9228 : audit 0 from='client.190728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:30.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:30 smithi135 bash[32435]: audit 2023-12-07T21:04:29.451213+0000 mgr.a (mgr.14403) 9228 : audit 0 from='client.190728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:30.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:30 smithi079 bash[28699]: audit 2023-12-07T21:04:29.451213+0000 mgr.a (mgr.14403) 9228 : audit 0 from='client.190728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:31.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:31 smithi194 bash[32038]: cluster 2023-12-07T21:04:29.692431+0000 mgr.a (mgr.14403) 9229 : cluster 0 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-07T21:04:31.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:31 smithi135 bash[32435]: cluster 2023-12-07T21:04:29.692431+0000 mgr.a (mgr.14403) 9229 : cluster 0 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-07T21:04:31.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:31 smithi079 bash[28699]: cluster 2023-12-07T21:04:29.692431+0000 mgr.a (mgr.14403) 9229 : cluster 0 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-07T21:04:33.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:33 smithi135 bash[32435]: cluster 2023-12-07T21:04:31.693060+0000 mgr.a (mgr.14403) 9230 : cluster 0 pgmap v6888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:33.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:33 smithi079 bash[28699]: cluster 2023-12-07T21:04:31.693060+0000 mgr.a (mgr.14403) 9230 : cluster 0 pgmap v6888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:33.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:33 smithi194 bash[32038]: cluster 2023-12-07T21:04:31.693060+0000 mgr.a (mgr.14403) 9230 : cluster 0 pgmap v6888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:04:34.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:04:34.948 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:34.948 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:35.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:35.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:35.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:35.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:04:35.883 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:04:35.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:35 smithi079 bash[28699]: cluster 2023-12-07T21:04:33.693972+0000 mgr.a (mgr.14403) 9231 : cluster 0 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-07T21:04:35.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:35 smithi194 bash[32038]: cluster 2023-12-07T21:04:33.693972+0000 mgr.a (mgr.14403) 9231 : cluster 0 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-07T21:04:35.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:35 smithi135 bash[32435]: cluster 2023-12-07T21:04:33.693972+0000 mgr.a (mgr.14403) 9231 : cluster 0 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-07T21:04:36.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:36 smithi079 bash[28699]: audit 2023-12-07T21:04:35.368216+0000 mgr.a (mgr.14403) 9232 : audit 0 from='client.190803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:36.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:36 smithi194 bash[32038]: audit 2023-12-07T21:04:35.368216+0000 mgr.a (mgr.14403) 9232 : audit 0 from='client.190803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:36.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:36 smithi135 bash[32435]: audit 2023-12-07T21:04:35.368216+0000 mgr.a (mgr.14403) 9232 : audit 0 from='client.190803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:37.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:37 smithi079 bash[28699]: cluster 2023-12-07T21:04:35.694459+0000 mgr.a (mgr.14403) 9233 : cluster 0 pgmap v6890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:04:37.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:37 smithi194 bash[32038]: cluster 2023-12-07T21:04:35.694459+0000 mgr.a (mgr.14403) 9233 : cluster 0 pgmap v6890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:04:37.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:37 smithi135 bash[32435]: cluster 2023-12-07T21:04:35.694459+0000 mgr.a (mgr.14403) 9233 : cluster 0 pgmap v6890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:04:39.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:39 smithi079 bash[28699]: cluster 2023-12-07T21:04:37.695281+0000 mgr.a (mgr.14403) 9234 : cluster 0 pgmap v6891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:04:39.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:39 smithi194 bash[32038]: cluster 2023-12-07T21:04:37.695281+0000 mgr.a (mgr.14403) 9234 : cluster 0 pgmap v6891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:04:39.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:39 smithi135 bash[32435]: cluster 2023-12-07T21:04:37.695281+0000 mgr.a (mgr.14403) 9234 : cluster 0 pgmap v6891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:04:40.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:04:40.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:40.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:41.794 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:04:41.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:41.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:41.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:41.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:04:41.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:41 smithi079 bash[28699]: cluster 2023-12-07T21:04:39.696182+0000 mgr.a (mgr.14403) 9235 : cluster 0 pgmap v6892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:04:41.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:41 smithi194 bash[32038]: cluster 2023-12-07T21:04:39.696182+0000 mgr.a (mgr.14403) 9235 : cluster 0 pgmap v6892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:04:41.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:41 smithi135 bash[32435]: cluster 2023-12-07T21:04:39.696182+0000 mgr.a (mgr.14403) 9235 : cluster 0 pgmap v6892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:04:42.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:42 smithi079 bash[28699]: audit 2023-12-07T21:04:41.297160+0000 mgr.a (mgr.14403) 9236 : audit 0 from='client.190881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:42.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:42 smithi194 bash[32038]: audit 2023-12-07T21:04:41.297160+0000 mgr.a (mgr.14403) 9236 : audit 0 from='client.190881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:42.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:42 smithi135 bash[32435]: audit 2023-12-07T21:04:41.297160+0000 mgr.a (mgr.14403) 9236 : audit 0 from='client.190881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:43.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:43 smithi079 bash[28699]: cluster 2023-12-07T21:04:41.696946+0000 mgr.a (mgr.14403) 9237 : cluster 0 pgmap v6893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:43.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:43 smithi194 bash[32038]: cluster 2023-12-07T21:04:41.696946+0000 mgr.a (mgr.14403) 9237 : cluster 0 pgmap v6893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:43.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:43 smithi135 bash[32435]: cluster 2023-12-07T21:04:41.696946+0000 mgr.a (mgr.14403) 9237 : cluster 0 pgmap v6893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:45.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:45 smithi079 bash[28699]: cluster 2023-12-07T21:04:43.697959+0000 mgr.a (mgr.14403) 9238 : cluster 0 pgmap v6894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:45.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:45 smithi194 bash[32038]: cluster 2023-12-07T21:04:43.697959+0000 mgr.a (mgr.14403) 9238 : cluster 0 pgmap v6894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:45.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:45 smithi135 bash[32435]: cluster 2023-12-07T21:04:43.697959+0000 mgr.a (mgr.14403) 9238 : cluster 0 pgmap v6894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:46.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:04:46.798 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:46.798 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:47.703 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:04:47.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:47.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:47.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:47.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:04:47.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:47 smithi079 bash[28699]: cluster 2023-12-07T21:04:45.698683+0000 mgr.a (mgr.14403) 9239 : cluster 0 pgmap v6895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:47.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:47 smithi194 bash[32038]: cluster 2023-12-07T21:04:45.698683+0000 mgr.a (mgr.14403) 9239 : cluster 0 pgmap v6895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:47.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:47 smithi135 bash[32435]: cluster 2023-12-07T21:04:45.698683+0000 mgr.a (mgr.14403) 9239 : cluster 0 pgmap v6895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:48.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:48 smithi079 bash[28699]: audit 2023-12-07T21:04:47.202525+0000 mgr.a (mgr.14403) 9240 : audit 0 from='client.190959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:48.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:48 smithi194 bash[32038]: audit 2023-12-07T21:04:47.202525+0000 mgr.a (mgr.14403) 9240 : audit 0 from='client.190959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:48.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:48 smithi135 bash[32435]: audit 2023-12-07T21:04:47.202525+0000 mgr.a (mgr.14403) 9240 : audit 0 from='client.190959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:49.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:49 smithi079 bash[28699]: cluster 2023-12-07T21:04:47.699347+0000 mgr.a (mgr.14403) 9241 : cluster 0 pgmap v6896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:49.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:49 smithi194 bash[32038]: cluster 2023-12-07T21:04:47.699347+0000 mgr.a (mgr.14403) 9241 : cluster 0 pgmap v6896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:49.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:49 smithi135 bash[32435]: cluster 2023-12-07T21:04:47.699347+0000 mgr.a (mgr.14403) 9241 : cluster 0 pgmap v6896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:04:51.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:51 smithi079 bash[28699]: cluster 2023-12-07T21:04:49.700212+0000 mgr.a (mgr.14403) 9242 : cluster 0 pgmap v6897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:51.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:51 smithi194 bash[32038]: cluster 2023-12-07T21:04:49.700212+0000 mgr.a (mgr.14403) 9242 : cluster 0 pgmap v6897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:51.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:51 smithi135 bash[32435]: cluster 2023-12-07T21:04:49.700212+0000 mgr.a (mgr.14403) 9242 : cluster 0 pgmap v6897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:04:52.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:04:52.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:52.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:53.596 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:04:53.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:53.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:53.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:53.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:04:53.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:53 smithi079 bash[28699]: cluster 2023-12-07T21:04:51.700787+0000 mgr.a (mgr.14403) 9243 : cluster 0 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-07T21:04:53.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:53 smithi194 bash[32038]: cluster 2023-12-07T21:04:51.700787+0000 mgr.a (mgr.14403) 9243 : cluster 0 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-07T21:04:53.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:53 smithi135 bash[32435]: cluster 2023-12-07T21:04:51.700787+0000 mgr.a (mgr.14403) 9243 : cluster 0 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-07T21:04:54.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:54 smithi079 bash[28699]: audit 2023-12-07T21:04:53.107315+0000 mgr.a (mgr.14403) 9244 : audit 0 from='client.191028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:54.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:54 smithi194 bash[32038]: audit 2023-12-07T21:04:53.107315+0000 mgr.a (mgr.14403) 9244 : audit 0 from='client.191028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:54.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:54 smithi135 bash[32435]: audit 2023-12-07T21:04:53.107315+0000 mgr.a (mgr.14403) 9244 : audit 0 from='client.191028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:04:55.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:55 smithi079 bash[28699]: cluster 2023-12-07T21:04:53.701827+0000 mgr.a (mgr.14403) 9245 : cluster 0 pgmap v6899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:04:55.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:55 smithi194 bash[32038]: cluster 2023-12-07T21:04:53.701827+0000 mgr.a (mgr.14403) 9245 : cluster 0 pgmap v6899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:04:55.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:55 smithi135 bash[32435]: cluster 2023-12-07T21:04:53.701827+0000 mgr.a (mgr.14403) 9245 : cluster 0 pgmap v6899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:04:57.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:57 smithi079 bash[28699]: cluster 2023-12-07T21:04:55.702388+0000 mgr.a (mgr.14403) 9246 : cluster 0 pgmap v6900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:04:57.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:57 smithi194 bash[32038]: cluster 2023-12-07T21:04:55.702388+0000 mgr.a (mgr.14403) 9246 : cluster 0 pgmap v6900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:04:57.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:57 smithi135 bash[32435]: cluster 2023-12-07T21:04:55.702388+0000 mgr.a (mgr.14403) 9246 : cluster 0 pgmap v6900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:04:58.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:04:58.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:04:58.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:04:59.504 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:04:59.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:04:59.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:04:59.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:04:59.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:04:59.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:04:59 smithi079 bash[28699]: cluster 2023-12-07T21:04:57.703021+0000 mgr.a (mgr.14403) 9247 : cluster 0 pgmap v6901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:04:59.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:04:59 smithi194 bash[32038]: cluster 2023-12-07T21:04:57.703021+0000 mgr.a (mgr.14403) 9247 : cluster 0 pgmap v6901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:04:59.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:04:59 smithi135 bash[32435]: cluster 2023-12-07T21:04:57.703021+0000 mgr.a (mgr.14403) 9247 : cluster 0 pgmap v6901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:05:00.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:00 smithi079 bash[28699]: audit 2023-12-07T21:04:59.005907+0000 mgr.a (mgr.14403) 9248 : audit 0 from='client.191106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:00.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:00 smithi194 bash[32038]: audit 2023-12-07T21:04:59.005907+0000 mgr.a (mgr.14403) 9248 : audit 0 from='client.191106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:00.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:00 smithi135 bash[32435]: audit 2023-12-07T21:04:59.005907+0000 mgr.a (mgr.14403) 9248 : audit 0 from='client.191106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:01.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:01 smithi135 bash[32435]: cluster 2023-12-07T21:04:59.704068+0000 mgr.a (mgr.14403) 9249 : cluster 0 pgmap v6902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:01.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:01 smithi079 bash[28699]: cluster 2023-12-07T21:04:59.704068+0000 mgr.a (mgr.14403) 9249 : cluster 0 pgmap v6902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:01.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:01 smithi194 bash[32038]: cluster 2023-12-07T21:04:59.704068+0000 mgr.a (mgr.14403) 9249 : cluster 0 pgmap v6902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:03.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:03 smithi079 bash[28699]: cluster 2023-12-07T21:05:01.704737+0000 mgr.a (mgr.14403) 9250 : cluster 0 pgmap v6903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:03.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:03 smithi194 bash[32038]: cluster 2023-12-07T21:05:01.704737+0000 mgr.a (mgr.14403) 9250 : cluster 0 pgmap v6903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:03.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:03 smithi135 bash[32435]: cluster 2023-12-07T21:05:01.704737+0000 mgr.a (mgr.14403) 9250 : cluster 0 pgmap v6903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:04.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:05:04.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:04.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:05.400 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:05:05.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:05.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:05.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:05.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:05:05.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:05 smithi079 bash[28699]: cluster 2023-12-07T21:05:03.705495+0000 mgr.a (mgr.14403) 9251 : cluster 0 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-07T21:05:05.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:05 smithi194 bash[32038]: cluster 2023-12-07T21:05:03.705495+0000 mgr.a (mgr.14403) 9251 : cluster 0 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-07T21:05:05.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:05 smithi135 bash[32435]: cluster 2023-12-07T21:05:03.705495+0000 mgr.a (mgr.14403) 9251 : cluster 0 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-07T21:05:06.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:06 smithi079 bash[28699]: audit 2023-12-07T21:05:04.913145+0000 mgr.a (mgr.14403) 9252 : audit 0 from='client.191181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:06.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:06 smithi194 bash[32038]: audit 2023-12-07T21:05:04.913145+0000 mgr.a (mgr.14403) 9252 : audit 0 from='client.191181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:06.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:06 smithi135 bash[32435]: audit 2023-12-07T21:05:04.913145+0000 mgr.a (mgr.14403) 9252 : audit 0 from='client.191181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:07.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:07 smithi079 bash[28699]: cluster 2023-12-07T21:05:05.706168+0000 mgr.a (mgr.14403) 9253 : cluster 0 pgmap v6905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:05:07.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:07 smithi194 bash[32038]: cluster 2023-12-07T21:05:05.706168+0000 mgr.a (mgr.14403) 9253 : cluster 0 pgmap v6905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:05:07.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:07 smithi135 bash[32435]: cluster 2023-12-07T21:05:05.706168+0000 mgr.a (mgr.14403) 9253 : cluster 0 pgmap v6905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:05:09.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:09 smithi079 bash[28699]: cluster 2023-12-07T21:05:07.706781+0000 mgr.a (mgr.14403) 9254 : cluster 0 pgmap v6906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:05:09.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:09 smithi194 bash[32038]: cluster 2023-12-07T21:05:07.706781+0000 mgr.a (mgr.14403) 9254 : cluster 0 pgmap v6906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:05:09.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:09 smithi135 bash[32435]: cluster 2023-12-07T21:05:07.706781+0000 mgr.a (mgr.14403) 9254 : cluster 0 pgmap v6906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:05:10.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:05:10.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:10.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:11.320 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:05:11.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:11.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:11.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:11.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:05:11.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:11 smithi079 bash[28699]: cluster 2023-12-07T21:05:09.707358+0000 mgr.a (mgr.14403) 9255 : cluster 0 pgmap v6907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:05:11.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:11 smithi194 bash[32038]: cluster 2023-12-07T21:05:09.707358+0000 mgr.a (mgr.14403) 9255 : cluster 0 pgmap v6907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:05:11.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:11 smithi135 bash[32435]: cluster 2023-12-07T21:05:09.707358+0000 mgr.a (mgr.14403) 9255 : cluster 0 pgmap v6907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:05:12.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:12 smithi079 bash[28699]: audit 2023-12-07T21:05:10.815828+0000 mgr.a (mgr.14403) 9256 : audit 0 from='client.191259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:12.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:12 smithi194 bash[32038]: audit 2023-12-07T21:05:10.815828+0000 mgr.a (mgr.14403) 9256 : audit 0 from='client.191259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:12.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:12 smithi135 bash[32435]: audit 2023-12-07T21:05:10.815828+0000 mgr.a (mgr.14403) 9256 : audit 0 from='client.191259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:13.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:13 smithi079 bash[28699]: cluster 2023-12-07T21:05:11.707993+0000 mgr.a (mgr.14403) 9257 : cluster 0 pgmap v6908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:13.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:13 smithi194 bash[32038]: cluster 2023-12-07T21:05:11.707993+0000 mgr.a (mgr.14403) 9257 : cluster 0 pgmap v6908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:13.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:13 smithi135 bash[32435]: cluster 2023-12-07T21:05:11.707993+0000 mgr.a (mgr.14403) 9257 : cluster 0 pgmap v6908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:15.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:15 smithi079 bash[28699]: cluster 2023-12-07T21:05:13.708810+0000 mgr.a (mgr.14403) 9258 : cluster 0 pgmap v6909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:15.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:15 smithi194 bash[32038]: cluster 2023-12-07T21:05:13.708810+0000 mgr.a (mgr.14403) 9258 : cluster 0 pgmap v6909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:15.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:15 smithi135 bash[32435]: cluster 2023-12-07T21:05:13.708810+0000 mgr.a (mgr.14403) 9258 : cluster 0 pgmap v6909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:16.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:05:16.325 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:16.325 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:17.234 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:05:17.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:17.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:17.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:17.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:05:17.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:17 smithi079 bash[28699]: cluster 2023-12-07T21:05:15.709369+0000 mgr.a (mgr.14403) 9259 : cluster 0 pgmap v6910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:17.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:17 smithi194 bash[32038]: cluster 2023-12-07T21:05:15.709369+0000 mgr.a (mgr.14403) 9259 : cluster 0 pgmap v6910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:17.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:17 smithi135 bash[32435]: cluster 2023-12-07T21:05:15.709369+0000 mgr.a (mgr.14403) 9259 : cluster 0 pgmap v6910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:18.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:18 smithi079 bash[28699]: audit 2023-12-07T21:05:16.746007+0000 mgr.a (mgr.14403) 9260 : audit 0 from='client.191337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:18.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:18 smithi194 bash[32038]: audit 2023-12-07T21:05:16.746007+0000 mgr.a (mgr.14403) 9260 : audit 0 from='client.191337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:18.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:18 smithi135 bash[32435]: audit 2023-12-07T21:05:16.746007+0000 mgr.a (mgr.14403) 9260 : audit 0 from='client.191337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:19.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:19 smithi079 bash[28699]: cluster 2023-12-07T21:05:17.710070+0000 mgr.a (mgr.14403) 9261 : cluster 0 pgmap v6911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:19.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:19 smithi194 bash[32038]: cluster 2023-12-07T21:05:17.710070+0000 mgr.a (mgr.14403) 9261 : cluster 0 pgmap v6911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:19.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:19 smithi135 bash[32435]: cluster 2023-12-07T21:05:17.710070+0000 mgr.a (mgr.14403) 9261 : cluster 0 pgmap v6911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:21.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:21 smithi079 bash[28699]: cluster 2023-12-07T21:05:19.710912+0000 mgr.a (mgr.14403) 9262 : cluster 0 pgmap v6912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:21.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:21 smithi194 bash[32038]: cluster 2023-12-07T21:05:19.710912+0000 mgr.a (mgr.14403) 9262 : cluster 0 pgmap v6912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:21.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:21 smithi135 bash[32435]: cluster 2023-12-07T21:05:19.710912+0000 mgr.a (mgr.14403) 9262 : cluster 0 pgmap v6912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:22.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:05:22.236 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:22.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:22.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:22 smithi079 bash[28699]: audit 2023-12-07T21:05:22.159826+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:05:22.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:22 smithi194 bash[32038]: audit 2023-12-07T21:05:22.159826+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:05:22.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:22 smithi135 bash[32435]: audit 2023-12-07T21:05:22.159826+0000 mon.a (mon.0) 1735 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:05:23.170 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:05:23.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:23.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:23.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:23.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:05:23.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:23 smithi079 bash[28699]: cluster 2023-12-07T21:05:21.711620+0000 mgr.a (mgr.14403) 9263 : cluster 0 pgmap v6913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:23.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:23 smithi079 bash[28699]: audit 2023-12-07T21:05:23.007751+0000 mon.a (mon.0) 1736 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:05:23.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:23 smithi079 bash[28699]: audit 2023-12-07T21:05:23.009101+0000 mon.a (mon.0) 1737 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:05:23.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:23 smithi079 bash[28699]: audit 2023-12-07T21:05:23.018107+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:05:23.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:23 smithi194 bash[32038]: cluster 2023-12-07T21:05:21.711620+0000 mgr.a (mgr.14403) 9263 : cluster 0 pgmap v6913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:23.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:23 smithi194 bash[32038]: audit 2023-12-07T21:05:23.007751+0000 mon.a (mon.0) 1736 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:05:23.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:23 smithi194 bash[32038]: audit 2023-12-07T21:05:23.009101+0000 mon.a (mon.0) 1737 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:05:23.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:23 smithi194 bash[32038]: audit 2023-12-07T21:05:23.018107+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:05:23.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:23 smithi135 bash[32435]: cluster 2023-12-07T21:05:21.711620+0000 mgr.a (mgr.14403) 9263 : cluster 0 pgmap v6913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:23.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:23 smithi135 bash[32435]: audit 2023-12-07T21:05:23.007751+0000 mon.a (mon.0) 1736 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:05:23.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:23 smithi135 bash[32435]: audit 2023-12-07T21:05:23.009101+0000 mon.a (mon.0) 1737 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:05:23.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:23 smithi135 bash[32435]: audit 2023-12-07T21:05:23.018107+0000 mon.a (mon.0) 1738 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:05:24.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:24 smithi079 bash[28699]: audit 2023-12-07T21:05:22.650964+0000 mgr.a (mgr.14403) 9264 : audit 0 from='client.191412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:24.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:24 smithi194 bash[32038]: audit 2023-12-07T21:05:22.650964+0000 mgr.a (mgr.14403) 9264 : audit 0 from='client.191412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:24.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:24 smithi135 bash[32435]: audit 2023-12-07T21:05:22.650964+0000 mgr.a (mgr.14403) 9264 : audit 0 from='client.191412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:25.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:25 smithi079 bash[28699]: cluster 2023-12-07T21:05:23.712564+0000 mgr.a (mgr.14403) 9265 : cluster 0 pgmap v6914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:25.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:25 smithi194 bash[32038]: cluster 2023-12-07T21:05:23.712564+0000 mgr.a (mgr.14403) 9265 : cluster 0 pgmap v6914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:25.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:25 smithi135 bash[32435]: cluster 2023-12-07T21:05:23.712564+0000 mgr.a (mgr.14403) 9265 : cluster 0 pgmap v6914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:27.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:27 smithi079 bash[28699]: cluster 2023-12-07T21:05:25.713129+0000 mgr.a (mgr.14403) 9266 : cluster 0 pgmap v6915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:27.949 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:27 smithi194 bash[32038]: cluster 2023-12-07T21:05:25.713129+0000 mgr.a (mgr.14403) 9266 : cluster 0 pgmap v6915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:27.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:27 smithi135 bash[32435]: cluster 2023-12-07T21:05:25.713129+0000 mgr.a (mgr.14403) 9266 : cluster 0 pgmap v6915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:28.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:05:28.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:28.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:29.076 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:05:29.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:29.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:29.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:29.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:05:29.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:28 smithi079 bash[28699]: cluster 2023-12-07T21:05:27.713688+0000 mgr.a (mgr.14403) 9267 : cluster 0 pgmap v6916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:29.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:28 smithi079 bash[28699]: audit 2023-12-07T21:05:28.588616+0000 mgr.a (mgr.14403) 9268 : audit 0 from='client.191490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:29.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:28 smithi194 bash[32038]: cluster 2023-12-07T21:05:27.713688+0000 mgr.a (mgr.14403) 9267 : cluster 0 pgmap v6916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:29.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:28 smithi194 bash[32038]: audit 2023-12-07T21:05:28.588616+0000 mgr.a (mgr.14403) 9268 : audit 0 from='client.191490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:29.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:28 smithi135 bash[32435]: cluster 2023-12-07T21:05:27.713688+0000 mgr.a (mgr.14403) 9267 : cluster 0 pgmap v6916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:29.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:28 smithi135 bash[32435]: audit 2023-12-07T21:05:28.588616+0000 mgr.a (mgr.14403) 9268 : audit 0 from='client.191490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:31.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:30 smithi079 bash[28699]: cluster 2023-12-07T21:05:29.714823+0000 mgr.a (mgr.14403) 9269 : cluster 0 pgmap v6917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:31.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:30 smithi194 bash[32038]: cluster 2023-12-07T21:05:29.714823+0000 mgr.a (mgr.14403) 9269 : cluster 0 pgmap v6917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:31.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:30 smithi135 bash[32435]: cluster 2023-12-07T21:05:29.714823+0000 mgr.a (mgr.14403) 9269 : cluster 0 pgmap v6917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:33.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:32 smithi079 bash[28699]: cluster 2023-12-07T21:05:31.715447+0000 mgr.a (mgr.14403) 9270 : cluster 0 pgmap v6918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:33.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:32 smithi194 bash[32038]: cluster 2023-12-07T21:05:31.715447+0000 mgr.a (mgr.14403) 9270 : cluster 0 pgmap v6918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:33.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:32 smithi135 bash[32435]: cluster 2023-12-07T21:05:31.715447+0000 mgr.a (mgr.14403) 9270 : cluster 0 pgmap v6918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:34.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:05:34.080 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:34.080 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:34.996 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:05:34.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:34.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:34.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:34.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:05:35.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:34 smithi079 bash[28699]: cluster 2023-12-07T21:05:33.716214+0000 mgr.a (mgr.14403) 9271 : cluster 0 pgmap v6919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:35.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:34 smithi079 bash[28699]: audit 2023-12-07T21:05:34.487820+0000 mgr.a (mgr.14403) 9272 : audit 0 from='client.191565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:35.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:34 smithi194 bash[32038]: cluster 2023-12-07T21:05:33.716214+0000 mgr.a (mgr.14403) 9271 : cluster 0 pgmap v6919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:35.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:34 smithi194 bash[32038]: audit 2023-12-07T21:05:34.487820+0000 mgr.a (mgr.14403) 9272 : audit 0 from='client.191565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:35.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:34 smithi135 bash[32435]: cluster 2023-12-07T21:05:33.716214+0000 mgr.a (mgr.14403) 9271 : cluster 0 pgmap v6919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:35.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:34 smithi135 bash[32435]: audit 2023-12-07T21:05:34.487820+0000 mgr.a (mgr.14403) 9272 : audit 0 from='client.191565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:37.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:36 smithi079 bash[28699]: cluster 2023-12-07T21:05:35.717043+0000 mgr.a (mgr.14403) 9273 : cluster 0 pgmap v6920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:37.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:36 smithi194 bash[32038]: cluster 2023-12-07T21:05:35.717043+0000 mgr.a (mgr.14403) 9273 : cluster 0 pgmap v6920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:37.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:36 smithi135 bash[32435]: cluster 2023-12-07T21:05:35.717043+0000 mgr.a (mgr.14403) 9273 : cluster 0 pgmap v6920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:39.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:38 smithi079 bash[28699]: cluster 2023-12-07T21:05:37.717790+0000 mgr.a (mgr.14403) 9274 : cluster 0 pgmap v6921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:39.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:38 smithi194 bash[32038]: cluster 2023-12-07T21:05:37.717790+0000 mgr.a (mgr.14403) 9274 : cluster 0 pgmap v6921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:39.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:38 smithi135 bash[32435]: cluster 2023-12-07T21:05:37.717790+0000 mgr.a (mgr.14403) 9274 : cluster 0 pgmap v6921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:05:39.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:05:39.999 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:40.000 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:40.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:40.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:40.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:40.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:05:40.884 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:05:41.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:40 smithi079 bash[28699]: cluster 2023-12-07T21:05:39.718635+0000 mgr.a (mgr.14403) 9275 : cluster 0 pgmap v6922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:41.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:40 smithi079 bash[28699]: audit 2023-12-07T21:05:40.410128+0000 mgr.a (mgr.14403) 9276 : audit 0 from='client.191637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:41.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:40 smithi194 bash[32038]: cluster 2023-12-07T21:05:39.718635+0000 mgr.a (mgr.14403) 9275 : cluster 0 pgmap v6922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:41.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:40 smithi194 bash[32038]: audit 2023-12-07T21:05:40.410128+0000 mgr.a (mgr.14403) 9276 : audit 0 from='client.191637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:41.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:40 smithi135 bash[32435]: cluster 2023-12-07T21:05:39.718635+0000 mgr.a (mgr.14403) 9275 : cluster 0 pgmap v6922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:41.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:40 smithi135 bash[32435]: audit 2023-12-07T21:05:40.410128+0000 mgr.a (mgr.14403) 9276 : audit 0 from='client.191637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:43.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:42 smithi079 bash[28699]: cluster 2023-12-07T21:05:41.719506+0000 mgr.a (mgr.14403) 9277 : cluster 0 pgmap v6923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:43.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:42 smithi194 bash[32038]: cluster 2023-12-07T21:05:41.719506+0000 mgr.a (mgr.14403) 9277 : cluster 0 pgmap v6923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:43.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:42 smithi135 bash[32435]: cluster 2023-12-07T21:05:41.719506+0000 mgr.a (mgr.14403) 9277 : cluster 0 pgmap v6923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:45.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:44 smithi079 bash[28699]: cluster 2023-12-07T21:05:43.720370+0000 mgr.a (mgr.14403) 9278 : cluster 0 pgmap v6924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:45.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:44 smithi194 bash[32038]: cluster 2023-12-07T21:05:43.720370+0000 mgr.a (mgr.14403) 9278 : cluster 0 pgmap v6924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:45.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:44 smithi135 bash[32435]: cluster 2023-12-07T21:05:43.720370+0000 mgr.a (mgr.14403) 9278 : cluster 0 pgmap v6924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:45.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:05:45.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:45.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:46.815 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:05:46.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:46.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:46.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:46.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:05:47.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:46 smithi079 bash[28699]: cluster 2023-12-07T21:05:45.720932+0000 mgr.a (mgr.14403) 9279 : cluster 0 pgmap v6925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:47.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:46 smithi079 bash[28699]: audit 2023-12-07T21:05:46.302235+0000 mgr.a (mgr.14403) 9280 : audit 0 from='client.191706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:47.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:46 smithi194 bash[32038]: cluster 2023-12-07T21:05:45.720932+0000 mgr.a (mgr.14403) 9279 : cluster 0 pgmap v6925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:47.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:46 smithi194 bash[32038]: audit 2023-12-07T21:05:46.302235+0000 mgr.a (mgr.14403) 9280 : audit 0 from='client.191706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:47.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:46 smithi135 bash[32435]: cluster 2023-12-07T21:05:45.720932+0000 mgr.a (mgr.14403) 9279 : cluster 0 pgmap v6925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:47.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:46 smithi135 bash[32435]: audit 2023-12-07T21:05:46.302235+0000 mgr.a (mgr.14403) 9280 : audit 0 from='client.191706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:49.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:48 smithi079 bash[28699]: cluster 2023-12-07T21:05:47.721595+0000 mgr.a (mgr.14403) 9281 : cluster 0 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-07T21:05:49.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:48 smithi194 bash[32038]: cluster 2023-12-07T21:05:47.721595+0000 mgr.a (mgr.14403) 9281 : cluster 0 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-07T21:05:49.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:48 smithi135 bash[32435]: cluster 2023-12-07T21:05:47.721595+0000 mgr.a (mgr.14403) 9281 : cluster 0 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-07T21:05:51.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:50 smithi079 bash[28699]: cluster 2023-12-07T21:05:49.722403+0000 mgr.a (mgr.14403) 9282 : cluster 0 pgmap v6927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:51.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:50 smithi194 bash[32038]: cluster 2023-12-07T21:05:49.722403+0000 mgr.a (mgr.14403) 9282 : cluster 0 pgmap v6927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:51.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:50 smithi135 bash[32435]: cluster 2023-12-07T21:05:49.722403+0000 mgr.a (mgr.14403) 9282 : cluster 0 pgmap v6927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:51.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:05:51.818 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:51.818 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:52.744 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:05:52.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:52.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:52.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:52.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:05:53.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:52 smithi194 bash[32038]: cluster 2023-12-07T21:05:51.723035+0000 mgr.a (mgr.14403) 9283 : cluster 0 pgmap v6928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:53.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:52 smithi194 bash[32038]: audit 2023-12-07T21:05:52.222656+0000 mgr.a (mgr.14403) 9284 : audit 0 from='client.191784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:53.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:52 smithi135 bash[32435]: cluster 2023-12-07T21:05:51.723035+0000 mgr.a (mgr.14403) 9283 : cluster 0 pgmap v6928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:53.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:52 smithi135 bash[32435]: audit 2023-12-07T21:05:52.222656+0000 mgr.a (mgr.14403) 9284 : audit 0 from='client.191784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:53.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:52 smithi079 bash[28699]: cluster 2023-12-07T21:05:51.723035+0000 mgr.a (mgr.14403) 9283 : cluster 0 pgmap v6928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:53.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:52 smithi079 bash[28699]: audit 2023-12-07T21:05:52.222656+0000 mgr.a (mgr.14403) 9284 : audit 0 from='client.191784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:55.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:54 smithi194 bash[32038]: cluster 2023-12-07T21:05:53.723892+0000 mgr.a (mgr.14403) 9285 : cluster 0 pgmap v6929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:55.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:54 smithi135 bash[32435]: cluster 2023-12-07T21:05:53.723892+0000 mgr.a (mgr.14403) 9285 : cluster 0 pgmap v6929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:55.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:54 smithi079 bash[28699]: cluster 2023-12-07T21:05:53.723892+0000 mgr.a (mgr.14403) 9285 : cluster 0 pgmap v6929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:05:57.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:56 smithi194 bash[32038]: cluster 2023-12-07T21:05:55.724446+0000 mgr.a (mgr.14403) 9286 : cluster 0 pgmap v6930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:57.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:56 smithi135 bash[32435]: cluster 2023-12-07T21:05:55.724446+0000 mgr.a (mgr.14403) 9286 : cluster 0 pgmap v6930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:57.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:56 smithi079 bash[28699]: cluster 2023-12-07T21:05:55.724446+0000 mgr.a (mgr.14403) 9286 : cluster 0 pgmap v6930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:57.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:05:57.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:05:57.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:05:58.647 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:05:58.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:05:58.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:05:58.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:05:58.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:05:59.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:58 smithi194 bash[32038]: cluster 2023-12-07T21:05:57.725122+0000 mgr.a (mgr.14403) 9287 : cluster 0 pgmap v6931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:59.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:05:58 smithi194 bash[32038]: audit 2023-12-07T21:05:58.164054+0000 mgr.a (mgr.14403) 9288 : audit 0 from='client.191859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:59.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:58 smithi135 bash[32435]: cluster 2023-12-07T21:05:57.725122+0000 mgr.a (mgr.14403) 9287 : cluster 0 pgmap v6931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:59.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:05:58 smithi135 bash[32435]: audit 2023-12-07T21:05:58.164054+0000 mgr.a (mgr.14403) 9288 : audit 0 from='client.191859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:05:59.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:58 smithi079 bash[28699]: cluster 2023-12-07T21:05:57.725122+0000 mgr.a (mgr.14403) 9287 : cluster 0 pgmap v6931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:05:59.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:05:58 smithi079 bash[28699]: audit 2023-12-07T21:05:58.164054+0000 mgr.a (mgr.14403) 9288 : audit 0 from='client.191859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:01.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:00 smithi194 bash[32038]: cluster 2023-12-07T21:05:59.726114+0000 mgr.a (mgr.14403) 9289 : cluster 0 pgmap v6932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:06:01.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:00 smithi135 bash[32435]: cluster 2023-12-07T21:05:59.726114+0000 mgr.a (mgr.14403) 9289 : cluster 0 pgmap v6932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:06:01.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:00 smithi079 bash[28699]: cluster 2023-12-07T21:05:59.726114+0000 mgr.a (mgr.14403) 9289 : cluster 0 pgmap v6932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:06:03.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:02 smithi194 bash[32038]: cluster 2023-12-07T21:06:01.726701+0000 mgr.a (mgr.14403) 9290 : cluster 0 pgmap v6933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:06:03.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:02 smithi135 bash[32435]: cluster 2023-12-07T21:06:01.726701+0000 mgr.a (mgr.14403) 9290 : cluster 0 pgmap v6933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:06:03.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:02 smithi079 bash[28699]: cluster 2023-12-07T21:06:01.726701+0000 mgr.a (mgr.14403) 9290 : cluster 0 pgmap v6933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:06:03.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:06:03.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:03.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:04.578 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:06:04.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:04.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:04.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:04.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:06:05.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:04 smithi194 bash[32038]: cluster 2023-12-07T21:06:03.727456+0000 mgr.a (mgr.14403) 9291 : cluster 0 pgmap v6934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:05.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:04 smithi194 bash[32038]: audit 2023-12-07T21:06:04.065511+0000 mgr.a (mgr.14403) 9292 : audit 0 from='client.191931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:05.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:04 smithi135 bash[32435]: cluster 2023-12-07T21:06:03.727456+0000 mgr.a (mgr.14403) 9291 : cluster 0 pgmap v6934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:05.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:04 smithi135 bash[32435]: audit 2023-12-07T21:06:04.065511+0000 mgr.a (mgr.14403) 9292 : audit 0 from='client.191931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:05.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:04 smithi079 bash[28699]: cluster 2023-12-07T21:06:03.727456+0000 mgr.a (mgr.14403) 9291 : cluster 0 pgmap v6934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:05.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:04 smithi079 bash[28699]: audit 2023-12-07T21:06:04.065511+0000 mgr.a (mgr.14403) 9292 : audit 0 from='client.191931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:07.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:06 smithi194 bash[32038]: cluster 2023-12-07T21:06:05.728103+0000 mgr.a (mgr.14403) 9293 : cluster 0 pgmap v6935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:07.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:06 smithi135 bash[32435]: cluster 2023-12-07T21:06:05.728103+0000 mgr.a (mgr.14403) 9293 : cluster 0 pgmap v6935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:07.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:06 smithi079 bash[28699]: cluster 2023-12-07T21:06:05.728103+0000 mgr.a (mgr.14403) 9293 : cluster 0 pgmap v6935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:09.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:08 smithi194 bash[32038]: cluster 2023-12-07T21:06:07.728655+0000 mgr.a (mgr.14403) 9294 : cluster 0 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-07T21:06:09.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:08 smithi135 bash[32435]: cluster 2023-12-07T21:06:07.728655+0000 mgr.a (mgr.14403) 9294 : cluster 0 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-07T21:06:09.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:08 smithi079 bash[28699]: cluster 2023-12-07T21:06:07.728655+0000 mgr.a (mgr.14403) 9294 : cluster 0 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-07T21:06:09.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:06:09.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:09.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:10.507 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:06:10.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:10.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:10.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:10.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:06:11.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:10 smithi194 bash[32038]: cluster 2023-12-07T21:06:09.729379+0000 mgr.a (mgr.14403) 9295 : cluster 0 pgmap v6937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:11.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:10 smithi194 bash[32038]: audit 2023-12-07T21:06:09.988585+0000 mgr.a (mgr.14403) 9296 : audit 0 from='client.192003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:11.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:10 smithi135 bash[32435]: cluster 2023-12-07T21:06:09.729379+0000 mgr.a (mgr.14403) 9295 : cluster 0 pgmap v6937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:11.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:10 smithi135 bash[32435]: audit 2023-12-07T21:06:09.988585+0000 mgr.a (mgr.14403) 9296 : audit 0 from='client.192003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:11.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:10 smithi079 bash[28699]: cluster 2023-12-07T21:06:09.729379+0000 mgr.a (mgr.14403) 9295 : cluster 0 pgmap v6937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:11.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:10 smithi079 bash[28699]: audit 2023-12-07T21:06:09.988585+0000 mgr.a (mgr.14403) 9296 : audit 0 from='client.192003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:13.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:12 smithi194 bash[32038]: cluster 2023-12-07T21:06:11.730036+0000 mgr.a (mgr.14403) 9297 : cluster 0 pgmap v6938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:06:13.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:12 smithi135 bash[32435]: cluster 2023-12-07T21:06:11.730036+0000 mgr.a (mgr.14403) 9297 : cluster 0 pgmap v6938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:06:13.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:12 smithi079 bash[28699]: cluster 2023-12-07T21:06:11.730036+0000 mgr.a (mgr.14403) 9297 : cluster 0 pgmap v6938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:06:15.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:14 smithi194 bash[32038]: cluster 2023-12-07T21:06:13.730847+0000 mgr.a (mgr.14403) 9298 : cluster 0 pgmap v6939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:06:15.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:14 smithi135 bash[32435]: cluster 2023-12-07T21:06:13.730847+0000 mgr.a (mgr.14403) 9298 : cluster 0 pgmap v6939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:06:15.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:14 smithi079 bash[28699]: cluster 2023-12-07T21:06:13.730847+0000 mgr.a (mgr.14403) 9298 : cluster 0 pgmap v6939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:06:15.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:06:15.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:15.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:16.418 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:06:16.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:16.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:16.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:16.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:06:17.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:16 smithi194 bash[32038]: cluster 2023-12-07T21:06:15.731401+0000 mgr.a (mgr.14403) 9299 : cluster 0 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-07T21:06:17.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:16 smithi194 bash[32038]: audit 2023-12-07T21:06:15.919096+0000 mgr.a (mgr.14403) 9300 : audit 0 from='client.192078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:17.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:16 smithi135 bash[32435]: cluster 2023-12-07T21:06:15.731401+0000 mgr.a (mgr.14403) 9299 : cluster 0 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-07T21:06:17.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:16 smithi135 bash[32435]: audit 2023-12-07T21:06:15.919096+0000 mgr.a (mgr.14403) 9300 : audit 0 from='client.192078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:17.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:16 smithi079 bash[28699]: cluster 2023-12-07T21:06:15.731401+0000 mgr.a (mgr.14403) 9299 : cluster 0 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-07T21:06:17.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:16 smithi079 bash[28699]: audit 2023-12-07T21:06:15.919096+0000 mgr.a (mgr.14403) 9300 : audit 0 from='client.192078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:19.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:18 smithi194 bash[32038]: cluster 2023-12-07T21:06:17.731994+0000 mgr.a (mgr.14403) 9301 : cluster 0 pgmap v6941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:19.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:18 smithi135 bash[32435]: cluster 2023-12-07T21:06:17.731994+0000 mgr.a (mgr.14403) 9301 : cluster 0 pgmap v6941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:19.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:18 smithi079 bash[28699]: cluster 2023-12-07T21:06:17.731994+0000 mgr.a (mgr.14403) 9301 : cluster 0 pgmap v6941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:21.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:20 smithi194 bash[32038]: cluster 2023-12-07T21:06:19.732805+0000 mgr.a (mgr.14403) 9302 : cluster 0 pgmap v6942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:21.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:20 smithi135 bash[32435]: cluster 2023-12-07T21:06:19.732805+0000 mgr.a (mgr.14403) 9302 : cluster 0 pgmap v6942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:21.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:20 smithi079 bash[28699]: cluster 2023-12-07T21:06:19.732805+0000 mgr.a (mgr.14403) 9302 : cluster 0 pgmap v6942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:21.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:06:21.422 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:21.422 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:22.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:22.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:22.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:22.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:06:22.323 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:06:23.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:22 smithi135 bash[32435]: cluster 2023-12-07T21:06:21.733317+0000 mgr.a (mgr.14403) 9303 : cluster 0 pgmap v6943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:23.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:22 smithi135 bash[32435]: audit 2023-12-07T21:06:21.835160+0000 mgr.a (mgr.14403) 9304 : audit 0 from='client.143558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:23.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:22 smithi079 bash[28699]: cluster 2023-12-07T21:06:21.733317+0000 mgr.a (mgr.14403) 9303 : cluster 0 pgmap v6943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:23.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:22 smithi079 bash[28699]: audit 2023-12-07T21:06:21.835160+0000 mgr.a (mgr.14403) 9304 : audit 0 from='client.143558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:23.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:22 smithi194 bash[32038]: cluster 2023-12-07T21:06:21.733317+0000 mgr.a (mgr.14403) 9303 : cluster 0 pgmap v6943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:23.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:22 smithi194 bash[32038]: audit 2023-12-07T21:06:21.835160+0000 mgr.a (mgr.14403) 9304 : audit 0 from='client.143558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:24.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:23 smithi079 bash[28699]: audit 2023-12-07T21:06:23.128363+0000 mon.a (mon.0) 1739 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:06:24.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:23 smithi079 bash[28699]: audit 2023-12-07T21:06:23.869681+0000 mon.a (mon.0) 1740 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:06:24.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:23 smithi079 bash[28699]: audit 2023-12-07T21:06:23.871018+0000 mon.a (mon.0) 1741 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:06:24.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:23 smithi079 bash[28699]: audit 2023-12-07T21:06:23.880019+0000 mon.a (mon.0) 1742 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:06:24.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:23 smithi194 bash[32038]: audit 2023-12-07T21:06:23.128363+0000 mon.a (mon.0) 1739 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:06:24.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:23 smithi194 bash[32038]: audit 2023-12-07T21:06:23.869681+0000 mon.a (mon.0) 1740 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:06:24.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:23 smithi194 bash[32038]: audit 2023-12-07T21:06:23.871018+0000 mon.a (mon.0) 1741 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:06:24.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:23 smithi194 bash[32038]: audit 2023-12-07T21:06:23.880019+0000 mon.a (mon.0) 1742 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:06:24.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:23 smithi135 bash[32435]: audit 2023-12-07T21:06:23.128363+0000 mon.a (mon.0) 1739 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:06:24.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:23 smithi135 bash[32435]: audit 2023-12-07T21:06:23.869681+0000 mon.a (mon.0) 1740 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:06:24.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:23 smithi135 bash[32435]: audit 2023-12-07T21:06:23.871018+0000 mon.a (mon.0) 1741 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:06:24.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:23 smithi135 bash[32435]: audit 2023-12-07T21:06:23.880019+0000 mon.a (mon.0) 1742 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:06:25.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:24 smithi079 bash[28699]: cluster 2023-12-07T21:06:23.734189+0000 mgr.a (mgr.14403) 9305 : cluster 0 pgmap v6944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:25.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:24 smithi194 bash[32038]: cluster 2023-12-07T21:06:23.734189+0000 mgr.a (mgr.14403) 9305 : cluster 0 pgmap v6944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:25.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:24 smithi135 bash[32435]: cluster 2023-12-07T21:06:23.734189+0000 mgr.a (mgr.14403) 9305 : cluster 0 pgmap v6944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:27.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:06:27.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:27.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:27.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:26 smithi079 bash[28699]: cluster 2023-12-07T21:06:25.734912+0000 mgr.a (mgr.14403) 9306 : cluster 0 pgmap v6945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:27.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:26 smithi194 bash[32038]: cluster 2023-12-07T21:06:25.734912+0000 mgr.a (mgr.14403) 9306 : cluster 0 pgmap v6945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:27.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:26 smithi135 bash[32435]: cluster 2023-12-07T21:06:25.734912+0000 mgr.a (mgr.14403) 9306 : cluster 0 pgmap v6945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:28.183 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:06:28.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:28.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:28.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:28.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:06:29.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:28 smithi079 bash[28699]: audit 2023-12-07T21:06:27.735761+0000 mgr.a (mgr.14403) 9307 : audit 0 from='client.192234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:29.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:28 smithi079 bash[28699]: cluster 2023-12-07T21:06:27.736169+0000 mgr.a (mgr.14403) 9308 : cluster 0 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-07T21:06:29.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:28 smithi194 bash[32038]: audit 2023-12-07T21:06:27.735761+0000 mgr.a (mgr.14403) 9307 : audit 0 from='client.192234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:29.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:28 smithi194 bash[32038]: cluster 2023-12-07T21:06:27.736169+0000 mgr.a (mgr.14403) 9308 : cluster 0 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-07T21:06:29.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:28 smithi135 bash[32435]: audit 2023-12-07T21:06:27.735761+0000 mgr.a (mgr.14403) 9307 : audit 0 from='client.192234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:29.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:28 smithi135 bash[32435]: cluster 2023-12-07T21:06:27.736169+0000 mgr.a (mgr.14403) 9308 : cluster 0 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-07T21:06:31.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:30 smithi079 bash[28699]: cluster 2023-12-07T21:06:29.737053+0000 mgr.a (mgr.14403) 9309 : cluster 0 pgmap v6947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:31.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:30 smithi194 bash[32038]: cluster 2023-12-07T21:06:29.737053+0000 mgr.a (mgr.14403) 9309 : cluster 0 pgmap v6947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:31.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:30 smithi135 bash[32435]: cluster 2023-12-07T21:06:29.737053+0000 mgr.a (mgr.14403) 9309 : cluster 0 pgmap v6947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:33.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:06:33.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:33.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:33.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:32 smithi079 bash[28699]: cluster 2023-12-07T21:06:31.737625+0000 mgr.a (mgr.14403) 9310 : cluster 0 pgmap v6948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:33.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:32 smithi194 bash[32038]: cluster 2023-12-07T21:06:31.737625+0000 mgr.a (mgr.14403) 9310 : cluster 0 pgmap v6948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:33.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:32 smithi135 bash[32435]: cluster 2023-12-07T21:06:31.737625+0000 mgr.a (mgr.14403) 9310 : cluster 0 pgmap v6948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:34.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:34.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:34.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:34.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:06:34.097 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:06:34.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:33 smithi079 bash[28699]: audit 2023-12-07T21:06:33.594617+0000 mgr.a (mgr.14403) 9311 : audit 0 from='client.192312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:34.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:33 smithi194 bash[32038]: audit 2023-12-07T21:06:33.594617+0000 mgr.a (mgr.14403) 9311 : audit 0 from='client.192312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:34.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:33 smithi135 bash[32435]: audit 2023-12-07T21:06:33.594617+0000 mgr.a (mgr.14403) 9311 : audit 0 from='client.192312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:35.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:34 smithi079 bash[28699]: cluster 2023-12-07T21:06:33.741684+0000 mgr.a (mgr.14403) 9312 : cluster 0 pgmap v6949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:35.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:34 smithi194 bash[32038]: cluster 2023-12-07T21:06:33.741684+0000 mgr.a (mgr.14403) 9312 : cluster 0 pgmap v6949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:35.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:34 smithi135 bash[32435]: cluster 2023-12-07T21:06:33.741684+0000 mgr.a (mgr.14403) 9312 : cluster 0 pgmap v6949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:37.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:37 smithi079 bash[28699]: cluster 2023-12-07T21:06:35.742394+0000 mgr.a (mgr.14403) 9313 : cluster 0 pgmap v6950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:37.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:37 smithi194 bash[32038]: cluster 2023-12-07T21:06:35.742394+0000 mgr.a (mgr.14403) 9313 : cluster 0 pgmap v6950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:37.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:37 smithi135 bash[32435]: cluster 2023-12-07T21:06:35.742394+0000 mgr.a (mgr.14403) 9313 : cluster 0 pgmap v6950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:39.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:06:39.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:39.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:39.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:39 smithi079 bash[28699]: cluster 2023-12-07T21:06:37.743038+0000 mgr.a (mgr.14403) 9314 : cluster 0 pgmap v6951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:39.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:39 smithi194 bash[32038]: cluster 2023-12-07T21:06:37.743038+0000 mgr.a (mgr.14403) 9314 : cluster 0 pgmap v6951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:39.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:39 smithi135 bash[32435]: cluster 2023-12-07T21:06:37.743038+0000 mgr.a (mgr.14403) 9314 : cluster 0 pgmap v6951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:39.997 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:06:39.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:39.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:39.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:39.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:06:40.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:40 smithi079 bash[28699]: audit 2023-12-07T21:06:39.507035+0000 mgr.a (mgr.14403) 9315 : audit 0 from='client.192381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:40.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:40 smithi194 bash[32038]: audit 2023-12-07T21:06:39.507035+0000 mgr.a (mgr.14403) 9315 : audit 0 from='client.192381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:40.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:40 smithi135 bash[32435]: audit 2023-12-07T21:06:39.507035+0000 mgr.a (mgr.14403) 9315 : audit 0 from='client.192381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:41.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:41 smithi079 bash[28699]: cluster 2023-12-07T21:06:39.743837+0000 mgr.a (mgr.14403) 9316 : cluster 0 pgmap v6952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:41.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:41 smithi194 bash[32038]: cluster 2023-12-07T21:06:39.743837+0000 mgr.a (mgr.14403) 9316 : cluster 0 pgmap v6952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:41.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:41 smithi135 bash[32435]: cluster 2023-12-07T21:06:39.743837+0000 mgr.a (mgr.14403) 9316 : cluster 0 pgmap v6952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:43.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:43 smithi079 bash[28699]: cluster 2023-12-07T21:06:41.744595+0000 mgr.a (mgr.14403) 9317 : cluster 0 pgmap v6953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:43.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:43 smithi194 bash[32038]: cluster 2023-12-07T21:06:41.744595+0000 mgr.a (mgr.14403) 9317 : cluster 0 pgmap v6953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:43.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:43 smithi135 bash[32435]: cluster 2023-12-07T21:06:41.744595+0000 mgr.a (mgr.14403) 9317 : cluster 0 pgmap v6953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:06:45.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:06:45.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:45.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:45.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:45 smithi079 bash[28699]: cluster 2023-12-07T21:06:43.745399+0000 mgr.a (mgr.14403) 9318 : cluster 0 pgmap v6954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:45.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:45 smithi194 bash[32038]: cluster 2023-12-07T21:06:43.745399+0000 mgr.a (mgr.14403) 9318 : cluster 0 pgmap v6954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:45.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:45 smithi135 bash[32435]: cluster 2023-12-07T21:06:43.745399+0000 mgr.a (mgr.14403) 9318 : cluster 0 pgmap v6954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:45.939 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:06:45.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:45.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:45.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:45.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:06:46.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:46 smithi079 bash[28699]: audit 2023-12-07T21:06:45.424060+0000 mgr.a (mgr.14403) 9319 : audit 0 from='client.192456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:46.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:46 smithi194 bash[32038]: audit 2023-12-07T21:06:45.424060+0000 mgr.a (mgr.14403) 9319 : audit 0 from='client.192456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:46.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:46 smithi135 bash[32435]: audit 2023-12-07T21:06:45.424060+0000 mgr.a (mgr.14403) 9319 : audit 0 from='client.192456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:47.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:47 smithi079 bash[28699]: cluster 2023-12-07T21:06:45.745942+0000 mgr.a (mgr.14403) 9320 : cluster 0 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-07T21:06:47.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:47 smithi194 bash[32038]: cluster 2023-12-07T21:06:45.745942+0000 mgr.a (mgr.14403) 9320 : cluster 0 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-07T21:06:47.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:47 smithi135 bash[32435]: cluster 2023-12-07T21:06:45.745942+0000 mgr.a (mgr.14403) 9320 : cluster 0 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-07T21:06:49.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:49 smithi079 bash[28699]: cluster 2023-12-07T21:06:47.746598+0000 mgr.a (mgr.14403) 9321 : cluster 0 pgmap v6956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:49.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:49 smithi194 bash[32038]: cluster 2023-12-07T21:06:47.746598+0000 mgr.a (mgr.14403) 9321 : cluster 0 pgmap v6956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:49.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:49 smithi135 bash[32435]: cluster 2023-12-07T21:06:47.746598+0000 mgr.a (mgr.14403) 9321 : cluster 0 pgmap v6956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:50.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:06:50.941 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:50.941 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:51.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:51 smithi079 bash[28699]: cluster 2023-12-07T21:06:49.747403+0000 mgr.a (mgr.14403) 9322 : cluster 0 pgmap v6957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:51.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:51 smithi194 bash[32038]: cluster 2023-12-07T21:06:49.747403+0000 mgr.a (mgr.14403) 9322 : cluster 0 pgmap v6957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:51.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:51 smithi135 bash[32435]: cluster 2023-12-07T21:06:49.747403+0000 mgr.a (mgr.14403) 9322 : cluster 0 pgmap v6957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:51.869 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:06:51.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:51.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:51.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:51.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:06:52.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:52 smithi079 bash[28699]: audit 2023-12-07T21:06:51.356417+0000 mgr.a (mgr.14403) 9323 : audit 0 from='client.192531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:52.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:52 smithi194 bash[32038]: audit 2023-12-07T21:06:51.356417+0000 mgr.a (mgr.14403) 9323 : audit 0 from='client.192531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:52.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:52 smithi135 bash[32435]: audit 2023-12-07T21:06:51.356417+0000 mgr.a (mgr.14403) 9323 : audit 0 from='client.192531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:53.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:53 smithi079 bash[28699]: cluster 2023-12-07T21:06:51.751370+0000 mgr.a (mgr.14403) 9324 : cluster 0 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-07T21:06:53.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:53 smithi194 bash[32038]: cluster 2023-12-07T21:06:51.751370+0000 mgr.a (mgr.14403) 9324 : cluster 0 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-07T21:06:53.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:53 smithi135 bash[32435]: cluster 2023-12-07T21:06:51.751370+0000 mgr.a (mgr.14403) 9324 : cluster 0 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-07T21:06:55.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:55 smithi079 bash[28699]: cluster 2023-12-07T21:06:53.752389+0000 mgr.a (mgr.14403) 9325 : cluster 0 pgmap v6959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:55.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:55 smithi194 bash[32038]: cluster 2023-12-07T21:06:53.752389+0000 mgr.a (mgr.14403) 9325 : cluster 0 pgmap v6959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:55.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:55 smithi135 bash[32435]: cluster 2023-12-07T21:06:53.752389+0000 mgr.a (mgr.14403) 9325 : cluster 0 pgmap v6959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:06:56.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:06:56.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:06:56.873 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:06:57.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:57 smithi079 bash[28699]: cluster 2023-12-07T21:06:55.753005+0000 mgr.a (mgr.14403) 9326 : cluster 0 pgmap v6960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:57.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:57 smithi194 bash[32038]: cluster 2023-12-07T21:06:55.753005+0000 mgr.a (mgr.14403) 9326 : cluster 0 pgmap v6960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:57.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:57 smithi135 bash[32435]: cluster 2023-12-07T21:06:55.753005+0000 mgr.a (mgr.14403) 9326 : cluster 0 pgmap v6960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:06:57.775 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:06:57.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:06:57.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:06:57.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:06:57.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:06:58.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:58 smithi079 bash[28699]: audit 2023-12-07T21:06:57.282688+0000 mgr.a (mgr.14403) 9327 : audit 0 from='client.192603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:58.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:58 smithi194 bash[32038]: audit 2023-12-07T21:06:57.282688+0000 mgr.a (mgr.14403) 9327 : audit 0 from='client.192603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:58.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:58 smithi135 bash[32435]: audit 2023-12-07T21:06:57.282688+0000 mgr.a (mgr.14403) 9327 : audit 0 from='client.192603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:06:59.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:06:59 smithi079 bash[28699]: cluster 2023-12-07T21:06:57.753616+0000 mgr.a (mgr.14403) 9328 : cluster 0 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-07T21:06:59.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:06:59 smithi194 bash[32038]: cluster 2023-12-07T21:06:57.753616+0000 mgr.a (mgr.14403) 9328 : cluster 0 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-07T21:06:59.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:06:59 smithi135 bash[32435]: cluster 2023-12-07T21:06:57.753616+0000 mgr.a (mgr.14403) 9328 : cluster 0 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-07T21:07:01.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:01 smithi079 bash[28699]: cluster 2023-12-07T21:06:59.754415+0000 mgr.a (mgr.14403) 9329 : cluster 0 pgmap v6962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:01.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:01 smithi194 bash[32038]: cluster 2023-12-07T21:06:59.754415+0000 mgr.a (mgr.14403) 9329 : cluster 0 pgmap v6962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:01.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:01 smithi135 bash[32435]: cluster 2023-12-07T21:06:59.754415+0000 mgr.a (mgr.14403) 9329 : cluster 0 pgmap v6962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:02.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:07:02.779 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:02.779 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:03.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:03 smithi079 bash[28699]: cluster 2023-12-07T21:07:01.754959+0000 mgr.a (mgr.14403) 9330 : cluster 0 pgmap v6963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:03.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:03 smithi194 bash[32038]: cluster 2023-12-07T21:07:01.754959+0000 mgr.a (mgr.14403) 9330 : cluster 0 pgmap v6963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:03.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:03 smithi135 bash[32435]: cluster 2023-12-07T21:07:01.754959+0000 mgr.a (mgr.14403) 9330 : cluster 0 pgmap v6963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:03.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:03.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:03.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:03.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:07:03.689 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:07:04.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:04 smithi079 bash[28699]: audit 2023-12-07T21:07:03.186474+0000 mgr.a (mgr.14403) 9331 : audit 0 from='client.192681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:04.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:04 smithi194 bash[32038]: audit 2023-12-07T21:07:03.186474+0000 mgr.a (mgr.14403) 9331 : audit 0 from='client.192681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:04.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:04 smithi135 bash[32435]: audit 2023-12-07T21:07:03.186474+0000 mgr.a (mgr.14403) 9331 : audit 0 from='client.192681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:05.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:05 smithi079 bash[28699]: cluster 2023-12-07T21:07:03.755980+0000 mgr.a (mgr.14403) 9332 : cluster 0 pgmap v6964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:07:05.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:05 smithi194 bash[32038]: cluster 2023-12-07T21:07:03.755980+0000 mgr.a (mgr.14403) 9332 : cluster 0 pgmap v6964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:07:05.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:05 smithi135 bash[32435]: cluster 2023-12-07T21:07:03.755980+0000 mgr.a (mgr.14403) 9332 : cluster 0 pgmap v6964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:07:07.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:07 smithi079 bash[28699]: cluster 2023-12-07T21:07:05.756558+0000 mgr.a (mgr.14403) 9333 : cluster 0 pgmap v6965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:07:07.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:07 smithi194 bash[32038]: cluster 2023-12-07T21:07:05.756558+0000 mgr.a (mgr.14403) 9333 : cluster 0 pgmap v6965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:07:07.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:07 smithi135 bash[32435]: cluster 2023-12-07T21:07:05.756558+0000 mgr.a (mgr.14403) 9333 : cluster 0 pgmap v6965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:07:08.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:07:08.691 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:08.692 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:09.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:09 smithi079 bash[28699]: cluster 2023-12-07T21:07:07.757129+0000 mgr.a (mgr.14403) 9334 : cluster 0 pgmap v6966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:07:09.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:09 smithi194 bash[32038]: cluster 2023-12-07T21:07:07.757129+0000 mgr.a (mgr.14403) 9334 : cluster 0 pgmap v6966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:07:09.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:09 smithi135 bash[32435]: cluster 2023-12-07T21:07:07.757129+0000 mgr.a (mgr.14403) 9334 : cluster 0 pgmap v6966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:07:09.593 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:07:09.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:09.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:09.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:09.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:07:10.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:10 smithi079 bash[28699]: audit 2023-12-07T21:07:09.108591+0000 mgr.a (mgr.14403) 9335 : audit 0 from='client.192756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:10.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:10 smithi194 bash[32038]: audit 2023-12-07T21:07:09.108591+0000 mgr.a (mgr.14403) 9335 : audit 0 from='client.192756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:10.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:10 smithi135 bash[32435]: audit 2023-12-07T21:07:09.108591+0000 mgr.a (mgr.14403) 9335 : audit 0 from='client.192756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:11.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:11 smithi079 bash[28699]: cluster 2023-12-07T21:07:09.758112+0000 mgr.a (mgr.14403) 9336 : cluster 0 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-07T21:07:11.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:11 smithi194 bash[32038]: cluster 2023-12-07T21:07:09.758112+0000 mgr.a (mgr.14403) 9336 : cluster 0 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-07T21:07:11.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:11 smithi135 bash[32435]: cluster 2023-12-07T21:07:09.758112+0000 mgr.a (mgr.14403) 9336 : cluster 0 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-07T21:07:13.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:13 smithi079 bash[28699]: cluster 2023-12-07T21:07:11.758681+0000 mgr.a (mgr.14403) 9337 : cluster 0 pgmap v6968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:13.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:13 smithi194 bash[32038]: cluster 2023-12-07T21:07:11.758681+0000 mgr.a (mgr.14403) 9337 : cluster 0 pgmap v6968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:13.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:13 smithi135 bash[32435]: cluster 2023-12-07T21:07:11.758681+0000 mgr.a (mgr.14403) 9337 : cluster 0 pgmap v6968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:14.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:07:14.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:14.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:15.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:15 smithi079 bash[28699]: cluster 2023-12-07T21:07:13.759391+0000 mgr.a (mgr.14403) 9338 : cluster 0 pgmap v6969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:15.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:15 smithi194 bash[32038]: cluster 2023-12-07T21:07:13.759391+0000 mgr.a (mgr.14403) 9338 : cluster 0 pgmap v6969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:15.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:15 smithi135 bash[32435]: cluster 2023-12-07T21:07:13.759391+0000 mgr.a (mgr.14403) 9338 : cluster 0 pgmap v6969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:15.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:15.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:15.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:15.518 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:07:15.518 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:07:16.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:16 smithi079 bash[28699]: audit 2023-12-07T21:07:15.005926+0000 mgr.a (mgr.14403) 9339 : audit 0 from='client.192828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:16.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:16 smithi194 bash[32038]: audit 2023-12-07T21:07:15.005926+0000 mgr.a (mgr.14403) 9339 : audit 0 from='client.192828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:16.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:16 smithi135 bash[32435]: audit 2023-12-07T21:07:15.005926+0000 mgr.a (mgr.14403) 9339 : audit 0 from='client.192828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:17.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:17 smithi079 bash[28699]: cluster 2023-12-07T21:07:15.759966+0000 mgr.a (mgr.14403) 9340 : cluster 0 pgmap v6970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:07:17.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:17 smithi194 bash[32038]: cluster 2023-12-07T21:07:15.759966+0000 mgr.a (mgr.14403) 9340 : cluster 0 pgmap v6970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:07:17.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:17 smithi135 bash[32435]: cluster 2023-12-07T21:07:15.759966+0000 mgr.a (mgr.14403) 9340 : cluster 0 pgmap v6970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:07:19.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:19 smithi079 bash[28699]: cluster 2023-12-07T21:07:17.760525+0000 mgr.a (mgr.14403) 9341 : cluster 0 pgmap v6971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:07:19.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:19 smithi194 bash[32038]: cluster 2023-12-07T21:07:17.760525+0000 mgr.a (mgr.14403) 9341 : cluster 0 pgmap v6971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:07:19.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:19 smithi135 bash[32435]: cluster 2023-12-07T21:07:17.760525+0000 mgr.a (mgr.14403) 9341 : cluster 0 pgmap v6971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:07:20.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:07:20.521 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:20.521 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:21.446 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:07:21.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:21.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:21.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:21.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:07:21.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:21 smithi194 bash[32038]: cluster 2023-12-07T21:07:19.761306+0000 mgr.a (mgr.14403) 9342 : cluster 0 pgmap v6972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:07:21.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:21 smithi135 bash[32435]: cluster 2023-12-07T21:07:19.761306+0000 mgr.a (mgr.14403) 9342 : cluster 0 pgmap v6972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:07:21.636 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:21 smithi079 bash[28699]: cluster 2023-12-07T21:07:19.761306+0000 mgr.a (mgr.14403) 9342 : cluster 0 pgmap v6972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:07:22.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:22 smithi194 bash[32038]: audit 2023-12-07T21:07:20.944365+0000 mgr.a (mgr.14403) 9343 : audit 0 from='client.192903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:22.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:22 smithi135 bash[32435]: audit 2023-12-07T21:07:20.944365+0000 mgr.a (mgr.14403) 9343 : audit 0 from='client.192903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:22.636 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:22 smithi079 bash[28699]: audit 2023-12-07T21:07:20.944365+0000 mgr.a (mgr.14403) 9343 : audit 0 from='client.192903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:23.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:23 smithi194 bash[32038]: cluster 2023-12-07T21:07:21.761922+0000 mgr.a (mgr.14403) 9344 : cluster 0 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-07T21:07:23.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:23 smithi135 bash[32435]: cluster 2023-12-07T21:07:21.761922+0000 mgr.a (mgr.14403) 9344 : cluster 0 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-07T21:07:23.636 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:23 smithi079 bash[28699]: cluster 2023-12-07T21:07:21.761922+0000 mgr.a (mgr.14403) 9344 : cluster 0 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-07T21:07:24.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:24 smithi194 bash[32038]: audit 2023-12-07T21:07:23.983280+0000 mon.a (mon.0) 1743 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:07:24.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:24 smithi135 bash[32435]: audit 2023-12-07T21:07:23.983280+0000 mon.a (mon.0) 1743 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:07:24.636 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:24 smithi079 bash[28699]: audit 2023-12-07T21:07:23.983280+0000 mon.a (mon.0) 1743 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:07:25.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:25 smithi079 bash[28699]: cluster 2023-12-07T21:07:23.762729+0000 mgr.a (mgr.14403) 9345 : cluster 0 pgmap v6974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:25.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:25 smithi079 bash[28699]: audit 2023-12-07T21:07:24.517002+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:07:25.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:25 smithi079 bash[28699]: audit 2023-12-07T21:07:24.526915+0000 mon.a (mon.0) 1745 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:07:25.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:25 smithi079 bash[28699]: audit 2023-12-07T21:07:25.172514+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:07:25.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:25 smithi079 bash[28699]: audit 2023-12-07T21:07:25.174583+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:07:25.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:25 smithi079 bash[28699]: audit 2023-12-07T21:07:25.184334+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:07:25.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:25 smithi194 bash[32038]: cluster 2023-12-07T21:07:23.762729+0000 mgr.a (mgr.14403) 9345 : cluster 0 pgmap v6974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:25.948 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:25 smithi194 bash[32038]: audit 2023-12-07T21:07:24.517002+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:07:25.948 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:25 smithi194 bash[32038]: audit 2023-12-07T21:07:24.526915+0000 mon.a (mon.0) 1745 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:07:25.948 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:25 smithi194 bash[32038]: audit 2023-12-07T21:07:25.172514+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:07:25.948 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:25 smithi194 bash[32038]: audit 2023-12-07T21:07:25.174583+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:07:25.948 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:25 smithi194 bash[32038]: audit 2023-12-07T21:07:25.184334+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:07:25.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:25 smithi135 bash[32435]: cluster 2023-12-07T21:07:23.762729+0000 mgr.a (mgr.14403) 9345 : cluster 0 pgmap v6974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:25.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:25 smithi135 bash[32435]: audit 2023-12-07T21:07:24.517002+0000 mon.a (mon.0) 1744 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:07:25.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:25 smithi135 bash[32435]: audit 2023-12-07T21:07:24.526915+0000 mon.a (mon.0) 1745 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:07:25.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:25 smithi135 bash[32435]: audit 2023-12-07T21:07:25.172514+0000 mon.a (mon.0) 1746 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:07:25.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:25 smithi135 bash[32435]: audit 2023-12-07T21:07:25.174583+0000 mon.a (mon.0) 1747 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:07:25.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:25 smithi135 bash[32435]: audit 2023-12-07T21:07:25.184334+0000 mon.a (mon.0) 1748 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:07:26.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:07:26.449 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:26.450 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:27.383 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:07:27.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:27.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:27.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:27.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:07:27.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:27 smithi079 bash[28699]: cluster 2023-12-07T21:07:25.763326+0000 mgr.a (mgr.14403) 9346 : cluster 0 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-07T21:07:27.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:27 smithi194 bash[32038]: cluster 2023-12-07T21:07:25.763326+0000 mgr.a (mgr.14403) 9346 : cluster 0 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-07T21:07:27.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:27 smithi135 bash[32435]: cluster 2023-12-07T21:07:25.763326+0000 mgr.a (mgr.14403) 9346 : cluster 0 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-07T21:07:28.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:28 smithi079 bash[28699]: audit 2023-12-07T21:07:26.860029+0000 mgr.a (mgr.14403) 9347 : audit 0 from='client.192978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:28.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:28 smithi194 bash[32038]: audit 2023-12-07T21:07:26.860029+0000 mgr.a (mgr.14403) 9347 : audit 0 from='client.192978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:28.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:28 smithi135 bash[32435]: audit 2023-12-07T21:07:26.860029+0000 mgr.a (mgr.14403) 9347 : audit 0 from='client.192978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:29.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:29 smithi079 bash[28699]: cluster 2023-12-07T21:07:27.763996+0000 mgr.a (mgr.14403) 9348 : cluster 0 pgmap v6976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:29.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:29 smithi194 bash[32038]: cluster 2023-12-07T21:07:27.763996+0000 mgr.a (mgr.14403) 9348 : cluster 0 pgmap v6976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:29.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:29 smithi135 bash[32435]: cluster 2023-12-07T21:07:27.763996+0000 mgr.a (mgr.14403) 9348 : cluster 0 pgmap v6976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:31.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:31 smithi079 bash[28699]: cluster 2023-12-07T21:07:29.764775+0000 mgr.a (mgr.14403) 9349 : cluster 0 pgmap v6977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:31.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:31 smithi194 bash[32038]: cluster 2023-12-07T21:07:29.764775+0000 mgr.a (mgr.14403) 9349 : cluster 0 pgmap v6977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:31.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:31 smithi135 bash[32435]: cluster 2023-12-07T21:07:29.764775+0000 mgr.a (mgr.14403) 9349 : cluster 0 pgmap v6977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:32.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:07:32.386 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:32.386 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:33.268 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:07:33.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:33.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:33.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:33.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:07:33.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:33 smithi079 bash[28699]: cluster 2023-12-07T21:07:31.765527+0000 mgr.a (mgr.14403) 9350 : cluster 0 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-07T21:07:33.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:33 smithi194 bash[32038]: cluster 2023-12-07T21:07:31.765527+0000 mgr.a (mgr.14403) 9350 : cluster 0 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-07T21:07:33.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:33 smithi135 bash[32435]: cluster 2023-12-07T21:07:31.765527+0000 mgr.a (mgr.14403) 9350 : cluster 0 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-07T21:07:34.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:34 smithi079 bash[28699]: audit 2023-12-07T21:07:32.787649+0000 mgr.a (mgr.14403) 9351 : audit 0 from='client.193056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:34.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:34 smithi194 bash[32038]: audit 2023-12-07T21:07:32.787649+0000 mgr.a (mgr.14403) 9351 : audit 0 from='client.193056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:34.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:34 smithi135 bash[32435]: audit 2023-12-07T21:07:32.787649+0000 mgr.a (mgr.14403) 9351 : audit 0 from='client.193056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:35.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:35 smithi079 bash[28699]: cluster 2023-12-07T21:07:33.766406+0000 mgr.a (mgr.14403) 9352 : cluster 0 pgmap v6979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:35.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:35 smithi194 bash[32038]: cluster 2023-12-07T21:07:33.766406+0000 mgr.a (mgr.14403) 9352 : cluster 0 pgmap v6979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:35.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:35 smithi135 bash[32435]: cluster 2023-12-07T21:07:33.766406+0000 mgr.a (mgr.14403) 9352 : cluster 0 pgmap v6979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:37.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:37 smithi079 bash[28699]: cluster 2023-12-07T21:07:35.767006+0000 mgr.a (mgr.14403) 9353 : cluster 0 pgmap v6980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:37.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:37 smithi194 bash[32038]: cluster 2023-12-07T21:07:35.767006+0000 mgr.a (mgr.14403) 9353 : cluster 0 pgmap v6980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:37.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:37 smithi135 bash[32435]: cluster 2023-12-07T21:07:35.767006+0000 mgr.a (mgr.14403) 9353 : cluster 0 pgmap v6980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:38.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:07:38.272 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:38.272 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:39.158 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:07:39.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:39.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:39.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:39.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:07:39.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:39 smithi079 bash[28699]: cluster 2023-12-07T21:07:37.767552+0000 mgr.a (mgr.14403) 9354 : cluster 0 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-07T21:07:39.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:39 smithi194 bash[32038]: cluster 2023-12-07T21:07:37.767552+0000 mgr.a (mgr.14403) 9354 : cluster 0 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-07T21:07:39.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:39 smithi135 bash[32435]: cluster 2023-12-07T21:07:37.767552+0000 mgr.a (mgr.14403) 9354 : cluster 0 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-07T21:07:40.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:40 smithi079 bash[28699]: audit 2023-12-07T21:07:38.679642+0000 mgr.a (mgr.14403) 9355 : audit 0 from='client.193134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:40.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:40 smithi194 bash[32038]: audit 2023-12-07T21:07:38.679642+0000 mgr.a (mgr.14403) 9355 : audit 0 from='client.193134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:40.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:40 smithi135 bash[32435]: audit 2023-12-07T21:07:38.679642+0000 mgr.a (mgr.14403) 9355 : audit 0 from='client.193134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:41.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:41 smithi079 bash[28699]: cluster 2023-12-07T21:07:39.768497+0000 mgr.a (mgr.14403) 9356 : cluster 0 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-07T21:07:41.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:41 smithi194 bash[32038]: cluster 2023-12-07T21:07:39.768497+0000 mgr.a (mgr.14403) 9356 : cluster 0 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-07T21:07:41.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:41 smithi135 bash[32435]: cluster 2023-12-07T21:07:39.768497+0000 mgr.a (mgr.14403) 9356 : cluster 0 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-07T21:07:43.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:43 smithi079 bash[28699]: cluster 2023-12-07T21:07:41.769193+0000 mgr.a (mgr.14403) 9357 : cluster 0 pgmap v6983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:43.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:43 smithi194 bash[32038]: cluster 2023-12-07T21:07:41.769193+0000 mgr.a (mgr.14403) 9357 : cluster 0 pgmap v6983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:43.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:43 smithi135 bash[32435]: cluster 2023-12-07T21:07:41.769193+0000 mgr.a (mgr.14403) 9357 : cluster 0 pgmap v6983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:44.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:07:44.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:44.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:45.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:45.068 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:07:45.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:45.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:45.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:07:45.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:45 smithi079 bash[28699]: cluster 2023-12-07T21:07:43.770002+0000 mgr.a (mgr.14403) 9358 : cluster 0 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-07T21:07:45.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:45 smithi079 bash[28699]: audit 2023-12-07T21:07:44.571534+0000 mgr.a (mgr.14403) 9359 : audit 0 from='client.193212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:45.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:45 smithi194 bash[32038]: cluster 2023-12-07T21:07:43.770002+0000 mgr.a (mgr.14403) 9358 : cluster 0 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-07T21:07:45.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:45 smithi194 bash[32038]: audit 2023-12-07T21:07:44.571534+0000 mgr.a (mgr.14403) 9359 : audit 0 from='client.193212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:45.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:45 smithi135 bash[32435]: cluster 2023-12-07T21:07:43.770002+0000 mgr.a (mgr.14403) 9358 : cluster 0 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-07T21:07:45.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:45 smithi135 bash[32435]: audit 2023-12-07T21:07:44.571534+0000 mgr.a (mgr.14403) 9359 : audit 0 from='client.193212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:47.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:47 smithi079 bash[28699]: cluster 2023-12-07T21:07:45.770715+0000 mgr.a (mgr.14403) 9360 : cluster 0 pgmap v6985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:47.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:47 smithi194 bash[32038]: cluster 2023-12-07T21:07:45.770715+0000 mgr.a (mgr.14403) 9360 : cluster 0 pgmap v6985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:47.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:47 smithi135 bash[32435]: cluster 2023-12-07T21:07:45.770715+0000 mgr.a (mgr.14403) 9360 : cluster 0 pgmap v6985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:49.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:49 smithi079 bash[28699]: cluster 2023-12-07T21:07:47.771328+0000 mgr.a (mgr.14403) 9361 : cluster 0 pgmap v6986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:49.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:49 smithi194 bash[32038]: cluster 2023-12-07T21:07:47.771328+0000 mgr.a (mgr.14403) 9361 : cluster 0 pgmap v6986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:49.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:49 smithi135 bash[32435]: cluster 2023-12-07T21:07:47.771328+0000 mgr.a (mgr.14403) 9361 : cluster 0 pgmap v6986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:07:50.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:07:50.070 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:50.070 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:50.974 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:07:50.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:50.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:50.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:50.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:07:51.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:51 smithi079 bash[28699]: cluster 2023-12-07T21:07:49.772147+0000 mgr.a (mgr.14403) 9362 : cluster 0 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-07T21:07:51.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:51 smithi079 bash[28699]: audit 2023-12-07T21:07:50.477661+0000 mgr.a (mgr.14403) 9363 : audit 0 from='client.193290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:51.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:51 smithi194 bash[32038]: cluster 2023-12-07T21:07:49.772147+0000 mgr.a (mgr.14403) 9362 : cluster 0 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-07T21:07:51.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:51 smithi194 bash[32038]: audit 2023-12-07T21:07:50.477661+0000 mgr.a (mgr.14403) 9363 : audit 0 from='client.193290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:51.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:51 smithi135 bash[32435]: cluster 2023-12-07T21:07:49.772147+0000 mgr.a (mgr.14403) 9362 : cluster 0 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-07T21:07:51.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:51 smithi135 bash[32435]: audit 2023-12-07T21:07:50.477661+0000 mgr.a (mgr.14403) 9363 : audit 0 from='client.193290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:53.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:53 smithi079 bash[28699]: cluster 2023-12-07T21:07:51.772882+0000 mgr.a (mgr.14403) 9364 : cluster 0 pgmap v6988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:53.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:53 smithi194 bash[32038]: cluster 2023-12-07T21:07:51.772882+0000 mgr.a (mgr.14403) 9364 : cluster 0 pgmap v6988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:53.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:53 smithi135 bash[32435]: cluster 2023-12-07T21:07:51.772882+0000 mgr.a (mgr.14403) 9364 : cluster 0 pgmap v6988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:55.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:55 smithi079 bash[28699]: cluster 2023-12-07T21:07:53.773723+0000 mgr.a (mgr.14403) 9365 : cluster 0 pgmap v6989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:55.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:55 smithi194 bash[32038]: cluster 2023-12-07T21:07:53.773723+0000 mgr.a (mgr.14403) 9365 : cluster 0 pgmap v6989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:55.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:55 smithi135 bash[32435]: cluster 2023-12-07T21:07:53.773723+0000 mgr.a (mgr.14403) 9365 : cluster 0 pgmap v6989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:07:55.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:07:55.978 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:07:55.978 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:07:56.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:07:56.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:07:56.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:07:56.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:07:56.874 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:07:57.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:57 smithi079 bash[28699]: cluster 2023-12-07T21:07:55.774302+0000 mgr.a (mgr.14403) 9366 : cluster 0 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-07T21:07:57.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:57 smithi079 bash[28699]: audit 2023-12-07T21:07:56.382317+0000 mgr.a (mgr.14403) 9367 : audit 0 from='client.193365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:57.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:57 smithi194 bash[32038]: cluster 2023-12-07T21:07:55.774302+0000 mgr.a (mgr.14403) 9366 : cluster 0 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-07T21:07:57.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:57 smithi194 bash[32038]: audit 2023-12-07T21:07:56.382317+0000 mgr.a (mgr.14403) 9367 : audit 0 from='client.193365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:57.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:57 smithi135 bash[32435]: cluster 2023-12-07T21:07:55.774302+0000 mgr.a (mgr.14403) 9366 : cluster 0 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-07T21:07:57.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:57 smithi135 bash[32435]: audit 2023-12-07T21:07:56.382317+0000 mgr.a (mgr.14403) 9367 : audit 0 from='client.193365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:07:59.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:07:59 smithi079 bash[28699]: cluster 2023-12-07T21:07:57.775059+0000 mgr.a (mgr.14403) 9368 : cluster 0 pgmap v6991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:59.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:07:59 smithi194 bash[32038]: cluster 2023-12-07T21:07:57.775059+0000 mgr.a (mgr.14403) 9368 : cluster 0 pgmap v6991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:07:59.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:07:59 smithi135 bash[32435]: cluster 2023-12-07T21:07:57.775059+0000 mgr.a (mgr.14403) 9368 : cluster 0 pgmap v6991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:01.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:08:01.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:01.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:01.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:01 smithi079 bash[28699]: cluster 2023-12-07T21:07:59.775817+0000 mgr.a (mgr.14403) 9369 : cluster 0 pgmap v6992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:01.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:01 smithi194 bash[32038]: cluster 2023-12-07T21:07:59.775817+0000 mgr.a (mgr.14403) 9369 : cluster 0 pgmap v6992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:01.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:01 smithi135 bash[32435]: cluster 2023-12-07T21:07:59.775817+0000 mgr.a (mgr.14403) 9369 : cluster 0 pgmap v6992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:02.789 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:08:02.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:02.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:02.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:02.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:08:03.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:03 smithi079 bash[28699]: cluster 2023-12-07T21:08:01.776411+0000 mgr.a (mgr.14403) 9370 : cluster 0 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-07T21:08:03.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:03 smithi079 bash[28699]: audit 2023-12-07T21:08:02.290322+0000 mgr.a (mgr.14403) 9371 : audit 0 from='client.193437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:03.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:03 smithi194 bash[32038]: cluster 2023-12-07T21:08:01.776411+0000 mgr.a (mgr.14403) 9370 : cluster 0 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-07T21:08:03.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:03 smithi194 bash[32038]: audit 2023-12-07T21:08:02.290322+0000 mgr.a (mgr.14403) 9371 : audit 0 from='client.193437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:03.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:03 smithi135 bash[32435]: cluster 2023-12-07T21:08:01.776411+0000 mgr.a (mgr.14403) 9370 : cluster 0 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-07T21:08:03.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:03 smithi135 bash[32435]: audit 2023-12-07T21:08:02.290322+0000 mgr.a (mgr.14403) 9371 : audit 0 from='client.193437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:05.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:05 smithi079 bash[28699]: cluster 2023-12-07T21:08:03.777336+0000 mgr.a (mgr.14403) 9372 : cluster 0 pgmap v6994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:05.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:05 smithi194 bash[32038]: cluster 2023-12-07T21:08:03.777336+0000 mgr.a (mgr.14403) 9372 : cluster 0 pgmap v6994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:05.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:05 smithi135 bash[32435]: cluster 2023-12-07T21:08:03.777336+0000 mgr.a (mgr.14403) 9372 : cluster 0 pgmap v6994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:07.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:08:07.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:07.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:07.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:07 smithi079 bash[28699]: cluster 2023-12-07T21:08:05.777920+0000 mgr.a (mgr.14403) 9373 : cluster 0 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-07T21:08:07.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:07 smithi194 bash[32038]: cluster 2023-12-07T21:08:05.777920+0000 mgr.a (mgr.14403) 9373 : cluster 0 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-07T21:08:07.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:07 smithi135 bash[32435]: cluster 2023-12-07T21:08:05.777920+0000 mgr.a (mgr.14403) 9373 : cluster 0 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-07T21:08:08.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:08.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:08.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:08.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:08:08.706 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:08:09.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:09 smithi079 bash[28699]: cluster 2023-12-07T21:08:07.778428+0000 mgr.a (mgr.14403) 9374 : cluster 0 pgmap v6996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:09.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:09 smithi079 bash[28699]: audit 2023-12-07T21:08:08.198878+0000 mgr.a (mgr.14403) 9375 : audit 0 from='client.193515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:09.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:09 smithi194 bash[32038]: cluster 2023-12-07T21:08:07.778428+0000 mgr.a (mgr.14403) 9374 : cluster 0 pgmap v6996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:09.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:09 smithi194 bash[32038]: audit 2023-12-07T21:08:08.198878+0000 mgr.a (mgr.14403) 9375 : audit 0 from='client.193515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:09.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:09 smithi135 bash[32435]: cluster 2023-12-07T21:08:07.778428+0000 mgr.a (mgr.14403) 9374 : cluster 0 pgmap v6996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:09.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:09 smithi135 bash[32435]: audit 2023-12-07T21:08:08.198878+0000 mgr.a (mgr.14403) 9375 : audit 0 from='client.193515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:11.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:11 smithi079 bash[28699]: cluster 2023-12-07T21:08:09.779535+0000 mgr.a (mgr.14403) 9376 : cluster 0 pgmap v6997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:08:11.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:11 smithi194 bash[32038]: cluster 2023-12-07T21:08:09.779535+0000 mgr.a (mgr.14403) 9376 : cluster 0 pgmap v6997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:08:11.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:11 smithi135 bash[32435]: cluster 2023-12-07T21:08:09.779535+0000 mgr.a (mgr.14403) 9376 : cluster 0 pgmap v6997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:08:13.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:08:13.709 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:13.709 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:13.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:13 smithi079 bash[28699]: cluster 2023-12-07T21:08:11.780298+0000 mgr.a (mgr.14403) 9377 : cluster 0 pgmap v6998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:08:13.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:13 smithi194 bash[32038]: cluster 2023-12-07T21:08:11.780298+0000 mgr.a (mgr.14403) 9377 : cluster 0 pgmap v6998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:08:13.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:13 smithi135 bash[32435]: cluster 2023-12-07T21:08:11.780298+0000 mgr.a (mgr.14403) 9377 : cluster 0 pgmap v6998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:08:14.641 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:08:14.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:14.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:14.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:14.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:08:15.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:15 smithi079 bash[28699]: cluster 2023-12-07T21:08:13.781233+0000 mgr.a (mgr.14403) 9378 : cluster 0 pgmap v6999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:15.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:15 smithi079 bash[28699]: audit 2023-12-07T21:08:14.120109+0000 mgr.a (mgr.14403) 9379 : audit 0 from='client.193593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:15.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:15 smithi194 bash[32038]: cluster 2023-12-07T21:08:13.781233+0000 mgr.a (mgr.14403) 9378 : cluster 0 pgmap v6999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:15.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:15 smithi194 bash[32038]: audit 2023-12-07T21:08:14.120109+0000 mgr.a (mgr.14403) 9379 : audit 0 from='client.193593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:15.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:15 smithi135 bash[32435]: cluster 2023-12-07T21:08:13.781233+0000 mgr.a (mgr.14403) 9378 : cluster 0 pgmap v6999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:15.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:15 smithi135 bash[32435]: audit 2023-12-07T21:08:14.120109+0000 mgr.a (mgr.14403) 9379 : audit 0 from='client.193593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:17.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:17 smithi079 bash[28699]: cluster 2023-12-07T21:08:15.781984+0000 mgr.a (mgr.14403) 9380 : cluster 0 pgmap v7000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:17.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:17 smithi194 bash[32038]: cluster 2023-12-07T21:08:15.781984+0000 mgr.a (mgr.14403) 9380 : cluster 0 pgmap v7000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:17.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:17 smithi135 bash[32435]: cluster 2023-12-07T21:08:15.781984+0000 mgr.a (mgr.14403) 9380 : cluster 0 pgmap v7000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:19.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:08:19.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:19.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:19.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:19 smithi194 bash[32038]: cluster 2023-12-07T21:08:17.782509+0000 mgr.a (mgr.14403) 9381 : cluster 0 pgmap v7001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:19.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:19 smithi135 bash[32435]: cluster 2023-12-07T21:08:17.782509+0000 mgr.a (mgr.14403) 9381 : cluster 0 pgmap v7001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:20.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:19 smithi079 bash[28699]: cluster 2023-12-07T21:08:17.782509+0000 mgr.a (mgr.14403) 9381 : cluster 0 pgmap v7001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:20.547 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:08:20.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:20.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:20.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:20.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:08:21.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:21 smithi194 bash[32038]: cluster 2023-12-07T21:08:19.783147+0000 mgr.a (mgr.14403) 9382 : cluster 0 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-07T21:08:21.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:21 smithi194 bash[32038]: audit 2023-12-07T21:08:20.057742+0000 mgr.a (mgr.14403) 9383 : audit 0 from='client.193665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:21.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:21 smithi135 bash[32435]: cluster 2023-12-07T21:08:19.783147+0000 mgr.a (mgr.14403) 9382 : cluster 0 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-07T21:08:21.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:21 smithi135 bash[32435]: audit 2023-12-07T21:08:20.057742+0000 mgr.a (mgr.14403) 9383 : audit 0 from='client.193665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:22.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:21 smithi079 bash[28699]: cluster 2023-12-07T21:08:19.783147+0000 mgr.a (mgr.14403) 9382 : cluster 0 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-07T21:08:22.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:21 smithi079 bash[28699]: audit 2023-12-07T21:08:20.057742+0000 mgr.a (mgr.14403) 9383 : audit 0 from='client.193665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:23.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:23 smithi194 bash[32038]: cluster 2023-12-07T21:08:21.783810+0000 mgr.a (mgr.14403) 9384 : cluster 0 pgmap v7003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:08:23.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:23 smithi135 bash[32435]: cluster 2023-12-07T21:08:21.783810+0000 mgr.a (mgr.14403) 9384 : cluster 0 pgmap v7003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:08:24.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:23 smithi079 bash[28699]: cluster 2023-12-07T21:08:21.783810+0000 mgr.a (mgr.14403) 9384 : cluster 0 pgmap v7003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:08:25.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:08:25.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:25.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:25.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:25 smithi194 bash[32038]: cluster 2023-12-07T21:08:23.784750+0000 mgr.a (mgr.14403) 9385 : cluster 0 pgmap v7004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:08:25.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:25 smithi194 bash[32038]: audit 2023-12-07T21:08:25.289060+0000 mon.a (mon.0) 1749 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:08:25.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:25 smithi135 bash[32435]: cluster 2023-12-07T21:08:23.784750+0000 mgr.a (mgr.14403) 9385 : cluster 0 pgmap v7004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:08:25.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:25 smithi135 bash[32435]: audit 2023-12-07T21:08:25.289060+0000 mon.a (mon.0) 1749 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:08:26.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:25 smithi079 bash[28699]: cluster 2023-12-07T21:08:23.784750+0000 mgr.a (mgr.14403) 9385 : cluster 0 pgmap v7004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:08:26.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:25 smithi079 bash[28699]: audit 2023-12-07T21:08:25.289060+0000 mon.a (mon.0) 1749 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:08:26.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:26.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:26.451 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:08:26.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:26.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:08:27.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:26 smithi079 bash[28699]: cluster 2023-12-07T21:08:25.785126+0000 mgr.a (mgr.14403) 9386 : cluster 0 pgmap v7005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:27.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:26 smithi079 bash[28699]: audit 2023-12-07T21:08:25.815171+0000 mon.a (mon.0) 1750 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:08:27.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:26 smithi079 bash[28699]: audit 2023-12-07T21:08:25.820871+0000 mon.a (mon.0) 1751 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:08:27.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:26 smithi079 bash[28699]: audit 2023-12-07T21:08:25.957021+0000 mgr.a (mgr.14403) 9387 : audit 0 from='client.193740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:27.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:26 smithi079 bash[28699]: audit 2023-12-07T21:08:26.566470+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:08:27.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:26 smithi079 bash[28699]: audit 2023-12-07T21:08:26.568410+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:08:27.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:26 smithi079 bash[28699]: audit 2023-12-07T21:08:26.578425+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:08:27.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:26 smithi194 bash[32038]: cluster 2023-12-07T21:08:25.785126+0000 mgr.a (mgr.14403) 9386 : cluster 0 pgmap v7005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:27.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:26 smithi194 bash[32038]: audit 2023-12-07T21:08:25.815171+0000 mon.a (mon.0) 1750 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:08:27.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:26 smithi194 bash[32038]: audit 2023-12-07T21:08:25.820871+0000 mon.a (mon.0) 1751 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:08:27.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:26 smithi194 bash[32038]: audit 2023-12-07T21:08:25.957021+0000 mgr.a (mgr.14403) 9387 : audit 0 from='client.193740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:27.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:26 smithi194 bash[32038]: audit 2023-12-07T21:08:26.566470+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:08:27.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:26 smithi194 bash[32038]: audit 2023-12-07T21:08:26.568410+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:08:27.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:26 smithi194 bash[32038]: audit 2023-12-07T21:08:26.578425+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:08:27.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:26 smithi135 bash[32435]: cluster 2023-12-07T21:08:25.785126+0000 mgr.a (mgr.14403) 9386 : cluster 0 pgmap v7005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:27.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:26 smithi135 bash[32435]: audit 2023-12-07T21:08:25.815171+0000 mon.a (mon.0) 1750 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:08:27.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:26 smithi135 bash[32435]: audit 2023-12-07T21:08:25.820871+0000 mon.a (mon.0) 1751 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:08:27.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:26 smithi135 bash[32435]: audit 2023-12-07T21:08:25.957021+0000 mgr.a (mgr.14403) 9387 : audit 0 from='client.193740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:27.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:26 smithi135 bash[32435]: audit 2023-12-07T21:08:26.566470+0000 mon.a (mon.0) 1752 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:08:27.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:26 smithi135 bash[32435]: audit 2023-12-07T21:08:26.568410+0000 mon.a (mon.0) 1753 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:08:27.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:26 smithi135 bash[32435]: audit 2023-12-07T21:08:26.578425+0000 mon.a (mon.0) 1754 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:08:29.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:28 smithi194 bash[32038]: cluster 2023-12-07T21:08:27.785766+0000 mgr.a (mgr.14403) 9388 : cluster 0 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-07T21:08:29.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:28 smithi135 bash[32435]: cluster 2023-12-07T21:08:27.785766+0000 mgr.a (mgr.14403) 9388 : cluster 0 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-07T21:08:29.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:28 smithi079 bash[28699]: cluster 2023-12-07T21:08:27.785766+0000 mgr.a (mgr.14403) 9388 : cluster 0 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-07T21:08:31.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:30 smithi194 bash[32038]: cluster 2023-12-07T21:08:29.786567+0000 mgr.a (mgr.14403) 9389 : cluster 0 pgmap v7007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:31.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:30 smithi135 bash[32435]: cluster 2023-12-07T21:08:29.786567+0000 mgr.a (mgr.14403) 9389 : cluster 0 pgmap v7007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:31.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:30 smithi079 bash[28699]: cluster 2023-12-07T21:08:29.786567+0000 mgr.a (mgr.14403) 9389 : cluster 0 pgmap v7007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:31.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:08:31.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:31.454 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:32.362 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:08:32.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:32.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:32.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:32.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:08:33.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:32 smithi194 bash[32038]: cluster 2023-12-07T21:08:31.787235+0000 mgr.a (mgr.14403) 9390 : cluster 0 pgmap v7008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:33.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:32 smithi194 bash[32038]: audit 2023-12-07T21:08:31.874064+0000 mgr.a (mgr.14403) 9391 : audit 0 from='client.193818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:33.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:32 smithi135 bash[32435]: cluster 2023-12-07T21:08:31.787235+0000 mgr.a (mgr.14403) 9390 : cluster 0 pgmap v7008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:33.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:32 smithi135 bash[32435]: audit 2023-12-07T21:08:31.874064+0000 mgr.a (mgr.14403) 9391 : audit 0 from='client.193818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:33.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:32 smithi079 bash[28699]: cluster 2023-12-07T21:08:31.787235+0000 mgr.a (mgr.14403) 9390 : cluster 0 pgmap v7008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:33.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:32 smithi079 bash[28699]: audit 2023-12-07T21:08:31.874064+0000 mgr.a (mgr.14403) 9391 : audit 0 from='client.193818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:35.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:34 smithi194 bash[32038]: cluster 2023-12-07T21:08:33.788307+0000 mgr.a (mgr.14403) 9392 : cluster 0 pgmap v7009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:35.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:34 smithi135 bash[32435]: cluster 2023-12-07T21:08:33.788307+0000 mgr.a (mgr.14403) 9392 : cluster 0 pgmap v7009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:35.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:34 smithi079 bash[28699]: cluster 2023-12-07T21:08:33.788307+0000 mgr.a (mgr.14403) 9392 : cluster 0 pgmap v7009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:37.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:36 smithi194 bash[32038]: cluster 2023-12-07T21:08:35.788891+0000 mgr.a (mgr.14403) 9393 : cluster 0 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-07T21:08:37.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:36 smithi135 bash[32435]: cluster 2023-12-07T21:08:35.788891+0000 mgr.a (mgr.14403) 9393 : cluster 0 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-07T21:08:37.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:08:37.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:37.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:37.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:36 smithi079 bash[28699]: cluster 2023-12-07T21:08:35.788891+0000 mgr.a (mgr.14403) 9393 : cluster 0 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-07T21:08:38.248 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:08:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:08:39.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:38 smithi194 bash[32038]: audit 2023-12-07T21:08:37.773067+0000 mgr.a (mgr.14403) 9394 : audit 0 from='client.193893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:39.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:38 smithi194 bash[32038]: cluster 2023-12-07T21:08:37.789704+0000 mgr.a (mgr.14403) 9395 : cluster 0 pgmap v7011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:39.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:38 smithi135 bash[32435]: audit 2023-12-07T21:08:37.773067+0000 mgr.a (mgr.14403) 9394 : audit 0 from='client.193893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:39.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:38 smithi135 bash[32435]: cluster 2023-12-07T21:08:37.789704+0000 mgr.a (mgr.14403) 9395 : cluster 0 pgmap v7011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:39.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:38 smithi079 bash[28699]: audit 2023-12-07T21:08:37.773067+0000 mgr.a (mgr.14403) 9394 : audit 0 from='client.193893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:39.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:38 smithi079 bash[28699]: cluster 2023-12-07T21:08:37.789704+0000 mgr.a (mgr.14403) 9395 : cluster 0 pgmap v7011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:41.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:40 smithi194 bash[32038]: cluster 2023-12-07T21:08:39.790622+0000 mgr.a (mgr.14403) 9396 : cluster 0 pgmap v7012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:41.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:40 smithi135 bash[32435]: cluster 2023-12-07T21:08:39.790622+0000 mgr.a (mgr.14403) 9396 : cluster 0 pgmap v7012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:41.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:40 smithi079 bash[28699]: cluster 2023-12-07T21:08:39.790622+0000 mgr.a (mgr.14403) 9396 : cluster 0 pgmap v7012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:08:43.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:42 smithi194 bash[32038]: cluster 2023-12-07T21:08:41.791224+0000 mgr.a (mgr.14403) 9397 : cluster 0 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-07T21:08:43.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:42 smithi135 bash[32435]: cluster 2023-12-07T21:08:41.791224+0000 mgr.a (mgr.14403) 9397 : cluster 0 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-07T21:08:43.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:08:43.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:43.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:43.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:42 smithi079 bash[28699]: cluster 2023-12-07T21:08:41.791224+0000 mgr.a (mgr.14403) 9397 : cluster 0 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-07T21:08:44.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:44.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:44.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:44.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:08:44.189 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:08:44.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:43 smithi194 bash[32038]: audit 2023-12-07T21:08:43.666827+0000 mgr.a (mgr.14403) 9398 : audit 0 from='client.193968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:44.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:43 smithi135 bash[32435]: audit 2023-12-07T21:08:43.666827+0000 mgr.a (mgr.14403) 9398 : audit 0 from='client.193968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:44.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:43 smithi079 bash[28699]: audit 2023-12-07T21:08:43.666827+0000 mgr.a (mgr.14403) 9398 : audit 0 from='client.193968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:45.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:44 smithi194 bash[32038]: cluster 2023-12-07T21:08:43.792097+0000 mgr.a (mgr.14403) 9399 : cluster 0 pgmap v7014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:45.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:44 smithi135 bash[32435]: cluster 2023-12-07T21:08:43.792097+0000 mgr.a (mgr.14403) 9399 : cluster 0 pgmap v7014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:45.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:44 smithi079 bash[28699]: cluster 2023-12-07T21:08:43.792097+0000 mgr.a (mgr.14403) 9399 : cluster 0 pgmap v7014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:47.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:46 smithi194 bash[32038]: cluster 2023-12-07T21:08:45.792776+0000 mgr.a (mgr.14403) 9400 : cluster 0 pgmap v7015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:47.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:46 smithi135 bash[32435]: cluster 2023-12-07T21:08:45.792776+0000 mgr.a (mgr.14403) 9400 : cluster 0 pgmap v7015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:47.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:46 smithi079 bash[28699]: cluster 2023-12-07T21:08:45.792776+0000 mgr.a (mgr.14403) 9400 : cluster 0 pgmap v7015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:49.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:08:49.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:49.193 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:49.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:48 smithi135 bash[32435]: cluster 2023-12-07T21:08:47.793341+0000 mgr.a (mgr.14403) 9401 : cluster 0 pgmap v7016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:49.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:48 smithi079 bash[28699]: cluster 2023-12-07T21:08:47.793341+0000 mgr.a (mgr.14403) 9401 : cluster 0 pgmap v7016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:49.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:48 smithi194 bash[32038]: cluster 2023-12-07T21:08:47.793341+0000 mgr.a (mgr.14403) 9401 : cluster 0 pgmap v7016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:50.121 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:08:50.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:50.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:50.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:50.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:08:50.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:49 smithi079 bash[28699]: audit 2023-12-07T21:08:49.608450+0000 mgr.a (mgr.14403) 9402 : audit 0 from='client.194046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:50.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:49 smithi194 bash[32038]: audit 2023-12-07T21:08:49.608450+0000 mgr.a (mgr.14403) 9402 : audit 0 from='client.194046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:50.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:49 smithi135 bash[32435]: audit 2023-12-07T21:08:49.608450+0000 mgr.a (mgr.14403) 9402 : audit 0 from='client.194046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:51.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:50 smithi079 bash[28699]: cluster 2023-12-07T21:08:49.794066+0000 mgr.a (mgr.14403) 9403 : cluster 0 pgmap v7017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:51.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:50 smithi194 bash[32038]: cluster 2023-12-07T21:08:49.794066+0000 mgr.a (mgr.14403) 9403 : cluster 0 pgmap v7017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:51.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:50 smithi135 bash[32435]: cluster 2023-12-07T21:08:49.794066+0000 mgr.a (mgr.14403) 9403 : cluster 0 pgmap v7017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:53.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:52 smithi079 bash[28699]: cluster 2023-12-07T21:08:51.794711+0000 mgr.a (mgr.14403) 9404 : cluster 0 pgmap v7018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:53.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:52 smithi194 bash[32038]: cluster 2023-12-07T21:08:51.794711+0000 mgr.a (mgr.14403) 9404 : cluster 0 pgmap v7018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:53.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:52 smithi135 bash[32435]: cluster 2023-12-07T21:08:51.794711+0000 mgr.a (mgr.14403) 9404 : cluster 0 pgmap v7018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:08:55.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:08:55.125 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:08:55.125 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:08:55.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:54 smithi079 bash[28699]: cluster 2023-12-07T21:08:53.795539+0000 mgr.a (mgr.14403) 9405 : cluster 0 pgmap v7019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:55.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:54 smithi194 bash[32038]: cluster 2023-12-07T21:08:53.795539+0000 mgr.a (mgr.14403) 9405 : cluster 0 pgmap v7019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:55.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:54 smithi135 bash[32435]: cluster 2023-12-07T21:08:53.795539+0000 mgr.a (mgr.14403) 9405 : cluster 0 pgmap v7019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:56.021 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:08:56.021 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:08:56.021 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:08:56.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:08:56.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:08:56.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:55 smithi079 bash[28699]: audit 2023-12-07T21:08:55.527881+0000 mgr.a (mgr.14403) 9406 : audit 0 from='client.194121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:56.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:55 smithi194 bash[32038]: audit 2023-12-07T21:08:55.527881+0000 mgr.a (mgr.14403) 9406 : audit 0 from='client.194121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:56.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:55 smithi135 bash[32435]: audit 2023-12-07T21:08:55.527881+0000 mgr.a (mgr.14403) 9406 : audit 0 from='client.194121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:08:57.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:56 smithi079 bash[28699]: cluster 2023-12-07T21:08:55.796204+0000 mgr.a (mgr.14403) 9407 : cluster 0 pgmap v7020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:57.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:56 smithi194 bash[32038]: cluster 2023-12-07T21:08:55.796204+0000 mgr.a (mgr.14403) 9407 : cluster 0 pgmap v7020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:57.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:56 smithi135 bash[32435]: cluster 2023-12-07T21:08:55.796204+0000 mgr.a (mgr.14403) 9407 : cluster 0 pgmap v7020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:08:59.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:08:58 smithi079 bash[28699]: cluster 2023-12-07T21:08:57.797066+0000 mgr.a (mgr.14403) 9408 : cluster 0 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-07T21:08:59.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:08:58 smithi194 bash[32038]: cluster 2023-12-07T21:08:57.797066+0000 mgr.a (mgr.14403) 9408 : cluster 0 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-07T21:08:59.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:08:58 smithi135 bash[32435]: cluster 2023-12-07T21:08:57.797066+0000 mgr.a (mgr.14403) 9408 : cluster 0 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-07T21:09:01.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:09:01.024 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:01.024 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:01.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:00 smithi079 bash[28699]: cluster 2023-12-07T21:08:59.797857+0000 mgr.a (mgr.14403) 9409 : cluster 0 pgmap v7022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:01.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:00 smithi194 bash[32038]: cluster 2023-12-07T21:08:59.797857+0000 mgr.a (mgr.14403) 9409 : cluster 0 pgmap v7022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:01.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:00 smithi135 bash[32435]: cluster 2023-12-07T21:08:59.797857+0000 mgr.a (mgr.14403) 9409 : cluster 0 pgmap v7022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:01.937 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:09:01.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:01.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:01.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:01.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:09:02.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:02 smithi079 bash[28699]: audit 2023-12-07T21:09:01.438820+0000 mgr.a (mgr.14403) 9410 : audit 0 from='client.194196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:02.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:02 smithi194 bash[32038]: audit 2023-12-07T21:09:01.438820+0000 mgr.a (mgr.14403) 9410 : audit 0 from='client.194196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:02.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:02 smithi135 bash[32435]: audit 2023-12-07T21:09:01.438820+0000 mgr.a (mgr.14403) 9410 : audit 0 from='client.194196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:03.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:03 smithi079 bash[28699]: cluster 2023-12-07T21:09:01.809629+0000 mgr.a (mgr.14403) 9411 : cluster 0 pgmap v7023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:03.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:03 smithi194 bash[32038]: cluster 2023-12-07T21:09:01.809629+0000 mgr.a (mgr.14403) 9411 : cluster 0 pgmap v7023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:03.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:03 smithi135 bash[32435]: cluster 2023-12-07T21:09:01.809629+0000 mgr.a (mgr.14403) 9411 : cluster 0 pgmap v7023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:05.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:05 smithi079 bash[28699]: cluster 2023-12-07T21:09:03.810676+0000 mgr.a (mgr.14403) 9412 : cluster 0 pgmap v7024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:05.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:05 smithi194 bash[32038]: cluster 2023-12-07T21:09:03.810676+0000 mgr.a (mgr.14403) 9412 : cluster 0 pgmap v7024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:05.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:05 smithi135 bash[32435]: cluster 2023-12-07T21:09:03.810676+0000 mgr.a (mgr.14403) 9412 : cluster 0 pgmap v7024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:06.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:09:06.940 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:06.941 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:07.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:07 smithi079 bash[28699]: cluster 2023-12-07T21:09:05.811303+0000 mgr.a (mgr.14403) 9413 : cluster 0 pgmap v7025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:07.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:07 smithi194 bash[32038]: cluster 2023-12-07T21:09:05.811303+0000 mgr.a (mgr.14403) 9413 : cluster 0 pgmap v7025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:07.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:07 smithi135 bash[32435]: cluster 2023-12-07T21:09:05.811303+0000 mgr.a (mgr.14403) 9413 : cluster 0 pgmap v7025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:07.866 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:09:07.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:07.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:07.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:07.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:09:08.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:08 smithi079 bash[28699]: audit 2023-12-07T21:09:07.356378+0000 mgr.a (mgr.14403) 9414 : audit 0 from='client.194268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:08.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:08 smithi194 bash[32038]: audit 2023-12-07T21:09:07.356378+0000 mgr.a (mgr.14403) 9414 : audit 0 from='client.194268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:08.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:08 smithi135 bash[32435]: audit 2023-12-07T21:09:07.356378+0000 mgr.a (mgr.14403) 9414 : audit 0 from='client.194268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:09.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:09 smithi079 bash[28699]: cluster 2023-12-07T21:09:07.811870+0000 mgr.a (mgr.14403) 9415 : cluster 0 pgmap v7026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:09.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:09 smithi194 bash[32038]: cluster 2023-12-07T21:09:07.811870+0000 mgr.a (mgr.14403) 9415 : cluster 0 pgmap v7026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:09.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:09 smithi135 bash[32435]: cluster 2023-12-07T21:09:07.811870+0000 mgr.a (mgr.14403) 9415 : cluster 0 pgmap v7026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:11.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:11 smithi079 bash[28699]: cluster 2023-12-07T21:09:09.812648+0000 mgr.a (mgr.14403) 9416 : cluster 0 pgmap v7027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:11.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:11 smithi194 bash[32038]: cluster 2023-12-07T21:09:09.812648+0000 mgr.a (mgr.14403) 9416 : cluster 0 pgmap v7027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:11.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:11 smithi135 bash[32435]: cluster 2023-12-07T21:09:09.812648+0000 mgr.a (mgr.14403) 9416 : cluster 0 pgmap v7027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:12.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:09:12.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:12.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:13.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:13 smithi079 bash[28699]: cluster 2023-12-07T21:09:11.813230+0000 mgr.a (mgr.14403) 9417 : cluster 0 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-07T21:09:13.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:13 smithi194 bash[32038]: cluster 2023-12-07T21:09:11.813230+0000 mgr.a (mgr.14403) 9417 : cluster 0 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-07T21:09:13.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:13 smithi135 bash[32435]: cluster 2023-12-07T21:09:11.813230+0000 mgr.a (mgr.14403) 9417 : cluster 0 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-07T21:09:13.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:13.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:13.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:13.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:09:13.758 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:09:14.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:14 smithi079 bash[28699]: audit 2023-12-07T21:09:13.276954+0000 mgr.a (mgr.14403) 9418 : audit 0 from='client.194337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:14.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:14 smithi194 bash[32038]: audit 2023-12-07T21:09:13.276954+0000 mgr.a (mgr.14403) 9418 : audit 0 from='client.194337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:14.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:14 smithi135 bash[32435]: audit 2023-12-07T21:09:13.276954+0000 mgr.a (mgr.14403) 9418 : audit 0 from='client.194337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:15.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:15 smithi079 bash[28699]: cluster 2023-12-07T21:09:13.814202+0000 mgr.a (mgr.14403) 9419 : cluster 0 pgmap v7029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:09:15.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:15 smithi194 bash[32038]: cluster 2023-12-07T21:09:13.814202+0000 mgr.a (mgr.14403) 9419 : cluster 0 pgmap v7029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:09:15.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:15 smithi135 bash[32435]: cluster 2023-12-07T21:09:13.814202+0000 mgr.a (mgr.14403) 9419 : cluster 0 pgmap v7029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:09:17.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:17 smithi079 bash[28699]: cluster 2023-12-07T21:09:15.814818+0000 mgr.a (mgr.14403) 9420 : cluster 0 pgmap v7030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:09:17.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:17 smithi194 bash[32038]: cluster 2023-12-07T21:09:15.814818+0000 mgr.a (mgr.14403) 9420 : cluster 0 pgmap v7030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:09:17.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:17 smithi135 bash[32435]: cluster 2023-12-07T21:09:15.814818+0000 mgr.a (mgr.14403) 9420 : cluster 0 pgmap v7030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:09:18.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:09:18.761 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:18.761 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:19.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:19 smithi079 bash[28699]: cluster 2023-12-07T21:09:17.815343+0000 mgr.a (mgr.14403) 9421 : cluster 0 pgmap v7031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:09:19.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:19 smithi194 bash[32038]: cluster 2023-12-07T21:09:17.815343+0000 mgr.a (mgr.14403) 9421 : cluster 0 pgmap v7031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:09:19.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:19 smithi135 bash[32435]: cluster 2023-12-07T21:09:17.815343+0000 mgr.a (mgr.14403) 9421 : cluster 0 pgmap v7031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:09:19.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:19.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:19.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:19.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:09:19.674 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:09:20.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:20 smithi079 bash[28699]: audit 2023-12-07T21:09:19.178601+0000 mgr.a (mgr.14403) 9422 : audit 0 from='client.194415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:20.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:20 smithi194 bash[32038]: audit 2023-12-07T21:09:19.178601+0000 mgr.a (mgr.14403) 9422 : audit 0 from='client.194415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:20.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:20 smithi135 bash[32435]: audit 2023-12-07T21:09:19.178601+0000 mgr.a (mgr.14403) 9422 : audit 0 from='client.194415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:21.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:21 smithi079 bash[28699]: cluster 2023-12-07T21:09:19.816410+0000 mgr.a (mgr.14403) 9423 : cluster 0 pgmap v7032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:21.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:21 smithi194 bash[32038]: cluster 2023-12-07T21:09:19.816410+0000 mgr.a (mgr.14403) 9423 : cluster 0 pgmap v7032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:21.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:21 smithi135 bash[32435]: cluster 2023-12-07T21:09:19.816410+0000 mgr.a (mgr.14403) 9423 : cluster 0 pgmap v7032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:23.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:23 smithi079 bash[28699]: cluster 2023-12-07T21:09:21.816991+0000 mgr.a (mgr.14403) 9424 : cluster 0 pgmap v7033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:23.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:23 smithi194 bash[32038]: cluster 2023-12-07T21:09:21.816991+0000 mgr.a (mgr.14403) 9424 : cluster 0 pgmap v7033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:23.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:23 smithi135 bash[32435]: cluster 2023-12-07T21:09:21.816991+0000 mgr.a (mgr.14403) 9424 : cluster 0 pgmap v7033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:24.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:09:24.677 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:24.677 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:25.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:25 smithi079 bash[28699]: cluster 2023-12-07T21:09:23.817727+0000 mgr.a (mgr.14403) 9425 : cluster 0 pgmap v7034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:25.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:25 smithi194 bash[32038]: cluster 2023-12-07T21:09:23.817727+0000 mgr.a (mgr.14403) 9425 : cluster 0 pgmap v7034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:25.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:25 smithi135 bash[32435]: cluster 2023-12-07T21:09:23.817727+0000 mgr.a (mgr.14403) 9425 : cluster 0 pgmap v7034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:25.572 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:09:25.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:25.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:25.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:25.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:09:26.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:26 smithi079 bash[28699]: audit 2023-12-07T21:09:25.086928+0000 mgr.a (mgr.14403) 9426 : audit 0 from='client.194493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:26.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:26 smithi194 bash[32038]: audit 2023-12-07T21:09:25.086928+0000 mgr.a (mgr.14403) 9426 : audit 0 from='client.194493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:26.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:26 smithi135 bash[32435]: audit 2023-12-07T21:09:25.086928+0000 mgr.a (mgr.14403) 9426 : audit 0 from='client.194493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:27.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:27 smithi079 bash[28699]: cluster 2023-12-07T21:09:25.818421+0000 mgr.a (mgr.14403) 9427 : cluster 0 pgmap v7035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:09:27.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:27 smithi079 bash[28699]: audit 2023-12-07T21:09:26.682293+0000 mon.a (mon.0) 1755 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:09:27.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:27 smithi194 bash[32038]: cluster 2023-12-07T21:09:25.818421+0000 mgr.a (mgr.14403) 9427 : cluster 0 pgmap v7035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:09:27.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:27 smithi194 bash[32038]: audit 2023-12-07T21:09:26.682293+0000 mon.a (mon.0) 1755 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:09:27.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:27 smithi135 bash[32435]: cluster 2023-12-07T21:09:25.818421+0000 mgr.a (mgr.14403) 9427 : cluster 0 pgmap v7035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:09:27.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:27 smithi135 bash[32435]: audit 2023-12-07T21:09:26.682293+0000 mon.a (mon.0) 1755 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:09:28.635 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:28 smithi079 bash[28699]: audit 2023-12-07T21:09:27.211749+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:09:28.635 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:28 smithi079 bash[28699]: audit 2023-12-07T21:09:27.222404+0000 mon.a (mon.0) 1757 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:09:28.635 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:28 smithi079 bash[28699]: audit 2023-12-07T21:09:27.925365+0000 mon.a (mon.0) 1758 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:09:28.635 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:28 smithi079 bash[28699]: audit 2023-12-07T21:09:27.930554+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:09:28.635 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:28 smithi079 bash[28699]: audit 2023-12-07T21:09:27.937579+0000 mon.a (mon.0) 1760 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:09:28.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:28 smithi194 bash[32038]: audit 2023-12-07T21:09:27.211749+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:09:28.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:28 smithi194 bash[32038]: audit 2023-12-07T21:09:27.222404+0000 mon.a (mon.0) 1757 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:09:28.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:28 smithi194 bash[32038]: audit 2023-12-07T21:09:27.925365+0000 mon.a (mon.0) 1758 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:09:28.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:28 smithi194 bash[32038]: audit 2023-12-07T21:09:27.930554+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:09:28.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:28 smithi194 bash[32038]: audit 2023-12-07T21:09:27.937579+0000 mon.a (mon.0) 1760 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:09:28.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:28 smithi135 bash[32435]: audit 2023-12-07T21:09:27.211749+0000 mon.a (mon.0) 1756 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:09:28.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:28 smithi135 bash[32435]: audit 2023-12-07T21:09:27.222404+0000 mon.a (mon.0) 1757 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:09:28.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:28 smithi135 bash[32435]: audit 2023-12-07T21:09:27.925365+0000 mon.a (mon.0) 1758 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:09:28.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:28 smithi135 bash[32435]: audit 2023-12-07T21:09:27.930554+0000 mon.a (mon.0) 1759 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:09:28.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:28 smithi135 bash[32435]: audit 2023-12-07T21:09:27.937579+0000 mon.a (mon.0) 1760 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:09:29.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:29 smithi079 bash[28699]: cluster 2023-12-07T21:09:27.818960+0000 mgr.a (mgr.14403) 9428 : cluster 0 pgmap v7036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:09:29.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:29 smithi194 bash[32038]: cluster 2023-12-07T21:09:27.818960+0000 mgr.a (mgr.14403) 9428 : cluster 0 pgmap v7036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:09:29.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:29 smithi135 bash[32435]: cluster 2023-12-07T21:09:27.818960+0000 mgr.a (mgr.14403) 9428 : cluster 0 pgmap v7036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:09:30.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:09:30.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:30.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:31.485 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:09:31.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:31.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:31.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:31.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:09:31.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:31 smithi079 bash[28699]: cluster 2023-12-07T21:09:29.819693+0000 mgr.a (mgr.14403) 9429 : cluster 0 pgmap v7037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:09:31.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:31 smithi194 bash[32038]: cluster 2023-12-07T21:09:29.819693+0000 mgr.a (mgr.14403) 9429 : cluster 0 pgmap v7037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:09:31.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:31 smithi135 bash[32435]: cluster 2023-12-07T21:09:29.819693+0000 mgr.a (mgr.14403) 9429 : cluster 0 pgmap v7037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:09:32.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:32 smithi079 bash[28699]: audit 2023-12-07T21:09:30.988809+0000 mgr.a (mgr.14403) 9430 : audit 0 from='client.194571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:32.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:32 smithi194 bash[32038]: audit 2023-12-07T21:09:30.988809+0000 mgr.a (mgr.14403) 9430 : audit 0 from='client.194571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:32.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:32 smithi135 bash[32435]: audit 2023-12-07T21:09:30.988809+0000 mgr.a (mgr.14403) 9430 : audit 0 from='client.194571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:33.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:33 smithi079 bash[28699]: cluster 2023-12-07T21:09:31.820520+0000 mgr.a (mgr.14403) 9431 : cluster 0 pgmap v7038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:33.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:33 smithi194 bash[32038]: cluster 2023-12-07T21:09:31.820520+0000 mgr.a (mgr.14403) 9431 : cluster 0 pgmap v7038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:33.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:33 smithi135 bash[32435]: cluster 2023-12-07T21:09:31.820520+0000 mgr.a (mgr.14403) 9431 : cluster 0 pgmap v7038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:35.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:35 smithi079 bash[28699]: cluster 2023-12-07T21:09:33.821320+0000 mgr.a (mgr.14403) 9432 : cluster 0 pgmap v7039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:35.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:35 smithi194 bash[32038]: cluster 2023-12-07T21:09:33.821320+0000 mgr.a (mgr.14403) 9432 : cluster 0 pgmap v7039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:35.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:35 smithi135 bash[32435]: cluster 2023-12-07T21:09:33.821320+0000 mgr.a (mgr.14403) 9432 : cluster 0 pgmap v7039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:36.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:09:36.488 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:36.488 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:37.369 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:09:37.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:37.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:37.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:37.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:09:37.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:37 smithi079 bash[28699]: cluster 2023-12-07T21:09:35.821905+0000 mgr.a (mgr.14403) 9433 : cluster 0 pgmap v7040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:37.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:37 smithi194 bash[32038]: cluster 2023-12-07T21:09:35.821905+0000 mgr.a (mgr.14403) 9433 : cluster 0 pgmap v7040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:37.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:37 smithi135 bash[32435]: cluster 2023-12-07T21:09:35.821905+0000 mgr.a (mgr.14403) 9433 : cluster 0 pgmap v7040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:38.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:38 smithi079 bash[28699]: audit 2023-12-07T21:09:36.897622+0000 mgr.a (mgr.14403) 9434 : audit 0 from='client.194643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:38.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:38 smithi194 bash[32038]: audit 2023-12-07T21:09:36.897622+0000 mgr.a (mgr.14403) 9434 : audit 0 from='client.194643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:38.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:38 smithi135 bash[32435]: audit 2023-12-07T21:09:36.897622+0000 mgr.a (mgr.14403) 9434 : audit 0 from='client.194643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:39.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:39 smithi079 bash[28699]: cluster 2023-12-07T21:09:37.822613+0000 mgr.a (mgr.14403) 9435 : cluster 0 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-07T21:09:39.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:39 smithi194 bash[32038]: cluster 2023-12-07T21:09:37.822613+0000 mgr.a (mgr.14403) 9435 : cluster 0 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-07T21:09:39.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:39 smithi135 bash[32435]: cluster 2023-12-07T21:09:37.822613+0000 mgr.a (mgr.14403) 9435 : cluster 0 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-07T21:09:41.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:41 smithi079 bash[28699]: cluster 2023-12-07T21:09:39.823454+0000 mgr.a (mgr.14403) 9436 : cluster 0 pgmap v7042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:41.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:41 smithi194 bash[32038]: cluster 2023-12-07T21:09:39.823454+0000 mgr.a (mgr.14403) 9436 : cluster 0 pgmap v7042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:41.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:41 smithi135 bash[32435]: cluster 2023-12-07T21:09:39.823454+0000 mgr.a (mgr.14403) 9436 : cluster 0 pgmap v7042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:42.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:09:42.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:42.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:43.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:43.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:43.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:43.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:09:43.257 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:09:43.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:43 smithi079 bash[28699]: cluster 2023-12-07T21:09:41.824004+0000 mgr.a (mgr.14403) 9437 : cluster 0 pgmap v7043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:43.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:43 smithi194 bash[32038]: cluster 2023-12-07T21:09:41.824004+0000 mgr.a (mgr.14403) 9437 : cluster 0 pgmap v7043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:43.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:43 smithi135 bash[32435]: cluster 2023-12-07T21:09:41.824004+0000 mgr.a (mgr.14403) 9437 : cluster 0 pgmap v7043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:44.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:44 smithi079 bash[28699]: audit 2023-12-07T21:09:42.773820+0000 mgr.a (mgr.14403) 9438 : audit 0 from='client.194718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:44.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:44 smithi194 bash[32038]: audit 2023-12-07T21:09:42.773820+0000 mgr.a (mgr.14403) 9438 : audit 0 from='client.194718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:44.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:44 smithi135 bash[32435]: audit 2023-12-07T21:09:42.773820+0000 mgr.a (mgr.14403) 9438 : audit 0 from='client.194718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:45.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:45 smithi079 bash[28699]: cluster 2023-12-07T21:09:43.824895+0000 mgr.a (mgr.14403) 9439 : cluster 0 pgmap v7044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:45.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:45 smithi194 bash[32038]: cluster 2023-12-07T21:09:43.824895+0000 mgr.a (mgr.14403) 9439 : cluster 0 pgmap v7044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:45.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:45 smithi135 bash[32435]: cluster 2023-12-07T21:09:43.824895+0000 mgr.a (mgr.14403) 9439 : cluster 0 pgmap v7044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:09:47.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:47 smithi079 bash[28699]: cluster 2023-12-07T21:09:45.825528+0000 mgr.a (mgr.14403) 9440 : cluster 0 pgmap v7045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:47.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:47 smithi194 bash[32038]: cluster 2023-12-07T21:09:45.825528+0000 mgr.a (mgr.14403) 9440 : cluster 0 pgmap v7045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:47.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:47 smithi135 bash[32435]: cluster 2023-12-07T21:09:45.825528+0000 mgr.a (mgr.14403) 9440 : cluster 0 pgmap v7045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:48.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:09:48.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:48.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:49.160 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:09:49.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:49.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:49.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:49.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:09:49.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:49 smithi079 bash[28699]: cluster 2023-12-07T21:09:47.826104+0000 mgr.a (mgr.14403) 9441 : cluster 0 pgmap v7046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:49.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:49 smithi079 bash[28699]: audit 2023-12-07T21:09:48.676215+0000 mgr.a (mgr.14403) 9442 : audit 0 from='client.194793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:49.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:49 smithi194 bash[32038]: cluster 2023-12-07T21:09:47.826104+0000 mgr.a (mgr.14403) 9441 : cluster 0 pgmap v7046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:49.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:49 smithi194 bash[32038]: audit 2023-12-07T21:09:48.676215+0000 mgr.a (mgr.14403) 9442 : audit 0 from='client.194793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:49.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:49 smithi135 bash[32435]: cluster 2023-12-07T21:09:47.826104+0000 mgr.a (mgr.14403) 9441 : cluster 0 pgmap v7046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:49.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:49 smithi135 bash[32435]: audit 2023-12-07T21:09:48.676215+0000 mgr.a (mgr.14403) 9442 : audit 0 from='client.194793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:51.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:51 smithi079 bash[28699]: cluster 2023-12-07T21:09:49.827113+0000 mgr.a (mgr.14403) 9443 : cluster 0 pgmap v7047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:51.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:51 smithi194 bash[32038]: cluster 2023-12-07T21:09:49.827113+0000 mgr.a (mgr.14403) 9443 : cluster 0 pgmap v7047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:51.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:51 smithi135 bash[32435]: cluster 2023-12-07T21:09:49.827113+0000 mgr.a (mgr.14403) 9443 : cluster 0 pgmap v7047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:53.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:53 smithi079 bash[28699]: cluster 2023-12-07T21:09:51.827700+0000 mgr.a (mgr.14403) 9444 : cluster 0 pgmap v7048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:53.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:53 smithi194 bash[32038]: cluster 2023-12-07T21:09:51.827700+0000 mgr.a (mgr.14403) 9444 : cluster 0 pgmap v7048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:53.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:53 smithi135 bash[32435]: cluster 2023-12-07T21:09:51.827700+0000 mgr.a (mgr.14403) 9444 : cluster 0 pgmap v7048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:54.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:09:54.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:09:54.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:09:55.085 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:09:55.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:09:55.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:09:55.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:09:55.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:09:55.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:55 smithi079 bash[28699]: cluster 2023-12-07T21:09:53.828607+0000 mgr.a (mgr.14403) 9445 : cluster 0 pgmap v7049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:55.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:55 smithi079 bash[28699]: audit 2023-12-07T21:09:54.576434+0000 mgr.a (mgr.14403) 9446 : audit 0 from='client.194865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:55.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:55 smithi194 bash[32038]: cluster 2023-12-07T21:09:53.828607+0000 mgr.a (mgr.14403) 9445 : cluster 0 pgmap v7049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:55.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:55 smithi194 bash[32038]: audit 2023-12-07T21:09:54.576434+0000 mgr.a (mgr.14403) 9446 : audit 0 from='client.194865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:55.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:55 smithi135 bash[32435]: cluster 2023-12-07T21:09:53.828607+0000 mgr.a (mgr.14403) 9445 : cluster 0 pgmap v7049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:09:55.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:55 smithi135 bash[32435]: audit 2023-12-07T21:09:54.576434+0000 mgr.a (mgr.14403) 9446 : audit 0 from='client.194865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:09:57.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:57 smithi079 bash[28699]: cluster 2023-12-07T21:09:55.829284+0000 mgr.a (mgr.14403) 9447 : cluster 0 pgmap v7050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:57.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:57 smithi194 bash[32038]: cluster 2023-12-07T21:09:55.829284+0000 mgr.a (mgr.14403) 9447 : cluster 0 pgmap v7050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:57.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:57 smithi135 bash[32435]: cluster 2023-12-07T21:09:55.829284+0000 mgr.a (mgr.14403) 9447 : cluster 0 pgmap v7050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:59.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:09:59 smithi079 bash[28699]: cluster 2023-12-07T21:09:57.829888+0000 mgr.a (mgr.14403) 9448 : cluster 0 pgmap v7051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:59.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:09:59 smithi194 bash[32038]: cluster 2023-12-07T21:09:57.829888+0000 mgr.a (mgr.14403) 9448 : cluster 0 pgmap v7051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:09:59.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:09:59 smithi135 bash[32435]: cluster 2023-12-07T21:09:57.829888+0000 mgr.a (mgr.14403) 9448 : cluster 0 pgmap v7051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:00.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:10:00.089 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:00.089 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:00.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:00 smithi079 bash[28699]: cluster 2023-12-07T21:10:00.000158+0000 mon.a (mon.0) 1761 : cluster 1 overall HEALTH_OK 2023-12-07T21:10:00.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:00 smithi194 bash[32038]: cluster 2023-12-07T21:10:00.000158+0000 mon.a (mon.0) 1761 : cluster 1 overall HEALTH_OK 2023-12-07T21:10:00.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:00 smithi135 bash[32435]: cluster 2023-12-07T21:10:00.000158+0000 mon.a (mon.0) 1761 : cluster 1 overall HEALTH_OK 2023-12-07T21:10:01.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:01.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:01.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:01.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:10:01.013 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:10:01.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:01 smithi079 bash[28699]: cluster 2023-12-07T21:09:59.830678+0000 mgr.a (mgr.14403) 9449 : cluster 0 pgmap v7052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:01.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:01 smithi079 bash[28699]: audit 2023-12-07T21:10:00.505268+0000 mgr.a (mgr.14403) 9450 : audit 0 from='client.194940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:01.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:01 smithi194 bash[32038]: cluster 2023-12-07T21:09:59.830678+0000 mgr.a (mgr.14403) 9449 : cluster 0 pgmap v7052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:01.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:01 smithi194 bash[32038]: audit 2023-12-07T21:10:00.505268+0000 mgr.a (mgr.14403) 9450 : audit 0 from='client.194940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:01.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:01 smithi135 bash[32435]: cluster 2023-12-07T21:09:59.830678+0000 mgr.a (mgr.14403) 9449 : cluster 0 pgmap v7052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:01.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:01 smithi135 bash[32435]: audit 2023-12-07T21:10:00.505268+0000 mgr.a (mgr.14403) 9450 : audit 0 from='client.194940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:03.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:03 smithi079 bash[28699]: cluster 2023-12-07T21:10:01.831364+0000 mgr.a (mgr.14403) 9451 : cluster 0 pgmap v7053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:03.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:03 smithi194 bash[32038]: cluster 2023-12-07T21:10:01.831364+0000 mgr.a (mgr.14403) 9451 : cluster 0 pgmap v7053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:03.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:03 smithi135 bash[32435]: cluster 2023-12-07T21:10:01.831364+0000 mgr.a (mgr.14403) 9451 : cluster 0 pgmap v7053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:05.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:05 smithi079 bash[28699]: cluster 2023-12-07T21:10:03.832133+0000 mgr.a (mgr.14403) 9452 : cluster 0 pgmap v7054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:05.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:05 smithi194 bash[32038]: cluster 2023-12-07T21:10:03.832133+0000 mgr.a (mgr.14403) 9452 : cluster 0 pgmap v7054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:05.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:05 smithi135 bash[32435]: cluster 2023-12-07T21:10:03.832133+0000 mgr.a (mgr.14403) 9452 : cluster 0 pgmap v7054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:06.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:10:06.016 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:06.016 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:06.909 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:10:06.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:06.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:06.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:06.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:10:07.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:07 smithi079 bash[28699]: cluster 2023-12-07T21:10:05.832694+0000 mgr.a (mgr.14403) 9453 : cluster 0 pgmap v7055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:07.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:07 smithi079 bash[28699]: audit 2023-12-07T21:10:06.423237+0000 mgr.a (mgr.14403) 9454 : audit 0 from='client.195015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:07.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:07 smithi194 bash[32038]: cluster 2023-12-07T21:10:05.832694+0000 mgr.a (mgr.14403) 9453 : cluster 0 pgmap v7055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:07.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:07 smithi194 bash[32038]: audit 2023-12-07T21:10:06.423237+0000 mgr.a (mgr.14403) 9454 : audit 0 from='client.195015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:07.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:07 smithi135 bash[32435]: cluster 2023-12-07T21:10:05.832694+0000 mgr.a (mgr.14403) 9453 : cluster 0 pgmap v7055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:07.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:07 smithi135 bash[32435]: audit 2023-12-07T21:10:06.423237+0000 mgr.a (mgr.14403) 9454 : audit 0 from='client.195015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:09.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:09 smithi079 bash[28699]: cluster 2023-12-07T21:10:07.833348+0000 mgr.a (mgr.14403) 9455 : cluster 0 pgmap v7056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:09.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:09 smithi194 bash[32038]: cluster 2023-12-07T21:10:07.833348+0000 mgr.a (mgr.14403) 9455 : cluster 0 pgmap v7056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:09.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:09 smithi135 bash[32435]: cluster 2023-12-07T21:10:07.833348+0000 mgr.a (mgr.14403) 9455 : cluster 0 pgmap v7056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:11.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:11 smithi079 bash[28699]: cluster 2023-12-07T21:10:09.834158+0000 mgr.a (mgr.14403) 9456 : cluster 0 pgmap v7057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:11.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:11 smithi194 bash[32038]: cluster 2023-12-07T21:10:09.834158+0000 mgr.a (mgr.14403) 9456 : cluster 0 pgmap v7057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:11.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:11 smithi135 bash[32435]: cluster 2023-12-07T21:10:09.834158+0000 mgr.a (mgr.14403) 9456 : cluster 0 pgmap v7057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:11.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:10:11.912 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:11.912 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:12.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:12.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:12.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:12.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:10:12.831 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:10:13.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:13 smithi079 bash[28699]: cluster 2023-12-07T21:10:11.834774+0000 mgr.a (mgr.14403) 9457 : cluster 0 pgmap v7058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:13.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:13 smithi079 bash[28699]: audit 2023-12-07T21:10:12.328402+0000 mgr.a (mgr.14403) 9458 : audit 0 from='client.195093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:13.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:13 smithi194 bash[32038]: cluster 2023-12-07T21:10:11.834774+0000 mgr.a (mgr.14403) 9457 : cluster 0 pgmap v7058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:13.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:13 smithi194 bash[32038]: audit 2023-12-07T21:10:12.328402+0000 mgr.a (mgr.14403) 9458 : audit 0 from='client.195093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:13.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:13 smithi135 bash[32435]: cluster 2023-12-07T21:10:11.834774+0000 mgr.a (mgr.14403) 9457 : cluster 0 pgmap v7058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:13.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:13 smithi135 bash[32435]: audit 2023-12-07T21:10:12.328402+0000 mgr.a (mgr.14403) 9458 : audit 0 from='client.195093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:15.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:15 smithi079 bash[28699]: cluster 2023-12-07T21:10:13.835701+0000 mgr.a (mgr.14403) 9459 : cluster 0 pgmap v7059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:15.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:15 smithi194 bash[32038]: cluster 2023-12-07T21:10:13.835701+0000 mgr.a (mgr.14403) 9459 : cluster 0 pgmap v7059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:15.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:15 smithi135 bash[32435]: cluster 2023-12-07T21:10:13.835701+0000 mgr.a (mgr.14403) 9459 : cluster 0 pgmap v7059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:17.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:17 smithi079 bash[28699]: cluster 2023-12-07T21:10:15.836265+0000 mgr.a (mgr.14403) 9460 : cluster 0 pgmap v7060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:17.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:17 smithi194 bash[32038]: cluster 2023-12-07T21:10:15.836265+0000 mgr.a (mgr.14403) 9460 : cluster 0 pgmap v7060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:17.698 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:17 smithi135 bash[32435]: cluster 2023-12-07T21:10:15.836265+0000 mgr.a (mgr.14403) 9460 : cluster 0 pgmap v7060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:17.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:10:17.834 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:17.834 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:18.744 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:10:18.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:18.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:18.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:18.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:10:19.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:19 smithi079 bash[28699]: cluster 2023-12-07T21:10:17.836913+0000 mgr.a (mgr.14403) 9461 : cluster 0 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-07T21:10:19.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:19 smithi079 bash[28699]: audit 2023-12-07T21:10:18.248863+0000 mgr.a (mgr.14403) 9462 : audit 0 from='client.195171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:19.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:19 smithi194 bash[32038]: cluster 2023-12-07T21:10:17.836913+0000 mgr.a (mgr.14403) 9461 : cluster 0 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-07T21:10:19.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:19 smithi194 bash[32038]: audit 2023-12-07T21:10:18.248863+0000 mgr.a (mgr.14403) 9462 : audit 0 from='client.195171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:19.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:19 smithi135 bash[32435]: cluster 2023-12-07T21:10:17.836913+0000 mgr.a (mgr.14403) 9461 : cluster 0 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-07T21:10:19.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:19 smithi135 bash[32435]: audit 2023-12-07T21:10:18.248863+0000 mgr.a (mgr.14403) 9462 : audit 0 from='client.195171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:21.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:21 smithi079 bash[28699]: cluster 2023-12-07T21:10:19.837846+0000 mgr.a (mgr.14403) 9463 : cluster 0 pgmap v7062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:10:21.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:21 smithi194 bash[32038]: cluster 2023-12-07T21:10:19.837846+0000 mgr.a (mgr.14403) 9463 : cluster 0 pgmap v7062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:10:21.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:21 smithi135 bash[32435]: cluster 2023-12-07T21:10:19.837846+0000 mgr.a (mgr.14403) 9463 : cluster 0 pgmap v7062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:10:23.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:23 smithi079 bash[28699]: cluster 2023-12-07T21:10:21.838436+0000 mgr.a (mgr.14403) 9464 : cluster 0 pgmap v7063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:10:23.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:23 smithi194 bash[32038]: cluster 2023-12-07T21:10:21.838436+0000 mgr.a (mgr.14403) 9464 : cluster 0 pgmap v7063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:10:23.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:23 smithi135 bash[32435]: cluster 2023-12-07T21:10:21.838436+0000 mgr.a (mgr.14403) 9464 : cluster 0 pgmap v7063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:10:23.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:10:23.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:23.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:24.685 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:10:24.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:24.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:24.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:24.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:10:25.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:25 smithi079 bash[28699]: cluster 2023-12-07T21:10:23.839208+0000 mgr.a (mgr.14403) 9465 : cluster 0 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-07T21:10:25.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:25 smithi079 bash[28699]: audit 2023-12-07T21:10:24.160702+0000 mgr.a (mgr.14403) 9466 : audit 0 from='client.195243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:25.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:25 smithi194 bash[32038]: cluster 2023-12-07T21:10:23.839208+0000 mgr.a (mgr.14403) 9465 : cluster 0 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-07T21:10:25.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:25 smithi194 bash[32038]: audit 2023-12-07T21:10:24.160702+0000 mgr.a (mgr.14403) 9466 : audit 0 from='client.195243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:25.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:25 smithi135 bash[32435]: cluster 2023-12-07T21:10:23.839208+0000 mgr.a (mgr.14403) 9465 : cluster 0 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-07T21:10:25.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:25 smithi135 bash[32435]: audit 2023-12-07T21:10:24.160702+0000 mgr.a (mgr.14403) 9466 : audit 0 from='client.195243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:27.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:27 smithi079 bash[28699]: cluster 2023-12-07T21:10:25.839811+0000 mgr.a (mgr.14403) 9467 : cluster 0 pgmap v7065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:27.695 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:27 smithi194 bash[32038]: cluster 2023-12-07T21:10:25.839811+0000 mgr.a (mgr.14403) 9467 : cluster 0 pgmap v7065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:27.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:27 smithi135 bash[32435]: cluster 2023-12-07T21:10:25.839811+0000 mgr.a (mgr.14403) 9467 : cluster 0 pgmap v7065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:29.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:28 smithi194 bash[32038]: cluster 2023-12-07T21:10:27.840337+0000 mgr.a (mgr.14403) 9468 : cluster 0 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-07T21:10:29.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:28 smithi194 bash[32038]: audit 2023-12-07T21:10:28.041446+0000 mon.a (mon.0) 1762 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:10:29.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:28 smithi194 bash[32038]: audit 2023-12-07T21:10:28.824780+0000 mon.a (mon.0) 1763 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:10:29.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:28 smithi194 bash[32038]: audit 2023-12-07T21:10:28.826815+0000 mon.a (mon.0) 1764 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:10:29.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:28 smithi194 bash[32038]: audit 2023-12-07T21:10:28.835558+0000 mon.a (mon.0) 1765 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:10:29.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:28 smithi135 bash[32435]: cluster 2023-12-07T21:10:27.840337+0000 mgr.a (mgr.14403) 9468 : cluster 0 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-07T21:10:29.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:28 smithi135 bash[32435]: audit 2023-12-07T21:10:28.041446+0000 mon.a (mon.0) 1762 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:10:29.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:28 smithi135 bash[32435]: audit 2023-12-07T21:10:28.824780+0000 mon.a (mon.0) 1763 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:10:29.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:28 smithi135 bash[32435]: audit 2023-12-07T21:10:28.826815+0000 mon.a (mon.0) 1764 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:10:29.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:28 smithi135 bash[32435]: audit 2023-12-07T21:10:28.835558+0000 mon.a (mon.0) 1765 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:10:29.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:28 smithi079 bash[28699]: cluster 2023-12-07T21:10:27.840337+0000 mgr.a (mgr.14403) 9468 : cluster 0 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-07T21:10:29.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:28 smithi079 bash[28699]: audit 2023-12-07T21:10:28.041446+0000 mon.a (mon.0) 1762 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:10:29.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:28 smithi079 bash[28699]: audit 2023-12-07T21:10:28.824780+0000 mon.a (mon.0) 1763 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:10:29.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:28 smithi079 bash[28699]: audit 2023-12-07T21:10:28.826815+0000 mon.a (mon.0) 1764 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:10:29.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:28 smithi079 bash[28699]: audit 2023-12-07T21:10:28.835558+0000 mon.a (mon.0) 1765 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:10:29.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:10:29.689 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:29.689 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:30.603 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:10:30.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:30.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:30.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:30.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:10:31.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:30 smithi194 bash[32038]: cluster 2023-12-07T21:10:29.841117+0000 mgr.a (mgr.14403) 9469 : cluster 0 pgmap v7067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:31.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:30 smithi194 bash[32038]: audit 2023-12-07T21:10:30.101588+0000 mgr.a (mgr.14403) 9470 : audit 0 from='client.195321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:31.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:30 smithi135 bash[32435]: cluster 2023-12-07T21:10:29.841117+0000 mgr.a (mgr.14403) 9469 : cluster 0 pgmap v7067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:31.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:30 smithi135 bash[32435]: audit 2023-12-07T21:10:30.101588+0000 mgr.a (mgr.14403) 9470 : audit 0 from='client.195321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:31.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:30 smithi079 bash[28699]: cluster 2023-12-07T21:10:29.841117+0000 mgr.a (mgr.14403) 9469 : cluster 0 pgmap v7067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:31.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:30 smithi079 bash[28699]: audit 2023-12-07T21:10:30.101588+0000 mgr.a (mgr.14403) 9470 : audit 0 from='client.195321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:33.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:32 smithi135 bash[32435]: cluster 2023-12-07T21:10:31.841722+0000 mgr.a (mgr.14403) 9471 : cluster 0 pgmap v7068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:10:33.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:32 smithi079 bash[28699]: cluster 2023-12-07T21:10:31.841722+0000 mgr.a (mgr.14403) 9471 : cluster 0 pgmap v7068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:10:33.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:32 smithi194 bash[32038]: cluster 2023-12-07T21:10:31.841722+0000 mgr.a (mgr.14403) 9471 : cluster 0 pgmap v7068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:10:35.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:34 smithi079 bash[28699]: cluster 2023-12-07T21:10:33.842514+0000 mgr.a (mgr.14403) 9472 : cluster 0 pgmap v7069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:10:35.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:34 smithi194 bash[32038]: cluster 2023-12-07T21:10:33.842514+0000 mgr.a (mgr.14403) 9472 : cluster 0 pgmap v7069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:10:35.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:34 smithi135 bash[32435]: cluster 2023-12-07T21:10:33.842514+0000 mgr.a (mgr.14403) 9472 : cluster 0 pgmap v7069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:10:35.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:10:35.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:35.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:36.513 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:10:36.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:36.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:36.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:36.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:10:37.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:36 smithi079 bash[28699]: cluster 2023-12-07T21:10:35.843086+0000 mgr.a (mgr.14403) 9473 : cluster 0 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-07T21:10:37.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:36 smithi079 bash[28699]: audit 2023-12-07T21:10:36.011194+0000 mgr.a (mgr.14403) 9474 : audit 0 from='client.195399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:37.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:36 smithi194 bash[32038]: cluster 2023-12-07T21:10:35.843086+0000 mgr.a (mgr.14403) 9473 : cluster 0 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-07T21:10:37.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:36 smithi194 bash[32038]: audit 2023-12-07T21:10:36.011194+0000 mgr.a (mgr.14403) 9474 : audit 0 from='client.195399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:37.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:36 smithi135 bash[32435]: cluster 2023-12-07T21:10:35.843086+0000 mgr.a (mgr.14403) 9473 : cluster 0 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-07T21:10:37.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:36 smithi135 bash[32435]: audit 2023-12-07T21:10:36.011194+0000 mgr.a (mgr.14403) 9474 : audit 0 from='client.195399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:39.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:38 smithi079 bash[28699]: cluster 2023-12-07T21:10:37.843735+0000 mgr.a (mgr.14403) 9475 : cluster 0 pgmap v7071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:39.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:38 smithi194 bash[32038]: cluster 2023-12-07T21:10:37.843735+0000 mgr.a (mgr.14403) 9475 : cluster 0 pgmap v7071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:39.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:38 smithi135 bash[32435]: cluster 2023-12-07T21:10:37.843735+0000 mgr.a (mgr.14403) 9475 : cluster 0 pgmap v7071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:41.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:40 smithi079 bash[28699]: cluster 2023-12-07T21:10:39.844554+0000 mgr.a (mgr.14403) 9476 : cluster 0 pgmap v7072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:41.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:40 smithi194 bash[32038]: cluster 2023-12-07T21:10:39.844554+0000 mgr.a (mgr.14403) 9476 : cluster 0 pgmap v7072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:41.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:40 smithi135 bash[32435]: cluster 2023-12-07T21:10:39.844554+0000 mgr.a (mgr.14403) 9476 : cluster 0 pgmap v7072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:41.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:10:41.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:41.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:42.432 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:10:42.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:42.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:42.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:42.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:10:43.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:42 smithi079 bash[28699]: cluster 2023-12-07T21:10:41.845077+0000 mgr.a (mgr.14403) 9477 : cluster 0 pgmap v7073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:43.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:42 smithi079 bash[28699]: audit 2023-12-07T21:10:41.926263+0000 mgr.a (mgr.14403) 9478 : audit 0 from='client.195471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:43.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:42 smithi194 bash[32038]: cluster 2023-12-07T21:10:41.845077+0000 mgr.a (mgr.14403) 9477 : cluster 0 pgmap v7073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:43.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:42 smithi194 bash[32038]: audit 2023-12-07T21:10:41.926263+0000 mgr.a (mgr.14403) 9478 : audit 0 from='client.195471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:43.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:42 smithi135 bash[32435]: cluster 2023-12-07T21:10:41.845077+0000 mgr.a (mgr.14403) 9477 : cluster 0 pgmap v7073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:43.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:42 smithi135 bash[32435]: audit 2023-12-07T21:10:41.926263+0000 mgr.a (mgr.14403) 9478 : audit 0 from='client.195471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:45.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:44 smithi079 bash[28699]: cluster 2023-12-07T21:10:43.846042+0000 mgr.a (mgr.14403) 9479 : cluster 0 pgmap v7074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:45.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:44 smithi194 bash[32038]: cluster 2023-12-07T21:10:43.846042+0000 mgr.a (mgr.14403) 9479 : cluster 0 pgmap v7074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:45.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:44 smithi135 bash[32435]: cluster 2023-12-07T21:10:43.846042+0000 mgr.a (mgr.14403) 9479 : cluster 0 pgmap v7074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:47.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:46 smithi079 bash[28699]: cluster 2023-12-07T21:10:45.846747+0000 mgr.a (mgr.14403) 9480 : cluster 0 pgmap v7075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:47.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:10:47.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:47.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:47.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:46 smithi194 bash[32038]: cluster 2023-12-07T21:10:45.846747+0000 mgr.a (mgr.14403) 9480 : cluster 0 pgmap v7075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:47.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:46 smithi135 bash[32435]: cluster 2023-12-07T21:10:45.846747+0000 mgr.a (mgr.14403) 9480 : cluster 0 pgmap v7075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:48.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:48.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:48.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:48.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:10:48.338 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:10:49.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:48 smithi079 bash[28699]: audit 2023-12-07T21:10:47.846263+0000 mgr.a (mgr.14403) 9481 : audit 0 from='client.195543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:49.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:48 smithi079 bash[28699]: cluster 2023-12-07T21:10:47.847300+0000 mgr.a (mgr.14403) 9482 : cluster 0 pgmap v7076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:49.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:48 smithi194 bash[32038]: audit 2023-12-07T21:10:47.846263+0000 mgr.a (mgr.14403) 9481 : audit 0 from='client.195543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:49.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:48 smithi194 bash[32038]: cluster 2023-12-07T21:10:47.847300+0000 mgr.a (mgr.14403) 9482 : cluster 0 pgmap v7076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:49.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:48 smithi135 bash[32435]: audit 2023-12-07T21:10:47.846263+0000 mgr.a (mgr.14403) 9481 : audit 0 from='client.195543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:49.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:48 smithi135 bash[32435]: cluster 2023-12-07T21:10:47.847300+0000 mgr.a (mgr.14403) 9482 : cluster 0 pgmap v7076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:51.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:50 smithi079 bash[28699]: cluster 2023-12-07T21:10:49.848157+0000 mgr.a (mgr.14403) 9483 : cluster 0 pgmap v7077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:51.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:50 smithi194 bash[32038]: cluster 2023-12-07T21:10:49.848157+0000 mgr.a (mgr.14403) 9483 : cluster 0 pgmap v7077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:51.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:50 smithi135 bash[32435]: cluster 2023-12-07T21:10:49.848157+0000 mgr.a (mgr.14403) 9483 : cluster 0 pgmap v7077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:10:53.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:10:53.341 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:53.341 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:53.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:52 smithi079 bash[28699]: cluster 2023-12-07T21:10:51.848689+0000 mgr.a (mgr.14403) 9484 : cluster 0 pgmap v7078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:53.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:52 smithi194 bash[32038]: cluster 2023-12-07T21:10:51.848689+0000 mgr.a (mgr.14403) 9484 : cluster 0 pgmap v7078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:53.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:52 smithi135 bash[32435]: cluster 2023-12-07T21:10:51.848689+0000 mgr.a (mgr.14403) 9484 : cluster 0 pgmap v7078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:54.268 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:10:54.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:10:54.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:10:54.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:10:54.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:10:55.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:55 smithi079 bash[28699]: audit 2023-12-07T21:10:53.755119+0000 mgr.a (mgr.14403) 9485 : audit 0 from='client.195618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:55.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:55 smithi079 bash[28699]: cluster 2023-12-07T21:10:53.849418+0000 mgr.a (mgr.14403) 9486 : cluster 0 pgmap v7079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:55.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:55 smithi194 bash[32038]: audit 2023-12-07T21:10:53.755119+0000 mgr.a (mgr.14403) 9485 : audit 0 from='client.195618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:55.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:55 smithi194 bash[32038]: cluster 2023-12-07T21:10:53.849418+0000 mgr.a (mgr.14403) 9486 : cluster 0 pgmap v7079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:55.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:55 smithi135 bash[32435]: audit 2023-12-07T21:10:53.755119+0000 mgr.a (mgr.14403) 9485 : audit 0 from='client.195618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:10:55.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:55 smithi135 bash[32435]: cluster 2023-12-07T21:10:53.849418+0000 mgr.a (mgr.14403) 9486 : cluster 0 pgmap v7079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:10:57.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:57 smithi079 bash[28699]: cluster 2023-12-07T21:10:55.850015+0000 mgr.a (mgr.14403) 9487 : cluster 0 pgmap v7080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:57.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:57 smithi194 bash[32038]: cluster 2023-12-07T21:10:55.850015+0000 mgr.a (mgr.14403) 9487 : cluster 0 pgmap v7080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:57.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:57 smithi135 bash[32435]: cluster 2023-12-07T21:10:55.850015+0000 mgr.a (mgr.14403) 9487 : cluster 0 pgmap v7080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:59.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:10:59.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:10:59.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:10:59.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:10:59 smithi079 bash[28699]: cluster 2023-12-07T21:10:57.850566+0000 mgr.a (mgr.14403) 9488 : cluster 0 pgmap v7081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:59.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:10:59 smithi194 bash[32038]: cluster 2023-12-07T21:10:57.850566+0000 mgr.a (mgr.14403) 9488 : cluster 0 pgmap v7081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:10:59.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:10:59 smithi135 bash[32435]: cluster 2023-12-07T21:10:57.850566+0000 mgr.a (mgr.14403) 9488 : cluster 0 pgmap v7081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:00.188 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:11:00.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:00.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:00.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:00.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:11:00.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:00 smithi079 bash[28699]: audit 2023-12-07T21:10:59.681716+0000 mgr.a (mgr.14403) 9489 : audit 0 from='client.195693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:00.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:00 smithi194 bash[32038]: audit 2023-12-07T21:10:59.681716+0000 mgr.a (mgr.14403) 9489 : audit 0 from='client.195693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:00.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:00 smithi135 bash[32435]: audit 2023-12-07T21:10:59.681716+0000 mgr.a (mgr.14403) 9489 : audit 0 from='client.195693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:01.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:01 smithi079 bash[28699]: cluster 2023-12-07T21:10:59.851693+0000 mgr.a (mgr.14403) 9490 : cluster 0 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-07T21:11:01.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:01 smithi194 bash[32038]: cluster 2023-12-07T21:10:59.851693+0000 mgr.a (mgr.14403) 9490 : cluster 0 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-07T21:11:01.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:01 smithi135 bash[32435]: cluster 2023-12-07T21:10:59.851693+0000 mgr.a (mgr.14403) 9490 : cluster 0 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-07T21:11:03.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:03 smithi079 bash[28699]: cluster 2023-12-07T21:11:01.852531+0000 mgr.a (mgr.14403) 9491 : cluster 0 pgmap v7083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:03.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:03 smithi194 bash[32038]: cluster 2023-12-07T21:11:01.852531+0000 mgr.a (mgr.14403) 9491 : cluster 0 pgmap v7083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:03.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:03 smithi135 bash[32435]: cluster 2023-12-07T21:11:01.852531+0000 mgr.a (mgr.14403) 9491 : cluster 0 pgmap v7083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:05.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:11:05.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:05.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:05.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:05 smithi079 bash[28699]: cluster 2023-12-07T21:11:03.853488+0000 mgr.a (mgr.14403) 9492 : cluster 0 pgmap v7084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:05.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:05 smithi194 bash[32038]: cluster 2023-12-07T21:11:03.853488+0000 mgr.a (mgr.14403) 9492 : cluster 0 pgmap v7084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:05.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:05 smithi135 bash[32435]: cluster 2023-12-07T21:11:03.853488+0000 mgr.a (mgr.14403) 9492 : cluster 0 pgmap v7084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:06.098 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:11:06.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:06.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:06.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:06.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:11:06.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:06 smithi079 bash[28699]: audit 2023-12-07T21:11:05.609035+0000 mgr.a (mgr.14403) 9493 : audit 0 from='client.195762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:06.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:06 smithi194 bash[32038]: audit 2023-12-07T21:11:05.609035+0000 mgr.a (mgr.14403) 9493 : audit 0 from='client.195762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:06.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:06 smithi135 bash[32435]: audit 2023-12-07T21:11:05.609035+0000 mgr.a (mgr.14403) 9493 : audit 0 from='client.195762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:07.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:07 smithi079 bash[28699]: cluster 2023-12-07T21:11:05.854013+0000 mgr.a (mgr.14403) 9494 : cluster 0 pgmap v7085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:07.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:07 smithi194 bash[32038]: cluster 2023-12-07T21:11:05.854013+0000 mgr.a (mgr.14403) 9494 : cluster 0 pgmap v7085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:07.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:07 smithi135 bash[32435]: cluster 2023-12-07T21:11:05.854013+0000 mgr.a (mgr.14403) 9494 : cluster 0 pgmap v7085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:09.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:09 smithi079 bash[28699]: cluster 2023-12-07T21:11:07.854703+0000 mgr.a (mgr.14403) 9495 : cluster 0 pgmap v7086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:09.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:09 smithi194 bash[32038]: cluster 2023-12-07T21:11:07.854703+0000 mgr.a (mgr.14403) 9495 : cluster 0 pgmap v7086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:09.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:09 smithi135 bash[32435]: cluster 2023-12-07T21:11:07.854703+0000 mgr.a (mgr.14403) 9495 : cluster 0 pgmap v7086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:11.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:11:11.102 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:11.102 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:11.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:11 smithi079 bash[28699]: cluster 2023-12-07T21:11:09.855534+0000 mgr.a (mgr.14403) 9496 : cluster 0 pgmap v7087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:11.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:11 smithi194 bash[32038]: cluster 2023-12-07T21:11:09.855534+0000 mgr.a (mgr.14403) 9496 : cluster 0 pgmap v7087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:11.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:11 smithi135 bash[32435]: cluster 2023-12-07T21:11:09.855534+0000 mgr.a (mgr.14403) 9496 : cluster 0 pgmap v7087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:12.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:12.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:12.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:12.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:11:12.015 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:11:12.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:12 smithi079 bash[28699]: audit 2023-12-07T21:11:11.517519+0000 mgr.a (mgr.14403) 9497 : audit 0 from='client.195837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:12.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:12 smithi194 bash[32038]: audit 2023-12-07T21:11:11.517519+0000 mgr.a (mgr.14403) 9497 : audit 0 from='client.195837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:12.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:12 smithi135 bash[32435]: audit 2023-12-07T21:11:11.517519+0000 mgr.a (mgr.14403) 9497 : audit 0 from='client.195837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:13.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:13 smithi079 bash[28699]: cluster 2023-12-07T21:11:11.856223+0000 mgr.a (mgr.14403) 9498 : cluster 0 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-07T21:11:13.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:13 smithi194 bash[32038]: cluster 2023-12-07T21:11:11.856223+0000 mgr.a (mgr.14403) 9498 : cluster 0 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-07T21:11:13.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:13 smithi135 bash[32435]: cluster 2023-12-07T21:11:11.856223+0000 mgr.a (mgr.14403) 9498 : cluster 0 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-07T21:11:15.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:15 smithi079 bash[28699]: cluster 2023-12-07T21:11:13.857093+0000 mgr.a (mgr.14403) 9499 : cluster 0 pgmap v7089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:15.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:15 smithi194 bash[32038]: cluster 2023-12-07T21:11:13.857093+0000 mgr.a (mgr.14403) 9499 : cluster 0 pgmap v7089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:15.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:15 smithi135 bash[32435]: cluster 2023-12-07T21:11:13.857093+0000 mgr.a (mgr.14403) 9499 : cluster 0 pgmap v7089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:17.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:11:17.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:17.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:17.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:17 smithi079 bash[28699]: cluster 2023-12-07T21:11:15.857672+0000 mgr.a (mgr.14403) 9500 : cluster 0 pgmap v7090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:17.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:17 smithi194 bash[32038]: cluster 2023-12-07T21:11:15.857672+0000 mgr.a (mgr.14403) 9500 : cluster 0 pgmap v7090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:17.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:17 smithi135 bash[32435]: cluster 2023-12-07T21:11:15.857672+0000 mgr.a (mgr.14403) 9500 : cluster 0 pgmap v7090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:17.892 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:11:17.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:17.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:17.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:17.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:11:18.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:18 smithi079 bash[28699]: audit 2023-12-07T21:11:17.428589+0000 mgr.a (mgr.14403) 9501 : audit 0 from='client.195915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:18.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:18 smithi194 bash[32038]: audit 2023-12-07T21:11:17.428589+0000 mgr.a (mgr.14403) 9501 : audit 0 from='client.195915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:18.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:18 smithi135 bash[32435]: audit 2023-12-07T21:11:17.428589+0000 mgr.a (mgr.14403) 9501 : audit 0 from='client.195915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:19.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:19 smithi079 bash[28699]: cluster 2023-12-07T21:11:17.858155+0000 mgr.a (mgr.14403) 9502 : cluster 0 pgmap v7091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:19.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:19 smithi194 bash[32038]: cluster 2023-12-07T21:11:17.858155+0000 mgr.a (mgr.14403) 9502 : cluster 0 pgmap v7091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:19.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:19 smithi135 bash[32435]: cluster 2023-12-07T21:11:17.858155+0000 mgr.a (mgr.14403) 9502 : cluster 0 pgmap v7091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:21.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:21 smithi079 bash[28699]: cluster 2023-12-07T21:11:19.858934+0000 mgr.a (mgr.14403) 9503 : cluster 0 pgmap v7092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:21.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:21 smithi194 bash[32038]: cluster 2023-12-07T21:11:19.858934+0000 mgr.a (mgr.14403) 9503 : cluster 0 pgmap v7092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:21.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:21 smithi135 bash[32435]: cluster 2023-12-07T21:11:19.858934+0000 mgr.a (mgr.14403) 9503 : cluster 0 pgmap v7092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:22.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:11:22.896 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:22.896 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:23.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:23 smithi079 bash[28699]: cluster 2023-12-07T21:11:21.859476+0000 mgr.a (mgr.14403) 9504 : cluster 0 pgmap v7093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:23.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:23 smithi194 bash[32038]: cluster 2023-12-07T21:11:21.859476+0000 mgr.a (mgr.14403) 9504 : cluster 0 pgmap v7093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:23.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:23 smithi135 bash[32435]: cluster 2023-12-07T21:11:21.859476+0000 mgr.a (mgr.14403) 9504 : cluster 0 pgmap v7093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:23.792 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:11:23.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:23.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:23.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:23.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:11:24.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:24 smithi079 bash[28699]: audit 2023-12-07T21:11:23.302296+0000 mgr.a (mgr.14403) 9505 : audit 0 from='client.195993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:24.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:24 smithi194 bash[32038]: audit 2023-12-07T21:11:23.302296+0000 mgr.a (mgr.14403) 9505 : audit 0 from='client.195993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:24.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:24 smithi135 bash[32435]: audit 2023-12-07T21:11:23.302296+0000 mgr.a (mgr.14403) 9505 : audit 0 from='client.195993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:25.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:25 smithi079 bash[28699]: cluster 2023-12-07T21:11:23.860582+0000 mgr.a (mgr.14403) 9506 : cluster 0 pgmap v7094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:11:25.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:25 smithi194 bash[32038]: cluster 2023-12-07T21:11:23.860582+0000 mgr.a (mgr.14403) 9506 : cluster 0 pgmap v7094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:11:25.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:25 smithi135 bash[32435]: cluster 2023-12-07T21:11:23.860582+0000 mgr.a (mgr.14403) 9506 : cluster 0 pgmap v7094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:11:27.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:27 smithi079 bash[28699]: cluster 2023-12-07T21:11:25.861349+0000 mgr.a (mgr.14403) 9507 : cluster 0 pgmap v7095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:11:27.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:27 smithi194 bash[32038]: cluster 2023-12-07T21:11:25.861349+0000 mgr.a (mgr.14403) 9507 : cluster 0 pgmap v7095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:11:27.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:27 smithi135 bash[32435]: cluster 2023-12-07T21:11:25.861349+0000 mgr.a (mgr.14403) 9507 : cluster 0 pgmap v7095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:11:28.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:11:28.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:28.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:29.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:29 smithi079 bash[28699]: cluster 2023-12-07T21:11:27.861923+0000 mgr.a (mgr.14403) 9508 : cluster 0 pgmap v7096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:11:29.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:29 smithi079 bash[28699]: audit 2023-12-07T21:11:28.943000+0000 mon.a (mon.0) 1766 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:11:29.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:29 smithi194 bash[32038]: cluster 2023-12-07T21:11:27.861923+0000 mgr.a (mgr.14403) 9508 : cluster 0 pgmap v7096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:11:29.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:29 smithi194 bash[32038]: audit 2023-12-07T21:11:28.943000+0000 mon.a (mon.0) 1766 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:11:29.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:29 smithi135 bash[32435]: cluster 2023-12-07T21:11:27.861923+0000 mgr.a (mgr.14403) 9508 : cluster 0 pgmap v7096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:11:29.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:29 smithi135 bash[32435]: audit 2023-12-07T21:11:28.943000+0000 mon.a (mon.0) 1766 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:11:29.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:29.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:29.779 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:11:29.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:29.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:11:30.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:30 smithi079 bash[28699]: audit 2023-12-07T21:11:29.250539+0000 mgr.a (mgr.14403) 9509 : audit 0 from='client.196071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:30.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:30 smithi079 bash[28699]: audit 2023-12-07T21:11:29.787876+0000 mon.a (mon.0) 1767 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:11:30.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:30 smithi079 bash[28699]: audit 2023-12-07T21:11:29.789688+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:11:30.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:30 smithi079 bash[28699]: audit 2023-12-07T21:11:29.797813+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:11:30.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:30 smithi194 bash[32038]: audit 2023-12-07T21:11:29.250539+0000 mgr.a (mgr.14403) 9509 : audit 0 from='client.196071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:30.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:30 smithi194 bash[32038]: audit 2023-12-07T21:11:29.787876+0000 mon.a (mon.0) 1767 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:11:30.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:30 smithi194 bash[32038]: audit 2023-12-07T21:11:29.789688+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:11:30.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:30 smithi194 bash[32038]: audit 2023-12-07T21:11:29.797813+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:11:30.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:30 smithi135 bash[32435]: audit 2023-12-07T21:11:29.250539+0000 mgr.a (mgr.14403) 9509 : audit 0 from='client.196071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:30.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:30 smithi135 bash[32435]: audit 2023-12-07T21:11:29.787876+0000 mon.a (mon.0) 1767 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:11:30.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:30 smithi135 bash[32435]: audit 2023-12-07T21:11:29.789688+0000 mon.a (mon.0) 1768 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:11:30.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:30 smithi135 bash[32435]: audit 2023-12-07T21:11:29.797813+0000 mon.a (mon.0) 1769 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:11:31.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:31 smithi079 bash[28699]: cluster 2023-12-07T21:11:29.862848+0000 mgr.a (mgr.14403) 9510 : cluster 0 pgmap v7097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:31.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:31 smithi194 bash[32038]: cluster 2023-12-07T21:11:29.862848+0000 mgr.a (mgr.14403) 9510 : cluster 0 pgmap v7097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:31.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:31 smithi135 bash[32435]: cluster 2023-12-07T21:11:29.862848+0000 mgr.a (mgr.14403) 9510 : cluster 0 pgmap v7097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:33.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:33 smithi079 bash[28699]: cluster 2023-12-07T21:11:31.863431+0000 mgr.a (mgr.14403) 9511 : cluster 0 pgmap v7098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:33.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:33 smithi194 bash[32038]: cluster 2023-12-07T21:11:31.863431+0000 mgr.a (mgr.14403) 9511 : cluster 0 pgmap v7098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:33.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:33 smithi135 bash[32435]: cluster 2023-12-07T21:11:31.863431+0000 mgr.a (mgr.14403) 9511 : cluster 0 pgmap v7098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:11:34.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:11:34.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:34.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:35.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:35 smithi079 bash[28699]: cluster 2023-12-07T21:11:33.864176+0000 mgr.a (mgr.14403) 9512 : cluster 0 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-07T21:11:35.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:35 smithi194 bash[32038]: cluster 2023-12-07T21:11:33.864176+0000 mgr.a (mgr.14403) 9512 : cluster 0 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-07T21:11:35.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:35 smithi135 bash[32435]: cluster 2023-12-07T21:11:33.864176+0000 mgr.a (mgr.14403) 9512 : cluster 0 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-07T21:11:35.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:35.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:35.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:35.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:11:35.693 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:11:36.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:36 smithi079 bash[28699]: audit 2023-12-07T21:11:35.204246+0000 mgr.a (mgr.14403) 9513 : audit 0 from='client.196149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:36.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:36 smithi194 bash[32038]: audit 2023-12-07T21:11:35.204246+0000 mgr.a (mgr.14403) 9513 : audit 0 from='client.196149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:36.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:36 smithi135 bash[32435]: audit 2023-12-07T21:11:35.204246+0000 mgr.a (mgr.14403) 9513 : audit 0 from='client.196149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:37.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:37 smithi079 bash[28699]: cluster 2023-12-07T21:11:35.864838+0000 mgr.a (mgr.14403) 9514 : cluster 0 pgmap v7100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:11:37.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:37 smithi194 bash[32038]: cluster 2023-12-07T21:11:35.864838+0000 mgr.a (mgr.14403) 9514 : cluster 0 pgmap v7100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:11:37.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:37 smithi135 bash[32435]: cluster 2023-12-07T21:11:35.864838+0000 mgr.a (mgr.14403) 9514 : cluster 0 pgmap v7100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:11:39.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:39 smithi079 bash[28699]: cluster 2023-12-07T21:11:37.865421+0000 mgr.a (mgr.14403) 9515 : cluster 0 pgmap v7101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:11:39.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:39 smithi194 bash[32038]: cluster 2023-12-07T21:11:37.865421+0000 mgr.a (mgr.14403) 9515 : cluster 0 pgmap v7101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:11:39.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:39 smithi135 bash[32435]: cluster 2023-12-07T21:11:37.865421+0000 mgr.a (mgr.14403) 9515 : cluster 0 pgmap v7101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:11:40.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:11:40.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:40.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:41.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:41 smithi079 bash[28699]: cluster 2023-12-07T21:11:39.866261+0000 mgr.a (mgr.14403) 9516 : cluster 0 pgmap v7102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:11:41.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:41 smithi194 bash[32038]: cluster 2023-12-07T21:11:39.866261+0000 mgr.a (mgr.14403) 9516 : cluster 0 pgmap v7102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:11:41.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:41 smithi135 bash[32435]: cluster 2023-12-07T21:11:39.866261+0000 mgr.a (mgr.14403) 9516 : cluster 0 pgmap v7102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:11:41.594 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:11:41.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:41.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:41.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:41.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:11:42.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:42 smithi079 bash[28699]: audit 2023-12-07T21:11:41.107605+0000 mgr.a (mgr.14403) 9517 : audit 0 from='client.196227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:42.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:42 smithi194 bash[32038]: audit 2023-12-07T21:11:41.107605+0000 mgr.a (mgr.14403) 9517 : audit 0 from='client.196227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:42.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:42 smithi135 bash[32435]: audit 2023-12-07T21:11:41.107605+0000 mgr.a (mgr.14403) 9517 : audit 0 from='client.196227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:43.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:43 smithi194 bash[32038]: cluster 2023-12-07T21:11:41.866964+0000 mgr.a (mgr.14403) 9518 : cluster 0 pgmap v7103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:43.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:43 smithi135 bash[32435]: cluster 2023-12-07T21:11:41.866964+0000 mgr.a (mgr.14403) 9518 : cluster 0 pgmap v7103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:43.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:43 smithi079 bash[28699]: cluster 2023-12-07T21:11:41.866964+0000 mgr.a (mgr.14403) 9518 : cluster 0 pgmap v7103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:45.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:45 smithi194 bash[32038]: cluster 2023-12-07T21:11:43.867724+0000 mgr.a (mgr.14403) 9519 : cluster 0 pgmap v7104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:45.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:45 smithi135 bash[32435]: cluster 2023-12-07T21:11:43.867724+0000 mgr.a (mgr.14403) 9519 : cluster 0 pgmap v7104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:45.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:45 smithi079 bash[28699]: cluster 2023-12-07T21:11:43.867724+0000 mgr.a (mgr.14403) 9519 : cluster 0 pgmap v7104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:46.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:11:46.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:46.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:47.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:47 smithi194 bash[32038]: cluster 2023-12-07T21:11:45.868315+0000 mgr.a (mgr.14403) 9520 : cluster 0 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-07T21:11:47.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:47 smithi135 bash[32435]: cluster 2023-12-07T21:11:45.868315+0000 mgr.a (mgr.14403) 9520 : cluster 0 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-07T21:11:47.507 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:11:47.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:47.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:47.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:47.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:11:47.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:47 smithi079 bash[28699]: cluster 2023-12-07T21:11:45.868315+0000 mgr.a (mgr.14403) 9520 : cluster 0 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-07T21:11:48.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:48 smithi194 bash[32038]: audit 2023-12-07T21:11:47.019612+0000 mgr.a (mgr.14403) 9521 : audit 0 from='client.196302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:48.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:48 smithi135 bash[32435]: audit 2023-12-07T21:11:47.019612+0000 mgr.a (mgr.14403) 9521 : audit 0 from='client.196302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:48.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:48 smithi079 bash[28699]: audit 2023-12-07T21:11:47.019612+0000 mgr.a (mgr.14403) 9521 : audit 0 from='client.196302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:49.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:49 smithi194 bash[32038]: cluster 2023-12-07T21:11:47.869008+0000 mgr.a (mgr.14403) 9522 : cluster 0 pgmap v7106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:49.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:49 smithi135 bash[32435]: cluster 2023-12-07T21:11:47.869008+0000 mgr.a (mgr.14403) 9522 : cluster 0 pgmap v7106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:49.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:49 smithi079 bash[28699]: cluster 2023-12-07T21:11:47.869008+0000 mgr.a (mgr.14403) 9522 : cluster 0 pgmap v7106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:51.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:51 smithi194 bash[32038]: cluster 2023-12-07T21:11:49.869813+0000 mgr.a (mgr.14403) 9523 : cluster 0 pgmap v7107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:51.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:51 smithi135 bash[32435]: cluster 2023-12-07T21:11:49.869813+0000 mgr.a (mgr.14403) 9523 : cluster 0 pgmap v7107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:51.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:51 smithi079 bash[28699]: cluster 2023-12-07T21:11:49.869813+0000 mgr.a (mgr.14403) 9523 : cluster 0 pgmap v7107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:52.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:11:52.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:52.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:53.432 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:11:53.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:53.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:53.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:53.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:11:53.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:53 smithi194 bash[32038]: cluster 2023-12-07T21:11:51.870380+0000 mgr.a (mgr.14403) 9524 : cluster 0 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-07T21:11:53.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:53 smithi135 bash[32435]: cluster 2023-12-07T21:11:51.870380+0000 mgr.a (mgr.14403) 9524 : cluster 0 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-07T21:11:53.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:53 smithi079 bash[28699]: cluster 2023-12-07T21:11:51.870380+0000 mgr.a (mgr.14403) 9524 : cluster 0 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-07T21:11:54.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:54 smithi194 bash[32038]: audit 2023-12-07T21:11:52.926236+0000 mgr.a (mgr.14403) 9525 : audit 0 from='client.196377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:54.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:54 smithi135 bash[32435]: audit 2023-12-07T21:11:52.926236+0000 mgr.a (mgr.14403) 9525 : audit 0 from='client.196377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:54.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:54 smithi079 bash[28699]: audit 2023-12-07T21:11:52.926236+0000 mgr.a (mgr.14403) 9525 : audit 0 from='client.196377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:11:55.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:55 smithi194 bash[32038]: cluster 2023-12-07T21:11:53.871270+0000 mgr.a (mgr.14403) 9526 : cluster 0 pgmap v7109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:55.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:55 smithi135 bash[32435]: cluster 2023-12-07T21:11:53.871270+0000 mgr.a (mgr.14403) 9526 : cluster 0 pgmap v7109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:55.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:55 smithi079 bash[28699]: cluster 2023-12-07T21:11:53.871270+0000 mgr.a (mgr.14403) 9526 : cluster 0 pgmap v7109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:11:57.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:57 smithi194 bash[32038]: cluster 2023-12-07T21:11:55.871876+0000 mgr.a (mgr.14403) 9527 : cluster 0 pgmap v7110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:57.447 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:57 smithi135 bash[32435]: cluster 2023-12-07T21:11:55.871876+0000 mgr.a (mgr.14403) 9527 : cluster 0 pgmap v7110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:57.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:57 smithi079 bash[28699]: cluster 2023-12-07T21:11:55.871876+0000 mgr.a (mgr.14403) 9527 : cluster 0 pgmap v7110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:58.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:11:58.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:11:58.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:11:59.356 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:11:59.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:11:59.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:11:59.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:11:59.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:11:59.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:11:59 smithi194 bash[32038]: cluster 2023-12-07T21:11:57.872461+0000 mgr.a (mgr.14403) 9528 : cluster 0 pgmap v7111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:59.447 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:11:59 smithi135 bash[32435]: cluster 2023-12-07T21:11:57.872461+0000 mgr.a (mgr.14403) 9528 : cluster 0 pgmap v7111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:11:59.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:11:59 smithi079 bash[28699]: cluster 2023-12-07T21:11:57.872461+0000 mgr.a (mgr.14403) 9528 : cluster 0 pgmap v7111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:00.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:00 smithi194 bash[32038]: audit 2023-12-07T21:11:58.852460+0000 mgr.a (mgr.14403) 9529 : audit 0 from='client.196452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:00.447 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:00 smithi135 bash[32435]: audit 2023-12-07T21:11:58.852460+0000 mgr.a (mgr.14403) 9529 : audit 0 from='client.196452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:00.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:00 smithi079 bash[28699]: audit 2023-12-07T21:11:58.852460+0000 mgr.a (mgr.14403) 9529 : audit 0 from='client.196452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:01.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:01 smithi135 bash[32435]: cluster 2023-12-07T21:11:59.873477+0000 mgr.a (mgr.14403) 9530 : cluster 0 pgmap v7112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:01.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:01 smithi079 bash[28699]: cluster 2023-12-07T21:11:59.873477+0000 mgr.a (mgr.14403) 9530 : cluster 0 pgmap v7112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:01.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:01 smithi194 bash[32038]: cluster 2023-12-07T21:11:59.873477+0000 mgr.a (mgr.14403) 9530 : cluster 0 pgmap v7112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:03.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:03 smithi079 bash[28699]: cluster 2023-12-07T21:12:01.874032+0000 mgr.a (mgr.14403) 9531 : cluster 0 pgmap v7113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:03.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:03 smithi194 bash[32038]: cluster 2023-12-07T21:12:01.874032+0000 mgr.a (mgr.14403) 9531 : cluster 0 pgmap v7113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:03.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:03 smithi135 bash[32435]: cluster 2023-12-07T21:12:01.874032+0000 mgr.a (mgr.14403) 9531 : cluster 0 pgmap v7113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:04.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:12:04.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:04.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:05.266 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:12:05.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:05.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:05.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:05.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:12:05.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:05 smithi079 bash[28699]: cluster 2023-12-07T21:12:03.874735+0000 mgr.a (mgr.14403) 9532 : cluster 0 pgmap v7114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:05.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:05 smithi194 bash[32038]: cluster 2023-12-07T21:12:03.874735+0000 mgr.a (mgr.14403) 9532 : cluster 0 pgmap v7114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:05.698 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:05 smithi135 bash[32435]: cluster 2023-12-07T21:12:03.874735+0000 mgr.a (mgr.14403) 9532 : cluster 0 pgmap v7114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:06.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:06 smithi079 bash[28699]: audit 2023-12-07T21:12:04.775740+0000 mgr.a (mgr.14403) 9533 : audit 0 from='client.196527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:06.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:06 smithi194 bash[32038]: audit 2023-12-07T21:12:04.775740+0000 mgr.a (mgr.14403) 9533 : audit 0 from='client.196527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:06.698 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:06 smithi135 bash[32435]: audit 2023-12-07T21:12:04.775740+0000 mgr.a (mgr.14403) 9533 : audit 0 from='client.196527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:07.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:07 smithi079 bash[28699]: cluster 2023-12-07T21:12:05.875410+0000 mgr.a (mgr.14403) 9534 : cluster 0 pgmap v7115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:07.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:07 smithi194 bash[32038]: cluster 2023-12-07T21:12:05.875410+0000 mgr.a (mgr.14403) 9534 : cluster 0 pgmap v7115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:07.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:07 smithi135 bash[32435]: cluster 2023-12-07T21:12:05.875410+0000 mgr.a (mgr.14403) 9534 : cluster 0 pgmap v7115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:09.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:09 smithi079 bash[28699]: cluster 2023-12-07T21:12:07.876029+0000 mgr.a (mgr.14403) 9535 : cluster 0 pgmap v7116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:09.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:09 smithi194 bash[32038]: cluster 2023-12-07T21:12:07.876029+0000 mgr.a (mgr.14403) 9535 : cluster 0 pgmap v7116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:09.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:09 smithi135 bash[32435]: cluster 2023-12-07T21:12:07.876029+0000 mgr.a (mgr.14403) 9535 : cluster 0 pgmap v7116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:10.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:12:10.268 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:10.268 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:11.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:11.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:11.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:11.183 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:12:11.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:12:11.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:11 smithi079 bash[28699]: cluster 2023-12-07T21:12:09.876839+0000 mgr.a (mgr.14403) 9536 : cluster 0 pgmap v7117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:11.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:11 smithi079 bash[28699]: audit 2023-12-07T21:12:10.680396+0000 mgr.a (mgr.14403) 9537 : audit 0 from='client.196605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:11.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:11 smithi194 bash[32038]: cluster 2023-12-07T21:12:09.876839+0000 mgr.a (mgr.14403) 9536 : cluster 0 pgmap v7117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:11.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:11 smithi194 bash[32038]: audit 2023-12-07T21:12:10.680396+0000 mgr.a (mgr.14403) 9537 : audit 0 from='client.196605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:11.698 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:11 smithi135 bash[32435]: cluster 2023-12-07T21:12:09.876839+0000 mgr.a (mgr.14403) 9536 : cluster 0 pgmap v7117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:11.698 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:11 smithi135 bash[32435]: audit 2023-12-07T21:12:10.680396+0000 mgr.a (mgr.14403) 9537 : audit 0 from='client.196605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:13.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:13 smithi079 bash[28699]: cluster 2023-12-07T21:12:11.877547+0000 mgr.a (mgr.14403) 9538 : cluster 0 pgmap v7118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:13.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:13 smithi194 bash[32038]: cluster 2023-12-07T21:12:11.877547+0000 mgr.a (mgr.14403) 9538 : cluster 0 pgmap v7118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:13.698 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:13 smithi135 bash[32435]: cluster 2023-12-07T21:12:11.877547+0000 mgr.a (mgr.14403) 9538 : cluster 0 pgmap v7118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:15.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:15 smithi079 bash[28699]: cluster 2023-12-07T21:12:13.878365+0000 mgr.a (mgr.14403) 9539 : cluster 0 pgmap v7119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:15.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:15 smithi194 bash[32038]: cluster 2023-12-07T21:12:13.878365+0000 mgr.a (mgr.14403) 9539 : cluster 0 pgmap v7119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:15.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:15 smithi135 bash[32435]: cluster 2023-12-07T21:12:13.878365+0000 mgr.a (mgr.14403) 9539 : cluster 0 pgmap v7119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:16.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:12:16.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:16.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:17.075 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:12:17.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:17.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:17.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:17.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:12:17.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:17 smithi079 bash[28699]: cluster 2023-12-07T21:12:15.878932+0000 mgr.a (mgr.14403) 9540 : cluster 0 pgmap v7120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:17.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:17 smithi079 bash[28699]: audit 2023-12-07T21:12:16.593857+0000 mgr.a (mgr.14403) 9541 : audit 0 from='client.196680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:17.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:17 smithi194 bash[32038]: cluster 2023-12-07T21:12:15.878932+0000 mgr.a (mgr.14403) 9540 : cluster 0 pgmap v7120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:17.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:17 smithi194 bash[32038]: audit 2023-12-07T21:12:16.593857+0000 mgr.a (mgr.14403) 9541 : audit 0 from='client.196680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:17.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:17 smithi135 bash[32435]: cluster 2023-12-07T21:12:15.878932+0000 mgr.a (mgr.14403) 9540 : cluster 0 pgmap v7120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:17.698 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:17 smithi135 bash[32435]: audit 2023-12-07T21:12:16.593857+0000 mgr.a (mgr.14403) 9541 : audit 0 from='client.196680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:19.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:19 smithi079 bash[28699]: cluster 2023-12-07T21:12:17.879670+0000 mgr.a (mgr.14403) 9542 : cluster 0 pgmap v7121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:19.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:19 smithi194 bash[32038]: cluster 2023-12-07T21:12:17.879670+0000 mgr.a (mgr.14403) 9542 : cluster 0 pgmap v7121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:19.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:19 smithi135 bash[32435]: cluster 2023-12-07T21:12:17.879670+0000 mgr.a (mgr.14403) 9542 : cluster 0 pgmap v7121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:21.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:21 smithi079 bash[28699]: cluster 2023-12-07T21:12:19.880417+0000 mgr.a (mgr.14403) 9543 : cluster 0 pgmap v7122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:21.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:21 smithi194 bash[32038]: cluster 2023-12-07T21:12:19.880417+0000 mgr.a (mgr.14403) 9543 : cluster 0 pgmap v7122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:21.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:21 smithi135 bash[32435]: cluster 2023-12-07T21:12:19.880417+0000 mgr.a (mgr.14403) 9543 : cluster 0 pgmap v7122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:22.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:12:22.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:22.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:22.946 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:12:22.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:22.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:22.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:22.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:12:23.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:23 smithi079 bash[28699]: cluster 2023-12-07T21:12:21.880976+0000 mgr.a (mgr.14403) 9544 : cluster 0 pgmap v7123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:23.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:23 smithi079 bash[28699]: audit 2023-12-07T21:12:22.489293+0000 mgr.a (mgr.14403) 9545 : audit 0 from='client.196758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:23.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:23 smithi194 bash[32038]: cluster 2023-12-07T21:12:21.880976+0000 mgr.a (mgr.14403) 9544 : cluster 0 pgmap v7123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:23.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:23 smithi194 bash[32038]: audit 2023-12-07T21:12:22.489293+0000 mgr.a (mgr.14403) 9545 : audit 0 from='client.196758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:23.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:23 smithi135 bash[32435]: cluster 2023-12-07T21:12:21.880976+0000 mgr.a (mgr.14403) 9544 : cluster 0 pgmap v7123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:23.698 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:23 smithi135 bash[32435]: audit 2023-12-07T21:12:22.489293+0000 mgr.a (mgr.14403) 9545 : audit 0 from='client.196758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:25.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:25 smithi079 bash[28699]: cluster 2023-12-07T21:12:23.881875+0000 mgr.a (mgr.14403) 9546 : cluster 0 pgmap v7124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:25.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:25 smithi194 bash[32038]: cluster 2023-12-07T21:12:23.881875+0000 mgr.a (mgr.14403) 9546 : cluster 0 pgmap v7124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:25.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:25 smithi135 bash[32435]: cluster 2023-12-07T21:12:23.881875+0000 mgr.a (mgr.14403) 9546 : cluster 0 pgmap v7124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:27.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:27 smithi079 bash[28699]: cluster 2023-12-07T21:12:25.882582+0000 mgr.a (mgr.14403) 9547 : cluster 0 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-07T21:12:27.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:27 smithi194 bash[32038]: cluster 2023-12-07T21:12:25.882582+0000 mgr.a (mgr.14403) 9547 : cluster 0 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-07T21:12:27.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:27 smithi135 bash[32435]: cluster 2023-12-07T21:12:25.882582+0000 mgr.a (mgr.14403) 9547 : cluster 0 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-07T21:12:27.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:12:27.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:27.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:28.863 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:12:28.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:28.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:28.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:28.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:12:29.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:29 smithi079 bash[28699]: cluster 2023-12-07T21:12:27.883229+0000 mgr.a (mgr.14403) 9548 : cluster 0 pgmap v7126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:29.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:29 smithi079 bash[28699]: audit 2023-12-07T21:12:28.369164+0000 mgr.a (mgr.14403) 9549 : audit 0 from='client.196836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:29.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:29 smithi194 bash[32038]: cluster 2023-12-07T21:12:27.883229+0000 mgr.a (mgr.14403) 9548 : cluster 0 pgmap v7126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:29.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:29 smithi194 bash[32038]: audit 2023-12-07T21:12:28.369164+0000 mgr.a (mgr.14403) 9549 : audit 0 from='client.196836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:29.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:29 smithi135 bash[32435]: cluster 2023-12-07T21:12:27.883229+0000 mgr.a (mgr.14403) 9548 : cluster 0 pgmap v7126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:29.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:29 smithi135 bash[32435]: audit 2023-12-07T21:12:28.369164+0000 mgr.a (mgr.14403) 9549 : audit 0 from='client.196836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:30.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:30 smithi079 bash[28699]: audit 2023-12-07T21:12:29.901347+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:12:30.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:30 smithi194 bash[32038]: audit 2023-12-07T21:12:29.901347+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:12:30.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:30 smithi135 bash[32435]: audit 2023-12-07T21:12:29.901347+0000 mon.a (mon.0) 1770 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:12:31.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:31 smithi079 bash[28699]: cluster 2023-12-07T21:12:29.884238+0000 mgr.a (mgr.14403) 9550 : cluster 0 pgmap v7127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:12:31.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:31 smithi079 bash[28699]: audit 2023-12-07T21:12:30.643165+0000 mon.a (mon.0) 1771 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:12:31.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:31 smithi079 bash[28699]: audit 2023-12-07T21:12:30.645058+0000 mon.a (mon.0) 1772 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:12:31.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:31 smithi079 bash[28699]: audit 2023-12-07T21:12:30.656733+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:12:31.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:31 smithi194 bash[32038]: cluster 2023-12-07T21:12:29.884238+0000 mgr.a (mgr.14403) 9550 : cluster 0 pgmap v7127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:12:31.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:31 smithi194 bash[32038]: audit 2023-12-07T21:12:30.643165+0000 mon.a (mon.0) 1771 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:12:31.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:31 smithi194 bash[32038]: audit 2023-12-07T21:12:30.645058+0000 mon.a (mon.0) 1772 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:12:31.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:31 smithi194 bash[32038]: audit 2023-12-07T21:12:30.656733+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:12:31.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:31 smithi135 bash[32435]: cluster 2023-12-07T21:12:29.884238+0000 mgr.a (mgr.14403) 9550 : cluster 0 pgmap v7127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:12:31.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:31 smithi135 bash[32435]: audit 2023-12-07T21:12:30.643165+0000 mon.a (mon.0) 1771 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:12:31.698 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:31 smithi135 bash[32435]: audit 2023-12-07T21:12:30.645058+0000 mon.a (mon.0) 1772 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:12:31.698 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:31 smithi135 bash[32435]: audit 2023-12-07T21:12:30.656733+0000 mon.a (mon.0) 1773 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:12:33.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:33 smithi079 bash[28699]: cluster 2023-12-07T21:12:31.884796+0000 mgr.a (mgr.14403) 9551 : cluster 0 pgmap v7128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:12:33.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:33 smithi194 bash[32038]: cluster 2023-12-07T21:12:31.884796+0000 mgr.a (mgr.14403) 9551 : cluster 0 pgmap v7128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:12:33.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:33 smithi135 bash[32435]: cluster 2023-12-07T21:12:31.884796+0000 mgr.a (mgr.14403) 9551 : cluster 0 pgmap v7128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:12:33.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:12:33.867 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:33.868 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:34.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:34.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:34.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:34.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:12:34.753 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:12:35.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:35 smithi079 bash[28699]: cluster 2023-12-07T21:12:33.885522+0000 mgr.a (mgr.14403) 9552 : cluster 0 pgmap v7129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:35.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:35 smithi079 bash[28699]: audit 2023-12-07T21:12:34.277774+0000 mgr.a (mgr.14403) 9553 : audit 0 from='client.196911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:35.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:35 smithi194 bash[32038]: cluster 2023-12-07T21:12:33.885522+0000 mgr.a (mgr.14403) 9552 : cluster 0 pgmap v7129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:35.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:35 smithi194 bash[32038]: audit 2023-12-07T21:12:34.277774+0000 mgr.a (mgr.14403) 9553 : audit 0 from='client.196911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:35.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:35 smithi135 bash[32435]: cluster 2023-12-07T21:12:33.885522+0000 mgr.a (mgr.14403) 9552 : cluster 0 pgmap v7129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:35.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:35 smithi135 bash[32435]: audit 2023-12-07T21:12:34.277774+0000 mgr.a (mgr.14403) 9553 : audit 0 from='client.196911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:37.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:37 smithi079 bash[28699]: cluster 2023-12-07T21:12:35.886192+0000 mgr.a (mgr.14403) 9554 : cluster 0 pgmap v7130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:37.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:37 smithi194 bash[32038]: cluster 2023-12-07T21:12:35.886192+0000 mgr.a (mgr.14403) 9554 : cluster 0 pgmap v7130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:37.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:37 smithi135 bash[32435]: cluster 2023-12-07T21:12:35.886192+0000 mgr.a (mgr.14403) 9554 : cluster 0 pgmap v7130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:39.633 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:39 smithi079 bash[28699]: cluster 2023-12-07T21:12:37.886753+0000 mgr.a (mgr.14403) 9555 : cluster 0 pgmap v7131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:39.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:39 smithi194 bash[32038]: cluster 2023-12-07T21:12:37.886753+0000 mgr.a (mgr.14403) 9555 : cluster 0 pgmap v7131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:39.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:39 smithi135 bash[32435]: cluster 2023-12-07T21:12:37.886753+0000 mgr.a (mgr.14403) 9555 : cluster 0 pgmap v7131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:12:39.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:12:39.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:39.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:40.618 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:12:40.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:40.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:40.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:40.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:12:41.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:41 smithi079 bash[28699]: cluster 2023-12-07T21:12:39.887422+0000 mgr.a (mgr.14403) 9556 : cluster 0 pgmap v7132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:41.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:41 smithi079 bash[28699]: audit 2023-12-07T21:12:40.162764+0000 mgr.a (mgr.14403) 9557 : audit 0 from='client.196986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:41.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:41 smithi194 bash[32038]: cluster 2023-12-07T21:12:39.887422+0000 mgr.a (mgr.14403) 9556 : cluster 0 pgmap v7132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:41.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:41 smithi194 bash[32038]: audit 2023-12-07T21:12:40.162764+0000 mgr.a (mgr.14403) 9557 : audit 0 from='client.196986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:41.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:41 smithi135 bash[32435]: cluster 2023-12-07T21:12:39.887422+0000 mgr.a (mgr.14403) 9556 : cluster 0 pgmap v7132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:41.698 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:41 smithi135 bash[32435]: audit 2023-12-07T21:12:40.162764+0000 mgr.a (mgr.14403) 9557 : audit 0 from='client.196986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:43.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:43 smithi079 bash[28699]: cluster 2023-12-07T21:12:41.888087+0000 mgr.a (mgr.14403) 9558 : cluster 0 pgmap v7133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:12:43.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:43 smithi194 bash[32038]: cluster 2023-12-07T21:12:41.888087+0000 mgr.a (mgr.14403) 9558 : cluster 0 pgmap v7133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:12:43.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:43 smithi135 bash[32435]: cluster 2023-12-07T21:12:41.888087+0000 mgr.a (mgr.14403) 9558 : cluster 0 pgmap v7133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:12:45.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:12:45.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:45.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:45.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:45 smithi079 bash[28699]: cluster 2023-12-07T21:12:43.889043+0000 mgr.a (mgr.14403) 9559 : cluster 0 pgmap v7134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:12:45.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:45 smithi194 bash[32038]: cluster 2023-12-07T21:12:43.889043+0000 mgr.a (mgr.14403) 9559 : cluster 0 pgmap v7134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:12:45.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:45 smithi135 bash[32435]: cluster 2023-12-07T21:12:43.889043+0000 mgr.a (mgr.14403) 9559 : cluster 0 pgmap v7134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:12:46.523 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:12:46.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:46.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:46.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:46.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:12:47.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:47 smithi079 bash[28699]: cluster 2023-12-07T21:12:45.889606+0000 mgr.a (mgr.14403) 9560 : cluster 0 pgmap v7135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:47.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:47 smithi079 bash[28699]: audit 2023-12-07T21:12:46.036905+0000 mgr.a (mgr.14403) 9561 : audit 0 from='client.197064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:47.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:47 smithi194 bash[32038]: cluster 2023-12-07T21:12:45.889606+0000 mgr.a (mgr.14403) 9560 : cluster 0 pgmap v7135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:47.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:47 smithi194 bash[32038]: audit 2023-12-07T21:12:46.036905+0000 mgr.a (mgr.14403) 9561 : audit 0 from='client.197064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:47.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:47 smithi135 bash[32435]: cluster 2023-12-07T21:12:45.889606+0000 mgr.a (mgr.14403) 9560 : cluster 0 pgmap v7135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:47.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:47 smithi135 bash[32435]: audit 2023-12-07T21:12:46.036905+0000 mgr.a (mgr.14403) 9561 : audit 0 from='client.197064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:49.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:49 smithi079 bash[28699]: cluster 2023-12-07T21:12:47.890263+0000 mgr.a (mgr.14403) 9562 : cluster 0 pgmap v7136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:49.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:49 smithi194 bash[32038]: cluster 2023-12-07T21:12:47.890263+0000 mgr.a (mgr.14403) 9562 : cluster 0 pgmap v7136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:49.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:49 smithi135 bash[32435]: cluster 2023-12-07T21:12:47.890263+0000 mgr.a (mgr.14403) 9562 : cluster 0 pgmap v7136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:51.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:12:51.527 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:51.527 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:51.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:51 smithi079 bash[28699]: cluster 2023-12-07T21:12:49.891111+0000 mgr.a (mgr.14403) 9563 : cluster 0 pgmap v7137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:51.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:51 smithi194 bash[32038]: cluster 2023-12-07T21:12:49.891111+0000 mgr.a (mgr.14403) 9563 : cluster 0 pgmap v7137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:51.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:51 smithi135 bash[32435]: cluster 2023-12-07T21:12:49.891111+0000 mgr.a (mgr.14403) 9563 : cluster 0 pgmap v7137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:52.439 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:12:52.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:52.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:52.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:52.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:12:53.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:53 smithi079 bash[28699]: cluster 2023-12-07T21:12:51.891665+0000 mgr.a (mgr.14403) 9564 : cluster 0 pgmap v7138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:53.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:53 smithi079 bash[28699]: audit 2023-12-07T21:12:51.953402+0000 mgr.a (mgr.14403) 9565 : audit 0 from='client.197142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:53.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:53 smithi194 bash[32038]: cluster 2023-12-07T21:12:51.891665+0000 mgr.a (mgr.14403) 9564 : cluster 0 pgmap v7138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:53.694 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:53 smithi194 bash[32038]: audit 2023-12-07T21:12:51.953402+0000 mgr.a (mgr.14403) 9565 : audit 0 from='client.197142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:53.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:53 smithi135 bash[32435]: cluster 2023-12-07T21:12:51.891665+0000 mgr.a (mgr.14403) 9564 : cluster 0 pgmap v7138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:53.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:53 smithi135 bash[32435]: audit 2023-12-07T21:12:51.953402+0000 mgr.a (mgr.14403) 9565 : audit 0 from='client.197142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:55.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:55 smithi079 bash[28699]: cluster 2023-12-07T21:12:53.892654+0000 mgr.a (mgr.14403) 9566 : cluster 0 pgmap v7139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:55.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:55 smithi194 bash[32038]: cluster 2023-12-07T21:12:53.892654+0000 mgr.a (mgr.14403) 9566 : cluster 0 pgmap v7139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:55.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:55 smithi135 bash[32435]: cluster 2023-12-07T21:12:53.892654+0000 mgr.a (mgr.14403) 9566 : cluster 0 pgmap v7139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:12:57.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:12:57.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:12:57.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:12:57.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:57 smithi079 bash[28699]: cluster 2023-12-07T21:12:55.893271+0000 mgr.a (mgr.14403) 9567 : cluster 0 pgmap v7140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:57.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:57 smithi194 bash[32038]: cluster 2023-12-07T21:12:55.893271+0000 mgr.a (mgr.14403) 9567 : cluster 0 pgmap v7140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:57.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:57 smithi135 bash[32435]: cluster 2023-12-07T21:12:55.893271+0000 mgr.a (mgr.14403) 9567 : cluster 0 pgmap v7140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:58.337 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:12:58.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:12:58.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:12:58.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:12:58.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:12:59.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:59 smithi079 bash[28699]: audit 2023-12-07T21:12:57.854831+0000 mgr.a (mgr.14403) 9568 : audit 0 from='client.197217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:59.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:12:59 smithi079 bash[28699]: cluster 2023-12-07T21:12:57.894005+0000 mgr.a (mgr.14403) 9569 : cluster 0 pgmap v7141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:59.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:59 smithi194 bash[32038]: audit 2023-12-07T21:12:57.854831+0000 mgr.a (mgr.14403) 9568 : audit 0 from='client.197217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:59.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:12:59 smithi194 bash[32038]: cluster 2023-12-07T21:12:57.894005+0000 mgr.a (mgr.14403) 9569 : cluster 0 pgmap v7141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:12:59.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:59 smithi135 bash[32435]: audit 2023-12-07T21:12:57.854831+0000 mgr.a (mgr.14403) 9568 : audit 0 from='client.197217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:12:59.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:12:59 smithi135 bash[32435]: cluster 2023-12-07T21:12:57.894005+0000 mgr.a (mgr.14403) 9569 : cluster 0 pgmap v7141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:01.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:01 smithi079 bash[28699]: cluster 2023-12-07T21:12:59.894954+0000 mgr.a (mgr.14403) 9570 : cluster 0 pgmap v7142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:01.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:01 smithi194 bash[32038]: cluster 2023-12-07T21:12:59.894954+0000 mgr.a (mgr.14403) 9570 : cluster 0 pgmap v7142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:01.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:01 smithi135 bash[32435]: cluster 2023-12-07T21:12:59.894954+0000 mgr.a (mgr.14403) 9570 : cluster 0 pgmap v7142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:03.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:13:03.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:03.341 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:03.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:03 smithi079 bash[28699]: cluster 2023-12-07T21:13:01.895506+0000 mgr.a (mgr.14403) 9571 : cluster 0 pgmap v7143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:03.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:03 smithi194 bash[32038]: cluster 2023-12-07T21:13:01.895506+0000 mgr.a (mgr.14403) 9571 : cluster 0 pgmap v7143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:03.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:03 smithi135 bash[32435]: cluster 2023-12-07T21:13:01.895506+0000 mgr.a (mgr.14403) 9571 : cluster 0 pgmap v7143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:04.246 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:13:04.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:04.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:04.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:04.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:13:05.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:05 smithi079 bash[28699]: audit 2023-12-07T21:13:03.755943+0000 mgr.a (mgr.14403) 9572 : audit 0 from='client.197292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:05.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:05 smithi079 bash[28699]: cluster 2023-12-07T21:13:03.898837+0000 mgr.a (mgr.14403) 9573 : cluster 0 pgmap v7144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:05.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:05 smithi194 bash[32038]: audit 2023-12-07T21:13:03.755943+0000 mgr.a (mgr.14403) 9572 : audit 0 from='client.197292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:05.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:05 smithi194 bash[32038]: cluster 2023-12-07T21:13:03.898837+0000 mgr.a (mgr.14403) 9573 : cluster 0 pgmap v7144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:05.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:05 smithi135 bash[32435]: audit 2023-12-07T21:13:03.755943+0000 mgr.a (mgr.14403) 9572 : audit 0 from='client.197292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:05.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:05 smithi135 bash[32435]: cluster 2023-12-07T21:13:03.898837+0000 mgr.a (mgr.14403) 9573 : cluster 0 pgmap v7144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:07.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:07 smithi079 bash[28699]: cluster 2023-12-07T21:13:05.899725+0000 mgr.a (mgr.14403) 9574 : cluster 0 pgmap v7145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:07.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:07 smithi194 bash[32038]: cluster 2023-12-07T21:13:05.899725+0000 mgr.a (mgr.14403) 9574 : cluster 0 pgmap v7145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:07.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:07 smithi135 bash[32435]: cluster 2023-12-07T21:13:05.899725+0000 mgr.a (mgr.14403) 9574 : cluster 0 pgmap v7145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:09.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:13:09.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:09.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:09.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:09 smithi079 bash[28699]: cluster 2023-12-07T21:13:07.900320+0000 mgr.a (mgr.14403) 9575 : cluster 0 pgmap v7146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:09.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:09 smithi194 bash[32038]: cluster 2023-12-07T21:13:07.900320+0000 mgr.a (mgr.14403) 9575 : cluster 0 pgmap v7146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:09.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:09 smithi135 bash[32435]: cluster 2023-12-07T21:13:07.900320+0000 mgr.a (mgr.14403) 9575 : cluster 0 pgmap v7146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:10.124 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:13:10.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:10.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:10.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:10.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:13:10.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:10 smithi079 bash[28699]: audit 2023-12-07T21:13:09.658636+0000 mgr.a (mgr.14403) 9576 : audit 0 from='client.197370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:10.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:10 smithi194 bash[32038]: audit 2023-12-07T21:13:09.658636+0000 mgr.a (mgr.14403) 9576 : audit 0 from='client.197370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:10.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:10 smithi135 bash[32435]: audit 2023-12-07T21:13:09.658636+0000 mgr.a (mgr.14403) 9576 : audit 0 from='client.197370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:11.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:11 smithi079 bash[28699]: cluster 2023-12-07T21:13:09.904268+0000 mgr.a (mgr.14403) 9577 : cluster 0 pgmap v7147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:11.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:11 smithi194 bash[32038]: cluster 2023-12-07T21:13:09.904268+0000 mgr.a (mgr.14403) 9577 : cluster 0 pgmap v7147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:11.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:11 smithi135 bash[32435]: cluster 2023-12-07T21:13:09.904268+0000 mgr.a (mgr.14403) 9577 : cluster 0 pgmap v7147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:13.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:13 smithi079 bash[28699]: cluster 2023-12-07T21:13:11.904986+0000 mgr.a (mgr.14403) 9578 : cluster 0 pgmap v7148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:13.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:13 smithi194 bash[32038]: cluster 2023-12-07T21:13:11.904986+0000 mgr.a (mgr.14403) 9578 : cluster 0 pgmap v7148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:13.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:13 smithi135 bash[32435]: cluster 2023-12-07T21:13:11.904986+0000 mgr.a (mgr.14403) 9578 : cluster 0 pgmap v7148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:15.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:13:15.126 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:15.126 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:15.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:15 smithi079 bash[28699]: cluster 2023-12-07T21:13:13.905783+0000 mgr.a (mgr.14403) 9579 : cluster 0 pgmap v7149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:15.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:15 smithi194 bash[32038]: cluster 2023-12-07T21:13:13.905783+0000 mgr.a (mgr.14403) 9579 : cluster 0 pgmap v7149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:15.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:15 smithi135 bash[32435]: cluster 2023-12-07T21:13:13.905783+0000 mgr.a (mgr.14403) 9579 : cluster 0 pgmap v7149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:16.014 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:13:16.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:16.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:16.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:16.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:13:16.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:16 smithi079 bash[28699]: audit 2023-12-07T21:13:15.540578+0000 mgr.a (mgr.14403) 9580 : audit 0 from='client.197445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:16.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:16 smithi194 bash[32038]: audit 2023-12-07T21:13:15.540578+0000 mgr.a (mgr.14403) 9580 : audit 0 from='client.197445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:16.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:16 smithi135 bash[32435]: audit 2023-12-07T21:13:15.540578+0000 mgr.a (mgr.14403) 9580 : audit 0 from='client.197445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:17.632 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:17 smithi079 bash[28699]: cluster 2023-12-07T21:13:15.906342+0000 mgr.a (mgr.14403) 9581 : cluster 0 pgmap v7150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:17.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:17 smithi194 bash[32038]: cluster 2023-12-07T21:13:15.906342+0000 mgr.a (mgr.14403) 9581 : cluster 0 pgmap v7150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:17.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:17 smithi135 bash[32435]: cluster 2023-12-07T21:13:15.906342+0000 mgr.a (mgr.14403) 9581 : cluster 0 pgmap v7150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:19.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:19 smithi194 bash[32038]: cluster 2023-12-07T21:13:17.906839+0000 mgr.a (mgr.14403) 9582 : cluster 0 pgmap v7151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:19.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:19 smithi135 bash[32435]: cluster 2023-12-07T21:13:17.906839+0000 mgr.a (mgr.14403) 9582 : cluster 0 pgmap v7151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:19.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:19 smithi079 bash[28699]: cluster 2023-12-07T21:13:17.906839+0000 mgr.a (mgr.14403) 9582 : cluster 0 pgmap v7151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:21.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:13:21.018 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:21.018 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:21.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:21 smithi194 bash[32038]: cluster 2023-12-07T21:13:19.907641+0000 mgr.a (mgr.14403) 9583 : cluster 0 pgmap v7152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:21.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:21 smithi135 bash[32435]: cluster 2023-12-07T21:13:19.907641+0000 mgr.a (mgr.14403) 9583 : cluster 0 pgmap v7152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:21.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:21 smithi079 bash[28699]: cluster 2023-12-07T21:13:19.907641+0000 mgr.a (mgr.14403) 9583 : cluster 0 pgmap v7152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:21.956 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:13:21.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:21.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:21.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:21.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:13:22.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:22 smithi194 bash[32038]: audit 2023-12-07T21:13:21.439596+0000 mgr.a (mgr.14403) 9584 : audit 0 from='client.197520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:22.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:22 smithi135 bash[32435]: audit 2023-12-07T21:13:21.439596+0000 mgr.a (mgr.14403) 9584 : audit 0 from='client.197520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:22.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:22 smithi079 bash[28699]: audit 2023-12-07T21:13:21.439596+0000 mgr.a (mgr.14403) 9584 : audit 0 from='client.197520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:23.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:23 smithi194 bash[32038]: cluster 2023-12-07T21:13:21.908262+0000 mgr.a (mgr.14403) 9585 : cluster 0 pgmap v7153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:23.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:23 smithi135 bash[32435]: cluster 2023-12-07T21:13:21.908262+0000 mgr.a (mgr.14403) 9585 : cluster 0 pgmap v7153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:23.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:23 smithi079 bash[28699]: cluster 2023-12-07T21:13:21.908262+0000 mgr.a (mgr.14403) 9585 : cluster 0 pgmap v7153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:25.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:25 smithi194 bash[32038]: cluster 2023-12-07T21:13:23.909065+0000 mgr.a (mgr.14403) 9586 : cluster 0 pgmap v7154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:25.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:25 smithi135 bash[32435]: cluster 2023-12-07T21:13:23.909065+0000 mgr.a (mgr.14403) 9586 : cluster 0 pgmap v7154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:25.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:25 smithi079 bash[28699]: cluster 2023-12-07T21:13:23.909065+0000 mgr.a (mgr.14403) 9586 : cluster 0 pgmap v7154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:26.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:13:26.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:26.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:27.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:27 smithi194 bash[32038]: cluster 2023-12-07T21:13:25.909616+0000 mgr.a (mgr.14403) 9587 : cluster 0 pgmap v7155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:27.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:27 smithi135 bash[32435]: cluster 2023-12-07T21:13:25.909616+0000 mgr.a (mgr.14403) 9587 : cluster 0 pgmap v7155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:27.845 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:13:27.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:27.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:27.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:27.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:13:27.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:27 smithi079 bash[28699]: cluster 2023-12-07T21:13:25.909616+0000 mgr.a (mgr.14403) 9587 : cluster 0 pgmap v7155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:28.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:28 smithi194 bash[32038]: audit 2023-12-07T21:13:27.362595+0000 mgr.a (mgr.14403) 9588 : audit 0 from='client.197598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:28.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:28 smithi135 bash[32435]: audit 2023-12-07T21:13:27.362595+0000 mgr.a (mgr.14403) 9588 : audit 0 from='client.197598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:28.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:28 smithi079 bash[28699]: audit 2023-12-07T21:13:27.362595+0000 mgr.a (mgr.14403) 9588 : audit 0 from='client.197598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:29.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:29 smithi194 bash[32038]: cluster 2023-12-07T21:13:27.910348+0000 mgr.a (mgr.14403) 9589 : cluster 0 pgmap v7156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:29.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:29 smithi135 bash[32435]: cluster 2023-12-07T21:13:27.910348+0000 mgr.a (mgr.14403) 9589 : cluster 0 pgmap v7156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:29.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:29 smithi079 bash[28699]: cluster 2023-12-07T21:13:27.910348+0000 mgr.a (mgr.14403) 9589 : cluster 0 pgmap v7156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:31.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:31 smithi194 bash[32038]: cluster 2023-12-07T21:13:29.911240+0000 mgr.a (mgr.14403) 9590 : cluster 0 pgmap v7157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:31.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:31 smithi194 bash[32038]: audit 2023-12-07T21:13:30.761634+0000 mon.a (mon.0) 1774 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:13:31.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:31 smithi135 bash[32435]: cluster 2023-12-07T21:13:29.911240+0000 mgr.a (mgr.14403) 9590 : cluster 0 pgmap v7157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:31.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:31 smithi135 bash[32435]: audit 2023-12-07T21:13:30.761634+0000 mon.a (mon.0) 1774 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:13:31.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:31 smithi079 bash[28699]: cluster 2023-12-07T21:13:29.911240+0000 mgr.a (mgr.14403) 9590 : cluster 0 pgmap v7157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:31.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:31 smithi079 bash[28699]: audit 2023-12-07T21:13:30.761634+0000 mon.a (mon.0) 1774 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:13:32.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:13:32.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:32.848 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:33.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:33 smithi194 bash[32038]: cluster 2023-12-07T21:13:31.911622+0000 mgr.a (mgr.14403) 9591 : cluster 0 pgmap v7158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:33.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:33 smithi135 bash[32435]: cluster 2023-12-07T21:13:31.911622+0000 mgr.a (mgr.14403) 9591 : cluster 0 pgmap v7158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:33.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:33.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:33.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:33.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:13:33.722 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:13:33.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:33 smithi079 bash[28699]: cluster 2023-12-07T21:13:31.911622+0000 mgr.a (mgr.14403) 9591 : cluster 0 pgmap v7158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:34.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:34 smithi194 bash[32038]: audit 2023-12-07T21:13:33.245429+0000 mgr.a (mgr.14403) 9592 : audit 0 from='client.197676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:34.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:34 smithi135 bash[32435]: audit 2023-12-07T21:13:33.245429+0000 mgr.a (mgr.14403) 9592 : audit 0 from='client.197676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:34.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:34 smithi079 bash[28699]: audit 2023-12-07T21:13:33.245429+0000 mgr.a (mgr.14403) 9592 : audit 0 from='client.197676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:35.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:35 smithi194 bash[32038]: cluster 2023-12-07T21:13:33.912751+0000 mgr.a (mgr.14403) 9593 : cluster 0 pgmap v7159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:13:35.697 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:35 smithi135 bash[32435]: cluster 2023-12-07T21:13:33.912751+0000 mgr.a (mgr.14403) 9593 : cluster 0 pgmap v7159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:13:35.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:35 smithi079 bash[28699]: cluster 2023-12-07T21:13:33.912751+0000 mgr.a (mgr.14403) 9593 : cluster 0 pgmap v7159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:13:37.751 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:37 smithi079 bash[28699]: cluster 2023-12-07T21:13:35.913418+0000 mgr.a (mgr.14403) 9594 : cluster 0 pgmap v7160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:13:37.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:37 smithi194 bash[32038]: cluster 2023-12-07T21:13:35.913418+0000 mgr.a (mgr.14403) 9594 : cluster 0 pgmap v7160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:13:37.947 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:37 smithi135 bash[32435]: cluster 2023-12-07T21:13:35.913418+0000 mgr.a (mgr.14403) 9594 : cluster 0 pgmap v7160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:13:38.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:13:38.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:38.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:39.621 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:13:39.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:39.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:39.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:39.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:13:39.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:39 smithi079 bash[28699]: cluster 2023-12-07T21:13:37.914030+0000 mgr.a (mgr.14403) 9595 : cluster 0 pgmap v7161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:13:39.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:39 smithi194 bash[32038]: cluster 2023-12-07T21:13:37.914030+0000 mgr.a (mgr.14403) 9595 : cluster 0 pgmap v7161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:13:39.947 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:39 smithi135 bash[32435]: cluster 2023-12-07T21:13:37.914030+0000 mgr.a (mgr.14403) 9595 : cluster 0 pgmap v7161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:13:40.711 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:40 smithi079 bash[28699]: audit 2023-12-07T21:13:39.139684+0000 mgr.a (mgr.14403) 9596 : audit 0 from='client.197754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:40.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:40 smithi194 bash[32038]: audit 2023-12-07T21:13:39.139684+0000 mgr.a (mgr.14403) 9596 : audit 0 from='client.197754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:40.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:40 smithi135 bash[32435]: audit 2023-12-07T21:13:39.139684+0000 mgr.a (mgr.14403) 9596 : audit 0 from='client.197754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:41.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:41 smithi079 bash[28699]: cluster 2023-12-07T21:13:39.915077+0000 mgr.a (mgr.14403) 9597 : cluster 0 pgmap v7162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:41.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:41 smithi079 bash[28699]: audit 2023-12-07T21:13:41.410743+0000 mon.a (mon.0) 1775 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:13:41.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:41 smithi079 bash[28699]: audit 2023-12-07T21:13:41.417264+0000 mon.a (mon.0) 1776 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:13:41.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:41 smithi079 bash[28699]: audit 2023-12-07T21:13:41.418882+0000 mon.a (mon.0) 1777 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:13:41.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:41 smithi079 bash[28699]: audit 2023-12-07T21:13:41.420501+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:13:41.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:41 smithi079 bash[28699]: audit 2023-12-07T21:13:41.428086+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:13:41.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:41 smithi194 bash[32038]: cluster 2023-12-07T21:13:39.915077+0000 mgr.a (mgr.14403) 9597 : cluster 0 pgmap v7162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:41.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:41 smithi194 bash[32038]: audit 2023-12-07T21:13:41.410743+0000 mon.a (mon.0) 1775 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:13:41.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:41 smithi194 bash[32038]: audit 2023-12-07T21:13:41.417264+0000 mon.a (mon.0) 1776 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:13:41.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:41 smithi194 bash[32038]: audit 2023-12-07T21:13:41.418882+0000 mon.a (mon.0) 1777 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:13:41.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:41 smithi194 bash[32038]: audit 2023-12-07T21:13:41.420501+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:13:41.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:41 smithi194 bash[32038]: audit 2023-12-07T21:13:41.428086+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:13:41.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:41 smithi135 bash[32435]: cluster 2023-12-07T21:13:39.915077+0000 mgr.a (mgr.14403) 9597 : cluster 0 pgmap v7162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:41.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:41 smithi135 bash[32435]: audit 2023-12-07T21:13:41.410743+0000 mon.a (mon.0) 1775 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:13:41.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:41 smithi135 bash[32435]: audit 2023-12-07T21:13:41.417264+0000 mon.a (mon.0) 1776 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:13:41.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:41 smithi135 bash[32435]: audit 2023-12-07T21:13:41.418882+0000 mon.a (mon.0) 1777 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:13:41.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:41 smithi135 bash[32435]: audit 2023-12-07T21:13:41.420501+0000 mon.a (mon.0) 1778 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:13:41.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:41 smithi135 bash[32435]: audit 2023-12-07T21:13:41.428086+0000 mon.a (mon.0) 1779 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:13:43.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:43 smithi079 bash[28699]: cluster 2023-12-07T21:13:41.915642+0000 mgr.a (mgr.14403) 9598 : cluster 0 pgmap v7163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:43.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:43 smithi194 bash[32038]: cluster 2023-12-07T21:13:41.915642+0000 mgr.a (mgr.14403) 9598 : cluster 0 pgmap v7163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:43.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:43 smithi135 bash[32435]: cluster 2023-12-07T21:13:41.915642+0000 mgr.a (mgr.14403) 9598 : cluster 0 pgmap v7163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:13:44.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:13:44.624 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:44.624 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:45.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:45.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:45.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:45.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:13:45.499 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:13:45.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:45 smithi079 bash[28699]: cluster 2023-12-07T21:13:43.916374+0000 mgr.a (mgr.14403) 9599 : cluster 0 pgmap v7164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:45.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:45 smithi194 bash[32038]: cluster 2023-12-07T21:13:43.916374+0000 mgr.a (mgr.14403) 9599 : cluster 0 pgmap v7164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:45.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:45 smithi135 bash[32435]: cluster 2023-12-07T21:13:43.916374+0000 mgr.a (mgr.14403) 9599 : cluster 0 pgmap v7164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:46.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:46 smithi079 bash[28699]: audit 2023-12-07T21:13:45.034629+0000 mgr.a (mgr.14403) 9600 : audit 0 from='client.197829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:46.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:46 smithi194 bash[32038]: audit 2023-12-07T21:13:45.034629+0000 mgr.a (mgr.14403) 9600 : audit 0 from='client.197829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:46.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:46 smithi135 bash[32435]: audit 2023-12-07T21:13:45.034629+0000 mgr.a (mgr.14403) 9600 : audit 0 from='client.197829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:47.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:47 smithi079 bash[28699]: cluster 2023-12-07T21:13:45.917032+0000 mgr.a (mgr.14403) 9601 : cluster 0 pgmap v7165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:13:47.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:47 smithi194 bash[32038]: cluster 2023-12-07T21:13:45.917032+0000 mgr.a (mgr.14403) 9601 : cluster 0 pgmap v7165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:13:47.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:47 smithi135 bash[32435]: cluster 2023-12-07T21:13:45.917032+0000 mgr.a (mgr.14403) 9601 : cluster 0 pgmap v7165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:13:49.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:49 smithi079 bash[28699]: cluster 2023-12-07T21:13:47.917614+0000 mgr.a (mgr.14403) 9602 : cluster 0 pgmap v7166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:13:49.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:49 smithi194 bash[32038]: cluster 2023-12-07T21:13:47.917614+0000 mgr.a (mgr.14403) 9602 : cluster 0 pgmap v7166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:13:49.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:49 smithi135 bash[32435]: cluster 2023-12-07T21:13:47.917614+0000 mgr.a (mgr.14403) 9602 : cluster 0 pgmap v7166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:13:50.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:13:50.502 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:50.502 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:51.409 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:13:51.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:51.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:51.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:51.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:13:51.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:51 smithi079 bash[28699]: cluster 2023-12-07T21:13:49.918389+0000 mgr.a (mgr.14403) 9603 : cluster 0 pgmap v7167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:13:51.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:51 smithi194 bash[32038]: cluster 2023-12-07T21:13:49.918389+0000 mgr.a (mgr.14403) 9603 : cluster 0 pgmap v7167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:13:51.947 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:51 smithi135 bash[32435]: cluster 2023-12-07T21:13:49.918389+0000 mgr.a (mgr.14403) 9603 : cluster 0 pgmap v7167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:13:52.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:52 smithi079 bash[28699]: audit 2023-12-07T21:13:50.916909+0000 mgr.a (mgr.14403) 9604 : audit 0 from='client.197904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:52.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:52 smithi194 bash[32038]: audit 2023-12-07T21:13:50.916909+0000 mgr.a (mgr.14403) 9604 : audit 0 from='client.197904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:52.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:52 smithi135 bash[32435]: audit 2023-12-07T21:13:50.916909+0000 mgr.a (mgr.14403) 9604 : audit 0 from='client.197904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:53.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:53 smithi079 bash[28699]: cluster 2023-12-07T21:13:51.919045+0000 mgr.a (mgr.14403) 9605 : cluster 0 pgmap v7168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:53.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:53 smithi194 bash[32038]: cluster 2023-12-07T21:13:51.919045+0000 mgr.a (mgr.14403) 9605 : cluster 0 pgmap v7168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:53.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:53 smithi135 bash[32435]: cluster 2023-12-07T21:13:51.919045+0000 mgr.a (mgr.14403) 9605 : cluster 0 pgmap v7168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:55.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:55 smithi079 bash[28699]: cluster 2023-12-07T21:13:53.919833+0000 mgr.a (mgr.14403) 9606 : cluster 0 pgmap v7169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:55.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:55 smithi194 bash[32038]: cluster 2023-12-07T21:13:53.919833+0000 mgr.a (mgr.14403) 9606 : cluster 0 pgmap v7169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:55.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:55 smithi135 bash[32435]: cluster 2023-12-07T21:13:53.919833+0000 mgr.a (mgr.14403) 9606 : cluster 0 pgmap v7169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:13:56.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:13:56.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:13:56.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:13:57.305 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:13:57.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:13:57.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:13:57.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:13:57.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:13:57.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:57 smithi079 bash[28699]: cluster 2023-12-07T21:13:55.920380+0000 mgr.a (mgr.14403) 9607 : cluster 0 pgmap v7170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:57.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:57 smithi194 bash[32038]: cluster 2023-12-07T21:13:55.920380+0000 mgr.a (mgr.14403) 9607 : cluster 0 pgmap v7170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:57.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:57 smithi135 bash[32435]: cluster 2023-12-07T21:13:55.920380+0000 mgr.a (mgr.14403) 9607 : cluster 0 pgmap v7170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:58.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:58 smithi079 bash[28699]: audit 2023-12-07T21:13:56.826702+0000 mgr.a (mgr.14403) 9608 : audit 0 from='client.197982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:58.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:58 smithi194 bash[32038]: audit 2023-12-07T21:13:56.826702+0000 mgr.a (mgr.14403) 9608 : audit 0 from='client.197982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:58.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:58 smithi135 bash[32435]: audit 2023-12-07T21:13:56.826702+0000 mgr.a (mgr.14403) 9608 : audit 0 from='client.197982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:13:59.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:13:59 smithi079 bash[28699]: cluster 2023-12-07T21:13:57.921015+0000 mgr.a (mgr.14403) 9609 : cluster 0 pgmap v7171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:59.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:13:59 smithi194 bash[32038]: cluster 2023-12-07T21:13:57.921015+0000 mgr.a (mgr.14403) 9609 : cluster 0 pgmap v7171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:13:59.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:13:59 smithi135 bash[32435]: cluster 2023-12-07T21:13:57.921015+0000 mgr.a (mgr.14403) 9609 : cluster 0 pgmap v7171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:01.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:01 smithi079 bash[28699]: cluster 2023-12-07T21:13:59.921814+0000 mgr.a (mgr.14403) 9610 : cluster 0 pgmap v7172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:01.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:01 smithi194 bash[32038]: cluster 2023-12-07T21:13:59.921814+0000 mgr.a (mgr.14403) 9610 : cluster 0 pgmap v7172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:01.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:01 smithi135 bash[32435]: cluster 2023-12-07T21:13:59.921814+0000 mgr.a (mgr.14403) 9610 : cluster 0 pgmap v7172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:02.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:14:02.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:02.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:03.241 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:14:03.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:03.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:03.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:03.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:14:03.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:03 smithi079 bash[28699]: cluster 2023-12-07T21:14:01.922375+0000 mgr.a (mgr.14403) 9611 : cluster 0 pgmap v7173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:03.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:03 smithi079 bash[28699]: audit 2023-12-07T21:14:02.734438+0000 mgr.a (mgr.14403) 9612 : audit 0 from='client.198057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:03.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:03 smithi194 bash[32038]: cluster 2023-12-07T21:14:01.922375+0000 mgr.a (mgr.14403) 9611 : cluster 0 pgmap v7173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:03.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:03 smithi194 bash[32038]: audit 2023-12-07T21:14:02.734438+0000 mgr.a (mgr.14403) 9612 : audit 0 from='client.198057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:03.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:03 smithi135 bash[32435]: cluster 2023-12-07T21:14:01.922375+0000 mgr.a (mgr.14403) 9611 : cluster 0 pgmap v7173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:03.947 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:03 smithi135 bash[32435]: audit 2023-12-07T21:14:02.734438+0000 mgr.a (mgr.14403) 9612 : audit 0 from='client.198057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:05.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:05 smithi079 bash[28699]: cluster 2023-12-07T21:14:03.923283+0000 mgr.a (mgr.14403) 9613 : cluster 0 pgmap v7174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:05.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:05 smithi194 bash[32038]: cluster 2023-12-07T21:14:03.923283+0000 mgr.a (mgr.14403) 9613 : cluster 0 pgmap v7174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:05.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:05 smithi135 bash[32435]: cluster 2023-12-07T21:14:03.923283+0000 mgr.a (mgr.14403) 9613 : cluster 0 pgmap v7174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:07.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:07 smithi079 bash[28699]: cluster 2023-12-07T21:14:05.923847+0000 mgr.a (mgr.14403) 9614 : cluster 0 pgmap v7175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:07.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:07 smithi194 bash[32038]: cluster 2023-12-07T21:14:05.923847+0000 mgr.a (mgr.14403) 9614 : cluster 0 pgmap v7175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:07.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:07 smithi135 bash[32435]: cluster 2023-12-07T21:14:05.923847+0000 mgr.a (mgr.14403) 9614 : cluster 0 pgmap v7175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:08.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:14:08.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:08.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:09.164 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:14:09.164 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:09.164 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:09.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:09.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:14:09.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:09 smithi079 bash[28699]: cluster 2023-12-07T21:14:07.924403+0000 mgr.a (mgr.14403) 9615 : cluster 0 pgmap v7176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:09.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:09 smithi079 bash[28699]: audit 2023-12-07T21:14:08.659018+0000 mgr.a (mgr.14403) 9616 : audit 0 from='client.198135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:09.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:09 smithi194 bash[32038]: cluster 2023-12-07T21:14:07.924403+0000 mgr.a (mgr.14403) 9615 : cluster 0 pgmap v7176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:09.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:09 smithi194 bash[32038]: audit 2023-12-07T21:14:08.659018+0000 mgr.a (mgr.14403) 9616 : audit 0 from='client.198135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:09.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:09 smithi135 bash[32435]: cluster 2023-12-07T21:14:07.924403+0000 mgr.a (mgr.14403) 9615 : cluster 0 pgmap v7176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:09.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:09 smithi135 bash[32435]: audit 2023-12-07T21:14:08.659018+0000 mgr.a (mgr.14403) 9616 : audit 0 from='client.198135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:11.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:11 smithi079 bash[28699]: cluster 2023-12-07T21:14:09.925356+0000 mgr.a (mgr.14403) 9617 : cluster 0 pgmap v7177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:11.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:11 smithi194 bash[32038]: cluster 2023-12-07T21:14:09.925356+0000 mgr.a (mgr.14403) 9617 : cluster 0 pgmap v7177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:11.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:11 smithi135 bash[32435]: cluster 2023-12-07T21:14:09.925356+0000 mgr.a (mgr.14403) 9617 : cluster 0 pgmap v7177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:13.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:13 smithi079 bash[28699]: cluster 2023-12-07T21:14:11.925925+0000 mgr.a (mgr.14403) 9618 : cluster 0 pgmap v7178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:13.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:13 smithi194 bash[32038]: cluster 2023-12-07T21:14:11.925925+0000 mgr.a (mgr.14403) 9618 : cluster 0 pgmap v7178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:13.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:13 smithi135 bash[32435]: cluster 2023-12-07T21:14:11.925925+0000 mgr.a (mgr.14403) 9618 : cluster 0 pgmap v7178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:14.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:14:14.168 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:14.168 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:15.073 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:14:15.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:15.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:15.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:15.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:14:15.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:15 smithi079 bash[28699]: cluster 2023-12-07T21:14:13.926653+0000 mgr.a (mgr.14403) 9619 : cluster 0 pgmap v7179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:15.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:15 smithi079 bash[28699]: audit 2023-12-07T21:14:14.589340+0000 mgr.a (mgr.14403) 9620 : audit 0 from='client.198210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:15.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:15 smithi194 bash[32038]: cluster 2023-12-07T21:14:13.926653+0000 mgr.a (mgr.14403) 9619 : cluster 0 pgmap v7179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:15.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:15 smithi194 bash[32038]: audit 2023-12-07T21:14:14.589340+0000 mgr.a (mgr.14403) 9620 : audit 0 from='client.198210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:15.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:15 smithi135 bash[32435]: cluster 2023-12-07T21:14:13.926653+0000 mgr.a (mgr.14403) 9619 : cluster 0 pgmap v7179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:15.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:15 smithi135 bash[32435]: audit 2023-12-07T21:14:14.589340+0000 mgr.a (mgr.14403) 9620 : audit 0 from='client.198210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:17.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:17 smithi079 bash[28699]: cluster 2023-12-07T21:14:15.927326+0000 mgr.a (mgr.14403) 9621 : cluster 0 pgmap v7180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:17.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:17 smithi194 bash[32038]: cluster 2023-12-07T21:14:15.927326+0000 mgr.a (mgr.14403) 9621 : cluster 0 pgmap v7180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:17.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:17 smithi135 bash[32435]: cluster 2023-12-07T21:14:15.927326+0000 mgr.a (mgr.14403) 9621 : cluster 0 pgmap v7180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:19.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:19 smithi079 bash[28699]: cluster 2023-12-07T21:14:17.927835+0000 mgr.a (mgr.14403) 9622 : cluster 0 pgmap v7181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:19.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:19 smithi194 bash[32038]: cluster 2023-12-07T21:14:17.927835+0000 mgr.a (mgr.14403) 9622 : cluster 0 pgmap v7181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:19.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:19 smithi135 bash[32435]: cluster 2023-12-07T21:14:17.927835+0000 mgr.a (mgr.14403) 9622 : cluster 0 pgmap v7181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:20.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:14:20.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:20.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:20.994 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:14:20.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:20.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:20.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:20.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:14:21.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:21 smithi079 bash[28699]: cluster 2023-12-07T21:14:19.928633+0000 mgr.a (mgr.14403) 9623 : cluster 0 pgmap v7182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:21.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:21 smithi079 bash[28699]: audit 2023-12-07T21:14:20.494690+0000 mgr.a (mgr.14403) 9624 : audit 0 from='client.198282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:21.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:21 smithi194 bash[32038]: cluster 2023-12-07T21:14:19.928633+0000 mgr.a (mgr.14403) 9623 : cluster 0 pgmap v7182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:21.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:21 smithi194 bash[32038]: audit 2023-12-07T21:14:20.494690+0000 mgr.a (mgr.14403) 9624 : audit 0 from='client.198282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:21.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:21 smithi135 bash[32435]: cluster 2023-12-07T21:14:19.928633+0000 mgr.a (mgr.14403) 9623 : cluster 0 pgmap v7182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:21.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:21 smithi135 bash[32435]: audit 2023-12-07T21:14:20.494690+0000 mgr.a (mgr.14403) 9624 : audit 0 from='client.198282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:23.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:23 smithi079 bash[28699]: cluster 2023-12-07T21:14:21.929382+0000 mgr.a (mgr.14403) 9625 : cluster 0 pgmap v7183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:23.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:23 smithi194 bash[32038]: cluster 2023-12-07T21:14:21.929382+0000 mgr.a (mgr.14403) 9625 : cluster 0 pgmap v7183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:23.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:23 smithi135 bash[32435]: cluster 2023-12-07T21:14:21.929382+0000 mgr.a (mgr.14403) 9625 : cluster 0 pgmap v7183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:25.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:25 smithi079 bash[28699]: cluster 2023-12-07T21:14:23.930233+0000 mgr.a (mgr.14403) 9626 : cluster 0 pgmap v7184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:25.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:25 smithi194 bash[32038]: cluster 2023-12-07T21:14:23.930233+0000 mgr.a (mgr.14403) 9626 : cluster 0 pgmap v7184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:25.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:25 smithi135 bash[32435]: cluster 2023-12-07T21:14:23.930233+0000 mgr.a (mgr.14403) 9626 : cluster 0 pgmap v7184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:25.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:14:25.998 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:25.998 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:26.864 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:14:26.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:26.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:26.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:26.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:14:27.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:27 smithi079 bash[28699]: cluster 2023-12-07T21:14:25.930736+0000 mgr.a (mgr.14403) 9627 : cluster 0 pgmap v7185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:27.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:27 smithi079 bash[28699]: audit 2023-12-07T21:14:26.407270+0000 mgr.a (mgr.14403) 9628 : audit 0 from='client.198354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:27.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:27 smithi194 bash[32038]: cluster 2023-12-07T21:14:25.930736+0000 mgr.a (mgr.14403) 9627 : cluster 0 pgmap v7185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:27.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:27 smithi194 bash[32038]: audit 2023-12-07T21:14:26.407270+0000 mgr.a (mgr.14403) 9628 : audit 0 from='client.198354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:27.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:27 smithi135 bash[32435]: cluster 2023-12-07T21:14:25.930736+0000 mgr.a (mgr.14403) 9627 : cluster 0 pgmap v7185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:27.947 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:27 smithi135 bash[32435]: audit 2023-12-07T21:14:26.407270+0000 mgr.a (mgr.14403) 9628 : audit 0 from='client.198354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:29.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:29 smithi079 bash[28699]: cluster 2023-12-07T21:14:27.931455+0000 mgr.a (mgr.14403) 9629 : cluster 0 pgmap v7186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:29.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:29 smithi194 bash[32038]: cluster 2023-12-07T21:14:27.931455+0000 mgr.a (mgr.14403) 9629 : cluster 0 pgmap v7186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:29.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:29 smithi135 bash[32435]: cluster 2023-12-07T21:14:27.931455+0000 mgr.a (mgr.14403) 9629 : cluster 0 pgmap v7186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:31.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:14:31.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:31.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:31.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:31 smithi079 bash[28699]: cluster 2023-12-07T21:14:29.932335+0000 mgr.a (mgr.14403) 9630 : cluster 0 pgmap v7187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:31.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:31 smithi194 bash[32038]: cluster 2023-12-07T21:14:29.932335+0000 mgr.a (mgr.14403) 9630 : cluster 0 pgmap v7187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:31.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:31 smithi135 bash[32435]: cluster 2023-12-07T21:14:29.932335+0000 mgr.a (mgr.14403) 9630 : cluster 0 pgmap v7187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:32.786 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:14:32.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:32.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:32.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:32.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:14:33.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:33 smithi079 bash[28699]: cluster 2023-12-07T21:14:31.933056+0000 mgr.a (mgr.14403) 9631 : cluster 0 pgmap v7188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:33.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:33 smithi079 bash[28699]: audit 2023-12-07T21:14:32.287994+0000 mgr.a (mgr.14403) 9632 : audit 0 from='client.198429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:33.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:33 smithi194 bash[32038]: cluster 2023-12-07T21:14:31.933056+0000 mgr.a (mgr.14403) 9631 : cluster 0 pgmap v7188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:33.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:33 smithi194 bash[32038]: audit 2023-12-07T21:14:32.287994+0000 mgr.a (mgr.14403) 9632 : audit 0 from='client.198429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:33.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:33 smithi135 bash[32435]: cluster 2023-12-07T21:14:31.933056+0000 mgr.a (mgr.14403) 9631 : cluster 0 pgmap v7188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:33.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:33 smithi135 bash[32435]: audit 2023-12-07T21:14:32.287994+0000 mgr.a (mgr.14403) 9632 : audit 0 from='client.198429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:35.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:35 smithi079 bash[28699]: cluster 2023-12-07T21:14:33.934024+0000 mgr.a (mgr.14403) 9633 : cluster 0 pgmap v7189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:35.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:35 smithi194 bash[32038]: cluster 2023-12-07T21:14:33.934024+0000 mgr.a (mgr.14403) 9633 : cluster 0 pgmap v7189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:35.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:35 smithi135 bash[32435]: cluster 2023-12-07T21:14:33.934024+0000 mgr.a (mgr.14403) 9633 : cluster 0 pgmap v7189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:14:37.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:14:37.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:37.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:37.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:37 smithi079 bash[28699]: cluster 2023-12-07T21:14:35.934597+0000 mgr.a (mgr.14403) 9634 : cluster 0 pgmap v7190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:37.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:37 smithi194 bash[32038]: cluster 2023-12-07T21:14:35.934597+0000 mgr.a (mgr.14403) 9634 : cluster 0 pgmap v7190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:37.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:37 smithi135 bash[32435]: cluster 2023-12-07T21:14:35.934597+0000 mgr.a (mgr.14403) 9634 : cluster 0 pgmap v7190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:38.690 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:14:38.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:38.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:38.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:38.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:14:39.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:39 smithi079 bash[28699]: cluster 2023-12-07T21:14:37.935120+0000 mgr.a (mgr.14403) 9635 : cluster 0 pgmap v7191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:39.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:39 smithi079 bash[28699]: audit 2023-12-07T21:14:38.197127+0000 mgr.a (mgr.14403) 9636 : audit 0 from='client.198504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:39.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:39 smithi194 bash[32038]: cluster 2023-12-07T21:14:37.935120+0000 mgr.a (mgr.14403) 9635 : cluster 0 pgmap v7191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:39.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:39 smithi194 bash[32038]: audit 2023-12-07T21:14:38.197127+0000 mgr.a (mgr.14403) 9636 : audit 0 from='client.198504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:39.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:39 smithi135 bash[32435]: cluster 2023-12-07T21:14:37.935120+0000 mgr.a (mgr.14403) 9635 : cluster 0 pgmap v7191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:39.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:39 smithi135 bash[32435]: audit 2023-12-07T21:14:38.197127+0000 mgr.a (mgr.14403) 9636 : audit 0 from='client.198504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:41.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:41 smithi079 bash[28699]: cluster 2023-12-07T21:14:39.936073+0000 mgr.a (mgr.14403) 9637 : cluster 0 pgmap v7192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:14:41.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:41 smithi079 bash[28699]: audit 2023-12-07T21:14:41.530787+0000 mon.a (mon.0) 1780 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:14:41.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:41 smithi194 bash[32038]: cluster 2023-12-07T21:14:39.936073+0000 mgr.a (mgr.14403) 9637 : cluster 0 pgmap v7192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:14:41.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:41 smithi194 bash[32038]: audit 2023-12-07T21:14:41.530787+0000 mon.a (mon.0) 1780 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:14:41.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:41 smithi135 bash[32435]: cluster 2023-12-07T21:14:39.936073+0000 mgr.a (mgr.14403) 9637 : cluster 0 pgmap v7192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:14:41.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:41 smithi135 bash[32435]: audit 2023-12-07T21:14:41.530787+0000 mon.a (mon.0) 1780 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:14:43.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:14:43.694 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:43.694 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:43.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:43 smithi079 bash[28699]: cluster 2023-12-07T21:14:41.936678+0000 mgr.a (mgr.14403) 9638 : cluster 0 pgmap v7193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:14:43.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:43 smithi194 bash[32038]: cluster 2023-12-07T21:14:41.936678+0000 mgr.a (mgr.14403) 9638 : cluster 0 pgmap v7193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:14:43.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:43 smithi135 bash[32435]: cluster 2023-12-07T21:14:41.936678+0000 mgr.a (mgr.14403) 9638 : cluster 0 pgmap v7193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:14:44.622 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:14:44.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:44.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:44.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:44.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:14:45.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:45 smithi079 bash[28699]: cluster 2023-12-07T21:14:43.937393+0000 mgr.a (mgr.14403) 9639 : cluster 0 pgmap v7194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:45.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:45 smithi079 bash[28699]: audit 2023-12-07T21:14:44.112467+0000 mgr.a (mgr.14403) 9640 : audit 0 from='client.198582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:45.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:45 smithi194 bash[32038]: cluster 2023-12-07T21:14:43.937393+0000 mgr.a (mgr.14403) 9639 : cluster 0 pgmap v7194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:45.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:45 smithi194 bash[32038]: audit 2023-12-07T21:14:44.112467+0000 mgr.a (mgr.14403) 9640 : audit 0 from='client.198582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:45.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:45 smithi135 bash[32435]: cluster 2023-12-07T21:14:43.937393+0000 mgr.a (mgr.14403) 9639 : cluster 0 pgmap v7194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:45.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:45 smithi135 bash[32435]: audit 2023-12-07T21:14:44.112467+0000 mgr.a (mgr.14403) 9640 : audit 0 from='client.198582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:47.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:47 smithi079 bash[28699]: cluster 2023-12-07T21:14:45.938141+0000 mgr.a (mgr.14403) 9641 : cluster 0 pgmap v7195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:47.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:47 smithi079 bash[28699]: audit 2023-12-07T21:14:46.875518+0000 mon.a (mon.0) 1781 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:47 smithi079 bash[28699]: audit 2023-12-07T21:14:46.883343+0000 mon.a (mon.0) 1782 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:47 smithi079 bash[28699]: audit 2023-12-07T21:14:46.926197+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:47 smithi079 bash[28699]: audit 2023-12-07T21:14:46.932365+0000 mon.a (mon.0) 1784 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:47 smithi079 bash[28699]: audit 2023-12-07T21:14:46.937557+0000 mon.a (mon.0) 1785 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.882 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:47 smithi079 bash[28699]: audit 2023-12-07T21:14:46.944546+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:47 smithi194 bash[32038]: cluster 2023-12-07T21:14:45.938141+0000 mgr.a (mgr.14403) 9641 : cluster 0 pgmap v7195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:47.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:47 smithi194 bash[32038]: audit 2023-12-07T21:14:46.875518+0000 mon.a (mon.0) 1781 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:47 smithi194 bash[32038]: audit 2023-12-07T21:14:46.883343+0000 mon.a (mon.0) 1782 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:47 smithi194 bash[32038]: audit 2023-12-07T21:14:46.926197+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:47 smithi194 bash[32038]: audit 2023-12-07T21:14:46.932365+0000 mon.a (mon.0) 1784 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:47 smithi194 bash[32038]: audit 2023-12-07T21:14:46.937557+0000 mon.a (mon.0) 1785 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:47 smithi194 bash[32038]: audit 2023-12-07T21:14:46.944546+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:47 smithi135 bash[32435]: cluster 2023-12-07T21:14:45.938141+0000 mgr.a (mgr.14403) 9641 : cluster 0 pgmap v7195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:14:47.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:47 smithi135 bash[32435]: audit 2023-12-07T21:14:46.875518+0000 mon.a (mon.0) 1781 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:47 smithi135 bash[32435]: audit 2023-12-07T21:14:46.883343+0000 mon.a (mon.0) 1782 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:47 smithi135 bash[32435]: audit 2023-12-07T21:14:46.926197+0000 mon.a (mon.0) 1783 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:47 smithi135 bash[32435]: audit 2023-12-07T21:14:46.932365+0000 mon.a (mon.0) 1784 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:47 smithi135 bash[32435]: audit 2023-12-07T21:14:46.937557+0000 mon.a (mon.0) 1785 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:47.947 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:47 smithi135 bash[32435]: audit 2023-12-07T21:14:46.944546+0000 mon.a (mon.0) 1786 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:49.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:14:49.625 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:49.625 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:49.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:49 smithi079 bash[28699]: cluster 2023-12-07T21:14:47.938849+0000 mgr.a (mgr.14403) 9642 : cluster 0 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-07T21:14:49.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:49 smithi194 bash[32038]: cluster 2023-12-07T21:14:47.938849+0000 mgr.a (mgr.14403) 9642 : cluster 0 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-07T21:14:49.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:49 smithi135 bash[32435]: cluster 2023-12-07T21:14:47.938849+0000 mgr.a (mgr.14403) 9642 : cluster 0 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-07T21:14:50.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:50.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:50.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:50.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:14:50.525 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:14:51.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:51 smithi079 bash[28699]: cluster 2023-12-07T21:14:49.939603+0000 mgr.a (mgr.14403) 9643 : cluster 0 pgmap v7197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:51.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:51 smithi079 bash[28699]: audit 2023-12-07T21:14:50.037849+0000 mgr.a (mgr.14403) 9644 : audit 0 from='client.198657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:51.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:51 smithi194 bash[32038]: cluster 2023-12-07T21:14:49.939603+0000 mgr.a (mgr.14403) 9643 : cluster 0 pgmap v7197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:51.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:51 smithi194 bash[32038]: audit 2023-12-07T21:14:50.037849+0000 mgr.a (mgr.14403) 9644 : audit 0 from='client.198657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:51.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:51 smithi135 bash[32435]: cluster 2023-12-07T21:14:49.939603+0000 mgr.a (mgr.14403) 9643 : cluster 0 pgmap v7197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:51.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:51 smithi135 bash[32435]: audit 2023-12-07T21:14:50.037849+0000 mgr.a (mgr.14403) 9644 : audit 0 from='client.198657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:53.881 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:53 smithi079 bash[28699]: cluster 2023-12-07T21:14:51.940315+0000 mgr.a (mgr.14403) 9645 : cluster 0 pgmap v7198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:14:53.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:53 smithi194 bash[32038]: cluster 2023-12-07T21:14:51.940315+0000 mgr.a (mgr.14403) 9645 : cluster 0 pgmap v7198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:14:53.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:53 smithi135 bash[32435]: cluster 2023-12-07T21:14:51.940315+0000 mgr.a (mgr.14403) 9645 : cluster 0 pgmap v7198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:14:55.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:14:55.528 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:14:55.528 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:14:55.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:55 smithi194 bash[32038]: cluster 2023-12-07T21:14:53.941077+0000 mgr.a (mgr.14403) 9646 : cluster 0 pgmap v7199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:14:55.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:55 smithi135 bash[32435]: cluster 2023-12-07T21:14:53.941077+0000 mgr.a (mgr.14403) 9646 : cluster 0 pgmap v7199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:14:56.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:55 smithi079 bash[28699]: cluster 2023-12-07T21:14:53.941077+0000 mgr.a (mgr.14403) 9646 : cluster 0 pgmap v7199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:14:56.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:14:56.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:14:56.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:14:56.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:14:56.439 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:14:57.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:57 smithi194 bash[32038]: cluster 2023-12-07T21:14:55.941707+0000 mgr.a (mgr.14403) 9647 : cluster 0 pgmap v7200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:57.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:57 smithi194 bash[32038]: audit 2023-12-07T21:14:55.947522+0000 mgr.a (mgr.14403) 9648 : audit 0 from='client.198729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:57.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:57 smithi194 bash[32038]: audit 2023-12-07T21:14:57.611636+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:57.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:57 smithi194 bash[32038]: audit 2023-12-07T21:14:57.618762+0000 mon.a (mon.0) 1788 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:57.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:57 smithi194 bash[32038]: audit 2023-12-07T21:14:57.621015+0000 mon.a (mon.0) 1789 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:14:57.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:57 smithi194 bash[32038]: audit 2023-12-07T21:14:57.622607+0000 mon.a (mon.0) 1790 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:14:57.943 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:57 smithi194 bash[32038]: audit 2023-12-07T21:14:57.630542+0000 mon.a (mon.0) 1791 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:57.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:57 smithi135 bash[32435]: cluster 2023-12-07T21:14:55.941707+0000 mgr.a (mgr.14403) 9647 : cluster 0 pgmap v7200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:57.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:57 smithi135 bash[32435]: audit 2023-12-07T21:14:55.947522+0000 mgr.a (mgr.14403) 9648 : audit 0 from='client.198729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:57.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:57 smithi135 bash[32435]: audit 2023-12-07T21:14:57.611636+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:57.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:57 smithi135 bash[32435]: audit 2023-12-07T21:14:57.618762+0000 mon.a (mon.0) 1788 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:57.947 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:57 smithi135 bash[32435]: audit 2023-12-07T21:14:57.621015+0000 mon.a (mon.0) 1789 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:14:57.947 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:57 smithi135 bash[32435]: audit 2023-12-07T21:14:57.622607+0000 mon.a (mon.0) 1790 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:14:57.947 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:57 smithi135 bash[32435]: audit 2023-12-07T21:14:57.630542+0000 mon.a (mon.0) 1791 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:58.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:57 smithi079 bash[28699]: cluster 2023-12-07T21:14:55.941707+0000 mgr.a (mgr.14403) 9647 : cluster 0 pgmap v7200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:14:58.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:57 smithi079 bash[28699]: audit 2023-12-07T21:14:55.947522+0000 mgr.a (mgr.14403) 9648 : audit 0 from='client.198729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:14:58.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:57 smithi079 bash[28699]: audit 2023-12-07T21:14:57.611636+0000 mon.a (mon.0) 1787 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:58.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:57 smithi079 bash[28699]: audit 2023-12-07T21:14:57.618762+0000 mon.a (mon.0) 1788 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:58.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:57 smithi079 bash[28699]: audit 2023-12-07T21:14:57.621015+0000 mon.a (mon.0) 1789 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:14:58.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:57 smithi079 bash[28699]: audit 2023-12-07T21:14:57.622607+0000 mon.a (mon.0) 1790 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:14:58.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:57 smithi079 bash[28699]: audit 2023-12-07T21:14:57.630542+0000 mon.a (mon.0) 1791 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:14:59.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:14:59 smithi194 bash[32038]: cluster 2023-12-07T21:14:57.942514+0000 mgr.a (mgr.14403) 9649 : cluster 0 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-07T21:14:59.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:14:59 smithi135 bash[32435]: cluster 2023-12-07T21:14:57.942514+0000 mgr.a (mgr.14403) 9649 : cluster 0 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-07T21:15:00.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:14:59 smithi079 bash[28699]: cluster 2023-12-07T21:14:57.942514+0000 mgr.a (mgr.14403) 9649 : cluster 0 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-07T21:15:01.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:15:01.441 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:01.441 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:01.940 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:01 smithi079 bash[28699]: cluster 2023-12-07T21:14:59.943506+0000 mgr.a (mgr.14403) 9650 : cluster 0 pgmap v7202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:01.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:01 smithi194 bash[32038]: cluster 2023-12-07T21:14:59.943506+0000 mgr.a (mgr.14403) 9650 : cluster 0 pgmap v7202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:01.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:01 smithi135 bash[32435]: cluster 2023-12-07T21:14:59.943506+0000 mgr.a (mgr.14403) 9650 : cluster 0 pgmap v7202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:02.344 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:15:02.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:02.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:02.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:02.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:15:03.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:03 smithi194 bash[32038]: audit 2023-12-07T21:15:01.856470+0000 mgr.a (mgr.14403) 9651 : audit 0 from='client.198804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:03.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:03 smithi194 bash[32038]: cluster 2023-12-07T21:15:01.944038+0000 mgr.a (mgr.14403) 9652 : cluster 0 pgmap v7203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:03.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:03 smithi135 bash[32435]: audit 2023-12-07T21:15:01.856470+0000 mgr.a (mgr.14403) 9651 : audit 0 from='client.198804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:03.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:03 smithi135 bash[32435]: cluster 2023-12-07T21:15:01.944038+0000 mgr.a (mgr.14403) 9652 : cluster 0 pgmap v7203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:04.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:03 smithi079 bash[28699]: audit 2023-12-07T21:15:01.856470+0000 mgr.a (mgr.14403) 9651 : audit 0 from='client.198804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:04.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:03 smithi079 bash[28699]: cluster 2023-12-07T21:15:01.944038+0000 mgr.a (mgr.14403) 9652 : cluster 0 pgmap v7203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:05.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:05 smithi194 bash[32038]: cluster 2023-12-07T21:15:03.944873+0000 mgr.a (mgr.14403) 9653 : cluster 0 pgmap v7204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:05.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:05 smithi135 bash[32435]: cluster 2023-12-07T21:15:03.944873+0000 mgr.a (mgr.14403) 9653 : cluster 0 pgmap v7204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:06.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:05 smithi079 bash[28699]: cluster 2023-12-07T21:15:03.944873+0000 mgr.a (mgr.14403) 9653 : cluster 0 pgmap v7204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:07.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:15:07.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:07.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:07.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:07 smithi194 bash[32038]: cluster 2023-12-07T21:15:05.945447+0000 mgr.a (mgr.14403) 9654 : cluster 0 pgmap v7205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:07.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:07 smithi135 bash[32435]: cluster 2023-12-07T21:15:05.945447+0000 mgr.a (mgr.14403) 9654 : cluster 0 pgmap v7205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:08.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:07 smithi079 bash[28699]: cluster 2023-12-07T21:15:05.945447+0000 mgr.a (mgr.14403) 9654 : cluster 0 pgmap v7205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:08.259 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:15:08.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:08.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:08.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:08.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:15:08.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:08 smithi194 bash[32038]: audit 2023-12-07T21:15:07.763095+0000 mgr.a (mgr.14403) 9655 : audit 0 from='client.198879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:08.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:08 smithi135 bash[32435]: audit 2023-12-07T21:15:07.763095+0000 mgr.a (mgr.14403) 9655 : audit 0 from='client.198879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:09.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:08 smithi079 bash[28699]: audit 2023-12-07T21:15:07.763095+0000 mgr.a (mgr.14403) 9655 : audit 0 from='client.198879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:09.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:09 smithi194 bash[32038]: cluster 2023-12-07T21:15:07.946140+0000 mgr.a (mgr.14403) 9656 : cluster 0 pgmap v7206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:09.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:09 smithi135 bash[32435]: cluster 2023-12-07T21:15:07.946140+0000 mgr.a (mgr.14403) 9656 : cluster 0 pgmap v7206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:10.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:09 smithi079 bash[28699]: cluster 2023-12-07T21:15:07.946140+0000 mgr.a (mgr.14403) 9656 : cluster 0 pgmap v7206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:11.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:11 smithi194 bash[32038]: cluster 2023-12-07T21:15:09.947231+0000 mgr.a (mgr.14403) 9657 : cluster 0 pgmap v7207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:11.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:11 smithi135 bash[32435]: cluster 2023-12-07T21:15:09.947231+0000 mgr.a (mgr.14403) 9657 : cluster 0 pgmap v7207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:12.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:11 smithi079 bash[28699]: cluster 2023-12-07T21:15:09.947231+0000 mgr.a (mgr.14403) 9657 : cluster 0 pgmap v7207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:13.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:15:13.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:13.263 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:13.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:13 smithi194 bash[32038]: cluster 2023-12-07T21:15:11.947961+0000 mgr.a (mgr.14403) 9658 : cluster 0 pgmap v7208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:13.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:13 smithi135 bash[32435]: cluster 2023-12-07T21:15:11.947961+0000 mgr.a (mgr.14403) 9658 : cluster 0 pgmap v7208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:14.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:13 smithi079 bash[28699]: cluster 2023-12-07T21:15:11.947961+0000 mgr.a (mgr.14403) 9658 : cluster 0 pgmap v7208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:14.140 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:15:14.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:14.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:14.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:14.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:15:14.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:14 smithi194 bash[32038]: audit 2023-12-07T21:15:13.675488+0000 mgr.a (mgr.14403) 9659 : audit 0 from='client.198954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:14.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:14 smithi135 bash[32435]: audit 2023-12-07T21:15:13.675488+0000 mgr.a (mgr.14403) 9659 : audit 0 from='client.198954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:15.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:14 smithi079 bash[28699]: audit 2023-12-07T21:15:13.675488+0000 mgr.a (mgr.14403) 9659 : audit 0 from='client.198954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:15.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:15 smithi194 bash[32038]: cluster 2023-12-07T21:15:13.949133+0000 mgr.a (mgr.14403) 9660 : cluster 0 pgmap v7209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:15.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:15 smithi135 bash[32435]: cluster 2023-12-07T21:15:13.949133+0000 mgr.a (mgr.14403) 9660 : cluster 0 pgmap v7209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:16.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:15 smithi079 bash[28699]: cluster 2023-12-07T21:15:13.949133+0000 mgr.a (mgr.14403) 9660 : cluster 0 pgmap v7209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:17.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:17 smithi135 bash[32435]: cluster 2023-12-07T21:15:15.949823+0000 mgr.a (mgr.14403) 9661 : cluster 0 pgmap v7210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:18.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:17 smithi079 bash[28699]: cluster 2023-12-07T21:15:15.949823+0000 mgr.a (mgr.14403) 9661 : cluster 0 pgmap v7210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:18.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:17 smithi194 bash[32038]: cluster 2023-12-07T21:15:15.949823+0000 mgr.a (mgr.14403) 9661 : cluster 0 pgmap v7210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:19.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:15:19.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:19.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:20.032 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:15:20.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:20.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:20.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:20.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:15:20.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:19 smithi079 bash[28699]: cluster 2023-12-07T21:15:17.950409+0000 mgr.a (mgr.14403) 9662 : cluster 0 pgmap v7211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:20.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:19 smithi194 bash[32038]: cluster 2023-12-07T21:15:17.950409+0000 mgr.a (mgr.14403) 9662 : cluster 0 pgmap v7211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:20.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:19 smithi135 bash[32435]: cluster 2023-12-07T21:15:17.950409+0000 mgr.a (mgr.14403) 9662 : cluster 0 pgmap v7211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:21.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:20 smithi079 bash[28699]: audit 2023-12-07T21:15:19.564308+0000 mgr.a (mgr.14403) 9663 : audit 0 from='client.158353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:21.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:20 smithi194 bash[32038]: audit 2023-12-07T21:15:19.564308+0000 mgr.a (mgr.14403) 9663 : audit 0 from='client.158353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:21.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:20 smithi135 bash[32435]: audit 2023-12-07T21:15:19.564308+0000 mgr.a (mgr.14403) 9663 : audit 0 from='client.158353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:22.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:21 smithi079 bash[28699]: cluster 2023-12-07T21:15:19.951200+0000 mgr.a (mgr.14403) 9664 : cluster 0 pgmap v7212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:22.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:21 smithi194 bash[32038]: cluster 2023-12-07T21:15:19.951200+0000 mgr.a (mgr.14403) 9664 : cluster 0 pgmap v7212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:22.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:21 smithi135 bash[32435]: cluster 2023-12-07T21:15:19.951200+0000 mgr.a (mgr.14403) 9664 : cluster 0 pgmap v7212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:24.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:23 smithi079 bash[28699]: cluster 2023-12-07T21:15:21.951786+0000 mgr.a (mgr.14403) 9665 : cluster 0 pgmap v7213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:24.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:23 smithi194 bash[32038]: cluster 2023-12-07T21:15:21.951786+0000 mgr.a (mgr.14403) 9665 : cluster 0 pgmap v7213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:24.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:23 smithi135 bash[32435]: cluster 2023-12-07T21:15:21.951786+0000 mgr.a (mgr.14403) 9665 : cluster 0 pgmap v7213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:25.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:15:25.035 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:25.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:25.927 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:15:25.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:25.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:25.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:25.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:15:26.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:25 smithi079 bash[28699]: cluster 2023-12-07T21:15:23.952570+0000 mgr.a (mgr.14403) 9666 : cluster 0 pgmap v7214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:26.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:25 smithi194 bash[32038]: cluster 2023-12-07T21:15:23.952570+0000 mgr.a (mgr.14403) 9666 : cluster 0 pgmap v7214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:26.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:25 smithi135 bash[32435]: cluster 2023-12-07T21:15:23.952570+0000 mgr.a (mgr.14403) 9666 : cluster 0 pgmap v7214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:27.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:26 smithi079 bash[28699]: audit 2023-12-07T21:15:25.452992+0000 mgr.a (mgr.14403) 9667 : audit 0 from='client.199107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:27.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:26 smithi194 bash[32038]: audit 2023-12-07T21:15:25.452992+0000 mgr.a (mgr.14403) 9667 : audit 0 from='client.199107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:27.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:26 smithi135 bash[32435]: audit 2023-12-07T21:15:25.452992+0000 mgr.a (mgr.14403) 9667 : audit 0 from='client.199107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:28.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:27 smithi079 bash[28699]: cluster 2023-12-07T21:15:25.953340+0000 mgr.a (mgr.14403) 9668 : cluster 0 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-07T21:15:28.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:27 smithi194 bash[32038]: cluster 2023-12-07T21:15:25.953340+0000 mgr.a (mgr.14403) 9668 : cluster 0 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-07T21:15:28.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:27 smithi135 bash[32435]: cluster 2023-12-07T21:15:25.953340+0000 mgr.a (mgr.14403) 9668 : cluster 0 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-07T21:15:30.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:29 smithi079 bash[28699]: cluster 2023-12-07T21:15:27.954120+0000 mgr.a (mgr.14403) 9669 : cluster 0 pgmap v7216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:30.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:29 smithi194 bash[32038]: cluster 2023-12-07T21:15:27.954120+0000 mgr.a (mgr.14403) 9669 : cluster 0 pgmap v7216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:30.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:29 smithi135 bash[32435]: cluster 2023-12-07T21:15:27.954120+0000 mgr.a (mgr.14403) 9669 : cluster 0 pgmap v7216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:30.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:15:30.931 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:30.931 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:31.845 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:15:31.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:31.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:31.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:31.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:15:32.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:31 smithi079 bash[28699]: cluster 2023-12-07T21:15:29.954967+0000 mgr.a (mgr.14403) 9670 : cluster 0 pgmap v7217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:32.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:31 smithi194 bash[32038]: cluster 2023-12-07T21:15:29.954967+0000 mgr.a (mgr.14403) 9670 : cluster 0 pgmap v7217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:32.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:31 smithi135 bash[32435]: cluster 2023-12-07T21:15:29.954967+0000 mgr.a (mgr.14403) 9670 : cluster 0 pgmap v7217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:33.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:32 smithi079 bash[28699]: audit 2023-12-07T21:15:31.350558+0000 mgr.a (mgr.14403) 9671 : audit 0 from='client.199179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:33.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:32 smithi194 bash[32038]: audit 2023-12-07T21:15:31.350558+0000 mgr.a (mgr.14403) 9671 : audit 0 from='client.199179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:33.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:32 smithi135 bash[32435]: audit 2023-12-07T21:15:31.350558+0000 mgr.a (mgr.14403) 9671 : audit 0 from='client.199179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:34.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:33 smithi079 bash[28699]: cluster 2023-12-07T21:15:31.955729+0000 mgr.a (mgr.14403) 9672 : cluster 0 pgmap v7218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:34.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:33 smithi194 bash[32038]: cluster 2023-12-07T21:15:31.955729+0000 mgr.a (mgr.14403) 9672 : cluster 0 pgmap v7218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:34.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:33 smithi135 bash[32435]: cluster 2023-12-07T21:15:31.955729+0000 mgr.a (mgr.14403) 9672 : cluster 0 pgmap v7218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:36.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:35 smithi079 bash[28699]: cluster 2023-12-07T21:15:33.956555+0000 mgr.a (mgr.14403) 9673 : cluster 0 pgmap v7219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:36.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:35 smithi194 bash[32038]: cluster 2023-12-07T21:15:33.956555+0000 mgr.a (mgr.14403) 9673 : cluster 0 pgmap v7219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:36.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:35 smithi135 bash[32435]: cluster 2023-12-07T21:15:33.956555+0000 mgr.a (mgr.14403) 9673 : cluster 0 pgmap v7219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:36.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:15:36.849 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:36.849 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:37.747 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:15:37.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:37.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:37.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:37.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:15:38.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:37 smithi079 bash[28699]: cluster 2023-12-07T21:15:35.957120+0000 mgr.a (mgr.14403) 9674 : cluster 0 pgmap v7220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:38.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:37 smithi194 bash[32038]: cluster 2023-12-07T21:15:35.957120+0000 mgr.a (mgr.14403) 9674 : cluster 0 pgmap v7220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:38.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:37 smithi135 bash[32435]: cluster 2023-12-07T21:15:35.957120+0000 mgr.a (mgr.14403) 9674 : cluster 0 pgmap v7220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:39.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:38 smithi079 bash[28699]: audit 2023-12-07T21:15:37.258752+0000 mgr.a (mgr.14403) 9675 : audit 0 from='client.199257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:39.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:38 smithi194 bash[32038]: audit 2023-12-07T21:15:37.258752+0000 mgr.a (mgr.14403) 9675 : audit 0 from='client.199257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:39.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:38 smithi135 bash[32435]: audit 2023-12-07T21:15:37.258752+0000 mgr.a (mgr.14403) 9675 : audit 0 from='client.199257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:40.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:39 smithi079 bash[28699]: cluster 2023-12-07T21:15:37.957840+0000 mgr.a (mgr.14403) 9676 : cluster 0 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-07T21:15:40.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:39 smithi194 bash[32038]: cluster 2023-12-07T21:15:37.957840+0000 mgr.a (mgr.14403) 9676 : cluster 0 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-07T21:15:40.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:39 smithi135 bash[32435]: cluster 2023-12-07T21:15:37.957840+0000 mgr.a (mgr.14403) 9676 : cluster 0 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-07T21:15:42.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:41 smithi079 bash[28699]: cluster 2023-12-07T21:15:39.958681+0000 mgr.a (mgr.14403) 9677 : cluster 0 pgmap v7222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:42.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:41 smithi194 bash[32038]: cluster 2023-12-07T21:15:39.958681+0000 mgr.a (mgr.14403) 9677 : cluster 0 pgmap v7222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:42.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:41 smithi135 bash[32435]: cluster 2023-12-07T21:15:39.958681+0000 mgr.a (mgr.14403) 9677 : cluster 0 pgmap v7222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:15:42.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:15:42.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:42.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:43.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:42 smithi079 bash[28699]: cluster 2023-12-07T21:15:41.959276+0000 mgr.a (mgr.14403) 9678 : cluster 0 pgmap v7223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:43.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:42 smithi194 bash[32038]: cluster 2023-12-07T21:15:41.959276+0000 mgr.a (mgr.14403) 9678 : cluster 0 pgmap v7223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:43.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:42 smithi135 bash[32435]: cluster 2023-12-07T21:15:41.959276+0000 mgr.a (mgr.14403) 9678 : cluster 0 pgmap v7223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:43.689 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:15:43.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:43.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:43.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:43.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:15:44.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:44 smithi079 bash[28699]: audit 2023-12-07T21:15:43.172840+0000 mgr.a (mgr.14403) 9679 : audit 0 from='client.158563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:44.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:44 smithi194 bash[32038]: audit 2023-12-07T21:15:43.172840+0000 mgr.a (mgr.14403) 9679 : audit 0 from='client.158563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:44.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:44 smithi135 bash[32435]: audit 2023-12-07T21:15:43.172840+0000 mgr.a (mgr.14403) 9679 : audit 0 from='client.158563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:45.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:45 smithi079 bash[28699]: cluster 2023-12-07T21:15:43.960329+0000 mgr.a (mgr.14403) 9680 : cluster 0 pgmap v7224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:15:45.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:45 smithi194 bash[32038]: cluster 2023-12-07T21:15:43.960329+0000 mgr.a (mgr.14403) 9680 : cluster 0 pgmap v7224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:15:45.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:45 smithi135 bash[32435]: cluster 2023-12-07T21:15:43.960329+0000 mgr.a (mgr.14403) 9680 : cluster 0 pgmap v7224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:15:47.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:47 smithi079 bash[28699]: cluster 2023-12-07T21:15:45.960864+0000 mgr.a (mgr.14403) 9681 : cluster 0 pgmap v7225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:47.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:47 smithi194 bash[32038]: cluster 2023-12-07T21:15:45.960864+0000 mgr.a (mgr.14403) 9681 : cluster 0 pgmap v7225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:47.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:47 smithi135 bash[32435]: cluster 2023-12-07T21:15:45.960864+0000 mgr.a (mgr.14403) 9681 : cluster 0 pgmap v7225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:48.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:15:48.692 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:48.692 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:49.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:49 smithi079 bash[28699]: cluster 2023-12-07T21:15:47.961441+0000 mgr.a (mgr.14403) 9682 : cluster 0 pgmap v7226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:49.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:49 smithi194 bash[32038]: cluster 2023-12-07T21:15:47.961441+0000 mgr.a (mgr.14403) 9682 : cluster 0 pgmap v7226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:49.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:49 smithi135 bash[32435]: cluster 2023-12-07T21:15:47.961441+0000 mgr.a (mgr.14403) 9682 : cluster 0 pgmap v7226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:15:49.618 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:15:49.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:49.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:49.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:49.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:15:50.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:50 smithi079 bash[28699]: audit 2023-12-07T21:15:49.111834+0000 mgr.a (mgr.14403) 9683 : audit 0 from='client.199413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:50.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:50 smithi194 bash[32038]: audit 2023-12-07T21:15:49.111834+0000 mgr.a (mgr.14403) 9683 : audit 0 from='client.199413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:50.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:50 smithi135 bash[32435]: audit 2023-12-07T21:15:49.111834+0000 mgr.a (mgr.14403) 9683 : audit 0 from='client.199413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:51.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:51 smithi079 bash[28699]: cluster 2023-12-07T21:15:49.962426+0000 mgr.a (mgr.14403) 9684 : cluster 0 pgmap v7227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:51.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:51 smithi194 bash[32038]: cluster 2023-12-07T21:15:49.962426+0000 mgr.a (mgr.14403) 9684 : cluster 0 pgmap v7227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:51.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:51 smithi135 bash[32435]: cluster 2023-12-07T21:15:49.962426+0000 mgr.a (mgr.14403) 9684 : cluster 0 pgmap v7227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:53.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:53 smithi079 bash[28699]: cluster 2023-12-07T21:15:51.963084+0000 mgr.a (mgr.14403) 9685 : cluster 0 pgmap v7228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:53.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:53 smithi194 bash[32038]: cluster 2023-12-07T21:15:51.963084+0000 mgr.a (mgr.14403) 9685 : cluster 0 pgmap v7228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:53.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:53 smithi135 bash[32435]: cluster 2023-12-07T21:15:51.963084+0000 mgr.a (mgr.14403) 9685 : cluster 0 pgmap v7228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:15:54.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:15:54.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:15:54.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:15:55.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:55 smithi079 bash[28699]: cluster 2023-12-07T21:15:53.963844+0000 mgr.a (mgr.14403) 9686 : cluster 0 pgmap v7229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:55.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:55 smithi194 bash[32038]: cluster 2023-12-07T21:15:53.963844+0000 mgr.a (mgr.14403) 9686 : cluster 0 pgmap v7229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:55.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:55 smithi135 bash[32435]: cluster 2023-12-07T21:15:53.963844+0000 mgr.a (mgr.14403) 9686 : cluster 0 pgmap v7229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:15:55.530 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:15:55.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:15:55.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:15:55.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:15:55.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:15:56.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:56 smithi079 bash[28699]: audit 2023-12-07T21:15:55.039025+0000 mgr.a (mgr.14403) 9687 : audit 0 from='client.199485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:56.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:56 smithi194 bash[32038]: audit 2023-12-07T21:15:55.039025+0000 mgr.a (mgr.14403) 9687 : audit 0 from='client.199485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:56.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:56 smithi135 bash[32435]: audit 2023-12-07T21:15:55.039025+0000 mgr.a (mgr.14403) 9687 : audit 0 from='client.199485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:15:57.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:57 smithi079 bash[28699]: cluster 2023-12-07T21:15:55.964609+0000 mgr.a (mgr.14403) 9688 : cluster 0 pgmap v7230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:15:57.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:57 smithi194 bash[32038]: cluster 2023-12-07T21:15:55.964609+0000 mgr.a (mgr.14403) 9688 : cluster 0 pgmap v7230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:15:57.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:57 smithi135 bash[32435]: cluster 2023-12-07T21:15:55.964609+0000 mgr.a (mgr.14403) 9688 : cluster 0 pgmap v7230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:15:58.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:58 smithi079 bash[28699]: audit 2023-12-07T21:15:57.733901+0000 mon.a (mon.0) 1792 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:15:58.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:58 smithi194 bash[32038]: audit 2023-12-07T21:15:57.733901+0000 mon.a (mon.0) 1792 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:15:58.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:58 smithi135 bash[32435]: audit 2023-12-07T21:15:57.733901+0000 mon.a (mon.0) 1792 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:15:59.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:15:59 smithi079 bash[28699]: cluster 2023-12-07T21:15:57.965179+0000 mgr.a (mgr.14403) 9689 : cluster 0 pgmap v7231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:15:59.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:15:59 smithi194 bash[32038]: cluster 2023-12-07T21:15:57.965179+0000 mgr.a (mgr.14403) 9689 : cluster 0 pgmap v7231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:15:59.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:15:59 smithi135 bash[32435]: cluster 2023-12-07T21:15:57.965179+0000 mgr.a (mgr.14403) 9689 : cluster 0 pgmap v7231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:16:00.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:16:00.533 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:00.533 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:01.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:01 smithi079 bash[28699]: cluster 2023-12-07T21:15:59.966144+0000 mgr.a (mgr.14403) 9690 : cluster 0 pgmap v7232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:16:01.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:01 smithi194 bash[32038]: cluster 2023-12-07T21:15:59.966144+0000 mgr.a (mgr.14403) 9690 : cluster 0 pgmap v7232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:16:01.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:01 smithi135 bash[32435]: cluster 2023-12-07T21:15:59.966144+0000 mgr.a (mgr.14403) 9690 : cluster 0 pgmap v7232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:16:01.459 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:16:01.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:01.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:01.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:01.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:16:02.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:02 smithi079 bash[28699]: audit 2023-12-07T21:16:00.949462+0000 mgr.a (mgr.14403) 9691 : audit 0 from='client.199560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:02.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:02 smithi194 bash[32038]: audit 2023-12-07T21:16:00.949462+0000 mgr.a (mgr.14403) 9691 : audit 0 from='client.199560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:02.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:02 smithi135 bash[32435]: audit 2023-12-07T21:16:00.949462+0000 mgr.a (mgr.14403) 9691 : audit 0 from='client.199560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:03.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:03 smithi079 bash[28699]: cluster 2023-12-07T21:16:01.966887+0000 mgr.a (mgr.14403) 9692 : cluster 0 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-07T21:16:03.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:03 smithi194 bash[32038]: cluster 2023-12-07T21:16:01.966887+0000 mgr.a (mgr.14403) 9692 : cluster 0 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-07T21:16:03.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:03 smithi135 bash[32435]: cluster 2023-12-07T21:16:01.966887+0000 mgr.a (mgr.14403) 9692 : cluster 0 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-07T21:16:05.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:05 smithi194 bash[32038]: cluster 2023-12-07T21:16:03.967744+0000 mgr.a (mgr.14403) 9693 : cluster 0 pgmap v7234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:05.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:05 smithi079 bash[28699]: cluster 2023-12-07T21:16:03.967744+0000 mgr.a (mgr.14403) 9693 : cluster 0 pgmap v7234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:05.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:05 smithi135 bash[32435]: cluster 2023-12-07T21:16:03.967744+0000 mgr.a (mgr.14403) 9693 : cluster 0 pgmap v7234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:06.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:16:06.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:06.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:07.344 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:16:07.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:07.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:07.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:07.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:16:07.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:07 smithi194 bash[32038]: cluster 2023-12-07T21:16:05.968301+0000 mgr.a (mgr.14403) 9694 : cluster 0 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-07T21:16:07.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:07 smithi135 bash[32435]: cluster 2023-12-07T21:16:05.968301+0000 mgr.a (mgr.14403) 9694 : cluster 0 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-07T21:16:07.631 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:07 smithi079 bash[28699]: cluster 2023-12-07T21:16:05.968301+0000 mgr.a (mgr.14403) 9694 : cluster 0 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-07T21:16:08.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:08 smithi194 bash[32038]: audit 2023-12-07T21:16:06.874764+0000 mgr.a (mgr.14403) 9695 : audit 0 from='client.199638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:08.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:08 smithi135 bash[32435]: audit 2023-12-07T21:16:06.874764+0000 mgr.a (mgr.14403) 9695 : audit 0 from='client.199638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:08.631 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:08 smithi079 bash[28699]: audit 2023-12-07T21:16:06.874764+0000 mgr.a (mgr.14403) 9695 : audit 0 from='client.199638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:10.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:09 smithi079 bash[28699]: cluster 2023-12-07T21:16:07.968946+0000 mgr.a (mgr.14403) 9696 : cluster 0 pgmap v7236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:10.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:09 smithi079 bash[28699]: audit 2023-12-07T21:16:08.727774+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:16:10.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:09 smithi079 bash[28699]: audit 2023-12-07T21:16:08.733550+0000 mon.a (mon.0) 1794 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:16:10.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:09 smithi079 bash[28699]: audit 2023-12-07T21:16:08.735091+0000 mon.a (mon.0) 1795 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:16:10.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:09 smithi079 bash[28699]: audit 2023-12-07T21:16:08.736842+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:16:10.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:09 smithi079 bash[28699]: audit 2023-12-07T21:16:08.745793+0000 mon.a (mon.0) 1797 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:16:10.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:09 smithi194 bash[32038]: cluster 2023-12-07T21:16:07.968946+0000 mgr.a (mgr.14403) 9696 : cluster 0 pgmap v7236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:10.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:09 smithi194 bash[32038]: audit 2023-12-07T21:16:08.727774+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:16:10.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:09 smithi194 bash[32038]: audit 2023-12-07T21:16:08.733550+0000 mon.a (mon.0) 1794 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:16:10.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:09 smithi194 bash[32038]: audit 2023-12-07T21:16:08.735091+0000 mon.a (mon.0) 1795 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:16:10.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:09 smithi194 bash[32038]: audit 2023-12-07T21:16:08.736842+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:16:10.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:09 smithi194 bash[32038]: audit 2023-12-07T21:16:08.745793+0000 mon.a (mon.0) 1797 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:16:10.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:09 smithi135 bash[32435]: cluster 2023-12-07T21:16:07.968946+0000 mgr.a (mgr.14403) 9696 : cluster 0 pgmap v7236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:10.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:09 smithi135 bash[32435]: audit 2023-12-07T21:16:08.727774+0000 mon.a (mon.0) 1793 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:16:10.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:09 smithi135 bash[32435]: audit 2023-12-07T21:16:08.733550+0000 mon.a (mon.0) 1794 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:16:10.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:09 smithi135 bash[32435]: audit 2023-12-07T21:16:08.735091+0000 mon.a (mon.0) 1795 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:16:10.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:09 smithi135 bash[32435]: audit 2023-12-07T21:16:08.736842+0000 mon.a (mon.0) 1796 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:16:10.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:09 smithi135 bash[32435]: audit 2023-12-07T21:16:08.745793+0000 mon.a (mon.0) 1797 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:16:12.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:11 smithi079 bash[28699]: cluster 2023-12-07T21:16:09.969748+0000 mgr.a (mgr.14403) 9697 : cluster 0 pgmap v7237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:12.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:11 smithi194 bash[32038]: cluster 2023-12-07T21:16:09.969748+0000 mgr.a (mgr.14403) 9697 : cluster 0 pgmap v7237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:12.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:11 smithi135 bash[32435]: cluster 2023-12-07T21:16:09.969748+0000 mgr.a (mgr.14403) 9697 : cluster 0 pgmap v7237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:12.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:16:12.347 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:12.347 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:13.224 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:16:13.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:13.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:13.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:13.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:16:14.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:13 smithi079 bash[28699]: cluster 2023-12-07T21:16:11.970299+0000 mgr.a (mgr.14403) 9698 : cluster 0 pgmap v7238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:14.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:13 smithi079 bash[28699]: audit 2023-12-07T21:16:12.758740+0000 mgr.a (mgr.14403) 9699 : audit 0 from='client.199713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:14.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:13 smithi194 bash[32038]: cluster 2023-12-07T21:16:11.970299+0000 mgr.a (mgr.14403) 9698 : cluster 0 pgmap v7238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:14.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:13 smithi194 bash[32038]: audit 2023-12-07T21:16:12.758740+0000 mgr.a (mgr.14403) 9699 : audit 0 from='client.199713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:14.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:13 smithi135 bash[32435]: cluster 2023-12-07T21:16:11.970299+0000 mgr.a (mgr.14403) 9698 : cluster 0 pgmap v7238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:14.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:13 smithi135 bash[32435]: audit 2023-12-07T21:16:12.758740+0000 mgr.a (mgr.14403) 9699 : audit 0 from='client.199713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:16.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:15 smithi079 bash[28699]: cluster 2023-12-07T21:16:13.971234+0000 mgr.a (mgr.14403) 9700 : cluster 0 pgmap v7239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:16.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:15 smithi194 bash[32038]: cluster 2023-12-07T21:16:13.971234+0000 mgr.a (mgr.14403) 9700 : cluster 0 pgmap v7239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:16.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:15 smithi135 bash[32435]: cluster 2023-12-07T21:16:13.971234+0000 mgr.a (mgr.14403) 9700 : cluster 0 pgmap v7239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:18.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:17 smithi079 bash[28699]: cluster 2023-12-07T21:16:15.971756+0000 mgr.a (mgr.14403) 9701 : cluster 0 pgmap v7240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:18.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:17 smithi194 bash[32038]: cluster 2023-12-07T21:16:15.971756+0000 mgr.a (mgr.14403) 9701 : cluster 0 pgmap v7240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:18.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:17 smithi135 bash[32435]: cluster 2023-12-07T21:16:15.971756+0000 mgr.a (mgr.14403) 9701 : cluster 0 pgmap v7240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:18.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:16:18.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:18.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:19.141 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:16:19.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:19.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:19.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:19.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:16:20.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:19 smithi079 bash[28699]: cluster 2023-12-07T21:16:17.972317+0000 mgr.a (mgr.14403) 9702 : cluster 0 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-07T21:16:20.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:19 smithi079 bash[28699]: audit 2023-12-07T21:16:18.651153+0000 mgr.a (mgr.14403) 9703 : audit 0 from='client.199788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:20.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:19 smithi194 bash[32038]: cluster 2023-12-07T21:16:17.972317+0000 mgr.a (mgr.14403) 9702 : cluster 0 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-07T21:16:20.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:19 smithi194 bash[32038]: audit 2023-12-07T21:16:18.651153+0000 mgr.a (mgr.14403) 9703 : audit 0 from='client.199788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:20.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:19 smithi135 bash[32435]: cluster 2023-12-07T21:16:17.972317+0000 mgr.a (mgr.14403) 9702 : cluster 0 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-07T21:16:20.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:19 smithi135 bash[32435]: audit 2023-12-07T21:16:18.651153+0000 mgr.a (mgr.14403) 9703 : audit 0 from='client.199788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:22.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:21 smithi079 bash[28699]: cluster 2023-12-07T21:16:19.973327+0000 mgr.a (mgr.14403) 9704 : cluster 0 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-07T21:16:22.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:21 smithi194 bash[32038]: cluster 2023-12-07T21:16:19.973327+0000 mgr.a (mgr.14403) 9704 : cluster 0 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-07T21:16:22.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:21 smithi135 bash[32435]: cluster 2023-12-07T21:16:19.973327+0000 mgr.a (mgr.14403) 9704 : cluster 0 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-07T21:16:24.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:23 smithi079 bash[28699]: cluster 2023-12-07T21:16:21.973919+0000 mgr.a (mgr.14403) 9705 : cluster 0 pgmap v7243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:24.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:16:24.145 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:24.146 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:24.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:23 smithi194 bash[32038]: cluster 2023-12-07T21:16:21.973919+0000 mgr.a (mgr.14403) 9705 : cluster 0 pgmap v7243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:24.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:23 smithi135 bash[32435]: cluster 2023-12-07T21:16:21.973919+0000 mgr.a (mgr.14403) 9705 : cluster 0 pgmap v7243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:25.073 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:16:25.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:25.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:25.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:25.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:16:26.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:25 smithi079 bash[28699]: cluster 2023-12-07T21:16:23.974681+0000 mgr.a (mgr.14403) 9706 : cluster 0 pgmap v7244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:26.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:25 smithi079 bash[28699]: audit 2023-12-07T21:16:24.561653+0000 mgr.a (mgr.14403) 9707 : audit 0 from='client.199863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:26.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:25 smithi194 bash[32038]: cluster 2023-12-07T21:16:23.974681+0000 mgr.a (mgr.14403) 9706 : cluster 0 pgmap v7244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:26.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:25 smithi194 bash[32038]: audit 2023-12-07T21:16:24.561653+0000 mgr.a (mgr.14403) 9707 : audit 0 from='client.199863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:26.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:25 smithi135 bash[32435]: cluster 2023-12-07T21:16:23.974681+0000 mgr.a (mgr.14403) 9706 : cluster 0 pgmap v7244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:26.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:25 smithi135 bash[32435]: audit 2023-12-07T21:16:24.561653+0000 mgr.a (mgr.14403) 9707 : audit 0 from='client.199863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:28.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:27 smithi079 bash[28699]: cluster 2023-12-07T21:16:25.975352+0000 mgr.a (mgr.14403) 9708 : cluster 0 pgmap v7245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:28.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:27 smithi194 bash[32038]: cluster 2023-12-07T21:16:25.975352+0000 mgr.a (mgr.14403) 9708 : cluster 0 pgmap v7245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:28.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:27 smithi135 bash[32435]: cluster 2023-12-07T21:16:25.975352+0000 mgr.a (mgr.14403) 9708 : cluster 0 pgmap v7245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:30.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:16:30.076 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:30.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:30.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:29 smithi079 bash[28699]: cluster 2023-12-07T21:16:27.976070+0000 mgr.a (mgr.14403) 9709 : cluster 0 pgmap v7246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:30.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:29 smithi194 bash[32038]: cluster 2023-12-07T21:16:27.976070+0000 mgr.a (mgr.14403) 9709 : cluster 0 pgmap v7246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:30.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:29 smithi135 bash[32435]: cluster 2023-12-07T21:16:27.976070+0000 mgr.a (mgr.14403) 9709 : cluster 0 pgmap v7246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:30.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:30.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:30.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:30.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:16:30.964 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:16:32.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:31 smithi079 bash[28699]: cluster 2023-12-07T21:16:29.976990+0000 mgr.a (mgr.14403) 9710 : cluster 0 pgmap v7247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:32.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:31 smithi079 bash[28699]: audit 2023-12-07T21:16:30.487765+0000 mgr.a (mgr.14403) 9711 : audit 0 from='client.199938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:32.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:31 smithi194 bash[32038]: cluster 2023-12-07T21:16:29.976990+0000 mgr.a (mgr.14403) 9710 : cluster 0 pgmap v7247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:32.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:31 smithi194 bash[32038]: audit 2023-12-07T21:16:30.487765+0000 mgr.a (mgr.14403) 9711 : audit 0 from='client.199938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:32.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:31 smithi135 bash[32435]: cluster 2023-12-07T21:16:29.976990+0000 mgr.a (mgr.14403) 9710 : cluster 0 pgmap v7247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:32.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:31 smithi135 bash[32435]: audit 2023-12-07T21:16:30.487765+0000 mgr.a (mgr.14403) 9711 : audit 0 from='client.199938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:34.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:33 smithi079 bash[28699]: cluster 2023-12-07T21:16:31.977650+0000 mgr.a (mgr.14403) 9712 : cluster 0 pgmap v7248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:34.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:33 smithi194 bash[32038]: cluster 2023-12-07T21:16:31.977650+0000 mgr.a (mgr.14403) 9712 : cluster 0 pgmap v7248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:34.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:33 smithi135 bash[32435]: cluster 2023-12-07T21:16:31.977650+0000 mgr.a (mgr.14403) 9712 : cluster 0 pgmap v7248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:35.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:16:35.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:35.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:36.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:35 smithi079 bash[28699]: cluster 2023-12-07T21:16:33.978424+0000 mgr.a (mgr.14403) 9713 : cluster 0 pgmap v7249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:36.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:35 smithi194 bash[32038]: cluster 2023-12-07T21:16:33.978424+0000 mgr.a (mgr.14403) 9713 : cluster 0 pgmap v7249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:36.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:35 smithi135 bash[32435]: cluster 2023-12-07T21:16:33.978424+0000 mgr.a (mgr.14403) 9713 : cluster 0 pgmap v7249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:36.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:36.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:36.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:36.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:16:36.892 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:16:38.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:37 smithi079 bash[28699]: cluster 2023-12-07T21:16:35.978968+0000 mgr.a (mgr.14403) 9714 : cluster 0 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-07T21:16:38.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:37 smithi079 bash[28699]: audit 2023-12-07T21:16:36.385947+0000 mgr.a (mgr.14403) 9715 : audit 0 from='client.200016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:38.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:37 smithi194 bash[32038]: cluster 2023-12-07T21:16:35.978968+0000 mgr.a (mgr.14403) 9714 : cluster 0 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-07T21:16:38.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:37 smithi194 bash[32038]: audit 2023-12-07T21:16:36.385947+0000 mgr.a (mgr.14403) 9715 : audit 0 from='client.200016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:38.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:37 smithi135 bash[32435]: cluster 2023-12-07T21:16:35.978968+0000 mgr.a (mgr.14403) 9714 : cluster 0 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-07T21:16:38.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:37 smithi135 bash[32435]: audit 2023-12-07T21:16:36.385947+0000 mgr.a (mgr.14403) 9715 : audit 0 from='client.200016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:40.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:39 smithi079 bash[28699]: cluster 2023-12-07T21:16:37.979627+0000 mgr.a (mgr.14403) 9716 : cluster 0 pgmap v7251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:40.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:39 smithi194 bash[32038]: cluster 2023-12-07T21:16:37.979627+0000 mgr.a (mgr.14403) 9716 : cluster 0 pgmap v7251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:40.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:39 smithi135 bash[32435]: cluster 2023-12-07T21:16:37.979627+0000 mgr.a (mgr.14403) 9716 : cluster 0 pgmap v7251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:16:41.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:16:41.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:41.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:42.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:41 smithi079 bash[28699]: cluster 2023-12-07T21:16:39.980441+0000 mgr.a (mgr.14403) 9717 : cluster 0 pgmap v7252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:42.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:41 smithi194 bash[32038]: cluster 2023-12-07T21:16:39.980441+0000 mgr.a (mgr.14403) 9717 : cluster 0 pgmap v7252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:42.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:41 smithi135 bash[32435]: cluster 2023-12-07T21:16:39.980441+0000 mgr.a (mgr.14403) 9717 : cluster 0 pgmap v7252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:42.786 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:16:42.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:42.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:42.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:42.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:16:44.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:43 smithi079 bash[28699]: cluster 2023-12-07T21:16:41.981007+0000 mgr.a (mgr.14403) 9718 : cluster 0 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-07T21:16:44.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:43 smithi079 bash[28699]: audit 2023-12-07T21:16:42.306114+0000 mgr.a (mgr.14403) 9719 : audit 0 from='client.200088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:44.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:43 smithi194 bash[32038]: cluster 2023-12-07T21:16:41.981007+0000 mgr.a (mgr.14403) 9718 : cluster 0 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-07T21:16:44.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:43 smithi194 bash[32038]: audit 2023-12-07T21:16:42.306114+0000 mgr.a (mgr.14403) 9719 : audit 0 from='client.200088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:44.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:43 smithi135 bash[32435]: cluster 2023-12-07T21:16:41.981007+0000 mgr.a (mgr.14403) 9718 : cluster 0 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-07T21:16:44.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:43 smithi135 bash[32435]: audit 2023-12-07T21:16:42.306114+0000 mgr.a (mgr.14403) 9719 : audit 0 from='client.200088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:45.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:44 smithi079 bash[28699]: cluster 2023-12-07T21:16:43.981898+0000 mgr.a (mgr.14403) 9720 : cluster 0 pgmap v7254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:45.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:44 smithi194 bash[32038]: cluster 2023-12-07T21:16:43.981898+0000 mgr.a (mgr.14403) 9720 : cluster 0 pgmap v7254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:45.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:44 smithi135 bash[32435]: cluster 2023-12-07T21:16:43.981898+0000 mgr.a (mgr.14403) 9720 : cluster 0 pgmap v7254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:16:47.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:47 smithi079 bash[28699]: cluster 2023-12-07T21:16:45.982584+0000 mgr.a (mgr.14403) 9721 : cluster 0 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-07T21:16:47.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:47 smithi194 bash[32038]: cluster 2023-12-07T21:16:45.982584+0000 mgr.a (mgr.14403) 9721 : cluster 0 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-07T21:16:47.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:47 smithi135 bash[32435]: cluster 2023-12-07T21:16:45.982584+0000 mgr.a (mgr.14403) 9721 : cluster 0 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-07T21:16:47.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:16:47.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:47.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:48.680 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:16:48.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:48.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:48.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:48.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:16:49.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:49 smithi079 bash[28699]: cluster 2023-12-07T21:16:47.983170+0000 mgr.a (mgr.14403) 9722 : cluster 0 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-07T21:16:49.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:49 smithi079 bash[28699]: audit 2023-12-07T21:16:48.198965+0000 mgr.a (mgr.14403) 9723 : audit 0 from='client.200163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:49.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:49 smithi194 bash[32038]: cluster 2023-12-07T21:16:47.983170+0000 mgr.a (mgr.14403) 9722 : cluster 0 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-07T21:16:49.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:49 smithi194 bash[32038]: audit 2023-12-07T21:16:48.198965+0000 mgr.a (mgr.14403) 9723 : audit 0 from='client.200163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:49.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:49 smithi135 bash[32435]: cluster 2023-12-07T21:16:47.983170+0000 mgr.a (mgr.14403) 9722 : cluster 0 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-07T21:16:49.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:49 smithi135 bash[32435]: audit 2023-12-07T21:16:48.198965+0000 mgr.a (mgr.14403) 9723 : audit 0 from='client.200163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:51.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:51 smithi079 bash[28699]: cluster 2023-12-07T21:16:49.984051+0000 mgr.a (mgr.14403) 9724 : cluster 0 pgmap v7257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:16:51.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:51 smithi194 bash[32038]: cluster 2023-12-07T21:16:49.984051+0000 mgr.a (mgr.14403) 9724 : cluster 0 pgmap v7257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:16:51.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:51 smithi135 bash[32435]: cluster 2023-12-07T21:16:49.984051+0000 mgr.a (mgr.14403) 9724 : cluster 0 pgmap v7257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:16:53.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:53 smithi079 bash[28699]: cluster 2023-12-07T21:16:51.984670+0000 mgr.a (mgr.14403) 9725 : cluster 0 pgmap v7258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:16:53.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:53 smithi194 bash[32038]: cluster 2023-12-07T21:16:51.984670+0000 mgr.a (mgr.14403) 9725 : cluster 0 pgmap v7258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:16:53.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:53 smithi135 bash[32435]: cluster 2023-12-07T21:16:51.984670+0000 mgr.a (mgr.14403) 9725 : cluster 0 pgmap v7258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:16:53.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:16:53.682 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:53.683 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:16:54.585 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:16:54.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:16:54.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:16:54.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:16:54.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:16:55.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:55 smithi079 bash[28699]: cluster 2023-12-07T21:16:53.985455+0000 mgr.a (mgr.14403) 9726 : cluster 0 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-07T21:16:55.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:55 smithi079 bash[28699]: audit 2023-12-07T21:16:54.105102+0000 mgr.a (mgr.14403) 9727 : audit 0 from='client.200238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:55.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:55 smithi194 bash[32038]: cluster 2023-12-07T21:16:53.985455+0000 mgr.a (mgr.14403) 9726 : cluster 0 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-07T21:16:55.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:55 smithi194 bash[32038]: audit 2023-12-07T21:16:54.105102+0000 mgr.a (mgr.14403) 9727 : audit 0 from='client.200238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:55.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:55 smithi135 bash[32435]: cluster 2023-12-07T21:16:53.985455+0000 mgr.a (mgr.14403) 9726 : cluster 0 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-07T21:16:55.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:55 smithi135 bash[32435]: audit 2023-12-07T21:16:54.105102+0000 mgr.a (mgr.14403) 9727 : audit 0 from='client.200238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:16:57.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:57 smithi079 bash[28699]: cluster 2023-12-07T21:16:55.986091+0000 mgr.a (mgr.14403) 9728 : cluster 0 pgmap v7260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:57.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:57 smithi194 bash[32038]: cluster 2023-12-07T21:16:55.986091+0000 mgr.a (mgr.14403) 9728 : cluster 0 pgmap v7260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:57.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:57 smithi135 bash[32435]: cluster 2023-12-07T21:16:55.986091+0000 mgr.a (mgr.14403) 9728 : cluster 0 pgmap v7260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:59.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:16:59 smithi079 bash[28699]: cluster 2023-12-07T21:16:57.986658+0000 mgr.a (mgr.14403) 9729 : cluster 0 pgmap v7261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:59.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:16:59 smithi194 bash[32038]: cluster 2023-12-07T21:16:57.986658+0000 mgr.a (mgr.14403) 9729 : cluster 0 pgmap v7261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:59.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:16:59 smithi135 bash[32435]: cluster 2023-12-07T21:16:57.986658+0000 mgr.a (mgr.14403) 9729 : cluster 0 pgmap v7261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:16:59.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:16:59.589 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:16:59.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:00.461 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:17:00.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:00.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:00.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:00.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:17:01.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:01 smithi079 bash[28699]: cluster 2023-12-07T21:16:59.987179+0000 mgr.a (mgr.14403) 9730 : cluster 0 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-07T21:17:01.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:01 smithi079 bash[28699]: audit 2023-12-07T21:16:59.994410+0000 mgr.a (mgr.14403) 9731 : audit 0 from='client.200316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:01.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:01 smithi194 bash[32038]: cluster 2023-12-07T21:16:59.987179+0000 mgr.a (mgr.14403) 9730 : cluster 0 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-07T21:17:01.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:01 smithi194 bash[32038]: audit 2023-12-07T21:16:59.994410+0000 mgr.a (mgr.14403) 9731 : audit 0 from='client.200316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:01.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:01 smithi135 bash[32435]: cluster 2023-12-07T21:16:59.987179+0000 mgr.a (mgr.14403) 9730 : cluster 0 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-07T21:17:01.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:01 smithi135 bash[32435]: audit 2023-12-07T21:16:59.994410+0000 mgr.a (mgr.14403) 9731 : audit 0 from='client.200316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:03.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:03 smithi079 bash[28699]: cluster 2023-12-07T21:17:01.987749+0000 mgr.a (mgr.14403) 9732 : cluster 0 pgmap v7263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:17:03.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:03 smithi194 bash[32038]: cluster 2023-12-07T21:17:01.987749+0000 mgr.a (mgr.14403) 9732 : cluster 0 pgmap v7263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:17:03.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:03 smithi135 bash[32435]: cluster 2023-12-07T21:17:01.987749+0000 mgr.a (mgr.14403) 9732 : cluster 0 pgmap v7263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:17:05.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:05 smithi079 bash[28699]: cluster 2023-12-07T21:17:03.988517+0000 mgr.a (mgr.14403) 9733 : cluster 0 pgmap v7264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:17:05.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:05 smithi194 bash[32038]: cluster 2023-12-07T21:17:03.988517+0000 mgr.a (mgr.14403) 9733 : cluster 0 pgmap v7264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:17:05.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:05 smithi135 bash[32435]: cluster 2023-12-07T21:17:03.988517+0000 mgr.a (mgr.14403) 9733 : cluster 0 pgmap v7264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:17:05.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:17:05.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:05.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:06.388 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:17:06.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:06.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:06.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:06.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:17:07.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:07 smithi079 bash[28699]: audit 2023-12-07T21:17:05.877721+0000 mgr.a (mgr.14403) 9734 : audit 0 from='client.200391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:07.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:07 smithi079 bash[28699]: cluster 2023-12-07T21:17:05.989166+0000 mgr.a (mgr.14403) 9735 : cluster 0 pgmap v7265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:07.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:07 smithi194 bash[32038]: audit 2023-12-07T21:17:05.877721+0000 mgr.a (mgr.14403) 9734 : audit 0 from='client.200391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:07.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:07 smithi194 bash[32038]: cluster 2023-12-07T21:17:05.989166+0000 mgr.a (mgr.14403) 9735 : cluster 0 pgmap v7265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:07.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:07 smithi135 bash[32435]: audit 2023-12-07T21:17:05.877721+0000 mgr.a (mgr.14403) 9734 : audit 0 from='client.200391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:07.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:07 smithi135 bash[32435]: cluster 2023-12-07T21:17:05.989166+0000 mgr.a (mgr.14403) 9735 : cluster 0 pgmap v7265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:09.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:09 smithi079 bash[28699]: cluster 2023-12-07T21:17:07.989847+0000 mgr.a (mgr.14403) 9736 : cluster 0 pgmap v7266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:09.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:09 smithi079 bash[28699]: audit 2023-12-07T21:17:08.850262+0000 mon.a (mon.0) 1798 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:17:09.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:09 smithi194 bash[32038]: cluster 2023-12-07T21:17:07.989847+0000 mgr.a (mgr.14403) 9736 : cluster 0 pgmap v7266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:09.443 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:09 smithi194 bash[32038]: audit 2023-12-07T21:17:08.850262+0000 mon.a (mon.0) 1798 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:17:09.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:09 smithi135 bash[32435]: cluster 2023-12-07T21:17:07.989847+0000 mgr.a (mgr.14403) 9736 : cluster 0 pgmap v7266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:09.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:09 smithi135 bash[32435]: audit 2023-12-07T21:17:08.850262+0000 mon.a (mon.0) 1798 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:17:11.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:11 smithi079 bash[28699]: cluster 2023-12-07T21:17:09.990632+0000 mgr.a (mgr.14403) 9737 : cluster 0 pgmap v7267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:11.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:11 smithi079 bash[28699]: audit 2023-12-07T21:17:10.068960+0000 mon.a (mon.0) 1799 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:11 smithi079 bash[28699]: audit 2023-12-07T21:17:10.074267+0000 mon.a (mon.0) 1800 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:11 smithi079 bash[28699]: audit 2023-12-07T21:17:10.110573+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:11 smithi079 bash[28699]: audit 2023-12-07T21:17:10.115556+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:11 smithi079 bash[28699]: audit 2023-12-07T21:17:10.120208+0000 mon.a (mon.0) 1803 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:11 smithi079 bash[28699]: audit 2023-12-07T21:17:10.125670+0000 mon.a (mon.0) 1804 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:11 smithi079 bash[28699]: audit 2023-12-07T21:17:10.126816+0000 mon.a (mon.0) 1805 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:17:11.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:11 smithi079 bash[28699]: audit 2023-12-07T21:17:10.127884+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:17:11.381 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:11 smithi079 bash[28699]: audit 2023-12-07T21:17:10.136121+0000 mon.a (mon.0) 1807 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:17:11.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:11.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:11.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:11 smithi194 bash[32038]: cluster 2023-12-07T21:17:09.990632+0000 mgr.a (mgr.14403) 9737 : cluster 0 pgmap v7267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:11.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:11 smithi194 bash[32038]: audit 2023-12-07T21:17:10.068960+0000 mon.a (mon.0) 1799 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:11 smithi194 bash[32038]: audit 2023-12-07T21:17:10.074267+0000 mon.a (mon.0) 1800 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:11 smithi194 bash[32038]: audit 2023-12-07T21:17:10.110573+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:11 smithi194 bash[32038]: audit 2023-12-07T21:17:10.115556+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:11 smithi194 bash[32038]: audit 2023-12-07T21:17:10.120208+0000 mon.a (mon.0) 1803 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:11 smithi194 bash[32038]: audit 2023-12-07T21:17:10.125670+0000 mon.a (mon.0) 1804 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:11 smithi194 bash[32038]: audit 2023-12-07T21:17:10.126816+0000 mon.a (mon.0) 1805 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:17:11.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:11 smithi194 bash[32038]: audit 2023-12-07T21:17:10.127884+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:17:11.442 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:11 smithi194 bash[32038]: audit 2023-12-07T21:17:10.136121+0000 mon.a (mon.0) 1807 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:11 smithi135 bash[32435]: cluster 2023-12-07T21:17:09.990632+0000 mgr.a (mgr.14403) 9737 : cluster 0 pgmap v7267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:11.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:11 smithi135 bash[32435]: audit 2023-12-07T21:17:10.068960+0000 mon.a (mon.0) 1799 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:11 smithi135 bash[32435]: audit 2023-12-07T21:17:10.074267+0000 mon.a (mon.0) 1800 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:11 smithi135 bash[32435]: audit 2023-12-07T21:17:10.110573+0000 mon.a (mon.0) 1801 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:11 smithi135 bash[32435]: audit 2023-12-07T21:17:10.115556+0000 mon.a (mon.0) 1802 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:11 smithi135 bash[32435]: audit 2023-12-07T21:17:10.120208+0000 mon.a (mon.0) 1803 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:11 smithi135 bash[32435]: audit 2023-12-07T21:17:10.125670+0000 mon.a (mon.0) 1804 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:11.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:11 smithi135 bash[32435]: audit 2023-12-07T21:17:10.126816+0000 mon.a (mon.0) 1805 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:17:11.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:11 smithi135 bash[32435]: audit 2023-12-07T21:17:10.127884+0000 mon.a (mon.0) 1806 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:17:11.446 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:11 smithi135 bash[32435]: audit 2023-12-07T21:17:10.136121+0000 mon.a (mon.0) 1807 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:17:12.289 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:17:12.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:12.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:12.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:12.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:17:12.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:12 smithi079 bash[28699]: audit 2023-12-07T21:17:11.808810+0000 mgr.a (mgr.14403) 9738 : audit 0 from='client.200469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:12.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:12 smithi194 bash[32038]: audit 2023-12-07T21:17:11.808810+0000 mgr.a (mgr.14403) 9738 : audit 0 from='client.200469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:12.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:12 smithi135 bash[32435]: audit 2023-12-07T21:17:11.808810+0000 mgr.a (mgr.14403) 9738 : audit 0 from='client.200469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:13.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:13 smithi079 bash[28699]: cluster 2023-12-07T21:17:11.991356+0000 mgr.a (mgr.14403) 9739 : cluster 0 pgmap v7268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:13.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:13 smithi194 bash[32038]: cluster 2023-12-07T21:17:11.991356+0000 mgr.a (mgr.14403) 9739 : cluster 0 pgmap v7268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:13.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:13 smithi135 bash[32435]: cluster 2023-12-07T21:17:11.991356+0000 mgr.a (mgr.14403) 9739 : cluster 0 pgmap v7268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:15.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:15 smithi079 bash[28699]: cluster 2023-12-07T21:17:13.992195+0000 mgr.a (mgr.14403) 9740 : cluster 0 pgmap v7269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:15.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:15 smithi194 bash[32038]: cluster 2023-12-07T21:17:13.992195+0000 mgr.a (mgr.14403) 9740 : cluster 0 pgmap v7269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:15.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:15 smithi135 bash[32435]: cluster 2023-12-07T21:17:13.992195+0000 mgr.a (mgr.14403) 9740 : cluster 0 pgmap v7269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:17.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:17:17.293 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:17.293 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:17.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:17 smithi079 bash[28699]: cluster 2023-12-07T21:17:15.992760+0000 mgr.a (mgr.14403) 9741 : cluster 0 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-07T21:17:17.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:17 smithi194 bash[32038]: cluster 2023-12-07T21:17:15.992760+0000 mgr.a (mgr.14403) 9741 : cluster 0 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-07T21:17:17.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:17 smithi135 bash[32435]: cluster 2023-12-07T21:17:15.992760+0000 mgr.a (mgr.14403) 9741 : cluster 0 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-07T21:17:18.211 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:17:18.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:18.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:18.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:18.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:17:18.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:18 smithi079 bash[28699]: audit 2023-12-07T21:17:17.709050+0000 mgr.a (mgr.14403) 9742 : audit 0 from='client.200544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:18.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:18 smithi194 bash[32038]: audit 2023-12-07T21:17:17.709050+0000 mgr.a (mgr.14403) 9742 : audit 0 from='client.200544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:18.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:18 smithi135 bash[32435]: audit 2023-12-07T21:17:17.709050+0000 mgr.a (mgr.14403) 9742 : audit 0 from='client.200544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:19.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:19 smithi079 bash[28699]: cluster 2023-12-07T21:17:17.993702+0000 mgr.a (mgr.14403) 9743 : cluster 0 pgmap v7271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:19.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:19 smithi194 bash[32038]: cluster 2023-12-07T21:17:17.993702+0000 mgr.a (mgr.14403) 9743 : cluster 0 pgmap v7271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:19.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:19 smithi135 bash[32435]: cluster 2023-12-07T21:17:17.993702+0000 mgr.a (mgr.14403) 9743 : cluster 0 pgmap v7271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:21.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:21 smithi079 bash[28699]: cluster 2023-12-07T21:17:19.994590+0000 mgr.a (mgr.14403) 9744 : cluster 0 pgmap v7272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:21.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:21 smithi194 bash[32038]: cluster 2023-12-07T21:17:19.994590+0000 mgr.a (mgr.14403) 9744 : cluster 0 pgmap v7272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:21.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:21 smithi135 bash[32435]: cluster 2023-12-07T21:17:19.994590+0000 mgr.a (mgr.14403) 9744 : cluster 0 pgmap v7272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:23.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:17:23.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:23.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:23.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:23 smithi079 bash[28699]: cluster 2023-12-07T21:17:21.995126+0000 mgr.a (mgr.14403) 9745 : cluster 0 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-07T21:17:23.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:23 smithi194 bash[32038]: cluster 2023-12-07T21:17:21.995126+0000 mgr.a (mgr.14403) 9745 : cluster 0 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-07T21:17:23.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:23 smithi135 bash[32435]: cluster 2023-12-07T21:17:21.995126+0000 mgr.a (mgr.14403) 9745 : cluster 0 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-07T21:17:24.102 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:17:24.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:24.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:24.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:24.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:17:24.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:24 smithi079 bash[28699]: audit 2023-12-07T21:17:23.629429+0000 mgr.a (mgr.14403) 9746 : audit 0 from='client.200622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:24.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:24 smithi194 bash[32038]: audit 2023-12-07T21:17:23.629429+0000 mgr.a (mgr.14403) 9746 : audit 0 from='client.200622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:24.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:24 smithi135 bash[32435]: audit 2023-12-07T21:17:23.629429+0000 mgr.a (mgr.14403) 9746 : audit 0 from='client.200622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:25.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:25 smithi079 bash[28699]: cluster 2023-12-07T21:17:23.997974+0000 mgr.a (mgr.14403) 9747 : cluster 0 pgmap v7274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:25.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:25 smithi194 bash[32038]: cluster 2023-12-07T21:17:23.997974+0000 mgr.a (mgr.14403) 9747 : cluster 0 pgmap v7274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:25.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:25 smithi135 bash[32435]: cluster 2023-12-07T21:17:23.997974+0000 mgr.a (mgr.14403) 9747 : cluster 0 pgmap v7274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:27.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:27 smithi079 bash[28699]: cluster 2023-12-07T21:17:25.998655+0000 mgr.a (mgr.14403) 9748 : cluster 0 pgmap v7275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:27.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:27 smithi194 bash[32038]: cluster 2023-12-07T21:17:25.998655+0000 mgr.a (mgr.14403) 9748 : cluster 0 pgmap v7275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:27.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:27 smithi135 bash[32435]: cluster 2023-12-07T21:17:25.998655+0000 mgr.a (mgr.14403) 9748 : cluster 0 pgmap v7275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:29.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:17:29.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:29.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:29.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:29 smithi079 bash[28699]: cluster 2023-12-07T21:17:27.999231+0000 mgr.a (mgr.14403) 9749 : cluster 0 pgmap v7276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:29.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:29 smithi194 bash[32038]: cluster 2023-12-07T21:17:27.999231+0000 mgr.a (mgr.14403) 9749 : cluster 0 pgmap v7276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:29.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:29 smithi135 bash[32435]: cluster 2023-12-07T21:17:27.999231+0000 mgr.a (mgr.14403) 9749 : cluster 0 pgmap v7276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:30.027 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:17:30.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:30.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:30.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:30.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:17:30.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:30 smithi194 bash[32038]: audit 2023-12-07T21:17:29.528640+0000 mgr.a (mgr.14403) 9750 : audit 0 from='client.200700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:30.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:30 smithi135 bash[32435]: audit 2023-12-07T21:17:29.528640+0000 mgr.a (mgr.14403) 9750 : audit 0 from='client.200700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:30.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:30 smithi079 bash[28699]: audit 2023-12-07T21:17:29.528640+0000 mgr.a (mgr.14403) 9750 : audit 0 from='client.200700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:31.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:31 smithi194 bash[32038]: cluster 2023-12-07T21:17:29.999977+0000 mgr.a (mgr.14403) 9751 : cluster 0 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-07T21:17:31.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:31 smithi135 bash[32435]: cluster 2023-12-07T21:17:29.999977+0000 mgr.a (mgr.14403) 9751 : cluster 0 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-07T21:17:31.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:31 smithi079 bash[28699]: cluster 2023-12-07T21:17:29.999977+0000 mgr.a (mgr.14403) 9751 : cluster 0 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-07T21:17:33.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:33 smithi194 bash[32038]: cluster 2023-12-07T21:17:32.000497+0000 mgr.a (mgr.14403) 9752 : cluster 0 pgmap v7278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:33.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:33 smithi135 bash[32435]: cluster 2023-12-07T21:17:32.000497+0000 mgr.a (mgr.14403) 9752 : cluster 0 pgmap v7278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:33.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:33 smithi079 bash[28699]: cluster 2023-12-07T21:17:32.000497+0000 mgr.a (mgr.14403) 9752 : cluster 0 pgmap v7278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:17:35.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:17:35.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:35.032 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:35.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:35 smithi194 bash[32038]: cluster 2023-12-07T21:17:34.001234+0000 mgr.a (mgr.14403) 9753 : cluster 0 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-07T21:17:35.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:35 smithi135 bash[32435]: cluster 2023-12-07T21:17:34.001234+0000 mgr.a (mgr.14403) 9753 : cluster 0 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-07T21:17:35.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:35 smithi079 bash[28699]: cluster 2023-12-07T21:17:34.001234+0000 mgr.a (mgr.14403) 9753 : cluster 0 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-07T21:17:35.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:35.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:35.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:35.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:17:35.954 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:17:36.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:36 smithi194 bash[32038]: audit 2023-12-07T21:17:35.444080+0000 mgr.a (mgr.14403) 9754 : audit 0 from='client.200772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:36.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:36 smithi135 bash[32435]: audit 2023-12-07T21:17:35.444080+0000 mgr.a (mgr.14403) 9754 : audit 0 from='client.200772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:36.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:36 smithi079 bash[28699]: audit 2023-12-07T21:17:35.444080+0000 mgr.a (mgr.14403) 9754 : audit 0 from='client.200772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:37.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:37 smithi194 bash[32038]: cluster 2023-12-07T21:17:36.002024+0000 mgr.a (mgr.14403) 9755 : cluster 0 pgmap v7280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:37.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:37 smithi135 bash[32435]: cluster 2023-12-07T21:17:36.002024+0000 mgr.a (mgr.14403) 9755 : cluster 0 pgmap v7280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:37.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:37 smithi079 bash[28699]: cluster 2023-12-07T21:17:36.002024+0000 mgr.a (mgr.14403) 9755 : cluster 0 pgmap v7280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:39.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:39 smithi194 bash[32038]: cluster 2023-12-07T21:17:38.002655+0000 mgr.a (mgr.14403) 9756 : cluster 0 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-07T21:17:39.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:39 smithi135 bash[32435]: cluster 2023-12-07T21:17:38.002655+0000 mgr.a (mgr.14403) 9756 : cluster 0 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-07T21:17:39.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:39 smithi079 bash[28699]: cluster 2023-12-07T21:17:38.002655+0000 mgr.a (mgr.14403) 9756 : cluster 0 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-07T21:17:40.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:17:40.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:40.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:41.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:41 smithi194 bash[32038]: cluster 2023-12-07T21:17:40.003466+0000 mgr.a (mgr.14403) 9757 : cluster 0 pgmap v7282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:41.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:41 smithi135 bash[32435]: cluster 2023-12-07T21:17:40.003466+0000 mgr.a (mgr.14403) 9757 : cluster 0 pgmap v7282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:41.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:41 smithi079 bash[28699]: cluster 2023-12-07T21:17:40.003466+0000 mgr.a (mgr.14403) 9757 : cluster 0 pgmap v7282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:41.879 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:17:41.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:41.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:41.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:41.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:17:42.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:42 smithi194 bash[32038]: audit 2023-12-07T21:17:41.378490+0000 mgr.a (mgr.14403) 9758 : audit 0 from='client.200847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:42.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:42 smithi135 bash[32435]: audit 2023-12-07T21:17:41.378490+0000 mgr.a (mgr.14403) 9758 : audit 0 from='client.200847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:42.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:42 smithi079 bash[28699]: audit 2023-12-07T21:17:41.378490+0000 mgr.a (mgr.14403) 9758 : audit 0 from='client.200847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:43.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:43 smithi194 bash[32038]: cluster 2023-12-07T21:17:42.004124+0000 mgr.a (mgr.14403) 9759 : cluster 0 pgmap v7283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:43.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:43 smithi135 bash[32435]: cluster 2023-12-07T21:17:42.004124+0000 mgr.a (mgr.14403) 9759 : cluster 0 pgmap v7283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:43.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:43 smithi079 bash[28699]: cluster 2023-12-07T21:17:42.004124+0000 mgr.a (mgr.14403) 9759 : cluster 0 pgmap v7283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:45.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:45 smithi194 bash[32038]: cluster 2023-12-07T21:17:44.004839+0000 mgr.a (mgr.14403) 9760 : cluster 0 pgmap v7284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:45.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:45 smithi135 bash[32435]: cluster 2023-12-07T21:17:44.004839+0000 mgr.a (mgr.14403) 9760 : cluster 0 pgmap v7284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:45.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:45 smithi079 bash[28699]: cluster 2023-12-07T21:17:44.004839+0000 mgr.a (mgr.14403) 9760 : cluster 0 pgmap v7284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:46.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:17:46.883 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:46.883 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:47.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:47 smithi194 bash[32038]: cluster 2023-12-07T21:17:46.005384+0000 mgr.a (mgr.14403) 9761 : cluster 0 pgmap v7285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:47.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:47 smithi135 bash[32435]: cluster 2023-12-07T21:17:46.005384+0000 mgr.a (mgr.14403) 9761 : cluster 0 pgmap v7285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:47.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:47 smithi079 bash[28699]: cluster 2023-12-07T21:17:46.005384+0000 mgr.a (mgr.14403) 9761 : cluster 0 pgmap v7285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:47.806 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:17:47.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:47.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:47.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:47.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:17:48.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:48 smithi194 bash[32038]: audit 2023-12-07T21:17:47.301364+0000 mgr.a (mgr.14403) 9762 : audit 0 from='client.200925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:48.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:48 smithi135 bash[32435]: audit 2023-12-07T21:17:47.301364+0000 mgr.a (mgr.14403) 9762 : audit 0 from='client.200925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:48.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:48 smithi079 bash[28699]: audit 2023-12-07T21:17:47.301364+0000 mgr.a (mgr.14403) 9762 : audit 0 from='client.200925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:49.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:49 smithi194 bash[32038]: cluster 2023-12-07T21:17:48.006029+0000 mgr.a (mgr.14403) 9763 : cluster 0 pgmap v7286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:49.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:49 smithi135 bash[32435]: cluster 2023-12-07T21:17:48.006029+0000 mgr.a (mgr.14403) 9763 : cluster 0 pgmap v7286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:49.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:49 smithi079 bash[28699]: cluster 2023-12-07T21:17:48.006029+0000 mgr.a (mgr.14403) 9763 : cluster 0 pgmap v7286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:17:51.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:51 smithi135 bash[32435]: cluster 2023-12-07T21:17:50.006821+0000 mgr.a (mgr.14403) 9764 : cluster 0 pgmap v7287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:51.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:51 smithi079 bash[28699]: cluster 2023-12-07T21:17:50.006821+0000 mgr.a (mgr.14403) 9764 : cluster 0 pgmap v7287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:51.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:51 smithi194 bash[32038]: cluster 2023-12-07T21:17:50.006821+0000 mgr.a (mgr.14403) 9764 : cluster 0 pgmap v7287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:17:52.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:17:52.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:52.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:53.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:53 smithi079 bash[28699]: cluster 2023-12-07T21:17:52.007398+0000 mgr.a (mgr.14403) 9765 : cluster 0 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-07T21:17:53.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:53 smithi194 bash[32038]: cluster 2023-12-07T21:17:52.007398+0000 mgr.a (mgr.14403) 9765 : cluster 0 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-07T21:17:53.695 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:53 smithi135 bash[32435]: cluster 2023-12-07T21:17:52.007398+0000 mgr.a (mgr.14403) 9765 : cluster 0 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-07T21:17:53.740 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:17:53.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:53.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:53.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:53.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:17:54.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:54 smithi079 bash[28699]: audit 2023-12-07T21:17:53.230962+0000 mgr.a (mgr.14403) 9766 : audit 0 from='client.201000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:54.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:54 smithi194 bash[32038]: audit 2023-12-07T21:17:53.230962+0000 mgr.a (mgr.14403) 9766 : audit 0 from='client.201000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:54.695 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:54 smithi135 bash[32435]: audit 2023-12-07T21:17:53.230962+0000 mgr.a (mgr.14403) 9766 : audit 0 from='client.201000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:17:55.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:55 smithi079 bash[28699]: cluster 2023-12-07T21:17:54.008388+0000 mgr.a (mgr.14403) 9767 : cluster 0 pgmap v7289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:17:55.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:55 smithi194 bash[32038]: cluster 2023-12-07T21:17:54.008388+0000 mgr.a (mgr.14403) 9767 : cluster 0 pgmap v7289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:17:55.695 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:55 smithi135 bash[32435]: cluster 2023-12-07T21:17:54.008388+0000 mgr.a (mgr.14403) 9767 : cluster 0 pgmap v7289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:17:57.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:57 smithi079 bash[28699]: cluster 2023-12-07T21:17:56.009085+0000 mgr.a (mgr.14403) 9768 : cluster 0 pgmap v7290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:17:57.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:57 smithi194 bash[32038]: cluster 2023-12-07T21:17:56.009085+0000 mgr.a (mgr.14403) 9768 : cluster 0 pgmap v7290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:17:57.695 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:57 smithi135 bash[32435]: cluster 2023-12-07T21:17:56.009085+0000 mgr.a (mgr.14403) 9768 : cluster 0 pgmap v7290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:17:58.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:17:58.743 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:17:58.743 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:17:59.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:17:59 smithi079 bash[28699]: cluster 2023-12-07T21:17:58.009732+0000 mgr.a (mgr.14403) 9769 : cluster 0 pgmap v7291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:17:59.660 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:17:59.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:17:59.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:17:59.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:17:59.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:17:59.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:17:59 smithi194 bash[32038]: cluster 2023-12-07T21:17:58.009732+0000 mgr.a (mgr.14403) 9769 : cluster 0 pgmap v7291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:17:59.695 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:17:59 smithi135 bash[32435]: cluster 2023-12-07T21:17:58.009732+0000 mgr.a (mgr.14403) 9769 : cluster 0 pgmap v7291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:18:00.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:00 smithi079 bash[28699]: audit 2023-12-07T21:17:59.159993+0000 mgr.a (mgr.14403) 9770 : audit 0 from='client.201075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:00.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:00 smithi194 bash[32038]: audit 2023-12-07T21:17:59.159993+0000 mgr.a (mgr.14403) 9770 : audit 0 from='client.201075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:00.695 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:00 smithi135 bash[32435]: audit 2023-12-07T21:17:59.159993+0000 mgr.a (mgr.14403) 9770 : audit 0 from='client.201075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:01.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:01 smithi079 bash[28699]: cluster 2023-12-07T21:18:00.010829+0000 mgr.a (mgr.14403) 9771 : cluster 0 pgmap v7292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:01.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:01 smithi194 bash[32038]: cluster 2023-12-07T21:18:00.010829+0000 mgr.a (mgr.14403) 9771 : cluster 0 pgmap v7292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:01.695 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:01 smithi135 bash[32435]: cluster 2023-12-07T21:18:00.010829+0000 mgr.a (mgr.14403) 9771 : cluster 0 pgmap v7292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:03.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:03 smithi079 bash[28699]: cluster 2023-12-07T21:18:02.011425+0000 mgr.a (mgr.14403) 9772 : cluster 0 pgmap v7293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:03.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:03 smithi194 bash[32038]: cluster 2023-12-07T21:18:02.011425+0000 mgr.a (mgr.14403) 9772 : cluster 0 pgmap v7293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:03.695 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:03 smithi135 bash[32435]: cluster 2023-12-07T21:18:02.011425+0000 mgr.a (mgr.14403) 9772 : cluster 0 pgmap v7293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:04.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:18:04.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:04.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:05.581 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:18:05.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:05.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:05.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:05.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:18:05.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:05 smithi079 bash[28699]: cluster 2023-12-07T21:18:04.012319+0000 mgr.a (mgr.14403) 9773 : cluster 0 pgmap v7294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:05.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:05 smithi194 bash[32038]: cluster 2023-12-07T21:18:04.012319+0000 mgr.a (mgr.14403) 9773 : cluster 0 pgmap v7294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:05.695 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:05 smithi135 bash[32435]: cluster 2023-12-07T21:18:04.012319+0000 mgr.a (mgr.14403) 9773 : cluster 0 pgmap v7294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:06.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:06 smithi079 bash[28699]: audit 2023-12-07T21:18:05.084202+0000 mgr.a (mgr.14403) 9774 : audit 0 from='client.201150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:06.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:06 smithi194 bash[32038]: audit 2023-12-07T21:18:05.084202+0000 mgr.a (mgr.14403) 9774 : audit 0 from='client.201150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:06.695 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:06 smithi135 bash[32435]: audit 2023-12-07T21:18:05.084202+0000 mgr.a (mgr.14403) 9774 : audit 0 from='client.201150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:07.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:07 smithi079 bash[28699]: cluster 2023-12-07T21:18:06.013049+0000 mgr.a (mgr.14403) 9775 : cluster 0 pgmap v7295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:18:07.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:07 smithi194 bash[32038]: cluster 2023-12-07T21:18:06.013049+0000 mgr.a (mgr.14403) 9775 : cluster 0 pgmap v7295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:18:07.695 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:07 smithi135 bash[32435]: cluster 2023-12-07T21:18:06.013049+0000 mgr.a (mgr.14403) 9775 : cluster 0 pgmap v7295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:18:09.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:09 smithi079 bash[28699]: cluster 2023-12-07T21:18:08.013648+0000 mgr.a (mgr.14403) 9776 : cluster 0 pgmap v7296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:18:09.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:09 smithi194 bash[32038]: cluster 2023-12-07T21:18:08.013648+0000 mgr.a (mgr.14403) 9776 : cluster 0 pgmap v7296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:18:09.695 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:09 smithi135 bash[32435]: cluster 2023-12-07T21:18:08.013648+0000 mgr.a (mgr.14403) 9776 : cluster 0 pgmap v7296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:18:10.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:18:10.584 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:10.585 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:10.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:10 smithi079 bash[28699]: audit 2023-12-07T21:18:10.239723+0000 mon.a (mon.0) 1808 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:18:10.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:10 smithi194 bash[32038]: audit 2023-12-07T21:18:10.239723+0000 mon.a (mon.0) 1808 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:18:10.695 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:10 smithi135 bash[32435]: audit 2023-12-07T21:18:10.239723+0000 mon.a (mon.0) 1808 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:18:11.465 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:18:11.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:11.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:11.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:11.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:18:12.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:11 smithi079 bash[28699]: cluster 2023-12-07T21:18:10.014446+0000 mgr.a (mgr.14403) 9777 : cluster 0 pgmap v7297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:18:12.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:11 smithi079 bash[28699]: audit 2023-12-07T21:18:10.772553+0000 mon.a (mon.0) 1809 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:18:12.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:11 smithi079 bash[28699]: audit 2023-12-07T21:18:10.782825+0000 mon.a (mon.0) 1810 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:18:12.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:11 smithi079 bash[28699]: audit 2023-12-07T21:18:11.544565+0000 mon.a (mon.0) 1811 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:18:12.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:11 smithi079 bash[28699]: audit 2023-12-07T21:18:11.546714+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:18:12.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:11 smithi079 bash[28699]: audit 2023-12-07T21:18:11.556328+0000 mon.a (mon.0) 1813 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:18:12.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:11 smithi194 bash[32038]: cluster 2023-12-07T21:18:10.014446+0000 mgr.a (mgr.14403) 9777 : cluster 0 pgmap v7297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:18:12.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:11 smithi194 bash[32038]: audit 2023-12-07T21:18:10.772553+0000 mon.a (mon.0) 1809 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:18:12.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:11 smithi194 bash[32038]: audit 2023-12-07T21:18:10.782825+0000 mon.a (mon.0) 1810 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:18:12.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:11 smithi194 bash[32038]: audit 2023-12-07T21:18:11.544565+0000 mon.a (mon.0) 1811 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:18:12.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:11 smithi194 bash[32038]: audit 2023-12-07T21:18:11.546714+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:18:12.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:11 smithi194 bash[32038]: audit 2023-12-07T21:18:11.556328+0000 mon.a (mon.0) 1813 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:18:12.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:11 smithi135 bash[32435]: cluster 2023-12-07T21:18:10.014446+0000 mgr.a (mgr.14403) 9777 : cluster 0 pgmap v7297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:18:12.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:11 smithi135 bash[32435]: audit 2023-12-07T21:18:10.772553+0000 mon.a (mon.0) 1809 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:18:12.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:11 smithi135 bash[32435]: audit 2023-12-07T21:18:10.782825+0000 mon.a (mon.0) 1810 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:18:12.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:11 smithi135 bash[32435]: audit 2023-12-07T21:18:11.544565+0000 mon.a (mon.0) 1811 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:18:12.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:11 smithi135 bash[32435]: audit 2023-12-07T21:18:11.546714+0000 mon.a (mon.0) 1812 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:18:12.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:11 smithi135 bash[32435]: audit 2023-12-07T21:18:11.556328+0000 mon.a (mon.0) 1813 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:18:13.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:12 smithi079 bash[28699]: audit 2023-12-07T21:18:10.998291+0000 mgr.a (mgr.14403) 9778 : audit 0 from='client.201228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:13.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:12 smithi194 bash[32038]: audit 2023-12-07T21:18:10.998291+0000 mgr.a (mgr.14403) 9778 : audit 0 from='client.201228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:13.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:12 smithi135 bash[32435]: audit 2023-12-07T21:18:10.998291+0000 mgr.a (mgr.14403) 9778 : audit 0 from='client.201228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:14.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:13 smithi079 bash[28699]: cluster 2023-12-07T21:18:12.015172+0000 mgr.a (mgr.14403) 9779 : cluster 0 pgmap v7298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:14.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:13 smithi194 bash[32038]: cluster 2023-12-07T21:18:12.015172+0000 mgr.a (mgr.14403) 9779 : cluster 0 pgmap v7298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:14.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:13 smithi135 bash[32435]: cluster 2023-12-07T21:18:12.015172+0000 mgr.a (mgr.14403) 9779 : cluster 0 pgmap v7298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:16.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:15 smithi079 bash[28699]: cluster 2023-12-07T21:18:14.015973+0000 mgr.a (mgr.14403) 9780 : cluster 0 pgmap v7299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:16.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:15 smithi194 bash[32038]: cluster 2023-12-07T21:18:14.015973+0000 mgr.a (mgr.14403) 9780 : cluster 0 pgmap v7299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:16.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:15 smithi135 bash[32435]: cluster 2023-12-07T21:18:14.015973+0000 mgr.a (mgr.14403) 9780 : cluster 0 pgmap v7299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:16.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:18:16.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:16.469 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:17.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:17.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:17.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:17.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:18:17.360 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:18:18.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:17 smithi079 bash[28699]: cluster 2023-12-07T21:18:16.016540+0000 mgr.a (mgr.14403) 9781 : cluster 0 pgmap v7300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:18.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:17 smithi194 bash[32038]: cluster 2023-12-07T21:18:16.016540+0000 mgr.a (mgr.14403) 9781 : cluster 0 pgmap v7300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:18.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:17 smithi135 bash[32435]: cluster 2023-12-07T21:18:16.016540+0000 mgr.a (mgr.14403) 9781 : cluster 0 pgmap v7300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:19.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:18 smithi079 bash[28699]: audit 2023-12-07T21:18:16.884021+0000 mgr.a (mgr.14403) 9782 : audit 0 from='client.201303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:19.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:18 smithi194 bash[32038]: audit 2023-12-07T21:18:16.884021+0000 mgr.a (mgr.14403) 9782 : audit 0 from='client.201303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:19.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:18 smithi135 bash[32435]: audit 2023-12-07T21:18:16.884021+0000 mgr.a (mgr.14403) 9782 : audit 0 from='client.201303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:20.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:19 smithi079 bash[28699]: cluster 2023-12-07T21:18:18.017398+0000 mgr.a (mgr.14403) 9783 : cluster 0 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-07T21:18:20.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:19 smithi194 bash[32038]: cluster 2023-12-07T21:18:18.017398+0000 mgr.a (mgr.14403) 9783 : cluster 0 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-07T21:18:20.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:19 smithi135 bash[32435]: cluster 2023-12-07T21:18:18.017398+0000 mgr.a (mgr.14403) 9783 : cluster 0 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-07T21:18:22.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:21 smithi079 bash[28699]: cluster 2023-12-07T21:18:20.018375+0000 mgr.a (mgr.14403) 9784 : cluster 0 pgmap v7302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:22.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:21 smithi194 bash[32038]: cluster 2023-12-07T21:18:20.018375+0000 mgr.a (mgr.14403) 9784 : cluster 0 pgmap v7302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:22.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:21 smithi135 bash[32435]: cluster 2023-12-07T21:18:20.018375+0000 mgr.a (mgr.14403) 9784 : cluster 0 pgmap v7302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:22.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:18:22.363 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:22.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:23.259 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:18:23.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:23.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:23.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:23.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:18:24.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:23 smithi079 bash[28699]: cluster 2023-12-07T21:18:22.019157+0000 mgr.a (mgr.14403) 9785 : cluster 0 pgmap v7303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:24.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:23 smithi079 bash[28699]: audit 2023-12-07T21:18:22.776712+0000 mgr.a (mgr.14403) 9786 : audit 0 from='client.201381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:24.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:23 smithi194 bash[32038]: cluster 2023-12-07T21:18:22.019157+0000 mgr.a (mgr.14403) 9785 : cluster 0 pgmap v7303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:24.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:23 smithi194 bash[32038]: audit 2023-12-07T21:18:22.776712+0000 mgr.a (mgr.14403) 9786 : audit 0 from='client.201381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:24.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:23 smithi135 bash[32435]: cluster 2023-12-07T21:18:22.019157+0000 mgr.a (mgr.14403) 9785 : cluster 0 pgmap v7303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:24.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:23 smithi135 bash[32435]: audit 2023-12-07T21:18:22.776712+0000 mgr.a (mgr.14403) 9786 : audit 0 from='client.201381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:26.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:25 smithi079 bash[28699]: cluster 2023-12-07T21:18:24.020114+0000 mgr.a (mgr.14403) 9787 : cluster 0 pgmap v7304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:26.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:25 smithi194 bash[32038]: cluster 2023-12-07T21:18:24.020114+0000 mgr.a (mgr.14403) 9787 : cluster 0 pgmap v7304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:26.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:25 smithi135 bash[32435]: cluster 2023-12-07T21:18:24.020114+0000 mgr.a (mgr.14403) 9787 : cluster 0 pgmap v7304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:28.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:27 smithi079 bash[28699]: cluster 2023-12-07T21:18:26.020690+0000 mgr.a (mgr.14403) 9788 : cluster 0 pgmap v7305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:28.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:27 smithi194 bash[32038]: cluster 2023-12-07T21:18:26.020690+0000 mgr.a (mgr.14403) 9788 : cluster 0 pgmap v7305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:28.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:27 smithi135 bash[32435]: cluster 2023-12-07T21:18:26.020690+0000 mgr.a (mgr.14403) 9788 : cluster 0 pgmap v7305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:28.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:18:28.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:28.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:29.167 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:18:29.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:29.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:29.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:29.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:18:30.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:29 smithi079 bash[28699]: cluster 2023-12-07T21:18:28.021408+0000 mgr.a (mgr.14403) 9789 : cluster 0 pgmap v7306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:30.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:29 smithi079 bash[28699]: audit 2023-12-07T21:18:28.683743+0000 mgr.a (mgr.14403) 9790 : audit 0 from='client.201459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:30.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:29 smithi194 bash[32038]: cluster 2023-12-07T21:18:28.021408+0000 mgr.a (mgr.14403) 9789 : cluster 0 pgmap v7306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:30.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:29 smithi194 bash[32038]: audit 2023-12-07T21:18:28.683743+0000 mgr.a (mgr.14403) 9790 : audit 0 from='client.201459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:30.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:29 smithi135 bash[32435]: cluster 2023-12-07T21:18:28.021408+0000 mgr.a (mgr.14403) 9789 : cluster 0 pgmap v7306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:30.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:29 smithi135 bash[32435]: audit 2023-12-07T21:18:28.683743+0000 mgr.a (mgr.14403) 9790 : audit 0 from='client.201459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:32.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:31 smithi079 bash[28699]: cluster 2023-12-07T21:18:30.022456+0000 mgr.a (mgr.14403) 9791 : cluster 0 pgmap v7307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:32.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:31 smithi194 bash[32038]: cluster 2023-12-07T21:18:30.022456+0000 mgr.a (mgr.14403) 9791 : cluster 0 pgmap v7307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:32.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:31 smithi135 bash[32435]: cluster 2023-12-07T21:18:30.022456+0000 mgr.a (mgr.14403) 9791 : cluster 0 pgmap v7307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:34.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:33 smithi079 bash[28699]: cluster 2023-12-07T21:18:32.023003+0000 mgr.a (mgr.14403) 9792 : cluster 0 pgmap v7308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:34.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:18:34.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:34.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:34.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:33 smithi194 bash[32038]: cluster 2023-12-07T21:18:32.023003+0000 mgr.a (mgr.14403) 9792 : cluster 0 pgmap v7308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:34.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:33 smithi135 bash[32435]: cluster 2023-12-07T21:18:32.023003+0000 mgr.a (mgr.14403) 9792 : cluster 0 pgmap v7308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:35.072 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:18:35.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:35.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:35.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:35.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:18:36.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:35 smithi079 bash[28699]: cluster 2023-12-07T21:18:34.023715+0000 mgr.a (mgr.14403) 9793 : cluster 0 pgmap v7309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:36.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:35 smithi079 bash[28699]: audit 2023-12-07T21:18:34.586864+0000 mgr.a (mgr.14403) 9794 : audit 0 from='client.201531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:36.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:35 smithi194 bash[32038]: cluster 2023-12-07T21:18:34.023715+0000 mgr.a (mgr.14403) 9793 : cluster 0 pgmap v7309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:36.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:35 smithi194 bash[32038]: audit 2023-12-07T21:18:34.586864+0000 mgr.a (mgr.14403) 9794 : audit 0 from='client.201531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:36.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:35 smithi135 bash[32435]: cluster 2023-12-07T21:18:34.023715+0000 mgr.a (mgr.14403) 9793 : cluster 0 pgmap v7309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:36.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:35 smithi135 bash[32435]: audit 2023-12-07T21:18:34.586864+0000 mgr.a (mgr.14403) 9794 : audit 0 from='client.201531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:38.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:37 smithi079 bash[28699]: cluster 2023-12-07T21:18:36.024363+0000 mgr.a (mgr.14403) 9795 : cluster 0 pgmap v7310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:38.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:37 smithi194 bash[32038]: cluster 2023-12-07T21:18:36.024363+0000 mgr.a (mgr.14403) 9795 : cluster 0 pgmap v7310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:38.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:37 smithi135 bash[32435]: cluster 2023-12-07T21:18:36.024363+0000 mgr.a (mgr.14403) 9795 : cluster 0 pgmap v7310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:40.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:18:40.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:40.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:40.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:39 smithi079 bash[28699]: cluster 2023-12-07T21:18:38.024901+0000 mgr.a (mgr.14403) 9796 : cluster 0 pgmap v7311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:40.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:39 smithi194 bash[32038]: cluster 2023-12-07T21:18:38.024901+0000 mgr.a (mgr.14403) 9796 : cluster 0 pgmap v7311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:40.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:39 smithi135 bash[32435]: cluster 2023-12-07T21:18:38.024901+0000 mgr.a (mgr.14403) 9796 : cluster 0 pgmap v7311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:18:40.993 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:18:40.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:40.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:40.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:40.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:18:42.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:41 smithi079 bash[28699]: cluster 2023-12-07T21:18:40.025832+0000 mgr.a (mgr.14403) 9797 : cluster 0 pgmap v7312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:42.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:41 smithi079 bash[28699]: audit 2023-12-07T21:18:40.495931+0000 mgr.a (mgr.14403) 9798 : audit 0 from='client.201606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:42.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:41 smithi194 bash[32038]: cluster 2023-12-07T21:18:40.025832+0000 mgr.a (mgr.14403) 9797 : cluster 0 pgmap v7312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:42.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:41 smithi194 bash[32038]: audit 2023-12-07T21:18:40.495931+0000 mgr.a (mgr.14403) 9798 : audit 0 from='client.201606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:42.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:41 smithi135 bash[32435]: cluster 2023-12-07T21:18:40.025832+0000 mgr.a (mgr.14403) 9797 : cluster 0 pgmap v7312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:42.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:41 smithi135 bash[32435]: audit 2023-12-07T21:18:40.495931+0000 mgr.a (mgr.14403) 9798 : audit 0 from='client.201606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:43.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:42 smithi079 bash[28699]: cluster 2023-12-07T21:18:42.026635+0000 mgr.a (mgr.14403) 9799 : cluster 0 pgmap v7313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:43.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:42 smithi194 bash[32038]: cluster 2023-12-07T21:18:42.026635+0000 mgr.a (mgr.14403) 9799 : cluster 0 pgmap v7313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:43.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:42 smithi135 bash[32435]: cluster 2023-12-07T21:18:42.026635+0000 mgr.a (mgr.14403) 9799 : cluster 0 pgmap v7313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:45.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:45 smithi079 bash[28699]: cluster 2023-12-07T21:18:44.027496+0000 mgr.a (mgr.14403) 9800 : cluster 0 pgmap v7314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:45.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:45 smithi194 bash[32038]: cluster 2023-12-07T21:18:44.027496+0000 mgr.a (mgr.14403) 9800 : cluster 0 pgmap v7314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:45.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:45 smithi135 bash[32435]: cluster 2023-12-07T21:18:44.027496+0000 mgr.a (mgr.14403) 9800 : cluster 0 pgmap v7314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:45.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:18:45.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:45.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:46.903 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:18:46.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:46.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:46.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:46.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:18:47.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:47 smithi079 bash[28699]: cluster 2023-12-07T21:18:46.028146+0000 mgr.a (mgr.14403) 9801 : cluster 0 pgmap v7315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:47.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:47 smithi079 bash[28699]: audit 2023-12-07T21:18:46.411643+0000 mgr.a (mgr.14403) 9802 : audit 0 from='client.201681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:47.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:47 smithi194 bash[32038]: cluster 2023-12-07T21:18:46.028146+0000 mgr.a (mgr.14403) 9801 : cluster 0 pgmap v7315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:47.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:47 smithi194 bash[32038]: audit 2023-12-07T21:18:46.411643+0000 mgr.a (mgr.14403) 9802 : audit 0 from='client.201681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:47.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:47 smithi135 bash[32435]: cluster 2023-12-07T21:18:46.028146+0000 mgr.a (mgr.14403) 9801 : cluster 0 pgmap v7315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:47.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:47 smithi135 bash[32435]: audit 2023-12-07T21:18:46.411643+0000 mgr.a (mgr.14403) 9802 : audit 0 from='client.201681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:49.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:49 smithi079 bash[28699]: cluster 2023-12-07T21:18:48.028832+0000 mgr.a (mgr.14403) 9803 : cluster 0 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-07T21:18:49.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:49 smithi194 bash[32038]: cluster 2023-12-07T21:18:48.028832+0000 mgr.a (mgr.14403) 9803 : cluster 0 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-07T21:18:49.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:49 smithi135 bash[32435]: cluster 2023-12-07T21:18:48.028832+0000 mgr.a (mgr.14403) 9803 : cluster 0 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-07T21:18:51.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:51 smithi079 bash[28699]: cluster 2023-12-07T21:18:50.029435+0000 mgr.a (mgr.14403) 9804 : cluster 0 pgmap v7317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:51.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:51 smithi194 bash[32038]: cluster 2023-12-07T21:18:50.029435+0000 mgr.a (mgr.14403) 9804 : cluster 0 pgmap v7317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:51.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:51 smithi135 bash[32435]: cluster 2023-12-07T21:18:50.029435+0000 mgr.a (mgr.14403) 9804 : cluster 0 pgmap v7317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:51.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:18:51.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:51.906 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:52.782 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:18:52.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:52.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:52.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:52.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:18:53.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:53 smithi079 bash[28699]: cluster 2023-12-07T21:18:52.029778+0000 mgr.a (mgr.14403) 9805 : cluster 0 pgmap v7318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:53.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:53 smithi079 bash[28699]: audit 2023-12-07T21:18:52.319326+0000 mgr.a (mgr.14403) 9806 : audit 0 from='client.201753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:53.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:53 smithi194 bash[32038]: cluster 2023-12-07T21:18:52.029778+0000 mgr.a (mgr.14403) 9805 : cluster 0 pgmap v7318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:53.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:53 smithi194 bash[32038]: audit 2023-12-07T21:18:52.319326+0000 mgr.a (mgr.14403) 9806 : audit 0 from='client.201753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:53.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:53 smithi135 bash[32435]: cluster 2023-12-07T21:18:52.029778+0000 mgr.a (mgr.14403) 9805 : cluster 0 pgmap v7318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:53.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:53 smithi135 bash[32435]: audit 2023-12-07T21:18:52.319326+0000 mgr.a (mgr.14403) 9806 : audit 0 from='client.201753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:55.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:55 smithi194 bash[32038]: cluster 2023-12-07T21:18:54.030658+0000 mgr.a (mgr.14403) 9807 : cluster 0 pgmap v7319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:55.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:55 smithi135 bash[32435]: cluster 2023-12-07T21:18:54.030658+0000 mgr.a (mgr.14403) 9807 : cluster 0 pgmap v7319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:55.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:55 smithi079 bash[28699]: cluster 2023-12-07T21:18:54.030658+0000 mgr.a (mgr.14403) 9807 : cluster 0 pgmap v7319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:18:57.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:57 smithi194 bash[32038]: cluster 2023-12-07T21:18:56.031267+0000 mgr.a (mgr.14403) 9808 : cluster 0 pgmap v7320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:57.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:57 smithi135 bash[32435]: cluster 2023-12-07T21:18:56.031267+0000 mgr.a (mgr.14403) 9808 : cluster 0 pgmap v7320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:57.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:57 smithi079 bash[28699]: cluster 2023-12-07T21:18:56.031267+0000 mgr.a (mgr.14403) 9808 : cluster 0 pgmap v7320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:57.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:18:57.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:18:57.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:18:58.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:18:58.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:18:58.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:18:58.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:18:58.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:18:59.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:59 smithi194 bash[32038]: cluster 2023-12-07T21:18:58.031683+0000 mgr.a (mgr.14403) 9809 : cluster 0 pgmap v7321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:59.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:18:59 smithi194 bash[32038]: audit 2023-12-07T21:18:58.207593+0000 mgr.a (mgr.14403) 9810 : audit 0 from='client.201825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:59.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:59 smithi135 bash[32435]: cluster 2023-12-07T21:18:58.031683+0000 mgr.a (mgr.14403) 9809 : cluster 0 pgmap v7321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:59.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:18:59 smithi135 bash[32435]: audit 2023-12-07T21:18:58.207593+0000 mgr.a (mgr.14403) 9810 : audit 0 from='client.201825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:18:59.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:59 smithi079 bash[28699]: cluster 2023-12-07T21:18:58.031683+0000 mgr.a (mgr.14403) 9809 : cluster 0 pgmap v7321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:18:59.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:18:59 smithi079 bash[28699]: audit 2023-12-07T21:18:58.207593+0000 mgr.a (mgr.14403) 9810 : audit 0 from='client.201825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:01.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:01 smithi194 bash[32038]: cluster 2023-12-07T21:19:00.032574+0000 mgr.a (mgr.14403) 9811 : cluster 0 pgmap v7322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:19:01.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:01 smithi135 bash[32435]: cluster 2023-12-07T21:19:00.032574+0000 mgr.a (mgr.14403) 9811 : cluster 0 pgmap v7322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:19:01.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:01 smithi079 bash[28699]: cluster 2023-12-07T21:19:00.032574+0000 mgr.a (mgr.14403) 9811 : cluster 0 pgmap v7322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:19:03.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:03 smithi194 bash[32038]: cluster 2023-12-07T21:19:02.033164+0000 mgr.a (mgr.14403) 9812 : cluster 0 pgmap v7323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:19:03.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:03 smithi135 bash[32435]: cluster 2023-12-07T21:19:02.033164+0000 mgr.a (mgr.14403) 9812 : cluster 0 pgmap v7323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:19:03.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:03 smithi079 bash[28699]: cluster 2023-12-07T21:19:02.033164+0000 mgr.a (mgr.14403) 9812 : cluster 0 pgmap v7323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:19:03.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:19:03.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:03.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:04.590 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:19:04.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:04.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:04.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:04.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:19:05.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:05 smithi194 bash[32038]: cluster 2023-12-07T21:19:04.033916+0000 mgr.a (mgr.14403) 9813 : cluster 0 pgmap v7324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:05.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:05 smithi194 bash[32038]: audit 2023-12-07T21:19:04.099695+0000 mgr.a (mgr.14403) 9814 : audit 0 from='client.201894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:05.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:05 smithi135 bash[32435]: cluster 2023-12-07T21:19:04.033916+0000 mgr.a (mgr.14403) 9813 : cluster 0 pgmap v7324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:05.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:05 smithi135 bash[32435]: audit 2023-12-07T21:19:04.099695+0000 mgr.a (mgr.14403) 9814 : audit 0 from='client.201894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:05.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:05 smithi079 bash[28699]: cluster 2023-12-07T21:19:04.033916+0000 mgr.a (mgr.14403) 9813 : cluster 0 pgmap v7324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:05.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:05 smithi079 bash[28699]: audit 2023-12-07T21:19:04.099695+0000 mgr.a (mgr.14403) 9814 : audit 0 from='client.201894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:07.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:07 smithi194 bash[32038]: cluster 2023-12-07T21:19:06.034545+0000 mgr.a (mgr.14403) 9815 : cluster 0 pgmap v7325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:07.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:07 smithi135 bash[32435]: cluster 2023-12-07T21:19:06.034545+0000 mgr.a (mgr.14403) 9815 : cluster 0 pgmap v7325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:07.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:07 smithi079 bash[28699]: cluster 2023-12-07T21:19:06.034545+0000 mgr.a (mgr.14403) 9815 : cluster 0 pgmap v7325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:09.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:09 smithi194 bash[32038]: cluster 2023-12-07T21:19:08.035128+0000 mgr.a (mgr.14403) 9816 : cluster 0 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-07T21:19:09.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:09 smithi135 bash[32435]: cluster 2023-12-07T21:19:08.035128+0000 mgr.a (mgr.14403) 9816 : cluster 0 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-07T21:19:09.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:19:09.594 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:09.594 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:09.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:09 smithi079 bash[28699]: cluster 2023-12-07T21:19:08.035128+0000 mgr.a (mgr.14403) 9816 : cluster 0 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-07T21:19:10.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:10.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:10.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:10.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:19:10.502 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:19:11.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:11 smithi194 bash[32038]: audit 2023-12-07T21:19:10.015683+0000 mgr.a (mgr.14403) 9817 : audit 0 from='client.201969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:11.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:11 smithi194 bash[32038]: cluster 2023-12-07T21:19:10.036217+0000 mgr.a (mgr.14403) 9818 : cluster 0 pgmap v7327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:11.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:11 smithi135 bash[32435]: audit 2023-12-07T21:19:10.015683+0000 mgr.a (mgr.14403) 9817 : audit 0 from='client.201969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:11.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:11 smithi135 bash[32435]: cluster 2023-12-07T21:19:10.036217+0000 mgr.a (mgr.14403) 9818 : cluster 0 pgmap v7327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:11.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:11 smithi079 bash[28699]: audit 2023-12-07T21:19:10.015683+0000 mgr.a (mgr.14403) 9817 : audit 0 from='client.201969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:11.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:11 smithi079 bash[28699]: cluster 2023-12-07T21:19:10.036217+0000 mgr.a (mgr.14403) 9818 : cluster 0 pgmap v7327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:12.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:12 smithi194 bash[32038]: audit 2023-12-07T21:19:11.658776+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:19:12.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:12 smithi135 bash[32435]: audit 2023-12-07T21:19:11.658776+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:19:12.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:12 smithi079 bash[28699]: audit 2023-12-07T21:19:11.658776+0000 mon.a (mon.0) 1814 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:19:13.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:13 smithi194 bash[32038]: cluster 2023-12-07T21:19:12.036870+0000 mgr.a (mgr.14403) 9819 : cluster 0 pgmap v7328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:19:13.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:13 smithi194 bash[32038]: audit 2023-12-07T21:19:12.192759+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:19:13.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:13 smithi194 bash[32038]: audit 2023-12-07T21:19:12.199457+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:19:13.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:13 smithi194 bash[32038]: audit 2023-12-07T21:19:12.929117+0000 mon.a (mon.0) 1817 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:19:13.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:13 smithi194 bash[32038]: audit 2023-12-07T21:19:12.930861+0000 mon.a (mon.0) 1818 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:19:13.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:13 smithi194 bash[32038]: audit 2023-12-07T21:19:12.940491+0000 mon.a (mon.0) 1819 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:19:13.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:13 smithi135 bash[32435]: cluster 2023-12-07T21:19:12.036870+0000 mgr.a (mgr.14403) 9819 : cluster 0 pgmap v7328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:19:13.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:13 smithi135 bash[32435]: audit 2023-12-07T21:19:12.192759+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:19:13.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:13 smithi135 bash[32435]: audit 2023-12-07T21:19:12.199457+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:19:13.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:13 smithi135 bash[32435]: audit 2023-12-07T21:19:12.929117+0000 mon.a (mon.0) 1817 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:19:13.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:13 smithi135 bash[32435]: audit 2023-12-07T21:19:12.930861+0000 mon.a (mon.0) 1818 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:19:13.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:13 smithi135 bash[32435]: audit 2023-12-07T21:19:12.940491+0000 mon.a (mon.0) 1819 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:19:13.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:13 smithi079 bash[28699]: cluster 2023-12-07T21:19:12.036870+0000 mgr.a (mgr.14403) 9819 : cluster 0 pgmap v7328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:19:13.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:13 smithi079 bash[28699]: audit 2023-12-07T21:19:12.192759+0000 mon.a (mon.0) 1815 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:19:13.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:13 smithi079 bash[28699]: audit 2023-12-07T21:19:12.199457+0000 mon.a (mon.0) 1816 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:19:13.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:13 smithi079 bash[28699]: audit 2023-12-07T21:19:12.929117+0000 mon.a (mon.0) 1817 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:19:13.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:13 smithi079 bash[28699]: audit 2023-12-07T21:19:12.930861+0000 mon.a (mon.0) 1818 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:19:13.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:13 smithi079 bash[28699]: audit 2023-12-07T21:19:12.940491+0000 mon.a (mon.0) 1819 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:19:15.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:15 smithi194 bash[32038]: cluster 2023-12-07T21:19:14.037803+0000 mgr.a (mgr.14403) 9820 : cluster 0 pgmap v7329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:19:15.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:15 smithi135 bash[32435]: cluster 2023-12-07T21:19:14.037803+0000 mgr.a (mgr.14403) 9820 : cluster 0 pgmap v7329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:19:15.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:19:15.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:15.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:15.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:15 smithi079 bash[28699]: cluster 2023-12-07T21:19:14.037803+0000 mgr.a (mgr.14403) 9820 : cluster 0 pgmap v7329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:19:16.423 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:19:16.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:16.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:16.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:16.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:19:17.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:17 smithi194 bash[32038]: audit 2023-12-07T21:19:15.924872+0000 mgr.a (mgr.14403) 9821 : audit 0 from='client.202047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:17.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:17 smithi194 bash[32038]: cluster 2023-12-07T21:19:16.038608+0000 mgr.a (mgr.14403) 9822 : cluster 0 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-07T21:19:17.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:17 smithi135 bash[32435]: audit 2023-12-07T21:19:15.924872+0000 mgr.a (mgr.14403) 9821 : audit 0 from='client.202047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:17.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:17 smithi135 bash[32435]: cluster 2023-12-07T21:19:16.038608+0000 mgr.a (mgr.14403) 9822 : cluster 0 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-07T21:19:17.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:17 smithi079 bash[28699]: audit 2023-12-07T21:19:15.924872+0000 mgr.a (mgr.14403) 9821 : audit 0 from='client.202047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:17.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:17 smithi079 bash[28699]: cluster 2023-12-07T21:19:16.038608+0000 mgr.a (mgr.14403) 9822 : cluster 0 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-07T21:19:19.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:19 smithi135 bash[32435]: cluster 2023-12-07T21:19:18.039309+0000 mgr.a (mgr.14403) 9823 : cluster 0 pgmap v7331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:19.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:19 smithi079 bash[28699]: cluster 2023-12-07T21:19:18.039309+0000 mgr.a (mgr.14403) 9823 : cluster 0 pgmap v7331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:19.693 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:19 smithi194 bash[32038]: cluster 2023-12-07T21:19:18.039309+0000 mgr.a (mgr.14403) 9823 : cluster 0 pgmap v7331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:21.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:19:21.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:21.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:21.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:21 smithi079 bash[28699]: cluster 2023-12-07T21:19:20.040105+0000 mgr.a (mgr.14403) 9824 : cluster 0 pgmap v7332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:21.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:21 smithi194 bash[32038]: cluster 2023-12-07T21:19:20.040105+0000 mgr.a (mgr.14403) 9824 : cluster 0 pgmap v7332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:21.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:21 smithi135 bash[32435]: cluster 2023-12-07T21:19:20.040105+0000 mgr.a (mgr.14403) 9824 : cluster 0 pgmap v7332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:22.327 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:19:22.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:22.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:22.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:22.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:19:22.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:22 smithi079 bash[28699]: audit 2023-12-07T21:19:21.844529+0000 mgr.a (mgr.14403) 9825 : audit 0 from='client.202125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:22.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:22 smithi194 bash[32038]: audit 2023-12-07T21:19:21.844529+0000 mgr.a (mgr.14403) 9825 : audit 0 from='client.202125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:22.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:22 smithi135 bash[32435]: audit 2023-12-07T21:19:21.844529+0000 mgr.a (mgr.14403) 9825 : audit 0 from='client.202125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:23.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:23 smithi079 bash[28699]: cluster 2023-12-07T21:19:22.040735+0000 mgr.a (mgr.14403) 9826 : cluster 0 pgmap v7333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:23.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:23 smithi194 bash[32038]: cluster 2023-12-07T21:19:22.040735+0000 mgr.a (mgr.14403) 9826 : cluster 0 pgmap v7333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:23.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:23 smithi135 bash[32435]: cluster 2023-12-07T21:19:22.040735+0000 mgr.a (mgr.14403) 9826 : cluster 0 pgmap v7333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:25.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:25 smithi079 bash[28699]: cluster 2023-12-07T21:19:24.041583+0000 mgr.a (mgr.14403) 9827 : cluster 0 pgmap v7334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:25.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:25 smithi194 bash[32038]: cluster 2023-12-07T21:19:24.041583+0000 mgr.a (mgr.14403) 9827 : cluster 0 pgmap v7334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:25.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:25 smithi135 bash[32435]: cluster 2023-12-07T21:19:24.041583+0000 mgr.a (mgr.14403) 9827 : cluster 0 pgmap v7334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:27.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:19:27.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:27.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:27.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:27 smithi079 bash[28699]: cluster 2023-12-07T21:19:26.042172+0000 mgr.a (mgr.14403) 9828 : cluster 0 pgmap v7335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:27.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:27 smithi194 bash[32038]: cluster 2023-12-07T21:19:26.042172+0000 mgr.a (mgr.14403) 9828 : cluster 0 pgmap v7335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:27.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:27 smithi135 bash[32435]: cluster 2023-12-07T21:19:26.042172+0000 mgr.a (mgr.14403) 9828 : cluster 0 pgmap v7335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:28.222 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:19:28.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:28.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:28.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:28.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:19:28.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:28 smithi079 bash[28699]: audit 2023-12-07T21:19:27.745272+0000 mgr.a (mgr.14403) 9829 : audit 0 from='client.202200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:28.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:28 smithi194 bash[32038]: audit 2023-12-07T21:19:27.745272+0000 mgr.a (mgr.14403) 9829 : audit 0 from='client.202200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:28.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:28 smithi135 bash[32435]: audit 2023-12-07T21:19:27.745272+0000 mgr.a (mgr.14403) 9829 : audit 0 from='client.202200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:29.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:29 smithi079 bash[28699]: cluster 2023-12-07T21:19:28.042858+0000 mgr.a (mgr.14403) 9830 : cluster 0 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-07T21:19:29.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:29 smithi194 bash[32038]: cluster 2023-12-07T21:19:28.042858+0000 mgr.a (mgr.14403) 9830 : cluster 0 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-07T21:19:29.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:29 smithi135 bash[32435]: cluster 2023-12-07T21:19:28.042858+0000 mgr.a (mgr.14403) 9830 : cluster 0 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-07T21:19:31.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:31 smithi079 bash[28699]: cluster 2023-12-07T21:19:30.043811+0000 mgr.a (mgr.14403) 9831 : cluster 0 pgmap v7337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:31.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:31 smithi194 bash[32038]: cluster 2023-12-07T21:19:30.043811+0000 mgr.a (mgr.14403) 9831 : cluster 0 pgmap v7337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:31.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:31 smithi135 bash[32435]: cluster 2023-12-07T21:19:30.043811+0000 mgr.a (mgr.14403) 9831 : cluster 0 pgmap v7337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:33.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:19:33.226 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:33.226 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:33.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:33 smithi079 bash[28699]: cluster 2023-12-07T21:19:32.044414+0000 mgr.a (mgr.14403) 9832 : cluster 0 pgmap v7338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:33.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:33 smithi194 bash[32038]: cluster 2023-12-07T21:19:32.044414+0000 mgr.a (mgr.14403) 9832 : cluster 0 pgmap v7338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:33.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:33 smithi135 bash[32435]: cluster 2023-12-07T21:19:32.044414+0000 mgr.a (mgr.14403) 9832 : cluster 0 pgmap v7338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:34.141 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:19:34.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:34.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:34.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:34.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:19:34.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:34 smithi079 bash[28699]: audit 2023-12-07T21:19:33.647550+0000 mgr.a (mgr.14403) 9833 : audit 0 from='client.202272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:34.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:34 smithi194 bash[32038]: audit 2023-12-07T21:19:33.647550+0000 mgr.a (mgr.14403) 9833 : audit 0 from='client.202272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:34.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:34 smithi135 bash[32435]: audit 2023-12-07T21:19:33.647550+0000 mgr.a (mgr.14403) 9833 : audit 0 from='client.202272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:35.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:35 smithi079 bash[28699]: cluster 2023-12-07T21:19:34.045531+0000 mgr.a (mgr.14403) 9834 : cluster 0 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-07T21:19:35.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:35 smithi194 bash[32038]: cluster 2023-12-07T21:19:34.045531+0000 mgr.a (mgr.14403) 9834 : cluster 0 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-07T21:19:35.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:35 smithi135 bash[32435]: cluster 2023-12-07T21:19:34.045531+0000 mgr.a (mgr.14403) 9834 : cluster 0 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-07T21:19:37.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:37 smithi079 bash[28699]: cluster 2023-12-07T21:19:36.046250+0000 mgr.a (mgr.14403) 9835 : cluster 0 pgmap v7340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:37.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:37 smithi194 bash[32038]: cluster 2023-12-07T21:19:36.046250+0000 mgr.a (mgr.14403) 9835 : cluster 0 pgmap v7340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:37.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:37 smithi135 bash[32435]: cluster 2023-12-07T21:19:36.046250+0000 mgr.a (mgr.14403) 9835 : cluster 0 pgmap v7340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:39.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:19:39.145 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:39.145 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:39.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:39 smithi079 bash[28699]: cluster 2023-12-07T21:19:38.047033+0000 mgr.a (mgr.14403) 9836 : cluster 0 pgmap v7341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:39.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:39 smithi194 bash[32038]: cluster 2023-12-07T21:19:38.047033+0000 mgr.a (mgr.14403) 9836 : cluster 0 pgmap v7341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:39.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:39 smithi135 bash[32435]: cluster 2023-12-07T21:19:38.047033+0000 mgr.a (mgr.14403) 9836 : cluster 0 pgmap v7341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:40.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:40.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:40.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:40.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:19:40.049 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:19:40.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:40 smithi079 bash[28699]: audit 2023-12-07T21:19:39.562871+0000 mgr.a (mgr.14403) 9837 : audit 0 from='client.202344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:40.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:40 smithi194 bash[32038]: audit 2023-12-07T21:19:39.562871+0000 mgr.a (mgr.14403) 9837 : audit 0 from='client.202344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:40.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:40 smithi135 bash[32435]: audit 2023-12-07T21:19:39.562871+0000 mgr.a (mgr.14403) 9837 : audit 0 from='client.202344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:41.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:41 smithi079 bash[28699]: cluster 2023-12-07T21:19:40.047853+0000 mgr.a (mgr.14403) 9838 : cluster 0 pgmap v7342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:41.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:41 smithi194 bash[32038]: cluster 2023-12-07T21:19:40.047853+0000 mgr.a (mgr.14403) 9838 : cluster 0 pgmap v7342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:41.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:41 smithi135 bash[32435]: cluster 2023-12-07T21:19:40.047853+0000 mgr.a (mgr.14403) 9838 : cluster 0 pgmap v7342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:43.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:43 smithi079 bash[28699]: cluster 2023-12-07T21:19:42.048429+0000 mgr.a (mgr.14403) 9839 : cluster 0 pgmap v7343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:43.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:43 smithi194 bash[32038]: cluster 2023-12-07T21:19:42.048429+0000 mgr.a (mgr.14403) 9839 : cluster 0 pgmap v7343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:43.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:43 smithi135 bash[32435]: cluster 2023-12-07T21:19:42.048429+0000 mgr.a (mgr.14403) 9839 : cluster 0 pgmap v7343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:19:45.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:19:45.052 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:45.052 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:45.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:45 smithi079 bash[28699]: cluster 2023-12-07T21:19:44.049170+0000 mgr.a (mgr.14403) 9840 : cluster 0 pgmap v7344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:45.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:45 smithi194 bash[32038]: cluster 2023-12-07T21:19:44.049170+0000 mgr.a (mgr.14403) 9840 : cluster 0 pgmap v7344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:45.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:45 smithi135 bash[32435]: cluster 2023-12-07T21:19:44.049170+0000 mgr.a (mgr.14403) 9840 : cluster 0 pgmap v7344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:45.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:45.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:45.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:45.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:19:45.963 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:19:46.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:46 smithi079 bash[28699]: audit 2023-12-07T21:19:45.475378+0000 mgr.a (mgr.14403) 9841 : audit 0 from='client.202422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:46.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:46 smithi194 bash[32038]: audit 2023-12-07T21:19:45.475378+0000 mgr.a (mgr.14403) 9841 : audit 0 from='client.202422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:46.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:46 smithi135 bash[32435]: audit 2023-12-07T21:19:45.475378+0000 mgr.a (mgr.14403) 9841 : audit 0 from='client.202422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:47.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:47 smithi079 bash[28699]: cluster 2023-12-07T21:19:46.050043+0000 mgr.a (mgr.14403) 9842 : cluster 0 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-07T21:19:47.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:47 smithi194 bash[32038]: cluster 2023-12-07T21:19:46.050043+0000 mgr.a (mgr.14403) 9842 : cluster 0 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-07T21:19:47.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:47 smithi135 bash[32435]: cluster 2023-12-07T21:19:46.050043+0000 mgr.a (mgr.14403) 9842 : cluster 0 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-07T21:19:49.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:49 smithi079 bash[28699]: cluster 2023-12-07T21:19:48.050673+0000 mgr.a (mgr.14403) 9843 : cluster 0 pgmap v7346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:49.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:49 smithi194 bash[32038]: cluster 2023-12-07T21:19:48.050673+0000 mgr.a (mgr.14403) 9843 : cluster 0 pgmap v7346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:49.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:49 smithi135 bash[32435]: cluster 2023-12-07T21:19:48.050673+0000 mgr.a (mgr.14403) 9843 : cluster 0 pgmap v7346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:50.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:19:50.966 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:50.966 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:51.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:51 smithi079 bash[28699]: cluster 2023-12-07T21:19:50.051456+0000 mgr.a (mgr.14403) 9844 : cluster 0 pgmap v7347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:51.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:51 smithi194 bash[32038]: cluster 2023-12-07T21:19:50.051456+0000 mgr.a (mgr.14403) 9844 : cluster 0 pgmap v7347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:51.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:51 smithi135 bash[32435]: cluster 2023-12-07T21:19:50.051456+0000 mgr.a (mgr.14403) 9844 : cluster 0 pgmap v7347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:51.858 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:19:51.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:51.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:51.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:51.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:19:52.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:52 smithi079 bash[28699]: audit 2023-12-07T21:19:51.380554+0000 mgr.a (mgr.14403) 9845 : audit 0 from='client.202500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:52.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:52 smithi194 bash[32038]: audit 2023-12-07T21:19:51.380554+0000 mgr.a (mgr.14403) 9845 : audit 0 from='client.202500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:52.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:52 smithi135 bash[32435]: audit 2023-12-07T21:19:51.380554+0000 mgr.a (mgr.14403) 9845 : audit 0 from='client.202500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:53.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:53 smithi079 bash[28699]: cluster 2023-12-07T21:19:52.052124+0000 mgr.a (mgr.14403) 9846 : cluster 0 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-07T21:19:53.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:53 smithi194 bash[32038]: cluster 2023-12-07T21:19:52.052124+0000 mgr.a (mgr.14403) 9846 : cluster 0 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-07T21:19:53.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:53 smithi135 bash[32435]: cluster 2023-12-07T21:19:52.052124+0000 mgr.a (mgr.14403) 9846 : cluster 0 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-07T21:19:55.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:55 smithi079 bash[28699]: cluster 2023-12-07T21:19:54.052885+0000 mgr.a (mgr.14403) 9847 : cluster 0 pgmap v7349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:55.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:55 smithi194 bash[32038]: cluster 2023-12-07T21:19:54.052885+0000 mgr.a (mgr.14403) 9847 : cluster 0 pgmap v7349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:55.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:55 smithi135 bash[32435]: cluster 2023-12-07T21:19:54.052885+0000 mgr.a (mgr.14403) 9847 : cluster 0 pgmap v7349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:19:56.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:19:56.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:19:56.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:19:57.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:57 smithi079 bash[28699]: cluster 2023-12-07T21:19:56.053448+0000 mgr.a (mgr.14403) 9848 : cluster 0 pgmap v7350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:57.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:57 smithi194 bash[32038]: cluster 2023-12-07T21:19:56.053448+0000 mgr.a (mgr.14403) 9848 : cluster 0 pgmap v7350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:57.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:57 smithi135 bash[32435]: cluster 2023-12-07T21:19:56.053448+0000 mgr.a (mgr.14403) 9848 : cluster 0 pgmap v7350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:57.758 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:19:57.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:19:57.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:19:57.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:19:57.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:19:58.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:58 smithi079 bash[28699]: audit 2023-12-07T21:19:57.277110+0000 mgr.a (mgr.14403) 9849 : audit 0 from='client.202578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:58.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:58 smithi194 bash[32038]: audit 2023-12-07T21:19:57.277110+0000 mgr.a (mgr.14403) 9849 : audit 0 from='client.202578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:58.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:58 smithi135 bash[32435]: audit 2023-12-07T21:19:57.277110+0000 mgr.a (mgr.14403) 9849 : audit 0 from='client.202578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:19:59.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:19:59 smithi079 bash[28699]: cluster 2023-12-07T21:19:58.054084+0000 mgr.a (mgr.14403) 9850 : cluster 0 pgmap v7351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:59.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:19:59 smithi194 bash[32038]: cluster 2023-12-07T21:19:58.054084+0000 mgr.a (mgr.14403) 9850 : cluster 0 pgmap v7351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:19:59.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:19:59 smithi135 bash[32435]: cluster 2023-12-07T21:19:58.054084+0000 mgr.a (mgr.14403) 9850 : cluster 0 pgmap v7351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:00.630 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:00 smithi079 bash[28699]: cluster 2023-12-07T21:20:00.000194+0000 mon.a (mon.0) 1820 : cluster 1 overall HEALTH_OK 2023-12-07T21:20:00.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:00 smithi194 bash[32038]: cluster 2023-12-07T21:20:00.000194+0000 mon.a (mon.0) 1820 : cluster 1 overall HEALTH_OK 2023-12-07T21:20:00.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:00 smithi135 bash[32435]: cluster 2023-12-07T21:20:00.000194+0000 mon.a (mon.0) 1820 : cluster 1 overall HEALTH_OK 2023-12-07T21:20:01.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:01 smithi079 bash[28699]: cluster 2023-12-07T21:20:00.054952+0000 mgr.a (mgr.14403) 9851 : cluster 0 pgmap v7352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:01.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:01 smithi194 bash[32038]: cluster 2023-12-07T21:20:00.054952+0000 mgr.a (mgr.14403) 9851 : cluster 0 pgmap v7352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:01.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:01 smithi135 bash[32435]: cluster 2023-12-07T21:20:00.054952+0000 mgr.a (mgr.14403) 9851 : cluster 0 pgmap v7352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:02.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:20:02.762 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:02.762 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:03.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:03 smithi079 bash[28699]: cluster 2023-12-07T21:20:02.055619+0000 mgr.a (mgr.14403) 9852 : cluster 0 pgmap v7353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:03.651 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:20:03.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:03.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:03.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:03.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:20:03.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:03 smithi194 bash[32038]: cluster 2023-12-07T21:20:02.055619+0000 mgr.a (mgr.14403) 9852 : cluster 0 pgmap v7353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:03.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:03 smithi135 bash[32435]: cluster 2023-12-07T21:20:02.055619+0000 mgr.a (mgr.14403) 9852 : cluster 0 pgmap v7353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:04.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:04 smithi079 bash[28699]: audit 2023-12-07T21:20:03.175606+0000 mgr.a (mgr.14403) 9853 : audit 0 from='client.202653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:04.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:04 smithi194 bash[32038]: audit 2023-12-07T21:20:03.175606+0000 mgr.a (mgr.14403) 9853 : audit 0 from='client.202653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:04.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:04 smithi135 bash[32435]: audit 2023-12-07T21:20:03.175606+0000 mgr.a (mgr.14403) 9853 : audit 0 from='client.202653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:05.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:05 smithi079 bash[28699]: cluster 2023-12-07T21:20:04.056594+0000 mgr.a (mgr.14403) 9854 : cluster 0 pgmap v7354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:20:05.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:05 smithi194 bash[32038]: cluster 2023-12-07T21:20:04.056594+0000 mgr.a (mgr.14403) 9854 : cluster 0 pgmap v7354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:20:05.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:05 smithi135 bash[32435]: cluster 2023-12-07T21:20:04.056594+0000 mgr.a (mgr.14403) 9854 : cluster 0 pgmap v7354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:20:07.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:07 smithi079 bash[28699]: cluster 2023-12-07T21:20:06.057165+0000 mgr.a (mgr.14403) 9855 : cluster 0 pgmap v7355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:20:07.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:07 smithi194 bash[32038]: cluster 2023-12-07T21:20:06.057165+0000 mgr.a (mgr.14403) 9855 : cluster 0 pgmap v7355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:20:07.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:07 smithi135 bash[32435]: cluster 2023-12-07T21:20:06.057165+0000 mgr.a (mgr.14403) 9855 : cluster 0 pgmap v7355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:20:08.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:20:08.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:08.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:09.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:09.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:09.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:09.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:20:09.606 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:20:09.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:09 smithi079 bash[28699]: cluster 2023-12-07T21:20:08.057741+0000 mgr.a (mgr.14403) 9856 : cluster 0 pgmap v7356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:20:09.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:09 smithi194 bash[32038]: cluster 2023-12-07T21:20:08.057741+0000 mgr.a (mgr.14403) 9856 : cluster 0 pgmap v7356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:20:09.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:09 smithi135 bash[32435]: cluster 2023-12-07T21:20:08.057741+0000 mgr.a (mgr.14403) 9856 : cluster 0 pgmap v7356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:20:10.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:10 smithi079 bash[28699]: audit 2023-12-07T21:20:09.073377+0000 mgr.a (mgr.14403) 9857 : audit 0 from='client.202728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:10.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:10 smithi194 bash[32038]: audit 2023-12-07T21:20:09.073377+0000 mgr.a (mgr.14403) 9857 : audit 0 from='client.202728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:10.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:10 smithi135 bash[32435]: audit 2023-12-07T21:20:09.073377+0000 mgr.a (mgr.14403) 9857 : audit 0 from='client.202728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:11.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:11 smithi194 bash[32038]: cluster 2023-12-07T21:20:10.058868+0000 mgr.a (mgr.14403) 9858 : cluster 0 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-07T21:20:11.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:11 smithi135 bash[32435]: cluster 2023-12-07T21:20:10.058868+0000 mgr.a (mgr.14403) 9858 : cluster 0 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-07T21:20:11.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:11 smithi079 bash[28699]: cluster 2023-12-07T21:20:10.058868+0000 mgr.a (mgr.14403) 9858 : cluster 0 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-07T21:20:13.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:13 smithi194 bash[32038]: cluster 2023-12-07T21:20:12.059511+0000 mgr.a (mgr.14403) 9859 : cluster 0 pgmap v7358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:13.691 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:13 smithi194 bash[32038]: audit 2023-12-07T21:20:13.045565+0000 mon.a (mon.0) 1821 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:20:13.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:13 smithi135 bash[32435]: cluster 2023-12-07T21:20:12.059511+0000 mgr.a (mgr.14403) 9859 : cluster 0 pgmap v7358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:13.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:13 smithi135 bash[32435]: audit 2023-12-07T21:20:13.045565+0000 mon.a (mon.0) 1821 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:20:13.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:13 smithi079 bash[28699]: cluster 2023-12-07T21:20:12.059511+0000 mgr.a (mgr.14403) 9859 : cluster 0 pgmap v7358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:13.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:13 smithi079 bash[28699]: audit 2023-12-07T21:20:13.045565+0000 mon.a (mon.0) 1821 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:20:14.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:20:14.609 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:14.609 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:14.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:14 smithi079 bash[28699]: audit 2023-12-07T21:20:13.573150+0000 mon.a (mon.0) 1822 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:20:14.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:14 smithi079 bash[28699]: audit 2023-12-07T21:20:13.579544+0000 mon.a (mon.0) 1823 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:20:14.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:14 smithi079 bash[28699]: audit 2023-12-07T21:20:14.356727+0000 mon.a (mon.0) 1824 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:20:14.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:14 smithi079 bash[28699]: audit 2023-12-07T21:20:14.358604+0000 mon.a (mon.0) 1825 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:20:14.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:14 smithi079 bash[28699]: audit 2023-12-07T21:20:14.368774+0000 mon.a (mon.0) 1826 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:20:14.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:14 smithi194 bash[32038]: audit 2023-12-07T21:20:13.573150+0000 mon.a (mon.0) 1822 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:20:14.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:14 smithi194 bash[32038]: audit 2023-12-07T21:20:13.579544+0000 mon.a (mon.0) 1823 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:20:14.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:14 smithi194 bash[32038]: audit 2023-12-07T21:20:14.356727+0000 mon.a (mon.0) 1824 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:20:14.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:14 smithi194 bash[32038]: audit 2023-12-07T21:20:14.358604+0000 mon.a (mon.0) 1825 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:20:14.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:14 smithi194 bash[32038]: audit 2023-12-07T21:20:14.368774+0000 mon.a (mon.0) 1826 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:20:14.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:14 smithi135 bash[32435]: audit 2023-12-07T21:20:13.573150+0000 mon.a (mon.0) 1822 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:20:14.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:14 smithi135 bash[32435]: audit 2023-12-07T21:20:13.579544+0000 mon.a (mon.0) 1823 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:20:14.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:14 smithi135 bash[32435]: audit 2023-12-07T21:20:14.356727+0000 mon.a (mon.0) 1824 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:20:14.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:14 smithi135 bash[32435]: audit 2023-12-07T21:20:14.358604+0000 mon.a (mon.0) 1825 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:20:14.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:14 smithi135 bash[32435]: audit 2023-12-07T21:20:14.368774+0000 mon.a (mon.0) 1826 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:20:15.512 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:20:15.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:15.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:15.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:15.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:20:15.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:15 smithi079 bash[28699]: cluster 2023-12-07T21:20:14.060294+0000 mgr.a (mgr.14403) 9860 : cluster 0 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-07T21:20:15.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:15 smithi194 bash[32038]: cluster 2023-12-07T21:20:14.060294+0000 mgr.a (mgr.14403) 9860 : cluster 0 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-07T21:20:15.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:15 smithi135 bash[32435]: cluster 2023-12-07T21:20:14.060294+0000 mgr.a (mgr.14403) 9860 : cluster 0 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-07T21:20:16.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:16 smithi079 bash[28699]: audit 2023-12-07T21:20:15.023862+0000 mgr.a (mgr.14403) 9861 : audit 0 from='client.202803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:16.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:16 smithi194 bash[32038]: audit 2023-12-07T21:20:15.023862+0000 mgr.a (mgr.14403) 9861 : audit 0 from='client.202803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:16.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:16 smithi135 bash[32435]: audit 2023-12-07T21:20:15.023862+0000 mgr.a (mgr.14403) 9861 : audit 0 from='client.202803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:17.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:17 smithi079 bash[28699]: cluster 2023-12-07T21:20:16.060973+0000 mgr.a (mgr.14403) 9862 : cluster 0 pgmap v7360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:20:17.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:17 smithi194 bash[32038]: cluster 2023-12-07T21:20:16.060973+0000 mgr.a (mgr.14403) 9862 : cluster 0 pgmap v7360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:20:17.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:17 smithi135 bash[32435]: cluster 2023-12-07T21:20:16.060973+0000 mgr.a (mgr.14403) 9862 : cluster 0 pgmap v7360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:20:19.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:19 smithi079 bash[28699]: cluster 2023-12-07T21:20:18.061548+0000 mgr.a (mgr.14403) 9863 : cluster 0 pgmap v7361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:20:19.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:19 smithi194 bash[32038]: cluster 2023-12-07T21:20:18.061548+0000 mgr.a (mgr.14403) 9863 : cluster 0 pgmap v7361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:20:19.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:19 smithi135 bash[32435]: cluster 2023-12-07T21:20:18.061548+0000 mgr.a (mgr.14403) 9863 : cluster 0 pgmap v7361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:20:20.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:20:20.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:20.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:21.420 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:20:21.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:21.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:21.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:21.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:20:21.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:21 smithi079 bash[28699]: cluster 2023-12-07T21:20:20.062382+0000 mgr.a (mgr.14403) 9864 : cluster 0 pgmap v7362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:20:21.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:21 smithi194 bash[32038]: cluster 2023-12-07T21:20:20.062382+0000 mgr.a (mgr.14403) 9864 : cluster 0 pgmap v7362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:20:21.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:21 smithi135 bash[32435]: cluster 2023-12-07T21:20:20.062382+0000 mgr.a (mgr.14403) 9864 : cluster 0 pgmap v7362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:20:22.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:22 smithi079 bash[28699]: audit 2023-12-07T21:20:20.934914+0000 mgr.a (mgr.14403) 9865 : audit 0 from='client.150815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:22.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:22 smithi194 bash[32038]: audit 2023-12-07T21:20:20.934914+0000 mgr.a (mgr.14403) 9865 : audit 0 from='client.150815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:22.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:22 smithi135 bash[32435]: audit 2023-12-07T21:20:20.934914+0000 mgr.a (mgr.14403) 9865 : audit 0 from='client.150815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:23.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:23 smithi079 bash[28699]: cluster 2023-12-07T21:20:22.063075+0000 mgr.a (mgr.14403) 9866 : cluster 0 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-07T21:20:23.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:23 smithi194 bash[32038]: cluster 2023-12-07T21:20:22.063075+0000 mgr.a (mgr.14403) 9866 : cluster 0 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-07T21:20:23.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:23 smithi135 bash[32435]: cluster 2023-12-07T21:20:22.063075+0000 mgr.a (mgr.14403) 9866 : cluster 0 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-07T21:20:25.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:25 smithi079 bash[28699]: cluster 2023-12-07T21:20:24.063868+0000 mgr.a (mgr.14403) 9867 : cluster 0 pgmap v7364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:25.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:25 smithi194 bash[32038]: cluster 2023-12-07T21:20:24.063868+0000 mgr.a (mgr.14403) 9867 : cluster 0 pgmap v7364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:25.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:25 smithi135 bash[32435]: cluster 2023-12-07T21:20:24.063868+0000 mgr.a (mgr.14403) 9867 : cluster 0 pgmap v7364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:26.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:20:26.426 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:26.426 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:27.326 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:20:27.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:27.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:27.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:27.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:20:27.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:27 smithi079 bash[28699]: cluster 2023-12-07T21:20:26.064426+0000 mgr.a (mgr.14403) 9868 : cluster 0 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-07T21:20:27.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:27 smithi079 bash[28699]: audit 2023-12-07T21:20:26.833707+0000 mgr.a (mgr.14403) 9869 : audit 0 from='client.202953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:27.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:27 smithi194 bash[32038]: cluster 2023-12-07T21:20:26.064426+0000 mgr.a (mgr.14403) 9868 : cluster 0 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-07T21:20:27.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:27 smithi194 bash[32038]: audit 2023-12-07T21:20:26.833707+0000 mgr.a (mgr.14403) 9869 : audit 0 from='client.202953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:27.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:27 smithi135 bash[32435]: cluster 2023-12-07T21:20:26.064426+0000 mgr.a (mgr.14403) 9868 : cluster 0 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-07T21:20:27.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:27 smithi135 bash[32435]: audit 2023-12-07T21:20:26.833707+0000 mgr.a (mgr.14403) 9869 : audit 0 from='client.202953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:29.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:29 smithi079 bash[28699]: cluster 2023-12-07T21:20:28.065074+0000 mgr.a (mgr.14403) 9870 : cluster 0 pgmap v7366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:29.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:29 smithi194 bash[32038]: cluster 2023-12-07T21:20:28.065074+0000 mgr.a (mgr.14403) 9870 : cluster 0 pgmap v7366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:29.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:29 smithi135 bash[32435]: cluster 2023-12-07T21:20:28.065074+0000 mgr.a (mgr.14403) 9870 : cluster 0 pgmap v7366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:31.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:31 smithi079 bash[28699]: cluster 2023-12-07T21:20:30.065882+0000 mgr.a (mgr.14403) 9871 : cluster 0 pgmap v7367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:31.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:31 smithi194 bash[32038]: cluster 2023-12-07T21:20:30.065882+0000 mgr.a (mgr.14403) 9871 : cluster 0 pgmap v7367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:31.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:31 smithi135 bash[32435]: cluster 2023-12-07T21:20:30.065882+0000 mgr.a (mgr.14403) 9871 : cluster 0 pgmap v7367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:32.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:20:32.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:32.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:33.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:33.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:33.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:33.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:20:33.245 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:20:33.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:33 smithi079 bash[28699]: cluster 2023-12-07T21:20:32.066454+0000 mgr.a (mgr.14403) 9872 : cluster 0 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-07T21:20:33.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:33 smithi079 bash[28699]: audit 2023-12-07T21:20:32.746090+0000 mgr.a (mgr.14403) 9873 : audit 0 from='client.203028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:33.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:33 smithi194 bash[32038]: cluster 2023-12-07T21:20:32.066454+0000 mgr.a (mgr.14403) 9872 : cluster 0 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-07T21:20:33.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:33 smithi194 bash[32038]: audit 2023-12-07T21:20:32.746090+0000 mgr.a (mgr.14403) 9873 : audit 0 from='client.203028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:33.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:33 smithi135 bash[32435]: cluster 2023-12-07T21:20:32.066454+0000 mgr.a (mgr.14403) 9872 : cluster 0 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-07T21:20:33.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:33 smithi135 bash[32435]: audit 2023-12-07T21:20:32.746090+0000 mgr.a (mgr.14403) 9873 : audit 0 from='client.203028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:35.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:35 smithi079 bash[28699]: cluster 2023-12-07T21:20:34.067385+0000 mgr.a (mgr.14403) 9874 : cluster 0 pgmap v7369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:35.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:35 smithi194 bash[32038]: cluster 2023-12-07T21:20:34.067385+0000 mgr.a (mgr.14403) 9874 : cluster 0 pgmap v7369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:35.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:35 smithi135 bash[32435]: cluster 2023-12-07T21:20:34.067385+0000 mgr.a (mgr.14403) 9874 : cluster 0 pgmap v7369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:37.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:37 smithi079 bash[28699]: cluster 2023-12-07T21:20:36.067893+0000 mgr.a (mgr.14403) 9875 : cluster 0 pgmap v7370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:37.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:37 smithi194 bash[32038]: cluster 2023-12-07T21:20:36.067893+0000 mgr.a (mgr.14403) 9875 : cluster 0 pgmap v7370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:37.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:37 smithi135 bash[32435]: cluster 2023-12-07T21:20:36.067893+0000 mgr.a (mgr.14403) 9875 : cluster 0 pgmap v7370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:38.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:20:38.247 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:38.247 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:39.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:39.157 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:20:39.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:39.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:39.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:20:39.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:39 smithi194 bash[32038]: cluster 2023-12-07T21:20:38.068440+0000 mgr.a (mgr.14403) 9876 : cluster 0 pgmap v7371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:39.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:39 smithi194 bash[32038]: audit 2023-12-07T21:20:38.672153+0000 mgr.a (mgr.14403) 9877 : audit 0 from='client.203103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:39.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:39 smithi135 bash[32435]: cluster 2023-12-07T21:20:38.068440+0000 mgr.a (mgr.14403) 9876 : cluster 0 pgmap v7371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:39.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:39 smithi135 bash[32435]: audit 2023-12-07T21:20:38.672153+0000 mgr.a (mgr.14403) 9877 : audit 0 from='client.203103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:40.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:39 smithi079 bash[28699]: cluster 2023-12-07T21:20:38.068440+0000 mgr.a (mgr.14403) 9876 : cluster 0 pgmap v7371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:40.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:39 smithi079 bash[28699]: audit 2023-12-07T21:20:38.672153+0000 mgr.a (mgr.14403) 9877 : audit 0 from='client.203103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:41.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:41 smithi194 bash[32038]: cluster 2023-12-07T21:20:40.069397+0000 mgr.a (mgr.14403) 9878 : cluster 0 pgmap v7372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:41.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:41 smithi135 bash[32435]: cluster 2023-12-07T21:20:40.069397+0000 mgr.a (mgr.14403) 9878 : cluster 0 pgmap v7372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:42.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:41 smithi079 bash[28699]: cluster 2023-12-07T21:20:40.069397+0000 mgr.a (mgr.14403) 9878 : cluster 0 pgmap v7372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:43.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:43 smithi194 bash[32038]: cluster 2023-12-07T21:20:42.069945+0000 mgr.a (mgr.14403) 9879 : cluster 0 pgmap v7373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:43.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:43 smithi135 bash[32435]: cluster 2023-12-07T21:20:42.069945+0000 mgr.a (mgr.14403) 9879 : cluster 0 pgmap v7373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:44.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:43 smithi079 bash[28699]: cluster 2023-12-07T21:20:42.069945+0000 mgr.a (mgr.14403) 9879 : cluster 0 pgmap v7373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:44.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:20:44.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:44.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:45.073 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:20:45.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:45.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:45.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:45.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:20:45.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:45 smithi194 bash[32038]: cluster 2023-12-07T21:20:44.070644+0000 mgr.a (mgr.14403) 9880 : cluster 0 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-07T21:20:45.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:45 smithi194 bash[32038]: audit 2023-12-07T21:20:44.578853+0000 mgr.a (mgr.14403) 9881 : audit 0 from='client.203178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:45.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:45 smithi135 bash[32435]: cluster 2023-12-07T21:20:44.070644+0000 mgr.a (mgr.14403) 9880 : cluster 0 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-07T21:20:45.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:45 smithi135 bash[32435]: audit 2023-12-07T21:20:44.578853+0000 mgr.a (mgr.14403) 9881 : audit 0 from='client.203178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:46.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:45 smithi079 bash[28699]: cluster 2023-12-07T21:20:44.070644+0000 mgr.a (mgr.14403) 9880 : cluster 0 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-07T21:20:46.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:45 smithi079 bash[28699]: audit 2023-12-07T21:20:44.578853+0000 mgr.a (mgr.14403) 9881 : audit 0 from='client.203178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:47.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:47 smithi194 bash[32038]: cluster 2023-12-07T21:20:46.071324+0000 mgr.a (mgr.14403) 9882 : cluster 0 pgmap v7375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:47.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:47 smithi135 bash[32435]: cluster 2023-12-07T21:20:46.071324+0000 mgr.a (mgr.14403) 9882 : cluster 0 pgmap v7375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:48.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:47 smithi079 bash[28699]: cluster 2023-12-07T21:20:46.071324+0000 mgr.a (mgr.14403) 9882 : cluster 0 pgmap v7375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:49.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:49 smithi194 bash[32038]: cluster 2023-12-07T21:20:48.071850+0000 mgr.a (mgr.14403) 9883 : cluster 0 pgmap v7376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:49.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:49 smithi135 bash[32435]: cluster 2023-12-07T21:20:48.071850+0000 mgr.a (mgr.14403) 9883 : cluster 0 pgmap v7376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:50.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:20:50.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:50.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:50.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:49 smithi079 bash[28699]: cluster 2023-12-07T21:20:48.071850+0000 mgr.a (mgr.14403) 9883 : cluster 0 pgmap v7376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:20:50.996 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:20:50.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:50.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:50.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:50.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:20:51.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:51 smithi194 bash[32038]: cluster 2023-12-07T21:20:50.072620+0000 mgr.a (mgr.14403) 9884 : cluster 0 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-07T21:20:51.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:51 smithi194 bash[32038]: audit 2023-12-07T21:20:50.493060+0000 mgr.a (mgr.14403) 9885 : audit 0 from='client.203256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:51.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:51 smithi135 bash[32435]: cluster 2023-12-07T21:20:50.072620+0000 mgr.a (mgr.14403) 9884 : cluster 0 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-07T21:20:51.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:51 smithi135 bash[32435]: audit 2023-12-07T21:20:50.493060+0000 mgr.a (mgr.14403) 9885 : audit 0 from='client.203256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:52.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:51 smithi079 bash[28699]: cluster 2023-12-07T21:20:50.072620+0000 mgr.a (mgr.14403) 9884 : cluster 0 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-07T21:20:52.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:51 smithi079 bash[28699]: audit 2023-12-07T21:20:50.493060+0000 mgr.a (mgr.14403) 9885 : audit 0 from='client.203256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:53.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:53 smithi194 bash[32038]: cluster 2023-12-07T21:20:52.073281+0000 mgr.a (mgr.14403) 9886 : cluster 0 pgmap v7378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:53.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:53 smithi135 bash[32435]: cluster 2023-12-07T21:20:52.073281+0000 mgr.a (mgr.14403) 9886 : cluster 0 pgmap v7378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:54.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:53 smithi079 bash[28699]: cluster 2023-12-07T21:20:52.073281+0000 mgr.a (mgr.14403) 9886 : cluster 0 pgmap v7378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:55.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:55 smithi194 bash[32038]: cluster 2023-12-07T21:20:54.074091+0000 mgr.a (mgr.14403) 9887 : cluster 0 pgmap v7379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:55.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:55 smithi135 bash[32435]: cluster 2023-12-07T21:20:54.074091+0000 mgr.a (mgr.14403) 9887 : cluster 0 pgmap v7379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:55.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:20:55.999 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:20:55.999 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:20:56.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:55 smithi079 bash[28699]: cluster 2023-12-07T21:20:54.074091+0000 mgr.a (mgr.14403) 9887 : cluster 0 pgmap v7379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:20:56.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:20:56.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:20:56.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:20:56.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:20:56.897 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:20:57.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:57 smithi194 bash[32038]: cluster 2023-12-07T21:20:56.074522+0000 mgr.a (mgr.14403) 9888 : cluster 0 pgmap v7380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:57.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:57 smithi194 bash[32038]: audit 2023-12-07T21:20:56.410649+0000 mgr.a (mgr.14403) 9889 : audit 0 from='client.203331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:57.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:57 smithi135 bash[32435]: cluster 2023-12-07T21:20:56.074522+0000 mgr.a (mgr.14403) 9888 : cluster 0 pgmap v7380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:57.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:57 smithi135 bash[32435]: audit 2023-12-07T21:20:56.410649+0000 mgr.a (mgr.14403) 9889 : audit 0 from='client.203331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:58.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:57 smithi079 bash[28699]: cluster 2023-12-07T21:20:56.074522+0000 mgr.a (mgr.14403) 9888 : cluster 0 pgmap v7380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:58.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:57 smithi079 bash[28699]: audit 2023-12-07T21:20:56.410649+0000 mgr.a (mgr.14403) 9889 : audit 0 from='client.203331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:20:59.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:20:59 smithi194 bash[32038]: cluster 2023-12-07T21:20:58.075210+0000 mgr.a (mgr.14403) 9890 : cluster 0 pgmap v7381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:20:59.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:20:59 smithi135 bash[32435]: cluster 2023-12-07T21:20:58.075210+0000 mgr.a (mgr.14403) 9890 : cluster 0 pgmap v7381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:00.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:20:59 smithi079 bash[28699]: cluster 2023-12-07T21:20:58.075210+0000 mgr.a (mgr.14403) 9890 : cluster 0 pgmap v7381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:01.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:21:01.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:01.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:01.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:01 smithi194 bash[32038]: cluster 2023-12-07T21:21:00.076071+0000 mgr.a (mgr.14403) 9891 : cluster 0 pgmap v7382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:01.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:01 smithi135 bash[32435]: cluster 2023-12-07T21:21:00.076071+0000 mgr.a (mgr.14403) 9891 : cluster 0 pgmap v7382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:02.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:01 smithi079 bash[28699]: cluster 2023-12-07T21:21:00.076071+0000 mgr.a (mgr.14403) 9891 : cluster 0 pgmap v7382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:02.818 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:21:02.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:02.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:02.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:02.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:21:03.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:03 smithi194 bash[32038]: cluster 2023-12-07T21:21:02.076491+0000 mgr.a (mgr.14403) 9892 : cluster 0 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-07T21:21:03.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:03 smithi194 bash[32038]: audit 2023-12-07T21:21:02.317454+0000 mgr.a (mgr.14403) 9893 : audit 0 from='client.203406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:03.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:03 smithi135 bash[32435]: cluster 2023-12-07T21:21:02.076491+0000 mgr.a (mgr.14403) 9892 : cluster 0 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-07T21:21:03.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:03 smithi135 bash[32435]: audit 2023-12-07T21:21:02.317454+0000 mgr.a (mgr.14403) 9893 : audit 0 from='client.203406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:04.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:03 smithi079 bash[28699]: cluster 2023-12-07T21:21:02.076491+0000 mgr.a (mgr.14403) 9892 : cluster 0 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-07T21:21:04.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:03 smithi079 bash[28699]: audit 2023-12-07T21:21:02.317454+0000 mgr.a (mgr.14403) 9893 : audit 0 from='client.203406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:05.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:05 smithi135 bash[32435]: cluster 2023-12-07T21:21:04.077307+0000 mgr.a (mgr.14403) 9894 : cluster 0 pgmap v7384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:06.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:05 smithi079 bash[28699]: cluster 2023-12-07T21:21:04.077307+0000 mgr.a (mgr.14403) 9894 : cluster 0 pgmap v7384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:06.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:05 smithi194 bash[32038]: cluster 2023-12-07T21:21:04.077307+0000 mgr.a (mgr.14403) 9894 : cluster 0 pgmap v7384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:07.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:21:07.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:07.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:08.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:07 smithi079 bash[28699]: cluster 2023-12-07T21:21:06.077853+0000 mgr.a (mgr.14403) 9895 : cluster 0 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-07T21:21:08.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:07 smithi194 bash[32038]: cluster 2023-12-07T21:21:06.077853+0000 mgr.a (mgr.14403) 9895 : cluster 0 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-07T21:21:08.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:07 smithi135 bash[32435]: cluster 2023-12-07T21:21:06.077853+0000 mgr.a (mgr.14403) 9895 : cluster 0 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-07T21:21:08.719 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:21:08.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:08.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:08.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:08.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:21:10.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:09 smithi079 bash[28699]: cluster 2023-12-07T21:21:08.078387+0000 mgr.a (mgr.14403) 9896 : cluster 0 pgmap v7386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:10.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:09 smithi079 bash[28699]: audit 2023-12-07T21:21:08.236817+0000 mgr.a (mgr.14403) 9897 : audit 0 from='client.203481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:10.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:09 smithi194 bash[32038]: cluster 2023-12-07T21:21:08.078387+0000 mgr.a (mgr.14403) 9896 : cluster 0 pgmap v7386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:10.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:09 smithi194 bash[32038]: audit 2023-12-07T21:21:08.236817+0000 mgr.a (mgr.14403) 9897 : audit 0 from='client.203481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:10.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:09 smithi135 bash[32435]: cluster 2023-12-07T21:21:08.078387+0000 mgr.a (mgr.14403) 9896 : cluster 0 pgmap v7386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:10.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:09 smithi135 bash[32435]: audit 2023-12-07T21:21:08.236817+0000 mgr.a (mgr.14403) 9897 : audit 0 from='client.203481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:12.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:11 smithi079 bash[28699]: cluster 2023-12-07T21:21:10.079386+0000 mgr.a (mgr.14403) 9898 : cluster 0 pgmap v7387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:21:12.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:11 smithi194 bash[32038]: cluster 2023-12-07T21:21:10.079386+0000 mgr.a (mgr.14403) 9898 : cluster 0 pgmap v7387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:21:12.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:11 smithi135 bash[32435]: cluster 2023-12-07T21:21:10.079386+0000 mgr.a (mgr.14403) 9898 : cluster 0 pgmap v7387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:21:13.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:21:13.722 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:13.722 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:14.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:13 smithi079 bash[28699]: cluster 2023-12-07T21:21:12.079952+0000 mgr.a (mgr.14403) 9899 : cluster 0 pgmap v7388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:21:14.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:13 smithi194 bash[32038]: cluster 2023-12-07T21:21:12.079952+0000 mgr.a (mgr.14403) 9899 : cluster 0 pgmap v7388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:21:14.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:13 smithi135 bash[32435]: cluster 2023-12-07T21:21:12.079952+0000 mgr.a (mgr.14403) 9899 : cluster 0 pgmap v7388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:21:14.639 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:21:14.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:14.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:14.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:14.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:21:15.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:14 smithi079 bash[28699]: audit 2023-12-07T21:21:14.473490+0000 mon.a (mon.0) 1827 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:21:15.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:14 smithi194 bash[32038]: audit 2023-12-07T21:21:14.473490+0000 mon.a (mon.0) 1827 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:21:15.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:14 smithi135 bash[32435]: audit 2023-12-07T21:21:14.473490+0000 mon.a (mon.0) 1827 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:21:16.027 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:15 smithi079 bash[28699]: cluster 2023-12-07T21:21:14.080643+0000 mgr.a (mgr.14403) 9900 : cluster 0 pgmap v7389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:16.027 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:15 smithi079 bash[28699]: audit 2023-12-07T21:21:14.143049+0000 mgr.a (mgr.14403) 9901 : audit 0 from='client.203556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:16.027 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:15 smithi079 bash[28699]: audit 2023-12-07T21:21:15.257915+0000 mon.a (mon.0) 1828 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:21:16.027 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:15 smithi079 bash[28699]: audit 2023-12-07T21:21:15.260051+0000 mon.a (mon.0) 1829 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:21:16.027 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:15 smithi079 bash[28699]: audit 2023-12-07T21:21:15.269909+0000 mon.a (mon.0) 1830 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:21:16.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:15 smithi194 bash[32038]: cluster 2023-12-07T21:21:14.080643+0000 mgr.a (mgr.14403) 9900 : cluster 0 pgmap v7389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:16.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:15 smithi194 bash[32038]: audit 2023-12-07T21:21:14.143049+0000 mgr.a (mgr.14403) 9901 : audit 0 from='client.203556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:16.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:15 smithi194 bash[32038]: audit 2023-12-07T21:21:15.257915+0000 mon.a (mon.0) 1828 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:21:16.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:15 smithi194 bash[32038]: audit 2023-12-07T21:21:15.260051+0000 mon.a (mon.0) 1829 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:21:16.191 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:15 smithi194 bash[32038]: audit 2023-12-07T21:21:15.269909+0000 mon.a (mon.0) 1830 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:21:16.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:15 smithi135 bash[32435]: cluster 2023-12-07T21:21:14.080643+0000 mgr.a (mgr.14403) 9900 : cluster 0 pgmap v7389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:16.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:15 smithi135 bash[32435]: audit 2023-12-07T21:21:14.143049+0000 mgr.a (mgr.14403) 9901 : audit 0 from='client.203556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:16.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:15 smithi135 bash[32435]: audit 2023-12-07T21:21:15.257915+0000 mon.a (mon.0) 1828 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:21:16.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:15 smithi135 bash[32435]: audit 2023-12-07T21:21:15.260051+0000 mon.a (mon.0) 1829 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:21:16.195 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:15 smithi135 bash[32435]: audit 2023-12-07T21:21:15.269909+0000 mon.a (mon.0) 1830 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:21:18.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:17 smithi079 bash[28699]: cluster 2023-12-07T21:21:16.081306+0000 mgr.a (mgr.14403) 9902 : cluster 0 pgmap v7390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:18.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:17 smithi194 bash[32038]: cluster 2023-12-07T21:21:16.081306+0000 mgr.a (mgr.14403) 9902 : cluster 0 pgmap v7390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:18.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:17 smithi135 bash[32435]: cluster 2023-12-07T21:21:16.081306+0000 mgr.a (mgr.14403) 9902 : cluster 0 pgmap v7390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:19.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:21:19.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:19.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:20.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:19 smithi079 bash[28699]: cluster 2023-12-07T21:21:18.081860+0000 mgr.a (mgr.14403) 9903 : cluster 0 pgmap v7391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:20.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:19 smithi194 bash[32038]: cluster 2023-12-07T21:21:18.081860+0000 mgr.a (mgr.14403) 9903 : cluster 0 pgmap v7391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:20.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:19 smithi135 bash[32435]: cluster 2023-12-07T21:21:18.081860+0000 mgr.a (mgr.14403) 9903 : cluster 0 pgmap v7391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:20.556 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:21:20.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:20.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:20.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:20.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:21:22.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:21 smithi079 bash[28699]: audit 2023-12-07T21:21:20.063112+0000 mgr.a (mgr.14403) 9904 : audit 0 from='client.203631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:22.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:21 smithi079 bash[28699]: cluster 2023-12-07T21:21:20.082844+0000 mgr.a (mgr.14403) 9905 : cluster 0 pgmap v7392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:22.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:21 smithi194 bash[32038]: audit 2023-12-07T21:21:20.063112+0000 mgr.a (mgr.14403) 9904 : audit 0 from='client.203631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:22.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:21 smithi194 bash[32038]: cluster 2023-12-07T21:21:20.082844+0000 mgr.a (mgr.14403) 9905 : cluster 0 pgmap v7392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:22.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:21 smithi135 bash[32435]: audit 2023-12-07T21:21:20.063112+0000 mgr.a (mgr.14403) 9904 : audit 0 from='client.203631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:22.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:21 smithi135 bash[32435]: cluster 2023-12-07T21:21:20.082844+0000 mgr.a (mgr.14403) 9905 : cluster 0 pgmap v7392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:24.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:23 smithi079 bash[28699]: cluster 2023-12-07T21:21:22.083674+0000 mgr.a (mgr.14403) 9906 : cluster 0 pgmap v7393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:21:24.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:23 smithi194 bash[32038]: cluster 2023-12-07T21:21:22.083674+0000 mgr.a (mgr.14403) 9906 : cluster 0 pgmap v7393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:21:24.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:23 smithi135 bash[32435]: cluster 2023-12-07T21:21:22.083674+0000 mgr.a (mgr.14403) 9906 : cluster 0 pgmap v7393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:21:25.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:21:25.560 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:25.560 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:26.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:25 smithi079 bash[28699]: cluster 2023-12-07T21:21:24.084586+0000 mgr.a (mgr.14403) 9907 : cluster 0 pgmap v7394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:21:26.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:25 smithi194 bash[32038]: cluster 2023-12-07T21:21:24.084586+0000 mgr.a (mgr.14403) 9907 : cluster 0 pgmap v7394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:21:26.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:25 smithi135 bash[32435]: cluster 2023-12-07T21:21:24.084586+0000 mgr.a (mgr.14403) 9907 : cluster 0 pgmap v7394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:21:26.447 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:21:26.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:26.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:26.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:26.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:21:28.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:27 smithi079 bash[28699]: audit 2023-12-07T21:21:25.979212+0000 mgr.a (mgr.14403) 9908 : audit 0 from='client.203709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:28.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:27 smithi079 bash[28699]: cluster 2023-12-07T21:21:26.085241+0000 mgr.a (mgr.14403) 9909 : cluster 0 pgmap v7395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:28.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:27 smithi194 bash[32038]: audit 2023-12-07T21:21:25.979212+0000 mgr.a (mgr.14403) 9908 : audit 0 from='client.203709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:28.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:27 smithi194 bash[32038]: cluster 2023-12-07T21:21:26.085241+0000 mgr.a (mgr.14403) 9909 : cluster 0 pgmap v7395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:28.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:27 smithi135 bash[32435]: audit 2023-12-07T21:21:25.979212+0000 mgr.a (mgr.14403) 9908 : audit 0 from='client.203709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:28.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:27 smithi135 bash[32435]: cluster 2023-12-07T21:21:26.085241+0000 mgr.a (mgr.14403) 9909 : cluster 0 pgmap v7395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:30.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:29 smithi079 bash[28699]: cluster 2023-12-07T21:21:28.085971+0000 mgr.a (mgr.14403) 9910 : cluster 0 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-07T21:21:30.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:29 smithi194 bash[32038]: cluster 2023-12-07T21:21:28.085971+0000 mgr.a (mgr.14403) 9910 : cluster 0 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-07T21:21:30.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:29 smithi135 bash[32435]: cluster 2023-12-07T21:21:28.085971+0000 mgr.a (mgr.14403) 9910 : cluster 0 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-07T21:21:31.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:21:31.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:31.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:32.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:31 smithi079 bash[28699]: cluster 2023-12-07T21:21:30.086923+0000 mgr.a (mgr.14403) 9911 : cluster 0 pgmap v7397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:32.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:31 smithi194 bash[32038]: cluster 2023-12-07T21:21:30.086923+0000 mgr.a (mgr.14403) 9911 : cluster 0 pgmap v7397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:32.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:31 smithi135 bash[32435]: cluster 2023-12-07T21:21:30.086923+0000 mgr.a (mgr.14403) 9911 : cluster 0 pgmap v7397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:32.361 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:21:32.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:32.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:32.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:32.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:21:33.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:32 smithi079 bash[28699]: audit 2023-12-07T21:21:31.876750+0000 mgr.a (mgr.14403) 9912 : audit 0 from='client.203787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:33.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:32 smithi194 bash[32038]: audit 2023-12-07T21:21:31.876750+0000 mgr.a (mgr.14403) 9912 : audit 0 from='client.203787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:33.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:32 smithi135 bash[32435]: audit 2023-12-07T21:21:31.876750+0000 mgr.a (mgr.14403) 9912 : audit 0 from='client.203787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:34.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:33 smithi079 bash[28699]: cluster 2023-12-07T21:21:32.087465+0000 mgr.a (mgr.14403) 9913 : cluster 0 pgmap v7398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:34.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:33 smithi194 bash[32038]: cluster 2023-12-07T21:21:32.087465+0000 mgr.a (mgr.14403) 9913 : cluster 0 pgmap v7398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:34.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:33 smithi135 bash[32435]: cluster 2023-12-07T21:21:32.087465+0000 mgr.a (mgr.14403) 9913 : cluster 0 pgmap v7398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:36.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:35 smithi079 bash[28699]: cluster 2023-12-07T21:21:34.088306+0000 mgr.a (mgr.14403) 9914 : cluster 0 pgmap v7399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:36.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:35 smithi194 bash[32038]: cluster 2023-12-07T21:21:34.088306+0000 mgr.a (mgr.14403) 9914 : cluster 0 pgmap v7399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:36.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:35 smithi135 bash[32435]: cluster 2023-12-07T21:21:34.088306+0000 mgr.a (mgr.14403) 9914 : cluster 0 pgmap v7399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:37.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:21:37.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:37.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:38.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:37 smithi079 bash[28699]: cluster 2023-12-07T21:21:36.088874+0000 mgr.a (mgr.14403) 9915 : cluster 0 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-07T21:21:38.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:37 smithi194 bash[32038]: cluster 2023-12-07T21:21:36.088874+0000 mgr.a (mgr.14403) 9915 : cluster 0 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-07T21:21:38.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:37 smithi135 bash[32435]: cluster 2023-12-07T21:21:36.088874+0000 mgr.a (mgr.14403) 9915 : cluster 0 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-07T21:21:38.272 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:21:38.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:38.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:38.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:38.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:21:39.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:38 smithi079 bash[28699]: audit 2023-12-07T21:21:37.778142+0000 mgr.a (mgr.14403) 9916 : audit 0 from='client.203862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:39.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:38 smithi194 bash[32038]: audit 2023-12-07T21:21:37.778142+0000 mgr.a (mgr.14403) 9916 : audit 0 from='client.203862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:39.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:38 smithi135 bash[32435]: audit 2023-12-07T21:21:37.778142+0000 mgr.a (mgr.14403) 9916 : audit 0 from='client.203862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:40.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:39 smithi079 bash[28699]: cluster 2023-12-07T21:21:38.089647+0000 mgr.a (mgr.14403) 9917 : cluster 0 pgmap v7401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:40.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:39 smithi194 bash[32038]: cluster 2023-12-07T21:21:38.089647+0000 mgr.a (mgr.14403) 9917 : cluster 0 pgmap v7401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:40.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:39 smithi135 bash[32435]: cluster 2023-12-07T21:21:38.089647+0000 mgr.a (mgr.14403) 9917 : cluster 0 pgmap v7401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:42.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:41 smithi079 bash[28699]: cluster 2023-12-07T21:21:40.090562+0000 mgr.a (mgr.14403) 9918 : cluster 0 pgmap v7402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:42.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:41 smithi194 bash[32038]: cluster 2023-12-07T21:21:40.090562+0000 mgr.a (mgr.14403) 9918 : cluster 0 pgmap v7402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:42.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:41 smithi135 bash[32435]: cluster 2023-12-07T21:21:40.090562+0000 mgr.a (mgr.14403) 9918 : cluster 0 pgmap v7402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:21:43.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:21:43.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:43.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:44.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:43 smithi079 bash[28699]: cluster 2023-12-07T21:21:42.091145+0000 mgr.a (mgr.14403) 9919 : cluster 0 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-07T21:21:44.178 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:21:44.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:44.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:44.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:44.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:21:44.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:43 smithi194 bash[32038]: cluster 2023-12-07T21:21:42.091145+0000 mgr.a (mgr.14403) 9919 : cluster 0 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-07T21:21:44.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:43 smithi135 bash[32435]: cluster 2023-12-07T21:21:42.091145+0000 mgr.a (mgr.14403) 9919 : cluster 0 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-07T21:21:45.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:44 smithi079 bash[28699]: audit 2023-12-07T21:21:43.695454+0000 mgr.a (mgr.14403) 9920 : audit 0 from='client.203934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:45.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:44 smithi194 bash[32038]: audit 2023-12-07T21:21:43.695454+0000 mgr.a (mgr.14403) 9920 : audit 0 from='client.203934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:45.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:44 smithi135 bash[32435]: audit 2023-12-07T21:21:43.695454+0000 mgr.a (mgr.14403) 9920 : audit 0 from='client.203934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:46.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:45 smithi079 bash[28699]: cluster 2023-12-07T21:21:44.092419+0000 mgr.a (mgr.14403) 9921 : cluster 0 pgmap v7404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:46.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:45 smithi194 bash[32038]: cluster 2023-12-07T21:21:44.092419+0000 mgr.a (mgr.14403) 9921 : cluster 0 pgmap v7404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:46.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:45 smithi135 bash[32435]: cluster 2023-12-07T21:21:44.092419+0000 mgr.a (mgr.14403) 9921 : cluster 0 pgmap v7404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:48.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:47 smithi079 bash[28699]: cluster 2023-12-07T21:21:46.093080+0000 mgr.a (mgr.14403) 9922 : cluster 0 pgmap v7405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:48.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:47 smithi194 bash[32038]: cluster 2023-12-07T21:21:46.093080+0000 mgr.a (mgr.14403) 9922 : cluster 0 pgmap v7405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:48.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:47 smithi135 bash[32435]: cluster 2023-12-07T21:21:46.093080+0000 mgr.a (mgr.14403) 9922 : cluster 0 pgmap v7405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:49.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:21:49.182 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:49.182 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:50.089 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:21:50.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:50.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:50.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:50.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:21:50.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:49 smithi079 bash[28699]: cluster 2023-12-07T21:21:48.093675+0000 mgr.a (mgr.14403) 9923 : cluster 0 pgmap v7406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:50.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:49 smithi194 bash[32038]: cluster 2023-12-07T21:21:48.093675+0000 mgr.a (mgr.14403) 9923 : cluster 0 pgmap v7406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:50.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:49 smithi135 bash[32435]: cluster 2023-12-07T21:21:48.093675+0000 mgr.a (mgr.14403) 9923 : cluster 0 pgmap v7406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:51.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:50 smithi079 bash[28699]: audit 2023-12-07T21:21:49.608649+0000 mgr.a (mgr.14403) 9924 : audit 0 from='client.204009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:51.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:50 smithi194 bash[32038]: audit 2023-12-07T21:21:49.608649+0000 mgr.a (mgr.14403) 9924 : audit 0 from='client.204009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:51.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:50 smithi135 bash[32435]: audit 2023-12-07T21:21:49.608649+0000 mgr.a (mgr.14403) 9924 : audit 0 from='client.204009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:52.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:51 smithi079 bash[28699]: cluster 2023-12-07T21:21:50.094221+0000 mgr.a (mgr.14403) 9925 : cluster 0 pgmap v7407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:52.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:51 smithi194 bash[32038]: cluster 2023-12-07T21:21:50.094221+0000 mgr.a (mgr.14403) 9925 : cluster 0 pgmap v7407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:52.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:51 smithi135 bash[32435]: cluster 2023-12-07T21:21:50.094221+0000 mgr.a (mgr.14403) 9925 : cluster 0 pgmap v7407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:54.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:53 smithi079 bash[28699]: cluster 2023-12-07T21:21:52.094718+0000 mgr.a (mgr.14403) 9926 : cluster 0 pgmap v7408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:54.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:53 smithi194 bash[32038]: cluster 2023-12-07T21:21:52.094718+0000 mgr.a (mgr.14403) 9926 : cluster 0 pgmap v7408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:54.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:53 smithi135 bash[32435]: cluster 2023-12-07T21:21:52.094718+0000 mgr.a (mgr.14403) 9926 : cluster 0 pgmap v7408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:21:55.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:21:55.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:21:55.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:21:56.000 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:21:56.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:21:56.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:21:56.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:21:56.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:21:56.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:55 smithi079 bash[28699]: cluster 2023-12-07T21:21:54.095471+0000 mgr.a (mgr.14403) 9927 : cluster 0 pgmap v7409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:56.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:55 smithi194 bash[32038]: cluster 2023-12-07T21:21:54.095471+0000 mgr.a (mgr.14403) 9927 : cluster 0 pgmap v7409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:56.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:55 smithi135 bash[32435]: cluster 2023-12-07T21:21:54.095471+0000 mgr.a (mgr.14403) 9927 : cluster 0 pgmap v7409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:57.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:56 smithi079 bash[28699]: audit 2023-12-07T21:21:55.512168+0000 mgr.a (mgr.14403) 9928 : audit 0 from='client.204084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:57.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:56 smithi194 bash[32038]: audit 2023-12-07T21:21:55.512168+0000 mgr.a (mgr.14403) 9928 : audit 0 from='client.204084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:57.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:56 smithi135 bash[32435]: audit 2023-12-07T21:21:55.512168+0000 mgr.a (mgr.14403) 9928 : audit 0 from='client.204084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:21:58.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:57 smithi079 bash[28699]: cluster 2023-12-07T21:21:56.096134+0000 mgr.a (mgr.14403) 9929 : cluster 0 pgmap v7410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:58.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:57 smithi194 bash[32038]: cluster 2023-12-07T21:21:56.096134+0000 mgr.a (mgr.14403) 9929 : cluster 0 pgmap v7410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:21:58.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:57 smithi135 bash[32435]: cluster 2023-12-07T21:21:56.096134+0000 mgr.a (mgr.14403) 9929 : cluster 0 pgmap v7410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:00.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:21:59 smithi079 bash[28699]: cluster 2023-12-07T21:21:58.096728+0000 mgr.a (mgr.14403) 9930 : cluster 0 pgmap v7411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:00.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:21:59 smithi194 bash[32038]: cluster 2023-12-07T21:21:58.096728+0000 mgr.a (mgr.14403) 9930 : cluster 0 pgmap v7411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:00.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:21:59 smithi135 bash[32435]: cluster 2023-12-07T21:21:58.096728+0000 mgr.a (mgr.14403) 9930 : cluster 0 pgmap v7411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:01.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:22:01.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:01.003 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:01.891 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:22:01.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:01.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:01.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:01.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:22:02.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:01 smithi079 bash[28699]: cluster 2023-12-07T21:22:00.097550+0000 mgr.a (mgr.14403) 9931 : cluster 0 pgmap v7412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:02.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:01 smithi194 bash[32038]: cluster 2023-12-07T21:22:00.097550+0000 mgr.a (mgr.14403) 9931 : cluster 0 pgmap v7412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:02.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:01 smithi135 bash[32435]: cluster 2023-12-07T21:22:00.097550+0000 mgr.a (mgr.14403) 9931 : cluster 0 pgmap v7412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:03.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:02 smithi079 bash[28699]: audit 2023-12-07T21:22:01.420527+0000 mgr.a (mgr.14403) 9932 : audit 0 from='client.204162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:03.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:02 smithi194 bash[32038]: audit 2023-12-07T21:22:01.420527+0000 mgr.a (mgr.14403) 9932 : audit 0 from='client.204162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:03.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:02 smithi135 bash[32435]: audit 2023-12-07T21:22:01.420527+0000 mgr.a (mgr.14403) 9932 : audit 0 from='client.204162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:04.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:03 smithi079 bash[28699]: cluster 2023-12-07T21:22:02.098324+0000 mgr.a (mgr.14403) 9933 : cluster 0 pgmap v7413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:04.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:03 smithi194 bash[32038]: cluster 2023-12-07T21:22:02.098324+0000 mgr.a (mgr.14403) 9933 : cluster 0 pgmap v7413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:04.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:03 smithi135 bash[32435]: cluster 2023-12-07T21:22:02.098324+0000 mgr.a (mgr.14403) 9933 : cluster 0 pgmap v7413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:06.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:05 smithi079 bash[28699]: cluster 2023-12-07T21:22:04.099136+0000 mgr.a (mgr.14403) 9934 : cluster 0 pgmap v7414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:06.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:05 smithi194 bash[32038]: cluster 2023-12-07T21:22:04.099136+0000 mgr.a (mgr.14403) 9934 : cluster 0 pgmap v7414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:06.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:05 smithi135 bash[32435]: cluster 2023-12-07T21:22:04.099136+0000 mgr.a (mgr.14403) 9934 : cluster 0 pgmap v7414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:06.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:22:06.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:06.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:07.802 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:22:07.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:07.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:07.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:07.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:22:08.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:07 smithi079 bash[28699]: cluster 2023-12-07T21:22:06.099633+0000 mgr.a (mgr.14403) 9935 : cluster 0 pgmap v7415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:08.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:07 smithi194 bash[32038]: cluster 2023-12-07T21:22:06.099633+0000 mgr.a (mgr.14403) 9935 : cluster 0 pgmap v7415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:08.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:07 smithi135 bash[32435]: cluster 2023-12-07T21:22:06.099633+0000 mgr.a (mgr.14403) 9935 : cluster 0 pgmap v7415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:09.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:08 smithi079 bash[28699]: audit 2023-12-07T21:22:07.311656+0000 mgr.a (mgr.14403) 9936 : audit 0 from='client.204237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:09.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:08 smithi194 bash[32038]: audit 2023-12-07T21:22:07.311656+0000 mgr.a (mgr.14403) 9936 : audit 0 from='client.204237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:09.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:08 smithi135 bash[32435]: audit 2023-12-07T21:22:07.311656+0000 mgr.a (mgr.14403) 9936 : audit 0 from='client.204237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:10.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:09 smithi079 bash[28699]: cluster 2023-12-07T21:22:08.100363+0000 mgr.a (mgr.14403) 9937 : cluster 0 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-07T21:22:10.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:09 smithi194 bash[32038]: cluster 2023-12-07T21:22:08.100363+0000 mgr.a (mgr.14403) 9937 : cluster 0 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-07T21:22:10.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:09 smithi135 bash[32435]: cluster 2023-12-07T21:22:08.100363+0000 mgr.a (mgr.14403) 9937 : cluster 0 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-07T21:22:12.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:11 smithi194 bash[32038]: cluster 2023-12-07T21:22:10.101278+0000 mgr.a (mgr.14403) 9938 : cluster 0 pgmap v7417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:12.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:11 smithi135 bash[32435]: cluster 2023-12-07T21:22:10.101278+0000 mgr.a (mgr.14403) 9938 : cluster 0 pgmap v7417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:12.379 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:11 smithi079 bash[28699]: cluster 2023-12-07T21:22:10.101278+0000 mgr.a (mgr.14403) 9938 : cluster 0 pgmap v7417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:12.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:22:12.806 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:12.806 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:13.702 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:22:13.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:13.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:13.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:13.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:22:14.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:13 smithi194 bash[32038]: cluster 2023-12-07T21:22:12.101881+0000 mgr.a (mgr.14403) 9939 : cluster 0 pgmap v7418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:14.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:13 smithi135 bash[32435]: cluster 2023-12-07T21:22:12.101881+0000 mgr.a (mgr.14403) 9939 : cluster 0 pgmap v7418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:14.379 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:13 smithi079 bash[28699]: cluster 2023-12-07T21:22:12.101881+0000 mgr.a (mgr.14403) 9939 : cluster 0 pgmap v7418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:15.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:14 smithi194 bash[32038]: audit 2023-12-07T21:22:13.224073+0000 mgr.a (mgr.14403) 9940 : audit 0 from='client.204315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:15.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:14 smithi135 bash[32435]: audit 2023-12-07T21:22:13.224073+0000 mgr.a (mgr.14403) 9940 : audit 0 from='client.204315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:15.379 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:14 smithi079 bash[28699]: audit 2023-12-07T21:22:13.224073+0000 mgr.a (mgr.14403) 9940 : audit 0 from='client.204315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:16.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:15 smithi194 bash[32038]: cluster 2023-12-07T21:22:14.102939+0000 mgr.a (mgr.14403) 9941 : cluster 0 pgmap v7419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:22:16.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:15 smithi194 bash[32038]: audit 2023-12-07T21:22:15.374062+0000 mon.a (mon.0) 1831 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:22:16.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:15 smithi135 bash[32435]: cluster 2023-12-07T21:22:14.102939+0000 mgr.a (mgr.14403) 9941 : cluster 0 pgmap v7419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:22:16.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:15 smithi135 bash[32435]: audit 2023-12-07T21:22:15.374062+0000 mon.a (mon.0) 1831 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:22:16.379 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:15 smithi079 bash[28699]: cluster 2023-12-07T21:22:14.102939+0000 mgr.a (mgr.14403) 9941 : cluster 0 pgmap v7419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:22:16.379 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:15 smithi079 bash[28699]: audit 2023-12-07T21:22:15.374062+0000 mon.a (mon.0) 1831 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:22:17.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:16 smithi194 bash[32038]: cluster 2023-12-07T21:22:16.103542+0000 mgr.a (mgr.14403) 9942 : cluster 0 pgmap v7420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:22:17.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:16 smithi194 bash[32038]: audit 2023-12-07T21:22:16.117348+0000 mon.a (mon.0) 1832 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:22:17.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:16 smithi194 bash[32038]: audit 2023-12-07T21:22:16.119066+0000 mon.a (mon.0) 1833 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:22:17.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:16 smithi194 bash[32038]: audit 2023-12-07T21:22:16.129114+0000 mon.a (mon.0) 1834 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:22:17.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:16 smithi135 bash[32435]: cluster 2023-12-07T21:22:16.103542+0000 mgr.a (mgr.14403) 9942 : cluster 0 pgmap v7420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:22:17.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:16 smithi135 bash[32435]: audit 2023-12-07T21:22:16.117348+0000 mon.a (mon.0) 1832 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:22:17.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:16 smithi135 bash[32435]: audit 2023-12-07T21:22:16.119066+0000 mon.a (mon.0) 1833 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:22:17.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:16 smithi135 bash[32435]: audit 2023-12-07T21:22:16.129114+0000 mon.a (mon.0) 1834 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:22:17.379 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:16 smithi079 bash[28699]: cluster 2023-12-07T21:22:16.103542+0000 mgr.a (mgr.14403) 9942 : cluster 0 pgmap v7420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:22:17.379 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:16 smithi079 bash[28699]: audit 2023-12-07T21:22:16.117348+0000 mon.a (mon.0) 1832 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:22:17.379 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:16 smithi079 bash[28699]: audit 2023-12-07T21:22:16.119066+0000 mon.a (mon.0) 1833 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:22:17.379 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:16 smithi079 bash[28699]: audit 2023-12-07T21:22:16.129114+0000 mon.a (mon.0) 1834 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:22:18.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:22:18.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:18.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:19.440 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:19 smithi194 bash[32038]: cluster 2023-12-07T21:22:18.104112+0000 mgr.a (mgr.14403) 9943 : cluster 0 pgmap v7421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:22:19.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:19 smithi135 bash[32435]: cluster 2023-12-07T21:22:18.104112+0000 mgr.a (mgr.14403) 9943 : cluster 0 pgmap v7421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:22:19.618 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:22:19.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:19.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:19.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:19.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:22:19.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:19 smithi079 bash[28699]: cluster 2023-12-07T21:22:18.104112+0000 mgr.a (mgr.14403) 9943 : cluster 0 pgmap v7421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:22:20.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:20 smithi079 bash[28699]: audit 2023-12-07T21:22:19.125563+0000 mgr.a (mgr.14403) 9944 : audit 0 from='client.204387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:20.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:20 smithi194 bash[32038]: audit 2023-12-07T21:22:19.125563+0000 mgr.a (mgr.14403) 9944 : audit 0 from='client.204387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:20.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:20 smithi135 bash[32435]: audit 2023-12-07T21:22:19.125563+0000 mgr.a (mgr.14403) 9944 : audit 0 from='client.204387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:21.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:21 smithi079 bash[28699]: cluster 2023-12-07T21:22:20.105338+0000 mgr.a (mgr.14403) 9945 : cluster 0 pgmap v7422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:21.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:21 smithi194 bash[32038]: cluster 2023-12-07T21:22:20.105338+0000 mgr.a (mgr.14403) 9945 : cluster 0 pgmap v7422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:21.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:21 smithi135 bash[32435]: cluster 2023-12-07T21:22:20.105338+0000 mgr.a (mgr.14403) 9945 : cluster 0 pgmap v7422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:23.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:23 smithi079 bash[28699]: cluster 2023-12-07T21:22:22.106052+0000 mgr.a (mgr.14403) 9946 : cluster 0 pgmap v7423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:23.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:23 smithi194 bash[32038]: cluster 2023-12-07T21:22:22.106052+0000 mgr.a (mgr.14403) 9946 : cluster 0 pgmap v7423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:23.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:23 smithi135 bash[32435]: cluster 2023-12-07T21:22:22.106052+0000 mgr.a (mgr.14403) 9946 : cluster 0 pgmap v7423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:24.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:22:24.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:24.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:25.537 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:22:25.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:25.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:25.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:25.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:22:25.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:25 smithi079 bash[28699]: cluster 2023-12-07T21:22:24.106812+0000 mgr.a (mgr.14403) 9947 : cluster 0 pgmap v7424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:25.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:25 smithi194 bash[32038]: cluster 2023-12-07T21:22:24.106812+0000 mgr.a (mgr.14403) 9947 : cluster 0 pgmap v7424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:25.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:25 smithi135 bash[32435]: cluster 2023-12-07T21:22:24.106812+0000 mgr.a (mgr.14403) 9947 : cluster 0 pgmap v7424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:26.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:26 smithi079 bash[28699]: audit 2023-12-07T21:22:25.034465+0000 mgr.a (mgr.14403) 9948 : audit 0 from='client.204462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:26.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:26 smithi194 bash[32038]: audit 2023-12-07T21:22:25.034465+0000 mgr.a (mgr.14403) 9948 : audit 0 from='client.204462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:26.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:26 smithi135 bash[32435]: audit 2023-12-07T21:22:25.034465+0000 mgr.a (mgr.14403) 9948 : audit 0 from='client.204462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:27.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:27 smithi079 bash[28699]: cluster 2023-12-07T21:22:26.107530+0000 mgr.a (mgr.14403) 9949 : cluster 0 pgmap v7425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:22:27.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:27 smithi194 bash[32038]: cluster 2023-12-07T21:22:26.107530+0000 mgr.a (mgr.14403) 9949 : cluster 0 pgmap v7425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:22:27.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:27 smithi135 bash[32435]: cluster 2023-12-07T21:22:26.107530+0000 mgr.a (mgr.14403) 9949 : cluster 0 pgmap v7425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:22:29.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:29 smithi079 bash[28699]: cluster 2023-12-07T21:22:28.108142+0000 mgr.a (mgr.14403) 9950 : cluster 0 pgmap v7426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:22:29.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:29 smithi194 bash[32038]: cluster 2023-12-07T21:22:28.108142+0000 mgr.a (mgr.14403) 9950 : cluster 0 pgmap v7426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:22:29.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:29 smithi135 bash[32435]: cluster 2023-12-07T21:22:28.108142+0000 mgr.a (mgr.14403) 9950 : cluster 0 pgmap v7426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:22:30.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:22:30.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:30.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:31.462 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:22:31.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:31.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:31.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:31.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:22:31.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:31 smithi079 bash[28699]: cluster 2023-12-07T21:22:30.108972+0000 mgr.a (mgr.14403) 9951 : cluster 0 pgmap v7427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:22:31.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:31 smithi194 bash[32038]: cluster 2023-12-07T21:22:30.108972+0000 mgr.a (mgr.14403) 9951 : cluster 0 pgmap v7427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:22:31.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:31 smithi135 bash[32435]: cluster 2023-12-07T21:22:30.108972+0000 mgr.a (mgr.14403) 9951 : cluster 0 pgmap v7427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:22:32.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:32 smithi079 bash[28699]: audit 2023-12-07T21:22:30.967128+0000 mgr.a (mgr.14403) 9952 : audit 0 from='client.204540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:32.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:32 smithi194 bash[32038]: audit 2023-12-07T21:22:30.967128+0000 mgr.a (mgr.14403) 9952 : audit 0 from='client.204540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:32.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:32 smithi135 bash[32435]: audit 2023-12-07T21:22:30.967128+0000 mgr.a (mgr.14403) 9952 : audit 0 from='client.204540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:33.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:33 smithi079 bash[28699]: cluster 2023-12-07T21:22:32.109754+0000 mgr.a (mgr.14403) 9953 : cluster 0 pgmap v7428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:33.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:33 smithi194 bash[32038]: cluster 2023-12-07T21:22:32.109754+0000 mgr.a (mgr.14403) 9953 : cluster 0 pgmap v7428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:33.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:33 smithi135 bash[32435]: cluster 2023-12-07T21:22:32.109754+0000 mgr.a (mgr.14403) 9953 : cluster 0 pgmap v7428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:35.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:35 smithi079 bash[28699]: cluster 2023-12-07T21:22:34.110747+0000 mgr.a (mgr.14403) 9954 : cluster 0 pgmap v7429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:35.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:35 smithi194 bash[32038]: cluster 2023-12-07T21:22:34.110747+0000 mgr.a (mgr.14403) 9954 : cluster 0 pgmap v7429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:35.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:35 smithi135 bash[32435]: cluster 2023-12-07T21:22:34.110747+0000 mgr.a (mgr.14403) 9954 : cluster 0 pgmap v7429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:36.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:22:36.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:36.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:37.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:37.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:37.392 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:22:37.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:37.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:22:37.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:37 smithi079 bash[28699]: cluster 2023-12-07T21:22:36.111486+0000 mgr.a (mgr.14403) 9955 : cluster 0 pgmap v7430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:37.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:37 smithi079 bash[28699]: audit 2023-12-07T21:22:36.892797+0000 mgr.a (mgr.14403) 9956 : audit 0 from='client.204618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:37.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:37 smithi194 bash[32038]: cluster 2023-12-07T21:22:36.111486+0000 mgr.a (mgr.14403) 9955 : cluster 0 pgmap v7430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:37.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:37 smithi194 bash[32038]: audit 2023-12-07T21:22:36.892797+0000 mgr.a (mgr.14403) 9956 : audit 0 from='client.204618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:37.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:37 smithi135 bash[32435]: cluster 2023-12-07T21:22:36.111486+0000 mgr.a (mgr.14403) 9955 : cluster 0 pgmap v7430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:37.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:37 smithi135 bash[32435]: audit 2023-12-07T21:22:36.892797+0000 mgr.a (mgr.14403) 9956 : audit 0 from='client.204618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:39.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:39 smithi079 bash[28699]: cluster 2023-12-07T21:22:38.112245+0000 mgr.a (mgr.14403) 9957 : cluster 0 pgmap v7431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:39.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:39 smithi194 bash[32038]: cluster 2023-12-07T21:22:38.112245+0000 mgr.a (mgr.14403) 9957 : cluster 0 pgmap v7431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:39.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:39 smithi135 bash[32435]: cluster 2023-12-07T21:22:38.112245+0000 mgr.a (mgr.14403) 9957 : cluster 0 pgmap v7431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:41.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:41 smithi079 bash[28699]: cluster 2023-12-07T21:22:40.113070+0000 mgr.a (mgr.14403) 9958 : cluster 0 pgmap v7432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:41.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:41 smithi194 bash[32038]: cluster 2023-12-07T21:22:40.113070+0000 mgr.a (mgr.14403) 9958 : cluster 0 pgmap v7432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:41.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:41 smithi135 bash[32435]: cluster 2023-12-07T21:22:40.113070+0000 mgr.a (mgr.14403) 9958 : cluster 0 pgmap v7432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:42.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:22:42.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:42.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:43.276 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:22:43.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:43.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:43.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:43.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:22:43.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:43 smithi079 bash[28699]: cluster 2023-12-07T21:22:42.113645+0000 mgr.a (mgr.14403) 9959 : cluster 0 pgmap v7433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:43.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:43 smithi079 bash[28699]: audit 2023-12-07T21:22:42.805720+0000 mgr.a (mgr.14403) 9960 : audit 0 from='client.204696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:43.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:43 smithi194 bash[32038]: cluster 2023-12-07T21:22:42.113645+0000 mgr.a (mgr.14403) 9959 : cluster 0 pgmap v7433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:43.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:43 smithi194 bash[32038]: audit 2023-12-07T21:22:42.805720+0000 mgr.a (mgr.14403) 9960 : audit 0 from='client.204696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:43.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:43 smithi135 bash[32435]: cluster 2023-12-07T21:22:42.113645+0000 mgr.a (mgr.14403) 9959 : cluster 0 pgmap v7433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:43.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:43 smithi135 bash[32435]: audit 2023-12-07T21:22:42.805720+0000 mgr.a (mgr.14403) 9960 : audit 0 from='client.204696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:45.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:45 smithi079 bash[28699]: cluster 2023-12-07T21:22:44.114545+0000 mgr.a (mgr.14403) 9961 : cluster 0 pgmap v7434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:45.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:45 smithi194 bash[32038]: cluster 2023-12-07T21:22:44.114545+0000 mgr.a (mgr.14403) 9961 : cluster 0 pgmap v7434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:45.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:45 smithi135 bash[32435]: cluster 2023-12-07T21:22:44.114545+0000 mgr.a (mgr.14403) 9961 : cluster 0 pgmap v7434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:22:47.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:47 smithi079 bash[28699]: cluster 2023-12-07T21:22:46.115152+0000 mgr.a (mgr.14403) 9962 : cluster 0 pgmap v7435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:47.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:47 smithi194 bash[32038]: cluster 2023-12-07T21:22:46.115152+0000 mgr.a (mgr.14403) 9962 : cluster 0 pgmap v7435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:47.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:47 smithi135 bash[32435]: cluster 2023-12-07T21:22:46.115152+0000 mgr.a (mgr.14403) 9962 : cluster 0 pgmap v7435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:48.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:22:48.279 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:48.279 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:49.194 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:22:49.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:49.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:49.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:49.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:22:49.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:49 smithi079 bash[28699]: cluster 2023-12-07T21:22:48.115756+0000 mgr.a (mgr.14403) 9963 : cluster 0 pgmap v7436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:49.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:49 smithi079 bash[28699]: audit 2023-12-07T21:22:48.697098+0000 mgr.a (mgr.14403) 9964 : audit 0 from='client.204774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:49.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:49 smithi194 bash[32038]: cluster 2023-12-07T21:22:48.115756+0000 mgr.a (mgr.14403) 9963 : cluster 0 pgmap v7436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:49.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:49 smithi194 bash[32038]: audit 2023-12-07T21:22:48.697098+0000 mgr.a (mgr.14403) 9964 : audit 0 from='client.204774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:49.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:49 smithi135 bash[32435]: cluster 2023-12-07T21:22:48.115756+0000 mgr.a (mgr.14403) 9963 : cluster 0 pgmap v7436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:49.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:49 smithi135 bash[32435]: audit 2023-12-07T21:22:48.697098+0000 mgr.a (mgr.14403) 9964 : audit 0 from='client.204774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:51.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:51 smithi079 bash[28699]: cluster 2023-12-07T21:22:50.116809+0000 mgr.a (mgr.14403) 9965 : cluster 0 pgmap v7437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:51.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:51 smithi194 bash[32038]: cluster 2023-12-07T21:22:50.116809+0000 mgr.a (mgr.14403) 9965 : cluster 0 pgmap v7437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:51.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:51 smithi135 bash[32435]: cluster 2023-12-07T21:22:50.116809+0000 mgr.a (mgr.14403) 9965 : cluster 0 pgmap v7437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:53.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:53 smithi079 bash[28699]: cluster 2023-12-07T21:22:52.117431+0000 mgr.a (mgr.14403) 9966 : cluster 0 pgmap v7438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:53.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:53 smithi194 bash[32038]: cluster 2023-12-07T21:22:52.117431+0000 mgr.a (mgr.14403) 9966 : cluster 0 pgmap v7438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:53.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:53 smithi135 bash[32435]: cluster 2023-12-07T21:22:52.117431+0000 mgr.a (mgr.14403) 9966 : cluster 0 pgmap v7438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:54.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:22:54.198 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:22:54.198 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:22:55.127 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:22:55.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:22:55.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:22:55.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:22:55.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:22:55.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:55 smithi079 bash[28699]: cluster 2023-12-07T21:22:54.118159+0000 mgr.a (mgr.14403) 9967 : cluster 0 pgmap v7439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:55.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:55 smithi079 bash[28699]: audit 2023-12-07T21:22:54.615896+0000 mgr.a (mgr.14403) 9968 : audit 0 from='client.204849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:55.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:55 smithi194 bash[32038]: cluster 2023-12-07T21:22:54.118159+0000 mgr.a (mgr.14403) 9967 : cluster 0 pgmap v7439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:55.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:55 smithi194 bash[32038]: audit 2023-12-07T21:22:54.615896+0000 mgr.a (mgr.14403) 9968 : audit 0 from='client.204849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:55.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:55 smithi135 bash[32435]: cluster 2023-12-07T21:22:54.118159+0000 mgr.a (mgr.14403) 9967 : cluster 0 pgmap v7439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:22:55.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:55 smithi135 bash[32435]: audit 2023-12-07T21:22:54.615896+0000 mgr.a (mgr.14403) 9968 : audit 0 from='client.204849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:22:57.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:57 smithi079 bash[28699]: cluster 2023-12-07T21:22:56.118755+0000 mgr.a (mgr.14403) 9969 : cluster 0 pgmap v7440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:57.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:57 smithi194 bash[32038]: cluster 2023-12-07T21:22:56.118755+0000 mgr.a (mgr.14403) 9969 : cluster 0 pgmap v7440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:57.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:57 smithi135 bash[32435]: cluster 2023-12-07T21:22:56.118755+0000 mgr.a (mgr.14403) 9969 : cluster 0 pgmap v7440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:59.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:22:59 smithi079 bash[28699]: cluster 2023-12-07T21:22:58.119488+0000 mgr.a (mgr.14403) 9970 : cluster 0 pgmap v7441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:59.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:22:59 smithi194 bash[32038]: cluster 2023-12-07T21:22:58.119488+0000 mgr.a (mgr.14403) 9970 : cluster 0 pgmap v7441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:22:59.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:22:59 smithi135 bash[32435]: cluster 2023-12-07T21:22:58.119488+0000 mgr.a (mgr.14403) 9970 : cluster 0 pgmap v7441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:00.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:23:00.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:00.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:01.041 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:23:01.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:01.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:01.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:01.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:23:01.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:01 smithi079 bash[28699]: cluster 2023-12-07T21:23:00.120463+0000 mgr.a (mgr.14403) 9971 : cluster 0 pgmap v7442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:01.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:01 smithi079 bash[28699]: audit 2023-12-07T21:23:00.552770+0000 mgr.a (mgr.14403) 9972 : audit 0 from='client.204927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:01.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:01 smithi194 bash[32038]: cluster 2023-12-07T21:23:00.120463+0000 mgr.a (mgr.14403) 9971 : cluster 0 pgmap v7442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:01.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:01 smithi194 bash[32038]: audit 2023-12-07T21:23:00.552770+0000 mgr.a (mgr.14403) 9972 : audit 0 from='client.204927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:01.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:01 smithi135 bash[32435]: cluster 2023-12-07T21:23:00.120463+0000 mgr.a (mgr.14403) 9971 : cluster 0 pgmap v7442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:01.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:01 smithi135 bash[32435]: audit 2023-12-07T21:23:00.552770+0000 mgr.a (mgr.14403) 9972 : audit 0 from='client.204927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:03.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:03 smithi079 bash[28699]: cluster 2023-12-07T21:23:02.121157+0000 mgr.a (mgr.14403) 9973 : cluster 0 pgmap v7443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:03.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:03 smithi194 bash[32038]: cluster 2023-12-07T21:23:02.121157+0000 mgr.a (mgr.14403) 9973 : cluster 0 pgmap v7443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:03.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:03 smithi135 bash[32435]: cluster 2023-12-07T21:23:02.121157+0000 mgr.a (mgr.14403) 9973 : cluster 0 pgmap v7443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:05.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:05 smithi079 bash[28699]: cluster 2023-12-07T21:23:04.121874+0000 mgr.a (mgr.14403) 9974 : cluster 0 pgmap v7444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:05.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:05 smithi194 bash[32038]: cluster 2023-12-07T21:23:04.121874+0000 mgr.a (mgr.14403) 9974 : cluster 0 pgmap v7444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:05.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:05 smithi135 bash[32435]: cluster 2023-12-07T21:23:04.121874+0000 mgr.a (mgr.14403) 9974 : cluster 0 pgmap v7444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:06.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:23:06.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:06.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:06.932 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:23:06.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:06.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:06.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:06.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:23:07.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:07 smithi079 bash[28699]: cluster 2023-12-07T21:23:06.122417+0000 mgr.a (mgr.14403) 9975 : cluster 0 pgmap v7445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:07.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:07 smithi079 bash[28699]: audit 2023-12-07T21:23:06.457500+0000 mgr.a (mgr.14403) 9976 : audit 0 from='client.204999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:07.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:07 smithi194 bash[32038]: cluster 2023-12-07T21:23:06.122417+0000 mgr.a (mgr.14403) 9975 : cluster 0 pgmap v7445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:07.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:07 smithi194 bash[32038]: audit 2023-12-07T21:23:06.457500+0000 mgr.a (mgr.14403) 9976 : audit 0 from='client.204999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:07.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:07 smithi135 bash[32435]: cluster 2023-12-07T21:23:06.122417+0000 mgr.a (mgr.14403) 9975 : cluster 0 pgmap v7445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:07.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:07 smithi135 bash[32435]: audit 2023-12-07T21:23:06.457500+0000 mgr.a (mgr.14403) 9976 : audit 0 from='client.204999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:09.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:09 smithi079 bash[28699]: cluster 2023-12-07T21:23:08.123126+0000 mgr.a (mgr.14403) 9977 : cluster 0 pgmap v7446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:09.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:09 smithi194 bash[32038]: cluster 2023-12-07T21:23:08.123126+0000 mgr.a (mgr.14403) 9977 : cluster 0 pgmap v7446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:09.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:09 smithi135 bash[32435]: cluster 2023-12-07T21:23:08.123126+0000 mgr.a (mgr.14403) 9977 : cluster 0 pgmap v7446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:11.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:11 smithi079 bash[28699]: cluster 2023-12-07T21:23:10.123947+0000 mgr.a (mgr.14403) 9978 : cluster 0 pgmap v7447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:11.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:11 smithi194 bash[32038]: cluster 2023-12-07T21:23:10.123947+0000 mgr.a (mgr.14403) 9978 : cluster 0 pgmap v7447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:11.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:11 smithi135 bash[32435]: cluster 2023-12-07T21:23:10.123947+0000 mgr.a (mgr.14403) 9978 : cluster 0 pgmap v7447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:11.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:23:11.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:11.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:12.824 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:23:12.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:12.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:12.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:12.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:23:13.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:13 smithi079 bash[28699]: cluster 2023-12-07T21:23:12.124432+0000 mgr.a (mgr.14403) 9979 : cluster 0 pgmap v7448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:13.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:13 smithi079 bash[28699]: audit 2023-12-07T21:23:12.345730+0000 mgr.a (mgr.14403) 9980 : audit 0 from='client.205071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:13.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:13 smithi194 bash[32038]: cluster 2023-12-07T21:23:12.124432+0000 mgr.a (mgr.14403) 9979 : cluster 0 pgmap v7448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:13.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:13 smithi194 bash[32038]: audit 2023-12-07T21:23:12.345730+0000 mgr.a (mgr.14403) 9980 : audit 0 from='client.205071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:13.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:13 smithi135 bash[32435]: cluster 2023-12-07T21:23:12.124432+0000 mgr.a (mgr.14403) 9979 : cluster 0 pgmap v7448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:13.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:13 smithi135 bash[32435]: audit 2023-12-07T21:23:12.345730+0000 mgr.a (mgr.14403) 9980 : audit 0 from='client.205071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:15.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:15 smithi079 bash[28699]: cluster 2023-12-07T21:23:14.125428+0000 mgr.a (mgr.14403) 9981 : cluster 0 pgmap v7449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:15.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:15 smithi194 bash[32038]: cluster 2023-12-07T21:23:14.125428+0000 mgr.a (mgr.14403) 9981 : cluster 0 pgmap v7449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:15.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:15 smithi135 bash[32435]: cluster 2023-12-07T21:23:14.125428+0000 mgr.a (mgr.14403) 9981 : cluster 0 pgmap v7449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:16.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:16 smithi079 bash[28699]: audit 2023-12-07T21:23:16.232921+0000 mon.a (mon.0) 1835 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:23:16.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:16 smithi194 bash[32038]: audit 2023-12-07T21:23:16.232921+0000 mon.a (mon.0) 1835 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:23:16.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:16 smithi135 bash[32435]: audit 2023-12-07T21:23:16.232921+0000 mon.a (mon.0) 1835 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:23:17.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:17 smithi079 bash[28699]: cluster 2023-12-07T21:23:16.126038+0000 mgr.a (mgr.14403) 9982 : cluster 0 pgmap v7450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:17.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:17 smithi079 bash[28699]: audit 2023-12-07T21:23:17.014963+0000 mon.a (mon.0) 1836 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:23:17.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:17 smithi079 bash[28699]: audit 2023-12-07T21:23:17.016911+0000 mon.a (mon.0) 1837 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:23:17.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:17 smithi079 bash[28699]: audit 2023-12-07T21:23:17.026826+0000 mon.a (mon.0) 1838 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:23:17.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:17 smithi194 bash[32038]: cluster 2023-12-07T21:23:16.126038+0000 mgr.a (mgr.14403) 9982 : cluster 0 pgmap v7450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:17.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:17 smithi194 bash[32038]: audit 2023-12-07T21:23:17.014963+0000 mon.a (mon.0) 1836 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:23:17.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:17 smithi194 bash[32038]: audit 2023-12-07T21:23:17.016911+0000 mon.a (mon.0) 1837 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:23:17.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:17 smithi194 bash[32038]: audit 2023-12-07T21:23:17.026826+0000 mon.a (mon.0) 1838 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:23:17.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:17 smithi135 bash[32435]: cluster 2023-12-07T21:23:16.126038+0000 mgr.a (mgr.14403) 9982 : cluster 0 pgmap v7450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:17.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:17 smithi135 bash[32435]: audit 2023-12-07T21:23:17.014963+0000 mon.a (mon.0) 1836 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:23:17.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:17 smithi135 bash[32435]: audit 2023-12-07T21:23:17.016911+0000 mon.a (mon.0) 1837 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:23:17.694 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:17 smithi135 bash[32435]: audit 2023-12-07T21:23:17.026826+0000 mon.a (mon.0) 1838 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:23:17.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:23:17.827 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:17.828 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:18.715 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:23:18.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:18.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:18.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:18.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:23:19.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:19 smithi079 bash[28699]: cluster 2023-12-07T21:23:18.126567+0000 mgr.a (mgr.14403) 9983 : cluster 0 pgmap v7451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:19.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:19 smithi079 bash[28699]: audit 2023-12-07T21:23:18.240042+0000 mgr.a (mgr.14403) 9984 : audit 0 from='client.205146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:19.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:19 smithi194 bash[32038]: cluster 2023-12-07T21:23:18.126567+0000 mgr.a (mgr.14403) 9983 : cluster 0 pgmap v7451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:19.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:19 smithi194 bash[32038]: audit 2023-12-07T21:23:18.240042+0000 mgr.a (mgr.14403) 9984 : audit 0 from='client.205146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:19.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:19 smithi135 bash[32435]: cluster 2023-12-07T21:23:18.126567+0000 mgr.a (mgr.14403) 9983 : cluster 0 pgmap v7451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:19.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:19 smithi135 bash[32435]: audit 2023-12-07T21:23:18.240042+0000 mgr.a (mgr.14403) 9984 : audit 0 from='client.205146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:21.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:21 smithi079 bash[28699]: cluster 2023-12-07T21:23:20.127748+0000 mgr.a (mgr.14403) 9985 : cluster 0 pgmap v7452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:23:21.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:21 smithi194 bash[32038]: cluster 2023-12-07T21:23:20.127748+0000 mgr.a (mgr.14403) 9985 : cluster 0 pgmap v7452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:23:21.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:21 smithi135 bash[32435]: cluster 2023-12-07T21:23:20.127748+0000 mgr.a (mgr.14403) 9985 : cluster 0 pgmap v7452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:23:23.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:23 smithi079 bash[28699]: cluster 2023-12-07T21:23:22.128444+0000 mgr.a (mgr.14403) 9986 : cluster 0 pgmap v7453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:23:23.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:23 smithi194 bash[32038]: cluster 2023-12-07T21:23:22.128444+0000 mgr.a (mgr.14403) 9986 : cluster 0 pgmap v7453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:23:23.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:23 smithi135 bash[32435]: cluster 2023-12-07T21:23:22.128444+0000 mgr.a (mgr.14403) 9986 : cluster 0 pgmap v7453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:23:23.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:23:23.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:23.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:24.615 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:23:24.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:24.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:24.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:24.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:23:25.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:25 smithi079 bash[28699]: cluster 2023-12-07T21:23:24.129199+0000 mgr.a (mgr.14403) 9987 : cluster 0 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-07T21:23:25.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:25 smithi079 bash[28699]: audit 2023-12-07T21:23:24.136680+0000 mgr.a (mgr.14403) 9988 : audit 0 from='client.205221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:25.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:25 smithi194 bash[32038]: cluster 2023-12-07T21:23:24.129199+0000 mgr.a (mgr.14403) 9987 : cluster 0 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-07T21:23:25.754 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:25 smithi194 bash[32038]: audit 2023-12-07T21:23:24.136680+0000 mgr.a (mgr.14403) 9988 : audit 0 from='client.205221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:25.755 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:25 smithi135 bash[32435]: cluster 2023-12-07T21:23:24.129199+0000 mgr.a (mgr.14403) 9987 : cluster 0 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-07T21:23:25.755 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:25 smithi135 bash[32435]: audit 2023-12-07T21:23:24.136680+0000 mgr.a (mgr.14403) 9988 : audit 0 from='client.205221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:27.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:27 smithi079 bash[28699]: cluster 2023-12-07T21:23:26.129867+0000 mgr.a (mgr.14403) 9989 : cluster 0 pgmap v7455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:27.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:27 smithi194 bash[32038]: cluster 2023-12-07T21:23:26.129867+0000 mgr.a (mgr.14403) 9989 : cluster 0 pgmap v7455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:27.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:27 smithi135 bash[32435]: cluster 2023-12-07T21:23:26.129867+0000 mgr.a (mgr.14403) 9989 : cluster 0 pgmap v7455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:29.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:23:29.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:29.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:29.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:29 smithi079 bash[28699]: cluster 2023-12-07T21:23:28.130446+0000 mgr.a (mgr.14403) 9990 : cluster 0 pgmap v7456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:29.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:29 smithi194 bash[32038]: cluster 2023-12-07T21:23:28.130446+0000 mgr.a (mgr.14403) 9990 : cluster 0 pgmap v7456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:29.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:29 smithi135 bash[32435]: cluster 2023-12-07T21:23:28.130446+0000 mgr.a (mgr.14403) 9990 : cluster 0 pgmap v7456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:30.509 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:23:30.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:30.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:30.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:30.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:23:31.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:31 smithi079 bash[28699]: audit 2023-12-07T21:23:30.040794+0000 mgr.a (mgr.14403) 9991 : audit 0 from='client.205296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:31.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:31 smithi079 bash[28699]: cluster 2023-12-07T21:23:30.131215+0000 mgr.a (mgr.14403) 9992 : cluster 0 pgmap v7457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:31.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:31 smithi194 bash[32038]: audit 2023-12-07T21:23:30.040794+0000 mgr.a (mgr.14403) 9991 : audit 0 from='client.205296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:31.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:31 smithi194 bash[32038]: cluster 2023-12-07T21:23:30.131215+0000 mgr.a (mgr.14403) 9992 : cluster 0 pgmap v7457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:31.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:31 smithi135 bash[32435]: audit 2023-12-07T21:23:30.040794+0000 mgr.a (mgr.14403) 9991 : audit 0 from='client.205296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:31.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:31 smithi135 bash[32435]: cluster 2023-12-07T21:23:30.131215+0000 mgr.a (mgr.14403) 9992 : cluster 0 pgmap v7457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:33.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:33 smithi194 bash[32038]: cluster 2023-12-07T21:23:32.131809+0000 mgr.a (mgr.14403) 9993 : cluster 0 pgmap v7458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:23:33.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:33 smithi135 bash[32435]: cluster 2023-12-07T21:23:32.131809+0000 mgr.a (mgr.14403) 9993 : cluster 0 pgmap v7458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:23:33.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:33 smithi079 bash[28699]: cluster 2023-12-07T21:23:32.131809+0000 mgr.a (mgr.14403) 9993 : cluster 0 pgmap v7458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:23:35.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:23:35.512 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:35.512 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:35.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:35 smithi194 bash[32038]: cluster 2023-12-07T21:23:34.132557+0000 mgr.a (mgr.14403) 9994 : cluster 0 pgmap v7459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:23:35.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:35 smithi135 bash[32435]: cluster 2023-12-07T21:23:34.132557+0000 mgr.a (mgr.14403) 9994 : cluster 0 pgmap v7459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:23:35.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:35 smithi079 bash[28699]: cluster 2023-12-07T21:23:34.132557+0000 mgr.a (mgr.14403) 9994 : cluster 0 pgmap v7459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:23:36.397 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:23:36.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:36.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:36.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:36.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:23:37.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:37 smithi194 bash[32038]: audit 2023-12-07T21:23:35.920905+0000 mgr.a (mgr.14403) 9995 : audit 0 from='client.205368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:37.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:37 smithi194 bash[32038]: cluster 2023-12-07T21:23:36.133145+0000 mgr.a (mgr.14403) 9996 : cluster 0 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-07T21:23:37.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:37 smithi135 bash[32435]: audit 2023-12-07T21:23:35.920905+0000 mgr.a (mgr.14403) 9995 : audit 0 from='client.205368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:37.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:37 smithi135 bash[32435]: cluster 2023-12-07T21:23:36.133145+0000 mgr.a (mgr.14403) 9996 : cluster 0 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-07T21:23:37.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:37 smithi079 bash[28699]: audit 2023-12-07T21:23:35.920905+0000 mgr.a (mgr.14403) 9995 : audit 0 from='client.205368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:37.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:37 smithi079 bash[28699]: cluster 2023-12-07T21:23:36.133145+0000 mgr.a (mgr.14403) 9996 : cluster 0 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-07T21:23:39.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:39 smithi194 bash[32038]: cluster 2023-12-07T21:23:38.133838+0000 mgr.a (mgr.14403) 9997 : cluster 0 pgmap v7461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:39.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:39 smithi135 bash[32435]: cluster 2023-12-07T21:23:38.133838+0000 mgr.a (mgr.14403) 9997 : cluster 0 pgmap v7461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:39.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:39 smithi079 bash[28699]: cluster 2023-12-07T21:23:38.133838+0000 mgr.a (mgr.14403) 9997 : cluster 0 pgmap v7461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:41.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:23:41.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:41.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:41.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:41 smithi194 bash[32038]: cluster 2023-12-07T21:23:40.134649+0000 mgr.a (mgr.14403) 9998 : cluster 0 pgmap v7462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:41.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:41 smithi135 bash[32435]: cluster 2023-12-07T21:23:40.134649+0000 mgr.a (mgr.14403) 9998 : cluster 0 pgmap v7462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:41.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:41 smithi079 bash[28699]: cluster 2023-12-07T21:23:40.134649+0000 mgr.a (mgr.14403) 9998 : cluster 0 pgmap v7462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:42.300 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:23:42.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:42.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:42.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:42.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:23:42.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:42 smithi194 bash[32038]: audit 2023-12-07T21:23:41.814891+0000 mgr.a (mgr.14403) 9999 : audit 0 from='client.205446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:42.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:42 smithi135 bash[32435]: audit 2023-12-07T21:23:41.814891+0000 mgr.a (mgr.14403) 9999 : audit 0 from='client.205446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:42.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:42 smithi079 bash[28699]: audit 2023-12-07T21:23:41.814891+0000 mgr.a (mgr.14403) 9999 : audit 0 from='client.205446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:43.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:43 smithi194 bash[32038]: cluster 2023-12-07T21:23:42.135238+0000 mgr.a (mgr.14403) 10000 : cluster 0 pgmap v7463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:43.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:43 smithi135 bash[32435]: cluster 2023-12-07T21:23:42.135238+0000 mgr.a (mgr.14403) 10000 : cluster 0 pgmap v7463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:43.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:43 smithi079 bash[28699]: cluster 2023-12-07T21:23:42.135238+0000 mgr.a (mgr.14403) 10000 : cluster 0 pgmap v7463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:45.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:45 smithi194 bash[32038]: cluster 2023-12-07T21:23:44.136105+0000 mgr.a (mgr.14403) 10001 : cluster 0 pgmap v7464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:45.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:45 smithi135 bash[32435]: cluster 2023-12-07T21:23:44.136105+0000 mgr.a (mgr.14403) 10001 : cluster 0 pgmap v7464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:45.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:45 smithi079 bash[28699]: cluster 2023-12-07T21:23:44.136105+0000 mgr.a (mgr.14403) 10001 : cluster 0 pgmap v7464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:47.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:23:47.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:47.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:47.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:47 smithi194 bash[32038]: cluster 2023-12-07T21:23:46.136692+0000 mgr.a (mgr.14403) 10002 : cluster 0 pgmap v7465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:47.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:47 smithi135 bash[32435]: cluster 2023-12-07T21:23:46.136692+0000 mgr.a (mgr.14403) 10002 : cluster 0 pgmap v7465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:47.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:47 smithi079 bash[28699]: cluster 2023-12-07T21:23:46.136692+0000 mgr.a (mgr.14403) 10002 : cluster 0 pgmap v7465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:48.204 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:23:48.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:48.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:48.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:48.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:23:48.690 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:48 smithi194 bash[32038]: audit 2023-12-07T21:23:47.720348+0000 mgr.a (mgr.14403) 10003 : audit 0 from='client.205521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:48.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:48 smithi135 bash[32435]: audit 2023-12-07T21:23:47.720348+0000 mgr.a (mgr.14403) 10003 : audit 0 from='client.205521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:48.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:48 smithi079 bash[28699]: audit 2023-12-07T21:23:47.720348+0000 mgr.a (mgr.14403) 10003 : audit 0 from='client.205521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:49.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:49 smithi194 bash[32038]: cluster 2023-12-07T21:23:48.137424+0000 mgr.a (mgr.14403) 10004 : cluster 0 pgmap v7466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:49.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:49 smithi135 bash[32435]: cluster 2023-12-07T21:23:48.137424+0000 mgr.a (mgr.14403) 10004 : cluster 0 pgmap v7466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:49.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:49 smithi079 bash[28699]: cluster 2023-12-07T21:23:48.137424+0000 mgr.a (mgr.14403) 10004 : cluster 0 pgmap v7466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:51.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:51 smithi194 bash[32038]: cluster 2023-12-07T21:23:50.138270+0000 mgr.a (mgr.14403) 10005 : cluster 0 pgmap v7467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:51.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:51 smithi135 bash[32435]: cluster 2023-12-07T21:23:50.138270+0000 mgr.a (mgr.14403) 10005 : cluster 0 pgmap v7467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:51.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:51 smithi079 bash[28699]: cluster 2023-12-07T21:23:50.138270+0000 mgr.a (mgr.14403) 10005 : cluster 0 pgmap v7467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:23:53.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:23:53.208 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:53.208 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:53.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:53 smithi194 bash[32038]: cluster 2023-12-07T21:23:52.138796+0000 mgr.a (mgr.14403) 10006 : cluster 0 pgmap v7468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:53.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:53 smithi135 bash[32435]: cluster 2023-12-07T21:23:52.138796+0000 mgr.a (mgr.14403) 10006 : cluster 0 pgmap v7468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:53.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:53 smithi079 bash[28699]: cluster 2023-12-07T21:23:52.138796+0000 mgr.a (mgr.14403) 10006 : cluster 0 pgmap v7468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:54.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:23:54.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:23:54.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:23:54.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:23:54.125 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:23:54.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:54 smithi079 bash[28699]: audit 2023-12-07T21:23:53.638319+0000 mgr.a (mgr.14403) 10007 : audit 0 from='client.205596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:54.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:54 smithi194 bash[32038]: audit 2023-12-07T21:23:53.638319+0000 mgr.a (mgr.14403) 10007 : audit 0 from='client.205596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:54.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:54 smithi135 bash[32435]: audit 2023-12-07T21:23:53.638319+0000 mgr.a (mgr.14403) 10007 : audit 0 from='client.205596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:23:55.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:55 smithi079 bash[28699]: cluster 2023-12-07T21:23:54.139784+0000 mgr.a (mgr.14403) 10008 : cluster 0 pgmap v7469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:55.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:55 smithi194 bash[32038]: cluster 2023-12-07T21:23:54.139784+0000 mgr.a (mgr.14403) 10008 : cluster 0 pgmap v7469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:55.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:55 smithi135 bash[32435]: cluster 2023-12-07T21:23:54.139784+0000 mgr.a (mgr.14403) 10008 : cluster 0 pgmap v7469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:23:57.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:57 smithi079 bash[28699]: cluster 2023-12-07T21:23:56.140448+0000 mgr.a (mgr.14403) 10009 : cluster 0 pgmap v7470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:57.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:57 smithi194 bash[32038]: cluster 2023-12-07T21:23:56.140448+0000 mgr.a (mgr.14403) 10009 : cluster 0 pgmap v7470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:57.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:57 smithi135 bash[32435]: cluster 2023-12-07T21:23:56.140448+0000 mgr.a (mgr.14403) 10009 : cluster 0 pgmap v7470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:59.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:23:59.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:23:59.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:23:59.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:23:59 smithi079 bash[28699]: cluster 2023-12-07T21:23:58.141045+0000 mgr.a (mgr.14403) 10010 : cluster 0 pgmap v7471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:59.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:23:59 smithi194 bash[32038]: cluster 2023-12-07T21:23:58.141045+0000 mgr.a (mgr.14403) 10010 : cluster 0 pgmap v7471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:23:59.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:23:59 smithi135 bash[32435]: cluster 2023-12-07T21:23:58.141045+0000 mgr.a (mgr.14403) 10010 : cluster 0 pgmap v7471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:24:00.060 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:24:00.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:00.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:00.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:00.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:24:00.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:00 smithi079 bash[28699]: audit 2023-12-07T21:23:59.557873+0000 mgr.a (mgr.14403) 10011 : audit 0 from='client.205674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:00.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:00 smithi194 bash[32038]: audit 2023-12-07T21:23:59.557873+0000 mgr.a (mgr.14403) 10011 : audit 0 from='client.205674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:00.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:00 smithi135 bash[32435]: audit 2023-12-07T21:23:59.557873+0000 mgr.a (mgr.14403) 10011 : audit 0 from='client.205674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:01.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:01 smithi079 bash[28699]: cluster 2023-12-07T21:24:00.142150+0000 mgr.a (mgr.14403) 10012 : cluster 0 pgmap v7472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:01.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:01 smithi194 bash[32038]: cluster 2023-12-07T21:24:00.142150+0000 mgr.a (mgr.14403) 10012 : cluster 0 pgmap v7472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:01.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:01 smithi135 bash[32435]: cluster 2023-12-07T21:24:00.142150+0000 mgr.a (mgr.14403) 10012 : cluster 0 pgmap v7472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:03.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:03 smithi079 bash[28699]: cluster 2023-12-07T21:24:02.142706+0000 mgr.a (mgr.14403) 10013 : cluster 0 pgmap v7473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:24:03.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:03 smithi194 bash[32038]: cluster 2023-12-07T21:24:02.142706+0000 mgr.a (mgr.14403) 10013 : cluster 0 pgmap v7473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:24:03.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:03 smithi135 bash[32435]: cluster 2023-12-07T21:24:02.142706+0000 mgr.a (mgr.14403) 10013 : cluster 0 pgmap v7473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:24:05.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:24:05.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:05.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:05.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:05 smithi079 bash[28699]: cluster 2023-12-07T21:24:04.143501+0000 mgr.a (mgr.14403) 10014 : cluster 0 pgmap v7474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:05.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:05 smithi194 bash[32038]: cluster 2023-12-07T21:24:04.143501+0000 mgr.a (mgr.14403) 10014 : cluster 0 pgmap v7474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:05.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:05 smithi135 bash[32435]: cluster 2023-12-07T21:24:04.143501+0000 mgr.a (mgr.14403) 10014 : cluster 0 pgmap v7474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:05.971 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:24:05.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:05.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:05.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:05.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:24:06.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:06 smithi079 bash[28699]: audit 2023-12-07T21:24:05.478657+0000 mgr.a (mgr.14403) 10015 : audit 0 from='client.205752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:06.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:06 smithi194 bash[32038]: audit 2023-12-07T21:24:05.478657+0000 mgr.a (mgr.14403) 10015 : audit 0 from='client.205752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:06.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:06 smithi135 bash[32435]: audit 2023-12-07T21:24:05.478657+0000 mgr.a (mgr.14403) 10015 : audit 0 from='client.205752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:07.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:07 smithi079 bash[28699]: cluster 2023-12-07T21:24:06.144229+0000 mgr.a (mgr.14403) 10016 : cluster 0 pgmap v7475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:07.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:07 smithi194 bash[32038]: cluster 2023-12-07T21:24:06.144229+0000 mgr.a (mgr.14403) 10016 : cluster 0 pgmap v7475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:07.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:07 smithi135 bash[32435]: cluster 2023-12-07T21:24:06.144229+0000 mgr.a (mgr.14403) 10016 : cluster 0 pgmap v7475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:09.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:09 smithi079 bash[28699]: cluster 2023-12-07T21:24:08.144814+0000 mgr.a (mgr.14403) 10017 : cluster 0 pgmap v7476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:09.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:09 smithi194 bash[32038]: cluster 2023-12-07T21:24:08.144814+0000 mgr.a (mgr.14403) 10017 : cluster 0 pgmap v7476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:09.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:09 smithi135 bash[32435]: cluster 2023-12-07T21:24:08.144814+0000 mgr.a (mgr.14403) 10017 : cluster 0 pgmap v7476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:10.974 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:24:10.975 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:10.975 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:11.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:11 smithi079 bash[28699]: cluster 2023-12-07T21:24:10.145614+0000 mgr.a (mgr.14403) 10018 : cluster 0 pgmap v7477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:11.887 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:24:11.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:11.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:11.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:11.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:24:11.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:11 smithi194 bash[32038]: cluster 2023-12-07T21:24:10.145614+0000 mgr.a (mgr.14403) 10018 : cluster 0 pgmap v7477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:11.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:11 smithi135 bash[32435]: cluster 2023-12-07T21:24:10.145614+0000 mgr.a (mgr.14403) 10018 : cluster 0 pgmap v7477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:12.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:12 smithi079 bash[28699]: audit 2023-12-07T21:24:11.395883+0000 mgr.a (mgr.14403) 10019 : audit 0 from='client.205830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:12.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:12 smithi194 bash[32038]: audit 2023-12-07T21:24:11.395883+0000 mgr.a (mgr.14403) 10019 : audit 0 from='client.205830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:12.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:12 smithi135 bash[32435]: audit 2023-12-07T21:24:11.395883+0000 mgr.a (mgr.14403) 10019 : audit 0 from='client.205830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:13.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:13 smithi079 bash[28699]: cluster 2023-12-07T21:24:12.146286+0000 mgr.a (mgr.14403) 10020 : cluster 0 pgmap v7478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:13.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:13 smithi194 bash[32038]: cluster 2023-12-07T21:24:12.146286+0000 mgr.a (mgr.14403) 10020 : cluster 0 pgmap v7478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:13.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:13 smithi135 bash[32435]: cluster 2023-12-07T21:24:12.146286+0000 mgr.a (mgr.14403) 10020 : cluster 0 pgmap v7478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:15.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:15 smithi079 bash[28699]: cluster 2023-12-07T21:24:14.147087+0000 mgr.a (mgr.14403) 10021 : cluster 0 pgmap v7479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:15.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:15 smithi194 bash[32038]: cluster 2023-12-07T21:24:14.147087+0000 mgr.a (mgr.14403) 10021 : cluster 0 pgmap v7479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:15.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:15 smithi135 bash[32435]: cluster 2023-12-07T21:24:14.147087+0000 mgr.a (mgr.14403) 10021 : cluster 0 pgmap v7479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:16.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:24:16.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:16.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:17.820 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:24:17.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:17.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:17.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:17.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:24:17.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:17 smithi079 bash[28699]: cluster 2023-12-07T21:24:16.147570+0000 mgr.a (mgr.14403) 10022 : cluster 0 pgmap v7480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:17.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:17 smithi079 bash[28699]: audit 2023-12-07T21:24:17.129119+0000 mon.a (mon.0) 1839 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:24:17.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:17 smithi194 bash[32038]: cluster 2023-12-07T21:24:16.147570+0000 mgr.a (mgr.14403) 10022 : cluster 0 pgmap v7480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:17.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:17 smithi194 bash[32038]: audit 2023-12-07T21:24:17.129119+0000 mon.a (mon.0) 1839 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:24:17.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:17 smithi135 bash[32435]: cluster 2023-12-07T21:24:16.147570+0000 mgr.a (mgr.14403) 10022 : cluster 0 pgmap v7480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:17.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:17 smithi135 bash[32435]: audit 2023-12-07T21:24:17.129119+0000 mon.a (mon.0) 1839 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:24:18.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:18 smithi079 bash[28699]: audit 2023-12-07T21:24:17.314914+0000 mgr.a (mgr.14403) 10023 : audit 0 from='client.205905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:18.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:18 smithi079 bash[28699]: audit 2023-12-07T21:24:17.949259+0000 mon.a (mon.0) 1840 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:24:18.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:18 smithi079 bash[28699]: audit 2023-12-07T21:24:17.951105+0000 mon.a (mon.0) 1841 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:24:18.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:18 smithi079 bash[28699]: audit 2023-12-07T21:24:17.960611+0000 mon.a (mon.0) 1842 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:24:18.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:18 smithi194 bash[32038]: audit 2023-12-07T21:24:17.314914+0000 mgr.a (mgr.14403) 10023 : audit 0 from='client.205905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:18.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:18 smithi194 bash[32038]: audit 2023-12-07T21:24:17.949259+0000 mon.a (mon.0) 1840 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:24:18.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:18 smithi194 bash[32038]: audit 2023-12-07T21:24:17.951105+0000 mon.a (mon.0) 1841 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:24:18.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:18 smithi194 bash[32038]: audit 2023-12-07T21:24:17.960611+0000 mon.a (mon.0) 1842 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:24:18.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:18 smithi135 bash[32435]: audit 2023-12-07T21:24:17.314914+0000 mgr.a (mgr.14403) 10023 : audit 0 from='client.205905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:18.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:18 smithi135 bash[32435]: audit 2023-12-07T21:24:17.949259+0000 mon.a (mon.0) 1840 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:24:18.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:18 smithi135 bash[32435]: audit 2023-12-07T21:24:17.951105+0000 mon.a (mon.0) 1841 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:24:18.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:18 smithi135 bash[32435]: audit 2023-12-07T21:24:17.960611+0000 mon.a (mon.0) 1842 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:24:19.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:19 smithi079 bash[28699]: cluster 2023-12-07T21:24:18.148274+0000 mgr.a (mgr.14403) 10024 : cluster 0 pgmap v7481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:19.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:19 smithi194 bash[32038]: cluster 2023-12-07T21:24:18.148274+0000 mgr.a (mgr.14403) 10024 : cluster 0 pgmap v7481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:19.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:19 smithi135 bash[32435]: cluster 2023-12-07T21:24:18.148274+0000 mgr.a (mgr.14403) 10024 : cluster 0 pgmap v7481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:21.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:21 smithi079 bash[28699]: cluster 2023-12-07T21:24:20.149217+0000 mgr.a (mgr.14403) 10025 : cluster 0 pgmap v7482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:21.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:21 smithi194 bash[32038]: cluster 2023-12-07T21:24:20.149217+0000 mgr.a (mgr.14403) 10025 : cluster 0 pgmap v7482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:21.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:21 smithi135 bash[32435]: cluster 2023-12-07T21:24:20.149217+0000 mgr.a (mgr.14403) 10025 : cluster 0 pgmap v7482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:22.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:24:22.824 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:22.824 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:23.737 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:24:23.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:23.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:23.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:23.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:24:23.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:23 smithi079 bash[28699]: cluster 2023-12-07T21:24:22.149908+0000 mgr.a (mgr.14403) 10026 : cluster 0 pgmap v7483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:23.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:23 smithi194 bash[32038]: cluster 2023-12-07T21:24:22.149908+0000 mgr.a (mgr.14403) 10026 : cluster 0 pgmap v7483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:23.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:23 smithi135 bash[32435]: cluster 2023-12-07T21:24:22.149908+0000 mgr.a (mgr.14403) 10026 : cluster 0 pgmap v7483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:24.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:24 smithi079 bash[28699]: audit 2023-12-07T21:24:23.247283+0000 mgr.a (mgr.14403) 10027 : audit 0 from='client.205980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:24.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:24 smithi194 bash[32038]: audit 2023-12-07T21:24:23.247283+0000 mgr.a (mgr.14403) 10027 : audit 0 from='client.205980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:24.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:24 smithi135 bash[32435]: audit 2023-12-07T21:24:23.247283+0000 mgr.a (mgr.14403) 10027 : audit 0 from='client.205980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:25.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:25 smithi079 bash[28699]: cluster 2023-12-07T21:24:24.150899+0000 mgr.a (mgr.14403) 10028 : cluster 0 pgmap v7484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:24:25.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:25 smithi194 bash[32038]: cluster 2023-12-07T21:24:24.150899+0000 mgr.a (mgr.14403) 10028 : cluster 0 pgmap v7484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:24:25.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:25 smithi135 bash[32435]: cluster 2023-12-07T21:24:24.150899+0000 mgr.a (mgr.14403) 10028 : cluster 0 pgmap v7484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:24:27.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:27 smithi079 bash[28699]: cluster 2023-12-07T21:24:26.151440+0000 mgr.a (mgr.14403) 10029 : cluster 0 pgmap v7485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:24:27.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:27 smithi194 bash[32038]: cluster 2023-12-07T21:24:26.151440+0000 mgr.a (mgr.14403) 10029 : cluster 0 pgmap v7485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:24:27.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:27 smithi135 bash[32435]: cluster 2023-12-07T21:24:26.151440+0000 mgr.a (mgr.14403) 10029 : cluster 0 pgmap v7485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:24:28.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:24:28.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:28.742 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:29.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:29.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:29.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:29.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:24:29.663 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:24:29.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:29 smithi079 bash[28699]: cluster 2023-12-07T21:24:28.151981+0000 mgr.a (mgr.14403) 10030 : cluster 0 pgmap v7486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:24:29.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:29 smithi194 bash[32038]: cluster 2023-12-07T21:24:28.151981+0000 mgr.a (mgr.14403) 10030 : cluster 0 pgmap v7486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:24:29.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:29 smithi135 bash[32435]: cluster 2023-12-07T21:24:28.151981+0000 mgr.a (mgr.14403) 10030 : cluster 0 pgmap v7486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:24:30.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:30 smithi079 bash[28699]: audit 2023-12-07T21:24:29.160157+0000 mgr.a (mgr.14403) 10031 : audit 0 from='client.206052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:30.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:30 smithi194 bash[32038]: audit 2023-12-07T21:24:29.160157+0000 mgr.a (mgr.14403) 10031 : audit 0 from='client.206052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:30.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:30 smithi135 bash[32435]: audit 2023-12-07T21:24:29.160157+0000 mgr.a (mgr.14403) 10031 : audit 0 from='client.206052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:31.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:31 smithi079 bash[28699]: cluster 2023-12-07T21:24:30.152908+0000 mgr.a (mgr.14403) 10032 : cluster 0 pgmap v7487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:31.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:31 smithi194 bash[32038]: cluster 2023-12-07T21:24:30.152908+0000 mgr.a (mgr.14403) 10032 : cluster 0 pgmap v7487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:31.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:31 smithi135 bash[32435]: cluster 2023-12-07T21:24:30.152908+0000 mgr.a (mgr.14403) 10032 : cluster 0 pgmap v7487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:33.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:33 smithi079 bash[28699]: cluster 2023-12-07T21:24:32.153489+0000 mgr.a (mgr.14403) 10033 : cluster 0 pgmap v7488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:24:33.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:33 smithi194 bash[32038]: cluster 2023-12-07T21:24:32.153489+0000 mgr.a (mgr.14403) 10033 : cluster 0 pgmap v7488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:24:33.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:33 smithi135 bash[32435]: cluster 2023-12-07T21:24:32.153489+0000 mgr.a (mgr.14403) 10033 : cluster 0 pgmap v7488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:24:34.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:24:34.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:34.667 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:35.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:35.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:35.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:35.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:24:35.578 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:24:35.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:35 smithi079 bash[28699]: cluster 2023-12-07T21:24:34.154239+0000 mgr.a (mgr.14403) 10034 : cluster 0 pgmap v7489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:35.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:35 smithi194 bash[32038]: cluster 2023-12-07T21:24:34.154239+0000 mgr.a (mgr.14403) 10034 : cluster 0 pgmap v7489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:35.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:35 smithi135 bash[32435]: cluster 2023-12-07T21:24:34.154239+0000 mgr.a (mgr.14403) 10034 : cluster 0 pgmap v7489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:36.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:36 smithi079 bash[28699]: audit 2023-12-07T21:24:35.090527+0000 mgr.a (mgr.14403) 10035 : audit 0 from='client.206130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:36.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:36 smithi194 bash[32038]: audit 2023-12-07T21:24:35.090527+0000 mgr.a (mgr.14403) 10035 : audit 0 from='client.206130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:36.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:36 smithi135 bash[32435]: audit 2023-12-07T21:24:35.090527+0000 mgr.a (mgr.14403) 10035 : audit 0 from='client.206130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:37.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:37 smithi079 bash[28699]: cluster 2023-12-07T21:24:36.154917+0000 mgr.a (mgr.14403) 10036 : cluster 0 pgmap v7490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:24:37.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:37 smithi194 bash[32038]: cluster 2023-12-07T21:24:36.154917+0000 mgr.a (mgr.14403) 10036 : cluster 0 pgmap v7490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:24:37.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:37 smithi135 bash[32435]: cluster 2023-12-07T21:24:36.154917+0000 mgr.a (mgr.14403) 10036 : cluster 0 pgmap v7490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:24:39.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:39 smithi079 bash[28699]: cluster 2023-12-07T21:24:38.155484+0000 mgr.a (mgr.14403) 10037 : cluster 0 pgmap v7491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:24:39.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:39 smithi194 bash[32038]: cluster 2023-12-07T21:24:38.155484+0000 mgr.a (mgr.14403) 10037 : cluster 0 pgmap v7491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:24:39.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:39 smithi135 bash[32435]: cluster 2023-12-07T21:24:38.155484+0000 mgr.a (mgr.14403) 10037 : cluster 0 pgmap v7491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:24:40.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:24:40.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:40.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:41.474 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:24:41.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:41.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:41.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:41.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:24:41.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:41 smithi079 bash[28699]: cluster 2023-12-07T21:24:40.156250+0000 mgr.a (mgr.14403) 10038 : cluster 0 pgmap v7492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:24:41.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:41 smithi194 bash[32038]: cluster 2023-12-07T21:24:40.156250+0000 mgr.a (mgr.14403) 10038 : cluster 0 pgmap v7492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:24:41.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:41 smithi135 bash[32435]: cluster 2023-12-07T21:24:40.156250+0000 mgr.a (mgr.14403) 10038 : cluster 0 pgmap v7492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:24:42.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:42 smithi079 bash[28699]: audit 2023-12-07T21:24:40.994004+0000 mgr.a (mgr.14403) 10039 : audit 0 from='client.206205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:42.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:42 smithi194 bash[32038]: audit 2023-12-07T21:24:40.994004+0000 mgr.a (mgr.14403) 10039 : audit 0 from='client.206205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:42.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:42 smithi135 bash[32435]: audit 2023-12-07T21:24:40.994004+0000 mgr.a (mgr.14403) 10039 : audit 0 from='client.206205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:43.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:43 smithi079 bash[28699]: cluster 2023-12-07T21:24:42.156904+0000 mgr.a (mgr.14403) 10040 : cluster 0 pgmap v7493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:43.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:43 smithi194 bash[32038]: cluster 2023-12-07T21:24:42.156904+0000 mgr.a (mgr.14403) 10040 : cluster 0 pgmap v7493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:43.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:43 smithi135 bash[32435]: cluster 2023-12-07T21:24:42.156904+0000 mgr.a (mgr.14403) 10040 : cluster 0 pgmap v7493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:45.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:45 smithi079 bash[28699]: cluster 2023-12-07T21:24:44.157687+0000 mgr.a (mgr.14403) 10041 : cluster 0 pgmap v7494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:45.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:45 smithi194 bash[32038]: cluster 2023-12-07T21:24:44.157687+0000 mgr.a (mgr.14403) 10041 : cluster 0 pgmap v7494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:45.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:45 smithi135 bash[32435]: cluster 2023-12-07T21:24:44.157687+0000 mgr.a (mgr.14403) 10041 : cluster 0 pgmap v7494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:46.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:24:46.478 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:46.478 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:47.387 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:24:47.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:47.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:47.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:47.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:24:47.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:47 smithi079 bash[28699]: cluster 2023-12-07T21:24:46.158206+0000 mgr.a (mgr.14403) 10042 : cluster 0 pgmap v7495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:47.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:47 smithi079 bash[28699]: audit 2023-12-07T21:24:46.891930+0000 mgr.a (mgr.14403) 10043 : audit 0 from='client.206283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:47.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:47 smithi194 bash[32038]: cluster 2023-12-07T21:24:46.158206+0000 mgr.a (mgr.14403) 10042 : cluster 0 pgmap v7495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:47.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:47 smithi194 bash[32038]: audit 2023-12-07T21:24:46.891930+0000 mgr.a (mgr.14403) 10043 : audit 0 from='client.206283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:47.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:47 smithi135 bash[32435]: cluster 2023-12-07T21:24:46.158206+0000 mgr.a (mgr.14403) 10042 : cluster 0 pgmap v7495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:47.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:47 smithi135 bash[32435]: audit 2023-12-07T21:24:46.891930+0000 mgr.a (mgr.14403) 10043 : audit 0 from='client.206283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:49.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:49 smithi079 bash[28699]: cluster 2023-12-07T21:24:48.158850+0000 mgr.a (mgr.14403) 10044 : cluster 0 pgmap v7496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:49.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:49 smithi194 bash[32038]: cluster 2023-12-07T21:24:48.158850+0000 mgr.a (mgr.14403) 10044 : cluster 0 pgmap v7496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:49.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:49 smithi135 bash[32435]: cluster 2023-12-07T21:24:48.158850+0000 mgr.a (mgr.14403) 10044 : cluster 0 pgmap v7496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:51.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:51 smithi079 bash[28699]: cluster 2023-12-07T21:24:50.159674+0000 mgr.a (mgr.14403) 10045 : cluster 0 pgmap v7497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:51.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:51 smithi194 bash[32038]: cluster 2023-12-07T21:24:50.159674+0000 mgr.a (mgr.14403) 10045 : cluster 0 pgmap v7497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:51.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:51 smithi135 bash[32435]: cluster 2023-12-07T21:24:50.159674+0000 mgr.a (mgr.14403) 10045 : cluster 0 pgmap v7497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:52.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:24:52.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:52.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:53.299 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:24:53.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:53.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:53.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:53.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:24:53.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:53 smithi079 bash[28699]: cluster 2023-12-07T21:24:52.160241+0000 mgr.a (mgr.14403) 10046 : cluster 0 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-07T21:24:53.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:53 smithi079 bash[28699]: audit 2023-12-07T21:24:52.810911+0000 mgr.a (mgr.14403) 10047 : audit 0 from='client.206358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:53.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:53 smithi194 bash[32038]: cluster 2023-12-07T21:24:52.160241+0000 mgr.a (mgr.14403) 10046 : cluster 0 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-07T21:24:53.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:53 smithi194 bash[32038]: audit 2023-12-07T21:24:52.810911+0000 mgr.a (mgr.14403) 10047 : audit 0 from='client.206358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:53.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:53 smithi135 bash[32435]: cluster 2023-12-07T21:24:52.160241+0000 mgr.a (mgr.14403) 10046 : cluster 0 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-07T21:24:53.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:53 smithi135 bash[32435]: audit 2023-12-07T21:24:52.810911+0000 mgr.a (mgr.14403) 10047 : audit 0 from='client.206358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:55.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:55 smithi079 bash[28699]: cluster 2023-12-07T21:24:54.161159+0000 mgr.a (mgr.14403) 10048 : cluster 0 pgmap v7499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:55.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:55 smithi194 bash[32038]: cluster 2023-12-07T21:24:54.161159+0000 mgr.a (mgr.14403) 10048 : cluster 0 pgmap v7499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:55.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:55 smithi135 bash[32435]: cluster 2023-12-07T21:24:54.161159+0000 mgr.a (mgr.14403) 10048 : cluster 0 pgmap v7499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:24:57.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:57 smithi079 bash[28699]: cluster 2023-12-07T21:24:56.161764+0000 mgr.a (mgr.14403) 10049 : cluster 0 pgmap v7500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:57.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:57 smithi194 bash[32038]: cluster 2023-12-07T21:24:56.161764+0000 mgr.a (mgr.14403) 10049 : cluster 0 pgmap v7500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:57.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:57 smithi135 bash[32435]: cluster 2023-12-07T21:24:56.161764+0000 mgr.a (mgr.14403) 10049 : cluster 0 pgmap v7500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:58.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:24:58.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:24:58.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:24:59.224 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:24:59.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:24:59.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:24:59.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:24:59.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:24:59.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:59 smithi079 bash[28699]: cluster 2023-12-07T21:24:58.162370+0000 mgr.a (mgr.14403) 10050 : cluster 0 pgmap v7501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:59.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:24:59 smithi079 bash[28699]: audit 2023-12-07T21:24:58.724839+0000 mgr.a (mgr.14403) 10051 : audit 0 from='client.163792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:59.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:59 smithi194 bash[32038]: cluster 2023-12-07T21:24:58.162370+0000 mgr.a (mgr.14403) 10050 : cluster 0 pgmap v7501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:59.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:24:59 smithi194 bash[32038]: audit 2023-12-07T21:24:58.724839+0000 mgr.a (mgr.14403) 10051 : audit 0 from='client.163792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:24:59.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:59 smithi135 bash[32435]: cluster 2023-12-07T21:24:58.162370+0000 mgr.a (mgr.14403) 10050 : cluster 0 pgmap v7501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:24:59.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:24:59 smithi135 bash[32435]: audit 2023-12-07T21:24:58.724839+0000 mgr.a (mgr.14403) 10051 : audit 0 from='client.163792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:01.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:01 smithi079 bash[28699]: cluster 2023-12-07T21:25:00.163451+0000 mgr.a (mgr.14403) 10052 : cluster 0 pgmap v7502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:01.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:01 smithi194 bash[32038]: cluster 2023-12-07T21:25:00.163451+0000 mgr.a (mgr.14403) 10052 : cluster 0 pgmap v7502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:01.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:01 smithi135 bash[32435]: cluster 2023-12-07T21:25:00.163451+0000 mgr.a (mgr.14403) 10052 : cluster 0 pgmap v7502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:03.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:03 smithi194 bash[32038]: cluster 2023-12-07T21:25:02.164052+0000 mgr.a (mgr.14403) 10053 : cluster 0 pgmap v7503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:03.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:03 smithi135 bash[32435]: cluster 2023-12-07T21:25:02.164052+0000 mgr.a (mgr.14403) 10053 : cluster 0 pgmap v7503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:04.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:03 smithi079 bash[28699]: cluster 2023-12-07T21:25:02.164052+0000 mgr.a (mgr.14403) 10053 : cluster 0 pgmap v7503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:04.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:25:04.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:04.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:05.138 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:25:05.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:05.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:05.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:05.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:25:05.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:05 smithi194 bash[32038]: cluster 2023-12-07T21:25:04.164805+0000 mgr.a (mgr.14403) 10054 : cluster 0 pgmap v7504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:05.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:05 smithi194 bash[32038]: audit 2023-12-07T21:25:04.649914+0000 mgr.a (mgr.14403) 10055 : audit 0 from='client.206511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:05.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:05 smithi135 bash[32435]: cluster 2023-12-07T21:25:04.164805+0000 mgr.a (mgr.14403) 10054 : cluster 0 pgmap v7504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:05.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:05 smithi135 bash[32435]: audit 2023-12-07T21:25:04.649914+0000 mgr.a (mgr.14403) 10055 : audit 0 from='client.206511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:06.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:05 smithi079 bash[28699]: cluster 2023-12-07T21:25:04.164805+0000 mgr.a (mgr.14403) 10054 : cluster 0 pgmap v7504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:06.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:05 smithi079 bash[28699]: audit 2023-12-07T21:25:04.649914+0000 mgr.a (mgr.14403) 10055 : audit 0 from='client.206511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:07.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:07 smithi194 bash[32038]: cluster 2023-12-07T21:25:06.165670+0000 mgr.a (mgr.14403) 10056 : cluster 0 pgmap v7505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:07.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:07 smithi135 bash[32435]: cluster 2023-12-07T21:25:06.165670+0000 mgr.a (mgr.14403) 10056 : cluster 0 pgmap v7505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:08.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:07 smithi079 bash[28699]: cluster 2023-12-07T21:25:06.165670+0000 mgr.a (mgr.14403) 10056 : cluster 0 pgmap v7505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:09.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:09 smithi194 bash[32038]: cluster 2023-12-07T21:25:08.166291+0000 mgr.a (mgr.14403) 10057 : cluster 0 pgmap v7506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:09.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:09 smithi135 bash[32435]: cluster 2023-12-07T21:25:08.166291+0000 mgr.a (mgr.14403) 10057 : cluster 0 pgmap v7506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:10.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:09 smithi079 bash[28699]: cluster 2023-12-07T21:25:08.166291+0000 mgr.a (mgr.14403) 10057 : cluster 0 pgmap v7506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:10.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:25:10.141 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:10.141 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:11.017 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:25:11.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:11.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:11.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:11.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:25:11.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:11 smithi194 bash[32038]: cluster 2023-12-07T21:25:10.167183+0000 mgr.a (mgr.14403) 10058 : cluster 0 pgmap v7507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:11.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:11 smithi194 bash[32038]: audit 2023-12-07T21:25:10.565502+0000 mgr.a (mgr.14403) 10059 : audit 0 from='client.206589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:11.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:11 smithi135 bash[32435]: cluster 2023-12-07T21:25:10.167183+0000 mgr.a (mgr.14403) 10058 : cluster 0 pgmap v7507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:11.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:11 smithi135 bash[32435]: audit 2023-12-07T21:25:10.565502+0000 mgr.a (mgr.14403) 10059 : audit 0 from='client.206589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:12.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:11 smithi079 bash[28699]: cluster 2023-12-07T21:25:10.167183+0000 mgr.a (mgr.14403) 10058 : cluster 0 pgmap v7507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:12.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:11 smithi079 bash[28699]: audit 2023-12-07T21:25:10.565502+0000 mgr.a (mgr.14403) 10059 : audit 0 from='client.206589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:13.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:13 smithi194 bash[32038]: cluster 2023-12-07T21:25:12.167863+0000 mgr.a (mgr.14403) 10060 : cluster 0 pgmap v7508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:13.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:13 smithi135 bash[32435]: cluster 2023-12-07T21:25:12.167863+0000 mgr.a (mgr.14403) 10060 : cluster 0 pgmap v7508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:14.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:13 smithi079 bash[28699]: cluster 2023-12-07T21:25:12.167863+0000 mgr.a (mgr.14403) 10060 : cluster 0 pgmap v7508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:15.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:15 smithi194 bash[32038]: cluster 2023-12-07T21:25:14.168697+0000 mgr.a (mgr.14403) 10061 : cluster 0 pgmap v7509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:15.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:15 smithi135 bash[32435]: cluster 2023-12-07T21:25:14.168697+0000 mgr.a (mgr.14403) 10061 : cluster 0 pgmap v7509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:16.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:25:16.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:16.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:16.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:15 smithi079 bash[28699]: cluster 2023-12-07T21:25:14.168697+0000 mgr.a (mgr.14403) 10061 : cluster 0 pgmap v7509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:16.917 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:25:16.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:16.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:16.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:16.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:25:17.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:17 smithi194 bash[32038]: cluster 2023-12-07T21:25:16.169057+0000 mgr.a (mgr.14403) 10062 : cluster 0 pgmap v7510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:17.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:17 smithi194 bash[32038]: audit 2023-12-07T21:25:16.445048+0000 mgr.a (mgr.14403) 10063 : audit 0 from='client.206661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:17.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:17 smithi135 bash[32435]: cluster 2023-12-07T21:25:16.169057+0000 mgr.a (mgr.14403) 10062 : cluster 0 pgmap v7510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:17.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:17 smithi135 bash[32435]: audit 2023-12-07T21:25:16.445048+0000 mgr.a (mgr.14403) 10063 : audit 0 from='client.206661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:18.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:17 smithi079 bash[28699]: cluster 2023-12-07T21:25:16.169057+0000 mgr.a (mgr.14403) 10062 : cluster 0 pgmap v7510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:18.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:17 smithi079 bash[28699]: audit 2023-12-07T21:25:16.445048+0000 mgr.a (mgr.14403) 10063 : audit 0 from='client.206661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:18.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:18 smithi194 bash[32038]: audit 2023-12-07T21:25:18.064133+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:25:18.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:18 smithi135 bash[32435]: audit 2023-12-07T21:25:18.064133+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:25:19.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:18 smithi079 bash[28699]: audit 2023-12-07T21:25:18.064133+0000 mon.a (mon.0) 1843 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:25:19.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:19 smithi194 bash[32038]: cluster 2023-12-07T21:25:18.169724+0000 mgr.a (mgr.14403) 10064 : cluster 0 pgmap v7511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:19.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:19 smithi135 bash[32435]: cluster 2023-12-07T21:25:18.169724+0000 mgr.a (mgr.14403) 10064 : cluster 0 pgmap v7511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:20.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:19 smithi079 bash[28699]: cluster 2023-12-07T21:25:18.169724+0000 mgr.a (mgr.14403) 10064 : cluster 0 pgmap v7511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:21.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:25:21.921 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:21.921 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:21.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:21 smithi194 bash[32038]: cluster 2023-12-07T21:25:20.170524+0000 mgr.a (mgr.14403) 10065 : cluster 0 pgmap v7512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:21.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:21 smithi135 bash[32435]: cluster 2023-12-07T21:25:20.170524+0000 mgr.a (mgr.14403) 10065 : cluster 0 pgmap v7512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:22.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:21 smithi079 bash[28699]: cluster 2023-12-07T21:25:20.170524+0000 mgr.a (mgr.14403) 10065 : cluster 0 pgmap v7512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:22.828 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:25:22.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:22.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:22.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:22.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:25:23.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:23 smithi194 bash[32038]: cluster 2023-12-07T21:25:22.170927+0000 mgr.a (mgr.14403) 10066 : cluster 0 pgmap v7513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:23.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:23 smithi194 bash[32038]: audit 2023-12-07T21:25:22.342471+0000 mgr.a (mgr.14403) 10067 : audit 0 from='client.206733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:23.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:23 smithi194 bash[32038]: audit 2023-12-07T21:25:23.372588+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:23.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:23 smithi194 bash[32038]: audit 2023-12-07T21:25:23.378698+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:23.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:23 smithi194 bash[32038]: audit 2023-12-07T21:25:23.424293+0000 mon.a (mon.0) 1846 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:23.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:23 smithi194 bash[32038]: audit 2023-12-07T21:25:23.430133+0000 mon.a (mon.0) 1847 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:23.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:23 smithi194 bash[32038]: audit 2023-12-07T21:25:23.477541+0000 mon.a (mon.0) 1848 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:23.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:23 smithi194 bash[32038]: audit 2023-12-07T21:25:23.483399+0000 mon.a (mon.0) 1849 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:23.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:23 smithi135 bash[32435]: cluster 2023-12-07T21:25:22.170927+0000 mgr.a (mgr.14403) 10066 : cluster 0 pgmap v7513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:23.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:23 smithi135 bash[32435]: audit 2023-12-07T21:25:22.342471+0000 mgr.a (mgr.14403) 10067 : audit 0 from='client.206733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:23.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:23 smithi135 bash[32435]: audit 2023-12-07T21:25:23.372588+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:23.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:23 smithi135 bash[32435]: audit 2023-12-07T21:25:23.378698+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:23.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:23 smithi135 bash[32435]: audit 2023-12-07T21:25:23.424293+0000 mon.a (mon.0) 1846 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:23.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:23 smithi135 bash[32435]: audit 2023-12-07T21:25:23.430133+0000 mon.a (mon.0) 1847 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:23.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:23 smithi135 bash[32435]: audit 2023-12-07T21:25:23.477541+0000 mon.a (mon.0) 1848 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:23.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:23 smithi135 bash[32435]: audit 2023-12-07T21:25:23.483399+0000 mon.a (mon.0) 1849 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:24.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:23 smithi079 bash[28699]: cluster 2023-12-07T21:25:22.170927+0000 mgr.a (mgr.14403) 10066 : cluster 0 pgmap v7513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:24.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:23 smithi079 bash[28699]: audit 2023-12-07T21:25:22.342471+0000 mgr.a (mgr.14403) 10067 : audit 0 from='client.206733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:24.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:23 smithi079 bash[28699]: audit 2023-12-07T21:25:23.372588+0000 mon.a (mon.0) 1844 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:24.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:23 smithi079 bash[28699]: audit 2023-12-07T21:25:23.378698+0000 mon.a (mon.0) 1845 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:24.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:23 smithi079 bash[28699]: audit 2023-12-07T21:25:23.424293+0000 mon.a (mon.0) 1846 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:24.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:23 smithi079 bash[28699]: audit 2023-12-07T21:25:23.430133+0000 mon.a (mon.0) 1847 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:24.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:23 smithi079 bash[28699]: audit 2023-12-07T21:25:23.477541+0000 mon.a (mon.0) 1848 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:24.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:23 smithi079 bash[28699]: audit 2023-12-07T21:25:23.483399+0000 mon.a (mon.0) 1849 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:24.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:24 smithi194 bash[32038]: audit 2023-12-07T21:25:24.115437+0000 mon.a (mon.0) 1850 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:25:24.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:24 smithi194 bash[32038]: audit 2023-12-07T21:25:24.117367+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:25:24.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:24 smithi194 bash[32038]: audit 2023-12-07T21:25:24.127073+0000 mon.a (mon.0) 1852 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:24.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:24 smithi135 bash[32435]: audit 2023-12-07T21:25:24.115437+0000 mon.a (mon.0) 1850 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:25:24.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:24 smithi135 bash[32435]: audit 2023-12-07T21:25:24.117367+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:25:24.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:24 smithi135 bash[32435]: audit 2023-12-07T21:25:24.127073+0000 mon.a (mon.0) 1852 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:25.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:24 smithi079 bash[28699]: audit 2023-12-07T21:25:24.115437+0000 mon.a (mon.0) 1850 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:25:25.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:24 smithi079 bash[28699]: audit 2023-12-07T21:25:24.117367+0000 mon.a (mon.0) 1851 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:25:25.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:24 smithi079 bash[28699]: audit 2023-12-07T21:25:24.127073+0000 mon.a (mon.0) 1852 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:25:25.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:25 smithi194 bash[32038]: cluster 2023-12-07T21:25:24.171578+0000 mgr.a (mgr.14403) 10068 : cluster 0 pgmap v7514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:25.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:25 smithi135 bash[32435]: cluster 2023-12-07T21:25:24.171578+0000 mgr.a (mgr.14403) 10068 : cluster 0 pgmap v7514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:26.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:25 smithi079 bash[28699]: cluster 2023-12-07T21:25:24.171578+0000 mgr.a (mgr.14403) 10068 : cluster 0 pgmap v7514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:27.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:25:27.832 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:27.832 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:27.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:27 smithi194 bash[32038]: cluster 2023-12-07T21:25:26.172249+0000 mgr.a (mgr.14403) 10069 : cluster 0 pgmap v7515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:27.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:27 smithi135 bash[32435]: cluster 2023-12-07T21:25:26.172249+0000 mgr.a (mgr.14403) 10069 : cluster 0 pgmap v7515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:28.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:27 smithi079 bash[28699]: cluster 2023-12-07T21:25:26.172249+0000 mgr.a (mgr.14403) 10069 : cluster 0 pgmap v7515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:28.748 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:25:28.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:28.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:28.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:28.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:25:29.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:29 smithi135 bash[32435]: cluster 2023-12-07T21:25:28.172943+0000 mgr.a (mgr.14403) 10070 : cluster 0 pgmap v7516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:29.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:29 smithi135 bash[32435]: audit 2023-12-07T21:25:28.248514+0000 mgr.a (mgr.14403) 10071 : audit 0 from='client.206808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:30.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:29 smithi079 bash[28699]: cluster 2023-12-07T21:25:28.172943+0000 mgr.a (mgr.14403) 10070 : cluster 0 pgmap v7516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:30.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:29 smithi079 bash[28699]: audit 2023-12-07T21:25:28.248514+0000 mgr.a (mgr.14403) 10071 : audit 0 from='client.206808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:30.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:29 smithi194 bash[32038]: cluster 2023-12-07T21:25:28.172943+0000 mgr.a (mgr.14403) 10070 : cluster 0 pgmap v7516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:30.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:29 smithi194 bash[32038]: audit 2023-12-07T21:25:28.248514+0000 mgr.a (mgr.14403) 10071 : audit 0 from='client.206808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:32.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:31 smithi079 bash[28699]: cluster 2023-12-07T21:25:30.174141+0000 mgr.a (mgr.14403) 10072 : cluster 0 pgmap v7517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:25:32.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:31 smithi194 bash[32038]: cluster 2023-12-07T21:25:30.174141+0000 mgr.a (mgr.14403) 10072 : cluster 0 pgmap v7517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:25:32.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:31 smithi135 bash[32435]: cluster 2023-12-07T21:25:30.174141+0000 mgr.a (mgr.14403) 10072 : cluster 0 pgmap v7517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:25:33.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:25:33.752 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:33.752 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:34.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:33 smithi079 bash[28699]: cluster 2023-12-07T21:25:32.174760+0000 mgr.a (mgr.14403) 10073 : cluster 0 pgmap v7518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:25:34.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:33 smithi194 bash[32038]: cluster 2023-12-07T21:25:32.174760+0000 mgr.a (mgr.14403) 10073 : cluster 0 pgmap v7518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:25:34.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:33 smithi135 bash[32435]: cluster 2023-12-07T21:25:32.174760+0000 mgr.a (mgr.14403) 10073 : cluster 0 pgmap v7518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:25:34.648 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:25:34.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:34.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:34.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:34.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:25:36.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:35 smithi079 bash[28699]: audit 2023-12-07T21:25:34.166178+0000 mgr.a (mgr.14403) 10074 : audit 0 from='client.206886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:36.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:35 smithi079 bash[28699]: cluster 2023-12-07T21:25:34.180615+0000 mgr.a (mgr.14403) 10075 : cluster 0 pgmap v7519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:36.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:35 smithi194 bash[32038]: audit 2023-12-07T21:25:34.166178+0000 mgr.a (mgr.14403) 10074 : audit 0 from='client.206886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:36.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:35 smithi194 bash[32038]: cluster 2023-12-07T21:25:34.180615+0000 mgr.a (mgr.14403) 10075 : cluster 0 pgmap v7519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:36.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:35 smithi135 bash[32435]: audit 2023-12-07T21:25:34.166178+0000 mgr.a (mgr.14403) 10074 : audit 0 from='client.206886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:36.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:35 smithi135 bash[32435]: cluster 2023-12-07T21:25:34.180615+0000 mgr.a (mgr.14403) 10075 : cluster 0 pgmap v7519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:38.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:37 smithi079 bash[28699]: cluster 2023-12-07T21:25:36.181295+0000 mgr.a (mgr.14403) 10076 : cluster 0 pgmap v7520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:38.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:37 smithi194 bash[32038]: cluster 2023-12-07T21:25:36.181295+0000 mgr.a (mgr.14403) 10076 : cluster 0 pgmap v7520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:38.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:37 smithi135 bash[32435]: cluster 2023-12-07T21:25:36.181295+0000 mgr.a (mgr.14403) 10076 : cluster 0 pgmap v7520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:39.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:25:39.651 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:39.652 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:40.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:39 smithi079 bash[28699]: cluster 2023-12-07T21:25:38.181853+0000 mgr.a (mgr.14403) 10077 : cluster 0 pgmap v7521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:40.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:39 smithi194 bash[32038]: cluster 2023-12-07T21:25:38.181853+0000 mgr.a (mgr.14403) 10077 : cluster 0 pgmap v7521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:40.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:39 smithi135 bash[32435]: cluster 2023-12-07T21:25:38.181853+0000 mgr.a (mgr.14403) 10077 : cluster 0 pgmap v7521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:25:40.551 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:25:40.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:40.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:40.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:40.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:25:42.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:41 smithi079 bash[28699]: audit 2023-12-07T21:25:40.068372+0000 mgr.a (mgr.14403) 10078 : audit 0 from='client.206961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:42.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:41 smithi079 bash[28699]: cluster 2023-12-07T21:25:40.182754+0000 mgr.a (mgr.14403) 10079 : cluster 0 pgmap v7522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:42.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:41 smithi194 bash[32038]: audit 2023-12-07T21:25:40.068372+0000 mgr.a (mgr.14403) 10078 : audit 0 from='client.206961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:42.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:41 smithi194 bash[32038]: cluster 2023-12-07T21:25:40.182754+0000 mgr.a (mgr.14403) 10079 : cluster 0 pgmap v7522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:42.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:41 smithi135 bash[32435]: audit 2023-12-07T21:25:40.068372+0000 mgr.a (mgr.14403) 10078 : audit 0 from='client.206961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:42.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:41 smithi135 bash[32435]: cluster 2023-12-07T21:25:40.182754+0000 mgr.a (mgr.14403) 10079 : cluster 0 pgmap v7522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:44.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:43 smithi079 bash[28699]: cluster 2023-12-07T21:25:42.183429+0000 mgr.a (mgr.14403) 10080 : cluster 0 pgmap v7523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:25:44.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:43 smithi194 bash[32038]: cluster 2023-12-07T21:25:42.183429+0000 mgr.a (mgr.14403) 10080 : cluster 0 pgmap v7523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:25:44.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:43 smithi135 bash[32435]: cluster 2023-12-07T21:25:42.183429+0000 mgr.a (mgr.14403) 10080 : cluster 0 pgmap v7523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:25:45.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:25:45.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:45.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:46.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:45 smithi079 bash[28699]: cluster 2023-12-07T21:25:44.184236+0000 mgr.a (mgr.14403) 10081 : cluster 0 pgmap v7524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:25:46.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:45 smithi194 bash[32038]: cluster 2023-12-07T21:25:44.184236+0000 mgr.a (mgr.14403) 10081 : cluster 0 pgmap v7524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:25:46.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:45 smithi135 bash[32435]: cluster 2023-12-07T21:25:44.184236+0000 mgr.a (mgr.14403) 10081 : cluster 0 pgmap v7524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:25:46.439 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:25:46.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:46.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:46.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:46.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:25:48.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:47 smithi079 bash[28699]: audit 2023-12-07T21:25:45.970139+0000 mgr.a (mgr.14403) 10082 : audit 0 from='client.207039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:48.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:47 smithi079 bash[28699]: cluster 2023-12-07T21:25:46.184650+0000 mgr.a (mgr.14403) 10083 : cluster 0 pgmap v7525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:48.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:47 smithi194 bash[32038]: audit 2023-12-07T21:25:45.970139+0000 mgr.a (mgr.14403) 10082 : audit 0 from='client.207039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:48.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:47 smithi194 bash[32038]: cluster 2023-12-07T21:25:46.184650+0000 mgr.a (mgr.14403) 10083 : cluster 0 pgmap v7525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:48.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:47 smithi135 bash[32435]: audit 2023-12-07T21:25:45.970139+0000 mgr.a (mgr.14403) 10082 : audit 0 from='client.207039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:48.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:47 smithi135 bash[32435]: cluster 2023-12-07T21:25:46.184650+0000 mgr.a (mgr.14403) 10083 : cluster 0 pgmap v7525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:50.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:49 smithi079 bash[28699]: cluster 2023-12-07T21:25:48.185287+0000 mgr.a (mgr.14403) 10084 : cluster 0 pgmap v7526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:50.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:49 smithi194 bash[32038]: cluster 2023-12-07T21:25:48.185287+0000 mgr.a (mgr.14403) 10084 : cluster 0 pgmap v7526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:50.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:49 smithi135 bash[32435]: cluster 2023-12-07T21:25:48.185287+0000 mgr.a (mgr.14403) 10084 : cluster 0 pgmap v7526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:51.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:25:51.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:51.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:52.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:51 smithi079 bash[28699]: cluster 2023-12-07T21:25:50.186106+0000 mgr.a (mgr.14403) 10085 : cluster 0 pgmap v7527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:52.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:51 smithi194 bash[32038]: cluster 2023-12-07T21:25:50.186106+0000 mgr.a (mgr.14403) 10085 : cluster 0 pgmap v7527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:52.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:51 smithi135 bash[32435]: cluster 2023-12-07T21:25:50.186106+0000 mgr.a (mgr.14403) 10085 : cluster 0 pgmap v7527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:52.338 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:25:52.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:52.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:52.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:52.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:25:53.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:52 smithi079 bash[28699]: audit 2023-12-07T21:25:51.856724+0000 mgr.a (mgr.14403) 10086 : audit 0 from='client.207114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:53.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:52 smithi194 bash[32038]: audit 2023-12-07T21:25:51.856724+0000 mgr.a (mgr.14403) 10086 : audit 0 from='client.207114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:53.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:52 smithi135 bash[32435]: audit 2023-12-07T21:25:51.856724+0000 mgr.a (mgr.14403) 10086 : audit 0 from='client.207114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:54.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:53 smithi079 bash[28699]: cluster 2023-12-07T21:25:52.186627+0000 mgr.a (mgr.14403) 10087 : cluster 0 pgmap v7528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:54.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:53 smithi194 bash[32038]: cluster 2023-12-07T21:25:52.186627+0000 mgr.a (mgr.14403) 10087 : cluster 0 pgmap v7528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:54.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:53 smithi135 bash[32435]: cluster 2023-12-07T21:25:52.186627+0000 mgr.a (mgr.14403) 10087 : cluster 0 pgmap v7528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:25:56.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:55 smithi079 bash[28699]: cluster 2023-12-07T21:25:54.187505+0000 mgr.a (mgr.14403) 10088 : cluster 0 pgmap v7529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:56.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:55 smithi194 bash[32038]: cluster 2023-12-07T21:25:54.187505+0000 mgr.a (mgr.14403) 10088 : cluster 0 pgmap v7529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:56.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:55 smithi135 bash[32435]: cluster 2023-12-07T21:25:54.187505+0000 mgr.a (mgr.14403) 10088 : cluster 0 pgmap v7529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:25:57.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:25:57.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:25:57.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:25:58.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:57 smithi079 bash[28699]: cluster 2023-12-07T21:25:56.188210+0000 mgr.a (mgr.14403) 10089 : cluster 0 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-07T21:25:58.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:57 smithi194 bash[32038]: cluster 2023-12-07T21:25:56.188210+0000 mgr.a (mgr.14403) 10089 : cluster 0 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-07T21:25:58.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:57 smithi135 bash[32435]: cluster 2023-12-07T21:25:56.188210+0000 mgr.a (mgr.14403) 10089 : cluster 0 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-07T21:25:58.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:25:58.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:25:58.248 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:25:58.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:25:58.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:25:59.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:58 smithi079 bash[28699]: audit 2023-12-07T21:25:57.762264+0000 mgr.a (mgr.14403) 10090 : audit 0 from='client.207186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:59.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:58 smithi194 bash[32038]: audit 2023-12-07T21:25:57.762264+0000 mgr.a (mgr.14403) 10090 : audit 0 from='client.207186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:25:59.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:58 smithi135 bash[32435]: audit 2023-12-07T21:25:57.762264+0000 mgr.a (mgr.14403) 10090 : audit 0 from='client.207186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:00.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:25:59 smithi079 bash[28699]: cluster 2023-12-07T21:25:58.189035+0000 mgr.a (mgr.14403) 10091 : cluster 0 pgmap v7531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:00.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:25:59 smithi194 bash[32038]: cluster 2023-12-07T21:25:58.189035+0000 mgr.a (mgr.14403) 10091 : cluster 0 pgmap v7531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:00.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:25:59 smithi135 bash[32435]: cluster 2023-12-07T21:25:58.189035+0000 mgr.a (mgr.14403) 10091 : cluster 0 pgmap v7531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:02.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:01 smithi079 bash[28699]: cluster 2023-12-07T21:26:00.190022+0000 mgr.a (mgr.14403) 10092 : cluster 0 pgmap v7532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:02.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:01 smithi194 bash[32038]: cluster 2023-12-07T21:26:00.190022+0000 mgr.a (mgr.14403) 10092 : cluster 0 pgmap v7532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:02.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:01 smithi135 bash[32435]: cluster 2023-12-07T21:26:00.190022+0000 mgr.a (mgr.14403) 10092 : cluster 0 pgmap v7532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:03.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:26:03.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:03.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:04.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:03 smithi079 bash[28699]: cluster 2023-12-07T21:26:02.190615+0000 mgr.a (mgr.14403) 10093 : cluster 0 pgmap v7533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:04.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:04.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:04.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:04.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:26:04.142 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:26:04.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:03 smithi194 bash[32038]: cluster 2023-12-07T21:26:02.190615+0000 mgr.a (mgr.14403) 10093 : cluster 0 pgmap v7533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:04.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:03 smithi135 bash[32435]: cluster 2023-12-07T21:26:02.190615+0000 mgr.a (mgr.14403) 10093 : cluster 0 pgmap v7533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:05.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:04 smithi079 bash[28699]: audit 2023-12-07T21:26:03.671651+0000 mgr.a (mgr.14403) 10094 : audit 0 from='client.207264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:05.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:04 smithi194 bash[32038]: audit 2023-12-07T21:26:03.671651+0000 mgr.a (mgr.14403) 10094 : audit 0 from='client.207264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:05.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:04 smithi135 bash[32435]: audit 2023-12-07T21:26:03.671651+0000 mgr.a (mgr.14403) 10094 : audit 0 from='client.207264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:06.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:05 smithi079 bash[28699]: cluster 2023-12-07T21:26:04.191721+0000 mgr.a (mgr.14403) 10095 : cluster 0 pgmap v7534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:06.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:05 smithi194 bash[32038]: cluster 2023-12-07T21:26:04.191721+0000 mgr.a (mgr.14403) 10095 : cluster 0 pgmap v7534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:06.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:05 smithi135 bash[32435]: cluster 2023-12-07T21:26:04.191721+0000 mgr.a (mgr.14403) 10095 : cluster 0 pgmap v7534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:08.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:07 smithi079 bash[28699]: cluster 2023-12-07T21:26:06.192276+0000 mgr.a (mgr.14403) 10096 : cluster 0 pgmap v7535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:08.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:07 smithi194 bash[32038]: cluster 2023-12-07T21:26:06.192276+0000 mgr.a (mgr.14403) 10096 : cluster 0 pgmap v7535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:08.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:07 smithi135 bash[32435]: cluster 2023-12-07T21:26:06.192276+0000 mgr.a (mgr.14403) 10096 : cluster 0 pgmap v7535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:09.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:26:09.145 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:09.145 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:10.068 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:26:10.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:10.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:10.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:10.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:26:10.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:09 smithi079 bash[28699]: cluster 2023-12-07T21:26:08.192864+0000 mgr.a (mgr.14403) 10097 : cluster 0 pgmap v7536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:10.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:09 smithi194 bash[32038]: cluster 2023-12-07T21:26:08.192864+0000 mgr.a (mgr.14403) 10097 : cluster 0 pgmap v7536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:10.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:09 smithi135 bash[32435]: cluster 2023-12-07T21:26:08.192864+0000 mgr.a (mgr.14403) 10097 : cluster 0 pgmap v7536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:11.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:10 smithi079 bash[28699]: audit 2023-12-07T21:26:09.565908+0000 mgr.a (mgr.14403) 10098 : audit 0 from='client.207342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:11.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:10 smithi194 bash[32038]: audit 2023-12-07T21:26:09.565908+0000 mgr.a (mgr.14403) 10098 : audit 0 from='client.207342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:11.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:10 smithi135 bash[32435]: audit 2023-12-07T21:26:09.565908+0000 mgr.a (mgr.14403) 10098 : audit 0 from='client.207342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:12.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:11 smithi079 bash[28699]: cluster 2023-12-07T21:26:10.193976+0000 mgr.a (mgr.14403) 10099 : cluster 0 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-07T21:26:12.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:11 smithi194 bash[32038]: cluster 2023-12-07T21:26:10.193976+0000 mgr.a (mgr.14403) 10099 : cluster 0 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-07T21:26:12.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:11 smithi135 bash[32435]: cluster 2023-12-07T21:26:10.193976+0000 mgr.a (mgr.14403) 10099 : cluster 0 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-07T21:26:14.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:13 smithi079 bash[28699]: cluster 2023-12-07T21:26:12.194710+0000 mgr.a (mgr.14403) 10100 : cluster 0 pgmap v7538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:14.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:13 smithi194 bash[32038]: cluster 2023-12-07T21:26:12.194710+0000 mgr.a (mgr.14403) 10100 : cluster 0 pgmap v7538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:14.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:13 smithi135 bash[32435]: cluster 2023-12-07T21:26:12.194710+0000 mgr.a (mgr.14403) 10100 : cluster 0 pgmap v7538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:15.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:26:15.070 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:15.070 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:15.950 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:26:15.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:15.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:15.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:15.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:26:16.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:15 smithi079 bash[28699]: cluster 2023-12-07T21:26:14.195617+0000 mgr.a (mgr.14403) 10101 : cluster 0 pgmap v7539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:16.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:15 smithi194 bash[32038]: cluster 2023-12-07T21:26:14.195617+0000 mgr.a (mgr.14403) 10101 : cluster 0 pgmap v7539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:16.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:15 smithi135 bash[32435]: cluster 2023-12-07T21:26:14.195617+0000 mgr.a (mgr.14403) 10101 : cluster 0 pgmap v7539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:17.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:16 smithi079 bash[28699]: audit 2023-12-07T21:26:15.482431+0000 mgr.a (mgr.14403) 10102 : audit 0 from='client.207420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:17.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:16 smithi194 bash[32038]: audit 2023-12-07T21:26:15.482431+0000 mgr.a (mgr.14403) 10102 : audit 0 from='client.207420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:17.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:16 smithi135 bash[32435]: audit 2023-12-07T21:26:15.482431+0000 mgr.a (mgr.14403) 10102 : audit 0 from='client.207420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:18.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:17 smithi079 bash[28699]: cluster 2023-12-07T21:26:16.196377+0000 mgr.a (mgr.14403) 10103 : cluster 0 pgmap v7540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:18.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:17 smithi194 bash[32038]: cluster 2023-12-07T21:26:16.196377+0000 mgr.a (mgr.14403) 10103 : cluster 0 pgmap v7540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:18.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:17 smithi135 bash[32435]: cluster 2023-12-07T21:26:16.196377+0000 mgr.a (mgr.14403) 10103 : cluster 0 pgmap v7540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:20.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:19 smithi079 bash[28699]: cluster 2023-12-07T21:26:18.196989+0000 mgr.a (mgr.14403) 10104 : cluster 0 pgmap v7541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:20.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:19 smithi194 bash[32038]: cluster 2023-12-07T21:26:18.196989+0000 mgr.a (mgr.14403) 10104 : cluster 0 pgmap v7541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:20.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:19 smithi135 bash[32435]: cluster 2023-12-07T21:26:18.196989+0000 mgr.a (mgr.14403) 10104 : cluster 0 pgmap v7541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:20.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:26:20.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:20.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:21.845 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:26:21.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:21.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:21.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:21.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:26:22.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:21 smithi079 bash[28699]: cluster 2023-12-07T21:26:20.197791+0000 mgr.a (mgr.14403) 10105 : cluster 0 pgmap v7542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:22.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:21 smithi194 bash[32038]: cluster 2023-12-07T21:26:20.197791+0000 mgr.a (mgr.14403) 10105 : cluster 0 pgmap v7542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:22.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:21 smithi135 bash[32435]: cluster 2023-12-07T21:26:20.197791+0000 mgr.a (mgr.14403) 10105 : cluster 0 pgmap v7542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:23.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:22 smithi079 bash[28699]: audit 2023-12-07T21:26:21.364616+0000 mgr.a (mgr.14403) 10106 : audit 0 from='client.207495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:23.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:22 smithi194 bash[32038]: audit 2023-12-07T21:26:21.364616+0000 mgr.a (mgr.14403) 10106 : audit 0 from='client.207495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:23.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:22 smithi135 bash[32435]: audit 2023-12-07T21:26:21.364616+0000 mgr.a (mgr.14403) 10106 : audit 0 from='client.207495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:24.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:23 smithi079 bash[28699]: cluster 2023-12-07T21:26:22.198505+0000 mgr.a (mgr.14403) 10107 : cluster 0 pgmap v7543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:24.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:23 smithi194 bash[32038]: cluster 2023-12-07T21:26:22.198505+0000 mgr.a (mgr.14403) 10107 : cluster 0 pgmap v7543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:24.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:23 smithi135 bash[32435]: cluster 2023-12-07T21:26:22.198505+0000 mgr.a (mgr.14403) 10107 : cluster 0 pgmap v7543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:25.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:24 smithi079 bash[28699]: audit 2023-12-07T21:26:24.229721+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:26:25.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:24 smithi194 bash[32038]: audit 2023-12-07T21:26:24.229721+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:26:25.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:24 smithi135 bash[32435]: audit 2023-12-07T21:26:24.229721+0000 mon.a (mon.0) 1853 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:26:26.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:25 smithi079 bash[28699]: cluster 2023-12-07T21:26:24.199354+0000 mgr.a (mgr.14403) 10108 : cluster 0 pgmap v7544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:26.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:25 smithi079 bash[28699]: audit 2023-12-07T21:26:24.969124+0000 mon.a (mon.0) 1854 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:26:26.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:25 smithi079 bash[28699]: audit 2023-12-07T21:26:24.970735+0000 mon.a (mon.0) 1855 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:26:26.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:25 smithi079 bash[28699]: audit 2023-12-07T21:26:24.980516+0000 mon.a (mon.0) 1856 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:26:26.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:25 smithi194 bash[32038]: cluster 2023-12-07T21:26:24.199354+0000 mgr.a (mgr.14403) 10108 : cluster 0 pgmap v7544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:26.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:25 smithi194 bash[32038]: audit 2023-12-07T21:26:24.969124+0000 mon.a (mon.0) 1854 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:26:26.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:25 smithi194 bash[32038]: audit 2023-12-07T21:26:24.970735+0000 mon.a (mon.0) 1855 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:26:26.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:25 smithi194 bash[32038]: audit 2023-12-07T21:26:24.980516+0000 mon.a (mon.0) 1856 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:26:26.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:25 smithi135 bash[32435]: cluster 2023-12-07T21:26:24.199354+0000 mgr.a (mgr.14403) 10108 : cluster 0 pgmap v7544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:26.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:25 smithi135 bash[32435]: audit 2023-12-07T21:26:24.969124+0000 mon.a (mon.0) 1854 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:26:26.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:25 smithi135 bash[32435]: audit 2023-12-07T21:26:24.970735+0000 mon.a (mon.0) 1855 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:26:26.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:25 smithi135 bash[32435]: audit 2023-12-07T21:26:24.980516+0000 mon.a (mon.0) 1856 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:26:26.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:26:26.849 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:26.849 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:27.734 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:26:27.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:27.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:27.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:27.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:26:28.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:27 smithi079 bash[28699]: cluster 2023-12-07T21:26:26.199892+0000 mgr.a (mgr.14403) 10109 : cluster 0 pgmap v7545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:28.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:27 smithi194 bash[32038]: cluster 2023-12-07T21:26:26.199892+0000 mgr.a (mgr.14403) 10109 : cluster 0 pgmap v7545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:28.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:27 smithi135 bash[32435]: cluster 2023-12-07T21:26:26.199892+0000 mgr.a (mgr.14403) 10109 : cluster 0 pgmap v7545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:29.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:28 smithi079 bash[28699]: audit 2023-12-07T21:26:27.266765+0000 mgr.a (mgr.14403) 10110 : audit 0 from='client.207570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:29.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:28 smithi194 bash[32038]: audit 2023-12-07T21:26:27.266765+0000 mgr.a (mgr.14403) 10110 : audit 0 from='client.207570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:29.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:28 smithi135 bash[32435]: audit 2023-12-07T21:26:27.266765+0000 mgr.a (mgr.14403) 10110 : audit 0 from='client.207570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:30.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:29 smithi079 bash[28699]: cluster 2023-12-07T21:26:28.200599+0000 mgr.a (mgr.14403) 10111 : cluster 0 pgmap v7546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:30.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:29 smithi194 bash[32038]: cluster 2023-12-07T21:26:28.200599+0000 mgr.a (mgr.14403) 10111 : cluster 0 pgmap v7546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:30.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:29 smithi135 bash[32435]: cluster 2023-12-07T21:26:28.200599+0000 mgr.a (mgr.14403) 10111 : cluster 0 pgmap v7546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:32.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:31 smithi079 bash[28699]: cluster 2023-12-07T21:26:30.201529+0000 mgr.a (mgr.14403) 10112 : cluster 0 pgmap v7547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:32.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:31 smithi194 bash[32038]: cluster 2023-12-07T21:26:30.201529+0000 mgr.a (mgr.14403) 10112 : cluster 0 pgmap v7547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:32.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:31 smithi135 bash[32435]: cluster 2023-12-07T21:26:30.201529+0000 mgr.a (mgr.14403) 10112 : cluster 0 pgmap v7547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:32.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:26:32.737 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:32.738 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:33.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:33.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:33.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:33.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:26:33.646 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:26:34.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:33 smithi194 bash[32038]: cluster 2023-12-07T21:26:32.202124+0000 mgr.a (mgr.14403) 10113 : cluster 0 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-07T21:26:34.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:33 smithi135 bash[32435]: cluster 2023-12-07T21:26:32.202124+0000 mgr.a (mgr.14403) 10113 : cluster 0 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-07T21:26:34.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:33 smithi079 bash[28699]: cluster 2023-12-07T21:26:32.202124+0000 mgr.a (mgr.14403) 10113 : cluster 0 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-07T21:26:35.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:34 smithi194 bash[32038]: audit 2023-12-07T21:26:33.163798+0000 mgr.a (mgr.14403) 10114 : audit 0 from='client.207642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:35.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:34 smithi135 bash[32435]: audit 2023-12-07T21:26:33.163798+0000 mgr.a (mgr.14403) 10114 : audit 0 from='client.207642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:35.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:34 smithi079 bash[28699]: audit 2023-12-07T21:26:33.163798+0000 mgr.a (mgr.14403) 10114 : audit 0 from='client.207642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:36.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:35 smithi194 bash[32038]: cluster 2023-12-07T21:26:34.203197+0000 mgr.a (mgr.14403) 10115 : cluster 0 pgmap v7549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:26:36.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:35 smithi135 bash[32435]: cluster 2023-12-07T21:26:34.203197+0000 mgr.a (mgr.14403) 10115 : cluster 0 pgmap v7549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:26:36.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:35 smithi079 bash[28699]: cluster 2023-12-07T21:26:34.203197+0000 mgr.a (mgr.14403) 10115 : cluster 0 pgmap v7549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:26:38.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:37 smithi194 bash[32038]: cluster 2023-12-07T21:26:36.203756+0000 mgr.a (mgr.14403) 10116 : cluster 0 pgmap v7550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:26:38.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:37 smithi135 bash[32435]: cluster 2023-12-07T21:26:36.203756+0000 mgr.a (mgr.14403) 10116 : cluster 0 pgmap v7550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:26:38.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:37 smithi079 bash[28699]: cluster 2023-12-07T21:26:36.203756+0000 mgr.a (mgr.14403) 10116 : cluster 0 pgmap v7550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:26:38.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:26:38.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:38.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:39.544 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:26:39.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:39.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:39.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:39.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:26:40.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:39 smithi194 bash[32038]: cluster 2023-12-07T21:26:38.204338+0000 mgr.a (mgr.14403) 10117 : cluster 0 pgmap v7551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:26:40.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:39 smithi135 bash[32435]: cluster 2023-12-07T21:26:38.204338+0000 mgr.a (mgr.14403) 10117 : cluster 0 pgmap v7551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:26:40.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:39 smithi079 bash[28699]: cluster 2023-12-07T21:26:38.204338+0000 mgr.a (mgr.14403) 10117 : cluster 0 pgmap v7551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:26:41.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:40 smithi194 bash[32038]: audit 2023-12-07T21:26:39.071259+0000 mgr.a (mgr.14403) 10118 : audit 0 from='client.207720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:41.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:40 smithi135 bash[32435]: audit 2023-12-07T21:26:39.071259+0000 mgr.a (mgr.14403) 10118 : audit 0 from='client.207720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:41.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:40 smithi079 bash[28699]: audit 2023-12-07T21:26:39.071259+0000 mgr.a (mgr.14403) 10118 : audit 0 from='client.207720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:42.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:41 smithi194 bash[32038]: cluster 2023-12-07T21:26:40.205301+0000 mgr.a (mgr.14403) 10119 : cluster 0 pgmap v7552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:42.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:41 smithi135 bash[32435]: cluster 2023-12-07T21:26:40.205301+0000 mgr.a (mgr.14403) 10119 : cluster 0 pgmap v7552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:42.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:41 smithi079 bash[28699]: cluster 2023-12-07T21:26:40.205301+0000 mgr.a (mgr.14403) 10119 : cluster 0 pgmap v7552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:44.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:43 smithi194 bash[32038]: cluster 2023-12-07T21:26:42.205866+0000 mgr.a (mgr.14403) 10120 : cluster 0 pgmap v7553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:44.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:43 smithi135 bash[32435]: cluster 2023-12-07T21:26:42.205866+0000 mgr.a (mgr.14403) 10120 : cluster 0 pgmap v7553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:44.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:43 smithi079 bash[28699]: cluster 2023-12-07T21:26:42.205866+0000 mgr.a (mgr.14403) 10120 : cluster 0 pgmap v7553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:26:44.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:26:44.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:44.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:45.446 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:26:45.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:45.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:45.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:45.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:26:46.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:45 smithi194 bash[32038]: cluster 2023-12-07T21:26:44.206636+0000 mgr.a (mgr.14403) 10121 : cluster 0 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-07T21:26:46.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:45 smithi135 bash[32435]: cluster 2023-12-07T21:26:44.206636+0000 mgr.a (mgr.14403) 10121 : cluster 0 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-07T21:26:46.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:45 smithi079 bash[28699]: cluster 2023-12-07T21:26:44.206636+0000 mgr.a (mgr.14403) 10121 : cluster 0 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-07T21:26:47.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:46 smithi194 bash[32038]: audit 2023-12-07T21:26:44.963876+0000 mgr.a (mgr.14403) 10122 : audit 0 from='client.207792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:47.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:46 smithi135 bash[32435]: audit 2023-12-07T21:26:44.963876+0000 mgr.a (mgr.14403) 10122 : audit 0 from='client.207792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:47.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:46 smithi079 bash[28699]: audit 2023-12-07T21:26:44.963876+0000 mgr.a (mgr.14403) 10122 : audit 0 from='client.207792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:48.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:47 smithi194 bash[32038]: cluster 2023-12-07T21:26:46.207320+0000 mgr.a (mgr.14403) 10123 : cluster 0 pgmap v7555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:26:48.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:47 smithi135 bash[32435]: cluster 2023-12-07T21:26:46.207320+0000 mgr.a (mgr.14403) 10123 : cluster 0 pgmap v7555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:26:48.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:47 smithi079 bash[28699]: cluster 2023-12-07T21:26:46.207320+0000 mgr.a (mgr.14403) 10123 : cluster 0 pgmap v7555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:26:50.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:49 smithi194 bash[32038]: cluster 2023-12-07T21:26:48.207842+0000 mgr.a (mgr.14403) 10124 : cluster 0 pgmap v7556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:26:50.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:49 smithi135 bash[32435]: cluster 2023-12-07T21:26:48.207842+0000 mgr.a (mgr.14403) 10124 : cluster 0 pgmap v7556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:26:50.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:49 smithi079 bash[28699]: cluster 2023-12-07T21:26:48.207842+0000 mgr.a (mgr.14403) 10124 : cluster 0 pgmap v7556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:26:50.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:26:50.449 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:50.449 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:51.347 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:26:51.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:51.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:51.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:51.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:26:52.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:51 smithi194 bash[32038]: cluster 2023-12-07T21:26:50.208716+0000 mgr.a (mgr.14403) 10125 : cluster 0 pgmap v7557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:26:52.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:51 smithi194 bash[32038]: audit 2023-12-07T21:26:50.868490+0000 mgr.a (mgr.14403) 10126 : audit 0 from='client.207870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:52.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:51 smithi135 bash[32435]: cluster 2023-12-07T21:26:50.208716+0000 mgr.a (mgr.14403) 10125 : cluster 0 pgmap v7557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:26:52.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:51 smithi135 bash[32435]: audit 2023-12-07T21:26:50.868490+0000 mgr.a (mgr.14403) 10126 : audit 0 from='client.207870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:52.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:51 smithi079 bash[28699]: cluster 2023-12-07T21:26:50.208716+0000 mgr.a (mgr.14403) 10125 : cluster 0 pgmap v7557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:26:52.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:51 smithi079 bash[28699]: audit 2023-12-07T21:26:50.868490+0000 mgr.a (mgr.14403) 10126 : audit 0 from='client.207870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:54.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:53 smithi135 bash[32435]: cluster 2023-12-07T21:26:52.209415+0000 mgr.a (mgr.14403) 10127 : cluster 0 pgmap v7558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:54.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:53 smithi079 bash[28699]: cluster 2023-12-07T21:26:52.209415+0000 mgr.a (mgr.14403) 10127 : cluster 0 pgmap v7558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:54.439 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:53 smithi194 bash[32038]: cluster 2023-12-07T21:26:52.209415+0000 mgr.a (mgr.14403) 10127 : cluster 0 pgmap v7558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:56.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:26:56.351 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:26:56.351 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:26:56.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:55 smithi079 bash[28699]: cluster 2023-12-07T21:26:54.210224+0000 mgr.a (mgr.14403) 10128 : cluster 0 pgmap v7559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:56.439 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:55 smithi194 bash[32038]: cluster 2023-12-07T21:26:54.210224+0000 mgr.a (mgr.14403) 10128 : cluster 0 pgmap v7559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:56.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:55 smithi135 bash[32435]: cluster 2023-12-07T21:26:54.210224+0000 mgr.a (mgr.14403) 10128 : cluster 0 pgmap v7559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:26:57.261 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:26:57.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:26:57.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:26:57.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:26:57.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:26:58.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:57 smithi079 bash[28699]: cluster 2023-12-07T21:26:56.210783+0000 mgr.a (mgr.14403) 10129 : cluster 0 pgmap v7560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:58.378 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:57 smithi079 bash[28699]: audit 2023-12-07T21:26:56.773142+0000 mgr.a (mgr.14403) 10130 : audit 0 from='client.207948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:58.439 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:57 smithi194 bash[32038]: cluster 2023-12-07T21:26:56.210783+0000 mgr.a (mgr.14403) 10129 : cluster 0 pgmap v7560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:58.439 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:57 smithi194 bash[32038]: audit 2023-12-07T21:26:56.773142+0000 mgr.a (mgr.14403) 10130 : audit 0 from='client.207948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:58.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:57 smithi135 bash[32435]: cluster 2023-12-07T21:26:56.210783+0000 mgr.a (mgr.14403) 10129 : cluster 0 pgmap v7560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:58.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:57 smithi135 bash[32435]: audit 2023-12-07T21:26:56.773142+0000 mgr.a (mgr.14403) 10130 : audit 0 from='client.207948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:26:59.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:26:59 smithi079 bash[28699]: cluster 2023-12-07T21:26:58.211424+0000 mgr.a (mgr.14403) 10131 : cluster 0 pgmap v7561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:59.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:26:59 smithi194 bash[32038]: cluster 2023-12-07T21:26:58.211424+0000 mgr.a (mgr.14403) 10131 : cluster 0 pgmap v7561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:26:59.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:26:59 smithi135 bash[32435]: cluster 2023-12-07T21:26:58.211424+0000 mgr.a (mgr.14403) 10131 : cluster 0 pgmap v7561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:01.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:01 smithi079 bash[28699]: cluster 2023-12-07T21:27:00.212242+0000 mgr.a (mgr.14403) 10132 : cluster 0 pgmap v7562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:01.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:01 smithi194 bash[32038]: cluster 2023-12-07T21:27:00.212242+0000 mgr.a (mgr.14403) 10132 : cluster 0 pgmap v7562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:01.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:01 smithi135 bash[32435]: cluster 2023-12-07T21:27:00.212242+0000 mgr.a (mgr.14403) 10132 : cluster 0 pgmap v7562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:02.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:27:02.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:02.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:03.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:03.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:03.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:03.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:27:03.170 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:27:03.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:03 smithi079 bash[28699]: cluster 2023-12-07T21:27:02.212774+0000 mgr.a (mgr.14403) 10133 : cluster 0 pgmap v7563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:03.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:03 smithi079 bash[28699]: audit 2023-12-07T21:27:02.687653+0000 mgr.a (mgr.14403) 10134 : audit 0 from='client.208026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:03.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:03 smithi194 bash[32038]: cluster 2023-12-07T21:27:02.212774+0000 mgr.a (mgr.14403) 10133 : cluster 0 pgmap v7563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:03.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:03 smithi194 bash[32038]: audit 2023-12-07T21:27:02.687653+0000 mgr.a (mgr.14403) 10134 : audit 0 from='client.208026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:03.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:03 smithi135 bash[32435]: cluster 2023-12-07T21:27:02.212774+0000 mgr.a (mgr.14403) 10133 : cluster 0 pgmap v7563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:03.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:03 smithi135 bash[32435]: audit 2023-12-07T21:27:02.687653+0000 mgr.a (mgr.14403) 10134 : audit 0 from='client.208026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:05.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:05 smithi079 bash[28699]: cluster 2023-12-07T21:27:04.213618+0000 mgr.a (mgr.14403) 10135 : cluster 0 pgmap v7564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:05.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:05 smithi194 bash[32038]: cluster 2023-12-07T21:27:04.213618+0000 mgr.a (mgr.14403) 10135 : cluster 0 pgmap v7564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:05.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:05 smithi135 bash[32435]: cluster 2023-12-07T21:27:04.213618+0000 mgr.a (mgr.14403) 10135 : cluster 0 pgmap v7564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:07.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:07 smithi079 bash[28699]: cluster 2023-12-07T21:27:06.214122+0000 mgr.a (mgr.14403) 10136 : cluster 0 pgmap v7565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:07.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:07 smithi194 bash[32038]: cluster 2023-12-07T21:27:06.214122+0000 mgr.a (mgr.14403) 10136 : cluster 0 pgmap v7565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:07.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:07 smithi135 bash[32435]: cluster 2023-12-07T21:27:06.214122+0000 mgr.a (mgr.14403) 10136 : cluster 0 pgmap v7565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:08.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:27:08.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:08.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:09.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:09.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:09.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:09.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:27:09.061 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:27:09.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:09 smithi079 bash[28699]: cluster 2023-12-07T21:27:08.214661+0000 mgr.a (mgr.14403) 10137 : cluster 0 pgmap v7566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:09.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:09 smithi079 bash[28699]: audit 2023-12-07T21:27:08.595106+0000 mgr.a (mgr.14403) 10138 : audit 0 from='client.208101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:09.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:09 smithi194 bash[32038]: cluster 2023-12-07T21:27:08.214661+0000 mgr.a (mgr.14403) 10137 : cluster 0 pgmap v7566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:09.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:09 smithi194 bash[32038]: audit 2023-12-07T21:27:08.595106+0000 mgr.a (mgr.14403) 10138 : audit 0 from='client.208101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:09.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:09 smithi135 bash[32435]: cluster 2023-12-07T21:27:08.214661+0000 mgr.a (mgr.14403) 10137 : cluster 0 pgmap v7566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:09.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:09 smithi135 bash[32435]: audit 2023-12-07T21:27:08.595106+0000 mgr.a (mgr.14403) 10138 : audit 0 from='client.208101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:11.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:11 smithi079 bash[28699]: cluster 2023-12-07T21:27:10.215587+0000 mgr.a (mgr.14403) 10139 : cluster 0 pgmap v7567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:11.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:11 smithi194 bash[32038]: cluster 2023-12-07T21:27:10.215587+0000 mgr.a (mgr.14403) 10139 : cluster 0 pgmap v7567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:11.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:11 smithi135 bash[32435]: cluster 2023-12-07T21:27:10.215587+0000 mgr.a (mgr.14403) 10139 : cluster 0 pgmap v7567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:13.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:13 smithi079 bash[28699]: cluster 2023-12-07T21:27:12.216177+0000 mgr.a (mgr.14403) 10140 : cluster 0 pgmap v7568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:13.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:13 smithi194 bash[32038]: cluster 2023-12-07T21:27:12.216177+0000 mgr.a (mgr.14403) 10140 : cluster 0 pgmap v7568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:13.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:13 smithi135 bash[32435]: cluster 2023-12-07T21:27:12.216177+0000 mgr.a (mgr.14403) 10140 : cluster 0 pgmap v7568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:14.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:27:14.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:14.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:14.995 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:27:14.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:14.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:14.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:14.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:27:15.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:15 smithi079 bash[28699]: cluster 2023-12-07T21:27:14.216714+0000 mgr.a (mgr.14403) 10141 : cluster 0 pgmap v7569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:15.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:15 smithi079 bash[28699]: audit 2023-12-07T21:27:14.492049+0000 mgr.a (mgr.14403) 10142 : audit 0 from='client.208176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:15.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:15 smithi194 bash[32038]: cluster 2023-12-07T21:27:14.216714+0000 mgr.a (mgr.14403) 10141 : cluster 0 pgmap v7569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:15.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:15 smithi194 bash[32038]: audit 2023-12-07T21:27:14.492049+0000 mgr.a (mgr.14403) 10142 : audit 0 from='client.208176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:15.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:15 smithi135 bash[32435]: cluster 2023-12-07T21:27:14.216714+0000 mgr.a (mgr.14403) 10141 : cluster 0 pgmap v7569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:15.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:15 smithi135 bash[32435]: audit 2023-12-07T21:27:14.492049+0000 mgr.a (mgr.14403) 10142 : audit 0 from='client.208176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:17.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:17 smithi079 bash[28699]: cluster 2023-12-07T21:27:16.217337+0000 mgr.a (mgr.14403) 10143 : cluster 0 pgmap v7570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:17.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:17 smithi194 bash[32038]: cluster 2023-12-07T21:27:16.217337+0000 mgr.a (mgr.14403) 10143 : cluster 0 pgmap v7570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:17.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:17 smithi135 bash[32435]: cluster 2023-12-07T21:27:16.217337+0000 mgr.a (mgr.14403) 10143 : cluster 0 pgmap v7570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:19.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:19 smithi079 bash[28699]: cluster 2023-12-07T21:27:18.217894+0000 mgr.a (mgr.14403) 10144 : cluster 0 pgmap v7571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:19.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:19 smithi194 bash[32038]: cluster 2023-12-07T21:27:18.217894+0000 mgr.a (mgr.14403) 10144 : cluster 0 pgmap v7571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:19.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:19 smithi135 bash[32435]: cluster 2023-12-07T21:27:18.217894+0000 mgr.a (mgr.14403) 10144 : cluster 0 pgmap v7571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:27:19.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:27:19.998 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:19.998 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:20.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:20.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:20.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:20.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:27:20.900 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:27:21.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:21 smithi079 bash[28699]: cluster 2023-12-07T21:27:20.218662+0000 mgr.a (mgr.14403) 10145 : cluster 0 pgmap v7572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:21.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:21 smithi079 bash[28699]: audit 2023-12-07T21:27:20.414233+0000 mgr.a (mgr.14403) 10146 : audit 0 from='client.208248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:21.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:21 smithi194 bash[32038]: cluster 2023-12-07T21:27:20.218662+0000 mgr.a (mgr.14403) 10145 : cluster 0 pgmap v7572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:21.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:21 smithi194 bash[32038]: audit 2023-12-07T21:27:20.414233+0000 mgr.a (mgr.14403) 10146 : audit 0 from='client.208248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:21.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:21 smithi135 bash[32435]: cluster 2023-12-07T21:27:20.218662+0000 mgr.a (mgr.14403) 10145 : cluster 0 pgmap v7572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:21.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:21 smithi135 bash[32435]: audit 2023-12-07T21:27:20.414233+0000 mgr.a (mgr.14403) 10146 : audit 0 from='client.208248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:23.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:23 smithi079 bash[28699]: cluster 2023-12-07T21:27:22.219323+0000 mgr.a (mgr.14403) 10147 : cluster 0 pgmap v7573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:23.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:23 smithi194 bash[32038]: cluster 2023-12-07T21:27:22.219323+0000 mgr.a (mgr.14403) 10147 : cluster 0 pgmap v7573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:23.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:23 smithi135 bash[32435]: cluster 2023-12-07T21:27:22.219323+0000 mgr.a (mgr.14403) 10147 : cluster 0 pgmap v7573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:25.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:25 smithi079 bash[28699]: cluster 2023-12-07T21:27:24.220069+0000 mgr.a (mgr.14403) 10148 : cluster 0 pgmap v7574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:25.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:25 smithi079 bash[28699]: audit 2023-12-07T21:27:25.082458+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:27:25.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:25 smithi194 bash[32038]: cluster 2023-12-07T21:27:24.220069+0000 mgr.a (mgr.14403) 10148 : cluster 0 pgmap v7574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:25.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:25 smithi194 bash[32038]: audit 2023-12-07T21:27:25.082458+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:27:25.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:25 smithi135 bash[32435]: cluster 2023-12-07T21:27:24.220069+0000 mgr.a (mgr.14403) 10148 : cluster 0 pgmap v7574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:25.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:25 smithi135 bash[32435]: audit 2023-12-07T21:27:25.082458+0000 mon.a (mon.0) 1857 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:27:25.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:27:25.904 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:25.904 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:26.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:26 smithi079 bash[28699]: audit 2023-12-07T21:27:25.820162+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:27:26.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:26 smithi079 bash[28699]: audit 2023-12-07T21:27:25.821779+0000 mon.a (mon.0) 1859 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:27:26.628 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:26 smithi079 bash[28699]: audit 2023-12-07T21:27:25.830618+0000 mon.a (mon.0) 1860 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:27:26.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:26 smithi194 bash[32038]: audit 2023-12-07T21:27:25.820162+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:27:26.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:26 smithi194 bash[32038]: audit 2023-12-07T21:27:25.821779+0000 mon.a (mon.0) 1859 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:27:26.689 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:26 smithi194 bash[32038]: audit 2023-12-07T21:27:25.830618+0000 mon.a (mon.0) 1860 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:27:26.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:26 smithi135 bash[32435]: audit 2023-12-07T21:27:25.820162+0000 mon.a (mon.0) 1858 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:27:26.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:26 smithi135 bash[32435]: audit 2023-12-07T21:27:25.821779+0000 mon.a (mon.0) 1859 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:27:26.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:26 smithi135 bash[32435]: audit 2023-12-07T21:27:25.830618+0000 mon.a (mon.0) 1860 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:27:26.820 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:27:26.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:26.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:26.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:26.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:27:28.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:27 smithi079 bash[28699]: cluster 2023-12-07T21:27:26.220621+0000 mgr.a (mgr.14403) 10149 : cluster 0 pgmap v7575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:28.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:27 smithi079 bash[28699]: audit 2023-12-07T21:27:26.321590+0000 mgr.a (mgr.14403) 10150 : audit 0 from='client.208323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:28.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:27 smithi194 bash[32038]: cluster 2023-12-07T21:27:26.220621+0000 mgr.a (mgr.14403) 10149 : cluster 0 pgmap v7575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:28.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:27 smithi194 bash[32038]: audit 2023-12-07T21:27:26.321590+0000 mgr.a (mgr.14403) 10150 : audit 0 from='client.208323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:28.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:27 smithi135 bash[32435]: cluster 2023-12-07T21:27:26.220621+0000 mgr.a (mgr.14403) 10149 : cluster 0 pgmap v7575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:28.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:27 smithi135 bash[32435]: audit 2023-12-07T21:27:26.321590+0000 mgr.a (mgr.14403) 10150 : audit 0 from='client.208323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:30.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:29 smithi079 bash[28699]: cluster 2023-12-07T21:27:28.221282+0000 mgr.a (mgr.14403) 10151 : cluster 0 pgmap v7576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:30.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:29 smithi194 bash[32038]: cluster 2023-12-07T21:27:28.221282+0000 mgr.a (mgr.14403) 10151 : cluster 0 pgmap v7576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:30.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:29 smithi135 bash[32435]: cluster 2023-12-07T21:27:28.221282+0000 mgr.a (mgr.14403) 10151 : cluster 0 pgmap v7576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:31.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:27:31.823 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:31.823 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:32.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:31 smithi079 bash[28699]: cluster 2023-12-07T21:27:30.222112+0000 mgr.a (mgr.14403) 10152 : cluster 0 pgmap v7577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:32.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:31 smithi194 bash[32038]: cluster 2023-12-07T21:27:30.222112+0000 mgr.a (mgr.14403) 10152 : cluster 0 pgmap v7577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:32.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:31 smithi135 bash[32435]: cluster 2023-12-07T21:27:30.222112+0000 mgr.a (mgr.14403) 10152 : cluster 0 pgmap v7577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:32.762 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:27:32.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:32.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:32.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:32.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:27:34.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:33 smithi079 bash[28699]: cluster 2023-12-07T21:27:32.222675+0000 mgr.a (mgr.14403) 10153 : cluster 0 pgmap v7578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:34.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:33 smithi079 bash[28699]: audit 2023-12-07T21:27:32.247642+0000 mgr.a (mgr.14403) 10154 : audit 0 from='client.208401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:34.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:33 smithi194 bash[32038]: cluster 2023-12-07T21:27:32.222675+0000 mgr.a (mgr.14403) 10153 : cluster 0 pgmap v7578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:34.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:33 smithi194 bash[32038]: audit 2023-12-07T21:27:32.247642+0000 mgr.a (mgr.14403) 10154 : audit 0 from='client.208401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:34.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:33 smithi135 bash[32435]: cluster 2023-12-07T21:27:32.222675+0000 mgr.a (mgr.14403) 10153 : cluster 0 pgmap v7578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:34.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:33 smithi135 bash[32435]: audit 2023-12-07T21:27:32.247642+0000 mgr.a (mgr.14403) 10154 : audit 0 from='client.208401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:36.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:35 smithi079 bash[28699]: cluster 2023-12-07T21:27:34.223616+0000 mgr.a (mgr.14403) 10155 : cluster 0 pgmap v7579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:36.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:35 smithi194 bash[32038]: cluster 2023-12-07T21:27:34.223616+0000 mgr.a (mgr.14403) 10155 : cluster 0 pgmap v7579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:36.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:35 smithi135 bash[32435]: cluster 2023-12-07T21:27:34.223616+0000 mgr.a (mgr.14403) 10155 : cluster 0 pgmap v7579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:27:37.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:27:37.766 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:37.766 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:38.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:37 smithi079 bash[28699]: cluster 2023-12-07T21:27:36.224218+0000 mgr.a (mgr.14403) 10156 : cluster 0 pgmap v7580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:38.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:37 smithi194 bash[32038]: cluster 2023-12-07T21:27:36.224218+0000 mgr.a (mgr.14403) 10156 : cluster 0 pgmap v7580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:38.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:37 smithi135 bash[32435]: cluster 2023-12-07T21:27:36.224218+0000 mgr.a (mgr.14403) 10156 : cluster 0 pgmap v7580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:38.665 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:27:38.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:38.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:38.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:38.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:27:40.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:39 smithi079 bash[28699]: audit 2023-12-07T21:27:38.174279+0000 mgr.a (mgr.14403) 10157 : audit 0 from='client.208479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:40.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:39 smithi079 bash[28699]: cluster 2023-12-07T21:27:38.224959+0000 mgr.a (mgr.14403) 10158 : cluster 0 pgmap v7581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:40.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:39 smithi194 bash[32038]: audit 2023-12-07T21:27:38.174279+0000 mgr.a (mgr.14403) 10157 : audit 0 from='client.208479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:40.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:39 smithi194 bash[32038]: cluster 2023-12-07T21:27:38.224959+0000 mgr.a (mgr.14403) 10158 : cluster 0 pgmap v7581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:40.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:39 smithi135 bash[32435]: audit 2023-12-07T21:27:38.174279+0000 mgr.a (mgr.14403) 10157 : audit 0 from='client.208479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:40.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:39 smithi135 bash[32435]: cluster 2023-12-07T21:27:38.224959+0000 mgr.a (mgr.14403) 10158 : cluster 0 pgmap v7581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:42.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:41 smithi079 bash[28699]: cluster 2023-12-07T21:27:40.225901+0000 mgr.a (mgr.14403) 10159 : cluster 0 pgmap v7582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:27:42.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:41 smithi194 bash[32038]: cluster 2023-12-07T21:27:40.225901+0000 mgr.a (mgr.14403) 10159 : cluster 0 pgmap v7582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:27:42.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:41 smithi135 bash[32435]: cluster 2023-12-07T21:27:40.225901+0000 mgr.a (mgr.14403) 10159 : cluster 0 pgmap v7582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:27:43.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:27:43.667 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:43.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:44.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:43 smithi079 bash[28699]: cluster 2023-12-07T21:27:42.226450+0000 mgr.a (mgr.14403) 10160 : cluster 0 pgmap v7583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:27:44.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:43 smithi194 bash[32038]: cluster 2023-12-07T21:27:42.226450+0000 mgr.a (mgr.14403) 10160 : cluster 0 pgmap v7583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:27:44.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:43 smithi135 bash[32435]: cluster 2023-12-07T21:27:42.226450+0000 mgr.a (mgr.14403) 10160 : cluster 0 pgmap v7583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:27:44.565 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:27:44.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:44.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:44.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:44.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:27:46.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:45 smithi079 bash[28699]: audit 2023-12-07T21:27:44.096905+0000 mgr.a (mgr.14403) 10161 : audit 0 from='client.208554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:46.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:45 smithi079 bash[28699]: cluster 2023-12-07T21:27:44.239343+0000 mgr.a (mgr.14403) 10162 : cluster 0 pgmap v7584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:46.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:45 smithi194 bash[32038]: audit 2023-12-07T21:27:44.096905+0000 mgr.a (mgr.14403) 10161 : audit 0 from='client.208554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:46.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:45 smithi194 bash[32038]: cluster 2023-12-07T21:27:44.239343+0000 mgr.a (mgr.14403) 10162 : cluster 0 pgmap v7584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:46.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:45 smithi135 bash[32435]: audit 2023-12-07T21:27:44.096905+0000 mgr.a (mgr.14403) 10161 : audit 0 from='client.208554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:46.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:45 smithi135 bash[32435]: cluster 2023-12-07T21:27:44.239343+0000 mgr.a (mgr.14403) 10162 : cluster 0 pgmap v7584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:48.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:47 smithi079 bash[28699]: cluster 2023-12-07T21:27:46.240150+0000 mgr.a (mgr.14403) 10163 : cluster 0 pgmap v7585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:27:48.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:47 smithi194 bash[32038]: cluster 2023-12-07T21:27:46.240150+0000 mgr.a (mgr.14403) 10163 : cluster 0 pgmap v7585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:27:48.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:47 smithi135 bash[32435]: cluster 2023-12-07T21:27:46.240150+0000 mgr.a (mgr.14403) 10163 : cluster 0 pgmap v7585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:27:49.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:27:49.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:49.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:50.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:49 smithi079 bash[28699]: cluster 2023-12-07T21:27:48.240741+0000 mgr.a (mgr.14403) 10164 : cluster 0 pgmap v7586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:27:50.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:49 smithi194 bash[32038]: cluster 2023-12-07T21:27:48.240741+0000 mgr.a (mgr.14403) 10164 : cluster 0 pgmap v7586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:27:50.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:49 smithi135 bash[32435]: cluster 2023-12-07T21:27:48.240741+0000 mgr.a (mgr.14403) 10164 : cluster 0 pgmap v7586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:27:50.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:50.463 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:27:50.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:50.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:50.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:27:52.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:51 smithi079 bash[28699]: audit 2023-12-07T21:27:49.982156+0000 mgr.a (mgr.14403) 10165 : audit 0 from='client.208629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:52.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:51 smithi079 bash[28699]: cluster 2023-12-07T21:27:50.242093+0000 mgr.a (mgr.14403) 10166 : cluster 0 pgmap v7587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:52.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:51 smithi194 bash[32038]: audit 2023-12-07T21:27:49.982156+0000 mgr.a (mgr.14403) 10165 : audit 0 from='client.208629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:52.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:51 smithi194 bash[32038]: cluster 2023-12-07T21:27:50.242093+0000 mgr.a (mgr.14403) 10166 : cluster 0 pgmap v7587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:52.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:51 smithi135 bash[32435]: audit 2023-12-07T21:27:49.982156+0000 mgr.a (mgr.14403) 10165 : audit 0 from='client.208629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:52.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:51 smithi135 bash[32435]: cluster 2023-12-07T21:27:50.242093+0000 mgr.a (mgr.14403) 10166 : cluster 0 pgmap v7587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:54.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:53 smithi079 bash[28699]: cluster 2023-12-07T21:27:52.242900+0000 mgr.a (mgr.14403) 10167 : cluster 0 pgmap v7588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:27:54.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:53 smithi194 bash[32038]: cluster 2023-12-07T21:27:52.242900+0000 mgr.a (mgr.14403) 10167 : cluster 0 pgmap v7588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:27:54.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:53 smithi135 bash[32435]: cluster 2023-12-07T21:27:52.242900+0000 mgr.a (mgr.14403) 10167 : cluster 0 pgmap v7588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:27:55.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:27:55.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:27:55.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:27:56.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:55 smithi079 bash[28699]: cluster 2023-12-07T21:27:54.243686+0000 mgr.a (mgr.14403) 10168 : cluster 0 pgmap v7589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:27:56.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:55 smithi194 bash[32038]: cluster 2023-12-07T21:27:54.243686+0000 mgr.a (mgr.14403) 10168 : cluster 0 pgmap v7589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:27:56.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:55 smithi135 bash[32435]: cluster 2023-12-07T21:27:54.243686+0000 mgr.a (mgr.14403) 10168 : cluster 0 pgmap v7589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:27:56.371 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:27:56.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:27:56.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:27:56.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:27:56.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:27:57.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:56 smithi194 bash[32038]: audit 2023-12-07T21:27:55.886205+0000 mgr.a (mgr.14403) 10169 : audit 0 from='client.208701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:57.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:56 smithi135 bash[32435]: audit 2023-12-07T21:27:55.886205+0000 mgr.a (mgr.14403) 10169 : audit 0 from='client.208701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:57.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:56 smithi079 bash[28699]: audit 2023-12-07T21:27:55.886205+0000 mgr.a (mgr.14403) 10169 : audit 0 from='client.208701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:27:58.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:57 smithi194 bash[32038]: cluster 2023-12-07T21:27:56.244196+0000 mgr.a (mgr.14403) 10170 : cluster 0 pgmap v7590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:58.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:57 smithi135 bash[32435]: cluster 2023-12-07T21:27:56.244196+0000 mgr.a (mgr.14403) 10170 : cluster 0 pgmap v7590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:27:58.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:57 smithi079 bash[28699]: cluster 2023-12-07T21:27:56.244196+0000 mgr.a (mgr.14403) 10170 : cluster 0 pgmap v7590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:00.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:27:59 smithi194 bash[32038]: cluster 2023-12-07T21:27:58.244868+0000 mgr.a (mgr.14403) 10171 : cluster 0 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-07T21:28:00.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:27:59 smithi135 bash[32435]: cluster 2023-12-07T21:27:58.244868+0000 mgr.a (mgr.14403) 10171 : cluster 0 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-07T21:28:00.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:27:59 smithi079 bash[28699]: cluster 2023-12-07T21:27:58.244868+0000 mgr.a (mgr.14403) 10171 : cluster 0 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-07T21:28:01.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:28:01.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:01.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:02.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:01 smithi194 bash[32038]: cluster 2023-12-07T21:28:00.245882+0000 mgr.a (mgr.14403) 10172 : cluster 0 pgmap v7592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:02.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:01 smithi135 bash[32435]: cluster 2023-12-07T21:28:00.245882+0000 mgr.a (mgr.14403) 10172 : cluster 0 pgmap v7592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:02.295 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:28:02.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:02.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:02.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:02.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:28:02.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:01 smithi079 bash[28699]: cluster 2023-12-07T21:28:00.245882+0000 mgr.a (mgr.14403) 10172 : cluster 0 pgmap v7592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:03.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:02 smithi194 bash[32038]: audit 2023-12-07T21:28:01.796753+0000 mgr.a (mgr.14403) 10173 : audit 0 from='client.208776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:03.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:02 smithi135 bash[32435]: audit 2023-12-07T21:28:01.796753+0000 mgr.a (mgr.14403) 10173 : audit 0 from='client.208776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:03.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:02 smithi079 bash[28699]: audit 2023-12-07T21:28:01.796753+0000 mgr.a (mgr.14403) 10173 : audit 0 from='client.208776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:04.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:03 smithi194 bash[32038]: cluster 2023-12-07T21:28:02.246343+0000 mgr.a (mgr.14403) 10174 : cluster 0 pgmap v7593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:04.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:03 smithi135 bash[32435]: cluster 2023-12-07T21:28:02.246343+0000 mgr.a (mgr.14403) 10174 : cluster 0 pgmap v7593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:04.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:03 smithi079 bash[28699]: cluster 2023-12-07T21:28:02.246343+0000 mgr.a (mgr.14403) 10174 : cluster 0 pgmap v7593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:06.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:05 smithi194 bash[32038]: cluster 2023-12-07T21:28:04.247120+0000 mgr.a (mgr.14403) 10175 : cluster 0 pgmap v7594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:06.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:05 smithi135 bash[32435]: cluster 2023-12-07T21:28:04.247120+0000 mgr.a (mgr.14403) 10175 : cluster 0 pgmap v7594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:06.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:05 smithi079 bash[28699]: cluster 2023-12-07T21:28:04.247120+0000 mgr.a (mgr.14403) 10175 : cluster 0 pgmap v7594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:07.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:28:07.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:07.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:08.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:08.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:08.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:08.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:28:08.167 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:28:08.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:07 smithi194 bash[32038]: cluster 2023-12-07T21:28:06.247607+0000 mgr.a (mgr.14403) 10176 : cluster 0 pgmap v7595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:08.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:07 smithi135 bash[32435]: cluster 2023-12-07T21:28:06.247607+0000 mgr.a (mgr.14403) 10176 : cluster 0 pgmap v7595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:08.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:07 smithi079 bash[28699]: cluster 2023-12-07T21:28:06.247607+0000 mgr.a (mgr.14403) 10176 : cluster 0 pgmap v7595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:09.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:08 smithi194 bash[32038]: audit 2023-12-07T21:28:07.712340+0000 mgr.a (mgr.14403) 10177 : audit 0 from='client.208854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:09.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:08 smithi135 bash[32435]: audit 2023-12-07T21:28:07.712340+0000 mgr.a (mgr.14403) 10177 : audit 0 from='client.208854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:09.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:08 smithi079 bash[28699]: audit 2023-12-07T21:28:07.712340+0000 mgr.a (mgr.14403) 10177 : audit 0 from='client.208854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:10.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:09 smithi194 bash[32038]: cluster 2023-12-07T21:28:08.248360+0000 mgr.a (mgr.14403) 10178 : cluster 0 pgmap v7596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:10.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:09 smithi135 bash[32435]: cluster 2023-12-07T21:28:08.248360+0000 mgr.a (mgr.14403) 10178 : cluster 0 pgmap v7596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:10.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:09 smithi079 bash[28699]: cluster 2023-12-07T21:28:08.248360+0000 mgr.a (mgr.14403) 10178 : cluster 0 pgmap v7596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:12.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:11 smithi194 bash[32038]: cluster 2023-12-07T21:28:10.249211+0000 mgr.a (mgr.14403) 10179 : cluster 0 pgmap v7597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:12.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:11 smithi135 bash[32435]: cluster 2023-12-07T21:28:10.249211+0000 mgr.a (mgr.14403) 10179 : cluster 0 pgmap v7597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:12.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:11 smithi079 bash[28699]: cluster 2023-12-07T21:28:10.249211+0000 mgr.a (mgr.14403) 10179 : cluster 0 pgmap v7597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:13.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:28:13.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:13.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:14.044 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:28:14.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:14.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:14.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:14.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:28:14.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:13 smithi194 bash[32038]: cluster 2023-12-07T21:28:12.249783+0000 mgr.a (mgr.14403) 10180 : cluster 0 pgmap v7598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:14.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:13 smithi135 bash[32435]: cluster 2023-12-07T21:28:12.249783+0000 mgr.a (mgr.14403) 10180 : cluster 0 pgmap v7598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:14.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:13 smithi079 bash[28699]: cluster 2023-12-07T21:28:12.249783+0000 mgr.a (mgr.14403) 10180 : cluster 0 pgmap v7598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:15.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:14 smithi079 bash[28699]: audit 2023-12-07T21:28:13.580093+0000 mgr.a (mgr.14403) 10181 : audit 0 from='client.208929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:15.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:14 smithi194 bash[32038]: audit 2023-12-07T21:28:13.580093+0000 mgr.a (mgr.14403) 10181 : audit 0 from='client.208929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:15.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:14 smithi135 bash[32435]: audit 2023-12-07T21:28:13.580093+0000 mgr.a (mgr.14403) 10181 : audit 0 from='client.208929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:16.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:15 smithi079 bash[28699]: cluster 2023-12-07T21:28:14.250961+0000 mgr.a (mgr.14403) 10182 : cluster 0 pgmap v7599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:16.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:15 smithi194 bash[32038]: cluster 2023-12-07T21:28:14.250961+0000 mgr.a (mgr.14403) 10182 : cluster 0 pgmap v7599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:16.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:15 smithi135 bash[32435]: cluster 2023-12-07T21:28:14.250961+0000 mgr.a (mgr.14403) 10182 : cluster 0 pgmap v7599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:18.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:17 smithi079 bash[28699]: cluster 2023-12-07T21:28:16.251514+0000 mgr.a (mgr.14403) 10183 : cluster 0 pgmap v7600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:18.439 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:17 smithi194 bash[32038]: cluster 2023-12-07T21:28:16.251514+0000 mgr.a (mgr.14403) 10183 : cluster 0 pgmap v7600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:18.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:17 smithi135 bash[32435]: cluster 2023-12-07T21:28:16.251514+0000 mgr.a (mgr.14403) 10183 : cluster 0 pgmap v7600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:19.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:28:19.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:19.049 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:19.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:19.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:19.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:19.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:28:19.972 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:28:20.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:19 smithi079 bash[28699]: cluster 2023-12-07T21:28:18.252216+0000 mgr.a (mgr.14403) 10184 : cluster 0 pgmap v7601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:20.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:19 smithi194 bash[32038]: cluster 2023-12-07T21:28:18.252216+0000 mgr.a (mgr.14403) 10184 : cluster 0 pgmap v7601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:20.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:19 smithi135 bash[32435]: cluster 2023-12-07T21:28:18.252216+0000 mgr.a (mgr.14403) 10184 : cluster 0 pgmap v7601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:21.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:20 smithi079 bash[28699]: audit 2023-12-07T21:28:19.471880+0000 mgr.a (mgr.14403) 10185 : audit 0 from='client.209004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:21.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:20 smithi194 bash[32038]: audit 2023-12-07T21:28:19.471880+0000 mgr.a (mgr.14403) 10185 : audit 0 from='client.209004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:21.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:20 smithi135 bash[32435]: audit 2023-12-07T21:28:19.471880+0000 mgr.a (mgr.14403) 10185 : audit 0 from='client.209004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:22.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:21 smithi079 bash[28699]: cluster 2023-12-07T21:28:20.253252+0000 mgr.a (mgr.14403) 10186 : cluster 0 pgmap v7602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:22.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:21 smithi194 bash[32038]: cluster 2023-12-07T21:28:20.253252+0000 mgr.a (mgr.14403) 10186 : cluster 0 pgmap v7602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:22.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:21 smithi135 bash[32435]: cluster 2023-12-07T21:28:20.253252+0000 mgr.a (mgr.14403) 10186 : cluster 0 pgmap v7602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:24.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:23 smithi079 bash[28699]: cluster 2023-12-07T21:28:22.253836+0000 mgr.a (mgr.14403) 10187 : cluster 0 pgmap v7603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:24.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:23 smithi194 bash[32038]: cluster 2023-12-07T21:28:22.253836+0000 mgr.a (mgr.14403) 10187 : cluster 0 pgmap v7603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:24.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:23 smithi135 bash[32435]: cluster 2023-12-07T21:28:22.253836+0000 mgr.a (mgr.14403) 10187 : cluster 0 pgmap v7603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:24.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:28:24.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:24.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:25.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:25 smithi079 bash[28699]: cluster 2023-12-07T21:28:24.254612+0000 mgr.a (mgr.14403) 10188 : cluster 0 pgmap v7604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:25.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:25 smithi194 bash[32038]: cluster 2023-12-07T21:28:24.254612+0000 mgr.a (mgr.14403) 10188 : cluster 0 pgmap v7604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:25.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:25 smithi135 bash[32435]: cluster 2023-12-07T21:28:24.254612+0000 mgr.a (mgr.14403) 10188 : cluster 0 pgmap v7604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:25.882 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:28:25.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:25.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:25.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:25.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:28:26.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:26 smithi079 bash[28699]: audit 2023-12-07T21:28:25.389104+0000 mgr.a (mgr.14403) 10189 : audit 0 from='client.209079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:26.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:26 smithi079 bash[28699]: audit 2023-12-07T21:28:25.933761+0000 mon.a (mon.0) 1861 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:28:26.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:26 smithi194 bash[32038]: audit 2023-12-07T21:28:25.389104+0000 mgr.a (mgr.14403) 10189 : audit 0 from='client.209079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:26.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:26 smithi194 bash[32038]: audit 2023-12-07T21:28:25.933761+0000 mon.a (mon.0) 1861 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:28:26.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:26 smithi135 bash[32435]: audit 2023-12-07T21:28:25.389104+0000 mgr.a (mgr.14403) 10189 : audit 0 from='client.209079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:26.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:26 smithi135 bash[32435]: audit 2023-12-07T21:28:25.933761+0000 mon.a (mon.0) 1861 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:28:27.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:27 smithi079 bash[28699]: cluster 2023-12-07T21:28:26.255353+0000 mgr.a (mgr.14403) 10190 : cluster 0 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-07T21:28:27.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:27 smithi079 bash[28699]: audit 2023-12-07T21:28:26.463455+0000 mon.a (mon.0) 1862 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:28:27.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:27 smithi079 bash[28699]: audit 2023-12-07T21:28:26.474188+0000 mon.a (mon.0) 1863 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:28:27.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:27 smithi079 bash[28699]: audit 2023-12-07T21:28:27.185533+0000 mon.a (mon.0) 1864 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:28:27.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:27 smithi079 bash[28699]: audit 2023-12-07T21:28:27.187280+0000 mon.a (mon.0) 1865 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:28:27.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:27 smithi079 bash[28699]: audit 2023-12-07T21:28:27.196580+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:28:27.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:27 smithi194 bash[32038]: cluster 2023-12-07T21:28:26.255353+0000 mgr.a (mgr.14403) 10190 : cluster 0 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-07T21:28:27.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:27 smithi194 bash[32038]: audit 2023-12-07T21:28:26.463455+0000 mon.a (mon.0) 1862 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:28:27.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:27 smithi194 bash[32038]: audit 2023-12-07T21:28:26.474188+0000 mon.a (mon.0) 1863 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:28:27.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:27 smithi194 bash[32038]: audit 2023-12-07T21:28:27.185533+0000 mon.a (mon.0) 1864 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:28:27.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:27 smithi194 bash[32038]: audit 2023-12-07T21:28:27.187280+0000 mon.a (mon.0) 1865 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:28:27.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:27 smithi194 bash[32038]: audit 2023-12-07T21:28:27.196580+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:28:27.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:27 smithi135 bash[32435]: cluster 2023-12-07T21:28:26.255353+0000 mgr.a (mgr.14403) 10190 : cluster 0 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-07T21:28:27.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:27 smithi135 bash[32435]: audit 2023-12-07T21:28:26.463455+0000 mon.a (mon.0) 1862 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:28:27.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:27 smithi135 bash[32435]: audit 2023-12-07T21:28:26.474188+0000 mon.a (mon.0) 1863 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:28:27.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:27 smithi135 bash[32435]: audit 2023-12-07T21:28:27.185533+0000 mon.a (mon.0) 1864 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:28:27.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:27 smithi135 bash[32435]: audit 2023-12-07T21:28:27.187280+0000 mon.a (mon.0) 1865 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:28:27.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:27 smithi135 bash[32435]: audit 2023-12-07T21:28:27.196580+0000 mon.a (mon.0) 1866 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:28:29.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:29 smithi079 bash[28699]: cluster 2023-12-07T21:28:28.255911+0000 mgr.a (mgr.14403) 10191 : cluster 0 pgmap v7606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:29.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:29 smithi194 bash[32038]: cluster 2023-12-07T21:28:28.255911+0000 mgr.a (mgr.14403) 10191 : cluster 0 pgmap v7606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:29.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:29 smithi135 bash[32435]: cluster 2023-12-07T21:28:28.255911+0000 mgr.a (mgr.14403) 10191 : cluster 0 pgmap v7606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:30.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:28:30.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:30.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:31.802 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:28:31.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:31.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:31.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:31.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:28:31.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:31 smithi079 bash[28699]: cluster 2023-12-07T21:28:30.256721+0000 mgr.a (mgr.14403) 10192 : cluster 0 pgmap v7607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:31.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:31 smithi194 bash[32038]: cluster 2023-12-07T21:28:30.256721+0000 mgr.a (mgr.14403) 10192 : cluster 0 pgmap v7607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:31.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:31 smithi135 bash[32435]: cluster 2023-12-07T21:28:30.256721+0000 mgr.a (mgr.14403) 10192 : cluster 0 pgmap v7607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:32.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:32 smithi079 bash[28699]: audit 2023-12-07T21:28:31.301786+0000 mgr.a (mgr.14403) 10193 : audit 0 from='client.209157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:32.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:32 smithi194 bash[32038]: audit 2023-12-07T21:28:31.301786+0000 mgr.a (mgr.14403) 10193 : audit 0 from='client.209157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:32.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:32 smithi135 bash[32435]: audit 2023-12-07T21:28:31.301786+0000 mgr.a (mgr.14403) 10193 : audit 0 from='client.209157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:33.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:33 smithi079 bash[28699]: cluster 2023-12-07T21:28:32.257419+0000 mgr.a (mgr.14403) 10194 : cluster 0 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-07T21:28:33.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:33 smithi194 bash[32038]: cluster 2023-12-07T21:28:32.257419+0000 mgr.a (mgr.14403) 10194 : cluster 0 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-07T21:28:33.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:33 smithi135 bash[32435]: cluster 2023-12-07T21:28:32.257419+0000 mgr.a (mgr.14403) 10194 : cluster 0 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-07T21:28:35.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:35 smithi079 bash[28699]: cluster 2023-12-07T21:28:34.258337+0000 mgr.a (mgr.14403) 10195 : cluster 0 pgmap v7609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:35.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:35 smithi194 bash[32038]: cluster 2023-12-07T21:28:34.258337+0000 mgr.a (mgr.14403) 10195 : cluster 0 pgmap v7609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:35.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:35 smithi135 bash[32435]: cluster 2023-12-07T21:28:34.258337+0000 mgr.a (mgr.14403) 10195 : cluster 0 pgmap v7609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:36.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:28:36.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:36.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:37.736 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:28:37.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:37.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:37.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:37.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:28:37.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:37 smithi079 bash[28699]: cluster 2023-12-07T21:28:36.258902+0000 mgr.a (mgr.14403) 10196 : cluster 0 pgmap v7610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:37.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:37 smithi194 bash[32038]: cluster 2023-12-07T21:28:36.258902+0000 mgr.a (mgr.14403) 10196 : cluster 0 pgmap v7610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:37.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:37 smithi135 bash[32435]: cluster 2023-12-07T21:28:36.258902+0000 mgr.a (mgr.14403) 10196 : cluster 0 pgmap v7610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:38.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:38 smithi079 bash[28699]: audit 2023-12-07T21:28:37.226045+0000 mgr.a (mgr.14403) 10197 : audit 0 from='client.209232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:38.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:38 smithi194 bash[32038]: audit 2023-12-07T21:28:37.226045+0000 mgr.a (mgr.14403) 10197 : audit 0 from='client.209232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:38.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:38 smithi135 bash[32435]: audit 2023-12-07T21:28:37.226045+0000 mgr.a (mgr.14403) 10197 : audit 0 from='client.209232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:39.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:39 smithi079 bash[28699]: cluster 2023-12-07T21:28:38.259550+0000 mgr.a (mgr.14403) 10198 : cluster 0 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-07T21:28:39.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:39 smithi194 bash[32038]: cluster 2023-12-07T21:28:38.259550+0000 mgr.a (mgr.14403) 10198 : cluster 0 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-07T21:28:39.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:39 smithi135 bash[32435]: cluster 2023-12-07T21:28:38.259550+0000 mgr.a (mgr.14403) 10198 : cluster 0 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-07T21:28:41.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:41 smithi079 bash[28699]: cluster 2023-12-07T21:28:40.260368+0000 mgr.a (mgr.14403) 10199 : cluster 0 pgmap v7612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:41.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:41 smithi194 bash[32038]: cluster 2023-12-07T21:28:40.260368+0000 mgr.a (mgr.14403) 10199 : cluster 0 pgmap v7612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:41.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:41 smithi135 bash[32435]: cluster 2023-12-07T21:28:40.260368+0000 mgr.a (mgr.14403) 10199 : cluster 0 pgmap v7612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:28:42.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:28:42.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:42.740 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:43.630 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:28:43.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:43.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:43.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:43.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:28:43.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:43 smithi079 bash[28699]: cluster 2023-12-07T21:28:42.260943+0000 mgr.a (mgr.14403) 10200 : cluster 0 pgmap v7613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:43.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:43 smithi194 bash[32038]: cluster 2023-12-07T21:28:42.260943+0000 mgr.a (mgr.14403) 10200 : cluster 0 pgmap v7613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:43.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:43 smithi135 bash[32435]: cluster 2023-12-07T21:28:42.260943+0000 mgr.a (mgr.14403) 10200 : cluster 0 pgmap v7613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:44.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:44 smithi079 bash[28699]: audit 2023-12-07T21:28:43.161826+0000 mgr.a (mgr.14403) 10201 : audit 0 from='client.209307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:44.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:44 smithi194 bash[32038]: audit 2023-12-07T21:28:43.161826+0000 mgr.a (mgr.14403) 10201 : audit 0 from='client.209307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:44.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:44 smithi135 bash[32435]: audit 2023-12-07T21:28:43.161826+0000 mgr.a (mgr.14403) 10201 : audit 0 from='client.209307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:45.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:45 smithi079 bash[28699]: cluster 2023-12-07T21:28:44.261860+0000 mgr.a (mgr.14403) 10202 : cluster 0 pgmap v7614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:28:45.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:45 smithi194 bash[32038]: cluster 2023-12-07T21:28:44.261860+0000 mgr.a (mgr.14403) 10202 : cluster 0 pgmap v7614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:28:45.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:45 smithi135 bash[32435]: cluster 2023-12-07T21:28:44.261860+0000 mgr.a (mgr.14403) 10202 : cluster 0 pgmap v7614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:28:47.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:47 smithi079 bash[28699]: cluster 2023-12-07T21:28:46.262459+0000 mgr.a (mgr.14403) 10203 : cluster 0 pgmap v7615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:28:47.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:47 smithi194 bash[32038]: cluster 2023-12-07T21:28:46.262459+0000 mgr.a (mgr.14403) 10203 : cluster 0 pgmap v7615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:28:47.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:47 smithi135 bash[32435]: cluster 2023-12-07T21:28:46.262459+0000 mgr.a (mgr.14403) 10203 : cluster 0 pgmap v7615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:28:48.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:28:48.634 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:48.634 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:49.588 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:28:49.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:49.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:49.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:49.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:28:49.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:49 smithi079 bash[28699]: cluster 2023-12-07T21:28:48.263033+0000 mgr.a (mgr.14403) 10204 : cluster 0 pgmap v7616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:28:49.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:49 smithi194 bash[32038]: cluster 2023-12-07T21:28:48.263033+0000 mgr.a (mgr.14403) 10204 : cluster 0 pgmap v7616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:28:49.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:49 smithi135 bash[32435]: cluster 2023-12-07T21:28:48.263033+0000 mgr.a (mgr.14403) 10204 : cluster 0 pgmap v7616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:28:50.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:50 smithi079 bash[28699]: audit 2023-12-07T21:28:49.063562+0000 mgr.a (mgr.14403) 10205 : audit 0 from='client.209382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:50.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:50 smithi194 bash[32038]: audit 2023-12-07T21:28:49.063562+0000 mgr.a (mgr.14403) 10205 : audit 0 from='client.209382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:50.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:50 smithi135 bash[32435]: audit 2023-12-07T21:28:49.063562+0000 mgr.a (mgr.14403) 10205 : audit 0 from='client.209382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:51.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:51 smithi079 bash[28699]: cluster 2023-12-07T21:28:50.264122+0000 mgr.a (mgr.14403) 10206 : cluster 0 pgmap v7617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:51.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:51 smithi194 bash[32038]: cluster 2023-12-07T21:28:50.264122+0000 mgr.a (mgr.14403) 10206 : cluster 0 pgmap v7617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:51.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:51 smithi135 bash[32435]: cluster 2023-12-07T21:28:50.264122+0000 mgr.a (mgr.14403) 10206 : cluster 0 pgmap v7617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:53.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:53 smithi079 bash[28699]: cluster 2023-12-07T21:28:52.264705+0000 mgr.a (mgr.14403) 10207 : cluster 0 pgmap v7618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:53.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:53 smithi194 bash[32038]: cluster 2023-12-07T21:28:52.264705+0000 mgr.a (mgr.14403) 10207 : cluster 0 pgmap v7618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:53.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:53 smithi135 bash[32435]: cluster 2023-12-07T21:28:52.264705+0000 mgr.a (mgr.14403) 10207 : cluster 0 pgmap v7618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:28:54.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:28:54.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:28:54.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:28:55.514 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:28:55.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:28:55.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:28:55.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:28:55.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:28:55.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:55 smithi079 bash[28699]: cluster 2023-12-07T21:28:54.265477+0000 mgr.a (mgr.14403) 10208 : cluster 0 pgmap v7619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:55.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:55 smithi194 bash[32038]: cluster 2023-12-07T21:28:54.265477+0000 mgr.a (mgr.14403) 10208 : cluster 0 pgmap v7619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:55.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:55 smithi135 bash[32435]: cluster 2023-12-07T21:28:54.265477+0000 mgr.a (mgr.14403) 10208 : cluster 0 pgmap v7619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:28:56.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:56 smithi079 bash[28699]: audit 2023-12-07T21:28:55.014886+0000 mgr.a (mgr.14403) 10209 : audit 0 from='client.165997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:56.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:56 smithi194 bash[32038]: audit 2023-12-07T21:28:55.014886+0000 mgr.a (mgr.14403) 10209 : audit 0 from='client.165997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:56.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:56 smithi135 bash[32435]: audit 2023-12-07T21:28:55.014886+0000 mgr.a (mgr.14403) 10209 : audit 0 from='client.165997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:28:57.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:57 smithi079 bash[28699]: cluster 2023-12-07T21:28:56.266284+0000 mgr.a (mgr.14403) 10210 : cluster 0 pgmap v7620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:28:57.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:57 smithi194 bash[32038]: cluster 2023-12-07T21:28:56.266284+0000 mgr.a (mgr.14403) 10210 : cluster 0 pgmap v7620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:28:57.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:57 smithi135 bash[32435]: cluster 2023-12-07T21:28:56.266284+0000 mgr.a (mgr.14403) 10210 : cluster 0 pgmap v7620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:28:59.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:28:59 smithi079 bash[28699]: cluster 2023-12-07T21:28:58.266905+0000 mgr.a (mgr.14403) 10211 : cluster 0 pgmap v7621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:28:59.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:28:59 smithi194 bash[32038]: cluster 2023-12-07T21:28:58.266905+0000 mgr.a (mgr.14403) 10211 : cluster 0 pgmap v7621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:28:59.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:28:59 smithi135 bash[32435]: cluster 2023-12-07T21:28:58.266905+0000 mgr.a (mgr.14403) 10211 : cluster 0 pgmap v7621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:29:00.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:29:00.518 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:00.518 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:01.414 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:29:01.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:01.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:01.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:01.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:29:01.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:01 smithi079 bash[28699]: cluster 2023-12-07T21:29:00.267757+0000 mgr.a (mgr.14403) 10212 : cluster 0 pgmap v7622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:29:01.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:01 smithi079 bash[28699]: audit 2023-12-07T21:29:00.931978+0000 mgr.a (mgr.14403) 10213 : audit 0 from='client.209532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:01.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:01 smithi194 bash[32038]: cluster 2023-12-07T21:29:00.267757+0000 mgr.a (mgr.14403) 10212 : cluster 0 pgmap v7622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:29:01.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:01 smithi194 bash[32038]: audit 2023-12-07T21:29:00.931978+0000 mgr.a (mgr.14403) 10213 : audit 0 from='client.209532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:01.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:01 smithi135 bash[32435]: cluster 2023-12-07T21:29:00.267757+0000 mgr.a (mgr.14403) 10212 : cluster 0 pgmap v7622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:29:01.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:01 smithi135 bash[32435]: audit 2023-12-07T21:29:00.931978+0000 mgr.a (mgr.14403) 10213 : audit 0 from='client.209532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:03.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:03 smithi079 bash[28699]: cluster 2023-12-07T21:29:02.268415+0000 mgr.a (mgr.14403) 10214 : cluster 0 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-07T21:29:03.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:03 smithi194 bash[32038]: cluster 2023-12-07T21:29:02.268415+0000 mgr.a (mgr.14403) 10214 : cluster 0 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-07T21:29:03.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:03 smithi135 bash[32435]: cluster 2023-12-07T21:29:02.268415+0000 mgr.a (mgr.14403) 10214 : cluster 0 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-07T21:29:05.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:05 smithi079 bash[28699]: cluster 2023-12-07T21:29:04.269371+0000 mgr.a (mgr.14403) 10215 : cluster 0 pgmap v7624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:05.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:05 smithi194 bash[32038]: cluster 2023-12-07T21:29:04.269371+0000 mgr.a (mgr.14403) 10215 : cluster 0 pgmap v7624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:05.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:05 smithi135 bash[32435]: cluster 2023-12-07T21:29:04.269371+0000 mgr.a (mgr.14403) 10215 : cluster 0 pgmap v7624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:06.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:29:06.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:06.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:07.314 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:29:07.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:07.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:07.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:07.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:29:07.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:07 smithi079 bash[28699]: cluster 2023-12-07T21:29:06.270120+0000 mgr.a (mgr.14403) 10216 : cluster 0 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-07T21:29:07.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:07 smithi079 bash[28699]: audit 2023-12-07T21:29:06.846270+0000 mgr.a (mgr.14403) 10217 : audit 0 from='client.209610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:07.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:07 smithi194 bash[32038]: cluster 2023-12-07T21:29:06.270120+0000 mgr.a (mgr.14403) 10216 : cluster 0 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-07T21:29:07.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:07 smithi194 bash[32038]: audit 2023-12-07T21:29:06.846270+0000 mgr.a (mgr.14403) 10217 : audit 0 from='client.209610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:07.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:07 smithi135 bash[32435]: cluster 2023-12-07T21:29:06.270120+0000 mgr.a (mgr.14403) 10216 : cluster 0 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-07T21:29:07.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:07 smithi135 bash[32435]: audit 2023-12-07T21:29:06.846270+0000 mgr.a (mgr.14403) 10217 : audit 0 from='client.209610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:09.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:09 smithi079 bash[28699]: cluster 2023-12-07T21:29:08.270857+0000 mgr.a (mgr.14403) 10218 : cluster 0 pgmap v7626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:09.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:09 smithi194 bash[32038]: cluster 2023-12-07T21:29:08.270857+0000 mgr.a (mgr.14403) 10218 : cluster 0 pgmap v7626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:09.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:09 smithi135 bash[32435]: cluster 2023-12-07T21:29:08.270857+0000 mgr.a (mgr.14403) 10218 : cluster 0 pgmap v7626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:11.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:11 smithi079 bash[28699]: cluster 2023-12-07T21:29:10.271653+0000 mgr.a (mgr.14403) 10219 : cluster 0 pgmap v7627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:11.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:11 smithi194 bash[32038]: cluster 2023-12-07T21:29:10.271653+0000 mgr.a (mgr.14403) 10219 : cluster 0 pgmap v7627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:11.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:11 smithi135 bash[32435]: cluster 2023-12-07T21:29:10.271653+0000 mgr.a (mgr.14403) 10219 : cluster 0 pgmap v7627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:12.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:29:12.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:12.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:13.246 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:29:13.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:13.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:13.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:13.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:29:13.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:13 smithi079 bash[28699]: cluster 2023-12-07T21:29:12.272225+0000 mgr.a (mgr.14403) 10220 : cluster 0 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-07T21:29:13.878 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:13 smithi079 bash[28699]: audit 2023-12-07T21:29:12.737418+0000 mgr.a (mgr.14403) 10221 : audit 0 from='client.209685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:13.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:13 smithi194 bash[32038]: cluster 2023-12-07T21:29:12.272225+0000 mgr.a (mgr.14403) 10220 : cluster 0 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-07T21:29:13.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:13 smithi194 bash[32038]: audit 2023-12-07T21:29:12.737418+0000 mgr.a (mgr.14403) 10221 : audit 0 from='client.209685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:13.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:13 smithi135 bash[32435]: cluster 2023-12-07T21:29:12.272225+0000 mgr.a (mgr.14403) 10220 : cluster 0 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-07T21:29:13.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:13 smithi135 bash[32435]: audit 2023-12-07T21:29:12.737418+0000 mgr.a (mgr.14403) 10221 : audit 0 from='client.209685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:15.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:15 smithi079 bash[28699]: cluster 2023-12-07T21:29:14.273162+0000 mgr.a (mgr.14403) 10222 : cluster 0 pgmap v7629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:15.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:15 smithi194 bash[32038]: cluster 2023-12-07T21:29:14.273162+0000 mgr.a (mgr.14403) 10222 : cluster 0 pgmap v7629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:15.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:15 smithi135 bash[32435]: cluster 2023-12-07T21:29:14.273162+0000 mgr.a (mgr.14403) 10222 : cluster 0 pgmap v7629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:17.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:17 smithi079 bash[28699]: cluster 2023-12-07T21:29:16.273708+0000 mgr.a (mgr.14403) 10223 : cluster 0 pgmap v7630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:17.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:17 smithi194 bash[32038]: cluster 2023-12-07T21:29:16.273708+0000 mgr.a (mgr.14403) 10223 : cluster 0 pgmap v7630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:17.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:17 smithi135 bash[32435]: cluster 2023-12-07T21:29:16.273708+0000 mgr.a (mgr.14403) 10223 : cluster 0 pgmap v7630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:18.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:29:18.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:18.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:19.142 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:29:19.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:19.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:19.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:19.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:29:19.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:19 smithi079 bash[28699]: cluster 2023-12-07T21:29:18.274407+0000 mgr.a (mgr.14403) 10224 : cluster 0 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-07T21:29:19.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:19 smithi079 bash[28699]: audit 2023-12-07T21:29:18.663108+0000 mgr.a (mgr.14403) 10225 : audit 0 from='client.209763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:19.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:19 smithi194 bash[32038]: cluster 2023-12-07T21:29:18.274407+0000 mgr.a (mgr.14403) 10224 : cluster 0 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-07T21:29:19.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:19 smithi194 bash[32038]: audit 2023-12-07T21:29:18.663108+0000 mgr.a (mgr.14403) 10225 : audit 0 from='client.209763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:19.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:19 smithi135 bash[32435]: cluster 2023-12-07T21:29:18.274407+0000 mgr.a (mgr.14403) 10224 : cluster 0 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-07T21:29:19.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:19 smithi135 bash[32435]: audit 2023-12-07T21:29:18.663108+0000 mgr.a (mgr.14403) 10225 : audit 0 from='client.209763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:21.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:21 smithi079 bash[28699]: cluster 2023-12-07T21:29:20.275514+0000 mgr.a (mgr.14403) 10226 : cluster 0 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-07T21:29:21.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:21 smithi194 bash[32038]: cluster 2023-12-07T21:29:20.275514+0000 mgr.a (mgr.14403) 10226 : cluster 0 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-07T21:29:21.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:21 smithi135 bash[32435]: cluster 2023-12-07T21:29:20.275514+0000 mgr.a (mgr.14403) 10226 : cluster 0 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-07T21:29:23.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:23 smithi079 bash[28699]: cluster 2023-12-07T21:29:22.276243+0000 mgr.a (mgr.14403) 10227 : cluster 0 pgmap v7633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:23.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:23 smithi194 bash[32038]: cluster 2023-12-07T21:29:22.276243+0000 mgr.a (mgr.14403) 10227 : cluster 0 pgmap v7633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:23.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:23 smithi135 bash[32435]: cluster 2023-12-07T21:29:22.276243+0000 mgr.a (mgr.14403) 10227 : cluster 0 pgmap v7633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:24.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:29:24.145 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:24.145 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:25.037 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:29:25.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:25.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:25.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:25.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:29:25.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:25 smithi079 bash[28699]: cluster 2023-12-07T21:29:24.276788+0000 mgr.a (mgr.14403) 10228 : cluster 0 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-07T21:29:25.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:25 smithi079 bash[28699]: audit 2023-12-07T21:29:24.562449+0000 mgr.a (mgr.14403) 10229 : audit 0 from='client.209841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:25.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:25 smithi194 bash[32038]: cluster 2023-12-07T21:29:24.276788+0000 mgr.a (mgr.14403) 10228 : cluster 0 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-07T21:29:25.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:25 smithi194 bash[32038]: audit 2023-12-07T21:29:24.562449+0000 mgr.a (mgr.14403) 10229 : audit 0 from='client.209841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:25.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:25 smithi135 bash[32435]: cluster 2023-12-07T21:29:24.276788+0000 mgr.a (mgr.14403) 10228 : cluster 0 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-07T21:29:25.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:25 smithi135 bash[32435]: audit 2023-12-07T21:29:24.562449+0000 mgr.a (mgr.14403) 10229 : audit 0 from='client.209841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:27.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:27 smithi079 bash[28699]: cluster 2023-12-07T21:29:26.277376+0000 mgr.a (mgr.14403) 10230 : cluster 0 pgmap v7635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:27.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:27 smithi079 bash[28699]: audit 2023-12-07T21:29:27.300163+0000 mon.a (mon.0) 1867 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:29:27.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:27 smithi194 bash[32038]: cluster 2023-12-07T21:29:26.277376+0000 mgr.a (mgr.14403) 10230 : cluster 0 pgmap v7635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:27.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:27 smithi194 bash[32038]: audit 2023-12-07T21:29:27.300163+0000 mon.a (mon.0) 1867 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:29:27.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:27 smithi135 bash[32435]: cluster 2023-12-07T21:29:26.277376+0000 mgr.a (mgr.14403) 10230 : cluster 0 pgmap v7635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:27.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:27 smithi135 bash[32435]: audit 2023-12-07T21:29:27.300163+0000 mon.a (mon.0) 1867 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:29:29.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:28 smithi079 bash[28699]: audit 2023-12-07T21:29:27.830722+0000 mon.a (mon.0) 1868 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:29:29.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:28 smithi079 bash[28699]: audit 2023-12-07T21:29:27.840862+0000 mon.a (mon.0) 1869 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:29:29.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:28 smithi079 bash[28699]: audit 2023-12-07T21:29:28.544471+0000 mon.a (mon.0) 1870 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:29:29.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:28 smithi079 bash[28699]: audit 2023-12-07T21:29:28.546561+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:29:29.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:28 smithi079 bash[28699]: audit 2023-12-07T21:29:28.558109+0000 mon.a (mon.0) 1872 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:29:29.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:28 smithi194 bash[32038]: audit 2023-12-07T21:29:27.830722+0000 mon.a (mon.0) 1868 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:29:29.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:28 smithi194 bash[32038]: audit 2023-12-07T21:29:27.840862+0000 mon.a (mon.0) 1869 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:29:29.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:28 smithi194 bash[32038]: audit 2023-12-07T21:29:28.544471+0000 mon.a (mon.0) 1870 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:29:29.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:28 smithi194 bash[32038]: audit 2023-12-07T21:29:28.546561+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:29:29.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:28 smithi194 bash[32038]: audit 2023-12-07T21:29:28.558109+0000 mon.a (mon.0) 1872 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:29:29.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:28 smithi135 bash[32435]: audit 2023-12-07T21:29:27.830722+0000 mon.a (mon.0) 1868 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:29:29.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:28 smithi135 bash[32435]: audit 2023-12-07T21:29:27.840862+0000 mon.a (mon.0) 1869 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:29:29.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:28 smithi135 bash[32435]: audit 2023-12-07T21:29:28.544471+0000 mon.a (mon.0) 1870 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:29:29.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:28 smithi135 bash[32435]: audit 2023-12-07T21:29:28.546561+0000 mon.a (mon.0) 1871 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:29:29.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:28 smithi135 bash[32435]: audit 2023-12-07T21:29:28.558109+0000 mon.a (mon.0) 1872 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:29:30.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:29:30.041 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:30.041 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:30.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:29 smithi079 bash[28699]: cluster 2023-12-07T21:29:28.277938+0000 mgr.a (mgr.14403) 10231 : cluster 0 pgmap v7636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:30.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:29 smithi194 bash[32038]: cluster 2023-12-07T21:29:28.277938+0000 mgr.a (mgr.14403) 10231 : cluster 0 pgmap v7636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:30.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:29 smithi135 bash[32435]: cluster 2023-12-07T21:29:28.277938+0000 mgr.a (mgr.14403) 10231 : cluster 0 pgmap v7636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:30.953 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:29:30.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:30.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:30.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:30.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:29:32.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:31 smithi079 bash[28699]: cluster 2023-12-07T21:29:30.278697+0000 mgr.a (mgr.14403) 10232 : cluster 0 pgmap v7637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:32.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:31 smithi079 bash[28699]: audit 2023-12-07T21:29:30.463980+0000 mgr.a (mgr.14403) 10233 : audit 0 from='client.209919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:32.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:31 smithi194 bash[32038]: cluster 2023-12-07T21:29:30.278697+0000 mgr.a (mgr.14403) 10232 : cluster 0 pgmap v7637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:32.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:31 smithi194 bash[32038]: audit 2023-12-07T21:29:30.463980+0000 mgr.a (mgr.14403) 10233 : audit 0 from='client.209919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:32.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:31 smithi135 bash[32435]: cluster 2023-12-07T21:29:30.278697+0000 mgr.a (mgr.14403) 10232 : cluster 0 pgmap v7637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:32.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:31 smithi135 bash[32435]: audit 2023-12-07T21:29:30.463980+0000 mgr.a (mgr.14403) 10233 : audit 0 from='client.209919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:34.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:33 smithi079 bash[28699]: cluster 2023-12-07T21:29:32.279402+0000 mgr.a (mgr.14403) 10234 : cluster 0 pgmap v7638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:34.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:33 smithi194 bash[32038]: cluster 2023-12-07T21:29:32.279402+0000 mgr.a (mgr.14403) 10234 : cluster 0 pgmap v7638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:34.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:33 smithi135 bash[32435]: cluster 2023-12-07T21:29:32.279402+0000 mgr.a (mgr.14403) 10234 : cluster 0 pgmap v7638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:35.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:29:35.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:35.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:36.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:35 smithi079 bash[28699]: cluster 2023-12-07T21:29:34.280254+0000 mgr.a (mgr.14403) 10235 : cluster 0 pgmap v7639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:36.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:35 smithi194 bash[32038]: cluster 2023-12-07T21:29:34.280254+0000 mgr.a (mgr.14403) 10235 : cluster 0 pgmap v7639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:36.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:35 smithi135 bash[32435]: cluster 2023-12-07T21:29:34.280254+0000 mgr.a (mgr.14403) 10235 : cluster 0 pgmap v7639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:36.888 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:29:36.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:36.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:36.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:36.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:29:38.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:37 smithi079 bash[28699]: cluster 2023-12-07T21:29:36.280806+0000 mgr.a (mgr.14403) 10236 : cluster 0 pgmap v7640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:38.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:37 smithi079 bash[28699]: audit 2023-12-07T21:29:36.374585+0000 mgr.a (mgr.14403) 10237 : audit 0 from='client.209994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:38.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:37 smithi194 bash[32038]: cluster 2023-12-07T21:29:36.280806+0000 mgr.a (mgr.14403) 10236 : cluster 0 pgmap v7640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:38.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:37 smithi194 bash[32038]: audit 2023-12-07T21:29:36.374585+0000 mgr.a (mgr.14403) 10237 : audit 0 from='client.209994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:38.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:37 smithi135 bash[32435]: cluster 2023-12-07T21:29:36.280806+0000 mgr.a (mgr.14403) 10236 : cluster 0 pgmap v7640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:38.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:37 smithi135 bash[32435]: audit 2023-12-07T21:29:36.374585+0000 mgr.a (mgr.14403) 10237 : audit 0 from='client.209994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:40.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:39 smithi079 bash[28699]: cluster 2023-12-07T21:29:38.281459+0000 mgr.a (mgr.14403) 10238 : cluster 0 pgmap v7641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:40.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:39 smithi194 bash[32038]: cluster 2023-12-07T21:29:38.281459+0000 mgr.a (mgr.14403) 10238 : cluster 0 pgmap v7641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:40.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:39 smithi135 bash[32435]: cluster 2023-12-07T21:29:38.281459+0000 mgr.a (mgr.14403) 10238 : cluster 0 pgmap v7641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:41.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:29:41.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:41.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:42.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:41 smithi079 bash[28699]: cluster 2023-12-07T21:29:40.282319+0000 mgr.a (mgr.14403) 10239 : cluster 0 pgmap v7642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:42.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:41 smithi194 bash[32038]: cluster 2023-12-07T21:29:40.282319+0000 mgr.a (mgr.14403) 10239 : cluster 0 pgmap v7642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:42.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:41 smithi135 bash[32435]: cluster 2023-12-07T21:29:40.282319+0000 mgr.a (mgr.14403) 10239 : cluster 0 pgmap v7642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:42.781 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:29:42.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:42.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:42.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:42.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:29:44.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:43 smithi079 bash[28699]: cluster 2023-12-07T21:29:42.282874+0000 mgr.a (mgr.14403) 10240 : cluster 0 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-07T21:29:44.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:43 smithi079 bash[28699]: audit 2023-12-07T21:29:42.305562+0000 mgr.a (mgr.14403) 10241 : audit 0 from='client.210072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:44.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:43 smithi194 bash[32038]: cluster 2023-12-07T21:29:42.282874+0000 mgr.a (mgr.14403) 10240 : cluster 0 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-07T21:29:44.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:43 smithi194 bash[32038]: audit 2023-12-07T21:29:42.305562+0000 mgr.a (mgr.14403) 10241 : audit 0 from='client.210072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:44.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:43 smithi135 bash[32435]: cluster 2023-12-07T21:29:42.282874+0000 mgr.a (mgr.14403) 10240 : cluster 0 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-07T21:29:44.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:43 smithi135 bash[32435]: audit 2023-12-07T21:29:42.305562+0000 mgr.a (mgr.14403) 10241 : audit 0 from='client.210072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:46.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:45 smithi079 bash[28699]: cluster 2023-12-07T21:29:44.283711+0000 mgr.a (mgr.14403) 10242 : cluster 0 pgmap v7644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:46.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:45 smithi194 bash[32038]: cluster 2023-12-07T21:29:44.283711+0000 mgr.a (mgr.14403) 10242 : cluster 0 pgmap v7644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:46.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:45 smithi135 bash[32435]: cluster 2023-12-07T21:29:44.283711+0000 mgr.a (mgr.14403) 10242 : cluster 0 pgmap v7644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:29:47.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:29:47.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:47.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:48.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:47 smithi079 bash[28699]: cluster 2023-12-07T21:29:46.284222+0000 mgr.a (mgr.14403) 10243 : cluster 0 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-07T21:29:48.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:47 smithi194 bash[32038]: cluster 2023-12-07T21:29:46.284222+0000 mgr.a (mgr.14403) 10243 : cluster 0 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-07T21:29:48.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:47 smithi135 bash[32435]: cluster 2023-12-07T21:29:46.284222+0000 mgr.a (mgr.14403) 10243 : cluster 0 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-07T21:29:48.687 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:29:48.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:48.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:48.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:48.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:29:50.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:49 smithi079 bash[28699]: audit 2023-12-07T21:29:48.195565+0000 mgr.a (mgr.14403) 10244 : audit 0 from='client.210147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:50.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:49 smithi079 bash[28699]: cluster 2023-12-07T21:29:48.284705+0000 mgr.a (mgr.14403) 10245 : cluster 0 pgmap v7646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:50.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:49 smithi194 bash[32038]: audit 2023-12-07T21:29:48.195565+0000 mgr.a (mgr.14403) 10244 : audit 0 from='client.210147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:50.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:49 smithi194 bash[32038]: cluster 2023-12-07T21:29:48.284705+0000 mgr.a (mgr.14403) 10245 : cluster 0 pgmap v7646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:50.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:49 smithi135 bash[32435]: audit 2023-12-07T21:29:48.195565+0000 mgr.a (mgr.14403) 10244 : audit 0 from='client.210147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:50.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:49 smithi135 bash[32435]: cluster 2023-12-07T21:29:48.284705+0000 mgr.a (mgr.14403) 10245 : cluster 0 pgmap v7646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:29:52.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:51 smithi079 bash[28699]: cluster 2023-12-07T21:29:50.285576+0000 mgr.a (mgr.14403) 10246 : cluster 0 pgmap v7647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:29:52.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:51 smithi194 bash[32038]: cluster 2023-12-07T21:29:50.285576+0000 mgr.a (mgr.14403) 10246 : cluster 0 pgmap v7647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:29:52.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:51 smithi135 bash[32435]: cluster 2023-12-07T21:29:50.285576+0000 mgr.a (mgr.14403) 10246 : cluster 0 pgmap v7647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:29:53.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:29:53.690 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:53.690 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:29:54.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:53 smithi194 bash[32038]: cluster 2023-12-07T21:29:52.286157+0000 mgr.a (mgr.14403) 10247 : cluster 0 pgmap v7648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:29:54.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:53 smithi135 bash[32435]: cluster 2023-12-07T21:29:52.286157+0000 mgr.a (mgr.14403) 10247 : cluster 0 pgmap v7648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:29:54.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:53 smithi079 bash[28699]: cluster 2023-12-07T21:29:52.286157+0000 mgr.a (mgr.14403) 10247 : cluster 0 pgmap v7648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:29:54.593 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:29:54.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:29:54.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:29:54.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:29:54.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:29:56.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:55 smithi194 bash[32038]: audit 2023-12-07T21:29:54.116180+0000 mgr.a (mgr.14403) 10248 : audit 0 from='client.210225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:56.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:55 smithi194 bash[32038]: cluster 2023-12-07T21:29:54.287359+0000 mgr.a (mgr.14403) 10249 : cluster 0 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-07T21:29:56.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:55 smithi135 bash[32435]: audit 2023-12-07T21:29:54.116180+0000 mgr.a (mgr.14403) 10248 : audit 0 from='client.210225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:56.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:55 smithi135 bash[32435]: cluster 2023-12-07T21:29:54.287359+0000 mgr.a (mgr.14403) 10249 : cluster 0 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-07T21:29:56.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:55 smithi079 bash[28699]: audit 2023-12-07T21:29:54.116180+0000 mgr.a (mgr.14403) 10248 : audit 0 from='client.210225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:29:56.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:55 smithi079 bash[28699]: cluster 2023-12-07T21:29:54.287359+0000 mgr.a (mgr.14403) 10249 : cluster 0 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-07T21:29:58.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:57 smithi194 bash[32038]: cluster 2023-12-07T21:29:56.287981+0000 mgr.a (mgr.14403) 10250 : cluster 0 pgmap v7650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:58.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:57 smithi135 bash[32435]: cluster 2023-12-07T21:29:56.287981+0000 mgr.a (mgr.14403) 10250 : cluster 0 pgmap v7650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:58.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:57 smithi079 bash[28699]: cluster 2023-12-07T21:29:56.287981+0000 mgr.a (mgr.14403) 10250 : cluster 0 pgmap v7650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:29:59.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:29:59.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:29:59.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:00.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:29:59 smithi194 bash[32038]: cluster 2023-12-07T21:29:58.288580+0000 mgr.a (mgr.14403) 10251 : cluster 0 pgmap v7651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:00.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:29:59 smithi135 bash[32435]: cluster 2023-12-07T21:29:58.288580+0000 mgr.a (mgr.14403) 10251 : cluster 0 pgmap v7651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:00.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:29:59 smithi079 bash[28699]: cluster 2023-12-07T21:29:58.288580+0000 mgr.a (mgr.14403) 10251 : cluster 0 pgmap v7651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:00.522 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:30:00.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:00.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:00.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:00.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:30:01.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:00 smithi194 bash[32038]: cluster 2023-12-07T21:30:00.000106+0000 mon.a (mon.0) 1873 : cluster 1 overall HEALTH_OK 2023-12-07T21:30:01.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:00 smithi135 bash[32435]: cluster 2023-12-07T21:30:00.000106+0000 mon.a (mon.0) 1873 : cluster 1 overall HEALTH_OK 2023-12-07T21:30:01.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:00 smithi079 bash[28699]: cluster 2023-12-07T21:30:00.000106+0000 mon.a (mon.0) 1873 : cluster 1 overall HEALTH_OK 2023-12-07T21:30:02.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:01 smithi194 bash[32038]: audit 2023-12-07T21:30:00.022536+0000 mgr.a (mgr.14403) 10252 : audit 0 from='client.210297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:02.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:01 smithi194 bash[32038]: cluster 2023-12-07T21:30:00.301398+0000 mgr.a (mgr.14403) 10253 : cluster 0 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-07T21:30:02.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:01 smithi135 bash[32435]: audit 2023-12-07T21:30:00.022536+0000 mgr.a (mgr.14403) 10252 : audit 0 from='client.210297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:02.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:01 smithi135 bash[32435]: cluster 2023-12-07T21:30:00.301398+0000 mgr.a (mgr.14403) 10253 : cluster 0 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-07T21:30:02.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:01 smithi079 bash[28699]: audit 2023-12-07T21:30:00.022536+0000 mgr.a (mgr.14403) 10252 : audit 0 from='client.210297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:02.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:01 smithi079 bash[28699]: cluster 2023-12-07T21:30:00.301398+0000 mgr.a (mgr.14403) 10253 : cluster 0 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-07T21:30:04.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:03 smithi194 bash[32038]: cluster 2023-12-07T21:30:02.302231+0000 mgr.a (mgr.14403) 10254 : cluster 0 pgmap v7653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:30:04.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:03 smithi135 bash[32435]: cluster 2023-12-07T21:30:02.302231+0000 mgr.a (mgr.14403) 10254 : cluster 0 pgmap v7653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:30:04.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:03 smithi079 bash[28699]: cluster 2023-12-07T21:30:02.302231+0000 mgr.a (mgr.14403) 10254 : cluster 0 pgmap v7653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:30:05.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:30:05.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:05.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:06.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:05 smithi194 bash[32038]: cluster 2023-12-07T21:30:04.303201+0000 mgr.a (mgr.14403) 10255 : cluster 0 pgmap v7654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:30:06.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:05 smithi135 bash[32435]: cluster 2023-12-07T21:30:04.303201+0000 mgr.a (mgr.14403) 10255 : cluster 0 pgmap v7654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:30:06.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:05 smithi079 bash[28699]: cluster 2023-12-07T21:30:04.303201+0000 mgr.a (mgr.14403) 10255 : cluster 0 pgmap v7654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:30:06.421 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:30:06.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:06.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:06.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:06.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:30:07.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:06 smithi194 bash[32038]: audit 2023-12-07T21:30:05.936978+0000 mgr.a (mgr.14403) 10256 : audit 0 from='client.210375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:07.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:06 smithi135 bash[32435]: audit 2023-12-07T21:30:05.936978+0000 mgr.a (mgr.14403) 10256 : audit 0 from='client.210375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:07.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:06 smithi079 bash[28699]: audit 2023-12-07T21:30:05.936978+0000 mgr.a (mgr.14403) 10256 : audit 0 from='client.210375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:08.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:07 smithi194 bash[32038]: cluster 2023-12-07T21:30:06.307995+0000 mgr.a (mgr.14403) 10257 : cluster 0 pgmap v7655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:08.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:07 smithi135 bash[32435]: cluster 2023-12-07T21:30:06.307995+0000 mgr.a (mgr.14403) 10257 : cluster 0 pgmap v7655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:08.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:07 smithi079 bash[28699]: cluster 2023-12-07T21:30:06.307995+0000 mgr.a (mgr.14403) 10257 : cluster 0 pgmap v7655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:10.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:09 smithi194 bash[32038]: cluster 2023-12-07T21:30:08.308743+0000 mgr.a (mgr.14403) 10258 : cluster 0 pgmap v7656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:10.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:09 smithi135 bash[32435]: cluster 2023-12-07T21:30:08.308743+0000 mgr.a (mgr.14403) 10258 : cluster 0 pgmap v7656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:10.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:09 smithi079 bash[28699]: cluster 2023-12-07T21:30:08.308743+0000 mgr.a (mgr.14403) 10258 : cluster 0 pgmap v7656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:11.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:30:11.425 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:11.426 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:12.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:11 smithi194 bash[32038]: cluster 2023-12-07T21:30:10.309550+0000 mgr.a (mgr.14403) 10259 : cluster 0 pgmap v7657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:12.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:11 smithi135 bash[32435]: cluster 2023-12-07T21:30:10.309550+0000 mgr.a (mgr.14403) 10259 : cluster 0 pgmap v7657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:12.334 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:30:12.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:12.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:12.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:12.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:30:12.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:11 smithi079 bash[28699]: cluster 2023-12-07T21:30:10.309550+0000 mgr.a (mgr.14403) 10259 : cluster 0 pgmap v7657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:13.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:12 smithi194 bash[32038]: audit 2023-12-07T21:30:11.839866+0000 mgr.a (mgr.14403) 10260 : audit 0 from='client.210450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:13.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:12 smithi135 bash[32435]: audit 2023-12-07T21:30:11.839866+0000 mgr.a (mgr.14403) 10260 : audit 0 from='client.210450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:13.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:12 smithi079 bash[28699]: audit 2023-12-07T21:30:11.839866+0000 mgr.a (mgr.14403) 10260 : audit 0 from='client.210450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:14.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:13 smithi135 bash[32435]: cluster 2023-12-07T21:30:12.310168+0000 mgr.a (mgr.14403) 10261 : cluster 0 pgmap v7658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:14.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:13 smithi079 bash[28699]: cluster 2023-12-07T21:30:12.310168+0000 mgr.a (mgr.14403) 10261 : cluster 0 pgmap v7658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:14.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:13 smithi194 bash[32038]: cluster 2023-12-07T21:30:12.310168+0000 mgr.a (mgr.14403) 10261 : cluster 0 pgmap v7658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:16.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:15 smithi079 bash[28699]: cluster 2023-12-07T21:30:14.311016+0000 mgr.a (mgr.14403) 10262 : cluster 0 pgmap v7659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:16.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:15 smithi194 bash[32038]: cluster 2023-12-07T21:30:14.311016+0000 mgr.a (mgr.14403) 10262 : cluster 0 pgmap v7659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:16.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:15 smithi135 bash[32435]: cluster 2023-12-07T21:30:14.311016+0000 mgr.a (mgr.14403) 10262 : cluster 0 pgmap v7659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:17.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:30:17.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:17.337 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:18.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:18.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:18.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:18.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:30:18.255 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:30:18.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:17 smithi079 bash[28699]: cluster 2023-12-07T21:30:16.311628+0000 mgr.a (mgr.14403) 10263 : cluster 0 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-07T21:30:18.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:17 smithi194 bash[32038]: cluster 2023-12-07T21:30:16.311628+0000 mgr.a (mgr.14403) 10263 : cluster 0 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-07T21:30:18.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:17 smithi135 bash[32435]: cluster 2023-12-07T21:30:16.311628+0000 mgr.a (mgr.14403) 10263 : cluster 0 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-07T21:30:19.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:18 smithi079 bash[28699]: audit 2023-12-07T21:30:17.751988+0000 mgr.a (mgr.14403) 10264 : audit 0 from='client.210525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:19.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:18 smithi194 bash[32038]: audit 2023-12-07T21:30:17.751988+0000 mgr.a (mgr.14403) 10264 : audit 0 from='client.210525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:19.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:18 smithi135 bash[32435]: audit 2023-12-07T21:30:17.751988+0000 mgr.a (mgr.14403) 10264 : audit 0 from='client.210525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:20.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:19 smithi079 bash[28699]: cluster 2023-12-07T21:30:18.312371+0000 mgr.a (mgr.14403) 10265 : cluster 0 pgmap v7661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:20.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:19 smithi194 bash[32038]: cluster 2023-12-07T21:30:18.312371+0000 mgr.a (mgr.14403) 10265 : cluster 0 pgmap v7661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:20.487 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:19 smithi135 bash[32435]: cluster 2023-12-07T21:30:18.312371+0000 mgr.a (mgr.14403) 10265 : cluster 0 pgmap v7661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:22.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:21 smithi079 bash[28699]: cluster 2023-12-07T21:30:20.313268+0000 mgr.a (mgr.14403) 10266 : cluster 0 pgmap v7662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:22.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:21 smithi194 bash[32038]: cluster 2023-12-07T21:30:20.313268+0000 mgr.a (mgr.14403) 10266 : cluster 0 pgmap v7662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:22.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:21 smithi135 bash[32435]: cluster 2023-12-07T21:30:20.313268+0000 mgr.a (mgr.14403) 10266 : cluster 0 pgmap v7662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:23.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:30:23.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:23.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:24.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:24.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:24.151 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:30:24.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:24.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:30:24.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:23 smithi079 bash[28699]: cluster 2023-12-07T21:30:22.313838+0000 mgr.a (mgr.14403) 10267 : cluster 0 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-07T21:30:24.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:23 smithi194 bash[32038]: cluster 2023-12-07T21:30:22.313838+0000 mgr.a (mgr.14403) 10267 : cluster 0 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-07T21:30:24.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:23 smithi135 bash[32435]: cluster 2023-12-07T21:30:22.313838+0000 mgr.a (mgr.14403) 10267 : cluster 0 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-07T21:30:25.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:24 smithi079 bash[28699]: audit 2023-12-07T21:30:23.669019+0000 mgr.a (mgr.14403) 10268 : audit 0 from='client.156008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:25.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:24 smithi194 bash[32038]: audit 2023-12-07T21:30:23.669019+0000 mgr.a (mgr.14403) 10268 : audit 0 from='client.156008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:25.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:24 smithi135 bash[32435]: audit 2023-12-07T21:30:23.669019+0000 mgr.a (mgr.14403) 10268 : audit 0 from='client.156008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:26.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:25 smithi079 bash[28699]: cluster 2023-12-07T21:30:24.314949+0000 mgr.a (mgr.14403) 10269 : cluster 0 pgmap v7664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:26.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:25 smithi194 bash[32038]: cluster 2023-12-07T21:30:24.314949+0000 mgr.a (mgr.14403) 10269 : cluster 0 pgmap v7664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:26.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:25 smithi135 bash[32435]: cluster 2023-12-07T21:30:24.314949+0000 mgr.a (mgr.14403) 10269 : cluster 0 pgmap v7664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:28.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:27 smithi079 bash[28699]: cluster 2023-12-07T21:30:26.315751+0000 mgr.a (mgr.14403) 10270 : cluster 0 pgmap v7665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:28.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:27 smithi194 bash[32038]: cluster 2023-12-07T21:30:26.315751+0000 mgr.a (mgr.14403) 10270 : cluster 0 pgmap v7665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:28.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:27 smithi135 bash[32435]: cluster 2023-12-07T21:30:26.315751+0000 mgr.a (mgr.14403) 10270 : cluster 0 pgmap v7665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:29.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:30:29.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:29.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:29.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:29 smithi079 bash[28699]: cluster 2023-12-07T21:30:28.316502+0000 mgr.a (mgr.14403) 10271 : cluster 0 pgmap v7666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:29.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:29 smithi079 bash[28699]: audit 2023-12-07T21:30:28.661621+0000 mon.a (mon.0) 1874 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:30:29.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:29 smithi079 bash[28699]: audit 2023-12-07T21:30:29.189638+0000 mon.a (mon.0) 1875 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:30:29.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:29 smithi079 bash[28699]: audit 2023-12-07T21:30:29.201748+0000 mon.a (mon.0) 1876 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:30:29.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:29 smithi194 bash[32038]: cluster 2023-12-07T21:30:28.316502+0000 mgr.a (mgr.14403) 10271 : cluster 0 pgmap v7666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:29.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:29 smithi194 bash[32038]: audit 2023-12-07T21:30:28.661621+0000 mon.a (mon.0) 1874 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:30:29.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:29 smithi194 bash[32038]: audit 2023-12-07T21:30:29.189638+0000 mon.a (mon.0) 1875 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:30:29.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:29 smithi194 bash[32038]: audit 2023-12-07T21:30:29.201748+0000 mon.a (mon.0) 1876 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:30:29.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:29 smithi135 bash[32435]: cluster 2023-12-07T21:30:28.316502+0000 mgr.a (mgr.14403) 10271 : cluster 0 pgmap v7666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:29.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:29 smithi135 bash[32435]: audit 2023-12-07T21:30:28.661621+0000 mon.a (mon.0) 1874 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:30:29.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:29 smithi135 bash[32435]: audit 2023-12-07T21:30:29.189638+0000 mon.a (mon.0) 1875 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:30:29.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:29 smithi135 bash[32435]: audit 2023-12-07T21:30:29.201748+0000 mon.a (mon.0) 1876 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:30:30.060 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:30:30.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:30.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:30.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:30.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:30:30.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:30 smithi079 bash[28699]: audit 2023-12-07T21:30:29.575832+0000 mgr.a (mgr.14403) 10272 : audit 0 from='client.210672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:30.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:30 smithi079 bash[28699]: audit 2023-12-07T21:30:29.957067+0000 mon.a (mon.0) 1877 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:30:30.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:30 smithi079 bash[28699]: audit 2023-12-07T21:30:29.959798+0000 mon.a (mon.0) 1878 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:30:30.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:30 smithi079 bash[28699]: audit 2023-12-07T21:30:29.969050+0000 mon.a (mon.0) 1879 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:30:30.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:30 smithi194 bash[32038]: audit 2023-12-07T21:30:29.575832+0000 mgr.a (mgr.14403) 10272 : audit 0 from='client.210672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:30.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:30 smithi194 bash[32038]: audit 2023-12-07T21:30:29.957067+0000 mon.a (mon.0) 1877 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:30:30.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:30 smithi194 bash[32038]: audit 2023-12-07T21:30:29.959798+0000 mon.a (mon.0) 1878 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:30:30.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:30 smithi194 bash[32038]: audit 2023-12-07T21:30:29.969050+0000 mon.a (mon.0) 1879 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:30:30.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:30 smithi135 bash[32435]: audit 2023-12-07T21:30:29.575832+0000 mgr.a (mgr.14403) 10272 : audit 0 from='client.210672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:30.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:30 smithi135 bash[32435]: audit 2023-12-07T21:30:29.957067+0000 mon.a (mon.0) 1877 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:30:30.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:30 smithi135 bash[32435]: audit 2023-12-07T21:30:29.959798+0000 mon.a (mon.0) 1878 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:30:30.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:30 smithi135 bash[32435]: audit 2023-12-07T21:30:29.969050+0000 mon.a (mon.0) 1879 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:30:32.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:31 smithi079 bash[28699]: cluster 2023-12-07T21:30:30.317586+0000 mgr.a (mgr.14403) 10273 : cluster 0 pgmap v7667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:32.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:31 smithi194 bash[32038]: cluster 2023-12-07T21:30:30.317586+0000 mgr.a (mgr.14403) 10273 : cluster 0 pgmap v7667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:32.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:31 smithi135 bash[32435]: cluster 2023-12-07T21:30:30.317586+0000 mgr.a (mgr.14403) 10273 : cluster 0 pgmap v7667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:34.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:33 smithi079 bash[28699]: cluster 2023-12-07T21:30:32.318202+0000 mgr.a (mgr.14403) 10274 : cluster 0 pgmap v7668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:34.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:33 smithi194 bash[32038]: cluster 2023-12-07T21:30:32.318202+0000 mgr.a (mgr.14403) 10274 : cluster 0 pgmap v7668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:34.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:33 smithi135 bash[32435]: cluster 2023-12-07T21:30:32.318202+0000 mgr.a (mgr.14403) 10274 : cluster 0 pgmap v7668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:30:35.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:30:35.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:35.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:35.949 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:30:35.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:35.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:35.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:35.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:30:36.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:35 smithi079 bash[28699]: cluster 2023-12-07T21:30:34.318959+0000 mgr.a (mgr.14403) 10275 : cluster 0 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-07T21:30:36.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:35 smithi194 bash[32038]: cluster 2023-12-07T21:30:34.318959+0000 mgr.a (mgr.14403) 10275 : cluster 0 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-07T21:30:36.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:35 smithi135 bash[32435]: cluster 2023-12-07T21:30:34.318959+0000 mgr.a (mgr.14403) 10275 : cluster 0 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-07T21:30:37.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:36 smithi079 bash[28699]: audit 2023-12-07T21:30:35.483779+0000 mgr.a (mgr.14403) 10276 : audit 0 from='client.210747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:37.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:36 smithi194 bash[32038]: audit 2023-12-07T21:30:35.483779+0000 mgr.a (mgr.14403) 10276 : audit 0 from='client.210747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:37.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:36 smithi135 bash[32435]: audit 2023-12-07T21:30:35.483779+0000 mgr.a (mgr.14403) 10276 : audit 0 from='client.210747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:38.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:37 smithi079 bash[28699]: cluster 2023-12-07T21:30:36.319714+0000 mgr.a (mgr.14403) 10277 : cluster 0 pgmap v7670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:38.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:37 smithi194 bash[32038]: cluster 2023-12-07T21:30:36.319714+0000 mgr.a (mgr.14403) 10277 : cluster 0 pgmap v7670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:38.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:37 smithi135 bash[32435]: cluster 2023-12-07T21:30:36.319714+0000 mgr.a (mgr.14403) 10277 : cluster 0 pgmap v7670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:40.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:39 smithi079 bash[28699]: cluster 2023-12-07T21:30:38.320294+0000 mgr.a (mgr.14403) 10278 : cluster 0 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-07T21:30:40.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:39 smithi194 bash[32038]: cluster 2023-12-07T21:30:38.320294+0000 mgr.a (mgr.14403) 10278 : cluster 0 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-07T21:30:40.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:39 smithi135 bash[32435]: cluster 2023-12-07T21:30:38.320294+0000 mgr.a (mgr.14403) 10278 : cluster 0 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-07T21:30:40.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:30:40.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:40.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:41.854 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:30:41.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:41.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:41.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:41.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:30:42.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:41 smithi079 bash[28699]: cluster 2023-12-07T21:30:40.321117+0000 mgr.a (mgr.14403) 10279 : cluster 0 pgmap v7672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:42.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:41 smithi194 bash[32038]: cluster 2023-12-07T21:30:40.321117+0000 mgr.a (mgr.14403) 10279 : cluster 0 pgmap v7672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:42.442 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:41 smithi135 bash[32435]: cluster 2023-12-07T21:30:40.321117+0000 mgr.a (mgr.14403) 10279 : cluster 0 pgmap v7672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:43.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:43 smithi079 bash[28699]: audit 2023-12-07T21:30:41.373461+0000 mgr.a (mgr.14403) 10280 : audit 0 from='client.210822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:43.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:43 smithi194 bash[32038]: audit 2023-12-07T21:30:41.373461+0000 mgr.a (mgr.14403) 10280 : audit 0 from='client.210822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:43.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:43 smithi135 bash[32435]: audit 2023-12-07T21:30:41.373461+0000 mgr.a (mgr.14403) 10280 : audit 0 from='client.210822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:44.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:44 smithi079 bash[28699]: cluster 2023-12-07T21:30:42.321846+0000 mgr.a (mgr.14403) 10281 : cluster 0 pgmap v7673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:44.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:44 smithi194 bash[32038]: cluster 2023-12-07T21:30:42.321846+0000 mgr.a (mgr.14403) 10281 : cluster 0 pgmap v7673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:44.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:44 smithi135 bash[32435]: cluster 2023-12-07T21:30:42.321846+0000 mgr.a (mgr.14403) 10281 : cluster 0 pgmap v7673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:46.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:46 smithi079 bash[28699]: cluster 2023-12-07T21:30:44.322697+0000 mgr.a (mgr.14403) 10282 : cluster 0 pgmap v7674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:46.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:46 smithi194 bash[32038]: cluster 2023-12-07T21:30:44.322697+0000 mgr.a (mgr.14403) 10282 : cluster 0 pgmap v7674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:46.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:46 smithi135 bash[32435]: cluster 2023-12-07T21:30:44.322697+0000 mgr.a (mgr.14403) 10282 : cluster 0 pgmap v7674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:46.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:30:46.858 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:46.858 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:47.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:47 smithi079 bash[28699]: cluster 2023-12-07T21:30:46.323309+0000 mgr.a (mgr.14403) 10283 : cluster 0 pgmap v7675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:47.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:47 smithi194 bash[32038]: cluster 2023-12-07T21:30:46.323309+0000 mgr.a (mgr.14403) 10283 : cluster 0 pgmap v7675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:47.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:47 smithi135 bash[32435]: cluster 2023-12-07T21:30:46.323309+0000 mgr.a (mgr.14403) 10283 : cluster 0 pgmap v7675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:47.752 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:30:47.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:47.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:47.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:47.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:30:48.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:48 smithi079 bash[28699]: audit 2023-12-07T21:30:47.276902+0000 mgr.a (mgr.14403) 10284 : audit 0 from='client.210900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:48.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:48 smithi194 bash[32038]: audit 2023-12-07T21:30:47.276902+0000 mgr.a (mgr.14403) 10284 : audit 0 from='client.210900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:48.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:48 smithi135 bash[32435]: audit 2023-12-07T21:30:47.276902+0000 mgr.a (mgr.14403) 10284 : audit 0 from='client.210900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:49.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:49 smithi079 bash[28699]: cluster 2023-12-07T21:30:48.323998+0000 mgr.a (mgr.14403) 10285 : cluster 0 pgmap v7676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:49.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:49 smithi194 bash[32038]: cluster 2023-12-07T21:30:48.323998+0000 mgr.a (mgr.14403) 10285 : cluster 0 pgmap v7676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:49.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:49 smithi135 bash[32435]: cluster 2023-12-07T21:30:48.323998+0000 mgr.a (mgr.14403) 10285 : cluster 0 pgmap v7676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:30:51.627 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:51 smithi079 bash[28699]: cluster 2023-12-07T21:30:50.324828+0000 mgr.a (mgr.14403) 10286 : cluster 0 pgmap v7677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:51.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:51 smithi194 bash[32038]: cluster 2023-12-07T21:30:50.324828+0000 mgr.a (mgr.14403) 10286 : cluster 0 pgmap v7677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:51.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:51 smithi135 bash[32435]: cluster 2023-12-07T21:30:50.324828+0000 mgr.a (mgr.14403) 10286 : cluster 0 pgmap v7677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:30:52.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:30:52.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:52.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:53.626 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:53 smithi079 bash[28699]: cluster 2023-12-07T21:30:52.325397+0000 mgr.a (mgr.14403) 10287 : cluster 0 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-07T21:30:53.633 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:30:53.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:53.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:53.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:53.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:30:53.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:53 smithi194 bash[32038]: cluster 2023-12-07T21:30:52.325397+0000 mgr.a (mgr.14403) 10287 : cluster 0 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-07T21:30:53.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:53 smithi135 bash[32435]: cluster 2023-12-07T21:30:52.325397+0000 mgr.a (mgr.14403) 10287 : cluster 0 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-07T21:30:54.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:54 smithi194 bash[32038]: audit 2023-12-07T21:30:53.169226+0000 mgr.a (mgr.14403) 10288 : audit 0 from='client.210972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:54.691 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:54 smithi135 bash[32435]: audit 2023-12-07T21:30:53.169226+0000 mgr.a (mgr.14403) 10288 : audit 0 from='client.210972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:54.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:54 smithi079 bash[28699]: audit 2023-12-07T21:30:53.169226+0000 mgr.a (mgr.14403) 10288 : audit 0 from='client.210972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:30:55.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:55 smithi194 bash[32038]: cluster 2023-12-07T21:30:54.326375+0000 mgr.a (mgr.14403) 10289 : cluster 0 pgmap v7679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:30:55.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:55 smithi135 bash[32435]: cluster 2023-12-07T21:30:54.326375+0000 mgr.a (mgr.14403) 10289 : cluster 0 pgmap v7679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:30:55.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:55 smithi079 bash[28699]: cluster 2023-12-07T21:30:54.326375+0000 mgr.a (mgr.14403) 10289 : cluster 0 pgmap v7679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:30:57.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:57 smithi194 bash[32038]: cluster 2023-12-07T21:30:56.326954+0000 mgr.a (mgr.14403) 10290 : cluster 0 pgmap v7680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:30:57.691 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:57 smithi135 bash[32435]: cluster 2023-12-07T21:30:56.326954+0000 mgr.a (mgr.14403) 10290 : cluster 0 pgmap v7680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:30:57.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:57 smithi079 bash[28699]: cluster 2023-12-07T21:30:56.326954+0000 mgr.a (mgr.14403) 10290 : cluster 0 pgmap v7680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:30:58.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:30:58.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:30:58.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:30:59.554 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:30:59.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:30:59.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:30:59.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:30:59.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:30:59.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:30:59 smithi194 bash[32038]: cluster 2023-12-07T21:30:58.327498+0000 mgr.a (mgr.14403) 10291 : cluster 0 pgmap v7681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:30:59.691 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:30:59 smithi135 bash[32435]: cluster 2023-12-07T21:30:58.327498+0000 mgr.a (mgr.14403) 10291 : cluster 0 pgmap v7681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:30:59.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:30:59 smithi079 bash[28699]: cluster 2023-12-07T21:30:58.327498+0000 mgr.a (mgr.14403) 10291 : cluster 0 pgmap v7681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:31:00.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:00 smithi194 bash[32038]: audit 2023-12-07T21:30:59.057824+0000 mgr.a (mgr.14403) 10292 : audit 0 from='client.211050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:00.691 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:00 smithi135 bash[32435]: audit 2023-12-07T21:30:59.057824+0000 mgr.a (mgr.14403) 10292 : audit 0 from='client.211050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:00.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:00 smithi079 bash[28699]: audit 2023-12-07T21:30:59.057824+0000 mgr.a (mgr.14403) 10292 : audit 0 from='client.211050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:01.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:01 smithi194 bash[32038]: cluster 2023-12-07T21:31:00.328411+0000 mgr.a (mgr.14403) 10293 : cluster 0 pgmap v7682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:01.693 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:01 smithi135 bash[32435]: cluster 2023-12-07T21:31:00.328411+0000 mgr.a (mgr.14403) 10293 : cluster 0 pgmap v7682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:01.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:01 smithi079 bash[28699]: cluster 2023-12-07T21:31:00.328411+0000 mgr.a (mgr.14403) 10293 : cluster 0 pgmap v7682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:03.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:03 smithi194 bash[32038]: cluster 2023-12-07T21:31:02.328950+0000 mgr.a (mgr.14403) 10294 : cluster 0 pgmap v7683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:03.691 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:03 smithi135 bash[32435]: cluster 2023-12-07T21:31:02.328950+0000 mgr.a (mgr.14403) 10294 : cluster 0 pgmap v7683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:03.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:03 smithi079 bash[28699]: cluster 2023-12-07T21:31:02.328950+0000 mgr.a (mgr.14403) 10294 : cluster 0 pgmap v7683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:04.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:31:04.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:04.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:05.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:05.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:05.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:05.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:31:05.480 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:31:05.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:05 smithi194 bash[32038]: cluster 2023-12-07T21:31:04.329758+0000 mgr.a (mgr.14403) 10295 : cluster 0 pgmap v7684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:05.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:05 smithi194 bash[32038]: audit 2023-12-07T21:31:04.974241+0000 mgr.a (mgr.14403) 10296 : audit 0 from='client.211125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:05.691 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:05 smithi135 bash[32435]: cluster 2023-12-07T21:31:04.329758+0000 mgr.a (mgr.14403) 10295 : cluster 0 pgmap v7684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:05.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:05 smithi135 bash[32435]: audit 2023-12-07T21:31:04.974241+0000 mgr.a (mgr.14403) 10296 : audit 0 from='client.211125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:05.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:05 smithi079 bash[28699]: cluster 2023-12-07T21:31:04.329758+0000 mgr.a (mgr.14403) 10295 : cluster 0 pgmap v7684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:05.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:05 smithi079 bash[28699]: audit 2023-12-07T21:31:04.974241+0000 mgr.a (mgr.14403) 10296 : audit 0 from='client.211125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:07.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:07 smithi194 bash[32038]: cluster 2023-12-07T21:31:06.330527+0000 mgr.a (mgr.14403) 10297 : cluster 0 pgmap v7685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:31:07.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:07 smithi135 bash[32435]: cluster 2023-12-07T21:31:06.330527+0000 mgr.a (mgr.14403) 10297 : cluster 0 pgmap v7685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:31:07.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:07 smithi079 bash[28699]: cluster 2023-12-07T21:31:06.330527+0000 mgr.a (mgr.14403) 10297 : cluster 0 pgmap v7685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:31:09.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:09 smithi194 bash[32038]: cluster 2023-12-07T21:31:08.331101+0000 mgr.a (mgr.14403) 10298 : cluster 0 pgmap v7686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:31:09.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:09 smithi135 bash[32435]: cluster 2023-12-07T21:31:08.331101+0000 mgr.a (mgr.14403) 10298 : cluster 0 pgmap v7686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:31:09.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:09 smithi079 bash[28699]: cluster 2023-12-07T21:31:08.331101+0000 mgr.a (mgr.14403) 10298 : cluster 0 pgmap v7686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:31:10.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:31:10.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:10.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:11.378 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:31:11.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:11.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:11.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:11.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:31:11.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:11 smithi194 bash[32038]: cluster 2023-12-07T21:31:10.331952+0000 mgr.a (mgr.14403) 10299 : cluster 0 pgmap v7687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:31:11.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:11 smithi194 bash[32038]: audit 2023-12-07T21:31:10.907434+0000 mgr.a (mgr.14403) 10300 : audit 0 from='client.211200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:11.691 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:11 smithi135 bash[32435]: cluster 2023-12-07T21:31:10.331952+0000 mgr.a (mgr.14403) 10299 : cluster 0 pgmap v7687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:31:11.691 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:11 smithi135 bash[32435]: audit 2023-12-07T21:31:10.907434+0000 mgr.a (mgr.14403) 10300 : audit 0 from='client.211200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:11.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:11 smithi079 bash[28699]: cluster 2023-12-07T21:31:10.331952+0000 mgr.a (mgr.14403) 10299 : cluster 0 pgmap v7687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:31:11.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:11 smithi079 bash[28699]: audit 2023-12-07T21:31:10.907434+0000 mgr.a (mgr.14403) 10300 : audit 0 from='client.211200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:13.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:13 smithi194 bash[32038]: cluster 2023-12-07T21:31:12.332721+0000 mgr.a (mgr.14403) 10301 : cluster 0 pgmap v7688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:13.691 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:13 smithi135 bash[32435]: cluster 2023-12-07T21:31:12.332721+0000 mgr.a (mgr.14403) 10301 : cluster 0 pgmap v7688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:13.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:13 smithi079 bash[28699]: cluster 2023-12-07T21:31:12.332721+0000 mgr.a (mgr.14403) 10301 : cluster 0 pgmap v7688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:15.688 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:15 smithi194 bash[32038]: cluster 2023-12-07T21:31:14.333718+0000 mgr.a (mgr.14403) 10302 : cluster 0 pgmap v7689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:15.691 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:15 smithi135 bash[32435]: cluster 2023-12-07T21:31:14.333718+0000 mgr.a (mgr.14403) 10302 : cluster 0 pgmap v7689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:15.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:15 smithi079 bash[28699]: cluster 2023-12-07T21:31:14.333718+0000 mgr.a (mgr.14403) 10302 : cluster 0 pgmap v7689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:16.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:31:16.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:16.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:17.296 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:31:17.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:17.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:17.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:17.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:31:17.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:17 smithi135 bash[32435]: cluster 2023-12-07T21:31:16.334427+0000 mgr.a (mgr.14403) 10303 : cluster 0 pgmap v7690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:17.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:17 smithi135 bash[32435]: audit 2023-12-07T21:31:16.806762+0000 mgr.a (mgr.14403) 10304 : audit 0 from='client.211275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:17.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:17 smithi079 bash[28699]: cluster 2023-12-07T21:31:16.334427+0000 mgr.a (mgr.14403) 10303 : cluster 0 pgmap v7690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:17.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:17 smithi079 bash[28699]: audit 2023-12-07T21:31:16.806762+0000 mgr.a (mgr.14403) 10304 : audit 0 from='client.211275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:17.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:17 smithi194 bash[32038]: cluster 2023-12-07T21:31:16.334427+0000 mgr.a (mgr.14403) 10303 : cluster 0 pgmap v7690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:17.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:17 smithi194 bash[32038]: audit 2023-12-07T21:31:16.806762+0000 mgr.a (mgr.14403) 10304 : audit 0 from='client.211275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:19.692 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:19 smithi135 bash[32435]: cluster 2023-12-07T21:31:18.335112+0000 mgr.a (mgr.14403) 10305 : cluster 0 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-07T21:31:19.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:19 smithi079 bash[28699]: cluster 2023-12-07T21:31:18.335112+0000 mgr.a (mgr.14403) 10305 : cluster 0 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-07T21:31:19.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:19 smithi194 bash[32038]: cluster 2023-12-07T21:31:18.335112+0000 mgr.a (mgr.14403) 10305 : cluster 0 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-07T21:31:21.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:21 smithi079 bash[28699]: cluster 2023-12-07T21:31:20.335868+0000 mgr.a (mgr.14403) 10306 : cluster 0 pgmap v7692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:21.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:21 smithi194 bash[32038]: cluster 2023-12-07T21:31:20.335868+0000 mgr.a (mgr.14403) 10306 : cluster 0 pgmap v7692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:21.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:21 smithi135 bash[32435]: cluster 2023-12-07T21:31:20.335868+0000 mgr.a (mgr.14403) 10306 : cluster 0 pgmap v7692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:22.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:31:22.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:22.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:23.216 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:31:23.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:23.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:23.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:23.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:31:23.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:23 smithi079 bash[28699]: cluster 2023-12-07T21:31:22.336318+0000 mgr.a (mgr.14403) 10307 : cluster 0 pgmap v7693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:23.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:23 smithi079 bash[28699]: audit 2023-12-07T21:31:22.716252+0000 mgr.a (mgr.14403) 10308 : audit 0 from='client.211350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:23.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:23 smithi194 bash[32038]: cluster 2023-12-07T21:31:22.336318+0000 mgr.a (mgr.14403) 10307 : cluster 0 pgmap v7693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:23.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:23 smithi194 bash[32038]: audit 2023-12-07T21:31:22.716252+0000 mgr.a (mgr.14403) 10308 : audit 0 from='client.211350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:23.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:23 smithi135 bash[32435]: cluster 2023-12-07T21:31:22.336318+0000 mgr.a (mgr.14403) 10307 : cluster 0 pgmap v7693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:23.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:23 smithi135 bash[32435]: audit 2023-12-07T21:31:22.716252+0000 mgr.a (mgr.14403) 10308 : audit 0 from='client.211350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:25.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:25 smithi079 bash[28699]: cluster 2023-12-07T21:31:24.337168+0000 mgr.a (mgr.14403) 10309 : cluster 0 pgmap v7694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:25.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:25 smithi194 bash[32038]: cluster 2023-12-07T21:31:24.337168+0000 mgr.a (mgr.14403) 10309 : cluster 0 pgmap v7694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:25.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:25 smithi135 bash[32435]: cluster 2023-12-07T21:31:24.337168+0000 mgr.a (mgr.14403) 10309 : cluster 0 pgmap v7694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:27.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:27 smithi079 bash[28699]: cluster 2023-12-07T21:31:26.337700+0000 mgr.a (mgr.14403) 10310 : cluster 0 pgmap v7695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:27.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:27 smithi194 bash[32038]: cluster 2023-12-07T21:31:26.337700+0000 mgr.a (mgr.14403) 10310 : cluster 0 pgmap v7695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:27.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:27 smithi135 bash[32435]: cluster 2023-12-07T21:31:26.337700+0000 mgr.a (mgr.14403) 10310 : cluster 0 pgmap v7695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:28.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:31:28.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:28.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:29.135 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:31:29.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:29.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:29.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:29.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:31:29.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:29 smithi079 bash[28699]: cluster 2023-12-07T21:31:28.338257+0000 mgr.a (mgr.14403) 10311 : cluster 0 pgmap v7696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:29.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:29 smithi079 bash[28699]: audit 2023-12-07T21:31:28.638117+0000 mgr.a (mgr.14403) 10312 : audit 0 from='client.211425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:29.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:29 smithi194 bash[32038]: cluster 2023-12-07T21:31:28.338257+0000 mgr.a (mgr.14403) 10311 : cluster 0 pgmap v7696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:29.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:29 smithi194 bash[32038]: audit 2023-12-07T21:31:28.638117+0000 mgr.a (mgr.14403) 10312 : audit 0 from='client.211425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:29.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:29 smithi135 bash[32435]: cluster 2023-12-07T21:31:28.338257+0000 mgr.a (mgr.14403) 10311 : cluster 0 pgmap v7696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:29.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:29 smithi135 bash[32435]: audit 2023-12-07T21:31:28.638117+0000 mgr.a (mgr.14403) 10312 : audit 0 from='client.211425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:30.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:30 smithi079 bash[28699]: audit 2023-12-07T21:31:30.072888+0000 mon.a (mon.0) 1880 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:31:30.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:30 smithi194 bash[32038]: audit 2023-12-07T21:31:30.072888+0000 mon.a (mon.0) 1880 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:31:30.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:30 smithi135 bash[32435]: audit 2023-12-07T21:31:30.072888+0000 mon.a (mon.0) 1880 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:31:31.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:31 smithi079 bash[28699]: cluster 2023-12-07T21:31:30.339177+0000 mgr.a (mgr.14403) 10313 : cluster 0 pgmap v7697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:31.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:31 smithi079 bash[28699]: audit 2023-12-07T21:31:30.852695+0000 mon.a (mon.0) 1881 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:31:31.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:31 smithi079 bash[28699]: audit 2023-12-07T21:31:30.854712+0000 mon.a (mon.0) 1882 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:31:31.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:31 smithi079 bash[28699]: audit 2023-12-07T21:31:30.864309+0000 mon.a (mon.0) 1883 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:31:31.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:31 smithi194 bash[32038]: cluster 2023-12-07T21:31:30.339177+0000 mgr.a (mgr.14403) 10313 : cluster 0 pgmap v7697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:31.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:31 smithi194 bash[32038]: audit 2023-12-07T21:31:30.852695+0000 mon.a (mon.0) 1881 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:31:31.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:31 smithi194 bash[32038]: audit 2023-12-07T21:31:30.854712+0000 mon.a (mon.0) 1882 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:31:31.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:31 smithi194 bash[32038]: audit 2023-12-07T21:31:30.864309+0000 mon.a (mon.0) 1883 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:31:31.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:31 smithi135 bash[32435]: cluster 2023-12-07T21:31:30.339177+0000 mgr.a (mgr.14403) 10313 : cluster 0 pgmap v7697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:31.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:31 smithi135 bash[32435]: audit 2023-12-07T21:31:30.852695+0000 mon.a (mon.0) 1881 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:31:31.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:31 smithi135 bash[32435]: audit 2023-12-07T21:31:30.854712+0000 mon.a (mon.0) 1882 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:31:31.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:31 smithi135 bash[32435]: audit 2023-12-07T21:31:30.864309+0000 mon.a (mon.0) 1883 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:31:33.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:33 smithi079 bash[28699]: cluster 2023-12-07T21:31:32.339774+0000 mgr.a (mgr.14403) 10314 : cluster 0 pgmap v7698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:33.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:33 smithi194 bash[32038]: cluster 2023-12-07T21:31:32.339774+0000 mgr.a (mgr.14403) 10314 : cluster 0 pgmap v7698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:33.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:33 smithi135 bash[32435]: cluster 2023-12-07T21:31:32.339774+0000 mgr.a (mgr.14403) 10314 : cluster 0 pgmap v7698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:34.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:31:34.141 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:34.141 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:35.047 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:31:35.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:35.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:35.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:35.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:31:35.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:35 smithi079 bash[28699]: cluster 2023-12-07T21:31:34.340554+0000 mgr.a (mgr.14403) 10315 : cluster 0 pgmap v7699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:35.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:35 smithi079 bash[28699]: audit 2023-12-07T21:31:34.564323+0000 mgr.a (mgr.14403) 10316 : audit 0 from='client.211497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:35.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:35 smithi194 bash[32038]: cluster 2023-12-07T21:31:34.340554+0000 mgr.a (mgr.14403) 10315 : cluster 0 pgmap v7699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:35.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:35 smithi194 bash[32038]: audit 2023-12-07T21:31:34.564323+0000 mgr.a (mgr.14403) 10316 : audit 0 from='client.211497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:35.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:35 smithi135 bash[32435]: cluster 2023-12-07T21:31:34.340554+0000 mgr.a (mgr.14403) 10315 : cluster 0 pgmap v7699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:35.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:35 smithi135 bash[32435]: audit 2023-12-07T21:31:34.564323+0000 mgr.a (mgr.14403) 10316 : audit 0 from='client.211497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:37.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:37 smithi079 bash[28699]: cluster 2023-12-07T21:31:36.341223+0000 mgr.a (mgr.14403) 10317 : cluster 0 pgmap v7700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:37.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:37 smithi194 bash[32038]: cluster 2023-12-07T21:31:36.341223+0000 mgr.a (mgr.14403) 10317 : cluster 0 pgmap v7700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:37.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:37 smithi135 bash[32435]: cluster 2023-12-07T21:31:36.341223+0000 mgr.a (mgr.14403) 10317 : cluster 0 pgmap v7700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:39.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:39 smithi079 bash[28699]: cluster 2023-12-07T21:31:38.341786+0000 mgr.a (mgr.14403) 10318 : cluster 0 pgmap v7701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:39.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:39 smithi194 bash[32038]: cluster 2023-12-07T21:31:38.341786+0000 mgr.a (mgr.14403) 10318 : cluster 0 pgmap v7701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:39.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:39 smithi135 bash[32435]: cluster 2023-12-07T21:31:38.341786+0000 mgr.a (mgr.14403) 10318 : cluster 0 pgmap v7701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:31:40.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:31:40.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:40.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:40.964 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:31:40.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:40.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:40.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:40.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:31:41.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:41 smithi079 bash[28699]: cluster 2023-12-07T21:31:40.342670+0000 mgr.a (mgr.14403) 10319 : cluster 0 pgmap v7702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:41.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:41 smithi079 bash[28699]: audit 2023-12-07T21:31:40.472581+0000 mgr.a (mgr.14403) 10320 : audit 0 from='client.211575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:41.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:41 smithi194 bash[32038]: cluster 2023-12-07T21:31:40.342670+0000 mgr.a (mgr.14403) 10319 : cluster 0 pgmap v7702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:41.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:41 smithi194 bash[32038]: audit 2023-12-07T21:31:40.472581+0000 mgr.a (mgr.14403) 10320 : audit 0 from='client.211575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:41.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:41 smithi135 bash[32435]: cluster 2023-12-07T21:31:40.342670+0000 mgr.a (mgr.14403) 10319 : cluster 0 pgmap v7702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:41.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:41 smithi135 bash[32435]: audit 2023-12-07T21:31:40.472581+0000 mgr.a (mgr.14403) 10320 : audit 0 from='client.211575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:43.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:43 smithi079 bash[28699]: cluster 2023-12-07T21:31:42.343370+0000 mgr.a (mgr.14403) 10321 : cluster 0 pgmap v7703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:43.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:43 smithi194 bash[32038]: cluster 2023-12-07T21:31:42.343370+0000 mgr.a (mgr.14403) 10321 : cluster 0 pgmap v7703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:43.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:43 smithi135 bash[32435]: cluster 2023-12-07T21:31:42.343370+0000 mgr.a (mgr.14403) 10321 : cluster 0 pgmap v7703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:45.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:45 smithi079 bash[28699]: cluster 2023-12-07T21:31:44.344206+0000 mgr.a (mgr.14403) 10322 : cluster 0 pgmap v7704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:45.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:45 smithi194 bash[32038]: cluster 2023-12-07T21:31:44.344206+0000 mgr.a (mgr.14403) 10322 : cluster 0 pgmap v7704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:45.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:45 smithi135 bash[32435]: cluster 2023-12-07T21:31:44.344206+0000 mgr.a (mgr.14403) 10322 : cluster 0 pgmap v7704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:45.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:31:45.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:45.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:46.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:46.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:46.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:46.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:31:46.889 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:31:47.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:47 smithi079 bash[28699]: cluster 2023-12-07T21:31:46.344713+0000 mgr.a (mgr.14403) 10323 : cluster 0 pgmap v7705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:47.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:47 smithi079 bash[28699]: audit 2023-12-07T21:31:46.389226+0000 mgr.a (mgr.14403) 10324 : audit 0 from='client.211650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:47.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:47 smithi194 bash[32038]: cluster 2023-12-07T21:31:46.344713+0000 mgr.a (mgr.14403) 10323 : cluster 0 pgmap v7705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:47.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:47 smithi194 bash[32038]: audit 2023-12-07T21:31:46.389226+0000 mgr.a (mgr.14403) 10324 : audit 0 from='client.211650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:47.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:47 smithi135 bash[32435]: cluster 2023-12-07T21:31:46.344713+0000 mgr.a (mgr.14403) 10323 : cluster 0 pgmap v7705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:47.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:47 smithi135 bash[32435]: audit 2023-12-07T21:31:46.389226+0000 mgr.a (mgr.14403) 10324 : audit 0 from='client.211650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:49.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:49 smithi079 bash[28699]: cluster 2023-12-07T21:31:48.345487+0000 mgr.a (mgr.14403) 10325 : cluster 0 pgmap v7706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:49.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:49 smithi194 bash[32038]: cluster 2023-12-07T21:31:48.345487+0000 mgr.a (mgr.14403) 10325 : cluster 0 pgmap v7706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:49.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:49 smithi135 bash[32435]: cluster 2023-12-07T21:31:48.345487+0000 mgr.a (mgr.14403) 10325 : cluster 0 pgmap v7706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:51.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:51 smithi079 bash[28699]: cluster 2023-12-07T21:31:50.346368+0000 mgr.a (mgr.14403) 10326 : cluster 0 pgmap v7707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:51.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:31:51.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:51.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:51.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:51 smithi194 bash[32038]: cluster 2023-12-07T21:31:50.346368+0000 mgr.a (mgr.14403) 10326 : cluster 0 pgmap v7707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:51.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:51 smithi135 bash[32435]: cluster 2023-12-07T21:31:50.346368+0000 mgr.a (mgr.14403) 10326 : cluster 0 pgmap v7707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:52.811 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:31:52.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:52.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:52.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:52.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:31:53.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:53 smithi079 bash[28699]: audit 2023-12-07T21:31:52.317387+0000 mgr.a (mgr.14403) 10327 : audit 0 from='client.211725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:53.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:53 smithi079 bash[28699]: cluster 2023-12-07T21:31:52.347078+0000 mgr.a (mgr.14403) 10328 : cluster 0 pgmap v7708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:53.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:53 smithi194 bash[32038]: audit 2023-12-07T21:31:52.317387+0000 mgr.a (mgr.14403) 10327 : audit 0 from='client.211725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:53.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:53 smithi194 bash[32038]: cluster 2023-12-07T21:31:52.347078+0000 mgr.a (mgr.14403) 10328 : cluster 0 pgmap v7708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:53.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:53 smithi135 bash[32435]: audit 2023-12-07T21:31:52.317387+0000 mgr.a (mgr.14403) 10327 : audit 0 from='client.211725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:53.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:53 smithi135 bash[32435]: cluster 2023-12-07T21:31:52.347078+0000 mgr.a (mgr.14403) 10328 : cluster 0 pgmap v7708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:55.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:55 smithi079 bash[28699]: cluster 2023-12-07T21:31:54.348034+0000 mgr.a (mgr.14403) 10329 : cluster 0 pgmap v7709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:55.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:55 smithi194 bash[32038]: cluster 2023-12-07T21:31:54.348034+0000 mgr.a (mgr.14403) 10329 : cluster 0 pgmap v7709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:55.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:55 smithi135 bash[32435]: cluster 2023-12-07T21:31:54.348034+0000 mgr.a (mgr.14403) 10329 : cluster 0 pgmap v7709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:31:57.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:31:57.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:31:57.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:31:57.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:57 smithi079 bash[28699]: cluster 2023-12-07T21:31:56.348596+0000 mgr.a (mgr.14403) 10330 : cluster 0 pgmap v7710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:57.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:57 smithi194 bash[32038]: cluster 2023-12-07T21:31:56.348596+0000 mgr.a (mgr.14403) 10330 : cluster 0 pgmap v7710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:57.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:57 smithi135 bash[32435]: cluster 2023-12-07T21:31:56.348596+0000 mgr.a (mgr.14403) 10330 : cluster 0 pgmap v7710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:31:58.712 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:31:58.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:31:58.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:31:58.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:31:58.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:31:59.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:59 smithi079 bash[28699]: audit 2023-12-07T21:31:58.237690+0000 mgr.a (mgr.14403) 10331 : audit 0 from='client.211803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:59.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:31:59 smithi079 bash[28699]: cluster 2023-12-07T21:31:58.349229+0000 mgr.a (mgr.14403) 10332 : cluster 0 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-07T21:31:59.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:59 smithi194 bash[32038]: audit 2023-12-07T21:31:58.237690+0000 mgr.a (mgr.14403) 10331 : audit 0 from='client.211803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:59.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:31:59 smithi194 bash[32038]: cluster 2023-12-07T21:31:58.349229+0000 mgr.a (mgr.14403) 10332 : cluster 0 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-07T21:31:59.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:59 smithi135 bash[32435]: audit 2023-12-07T21:31:58.237690+0000 mgr.a (mgr.14403) 10331 : audit 0 from='client.211803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:31:59.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:31:59 smithi135 bash[32435]: cluster 2023-12-07T21:31:58.349229+0000 mgr.a (mgr.14403) 10332 : cluster 0 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-07T21:32:01.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:01 smithi079 bash[28699]: cluster 2023-12-07T21:32:00.350233+0000 mgr.a (mgr.14403) 10333 : cluster 0 pgmap v7712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:32:01.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:01 smithi194 bash[32038]: cluster 2023-12-07T21:32:00.350233+0000 mgr.a (mgr.14403) 10333 : cluster 0 pgmap v7712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:32:01.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:01 smithi135 bash[32435]: cluster 2023-12-07T21:32:00.350233+0000 mgr.a (mgr.14403) 10333 : cluster 0 pgmap v7712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:32:03.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:32:03.716 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:03.716 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:03.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:03 smithi079 bash[28699]: cluster 2023-12-07T21:32:02.350800+0000 mgr.a (mgr.14403) 10334 : cluster 0 pgmap v7713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:32:03.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:03 smithi194 bash[32038]: cluster 2023-12-07T21:32:02.350800+0000 mgr.a (mgr.14403) 10334 : cluster 0 pgmap v7713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:32:03.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:03 smithi135 bash[32435]: cluster 2023-12-07T21:32:02.350800+0000 mgr.a (mgr.14403) 10334 : cluster 0 pgmap v7713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:32:04.651 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:32:04.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:04.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:04.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:04.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:32:05.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:05 smithi079 bash[28699]: audit 2023-12-07T21:32:04.136179+0000 mgr.a (mgr.14403) 10335 : audit 0 from='client.211875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:05.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:05 smithi079 bash[28699]: cluster 2023-12-07T21:32:04.351539+0000 mgr.a (mgr.14403) 10336 : cluster 0 pgmap v7714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:05.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:05 smithi194 bash[32038]: audit 2023-12-07T21:32:04.136179+0000 mgr.a (mgr.14403) 10335 : audit 0 from='client.211875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:05.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:05 smithi194 bash[32038]: cluster 2023-12-07T21:32:04.351539+0000 mgr.a (mgr.14403) 10336 : cluster 0 pgmap v7714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:05.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:05 smithi135 bash[32435]: audit 2023-12-07T21:32:04.136179+0000 mgr.a (mgr.14403) 10335 : audit 0 from='client.211875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:05.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:05 smithi135 bash[32435]: cluster 2023-12-07T21:32:04.351539+0000 mgr.a (mgr.14403) 10336 : cluster 0 pgmap v7714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:07.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:07 smithi079 bash[28699]: cluster 2023-12-07T21:32:06.352178+0000 mgr.a (mgr.14403) 10337 : cluster 0 pgmap v7715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:07.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:07 smithi194 bash[32038]: cluster 2023-12-07T21:32:06.352178+0000 mgr.a (mgr.14403) 10337 : cluster 0 pgmap v7715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:07.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:07 smithi135 bash[32435]: cluster 2023-12-07T21:32:06.352178+0000 mgr.a (mgr.14403) 10337 : cluster 0 pgmap v7715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:09.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:32:09.654 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:09.655 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:09.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:09 smithi079 bash[28699]: cluster 2023-12-07T21:32:08.352760+0000 mgr.a (mgr.14403) 10338 : cluster 0 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-07T21:32:09.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:09 smithi194 bash[32038]: cluster 2023-12-07T21:32:08.352760+0000 mgr.a (mgr.14403) 10338 : cluster 0 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-07T21:32:09.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:09 smithi135 bash[32435]: cluster 2023-12-07T21:32:08.352760+0000 mgr.a (mgr.14403) 10338 : cluster 0 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-07T21:32:10.557 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:32:10.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:10.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:10.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:10.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:32:11.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:11 smithi079 bash[28699]: audit 2023-12-07T21:32:10.071958+0000 mgr.a (mgr.14403) 10339 : audit 0 from='client.211950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:11.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:11 smithi079 bash[28699]: cluster 2023-12-07T21:32:10.353922+0000 mgr.a (mgr.14403) 10340 : cluster 0 pgmap v7717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:11.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:11 smithi194 bash[32038]: audit 2023-12-07T21:32:10.071958+0000 mgr.a (mgr.14403) 10339 : audit 0 from='client.211950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:11.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:11 smithi194 bash[32038]: cluster 2023-12-07T21:32:10.353922+0000 mgr.a (mgr.14403) 10340 : cluster 0 pgmap v7717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:11.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:11 smithi135 bash[32435]: audit 2023-12-07T21:32:10.071958+0000 mgr.a (mgr.14403) 10339 : audit 0 from='client.211950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:11.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:11 smithi135 bash[32435]: cluster 2023-12-07T21:32:10.353922+0000 mgr.a (mgr.14403) 10340 : cluster 0 pgmap v7717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:13.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:13 smithi079 bash[28699]: cluster 2023-12-07T21:32:12.354639+0000 mgr.a (mgr.14403) 10341 : cluster 0 pgmap v7718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:32:13.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:13 smithi194 bash[32038]: cluster 2023-12-07T21:32:12.354639+0000 mgr.a (mgr.14403) 10341 : cluster 0 pgmap v7718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:32:13.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:13 smithi135 bash[32435]: cluster 2023-12-07T21:32:12.354639+0000 mgr.a (mgr.14403) 10341 : cluster 0 pgmap v7718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:32:15.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:32:15.560 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:15.560 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:15.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:15 smithi079 bash[28699]: cluster 2023-12-07T21:32:14.355474+0000 mgr.a (mgr.14403) 10342 : cluster 0 pgmap v7719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:32:15.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:15 smithi194 bash[32038]: cluster 2023-12-07T21:32:14.355474+0000 mgr.a (mgr.14403) 10342 : cluster 0 pgmap v7719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:32:15.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:15 smithi135 bash[32435]: cluster 2023-12-07T21:32:14.355474+0000 mgr.a (mgr.14403) 10342 : cluster 0 pgmap v7719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:32:16.470 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:32:16.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:16.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:16.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:16.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:32:16.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:16 smithi079 bash[28699]: audit 2023-12-07T21:32:15.981849+0000 mgr.a (mgr.14403) 10343 : audit 0 from='client.212028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:16.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:16 smithi194 bash[32038]: audit 2023-12-07T21:32:15.981849+0000 mgr.a (mgr.14403) 10343 : audit 0 from='client.212028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:16.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:16 smithi135 bash[32435]: audit 2023-12-07T21:32:15.981849+0000 mgr.a (mgr.14403) 10343 : audit 0 from='client.212028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:17.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:17 smithi079 bash[28699]: cluster 2023-12-07T21:32:16.365189+0000 mgr.a (mgr.14403) 10344 : cluster 0 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-07T21:32:17.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:17 smithi194 bash[32038]: cluster 2023-12-07T21:32:16.365189+0000 mgr.a (mgr.14403) 10344 : cluster 0 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-07T21:32:17.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:17 smithi135 bash[32435]: cluster 2023-12-07T21:32:16.365189+0000 mgr.a (mgr.14403) 10344 : cluster 0 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-07T21:32:19.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:19 smithi079 bash[28699]: cluster 2023-12-07T21:32:18.365983+0000 mgr.a (mgr.14403) 10345 : cluster 0 pgmap v7721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:19.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:19 smithi194 bash[32038]: cluster 2023-12-07T21:32:18.365983+0000 mgr.a (mgr.14403) 10345 : cluster 0 pgmap v7721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:19.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:19 smithi135 bash[32435]: cluster 2023-12-07T21:32:18.365983+0000 mgr.a (mgr.14403) 10345 : cluster 0 pgmap v7721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:21.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:32:21.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:21.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:21.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:21 smithi079 bash[28699]: cluster 2023-12-07T21:32:20.366829+0000 mgr.a (mgr.14403) 10346 : cluster 0 pgmap v7722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:21.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:21 smithi194 bash[32038]: cluster 2023-12-07T21:32:20.366829+0000 mgr.a (mgr.14403) 10346 : cluster 0 pgmap v7722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:21.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:21 smithi135 bash[32435]: cluster 2023-12-07T21:32:20.366829+0000 mgr.a (mgr.14403) 10346 : cluster 0 pgmap v7722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:22.362 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:32:22.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:22.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:22.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:22.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:32:22.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:22 smithi079 bash[28699]: audit 2023-12-07T21:32:21.883081+0000 mgr.a (mgr.14403) 10347 : audit 0 from='client.212103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:22.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:22 smithi194 bash[32038]: audit 2023-12-07T21:32:21.883081+0000 mgr.a (mgr.14403) 10347 : audit 0 from='client.212103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:22.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:22 smithi135 bash[32435]: audit 2023-12-07T21:32:21.883081+0000 mgr.a (mgr.14403) 10347 : audit 0 from='client.212103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:23.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:23 smithi079 bash[28699]: cluster 2023-12-07T21:32:22.367379+0000 mgr.a (mgr.14403) 10348 : cluster 0 pgmap v7723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:23.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:23 smithi194 bash[32038]: cluster 2023-12-07T21:32:22.367379+0000 mgr.a (mgr.14403) 10348 : cluster 0 pgmap v7723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:23.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:23 smithi135 bash[32435]: cluster 2023-12-07T21:32:22.367379+0000 mgr.a (mgr.14403) 10348 : cluster 0 pgmap v7723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:25.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:25 smithi079 bash[28699]: cluster 2023-12-07T21:32:24.368104+0000 mgr.a (mgr.14403) 10349 : cluster 0 pgmap v7724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:25.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:25 smithi194 bash[32038]: cluster 2023-12-07T21:32:24.368104+0000 mgr.a (mgr.14403) 10349 : cluster 0 pgmap v7724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:25.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:25 smithi135 bash[32435]: cluster 2023-12-07T21:32:24.368104+0000 mgr.a (mgr.14403) 10349 : cluster 0 pgmap v7724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:27.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:32:27.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:27.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:27.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:27 smithi079 bash[28699]: cluster 2023-12-07T21:32:26.368938+0000 mgr.a (mgr.14403) 10350 : cluster 0 pgmap v7725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:27.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:27 smithi194 bash[32038]: cluster 2023-12-07T21:32:26.368938+0000 mgr.a (mgr.14403) 10350 : cluster 0 pgmap v7725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:27.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:27 smithi135 bash[32435]: cluster 2023-12-07T21:32:26.368938+0000 mgr.a (mgr.14403) 10350 : cluster 0 pgmap v7725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:28.281 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:32:28.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:28.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:28.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:28.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:32:28.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:28 smithi079 bash[28699]: audit 2023-12-07T21:32:27.788515+0000 mgr.a (mgr.14403) 10351 : audit 0 from='client.212175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:28.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:28 smithi194 bash[32038]: audit 2023-12-07T21:32:27.788515+0000 mgr.a (mgr.14403) 10351 : audit 0 from='client.212175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:28.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:28 smithi135 bash[32435]: audit 2023-12-07T21:32:27.788515+0000 mgr.a (mgr.14403) 10351 : audit 0 from='client.212175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:29.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:29 smithi079 bash[28699]: cluster 2023-12-07T21:32:28.369754+0000 mgr.a (mgr.14403) 10352 : cluster 0 pgmap v7726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:29.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:29 smithi194 bash[32038]: cluster 2023-12-07T21:32:28.369754+0000 mgr.a (mgr.14403) 10352 : cluster 0 pgmap v7726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:29.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:29 smithi135 bash[32435]: cluster 2023-12-07T21:32:28.369754+0000 mgr.a (mgr.14403) 10352 : cluster 0 pgmap v7726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:31.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:31 smithi079 bash[28699]: cluster 2023-12-07T21:32:30.370605+0000 mgr.a (mgr.14403) 10353 : cluster 0 pgmap v7727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:31.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:31 smithi079 bash[28699]: audit 2023-12-07T21:32:30.968602+0000 mon.a (mon.0) 1884 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:32:31.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:31 smithi194 bash[32038]: cluster 2023-12-07T21:32:30.370605+0000 mgr.a (mgr.14403) 10353 : cluster 0 pgmap v7727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:31.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:31 smithi194 bash[32038]: audit 2023-12-07T21:32:30.968602+0000 mon.a (mon.0) 1884 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:32:31.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:31 smithi135 bash[32435]: cluster 2023-12-07T21:32:30.370605+0000 mgr.a (mgr.14403) 10353 : cluster 0 pgmap v7727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:31.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:31 smithi135 bash[32435]: audit 2023-12-07T21:32:30.968602+0000 mon.a (mon.0) 1884 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:32:32.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:32 smithi079 bash[28699]: audit 2023-12-07T21:32:31.708500+0000 mon.a (mon.0) 1885 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:32:32.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:32 smithi079 bash[28699]: audit 2023-12-07T21:32:31.710108+0000 mon.a (mon.0) 1886 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:32:32.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:32 smithi079 bash[28699]: audit 2023-12-07T21:32:31.719926+0000 mon.a (mon.0) 1887 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:32:32.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:32 smithi194 bash[32038]: audit 2023-12-07T21:32:31.708500+0000 mon.a (mon.0) 1885 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:32:32.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:32 smithi194 bash[32038]: audit 2023-12-07T21:32:31.710108+0000 mon.a (mon.0) 1886 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:32:32.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:32 smithi194 bash[32038]: audit 2023-12-07T21:32:31.719926+0000 mon.a (mon.0) 1887 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:32:32.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:32 smithi135 bash[32435]: audit 2023-12-07T21:32:31.708500+0000 mon.a (mon.0) 1885 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:32:32.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:32 smithi135 bash[32435]: audit 2023-12-07T21:32:31.710108+0000 mon.a (mon.0) 1886 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:32:32.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:32 smithi135 bash[32435]: audit 2023-12-07T21:32:31.719926+0000 mon.a (mon.0) 1887 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:32:33.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:32:33.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:33.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:34.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:33 smithi079 bash[28699]: cluster 2023-12-07T21:32:32.371350+0000 mgr.a (mgr.14403) 10354 : cluster 0 pgmap v7728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:34.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:33 smithi194 bash[32038]: cluster 2023-12-07T21:32:32.371350+0000 mgr.a (mgr.14403) 10354 : cluster 0 pgmap v7728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:34.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:33 smithi135 bash[32435]: cluster 2023-12-07T21:32:32.371350+0000 mgr.a (mgr.14403) 10354 : cluster 0 pgmap v7728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:34.207 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:32:34.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:34.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:34.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:34.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:32:35.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:34 smithi079 bash[28699]: audit 2023-12-07T21:32:33.701952+0000 mgr.a (mgr.14403) 10355 : audit 0 from='client.212253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:35.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:34 smithi194 bash[32038]: audit 2023-12-07T21:32:33.701952+0000 mgr.a (mgr.14403) 10355 : audit 0 from='client.212253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:35.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:34 smithi135 bash[32435]: audit 2023-12-07T21:32:33.701952+0000 mgr.a (mgr.14403) 10355 : audit 0 from='client.212253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:36.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:35 smithi079 bash[28699]: cluster 2023-12-07T21:32:34.372882+0000 mgr.a (mgr.14403) 10356 : cluster 0 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-07T21:32:36.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:35 smithi194 bash[32038]: cluster 2023-12-07T21:32:34.372882+0000 mgr.a (mgr.14403) 10356 : cluster 0 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-07T21:32:36.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:35 smithi135 bash[32435]: cluster 2023-12-07T21:32:34.372882+0000 mgr.a (mgr.14403) 10356 : cluster 0 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-07T21:32:38.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:37 smithi079 bash[28699]: cluster 2023-12-07T21:32:36.373517+0000 mgr.a (mgr.14403) 10357 : cluster 0 pgmap v7730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:38.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:37 smithi194 bash[32038]: cluster 2023-12-07T21:32:36.373517+0000 mgr.a (mgr.14403) 10357 : cluster 0 pgmap v7730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:38.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:37 smithi135 bash[32435]: cluster 2023-12-07T21:32:36.373517+0000 mgr.a (mgr.14403) 10357 : cluster 0 pgmap v7730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:39.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:32:39.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:39.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:40.109 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:32:40.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:40.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:40.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:40.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:32:40.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:39 smithi079 bash[28699]: cluster 2023-12-07T21:32:38.374066+0000 mgr.a (mgr.14403) 10358 : cluster 0 pgmap v7731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:40.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:39 smithi194 bash[32038]: cluster 2023-12-07T21:32:38.374066+0000 mgr.a (mgr.14403) 10358 : cluster 0 pgmap v7731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:40.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:39 smithi135 bash[32435]: cluster 2023-12-07T21:32:38.374066+0000 mgr.a (mgr.14403) 10358 : cluster 0 pgmap v7731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:41.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:40 smithi079 bash[28699]: audit 2023-12-07T21:32:39.635220+0000 mgr.a (mgr.14403) 10359 : audit 0 from='client.212328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:41.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:40 smithi194 bash[32038]: audit 2023-12-07T21:32:39.635220+0000 mgr.a (mgr.14403) 10359 : audit 0 from='client.212328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:41.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:40 smithi135 bash[32435]: audit 2023-12-07T21:32:39.635220+0000 mgr.a (mgr.14403) 10359 : audit 0 from='client.212328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:42.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:41 smithi079 bash[28699]: cluster 2023-12-07T21:32:40.375169+0000 mgr.a (mgr.14403) 10360 : cluster 0 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-07T21:32:42.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:41 smithi194 bash[32038]: cluster 2023-12-07T21:32:40.375169+0000 mgr.a (mgr.14403) 10360 : cluster 0 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-07T21:32:42.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:41 smithi135 bash[32435]: cluster 2023-12-07T21:32:40.375169+0000 mgr.a (mgr.14403) 10360 : cluster 0 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-07T21:32:44.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:43 smithi079 bash[28699]: cluster 2023-12-07T21:32:42.375670+0000 mgr.a (mgr.14403) 10361 : cluster 0 pgmap v7733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:44.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:43 smithi194 bash[32038]: cluster 2023-12-07T21:32:42.375670+0000 mgr.a (mgr.14403) 10361 : cluster 0 pgmap v7733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:44.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:43 smithi135 bash[32435]: cluster 2023-12-07T21:32:42.375670+0000 mgr.a (mgr.14403) 10361 : cluster 0 pgmap v7733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:32:45.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:32:45.113 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:45.113 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:46.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:46.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:46.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:46.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:32:46.037 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:32:46.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:45 smithi079 bash[28699]: cluster 2023-12-07T21:32:44.376428+0000 mgr.a (mgr.14403) 10362 : cluster 0 pgmap v7734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:46.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:45 smithi194 bash[32038]: cluster 2023-12-07T21:32:44.376428+0000 mgr.a (mgr.14403) 10362 : cluster 0 pgmap v7734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:46.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:45 smithi135 bash[32435]: cluster 2023-12-07T21:32:44.376428+0000 mgr.a (mgr.14403) 10362 : cluster 0 pgmap v7734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:47.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:46 smithi079 bash[28699]: audit 2023-12-07T21:32:45.535058+0000 mgr.a (mgr.14403) 10363 : audit 0 from='client.212403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:47.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:46 smithi194 bash[32038]: audit 2023-12-07T21:32:45.535058+0000 mgr.a (mgr.14403) 10363 : audit 0 from='client.212403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:47.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:46 smithi135 bash[32435]: audit 2023-12-07T21:32:45.535058+0000 mgr.a (mgr.14403) 10363 : audit 0 from='client.212403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:48.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:47 smithi079 bash[28699]: cluster 2023-12-07T21:32:46.377152+0000 mgr.a (mgr.14403) 10364 : cluster 0 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-07T21:32:48.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:47 smithi194 bash[32038]: cluster 2023-12-07T21:32:46.377152+0000 mgr.a (mgr.14403) 10364 : cluster 0 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-07T21:32:48.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:47 smithi135 bash[32435]: cluster 2023-12-07T21:32:46.377152+0000 mgr.a (mgr.14403) 10364 : cluster 0 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-07T21:32:50.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:49 smithi079 bash[28699]: cluster 2023-12-07T21:32:48.377748+0000 mgr.a (mgr.14403) 10365 : cluster 0 pgmap v7736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:50.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:49 smithi194 bash[32038]: cluster 2023-12-07T21:32:48.377748+0000 mgr.a (mgr.14403) 10365 : cluster 0 pgmap v7736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:50.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:49 smithi135 bash[32435]: cluster 2023-12-07T21:32:48.377748+0000 mgr.a (mgr.14403) 10365 : cluster 0 pgmap v7736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:51.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:32:51.040 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:51.041 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:51.924 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:32:51.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:51.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:51.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:51.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:32:52.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:51 smithi079 bash[28699]: cluster 2023-12-07T21:32:50.378367+0000 mgr.a (mgr.14403) 10366 : cluster 0 pgmap v7737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:52.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:51 smithi194 bash[32038]: cluster 2023-12-07T21:32:50.378367+0000 mgr.a (mgr.14403) 10366 : cluster 0 pgmap v7737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:52.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:51 smithi135 bash[32435]: cluster 2023-12-07T21:32:50.378367+0000 mgr.a (mgr.14403) 10366 : cluster 0 pgmap v7737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:53.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:52 smithi079 bash[28699]: audit 2023-12-07T21:32:51.459859+0000 mgr.a (mgr.14403) 10367 : audit 0 from='client.212478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:53.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:52 smithi194 bash[32038]: audit 2023-12-07T21:32:51.459859+0000 mgr.a (mgr.14403) 10367 : audit 0 from='client.212478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:53.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:52 smithi135 bash[32435]: audit 2023-12-07T21:32:51.459859+0000 mgr.a (mgr.14403) 10367 : audit 0 from='client.212478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:54.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:53 smithi079 bash[28699]: cluster 2023-12-07T21:32:52.379065+0000 mgr.a (mgr.14403) 10368 : cluster 0 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-07T21:32:54.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:53 smithi194 bash[32038]: cluster 2023-12-07T21:32:52.379065+0000 mgr.a (mgr.14403) 10368 : cluster 0 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-07T21:32:54.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:53 smithi135 bash[32435]: cluster 2023-12-07T21:32:52.379065+0000 mgr.a (mgr.14403) 10368 : cluster 0 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-07T21:32:56.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:55 smithi079 bash[28699]: cluster 2023-12-07T21:32:54.380036+0000 mgr.a (mgr.14403) 10369 : cluster 0 pgmap v7739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:56.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:55 smithi194 bash[32038]: cluster 2023-12-07T21:32:54.380036+0000 mgr.a (mgr.14403) 10369 : cluster 0 pgmap v7739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:56.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:55 smithi135 bash[32435]: cluster 2023-12-07T21:32:54.380036+0000 mgr.a (mgr.14403) 10369 : cluster 0 pgmap v7739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:32:56.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:32:56.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:32:56.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:32:57.852 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:32:57.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:32:57.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:32:57.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:32:57.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:32:58.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:57 smithi079 bash[28699]: cluster 2023-12-07T21:32:56.380614+0000 mgr.a (mgr.14403) 10370 : cluster 0 pgmap v7740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:58.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:57 smithi194 bash[32038]: cluster 2023-12-07T21:32:56.380614+0000 mgr.a (mgr.14403) 10370 : cluster 0 pgmap v7740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:58.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:57 smithi135 bash[32435]: cluster 2023-12-07T21:32:56.380614+0000 mgr.a (mgr.14403) 10370 : cluster 0 pgmap v7740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:32:59.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:58 smithi079 bash[28699]: audit 2023-12-07T21:32:57.350057+0000 mgr.a (mgr.14403) 10371 : audit 0 from='client.212553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:59.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:58 smithi194 bash[32038]: audit 2023-12-07T21:32:57.350057+0000 mgr.a (mgr.14403) 10371 : audit 0 from='client.212553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:32:59.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:58 smithi135 bash[32435]: audit 2023-12-07T21:32:57.350057+0000 mgr.a (mgr.14403) 10371 : audit 0 from='client.212553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:00.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:32:59 smithi079 bash[28699]: cluster 2023-12-07T21:32:58.381236+0000 mgr.a (mgr.14403) 10372 : cluster 0 pgmap v7741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:00.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:32:59 smithi194 bash[32038]: cluster 2023-12-07T21:32:58.381236+0000 mgr.a (mgr.14403) 10372 : cluster 0 pgmap v7741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:00.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:32:59 smithi135 bash[32435]: cluster 2023-12-07T21:32:58.381236+0000 mgr.a (mgr.14403) 10372 : cluster 0 pgmap v7741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:02.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:01 smithi079 bash[28699]: cluster 2023-12-07T21:33:00.382066+0000 mgr.a (mgr.14403) 10373 : cluster 0 pgmap v7742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:02.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:01 smithi194 bash[32038]: cluster 2023-12-07T21:33:00.382066+0000 mgr.a (mgr.14403) 10373 : cluster 0 pgmap v7742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:02.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:01 smithi135 bash[32435]: cluster 2023-12-07T21:33:00.382066+0000 mgr.a (mgr.14403) 10373 : cluster 0 pgmap v7742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:02.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:33:02.856 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:02.856 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:03.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:03.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:03.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:03.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:33:03.750 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:33:04.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:03 smithi079 bash[28699]: cluster 2023-12-07T21:33:02.382721+0000 mgr.a (mgr.14403) 10374 : cluster 0 pgmap v7743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:04.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:03 smithi194 bash[32038]: cluster 2023-12-07T21:33:02.382721+0000 mgr.a (mgr.14403) 10374 : cluster 0 pgmap v7743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:04.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:03 smithi135 bash[32435]: cluster 2023-12-07T21:33:02.382721+0000 mgr.a (mgr.14403) 10374 : cluster 0 pgmap v7743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:05.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:04 smithi079 bash[28699]: audit 2023-12-07T21:33:03.276034+0000 mgr.a (mgr.14403) 10375 : audit 0 from='client.212625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:05.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:04 smithi194 bash[32038]: audit 2023-12-07T21:33:03.276034+0000 mgr.a (mgr.14403) 10375 : audit 0 from='client.212625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:05.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:04 smithi135 bash[32435]: audit 2023-12-07T21:33:03.276034+0000 mgr.a (mgr.14403) 10375 : audit 0 from='client.212625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:06.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:05 smithi079 bash[28699]: cluster 2023-12-07T21:33:04.383841+0000 mgr.a (mgr.14403) 10376 : cluster 0 pgmap v7744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:33:06.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:05 smithi194 bash[32038]: cluster 2023-12-07T21:33:04.383841+0000 mgr.a (mgr.14403) 10376 : cluster 0 pgmap v7744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:33:06.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:05 smithi135 bash[32435]: cluster 2023-12-07T21:33:04.383841+0000 mgr.a (mgr.14403) 10376 : cluster 0 pgmap v7744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T21:33:08.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:07 smithi079 bash[28699]: cluster 2023-12-07T21:33:06.384445+0000 mgr.a (mgr.14403) 10377 : cluster 0 pgmap v7745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:33:08.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:07 smithi194 bash[32038]: cluster 2023-12-07T21:33:06.384445+0000 mgr.a (mgr.14403) 10377 : cluster 0 pgmap v7745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:33:08.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:07 smithi135 bash[32435]: cluster 2023-12-07T21:33:06.384445+0000 mgr.a (mgr.14403) 10377 : cluster 0 pgmap v7745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:33:08.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:33:08.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:08.754 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:09.655 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:33:09.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:09.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:09.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:09.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:33:10.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:09 smithi079 bash[28699]: cluster 2023-12-07T21:33:08.385155+0000 mgr.a (mgr.14403) 10378 : cluster 0 pgmap v7746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:33:10.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:09 smithi194 bash[32038]: cluster 2023-12-07T21:33:08.385155+0000 mgr.a (mgr.14403) 10378 : cluster 0 pgmap v7746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:33:10.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:09 smithi135 bash[32435]: cluster 2023-12-07T21:33:08.385155+0000 mgr.a (mgr.14403) 10378 : cluster 0 pgmap v7746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T21:33:11.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:10 smithi079 bash[28699]: audit 2023-12-07T21:33:09.170524+0000 mgr.a (mgr.14403) 10379 : audit 0 from='client.212703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:11.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:10 smithi194 bash[32038]: audit 2023-12-07T21:33:09.170524+0000 mgr.a (mgr.14403) 10379 : audit 0 from='client.212703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:11.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:10 smithi135 bash[32435]: audit 2023-12-07T21:33:09.170524+0000 mgr.a (mgr.14403) 10379 : audit 0 from='client.212703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:12.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:11 smithi079 bash[28699]: cluster 2023-12-07T21:33:10.386365+0000 mgr.a (mgr.14403) 10380 : cluster 0 pgmap v7747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:12.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:11 smithi194 bash[32038]: cluster 2023-12-07T21:33:10.386365+0000 mgr.a (mgr.14403) 10380 : cluster 0 pgmap v7747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:12.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:11 smithi135 bash[32435]: cluster 2023-12-07T21:33:10.386365+0000 mgr.a (mgr.14403) 10380 : cluster 0 pgmap v7747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:14.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:13 smithi079 bash[28699]: cluster 2023-12-07T21:33:12.386926+0000 mgr.a (mgr.14403) 10381 : cluster 0 pgmap v7748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:14.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:13 smithi194 bash[32038]: cluster 2023-12-07T21:33:12.386926+0000 mgr.a (mgr.14403) 10381 : cluster 0 pgmap v7748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:14.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:13 smithi135 bash[32435]: cluster 2023-12-07T21:33:12.386926+0000 mgr.a (mgr.14403) 10381 : cluster 0 pgmap v7748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:14.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:33:14.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:14.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:15.589 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:33:15.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:15.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:15.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:15.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:33:16.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:15 smithi079 bash[28699]: cluster 2023-12-07T21:33:14.387666+0000 mgr.a (mgr.14403) 10382 : cluster 0 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-07T21:33:16.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:15 smithi194 bash[32038]: cluster 2023-12-07T21:33:14.387666+0000 mgr.a (mgr.14403) 10382 : cluster 0 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-07T21:33:16.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:15 smithi135 bash[32435]: cluster 2023-12-07T21:33:14.387666+0000 mgr.a (mgr.14403) 10382 : cluster 0 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-07T21:33:17.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:16 smithi079 bash[28699]: audit 2023-12-07T21:33:15.083114+0000 mgr.a (mgr.14403) 10383 : audit 0 from='client.212781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:17.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:16 smithi194 bash[32038]: audit 2023-12-07T21:33:15.083114+0000 mgr.a (mgr.14403) 10383 : audit 0 from='client.212781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:17.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:16 smithi135 bash[32435]: audit 2023-12-07T21:33:15.083114+0000 mgr.a (mgr.14403) 10383 : audit 0 from='client.212781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:18.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:17 smithi079 bash[28699]: cluster 2023-12-07T21:33:16.388428+0000 mgr.a (mgr.14403) 10384 : cluster 0 pgmap v7750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:33:18.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:17 smithi194 bash[32038]: cluster 2023-12-07T21:33:16.388428+0000 mgr.a (mgr.14403) 10384 : cluster 0 pgmap v7750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:33:18.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:17 smithi135 bash[32435]: cluster 2023-12-07T21:33:16.388428+0000 mgr.a (mgr.14403) 10384 : cluster 0 pgmap v7750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:33:20.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:19 smithi079 bash[28699]: cluster 2023-12-07T21:33:18.389026+0000 mgr.a (mgr.14403) 10385 : cluster 0 pgmap v7751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:33:20.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:19 smithi194 bash[32038]: cluster 2023-12-07T21:33:18.389026+0000 mgr.a (mgr.14403) 10385 : cluster 0 pgmap v7751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:33:20.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:19 smithi135 bash[32435]: cluster 2023-12-07T21:33:18.389026+0000 mgr.a (mgr.14403) 10385 : cluster 0 pgmap v7751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T21:33:20.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:33:20.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:20.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:21.511 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:33:21.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:21.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:21.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:21.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:33:22.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:21 smithi079 bash[28699]: cluster 2023-12-07T21:33:20.389865+0000 mgr.a (mgr.14403) 10386 : cluster 0 pgmap v7752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:33:22.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:21 smithi079 bash[28699]: audit 2023-12-07T21:33:21.014455+0000 mgr.a (mgr.14403) 10387 : audit 0 from='client.212856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:22.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:21 smithi194 bash[32038]: cluster 2023-12-07T21:33:20.389865+0000 mgr.a (mgr.14403) 10386 : cluster 0 pgmap v7752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:33:22.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:21 smithi194 bash[32038]: audit 2023-12-07T21:33:21.014455+0000 mgr.a (mgr.14403) 10387 : audit 0 from='client.212856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:22.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:21 smithi135 bash[32435]: cluster 2023-12-07T21:33:20.389865+0000 mgr.a (mgr.14403) 10386 : cluster 0 pgmap v7752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T21:33:22.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:21 smithi135 bash[32435]: audit 2023-12-07T21:33:21.014455+0000 mgr.a (mgr.14403) 10387 : audit 0 from='client.212856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:24.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:23 smithi079 bash[28699]: cluster 2023-12-07T21:33:22.390642+0000 mgr.a (mgr.14403) 10388 : cluster 0 pgmap v7753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:24.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:23 smithi194 bash[32038]: cluster 2023-12-07T21:33:22.390642+0000 mgr.a (mgr.14403) 10388 : cluster 0 pgmap v7753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:24.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:23 smithi135 bash[32435]: cluster 2023-12-07T21:33:22.390642+0000 mgr.a (mgr.14403) 10388 : cluster 0 pgmap v7753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:26.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:25 smithi079 bash[28699]: cluster 2023-12-07T21:33:24.391524+0000 mgr.a (mgr.14403) 10389 : cluster 0 pgmap v7754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:26.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:25 smithi194 bash[32038]: cluster 2023-12-07T21:33:24.391524+0000 mgr.a (mgr.14403) 10389 : cluster 0 pgmap v7754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:26.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:25 smithi135 bash[32435]: cluster 2023-12-07T21:33:24.391524+0000 mgr.a (mgr.14403) 10389 : cluster 0 pgmap v7754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:26.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:33:26.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:26.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:27.412 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:33:27.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:27.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:27.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:27.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:33:28.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:27 smithi079 bash[28699]: cluster 2023-12-07T21:33:26.392244+0000 mgr.a (mgr.14403) 10390 : cluster 0 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-07T21:33:28.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:27 smithi079 bash[28699]: audit 2023-12-07T21:33:26.933453+0000 mgr.a (mgr.14403) 10391 : audit 0 from='client.212931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:28.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:27 smithi194 bash[32038]: cluster 2023-12-07T21:33:26.392244+0000 mgr.a (mgr.14403) 10390 : cluster 0 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-07T21:33:28.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:27 smithi194 bash[32038]: audit 2023-12-07T21:33:26.933453+0000 mgr.a (mgr.14403) 10391 : audit 0 from='client.212931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:28.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:27 smithi135 bash[32435]: cluster 2023-12-07T21:33:26.392244+0000 mgr.a (mgr.14403) 10390 : cluster 0 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-07T21:33:28.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:27 smithi135 bash[32435]: audit 2023-12-07T21:33:26.933453+0000 mgr.a (mgr.14403) 10391 : audit 0 from='client.212931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:30.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:29 smithi194 bash[32038]: cluster 2023-12-07T21:33:28.392924+0000 mgr.a (mgr.14403) 10392 : cluster 0 pgmap v7756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:30.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:29 smithi135 bash[32435]: cluster 2023-12-07T21:33:28.392924+0000 mgr.a (mgr.14403) 10392 : cluster 0 pgmap v7756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:30.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:29 smithi079 bash[28699]: cluster 2023-12-07T21:33:28.392924+0000 mgr.a (mgr.14403) 10392 : cluster 0 pgmap v7756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:32.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:31 smithi194 bash[32038]: cluster 2023-12-07T21:33:30.393889+0000 mgr.a (mgr.14403) 10393 : cluster 0 pgmap v7757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:32.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:31 smithi194 bash[32038]: audit 2023-12-07T21:33:31.820528+0000 mon.a (mon.0) 1888 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:33:32.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:31 smithi135 bash[32435]: cluster 2023-12-07T21:33:30.393889+0000 mgr.a (mgr.14403) 10393 : cluster 0 pgmap v7757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:32.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:31 smithi135 bash[32435]: audit 2023-12-07T21:33:31.820528+0000 mon.a (mon.0) 1888 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:33:32.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:31 smithi079 bash[28699]: cluster 2023-12-07T21:33:30.393889+0000 mgr.a (mgr.14403) 10393 : cluster 0 pgmap v7757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:32.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:31 smithi079 bash[28699]: audit 2023-12-07T21:33:31.820528+0000 mon.a (mon.0) 1888 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:33:32.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:33:32.414 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:32.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:33.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:32 smithi194 bash[32038]: audit 2023-12-07T21:33:32.607307+0000 mon.a (mon.0) 1889 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:33:33.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:32 smithi194 bash[32038]: audit 2023-12-07T21:33:32.609022+0000 mon.a (mon.0) 1890 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:33:33.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:32 smithi194 bash[32038]: audit 2023-12-07T21:33:32.617738+0000 mon.a (mon.0) 1891 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:33:33.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:32 smithi135 bash[32435]: audit 2023-12-07T21:33:32.607307+0000 mon.a (mon.0) 1889 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:33:33.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:32 smithi135 bash[32435]: audit 2023-12-07T21:33:32.609022+0000 mon.a (mon.0) 1890 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:33:33.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:32 smithi135 bash[32435]: audit 2023-12-07T21:33:32.617738+0000 mon.a (mon.0) 1891 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:33:33.301 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:33:33.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:33.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:33.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:33.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:33:33.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:32 smithi079 bash[28699]: audit 2023-12-07T21:33:32.607307+0000 mon.a (mon.0) 1889 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:33:33.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:32 smithi079 bash[28699]: audit 2023-12-07T21:33:32.609022+0000 mon.a (mon.0) 1890 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:33:33.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:32 smithi079 bash[28699]: audit 2023-12-07T21:33:32.617738+0000 mon.a (mon.0) 1891 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:33:34.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:33 smithi194 bash[32038]: cluster 2023-12-07T21:33:32.394337+0000 mgr.a (mgr.14403) 10394 : cluster 0 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-07T21:33:34.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:33 smithi194 bash[32038]: audit 2023-12-07T21:33:32.832049+0000 mgr.a (mgr.14403) 10395 : audit 0 from='client.213009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:34.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:33 smithi135 bash[32435]: cluster 2023-12-07T21:33:32.394337+0000 mgr.a (mgr.14403) 10394 : cluster 0 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-07T21:33:34.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:33 smithi135 bash[32435]: audit 2023-12-07T21:33:32.832049+0000 mgr.a (mgr.14403) 10395 : audit 0 from='client.213009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:34.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:33 smithi079 bash[28699]: cluster 2023-12-07T21:33:32.394337+0000 mgr.a (mgr.14403) 10394 : cluster 0 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-07T21:33:34.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:33 smithi079 bash[28699]: audit 2023-12-07T21:33:32.832049+0000 mgr.a (mgr.14403) 10395 : audit 0 from='client.213009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:36.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:35 smithi194 bash[32038]: cluster 2023-12-07T21:33:34.395242+0000 mgr.a (mgr.14403) 10396 : cluster 0 pgmap v7759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:36.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:35 smithi135 bash[32435]: cluster 2023-12-07T21:33:34.395242+0000 mgr.a (mgr.14403) 10396 : cluster 0 pgmap v7759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:36.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:35 smithi079 bash[28699]: cluster 2023-12-07T21:33:34.395242+0000 mgr.a (mgr.14403) 10396 : cluster 0 pgmap v7759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:38.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:37 smithi194 bash[32038]: cluster 2023-12-07T21:33:36.395952+0000 mgr.a (mgr.14403) 10397 : cluster 0 pgmap v7760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:38.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:37 smithi135 bash[32435]: cluster 2023-12-07T21:33:36.395952+0000 mgr.a (mgr.14403) 10397 : cluster 0 pgmap v7760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:38.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:33:38.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:38.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:38.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:37 smithi079 bash[28699]: cluster 2023-12-07T21:33:36.395952+0000 mgr.a (mgr.14403) 10397 : cluster 0 pgmap v7760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:39.190 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:33:39.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:39.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:39.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:39.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:33:40.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:39 smithi194 bash[32038]: cluster 2023-12-07T21:33:38.396666+0000 mgr.a (mgr.14403) 10398 : cluster 0 pgmap v7761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:40.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:39 smithi194 bash[32038]: audit 2023-12-07T21:33:38.721793+0000 mgr.a (mgr.14403) 10399 : audit 0 from='client.213084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:40.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:39 smithi135 bash[32435]: cluster 2023-12-07T21:33:38.396666+0000 mgr.a (mgr.14403) 10398 : cluster 0 pgmap v7761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:40.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:39 smithi135 bash[32435]: audit 2023-12-07T21:33:38.721793+0000 mgr.a (mgr.14403) 10399 : audit 0 from='client.213084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:40.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:39 smithi079 bash[28699]: cluster 2023-12-07T21:33:38.396666+0000 mgr.a (mgr.14403) 10398 : cluster 0 pgmap v7761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:40.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:39 smithi079 bash[28699]: audit 2023-12-07T21:33:38.721793+0000 mgr.a (mgr.14403) 10399 : audit 0 from='client.213084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:42.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:41 smithi194 bash[32038]: cluster 2023-12-07T21:33:40.397655+0000 mgr.a (mgr.14403) 10400 : cluster 0 pgmap v7762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:42.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:41 smithi135 bash[32435]: cluster 2023-12-07T21:33:40.397655+0000 mgr.a (mgr.14403) 10400 : cluster 0 pgmap v7762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:42.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:41 smithi079 bash[28699]: cluster 2023-12-07T21:33:40.397655+0000 mgr.a (mgr.14403) 10400 : cluster 0 pgmap v7762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:44.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:43 smithi194 bash[32038]: cluster 2023-12-07T21:33:42.398212+0000 mgr.a (mgr.14403) 10401 : cluster 0 pgmap v7763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:44.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:43 smithi135 bash[32435]: cluster 2023-12-07T21:33:42.398212+0000 mgr.a (mgr.14403) 10401 : cluster 0 pgmap v7763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:44.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:33:44.193 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:44.193 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:44.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:43 smithi079 bash[28699]: cluster 2023-12-07T21:33:42.398212+0000 mgr.a (mgr.14403) 10401 : cluster 0 pgmap v7763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:45.077 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:33:45.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:45.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:45.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:45.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:33:46.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:45 smithi194 bash[32038]: cluster 2023-12-07T21:33:44.398952+0000 mgr.a (mgr.14403) 10402 : cluster 0 pgmap v7764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:46.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:45 smithi194 bash[32038]: audit 2023-12-07T21:33:44.614129+0000 mgr.a (mgr.14403) 10403 : audit 0 from='client.213162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:46.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:45 smithi135 bash[32435]: cluster 2023-12-07T21:33:44.398952+0000 mgr.a (mgr.14403) 10402 : cluster 0 pgmap v7764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:46.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:45 smithi135 bash[32435]: audit 2023-12-07T21:33:44.614129+0000 mgr.a (mgr.14403) 10403 : audit 0 from='client.213162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:46.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:45 smithi079 bash[28699]: cluster 2023-12-07T21:33:44.398952+0000 mgr.a (mgr.14403) 10402 : cluster 0 pgmap v7764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:46.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:45 smithi079 bash[28699]: audit 2023-12-07T21:33:44.614129+0000 mgr.a (mgr.14403) 10403 : audit 0 from='client.213162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:48.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:47 smithi194 bash[32038]: cluster 2023-12-07T21:33:46.399572+0000 mgr.a (mgr.14403) 10404 : cluster 0 pgmap v7765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:48.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:47 smithi135 bash[32435]: cluster 2023-12-07T21:33:46.399572+0000 mgr.a (mgr.14403) 10404 : cluster 0 pgmap v7765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:48.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:47 smithi079 bash[28699]: cluster 2023-12-07T21:33:46.399572+0000 mgr.a (mgr.14403) 10404 : cluster 0 pgmap v7765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:50.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:33:50.080 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:50.080 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:50.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:49 smithi194 bash[32038]: cluster 2023-12-07T21:33:48.400084+0000 mgr.a (mgr.14403) 10405 : cluster 0 pgmap v7766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:50.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:49 smithi135 bash[32435]: cluster 2023-12-07T21:33:48.400084+0000 mgr.a (mgr.14403) 10405 : cluster 0 pgmap v7766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:50.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:49 smithi079 bash[28699]: cluster 2023-12-07T21:33:48.400084+0000 mgr.a (mgr.14403) 10405 : cluster 0 pgmap v7766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:33:50.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:50.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:50.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:50.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:33:50.981 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:33:52.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:51 smithi194 bash[32038]: cluster 2023-12-07T21:33:50.400630+0000 mgr.a (mgr.14403) 10406 : cluster 0 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-07T21:33:52.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:51 smithi194 bash[32038]: audit 2023-12-07T21:33:50.485110+0000 mgr.a (mgr.14403) 10407 : audit 0 from='client.213237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:52.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:51 smithi135 bash[32435]: cluster 2023-12-07T21:33:50.400630+0000 mgr.a (mgr.14403) 10406 : cluster 0 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-07T21:33:52.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:51 smithi135 bash[32435]: audit 2023-12-07T21:33:50.485110+0000 mgr.a (mgr.14403) 10407 : audit 0 from='client.213237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:52.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:51 smithi079 bash[28699]: cluster 2023-12-07T21:33:50.400630+0000 mgr.a (mgr.14403) 10406 : cluster 0 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-07T21:33:52.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:51 smithi079 bash[28699]: audit 2023-12-07T21:33:50.485110+0000 mgr.a (mgr.14403) 10407 : audit 0 from='client.213237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:54.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:53 smithi135 bash[32435]: cluster 2023-12-07T21:33:52.401262+0000 mgr.a (mgr.14403) 10408 : cluster 0 pgmap v7768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:54.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:53 smithi079 bash[28699]: cluster 2023-12-07T21:33:52.401262+0000 mgr.a (mgr.14403) 10408 : cluster 0 pgmap v7768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:54.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:53 smithi194 bash[32038]: cluster 2023-12-07T21:33:52.401262+0000 mgr.a (mgr.14403) 10408 : cluster 0 pgmap v7768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:55.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:33:55.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:33:55.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:33:56.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:55 smithi079 bash[28699]: cluster 2023-12-07T21:33:54.402155+0000 mgr.a (mgr.14403) 10409 : cluster 0 pgmap v7769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:56.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:55 smithi194 bash[32038]: cluster 2023-12-07T21:33:54.402155+0000 mgr.a (mgr.14403) 10409 : cluster 0 pgmap v7769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:56.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:55 smithi135 bash[32435]: cluster 2023-12-07T21:33:54.402155+0000 mgr.a (mgr.14403) 10409 : cluster 0 pgmap v7769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:33:56.920 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:33:56.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:33:56.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:33:56.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:33:56.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:33:58.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:57 smithi079 bash[28699]: cluster 2023-12-07T21:33:56.402844+0000 mgr.a (mgr.14403) 10410 : cluster 0 pgmap v7770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:58.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:57 smithi079 bash[28699]: audit 2023-12-07T21:33:56.407819+0000 mgr.a (mgr.14403) 10411 : audit 0 from='client.213312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:58.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:57 smithi194 bash[32038]: cluster 2023-12-07T21:33:56.402844+0000 mgr.a (mgr.14403) 10410 : cluster 0 pgmap v7770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:58.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:57 smithi194 bash[32038]: audit 2023-12-07T21:33:56.407819+0000 mgr.a (mgr.14403) 10411 : audit 0 from='client.213312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:33:58.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:57 smithi135 bash[32435]: cluster 2023-12-07T21:33:56.402844+0000 mgr.a (mgr.14403) 10410 : cluster 0 pgmap v7770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:33:58.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:57 smithi135 bash[32435]: audit 2023-12-07T21:33:56.407819+0000 mgr.a (mgr.14403) 10411 : audit 0 from='client.213312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:00.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:33:59 smithi079 bash[28699]: cluster 2023-12-07T21:33:58.403512+0000 mgr.a (mgr.14403) 10412 : cluster 0 pgmap v7771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:00.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:33:59 smithi194 bash[32038]: cluster 2023-12-07T21:33:58.403512+0000 mgr.a (mgr.14403) 10412 : cluster 0 pgmap v7771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:00.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:33:59 smithi135 bash[32435]: cluster 2023-12-07T21:33:58.403512+0000 mgr.a (mgr.14403) 10412 : cluster 0 pgmap v7771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:01.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:34:01.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:01.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:02.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:01 smithi079 bash[28699]: cluster 2023-12-07T21:34:00.404343+0000 mgr.a (mgr.14403) 10413 : cluster 0 pgmap v7772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:02.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:01 smithi194 bash[32038]: cluster 2023-12-07T21:34:00.404343+0000 mgr.a (mgr.14403) 10413 : cluster 0 pgmap v7772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:02.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:01 smithi135 bash[32435]: cluster 2023-12-07T21:34:00.404343+0000 mgr.a (mgr.14403) 10413 : cluster 0 pgmap v7772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:02.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:02.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:02.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:02.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:34:02.806 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:34:04.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:03 smithi079 bash[28699]: audit 2023-12-07T21:34:02.338639+0000 mgr.a (mgr.14403) 10414 : audit 0 from='client.213384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:04.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:03 smithi079 bash[28699]: cluster 2023-12-07T21:34:02.404893+0000 mgr.a (mgr.14403) 10415 : cluster 0 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-07T21:34:04.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:03 smithi194 bash[32038]: audit 2023-12-07T21:34:02.338639+0000 mgr.a (mgr.14403) 10414 : audit 0 from='client.213384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:04.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:03 smithi194 bash[32038]: cluster 2023-12-07T21:34:02.404893+0000 mgr.a (mgr.14403) 10415 : cluster 0 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-07T21:34:04.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:03 smithi135 bash[32435]: audit 2023-12-07T21:34:02.338639+0000 mgr.a (mgr.14403) 10414 : audit 0 from='client.213384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:04.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:03 smithi135 bash[32435]: cluster 2023-12-07T21:34:02.404893+0000 mgr.a (mgr.14403) 10415 : cluster 0 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-07T21:34:06.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:05 smithi079 bash[28699]: cluster 2023-12-07T21:34:04.405861+0000 mgr.a (mgr.14403) 10416 : cluster 0 pgmap v7774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:06.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:05 smithi194 bash[32038]: cluster 2023-12-07T21:34:04.405861+0000 mgr.a (mgr.14403) 10416 : cluster 0 pgmap v7774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:06.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:05 smithi135 bash[32435]: cluster 2023-12-07T21:34:04.405861+0000 mgr.a (mgr.14403) 10416 : cluster 0 pgmap v7774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:07.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:34:07.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:07.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:08.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:07 smithi079 bash[28699]: cluster 2023-12-07T21:34:06.406511+0000 mgr.a (mgr.14403) 10417 : cluster 0 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-07T21:34:08.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:07 smithi194 bash[32038]: cluster 2023-12-07T21:34:06.406511+0000 mgr.a (mgr.14403) 10417 : cluster 0 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-07T21:34:08.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:07 smithi135 bash[32435]: cluster 2023-12-07T21:34:06.406511+0000 mgr.a (mgr.14403) 10417 : cluster 0 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-07T21:34:08.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:08.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:08.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:08.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:34:08.722 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:34:10.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:09 smithi079 bash[28699]: audit 2023-12-07T21:34:08.237570+0000 mgr.a (mgr.14403) 10418 : audit 0 from='client.213459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:10.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:09 smithi079 bash[28699]: cluster 2023-12-07T21:34:08.407060+0000 mgr.a (mgr.14403) 10419 : cluster 0 pgmap v7776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:10.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:09 smithi194 bash[32038]: audit 2023-12-07T21:34:08.237570+0000 mgr.a (mgr.14403) 10418 : audit 0 from='client.213459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:10.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:09 smithi194 bash[32038]: cluster 2023-12-07T21:34:08.407060+0000 mgr.a (mgr.14403) 10419 : cluster 0 pgmap v7776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:10.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:09 smithi135 bash[32435]: audit 2023-12-07T21:34:08.237570+0000 mgr.a (mgr.14403) 10418 : audit 0 from='client.213459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:10.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:09 smithi135 bash[32435]: cluster 2023-12-07T21:34:08.407060+0000 mgr.a (mgr.14403) 10419 : cluster 0 pgmap v7776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:12.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:11 smithi079 bash[28699]: cluster 2023-12-07T21:34:10.408027+0000 mgr.a (mgr.14403) 10420 : cluster 0 pgmap v7777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:34:12.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:11 smithi194 bash[32038]: cluster 2023-12-07T21:34:10.408027+0000 mgr.a (mgr.14403) 10420 : cluster 0 pgmap v7777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:34:12.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:11 smithi135 bash[32435]: cluster 2023-12-07T21:34:10.408027+0000 mgr.a (mgr.14403) 10420 : cluster 0 pgmap v7777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:34:13.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:34:13.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:13.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:14.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:13 smithi079 bash[28699]: cluster 2023-12-07T21:34:12.408592+0000 mgr.a (mgr.14403) 10421 : cluster 0 pgmap v7778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:34:14.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:13 smithi194 bash[32038]: cluster 2023-12-07T21:34:12.408592+0000 mgr.a (mgr.14403) 10421 : cluster 0 pgmap v7778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:34:14.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:13 smithi135 bash[32435]: cluster 2023-12-07T21:34:12.408592+0000 mgr.a (mgr.14403) 10421 : cluster 0 pgmap v7778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:34:14.623 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:34:14.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:14.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:14.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:14.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:34:16.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:16 smithi079 bash[28699]: audit 2023-12-07T21:34:14.147563+0000 mgr.a (mgr.14403) 10422 : audit 0 from='client.213534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:16.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:16 smithi079 bash[28699]: cluster 2023-12-07T21:34:14.409364+0000 mgr.a (mgr.14403) 10423 : cluster 0 pgmap v7779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:16.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:16 smithi194 bash[32038]: audit 2023-12-07T21:34:14.147563+0000 mgr.a (mgr.14403) 10422 : audit 0 from='client.213534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:16.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:16 smithi194 bash[32038]: cluster 2023-12-07T21:34:14.409364+0000 mgr.a (mgr.14403) 10423 : cluster 0 pgmap v7779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:16.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:16 smithi135 bash[32435]: audit 2023-12-07T21:34:14.147563+0000 mgr.a (mgr.14403) 10422 : audit 0 from='client.213534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:16.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:16 smithi135 bash[32435]: cluster 2023-12-07T21:34:14.409364+0000 mgr.a (mgr.14403) 10423 : cluster 0 pgmap v7779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:18.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:18 smithi079 bash[28699]: cluster 2023-12-07T21:34:16.410103+0000 mgr.a (mgr.14403) 10424 : cluster 0 pgmap v7780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:18.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:18 smithi194 bash[32038]: cluster 2023-12-07T21:34:16.410103+0000 mgr.a (mgr.14403) 10424 : cluster 0 pgmap v7780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:18.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:18 smithi135 bash[32435]: cluster 2023-12-07T21:34:16.410103+0000 mgr.a (mgr.14403) 10424 : cluster 0 pgmap v7780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:19.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:34:19.626 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:19.626 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:20.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:20 smithi079 bash[28699]: cluster 2023-12-07T21:34:18.410765+0000 mgr.a (mgr.14403) 10425 : cluster 0 pgmap v7781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:20.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:20 smithi194 bash[32038]: cluster 2023-12-07T21:34:18.410765+0000 mgr.a (mgr.14403) 10425 : cluster 0 pgmap v7781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:20.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:20 smithi135 bash[32435]: cluster 2023-12-07T21:34:18.410765+0000 mgr.a (mgr.14403) 10425 : cluster 0 pgmap v7781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:20.490 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:34:20.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:20.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:20.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:20.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:34:21.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:21 smithi079 bash[28699]: audit 2023-12-07T21:34:20.046225+0000 mgr.a (mgr.14403) 10426 : audit 0 from='client.213612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:21.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:21 smithi194 bash[32038]: audit 2023-12-07T21:34:20.046225+0000 mgr.a (mgr.14403) 10426 : audit 0 from='client.213612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:21.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:21 smithi135 bash[32435]: audit 2023-12-07T21:34:20.046225+0000 mgr.a (mgr.14403) 10426 : audit 0 from='client.213612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:22.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:22 smithi079 bash[28699]: cluster 2023-12-07T21:34:20.411975+0000 mgr.a (mgr.14403) 10427 : cluster 0 pgmap v7782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:22.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:22 smithi194 bash[32038]: cluster 2023-12-07T21:34:20.411975+0000 mgr.a (mgr.14403) 10427 : cluster 0 pgmap v7782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:22.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:22 smithi135 bash[32435]: cluster 2023-12-07T21:34:20.411975+0000 mgr.a (mgr.14403) 10427 : cluster 0 pgmap v7782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:24.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:24 smithi079 bash[28699]: cluster 2023-12-07T21:34:22.412717+0000 mgr.a (mgr.14403) 10428 : cluster 0 pgmap v7783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:34:24.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:24 smithi194 bash[32038]: cluster 2023-12-07T21:34:22.412717+0000 mgr.a (mgr.14403) 10428 : cluster 0 pgmap v7783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:34:24.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:24 smithi135 bash[32435]: cluster 2023-12-07T21:34:22.412717+0000 mgr.a (mgr.14403) 10428 : cluster 0 pgmap v7783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:34:25.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:34:25.493 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:25.493 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:26.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:26 smithi079 bash[28699]: cluster 2023-12-07T21:34:24.413504+0000 mgr.a (mgr.14403) 10429 : cluster 0 pgmap v7784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:34:26.424 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:34:26.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:26.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:26.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:26.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:34:26.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:26 smithi194 bash[32038]: cluster 2023-12-07T21:34:24.413504+0000 mgr.a (mgr.14403) 10429 : cluster 0 pgmap v7784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:34:26.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:26 smithi135 bash[32435]: cluster 2023-12-07T21:34:24.413504+0000 mgr.a (mgr.14403) 10429 : cluster 0 pgmap v7784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:34:27.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:27 smithi079 bash[28699]: audit 2023-12-07T21:34:25.916743+0000 mgr.a (mgr.14403) 10430 : audit 0 from='client.213690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:27.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:27 smithi194 bash[32038]: audit 2023-12-07T21:34:25.916743+0000 mgr.a (mgr.14403) 10430 : audit 0 from='client.213690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:27.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:27 smithi135 bash[32435]: audit 2023-12-07T21:34:25.916743+0000 mgr.a (mgr.14403) 10430 : audit 0 from='client.213690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:28.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:28 smithi079 bash[28699]: cluster 2023-12-07T21:34:26.414064+0000 mgr.a (mgr.14403) 10431 : cluster 0 pgmap v7785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:28.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:28 smithi194 bash[32038]: cluster 2023-12-07T21:34:26.414064+0000 mgr.a (mgr.14403) 10431 : cluster 0 pgmap v7785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:28.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:28 smithi135 bash[32435]: cluster 2023-12-07T21:34:26.414064+0000 mgr.a (mgr.14403) 10431 : cluster 0 pgmap v7785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:30.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:30 smithi079 bash[28699]: cluster 2023-12-07T21:34:28.414632+0000 mgr.a (mgr.14403) 10432 : cluster 0 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-07T21:34:30.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:30 smithi194 bash[32038]: cluster 2023-12-07T21:34:28.414632+0000 mgr.a (mgr.14403) 10432 : cluster 0 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-07T21:34:30.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:30 smithi135 bash[32435]: cluster 2023-12-07T21:34:28.414632+0000 mgr.a (mgr.14403) 10432 : cluster 0 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-07T21:34:31.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:34:31.428 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:31.428 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:32.354 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:34:32.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:32.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:32.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:32.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:34:32.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:32 smithi079 bash[28699]: cluster 2023-12-07T21:34:30.415453+0000 mgr.a (mgr.14403) 10433 : cluster 0 pgmap v7787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:32.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:32 smithi194 bash[32038]: cluster 2023-12-07T21:34:30.415453+0000 mgr.a (mgr.14403) 10433 : cluster 0 pgmap v7787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:32.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:32 smithi135 bash[32435]: cluster 2023-12-07T21:34:30.415453+0000 mgr.a (mgr.14403) 10433 : cluster 0 pgmap v7787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:33.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:33 smithi079 bash[28699]: audit 2023-12-07T21:34:31.858519+0000 mgr.a (mgr.14403) 10434 : audit 0 from='client.213768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:33.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:33 smithi079 bash[28699]: audit 2023-12-07T21:34:32.718590+0000 mon.a (mon.0) 1892 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:34:33.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:33 smithi194 bash[32038]: audit 2023-12-07T21:34:31.858519+0000 mgr.a (mgr.14403) 10434 : audit 0 from='client.213768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:33.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:33 smithi194 bash[32038]: audit 2023-12-07T21:34:32.718590+0000 mon.a (mon.0) 1892 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:34:33.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:33 smithi135 bash[32435]: audit 2023-12-07T21:34:31.858519+0000 mgr.a (mgr.14403) 10434 : audit 0 from='client.213768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:33.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:33 smithi135 bash[32435]: audit 2023-12-07T21:34:32.718590+0000 mon.a (mon.0) 1892 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:34:34.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:34 smithi079 bash[28699]: cluster 2023-12-07T21:34:32.416171+0000 mgr.a (mgr.14403) 10435 : cluster 0 pgmap v7788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:34.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:34 smithi079 bash[28699]: audit 2023-12-07T21:34:33.463992+0000 mon.a (mon.0) 1893 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:34:34.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:34 smithi079 bash[28699]: audit 2023-12-07T21:34:33.465583+0000 mon.a (mon.0) 1894 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:34:34.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:34 smithi079 bash[28699]: audit 2023-12-07T21:34:33.472416+0000 mon.a (mon.0) 1895 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:34:34.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:34 smithi194 bash[32038]: cluster 2023-12-07T21:34:32.416171+0000 mgr.a (mgr.14403) 10435 : cluster 0 pgmap v7788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:34.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:34 smithi194 bash[32038]: audit 2023-12-07T21:34:33.463992+0000 mon.a (mon.0) 1893 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:34:34.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:34 smithi194 bash[32038]: audit 2023-12-07T21:34:33.465583+0000 mon.a (mon.0) 1894 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:34:34.438 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:34 smithi194 bash[32038]: audit 2023-12-07T21:34:33.472416+0000 mon.a (mon.0) 1895 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:34:34.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:34 smithi135 bash[32435]: cluster 2023-12-07T21:34:32.416171+0000 mgr.a (mgr.14403) 10435 : cluster 0 pgmap v7788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:34.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:34 smithi135 bash[32435]: audit 2023-12-07T21:34:33.463992+0000 mon.a (mon.0) 1893 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:34:34.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:34 smithi135 bash[32435]: audit 2023-12-07T21:34:33.465583+0000 mon.a (mon.0) 1894 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:34:34.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:34 smithi135 bash[32435]: audit 2023-12-07T21:34:33.472416+0000 mon.a (mon.0) 1895 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:34:36.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:36 smithi079 bash[28699]: cluster 2023-12-07T21:34:34.416941+0000 mgr.a (mgr.14403) 10436 : cluster 0 pgmap v7789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:36.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:36 smithi194 bash[32038]: cluster 2023-12-07T21:34:34.416941+0000 mgr.a (mgr.14403) 10436 : cluster 0 pgmap v7789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:36.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:36 smithi135 bash[32435]: cluster 2023-12-07T21:34:34.416941+0000 mgr.a (mgr.14403) 10436 : cluster 0 pgmap v7789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:37.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:34:37.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:37.357 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:38.257 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:34:38.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:38.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:38.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:38.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:34:38.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:38 smithi079 bash[28699]: cluster 2023-12-07T21:34:36.417487+0000 mgr.a (mgr.14403) 10437 : cluster 0 pgmap v7790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:38.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:38 smithi194 bash[32038]: cluster 2023-12-07T21:34:36.417487+0000 mgr.a (mgr.14403) 10437 : cluster 0 pgmap v7790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:38.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:38 smithi135 bash[32435]: cluster 2023-12-07T21:34:36.417487+0000 mgr.a (mgr.14403) 10437 : cluster 0 pgmap v7790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:39.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:39 smithi079 bash[28699]: audit 2023-12-07T21:34:37.778659+0000 mgr.a (mgr.14403) 10438 : audit 0 from='client.213843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:39.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:39 smithi194 bash[32038]: audit 2023-12-07T21:34:37.778659+0000 mgr.a (mgr.14403) 10438 : audit 0 from='client.213843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:39.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:39 smithi135 bash[32435]: audit 2023-12-07T21:34:37.778659+0000 mgr.a (mgr.14403) 10438 : audit 0 from='client.213843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:40.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:40 smithi079 bash[28699]: cluster 2023-12-07T21:34:38.418210+0000 mgr.a (mgr.14403) 10439 : cluster 0 pgmap v7791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:40.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:40 smithi194 bash[32038]: cluster 2023-12-07T21:34:38.418210+0000 mgr.a (mgr.14403) 10439 : cluster 0 pgmap v7791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:40.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:40 smithi135 bash[32435]: cluster 2023-12-07T21:34:38.418210+0000 mgr.a (mgr.14403) 10439 : cluster 0 pgmap v7791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:41.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:41 smithi079 bash[28699]: cluster 2023-12-07T21:34:40.419088+0000 mgr.a (mgr.14403) 10440 : cluster 0 pgmap v7792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:41.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:41 smithi194 bash[32038]: cluster 2023-12-07T21:34:40.419088+0000 mgr.a (mgr.14403) 10440 : cluster 0 pgmap v7792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:41.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:41 smithi135 bash[32435]: cluster 2023-12-07T21:34:40.419088+0000 mgr.a (mgr.14403) 10440 : cluster 0 pgmap v7792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:34:43.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:34:43.261 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:43.261 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:43.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:43 smithi079 bash[28699]: cluster 2023-12-07T21:34:42.419523+0000 mgr.a (mgr.14403) 10441 : cluster 0 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-07T21:34:43.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:43 smithi194 bash[32038]: cluster 2023-12-07T21:34:42.419523+0000 mgr.a (mgr.14403) 10441 : cluster 0 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-07T21:34:43.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:43 smithi135 bash[32435]: cluster 2023-12-07T21:34:42.419523+0000 mgr.a (mgr.14403) 10441 : cluster 0 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-07T21:34:44.156 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:34:44.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:44.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:44.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:44.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:34:44.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:44 smithi079 bash[28699]: audit 2023-12-07T21:34:43.677116+0000 mgr.a (mgr.14403) 10442 : audit 0 from='client.213921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:44.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:44 smithi194 bash[32038]: audit 2023-12-07T21:34:43.677116+0000 mgr.a (mgr.14403) 10442 : audit 0 from='client.213921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:44.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:44 smithi135 bash[32435]: audit 2023-12-07T21:34:43.677116+0000 mgr.a (mgr.14403) 10442 : audit 0 from='client.213921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:45.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:45 smithi079 bash[28699]: cluster 2023-12-07T21:34:44.420528+0000 mgr.a (mgr.14403) 10443 : cluster 0 pgmap v7794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:45.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:45 smithi194 bash[32038]: cluster 2023-12-07T21:34:44.420528+0000 mgr.a (mgr.14403) 10443 : cluster 0 pgmap v7794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:45.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:45 smithi135 bash[32435]: cluster 2023-12-07T21:34:44.420528+0000 mgr.a (mgr.14403) 10443 : cluster 0 pgmap v7794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:47.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:47 smithi079 bash[28699]: cluster 2023-12-07T21:34:46.421083+0000 mgr.a (mgr.14403) 10444 : cluster 0 pgmap v7795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:47.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:47 smithi194 bash[32038]: cluster 2023-12-07T21:34:46.421083+0000 mgr.a (mgr.14403) 10444 : cluster 0 pgmap v7795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:47.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:47 smithi135 bash[32435]: cluster 2023-12-07T21:34:46.421083+0000 mgr.a (mgr.14403) 10444 : cluster 0 pgmap v7795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:49.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:34:49.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:49.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:49.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:49 smithi079 bash[28699]: cluster 2023-12-07T21:34:48.421639+0000 mgr.a (mgr.14403) 10445 : cluster 0 pgmap v7796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:49.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:49 smithi194 bash[32038]: cluster 2023-12-07T21:34:48.421639+0000 mgr.a (mgr.14403) 10445 : cluster 0 pgmap v7796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:49.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:49 smithi135 bash[32435]: cluster 2023-12-07T21:34:48.421639+0000 mgr.a (mgr.14403) 10445 : cluster 0 pgmap v7796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:50.066 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:34:50.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:50.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:50.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:50.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:34:50.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:50 smithi079 bash[28699]: audit 2023-12-07T21:34:49.581633+0000 mgr.a (mgr.14403) 10446 : audit 0 from='client.213996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:50.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:50 smithi194 bash[32038]: audit 2023-12-07T21:34:49.581633+0000 mgr.a (mgr.14403) 10446 : audit 0 from='client.213996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:50.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:50 smithi135 bash[32435]: audit 2023-12-07T21:34:49.581633+0000 mgr.a (mgr.14403) 10446 : audit 0 from='client.213996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:51.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:51 smithi079 bash[28699]: cluster 2023-12-07T21:34:50.422656+0000 mgr.a (mgr.14403) 10447 : cluster 0 pgmap v7797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:51.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:51 smithi194 bash[32038]: cluster 2023-12-07T21:34:50.422656+0000 mgr.a (mgr.14403) 10447 : cluster 0 pgmap v7797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:51.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:51 smithi135 bash[32435]: cluster 2023-12-07T21:34:50.422656+0000 mgr.a (mgr.14403) 10447 : cluster 0 pgmap v7797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:53.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:53 smithi079 bash[28699]: cluster 2023-12-07T21:34:52.423322+0000 mgr.a (mgr.14403) 10448 : cluster 0 pgmap v7798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:53.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:53 smithi194 bash[32038]: cluster 2023-12-07T21:34:52.423322+0000 mgr.a (mgr.14403) 10448 : cluster 0 pgmap v7798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:53.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:53 smithi135 bash[32435]: cluster 2023-12-07T21:34:52.423322+0000 mgr.a (mgr.14403) 10448 : cluster 0 pgmap v7798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:34:55.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:34:55.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:34:55.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:34:55.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:55 smithi079 bash[28699]: cluster 2023-12-07T21:34:54.424278+0000 mgr.a (mgr.14403) 10449 : cluster 0 pgmap v7799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:55.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:55 smithi194 bash[32038]: cluster 2023-12-07T21:34:54.424278+0000 mgr.a (mgr.14403) 10449 : cluster 0 pgmap v7799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:55.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:55 smithi135 bash[32435]: cluster 2023-12-07T21:34:54.424278+0000 mgr.a (mgr.14403) 10449 : cluster 0 pgmap v7799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:55.984 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:34:55.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:34:55.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:34:55.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:34:55.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:34:56.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:56 smithi079 bash[28699]: audit 2023-12-07T21:34:55.501331+0000 mgr.a (mgr.14403) 10450 : audit 0 from='client.214074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:56.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:56 smithi194 bash[32038]: audit 2023-12-07T21:34:55.501331+0000 mgr.a (mgr.14403) 10450 : audit 0 from='client.214074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:56.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:56 smithi135 bash[32435]: audit 2023-12-07T21:34:55.501331+0000 mgr.a (mgr.14403) 10450 : audit 0 from='client.214074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:34:57.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:57 smithi079 bash[28699]: cluster 2023-12-07T21:34:56.424981+0000 mgr.a (mgr.14403) 10451 : cluster 0 pgmap v7800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:57.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:57 smithi194 bash[32038]: cluster 2023-12-07T21:34:56.424981+0000 mgr.a (mgr.14403) 10451 : cluster 0 pgmap v7800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:57.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:57 smithi135 bash[32435]: cluster 2023-12-07T21:34:56.424981+0000 mgr.a (mgr.14403) 10451 : cluster 0 pgmap v7800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:59.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:34:59 smithi079 bash[28699]: cluster 2023-12-07T21:34:58.425544+0000 mgr.a (mgr.14403) 10452 : cluster 0 pgmap v7801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:59.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:34:59 smithi194 bash[32038]: cluster 2023-12-07T21:34:58.425544+0000 mgr.a (mgr.14403) 10452 : cluster 0 pgmap v7801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:34:59.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:34:59 smithi135 bash[32435]: cluster 2023-12-07T21:34:58.425544+0000 mgr.a (mgr.14403) 10452 : cluster 0 pgmap v7801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:00.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:35:00.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:00.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:01.691 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:01 smithi135 bash[32435]: cluster 2023-12-07T21:35:00.426329+0000 mgr.a (mgr.14403) 10453 : cluster 0 pgmap v7802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:01.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:01 smithi079 bash[28699]: cluster 2023-12-07T21:35:00.426329+0000 mgr.a (mgr.14403) 10453 : cluster 0 pgmap v7802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:01.912 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:35:01.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:01.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:01.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:01.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:35:01.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:01 smithi194 bash[32038]: cluster 2023-12-07T21:35:00.426329+0000 mgr.a (mgr.14403) 10453 : cluster 0 pgmap v7802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:02.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:02 smithi079 bash[28699]: audit 2023-12-07T21:35:01.411610+0000 mgr.a (mgr.14403) 10454 : audit 0 from='client.214146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:02.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:02 smithi194 bash[32038]: audit 2023-12-07T21:35:01.411610+0000 mgr.a (mgr.14403) 10454 : audit 0 from='client.214146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:02.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:02 smithi135 bash[32435]: audit 2023-12-07T21:35:01.411610+0000 mgr.a (mgr.14403) 10454 : audit 0 from='client.214146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:03.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:03 smithi079 bash[28699]: cluster 2023-12-07T21:35:02.427136+0000 mgr.a (mgr.14403) 10455 : cluster 0 pgmap v7803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:03.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:03 smithi194 bash[32038]: cluster 2023-12-07T21:35:02.427136+0000 mgr.a (mgr.14403) 10455 : cluster 0 pgmap v7803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:03.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:03 smithi135 bash[32435]: cluster 2023-12-07T21:35:02.427136+0000 mgr.a (mgr.14403) 10455 : cluster 0 pgmap v7803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:05.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:05 smithi079 bash[28699]: cluster 2023-12-07T21:35:04.427910+0000 mgr.a (mgr.14403) 10456 : cluster 0 pgmap v7804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:05.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:05 smithi194 bash[32038]: cluster 2023-12-07T21:35:04.427910+0000 mgr.a (mgr.14403) 10456 : cluster 0 pgmap v7804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:05.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:05 smithi135 bash[32435]: cluster 2023-12-07T21:35:04.427910+0000 mgr.a (mgr.14403) 10456 : cluster 0 pgmap v7804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:06.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:35:06.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:06.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:07.817 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:35:07.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:07.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:07.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:07.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:35:07.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:07 smithi079 bash[28699]: cluster 2023-12-07T21:35:06.428479+0000 mgr.a (mgr.14403) 10457 : cluster 0 pgmap v7805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:07.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:07 smithi194 bash[32038]: cluster 2023-12-07T21:35:06.428479+0000 mgr.a (mgr.14403) 10457 : cluster 0 pgmap v7805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:07.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:07 smithi135 bash[32435]: cluster 2023-12-07T21:35:06.428479+0000 mgr.a (mgr.14403) 10457 : cluster 0 pgmap v7805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:08.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:08 smithi079 bash[28699]: audit 2023-12-07T21:35:07.342882+0000 mgr.a (mgr.14403) 10458 : audit 0 from='client.214221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:08.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:08 smithi194 bash[32038]: audit 2023-12-07T21:35:07.342882+0000 mgr.a (mgr.14403) 10458 : audit 0 from='client.214221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:08.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:08 smithi135 bash[32435]: audit 2023-12-07T21:35:07.342882+0000 mgr.a (mgr.14403) 10458 : audit 0 from='client.214221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:09.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:09 smithi079 bash[28699]: cluster 2023-12-07T21:35:08.429124+0000 mgr.a (mgr.14403) 10459 : cluster 0 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-07T21:35:09.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:09 smithi194 bash[32038]: cluster 2023-12-07T21:35:08.429124+0000 mgr.a (mgr.14403) 10459 : cluster 0 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-07T21:35:09.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:09 smithi135 bash[32435]: cluster 2023-12-07T21:35:08.429124+0000 mgr.a (mgr.14403) 10459 : cluster 0 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-07T21:35:11.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:11 smithi079 bash[28699]: cluster 2023-12-07T21:35:10.429915+0000 mgr.a (mgr.14403) 10460 : cluster 0 pgmap v7807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:11.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:11 smithi194 bash[32038]: cluster 2023-12-07T21:35:10.429915+0000 mgr.a (mgr.14403) 10460 : cluster 0 pgmap v7807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:11.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:11 smithi135 bash[32435]: cluster 2023-12-07T21:35:10.429915+0000 mgr.a (mgr.14403) 10460 : cluster 0 pgmap v7807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:12.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:35:12.821 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:12.821 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:13.703 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:35:13.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:13.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:13.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:13.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:35:13.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:13 smithi079 bash[28699]: cluster 2023-12-07T21:35:12.430464+0000 mgr.a (mgr.14403) 10461 : cluster 0 pgmap v7808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:13.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:13 smithi194 bash[32038]: cluster 2023-12-07T21:35:12.430464+0000 mgr.a (mgr.14403) 10461 : cluster 0 pgmap v7808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:13.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:13 smithi135 bash[32435]: cluster 2023-12-07T21:35:12.430464+0000 mgr.a (mgr.14403) 10461 : cluster 0 pgmap v7808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:14.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:14 smithi079 bash[28699]: audit 2023-12-07T21:35:13.246025+0000 mgr.a (mgr.14403) 10462 : audit 0 from='client.214293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:14.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:14 smithi194 bash[32038]: audit 2023-12-07T21:35:13.246025+0000 mgr.a (mgr.14403) 10462 : audit 0 from='client.214293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:14.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:14 smithi135 bash[32435]: audit 2023-12-07T21:35:13.246025+0000 mgr.a (mgr.14403) 10462 : audit 0 from='client.214293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:15.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:15 smithi079 bash[28699]: cluster 2023-12-07T21:35:14.431377+0000 mgr.a (mgr.14403) 10463 : cluster 0 pgmap v7809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:35:15.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:15 smithi194 bash[32038]: cluster 2023-12-07T21:35:14.431377+0000 mgr.a (mgr.14403) 10463 : cluster 0 pgmap v7809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:35:15.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:15 smithi135 bash[32435]: cluster 2023-12-07T21:35:14.431377+0000 mgr.a (mgr.14403) 10463 : cluster 0 pgmap v7809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:35:17.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:17 smithi079 bash[28699]: cluster 2023-12-07T21:35:16.431974+0000 mgr.a (mgr.14403) 10464 : cluster 0 pgmap v7810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:35:17.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:17 smithi194 bash[32038]: cluster 2023-12-07T21:35:16.431974+0000 mgr.a (mgr.14403) 10464 : cluster 0 pgmap v7810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:35:17.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:17 smithi135 bash[32435]: cluster 2023-12-07T21:35:16.431974+0000 mgr.a (mgr.14403) 10464 : cluster 0 pgmap v7810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:35:18.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:35:18.707 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:18.707 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:19.577 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:35:19.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:19.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:19.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:19.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:35:19.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:19 smithi079 bash[28699]: cluster 2023-12-07T21:35:18.432580+0000 mgr.a (mgr.14403) 10465 : cluster 0 pgmap v7811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:35:19.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:19 smithi194 bash[32038]: cluster 2023-12-07T21:35:18.432580+0000 mgr.a (mgr.14403) 10465 : cluster 0 pgmap v7811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:35:19.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:19 smithi135 bash[32435]: cluster 2023-12-07T21:35:18.432580+0000 mgr.a (mgr.14403) 10465 : cluster 0 pgmap v7811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:35:20.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:20 smithi079 bash[28699]: audit 2023-12-07T21:35:19.118745+0000 mgr.a (mgr.14403) 10466 : audit 0 from='client.214368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:20.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:20 smithi194 bash[32038]: audit 2023-12-07T21:35:19.118745+0000 mgr.a (mgr.14403) 10466 : audit 0 from='client.214368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:20.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:20 smithi135 bash[32435]: audit 2023-12-07T21:35:19.118745+0000 mgr.a (mgr.14403) 10466 : audit 0 from='client.214368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:21.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:21 smithi079 bash[28699]: cluster 2023-12-07T21:35:20.433543+0000 mgr.a (mgr.14403) 10467 : cluster 0 pgmap v7812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:21.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:21 smithi194 bash[32038]: cluster 2023-12-07T21:35:20.433543+0000 mgr.a (mgr.14403) 10467 : cluster 0 pgmap v7812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:21.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:21 smithi135 bash[32435]: cluster 2023-12-07T21:35:20.433543+0000 mgr.a (mgr.14403) 10467 : cluster 0 pgmap v7812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:23.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:23 smithi079 bash[28699]: cluster 2023-12-07T21:35:22.434179+0000 mgr.a (mgr.14403) 10468 : cluster 0 pgmap v7813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:23.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:23 smithi194 bash[32038]: cluster 2023-12-07T21:35:22.434179+0000 mgr.a (mgr.14403) 10468 : cluster 0 pgmap v7813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:23.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:23 smithi135 bash[32435]: cluster 2023-12-07T21:35:22.434179+0000 mgr.a (mgr.14403) 10468 : cluster 0 pgmap v7813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:24.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:35:24.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:24.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:25.465 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:35:25.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:25.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:25.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:25.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:35:25.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:25 smithi079 bash[28699]: cluster 2023-12-07T21:35:24.434948+0000 mgr.a (mgr.14403) 10469 : cluster 0 pgmap v7814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:25.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:25 smithi079 bash[28699]: audit 2023-12-07T21:35:25.000906+0000 mgr.a (mgr.14403) 10470 : audit 0 from='client.214440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:25.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:25 smithi194 bash[32038]: cluster 2023-12-07T21:35:24.434948+0000 mgr.a (mgr.14403) 10469 : cluster 0 pgmap v7814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:25.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:25 smithi194 bash[32038]: audit 2023-12-07T21:35:25.000906+0000 mgr.a (mgr.14403) 10470 : audit 0 from='client.214440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:25.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:25 smithi135 bash[32435]: cluster 2023-12-07T21:35:24.434948+0000 mgr.a (mgr.14403) 10469 : cluster 0 pgmap v7814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:25.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:25 smithi135 bash[32435]: audit 2023-12-07T21:35:25.000906+0000 mgr.a (mgr.14403) 10470 : audit 0 from='client.214440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:27.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:27 smithi079 bash[28699]: cluster 2023-12-07T21:35:26.435653+0000 mgr.a (mgr.14403) 10471 : cluster 0 pgmap v7815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:35:27.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:27 smithi194 bash[32038]: cluster 2023-12-07T21:35:26.435653+0000 mgr.a (mgr.14403) 10471 : cluster 0 pgmap v7815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:35:27.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:27 smithi135 bash[32435]: cluster 2023-12-07T21:35:26.435653+0000 mgr.a (mgr.14403) 10471 : cluster 0 pgmap v7815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:35:29.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:29 smithi079 bash[28699]: cluster 2023-12-07T21:35:28.436247+0000 mgr.a (mgr.14403) 10472 : cluster 0 pgmap v7816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:35:29.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:29 smithi194 bash[32038]: cluster 2023-12-07T21:35:28.436247+0000 mgr.a (mgr.14403) 10472 : cluster 0 pgmap v7816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:35:29.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:29 smithi135 bash[32435]: cluster 2023-12-07T21:35:28.436247+0000 mgr.a (mgr.14403) 10472 : cluster 0 pgmap v7816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T21:35:30.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:35:30.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:30.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:31.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:35:31.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:31.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:31.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:31.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:35:31.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:31 smithi079 bash[28699]: cluster 2023-12-07T21:35:30.436976+0000 mgr.a (mgr.14403) 10473 : cluster 0 pgmap v7817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:35:31.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:31 smithi079 bash[28699]: audit 2023-12-07T21:35:30.890519+0000 mgr.a (mgr.14403) 10474 : audit 0 from='client.214518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:31.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:31 smithi194 bash[32038]: cluster 2023-12-07T21:35:30.436976+0000 mgr.a (mgr.14403) 10473 : cluster 0 pgmap v7817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:35:31.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:31 smithi194 bash[32038]: audit 2023-12-07T21:35:30.890519+0000 mgr.a (mgr.14403) 10474 : audit 0 from='client.214518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:31.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:31 smithi135 bash[32435]: cluster 2023-12-07T21:35:30.436976+0000 mgr.a (mgr.14403) 10473 : cluster 0 pgmap v7817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T21:35:31.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:31 smithi135 bash[32435]: audit 2023-12-07T21:35:30.890519+0000 mgr.a (mgr.14403) 10474 : audit 0 from='client.214518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:33.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:33 smithi079 bash[28699]: cluster 2023-12-07T21:35:32.437610+0000 mgr.a (mgr.14403) 10475 : cluster 0 pgmap v7818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:33.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:33 smithi079 bash[28699]: audit 2023-12-07T21:35:33.575989+0000 mon.a (mon.0) 1896 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:35:33.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:33 smithi194 bash[32038]: cluster 2023-12-07T21:35:32.437610+0000 mgr.a (mgr.14403) 10475 : cluster 0 pgmap v7818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:33.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:33 smithi194 bash[32038]: audit 2023-12-07T21:35:33.575989+0000 mon.a (mon.0) 1896 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:35:33.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:33 smithi135 bash[32435]: cluster 2023-12-07T21:35:32.437610+0000 mgr.a (mgr.14403) 10475 : cluster 0 pgmap v7818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:33.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:33 smithi135 bash[32435]: audit 2023-12-07T21:35:33.575989+0000 mon.a (mon.0) 1896 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:35:35.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:35 smithi079 bash[28699]: cluster 2023-12-07T21:35:34.438577+0000 mgr.a (mgr.14403) 10476 : cluster 0 pgmap v7819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:35.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:35 smithi194 bash[32038]: cluster 2023-12-07T21:35:34.438577+0000 mgr.a (mgr.14403) 10476 : cluster 0 pgmap v7819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:35.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:35 smithi135 bash[32435]: cluster 2023-12-07T21:35:34.438577+0000 mgr.a (mgr.14403) 10476 : cluster 0 pgmap v7819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:36.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:35:36.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:36.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:37.269 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:35:37.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:37.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:37.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:37.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:35:37.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:37 smithi079 bash[28699]: cluster 2023-12-07T21:35:36.439302+0000 mgr.a (mgr.14403) 10477 : cluster 0 pgmap v7820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:37.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:37 smithi079 bash[28699]: audit 2023-12-07T21:35:36.797825+0000 mgr.a (mgr.14403) 10478 : audit 0 from='client.214593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:37.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:37 smithi194 bash[32038]: cluster 2023-12-07T21:35:36.439302+0000 mgr.a (mgr.14403) 10477 : cluster 0 pgmap v7820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:37.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:37 smithi194 bash[32038]: audit 2023-12-07T21:35:36.797825+0000 mgr.a (mgr.14403) 10478 : audit 0 from='client.214593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:37.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:37 smithi135 bash[32435]: cluster 2023-12-07T21:35:36.439302+0000 mgr.a (mgr.14403) 10477 : cluster 0 pgmap v7820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:37.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:37 smithi135 bash[32435]: audit 2023-12-07T21:35:36.797825+0000 mgr.a (mgr.14403) 10478 : audit 0 from='client.214593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:40.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:39 smithi194 bash[32038]: cluster 2023-12-07T21:35:38.440007+0000 mgr.a (mgr.14403) 10479 : cluster 0 pgmap v7821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:40.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:39 smithi194 bash[32038]: audit 2023-12-07T21:35:38.927533+0000 mon.a (mon.0) 1897 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:39 smithi194 bash[32038]: audit 2023-12-07T21:35:38.933016+0000 mon.a (mon.0) 1898 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:39 smithi194 bash[32038]: audit 2023-12-07T21:35:38.979743+0000 mon.a (mon.0) 1899 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:39 smithi194 bash[32038]: audit 2023-12-07T21:35:38.983578+0000 mon.a (mon.0) 1900 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:39 smithi194 bash[32038]: audit 2023-12-07T21:35:38.988540+0000 mon.a (mon.0) 1901 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:39 smithi194 bash[32038]: audit 2023-12-07T21:35:38.994279+0000 mon.a (mon.0) 1902 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:39 smithi194 bash[32038]: audit 2023-12-07T21:35:39.678579+0000 mon.a (mon.0) 1903 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:35:40.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:39 smithi194 bash[32038]: audit 2023-12-07T21:35:39.680627+0000 mon.a (mon.0) 1904 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:35:40.188 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:39 smithi194 bash[32038]: audit 2023-12-07T21:35:39.691090+0000 mon.a (mon.0) 1905 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:39 smithi135 bash[32435]: cluster 2023-12-07T21:35:38.440007+0000 mgr.a (mgr.14403) 10479 : cluster 0 pgmap v7821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:40.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:39 smithi135 bash[32435]: audit 2023-12-07T21:35:38.927533+0000 mon.a (mon.0) 1897 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:39 smithi135 bash[32435]: audit 2023-12-07T21:35:38.933016+0000 mon.a (mon.0) 1898 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:39 smithi135 bash[32435]: audit 2023-12-07T21:35:38.979743+0000 mon.a (mon.0) 1899 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:39 smithi135 bash[32435]: audit 2023-12-07T21:35:38.983578+0000 mon.a (mon.0) 1900 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:39 smithi135 bash[32435]: audit 2023-12-07T21:35:38.988540+0000 mon.a (mon.0) 1901 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:39 smithi135 bash[32435]: audit 2023-12-07T21:35:38.994279+0000 mon.a (mon.0) 1902 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:39 smithi135 bash[32435]: audit 2023-12-07T21:35:39.678579+0000 mon.a (mon.0) 1903 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:35:40.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:39 smithi135 bash[32435]: audit 2023-12-07T21:35:39.680627+0000 mon.a (mon.0) 1904 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:35:40.192 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:39 smithi135 bash[32435]: audit 2023-12-07T21:35:39.691090+0000 mon.a (mon.0) 1905 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:39 smithi079 bash[28699]: cluster 2023-12-07T21:35:38.440007+0000 mgr.a (mgr.14403) 10479 : cluster 0 pgmap v7821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:40.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:39 smithi079 bash[28699]: audit 2023-12-07T21:35:38.927533+0000 mon.a (mon.0) 1897 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:39 smithi079 bash[28699]: audit 2023-12-07T21:35:38.933016+0000 mon.a (mon.0) 1898 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:39 smithi079 bash[28699]: audit 2023-12-07T21:35:38.979743+0000 mon.a (mon.0) 1899 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:39 smithi079 bash[28699]: audit 2023-12-07T21:35:38.983578+0000 mon.a (mon.0) 1900 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:39 smithi079 bash[28699]: audit 2023-12-07T21:35:38.988540+0000 mon.a (mon.0) 1901 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:39 smithi079 bash[28699]: audit 2023-12-07T21:35:38.994279+0000 mon.a (mon.0) 1902 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:40.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:39 smithi079 bash[28699]: audit 2023-12-07T21:35:39.678579+0000 mon.a (mon.0) 1903 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:35:40.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:39 smithi079 bash[28699]: audit 2023-12-07T21:35:39.680627+0000 mon.a (mon.0) 1904 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:35:40.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:39 smithi079 bash[28699]: audit 2023-12-07T21:35:39.691090+0000 mon.a (mon.0) 1905 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:35:42.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:41 smithi194 bash[32038]: cluster 2023-12-07T21:35:40.440939+0000 mgr.a (mgr.14403) 10480 : cluster 0 pgmap v7822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:42.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:41 smithi135 bash[32435]: cluster 2023-12-07T21:35:40.440939+0000 mgr.a (mgr.14403) 10480 : cluster 0 pgmap v7822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:42.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:35:42.273 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:42.273 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:42.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:41 smithi079 bash[28699]: cluster 2023-12-07T21:35:40.440939+0000 mgr.a (mgr.14403) 10480 : cluster 0 pgmap v7822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:43.167 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:35:43.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:43.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:43.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:43.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:35:44.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:43 smithi194 bash[32038]: cluster 2023-12-07T21:35:42.441538+0000 mgr.a (mgr.14403) 10481 : cluster 0 pgmap v7823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:44.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:43 smithi194 bash[32038]: audit 2023-12-07T21:35:42.694652+0000 mgr.a (mgr.14403) 10482 : audit 0 from='client.214668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:44.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:43 smithi135 bash[32435]: cluster 2023-12-07T21:35:42.441538+0000 mgr.a (mgr.14403) 10481 : cluster 0 pgmap v7823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:44.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:43 smithi135 bash[32435]: audit 2023-12-07T21:35:42.694652+0000 mgr.a (mgr.14403) 10482 : audit 0 from='client.214668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:44.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:43 smithi079 bash[28699]: cluster 2023-12-07T21:35:42.441538+0000 mgr.a (mgr.14403) 10481 : cluster 0 pgmap v7823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:44.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:43 smithi079 bash[28699]: audit 2023-12-07T21:35:42.694652+0000 mgr.a (mgr.14403) 10482 : audit 0 from='client.214668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:46.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:45 smithi194 bash[32038]: cluster 2023-12-07T21:35:44.442503+0000 mgr.a (mgr.14403) 10483 : cluster 0 pgmap v7824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:46.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:45 smithi135 bash[32435]: cluster 2023-12-07T21:35:44.442503+0000 mgr.a (mgr.14403) 10483 : cluster 0 pgmap v7824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:46.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:45 smithi079 bash[28699]: cluster 2023-12-07T21:35:44.442503+0000 mgr.a (mgr.14403) 10483 : cluster 0 pgmap v7824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:35:48.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:35:48.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:48.171 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:48.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:47 smithi194 bash[32038]: cluster 2023-12-07T21:35:46.443104+0000 mgr.a (mgr.14403) 10484 : cluster 0 pgmap v7825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:48.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:47 smithi135 bash[32435]: cluster 2023-12-07T21:35:46.443104+0000 mgr.a (mgr.14403) 10484 : cluster 0 pgmap v7825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:48.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:47 smithi079 bash[28699]: cluster 2023-12-07T21:35:46.443104+0000 mgr.a (mgr.14403) 10484 : cluster 0 pgmap v7825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:49.095 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:35:49.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:49.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:49.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:49.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:35:50.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:49 smithi194 bash[32038]: cluster 2023-12-07T21:35:48.443638+0000 mgr.a (mgr.14403) 10485 : cluster 0 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-07T21:35:50.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:49 smithi194 bash[32038]: audit 2023-12-07T21:35:48.604369+0000 mgr.a (mgr.14403) 10486 : audit 0 from='client.214746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:50.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:49 smithi135 bash[32435]: cluster 2023-12-07T21:35:48.443638+0000 mgr.a (mgr.14403) 10485 : cluster 0 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-07T21:35:50.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:49 smithi135 bash[32435]: audit 2023-12-07T21:35:48.604369+0000 mgr.a (mgr.14403) 10486 : audit 0 from='client.214746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:50.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:49 smithi079 bash[28699]: cluster 2023-12-07T21:35:48.443638+0000 mgr.a (mgr.14403) 10485 : cluster 0 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-07T21:35:50.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:49 smithi079 bash[28699]: audit 2023-12-07T21:35:48.604369+0000 mgr.a (mgr.14403) 10486 : audit 0 from='client.214746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:52.187 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:51 smithi194 bash[32038]: cluster 2023-12-07T21:35:50.444670+0000 mgr.a (mgr.14403) 10487 : cluster 0 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-07T21:35:52.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:51 smithi135 bash[32435]: cluster 2023-12-07T21:35:50.444670+0000 mgr.a (mgr.14403) 10487 : cluster 0 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-07T21:35:52.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:51 smithi079 bash[28699]: cluster 2023-12-07T21:35:50.444670+0000 mgr.a (mgr.14403) 10487 : cluster 0 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-07T21:35:54.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:35:54.099 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:35:54.099 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:35:54.191 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:53 smithi135 bash[32435]: cluster 2023-12-07T21:35:52.445376+0000 mgr.a (mgr.14403) 10488 : cluster 0 pgmap v7828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:54.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:53 smithi079 bash[28699]: cluster 2023-12-07T21:35:52.445376+0000 mgr.a (mgr.14403) 10488 : cluster 0 pgmap v7828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:54.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:53 smithi194 bash[32038]: cluster 2023-12-07T21:35:52.445376+0000 mgr.a (mgr.14403) 10488 : cluster 0 pgmap v7828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:55.008 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:35:55.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:35:55.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:35:55.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:35:55.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:35:56.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:55 smithi079 bash[28699]: cluster 2023-12-07T21:35:54.446277+0000 mgr.a (mgr.14403) 10489 : cluster 0 pgmap v7829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:56.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:55 smithi079 bash[28699]: audit 2023-12-07T21:35:54.530394+0000 mgr.a (mgr.14403) 10490 : audit 0 from='client.214821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:56.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:55 smithi194 bash[32038]: cluster 2023-12-07T21:35:54.446277+0000 mgr.a (mgr.14403) 10489 : cluster 0 pgmap v7829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:56.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:55 smithi194 bash[32038]: audit 2023-12-07T21:35:54.530394+0000 mgr.a (mgr.14403) 10490 : audit 0 from='client.214821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:56.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:55 smithi135 bash[32435]: cluster 2023-12-07T21:35:54.446277+0000 mgr.a (mgr.14403) 10489 : cluster 0 pgmap v7829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:35:56.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:55 smithi135 bash[32435]: audit 2023-12-07T21:35:54.530394+0000 mgr.a (mgr.14403) 10490 : audit 0 from='client.214821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:35:58.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:57 smithi079 bash[28699]: cluster 2023-12-07T21:35:56.447071+0000 mgr.a (mgr.14403) 10491 : cluster 0 pgmap v7830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:58.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:57 smithi194 bash[32038]: cluster 2023-12-07T21:35:56.447071+0000 mgr.a (mgr.14403) 10491 : cluster 0 pgmap v7830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:35:58.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:57 smithi135 bash[32435]: cluster 2023-12-07T21:35:56.447071+0000 mgr.a (mgr.14403) 10491 : cluster 0 pgmap v7830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:00.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:36:00.011 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:00.011 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:00.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:35:59 smithi079 bash[28699]: cluster 2023-12-07T21:35:58.447705+0000 mgr.a (mgr.14403) 10492 : cluster 0 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-07T21:36:00.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:35:59 smithi194 bash[32038]: cluster 2023-12-07T21:35:58.447705+0000 mgr.a (mgr.14403) 10492 : cluster 0 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-07T21:36:00.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:35:59 smithi135 bash[32435]: cluster 2023-12-07T21:35:58.447705+0000 mgr.a (mgr.14403) 10492 : cluster 0 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-07T21:36:00.889 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:36:00.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:00.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:00.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:00.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:36:02.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:01 smithi079 bash[28699]: audit 2023-12-07T21:36:00.419233+0000 mgr.a (mgr.14403) 10493 : audit 0 from='client.214893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:02.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:01 smithi079 bash[28699]: cluster 2023-12-07T21:36:00.449062+0000 mgr.a (mgr.14403) 10494 : cluster 0 pgmap v7832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:02.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:01 smithi194 bash[32038]: audit 2023-12-07T21:36:00.419233+0000 mgr.a (mgr.14403) 10493 : audit 0 from='client.214893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:02.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:01 smithi194 bash[32038]: cluster 2023-12-07T21:36:00.449062+0000 mgr.a (mgr.14403) 10494 : cluster 0 pgmap v7832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:02.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:01 smithi135 bash[32435]: audit 2023-12-07T21:36:00.419233+0000 mgr.a (mgr.14403) 10493 : audit 0 from='client.214893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:02.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:01 smithi135 bash[32435]: cluster 2023-12-07T21:36:00.449062+0000 mgr.a (mgr.14403) 10494 : cluster 0 pgmap v7832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:04.377 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:03 smithi079 bash[28699]: cluster 2023-12-07T21:36:02.449818+0000 mgr.a (mgr.14403) 10495 : cluster 0 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-07T21:36:04.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:03 smithi194 bash[32038]: cluster 2023-12-07T21:36:02.449818+0000 mgr.a (mgr.14403) 10495 : cluster 0 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-07T21:36:04.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:03 smithi135 bash[32435]: cluster 2023-12-07T21:36:02.449818+0000 mgr.a (mgr.14403) 10495 : cluster 0 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-07T21:36:05.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:36:05.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:05.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:06.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:05 smithi079 bash[28699]: cluster 2023-12-07T21:36:04.450747+0000 mgr.a (mgr.14403) 10496 : cluster 0 pgmap v7834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:06.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:05 smithi194 bash[32038]: cluster 2023-12-07T21:36:04.450747+0000 mgr.a (mgr.14403) 10496 : cluster 0 pgmap v7834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:06.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:05 smithi135 bash[32435]: cluster 2023-12-07T21:36:04.450747+0000 mgr.a (mgr.14403) 10496 : cluster 0 pgmap v7834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:06.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:06.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:06.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:06.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:36:06.797 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:36:08.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:07 smithi079 bash[28699]: audit 2023-12-07T21:36:06.313468+0000 mgr.a (mgr.14403) 10497 : audit 0 from='client.214968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:08.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:07 smithi079 bash[28699]: cluster 2023-12-07T21:36:06.455725+0000 mgr.a (mgr.14403) 10498 : cluster 0 pgmap v7835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:08.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:07 smithi194 bash[32038]: audit 2023-12-07T21:36:06.313468+0000 mgr.a (mgr.14403) 10497 : audit 0 from='client.214968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:08.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:07 smithi194 bash[32038]: cluster 2023-12-07T21:36:06.455725+0000 mgr.a (mgr.14403) 10498 : cluster 0 pgmap v7835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:08.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:07 smithi135 bash[32435]: audit 2023-12-07T21:36:06.313468+0000 mgr.a (mgr.14403) 10497 : audit 0 from='client.214968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:08.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:07 smithi135 bash[32435]: cluster 2023-12-07T21:36:06.455725+0000 mgr.a (mgr.14403) 10498 : cluster 0 pgmap v7835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:10.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:09 smithi079 bash[28699]: cluster 2023-12-07T21:36:08.456432+0000 mgr.a (mgr.14403) 10499 : cluster 0 pgmap v7836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:10.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:09 smithi194 bash[32038]: cluster 2023-12-07T21:36:08.456432+0000 mgr.a (mgr.14403) 10499 : cluster 0 pgmap v7836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:10.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:09 smithi135 bash[32435]: cluster 2023-12-07T21:36:08.456432+0000 mgr.a (mgr.14403) 10499 : cluster 0 pgmap v7836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:11.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:36:11.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:11.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:12.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:11 smithi079 bash[28699]: cluster 2023-12-07T21:36:10.457294+0000 mgr.a (mgr.14403) 10500 : cluster 0 pgmap v7837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:12.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:11 smithi194 bash[32038]: cluster 2023-12-07T21:36:10.457294+0000 mgr.a (mgr.14403) 10500 : cluster 0 pgmap v7837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:12.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:11 smithi135 bash[32435]: cluster 2023-12-07T21:36:10.457294+0000 mgr.a (mgr.14403) 10500 : cluster 0 pgmap v7837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:12.719 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:36:12.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:12.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:12.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:12.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:36:14.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:14 smithi079 bash[28699]: audit 2023-12-07T21:36:12.228756+0000 mgr.a (mgr.14403) 10501 : audit 0 from='client.170086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:14.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:14 smithi079 bash[28699]: cluster 2023-12-07T21:36:12.457798+0000 mgr.a (mgr.14403) 10502 : cluster 0 pgmap v7838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:14.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:14 smithi194 bash[32038]: audit 2023-12-07T21:36:12.228756+0000 mgr.a (mgr.14403) 10501 : audit 0 from='client.170086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:14.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:14 smithi194 bash[32038]: cluster 2023-12-07T21:36:12.457798+0000 mgr.a (mgr.14403) 10502 : cluster 0 pgmap v7838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:14.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:14 smithi135 bash[32435]: audit 2023-12-07T21:36:12.228756+0000 mgr.a (mgr.14403) 10501 : audit 0 from='client.170086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:14.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:14 smithi135 bash[32435]: cluster 2023-12-07T21:36:12.457798+0000 mgr.a (mgr.14403) 10502 : cluster 0 pgmap v7838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:16.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:16 smithi079 bash[28699]: cluster 2023-12-07T21:36:14.458671+0000 mgr.a (mgr.14403) 10503 : cluster 0 pgmap v7839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:16.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:16 smithi194 bash[32038]: cluster 2023-12-07T21:36:14.458671+0000 mgr.a (mgr.14403) 10503 : cluster 0 pgmap v7839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:16.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:16 smithi135 bash[32435]: cluster 2023-12-07T21:36:14.458671+0000 mgr.a (mgr.14403) 10503 : cluster 0 pgmap v7839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:17.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:36:17.724 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:17.724 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:18.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:18 smithi079 bash[28699]: cluster 2023-12-07T21:36:16.459214+0000 mgr.a (mgr.14403) 10504 : cluster 0 pgmap v7840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:18.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:18 smithi194 bash[32038]: cluster 2023-12-07T21:36:16.459214+0000 mgr.a (mgr.14403) 10504 : cluster 0 pgmap v7840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:18.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:18 smithi135 bash[32435]: cluster 2023-12-07T21:36:16.459214+0000 mgr.a (mgr.14403) 10504 : cluster 0 pgmap v7840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:18.625 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:36:18.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:18.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:18.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:18.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:36:20.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:20 smithi079 bash[28699]: audit 2023-12-07T21:36:18.137056+0000 mgr.a (mgr.14403) 10505 : audit 0 from='client.215121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:20.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:20 smithi079 bash[28699]: cluster 2023-12-07T21:36:18.459903+0000 mgr.a (mgr.14403) 10506 : cluster 0 pgmap v7841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:20.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:20 smithi194 bash[32038]: audit 2023-12-07T21:36:18.137056+0000 mgr.a (mgr.14403) 10505 : audit 0 from='client.215121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:20.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:20 smithi194 bash[32038]: cluster 2023-12-07T21:36:18.459903+0000 mgr.a (mgr.14403) 10506 : cluster 0 pgmap v7841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:20.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:20 smithi135 bash[32435]: audit 2023-12-07T21:36:18.137056+0000 mgr.a (mgr.14403) 10505 : audit 0 from='client.215121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:20.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:20 smithi135 bash[32435]: cluster 2023-12-07T21:36:18.459903+0000 mgr.a (mgr.14403) 10506 : cluster 0 pgmap v7841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:22.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:22 smithi079 bash[28699]: cluster 2023-12-07T21:36:20.460921+0000 mgr.a (mgr.14403) 10507 : cluster 0 pgmap v7842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:36:22.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:22 smithi194 bash[32038]: cluster 2023-12-07T21:36:20.460921+0000 mgr.a (mgr.14403) 10507 : cluster 0 pgmap v7842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:36:22.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:22 smithi135 bash[32435]: cluster 2023-12-07T21:36:20.460921+0000 mgr.a (mgr.14403) 10507 : cluster 0 pgmap v7842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:36:23.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:36:23.629 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:23.629 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:24.375 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:24 smithi079 bash[28699]: cluster 2023-12-07T21:36:22.461546+0000 mgr.a (mgr.14403) 10508 : cluster 0 pgmap v7843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:36:24.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:24 smithi194 bash[32038]: cluster 2023-12-07T21:36:22.461546+0000 mgr.a (mgr.14403) 10508 : cluster 0 pgmap v7843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:36:24.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:24 smithi135 bash[32435]: cluster 2023-12-07T21:36:22.461546+0000 mgr.a (mgr.14403) 10508 : cluster 0 pgmap v7843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-07T21:36:24.542 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:36:24.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:24.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:24.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:24.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:36:25.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:25 smithi079 bash[28699]: audit 2023-12-07T21:36:24.047527+0000 mgr.a (mgr.14403) 10509 : audit 0 from='client.215199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:25.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:25 smithi194 bash[32038]: audit 2023-12-07T21:36:24.047527+0000 mgr.a (mgr.14403) 10509 : audit 0 from='client.215199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:25.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:25 smithi135 bash[32435]: audit 2023-12-07T21:36:24.047527+0000 mgr.a (mgr.14403) 10509 : audit 0 from='client.215199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:26.375 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:26 smithi079 bash[28699]: cluster 2023-12-07T21:36:24.462644+0000 mgr.a (mgr.14403) 10510 : cluster 0 pgmap v7844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:26.436 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:26 smithi194 bash[32038]: cluster 2023-12-07T21:36:24.462644+0000 mgr.a (mgr.14403) 10510 : cluster 0 pgmap v7844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:26.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:26 smithi135 bash[32435]: cluster 2023-12-07T21:36:24.462644+0000 mgr.a (mgr.14403) 10510 : cluster 0 pgmap v7844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:28.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:28 smithi079 bash[28699]: cluster 2023-12-07T21:36:26.463279+0000 mgr.a (mgr.14403) 10511 : cluster 0 pgmap v7845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:28.436 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:28 smithi194 bash[32038]: cluster 2023-12-07T21:36:26.463279+0000 mgr.a (mgr.14403) 10511 : cluster 0 pgmap v7845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:28.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:28 smithi135 bash[32435]: cluster 2023-12-07T21:36:26.463279+0000 mgr.a (mgr.14403) 10511 : cluster 0 pgmap v7845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:29.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:36:29.546 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:29.546 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:30.375 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:30 smithi079 bash[28699]: cluster 2023-12-07T21:36:28.463779+0000 mgr.a (mgr.14403) 10512 : cluster 0 pgmap v7846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:30.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:30 smithi194 bash[32038]: cluster 2023-12-07T21:36:28.463779+0000 mgr.a (mgr.14403) 10512 : cluster 0 pgmap v7846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:30.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:30 smithi135 bash[32435]: cluster 2023-12-07T21:36:28.463779+0000 mgr.a (mgr.14403) 10512 : cluster 0 pgmap v7846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:30.464 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:36:30.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:30.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:30.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:30.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:36:31.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:31 smithi079 bash[28699]: audit 2023-12-07T21:36:29.963717+0000 mgr.a (mgr.14403) 10513 : audit 0 from='client.215277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:31.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:31 smithi194 bash[32038]: audit 2023-12-07T21:36:29.963717+0000 mgr.a (mgr.14403) 10513 : audit 0 from='client.215277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:31.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:31 smithi135 bash[32435]: audit 2023-12-07T21:36:29.963717+0000 mgr.a (mgr.14403) 10513 : audit 0 from='client.215277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:32.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:32 smithi079 bash[28699]: cluster 2023-12-07T21:36:30.464556+0000 mgr.a (mgr.14403) 10514 : cluster 0 pgmap v7847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:32.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:32 smithi194 bash[32038]: cluster 2023-12-07T21:36:30.464556+0000 mgr.a (mgr.14403) 10514 : cluster 0 pgmap v7847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:32.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:32 smithi135 bash[32435]: cluster 2023-12-07T21:36:30.464556+0000 mgr.a (mgr.14403) 10514 : cluster 0 pgmap v7847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:34.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:34 smithi079 bash[28699]: cluster 2023-12-07T21:36:32.465115+0000 mgr.a (mgr.14403) 10515 : cluster 0 pgmap v7848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:36:34.436 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:34 smithi194 bash[32038]: cluster 2023-12-07T21:36:32.465115+0000 mgr.a (mgr.14403) 10515 : cluster 0 pgmap v7848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:36:34.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:34 smithi135 bash[32435]: cluster 2023-12-07T21:36:32.465115+0000 mgr.a (mgr.14403) 10515 : cluster 0 pgmap v7848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:36:35.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:36:35.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:35.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:36.375 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:36 smithi079 bash[28699]: cluster 2023-12-07T21:36:34.465994+0000 mgr.a (mgr.14403) 10516 : cluster 0 pgmap v7849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:36:36.388 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:36:36.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:36.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:36.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:36.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:36:36.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:36 smithi194 bash[32038]: cluster 2023-12-07T21:36:34.465994+0000 mgr.a (mgr.14403) 10516 : cluster 0 pgmap v7849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:36:36.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:36 smithi135 bash[32435]: cluster 2023-12-07T21:36:34.465994+0000 mgr.a (mgr.14403) 10516 : cluster 0 pgmap v7849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T21:36:37.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:37 smithi079 bash[28699]: audit 2023-12-07T21:36:35.893623+0000 mgr.a (mgr.14403) 10517 : audit 0 from='client.215355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:37.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:37 smithi194 bash[32038]: audit 2023-12-07T21:36:35.893623+0000 mgr.a (mgr.14403) 10517 : audit 0 from='client.215355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:37.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:37 smithi135 bash[32435]: audit 2023-12-07T21:36:35.893623+0000 mgr.a (mgr.14403) 10517 : audit 0 from='client.215355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:38.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:38 smithi079 bash[28699]: cluster 2023-12-07T21:36:36.466729+0000 mgr.a (mgr.14403) 10518 : cluster 0 pgmap v7850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:38.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:38 smithi194 bash[32038]: cluster 2023-12-07T21:36:36.466729+0000 mgr.a (mgr.14403) 10518 : cluster 0 pgmap v7850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:38.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:38 smithi135 bash[32435]: cluster 2023-12-07T21:36:36.466729+0000 mgr.a (mgr.14403) 10518 : cluster 0 pgmap v7850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:40.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:40 smithi079 bash[28699]: cluster 2023-12-07T21:36:38.467328+0000 mgr.a (mgr.14403) 10519 : cluster 0 pgmap v7851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:40.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:40 smithi079 bash[28699]: audit 2023-12-07T21:36:39.792691+0000 mon.a (mon.0) 1906 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:36:40.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:40 smithi194 bash[32038]: cluster 2023-12-07T21:36:38.467328+0000 mgr.a (mgr.14403) 10519 : cluster 0 pgmap v7851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:40.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:40 smithi194 bash[32038]: audit 2023-12-07T21:36:39.792691+0000 mon.a (mon.0) 1906 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:36:40.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:40 smithi135 bash[32435]: cluster 2023-12-07T21:36:38.467328+0000 mgr.a (mgr.14403) 10519 : cluster 0 pgmap v7851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:40.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:40 smithi135 bash[32435]: audit 2023-12-07T21:36:39.792691+0000 mon.a (mon.0) 1906 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:36:41.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:41 smithi079 bash[28699]: audit 2023-12-07T21:36:40.527427+0000 mon.a (mon.0) 1907 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:36:41.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:41 smithi079 bash[28699]: audit 2023-12-07T21:36:40.529070+0000 mon.a (mon.0) 1908 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:36:41.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:41 smithi079 bash[28699]: audit 2023-12-07T21:36:40.537373+0000 mon.a (mon.0) 1909 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:36:41.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:36:41.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:41.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:41.436 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:41 smithi194 bash[32038]: audit 2023-12-07T21:36:40.527427+0000 mon.a (mon.0) 1907 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:36:41.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:41 smithi194 bash[32038]: audit 2023-12-07T21:36:40.529070+0000 mon.a (mon.0) 1908 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:36:41.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:41 smithi194 bash[32038]: audit 2023-12-07T21:36:40.537373+0000 mon.a (mon.0) 1909 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:36:41.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:41 smithi135 bash[32435]: audit 2023-12-07T21:36:40.527427+0000 mon.a (mon.0) 1907 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:36:41.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:41 smithi135 bash[32435]: audit 2023-12-07T21:36:40.529070+0000 mon.a (mon.0) 1908 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:36:41.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:41 smithi135 bash[32435]: audit 2023-12-07T21:36:40.537373+0000 mon.a (mon.0) 1909 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:36:42.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:42.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:42.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:42.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:36:42.299 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:36:42.375 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:42 smithi079 bash[28699]: cluster 2023-12-07T21:36:40.468235+0000 mgr.a (mgr.14403) 10520 : cluster 0 pgmap v7852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:42.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:42 smithi194 bash[32038]: cluster 2023-12-07T21:36:40.468235+0000 mgr.a (mgr.14403) 10520 : cluster 0 pgmap v7852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:42.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:42 smithi135 bash[32435]: cluster 2023-12-07T21:36:40.468235+0000 mgr.a (mgr.14403) 10520 : cluster 0 pgmap v7852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:43.375 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:43 smithi079 bash[28699]: audit 2023-12-07T21:36:41.805070+0000 mgr.a (mgr.14403) 10521 : audit 0 from='client.215427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:43.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:43 smithi194 bash[32038]: audit 2023-12-07T21:36:41.805070+0000 mgr.a (mgr.14403) 10521 : audit 0 from='client.215427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:43.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:43 smithi135 bash[32435]: audit 2023-12-07T21:36:41.805070+0000 mgr.a (mgr.14403) 10521 : audit 0 from='client.215427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:44.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:44 smithi079 bash[28699]: cluster 2023-12-07T21:36:42.469005+0000 mgr.a (mgr.14403) 10522 : cluster 0 pgmap v7853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:44.436 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:44 smithi194 bash[32038]: cluster 2023-12-07T21:36:42.469005+0000 mgr.a (mgr.14403) 10522 : cluster 0 pgmap v7853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:44.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:44 smithi135 bash[32435]: cluster 2023-12-07T21:36:42.469005+0000 mgr.a (mgr.14403) 10522 : cluster 0 pgmap v7853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:46.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:46 smithi079 bash[28699]: cluster 2023-12-07T21:36:44.469867+0000 mgr.a (mgr.14403) 10523 : cluster 0 pgmap v7854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:46.436 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:46 smithi194 bash[32038]: cluster 2023-12-07T21:36:44.469867+0000 mgr.a (mgr.14403) 10523 : cluster 0 pgmap v7854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:46.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:46 smithi135 bash[32435]: cluster 2023-12-07T21:36:44.469867+0000 mgr.a (mgr.14403) 10523 : cluster 0 pgmap v7854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:47.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:36:47.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:47.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:48.210 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:36:48.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:48.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:48.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:48.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:36:48.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:48 smithi079 bash[28699]: cluster 2023-12-07T21:36:46.470455+0000 mgr.a (mgr.14403) 10524 : cluster 0 pgmap v7855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:48.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:48 smithi194 bash[32038]: cluster 2023-12-07T21:36:46.470455+0000 mgr.a (mgr.14403) 10524 : cluster 0 pgmap v7855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:48.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:48 smithi135 bash[32435]: cluster 2023-12-07T21:36:46.470455+0000 mgr.a (mgr.14403) 10524 : cluster 0 pgmap v7855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:49.375 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:49 smithi079 bash[28699]: audit 2023-12-07T21:36:47.733755+0000 mgr.a (mgr.14403) 10525 : audit 0 from='client.215505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:49.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:49 smithi194 bash[32038]: audit 2023-12-07T21:36:47.733755+0000 mgr.a (mgr.14403) 10525 : audit 0 from='client.215505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:49.441 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:49 smithi135 bash[32435]: audit 2023-12-07T21:36:47.733755+0000 mgr.a (mgr.14403) 10525 : audit 0 from='client.215505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:50.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:50 smithi079 bash[28699]: cluster 2023-12-07T21:36:48.471129+0000 mgr.a (mgr.14403) 10526 : cluster 0 pgmap v7856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:50.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:50 smithi194 bash[32038]: cluster 2023-12-07T21:36:48.471129+0000 mgr.a (mgr.14403) 10526 : cluster 0 pgmap v7856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:50.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:50 smithi135 bash[32435]: cluster 2023-12-07T21:36:48.471129+0000 mgr.a (mgr.14403) 10526 : cluster 0 pgmap v7856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:51.376 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:51 smithi079 bash[28699]: cluster 2023-12-07T21:36:50.471889+0000 mgr.a (mgr.14403) 10527 : cluster 0 pgmap v7857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:51.437 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:51 smithi194 bash[32038]: cluster 2023-12-07T21:36:50.471889+0000 mgr.a (mgr.14403) 10527 : cluster 0 pgmap v7857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:51.440 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:51 smithi135 bash[32435]: cluster 2023-12-07T21:36:50.471889+0000 mgr.a (mgr.14403) 10527 : cluster 0 pgmap v7857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:36:53.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:36:53.214 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:53.214 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:53.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:53 smithi079 bash[28699]: cluster 2023-12-07T21:36:52.472489+0000 mgr.a (mgr.14403) 10528 : cluster 0 pgmap v7858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:53.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:53 smithi194 bash[32038]: cluster 2023-12-07T21:36:52.472489+0000 mgr.a (mgr.14403) 10528 : cluster 0 pgmap v7858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:53.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:53 smithi135 bash[32435]: cluster 2023-12-07T21:36:52.472489+0000 mgr.a (mgr.14403) 10528 : cluster 0 pgmap v7858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:54.146 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:36:54.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:36:54.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:36:54.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:36:54.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:36:54.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:54 smithi079 bash[28699]: audit 2023-12-07T21:36:53.634313+0000 mgr.a (mgr.14403) 10529 : audit 0 from='client.215577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:54.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:54 smithi194 bash[32038]: audit 2023-12-07T21:36:53.634313+0000 mgr.a (mgr.14403) 10529 : audit 0 from='client.215577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:54.940 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:54 smithi135 bash[32435]: audit 2023-12-07T21:36:53.634313+0000 mgr.a (mgr.14403) 10529 : audit 0 from='client.215577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:36:55.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:55 smithi079 bash[28699]: cluster 2023-12-07T21:36:54.473563+0000 mgr.a (mgr.14403) 10530 : cluster 0 pgmap v7859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:55.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:55 smithi194 bash[32038]: cluster 2023-12-07T21:36:54.473563+0000 mgr.a (mgr.14403) 10530 : cluster 0 pgmap v7859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:55.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:55 smithi135 bash[32435]: cluster 2023-12-07T21:36:54.473563+0000 mgr.a (mgr.14403) 10530 : cluster 0 pgmap v7859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:36:57.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:57 smithi079 bash[28699]: cluster 2023-12-07T21:36:56.474122+0000 mgr.a (mgr.14403) 10531 : cluster 0 pgmap v7860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:57.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:57 smithi194 bash[32038]: cluster 2023-12-07T21:36:56.474122+0000 mgr.a (mgr.14403) 10531 : cluster 0 pgmap v7860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:57.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:57 smithi135 bash[32435]: cluster 2023-12-07T21:36:56.474122+0000 mgr.a (mgr.14403) 10531 : cluster 0 pgmap v7860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:36:59.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:36:59.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:36:59.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:36:59.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:36:59 smithi079 bash[28699]: cluster 2023-12-07T21:36:58.474760+0000 mgr.a (mgr.14403) 10532 : cluster 0 pgmap v7861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:36:59.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:36:59 smithi194 bash[32038]: cluster 2023-12-07T21:36:58.474760+0000 mgr.a (mgr.14403) 10532 : cluster 0 pgmap v7861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:36:59.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:36:59 smithi135 bash[32435]: cluster 2023-12-07T21:36:58.474760+0000 mgr.a (mgr.14403) 10532 : cluster 0 pgmap v7861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:37:00.055 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:37:00.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:00.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:00.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:00.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:37:00.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:00 smithi079 bash[28699]: audit 2023-12-07T21:36:59.571972+0000 mgr.a (mgr.14403) 10533 : audit 0 from='client.215652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:00.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:00 smithi194 bash[32038]: audit 2023-12-07T21:36:59.571972+0000 mgr.a (mgr.14403) 10533 : audit 0 from='client.215652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:00.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:00 smithi135 bash[32435]: audit 2023-12-07T21:36:59.571972+0000 mgr.a (mgr.14403) 10533 : audit 0 from='client.215652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:01.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:01 smithi079 bash[28699]: cluster 2023-12-07T21:37:00.475743+0000 mgr.a (mgr.14403) 10534 : cluster 0 pgmap v7862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:01.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:01 smithi194 bash[32038]: cluster 2023-12-07T21:37:00.475743+0000 mgr.a (mgr.14403) 10534 : cluster 0 pgmap v7862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:01.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:01 smithi135 bash[32435]: cluster 2023-12-07T21:37:00.475743+0000 mgr.a (mgr.14403) 10534 : cluster 0 pgmap v7862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:03.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:03 smithi079 bash[28699]: cluster 2023-12-07T21:37:02.476468+0000 mgr.a (mgr.14403) 10535 : cluster 0 pgmap v7863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:37:03.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:03 smithi194 bash[32038]: cluster 2023-12-07T21:37:02.476468+0000 mgr.a (mgr.14403) 10535 : cluster 0 pgmap v7863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:37:03.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:03 smithi135 bash[32435]: cluster 2023-12-07T21:37:02.476468+0000 mgr.a (mgr.14403) 10535 : cluster 0 pgmap v7863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:37:05.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:37:05.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:05.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:05.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:05 smithi079 bash[28699]: cluster 2023-12-07T21:37:04.477373+0000 mgr.a (mgr.14403) 10536 : cluster 0 pgmap v7864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:05.923 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:37:05.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:05.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:05.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:05.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:37:05.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:05 smithi194 bash[32038]: cluster 2023-12-07T21:37:04.477373+0000 mgr.a (mgr.14403) 10536 : cluster 0 pgmap v7864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:05.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:05 smithi135 bash[32435]: cluster 2023-12-07T21:37:04.477373+0000 mgr.a (mgr.14403) 10536 : cluster 0 pgmap v7864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:06.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:06 smithi079 bash[28699]: audit 2023-12-07T21:37:05.488070+0000 mgr.a (mgr.14403) 10537 : audit 0 from='client.215730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:06.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:06 smithi194 bash[32038]: audit 2023-12-07T21:37:05.488070+0000 mgr.a (mgr.14403) 10537 : audit 0 from='client.215730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:06.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:06 smithi135 bash[32435]: audit 2023-12-07T21:37:05.488070+0000 mgr.a (mgr.14403) 10537 : audit 0 from='client.215730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:07.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:07 smithi079 bash[28699]: cluster 2023-12-07T21:37:06.478126+0000 mgr.a (mgr.14403) 10538 : cluster 0 pgmap v7865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:07.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:07 smithi194 bash[32038]: cluster 2023-12-07T21:37:06.478126+0000 mgr.a (mgr.14403) 10538 : cluster 0 pgmap v7865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:07.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:07 smithi135 bash[32435]: cluster 2023-12-07T21:37:06.478126+0000 mgr.a (mgr.14403) 10538 : cluster 0 pgmap v7865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:09.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:09 smithi079 bash[28699]: cluster 2023-12-07T21:37:08.478822+0000 mgr.a (mgr.14403) 10539 : cluster 0 pgmap v7866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:09.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:09 smithi194 bash[32038]: cluster 2023-12-07T21:37:08.478822+0000 mgr.a (mgr.14403) 10539 : cluster 0 pgmap v7866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:09.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:09 smithi135 bash[32435]: cluster 2023-12-07T21:37:08.478822+0000 mgr.a (mgr.14403) 10539 : cluster 0 pgmap v7866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:10.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:37:10.926 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:10.926 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:11.849 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:37:11.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:11.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:11.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:11.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:37:11.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:11 smithi079 bash[28699]: cluster 2023-12-07T21:37:10.479545+0000 mgr.a (mgr.14403) 10540 : cluster 0 pgmap v7867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:11.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:11 smithi194 bash[32038]: cluster 2023-12-07T21:37:10.479545+0000 mgr.a (mgr.14403) 10540 : cluster 0 pgmap v7867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:11.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:11 smithi135 bash[32435]: cluster 2023-12-07T21:37:10.479545+0000 mgr.a (mgr.14403) 10540 : cluster 0 pgmap v7867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:12.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:12 smithi079 bash[28699]: audit 2023-12-07T21:37:11.349067+0000 mgr.a (mgr.14403) 10541 : audit 0 from='client.215805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:12.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:12 smithi194 bash[32038]: audit 2023-12-07T21:37:11.349067+0000 mgr.a (mgr.14403) 10541 : audit 0 from='client.215805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:12.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:12 smithi135 bash[32435]: audit 2023-12-07T21:37:11.349067+0000 mgr.a (mgr.14403) 10541 : audit 0 from='client.215805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:13.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:13 smithi079 bash[28699]: cluster 2023-12-07T21:37:12.480382+0000 mgr.a (mgr.14403) 10542 : cluster 0 pgmap v7868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:13.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:13 smithi194 bash[32038]: cluster 2023-12-07T21:37:12.480382+0000 mgr.a (mgr.14403) 10542 : cluster 0 pgmap v7868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:13.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:13 smithi135 bash[32435]: cluster 2023-12-07T21:37:12.480382+0000 mgr.a (mgr.14403) 10542 : cluster 0 pgmap v7868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:15.876 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:15 smithi079 bash[28699]: cluster 2023-12-07T21:37:14.481418+0000 mgr.a (mgr.14403) 10543 : cluster 0 pgmap v7869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:15.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:15 smithi194 bash[32038]: cluster 2023-12-07T21:37:14.481418+0000 mgr.a (mgr.14403) 10543 : cluster 0 pgmap v7869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:15.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:15 smithi135 bash[32435]: cluster 2023-12-07T21:37:14.481418+0000 mgr.a (mgr.14403) 10543 : cluster 0 pgmap v7869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:16.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:37:16.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:16.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:17.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:17.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:17.792 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:37:17.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:17.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:37:17.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:17 smithi079 bash[28699]: cluster 2023-12-07T21:37:16.482138+0000 mgr.a (mgr.14403) 10544 : cluster 0 pgmap v7870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:17.937 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:17 smithi194 bash[32038]: cluster 2023-12-07T21:37:16.482138+0000 mgr.a (mgr.14403) 10544 : cluster 0 pgmap v7870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:17.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:17 smithi135 bash[32435]: cluster 2023-12-07T21:37:16.482138+0000 mgr.a (mgr.14403) 10544 : cluster 0 pgmap v7870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:18.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:18 smithi079 bash[28699]: audit 2023-12-07T21:37:17.272541+0000 mgr.a (mgr.14403) 10545 : audit 0 from='client.215883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:18.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:18 smithi194 bash[32038]: audit 2023-12-07T21:37:17.272541+0000 mgr.a (mgr.14403) 10545 : audit 0 from='client.215883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:18.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:18 smithi135 bash[32435]: audit 2023-12-07T21:37:17.272541+0000 mgr.a (mgr.14403) 10545 : audit 0 from='client.215883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:19.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:19 smithi079 bash[28699]: cluster 2023-12-07T21:37:18.482880+0000 mgr.a (mgr.14403) 10546 : cluster 0 pgmap v7871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:19.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:19 smithi194 bash[32038]: cluster 2023-12-07T21:37:18.482880+0000 mgr.a (mgr.14403) 10546 : cluster 0 pgmap v7871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:19.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:19 smithi135 bash[32435]: cluster 2023-12-07T21:37:18.482880+0000 mgr.a (mgr.14403) 10546 : cluster 0 pgmap v7871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:21.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:21 smithi079 bash[28699]: cluster 2023-12-07T21:37:20.483589+0000 mgr.a (mgr.14403) 10547 : cluster 0 pgmap v7872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:21.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:21 smithi194 bash[32038]: cluster 2023-12-07T21:37:20.483589+0000 mgr.a (mgr.14403) 10547 : cluster 0 pgmap v7872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:21.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:21 smithi135 bash[32435]: cluster 2023-12-07T21:37:20.483589+0000 mgr.a (mgr.14403) 10547 : cluster 0 pgmap v7872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:22.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:37:22.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:22.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:23.707 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:37:23.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:23.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:23.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:23.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:37:23.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:23 smithi079 bash[28699]: cluster 2023-12-07T21:37:22.484145+0000 mgr.a (mgr.14403) 10548 : cluster 0 pgmap v7873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:23.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:23 smithi194 bash[32038]: cluster 2023-12-07T21:37:22.484145+0000 mgr.a (mgr.14403) 10548 : cluster 0 pgmap v7873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:23.941 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:23 smithi135 bash[32435]: cluster 2023-12-07T21:37:22.484145+0000 mgr.a (mgr.14403) 10548 : cluster 0 pgmap v7873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:24.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:24 smithi079 bash[28699]: audit 2023-12-07T21:37:23.217789+0000 mgr.a (mgr.14403) 10549 : audit 0 from='client.215958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:24.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:24 smithi194 bash[32038]: audit 2023-12-07T21:37:23.217789+0000 mgr.a (mgr.14403) 10549 : audit 0 from='client.215958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:24.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:24 smithi135 bash[32435]: audit 2023-12-07T21:37:23.217789+0000 mgr.a (mgr.14403) 10549 : audit 0 from='client.215958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:25.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:25 smithi079 bash[28699]: cluster 2023-12-07T21:37:24.485180+0000 mgr.a (mgr.14403) 10550 : cluster 0 pgmap v7874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:37:25.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:25 smithi194 bash[32038]: cluster 2023-12-07T21:37:24.485180+0000 mgr.a (mgr.14403) 10550 : cluster 0 pgmap v7874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:37:25.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:25 smithi135 bash[32435]: cluster 2023-12-07T21:37:24.485180+0000 mgr.a (mgr.14403) 10550 : cluster 0 pgmap v7874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:37:27.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:27 smithi079 bash[28699]: cluster 2023-12-07T21:37:26.485755+0000 mgr.a (mgr.14403) 10551 : cluster 0 pgmap v7875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:37:27.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:27 smithi194 bash[32038]: cluster 2023-12-07T21:37:26.485755+0000 mgr.a (mgr.14403) 10551 : cluster 0 pgmap v7875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:37:27.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:27 smithi135 bash[32435]: cluster 2023-12-07T21:37:26.485755+0000 mgr.a (mgr.14403) 10551 : cluster 0 pgmap v7875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:37:28.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:37:28.711 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:28.711 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:29.637 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:37:29.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:29.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:29.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:29.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:37:29.877 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:29 smithi079 bash[28699]: cluster 2023-12-07T21:37:28.486431+0000 mgr.a (mgr.14403) 10552 : cluster 0 pgmap v7876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:37:29.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:29 smithi194 bash[32038]: cluster 2023-12-07T21:37:28.486431+0000 mgr.a (mgr.14403) 10552 : cluster 0 pgmap v7876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:37:29.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:29 smithi135 bash[32435]: cluster 2023-12-07T21:37:28.486431+0000 mgr.a (mgr.14403) 10552 : cluster 0 pgmap v7876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:37:30.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:30 smithi194 bash[32038]: audit 2023-12-07T21:37:29.128901+0000 mgr.a (mgr.14403) 10553 : audit 0 from='client.216033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:30.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:30 smithi135 bash[32435]: audit 2023-12-07T21:37:29.128901+0000 mgr.a (mgr.14403) 10553 : audit 0 from='client.216033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:31.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:30 smithi079 bash[28699]: audit 2023-12-07T21:37:29.128901+0000 mgr.a (mgr.14403) 10553 : audit 0 from='client.216033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:31.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:31 smithi194 bash[32038]: cluster 2023-12-07T21:37:30.487343+0000 mgr.a (mgr.14403) 10554 : cluster 0 pgmap v7877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:37:31.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:31 smithi135 bash[32435]: cluster 2023-12-07T21:37:30.487343+0000 mgr.a (mgr.14403) 10554 : cluster 0 pgmap v7877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:37:32.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:31 smithi079 bash[28699]: cluster 2023-12-07T21:37:30.487343+0000 mgr.a (mgr.14403) 10554 : cluster 0 pgmap v7877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T21:37:33.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:33 smithi194 bash[32038]: cluster 2023-12-07T21:37:32.487851+0000 mgr.a (mgr.14403) 10555 : cluster 0 pgmap v7878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:37:33.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:33 smithi135 bash[32435]: cluster 2023-12-07T21:37:32.487851+0000 mgr.a (mgr.14403) 10555 : cluster 0 pgmap v7878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:37:34.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:33 smithi079 bash[28699]: cluster 2023-12-07T21:37:32.487851+0000 mgr.a (mgr.14403) 10555 : cluster 0 pgmap v7878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:37:34.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:37:34.640 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:34.640 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:35.543 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:37:35.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:35.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:35.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:35.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:37:35.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:35 smithi194 bash[32038]: cluster 2023-12-07T21:37:34.488585+0000 mgr.a (mgr.14403) 10556 : cluster 0 pgmap v7879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:35.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:35 smithi194 bash[32038]: audit 2023-12-07T21:37:35.054675+0000 mgr.a (mgr.14403) 10557 : audit 0 from='client.216105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:35.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:35 smithi135 bash[32435]: cluster 2023-12-07T21:37:34.488585+0000 mgr.a (mgr.14403) 10556 : cluster 0 pgmap v7879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:35.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:35 smithi135 bash[32435]: audit 2023-12-07T21:37:35.054675+0000 mgr.a (mgr.14403) 10557 : audit 0 from='client.216105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:36.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:35 smithi079 bash[28699]: cluster 2023-12-07T21:37:34.488585+0000 mgr.a (mgr.14403) 10556 : cluster 0 pgmap v7879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:36.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:35 smithi079 bash[28699]: audit 2023-12-07T21:37:35.054675+0000 mgr.a (mgr.14403) 10557 : audit 0 from='client.216105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:37.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:37 smithi194 bash[32038]: cluster 2023-12-07T21:37:36.489200+0000 mgr.a (mgr.14403) 10558 : cluster 0 pgmap v7880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:37:37.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:37 smithi135 bash[32435]: cluster 2023-12-07T21:37:36.489200+0000 mgr.a (mgr.14403) 10558 : cluster 0 pgmap v7880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:37:38.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:37 smithi079 bash[28699]: cluster 2023-12-07T21:37:36.489200+0000 mgr.a (mgr.14403) 10558 : cluster 0 pgmap v7880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:37:39.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:39 smithi194 bash[32038]: cluster 2023-12-07T21:37:38.489921+0000 mgr.a (mgr.14403) 10559 : cluster 0 pgmap v7881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:37:39.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:39 smithi135 bash[32435]: cluster 2023-12-07T21:37:38.489921+0000 mgr.a (mgr.14403) 10559 : cluster 0 pgmap v7881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:37:40.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:39 smithi079 bash[28699]: cluster 2023-12-07T21:37:38.489921+0000 mgr.a (mgr.14403) 10559 : cluster 0 pgmap v7881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:37:40.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:37:40.547 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:40.547 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:40.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:40 smithi194 bash[32038]: audit 2023-12-07T21:37:40.638618+0000 mon.a (mon.0) 1910 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:37:40.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:40 smithi135 bash[32435]: audit 2023-12-07T21:37:40.638618+0000 mon.a (mon.0) 1910 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:37:41.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:40 smithi079 bash[28699]: audit 2023-12-07T21:37:40.638618+0000 mon.a (mon.0) 1910 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:37:41.452 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:37:41.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:41.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:41.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:41.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:37:41.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:41 smithi194 bash[32038]: cluster 2023-12-07T21:37:40.490607+0000 mgr.a (mgr.14403) 10560 : cluster 0 pgmap v7882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:37:41.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:41 smithi194 bash[32038]: audit 2023-12-07T21:37:40.965214+0000 mgr.a (mgr.14403) 10561 : audit 0 from='client.216180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:41.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:41 smithi194 bash[32038]: audit 2023-12-07T21:37:41.475082+0000 mon.a (mon.0) 1911 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:37:41.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:41 smithi194 bash[32038]: audit 2023-12-07T21:37:41.476825+0000 mon.a (mon.0) 1912 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:37:41.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:41 smithi194 bash[32038]: audit 2023-12-07T21:37:41.485641+0000 mon.a (mon.0) 1913 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:37:41.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:41 smithi135 bash[32435]: cluster 2023-12-07T21:37:40.490607+0000 mgr.a (mgr.14403) 10560 : cluster 0 pgmap v7882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:37:41.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:41 smithi135 bash[32435]: audit 2023-12-07T21:37:40.965214+0000 mgr.a (mgr.14403) 10561 : audit 0 from='client.216180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:41.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:41 smithi135 bash[32435]: audit 2023-12-07T21:37:41.475082+0000 mon.a (mon.0) 1911 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:37:41.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:41 smithi135 bash[32435]: audit 2023-12-07T21:37:41.476825+0000 mon.a (mon.0) 1912 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:37:41.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:41 smithi135 bash[32435]: audit 2023-12-07T21:37:41.485641+0000 mon.a (mon.0) 1913 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:37:42.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:41 smithi079 bash[28699]: cluster 2023-12-07T21:37:40.490607+0000 mgr.a (mgr.14403) 10560 : cluster 0 pgmap v7882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T21:37:42.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:41 smithi079 bash[28699]: audit 2023-12-07T21:37:40.965214+0000 mgr.a (mgr.14403) 10561 : audit 0 from='client.216180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:42.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:41 smithi079 bash[28699]: audit 2023-12-07T21:37:41.475082+0000 mon.a (mon.0) 1911 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:37:42.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:41 smithi079 bash[28699]: audit 2023-12-07T21:37:41.476825+0000 mon.a (mon.0) 1912 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:37:42.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:41 smithi079 bash[28699]: audit 2023-12-07T21:37:41.485641+0000 mon.a (mon.0) 1913 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:37:43.938 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:43 smithi194 bash[32038]: cluster 2023-12-07T21:37:42.491260+0000 mgr.a (mgr.14403) 10562 : cluster 0 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-07T21:37:43.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:43 smithi135 bash[32435]: cluster 2023-12-07T21:37:42.491260+0000 mgr.a (mgr.14403) 10562 : cluster 0 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-07T21:37:44.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:43 smithi079 bash[28699]: cluster 2023-12-07T21:37:42.491260+0000 mgr.a (mgr.14403) 10562 : cluster 0 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-07T21:37:45.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:45 smithi194 bash[32038]: cluster 2023-12-07T21:37:44.492053+0000 mgr.a (mgr.14403) 10563 : cluster 0 pgmap v7884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:45.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:45 smithi135 bash[32435]: cluster 2023-12-07T21:37:44.492053+0000 mgr.a (mgr.14403) 10563 : cluster 0 pgmap v7884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:46.127 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:45 smithi079 bash[28699]: cluster 2023-12-07T21:37:44.492053+0000 mgr.a (mgr.14403) 10563 : cluster 0 pgmap v7884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:46.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:37:46.454 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:46.455 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:47.341 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:37:47.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:47.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:47.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:47.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:37:47.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:47 smithi194 bash[32038]: cluster 2023-12-07T21:37:46.492646+0000 mgr.a (mgr.14403) 10564 : cluster 0 pgmap v7885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:47.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:47 smithi194 bash[32038]: audit 2023-12-07T21:37:46.868329+0000 mgr.a (mgr.14403) 10565 : audit 0 from='client.216255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:47.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:47 smithi135 bash[32435]: cluster 2023-12-07T21:37:46.492646+0000 mgr.a (mgr.14403) 10564 : cluster 0 pgmap v7885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:47.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:47 smithi135 bash[32435]: audit 2023-12-07T21:37:46.868329+0000 mgr.a (mgr.14403) 10565 : audit 0 from='client.216255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:48.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:47 smithi079 bash[28699]: cluster 2023-12-07T21:37:46.492646+0000 mgr.a (mgr.14403) 10564 : cluster 0 pgmap v7885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:48.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:47 smithi079 bash[28699]: audit 2023-12-07T21:37:46.868329+0000 mgr.a (mgr.14403) 10565 : audit 0 from='client.216255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:49.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:49 smithi194 bash[32038]: cluster 2023-12-07T21:37:48.493570+0000 mgr.a (mgr.14403) 10566 : cluster 0 pgmap v7886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:37:49.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:49 smithi135 bash[32435]: cluster 2023-12-07T21:37:48.493570+0000 mgr.a (mgr.14403) 10566 : cluster 0 pgmap v7886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:37:50.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:49 smithi079 bash[28699]: cluster 2023-12-07T21:37:48.493570+0000 mgr.a (mgr.14403) 10566 : cluster 0 pgmap v7886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:37:51.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:51 smithi194 bash[32038]: cluster 2023-12-07T21:37:50.494254+0000 mgr.a (mgr.14403) 10567 : cluster 0 pgmap v7887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:51.942 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:51 smithi135 bash[32435]: cluster 2023-12-07T21:37:50.494254+0000 mgr.a (mgr.14403) 10567 : cluster 0 pgmap v7887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:52.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:51 smithi079 bash[28699]: cluster 2023-12-07T21:37:50.494254+0000 mgr.a (mgr.14403) 10567 : cluster 0 pgmap v7887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T21:37:52.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:37:52.345 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:52.346 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:53.269 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:37:53.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:53.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:53.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:53.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:37:53.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:53 smithi194 bash[32038]: cluster 2023-12-07T21:37:52.494744+0000 mgr.a (mgr.14403) 10568 : cluster 0 pgmap v7888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:53.939 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:53 smithi194 bash[32038]: audit 2023-12-07T21:37:52.766797+0000 mgr.a (mgr.14403) 10569 : audit 0 from='client.216333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:53.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:53 smithi135 bash[32435]: cluster 2023-12-07T21:37:52.494744+0000 mgr.a (mgr.14403) 10568 : cluster 0 pgmap v7888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:53.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:53 smithi135 bash[32435]: audit 2023-12-07T21:37:52.766797+0000 mgr.a (mgr.14403) 10569 : audit 0 from='client.216333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:54.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:53 smithi079 bash[28699]: cluster 2023-12-07T21:37:52.494744+0000 mgr.a (mgr.14403) 10568 : cluster 0 pgmap v7888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:54.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:53 smithi079 bash[28699]: audit 2023-12-07T21:37:52.766797+0000 mgr.a (mgr.14403) 10569 : audit 0 from='client.216333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:37:55.943 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:55 smithi135 bash[32435]: cluster 2023-12-07T21:37:54.495655+0000 mgr.a (mgr.14403) 10570 : cluster 0 pgmap v7889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:56.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:55 smithi079 bash[28699]: cluster 2023-12-07T21:37:54.495655+0000 mgr.a (mgr.14403) 10570 : cluster 0 pgmap v7889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:56.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:55 smithi194 bash[32038]: cluster 2023-12-07T21:37:54.495655+0000 mgr.a (mgr.14403) 10570 : cluster 0 pgmap v7889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:37:58.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:57 smithi079 bash[28699]: cluster 2023-12-07T21:37:56.496210+0000 mgr.a (mgr.14403) 10571 : cluster 0 pgmap v7890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:58.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:57 smithi194 bash[32038]: cluster 2023-12-07T21:37:56.496210+0000 mgr.a (mgr.14403) 10571 : cluster 0 pgmap v7890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:58.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:57 smithi135 bash[32435]: cluster 2023-12-07T21:37:56.496210+0000 mgr.a (mgr.14403) 10571 : cluster 0 pgmap v7890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:37:58.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:37:58.273 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:37:58.273 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:37:59.162 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:37:59.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:37:59.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:37:59.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:37:59.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:38:00.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:59 smithi079 bash[28699]: cluster 2023-12-07T21:37:58.496873+0000 mgr.a (mgr.14403) 10572 : cluster 0 pgmap v7891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:00.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:37:59 smithi079 bash[28699]: audit 2023-12-07T21:37:58.696658+0000 mgr.a (mgr.14403) 10573 : audit 0 from='client.216411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:00.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:59 smithi194 bash[32038]: cluster 2023-12-07T21:37:58.496873+0000 mgr.a (mgr.14403) 10572 : cluster 0 pgmap v7891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:00.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:37:59 smithi194 bash[32038]: audit 2023-12-07T21:37:58.696658+0000 mgr.a (mgr.14403) 10573 : audit 0 from='client.216411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:00.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:59 smithi135 bash[32435]: cluster 2023-12-07T21:37:58.496873+0000 mgr.a (mgr.14403) 10572 : cluster 0 pgmap v7891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:00.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:37:59 smithi135 bash[32435]: audit 2023-12-07T21:37:58.696658+0000 mgr.a (mgr.14403) 10573 : audit 0 from='client.216411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:02.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:01 smithi079 bash[28699]: cluster 2023-12-07T21:38:00.497628+0000 mgr.a (mgr.14403) 10574 : cluster 0 pgmap v7892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:38:02.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:01 smithi194 bash[32038]: cluster 2023-12-07T21:38:00.497628+0000 mgr.a (mgr.14403) 10574 : cluster 0 pgmap v7892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:38:02.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:01 smithi135 bash[32435]: cluster 2023-12-07T21:38:00.497628+0000 mgr.a (mgr.14403) 10574 : cluster 0 pgmap v7892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:38:04.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:03 smithi079 bash[28699]: cluster 2023-12-07T21:38:02.498201+0000 mgr.a (mgr.14403) 10575 : cluster 0 pgmap v7893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:04.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:38:04.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:04.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:04.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:03 smithi194 bash[32038]: cluster 2023-12-07T21:38:02.498201+0000 mgr.a (mgr.14403) 10575 : cluster 0 pgmap v7893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:04.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:03 smithi135 bash[32435]: cluster 2023-12-07T21:38:02.498201+0000 mgr.a (mgr.14403) 10575 : cluster 0 pgmap v7893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:05.067 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:38:05.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:05.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:05.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:05.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:38:06.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:05 smithi079 bash[28699]: cluster 2023-12-07T21:38:04.498949+0000 mgr.a (mgr.14403) 10576 : cluster 0 pgmap v7894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:06.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:05 smithi079 bash[28699]: audit 2023-12-07T21:38:04.584011+0000 mgr.a (mgr.14403) 10577 : audit 0 from='client.216486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:06.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:05 smithi194 bash[32038]: cluster 2023-12-07T21:38:04.498949+0000 mgr.a (mgr.14403) 10576 : cluster 0 pgmap v7894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:06.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:05 smithi194 bash[32038]: audit 2023-12-07T21:38:04.584011+0000 mgr.a (mgr.14403) 10577 : audit 0 from='client.216486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:06.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:05 smithi135 bash[32435]: cluster 2023-12-07T21:38:04.498949+0000 mgr.a (mgr.14403) 10576 : cluster 0 pgmap v7894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:06.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:05 smithi135 bash[32435]: audit 2023-12-07T21:38:04.584011+0000 mgr.a (mgr.14403) 10577 : audit 0 from='client.216486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:08.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:07 smithi079 bash[28699]: cluster 2023-12-07T21:38:06.499524+0000 mgr.a (mgr.14403) 10578 : cluster 0 pgmap v7895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:08.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:07 smithi194 bash[32038]: cluster 2023-12-07T21:38:06.499524+0000 mgr.a (mgr.14403) 10578 : cluster 0 pgmap v7895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:08.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:07 smithi135 bash[32435]: cluster 2023-12-07T21:38:06.499524+0000 mgr.a (mgr.14403) 10578 : cluster 0 pgmap v7895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:10.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:38:10.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:10.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:10.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:09 smithi079 bash[28699]: cluster 2023-12-07T21:38:08.500255+0000 mgr.a (mgr.14403) 10579 : cluster 0 pgmap v7896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:38:10.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:09 smithi194 bash[32038]: cluster 2023-12-07T21:38:08.500255+0000 mgr.a (mgr.14403) 10579 : cluster 0 pgmap v7896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:38:10.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:09 smithi135 bash[32435]: cluster 2023-12-07T21:38:08.500255+0000 mgr.a (mgr.14403) 10579 : cluster 0 pgmap v7896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:38:10.978 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:38:10.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:10.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:10.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:10.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:38:12.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:11 smithi079 bash[28699]: audit 2023-12-07T21:38:10.488895+0000 mgr.a (mgr.14403) 10580 : audit 0 from='client.216561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:12.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:11 smithi079 bash[28699]: cluster 2023-12-07T21:38:10.503820+0000 mgr.a (mgr.14403) 10581 : cluster 0 pgmap v7897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:12.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:11 smithi194 bash[32038]: audit 2023-12-07T21:38:10.488895+0000 mgr.a (mgr.14403) 10580 : audit 0 from='client.216561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:12.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:11 smithi194 bash[32038]: cluster 2023-12-07T21:38:10.503820+0000 mgr.a (mgr.14403) 10581 : cluster 0 pgmap v7897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:12.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:11 smithi135 bash[32435]: audit 2023-12-07T21:38:10.488895+0000 mgr.a (mgr.14403) 10580 : audit 0 from='client.216561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:12.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:11 smithi135 bash[32435]: cluster 2023-12-07T21:38:10.503820+0000 mgr.a (mgr.14403) 10581 : cluster 0 pgmap v7897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:14.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:13 smithi079 bash[28699]: cluster 2023-12-07T21:38:12.504609+0000 mgr.a (mgr.14403) 10582 : cluster 0 pgmap v7898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:14.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:13 smithi194 bash[32038]: cluster 2023-12-07T21:38:12.504609+0000 mgr.a (mgr.14403) 10582 : cluster 0 pgmap v7898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:14.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:13 smithi135 bash[32435]: cluster 2023-12-07T21:38:12.504609+0000 mgr.a (mgr.14403) 10582 : cluster 0 pgmap v7898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:15.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:38:15.982 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:15.982 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:16.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:15 smithi079 bash[28699]: cluster 2023-12-07T21:38:14.505415+0000 mgr.a (mgr.14403) 10583 : cluster 0 pgmap v7899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:16.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:15 smithi194 bash[32038]: cluster 2023-12-07T21:38:14.505415+0000 mgr.a (mgr.14403) 10583 : cluster 0 pgmap v7899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:16.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:15 smithi135 bash[32435]: cluster 2023-12-07T21:38:14.505415+0000 mgr.a (mgr.14403) 10583 : cluster 0 pgmap v7899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:16.874 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:38:16.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:16.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:16.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:16.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:38:18.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:17 smithi079 bash[28699]: audit 2023-12-07T21:38:16.391021+0000 mgr.a (mgr.14403) 10584 : audit 0 from='client.216639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:18.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:17 smithi079 bash[28699]: cluster 2023-12-07T21:38:16.506134+0000 mgr.a (mgr.14403) 10585 : cluster 0 pgmap v7900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:18.189 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:17 smithi194 bash[32038]: audit 2023-12-07T21:38:16.391021+0000 mgr.a (mgr.14403) 10584 : audit 0 from='client.216639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:18.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:17 smithi194 bash[32038]: cluster 2023-12-07T21:38:16.506134+0000 mgr.a (mgr.14403) 10585 : cluster 0 pgmap v7900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:18.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:17 smithi135 bash[32435]: audit 2023-12-07T21:38:16.391021+0000 mgr.a (mgr.14403) 10584 : audit 0 from='client.216639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:18.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:17 smithi135 bash[32435]: cluster 2023-12-07T21:38:16.506134+0000 mgr.a (mgr.14403) 10585 : cluster 0 pgmap v7900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:20.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:19 smithi079 bash[28699]: cluster 2023-12-07T21:38:18.507014+0000 mgr.a (mgr.14403) 10586 : cluster 0 pgmap v7901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:38:20.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:19 smithi194 bash[32038]: cluster 2023-12-07T21:38:18.507014+0000 mgr.a (mgr.14403) 10586 : cluster 0 pgmap v7901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:38:20.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:19 smithi135 bash[32435]: cluster 2023-12-07T21:38:18.507014+0000 mgr.a (mgr.14403) 10586 : cluster 0 pgmap v7901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:38:21.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:38:21.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:21.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:22.128 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:21 smithi079 bash[28699]: cluster 2023-12-07T21:38:20.507634+0000 mgr.a (mgr.14403) 10587 : cluster 0 pgmap v7902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:38:22.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:21 smithi194 bash[32038]: cluster 2023-12-07T21:38:20.507634+0000 mgr.a (mgr.14403) 10587 : cluster 0 pgmap v7902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:38:22.193 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:21 smithi135 bash[32435]: cluster 2023-12-07T21:38:20.507634+0000 mgr.a (mgr.14403) 10587 : cluster 0 pgmap v7902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:38:22.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:22.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:22.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:22.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:38:22.788 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:38:24.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:23 smithi079 bash[28699]: audit 2023-12-07T21:38:22.297894+0000 mgr.a (mgr.14403) 10588 : audit 0 from='client.216717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:24.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:23 smithi079 bash[28699]: cluster 2023-12-07T21:38:22.508168+0000 mgr.a (mgr.14403) 10589 : cluster 0 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-07T21:38:24.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:23 smithi194 bash[32038]: audit 2023-12-07T21:38:22.297894+0000 mgr.a (mgr.14403) 10588 : audit 0 from='client.216717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:24.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:23 smithi194 bash[32038]: cluster 2023-12-07T21:38:22.508168+0000 mgr.a (mgr.14403) 10589 : cluster 0 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-07T21:38:24.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:23 smithi135 bash[32435]: audit 2023-12-07T21:38:22.297894+0000 mgr.a (mgr.14403) 10588 : audit 0 from='client.216717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:24.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:23 smithi135 bash[32435]: cluster 2023-12-07T21:38:22.508168+0000 mgr.a (mgr.14403) 10589 : cluster 0 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-07T21:38:26.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:25 smithi079 bash[28699]: cluster 2023-12-07T21:38:24.509070+0000 mgr.a (mgr.14403) 10590 : cluster 0 pgmap v7904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:26.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:25 smithi194 bash[32038]: cluster 2023-12-07T21:38:24.509070+0000 mgr.a (mgr.14403) 10590 : cluster 0 pgmap v7904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:26.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:25 smithi135 bash[32435]: cluster 2023-12-07T21:38:24.509070+0000 mgr.a (mgr.14403) 10590 : cluster 0 pgmap v7904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:27.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:38:27.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:27.792 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:28.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:27 smithi079 bash[28699]: cluster 2023-12-07T21:38:26.509569+0000 mgr.a (mgr.14403) 10591 : cluster 0 pgmap v7905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:28.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:27 smithi194 bash[32038]: cluster 2023-12-07T21:38:26.509569+0000 mgr.a (mgr.14403) 10591 : cluster 0 pgmap v7905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:28.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:27 smithi135 bash[32435]: cluster 2023-12-07T21:38:26.509569+0000 mgr.a (mgr.14403) 10591 : cluster 0 pgmap v7905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:28.724 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:38:28.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:28.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:28.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:28.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:38:30.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:29 smithi079 bash[28699]: audit 2023-12-07T21:38:28.216986+0000 mgr.a (mgr.14403) 10592 : audit 0 from='client.216786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:30.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:29 smithi079 bash[28699]: cluster 2023-12-07T21:38:28.510512+0000 mgr.a (mgr.14403) 10593 : cluster 0 pgmap v7906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:38:30.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:29 smithi194 bash[32038]: audit 2023-12-07T21:38:28.216986+0000 mgr.a (mgr.14403) 10592 : audit 0 from='client.216786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:30.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:29 smithi194 bash[32038]: cluster 2023-12-07T21:38:28.510512+0000 mgr.a (mgr.14403) 10593 : cluster 0 pgmap v7906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:38:30.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:29 smithi135 bash[32435]: audit 2023-12-07T21:38:28.216986+0000 mgr.a (mgr.14403) 10592 : audit 0 from='client.216786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:30.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:29 smithi135 bash[32435]: cluster 2023-12-07T21:38:28.510512+0000 mgr.a (mgr.14403) 10593 : cluster 0 pgmap v7906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:38:32.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:31 smithi079 bash[28699]: cluster 2023-12-07T21:38:30.511340+0000 mgr.a (mgr.14403) 10594 : cluster 0 pgmap v7907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:38:32.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:31 smithi194 bash[32038]: cluster 2023-12-07T21:38:30.511340+0000 mgr.a (mgr.14403) 10594 : cluster 0 pgmap v7907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:38:32.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:31 smithi135 bash[32435]: cluster 2023-12-07T21:38:30.511340+0000 mgr.a (mgr.14403) 10594 : cluster 0 pgmap v7907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-07T21:38:33.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:38:33.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:33.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:34.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:33 smithi079 bash[28699]: cluster 2023-12-07T21:38:32.511911+0000 mgr.a (mgr.14403) 10595 : cluster 0 pgmap v7908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:38:34.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:33 smithi194 bash[32038]: cluster 2023-12-07T21:38:32.511911+0000 mgr.a (mgr.14403) 10595 : cluster 0 pgmap v7908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:38:34.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:33 smithi135 bash[32435]: cluster 2023-12-07T21:38:32.511911+0000 mgr.a (mgr.14403) 10595 : cluster 0 pgmap v7908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:38:34.652 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:38:34.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:34.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:34.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:34.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:38:36.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:35 smithi079 bash[28699]: audit 2023-12-07T21:38:34.155966+0000 mgr.a (mgr.14403) 10596 : audit 0 from='client.216861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:36.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:35 smithi079 bash[28699]: cluster 2023-12-07T21:38:34.512674+0000 mgr.a (mgr.14403) 10597 : cluster 0 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-07T21:38:36.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:35 smithi194 bash[32038]: audit 2023-12-07T21:38:34.155966+0000 mgr.a (mgr.14403) 10596 : audit 0 from='client.216861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:36.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:35 smithi194 bash[32038]: cluster 2023-12-07T21:38:34.512674+0000 mgr.a (mgr.14403) 10597 : cluster 0 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-07T21:38:36.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:35 smithi135 bash[32435]: audit 2023-12-07T21:38:34.155966+0000 mgr.a (mgr.14403) 10596 : audit 0 from='client.216861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:36.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:35 smithi135 bash[32435]: cluster 2023-12-07T21:38:34.512674+0000 mgr.a (mgr.14403) 10597 : cluster 0 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-07T21:38:38.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:37 smithi079 bash[28699]: cluster 2023-12-07T21:38:36.513320+0000 mgr.a (mgr.14403) 10598 : cluster 0 pgmap v7910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:38.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:37 smithi194 bash[32038]: cluster 2023-12-07T21:38:36.513320+0000 mgr.a (mgr.14403) 10598 : cluster 0 pgmap v7910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:38.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:37 smithi135 bash[32435]: cluster 2023-12-07T21:38:36.513320+0000 mgr.a (mgr.14403) 10598 : cluster 0 pgmap v7910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:38:39.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:38:39.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:39.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:40.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:39 smithi079 bash[28699]: cluster 2023-12-07T21:38:38.514195+0000 mgr.a (mgr.14403) 10599 : cluster 0 pgmap v7911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:38:40.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:39 smithi194 bash[32038]: cluster 2023-12-07T21:38:38.514195+0000 mgr.a (mgr.14403) 10599 : cluster 0 pgmap v7911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:38:40.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:39 smithi135 bash[32435]: cluster 2023-12-07T21:38:38.514195+0000 mgr.a (mgr.14403) 10599 : cluster 0 pgmap v7911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:38:40.602 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:38:40.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:40.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:40.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:40.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:38:41.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:40 smithi079 bash[28699]: audit 2023-12-07T21:38:40.077990+0000 mgr.a (mgr.14403) 10600 : audit 0 from='client.216939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:41.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:40 smithi194 bash[32038]: audit 2023-12-07T21:38:40.077990+0000 mgr.a (mgr.14403) 10600 : audit 0 from='client.216939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:41.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:40 smithi135 bash[32435]: audit 2023-12-07T21:38:40.077990+0000 mgr.a (mgr.14403) 10600 : audit 0 from='client.216939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:42.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:41 smithi079 bash[28699]: cluster 2023-12-07T21:38:40.515023+0000 mgr.a (mgr.14403) 10601 : cluster 0 pgmap v7912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:38:42.129 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:41 smithi079 bash[28699]: audit 2023-12-07T21:38:41.588939+0000 mon.a (mon.0) 1914 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:38:42.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:41 smithi194 bash[32038]: cluster 2023-12-07T21:38:40.515023+0000 mgr.a (mgr.14403) 10601 : cluster 0 pgmap v7912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:38:42.190 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:41 smithi194 bash[32038]: audit 2023-12-07T21:38:41.588939+0000 mon.a (mon.0) 1914 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:38:42.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:41 smithi135 bash[32435]: cluster 2023-12-07T21:38:40.515023+0000 mgr.a (mgr.14403) 10601 : cluster 0 pgmap v7912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:38:42.194 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:41 smithi135 bash[32435]: audit 2023-12-07T21:38:41.588939+0000 mon.a (mon.0) 1914 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:38:43.379 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:43 smithi079 bash[28699]: audit 2023-12-07T21:38:42.119714+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:38:43.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:43 smithi079 bash[28699]: audit 2023-12-07T21:38:42.127551+0000 mon.a (mon.0) 1916 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:38:43.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:43 smithi079 bash[28699]: audit 2023-12-07T21:38:42.834129+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:38:43.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:43 smithi079 bash[28699]: audit 2023-12-07T21:38:42.835977+0000 mon.a (mon.0) 1918 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:38:43.380 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:43 smithi079 bash[28699]: audit 2023-12-07T21:38:42.845188+0000 mon.a (mon.0) 1919 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:38:43.440 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:43 smithi194 bash[32038]: audit 2023-12-07T21:38:42.119714+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:38:43.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:43 smithi194 bash[32038]: audit 2023-12-07T21:38:42.127551+0000 mon.a (mon.0) 1916 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:38:43.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:43 smithi194 bash[32038]: audit 2023-12-07T21:38:42.834129+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:38:43.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:43 smithi194 bash[32038]: audit 2023-12-07T21:38:42.835977+0000 mon.a (mon.0) 1918 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:38:43.441 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:43 smithi194 bash[32038]: audit 2023-12-07T21:38:42.845188+0000 mon.a (mon.0) 1919 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:38:43.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:43 smithi135 bash[32435]: audit 2023-12-07T21:38:42.119714+0000 mon.a (mon.0) 1915 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:38:43.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:43 smithi135 bash[32435]: audit 2023-12-07T21:38:42.127551+0000 mon.a (mon.0) 1916 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:38:43.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:43 smithi135 bash[32435]: audit 2023-12-07T21:38:42.834129+0000 mon.a (mon.0) 1917 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:38:43.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:43 smithi135 bash[32435]: audit 2023-12-07T21:38:42.835977+0000 mon.a (mon.0) 1918 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:38:43.445 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:43 smithi135 bash[32435]: audit 2023-12-07T21:38:42.845188+0000 mon.a (mon.0) 1919 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:38:44.379 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:44 smithi079 bash[28699]: cluster 2023-12-07T21:38:42.515529+0000 mgr.a (mgr.14403) 10602 : cluster 0 pgmap v7913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:38:44.440 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:44 smithi194 bash[32038]: cluster 2023-12-07T21:38:42.515529+0000 mgr.a (mgr.14403) 10602 : cluster 0 pgmap v7913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:38:44.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:44 smithi135 bash[32435]: cluster 2023-12-07T21:38:42.515529+0000 mgr.a (mgr.14403) 10602 : cluster 0 pgmap v7913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:38:45.440 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:45 smithi194 bash[32038]: cluster 2023-12-07T21:38:44.516312+0000 mgr.a (mgr.14403) 10603 : cluster 0 pgmap v7914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:38:45.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:45 smithi135 bash[32435]: cluster 2023-12-07T21:38:44.516312+0000 mgr.a (mgr.14403) 10603 : cluster 0 pgmap v7914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:38:45.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:38:45.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:45.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:45.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:45 smithi079 bash[28699]: cluster 2023-12-07T21:38:44.516312+0000 mgr.a (mgr.14403) 10603 : cluster 0 pgmap v7914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:38:46.440 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:46 smithi194 bash[32038]: audit 2023-12-07T21:38:46.030846+0000 mgr.a (mgr.14403) 10604 : audit 0 from='client.217014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:46.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:46 smithi135 bash[32435]: audit 2023-12-07T21:38:46.030846+0000 mgr.a (mgr.14403) 10604 : audit 0 from='client.217014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:46.513 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:38:46.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:46.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:46.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:46.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:38:46.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:46 smithi079 bash[28699]: audit 2023-12-07T21:38:46.030846+0000 mgr.a (mgr.14403) 10604 : audit 0 from='client.217014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:47.440 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:47 smithi194 bash[32038]: cluster 2023-12-07T21:38:46.516837+0000 mgr.a (mgr.14403) 10605 : cluster 0 pgmap v7915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:47.444 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:47 smithi135 bash[32435]: cluster 2023-12-07T21:38:46.516837+0000 mgr.a (mgr.14403) 10605 : cluster 0 pgmap v7915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:47.629 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:47 smithi079 bash[28699]: cluster 2023-12-07T21:38:46.516837+0000 mgr.a (mgr.14403) 10605 : cluster 0 pgmap v7915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:49.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:49 smithi079 bash[28699]: cluster 2023-12-07T21:38:48.517629+0000 mgr.a (mgr.14403) 10606 : cluster 0 pgmap v7916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:49.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:49 smithi194 bash[32038]: cluster 2023-12-07T21:38:48.517629+0000 mgr.a (mgr.14403) 10606 : cluster 0 pgmap v7916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:49.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:49 smithi135 bash[32435]: cluster 2023-12-07T21:38:48.517629+0000 mgr.a (mgr.14403) 10606 : cluster 0 pgmap v7916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:51.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:38:51.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:51.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:51.879 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:51 smithi079 bash[28699]: cluster 2023-12-07T21:38:50.518297+0000 mgr.a (mgr.14403) 10607 : cluster 0 pgmap v7917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:38:51.940 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:51 smithi194 bash[32038]: cluster 2023-12-07T21:38:50.518297+0000 mgr.a (mgr.14403) 10607 : cluster 0 pgmap v7917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:38:51.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:51 smithi135 bash[32435]: cluster 2023-12-07T21:38:50.518297+0000 mgr.a (mgr.14403) 10607 : cluster 0 pgmap v7917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:38:52.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:52.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:52.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:52.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:38:52.418 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:38:52.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:52 smithi079 bash[28699]: audit 2023-12-07T21:38:51.932766+0000 mgr.a (mgr.14403) 10608 : audit 0 from='client.217092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:52.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:52 smithi194 bash[32038]: audit 2023-12-07T21:38:51.932766+0000 mgr.a (mgr.14403) 10608 : audit 0 from='client.217092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:52.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:52 smithi135 bash[32435]: audit 2023-12-07T21:38:51.932766+0000 mgr.a (mgr.14403) 10608 : audit 0 from='client.217092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:53.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:53 smithi079 bash[28699]: cluster 2023-12-07T21:38:52.519100+0000 mgr.a (mgr.14403) 10609 : cluster 0 pgmap v7918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:53.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:53 smithi194 bash[32038]: cluster 2023-12-07T21:38:52.519100+0000 mgr.a (mgr.14403) 10609 : cluster 0 pgmap v7918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:53.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:53 smithi135 bash[32435]: cluster 2023-12-07T21:38:52.519100+0000 mgr.a (mgr.14403) 10609 : cluster 0 pgmap v7918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:38:55.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:55 smithi079 bash[28699]: cluster 2023-12-07T21:38:54.520012+0000 mgr.a (mgr.14403) 10610 : cluster 0 pgmap v7919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:55.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:55 smithi194 bash[32038]: cluster 2023-12-07T21:38:54.520012+0000 mgr.a (mgr.14403) 10610 : cluster 0 pgmap v7919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:55.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:55 smithi135 bash[32435]: cluster 2023-12-07T21:38:54.520012+0000 mgr.a (mgr.14403) 10610 : cluster 0 pgmap v7919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:57.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:38:57.422 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:38:57.422 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:38:57.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:57 smithi079 bash[28699]: cluster 2023-12-07T21:38:56.520728+0000 mgr.a (mgr.14403) 10611 : cluster 0 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-07T21:38:57.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:57 smithi194 bash[32038]: cluster 2023-12-07T21:38:56.520728+0000 mgr.a (mgr.14403) 10611 : cluster 0 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-07T21:38:57.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:57 smithi135 bash[32435]: cluster 2023-12-07T21:38:56.520728+0000 mgr.a (mgr.14403) 10611 : cluster 0 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-07T21:38:58.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:38:58.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:38:58.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:38:58.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:38:58.309 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:38:58.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:58 smithi079 bash[28699]: audit 2023-12-07T21:38:57.828603+0000 mgr.a (mgr.14403) 10612 : audit 0 from='client.217164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:58.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:58 smithi194 bash[32038]: audit 2023-12-07T21:38:57.828603+0000 mgr.a (mgr.14403) 10612 : audit 0 from='client.217164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:58.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:58 smithi135 bash[32435]: audit 2023-12-07T21:38:57.828603+0000 mgr.a (mgr.14403) 10612 : audit 0 from='client.217164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:38:59.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:38:59 smithi079 bash[28699]: cluster 2023-12-07T21:38:58.521502+0000 mgr.a (mgr.14403) 10613 : cluster 0 pgmap v7921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:59.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:38:59 smithi194 bash[32038]: cluster 2023-12-07T21:38:58.521502+0000 mgr.a (mgr.14403) 10613 : cluster 0 pgmap v7921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:38:59.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:38:59 smithi135 bash[32435]: cluster 2023-12-07T21:38:58.521502+0000 mgr.a (mgr.14403) 10613 : cluster 0 pgmap v7921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:01.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:01 smithi079 bash[28699]: cluster 2023-12-07T21:39:00.522079+0000 mgr.a (mgr.14403) 10614 : cluster 0 pgmap v7922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:01.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:01 smithi194 bash[32038]: cluster 2023-12-07T21:39:00.522079+0000 mgr.a (mgr.14403) 10614 : cluster 0 pgmap v7922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:01.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:01 smithi135 bash[32435]: cluster 2023-12-07T21:39:00.522079+0000 mgr.a (mgr.14403) 10614 : cluster 0 pgmap v7922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:03.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:39:03.313 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:03.313 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:03.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:03 smithi079 bash[28699]: cluster 2023-12-07T21:39:02.522628+0000 mgr.a (mgr.14403) 10615 : cluster 0 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-07T21:39:03.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:03 smithi194 bash[32038]: cluster 2023-12-07T21:39:02.522628+0000 mgr.a (mgr.14403) 10615 : cluster 0 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-07T21:39:03.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:03 smithi135 bash[32435]: cluster 2023-12-07T21:39:02.522628+0000 mgr.a (mgr.14403) 10615 : cluster 0 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-07T21:39:04.210 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:39:04.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:04.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:04.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:04.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:39:04.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:04 smithi079 bash[28699]: audit 2023-12-07T21:39:03.732292+0000 mgr.a (mgr.14403) 10616 : audit 0 from='client.217239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:04.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:04 smithi194 bash[32038]: audit 2023-12-07T21:39:03.732292+0000 mgr.a (mgr.14403) 10616 : audit 0 from='client.217239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:04.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:04 smithi135 bash[32435]: audit 2023-12-07T21:39:03.732292+0000 mgr.a (mgr.14403) 10616 : audit 0 from='client.217239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:05.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:05 smithi079 bash[28699]: cluster 2023-12-07T21:39:04.523697+0000 mgr.a (mgr.14403) 10617 : cluster 0 pgmap v7924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:05.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:05 smithi194 bash[32038]: cluster 2023-12-07T21:39:04.523697+0000 mgr.a (mgr.14403) 10617 : cluster 0 pgmap v7924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:05.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:05 smithi135 bash[32435]: cluster 2023-12-07T21:39:04.523697+0000 mgr.a (mgr.14403) 10617 : cluster 0 pgmap v7924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:07.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:07 smithi079 bash[28699]: cluster 2023-12-07T21:39:06.524284+0000 mgr.a (mgr.14403) 10618 : cluster 0 pgmap v7925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:07.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:07 smithi194 bash[32038]: cluster 2023-12-07T21:39:06.524284+0000 mgr.a (mgr.14403) 10618 : cluster 0 pgmap v7925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:07.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:07 smithi135 bash[32435]: cluster 2023-12-07T21:39:06.524284+0000 mgr.a (mgr.14403) 10618 : cluster 0 pgmap v7925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:09.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:39:09.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:09.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:09.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:09 smithi079 bash[28699]: cluster 2023-12-07T21:39:08.524995+0000 mgr.a (mgr.14403) 10619 : cluster 0 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-07T21:39:09.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:09 smithi194 bash[32038]: cluster 2023-12-07T21:39:08.524995+0000 mgr.a (mgr.14403) 10619 : cluster 0 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-07T21:39:09.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:09 smithi135 bash[32435]: cluster 2023-12-07T21:39:08.524995+0000 mgr.a (mgr.14403) 10619 : cluster 0 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-07T21:39:10.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:10.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:10.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:10.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:39:10.097 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:39:10.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:10 smithi079 bash[28699]: audit 2023-12-07T21:39:09.629496+0000 mgr.a (mgr.14403) 10620 : audit 0 from='client.217311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:10.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:10 smithi194 bash[32038]: audit 2023-12-07T21:39:09.629496+0000 mgr.a (mgr.14403) 10620 : audit 0 from='client.217311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:10.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:10 smithi135 bash[32435]: audit 2023-12-07T21:39:09.629496+0000 mgr.a (mgr.14403) 10620 : audit 0 from='client.217311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:11.880 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:11 smithi079 bash[28699]: cluster 2023-12-07T21:39:10.525682+0000 mgr.a (mgr.14403) 10621 : cluster 0 pgmap v7927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:11.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:11 smithi194 bash[32038]: cluster 2023-12-07T21:39:10.525682+0000 mgr.a (mgr.14403) 10621 : cluster 0 pgmap v7927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:11.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:11 smithi135 bash[32435]: cluster 2023-12-07T21:39:10.525682+0000 mgr.a (mgr.14403) 10621 : cluster 0 pgmap v7927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:13.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:13 smithi194 bash[32038]: cluster 2023-12-07T21:39:12.526341+0000 mgr.a (mgr.14403) 10622 : cluster 0 pgmap v7928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:13.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:13 smithi135 bash[32435]: cluster 2023-12-07T21:39:12.526341+0000 mgr.a (mgr.14403) 10622 : cluster 0 pgmap v7928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:14.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:13 smithi079 bash[28699]: cluster 2023-12-07T21:39:12.526341+0000 mgr.a (mgr.14403) 10622 : cluster 0 pgmap v7928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:15.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:39:15.101 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:15.101 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:15.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:15 smithi194 bash[32038]: cluster 2023-12-07T21:39:14.527325+0000 mgr.a (mgr.14403) 10623 : cluster 0 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-07T21:39:15.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:15 smithi135 bash[32435]: cluster 2023-12-07T21:39:14.527325+0000 mgr.a (mgr.14403) 10623 : cluster 0 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-07T21:39:15.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:15.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:15.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:15.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:39:15.971 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:39:16.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:15 smithi079 bash[28699]: cluster 2023-12-07T21:39:14.527325+0000 mgr.a (mgr.14403) 10623 : cluster 0 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-07T21:39:16.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:16 smithi194 bash[32038]: audit 2023-12-07T21:39:15.516176+0000 mgr.a (mgr.14403) 10624 : audit 0 from='client.217389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:16.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:16 smithi135 bash[32435]: audit 2023-12-07T21:39:15.516176+0000 mgr.a (mgr.14403) 10624 : audit 0 from='client.217389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:17.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:16 smithi079 bash[28699]: audit 2023-12-07T21:39:15.516176+0000 mgr.a (mgr.14403) 10624 : audit 0 from='client.217389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:17.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:17 smithi194 bash[32038]: cluster 2023-12-07T21:39:16.528034+0000 mgr.a (mgr.14403) 10625 : cluster 0 pgmap v7930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:17.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:17 smithi135 bash[32435]: cluster 2023-12-07T21:39:16.528034+0000 mgr.a (mgr.14403) 10625 : cluster 0 pgmap v7930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:18.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:17 smithi079 bash[28699]: cluster 2023-12-07T21:39:16.528034+0000 mgr.a (mgr.14403) 10625 : cluster 0 pgmap v7930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:19.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:19 smithi194 bash[32038]: cluster 2023-12-07T21:39:18.528797+0000 mgr.a (mgr.14403) 10626 : cluster 0 pgmap v7931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:19.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:19 smithi135 bash[32435]: cluster 2023-12-07T21:39:18.528797+0000 mgr.a (mgr.14403) 10626 : cluster 0 pgmap v7931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:20.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:19 smithi079 bash[28699]: cluster 2023-12-07T21:39:18.528797+0000 mgr.a (mgr.14403) 10626 : cluster 0 pgmap v7931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:20.974 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:39:20.975 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:20.975 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:21.867 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:39:21.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:21.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:21.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:21.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:39:21.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:21 smithi194 bash[32038]: cluster 2023-12-07T21:39:20.529300+0000 mgr.a (mgr.14403) 10627 : cluster 0 pgmap v7932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:21.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:21 smithi135 bash[32435]: cluster 2023-12-07T21:39:20.529300+0000 mgr.a (mgr.14403) 10627 : cluster 0 pgmap v7932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:22.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:21 smithi079 bash[28699]: cluster 2023-12-07T21:39:20.529300+0000 mgr.a (mgr.14403) 10627 : cluster 0 pgmap v7932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:22.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:22 smithi194 bash[32038]: audit 2023-12-07T21:39:21.384676+0000 mgr.a (mgr.14403) 10628 : audit 0 from='client.217467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:22.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:22 smithi135 bash[32435]: audit 2023-12-07T21:39:21.384676+0000 mgr.a (mgr.14403) 10628 : audit 0 from='client.217467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:23.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:22 smithi079 bash[28699]: audit 2023-12-07T21:39:21.384676+0000 mgr.a (mgr.14403) 10628 : audit 0 from='client.217467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:23.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:23 smithi194 bash[32038]: cluster 2023-12-07T21:39:22.529948+0000 mgr.a (mgr.14403) 10629 : cluster 0 pgmap v7933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:23.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:23 smithi135 bash[32435]: cluster 2023-12-07T21:39:22.529948+0000 mgr.a (mgr.14403) 10629 : cluster 0 pgmap v7933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:24.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:23 smithi079 bash[28699]: cluster 2023-12-07T21:39:22.529948+0000 mgr.a (mgr.14403) 10629 : cluster 0 pgmap v7933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:25.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:25 smithi194 bash[32038]: cluster 2023-12-07T21:39:24.530681+0000 mgr.a (mgr.14403) 10630 : cluster 0 pgmap v7934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:25.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:25 smithi135 bash[32435]: cluster 2023-12-07T21:39:24.530681+0000 mgr.a (mgr.14403) 10630 : cluster 0 pgmap v7934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:26.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:25 smithi079 bash[28699]: cluster 2023-12-07T21:39:24.530681+0000 mgr.a (mgr.14403) 10630 : cluster 0 pgmap v7934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:26.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:39:26.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:26.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:27.787 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:39:27.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:27.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:27.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:27.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:39:27.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:27 smithi194 bash[32038]: cluster 2023-12-07T21:39:26.531395+0000 mgr.a (mgr.14403) 10631 : cluster 0 pgmap v7935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:27.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:27 smithi135 bash[32435]: cluster 2023-12-07T21:39:26.531395+0000 mgr.a (mgr.14403) 10631 : cluster 0 pgmap v7935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:28.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:27 smithi079 bash[28699]: cluster 2023-12-07T21:39:26.531395+0000 mgr.a (mgr.14403) 10631 : cluster 0 pgmap v7935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:28.942 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:28 smithi194 bash[32038]: audit 2023-12-07T21:39:27.295195+0000 mgr.a (mgr.14403) 10632 : audit 0 from='client.217542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:28.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:28 smithi135 bash[32435]: audit 2023-12-07T21:39:27.295195+0000 mgr.a (mgr.14403) 10632 : audit 0 from='client.217542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:29.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:28 smithi079 bash[28699]: audit 2023-12-07T21:39:27.295195+0000 mgr.a (mgr.14403) 10632 : audit 0 from='client.217542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:29.941 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:29 smithi194 bash[32038]: cluster 2023-12-07T21:39:28.532330+0000 mgr.a (mgr.14403) 10633 : cluster 0 pgmap v7936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:29.945 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:29 smithi135 bash[32435]: cluster 2023-12-07T21:39:28.532330+0000 mgr.a (mgr.14403) 10633 : cluster 0 pgmap v7936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:30.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:29 smithi079 bash[28699]: cluster 2023-12-07T21:39:28.532330+0000 mgr.a (mgr.14403) 10633 : cluster 0 pgmap v7936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:31.946 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:31 smithi135 bash[32435]: cluster 2023-12-07T21:39:30.532897+0000 mgr.a (mgr.14403) 10634 : cluster 0 pgmap v7937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:32.130 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:31 smithi079 bash[28699]: cluster 2023-12-07T21:39:30.532897+0000 mgr.a (mgr.14403) 10634 : cluster 0 pgmap v7937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:32.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:31 smithi194 bash[32038]: cluster 2023-12-07T21:39:30.532897+0000 mgr.a (mgr.14403) 10634 : cluster 0 pgmap v7937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:32.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:39:32.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:32.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:33.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:39:33.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:33.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:33.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:33.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:39:34.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:33 smithi079 bash[28699]: cluster 2023-12-07T21:39:32.533519+0000 mgr.a (mgr.14403) 10635 : cluster 0 pgmap v7938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:34.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:33 smithi194 bash[32038]: cluster 2023-12-07T21:39:32.533519+0000 mgr.a (mgr.14403) 10635 : cluster 0 pgmap v7938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:34.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:33 smithi135 bash[32435]: cluster 2023-12-07T21:39:32.533519+0000 mgr.a (mgr.14403) 10635 : cluster 0 pgmap v7938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:35.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:34 smithi079 bash[28699]: audit 2023-12-07T21:39:33.204958+0000 mgr.a (mgr.14403) 10636 : audit 0 from='client.217617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:35.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:34 smithi194 bash[32038]: audit 2023-12-07T21:39:33.204958+0000 mgr.a (mgr.14403) 10636 : audit 0 from='client.217617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:35.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:34 smithi135 bash[32435]: audit 2023-12-07T21:39:33.204958+0000 mgr.a (mgr.14403) 10636 : audit 0 from='client.217617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:36.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:35 smithi079 bash[28699]: cluster 2023-12-07T21:39:34.534546+0000 mgr.a (mgr.14403) 10637 : cluster 0 pgmap v7939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:39:36.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:35 smithi194 bash[32038]: cluster 2023-12-07T21:39:34.534546+0000 mgr.a (mgr.14403) 10637 : cluster 0 pgmap v7939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:39:36.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:35 smithi135 bash[32435]: cluster 2023-12-07T21:39:34.534546+0000 mgr.a (mgr.14403) 10637 : cluster 0 pgmap v7939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:39:38.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:37 smithi079 bash[28699]: cluster 2023-12-07T21:39:36.535168+0000 mgr.a (mgr.14403) 10638 : cluster 0 pgmap v7940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:39:38.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:37 smithi194 bash[32038]: cluster 2023-12-07T21:39:36.535168+0000 mgr.a (mgr.14403) 10638 : cluster 0 pgmap v7940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:39:38.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:37 smithi135 bash[32435]: cluster 2023-12-07T21:39:36.535168+0000 mgr.a (mgr.14403) 10638 : cluster 0 pgmap v7940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:39:38.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:39:38.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:38.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:39.600 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:39:39.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:39.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:39.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:39.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:39:40.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:39 smithi079 bash[28699]: cluster 2023-12-07T21:39:38.535854+0000 mgr.a (mgr.14403) 10639 : cluster 0 pgmap v7941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:40.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:39 smithi079 bash[28699]: audit 2023-12-07T21:39:39.101754+0000 mgr.a (mgr.14403) 10640 : audit 0 from='client.217692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:40.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:39 smithi194 bash[32038]: cluster 2023-12-07T21:39:38.535854+0000 mgr.a (mgr.14403) 10639 : cluster 0 pgmap v7941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:40.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:39 smithi194 bash[32038]: audit 2023-12-07T21:39:39.101754+0000 mgr.a (mgr.14403) 10640 : audit 0 from='client.217692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:40.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:39 smithi135 bash[32435]: cluster 2023-12-07T21:39:38.535854+0000 mgr.a (mgr.14403) 10639 : cluster 0 pgmap v7941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:40.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:39 smithi135 bash[32435]: audit 2023-12-07T21:39:39.101754+0000 mgr.a (mgr.14403) 10640 : audit 0 from='client.217692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:42.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:41 smithi079 bash[28699]: cluster 2023-12-07T21:39:40.536565+0000 mgr.a (mgr.14403) 10641 : cluster 0 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-07T21:39:42.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:41 smithi194 bash[32038]: cluster 2023-12-07T21:39:40.536565+0000 mgr.a (mgr.14403) 10641 : cluster 0 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-07T21:39:42.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:41 smithi135 bash[32435]: cluster 2023-12-07T21:39:40.536565+0000 mgr.a (mgr.14403) 10641 : cluster 0 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-07T21:39:44.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:43 smithi079 bash[28699]: cluster 2023-12-07T21:39:42.537160+0000 mgr.a (mgr.14403) 10642 : cluster 0 pgmap v7943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:44.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:43 smithi079 bash[28699]: audit 2023-12-07T21:39:42.951060+0000 mon.a (mon.0) 1920 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:39:44.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:43 smithi079 bash[28699]: audit 2023-12-07T21:39:43.481272+0000 mon.a (mon.0) 1921 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:39:44.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:43 smithi079 bash[28699]: audit 2023-12-07T21:39:43.489755+0000 mon.a (mon.0) 1922 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:39:44.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:43 smithi194 bash[32038]: cluster 2023-12-07T21:39:42.537160+0000 mgr.a (mgr.14403) 10642 : cluster 0 pgmap v7943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:44.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:43 smithi194 bash[32038]: audit 2023-12-07T21:39:42.951060+0000 mon.a (mon.0) 1920 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:39:44.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:43 smithi194 bash[32038]: audit 2023-12-07T21:39:43.481272+0000 mon.a (mon.0) 1921 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:39:44.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:43 smithi194 bash[32038]: audit 2023-12-07T21:39:43.489755+0000 mon.a (mon.0) 1922 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:39:44.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:43 smithi135 bash[32435]: cluster 2023-12-07T21:39:42.537160+0000 mgr.a (mgr.14403) 10642 : cluster 0 pgmap v7943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:39:44.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:43 smithi135 bash[32435]: audit 2023-12-07T21:39:42.951060+0000 mon.a (mon.0) 1920 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:39:44.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:43 smithi135 bash[32435]: audit 2023-12-07T21:39:43.481272+0000 mon.a (mon.0) 1921 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:39:44.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:43 smithi135 bash[32435]: audit 2023-12-07T21:39:43.489755+0000 mon.a (mon.0) 1922 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:39:44.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:39:44.604 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:44.604 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:45.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:44 smithi079 bash[28699]: audit 2023-12-07T21:39:44.247315+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:39:45.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:44 smithi079 bash[28699]: audit 2023-12-07T21:39:44.249666+0000 mon.a (mon.0) 1924 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:39:45.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:44 smithi079 bash[28699]: audit 2023-12-07T21:39:44.260686+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:39:45.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:44 smithi194 bash[32038]: audit 2023-12-07T21:39:44.247315+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:39:45.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:44 smithi194 bash[32038]: audit 2023-12-07T21:39:44.249666+0000 mon.a (mon.0) 1924 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:39:45.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:44 smithi194 bash[32038]: audit 2023-12-07T21:39:44.260686+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:39:45.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:44 smithi135 bash[32435]: audit 2023-12-07T21:39:44.247315+0000 mon.a (mon.0) 1923 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:39:45.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:44 smithi135 bash[32435]: audit 2023-12-07T21:39:44.249666+0000 mon.a (mon.0) 1924 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:39:45.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:44 smithi135 bash[32435]: audit 2023-12-07T21:39:44.260686+0000 mon.a (mon.0) 1925 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:39:45.516 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:39:45.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:45.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:45.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:45.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:39:46.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:45 smithi079 bash[28699]: cluster 2023-12-07T21:39:44.537966+0000 mgr.a (mgr.14403) 10643 : cluster 0 pgmap v7944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:46.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:45 smithi079 bash[28699]: audit 2023-12-07T21:39:45.025169+0000 mgr.a (mgr.14403) 10644 : audit 0 from='client.217770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:46.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:45 smithi194 bash[32038]: cluster 2023-12-07T21:39:44.537966+0000 mgr.a (mgr.14403) 10643 : cluster 0 pgmap v7944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:46.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:45 smithi194 bash[32038]: audit 2023-12-07T21:39:45.025169+0000 mgr.a (mgr.14403) 10644 : audit 0 from='client.217770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:46.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:45 smithi135 bash[32435]: cluster 2023-12-07T21:39:44.537966+0000 mgr.a (mgr.14403) 10643 : cluster 0 pgmap v7944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:46.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:45 smithi135 bash[32435]: audit 2023-12-07T21:39:45.025169+0000 mgr.a (mgr.14403) 10644 : audit 0 from='client.217770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:48.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:47 smithi079 bash[28699]: cluster 2023-12-07T21:39:46.538673+0000 mgr.a (mgr.14403) 10645 : cluster 0 pgmap v7945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:39:48.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:47 smithi194 bash[32038]: cluster 2023-12-07T21:39:46.538673+0000 mgr.a (mgr.14403) 10645 : cluster 0 pgmap v7945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:39:48.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:47 smithi135 bash[32435]: cluster 2023-12-07T21:39:46.538673+0000 mgr.a (mgr.14403) 10645 : cluster 0 pgmap v7945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:39:50.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:49 smithi079 bash[28699]: cluster 2023-12-07T21:39:48.539456+0000 mgr.a (mgr.14403) 10646 : cluster 0 pgmap v7946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:39:50.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:49 smithi194 bash[32038]: cluster 2023-12-07T21:39:48.539456+0000 mgr.a (mgr.14403) 10646 : cluster 0 pgmap v7946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:39:50.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:49 smithi135 bash[32435]: cluster 2023-12-07T21:39:48.539456+0000 mgr.a (mgr.14403) 10646 : cluster 0 pgmap v7946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:39:50.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:39:50.520 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:50.520 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:51.419 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:39:51.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:51.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:51.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:51.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:39:52.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:51 smithi079 bash[28699]: cluster 2023-12-07T21:39:50.539911+0000 mgr.a (mgr.14403) 10647 : cluster 0 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-07T21:39:52.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:51 smithi079 bash[28699]: audit 2023-12-07T21:39:50.936208+0000 mgr.a (mgr.14403) 10648 : audit 0 from='client.217848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:52.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:51 smithi194 bash[32038]: cluster 2023-12-07T21:39:50.539911+0000 mgr.a (mgr.14403) 10647 : cluster 0 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-07T21:39:52.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:51 smithi194 bash[32038]: audit 2023-12-07T21:39:50.936208+0000 mgr.a (mgr.14403) 10648 : audit 0 from='client.217848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:52.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:51 smithi135 bash[32435]: cluster 2023-12-07T21:39:50.539911+0000 mgr.a (mgr.14403) 10647 : cluster 0 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-07T21:39:52.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:51 smithi135 bash[32435]: audit 2023-12-07T21:39:50.936208+0000 mgr.a (mgr.14403) 10648 : audit 0 from='client.217848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:54.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:53 smithi079 bash[28699]: cluster 2023-12-07T21:39:52.540624+0000 mgr.a (mgr.14403) 10649 : cluster 0 pgmap v7948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:54.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:53 smithi194 bash[32038]: cluster 2023-12-07T21:39:52.540624+0000 mgr.a (mgr.14403) 10649 : cluster 0 pgmap v7948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:54.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:53 smithi135 bash[32435]: cluster 2023-12-07T21:39:52.540624+0000 mgr.a (mgr.14403) 10649 : cluster 0 pgmap v7948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:56.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:55 smithi079 bash[28699]: cluster 2023-12-07T21:39:54.541445+0000 mgr.a (mgr.14403) 10650 : cluster 0 pgmap v7949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:56.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:55 smithi194 bash[32038]: cluster 2023-12-07T21:39:54.541445+0000 mgr.a (mgr.14403) 10650 : cluster 0 pgmap v7949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:56.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:55 smithi135 bash[32435]: cluster 2023-12-07T21:39:54.541445+0000 mgr.a (mgr.14403) 10650 : cluster 0 pgmap v7949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:39:56.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:39:56.422 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:39:56.422 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:39:57.324 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:39:57.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:39:57.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:39:57.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:39:57.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:39:58.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:57 smithi079 bash[28699]: cluster 2023-12-07T21:39:56.541833+0000 mgr.a (mgr.14403) 10651 : cluster 0 pgmap v7950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:58.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:57 smithi079 bash[28699]: audit 2023-12-07T21:39:56.834659+0000 mgr.a (mgr.14403) 10652 : audit 0 from='client.217926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:58.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:57 smithi194 bash[32038]: cluster 2023-12-07T21:39:56.541833+0000 mgr.a (mgr.14403) 10651 : cluster 0 pgmap v7950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:58.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:57 smithi194 bash[32038]: audit 2023-12-07T21:39:56.834659+0000 mgr.a (mgr.14403) 10652 : audit 0 from='client.217926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:39:58.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:57 smithi135 bash[32435]: cluster 2023-12-07T21:39:56.541833+0000 mgr.a (mgr.14403) 10651 : cluster 0 pgmap v7950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:39:58.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:57 smithi135 bash[32435]: audit 2023-12-07T21:39:56.834659+0000 mgr.a (mgr.14403) 10652 : audit 0 from='client.217926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:00.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:39:59 smithi079 bash[28699]: cluster 2023-12-07T21:39:58.542704+0000 mgr.a (mgr.14403) 10653 : cluster 0 pgmap v7951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:00.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:39:59 smithi194 bash[32038]: cluster 2023-12-07T21:39:58.542704+0000 mgr.a (mgr.14403) 10653 : cluster 0 pgmap v7951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:00.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:39:59 smithi135 bash[32435]: cluster 2023-12-07T21:39:58.542704+0000 mgr.a (mgr.14403) 10653 : cluster 0 pgmap v7951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:01.133 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:00 smithi079 bash[28699]: cluster 2023-12-07T21:40:00.000147+0000 mon.a (mon.0) 1926 : cluster 1 overall HEALTH_OK 2023-12-07T21:40:01.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:00 smithi194 bash[32038]: cluster 2023-12-07T21:40:00.000147+0000 mon.a (mon.0) 1926 : cluster 1 overall HEALTH_OK 2023-12-07T21:40:01.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:00 smithi135 bash[32435]: cluster 2023-12-07T21:40:00.000147+0000 mon.a (mon.0) 1926 : cluster 1 overall HEALTH_OK 2023-12-07T21:40:02.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:01 smithi079 bash[28699]: cluster 2023-12-07T21:40:00.543427+0000 mgr.a (mgr.14403) 10654 : cluster 0 pgmap v7952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:02.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:01 smithi194 bash[32038]: cluster 2023-12-07T21:40:00.543427+0000 mgr.a (mgr.14403) 10654 : cluster 0 pgmap v7952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:02.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:01 smithi135 bash[32435]: cluster 2023-12-07T21:40:00.543427+0000 mgr.a (mgr.14403) 10654 : cluster 0 pgmap v7952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:02.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:40:02.328 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:02.328 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:03.227 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:40:03.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:03.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:03.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:03.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:40:04.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:03 smithi079 bash[28699]: cluster 2023-12-07T21:40:02.543996+0000 mgr.a (mgr.14403) 10655 : cluster 0 pgmap v7953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:04.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:03 smithi079 bash[28699]: audit 2023-12-07T21:40:02.748739+0000 mgr.a (mgr.14403) 10656 : audit 0 from='client.218001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:04.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:03 smithi194 bash[32038]: cluster 2023-12-07T21:40:02.543996+0000 mgr.a (mgr.14403) 10655 : cluster 0 pgmap v7953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:04.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:03 smithi194 bash[32038]: audit 2023-12-07T21:40:02.748739+0000 mgr.a (mgr.14403) 10656 : audit 0 from='client.218001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:04.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:03 smithi135 bash[32435]: cluster 2023-12-07T21:40:02.543996+0000 mgr.a (mgr.14403) 10655 : cluster 0 pgmap v7953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:04.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:03 smithi135 bash[32435]: audit 2023-12-07T21:40:02.748739+0000 mgr.a (mgr.14403) 10656 : audit 0 from='client.218001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:06.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:05 smithi079 bash[28699]: cluster 2023-12-07T21:40:04.544843+0000 mgr.a (mgr.14403) 10657 : cluster 0 pgmap v7954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:06.192 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:05 smithi194 bash[32038]: cluster 2023-12-07T21:40:04.544843+0000 mgr.a (mgr.14403) 10657 : cluster 0 pgmap v7954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:06.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:05 smithi135 bash[32435]: cluster 2023-12-07T21:40:04.544843+0000 mgr.a (mgr.14403) 10657 : cluster 0 pgmap v7954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:08.131 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:07 smithi079 bash[28699]: cluster 2023-12-07T21:40:06.545450+0000 mgr.a (mgr.14403) 10658 : cluster 0 pgmap v7955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:08.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:07 smithi194 bash[32038]: cluster 2023-12-07T21:40:06.545450+0000 mgr.a (mgr.14403) 10658 : cluster 0 pgmap v7955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:08.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:07 smithi135 bash[32435]: cluster 2023-12-07T21:40:06.545450+0000 mgr.a (mgr.14403) 10658 : cluster 0 pgmap v7955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:08.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:40:08.229 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:08.230 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:09.144 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:40:09.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:09.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:09.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:09.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:40:10.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:09 smithi079 bash[28699]: cluster 2023-12-07T21:40:08.546161+0000 mgr.a (mgr.14403) 10659 : cluster 0 pgmap v7956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:10.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:09 smithi079 bash[28699]: audit 2023-12-07T21:40:08.642013+0000 mgr.a (mgr.14403) 10660 : audit 0 from='client.218073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:10.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:09 smithi194 bash[32038]: cluster 2023-12-07T21:40:08.546161+0000 mgr.a (mgr.14403) 10659 : cluster 0 pgmap v7956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:10.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:09 smithi194 bash[32038]: audit 2023-12-07T21:40:08.642013+0000 mgr.a (mgr.14403) 10660 : audit 0 from='client.218073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:10.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:09 smithi135 bash[32435]: cluster 2023-12-07T21:40:08.546161+0000 mgr.a (mgr.14403) 10659 : cluster 0 pgmap v7956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:10.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:09 smithi135 bash[32435]: audit 2023-12-07T21:40:08.642013+0000 mgr.a (mgr.14403) 10660 : audit 0 from='client.218073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:12.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:11 smithi079 bash[28699]: cluster 2023-12-07T21:40:10.546792+0000 mgr.a (mgr.14403) 10661 : cluster 0 pgmap v7957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:12.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:11 smithi194 bash[32038]: cluster 2023-12-07T21:40:10.546792+0000 mgr.a (mgr.14403) 10661 : cluster 0 pgmap v7957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:12.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:11 smithi135 bash[32435]: cluster 2023-12-07T21:40:10.546792+0000 mgr.a (mgr.14403) 10661 : cluster 0 pgmap v7957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:14.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:13 smithi079 bash[28699]: cluster 2023-12-07T21:40:12.547457+0000 mgr.a (mgr.14403) 10662 : cluster 0 pgmap v7958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:14.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:40:14.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:14.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:14.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:13 smithi194 bash[32038]: cluster 2023-12-07T21:40:12.547457+0000 mgr.a (mgr.14403) 10662 : cluster 0 pgmap v7958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:14.196 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:13 smithi135 bash[32435]: cluster 2023-12-07T21:40:12.547457+0000 mgr.a (mgr.14403) 10662 : cluster 0 pgmap v7958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:15.080 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:40:15.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:15.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:15.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:15.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:40:16.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:15 smithi079 bash[28699]: cluster 2023-12-07T21:40:14.548234+0000 mgr.a (mgr.14403) 10663 : cluster 0 pgmap v7959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:16.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:15 smithi079 bash[28699]: audit 2023-12-07T21:40:14.564509+0000 mgr.a (mgr.14403) 10664 : audit 0 from='client.218139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:16.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:15 smithi194 bash[32038]: cluster 2023-12-07T21:40:14.548234+0000 mgr.a (mgr.14403) 10663 : cluster 0 pgmap v7959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:16.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:15 smithi194 bash[32038]: audit 2023-12-07T21:40:14.564509+0000 mgr.a (mgr.14403) 10664 : audit 0 from='client.218139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:16.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:15 smithi135 bash[32435]: cluster 2023-12-07T21:40:14.548234+0000 mgr.a (mgr.14403) 10663 : cluster 0 pgmap v7959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:16.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:15 smithi135 bash[32435]: audit 2023-12-07T21:40:14.564509+0000 mgr.a (mgr.14403) 10664 : audit 0 from='client.218139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:18.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:17 smithi079 bash[28699]: cluster 2023-12-07T21:40:16.548839+0000 mgr.a (mgr.14403) 10665 : cluster 0 pgmap v7960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:18.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:17 smithi194 bash[32038]: cluster 2023-12-07T21:40:16.548839+0000 mgr.a (mgr.14403) 10665 : cluster 0 pgmap v7960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:18.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:17 smithi135 bash[32435]: cluster 2023-12-07T21:40:16.548839+0000 mgr.a (mgr.14403) 10665 : cluster 0 pgmap v7960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:20.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:40:20.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:20.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:20.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:19 smithi079 bash[28699]: cluster 2023-12-07T21:40:18.549650+0000 mgr.a (mgr.14403) 10666 : cluster 0 pgmap v7961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:20.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:19 smithi194 bash[32038]: cluster 2023-12-07T21:40:18.549650+0000 mgr.a (mgr.14403) 10666 : cluster 0 pgmap v7961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:20.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:19 smithi135 bash[32435]: cluster 2023-12-07T21:40:18.549650+0000 mgr.a (mgr.14403) 10666 : cluster 0 pgmap v7961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:20.995 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:40:20.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:20.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:20.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:20.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:40:22.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:21 smithi079 bash[28699]: audit 2023-12-07T21:40:20.496320+0000 mgr.a (mgr.14403) 10667 : audit 0 from='client.218214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:22.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:21 smithi079 bash[28699]: cluster 2023-12-07T21:40:20.550043+0000 mgr.a (mgr.14403) 10668 : cluster 0 pgmap v7962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:22.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:21 smithi194 bash[32038]: audit 2023-12-07T21:40:20.496320+0000 mgr.a (mgr.14403) 10667 : audit 0 from='client.218214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:22.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:21 smithi194 bash[32038]: cluster 2023-12-07T21:40:20.550043+0000 mgr.a (mgr.14403) 10668 : cluster 0 pgmap v7962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:22.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:21 smithi135 bash[32435]: audit 2023-12-07T21:40:20.496320+0000 mgr.a (mgr.14403) 10667 : audit 0 from='client.218214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:22.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:21 smithi135 bash[32435]: cluster 2023-12-07T21:40:20.550043+0000 mgr.a (mgr.14403) 10668 : cluster 0 pgmap v7962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:24.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:23 smithi079 bash[28699]: cluster 2023-12-07T21:40:22.550673+0000 mgr.a (mgr.14403) 10669 : cluster 0 pgmap v7963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:24.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:23 smithi194 bash[32038]: cluster 2023-12-07T21:40:22.550673+0000 mgr.a (mgr.14403) 10669 : cluster 0 pgmap v7963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:24.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:23 smithi135 bash[32435]: cluster 2023-12-07T21:40:22.550673+0000 mgr.a (mgr.14403) 10669 : cluster 0 pgmap v7963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:25.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:40:25.999 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:25.999 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:26.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:25 smithi079 bash[28699]: cluster 2023-12-07T21:40:24.551532+0000 mgr.a (mgr.14403) 10670 : cluster 0 pgmap v7964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:26.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:25 smithi194 bash[32038]: cluster 2023-12-07T21:40:24.551532+0000 mgr.a (mgr.14403) 10670 : cluster 0 pgmap v7964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:26.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:25 smithi135 bash[32435]: cluster 2023-12-07T21:40:24.551532+0000 mgr.a (mgr.14403) 10670 : cluster 0 pgmap v7964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:26.896 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:40:26.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:26.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:26.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:26.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:40:28.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:27 smithi079 bash[28699]: audit 2023-12-07T21:40:26.407151+0000 mgr.a (mgr.14403) 10671 : audit 0 from='client.218292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:28.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:27 smithi079 bash[28699]: cluster 2023-12-07T21:40:26.554465+0000 mgr.a (mgr.14403) 10672 : cluster 0 pgmap v7965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:28.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:27 smithi194 bash[32038]: audit 2023-12-07T21:40:26.407151+0000 mgr.a (mgr.14403) 10671 : audit 0 from='client.218292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:28.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:27 smithi194 bash[32038]: cluster 2023-12-07T21:40:26.554465+0000 mgr.a (mgr.14403) 10672 : cluster 0 pgmap v7965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:28.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:27 smithi135 bash[32435]: audit 2023-12-07T21:40:26.407151+0000 mgr.a (mgr.14403) 10671 : audit 0 from='client.218292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:28.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:27 smithi135 bash[32435]: cluster 2023-12-07T21:40:26.554465+0000 mgr.a (mgr.14403) 10672 : cluster 0 pgmap v7965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:30.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:29 smithi079 bash[28699]: cluster 2023-12-07T21:40:28.555471+0000 mgr.a (mgr.14403) 10673 : cluster 0 pgmap v7966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:30.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:29 smithi194 bash[32038]: cluster 2023-12-07T21:40:28.555471+0000 mgr.a (mgr.14403) 10673 : cluster 0 pgmap v7966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:30.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:29 smithi135 bash[32435]: cluster 2023-12-07T21:40:28.555471+0000 mgr.a (mgr.14403) 10673 : cluster 0 pgmap v7966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:31.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:40:31.900 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:31.900 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:32.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:31 smithi079 bash[28699]: cluster 2023-12-07T21:40:30.556073+0000 mgr.a (mgr.14403) 10674 : cluster 0 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-07T21:40:32.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:31 smithi194 bash[32038]: cluster 2023-12-07T21:40:30.556073+0000 mgr.a (mgr.14403) 10674 : cluster 0 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-07T21:40:32.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:31 smithi135 bash[32435]: cluster 2023-12-07T21:40:30.556073+0000 mgr.a (mgr.14403) 10674 : cluster 0 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-07T21:40:32.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:32.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:32.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:32.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:40:32.799 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:40:34.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:33 smithi079 bash[28699]: audit 2023-12-07T21:40:32.311452+0000 mgr.a (mgr.14403) 10675 : audit 0 from='client.218370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:34.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:33 smithi079 bash[28699]: cluster 2023-12-07T21:40:32.556508+0000 mgr.a (mgr.14403) 10676 : cluster 0 pgmap v7968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:34.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:33 smithi194 bash[32038]: audit 2023-12-07T21:40:32.311452+0000 mgr.a (mgr.14403) 10675 : audit 0 from='client.218370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:34.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:33 smithi194 bash[32038]: cluster 2023-12-07T21:40:32.556508+0000 mgr.a (mgr.14403) 10676 : cluster 0 pgmap v7968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:34.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:33 smithi135 bash[32435]: audit 2023-12-07T21:40:32.311452+0000 mgr.a (mgr.14403) 10675 : audit 0 from='client.218370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:34.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:33 smithi135 bash[32435]: cluster 2023-12-07T21:40:32.556508+0000 mgr.a (mgr.14403) 10676 : cluster 0 pgmap v7968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:36.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:35 smithi079 bash[28699]: cluster 2023-12-07T21:40:34.557359+0000 mgr.a (mgr.14403) 10677 : cluster 0 pgmap v7969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:36.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:35 smithi194 bash[32038]: cluster 2023-12-07T21:40:34.557359+0000 mgr.a (mgr.14403) 10677 : cluster 0 pgmap v7969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:36.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:35 smithi135 bash[32435]: cluster 2023-12-07T21:40:34.557359+0000 mgr.a (mgr.14403) 10677 : cluster 0 pgmap v7969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:40:37.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:40:37.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:37.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:38.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:37 smithi079 bash[28699]: cluster 2023-12-07T21:40:36.557934+0000 mgr.a (mgr.14403) 10678 : cluster 0 pgmap v7970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:38.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:37 smithi194 bash[32038]: cluster 2023-12-07T21:40:36.557934+0000 mgr.a (mgr.14403) 10678 : cluster 0 pgmap v7970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:38.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:37 smithi135 bash[32435]: cluster 2023-12-07T21:40:36.557934+0000 mgr.a (mgr.14403) 10678 : cluster 0 pgmap v7970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:38.748 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:40:38.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:38.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:38.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:38.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:40:40.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:39 smithi079 bash[28699]: audit 2023-12-07T21:40:38.230231+0000 mgr.a (mgr.14403) 10679 : audit 0 from='client.218448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:40.133 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:39 smithi079 bash[28699]: cluster 2023-12-07T21:40:38.558858+0000 mgr.a (mgr.14403) 10680 : cluster 0 pgmap v7971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:40:40.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:39 smithi194 bash[32038]: audit 2023-12-07T21:40:38.230231+0000 mgr.a (mgr.14403) 10679 : audit 0 from='client.218448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:40.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:39 smithi194 bash[32038]: cluster 2023-12-07T21:40:38.558858+0000 mgr.a (mgr.14403) 10680 : cluster 0 pgmap v7971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:40:40.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:39 smithi135 bash[32435]: audit 2023-12-07T21:40:38.230231+0000 mgr.a (mgr.14403) 10679 : audit 0 from='client.218448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:40.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:39 smithi135 bash[32435]: cluster 2023-12-07T21:40:38.558858+0000 mgr.a (mgr.14403) 10680 : cluster 0 pgmap v7971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:40:42.132 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:41 smithi079 bash[28699]: cluster 2023-12-07T21:40:40.559613+0000 mgr.a (mgr.14403) 10681 : cluster 0 pgmap v7972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:40:42.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:41 smithi194 bash[32038]: cluster 2023-12-07T21:40:40.559613+0000 mgr.a (mgr.14403) 10681 : cluster 0 pgmap v7972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:40:42.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:41 smithi135 bash[32435]: cluster 2023-12-07T21:40:40.559613+0000 mgr.a (mgr.14403) 10681 : cluster 0 pgmap v7972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:40:43.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:40:43.751 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:43.751 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:44.133 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:43 smithi079 bash[28699]: cluster 2023-12-07T21:40:42.560228+0000 mgr.a (mgr.14403) 10682 : cluster 0 pgmap v7973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:40:44.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:43 smithi194 bash[32038]: cluster 2023-12-07T21:40:42.560228+0000 mgr.a (mgr.14403) 10682 : cluster 0 pgmap v7973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:40:44.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:43 smithi135 bash[32435]: cluster 2023-12-07T21:40:42.560228+0000 mgr.a (mgr.14403) 10682 : cluster 0 pgmap v7973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:40:44.642 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:40:44.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:44.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:44.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:44.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:40:45.133 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:44 smithi079 bash[28699]: audit 2023-12-07T21:40:44.366359+0000 mon.a (mon.0) 1927 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:40:45.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:44 smithi194 bash[32038]: audit 2023-12-07T21:40:44.366359+0000 mon.a (mon.0) 1927 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:40:45.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:44 smithi135 bash[32435]: audit 2023-12-07T21:40:44.366359+0000 mon.a (mon.0) 1927 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:40:46.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:45 smithi194 bash[32038]: audit 2023-12-07T21:40:44.164045+0000 mgr.a (mgr.14403) 10683 : audit 0 from='client.218520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:46.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:45 smithi194 bash[32038]: cluster 2023-12-07T21:40:44.560943+0000 mgr.a (mgr.14403) 10684 : cluster 0 pgmap v7974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:46.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:45 smithi194 bash[32038]: audit 2023-12-07T21:40:44.897828+0000 mon.a (mon.0) 1928 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:40:46.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:45 smithi194 bash[32038]: audit 2023-12-07T21:40:44.904345+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:40:46.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:45 smithi194 bash[32038]: audit 2023-12-07T21:40:45.601870+0000 mon.a (mon.0) 1930 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:40:46.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:45 smithi194 bash[32038]: audit 2023-12-07T21:40:45.603539+0000 mon.a (mon.0) 1931 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:40:46.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:45 smithi194 bash[32038]: audit 2023-12-07T21:40:45.612300+0000 mon.a (mon.0) 1932 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:40:46.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:45 smithi135 bash[32435]: audit 2023-12-07T21:40:44.164045+0000 mgr.a (mgr.14403) 10683 : audit 0 from='client.218520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:46.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:45 smithi135 bash[32435]: cluster 2023-12-07T21:40:44.560943+0000 mgr.a (mgr.14403) 10684 : cluster 0 pgmap v7974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:46.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:45 smithi135 bash[32435]: audit 2023-12-07T21:40:44.897828+0000 mon.a (mon.0) 1928 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:40:46.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:45 smithi135 bash[32435]: audit 2023-12-07T21:40:44.904345+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:40:46.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:45 smithi135 bash[32435]: audit 2023-12-07T21:40:45.601870+0000 mon.a (mon.0) 1930 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:40:46.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:45 smithi135 bash[32435]: audit 2023-12-07T21:40:45.603539+0000 mon.a (mon.0) 1931 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:40:46.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:45 smithi135 bash[32435]: audit 2023-12-07T21:40:45.612300+0000 mon.a (mon.0) 1932 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:40:46.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:45 smithi079 bash[28699]: audit 2023-12-07T21:40:44.164045+0000 mgr.a (mgr.14403) 10683 : audit 0 from='client.218520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:46.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:45 smithi079 bash[28699]: cluster 2023-12-07T21:40:44.560943+0000 mgr.a (mgr.14403) 10684 : cluster 0 pgmap v7974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:46.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:45 smithi079 bash[28699]: audit 2023-12-07T21:40:44.897828+0000 mon.a (mon.0) 1928 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:40:46.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:45 smithi079 bash[28699]: audit 2023-12-07T21:40:44.904345+0000 mon.a (mon.0) 1929 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:40:46.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:45 smithi079 bash[28699]: audit 2023-12-07T21:40:45.601870+0000 mon.a (mon.0) 1930 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:40:46.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:45 smithi079 bash[28699]: audit 2023-12-07T21:40:45.603539+0000 mon.a (mon.0) 1931 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:40:46.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:45 smithi079 bash[28699]: audit 2023-12-07T21:40:45.612300+0000 mon.a (mon.0) 1932 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:40:48.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:47 smithi194 bash[32038]: cluster 2023-12-07T21:40:46.561471+0000 mgr.a (mgr.14403) 10685 : cluster 0 pgmap v7975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:48.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:47 smithi135 bash[32435]: cluster 2023-12-07T21:40:46.561471+0000 mgr.a (mgr.14403) 10685 : cluster 0 pgmap v7975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:48.382 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:47 smithi079 bash[28699]: cluster 2023-12-07T21:40:46.561471+0000 mgr.a (mgr.14403) 10685 : cluster 0 pgmap v7975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:40:49.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:40:49.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:49.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:50.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:49 smithi194 bash[32038]: cluster 2023-12-07T21:40:48.562194+0000 mgr.a (mgr.14403) 10686 : cluster 0 pgmap v7976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:50.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:49 smithi135 bash[32435]: cluster 2023-12-07T21:40:48.562194+0000 mgr.a (mgr.14403) 10686 : cluster 0 pgmap v7976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:50.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:49 smithi079 bash[28699]: cluster 2023-12-07T21:40:48.562194+0000 mgr.a (mgr.14403) 10686 : cluster 0 pgmap v7976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:40:50.556 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:40:50.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:50.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:50.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:50.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:40:51.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:50 smithi194 bash[32038]: audit 2023-12-07T21:40:50.058909+0000 mgr.a (mgr.14403) 10687 : audit 0 from='client.218598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:51.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:50 smithi135 bash[32435]: audit 2023-12-07T21:40:50.058909+0000 mgr.a (mgr.14403) 10687 : audit 0 from='client.218598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:51.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:50 smithi079 bash[28699]: audit 2023-12-07T21:40:50.058909+0000 mgr.a (mgr.14403) 10687 : audit 0 from='client.218598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:52.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:51 smithi194 bash[32038]: cluster 2023-12-07T21:40:50.563211+0000 mgr.a (mgr.14403) 10688 : cluster 0 pgmap v7977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:40:52.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:51 smithi135 bash[32435]: cluster 2023-12-07T21:40:50.563211+0000 mgr.a (mgr.14403) 10688 : cluster 0 pgmap v7977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:40:52.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:51 smithi079 bash[28699]: cluster 2023-12-07T21:40:50.563211+0000 mgr.a (mgr.14403) 10688 : cluster 0 pgmap v7977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:40:54.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:53 smithi194 bash[32038]: cluster 2023-12-07T21:40:52.563763+0000 mgr.a (mgr.14403) 10689 : cluster 0 pgmap v7978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:40:54.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:53 smithi135 bash[32435]: cluster 2023-12-07T21:40:52.563763+0000 mgr.a (mgr.14403) 10689 : cluster 0 pgmap v7978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:40:54.382 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:53 smithi079 bash[28699]: cluster 2023-12-07T21:40:52.563763+0000 mgr.a (mgr.14403) 10689 : cluster 0 pgmap v7978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:40:55.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:40:55.560 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:40:55.560 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:40:56.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:55 smithi194 bash[32038]: cluster 2023-12-07T21:40:54.564544+0000 mgr.a (mgr.14403) 10690 : cluster 0 pgmap v7979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:40:56.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:55 smithi135 bash[32435]: cluster 2023-12-07T21:40:54.564544+0000 mgr.a (mgr.14403) 10690 : cluster 0 pgmap v7979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:40:56.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:55 smithi079 bash[28699]: cluster 2023-12-07T21:40:54.564544+0000 mgr.a (mgr.14403) 10690 : cluster 0 pgmap v7979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:40:56.476 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:40:56.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:40:56.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:40:56.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:40:56.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:40:57.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:56 smithi194 bash[32038]: audit 2023-12-07T21:40:55.967313+0000 mgr.a (mgr.14403) 10691 : audit 0 from='client.218673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:57.197 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:56 smithi135 bash[32435]: audit 2023-12-07T21:40:55.967313+0000 mgr.a (mgr.14403) 10691 : audit 0 from='client.218673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:57.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:56 smithi079 bash[28699]: audit 2023-12-07T21:40:55.967313+0000 mgr.a (mgr.14403) 10691 : audit 0 from='client.218673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:40:58.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:57 smithi194 bash[32038]: cluster 2023-12-07T21:40:56.565294+0000 mgr.a (mgr.14403) 10692 : cluster 0 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-07T21:40:58.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:57 smithi135 bash[32435]: cluster 2023-12-07T21:40:56.565294+0000 mgr.a (mgr.14403) 10692 : cluster 0 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-07T21:40:58.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:57 smithi079 bash[28699]: cluster 2023-12-07T21:40:56.565294+0000 mgr.a (mgr.14403) 10692 : cluster 0 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-07T21:41:00.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:40:59 smithi194 bash[32038]: cluster 2023-12-07T21:40:58.566143+0000 mgr.a (mgr.14403) 10693 : cluster 0 pgmap v7981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:00.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:40:59 smithi135 bash[32435]: cluster 2023-12-07T21:40:58.566143+0000 mgr.a (mgr.14403) 10693 : cluster 0 pgmap v7981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:00.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:40:59 smithi079 bash[28699]: cluster 2023-12-07T21:40:58.566143+0000 mgr.a (mgr.14403) 10693 : cluster 0 pgmap v7981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:01.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:41:01.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:01.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:02.194 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:01 smithi194 bash[32038]: cluster 2023-12-07T21:41:00.566878+0000 mgr.a (mgr.14403) 10694 : cluster 0 pgmap v7982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:02.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:01 smithi135 bash[32435]: cluster 2023-12-07T21:41:00.566878+0000 mgr.a (mgr.14403) 10694 : cluster 0 pgmap v7982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:02.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:01 smithi079 bash[28699]: cluster 2023-12-07T21:41:00.566878+0000 mgr.a (mgr.14403) 10694 : cluster 0 pgmap v7982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:02.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:02.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:02.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:02.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:41:02.417 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:41:03.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:02 smithi135 bash[32435]: audit 2023-12-07T21:41:01.897731+0000 mgr.a (mgr.14403) 10695 : audit 0 from='client.218751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:03.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:02 smithi079 bash[28699]: audit 2023-12-07T21:41:01.897731+0000 mgr.a (mgr.14403) 10695 : audit 0 from='client.218751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:03.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:02 smithi194 bash[32038]: audit 2023-12-07T21:41:01.897731+0000 mgr.a (mgr.14403) 10695 : audit 0 from='client.218751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:04.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:03 smithi135 bash[32435]: cluster 2023-12-07T21:41:02.567661+0000 mgr.a (mgr.14403) 10696 : cluster 0 pgmap v7983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:04.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:03 smithi079 bash[28699]: cluster 2023-12-07T21:41:02.567661+0000 mgr.a (mgr.14403) 10696 : cluster 0 pgmap v7983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:04.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:03 smithi194 bash[32038]: cluster 2023-12-07T21:41:02.567661+0000 mgr.a (mgr.14403) 10696 : cluster 0 pgmap v7983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:06.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:05 smithi079 bash[28699]: cluster 2023-12-07T21:41:04.568491+0000 mgr.a (mgr.14403) 10697 : cluster 0 pgmap v7984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:06.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:05 smithi194 bash[32038]: cluster 2023-12-07T21:41:04.568491+0000 mgr.a (mgr.14403) 10697 : cluster 0 pgmap v7984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:06.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:05 smithi135 bash[32435]: cluster 2023-12-07T21:41:04.568491+0000 mgr.a (mgr.14403) 10697 : cluster 0 pgmap v7984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:07.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:41:07.420 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:07.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:08.346 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:41:08.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:08.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:08.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:08.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:41:08.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:07 smithi079 bash[28699]: cluster 2023-12-07T21:41:06.569096+0000 mgr.a (mgr.14403) 10698 : cluster 0 pgmap v7985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:08.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:07 smithi194 bash[32038]: cluster 2023-12-07T21:41:06.569096+0000 mgr.a (mgr.14403) 10698 : cluster 0 pgmap v7985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:08.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:07 smithi135 bash[32435]: cluster 2023-12-07T21:41:06.569096+0000 mgr.a (mgr.14403) 10698 : cluster 0 pgmap v7985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:09.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:08 smithi079 bash[28699]: audit 2023-12-07T21:41:07.834733+0000 mgr.a (mgr.14403) 10699 : audit 0 from='client.218829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:09.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:08 smithi194 bash[32038]: audit 2023-12-07T21:41:07.834733+0000 mgr.a (mgr.14403) 10699 : audit 0 from='client.218829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:09.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:08 smithi135 bash[32435]: audit 2023-12-07T21:41:07.834733+0000 mgr.a (mgr.14403) 10699 : audit 0 from='client.218829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:10.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:09 smithi079 bash[28699]: cluster 2023-12-07T21:41:08.570024+0000 mgr.a (mgr.14403) 10700 : cluster 0 pgmap v7986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:10.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:09 smithi194 bash[32038]: cluster 2023-12-07T21:41:08.570024+0000 mgr.a (mgr.14403) 10700 : cluster 0 pgmap v7986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:10.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:09 smithi135 bash[32435]: cluster 2023-12-07T21:41:08.570024+0000 mgr.a (mgr.14403) 10700 : cluster 0 pgmap v7986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:12.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:11 smithi079 bash[28699]: cluster 2023-12-07T21:41:10.570561+0000 mgr.a (mgr.14403) 10701 : cluster 0 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-07T21:41:12.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:11 smithi194 bash[32038]: cluster 2023-12-07T21:41:10.570561+0000 mgr.a (mgr.14403) 10701 : cluster 0 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-07T21:41:12.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:11 smithi135 bash[32435]: cluster 2023-12-07T21:41:10.570561+0000 mgr.a (mgr.14403) 10701 : cluster 0 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-07T21:41:13.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:41:13.350 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:13.350 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:14.263 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:41:14.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:14.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:14.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:14.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:41:14.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:13 smithi079 bash[28699]: cluster 2023-12-07T21:41:12.571128+0000 mgr.a (mgr.14403) 10702 : cluster 0 pgmap v7988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:14.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:13 smithi194 bash[32038]: cluster 2023-12-07T21:41:12.571128+0000 mgr.a (mgr.14403) 10702 : cluster 0 pgmap v7988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:14.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:13 smithi135 bash[32435]: cluster 2023-12-07T21:41:12.571128+0000 mgr.a (mgr.14403) 10702 : cluster 0 pgmap v7988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:15.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:14 smithi079 bash[28699]: audit 2023-12-07T21:41:13.756246+0000 mgr.a (mgr.14403) 10703 : audit 0 from='client.218907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:15.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:15 smithi194 bash[32038]: audit 2023-12-07T21:41:13.756246+0000 mgr.a (mgr.14403) 10703 : audit 0 from='client.218907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:15.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:14 smithi135 bash[32435]: audit 2023-12-07T21:41:13.756246+0000 mgr.a (mgr.14403) 10703 : audit 0 from='client.218907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:16.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:16 smithi079 bash[28699]: cluster 2023-12-07T21:41:14.572137+0000 mgr.a (mgr.14403) 10704 : cluster 0 pgmap v7989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:16.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:16 smithi194 bash[32038]: cluster 2023-12-07T21:41:14.572137+0000 mgr.a (mgr.14403) 10704 : cluster 0 pgmap v7989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:16.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:16 smithi135 bash[32435]: cluster 2023-12-07T21:41:14.572137+0000 mgr.a (mgr.14403) 10704 : cluster 0 pgmap v7989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:18.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:18 smithi079 bash[28699]: cluster 2023-12-07T21:41:16.572803+0000 mgr.a (mgr.14403) 10705 : cluster 0 pgmap v7990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:18.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:18 smithi194 bash[32038]: cluster 2023-12-07T21:41:16.572803+0000 mgr.a (mgr.14403) 10705 : cluster 0 pgmap v7990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:18.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:18 smithi135 bash[32435]: cluster 2023-12-07T21:41:16.572803+0000 mgr.a (mgr.14403) 10705 : cluster 0 pgmap v7990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:19.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:41:19.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:19.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:20.161 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:41:20.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:20.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:20.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:20.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:41:20.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:20 smithi079 bash[28699]: cluster 2023-12-07T21:41:18.573576+0000 mgr.a (mgr.14403) 10706 : cluster 0 pgmap v7991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:20.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:20 smithi194 bash[32038]: cluster 2023-12-07T21:41:18.573576+0000 mgr.a (mgr.14403) 10706 : cluster 0 pgmap v7991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:20.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:20 smithi135 bash[32435]: cluster 2023-12-07T21:41:18.573576+0000 mgr.a (mgr.14403) 10706 : cluster 0 pgmap v7991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:21.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:21 smithi079 bash[28699]: audit 2023-12-07T21:41:19.680790+0000 mgr.a (mgr.14403) 10707 : audit 0 from='client.218979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:21.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:21 smithi194 bash[32038]: audit 2023-12-07T21:41:19.680790+0000 mgr.a (mgr.14403) 10707 : audit 0 from='client.218979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:21.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:21 smithi135 bash[32435]: audit 2023-12-07T21:41:19.680790+0000 mgr.a (mgr.14403) 10707 : audit 0 from='client.218979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:22.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:22 smithi079 bash[28699]: cluster 2023-12-07T21:41:20.574355+0000 mgr.a (mgr.14403) 10708 : cluster 0 pgmap v7992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:22.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:22 smithi194 bash[32038]: cluster 2023-12-07T21:41:20.574355+0000 mgr.a (mgr.14403) 10708 : cluster 0 pgmap v7992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:22.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:22 smithi135 bash[32435]: cluster 2023-12-07T21:41:20.574355+0000 mgr.a (mgr.14403) 10708 : cluster 0 pgmap v7992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:24.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:24 smithi079 bash[28699]: cluster 2023-12-07T21:41:22.575122+0000 mgr.a (mgr.14403) 10709 : cluster 0 pgmap v7993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:24.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:24 smithi194 bash[32038]: cluster 2023-12-07T21:41:22.575122+0000 mgr.a (mgr.14403) 10709 : cluster 0 pgmap v7993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:24.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:24 smithi135 bash[32435]: cluster 2023-12-07T21:41:22.575122+0000 mgr.a (mgr.14403) 10709 : cluster 0 pgmap v7993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:25.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:41:25.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:25.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:26.029 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:41:26.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:26.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:26.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:26.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:41:26.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:26 smithi079 bash[28699]: cluster 2023-12-07T21:41:24.576112+0000 mgr.a (mgr.14403) 10710 : cluster 0 pgmap v7994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:26.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:26 smithi194 bash[32038]: cluster 2023-12-07T21:41:24.576112+0000 mgr.a (mgr.14403) 10710 : cluster 0 pgmap v7994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:26.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:26 smithi135 bash[32435]: cluster 2023-12-07T21:41:24.576112+0000 mgr.a (mgr.14403) 10710 : cluster 0 pgmap v7994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:27.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:27 smithi079 bash[28699]: audit 2023-12-07T21:41:25.571991+0000 mgr.a (mgr.14403) 10711 : audit 0 from='client.219057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:27.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:27 smithi194 bash[32038]: audit 2023-12-07T21:41:25.571991+0000 mgr.a (mgr.14403) 10711 : audit 0 from='client.219057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:27.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:27 smithi135 bash[32435]: audit 2023-12-07T21:41:25.571991+0000 mgr.a (mgr.14403) 10711 : audit 0 from='client.219057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:28.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:28 smithi079 bash[28699]: cluster 2023-12-07T21:41:26.576775+0000 mgr.a (mgr.14403) 10712 : cluster 0 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-07T21:41:28.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:28 smithi194 bash[32038]: cluster 2023-12-07T21:41:26.576775+0000 mgr.a (mgr.14403) 10712 : cluster 0 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-07T21:41:28.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:28 smithi135 bash[32435]: cluster 2023-12-07T21:41:26.576775+0000 mgr.a (mgr.14403) 10712 : cluster 0 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-07T21:41:30.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:30 smithi079 bash[28699]: cluster 2023-12-07T21:41:28.577532+0000 mgr.a (mgr.14403) 10713 : cluster 0 pgmap v7996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:30.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:30 smithi194 bash[32038]: cluster 2023-12-07T21:41:28.577532+0000 mgr.a (mgr.14403) 10713 : cluster 0 pgmap v7996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:30.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:30 smithi135 bash[32435]: cluster 2023-12-07T21:41:28.577532+0000 mgr.a (mgr.14403) 10713 : cluster 0 pgmap v7996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:31.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:41:31.032 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:31.032 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:31.935 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:41:31.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:31.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:31.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:31.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:41:32.383 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:32 smithi079 bash[28699]: cluster 2023-12-07T21:41:30.578127+0000 mgr.a (mgr.14403) 10714 : cluster 0 pgmap v7997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:32.444 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:32 smithi194 bash[32038]: cluster 2023-12-07T21:41:30.578127+0000 mgr.a (mgr.14403) 10714 : cluster 0 pgmap v7997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:32.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:32 smithi135 bash[32435]: cluster 2023-12-07T21:41:30.578127+0000 mgr.a (mgr.14403) 10714 : cluster 0 pgmap v7997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:33.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:33 smithi079 bash[28699]: audit 2023-12-07T21:41:31.447288+0000 mgr.a (mgr.14403) 10715 : audit 0 from='client.219126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:33.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:33 smithi194 bash[32038]: audit 2023-12-07T21:41:31.447288+0000 mgr.a (mgr.14403) 10715 : audit 0 from='client.219126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:33.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:33 smithi135 bash[32435]: audit 2023-12-07T21:41:31.447288+0000 mgr.a (mgr.14403) 10715 : audit 0 from='client.219126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:34.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:34 smithi079 bash[28699]: cluster 2023-12-07T21:41:32.578748+0000 mgr.a (mgr.14403) 10716 : cluster 0 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-07T21:41:34.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:34 smithi194 bash[32038]: cluster 2023-12-07T21:41:32.578748+0000 mgr.a (mgr.14403) 10716 : cluster 0 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-07T21:41:34.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:34 smithi135 bash[32435]: cluster 2023-12-07T21:41:32.578748+0000 mgr.a (mgr.14403) 10716 : cluster 0 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-07T21:41:36.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:36 smithi079 bash[28699]: cluster 2023-12-07T21:41:34.579554+0000 mgr.a (mgr.14403) 10717 : cluster 0 pgmap v7999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:36.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:36 smithi194 bash[32038]: cluster 2023-12-07T21:41:34.579554+0000 mgr.a (mgr.14403) 10717 : cluster 0 pgmap v7999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:36.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:36 smithi135 bash[32435]: cluster 2023-12-07T21:41:34.579554+0000 mgr.a (mgr.14403) 10717 : cluster 0 pgmap v7999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:36.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:41:36.939 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:36.939 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:37.852 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:41:37.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:37.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:37.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:37.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:41:38.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:38 smithi079 bash[28699]: cluster 2023-12-07T21:41:36.580163+0000 mgr.a (mgr.14403) 10718 : cluster 0 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-07T21:41:38.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:38 smithi194 bash[32038]: cluster 2023-12-07T21:41:36.580163+0000 mgr.a (mgr.14403) 10718 : cluster 0 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-07T21:41:38.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:38 smithi135 bash[32435]: cluster 2023-12-07T21:41:36.580163+0000 mgr.a (mgr.14403) 10718 : cluster 0 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-07T21:41:39.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:39 smithi079 bash[28699]: audit 2023-12-07T21:41:37.359726+0000 mgr.a (mgr.14403) 10719 : audit 0 from='client.219204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:39.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:39 smithi194 bash[32038]: audit 2023-12-07T21:41:37.359726+0000 mgr.a (mgr.14403) 10719 : audit 0 from='client.219204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:39.448 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:39 smithi135 bash[32435]: audit 2023-12-07T21:41:37.359726+0000 mgr.a (mgr.14403) 10719 : audit 0 from='client.219204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:40.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:40 smithi079 bash[28699]: cluster 2023-12-07T21:41:38.581017+0000 mgr.a (mgr.14403) 10720 : cluster 0 pgmap v8001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:40.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:40 smithi194 bash[32038]: cluster 2023-12-07T21:41:38.581017+0000 mgr.a (mgr.14403) 10720 : cluster 0 pgmap v8001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:40.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:40 smithi135 bash[32435]: cluster 2023-12-07T21:41:38.581017+0000 mgr.a (mgr.14403) 10720 : cluster 0 pgmap v8001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:41:42.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:42 smithi079 bash[28699]: cluster 2023-12-07T21:41:40.581597+0000 mgr.a (mgr.14403) 10721 : cluster 0 pgmap v8002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:42.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:42 smithi194 bash[32038]: cluster 2023-12-07T21:41:40.581597+0000 mgr.a (mgr.14403) 10721 : cluster 0 pgmap v8002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:42.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:42 smithi135 bash[32435]: cluster 2023-12-07T21:41:40.581597+0000 mgr.a (mgr.14403) 10721 : cluster 0 pgmap v8002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:42.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:41:42.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:42.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:43.755 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:41:43.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:43.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:43.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:43.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:41:44.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:44 smithi079 bash[28699]: cluster 2023-12-07T21:41:42.582143+0000 mgr.a (mgr.14403) 10722 : cluster 0 pgmap v8003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:44.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:44 smithi194 bash[32038]: cluster 2023-12-07T21:41:42.582143+0000 mgr.a (mgr.14403) 10722 : cluster 0 pgmap v8003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:44.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:44 smithi135 bash[32435]: cluster 2023-12-07T21:41:42.582143+0000 mgr.a (mgr.14403) 10722 : cluster 0 pgmap v8003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:45.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:45 smithi079 bash[28699]: audit 2023-12-07T21:41:43.271246+0000 mgr.a (mgr.14403) 10723 : audit 0 from='client.219282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:45.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:45 smithi194 bash[32038]: audit 2023-12-07T21:41:43.271246+0000 mgr.a (mgr.14403) 10723 : audit 0 from='client.219282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:45.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:45 smithi135 bash[32435]: audit 2023-12-07T21:41:43.271246+0000 mgr.a (mgr.14403) 10723 : audit 0 from='client.219282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:46.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:46 smithi079 bash[28699]: cluster 2023-12-07T21:41:44.583126+0000 mgr.a (mgr.14403) 10724 : cluster 0 pgmap v8004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:41:46.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:46 smithi079 bash[28699]: audit 2023-12-07T21:41:45.715476+0000 mon.a (mon.0) 1933 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:41:46.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:46 smithi194 bash[32038]: cluster 2023-12-07T21:41:44.583126+0000 mgr.a (mgr.14403) 10724 : cluster 0 pgmap v8004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:41:46.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:46 smithi194 bash[32038]: audit 2023-12-07T21:41:45.715476+0000 mon.a (mon.0) 1933 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:41:46.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:46 smithi135 bash[32435]: cluster 2023-12-07T21:41:44.583126+0000 mgr.a (mgr.14403) 10724 : cluster 0 pgmap v8004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:41:46.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:46 smithi135 bash[32435]: audit 2023-12-07T21:41:45.715476+0000 mon.a (mon.0) 1933 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:41:47.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:47 smithi079 bash[28699]: audit 2023-12-07T21:41:46.503110+0000 mon.a (mon.0) 1934 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:41:47.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:47 smithi079 bash[28699]: audit 2023-12-07T21:41:46.504825+0000 mon.a (mon.0) 1935 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:41:47.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:47 smithi079 bash[28699]: audit 2023-12-07T21:41:46.515229+0000 mon.a (mon.0) 1936 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:41:47.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:47 smithi194 bash[32038]: audit 2023-12-07T21:41:46.503110+0000 mon.a (mon.0) 1934 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:41:47.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:47 smithi194 bash[32038]: audit 2023-12-07T21:41:46.504825+0000 mon.a (mon.0) 1935 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:41:47.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:47 smithi194 bash[32038]: audit 2023-12-07T21:41:46.515229+0000 mon.a (mon.0) 1936 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:41:47.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:47 smithi135 bash[32435]: audit 2023-12-07T21:41:46.503110+0000 mon.a (mon.0) 1934 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:41:47.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:47 smithi135 bash[32435]: audit 2023-12-07T21:41:46.504825+0000 mon.a (mon.0) 1935 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:41:47.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:47 smithi135 bash[32435]: audit 2023-12-07T21:41:46.515229+0000 mon.a (mon.0) 1936 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:41:48.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:48 smithi079 bash[28699]: cluster 2023-12-07T21:41:46.583625+0000 mgr.a (mgr.14403) 10725 : cluster 0 pgmap v8005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:41:48.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:48 smithi194 bash[32038]: cluster 2023-12-07T21:41:46.583625+0000 mgr.a (mgr.14403) 10725 : cluster 0 pgmap v8005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:41:48.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:48 smithi135 bash[32435]: cluster 2023-12-07T21:41:46.583625+0000 mgr.a (mgr.14403) 10725 : cluster 0 pgmap v8005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:41:48.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:41:48.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:48.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:49.656 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:41:49.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:49.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:49.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:49.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:41:50.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:50 smithi079 bash[28699]: cluster 2023-12-07T21:41:48.584355+0000 mgr.a (mgr.14403) 10726 : cluster 0 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-07T21:41:50.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:50 smithi194 bash[32038]: cluster 2023-12-07T21:41:48.584355+0000 mgr.a (mgr.14403) 10726 : cluster 0 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-07T21:41:50.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:50 smithi135 bash[32435]: cluster 2023-12-07T21:41:48.584355+0000 mgr.a (mgr.14403) 10726 : cluster 0 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-07T21:41:51.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:51 smithi079 bash[28699]: audit 2023-12-07T21:41:49.180844+0000 mgr.a (mgr.14403) 10727 : audit 0 from='client.219354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:51.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:51 smithi194 bash[32038]: audit 2023-12-07T21:41:49.180844+0000 mgr.a (mgr.14403) 10727 : audit 0 from='client.219354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:51.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:51 smithi135 bash[32435]: audit 2023-12-07T21:41:49.180844+0000 mgr.a (mgr.14403) 10727 : audit 0 from='client.219354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:52.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:52 smithi079 bash[28699]: cluster 2023-12-07T21:41:50.585137+0000 mgr.a (mgr.14403) 10728 : cluster 0 pgmap v8007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:52.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:52 smithi194 bash[32038]: cluster 2023-12-07T21:41:50.585137+0000 mgr.a (mgr.14403) 10728 : cluster 0 pgmap v8007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:52.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:52 smithi135 bash[32435]: cluster 2023-12-07T21:41:50.585137+0000 mgr.a (mgr.14403) 10728 : cluster 0 pgmap v8007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:54.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:54 smithi079 bash[28699]: cluster 2023-12-07T21:41:52.585818+0000 mgr.a (mgr.14403) 10729 : cluster 0 pgmap v8008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:54.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:54 smithi194 bash[32038]: cluster 2023-12-07T21:41:52.585818+0000 mgr.a (mgr.14403) 10729 : cluster 0 pgmap v8008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:54.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:54 smithi135 bash[32435]: cluster 2023-12-07T21:41:52.585818+0000 mgr.a (mgr.14403) 10729 : cluster 0 pgmap v8008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:41:54.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:41:54.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:41:54.660 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:41:55.567 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:41:55.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:41:55.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:41:55.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:41:55.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:41:56.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:56 smithi079 bash[28699]: cluster 2023-12-07T21:41:54.586769+0000 mgr.a (mgr.14403) 10730 : cluster 0 pgmap v8009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:56.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:56 smithi079 bash[28699]: audit 2023-12-07T21:41:55.072306+0000 mgr.a (mgr.14403) 10731 : audit 0 from='client.219432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:56.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:56 smithi194 bash[32038]: cluster 2023-12-07T21:41:54.586769+0000 mgr.a (mgr.14403) 10730 : cluster 0 pgmap v8009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:56.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:56 smithi194 bash[32038]: audit 2023-12-07T21:41:55.072306+0000 mgr.a (mgr.14403) 10731 : audit 0 from='client.219432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:56.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:56 smithi135 bash[32435]: cluster 2023-12-07T21:41:54.586769+0000 mgr.a (mgr.14403) 10730 : cluster 0 pgmap v8009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:41:56.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:56 smithi135 bash[32435]: audit 2023-12-07T21:41:55.072306+0000 mgr.a (mgr.14403) 10731 : audit 0 from='client.219432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:41:58.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:41:58 smithi079 bash[28699]: cluster 2023-12-07T21:41:56.587442+0000 mgr.a (mgr.14403) 10732 : cluster 0 pgmap v8010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:41:58.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:41:58 smithi194 bash[32038]: cluster 2023-12-07T21:41:56.587442+0000 mgr.a (mgr.14403) 10732 : cluster 0 pgmap v8010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:41:58.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:41:58 smithi135 bash[32435]: cluster 2023-12-07T21:41:56.587442+0000 mgr.a (mgr.14403) 10732 : cluster 0 pgmap v8010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:42:00.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:00 smithi079 bash[28699]: cluster 2023-12-07T21:41:58.588255+0000 mgr.a (mgr.14403) 10733 : cluster 0 pgmap v8011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:42:00.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:00 smithi194 bash[32038]: cluster 2023-12-07T21:41:58.588255+0000 mgr.a (mgr.14403) 10733 : cluster 0 pgmap v8011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:42:00.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:00 smithi135 bash[32435]: cluster 2023-12-07T21:41:58.588255+0000 mgr.a (mgr.14403) 10733 : cluster 0 pgmap v8011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:42:00.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:42:00.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:00.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:01.475 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:42:01.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:01.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:01.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:01.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:42:02.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:02 smithi079 bash[28699]: cluster 2023-12-07T21:42:00.588802+0000 mgr.a (mgr.14403) 10734 : cluster 0 pgmap v8012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:02.384 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:02 smithi079 bash[28699]: audit 2023-12-07T21:42:00.967354+0000 mgr.a (mgr.14403) 10735 : audit 0 from='client.219507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:02.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:02 smithi194 bash[32038]: cluster 2023-12-07T21:42:00.588802+0000 mgr.a (mgr.14403) 10734 : cluster 0 pgmap v8012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:02.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:02 smithi194 bash[32038]: audit 2023-12-07T21:42:00.967354+0000 mgr.a (mgr.14403) 10735 : audit 0 from='client.219507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:02.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:02 smithi135 bash[32435]: cluster 2023-12-07T21:42:00.588802+0000 mgr.a (mgr.14403) 10734 : cluster 0 pgmap v8012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:02.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:02 smithi135 bash[32435]: audit 2023-12-07T21:42:00.967354+0000 mgr.a (mgr.14403) 10735 : audit 0 from='client.219507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:04.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:04 smithi194 bash[32038]: cluster 2023-12-07T21:42:02.589430+0000 mgr.a (mgr.14403) 10736 : cluster 0 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-07T21:42:04.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:04 smithi135 bash[32435]: cluster 2023-12-07T21:42:02.589430+0000 mgr.a (mgr.14403) 10736 : cluster 0 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-07T21:42:04.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:04 smithi079 bash[28699]: cluster 2023-12-07T21:42:02.589430+0000 mgr.a (mgr.14403) 10736 : cluster 0 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-07T21:42:06.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:06 smithi194 bash[32038]: cluster 2023-12-07T21:42:04.590203+0000 mgr.a (mgr.14403) 10737 : cluster 0 pgmap v8014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:06.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:06 smithi135 bash[32435]: cluster 2023-12-07T21:42:04.590203+0000 mgr.a (mgr.14403) 10737 : cluster 0 pgmap v8014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:06.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:42:06.477 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:06.477 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:06.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:06 smithi079 bash[28699]: cluster 2023-12-07T21:42:04.590203+0000 mgr.a (mgr.14403) 10737 : cluster 0 pgmap v8014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:07.364 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:42:07.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:07.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:07.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:07.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:42:08.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:08 smithi194 bash[32038]: cluster 2023-12-07T21:42:06.590713+0000 mgr.a (mgr.14403) 10738 : cluster 0 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-07T21:42:08.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:08 smithi194 bash[32038]: audit 2023-12-07T21:42:06.886218+0000 mgr.a (mgr.14403) 10739 : audit 0 from='client.219585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:08.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:08 smithi135 bash[32435]: cluster 2023-12-07T21:42:06.590713+0000 mgr.a (mgr.14403) 10738 : cluster 0 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-07T21:42:08.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:08 smithi135 bash[32435]: audit 2023-12-07T21:42:06.886218+0000 mgr.a (mgr.14403) 10739 : audit 0 from='client.219585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:08.635 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:08 smithi079 bash[28699]: cluster 2023-12-07T21:42:06.590713+0000 mgr.a (mgr.14403) 10738 : cluster 0 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-07T21:42:08.635 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:08 smithi079 bash[28699]: audit 2023-12-07T21:42:06.886218+0000 mgr.a (mgr.14403) 10739 : audit 0 from='client.219585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:10.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:10 smithi194 bash[32038]: cluster 2023-12-07T21:42:08.591593+0000 mgr.a (mgr.14403) 10740 : cluster 0 pgmap v8016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:10.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:10 smithi135 bash[32435]: cluster 2023-12-07T21:42:08.591593+0000 mgr.a (mgr.14403) 10740 : cluster 0 pgmap v8016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:10.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:10 smithi079 bash[28699]: cluster 2023-12-07T21:42:08.591593+0000 mgr.a (mgr.14403) 10740 : cluster 0 pgmap v8016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:12.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:42:12.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:12.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:12.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:12 smithi194 bash[32038]: cluster 2023-12-07T21:42:10.592172+0000 mgr.a (mgr.14403) 10741 : cluster 0 pgmap v8017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:12.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:12 smithi135 bash[32435]: cluster 2023-12-07T21:42:10.592172+0000 mgr.a (mgr.14403) 10741 : cluster 0 pgmap v8017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:12.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:12 smithi079 bash[28699]: cluster 2023-12-07T21:42:10.592172+0000 mgr.a (mgr.14403) 10741 : cluster 0 pgmap v8017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:13.237 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:42:13.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:13.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:13.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:13.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:42:14.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:14 smithi194 bash[32038]: cluster 2023-12-07T21:42:12.592582+0000 mgr.a (mgr.14403) 10742 : cluster 0 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-07T21:42:14.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:14 smithi194 bash[32038]: audit 2023-12-07T21:42:12.772202+0000 mgr.a (mgr.14403) 10743 : audit 0 from='client.219660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:14.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:14 smithi135 bash[32435]: cluster 2023-12-07T21:42:12.592582+0000 mgr.a (mgr.14403) 10742 : cluster 0 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-07T21:42:14.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:14 smithi135 bash[32435]: audit 2023-12-07T21:42:12.772202+0000 mgr.a (mgr.14403) 10743 : audit 0 from='client.219660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:14.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:14 smithi079 bash[28699]: cluster 2023-12-07T21:42:12.592582+0000 mgr.a (mgr.14403) 10742 : cluster 0 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-07T21:42:14.635 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:14 smithi079 bash[28699]: audit 2023-12-07T21:42:12.772202+0000 mgr.a (mgr.14403) 10743 : audit 0 from='client.219660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:16.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:16 smithi194 bash[32038]: cluster 2023-12-07T21:42:14.593455+0000 mgr.a (mgr.14403) 10744 : cluster 0 pgmap v8019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:16.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:16 smithi135 bash[32435]: cluster 2023-12-07T21:42:14.593455+0000 mgr.a (mgr.14403) 10744 : cluster 0 pgmap v8019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:16.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:16 smithi079 bash[28699]: cluster 2023-12-07T21:42:14.593455+0000 mgr.a (mgr.14403) 10744 : cluster 0 pgmap v8019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:18.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:42:18.241 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:18.241 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:18.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:18 smithi194 bash[32038]: cluster 2023-12-07T21:42:16.594041+0000 mgr.a (mgr.14403) 10745 : cluster 0 pgmap v8020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:18.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:18 smithi135 bash[32435]: cluster 2023-12-07T21:42:16.594041+0000 mgr.a (mgr.14403) 10745 : cluster 0 pgmap v8020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:18.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:18 smithi079 bash[28699]: cluster 2023-12-07T21:42:16.594041+0000 mgr.a (mgr.14403) 10745 : cluster 0 pgmap v8020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:19.169 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:42:19.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:19.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:19.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:19.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:42:20.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:20 smithi194 bash[32038]: cluster 2023-12-07T21:42:18.594706+0000 mgr.a (mgr.14403) 10746 : cluster 0 pgmap v8021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:20.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:20 smithi194 bash[32038]: audit 2023-12-07T21:42:18.663815+0000 mgr.a (mgr.14403) 10747 : audit 0 from='client.219735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:20.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:20 smithi135 bash[32435]: cluster 2023-12-07T21:42:18.594706+0000 mgr.a (mgr.14403) 10746 : cluster 0 pgmap v8021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:20.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:20 smithi135 bash[32435]: audit 2023-12-07T21:42:18.663815+0000 mgr.a (mgr.14403) 10747 : audit 0 from='client.219735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:20.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:20 smithi079 bash[28699]: cluster 2023-12-07T21:42:18.594706+0000 mgr.a (mgr.14403) 10746 : cluster 0 pgmap v8021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:20.635 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:20 smithi079 bash[28699]: audit 2023-12-07T21:42:18.663815+0000 mgr.a (mgr.14403) 10747 : audit 0 from='client.219735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:21.635 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:21 smithi079 bash[28699]: cluster 2023-12-07T21:42:20.595438+0000 mgr.a (mgr.14403) 10748 : cluster 0 pgmap v8022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:21.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:21 smithi194 bash[32038]: cluster 2023-12-07T21:42:20.595438+0000 mgr.a (mgr.14403) 10748 : cluster 0 pgmap v8022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:21.699 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:21 smithi135 bash[32435]: cluster 2023-12-07T21:42:20.595438+0000 mgr.a (mgr.14403) 10748 : cluster 0 pgmap v8022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:23.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:23 smithi194 bash[32038]: cluster 2023-12-07T21:42:22.596188+0000 mgr.a (mgr.14403) 10749 : cluster 0 pgmap v8023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:23.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:23 smithi135 bash[32435]: cluster 2023-12-07T21:42:22.596188+0000 mgr.a (mgr.14403) 10749 : cluster 0 pgmap v8023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:24.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:23 smithi079 bash[28699]: cluster 2023-12-07T21:42:22.596188+0000 mgr.a (mgr.14403) 10749 : cluster 0 pgmap v8023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:24.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:42:24.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:24.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:25.068 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:42:25.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:25.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:25.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:25.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:42:25.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:25 smithi194 bash[32038]: audit 2023-12-07T21:42:24.584130+0000 mgr.a (mgr.14403) 10750 : audit 0 from='client.219810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:25.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:25 smithi194 bash[32038]: cluster 2023-12-07T21:42:24.598896+0000 mgr.a (mgr.14403) 10751 : cluster 0 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-07T21:42:25.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:25 smithi135 bash[32435]: audit 2023-12-07T21:42:24.584130+0000 mgr.a (mgr.14403) 10750 : audit 0 from='client.219810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:25.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:25 smithi135 bash[32435]: cluster 2023-12-07T21:42:24.598896+0000 mgr.a (mgr.14403) 10751 : cluster 0 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-07T21:42:26.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:25 smithi079 bash[28699]: audit 2023-12-07T21:42:24.584130+0000 mgr.a (mgr.14403) 10750 : audit 0 from='client.219810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:26.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:25 smithi079 bash[28699]: cluster 2023-12-07T21:42:24.598896+0000 mgr.a (mgr.14403) 10751 : cluster 0 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-07T21:42:27.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:27 smithi194 bash[32038]: cluster 2023-12-07T21:42:26.599692+0000 mgr.a (mgr.14403) 10752 : cluster 0 pgmap v8025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:27.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:27 smithi135 bash[32435]: cluster 2023-12-07T21:42:26.599692+0000 mgr.a (mgr.14403) 10752 : cluster 0 pgmap v8025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:28.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:27 smithi079 bash[28699]: cluster 2023-12-07T21:42:26.599692+0000 mgr.a (mgr.14403) 10752 : cluster 0 pgmap v8025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:29.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:29 smithi194 bash[32038]: cluster 2023-12-07T21:42:28.600460+0000 mgr.a (mgr.14403) 10753 : cluster 0 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-07T21:42:29.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:29 smithi135 bash[32435]: cluster 2023-12-07T21:42:28.600460+0000 mgr.a (mgr.14403) 10753 : cluster 0 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-07T21:42:30.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:42:30.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:30.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:30.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:29 smithi079 bash[28699]: cluster 2023-12-07T21:42:28.600460+0000 mgr.a (mgr.14403) 10753 : cluster 0 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-07T21:42:30.968 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:42:30.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:30.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:30.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:30.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:42:31.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:31 smithi194 bash[32038]: audit 2023-12-07T21:42:30.486418+0000 mgr.a (mgr.14403) 10754 : audit 0 from='client.219885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:31.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:31 smithi194 bash[32038]: cluster 2023-12-07T21:42:30.601151+0000 mgr.a (mgr.14403) 10755 : cluster 0 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-07T21:42:31.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:31 smithi135 bash[32435]: audit 2023-12-07T21:42:30.486418+0000 mgr.a (mgr.14403) 10754 : audit 0 from='client.219885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:31.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:31 smithi135 bash[32435]: cluster 2023-12-07T21:42:30.601151+0000 mgr.a (mgr.14403) 10755 : cluster 0 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-07T21:42:32.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:31 smithi079 bash[28699]: audit 2023-12-07T21:42:30.486418+0000 mgr.a (mgr.14403) 10754 : audit 0 from='client.219885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:32.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:31 smithi079 bash[28699]: cluster 2023-12-07T21:42:30.601151+0000 mgr.a (mgr.14403) 10755 : cluster 0 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-07T21:42:33.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:33 smithi194 bash[32038]: cluster 2023-12-07T21:42:32.601919+0000 mgr.a (mgr.14403) 10756 : cluster 0 pgmap v8028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:33.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:33 smithi135 bash[32435]: cluster 2023-12-07T21:42:32.601919+0000 mgr.a (mgr.14403) 10756 : cluster 0 pgmap v8028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:34.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:33 smithi079 bash[28699]: cluster 2023-12-07T21:42:32.601919+0000 mgr.a (mgr.14403) 10756 : cluster 0 pgmap v8028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:35.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:35 smithi194 bash[32038]: cluster 2023-12-07T21:42:34.602727+0000 mgr.a (mgr.14403) 10757 : cluster 0 pgmap v8029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:35.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:35 smithi135 bash[32435]: cluster 2023-12-07T21:42:34.602727+0000 mgr.a (mgr.14403) 10757 : cluster 0 pgmap v8029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:35.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:42:35.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:35.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:36.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:35 smithi079 bash[28699]: cluster 2023-12-07T21:42:34.602727+0000 mgr.a (mgr.14403) 10757 : cluster 0 pgmap v8029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:36.855 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:42:36.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:36.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:36.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:36.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:42:37.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:37 smithi194 bash[32038]: audit 2023-12-07T21:42:36.374363+0000 mgr.a (mgr.14403) 10758 : audit 0 from='client.219960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:37.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:37 smithi194 bash[32038]: cluster 2023-12-07T21:42:36.603246+0000 mgr.a (mgr.14403) 10759 : cluster 0 pgmap v8030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:37.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:37 smithi135 bash[32435]: audit 2023-12-07T21:42:36.374363+0000 mgr.a (mgr.14403) 10758 : audit 0 from='client.219960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:37.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:37 smithi135 bash[32435]: cluster 2023-12-07T21:42:36.603246+0000 mgr.a (mgr.14403) 10759 : cluster 0 pgmap v8030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:38.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:37 smithi079 bash[28699]: audit 2023-12-07T21:42:36.374363+0000 mgr.a (mgr.14403) 10758 : audit 0 from='client.219960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:38.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:37 smithi079 bash[28699]: cluster 2023-12-07T21:42:36.603246+0000 mgr.a (mgr.14403) 10759 : cluster 0 pgmap v8030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:39.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:39 smithi194 bash[32038]: cluster 2023-12-07T21:42:38.604042+0000 mgr.a (mgr.14403) 10760 : cluster 0 pgmap v8031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:39.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:39 smithi135 bash[32435]: cluster 2023-12-07T21:42:38.604042+0000 mgr.a (mgr.14403) 10760 : cluster 0 pgmap v8031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:40.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:39 smithi079 bash[28699]: cluster 2023-12-07T21:42:38.604042+0000 mgr.a (mgr.14403) 10760 : cluster 0 pgmap v8031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:41.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:42:41.858 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:41.858 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:41.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:41 smithi194 bash[32038]: cluster 2023-12-07T21:42:40.604611+0000 mgr.a (mgr.14403) 10761 : cluster 0 pgmap v8032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:41.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:41 smithi135 bash[32435]: cluster 2023-12-07T21:42:40.604611+0000 mgr.a (mgr.14403) 10761 : cluster 0 pgmap v8032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:42.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:41 smithi079 bash[28699]: cluster 2023-12-07T21:42:40.604611+0000 mgr.a (mgr.14403) 10761 : cluster 0 pgmap v8032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:42.784 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:42:42.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:42.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:42.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:42.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:42:43.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:43 smithi194 bash[32038]: audit 2023-12-07T21:42:42.285907+0000 mgr.a (mgr.14403) 10762 : audit 0 from='client.220032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:43.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:43 smithi194 bash[32038]: cluster 2023-12-07T21:42:42.605148+0000 mgr.a (mgr.14403) 10763 : cluster 0 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-07T21:42:43.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:43 smithi135 bash[32435]: audit 2023-12-07T21:42:42.285907+0000 mgr.a (mgr.14403) 10762 : audit 0 from='client.220032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:43.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:43 smithi135 bash[32435]: cluster 2023-12-07T21:42:42.605148+0000 mgr.a (mgr.14403) 10763 : cluster 0 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-07T21:42:44.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:43 smithi079 bash[28699]: audit 2023-12-07T21:42:42.285907+0000 mgr.a (mgr.14403) 10762 : audit 0 from='client.220032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:44.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:43 smithi079 bash[28699]: cluster 2023-12-07T21:42:42.605148+0000 mgr.a (mgr.14403) 10763 : cluster 0 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-07T21:42:45.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:45 smithi194 bash[32038]: cluster 2023-12-07T21:42:44.606007+0000 mgr.a (mgr.14403) 10764 : cluster 0 pgmap v8034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:45.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:45 smithi135 bash[32435]: cluster 2023-12-07T21:42:44.606007+0000 mgr.a (mgr.14403) 10764 : cluster 0 pgmap v8034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:46.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:45 smithi079 bash[28699]: cluster 2023-12-07T21:42:44.606007+0000 mgr.a (mgr.14403) 10764 : cluster 0 pgmap v8034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:42:47.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:46 smithi079 bash[28699]: audit 2023-12-07T21:42:46.617905+0000 mon.a (mon.0) 1937 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:42:47.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:46 smithi194 bash[32038]: audit 2023-12-07T21:42:46.617905+0000 mon.a (mon.0) 1937 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:42:47.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:46 smithi135 bash[32435]: audit 2023-12-07T21:42:46.617905+0000 mon.a (mon.0) 1937 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:42:47.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:42:47.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:47.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:48.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:47 smithi079 bash[28699]: cluster 2023-12-07T21:42:46.606575+0000 mgr.a (mgr.14403) 10765 : cluster 0 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-07T21:42:48.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:47 smithi079 bash[28699]: audit 2023-12-07T21:42:47.407113+0000 mon.a (mon.0) 1938 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:42:48.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:47 smithi079 bash[28699]: audit 2023-12-07T21:42:47.408919+0000 mon.a (mon.0) 1939 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:42:48.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:47 smithi079 bash[28699]: audit 2023-12-07T21:42:47.418536+0000 mon.a (mon.0) 1940 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:42:48.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:47 smithi194 bash[32038]: cluster 2023-12-07T21:42:46.606575+0000 mgr.a (mgr.14403) 10765 : cluster 0 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-07T21:42:48.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:47 smithi194 bash[32038]: audit 2023-12-07T21:42:47.407113+0000 mon.a (mon.0) 1938 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:42:48.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:47 smithi194 bash[32038]: audit 2023-12-07T21:42:47.408919+0000 mon.a (mon.0) 1939 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:42:48.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:47 smithi194 bash[32038]: audit 2023-12-07T21:42:47.418536+0000 mon.a (mon.0) 1940 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:42:48.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:47 smithi135 bash[32435]: cluster 2023-12-07T21:42:46.606575+0000 mgr.a (mgr.14403) 10765 : cluster 0 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-07T21:42:48.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:47 smithi135 bash[32435]: audit 2023-12-07T21:42:47.407113+0000 mon.a (mon.0) 1938 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:42:48.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:47 smithi135 bash[32435]: audit 2023-12-07T21:42:47.408919+0000 mon.a (mon.0) 1939 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:42:48.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:47 smithi135 bash[32435]: audit 2023-12-07T21:42:47.418536+0000 mon.a (mon.0) 1940 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:42:48.717 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:42:48.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:48.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:48.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:48.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:42:50.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:49 smithi079 bash[28699]: audit 2023-12-07T21:42:48.198631+0000 mgr.a (mgr.14403) 10766 : audit 0 from='client.220110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:50.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:49 smithi079 bash[28699]: cluster 2023-12-07T21:42:48.607873+0000 mgr.a (mgr.14403) 10767 : cluster 0 pgmap v8036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:42:50.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:49 smithi194 bash[32038]: audit 2023-12-07T21:42:48.198631+0000 mgr.a (mgr.14403) 10766 : audit 0 from='client.220110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:50.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:49 smithi194 bash[32038]: cluster 2023-12-07T21:42:48.607873+0000 mgr.a (mgr.14403) 10767 : cluster 0 pgmap v8036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:42:50.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:49 smithi135 bash[32435]: audit 2023-12-07T21:42:48.198631+0000 mgr.a (mgr.14403) 10766 : audit 0 from='client.220110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:50.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:49 smithi135 bash[32435]: cluster 2023-12-07T21:42:48.607873+0000 mgr.a (mgr.14403) 10767 : cluster 0 pgmap v8036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:42:52.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:51 smithi079 bash[28699]: cluster 2023-12-07T21:42:50.608453+0000 mgr.a (mgr.14403) 10768 : cluster 0 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-07T21:42:52.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:51 smithi194 bash[32038]: cluster 2023-12-07T21:42:50.608453+0000 mgr.a (mgr.14403) 10768 : cluster 0 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-07T21:42:52.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:51 smithi135 bash[32435]: cluster 2023-12-07T21:42:50.608453+0000 mgr.a (mgr.14403) 10768 : cluster 0 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-07T21:42:53.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:42:53.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:53.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:42:54.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:53 smithi079 bash[28699]: cluster 2023-12-07T21:42:52.609044+0000 mgr.a (mgr.14403) 10769 : cluster 0 pgmap v8038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:42:54.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:53 smithi194 bash[32038]: cluster 2023-12-07T21:42:52.609044+0000 mgr.a (mgr.14403) 10769 : cluster 0 pgmap v8038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:42:54.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:53 smithi135 bash[32435]: cluster 2023-12-07T21:42:52.609044+0000 mgr.a (mgr.14403) 10769 : cluster 0 pgmap v8038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:42:54.618 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:42:54.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:42:54.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:42:54.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:42:54.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:42:55.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:54 smithi079 bash[28699]: audit 2023-12-07T21:42:54.134001+0000 mgr.a (mgr.14403) 10770 : audit 0 from='client.220185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:55.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:54 smithi194 bash[32038]: audit 2023-12-07T21:42:54.134001+0000 mgr.a (mgr.14403) 10770 : audit 0 from='client.220185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:55.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:54 smithi135 bash[32435]: audit 2023-12-07T21:42:54.134001+0000 mgr.a (mgr.14403) 10770 : audit 0 from='client.220185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:42:56.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:55 smithi079 bash[28699]: cluster 2023-12-07T21:42:54.610080+0000 mgr.a (mgr.14403) 10771 : cluster 0 pgmap v8039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:56.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:55 smithi194 bash[32038]: cluster 2023-12-07T21:42:54.610080+0000 mgr.a (mgr.14403) 10771 : cluster 0 pgmap v8039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:56.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:55 smithi135 bash[32435]: cluster 2023-12-07T21:42:54.610080+0000 mgr.a (mgr.14403) 10771 : cluster 0 pgmap v8039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:42:58.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:57 smithi079 bash[28699]: cluster 2023-12-07T21:42:56.610684+0000 mgr.a (mgr.14403) 10772 : cluster 0 pgmap v8040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:58.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:57 smithi194 bash[32038]: cluster 2023-12-07T21:42:56.610684+0000 mgr.a (mgr.14403) 10772 : cluster 0 pgmap v8040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:58.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:57 smithi135 bash[32435]: cluster 2023-12-07T21:42:56.610684+0000 mgr.a (mgr.14403) 10772 : cluster 0 pgmap v8040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:42:59.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:42:59.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:42:59.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:00.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:42:59 smithi079 bash[28699]: cluster 2023-12-07T21:42:58.611446+0000 mgr.a (mgr.14403) 10773 : cluster 0 pgmap v8041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:00.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:42:59 smithi194 bash[32038]: cluster 2023-12-07T21:42:58.611446+0000 mgr.a (mgr.14403) 10773 : cluster 0 pgmap v8041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:00.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:42:59 smithi135 bash[32435]: cluster 2023-12-07T21:42:58.611446+0000 mgr.a (mgr.14403) 10773 : cluster 0 pgmap v8041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:00.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:00.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:00.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:00.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:43:00.518 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:43:01.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:00 smithi079 bash[28699]: audit 2023-12-07T21:43:00.037222+0000 mgr.a (mgr.14403) 10774 : audit 0 from='client.220257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:01.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:00 smithi194 bash[32038]: audit 2023-12-07T21:43:00.037222+0000 mgr.a (mgr.14403) 10774 : audit 0 from='client.220257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:01.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:00 smithi135 bash[32435]: audit 2023-12-07T21:43:00.037222+0000 mgr.a (mgr.14403) 10774 : audit 0 from='client.220257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:02.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:01 smithi079 bash[28699]: cluster 2023-12-07T21:43:00.612121+0000 mgr.a (mgr.14403) 10775 : cluster 0 pgmap v8042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:43:02.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:01 smithi194 bash[32038]: cluster 2023-12-07T21:43:00.612121+0000 mgr.a (mgr.14403) 10775 : cluster 0 pgmap v8042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:43:02.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:01 smithi135 bash[32435]: cluster 2023-12-07T21:43:00.612121+0000 mgr.a (mgr.14403) 10775 : cluster 0 pgmap v8042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:43:04.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:03 smithi079 bash[28699]: cluster 2023-12-07T21:43:02.612737+0000 mgr.a (mgr.14403) 10776 : cluster 0 pgmap v8043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:43:04.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:03 smithi194 bash[32038]: cluster 2023-12-07T21:43:02.612737+0000 mgr.a (mgr.14403) 10776 : cluster 0 pgmap v8043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:43:04.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:03 smithi135 bash[32435]: cluster 2023-12-07T21:43:02.612737+0000 mgr.a (mgr.14403) 10776 : cluster 0 pgmap v8043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:43:05.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:43:05.521 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:05.521 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:06.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:05 smithi079 bash[28699]: cluster 2023-12-07T21:43:04.613545+0000 mgr.a (mgr.14403) 10777 : cluster 0 pgmap v8044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:43:06.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:05 smithi194 bash[32038]: cluster 2023-12-07T21:43:04.613545+0000 mgr.a (mgr.14403) 10777 : cluster 0 pgmap v8044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:43:06.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:05 smithi135 bash[32435]: cluster 2023-12-07T21:43:04.613545+0000 mgr.a (mgr.14403) 10777 : cluster 0 pgmap v8044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:43:06.407 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:43:06.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:06.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:06.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:06.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:43:07.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:06 smithi079 bash[28699]: audit 2023-12-07T21:43:05.934408+0000 mgr.a (mgr.14403) 10778 : audit 0 from='client.220332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:07.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:06 smithi194 bash[32038]: audit 2023-12-07T21:43:05.934408+0000 mgr.a (mgr.14403) 10778 : audit 0 from='client.220332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:07.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:06 smithi135 bash[32435]: audit 2023-12-07T21:43:05.934408+0000 mgr.a (mgr.14403) 10778 : audit 0 from='client.220332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:08.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:07 smithi079 bash[28699]: cluster 2023-12-07T21:43:06.614286+0000 mgr.a (mgr.14403) 10779 : cluster 0 pgmap v8045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:08.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:07 smithi194 bash[32038]: cluster 2023-12-07T21:43:06.614286+0000 mgr.a (mgr.14403) 10779 : cluster 0 pgmap v8045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:08.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:07 smithi135 bash[32435]: cluster 2023-12-07T21:43:06.614286+0000 mgr.a (mgr.14403) 10779 : cluster 0 pgmap v8045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:10.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:09 smithi079 bash[28699]: cluster 2023-12-07T21:43:08.615089+0000 mgr.a (mgr.14403) 10780 : cluster 0 pgmap v8046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:10.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:09 smithi194 bash[32038]: cluster 2023-12-07T21:43:08.615089+0000 mgr.a (mgr.14403) 10780 : cluster 0 pgmap v8046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:10.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:09 smithi135 bash[32435]: cluster 2023-12-07T21:43:08.615089+0000 mgr.a (mgr.14403) 10780 : cluster 0 pgmap v8046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:11.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:43:11.410 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:11.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:12.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:11 smithi079 bash[28699]: cluster 2023-12-07T21:43:10.615599+0000 mgr.a (mgr.14403) 10781 : cluster 0 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-07T21:43:12.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:11 smithi194 bash[32038]: cluster 2023-12-07T21:43:10.615599+0000 mgr.a (mgr.14403) 10781 : cluster 0 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-07T21:43:12.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:11 smithi135 bash[32435]: cluster 2023-12-07T21:43:10.615599+0000 mgr.a (mgr.14403) 10781 : cluster 0 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-07T21:43:12.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:12.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:12.312 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:43:12.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:12.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:43:13.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:12 smithi079 bash[28699]: audit 2023-12-07T21:43:11.814785+0000 mgr.a (mgr.14403) 10782 : audit 0 from='client.220404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:13.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:12 smithi194 bash[32038]: audit 2023-12-07T21:43:11.814785+0000 mgr.a (mgr.14403) 10782 : audit 0 from='client.220404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:13.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:12 smithi135 bash[32435]: audit 2023-12-07T21:43:11.814785+0000 mgr.a (mgr.14403) 10782 : audit 0 from='client.220404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:14.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:13 smithi079 bash[28699]: cluster 2023-12-07T21:43:12.616293+0000 mgr.a (mgr.14403) 10783 : cluster 0 pgmap v8048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:14.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:13 smithi194 bash[32038]: cluster 2023-12-07T21:43:12.616293+0000 mgr.a (mgr.14403) 10783 : cluster 0 pgmap v8048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:14.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:13 smithi135 bash[32435]: cluster 2023-12-07T21:43:12.616293+0000 mgr.a (mgr.14403) 10783 : cluster 0 pgmap v8048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:16.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:15 smithi079 bash[28699]: cluster 2023-12-07T21:43:14.617122+0000 mgr.a (mgr.14403) 10784 : cluster 0 pgmap v8049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:16.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:15 smithi194 bash[32038]: cluster 2023-12-07T21:43:14.617122+0000 mgr.a (mgr.14403) 10784 : cluster 0 pgmap v8049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:16.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:15 smithi135 bash[32435]: cluster 2023-12-07T21:43:14.617122+0000 mgr.a (mgr.14403) 10784 : cluster 0 pgmap v8049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:17.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:43:17.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:17.315 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:18.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:17 smithi079 bash[28699]: cluster 2023-12-07T21:43:16.617737+0000 mgr.a (mgr.14403) 10785 : cluster 0 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-07T21:43:18.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:17 smithi194 bash[32038]: cluster 2023-12-07T21:43:16.617737+0000 mgr.a (mgr.14403) 10785 : cluster 0 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-07T21:43:18.200 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:43:18.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:18.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:18.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:18.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:43:18.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:17 smithi135 bash[32435]: cluster 2023-12-07T21:43:16.617737+0000 mgr.a (mgr.14403) 10785 : cluster 0 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-07T21:43:19.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:18 smithi079 bash[28699]: audit 2023-12-07T21:43:17.725407+0000 mgr.a (mgr.14403) 10786 : audit 0 from='client.220479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:19.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:18 smithi194 bash[32038]: audit 2023-12-07T21:43:17.725407+0000 mgr.a (mgr.14403) 10786 : audit 0 from='client.220479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:19.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:18 smithi135 bash[32435]: audit 2023-12-07T21:43:17.725407+0000 mgr.a (mgr.14403) 10786 : audit 0 from='client.220479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:20.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:19 smithi079 bash[28699]: cluster 2023-12-07T21:43:18.618675+0000 mgr.a (mgr.14403) 10787 : cluster 0 pgmap v8051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:20.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:19 smithi194 bash[32038]: cluster 2023-12-07T21:43:18.618675+0000 mgr.a (mgr.14403) 10787 : cluster 0 pgmap v8051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:20.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:19 smithi135 bash[32435]: cluster 2023-12-07T21:43:18.618675+0000 mgr.a (mgr.14403) 10787 : cluster 0 pgmap v8051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:22.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:21 smithi079 bash[28699]: cluster 2023-12-07T21:43:20.619301+0000 mgr.a (mgr.14403) 10788 : cluster 0 pgmap v8052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:22.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:21 smithi194 bash[32038]: cluster 2023-12-07T21:43:20.619301+0000 mgr.a (mgr.14403) 10788 : cluster 0 pgmap v8052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:22.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:21 smithi135 bash[32435]: cluster 2023-12-07T21:43:20.619301+0000 mgr.a (mgr.14403) 10788 : cluster 0 pgmap v8052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:23.203 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:43:23.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:23.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:24.088 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:43:24.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:24.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:24.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:24.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:43:24.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:23 smithi079 bash[28699]: cluster 2023-12-07T21:43:22.619869+0000 mgr.a (mgr.14403) 10789 : cluster 0 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-07T21:43:24.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:23 smithi194 bash[32038]: cluster 2023-12-07T21:43:22.619869+0000 mgr.a (mgr.14403) 10789 : cluster 0 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-07T21:43:24.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:23 smithi135 bash[32435]: cluster 2023-12-07T21:43:22.619869+0000 mgr.a (mgr.14403) 10789 : cluster 0 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-07T21:43:25.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:24 smithi079 bash[28699]: audit 2023-12-07T21:43:23.617007+0000 mgr.a (mgr.14403) 10790 : audit 0 from='client.220551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:25.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:24 smithi194 bash[32038]: audit 2023-12-07T21:43:23.617007+0000 mgr.a (mgr.14403) 10790 : audit 0 from='client.220551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:25.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:24 smithi135 bash[32435]: audit 2023-12-07T21:43:23.617007+0000 mgr.a (mgr.14403) 10790 : audit 0 from='client.220551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:26.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:25 smithi079 bash[28699]: cluster 2023-12-07T21:43:24.621052+0000 mgr.a (mgr.14403) 10791 : cluster 0 pgmap v8054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:26.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:25 smithi194 bash[32038]: cluster 2023-12-07T21:43:24.621052+0000 mgr.a (mgr.14403) 10791 : cluster 0 pgmap v8054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:26.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:25 smithi135 bash[32435]: cluster 2023-12-07T21:43:24.621052+0000 mgr.a (mgr.14403) 10791 : cluster 0 pgmap v8054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:28.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:27 smithi079 bash[28699]: cluster 2023-12-07T21:43:26.621701+0000 mgr.a (mgr.14403) 10792 : cluster 0 pgmap v8055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:28.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:27 smithi194 bash[32038]: cluster 2023-12-07T21:43:26.621701+0000 mgr.a (mgr.14403) 10792 : cluster 0 pgmap v8055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:28.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:27 smithi135 bash[32435]: cluster 2023-12-07T21:43:26.621701+0000 mgr.a (mgr.14403) 10792 : cluster 0 pgmap v8055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:29.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:43:29.091 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:29.091 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:29.964 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:43:29.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:29.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:29.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:29.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:43:30.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:29 smithi079 bash[28699]: cluster 2023-12-07T21:43:28.622442+0000 mgr.a (mgr.14403) 10793 : cluster 0 pgmap v8056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:30.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:29 smithi194 bash[32038]: cluster 2023-12-07T21:43:28.622442+0000 mgr.a (mgr.14403) 10793 : cluster 0 pgmap v8056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:30.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:29 smithi135 bash[32435]: cluster 2023-12-07T21:43:28.622442+0000 mgr.a (mgr.14403) 10793 : cluster 0 pgmap v8056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:31.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:30 smithi079 bash[28699]: audit 2023-12-07T21:43:29.496706+0000 mgr.a (mgr.14403) 10794 : audit 0 from='client.220626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:31.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:30 smithi194 bash[32038]: audit 2023-12-07T21:43:29.496706+0000 mgr.a (mgr.14403) 10794 : audit 0 from='client.220626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:31.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:30 smithi135 bash[32435]: audit 2023-12-07T21:43:29.496706+0000 mgr.a (mgr.14403) 10794 : audit 0 from='client.220626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:32.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:31 smithi079 bash[28699]: cluster 2023-12-07T21:43:30.623156+0000 mgr.a (mgr.14403) 10795 : cluster 0 pgmap v8057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:32.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:31 smithi194 bash[32038]: cluster 2023-12-07T21:43:30.623156+0000 mgr.a (mgr.14403) 10795 : cluster 0 pgmap v8057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:32.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:31 smithi135 bash[32435]: cluster 2023-12-07T21:43:30.623156+0000 mgr.a (mgr.14403) 10795 : cluster 0 pgmap v8057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:34.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:33 smithi079 bash[28699]: cluster 2023-12-07T21:43:32.623792+0000 mgr.a (mgr.14403) 10796 : cluster 0 pgmap v8058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:34.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:33 smithi194 bash[32038]: cluster 2023-12-07T21:43:32.623792+0000 mgr.a (mgr.14403) 10796 : cluster 0 pgmap v8058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:34.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:33 smithi135 bash[32435]: cluster 2023-12-07T21:43:32.623792+0000 mgr.a (mgr.14403) 10796 : cluster 0 pgmap v8058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:43:34.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:43:34.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:34.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:35.883 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:43:35.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:35.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:35.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:35.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:43:36.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:35 smithi079 bash[28699]: cluster 2023-12-07T21:43:34.624642+0000 mgr.a (mgr.14403) 10797 : cluster 0 pgmap v8059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:36.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:35 smithi194 bash[32038]: cluster 2023-12-07T21:43:34.624642+0000 mgr.a (mgr.14403) 10797 : cluster 0 pgmap v8059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:36.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:35 smithi135 bash[32435]: cluster 2023-12-07T21:43:34.624642+0000 mgr.a (mgr.14403) 10797 : cluster 0 pgmap v8059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:37.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:36 smithi079 bash[28699]: audit 2023-12-07T21:43:35.378481+0000 mgr.a (mgr.14403) 10798 : audit 0 from='client.220701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:37.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:36 smithi194 bash[32038]: audit 2023-12-07T21:43:35.378481+0000 mgr.a (mgr.14403) 10798 : audit 0 from='client.220701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:37.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:36 smithi135 bash[32435]: audit 2023-12-07T21:43:35.378481+0000 mgr.a (mgr.14403) 10798 : audit 0 from='client.220701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:38.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:37 smithi079 bash[28699]: cluster 2023-12-07T21:43:36.625341+0000 mgr.a (mgr.14403) 10799 : cluster 0 pgmap v8060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:38.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:37 smithi194 bash[32038]: cluster 2023-12-07T21:43:36.625341+0000 mgr.a (mgr.14403) 10799 : cluster 0 pgmap v8060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:38.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:37 smithi135 bash[32435]: cluster 2023-12-07T21:43:36.625341+0000 mgr.a (mgr.14403) 10799 : cluster 0 pgmap v8060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:40.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:39 smithi079 bash[28699]: cluster 2023-12-07T21:43:38.626135+0000 mgr.a (mgr.14403) 10800 : cluster 0 pgmap v8061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:40.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:39 smithi194 bash[32038]: cluster 2023-12-07T21:43:38.626135+0000 mgr.a (mgr.14403) 10800 : cluster 0 pgmap v8061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:40.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:39 smithi135 bash[32435]: cluster 2023-12-07T21:43:38.626135+0000 mgr.a (mgr.14403) 10800 : cluster 0 pgmap v8061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:40.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:43:40.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:40.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:41.786 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:43:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:41.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:43:42.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:41 smithi079 bash[28699]: cluster 2023-12-07T21:43:40.626675+0000 mgr.a (mgr.14403) 10801 : cluster 0 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-07T21:43:42.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:41 smithi194 bash[32038]: cluster 2023-12-07T21:43:40.626675+0000 mgr.a (mgr.14403) 10801 : cluster 0 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-07T21:43:42.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:41 smithi135 bash[32435]: cluster 2023-12-07T21:43:40.626675+0000 mgr.a (mgr.14403) 10801 : cluster 0 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-07T21:43:43.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:42 smithi079 bash[28699]: audit 2023-12-07T21:43:41.295227+0000 mgr.a (mgr.14403) 10802 : audit 0 from='client.220779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:43.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:42 smithi194 bash[32038]: audit 2023-12-07T21:43:41.295227+0000 mgr.a (mgr.14403) 10802 : audit 0 from='client.220779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:43.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:42 smithi135 bash[32435]: audit 2023-12-07T21:43:41.295227+0000 mgr.a (mgr.14403) 10802 : audit 0 from='client.220779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:44.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:43 smithi079 bash[28699]: cluster 2023-12-07T21:43:42.627377+0000 mgr.a (mgr.14403) 10803 : cluster 0 pgmap v8063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:44.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:43 smithi194 bash[32038]: cluster 2023-12-07T21:43:42.627377+0000 mgr.a (mgr.14403) 10803 : cluster 0 pgmap v8063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:44.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:43 smithi135 bash[32435]: cluster 2023-12-07T21:43:42.627377+0000 mgr.a (mgr.14403) 10803 : cluster 0 pgmap v8063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:46.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:45 smithi079 bash[28699]: cluster 2023-12-07T21:43:44.628121+0000 mgr.a (mgr.14403) 10804 : cluster 0 pgmap v8064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:46.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:45 smithi194 bash[32038]: cluster 2023-12-07T21:43:44.628121+0000 mgr.a (mgr.14403) 10804 : cluster 0 pgmap v8064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:46.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:45 smithi135 bash[32435]: cluster 2023-12-07T21:43:44.628121+0000 mgr.a (mgr.14403) 10804 : cluster 0 pgmap v8064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:46.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:43:46.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:46.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:47.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:47.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:47.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:47.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:43:47.686 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:43:48.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:47 smithi079 bash[28699]: cluster 2023-12-07T21:43:46.628667+0000 mgr.a (mgr.14403) 10805 : cluster 0 pgmap v8065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:48.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:47 smithi079 bash[28699]: audit 2023-12-07T21:43:47.522995+0000 mon.a (mon.0) 1941 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:43:48.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:47 smithi194 bash[32038]: cluster 2023-12-07T21:43:46.628667+0000 mgr.a (mgr.14403) 10805 : cluster 0 pgmap v8065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:48.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:47 smithi194 bash[32038]: audit 2023-12-07T21:43:47.522995+0000 mon.a (mon.0) 1941 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:43:48.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:47 smithi135 bash[32435]: cluster 2023-12-07T21:43:46.628667+0000 mgr.a (mgr.14403) 10805 : cluster 0 pgmap v8065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:48.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:47 smithi135 bash[32435]: audit 2023-12-07T21:43:47.522995+0000 mon.a (mon.0) 1941 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:43:49.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:48 smithi194 bash[32038]: audit 2023-12-07T21:43:47.201557+0000 mgr.a (mgr.14403) 10806 : audit 0 from='client.220854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:49.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:48 smithi135 bash[32435]: audit 2023-12-07T21:43:47.201557+0000 mgr.a (mgr.14403) 10806 : audit 0 from='client.220854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:49.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:48 smithi079 bash[28699]: audit 2023-12-07T21:43:47.201557+0000 mgr.a (mgr.14403) 10806 : audit 0 from='client.220854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:50.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:49 smithi194 bash[32038]: cluster 2023-12-07T21:43:48.629488+0000 mgr.a (mgr.14403) 10807 : cluster 0 pgmap v8066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:50.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:49 smithi135 bash[32435]: cluster 2023-12-07T21:43:48.629488+0000 mgr.a (mgr.14403) 10807 : cluster 0 pgmap v8066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:50.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:49 smithi079 bash[28699]: cluster 2023-12-07T21:43:48.629488+0000 mgr.a (mgr.14403) 10807 : cluster 0 pgmap v8066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:52.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:51 smithi194 bash[32038]: cluster 2023-12-07T21:43:50.630047+0000 mgr.a (mgr.14403) 10808 : cluster 0 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-07T21:43:52.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:51 smithi135 bash[32435]: cluster 2023-12-07T21:43:50.630047+0000 mgr.a (mgr.14403) 10808 : cluster 0 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-07T21:43:52.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:51 smithi079 bash[28699]: cluster 2023-12-07T21:43:50.630047+0000 mgr.a (mgr.14403) 10808 : cluster 0 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-07T21:43:52.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:43:52.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:52.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:53.549 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:43:53.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:53.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:53.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:53.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:43:54.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:53 smithi194 bash[32038]: cluster 2023-12-07T21:43:52.630788+0000 mgr.a (mgr.14403) 10809 : cluster 0 pgmap v8068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:54.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:53 smithi194 bash[32038]: audit 2023-12-07T21:43:53.098271+0000 mgr.a (mgr.14403) 10810 : audit 0 from='client.220929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:54.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:53 smithi135 bash[32435]: cluster 2023-12-07T21:43:52.630788+0000 mgr.a (mgr.14403) 10809 : cluster 0 pgmap v8068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:54.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:53 smithi135 bash[32435]: audit 2023-12-07T21:43:53.098271+0000 mgr.a (mgr.14403) 10810 : audit 0 from='client.220929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:54.248 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:53 smithi079 bash[28699]: cluster 2023-12-07T21:43:52.630788+0000 mgr.a (mgr.14403) 10809 : cluster 0 pgmap v8068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:54.248 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:53 smithi079 bash[28699]: audit 2023-12-07T21:43:53.098271+0000 mgr.a (mgr.14403) 10810 : audit 0 from='client.220929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:56.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:55 smithi079 bash[28699]: cluster 2023-12-07T21:43:54.631459+0000 mgr.a (mgr.14403) 10811 : cluster 0 pgmap v8069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:56.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:55 smithi194 bash[32038]: cluster 2023-12-07T21:43:54.631459+0000 mgr.a (mgr.14403) 10811 : cluster 0 pgmap v8069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:56.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:55 smithi135 bash[32435]: cluster 2023-12-07T21:43:54.631459+0000 mgr.a (mgr.14403) 10811 : cluster 0 pgmap v8069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:43:58.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:57 smithi079 bash[28699]: cluster 2023-12-07T21:43:56.632036+0000 mgr.a (mgr.14403) 10812 : cluster 0 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-07T21:43:58.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:57 smithi194 bash[32038]: cluster 2023-12-07T21:43:56.632036+0000 mgr.a (mgr.14403) 10812 : cluster 0 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-07T21:43:58.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:57 smithi135 bash[32435]: cluster 2023-12-07T21:43:56.632036+0000 mgr.a (mgr.14403) 10812 : cluster 0 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-07T21:43:58.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:43:58.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:43:58.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:43:59.486 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:43:59.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:43:59.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:43:59.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:43:59.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:43:59.636 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:59 smithi079 bash[28699]: audit 2023-12-07T21:43:58.212545+0000 mon.a (mon.0) 1942 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:43:59.636 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:59 smithi079 bash[28699]: audit 2023-12-07T21:43:58.218979+0000 mon.a (mon.0) 1943 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:43:59.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:59 smithi079 bash[28699]: audit 2023-12-07T21:43:58.220524+0000 mon.a (mon.0) 1944 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:43:59.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:59 smithi079 bash[28699]: audit 2023-12-07T21:43:58.222098+0000 mon.a (mon.0) 1945 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:43:59.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:59 smithi079 bash[28699]: audit 2023-12-07T21:43:58.229603+0000 mon.a (mon.0) 1946 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:43:59.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:59 smithi079 bash[28699]: cluster 2023-12-07T21:43:58.632779+0000 mgr.a (mgr.14403) 10813 : cluster 0 pgmap v8071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:59.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:43:59 smithi079 bash[28699]: audit 2023-12-07T21:43:58.967905+0000 mgr.a (mgr.14403) 10814 : audit 0 from='client.221007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:59.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:59 smithi194 bash[32038]: audit 2023-12-07T21:43:58.212545+0000 mon.a (mon.0) 1942 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:43:59.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:59 smithi194 bash[32038]: audit 2023-12-07T21:43:58.218979+0000 mon.a (mon.0) 1943 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:43:59.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:59 smithi194 bash[32038]: audit 2023-12-07T21:43:58.220524+0000 mon.a (mon.0) 1944 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:43:59.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:59 smithi194 bash[32038]: audit 2023-12-07T21:43:58.222098+0000 mon.a (mon.0) 1945 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:43:59.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:59 smithi194 bash[32038]: audit 2023-12-07T21:43:58.229603+0000 mon.a (mon.0) 1946 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:43:59.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:59 smithi194 bash[32038]: cluster 2023-12-07T21:43:58.632779+0000 mgr.a (mgr.14403) 10813 : cluster 0 pgmap v8071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:59.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:43:59 smithi194 bash[32038]: audit 2023-12-07T21:43:58.967905+0000 mgr.a (mgr.14403) 10814 : audit 0 from='client.221007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:43:59.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:59 smithi135 bash[32435]: audit 2023-12-07T21:43:58.212545+0000 mon.a (mon.0) 1942 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:43:59.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:59 smithi135 bash[32435]: audit 2023-12-07T21:43:58.218979+0000 mon.a (mon.0) 1943 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:43:59.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:59 smithi135 bash[32435]: audit 2023-12-07T21:43:58.220524+0000 mon.a (mon.0) 1944 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:43:59.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:59 smithi135 bash[32435]: audit 2023-12-07T21:43:58.222098+0000 mon.a (mon.0) 1945 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:43:59.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:59 smithi135 bash[32435]: audit 2023-12-07T21:43:58.229603+0000 mon.a (mon.0) 1946 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:43:59.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:59 smithi135 bash[32435]: cluster 2023-12-07T21:43:58.632779+0000 mgr.a (mgr.14403) 10813 : cluster 0 pgmap v8071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:43:59.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:43:59 smithi135 bash[32435]: audit 2023-12-07T21:43:58.967905+0000 mgr.a (mgr.14403) 10814 : audit 0 from='client.221007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:01.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:01 smithi194 bash[32038]: cluster 2023-12-07T21:44:00.633491+0000 mgr.a (mgr.14403) 10815 : cluster 0 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-07T21:44:01.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:01 smithi135 bash[32435]: cluster 2023-12-07T21:44:00.633491+0000 mgr.a (mgr.14403) 10815 : cluster 0 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-07T21:44:02.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:01 smithi079 bash[28699]: cluster 2023-12-07T21:44:00.633491+0000 mgr.a (mgr.14403) 10815 : cluster 0 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-07T21:44:03.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:03 smithi194 bash[32038]: cluster 2023-12-07T21:44:02.634044+0000 mgr.a (mgr.14403) 10816 : cluster 0 pgmap v8073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:03.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:03 smithi135 bash[32435]: cluster 2023-12-07T21:44:02.634044+0000 mgr.a (mgr.14403) 10816 : cluster 0 pgmap v8073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:04.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:03 smithi079 bash[28699]: cluster 2023-12-07T21:44:02.634044+0000 mgr.a (mgr.14403) 10816 : cluster 0 pgmap v8073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:04.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:44:04.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:04.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:05.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:44:05.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:05.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:05.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:05.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:44:05.948 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:05 smithi194 bash[32038]: cluster 2023-12-07T21:44:04.634626+0000 mgr.a (mgr.14403) 10817 : cluster 0 pgmap v8074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:05.948 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:05 smithi194 bash[32038]: audit 2023-12-07T21:44:04.892993+0000 mgr.a (mgr.14403) 10818 : audit 0 from='client.221085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:05.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:05 smithi135 bash[32435]: cluster 2023-12-07T21:44:04.634626+0000 mgr.a (mgr.14403) 10817 : cluster 0 pgmap v8074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:05.952 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:05 smithi135 bash[32435]: audit 2023-12-07T21:44:04.892993+0000 mgr.a (mgr.14403) 10818 : audit 0 from='client.221085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:06.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:05 smithi079 bash[28699]: cluster 2023-12-07T21:44:04.634626+0000 mgr.a (mgr.14403) 10817 : cluster 0 pgmap v8074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:06.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:05 smithi079 bash[28699]: audit 2023-12-07T21:44:04.892993+0000 mgr.a (mgr.14403) 10818 : audit 0 from='client.221085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:07.948 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:07 smithi194 bash[32038]: cluster 2023-12-07T21:44:06.635268+0000 mgr.a (mgr.14403) 10819 : cluster 0 pgmap v8075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:07.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:07 smithi135 bash[32435]: cluster 2023-12-07T21:44:06.635268+0000 mgr.a (mgr.14403) 10819 : cluster 0 pgmap v8075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:08.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:07 smithi079 bash[28699]: cluster 2023-12-07T21:44:06.635268+0000 mgr.a (mgr.14403) 10819 : cluster 0 pgmap v8075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:44:10.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:09 smithi079 bash[28699]: cluster 2023-12-07T21:44:08.636071+0000 mgr.a (mgr.14403) 10820 : cluster 0 pgmap v8076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:10.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:09 smithi194 bash[32038]: cluster 2023-12-07T21:44:08.636071+0000 mgr.a (mgr.14403) 10820 : cluster 0 pgmap v8076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:10.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:09 smithi135 bash[32435]: cluster 2023-12-07T21:44:08.636071+0000 mgr.a (mgr.14403) 10820 : cluster 0 pgmap v8076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:10.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:44:10.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:10.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:11.302 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:44:11.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:11.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:11.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:11.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:44:12.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:11 smithi079 bash[28699]: cluster 2023-12-07T21:44:10.636621+0000 mgr.a (mgr.14403) 10821 : cluster 0 pgmap v8077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:12.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:11 smithi079 bash[28699]: audit 2023-12-07T21:44:10.783393+0000 mgr.a (mgr.14403) 10822 : audit 0 from='client.221163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:12.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:11 smithi194 bash[32038]: cluster 2023-12-07T21:44:10.636621+0000 mgr.a (mgr.14403) 10821 : cluster 0 pgmap v8077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:12.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:11 smithi194 bash[32038]: audit 2023-12-07T21:44:10.783393+0000 mgr.a (mgr.14403) 10822 : audit 0 from='client.221163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:12.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:11 smithi135 bash[32435]: cluster 2023-12-07T21:44:10.636621+0000 mgr.a (mgr.14403) 10821 : cluster 0 pgmap v8077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:12.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:11 smithi135 bash[32435]: audit 2023-12-07T21:44:10.783393+0000 mgr.a (mgr.14403) 10822 : audit 0 from='client.221163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:14.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:13 smithi079 bash[28699]: cluster 2023-12-07T21:44:12.637256+0000 mgr.a (mgr.14403) 10823 : cluster 0 pgmap v8078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:14.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:13 smithi194 bash[32038]: cluster 2023-12-07T21:44:12.637256+0000 mgr.a (mgr.14403) 10823 : cluster 0 pgmap v8078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:14.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:13 smithi135 bash[32435]: cluster 2023-12-07T21:44:12.637256+0000 mgr.a (mgr.14403) 10823 : cluster 0 pgmap v8078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:16.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:15 smithi079 bash[28699]: cluster 2023-12-07T21:44:14.638093+0000 mgr.a (mgr.14403) 10824 : cluster 0 pgmap v8079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:16.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:15 smithi194 bash[32038]: cluster 2023-12-07T21:44:14.638093+0000 mgr.a (mgr.14403) 10824 : cluster 0 pgmap v8079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:16.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:15 smithi135 bash[32435]: cluster 2023-12-07T21:44:14.638093+0000 mgr.a (mgr.14403) 10824 : cluster 0 pgmap v8079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:16.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:44:16.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:16.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:17.195 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:44:17.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:17.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:17.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:17.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:44:18.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:17 smithi079 bash[28699]: cluster 2023-12-07T21:44:16.638627+0000 mgr.a (mgr.14403) 10825 : cluster 0 pgmap v8080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:18.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:17 smithi079 bash[28699]: audit 2023-12-07T21:44:16.714399+0000 mgr.a (mgr.14403) 10826 : audit 0 from='client.174586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:18.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:17 smithi194 bash[32038]: cluster 2023-12-07T21:44:16.638627+0000 mgr.a (mgr.14403) 10825 : cluster 0 pgmap v8080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:18.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:17 smithi194 bash[32038]: audit 2023-12-07T21:44:16.714399+0000 mgr.a (mgr.14403) 10826 : audit 0 from='client.174586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:18.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:17 smithi135 bash[32435]: cluster 2023-12-07T21:44:16.638627+0000 mgr.a (mgr.14403) 10825 : cluster 0 pgmap v8080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:18.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:17 smithi135 bash[32435]: audit 2023-12-07T21:44:16.714399+0000 mgr.a (mgr.14403) 10826 : audit 0 from='client.174586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:20.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:19 smithi079 bash[28699]: cluster 2023-12-07T21:44:18.639493+0000 mgr.a (mgr.14403) 10827 : cluster 0 pgmap v8081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:20.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:19 smithi194 bash[32038]: cluster 2023-12-07T21:44:18.639493+0000 mgr.a (mgr.14403) 10827 : cluster 0 pgmap v8081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:20.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:19 smithi135 bash[32435]: cluster 2023-12-07T21:44:18.639493+0000 mgr.a (mgr.14403) 10827 : cluster 0 pgmap v8081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:22.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:21 smithi079 bash[28699]: cluster 2023-12-07T21:44:20.640051+0000 mgr.a (mgr.14403) 10828 : cluster 0 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-07T21:44:22.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:44:22.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:21 smithi194 bash[32038]: cluster 2023-12-07T21:44:20.640051+0000 mgr.a (mgr.14403) 10828 : cluster 0 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-07T21:44:22.199 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:22.199 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:22.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:21 smithi135 bash[32435]: cluster 2023-12-07T21:44:20.640051+0000 mgr.a (mgr.14403) 10828 : cluster 0 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-07T21:44:23.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:23.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:23.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:23.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:44:23.105 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:44:24.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:23 smithi079 bash[28699]: audit 2023-12-07T21:44:22.610121+0000 mgr.a (mgr.14403) 10829 : audit 0 from='client.221319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:24.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:23 smithi079 bash[28699]: cluster 2023-12-07T21:44:22.640763+0000 mgr.a (mgr.14403) 10830 : cluster 0 pgmap v8083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:24.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:23 smithi194 bash[32038]: audit 2023-12-07T21:44:22.610121+0000 mgr.a (mgr.14403) 10829 : audit 0 from='client.221319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:24.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:23 smithi194 bash[32038]: cluster 2023-12-07T21:44:22.640763+0000 mgr.a (mgr.14403) 10830 : cluster 0 pgmap v8083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:24.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:23 smithi135 bash[32435]: audit 2023-12-07T21:44:22.610121+0000 mgr.a (mgr.14403) 10829 : audit 0 from='client.221319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:24.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:23 smithi135 bash[32435]: cluster 2023-12-07T21:44:22.640763+0000 mgr.a (mgr.14403) 10830 : cluster 0 pgmap v8083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:26.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:25 smithi079 bash[28699]: cluster 2023-12-07T21:44:24.641781+0000 mgr.a (mgr.14403) 10831 : cluster 0 pgmap v8084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:26.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:25 smithi194 bash[32038]: cluster 2023-12-07T21:44:24.641781+0000 mgr.a (mgr.14403) 10831 : cluster 0 pgmap v8084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:26.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:25 smithi135 bash[32435]: cluster 2023-12-07T21:44:24.641781+0000 mgr.a (mgr.14403) 10831 : cluster 0 pgmap v8084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:28.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:44:28.109 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:28.109 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:28.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:27 smithi079 bash[28699]: cluster 2023-12-07T21:44:26.642429+0000 mgr.a (mgr.14403) 10832 : cluster 0 pgmap v8085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:28.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:27 smithi194 bash[32038]: cluster 2023-12-07T21:44:26.642429+0000 mgr.a (mgr.14403) 10832 : cluster 0 pgmap v8085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:28.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:27 smithi135 bash[32435]: cluster 2023-12-07T21:44:26.642429+0000 mgr.a (mgr.14403) 10832 : cluster 0 pgmap v8085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:28.992 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:44:28.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:28.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:28.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:28.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:44:30.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:29 smithi079 bash[28699]: audit 2023-12-07T21:44:28.512322+0000 mgr.a (mgr.14403) 10833 : audit 0 from='client.221394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:30.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:29 smithi079 bash[28699]: cluster 2023-12-07T21:44:28.654383+0000 mgr.a (mgr.14403) 10834 : cluster 0 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-07T21:44:30.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:29 smithi194 bash[32038]: audit 2023-12-07T21:44:28.512322+0000 mgr.a (mgr.14403) 10833 : audit 0 from='client.221394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:30.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:29 smithi194 bash[32038]: cluster 2023-12-07T21:44:28.654383+0000 mgr.a (mgr.14403) 10834 : cluster 0 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-07T21:44:30.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:29 smithi135 bash[32435]: audit 2023-12-07T21:44:28.512322+0000 mgr.a (mgr.14403) 10833 : audit 0 from='client.221394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:30.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:29 smithi135 bash[32435]: cluster 2023-12-07T21:44:28.654383+0000 mgr.a (mgr.14403) 10834 : cluster 0 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-07T21:44:32.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:31 smithi079 bash[28699]: cluster 2023-12-07T21:44:30.655123+0000 mgr.a (mgr.14403) 10835 : cluster 0 pgmap v8087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:44:32.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:31 smithi194 bash[32038]: cluster 2023-12-07T21:44:30.655123+0000 mgr.a (mgr.14403) 10835 : cluster 0 pgmap v8087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:44:32.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:31 smithi135 bash[32435]: cluster 2023-12-07T21:44:30.655123+0000 mgr.a (mgr.14403) 10835 : cluster 0 pgmap v8087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:44:33.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:44:33.996 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:33.996 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:34.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:33 smithi079 bash[28699]: cluster 2023-12-07T21:44:32.655710+0000 mgr.a (mgr.14403) 10836 : cluster 0 pgmap v8088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:44:34.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:33 smithi194 bash[32038]: cluster 2023-12-07T21:44:32.655710+0000 mgr.a (mgr.14403) 10836 : cluster 0 pgmap v8088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:44:34.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:33 smithi135 bash[32435]: cluster 2023-12-07T21:44:32.655710+0000 mgr.a (mgr.14403) 10836 : cluster 0 pgmap v8088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:44:34.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:34.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:34.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:34.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:44:34.918 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:44:36.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:35 smithi079 bash[28699]: audit 2023-12-07T21:44:34.400054+0000 mgr.a (mgr.14403) 10837 : audit 0 from='client.221466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:36.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:35 smithi079 bash[28699]: cluster 2023-12-07T21:44:34.656430+0000 mgr.a (mgr.14403) 10838 : cluster 0 pgmap v8089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:36.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:35 smithi194 bash[32038]: audit 2023-12-07T21:44:34.400054+0000 mgr.a (mgr.14403) 10837 : audit 0 from='client.221466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:36.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:35 smithi194 bash[32038]: cluster 2023-12-07T21:44:34.656430+0000 mgr.a (mgr.14403) 10838 : cluster 0 pgmap v8089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:36.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:35 smithi135 bash[32435]: audit 2023-12-07T21:44:34.400054+0000 mgr.a (mgr.14403) 10837 : audit 0 from='client.221466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:36.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:35 smithi135 bash[32435]: cluster 2023-12-07T21:44:34.656430+0000 mgr.a (mgr.14403) 10838 : cluster 0 pgmap v8089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:38.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:37 smithi079 bash[28699]: cluster 2023-12-07T21:44:36.657047+0000 mgr.a (mgr.14403) 10839 : cluster 0 pgmap v8090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:44:38.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:37 smithi194 bash[32038]: cluster 2023-12-07T21:44:36.657047+0000 mgr.a (mgr.14403) 10839 : cluster 0 pgmap v8090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:44:38.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:37 smithi135 bash[32435]: cluster 2023-12-07T21:44:36.657047+0000 mgr.a (mgr.14403) 10839 : cluster 0 pgmap v8090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T21:44:39.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:44:39.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:39.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:40.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:39 smithi079 bash[28699]: cluster 2023-12-07T21:44:38.657863+0000 mgr.a (mgr.14403) 10840 : cluster 0 pgmap v8091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:40.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:39 smithi194 bash[32038]: cluster 2023-12-07T21:44:38.657863+0000 mgr.a (mgr.14403) 10840 : cluster 0 pgmap v8091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:40.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:39 smithi135 bash[32435]: cluster 2023-12-07T21:44:38.657863+0000 mgr.a (mgr.14403) 10840 : cluster 0 pgmap v8091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:40.842 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:44:40.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:40.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:40.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:40.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:44:42.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:41 smithi079 bash[28699]: audit 2023-12-07T21:44:40.328701+0000 mgr.a (mgr.14403) 10841 : audit 0 from='client.221541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:42.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:41 smithi079 bash[28699]: cluster 2023-12-07T21:44:40.658371+0000 mgr.a (mgr.14403) 10842 : cluster 0 pgmap v8092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:42.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:41 smithi194 bash[32038]: audit 2023-12-07T21:44:40.328701+0000 mgr.a (mgr.14403) 10841 : audit 0 from='client.221541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:42.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:41 smithi194 bash[32038]: cluster 2023-12-07T21:44:40.658371+0000 mgr.a (mgr.14403) 10842 : cluster 0 pgmap v8092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:42.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:41 smithi135 bash[32435]: audit 2023-12-07T21:44:40.328701+0000 mgr.a (mgr.14403) 10841 : audit 0 from='client.221541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:42.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:41 smithi135 bash[32435]: cluster 2023-12-07T21:44:40.658371+0000 mgr.a (mgr.14403) 10842 : cluster 0 pgmap v8092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:44.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:43 smithi079 bash[28699]: cluster 2023-12-07T21:44:42.659045+0000 mgr.a (mgr.14403) 10843 : cluster 0 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-07T21:44:44.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:43 smithi194 bash[32038]: cluster 2023-12-07T21:44:42.659045+0000 mgr.a (mgr.14403) 10843 : cluster 0 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-07T21:44:44.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:43 smithi135 bash[32435]: cluster 2023-12-07T21:44:42.659045+0000 mgr.a (mgr.14403) 10843 : cluster 0 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-07T21:44:45.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:44:45.845 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:45.846 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:46.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:45 smithi079 bash[28699]: cluster 2023-12-07T21:44:44.659861+0000 mgr.a (mgr.14403) 10844 : cluster 0 pgmap v8094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:46.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:45 smithi194 bash[32038]: cluster 2023-12-07T21:44:44.659861+0000 mgr.a (mgr.14403) 10844 : cluster 0 pgmap v8094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:46.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:45 smithi135 bash[32435]: cluster 2023-12-07T21:44:44.659861+0000 mgr.a (mgr.14403) 10844 : cluster 0 pgmap v8094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:46.780 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:44:46.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:46.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:46.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:46.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:44:48.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:47 smithi079 bash[28699]: audit 2023-12-07T21:44:46.258248+0000 mgr.a (mgr.14403) 10845 : audit 0 from='client.221610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:48.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:47 smithi079 bash[28699]: cluster 2023-12-07T21:44:46.660703+0000 mgr.a (mgr.14403) 10846 : cluster 0 pgmap v8095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:48.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:47 smithi194 bash[32038]: audit 2023-12-07T21:44:46.258248+0000 mgr.a (mgr.14403) 10845 : audit 0 from='client.221610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:48.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:47 smithi194 bash[32038]: cluster 2023-12-07T21:44:46.660703+0000 mgr.a (mgr.14403) 10846 : cluster 0 pgmap v8095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:48.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:47 smithi135 bash[32435]: audit 2023-12-07T21:44:46.258248+0000 mgr.a (mgr.14403) 10845 : audit 0 from='client.221610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:48.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:47 smithi135 bash[32435]: cluster 2023-12-07T21:44:46.660703+0000 mgr.a (mgr.14403) 10846 : cluster 0 pgmap v8095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:50.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:49 smithi079 bash[28699]: cluster 2023-12-07T21:44:48.661540+0000 mgr.a (mgr.14403) 10847 : cluster 0 pgmap v8096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:50.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:49 smithi194 bash[32038]: cluster 2023-12-07T21:44:48.661540+0000 mgr.a (mgr.14403) 10847 : cluster 0 pgmap v8096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:50.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:49 smithi135 bash[32435]: cluster 2023-12-07T21:44:48.661540+0000 mgr.a (mgr.14403) 10847 : cluster 0 pgmap v8096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:51.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:44:51.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:51.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:52.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:51 smithi079 bash[28699]: cluster 2023-12-07T21:44:50.662108+0000 mgr.a (mgr.14403) 10848 : cluster 0 pgmap v8097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:52.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:51 smithi194 bash[32038]: cluster 2023-12-07T21:44:50.662108+0000 mgr.a (mgr.14403) 10848 : cluster 0 pgmap v8097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:52.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:51 smithi135 bash[32435]: cluster 2023-12-07T21:44:50.662108+0000 mgr.a (mgr.14403) 10848 : cluster 0 pgmap v8097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:52.696 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:44:52.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:52.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:52.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:52.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:44:53.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:52 smithi079 bash[28699]: audit 2023-12-07T21:44:52.204169+0000 mgr.a (mgr.14403) 10849 : audit 0 from='client.174925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:53.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:52 smithi194 bash[32038]: audit 2023-12-07T21:44:52.204169+0000 mgr.a (mgr.14403) 10849 : audit 0 from='client.174925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:53.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:52 smithi135 bash[32435]: audit 2023-12-07T21:44:52.204169+0000 mgr.a (mgr.14403) 10849 : audit 0 from='client.174925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:54.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:53 smithi079 bash[28699]: cluster 2023-12-07T21:44:52.662604+0000 mgr.a (mgr.14403) 10850 : cluster 0 pgmap v8098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:54.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:53 smithi194 bash[32038]: cluster 2023-12-07T21:44:52.662604+0000 mgr.a (mgr.14403) 10850 : cluster 0 pgmap v8098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:54.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:53 smithi135 bash[32435]: cluster 2023-12-07T21:44:52.662604+0000 mgr.a (mgr.14403) 10850 : cluster 0 pgmap v8098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:56.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:55 smithi079 bash[28699]: cluster 2023-12-07T21:44:54.663552+0000 mgr.a (mgr.14403) 10851 : cluster 0 pgmap v8099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:56.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:55 smithi194 bash[32038]: cluster 2023-12-07T21:44:54.663552+0000 mgr.a (mgr.14403) 10851 : cluster 0 pgmap v8099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:56.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:55 smithi135 bash[32435]: cluster 2023-12-07T21:44:54.663552+0000 mgr.a (mgr.14403) 10851 : cluster 0 pgmap v8099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:44:57.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:44:57.700 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:44:57.700 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:44:58.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:57 smithi079 bash[28699]: cluster 2023-12-07T21:44:56.664262+0000 mgr.a (mgr.14403) 10852 : cluster 0 pgmap v8100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:58.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:57 smithi194 bash[32038]: cluster 2023-12-07T21:44:56.664262+0000 mgr.a (mgr.14403) 10852 : cluster 0 pgmap v8100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:58.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:57 smithi135 bash[32435]: cluster 2023-12-07T21:44:56.664262+0000 mgr.a (mgr.14403) 10852 : cluster 0 pgmap v8100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:44:58.604 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:44:58.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:44:58.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:44:58.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:44:58.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:44:59.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:58 smithi079 bash[28699]: audit 2023-12-07T21:44:58.109481+0000 mgr.a (mgr.14403) 10853 : audit 0 from='client.221763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:59.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:58 smithi079 bash[28699]: audit 2023-12-07T21:44:58.332788+0000 mon.a (mon.0) 1947 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:44:59.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:58 smithi194 bash[32038]: audit 2023-12-07T21:44:58.109481+0000 mgr.a (mgr.14403) 10853 : audit 0 from='client.221763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:59.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:58 smithi194 bash[32038]: audit 2023-12-07T21:44:58.332788+0000 mon.a (mon.0) 1947 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:44:59.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:58 smithi135 bash[32435]: audit 2023-12-07T21:44:58.109481+0000 mgr.a (mgr.14403) 10853 : audit 0 from='client.221763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:44:59.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:58 smithi135 bash[32435]: audit 2023-12-07T21:44:58.332788+0000 mon.a (mon.0) 1947 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:45:00.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:44:59 smithi079 bash[28699]: cluster 2023-12-07T21:44:58.665213+0000 mgr.a (mgr.14403) 10854 : cluster 0 pgmap v8101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:45:00.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:44:59 smithi194 bash[32038]: cluster 2023-12-07T21:44:58.665213+0000 mgr.a (mgr.14403) 10854 : cluster 0 pgmap v8101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:45:00.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:44:59 smithi135 bash[32435]: cluster 2023-12-07T21:44:58.665213+0000 mgr.a (mgr.14403) 10854 : cluster 0 pgmap v8101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:45:02.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:01 smithi079 bash[28699]: cluster 2023-12-07T21:45:00.665789+0000 mgr.a (mgr.14403) 10855 : cluster 0 pgmap v8102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:45:02.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:01 smithi194 bash[32038]: cluster 2023-12-07T21:45:00.665789+0000 mgr.a (mgr.14403) 10855 : cluster 0 pgmap v8102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:45:02.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:01 smithi135 bash[32435]: cluster 2023-12-07T21:45:00.665789+0000 mgr.a (mgr.14403) 10855 : cluster 0 pgmap v8102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:45:03.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:45:03.607 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:03.607 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:04.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:03 smithi079 bash[28699]: cluster 2023-12-07T21:45:02.666332+0000 mgr.a (mgr.14403) 10856 : cluster 0 pgmap v8103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:45:04.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:03 smithi194 bash[32038]: cluster 2023-12-07T21:45:02.666332+0000 mgr.a (mgr.14403) 10856 : cluster 0 pgmap v8103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:45:04.426 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:03 smithi135 bash[32435]: cluster 2023-12-07T21:45:02.666332+0000 mgr.a (mgr.14403) 10856 : cluster 0 pgmap v8103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:45:04.520 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:45:04.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:04.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:04.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:04.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:45:05.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:04 smithi079 bash[28699]: audit 2023-12-07T21:45:04.021553+0000 mgr.a (mgr.14403) 10857 : audit 0 from='client.221841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:05.157 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:04 smithi135 bash[32435]: audit 2023-12-07T21:45:04.021553+0000 mgr.a (mgr.14403) 10857 : audit 0 from='client.221841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:05.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:04 smithi194 bash[32038]: audit 2023-12-07T21:45:04.021553+0000 mgr.a (mgr.14403) 10857 : audit 0 from='client.221841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:06.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:05 smithi079 bash[28699]: cluster 2023-12-07T21:45:04.667436+0000 mgr.a (mgr.14403) 10858 : cluster 0 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-07T21:45:06.182 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:05 smithi135 bash[32435]: cluster 2023-12-07T21:45:04.667436+0000 mgr.a (mgr.14403) 10858 : cluster 0 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-07T21:45:06.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:05 smithi194 bash[32038]: cluster 2023-12-07T21:45:04.667436+0000 mgr.a (mgr.14403) 10858 : cluster 0 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-07T21:45:08.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:07 smithi079 bash[28699]: cluster 2023-12-07T21:45:06.667973+0000 mgr.a (mgr.14403) 10859 : cluster 0 pgmap v8105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:08.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:07 smithi194 bash[32038]: cluster 2023-12-07T21:45:06.667973+0000 mgr.a (mgr.14403) 10859 : cluster 0 pgmap v8105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:08.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:07 smithi135 bash[32435]: cluster 2023-12-07T21:45:06.667973+0000 mgr.a (mgr.14403) 10859 : cluster 0 pgmap v8105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:09.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:45:09.524 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:09.524 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:10.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:09 smithi079 bash[28699]: cluster 2023-12-07T21:45:08.668540+0000 mgr.a (mgr.14403) 10860 : cluster 0 pgmap v8106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:10.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:09 smithi079 bash[28699]: audit 2023-12-07T21:45:09.289253+0000 mon.a (mon.0) 1948 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:45:10.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:09 smithi079 bash[28699]: audit 2023-12-07T21:45:09.296413+0000 mon.a (mon.0) 1949 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:45:10.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:09 smithi079 bash[28699]: audit 2023-12-07T21:45:09.297674+0000 mon.a (mon.0) 1950 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:45:10.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:09 smithi079 bash[28699]: audit 2023-12-07T21:45:09.299156+0000 mon.a (mon.0) 1951 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:45:10.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:09 smithi079 bash[28699]: audit 2023-12-07T21:45:09.305720+0000 mon.a (mon.0) 1952 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:45:10.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:09 smithi194 bash[32038]: cluster 2023-12-07T21:45:08.668540+0000 mgr.a (mgr.14403) 10860 : cluster 0 pgmap v8106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:10.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:09 smithi194 bash[32038]: audit 2023-12-07T21:45:09.289253+0000 mon.a (mon.0) 1948 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:45:10.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:09 smithi194 bash[32038]: audit 2023-12-07T21:45:09.296413+0000 mon.a (mon.0) 1949 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:45:10.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:09 smithi194 bash[32038]: audit 2023-12-07T21:45:09.297674+0000 mon.a (mon.0) 1950 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:45:10.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:09 smithi194 bash[32038]: audit 2023-12-07T21:45:09.299156+0000 mon.a (mon.0) 1951 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:45:10.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:09 smithi194 bash[32038]: audit 2023-12-07T21:45:09.305720+0000 mon.a (mon.0) 1952 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:45:10.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:09 smithi135 bash[32435]: cluster 2023-12-07T21:45:08.668540+0000 mgr.a (mgr.14403) 10860 : cluster 0 pgmap v8106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:10.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:09 smithi135 bash[32435]: audit 2023-12-07T21:45:09.289253+0000 mon.a (mon.0) 1948 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:45:10.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:09 smithi135 bash[32435]: audit 2023-12-07T21:45:09.296413+0000 mon.a (mon.0) 1949 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:45:10.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:09 smithi135 bash[32435]: audit 2023-12-07T21:45:09.297674+0000 mon.a (mon.0) 1950 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:45:10.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:09 smithi135 bash[32435]: audit 2023-12-07T21:45:09.299156+0000 mon.a (mon.0) 1951 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:45:10.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:09 smithi135 bash[32435]: audit 2023-12-07T21:45:09.305720+0000 mon.a (mon.0) 1952 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:45:10.436 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:45:10.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:10.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:10.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:10.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:45:11.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:10 smithi079 bash[28699]: audit 2023-12-07T21:45:09.935731+0000 mgr.a (mgr.14403) 10861 : audit 0 from='client.221910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:11.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:10 smithi194 bash[32038]: audit 2023-12-07T21:45:09.935731+0000 mgr.a (mgr.14403) 10861 : audit 0 from='client.221910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:11.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:10 smithi135 bash[32435]: audit 2023-12-07T21:45:09.935731+0000 mgr.a (mgr.14403) 10861 : audit 0 from='client.221910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:12.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:11 smithi079 bash[28699]: cluster 2023-12-07T21:45:10.669332+0000 mgr.a (mgr.14403) 10862 : cluster 0 pgmap v8107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:45:12.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:11 smithi194 bash[32038]: cluster 2023-12-07T21:45:10.669332+0000 mgr.a (mgr.14403) 10862 : cluster 0 pgmap v8107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:45:12.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:11 smithi135 bash[32435]: cluster 2023-12-07T21:45:10.669332+0000 mgr.a (mgr.14403) 10862 : cluster 0 pgmap v8107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:45:14.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:13 smithi079 bash[28699]: cluster 2023-12-07T21:45:12.670086+0000 mgr.a (mgr.14403) 10863 : cluster 0 pgmap v8108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:45:14.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:13 smithi194 bash[32038]: cluster 2023-12-07T21:45:12.670086+0000 mgr.a (mgr.14403) 10863 : cluster 0 pgmap v8108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:45:14.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:13 smithi135 bash[32435]: cluster 2023-12-07T21:45:12.670086+0000 mgr.a (mgr.14403) 10863 : cluster 0 pgmap v8108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T21:45:15.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:45:15.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:15.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:16.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:15 smithi079 bash[28699]: cluster 2023-12-07T21:45:14.670889+0000 mgr.a (mgr.14403) 10864 : cluster 0 pgmap v8109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:45:16.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:15 smithi194 bash[32038]: cluster 2023-12-07T21:45:14.670889+0000 mgr.a (mgr.14403) 10864 : cluster 0 pgmap v8109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:45:16.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:15 smithi135 bash[32435]: cluster 2023-12-07T21:45:14.670889+0000 mgr.a (mgr.14403) 10864 : cluster 0 pgmap v8109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T21:45:16.323 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:45:16.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:16.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:16.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:16.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:45:17.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:16 smithi194 bash[32038]: audit 2023-12-07T21:45:15.838389+0000 mgr.a (mgr.14403) 10865 : audit 0 from='client.221985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:17.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:16 smithi135 bash[32435]: audit 2023-12-07T21:45:15.838389+0000 mgr.a (mgr.14403) 10865 : audit 0 from='client.221985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:17.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:16 smithi079 bash[28699]: audit 2023-12-07T21:45:15.838389+0000 mgr.a (mgr.14403) 10865 : audit 0 from='client.221985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:18.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:17 smithi194 bash[32038]: cluster 2023-12-07T21:45:16.671509+0000 mgr.a (mgr.14403) 10866 : cluster 0 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-07T21:45:18.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:17 smithi135 bash[32435]: cluster 2023-12-07T21:45:16.671509+0000 mgr.a (mgr.14403) 10866 : cluster 0 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-07T21:45:18.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:17 smithi079 bash[28699]: cluster 2023-12-07T21:45:16.671509+0000 mgr.a (mgr.14403) 10866 : cluster 0 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-07T21:45:20.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:19 smithi194 bash[32038]: cluster 2023-12-07T21:45:18.672299+0000 mgr.a (mgr.14403) 10867 : cluster 0 pgmap v8111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:20.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:19 smithi135 bash[32435]: cluster 2023-12-07T21:45:18.672299+0000 mgr.a (mgr.14403) 10867 : cluster 0 pgmap v8111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:20.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:19 smithi079 bash[28699]: cluster 2023-12-07T21:45:18.672299+0000 mgr.a (mgr.14403) 10867 : cluster 0 pgmap v8111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:21.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:45:21.327 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:21.327 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:22.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:21 smithi194 bash[32038]: cluster 2023-12-07T21:45:20.672847+0000 mgr.a (mgr.14403) 10868 : cluster 0 pgmap v8112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:22.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:21 smithi135 bash[32435]: cluster 2023-12-07T21:45:20.672847+0000 mgr.a (mgr.14403) 10868 : cluster 0 pgmap v8112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:22.219 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:45:22.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:22.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:22.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:22.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:45:22.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:21 smithi079 bash[28699]: cluster 2023-12-07T21:45:20.672847+0000 mgr.a (mgr.14403) 10868 : cluster 0 pgmap v8112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:23.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:22 smithi194 bash[32038]: audit 2023-12-07T21:45:21.732703+0000 mgr.a (mgr.14403) 10869 : audit 0 from='client.222063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:23.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:22 smithi135 bash[32435]: audit 2023-12-07T21:45:21.732703+0000 mgr.a (mgr.14403) 10869 : audit 0 from='client.222063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:23.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:22 smithi079 bash[28699]: audit 2023-12-07T21:45:21.732703+0000 mgr.a (mgr.14403) 10869 : audit 0 from='client.222063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:24.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:23 smithi194 bash[32038]: cluster 2023-12-07T21:45:22.673524+0000 mgr.a (mgr.14403) 10870 : cluster 0 pgmap v8113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:24.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:23 smithi135 bash[32435]: cluster 2023-12-07T21:45:22.673524+0000 mgr.a (mgr.14403) 10870 : cluster 0 pgmap v8113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:24.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:23 smithi079 bash[28699]: cluster 2023-12-07T21:45:22.673524+0000 mgr.a (mgr.14403) 10870 : cluster 0 pgmap v8113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:26.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:25 smithi194 bash[32038]: cluster 2023-12-07T21:45:24.674493+0000 mgr.a (mgr.14403) 10871 : cluster 0 pgmap v8114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:26.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:25 smithi135 bash[32435]: cluster 2023-12-07T21:45:24.674493+0000 mgr.a (mgr.14403) 10871 : cluster 0 pgmap v8114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:26.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:25 smithi079 bash[28699]: cluster 2023-12-07T21:45:24.674493+0000 mgr.a (mgr.14403) 10871 : cluster 0 pgmap v8114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:27.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:45:27.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:27.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:28.139 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:45:28.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:28.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:28.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:28.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:45:28.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:27 smithi194 bash[32038]: cluster 2023-12-07T21:45:26.675097+0000 mgr.a (mgr.14403) 10872 : cluster 0 pgmap v8115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:28.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:27 smithi135 bash[32435]: cluster 2023-12-07T21:45:26.675097+0000 mgr.a (mgr.14403) 10872 : cluster 0 pgmap v8115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:28.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:27 smithi079 bash[28699]: cluster 2023-12-07T21:45:26.675097+0000 mgr.a (mgr.14403) 10872 : cluster 0 pgmap v8115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:29.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:28 smithi194 bash[32038]: audit 2023-12-07T21:45:27.628673+0000 mgr.a (mgr.14403) 10873 : audit 0 from='client.222138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:29.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:28 smithi135 bash[32435]: audit 2023-12-07T21:45:27.628673+0000 mgr.a (mgr.14403) 10873 : audit 0 from='client.222138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:29.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:28 smithi079 bash[28699]: audit 2023-12-07T21:45:27.628673+0000 mgr.a (mgr.14403) 10873 : audit 0 from='client.222138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:30.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:29 smithi194 bash[32038]: cluster 2023-12-07T21:45:28.675930+0000 mgr.a (mgr.14403) 10874 : cluster 0 pgmap v8116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:30.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:29 smithi135 bash[32435]: cluster 2023-12-07T21:45:28.675930+0000 mgr.a (mgr.14403) 10874 : cluster 0 pgmap v8116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:30.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:29 smithi079 bash[28699]: cluster 2023-12-07T21:45:28.675930+0000 mgr.a (mgr.14403) 10874 : cluster 0 pgmap v8116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:32.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:31 smithi194 bash[32038]: cluster 2023-12-07T21:45:30.676484+0000 mgr.a (mgr.14403) 10875 : cluster 0 pgmap v8117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:32.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:31 smithi135 bash[32435]: cluster 2023-12-07T21:45:30.676484+0000 mgr.a (mgr.14403) 10875 : cluster 0 pgmap v8117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:32.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:31 smithi079 bash[28699]: cluster 2023-12-07T21:45:30.676484+0000 mgr.a (mgr.14403) 10875 : cluster 0 pgmap v8117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:33.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:45:33.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:33.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:34.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:34.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:34.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:34.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:45:34.036 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:45:34.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:33 smithi194 bash[32038]: cluster 2023-12-07T21:45:32.677076+0000 mgr.a (mgr.14403) 10876 : cluster 0 pgmap v8118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:34.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:33 smithi135 bash[32435]: cluster 2023-12-07T21:45:32.677076+0000 mgr.a (mgr.14403) 10876 : cluster 0 pgmap v8118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:34.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:33 smithi079 bash[28699]: cluster 2023-12-07T21:45:32.677076+0000 mgr.a (mgr.14403) 10876 : cluster 0 pgmap v8118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:35.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:34 smithi079 bash[28699]: audit 2023-12-07T21:45:33.551696+0000 mgr.a (mgr.14403) 10877 : audit 0 from='client.222216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:35.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:34 smithi194 bash[32038]: audit 2023-12-07T21:45:33.551696+0000 mgr.a (mgr.14403) 10877 : audit 0 from='client.222216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:35.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:34 smithi135 bash[32435]: audit 2023-12-07T21:45:33.551696+0000 mgr.a (mgr.14403) 10877 : audit 0 from='client.222216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:36.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:35 smithi079 bash[28699]: cluster 2023-12-07T21:45:34.678069+0000 mgr.a (mgr.14403) 10878 : cluster 0 pgmap v8119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:36.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:35 smithi194 bash[32038]: cluster 2023-12-07T21:45:34.678069+0000 mgr.a (mgr.14403) 10878 : cluster 0 pgmap v8119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:36.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:35 smithi135 bash[32435]: cluster 2023-12-07T21:45:34.678069+0000 mgr.a (mgr.14403) 10878 : cluster 0 pgmap v8119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:38.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:37 smithi079 bash[28699]: cluster 2023-12-07T21:45:36.678663+0000 mgr.a (mgr.14403) 10879 : cluster 0 pgmap v8120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:38.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:37 smithi194 bash[32038]: cluster 2023-12-07T21:45:36.678663+0000 mgr.a (mgr.14403) 10879 : cluster 0 pgmap v8120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:38.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:37 smithi135 bash[32435]: cluster 2023-12-07T21:45:36.678663+0000 mgr.a (mgr.14403) 10879 : cluster 0 pgmap v8120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:39.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:45:39.040 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:39.040 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:39.938 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:45:39.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:39.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:39.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:39.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:45:40.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:39 smithi079 bash[28699]: cluster 2023-12-07T21:45:38.679635+0000 mgr.a (mgr.14403) 10880 : cluster 0 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-07T21:45:40.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:39 smithi194 bash[32038]: cluster 2023-12-07T21:45:38.679635+0000 mgr.a (mgr.14403) 10880 : cluster 0 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-07T21:45:40.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:39 smithi135 bash[32435]: cluster 2023-12-07T21:45:38.679635+0000 mgr.a (mgr.14403) 10880 : cluster 0 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-07T21:45:41.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:40 smithi079 bash[28699]: audit 2023-12-07T21:45:39.449989+0000 mgr.a (mgr.14403) 10881 : audit 0 from='client.222291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:41.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:40 smithi194 bash[32038]: audit 2023-12-07T21:45:39.449989+0000 mgr.a (mgr.14403) 10881 : audit 0 from='client.222291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:41.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:40 smithi135 bash[32435]: audit 2023-12-07T21:45:39.449989+0000 mgr.a (mgr.14403) 10881 : audit 0 from='client.222291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:42.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:41 smithi079 bash[28699]: cluster 2023-12-07T21:45:40.680310+0000 mgr.a (mgr.14403) 10882 : cluster 0 pgmap v8122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:42.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:41 smithi194 bash[32038]: cluster 2023-12-07T21:45:40.680310+0000 mgr.a (mgr.14403) 10882 : cluster 0 pgmap v8122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:42.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:41 smithi135 bash[32435]: cluster 2023-12-07T21:45:40.680310+0000 mgr.a (mgr.14403) 10882 : cluster 0 pgmap v8122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:44.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:43 smithi079 bash[28699]: cluster 2023-12-07T21:45:42.680892+0000 mgr.a (mgr.14403) 10883 : cluster 0 pgmap v8123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:44.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:43 smithi194 bash[32038]: cluster 2023-12-07T21:45:42.680892+0000 mgr.a (mgr.14403) 10883 : cluster 0 pgmap v8123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:44.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:43 smithi135 bash[32435]: cluster 2023-12-07T21:45:42.680892+0000 mgr.a (mgr.14403) 10883 : cluster 0 pgmap v8123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:45:44.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:45:44.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:44.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:45.849 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:45:45.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:45.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:45.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:45.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:45:46.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:45 smithi079 bash[28699]: cluster 2023-12-07T21:45:44.681708+0000 mgr.a (mgr.14403) 10884 : cluster 0 pgmap v8124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:46.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:45 smithi194 bash[32038]: cluster 2023-12-07T21:45:44.681708+0000 mgr.a (mgr.14403) 10884 : cluster 0 pgmap v8124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:46.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:45 smithi135 bash[32435]: cluster 2023-12-07T21:45:44.681708+0000 mgr.a (mgr.14403) 10884 : cluster 0 pgmap v8124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:47.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:46 smithi079 bash[28699]: audit 2023-12-07T21:45:45.356403+0000 mgr.a (mgr.14403) 10885 : audit 0 from='client.222363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:47.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:46 smithi194 bash[32038]: audit 2023-12-07T21:45:45.356403+0000 mgr.a (mgr.14403) 10885 : audit 0 from='client.222363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:47.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:46 smithi135 bash[32435]: audit 2023-12-07T21:45:45.356403+0000 mgr.a (mgr.14403) 10885 : audit 0 from='client.222363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:48.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:47 smithi079 bash[28699]: cluster 2023-12-07T21:45:46.682438+0000 mgr.a (mgr.14403) 10886 : cluster 0 pgmap v8125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:48.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:47 smithi194 bash[32038]: cluster 2023-12-07T21:45:46.682438+0000 mgr.a (mgr.14403) 10886 : cluster 0 pgmap v8125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:48.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:47 smithi135 bash[32435]: cluster 2023-12-07T21:45:46.682438+0000 mgr.a (mgr.14403) 10886 : cluster 0 pgmap v8125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:50.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:50 smithi079 bash[28699]: cluster 2023-12-07T21:45:48.683323+0000 mgr.a (mgr.14403) 10887 : cluster 0 pgmap v8126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:50.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:50 smithi194 bash[32038]: cluster 2023-12-07T21:45:48.683323+0000 mgr.a (mgr.14403) 10887 : cluster 0 pgmap v8126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:50.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:50 smithi135 bash[32435]: cluster 2023-12-07T21:45:48.683323+0000 mgr.a (mgr.14403) 10887 : cluster 0 pgmap v8126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:50.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:45:50.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:50.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:51.737 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:45:51.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:51.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:51.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:51.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:45:52.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:52 smithi079 bash[28699]: cluster 2023-12-07T21:45:50.683853+0000 mgr.a (mgr.14403) 10888 : cluster 0 pgmap v8127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:52.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:52 smithi194 bash[32038]: cluster 2023-12-07T21:45:50.683853+0000 mgr.a (mgr.14403) 10888 : cluster 0 pgmap v8127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:52.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:52 smithi135 bash[32435]: cluster 2023-12-07T21:45:50.683853+0000 mgr.a (mgr.14403) 10888 : cluster 0 pgmap v8127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:53.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:53 smithi079 bash[28699]: audit 2023-12-07T21:45:51.251775+0000 mgr.a (mgr.14403) 10889 : audit 0 from='client.222441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:53.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:53 smithi194 bash[32038]: audit 2023-12-07T21:45:51.251775+0000 mgr.a (mgr.14403) 10889 : audit 0 from='client.222441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:53.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:53 smithi135 bash[32435]: audit 2023-12-07T21:45:51.251775+0000 mgr.a (mgr.14403) 10889 : audit 0 from='client.222441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:54.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:54 smithi079 bash[28699]: cluster 2023-12-07T21:45:52.684627+0000 mgr.a (mgr.14403) 10890 : cluster 0 pgmap v8128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:54.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:54 smithi194 bash[32038]: cluster 2023-12-07T21:45:52.684627+0000 mgr.a (mgr.14403) 10890 : cluster 0 pgmap v8128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:54.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:54 smithi135 bash[32435]: cluster 2023-12-07T21:45:52.684627+0000 mgr.a (mgr.14403) 10890 : cluster 0 pgmap v8128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:56.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:56 smithi079 bash[28699]: cluster 2023-12-07T21:45:54.685445+0000 mgr.a (mgr.14403) 10891 : cluster 0 pgmap v8129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:56.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:56 smithi194 bash[32038]: cluster 2023-12-07T21:45:54.685445+0000 mgr.a (mgr.14403) 10891 : cluster 0 pgmap v8129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:56.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:56 smithi135 bash[32435]: cluster 2023-12-07T21:45:54.685445+0000 mgr.a (mgr.14403) 10891 : cluster 0 pgmap v8129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:45:56.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:45:56.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:45:56.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:45:57.653 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:45:57.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:45:57.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:45:57.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:45:57.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:45:58.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:58 smithi079 bash[28699]: cluster 2023-12-07T21:45:56.686044+0000 mgr.a (mgr.14403) 10892 : cluster 0 pgmap v8130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:58.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:45:58 smithi079 bash[28699]: audit 2023-12-07T21:45:57.151127+0000 mgr.a (mgr.14403) 10893 : audit 0 from='client.222516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:58.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:58 smithi194 bash[32038]: cluster 2023-12-07T21:45:56.686044+0000 mgr.a (mgr.14403) 10892 : cluster 0 pgmap v8130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:58.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:45:58 smithi194 bash[32038]: audit 2023-12-07T21:45:57.151127+0000 mgr.a (mgr.14403) 10893 : audit 0 from='client.222516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:45:58.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:58 smithi135 bash[32435]: cluster 2023-12-07T21:45:56.686044+0000 mgr.a (mgr.14403) 10892 : cluster 0 pgmap v8130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:45:58.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:45:58 smithi135 bash[32435]: audit 2023-12-07T21:45:57.151127+0000 mgr.a (mgr.14403) 10893 : audit 0 from='client.222516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:00.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:00 smithi079 bash[28699]: cluster 2023-12-07T21:45:58.687000+0000 mgr.a (mgr.14403) 10894 : cluster 0 pgmap v8131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:00.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:00 smithi194 bash[32038]: cluster 2023-12-07T21:45:58.687000+0000 mgr.a (mgr.14403) 10894 : cluster 0 pgmap v8131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:00.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:00 smithi135 bash[32435]: cluster 2023-12-07T21:45:58.687000+0000 mgr.a (mgr.14403) 10894 : cluster 0 pgmap v8131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:02.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:02 smithi079 bash[28699]: cluster 2023-12-07T21:46:00.687582+0000 mgr.a (mgr.14403) 10895 : cluster 0 pgmap v8132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:02.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:02 smithi194 bash[32038]: cluster 2023-12-07T21:46:00.687582+0000 mgr.a (mgr.14403) 10895 : cluster 0 pgmap v8132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:02.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:02 smithi135 bash[32435]: cluster 2023-12-07T21:46:00.687582+0000 mgr.a (mgr.14403) 10895 : cluster 0 pgmap v8132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:02.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:46:02.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:02.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:03.556 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:46:03.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:03.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:03.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:03.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:46:04.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:04 smithi079 bash[28699]: cluster 2023-12-07T21:46:02.688179+0000 mgr.a (mgr.14403) 10896 : cluster 0 pgmap v8133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:04.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:04 smithi079 bash[28699]: audit 2023-12-07T21:46:03.072416+0000 mgr.a (mgr.14403) 10897 : audit 0 from='client.222594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:04.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:04 smithi194 bash[32038]: cluster 2023-12-07T21:46:02.688179+0000 mgr.a (mgr.14403) 10896 : cluster 0 pgmap v8133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:04.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:04 smithi194 bash[32038]: audit 2023-12-07T21:46:03.072416+0000 mgr.a (mgr.14403) 10897 : audit 0 from='client.222594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:04.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:04 smithi135 bash[32435]: cluster 2023-12-07T21:46:02.688179+0000 mgr.a (mgr.14403) 10896 : cluster 0 pgmap v8133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:04.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:04 smithi135 bash[32435]: audit 2023-12-07T21:46:03.072416+0000 mgr.a (mgr.14403) 10897 : audit 0 from='client.222594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:06.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:06 smithi079 bash[28699]: cluster 2023-12-07T21:46:04.689514+0000 mgr.a (mgr.14403) 10898 : cluster 0 pgmap v8134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:46:06.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:06 smithi194 bash[32038]: cluster 2023-12-07T21:46:04.689514+0000 mgr.a (mgr.14403) 10898 : cluster 0 pgmap v8134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:46:06.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:06 smithi135 bash[32435]: cluster 2023-12-07T21:46:04.689514+0000 mgr.a (mgr.14403) 10898 : cluster 0 pgmap v8134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:46:08.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:08 smithi079 bash[28699]: cluster 2023-12-07T21:46:06.690149+0000 mgr.a (mgr.14403) 10899 : cluster 0 pgmap v8135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:46:08.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:08 smithi194 bash[32038]: cluster 2023-12-07T21:46:06.690149+0000 mgr.a (mgr.14403) 10899 : cluster 0 pgmap v8135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:46:08.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:08 smithi135 bash[32435]: cluster 2023-12-07T21:46:06.690149+0000 mgr.a (mgr.14403) 10899 : cluster 0 pgmap v8135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:46:08.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:46:08.561 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:08.561 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:09.444 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:46:09.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:09.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:09.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:09.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:46:10.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:10 smithi079 bash[28699]: cluster 2023-12-07T21:46:08.690768+0000 mgr.a (mgr.14403) 10900 : cluster 0 pgmap v8136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:10.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:10 smithi079 bash[28699]: audit 2023-12-07T21:46:08.963900+0000 mgr.a (mgr.14403) 10901 : audit 0 from='client.222669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:10.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:10 smithi079 bash[28699]: audit 2023-12-07T21:46:09.409097+0000 mon.a (mon.0) 1953 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:46:10.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:10 smithi194 bash[32038]: cluster 2023-12-07T21:46:08.690768+0000 mgr.a (mgr.14403) 10900 : cluster 0 pgmap v8136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:10.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:10 smithi194 bash[32038]: audit 2023-12-07T21:46:08.963900+0000 mgr.a (mgr.14403) 10901 : audit 0 from='client.222669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:10.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:10 smithi194 bash[32038]: audit 2023-12-07T21:46:09.409097+0000 mon.a (mon.0) 1953 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:46:10.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:10 smithi135 bash[32435]: cluster 2023-12-07T21:46:08.690768+0000 mgr.a (mgr.14403) 10900 : cluster 0 pgmap v8136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:10.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:10 smithi135 bash[32435]: audit 2023-12-07T21:46:08.963900+0000 mgr.a (mgr.14403) 10901 : audit 0 from='client.222669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:10.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:10 smithi135 bash[32435]: audit 2023-12-07T21:46:09.409097+0000 mon.a (mon.0) 1953 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:46:12.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:12 smithi079 bash[28699]: cluster 2023-12-07T21:46:10.691460+0000 mgr.a (mgr.14403) 10902 : cluster 0 pgmap v8137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:12.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:12 smithi194 bash[32038]: cluster 2023-12-07T21:46:10.691460+0000 mgr.a (mgr.14403) 10902 : cluster 0 pgmap v8137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:12.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:12 smithi135 bash[32435]: cluster 2023-12-07T21:46:10.691460+0000 mgr.a (mgr.14403) 10902 : cluster 0 pgmap v8137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:14.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:14 smithi079 bash[28699]: cluster 2023-12-07T21:46:12.692011+0000 mgr.a (mgr.14403) 10903 : cluster 0 pgmap v8138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:14.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:14 smithi194 bash[32038]: cluster 2023-12-07T21:46:12.692011+0000 mgr.a (mgr.14403) 10903 : cluster 0 pgmap v8138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:14.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:46:14.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:14.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:14.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:14 smithi135 bash[32435]: cluster 2023-12-07T21:46:12.692011+0000 mgr.a (mgr.14403) 10903 : cluster 0 pgmap v8138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:15.401 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:46:15.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:15.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:15.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:15.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:46:16.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:15 smithi079 bash[28699]: cluster 2023-12-07T21:46:14.692599+0000 mgr.a (mgr.14403) 10904 : cluster 0 pgmap v8139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:16.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:15 smithi079 bash[28699]: audit 2023-12-07T21:46:14.750307+0000 mon.a (mon.0) 1954 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:15 smithi079 bash[28699]: audit 2023-12-07T21:46:14.757832+0000 mon.a (mon.0) 1955 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:15 smithi079 bash[28699]: audit 2023-12-07T21:46:14.802027+0000 mon.a (mon.0) 1956 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:15 smithi079 bash[28699]: audit 2023-12-07T21:46:14.806836+0000 mon.a (mon.0) 1957 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:15 smithi079 bash[28699]: audit 2023-12-07T21:46:14.812530+0000 mon.a (mon.0) 1958 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:15 smithi079 bash[28699]: audit 2023-12-07T21:46:14.818406+0000 mon.a (mon.0) 1959 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:15 smithi079 bash[28699]: audit 2023-12-07T21:46:14.889725+0000 mgr.a (mgr.14403) 10905 : audit 0 from='client.222741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:16.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:15 smithi194 bash[32038]: cluster 2023-12-07T21:46:14.692599+0000 mgr.a (mgr.14403) 10904 : cluster 0 pgmap v8139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:16.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:15 smithi194 bash[32038]: audit 2023-12-07T21:46:14.750307+0000 mon.a (mon.0) 1954 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:15 smithi194 bash[32038]: audit 2023-12-07T21:46:14.757832+0000 mon.a (mon.0) 1955 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:15 smithi194 bash[32038]: audit 2023-12-07T21:46:14.802027+0000 mon.a (mon.0) 1956 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:15 smithi194 bash[32038]: audit 2023-12-07T21:46:14.806836+0000 mon.a (mon.0) 1957 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:15 smithi194 bash[32038]: audit 2023-12-07T21:46:14.812530+0000 mon.a (mon.0) 1958 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:15 smithi194 bash[32038]: audit 2023-12-07T21:46:14.818406+0000 mon.a (mon.0) 1959 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:15 smithi194 bash[32038]: audit 2023-12-07T21:46:14.889725+0000 mgr.a (mgr.14403) 10905 : audit 0 from='client.222741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:16.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:15 smithi135 bash[32435]: cluster 2023-12-07T21:46:14.692599+0000 mgr.a (mgr.14403) 10904 : cluster 0 pgmap v8139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:16.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:15 smithi135 bash[32435]: audit 2023-12-07T21:46:14.750307+0000 mon.a (mon.0) 1954 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:15 smithi135 bash[32435]: audit 2023-12-07T21:46:14.757832+0000 mon.a (mon.0) 1955 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:15 smithi135 bash[32435]: audit 2023-12-07T21:46:14.802027+0000 mon.a (mon.0) 1956 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:15 smithi135 bash[32435]: audit 2023-12-07T21:46:14.806836+0000 mon.a (mon.0) 1957 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:15 smithi135 bash[32435]: audit 2023-12-07T21:46:14.812530+0000 mon.a (mon.0) 1958 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:15 smithi135 bash[32435]: audit 2023-12-07T21:46:14.818406+0000 mon.a (mon.0) 1959 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:16.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:15 smithi135 bash[32435]: audit 2023-12-07T21:46:14.889725+0000 mgr.a (mgr.14403) 10905 : audit 0 from='client.222741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:18.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:17 smithi079 bash[28699]: cluster 2023-12-07T21:46:16.693268+0000 mgr.a (mgr.14403) 10906 : cluster 0 pgmap v8140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:46:18.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:17 smithi194 bash[32038]: cluster 2023-12-07T21:46:16.693268+0000 mgr.a (mgr.14403) 10906 : cluster 0 pgmap v8140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:46:18.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:17 smithi135 bash[32435]: cluster 2023-12-07T21:46:16.693268+0000 mgr.a (mgr.14403) 10906 : cluster 0 pgmap v8140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:46:20.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:19 smithi079 bash[28699]: cluster 2023-12-07T21:46:18.694074+0000 mgr.a (mgr.14403) 10907 : cluster 0 pgmap v8141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:46:20.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:19 smithi194 bash[32038]: cluster 2023-12-07T21:46:18.694074+0000 mgr.a (mgr.14403) 10907 : cluster 0 pgmap v8141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:46:20.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:19 smithi135 bash[32435]: cluster 2023-12-07T21:46:18.694074+0000 mgr.a (mgr.14403) 10907 : cluster 0 pgmap v8141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:46:20.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:46:20.405 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:20.405 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:21.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:21.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:21.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:21.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:46:21.317 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:46:22.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:21 smithi079 bash[28699]: cluster 2023-12-07T21:46:20.694474+0000 mgr.a (mgr.14403) 10908 : cluster 0 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-07T21:46:22.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:21 smithi079 bash[28699]: audit 2023-12-07T21:46:20.812538+0000 mgr.a (mgr.14403) 10909 : audit 0 from='client.222813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:22.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:21 smithi194 bash[32038]: cluster 2023-12-07T21:46:20.694474+0000 mgr.a (mgr.14403) 10908 : cluster 0 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-07T21:46:22.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:21 smithi194 bash[32038]: audit 2023-12-07T21:46:20.812538+0000 mgr.a (mgr.14403) 10909 : audit 0 from='client.222813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:22.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:21 smithi135 bash[32435]: cluster 2023-12-07T21:46:20.694474+0000 mgr.a (mgr.14403) 10908 : cluster 0 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-07T21:46:22.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:21 smithi135 bash[32435]: audit 2023-12-07T21:46:20.812538+0000 mgr.a (mgr.14403) 10909 : audit 0 from='client.222813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:24.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:23 smithi079 bash[28699]: cluster 2023-12-07T21:46:22.695204+0000 mgr.a (mgr.14403) 10910 : cluster 0 pgmap v8143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:24.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:23 smithi194 bash[32038]: cluster 2023-12-07T21:46:22.695204+0000 mgr.a (mgr.14403) 10910 : cluster 0 pgmap v8143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:24.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:23 smithi135 bash[32435]: cluster 2023-12-07T21:46:22.695204+0000 mgr.a (mgr.14403) 10910 : cluster 0 pgmap v8143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:26.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:25 smithi079 bash[28699]: cluster 2023-12-07T21:46:24.696052+0000 mgr.a (mgr.14403) 10911 : cluster 0 pgmap v8144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:26.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:25 smithi079 bash[28699]: audit 2023-12-07T21:46:25.701255+0000 mon.a (mon.0) 1960 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:26.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:25 smithi079 bash[28699]: audit 2023-12-07T21:46:25.708454+0000 mon.a (mon.0) 1961 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:26.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:25 smithi079 bash[28699]: audit 2023-12-07T21:46:25.710560+0000 mon.a (mon.0) 1962 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:46:26.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:25 smithi079 bash[28699]: audit 2023-12-07T21:46:25.712343+0000 mon.a (mon.0) 1963 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:46:26.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:25 smithi079 bash[28699]: audit 2023-12-07T21:46:25.721423+0000 mon.a (mon.0) 1964 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:26.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:25 smithi194 bash[32038]: cluster 2023-12-07T21:46:24.696052+0000 mgr.a (mgr.14403) 10911 : cluster 0 pgmap v8144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:26.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:25 smithi194 bash[32038]: audit 2023-12-07T21:46:25.701255+0000 mon.a (mon.0) 1960 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:26.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:25 smithi194 bash[32038]: audit 2023-12-07T21:46:25.708454+0000 mon.a (mon.0) 1961 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:26.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:25 smithi194 bash[32038]: audit 2023-12-07T21:46:25.710560+0000 mon.a (mon.0) 1962 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:46:26.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:25 smithi194 bash[32038]: audit 2023-12-07T21:46:25.712343+0000 mon.a (mon.0) 1963 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:46:26.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:25 smithi194 bash[32038]: audit 2023-12-07T21:46:25.721423+0000 mon.a (mon.0) 1964 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:26.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:25 smithi135 bash[32435]: cluster 2023-12-07T21:46:24.696052+0000 mgr.a (mgr.14403) 10911 : cluster 0 pgmap v8144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:26.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:25 smithi135 bash[32435]: audit 2023-12-07T21:46:25.701255+0000 mon.a (mon.0) 1960 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:26.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:25 smithi135 bash[32435]: audit 2023-12-07T21:46:25.708454+0000 mon.a (mon.0) 1961 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:26.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:25 smithi135 bash[32435]: audit 2023-12-07T21:46:25.710560+0000 mon.a (mon.0) 1962 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:46:26.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:25 smithi135 bash[32435]: audit 2023-12-07T21:46:25.712343+0000 mon.a (mon.0) 1963 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:46:26.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:25 smithi135 bash[32435]: audit 2023-12-07T21:46:25.721423+0000 mon.a (mon.0) 1964 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:46:26.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:46:26.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:26.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:27.220 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:46:27.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:27.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:27.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:27.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:46:28.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:27 smithi079 bash[28699]: cluster 2023-12-07T21:46:26.696570+0000 mgr.a (mgr.14403) 10912 : cluster 0 pgmap v8145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:28.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:27 smithi079 bash[28699]: audit 2023-12-07T21:46:26.722589+0000 mgr.a (mgr.14403) 10913 : audit 0 from='client.222888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:28.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:27 smithi194 bash[32038]: cluster 2023-12-07T21:46:26.696570+0000 mgr.a (mgr.14403) 10912 : cluster 0 pgmap v8145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:28.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:27 smithi194 bash[32038]: audit 2023-12-07T21:46:26.722589+0000 mgr.a (mgr.14403) 10913 : audit 0 from='client.222888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:28.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:27 smithi135 bash[32435]: cluster 2023-12-07T21:46:26.696570+0000 mgr.a (mgr.14403) 10912 : cluster 0 pgmap v8145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:28.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:27 smithi135 bash[32435]: audit 2023-12-07T21:46:26.722589+0000 mgr.a (mgr.14403) 10913 : audit 0 from='client.222888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:30.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:29 smithi079 bash[28699]: cluster 2023-12-07T21:46:28.697403+0000 mgr.a (mgr.14403) 10914 : cluster 0 pgmap v8146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:30.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:29 smithi194 bash[32038]: cluster 2023-12-07T21:46:28.697403+0000 mgr.a (mgr.14403) 10914 : cluster 0 pgmap v8146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:30.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:29 smithi135 bash[32435]: cluster 2023-12-07T21:46:28.697403+0000 mgr.a (mgr.14403) 10914 : cluster 0 pgmap v8146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:32.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:31 smithi079 bash[28699]: cluster 2023-12-07T21:46:30.697981+0000 mgr.a (mgr.14403) 10915 : cluster 0 pgmap v8147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:32.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:31 smithi194 bash[32038]: cluster 2023-12-07T21:46:30.697981+0000 mgr.a (mgr.14403) 10915 : cluster 0 pgmap v8147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:32.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:31 smithi135 bash[32435]: cluster 2023-12-07T21:46:30.697981+0000 mgr.a (mgr.14403) 10915 : cluster 0 pgmap v8147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:32.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:46:32.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:32.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:33.113 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:46:33.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:33.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:33.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:33.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:46:34.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:33 smithi079 bash[28699]: audit 2023-12-07T21:46:32.629612+0000 mgr.a (mgr.14403) 10916 : audit 0 from='client.222960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:34.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:33 smithi079 bash[28699]: cluster 2023-12-07T21:46:32.698476+0000 mgr.a (mgr.14403) 10917 : cluster 0 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-07T21:46:34.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:33 smithi194 bash[32038]: audit 2023-12-07T21:46:32.629612+0000 mgr.a (mgr.14403) 10916 : audit 0 from='client.222960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:34.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:33 smithi194 bash[32038]: cluster 2023-12-07T21:46:32.698476+0000 mgr.a (mgr.14403) 10917 : cluster 0 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-07T21:46:34.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:33 smithi135 bash[32435]: audit 2023-12-07T21:46:32.629612+0000 mgr.a (mgr.14403) 10916 : audit 0 from='client.222960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:34.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:33 smithi135 bash[32435]: cluster 2023-12-07T21:46:32.698476+0000 mgr.a (mgr.14403) 10917 : cluster 0 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-07T21:46:36.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:35 smithi079 bash[28699]: cluster 2023-12-07T21:46:34.699383+0000 mgr.a (mgr.14403) 10918 : cluster 0 pgmap v8149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:36.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:35 smithi194 bash[32038]: cluster 2023-12-07T21:46:34.699383+0000 mgr.a (mgr.14403) 10918 : cluster 0 pgmap v8149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:36.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:35 smithi135 bash[32435]: cluster 2023-12-07T21:46:34.699383+0000 mgr.a (mgr.14403) 10918 : cluster 0 pgmap v8149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:38.115 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:46:38.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:38.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:38.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:37 smithi079 bash[28699]: cluster 2023-12-07T21:46:36.699952+0000 mgr.a (mgr.14403) 10919 : cluster 0 pgmap v8150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:38.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:37 smithi194 bash[32038]: cluster 2023-12-07T21:46:36.699952+0000 mgr.a (mgr.14403) 10919 : cluster 0 pgmap v8150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:38.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:37 smithi135 bash[32435]: cluster 2023-12-07T21:46:36.699952+0000 mgr.a (mgr.14403) 10919 : cluster 0 pgmap v8150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:39.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:39.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:39.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:39.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:46:39.002 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:46:40.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:39 smithi079 bash[28699]: audit 2023-12-07T21:46:38.528477+0000 mgr.a (mgr.14403) 10920 : audit 0 from='client.223038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:40.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:39 smithi079 bash[28699]: cluster 2023-12-07T21:46:38.701100+0000 mgr.a (mgr.14403) 10921 : cluster 0 pgmap v8151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:40.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:39 smithi194 bash[32038]: audit 2023-12-07T21:46:38.528477+0000 mgr.a (mgr.14403) 10920 : audit 0 from='client.223038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:40.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:39 smithi194 bash[32038]: cluster 2023-12-07T21:46:38.701100+0000 mgr.a (mgr.14403) 10921 : cluster 0 pgmap v8151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:40.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:39 smithi135 bash[32435]: audit 2023-12-07T21:46:38.528477+0000 mgr.a (mgr.14403) 10920 : audit 0 from='client.223038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:40.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:39 smithi135 bash[32435]: cluster 2023-12-07T21:46:38.701100+0000 mgr.a (mgr.14403) 10921 : cluster 0 pgmap v8151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:42.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:41 smithi079 bash[28699]: cluster 2023-12-07T21:46:40.701751+0000 mgr.a (mgr.14403) 10922 : cluster 0 pgmap v8152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:42.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:41 smithi194 bash[32038]: cluster 2023-12-07T21:46:40.701751+0000 mgr.a (mgr.14403) 10922 : cluster 0 pgmap v8152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:42.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:41 smithi135 bash[32435]: cluster 2023-12-07T21:46:40.701751+0000 mgr.a (mgr.14403) 10922 : cluster 0 pgmap v8152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:44.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:46:44.005 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:44.005 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:44.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:43 smithi079 bash[28699]: cluster 2023-12-07T21:46:42.702334+0000 mgr.a (mgr.14403) 10923 : cluster 0 pgmap v8153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:44.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:43 smithi194 bash[32038]: cluster 2023-12-07T21:46:42.702334+0000 mgr.a (mgr.14403) 10923 : cluster 0 pgmap v8153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:44.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:43 smithi135 bash[32435]: cluster 2023-12-07T21:46:42.702334+0000 mgr.a (mgr.14403) 10923 : cluster 0 pgmap v8153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:44.912 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:46:44.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:44.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:44.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:44.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:46:46.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:45 smithi079 bash[28699]: audit 2023-12-07T21:46:44.410722+0000 mgr.a (mgr.14403) 10924 : audit 0 from='client.223113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:46.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:45 smithi079 bash[28699]: cluster 2023-12-07T21:46:44.703503+0000 mgr.a (mgr.14403) 10925 : cluster 0 pgmap v8154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:46.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:45 smithi194 bash[32038]: audit 2023-12-07T21:46:44.410722+0000 mgr.a (mgr.14403) 10924 : audit 0 from='client.223113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:46.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:45 smithi194 bash[32038]: cluster 2023-12-07T21:46:44.703503+0000 mgr.a (mgr.14403) 10925 : cluster 0 pgmap v8154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:46.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:45 smithi135 bash[32435]: audit 2023-12-07T21:46:44.410722+0000 mgr.a (mgr.14403) 10924 : audit 0 from='client.223113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:46.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:45 smithi135 bash[32435]: cluster 2023-12-07T21:46:44.703503+0000 mgr.a (mgr.14403) 10925 : cluster 0 pgmap v8154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:48.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:47 smithi079 bash[28699]: cluster 2023-12-07T21:46:46.704314+0000 mgr.a (mgr.14403) 10926 : cluster 0 pgmap v8155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:48.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:47 smithi194 bash[32038]: cluster 2023-12-07T21:46:46.704314+0000 mgr.a (mgr.14403) 10926 : cluster 0 pgmap v8155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:48.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:47 smithi135 bash[32435]: cluster 2023-12-07T21:46:46.704314+0000 mgr.a (mgr.14403) 10926 : cluster 0 pgmap v8155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:46:49.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:46:49.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:49.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:50.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:49 smithi079 bash[28699]: cluster 2023-12-07T21:46:48.705300+0000 mgr.a (mgr.14403) 10927 : cluster 0 pgmap v8156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:50.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:49 smithi194 bash[32038]: cluster 2023-12-07T21:46:48.705300+0000 mgr.a (mgr.14403) 10927 : cluster 0 pgmap v8156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:50.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:49 smithi135 bash[32435]: cluster 2023-12-07T21:46:48.705300+0000 mgr.a (mgr.14403) 10927 : cluster 0 pgmap v8156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:50.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:50.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:50.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:50.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:46:50.820 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:46:52.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:51 smithi079 bash[28699]: audit 2023-12-07T21:46:50.322034+0000 mgr.a (mgr.14403) 10928 : audit 0 from='client.223191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:52.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:51 smithi079 bash[28699]: cluster 2023-12-07T21:46:50.706720+0000 mgr.a (mgr.14403) 10929 : cluster 0 pgmap v8157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:52.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:51 smithi194 bash[32038]: audit 2023-12-07T21:46:50.322034+0000 mgr.a (mgr.14403) 10928 : audit 0 from='client.223191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:52.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:51 smithi194 bash[32038]: cluster 2023-12-07T21:46:50.706720+0000 mgr.a (mgr.14403) 10929 : cluster 0 pgmap v8157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:52.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:51 smithi135 bash[32435]: audit 2023-12-07T21:46:50.322034+0000 mgr.a (mgr.14403) 10928 : audit 0 from='client.223191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:52.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:51 smithi135 bash[32435]: cluster 2023-12-07T21:46:50.706720+0000 mgr.a (mgr.14403) 10929 : cluster 0 pgmap v8157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:54.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:53 smithi079 bash[28699]: cluster 2023-12-07T21:46:52.707434+0000 mgr.a (mgr.14403) 10930 : cluster 0 pgmap v8158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:54.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:53 smithi194 bash[32038]: cluster 2023-12-07T21:46:52.707434+0000 mgr.a (mgr.14403) 10930 : cluster 0 pgmap v8158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:54.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:53 smithi135 bash[32435]: cluster 2023-12-07T21:46:52.707434+0000 mgr.a (mgr.14403) 10930 : cluster 0 pgmap v8158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:55.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:46:55.823 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:46:55.823 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:46:56.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:55 smithi079 bash[28699]: cluster 2023-12-07T21:46:54.708320+0000 mgr.a (mgr.14403) 10931 : cluster 0 pgmap v8159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:56.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:55 smithi194 bash[32038]: cluster 2023-12-07T21:46:54.708320+0000 mgr.a (mgr.14403) 10931 : cluster 0 pgmap v8159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:56.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:55 smithi135 bash[32435]: cluster 2023-12-07T21:46:54.708320+0000 mgr.a (mgr.14403) 10931 : cluster 0 pgmap v8159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:46:56.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:46:56.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:46:56.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:46:56.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:46:56.706 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:46:57.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:56 smithi079 bash[28699]: audit 2023-12-07T21:46:56.224892+0000 mgr.a (mgr.14403) 10932 : audit 0 from='client.223266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:57.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:56 smithi194 bash[32038]: audit 2023-12-07T21:46:56.224892+0000 mgr.a (mgr.14403) 10932 : audit 0 from='client.223266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:57.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:56 smithi135 bash[32435]: audit 2023-12-07T21:46:56.224892+0000 mgr.a (mgr.14403) 10932 : audit 0 from='client.223266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:46:58.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:57 smithi079 bash[28699]: cluster 2023-12-07T21:46:56.709028+0000 mgr.a (mgr.14403) 10933 : cluster 0 pgmap v8160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:58.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:57 smithi194 bash[32038]: cluster 2023-12-07T21:46:56.709028+0000 mgr.a (mgr.14403) 10933 : cluster 0 pgmap v8160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:46:58.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:57 smithi135 bash[32435]: cluster 2023-12-07T21:46:56.709028+0000 mgr.a (mgr.14403) 10933 : cluster 0 pgmap v8160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:00.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:46:59 smithi079 bash[28699]: cluster 2023-12-07T21:46:58.709833+0000 mgr.a (mgr.14403) 10934 : cluster 0 pgmap v8161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:00.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:46:59 smithi194 bash[32038]: cluster 2023-12-07T21:46:58.709833+0000 mgr.a (mgr.14403) 10934 : cluster 0 pgmap v8161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:00.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:46:59 smithi135 bash[32435]: cluster 2023-12-07T21:46:58.709833+0000 mgr.a (mgr.14403) 10934 : cluster 0 pgmap v8161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:01.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:47:01.710 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:01.710 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:02.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:01 smithi079 bash[28699]: cluster 2023-12-07T21:47:00.710403+0000 mgr.a (mgr.14403) 10935 : cluster 0 pgmap v8162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:02.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:01 smithi194 bash[32038]: cluster 2023-12-07T21:47:00.710403+0000 mgr.a (mgr.14403) 10935 : cluster 0 pgmap v8162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:02.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:01 smithi135 bash[32435]: cluster 2023-12-07T21:47:00.710403+0000 mgr.a (mgr.14403) 10935 : cluster 0 pgmap v8162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:02.606 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:47:02.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:02.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:02.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:02.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:47:03.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:02 smithi079 bash[28699]: audit 2023-12-07T21:47:02.112978+0000 mgr.a (mgr.14403) 10936 : audit 0 from='client.223344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:03.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:02 smithi194 bash[32038]: audit 2023-12-07T21:47:02.112978+0000 mgr.a (mgr.14403) 10936 : audit 0 from='client.223344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:03.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:02 smithi135 bash[32435]: audit 2023-12-07T21:47:02.112978+0000 mgr.a (mgr.14403) 10936 : audit 0 from='client.223344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:04.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:03 smithi079 bash[28699]: cluster 2023-12-07T21:47:02.711182+0000 mgr.a (mgr.14403) 10937 : cluster 0 pgmap v8163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:04.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:03 smithi194 bash[32038]: cluster 2023-12-07T21:47:02.711182+0000 mgr.a (mgr.14403) 10937 : cluster 0 pgmap v8163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:04.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:03 smithi135 bash[32435]: cluster 2023-12-07T21:47:02.711182+0000 mgr.a (mgr.14403) 10937 : cluster 0 pgmap v8163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:06.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:05 smithi079 bash[28699]: cluster 2023-12-07T21:47:04.711958+0000 mgr.a (mgr.14403) 10938 : cluster 0 pgmap v8164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:06.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:05 smithi194 bash[32038]: cluster 2023-12-07T21:47:04.711958+0000 mgr.a (mgr.14403) 10938 : cluster 0 pgmap v8164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:06.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:05 smithi135 bash[32435]: cluster 2023-12-07T21:47:04.711958+0000 mgr.a (mgr.14403) 10938 : cluster 0 pgmap v8164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:07.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:47:07.610 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:07.610 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:08.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:07 smithi079 bash[28699]: cluster 2023-12-07T21:47:06.712460+0000 mgr.a (mgr.14403) 10939 : cluster 0 pgmap v8165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:08.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:07 smithi194 bash[32038]: cluster 2023-12-07T21:47:06.712460+0000 mgr.a (mgr.14403) 10939 : cluster 0 pgmap v8165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:08.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:07 smithi135 bash[32435]: cluster 2023-12-07T21:47:06.712460+0000 mgr.a (mgr.14403) 10939 : cluster 0 pgmap v8165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:08.514 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:47:08.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:08.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:08.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:08.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:47:09.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:08 smithi079 bash[28699]: audit 2023-12-07T21:47:08.017860+0000 mgr.a (mgr.14403) 10940 : audit 0 from='client.223422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:09.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:08 smithi194 bash[32038]: audit 2023-12-07T21:47:08.017860+0000 mgr.a (mgr.14403) 10940 : audit 0 from='client.223422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:09.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:08 smithi135 bash[32435]: audit 2023-12-07T21:47:08.017860+0000 mgr.a (mgr.14403) 10940 : audit 0 from='client.223422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:10.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:09 smithi079 bash[28699]: cluster 2023-12-07T21:47:08.713413+0000 mgr.a (mgr.14403) 10941 : cluster 0 pgmap v8166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:47:10.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:09 smithi194 bash[32038]: cluster 2023-12-07T21:47:08.713413+0000 mgr.a (mgr.14403) 10941 : cluster 0 pgmap v8166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:47:10.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:09 smithi135 bash[32435]: cluster 2023-12-07T21:47:08.713413+0000 mgr.a (mgr.14403) 10941 : cluster 0 pgmap v8166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:47:12.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:11 smithi194 bash[32038]: cluster 2023-12-07T21:47:10.713939+0000 mgr.a (mgr.14403) 10942 : cluster 0 pgmap v8167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:47:12.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:11 smithi135 bash[32435]: cluster 2023-12-07T21:47:10.713939+0000 mgr.a (mgr.14403) 10942 : cluster 0 pgmap v8167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:47:12.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:11 smithi079 bash[28699]: cluster 2023-12-07T21:47:10.713939+0000 mgr.a (mgr.14403) 10942 : cluster 0 pgmap v8167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:47:13.518 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:47:13.518 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:13.518 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:14.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:13 smithi194 bash[32038]: cluster 2023-12-07T21:47:12.714527+0000 mgr.a (mgr.14403) 10943 : cluster 0 pgmap v8168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:47:14.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:13 smithi135 bash[32435]: cluster 2023-12-07T21:47:12.714527+0000 mgr.a (mgr.14403) 10943 : cluster 0 pgmap v8168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:47:14.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:13 smithi079 bash[28699]: cluster 2023-12-07T21:47:12.714527+0000 mgr.a (mgr.14403) 10943 : cluster 0 pgmap v8168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:47:14.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:14.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:14.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:14.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:47:14.445 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:47:15.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:14 smithi194 bash[32038]: audit 2023-12-07T21:47:13.934212+0000 mgr.a (mgr.14403) 10944 : audit 0 from='client.223500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:15.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:14 smithi135 bash[32435]: audit 2023-12-07T21:47:13.934212+0000 mgr.a (mgr.14403) 10944 : audit 0 from='client.223500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:15.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:14 smithi079 bash[28699]: audit 2023-12-07T21:47:13.934212+0000 mgr.a (mgr.14403) 10944 : audit 0 from='client.223500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:16.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:15 smithi194 bash[32038]: cluster 2023-12-07T21:47:14.715641+0000 mgr.a (mgr.14403) 10945 : cluster 0 pgmap v8169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:16.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:15 smithi135 bash[32435]: cluster 2023-12-07T21:47:14.715641+0000 mgr.a (mgr.14403) 10945 : cluster 0 pgmap v8169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:16.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:15 smithi079 bash[28699]: cluster 2023-12-07T21:47:14.715641+0000 mgr.a (mgr.14403) 10945 : cluster 0 pgmap v8169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:18.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:17 smithi194 bash[32038]: cluster 2023-12-07T21:47:16.716236+0000 mgr.a (mgr.14403) 10946 : cluster 0 pgmap v8170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:18.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:17 smithi135 bash[32435]: cluster 2023-12-07T21:47:16.716236+0000 mgr.a (mgr.14403) 10946 : cluster 0 pgmap v8170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:18.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:17 smithi079 bash[28699]: cluster 2023-12-07T21:47:16.716236+0000 mgr.a (mgr.14403) 10946 : cluster 0 pgmap v8170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:19.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:47:19.448 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:19.448 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:20.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:19 smithi194 bash[32038]: cluster 2023-12-07T21:47:18.717005+0000 mgr.a (mgr.14403) 10947 : cluster 0 pgmap v8171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:20.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:19 smithi135 bash[32435]: cluster 2023-12-07T21:47:18.717005+0000 mgr.a (mgr.14403) 10947 : cluster 0 pgmap v8171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:20.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:20.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:20.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:20.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:47:20.387 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:47:20.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:19 smithi079 bash[28699]: cluster 2023-12-07T21:47:18.717005+0000 mgr.a (mgr.14403) 10947 : cluster 0 pgmap v8171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:21.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:20 smithi194 bash[32038]: audit 2023-12-07T21:47:19.852444+0000 mgr.a (mgr.14403) 10948 : audit 0 from='client.223572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:21.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:20 smithi135 bash[32435]: audit 2023-12-07T21:47:19.852444+0000 mgr.a (mgr.14403) 10948 : audit 0 from='client.223572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:21.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:20 smithi079 bash[28699]: audit 2023-12-07T21:47:19.852444+0000 mgr.a (mgr.14403) 10948 : audit 0 from='client.223572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:22.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:21 smithi194 bash[32038]: cluster 2023-12-07T21:47:20.717724+0000 mgr.a (mgr.14403) 10949 : cluster 0 pgmap v8172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:47:22.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:21 smithi135 bash[32435]: cluster 2023-12-07T21:47:20.717724+0000 mgr.a (mgr.14403) 10949 : cluster 0 pgmap v8172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:47:22.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:21 smithi079 bash[28699]: cluster 2023-12-07T21:47:20.717724+0000 mgr.a (mgr.14403) 10949 : cluster 0 pgmap v8172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:47:24.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:23 smithi194 bash[32038]: cluster 2023-12-07T21:47:22.718425+0000 mgr.a (mgr.14403) 10950 : cluster 0 pgmap v8173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:47:24.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:23 smithi135 bash[32435]: cluster 2023-12-07T21:47:22.718425+0000 mgr.a (mgr.14403) 10950 : cluster 0 pgmap v8173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:47:24.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:23 smithi079 bash[28699]: cluster 2023-12-07T21:47:22.718425+0000 mgr.a (mgr.14403) 10950 : cluster 0 pgmap v8173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:47:25.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:47:25.390 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:25.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:26.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:25 smithi194 bash[32038]: cluster 2023-12-07T21:47:24.719285+0000 mgr.a (mgr.14403) 10951 : cluster 0 pgmap v8174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:47:26.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:25 smithi194 bash[32038]: audit 2023-12-07T21:47:25.825366+0000 mon.a (mon.0) 1965 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:47:26.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:25 smithi135 bash[32435]: cluster 2023-12-07T21:47:24.719285+0000 mgr.a (mgr.14403) 10951 : cluster 0 pgmap v8174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:47:26.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:25 smithi135 bash[32435]: audit 2023-12-07T21:47:25.825366+0000 mon.a (mon.0) 1965 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:47:26.270 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:47:26.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:26.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:26.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:26.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:47:26.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:25 smithi079 bash[28699]: cluster 2023-12-07T21:47:24.719285+0000 mgr.a (mgr.14403) 10951 : cluster 0 pgmap v8174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:47:26.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:25 smithi079 bash[28699]: audit 2023-12-07T21:47:25.825366+0000 mon.a (mon.0) 1965 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:47:27.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:26 smithi194 bash[32038]: audit 2023-12-07T21:47:25.797344+0000 mgr.a (mgr.14403) 10952 : audit 0 from='client.223650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:27.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:26 smithi135 bash[32435]: audit 2023-12-07T21:47:25.797344+0000 mgr.a (mgr.14403) 10952 : audit 0 from='client.223650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:27.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:26 smithi079 bash[28699]: audit 2023-12-07T21:47:25.797344+0000 mgr.a (mgr.14403) 10952 : audit 0 from='client.223650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:28.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:28 smithi079 bash[28699]: cluster 2023-12-07T21:47:26.719939+0000 mgr.a (mgr.14403) 10953 : cluster 0 pgmap v8175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:28.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:28 smithi079 bash[28699]: audit 2023-12-07T21:47:27.048195+0000 mon.a (mon.0) 1966 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:28 smithi079 bash[28699]: audit 2023-12-07T21:47:27.053371+0000 mon.a (mon.0) 1967 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:28 smithi079 bash[28699]: audit 2023-12-07T21:47:27.059447+0000 mon.a (mon.0) 1968 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:28 smithi079 bash[28699]: audit 2023-12-07T21:47:27.064779+0000 mon.a (mon.0) 1969 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:28 smithi079 bash[28699]: audit 2023-12-07T21:47:27.070619+0000 mon.a (mon.0) 1970 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:28 smithi079 bash[28699]: audit 2023-12-07T21:47:27.076085+0000 mon.a (mon.0) 1971 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:28 smithi079 bash[28699]: audit 2023-12-07T21:47:27.077394+0000 mon.a (mon.0) 1972 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:47:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:28 smithi079 bash[28699]: audit 2023-12-07T21:47:27.079103+0000 mon.a (mon.0) 1973 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:47:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:28 smithi079 bash[28699]: audit 2023-12-07T21:47:27.087090+0000 mon.a (mon.0) 1974 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:28 smithi194 bash[32038]: cluster 2023-12-07T21:47:26.719939+0000 mgr.a (mgr.14403) 10953 : cluster 0 pgmap v8175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:28.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:28 smithi194 bash[32038]: audit 2023-12-07T21:47:27.048195+0000 mon.a (mon.0) 1966 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:28 smithi194 bash[32038]: audit 2023-12-07T21:47:27.053371+0000 mon.a (mon.0) 1967 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:28 smithi194 bash[32038]: audit 2023-12-07T21:47:27.059447+0000 mon.a (mon.0) 1968 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:28 smithi194 bash[32038]: audit 2023-12-07T21:47:27.064779+0000 mon.a (mon.0) 1969 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:28 smithi194 bash[32038]: audit 2023-12-07T21:47:27.070619+0000 mon.a (mon.0) 1970 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:28 smithi194 bash[32038]: audit 2023-12-07T21:47:27.076085+0000 mon.a (mon.0) 1971 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:28 smithi194 bash[32038]: audit 2023-12-07T21:47:27.077394+0000 mon.a (mon.0) 1972 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:47:28.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:28 smithi194 bash[32038]: audit 2023-12-07T21:47:27.079103+0000 mon.a (mon.0) 1973 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:47:28.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:28 smithi194 bash[32038]: audit 2023-12-07T21:47:27.087090+0000 mon.a (mon.0) 1974 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:28 smithi135 bash[32435]: cluster 2023-12-07T21:47:26.719939+0000 mgr.a (mgr.14403) 10953 : cluster 0 pgmap v8175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:28.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:28 smithi135 bash[32435]: audit 2023-12-07T21:47:27.048195+0000 mon.a (mon.0) 1966 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:28 smithi135 bash[32435]: audit 2023-12-07T21:47:27.053371+0000 mon.a (mon.0) 1967 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:28 smithi135 bash[32435]: audit 2023-12-07T21:47:27.059447+0000 mon.a (mon.0) 1968 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:28 smithi135 bash[32435]: audit 2023-12-07T21:47:27.064779+0000 mon.a (mon.0) 1969 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:28 smithi135 bash[32435]: audit 2023-12-07T21:47:27.070619+0000 mon.a (mon.0) 1970 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:28 smithi135 bash[32435]: audit 2023-12-07T21:47:27.076085+0000 mon.a (mon.0) 1971 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:28 smithi135 bash[32435]: audit 2023-12-07T21:47:27.077394+0000 mon.a (mon.0) 1972 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:47:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:28 smithi135 bash[32435]: audit 2023-12-07T21:47:27.079103+0000 mon.a (mon.0) 1973 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:47:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:28 smithi135 bash[32435]: audit 2023-12-07T21:47:27.087090+0000 mon.a (mon.0) 1974 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:47:30.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:30 smithi079 bash[28699]: cluster 2023-12-07T21:47:28.720715+0000 mgr.a (mgr.14403) 10954 : cluster 0 pgmap v8176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:30.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:30 smithi194 bash[32038]: cluster 2023-12-07T21:47:28.720715+0000 mgr.a (mgr.14403) 10954 : cluster 0 pgmap v8176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:30.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:30 smithi135 bash[32435]: cluster 2023-12-07T21:47:28.720715+0000 mgr.a (mgr.14403) 10954 : cluster 0 pgmap v8176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:31.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:47:31.273 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:31.273 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:32.165 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:47:32.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:32.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:32.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:32.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:47:32.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:32 smithi079 bash[28699]: cluster 2023-12-07T21:47:30.721262+0000 mgr.a (mgr.14403) 10955 : cluster 0 pgmap v8177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:32.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:32 smithi194 bash[32038]: cluster 2023-12-07T21:47:30.721262+0000 mgr.a (mgr.14403) 10955 : cluster 0 pgmap v8177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:32.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:32 smithi135 bash[32435]: cluster 2023-12-07T21:47:30.721262+0000 mgr.a (mgr.14403) 10955 : cluster 0 pgmap v8177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:33.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:33 smithi079 bash[28699]: audit 2023-12-07T21:47:31.678784+0000 mgr.a (mgr.14403) 10956 : audit 0 from='client.223728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:33.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:33 smithi194 bash[32038]: audit 2023-12-07T21:47:31.678784+0000 mgr.a (mgr.14403) 10956 : audit 0 from='client.223728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:33.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:33 smithi135 bash[32435]: audit 2023-12-07T21:47:31.678784+0000 mgr.a (mgr.14403) 10956 : audit 0 from='client.223728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:34.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:34 smithi079 bash[28699]: cluster 2023-12-07T21:47:32.721979+0000 mgr.a (mgr.14403) 10957 : cluster 0 pgmap v8178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:34.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:34 smithi194 bash[32038]: cluster 2023-12-07T21:47:32.721979+0000 mgr.a (mgr.14403) 10957 : cluster 0 pgmap v8178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:34.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:34 smithi135 bash[32435]: cluster 2023-12-07T21:47:32.721979+0000 mgr.a (mgr.14403) 10957 : cluster 0 pgmap v8178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:36.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:36 smithi079 bash[28699]: cluster 2023-12-07T21:47:34.722785+0000 mgr.a (mgr.14403) 10958 : cluster 0 pgmap v8179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:36.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:36 smithi194 bash[32038]: cluster 2023-12-07T21:47:34.722785+0000 mgr.a (mgr.14403) 10958 : cluster 0 pgmap v8179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:36.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:36 smithi135 bash[32435]: cluster 2023-12-07T21:47:34.722785+0000 mgr.a (mgr.14403) 10958 : cluster 0 pgmap v8179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:37.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:47:37.168 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:37.168 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:38.043 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:47:38.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:38.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:38.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:38.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:47:38.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:38 smithi079 bash[28699]: cluster 2023-12-07T21:47:36.723350+0000 mgr.a (mgr.14403) 10959 : cluster 0 pgmap v8180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:38.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:38 smithi194 bash[32038]: cluster 2023-12-07T21:47:36.723350+0000 mgr.a (mgr.14403) 10959 : cluster 0 pgmap v8180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:38.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:38 smithi135 bash[32435]: cluster 2023-12-07T21:47:36.723350+0000 mgr.a (mgr.14403) 10959 : cluster 0 pgmap v8180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:39.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:39 smithi079 bash[28699]: audit 2023-12-07T21:47:37.569246+0000 mgr.a (mgr.14403) 10960 : audit 0 from='client.223803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:39.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:39 smithi194 bash[32038]: audit 2023-12-07T21:47:37.569246+0000 mgr.a (mgr.14403) 10960 : audit 0 from='client.223803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:39.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:39 smithi135 bash[32435]: audit 2023-12-07T21:47:37.569246+0000 mgr.a (mgr.14403) 10960 : audit 0 from='client.223803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:40.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:40 smithi079 bash[28699]: cluster 2023-12-07T21:47:38.724245+0000 mgr.a (mgr.14403) 10961 : cluster 0 pgmap v8181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:40.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:40 smithi194 bash[32038]: cluster 2023-12-07T21:47:38.724245+0000 mgr.a (mgr.14403) 10961 : cluster 0 pgmap v8181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:40.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:40 smithi135 bash[32435]: cluster 2023-12-07T21:47:38.724245+0000 mgr.a (mgr.14403) 10961 : cluster 0 pgmap v8181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:47:42.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:42 smithi079 bash[28699]: cluster 2023-12-07T21:47:40.724814+0000 mgr.a (mgr.14403) 10962 : cluster 0 pgmap v8182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:42.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:42 smithi194 bash[32038]: cluster 2023-12-07T21:47:40.724814+0000 mgr.a (mgr.14403) 10962 : cluster 0 pgmap v8182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:42.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:42 smithi135 bash[32435]: cluster 2023-12-07T21:47:40.724814+0000 mgr.a (mgr.14403) 10962 : cluster 0 pgmap v8182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:43.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:47:43.046 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:43.046 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:43.966 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:47:43.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:43.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:43.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:43.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:47:44.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:44 smithi079 bash[28699]: cluster 2023-12-07T21:47:42.725513+0000 mgr.a (mgr.14403) 10963 : cluster 0 pgmap v8183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:44.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:44 smithi194 bash[32038]: cluster 2023-12-07T21:47:42.725513+0000 mgr.a (mgr.14403) 10963 : cluster 0 pgmap v8183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:44.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:44 smithi135 bash[32435]: cluster 2023-12-07T21:47:42.725513+0000 mgr.a (mgr.14403) 10963 : cluster 0 pgmap v8183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:45.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:45 smithi079 bash[28699]: audit 2023-12-07T21:47:43.457297+0000 mgr.a (mgr.14403) 10964 : audit 0 from='client.223881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:45.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:45 smithi194 bash[32038]: audit 2023-12-07T21:47:43.457297+0000 mgr.a (mgr.14403) 10964 : audit 0 from='client.223881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:45.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:45 smithi135 bash[32435]: audit 2023-12-07T21:47:43.457297+0000 mgr.a (mgr.14403) 10964 : audit 0 from='client.223881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:46.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:46 smithi079 bash[28699]: cluster 2023-12-07T21:47:44.726521+0000 mgr.a (mgr.14403) 10965 : cluster 0 pgmap v8184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:46.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:46 smithi194 bash[32038]: cluster 2023-12-07T21:47:44.726521+0000 mgr.a (mgr.14403) 10965 : cluster 0 pgmap v8184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:46.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:46 smithi135 bash[32435]: cluster 2023-12-07T21:47:44.726521+0000 mgr.a (mgr.14403) 10965 : cluster 0 pgmap v8184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:48.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:48 smithi079 bash[28699]: cluster 2023-12-07T21:47:46.727086+0000 mgr.a (mgr.14403) 10966 : cluster 0 pgmap v8185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:48.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:48 smithi194 bash[32038]: cluster 2023-12-07T21:47:46.727086+0000 mgr.a (mgr.14403) 10966 : cluster 0 pgmap v8185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:48.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:48 smithi135 bash[32435]: cluster 2023-12-07T21:47:46.727086+0000 mgr.a (mgr.14403) 10966 : cluster 0 pgmap v8185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:48.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:47:48.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:48.971 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:49.871 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:47:49.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:49.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:49.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:49.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:47:50.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:50 smithi079 bash[28699]: cluster 2023-12-07T21:47:48.727814+0000 mgr.a (mgr.14403) 10967 : cluster 0 pgmap v8186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:50.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:50 smithi194 bash[32038]: cluster 2023-12-07T21:47:48.727814+0000 mgr.a (mgr.14403) 10967 : cluster 0 pgmap v8186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:50.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:50 smithi135 bash[32435]: cluster 2023-12-07T21:47:48.727814+0000 mgr.a (mgr.14403) 10967 : cluster 0 pgmap v8186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:51.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:51 smithi079 bash[28699]: audit 2023-12-07T21:47:49.377220+0000 mgr.a (mgr.14403) 10968 : audit 0 from='client.223953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:51.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:51 smithi194 bash[32038]: audit 2023-12-07T21:47:49.377220+0000 mgr.a (mgr.14403) 10968 : audit 0 from='client.223953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:51.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:51 smithi135 bash[32435]: audit 2023-12-07T21:47:49.377220+0000 mgr.a (mgr.14403) 10968 : audit 0 from='client.223953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:52.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:52 smithi079 bash[28699]: cluster 2023-12-07T21:47:50.728494+0000 mgr.a (mgr.14403) 10969 : cluster 0 pgmap v8187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:52.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:52 smithi194 bash[32038]: cluster 2023-12-07T21:47:50.728494+0000 mgr.a (mgr.14403) 10969 : cluster 0 pgmap v8187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:52.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:52 smithi135 bash[32435]: cluster 2023-12-07T21:47:50.728494+0000 mgr.a (mgr.14403) 10969 : cluster 0 pgmap v8187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:54.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:54 smithi079 bash[28699]: cluster 2023-12-07T21:47:52.729095+0000 mgr.a (mgr.14403) 10970 : cluster 0 pgmap v8188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:54.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:54 smithi194 bash[32038]: cluster 2023-12-07T21:47:52.729095+0000 mgr.a (mgr.14403) 10970 : cluster 0 pgmap v8188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:54.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:54 smithi135 bash[32435]: cluster 2023-12-07T21:47:52.729095+0000 mgr.a (mgr.14403) 10970 : cluster 0 pgmap v8188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:47:54.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:47:54.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:47:54.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:47:55.782 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:47:55.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:47:55.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:47:55.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:47:55.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:47:56.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:56 smithi194 bash[32038]: cluster 2023-12-07T21:47:54.729898+0000 mgr.a (mgr.14403) 10971 : cluster 0 pgmap v8189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:56.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:56 smithi135 bash[32435]: cluster 2023-12-07T21:47:54.729898+0000 mgr.a (mgr.14403) 10971 : cluster 0 pgmap v8189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:56.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:56 smithi079 bash[28699]: cluster 2023-12-07T21:47:54.729898+0000 mgr.a (mgr.14403) 10971 : cluster 0 pgmap v8189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:57.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:57 smithi194 bash[32038]: audit 2023-12-07T21:47:55.281059+0000 mgr.a (mgr.14403) 10972 : audit 0 from='client.224028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:57.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:57 smithi135 bash[32435]: audit 2023-12-07T21:47:55.281059+0000 mgr.a (mgr.14403) 10972 : audit 0 from='client.224028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:57.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:57 smithi079 bash[28699]: audit 2023-12-07T21:47:55.281059+0000 mgr.a (mgr.14403) 10972 : audit 0 from='client.224028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:47:58.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:47:58 smithi194 bash[32038]: cluster 2023-12-07T21:47:56.730559+0000 mgr.a (mgr.14403) 10973 : cluster 0 pgmap v8190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:58.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:47:58 smithi135 bash[32435]: cluster 2023-12-07T21:47:56.730559+0000 mgr.a (mgr.14403) 10973 : cluster 0 pgmap v8190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:47:58.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:47:58 smithi079 bash[28699]: cluster 2023-12-07T21:47:56.730559+0000 mgr.a (mgr.14403) 10973 : cluster 0 pgmap v8190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:00.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:00 smithi194 bash[32038]: cluster 2023-12-07T21:47:58.731372+0000 mgr.a (mgr.14403) 10974 : cluster 0 pgmap v8191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:00.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:00 smithi135 bash[32435]: cluster 2023-12-07T21:47:58.731372+0000 mgr.a (mgr.14403) 10974 : cluster 0 pgmap v8191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:00.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:00 smithi079 bash[28699]: cluster 2023-12-07T21:47:58.731372+0000 mgr.a (mgr.14403) 10974 : cluster 0 pgmap v8191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:00.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:48:00.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:00.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:01.690 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:48:01.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:01.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:01.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:01.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:48:02.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:02 smithi194 bash[32038]: cluster 2023-12-07T21:48:00.731963+0000 mgr.a (mgr.14403) 10975 : cluster 0 pgmap v8192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:02.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:02 smithi194 bash[32038]: audit 2023-12-07T21:48:01.189316+0000 mgr.a (mgr.14403) 10976 : audit 0 from='client.224106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:02.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:02 smithi135 bash[32435]: cluster 2023-12-07T21:48:00.731963+0000 mgr.a (mgr.14403) 10975 : cluster 0 pgmap v8192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:02.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:02 smithi135 bash[32435]: audit 2023-12-07T21:48:01.189316+0000 mgr.a (mgr.14403) 10976 : audit 0 from='client.224106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:02.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:02 smithi079 bash[28699]: cluster 2023-12-07T21:48:00.731963+0000 mgr.a (mgr.14403) 10975 : cluster 0 pgmap v8192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:02.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:02 smithi079 bash[28699]: audit 2023-12-07T21:48:01.189316+0000 mgr.a (mgr.14403) 10976 : audit 0 from='client.224106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:04.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:04 smithi194 bash[32038]: cluster 2023-12-07T21:48:02.732672+0000 mgr.a (mgr.14403) 10977 : cluster 0 pgmap v8193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:04.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:04 smithi135 bash[32435]: cluster 2023-12-07T21:48:02.732672+0000 mgr.a (mgr.14403) 10977 : cluster 0 pgmap v8193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:04.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:04 smithi079 bash[28699]: cluster 2023-12-07T21:48:02.732672+0000 mgr.a (mgr.14403) 10977 : cluster 0 pgmap v8193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:06.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:06 smithi194 bash[32038]: cluster 2023-12-07T21:48:04.733499+0000 mgr.a (mgr.14403) 10978 : cluster 0 pgmap v8194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:06.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:06 smithi135 bash[32435]: cluster 2023-12-07T21:48:04.733499+0000 mgr.a (mgr.14403) 10978 : cluster 0 pgmap v8194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:06.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:06 smithi079 bash[28699]: cluster 2023-12-07T21:48:04.733499+0000 mgr.a (mgr.14403) 10978 : cluster 0 pgmap v8194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:06.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:48:06.694 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:06.694 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:07.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:07.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:07.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:07.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:48:07.572 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:48:08.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:08 smithi194 bash[32038]: cluster 2023-12-07T21:48:06.734045+0000 mgr.a (mgr.14403) 10979 : cluster 0 pgmap v8195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:08.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:08 smithi194 bash[32038]: audit 2023-12-07T21:48:07.099330+0000 mgr.a (mgr.14403) 10980 : audit 0 from='client.224181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:08.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:08 smithi135 bash[32435]: cluster 2023-12-07T21:48:06.734045+0000 mgr.a (mgr.14403) 10979 : cluster 0 pgmap v8195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:08.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:08 smithi135 bash[32435]: audit 2023-12-07T21:48:07.099330+0000 mgr.a (mgr.14403) 10980 : audit 0 from='client.224181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:08.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:08 smithi079 bash[28699]: cluster 2023-12-07T21:48:06.734045+0000 mgr.a (mgr.14403) 10979 : cluster 0 pgmap v8195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:08.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:08 smithi079 bash[28699]: audit 2023-12-07T21:48:07.099330+0000 mgr.a (mgr.14403) 10980 : audit 0 from='client.224181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:10.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:10 smithi194 bash[32038]: cluster 2023-12-07T21:48:08.735111+0000 mgr.a (mgr.14403) 10981 : cluster 0 pgmap v8196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:10.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:10 smithi135 bash[32435]: cluster 2023-12-07T21:48:08.735111+0000 mgr.a (mgr.14403) 10981 : cluster 0 pgmap v8196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:10.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:10 smithi079 bash[28699]: cluster 2023-12-07T21:48:08.735111+0000 mgr.a (mgr.14403) 10981 : cluster 0 pgmap v8196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:12.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:12 smithi194 bash[32038]: cluster 2023-12-07T21:48:10.735775+0000 mgr.a (mgr.14403) 10982 : cluster 0 pgmap v8197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:12.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:12 smithi135 bash[32435]: cluster 2023-12-07T21:48:10.735775+0000 mgr.a (mgr.14403) 10982 : cluster 0 pgmap v8197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:12.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:48:12.575 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:12.575 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:12.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:12 smithi079 bash[28699]: cluster 2023-12-07T21:48:10.735775+0000 mgr.a (mgr.14403) 10982 : cluster 0 pgmap v8197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:13.473 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:48:13.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:13.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:13.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:13.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:48:14.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:14 smithi194 bash[32038]: cluster 2023-12-07T21:48:12.736233+0000 mgr.a (mgr.14403) 10983 : cluster 0 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-07T21:48:14.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:14 smithi194 bash[32038]: audit 2023-12-07T21:48:12.978899+0000 mgr.a (mgr.14403) 10984 : audit 0 from='client.224259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:14.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:14 smithi135 bash[32435]: cluster 2023-12-07T21:48:12.736233+0000 mgr.a (mgr.14403) 10983 : cluster 0 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-07T21:48:14.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:14 smithi135 bash[32435]: audit 2023-12-07T21:48:12.978899+0000 mgr.a (mgr.14403) 10984 : audit 0 from='client.224259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:14.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:14 smithi079 bash[28699]: cluster 2023-12-07T21:48:12.736233+0000 mgr.a (mgr.14403) 10983 : cluster 0 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-07T21:48:14.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:14 smithi079 bash[28699]: audit 2023-12-07T21:48:12.978899+0000 mgr.a (mgr.14403) 10984 : audit 0 from='client.224259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:16.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:16 smithi194 bash[32038]: cluster 2023-12-07T21:48:14.737274+0000 mgr.a (mgr.14403) 10985 : cluster 0 pgmap v8199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:16.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:16 smithi135 bash[32435]: cluster 2023-12-07T21:48:14.737274+0000 mgr.a (mgr.14403) 10985 : cluster 0 pgmap v8199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:16.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:16 smithi079 bash[28699]: cluster 2023-12-07T21:48:14.737274+0000 mgr.a (mgr.14403) 10985 : cluster 0 pgmap v8199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:18.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:18 smithi194 bash[32038]: cluster 2023-12-07T21:48:16.738032+0000 mgr.a (mgr.14403) 10986 : cluster 0 pgmap v8200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:18.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:18 smithi135 bash[32435]: cluster 2023-12-07T21:48:16.738032+0000 mgr.a (mgr.14403) 10986 : cluster 0 pgmap v8200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:18.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:48:18.476 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:18.476 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:18.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:18 smithi079 bash[28699]: cluster 2023-12-07T21:48:16.738032+0000 mgr.a (mgr.14403) 10986 : cluster 0 pgmap v8200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:19.385 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:48:19.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:19.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:19.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:19.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:48:20.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:20 smithi194 bash[32038]: cluster 2023-12-07T21:48:18.738585+0000 mgr.a (mgr.14403) 10987 : cluster 0 pgmap v8201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:20.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:20 smithi194 bash[32038]: audit 2023-12-07T21:48:18.882211+0000 mgr.a (mgr.14403) 10988 : audit 0 from='client.224334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:20.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:20 smithi135 bash[32435]: cluster 2023-12-07T21:48:18.738585+0000 mgr.a (mgr.14403) 10987 : cluster 0 pgmap v8201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:20.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:20 smithi135 bash[32435]: audit 2023-12-07T21:48:18.882211+0000 mgr.a (mgr.14403) 10988 : audit 0 from='client.224334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:20.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:20 smithi079 bash[28699]: cluster 2023-12-07T21:48:18.738585+0000 mgr.a (mgr.14403) 10987 : cluster 0 pgmap v8201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:20.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:20 smithi079 bash[28699]: audit 2023-12-07T21:48:18.882211+0000 mgr.a (mgr.14403) 10988 : audit 0 from='client.224334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:22.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:22 smithi135 bash[32435]: cluster 2023-12-07T21:48:20.739245+0000 mgr.a (mgr.14403) 10989 : cluster 0 pgmap v8202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:22.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:22 smithi079 bash[28699]: cluster 2023-12-07T21:48:20.739245+0000 mgr.a (mgr.14403) 10989 : cluster 0 pgmap v8202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:22.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:22 smithi194 bash[32038]: cluster 2023-12-07T21:48:20.739245+0000 mgr.a (mgr.14403) 10989 : cluster 0 pgmap v8202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:24.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:48:24.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:24.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:24.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:24 smithi079 bash[28699]: cluster 2023-12-07T21:48:22.739792+0000 mgr.a (mgr.14403) 10990 : cluster 0 pgmap v8203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:24.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:24 smithi194 bash[32038]: cluster 2023-12-07T21:48:22.739792+0000 mgr.a (mgr.14403) 10990 : cluster 0 pgmap v8203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:24.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:24 smithi135 bash[32435]: cluster 2023-12-07T21:48:22.739792+0000 mgr.a (mgr.14403) 10990 : cluster 0 pgmap v8203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:25.284 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:48:25.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:25.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:25.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:25.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:48:26.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:26 smithi079 bash[28699]: cluster 2023-12-07T21:48:24.740335+0000 mgr.a (mgr.14403) 10991 : cluster 0 pgmap v8204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:26.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:26 smithi079 bash[28699]: audit 2023-12-07T21:48:24.792218+0000 mgr.a (mgr.14403) 10992 : audit 0 from='client.224409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:26.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:26 smithi194 bash[32038]: cluster 2023-12-07T21:48:24.740335+0000 mgr.a (mgr.14403) 10991 : cluster 0 pgmap v8204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:26.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:26 smithi194 bash[32038]: audit 2023-12-07T21:48:24.792218+0000 mgr.a (mgr.14403) 10992 : audit 0 from='client.224409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:26.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:26 smithi135 bash[32435]: cluster 2023-12-07T21:48:24.740335+0000 mgr.a (mgr.14403) 10991 : cluster 0 pgmap v8204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:26.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:26 smithi135 bash[32435]: audit 2023-12-07T21:48:24.792218+0000 mgr.a (mgr.14403) 10992 : audit 0 from='client.224409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:27.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:27 smithi079 bash[28699]: audit 2023-12-07T21:48:27.189937+0000 mon.a (mon.0) 1975 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:48:27.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:27 smithi194 bash[32038]: audit 2023-12-07T21:48:27.189937+0000 mon.a (mon.0) 1975 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:48:27.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:27 smithi135 bash[32435]: audit 2023-12-07T21:48:27.189937+0000 mon.a (mon.0) 1975 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:48:28.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:28 smithi079 bash[28699]: cluster 2023-12-07T21:48:26.740981+0000 mgr.a (mgr.14403) 10993 : cluster 0 pgmap v8205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:28.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:28 smithi079 bash[28699]: audit 2023-12-07T21:48:27.938601+0000 mon.a (mon.0) 1976 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:48:28.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:28 smithi079 bash[28699]: audit 2023-12-07T21:48:27.940377+0000 mon.a (mon.0) 1977 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:48:28.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:28 smithi079 bash[28699]: audit 2023-12-07T21:48:27.949639+0000 mon.a (mon.0) 1978 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:48:28.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:28 smithi194 bash[32038]: cluster 2023-12-07T21:48:26.740981+0000 mgr.a (mgr.14403) 10993 : cluster 0 pgmap v8205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:28.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:28 smithi194 bash[32038]: audit 2023-12-07T21:48:27.938601+0000 mon.a (mon.0) 1976 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:48:28.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:28 smithi194 bash[32038]: audit 2023-12-07T21:48:27.940377+0000 mon.a (mon.0) 1977 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:48:28.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:28 smithi194 bash[32038]: audit 2023-12-07T21:48:27.949639+0000 mon.a (mon.0) 1978 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:48:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:28 smithi135 bash[32435]: cluster 2023-12-07T21:48:26.740981+0000 mgr.a (mgr.14403) 10993 : cluster 0 pgmap v8205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:28 smithi135 bash[32435]: audit 2023-12-07T21:48:27.938601+0000 mon.a (mon.0) 1976 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:48:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:28 smithi135 bash[32435]: audit 2023-12-07T21:48:27.940377+0000 mon.a (mon.0) 1977 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:48:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:28 smithi135 bash[32435]: audit 2023-12-07T21:48:27.949639+0000 mon.a (mon.0) 1978 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:48:30.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:48:30.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:30.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:30.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:30 smithi079 bash[28699]: cluster 2023-12-07T21:48:28.741762+0000 mgr.a (mgr.14403) 10994 : cluster 0 pgmap v8206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:30.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:30 smithi194 bash[32038]: cluster 2023-12-07T21:48:28.741762+0000 mgr.a (mgr.14403) 10994 : cluster 0 pgmap v8206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:30.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:30 smithi135 bash[32435]: cluster 2023-12-07T21:48:28.741762+0000 mgr.a (mgr.14403) 10994 : cluster 0 pgmap v8206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:31.221 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:48:31.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:31.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:31.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:31.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:48:32.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:32 smithi079 bash[28699]: audit 2023-12-07T21:48:30.696969+0000 mgr.a (mgr.14403) 10995 : audit 0 from='client.224484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:32.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:32 smithi079 bash[28699]: cluster 2023-12-07T21:48:30.742272+0000 mgr.a (mgr.14403) 10996 : cluster 0 pgmap v8207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:32.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:32 smithi194 bash[32038]: audit 2023-12-07T21:48:30.696969+0000 mgr.a (mgr.14403) 10995 : audit 0 from='client.224484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:32.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:32 smithi194 bash[32038]: cluster 2023-12-07T21:48:30.742272+0000 mgr.a (mgr.14403) 10996 : cluster 0 pgmap v8207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:32 smithi135 bash[32435]: audit 2023-12-07T21:48:30.696969+0000 mgr.a (mgr.14403) 10995 : audit 0 from='client.224484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:32 smithi135 bash[32435]: cluster 2023-12-07T21:48:30.742272+0000 mgr.a (mgr.14403) 10996 : cluster 0 pgmap v8207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:34.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:34 smithi079 bash[28699]: cluster 2023-12-07T21:48:32.742882+0000 mgr.a (mgr.14403) 10997 : cluster 0 pgmap v8208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:34.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:34 smithi194 bash[32038]: cluster 2023-12-07T21:48:32.742882+0000 mgr.a (mgr.14403) 10997 : cluster 0 pgmap v8208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:34.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:34 smithi135 bash[32435]: cluster 2023-12-07T21:48:32.742882+0000 mgr.a (mgr.14403) 10997 : cluster 0 pgmap v8208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:36.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:48:36.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:36.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:36.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:36 smithi079 bash[28699]: cluster 2023-12-07T21:48:34.743701+0000 mgr.a (mgr.14403) 10998 : cluster 0 pgmap v8209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:36.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:36 smithi194 bash[32038]: cluster 2023-12-07T21:48:34.743701+0000 mgr.a (mgr.14403) 10998 : cluster 0 pgmap v8209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:36.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:36 smithi135 bash[32435]: cluster 2023-12-07T21:48:34.743701+0000 mgr.a (mgr.14403) 10998 : cluster 0 pgmap v8209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:37.131 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:48:37.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:37.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:37.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:37.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:48:38.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:38 smithi079 bash[28699]: audit 2023-12-07T21:48:36.634535+0000 mgr.a (mgr.14403) 10999 : audit 0 from='client.224559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:38.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:38 smithi079 bash[28699]: cluster 2023-12-07T21:48:36.744310+0000 mgr.a (mgr.14403) 11000 : cluster 0 pgmap v8210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:38.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:38 smithi194 bash[32038]: audit 2023-12-07T21:48:36.634535+0000 mgr.a (mgr.14403) 10999 : audit 0 from='client.224559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:38.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:38 smithi194 bash[32038]: cluster 2023-12-07T21:48:36.744310+0000 mgr.a (mgr.14403) 11000 : cluster 0 pgmap v8210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:38.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:38 smithi135 bash[32435]: audit 2023-12-07T21:48:36.634535+0000 mgr.a (mgr.14403) 10999 : audit 0 from='client.224559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:38.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:38 smithi135 bash[32435]: cluster 2023-12-07T21:48:36.744310+0000 mgr.a (mgr.14403) 11000 : cluster 0 pgmap v8210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:40.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:40 smithi079 bash[28699]: cluster 2023-12-07T21:48:38.745293+0000 mgr.a (mgr.14403) 11001 : cluster 0 pgmap v8211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:40.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:40 smithi194 bash[32038]: cluster 2023-12-07T21:48:38.745293+0000 mgr.a (mgr.14403) 11001 : cluster 0 pgmap v8211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:40.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:40 smithi135 bash[32435]: cluster 2023-12-07T21:48:38.745293+0000 mgr.a (mgr.14403) 11001 : cluster 0 pgmap v8211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:42.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:48:42.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:42.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:42.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:42 smithi079 bash[28699]: cluster 2023-12-07T21:48:40.745926+0000 mgr.a (mgr.14403) 11002 : cluster 0 pgmap v8212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:42.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:42 smithi194 bash[32038]: cluster 2023-12-07T21:48:40.745926+0000 mgr.a (mgr.14403) 11002 : cluster 0 pgmap v8212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:42 smithi135 bash[32435]: cluster 2023-12-07T21:48:40.745926+0000 mgr.a (mgr.14403) 11002 : cluster 0 pgmap v8212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:43.041 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:48:43.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:43.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:43.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:43.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:48:44.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:44 smithi079 bash[28699]: audit 2023-12-07T21:48:42.540529+0000 mgr.a (mgr.14403) 11003 : audit 0 from='client.224631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:44.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:44 smithi079 bash[28699]: cluster 2023-12-07T21:48:42.746431+0000 mgr.a (mgr.14403) 11004 : cluster 0 pgmap v8213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:44.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:44 smithi194 bash[32038]: audit 2023-12-07T21:48:42.540529+0000 mgr.a (mgr.14403) 11003 : audit 0 from='client.224631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:44.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:44 smithi194 bash[32038]: cluster 2023-12-07T21:48:42.746431+0000 mgr.a (mgr.14403) 11004 : cluster 0 pgmap v8213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:44 smithi135 bash[32435]: audit 2023-12-07T21:48:42.540529+0000 mgr.a (mgr.14403) 11003 : audit 0 from='client.224631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:44 smithi135 bash[32435]: cluster 2023-12-07T21:48:42.746431+0000 mgr.a (mgr.14403) 11004 : cluster 0 pgmap v8213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:46 smithi079 bash[28699]: cluster 2023-12-07T21:48:44.747325+0000 mgr.a (mgr.14403) 11005 : cluster 0 pgmap v8214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:46.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:46 smithi194 bash[32038]: cluster 2023-12-07T21:48:44.747325+0000 mgr.a (mgr.14403) 11005 : cluster 0 pgmap v8214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:46 smithi135 bash[32435]: cluster 2023-12-07T21:48:44.747325+0000 mgr.a (mgr.14403) 11005 : cluster 0 pgmap v8214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:48:48.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:48:48.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:48.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:48.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:48 smithi079 bash[28699]: cluster 2023-12-07T21:48:46.747966+0000 mgr.a (mgr.14403) 11006 : cluster 0 pgmap v8215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:48.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:48 smithi194 bash[32038]: cluster 2023-12-07T21:48:46.747966+0000 mgr.a (mgr.14403) 11006 : cluster 0 pgmap v8215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:48 smithi135 bash[32435]: cluster 2023-12-07T21:48:46.747966+0000 mgr.a (mgr.14403) 11006 : cluster 0 pgmap v8215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:48.939 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:48:48.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:48.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:48.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:48.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:48:50.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:50 smithi079 bash[28699]: audit 2023-12-07T21:48:48.448353+0000 mgr.a (mgr.14403) 11007 : audit 0 from='client.224703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:50.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:50 smithi079 bash[28699]: cluster 2023-12-07T21:48:48.749270+0000 mgr.a (mgr.14403) 11008 : cluster 0 pgmap v8216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:50.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:50 smithi194 bash[32038]: audit 2023-12-07T21:48:48.448353+0000 mgr.a (mgr.14403) 11007 : audit 0 from='client.224703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:50 smithi194 bash[32038]: cluster 2023-12-07T21:48:48.749270+0000 mgr.a (mgr.14403) 11008 : cluster 0 pgmap v8216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:50 smithi135 bash[32435]: audit 2023-12-07T21:48:48.448353+0000 mgr.a (mgr.14403) 11007 : audit 0 from='client.224703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:50 smithi135 bash[32435]: cluster 2023-12-07T21:48:48.749270+0000 mgr.a (mgr.14403) 11008 : cluster 0 pgmap v8216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:52.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:52 smithi079 bash[28699]: cluster 2023-12-07T21:48:50.749963+0000 mgr.a (mgr.14403) 11009 : cluster 0 pgmap v8217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:52.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:52 smithi194 bash[32038]: cluster 2023-12-07T21:48:50.749963+0000 mgr.a (mgr.14403) 11009 : cluster 0 pgmap v8217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:52 smithi135 bash[32435]: cluster 2023-12-07T21:48:50.749963+0000 mgr.a (mgr.14403) 11009 : cluster 0 pgmap v8217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:53.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:53 smithi079 bash[28699]: cluster 2023-12-07T21:48:52.750515+0000 mgr.a (mgr.14403) 11010 : cluster 0 pgmap v8218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:53.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:53 smithi194 bash[32038]: cluster 2023-12-07T21:48:52.750515+0000 mgr.a (mgr.14403) 11010 : cluster 0 pgmap v8218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:53.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:53 smithi135 bash[32435]: cluster 2023-12-07T21:48:52.750515+0000 mgr.a (mgr.14403) 11010 : cluster 0 pgmap v8218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:53.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:48:53.943 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:53.943 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:48:54.870 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:48:54.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:48:54.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:48:54.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:48:54.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:48:56.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:55 smithi079 bash[28699]: audit 2023-12-07T21:48:54.357771+0000 mgr.a (mgr.14403) 11011 : audit 0 from='client.224778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:56.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:55 smithi079 bash[28699]: cluster 2023-12-07T21:48:54.752245+0000 mgr.a (mgr.14403) 11012 : cluster 0 pgmap v8219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:56.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:55 smithi194 bash[32038]: audit 2023-12-07T21:48:54.357771+0000 mgr.a (mgr.14403) 11011 : audit 0 from='client.224778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:55 smithi194 bash[32038]: cluster 2023-12-07T21:48:54.752245+0000 mgr.a (mgr.14403) 11012 : cluster 0 pgmap v8219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:56.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:55 smithi135 bash[32435]: audit 2023-12-07T21:48:54.357771+0000 mgr.a (mgr.14403) 11011 : audit 0 from='client.224778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:48:56.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:55 smithi135 bash[32435]: cluster 2023-12-07T21:48:54.752245+0000 mgr.a (mgr.14403) 11012 : cluster 0 pgmap v8219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:48:58.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:57 smithi079 bash[28699]: cluster 2023-12-07T21:48:56.752851+0000 mgr.a (mgr.14403) 11013 : cluster 0 pgmap v8220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:58.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:57 smithi194 bash[32038]: cluster 2023-12-07T21:48:56.752851+0000 mgr.a (mgr.14403) 11013 : cluster 0 pgmap v8220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:58.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:57 smithi135 bash[32435]: cluster 2023-12-07T21:48:56.752851+0000 mgr.a (mgr.14403) 11013 : cluster 0 pgmap v8220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:48:59.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:48:59.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:48:59.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:00.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:48:59 smithi079 bash[28699]: cluster 2023-12-07T21:48:58.753582+0000 mgr.a (mgr.14403) 11014 : cluster 0 pgmap v8221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:00.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:48:59 smithi194 bash[32038]: cluster 2023-12-07T21:48:58.753582+0000 mgr.a (mgr.14403) 11014 : cluster 0 pgmap v8221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:00.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:48:59 smithi135 bash[32435]: cluster 2023-12-07T21:48:58.753582+0000 mgr.a (mgr.14403) 11014 : cluster 0 pgmap v8221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:00.765 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:49:00.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:00.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:00.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:00.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:49:02.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:01 smithi079 bash[28699]: audit 2023-12-07T21:49:00.281827+0000 mgr.a (mgr.14403) 11015 : audit 0 from='client.224856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:02.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:01 smithi079 bash[28699]: cluster 2023-12-07T21:49:00.754140+0000 mgr.a (mgr.14403) 11016 : cluster 0 pgmap v8222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:02.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:01 smithi194 bash[32038]: audit 2023-12-07T21:49:00.281827+0000 mgr.a (mgr.14403) 11015 : audit 0 from='client.224856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:01 smithi194 bash[32038]: cluster 2023-12-07T21:49:00.754140+0000 mgr.a (mgr.14403) 11016 : cluster 0 pgmap v8222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:02.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:01 smithi135 bash[32435]: audit 2023-12-07T21:49:00.281827+0000 mgr.a (mgr.14403) 11015 : audit 0 from='client.224856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:02.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:01 smithi135 bash[32435]: cluster 2023-12-07T21:49:00.754140+0000 mgr.a (mgr.14403) 11016 : cluster 0 pgmap v8222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:04.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:03 smithi079 bash[28699]: cluster 2023-12-07T21:49:02.754716+0000 mgr.a (mgr.14403) 11017 : cluster 0 pgmap v8223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:04.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:03 smithi194 bash[32038]: cluster 2023-12-07T21:49:02.754716+0000 mgr.a (mgr.14403) 11017 : cluster 0 pgmap v8223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:04.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:03 smithi135 bash[32435]: cluster 2023-12-07T21:49:02.754716+0000 mgr.a (mgr.14403) 11017 : cluster 0 pgmap v8223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:05.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:49:05.769 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:05.769 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:06.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:05 smithi079 bash[28699]: cluster 2023-12-07T21:49:04.755504+0000 mgr.a (mgr.14403) 11018 : cluster 0 pgmap v8224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:05 smithi194 bash[32038]: cluster 2023-12-07T21:49:04.755504+0000 mgr.a (mgr.14403) 11018 : cluster 0 pgmap v8224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:05 smithi135 bash[32435]: cluster 2023-12-07T21:49:04.755504+0000 mgr.a (mgr.14403) 11018 : cluster 0 pgmap v8224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:06.682 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:49:06.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:06.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:06.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:06.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:49:07.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:06 smithi079 bash[28699]: audit 2023-12-07T21:49:06.174567+0000 mgr.a (mgr.14403) 11019 : audit 0 from='client.224934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:07.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:06 smithi194 bash[32038]: audit 2023-12-07T21:49:06.174567+0000 mgr.a (mgr.14403) 11019 : audit 0 from='client.224934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:07.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:06 smithi135 bash[32435]: audit 2023-12-07T21:49:06.174567+0000 mgr.a (mgr.14403) 11019 : audit 0 from='client.224934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:08.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:07 smithi079 bash[28699]: cluster 2023-12-07T21:49:06.756354+0000 mgr.a (mgr.14403) 11020 : cluster 0 pgmap v8225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:08.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:07 smithi194 bash[32038]: cluster 2023-12-07T21:49:06.756354+0000 mgr.a (mgr.14403) 11020 : cluster 0 pgmap v8225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:08.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:07 smithi135 bash[32435]: cluster 2023-12-07T21:49:06.756354+0000 mgr.a (mgr.14403) 11020 : cluster 0 pgmap v8225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:10.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:09 smithi079 bash[28699]: cluster 2023-12-07T21:49:08.757357+0000 mgr.a (mgr.14403) 11021 : cluster 0 pgmap v8226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:10.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:09 smithi194 bash[32038]: cluster 2023-12-07T21:49:08.757357+0000 mgr.a (mgr.14403) 11021 : cluster 0 pgmap v8226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:10.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:09 smithi135 bash[32435]: cluster 2023-12-07T21:49:08.757357+0000 mgr.a (mgr.14403) 11021 : cluster 0 pgmap v8226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:11.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:49:11.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:11.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:12.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:11 smithi079 bash[28699]: cluster 2023-12-07T21:49:10.758047+0000 mgr.a (mgr.14403) 11022 : cluster 0 pgmap v8227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:12.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:11 smithi194 bash[32038]: cluster 2023-12-07T21:49:10.758047+0000 mgr.a (mgr.14403) 11022 : cluster 0 pgmap v8227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:12.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:11 smithi135 bash[32435]: cluster 2023-12-07T21:49:10.758047+0000 mgr.a (mgr.14403) 11022 : cluster 0 pgmap v8227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:12.586 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:49:12.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:12.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:12.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:12.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:49:13.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:12 smithi079 bash[28699]: audit 2023-12-07T21:49:12.095699+0000 mgr.a (mgr.14403) 11023 : audit 0 from='client.225009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:13.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:12 smithi194 bash[32038]: audit 2023-12-07T21:49:12.095699+0000 mgr.a (mgr.14403) 11023 : audit 0 from='client.225009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:13.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:12 smithi135 bash[32435]: audit 2023-12-07T21:49:12.095699+0000 mgr.a (mgr.14403) 11023 : audit 0 from='client.225009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:14.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:13 smithi079 bash[28699]: cluster 2023-12-07T21:49:12.758822+0000 mgr.a (mgr.14403) 11024 : cluster 0 pgmap v8228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:14.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:13 smithi194 bash[32038]: cluster 2023-12-07T21:49:12.758822+0000 mgr.a (mgr.14403) 11024 : cluster 0 pgmap v8228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:14.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:13 smithi135 bash[32435]: cluster 2023-12-07T21:49:12.758822+0000 mgr.a (mgr.14403) 11024 : cluster 0 pgmap v8228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:16.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:15 smithi079 bash[28699]: cluster 2023-12-07T21:49:14.759705+0000 mgr.a (mgr.14403) 11025 : cluster 0 pgmap v8229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:16.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:15 smithi194 bash[32038]: cluster 2023-12-07T21:49:14.759705+0000 mgr.a (mgr.14403) 11025 : cluster 0 pgmap v8229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:16.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:15 smithi135 bash[32435]: cluster 2023-12-07T21:49:14.759705+0000 mgr.a (mgr.14403) 11025 : cluster 0 pgmap v8229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:17.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:49:17.589 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:17.589 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:18.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:17 smithi079 bash[28699]: cluster 2023-12-07T21:49:16.760287+0000 mgr.a (mgr.14403) 11026 : cluster 0 pgmap v8230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:17 smithi194 bash[32038]: cluster 2023-12-07T21:49:16.760287+0000 mgr.a (mgr.14403) 11026 : cluster 0 pgmap v8230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:18.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:17 smithi135 bash[32435]: cluster 2023-12-07T21:49:16.760287+0000 mgr.a (mgr.14403) 11026 : cluster 0 pgmap v8230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:18.462 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:49:18.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:18.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:18.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:18.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:49:19.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:18 smithi079 bash[28699]: audit 2023-12-07T21:49:17.980827+0000 mgr.a (mgr.14403) 11027 : audit 0 from='client.225084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:19.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:18 smithi194 bash[32038]: audit 2023-12-07T21:49:17.980827+0000 mgr.a (mgr.14403) 11027 : audit 0 from='client.225084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:19.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:18 smithi135 bash[32435]: audit 2023-12-07T21:49:17.980827+0000 mgr.a (mgr.14403) 11027 : audit 0 from='client.225084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:20.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:19 smithi079 bash[28699]: cluster 2023-12-07T21:49:18.761258+0000 mgr.a (mgr.14403) 11028 : cluster 0 pgmap v8231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:19 smithi194 bash[32038]: cluster 2023-12-07T21:49:18.761258+0000 mgr.a (mgr.14403) 11028 : cluster 0 pgmap v8231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:19 smithi135 bash[32435]: cluster 2023-12-07T21:49:18.761258+0000 mgr.a (mgr.14403) 11028 : cluster 0 pgmap v8231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:22.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:21 smithi079 bash[28699]: cluster 2023-12-07T21:49:20.761852+0000 mgr.a (mgr.14403) 11029 : cluster 0 pgmap v8232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:21 smithi194 bash[32038]: cluster 2023-12-07T21:49:20.761852+0000 mgr.a (mgr.14403) 11029 : cluster 0 pgmap v8232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:22.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:21 smithi135 bash[32435]: cluster 2023-12-07T21:49:20.761852+0000 mgr.a (mgr.14403) 11029 : cluster 0 pgmap v8232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:23.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:49:23.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:23.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:24.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:23 smithi079 bash[28699]: cluster 2023-12-07T21:49:22.762418+0000 mgr.a (mgr.14403) 11030 : cluster 0 pgmap v8233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:23 smithi194 bash[32038]: cluster 2023-12-07T21:49:22.762418+0000 mgr.a (mgr.14403) 11030 : cluster 0 pgmap v8233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:24.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:23 smithi135 bash[32435]: cluster 2023-12-07T21:49:22.762418+0000 mgr.a (mgr.14403) 11030 : cluster 0 pgmap v8233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:24.381 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:49:24.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:24.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:24.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:24.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:49:25.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:24 smithi079 bash[28699]: audit 2023-12-07T21:49:23.878148+0000 mgr.a (mgr.14403) 11031 : audit 0 from='client.225156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:25.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:24 smithi194 bash[32038]: audit 2023-12-07T21:49:23.878148+0000 mgr.a (mgr.14403) 11031 : audit 0 from='client.225156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:25.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:24 smithi135 bash[32435]: audit 2023-12-07T21:49:23.878148+0000 mgr.a (mgr.14403) 11031 : audit 0 from='client.225156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:26.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:25 smithi079 bash[28699]: cluster 2023-12-07T21:49:24.763517+0000 mgr.a (mgr.14403) 11032 : cluster 0 pgmap v8234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:25 smithi194 bash[32038]: cluster 2023-12-07T21:49:24.763517+0000 mgr.a (mgr.14403) 11032 : cluster 0 pgmap v8234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:26.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:25 smithi135 bash[32435]: cluster 2023-12-07T21:49:24.763517+0000 mgr.a (mgr.14403) 11032 : cluster 0 pgmap v8234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:28.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:27 smithi079 bash[28699]: cluster 2023-12-07T21:49:26.764107+0000 mgr.a (mgr.14403) 11033 : cluster 0 pgmap v8235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:27 smithi194 bash[32038]: cluster 2023-12-07T21:49:26.764107+0000 mgr.a (mgr.14403) 11033 : cluster 0 pgmap v8235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:28.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:27 smithi135 bash[32435]: cluster 2023-12-07T21:49:26.764107+0000 mgr.a (mgr.14403) 11033 : cluster 0 pgmap v8235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:29.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:28 smithi079 bash[28699]: audit 2023-12-07T21:49:28.051699+0000 mon.a (mon.0) 1979 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:49:29.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:28 smithi079 bash[28699]: audit 2023-12-07T21:49:28.579308+0000 mon.a (mon.0) 1980 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:49:29.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:28 smithi079 bash[28699]: audit 2023-12-07T21:49:28.585021+0000 mon.a (mon.0) 1981 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:49:29.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:28 smithi194 bash[32038]: audit 2023-12-07T21:49:28.051699+0000 mon.a (mon.0) 1979 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:49:29.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:28 smithi194 bash[32038]: audit 2023-12-07T21:49:28.579308+0000 mon.a (mon.0) 1980 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:49:29.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:28 smithi194 bash[32038]: audit 2023-12-07T21:49:28.585021+0000 mon.a (mon.0) 1981 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:49:29.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:28 smithi135 bash[32435]: audit 2023-12-07T21:49:28.051699+0000 mon.a (mon.0) 1979 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:49:29.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:28 smithi135 bash[32435]: audit 2023-12-07T21:49:28.579308+0000 mon.a (mon.0) 1980 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:49:29.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:28 smithi135 bash[32435]: audit 2023-12-07T21:49:28.585021+0000 mon.a (mon.0) 1981 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:49:29.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:49:29.385 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:29.385 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:30.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:29 smithi079 bash[28699]: cluster 2023-12-07T21:49:28.764639+0000 mgr.a (mgr.14403) 11034 : cluster 0 pgmap v8236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:30.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:29 smithi079 bash[28699]: audit 2023-12-07T21:49:29.265365+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:49:30.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:29 smithi079 bash[28699]: audit 2023-12-07T21:49:29.267285+0000 mon.a (mon.0) 1983 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:49:30.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:29 smithi079 bash[28699]: audit 2023-12-07T21:49:29.276303+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:49:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:29 smithi194 bash[32038]: cluster 2023-12-07T21:49:28.764639+0000 mgr.a (mgr.14403) 11034 : cluster 0 pgmap v8236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:29 smithi194 bash[32038]: audit 2023-12-07T21:49:29.265365+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:49:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:29 smithi194 bash[32038]: audit 2023-12-07T21:49:29.267285+0000 mon.a (mon.0) 1983 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:49:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:29 smithi194 bash[32038]: audit 2023-12-07T21:49:29.276303+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:49:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:29 smithi135 bash[32435]: cluster 2023-12-07T21:49:28.764639+0000 mgr.a (mgr.14403) 11034 : cluster 0 pgmap v8236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:29 smithi135 bash[32435]: audit 2023-12-07T21:49:29.265365+0000 mon.a (mon.0) 1982 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:49:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:29 smithi135 bash[32435]: audit 2023-12-07T21:49:29.267285+0000 mon.a (mon.0) 1983 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:49:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:29 smithi135 bash[32435]: audit 2023-12-07T21:49:29.276303+0000 mon.a (mon.0) 1984 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:49:30.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:30.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:30.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:30.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:49:30.274 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:49:31.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:30 smithi079 bash[28699]: audit 2023-12-07T21:49:29.791889+0000 mgr.a (mgr.14403) 11035 : audit 0 from='client.225228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:31.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:30 smithi194 bash[32038]: audit 2023-12-07T21:49:29.791889+0000 mgr.a (mgr.14403) 11035 : audit 0 from='client.225228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:31.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:30 smithi135 bash[32435]: audit 2023-12-07T21:49:29.791889+0000 mgr.a (mgr.14403) 11035 : audit 0 from='client.225228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:32.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:31 smithi079 bash[28699]: cluster 2023-12-07T21:49:30.765343+0000 mgr.a (mgr.14403) 11036 : cluster 0 pgmap v8237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:31 smithi194 bash[32038]: cluster 2023-12-07T21:49:30.765343+0000 mgr.a (mgr.14403) 11036 : cluster 0 pgmap v8237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:32.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:31 smithi135 bash[32435]: cluster 2023-12-07T21:49:30.765343+0000 mgr.a (mgr.14403) 11036 : cluster 0 pgmap v8237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:34.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:33 smithi079 bash[28699]: cluster 2023-12-07T21:49:32.765942+0000 mgr.a (mgr.14403) 11037 : cluster 0 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-07T21:49:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:33 smithi194 bash[32038]: cluster 2023-12-07T21:49:32.765942+0000 mgr.a (mgr.14403) 11037 : cluster 0 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-07T21:49:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:33 smithi135 bash[32435]: cluster 2023-12-07T21:49:32.765942+0000 mgr.a (mgr.14403) 11037 : cluster 0 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-07T21:49:35.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:49:35.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:35.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:36.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:35 smithi079 bash[28699]: cluster 2023-12-07T21:49:34.766751+0000 mgr.a (mgr.14403) 11038 : cluster 0 pgmap v8239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:36.185 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:49:36.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:36.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:36.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:36.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:49:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:35 smithi194 bash[32038]: cluster 2023-12-07T21:49:34.766751+0000 mgr.a (mgr.14403) 11038 : cluster 0 pgmap v8239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:35 smithi135 bash[32435]: cluster 2023-12-07T21:49:34.766751+0000 mgr.a (mgr.14403) 11038 : cluster 0 pgmap v8239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:37.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:36 smithi194 bash[32038]: audit 2023-12-07T21:49:35.684008+0000 mgr.a (mgr.14403) 11039 : audit 0 from='client.225303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:37.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:36 smithi135 bash[32435]: audit 2023-12-07T21:49:35.684008+0000 mgr.a (mgr.14403) 11039 : audit 0 from='client.225303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:37.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:36 smithi079 bash[28699]: audit 2023-12-07T21:49:35.684008+0000 mgr.a (mgr.14403) 11039 : audit 0 from='client.225303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:37 smithi194 bash[32038]: cluster 2023-12-07T21:49:36.767510+0000 mgr.a (mgr.14403) 11040 : cluster 0 pgmap v8240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:37 smithi135 bash[32435]: cluster 2023-12-07T21:49:36.767510+0000 mgr.a (mgr.14403) 11040 : cluster 0 pgmap v8240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:37 smithi079 bash[28699]: cluster 2023-12-07T21:49:36.767510+0000 mgr.a (mgr.14403) 11040 : cluster 0 pgmap v8240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:39 smithi194 bash[32038]: cluster 2023-12-07T21:49:38.768322+0000 mgr.a (mgr.14403) 11041 : cluster 0 pgmap v8241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:39 smithi135 bash[32435]: cluster 2023-12-07T21:49:38.768322+0000 mgr.a (mgr.14403) 11041 : cluster 0 pgmap v8241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:39 smithi079 bash[28699]: cluster 2023-12-07T21:49:38.768322+0000 mgr.a (mgr.14403) 11041 : cluster 0 pgmap v8241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:41.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:49:41.188 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:41.188 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:42.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:42.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:42.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:42.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:49:42.102 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:49:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:41 smithi194 bash[32038]: cluster 2023-12-07T21:49:40.768893+0000 mgr.a (mgr.14403) 11042 : cluster 0 pgmap v8242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:41 smithi135 bash[32435]: cluster 2023-12-07T21:49:40.768893+0000 mgr.a (mgr.14403) 11042 : cluster 0 pgmap v8242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:41 smithi079 bash[28699]: cluster 2023-12-07T21:49:40.768893+0000 mgr.a (mgr.14403) 11042 : cluster 0 pgmap v8242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:42 smithi194 bash[32038]: audit 2023-12-07T21:49:41.595231+0000 mgr.a (mgr.14403) 11043 : audit 0 from='client.225381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:43.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:42 smithi135 bash[32435]: audit 2023-12-07T21:49:41.595231+0000 mgr.a (mgr.14403) 11043 : audit 0 from='client.225381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:42 smithi079 bash[28699]: audit 2023-12-07T21:49:41.595231+0000 mgr.a (mgr.14403) 11043 : audit 0 from='client.225381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:44.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:43 smithi194 bash[32038]: cluster 2023-12-07T21:49:42.769614+0000 mgr.a (mgr.14403) 11044 : cluster 0 pgmap v8243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:44.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:43 smithi135 bash[32435]: cluster 2023-12-07T21:49:42.769614+0000 mgr.a (mgr.14403) 11044 : cluster 0 pgmap v8243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:43 smithi079 bash[28699]: cluster 2023-12-07T21:49:42.769614+0000 mgr.a (mgr.14403) 11044 : cluster 0 pgmap v8243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:45 smithi194 bash[32038]: cluster 2023-12-07T21:49:44.770544+0000 mgr.a (mgr.14403) 11045 : cluster 0 pgmap v8244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:45 smithi135 bash[32435]: cluster 2023-12-07T21:49:44.770544+0000 mgr.a (mgr.14403) 11045 : cluster 0 pgmap v8244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:46.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:45 smithi079 bash[28699]: cluster 2023-12-07T21:49:44.770544+0000 mgr.a (mgr.14403) 11045 : cluster 0 pgmap v8244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:47.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:49:47.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:47.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:48.003 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:49:48.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:48.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:48.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:48.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:49:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:47 smithi194 bash[32038]: cluster 2023-12-07T21:49:46.771188+0000 mgr.a (mgr.14403) 11046 : cluster 0 pgmap v8245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:47 smithi135 bash[32435]: cluster 2023-12-07T21:49:46.771188+0000 mgr.a (mgr.14403) 11046 : cluster 0 pgmap v8245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:47 smithi079 bash[28699]: cluster 2023-12-07T21:49:46.771188+0000 mgr.a (mgr.14403) 11046 : cluster 0 pgmap v8245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:49.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:48 smithi194 bash[32038]: audit 2023-12-07T21:49:47.511919+0000 mgr.a (mgr.14403) 11047 : audit 0 from='client.225459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:49.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:48 smithi135 bash[32435]: audit 2023-12-07T21:49:47.511919+0000 mgr.a (mgr.14403) 11047 : audit 0 from='client.225459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:49.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:48 smithi079 bash[28699]: audit 2023-12-07T21:49:47.511919+0000 mgr.a (mgr.14403) 11047 : audit 0 from='client.225459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:49 smithi194 bash[32038]: cluster 2023-12-07T21:49:48.772039+0000 mgr.a (mgr.14403) 11048 : cluster 0 pgmap v8246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:49 smithi135 bash[32435]: cluster 2023-12-07T21:49:48.772039+0000 mgr.a (mgr.14403) 11048 : cluster 0 pgmap v8246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:49 smithi079 bash[28699]: cluster 2023-12-07T21:49:48.772039+0000 mgr.a (mgr.14403) 11048 : cluster 0 pgmap v8246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:49:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:51 smithi194 bash[32038]: cluster 2023-12-07T21:49:50.772604+0000 mgr.a (mgr.14403) 11049 : cluster 0 pgmap v8247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:51 smithi135 bash[32435]: cluster 2023-12-07T21:49:50.772604+0000 mgr.a (mgr.14403) 11049 : cluster 0 pgmap v8247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:51 smithi079 bash[28699]: cluster 2023-12-07T21:49:50.772604+0000 mgr.a (mgr.14403) 11049 : cluster 0 pgmap v8247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:53.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:49:53.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:53.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:53.940 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:49:53.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:53.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:53.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:53.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:49:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:53 smithi194 bash[32038]: cluster 2023-12-07T21:49:52.773315+0000 mgr.a (mgr.14403) 11050 : cluster 0 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-07T21:49:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:53 smithi135 bash[32435]: cluster 2023-12-07T21:49:52.773315+0000 mgr.a (mgr.14403) 11050 : cluster 0 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-07T21:49:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:53 smithi079 bash[28699]: cluster 2023-12-07T21:49:52.773315+0000 mgr.a (mgr.14403) 11050 : cluster 0 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-07T21:49:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:54 smithi135 bash[32435]: audit 2023-12-07T21:49:53.419635+0000 mgr.a (mgr.14403) 11051 : audit 0 from='client.225534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:55.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:54 smithi079 bash[28699]: audit 2023-12-07T21:49:53.419635+0000 mgr.a (mgr.14403) 11051 : audit 0 from='client.225534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:55.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:54 smithi194 bash[32038]: audit 2023-12-07T21:49:53.419635+0000 mgr.a (mgr.14403) 11051 : audit 0 from='client.225534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:49:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:55 smithi079 bash[28699]: cluster 2023-12-07T21:49:54.774404+0000 mgr.a (mgr.14403) 11052 : cluster 0 pgmap v8249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:55 smithi194 bash[32038]: cluster 2023-12-07T21:49:54.774404+0000 mgr.a (mgr.14403) 11052 : cluster 0 pgmap v8249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:55 smithi135 bash[32435]: cluster 2023-12-07T21:49:54.774404+0000 mgr.a (mgr.14403) 11052 : cluster 0 pgmap v8249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:49:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:57 smithi079 bash[28699]: cluster 2023-12-07T21:49:56.775026+0000 mgr.a (mgr.14403) 11053 : cluster 0 pgmap v8250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:57 smithi194 bash[32038]: cluster 2023-12-07T21:49:56.775026+0000 mgr.a (mgr.14403) 11053 : cluster 0 pgmap v8250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:57 smithi135 bash[32435]: cluster 2023-12-07T21:49:56.775026+0000 mgr.a (mgr.14403) 11053 : cluster 0 pgmap v8250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:49:58.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:49:58.944 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:49:58.944 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:49:59.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:49:59.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:49:59.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:49:59.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:49:59.836 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:50:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:49:59 smithi079 bash[28699]: cluster 2023-12-07T21:49:58.775709+0000 mgr.a (mgr.14403) 11054 : cluster 0 pgmap v8251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:49:59 smithi194 bash[32038]: cluster 2023-12-07T21:49:58.775709+0000 mgr.a (mgr.14403) 11054 : cluster 0 pgmap v8251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:49:59 smithi135 bash[32435]: cluster 2023-12-07T21:49:58.775709+0000 mgr.a (mgr.14403) 11054 : cluster 0 pgmap v8251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:01.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:00 smithi079 bash[28699]: audit 2023-12-07T21:49:59.353990+0000 mgr.a (mgr.14403) 11055 : audit 0 from='client.225609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:01.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:00 smithi079 bash[28699]: cluster 2023-12-07T21:50:00.000151+0000 mon.a (mon.0) 1985 : cluster 1 overall HEALTH_OK 2023-12-07T21:50:01.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:00 smithi194 bash[32038]: audit 2023-12-07T21:49:59.353990+0000 mgr.a (mgr.14403) 11055 : audit 0 from='client.225609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:01.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:00 smithi194 bash[32038]: cluster 2023-12-07T21:50:00.000151+0000 mon.a (mon.0) 1985 : cluster 1 overall HEALTH_OK 2023-12-07T21:50:01.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:00 smithi135 bash[32435]: audit 2023-12-07T21:49:59.353990+0000 mgr.a (mgr.14403) 11055 : audit 0 from='client.225609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:01.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:00 smithi135 bash[32435]: cluster 2023-12-07T21:50:00.000151+0000 mon.a (mon.0) 1985 : cluster 1 overall HEALTH_OK 2023-12-07T21:50:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:01 smithi079 bash[28699]: cluster 2023-12-07T21:50:00.776416+0000 mgr.a (mgr.14403) 11056 : cluster 0 pgmap v8252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:01 smithi194 bash[32038]: cluster 2023-12-07T21:50:00.776416+0000 mgr.a (mgr.14403) 11056 : cluster 0 pgmap v8252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:01 smithi135 bash[32435]: cluster 2023-12-07T21:50:00.776416+0000 mgr.a (mgr.14403) 11056 : cluster 0 pgmap v8252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:04.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:03 smithi079 bash[28699]: cluster 2023-12-07T21:50:02.776954+0000 mgr.a (mgr.14403) 11057 : cluster 0 pgmap v8253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:03 smithi194 bash[32038]: cluster 2023-12-07T21:50:02.776954+0000 mgr.a (mgr.14403) 11057 : cluster 0 pgmap v8253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:03 smithi135 bash[32435]: cluster 2023-12-07T21:50:02.776954+0000 mgr.a (mgr.14403) 11057 : cluster 0 pgmap v8253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:04.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:50:04.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:04.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:05.715 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:50:05.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:05.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:05.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:05.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:50:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:05 smithi079 bash[28699]: cluster 2023-12-07T21:50:04.777784+0000 mgr.a (mgr.14403) 11058 : cluster 0 pgmap v8254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:05 smithi079 bash[28699]: audit 2023-12-07T21:50:05.240343+0000 mgr.a (mgr.14403) 11059 : audit 0 from='client.225687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:05 smithi194 bash[32038]: cluster 2023-12-07T21:50:04.777784+0000 mgr.a (mgr.14403) 11058 : cluster 0 pgmap v8254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:05 smithi194 bash[32038]: audit 2023-12-07T21:50:05.240343+0000 mgr.a (mgr.14403) 11059 : audit 0 from='client.225687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:05 smithi135 bash[32435]: cluster 2023-12-07T21:50:04.777784+0000 mgr.a (mgr.14403) 11058 : cluster 0 pgmap v8254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:05 smithi135 bash[32435]: audit 2023-12-07T21:50:05.240343+0000 mgr.a (mgr.14403) 11059 : audit 0 from='client.225687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:07 smithi079 bash[28699]: cluster 2023-12-07T21:50:06.778653+0000 mgr.a (mgr.14403) 11060 : cluster 0 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-07T21:50:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:07 smithi194 bash[32038]: cluster 2023-12-07T21:50:06.778653+0000 mgr.a (mgr.14403) 11060 : cluster 0 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-07T21:50:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:07 smithi135 bash[32435]: cluster 2023-12-07T21:50:06.778653+0000 mgr.a (mgr.14403) 11060 : cluster 0 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-07T21:50:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:09 smithi079 bash[28699]: cluster 2023-12-07T21:50:08.779535+0000 mgr.a (mgr.14403) 11061 : cluster 0 pgmap v8256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:09 smithi194 bash[32038]: cluster 2023-12-07T21:50:08.779535+0000 mgr.a (mgr.14403) 11061 : cluster 0 pgmap v8256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:09 smithi135 bash[32435]: cluster 2023-12-07T21:50:08.779535+0000 mgr.a (mgr.14403) 11061 : cluster 0 pgmap v8256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:10.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:50:10.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:10.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:11.629 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:50:11.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:11.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:11.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:11.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:50:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:12 smithi079 bash[28699]: cluster 2023-12-07T21:50:10.780118+0000 mgr.a (mgr.14403) 11062 : cluster 0 pgmap v8257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:12 smithi079 bash[28699]: audit 2023-12-07T21:50:11.123385+0000 mgr.a (mgr.14403) 11063 : audit 0 from='client.225762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:12 smithi194 bash[32038]: cluster 2023-12-07T21:50:10.780118+0000 mgr.a (mgr.14403) 11062 : cluster 0 pgmap v8257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:12 smithi194 bash[32038]: audit 2023-12-07T21:50:11.123385+0000 mgr.a (mgr.14403) 11063 : audit 0 from='client.225762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:12 smithi135 bash[32435]: cluster 2023-12-07T21:50:10.780118+0000 mgr.a (mgr.14403) 11062 : cluster 0 pgmap v8257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:12 smithi135 bash[32435]: audit 2023-12-07T21:50:11.123385+0000 mgr.a (mgr.14403) 11063 : audit 0 from='client.225762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:14.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:14 smithi079 bash[28699]: cluster 2023-12-07T21:50:12.780867+0000 mgr.a (mgr.14403) 11064 : cluster 0 pgmap v8258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:14 smithi194 bash[32038]: cluster 2023-12-07T21:50:12.780867+0000 mgr.a (mgr.14403) 11064 : cluster 0 pgmap v8258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:14 smithi135 bash[32435]: cluster 2023-12-07T21:50:12.780867+0000 mgr.a (mgr.14403) 11064 : cluster 0 pgmap v8258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:16.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:16 smithi079 bash[28699]: cluster 2023-12-07T21:50:14.781698+0000 mgr.a (mgr.14403) 11065 : cluster 0 pgmap v8259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:16.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:16 smithi194 bash[32038]: cluster 2023-12-07T21:50:14.781698+0000 mgr.a (mgr.14403) 11065 : cluster 0 pgmap v8259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:16 smithi135 bash[32435]: cluster 2023-12-07T21:50:14.781698+0000 mgr.a (mgr.14403) 11065 : cluster 0 pgmap v8259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:16.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:50:16.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:16.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:17.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:17.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:17.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:17.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:50:17.532 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:50:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:18 smithi079 bash[28699]: cluster 2023-12-07T21:50:16.782257+0000 mgr.a (mgr.14403) 11066 : cluster 0 pgmap v8260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:18 smithi079 bash[28699]: audit 2023-12-07T21:50:17.037153+0000 mgr.a (mgr.14403) 11067 : audit 0 from='client.225840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:18 smithi194 bash[32038]: cluster 2023-12-07T21:50:16.782257+0000 mgr.a (mgr.14403) 11066 : cluster 0 pgmap v8260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:18 smithi194 bash[32038]: audit 2023-12-07T21:50:17.037153+0000 mgr.a (mgr.14403) 11067 : audit 0 from='client.225840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:18 smithi135 bash[32435]: cluster 2023-12-07T21:50:16.782257+0000 mgr.a (mgr.14403) 11066 : cluster 0 pgmap v8260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:18 smithi135 bash[32435]: audit 2023-12-07T21:50:17.037153+0000 mgr.a (mgr.14403) 11067 : audit 0 from='client.225840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:20 smithi079 bash[28699]: cluster 2023-12-07T21:50:18.783164+0000 mgr.a (mgr.14403) 11068 : cluster 0 pgmap v8261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:20 smithi194 bash[32038]: cluster 2023-12-07T21:50:18.783164+0000 mgr.a (mgr.14403) 11068 : cluster 0 pgmap v8261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:20 smithi135 bash[32435]: cluster 2023-12-07T21:50:18.783164+0000 mgr.a (mgr.14403) 11068 : cluster 0 pgmap v8261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:22 smithi079 bash[28699]: cluster 2023-12-07T21:50:20.783713+0000 mgr.a (mgr.14403) 11069 : cluster 0 pgmap v8262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:22 smithi194 bash[32038]: cluster 2023-12-07T21:50:20.783713+0000 mgr.a (mgr.14403) 11069 : cluster 0 pgmap v8262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:22 smithi135 bash[32435]: cluster 2023-12-07T21:50:20.783713+0000 mgr.a (mgr.14403) 11069 : cluster 0 pgmap v8262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:22.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:50:22.538 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:22.538 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:23.428 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:50:23.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:23.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:23.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:23.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:50:24.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:24 smithi079 bash[28699]: cluster 2023-12-07T21:50:22.784261+0000 mgr.a (mgr.14403) 11070 : cluster 0 pgmap v8263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:24 smithi079 bash[28699]: audit 2023-12-07T21:50:22.941622+0000 mgr.a (mgr.14403) 11071 : audit 0 from='client.225918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:24 smithi194 bash[32038]: cluster 2023-12-07T21:50:22.784261+0000 mgr.a (mgr.14403) 11070 : cluster 0 pgmap v8263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:24 smithi194 bash[32038]: audit 2023-12-07T21:50:22.941622+0000 mgr.a (mgr.14403) 11071 : audit 0 from='client.225918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:24 smithi135 bash[32435]: cluster 2023-12-07T21:50:22.784261+0000 mgr.a (mgr.14403) 11070 : cluster 0 pgmap v8263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:24 smithi135 bash[32435]: audit 2023-12-07T21:50:22.941622+0000 mgr.a (mgr.14403) 11071 : audit 0 from='client.225918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:26.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:26 smithi079 bash[28699]: cluster 2023-12-07T21:50:24.785154+0000 mgr.a (mgr.14403) 11072 : cluster 0 pgmap v8264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:26 smithi194 bash[32038]: cluster 2023-12-07T21:50:24.785154+0000 mgr.a (mgr.14403) 11072 : cluster 0 pgmap v8264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:26 smithi135 bash[32435]: cluster 2023-12-07T21:50:24.785154+0000 mgr.a (mgr.14403) 11072 : cluster 0 pgmap v8264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:28 smithi079 bash[28699]: cluster 2023-12-07T21:50:26.785720+0000 mgr.a (mgr.14403) 11073 : cluster 0 pgmap v8265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:28.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:50:28.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:28.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:28 smithi194 bash[32038]: cluster 2023-12-07T21:50:26.785720+0000 mgr.a (mgr.14403) 11073 : cluster 0 pgmap v8265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:28 smithi135 bash[32435]: cluster 2023-12-07T21:50:26.785720+0000 mgr.a (mgr.14403) 11073 : cluster 0 pgmap v8265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:29.377 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:50:29.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:29.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:29.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:29.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:50:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:30 smithi079 bash[28699]: cluster 2023-12-07T21:50:28.786166+0000 mgr.a (mgr.14403) 11074 : cluster 0 pgmap v8266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:30 smithi079 bash[28699]: audit 2023-12-07T21:50:28.848763+0000 mgr.a (mgr.14403) 11075 : audit 0 from='client.225996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:30 smithi079 bash[28699]: audit 2023-12-07T21:50:29.378473+0000 mon.a (mon.0) 1986 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:50:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:30 smithi079 bash[28699]: audit 2023-12-07T21:50:29.906107+0000 mon.a (mon.0) 1987 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:50:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:30 smithi079 bash[28699]: audit 2023-12-07T21:50:29.917073+0000 mon.a (mon.0) 1988 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:50:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:30 smithi194 bash[32038]: cluster 2023-12-07T21:50:28.786166+0000 mgr.a (mgr.14403) 11074 : cluster 0 pgmap v8266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:30 smithi194 bash[32038]: audit 2023-12-07T21:50:28.848763+0000 mgr.a (mgr.14403) 11075 : audit 0 from='client.225996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:30 smithi194 bash[32038]: audit 2023-12-07T21:50:29.378473+0000 mon.a (mon.0) 1986 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:50:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:30 smithi194 bash[32038]: audit 2023-12-07T21:50:29.906107+0000 mon.a (mon.0) 1987 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:50:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:30 smithi194 bash[32038]: audit 2023-12-07T21:50:29.917073+0000 mon.a (mon.0) 1988 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:50:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:30 smithi135 bash[32435]: cluster 2023-12-07T21:50:28.786166+0000 mgr.a (mgr.14403) 11074 : cluster 0 pgmap v8266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:30 smithi135 bash[32435]: audit 2023-12-07T21:50:28.848763+0000 mgr.a (mgr.14403) 11075 : audit 0 from='client.225996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:30 smithi135 bash[32435]: audit 2023-12-07T21:50:29.378473+0000 mon.a (mon.0) 1986 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:50:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:30 smithi135 bash[32435]: audit 2023-12-07T21:50:29.906107+0000 mon.a (mon.0) 1987 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:50:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:30 smithi135 bash[32435]: audit 2023-12-07T21:50:29.917073+0000 mon.a (mon.0) 1988 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:50:31.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:31 smithi079 bash[28699]: audit 2023-12-07T21:50:30.607330+0000 mon.a (mon.0) 1989 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:50:31.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:31 smithi079 bash[28699]: audit 2023-12-07T21:50:30.609279+0000 mon.a (mon.0) 1990 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:50:31.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:31 smithi079 bash[28699]: audit 2023-12-07T21:50:30.618592+0000 mon.a (mon.0) 1991 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:50:31.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:31 smithi194 bash[32038]: audit 2023-12-07T21:50:30.607330+0000 mon.a (mon.0) 1989 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:50:31.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:31 smithi194 bash[32038]: audit 2023-12-07T21:50:30.609279+0000 mon.a (mon.0) 1990 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:50:31.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:31 smithi194 bash[32038]: audit 2023-12-07T21:50:30.618592+0000 mon.a (mon.0) 1991 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:50:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:31 smithi135 bash[32435]: audit 2023-12-07T21:50:30.607330+0000 mon.a (mon.0) 1989 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:50:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:31 smithi135 bash[32435]: audit 2023-12-07T21:50:30.609279+0000 mon.a (mon.0) 1990 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:50:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:31 smithi135 bash[32435]: audit 2023-12-07T21:50:30.618592+0000 mon.a (mon.0) 1991 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:50:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:32 smithi079 bash[28699]: cluster 2023-12-07T21:50:30.786776+0000 mgr.a (mgr.14403) 11076 : cluster 0 pgmap v8267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:32 smithi194 bash[32038]: cluster 2023-12-07T21:50:30.786776+0000 mgr.a (mgr.14403) 11076 : cluster 0 pgmap v8267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:32 smithi135 bash[32435]: cluster 2023-12-07T21:50:30.786776+0000 mgr.a (mgr.14403) 11076 : cluster 0 pgmap v8267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:34.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:50:34.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:34.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:34.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:34 smithi079 bash[28699]: cluster 2023-12-07T21:50:32.787504+0000 mgr.a (mgr.14403) 11077 : cluster 0 pgmap v8268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:34 smithi194 bash[32038]: cluster 2023-12-07T21:50:32.787504+0000 mgr.a (mgr.14403) 11077 : cluster 0 pgmap v8268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:34 smithi135 bash[32435]: cluster 2023-12-07T21:50:32.787504+0000 mgr.a (mgr.14403) 11077 : cluster 0 pgmap v8268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:35.315 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:50:35.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:35.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:35.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:35.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:50:36.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:36 smithi079 bash[28699]: cluster 2023-12-07T21:50:34.788067+0000 mgr.a (mgr.14403) 11078 : cluster 0 pgmap v8269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:36 smithi079 bash[28699]: audit 2023-12-07T21:50:34.789690+0000 mgr.a (mgr.14403) 11079 : audit 0 from='client.226074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:36 smithi194 bash[32038]: cluster 2023-12-07T21:50:34.788067+0000 mgr.a (mgr.14403) 11078 : cluster 0 pgmap v8269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:36 smithi194 bash[32038]: audit 2023-12-07T21:50:34.789690+0000 mgr.a (mgr.14403) 11079 : audit 0 from='client.226074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:36 smithi135 bash[32435]: cluster 2023-12-07T21:50:34.788067+0000 mgr.a (mgr.14403) 11078 : cluster 0 pgmap v8269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:36 smithi135 bash[32435]: audit 2023-12-07T21:50:34.789690+0000 mgr.a (mgr.14403) 11079 : audit 0 from='client.226074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:38 smithi079 bash[28699]: cluster 2023-12-07T21:50:36.788676+0000 mgr.a (mgr.14403) 11080 : cluster 0 pgmap v8270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:38 smithi194 bash[32038]: cluster 2023-12-07T21:50:36.788676+0000 mgr.a (mgr.14403) 11080 : cluster 0 pgmap v8270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:38 smithi135 bash[32435]: cluster 2023-12-07T21:50:36.788676+0000 mgr.a (mgr.14403) 11080 : cluster 0 pgmap v8270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:50:40.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:50:40.317 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:40.317 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:40 smithi079 bash[28699]: cluster 2023-12-07T21:50:38.789485+0000 mgr.a (mgr.14403) 11081 : cluster 0 pgmap v8271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:40 smithi194 bash[32038]: cluster 2023-12-07T21:50:38.789485+0000 mgr.a (mgr.14403) 11081 : cluster 0 pgmap v8271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:40 smithi135 bash[32435]: cluster 2023-12-07T21:50:38.789485+0000 mgr.a (mgr.14403) 11081 : cluster 0 pgmap v8271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:41.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:41.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:41.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:41.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:50:41.220 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:50:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:42 smithi079 bash[28699]: audit 2023-12-07T21:50:40.721424+0000 mgr.a (mgr.14403) 11082 : audit 0 from='client.226152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:42 smithi079 bash[28699]: cluster 2023-12-07T21:50:40.790128+0000 mgr.a (mgr.14403) 11083 : cluster 0 pgmap v8272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:42 smithi194 bash[32038]: audit 2023-12-07T21:50:40.721424+0000 mgr.a (mgr.14403) 11082 : audit 0 from='client.226152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:42 smithi194 bash[32038]: cluster 2023-12-07T21:50:40.790128+0000 mgr.a (mgr.14403) 11083 : cluster 0 pgmap v8272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:42 smithi135 bash[32435]: audit 2023-12-07T21:50:40.721424+0000 mgr.a (mgr.14403) 11082 : audit 0 from='client.226152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:42 smithi135 bash[32435]: cluster 2023-12-07T21:50:40.790128+0000 mgr.a (mgr.14403) 11083 : cluster 0 pgmap v8272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:44 smithi079 bash[28699]: cluster 2023-12-07T21:50:42.790808+0000 mgr.a (mgr.14403) 11084 : cluster 0 pgmap v8273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:44 smithi194 bash[32038]: cluster 2023-12-07T21:50:42.790808+0000 mgr.a (mgr.14403) 11084 : cluster 0 pgmap v8273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:44 smithi135 bash[32435]: cluster 2023-12-07T21:50:42.790808+0000 mgr.a (mgr.14403) 11084 : cluster 0 pgmap v8273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:46.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:50:46.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:46.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:46.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:46 smithi079 bash[28699]: cluster 2023-12-07T21:50:44.791646+0000 mgr.a (mgr.14403) 11085 : cluster 0 pgmap v8274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:46 smithi194 bash[32038]: cluster 2023-12-07T21:50:44.791646+0000 mgr.a (mgr.14403) 11085 : cluster 0 pgmap v8274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:46 smithi135 bash[32435]: cluster 2023-12-07T21:50:44.791646+0000 mgr.a (mgr.14403) 11085 : cluster 0 pgmap v8274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:47.124 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:50:47.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:47.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:47.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:47.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:50:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:48 smithi079 bash[28699]: audit 2023-12-07T21:50:46.634198+0000 mgr.a (mgr.14403) 11086 : audit 0 from='client.226230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:48 smithi079 bash[28699]: cluster 2023-12-07T21:50:46.792221+0000 mgr.a (mgr.14403) 11087 : cluster 0 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-07T21:50:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:48 smithi194 bash[32038]: audit 2023-12-07T21:50:46.634198+0000 mgr.a (mgr.14403) 11086 : audit 0 from='client.226230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:48 smithi194 bash[32038]: cluster 2023-12-07T21:50:46.792221+0000 mgr.a (mgr.14403) 11087 : cluster 0 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-07T21:50:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:48 smithi135 bash[32435]: audit 2023-12-07T21:50:46.634198+0000 mgr.a (mgr.14403) 11086 : audit 0 from='client.226230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:48 smithi135 bash[32435]: cluster 2023-12-07T21:50:46.792221+0000 mgr.a (mgr.14403) 11087 : cluster 0 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-07T21:50:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:50 smithi079 bash[28699]: cluster 2023-12-07T21:50:48.793079+0000 mgr.a (mgr.14403) 11088 : cluster 0 pgmap v8276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:50 smithi194 bash[32038]: cluster 2023-12-07T21:50:48.793079+0000 mgr.a (mgr.14403) 11088 : cluster 0 pgmap v8276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:50 smithi135 bash[32435]: cluster 2023-12-07T21:50:48.793079+0000 mgr.a (mgr.14403) 11088 : cluster 0 pgmap v8276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:52.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:50:52.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:52.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:52 smithi079 bash[28699]: cluster 2023-12-07T21:50:50.793671+0000 mgr.a (mgr.14403) 11089 : cluster 0 pgmap v8277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:52 smithi194 bash[32038]: cluster 2023-12-07T21:50:50.793671+0000 mgr.a (mgr.14403) 11089 : cluster 0 pgmap v8277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:52 smithi135 bash[32435]: cluster 2023-12-07T21:50:50.793671+0000 mgr.a (mgr.14403) 11089 : cluster 0 pgmap v8277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:53.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:53.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:53.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:53.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:50:53.013 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:50:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:54 smithi079 bash[28699]: audit 2023-12-07T21:50:52.525887+0000 mgr.a (mgr.14403) 11090 : audit 0 from='client.226305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:54 smithi079 bash[28699]: cluster 2023-12-07T21:50:52.794381+0000 mgr.a (mgr.14403) 11091 : cluster 0 pgmap v8278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:54 smithi194 bash[32038]: audit 2023-12-07T21:50:52.525887+0000 mgr.a (mgr.14403) 11090 : audit 0 from='client.226305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:54 smithi194 bash[32038]: cluster 2023-12-07T21:50:52.794381+0000 mgr.a (mgr.14403) 11091 : cluster 0 pgmap v8278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:54 smithi135 bash[32435]: audit 2023-12-07T21:50:52.525887+0000 mgr.a (mgr.14403) 11090 : audit 0 from='client.226305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:50:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:54 smithi135 bash[32435]: cluster 2023-12-07T21:50:52.794381+0000 mgr.a (mgr.14403) 11091 : cluster 0 pgmap v8278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:56 smithi079 bash[28699]: cluster 2023-12-07T21:50:54.795331+0000 mgr.a (mgr.14403) 11092 : cluster 0 pgmap v8279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:56 smithi194 bash[32038]: cluster 2023-12-07T21:50:54.795331+0000 mgr.a (mgr.14403) 11092 : cluster 0 pgmap v8279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:56 smithi135 bash[32435]: cluster 2023-12-07T21:50:54.795331+0000 mgr.a (mgr.14403) 11092 : cluster 0 pgmap v8279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:50:58.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:50:58.016 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:50:58.016 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:50:58.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:50:58 smithi079 bash[28699]: cluster 2023-12-07T21:50:56.795995+0000 mgr.a (mgr.14403) 11093 : cluster 0 pgmap v8280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:50:58 smithi194 bash[32038]: cluster 2023-12-07T21:50:56.795995+0000 mgr.a (mgr.14403) 11093 : cluster 0 pgmap v8280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:50:58 smithi135 bash[32435]: cluster 2023-12-07T21:50:56.795995+0000 mgr.a (mgr.14403) 11093 : cluster 0 pgmap v8280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:50:58.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:50:58.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:50:58.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:50:58.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:50:58.905 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:51:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:00 smithi079 bash[28699]: audit 2023-12-07T21:50:58.418163+0000 mgr.a (mgr.14403) 11094 : audit 0 from='client.226380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:00 smithi079 bash[28699]: cluster 2023-12-07T21:50:58.797126+0000 mgr.a (mgr.14403) 11095 : cluster 0 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-07T21:51:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:00 smithi194 bash[32038]: audit 2023-12-07T21:50:58.418163+0000 mgr.a (mgr.14403) 11094 : audit 0 from='client.226380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:00 smithi194 bash[32038]: cluster 2023-12-07T21:50:58.797126+0000 mgr.a (mgr.14403) 11095 : cluster 0 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-07T21:51:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:00 smithi135 bash[32435]: audit 2023-12-07T21:50:58.418163+0000 mgr.a (mgr.14403) 11094 : audit 0 from='client.226380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:00 smithi135 bash[32435]: cluster 2023-12-07T21:50:58.797126+0000 mgr.a (mgr.14403) 11095 : cluster 0 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-07T21:51:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:02 smithi079 bash[28699]: cluster 2023-12-07T21:51:00.797718+0000 mgr.a (mgr.14403) 11096 : cluster 0 pgmap v8282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:02 smithi194 bash[32038]: cluster 2023-12-07T21:51:00.797718+0000 mgr.a (mgr.14403) 11096 : cluster 0 pgmap v8282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:02 smithi135 bash[32435]: cluster 2023-12-07T21:51:00.797718+0000 mgr.a (mgr.14403) 11096 : cluster 0 pgmap v8282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:03.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:51:03.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:03.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:04.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:04 smithi079 bash[28699]: cluster 2023-12-07T21:51:02.798269+0000 mgr.a (mgr.14403) 11097 : cluster 0 pgmap v8283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:04 smithi194 bash[32038]: cluster 2023-12-07T21:51:02.798269+0000 mgr.a (mgr.14403) 11097 : cluster 0 pgmap v8283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:04 smithi135 bash[32435]: cluster 2023-12-07T21:51:02.798269+0000 mgr.a (mgr.14403) 11097 : cluster 0 pgmap v8283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:04.812 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:51:04.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:04.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:04.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:04.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:51:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:06 smithi079 bash[28699]: audit 2023-12-07T21:51:04.309437+0000 mgr.a (mgr.14403) 11098 : audit 0 from='client.226452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:06.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:06 smithi079 bash[28699]: cluster 2023-12-07T21:51:04.799273+0000 mgr.a (mgr.14403) 11099 : cluster 0 pgmap v8284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:06 smithi194 bash[32038]: audit 2023-12-07T21:51:04.309437+0000 mgr.a (mgr.14403) 11098 : audit 0 from='client.226452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:06.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:06 smithi194 bash[32038]: cluster 2023-12-07T21:51:04.799273+0000 mgr.a (mgr.14403) 11099 : cluster 0 pgmap v8284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:06 smithi135 bash[32435]: audit 2023-12-07T21:51:04.309437+0000 mgr.a (mgr.14403) 11098 : audit 0 from='client.226452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:06 smithi135 bash[32435]: cluster 2023-12-07T21:51:04.799273+0000 mgr.a (mgr.14403) 11099 : cluster 0 pgmap v8284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:08 smithi079 bash[28699]: cluster 2023-12-07T21:51:06.799874+0000 mgr.a (mgr.14403) 11100 : cluster 0 pgmap v8285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:08 smithi194 bash[32038]: cluster 2023-12-07T21:51:06.799874+0000 mgr.a (mgr.14403) 11100 : cluster 0 pgmap v8285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:08 smithi135 bash[32435]: cluster 2023-12-07T21:51:06.799874+0000 mgr.a (mgr.14403) 11100 : cluster 0 pgmap v8285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:09.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:51:09.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:09.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:10 smithi079 bash[28699]: cluster 2023-12-07T21:51:08.800547+0000 mgr.a (mgr.14403) 11101 : cluster 0 pgmap v8286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:10 smithi194 bash[32038]: cluster 2023-12-07T21:51:08.800547+0000 mgr.a (mgr.14403) 11101 : cluster 0 pgmap v8286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:10 smithi135 bash[32435]: cluster 2023-12-07T21:51:08.800547+0000 mgr.a (mgr.14403) 11101 : cluster 0 pgmap v8286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:10.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:10.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:10.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:10.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:51:10.736 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:51:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:11 smithi079 bash[28699]: audit 2023-12-07T21:51:10.225970+0000 mgr.a (mgr.14403) 11102 : audit 0 from='client.226521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:11 smithi194 bash[32038]: audit 2023-12-07T21:51:10.225970+0000 mgr.a (mgr.14403) 11102 : audit 0 from='client.226521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:11 smithi135 bash[32435]: audit 2023-12-07T21:51:10.225970+0000 mgr.a (mgr.14403) 11102 : audit 0 from='client.226521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:12 smithi194 bash[32038]: cluster 2023-12-07T21:51:10.801221+0000 mgr.a (mgr.14403) 11103 : cluster 0 pgmap v8287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:12 smithi135 bash[32435]: cluster 2023-12-07T21:51:10.801221+0000 mgr.a (mgr.14403) 11103 : cluster 0 pgmap v8287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:12 smithi079 bash[28699]: cluster 2023-12-07T21:51:10.801221+0000 mgr.a (mgr.14403) 11103 : cluster 0 pgmap v8287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:14 smithi194 bash[32038]: cluster 2023-12-07T21:51:12.801956+0000 mgr.a (mgr.14403) 11104 : cluster 0 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-07T21:51:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:14 smithi135 bash[32435]: cluster 2023-12-07T21:51:12.801956+0000 mgr.a (mgr.14403) 11104 : cluster 0 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-07T21:51:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:14 smithi079 bash[28699]: cluster 2023-12-07T21:51:12.801956+0000 mgr.a (mgr.14403) 11104 : cluster 0 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-07T21:51:15.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:51:15.738 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:15.738 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:16 smithi194 bash[32038]: cluster 2023-12-07T21:51:14.802991+0000 mgr.a (mgr.14403) 11105 : cluster 0 pgmap v8289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:16 smithi135 bash[32435]: cluster 2023-12-07T21:51:14.802991+0000 mgr.a (mgr.14403) 11105 : cluster 0 pgmap v8289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:16 smithi079 bash[28699]: cluster 2023-12-07T21:51:14.802991+0000 mgr.a (mgr.14403) 11105 : cluster 0 pgmap v8289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:16.660 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:51:16.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:16.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:16.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:16.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:51:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:17 smithi194 bash[32038]: audit 2023-12-07T21:51:16.149415+0000 mgr.a (mgr.14403) 11106 : audit 0 from='client.226596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:17 smithi135 bash[32435]: audit 2023-12-07T21:51:16.149415+0000 mgr.a (mgr.14403) 11106 : audit 0 from='client.226596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:17 smithi079 bash[28699]: audit 2023-12-07T21:51:16.149415+0000 mgr.a (mgr.14403) 11106 : audit 0 from='client.226596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:18 smithi194 bash[32038]: cluster 2023-12-07T21:51:16.803703+0000 mgr.a (mgr.14403) 11107 : cluster 0 pgmap v8290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:18 smithi135 bash[32435]: cluster 2023-12-07T21:51:16.803703+0000 mgr.a (mgr.14403) 11107 : cluster 0 pgmap v8290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:18 smithi079 bash[28699]: cluster 2023-12-07T21:51:16.803703+0000 mgr.a (mgr.14403) 11107 : cluster 0 pgmap v8290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:20 smithi194 bash[32038]: cluster 2023-12-07T21:51:18.804506+0000 mgr.a (mgr.14403) 11108 : cluster 0 pgmap v8291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:20.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:20 smithi135 bash[32435]: cluster 2023-12-07T21:51:18.804506+0000 mgr.a (mgr.14403) 11108 : cluster 0 pgmap v8291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:20 smithi079 bash[28699]: cluster 2023-12-07T21:51:18.804506+0000 mgr.a (mgr.14403) 11108 : cluster 0 pgmap v8291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:21.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:51:21.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:21.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:22 smithi194 bash[32038]: cluster 2023-12-07T21:51:20.805061+0000 mgr.a (mgr.14403) 11109 : cluster 0 pgmap v8292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:22 smithi135 bash[32435]: cluster 2023-12-07T21:51:20.805061+0000 mgr.a (mgr.14403) 11109 : cluster 0 pgmap v8292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:22.576 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:51:22.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:22.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:22.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:22.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:51:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:22 smithi079 bash[28699]: cluster 2023-12-07T21:51:20.805061+0000 mgr.a (mgr.14403) 11109 : cluster 0 pgmap v8292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:23 smithi194 bash[32038]: audit 2023-12-07T21:51:22.072880+0000 mgr.a (mgr.14403) 11110 : audit 0 from='client.226674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:23 smithi135 bash[32435]: audit 2023-12-07T21:51:22.072880+0000 mgr.a (mgr.14403) 11110 : audit 0 from='client.226674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:23 smithi079 bash[28699]: audit 2023-12-07T21:51:22.072880+0000 mgr.a (mgr.14403) 11110 : audit 0 from='client.226674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:24 smithi194 bash[32038]: cluster 2023-12-07T21:51:22.805784+0000 mgr.a (mgr.14403) 11111 : cluster 0 pgmap v8293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:24 smithi135 bash[32435]: cluster 2023-12-07T21:51:22.805784+0000 mgr.a (mgr.14403) 11111 : cluster 0 pgmap v8293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:24 smithi079 bash[28699]: cluster 2023-12-07T21:51:22.805784+0000 mgr.a (mgr.14403) 11111 : cluster 0 pgmap v8293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:26 smithi194 bash[32038]: cluster 2023-12-07T21:51:24.806661+0000 mgr.a (mgr.14403) 11112 : cluster 0 pgmap v8294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:26.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:26 smithi135 bash[32435]: cluster 2023-12-07T21:51:24.806661+0000 mgr.a (mgr.14403) 11112 : cluster 0 pgmap v8294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:26 smithi079 bash[28699]: cluster 2023-12-07T21:51:24.806661+0000 mgr.a (mgr.14403) 11112 : cluster 0 pgmap v8294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:27.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:51:27.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:27.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:28 smithi194 bash[32038]: cluster 2023-12-07T21:51:26.807259+0000 mgr.a (mgr.14403) 11113 : cluster 0 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-07T21:51:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:28 smithi135 bash[32435]: cluster 2023-12-07T21:51:26.807259+0000 mgr.a (mgr.14403) 11113 : cluster 0 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-07T21:51:28.495 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:51:28.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:28.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:28.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:28.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:51:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:28 smithi079 bash[28699]: cluster 2023-12-07T21:51:26.807259+0000 mgr.a (mgr.14403) 11113 : cluster 0 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-07T21:51:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:29 smithi194 bash[32038]: audit 2023-12-07T21:51:27.984921+0000 mgr.a (mgr.14403) 11114 : audit 0 from='client.226752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:29 smithi135 bash[32435]: audit 2023-12-07T21:51:27.984921+0000 mgr.a (mgr.14403) 11114 : audit 0 from='client.226752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:29 smithi079 bash[28699]: audit 2023-12-07T21:51:27.984921+0000 mgr.a (mgr.14403) 11114 : audit 0 from='client.226752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:30 smithi079 bash[28699]: cluster 2023-12-07T21:51:28.808126+0000 mgr.a (mgr.14403) 11115 : cluster 0 pgmap v8296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:30 smithi194 bash[32038]: cluster 2023-12-07T21:51:28.808126+0000 mgr.a (mgr.14403) 11115 : cluster 0 pgmap v8296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:30 smithi135 bash[32435]: cluster 2023-12-07T21:51:28.808126+0000 mgr.a (mgr.14403) 11115 : cluster 0 pgmap v8296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:31 smithi079 bash[28699]: audit 2023-12-07T21:51:30.723104+0000 mon.a (mon.0) 1992 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:51:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:31 smithi194 bash[32038]: audit 2023-12-07T21:51:30.723104+0000 mon.a (mon.0) 1992 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:51:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:31 smithi135 bash[32435]: audit 2023-12-07T21:51:30.723104+0000 mon.a (mon.0) 1992 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:51:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:32 smithi079 bash[28699]: cluster 2023-12-07T21:51:30.808670+0000 mgr.a (mgr.14403) 11116 : cluster 0 pgmap v8297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:32 smithi079 bash[28699]: audit 2023-12-07T21:51:31.250679+0000 mon.a (mon.0) 1993 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:51:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:32 smithi079 bash[28699]: audit 2023-12-07T21:51:31.256760+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:51:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:32 smithi079 bash[28699]: audit 2023-12-07T21:51:32.001426+0000 mon.a (mon.0) 1995 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:51:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:32 smithi079 bash[28699]: audit 2023-12-07T21:51:32.003257+0000 mon.a (mon.0) 1996 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:51:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:32 smithi079 bash[28699]: audit 2023-12-07T21:51:32.013335+0000 mon.a (mon.0) 1997 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:51:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:32 smithi194 bash[32038]: cluster 2023-12-07T21:51:30.808670+0000 mgr.a (mgr.14403) 11116 : cluster 0 pgmap v8297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:32 smithi194 bash[32038]: audit 2023-12-07T21:51:31.250679+0000 mon.a (mon.0) 1993 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:51:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:32 smithi194 bash[32038]: audit 2023-12-07T21:51:31.256760+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:51:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:32 smithi194 bash[32038]: audit 2023-12-07T21:51:32.001426+0000 mon.a (mon.0) 1995 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:51:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:32 smithi194 bash[32038]: audit 2023-12-07T21:51:32.003257+0000 mon.a (mon.0) 1996 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:51:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:32 smithi194 bash[32038]: audit 2023-12-07T21:51:32.013335+0000 mon.a (mon.0) 1997 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:32 smithi135 bash[32435]: cluster 2023-12-07T21:51:30.808670+0000 mgr.a (mgr.14403) 11116 : cluster 0 pgmap v8297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:32 smithi135 bash[32435]: audit 2023-12-07T21:51:31.250679+0000 mon.a (mon.0) 1993 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:32 smithi135 bash[32435]: audit 2023-12-07T21:51:31.256760+0000 mon.a (mon.0) 1994 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:32 smithi135 bash[32435]: audit 2023-12-07T21:51:32.001426+0000 mon.a (mon.0) 1995 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:32 smithi135 bash[32435]: audit 2023-12-07T21:51:32.003257+0000 mon.a (mon.0) 1996 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:51:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:32 smithi135 bash[32435]: audit 2023-12-07T21:51:32.013335+0000 mon.a (mon.0) 1997 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:51:33.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:51:33.499 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:33.499 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:34.405 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:51:34.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:34.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:34.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:34.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:51:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:34 smithi079 bash[28699]: cluster 2023-12-07T21:51:32.809229+0000 mgr.a (mgr.14403) 11117 : cluster 0 pgmap v8298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:34.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:34 smithi194 bash[32038]: cluster 2023-12-07T21:51:32.809229+0000 mgr.a (mgr.14403) 11117 : cluster 0 pgmap v8298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:34 smithi135 bash[32435]: cluster 2023-12-07T21:51:32.809229+0000 mgr.a (mgr.14403) 11117 : cluster 0 pgmap v8298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:35 smithi079 bash[28699]: audit 2023-12-07T21:51:33.905974+0000 mgr.a (mgr.14403) 11118 : audit 0 from='client.226830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:35 smithi194 bash[32038]: audit 2023-12-07T21:51:33.905974+0000 mgr.a (mgr.14403) 11118 : audit 0 from='client.226830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:35 smithi135 bash[32435]: audit 2023-12-07T21:51:33.905974+0000 mgr.a (mgr.14403) 11118 : audit 0 from='client.226830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:36 smithi079 bash[28699]: cluster 2023-12-07T21:51:34.810243+0000 mgr.a (mgr.14403) 11119 : cluster 0 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-07T21:51:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:36 smithi194 bash[32038]: cluster 2023-12-07T21:51:34.810243+0000 mgr.a (mgr.14403) 11119 : cluster 0 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-07T21:51:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:36 smithi135 bash[32435]: cluster 2023-12-07T21:51:34.810243+0000 mgr.a (mgr.14403) 11119 : cluster 0 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-07T21:51:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:38 smithi079 bash[28699]: cluster 2023-12-07T21:51:36.810841+0000 mgr.a (mgr.14403) 11120 : cluster 0 pgmap v8300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:38 smithi194 bash[32038]: cluster 2023-12-07T21:51:36.810841+0000 mgr.a (mgr.14403) 11120 : cluster 0 pgmap v8300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:38 smithi135 bash[32435]: cluster 2023-12-07T21:51:36.810841+0000 mgr.a (mgr.14403) 11120 : cluster 0 pgmap v8300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:39.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:51:39.410 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:39.410 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:40.325 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:51:40.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:40.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:40.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:40.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:51:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:40 smithi079 bash[28699]: cluster 2023-12-07T21:51:38.811591+0000 mgr.a (mgr.14403) 11121 : cluster 0 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-07T21:51:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:40 smithi194 bash[32038]: cluster 2023-12-07T21:51:38.811591+0000 mgr.a (mgr.14403) 11121 : cluster 0 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-07T21:51:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:40 smithi135 bash[32435]: cluster 2023-12-07T21:51:38.811591+0000 mgr.a (mgr.14403) 11121 : cluster 0 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-07T21:51:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:41 smithi079 bash[28699]: audit 2023-12-07T21:51:39.819082+0000 mgr.a (mgr.14403) 11122 : audit 0 from='client.226908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:41 smithi194 bash[32038]: audit 2023-12-07T21:51:39.819082+0000 mgr.a (mgr.14403) 11122 : audit 0 from='client.226908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:41 smithi135 bash[32435]: audit 2023-12-07T21:51:39.819082+0000 mgr.a (mgr.14403) 11122 : audit 0 from='client.226908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:42 smithi079 bash[28699]: cluster 2023-12-07T21:51:40.812409+0000 mgr.a (mgr.14403) 11123 : cluster 0 pgmap v8302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:42 smithi194 bash[32038]: cluster 2023-12-07T21:51:40.812409+0000 mgr.a (mgr.14403) 11123 : cluster 0 pgmap v8302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:42 smithi135 bash[32435]: cluster 2023-12-07T21:51:40.812409+0000 mgr.a (mgr.14403) 11123 : cluster 0 pgmap v8302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:44 smithi079 bash[28699]: cluster 2023-12-07T21:51:42.812998+0000 mgr.a (mgr.14403) 11124 : cluster 0 pgmap v8303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:44 smithi194 bash[32038]: cluster 2023-12-07T21:51:42.812998+0000 mgr.a (mgr.14403) 11124 : cluster 0 pgmap v8303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:44 smithi135 bash[32435]: cluster 2023-12-07T21:51:42.812998+0000 mgr.a (mgr.14403) 11124 : cluster 0 pgmap v8303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:51:45.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:51:45.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:45.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:46.228 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:51:46.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:46.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:46.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:46.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:51:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:46 smithi079 bash[28699]: cluster 2023-12-07T21:51:44.813780+0000 mgr.a (mgr.14403) 11125 : cluster 0 pgmap v8304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:46 smithi194 bash[32038]: cluster 2023-12-07T21:51:44.813780+0000 mgr.a (mgr.14403) 11125 : cluster 0 pgmap v8304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:46 smithi135 bash[32435]: cluster 2023-12-07T21:51:44.813780+0000 mgr.a (mgr.14403) 11125 : cluster 0 pgmap v8304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:47 smithi079 bash[28699]: audit 2023-12-07T21:51:45.740214+0000 mgr.a (mgr.14403) 11126 : audit 0 from='client.226983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:47 smithi194 bash[32038]: audit 2023-12-07T21:51:45.740214+0000 mgr.a (mgr.14403) 11126 : audit 0 from='client.226983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:47 smithi135 bash[32435]: audit 2023-12-07T21:51:45.740214+0000 mgr.a (mgr.14403) 11126 : audit 0 from='client.226983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:48 smithi079 bash[28699]: cluster 2023-12-07T21:51:46.814544+0000 mgr.a (mgr.14403) 11127 : cluster 0 pgmap v8305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:48 smithi194 bash[32038]: cluster 2023-12-07T21:51:46.814544+0000 mgr.a (mgr.14403) 11127 : cluster 0 pgmap v8305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:48 smithi135 bash[32435]: cluster 2023-12-07T21:51:46.814544+0000 mgr.a (mgr.14403) 11127 : cluster 0 pgmap v8305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:50 smithi079 bash[28699]: cluster 2023-12-07T21:51:48.815402+0000 mgr.a (mgr.14403) 11128 : cluster 0 pgmap v8306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:50 smithi194 bash[32038]: cluster 2023-12-07T21:51:48.815402+0000 mgr.a (mgr.14403) 11128 : cluster 0 pgmap v8306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:50 smithi135 bash[32435]: cluster 2023-12-07T21:51:48.815402+0000 mgr.a (mgr.14403) 11128 : cluster 0 pgmap v8306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:51.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:51:51.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:51.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:52.145 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:51:52.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:52.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:52.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:52.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:51:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:52 smithi079 bash[28699]: cluster 2023-12-07T21:51:50.816020+0000 mgr.a (mgr.14403) 11129 : cluster 0 pgmap v8307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:52 smithi194 bash[32038]: cluster 2023-12-07T21:51:50.816020+0000 mgr.a (mgr.14403) 11129 : cluster 0 pgmap v8307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:52 smithi135 bash[32435]: cluster 2023-12-07T21:51:50.816020+0000 mgr.a (mgr.14403) 11129 : cluster 0 pgmap v8307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:51:53.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:53 smithi079 bash[28699]: audit 2023-12-07T21:51:51.629875+0000 mgr.a (mgr.14403) 11130 : audit 0 from='client.227058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:53 smithi194 bash[32038]: audit 2023-12-07T21:51:51.629875+0000 mgr.a (mgr.14403) 11130 : audit 0 from='client.227058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:53 smithi135 bash[32435]: audit 2023-12-07T21:51:51.629875+0000 mgr.a (mgr.14403) 11130 : audit 0 from='client.227058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:54 smithi079 bash[28699]: cluster 2023-12-07T21:51:52.816761+0000 mgr.a (mgr.14403) 11131 : cluster 0 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-07T21:51:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:54 smithi194 bash[32038]: cluster 2023-12-07T21:51:52.816761+0000 mgr.a (mgr.14403) 11131 : cluster 0 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-07T21:51:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:54 smithi135 bash[32435]: cluster 2023-12-07T21:51:52.816761+0000 mgr.a (mgr.14403) 11131 : cluster 0 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-07T21:51:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:55 smithi079 bash[28699]: cluster 2023-12-07T21:51:54.817644+0000 mgr.a (mgr.14403) 11132 : cluster 0 pgmap v8309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:55 smithi194 bash[32038]: cluster 2023-12-07T21:51:54.817644+0000 mgr.a (mgr.14403) 11132 : cluster 0 pgmap v8309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:55.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:55 smithi135 bash[32435]: cluster 2023-12-07T21:51:54.817644+0000 mgr.a (mgr.14403) 11132 : cluster 0 pgmap v8309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:51:57.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:51:57.149 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:51:57.149 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:51:58.060 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:51:58.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:51:58.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:51:58.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:51:58.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:51:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:57 smithi079 bash[28699]: cluster 2023-12-07T21:51:56.818155+0000 mgr.a (mgr.14403) 11133 : cluster 0 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-07T21:51:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:57 smithi194 bash[32038]: cluster 2023-12-07T21:51:56.818155+0000 mgr.a (mgr.14403) 11133 : cluster 0 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-07T21:51:58.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:57 smithi135 bash[32435]: cluster 2023-12-07T21:51:56.818155+0000 mgr.a (mgr.14403) 11133 : cluster 0 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-07T21:51:59.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:58 smithi079 bash[28699]: audit 2023-12-07T21:51:57.559465+0000 mgr.a (mgr.14403) 11134 : audit 0 from='client.167312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:59.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:58 smithi194 bash[32038]: audit 2023-12-07T21:51:57.559465+0000 mgr.a (mgr.14403) 11134 : audit 0 from='client.167312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:51:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:58 smithi135 bash[32435]: audit 2023-12-07T21:51:57.559465+0000 mgr.a (mgr.14403) 11134 : audit 0 from='client.167312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:51:59 smithi079 bash[28699]: cluster 2023-12-07T21:51:58.819050+0000 mgr.a (mgr.14403) 11135 : cluster 0 pgmap v8311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:51:59 smithi194 bash[32038]: cluster 2023-12-07T21:51:58.819050+0000 mgr.a (mgr.14403) 11135 : cluster 0 pgmap v8311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:00.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:51:59 smithi135 bash[32435]: cluster 2023-12-07T21:51:58.819050+0000 mgr.a (mgr.14403) 11135 : cluster 0 pgmap v8311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:01 smithi079 bash[28699]: cluster 2023-12-07T21:52:00.819642+0000 mgr.a (mgr.14403) 11136 : cluster 0 pgmap v8312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:01 smithi194 bash[32038]: cluster 2023-12-07T21:52:00.819642+0000 mgr.a (mgr.14403) 11136 : cluster 0 pgmap v8312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:02.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:01 smithi135 bash[32435]: cluster 2023-12-07T21:52:00.819642+0000 mgr.a (mgr.14403) 11136 : cluster 0 pgmap v8312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:03.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:52:03.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:03.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:03.986 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:52:03.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:03.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:03.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:03.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:52:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:03 smithi079 bash[28699]: cluster 2023-12-07T21:52:02.820199+0000 mgr.a (mgr.14403) 11137 : cluster 0 pgmap v8313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:03 smithi194 bash[32038]: cluster 2023-12-07T21:52:02.820199+0000 mgr.a (mgr.14403) 11137 : cluster 0 pgmap v8313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:03 smithi135 bash[32435]: cluster 2023-12-07T21:52:02.820199+0000 mgr.a (mgr.14403) 11137 : cluster 0 pgmap v8313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:04 smithi194 bash[32038]: audit 2023-12-07T21:52:03.468932+0000 mgr.a (mgr.14403) 11138 : audit 0 from='client.227214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:04 smithi135 bash[32435]: audit 2023-12-07T21:52:03.468932+0000 mgr.a (mgr.14403) 11138 : audit 0 from='client.227214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:05.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:04 smithi079 bash[28699]: audit 2023-12-07T21:52:03.468932+0000 mgr.a (mgr.14403) 11138 : audit 0 from='client.227214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:05 smithi194 bash[32038]: cluster 2023-12-07T21:52:04.821175+0000 mgr.a (mgr.14403) 11139 : cluster 0 pgmap v8314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:06.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:05 smithi135 bash[32435]: cluster 2023-12-07T21:52:04.821175+0000 mgr.a (mgr.14403) 11139 : cluster 0 pgmap v8314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:05 smithi079 bash[28699]: cluster 2023-12-07T21:52:04.821175+0000 mgr.a (mgr.14403) 11139 : cluster 0 pgmap v8314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:07 smithi194 bash[32038]: cluster 2023-12-07T21:52:06.821893+0000 mgr.a (mgr.14403) 11140 : cluster 0 pgmap v8315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:08.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:07 smithi135 bash[32435]: cluster 2023-12-07T21:52:06.821893+0000 mgr.a (mgr.14403) 11140 : cluster 0 pgmap v8315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:07 smithi079 bash[28699]: cluster 2023-12-07T21:52:06.821893+0000 mgr.a (mgr.14403) 11140 : cluster 0 pgmap v8315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:08.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:52:08.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:08.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:09.882 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:52:09.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:09.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:09.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:09.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:52:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:09 smithi194 bash[32038]: cluster 2023-12-07T21:52:08.822647+0000 mgr.a (mgr.14403) 11141 : cluster 0 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-07T21:52:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:09 smithi135 bash[32435]: cluster 2023-12-07T21:52:08.822647+0000 mgr.a (mgr.14403) 11141 : cluster 0 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-07T21:52:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:09 smithi079 bash[28699]: cluster 2023-12-07T21:52:08.822647+0000 mgr.a (mgr.14403) 11141 : cluster 0 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-07T21:52:11.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:10 smithi194 bash[32038]: audit 2023-12-07T21:52:09.390924+0000 mgr.a (mgr.14403) 11142 : audit 0 from='client.227292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:11.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:10 smithi135 bash[32435]: audit 2023-12-07T21:52:09.390924+0000 mgr.a (mgr.14403) 11142 : audit 0 from='client.227292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:11.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:10 smithi079 bash[28699]: audit 2023-12-07T21:52:09.390924+0000 mgr.a (mgr.14403) 11142 : audit 0 from='client.227292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:11 smithi194 bash[32038]: cluster 2023-12-07T21:52:10.823304+0000 mgr.a (mgr.14403) 11143 : cluster 0 pgmap v8317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:12.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:11 smithi135 bash[32435]: cluster 2023-12-07T21:52:10.823304+0000 mgr.a (mgr.14403) 11143 : cluster 0 pgmap v8317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:11 smithi079 bash[28699]: cluster 2023-12-07T21:52:10.823304+0000 mgr.a (mgr.14403) 11143 : cluster 0 pgmap v8317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:14.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:13 smithi194 bash[32038]: cluster 2023-12-07T21:52:12.823873+0000 mgr.a (mgr.14403) 11144 : cluster 0 pgmap v8318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:14.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:13 smithi135 bash[32435]: cluster 2023-12-07T21:52:12.823873+0000 mgr.a (mgr.14403) 11144 : cluster 0 pgmap v8318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:13 smithi079 bash[28699]: cluster 2023-12-07T21:52:12.823873+0000 mgr.a (mgr.14403) 11144 : cluster 0 pgmap v8318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:14.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:52:14.885 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:14.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:15.780 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:52:15.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:15.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:15.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:15.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:52:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:15 smithi194 bash[32038]: cluster 2023-12-07T21:52:14.824673+0000 mgr.a (mgr.14403) 11145 : cluster 0 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-07T21:52:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:15 smithi194 bash[32038]: audit 2023-12-07T21:52:15.290496+0000 mgr.a (mgr.14403) 11146 : audit 0 from='client.227361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:16.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:15 smithi135 bash[32435]: cluster 2023-12-07T21:52:14.824673+0000 mgr.a (mgr.14403) 11145 : cluster 0 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-07T21:52:16.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:15 smithi135 bash[32435]: audit 2023-12-07T21:52:15.290496+0000 mgr.a (mgr.14403) 11146 : audit 0 from='client.227361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:15 smithi079 bash[28699]: cluster 2023-12-07T21:52:14.824673+0000 mgr.a (mgr.14403) 11145 : cluster 0 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-07T21:52:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:15 smithi079 bash[28699]: audit 2023-12-07T21:52:15.290496+0000 mgr.a (mgr.14403) 11146 : audit 0 from='client.227361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:17 smithi194 bash[32038]: cluster 2023-12-07T21:52:16.825323+0000 mgr.a (mgr.14403) 11147 : cluster 0 pgmap v8320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:17 smithi135 bash[32435]: cluster 2023-12-07T21:52:16.825323+0000 mgr.a (mgr.14403) 11147 : cluster 0 pgmap v8320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:17 smithi079 bash[28699]: cluster 2023-12-07T21:52:16.825323+0000 mgr.a (mgr.14403) 11147 : cluster 0 pgmap v8320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:19 smithi194 bash[32038]: cluster 2023-12-07T21:52:18.826135+0000 mgr.a (mgr.14403) 11148 : cluster 0 pgmap v8321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:20.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:19 smithi135 bash[32435]: cluster 2023-12-07T21:52:18.826135+0000 mgr.a (mgr.14403) 11148 : cluster 0 pgmap v8321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:19 smithi079 bash[28699]: cluster 2023-12-07T21:52:18.826135+0000 mgr.a (mgr.14403) 11148 : cluster 0 pgmap v8321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:20.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:52:20.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:20.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:21.698 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:52:21.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:21.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:21.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:21.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:52:22.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:21 smithi194 bash[32038]: cluster 2023-12-07T21:52:20.826682+0000 mgr.a (mgr.14403) 11149 : cluster 0 pgmap v8322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:22.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:21 smithi194 bash[32038]: audit 2023-12-07T21:52:21.192576+0000 mgr.a (mgr.14403) 11150 : audit 0 from='client.227433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:21 smithi135 bash[32435]: cluster 2023-12-07T21:52:20.826682+0000 mgr.a (mgr.14403) 11149 : cluster 0 pgmap v8322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:21 smithi135 bash[32435]: audit 2023-12-07T21:52:21.192576+0000 mgr.a (mgr.14403) 11150 : audit 0 from='client.227433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:21 smithi079 bash[28699]: cluster 2023-12-07T21:52:20.826682+0000 mgr.a (mgr.14403) 11149 : cluster 0 pgmap v8322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:21 smithi079 bash[28699]: audit 2023-12-07T21:52:21.192576+0000 mgr.a (mgr.14403) 11150 : audit 0 from='client.227433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:23 smithi194 bash[32038]: cluster 2023-12-07T21:52:22.827375+0000 mgr.a (mgr.14403) 11151 : cluster 0 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-07T21:52:24.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:23 smithi135 bash[32435]: cluster 2023-12-07T21:52:22.827375+0000 mgr.a (mgr.14403) 11151 : cluster 0 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-07T21:52:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:23 smithi079 bash[28699]: cluster 2023-12-07T21:52:22.827375+0000 mgr.a (mgr.14403) 11151 : cluster 0 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-07T21:52:26.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:25 smithi194 bash[32038]: cluster 2023-12-07T21:52:24.828169+0000 mgr.a (mgr.14403) 11152 : cluster 0 pgmap v8324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:25 smithi135 bash[32435]: cluster 2023-12-07T21:52:24.828169+0000 mgr.a (mgr.14403) 11152 : cluster 0 pgmap v8324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:25 smithi079 bash[28699]: cluster 2023-12-07T21:52:24.828169+0000 mgr.a (mgr.14403) 11152 : cluster 0 pgmap v8324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:26.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:52:26.700 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:26.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:27.592 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:52:27.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:27.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:27.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:27.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:52:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:27 smithi194 bash[32038]: cluster 2023-12-07T21:52:26.828586+0000 mgr.a (mgr.14403) 11153 : cluster 0 pgmap v8325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:27 smithi194 bash[32038]: audit 2023-12-07T21:52:27.105997+0000 mgr.a (mgr.14403) 11154 : audit 0 from='client.227511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:27 smithi135 bash[32435]: cluster 2023-12-07T21:52:26.828586+0000 mgr.a (mgr.14403) 11153 : cluster 0 pgmap v8325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:27 smithi135 bash[32435]: audit 2023-12-07T21:52:27.105997+0000 mgr.a (mgr.14403) 11154 : audit 0 from='client.227511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:27 smithi079 bash[28699]: cluster 2023-12-07T21:52:26.828586+0000 mgr.a (mgr.14403) 11153 : cluster 0 pgmap v8325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:27 smithi079 bash[28699]: audit 2023-12-07T21:52:27.105997+0000 mgr.a (mgr.14403) 11154 : audit 0 from='client.227511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:30.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:29 smithi135 bash[32435]: cluster 2023-12-07T21:52:28.829377+0000 mgr.a (mgr.14403) 11155 : cluster 0 pgmap v8326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:29 smithi079 bash[28699]: cluster 2023-12-07T21:52:28.829377+0000 mgr.a (mgr.14403) 11155 : cluster 0 pgmap v8326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:29 smithi194 bash[32038]: cluster 2023-12-07T21:52:28.829377+0000 mgr.a (mgr.14403) 11155 : cluster 0 pgmap v8326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:31 smithi079 bash[28699]: cluster 2023-12-07T21:52:30.829939+0000 mgr.a (mgr.14403) 11156 : cluster 0 pgmap v8327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:31 smithi194 bash[32038]: cluster 2023-12-07T21:52:30.829939+0000 mgr.a (mgr.14403) 11156 : cluster 0 pgmap v8327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:31 smithi135 bash[32435]: cluster 2023-12-07T21:52:30.829939+0000 mgr.a (mgr.14403) 11156 : cluster 0 pgmap v8327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:32.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:52:32.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:32.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:32 smithi079 bash[28699]: audit 2023-12-07T21:52:32.116765+0000 mon.a (mon.0) 1998 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:52:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:32 smithi079 bash[28699]: audit 2023-12-07T21:52:32.914696+0000 mon.a (mon.0) 1999 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:52:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:32 smithi079 bash[28699]: audit 2023-12-07T21:52:32.916573+0000 mon.a (mon.0) 2000 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:52:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:32 smithi079 bash[28699]: audit 2023-12-07T21:52:32.925784+0000 mon.a (mon.0) 2001 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:52:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:32 smithi194 bash[32038]: audit 2023-12-07T21:52:32.116765+0000 mon.a (mon.0) 1998 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:52:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:32 smithi194 bash[32038]: audit 2023-12-07T21:52:32.914696+0000 mon.a (mon.0) 1999 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:52:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:32 smithi194 bash[32038]: audit 2023-12-07T21:52:32.916573+0000 mon.a (mon.0) 2000 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:52:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:32 smithi194 bash[32038]: audit 2023-12-07T21:52:32.925784+0000 mon.a (mon.0) 2001 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:52:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:32 smithi135 bash[32435]: audit 2023-12-07T21:52:32.116765+0000 mon.a (mon.0) 1998 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:52:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:32 smithi135 bash[32435]: audit 2023-12-07T21:52:32.914696+0000 mon.a (mon.0) 1999 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:52:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:32 smithi135 bash[32435]: audit 2023-12-07T21:52:32.916573+0000 mon.a (mon.0) 2000 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:52:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:32 smithi135 bash[32435]: audit 2023-12-07T21:52:32.925784+0000 mon.a (mon.0) 2001 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:52:33.559 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:52:33.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:33.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:33.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:33.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:52:34.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:33 smithi079 bash[28699]: cluster 2023-12-07T21:52:32.830437+0000 mgr.a (mgr.14403) 11157 : cluster 0 pgmap v8328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:34.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:33 smithi079 bash[28699]: audit 2023-12-07T21:52:33.042789+0000 mgr.a (mgr.14403) 11158 : audit 0 from='client.227583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:33 smithi194 bash[32038]: cluster 2023-12-07T21:52:32.830437+0000 mgr.a (mgr.14403) 11157 : cluster 0 pgmap v8328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:33 smithi194 bash[32038]: audit 2023-12-07T21:52:33.042789+0000 mgr.a (mgr.14403) 11158 : audit 0 from='client.227583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:33 smithi135 bash[32435]: cluster 2023-12-07T21:52:32.830437+0000 mgr.a (mgr.14403) 11157 : cluster 0 pgmap v8328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:33 smithi135 bash[32435]: audit 2023-12-07T21:52:33.042789+0000 mgr.a (mgr.14403) 11158 : audit 0 from='client.227583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:35 smithi079 bash[28699]: cluster 2023-12-07T21:52:34.831325+0000 mgr.a (mgr.14403) 11159 : cluster 0 pgmap v8329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:52:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:35 smithi194 bash[32038]: cluster 2023-12-07T21:52:34.831325+0000 mgr.a (mgr.14403) 11159 : cluster 0 pgmap v8329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:52:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:35 smithi135 bash[32435]: cluster 2023-12-07T21:52:34.831325+0000 mgr.a (mgr.14403) 11159 : cluster 0 pgmap v8329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:52:38.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:37 smithi079 bash[28699]: cluster 2023-12-07T21:52:36.831882+0000 mgr.a (mgr.14403) 11160 : cluster 0 pgmap v8330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:52:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:37 smithi194 bash[32038]: cluster 2023-12-07T21:52:36.831882+0000 mgr.a (mgr.14403) 11160 : cluster 0 pgmap v8330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:52:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:37 smithi135 bash[32435]: cluster 2023-12-07T21:52:36.831882+0000 mgr.a (mgr.14403) 11160 : cluster 0 pgmap v8330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:52:38.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:52:38.563 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:38.563 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:39.479 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:52:39.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:39.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:39.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:39.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:52:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:39 smithi079 bash[28699]: cluster 2023-12-07T21:52:38.832597+0000 mgr.a (mgr.14403) 11161 : cluster 0 pgmap v8331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:39 smithi079 bash[28699]: audit 2023-12-07T21:52:38.972351+0000 mgr.a (mgr.14403) 11162 : audit 0 from='client.227661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:39 smithi194 bash[32038]: cluster 2023-12-07T21:52:38.832597+0000 mgr.a (mgr.14403) 11161 : cluster 0 pgmap v8331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:39 smithi194 bash[32038]: audit 2023-12-07T21:52:38.972351+0000 mgr.a (mgr.14403) 11162 : audit 0 from='client.227661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:39 smithi135 bash[32435]: cluster 2023-12-07T21:52:38.832597+0000 mgr.a (mgr.14403) 11161 : cluster 0 pgmap v8331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:39 smithi135 bash[32435]: audit 2023-12-07T21:52:38.972351+0000 mgr.a (mgr.14403) 11162 : audit 0 from='client.227661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:41 smithi079 bash[28699]: cluster 2023-12-07T21:52:40.833318+0000 mgr.a (mgr.14403) 11163 : cluster 0 pgmap v8332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:41 smithi194 bash[32038]: cluster 2023-12-07T21:52:40.833318+0000 mgr.a (mgr.14403) 11163 : cluster 0 pgmap v8332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:41 smithi135 bash[32435]: cluster 2023-12-07T21:52:40.833318+0000 mgr.a (mgr.14403) 11163 : cluster 0 pgmap v8332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:43 smithi079 bash[28699]: cluster 2023-12-07T21:52:42.833910+0000 mgr.a (mgr.14403) 11164 : cluster 0 pgmap v8333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:43 smithi194 bash[32038]: cluster 2023-12-07T21:52:42.833910+0000 mgr.a (mgr.14403) 11164 : cluster 0 pgmap v8333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:43 smithi135 bash[32435]: cluster 2023-12-07T21:52:42.833910+0000 mgr.a (mgr.14403) 11164 : cluster 0 pgmap v8333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:52:44.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:52:44.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:44.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:45.387 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:52:45.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:45.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:45.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:45.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:52:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:45 smithi079 bash[28699]: cluster 2023-12-07T21:52:44.834452+0000 mgr.a (mgr.14403) 11165 : cluster 0 pgmap v8334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:46.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:45 smithi079 bash[28699]: audit 2023-12-07T21:52:44.890026+0000 mgr.a (mgr.14403) 11166 : audit 0 from='client.227739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:46.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:45 smithi194 bash[32038]: cluster 2023-12-07T21:52:44.834452+0000 mgr.a (mgr.14403) 11165 : cluster 0 pgmap v8334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:46.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:45 smithi194 bash[32038]: audit 2023-12-07T21:52:44.890026+0000 mgr.a (mgr.14403) 11166 : audit 0 from='client.227739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:45 smithi135 bash[32435]: cluster 2023-12-07T21:52:44.834452+0000 mgr.a (mgr.14403) 11165 : cluster 0 pgmap v8334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:45 smithi135 bash[32435]: audit 2023-12-07T21:52:44.890026+0000 mgr.a (mgr.14403) 11166 : audit 0 from='client.227739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:48 smithi079 bash[28699]: cluster 2023-12-07T21:52:46.835150+0000 mgr.a (mgr.14403) 11167 : cluster 0 pgmap v8335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:52:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:48 smithi194 bash[32038]: cluster 2023-12-07T21:52:46.835150+0000 mgr.a (mgr.14403) 11167 : cluster 0 pgmap v8335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:52:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:48 smithi135 bash[32435]: cluster 2023-12-07T21:52:46.835150+0000 mgr.a (mgr.14403) 11167 : cluster 0 pgmap v8335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:52:50.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:52:50.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:50.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:50 smithi079 bash[28699]: cluster 2023-12-07T21:52:48.835900+0000 mgr.a (mgr.14403) 11168 : cluster 0 pgmap v8336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:52:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:50 smithi194 bash[32038]: cluster 2023-12-07T21:52:48.835900+0000 mgr.a (mgr.14403) 11168 : cluster 0 pgmap v8336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:52:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:50 smithi135 bash[32435]: cluster 2023-12-07T21:52:48.835900+0000 mgr.a (mgr.14403) 11168 : cluster 0 pgmap v8336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:52:51.306 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:52:51.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:51.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:51.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:51.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:52:52.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:52 smithi079 bash[28699]: audit 2023-12-07T21:52:50.796605+0000 mgr.a (mgr.14403) 11169 : audit 0 from='client.227814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:52.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:52 smithi079 bash[28699]: cluster 2023-12-07T21:52:50.836665+0000 mgr.a (mgr.14403) 11170 : cluster 0 pgmap v8337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:52.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:52 smithi194 bash[32038]: audit 2023-12-07T21:52:50.796605+0000 mgr.a (mgr.14403) 11169 : audit 0 from='client.227814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:52.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:52 smithi194 bash[32038]: cluster 2023-12-07T21:52:50.836665+0000 mgr.a (mgr.14403) 11170 : cluster 0 pgmap v8337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:52 smithi135 bash[32435]: audit 2023-12-07T21:52:50.796605+0000 mgr.a (mgr.14403) 11169 : audit 0 from='client.227814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:52 smithi135 bash[32435]: cluster 2023-12-07T21:52:50.836665+0000 mgr.a (mgr.14403) 11170 : cluster 0 pgmap v8337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:54.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:54 smithi079 bash[28699]: cluster 2023-12-07T21:52:52.837409+0000 mgr.a (mgr.14403) 11171 : cluster 0 pgmap v8338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:54 smithi194 bash[32038]: cluster 2023-12-07T21:52:52.837409+0000 mgr.a (mgr.14403) 11171 : cluster 0 pgmap v8338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:54 smithi135 bash[32435]: cluster 2023-12-07T21:52:52.837409+0000 mgr.a (mgr.14403) 11171 : cluster 0 pgmap v8338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:56.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:52:56.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:52:56.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:52:56.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:56 smithi079 bash[28699]: cluster 2023-12-07T21:52:54.838289+0000 mgr.a (mgr.14403) 11172 : cluster 0 pgmap v8339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:56 smithi194 bash[32038]: cluster 2023-12-07T21:52:54.838289+0000 mgr.a (mgr.14403) 11172 : cluster 0 pgmap v8339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:56.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:56 smithi135 bash[32435]: cluster 2023-12-07T21:52:54.838289+0000 mgr.a (mgr.14403) 11172 : cluster 0 pgmap v8339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:52:57.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:52:57.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:52:57.235 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:52:57.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:52:57.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:52:58.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:58 smithi079 bash[28699]: audit 2023-12-07T21:52:56.716797+0000 mgr.a (mgr.14403) 11173 : audit 0 from='client.227889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:58.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:52:58 smithi079 bash[28699]: cluster 2023-12-07T21:52:56.839111+0000 mgr.a (mgr.14403) 11174 : cluster 0 pgmap v8340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:58 smithi194 bash[32038]: audit 2023-12-07T21:52:56.716797+0000 mgr.a (mgr.14403) 11173 : audit 0 from='client.227889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:52:58 smithi194 bash[32038]: cluster 2023-12-07T21:52:56.839111+0000 mgr.a (mgr.14403) 11174 : cluster 0 pgmap v8340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:52:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:58 smithi135 bash[32435]: audit 2023-12-07T21:52:56.716797+0000 mgr.a (mgr.14403) 11173 : audit 0 from='client.227889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:52:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:52:58 smithi135 bash[32435]: cluster 2023-12-07T21:52:56.839111+0000 mgr.a (mgr.14403) 11174 : cluster 0 pgmap v8340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:00.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:00 smithi079 bash[28699]: cluster 2023-12-07T21:52:58.839986+0000 mgr.a (mgr.14403) 11175 : cluster 0 pgmap v8341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:00 smithi194 bash[32038]: cluster 2023-12-07T21:52:58.839986+0000 mgr.a (mgr.14403) 11175 : cluster 0 pgmap v8341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:00 smithi135 bash[32435]: cluster 2023-12-07T21:52:58.839986+0000 mgr.a (mgr.14403) 11175 : cluster 0 pgmap v8341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:02.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:53:02.245 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:02.245 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:02 smithi079 bash[28699]: cluster 2023-12-07T21:53:00.840608+0000 mgr.a (mgr.14403) 11176 : cluster 0 pgmap v8342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:02 smithi194 bash[32038]: cluster 2023-12-07T21:53:00.840608+0000 mgr.a (mgr.14403) 11176 : cluster 0 pgmap v8342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:02 smithi135 bash[32435]: cluster 2023-12-07T21:53:00.840608+0000 mgr.a (mgr.14403) 11176 : cluster 0 pgmap v8342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:03.138 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:53:03.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:03.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:03.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:03.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:53:04.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:04 smithi079 bash[28699]: audit 2023-12-07T21:53:02.644335+0000 mgr.a (mgr.14403) 11177 : audit 0 from='client.227964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:04.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:04 smithi079 bash[28699]: cluster 2023-12-07T21:53:02.841016+0000 mgr.a (mgr.14403) 11178 : cluster 0 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-07T21:53:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:04 smithi194 bash[32038]: audit 2023-12-07T21:53:02.644335+0000 mgr.a (mgr.14403) 11177 : audit 0 from='client.227964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:04.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:04 smithi194 bash[32038]: cluster 2023-12-07T21:53:02.841016+0000 mgr.a (mgr.14403) 11178 : cluster 0 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-07T21:53:04.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:04 smithi135 bash[32435]: audit 2023-12-07T21:53:02.644335+0000 mgr.a (mgr.14403) 11177 : audit 0 from='client.227964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:04.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:04 smithi135 bash[32435]: cluster 2023-12-07T21:53:02.841016+0000 mgr.a (mgr.14403) 11178 : cluster 0 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-07T21:53:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:06 smithi079 bash[28699]: cluster 2023-12-07T21:53:04.841831+0000 mgr.a (mgr.14403) 11179 : cluster 0 pgmap v8344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:06 smithi194 bash[32038]: cluster 2023-12-07T21:53:04.841831+0000 mgr.a (mgr.14403) 11179 : cluster 0 pgmap v8344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:06.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:06 smithi135 bash[32435]: cluster 2023-12-07T21:53:04.841831+0000 mgr.a (mgr.14403) 11179 : cluster 0 pgmap v8344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:08.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:53:08.142 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:08.142 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:08 smithi079 bash[28699]: cluster 2023-12-07T21:53:06.842406+0000 mgr.a (mgr.14403) 11180 : cluster 0 pgmap v8345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:08.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:08 smithi194 bash[32038]: cluster 2023-12-07T21:53:06.842406+0000 mgr.a (mgr.14403) 11180 : cluster 0 pgmap v8345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:08.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:08 smithi135 bash[32435]: cluster 2023-12-07T21:53:06.842406+0000 mgr.a (mgr.14403) 11180 : cluster 0 pgmap v8345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:09.022 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:53:09.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:09.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:09.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:09.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:53:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:10 smithi079 bash[28699]: audit 2023-12-07T21:53:08.533601+0000 mgr.a (mgr.14403) 11181 : audit 0 from='client.228042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:10 smithi079 bash[28699]: cluster 2023-12-07T21:53:08.843786+0000 mgr.a (mgr.14403) 11182 : cluster 0 pgmap v8346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:10 smithi194 bash[32038]: audit 2023-12-07T21:53:08.533601+0000 mgr.a (mgr.14403) 11181 : audit 0 from='client.228042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:10.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:10 smithi194 bash[32038]: cluster 2023-12-07T21:53:08.843786+0000 mgr.a (mgr.14403) 11182 : cluster 0 pgmap v8346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:10 smithi135 bash[32435]: audit 2023-12-07T21:53:08.533601+0000 mgr.a (mgr.14403) 11181 : audit 0 from='client.228042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:10 smithi135 bash[32435]: cluster 2023-12-07T21:53:08.843786+0000 mgr.a (mgr.14403) 11182 : cluster 0 pgmap v8346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:12.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:12 smithi079 bash[28699]: cluster 2023-12-07T21:53:10.844463+0000 mgr.a (mgr.14403) 11183 : cluster 0 pgmap v8347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:12 smithi194 bash[32038]: cluster 2023-12-07T21:53:10.844463+0000 mgr.a (mgr.14403) 11183 : cluster 0 pgmap v8347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:12 smithi135 bash[32435]: cluster 2023-12-07T21:53:10.844463+0000 mgr.a (mgr.14403) 11183 : cluster 0 pgmap v8347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:14.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:53:14.025 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:14.025 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:14.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:14 smithi079 bash[28699]: cluster 2023-12-07T21:53:12.845012+0000 mgr.a (mgr.14403) 11184 : cluster 0 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-07T21:53:14.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:14 smithi194 bash[32038]: cluster 2023-12-07T21:53:12.845012+0000 mgr.a (mgr.14403) 11184 : cluster 0 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-07T21:53:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:14 smithi135 bash[32435]: cluster 2023-12-07T21:53:12.845012+0000 mgr.a (mgr.14403) 11184 : cluster 0 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-07T21:53:14.934 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:53:14.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:14.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:14.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:14.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:53:16.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:16 smithi079 bash[28699]: audit 2023-12-07T21:53:14.434235+0000 mgr.a (mgr.14403) 11185 : audit 0 from='client.228117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:16.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:16 smithi079 bash[28699]: cluster 2023-12-07T21:53:14.846196+0000 mgr.a (mgr.14403) 11186 : cluster 0 pgmap v8349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:16.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:16 smithi194 bash[32038]: audit 2023-12-07T21:53:14.434235+0000 mgr.a (mgr.14403) 11185 : audit 0 from='client.228117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:16.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:16 smithi194 bash[32038]: cluster 2023-12-07T21:53:14.846196+0000 mgr.a (mgr.14403) 11186 : cluster 0 pgmap v8349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:16 smithi135 bash[32435]: audit 2023-12-07T21:53:14.434235+0000 mgr.a (mgr.14403) 11185 : audit 0 from='client.228117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:16 smithi135 bash[32435]: cluster 2023-12-07T21:53:14.846196+0000 mgr.a (mgr.14403) 11186 : cluster 0 pgmap v8349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:18.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:18 smithi079 bash[28699]: cluster 2023-12-07T21:53:16.846819+0000 mgr.a (mgr.14403) 11187 : cluster 0 pgmap v8350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:18.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:18 smithi194 bash[32038]: cluster 2023-12-07T21:53:16.846819+0000 mgr.a (mgr.14403) 11187 : cluster 0 pgmap v8350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:18 smithi135 bash[32435]: cluster 2023-12-07T21:53:16.846819+0000 mgr.a (mgr.14403) 11187 : cluster 0 pgmap v8350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:19.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:53:19.938 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:19.938 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:20.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:20 smithi079 bash[28699]: cluster 2023-12-07T21:53:18.847551+0000 mgr.a (mgr.14403) 11188 : cluster 0 pgmap v8351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:20 smithi194 bash[32038]: cluster 2023-12-07T21:53:18.847551+0000 mgr.a (mgr.14403) 11188 : cluster 0 pgmap v8351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:20.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:20 smithi135 bash[32435]: cluster 2023-12-07T21:53:18.847551+0000 mgr.a (mgr.14403) 11188 : cluster 0 pgmap v8351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:20.861 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:53:20.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:20.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:20.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:20.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:53:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:22 smithi079 bash[28699]: audit 2023-12-07T21:53:20.348214+0000 mgr.a (mgr.14403) 11189 : audit 0 from='client.228195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:22 smithi079 bash[28699]: cluster 2023-12-07T21:53:20.848111+0000 mgr.a (mgr.14403) 11190 : cluster 0 pgmap v8352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:22.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:22 smithi194 bash[32038]: audit 2023-12-07T21:53:20.348214+0000 mgr.a (mgr.14403) 11189 : audit 0 from='client.228195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:22.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:22 smithi194 bash[32038]: cluster 2023-12-07T21:53:20.848111+0000 mgr.a (mgr.14403) 11190 : cluster 0 pgmap v8352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:22 smithi135 bash[32435]: audit 2023-12-07T21:53:20.348214+0000 mgr.a (mgr.14403) 11189 : audit 0 from='client.228195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:22 smithi135 bash[32435]: cluster 2023-12-07T21:53:20.848111+0000 mgr.a (mgr.14403) 11190 : cluster 0 pgmap v8352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:24 smithi079 bash[28699]: cluster 2023-12-07T21:53:22.848690+0000 mgr.a (mgr.14403) 11191 : cluster 0 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-07T21:53:24.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:24 smithi194 bash[32038]: cluster 2023-12-07T21:53:22.848690+0000 mgr.a (mgr.14403) 11191 : cluster 0 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-07T21:53:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:24 smithi135 bash[32435]: cluster 2023-12-07T21:53:22.848690+0000 mgr.a (mgr.14403) 11191 : cluster 0 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-07T21:53:25.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:53:25.864 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:25.864 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:26.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:26 smithi079 bash[28699]: cluster 2023-12-07T21:53:24.849501+0000 mgr.a (mgr.14403) 11192 : cluster 0 pgmap v8354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:26 smithi194 bash[32038]: cluster 2023-12-07T21:53:24.849501+0000 mgr.a (mgr.14403) 11192 : cluster 0 pgmap v8354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:26 smithi135 bash[32435]: cluster 2023-12-07T21:53:24.849501+0000 mgr.a (mgr.14403) 11192 : cluster 0 pgmap v8354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:26.793 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:53:26.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:26.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:26.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:26.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:53:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:27 smithi079 bash[28699]: audit 2023-12-07T21:53:26.270609+0000 mgr.a (mgr.14403) 11193 : audit 0 from='client.228267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:27 smithi194 bash[32038]: audit 2023-12-07T21:53:26.270609+0000 mgr.a (mgr.14403) 11193 : audit 0 from='client.228267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:27.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:27 smithi135 bash[32435]: audit 2023-12-07T21:53:26.270609+0000 mgr.a (mgr.14403) 11193 : audit 0 from='client.228267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:28 smithi079 bash[28699]: cluster 2023-12-07T21:53:26.850244+0000 mgr.a (mgr.14403) 11194 : cluster 0 pgmap v8355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:28.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:28 smithi194 bash[32038]: cluster 2023-12-07T21:53:26.850244+0000 mgr.a (mgr.14403) 11194 : cluster 0 pgmap v8355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:28 smithi135 bash[32435]: cluster 2023-12-07T21:53:26.850244+0000 mgr.a (mgr.14403) 11194 : cluster 0 pgmap v8355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:30 smithi079 bash[28699]: cluster 2023-12-07T21:53:28.851089+0000 mgr.a (mgr.14403) 11195 : cluster 0 pgmap v8356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:30 smithi194 bash[32038]: cluster 2023-12-07T21:53:28.851089+0000 mgr.a (mgr.14403) 11195 : cluster 0 pgmap v8356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:30 smithi135 bash[32435]: cluster 2023-12-07T21:53:28.851089+0000 mgr.a (mgr.14403) 11195 : cluster 0 pgmap v8356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:31.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:53:31.793 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:31.793 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:32.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:32 smithi079 bash[28699]: cluster 2023-12-07T21:53:30.851647+0000 mgr.a (mgr.14403) 11196 : cluster 0 pgmap v8357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:32 smithi194 bash[32038]: cluster 2023-12-07T21:53:30.851647+0000 mgr.a (mgr.14403) 11196 : cluster 0 pgmap v8357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:32 smithi135 bash[32435]: cluster 2023-12-07T21:53:30.851647+0000 mgr.a (mgr.14403) 11196 : cluster 0 pgmap v8357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:32.694 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:53:32.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:32.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:32.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:32.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:53:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:33 smithi079 bash[28699]: audit 2023-12-07T21:53:32.202231+0000 mgr.a (mgr.14403) 11197 : audit 0 from='client.228345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:33 smithi079 bash[28699]: audit 2023-12-07T21:53:33.028425+0000 mon.a (mon.0) 2002 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:53:33.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:33 smithi194 bash[32038]: audit 2023-12-07T21:53:32.202231+0000 mgr.a (mgr.14403) 11197 : audit 0 from='client.228345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:33.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:33 smithi194 bash[32038]: audit 2023-12-07T21:53:33.028425+0000 mon.a (mon.0) 2002 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:53:33.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:33 smithi135 bash[32435]: audit 2023-12-07T21:53:32.202231+0000 mgr.a (mgr.14403) 11197 : audit 0 from='client.228345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:33.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:33 smithi135 bash[32435]: audit 2023-12-07T21:53:33.028425+0000 mon.a (mon.0) 2002 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:53:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:34 smithi079 bash[28699]: cluster 2023-12-07T21:53:32.852407+0000 mgr.a (mgr.14403) 11198 : cluster 0 pgmap v8358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:34 smithi079 bash[28699]: audit 2023-12-07T21:53:33.772114+0000 mon.a (mon.0) 2003 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:53:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:34 smithi079 bash[28699]: audit 2023-12-07T21:53:33.774200+0000 mon.a (mon.0) 2004 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:53:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:34 smithi079 bash[28699]: audit 2023-12-07T21:53:33.783976+0000 mon.a (mon.0) 2005 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:53:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:34 smithi194 bash[32038]: cluster 2023-12-07T21:53:32.852407+0000 mgr.a (mgr.14403) 11198 : cluster 0 pgmap v8358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:34 smithi194 bash[32038]: audit 2023-12-07T21:53:33.772114+0000 mon.a (mon.0) 2003 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:53:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:34 smithi194 bash[32038]: audit 2023-12-07T21:53:33.774200+0000 mon.a (mon.0) 2004 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:53:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:34 smithi194 bash[32038]: audit 2023-12-07T21:53:33.783976+0000 mon.a (mon.0) 2005 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:53:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:34 smithi135 bash[32435]: cluster 2023-12-07T21:53:32.852407+0000 mgr.a (mgr.14403) 11198 : cluster 0 pgmap v8358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:34 smithi135 bash[32435]: audit 2023-12-07T21:53:33.772114+0000 mon.a (mon.0) 2003 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:53:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:34 smithi135 bash[32435]: audit 2023-12-07T21:53:33.774200+0000 mon.a (mon.0) 2004 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:53:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:34 smithi135 bash[32435]: audit 2023-12-07T21:53:33.783976+0000 mon.a (mon.0) 2005 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:53:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:36 smithi079 bash[28699]: cluster 2023-12-07T21:53:34.853362+0000 mgr.a (mgr.14403) 11199 : cluster 0 pgmap v8359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:36.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:36 smithi194 bash[32038]: cluster 2023-12-07T21:53:34.853362+0000 mgr.a (mgr.14403) 11199 : cluster 0 pgmap v8359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:36 smithi135 bash[32435]: cluster 2023-12-07T21:53:34.853362+0000 mgr.a (mgr.14403) 11199 : cluster 0 pgmap v8359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:53:37.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:53:37.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:37.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:38.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:38 smithi079 bash[28699]: cluster 2023-12-07T21:53:36.853953+0000 mgr.a (mgr.14403) 11200 : cluster 0 pgmap v8360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:38.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:38 smithi194 bash[32038]: cluster 2023-12-07T21:53:36.853953+0000 mgr.a (mgr.14403) 11200 : cluster 0 pgmap v8360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:38 smithi135 bash[32435]: cluster 2023-12-07T21:53:36.853953+0000 mgr.a (mgr.14403) 11200 : cluster 0 pgmap v8360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:38.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:38.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:38.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:38.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:53:38.613 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:53:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:39 smithi194 bash[32038]: audit 2023-12-07T21:53:38.105571+0000 mgr.a (mgr.14403) 11201 : audit 0 from='client.228423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:39.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:39 smithi135 bash[32435]: audit 2023-12-07T21:53:38.105571+0000 mgr.a (mgr.14403) 11201 : audit 0 from='client.228423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:39 smithi079 bash[28699]: audit 2023-12-07T21:53:38.105571+0000 mgr.a (mgr.14403) 11201 : audit 0 from='client.228423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:40 smithi194 bash[32038]: cluster 2023-12-07T21:53:38.855063+0000 mgr.a (mgr.14403) 11202 : cluster 0 pgmap v8361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:53:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:40 smithi135 bash[32435]: cluster 2023-12-07T21:53:38.855063+0000 mgr.a (mgr.14403) 11202 : cluster 0 pgmap v8361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:53:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:40 smithi079 bash[28699]: cluster 2023-12-07T21:53:38.855063+0000 mgr.a (mgr.14403) 11202 : cluster 0 pgmap v8361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:53:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:42 smithi194 bash[32038]: cluster 2023-12-07T21:53:40.855698+0000 mgr.a (mgr.14403) 11203 : cluster 0 pgmap v8362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:53:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:42 smithi135 bash[32435]: cluster 2023-12-07T21:53:40.855698+0000 mgr.a (mgr.14403) 11203 : cluster 0 pgmap v8362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:53:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:42 smithi079 bash[28699]: cluster 2023-12-07T21:53:40.855698+0000 mgr.a (mgr.14403) 11203 : cluster 0 pgmap v8362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:53:43.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:53:43.616 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:43.616 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:44 smithi194 bash[32038]: cluster 2023-12-07T21:53:42.856398+0000 mgr.a (mgr.14403) 11204 : cluster 0 pgmap v8363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:53:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:44 smithi135 bash[32435]: cluster 2023-12-07T21:53:42.856398+0000 mgr.a (mgr.14403) 11204 : cluster 0 pgmap v8363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:53:44.528 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:53:44.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:44.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:44.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:44.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:53:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:44 smithi079 bash[28699]: cluster 2023-12-07T21:53:42.856398+0000 mgr.a (mgr.14403) 11204 : cluster 0 pgmap v8363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:53:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:45 smithi194 bash[32038]: audit 2023-12-07T21:53:44.024179+0000 mgr.a (mgr.14403) 11205 : audit 0 from='client.228501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:45.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:45 smithi135 bash[32435]: audit 2023-12-07T21:53:44.024179+0000 mgr.a (mgr.14403) 11205 : audit 0 from='client.228501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:45 smithi079 bash[28699]: audit 2023-12-07T21:53:44.024179+0000 mgr.a (mgr.14403) 11205 : audit 0 from='client.228501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:46.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:46 smithi194 bash[32038]: cluster 2023-12-07T21:53:44.857510+0000 mgr.a (mgr.14403) 11206 : cluster 0 pgmap v8364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:46 smithi135 bash[32435]: cluster 2023-12-07T21:53:44.857510+0000 mgr.a (mgr.14403) 11206 : cluster 0 pgmap v8364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:46 smithi079 bash[28699]: cluster 2023-12-07T21:53:44.857510+0000 mgr.a (mgr.14403) 11206 : cluster 0 pgmap v8364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:48.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:48 smithi194 bash[32038]: cluster 2023-12-07T21:53:46.858149+0000 mgr.a (mgr.14403) 11207 : cluster 0 pgmap v8365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:48 smithi135 bash[32435]: cluster 2023-12-07T21:53:46.858149+0000 mgr.a (mgr.14403) 11207 : cluster 0 pgmap v8365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:48 smithi079 bash[28699]: cluster 2023-12-07T21:53:46.858149+0000 mgr.a (mgr.14403) 11207 : cluster 0 pgmap v8365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:53:49.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:53:49.533 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:49.533 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:50.437 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:53:50.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:50.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:50.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:50.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:53:50.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:50 smithi194 bash[32038]: cluster 2023-12-07T21:53:48.858884+0000 mgr.a (mgr.14403) 11208 : cluster 0 pgmap v8366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:50 smithi135 bash[32435]: cluster 2023-12-07T21:53:48.858884+0000 mgr.a (mgr.14403) 11208 : cluster 0 pgmap v8366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:50 smithi079 bash[28699]: cluster 2023-12-07T21:53:48.858884+0000 mgr.a (mgr.14403) 11208 : cluster 0 pgmap v8366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:53:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:51 smithi194 bash[32038]: audit 2023-12-07T21:53:49.932811+0000 mgr.a (mgr.14403) 11209 : audit 0 from='client.228579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:51.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:51 smithi135 bash[32435]: audit 2023-12-07T21:53:49.932811+0000 mgr.a (mgr.14403) 11209 : audit 0 from='client.228579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:51 smithi079 bash[28699]: audit 2023-12-07T21:53:49.932811+0000 mgr.a (mgr.14403) 11209 : audit 0 from='client.228579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:52.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:52 smithi194 bash[32038]: cluster 2023-12-07T21:53:50.859727+0000 mgr.a (mgr.14403) 11210 : cluster 0 pgmap v8367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:53:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:52 smithi135 bash[32435]: cluster 2023-12-07T21:53:50.859727+0000 mgr.a (mgr.14403) 11210 : cluster 0 pgmap v8367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:53:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:52 smithi079 bash[28699]: cluster 2023-12-07T21:53:50.859727+0000 mgr.a (mgr.14403) 11210 : cluster 0 pgmap v8367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:53:54.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:54 smithi194 bash[32038]: cluster 2023-12-07T21:53:52.860395+0000 mgr.a (mgr.14403) 11211 : cluster 0 pgmap v8368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:53:54.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:54 smithi135 bash[32435]: cluster 2023-12-07T21:53:52.860395+0000 mgr.a (mgr.14403) 11211 : cluster 0 pgmap v8368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:53:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:54 smithi079 bash[28699]: cluster 2023-12-07T21:53:52.860395+0000 mgr.a (mgr.14403) 11211 : cluster 0 pgmap v8368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:53:55.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:53:55.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:53:55.441 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:53:56.358 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:53:56.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:53:56.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:53:56.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:53:56.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:53:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:56 smithi135 bash[32435]: cluster 2023-12-07T21:53:54.861220+0000 mgr.a (mgr.14403) 11212 : cluster 0 pgmap v8369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:53:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:56 smithi079 bash[28699]: cluster 2023-12-07T21:53:54.861220+0000 mgr.a (mgr.14403) 11212 : cluster 0 pgmap v8369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:53:56.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:56 smithi194 bash[32038]: cluster 2023-12-07T21:53:54.861220+0000 mgr.a (mgr.14403) 11212 : cluster 0 pgmap v8369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:53:57.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:57 smithi079 bash[28699]: audit 2023-12-07T21:53:55.846559+0000 mgr.a (mgr.14403) 11213 : audit 0 from='client.228654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:57.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:57 smithi194 bash[32038]: audit 2023-12-07T21:53:55.846559+0000 mgr.a (mgr.14403) 11213 : audit 0 from='client.228654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:57.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:57 smithi135 bash[32435]: audit 2023-12-07T21:53:55.846559+0000 mgr.a (mgr.14403) 11213 : audit 0 from='client.228654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:53:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:53:58 smithi079 bash[28699]: cluster 2023-12-07T21:53:56.862136+0000 mgr.a (mgr.14403) 11214 : cluster 0 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-07T21:53:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:53:58 smithi194 bash[32038]: cluster 2023-12-07T21:53:56.862136+0000 mgr.a (mgr.14403) 11214 : cluster 0 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-07T21:53:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:53:58 smithi135 bash[32435]: cluster 2023-12-07T21:53:56.862136+0000 mgr.a (mgr.14403) 11214 : cluster 0 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-07T21:54:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:00 smithi079 bash[28699]: cluster 2023-12-07T21:53:58.863157+0000 mgr.a (mgr.14403) 11215 : cluster 0 pgmap v8371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:00 smithi194 bash[32038]: cluster 2023-12-07T21:53:58.863157+0000 mgr.a (mgr.14403) 11215 : cluster 0 pgmap v8371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:00 smithi135 bash[32435]: cluster 2023-12-07T21:53:58.863157+0000 mgr.a (mgr.14403) 11215 : cluster 0 pgmap v8371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:01.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:54:01.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:01.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:02.262 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:54:02.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:02.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:02.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:02.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:54:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:02 smithi079 bash[28699]: cluster 2023-12-07T21:54:00.863766+0000 mgr.a (mgr.14403) 11216 : cluster 0 pgmap v8372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:02.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:02 smithi194 bash[32038]: cluster 2023-12-07T21:54:00.863766+0000 mgr.a (mgr.14403) 11216 : cluster 0 pgmap v8372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:02 smithi135 bash[32435]: cluster 2023-12-07T21:54:00.863766+0000 mgr.a (mgr.14403) 11216 : cluster 0 pgmap v8372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:03 smithi079 bash[28699]: audit 2023-12-07T21:54:01.753478+0000 mgr.a (mgr.14403) 11217 : audit 0 from='client.228732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:03.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:03 smithi194 bash[32038]: audit 2023-12-07T21:54:01.753478+0000 mgr.a (mgr.14403) 11217 : audit 0 from='client.228732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:03.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:03 smithi135 bash[32435]: audit 2023-12-07T21:54:01.753478+0000 mgr.a (mgr.14403) 11217 : audit 0 from='client.228732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:04.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:04 smithi079 bash[28699]: cluster 2023-12-07T21:54:02.864603+0000 mgr.a (mgr.14403) 11218 : cluster 0 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-07T21:54:04.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:04 smithi194 bash[32038]: cluster 2023-12-07T21:54:02.864603+0000 mgr.a (mgr.14403) 11218 : cluster 0 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-07T21:54:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:04 smithi135 bash[32435]: cluster 2023-12-07T21:54:02.864603+0000 mgr.a (mgr.14403) 11218 : cluster 0 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-07T21:54:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:06 smithi079 bash[28699]: cluster 2023-12-07T21:54:04.865394+0000 mgr.a (mgr.14403) 11219 : cluster 0 pgmap v8374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:06.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:06 smithi194 bash[32038]: cluster 2023-12-07T21:54:04.865394+0000 mgr.a (mgr.14403) 11219 : cluster 0 pgmap v8374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:06 smithi135 bash[32435]: cluster 2023-12-07T21:54:04.865394+0000 mgr.a (mgr.14403) 11219 : cluster 0 pgmap v8374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:07.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:54:07.266 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:07.266 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:08.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:08.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:08.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:08.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:54:08.156 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:54:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:08 smithi079 bash[28699]: cluster 2023-12-07T21:54:06.865932+0000 mgr.a (mgr.14403) 11220 : cluster 0 pgmap v8375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:08 smithi194 bash[32038]: cluster 2023-12-07T21:54:06.865932+0000 mgr.a (mgr.14403) 11220 : cluster 0 pgmap v8375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:08 smithi135 bash[32435]: cluster 2023-12-07T21:54:06.865932+0000 mgr.a (mgr.14403) 11220 : cluster 0 pgmap v8375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:09.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:09 smithi079 bash[28699]: audit 2023-12-07T21:54:07.663459+0000 mgr.a (mgr.14403) 11221 : audit 0 from='client.228807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:09.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:09 smithi194 bash[32038]: audit 2023-12-07T21:54:07.663459+0000 mgr.a (mgr.14403) 11221 : audit 0 from='client.228807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:09 smithi135 bash[32435]: audit 2023-12-07T21:54:07.663459+0000 mgr.a (mgr.14403) 11221 : audit 0 from='client.228807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:10 smithi079 bash[28699]: cluster 2023-12-07T21:54:08.866831+0000 mgr.a (mgr.14403) 11222 : cluster 0 pgmap v8376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:10.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:10 smithi194 bash[32038]: cluster 2023-12-07T21:54:08.866831+0000 mgr.a (mgr.14403) 11222 : cluster 0 pgmap v8376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:10 smithi135 bash[32435]: cluster 2023-12-07T21:54:08.866831+0000 mgr.a (mgr.14403) 11222 : cluster 0 pgmap v8376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:12 smithi079 bash[28699]: cluster 2023-12-07T21:54:10.867428+0000 mgr.a (mgr.14403) 11223 : cluster 0 pgmap v8377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:12.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:12 smithi194 bash[32038]: cluster 2023-12-07T21:54:10.867428+0000 mgr.a (mgr.14403) 11223 : cluster 0 pgmap v8377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:12.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:12 smithi135 bash[32435]: cluster 2023-12-07T21:54:10.867428+0000 mgr.a (mgr.14403) 11223 : cluster 0 pgmap v8377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:13.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:54:13.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:13.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:14.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:14.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:14.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:14.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:54:14.038 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:54:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:14 smithi079 bash[28699]: cluster 2023-12-07T21:54:12.867955+0000 mgr.a (mgr.14403) 11224 : cluster 0 pgmap v8378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:14.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:14 smithi194 bash[32038]: cluster 2023-12-07T21:54:12.867955+0000 mgr.a (mgr.14403) 11224 : cluster 0 pgmap v8378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:14.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:14 smithi135 bash[32435]: cluster 2023-12-07T21:54:12.867955+0000 mgr.a (mgr.14403) 11224 : cluster 0 pgmap v8378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:15 smithi079 bash[28699]: audit 2023-12-07T21:54:13.564051+0000 mgr.a (mgr.14403) 11225 : audit 0 from='client.228882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:15.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:15 smithi194 bash[32038]: audit 2023-12-07T21:54:13.564051+0000 mgr.a (mgr.14403) 11225 : audit 0 from='client.228882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:15.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:15 smithi135 bash[32435]: audit 2023-12-07T21:54:13.564051+0000 mgr.a (mgr.14403) 11225 : audit 0 from='client.228882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:16 smithi079 bash[28699]: cluster 2023-12-07T21:54:14.869003+0000 mgr.a (mgr.14403) 11226 : cluster 0 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-07T21:54:16.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:16 smithi194 bash[32038]: cluster 2023-12-07T21:54:14.869003+0000 mgr.a (mgr.14403) 11226 : cluster 0 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-07T21:54:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:16 smithi135 bash[32435]: cluster 2023-12-07T21:54:14.869003+0000 mgr.a (mgr.14403) 11226 : cluster 0 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-07T21:54:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:18 smithi079 bash[28699]: cluster 2023-12-07T21:54:16.869586+0000 mgr.a (mgr.14403) 11227 : cluster 0 pgmap v8380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:18.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:18 smithi194 bash[32038]: cluster 2023-12-07T21:54:16.869586+0000 mgr.a (mgr.14403) 11227 : cluster 0 pgmap v8380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:18.714 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:18 smithi135 bash[32435]: cluster 2023-12-07T21:54:16.869586+0000 mgr.a (mgr.14403) 11227 : cluster 0 pgmap v8380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:19.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:54:19.041 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:19.042 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:19.961 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:54:19.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:19.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:19.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:19.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:54:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:20 smithi079 bash[28699]: cluster 2023-12-07T21:54:18.870399+0000 mgr.a (mgr.14403) 11228 : cluster 0 pgmap v8381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:20 smithi194 bash[32038]: cluster 2023-12-07T21:54:18.870399+0000 mgr.a (mgr.14403) 11228 : cluster 0 pgmap v8381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:20 smithi135 bash[32435]: cluster 2023-12-07T21:54:18.870399+0000 mgr.a (mgr.14403) 11228 : cluster 0 pgmap v8381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:21 smithi079 bash[28699]: audit 2023-12-07T21:54:19.456582+0000 mgr.a (mgr.14403) 11229 : audit 0 from='client.228960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:21.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:21 smithi194 bash[32038]: audit 2023-12-07T21:54:19.456582+0000 mgr.a (mgr.14403) 11229 : audit 0 from='client.228960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:21.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:21 smithi135 bash[32435]: audit 2023-12-07T21:54:19.456582+0000 mgr.a (mgr.14403) 11229 : audit 0 from='client.228960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:22 smithi079 bash[28699]: cluster 2023-12-07T21:54:20.871220+0000 mgr.a (mgr.14403) 11230 : cluster 0 pgmap v8382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:22 smithi194 bash[32038]: cluster 2023-12-07T21:54:20.871220+0000 mgr.a (mgr.14403) 11230 : cluster 0 pgmap v8382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:22 smithi135 bash[32435]: cluster 2023-12-07T21:54:20.871220+0000 mgr.a (mgr.14403) 11230 : cluster 0 pgmap v8382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:24 smithi079 bash[28699]: cluster 2023-12-07T21:54:22.871835+0000 mgr.a (mgr.14403) 11231 : cluster 0 pgmap v8383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:24.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:24 smithi194 bash[32038]: cluster 2023-12-07T21:54:22.871835+0000 mgr.a (mgr.14403) 11231 : cluster 0 pgmap v8383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:24 smithi135 bash[32435]: cluster 2023-12-07T21:54:22.871835+0000 mgr.a (mgr.14403) 11231 : cluster 0 pgmap v8383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:24.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:54:24.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:24.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:25.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:25.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:25.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:25.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:54:25.866 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:54:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:26 smithi079 bash[28699]: cluster 2023-12-07T21:54:24.872646+0000 mgr.a (mgr.14403) 11232 : cluster 0 pgmap v8384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:26 smithi194 bash[32038]: cluster 2023-12-07T21:54:24.872646+0000 mgr.a (mgr.14403) 11232 : cluster 0 pgmap v8384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:26 smithi135 bash[32435]: cluster 2023-12-07T21:54:24.872646+0000 mgr.a (mgr.14403) 11232 : cluster 0 pgmap v8384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:27.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:27 smithi079 bash[28699]: audit 2023-12-07T21:54:25.365064+0000 mgr.a (mgr.14403) 11233 : audit 0 from='client.229032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:27.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:27 smithi194 bash[32038]: audit 2023-12-07T21:54:25.365064+0000 mgr.a (mgr.14403) 11233 : audit 0 from='client.229032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:27.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:27 smithi135 bash[32435]: audit 2023-12-07T21:54:25.365064+0000 mgr.a (mgr.14403) 11233 : audit 0 from='client.229032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:28 smithi079 bash[28699]: cluster 2023-12-07T21:54:26.873223+0000 mgr.a (mgr.14403) 11234 : cluster 0 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-07T21:54:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:28 smithi194 bash[32038]: cluster 2023-12-07T21:54:26.873223+0000 mgr.a (mgr.14403) 11234 : cluster 0 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-07T21:54:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:28 smithi135 bash[32435]: cluster 2023-12-07T21:54:26.873223+0000 mgr.a (mgr.14403) 11234 : cluster 0 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-07T21:54:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:30 smithi079 bash[28699]: cluster 2023-12-07T21:54:28.874036+0000 mgr.a (mgr.14403) 11235 : cluster 0 pgmap v8386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:30 smithi194 bash[32038]: cluster 2023-12-07T21:54:28.874036+0000 mgr.a (mgr.14403) 11235 : cluster 0 pgmap v8386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:30 smithi135 bash[32435]: cluster 2023-12-07T21:54:28.874036+0000 mgr.a (mgr.14403) 11235 : cluster 0 pgmap v8386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:30.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:54:30.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:30.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:31.752 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:54:31.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:31.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:31.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:31.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:54:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:32 smithi079 bash[28699]: cluster 2023-12-07T21:54:30.874574+0000 mgr.a (mgr.14403) 11236 : cluster 0 pgmap v8387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:32 smithi079 bash[28699]: audit 2023-12-07T21:54:31.275180+0000 mgr.a (mgr.14403) 11237 : audit 0 from='client.229101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:32 smithi194 bash[32038]: cluster 2023-12-07T21:54:30.874574+0000 mgr.a (mgr.14403) 11236 : cluster 0 pgmap v8387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:32 smithi194 bash[32038]: audit 2023-12-07T21:54:31.275180+0000 mgr.a (mgr.14403) 11237 : audit 0 from='client.229101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:32.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:32 smithi135 bash[32435]: cluster 2023-12-07T21:54:30.874574+0000 mgr.a (mgr.14403) 11236 : cluster 0 pgmap v8387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:32.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:32 smithi135 bash[32435]: audit 2023-12-07T21:54:31.275180+0000 mgr.a (mgr.14403) 11237 : audit 0 from='client.229101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:34 smithi079 bash[28699]: cluster 2023-12-07T21:54:32.875287+0000 mgr.a (mgr.14403) 11238 : cluster 0 pgmap v8388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:34 smithi079 bash[28699]: audit 2023-12-07T21:54:33.888402+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:54:34.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:34 smithi194 bash[32038]: cluster 2023-12-07T21:54:32.875287+0000 mgr.a (mgr.14403) 11238 : cluster 0 pgmap v8388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:34.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:34 smithi194 bash[32038]: audit 2023-12-07T21:54:33.888402+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:54:34.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:34 smithi135 bash[32435]: cluster 2023-12-07T21:54:32.875287+0000 mgr.a (mgr.14403) 11238 : cluster 0 pgmap v8388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:34.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:34 smithi135 bash[32435]: audit 2023-12-07T21:54:33.888402+0000 mon.a (mon.0) 2006 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:54:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:35 smithi079 bash[28699]: audit 2023-12-07T21:54:34.625601+0000 mon.a (mon.0) 2007 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:54:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:35 smithi079 bash[28699]: audit 2023-12-07T21:54:34.627440+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:54:35.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:35 smithi079 bash[28699]: audit 2023-12-07T21:54:34.637412+0000 mon.a (mon.0) 2009 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:54:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:35 smithi194 bash[32038]: audit 2023-12-07T21:54:34.625601+0000 mon.a (mon.0) 2007 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:54:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:35 smithi194 bash[32038]: audit 2023-12-07T21:54:34.627440+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:54:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:35 smithi194 bash[32038]: audit 2023-12-07T21:54:34.637412+0000 mon.a (mon.0) 2009 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:54:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:35 smithi135 bash[32435]: audit 2023-12-07T21:54:34.625601+0000 mon.a (mon.0) 2007 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:54:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:35 smithi135 bash[32435]: audit 2023-12-07T21:54:34.627440+0000 mon.a (mon.0) 2008 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:54:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:35 smithi135 bash[32435]: audit 2023-12-07T21:54:34.637412+0000 mon.a (mon.0) 2009 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:54:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:36 smithi079 bash[28699]: cluster 2023-12-07T21:54:34.876148+0000 mgr.a (mgr.14403) 11239 : cluster 0 pgmap v8389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:36 smithi194 bash[32038]: cluster 2023-12-07T21:54:34.876148+0000 mgr.a (mgr.14403) 11239 : cluster 0 pgmap v8389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:36 smithi135 bash[32435]: cluster 2023-12-07T21:54:34.876148+0000 mgr.a (mgr.14403) 11239 : cluster 0 pgmap v8389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:36.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:54:36.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:36.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:37.646 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:54:37.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:37.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:37.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:37.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:54:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:38 smithi079 bash[28699]: cluster 2023-12-07T21:54:36.876707+0000 mgr.a (mgr.14403) 11240 : cluster 0 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-07T21:54:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:38 smithi079 bash[28699]: audit 2023-12-07T21:54:37.160203+0000 mgr.a (mgr.14403) 11241 : audit 0 from='client.229173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:38 smithi194 bash[32038]: cluster 2023-12-07T21:54:36.876707+0000 mgr.a (mgr.14403) 11240 : cluster 0 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-07T21:54:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:38 smithi194 bash[32038]: audit 2023-12-07T21:54:37.160203+0000 mgr.a (mgr.14403) 11241 : audit 0 from='client.229173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:38.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:38 smithi135 bash[32435]: cluster 2023-12-07T21:54:36.876707+0000 mgr.a (mgr.14403) 11240 : cluster 0 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-07T21:54:38.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:38 smithi135 bash[32435]: audit 2023-12-07T21:54:37.160203+0000 mgr.a (mgr.14403) 11241 : audit 0 from='client.229173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:40 smithi079 bash[28699]: cluster 2023-12-07T21:54:38.877548+0000 mgr.a (mgr.14403) 11242 : cluster 0 pgmap v8391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:40.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:40 smithi194 bash[32038]: cluster 2023-12-07T21:54:38.877548+0000 mgr.a (mgr.14403) 11242 : cluster 0 pgmap v8391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:40 smithi135 bash[32435]: cluster 2023-12-07T21:54:38.877548+0000 mgr.a (mgr.14403) 11242 : cluster 0 pgmap v8391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:42 smithi079 bash[28699]: cluster 2023-12-07T21:54:40.878115+0000 mgr.a (mgr.14403) 11243 : cluster 0 pgmap v8392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:42.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:54:42.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:42.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:42 smithi194 bash[32038]: cluster 2023-12-07T21:54:40.878115+0000 mgr.a (mgr.14403) 11243 : cluster 0 pgmap v8392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:42 smithi135 bash[32435]: cluster 2023-12-07T21:54:40.878115+0000 mgr.a (mgr.14403) 11243 : cluster 0 pgmap v8392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:43.549 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:54:43.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:43.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:43.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:43.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:54:44.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:44 smithi079 bash[28699]: cluster 2023-12-07T21:54:42.878517+0000 mgr.a (mgr.14403) 11244 : cluster 0 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-07T21:54:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:44 smithi079 bash[28699]: audit 2023-12-07T21:54:43.055429+0000 mgr.a (mgr.14403) 11245 : audit 0 from='client.229248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:44 smithi194 bash[32038]: cluster 2023-12-07T21:54:42.878517+0000 mgr.a (mgr.14403) 11244 : cluster 0 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-07T21:54:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:44 smithi194 bash[32038]: audit 2023-12-07T21:54:43.055429+0000 mgr.a (mgr.14403) 11245 : audit 0 from='client.229248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:44.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:44 smithi135 bash[32435]: cluster 2023-12-07T21:54:42.878517+0000 mgr.a (mgr.14403) 11244 : cluster 0 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-07T21:54:44.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:44 smithi135 bash[32435]: audit 2023-12-07T21:54:43.055429+0000 mgr.a (mgr.14403) 11245 : audit 0 from='client.229248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:46 smithi079 bash[28699]: cluster 2023-12-07T21:54:44.879415+0000 mgr.a (mgr.14403) 11246 : cluster 0 pgmap v8394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:46.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:46 smithi194 bash[32038]: cluster 2023-12-07T21:54:44.879415+0000 mgr.a (mgr.14403) 11246 : cluster 0 pgmap v8394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:46 smithi135 bash[32435]: cluster 2023-12-07T21:54:44.879415+0000 mgr.a (mgr.14403) 11246 : cluster 0 pgmap v8394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:54:48.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:54:48.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:48.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:48 smithi079 bash[28699]: cluster 2023-12-07T21:54:46.880127+0000 mgr.a (mgr.14403) 11247 : cluster 0 pgmap v8395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:48.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:48 smithi194 bash[32038]: cluster 2023-12-07T21:54:46.880127+0000 mgr.a (mgr.14403) 11247 : cluster 0 pgmap v8395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:48 smithi135 bash[32435]: cluster 2023-12-07T21:54:46.880127+0000 mgr.a (mgr.14403) 11247 : cluster 0 pgmap v8395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:54:49.481 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:54:49.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:49.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:49.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:49.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:54:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:50 smithi079 bash[28699]: cluster 2023-12-07T21:54:48.880858+0000 mgr.a (mgr.14403) 11248 : cluster 0 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-07T21:54:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:50 smithi079 bash[28699]: audit 2023-12-07T21:54:48.967580+0000 mgr.a (mgr.14403) 11249 : audit 0 from='client.229320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:50 smithi194 bash[32038]: cluster 2023-12-07T21:54:48.880858+0000 mgr.a (mgr.14403) 11248 : cluster 0 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-07T21:54:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:50 smithi194 bash[32038]: audit 2023-12-07T21:54:48.967580+0000 mgr.a (mgr.14403) 11249 : audit 0 from='client.229320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:50 smithi135 bash[32435]: cluster 2023-12-07T21:54:48.880858+0000 mgr.a (mgr.14403) 11248 : cluster 0 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-07T21:54:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:50 smithi135 bash[32435]: audit 2023-12-07T21:54:48.967580+0000 mgr.a (mgr.14403) 11249 : audit 0 from='client.229320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:51.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:51 smithi194 bash[32038]: cluster 2023-12-07T21:54:50.881560+0000 mgr.a (mgr.14403) 11250 : cluster 0 pgmap v8397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:51.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:51 smithi135 bash[32435]: cluster 2023-12-07T21:54:50.881560+0000 mgr.a (mgr.14403) 11250 : cluster 0 pgmap v8397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:51 smithi079 bash[28699]: cluster 2023-12-07T21:54:50.881560+0000 mgr.a (mgr.14403) 11250 : cluster 0 pgmap v8397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:54.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:53 smithi194 bash[32038]: cluster 2023-12-07T21:54:52.882124+0000 mgr.a (mgr.14403) 11251 : cluster 0 pgmap v8398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:54.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:53 smithi135 bash[32435]: cluster 2023-12-07T21:54:52.882124+0000 mgr.a (mgr.14403) 11251 : cluster 0 pgmap v8398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:54.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:53 smithi079 bash[28699]: cluster 2023-12-07T21:54:52.882124+0000 mgr.a (mgr.14403) 11251 : cluster 0 pgmap v8398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:54.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:54:54.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:54:54.486 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:54:55.417 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:54:55.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:54:55.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:54:55.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:54:55.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:54:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:55 smithi194 bash[32038]: cluster 2023-12-07T21:54:54.882902+0000 mgr.a (mgr.14403) 11252 : cluster 0 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-07T21:54:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:55 smithi194 bash[32038]: audit 2023-12-07T21:54:54.888593+0000 mgr.a (mgr.14403) 11253 : audit 0 from='client.229395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:56.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:55 smithi135 bash[32435]: cluster 2023-12-07T21:54:54.882902+0000 mgr.a (mgr.14403) 11252 : cluster 0 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-07T21:54:56.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:55 smithi135 bash[32435]: audit 2023-12-07T21:54:54.888593+0000 mgr.a (mgr.14403) 11253 : audit 0 from='client.229395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:56.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:55 smithi079 bash[28699]: cluster 2023-12-07T21:54:54.882902+0000 mgr.a (mgr.14403) 11252 : cluster 0 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-07T21:54:56.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:55 smithi079 bash[28699]: audit 2023-12-07T21:54:54.888593+0000 mgr.a (mgr.14403) 11253 : audit 0 from='client.229395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:54:58.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:57 smithi194 bash[32038]: cluster 2023-12-07T21:54:56.883579+0000 mgr.a (mgr.14403) 11254 : cluster 0 pgmap v8400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:57 smithi135 bash[32435]: cluster 2023-12-07T21:54:56.883579+0000 mgr.a (mgr.14403) 11254 : cluster 0 pgmap v8400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:54:58.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:57 smithi079 bash[28699]: cluster 2023-12-07T21:54:56.883579+0000 mgr.a (mgr.14403) 11254 : cluster 0 pgmap v8400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:54:59 smithi194 bash[32038]: cluster 2023-12-07T21:54:58.884408+0000 mgr.a (mgr.14403) 11255 : cluster 0 pgmap v8401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:00.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:54:59 smithi135 bash[32435]: cluster 2023-12-07T21:54:58.884408+0000 mgr.a (mgr.14403) 11255 : cluster 0 pgmap v8401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:00.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:54:59 smithi079 bash[28699]: cluster 2023-12-07T21:54:58.884408+0000 mgr.a (mgr.14403) 11255 : cluster 0 pgmap v8401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:00.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:55:00.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:00.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:01.338 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:55:01.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:01.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:01.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:01.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:55:02.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:01 smithi194 bash[32038]: audit 2023-12-07T21:55:00.836703+0000 mgr.a (mgr.14403) 11256 : audit 0 from='client.229473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:01 smithi194 bash[32038]: cluster 2023-12-07T21:55:00.885180+0000 mgr.a (mgr.14403) 11257 : cluster 0 pgmap v8402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:01 smithi135 bash[32435]: audit 2023-12-07T21:55:00.836703+0000 mgr.a (mgr.14403) 11256 : audit 0 from='client.229473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:01 smithi135 bash[32435]: cluster 2023-12-07T21:55:00.885180+0000 mgr.a (mgr.14403) 11257 : cluster 0 pgmap v8402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:02.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:01 smithi079 bash[28699]: audit 2023-12-07T21:55:00.836703+0000 mgr.a (mgr.14403) 11256 : audit 0 from='client.229473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:01 smithi079 bash[28699]: cluster 2023-12-07T21:55:00.885180+0000 mgr.a (mgr.14403) 11257 : cluster 0 pgmap v8402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:04.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:03 smithi079 bash[28699]: cluster 2023-12-07T21:55:02.885845+0000 mgr.a (mgr.14403) 11258 : cluster 0 pgmap v8403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:04.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:03 smithi194 bash[32038]: cluster 2023-12-07T21:55:02.885845+0000 mgr.a (mgr.14403) 11258 : cluster 0 pgmap v8403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:04.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:03 smithi135 bash[32435]: cluster 2023-12-07T21:55:02.885845+0000 mgr.a (mgr.14403) 11258 : cluster 0 pgmap v8403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:06.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:55:06.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:06.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:06.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:05 smithi079 bash[28699]: cluster 2023-12-07T21:55:04.886649+0000 mgr.a (mgr.14403) 11259 : cluster 0 pgmap v8404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:06.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:05 smithi194 bash[32038]: cluster 2023-12-07T21:55:04.886649+0000 mgr.a (mgr.14403) 11259 : cluster 0 pgmap v8404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:05 smithi135 bash[32435]: cluster 2023-12-07T21:55:04.886649+0000 mgr.a (mgr.14403) 11259 : cluster 0 pgmap v8404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:07.261 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:55:07.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:07.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:07.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:07.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:55:08.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:07 smithi079 bash[28699]: audit 2023-12-07T21:55:06.744443+0000 mgr.a (mgr.14403) 11260 : audit 0 from='client.229551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:07 smithi079 bash[28699]: cluster 2023-12-07T21:55:06.887698+0000 mgr.a (mgr.14403) 11261 : cluster 0 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-07T21:55:08.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:07 smithi194 bash[32038]: audit 2023-12-07T21:55:06.744443+0000 mgr.a (mgr.14403) 11260 : audit 0 from='client.229551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:08.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:07 smithi194 bash[32038]: cluster 2023-12-07T21:55:06.887698+0000 mgr.a (mgr.14403) 11261 : cluster 0 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-07T21:55:08.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:07 smithi135 bash[32435]: audit 2023-12-07T21:55:06.744443+0000 mgr.a (mgr.14403) 11260 : audit 0 from='client.229551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:08.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:07 smithi135 bash[32435]: cluster 2023-12-07T21:55:06.887698+0000 mgr.a (mgr.14403) 11261 : cluster 0 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-07T21:55:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:09 smithi079 bash[28699]: cluster 2023-12-07T21:55:08.888594+0000 mgr.a (mgr.14403) 11262 : cluster 0 pgmap v8406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:10.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:09 smithi194 bash[32038]: cluster 2023-12-07T21:55:08.888594+0000 mgr.a (mgr.14403) 11262 : cluster 0 pgmap v8406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:09 smithi135 bash[32435]: cluster 2023-12-07T21:55:08.888594+0000 mgr.a (mgr.14403) 11262 : cluster 0 pgmap v8406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:12.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:55:12.264 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:12.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:12.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:11 smithi079 bash[28699]: cluster 2023-12-07T21:55:10.889161+0000 mgr.a (mgr.14403) 11263 : cluster 0 pgmap v8407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:11 smithi194 bash[32038]: cluster 2023-12-07T21:55:10.889161+0000 mgr.a (mgr.14403) 11263 : cluster 0 pgmap v8407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:11 smithi135 bash[32435]: cluster 2023-12-07T21:55:10.889161+0000 mgr.a (mgr.14403) 11263 : cluster 0 pgmap v8407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:13.162 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:55:13.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:13.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:13.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:13.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:55:14.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:13 smithi079 bash[28699]: audit 2023-12-07T21:55:12.666106+0000 mgr.a (mgr.14403) 11264 : audit 0 from='client.229623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:13 smithi079 bash[28699]: cluster 2023-12-07T21:55:12.889711+0000 mgr.a (mgr.14403) 11265 : cluster 0 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-07T21:55:14.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:13 smithi194 bash[32038]: audit 2023-12-07T21:55:12.666106+0000 mgr.a (mgr.14403) 11264 : audit 0 from='client.229623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:13 smithi194 bash[32038]: cluster 2023-12-07T21:55:12.889711+0000 mgr.a (mgr.14403) 11265 : cluster 0 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-07T21:55:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:13 smithi135 bash[32435]: audit 2023-12-07T21:55:12.666106+0000 mgr.a (mgr.14403) 11264 : audit 0 from='client.229623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:13 smithi135 bash[32435]: cluster 2023-12-07T21:55:12.889711+0000 mgr.a (mgr.14403) 11265 : cluster 0 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-07T21:55:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:15 smithi079 bash[28699]: cluster 2023-12-07T21:55:14.890641+0000 mgr.a (mgr.14403) 11266 : cluster 0 pgmap v8409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:16.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:15 smithi194 bash[32038]: cluster 2023-12-07T21:55:14.890641+0000 mgr.a (mgr.14403) 11266 : cluster 0 pgmap v8409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:15 smithi135 bash[32435]: cluster 2023-12-07T21:55:14.890641+0000 mgr.a (mgr.14403) 11266 : cluster 0 pgmap v8409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:18.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:55:18.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:18.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:17 smithi079 bash[28699]: cluster 2023-12-07T21:55:16.891206+0000 mgr.a (mgr.14403) 11267 : cluster 0 pgmap v8410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:17 smithi194 bash[32038]: cluster 2023-12-07T21:55:16.891206+0000 mgr.a (mgr.14403) 11267 : cluster 0 pgmap v8410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:17 smithi135 bash[32435]: cluster 2023-12-07T21:55:16.891206+0000 mgr.a (mgr.14403) 11267 : cluster 0 pgmap v8410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:19.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:19.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:19.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:19.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:55:19.039 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:55:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:19 smithi079 bash[28699]: audit 2023-12-07T21:55:18.565188+0000 mgr.a (mgr.14403) 11268 : audit 0 from='client.229701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:19 smithi079 bash[28699]: cluster 2023-12-07T21:55:18.891855+0000 mgr.a (mgr.14403) 11269 : cluster 0 pgmap v8411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:20.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:19 smithi194 bash[32038]: audit 2023-12-07T21:55:18.565188+0000 mgr.a (mgr.14403) 11268 : audit 0 from='client.229701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:19 smithi194 bash[32038]: cluster 2023-12-07T21:55:18.891855+0000 mgr.a (mgr.14403) 11269 : cluster 0 pgmap v8411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:19 smithi135 bash[32435]: audit 2023-12-07T21:55:18.565188+0000 mgr.a (mgr.14403) 11268 : audit 0 from='client.229701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:19 smithi135 bash[32435]: cluster 2023-12-07T21:55:18.891855+0000 mgr.a (mgr.14403) 11269 : cluster 0 pgmap v8411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:21 smithi079 bash[28699]: cluster 2023-12-07T21:55:20.892486+0000 mgr.a (mgr.14403) 11270 : cluster 0 pgmap v8412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:22.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:21 smithi194 bash[32038]: cluster 2023-12-07T21:55:20.892486+0000 mgr.a (mgr.14403) 11270 : cluster 0 pgmap v8412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:21 smithi135 bash[32435]: cluster 2023-12-07T21:55:20.892486+0000 mgr.a (mgr.14403) 11270 : cluster 0 pgmap v8412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:24.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:55:24.042 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:24.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:24 smithi079 bash[28699]: cluster 2023-12-07T21:55:22.893036+0000 mgr.a (mgr.14403) 11271 : cluster 0 pgmap v8413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:24.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:24 smithi194 bash[32038]: cluster 2023-12-07T21:55:22.893036+0000 mgr.a (mgr.14403) 11271 : cluster 0 pgmap v8413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:24.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:24 smithi135 bash[32435]: cluster 2023-12-07T21:55:22.893036+0000 mgr.a (mgr.14403) 11271 : cluster 0 pgmap v8413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:24.967 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:55:24.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:24.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:24.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:24.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:55:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:26 smithi079 bash[28699]: audit 2023-12-07T21:55:24.442761+0000 mgr.a (mgr.14403) 11272 : audit 0 from='client.229776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:26 smithi079 bash[28699]: cluster 2023-12-07T21:55:24.894065+0000 mgr.a (mgr.14403) 11273 : cluster 0 pgmap v8414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:26 smithi194 bash[32038]: audit 2023-12-07T21:55:24.442761+0000 mgr.a (mgr.14403) 11272 : audit 0 from='client.229776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:26 smithi194 bash[32038]: cluster 2023-12-07T21:55:24.894065+0000 mgr.a (mgr.14403) 11273 : cluster 0 pgmap v8414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:26 smithi135 bash[32435]: audit 2023-12-07T21:55:24.442761+0000 mgr.a (mgr.14403) 11272 : audit 0 from='client.229776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:26 smithi135 bash[32435]: cluster 2023-12-07T21:55:24.894065+0000 mgr.a (mgr.14403) 11273 : cluster 0 pgmap v8414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:28 smithi079 bash[28699]: cluster 2023-12-07T21:55:26.894633+0000 mgr.a (mgr.14403) 11274 : cluster 0 pgmap v8415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:28.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:28 smithi194 bash[32038]: cluster 2023-12-07T21:55:26.894633+0000 mgr.a (mgr.14403) 11274 : cluster 0 pgmap v8415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:28 smithi135 bash[32435]: cluster 2023-12-07T21:55:26.894633+0000 mgr.a (mgr.14403) 11274 : cluster 0 pgmap v8415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:29.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:55:29.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:29.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:30 smithi079 bash[28699]: cluster 2023-12-07T21:55:28.895434+0000 mgr.a (mgr.14403) 11275 : cluster 0 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-07T21:55:30.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:30 smithi194 bash[32038]: cluster 2023-12-07T21:55:28.895434+0000 mgr.a (mgr.14403) 11275 : cluster 0 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-07T21:55:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:30 smithi135 bash[32435]: cluster 2023-12-07T21:55:28.895434+0000 mgr.a (mgr.14403) 11275 : cluster 0 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-07T21:55:30.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:30.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:30.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:30.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:55:30.882 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:55:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:32 smithi079 bash[28699]: audit 2023-12-07T21:55:30.370182+0000 mgr.a (mgr.14403) 11276 : audit 0 from='client.229851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:32 smithi079 bash[28699]: cluster 2023-12-07T21:55:30.896077+0000 mgr.a (mgr.14403) 11277 : cluster 0 pgmap v8417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:32.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:32 smithi194 bash[32038]: audit 2023-12-07T21:55:30.370182+0000 mgr.a (mgr.14403) 11276 : audit 0 from='client.229851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:32.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:32 smithi194 bash[32038]: cluster 2023-12-07T21:55:30.896077+0000 mgr.a (mgr.14403) 11277 : cluster 0 pgmap v8417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:32 smithi135 bash[32435]: audit 2023-12-07T21:55:30.370182+0000 mgr.a (mgr.14403) 11276 : audit 0 from='client.229851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:32 smithi135 bash[32435]: cluster 2023-12-07T21:55:30.896077+0000 mgr.a (mgr.14403) 11277 : cluster 0 pgmap v8417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:34 smithi079 bash[28699]: cluster 2023-12-07T21:55:32.896624+0000 mgr.a (mgr.14403) 11278 : cluster 0 pgmap v8418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:34 smithi194 bash[32038]: cluster 2023-12-07T21:55:32.896624+0000 mgr.a (mgr.14403) 11278 : cluster 0 pgmap v8418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:34 smithi135 bash[32435]: cluster 2023-12-07T21:55:32.896624+0000 mgr.a (mgr.14403) 11278 : cluster 0 pgmap v8418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:35 smithi079 bash[28699]: audit 2023-12-07T21:55:34.739808+0000 mon.a (mon.0) 2010 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:55:35.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:35 smithi194 bash[32038]: audit 2023-12-07T21:55:34.739808+0000 mon.a (mon.0) 2010 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:55:35.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:35 smithi135 bash[32435]: audit 2023-12-07T21:55:34.739808+0000 mon.a (mon.0) 2010 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:55:35.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:55:35.885 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:35.885 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:36 smithi079 bash[28699]: cluster 2023-12-07T21:55:34.897361+0000 mgr.a (mgr.14403) 11279 : cluster 0 pgmap v8419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:36 smithi079 bash[28699]: audit 2023-12-07T21:55:35.483880+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:55:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:36 smithi079 bash[28699]: audit 2023-12-07T21:55:35.485596+0000 mon.a (mon.0) 2012 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:55:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:36 smithi079 bash[28699]: audit 2023-12-07T21:55:35.496597+0000 mon.a (mon.0) 2013 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:55:36.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:36 smithi194 bash[32038]: cluster 2023-12-07T21:55:34.897361+0000 mgr.a (mgr.14403) 11279 : cluster 0 pgmap v8419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:36 smithi194 bash[32038]: audit 2023-12-07T21:55:35.483880+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:55:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:36 smithi194 bash[32038]: audit 2023-12-07T21:55:35.485596+0000 mon.a (mon.0) 2012 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:55:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:36 smithi194 bash[32038]: audit 2023-12-07T21:55:35.496597+0000 mon.a (mon.0) 2013 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:55:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:36 smithi135 bash[32435]: cluster 2023-12-07T21:55:34.897361+0000 mgr.a (mgr.14403) 11279 : cluster 0 pgmap v8419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:36 smithi135 bash[32435]: audit 2023-12-07T21:55:35.483880+0000 mon.a (mon.0) 2011 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:55:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:36 smithi135 bash[32435]: audit 2023-12-07T21:55:35.485596+0000 mon.a (mon.0) 2012 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:55:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:36 smithi135 bash[32435]: audit 2023-12-07T21:55:35.496597+0000 mon.a (mon.0) 2013 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:55:36.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:36.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:36.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:36.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:55:36.806 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:55:37.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:37 smithi079 bash[28699]: audit 2023-12-07T21:55:36.289978+0000 mgr.a (mgr.14403) 11280 : audit 0 from='client.229926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:37.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:37 smithi194 bash[32038]: audit 2023-12-07T21:55:36.289978+0000 mgr.a (mgr.14403) 11280 : audit 0 from='client.229926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:37 smithi135 bash[32435]: audit 2023-12-07T21:55:36.289978+0000 mgr.a (mgr.14403) 11280 : audit 0 from='client.229926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:38 smithi079 bash[28699]: cluster 2023-12-07T21:55:36.898053+0000 mgr.a (mgr.14403) 11281 : cluster 0 pgmap v8420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:38.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:38 smithi194 bash[32038]: cluster 2023-12-07T21:55:36.898053+0000 mgr.a (mgr.14403) 11281 : cluster 0 pgmap v8420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:38.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:38 smithi135 bash[32435]: cluster 2023-12-07T21:55:36.898053+0000 mgr.a (mgr.14403) 11281 : cluster 0 pgmap v8420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:40 smithi079 bash[28699]: cluster 2023-12-07T21:55:38.898864+0000 mgr.a (mgr.14403) 11282 : cluster 0 pgmap v8421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:40 smithi194 bash[32038]: cluster 2023-12-07T21:55:38.898864+0000 mgr.a (mgr.14403) 11282 : cluster 0 pgmap v8421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:40 smithi135 bash[32435]: cluster 2023-12-07T21:55:38.898864+0000 mgr.a (mgr.14403) 11282 : cluster 0 pgmap v8421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:41.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:55:41.843 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:41.843 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:42 smithi079 bash[28699]: cluster 2023-12-07T21:55:40.899544+0000 mgr.a (mgr.14403) 11283 : cluster 0 pgmap v8422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:42.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:42 smithi194 bash[32038]: cluster 2023-12-07T21:55:40.899544+0000 mgr.a (mgr.14403) 11283 : cluster 0 pgmap v8422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:42 smithi135 bash[32435]: cluster 2023-12-07T21:55:40.899544+0000 mgr.a (mgr.14403) 11283 : cluster 0 pgmap v8422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:42.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:42.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:42.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:42.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:55:42.711 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:55:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:43 smithi079 bash[28699]: audit 2023-12-07T21:55:42.215367+0000 mgr.a (mgr.14403) 11284 : audit 0 from='client.230001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:43 smithi194 bash[32038]: audit 2023-12-07T21:55:42.215367+0000 mgr.a (mgr.14403) 11284 : audit 0 from='client.230001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:43 smithi135 bash[32435]: audit 2023-12-07T21:55:42.215367+0000 mgr.a (mgr.14403) 11284 : audit 0 from='client.230001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:44 smithi079 bash[28699]: cluster 2023-12-07T21:55:42.900168+0000 mgr.a (mgr.14403) 11285 : cluster 0 pgmap v8423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:44.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:44 smithi194 bash[32038]: cluster 2023-12-07T21:55:42.900168+0000 mgr.a (mgr.14403) 11285 : cluster 0 pgmap v8423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:44 smithi135 bash[32435]: cluster 2023-12-07T21:55:42.900168+0000 mgr.a (mgr.14403) 11285 : cluster 0 pgmap v8423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:46 smithi079 bash[28699]: cluster 2023-12-07T21:55:44.900965+0000 mgr.a (mgr.14403) 11286 : cluster 0 pgmap v8424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:46.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:46 smithi194 bash[32038]: cluster 2023-12-07T21:55:44.900965+0000 mgr.a (mgr.14403) 11286 : cluster 0 pgmap v8424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:46 smithi135 bash[32435]: cluster 2023-12-07T21:55:44.900965+0000 mgr.a (mgr.14403) 11286 : cluster 0 pgmap v8424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:55:47.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:55:47.716 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:47.716 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:48 smithi079 bash[28699]: cluster 2023-12-07T21:55:46.901514+0000 mgr.a (mgr.14403) 11287 : cluster 0 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-07T21:55:48.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:48 smithi194 bash[32038]: cluster 2023-12-07T21:55:46.901514+0000 mgr.a (mgr.14403) 11287 : cluster 0 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-07T21:55:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:48 smithi135 bash[32435]: cluster 2023-12-07T21:55:46.901514+0000 mgr.a (mgr.14403) 11287 : cluster 0 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-07T21:55:48.630 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:55:48.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:48.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:48.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:48.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:55:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:49 smithi079 bash[28699]: audit 2023-12-07T21:55:48.115047+0000 mgr.a (mgr.14403) 11288 : audit 0 from='client.230079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:49 smithi194 bash[32038]: audit 2023-12-07T21:55:48.115047+0000 mgr.a (mgr.14403) 11288 : audit 0 from='client.230079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:49 smithi135 bash[32435]: audit 2023-12-07T21:55:48.115047+0000 mgr.a (mgr.14403) 11288 : audit 0 from='client.230079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:50 smithi079 bash[28699]: cluster 2023-12-07T21:55:48.902405+0000 mgr.a (mgr.14403) 11289 : cluster 0 pgmap v8426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:55:50.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:50 smithi194 bash[32038]: cluster 2023-12-07T21:55:48.902405+0000 mgr.a (mgr.14403) 11289 : cluster 0 pgmap v8426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:55:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:50 smithi135 bash[32435]: cluster 2023-12-07T21:55:48.902405+0000 mgr.a (mgr.14403) 11289 : cluster 0 pgmap v8426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:55:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:52 smithi079 bash[28699]: cluster 2023-12-07T21:55:50.902951+0000 mgr.a (mgr.14403) 11290 : cluster 0 pgmap v8427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:55:52.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:52 smithi194 bash[32038]: cluster 2023-12-07T21:55:50.902951+0000 mgr.a (mgr.14403) 11290 : cluster 0 pgmap v8427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:55:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:52 smithi135 bash[32435]: cluster 2023-12-07T21:55:50.902951+0000 mgr.a (mgr.14403) 11290 : cluster 0 pgmap v8427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:55:53.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:55:53.633 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:53.633 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:55:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:54 smithi079 bash[28699]: cluster 2023-12-07T21:55:52.903464+0000 mgr.a (mgr.14403) 11291 : cluster 0 pgmap v8428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:55:54.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:54 smithi194 bash[32038]: cluster 2023-12-07T21:55:52.903464+0000 mgr.a (mgr.14403) 11291 : cluster 0 pgmap v8428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:55:54.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:54 smithi135 bash[32435]: cluster 2023-12-07T21:55:52.903464+0000 mgr.a (mgr.14403) 11291 : cluster 0 pgmap v8428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:55:54.517 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:55:54.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:55:54.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:55:54.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:55:54.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:55:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:55 smithi079 bash[28699]: audit 2023-12-07T21:55:54.033952+0000 mgr.a (mgr.14403) 11292 : audit 0 from='client.230157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:55 smithi194 bash[32038]: audit 2023-12-07T21:55:54.033952+0000 mgr.a (mgr.14403) 11292 : audit 0 from='client.230157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:55 smithi135 bash[32435]: audit 2023-12-07T21:55:54.033952+0000 mgr.a (mgr.14403) 11292 : audit 0 from='client.230157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:55:56.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:56 smithi079 bash[28699]: cluster 2023-12-07T21:55:54.904423+0000 mgr.a (mgr.14403) 11293 : cluster 0 pgmap v8429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:56 smithi194 bash[32038]: cluster 2023-12-07T21:55:54.904423+0000 mgr.a (mgr.14403) 11293 : cluster 0 pgmap v8429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:56 smithi135 bash[32435]: cluster 2023-12-07T21:55:54.904423+0000 mgr.a (mgr.14403) 11293 : cluster 0 pgmap v8429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:55:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:55:58 smithi079 bash[28699]: cluster 2023-12-07T21:55:56.904975+0000 mgr.a (mgr.14403) 11294 : cluster 0 pgmap v8430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:55:58 smithi194 bash[32038]: cluster 2023-12-07T21:55:56.904975+0000 mgr.a (mgr.14403) 11294 : cluster 0 pgmap v8430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:55:58 smithi135 bash[32435]: cluster 2023-12-07T21:55:56.904975+0000 mgr.a (mgr.14403) 11294 : cluster 0 pgmap v8430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:55:59.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:55:59.520 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:55:59.520 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:00.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:00 smithi079 bash[28699]: cluster 2023-12-07T21:55:58.905809+0000 mgr.a (mgr.14403) 11295 : cluster 0 pgmap v8431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:00.430 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:56:00.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:00.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:00.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:00.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:56:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:00 smithi194 bash[32038]: cluster 2023-12-07T21:55:58.905809+0000 mgr.a (mgr.14403) 11295 : cluster 0 pgmap v8431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:00 smithi135 bash[32435]: cluster 2023-12-07T21:55:58.905809+0000 mgr.a (mgr.14403) 11295 : cluster 0 pgmap v8431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:01 smithi079 bash[28699]: audit 2023-12-07T21:55:59.927122+0000 mgr.a (mgr.14403) 11296 : audit 0 from='client.230232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:01 smithi194 bash[32038]: audit 2023-12-07T21:55:59.927122+0000 mgr.a (mgr.14403) 11296 : audit 0 from='client.230232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:01 smithi135 bash[32435]: audit 2023-12-07T21:55:59.927122+0000 mgr.a (mgr.14403) 11296 : audit 0 from='client.230232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:02 smithi079 bash[28699]: cluster 2023-12-07T21:56:00.906512+0000 mgr.a (mgr.14403) 11297 : cluster 0 pgmap v8432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:56:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:02 smithi194 bash[32038]: cluster 2023-12-07T21:56:00.906512+0000 mgr.a (mgr.14403) 11297 : cluster 0 pgmap v8432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:56:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:02 smithi135 bash[32435]: cluster 2023-12-07T21:56:00.906512+0000 mgr.a (mgr.14403) 11297 : cluster 0 pgmap v8432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:56:04.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:04 smithi079 bash[28699]: cluster 2023-12-07T21:56:02.907159+0000 mgr.a (mgr.14403) 11298 : cluster 0 pgmap v8433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:56:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:04 smithi194 bash[32038]: cluster 2023-12-07T21:56:02.907159+0000 mgr.a (mgr.14403) 11298 : cluster 0 pgmap v8433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:56:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:04 smithi135 bash[32435]: cluster 2023-12-07T21:56:02.907159+0000 mgr.a (mgr.14403) 11298 : cluster 0 pgmap v8433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:56:05.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:56:05.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:05.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:06.335 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:56:06.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:06.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:06.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:06.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:56:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:06 smithi079 bash[28699]: cluster 2023-12-07T21:56:04.907949+0000 mgr.a (mgr.14403) 11299 : cluster 0 pgmap v8434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:56:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:06 smithi194 bash[32038]: cluster 2023-12-07T21:56:04.907949+0000 mgr.a (mgr.14403) 11299 : cluster 0 pgmap v8434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:56:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:06 smithi135 bash[32435]: cluster 2023-12-07T21:56:04.907949+0000 mgr.a (mgr.14403) 11299 : cluster 0 pgmap v8434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:56:07.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:07 smithi079 bash[28699]: audit 2023-12-07T21:56:05.840781+0000 mgr.a (mgr.14403) 11300 : audit 0 from='client.230307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:07 smithi194 bash[32038]: audit 2023-12-07T21:56:05.840781+0000 mgr.a (mgr.14403) 11300 : audit 0 from='client.230307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:07 smithi135 bash[32435]: audit 2023-12-07T21:56:05.840781+0000 mgr.a (mgr.14403) 11300 : audit 0 from='client.230307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:08 smithi194 bash[32038]: cluster 2023-12-07T21:56:06.908776+0000 mgr.a (mgr.14403) 11301 : cluster 0 pgmap v8435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:08.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:08 smithi135 bash[32435]: cluster 2023-12-07T21:56:06.908776+0000 mgr.a (mgr.14403) 11301 : cluster 0 pgmap v8435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:08 smithi079 bash[28699]: cluster 2023-12-07T21:56:06.908776+0000 mgr.a (mgr.14403) 11301 : cluster 0 pgmap v8435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:10 smithi194 bash[32038]: cluster 2023-12-07T21:56:08.909607+0000 mgr.a (mgr.14403) 11302 : cluster 0 pgmap v8436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:10 smithi135 bash[32435]: cluster 2023-12-07T21:56:08.909607+0000 mgr.a (mgr.14403) 11302 : cluster 0 pgmap v8436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:10 smithi079 bash[28699]: cluster 2023-12-07T21:56:08.909607+0000 mgr.a (mgr.14403) 11302 : cluster 0 pgmap v8436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:11.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:56:11.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:11.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:12.253 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:56:12.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:12.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:12.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:12.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:56:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:12 smithi194 bash[32038]: cluster 2023-12-07T21:56:10.910154+0000 mgr.a (mgr.14403) 11303 : cluster 0 pgmap v8437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:12 smithi135 bash[32435]: cluster 2023-12-07T21:56:10.910154+0000 mgr.a (mgr.14403) 11303 : cluster 0 pgmap v8437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:12.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:12 smithi079 bash[28699]: cluster 2023-12-07T21:56:10.910154+0000 mgr.a (mgr.14403) 11303 : cluster 0 pgmap v8437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:13 smithi194 bash[32038]: audit 2023-12-07T21:56:11.746822+0000 mgr.a (mgr.14403) 11304 : audit 0 from='client.230379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:13 smithi135 bash[32435]: audit 2023-12-07T21:56:11.746822+0000 mgr.a (mgr.14403) 11304 : audit 0 from='client.230379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:13.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:13 smithi079 bash[28699]: audit 2023-12-07T21:56:11.746822+0000 mgr.a (mgr.14403) 11304 : audit 0 from='client.230379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:14 smithi194 bash[32038]: cluster 2023-12-07T21:56:12.910878+0000 mgr.a (mgr.14403) 11305 : cluster 0 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-07T21:56:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:14 smithi135 bash[32435]: cluster 2023-12-07T21:56:12.910878+0000 mgr.a (mgr.14403) 11305 : cluster 0 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-07T21:56:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:14 smithi079 bash[28699]: cluster 2023-12-07T21:56:12.910878+0000 mgr.a (mgr.14403) 11305 : cluster 0 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-07T21:56:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:16 smithi194 bash[32038]: cluster 2023-12-07T21:56:14.911729+0000 mgr.a (mgr.14403) 11306 : cluster 0 pgmap v8439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:16 smithi135 bash[32435]: cluster 2023-12-07T21:56:14.911729+0000 mgr.a (mgr.14403) 11306 : cluster 0 pgmap v8439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:16 smithi079 bash[28699]: cluster 2023-12-07T21:56:14.911729+0000 mgr.a (mgr.14403) 11306 : cluster 0 pgmap v8439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:17.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:56:17.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:17.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:18.148 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:56:18.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:18.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:18.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:18.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:56:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:18 smithi194 bash[32038]: cluster 2023-12-07T21:56:16.912303+0000 mgr.a (mgr.14403) 11307 : cluster 0 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-07T21:56:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:18 smithi135 bash[32435]: cluster 2023-12-07T21:56:16.912303+0000 mgr.a (mgr.14403) 11307 : cluster 0 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-07T21:56:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:18 smithi079 bash[28699]: cluster 2023-12-07T21:56:16.912303+0000 mgr.a (mgr.14403) 11307 : cluster 0 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-07T21:56:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:19 smithi194 bash[32038]: audit 2023-12-07T21:56:17.670127+0000 mgr.a (mgr.14403) 11308 : audit 0 from='client.230454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:19 smithi135 bash[32435]: audit 2023-12-07T21:56:17.670127+0000 mgr.a (mgr.14403) 11308 : audit 0 from='client.230454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:19.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:19 smithi079 bash[28699]: audit 2023-12-07T21:56:17.670127+0000 mgr.a (mgr.14403) 11308 : audit 0 from='client.230454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:20 smithi194 bash[32038]: cluster 2023-12-07T21:56:18.913240+0000 mgr.a (mgr.14403) 11309 : cluster 0 pgmap v8441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:20 smithi135 bash[32435]: cluster 2023-12-07T21:56:18.913240+0000 mgr.a (mgr.14403) 11309 : cluster 0 pgmap v8441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:20 smithi079 bash[28699]: cluster 2023-12-07T21:56:18.913240+0000 mgr.a (mgr.14403) 11309 : cluster 0 pgmap v8441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:22 smithi194 bash[32038]: cluster 2023-12-07T21:56:20.913845+0000 mgr.a (mgr.14403) 11310 : cluster 0 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-07T21:56:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:22 smithi135 bash[32435]: cluster 2023-12-07T21:56:20.913845+0000 mgr.a (mgr.14403) 11310 : cluster 0 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-07T21:56:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:22 smithi079 bash[28699]: cluster 2023-12-07T21:56:20.913845+0000 mgr.a (mgr.14403) 11310 : cluster 0 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-07T21:56:23.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:56:23.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:23.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:24.044 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:56:24.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:24.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:24.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:24.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:56:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:24 smithi194 bash[32038]: cluster 2023-12-07T21:56:22.914433+0000 mgr.a (mgr.14403) 11311 : cluster 0 pgmap v8443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:24 smithi135 bash[32435]: cluster 2023-12-07T21:56:22.914433+0000 mgr.a (mgr.14403) 11311 : cluster 0 pgmap v8443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:24 smithi079 bash[28699]: cluster 2023-12-07T21:56:22.914433+0000 mgr.a (mgr.14403) 11311 : cluster 0 pgmap v8443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:25 smithi135 bash[32435]: audit 2023-12-07T21:56:23.552012+0000 mgr.a (mgr.14403) 11312 : audit 0 from='client.230532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:25.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:25 smithi079 bash[28699]: audit 2023-12-07T21:56:23.552012+0000 mgr.a (mgr.14403) 11312 : audit 0 from='client.230532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:25 smithi194 bash[32038]: audit 2023-12-07T21:56:23.552012+0000 mgr.a (mgr.14403) 11312 : audit 0 from='client.230532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:26 smithi135 bash[32435]: cluster 2023-12-07T21:56:24.915504+0000 mgr.a (mgr.14403) 11313 : cluster 0 pgmap v8444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:26 smithi079 bash[28699]: cluster 2023-12-07T21:56:24.915504+0000 mgr.a (mgr.14403) 11313 : cluster 0 pgmap v8444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:26 smithi194 bash[32038]: cluster 2023-12-07T21:56:24.915504+0000 mgr.a (mgr.14403) 11313 : cluster 0 pgmap v8444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:28 smithi079 bash[28699]: cluster 2023-12-07T21:56:26.916207+0000 mgr.a (mgr.14403) 11314 : cluster 0 pgmap v8445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:28 smithi194 bash[32038]: cluster 2023-12-07T21:56:26.916207+0000 mgr.a (mgr.14403) 11314 : cluster 0 pgmap v8445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:28 smithi135 bash[32435]: cluster 2023-12-07T21:56:26.916207+0000 mgr.a (mgr.14403) 11314 : cluster 0 pgmap v8445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:29.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:56:29.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:29.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:29.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:29.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:29.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:29.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:56:29.964 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:56:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:30 smithi079 bash[28699]: cluster 2023-12-07T21:56:28.916993+0000 mgr.a (mgr.14403) 11315 : cluster 0 pgmap v8446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:30 smithi194 bash[32038]: cluster 2023-12-07T21:56:28.916993+0000 mgr.a (mgr.14403) 11315 : cluster 0 pgmap v8446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:30 smithi135 bash[32435]: cluster 2023-12-07T21:56:28.916993+0000 mgr.a (mgr.14403) 11315 : cluster 0 pgmap v8446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:31.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:31 smithi079 bash[28699]: audit 2023-12-07T21:56:29.450745+0000 mgr.a (mgr.14403) 11316 : audit 0 from='client.230610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:31 smithi194 bash[32038]: audit 2023-12-07T21:56:29.450745+0000 mgr.a (mgr.14403) 11316 : audit 0 from='client.230610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:31 smithi135 bash[32435]: audit 2023-12-07T21:56:29.450745+0000 mgr.a (mgr.14403) 11316 : audit 0 from='client.230610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:32 smithi079 bash[28699]: cluster 2023-12-07T21:56:30.917700+0000 mgr.a (mgr.14403) 11317 : cluster 0 pgmap v8447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:32 smithi194 bash[32038]: cluster 2023-12-07T21:56:30.917700+0000 mgr.a (mgr.14403) 11317 : cluster 0 pgmap v8447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:32.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:32 smithi135 bash[32435]: cluster 2023-12-07T21:56:30.917700+0000 mgr.a (mgr.14403) 11317 : cluster 0 pgmap v8447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:34 smithi079 bash[28699]: cluster 2023-12-07T21:56:32.918313+0000 mgr.a (mgr.14403) 11318 : cluster 0 pgmap v8448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:34 smithi194 bash[32038]: cluster 2023-12-07T21:56:32.918313+0000 mgr.a (mgr.14403) 11318 : cluster 0 pgmap v8448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:34 smithi135 bash[32435]: cluster 2023-12-07T21:56:32.918313+0000 mgr.a (mgr.14403) 11318 : cluster 0 pgmap v8448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:56:34.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:56:34.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:34.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:35.882 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:56:35.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:35.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:35.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:35.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:56:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:36 smithi079 bash[28699]: cluster 2023-12-07T21:56:34.919170+0000 mgr.a (mgr.14403) 11319 : cluster 0 pgmap v8449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:36 smithi079 bash[28699]: audit 2023-12-07T21:56:35.372880+0000 mgr.a (mgr.14403) 11320 : audit 0 from='client.230688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:36 smithi079 bash[28699]: audit 2023-12-07T21:56:35.598553+0000 mon.a (mon.0) 2014 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:56:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:36 smithi194 bash[32038]: cluster 2023-12-07T21:56:34.919170+0000 mgr.a (mgr.14403) 11319 : cluster 0 pgmap v8449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:36 smithi194 bash[32038]: audit 2023-12-07T21:56:35.372880+0000 mgr.a (mgr.14403) 11320 : audit 0 from='client.230688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:36 smithi194 bash[32038]: audit 2023-12-07T21:56:35.598553+0000 mon.a (mon.0) 2014 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:56:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:36 smithi135 bash[32435]: cluster 2023-12-07T21:56:34.919170+0000 mgr.a (mgr.14403) 11319 : cluster 0 pgmap v8449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:36 smithi135 bash[32435]: audit 2023-12-07T21:56:35.372880+0000 mgr.a (mgr.14403) 11320 : audit 0 from='client.230688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:36 smithi135 bash[32435]: audit 2023-12-07T21:56:35.598553+0000 mon.a (mon.0) 2014 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:56:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:38 smithi079 bash[28699]: cluster 2023-12-07T21:56:36.919841+0000 mgr.a (mgr.14403) 11321 : cluster 0 pgmap v8450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:38 smithi194 bash[32038]: cluster 2023-12-07T21:56:36.919841+0000 mgr.a (mgr.14403) 11321 : cluster 0 pgmap v8450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:38 smithi135 bash[32435]: cluster 2023-12-07T21:56:36.919841+0000 mgr.a (mgr.14403) 11321 : cluster 0 pgmap v8450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:40 smithi079 bash[28699]: cluster 2023-12-07T21:56:38.920669+0000 mgr.a (mgr.14403) 11322 : cluster 0 pgmap v8451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:40 smithi194 bash[32038]: cluster 2023-12-07T21:56:38.920669+0000 mgr.a (mgr.14403) 11322 : cluster 0 pgmap v8451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:40.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:40 smithi135 bash[32435]: cluster 2023-12-07T21:56:38.920669+0000 mgr.a (mgr.14403) 11322 : cluster 0 pgmap v8451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:40.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:56:40.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:40.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:41.833 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:56:41.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:41.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:41.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:41.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:56:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:41 smithi194 bash[32038]: cluster 2023-12-07T21:56:40.921069+0000 mgr.a (mgr.14403) 11323 : cluster 0 pgmap v8452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:41 smithi194 bash[32038]: audit 2023-12-07T21:56:40.949693+0000 mon.a (mon.0) 2015 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:41 smithi194 bash[32038]: audit 2023-12-07T21:56:40.956687+0000 mon.a (mon.0) 2016 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:41 smithi194 bash[32038]: audit 2023-12-07T21:56:41.002470+0000 mon.a (mon.0) 2017 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:41 smithi194 bash[32038]: audit 2023-12-07T21:56:41.009759+0000 mon.a (mon.0) 2018 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:41 smithi194 bash[32038]: audit 2023-12-07T21:56:41.052809+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:41 smithi194 bash[32038]: audit 2023-12-07T21:56:41.058254+0000 mon.a (mon.0) 2020 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:41 smithi194 bash[32038]: audit 2023-12-07T21:56:41.317034+0000 mgr.a (mgr.14403) 11324 : audit 0 from='client.230763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:41 smithi194 bash[32038]: audit 2023-12-07T21:56:41.747838+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:56:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:41 smithi194 bash[32038]: audit 2023-12-07T21:56:41.749737+0000 mon.a (mon.0) 2022 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:56:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:41 smithi194 bash[32038]: audit 2023-12-07T21:56:41.758777+0000 mon.a (mon.0) 2023 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:41 smithi135 bash[32435]: cluster 2023-12-07T21:56:40.921069+0000 mgr.a (mgr.14403) 11323 : cluster 0 pgmap v8452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:41 smithi135 bash[32435]: audit 2023-12-07T21:56:40.949693+0000 mon.a (mon.0) 2015 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:41 smithi135 bash[32435]: audit 2023-12-07T21:56:40.956687+0000 mon.a (mon.0) 2016 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:41 smithi135 bash[32435]: audit 2023-12-07T21:56:41.002470+0000 mon.a (mon.0) 2017 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:41 smithi135 bash[32435]: audit 2023-12-07T21:56:41.009759+0000 mon.a (mon.0) 2018 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:41 smithi135 bash[32435]: audit 2023-12-07T21:56:41.052809+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:41 smithi135 bash[32435]: audit 2023-12-07T21:56:41.058254+0000 mon.a (mon.0) 2020 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:41 smithi135 bash[32435]: audit 2023-12-07T21:56:41.317034+0000 mgr.a (mgr.14403) 11324 : audit 0 from='client.230763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:41 smithi135 bash[32435]: audit 2023-12-07T21:56:41.747838+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:56:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:41 smithi135 bash[32435]: audit 2023-12-07T21:56:41.749737+0000 mon.a (mon.0) 2022 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:56:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:41 smithi135 bash[32435]: audit 2023-12-07T21:56:41.758777+0000 mon.a (mon.0) 2023 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:41 smithi079 bash[28699]: cluster 2023-12-07T21:56:40.921069+0000 mgr.a (mgr.14403) 11323 : cluster 0 pgmap v8452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:41 smithi079 bash[28699]: audit 2023-12-07T21:56:40.949693+0000 mon.a (mon.0) 2015 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:41 smithi079 bash[28699]: audit 2023-12-07T21:56:40.956687+0000 mon.a (mon.0) 2016 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:41 smithi079 bash[28699]: audit 2023-12-07T21:56:41.002470+0000 mon.a (mon.0) 2017 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:41 smithi079 bash[28699]: audit 2023-12-07T21:56:41.009759+0000 mon.a (mon.0) 2018 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:41 smithi079 bash[28699]: audit 2023-12-07T21:56:41.052809+0000 mon.a (mon.0) 2019 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:41 smithi079 bash[28699]: audit 2023-12-07T21:56:41.058254+0000 mon.a (mon.0) 2020 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:41 smithi079 bash[28699]: audit 2023-12-07T21:56:41.317034+0000 mgr.a (mgr.14403) 11324 : audit 0 from='client.230763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:41 smithi079 bash[28699]: audit 2023-12-07T21:56:41.747838+0000 mon.a (mon.0) 2021 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:56:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:41 smithi079 bash[28699]: audit 2023-12-07T21:56:41.749737+0000 mon.a (mon.0) 2022 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:56:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:41 smithi079 bash[28699]: audit 2023-12-07T21:56:41.758777+0000 mon.a (mon.0) 2023 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:56:44.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:43 smithi135 bash[32435]: cluster 2023-12-07T21:56:42.921761+0000 mgr.a (mgr.14403) 11325 : cluster 0 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-07T21:56:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:43 smithi079 bash[28699]: cluster 2023-12-07T21:56:42.921761+0000 mgr.a (mgr.14403) 11325 : cluster 0 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-07T21:56:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:43 smithi194 bash[32038]: cluster 2023-12-07T21:56:42.921761+0000 mgr.a (mgr.14403) 11325 : cluster 0 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-07T21:56:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:45 smithi079 bash[28699]: cluster 2023-12-07T21:56:44.922607+0000 mgr.a (mgr.14403) 11326 : cluster 0 pgmap v8454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:45 smithi194 bash[32038]: cluster 2023-12-07T21:56:44.922607+0000 mgr.a (mgr.14403) 11326 : cluster 0 pgmap v8454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:45 smithi135 bash[32435]: cluster 2023-12-07T21:56:44.922607+0000 mgr.a (mgr.14403) 11326 : cluster 0 pgmap v8454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:46.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:56:46.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:46.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:47.726 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:56:47.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:47.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:47.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:47.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:56:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:47 smithi079 bash[28699]: cluster 2023-12-07T21:56:46.923189+0000 mgr.a (mgr.14403) 11327 : cluster 0 pgmap v8455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:47 smithi079 bash[28699]: audit 2023-12-07T21:56:47.234149+0000 mgr.a (mgr.14403) 11328 : audit 0 from='client.230838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:47 smithi194 bash[32038]: cluster 2023-12-07T21:56:46.923189+0000 mgr.a (mgr.14403) 11327 : cluster 0 pgmap v8455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:47 smithi194 bash[32038]: audit 2023-12-07T21:56:47.234149+0000 mgr.a (mgr.14403) 11328 : audit 0 from='client.230838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:47 smithi135 bash[32435]: cluster 2023-12-07T21:56:46.923189+0000 mgr.a (mgr.14403) 11327 : cluster 0 pgmap v8455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:47 smithi135 bash[32435]: audit 2023-12-07T21:56:47.234149+0000 mgr.a (mgr.14403) 11328 : audit 0 from='client.230838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:49 smithi079 bash[28699]: cluster 2023-12-07T21:56:48.924095+0000 mgr.a (mgr.14403) 11329 : cluster 0 pgmap v8456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:49 smithi194 bash[32038]: cluster 2023-12-07T21:56:48.924095+0000 mgr.a (mgr.14403) 11329 : cluster 0 pgmap v8456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:49 smithi135 bash[32435]: cluster 2023-12-07T21:56:48.924095+0000 mgr.a (mgr.14403) 11329 : cluster 0 pgmap v8456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:56:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:51 smithi079 bash[28699]: cluster 2023-12-07T21:56:50.924681+0000 mgr.a (mgr.14403) 11330 : cluster 0 pgmap v8457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:51 smithi194 bash[32038]: cluster 2023-12-07T21:56:50.924681+0000 mgr.a (mgr.14403) 11330 : cluster 0 pgmap v8457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:51 smithi135 bash[32435]: cluster 2023-12-07T21:56:50.924681+0000 mgr.a (mgr.14403) 11330 : cluster 0 pgmap v8457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:52.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:56:52.731 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:52.731 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:53.641 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:56:53.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:53.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:53.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:53.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:56:54.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:53 smithi079 bash[28699]: cluster 2023-12-07T21:56:52.925230+0000 mgr.a (mgr.14403) 11331 : cluster 0 pgmap v8458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:54.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:53 smithi079 bash[28699]: audit 2023-12-07T21:56:53.135276+0000 mgr.a (mgr.14403) 11332 : audit 0 from='client.230910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:53 smithi194 bash[32038]: cluster 2023-12-07T21:56:52.925230+0000 mgr.a (mgr.14403) 11331 : cluster 0 pgmap v8458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:53 smithi194 bash[32038]: audit 2023-12-07T21:56:53.135276+0000 mgr.a (mgr.14403) 11332 : audit 0 from='client.230910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:53 smithi135 bash[32435]: cluster 2023-12-07T21:56:52.925230+0000 mgr.a (mgr.14403) 11331 : cluster 0 pgmap v8458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:56:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:53 smithi135 bash[32435]: audit 2023-12-07T21:56:53.135276+0000 mgr.a (mgr.14403) 11332 : audit 0 from='client.230910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:56:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:55 smithi079 bash[28699]: cluster 2023-12-07T21:56:54.926171+0000 mgr.a (mgr.14403) 11333 : cluster 0 pgmap v8459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:56:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:55 smithi194 bash[32038]: cluster 2023-12-07T21:56:54.926171+0000 mgr.a (mgr.14403) 11333 : cluster 0 pgmap v8459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:56:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:55 smithi135 bash[32435]: cluster 2023-12-07T21:56:54.926171+0000 mgr.a (mgr.14403) 11333 : cluster 0 pgmap v8459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:56:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:57 smithi079 bash[28699]: cluster 2023-12-07T21:56:56.926751+0000 mgr.a (mgr.14403) 11334 : cluster 0 pgmap v8460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:56:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:57 smithi194 bash[32038]: cluster 2023-12-07T21:56:56.926751+0000 mgr.a (mgr.14403) 11334 : cluster 0 pgmap v8460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:56:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:57 smithi135 bash[32435]: cluster 2023-12-07T21:56:56.926751+0000 mgr.a (mgr.14403) 11334 : cluster 0 pgmap v8460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:56:58.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:56:58.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:56:58.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:56:59.564 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:56:59.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:56:59.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:56:59.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:56:59.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:57:00.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:59 smithi079 bash[28699]: cluster 2023-12-07T21:56:58.927525+0000 mgr.a (mgr.14403) 11335 : cluster 0 pgmap v8461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:00.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:56:59 smithi079 bash[28699]: audit 2023-12-07T21:56:59.061695+0000 mgr.a (mgr.14403) 11336 : audit 0 from='client.230988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:59 smithi194 bash[32038]: cluster 2023-12-07T21:56:58.927525+0000 mgr.a (mgr.14403) 11335 : cluster 0 pgmap v8461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:56:59 smithi194 bash[32038]: audit 2023-12-07T21:56:59.061695+0000 mgr.a (mgr.14403) 11336 : audit 0 from='client.230988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:59 smithi135 bash[32435]: cluster 2023-12-07T21:56:58.927525+0000 mgr.a (mgr.14403) 11335 : cluster 0 pgmap v8461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:56:59 smithi135 bash[32435]: audit 2023-12-07T21:56:59.061695+0000 mgr.a (mgr.14403) 11336 : audit 0 from='client.230988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:01 smithi079 bash[28699]: cluster 2023-12-07T21:57:00.928207+0000 mgr.a (mgr.14403) 11337 : cluster 0 pgmap v8462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:01 smithi194 bash[32038]: cluster 2023-12-07T21:57:00.928207+0000 mgr.a (mgr.14403) 11337 : cluster 0 pgmap v8462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:01 smithi135 bash[32435]: cluster 2023-12-07T21:57:00.928207+0000 mgr.a (mgr.14403) 11337 : cluster 0 pgmap v8462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:04.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:03 smithi079 bash[28699]: cluster 2023-12-07T21:57:02.928820+0000 mgr.a (mgr.14403) 11338 : cluster 0 pgmap v8463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:03 smithi194 bash[32038]: cluster 2023-12-07T21:57:02.928820+0000 mgr.a (mgr.14403) 11338 : cluster 0 pgmap v8463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:03 smithi135 bash[32435]: cluster 2023-12-07T21:57:02.928820+0000 mgr.a (mgr.14403) 11338 : cluster 0 pgmap v8463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:04.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:57:04.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:04.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:05.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:05.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:05.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:05.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:57:05.475 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:57:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:05 smithi079 bash[28699]: cluster 2023-12-07T21:57:04.929595+0000 mgr.a (mgr.14403) 11339 : cluster 0 pgmap v8464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:05 smithi079 bash[28699]: audit 2023-12-07T21:57:04.974791+0000 mgr.a (mgr.14403) 11340 : audit 0 from='client.231063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:05 smithi194 bash[32038]: cluster 2023-12-07T21:57:04.929595+0000 mgr.a (mgr.14403) 11339 : cluster 0 pgmap v8464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:05 smithi194 bash[32038]: audit 2023-12-07T21:57:04.974791+0000 mgr.a (mgr.14403) 11340 : audit 0 from='client.231063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:05 smithi135 bash[32435]: cluster 2023-12-07T21:57:04.929595+0000 mgr.a (mgr.14403) 11339 : cluster 0 pgmap v8464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:05 smithi135 bash[32435]: audit 2023-12-07T21:57:04.974791+0000 mgr.a (mgr.14403) 11340 : audit 0 from='client.231063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:08 smithi079 bash[28699]: cluster 2023-12-07T21:57:06.930236+0000 mgr.a (mgr.14403) 11341 : cluster 0 pgmap v8465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:57:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:08 smithi194 bash[32038]: cluster 2023-12-07T21:57:06.930236+0000 mgr.a (mgr.14403) 11341 : cluster 0 pgmap v8465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:57:08.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:08 smithi135 bash[32435]: cluster 2023-12-07T21:57:06.930236+0000 mgr.a (mgr.14403) 11341 : cluster 0 pgmap v8465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:57:10.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:10 smithi079 bash[28699]: cluster 2023-12-07T21:57:08.931112+0000 mgr.a (mgr.14403) 11342 : cluster 0 pgmap v8466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:57:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:10 smithi194 bash[32038]: cluster 2023-12-07T21:57:08.931112+0000 mgr.a (mgr.14403) 11342 : cluster 0 pgmap v8466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:57:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:10 smithi135 bash[32435]: cluster 2023-12-07T21:57:08.931112+0000 mgr.a (mgr.14403) 11342 : cluster 0 pgmap v8466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:57:10.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:57:10.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:10.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:11.415 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:57:11.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:11.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:11.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:11.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:57:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:12 smithi079 bash[28699]: audit 2023-12-07T21:57:10.894728+0000 mgr.a (mgr.14403) 11343 : audit 0 from='client.231141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:12 smithi079 bash[28699]: cluster 2023-12-07T21:57:10.931936+0000 mgr.a (mgr.14403) 11344 : cluster 0 pgmap v8467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:12 smithi194 bash[32038]: audit 2023-12-07T21:57:10.894728+0000 mgr.a (mgr.14403) 11343 : audit 0 from='client.231141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:12 smithi194 bash[32038]: cluster 2023-12-07T21:57:10.931936+0000 mgr.a (mgr.14403) 11344 : cluster 0 pgmap v8467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:12 smithi135 bash[32435]: audit 2023-12-07T21:57:10.894728+0000 mgr.a (mgr.14403) 11343 : audit 0 from='client.231141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:12 smithi135 bash[32435]: cluster 2023-12-07T21:57:10.931936+0000 mgr.a (mgr.14403) 11344 : cluster 0 pgmap v8467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:14 smithi079 bash[28699]: cluster 2023-12-07T21:57:12.932684+0000 mgr.a (mgr.14403) 11345 : cluster 0 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-07T21:57:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:14 smithi194 bash[32038]: cluster 2023-12-07T21:57:12.932684+0000 mgr.a (mgr.14403) 11345 : cluster 0 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-07T21:57:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:14 smithi135 bash[32435]: cluster 2023-12-07T21:57:12.932684+0000 mgr.a (mgr.14403) 11345 : cluster 0 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-07T21:57:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:16 smithi079 bash[28699]: cluster 2023-12-07T21:57:14.933595+0000 mgr.a (mgr.14403) 11346 : cluster 0 pgmap v8469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:16.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:57:16.419 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:16.419 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:16 smithi194 bash[32038]: cluster 2023-12-07T21:57:14.933595+0000 mgr.a (mgr.14403) 11346 : cluster 0 pgmap v8469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:16 smithi135 bash[32435]: cluster 2023-12-07T21:57:14.933595+0000 mgr.a (mgr.14403) 11346 : cluster 0 pgmap v8469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:17.306 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:57:17.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:17.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:17.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:17.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:57:18.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:18 smithi079 bash[28699]: audit 2023-12-07T21:57:16.823239+0000 mgr.a (mgr.14403) 11347 : audit 0 from='client.231219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:18.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:18 smithi079 bash[28699]: cluster 2023-12-07T21:57:16.934386+0000 mgr.a (mgr.14403) 11348 : cluster 0 pgmap v8470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:18 smithi194 bash[32038]: audit 2023-12-07T21:57:16.823239+0000 mgr.a (mgr.14403) 11347 : audit 0 from='client.231219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:18 smithi194 bash[32038]: cluster 2023-12-07T21:57:16.934386+0000 mgr.a (mgr.14403) 11348 : cluster 0 pgmap v8470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:18 smithi135 bash[32435]: audit 2023-12-07T21:57:16.823239+0000 mgr.a (mgr.14403) 11347 : audit 0 from='client.231219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:18 smithi135 bash[32435]: cluster 2023-12-07T21:57:16.934386+0000 mgr.a (mgr.14403) 11348 : cluster 0 pgmap v8470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:20 smithi079 bash[28699]: cluster 2023-12-07T21:57:18.935268+0000 mgr.a (mgr.14403) 11349 : cluster 0 pgmap v8471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:20 smithi194 bash[32038]: cluster 2023-12-07T21:57:18.935268+0000 mgr.a (mgr.14403) 11349 : cluster 0 pgmap v8471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:20 smithi135 bash[32435]: cluster 2023-12-07T21:57:18.935268+0000 mgr.a (mgr.14403) 11349 : cluster 0 pgmap v8471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:22.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:57:22.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:22.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:22 smithi079 bash[28699]: cluster 2023-12-07T21:57:20.935911+0000 mgr.a (mgr.14403) 11350 : cluster 0 pgmap v8472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:22 smithi194 bash[32038]: cluster 2023-12-07T21:57:20.935911+0000 mgr.a (mgr.14403) 11350 : cluster 0 pgmap v8472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:22 smithi135 bash[32435]: cluster 2023-12-07T21:57:20.935911+0000 mgr.a (mgr.14403) 11350 : cluster 0 pgmap v8472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:23.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:57:23.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:23.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:23.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:23.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:57:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:24 smithi079 bash[28699]: audit 2023-12-07T21:57:22.721564+0000 mgr.a (mgr.14403) 11351 : audit 0 from='client.231297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:24 smithi079 bash[28699]: cluster 2023-12-07T21:57:22.936528+0000 mgr.a (mgr.14403) 11352 : cluster 0 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-07T21:57:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:24 smithi194 bash[32038]: audit 2023-12-07T21:57:22.721564+0000 mgr.a (mgr.14403) 11351 : audit 0 from='client.231297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:24 smithi194 bash[32038]: cluster 2023-12-07T21:57:22.936528+0000 mgr.a (mgr.14403) 11352 : cluster 0 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-07T21:57:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:24 smithi135 bash[32435]: audit 2023-12-07T21:57:22.721564+0000 mgr.a (mgr.14403) 11351 : audit 0 from='client.231297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:24 smithi135 bash[32435]: cluster 2023-12-07T21:57:22.936528+0000 mgr.a (mgr.14403) 11352 : cluster 0 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-07T21:57:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:26 smithi079 bash[28699]: cluster 2023-12-07T21:57:24.937397+0000 mgr.a (mgr.14403) 11353 : cluster 0 pgmap v8474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:26 smithi194 bash[32038]: cluster 2023-12-07T21:57:24.937397+0000 mgr.a (mgr.14403) 11353 : cluster 0 pgmap v8474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:26 smithi135 bash[32435]: cluster 2023-12-07T21:57:24.937397+0000 mgr.a (mgr.14403) 11353 : cluster 0 pgmap v8474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:28.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:57:28.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:28.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:28 smithi079 bash[28699]: cluster 2023-12-07T21:57:26.937902+0000 mgr.a (mgr.14403) 11354 : cluster 0 pgmap v8475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:28 smithi194 bash[32038]: cluster 2023-12-07T21:57:26.937902+0000 mgr.a (mgr.14403) 11354 : cluster 0 pgmap v8475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:28 smithi135 bash[32435]: cluster 2023-12-07T21:57:26.937902+0000 mgr.a (mgr.14403) 11354 : cluster 0 pgmap v8475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:29.164 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:57:29.164 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:29.164 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:29.164 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:29.164 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:57:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:30 smithi079 bash[28699]: audit 2023-12-07T21:57:28.624549+0000 mgr.a (mgr.14403) 11355 : audit 0 from='client.231375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:30 smithi079 bash[28699]: cluster 2023-12-07T21:57:28.939092+0000 mgr.a (mgr.14403) 11356 : cluster 0 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-07T21:57:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:30 smithi194 bash[32038]: audit 2023-12-07T21:57:28.624549+0000 mgr.a (mgr.14403) 11355 : audit 0 from='client.231375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:30 smithi194 bash[32038]: cluster 2023-12-07T21:57:28.939092+0000 mgr.a (mgr.14403) 11356 : cluster 0 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-07T21:57:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:30 smithi135 bash[32435]: audit 2023-12-07T21:57:28.624549+0000 mgr.a (mgr.14403) 11355 : audit 0 from='client.231375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:30 smithi135 bash[32435]: cluster 2023-12-07T21:57:28.939092+0000 mgr.a (mgr.14403) 11356 : cluster 0 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-07T21:57:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:32 smithi079 bash[28699]: cluster 2023-12-07T21:57:30.939711+0000 mgr.a (mgr.14403) 11357 : cluster 0 pgmap v8477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:32 smithi194 bash[32038]: cluster 2023-12-07T21:57:30.939711+0000 mgr.a (mgr.14403) 11357 : cluster 0 pgmap v8477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:32 smithi135 bash[32435]: cluster 2023-12-07T21:57:30.939711+0000 mgr.a (mgr.14403) 11357 : cluster 0 pgmap v8477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:34.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:57:34.167 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:34.168 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:34 smithi079 bash[28699]: cluster 2023-12-07T21:57:32.940284+0000 mgr.a (mgr.14403) 11358 : cluster 0 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-07T21:57:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:34 smithi194 bash[32038]: cluster 2023-12-07T21:57:32.940284+0000 mgr.a (mgr.14403) 11358 : cluster 0 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-07T21:57:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:34 smithi135 bash[32435]: cluster 2023-12-07T21:57:32.940284+0000 mgr.a (mgr.14403) 11358 : cluster 0 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-07T21:57:35.045 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:57:35.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:35.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:35.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:35.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:57:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:36 smithi079 bash[28699]: audit 2023-12-07T21:57:34.565436+0000 mgr.a (mgr.14403) 11359 : audit 0 from='client.231450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:36 smithi079 bash[28699]: cluster 2023-12-07T21:57:34.941352+0000 mgr.a (mgr.14403) 11360 : cluster 0 pgmap v8479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:36 smithi194 bash[32038]: audit 2023-12-07T21:57:34.565436+0000 mgr.a (mgr.14403) 11359 : audit 0 from='client.231450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:36 smithi194 bash[32038]: cluster 2023-12-07T21:57:34.941352+0000 mgr.a (mgr.14403) 11360 : cluster 0 pgmap v8479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:36 smithi135 bash[32435]: audit 2023-12-07T21:57:34.565436+0000 mgr.a (mgr.14403) 11359 : audit 0 from='client.231450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:36 smithi135 bash[32435]: cluster 2023-12-07T21:57:34.941352+0000 mgr.a (mgr.14403) 11360 : cluster 0 pgmap v8479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:38 smithi079 bash[28699]: cluster 2023-12-07T21:57:36.941958+0000 mgr.a (mgr.14403) 11361 : cluster 0 pgmap v8480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:38 smithi194 bash[32038]: cluster 2023-12-07T21:57:36.941958+0000 mgr.a (mgr.14403) 11361 : cluster 0 pgmap v8480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:38 smithi135 bash[32435]: cluster 2023-12-07T21:57:36.941958+0000 mgr.a (mgr.14403) 11361 : cluster 0 pgmap v8480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:57:40.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:57:40.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:40.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:40 smithi079 bash[28699]: cluster 2023-12-07T21:57:38.942697+0000 mgr.a (mgr.14403) 11362 : cluster 0 pgmap v8481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:40 smithi194 bash[32038]: cluster 2023-12-07T21:57:38.942697+0000 mgr.a (mgr.14403) 11362 : cluster 0 pgmap v8481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:40 smithi135 bash[32435]: cluster 2023-12-07T21:57:38.942697+0000 mgr.a (mgr.14403) 11362 : cluster 0 pgmap v8481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:40.948 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:57:40.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:40.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:40.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:40.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:57:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:42 smithi079 bash[28699]: audit 2023-12-07T21:57:40.448193+0000 mgr.a (mgr.14403) 11363 : audit 0 from='client.231528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:42 smithi079 bash[28699]: cluster 2023-12-07T21:57:40.943412+0000 mgr.a (mgr.14403) 11364 : cluster 0 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-07T21:57:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:42 smithi079 bash[28699]: audit 2023-12-07T21:57:41.861350+0000 mon.a (mon.0) 2024 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:57:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:42 smithi194 bash[32038]: audit 2023-12-07T21:57:40.448193+0000 mgr.a (mgr.14403) 11363 : audit 0 from='client.231528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:42 smithi194 bash[32038]: cluster 2023-12-07T21:57:40.943412+0000 mgr.a (mgr.14403) 11364 : cluster 0 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-07T21:57:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:42 smithi194 bash[32038]: audit 2023-12-07T21:57:41.861350+0000 mon.a (mon.0) 2024 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:57:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:42 smithi135 bash[32435]: audit 2023-12-07T21:57:40.448193+0000 mgr.a (mgr.14403) 11363 : audit 0 from='client.231528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:42 smithi135 bash[32435]: cluster 2023-12-07T21:57:40.943412+0000 mgr.a (mgr.14403) 11364 : cluster 0 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-07T21:57:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:42 smithi135 bash[32435]: audit 2023-12-07T21:57:41.861350+0000 mon.a (mon.0) 2024 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:57:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:43 smithi079 bash[28699]: audit 2023-12-07T21:57:42.600261+0000 mon.a (mon.0) 2025 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:57:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:43 smithi079 bash[28699]: audit 2023-12-07T21:57:42.602054+0000 mon.a (mon.0) 2026 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:57:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:43 smithi079 bash[28699]: audit 2023-12-07T21:57:42.610592+0000 mon.a (mon.0) 2027 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:57:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:43 smithi194 bash[32038]: audit 2023-12-07T21:57:42.600261+0000 mon.a (mon.0) 2025 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:57:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:43 smithi194 bash[32038]: audit 2023-12-07T21:57:42.602054+0000 mon.a (mon.0) 2026 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:57:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:43 smithi194 bash[32038]: audit 2023-12-07T21:57:42.610592+0000 mon.a (mon.0) 2027 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:57:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:43 smithi135 bash[32435]: audit 2023-12-07T21:57:42.600261+0000 mon.a (mon.0) 2025 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:57:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:43 smithi135 bash[32435]: audit 2023-12-07T21:57:42.602054+0000 mon.a (mon.0) 2026 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:57:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:43 smithi135 bash[32435]: audit 2023-12-07T21:57:42.610592+0000 mon.a (mon.0) 2027 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:57:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:44 smithi079 bash[28699]: cluster 2023-12-07T21:57:42.943955+0000 mgr.a (mgr.14403) 11365 : cluster 0 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-07T21:57:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:44 smithi194 bash[32038]: cluster 2023-12-07T21:57:42.943955+0000 mgr.a (mgr.14403) 11365 : cluster 0 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-07T21:57:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:44 smithi135 bash[32435]: cluster 2023-12-07T21:57:42.943955+0000 mgr.a (mgr.14403) 11365 : cluster 0 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-07T21:57:45.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:57:45.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:45.951 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:46 smithi079 bash[28699]: cluster 2023-12-07T21:57:44.944746+0000 mgr.a (mgr.14403) 11366 : cluster 0 pgmap v8484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:46 smithi194 bash[32038]: cluster 2023-12-07T21:57:44.944746+0000 mgr.a (mgr.14403) 11366 : cluster 0 pgmap v8484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:46 smithi135 bash[32435]: cluster 2023-12-07T21:57:44.944746+0000 mgr.a (mgr.14403) 11366 : cluster 0 pgmap v8484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:46.848 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:57:46.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:46.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:46.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:46.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:57:47.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:47 smithi079 bash[28699]: audit 2023-12-07T21:57:46.355423+0000 mgr.a (mgr.14403) 11367 : audit 0 from='client.231597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:47 smithi194 bash[32038]: audit 2023-12-07T21:57:46.355423+0000 mgr.a (mgr.14403) 11367 : audit 0 from='client.231597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:47 smithi135 bash[32435]: audit 2023-12-07T21:57:46.355423+0000 mgr.a (mgr.14403) 11367 : audit 0 from='client.231597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:48 smithi079 bash[28699]: cluster 2023-12-07T21:57:46.945491+0000 mgr.a (mgr.14403) 11368 : cluster 0 pgmap v8485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:48 smithi194 bash[32038]: cluster 2023-12-07T21:57:46.945491+0000 mgr.a (mgr.14403) 11368 : cluster 0 pgmap v8485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:48 smithi135 bash[32435]: cluster 2023-12-07T21:57:46.945491+0000 mgr.a (mgr.14403) 11368 : cluster 0 pgmap v8485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:50 smithi079 bash[28699]: cluster 2023-12-07T21:57:48.946424+0000 mgr.a (mgr.14403) 11369 : cluster 0 pgmap v8486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:50 smithi194 bash[32038]: cluster 2023-12-07T21:57:48.946424+0000 mgr.a (mgr.14403) 11369 : cluster 0 pgmap v8486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:50 smithi135 bash[32435]: cluster 2023-12-07T21:57:48.946424+0000 mgr.a (mgr.14403) 11369 : cluster 0 pgmap v8486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:51.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:57:51.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:51.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:52 smithi079 bash[28699]: cluster 2023-12-07T21:57:50.947038+0000 mgr.a (mgr.14403) 11370 : cluster 0 pgmap v8487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:52 smithi194 bash[32038]: cluster 2023-12-07T21:57:50.947038+0000 mgr.a (mgr.14403) 11370 : cluster 0 pgmap v8487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:52 smithi135 bash[32435]: cluster 2023-12-07T21:57:50.947038+0000 mgr.a (mgr.14403) 11370 : cluster 0 pgmap v8487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:52.744 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:57:52.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:52.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:52.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:52.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:57:53.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:53 smithi079 bash[28699]: audit 2023-12-07T21:57:52.252129+0000 mgr.a (mgr.14403) 11371 : audit 0 from='client.231669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:53 smithi194 bash[32038]: audit 2023-12-07T21:57:52.252129+0000 mgr.a (mgr.14403) 11371 : audit 0 from='client.231669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:53 smithi135 bash[32435]: audit 2023-12-07T21:57:52.252129+0000 mgr.a (mgr.14403) 11371 : audit 0 from='client.231669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:54.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:54 smithi079 bash[28699]: cluster 2023-12-07T21:57:52.947782+0000 mgr.a (mgr.14403) 11372 : cluster 0 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-07T21:57:54.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:54 smithi194 bash[32038]: cluster 2023-12-07T21:57:52.947782+0000 mgr.a (mgr.14403) 11372 : cluster 0 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-07T21:57:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:54 smithi135 bash[32435]: cluster 2023-12-07T21:57:52.947782+0000 mgr.a (mgr.14403) 11372 : cluster 0 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-07T21:57:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:56 smithi079 bash[28699]: cluster 2023-12-07T21:57:54.948637+0000 mgr.a (mgr.14403) 11373 : cluster 0 pgmap v8489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:56 smithi194 bash[32038]: cluster 2023-12-07T21:57:54.948637+0000 mgr.a (mgr.14403) 11373 : cluster 0 pgmap v8489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:56 smithi135 bash[32435]: cluster 2023-12-07T21:57:54.948637+0000 mgr.a (mgr.14403) 11373 : cluster 0 pgmap v8489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:57:57.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:57:57.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:57:57.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:57:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:58 smithi079 bash[28699]: cluster 2023-12-07T21:57:56.949206+0000 mgr.a (mgr.14403) 11374 : cluster 0 pgmap v8490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:58 smithi194 bash[32038]: cluster 2023-12-07T21:57:56.949206+0000 mgr.a (mgr.14403) 11374 : cluster 0 pgmap v8490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:58 smithi135 bash[32435]: cluster 2023-12-07T21:57:56.949206+0000 mgr.a (mgr.14403) 11374 : cluster 0 pgmap v8490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:57:58.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:57:58.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:57:58.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:57:58.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:57:58.662 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:57:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:57:59 smithi079 bash[28699]: audit 2023-12-07T21:57:58.152445+0000 mgr.a (mgr.14403) 11375 : audit 0 from='client.231747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:57:59 smithi194 bash[32038]: audit 2023-12-07T21:57:58.152445+0000 mgr.a (mgr.14403) 11375 : audit 0 from='client.231747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:57:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:57:59 smithi135 bash[32435]: audit 2023-12-07T21:57:58.152445+0000 mgr.a (mgr.14403) 11375 : audit 0 from='client.231747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:00.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:00 smithi079 bash[28699]: cluster 2023-12-07T21:57:58.950182+0000 mgr.a (mgr.14403) 11376 : cluster 0 pgmap v8491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:58:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:00 smithi194 bash[32038]: cluster 2023-12-07T21:57:58.950182+0000 mgr.a (mgr.14403) 11376 : cluster 0 pgmap v8491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:58:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:00 smithi135 bash[32435]: cluster 2023-12-07T21:57:58.950182+0000 mgr.a (mgr.14403) 11376 : cluster 0 pgmap v8491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:58:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:02 smithi194 bash[32038]: cluster 2023-12-07T21:58:00.950798+0000 mgr.a (mgr.14403) 11377 : cluster 0 pgmap v8492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:58:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:02 smithi135 bash[32435]: cluster 2023-12-07T21:58:00.950798+0000 mgr.a (mgr.14403) 11377 : cluster 0 pgmap v8492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:58:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:02 smithi079 bash[28699]: cluster 2023-12-07T21:58:00.950798+0000 mgr.a (mgr.14403) 11377 : cluster 0 pgmap v8492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:58:03.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:58:03.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:03.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:04 smithi194 bash[32038]: cluster 2023-12-07T21:58:02.951401+0000 mgr.a (mgr.14403) 11378 : cluster 0 pgmap v8493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:58:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:04 smithi135 bash[32435]: cluster 2023-12-07T21:58:02.951401+0000 mgr.a (mgr.14403) 11378 : cluster 0 pgmap v8493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:58:04.540 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:58:04.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:04.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:04.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:04.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:58:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:04 smithi079 bash[28699]: cluster 2023-12-07T21:58:02.951401+0000 mgr.a (mgr.14403) 11378 : cluster 0 pgmap v8493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:58:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:05 smithi194 bash[32038]: audit 2023-12-07T21:58:04.067411+0000 mgr.a (mgr.14403) 11379 : audit 0 from='client.231825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:05 smithi135 bash[32435]: audit 2023-12-07T21:58:04.067411+0000 mgr.a (mgr.14403) 11379 : audit 0 from='client.231825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:05.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:05 smithi079 bash[28699]: audit 2023-12-07T21:58:04.067411+0000 mgr.a (mgr.14403) 11379 : audit 0 from='client.231825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:06 smithi194 bash[32038]: cluster 2023-12-07T21:58:04.952389+0000 mgr.a (mgr.14403) 11380 : cluster 0 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-07T21:58:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:06 smithi135 bash[32435]: cluster 2023-12-07T21:58:04.952389+0000 mgr.a (mgr.14403) 11380 : cluster 0 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-07T21:58:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:06 smithi079 bash[28699]: cluster 2023-12-07T21:58:04.952389+0000 mgr.a (mgr.14403) 11380 : cluster 0 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-07T21:58:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:08 smithi194 bash[32038]: cluster 2023-12-07T21:58:06.952952+0000 mgr.a (mgr.14403) 11381 : cluster 0 pgmap v8495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:08.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:08 smithi135 bash[32435]: cluster 2023-12-07T21:58:06.952952+0000 mgr.a (mgr.14403) 11381 : cluster 0 pgmap v8495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:08 smithi079 bash[28699]: cluster 2023-12-07T21:58:06.952952+0000 mgr.a (mgr.14403) 11381 : cluster 0 pgmap v8495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:09.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:58:09.542 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:09.543 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:10.432 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:58:10.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:10.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:10.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:10.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:58:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:10 smithi194 bash[32038]: cluster 2023-12-07T21:58:08.953713+0000 mgr.a (mgr.14403) 11382 : cluster 0 pgmap v8496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:10 smithi135 bash[32435]: cluster 2023-12-07T21:58:08.953713+0000 mgr.a (mgr.14403) 11382 : cluster 0 pgmap v8496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:10 smithi079 bash[28699]: cluster 2023-12-07T21:58:08.953713+0000 mgr.a (mgr.14403) 11382 : cluster 0 pgmap v8496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:11 smithi194 bash[32038]: audit 2023-12-07T21:58:09.944532+0000 mgr.a (mgr.14403) 11383 : audit 0 from='client.231903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:11 smithi135 bash[32435]: audit 2023-12-07T21:58:09.944532+0000 mgr.a (mgr.14403) 11383 : audit 0 from='client.231903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:11.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:11 smithi079 bash[28699]: audit 2023-12-07T21:58:09.944532+0000 mgr.a (mgr.14403) 11383 : audit 0 from='client.231903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:12 smithi194 bash[32038]: cluster 2023-12-07T21:58:10.954437+0000 mgr.a (mgr.14403) 11384 : cluster 0 pgmap v8497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:58:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:12 smithi135 bash[32435]: cluster 2023-12-07T21:58:10.954437+0000 mgr.a (mgr.14403) 11384 : cluster 0 pgmap v8497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:58:12.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:12 smithi079 bash[28699]: cluster 2023-12-07T21:58:10.954437+0000 mgr.a (mgr.14403) 11384 : cluster 0 pgmap v8497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:58:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:14 smithi194 bash[32038]: cluster 2023-12-07T21:58:12.955045+0000 mgr.a (mgr.14403) 11385 : cluster 0 pgmap v8498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:58:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:14 smithi135 bash[32435]: cluster 2023-12-07T21:58:12.955045+0000 mgr.a (mgr.14403) 11385 : cluster 0 pgmap v8498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:58:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:14 smithi079 bash[28699]: cluster 2023-12-07T21:58:12.955045+0000 mgr.a (mgr.14403) 11385 : cluster 0 pgmap v8498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:58:15.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:58:15.435 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:15.435 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:16.323 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:58:16.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:16.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:16.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:16.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:58:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:16 smithi194 bash[32038]: cluster 2023-12-07T21:58:14.955809+0000 mgr.a (mgr.14403) 11386 : cluster 0 pgmap v8499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:58:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:16 smithi135 bash[32435]: cluster 2023-12-07T21:58:14.955809+0000 mgr.a (mgr.14403) 11386 : cluster 0 pgmap v8499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:58:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:16 smithi079 bash[28699]: cluster 2023-12-07T21:58:14.955809+0000 mgr.a (mgr.14403) 11386 : cluster 0 pgmap v8499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:58:17.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:17 smithi194 bash[32038]: audit 2023-12-07T21:58:15.832539+0000 mgr.a (mgr.14403) 11387 : audit 0 from='client.231981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:17 smithi135 bash[32435]: audit 2023-12-07T21:58:15.832539+0000 mgr.a (mgr.14403) 11387 : audit 0 from='client.231981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:17.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:17 smithi079 bash[28699]: audit 2023-12-07T21:58:15.832539+0000 mgr.a (mgr.14403) 11387 : audit 0 from='client.231981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:18 smithi194 bash[32038]: cluster 2023-12-07T21:58:16.956458+0000 mgr.a (mgr.14403) 11388 : cluster 0 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-07T21:58:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:18 smithi135 bash[32435]: cluster 2023-12-07T21:58:16.956458+0000 mgr.a (mgr.14403) 11388 : cluster 0 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-07T21:58:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:18 smithi079 bash[28699]: cluster 2023-12-07T21:58:16.956458+0000 mgr.a (mgr.14403) 11388 : cluster 0 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-07T21:58:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:20 smithi135 bash[32435]: cluster 2023-12-07T21:58:18.957253+0000 mgr.a (mgr.14403) 11389 : cluster 0 pgmap v8501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:20 smithi079 bash[28699]: cluster 2023-12-07T21:58:18.957253+0000 mgr.a (mgr.14403) 11389 : cluster 0 pgmap v8501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:20 smithi194 bash[32038]: cluster 2023-12-07T21:58:18.957253+0000 mgr.a (mgr.14403) 11389 : cluster 0 pgmap v8501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:21.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:58:21.325 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:21.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:22.221 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:58:22.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:22.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:22.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:22.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:58:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:22 smithi079 bash[28699]: cluster 2023-12-07T21:58:20.957789+0000 mgr.a (mgr.14403) 11390 : cluster 0 pgmap v8502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:22 smithi194 bash[32038]: cluster 2023-12-07T21:58:20.957789+0000 mgr.a (mgr.14403) 11390 : cluster 0 pgmap v8502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:22 smithi135 bash[32435]: cluster 2023-12-07T21:58:20.957789+0000 mgr.a (mgr.14403) 11390 : cluster 0 pgmap v8502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:23.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:23 smithi079 bash[28699]: audit 2023-12-07T21:58:21.728155+0000 mgr.a (mgr.14403) 11391 : audit 0 from='client.232059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:23 smithi194 bash[32038]: audit 2023-12-07T21:58:21.728155+0000 mgr.a (mgr.14403) 11391 : audit 0 from='client.232059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:23 smithi135 bash[32435]: audit 2023-12-07T21:58:21.728155+0000 mgr.a (mgr.14403) 11391 : audit 0 from='client.232059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:24 smithi079 bash[28699]: cluster 2023-12-07T21:58:22.958478+0000 mgr.a (mgr.14403) 11392 : cluster 0 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-07T21:58:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:24 smithi194 bash[32038]: cluster 2023-12-07T21:58:22.958478+0000 mgr.a (mgr.14403) 11392 : cluster 0 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-07T21:58:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:24 smithi135 bash[32435]: cluster 2023-12-07T21:58:22.958478+0000 mgr.a (mgr.14403) 11392 : cluster 0 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-07T21:58:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:26 smithi079 bash[28699]: cluster 2023-12-07T21:58:24.959262+0000 mgr.a (mgr.14403) 11393 : cluster 0 pgmap v8504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:26 smithi194 bash[32038]: cluster 2023-12-07T21:58:24.959262+0000 mgr.a (mgr.14403) 11393 : cluster 0 pgmap v8504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:26 smithi135 bash[32435]: cluster 2023-12-07T21:58:24.959262+0000 mgr.a (mgr.14403) 11393 : cluster 0 pgmap v8504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:27.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:58:27.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:27.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:28.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:28.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:28.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:28.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:58:28.139 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:58:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:28 smithi079 bash[28699]: cluster 2023-12-07T21:58:26.959877+0000 mgr.a (mgr.14403) 11394 : cluster 0 pgmap v8505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:28 smithi194 bash[32038]: cluster 2023-12-07T21:58:26.959877+0000 mgr.a (mgr.14403) 11394 : cluster 0 pgmap v8505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:28 smithi135 bash[32435]: cluster 2023-12-07T21:58:26.959877+0000 mgr.a (mgr.14403) 11394 : cluster 0 pgmap v8505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:29 smithi079 bash[28699]: audit 2023-12-07T21:58:27.624427+0000 mgr.a (mgr.14403) 11395 : audit 0 from='client.232134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:29 smithi194 bash[32038]: audit 2023-12-07T21:58:27.624427+0000 mgr.a (mgr.14403) 11395 : audit 0 from='client.232134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:29 smithi135 bash[32435]: audit 2023-12-07T21:58:27.624427+0000 mgr.a (mgr.14403) 11395 : audit 0 from='client.232134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:30 smithi079 bash[28699]: cluster 2023-12-07T21:58:28.960774+0000 mgr.a (mgr.14403) 11396 : cluster 0 pgmap v8506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:30 smithi194 bash[32038]: cluster 2023-12-07T21:58:28.960774+0000 mgr.a (mgr.14403) 11396 : cluster 0 pgmap v8506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:30 smithi135 bash[32435]: cluster 2023-12-07T21:58:28.960774+0000 mgr.a (mgr.14403) 11396 : cluster 0 pgmap v8506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:32.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:32 smithi079 bash[28699]: cluster 2023-12-07T21:58:30.961351+0000 mgr.a (mgr.14403) 11397 : cluster 0 pgmap v8507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:32 smithi194 bash[32038]: cluster 2023-12-07T21:58:30.961351+0000 mgr.a (mgr.14403) 11397 : cluster 0 pgmap v8507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:32.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:32 smithi135 bash[32435]: cluster 2023-12-07T21:58:30.961351+0000 mgr.a (mgr.14403) 11397 : cluster 0 pgmap v8507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:33.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:58:33.142 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:33.142 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:34.057 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:58:34.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:34.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:34.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:34.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:58:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:34 smithi079 bash[28699]: cluster 2023-12-07T21:58:32.961896+0000 mgr.a (mgr.14403) 11398 : cluster 0 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-07T21:58:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:34 smithi194 bash[32038]: cluster 2023-12-07T21:58:32.961896+0000 mgr.a (mgr.14403) 11398 : cluster 0 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-07T21:58:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:34 smithi135 bash[32435]: cluster 2023-12-07T21:58:32.961896+0000 mgr.a (mgr.14403) 11398 : cluster 0 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-07T21:58:35.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:35 smithi079 bash[28699]: audit 2023-12-07T21:58:33.548179+0000 mgr.a (mgr.14403) 11399 : audit 0 from='client.232212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:35 smithi194 bash[32038]: audit 2023-12-07T21:58:33.548179+0000 mgr.a (mgr.14403) 11399 : audit 0 from='client.232212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:35 smithi135 bash[32435]: audit 2023-12-07T21:58:33.548179+0000 mgr.a (mgr.14403) 11399 : audit 0 from='client.232212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:36 smithi079 bash[28699]: cluster 2023-12-07T21:58:34.962821+0000 mgr.a (mgr.14403) 11400 : cluster 0 pgmap v8509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:36 smithi194 bash[32038]: cluster 2023-12-07T21:58:34.962821+0000 mgr.a (mgr.14403) 11400 : cluster 0 pgmap v8509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:36 smithi135 bash[32435]: cluster 2023-12-07T21:58:34.962821+0000 mgr.a (mgr.14403) 11400 : cluster 0 pgmap v8509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:38 smithi079 bash[28699]: cluster 2023-12-07T21:58:36.963421+0000 mgr.a (mgr.14403) 11401 : cluster 0 pgmap v8510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:38 smithi194 bash[32038]: cluster 2023-12-07T21:58:36.963421+0000 mgr.a (mgr.14403) 11401 : cluster 0 pgmap v8510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:38 smithi135 bash[32435]: cluster 2023-12-07T21:58:36.963421+0000 mgr.a (mgr.14403) 11401 : cluster 0 pgmap v8510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:39.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:58:39.061 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:39.061 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:39.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:39.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:39.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:39.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:58:39.959 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:58:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:40 smithi079 bash[28699]: cluster 2023-12-07T21:58:38.964087+0000 mgr.a (mgr.14403) 11402 : cluster 0 pgmap v8511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:40 smithi194 bash[32038]: cluster 2023-12-07T21:58:38.964087+0000 mgr.a (mgr.14403) 11402 : cluster 0 pgmap v8511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:40 smithi135 bash[32435]: cluster 2023-12-07T21:58:38.964087+0000 mgr.a (mgr.14403) 11402 : cluster 0 pgmap v8511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:41 smithi079 bash[28699]: audit 2023-12-07T21:58:39.463918+0000 mgr.a (mgr.14403) 11403 : audit 0 from='client.232287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:41 smithi194 bash[32038]: audit 2023-12-07T21:58:39.463918+0000 mgr.a (mgr.14403) 11403 : audit 0 from='client.232287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:41 smithi135 bash[32435]: audit 2023-12-07T21:58:39.463918+0000 mgr.a (mgr.14403) 11403 : audit 0 from='client.232287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:42 smithi079 bash[28699]: cluster 2023-12-07T21:58:40.964702+0000 mgr.a (mgr.14403) 11404 : cluster 0 pgmap v8512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:42 smithi194 bash[32038]: cluster 2023-12-07T21:58:40.964702+0000 mgr.a (mgr.14403) 11404 : cluster 0 pgmap v8512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:42 smithi135 bash[32435]: cluster 2023-12-07T21:58:40.964702+0000 mgr.a (mgr.14403) 11404 : cluster 0 pgmap v8512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:43 smithi079 bash[28699]: audit 2023-12-07T21:58:42.713807+0000 mon.a (mon.0) 2028 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:58:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:43 smithi194 bash[32038]: audit 2023-12-07T21:58:42.713807+0000 mon.a (mon.0) 2028 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:58:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:43 smithi135 bash[32435]: audit 2023-12-07T21:58:42.713807+0000 mon.a (mon.0) 2028 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:58:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:44 smithi079 bash[28699]: cluster 2023-12-07T21:58:42.965256+0000 mgr.a (mgr.14403) 11405 : cluster 0 pgmap v8513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:44 smithi079 bash[28699]: audit 2023-12-07T21:58:43.456939+0000 mon.a (mon.0) 2029 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:58:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:44 smithi079 bash[28699]: audit 2023-12-07T21:58:43.458679+0000 mon.a (mon.0) 2030 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:58:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:44 smithi079 bash[28699]: audit 2023-12-07T21:58:43.468150+0000 mon.a (mon.0) 2031 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:58:44.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:44 smithi194 bash[32038]: cluster 2023-12-07T21:58:42.965256+0000 mgr.a (mgr.14403) 11405 : cluster 0 pgmap v8513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:44.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:44 smithi194 bash[32038]: audit 2023-12-07T21:58:43.456939+0000 mon.a (mon.0) 2029 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:58:44.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:44 smithi194 bash[32038]: audit 2023-12-07T21:58:43.458679+0000 mon.a (mon.0) 2030 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:58:44.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:44 smithi194 bash[32038]: audit 2023-12-07T21:58:43.468150+0000 mon.a (mon.0) 2031 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:58:44.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:44 smithi135 bash[32435]: cluster 2023-12-07T21:58:42.965256+0000 mgr.a (mgr.14403) 11405 : cluster 0 pgmap v8513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:58:44.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:44 smithi135 bash[32435]: audit 2023-12-07T21:58:43.456939+0000 mon.a (mon.0) 2029 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:58:44.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:44 smithi135 bash[32435]: audit 2023-12-07T21:58:43.458679+0000 mon.a (mon.0) 2030 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:58:44.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:44 smithi135 bash[32435]: audit 2023-12-07T21:58:43.468150+0000 mon.a (mon.0) 2031 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:58:44.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:58:44.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:44.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:45.871 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:58:45.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:45.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:45.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:45.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:58:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:46 smithi079 bash[28699]: cluster 2023-12-07T21:58:44.965978+0000 mgr.a (mgr.14403) 11406 : cluster 0 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-07T21:58:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:46 smithi079 bash[28699]: audit 2023-12-07T21:58:45.370383+0000 mgr.a (mgr.14403) 11407 : audit 0 from='client.232365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:46 smithi194 bash[32038]: cluster 2023-12-07T21:58:44.965978+0000 mgr.a (mgr.14403) 11406 : cluster 0 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-07T21:58:46.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:46 smithi194 bash[32038]: audit 2023-12-07T21:58:45.370383+0000 mgr.a (mgr.14403) 11407 : audit 0 from='client.232365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:46 smithi135 bash[32435]: cluster 2023-12-07T21:58:44.965978+0000 mgr.a (mgr.14403) 11406 : cluster 0 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-07T21:58:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:46 smithi135 bash[32435]: audit 2023-12-07T21:58:45.370383+0000 mgr.a (mgr.14403) 11407 : audit 0 from='client.232365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:48 smithi079 bash[28699]: cluster 2023-12-07T21:58:46.966606+0000 mgr.a (mgr.14403) 11408 : cluster 0 pgmap v8515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:48 smithi194 bash[32038]: cluster 2023-12-07T21:58:46.966606+0000 mgr.a (mgr.14403) 11408 : cluster 0 pgmap v8515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:48 smithi135 bash[32435]: cluster 2023-12-07T21:58:46.966606+0000 mgr.a (mgr.14403) 11408 : cluster 0 pgmap v8515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:50 smithi079 bash[28699]: cluster 2023-12-07T21:58:48.967418+0000 mgr.a (mgr.14403) 11409 : cluster 0 pgmap v8516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:50 smithi194 bash[32038]: cluster 2023-12-07T21:58:48.967418+0000 mgr.a (mgr.14403) 11409 : cluster 0 pgmap v8516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:50 smithi135 bash[32435]: cluster 2023-12-07T21:58:48.967418+0000 mgr.a (mgr.14403) 11409 : cluster 0 pgmap v8516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:50.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:58:50.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:50.876 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:51.780 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:58:51.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:51.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:51.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:51.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:58:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:52 smithi079 bash[28699]: cluster 2023-12-07T21:58:50.967972+0000 mgr.a (mgr.14403) 11410 : cluster 0 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-07T21:58:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:52 smithi079 bash[28699]: audit 2023-12-07T21:58:51.277544+0000 mgr.a (mgr.14403) 11411 : audit 0 from='client.232437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:52.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:52 smithi194 bash[32038]: cluster 2023-12-07T21:58:50.967972+0000 mgr.a (mgr.14403) 11410 : cluster 0 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-07T21:58:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:52 smithi194 bash[32038]: audit 2023-12-07T21:58:51.277544+0000 mgr.a (mgr.14403) 11411 : audit 0 from='client.232437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:52.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:52 smithi135 bash[32435]: cluster 2023-12-07T21:58:50.967972+0000 mgr.a (mgr.14403) 11410 : cluster 0 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-07T21:58:52.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:52 smithi135 bash[32435]: audit 2023-12-07T21:58:51.277544+0000 mgr.a (mgr.14403) 11411 : audit 0 from='client.232437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:54 smithi079 bash[28699]: cluster 2023-12-07T21:58:52.968712+0000 mgr.a (mgr.14403) 11412 : cluster 0 pgmap v8518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:54 smithi194 bash[32038]: cluster 2023-12-07T21:58:52.968712+0000 mgr.a (mgr.14403) 11412 : cluster 0 pgmap v8518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:54 smithi135 bash[32435]: cluster 2023-12-07T21:58:52.968712+0000 mgr.a (mgr.14403) 11412 : cluster 0 pgmap v8518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:58:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:56 smithi079 bash[28699]: cluster 2023-12-07T21:58:54.969501+0000 mgr.a (mgr.14403) 11413 : cluster 0 pgmap v8519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:56 smithi194 bash[32038]: cluster 2023-12-07T21:58:54.969501+0000 mgr.a (mgr.14403) 11413 : cluster 0 pgmap v8519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:56 smithi135 bash[32435]: cluster 2023-12-07T21:58:54.969501+0000 mgr.a (mgr.14403) 11413 : cluster 0 pgmap v8519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:58:56.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:58:56.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:58:56.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:58:57.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:58:57.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:58:57.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:58:57.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:58:57.711 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:58:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:58 smithi079 bash[28699]: cluster 2023-12-07T21:58:56.969908+0000 mgr.a (mgr.14403) 11414 : cluster 0 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-07T21:58:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:58:58 smithi079 bash[28699]: audit 2023-12-07T21:58:57.182484+0000 mgr.a (mgr.14403) 11415 : audit 0 from='client.232515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:58 smithi194 bash[32038]: cluster 2023-12-07T21:58:56.969908+0000 mgr.a (mgr.14403) 11414 : cluster 0 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-07T21:58:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:58:58 smithi194 bash[32038]: audit 2023-12-07T21:58:57.182484+0000 mgr.a (mgr.14403) 11415 : audit 0 from='client.232515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:58:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:58 smithi135 bash[32435]: cluster 2023-12-07T21:58:56.969908+0000 mgr.a (mgr.14403) 11414 : cluster 0 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-07T21:58:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:58:58 smithi135 bash[32435]: audit 2023-12-07T21:58:57.182484+0000 mgr.a (mgr.14403) 11415 : audit 0 from='client.232515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:00 smithi079 bash[28699]: cluster 2023-12-07T21:58:58.970748+0000 mgr.a (mgr.14403) 11416 : cluster 0 pgmap v8521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:00 smithi194 bash[32038]: cluster 2023-12-07T21:58:58.970748+0000 mgr.a (mgr.14403) 11416 : cluster 0 pgmap v8521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:00 smithi135 bash[32435]: cluster 2023-12-07T21:58:58.970748+0000 mgr.a (mgr.14403) 11416 : cluster 0 pgmap v8521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:02 smithi079 bash[28699]: cluster 2023-12-07T21:59:00.971326+0000 mgr.a (mgr.14403) 11417 : cluster 0 pgmap v8522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:02 smithi194 bash[32038]: cluster 2023-12-07T21:59:00.971326+0000 mgr.a (mgr.14403) 11417 : cluster 0 pgmap v8522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:02 smithi135 bash[32435]: cluster 2023-12-07T21:59:00.971326+0000 mgr.a (mgr.14403) 11417 : cluster 0 pgmap v8522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:02.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:59:02.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:02.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:03.648 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:59:03.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:03.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:03.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:03.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:59:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:04 smithi079 bash[28699]: cluster 2023-12-07T21:59:02.971836+0000 mgr.a (mgr.14403) 11418 : cluster 0 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-07T21:59:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:04 smithi079 bash[28699]: audit 2023-12-07T21:59:03.117014+0000 mgr.a (mgr.14403) 11419 : audit 0 from='client.232593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:04 smithi194 bash[32038]: cluster 2023-12-07T21:59:02.971836+0000 mgr.a (mgr.14403) 11418 : cluster 0 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-07T21:59:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:04 smithi194 bash[32038]: audit 2023-12-07T21:59:03.117014+0000 mgr.a (mgr.14403) 11419 : audit 0 from='client.232593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:04 smithi135 bash[32435]: cluster 2023-12-07T21:59:02.971836+0000 mgr.a (mgr.14403) 11418 : cluster 0 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-07T21:59:04.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:04 smithi135 bash[32435]: audit 2023-12-07T21:59:03.117014+0000 mgr.a (mgr.14403) 11419 : audit 0 from='client.232593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:06 smithi079 bash[28699]: cluster 2023-12-07T21:59:04.972706+0000 mgr.a (mgr.14403) 11420 : cluster 0 pgmap v8524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:59:06.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:06 smithi194 bash[32038]: cluster 2023-12-07T21:59:04.972706+0000 mgr.a (mgr.14403) 11420 : cluster 0 pgmap v8524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:59:06.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:06 smithi135 bash[32435]: cluster 2023-12-07T21:59:04.972706+0000 mgr.a (mgr.14403) 11420 : cluster 0 pgmap v8524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T21:59:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:08 smithi079 bash[28699]: cluster 2023-12-07T21:59:06.973378+0000 mgr.a (mgr.14403) 11421 : cluster 0 pgmap v8525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:59:08.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:59:08.651 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:08.651 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:08 smithi194 bash[32038]: cluster 2023-12-07T21:59:06.973378+0000 mgr.a (mgr.14403) 11421 : cluster 0 pgmap v8525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:59:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:08 smithi135 bash[32435]: cluster 2023-12-07T21:59:06.973378+0000 mgr.a (mgr.14403) 11421 : cluster 0 pgmap v8525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T21:59:09.533 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:59:09.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:09.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:09.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:09.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:59:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:10 smithi079 bash[28699]: cluster 2023-12-07T21:59:08.974146+0000 mgr.a (mgr.14403) 11422 : cluster 0 pgmap v8526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:10 smithi079 bash[28699]: audit 2023-12-07T21:59:09.049652+0000 mgr.a (mgr.14403) 11423 : audit 0 from='client.232668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:10 smithi194 bash[32038]: cluster 2023-12-07T21:59:08.974146+0000 mgr.a (mgr.14403) 11422 : cluster 0 pgmap v8526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:10 smithi194 bash[32038]: audit 2023-12-07T21:59:09.049652+0000 mgr.a (mgr.14403) 11423 : audit 0 from='client.232668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:10 smithi135 bash[32435]: cluster 2023-12-07T21:59:08.974146+0000 mgr.a (mgr.14403) 11422 : cluster 0 pgmap v8526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:10 smithi135 bash[32435]: audit 2023-12-07T21:59:09.049652+0000 mgr.a (mgr.14403) 11423 : audit 0 from='client.232668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:12 smithi079 bash[28699]: cluster 2023-12-07T21:59:10.974807+0000 mgr.a (mgr.14403) 11424 : cluster 0 pgmap v8527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:12 smithi194 bash[32038]: cluster 2023-12-07T21:59:10.974807+0000 mgr.a (mgr.14403) 11424 : cluster 0 pgmap v8527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:12 smithi135 bash[32435]: cluster 2023-12-07T21:59:10.974807+0000 mgr.a (mgr.14403) 11424 : cluster 0 pgmap v8527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:14.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:59:14.536 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:14.536 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:14 smithi079 bash[28699]: cluster 2023-12-07T21:59:12.975433+0000 mgr.a (mgr.14403) 11425 : cluster 0 pgmap v8528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:14 smithi194 bash[32038]: cluster 2023-12-07T21:59:12.975433+0000 mgr.a (mgr.14403) 11425 : cluster 0 pgmap v8528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:14 smithi135 bash[32435]: cluster 2023-12-07T21:59:12.975433+0000 mgr.a (mgr.14403) 11425 : cluster 0 pgmap v8528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:15.446 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:59:15.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:15.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:15.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:15.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:59:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:16 smithi079 bash[28699]: audit 2023-12-07T21:59:14.932728+0000 mgr.a (mgr.14403) 11426 : audit 0 from='client.232740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:16 smithi079 bash[28699]: cluster 2023-12-07T21:59:14.976557+0000 mgr.a (mgr.14403) 11427 : cluster 0 pgmap v8529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:16 smithi194 bash[32038]: audit 2023-12-07T21:59:14.932728+0000 mgr.a (mgr.14403) 11426 : audit 0 from='client.232740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:16 smithi194 bash[32038]: cluster 2023-12-07T21:59:14.976557+0000 mgr.a (mgr.14403) 11427 : cluster 0 pgmap v8529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:16.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:16 smithi135 bash[32435]: audit 2023-12-07T21:59:14.932728+0000 mgr.a (mgr.14403) 11426 : audit 0 from='client.232740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:16.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:16 smithi135 bash[32435]: cluster 2023-12-07T21:59:14.976557+0000 mgr.a (mgr.14403) 11427 : cluster 0 pgmap v8529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:18 smithi079 bash[28699]: cluster 2023-12-07T21:59:16.977216+0000 mgr.a (mgr.14403) 11428 : cluster 0 pgmap v8530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:59:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:18 smithi194 bash[32038]: cluster 2023-12-07T21:59:16.977216+0000 mgr.a (mgr.14403) 11428 : cluster 0 pgmap v8530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:59:18.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:18 smithi135 bash[32435]: cluster 2023-12-07T21:59:16.977216+0000 mgr.a (mgr.14403) 11428 : cluster 0 pgmap v8530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T21:59:20.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:59:20.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:20.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:20 smithi079 bash[28699]: cluster 2023-12-07T21:59:18.978012+0000 mgr.a (mgr.14403) 11429 : cluster 0 pgmap v8531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:59:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:20 smithi194 bash[32038]: cluster 2023-12-07T21:59:18.978012+0000 mgr.a (mgr.14403) 11429 : cluster 0 pgmap v8531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:59:20.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:20 smithi135 bash[32435]: cluster 2023-12-07T21:59:18.978012+0000 mgr.a (mgr.14403) 11429 : cluster 0 pgmap v8531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T21:59:21.325 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:59:21.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:21.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:21.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:21.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:59:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:22 smithi079 bash[28699]: audit 2023-12-07T21:59:20.848494+0000 mgr.a (mgr.14403) 11430 : audit 0 from='client.232815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:22 smithi079 bash[28699]: cluster 2023-12-07T21:59:20.978547+0000 mgr.a (mgr.14403) 11431 : cluster 0 pgmap v8532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:22 smithi194 bash[32038]: audit 2023-12-07T21:59:20.848494+0000 mgr.a (mgr.14403) 11430 : audit 0 from='client.232815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:22 smithi194 bash[32038]: cluster 2023-12-07T21:59:20.978547+0000 mgr.a (mgr.14403) 11431 : cluster 0 pgmap v8532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:22 smithi135 bash[32435]: audit 2023-12-07T21:59:20.848494+0000 mgr.a (mgr.14403) 11430 : audit 0 from='client.232815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:22 smithi135 bash[32435]: cluster 2023-12-07T21:59:20.978547+0000 mgr.a (mgr.14403) 11431 : cluster 0 pgmap v8532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:24 smithi079 bash[28699]: cluster 2023-12-07T21:59:22.979234+0000 mgr.a (mgr.14403) 11432 : cluster 0 pgmap v8533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:24 smithi194 bash[32038]: cluster 2023-12-07T21:59:22.979234+0000 mgr.a (mgr.14403) 11432 : cluster 0 pgmap v8533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:24.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:24 smithi135 bash[32435]: cluster 2023-12-07T21:59:22.979234+0000 mgr.a (mgr.14403) 11432 : cluster 0 pgmap v8533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:26.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:59:26.329 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:26.329 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:26 smithi079 bash[28699]: cluster 2023-12-07T21:59:24.980036+0000 mgr.a (mgr.14403) 11433 : cluster 0 pgmap v8534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:26 smithi194 bash[32038]: cluster 2023-12-07T21:59:24.980036+0000 mgr.a (mgr.14403) 11433 : cluster 0 pgmap v8534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:26 smithi135 bash[32435]: cluster 2023-12-07T21:59:24.980036+0000 mgr.a (mgr.14403) 11433 : cluster 0 pgmap v8534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:27.228 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:59:27.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:27.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:27.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:27.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:59:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:28 smithi079 bash[28699]: audit 2023-12-07T21:59:26.727247+0000 mgr.a (mgr.14403) 11434 : audit 0 from='client.232887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:28 smithi079 bash[28699]: cluster 2023-12-07T21:59:26.990811+0000 mgr.a (mgr.14403) 11435 : cluster 0 pgmap v8535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:28 smithi194 bash[32038]: audit 2023-12-07T21:59:26.727247+0000 mgr.a (mgr.14403) 11434 : audit 0 from='client.232887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:28 smithi194 bash[32038]: cluster 2023-12-07T21:59:26.990811+0000 mgr.a (mgr.14403) 11435 : cluster 0 pgmap v8535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:28.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:28 smithi135 bash[32435]: audit 2023-12-07T21:59:26.727247+0000 mgr.a (mgr.14403) 11434 : audit 0 from='client.232887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:28.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:28 smithi135 bash[32435]: cluster 2023-12-07T21:59:26.990811+0000 mgr.a (mgr.14403) 11435 : cluster 0 pgmap v8535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:29 smithi079 bash[28699]: cluster 2023-12-07T21:59:28.991790+0000 mgr.a (mgr.14403) 11436 : cluster 0 pgmap v8536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:29 smithi194 bash[32038]: cluster 2023-12-07T21:59:28.991790+0000 mgr.a (mgr.14403) 11436 : cluster 0 pgmap v8536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:30.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:29 smithi135 bash[32435]: cluster 2023-12-07T21:59:28.991790+0000 mgr.a (mgr.14403) 11436 : cluster 0 pgmap v8536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:32.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:59:32.231 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:32.231 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:32 smithi079 bash[28699]: cluster 2023-12-07T21:59:30.992350+0000 mgr.a (mgr.14403) 11437 : cluster 0 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-07T21:59:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:32 smithi194 bash[32038]: cluster 2023-12-07T21:59:30.992350+0000 mgr.a (mgr.14403) 11437 : cluster 0 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-07T21:59:32.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:32 smithi135 bash[32435]: cluster 2023-12-07T21:59:30.992350+0000 mgr.a (mgr.14403) 11437 : cluster 0 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-07T21:59:33.135 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:59:33.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:33.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:33.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:33.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:59:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:34 smithi079 bash[28699]: audit 2023-12-07T21:59:32.629902+0000 mgr.a (mgr.14403) 11438 : audit 0 from='client.232965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:34 smithi079 bash[28699]: cluster 2023-12-07T21:59:32.992867+0000 mgr.a (mgr.14403) 11439 : cluster 0 pgmap v8538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:34 smithi194 bash[32038]: audit 2023-12-07T21:59:32.629902+0000 mgr.a (mgr.14403) 11438 : audit 0 from='client.232965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:34 smithi194 bash[32038]: cluster 2023-12-07T21:59:32.992867+0000 mgr.a (mgr.14403) 11439 : cluster 0 pgmap v8538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:34 smithi135 bash[32435]: audit 2023-12-07T21:59:32.629902+0000 mgr.a (mgr.14403) 11438 : audit 0 from='client.232965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:34 smithi135 bash[32435]: cluster 2023-12-07T21:59:32.992867+0000 mgr.a (mgr.14403) 11439 : cluster 0 pgmap v8538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:36 smithi079 bash[28699]: cluster 2023-12-07T21:59:34.993887+0000 mgr.a (mgr.14403) 11440 : cluster 0 pgmap v8539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:36 smithi194 bash[32038]: cluster 2023-12-07T21:59:34.993887+0000 mgr.a (mgr.14403) 11440 : cluster 0 pgmap v8539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:36.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:36 smithi135 bash[32435]: cluster 2023-12-07T21:59:34.993887+0000 mgr.a (mgr.14403) 11440 : cluster 0 pgmap v8539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:38.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:59:38.139 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:38.139 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:38 smithi079 bash[28699]: cluster 2023-12-07T21:59:36.994642+0000 mgr.a (mgr.14403) 11441 : cluster 0 pgmap v8540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:38 smithi194 bash[32038]: cluster 2023-12-07T21:59:36.994642+0000 mgr.a (mgr.14403) 11441 : cluster 0 pgmap v8540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:38.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:38 smithi135 bash[32435]: cluster 2023-12-07T21:59:36.994642+0000 mgr.a (mgr.14403) 11441 : cluster 0 pgmap v8540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:39.061 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:59:39.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:39.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:39.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:39.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:59:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:40 smithi079 bash[28699]: audit 2023-12-07T21:59:38.540872+0000 mgr.a (mgr.14403) 11442 : audit 0 from='client.233043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:40 smithi079 bash[28699]: cluster 2023-12-07T21:59:38.995809+0000 mgr.a (mgr.14403) 11443 : cluster 0 pgmap v8541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:40 smithi194 bash[32038]: audit 2023-12-07T21:59:38.540872+0000 mgr.a (mgr.14403) 11442 : audit 0 from='client.233043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:40 smithi194 bash[32038]: cluster 2023-12-07T21:59:38.995809+0000 mgr.a (mgr.14403) 11443 : cluster 0 pgmap v8541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:40 smithi135 bash[32435]: audit 2023-12-07T21:59:38.540872+0000 mgr.a (mgr.14403) 11442 : audit 0 from='client.233043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:40 smithi135 bash[32435]: cluster 2023-12-07T21:59:38.995809+0000 mgr.a (mgr.14403) 11443 : cluster 0 pgmap v8541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:42 smithi079 bash[28699]: cluster 2023-12-07T21:59:40.996457+0000 mgr.a (mgr.14403) 11444 : cluster 0 pgmap v8542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:42 smithi194 bash[32038]: cluster 2023-12-07T21:59:40.996457+0000 mgr.a (mgr.14403) 11444 : cluster 0 pgmap v8542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:42.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:42 smithi135 bash[32435]: cluster 2023-12-07T21:59:40.996457+0000 mgr.a (mgr.14403) 11444 : cluster 0 pgmap v8542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:44.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:59:44.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:44.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:44 smithi079 bash[28699]: cluster 2023-12-07T21:59:42.997017+0000 mgr.a (mgr.14403) 11445 : cluster 0 pgmap v8543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:44 smithi079 bash[28699]: audit 2023-12-07T21:59:43.571367+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:59:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:44 smithi194 bash[32038]: cluster 2023-12-07T21:59:42.997017+0000 mgr.a (mgr.14403) 11445 : cluster 0 pgmap v8543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:44 smithi194 bash[32038]: audit 2023-12-07T21:59:43.571367+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:59:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:44 smithi135 bash[32435]: cluster 2023-12-07T21:59:42.997017+0000 mgr.a (mgr.14403) 11445 : cluster 0 pgmap v8543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:44 smithi135 bash[32435]: audit 2023-12-07T21:59:43.571367+0000 mon.a (mon.0) 2032 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T21:59:44.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:44.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:44.994 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:59:44.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:44.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:59:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:45 smithi079 bash[28699]: audit 2023-12-07T21:59:44.099792+0000 mon.a (mon.0) 2033 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:59:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:45 smithi079 bash[28699]: audit 2023-12-07T21:59:44.106271+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:59:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:45 smithi079 bash[28699]: audit 2023-12-07T21:59:44.920864+0000 mon.a (mon.0) 2035 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:59:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:45 smithi079 bash[28699]: audit 2023-12-07T21:59:44.922414+0000 mon.a (mon.0) 2036 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:59:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:45 smithi079 bash[28699]: audit 2023-12-07T21:59:44.930195+0000 mon.a (mon.0) 2037 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:59:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:45 smithi194 bash[32038]: audit 2023-12-07T21:59:44.099792+0000 mon.a (mon.0) 2033 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:59:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:45 smithi194 bash[32038]: audit 2023-12-07T21:59:44.106271+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:59:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:45 smithi194 bash[32038]: audit 2023-12-07T21:59:44.920864+0000 mon.a (mon.0) 2035 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:59:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:45 smithi194 bash[32038]: audit 2023-12-07T21:59:44.922414+0000 mon.a (mon.0) 2036 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:59:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:45 smithi194 bash[32038]: audit 2023-12-07T21:59:44.930195+0000 mon.a (mon.0) 2037 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:59:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:45 smithi135 bash[32435]: audit 2023-12-07T21:59:44.099792+0000 mon.a (mon.0) 2033 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:59:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:45 smithi135 bash[32435]: audit 2023-12-07T21:59:44.106271+0000 mon.a (mon.0) 2034 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:59:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:45 smithi135 bash[32435]: audit 2023-12-07T21:59:44.920864+0000 mon.a (mon.0) 2035 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T21:59:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:45 smithi135 bash[32435]: audit 2023-12-07T21:59:44.922414+0000 mon.a (mon.0) 2036 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T21:59:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:45 smithi135 bash[32435]: audit 2023-12-07T21:59:44.930195+0000 mon.a (mon.0) 2037 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T21:59:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:46 smithi079 bash[28699]: audit 2023-12-07T21:59:44.479942+0000 mgr.a (mgr.14403) 11446 : audit 0 from='client.233115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:46 smithi079 bash[28699]: cluster 2023-12-07T21:59:44.997956+0000 mgr.a (mgr.14403) 11447 : cluster 0 pgmap v8544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:46 smithi194 bash[32038]: audit 2023-12-07T21:59:44.479942+0000 mgr.a (mgr.14403) 11446 : audit 0 from='client.233115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:46 smithi194 bash[32038]: cluster 2023-12-07T21:59:44.997956+0000 mgr.a (mgr.14403) 11447 : cluster 0 pgmap v8544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:46 smithi135 bash[32435]: audit 2023-12-07T21:59:44.479942+0000 mgr.a (mgr.14403) 11446 : audit 0 from='client.233115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:46 smithi135 bash[32435]: cluster 2023-12-07T21:59:44.997956+0000 mgr.a (mgr.14403) 11447 : cluster 0 pgmap v8544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:48 smithi079 bash[28699]: cluster 2023-12-07T21:59:46.998582+0000 mgr.a (mgr.14403) 11448 : cluster 0 pgmap v8545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:48 smithi194 bash[32038]: cluster 2023-12-07T21:59:46.998582+0000 mgr.a (mgr.14403) 11448 : cluster 0 pgmap v8545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:48.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:48 smithi135 bash[32435]: cluster 2023-12-07T21:59:46.998582+0000 mgr.a (mgr.14403) 11448 : cluster 0 pgmap v8545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T21:59:49.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:59:49.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:49.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:50 smithi079 bash[28699]: cluster 2023-12-07T21:59:48.999324+0000 mgr.a (mgr.14403) 11449 : cluster 0 pgmap v8546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:50 smithi194 bash[32038]: cluster 2023-12-07T21:59:48.999324+0000 mgr.a (mgr.14403) 11449 : cluster 0 pgmap v8546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:50.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:50 smithi135 bash[32435]: cluster 2023-12-07T21:59:48.999324+0000 mgr.a (mgr.14403) 11449 : cluster 0 pgmap v8546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:50.882 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:59:50.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:50.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:50.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:50.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:59:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:51 smithi079 bash[28699]: audit 2023-12-07T21:59:50.394743+0000 mgr.a (mgr.14403) 11450 : audit 0 from='client.233193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:51 smithi194 bash[32038]: audit 2023-12-07T21:59:50.394743+0000 mgr.a (mgr.14403) 11450 : audit 0 from='client.233193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:51 smithi135 bash[32435]: audit 2023-12-07T21:59:50.394743+0000 mgr.a (mgr.14403) 11450 : audit 0 from='client.233193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:52 smithi079 bash[28699]: cluster 2023-12-07T21:59:51.000012+0000 mgr.a (mgr.14403) 11451 : cluster 0 pgmap v8547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:52 smithi194 bash[32038]: cluster 2023-12-07T21:59:51.000012+0000 mgr.a (mgr.14403) 11451 : cluster 0 pgmap v8547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:52 smithi135 bash[32435]: cluster 2023-12-07T21:59:51.000012+0000 mgr.a (mgr.14403) 11451 : cluster 0 pgmap v8547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:54 smithi079 bash[28699]: cluster 2023-12-07T21:59:53.000593+0000 mgr.a (mgr.14403) 11452 : cluster 0 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-07T21:59:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:54 smithi194 bash[32038]: cluster 2023-12-07T21:59:53.000593+0000 mgr.a (mgr.14403) 11452 : cluster 0 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-07T21:59:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:54 smithi135 bash[32435]: cluster 2023-12-07T21:59:53.000593+0000 mgr.a (mgr.14403) 11452 : cluster 0 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-07T21:59:55.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T21:59:55.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T21:59:55.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T21:59:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:56 smithi079 bash[28699]: cluster 2023-12-07T21:59:55.001317+0000 mgr.a (mgr.14403) 11453 : cluster 0 pgmap v8549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:56 smithi194 bash[32038]: cluster 2023-12-07T21:59:55.001317+0000 mgr.a (mgr.14403) 11453 : cluster 0 pgmap v8549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:56.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:56 smithi135 bash[32435]: cluster 2023-12-07T21:59:55.001317+0000 mgr.a (mgr.14403) 11453 : cluster 0 pgmap v8549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T21:59:56.821 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T21:59:56.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T21:59:56.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T21:59:56.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T21:59:56.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T21:59:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:57 smithi079 bash[28699]: audit 2023-12-07T21:59:56.291928+0000 mgr.a (mgr.14403) 11454 : audit 0 from='client.233271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:57 smithi194 bash[32038]: audit 2023-12-07T21:59:56.291928+0000 mgr.a (mgr.14403) 11454 : audit 0 from='client.233271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:57 smithi135 bash[32435]: audit 2023-12-07T21:59:56.291928+0000 mgr.a (mgr.14403) 11454 : audit 0 from='client.233271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T21:59:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 21:59:58 smithi079 bash[28699]: cluster 2023-12-07T21:59:57.002020+0000 mgr.a (mgr.14403) 11455 : cluster 0 pgmap v8550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 21:59:58 smithi194 bash[32038]: cluster 2023-12-07T21:59:57.002020+0000 mgr.a (mgr.14403) 11455 : cluster 0 pgmap v8550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T21:59:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 21:59:58 smithi135 bash[32435]: cluster 2023-12-07T21:59:57.002020+0000 mgr.a (mgr.14403) 11455 : cluster 0 pgmap v8550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:00 smithi079 bash[28699]: cluster 2023-12-07T21:59:59.002791+0000 mgr.a (mgr.14403) 11456 : cluster 0 pgmap v8551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:00 smithi194 bash[32038]: cluster 2023-12-07T21:59:59.002791+0000 mgr.a (mgr.14403) 11456 : cluster 0 pgmap v8551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:00 smithi135 bash[32435]: cluster 2023-12-07T21:59:59.002791+0000 mgr.a (mgr.14403) 11456 : cluster 0 pgmap v8551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:01 smithi079 bash[28699]: cluster 2023-12-07T22:00:00.005323+0000 mon.a (mon.0) 2038 : cluster 1 overall HEALTH_OK 2023-12-07T22:00:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:01 smithi194 bash[32038]: cluster 2023-12-07T22:00:00.005323+0000 mon.a (mon.0) 2038 : cluster 1 overall HEALTH_OK 2023-12-07T22:00:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:01 smithi135 bash[32435]: cluster 2023-12-07T22:00:00.005323+0000 mon.a (mon.0) 2038 : cluster 1 overall HEALTH_OK 2023-12-07T22:00:01.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:00:01.823 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:01.823 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:02 smithi079 bash[28699]: cluster 2023-12-07T22:00:01.003368+0000 mgr.a (mgr.14403) 11457 : cluster 0 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-07T22:00:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:02 smithi194 bash[32038]: cluster 2023-12-07T22:00:01.003368+0000 mgr.a (mgr.14403) 11457 : cluster 0 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-07T22:00:02.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:02 smithi135 bash[32435]: cluster 2023-12-07T22:00:01.003368+0000 mgr.a (mgr.14403) 11457 : cluster 0 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-07T22:00:02.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:02.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:02.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:02.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:00:02.731 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:00:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:03 smithi079 bash[28699]: audit 2023-12-07T22:00:02.218744+0000 mgr.a (mgr.14403) 11458 : audit 0 from='client.233349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:03 smithi194 bash[32038]: audit 2023-12-07T22:00:02.218744+0000 mgr.a (mgr.14403) 11458 : audit 0 from='client.233349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:03 smithi135 bash[32435]: audit 2023-12-07T22:00:02.218744+0000 mgr.a (mgr.14403) 11458 : audit 0 from='client.233349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:04 smithi079 bash[28699]: cluster 2023-12-07T22:00:03.004180+0000 mgr.a (mgr.14403) 11459 : cluster 0 pgmap v8553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:04.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:04 smithi194 bash[32038]: cluster 2023-12-07T22:00:03.004180+0000 mgr.a (mgr.14403) 11459 : cluster 0 pgmap v8553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:04 smithi135 bash[32435]: cluster 2023-12-07T22:00:03.004180+0000 mgr.a (mgr.14403) 11459 : cluster 0 pgmap v8553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:06 smithi079 bash[28699]: cluster 2023-12-07T22:00:05.005189+0000 mgr.a (mgr.14403) 11460 : cluster 0 pgmap v8554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:06 smithi194 bash[32038]: cluster 2023-12-07T22:00:05.005189+0000 mgr.a (mgr.14403) 11460 : cluster 0 pgmap v8554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:06 smithi135 bash[32435]: cluster 2023-12-07T22:00:05.005189+0000 mgr.a (mgr.14403) 11460 : cluster 0 pgmap v8554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:07.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:00:07.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:07.738 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:08 smithi079 bash[28699]: cluster 2023-12-07T22:00:07.005776+0000 mgr.a (mgr.14403) 11461 : cluster 0 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-07T22:00:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:08 smithi194 bash[32038]: cluster 2023-12-07T22:00:07.005776+0000 mgr.a (mgr.14403) 11461 : cluster 0 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-07T22:00:08.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:08 smithi135 bash[32435]: cluster 2023-12-07T22:00:07.005776+0000 mgr.a (mgr.14403) 11461 : cluster 0 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-07T22:00:08.659 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:00:08.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:08.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:08.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:08.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:00:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:09 smithi079 bash[28699]: audit 2023-12-07T22:00:08.147540+0000 mgr.a (mgr.14403) 11462 : audit 0 from='client.233424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:09 smithi194 bash[32038]: audit 2023-12-07T22:00:08.147540+0000 mgr.a (mgr.14403) 11462 : audit 0 from='client.233424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:09 smithi135 bash[32435]: audit 2023-12-07T22:00:08.147540+0000 mgr.a (mgr.14403) 11462 : audit 0 from='client.233424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:10 smithi079 bash[28699]: cluster 2023-12-07T22:00:09.006652+0000 mgr.a (mgr.14403) 11463 : cluster 0 pgmap v8556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:00:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:10 smithi194 bash[32038]: cluster 2023-12-07T22:00:09.006652+0000 mgr.a (mgr.14403) 11463 : cluster 0 pgmap v8556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:00:10.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:10 smithi135 bash[32435]: cluster 2023-12-07T22:00:09.006652+0000 mgr.a (mgr.14403) 11463 : cluster 0 pgmap v8556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:00:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:12 smithi079 bash[28699]: cluster 2023-12-07T22:00:11.007237+0000 mgr.a (mgr.14403) 11464 : cluster 0 pgmap v8557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:00:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:12 smithi194 bash[32038]: cluster 2023-12-07T22:00:11.007237+0000 mgr.a (mgr.14403) 11464 : cluster 0 pgmap v8557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:00:12.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:12 smithi135 bash[32435]: cluster 2023-12-07T22:00:11.007237+0000 mgr.a (mgr.14403) 11464 : cluster 0 pgmap v8557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:00:13.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:00:13.663 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:13.663 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:14 smithi079 bash[28699]: cluster 2023-12-07T22:00:13.007773+0000 mgr.a (mgr.14403) 11465 : cluster 0 pgmap v8558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:00:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:14 smithi194 bash[32038]: cluster 2023-12-07T22:00:13.007773+0000 mgr.a (mgr.14403) 11465 : cluster 0 pgmap v8558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:00:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:14 smithi135 bash[32435]: cluster 2023-12-07T22:00:13.007773+0000 mgr.a (mgr.14403) 11465 : cluster 0 pgmap v8558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:00:14.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:14.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:14.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:14.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:00:14.583 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:00:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:15 smithi079 bash[28699]: audit 2023-12-07T22:00:14.063467+0000 mgr.a (mgr.14403) 11466 : audit 0 from='client.233496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:15 smithi194 bash[32038]: audit 2023-12-07T22:00:14.063467+0000 mgr.a (mgr.14403) 11466 : audit 0 from='client.233496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:15 smithi135 bash[32435]: audit 2023-12-07T22:00:14.063467+0000 mgr.a (mgr.14403) 11466 : audit 0 from='client.233496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:16 smithi079 bash[28699]: cluster 2023-12-07T22:00:15.008936+0000 mgr.a (mgr.14403) 11467 : cluster 0 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-07T22:00:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:16 smithi194 bash[32038]: cluster 2023-12-07T22:00:15.008936+0000 mgr.a (mgr.14403) 11467 : cluster 0 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-07T22:00:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:16 smithi135 bash[32435]: cluster 2023-12-07T22:00:15.008936+0000 mgr.a (mgr.14403) 11467 : cluster 0 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-07T22:00:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:18 smithi079 bash[28699]: cluster 2023-12-07T22:00:17.009663+0000 mgr.a (mgr.14403) 11468 : cluster 0 pgmap v8560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:18 smithi194 bash[32038]: cluster 2023-12-07T22:00:17.009663+0000 mgr.a (mgr.14403) 11468 : cluster 0 pgmap v8560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:18 smithi135 bash[32435]: cluster 2023-12-07T22:00:17.009663+0000 mgr.a (mgr.14403) 11468 : cluster 0 pgmap v8560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:19.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:00:19.588 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:19.588 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:20 smithi079 bash[28699]: cluster 2023-12-07T22:00:19.010320+0000 mgr.a (mgr.14403) 11469 : cluster 0 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-07T22:00:20.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:20 smithi194 bash[32038]: cluster 2023-12-07T22:00:19.010320+0000 mgr.a (mgr.14403) 11469 : cluster 0 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-07T22:00:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:20 smithi135 bash[32435]: cluster 2023-12-07T22:00:19.010320+0000 mgr.a (mgr.14403) 11469 : cluster 0 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-07T22:00:20.475 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:00:20.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:20.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:20.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:20.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:00:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:21 smithi079 bash[28699]: audit 2023-12-07T22:00:19.986131+0000 mgr.a (mgr.14403) 11470 : audit 0 from='client.233574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:21 smithi194 bash[32038]: audit 2023-12-07T22:00:19.986131+0000 mgr.a (mgr.14403) 11470 : audit 0 from='client.233574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:21 smithi135 bash[32435]: audit 2023-12-07T22:00:19.986131+0000 mgr.a (mgr.14403) 11470 : audit 0 from='client.233574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:22 smithi079 bash[28699]: cluster 2023-12-07T22:00:21.011052+0000 mgr.a (mgr.14403) 11471 : cluster 0 pgmap v8562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:00:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:22 smithi194 bash[32038]: cluster 2023-12-07T22:00:21.011052+0000 mgr.a (mgr.14403) 11471 : cluster 0 pgmap v8562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:00:22.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:22 smithi135 bash[32435]: cluster 2023-12-07T22:00:21.011052+0000 mgr.a (mgr.14403) 11471 : cluster 0 pgmap v8562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:00:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:24 smithi079 bash[28699]: cluster 2023-12-07T22:00:23.011588+0000 mgr.a (mgr.14403) 11472 : cluster 0 pgmap v8563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:00:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:24 smithi194 bash[32038]: cluster 2023-12-07T22:00:23.011588+0000 mgr.a (mgr.14403) 11472 : cluster 0 pgmap v8563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:00:24.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:24 smithi135 bash[32435]: cluster 2023-12-07T22:00:23.011588+0000 mgr.a (mgr.14403) 11472 : cluster 0 pgmap v8563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:00:25.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:00:25.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:25.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:26.379 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:00:26.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:26.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:26.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:26.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:00:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:26 smithi079 bash[28699]: cluster 2023-12-07T22:00:25.012396+0000 mgr.a (mgr.14403) 11473 : cluster 0 pgmap v8564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:00:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:26 smithi194 bash[32038]: cluster 2023-12-07T22:00:25.012396+0000 mgr.a (mgr.14403) 11473 : cluster 0 pgmap v8564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:00:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:26 smithi135 bash[32435]: cluster 2023-12-07T22:00:25.012396+0000 mgr.a (mgr.14403) 11473 : cluster 0 pgmap v8564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:00:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:27 smithi079 bash[28699]: audit 2023-12-07T22:00:25.883062+0000 mgr.a (mgr.14403) 11474 : audit 0 from='client.233649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:27 smithi194 bash[32038]: audit 2023-12-07T22:00:25.883062+0000 mgr.a (mgr.14403) 11474 : audit 0 from='client.233649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:27 smithi135 bash[32435]: audit 2023-12-07T22:00:25.883062+0000 mgr.a (mgr.14403) 11474 : audit 0 from='client.233649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:28 smithi079 bash[28699]: cluster 2023-12-07T22:00:27.013156+0000 mgr.a (mgr.14403) 11475 : cluster 0 pgmap v8565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:28 smithi194 bash[32038]: cluster 2023-12-07T22:00:27.013156+0000 mgr.a (mgr.14403) 11475 : cluster 0 pgmap v8565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:28 smithi135 bash[32435]: cluster 2023-12-07T22:00:27.013156+0000 mgr.a (mgr.14403) 11475 : cluster 0 pgmap v8565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:30 smithi079 bash[28699]: cluster 2023-12-07T22:00:29.013868+0000 mgr.a (mgr.14403) 11476 : cluster 0 pgmap v8566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:30 smithi194 bash[32038]: cluster 2023-12-07T22:00:29.013868+0000 mgr.a (mgr.14403) 11476 : cluster 0 pgmap v8566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:30.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:30 smithi135 bash[32435]: cluster 2023-12-07T22:00:29.013868+0000 mgr.a (mgr.14403) 11476 : cluster 0 pgmap v8566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:31.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:00:31.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:31.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:32.307 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:00:32.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:32.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:32.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:32.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:00:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:32 smithi079 bash[28699]: cluster 2023-12-07T22:00:31.014441+0000 mgr.a (mgr.14403) 11477 : cluster 0 pgmap v8567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:32 smithi194 bash[32038]: cluster 2023-12-07T22:00:31.014441+0000 mgr.a (mgr.14403) 11477 : cluster 0 pgmap v8567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:32.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:32 smithi135 bash[32435]: cluster 2023-12-07T22:00:31.014441+0000 mgr.a (mgr.14403) 11477 : cluster 0 pgmap v8567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:33 smithi079 bash[28699]: audit 2023-12-07T22:00:31.786181+0000 mgr.a (mgr.14403) 11478 : audit 0 from='client.233724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:33 smithi194 bash[32038]: audit 2023-12-07T22:00:31.786181+0000 mgr.a (mgr.14403) 11478 : audit 0 from='client.233724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:33 smithi135 bash[32435]: audit 2023-12-07T22:00:31.786181+0000 mgr.a (mgr.14403) 11478 : audit 0 from='client.233724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:34 smithi079 bash[28699]: cluster 2023-12-07T22:00:33.015327+0000 mgr.a (mgr.14403) 11479 : cluster 0 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-07T22:00:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:34 smithi194 bash[32038]: cluster 2023-12-07T22:00:33.015327+0000 mgr.a (mgr.14403) 11479 : cluster 0 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-07T22:00:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:34 smithi135 bash[32435]: cluster 2023-12-07T22:00:33.015327+0000 mgr.a (mgr.14403) 11479 : cluster 0 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-07T22:00:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:36 smithi079 bash[28699]: cluster 2023-12-07T22:00:35.016229+0000 mgr.a (mgr.14403) 11480 : cluster 0 pgmap v8569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:36 smithi194 bash[32038]: cluster 2023-12-07T22:00:35.016229+0000 mgr.a (mgr.14403) 11480 : cluster 0 pgmap v8569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:36.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:36 smithi135 bash[32435]: cluster 2023-12-07T22:00:35.016229+0000 mgr.a (mgr.14403) 11480 : cluster 0 pgmap v8569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:37.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:00:37.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:37.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:38.219 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:00:38.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:38.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:38.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:38.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:00:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:38 smithi079 bash[28699]: cluster 2023-12-07T22:00:37.016774+0000 mgr.a (mgr.14403) 11481 : cluster 0 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-07T22:00:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:38 smithi194 bash[32038]: cluster 2023-12-07T22:00:37.016774+0000 mgr.a (mgr.14403) 11481 : cluster 0 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-07T22:00:38.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:38 smithi135 bash[32435]: cluster 2023-12-07T22:00:37.016774+0000 mgr.a (mgr.14403) 11481 : cluster 0 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-07T22:00:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:39 smithi079 bash[28699]: audit 2023-12-07T22:00:37.718540+0000 mgr.a (mgr.14403) 11482 : audit 0 from='client.233802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:39 smithi194 bash[32038]: audit 2023-12-07T22:00:37.718540+0000 mgr.a (mgr.14403) 11482 : audit 0 from='client.233802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:39 smithi135 bash[32435]: audit 2023-12-07T22:00:37.718540+0000 mgr.a (mgr.14403) 11482 : audit 0 from='client.233802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:40 smithi079 bash[28699]: cluster 2023-12-07T22:00:39.017591+0000 mgr.a (mgr.14403) 11483 : cluster 0 pgmap v8571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:40 smithi194 bash[32038]: cluster 2023-12-07T22:00:39.017591+0000 mgr.a (mgr.14403) 11483 : cluster 0 pgmap v8571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:40 smithi135 bash[32435]: cluster 2023-12-07T22:00:39.017591+0000 mgr.a (mgr.14403) 11483 : cluster 0 pgmap v8571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:00:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:42 smithi079 bash[28699]: cluster 2023-12-07T22:00:41.018162+0000 mgr.a (mgr.14403) 11484 : cluster 0 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-07T22:00:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:42 smithi194 bash[32038]: cluster 2023-12-07T22:00:41.018162+0000 mgr.a (mgr.14403) 11484 : cluster 0 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-07T22:00:42.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:42 smithi135 bash[32435]: cluster 2023-12-07T22:00:41.018162+0000 mgr.a (mgr.14403) 11484 : cluster 0 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-07T22:00:43.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:00:43.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:43.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:44.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:44.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:44.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:44.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:00:44.113 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:00:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:44 smithi079 bash[28699]: cluster 2023-12-07T22:00:43.018820+0000 mgr.a (mgr.14403) 11485 : cluster 0 pgmap v8573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:44 smithi194 bash[32038]: cluster 2023-12-07T22:00:43.018820+0000 mgr.a (mgr.14403) 11485 : cluster 0 pgmap v8573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:44 smithi135 bash[32435]: cluster 2023-12-07T22:00:43.018820+0000 mgr.a (mgr.14403) 11485 : cluster 0 pgmap v8573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:45 smithi079 bash[28699]: audit 2023-12-07T22:00:43.620006+0000 mgr.a (mgr.14403) 11486 : audit 0 from='client.233874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:45 smithi079 bash[28699]: audit 2023-12-07T22:00:45.033721+0000 mon.a (mon.0) 2039 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:00:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:45 smithi194 bash[32038]: audit 2023-12-07T22:00:43.620006+0000 mgr.a (mgr.14403) 11486 : audit 0 from='client.233874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:45 smithi194 bash[32038]: audit 2023-12-07T22:00:45.033721+0000 mon.a (mon.0) 2039 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:00:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:45 smithi135 bash[32435]: audit 2023-12-07T22:00:43.620006+0000 mgr.a (mgr.14403) 11486 : audit 0 from='client.233874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:45 smithi135 bash[32435]: audit 2023-12-07T22:00:45.033721+0000 mon.a (mon.0) 2039 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:00:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:46 smithi079 bash[28699]: cluster 2023-12-07T22:00:45.019873+0000 mgr.a (mgr.14403) 11487 : cluster 0 pgmap v8574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:46 smithi079 bash[28699]: audit 2023-12-07T22:00:45.562873+0000 mon.a (mon.0) 2040 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:00:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:46 smithi079 bash[28699]: audit 2023-12-07T22:00:45.567961+0000 mon.a (mon.0) 2041 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:00:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:46 smithi194 bash[32038]: cluster 2023-12-07T22:00:45.019873+0000 mgr.a (mgr.14403) 11487 : cluster 0 pgmap v8574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:46 smithi194 bash[32038]: audit 2023-12-07T22:00:45.562873+0000 mon.a (mon.0) 2040 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:00:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:46 smithi194 bash[32038]: audit 2023-12-07T22:00:45.567961+0000 mon.a (mon.0) 2041 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:00:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:46 smithi135 bash[32435]: cluster 2023-12-07T22:00:45.019873+0000 mgr.a (mgr.14403) 11487 : cluster 0 pgmap v8574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:46 smithi135 bash[32435]: audit 2023-12-07T22:00:45.562873+0000 mon.a (mon.0) 2040 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:00:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:46 smithi135 bash[32435]: audit 2023-12-07T22:00:45.567961+0000 mon.a (mon.0) 2041 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:00:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:47 smithi079 bash[28699]: audit 2023-12-07T22:00:46.259179+0000 mon.a (mon.0) 2042 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:00:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:47 smithi079 bash[28699]: audit 2023-12-07T22:00:46.261129+0000 mon.a (mon.0) 2043 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:00:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:47 smithi079 bash[28699]: audit 2023-12-07T22:00:46.270163+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:00:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:47 smithi194 bash[32038]: audit 2023-12-07T22:00:46.259179+0000 mon.a (mon.0) 2042 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:00:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:47 smithi194 bash[32038]: audit 2023-12-07T22:00:46.261129+0000 mon.a (mon.0) 2043 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:00:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:47 smithi194 bash[32038]: audit 2023-12-07T22:00:46.270163+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:00:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:47 smithi135 bash[32435]: audit 2023-12-07T22:00:46.259179+0000 mon.a (mon.0) 2042 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:00:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:47 smithi135 bash[32435]: audit 2023-12-07T22:00:46.261129+0000 mon.a (mon.0) 2043 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:00:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:47 smithi135 bash[32435]: audit 2023-12-07T22:00:46.270163+0000 mon.a (mon.0) 2044 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:00:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:48 smithi079 bash[28699]: cluster 2023-12-07T22:00:47.020436+0000 mgr.a (mgr.14403) 11488 : cluster 0 pgmap v8575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:48 smithi194 bash[32038]: cluster 2023-12-07T22:00:47.020436+0000 mgr.a (mgr.14403) 11488 : cluster 0 pgmap v8575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:48.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:48 smithi135 bash[32435]: cluster 2023-12-07T22:00:47.020436+0000 mgr.a (mgr.14403) 11488 : cluster 0 pgmap v8575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:49.115 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:00:49.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:49.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:50.000 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:00:50.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:50.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:50.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:50.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:00:50.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:50 smithi079 bash[28699]: cluster 2023-12-07T22:00:49.021129+0000 mgr.a (mgr.14403) 11489 : cluster 0 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-07T22:00:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:50 smithi194 bash[32038]: cluster 2023-12-07T22:00:49.021129+0000 mgr.a (mgr.14403) 11489 : cluster 0 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-07T22:00:50.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:50 smithi135 bash[32435]: cluster 2023-12-07T22:00:49.021129+0000 mgr.a (mgr.14403) 11489 : cluster 0 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-07T22:00:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:51 smithi079 bash[28699]: audit 2023-12-07T22:00:49.518100+0000 mgr.a (mgr.14403) 11490 : audit 0 from='client.233952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:51 smithi194 bash[32038]: audit 2023-12-07T22:00:49.518100+0000 mgr.a (mgr.14403) 11490 : audit 0 from='client.233952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:51 smithi135 bash[32435]: audit 2023-12-07T22:00:49.518100+0000 mgr.a (mgr.14403) 11490 : audit 0 from='client.233952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:52 smithi079 bash[28699]: cluster 2023-12-07T22:00:51.021850+0000 mgr.a (mgr.14403) 11491 : cluster 0 pgmap v8577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:52 smithi194 bash[32038]: cluster 2023-12-07T22:00:51.021850+0000 mgr.a (mgr.14403) 11491 : cluster 0 pgmap v8577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:52 smithi135 bash[32435]: cluster 2023-12-07T22:00:51.021850+0000 mgr.a (mgr.14403) 11491 : cluster 0 pgmap v8577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:54 smithi079 bash[28699]: cluster 2023-12-07T22:00:53.022468+0000 mgr.a (mgr.14403) 11492 : cluster 0 pgmap v8578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:54 smithi194 bash[32038]: cluster 2023-12-07T22:00:53.022468+0000 mgr.a (mgr.14403) 11492 : cluster 0 pgmap v8578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:54 smithi135 bash[32435]: cluster 2023-12-07T22:00:53.022468+0000 mgr.a (mgr.14403) 11492 : cluster 0 pgmap v8578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:00:55.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:00:55.003 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:00:55.003 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:00:55.904 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:00:55.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:00:55.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:00:55.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:00:55.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:00:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:56 smithi079 bash[28699]: cluster 2023-12-07T22:00:55.023114+0000 mgr.a (mgr.14403) 11493 : cluster 0 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-07T22:00:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:56 smithi079 bash[28699]: audit 2023-12-07T22:00:55.396437+0000 mgr.a (mgr.14403) 11494 : audit 0 from='client.234027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:56 smithi194 bash[32038]: cluster 2023-12-07T22:00:55.023114+0000 mgr.a (mgr.14403) 11493 : cluster 0 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-07T22:00:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:56 smithi194 bash[32038]: audit 2023-12-07T22:00:55.396437+0000 mgr.a (mgr.14403) 11494 : audit 0 from='client.234027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:56.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:56 smithi135 bash[32435]: cluster 2023-12-07T22:00:55.023114+0000 mgr.a (mgr.14403) 11493 : cluster 0 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-07T22:00:56.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:56 smithi135 bash[32435]: audit 2023-12-07T22:00:55.396437+0000 mgr.a (mgr.14403) 11494 : audit 0 from='client.234027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:00:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:00:58 smithi079 bash[28699]: cluster 2023-12-07T22:00:57.023754+0000 mgr.a (mgr.14403) 11495 : cluster 0 pgmap v8580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:00:58 smithi194 bash[32038]: cluster 2023-12-07T22:00:57.023754+0000 mgr.a (mgr.14403) 11495 : cluster 0 pgmap v8580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:00:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:00:58 smithi135 bash[32435]: cluster 2023-12-07T22:00:57.023754+0000 mgr.a (mgr.14403) 11495 : cluster 0 pgmap v8580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:00 smithi079 bash[28699]: cluster 2023-12-07T22:00:59.024513+0000 mgr.a (mgr.14403) 11496 : cluster 0 pgmap v8581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:00 smithi194 bash[32038]: cluster 2023-12-07T22:00:59.024513+0000 mgr.a (mgr.14403) 11496 : cluster 0 pgmap v8581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:00 smithi135 bash[32435]: cluster 2023-12-07T22:00:59.024513+0000 mgr.a (mgr.14403) 11496 : cluster 0 pgmap v8581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:00.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:01:00.907 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:00.907 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:01.800 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:01:01.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:01.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:01.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:01.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:01:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:02 smithi079 bash[28699]: cluster 2023-12-07T22:01:01.025182+0000 mgr.a (mgr.14403) 11497 : cluster 0 pgmap v8582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:02 smithi079 bash[28699]: audit 2023-12-07T22:01:01.295230+0000 mgr.a (mgr.14403) 11498 : audit 0 from='client.234102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:02 smithi194 bash[32038]: cluster 2023-12-07T22:01:01.025182+0000 mgr.a (mgr.14403) 11497 : cluster 0 pgmap v8582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:02 smithi194 bash[32038]: audit 2023-12-07T22:01:01.295230+0000 mgr.a (mgr.14403) 11498 : audit 0 from='client.234102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:02.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:02 smithi135 bash[32435]: cluster 2023-12-07T22:01:01.025182+0000 mgr.a (mgr.14403) 11497 : cluster 0 pgmap v8582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:02.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:02 smithi135 bash[32435]: audit 2023-12-07T22:01:01.295230+0000 mgr.a (mgr.14403) 11498 : audit 0 from='client.234102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:04 smithi079 bash[28699]: cluster 2023-12-07T22:01:03.025919+0000 mgr.a (mgr.14403) 11499 : cluster 0 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-07T22:01:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:04 smithi194 bash[32038]: cluster 2023-12-07T22:01:03.025919+0000 mgr.a (mgr.14403) 11499 : cluster 0 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-07T22:01:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:04 smithi135 bash[32435]: cluster 2023-12-07T22:01:03.025919+0000 mgr.a (mgr.14403) 11499 : cluster 0 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-07T22:01:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:06 smithi079 bash[28699]: cluster 2023-12-07T22:01:05.027036+0000 mgr.a (mgr.14403) 11500 : cluster 0 pgmap v8584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:06 smithi194 bash[32038]: cluster 2023-12-07T22:01:05.027036+0000 mgr.a (mgr.14403) 11500 : cluster 0 pgmap v8584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:06 smithi135 bash[32435]: cluster 2023-12-07T22:01:05.027036+0000 mgr.a (mgr.14403) 11500 : cluster 0 pgmap v8584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:06.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:01:06.804 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:06.804 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:07.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:07.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:07.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:07.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:01:07.722 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:01:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:08 smithi079 bash[28699]: cluster 2023-12-07T22:01:07.027713+0000 mgr.a (mgr.14403) 11501 : cluster 0 pgmap v8585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:08 smithi079 bash[28699]: audit 2023-12-07T22:01:07.210953+0000 mgr.a (mgr.14403) 11502 : audit 0 from='client.234180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:08 smithi194 bash[32038]: cluster 2023-12-07T22:01:07.027713+0000 mgr.a (mgr.14403) 11501 : cluster 0 pgmap v8585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:08 smithi194 bash[32038]: audit 2023-12-07T22:01:07.210953+0000 mgr.a (mgr.14403) 11502 : audit 0 from='client.234180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:08.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:08 smithi135 bash[32435]: cluster 2023-12-07T22:01:07.027713+0000 mgr.a (mgr.14403) 11501 : cluster 0 pgmap v8585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:08.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:08 smithi135 bash[32435]: audit 2023-12-07T22:01:07.210953+0000 mgr.a (mgr.14403) 11502 : audit 0 from='client.234180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:10 smithi079 bash[28699]: cluster 2023-12-07T22:01:09.028567+0000 mgr.a (mgr.14403) 11503 : cluster 0 pgmap v8586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:10 smithi194 bash[32038]: cluster 2023-12-07T22:01:09.028567+0000 mgr.a (mgr.14403) 11503 : cluster 0 pgmap v8586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:10.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:10 smithi135 bash[32435]: cluster 2023-12-07T22:01:09.028567+0000 mgr.a (mgr.14403) 11503 : cluster 0 pgmap v8586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:12 smithi079 bash[28699]: cluster 2023-12-07T22:01:11.029101+0000 mgr.a (mgr.14403) 11504 : cluster 0 pgmap v8587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:12 smithi194 bash[32038]: cluster 2023-12-07T22:01:11.029101+0000 mgr.a (mgr.14403) 11504 : cluster 0 pgmap v8587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:12.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:12 smithi135 bash[32435]: cluster 2023-12-07T22:01:11.029101+0000 mgr.a (mgr.14403) 11504 : cluster 0 pgmap v8587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:12.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:01:12.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:12.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:13.655 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:01:13.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:13.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:13.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:13.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:01:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:14 smithi079 bash[28699]: cluster 2023-12-07T22:01:13.029488+0000 mgr.a (mgr.14403) 11505 : cluster 0 pgmap v8588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:14 smithi079 bash[28699]: audit 2023-12-07T22:01:13.133576+0000 mgr.a (mgr.14403) 11506 : audit 0 from='client.234255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:14 smithi194 bash[32038]: cluster 2023-12-07T22:01:13.029488+0000 mgr.a (mgr.14403) 11505 : cluster 0 pgmap v8588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:14 smithi194 bash[32038]: audit 2023-12-07T22:01:13.133576+0000 mgr.a (mgr.14403) 11506 : audit 0 from='client.234255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:14 smithi135 bash[32435]: cluster 2023-12-07T22:01:13.029488+0000 mgr.a (mgr.14403) 11505 : cluster 0 pgmap v8588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:14 smithi135 bash[32435]: audit 2023-12-07T22:01:13.133576+0000 mgr.a (mgr.14403) 11506 : audit 0 from='client.234255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:16 smithi079 bash[28699]: cluster 2023-12-07T22:01:15.030361+0000 mgr.a (mgr.14403) 11507 : cluster 0 pgmap v8589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:01:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:16 smithi194 bash[32038]: cluster 2023-12-07T22:01:15.030361+0000 mgr.a (mgr.14403) 11507 : cluster 0 pgmap v8589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:01:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:16 smithi135 bash[32435]: cluster 2023-12-07T22:01:15.030361+0000 mgr.a (mgr.14403) 11507 : cluster 0 pgmap v8589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:01:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:18 smithi079 bash[28699]: cluster 2023-12-07T22:01:17.030887+0000 mgr.a (mgr.14403) 11508 : cluster 0 pgmap v8590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:01:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:18 smithi194 bash[32038]: cluster 2023-12-07T22:01:17.030887+0000 mgr.a (mgr.14403) 11508 : cluster 0 pgmap v8590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:01:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:18 smithi135 bash[32435]: cluster 2023-12-07T22:01:17.030887+0000 mgr.a (mgr.14403) 11508 : cluster 0 pgmap v8590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:01:18.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:01:18.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:18.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:19.559 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:01:19.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:19.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:19.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:19.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:01:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:20 smithi079 bash[28699]: cluster 2023-12-07T22:01:19.031745+0000 mgr.a (mgr.14403) 11509 : cluster 0 pgmap v8591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:20 smithi079 bash[28699]: audit 2023-12-07T22:01:19.060551+0000 mgr.a (mgr.14403) 11510 : audit 0 from='client.234333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:20 smithi194 bash[32038]: cluster 2023-12-07T22:01:19.031745+0000 mgr.a (mgr.14403) 11509 : cluster 0 pgmap v8591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:20 smithi194 bash[32038]: audit 2023-12-07T22:01:19.060551+0000 mgr.a (mgr.14403) 11510 : audit 0 from='client.234333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:20 smithi135 bash[32435]: cluster 2023-12-07T22:01:19.031745+0000 mgr.a (mgr.14403) 11509 : cluster 0 pgmap v8591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:20 smithi135 bash[32435]: audit 2023-12-07T22:01:19.060551+0000 mgr.a (mgr.14403) 11510 : audit 0 from='client.234333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:22 smithi079 bash[28699]: cluster 2023-12-07T22:01:21.032504+0000 mgr.a (mgr.14403) 11511 : cluster 0 pgmap v8592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:22 smithi194 bash[32038]: cluster 2023-12-07T22:01:21.032504+0000 mgr.a (mgr.14403) 11511 : cluster 0 pgmap v8592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:22.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:22 smithi135 bash[32435]: cluster 2023-12-07T22:01:21.032504+0000 mgr.a (mgr.14403) 11511 : cluster 0 pgmap v8592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:24 smithi079 bash[28699]: cluster 2023-12-07T22:01:23.033255+0000 mgr.a (mgr.14403) 11512 : cluster 0 pgmap v8593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:24.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:24 smithi194 bash[32038]: cluster 2023-12-07T22:01:23.033255+0000 mgr.a (mgr.14403) 11512 : cluster 0 pgmap v8593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:24.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:24 smithi135 bash[32435]: cluster 2023-12-07T22:01:23.033255+0000 mgr.a (mgr.14403) 11512 : cluster 0 pgmap v8593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:24.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:01:24.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:24.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:25.428 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:01:25.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:25.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:25.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:25.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:01:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:26 smithi079 bash[28699]: audit 2023-12-07T22:01:24.953611+0000 mgr.a (mgr.14403) 11513 : audit 0 from='client.234411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:26 smithi079 bash[28699]: cluster 2023-12-07T22:01:25.034015+0000 mgr.a (mgr.14403) 11514 : cluster 0 pgmap v8594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:26 smithi194 bash[32038]: audit 2023-12-07T22:01:24.953611+0000 mgr.a (mgr.14403) 11513 : audit 0 from='client.234411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:26 smithi194 bash[32038]: cluster 2023-12-07T22:01:25.034015+0000 mgr.a (mgr.14403) 11514 : cluster 0 pgmap v8594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:26 smithi135 bash[32435]: audit 2023-12-07T22:01:24.953611+0000 mgr.a (mgr.14403) 11513 : audit 0 from='client.234411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:26 smithi135 bash[32435]: cluster 2023-12-07T22:01:25.034015+0000 mgr.a (mgr.14403) 11514 : cluster 0 pgmap v8594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:28 smithi079 bash[28699]: cluster 2023-12-07T22:01:27.034682+0000 mgr.a (mgr.14403) 11515 : cluster 0 pgmap v8595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:01:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:28 smithi194 bash[32038]: cluster 2023-12-07T22:01:27.034682+0000 mgr.a (mgr.14403) 11515 : cluster 0 pgmap v8595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:01:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:28 smithi135 bash[32435]: cluster 2023-12-07T22:01:27.034682+0000 mgr.a (mgr.14403) 11515 : cluster 0 pgmap v8595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:01:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:30 smithi079 bash[28699]: cluster 2023-12-07T22:01:29.035476+0000 mgr.a (mgr.14403) 11516 : cluster 0 pgmap v8596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:01:30.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:01:30.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:30.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:30 smithi194 bash[32038]: cluster 2023-12-07T22:01:29.035476+0000 mgr.a (mgr.14403) 11516 : cluster 0 pgmap v8596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:01:30.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:30 smithi135 bash[32435]: cluster 2023-12-07T22:01:29.035476+0000 mgr.a (mgr.14403) 11516 : cluster 0 pgmap v8596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:01:31.378 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:01:31.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:31.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:31.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:31.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:01:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:32 smithi079 bash[28699]: audit 2023-12-07T22:01:30.835711+0000 mgr.a (mgr.14403) 11517 : audit 0 from='client.234489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:32.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:32 smithi079 bash[28699]: cluster 2023-12-07T22:01:31.036132+0000 mgr.a (mgr.14403) 11518 : cluster 0 pgmap v8597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:32 smithi194 bash[32038]: audit 2023-12-07T22:01:30.835711+0000 mgr.a (mgr.14403) 11517 : audit 0 from='client.234489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:32 smithi194 bash[32038]: cluster 2023-12-07T22:01:31.036132+0000 mgr.a (mgr.14403) 11518 : cluster 0 pgmap v8597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:32.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:32 smithi135 bash[32435]: audit 2023-12-07T22:01:30.835711+0000 mgr.a (mgr.14403) 11517 : audit 0 from='client.234489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:32.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:32 smithi135 bash[32435]: cluster 2023-12-07T22:01:31.036132+0000 mgr.a (mgr.14403) 11518 : cluster 0 pgmap v8597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:34 smithi079 bash[28699]: cluster 2023-12-07T22:01:33.036763+0000 mgr.a (mgr.14403) 11519 : cluster 0 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-07T22:01:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:34 smithi194 bash[32038]: cluster 2023-12-07T22:01:33.036763+0000 mgr.a (mgr.14403) 11519 : cluster 0 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-07T22:01:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:34 smithi135 bash[32435]: cluster 2023-12-07T22:01:33.036763+0000 mgr.a (mgr.14403) 11519 : cluster 0 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-07T22:01:36.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:01:36.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:36.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:36 smithi079 bash[28699]: cluster 2023-12-07T22:01:35.037527+0000 mgr.a (mgr.14403) 11520 : cluster 0 pgmap v8599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:36 smithi194 bash[32038]: cluster 2023-12-07T22:01:35.037527+0000 mgr.a (mgr.14403) 11520 : cluster 0 pgmap v8599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:36.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:36 smithi135 bash[32435]: cluster 2023-12-07T22:01:35.037527+0000 mgr.a (mgr.14403) 11520 : cluster 0 pgmap v8599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:37.291 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:01:37.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:37.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:37.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:37.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:01:38.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:38 smithi079 bash[28699]: audit 2023-12-07T22:01:36.780179+0000 mgr.a (mgr.14403) 11521 : audit 0 from='client.234567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:38.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:38 smithi079 bash[28699]: cluster 2023-12-07T22:01:37.043798+0000 mgr.a (mgr.14403) 11522 : cluster 0 pgmap v8600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:38 smithi194 bash[32038]: audit 2023-12-07T22:01:36.780179+0000 mgr.a (mgr.14403) 11521 : audit 0 from='client.234567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:38 smithi194 bash[32038]: cluster 2023-12-07T22:01:37.043798+0000 mgr.a (mgr.14403) 11522 : cluster 0 pgmap v8600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:38.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:38 smithi135 bash[32435]: audit 2023-12-07T22:01:36.780179+0000 mgr.a (mgr.14403) 11521 : audit 0 from='client.234567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:38.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:38 smithi135 bash[32435]: cluster 2023-12-07T22:01:37.043798+0000 mgr.a (mgr.14403) 11522 : cluster 0 pgmap v8600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:40 smithi079 bash[28699]: cluster 2023-12-07T22:01:39.044785+0000 mgr.a (mgr.14403) 11523 : cluster 0 pgmap v8601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:40 smithi194 bash[32038]: cluster 2023-12-07T22:01:39.044785+0000 mgr.a (mgr.14403) 11523 : cluster 0 pgmap v8601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:40 smithi135 bash[32435]: cluster 2023-12-07T22:01:39.044785+0000 mgr.a (mgr.14403) 11523 : cluster 0 pgmap v8601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:42.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:01:42.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:42.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:42 smithi079 bash[28699]: cluster 2023-12-07T22:01:41.045325+0000 mgr.a (mgr.14403) 11524 : cluster 0 pgmap v8602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:42.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:42 smithi194 bash[32038]: cluster 2023-12-07T22:01:41.045325+0000 mgr.a (mgr.14403) 11524 : cluster 0 pgmap v8602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:42.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:42 smithi135 bash[32435]: cluster 2023-12-07T22:01:41.045325+0000 mgr.a (mgr.14403) 11524 : cluster 0 pgmap v8602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:43.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:43.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:43.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:43.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:01:43.214 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:01:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:44 smithi079 bash[28699]: audit 2023-12-07T22:01:42.701284+0000 mgr.a (mgr.14403) 11525 : audit 0 from='client.234642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:44 smithi079 bash[28699]: cluster 2023-12-07T22:01:43.045830+0000 mgr.a (mgr.14403) 11526 : cluster 0 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-07T22:01:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:44 smithi194 bash[32038]: audit 2023-12-07T22:01:42.701284+0000 mgr.a (mgr.14403) 11525 : audit 0 from='client.234642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:44 smithi194 bash[32038]: cluster 2023-12-07T22:01:43.045830+0000 mgr.a (mgr.14403) 11526 : cluster 0 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-07T22:01:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:44 smithi135 bash[32435]: audit 2023-12-07T22:01:42.701284+0000 mgr.a (mgr.14403) 11525 : audit 0 from='client.234642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:44 smithi135 bash[32435]: cluster 2023-12-07T22:01:43.045830+0000 mgr.a (mgr.14403) 11526 : cluster 0 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-07T22:01:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:46 smithi079 bash[28699]: cluster 2023-12-07T22:01:45.046738+0000 mgr.a (mgr.14403) 11527 : cluster 0 pgmap v8604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:46 smithi194 bash[32038]: cluster 2023-12-07T22:01:45.046738+0000 mgr.a (mgr.14403) 11527 : cluster 0 pgmap v8604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:46 smithi135 bash[32435]: cluster 2023-12-07T22:01:45.046738+0000 mgr.a (mgr.14403) 11527 : cluster 0 pgmap v8604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:01:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:47 smithi079 bash[28699]: audit 2023-12-07T22:01:46.373786+0000 mon.a (mon.0) 2045 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:01:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:47 smithi079 bash[28699]: audit 2023-12-07T22:01:46.906348+0000 mon.a (mon.0) 2046 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:01:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:47 smithi079 bash[28699]: audit 2023-12-07T22:01:46.914251+0000 mon.a (mon.0) 2047 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:01:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:47 smithi194 bash[32038]: audit 2023-12-07T22:01:46.373786+0000 mon.a (mon.0) 2045 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:01:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:47 smithi194 bash[32038]: audit 2023-12-07T22:01:46.906348+0000 mon.a (mon.0) 2046 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:01:47.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:47 smithi194 bash[32038]: audit 2023-12-07T22:01:46.914251+0000 mon.a (mon.0) 2047 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:01:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:47 smithi135 bash[32435]: audit 2023-12-07T22:01:46.373786+0000 mon.a (mon.0) 2045 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:01:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:47 smithi135 bash[32435]: audit 2023-12-07T22:01:46.906348+0000 mon.a (mon.0) 2046 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:01:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:47 smithi135 bash[32435]: audit 2023-12-07T22:01:46.914251+0000 mon.a (mon.0) 2047 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:01:48.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:01:48.216 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:48.216 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:48 smithi079 bash[28699]: cluster 2023-12-07T22:01:47.047318+0000 mgr.a (mgr.14403) 11528 : cluster 0 pgmap v8605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:48.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:48 smithi079 bash[28699]: audit 2023-12-07T22:01:47.619103+0000 mon.a (mon.0) 2048 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:01:48.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:48 smithi079 bash[28699]: audit 2023-12-07T22:01:47.620869+0000 mon.a (mon.0) 2049 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:01:48.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:48 smithi079 bash[28699]: audit 2023-12-07T22:01:47.628840+0000 mon.a (mon.0) 2050 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:01:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:48 smithi194 bash[32038]: cluster 2023-12-07T22:01:47.047318+0000 mgr.a (mgr.14403) 11528 : cluster 0 pgmap v8605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:48.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:48 smithi194 bash[32038]: audit 2023-12-07T22:01:47.619103+0000 mon.a (mon.0) 2048 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:01:48.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:48 smithi194 bash[32038]: audit 2023-12-07T22:01:47.620869+0000 mon.a (mon.0) 2049 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:01:48.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:48 smithi194 bash[32038]: audit 2023-12-07T22:01:47.628840+0000 mon.a (mon.0) 2050 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:01:48.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:48 smithi135 bash[32435]: cluster 2023-12-07T22:01:47.047318+0000 mgr.a (mgr.14403) 11528 : cluster 0 pgmap v8605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:48.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:48 smithi135 bash[32435]: audit 2023-12-07T22:01:47.619103+0000 mon.a (mon.0) 2048 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:01:48.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:48 smithi135 bash[32435]: audit 2023-12-07T22:01:47.620869+0000 mon.a (mon.0) 2049 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:01:48.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:48 smithi135 bash[32435]: audit 2023-12-07T22:01:47.628840+0000 mon.a (mon.0) 2050 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:01:49.116 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:01:49.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:49.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:49.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:49.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:01:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:50 smithi079 bash[28699]: audit 2023-12-07T22:01:48.624705+0000 mgr.a (mgr.14403) 11529 : audit 0 from='client.234717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:50 smithi079 bash[28699]: cluster 2023-12-07T22:01:49.048138+0000 mgr.a (mgr.14403) 11530 : cluster 0 pgmap v8606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:50 smithi194 bash[32038]: audit 2023-12-07T22:01:48.624705+0000 mgr.a (mgr.14403) 11529 : audit 0 from='client.234717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:50 smithi194 bash[32038]: cluster 2023-12-07T22:01:49.048138+0000 mgr.a (mgr.14403) 11530 : cluster 0 pgmap v8606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:50.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:50 smithi135 bash[32435]: audit 2023-12-07T22:01:48.624705+0000 mgr.a (mgr.14403) 11529 : audit 0 from='client.234717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:50.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:50 smithi135 bash[32435]: cluster 2023-12-07T22:01:49.048138+0000 mgr.a (mgr.14403) 11530 : cluster 0 pgmap v8606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:52 smithi079 bash[28699]: cluster 2023-12-07T22:01:51.048725+0000 mgr.a (mgr.14403) 11531 : cluster 0 pgmap v8607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:52 smithi194 bash[32038]: cluster 2023-12-07T22:01:51.048725+0000 mgr.a (mgr.14403) 11531 : cluster 0 pgmap v8607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:52 smithi135 bash[32435]: cluster 2023-12-07T22:01:51.048725+0000 mgr.a (mgr.14403) 11531 : cluster 0 pgmap v8607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:54.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:01:54.119 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:01:54.119 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:01:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:54 smithi079 bash[28699]: cluster 2023-12-07T22:01:53.049410+0000 mgr.a (mgr.14403) 11532 : cluster 0 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-07T22:01:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:54 smithi194 bash[32038]: cluster 2023-12-07T22:01:53.049410+0000 mgr.a (mgr.14403) 11532 : cluster 0 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-07T22:01:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:54 smithi135 bash[32435]: cluster 2023-12-07T22:01:53.049410+0000 mgr.a (mgr.14403) 11532 : cluster 0 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-07T22:01:55.020 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:01:55.021 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:01:55.021 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:01:55.021 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:01:55.021 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:01:56.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:56 smithi079 bash[28699]: audit 2023-12-07T22:01:54.525503+0000 mgr.a (mgr.14403) 11533 : audit 0 from='client.172490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:56.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:56 smithi079 bash[28699]: cluster 2023-12-07T22:01:55.050560+0000 mgr.a (mgr.14403) 11534 : cluster 0 pgmap v8609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:56 smithi194 bash[32038]: audit 2023-12-07T22:01:54.525503+0000 mgr.a (mgr.14403) 11533 : audit 0 from='client.172490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:56 smithi194 bash[32038]: cluster 2023-12-07T22:01:55.050560+0000 mgr.a (mgr.14403) 11534 : cluster 0 pgmap v8609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:56.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:56 smithi135 bash[32435]: audit 2023-12-07T22:01:54.525503+0000 mgr.a (mgr.14403) 11533 : audit 0 from='client.172490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:01:56.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:56 smithi135 bash[32435]: cluster 2023-12-07T22:01:55.050560+0000 mgr.a (mgr.14403) 11534 : cluster 0 pgmap v8609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:01:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:01:58 smithi079 bash[28699]: cluster 2023-12-07T22:01:57.051102+0000 mgr.a (mgr.14403) 11535 : cluster 0 pgmap v8610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:01:58 smithi194 bash[32038]: cluster 2023-12-07T22:01:57.051102+0000 mgr.a (mgr.14403) 11535 : cluster 0 pgmap v8610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:01:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:01:58 smithi135 bash[32435]: cluster 2023-12-07T22:01:57.051102+0000 mgr.a (mgr.14403) 11535 : cluster 0 pgmap v8610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:00.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:02:00.024 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:00.024 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:00 smithi079 bash[28699]: cluster 2023-12-07T22:01:59.051736+0000 mgr.a (mgr.14403) 11536 : cluster 0 pgmap v8611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:00 smithi194 bash[32038]: cluster 2023-12-07T22:01:59.051736+0000 mgr.a (mgr.14403) 11536 : cluster 0 pgmap v8611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:00 smithi135 bash[32435]: cluster 2023-12-07T22:01:59.051736+0000 mgr.a (mgr.14403) 11536 : cluster 0 pgmap v8611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:00.936 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:02:00.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:00.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:00.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:00.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:02:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:01 smithi079 bash[28699]: audit 2023-12-07T22:02:00.429954+0000 mgr.a (mgr.14403) 11537 : audit 0 from='client.234873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:01 smithi194 bash[32038]: audit 2023-12-07T22:02:00.429954+0000 mgr.a (mgr.14403) 11537 : audit 0 from='client.234873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:01 smithi135 bash[32435]: audit 2023-12-07T22:02:00.429954+0000 mgr.a (mgr.14403) 11537 : audit 0 from='client.234873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:02 smithi079 bash[28699]: cluster 2023-12-07T22:02:01.052479+0000 mgr.a (mgr.14403) 11538 : cluster 0 pgmap v8612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:02 smithi194 bash[32038]: cluster 2023-12-07T22:02:01.052479+0000 mgr.a (mgr.14403) 11538 : cluster 0 pgmap v8612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:02.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:02 smithi135 bash[32435]: cluster 2023-12-07T22:02:01.052479+0000 mgr.a (mgr.14403) 11538 : cluster 0 pgmap v8612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:04.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:04 smithi079 bash[28699]: cluster 2023-12-07T22:02:03.053167+0000 mgr.a (mgr.14403) 11539 : cluster 0 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-07T22:02:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:04 smithi194 bash[32038]: cluster 2023-12-07T22:02:03.053167+0000 mgr.a (mgr.14403) 11539 : cluster 0 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-07T22:02:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:04 smithi135 bash[32435]: cluster 2023-12-07T22:02:03.053167+0000 mgr.a (mgr.14403) 11539 : cluster 0 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-07T22:02:05.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:02:05.939 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:05.939 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:06 smithi079 bash[28699]: cluster 2023-12-07T22:02:05.054164+0000 mgr.a (mgr.14403) 11540 : cluster 0 pgmap v8614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:06 smithi194 bash[32038]: cluster 2023-12-07T22:02:05.054164+0000 mgr.a (mgr.14403) 11540 : cluster 0 pgmap v8614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:06 smithi135 bash[32435]: cluster 2023-12-07T22:02:05.054164+0000 mgr.a (mgr.14403) 11540 : cluster 0 pgmap v8614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:06.830 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:02:06.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:06.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:06.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:06.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:02:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:07 smithi079 bash[28699]: audit 2023-12-07T22:02:06.333072+0000 mgr.a (mgr.14403) 11541 : audit 0 from='client.234951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:07 smithi194 bash[32038]: audit 2023-12-07T22:02:06.333072+0000 mgr.a (mgr.14403) 11541 : audit 0 from='client.234951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:07 smithi135 bash[32435]: audit 2023-12-07T22:02:06.333072+0000 mgr.a (mgr.14403) 11541 : audit 0 from='client.234951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:08.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:08 smithi079 bash[28699]: cluster 2023-12-07T22:02:07.054941+0000 mgr.a (mgr.14403) 11542 : cluster 0 pgmap v8615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:08 smithi194 bash[32038]: cluster 2023-12-07T22:02:07.054941+0000 mgr.a (mgr.14403) 11542 : cluster 0 pgmap v8615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:08.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:08 smithi135 bash[32435]: cluster 2023-12-07T22:02:07.054941+0000 mgr.a (mgr.14403) 11542 : cluster 0 pgmap v8615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:10 smithi079 bash[28699]: cluster 2023-12-07T22:02:09.055628+0000 mgr.a (mgr.14403) 11543 : cluster 0 pgmap v8616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:10 smithi194 bash[32038]: cluster 2023-12-07T22:02:09.055628+0000 mgr.a (mgr.14403) 11543 : cluster 0 pgmap v8616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:10.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:10 smithi135 bash[32435]: cluster 2023-12-07T22:02:09.055628+0000 mgr.a (mgr.14403) 11543 : cluster 0 pgmap v8616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:11.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:02:11.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:11.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:12.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:12 smithi079 bash[28699]: cluster 2023-12-07T22:02:11.056176+0000 mgr.a (mgr.14403) 11544 : cluster 0 pgmap v8617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:12 smithi194 bash[32038]: cluster 2023-12-07T22:02:11.056176+0000 mgr.a (mgr.14403) 11544 : cluster 0 pgmap v8617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:12.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:12 smithi135 bash[32435]: cluster 2023-12-07T22:02:11.056176+0000 mgr.a (mgr.14403) 11544 : cluster 0 pgmap v8617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:12.758 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:02:12.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:12.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:12.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:12.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:02:13.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:13 smithi079 bash[28699]: audit 2023-12-07T22:02:12.239507+0000 mgr.a (mgr.14403) 11545 : audit 0 from='client.235026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:13 smithi194 bash[32038]: audit 2023-12-07T22:02:12.239507+0000 mgr.a (mgr.14403) 11545 : audit 0 from='client.235026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:13 smithi135 bash[32435]: audit 2023-12-07T22:02:12.239507+0000 mgr.a (mgr.14403) 11545 : audit 0 from='client.235026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:14 smithi079 bash[28699]: cluster 2023-12-07T22:02:13.056896+0000 mgr.a (mgr.14403) 11546 : cluster 0 pgmap v8618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:14 smithi194 bash[32038]: cluster 2023-12-07T22:02:13.056896+0000 mgr.a (mgr.14403) 11546 : cluster 0 pgmap v8618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:14 smithi135 bash[32435]: cluster 2023-12-07T22:02:13.056896+0000 mgr.a (mgr.14403) 11546 : cluster 0 pgmap v8618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:16 smithi079 bash[28699]: cluster 2023-12-07T22:02:15.057712+0000 mgr.a (mgr.14403) 11547 : cluster 0 pgmap v8619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:16 smithi194 bash[32038]: cluster 2023-12-07T22:02:15.057712+0000 mgr.a (mgr.14403) 11547 : cluster 0 pgmap v8619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:16 smithi135 bash[32435]: cluster 2023-12-07T22:02:15.057712+0000 mgr.a (mgr.14403) 11547 : cluster 0 pgmap v8619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:17.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:02:17.762 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:17.762 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:18 smithi079 bash[28699]: cluster 2023-12-07T22:02:17.058247+0000 mgr.a (mgr.14403) 11548 : cluster 0 pgmap v8620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:18 smithi194 bash[32038]: cluster 2023-12-07T22:02:17.058247+0000 mgr.a (mgr.14403) 11548 : cluster 0 pgmap v8620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:18 smithi135 bash[32435]: cluster 2023-12-07T22:02:17.058247+0000 mgr.a (mgr.14403) 11548 : cluster 0 pgmap v8620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:18.699 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:02:18.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:18.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:18.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:18.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:02:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:19 smithi079 bash[28699]: audit 2023-12-07T22:02:18.173074+0000 mgr.a (mgr.14403) 11549 : audit 0 from='client.235104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:19 smithi194 bash[32038]: audit 2023-12-07T22:02:18.173074+0000 mgr.a (mgr.14403) 11549 : audit 0 from='client.235104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:19 smithi135 bash[32435]: audit 2023-12-07T22:02:18.173074+0000 mgr.a (mgr.14403) 11549 : audit 0 from='client.235104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:20 smithi079 bash[28699]: cluster 2023-12-07T22:02:19.059447+0000 mgr.a (mgr.14403) 11550 : cluster 0 pgmap v8621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:02:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:20 smithi194 bash[32038]: cluster 2023-12-07T22:02:19.059447+0000 mgr.a (mgr.14403) 11550 : cluster 0 pgmap v8621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:02:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:20 smithi135 bash[32435]: cluster 2023-12-07T22:02:19.059447+0000 mgr.a (mgr.14403) 11550 : cluster 0 pgmap v8621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:02:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:22 smithi079 bash[28699]: cluster 2023-12-07T22:02:21.060011+0000 mgr.a (mgr.14403) 11551 : cluster 0 pgmap v8622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:02:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:22 smithi194 bash[32038]: cluster 2023-12-07T22:02:21.060011+0000 mgr.a (mgr.14403) 11551 : cluster 0 pgmap v8622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:02:22.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:22 smithi135 bash[32435]: cluster 2023-12-07T22:02:21.060011+0000 mgr.a (mgr.14403) 11551 : cluster 0 pgmap v8622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:02:23.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:02:23.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:23.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:24.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:24 smithi079 bash[28699]: cluster 2023-12-07T22:02:23.060489+0000 mgr.a (mgr.14403) 11552 : cluster 0 pgmap v8623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:02:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:24 smithi194 bash[32038]: cluster 2023-12-07T22:02:23.060489+0000 mgr.a (mgr.14403) 11552 : cluster 0 pgmap v8623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:02:24.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:24 smithi135 bash[32435]: cluster 2023-12-07T22:02:23.060489+0000 mgr.a (mgr.14403) 11552 : cluster 0 pgmap v8623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:02:24.599 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:02:24.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:24.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:24.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:24.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:02:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:25 smithi194 bash[32038]: audit 2023-12-07T22:02:24.106284+0000 mgr.a (mgr.14403) 11553 : audit 0 from='client.235182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:25 smithi135 bash[32435]: audit 2023-12-07T22:02:24.106284+0000 mgr.a (mgr.14403) 11553 : audit 0 from='client.235182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:25.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:25 smithi079 bash[28699]: audit 2023-12-07T22:02:24.106284+0000 mgr.a (mgr.14403) 11553 : audit 0 from='client.235182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:26 smithi194 bash[32038]: cluster 2023-12-07T22:02:25.061469+0000 mgr.a (mgr.14403) 11554 : cluster 0 pgmap v8624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:26 smithi135 bash[32435]: cluster 2023-12-07T22:02:25.061469+0000 mgr.a (mgr.14403) 11554 : cluster 0 pgmap v8624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:26.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:26 smithi079 bash[28699]: cluster 2023-12-07T22:02:25.061469+0000 mgr.a (mgr.14403) 11554 : cluster 0 pgmap v8624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:28 smithi194 bash[32038]: cluster 2023-12-07T22:02:27.062074+0000 mgr.a (mgr.14403) 11555 : cluster 0 pgmap v8625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:28 smithi135 bash[32435]: cluster 2023-12-07T22:02:27.062074+0000 mgr.a (mgr.14403) 11555 : cluster 0 pgmap v8625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:28.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:28 smithi079 bash[28699]: cluster 2023-12-07T22:02:27.062074+0000 mgr.a (mgr.14403) 11555 : cluster 0 pgmap v8625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:29.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:02:29.603 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:29.603 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:30.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:30 smithi079 bash[28699]: cluster 2023-12-07T22:02:29.062766+0000 mgr.a (mgr.14403) 11556 : cluster 0 pgmap v8626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:30 smithi194 bash[32038]: cluster 2023-12-07T22:02:29.062766+0000 mgr.a (mgr.14403) 11556 : cluster 0 pgmap v8626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:30.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:30 smithi135 bash[32435]: cluster 2023-12-07T22:02:29.062766+0000 mgr.a (mgr.14403) 11556 : cluster 0 pgmap v8626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:30.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:30.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:30.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:30.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:02:30.487 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:02:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:31 smithi079 bash[28699]: audit 2023-12-07T22:02:30.003322+0000 mgr.a (mgr.14403) 11557 : audit 0 from='client.235254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:31 smithi194 bash[32038]: audit 2023-12-07T22:02:30.003322+0000 mgr.a (mgr.14403) 11557 : audit 0 from='client.235254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:31 smithi135 bash[32435]: audit 2023-12-07T22:02:30.003322+0000 mgr.a (mgr.14403) 11557 : audit 0 from='client.235254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:32.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:32 smithi079 bash[28699]: cluster 2023-12-07T22:02:31.063468+0000 mgr.a (mgr.14403) 11558 : cluster 0 pgmap v8627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:02:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:32 smithi194 bash[32038]: cluster 2023-12-07T22:02:31.063468+0000 mgr.a (mgr.14403) 11558 : cluster 0 pgmap v8627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:02:32.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:32 smithi135 bash[32435]: cluster 2023-12-07T22:02:31.063468+0000 mgr.a (mgr.14403) 11558 : cluster 0 pgmap v8627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:02:34.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:34 smithi079 bash[28699]: cluster 2023-12-07T22:02:33.064003+0000 mgr.a (mgr.14403) 11559 : cluster 0 pgmap v8628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:02:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:34 smithi194 bash[32038]: cluster 2023-12-07T22:02:33.064003+0000 mgr.a (mgr.14403) 11559 : cluster 0 pgmap v8628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:02:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:34 smithi135 bash[32435]: cluster 2023-12-07T22:02:33.064003+0000 mgr.a (mgr.14403) 11559 : cluster 0 pgmap v8628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:02:35.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:02:35.491 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:35.491 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:36 smithi079 bash[28699]: cluster 2023-12-07T22:02:35.064836+0000 mgr.a (mgr.14403) 11560 : cluster 0 pgmap v8629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:02:36.408 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:02:36.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:36.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:36.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:36.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:02:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:36 smithi194 bash[32038]: cluster 2023-12-07T22:02:35.064836+0000 mgr.a (mgr.14403) 11560 : cluster 0 pgmap v8629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:02:36.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:36 smithi135 bash[32435]: cluster 2023-12-07T22:02:35.064836+0000 mgr.a (mgr.14403) 11560 : cluster 0 pgmap v8629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:02:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:37 smithi079 bash[28699]: audit 2023-12-07T22:02:35.888832+0000 mgr.a (mgr.14403) 11561 : audit 0 from='client.235326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:37 smithi194 bash[32038]: audit 2023-12-07T22:02:35.888832+0000 mgr.a (mgr.14403) 11561 : audit 0 from='client.235326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:37 smithi135 bash[32435]: audit 2023-12-07T22:02:35.888832+0000 mgr.a (mgr.14403) 11561 : audit 0 from='client.235326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:38.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:38 smithi079 bash[28699]: cluster 2023-12-07T22:02:37.065426+0000 mgr.a (mgr.14403) 11562 : cluster 0 pgmap v8630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:38.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:38 smithi194 bash[32038]: cluster 2023-12-07T22:02:37.065426+0000 mgr.a (mgr.14403) 11562 : cluster 0 pgmap v8630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:38.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:38 smithi135 bash[32435]: cluster 2023-12-07T22:02:37.065426+0000 mgr.a (mgr.14403) 11562 : cluster 0 pgmap v8630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:40.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:40 smithi079 bash[28699]: cluster 2023-12-07T22:02:39.066325+0000 mgr.a (mgr.14403) 11563 : cluster 0 pgmap v8631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:40 smithi194 bash[32038]: cluster 2023-12-07T22:02:39.066325+0000 mgr.a (mgr.14403) 11563 : cluster 0 pgmap v8631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:40.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:40 smithi135 bash[32435]: cluster 2023-12-07T22:02:39.066325+0000 mgr.a (mgr.14403) 11563 : cluster 0 pgmap v8631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:41.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:02:41.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:41.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:42.292 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:02:42.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:42.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:42.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:42.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:02:42.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:42 smithi079 bash[28699]: cluster 2023-12-07T22:02:41.066937+0000 mgr.a (mgr.14403) 11564 : cluster 0 pgmap v8632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:42 smithi194 bash[32038]: cluster 2023-12-07T22:02:41.066937+0000 mgr.a (mgr.14403) 11564 : cluster 0 pgmap v8632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:42.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:42 smithi135 bash[32435]: cluster 2023-12-07T22:02:41.066937+0000 mgr.a (mgr.14403) 11564 : cluster 0 pgmap v8632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:43 smithi079 bash[28699]: audit 2023-12-07T22:02:41.804159+0000 mgr.a (mgr.14403) 11565 : audit 0 from='client.235401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:43 smithi194 bash[32038]: audit 2023-12-07T22:02:41.804159+0000 mgr.a (mgr.14403) 11565 : audit 0 from='client.235401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:43 smithi135 bash[32435]: audit 2023-12-07T22:02:41.804159+0000 mgr.a (mgr.14403) 11565 : audit 0 from='client.235401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:44 smithi079 bash[28699]: cluster 2023-12-07T22:02:43.067544+0000 mgr.a (mgr.14403) 11566 : cluster 0 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-07T22:02:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:44 smithi194 bash[32038]: cluster 2023-12-07T22:02:43.067544+0000 mgr.a (mgr.14403) 11566 : cluster 0 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-07T22:02:44.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:44 smithi135 bash[32435]: cluster 2023-12-07T22:02:43.067544+0000 mgr.a (mgr.14403) 11566 : cluster 0 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-07T22:02:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:46 smithi079 bash[28699]: cluster 2023-12-07T22:02:45.068303+0000 mgr.a (mgr.14403) 11567 : cluster 0 pgmap v8634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:46 smithi194 bash[32038]: cluster 2023-12-07T22:02:45.068303+0000 mgr.a (mgr.14403) 11567 : cluster 0 pgmap v8634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:46 smithi135 bash[32435]: cluster 2023-12-07T22:02:45.068303+0000 mgr.a (mgr.14403) 11567 : cluster 0 pgmap v8634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:47.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:02:47.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:47.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:48.178 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:02:48.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:48.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:48.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:48.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:02:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:48 smithi079 bash[28699]: cluster 2023-12-07T22:02:47.068930+0000 mgr.a (mgr.14403) 11568 : cluster 0 pgmap v8635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:48.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:48 smithi079 bash[28699]: audit 2023-12-07T22:02:47.733169+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:02:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:48 smithi194 bash[32038]: cluster 2023-12-07T22:02:47.068930+0000 mgr.a (mgr.14403) 11568 : cluster 0 pgmap v8635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:48.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:48 smithi194 bash[32038]: audit 2023-12-07T22:02:47.733169+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:02:48.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:48 smithi135 bash[32435]: cluster 2023-12-07T22:02:47.068930+0000 mgr.a (mgr.14403) 11568 : cluster 0 pgmap v8635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:48.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:48 smithi135 bash[32435]: audit 2023-12-07T22:02:47.733169+0000 mon.a (mon.0) 2051 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:02:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:49 smithi079 bash[28699]: audit 2023-12-07T22:02:47.686763+0000 mgr.a (mgr.14403) 11569 : audit 0 from='client.235476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:49 smithi079 bash[28699]: audit 2023-12-07T22:02:48.527278+0000 mon.a (mon.0) 2052 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:02:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:49 smithi079 bash[28699]: audit 2023-12-07T22:02:48.529350+0000 mon.a (mon.0) 2053 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:02:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:49 smithi079 bash[28699]: audit 2023-12-07T22:02:48.538406+0000 mon.a (mon.0) 2054 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:02:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:49 smithi194 bash[32038]: audit 2023-12-07T22:02:47.686763+0000 mgr.a (mgr.14403) 11569 : audit 0 from='client.235476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:49.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:49 smithi194 bash[32038]: audit 2023-12-07T22:02:48.527278+0000 mon.a (mon.0) 2052 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:02:49.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:49 smithi194 bash[32038]: audit 2023-12-07T22:02:48.529350+0000 mon.a (mon.0) 2053 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:02:49.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:49 smithi194 bash[32038]: audit 2023-12-07T22:02:48.538406+0000 mon.a (mon.0) 2054 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:02:49.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:49 smithi135 bash[32435]: audit 2023-12-07T22:02:47.686763+0000 mgr.a (mgr.14403) 11569 : audit 0 from='client.235476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:49.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:49 smithi135 bash[32435]: audit 2023-12-07T22:02:48.527278+0000 mon.a (mon.0) 2052 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:02:49.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:49 smithi135 bash[32435]: audit 2023-12-07T22:02:48.529350+0000 mon.a (mon.0) 2053 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:02:49.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:49 smithi135 bash[32435]: audit 2023-12-07T22:02:48.538406+0000 mon.a (mon.0) 2054 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:02:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:50 smithi079 bash[28699]: cluster 2023-12-07T22:02:49.069915+0000 mgr.a (mgr.14403) 11570 : cluster 0 pgmap v8636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:50 smithi194 bash[32038]: cluster 2023-12-07T22:02:49.069915+0000 mgr.a (mgr.14403) 11570 : cluster 0 pgmap v8636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:50.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:50 smithi135 bash[32435]: cluster 2023-12-07T22:02:49.069915+0000 mgr.a (mgr.14403) 11570 : cluster 0 pgmap v8636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:02:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:52 smithi079 bash[28699]: cluster 2023-12-07T22:02:51.070499+0000 mgr.a (mgr.14403) 11571 : cluster 0 pgmap v8637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:52 smithi194 bash[32038]: cluster 2023-12-07T22:02:51.070499+0000 mgr.a (mgr.14403) 11571 : cluster 0 pgmap v8637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:52 smithi135 bash[32435]: cluster 2023-12-07T22:02:51.070499+0000 mgr.a (mgr.14403) 11571 : cluster 0 pgmap v8637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:53.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:02:53.182 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:53.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:54.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:54.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:54.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:54.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:02:54.047 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:02:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:54 smithi079 bash[28699]: cluster 2023-12-07T22:02:53.071079+0000 mgr.a (mgr.14403) 11572 : cluster 0 pgmap v8638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:54 smithi194 bash[32038]: cluster 2023-12-07T22:02:53.071079+0000 mgr.a (mgr.14403) 11572 : cluster 0 pgmap v8638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:54.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:54 smithi135 bash[32435]: cluster 2023-12-07T22:02:53.071079+0000 mgr.a (mgr.14403) 11572 : cluster 0 pgmap v8638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:55 smithi079 bash[28699]: audit 2023-12-07T22:02:53.588021+0000 mgr.a (mgr.14403) 11573 : audit 0 from='client.235551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:55 smithi194 bash[32038]: audit 2023-12-07T22:02:53.588021+0000 mgr.a (mgr.14403) 11573 : audit 0 from='client.235551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:55 smithi135 bash[32435]: audit 2023-12-07T22:02:53.588021+0000 mgr.a (mgr.14403) 11573 : audit 0 from='client.235551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:02:56.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:56 smithi079 bash[28699]: cluster 2023-12-07T22:02:55.071891+0000 mgr.a (mgr.14403) 11574 : cluster 0 pgmap v8639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:56 smithi194 bash[32038]: cluster 2023-12-07T22:02:55.071891+0000 mgr.a (mgr.14403) 11574 : cluster 0 pgmap v8639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:56.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:56 smithi135 bash[32435]: cluster 2023-12-07T22:02:55.071891+0000 mgr.a (mgr.14403) 11574 : cluster 0 pgmap v8639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:02:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:02:58 smithi079 bash[28699]: cluster 2023-12-07T22:02:57.072439+0000 mgr.a (mgr.14403) 11575 : cluster 0 pgmap v8640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:02:58 smithi194 bash[32038]: cluster 2023-12-07T22:02:57.072439+0000 mgr.a (mgr.14403) 11575 : cluster 0 pgmap v8640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:02:58 smithi135 bash[32435]: cluster 2023-12-07T22:02:57.072439+0000 mgr.a (mgr.14403) 11575 : cluster 0 pgmap v8640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:02:59.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:02:59.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:02:59.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:02:59.953 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:02:59.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:02:59.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:02:59.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:02:59.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:03:00.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:00 smithi079 bash[28699]: cluster 2023-12-07T22:02:59.073124+0000 mgr.a (mgr.14403) 11576 : cluster 0 pgmap v8641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:00.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:00 smithi079 bash[28699]: audit 2023-12-07T22:02:59.450905+0000 mgr.a (mgr.14403) 11577 : audit 0 from='client.235623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:00 smithi194 bash[32038]: cluster 2023-12-07T22:02:59.073124+0000 mgr.a (mgr.14403) 11576 : cluster 0 pgmap v8641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:00 smithi194 bash[32038]: audit 2023-12-07T22:02:59.450905+0000 mgr.a (mgr.14403) 11577 : audit 0 from='client.235623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:00.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:00 smithi135 bash[32435]: cluster 2023-12-07T22:02:59.073124+0000 mgr.a (mgr.14403) 11576 : cluster 0 pgmap v8641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:00.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:00 smithi135 bash[32435]: audit 2023-12-07T22:02:59.450905+0000 mgr.a (mgr.14403) 11577 : audit 0 from='client.235623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:02.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:02 smithi079 bash[28699]: cluster 2023-12-07T22:03:01.073759+0000 mgr.a (mgr.14403) 11578 : cluster 0 pgmap v8642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:02 smithi194 bash[32038]: cluster 2023-12-07T22:03:01.073759+0000 mgr.a (mgr.14403) 11578 : cluster 0 pgmap v8642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:02.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:02 smithi135 bash[32435]: cluster 2023-12-07T22:03:01.073759+0000 mgr.a (mgr.14403) 11578 : cluster 0 pgmap v8642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:04.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:04 smithi079 bash[28699]: cluster 2023-12-07T22:03:03.074361+0000 mgr.a (mgr.14403) 11579 : cluster 0 pgmap v8643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:04.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:04 smithi194 bash[32038]: cluster 2023-12-07T22:03:03.074361+0000 mgr.a (mgr.14403) 11579 : cluster 0 pgmap v8643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:04 smithi135 bash[32435]: cluster 2023-12-07T22:03:03.074361+0000 mgr.a (mgr.14403) 11579 : cluster 0 pgmap v8643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:04.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:03:04.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:04.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:05.856 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:03:05.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:05.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:05.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:05.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:03:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:06 smithi079 bash[28699]: cluster 2023-12-07T22:03:05.075218+0000 mgr.a (mgr.14403) 11580 : cluster 0 pgmap v8644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:06 smithi079 bash[28699]: audit 2023-12-07T22:03:05.351924+0000 mgr.a (mgr.14403) 11581 : audit 0 from='client.235701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:06.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:06 smithi194 bash[32038]: cluster 2023-12-07T22:03:05.075218+0000 mgr.a (mgr.14403) 11580 : cluster 0 pgmap v8644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:06.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:06 smithi194 bash[32038]: audit 2023-12-07T22:03:05.351924+0000 mgr.a (mgr.14403) 11581 : audit 0 from='client.235701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:06.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:06 smithi135 bash[32435]: cluster 2023-12-07T22:03:05.075218+0000 mgr.a (mgr.14403) 11580 : cluster 0 pgmap v8644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:06.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:06 smithi135 bash[32435]: audit 2023-12-07T22:03:05.351924+0000 mgr.a (mgr.14403) 11581 : audit 0 from='client.235701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:08.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:08 smithi079 bash[28699]: cluster 2023-12-07T22:03:07.075905+0000 mgr.a (mgr.14403) 11582 : cluster 0 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-07T22:03:08.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:08 smithi194 bash[32038]: cluster 2023-12-07T22:03:07.075905+0000 mgr.a (mgr.14403) 11582 : cluster 0 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-07T22:03:08.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:08 smithi135 bash[32435]: cluster 2023-12-07T22:03:07.075905+0000 mgr.a (mgr.14403) 11582 : cluster 0 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-07T22:03:10.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:10 smithi079 bash[28699]: cluster 2023-12-07T22:03:09.076807+0000 mgr.a (mgr.14403) 11583 : cluster 0 pgmap v8646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:10.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:10 smithi194 bash[32038]: cluster 2023-12-07T22:03:09.076807+0000 mgr.a (mgr.14403) 11583 : cluster 0 pgmap v8646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:10.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:10 smithi135 bash[32435]: cluster 2023-12-07T22:03:09.076807+0000 mgr.a (mgr.14403) 11583 : cluster 0 pgmap v8646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:10.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:03:10.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:10.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:11.754 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:03:11.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:11.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:11.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:11.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:03:12.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:12 smithi079 bash[28699]: cluster 2023-12-07T22:03:11.077491+0000 mgr.a (mgr.14403) 11584 : cluster 0 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-07T22:03:12.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:12 smithi079 bash[28699]: audit 2023-12-07T22:03:11.261429+0000 mgr.a (mgr.14403) 11585 : audit 0 from='client.235779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:12 smithi194 bash[32038]: cluster 2023-12-07T22:03:11.077491+0000 mgr.a (mgr.14403) 11584 : cluster 0 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-07T22:03:12.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:12 smithi194 bash[32038]: audit 2023-12-07T22:03:11.261429+0000 mgr.a (mgr.14403) 11585 : audit 0 from='client.235779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:12.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:12 smithi135 bash[32435]: cluster 2023-12-07T22:03:11.077491+0000 mgr.a (mgr.14403) 11584 : cluster 0 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-07T22:03:12.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:12 smithi135 bash[32435]: audit 2023-12-07T22:03:11.261429+0000 mgr.a (mgr.14403) 11585 : audit 0 from='client.235779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:14.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:14 smithi079 bash[28699]: cluster 2023-12-07T22:03:13.078319+0000 mgr.a (mgr.14403) 11586 : cluster 0 pgmap v8648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:14.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:14 smithi194 bash[32038]: cluster 2023-12-07T22:03:13.078319+0000 mgr.a (mgr.14403) 11586 : cluster 0 pgmap v8648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:14.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:14 smithi135 bash[32435]: cluster 2023-12-07T22:03:13.078319+0000 mgr.a (mgr.14403) 11586 : cluster 0 pgmap v8648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:16 smithi079 bash[28699]: cluster 2023-12-07T22:03:15.079223+0000 mgr.a (mgr.14403) 11587 : cluster 0 pgmap v8649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:16 smithi194 bash[32038]: cluster 2023-12-07T22:03:15.079223+0000 mgr.a (mgr.14403) 11587 : cluster 0 pgmap v8649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:16 smithi135 bash[32435]: cluster 2023-12-07T22:03:15.079223+0000 mgr.a (mgr.14403) 11587 : cluster 0 pgmap v8649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:16.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:03:16.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:16.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:17.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:17.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:17.638 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:03:17.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:17.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:03:18.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:18 smithi079 bash[28699]: cluster 2023-12-07T22:03:17.079716+0000 mgr.a (mgr.14403) 11588 : cluster 0 pgmap v8650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:18.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:18 smithi079 bash[28699]: audit 2023-12-07T22:03:17.161043+0000 mgr.a (mgr.14403) 11589 : audit 0 from='client.235851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:18.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:18 smithi194 bash[32038]: cluster 2023-12-07T22:03:17.079716+0000 mgr.a (mgr.14403) 11588 : cluster 0 pgmap v8650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:18.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:18 smithi194 bash[32038]: audit 2023-12-07T22:03:17.161043+0000 mgr.a (mgr.14403) 11589 : audit 0 from='client.235851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:18.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:18 smithi135 bash[32435]: cluster 2023-12-07T22:03:17.079716+0000 mgr.a (mgr.14403) 11588 : cluster 0 pgmap v8650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:18.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:18 smithi135 bash[32435]: audit 2023-12-07T22:03:17.161043+0000 mgr.a (mgr.14403) 11589 : audit 0 from='client.235851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:20 smithi079 bash[28699]: cluster 2023-12-07T22:03:19.080651+0000 mgr.a (mgr.14403) 11590 : cluster 0 pgmap v8651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:20.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:20 smithi194 bash[32038]: cluster 2023-12-07T22:03:19.080651+0000 mgr.a (mgr.14403) 11590 : cluster 0 pgmap v8651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:20.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:20 smithi135 bash[32435]: cluster 2023-12-07T22:03:19.080651+0000 mgr.a (mgr.14403) 11590 : cluster 0 pgmap v8651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:22 smithi079 bash[28699]: cluster 2023-12-07T22:03:21.081229+0000 mgr.a (mgr.14403) 11591 : cluster 0 pgmap v8652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:22.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:22 smithi194 bash[32038]: cluster 2023-12-07T22:03:21.081229+0000 mgr.a (mgr.14403) 11591 : cluster 0 pgmap v8652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:22.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:22 smithi135 bash[32435]: cluster 2023-12-07T22:03:21.081229+0000 mgr.a (mgr.14403) 11591 : cluster 0 pgmap v8652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:22.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:03:22.640 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:22.640 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:23.576 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:03:23.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:23.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:23.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:23.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:03:24.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:24 smithi079 bash[28699]: audit 2023-12-07T22:03:23.054230+0000 mgr.a (mgr.14403) 11592 : audit 0 from='client.235923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:24.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:24 smithi079 bash[28699]: cluster 2023-12-07T22:03:23.081945+0000 mgr.a (mgr.14403) 11593 : cluster 0 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-07T22:03:24.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:24 smithi194 bash[32038]: audit 2023-12-07T22:03:23.054230+0000 mgr.a (mgr.14403) 11592 : audit 0 from='client.235923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:24.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:24 smithi194 bash[32038]: cluster 2023-12-07T22:03:23.081945+0000 mgr.a (mgr.14403) 11593 : cluster 0 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-07T22:03:24.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:24 smithi135 bash[32435]: audit 2023-12-07T22:03:23.054230+0000 mgr.a (mgr.14403) 11592 : audit 0 from='client.235923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:24.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:24 smithi135 bash[32435]: cluster 2023-12-07T22:03:23.081945+0000 mgr.a (mgr.14403) 11593 : cluster 0 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-07T22:03:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:26 smithi079 bash[28699]: cluster 2023-12-07T22:03:25.082571+0000 mgr.a (mgr.14403) 11594 : cluster 0 pgmap v8654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:03:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:26 smithi194 bash[32038]: cluster 2023-12-07T22:03:25.082571+0000 mgr.a (mgr.14403) 11594 : cluster 0 pgmap v8654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:03:26.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:26 smithi135 bash[32435]: cluster 2023-12-07T22:03:25.082571+0000 mgr.a (mgr.14403) 11594 : cluster 0 pgmap v8654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:03:28.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:28 smithi079 bash[28699]: cluster 2023-12-07T22:03:27.083134+0000 mgr.a (mgr.14403) 11595 : cluster 0 pgmap v8655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:03:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:28 smithi194 bash[32038]: cluster 2023-12-07T22:03:27.083134+0000 mgr.a (mgr.14403) 11595 : cluster 0 pgmap v8655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:03:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:28 smithi135 bash[32435]: cluster 2023-12-07T22:03:27.083134+0000 mgr.a (mgr.14403) 11595 : cluster 0 pgmap v8655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:03:28.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:03:28.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:28.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:29.466 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:03:29.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:29.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:29.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:29.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:03:30.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:30 smithi079 bash[28699]: audit 2023-12-07T22:03:28.982527+0000 mgr.a (mgr.14403) 11596 : audit 0 from='client.235998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:30.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:30 smithi079 bash[28699]: cluster 2023-12-07T22:03:29.083714+0000 mgr.a (mgr.14403) 11597 : cluster 0 pgmap v8656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:30.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:30 smithi194 bash[32038]: audit 2023-12-07T22:03:28.982527+0000 mgr.a (mgr.14403) 11596 : audit 0 from='client.235998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:30.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:30 smithi194 bash[32038]: cluster 2023-12-07T22:03:29.083714+0000 mgr.a (mgr.14403) 11597 : cluster 0 pgmap v8656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:30.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:30 smithi135 bash[32435]: audit 2023-12-07T22:03:28.982527+0000 mgr.a (mgr.14403) 11596 : audit 0 from='client.235998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:30.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:30 smithi135 bash[32435]: cluster 2023-12-07T22:03:29.083714+0000 mgr.a (mgr.14403) 11597 : cluster 0 pgmap v8656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:32.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:32 smithi079 bash[28699]: cluster 2023-12-07T22:03:31.084360+0000 mgr.a (mgr.14403) 11598 : cluster 0 pgmap v8657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:32 smithi194 bash[32038]: cluster 2023-12-07T22:03:31.084360+0000 mgr.a (mgr.14403) 11598 : cluster 0 pgmap v8657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:32.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:32 smithi135 bash[32435]: cluster 2023-12-07T22:03:31.084360+0000 mgr.a (mgr.14403) 11598 : cluster 0 pgmap v8657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:34.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:34 smithi079 bash[28699]: cluster 2023-12-07T22:03:33.084927+0000 mgr.a (mgr.14403) 11599 : cluster 0 pgmap v8658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:34.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:34 smithi194 bash[32038]: cluster 2023-12-07T22:03:33.084927+0000 mgr.a (mgr.14403) 11599 : cluster 0 pgmap v8658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:34.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:34 smithi135 bash[32435]: cluster 2023-12-07T22:03:33.084927+0000 mgr.a (mgr.14403) 11599 : cluster 0 pgmap v8658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:03:34.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:03:34.470 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:34.470 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:35.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:35.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:35.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:35.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:03:35.378 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:03:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:36 smithi079 bash[28699]: audit 2023-12-07T22:03:34.872140+0000 mgr.a (mgr.14403) 11600 : audit 0 from='client.236070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:36 smithi079 bash[28699]: cluster 2023-12-07T22:03:35.085753+0000 mgr.a (mgr.14403) 11601 : cluster 0 pgmap v8659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:36 smithi194 bash[32038]: audit 2023-12-07T22:03:34.872140+0000 mgr.a (mgr.14403) 11600 : audit 0 from='client.236070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:36.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:36 smithi194 bash[32038]: cluster 2023-12-07T22:03:35.085753+0000 mgr.a (mgr.14403) 11601 : cluster 0 pgmap v8659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:36.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:36 smithi135 bash[32435]: audit 2023-12-07T22:03:34.872140+0000 mgr.a (mgr.14403) 11600 : audit 0 from='client.236070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:36.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:36 smithi135 bash[32435]: cluster 2023-12-07T22:03:35.085753+0000 mgr.a (mgr.14403) 11601 : cluster 0 pgmap v8659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:38.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:38 smithi079 bash[28699]: cluster 2023-12-07T22:03:37.086403+0000 mgr.a (mgr.14403) 11602 : cluster 0 pgmap v8660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:03:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:38 smithi194 bash[32038]: cluster 2023-12-07T22:03:37.086403+0000 mgr.a (mgr.14403) 11602 : cluster 0 pgmap v8660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:03:38.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:38 smithi135 bash[32435]: cluster 2023-12-07T22:03:37.086403+0000 mgr.a (mgr.14403) 11602 : cluster 0 pgmap v8660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:03:40.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:03:40.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:40.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:40.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:40 smithi079 bash[28699]: cluster 2023-12-07T22:03:39.087296+0000 mgr.a (mgr.14403) 11603 : cluster 0 pgmap v8661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:03:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:40 smithi194 bash[32038]: cluster 2023-12-07T22:03:39.087296+0000 mgr.a (mgr.14403) 11603 : cluster 0 pgmap v8661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:03:40.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:40 smithi135 bash[32435]: cluster 2023-12-07T22:03:39.087296+0000 mgr.a (mgr.14403) 11603 : cluster 0 pgmap v8661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:03:41.301 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:03:41.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:41.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:41.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:41.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:03:42.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:42 smithi079 bash[28699]: audit 2023-12-07T22:03:40.783654+0000 mgr.a (mgr.14403) 11604 : audit 0 from='client.236142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:42.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:42 smithi079 bash[28699]: cluster 2023-12-07T22:03:41.087989+0000 mgr.a (mgr.14403) 11605 : cluster 0 pgmap v8662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:42 smithi194 bash[32038]: audit 2023-12-07T22:03:40.783654+0000 mgr.a (mgr.14403) 11604 : audit 0 from='client.236142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:42.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:42 smithi194 bash[32038]: cluster 2023-12-07T22:03:41.087989+0000 mgr.a (mgr.14403) 11605 : cluster 0 pgmap v8662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:42.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:42 smithi135 bash[32435]: audit 2023-12-07T22:03:40.783654+0000 mgr.a (mgr.14403) 11604 : audit 0 from='client.236142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:42.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:42 smithi135 bash[32435]: cluster 2023-12-07T22:03:41.087989+0000 mgr.a (mgr.14403) 11605 : cluster 0 pgmap v8662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:44 smithi079 bash[28699]: cluster 2023-12-07T22:03:43.088657+0000 mgr.a (mgr.14403) 11606 : cluster 0 pgmap v8663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:44.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:44 smithi194 bash[32038]: cluster 2023-12-07T22:03:43.088657+0000 mgr.a (mgr.14403) 11606 : cluster 0 pgmap v8663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:44.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:44 smithi135 bash[32435]: cluster 2023-12-07T22:03:43.088657+0000 mgr.a (mgr.14403) 11606 : cluster 0 pgmap v8663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:46.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:03:46.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:46.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:46 smithi079 bash[28699]: cluster 2023-12-07T22:03:45.089600+0000 mgr.a (mgr.14403) 11607 : cluster 0 pgmap v8664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:46.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:46 smithi194 bash[32038]: cluster 2023-12-07T22:03:45.089600+0000 mgr.a (mgr.14403) 11607 : cluster 0 pgmap v8664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:46.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:46 smithi135 bash[32435]: cluster 2023-12-07T22:03:45.089600+0000 mgr.a (mgr.14403) 11607 : cluster 0 pgmap v8664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:47.225 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:03:47.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:47.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:47.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:47.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:03:48.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:48 smithi079 bash[28699]: audit 2023-12-07T22:03:46.713000+0000 mgr.a (mgr.14403) 11608 : audit 0 from='client.236214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:48.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:48 smithi079 bash[28699]: cluster 2023-12-07T22:03:47.091292+0000 mgr.a (mgr.14403) 11609 : cluster 0 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-07T22:03:48.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:48 smithi194 bash[32038]: audit 2023-12-07T22:03:46.713000+0000 mgr.a (mgr.14403) 11608 : audit 0 from='client.236214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:48.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:48 smithi194 bash[32038]: cluster 2023-12-07T22:03:47.091292+0000 mgr.a (mgr.14403) 11609 : cluster 0 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-07T22:03:48.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:48 smithi135 bash[32435]: audit 2023-12-07T22:03:46.713000+0000 mgr.a (mgr.14403) 11608 : audit 0 from='client.236214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:48.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:48 smithi135 bash[32435]: cluster 2023-12-07T22:03:47.091292+0000 mgr.a (mgr.14403) 11609 : cluster 0 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-07T22:03:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:49 smithi079 bash[28699]: audit 2023-12-07T22:03:48.641173+0000 mon.a (mon.0) 2055 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:03:49.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:49 smithi194 bash[32038]: audit 2023-12-07T22:03:48.641173+0000 mon.a (mon.0) 2055 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:03:49.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:49 smithi135 bash[32435]: audit 2023-12-07T22:03:48.641173+0000 mon.a (mon.0) 2055 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:03:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:50 smithi079 bash[28699]: cluster 2023-12-07T22:03:49.092121+0000 mgr.a (mgr.14403) 11610 : cluster 0 pgmap v8666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:50 smithi079 bash[28699]: audit 2023-12-07T22:03:49.430729+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:03:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:50 smithi079 bash[28699]: audit 2023-12-07T22:03:49.432730+0000 mon.a (mon.0) 2057 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:03:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:50 smithi079 bash[28699]: audit 2023-12-07T22:03:49.444273+0000 mon.a (mon.0) 2058 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:03:50.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:50 smithi194 bash[32038]: cluster 2023-12-07T22:03:49.092121+0000 mgr.a (mgr.14403) 11610 : cluster 0 pgmap v8666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:50.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:50 smithi194 bash[32038]: audit 2023-12-07T22:03:49.430729+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:03:50.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:50 smithi194 bash[32038]: audit 2023-12-07T22:03:49.432730+0000 mon.a (mon.0) 2057 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:03:50.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:50 smithi194 bash[32038]: audit 2023-12-07T22:03:49.444273+0000 mon.a (mon.0) 2058 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:03:50.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:50 smithi135 bash[32435]: cluster 2023-12-07T22:03:49.092121+0000 mgr.a (mgr.14403) 11610 : cluster 0 pgmap v8666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:50.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:50 smithi135 bash[32435]: audit 2023-12-07T22:03:49.430729+0000 mon.a (mon.0) 2056 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:03:50.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:50 smithi135 bash[32435]: audit 2023-12-07T22:03:49.432730+0000 mon.a (mon.0) 2057 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:03:50.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:50 smithi135 bash[32435]: audit 2023-12-07T22:03:49.444273+0000 mon.a (mon.0) 2058 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:03:52.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:03:52.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:52.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:52 smithi079 bash[28699]: cluster 2023-12-07T22:03:51.092680+0000 mgr.a (mgr.14403) 11611 : cluster 0 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-07T22:03:52.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:52 smithi194 bash[32038]: cluster 2023-12-07T22:03:51.092680+0000 mgr.a (mgr.14403) 11611 : cluster 0 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-07T22:03:52.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:52 smithi135 bash[32435]: cluster 2023-12-07T22:03:51.092680+0000 mgr.a (mgr.14403) 11611 : cluster 0 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-07T22:03:53.130 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:03:53.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:53.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:53.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:53.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:03:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:54 smithi079 bash[28699]: audit 2023-12-07T22:03:52.624384+0000 mgr.a (mgr.14403) 11612 : audit 0 from='client.236286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:54 smithi079 bash[28699]: cluster 2023-12-07T22:03:53.093202+0000 mgr.a (mgr.14403) 11613 : cluster 0 pgmap v8668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:54.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:54 smithi194 bash[32038]: audit 2023-12-07T22:03:52.624384+0000 mgr.a (mgr.14403) 11612 : audit 0 from='client.236286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:54.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:54 smithi194 bash[32038]: cluster 2023-12-07T22:03:53.093202+0000 mgr.a (mgr.14403) 11613 : cluster 0 pgmap v8668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:54.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:54 smithi135 bash[32435]: audit 2023-12-07T22:03:52.624384+0000 mgr.a (mgr.14403) 11612 : audit 0 from='client.236286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:03:54.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:54 smithi135 bash[32435]: cluster 2023-12-07T22:03:53.093202+0000 mgr.a (mgr.14403) 11613 : cluster 0 pgmap v8668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:56.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:56 smithi079 bash[28699]: cluster 2023-12-07T22:03:55.093753+0000 mgr.a (mgr.14403) 11614 : cluster 0 pgmap v8669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:56.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:56 smithi194 bash[32038]: cluster 2023-12-07T22:03:55.093753+0000 mgr.a (mgr.14403) 11614 : cluster 0 pgmap v8669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:56.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:56 smithi135 bash[32435]: cluster 2023-12-07T22:03:55.093753+0000 mgr.a (mgr.14403) 11614 : cluster 0 pgmap v8669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:03:58.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:03:58.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:03:58.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:03:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:03:58 smithi079 bash[28699]: cluster 2023-12-07T22:03:57.094297+0000 mgr.a (mgr.14403) 11615 : cluster 0 pgmap v8670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:58.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:03:58 smithi194 bash[32038]: cluster 2023-12-07T22:03:57.094297+0000 mgr.a (mgr.14403) 11615 : cluster 0 pgmap v8670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:03:58 smithi135 bash[32435]: cluster 2023-12-07T22:03:57.094297+0000 mgr.a (mgr.14403) 11615 : cluster 0 pgmap v8670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:03:59.036 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:03:59.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:03:59.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:03:59.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:03:59.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:04:00.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:00 smithi079 bash[28699]: audit 2023-12-07T22:03:58.532645+0000 mgr.a (mgr.14403) 11616 : audit 0 from='client.236361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:00.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:00 smithi079 bash[28699]: cluster 2023-12-07T22:03:59.095334+0000 mgr.a (mgr.14403) 11617 : cluster 0 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-07T22:04:00.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:00 smithi194 bash[32038]: audit 2023-12-07T22:03:58.532645+0000 mgr.a (mgr.14403) 11616 : audit 0 from='client.236361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:00.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:00 smithi194 bash[32038]: cluster 2023-12-07T22:03:59.095334+0000 mgr.a (mgr.14403) 11617 : cluster 0 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-07T22:04:00.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:00 smithi135 bash[32435]: audit 2023-12-07T22:03:58.532645+0000 mgr.a (mgr.14403) 11616 : audit 0 from='client.236361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:00.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:00 smithi135 bash[32435]: cluster 2023-12-07T22:03:59.095334+0000 mgr.a (mgr.14403) 11617 : cluster 0 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-07T22:04:02.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:02 smithi079 bash[28699]: cluster 2023-12-07T22:04:01.095860+0000 mgr.a (mgr.14403) 11618 : cluster 0 pgmap v8672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:02 smithi194 bash[32038]: cluster 2023-12-07T22:04:01.095860+0000 mgr.a (mgr.14403) 11618 : cluster 0 pgmap v8672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:02.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:02 smithi135 bash[32435]: cluster 2023-12-07T22:04:01.095860+0000 mgr.a (mgr.14403) 11618 : cluster 0 pgmap v8672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:04.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:04:04.040 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:04.040 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:04.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:04 smithi079 bash[28699]: cluster 2023-12-07T22:04:03.096424+0000 mgr.a (mgr.14403) 11619 : cluster 0 pgmap v8673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:04.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:04 smithi194 bash[32038]: cluster 2023-12-07T22:04:03.096424+0000 mgr.a (mgr.14403) 11619 : cluster 0 pgmap v8673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:04.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:04 smithi135 bash[32435]: cluster 2023-12-07T22:04:03.096424+0000 mgr.a (mgr.14403) 11619 : cluster 0 pgmap v8673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:04.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:04.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:04.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:04.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:04:04.931 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:04:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:05 smithi079 bash[28699]: audit 2023-12-07T22:04:04.443734+0000 mgr.a (mgr.14403) 11620 : audit 0 from='client.236436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:05.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:05 smithi194 bash[32038]: audit 2023-12-07T22:04:04.443734+0000 mgr.a (mgr.14403) 11620 : audit 0 from='client.236436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:05.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:05 smithi135 bash[32435]: audit 2023-12-07T22:04:04.443734+0000 mgr.a (mgr.14403) 11620 : audit 0 from='client.236436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:06 smithi079 bash[28699]: cluster 2023-12-07T22:04:05.097424+0000 mgr.a (mgr.14403) 11621 : cluster 0 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-07T22:04:06.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:06 smithi194 bash[32038]: cluster 2023-12-07T22:04:05.097424+0000 mgr.a (mgr.14403) 11621 : cluster 0 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-07T22:04:06.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:06 smithi135 bash[32435]: cluster 2023-12-07T22:04:05.097424+0000 mgr.a (mgr.14403) 11621 : cluster 0 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-07T22:04:08.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:08 smithi079 bash[28699]: cluster 2023-12-07T22:04:07.098133+0000 mgr.a (mgr.14403) 11622 : cluster 0 pgmap v8675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:08.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:08 smithi194 bash[32038]: cluster 2023-12-07T22:04:07.098133+0000 mgr.a (mgr.14403) 11622 : cluster 0 pgmap v8675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:08.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:08 smithi135 bash[32435]: cluster 2023-12-07T22:04:07.098133+0000 mgr.a (mgr.14403) 11622 : cluster 0 pgmap v8675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:09.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:04:09.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:09.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:10.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:10 smithi079 bash[28699]: cluster 2023-12-07T22:04:09.098867+0000 mgr.a (mgr.14403) 11623 : cluster 0 pgmap v8676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:10.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:10 smithi194 bash[32038]: cluster 2023-12-07T22:04:09.098867+0000 mgr.a (mgr.14403) 11623 : cluster 0 pgmap v8676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:10.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:10 smithi135 bash[32435]: cluster 2023-12-07T22:04:09.098867+0000 mgr.a (mgr.14403) 11623 : cluster 0 pgmap v8676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:10.851 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:04:10.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:10.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:10.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:10.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:04:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:11 smithi079 bash[28699]: audit 2023-12-07T22:04:10.332360+0000 mgr.a (mgr.14403) 11624 : audit 0 from='client.236514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:11.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:11 smithi194 bash[32038]: audit 2023-12-07T22:04:10.332360+0000 mgr.a (mgr.14403) 11624 : audit 0 from='client.236514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:11.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:11 smithi135 bash[32435]: audit 2023-12-07T22:04:10.332360+0000 mgr.a (mgr.14403) 11624 : audit 0 from='client.236514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:12.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:12 smithi079 bash[28699]: cluster 2023-12-07T22:04:11.099716+0000 mgr.a (mgr.14403) 11625 : cluster 0 pgmap v8677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:12.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:12 smithi194 bash[32038]: cluster 2023-12-07T22:04:11.099716+0000 mgr.a (mgr.14403) 11625 : cluster 0 pgmap v8677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:12.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:12 smithi135 bash[32435]: cluster 2023-12-07T22:04:11.099716+0000 mgr.a (mgr.14403) 11625 : cluster 0 pgmap v8677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:14.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:14 smithi079 bash[28699]: cluster 2023-12-07T22:04:13.100337+0000 mgr.a (mgr.14403) 11626 : cluster 0 pgmap v8678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:14.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:14 smithi194 bash[32038]: cluster 2023-12-07T22:04:13.100337+0000 mgr.a (mgr.14403) 11626 : cluster 0 pgmap v8678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:14.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:14 smithi135 bash[32435]: cluster 2023-12-07T22:04:13.100337+0000 mgr.a (mgr.14403) 11626 : cluster 0 pgmap v8678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:15.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:04:15.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:15.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:16 smithi079 bash[28699]: cluster 2023-12-07T22:04:15.101067+0000 mgr.a (mgr.14403) 11627 : cluster 0 pgmap v8679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:16.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:16 smithi194 bash[32038]: cluster 2023-12-07T22:04:15.101067+0000 mgr.a (mgr.14403) 11627 : cluster 0 pgmap v8679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:16 smithi135 bash[32435]: cluster 2023-12-07T22:04:15.101067+0000 mgr.a (mgr.14403) 11627 : cluster 0 pgmap v8679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:16.747 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:04:16.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:16.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:16.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:16.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:04:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:17 smithi079 bash[28699]: audit 2023-12-07T22:04:16.258999+0000 mgr.a (mgr.14403) 11628 : audit 0 from='client.236589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:17.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:17 smithi194 bash[32038]: audit 2023-12-07T22:04:16.258999+0000 mgr.a (mgr.14403) 11628 : audit 0 from='client.236589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:17.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:17 smithi135 bash[32435]: audit 2023-12-07T22:04:16.258999+0000 mgr.a (mgr.14403) 11628 : audit 0 from='client.236589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:18.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:18 smithi079 bash[28699]: cluster 2023-12-07T22:04:17.101940+0000 mgr.a (mgr.14403) 11629 : cluster 0 pgmap v8680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:18.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:18 smithi194 bash[32038]: cluster 2023-12-07T22:04:17.101940+0000 mgr.a (mgr.14403) 11629 : cluster 0 pgmap v8680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:18.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:18 smithi135 bash[32435]: cluster 2023-12-07T22:04:17.101940+0000 mgr.a (mgr.14403) 11629 : cluster 0 pgmap v8680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:20.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:20 smithi079 bash[28699]: cluster 2023-12-07T22:04:19.102596+0000 mgr.a (mgr.14403) 11630 : cluster 0 pgmap v8681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:20.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:20 smithi194 bash[32038]: cluster 2023-12-07T22:04:19.102596+0000 mgr.a (mgr.14403) 11630 : cluster 0 pgmap v8681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:20.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:20 smithi135 bash[32435]: cluster 2023-12-07T22:04:19.102596+0000 mgr.a (mgr.14403) 11630 : cluster 0 pgmap v8681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:21.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:04:21.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:21.751 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:22.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:22 smithi194 bash[32038]: cluster 2023-12-07T22:04:21.103143+0000 mgr.a (mgr.14403) 11631 : cluster 0 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-07T22:04:22.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:22 smithi135 bash[32435]: cluster 2023-12-07T22:04:21.103143+0000 mgr.a (mgr.14403) 11631 : cluster 0 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-07T22:04:22.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:22 smithi079 bash[28699]: cluster 2023-12-07T22:04:21.103143+0000 mgr.a (mgr.14403) 11631 : cluster 0 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-07T22:04:22.659 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:04:22.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:22.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:22.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:22.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:04:23.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:23 smithi194 bash[32038]: audit 2023-12-07T22:04:22.156890+0000 mgr.a (mgr.14403) 11632 : audit 0 from='client.236667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:23.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:23 smithi135 bash[32435]: audit 2023-12-07T22:04:22.156890+0000 mgr.a (mgr.14403) 11632 : audit 0 from='client.236667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:23.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:23 smithi079 bash[28699]: audit 2023-12-07T22:04:22.156890+0000 mgr.a (mgr.14403) 11632 : audit 0 from='client.236667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:24.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:24 smithi194 bash[32038]: cluster 2023-12-07T22:04:23.103810+0000 mgr.a (mgr.14403) 11633 : cluster 0 pgmap v8683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:24.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:24 smithi135 bash[32435]: cluster 2023-12-07T22:04:23.103810+0000 mgr.a (mgr.14403) 11633 : cluster 0 pgmap v8683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:24.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:24 smithi079 bash[28699]: cluster 2023-12-07T22:04:23.103810+0000 mgr.a (mgr.14403) 11633 : cluster 0 pgmap v8683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:26 smithi194 bash[32038]: cluster 2023-12-07T22:04:25.104638+0000 mgr.a (mgr.14403) 11634 : cluster 0 pgmap v8684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:26.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:26 smithi135 bash[32435]: cluster 2023-12-07T22:04:25.104638+0000 mgr.a (mgr.14403) 11634 : cluster 0 pgmap v8684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:26.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:26 smithi079 bash[28699]: cluster 2023-12-07T22:04:25.104638+0000 mgr.a (mgr.14403) 11634 : cluster 0 pgmap v8684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:27.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:04:27.662 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:27.662 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:28.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:28 smithi194 bash[32038]: cluster 2023-12-07T22:04:27.105231+0000 mgr.a (mgr.14403) 11635 : cluster 0 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-07T22:04:28.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:28 smithi135 bash[32435]: cluster 2023-12-07T22:04:27.105231+0000 mgr.a (mgr.14403) 11635 : cluster 0 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-07T22:04:28.575 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:04:28.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:28.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:28.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:28.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:04:28.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:28 smithi079 bash[28699]: cluster 2023-12-07T22:04:27.105231+0000 mgr.a (mgr.14403) 11635 : cluster 0 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-07T22:04:29.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:29 smithi194 bash[32038]: audit 2023-12-07T22:04:28.072341+0000 mgr.a (mgr.14403) 11636 : audit 0 from='client.236739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:29.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:29 smithi135 bash[32435]: audit 2023-12-07T22:04:28.072341+0000 mgr.a (mgr.14403) 11636 : audit 0 from='client.236739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:29 smithi079 bash[28699]: audit 2023-12-07T22:04:28.072341+0000 mgr.a (mgr.14403) 11636 : audit 0 from='client.236739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:30.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:30 smithi194 bash[32038]: cluster 2023-12-07T22:04:29.105976+0000 mgr.a (mgr.14403) 11637 : cluster 0 pgmap v8686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:04:30.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:30 smithi135 bash[32435]: cluster 2023-12-07T22:04:29.105976+0000 mgr.a (mgr.14403) 11637 : cluster 0 pgmap v8686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:04:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:30 smithi079 bash[28699]: cluster 2023-12-07T22:04:29.105976+0000 mgr.a (mgr.14403) 11637 : cluster 0 pgmap v8686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:04:32.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:32 smithi194 bash[32038]: cluster 2023-12-07T22:04:31.106558+0000 mgr.a (mgr.14403) 11638 : cluster 0 pgmap v8687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:04:32.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:32 smithi135 bash[32435]: cluster 2023-12-07T22:04:31.106558+0000 mgr.a (mgr.14403) 11638 : cluster 0 pgmap v8687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:04:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:32 smithi079 bash[28699]: cluster 2023-12-07T22:04:31.106558+0000 mgr.a (mgr.14403) 11638 : cluster 0 pgmap v8687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:04:33.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:04:33.578 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:33.578 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:34.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:34 smithi194 bash[32038]: cluster 2023-12-07T22:04:33.107273+0000 mgr.a (mgr.14403) 11639 : cluster 0 pgmap v8688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:04:34.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:34 smithi135 bash[32435]: cluster 2023-12-07T22:04:33.107273+0000 mgr.a (mgr.14403) 11639 : cluster 0 pgmap v8688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:04:34.500 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:04:34.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:34.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:34.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:34.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:04:34.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:34 smithi079 bash[28699]: cluster 2023-12-07T22:04:33.107273+0000 mgr.a (mgr.14403) 11639 : cluster 0 pgmap v8688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:04:35.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:35 smithi194 bash[32038]: audit 2023-12-07T22:04:33.978829+0000 mgr.a (mgr.14403) 11640 : audit 0 from='client.236817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:35.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:35 smithi135 bash[32435]: audit 2023-12-07T22:04:33.978829+0000 mgr.a (mgr.14403) 11640 : audit 0 from='client.236817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:35.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:35 smithi079 bash[28699]: audit 2023-12-07T22:04:33.978829+0000 mgr.a (mgr.14403) 11640 : audit 0 from='client.236817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:36.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:36 smithi194 bash[32038]: cluster 2023-12-07T22:04:35.108296+0000 mgr.a (mgr.14403) 11641 : cluster 0 pgmap v8689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:36.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:36 smithi135 bash[32435]: cluster 2023-12-07T22:04:35.108296+0000 mgr.a (mgr.14403) 11641 : cluster 0 pgmap v8689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:36.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:36 smithi079 bash[28699]: cluster 2023-12-07T22:04:35.108296+0000 mgr.a (mgr.14403) 11641 : cluster 0 pgmap v8689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:38.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:38 smithi135 bash[32435]: cluster 2023-12-07T22:04:37.108882+0000 mgr.a (mgr.14403) 11642 : cluster 0 pgmap v8690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:38.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:38 smithi079 bash[28699]: cluster 2023-12-07T22:04:37.108882+0000 mgr.a (mgr.14403) 11642 : cluster 0 pgmap v8690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:38.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:38 smithi194 bash[32038]: cluster 2023-12-07T22:04:37.108882+0000 mgr.a (mgr.14403) 11642 : cluster 0 pgmap v8690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:04:39.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:04:39.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:39.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:40.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:40 smithi079 bash[28699]: cluster 2023-12-07T22:04:39.109572+0000 mgr.a (mgr.14403) 11643 : cluster 0 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-07T22:04:40.421 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:04:40.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:40.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:40.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:40.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:04:40.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:40 smithi194 bash[32038]: cluster 2023-12-07T22:04:39.109572+0000 mgr.a (mgr.14403) 11643 : cluster 0 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-07T22:04:40.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:40 smithi135 bash[32435]: cluster 2023-12-07T22:04:39.109572+0000 mgr.a (mgr.14403) 11643 : cluster 0 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-07T22:04:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:41 smithi079 bash[28699]: audit 2023-12-07T22:04:39.906776+0000 mgr.a (mgr.14403) 11644 : audit 0 from='client.236895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:41.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:41 smithi194 bash[32038]: audit 2023-12-07T22:04:39.906776+0000 mgr.a (mgr.14403) 11644 : audit 0 from='client.236895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:41.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:41 smithi135 bash[32435]: audit 2023-12-07T22:04:39.906776+0000 mgr.a (mgr.14403) 11644 : audit 0 from='client.236895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:42.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:42 smithi194 bash[32038]: cluster 2023-12-07T22:04:41.110462+0000 mgr.a (mgr.14403) 11645 : cluster 0 pgmap v8692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:04:42.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:42 smithi135 bash[32435]: cluster 2023-12-07T22:04:41.110462+0000 mgr.a (mgr.14403) 11645 : cluster 0 pgmap v8692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:04:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:42 smithi079 bash[28699]: cluster 2023-12-07T22:04:41.110462+0000 mgr.a (mgr.14403) 11645 : cluster 0 pgmap v8692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:04:44.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:44 smithi194 bash[32038]: cluster 2023-12-07T22:04:43.111279+0000 mgr.a (mgr.14403) 11646 : cluster 0 pgmap v8693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:04:44.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:44 smithi135 bash[32435]: cluster 2023-12-07T22:04:43.111279+0000 mgr.a (mgr.14403) 11646 : cluster 0 pgmap v8693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:04:44.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:44 smithi079 bash[28699]: cluster 2023-12-07T22:04:43.111279+0000 mgr.a (mgr.14403) 11646 : cluster 0 pgmap v8693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:04:45.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:04:45.424 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:45.424 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:46.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:46.354 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:04:46.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:46.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:46.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:04:46.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:46 smithi194 bash[32038]: cluster 2023-12-07T22:04:45.111874+0000 mgr.a (mgr.14403) 11647 : cluster 0 pgmap v8694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:04:46.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:46 smithi135 bash[32435]: cluster 2023-12-07T22:04:45.111874+0000 mgr.a (mgr.14403) 11647 : cluster 0 pgmap v8694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:04:46.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:46 smithi079 bash[28699]: cluster 2023-12-07T22:04:45.111874+0000 mgr.a (mgr.14403) 11647 : cluster 0 pgmap v8694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:04:47.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:47 smithi194 bash[32038]: audit 2023-12-07T22:04:45.827870+0000 mgr.a (mgr.14403) 11648 : audit 0 from='client.236970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:47.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:47 smithi135 bash[32435]: audit 2023-12-07T22:04:45.827870+0000 mgr.a (mgr.14403) 11648 : audit 0 from='client.236970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:47 smithi079 bash[28699]: audit 2023-12-07T22:04:45.827870+0000 mgr.a (mgr.14403) 11648 : audit 0 from='client.236970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:48.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:48 smithi194 bash[32038]: cluster 2023-12-07T22:04:47.112524+0000 mgr.a (mgr.14403) 11649 : cluster 0 pgmap v8695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:48.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:48 smithi135 bash[32435]: cluster 2023-12-07T22:04:47.112524+0000 mgr.a (mgr.14403) 11649 : cluster 0 pgmap v8695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:48.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:48 smithi079 bash[28699]: cluster 2023-12-07T22:04:47.112524+0000 mgr.a (mgr.14403) 11649 : cluster 0 pgmap v8695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:50 smithi079 bash[28699]: cluster 2023-12-07T22:04:49.113228+0000 mgr.a (mgr.14403) 11650 : cluster 0 pgmap v8696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:50 smithi079 bash[28699]: audit 2023-12-07T22:04:49.546869+0000 mon.a (mon.0) 2059 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:04:50.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:50 smithi194 bash[32038]: cluster 2023-12-07T22:04:49.113228+0000 mgr.a (mgr.14403) 11650 : cluster 0 pgmap v8696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:50.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:50 smithi194 bash[32038]: audit 2023-12-07T22:04:49.546869+0000 mon.a (mon.0) 2059 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:04:50.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:50 smithi135 bash[32435]: cluster 2023-12-07T22:04:49.113228+0000 mgr.a (mgr.14403) 11650 : cluster 0 pgmap v8696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:50.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:50 smithi135 bash[32435]: audit 2023-12-07T22:04:49.546869+0000 mon.a (mon.0) 2059 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:04:51.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:04:51.358 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:51.358 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:51 smithi079 bash[28699]: audit 2023-12-07T22:04:50.333147+0000 mon.a (mon.0) 2060 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:04:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:51 smithi079 bash[28699]: audit 2023-12-07T22:04:50.335029+0000 mon.a (mon.0) 2061 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:04:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:51 smithi079 bash[28699]: audit 2023-12-07T22:04:50.346359+0000 mon.a (mon.0) 2062 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:04:51.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:51 smithi194 bash[32038]: audit 2023-12-07T22:04:50.333147+0000 mon.a (mon.0) 2060 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:04:51.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:51 smithi194 bash[32038]: audit 2023-12-07T22:04:50.335029+0000 mon.a (mon.0) 2061 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:04:51.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:51 smithi194 bash[32038]: audit 2023-12-07T22:04:50.346359+0000 mon.a (mon.0) 2062 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:04:51.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:51 smithi135 bash[32435]: audit 2023-12-07T22:04:50.333147+0000 mon.a (mon.0) 2060 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:04:51.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:51 smithi135 bash[32435]: audit 2023-12-07T22:04:50.335029+0000 mon.a (mon.0) 2061 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:04:51.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:51 smithi135 bash[32435]: audit 2023-12-07T22:04:50.346359+0000 mon.a (mon.0) 2062 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:04:52.272 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:04:52.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:52.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:52.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:52.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:04:52.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:52 smithi079 bash[28699]: cluster 2023-12-07T22:04:51.113814+0000 mgr.a (mgr.14403) 11651 : cluster 0 pgmap v8697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:52 smithi194 bash[32038]: cluster 2023-12-07T22:04:51.113814+0000 mgr.a (mgr.14403) 11651 : cluster 0 pgmap v8697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:52.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:52 smithi135 bash[32435]: cluster 2023-12-07T22:04:51.113814+0000 mgr.a (mgr.14403) 11651 : cluster 0 pgmap v8697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:53.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:53 smithi079 bash[28699]: audit 2023-12-07T22:04:51.769021+0000 mgr.a (mgr.14403) 11652 : audit 0 from='client.237048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:53.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:53 smithi194 bash[32038]: audit 2023-12-07T22:04:51.769021+0000 mgr.a (mgr.14403) 11652 : audit 0 from='client.237048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:53.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:53 smithi135 bash[32435]: audit 2023-12-07T22:04:51.769021+0000 mgr.a (mgr.14403) 11652 : audit 0 from='client.237048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:54.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:54 smithi079 bash[28699]: cluster 2023-12-07T22:04:53.114516+0000 mgr.a (mgr.14403) 11653 : cluster 0 pgmap v8698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:54.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:54 smithi194 bash[32038]: cluster 2023-12-07T22:04:53.114516+0000 mgr.a (mgr.14403) 11653 : cluster 0 pgmap v8698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:54.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:54 smithi135 bash[32435]: cluster 2023-12-07T22:04:53.114516+0000 mgr.a (mgr.14403) 11653 : cluster 0 pgmap v8698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:56.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:56 smithi079 bash[28699]: cluster 2023-12-07T22:04:55.115169+0000 mgr.a (mgr.14403) 11654 : cluster 0 pgmap v8699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:56.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:56 smithi194 bash[32038]: cluster 2023-12-07T22:04:55.115169+0000 mgr.a (mgr.14403) 11654 : cluster 0 pgmap v8699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:56.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:56 smithi135 bash[32435]: cluster 2023-12-07T22:04:55.115169+0000 mgr.a (mgr.14403) 11654 : cluster 0 pgmap v8699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:04:57.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:04:57.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:04:57.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:04:58.170 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:04:58.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:04:58.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:04:58.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:04:58.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:04:58.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:58 smithi079 bash[28699]: cluster 2023-12-07T22:04:57.115649+0000 mgr.a (mgr.14403) 11655 : cluster 0 pgmap v8700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:58.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:58 smithi194 bash[32038]: cluster 2023-12-07T22:04:57.115649+0000 mgr.a (mgr.14403) 11655 : cluster 0 pgmap v8700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:58.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:58 smithi135 bash[32435]: cluster 2023-12-07T22:04:57.115649+0000 mgr.a (mgr.14403) 11655 : cluster 0 pgmap v8700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:04:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:04:59 smithi079 bash[28699]: audit 2023-12-07T22:04:57.675540+0000 mgr.a (mgr.14403) 11656 : audit 0 from='client.237126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:59.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:04:59 smithi194 bash[32038]: audit 2023-12-07T22:04:57.675540+0000 mgr.a (mgr.14403) 11656 : audit 0 from='client.237126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:04:59.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:04:59 smithi135 bash[32435]: audit 2023-12-07T22:04:57.675540+0000 mgr.a (mgr.14403) 11656 : audit 0 from='client.237126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:00 smithi079 bash[28699]: cluster 2023-12-07T22:04:59.116407+0000 mgr.a (mgr.14403) 11657 : cluster 0 pgmap v8701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:00 smithi194 bash[32038]: cluster 2023-12-07T22:04:59.116407+0000 mgr.a (mgr.14403) 11657 : cluster 0 pgmap v8701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:00 smithi135 bash[32435]: cluster 2023-12-07T22:04:59.116407+0000 mgr.a (mgr.14403) 11657 : cluster 0 pgmap v8701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:02 smithi079 bash[28699]: cluster 2023-12-07T22:05:01.116971+0000 mgr.a (mgr.14403) 11658 : cluster 0 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-07T22:05:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:02 smithi194 bash[32038]: cluster 2023-12-07T22:05:01.116971+0000 mgr.a (mgr.14403) 11658 : cluster 0 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-07T22:05:02.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:02 smithi135 bash[32435]: cluster 2023-12-07T22:05:01.116971+0000 mgr.a (mgr.14403) 11658 : cluster 0 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-07T22:05:03.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:05:03.173 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:03.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:04.093 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:05:04.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:04.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:04.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:04.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:05:04.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:04 smithi079 bash[28699]: cluster 2023-12-07T22:05:03.117558+0000 mgr.a (mgr.14403) 11659 : cluster 0 pgmap v8703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:04 smithi194 bash[32038]: cluster 2023-12-07T22:05:03.117558+0000 mgr.a (mgr.14403) 11659 : cluster 0 pgmap v8703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:04.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:04 smithi135 bash[32435]: cluster 2023-12-07T22:05:03.117558+0000 mgr.a (mgr.14403) 11659 : cluster 0 pgmap v8703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:05.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:05 smithi079 bash[28699]: audit 2023-12-07T22:05:03.572848+0000 mgr.a (mgr.14403) 11660 : audit 0 from='client.237198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:05.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:05 smithi194 bash[32038]: audit 2023-12-07T22:05:03.572848+0000 mgr.a (mgr.14403) 11660 : audit 0 from='client.237198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:05.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:05 smithi135 bash[32435]: audit 2023-12-07T22:05:03.572848+0000 mgr.a (mgr.14403) 11660 : audit 0 from='client.237198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:06.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:06 smithi079 bash[28699]: cluster 2023-12-07T22:05:05.118462+0000 mgr.a (mgr.14403) 11661 : cluster 0 pgmap v8704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:06.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:06 smithi194 bash[32038]: cluster 2023-12-07T22:05:05.118462+0000 mgr.a (mgr.14403) 11661 : cluster 0 pgmap v8704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:06.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:06 smithi135 bash[32435]: cluster 2023-12-07T22:05:05.118462+0000 mgr.a (mgr.14403) 11661 : cluster 0 pgmap v8704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:08.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:08 smithi194 bash[32038]: cluster 2023-12-07T22:05:07.119114+0000 mgr.a (mgr.14403) 11662 : cluster 0 pgmap v8705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:08.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:08 smithi135 bash[32435]: cluster 2023-12-07T22:05:07.119114+0000 mgr.a (mgr.14403) 11662 : cluster 0 pgmap v8705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:08 smithi079 bash[28699]: cluster 2023-12-07T22:05:07.119114+0000 mgr.a (mgr.14403) 11662 : cluster 0 pgmap v8705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:09.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:05:09.097 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:09.097 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:09.985 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:05:09.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:09.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:09.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:09.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:05:10.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:10 smithi079 bash[28699]: cluster 2023-12-07T22:05:09.119745+0000 mgr.a (mgr.14403) 11663 : cluster 0 pgmap v8706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:10.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:10 smithi079 bash[28699]: audit 2023-12-07T22:05:09.488707+0000 mgr.a (mgr.14403) 11664 : audit 0 from='client.237273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:10.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:10 smithi194 bash[32038]: cluster 2023-12-07T22:05:09.119745+0000 mgr.a (mgr.14403) 11663 : cluster 0 pgmap v8706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:10.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:10 smithi194 bash[32038]: audit 2023-12-07T22:05:09.488707+0000 mgr.a (mgr.14403) 11664 : audit 0 from='client.237273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:10.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:10 smithi135 bash[32435]: cluster 2023-12-07T22:05:09.119745+0000 mgr.a (mgr.14403) 11663 : cluster 0 pgmap v8706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:10.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:10 smithi135 bash[32435]: audit 2023-12-07T22:05:09.488707+0000 mgr.a (mgr.14403) 11664 : audit 0 from='client.237273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:12.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:12 smithi194 bash[32038]: cluster 2023-12-07T22:05:11.120393+0000 mgr.a (mgr.14403) 11665 : cluster 0 pgmap v8707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:12.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:12 smithi135 bash[32435]: cluster 2023-12-07T22:05:11.120393+0000 mgr.a (mgr.14403) 11665 : cluster 0 pgmap v8707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:12 smithi079 bash[28699]: cluster 2023-12-07T22:05:11.120393+0000 mgr.a (mgr.14403) 11665 : cluster 0 pgmap v8707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:14.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:14 smithi194 bash[32038]: cluster 2023-12-07T22:05:13.120982+0000 mgr.a (mgr.14403) 11666 : cluster 0 pgmap v8708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:14.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:14 smithi135 bash[32435]: cluster 2023-12-07T22:05:13.120982+0000 mgr.a (mgr.14403) 11666 : cluster 0 pgmap v8708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:14.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:14 smithi079 bash[28699]: cluster 2023-12-07T22:05:13.120982+0000 mgr.a (mgr.14403) 11666 : cluster 0 pgmap v8708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:14.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:05:14.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:14.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:15.896 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:05:15.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:15.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:15.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:15.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:05:16.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:16 smithi194 bash[32038]: cluster 2023-12-07T22:05:15.121538+0000 mgr.a (mgr.14403) 11667 : cluster 0 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-07T22:05:16.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:16 smithi194 bash[32038]: audit 2023-12-07T22:05:15.382768+0000 mgr.a (mgr.14403) 11668 : audit 0 from='client.237348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:16 smithi135 bash[32435]: cluster 2023-12-07T22:05:15.121538+0000 mgr.a (mgr.14403) 11667 : cluster 0 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-07T22:05:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:16 smithi135 bash[32435]: audit 2023-12-07T22:05:15.382768+0000 mgr.a (mgr.14403) 11668 : audit 0 from='client.237348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:16.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:16 smithi079 bash[28699]: cluster 2023-12-07T22:05:15.121538+0000 mgr.a (mgr.14403) 11667 : cluster 0 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-07T22:05:16.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:16 smithi079 bash[28699]: audit 2023-12-07T22:05:15.382768+0000 mgr.a (mgr.14403) 11668 : audit 0 from='client.237348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:18.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:18 smithi194 bash[32038]: cluster 2023-12-07T22:05:17.122302+0000 mgr.a (mgr.14403) 11669 : cluster 0 pgmap v8710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:18.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:18 smithi135 bash[32435]: cluster 2023-12-07T22:05:17.122302+0000 mgr.a (mgr.14403) 11669 : cluster 0 pgmap v8710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:18.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:18 smithi079 bash[28699]: cluster 2023-12-07T22:05:17.122302+0000 mgr.a (mgr.14403) 11669 : cluster 0 pgmap v8710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:20 smithi079 bash[28699]: cluster 2023-12-07T22:05:19.123234+0000 mgr.a (mgr.14403) 11670 : cluster 0 pgmap v8711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:20.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:20 smithi194 bash[32038]: cluster 2023-12-07T22:05:19.123234+0000 mgr.a (mgr.14403) 11670 : cluster 0 pgmap v8711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:20.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:20 smithi135 bash[32435]: cluster 2023-12-07T22:05:19.123234+0000 mgr.a (mgr.14403) 11670 : cluster 0 pgmap v8711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:20.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:05:20.900 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:20.900 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:21.836 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:05:21.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:21.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:21.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:21.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:05:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:22 smithi079 bash[28699]: cluster 2023-12-07T22:05:21.123789+0000 mgr.a (mgr.14403) 11671 : cluster 0 pgmap v8712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:22 smithi079 bash[28699]: audit 2023-12-07T22:05:21.306407+0000 mgr.a (mgr.14403) 11672 : audit 0 from='client.186556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:22.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:22 smithi194 bash[32038]: cluster 2023-12-07T22:05:21.123789+0000 mgr.a (mgr.14403) 11671 : cluster 0 pgmap v8712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:22.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:22 smithi194 bash[32038]: audit 2023-12-07T22:05:21.306407+0000 mgr.a (mgr.14403) 11672 : audit 0 from='client.186556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:22.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:22 smithi135 bash[32435]: cluster 2023-12-07T22:05:21.123789+0000 mgr.a (mgr.14403) 11671 : cluster 0 pgmap v8712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:22.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:22 smithi135 bash[32435]: audit 2023-12-07T22:05:21.306407+0000 mgr.a (mgr.14403) 11672 : audit 0 from='client.186556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:24.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:24 smithi079 bash[28699]: cluster 2023-12-07T22:05:23.124467+0000 mgr.a (mgr.14403) 11673 : cluster 0 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-07T22:05:24.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:24 smithi194 bash[32038]: cluster 2023-12-07T22:05:23.124467+0000 mgr.a (mgr.14403) 11673 : cluster 0 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-07T22:05:24.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:24 smithi135 bash[32435]: cluster 2023-12-07T22:05:23.124467+0000 mgr.a (mgr.14403) 11673 : cluster 0 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-07T22:05:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:26 smithi079 bash[28699]: cluster 2023-12-07T22:05:25.125280+0000 mgr.a (mgr.14403) 11674 : cluster 0 pgmap v8714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:26 smithi194 bash[32038]: cluster 2023-12-07T22:05:25.125280+0000 mgr.a (mgr.14403) 11674 : cluster 0 pgmap v8714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:26.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:26 smithi135 bash[32435]: cluster 2023-12-07T22:05:25.125280+0000 mgr.a (mgr.14403) 11674 : cluster 0 pgmap v8714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:26.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:05:26.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:26.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:27.729 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:05:27.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:27.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:27.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:27.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:05:28.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:28 smithi194 bash[32038]: cluster 2023-12-07T22:05:27.125822+0000 mgr.a (mgr.14403) 11675 : cluster 0 pgmap v8715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:28.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:28 smithi194 bash[32038]: audit 2023-12-07T22:05:27.235573+0000 mgr.a (mgr.14403) 11676 : audit 0 from='client.237495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:28.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:28 smithi135 bash[32435]: cluster 2023-12-07T22:05:27.125822+0000 mgr.a (mgr.14403) 11675 : cluster 0 pgmap v8715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:28.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:28 smithi135 bash[32435]: audit 2023-12-07T22:05:27.235573+0000 mgr.a (mgr.14403) 11676 : audit 0 from='client.237495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:28.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:28 smithi079 bash[28699]: cluster 2023-12-07T22:05:27.125822+0000 mgr.a (mgr.14403) 11675 : cluster 0 pgmap v8715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:28.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:28 smithi079 bash[28699]: audit 2023-12-07T22:05:27.235573+0000 mgr.a (mgr.14403) 11676 : audit 0 from='client.237495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:30.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:30 smithi079 bash[28699]: cluster 2023-12-07T22:05:29.126650+0000 mgr.a (mgr.14403) 11677 : cluster 0 pgmap v8716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:30.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:30 smithi194 bash[32038]: cluster 2023-12-07T22:05:29.126650+0000 mgr.a (mgr.14403) 11677 : cluster 0 pgmap v8716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:30.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:30 smithi135 bash[32435]: cluster 2023-12-07T22:05:29.126650+0000 mgr.a (mgr.14403) 11677 : cluster 0 pgmap v8716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:32.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:32 smithi194 bash[32038]: cluster 2023-12-07T22:05:31.127218+0000 mgr.a (mgr.14403) 11678 : cluster 0 pgmap v8717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:32.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:32 smithi135 bash[32435]: cluster 2023-12-07T22:05:31.127218+0000 mgr.a (mgr.14403) 11678 : cluster 0 pgmap v8717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:32 smithi079 bash[28699]: cluster 2023-12-07T22:05:31.127218+0000 mgr.a (mgr.14403) 11678 : cluster 0 pgmap v8717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:32.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:05:32.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:32.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:33.636 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:05:33.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:33.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:33.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:33.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:05:34.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:34 smithi194 bash[32038]: cluster 2023-12-07T22:05:33.127712+0000 mgr.a (mgr.14403) 11679 : cluster 0 pgmap v8718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:34.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:34 smithi194 bash[32038]: audit 2023-12-07T22:05:33.143648+0000 mgr.a (mgr.14403) 11680 : audit 0 from='client.237567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:34.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:34 smithi135 bash[32435]: cluster 2023-12-07T22:05:33.127712+0000 mgr.a (mgr.14403) 11679 : cluster 0 pgmap v8718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:34.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:34 smithi135 bash[32435]: audit 2023-12-07T22:05:33.143648+0000 mgr.a (mgr.14403) 11680 : audit 0 from='client.237567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:34.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:34 smithi079 bash[28699]: cluster 2023-12-07T22:05:33.127712+0000 mgr.a (mgr.14403) 11679 : cluster 0 pgmap v8718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:34.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:34 smithi079 bash[28699]: audit 2023-12-07T22:05:33.143648+0000 mgr.a (mgr.14403) 11680 : audit 0 from='client.237567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:36.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:36 smithi194 bash[32038]: cluster 2023-12-07T22:05:35.128628+0000 mgr.a (mgr.14403) 11681 : cluster 0 pgmap v8719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T22:05:36.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:36 smithi135 bash[32435]: cluster 2023-12-07T22:05:35.128628+0000 mgr.a (mgr.14403) 11681 : cluster 0 pgmap v8719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T22:05:36.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:36 smithi079 bash[28699]: cluster 2023-12-07T22:05:35.128628+0000 mgr.a (mgr.14403) 11681 : cluster 0 pgmap v8719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T22:05:38.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:38 smithi194 bash[32038]: cluster 2023-12-07T22:05:37.129186+0000 mgr.a (mgr.14403) 11682 : cluster 0 pgmap v8720: 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-07T22:05:38.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:38 smithi135 bash[32435]: cluster 2023-12-07T22:05:37.129186+0000 mgr.a (mgr.14403) 11682 : cluster 0 pgmap v8720: 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-07T22:05:38.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:05:38.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:38.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:38.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:38 smithi079 bash[28699]: cluster 2023-12-07T22:05:37.129186+0000 mgr.a (mgr.14403) 11682 : cluster 0 pgmap v8720: 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-07T22:05:39.552 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:05:39.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:39.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:39.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:39.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:05:40.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:40 smithi079 bash[28699]: audit 2023-12-07T22:05:39.037031+0000 mgr.a (mgr.14403) 11683 : audit 0 from='client.237642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:40.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:40 smithi079 bash[28699]: cluster 2023-12-07T22:05:39.129980+0000 mgr.a (mgr.14403) 11684 : cluster 0 pgmap v8721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:40.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:40 smithi194 bash[32038]: audit 2023-12-07T22:05:39.037031+0000 mgr.a (mgr.14403) 11683 : audit 0 from='client.237642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:40.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:40 smithi194 bash[32038]: cluster 2023-12-07T22:05:39.129980+0000 mgr.a (mgr.14403) 11684 : cluster 0 pgmap v8721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:40.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:40 smithi135 bash[32435]: audit 2023-12-07T22:05:39.037031+0000 mgr.a (mgr.14403) 11683 : audit 0 from='client.237642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:40.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:40 smithi135 bash[32435]: cluster 2023-12-07T22:05:39.129980+0000 mgr.a (mgr.14403) 11684 : cluster 0 pgmap v8721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:42.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:42 smithi194 bash[32038]: cluster 2023-12-07T22:05:41.130620+0000 mgr.a (mgr.14403) 11685 : cluster 0 pgmap v8722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:42.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:42 smithi135 bash[32435]: cluster 2023-12-07T22:05:41.130620+0000 mgr.a (mgr.14403) 11685 : cluster 0 pgmap v8722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:42 smithi079 bash[28699]: cluster 2023-12-07T22:05:41.130620+0000 mgr.a (mgr.14403) 11685 : cluster 0 pgmap v8722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:44.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:44 smithi194 bash[32038]: cluster 2023-12-07T22:05:43.131213+0000 mgr.a (mgr.14403) 11686 : cluster 0 pgmap v8723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:44.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:44 smithi135 bash[32435]: cluster 2023-12-07T22:05:43.131213+0000 mgr.a (mgr.14403) 11686 : cluster 0 pgmap v8723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:44.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:05:44.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:44.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:44.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:44 smithi079 bash[28699]: cluster 2023-12-07T22:05:43.131213+0000 mgr.a (mgr.14403) 11686 : cluster 0 pgmap v8723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:05:45.479 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:05:45.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:45.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:45.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:45.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:05:46.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:46 smithi194 bash[32038]: audit 2023-12-07T22:05:44.961039+0000 mgr.a (mgr.14403) 11687 : audit 0 from='client.237717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:46.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:46 smithi194 bash[32038]: cluster 2023-12-07T22:05:45.132043+0000 mgr.a (mgr.14403) 11688 : cluster 0 pgmap v8724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:46.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:46 smithi135 bash[32435]: audit 2023-12-07T22:05:44.961039+0000 mgr.a (mgr.14403) 11687 : audit 0 from='client.237717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:46.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:46 smithi135 bash[32435]: cluster 2023-12-07T22:05:45.132043+0000 mgr.a (mgr.14403) 11688 : cluster 0 pgmap v8724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:46.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:46 smithi079 bash[28699]: audit 2023-12-07T22:05:44.961039+0000 mgr.a (mgr.14403) 11687 : audit 0 from='client.237717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:46.649 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:46 smithi079 bash[28699]: cluster 2023-12-07T22:05:45.132043+0000 mgr.a (mgr.14403) 11688 : cluster 0 pgmap v8724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:48.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:48 smithi194 bash[32038]: cluster 2023-12-07T22:05:47.132735+0000 mgr.a (mgr.14403) 11689 : cluster 0 pgmap v8725: 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-07T22:05:48.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:48 smithi135 bash[32435]: cluster 2023-12-07T22:05:47.132735+0000 mgr.a (mgr.14403) 11689 : cluster 0 pgmap v8725: 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-07T22:05:48.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:48 smithi079 bash[28699]: cluster 2023-12-07T22:05:47.132735+0000 mgr.a (mgr.14403) 11689 : cluster 0 pgmap v8725: 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-07T22:05:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:50 smithi079 bash[28699]: cluster 2023-12-07T22:05:49.133335+0000 mgr.a (mgr.14403) 11690 : cluster 0 pgmap v8726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T22:05:50.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:50 smithi194 bash[32038]: cluster 2023-12-07T22:05:49.133335+0000 mgr.a (mgr.14403) 11690 : cluster 0 pgmap v8726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T22:05:50.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:50 smithi135 bash[32435]: cluster 2023-12-07T22:05:49.133335+0000 mgr.a (mgr.14403) 11690 : cluster 0 pgmap v8726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T22:05:50.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:05:50.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:50.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:51.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:05:51.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:51.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:51.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:51.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:05:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:51 smithi079 bash[28699]: audit 2023-12-07T22:05:50.449216+0000 mon.a (mon.0) 2063 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:05:51.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:51 smithi194 bash[32038]: audit 2023-12-07T22:05:50.449216+0000 mon.a (mon.0) 2063 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:05:51.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:51 smithi135 bash[32435]: audit 2023-12-07T22:05:50.449216+0000 mon.a (mon.0) 2063 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:05:52.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:52 smithi194 bash[32038]: audit 2023-12-07T22:05:50.883890+0000 mgr.a (mgr.14403) 11691 : audit 0 from='client.237792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:52.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:52 smithi194 bash[32038]: cluster 2023-12-07T22:05:51.140423+0000 mgr.a (mgr.14403) 11692 : cluster 0 pgmap v8727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:52.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:52 smithi194 bash[32038]: audit 2023-12-07T22:05:51.254290+0000 mon.a (mon.0) 2064 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:05:52.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:52 smithi194 bash[32038]: audit 2023-12-07T22:05:51.256405+0000 mon.a (mon.0) 2065 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:05:52.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:52 smithi194 bash[32038]: audit 2023-12-07T22:05:51.264439+0000 mon.a (mon.0) 2066 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:05:52.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:52 smithi135 bash[32435]: audit 2023-12-07T22:05:50.883890+0000 mgr.a (mgr.14403) 11691 : audit 0 from='client.237792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:52.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:52 smithi135 bash[32435]: cluster 2023-12-07T22:05:51.140423+0000 mgr.a (mgr.14403) 11692 : cluster 0 pgmap v8727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:52.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:52 smithi135 bash[32435]: audit 2023-12-07T22:05:51.254290+0000 mon.a (mon.0) 2064 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:05:52.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:52 smithi135 bash[32435]: audit 2023-12-07T22:05:51.256405+0000 mon.a (mon.0) 2065 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:05:52.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:52 smithi135 bash[32435]: audit 2023-12-07T22:05:51.264439+0000 mon.a (mon.0) 2066 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:05:52.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:52 smithi079 bash[28699]: audit 2023-12-07T22:05:50.883890+0000 mgr.a (mgr.14403) 11691 : audit 0 from='client.237792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:52.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:52 smithi079 bash[28699]: cluster 2023-12-07T22:05:51.140423+0000 mgr.a (mgr.14403) 11692 : cluster 0 pgmap v8727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:52 smithi079 bash[28699]: audit 2023-12-07T22:05:51.254290+0000 mon.a (mon.0) 2064 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:05:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:52 smithi079 bash[28699]: audit 2023-12-07T22:05:51.256405+0000 mon.a (mon.0) 2065 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:05:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:52 smithi079 bash[28699]: audit 2023-12-07T22:05:51.264439+0000 mon.a (mon.0) 2066 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:05:54.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:54 smithi194 bash[32038]: cluster 2023-12-07T22:05:53.141345+0000 mgr.a (mgr.14403) 11693 : cluster 0 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-07T22:05:54.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:54 smithi135 bash[32435]: cluster 2023-12-07T22:05:53.141345+0000 mgr.a (mgr.14403) 11693 : cluster 0 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-07T22:05:54.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:54 smithi079 bash[28699]: cluster 2023-12-07T22:05:53.141345+0000 mgr.a (mgr.14403) 11693 : cluster 0 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-07T22:05:56.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:05:56.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:05:56.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:05:56.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:56 smithi194 bash[32038]: cluster 2023-12-07T22:05:55.142178+0000 mgr.a (mgr.14403) 11694 : cluster 0 pgmap v8729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:56.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:56 smithi135 bash[32435]: cluster 2023-12-07T22:05:55.142178+0000 mgr.a (mgr.14403) 11694 : cluster 0 pgmap v8729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:56.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:56 smithi079 bash[28699]: cluster 2023-12-07T22:05:55.142178+0000 mgr.a (mgr.14403) 11694 : cluster 0 pgmap v8729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:05:57.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:05:57.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:05:57.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:05:57.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:05:57.264 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:05:58.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:58 smithi194 bash[32038]: audit 2023-12-07T22:05:56.770938+0000 mgr.a (mgr.14403) 11695 : audit 0 from='client.237867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:58.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:05:58 smithi194 bash[32038]: cluster 2023-12-07T22:05:57.143733+0000 mgr.a (mgr.14403) 11696 : cluster 0 pgmap v8730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:58 smithi135 bash[32435]: audit 2023-12-07T22:05:56.770938+0000 mgr.a (mgr.14403) 11695 : audit 0 from='client.237867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:58.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:05:58 smithi135 bash[32435]: cluster 2023-12-07T22:05:57.143733+0000 mgr.a (mgr.14403) 11696 : cluster 0 pgmap v8730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:05:58.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:58 smithi079 bash[28699]: audit 2023-12-07T22:05:56.770938+0000 mgr.a (mgr.14403) 11695 : audit 0 from='client.237867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:05:58.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:05:58 smithi079 bash[28699]: cluster 2023-12-07T22:05:57.143733+0000 mgr.a (mgr.14403) 11696 : cluster 0 pgmap v8730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:00.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:00 smithi079 bash[28699]: cluster 2023-12-07T22:05:59.144775+0000 mgr.a (mgr.14403) 11697 : cluster 0 pgmap v8731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:00.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:00 smithi194 bash[32038]: cluster 2023-12-07T22:05:59.144775+0000 mgr.a (mgr.14403) 11697 : cluster 0 pgmap v8731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:00.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:00 smithi135 bash[32435]: cluster 2023-12-07T22:05:59.144775+0000 mgr.a (mgr.14403) 11697 : cluster 0 pgmap v8731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:02.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:06:02.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:02.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:02.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:02 smithi194 bash[32038]: cluster 2023-12-07T22:06:01.145328+0000 mgr.a (mgr.14403) 11698 : cluster 0 pgmap v8732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:02.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:02 smithi135 bash[32435]: cluster 2023-12-07T22:06:01.145328+0000 mgr.a (mgr.14403) 11698 : cluster 0 pgmap v8732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:02 smithi079 bash[28699]: cluster 2023-12-07T22:06:01.145328+0000 mgr.a (mgr.14403) 11698 : cluster 0 pgmap v8732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:03.179 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:06:03.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:03.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:03.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:03.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:06:04.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:04 smithi135 bash[32435]: audit 2023-12-07T22:06:02.674636+0000 mgr.a (mgr.14403) 11699 : audit 0 from='client.237942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:04.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:04 smithi135 bash[32435]: cluster 2023-12-07T22:06:03.145867+0000 mgr.a (mgr.14403) 11700 : cluster 0 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-07T22:06:04.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:04 smithi079 bash[28699]: audit 2023-12-07T22:06:02.674636+0000 mgr.a (mgr.14403) 11699 : audit 0 from='client.237942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:04 smithi079 bash[28699]: cluster 2023-12-07T22:06:03.145867+0000 mgr.a (mgr.14403) 11700 : cluster 0 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-07T22:06:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:04 smithi194 bash[32038]: audit 2023-12-07T22:06:02.674636+0000 mgr.a (mgr.14403) 11699 : audit 0 from='client.237942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:04 smithi194 bash[32038]: cluster 2023-12-07T22:06:03.145867+0000 mgr.a (mgr.14403) 11700 : cluster 0 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-07T22:06:06.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:06 smithi079 bash[28699]: cluster 2023-12-07T22:06:05.146635+0000 mgr.a (mgr.14403) 11701 : cluster 0 pgmap v8734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:06.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:06 smithi194 bash[32038]: cluster 2023-12-07T22:06:05.146635+0000 mgr.a (mgr.14403) 11701 : cluster 0 pgmap v8734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:06.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:06 smithi135 bash[32435]: cluster 2023-12-07T22:06:05.146635+0000 mgr.a (mgr.14403) 11701 : cluster 0 pgmap v8734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:08.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:06:08.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:08.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:08.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:08 smithi079 bash[28699]: cluster 2023-12-07T22:06:07.147216+0000 mgr.a (mgr.14403) 11702 : cluster 0 pgmap v8735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:08.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:08 smithi194 bash[32038]: cluster 2023-12-07T22:06:07.147216+0000 mgr.a (mgr.14403) 11702 : cluster 0 pgmap v8735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:08.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:08 smithi135 bash[32435]: cluster 2023-12-07T22:06:07.147216+0000 mgr.a (mgr.14403) 11702 : cluster 0 pgmap v8735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:09.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:09.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:09.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:09.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:06:09.075 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:06:10.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:10 smithi194 bash[32038]: audit 2023-12-07T22:06:08.583992+0000 mgr.a (mgr.14403) 11703 : audit 0 from='client.238017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:10.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:10 smithi194 bash[32038]: cluster 2023-12-07T22:06:09.148056+0000 mgr.a (mgr.14403) 11704 : cluster 0 pgmap v8736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:10.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:10 smithi135 bash[32435]: audit 2023-12-07T22:06:08.583992+0000 mgr.a (mgr.14403) 11703 : audit 0 from='client.238017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:10.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:10 smithi135 bash[32435]: cluster 2023-12-07T22:06:09.148056+0000 mgr.a (mgr.14403) 11704 : cluster 0 pgmap v8736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:10 smithi079 bash[28699]: audit 2023-12-07T22:06:08.583992+0000 mgr.a (mgr.14403) 11703 : audit 0 from='client.238017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:10.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:10 smithi079 bash[28699]: cluster 2023-12-07T22:06:09.148056+0000 mgr.a (mgr.14403) 11704 : cluster 0 pgmap v8736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:12.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:12 smithi135 bash[32435]: cluster 2023-12-07T22:06:11.148688+0000 mgr.a (mgr.14403) 11705 : cluster 0 pgmap v8737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:12 smithi079 bash[28699]: cluster 2023-12-07T22:06:11.148688+0000 mgr.a (mgr.14403) 11705 : cluster 0 pgmap v8737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:12 smithi194 bash[32038]: cluster 2023-12-07T22:06:11.148688+0000 mgr.a (mgr.14403) 11705 : cluster 0 pgmap v8737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:14.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:06:14.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:14.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:14.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:14 smithi079 bash[28699]: cluster 2023-12-07T22:06:13.149425+0000 mgr.a (mgr.14403) 11706 : cluster 0 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-07T22:06:14.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:14 smithi194 bash[32038]: cluster 2023-12-07T22:06:13.149425+0000 mgr.a (mgr.14403) 11706 : cluster 0 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-07T22:06:14.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:14 smithi135 bash[32435]: cluster 2023-12-07T22:06:13.149425+0000 mgr.a (mgr.14403) 11706 : cluster 0 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-07T22:06:14.973 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:06:14.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:14.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:14.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:14.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:06:15.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:15 smithi079 bash[28699]: audit 2023-12-07T22:06:14.472212+0000 mgr.a (mgr.14403) 11707 : audit 0 from='client.238095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:15.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:15 smithi194 bash[32038]: audit 2023-12-07T22:06:14.472212+0000 mgr.a (mgr.14403) 11707 : audit 0 from='client.238095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:15.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:15 smithi135 bash[32435]: audit 2023-12-07T22:06:14.472212+0000 mgr.a (mgr.14403) 11707 : audit 0 from='client.238095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:16.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:16 smithi079 bash[28699]: cluster 2023-12-07T22:06:15.150435+0000 mgr.a (mgr.14403) 11708 : cluster 0 pgmap v8739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:16.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:16 smithi194 bash[32038]: cluster 2023-12-07T22:06:15.150435+0000 mgr.a (mgr.14403) 11708 : cluster 0 pgmap v8739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:16.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:16 smithi135 bash[32435]: cluster 2023-12-07T22:06:15.150435+0000 mgr.a (mgr.14403) 11708 : cluster 0 pgmap v8739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:18.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:18 smithi079 bash[28699]: cluster 2023-12-07T22:06:17.151012+0000 mgr.a (mgr.14403) 11709 : cluster 0 pgmap v8740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:18.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:18 smithi194 bash[32038]: cluster 2023-12-07T22:06:17.151012+0000 mgr.a (mgr.14403) 11709 : cluster 0 pgmap v8740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:18.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:18 smithi135 bash[32435]: cluster 2023-12-07T22:06:17.151012+0000 mgr.a (mgr.14403) 11709 : cluster 0 pgmap v8740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:19.974 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:06:19.975 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:19.976 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:20.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:20 smithi194 bash[32038]: cluster 2023-12-07T22:06:19.151745+0000 mgr.a (mgr.14403) 11710 : cluster 0 pgmap v8741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:20.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:20 smithi135 bash[32435]: cluster 2023-12-07T22:06:19.151745+0000 mgr.a (mgr.14403) 11710 : cluster 0 pgmap v8741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:20.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:20 smithi079 bash[28699]: cluster 2023-12-07T22:06:19.151745+0000 mgr.a (mgr.14403) 11710 : cluster 0 pgmap v8741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:20.889 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:06:20.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:20.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:20.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:20.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:06:21.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:21 smithi194 bash[32038]: audit 2023-12-07T22:06:20.378078+0000 mgr.a (mgr.14403) 11711 : audit 0 from='client.238167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:21.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:21 smithi135 bash[32435]: audit 2023-12-07T22:06:20.378078+0000 mgr.a (mgr.14403) 11711 : audit 0 from='client.238167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:21 smithi079 bash[28699]: audit 2023-12-07T22:06:20.378078+0000 mgr.a (mgr.14403) 11711 : audit 0 from='client.238167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:22.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:22 smithi194 bash[32038]: cluster 2023-12-07T22:06:21.152326+0000 mgr.a (mgr.14403) 11712 : cluster 0 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-07T22:06:22.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:22 smithi135 bash[32435]: cluster 2023-12-07T22:06:21.152326+0000 mgr.a (mgr.14403) 11712 : cluster 0 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-07T22:06:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:22 smithi079 bash[28699]: cluster 2023-12-07T22:06:21.152326+0000 mgr.a (mgr.14403) 11712 : cluster 0 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-07T22:06:24.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:24 smithi194 bash[32038]: cluster 2023-12-07T22:06:23.152856+0000 mgr.a (mgr.14403) 11713 : cluster 0 pgmap v8743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:24.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:24 smithi135 bash[32435]: cluster 2023-12-07T22:06:23.152856+0000 mgr.a (mgr.14403) 11713 : cluster 0 pgmap v8743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:24.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:24 smithi079 bash[28699]: cluster 2023-12-07T22:06:23.152856+0000 mgr.a (mgr.14403) 11713 : cluster 0 pgmap v8743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:25.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:06:25.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:25.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:26 smithi194 bash[32038]: cluster 2023-12-07T22:06:25.153656+0000 mgr.a (mgr.14403) 11714 : cluster 0 pgmap v8744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:26.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:26 smithi135 bash[32435]: cluster 2023-12-07T22:06:25.153656+0000 mgr.a (mgr.14403) 11714 : cluster 0 pgmap v8744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:26.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:26 smithi079 bash[28699]: cluster 2023-12-07T22:06:25.153656+0000 mgr.a (mgr.14403) 11714 : cluster 0 pgmap v8744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:26.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:26.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:26.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:26.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:06:26.791 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:06:27.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:27 smithi194 bash[32038]: audit 2023-12-07T22:06:26.299555+0000 mgr.a (mgr.14403) 11715 : audit 0 from='client.238245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:27.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:27 smithi135 bash[32435]: audit 2023-12-07T22:06:26.299555+0000 mgr.a (mgr.14403) 11715 : audit 0 from='client.238245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:27 smithi079 bash[28699]: audit 2023-12-07T22:06:26.299555+0000 mgr.a (mgr.14403) 11715 : audit 0 from='client.238245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:28.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:28 smithi194 bash[32038]: cluster 2023-12-07T22:06:27.154314+0000 mgr.a (mgr.14403) 11716 : cluster 0 pgmap v8745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:28.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:28 smithi135 bash[32435]: cluster 2023-12-07T22:06:27.154314+0000 mgr.a (mgr.14403) 11716 : cluster 0 pgmap v8745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:28.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:28 smithi079 bash[28699]: cluster 2023-12-07T22:06:27.154314+0000 mgr.a (mgr.14403) 11716 : cluster 0 pgmap v8745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:30.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:30 smithi194 bash[32038]: cluster 2023-12-07T22:06:29.155130+0000 mgr.a (mgr.14403) 11717 : cluster 0 pgmap v8746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:30.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:30 smithi135 bash[32435]: cluster 2023-12-07T22:06:29.155130+0000 mgr.a (mgr.14403) 11717 : cluster 0 pgmap v8746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:30 smithi079 bash[28699]: cluster 2023-12-07T22:06:29.155130+0000 mgr.a (mgr.14403) 11717 : cluster 0 pgmap v8746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:31.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:06:31.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:31.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:32 smithi079 bash[28699]: cluster 2023-12-07T22:06:31.155604+0000 mgr.a (mgr.14403) 11718 : cluster 0 pgmap v8747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:32.690 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:06:32.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:32.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:32.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:32.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:06:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:32 smithi194 bash[32038]: cluster 2023-12-07T22:06:31.155604+0000 mgr.a (mgr.14403) 11718 : cluster 0 pgmap v8747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:32 smithi135 bash[32435]: cluster 2023-12-07T22:06:31.155604+0000 mgr.a (mgr.14403) 11718 : cluster 0 pgmap v8747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:33.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:33 smithi079 bash[28699]: audit 2023-12-07T22:06:32.195004+0000 mgr.a (mgr.14403) 11719 : audit 0 from='client.238320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:33.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:33 smithi194 bash[32038]: audit 2023-12-07T22:06:32.195004+0000 mgr.a (mgr.14403) 11719 : audit 0 from='client.238320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:33.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:33 smithi135 bash[32435]: audit 2023-12-07T22:06:32.195004+0000 mgr.a (mgr.14403) 11719 : audit 0 from='client.238320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:34 smithi079 bash[28699]: cluster 2023-12-07T22:06:33.156330+0000 mgr.a (mgr.14403) 11720 : cluster 0 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-07T22:06:34.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:34 smithi194 bash[32038]: cluster 2023-12-07T22:06:33.156330+0000 mgr.a (mgr.14403) 11720 : cluster 0 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-07T22:06:34.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:34 smithi135 bash[32435]: cluster 2023-12-07T22:06:33.156330+0000 mgr.a (mgr.14403) 11720 : cluster 0 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-07T22:06:36.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:36 smithi079 bash[28699]: cluster 2023-12-07T22:06:35.157159+0000 mgr.a (mgr.14403) 11721 : cluster 0 pgmap v8749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:36.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:36 smithi194 bash[32038]: cluster 2023-12-07T22:06:35.157159+0000 mgr.a (mgr.14403) 11721 : cluster 0 pgmap v8749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:36.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:36 smithi135 bash[32435]: cluster 2023-12-07T22:06:35.157159+0000 mgr.a (mgr.14403) 11721 : cluster 0 pgmap v8749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:06:37.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:06:37.693 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:37.693 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:38.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:38.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:38.607 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:06:38.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:38.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:06:38.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:38 smithi079 bash[28699]: cluster 2023-12-07T22:06:37.157728+0000 mgr.a (mgr.14403) 11722 : cluster 0 pgmap v8750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:38.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:38 smithi194 bash[32038]: cluster 2023-12-07T22:06:37.157728+0000 mgr.a (mgr.14403) 11722 : cluster 0 pgmap v8750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:38.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:38 smithi135 bash[32435]: cluster 2023-12-07T22:06:37.157728+0000 mgr.a (mgr.14403) 11722 : cluster 0 pgmap v8750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:39 smithi079 bash[28699]: audit 2023-12-07T22:06:38.096031+0000 mgr.a (mgr.14403) 11723 : audit 0 from='client.238398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:39 smithi194 bash[32038]: audit 2023-12-07T22:06:38.096031+0000 mgr.a (mgr.14403) 11723 : audit 0 from='client.238398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:39 smithi135 bash[32435]: audit 2023-12-07T22:06:38.096031+0000 mgr.a (mgr.14403) 11723 : audit 0 from='client.238398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:40 smithi079 bash[28699]: cluster 2023-12-07T22:06:39.158681+0000 mgr.a (mgr.14403) 11724 : cluster 0 pgmap v8751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:06:40.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:40 smithi194 bash[32038]: cluster 2023-12-07T22:06:39.158681+0000 mgr.a (mgr.14403) 11724 : cluster 0 pgmap v8751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:06:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:40 smithi135 bash[32435]: cluster 2023-12-07T22:06:39.158681+0000 mgr.a (mgr.14403) 11724 : cluster 0 pgmap v8751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:06:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:42 smithi079 bash[28699]: cluster 2023-12-07T22:06:41.159231+0000 mgr.a (mgr.14403) 11725 : cluster 0 pgmap v8752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:06:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:42 smithi194 bash[32038]: cluster 2023-12-07T22:06:41.159231+0000 mgr.a (mgr.14403) 11725 : cluster 0 pgmap v8752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:06:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:42 smithi135 bash[32435]: cluster 2023-12-07T22:06:41.159231+0000 mgr.a (mgr.14403) 11725 : cluster 0 pgmap v8752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:06:43.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:06:43.610 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:43.610 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:44.521 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:06:44.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:44.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:44.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:44.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:06:44.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:44 smithi079 bash[28699]: cluster 2023-12-07T22:06:43.159829+0000 mgr.a (mgr.14403) 11726 : cluster 0 pgmap v8753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:06:44.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:44 smithi194 bash[32038]: cluster 2023-12-07T22:06:43.159829+0000 mgr.a (mgr.14403) 11726 : cluster 0 pgmap v8753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:06:44.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:44 smithi135 bash[32435]: cluster 2023-12-07T22:06:43.159829+0000 mgr.a (mgr.14403) 11726 : cluster 0 pgmap v8753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:06:45.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:45 smithi079 bash[28699]: audit 2023-12-07T22:06:44.013388+0000 mgr.a (mgr.14403) 11727 : audit 0 from='client.238473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:45.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:45 smithi194 bash[32038]: audit 2023-12-07T22:06:44.013388+0000 mgr.a (mgr.14403) 11727 : audit 0 from='client.238473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:45.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:45 smithi135 bash[32435]: audit 2023-12-07T22:06:44.013388+0000 mgr.a (mgr.14403) 11727 : audit 0 from='client.238473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:46.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:46 smithi079 bash[28699]: cluster 2023-12-07T22:06:45.160925+0000 mgr.a (mgr.14403) 11728 : cluster 0 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-07T22:06:46.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:46 smithi194 bash[32038]: cluster 2023-12-07T22:06:45.160925+0000 mgr.a (mgr.14403) 11728 : cluster 0 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-07T22:06:46.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:46 smithi135 bash[32435]: cluster 2023-12-07T22:06:45.160925+0000 mgr.a (mgr.14403) 11728 : cluster 0 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-07T22:06:48.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:48 smithi079 bash[28699]: cluster 2023-12-07T22:06:47.161736+0000 mgr.a (mgr.14403) 11729 : cluster 0 pgmap v8755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:48.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:48 smithi194 bash[32038]: cluster 2023-12-07T22:06:47.161736+0000 mgr.a (mgr.14403) 11729 : cluster 0 pgmap v8755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:48.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:48 smithi135 bash[32435]: cluster 2023-12-07T22:06:47.161736+0000 mgr.a (mgr.14403) 11729 : cluster 0 pgmap v8755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:06:49.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:06:49.524 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:49.524 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:50.425 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:06:50.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:50.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:50.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:50.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:06:50.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:50 smithi194 bash[32038]: cluster 2023-12-07T22:06:49.162504+0000 mgr.a (mgr.14403) 11730 : cluster 0 pgmap v8756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:50.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:50 smithi135 bash[32435]: cluster 2023-12-07T22:06:49.162504+0000 mgr.a (mgr.14403) 11730 : cluster 0 pgmap v8756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:50 smithi079 bash[28699]: cluster 2023-12-07T22:06:49.162504+0000 mgr.a (mgr.14403) 11730 : cluster 0 pgmap v8756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:06:51.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:51 smithi194 bash[32038]: audit 2023-12-07T22:06:49.927963+0000 mgr.a (mgr.14403) 11731 : audit 0 from='client.238545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:51.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:51 smithi135 bash[32435]: audit 2023-12-07T22:06:49.927963+0000 mgr.a (mgr.14403) 11731 : audit 0 from='client.238545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:51 smithi079 bash[28699]: audit 2023-12-07T22:06:49.927963+0000 mgr.a (mgr.14403) 11731 : audit 0 from='client.238545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:52.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:52 smithi194 bash[32038]: cluster 2023-12-07T22:06:51.163239+0000 mgr.a (mgr.14403) 11732 : cluster 0 pgmap v8757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:06:52.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:52 smithi194 bash[32038]: audit 2023-12-07T22:06:51.366766+0000 mon.a (mon.0) 2067 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:06:52.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:52 smithi135 bash[32435]: cluster 2023-12-07T22:06:51.163239+0000 mgr.a (mgr.14403) 11732 : cluster 0 pgmap v8757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:06:52.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:52 smithi135 bash[32435]: audit 2023-12-07T22:06:51.366766+0000 mon.a (mon.0) 2067 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:06:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:52 smithi079 bash[28699]: cluster 2023-12-07T22:06:51.163239+0000 mgr.a (mgr.14403) 11732 : cluster 0 pgmap v8757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:06:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:52 smithi079 bash[28699]: audit 2023-12-07T22:06:51.366766+0000 mon.a (mon.0) 2067 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:06:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:54 smithi079 bash[28699]: cluster 2023-12-07T22:06:53.163781+0000 mgr.a (mgr.14403) 11733 : cluster 0 pgmap v8758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:06:54.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:54 smithi194 bash[32038]: cluster 2023-12-07T22:06:53.163781+0000 mgr.a (mgr.14403) 11733 : cluster 0 pgmap v8758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:06:54.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:54 smithi135 bash[32435]: cluster 2023-12-07T22:06:53.163781+0000 mgr.a (mgr.14403) 11733 : cluster 0 pgmap v8758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:06:55.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:06:55.429 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:06:55.430 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:06:56.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:06:56.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:06:56.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:06:56.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:06:56.339 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:06:56.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:56 smithi079 bash[28699]: cluster 2023-12-07T22:06:55.164595+0000 mgr.a (mgr.14403) 11734 : cluster 0 pgmap v8759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:06:56.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:56 smithi194 bash[32038]: cluster 2023-12-07T22:06:55.164595+0000 mgr.a (mgr.14403) 11734 : cluster 0 pgmap v8759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:06:56.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:56 smithi135 bash[32435]: cluster 2023-12-07T22:06:55.164595+0000 mgr.a (mgr.14403) 11734 : cluster 0 pgmap v8759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:06:57.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:57 smithi079 bash[28699]: audit 2023-12-07T22:06:55.828540+0000 mgr.a (mgr.14403) 11735 : audit 0 from='client.238620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:57.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:57 smithi079 bash[28699]: audit 2023-12-07T22:06:56.712148+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:57 smithi079 bash[28699]: audit 2023-12-07T22:06:56.717141+0000 mon.a (mon.0) 2069 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:57 smithi079 bash[28699]: audit 2023-12-07T22:06:56.763604+0000 mon.a (mon.0) 2070 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:57 smithi079 bash[28699]: audit 2023-12-07T22:06:56.770418+0000 mon.a (mon.0) 2071 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:57 smithi079 bash[28699]: audit 2023-12-07T22:06:56.776286+0000 mon.a (mon.0) 2072 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:57 smithi079 bash[28699]: audit 2023-12-07T22:06:56.781459+0000 mon.a (mon.0) 2073 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:57 smithi194 bash[32038]: audit 2023-12-07T22:06:55.828540+0000 mgr.a (mgr.14403) 11735 : audit 0 from='client.238620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:57.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:57 smithi194 bash[32038]: audit 2023-12-07T22:06:56.712148+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:57 smithi194 bash[32038]: audit 2023-12-07T22:06:56.717141+0000 mon.a (mon.0) 2069 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:57 smithi194 bash[32038]: audit 2023-12-07T22:06:56.763604+0000 mon.a (mon.0) 2070 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:57 smithi194 bash[32038]: audit 2023-12-07T22:06:56.770418+0000 mon.a (mon.0) 2071 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:57 smithi194 bash[32038]: audit 2023-12-07T22:06:56.776286+0000 mon.a (mon.0) 2072 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:57 smithi194 bash[32038]: audit 2023-12-07T22:06:56.781459+0000 mon.a (mon.0) 2073 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:57 smithi135 bash[32435]: audit 2023-12-07T22:06:55.828540+0000 mgr.a (mgr.14403) 11735 : audit 0 from='client.238620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:06:57.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:57 smithi135 bash[32435]: audit 2023-12-07T22:06:56.712148+0000 mon.a (mon.0) 2068 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:57 smithi135 bash[32435]: audit 2023-12-07T22:06:56.717141+0000 mon.a (mon.0) 2069 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:57 smithi135 bash[32435]: audit 2023-12-07T22:06:56.763604+0000 mon.a (mon.0) 2070 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:57 smithi135 bash[32435]: audit 2023-12-07T22:06:56.770418+0000 mon.a (mon.0) 2071 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:57 smithi135 bash[32435]: audit 2023-12-07T22:06:56.776286+0000 mon.a (mon.0) 2072 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:57.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:57 smithi135 bash[32435]: audit 2023-12-07T22:06:56.781459+0000 mon.a (mon.0) 2073 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:58 smithi079 bash[28699]: cluster 2023-12-07T22:06:57.165210+0000 mgr.a (mgr.14403) 11736 : cluster 0 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-07T22:06:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:58 smithi079 bash[28699]: audit 2023-12-07T22:06:57.460209+0000 mon.a (mon.0) 2074 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:06:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:58 smithi079 bash[28699]: audit 2023-12-07T22:06:57.462147+0000 mon.a (mon.0) 2075 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:06:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:06:58 smithi079 bash[28699]: audit 2023-12-07T22:06:57.471382+0000 mon.a (mon.0) 2076 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:58.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:58 smithi194 bash[32038]: cluster 2023-12-07T22:06:57.165210+0000 mgr.a (mgr.14403) 11736 : cluster 0 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-07T22:06:58.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:58 smithi194 bash[32038]: audit 2023-12-07T22:06:57.460209+0000 mon.a (mon.0) 2074 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:06:58.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:58 smithi194 bash[32038]: audit 2023-12-07T22:06:57.462147+0000 mon.a (mon.0) 2075 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:06:58.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:06:58 smithi194 bash[32038]: audit 2023-12-07T22:06:57.471382+0000 mon.a (mon.0) 2076 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:06:58.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:58 smithi135 bash[32435]: cluster 2023-12-07T22:06:57.165210+0000 mgr.a (mgr.14403) 11736 : cluster 0 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-07T22:06:58.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:58 smithi135 bash[32435]: audit 2023-12-07T22:06:57.460209+0000 mon.a (mon.0) 2074 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:06:58.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:58 smithi135 bash[32435]: audit 2023-12-07T22:06:57.462147+0000 mon.a (mon.0) 2075 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:06:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:06:58 smithi135 bash[32435]: audit 2023-12-07T22:06:57.471382+0000 mon.a (mon.0) 2076 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:07:00.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:00 smithi194 bash[32038]: cluster 2023-12-07T22:06:59.165907+0000 mgr.a (mgr.14403) 11737 : cluster 0 pgmap v8761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:00.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:00 smithi135 bash[32435]: cluster 2023-12-07T22:06:59.165907+0000 mgr.a (mgr.14403) 11737 : cluster 0 pgmap v8761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:00 smithi079 bash[28699]: cluster 2023-12-07T22:06:59.165907+0000 mgr.a (mgr.14403) 11737 : cluster 0 pgmap v8761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:01.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:07:01.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:01.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:02.238 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:07:02.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:02.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:02.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:02.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:07:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:02 smithi079 bash[28699]: cluster 2023-12-07T22:07:01.166416+0000 mgr.a (mgr.14403) 11738 : cluster 0 pgmap v8762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:02 smithi194 bash[32038]: cluster 2023-12-07T22:07:01.166416+0000 mgr.a (mgr.14403) 11738 : cluster 0 pgmap v8762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:02.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:02 smithi135 bash[32435]: cluster 2023-12-07T22:07:01.166416+0000 mgr.a (mgr.14403) 11738 : cluster 0 pgmap v8762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:03.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:03 smithi079 bash[28699]: audit 2023-12-07T22:07:01.741607+0000 mgr.a (mgr.14403) 11739 : audit 0 from='client.238695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:03.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:03 smithi194 bash[32038]: audit 2023-12-07T22:07:01.741607+0000 mgr.a (mgr.14403) 11739 : audit 0 from='client.238695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:03.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:03 smithi135 bash[32435]: audit 2023-12-07T22:07:01.741607+0000 mgr.a (mgr.14403) 11739 : audit 0 from='client.238695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:04 smithi079 bash[28699]: cluster 2023-12-07T22:07:03.167201+0000 mgr.a (mgr.14403) 11740 : cluster 0 pgmap v8763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:04 smithi194 bash[32038]: cluster 2023-12-07T22:07:03.167201+0000 mgr.a (mgr.14403) 11740 : cluster 0 pgmap v8763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:04.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:04 smithi135 bash[32435]: cluster 2023-12-07T22:07:03.167201+0000 mgr.a (mgr.14403) 11740 : cluster 0 pgmap v8763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:06.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:06 smithi079 bash[28699]: cluster 2023-12-07T22:07:05.168026+0000 mgr.a (mgr.14403) 11741 : cluster 0 pgmap v8764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:06.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:06 smithi194 bash[32038]: cluster 2023-12-07T22:07:05.168026+0000 mgr.a (mgr.14403) 11741 : cluster 0 pgmap v8764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:06.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:06 smithi135 bash[32435]: cluster 2023-12-07T22:07:05.168026+0000 mgr.a (mgr.14403) 11741 : cluster 0 pgmap v8764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:07.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:07:07.241 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:07.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:08.142 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:07:08.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:08.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:08.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:08.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:07:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:08 smithi079 bash[28699]: cluster 2023-12-07T22:07:07.168586+0000 mgr.a (mgr.14403) 11742 : cluster 0 pgmap v8765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:08.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:08 smithi194 bash[32038]: cluster 2023-12-07T22:07:07.168586+0000 mgr.a (mgr.14403) 11742 : cluster 0 pgmap v8765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:08.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:08 smithi135 bash[32435]: cluster 2023-12-07T22:07:07.168586+0000 mgr.a (mgr.14403) 11742 : cluster 0 pgmap v8765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:09.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:09 smithi079 bash[28699]: audit 2023-12-07T22:07:07.638204+0000 mgr.a (mgr.14403) 11743 : audit 0 from='client.238773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:09.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:09 smithi194 bash[32038]: audit 2023-12-07T22:07:07.638204+0000 mgr.a (mgr.14403) 11743 : audit 0 from='client.238773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:09.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:09 smithi135 bash[32435]: audit 2023-12-07T22:07:07.638204+0000 mgr.a (mgr.14403) 11743 : audit 0 from='client.238773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:10.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:10 smithi079 bash[28699]: cluster 2023-12-07T22:07:09.169289+0000 mgr.a (mgr.14403) 11744 : cluster 0 pgmap v8766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:10 smithi194 bash[32038]: cluster 2023-12-07T22:07:09.169289+0000 mgr.a (mgr.14403) 11744 : cluster 0 pgmap v8766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:10.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:10 smithi135 bash[32435]: cluster 2023-12-07T22:07:09.169289+0000 mgr.a (mgr.14403) 11744 : cluster 0 pgmap v8766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:12 smithi079 bash[28699]: cluster 2023-12-07T22:07:11.169992+0000 mgr.a (mgr.14403) 11745 : cluster 0 pgmap v8767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:12 smithi194 bash[32038]: cluster 2023-12-07T22:07:11.169992+0000 mgr.a (mgr.14403) 11745 : cluster 0 pgmap v8767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:12 smithi135 bash[32435]: cluster 2023-12-07T22:07:11.169992+0000 mgr.a (mgr.14403) 11745 : cluster 0 pgmap v8767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:13.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:07:13.145 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:13.146 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:14.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:14.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:14.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:14.031 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:07:14.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:07:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:14 smithi079 bash[28699]: cluster 2023-12-07T22:07:13.170711+0000 mgr.a (mgr.14403) 11746 : cluster 0 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-07T22:07:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:14 smithi079 bash[28699]: audit 2023-12-07T22:07:13.542054+0000 mgr.a (mgr.14403) 11747 : audit 0 from='client.238851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:14.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:14 smithi194 bash[32038]: cluster 2023-12-07T22:07:13.170711+0000 mgr.a (mgr.14403) 11746 : cluster 0 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-07T22:07:14.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:14 smithi194 bash[32038]: audit 2023-12-07T22:07:13.542054+0000 mgr.a (mgr.14403) 11747 : audit 0 from='client.238851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:14.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:14 smithi135 bash[32435]: cluster 2023-12-07T22:07:13.170711+0000 mgr.a (mgr.14403) 11746 : cluster 0 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-07T22:07:14.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:14 smithi135 bash[32435]: audit 2023-12-07T22:07:13.542054+0000 mgr.a (mgr.14403) 11747 : audit 0 from='client.238851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:16.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:16 smithi079 bash[28699]: cluster 2023-12-07T22:07:15.171986+0000 mgr.a (mgr.14403) 11748 : cluster 0 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-07T22:07:16.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:16 smithi194 bash[32038]: cluster 2023-12-07T22:07:15.171986+0000 mgr.a (mgr.14403) 11748 : cluster 0 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-07T22:07:16.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:16 smithi135 bash[32435]: cluster 2023-12-07T22:07:15.171986+0000 mgr.a (mgr.14403) 11748 : cluster 0 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-07T22:07:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:18 smithi079 bash[28699]: cluster 2023-12-07T22:07:17.172665+0000 mgr.a (mgr.14403) 11749 : cluster 0 pgmap v8770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:18.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:18 smithi194 bash[32038]: cluster 2023-12-07T22:07:17.172665+0000 mgr.a (mgr.14403) 11749 : cluster 0 pgmap v8770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:18.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:18 smithi135 bash[32435]: cluster 2023-12-07T22:07:17.172665+0000 mgr.a (mgr.14403) 11749 : cluster 0 pgmap v8770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:19.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:07:19.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:19.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:19.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:19.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:19.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:19.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:07:19.931 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:07:20.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:20 smithi194 bash[32038]: cluster 2023-12-07T22:07:19.173393+0000 mgr.a (mgr.14403) 11750 : cluster 0 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-07T22:07:20.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:20 smithi194 bash[32038]: audit 2023-12-07T22:07:19.427823+0000 mgr.a (mgr.14403) 11751 : audit 0 from='client.238926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:20.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:20 smithi135 bash[32435]: cluster 2023-12-07T22:07:19.173393+0000 mgr.a (mgr.14403) 11750 : cluster 0 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-07T22:07:20.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:20 smithi135 bash[32435]: audit 2023-12-07T22:07:19.427823+0000 mgr.a (mgr.14403) 11751 : audit 0 from='client.238926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:20.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:20 smithi079 bash[28699]: cluster 2023-12-07T22:07:19.173393+0000 mgr.a (mgr.14403) 11750 : cluster 0 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-07T22:07:20.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:20 smithi079 bash[28699]: audit 2023-12-07T22:07:19.427823+0000 mgr.a (mgr.14403) 11751 : audit 0 from='client.238926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:22 smithi079 bash[28699]: cluster 2023-12-07T22:07:21.174266+0000 mgr.a (mgr.14403) 11752 : cluster 0 pgmap v8772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:22.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:22 smithi194 bash[32038]: cluster 2023-12-07T22:07:21.174266+0000 mgr.a (mgr.14403) 11752 : cluster 0 pgmap v8772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:22.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:22 smithi135 bash[32435]: cluster 2023-12-07T22:07:21.174266+0000 mgr.a (mgr.14403) 11752 : cluster 0 pgmap v8772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:24.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:24 smithi079 bash[28699]: cluster 2023-12-07T22:07:23.175054+0000 mgr.a (mgr.14403) 11753 : cluster 0 pgmap v8773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:24.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:24 smithi194 bash[32038]: cluster 2023-12-07T22:07:23.175054+0000 mgr.a (mgr.14403) 11753 : cluster 0 pgmap v8773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:24.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:24 smithi135 bash[32435]: cluster 2023-12-07T22:07:23.175054+0000 mgr.a (mgr.14403) 11753 : cluster 0 pgmap v8773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:24.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:07:24.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:24.935 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:25.827 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:07:25.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:25.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:25.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:25.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:07:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:26 smithi079 bash[28699]: cluster 2023-12-07T22:07:25.175878+0000 mgr.a (mgr.14403) 11754 : cluster 0 pgmap v8774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:26 smithi079 bash[28699]: audit 2023-12-07T22:07:25.331121+0000 mgr.a (mgr.14403) 11755 : audit 0 from='client.239004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:26.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:26 smithi194 bash[32038]: cluster 2023-12-07T22:07:25.175878+0000 mgr.a (mgr.14403) 11754 : cluster 0 pgmap v8774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:26.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:26 smithi194 bash[32038]: audit 2023-12-07T22:07:25.331121+0000 mgr.a (mgr.14403) 11755 : audit 0 from='client.239004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:26.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:26 smithi135 bash[32435]: cluster 2023-12-07T22:07:25.175878+0000 mgr.a (mgr.14403) 11754 : cluster 0 pgmap v8774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:26.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:26 smithi135 bash[32435]: audit 2023-12-07T22:07:25.331121+0000 mgr.a (mgr.14403) 11755 : audit 0 from='client.239004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:28 smithi079 bash[28699]: cluster 2023-12-07T22:07:27.176544+0000 mgr.a (mgr.14403) 11756 : cluster 0 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-07T22:07:28.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:28 smithi194 bash[32038]: cluster 2023-12-07T22:07:27.176544+0000 mgr.a (mgr.14403) 11756 : cluster 0 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-07T22:07:28.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:28 smithi135 bash[32435]: cluster 2023-12-07T22:07:27.176544+0000 mgr.a (mgr.14403) 11756 : cluster 0 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-07T22:07:30.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:30 smithi194 bash[32038]: cluster 2023-12-07T22:07:29.177339+0000 mgr.a (mgr.14403) 11757 : cluster 0 pgmap v8776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:30.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:30 smithi135 bash[32435]: cluster 2023-12-07T22:07:29.177339+0000 mgr.a (mgr.14403) 11757 : cluster 0 pgmap v8776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:30.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:30 smithi079 bash[28699]: cluster 2023-12-07T22:07:29.177339+0000 mgr.a (mgr.14403) 11757 : cluster 0 pgmap v8776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:30.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:07:30.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:30.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:31.738 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:07:31.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:31.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:31.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:31.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:07:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:32 smithi079 bash[28699]: cluster 2023-12-07T22:07:31.177863+0000 mgr.a (mgr.14403) 11758 : cluster 0 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-07T22:07:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:32 smithi079 bash[28699]: audit 2023-12-07T22:07:31.218824+0000 mgr.a (mgr.14403) 11759 : audit 0 from='client.239079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:32 smithi194 bash[32038]: cluster 2023-12-07T22:07:31.177863+0000 mgr.a (mgr.14403) 11758 : cluster 0 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-07T22:07:32.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:32 smithi194 bash[32038]: audit 2023-12-07T22:07:31.218824+0000 mgr.a (mgr.14403) 11759 : audit 0 from='client.239079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:32 smithi135 bash[32435]: cluster 2023-12-07T22:07:31.177863+0000 mgr.a (mgr.14403) 11758 : cluster 0 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-07T22:07:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:32 smithi135 bash[32435]: audit 2023-12-07T22:07:31.218824+0000 mgr.a (mgr.14403) 11759 : audit 0 from='client.239079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:34 smithi079 bash[28699]: cluster 2023-12-07T22:07:33.178542+0000 mgr.a (mgr.14403) 11760 : cluster 0 pgmap v8778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:34.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:34 smithi194 bash[32038]: cluster 2023-12-07T22:07:33.178542+0000 mgr.a (mgr.14403) 11760 : cluster 0 pgmap v8778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:34.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:34 smithi135 bash[32435]: cluster 2023-12-07T22:07:33.178542+0000 mgr.a (mgr.14403) 11760 : cluster 0 pgmap v8778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:36 smithi079 bash[28699]: cluster 2023-12-07T22:07:35.179436+0000 mgr.a (mgr.14403) 11761 : cluster 0 pgmap v8779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:36.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:36 smithi194 bash[32038]: cluster 2023-12-07T22:07:35.179436+0000 mgr.a (mgr.14403) 11761 : cluster 0 pgmap v8779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:36.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:36 smithi135 bash[32435]: cluster 2023-12-07T22:07:35.179436+0000 mgr.a (mgr.14403) 11761 : cluster 0 pgmap v8779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:36.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:07:36.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:36.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:37.637 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:07:37.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:37.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:37.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:37.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:07:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:38 smithi079 bash[28699]: audit 2023-12-07T22:07:37.131627+0000 mgr.a (mgr.14403) 11762 : audit 0 from='client.239154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:38.714 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:38 smithi079 bash[28699]: cluster 2023-12-07T22:07:37.180137+0000 mgr.a (mgr.14403) 11763 : cluster 0 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-07T22:07:38.715 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:38 smithi135 bash[32435]: audit 2023-12-07T22:07:37.131627+0000 mgr.a (mgr.14403) 11762 : audit 0 from='client.239154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:38.715 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:38 smithi135 bash[32435]: cluster 2023-12-07T22:07:37.180137+0000 mgr.a (mgr.14403) 11763 : cluster 0 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-07T22:07:38.715 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:38 smithi194 bash[32038]: audit 2023-12-07T22:07:37.131627+0000 mgr.a (mgr.14403) 11762 : audit 0 from='client.239154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:38.715 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:38 smithi194 bash[32038]: cluster 2023-12-07T22:07:37.180137+0000 mgr.a (mgr.14403) 11763 : cluster 0 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-07T22:07:40.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:40 smithi194 bash[32038]: cluster 2023-12-07T22:07:39.181045+0000 mgr.a (mgr.14403) 11764 : cluster 0 pgmap v8781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:40.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:40 smithi135 bash[32435]: cluster 2023-12-07T22:07:39.181045+0000 mgr.a (mgr.14403) 11764 : cluster 0 pgmap v8781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:40.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:40 smithi079 bash[28699]: cluster 2023-12-07T22:07:39.181045+0000 mgr.a (mgr.14403) 11764 : cluster 0 pgmap v8781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:07:42.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:07:42.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:42.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:42 smithi079 bash[28699]: cluster 2023-12-07T22:07:41.181602+0000 mgr.a (mgr.14403) 11765 : cluster 0 pgmap v8782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:42 smithi194 bash[32038]: cluster 2023-12-07T22:07:41.181602+0000 mgr.a (mgr.14403) 11765 : cluster 0 pgmap v8782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:42 smithi135 bash[32435]: cluster 2023-12-07T22:07:41.181602+0000 mgr.a (mgr.14403) 11765 : cluster 0 pgmap v8782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:43.552 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:07:43.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:43.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:43.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:43.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:07:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:44 smithi079 bash[28699]: audit 2023-12-07T22:07:43.040868+0000 mgr.a (mgr.14403) 11766 : audit 0 from='client.239229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:44 smithi079 bash[28699]: cluster 2023-12-07T22:07:43.187257+0000 mgr.a (mgr.14403) 11767 : cluster 0 pgmap v8783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:44.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:44 smithi194 bash[32038]: audit 2023-12-07T22:07:43.040868+0000 mgr.a (mgr.14403) 11766 : audit 0 from='client.239229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:44.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:44 smithi194 bash[32038]: cluster 2023-12-07T22:07:43.187257+0000 mgr.a (mgr.14403) 11767 : cluster 0 pgmap v8783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:44.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:44 smithi135 bash[32435]: audit 2023-12-07T22:07:43.040868+0000 mgr.a (mgr.14403) 11766 : audit 0 from='client.239229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:44.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:44 smithi135 bash[32435]: cluster 2023-12-07T22:07:43.187257+0000 mgr.a (mgr.14403) 11767 : cluster 0 pgmap v8783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:46 smithi079 bash[28699]: cluster 2023-12-07T22:07:45.188403+0000 mgr.a (mgr.14403) 11768 : cluster 0 pgmap v8784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:07:46.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:46 smithi194 bash[32038]: cluster 2023-12-07T22:07:45.188403+0000 mgr.a (mgr.14403) 11768 : cluster 0 pgmap v8784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:07:46.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:46 smithi135 bash[32435]: cluster 2023-12-07T22:07:45.188403+0000 mgr.a (mgr.14403) 11768 : cluster 0 pgmap v8784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:07:48.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:07:48.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:48.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:48.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:48 smithi079 bash[28699]: cluster 2023-12-07T22:07:47.188959+0000 mgr.a (mgr.14403) 11769 : cluster 0 pgmap v8785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:07:48.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:48 smithi194 bash[32038]: cluster 2023-12-07T22:07:47.188959+0000 mgr.a (mgr.14403) 11769 : cluster 0 pgmap v8785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:07:48.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:48 smithi135 bash[32435]: cluster 2023-12-07T22:07:47.188959+0000 mgr.a (mgr.14403) 11769 : cluster 0 pgmap v8785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:07:49.448 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:07:49.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:49.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:49.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:49.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:07:50.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:50 smithi194 bash[32038]: audit 2023-12-07T22:07:48.964948+0000 mgr.a (mgr.14403) 11770 : audit 0 from='client.239307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:50.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:50 smithi194 bash[32038]: cluster 2023-12-07T22:07:49.189792+0000 mgr.a (mgr.14403) 11771 : cluster 0 pgmap v8786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:50.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:50 smithi135 bash[32435]: audit 2023-12-07T22:07:48.964948+0000 mgr.a (mgr.14403) 11770 : audit 0 from='client.239307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:50.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:50 smithi135 bash[32435]: cluster 2023-12-07T22:07:49.189792+0000 mgr.a (mgr.14403) 11771 : cluster 0 pgmap v8786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:50.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:50 smithi079 bash[28699]: audit 2023-12-07T22:07:48.964948+0000 mgr.a (mgr.14403) 11770 : audit 0 from='client.239307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:50.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:50 smithi079 bash[28699]: cluster 2023-12-07T22:07:49.189792+0000 mgr.a (mgr.14403) 11771 : cluster 0 pgmap v8786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:07:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:52 smithi079 bash[28699]: cluster 2023-12-07T22:07:51.190451+0000 mgr.a (mgr.14403) 11772 : cluster 0 pgmap v8787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:52 smithi194 bash[32038]: cluster 2023-12-07T22:07:51.190451+0000 mgr.a (mgr.14403) 11772 : cluster 0 pgmap v8787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:52.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:52 smithi135 bash[32435]: cluster 2023-12-07T22:07:51.190451+0000 mgr.a (mgr.14403) 11772 : cluster 0 pgmap v8787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:54.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:07:54.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:07:54.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:07:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:54 smithi079 bash[28699]: cluster 2023-12-07T22:07:53.190964+0000 mgr.a (mgr.14403) 11773 : cluster 0 pgmap v8788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:54.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:54 smithi194 bash[32038]: cluster 2023-12-07T22:07:53.190964+0000 mgr.a (mgr.14403) 11773 : cluster 0 pgmap v8788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:54.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:54 smithi135 bash[32435]: cluster 2023-12-07T22:07:53.190964+0000 mgr.a (mgr.14403) 11773 : cluster 0 pgmap v8788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:07:55.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:07:55.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:07:55.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:07:55.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:07:55.374 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:07:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:56 smithi079 bash[28699]: audit 2023-12-07T22:07:54.861114+0000 mgr.a (mgr.14403) 11774 : audit 0 from='client.239385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:56 smithi079 bash[28699]: cluster 2023-12-07T22:07:55.192303+0000 mgr.a (mgr.14403) 11775 : cluster 0 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-07T22:07:56.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:56 smithi194 bash[32038]: audit 2023-12-07T22:07:54.861114+0000 mgr.a (mgr.14403) 11774 : audit 0 from='client.239385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:56.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:56 smithi194 bash[32038]: cluster 2023-12-07T22:07:55.192303+0000 mgr.a (mgr.14403) 11775 : cluster 0 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-07T22:07:56.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:56 smithi135 bash[32435]: audit 2023-12-07T22:07:54.861114+0000 mgr.a (mgr.14403) 11774 : audit 0 from='client.239385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:07:56.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:56 smithi135 bash[32435]: cluster 2023-12-07T22:07:55.192303+0000 mgr.a (mgr.14403) 11775 : cluster 0 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-07T22:07:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:58 smithi079 bash[28699]: cluster 2023-12-07T22:07:57.193009+0000 mgr.a (mgr.14403) 11776 : cluster 0 pgmap v8790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:07:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:58 smithi079 bash[28699]: audit 2023-12-07T22:07:57.573966+0000 mon.a (mon.0) 2077 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:07:58.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:58 smithi194 bash[32038]: cluster 2023-12-07T22:07:57.193009+0000 mgr.a (mgr.14403) 11776 : cluster 0 pgmap v8790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:07:58.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:58 smithi194 bash[32038]: audit 2023-12-07T22:07:57.573966+0000 mon.a (mon.0) 2077 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:07:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:58 smithi135 bash[32435]: cluster 2023-12-07T22:07:57.193009+0000 mgr.a (mgr.14403) 11776 : cluster 0 pgmap v8790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:07:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:58 smithi135 bash[32435]: audit 2023-12-07T22:07:57.573966+0000 mon.a (mon.0) 2077 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:07:59.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:59 smithi079 bash[28699]: audit 2023-12-07T22:07:58.357601+0000 mon.a (mon.0) 2078 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:07:59.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:59 smithi079 bash[28699]: audit 2023-12-07T22:07:58.359416+0000 mon.a (mon.0) 2079 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:07:59.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:07:59 smithi079 bash[28699]: audit 2023-12-07T22:07:58.369556+0000 mon.a (mon.0) 2080 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:07:59.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:59 smithi194 bash[32038]: audit 2023-12-07T22:07:58.357601+0000 mon.a (mon.0) 2078 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:07:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:59 smithi194 bash[32038]: audit 2023-12-07T22:07:58.359416+0000 mon.a (mon.0) 2079 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:07:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:07:59 smithi194 bash[32038]: audit 2023-12-07T22:07:58.369556+0000 mon.a (mon.0) 2080 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:07:59.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:59 smithi135 bash[32435]: audit 2023-12-07T22:07:58.357601+0000 mon.a (mon.0) 2078 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:07:59.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:59 smithi135 bash[32435]: audit 2023-12-07T22:07:58.359416+0000 mon.a (mon.0) 2079 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:07:59.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:07:59 smithi135 bash[32435]: audit 2023-12-07T22:07:58.369556+0000 mon.a (mon.0) 2080 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:08:00.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:08:00.377 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:00.377 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:00 smithi079 bash[28699]: cluster 2023-12-07T22:07:59.193587+0000 mgr.a (mgr.14403) 11777 : cluster 0 pgmap v8791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:08:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:00 smithi194 bash[32038]: cluster 2023-12-07T22:07:59.193587+0000 mgr.a (mgr.14403) 11777 : cluster 0 pgmap v8791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:08:00.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:00 smithi135 bash[32435]: cluster 2023-12-07T22:07:59.193587+0000 mgr.a (mgr.14403) 11777 : cluster 0 pgmap v8791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:08:01.281 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:08:01.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:01.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:01.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:01.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:08:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:02 smithi079 bash[28699]: audit 2023-12-07T22:08:00.781619+0000 mgr.a (mgr.14403) 11778 : audit 0 from='client.239454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:02 smithi079 bash[28699]: cluster 2023-12-07T22:08:01.194301+0000 mgr.a (mgr.14403) 11779 : cluster 0 pgmap v8792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:02 smithi194 bash[32038]: audit 2023-12-07T22:08:00.781619+0000 mgr.a (mgr.14403) 11778 : audit 0 from='client.239454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:02 smithi194 bash[32038]: cluster 2023-12-07T22:08:01.194301+0000 mgr.a (mgr.14403) 11779 : cluster 0 pgmap v8792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:02.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:02 smithi135 bash[32435]: audit 2023-12-07T22:08:00.781619+0000 mgr.a (mgr.14403) 11778 : audit 0 from='client.239454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:02 smithi135 bash[32435]: cluster 2023-12-07T22:08:01.194301+0000 mgr.a (mgr.14403) 11779 : cluster 0 pgmap v8792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:04 smithi079 bash[28699]: cluster 2023-12-07T22:08:03.194943+0000 mgr.a (mgr.14403) 11780 : cluster 0 pgmap v8793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:04 smithi194 bash[32038]: cluster 2023-12-07T22:08:03.194943+0000 mgr.a (mgr.14403) 11780 : cluster 0 pgmap v8793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:04 smithi135 bash[32435]: cluster 2023-12-07T22:08:03.194943+0000 mgr.a (mgr.14403) 11780 : cluster 0 pgmap v8793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:06.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:08:06.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:06.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:06 smithi079 bash[28699]: cluster 2023-12-07T22:08:05.195652+0000 mgr.a (mgr.14403) 11781 : cluster 0 pgmap v8794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:06.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:06 smithi194 bash[32038]: cluster 2023-12-07T22:08:05.195652+0000 mgr.a (mgr.14403) 11781 : cluster 0 pgmap v8794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:06.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:06 smithi135 bash[32435]: cluster 2023-12-07T22:08:05.195652+0000 mgr.a (mgr.14403) 11781 : cluster 0 pgmap v8794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:07.157 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:08:07.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:07.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:07.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:07.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:08:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:08 smithi079 bash[28699]: audit 2023-12-07T22:08:06.680609+0000 mgr.a (mgr.14403) 11782 : audit 0 from='client.239523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:08 smithi079 bash[28699]: cluster 2023-12-07T22:08:07.196326+0000 mgr.a (mgr.14403) 11783 : cluster 0 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-07T22:08:08.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:08 smithi194 bash[32038]: audit 2023-12-07T22:08:06.680609+0000 mgr.a (mgr.14403) 11782 : audit 0 from='client.239523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:08.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:08 smithi194 bash[32038]: cluster 2023-12-07T22:08:07.196326+0000 mgr.a (mgr.14403) 11783 : cluster 0 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-07T22:08:08.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:08 smithi135 bash[32435]: audit 2023-12-07T22:08:06.680609+0000 mgr.a (mgr.14403) 11782 : audit 0 from='client.239523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:08.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:08 smithi135 bash[32435]: cluster 2023-12-07T22:08:07.196326+0000 mgr.a (mgr.14403) 11783 : cluster 0 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-07T22:08:10.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:10 smithi194 bash[32038]: cluster 2023-12-07T22:08:09.197125+0000 mgr.a (mgr.14403) 11784 : cluster 0 pgmap v8796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:10.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:10 smithi135 bash[32435]: cluster 2023-12-07T22:08:09.197125+0000 mgr.a (mgr.14403) 11784 : cluster 0 pgmap v8796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:10.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:10 smithi079 bash[28699]: cluster 2023-12-07T22:08:09.197125+0000 mgr.a (mgr.14403) 11784 : cluster 0 pgmap v8796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:12.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:08:12.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:12.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:12 smithi079 bash[28699]: cluster 2023-12-07T22:08:11.197829+0000 mgr.a (mgr.14403) 11785 : cluster 0 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-07T22:08:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:12 smithi194 bash[32038]: cluster 2023-12-07T22:08:11.197829+0000 mgr.a (mgr.14403) 11785 : cluster 0 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-07T22:08:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:12 smithi135 bash[32435]: cluster 2023-12-07T22:08:11.197829+0000 mgr.a (mgr.14403) 11785 : cluster 0 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-07T22:08:13.052 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:08:13.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:13.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:13.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:13.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:08:13.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:13 smithi079 bash[28699]: audit 2023-12-07T22:08:12.565447+0000 mgr.a (mgr.14403) 11786 : audit 0 from='client.239601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:13.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:13 smithi194 bash[32038]: audit 2023-12-07T22:08:12.565447+0000 mgr.a (mgr.14403) 11786 : audit 0 from='client.239601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:13.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:13 smithi135 bash[32435]: audit 2023-12-07T22:08:12.565447+0000 mgr.a (mgr.14403) 11786 : audit 0 from='client.239601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:14 smithi079 bash[28699]: cluster 2023-12-07T22:08:13.198751+0000 mgr.a (mgr.14403) 11787 : cluster 0 pgmap v8798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:14.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:14 smithi194 bash[32038]: cluster 2023-12-07T22:08:13.198751+0000 mgr.a (mgr.14403) 11787 : cluster 0 pgmap v8798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:14.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:14 smithi135 bash[32435]: cluster 2023-12-07T22:08:13.198751+0000 mgr.a (mgr.14403) 11787 : cluster 0 pgmap v8798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:16 smithi079 bash[28699]: cluster 2023-12-07T22:08:15.199595+0000 mgr.a (mgr.14403) 11788 : cluster 0 pgmap v8799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:16.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:16 smithi194 bash[32038]: cluster 2023-12-07T22:08:15.199595+0000 mgr.a (mgr.14403) 11788 : cluster 0 pgmap v8799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:16.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:16 smithi135 bash[32435]: cluster 2023-12-07T22:08:15.199595+0000 mgr.a (mgr.14403) 11788 : cluster 0 pgmap v8799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:18.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:08:18.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:18.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:18 smithi079 bash[28699]: cluster 2023-12-07T22:08:17.200172+0000 mgr.a (mgr.14403) 11789 : cluster 0 pgmap v8800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:18.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:18 smithi194 bash[32038]: cluster 2023-12-07T22:08:17.200172+0000 mgr.a (mgr.14403) 11789 : cluster 0 pgmap v8800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:18 smithi135 bash[32435]: cluster 2023-12-07T22:08:17.200172+0000 mgr.a (mgr.14403) 11789 : cluster 0 pgmap v8800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:18.946 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:08:18.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:18.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:18.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:18.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:08:19.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:19 smithi079 bash[28699]: audit 2023-12-07T22:08:18.461545+0000 mgr.a (mgr.14403) 11790 : audit 0 from='client.239676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:19.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:19 smithi194 bash[32038]: audit 2023-12-07T22:08:18.461545+0000 mgr.a (mgr.14403) 11790 : audit 0 from='client.239676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:19.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:19 smithi135 bash[32435]: audit 2023-12-07T22:08:18.461545+0000 mgr.a (mgr.14403) 11790 : audit 0 from='client.239676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:20.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:20 smithi079 bash[28699]: cluster 2023-12-07T22:08:19.201274+0000 mgr.a (mgr.14403) 11791 : cluster 0 pgmap v8801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:20.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:20 smithi194 bash[32038]: cluster 2023-12-07T22:08:19.201274+0000 mgr.a (mgr.14403) 11791 : cluster 0 pgmap v8801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:20.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:20 smithi135 bash[32435]: cluster 2023-12-07T22:08:19.201274+0000 mgr.a (mgr.14403) 11791 : cluster 0 pgmap v8801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:22 smithi079 bash[28699]: cluster 2023-12-07T22:08:21.202017+0000 mgr.a (mgr.14403) 11792 : cluster 0 pgmap v8802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:22.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:22 smithi194 bash[32038]: cluster 2023-12-07T22:08:21.202017+0000 mgr.a (mgr.14403) 11792 : cluster 0 pgmap v8802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:22 smithi135 bash[32435]: cluster 2023-12-07T22:08:21.202017+0000 mgr.a (mgr.14403) 11792 : cluster 0 pgmap v8802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:23.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:08:23.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:23.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:24 smithi079 bash[28699]: cluster 2023-12-07T22:08:23.202657+0000 mgr.a (mgr.14403) 11793 : cluster 0 pgmap v8803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:24.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:24 smithi194 bash[32038]: cluster 2023-12-07T22:08:23.202657+0000 mgr.a (mgr.14403) 11793 : cluster 0 pgmap v8803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:24 smithi135 bash[32435]: cluster 2023-12-07T22:08:23.202657+0000 mgr.a (mgr.14403) 11793 : cluster 0 pgmap v8803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:24.878 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:08:24.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:24.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:24.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:24.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:08:25.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:25 smithi079 bash[28699]: audit 2023-12-07T22:08:24.352142+0000 mgr.a (mgr.14403) 11794 : audit 0 from='client.239751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:25.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:25 smithi194 bash[32038]: audit 2023-12-07T22:08:24.352142+0000 mgr.a (mgr.14403) 11794 : audit 0 from='client.239751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:25.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:25 smithi135 bash[32435]: audit 2023-12-07T22:08:24.352142+0000 mgr.a (mgr.14403) 11794 : audit 0 from='client.239751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:26 smithi079 bash[28699]: cluster 2023-12-07T22:08:25.203741+0000 mgr.a (mgr.14403) 11795 : cluster 0 pgmap v8804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:26.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:26 smithi194 bash[32038]: cluster 2023-12-07T22:08:25.203741+0000 mgr.a (mgr.14403) 11795 : cluster 0 pgmap v8804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:26.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:26 smithi135 bash[32435]: cluster 2023-12-07T22:08:25.203741+0000 mgr.a (mgr.14403) 11795 : cluster 0 pgmap v8804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:28 smithi079 bash[28699]: cluster 2023-12-07T22:08:27.204320+0000 mgr.a (mgr.14403) 11796 : cluster 0 pgmap v8805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:28.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:28 smithi194 bash[32038]: cluster 2023-12-07T22:08:27.204320+0000 mgr.a (mgr.14403) 11796 : cluster 0 pgmap v8805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:28 smithi135 bash[32435]: cluster 2023-12-07T22:08:27.204320+0000 mgr.a (mgr.14403) 11796 : cluster 0 pgmap v8805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:29.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:08:29.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:29.882 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:30.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:30 smithi194 bash[32038]: cluster 2023-12-07T22:08:29.205064+0000 mgr.a (mgr.14403) 11797 : cluster 0 pgmap v8806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:30.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:30 smithi135 bash[32435]: cluster 2023-12-07T22:08:29.205064+0000 mgr.a (mgr.14403) 11797 : cluster 0 pgmap v8806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:30.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:30 smithi079 bash[28699]: cluster 2023-12-07T22:08:29.205064+0000 mgr.a (mgr.14403) 11797 : cluster 0 pgmap v8806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:30.769 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:08:30.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:30.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:30.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:30.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:08:31.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:31 smithi194 bash[32038]: audit 2023-12-07T22:08:30.275937+0000 mgr.a (mgr.14403) 11798 : audit 0 from='client.239826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:31.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:31 smithi135 bash[32435]: audit 2023-12-07T22:08:30.275937+0000 mgr.a (mgr.14403) 11798 : audit 0 from='client.239826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:31.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:31 smithi079 bash[28699]: audit 2023-12-07T22:08:30.275937+0000 mgr.a (mgr.14403) 11798 : audit 0 from='client.239826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:32.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:32 smithi194 bash[32038]: cluster 2023-12-07T22:08:31.205699+0000 mgr.a (mgr.14403) 11799 : cluster 0 pgmap v8807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:32.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:32 smithi135 bash[32435]: cluster 2023-12-07T22:08:31.205699+0000 mgr.a (mgr.14403) 11799 : cluster 0 pgmap v8807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:32 smithi079 bash[28699]: cluster 2023-12-07T22:08:31.205699+0000 mgr.a (mgr.14403) 11799 : cluster 0 pgmap v8807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:34 smithi079 bash[28699]: cluster 2023-12-07T22:08:33.206277+0000 mgr.a (mgr.14403) 11800 : cluster 0 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-07T22:08:34.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:34 smithi194 bash[32038]: cluster 2023-12-07T22:08:33.206277+0000 mgr.a (mgr.14403) 11800 : cluster 0 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-07T22:08:34.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:34 smithi135 bash[32435]: cluster 2023-12-07T22:08:33.206277+0000 mgr.a (mgr.14403) 11800 : cluster 0 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-07T22:08:35.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:08:35.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:35.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:36 smithi079 bash[28699]: cluster 2023-12-07T22:08:35.207035+0000 mgr.a (mgr.14403) 11801 : cluster 0 pgmap v8809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:36.682 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:08:36.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:36.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:36.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:36.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:08:36.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:36 smithi194 bash[32038]: cluster 2023-12-07T22:08:35.207035+0000 mgr.a (mgr.14403) 11801 : cluster 0 pgmap v8809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:36.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:36 smithi135 bash[32435]: cluster 2023-12-07T22:08:35.207035+0000 mgr.a (mgr.14403) 11801 : cluster 0 pgmap v8809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:37.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:37 smithi079 bash[28699]: audit 2023-12-07T22:08:36.176686+0000 mgr.a (mgr.14403) 11802 : audit 0 from='client.239898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:37.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:37 smithi194 bash[32038]: audit 2023-12-07T22:08:36.176686+0000 mgr.a (mgr.14403) 11802 : audit 0 from='client.239898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:37.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:37 smithi135 bash[32435]: audit 2023-12-07T22:08:36.176686+0000 mgr.a (mgr.14403) 11802 : audit 0 from='client.239898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:38 smithi079 bash[28699]: cluster 2023-12-07T22:08:37.207674+0000 mgr.a (mgr.14403) 11803 : cluster 0 pgmap v8810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:38.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:38 smithi194 bash[32038]: cluster 2023-12-07T22:08:37.207674+0000 mgr.a (mgr.14403) 11803 : cluster 0 pgmap v8810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:38 smithi135 bash[32435]: cluster 2023-12-07T22:08:37.207674+0000 mgr.a (mgr.14403) 11803 : cluster 0 pgmap v8810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:40.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:40 smithi194 bash[32038]: cluster 2023-12-07T22:08:39.208504+0000 mgr.a (mgr.14403) 11804 : cluster 0 pgmap v8811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:40.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:40 smithi135 bash[32435]: cluster 2023-12-07T22:08:39.208504+0000 mgr.a (mgr.14403) 11804 : cluster 0 pgmap v8811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:40.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:40 smithi079 bash[28699]: cluster 2023-12-07T22:08:39.208504+0000 mgr.a (mgr.14403) 11804 : cluster 0 pgmap v8811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:41.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:08:41.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:41.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:42.604 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:08:42.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:42.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:42.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:42.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:08:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:42 smithi079 bash[28699]: cluster 2023-12-07T22:08:41.209061+0000 mgr.a (mgr.14403) 11805 : cluster 0 pgmap v8812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:42.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:42 smithi194 bash[32038]: cluster 2023-12-07T22:08:41.209061+0000 mgr.a (mgr.14403) 11805 : cluster 0 pgmap v8812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:42 smithi135 bash[32435]: cluster 2023-12-07T22:08:41.209061+0000 mgr.a (mgr.14403) 11805 : cluster 0 pgmap v8812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:43.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:43 smithi079 bash[28699]: audit 2023-12-07T22:08:42.082593+0000 mgr.a (mgr.14403) 11806 : audit 0 from='client.239973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:43.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:43 smithi194 bash[32038]: audit 2023-12-07T22:08:42.082593+0000 mgr.a (mgr.14403) 11806 : audit 0 from='client.239973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:43.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:43 smithi135 bash[32435]: audit 2023-12-07T22:08:42.082593+0000 mgr.a (mgr.14403) 11806 : audit 0 from='client.239973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:44 smithi079 bash[28699]: cluster 2023-12-07T22:08:43.209690+0000 mgr.a (mgr.14403) 11807 : cluster 0 pgmap v8813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:44.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:44 smithi194 bash[32038]: cluster 2023-12-07T22:08:43.209690+0000 mgr.a (mgr.14403) 11807 : cluster 0 pgmap v8813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:44.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:44 smithi135 bash[32435]: cluster 2023-12-07T22:08:43.209690+0000 mgr.a (mgr.14403) 11807 : cluster 0 pgmap v8813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:46 smithi079 bash[28699]: cluster 2023-12-07T22:08:45.210444+0000 mgr.a (mgr.14403) 11808 : cluster 0 pgmap v8814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:46.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:46 smithi194 bash[32038]: cluster 2023-12-07T22:08:45.210444+0000 mgr.a (mgr.14403) 11808 : cluster 0 pgmap v8814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:46.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:46 smithi135 bash[32435]: cluster 2023-12-07T22:08:45.210444+0000 mgr.a (mgr.14403) 11808 : cluster 0 pgmap v8814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:47.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:08:47.609 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:47.609 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:48.510 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:08:48.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:48.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:48.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:48.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:08:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:48 smithi079 bash[28699]: cluster 2023-12-07T22:08:47.210993+0000 mgr.a (mgr.14403) 11809 : cluster 0 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-07T22:08:48.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:48 smithi194 bash[32038]: cluster 2023-12-07T22:08:47.210993+0000 mgr.a (mgr.14403) 11809 : cluster 0 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-07T22:08:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:48 smithi135 bash[32435]: cluster 2023-12-07T22:08:47.210993+0000 mgr.a (mgr.14403) 11809 : cluster 0 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-07T22:08:49.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:49 smithi079 bash[28699]: audit 2023-12-07T22:08:48.008810+0000 mgr.a (mgr.14403) 11810 : audit 0 from='client.188530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:49.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:49 smithi194 bash[32038]: audit 2023-12-07T22:08:48.008810+0000 mgr.a (mgr.14403) 11810 : audit 0 from='client.188530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:49.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:49 smithi135 bash[32435]: audit 2023-12-07T22:08:48.008810+0000 mgr.a (mgr.14403) 11810 : audit 0 from='client.188530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:50.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:50 smithi079 bash[28699]: cluster 2023-12-07T22:08:49.211805+0000 mgr.a (mgr.14403) 11811 : cluster 0 pgmap v8816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:50.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:50 smithi194 bash[32038]: cluster 2023-12-07T22:08:49.211805+0000 mgr.a (mgr.14403) 11811 : cluster 0 pgmap v8816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:50.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:50 smithi135 bash[32435]: cluster 2023-12-07T22:08:49.211805+0000 mgr.a (mgr.14403) 11811 : cluster 0 pgmap v8816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:08:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:52 smithi079 bash[28699]: cluster 2023-12-07T22:08:51.212370+0000 mgr.a (mgr.14403) 11812 : cluster 0 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-07T22:08:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:52 smithi194 bash[32038]: cluster 2023-12-07T22:08:51.212370+0000 mgr.a (mgr.14403) 11812 : cluster 0 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-07T22:08:52.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:52 smithi135 bash[32435]: cluster 2023-12-07T22:08:51.212370+0000 mgr.a (mgr.14403) 11812 : cluster 0 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-07T22:08:53.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:08:53.513 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:53.513 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:54.414 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:08:54.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:08:54.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:08:54.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:08:54.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:08:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:54 smithi079 bash[28699]: cluster 2023-12-07T22:08:53.212954+0000 mgr.a (mgr.14403) 11813 : cluster 0 pgmap v8818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:54.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:54 smithi194 bash[32038]: cluster 2023-12-07T22:08:53.212954+0000 mgr.a (mgr.14403) 11813 : cluster 0 pgmap v8818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:54.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:54 smithi135 bash[32435]: cluster 2023-12-07T22:08:53.212954+0000 mgr.a (mgr.14403) 11813 : cluster 0 pgmap v8818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:55.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:55 smithi079 bash[28699]: audit 2023-12-07T22:08:53.910177+0000 mgr.a (mgr.14403) 11814 : audit 0 from='client.240129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:55.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:55 smithi194 bash[32038]: audit 2023-12-07T22:08:53.910177+0000 mgr.a (mgr.14403) 11814 : audit 0 from='client.240129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:55.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:55 smithi135 bash[32435]: audit 2023-12-07T22:08:53.910177+0000 mgr.a (mgr.14403) 11814 : audit 0 from='client.240129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:08:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:56 smithi079 bash[28699]: cluster 2023-12-07T22:08:55.214056+0000 mgr.a (mgr.14403) 11815 : cluster 0 pgmap v8819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:56.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:56 smithi194 bash[32038]: cluster 2023-12-07T22:08:55.214056+0000 mgr.a (mgr.14403) 11815 : cluster 0 pgmap v8819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:56.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:56 smithi135 bash[32435]: cluster 2023-12-07T22:08:55.214056+0000 mgr.a (mgr.14403) 11815 : cluster 0 pgmap v8819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:08:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:58 smithi079 bash[28699]: cluster 2023-12-07T22:08:57.214654+0000 mgr.a (mgr.14403) 11816 : cluster 0 pgmap v8820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:58.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:58 smithi194 bash[32038]: cluster 2023-12-07T22:08:57.214654+0000 mgr.a (mgr.14403) 11816 : cluster 0 pgmap v8820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:58 smithi135 bash[32435]: cluster 2023-12-07T22:08:57.214654+0000 mgr.a (mgr.14403) 11816 : cluster 0 pgmap v8820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:08:59.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:08:59.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:08:59.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:08:59.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:59 smithi079 bash[28699]: audit 2023-12-07T22:08:58.472264+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:08:59.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:59 smithi079 bash[28699]: audit 2023-12-07T22:08:59.206571+0000 mon.a (mon.0) 2082 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:08:59.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:59 smithi079 bash[28699]: audit 2023-12-07T22:08:59.208333+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:08:59.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:08:59 smithi079 bash[28699]: audit 2023-12-07T22:08:59.215864+0000 mon.a (mon.0) 2084 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:08:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:59 smithi194 bash[32038]: audit 2023-12-07T22:08:58.472264+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:08:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:59 smithi194 bash[32038]: audit 2023-12-07T22:08:59.206571+0000 mon.a (mon.0) 2082 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:08:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:59 smithi194 bash[32038]: audit 2023-12-07T22:08:59.208333+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:08:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:08:59 smithi194 bash[32038]: audit 2023-12-07T22:08:59.215864+0000 mon.a (mon.0) 2084 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:08:59.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:59 smithi135 bash[32435]: audit 2023-12-07T22:08:58.472264+0000 mon.a (mon.0) 2081 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:08:59.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:59 smithi135 bash[32435]: audit 2023-12-07T22:08:59.206571+0000 mon.a (mon.0) 2082 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:08:59.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:59 smithi135 bash[32435]: audit 2023-12-07T22:08:59.208333+0000 mon.a (mon.0) 2083 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:08:59.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:08:59 smithi135 bash[32435]: audit 2023-12-07T22:08:59.215864+0000 mon.a (mon.0) 2084 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:09:00.281 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:09:00.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:00.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:00.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:00.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:09:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:00 smithi079 bash[28699]: cluster 2023-12-07T22:08:59.215239+0000 mgr.a (mgr.14403) 11817 : cluster 0 pgmap v8821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:00 smithi194 bash[32038]: cluster 2023-12-07T22:08:59.215239+0000 mgr.a (mgr.14403) 11817 : cluster 0 pgmap v8821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:00.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:00 smithi135 bash[32435]: cluster 2023-12-07T22:08:59.215239+0000 mgr.a (mgr.14403) 11817 : cluster 0 pgmap v8821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:01.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:01 smithi079 bash[28699]: audit 2023-12-07T22:08:59.796000+0000 mgr.a (mgr.14403) 11818 : audit 0 from='client.240207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:01.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:01 smithi194 bash[32038]: audit 2023-12-07T22:08:59.796000+0000 mgr.a (mgr.14403) 11818 : audit 0 from='client.240207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:01.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:01 smithi135 bash[32435]: audit 2023-12-07T22:08:59.796000+0000 mgr.a (mgr.14403) 11818 : audit 0 from='client.240207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:02 smithi079 bash[28699]: cluster 2023-12-07T22:09:01.215923+0000 mgr.a (mgr.14403) 11819 : cluster 0 pgmap v8822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:02.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:02 smithi194 bash[32038]: cluster 2023-12-07T22:09:01.215923+0000 mgr.a (mgr.14403) 11819 : cluster 0 pgmap v8822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:02 smithi135 bash[32435]: cluster 2023-12-07T22:09:01.215923+0000 mgr.a (mgr.14403) 11819 : cluster 0 pgmap v8822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:04 smithi079 bash[28699]: cluster 2023-12-07T22:09:03.216575+0000 mgr.a (mgr.14403) 11820 : cluster 0 pgmap v8823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:04 smithi194 bash[32038]: cluster 2023-12-07T22:09:03.216575+0000 mgr.a (mgr.14403) 11820 : cluster 0 pgmap v8823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:04 smithi135 bash[32435]: cluster 2023-12-07T22:09:03.216575+0000 mgr.a (mgr.14403) 11820 : cluster 0 pgmap v8823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:05.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:09:05.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:05.286 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:06.187 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:09:06.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:06.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:06.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:06.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:09:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:06 smithi079 bash[28699]: cluster 2023-12-07T22:09:05.217329+0000 mgr.a (mgr.14403) 11821 : cluster 0 pgmap v8824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:06.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:06 smithi194 bash[32038]: cluster 2023-12-07T22:09:05.217329+0000 mgr.a (mgr.14403) 11821 : cluster 0 pgmap v8824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:06.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:06 smithi135 bash[32435]: cluster 2023-12-07T22:09:05.217329+0000 mgr.a (mgr.14403) 11821 : cluster 0 pgmap v8824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:07.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:07 smithi079 bash[28699]: audit 2023-12-07T22:09:05.680106+0000 mgr.a (mgr.14403) 11822 : audit 0 from='client.240279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:07.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:07 smithi194 bash[32038]: audit 2023-12-07T22:09:05.680106+0000 mgr.a (mgr.14403) 11822 : audit 0 from='client.240279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:07.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:07 smithi135 bash[32435]: audit 2023-12-07T22:09:05.680106+0000 mgr.a (mgr.14403) 11822 : audit 0 from='client.240279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:08 smithi079 bash[28699]: cluster 2023-12-07T22:09:07.217956+0000 mgr.a (mgr.14403) 11823 : cluster 0 pgmap v8825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:08.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:08 smithi194 bash[32038]: cluster 2023-12-07T22:09:07.217956+0000 mgr.a (mgr.14403) 11823 : cluster 0 pgmap v8825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:08.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:08 smithi135 bash[32435]: cluster 2023-12-07T22:09:07.217956+0000 mgr.a (mgr.14403) 11823 : cluster 0 pgmap v8825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:10.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:10 smithi135 bash[32435]: cluster 2023-12-07T22:09:09.218737+0000 mgr.a (mgr.14403) 11824 : cluster 0 pgmap v8826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:10.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:10 smithi079 bash[28699]: cluster 2023-12-07T22:09:09.218737+0000 mgr.a (mgr.14403) 11824 : cluster 0 pgmap v8826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:10.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:10 smithi194 bash[32038]: cluster 2023-12-07T22:09:09.218737+0000 mgr.a (mgr.14403) 11824 : cluster 0 pgmap v8826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:11.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:09:11.190 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:11.190 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:12.093 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:09:12.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:12.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:12.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:12.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:09:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:12 smithi079 bash[28699]: cluster 2023-12-07T22:09:11.219337+0000 mgr.a (mgr.14403) 11825 : cluster 0 pgmap v8827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:12 smithi079 bash[28699]: audit 2023-12-07T22:09:11.580671+0000 mgr.a (mgr.14403) 11826 : audit 0 from='client.240357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:12.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:12 smithi194 bash[32038]: cluster 2023-12-07T22:09:11.219337+0000 mgr.a (mgr.14403) 11825 : cluster 0 pgmap v8827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:12.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:12 smithi194 bash[32038]: audit 2023-12-07T22:09:11.580671+0000 mgr.a (mgr.14403) 11826 : audit 0 from='client.240357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:12 smithi135 bash[32435]: cluster 2023-12-07T22:09:11.219337+0000 mgr.a (mgr.14403) 11825 : cluster 0 pgmap v8827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:12 smithi135 bash[32435]: audit 2023-12-07T22:09:11.580671+0000 mgr.a (mgr.14403) 11826 : audit 0 from='client.240357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:14 smithi079 bash[28699]: cluster 2023-12-07T22:09:13.219978+0000 mgr.a (mgr.14403) 11827 : cluster 0 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-07T22:09:14.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:14 smithi194 bash[32038]: cluster 2023-12-07T22:09:13.219978+0000 mgr.a (mgr.14403) 11827 : cluster 0 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-07T22:09:14.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:14 smithi135 bash[32435]: cluster 2023-12-07T22:09:13.219978+0000 mgr.a (mgr.14403) 11827 : cluster 0 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-07T22:09:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:16 smithi079 bash[28699]: cluster 2023-12-07T22:09:15.220826+0000 mgr.a (mgr.14403) 11828 : cluster 0 pgmap v8829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:16.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:16 smithi194 bash[32038]: cluster 2023-12-07T22:09:15.220826+0000 mgr.a (mgr.14403) 11828 : cluster 0 pgmap v8829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:16.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:16 smithi135 bash[32435]: cluster 2023-12-07T22:09:15.220826+0000 mgr.a (mgr.14403) 11828 : cluster 0 pgmap v8829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:17.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:09:17.096 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:17.096 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:17.998 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:09:17.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:17.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:17.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:17.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:09:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:18 smithi079 bash[28699]: cluster 2023-12-07T22:09:17.221338+0000 mgr.a (mgr.14403) 11829 : cluster 0 pgmap v8830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:18 smithi079 bash[28699]: audit 2023-12-07T22:09:17.499902+0000 mgr.a (mgr.14403) 11830 : audit 0 from='client.240432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:18.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:18 smithi194 bash[32038]: cluster 2023-12-07T22:09:17.221338+0000 mgr.a (mgr.14403) 11829 : cluster 0 pgmap v8830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:18.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:18 smithi194 bash[32038]: audit 2023-12-07T22:09:17.499902+0000 mgr.a (mgr.14403) 11830 : audit 0 from='client.240432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:18 smithi135 bash[32435]: cluster 2023-12-07T22:09:17.221338+0000 mgr.a (mgr.14403) 11829 : cluster 0 pgmap v8830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:18 smithi135 bash[32435]: audit 2023-12-07T22:09:17.499902+0000 mgr.a (mgr.14403) 11830 : audit 0 from='client.240432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:20.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:20 smithi079 bash[28699]: cluster 2023-12-07T22:09:19.222179+0000 mgr.a (mgr.14403) 11831 : cluster 0 pgmap v8831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:20.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:20 smithi194 bash[32038]: cluster 2023-12-07T22:09:19.222179+0000 mgr.a (mgr.14403) 11831 : cluster 0 pgmap v8831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:20.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:20 smithi135 bash[32435]: cluster 2023-12-07T22:09:19.222179+0000 mgr.a (mgr.14403) 11831 : cluster 0 pgmap v8831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:22 smithi079 bash[28699]: cluster 2023-12-07T22:09:21.222732+0000 mgr.a (mgr.14403) 11832 : cluster 0 pgmap v8832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:22.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:22 smithi194 bash[32038]: cluster 2023-12-07T22:09:21.222732+0000 mgr.a (mgr.14403) 11832 : cluster 0 pgmap v8832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:22 smithi135 bash[32435]: cluster 2023-12-07T22:09:21.222732+0000 mgr.a (mgr.14403) 11832 : cluster 0 pgmap v8832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:23.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:09:23.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:23.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:23.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:23.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:23.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:23.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:09:23.898 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:09:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:24 smithi079 bash[28699]: cluster 2023-12-07T22:09:23.223248+0000 mgr.a (mgr.14403) 11833 : cluster 0 pgmap v8833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:24 smithi079 bash[28699]: audit 2023-12-07T22:09:23.400104+0000 mgr.a (mgr.14403) 11834 : audit 0 from='client.240507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:24.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:24 smithi194 bash[32038]: cluster 2023-12-07T22:09:23.223248+0000 mgr.a (mgr.14403) 11833 : cluster 0 pgmap v8833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:24.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:24 smithi194 bash[32038]: audit 2023-12-07T22:09:23.400104+0000 mgr.a (mgr.14403) 11834 : audit 0 from='client.240507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:24 smithi135 bash[32435]: cluster 2023-12-07T22:09:23.223248+0000 mgr.a (mgr.14403) 11833 : cluster 0 pgmap v8833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:24 smithi135 bash[32435]: audit 2023-12-07T22:09:23.400104+0000 mgr.a (mgr.14403) 11834 : audit 0 from='client.240507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:26 smithi079 bash[28699]: cluster 2023-12-07T22:09:25.224209+0000 mgr.a (mgr.14403) 11835 : cluster 0 pgmap v8834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:09:26.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:26 smithi194 bash[32038]: cluster 2023-12-07T22:09:25.224209+0000 mgr.a (mgr.14403) 11835 : cluster 0 pgmap v8834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:09:26.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:26 smithi135 bash[32435]: cluster 2023-12-07T22:09:25.224209+0000 mgr.a (mgr.14403) 11835 : cluster 0 pgmap v8834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:09:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:28 smithi079 bash[28699]: cluster 2023-12-07T22:09:27.224781+0000 mgr.a (mgr.14403) 11836 : cluster 0 pgmap v8835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:09:28.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:28 smithi194 bash[32038]: cluster 2023-12-07T22:09:27.224781+0000 mgr.a (mgr.14403) 11836 : cluster 0 pgmap v8835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:09:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:28 smithi135 bash[32435]: cluster 2023-12-07T22:09:27.224781+0000 mgr.a (mgr.14403) 11836 : cluster 0 pgmap v8835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:09:28.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:09:28.898 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:28.898 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:29.806 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:09:29.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:29.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:29.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:29.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:09:30.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:30 smithi079 bash[28699]: cluster 2023-12-07T22:09:29.225256+0000 mgr.a (mgr.14403) 11837 : cluster 0 pgmap v8836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:30.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:30 smithi079 bash[28699]: audit 2023-12-07T22:09:29.298981+0000 mgr.a (mgr.14403) 11838 : audit 0 from='client.240579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:30.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:30 smithi194 bash[32038]: cluster 2023-12-07T22:09:29.225256+0000 mgr.a (mgr.14403) 11837 : cluster 0 pgmap v8836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:30.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:30 smithi194 bash[32038]: audit 2023-12-07T22:09:29.298981+0000 mgr.a (mgr.14403) 11838 : audit 0 from='client.240579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:30.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:30 smithi135 bash[32435]: cluster 2023-12-07T22:09:29.225256+0000 mgr.a (mgr.14403) 11837 : cluster 0 pgmap v8836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:30.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:30 smithi135 bash[32435]: audit 2023-12-07T22:09:29.298981+0000 mgr.a (mgr.14403) 11838 : audit 0 from='client.240579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:32 smithi079 bash[28699]: cluster 2023-12-07T22:09:31.225895+0000 mgr.a (mgr.14403) 11839 : cluster 0 pgmap v8837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:32.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:32 smithi194 bash[32038]: cluster 2023-12-07T22:09:31.225895+0000 mgr.a (mgr.14403) 11839 : cluster 0 pgmap v8837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:32 smithi135 bash[32435]: cluster 2023-12-07T22:09:31.225895+0000 mgr.a (mgr.14403) 11839 : cluster 0 pgmap v8837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:34 smithi079 bash[28699]: cluster 2023-12-07T22:09:33.226474+0000 mgr.a (mgr.14403) 11840 : cluster 0 pgmap v8838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:34.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:34 smithi194 bash[32038]: cluster 2023-12-07T22:09:33.226474+0000 mgr.a (mgr.14403) 11840 : cluster 0 pgmap v8838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:34.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:34 smithi135 bash[32435]: cluster 2023-12-07T22:09:33.226474+0000 mgr.a (mgr.14403) 11840 : cluster 0 pgmap v8838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:09:34.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:09:34.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:34.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:35.711 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:09:35.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:35.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:35.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:35.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:09:36.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:36 smithi079 bash[28699]: audit 2023-12-07T22:09:35.209939+0000 mgr.a (mgr.14403) 11841 : audit 0 from='client.240654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:36.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:36 smithi079 bash[28699]: cluster 2023-12-07T22:09:35.228154+0000 mgr.a (mgr.14403) 11842 : cluster 0 pgmap v8839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:36.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:36 smithi194 bash[32038]: audit 2023-12-07T22:09:35.209939+0000 mgr.a (mgr.14403) 11841 : audit 0 from='client.240654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:36.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:36 smithi194 bash[32038]: cluster 2023-12-07T22:09:35.228154+0000 mgr.a (mgr.14403) 11842 : cluster 0 pgmap v8839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:36.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:36 smithi135 bash[32435]: audit 2023-12-07T22:09:35.209939+0000 mgr.a (mgr.14403) 11841 : audit 0 from='client.240654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:36.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:36 smithi135 bash[32435]: cluster 2023-12-07T22:09:35.228154+0000 mgr.a (mgr.14403) 11842 : cluster 0 pgmap v8839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:38 smithi079 bash[28699]: cluster 2023-12-07T22:09:37.228908+0000 mgr.a (mgr.14403) 11843 : cluster 0 pgmap v8840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:09:38.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:38 smithi194 bash[32038]: cluster 2023-12-07T22:09:37.228908+0000 mgr.a (mgr.14403) 11843 : cluster 0 pgmap v8840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:09:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:38 smithi135 bash[32435]: cluster 2023-12-07T22:09:37.228908+0000 mgr.a (mgr.14403) 11843 : cluster 0 pgmap v8840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:09:40.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:40 smithi079 bash[28699]: cluster 2023-12-07T22:09:39.229788+0000 mgr.a (mgr.14403) 11844 : cluster 0 pgmap v8841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:09:40.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:40 smithi194 bash[32038]: cluster 2023-12-07T22:09:39.229788+0000 mgr.a (mgr.14403) 11844 : cluster 0 pgmap v8841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:09:40.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:40 smithi135 bash[32435]: cluster 2023-12-07T22:09:39.229788+0000 mgr.a (mgr.14403) 11844 : cluster 0 pgmap v8841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:09:40.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:09:40.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:40.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:41.625 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:09:41.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:41.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:41.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:41.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:09:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:42 smithi079 bash[28699]: audit 2023-12-07T22:09:41.113503+0000 mgr.a (mgr.14403) 11845 : audit 0 from='client.240732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:42 smithi079 bash[28699]: cluster 2023-12-07T22:09:41.230475+0000 mgr.a (mgr.14403) 11846 : cluster 0 pgmap v8842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:42.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:42 smithi194 bash[32038]: audit 2023-12-07T22:09:41.113503+0000 mgr.a (mgr.14403) 11845 : audit 0 from='client.240732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:42.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:42 smithi194 bash[32038]: cluster 2023-12-07T22:09:41.230475+0000 mgr.a (mgr.14403) 11846 : cluster 0 pgmap v8842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:42 smithi135 bash[32435]: audit 2023-12-07T22:09:41.113503+0000 mgr.a (mgr.14403) 11845 : audit 0 from='client.240732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:42 smithi135 bash[32435]: cluster 2023-12-07T22:09:41.230475+0000 mgr.a (mgr.14403) 11846 : cluster 0 pgmap v8842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:44 smithi079 bash[28699]: cluster 2023-12-07T22:09:43.231279+0000 mgr.a (mgr.14403) 11847 : cluster 0 pgmap v8843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:44.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:44 smithi194 bash[32038]: cluster 2023-12-07T22:09:43.231279+0000 mgr.a (mgr.14403) 11847 : cluster 0 pgmap v8843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:44.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:44 smithi135 bash[32435]: cluster 2023-12-07T22:09:43.231279+0000 mgr.a (mgr.14403) 11847 : cluster 0 pgmap v8843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:46.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:09:46.629 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:46.629 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:46 smithi079 bash[28699]: cluster 2023-12-07T22:09:45.232305+0000 mgr.a (mgr.14403) 11848 : cluster 0 pgmap v8844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:46.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:46 smithi194 bash[32038]: cluster 2023-12-07T22:09:45.232305+0000 mgr.a (mgr.14403) 11848 : cluster 0 pgmap v8844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:46.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:46 smithi135 bash[32435]: cluster 2023-12-07T22:09:45.232305+0000 mgr.a (mgr.14403) 11848 : cluster 0 pgmap v8844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:47.526 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:09:47.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:47.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:47.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:47.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:09:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:48 smithi079 bash[28699]: audit 2023-12-07T22:09:47.029550+0000 mgr.a (mgr.14403) 11849 : audit 0 from='client.240810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:48 smithi079 bash[28699]: cluster 2023-12-07T22:09:47.233243+0000 mgr.a (mgr.14403) 11850 : cluster 0 pgmap v8845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:48.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:48 smithi194 bash[32038]: audit 2023-12-07T22:09:47.029550+0000 mgr.a (mgr.14403) 11849 : audit 0 from='client.240810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:48.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:48 smithi194 bash[32038]: cluster 2023-12-07T22:09:47.233243+0000 mgr.a (mgr.14403) 11850 : cluster 0 pgmap v8845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:48 smithi135 bash[32435]: audit 2023-12-07T22:09:47.029550+0000 mgr.a (mgr.14403) 11849 : audit 0 from='client.240810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:48 smithi135 bash[32435]: cluster 2023-12-07T22:09:47.233243+0000 mgr.a (mgr.14403) 11850 : cluster 0 pgmap v8845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:50.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:50 smithi079 bash[28699]: cluster 2023-12-07T22:09:49.233998+0000 mgr.a (mgr.14403) 11851 : cluster 0 pgmap v8846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:50.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:50 smithi194 bash[32038]: cluster 2023-12-07T22:09:49.233998+0000 mgr.a (mgr.14403) 11851 : cluster 0 pgmap v8846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:50.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:50 smithi135 bash[32435]: cluster 2023-12-07T22:09:49.233998+0000 mgr.a (mgr.14403) 11851 : cluster 0 pgmap v8846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:52.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:09:52.530 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:52.530 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:52 smithi079 bash[28699]: cluster 2023-12-07T22:09:51.234462+0000 mgr.a (mgr.14403) 11852 : cluster 0 pgmap v8847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:52.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:52 smithi194 bash[32038]: cluster 2023-12-07T22:09:51.234462+0000 mgr.a (mgr.14403) 11852 : cluster 0 pgmap v8847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:52.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:52 smithi135 bash[32435]: cluster 2023-12-07T22:09:51.234462+0000 mgr.a (mgr.14403) 11852 : cluster 0 pgmap v8847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:53.436 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:09:53.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:53.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:53.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:53.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:09:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:54 smithi079 bash[28699]: audit 2023-12-07T22:09:52.923935+0000 mgr.a (mgr.14403) 11853 : audit 0 from='client.240885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:54 smithi079 bash[28699]: cluster 2023-12-07T22:09:53.235033+0000 mgr.a (mgr.14403) 11854 : cluster 0 pgmap v8848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:54.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:54 smithi194 bash[32038]: audit 2023-12-07T22:09:52.923935+0000 mgr.a (mgr.14403) 11853 : audit 0 from='client.240885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:54.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:54 smithi194 bash[32038]: cluster 2023-12-07T22:09:53.235033+0000 mgr.a (mgr.14403) 11854 : cluster 0 pgmap v8848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:54.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:54 smithi135 bash[32435]: audit 2023-12-07T22:09:52.923935+0000 mgr.a (mgr.14403) 11853 : audit 0 from='client.240885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:09:54.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:54 smithi135 bash[32435]: cluster 2023-12-07T22:09:53.235033+0000 mgr.a (mgr.14403) 11854 : cluster 0 pgmap v8848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:56 smithi079 bash[28699]: cluster 2023-12-07T22:09:55.235852+0000 mgr.a (mgr.14403) 11855 : cluster 0 pgmap v8849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:56.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:56 smithi194 bash[32038]: cluster 2023-12-07T22:09:55.235852+0000 mgr.a (mgr.14403) 11855 : cluster 0 pgmap v8849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:56.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:56 smithi135 bash[32435]: cluster 2023-12-07T22:09:55.235852+0000 mgr.a (mgr.14403) 11855 : cluster 0 pgmap v8849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:09:58.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:09:58.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:09:58.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:09:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:09:58 smithi079 bash[28699]: cluster 2023-12-07T22:09:57.236515+0000 mgr.a (mgr.14403) 11856 : cluster 0 pgmap v8850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:58.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:09:58 smithi194 bash[32038]: cluster 2023-12-07T22:09:57.236515+0000 mgr.a (mgr.14403) 11856 : cluster 0 pgmap v8850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:09:58 smithi135 bash[32435]: cluster 2023-12-07T22:09:57.236515+0000 mgr.a (mgr.14403) 11856 : cluster 0 pgmap v8850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:09:59.335 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:09:59.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:09:59.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:09:59.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:09:59.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:10:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:00 smithi079 bash[28699]: audit 2023-12-07T22:09:58.840205+0000 mgr.a (mgr.14403) 11857 : audit 0 from='client.240963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:00 smithi079 bash[28699]: cluster 2023-12-07T22:09:59.237683+0000 mgr.a (mgr.14403) 11858 : cluster 0 pgmap v8851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:00 smithi079 bash[28699]: audit 2023-12-07T22:09:59.320441+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:10:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:00 smithi079 bash[28699]: audit 2023-12-07T22:09:59.848497+0000 mon.a (mon.0) 2086 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:10:00.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:00 smithi079 bash[28699]: audit 2023-12-07T22:09:59.856263+0000 mon.a (mon.0) 2087 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:10:00.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:00 smithi079 bash[28699]: cluster 2023-12-07T22:10:00.000095+0000 mon.a (mon.0) 2088 : cluster 1 overall HEALTH_OK 2023-12-07T22:10:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:00 smithi194 bash[32038]: audit 2023-12-07T22:09:58.840205+0000 mgr.a (mgr.14403) 11857 : audit 0 from='client.240963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:00 smithi194 bash[32038]: cluster 2023-12-07T22:09:59.237683+0000 mgr.a (mgr.14403) 11858 : cluster 0 pgmap v8851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:00 smithi194 bash[32038]: audit 2023-12-07T22:09:59.320441+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:10:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:00 smithi194 bash[32038]: audit 2023-12-07T22:09:59.848497+0000 mon.a (mon.0) 2086 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:10:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:00 smithi194 bash[32038]: audit 2023-12-07T22:09:59.856263+0000 mon.a (mon.0) 2087 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:10:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:00 smithi194 bash[32038]: cluster 2023-12-07T22:10:00.000095+0000 mon.a (mon.0) 2088 : cluster 1 overall HEALTH_OK 2023-12-07T22:10:00.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:00 smithi135 bash[32435]: audit 2023-12-07T22:09:58.840205+0000 mgr.a (mgr.14403) 11857 : audit 0 from='client.240963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:00.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:00 smithi135 bash[32435]: cluster 2023-12-07T22:09:59.237683+0000 mgr.a (mgr.14403) 11858 : cluster 0 pgmap v8851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:00.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:00 smithi135 bash[32435]: audit 2023-12-07T22:09:59.320441+0000 mon.a (mon.0) 2085 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:10:00.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:00 smithi135 bash[32435]: audit 2023-12-07T22:09:59.848497+0000 mon.a (mon.0) 2086 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:10:00.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:00 smithi135 bash[32435]: audit 2023-12-07T22:09:59.856263+0000 mon.a (mon.0) 2087 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:10:00.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:00 smithi135 bash[32435]: cluster 2023-12-07T22:10:00.000095+0000 mon.a (mon.0) 2088 : cluster 1 overall HEALTH_OK 2023-12-07T22:10:01.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:01 smithi079 bash[28699]: audit 2023-12-07T22:10:00.606334+0000 mon.a (mon.0) 2089 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:10:01.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:01 smithi079 bash[28699]: audit 2023-12-07T22:10:00.608245+0000 mon.a (mon.0) 2090 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:10:01.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:01 smithi079 bash[28699]: audit 2023-12-07T22:10:00.617566+0000 mon.a (mon.0) 2091 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:10:01.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:01 smithi194 bash[32038]: audit 2023-12-07T22:10:00.606334+0000 mon.a (mon.0) 2089 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:10:01.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:01 smithi194 bash[32038]: audit 2023-12-07T22:10:00.608245+0000 mon.a (mon.0) 2090 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:10:01.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:01 smithi194 bash[32038]: audit 2023-12-07T22:10:00.617566+0000 mon.a (mon.0) 2091 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:10:01.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:01 smithi135 bash[32435]: audit 2023-12-07T22:10:00.606334+0000 mon.a (mon.0) 2089 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:10:01.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:01 smithi135 bash[32435]: audit 2023-12-07T22:10:00.608245+0000 mon.a (mon.0) 2090 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:10:01.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:01 smithi135 bash[32435]: audit 2023-12-07T22:10:00.617566+0000 mon.a (mon.0) 2091 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:10:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:02 smithi079 bash[28699]: cluster 2023-12-07T22:10:01.238164+0000 mgr.a (mgr.14403) 11859 : cluster 0 pgmap v8852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:02.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:02 smithi194 bash[32038]: cluster 2023-12-07T22:10:01.238164+0000 mgr.a (mgr.14403) 11859 : cluster 0 pgmap v8852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:02 smithi135 bash[32435]: cluster 2023-12-07T22:10:01.238164+0000 mgr.a (mgr.14403) 11859 : cluster 0 pgmap v8852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:04.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:10:04.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:04.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:04 smithi079 bash[28699]: cluster 2023-12-07T22:10:03.238693+0000 mgr.a (mgr.14403) 11860 : cluster 0 pgmap v8853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:04.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:04 smithi194 bash[32038]: cluster 2023-12-07T22:10:03.238693+0000 mgr.a (mgr.14403) 11860 : cluster 0 pgmap v8853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:04 smithi135 bash[32435]: cluster 2023-12-07T22:10:03.238693+0000 mgr.a (mgr.14403) 11860 : cluster 0 pgmap v8853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:05.246 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:10:05.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:05.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:05.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:05.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:10:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:06 smithi079 bash[28699]: audit 2023-12-07T22:10:04.743143+0000 mgr.a (mgr.14403) 11861 : audit 0 from='client.241041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:06 smithi079 bash[28699]: cluster 2023-12-07T22:10:05.239654+0000 mgr.a (mgr.14403) 11862 : cluster 0 pgmap v8854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:06.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:06 smithi194 bash[32038]: audit 2023-12-07T22:10:04.743143+0000 mgr.a (mgr.14403) 11861 : audit 0 from='client.241041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:06.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:06 smithi194 bash[32038]: cluster 2023-12-07T22:10:05.239654+0000 mgr.a (mgr.14403) 11862 : cluster 0 pgmap v8854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:06.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:06 smithi135 bash[32435]: audit 2023-12-07T22:10:04.743143+0000 mgr.a (mgr.14403) 11861 : audit 0 from='client.241041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:06.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:06 smithi135 bash[32435]: cluster 2023-12-07T22:10:05.239654+0000 mgr.a (mgr.14403) 11862 : cluster 0 pgmap v8854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:08 smithi079 bash[28699]: cluster 2023-12-07T22:10:07.240250+0000 mgr.a (mgr.14403) 11863 : cluster 0 pgmap v8855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:08.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:08 smithi194 bash[32038]: cluster 2023-12-07T22:10:07.240250+0000 mgr.a (mgr.14403) 11863 : cluster 0 pgmap v8855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:08.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:08 smithi135 bash[32435]: cluster 2023-12-07T22:10:07.240250+0000 mgr.a (mgr.14403) 11863 : cluster 0 pgmap v8855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:10.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:10:10.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:10.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:10.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:10 smithi079 bash[28699]: cluster 2023-12-07T22:10:09.240981+0000 mgr.a (mgr.14403) 11864 : cluster 0 pgmap v8856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:10.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:10 smithi194 bash[32038]: cluster 2023-12-07T22:10:09.240981+0000 mgr.a (mgr.14403) 11864 : cluster 0 pgmap v8856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:10.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:10 smithi135 bash[32435]: cluster 2023-12-07T22:10:09.240981+0000 mgr.a (mgr.14403) 11864 : cluster 0 pgmap v8856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:11.167 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:10:11.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:11.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:11.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:11.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:10:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:12 smithi079 bash[28699]: audit 2023-12-07T22:10:10.645498+0000 mgr.a (mgr.14403) 11865 : audit 0 from='client.241119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:12 smithi079 bash[28699]: cluster 2023-12-07T22:10:11.241712+0000 mgr.a (mgr.14403) 11866 : cluster 0 pgmap v8857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:12.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:12 smithi194 bash[32038]: audit 2023-12-07T22:10:10.645498+0000 mgr.a (mgr.14403) 11865 : audit 0 from='client.241119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:12.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:12 smithi194 bash[32038]: cluster 2023-12-07T22:10:11.241712+0000 mgr.a (mgr.14403) 11866 : cluster 0 pgmap v8857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:12 smithi135 bash[32435]: audit 2023-12-07T22:10:10.645498+0000 mgr.a (mgr.14403) 11865 : audit 0 from='client.241119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:12 smithi135 bash[32435]: cluster 2023-12-07T22:10:11.241712+0000 mgr.a (mgr.14403) 11866 : cluster 0 pgmap v8857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:14 smithi079 bash[28699]: cluster 2023-12-07T22:10:13.242342+0000 mgr.a (mgr.14403) 11867 : cluster 0 pgmap v8858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:14.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:14 smithi194 bash[32038]: cluster 2023-12-07T22:10:13.242342+0000 mgr.a (mgr.14403) 11867 : cluster 0 pgmap v8858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:14.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:14 smithi135 bash[32435]: cluster 2023-12-07T22:10:13.242342+0000 mgr.a (mgr.14403) 11867 : cluster 0 pgmap v8858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:16.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:10:16.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:16.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:16 smithi079 bash[28699]: cluster 2023-12-07T22:10:15.243187+0000 mgr.a (mgr.14403) 11868 : cluster 0 pgmap v8859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:16.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:16 smithi194 bash[32038]: cluster 2023-12-07T22:10:15.243187+0000 mgr.a (mgr.14403) 11868 : cluster 0 pgmap v8859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:16.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:16 smithi135 bash[32435]: cluster 2023-12-07T22:10:15.243187+0000 mgr.a (mgr.14403) 11868 : cluster 0 pgmap v8859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:17.089 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:10:17.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:17.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:17.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:17.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:10:17.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:17 smithi079 bash[28699]: audit 2023-12-07T22:10:16.571654+0000 mgr.a (mgr.14403) 11869 : audit 0 from='client.241191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:17.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:17 smithi194 bash[32038]: audit 2023-12-07T22:10:16.571654+0000 mgr.a (mgr.14403) 11869 : audit 0 from='client.241191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:17.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:17 smithi135 bash[32435]: audit 2023-12-07T22:10:16.571654+0000 mgr.a (mgr.14403) 11869 : audit 0 from='client.241191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:18 smithi079 bash[28699]: cluster 2023-12-07T22:10:17.243896+0000 mgr.a (mgr.14403) 11870 : cluster 0 pgmap v8860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:18.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:18 smithi194 bash[32038]: cluster 2023-12-07T22:10:17.243896+0000 mgr.a (mgr.14403) 11870 : cluster 0 pgmap v8860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:18 smithi135 bash[32435]: cluster 2023-12-07T22:10:17.243896+0000 mgr.a (mgr.14403) 11870 : cluster 0 pgmap v8860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:20.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:20 smithi079 bash[28699]: cluster 2023-12-07T22:10:19.244658+0000 mgr.a (mgr.14403) 11871 : cluster 0 pgmap v8861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:20.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:20 smithi194 bash[32038]: cluster 2023-12-07T22:10:19.244658+0000 mgr.a (mgr.14403) 11871 : cluster 0 pgmap v8861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:20.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:20 smithi135 bash[32435]: cluster 2023-12-07T22:10:19.244658+0000 mgr.a (mgr.14403) 11871 : cluster 0 pgmap v8861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:22.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:10:22.093 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:22.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:22 smithi079 bash[28699]: cluster 2023-12-07T22:10:21.245210+0000 mgr.a (mgr.14403) 11872 : cluster 0 pgmap v8862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:22.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:22 smithi194 bash[32038]: cluster 2023-12-07T22:10:21.245210+0000 mgr.a (mgr.14403) 11872 : cluster 0 pgmap v8862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:22 smithi135 bash[32435]: cluster 2023-12-07T22:10:21.245210+0000 mgr.a (mgr.14403) 11872 : cluster 0 pgmap v8862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:23.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:23.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:23.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:23.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:10:23.002 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:10:23.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:23 smithi079 bash[28699]: audit 2023-12-07T22:10:22.484985+0000 mgr.a (mgr.14403) 11873 : audit 0 from='client.241269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:23.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:23 smithi194 bash[32038]: audit 2023-12-07T22:10:22.484985+0000 mgr.a (mgr.14403) 11873 : audit 0 from='client.241269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:23.714 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:23 smithi135 bash[32435]: audit 2023-12-07T22:10:22.484985+0000 mgr.a (mgr.14403) 11873 : audit 0 from='client.241269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:24 smithi079 bash[28699]: cluster 2023-12-07T22:10:23.245899+0000 mgr.a (mgr.14403) 11874 : cluster 0 pgmap v8863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:24.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:24 smithi194 bash[32038]: cluster 2023-12-07T22:10:23.245899+0000 mgr.a (mgr.14403) 11874 : cluster 0 pgmap v8863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:24 smithi135 bash[32435]: cluster 2023-12-07T22:10:23.245899+0000 mgr.a (mgr.14403) 11874 : cluster 0 pgmap v8863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:26 smithi079 bash[28699]: cluster 2023-12-07T22:10:25.246712+0000 mgr.a (mgr.14403) 11875 : cluster 0 pgmap v8864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:26.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:26 smithi194 bash[32038]: cluster 2023-12-07T22:10:25.246712+0000 mgr.a (mgr.14403) 11875 : cluster 0 pgmap v8864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:26.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:26 smithi135 bash[32435]: cluster 2023-12-07T22:10:25.246712+0000 mgr.a (mgr.14403) 11875 : cluster 0 pgmap v8864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:28.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:10:28.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:28.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:28 smithi079 bash[28699]: cluster 2023-12-07T22:10:27.247376+0000 mgr.a (mgr.14403) 11876 : cluster 0 pgmap v8865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:28.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:28 smithi194 bash[32038]: cluster 2023-12-07T22:10:27.247376+0000 mgr.a (mgr.14403) 11876 : cluster 0 pgmap v8865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:28 smithi135 bash[32435]: cluster 2023-12-07T22:10:27.247376+0000 mgr.a (mgr.14403) 11876 : cluster 0 pgmap v8865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:28.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:28.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:28.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:28.901 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:10:28.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:10:29.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:29 smithi079 bash[28699]: audit 2023-12-07T22:10:28.404492+0000 mgr.a (mgr.14403) 11877 : audit 0 from='client.241344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:29.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:29 smithi194 bash[32038]: audit 2023-12-07T22:10:28.404492+0000 mgr.a (mgr.14403) 11877 : audit 0 from='client.241344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:29.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:29 smithi135 bash[32435]: audit 2023-12-07T22:10:28.404492+0000 mgr.a (mgr.14403) 11877 : audit 0 from='client.241344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:30.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:30 smithi079 bash[28699]: cluster 2023-12-07T22:10:29.248588+0000 mgr.a (mgr.14403) 11878 : cluster 0 pgmap v8866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:10:30.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:30 smithi194 bash[32038]: cluster 2023-12-07T22:10:29.248588+0000 mgr.a (mgr.14403) 11878 : cluster 0 pgmap v8866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:10:30.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:30 smithi135 bash[32435]: cluster 2023-12-07T22:10:29.248588+0000 mgr.a (mgr.14403) 11878 : cluster 0 pgmap v8866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:10:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:32 smithi079 bash[28699]: cluster 2023-12-07T22:10:31.249323+0000 mgr.a (mgr.14403) 11879 : cluster 0 pgmap v8867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:10:32.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:32 smithi194 bash[32038]: cluster 2023-12-07T22:10:31.249323+0000 mgr.a (mgr.14403) 11879 : cluster 0 pgmap v8867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:10:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:32 smithi135 bash[32435]: cluster 2023-12-07T22:10:31.249323+0000 mgr.a (mgr.14403) 11879 : cluster 0 pgmap v8867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:10:33.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:10:33.904 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:33.904 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:34 smithi079 bash[28699]: cluster 2023-12-07T22:10:33.249904+0000 mgr.a (mgr.14403) 11880 : cluster 0 pgmap v8868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:10:34.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:34 smithi194 bash[32038]: cluster 2023-12-07T22:10:33.249904+0000 mgr.a (mgr.14403) 11880 : cluster 0 pgmap v8868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:10:34.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:34 smithi135 bash[32435]: cluster 2023-12-07T22:10:33.249904+0000 mgr.a (mgr.14403) 11880 : cluster 0 pgmap v8868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:10:34.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:34.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:34.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:34.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:10:34.814 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:10:35.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:35 smithi079 bash[28699]: audit 2023-12-07T22:10:34.305640+0000 mgr.a (mgr.14403) 11881 : audit 0 from='client.241419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:35.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:35 smithi194 bash[32038]: audit 2023-12-07T22:10:34.305640+0000 mgr.a (mgr.14403) 11881 : audit 0 from='client.241419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:35.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:35 smithi135 bash[32435]: audit 2023-12-07T22:10:34.305640+0000 mgr.a (mgr.14403) 11881 : audit 0 from='client.241419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:36 smithi079 bash[28699]: cluster 2023-12-07T22:10:35.250956+0000 mgr.a (mgr.14403) 11882 : cluster 0 pgmap v8869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:36.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:36 smithi194 bash[32038]: cluster 2023-12-07T22:10:35.250956+0000 mgr.a (mgr.14403) 11882 : cluster 0 pgmap v8869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:36.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:36 smithi135 bash[32435]: cluster 2023-12-07T22:10:35.250956+0000 mgr.a (mgr.14403) 11882 : cluster 0 pgmap v8869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:38 smithi079 bash[28699]: cluster 2023-12-07T22:10:37.251514+0000 mgr.a (mgr.14403) 11883 : cluster 0 pgmap v8870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:38.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:38 smithi194 bash[32038]: cluster 2023-12-07T22:10:37.251514+0000 mgr.a (mgr.14403) 11883 : cluster 0 pgmap v8870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:38 smithi135 bash[32435]: cluster 2023-12-07T22:10:37.251514+0000 mgr.a (mgr.14403) 11883 : cluster 0 pgmap v8870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:10:39.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:10:39.818 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:39.819 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:40.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:40 smithi079 bash[28699]: cluster 2023-12-07T22:10:39.252273+0000 mgr.a (mgr.14403) 11884 : cluster 0 pgmap v8871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:40.700 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:10:40.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:40.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:40.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:40.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:10:40.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:40 smithi194 bash[32038]: cluster 2023-12-07T22:10:39.252273+0000 mgr.a (mgr.14403) 11884 : cluster 0 pgmap v8871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:40.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:40 smithi135 bash[32435]: cluster 2023-12-07T22:10:39.252273+0000 mgr.a (mgr.14403) 11884 : cluster 0 pgmap v8871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:41.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:41 smithi079 bash[28699]: audit 2023-12-07T22:10:40.209887+0000 mgr.a (mgr.14403) 11885 : audit 0 from='client.241494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:41.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:41 smithi194 bash[32038]: audit 2023-12-07T22:10:40.209887+0000 mgr.a (mgr.14403) 11885 : audit 0 from='client.241494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:41.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:41 smithi135 bash[32435]: audit 2023-12-07T22:10:40.209887+0000 mgr.a (mgr.14403) 11885 : audit 0 from='client.241494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:42 smithi079 bash[28699]: cluster 2023-12-07T22:10:41.252928+0000 mgr.a (mgr.14403) 11886 : cluster 0 pgmap v8872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:10:42.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:42 smithi194 bash[32038]: cluster 2023-12-07T22:10:41.252928+0000 mgr.a (mgr.14403) 11886 : cluster 0 pgmap v8872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:10:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:42 smithi135 bash[32435]: cluster 2023-12-07T22:10:41.252928+0000 mgr.a (mgr.14403) 11886 : cluster 0 pgmap v8872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:10:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:44 smithi079 bash[28699]: cluster 2023-12-07T22:10:43.253619+0000 mgr.a (mgr.14403) 11887 : cluster 0 pgmap v8873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:10:44.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:44 smithi194 bash[32038]: cluster 2023-12-07T22:10:43.253619+0000 mgr.a (mgr.14403) 11887 : cluster 0 pgmap v8873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:10:44.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:44 smithi135 bash[32435]: cluster 2023-12-07T22:10:43.253619+0000 mgr.a (mgr.14403) 11887 : cluster 0 pgmap v8873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:10:45.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:10:45.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:45.705 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:46.621 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:10:46.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:46.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:46.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:46.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:10:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:46 smithi079 bash[28699]: cluster 2023-12-07T22:10:45.254564+0000 mgr.a (mgr.14403) 11888 : cluster 0 pgmap v8874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:10:46.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:46 smithi194 bash[32038]: cluster 2023-12-07T22:10:45.254564+0000 mgr.a (mgr.14403) 11888 : cluster 0 pgmap v8874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:10:46.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:46 smithi135 bash[32435]: cluster 2023-12-07T22:10:45.254564+0000 mgr.a (mgr.14403) 11888 : cluster 0 pgmap v8874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:10:47.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:47 smithi079 bash[28699]: audit 2023-12-07T22:10:46.106414+0000 mgr.a (mgr.14403) 11889 : audit 0 from='client.241569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:47.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:47 smithi194 bash[32038]: audit 2023-12-07T22:10:46.106414+0000 mgr.a (mgr.14403) 11889 : audit 0 from='client.241569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:47.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:47 smithi135 bash[32435]: audit 2023-12-07T22:10:46.106414+0000 mgr.a (mgr.14403) 11889 : audit 0 from='client.241569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:48 smithi079 bash[28699]: cluster 2023-12-07T22:10:47.255323+0000 mgr.a (mgr.14403) 11890 : cluster 0 pgmap v8875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:48.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:48 smithi194 bash[32038]: cluster 2023-12-07T22:10:47.255323+0000 mgr.a (mgr.14403) 11890 : cluster 0 pgmap v8875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:48 smithi135 bash[32435]: cluster 2023-12-07T22:10:47.255323+0000 mgr.a (mgr.14403) 11890 : cluster 0 pgmap v8875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:50.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:50 smithi079 bash[28699]: cluster 2023-12-07T22:10:49.256143+0000 mgr.a (mgr.14403) 11891 : cluster 0 pgmap v8876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:50.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:50 smithi194 bash[32038]: cluster 2023-12-07T22:10:49.256143+0000 mgr.a (mgr.14403) 11891 : cluster 0 pgmap v8876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:50.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:50 smithi135 bash[32435]: cluster 2023-12-07T22:10:49.256143+0000 mgr.a (mgr.14403) 11891 : cluster 0 pgmap v8876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:51.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:10:51.624 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:51.625 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:52.520 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:10:52.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:52.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:52.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:52.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:10:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:52 smithi079 bash[28699]: cluster 2023-12-07T22:10:51.256717+0000 mgr.a (mgr.14403) 11892 : cluster 0 pgmap v8877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:52.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:52 smithi194 bash[32038]: cluster 2023-12-07T22:10:51.256717+0000 mgr.a (mgr.14403) 11892 : cluster 0 pgmap v8877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:52.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:52 smithi135 bash[32435]: cluster 2023-12-07T22:10:51.256717+0000 mgr.a (mgr.14403) 11892 : cluster 0 pgmap v8877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:53.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:53 smithi079 bash[28699]: audit 2023-12-07T22:10:52.022563+0000 mgr.a (mgr.14403) 11893 : audit 0 from='client.241644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:53.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:53 smithi194 bash[32038]: audit 2023-12-07T22:10:52.022563+0000 mgr.a (mgr.14403) 11893 : audit 0 from='client.241644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:53.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:53 smithi135 bash[32435]: audit 2023-12-07T22:10:52.022563+0000 mgr.a (mgr.14403) 11893 : audit 0 from='client.241644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:54 smithi079 bash[28699]: cluster 2023-12-07T22:10:53.257438+0000 mgr.a (mgr.14403) 11894 : cluster 0 pgmap v8878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:54.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:54 smithi194 bash[32038]: cluster 2023-12-07T22:10:53.257438+0000 mgr.a (mgr.14403) 11894 : cluster 0 pgmap v8878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:54.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:54 smithi135 bash[32435]: cluster 2023-12-07T22:10:53.257438+0000 mgr.a (mgr.14403) 11894 : cluster 0 pgmap v8878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:56 smithi079 bash[28699]: cluster 2023-12-07T22:10:55.258213+0000 mgr.a (mgr.14403) 11895 : cluster 0 pgmap v8879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:56.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:56 smithi194 bash[32038]: cluster 2023-12-07T22:10:55.258213+0000 mgr.a (mgr.14403) 11895 : cluster 0 pgmap v8879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:56.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:56 smithi135 bash[32435]: cluster 2023-12-07T22:10:55.258213+0000 mgr.a (mgr.14403) 11895 : cluster 0 pgmap v8879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:10:57.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:10:57.523 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:10:57.523 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:10:58.444 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:10:58.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:10:58.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:10:58.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:10:58.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:10:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:58 smithi079 bash[28699]: cluster 2023-12-07T22:10:57.258783+0000 mgr.a (mgr.14403) 11896 : cluster 0 pgmap v8880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:58.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:58 smithi194 bash[32038]: cluster 2023-12-07T22:10:57.258783+0000 mgr.a (mgr.14403) 11896 : cluster 0 pgmap v8880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:58 smithi135 bash[32435]: cluster 2023-12-07T22:10:57.258783+0000 mgr.a (mgr.14403) 11896 : cluster 0 pgmap v8880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:10:59.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:10:59 smithi079 bash[28699]: audit 2023-12-07T22:10:57.921368+0000 mgr.a (mgr.14403) 11897 : audit 0 from='client.241719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:59.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:10:59 smithi194 bash[32038]: audit 2023-12-07T22:10:57.921368+0000 mgr.a (mgr.14403) 11897 : audit 0 from='client.241719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:10:59.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:10:59 smithi135 bash[32435]: audit 2023-12-07T22:10:57.921368+0000 mgr.a (mgr.14403) 11897 : audit 0 from='client.241719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:00 smithi079 bash[28699]: cluster 2023-12-07T22:10:59.259693+0000 mgr.a (mgr.14403) 11898 : cluster 0 pgmap v8881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:00 smithi194 bash[32038]: cluster 2023-12-07T22:10:59.259693+0000 mgr.a (mgr.14403) 11898 : cluster 0 pgmap v8881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:00.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:00 smithi135 bash[32435]: cluster 2023-12-07T22:10:59.259693+0000 mgr.a (mgr.14403) 11898 : cluster 0 pgmap v8881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:01.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:01 smithi079 bash[28699]: audit 2023-12-07T22:11:00.720291+0000 mon.a (mon.0) 2092 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:11:01.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:01 smithi079 bash[28699]: audit 2023-12-07T22:11:01.249209+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:11:01.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:01 smithi079 bash[28699]: audit 2023-12-07T22:11:01.255314+0000 mon.a (mon.0) 2094 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:11:01.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:01 smithi194 bash[32038]: audit 2023-12-07T22:11:00.720291+0000 mon.a (mon.0) 2092 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:11:01.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:01 smithi194 bash[32038]: audit 2023-12-07T22:11:01.249209+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:11:01.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:01 smithi194 bash[32038]: audit 2023-12-07T22:11:01.255314+0000 mon.a (mon.0) 2094 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:11:01.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:01 smithi135 bash[32435]: audit 2023-12-07T22:11:00.720291+0000 mon.a (mon.0) 2092 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:11:01.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:01 smithi135 bash[32435]: audit 2023-12-07T22:11:01.249209+0000 mon.a (mon.0) 2093 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:11:01.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:01 smithi135 bash[32435]: audit 2023-12-07T22:11:01.255314+0000 mon.a (mon.0) 2094 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:11:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:02 smithi079 bash[28699]: cluster 2023-12-07T22:11:01.260158+0000 mgr.a (mgr.14403) 11899 : cluster 0 pgmap v8882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:02 smithi079 bash[28699]: audit 2023-12-07T22:11:01.997545+0000 mon.a (mon.0) 2095 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:11:02.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:02 smithi079 bash[28699]: audit 2023-12-07T22:11:01.999258+0000 mon.a (mon.0) 2096 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:11:02.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:02 smithi079 bash[28699]: audit 2023-12-07T22:11:02.009400+0000 mon.a (mon.0) 2097 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:11:02.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:02 smithi194 bash[32038]: cluster 2023-12-07T22:11:01.260158+0000 mgr.a (mgr.14403) 11899 : cluster 0 pgmap v8882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:02.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:02 smithi194 bash[32038]: audit 2023-12-07T22:11:01.997545+0000 mon.a (mon.0) 2095 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:11:02.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:02 smithi194 bash[32038]: audit 2023-12-07T22:11:01.999258+0000 mon.a (mon.0) 2096 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:11:02.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:02 smithi194 bash[32038]: audit 2023-12-07T22:11:02.009400+0000 mon.a (mon.0) 2097 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:11:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:02 smithi135 bash[32435]: cluster 2023-12-07T22:11:01.260158+0000 mgr.a (mgr.14403) 11899 : cluster 0 pgmap v8882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:02 smithi135 bash[32435]: audit 2023-12-07T22:11:01.997545+0000 mon.a (mon.0) 2095 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:11:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:02 smithi135 bash[32435]: audit 2023-12-07T22:11:01.999258+0000 mon.a (mon.0) 2096 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:11:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:02 smithi135 bash[32435]: audit 2023-12-07T22:11:02.009400+0000 mon.a (mon.0) 2097 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:11:03.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:11:03.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:03.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:04.382 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:11:04.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:04.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:04.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:04.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:11:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:04 smithi079 bash[28699]: cluster 2023-12-07T22:11:03.260727+0000 mgr.a (mgr.14403) 11900 : cluster 0 pgmap v8883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:04.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:04 smithi194 bash[32038]: cluster 2023-12-07T22:11:03.260727+0000 mgr.a (mgr.14403) 11900 : cluster 0 pgmap v8883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:04 smithi135 bash[32435]: cluster 2023-12-07T22:11:03.260727+0000 mgr.a (mgr.14403) 11900 : cluster 0 pgmap v8883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:05.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:05 smithi079 bash[28699]: audit 2023-12-07T22:11:03.854603+0000 mgr.a (mgr.14403) 11901 : audit 0 from='client.241794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:05.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:05 smithi194 bash[32038]: audit 2023-12-07T22:11:03.854603+0000 mgr.a (mgr.14403) 11901 : audit 0 from='client.241794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:05.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:05 smithi135 bash[32435]: audit 2023-12-07T22:11:03.854603+0000 mgr.a (mgr.14403) 11901 : audit 0 from='client.241794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:06 smithi079 bash[28699]: cluster 2023-12-07T22:11:05.261722+0000 mgr.a (mgr.14403) 11902 : cluster 0 pgmap v8884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:06.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:06 smithi194 bash[32038]: cluster 2023-12-07T22:11:05.261722+0000 mgr.a (mgr.14403) 11902 : cluster 0 pgmap v8884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:06.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:06 smithi135 bash[32435]: cluster 2023-12-07T22:11:05.261722+0000 mgr.a (mgr.14403) 11902 : cluster 0 pgmap v8884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:08 smithi079 bash[28699]: cluster 2023-12-07T22:11:07.262339+0000 mgr.a (mgr.14403) 11903 : cluster 0 pgmap v8885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:08.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:08 smithi194 bash[32038]: cluster 2023-12-07T22:11:07.262339+0000 mgr.a (mgr.14403) 11903 : cluster 0 pgmap v8885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:08.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:08 smithi135 bash[32435]: cluster 2023-12-07T22:11:07.262339+0000 mgr.a (mgr.14403) 11903 : cluster 0 pgmap v8885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:09.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:11:09.386 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:09.386 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:10.292 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:11:10.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:10.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:10.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:10.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:11:10.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:10 smithi079 bash[28699]: cluster 2023-12-07T22:11:09.262878+0000 mgr.a (mgr.14403) 11904 : cluster 0 pgmap v8886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:10.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:10 smithi194 bash[32038]: cluster 2023-12-07T22:11:09.262878+0000 mgr.a (mgr.14403) 11904 : cluster 0 pgmap v8886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:10.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:10 smithi135 bash[32435]: cluster 2023-12-07T22:11:09.262878+0000 mgr.a (mgr.14403) 11904 : cluster 0 pgmap v8886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:11.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:11 smithi079 bash[28699]: audit 2023-12-07T22:11:09.785233+0000 mgr.a (mgr.14403) 11905 : audit 0 from='client.241866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:11.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:11 smithi194 bash[32038]: audit 2023-12-07T22:11:09.785233+0000 mgr.a (mgr.14403) 11905 : audit 0 from='client.241866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:11.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:11 smithi135 bash[32435]: audit 2023-12-07T22:11:09.785233+0000 mgr.a (mgr.14403) 11905 : audit 0 from='client.241866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:12 smithi079 bash[28699]: cluster 2023-12-07T22:11:11.263411+0000 mgr.a (mgr.14403) 11906 : cluster 0 pgmap v8887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:12.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:12 smithi194 bash[32038]: cluster 2023-12-07T22:11:11.263411+0000 mgr.a (mgr.14403) 11906 : cluster 0 pgmap v8887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:12 smithi135 bash[32435]: cluster 2023-12-07T22:11:11.263411+0000 mgr.a (mgr.14403) 11906 : cluster 0 pgmap v8887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:14 smithi079 bash[28699]: cluster 2023-12-07T22:11:13.263958+0000 mgr.a (mgr.14403) 11907 : cluster 0 pgmap v8888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:14.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:14 smithi194 bash[32038]: cluster 2023-12-07T22:11:13.263958+0000 mgr.a (mgr.14403) 11907 : cluster 0 pgmap v8888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:14.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:14 smithi135 bash[32435]: cluster 2023-12-07T22:11:13.263958+0000 mgr.a (mgr.14403) 11907 : cluster 0 pgmap v8888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:15.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:11:15.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:15.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:16.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:16.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:16.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:16.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:11:16.196 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:11:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:16 smithi079 bash[28699]: cluster 2023-12-07T22:11:15.264795+0000 mgr.a (mgr.14403) 11908 : cluster 0 pgmap v8889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:16.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:16 smithi194 bash[32038]: cluster 2023-12-07T22:11:15.264795+0000 mgr.a (mgr.14403) 11908 : cluster 0 pgmap v8889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:16.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:16 smithi135 bash[32435]: cluster 2023-12-07T22:11:15.264795+0000 mgr.a (mgr.14403) 11908 : cluster 0 pgmap v8889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:17.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:17 smithi079 bash[28699]: audit 2023-12-07T22:11:15.690058+0000 mgr.a (mgr.14403) 11909 : audit 0 from='client.241941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:17.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:17 smithi194 bash[32038]: audit 2023-12-07T22:11:15.690058+0000 mgr.a (mgr.14403) 11909 : audit 0 from='client.241941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:17.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:17 smithi135 bash[32435]: audit 2023-12-07T22:11:15.690058+0000 mgr.a (mgr.14403) 11909 : audit 0 from='client.241941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:18 smithi079 bash[28699]: cluster 2023-12-07T22:11:17.265507+0000 mgr.a (mgr.14403) 11910 : cluster 0 pgmap v8890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:18.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:18 smithi194 bash[32038]: cluster 2023-12-07T22:11:17.265507+0000 mgr.a (mgr.14403) 11910 : cluster 0 pgmap v8890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:18 smithi135 bash[32435]: cluster 2023-12-07T22:11:17.265507+0000 mgr.a (mgr.14403) 11910 : cluster 0 pgmap v8890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:20.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:20 smithi079 bash[28699]: cluster 2023-12-07T22:11:19.266243+0000 mgr.a (mgr.14403) 11911 : cluster 0 pgmap v8891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:20.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:20 smithi194 bash[32038]: cluster 2023-12-07T22:11:19.266243+0000 mgr.a (mgr.14403) 11911 : cluster 0 pgmap v8891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:20.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:20 smithi135 bash[32435]: cluster 2023-12-07T22:11:19.266243+0000 mgr.a (mgr.14403) 11911 : cluster 0 pgmap v8891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:21.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:11:21.199 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:21.199 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:22.117 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:11:22.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:22.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:22.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:22.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:11:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:22 smithi079 bash[28699]: cluster 2023-12-07T22:11:21.266721+0000 mgr.a (mgr.14403) 11912 : cluster 0 pgmap v8892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:22 smithi079 bash[28699]: audit 2023-12-07T22:11:21.597068+0000 mgr.a (mgr.14403) 11913 : audit 0 from='client.242019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:22.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:22 smithi194 bash[32038]: cluster 2023-12-07T22:11:21.266721+0000 mgr.a (mgr.14403) 11912 : cluster 0 pgmap v8892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:22.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:22 smithi194 bash[32038]: audit 2023-12-07T22:11:21.597068+0000 mgr.a (mgr.14403) 11913 : audit 0 from='client.242019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:22 smithi135 bash[32435]: cluster 2023-12-07T22:11:21.266721+0000 mgr.a (mgr.14403) 11912 : cluster 0 pgmap v8892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:22 smithi135 bash[32435]: audit 2023-12-07T22:11:21.597068+0000 mgr.a (mgr.14403) 11913 : audit 0 from='client.242019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:24 smithi079 bash[28699]: cluster 2023-12-07T22:11:23.267491+0000 mgr.a (mgr.14403) 11914 : cluster 0 pgmap v8893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:24.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:24 smithi194 bash[32038]: cluster 2023-12-07T22:11:23.267491+0000 mgr.a (mgr.14403) 11914 : cluster 0 pgmap v8893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:24 smithi135 bash[32435]: cluster 2023-12-07T22:11:23.267491+0000 mgr.a (mgr.14403) 11914 : cluster 0 pgmap v8893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:26 smithi079 bash[28699]: cluster 2023-12-07T22:11:25.268348+0000 mgr.a (mgr.14403) 11915 : cluster 0 pgmap v8894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:26.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:26 smithi194 bash[32038]: cluster 2023-12-07T22:11:25.268348+0000 mgr.a (mgr.14403) 11915 : cluster 0 pgmap v8894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:26.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:26 smithi135 bash[32435]: cluster 2023-12-07T22:11:25.268348+0000 mgr.a (mgr.14403) 11915 : cluster 0 pgmap v8894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:27.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:11:27.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:27.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:28.004 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:11:28.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:28.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:28.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:28.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:11:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:28 smithi079 bash[28699]: cluster 2023-12-07T22:11:27.268770+0000 mgr.a (mgr.14403) 11916 : cluster 0 pgmap v8895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:28 smithi079 bash[28699]: audit 2023-12-07T22:11:27.521758+0000 mgr.a (mgr.14403) 11917 : audit 0 from='client.242094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:28.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:28 smithi194 bash[32038]: cluster 2023-12-07T22:11:27.268770+0000 mgr.a (mgr.14403) 11916 : cluster 0 pgmap v8895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:28.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:28 smithi194 bash[32038]: audit 2023-12-07T22:11:27.521758+0000 mgr.a (mgr.14403) 11917 : audit 0 from='client.242094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:28 smithi135 bash[32435]: cluster 2023-12-07T22:11:27.268770+0000 mgr.a (mgr.14403) 11916 : cluster 0 pgmap v8895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:28 smithi135 bash[32435]: audit 2023-12-07T22:11:27.521758+0000 mgr.a (mgr.14403) 11917 : audit 0 from='client.242094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:30.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:30 smithi079 bash[28699]: cluster 2023-12-07T22:11:29.269723+0000 mgr.a (mgr.14403) 11918 : cluster 0 pgmap v8896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:30.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:30 smithi194 bash[32038]: cluster 2023-12-07T22:11:29.269723+0000 mgr.a (mgr.14403) 11918 : cluster 0 pgmap v8896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:30.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:30 smithi135 bash[32435]: cluster 2023-12-07T22:11:29.269723+0000 mgr.a (mgr.14403) 11918 : cluster 0 pgmap v8896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:32 smithi079 bash[28699]: cluster 2023-12-07T22:11:31.270419+0000 mgr.a (mgr.14403) 11919 : cluster 0 pgmap v8897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:32.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:32 smithi194 bash[32038]: cluster 2023-12-07T22:11:31.270419+0000 mgr.a (mgr.14403) 11919 : cluster 0 pgmap v8897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:32.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:32 smithi135 bash[32435]: cluster 2023-12-07T22:11:31.270419+0000 mgr.a (mgr.14403) 11919 : cluster 0 pgmap v8897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:33.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:11:33.008 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:33.008 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:33.929 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:11:33.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:33.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:33.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:33.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:11:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:34 smithi079 bash[28699]: cluster 2023-12-07T22:11:33.271030+0000 mgr.a (mgr.14403) 11920 : cluster 0 pgmap v8898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:34 smithi079 bash[28699]: audit 2023-12-07T22:11:33.407348+0000 mgr.a (mgr.14403) 11921 : audit 0 from='client.242169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:34.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:34 smithi194 bash[32038]: cluster 2023-12-07T22:11:33.271030+0000 mgr.a (mgr.14403) 11920 : cluster 0 pgmap v8898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:34.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:34 smithi194 bash[32038]: audit 2023-12-07T22:11:33.407348+0000 mgr.a (mgr.14403) 11921 : audit 0 from='client.242169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:34.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:34 smithi135 bash[32435]: cluster 2023-12-07T22:11:33.271030+0000 mgr.a (mgr.14403) 11920 : cluster 0 pgmap v8898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:34.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:34 smithi135 bash[32435]: audit 2023-12-07T22:11:33.407348+0000 mgr.a (mgr.14403) 11921 : audit 0 from='client.242169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:36 smithi079 bash[28699]: cluster 2023-12-07T22:11:35.272032+0000 mgr.a (mgr.14403) 11922 : cluster 0 pgmap v8899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:11:36.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:36 smithi194 bash[32038]: cluster 2023-12-07T22:11:35.272032+0000 mgr.a (mgr.14403) 11922 : cluster 0 pgmap v8899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:11:36.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:36 smithi135 bash[32435]: cluster 2023-12-07T22:11:35.272032+0000 mgr.a (mgr.14403) 11922 : cluster 0 pgmap v8899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:11:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:38 smithi079 bash[28699]: cluster 2023-12-07T22:11:37.272603+0000 mgr.a (mgr.14403) 11923 : cluster 0 pgmap v8900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:11:38.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:38 smithi194 bash[32038]: cluster 2023-12-07T22:11:37.272603+0000 mgr.a (mgr.14403) 11923 : cluster 0 pgmap v8900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:11:38.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:38 smithi135 bash[32435]: cluster 2023-12-07T22:11:37.272603+0000 mgr.a (mgr.14403) 11923 : cluster 0 pgmap v8900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:11:38.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:11:38.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:38.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:39.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:39.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:39.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:39.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:11:39.850 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:11:40.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:40 smithi079 bash[28699]: cluster 2023-12-07T22:11:39.273110+0000 mgr.a (mgr.14403) 11924 : cluster 0 pgmap v8901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:40.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:40 smithi079 bash[28699]: audit 2023-12-07T22:11:39.336426+0000 mgr.a (mgr.14403) 11925 : audit 0 from='client.242244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:40.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:40 smithi194 bash[32038]: cluster 2023-12-07T22:11:39.273110+0000 mgr.a (mgr.14403) 11924 : cluster 0 pgmap v8901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:40.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:40 smithi194 bash[32038]: audit 2023-12-07T22:11:39.336426+0000 mgr.a (mgr.14403) 11925 : audit 0 from='client.242244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:40.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:40 smithi135 bash[32435]: cluster 2023-12-07T22:11:39.273110+0000 mgr.a (mgr.14403) 11924 : cluster 0 pgmap v8901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:40.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:40 smithi135 bash[32435]: audit 2023-12-07T22:11:39.336426+0000 mgr.a (mgr.14403) 11925 : audit 0 from='client.242244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:42 smithi079 bash[28699]: cluster 2023-12-07T22:11:41.273726+0000 mgr.a (mgr.14403) 11926 : cluster 0 pgmap v8902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:42.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:42 smithi194 bash[32038]: cluster 2023-12-07T22:11:41.273726+0000 mgr.a (mgr.14403) 11926 : cluster 0 pgmap v8902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:42 smithi135 bash[32435]: cluster 2023-12-07T22:11:41.273726+0000 mgr.a (mgr.14403) 11926 : cluster 0 pgmap v8902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:44 smithi079 bash[28699]: cluster 2023-12-07T22:11:43.274314+0000 mgr.a (mgr.14403) 11927 : cluster 0 pgmap v8903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:44.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:44 smithi194 bash[32038]: cluster 2023-12-07T22:11:43.274314+0000 mgr.a (mgr.14403) 11927 : cluster 0 pgmap v8903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:44.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:44 smithi135 bash[32435]: cluster 2023-12-07T22:11:43.274314+0000 mgr.a (mgr.14403) 11927 : cluster 0 pgmap v8903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:11:44.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:11:44.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:44.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:45.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:45.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:45.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:45.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:11:45.751 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:11:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:46 smithi079 bash[28699]: audit 2023-12-07T22:11:45.248552+0000 mgr.a (mgr.14403) 11928 : audit 0 from='client.242319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:46.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:46 smithi079 bash[28699]: cluster 2023-12-07T22:11:45.275393+0000 mgr.a (mgr.14403) 11929 : cluster 0 pgmap v8904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:46.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:46 smithi194 bash[32038]: audit 2023-12-07T22:11:45.248552+0000 mgr.a (mgr.14403) 11928 : audit 0 from='client.242319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:46.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:46 smithi194 bash[32038]: cluster 2023-12-07T22:11:45.275393+0000 mgr.a (mgr.14403) 11929 : cluster 0 pgmap v8904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:46.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:46 smithi135 bash[32435]: audit 2023-12-07T22:11:45.248552+0000 mgr.a (mgr.14403) 11928 : audit 0 from='client.242319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:46.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:46 smithi135 bash[32435]: cluster 2023-12-07T22:11:45.275393+0000 mgr.a (mgr.14403) 11929 : cluster 0 pgmap v8904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:48 smithi079 bash[28699]: cluster 2023-12-07T22:11:47.275981+0000 mgr.a (mgr.14403) 11930 : cluster 0 pgmap v8905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:11:48.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:48 smithi194 bash[32038]: cluster 2023-12-07T22:11:47.275981+0000 mgr.a (mgr.14403) 11930 : cluster 0 pgmap v8905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:11:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:48 smithi135 bash[32435]: cluster 2023-12-07T22:11:47.275981+0000 mgr.a (mgr.14403) 11930 : cluster 0 pgmap v8905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:11:50.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:50 smithi079 bash[28699]: cluster 2023-12-07T22:11:49.276757+0000 mgr.a (mgr.14403) 11931 : cluster 0 pgmap v8906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:11:50.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:50 smithi194 bash[32038]: cluster 2023-12-07T22:11:49.276757+0000 mgr.a (mgr.14403) 11931 : cluster 0 pgmap v8906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:11:50.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:50 smithi135 bash[32435]: cluster 2023-12-07T22:11:49.276757+0000 mgr.a (mgr.14403) 11931 : cluster 0 pgmap v8906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:11:50.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:11:50.754 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:50.754 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:51.684 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:11:51.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:51.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:51.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:51.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:11:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:52 smithi079 bash[28699]: audit 2023-12-07T22:11:51.161495+0000 mgr.a (mgr.14403) 11932 : audit 0 from='client.242394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:52 smithi079 bash[28699]: cluster 2023-12-07T22:11:51.277312+0000 mgr.a (mgr.14403) 11933 : cluster 0 pgmap v8907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:52.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:52 smithi194 bash[32038]: audit 2023-12-07T22:11:51.161495+0000 mgr.a (mgr.14403) 11932 : audit 0 from='client.242394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:52.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:52 smithi194 bash[32038]: cluster 2023-12-07T22:11:51.277312+0000 mgr.a (mgr.14403) 11933 : cluster 0 pgmap v8907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:52.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:52 smithi135 bash[32435]: audit 2023-12-07T22:11:51.161495+0000 mgr.a (mgr.14403) 11932 : audit 0 from='client.242394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:52.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:52 smithi135 bash[32435]: cluster 2023-12-07T22:11:51.277312+0000 mgr.a (mgr.14403) 11933 : cluster 0 pgmap v8907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:54 smithi079 bash[28699]: cluster 2023-12-07T22:11:53.277955+0000 mgr.a (mgr.14403) 11934 : cluster 0 pgmap v8908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:54.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:54 smithi194 bash[32038]: cluster 2023-12-07T22:11:53.277955+0000 mgr.a (mgr.14403) 11934 : cluster 0 pgmap v8908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:54.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:54 smithi135 bash[32435]: cluster 2023-12-07T22:11:53.277955+0000 mgr.a (mgr.14403) 11934 : cluster 0 pgmap v8908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:56 smithi079 bash[28699]: cluster 2023-12-07T22:11:55.278788+0000 mgr.a (mgr.14403) 11935 : cluster 0 pgmap v8909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:56.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:11:56.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:11:56.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:11:56.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:56 smithi194 bash[32038]: cluster 2023-12-07T22:11:55.278788+0000 mgr.a (mgr.14403) 11935 : cluster 0 pgmap v8909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:56.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:56 smithi135 bash[32435]: cluster 2023-12-07T22:11:55.278788+0000 mgr.a (mgr.14403) 11935 : cluster 0 pgmap v8909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:11:57.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:11:57.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:11:57.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:11:57.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:11:57.620 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:11:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:58 smithi079 bash[28699]: audit 2023-12-07T22:11:57.095398+0000 mgr.a (mgr.14403) 11936 : audit 0 from='client.242469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:11:58 smithi079 bash[28699]: cluster 2023-12-07T22:11:57.279568+0000 mgr.a (mgr.14403) 11937 : cluster 0 pgmap v8910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:58.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:58 smithi194 bash[32038]: audit 2023-12-07T22:11:57.095398+0000 mgr.a (mgr.14403) 11936 : audit 0 from='client.242469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:58.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:11:58 smithi194 bash[32038]: cluster 2023-12-07T22:11:57.279568+0000 mgr.a (mgr.14403) 11937 : cluster 0 pgmap v8910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:11:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:58 smithi135 bash[32435]: audit 2023-12-07T22:11:57.095398+0000 mgr.a (mgr.14403) 11936 : audit 0 from='client.242469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:11:58.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:11:58 smithi135 bash[32435]: cluster 2023-12-07T22:11:57.279568+0000 mgr.a (mgr.14403) 11937 : cluster 0 pgmap v8910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:00 smithi079 bash[28699]: cluster 2023-12-07T22:11:59.280431+0000 mgr.a (mgr.14403) 11938 : cluster 0 pgmap v8911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:00.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:00 smithi194 bash[32038]: cluster 2023-12-07T22:11:59.280431+0000 mgr.a (mgr.14403) 11938 : cluster 0 pgmap v8911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:00.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:00 smithi135 bash[32435]: cluster 2023-12-07T22:11:59.280431+0000 mgr.a (mgr.14403) 11938 : cluster 0 pgmap v8911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:02.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:12:02.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:02.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:02 smithi079 bash[28699]: cluster 2023-12-07T22:12:01.281048+0000 mgr.a (mgr.14403) 11939 : cluster 0 pgmap v8912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:02 smithi079 bash[28699]: audit 2023-12-07T22:12:02.112218+0000 mon.a (mon.0) 2098 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:12:02.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:02 smithi194 bash[32038]: cluster 2023-12-07T22:12:01.281048+0000 mgr.a (mgr.14403) 11939 : cluster 0 pgmap v8912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:02.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:02 smithi194 bash[32038]: audit 2023-12-07T22:12:02.112218+0000 mon.a (mon.0) 2098 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:12:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:02 smithi135 bash[32435]: cluster 2023-12-07T22:12:01.281048+0000 mgr.a (mgr.14403) 11939 : cluster 0 pgmap v8912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:02 smithi135 bash[32435]: audit 2023-12-07T22:12:02.112218+0000 mon.a (mon.0) 2098 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:12:03.559 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:12:03.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:03.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:03.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:03.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:12:03.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:03 smithi079 bash[28699]: audit 2023-12-07T22:12:02.642430+0000 mon.a (mon.0) 2099 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:12:03.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:03 smithi079 bash[28699]: audit 2023-12-07T22:12:02.659189+0000 mon.a (mon.0) 2100 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:12:03.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:03 smithi079 bash[28699]: audit 2023-12-07T22:12:03.038844+0000 mgr.a (mgr.14403) 11940 : audit 0 from='client.242544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:03.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:03 smithi079 bash[28699]: cluster 2023-12-07T22:12:03.281640+0000 mgr.a (mgr.14403) 11941 : cluster 0 pgmap v8913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:03.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:03 smithi079 bash[28699]: audit 2023-12-07T22:12:03.368573+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:12:03.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:03 smithi079 bash[28699]: audit 2023-12-07T22:12:03.370051+0000 mon.a (mon.0) 2102 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:12:03.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:03 smithi079 bash[28699]: audit 2023-12-07T22:12:03.379351+0000 mon.a (mon.0) 2103 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:12:03.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:03 smithi194 bash[32038]: audit 2023-12-07T22:12:02.642430+0000 mon.a (mon.0) 2099 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:12:03.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:03 smithi194 bash[32038]: audit 2023-12-07T22:12:02.659189+0000 mon.a (mon.0) 2100 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:12:03.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:03 smithi194 bash[32038]: audit 2023-12-07T22:12:03.038844+0000 mgr.a (mgr.14403) 11940 : audit 0 from='client.242544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:03.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:03 smithi194 bash[32038]: cluster 2023-12-07T22:12:03.281640+0000 mgr.a (mgr.14403) 11941 : cluster 0 pgmap v8913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:03.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:03 smithi194 bash[32038]: audit 2023-12-07T22:12:03.368573+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:12:03.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:03 smithi194 bash[32038]: audit 2023-12-07T22:12:03.370051+0000 mon.a (mon.0) 2102 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:12:03.959 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:03 smithi194 bash[32038]: audit 2023-12-07T22:12:03.379351+0000 mon.a (mon.0) 2103 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:12:03.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:03 smithi135 bash[32435]: audit 2023-12-07T22:12:02.642430+0000 mon.a (mon.0) 2099 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:12:03.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:03 smithi135 bash[32435]: audit 2023-12-07T22:12:02.659189+0000 mon.a (mon.0) 2100 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:12:03.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:03 smithi135 bash[32435]: audit 2023-12-07T22:12:03.038844+0000 mgr.a (mgr.14403) 11940 : audit 0 from='client.242544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:03.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:03 smithi135 bash[32435]: cluster 2023-12-07T22:12:03.281640+0000 mgr.a (mgr.14403) 11941 : cluster 0 pgmap v8913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:03.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:03 smithi135 bash[32435]: audit 2023-12-07T22:12:03.368573+0000 mon.a (mon.0) 2101 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:12:03.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:03 smithi135 bash[32435]: audit 2023-12-07T22:12:03.370051+0000 mon.a (mon.0) 2102 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:12:03.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:03 smithi135 bash[32435]: audit 2023-12-07T22:12:03.379351+0000 mon.a (mon.0) 2103 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:12:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:06 smithi079 bash[28699]: cluster 2023-12-07T22:12:05.282476+0000 mgr.a (mgr.14403) 11942 : cluster 0 pgmap v8914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:06.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:06 smithi194 bash[32038]: cluster 2023-12-07T22:12:05.282476+0000 mgr.a (mgr.14403) 11942 : cluster 0 pgmap v8914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:06.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:06 smithi135 bash[32435]: cluster 2023-12-07T22:12:05.282476+0000 mgr.a (mgr.14403) 11942 : cluster 0 pgmap v8914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:08.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:12:08.563 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:08.564 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:08 smithi079 bash[28699]: cluster 2023-12-07T22:12:07.283087+0000 mgr.a (mgr.14403) 11943 : cluster 0 pgmap v8915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:08.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:08 smithi194 bash[32038]: cluster 2023-12-07T22:12:07.283087+0000 mgr.a (mgr.14403) 11943 : cluster 0 pgmap v8915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:08.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:08 smithi135 bash[32435]: cluster 2023-12-07T22:12:07.283087+0000 mgr.a (mgr.14403) 11943 : cluster 0 pgmap v8915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:09.470 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:12:09.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:09.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:09.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:09.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:12:10.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:10 smithi079 bash[28699]: audit 2023-12-07T22:12:08.959547+0000 mgr.a (mgr.14403) 11944 : audit 0 from='client.242622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:10.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:10 smithi079 bash[28699]: cluster 2023-12-07T22:12:09.284136+0000 mgr.a (mgr.14403) 11945 : cluster 0 pgmap v8916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:10.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:10 smithi194 bash[32038]: audit 2023-12-07T22:12:08.959547+0000 mgr.a (mgr.14403) 11944 : audit 0 from='client.242622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:10.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:10 smithi194 bash[32038]: cluster 2023-12-07T22:12:09.284136+0000 mgr.a (mgr.14403) 11945 : cluster 0 pgmap v8916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:10.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:10 smithi135 bash[32435]: audit 2023-12-07T22:12:08.959547+0000 mgr.a (mgr.14403) 11944 : audit 0 from='client.242622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:10.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:10 smithi135 bash[32435]: cluster 2023-12-07T22:12:09.284136+0000 mgr.a (mgr.14403) 11945 : cluster 0 pgmap v8916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:12 smithi079 bash[28699]: cluster 2023-12-07T22:12:11.284802+0000 mgr.a (mgr.14403) 11946 : cluster 0 pgmap v8917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:12.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:12 smithi194 bash[32038]: cluster 2023-12-07T22:12:11.284802+0000 mgr.a (mgr.14403) 11946 : cluster 0 pgmap v8917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:12.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:12 smithi135 bash[32435]: cluster 2023-12-07T22:12:11.284802+0000 mgr.a (mgr.14403) 11946 : cluster 0 pgmap v8917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:14.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:12:14.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:14.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:14 smithi079 bash[28699]: cluster 2023-12-07T22:12:13.285369+0000 mgr.a (mgr.14403) 11947 : cluster 0 pgmap v8918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:14.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:14 smithi194 bash[32038]: cluster 2023-12-07T22:12:13.285369+0000 mgr.a (mgr.14403) 11947 : cluster 0 pgmap v8918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:14.714 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:14 smithi135 bash[32435]: cluster 2023-12-07T22:12:13.285369+0000 mgr.a (mgr.14403) 11947 : cluster 0 pgmap v8918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:15.391 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:12:15.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:15.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:15.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:15.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:12:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:16 smithi079 bash[28699]: audit 2023-12-07T22:12:14.881849+0000 mgr.a (mgr.14403) 11948 : audit 0 from='client.242697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:16.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:16 smithi079 bash[28699]: cluster 2023-12-07T22:12:15.286526+0000 mgr.a (mgr.14403) 11949 : cluster 0 pgmap v8919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:16.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:16 smithi194 bash[32038]: audit 2023-12-07T22:12:14.881849+0000 mgr.a (mgr.14403) 11948 : audit 0 from='client.242697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:16.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:16 smithi194 bash[32038]: cluster 2023-12-07T22:12:15.286526+0000 mgr.a (mgr.14403) 11949 : cluster 0 pgmap v8919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:16.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:16 smithi135 bash[32435]: audit 2023-12-07T22:12:14.881849+0000 mgr.a (mgr.14403) 11948 : audit 0 from='client.242697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:16.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:16 smithi135 bash[32435]: cluster 2023-12-07T22:12:15.286526+0000 mgr.a (mgr.14403) 11949 : cluster 0 pgmap v8919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:18.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:18 smithi079 bash[28699]: cluster 2023-12-07T22:12:17.287175+0000 mgr.a (mgr.14403) 11950 : cluster 0 pgmap v8920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:18.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:18 smithi194 bash[32038]: cluster 2023-12-07T22:12:17.287175+0000 mgr.a (mgr.14403) 11950 : cluster 0 pgmap v8920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:18.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:18 smithi135 bash[32435]: cluster 2023-12-07T22:12:17.287175+0000 mgr.a (mgr.14403) 11950 : cluster 0 pgmap v8920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:20.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:12:20.395 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:20.395 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:20.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:20 smithi079 bash[28699]: cluster 2023-12-07T22:12:19.287910+0000 mgr.a (mgr.14403) 11951 : cluster 0 pgmap v8921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:20.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:20 smithi194 bash[32038]: cluster 2023-12-07T22:12:19.287910+0000 mgr.a (mgr.14403) 11951 : cluster 0 pgmap v8921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:20.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:20 smithi135 bash[32435]: cluster 2023-12-07T22:12:19.287910+0000 mgr.a (mgr.14403) 11951 : cluster 0 pgmap v8921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:21.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:21.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:21.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:21.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:12:21.307 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:12:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:22 smithi079 bash[28699]: audit 2023-12-07T22:12:20.790303+0000 mgr.a (mgr.14403) 11952 : audit 0 from='client.242772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:22 smithi079 bash[28699]: cluster 2023-12-07T22:12:21.288501+0000 mgr.a (mgr.14403) 11953 : cluster 0 pgmap v8922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:22.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:22 smithi194 bash[32038]: audit 2023-12-07T22:12:20.790303+0000 mgr.a (mgr.14403) 11952 : audit 0 from='client.242772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:22.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:22 smithi194 bash[32038]: cluster 2023-12-07T22:12:21.288501+0000 mgr.a (mgr.14403) 11953 : cluster 0 pgmap v8922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:22 smithi135 bash[32435]: audit 2023-12-07T22:12:20.790303+0000 mgr.a (mgr.14403) 11952 : audit 0 from='client.242772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:22.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:22 smithi135 bash[32435]: cluster 2023-12-07T22:12:21.288501+0000 mgr.a (mgr.14403) 11953 : cluster 0 pgmap v8922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:24 smithi079 bash[28699]: cluster 2023-12-07T22:12:23.289060+0000 mgr.a (mgr.14403) 11954 : cluster 0 pgmap v8923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:24.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:24 smithi194 bash[32038]: cluster 2023-12-07T22:12:23.289060+0000 mgr.a (mgr.14403) 11954 : cluster 0 pgmap v8923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:24.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:24 smithi135 bash[32435]: cluster 2023-12-07T22:12:23.289060+0000 mgr.a (mgr.14403) 11954 : cluster 0 pgmap v8923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:26.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:12:26.310 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:26.310 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:26 smithi079 bash[28699]: cluster 2023-12-07T22:12:25.289821+0000 mgr.a (mgr.14403) 11955 : cluster 0 pgmap v8924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:26.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:26 smithi194 bash[32038]: cluster 2023-12-07T22:12:25.289821+0000 mgr.a (mgr.14403) 11955 : cluster 0 pgmap v8924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:26.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:26 smithi135 bash[32435]: cluster 2023-12-07T22:12:25.289821+0000 mgr.a (mgr.14403) 11955 : cluster 0 pgmap v8924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:27.209 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:12:27.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:27.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:27.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:27.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:12:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:28 smithi079 bash[28699]: audit 2023-12-07T22:12:26.715639+0000 mgr.a (mgr.14403) 11956 : audit 0 from='client.242847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:28.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:28 smithi079 bash[28699]: cluster 2023-12-07T22:12:27.290561+0000 mgr.a (mgr.14403) 11957 : cluster 0 pgmap v8925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:28.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:28 smithi194 bash[32038]: audit 2023-12-07T22:12:26.715639+0000 mgr.a (mgr.14403) 11956 : audit 0 from='client.242847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:28.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:28 smithi194 bash[32038]: cluster 2023-12-07T22:12:27.290561+0000 mgr.a (mgr.14403) 11957 : cluster 0 pgmap v8925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:28.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:28 smithi135 bash[32435]: audit 2023-12-07T22:12:26.715639+0000 mgr.a (mgr.14403) 11956 : audit 0 from='client.242847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:28.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:28 smithi135 bash[32435]: cluster 2023-12-07T22:12:27.290561+0000 mgr.a (mgr.14403) 11957 : cluster 0 pgmap v8925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:30.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:30 smithi079 bash[28699]: cluster 2023-12-07T22:12:29.291406+0000 mgr.a (mgr.14403) 11958 : cluster 0 pgmap v8926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:30 smithi194 bash[32038]: cluster 2023-12-07T22:12:29.291406+0000 mgr.a (mgr.14403) 11958 : cluster 0 pgmap v8926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:30.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:30 smithi135 bash[32435]: cluster 2023-12-07T22:12:29.291406+0000 mgr.a (mgr.14403) 11958 : cluster 0 pgmap v8926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:32.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:12:32.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:32.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:32 smithi079 bash[28699]: cluster 2023-12-07T22:12:31.291951+0000 mgr.a (mgr.14403) 11959 : cluster 0 pgmap v8927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:32 smithi194 bash[32038]: cluster 2023-12-07T22:12:31.291951+0000 mgr.a (mgr.14403) 11959 : cluster 0 pgmap v8927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:32 smithi135 bash[32435]: cluster 2023-12-07T22:12:31.291951+0000 mgr.a (mgr.14403) 11959 : cluster 0 pgmap v8927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:33.134 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:12:33.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:33.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:33.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:33.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:12:33.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:33 smithi079 bash[28699]: audit 2023-12-07T22:12:32.621489+0000 mgr.a (mgr.14403) 11960 : audit 0 from='client.242925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:33.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:33 smithi194 bash[32038]: audit 2023-12-07T22:12:32.621489+0000 mgr.a (mgr.14403) 11960 : audit 0 from='client.242925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:33.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:33 smithi135 bash[32435]: audit 2023-12-07T22:12:32.621489+0000 mgr.a (mgr.14403) 11960 : audit 0 from='client.242925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:34 smithi079 bash[28699]: cluster 2023-12-07T22:12:33.292698+0000 mgr.a (mgr.14403) 11961 : cluster 0 pgmap v8928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:34.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:34 smithi194 bash[32038]: cluster 2023-12-07T22:12:33.292698+0000 mgr.a (mgr.14403) 11961 : cluster 0 pgmap v8928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:34.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:34 smithi135 bash[32435]: cluster 2023-12-07T22:12:33.292698+0000 mgr.a (mgr.14403) 11961 : cluster 0 pgmap v8928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:36 smithi079 bash[28699]: cluster 2023-12-07T22:12:35.293545+0000 mgr.a (mgr.14403) 11962 : cluster 0 pgmap v8929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:36.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:36 smithi194 bash[32038]: cluster 2023-12-07T22:12:35.293545+0000 mgr.a (mgr.14403) 11962 : cluster 0 pgmap v8929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:36.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:36 smithi135 bash[32435]: cluster 2023-12-07T22:12:35.293545+0000 mgr.a (mgr.14403) 11962 : cluster 0 pgmap v8929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:38.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:12:38.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:38.138 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:38.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:38 smithi079 bash[28699]: cluster 2023-12-07T22:12:37.294105+0000 mgr.a (mgr.14403) 11963 : cluster 0 pgmap v8930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:38.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:38 smithi194 bash[32038]: cluster 2023-12-07T22:12:37.294105+0000 mgr.a (mgr.14403) 11963 : cluster 0 pgmap v8930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:38.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:38 smithi135 bash[32435]: cluster 2023-12-07T22:12:37.294105+0000 mgr.a (mgr.14403) 11963 : cluster 0 pgmap v8930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:39.033 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:12:39.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:39.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:39.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:39.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:12:39.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:39 smithi079 bash[28699]: audit 2023-12-07T22:12:38.534747+0000 mgr.a (mgr.14403) 11964 : audit 0 from='client.243000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:39.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:39 smithi194 bash[32038]: audit 2023-12-07T22:12:38.534747+0000 mgr.a (mgr.14403) 11964 : audit 0 from='client.243000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:39.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:39 smithi135 bash[32435]: audit 2023-12-07T22:12:38.534747+0000 mgr.a (mgr.14403) 11964 : audit 0 from='client.243000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:40.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:40 smithi079 bash[28699]: cluster 2023-12-07T22:12:39.295190+0000 mgr.a (mgr.14403) 11965 : cluster 0 pgmap v8931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:40.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:40 smithi194 bash[32038]: cluster 2023-12-07T22:12:39.295190+0000 mgr.a (mgr.14403) 11965 : cluster 0 pgmap v8931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:40 smithi135 bash[32435]: cluster 2023-12-07T22:12:39.295190+0000 mgr.a (mgr.14403) 11965 : cluster 0 pgmap v8931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:42 smithi079 bash[28699]: cluster 2023-12-07T22:12:41.295694+0000 mgr.a (mgr.14403) 11966 : cluster 0 pgmap v8932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:42 smithi194 bash[32038]: cluster 2023-12-07T22:12:41.295694+0000 mgr.a (mgr.14403) 11966 : cluster 0 pgmap v8932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:42.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:42 smithi135 bash[32435]: cluster 2023-12-07T22:12:41.295694+0000 mgr.a (mgr.14403) 11966 : cluster 0 pgmap v8932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:44.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:12:44.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:44.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:44.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:44 smithi079 bash[28699]: cluster 2023-12-07T22:12:43.296278+0000 mgr.a (mgr.14403) 11967 : cluster 0 pgmap v8933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:44.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:44 smithi194 bash[32038]: cluster 2023-12-07T22:12:43.296278+0000 mgr.a (mgr.14403) 11967 : cluster 0 pgmap v8933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:44.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:44 smithi135 bash[32435]: cluster 2023-12-07T22:12:43.296278+0000 mgr.a (mgr.14403) 11967 : cluster 0 pgmap v8933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:44.931 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:12:44.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:44.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:44.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:44.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:12:45.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:45 smithi194 bash[32038]: audit 2023-12-07T22:12:44.432453+0000 mgr.a (mgr.14403) 11968 : audit 0 from='client.243075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:45.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:45 smithi135 bash[32435]: audit 2023-12-07T22:12:44.432453+0000 mgr.a (mgr.14403) 11968 : audit 0 from='client.243075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:45.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:45 smithi079 bash[28699]: audit 2023-12-07T22:12:44.432453+0000 mgr.a (mgr.14403) 11968 : audit 0 from='client.243075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:46.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:46 smithi194 bash[32038]: cluster 2023-12-07T22:12:45.296884+0000 mgr.a (mgr.14403) 11969 : cluster 0 pgmap v8934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:46.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:46 smithi135 bash[32435]: cluster 2023-12-07T22:12:45.296884+0000 mgr.a (mgr.14403) 11969 : cluster 0 pgmap v8934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:46.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:46 smithi079 bash[28699]: cluster 2023-12-07T22:12:45.296884+0000 mgr.a (mgr.14403) 11969 : cluster 0 pgmap v8934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:48.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:48 smithi194 bash[32038]: cluster 2023-12-07T22:12:47.297420+0000 mgr.a (mgr.14403) 11970 : cluster 0 pgmap v8935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:48.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:48 smithi135 bash[32435]: cluster 2023-12-07T22:12:47.297420+0000 mgr.a (mgr.14403) 11970 : cluster 0 pgmap v8935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:48.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:48 smithi079 bash[28699]: cluster 2023-12-07T22:12:47.297420+0000 mgr.a (mgr.14403) 11970 : cluster 0 pgmap v8935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:12:49.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:12:49.933 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:49.933 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:50.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:50 smithi079 bash[28699]: cluster 2023-12-07T22:12:49.298111+0000 mgr.a (mgr.14403) 11971 : cluster 0 pgmap v8936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:50 smithi194 bash[32038]: cluster 2023-12-07T22:12:49.298111+0000 mgr.a (mgr.14403) 11971 : cluster 0 pgmap v8936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:50 smithi135 bash[32435]: cluster 2023-12-07T22:12:49.298111+0000 mgr.a (mgr.14403) 11971 : cluster 0 pgmap v8936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:50.827 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:12:50.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:50.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:50.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:50.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:12:51.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:51 smithi079 bash[28699]: audit 2023-12-07T22:12:50.329897+0000 mgr.a (mgr.14403) 11972 : audit 0 from='client.178394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:51.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:51 smithi194 bash[32038]: audit 2023-12-07T22:12:50.329897+0000 mgr.a (mgr.14403) 11972 : audit 0 from='client.178394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:51.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:51 smithi135 bash[32435]: audit 2023-12-07T22:12:50.329897+0000 mgr.a (mgr.14403) 11972 : audit 0 from='client.178394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:52 smithi079 bash[28699]: cluster 2023-12-07T22:12:51.298702+0000 mgr.a (mgr.14403) 11973 : cluster 0 pgmap v8937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:52 smithi194 bash[32038]: cluster 2023-12-07T22:12:51.298702+0000 mgr.a (mgr.14403) 11973 : cluster 0 pgmap v8937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:52.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:52 smithi135 bash[32435]: cluster 2023-12-07T22:12:51.298702+0000 mgr.a (mgr.14403) 11973 : cluster 0 pgmap v8937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:54 smithi079 bash[28699]: cluster 2023-12-07T22:12:53.299285+0000 mgr.a (mgr.14403) 11974 : cluster 0 pgmap v8938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:54.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:54 smithi194 bash[32038]: cluster 2023-12-07T22:12:53.299285+0000 mgr.a (mgr.14403) 11974 : cluster 0 pgmap v8938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:54.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:54 smithi135 bash[32435]: cluster 2023-12-07T22:12:53.299285+0000 mgr.a (mgr.14403) 11974 : cluster 0 pgmap v8938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:55.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:12:55.831 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:12:55.831 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:12:56.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:56 smithi079 bash[28699]: cluster 2023-12-07T22:12:55.300019+0000 mgr.a (mgr.14403) 11975 : cluster 0 pgmap v8939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:56.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:56 smithi194 bash[32038]: cluster 2023-12-07T22:12:55.300019+0000 mgr.a (mgr.14403) 11975 : cluster 0 pgmap v8939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:56.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:56 smithi135 bash[32435]: cluster 2023-12-07T22:12:55.300019+0000 mgr.a (mgr.14403) 11975 : cluster 0 pgmap v8939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:12:56.740 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:12:56.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:12:56.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:12:56.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:12:56.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:12:57.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:57 smithi079 bash[28699]: audit 2023-12-07T22:12:56.233258+0000 mgr.a (mgr.14403) 11976 : audit 0 from='client.243228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:57.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:57 smithi194 bash[32038]: audit 2023-12-07T22:12:56.233258+0000 mgr.a (mgr.14403) 11976 : audit 0 from='client.243228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:57.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:57 smithi135 bash[32435]: audit 2023-12-07T22:12:56.233258+0000 mgr.a (mgr.14403) 11976 : audit 0 from='client.243228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:12:58.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:12:58 smithi079 bash[28699]: cluster 2023-12-07T22:12:57.300646+0000 mgr.a (mgr.14403) 11977 : cluster 0 pgmap v8940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:58.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:12:58 smithi194 bash[32038]: cluster 2023-12-07T22:12:57.300646+0000 mgr.a (mgr.14403) 11977 : cluster 0 pgmap v8940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:12:58.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:12:58 smithi135 bash[32435]: cluster 2023-12-07T22:12:57.300646+0000 mgr.a (mgr.14403) 11977 : cluster 0 pgmap v8940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:00.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:00 smithi079 bash[28699]: cluster 2023-12-07T22:12:59.301409+0000 mgr.a (mgr.14403) 11978 : cluster 0 pgmap v8941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:00 smithi194 bash[32038]: cluster 2023-12-07T22:12:59.301409+0000 mgr.a (mgr.14403) 11978 : cluster 0 pgmap v8941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:00.714 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:00 smithi135 bash[32435]: cluster 2023-12-07T22:12:59.301409+0000 mgr.a (mgr.14403) 11978 : cluster 0 pgmap v8941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:01.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:13:01.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:01.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:02 smithi079 bash[28699]: cluster 2023-12-07T22:13:01.301898+0000 mgr.a (mgr.14403) 11979 : cluster 0 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-07T22:13:02.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:02.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:02.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:02.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:13:02.670 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:13:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:02 smithi194 bash[32038]: cluster 2023-12-07T22:13:01.301898+0000 mgr.a (mgr.14403) 11979 : cluster 0 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-07T22:13:02.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:02 smithi135 bash[32435]: cluster 2023-12-07T22:13:01.301898+0000 mgr.a (mgr.14403) 11979 : cluster 0 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-07T22:13:03.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:03 smithi079 bash[28699]: audit 2023-12-07T22:13:02.151871+0000 mgr.a (mgr.14403) 11980 : audit 0 from='client.243303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:03.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:03 smithi194 bash[32038]: audit 2023-12-07T22:13:02.151871+0000 mgr.a (mgr.14403) 11980 : audit 0 from='client.243303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:03.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:03 smithi135 bash[32435]: audit 2023-12-07T22:13:02.151871+0000 mgr.a (mgr.14403) 11980 : audit 0 from='client.243303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:04 smithi079 bash[28699]: cluster 2023-12-07T22:13:03.302569+0000 mgr.a (mgr.14403) 11981 : cluster 0 pgmap v8943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:04 smithi079 bash[28699]: audit 2023-12-07T22:13:03.496046+0000 mon.a (mon.0) 2104 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:13:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:04 smithi079 bash[28699]: audit 2023-12-07T22:13:04.232599+0000 mon.a (mon.0) 2105 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:13:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:04 smithi079 bash[28699]: audit 2023-12-07T22:13:04.234122+0000 mon.a (mon.0) 2106 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:13:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:04 smithi079 bash[28699]: audit 2023-12-07T22:13:04.242477+0000 mon.a (mon.0) 2107 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:13:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:04 smithi194 bash[32038]: cluster 2023-12-07T22:13:03.302569+0000 mgr.a (mgr.14403) 11981 : cluster 0 pgmap v8943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:04.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:04 smithi194 bash[32038]: audit 2023-12-07T22:13:03.496046+0000 mon.a (mon.0) 2104 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:13:04.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:04 smithi194 bash[32038]: audit 2023-12-07T22:13:04.232599+0000 mon.a (mon.0) 2105 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:13:04.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:04 smithi194 bash[32038]: audit 2023-12-07T22:13:04.234122+0000 mon.a (mon.0) 2106 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:13:04.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:04 smithi194 bash[32038]: audit 2023-12-07T22:13:04.242477+0000 mon.a (mon.0) 2107 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:13:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:04 smithi135 bash[32435]: cluster 2023-12-07T22:13:03.302569+0000 mgr.a (mgr.14403) 11981 : cluster 0 pgmap v8943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:04 smithi135 bash[32435]: audit 2023-12-07T22:13:03.496046+0000 mon.a (mon.0) 2104 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:13:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:04 smithi135 bash[32435]: audit 2023-12-07T22:13:04.232599+0000 mon.a (mon.0) 2105 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:13:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:04 smithi135 bash[32435]: audit 2023-12-07T22:13:04.234122+0000 mon.a (mon.0) 2106 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:13:04.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:04 smithi135 bash[32435]: audit 2023-12-07T22:13:04.242477+0000 mon.a (mon.0) 2107 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:13:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:06 smithi079 bash[28699]: cluster 2023-12-07T22:13:05.303369+0000 mgr.a (mgr.14403) 11982 : cluster 0 pgmap v8944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:06.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:06 smithi194 bash[32038]: cluster 2023-12-07T22:13:05.303369+0000 mgr.a (mgr.14403) 11982 : cluster 0 pgmap v8944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:06.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:06 smithi135 bash[32435]: cluster 2023-12-07T22:13:05.303369+0000 mgr.a (mgr.14403) 11982 : cluster 0 pgmap v8944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:07.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:13:07.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:07.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:08.599 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:13:08.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:08.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:08.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:08.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:13:08.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:08 smithi079 bash[28699]: cluster 2023-12-07T22:13:07.303879+0000 mgr.a (mgr.14403) 11983 : cluster 0 pgmap v8945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:08.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:08 smithi194 bash[32038]: cluster 2023-12-07T22:13:07.303879+0000 mgr.a (mgr.14403) 11983 : cluster 0 pgmap v8945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:08.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:08 smithi135 bash[32435]: cluster 2023-12-07T22:13:07.303879+0000 mgr.a (mgr.14403) 11983 : cluster 0 pgmap v8945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:09.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:09 smithi079 bash[28699]: audit 2023-12-07T22:13:08.083131+0000 mgr.a (mgr.14403) 11984 : audit 0 from='client.243375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:09.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:09 smithi194 bash[32038]: audit 2023-12-07T22:13:08.083131+0000 mgr.a (mgr.14403) 11984 : audit 0 from='client.243375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:09.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:09 smithi135 bash[32435]: audit 2023-12-07T22:13:08.083131+0000 mgr.a (mgr.14403) 11984 : audit 0 from='client.243375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:10.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:10 smithi079 bash[28699]: cluster 2023-12-07T22:13:09.304656+0000 mgr.a (mgr.14403) 11985 : cluster 0 pgmap v8946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:13:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:10 smithi194 bash[32038]: cluster 2023-12-07T22:13:09.304656+0000 mgr.a (mgr.14403) 11985 : cluster 0 pgmap v8946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:13:10.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:10 smithi135 bash[32435]: cluster 2023-12-07T22:13:09.304656+0000 mgr.a (mgr.14403) 11985 : cluster 0 pgmap v8946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:13:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:12 smithi079 bash[28699]: cluster 2023-12-07T22:13:11.305186+0000 mgr.a (mgr.14403) 11986 : cluster 0 pgmap v8947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:13:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:12 smithi194 bash[32038]: cluster 2023-12-07T22:13:11.305186+0000 mgr.a (mgr.14403) 11986 : cluster 0 pgmap v8947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:13:12.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:12 smithi135 bash[32435]: cluster 2023-12-07T22:13:11.305186+0000 mgr.a (mgr.14403) 11986 : cluster 0 pgmap v8947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:13:13.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:13:13.603 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:13.604 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:14.512 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:13:14.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:14.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:14.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:14.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:13:14.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:14 smithi079 bash[28699]: cluster 2023-12-07T22:13:13.305731+0000 mgr.a (mgr.14403) 11987 : cluster 0 pgmap v8948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:13:14.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:14 smithi194 bash[32038]: cluster 2023-12-07T22:13:13.305731+0000 mgr.a (mgr.14403) 11987 : cluster 0 pgmap v8948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:13:14.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:14 smithi135 bash[32435]: cluster 2023-12-07T22:13:13.305731+0000 mgr.a (mgr.14403) 11987 : cluster 0 pgmap v8948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:13:15.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:15 smithi194 bash[32038]: audit 2023-12-07T22:13:14.003900+0000 mgr.a (mgr.14403) 11988 : audit 0 from='client.243453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:15.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:15 smithi135 bash[32435]: audit 2023-12-07T22:13:14.003900+0000 mgr.a (mgr.14403) 11988 : audit 0 from='client.243453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:15.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:15 smithi079 bash[28699]: audit 2023-12-07T22:13:14.003900+0000 mgr.a (mgr.14403) 11988 : audit 0 from='client.243453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:16.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:16 smithi194 bash[32038]: cluster 2023-12-07T22:13:15.306651+0000 mgr.a (mgr.14403) 11989 : cluster 0 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-07T22:13:16.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:16 smithi135 bash[32435]: cluster 2023-12-07T22:13:15.306651+0000 mgr.a (mgr.14403) 11989 : cluster 0 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-07T22:13:16.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:16 smithi079 bash[28699]: cluster 2023-12-07T22:13:15.306651+0000 mgr.a (mgr.14403) 11989 : cluster 0 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-07T22:13:18.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:18 smithi194 bash[32038]: cluster 2023-12-07T22:13:17.307218+0000 mgr.a (mgr.14403) 11990 : cluster 0 pgmap v8950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:18.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:18 smithi135 bash[32435]: cluster 2023-12-07T22:13:17.307218+0000 mgr.a (mgr.14403) 11990 : cluster 0 pgmap v8950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:18.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:18 smithi079 bash[28699]: cluster 2023-12-07T22:13:17.307218+0000 mgr.a (mgr.14403) 11990 : cluster 0 pgmap v8950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:19.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:13:19.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:19.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:20.433 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:13:20.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:20.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:20.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:20.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:13:20.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:20 smithi079 bash[28699]: cluster 2023-12-07T22:13:19.307915+0000 mgr.a (mgr.14403) 11991 : cluster 0 pgmap v8951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:20.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:20 smithi194 bash[32038]: cluster 2023-12-07T22:13:19.307915+0000 mgr.a (mgr.14403) 11991 : cluster 0 pgmap v8951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:20.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:20 smithi135 bash[32435]: cluster 2023-12-07T22:13:19.307915+0000 mgr.a (mgr.14403) 11991 : cluster 0 pgmap v8951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:21.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:21 smithi079 bash[28699]: audit 2023-12-07T22:13:19.916485+0000 mgr.a (mgr.14403) 11992 : audit 0 from='client.243528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:21.709 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:21 smithi194 bash[32038]: audit 2023-12-07T22:13:19.916485+0000 mgr.a (mgr.14403) 11992 : audit 0 from='client.243528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:21.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:21 smithi135 bash[32435]: audit 2023-12-07T22:13:19.916485+0000 mgr.a (mgr.14403) 11992 : audit 0 from='client.243528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:22 smithi079 bash[28699]: cluster 2023-12-07T22:13:21.308424+0000 mgr.a (mgr.14403) 11993 : cluster 0 pgmap v8952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:13:22.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:22 smithi194 bash[32038]: cluster 2023-12-07T22:13:21.308424+0000 mgr.a (mgr.14403) 11993 : cluster 0 pgmap v8952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:13:22.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:22 smithi135 bash[32435]: cluster 2023-12-07T22:13:21.308424+0000 mgr.a (mgr.14403) 11993 : cluster 0 pgmap v8952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:13:24.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:24 smithi079 bash[28699]: cluster 2023-12-07T22:13:23.308996+0000 mgr.a (mgr.14403) 11994 : cluster 0 pgmap v8953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:13:24.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:24 smithi194 bash[32038]: cluster 2023-12-07T22:13:23.308996+0000 mgr.a (mgr.14403) 11994 : cluster 0 pgmap v8953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:13:24.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:24 smithi135 bash[32435]: cluster 2023-12-07T22:13:23.308996+0000 mgr.a (mgr.14403) 11994 : cluster 0 pgmap v8953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:13:25.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:13:25.437 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:25.437 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:26.332 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:13:26.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:26.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:26.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:26.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:13:26.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:26 smithi079 bash[28699]: cluster 2023-12-07T22:13:25.309689+0000 mgr.a (mgr.14403) 11995 : cluster 0 pgmap v8954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:13:26.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:26 smithi194 bash[32038]: cluster 2023-12-07T22:13:25.309689+0000 mgr.a (mgr.14403) 11995 : cluster 0 pgmap v8954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:13:26.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:26 smithi135 bash[32435]: cluster 2023-12-07T22:13:25.309689+0000 mgr.a (mgr.14403) 11995 : cluster 0 pgmap v8954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:13:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:27 smithi079 bash[28699]: audit 2023-12-07T22:13:25.838514+0000 mgr.a (mgr.14403) 11996 : audit 0 from='client.243606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:27.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:27 smithi194 bash[32038]: audit 2023-12-07T22:13:25.838514+0000 mgr.a (mgr.14403) 11996 : audit 0 from='client.243606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:27.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:27 smithi135 bash[32435]: audit 2023-12-07T22:13:25.838514+0000 mgr.a (mgr.14403) 11996 : audit 0 from='client.243606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:28.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:28 smithi079 bash[28699]: cluster 2023-12-07T22:13:27.310350+0000 mgr.a (mgr.14403) 11997 : cluster 0 pgmap v8955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:28.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:28 smithi194 bash[32038]: cluster 2023-12-07T22:13:27.310350+0000 mgr.a (mgr.14403) 11997 : cluster 0 pgmap v8955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:28.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:28 smithi135 bash[32435]: cluster 2023-12-07T22:13:27.310350+0000 mgr.a (mgr.14403) 11997 : cluster 0 pgmap v8955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:30 smithi079 bash[28699]: cluster 2023-12-07T22:13:29.310951+0000 mgr.a (mgr.14403) 11998 : cluster 0 pgmap v8956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:30 smithi194 bash[32038]: cluster 2023-12-07T22:13:29.310951+0000 mgr.a (mgr.14403) 11998 : cluster 0 pgmap v8956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:30 smithi135 bash[32435]: cluster 2023-12-07T22:13:29.310951+0000 mgr.a (mgr.14403) 11998 : cluster 0 pgmap v8956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:31.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:13:31.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:31.337 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:32.232 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:13:32.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:32.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:32.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:32.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:13:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:32 smithi079 bash[28699]: cluster 2023-12-07T22:13:31.311685+0000 mgr.a (mgr.14403) 11999 : cluster 0 pgmap v8957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:32 smithi194 bash[32038]: cluster 2023-12-07T22:13:31.311685+0000 mgr.a (mgr.14403) 11999 : cluster 0 pgmap v8957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:32 smithi135 bash[32435]: cluster 2023-12-07T22:13:31.311685+0000 mgr.a (mgr.14403) 11999 : cluster 0 pgmap v8957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:33.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:33 smithi079 bash[28699]: audit 2023-12-07T22:13:31.740495+0000 mgr.a (mgr.14403) 12000 : audit 0 from='client.243684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:33.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:33 smithi194 bash[32038]: audit 2023-12-07T22:13:31.740495+0000 mgr.a (mgr.14403) 12000 : audit 0 from='client.243684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:33.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:33 smithi135 bash[32435]: audit 2023-12-07T22:13:31.740495+0000 mgr.a (mgr.14403) 12000 : audit 0 from='client.243684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:34.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:34 smithi079 bash[28699]: cluster 2023-12-07T22:13:33.312429+0000 mgr.a (mgr.14403) 12001 : cluster 0 pgmap v8958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:34.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:34 smithi194 bash[32038]: cluster 2023-12-07T22:13:33.312429+0000 mgr.a (mgr.14403) 12001 : cluster 0 pgmap v8958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:34.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:34 smithi135 bash[32435]: cluster 2023-12-07T22:13:33.312429+0000 mgr.a (mgr.14403) 12001 : cluster 0 pgmap v8958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:36.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:36 smithi079 bash[28699]: cluster 2023-12-07T22:13:35.313381+0000 mgr.a (mgr.14403) 12002 : cluster 0 pgmap v8959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:36.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:36 smithi194 bash[32038]: cluster 2023-12-07T22:13:35.313381+0000 mgr.a (mgr.14403) 12002 : cluster 0 pgmap v8959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:36.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:36 smithi135 bash[32435]: cluster 2023-12-07T22:13:35.313381+0000 mgr.a (mgr.14403) 12002 : cluster 0 pgmap v8959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:37.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:13:37.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:37.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:38.131 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:13:38.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:38.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:38.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:38.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:13:38.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:38 smithi079 bash[28699]: cluster 2023-12-07T22:13:37.313939+0000 mgr.a (mgr.14403) 12003 : cluster 0 pgmap v8960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:38.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:38 smithi079 bash[28699]: audit 2023-12-07T22:13:37.629158+0000 mgr.a (mgr.14403) 12004 : audit 0 from='client.243759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:38.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:38 smithi194 bash[32038]: cluster 2023-12-07T22:13:37.313939+0000 mgr.a (mgr.14403) 12003 : cluster 0 pgmap v8960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:38.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:38 smithi194 bash[32038]: audit 2023-12-07T22:13:37.629158+0000 mgr.a (mgr.14403) 12004 : audit 0 from='client.243759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:38.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:38 smithi135 bash[32435]: cluster 2023-12-07T22:13:37.313939+0000 mgr.a (mgr.14403) 12003 : cluster 0 pgmap v8960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:38.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:38 smithi135 bash[32435]: audit 2023-12-07T22:13:37.629158+0000 mgr.a (mgr.14403) 12004 : audit 0 from='client.243759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:40 smithi079 bash[28699]: cluster 2023-12-07T22:13:39.314720+0000 mgr.a (mgr.14403) 12005 : cluster 0 pgmap v8961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:40.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:40 smithi194 bash[32038]: cluster 2023-12-07T22:13:39.314720+0000 mgr.a (mgr.14403) 12005 : cluster 0 pgmap v8961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:40 smithi135 bash[32435]: cluster 2023-12-07T22:13:39.314720+0000 mgr.a (mgr.14403) 12005 : cluster 0 pgmap v8961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:13:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:42 smithi079 bash[28699]: cluster 2023-12-07T22:13:41.315309+0000 mgr.a (mgr.14403) 12006 : cluster 0 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-07T22:13:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:42 smithi194 bash[32038]: cluster 2023-12-07T22:13:41.315309+0000 mgr.a (mgr.14403) 12006 : cluster 0 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-07T22:13:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:42 smithi135 bash[32435]: cluster 2023-12-07T22:13:41.315309+0000 mgr.a (mgr.14403) 12006 : cluster 0 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-07T22:13:43.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:13:43.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:43.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:44.008 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:13:44.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:44.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:44.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:44.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:13:44.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:44 smithi079 bash[28699]: cluster 2023-12-07T22:13:43.315724+0000 mgr.a (mgr.14403) 12007 : cluster 0 pgmap v8963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:44.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:44 smithi079 bash[28699]: audit 2023-12-07T22:13:43.523556+0000 mgr.a (mgr.14403) 12008 : audit 0 from='client.243834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:44.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:44 smithi194 bash[32038]: cluster 2023-12-07T22:13:43.315724+0000 mgr.a (mgr.14403) 12007 : cluster 0 pgmap v8963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:44.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:44 smithi194 bash[32038]: audit 2023-12-07T22:13:43.523556+0000 mgr.a (mgr.14403) 12008 : audit 0 from='client.243834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:44.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:44 smithi135 bash[32435]: cluster 2023-12-07T22:13:43.315724+0000 mgr.a (mgr.14403) 12007 : cluster 0 pgmap v8963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:44.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:44 smithi135 bash[32435]: audit 2023-12-07T22:13:43.523556+0000 mgr.a (mgr.14403) 12008 : audit 0 from='client.243834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:46.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:46 smithi079 bash[28699]: cluster 2023-12-07T22:13:45.316704+0000 mgr.a (mgr.14403) 12009 : cluster 0 pgmap v8964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:46.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:46 smithi194 bash[32038]: cluster 2023-12-07T22:13:45.316704+0000 mgr.a (mgr.14403) 12009 : cluster 0 pgmap v8964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:46.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:46 smithi135 bash[32435]: cluster 2023-12-07T22:13:45.316704+0000 mgr.a (mgr.14403) 12009 : cluster 0 pgmap v8964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:48.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:48 smithi079 bash[28699]: cluster 2023-12-07T22:13:47.317271+0000 mgr.a (mgr.14403) 12010 : cluster 0 pgmap v8965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:48.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:48 smithi194 bash[32038]: cluster 2023-12-07T22:13:47.317271+0000 mgr.a (mgr.14403) 12010 : cluster 0 pgmap v8965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:48.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:48 smithi135 bash[32435]: cluster 2023-12-07T22:13:47.317271+0000 mgr.a (mgr.14403) 12010 : cluster 0 pgmap v8965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:49.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:13:49.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:49.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:49.909 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:13:49.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:49.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:49.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:49.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:13:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:50 smithi079 bash[28699]: cluster 2023-12-07T22:13:49.318033+0000 mgr.a (mgr.14403) 12011 : cluster 0 pgmap v8966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:50.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:50 smithi079 bash[28699]: audit 2023-12-07T22:13:49.409491+0000 mgr.a (mgr.14403) 12012 : audit 0 from='client.243909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:50 smithi194 bash[32038]: cluster 2023-12-07T22:13:49.318033+0000 mgr.a (mgr.14403) 12011 : cluster 0 pgmap v8966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:50 smithi194 bash[32038]: audit 2023-12-07T22:13:49.409491+0000 mgr.a (mgr.14403) 12012 : audit 0 from='client.243909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:50 smithi135 bash[32435]: cluster 2023-12-07T22:13:49.318033+0000 mgr.a (mgr.14403) 12011 : cluster 0 pgmap v8966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:50 smithi135 bash[32435]: audit 2023-12-07T22:13:49.409491+0000 mgr.a (mgr.14403) 12012 : audit 0 from='client.243909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:52.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:52 smithi079 bash[28699]: cluster 2023-12-07T22:13:51.318764+0000 mgr.a (mgr.14403) 12013 : cluster 0 pgmap v8967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:52 smithi194 bash[32038]: cluster 2023-12-07T22:13:51.318764+0000 mgr.a (mgr.14403) 12013 : cluster 0 pgmap v8967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:52.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:52 smithi135 bash[32435]: cluster 2023-12-07T22:13:51.318764+0000 mgr.a (mgr.14403) 12013 : cluster 0 pgmap v8967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:54.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:54 smithi079 bash[28699]: cluster 2023-12-07T22:13:53.319362+0000 mgr.a (mgr.14403) 12014 : cluster 0 pgmap v8968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:54.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:54 smithi194 bash[32038]: cluster 2023-12-07T22:13:53.319362+0000 mgr.a (mgr.14403) 12014 : cluster 0 pgmap v8968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:54.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:54 smithi135 bash[32435]: cluster 2023-12-07T22:13:53.319362+0000 mgr.a (mgr.14403) 12014 : cluster 0 pgmap v8968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:13:54.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:13:54.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:13:54.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:13:55.822 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:13:55.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:13:55.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:13:55.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:13:55.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:13:56.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:56 smithi079 bash[28699]: audit 2023-12-07T22:13:55.314484+0000 mgr.a (mgr.14403) 12015 : audit 0 from='client.243984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:56.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:56 smithi079 bash[28699]: cluster 2023-12-07T22:13:55.331694+0000 mgr.a (mgr.14403) 12016 : cluster 0 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-07T22:13:56.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:56 smithi194 bash[32038]: audit 2023-12-07T22:13:55.314484+0000 mgr.a (mgr.14403) 12015 : audit 0 from='client.243984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:56.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:56 smithi194 bash[32038]: cluster 2023-12-07T22:13:55.331694+0000 mgr.a (mgr.14403) 12016 : cluster 0 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-07T22:13:56.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:56 smithi135 bash[32435]: audit 2023-12-07T22:13:55.314484+0000 mgr.a (mgr.14403) 12015 : audit 0 from='client.243984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:13:56.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:56 smithi135 bash[32435]: cluster 2023-12-07T22:13:55.331694+0000 mgr.a (mgr.14403) 12016 : cluster 0 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-07T22:13:58.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:13:58 smithi079 bash[28699]: cluster 2023-12-07T22:13:57.332523+0000 mgr.a (mgr.14403) 12017 : cluster 0 pgmap v8970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:58.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:13:58 smithi194 bash[32038]: cluster 2023-12-07T22:13:57.332523+0000 mgr.a (mgr.14403) 12017 : cluster 0 pgmap v8970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:13:58.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:13:58 smithi135 bash[32435]: cluster 2023-12-07T22:13:57.332523+0000 mgr.a (mgr.14403) 12017 : cluster 0 pgmap v8970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:00 smithi079 bash[28699]: cluster 2023-12-07T22:13:59.333478+0000 mgr.a (mgr.14403) 12018 : cluster 0 pgmap v8971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:00 smithi194 bash[32038]: cluster 2023-12-07T22:13:59.333478+0000 mgr.a (mgr.14403) 12018 : cluster 0 pgmap v8971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:00 smithi135 bash[32435]: cluster 2023-12-07T22:13:59.333478+0000 mgr.a (mgr.14403) 12018 : cluster 0 pgmap v8971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:00.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:14:00.825 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:00.825 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:01.737 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:14:01.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:01.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:01.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:01.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:14:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:02 smithi079 bash[28699]: audit 2023-12-07T22:14:01.224976+0000 mgr.a (mgr.14403) 12019 : audit 0 from='client.244059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:02 smithi079 bash[28699]: cluster 2023-12-07T22:14:01.334076+0000 mgr.a (mgr.14403) 12020 : cluster 0 pgmap v8972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:02 smithi194 bash[32038]: audit 2023-12-07T22:14:01.224976+0000 mgr.a (mgr.14403) 12019 : audit 0 from='client.244059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:02 smithi194 bash[32038]: cluster 2023-12-07T22:14:01.334076+0000 mgr.a (mgr.14403) 12020 : cluster 0 pgmap v8972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:02.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:02 smithi135 bash[32435]: audit 2023-12-07T22:14:01.224976+0000 mgr.a (mgr.14403) 12019 : audit 0 from='client.244059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:02.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:02 smithi135 bash[32435]: cluster 2023-12-07T22:14:01.334076+0000 mgr.a (mgr.14403) 12020 : cluster 0 pgmap v8972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:04 smithi194 bash[32038]: cluster 2023-12-07T22:14:03.334674+0000 mgr.a (mgr.14403) 12021 : cluster 0 pgmap v8973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:04 smithi194 bash[32038]: audit 2023-12-07T22:14:04.344803+0000 mon.a (mon.0) 2108 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:14:04.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:04 smithi135 bash[32435]: cluster 2023-12-07T22:14:03.334674+0000 mgr.a (mgr.14403) 12021 : cluster 0 pgmap v8973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:04.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:04 smithi135 bash[32435]: audit 2023-12-07T22:14:04.344803+0000 mon.a (mon.0) 2108 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:14:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:04 smithi079 bash[28699]: cluster 2023-12-07T22:14:03.334674+0000 mgr.a (mgr.14403) 12021 : cluster 0 pgmap v8973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:04 smithi079 bash[28699]: audit 2023-12-07T22:14:04.344803+0000 mon.a (mon.0) 2108 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:14:06.712 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:06 smithi194 bash[32038]: cluster 2023-12-07T22:14:05.335198+0000 mgr.a (mgr.14403) 12022 : cluster 0 pgmap v8974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:06.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:06 smithi135 bash[32435]: cluster 2023-12-07T22:14:05.335198+0000 mgr.a (mgr.14403) 12022 : cluster 0 pgmap v8974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:06.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:14:06.740 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:06.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:06.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:06 smithi079 bash[28699]: cluster 2023-12-07T22:14:05.335198+0000 mgr.a (mgr.14403) 12022 : cluster 0 pgmap v8974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:07.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:07.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:07.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:07.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:14:07.645 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:14:08.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:08 smithi194 bash[32038]: audit 2023-12-07T22:14:07.142446+0000 mgr.a (mgr.14403) 12023 : audit 0 from='client.244134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:08.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:08 smithi194 bash[32038]: cluster 2023-12-07T22:14:07.335869+0000 mgr.a (mgr.14403) 12024 : cluster 0 pgmap v8975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:08.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:08 smithi135 bash[32435]: audit 2023-12-07T22:14:07.142446+0000 mgr.a (mgr.14403) 12023 : audit 0 from='client.244134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:08.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:08 smithi135 bash[32435]: cluster 2023-12-07T22:14:07.335869+0000 mgr.a (mgr.14403) 12024 : cluster 0 pgmap v8975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:08 smithi079 bash[28699]: audit 2023-12-07T22:14:07.142446+0000 mgr.a (mgr.14403) 12023 : audit 0 from='client.244134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:08.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:08 smithi079 bash[28699]: cluster 2023-12-07T22:14:07.335869+0000 mgr.a (mgr.14403) 12024 : cluster 0 pgmap v8975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:10 smithi079 bash[28699]: cluster 2023-12-07T22:14:09.336744+0000 mgr.a (mgr.14403) 12025 : cluster 0 pgmap v8976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:10 smithi194 bash[32038]: cluster 2023-12-07T22:14:09.336744+0000 mgr.a (mgr.14403) 12025 : cluster 0 pgmap v8976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:10.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:10 smithi135 bash[32435]: cluster 2023-12-07T22:14:09.336744+0000 mgr.a (mgr.14403) 12025 : cluster 0 pgmap v8976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:12 smithi079 bash[28699]: cluster 2023-12-07T22:14:11.337096+0000 mgr.a (mgr.14403) 12026 : cluster 0 pgmap v8977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:12.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:14:12.648 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:12.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:12 smithi194 bash[32038]: cluster 2023-12-07T22:14:11.337096+0000 mgr.a (mgr.14403) 12026 : cluster 0 pgmap v8977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:12.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:12 smithi135 bash[32435]: cluster 2023-12-07T22:14:11.337096+0000 mgr.a (mgr.14403) 12026 : cluster 0 pgmap v8977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:13.584 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:14:13.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:13.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:13.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:13.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:14:14.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:14 smithi079 bash[28699]: audit 2023-12-07T22:14:13.056939+0000 mgr.a (mgr.14403) 12027 : audit 0 from='client.244209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:14.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:14 smithi079 bash[28699]: cluster 2023-12-07T22:14:13.337765+0000 mgr.a (mgr.14403) 12028 : cluster 0 pgmap v8978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:14.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:14 smithi194 bash[32038]: audit 2023-12-07T22:14:13.056939+0000 mgr.a (mgr.14403) 12027 : audit 0 from='client.244209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:14.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:14 smithi194 bash[32038]: cluster 2023-12-07T22:14:13.337765+0000 mgr.a (mgr.14403) 12028 : cluster 0 pgmap v8978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:14.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:14 smithi135 bash[32435]: audit 2023-12-07T22:14:13.056939+0000 mgr.a (mgr.14403) 12027 : audit 0 from='client.244209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:14.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:14 smithi135 bash[32435]: cluster 2023-12-07T22:14:13.337765+0000 mgr.a (mgr.14403) 12028 : cluster 0 pgmap v8978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:15 smithi079 bash[28699]: audit 2023-12-07T22:14:14.984043+0000 mon.a (mon.0) 2109 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:14:16.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:15 smithi079 bash[28699]: audit 2023-12-07T22:14:14.990386+0000 mon.a (mon.0) 2110 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:14:16.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:15 smithi079 bash[28699]: audit 2023-12-07T22:14:14.991649+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:14:16.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:15 smithi079 bash[28699]: audit 2023-12-07T22:14:14.993387+0000 mon.a (mon.0) 2112 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:14:16.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:15 smithi079 bash[28699]: audit 2023-12-07T22:14:14.999913+0000 mon.a (mon.0) 2113 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:14:16.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:15 smithi079 bash[28699]: cluster 2023-12-07T22:14:15.338844+0000 mgr.a (mgr.14403) 12029 : cluster 0 pgmap v8979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:16.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:15 smithi194 bash[32038]: audit 2023-12-07T22:14:14.984043+0000 mon.a (mon.0) 2109 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:14:16.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:15 smithi194 bash[32038]: audit 2023-12-07T22:14:14.990386+0000 mon.a (mon.0) 2110 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:14:16.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:15 smithi194 bash[32038]: audit 2023-12-07T22:14:14.991649+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:14:16.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:15 smithi194 bash[32038]: audit 2023-12-07T22:14:14.993387+0000 mon.a (mon.0) 2112 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:14:16.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:15 smithi194 bash[32038]: audit 2023-12-07T22:14:14.999913+0000 mon.a (mon.0) 2113 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:14:16.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:15 smithi194 bash[32038]: cluster 2023-12-07T22:14:15.338844+0000 mgr.a (mgr.14403) 12029 : cluster 0 pgmap v8979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:15 smithi135 bash[32435]: audit 2023-12-07T22:14:14.984043+0000 mon.a (mon.0) 2109 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:14:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:15 smithi135 bash[32435]: audit 2023-12-07T22:14:14.990386+0000 mon.a (mon.0) 2110 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:14:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:15 smithi135 bash[32435]: audit 2023-12-07T22:14:14.991649+0000 mon.a (mon.0) 2111 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:14:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:15 smithi135 bash[32435]: audit 2023-12-07T22:14:14.993387+0000 mon.a (mon.0) 2112 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:14:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:15 smithi135 bash[32435]: audit 2023-12-07T22:14:14.999913+0000 mon.a (mon.0) 2113 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:14:16.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:15 smithi135 bash[32435]: cluster 2023-12-07T22:14:15.338844+0000 mgr.a (mgr.14403) 12029 : cluster 0 pgmap v8979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:18.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:14:18.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:18.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:18.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:18 smithi194 bash[32038]: cluster 2023-12-07T22:14:17.339543+0000 mgr.a (mgr.14403) 12030 : cluster 0 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-07T22:14:18.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:18 smithi135 bash[32435]: cluster 2023-12-07T22:14:17.339543+0000 mgr.a (mgr.14403) 12030 : cluster 0 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-07T22:14:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:18 smithi079 bash[28699]: cluster 2023-12-07T22:14:17.339543+0000 mgr.a (mgr.14403) 12030 : cluster 0 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-07T22:14:19.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:19.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:19.505 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:14:19.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:19.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:14:20.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:20 smithi079 bash[28699]: audit 2023-12-07T22:14:18.987506+0000 mgr.a (mgr.14403) 12031 : audit 0 from='client.244287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:20.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:20 smithi079 bash[28699]: cluster 2023-12-07T22:14:19.340606+0000 mgr.a (mgr.14403) 12032 : cluster 0 pgmap v8981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:20.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:20 smithi194 bash[32038]: audit 2023-12-07T22:14:18.987506+0000 mgr.a (mgr.14403) 12031 : audit 0 from='client.244287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:20.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:20 smithi194 bash[32038]: cluster 2023-12-07T22:14:19.340606+0000 mgr.a (mgr.14403) 12032 : cluster 0 pgmap v8981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:20.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:20 smithi135 bash[32435]: audit 2023-12-07T22:14:18.987506+0000 mgr.a (mgr.14403) 12031 : audit 0 from='client.244287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:20.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:20 smithi135 bash[32435]: cluster 2023-12-07T22:14:19.340606+0000 mgr.a (mgr.14403) 12032 : cluster 0 pgmap v8981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:22.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:22 smithi194 bash[32038]: cluster 2023-12-07T22:14:21.341277+0000 mgr.a (mgr.14403) 12033 : cluster 0 pgmap v8982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:22.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:22 smithi135 bash[32435]: cluster 2023-12-07T22:14:21.341277+0000 mgr.a (mgr.14403) 12033 : cluster 0 pgmap v8982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:22 smithi079 bash[28699]: cluster 2023-12-07T22:14:21.341277+0000 mgr.a (mgr.14403) 12033 : cluster 0 pgmap v8982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:24.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:14:24.509 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:24.509 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:24.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:24 smithi194 bash[32038]: cluster 2023-12-07T22:14:23.341894+0000 mgr.a (mgr.14403) 12034 : cluster 0 pgmap v8983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:24.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:24 smithi135 bash[32435]: cluster 2023-12-07T22:14:23.341894+0000 mgr.a (mgr.14403) 12034 : cluster 0 pgmap v8983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:24 smithi079 bash[28699]: cluster 2023-12-07T22:14:23.341894+0000 mgr.a (mgr.14403) 12034 : cluster 0 pgmap v8983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:25.421 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:14:25.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:25.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:25.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:25.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:14:26.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:26 smithi194 bash[32038]: audit 2023-12-07T22:14:24.917054+0000 mgr.a (mgr.14403) 12035 : audit 0 from='client.244356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:26.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:26 smithi194 bash[32038]: cluster 2023-12-07T22:14:25.343013+0000 mgr.a (mgr.14403) 12036 : cluster 0 pgmap v8984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:26.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:26 smithi135 bash[32435]: audit 2023-12-07T22:14:24.917054+0000 mgr.a (mgr.14403) 12035 : audit 0 from='client.244356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:26.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:26 smithi135 bash[32435]: cluster 2023-12-07T22:14:25.343013+0000 mgr.a (mgr.14403) 12036 : cluster 0 pgmap v8984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:26 smithi079 bash[28699]: audit 2023-12-07T22:14:24.917054+0000 mgr.a (mgr.14403) 12035 : audit 0 from='client.244356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:26.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:26 smithi079 bash[28699]: cluster 2023-12-07T22:14:25.343013+0000 mgr.a (mgr.14403) 12036 : cluster 0 pgmap v8984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:28.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:28 smithi194 bash[32038]: cluster 2023-12-07T22:14:27.343626+0000 mgr.a (mgr.14403) 12037 : cluster 0 pgmap v8985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:28.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:28 smithi135 bash[32435]: cluster 2023-12-07T22:14:27.343626+0000 mgr.a (mgr.14403) 12037 : cluster 0 pgmap v8985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:28.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:28 smithi079 bash[28699]: cluster 2023-12-07T22:14:27.343626+0000 mgr.a (mgr.14403) 12037 : cluster 0 pgmap v8985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:30.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:14:30.424 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:30.424 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:30 smithi079 bash[28699]: cluster 2023-12-07T22:14:29.344333+0000 mgr.a (mgr.14403) 12038 : cluster 0 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-07T22:14:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:30 smithi194 bash[32038]: cluster 2023-12-07T22:14:29.344333+0000 mgr.a (mgr.14403) 12038 : cluster 0 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-07T22:14:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:30 smithi135 bash[32435]: cluster 2023-12-07T22:14:29.344333+0000 mgr.a (mgr.14403) 12038 : cluster 0 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-07T22:14:31.352 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:14:31.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:31.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:31.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:31.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:14:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:32 smithi194 bash[32038]: audit 2023-12-07T22:14:30.821362+0000 mgr.a (mgr.14403) 12039 : audit 0 from='client.244425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:32 smithi194 bash[32038]: cluster 2023-12-07T22:14:31.345001+0000 mgr.a (mgr.14403) 12040 : cluster 0 pgmap v8987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:32 smithi135 bash[32435]: audit 2023-12-07T22:14:30.821362+0000 mgr.a (mgr.14403) 12039 : audit 0 from='client.244425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:32 smithi135 bash[32435]: cluster 2023-12-07T22:14:31.345001+0000 mgr.a (mgr.14403) 12040 : cluster 0 pgmap v8987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:32 smithi079 bash[28699]: audit 2023-12-07T22:14:30.821362+0000 mgr.a (mgr.14403) 12039 : audit 0 from='client.244425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:32 smithi079 bash[28699]: cluster 2023-12-07T22:14:31.345001+0000 mgr.a (mgr.14403) 12040 : cluster 0 pgmap v8987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:34.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:34 smithi194 bash[32038]: cluster 2023-12-07T22:14:33.345590+0000 mgr.a (mgr.14403) 12041 : cluster 0 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-07T22:14:34.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:34 smithi135 bash[32435]: cluster 2023-12-07T22:14:33.345590+0000 mgr.a (mgr.14403) 12041 : cluster 0 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-07T22:14:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:34 smithi079 bash[28699]: cluster 2023-12-07T22:14:33.345590+0000 mgr.a (mgr.14403) 12041 : cluster 0 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-07T22:14:36.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:14:36.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:36.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:36.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:36 smithi194 bash[32038]: cluster 2023-12-07T22:14:35.346425+0000 mgr.a (mgr.14403) 12042 : cluster 0 pgmap v8989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:36.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:36 smithi135 bash[32435]: cluster 2023-12-07T22:14:35.346425+0000 mgr.a (mgr.14403) 12042 : cluster 0 pgmap v8989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:36 smithi079 bash[28699]: cluster 2023-12-07T22:14:35.346425+0000 mgr.a (mgr.14403) 12042 : cluster 0 pgmap v8989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:37.256 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:14:37.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:37.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:37.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:37.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:14:38.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:38 smithi194 bash[32038]: audit 2023-12-07T22:14:36.759453+0000 mgr.a (mgr.14403) 12043 : audit 0 from='client.244500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:38.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:38 smithi194 bash[32038]: cluster 2023-12-07T22:14:37.347193+0000 mgr.a (mgr.14403) 12044 : cluster 0 pgmap v8990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:38.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:38 smithi135 bash[32435]: audit 2023-12-07T22:14:36.759453+0000 mgr.a (mgr.14403) 12043 : audit 0 from='client.244500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:38.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:38 smithi135 bash[32435]: cluster 2023-12-07T22:14:37.347193+0000 mgr.a (mgr.14403) 12044 : cluster 0 pgmap v8990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:38 smithi079 bash[28699]: audit 2023-12-07T22:14:36.759453+0000 mgr.a (mgr.14403) 12043 : audit 0 from='client.244500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:38 smithi079 bash[28699]: cluster 2023-12-07T22:14:37.347193+0000 mgr.a (mgr.14403) 12044 : cluster 0 pgmap v8990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:40 smithi079 bash[28699]: cluster 2023-12-07T22:14:39.348024+0000 mgr.a (mgr.14403) 12045 : cluster 0 pgmap v8991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:40.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:40 smithi194 bash[32038]: cluster 2023-12-07T22:14:39.348024+0000 mgr.a (mgr.14403) 12045 : cluster 0 pgmap v8991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:40 smithi135 bash[32435]: cluster 2023-12-07T22:14:39.348024+0000 mgr.a (mgr.14403) 12045 : cluster 0 pgmap v8991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:42.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:14:42.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:42.261 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:42 smithi194 bash[32038]: cluster 2023-12-07T22:14:41.348583+0000 mgr.a (mgr.14403) 12046 : cluster 0 pgmap v8992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:42 smithi135 bash[32435]: cluster 2023-12-07T22:14:41.348583+0000 mgr.a (mgr.14403) 12046 : cluster 0 pgmap v8992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:42 smithi079 bash[28699]: cluster 2023-12-07T22:14:41.348583+0000 mgr.a (mgr.14403) 12046 : cluster 0 pgmap v8992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:43.188 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:14:43.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:43.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:43.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:43.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:14:43.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:43 smithi194 bash[32038]: audit 2023-12-07T22:14:42.669794+0000 mgr.a (mgr.14403) 12047 : audit 0 from='client.244572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:43.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:43 smithi135 bash[32435]: audit 2023-12-07T22:14:42.669794+0000 mgr.a (mgr.14403) 12047 : audit 0 from='client.244572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:43.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:43 smithi079 bash[28699]: audit 2023-12-07T22:14:42.669794+0000 mgr.a (mgr.14403) 12047 : audit 0 from='client.244572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:44.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:44 smithi194 bash[32038]: cluster 2023-12-07T22:14:43.349360+0000 mgr.a (mgr.14403) 12048 : cluster 0 pgmap v8993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:44.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:44 smithi135 bash[32435]: cluster 2023-12-07T22:14:43.349360+0000 mgr.a (mgr.14403) 12048 : cluster 0 pgmap v8993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:44 smithi079 bash[28699]: cluster 2023-12-07T22:14:43.349360+0000 mgr.a (mgr.14403) 12048 : cluster 0 pgmap v8993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:46.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:46 smithi194 bash[32038]: cluster 2023-12-07T22:14:45.350199+0000 mgr.a (mgr.14403) 12049 : cluster 0 pgmap v8994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:46.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:46 smithi135 bash[32435]: cluster 2023-12-07T22:14:45.350199+0000 mgr.a (mgr.14403) 12049 : cluster 0 pgmap v8994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:46 smithi079 bash[28699]: cluster 2023-12-07T22:14:45.350199+0000 mgr.a (mgr.14403) 12049 : cluster 0 pgmap v8994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:14:48.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:14:48.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:48.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:48.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:48 smithi194 bash[32038]: cluster 2023-12-07T22:14:47.350718+0000 mgr.a (mgr.14403) 12050 : cluster 0 pgmap v8995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:48.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:48 smithi135 bash[32435]: cluster 2023-12-07T22:14:47.350718+0000 mgr.a (mgr.14403) 12050 : cluster 0 pgmap v8995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:48 smithi079 bash[28699]: cluster 2023-12-07T22:14:47.350718+0000 mgr.a (mgr.14403) 12050 : cluster 0 pgmap v8995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:49.102 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:14:49.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:49.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:49.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:49.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:14:49.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:49 smithi194 bash[32038]: audit 2023-12-07T22:14:48.593583+0000 mgr.a (mgr.14403) 12051 : audit 0 from='client.244647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:49.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:49 smithi135 bash[32435]: audit 2023-12-07T22:14:48.593583+0000 mgr.a (mgr.14403) 12051 : audit 0 from='client.244647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:49.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:49 smithi079 bash[28699]: audit 2023-12-07T22:14:48.593583+0000 mgr.a (mgr.14403) 12051 : audit 0 from='client.244647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:50 smithi194 bash[32038]: cluster 2023-12-07T22:14:49.351764+0000 mgr.a (mgr.14403) 12052 : cluster 0 pgmap v8996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:50 smithi135 bash[32435]: cluster 2023-12-07T22:14:49.351764+0000 mgr.a (mgr.14403) 12052 : cluster 0 pgmap v8996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:50 smithi079 bash[28699]: cluster 2023-12-07T22:14:49.351764+0000 mgr.a (mgr.14403) 12052 : cluster 0 pgmap v8996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:52 smithi194 bash[32038]: cluster 2023-12-07T22:14:51.352364+0000 mgr.a (mgr.14403) 12053 : cluster 0 pgmap v8997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:52.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:52 smithi135 bash[32435]: cluster 2023-12-07T22:14:51.352364+0000 mgr.a (mgr.14403) 12053 : cluster 0 pgmap v8997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:52 smithi079 bash[28699]: cluster 2023-12-07T22:14:51.352364+0000 mgr.a (mgr.14403) 12053 : cluster 0 pgmap v8997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:54.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:14:54.105 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:14:54.105 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:14:54.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:54 smithi194 bash[32038]: cluster 2023-12-07T22:14:53.352944+0000 mgr.a (mgr.14403) 12054 : cluster 0 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-07T22:14:54.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:54 smithi135 bash[32435]: cluster 2023-12-07T22:14:53.352944+0000 mgr.a (mgr.14403) 12054 : cluster 0 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-07T22:14:54.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:54 smithi079 bash[28699]: cluster 2023-12-07T22:14:53.352944+0000 mgr.a (mgr.14403) 12054 : cluster 0 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-07T22:14:55.011 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:14:55.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:14:55.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:14:55.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:14:55.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:14:55.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:55 smithi194 bash[32038]: audit 2023-12-07T22:14:54.514931+0000 mgr.a (mgr.14403) 12055 : audit 0 from='client.244722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:55.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:55 smithi135 bash[32435]: audit 2023-12-07T22:14:54.514931+0000 mgr.a (mgr.14403) 12055 : audit 0 from='client.244722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:55.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:55 smithi079 bash[28699]: audit 2023-12-07T22:14:54.514931+0000 mgr.a (mgr.14403) 12055 : audit 0 from='client.244722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:14:56.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:56 smithi194 bash[32038]: cluster 2023-12-07T22:14:55.353612+0000 mgr.a (mgr.14403) 12056 : cluster 0 pgmap v8999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:56.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:56 smithi135 bash[32435]: cluster 2023-12-07T22:14:55.353612+0000 mgr.a (mgr.14403) 12056 : cluster 0 pgmap v8999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:56.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:56 smithi079 bash[28699]: cluster 2023-12-07T22:14:55.353612+0000 mgr.a (mgr.14403) 12056 : cluster 0 pgmap v8999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:14:58.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:14:58 smithi194 bash[32038]: cluster 2023-12-07T22:14:57.354150+0000 mgr.a (mgr.14403) 12057 : cluster 0 pgmap v9000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:58.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:14:58 smithi135 bash[32435]: cluster 2023-12-07T22:14:57.354150+0000 mgr.a (mgr.14403) 12057 : cluster 0 pgmap v9000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:14:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:14:58 smithi079 bash[28699]: cluster 2023-12-07T22:14:57.354150+0000 mgr.a (mgr.14403) 12057 : cluster 0 pgmap v9000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:00.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:15:00.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:00.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:00 smithi079 bash[28699]: cluster 2023-12-07T22:14:59.354924+0000 mgr.a (mgr.14403) 12058 : cluster 0 pgmap v9001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:00 smithi194 bash[32038]: cluster 2023-12-07T22:14:59.354924+0000 mgr.a (mgr.14403) 12058 : cluster 0 pgmap v9001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:00 smithi135 bash[32435]: cluster 2023-12-07T22:14:59.354924+0000 mgr.a (mgr.14403) 12058 : cluster 0 pgmap v9001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:00.921 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:15:00.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:00.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:00.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:00.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:15:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:01 smithi079 bash[28699]: audit 2023-12-07T22:15:00.421167+0000 mgr.a (mgr.14403) 12059 : audit 0 from='client.244797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:01.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:01 smithi194 bash[32038]: audit 2023-12-07T22:15:00.421167+0000 mgr.a (mgr.14403) 12059 : audit 0 from='client.244797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:01.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:01 smithi135 bash[32435]: audit 2023-12-07T22:15:00.421167+0000 mgr.a (mgr.14403) 12059 : audit 0 from='client.244797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:02 smithi079 bash[28699]: cluster 2023-12-07T22:15:01.355596+0000 mgr.a (mgr.14403) 12060 : cluster 0 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-07T22:15:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:02 smithi194 bash[32038]: cluster 2023-12-07T22:15:01.355596+0000 mgr.a (mgr.14403) 12060 : cluster 0 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-07T22:15:02.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:02 smithi135 bash[32435]: cluster 2023-12-07T22:15:01.355596+0000 mgr.a (mgr.14403) 12060 : cluster 0 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-07T22:15:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:04 smithi194 bash[32038]: cluster 2023-12-07T22:15:03.356099+0000 mgr.a (mgr.14403) 12061 : cluster 0 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-07T22:15:04.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:04 smithi135 bash[32435]: cluster 2023-12-07T22:15:03.356099+0000 mgr.a (mgr.14403) 12061 : cluster 0 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-07T22:15:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:04 smithi079 bash[28699]: cluster 2023-12-07T22:15:03.356099+0000 mgr.a (mgr.14403) 12061 : cluster 0 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-07T22:15:05.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:15:05.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:05.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:06.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:06 smithi194 bash[32038]: cluster 2023-12-07T22:15:05.357032+0000 mgr.a (mgr.14403) 12062 : cluster 0 pgmap v9004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:06.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:06 smithi135 bash[32435]: cluster 2023-12-07T22:15:05.357032+0000 mgr.a (mgr.14403) 12062 : cluster 0 pgmap v9004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:06.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:06.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:06.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:15:06.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:06.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:15:06.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:06 smithi079 bash[28699]: cluster 2023-12-07T22:15:05.357032+0000 mgr.a (mgr.14403) 12062 : cluster 0 pgmap v9004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:07.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:07 smithi194 bash[32038]: audit 2023-12-07T22:15:06.322306+0000 mgr.a (mgr.14403) 12063 : audit 0 from='client.244875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:07.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:07 smithi135 bash[32435]: audit 2023-12-07T22:15:06.322306+0000 mgr.a (mgr.14403) 12063 : audit 0 from='client.244875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:07 smithi079 bash[28699]: audit 2023-12-07T22:15:06.322306+0000 mgr.a (mgr.14403) 12063 : audit 0 from='client.244875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:08.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:08 smithi194 bash[32038]: cluster 2023-12-07T22:15:07.357840+0000 mgr.a (mgr.14403) 12064 : cluster 0 pgmap v9005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:08.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:08 smithi135 bash[32435]: cluster 2023-12-07T22:15:07.357840+0000 mgr.a (mgr.14403) 12064 : cluster 0 pgmap v9005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:08 smithi079 bash[28699]: cluster 2023-12-07T22:15:07.357840+0000 mgr.a (mgr.14403) 12064 : cluster 0 pgmap v9005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:10 smithi079 bash[28699]: cluster 2023-12-07T22:15:09.358638+0000 mgr.a (mgr.14403) 12065 : cluster 0 pgmap v9006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:10.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:10 smithi194 bash[32038]: cluster 2023-12-07T22:15:09.358638+0000 mgr.a (mgr.14403) 12065 : cluster 0 pgmap v9006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:10.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:10 smithi135 bash[32435]: cluster 2023-12-07T22:15:09.358638+0000 mgr.a (mgr.14403) 12065 : cluster 0 pgmap v9006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:11.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:15:11.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:11.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:12 smithi194 bash[32038]: cluster 2023-12-07T22:15:11.359236+0000 mgr.a (mgr.14403) 12066 : cluster 0 pgmap v9007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:12.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:12 smithi135 bash[32435]: cluster 2023-12-07T22:15:11.359236+0000 mgr.a (mgr.14403) 12066 : cluster 0 pgmap v9007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:12.726 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:15:12.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:12.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:12.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:12.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:15:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:12 smithi079 bash[28699]: cluster 2023-12-07T22:15:11.359236+0000 mgr.a (mgr.14403) 12066 : cluster 0 pgmap v9007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:13.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:13 smithi194 bash[32038]: audit 2023-12-07T22:15:12.211410+0000 mgr.a (mgr.14403) 12067 : audit 0 from='client.244947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:13.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:13 smithi135 bash[32435]: audit 2023-12-07T22:15:12.211410+0000 mgr.a (mgr.14403) 12067 : audit 0 from='client.244947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:13.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:13 smithi079 bash[28699]: audit 2023-12-07T22:15:12.211410+0000 mgr.a (mgr.14403) 12067 : audit 0 from='client.244947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:14 smithi194 bash[32038]: cluster 2023-12-07T22:15:13.359989+0000 mgr.a (mgr.14403) 12068 : cluster 0 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-07T22:15:14.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:14 smithi135 bash[32435]: cluster 2023-12-07T22:15:13.359989+0000 mgr.a (mgr.14403) 12068 : cluster 0 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-07T22:15:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:14 smithi079 bash[28699]: cluster 2023-12-07T22:15:13.359989+0000 mgr.a (mgr.14403) 12068 : cluster 0 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-07T22:15:15.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:15 smithi194 bash[32038]: audit 2023-12-07T22:15:15.102486+0000 mon.a (mon.0) 2114 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:15:15.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:15 smithi135 bash[32435]: audit 2023-12-07T22:15:15.102486+0000 mon.a (mon.0) 2114 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:15:15.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:15 smithi079 bash[28699]: audit 2023-12-07T22:15:15.102486+0000 mon.a (mon.0) 2114 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:15:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:16 smithi194 bash[32038]: cluster 2023-12-07T22:15:15.360856+0000 mgr.a (mgr.14403) 12069 : cluster 0 pgmap v9009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:16.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:16 smithi135 bash[32435]: cluster 2023-12-07T22:15:15.360856+0000 mgr.a (mgr.14403) 12069 : cluster 0 pgmap v9009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:16.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:16 smithi079 bash[28699]: cluster 2023-12-07T22:15:15.360856+0000 mgr.a (mgr.14403) 12069 : cluster 0 pgmap v9009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:17.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:15:17.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:17.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:18.644 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:15:18.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:18.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:18.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:18.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:15:18.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:18 smithi194 bash[32038]: cluster 2023-12-07T22:15:17.361612+0000 mgr.a (mgr.14403) 12070 : cluster 0 pgmap v9010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:18.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:18 smithi135 bash[32435]: cluster 2023-12-07T22:15:17.361612+0000 mgr.a (mgr.14403) 12070 : cluster 0 pgmap v9010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:18 smithi079 bash[28699]: cluster 2023-12-07T22:15:17.361612+0000 mgr.a (mgr.14403) 12070 : cluster 0 pgmap v9010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:19.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:19 smithi135 bash[32435]: audit 2023-12-07T22:15:18.132789+0000 mgr.a (mgr.14403) 12071 : audit 0 from='client.245025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:19 smithi079 bash[28699]: audit 2023-12-07T22:15:18.132789+0000 mgr.a (mgr.14403) 12071 : audit 0 from='client.245025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:19.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:19 smithi194 bash[32038]: audit 2023-12-07T22:15:18.132789+0000 mgr.a (mgr.14403) 12071 : audit 0 from='client.245025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:20.876 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:20 smithi135 bash[32435]: cluster 2023-12-07T22:15:19.362700+0000 mgr.a (mgr.14403) 12072 : cluster 0 pgmap v9011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:15:20.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:20 smithi079 bash[28699]: cluster 2023-12-07T22:15:19.362700+0000 mgr.a (mgr.14403) 12072 : cluster 0 pgmap v9011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:15:20.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:20 smithi194 bash[32038]: cluster 2023-12-07T22:15:19.362700+0000 mgr.a (mgr.14403) 12072 : cluster 0 pgmap v9011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:15:22.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:22 smithi135 bash[32435]: cluster 2023-12-07T22:15:21.363312+0000 mgr.a (mgr.14403) 12073 : cluster 0 pgmap v9012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:15:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:22 smithi079 bash[28699]: cluster 2023-12-07T22:15:21.363312+0000 mgr.a (mgr.14403) 12073 : cluster 0 pgmap v9012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:15:22.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:22 smithi194 bash[32038]: cluster 2023-12-07T22:15:21.363312+0000 mgr.a (mgr.14403) 12073 : cluster 0 pgmap v9012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:15:23.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:15:23.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:23.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:24.558 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:15:24.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:24.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:24.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:24.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:15:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:24 smithi079 bash[28699]: cluster 2023-12-07T22:15:23.363833+0000 mgr.a (mgr.14403) 12074 : cluster 0 pgmap v9013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:15:24.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:24 smithi194 bash[32038]: cluster 2023-12-07T22:15:23.363833+0000 mgr.a (mgr.14403) 12074 : cluster 0 pgmap v9013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:15:24.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:24 smithi135 bash[32435]: cluster 2023-12-07T22:15:23.363833+0000 mgr.a (mgr.14403) 12074 : cluster 0 pgmap v9013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:15:25.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:25 smithi135 bash[32435]: audit 2023-12-07T22:15:24.056751+0000 mgr.a (mgr.14403) 12075 : audit 0 from='client.245097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:25.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:25 smithi079 bash[28699]: audit 2023-12-07T22:15:24.056751+0000 mgr.a (mgr.14403) 12075 : audit 0 from='client.245097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:25.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:25 smithi194 bash[32038]: audit 2023-12-07T22:15:24.056751+0000 mgr.a (mgr.14403) 12075 : audit 0 from='client.245097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:26 smithi079 bash[28699]: cluster 2023-12-07T22:15:25.364829+0000 mgr.a (mgr.14403) 12076 : cluster 0 pgmap v9014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:26 smithi079 bash[28699]: audit 2023-12-07T22:15:26.061924+0000 mon.a (mon.0) 2115 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:15:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:26 smithi079 bash[28699]: audit 2023-12-07T22:15:26.068480+0000 mon.a (mon.0) 2116 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:15:26.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:26 smithi079 bash[28699]: audit 2023-12-07T22:15:26.070255+0000 mon.a (mon.0) 2117 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:15:26.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:26 smithi079 bash[28699]: audit 2023-12-07T22:15:26.072202+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:15:26.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:26 smithi079 bash[28699]: audit 2023-12-07T22:15:26.080177+0000 mon.a (mon.0) 2119 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:15:26.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:26 smithi194 bash[32038]: cluster 2023-12-07T22:15:25.364829+0000 mgr.a (mgr.14403) 12076 : cluster 0 pgmap v9014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:26.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:26 smithi194 bash[32038]: audit 2023-12-07T22:15:26.061924+0000 mon.a (mon.0) 2115 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:15:26.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:26 smithi194 bash[32038]: audit 2023-12-07T22:15:26.068480+0000 mon.a (mon.0) 2116 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:15:26.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:26 smithi194 bash[32038]: audit 2023-12-07T22:15:26.070255+0000 mon.a (mon.0) 2117 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:15:26.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:26 smithi194 bash[32038]: audit 2023-12-07T22:15:26.072202+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:15:26.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:26 smithi194 bash[32038]: audit 2023-12-07T22:15:26.080177+0000 mon.a (mon.0) 2119 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:15:26.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:26 smithi135 bash[32435]: cluster 2023-12-07T22:15:25.364829+0000 mgr.a (mgr.14403) 12076 : cluster 0 pgmap v9014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:26.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:26 smithi135 bash[32435]: audit 2023-12-07T22:15:26.061924+0000 mon.a (mon.0) 2115 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:15:26.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:26 smithi135 bash[32435]: audit 2023-12-07T22:15:26.068480+0000 mon.a (mon.0) 2116 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:15:26.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:26 smithi135 bash[32435]: audit 2023-12-07T22:15:26.070255+0000 mon.a (mon.0) 2117 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:15:26.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:26 smithi135 bash[32435]: audit 2023-12-07T22:15:26.072202+0000 mon.a (mon.0) 2118 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:15:26.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:26 smithi135 bash[32435]: audit 2023-12-07T22:15:26.080177+0000 mon.a (mon.0) 2119 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:15:28.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:28 smithi079 bash[28699]: cluster 2023-12-07T22:15:27.365435+0000 mgr.a (mgr.14403) 12077 : cluster 0 pgmap v9015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:28.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:28 smithi194 bash[32038]: cluster 2023-12-07T22:15:27.365435+0000 mgr.a (mgr.14403) 12077 : cluster 0 pgmap v9015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:28.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:28 smithi135 bash[32435]: cluster 2023-12-07T22:15:27.365435+0000 mgr.a (mgr.14403) 12077 : cluster 0 pgmap v9015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:29.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:15:29.561 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:29.561 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:30.454 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:15:30.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:30.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:30.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:30.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:15:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:30 smithi079 bash[28699]: cluster 2023-12-07T22:15:29.366333+0000 mgr.a (mgr.14403) 12078 : cluster 0 pgmap v9016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:30.711 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:30 smithi194 bash[32038]: cluster 2023-12-07T22:15:29.366333+0000 mgr.a (mgr.14403) 12078 : cluster 0 pgmap v9016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:30 smithi135 bash[32435]: cluster 2023-12-07T22:15:29.366333+0000 mgr.a (mgr.14403) 12078 : cluster 0 pgmap v9016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:31 smithi079 bash[28699]: audit 2023-12-07T22:15:29.957190+0000 mgr.a (mgr.14403) 12079 : audit 0 from='client.245175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:31.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:31 smithi194 bash[32038]: audit 2023-12-07T22:15:29.957190+0000 mgr.a (mgr.14403) 12079 : audit 0 from='client.245175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:31.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:31 smithi135 bash[32435]: audit 2023-12-07T22:15:29.957190+0000 mgr.a (mgr.14403) 12079 : audit 0 from='client.245175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:32 smithi079 bash[28699]: cluster 2023-12-07T22:15:31.367038+0000 mgr.a (mgr.14403) 12080 : cluster 0 pgmap v9017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:15:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:32 smithi194 bash[32038]: cluster 2023-12-07T22:15:31.367038+0000 mgr.a (mgr.14403) 12080 : cluster 0 pgmap v9017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:15:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:32 smithi135 bash[32435]: cluster 2023-12-07T22:15:31.367038+0000 mgr.a (mgr.14403) 12080 : cluster 0 pgmap v9017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:15:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:34 smithi194 bash[32038]: cluster 2023-12-07T22:15:33.367589+0000 mgr.a (mgr.14403) 12081 : cluster 0 pgmap v9018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:15:34.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:34 smithi135 bash[32435]: cluster 2023-12-07T22:15:33.367589+0000 mgr.a (mgr.14403) 12081 : cluster 0 pgmap v9018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:15:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:34 smithi079 bash[28699]: cluster 2023-12-07T22:15:33.367589+0000 mgr.a (mgr.14403) 12081 : cluster 0 pgmap v9018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:15:35.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:15:35.457 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:35.457 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:36.355 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:15:36.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:36.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:36.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:36.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:15:36.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:36 smithi194 bash[32038]: cluster 2023-12-07T22:15:35.368122+0000 mgr.a (mgr.14403) 12082 : cluster 0 pgmap v9019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:15:36.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:36 smithi135 bash[32435]: cluster 2023-12-07T22:15:35.368122+0000 mgr.a (mgr.14403) 12082 : cluster 0 pgmap v9019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:15:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:36 smithi079 bash[28699]: cluster 2023-12-07T22:15:35.368122+0000 mgr.a (mgr.14403) 12082 : cluster 0 pgmap v9019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:15:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:37 smithi194 bash[32038]: audit 2023-12-07T22:15:35.865613+0000 mgr.a (mgr.14403) 12083 : audit 0 from='client.245250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:37.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:37 smithi135 bash[32435]: audit 2023-12-07T22:15:35.865613+0000 mgr.a (mgr.14403) 12083 : audit 0 from='client.245250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:37 smithi079 bash[28699]: audit 2023-12-07T22:15:35.865613+0000 mgr.a (mgr.14403) 12083 : audit 0 from='client.245250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:38 smithi194 bash[32038]: cluster 2023-12-07T22:15:37.368753+0000 mgr.a (mgr.14403) 12084 : cluster 0 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-07T22:15:38.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:38 smithi135 bash[32435]: cluster 2023-12-07T22:15:37.368753+0000 mgr.a (mgr.14403) 12084 : cluster 0 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-07T22:15:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:38 smithi079 bash[28699]: cluster 2023-12-07T22:15:37.368753+0000 mgr.a (mgr.14403) 12084 : cluster 0 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-07T22:15:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:40 smithi079 bash[28699]: cluster 2023-12-07T22:15:39.369547+0000 mgr.a (mgr.14403) 12085 : cluster 0 pgmap v9021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:40.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:40 smithi194 bash[32038]: cluster 2023-12-07T22:15:39.369547+0000 mgr.a (mgr.14403) 12085 : cluster 0 pgmap v9021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:40 smithi135 bash[32435]: cluster 2023-12-07T22:15:39.369547+0000 mgr.a (mgr.14403) 12085 : cluster 0 pgmap v9021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:41.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:15:41.359 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:41.359 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:42.241 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:15:42.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:42.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:42.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:42.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:15:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:42 smithi194 bash[32038]: cluster 2023-12-07T22:15:41.370022+0000 mgr.a (mgr.14403) 12086 : cluster 0 pgmap v9022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:42 smithi135 bash[32435]: cluster 2023-12-07T22:15:41.370022+0000 mgr.a (mgr.14403) 12086 : cluster 0 pgmap v9022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:42 smithi079 bash[28699]: cluster 2023-12-07T22:15:41.370022+0000 mgr.a (mgr.14403) 12086 : cluster 0 pgmap v9022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:43.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:43 smithi194 bash[32038]: audit 2023-12-07T22:15:41.762009+0000 mgr.a (mgr.14403) 12087 : audit 0 from='client.245322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:43.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:43 smithi135 bash[32435]: audit 2023-12-07T22:15:41.762009+0000 mgr.a (mgr.14403) 12087 : audit 0 from='client.245322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:43.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:43 smithi079 bash[28699]: audit 2023-12-07T22:15:41.762009+0000 mgr.a (mgr.14403) 12087 : audit 0 from='client.245322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:44.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:44 smithi194 bash[32038]: cluster 2023-12-07T22:15:43.370666+0000 mgr.a (mgr.14403) 12088 : cluster 0 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-07T22:15:44.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:44 smithi135 bash[32435]: cluster 2023-12-07T22:15:43.370666+0000 mgr.a (mgr.14403) 12088 : cluster 0 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-07T22:15:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:44 smithi079 bash[28699]: cluster 2023-12-07T22:15:43.370666+0000 mgr.a (mgr.14403) 12088 : cluster 0 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-07T22:15:46.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:46 smithi194 bash[32038]: cluster 2023-12-07T22:15:45.371489+0000 mgr.a (mgr.14403) 12089 : cluster 0 pgmap v9024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:46.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:46 smithi135 bash[32435]: cluster 2023-12-07T22:15:45.371489+0000 mgr.a (mgr.14403) 12089 : cluster 0 pgmap v9024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:46 smithi079 bash[28699]: cluster 2023-12-07T22:15:45.371489+0000 mgr.a (mgr.14403) 12089 : cluster 0 pgmap v9024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:47.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:15:47.245 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:47.245 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:48.143 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:15:48.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:48.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:48.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:48.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:15:48.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:48 smithi194 bash[32038]: cluster 2023-12-07T22:15:47.371958+0000 mgr.a (mgr.14403) 12090 : cluster 0 pgmap v9025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:48.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:48 smithi194 bash[32038]: audit 2023-12-07T22:15:47.644061+0000 mgr.a (mgr.14403) 12091 : audit 0 from='client.245397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:48.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:48 smithi135 bash[32435]: cluster 2023-12-07T22:15:47.371958+0000 mgr.a (mgr.14403) 12090 : cluster 0 pgmap v9025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:48.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:48 smithi135 bash[32435]: audit 2023-12-07T22:15:47.644061+0000 mgr.a (mgr.14403) 12091 : audit 0 from='client.245397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:48 smithi079 bash[28699]: cluster 2023-12-07T22:15:47.371958+0000 mgr.a (mgr.14403) 12090 : cluster 0 pgmap v9025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:48 smithi079 bash[28699]: audit 2023-12-07T22:15:47.644061+0000 mgr.a (mgr.14403) 12091 : audit 0 from='client.245397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:50 smithi079 bash[28699]: cluster 2023-12-07T22:15:49.372799+0000 mgr.a (mgr.14403) 12092 : cluster 0 pgmap v9026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:50.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:50 smithi194 bash[32038]: cluster 2023-12-07T22:15:49.372799+0000 mgr.a (mgr.14403) 12092 : cluster 0 pgmap v9026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:50 smithi135 bash[32435]: cluster 2023-12-07T22:15:49.372799+0000 mgr.a (mgr.14403) 12092 : cluster 0 pgmap v9026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:15:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:52 smithi194 bash[32038]: cluster 2023-12-07T22:15:51.373356+0000 mgr.a (mgr.14403) 12093 : cluster 0 pgmap v9027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:52.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:52 smithi135 bash[32435]: cluster 2023-12-07T22:15:51.373356+0000 mgr.a (mgr.14403) 12093 : cluster 0 pgmap v9027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:52 smithi079 bash[28699]: cluster 2023-12-07T22:15:51.373356+0000 mgr.a (mgr.14403) 12093 : cluster 0 pgmap v9027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:15:53.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:15:53.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:53.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:54.049 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:15:54.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:54.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:54.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:54.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:15:54.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:54 smithi194 bash[32038]: cluster 2023-12-07T22:15:53.373865+0000 mgr.a (mgr.14403) 12094 : cluster 0 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-07T22:15:54.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:54 smithi194 bash[32038]: audit 2023-12-07T22:15:53.548793+0000 mgr.a (mgr.14403) 12095 : audit 0 from='client.245475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:54.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:54 smithi135 bash[32435]: cluster 2023-12-07T22:15:53.373865+0000 mgr.a (mgr.14403) 12094 : cluster 0 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-07T22:15:54.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:54 smithi135 bash[32435]: audit 2023-12-07T22:15:53.548793+0000 mgr.a (mgr.14403) 12095 : audit 0 from='client.245475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:54.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:54 smithi079 bash[28699]: cluster 2023-12-07T22:15:53.373865+0000 mgr.a (mgr.14403) 12094 : cluster 0 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-07T22:15:54.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:54 smithi079 bash[28699]: audit 2023-12-07T22:15:53.548793+0000 mgr.a (mgr.14403) 12095 : audit 0 from='client.245475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:15:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:56 smithi194 bash[32038]: cluster 2023-12-07T22:15:55.374833+0000 mgr.a (mgr.14403) 12096 : cluster 0 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-07T22:15:56.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:56 smithi135 bash[32435]: cluster 2023-12-07T22:15:55.374833+0000 mgr.a (mgr.14403) 12096 : cluster 0 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-07T22:15:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:56 smithi079 bash[28699]: cluster 2023-12-07T22:15:55.374833+0000 mgr.a (mgr.14403) 12096 : cluster 0 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-07T22:15:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:15:58 smithi194 bash[32038]: cluster 2023-12-07T22:15:57.375425+0000 mgr.a (mgr.14403) 12097 : cluster 0 pgmap v9030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:58.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:15:58 smithi135 bash[32435]: cluster 2023-12-07T22:15:57.375425+0000 mgr.a (mgr.14403) 12097 : cluster 0 pgmap v9030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:15:58 smithi079 bash[28699]: cluster 2023-12-07T22:15:57.375425+0000 mgr.a (mgr.14403) 12097 : cluster 0 pgmap v9030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:15:59.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:15:59.053 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:15:59.053 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:15:59.963 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:15:59.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:15:59.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:15:59.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:15:59.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:16:00.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:00 smithi079 bash[28699]: cluster 2023-12-07T22:15:59.376158+0000 mgr.a (mgr.14403) 12098 : cluster 0 pgmap v9031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:00.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:00 smithi079 bash[28699]: audit 2023-12-07T22:15:59.452677+0000 mgr.a (mgr.14403) 12099 : audit 0 from='client.245550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:00 smithi194 bash[32038]: cluster 2023-12-07T22:15:59.376158+0000 mgr.a (mgr.14403) 12098 : cluster 0 pgmap v9031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:00.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:00 smithi194 bash[32038]: audit 2023-12-07T22:15:59.452677+0000 mgr.a (mgr.14403) 12099 : audit 0 from='client.245550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:00 smithi135 bash[32435]: cluster 2023-12-07T22:15:59.376158+0000 mgr.a (mgr.14403) 12098 : cluster 0 pgmap v9031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:00.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:00 smithi135 bash[32435]: audit 2023-12-07T22:15:59.452677+0000 mgr.a (mgr.14403) 12099 : audit 0 from='client.245550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:02 smithi194 bash[32038]: cluster 2023-12-07T22:16:01.376763+0000 mgr.a (mgr.14403) 12100 : cluster 0 pgmap v9032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:02.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:02 smithi135 bash[32435]: cluster 2023-12-07T22:16:01.376763+0000 mgr.a (mgr.14403) 12100 : cluster 0 pgmap v9032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:02 smithi079 bash[28699]: cluster 2023-12-07T22:16:01.376763+0000 mgr.a (mgr.14403) 12100 : cluster 0 pgmap v9032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:04 smithi194 bash[32038]: cluster 2023-12-07T22:16:03.377367+0000 mgr.a (mgr.14403) 12101 : cluster 0 pgmap v9033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:04.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:04 smithi135 bash[32435]: cluster 2023-12-07T22:16:03.377367+0000 mgr.a (mgr.14403) 12101 : cluster 0 pgmap v9033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:04 smithi079 bash[28699]: cluster 2023-12-07T22:16:03.377367+0000 mgr.a (mgr.14403) 12101 : cluster 0 pgmap v9033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:04.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:16:04.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:04.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:05.864 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:16:05.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:05.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:05.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:05.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:16:06.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:06 smithi194 bash[32038]: audit 2023-12-07T22:16:05.370498+0000 mgr.a (mgr.14403) 12102 : audit 0 from='client.245628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:06.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:06 smithi194 bash[32038]: cluster 2023-12-07T22:16:05.384499+0000 mgr.a (mgr.14403) 12103 : cluster 0 pgmap v9034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:06.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:06 smithi135 bash[32435]: audit 2023-12-07T22:16:05.370498+0000 mgr.a (mgr.14403) 12102 : audit 0 from='client.245628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:06.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:06 smithi135 bash[32435]: cluster 2023-12-07T22:16:05.384499+0000 mgr.a (mgr.14403) 12103 : cluster 0 pgmap v9034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:06.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:06 smithi079 bash[28699]: audit 2023-12-07T22:16:05.370498+0000 mgr.a (mgr.14403) 12102 : audit 0 from='client.245628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:06.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:06 smithi079 bash[28699]: cluster 2023-12-07T22:16:05.384499+0000 mgr.a (mgr.14403) 12103 : cluster 0 pgmap v9034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:08.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:08 smithi194 bash[32038]: cluster 2023-12-07T22:16:07.385313+0000 mgr.a (mgr.14403) 12104 : cluster 0 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-07T22:16:08.715 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:08 smithi135 bash[32435]: cluster 2023-12-07T22:16:07.385313+0000 mgr.a (mgr.14403) 12104 : cluster 0 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-07T22:16:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:08 smithi079 bash[28699]: cluster 2023-12-07T22:16:07.385313+0000 mgr.a (mgr.14403) 12104 : cluster 0 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-07T22:16:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:10 smithi079 bash[28699]: cluster 2023-12-07T22:16:09.386139+0000 mgr.a (mgr.14403) 12105 : cluster 0 pgmap v9036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:10 smithi194 bash[32038]: cluster 2023-12-07T22:16:09.386139+0000 mgr.a (mgr.14403) 12105 : cluster 0 pgmap v9036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:10.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:10 smithi135 bash[32435]: cluster 2023-12-07T22:16:09.386139+0000 mgr.a (mgr.14403) 12105 : cluster 0 pgmap v9036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:10.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:16:10.867 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:10.868 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:11.785 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:16:11.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:11.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:11.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:11.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:16:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:12 smithi194 bash[32038]: audit 2023-12-07T22:16:11.266429+0000 mgr.a (mgr.14403) 12106 : audit 0 from='client.245706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:12 smithi194 bash[32038]: cluster 2023-12-07T22:16:11.386678+0000 mgr.a (mgr.14403) 12107 : cluster 0 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-07T22:16:12.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:12 smithi135 bash[32435]: audit 2023-12-07T22:16:11.266429+0000 mgr.a (mgr.14403) 12106 : audit 0 from='client.245706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:12.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:12 smithi135 bash[32435]: cluster 2023-12-07T22:16:11.386678+0000 mgr.a (mgr.14403) 12107 : cluster 0 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-07T22:16:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:12 smithi079 bash[28699]: audit 2023-12-07T22:16:11.266429+0000 mgr.a (mgr.14403) 12106 : audit 0 from='client.245706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:12 smithi079 bash[28699]: cluster 2023-12-07T22:16:11.386678+0000 mgr.a (mgr.14403) 12107 : cluster 0 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-07T22:16:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:14 smithi194 bash[32038]: cluster 2023-12-07T22:16:13.387350+0000 mgr.a (mgr.14403) 12108 : cluster 0 pgmap v9038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:14.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:14 smithi135 bash[32435]: cluster 2023-12-07T22:16:13.387350+0000 mgr.a (mgr.14403) 12108 : cluster 0 pgmap v9038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:14 smithi079 bash[28699]: cluster 2023-12-07T22:16:13.387350+0000 mgr.a (mgr.14403) 12108 : cluster 0 pgmap v9038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:16 smithi194 bash[32038]: cluster 2023-12-07T22:16:15.388164+0000 mgr.a (mgr.14403) 12109 : cluster 0 pgmap v9039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:16.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:16 smithi135 bash[32435]: cluster 2023-12-07T22:16:15.388164+0000 mgr.a (mgr.14403) 12109 : cluster 0 pgmap v9039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:16.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:16:16.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:16.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:16.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:16 smithi079 bash[28699]: cluster 2023-12-07T22:16:15.388164+0000 mgr.a (mgr.14403) 12109 : cluster 0 pgmap v9039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:17.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:16:17.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:17.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:17.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:17.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:16:18.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:18 smithi135 bash[32435]: audit 2023-12-07T22:16:17.183057+0000 mgr.a (mgr.14403) 12110 : audit 0 from='client.245784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:18.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:18 smithi135 bash[32435]: cluster 2023-12-07T22:16:17.388707+0000 mgr.a (mgr.14403) 12111 : cluster 0 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-07T22:16:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:18 smithi079 bash[28699]: audit 2023-12-07T22:16:17.183057+0000 mgr.a (mgr.14403) 12110 : audit 0 from='client.245784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:18 smithi079 bash[28699]: cluster 2023-12-07T22:16:17.388707+0000 mgr.a (mgr.14403) 12111 : cluster 0 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-07T22:16:18.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:18 smithi194 bash[32038]: audit 2023-12-07T22:16:17.183057+0000 mgr.a (mgr.14403) 12110 : audit 0 from='client.245784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:18.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:18 smithi194 bash[32038]: cluster 2023-12-07T22:16:17.388707+0000 mgr.a (mgr.14403) 12111 : cluster 0 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-07T22:16:20.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:20 smithi079 bash[28699]: cluster 2023-12-07T22:16:19.389461+0000 mgr.a (mgr.14403) 12112 : cluster 0 pgmap v9041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:20 smithi194 bash[32038]: cluster 2023-12-07T22:16:19.389461+0000 mgr.a (mgr.14403) 12112 : cluster 0 pgmap v9041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:20.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:20 smithi135 bash[32435]: cluster 2023-12-07T22:16:19.389461+0000 mgr.a (mgr.14403) 12112 : cluster 0 pgmap v9041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:22.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:16:22.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:22.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:22 smithi194 bash[32038]: cluster 2023-12-07T22:16:21.390128+0000 mgr.a (mgr.14403) 12113 : cluster 0 pgmap v9042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:22.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:22 smithi135 bash[32435]: cluster 2023-12-07T22:16:21.390128+0000 mgr.a (mgr.14403) 12113 : cluster 0 pgmap v9042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:22 smithi079 bash[28699]: cluster 2023-12-07T22:16:21.390128+0000 mgr.a (mgr.14403) 12113 : cluster 0 pgmap v9042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:23.610 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:16:23.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:23.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:23.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:23.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:16:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:24 smithi194 bash[32038]: audit 2023-12-07T22:16:23.086294+0000 mgr.a (mgr.14403) 12114 : audit 0 from='client.245859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:24.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:24 smithi194 bash[32038]: cluster 2023-12-07T22:16:23.390904+0000 mgr.a (mgr.14403) 12115 : cluster 0 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-07T22:16:24.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:24 smithi135 bash[32435]: audit 2023-12-07T22:16:23.086294+0000 mgr.a (mgr.14403) 12114 : audit 0 from='client.245859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:24.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:24 smithi135 bash[32435]: cluster 2023-12-07T22:16:23.390904+0000 mgr.a (mgr.14403) 12115 : cluster 0 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-07T22:16:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:24 smithi079 bash[28699]: audit 2023-12-07T22:16:23.086294+0000 mgr.a (mgr.14403) 12114 : audit 0 from='client.245859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:24 smithi079 bash[28699]: cluster 2023-12-07T22:16:23.390904+0000 mgr.a (mgr.14403) 12115 : cluster 0 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-07T22:16:26.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:26 smithi135 bash[32435]: cluster 2023-12-07T22:16:25.391877+0000 mgr.a (mgr.14403) 12116 : cluster 0 pgmap v9044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T22:16:26.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:26 smithi135 bash[32435]: audit 2023-12-07T22:16:26.185268+0000 mon.a (mon.0) 2120 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:16:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:26 smithi079 bash[28699]: cluster 2023-12-07T22:16:25.391877+0000 mgr.a (mgr.14403) 12116 : cluster 0 pgmap v9044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T22:16:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:26 smithi079 bash[28699]: audit 2023-12-07T22:16:26.185268+0000 mon.a (mon.0) 2120 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:16:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:26 smithi194 bash[32038]: cluster 2023-12-07T22:16:25.391877+0000 mgr.a (mgr.14403) 12116 : cluster 0 pgmap v9044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T22:16:26.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:26 smithi194 bash[32038]: audit 2023-12-07T22:16:26.185268+0000 mon.a (mon.0) 2120 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:16:28.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:16:28.614 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:28.614 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:28.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:28 smithi079 bash[28699]: cluster 2023-12-07T22:16:27.392571+0000 mgr.a (mgr.14403) 12117 : cluster 0 pgmap v9045: 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-07T22:16:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:28 smithi194 bash[32038]: cluster 2023-12-07T22:16:27.392571+0000 mgr.a (mgr.14403) 12117 : cluster 0 pgmap v9045: 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-07T22:16:28.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:28 smithi135 bash[32435]: cluster 2023-12-07T22:16:27.392571+0000 mgr.a (mgr.14403) 12117 : cluster 0 pgmap v9045: 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-07T22:16:29.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:29.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:29.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:29.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:16:29.541 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:16:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:30 smithi079 bash[28699]: audit 2023-12-07T22:16:29.021906+0000 mgr.a (mgr.14403) 12118 : audit 0 from='client.245937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:30 smithi079 bash[28699]: cluster 2023-12-07T22:16:29.393637+0000 mgr.a (mgr.14403) 12119 : cluster 0 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-07T22:16:30.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:30 smithi194 bash[32038]: audit 2023-12-07T22:16:29.021906+0000 mgr.a (mgr.14403) 12118 : audit 0 from='client.245937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:30 smithi194 bash[32038]: cluster 2023-12-07T22:16:29.393637+0000 mgr.a (mgr.14403) 12119 : cluster 0 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-07T22:16:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:30 smithi135 bash[32435]: audit 2023-12-07T22:16:29.021906+0000 mgr.a (mgr.14403) 12118 : audit 0 from='client.245937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:30 smithi135 bash[32435]: cluster 2023-12-07T22:16:29.393637+0000 mgr.a (mgr.14403) 12119 : cluster 0 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-07T22:16:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:32 smithi194 bash[32038]: cluster 2023-12-07T22:16:31.394303+0000 mgr.a (mgr.14403) 12120 : cluster 0 pgmap v9047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:32 smithi135 bash[32435]: cluster 2023-12-07T22:16:31.394303+0000 mgr.a (mgr.14403) 12120 : cluster 0 pgmap v9047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:32 smithi079 bash[28699]: cluster 2023-12-07T22:16:31.394303+0000 mgr.a (mgr.14403) 12120 : cluster 0 pgmap v9047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:34.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:16:34.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:34.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:34.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:34 smithi135 bash[32435]: cluster 2023-12-07T22:16:33.394885+0000 mgr.a (mgr.14403) 12121 : cluster 0 pgmap v9048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:34 smithi079 bash[28699]: cluster 2023-12-07T22:16:33.394885+0000 mgr.a (mgr.14403) 12121 : cluster 0 pgmap v9048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:34 smithi194 bash[32038]: cluster 2023-12-07T22:16:33.394885+0000 mgr.a (mgr.14403) 12121 : cluster 0 pgmap v9048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:16:35.439 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:16:35.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:35.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:35.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:35.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:16:36.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:36 smithi194 bash[32038]: audit 2023-12-07T22:16:34.945045+0000 mgr.a (mgr.14403) 12122 : audit 0 from='client.246015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:36.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:36 smithi194 bash[32038]: cluster 2023-12-07T22:16:35.395529+0000 mgr.a (mgr.14403) 12123 : cluster 0 pgmap v9049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:36 smithi079 bash[28699]: audit 2023-12-07T22:16:34.945045+0000 mgr.a (mgr.14403) 12122 : audit 0 from='client.246015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:36 smithi079 bash[28699]: cluster 2023-12-07T22:16:35.395529+0000 mgr.a (mgr.14403) 12123 : cluster 0 pgmap v9049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:36.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:36 smithi135 bash[32435]: audit 2023-12-07T22:16:34.945045+0000 mgr.a (mgr.14403) 12122 : audit 0 from='client.246015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:36.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:36 smithi135 bash[32435]: cluster 2023-12-07T22:16:35.395529+0000 mgr.a (mgr.14403) 12123 : cluster 0 pgmap v9049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:37 smithi079 bash[28699]: audit 2023-12-07T22:16:36.827288+0000 mon.a (mon.0) 2121 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:16:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:37 smithi079 bash[28699]: audit 2023-12-07T22:16:36.835692+0000 mon.a (mon.0) 2122 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:16:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:37 smithi079 bash[28699]: audit 2023-12-07T22:16:36.837320+0000 mon.a (mon.0) 2123 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:16:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:37 smithi079 bash[28699]: audit 2023-12-07T22:16:36.838943+0000 mon.a (mon.0) 2124 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:16:38.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:37 smithi079 bash[28699]: audit 2023-12-07T22:16:36.848404+0000 mon.a (mon.0) 2125 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:16:38.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:37 smithi079 bash[28699]: cluster 2023-12-07T22:16:37.396065+0000 mgr.a (mgr.14403) 12124 : cluster 0 pgmap v9050: 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-07T22:16:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:37 smithi194 bash[32038]: audit 2023-12-07T22:16:36.827288+0000 mon.a (mon.0) 2121 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:16:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:37 smithi194 bash[32038]: audit 2023-12-07T22:16:36.835692+0000 mon.a (mon.0) 2122 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:16:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:37 smithi194 bash[32038]: audit 2023-12-07T22:16:36.837320+0000 mon.a (mon.0) 2123 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:16:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:37 smithi194 bash[32038]: audit 2023-12-07T22:16:36.838943+0000 mon.a (mon.0) 2124 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:16:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:37 smithi194 bash[32038]: audit 2023-12-07T22:16:36.848404+0000 mon.a (mon.0) 2125 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:16:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:37 smithi194 bash[32038]: cluster 2023-12-07T22:16:37.396065+0000 mgr.a (mgr.14403) 12124 : cluster 0 pgmap v9050: 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-07T22:16:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:37 smithi135 bash[32435]: audit 2023-12-07T22:16:36.827288+0000 mon.a (mon.0) 2121 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:16:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:37 smithi135 bash[32435]: audit 2023-12-07T22:16:36.835692+0000 mon.a (mon.0) 2122 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:16:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:37 smithi135 bash[32435]: audit 2023-12-07T22:16:36.837320+0000 mon.a (mon.0) 2123 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:16:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:37 smithi135 bash[32435]: audit 2023-12-07T22:16:36.838943+0000 mon.a (mon.0) 2124 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:16:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:37 smithi135 bash[32435]: audit 2023-12-07T22:16:36.848404+0000 mon.a (mon.0) 2125 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:16:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:37 smithi135 bash[32435]: cluster 2023-12-07T22:16:37.396065+0000 mgr.a (mgr.14403) 12124 : cluster 0 pgmap v9050: 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-07T22:16:40.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:16:40.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:40.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:40 smithi079 bash[28699]: cluster 2023-12-07T22:16:39.396840+0000 mgr.a (mgr.14403) 12125 : cluster 0 pgmap v9051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T22:16:40.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:40 smithi194 bash[32038]: cluster 2023-12-07T22:16:39.396840+0000 mgr.a (mgr.14403) 12125 : cluster 0 pgmap v9051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T22:16:40.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:40 smithi135 bash[32435]: cluster 2023-12-07T22:16:39.396840+0000 mgr.a (mgr.14403) 12125 : cluster 0 pgmap v9051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T22:16:41.338 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:16:41.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:41.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:41.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:41.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:16:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:42 smithi135 bash[32435]: audit 2023-12-07T22:16:40.843237+0000 mgr.a (mgr.14403) 12126 : audit 0 from='client.246093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:42 smithi135 bash[32435]: cluster 2023-12-07T22:16:41.397448+0000 mgr.a (mgr.14403) 12127 : cluster 0 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-07T22:16:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:42 smithi079 bash[28699]: audit 2023-12-07T22:16:40.843237+0000 mgr.a (mgr.14403) 12126 : audit 0 from='client.246093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:42 smithi079 bash[28699]: cluster 2023-12-07T22:16:41.397448+0000 mgr.a (mgr.14403) 12127 : cluster 0 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-07T22:16:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:42 smithi194 bash[32038]: audit 2023-12-07T22:16:40.843237+0000 mgr.a (mgr.14403) 12126 : audit 0 from='client.246093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:42.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:42 smithi194 bash[32038]: cluster 2023-12-07T22:16:41.397448+0000 mgr.a (mgr.14403) 12127 : cluster 0 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-07T22:16:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:44 smithi079 bash[28699]: cluster 2023-12-07T22:16:43.398043+0000 mgr.a (mgr.14403) 12128 : cluster 0 pgmap v9053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:44 smithi194 bash[32038]: cluster 2023-12-07T22:16:43.398043+0000 mgr.a (mgr.14403) 12128 : cluster 0 pgmap v9053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:44.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:44 smithi135 bash[32435]: cluster 2023-12-07T22:16:43.398043+0000 mgr.a (mgr.14403) 12128 : cluster 0 pgmap v9053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:46.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:16:46.343 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:46.343 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:46 smithi079 bash[28699]: cluster 2023-12-07T22:16:45.398842+0000 mgr.a (mgr.14403) 12129 : cluster 0 pgmap v9054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:46 smithi194 bash[32038]: cluster 2023-12-07T22:16:45.398842+0000 mgr.a (mgr.14403) 12129 : cluster 0 pgmap v9054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:46.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:46 smithi135 bash[32435]: cluster 2023-12-07T22:16:45.398842+0000 mgr.a (mgr.14403) 12129 : cluster 0 pgmap v9054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:47.246 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:16:47.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:47.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:47.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:47.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:16:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:48 smithi079 bash[28699]: audit 2023-12-07T22:16:46.742211+0000 mgr.a (mgr.14403) 12130 : audit 0 from='client.246168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:48 smithi079 bash[28699]: cluster 2023-12-07T22:16:47.399480+0000 mgr.a (mgr.14403) 12131 : cluster 0 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-07T22:16:48.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:48 smithi194 bash[32038]: audit 2023-12-07T22:16:46.742211+0000 mgr.a (mgr.14403) 12130 : audit 0 from='client.246168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:48.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:48 smithi194 bash[32038]: cluster 2023-12-07T22:16:47.399480+0000 mgr.a (mgr.14403) 12131 : cluster 0 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-07T22:16:48.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:48 smithi135 bash[32435]: audit 2023-12-07T22:16:46.742211+0000 mgr.a (mgr.14403) 12130 : audit 0 from='client.246168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:48.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:48 smithi135 bash[32435]: cluster 2023-12-07T22:16:47.399480+0000 mgr.a (mgr.14403) 12131 : cluster 0 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-07T22:16:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:50 smithi079 bash[28699]: cluster 2023-12-07T22:16:49.400289+0000 mgr.a (mgr.14403) 12132 : cluster 0 pgmap v9056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:50 smithi194 bash[32038]: cluster 2023-12-07T22:16:49.400289+0000 mgr.a (mgr.14403) 12132 : cluster 0 pgmap v9056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:50.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:50 smithi135 bash[32435]: cluster 2023-12-07T22:16:49.400289+0000 mgr.a (mgr.14403) 12132 : cluster 0 pgmap v9056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:52.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:16:52.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:52.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:52.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:52 smithi135 bash[32435]: cluster 2023-12-07T22:16:51.400898+0000 mgr.a (mgr.14403) 12133 : cluster 0 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-07T22:16:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:52 smithi079 bash[28699]: cluster 2023-12-07T22:16:51.400898+0000 mgr.a (mgr.14403) 12133 : cluster 0 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-07T22:16:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:52 smithi194 bash[32038]: cluster 2023-12-07T22:16:51.400898+0000 mgr.a (mgr.14403) 12133 : cluster 0 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-07T22:16:53.135 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:16:53.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:53.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:53.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:53.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:16:53.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:53 smithi079 bash[28699]: audit 2023-12-07T22:16:52.642568+0000 mgr.a (mgr.14403) 12134 : audit 0 from='client.246240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:53 smithi194 bash[32038]: audit 2023-12-07T22:16:52.642568+0000 mgr.a (mgr.14403) 12134 : audit 0 from='client.246240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:53.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:53 smithi135 bash[32435]: audit 2023-12-07T22:16:52.642568+0000 mgr.a (mgr.14403) 12134 : audit 0 from='client.246240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:54.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:54 smithi079 bash[28699]: cluster 2023-12-07T22:16:53.401658+0000 mgr.a (mgr.14403) 12135 : cluster 0 pgmap v9058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:54 smithi194 bash[32038]: cluster 2023-12-07T22:16:53.401658+0000 mgr.a (mgr.14403) 12135 : cluster 0 pgmap v9058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:54 smithi135 bash[32435]: cluster 2023-12-07T22:16:53.401658+0000 mgr.a (mgr.14403) 12135 : cluster 0 pgmap v9058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:56 smithi079 bash[28699]: cluster 2023-12-07T22:16:55.402498+0000 mgr.a (mgr.14403) 12136 : cluster 0 pgmap v9059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:56 smithi194 bash[32038]: cluster 2023-12-07T22:16:55.402498+0000 mgr.a (mgr.14403) 12136 : cluster 0 pgmap v9059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:56 smithi135 bash[32435]: cluster 2023-12-07T22:16:55.402498+0000 mgr.a (mgr.14403) 12136 : cluster 0 pgmap v9059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:16:58.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:16:58.139 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:16:58.139 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:16:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:58 smithi079 bash[28699]: cluster 2023-12-07T22:16:57.403070+0000 mgr.a (mgr.14403) 12137 : cluster 0 pgmap v9060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:58 smithi194 bash[32038]: cluster 2023-12-07T22:16:57.403070+0000 mgr.a (mgr.14403) 12137 : cluster 0 pgmap v9060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:58 smithi135 bash[32435]: cluster 2023-12-07T22:16:57.403070+0000 mgr.a (mgr.14403) 12137 : cluster 0 pgmap v9060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:16:59.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:16:59.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:16:59.032 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:16:59.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:16:59.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:16:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:16:59 smithi079 bash[28699]: audit 2023-12-07T22:16:58.538407+0000 mgr.a (mgr.14403) 12138 : audit 0 from='client.246315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:16:59 smithi194 bash[32038]: audit 2023-12-07T22:16:58.538407+0000 mgr.a (mgr.14403) 12138 : audit 0 from='client.246315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:16:59.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:16:59 smithi135 bash[32435]: audit 2023-12-07T22:16:58.538407+0000 mgr.a (mgr.14403) 12138 : audit 0 from='client.246315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:00 smithi079 bash[28699]: cluster 2023-12-07T22:16:59.404118+0000 mgr.a (mgr.14403) 12139 : cluster 0 pgmap v9061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:00.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:00 smithi194 bash[32038]: cluster 2023-12-07T22:16:59.404118+0000 mgr.a (mgr.14403) 12139 : cluster 0 pgmap v9061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:00 smithi135 bash[32435]: cluster 2023-12-07T22:16:59.404118+0000 mgr.a (mgr.14403) 12139 : cluster 0 pgmap v9061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:02 smithi079 bash[28699]: cluster 2023-12-07T22:17:01.404705+0000 mgr.a (mgr.14403) 12140 : cluster 0 pgmap v9062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:02.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:02 smithi194 bash[32038]: cluster 2023-12-07T22:17:01.404705+0000 mgr.a (mgr.14403) 12140 : cluster 0 pgmap v9062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:02 smithi135 bash[32435]: cluster 2023-12-07T22:17:01.404705+0000 mgr.a (mgr.14403) 12140 : cluster 0 pgmap v9062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:04.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:17:04.035 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:04.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:04 smithi079 bash[28699]: cluster 2023-12-07T22:17:03.405267+0000 mgr.a (mgr.14403) 12141 : cluster 0 pgmap v9063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:04.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:04.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:04.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:04.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:17:04.945 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:17:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:04 smithi194 bash[32038]: cluster 2023-12-07T22:17:03.405267+0000 mgr.a (mgr.14403) 12141 : cluster 0 pgmap v9063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:04 smithi135 bash[32435]: cluster 2023-12-07T22:17:03.405267+0000 mgr.a (mgr.14403) 12141 : cluster 0 pgmap v9063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:05.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:05 smithi079 bash[28699]: audit 2023-12-07T22:17:04.436910+0000 mgr.a (mgr.14403) 12142 : audit 0 from='client.246393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:05.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:05 smithi194 bash[32038]: audit 2023-12-07T22:17:04.436910+0000 mgr.a (mgr.14403) 12142 : audit 0 from='client.246393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:05.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:05 smithi135 bash[32435]: audit 2023-12-07T22:17:04.436910+0000 mgr.a (mgr.14403) 12142 : audit 0 from='client.246393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:06.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:06 smithi079 bash[28699]: cluster 2023-12-07T22:17:05.406258+0000 mgr.a (mgr.14403) 12143 : cluster 0 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-07T22:17:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:06 smithi194 bash[32038]: cluster 2023-12-07T22:17:05.406258+0000 mgr.a (mgr.14403) 12143 : cluster 0 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-07T22:17:06.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:06 smithi135 bash[32435]: cluster 2023-12-07T22:17:05.406258+0000 mgr.a (mgr.14403) 12143 : cluster 0 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-07T22:17:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:08 smithi079 bash[28699]: cluster 2023-12-07T22:17:07.406857+0000 mgr.a (mgr.14403) 12144 : cluster 0 pgmap v9065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:08 smithi194 bash[32038]: cluster 2023-12-07T22:17:07.406857+0000 mgr.a (mgr.14403) 12144 : cluster 0 pgmap v9065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:08.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:08 smithi135 bash[32435]: cluster 2023-12-07T22:17:07.406857+0000 mgr.a (mgr.14403) 12144 : cluster 0 pgmap v9065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:09.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:17:09.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:09.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:10 smithi079 bash[28699]: cluster 2023-12-07T22:17:09.407574+0000 mgr.a (mgr.14403) 12145 : cluster 0 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-07T22:17:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:10 smithi194 bash[32038]: cluster 2023-12-07T22:17:09.407574+0000 mgr.a (mgr.14403) 12145 : cluster 0 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-07T22:17:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:10 smithi135 bash[32435]: cluster 2023-12-07T22:17:09.407574+0000 mgr.a (mgr.14403) 12145 : cluster 0 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-07T22:17:10.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:10.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:10.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:10.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:17:10.823 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:17:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:11 smithi079 bash[28699]: audit 2023-12-07T22:17:10.350498+0000 mgr.a (mgr.14403) 12146 : audit 0 from='client.246471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:11 smithi194 bash[32038]: audit 2023-12-07T22:17:10.350498+0000 mgr.a (mgr.14403) 12146 : audit 0 from='client.246471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:11.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:11 smithi135 bash[32435]: audit 2023-12-07T22:17:10.350498+0000 mgr.a (mgr.14403) 12146 : audit 0 from='client.246471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:12 smithi079 bash[28699]: cluster 2023-12-07T22:17:11.408315+0000 mgr.a (mgr.14403) 12147 : cluster 0 pgmap v9067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:12 smithi194 bash[32038]: cluster 2023-12-07T22:17:11.408315+0000 mgr.a (mgr.14403) 12147 : cluster 0 pgmap v9067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:12.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:12 smithi135 bash[32435]: cluster 2023-12-07T22:17:11.408315+0000 mgr.a (mgr.14403) 12147 : cluster 0 pgmap v9067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:14 smithi079 bash[28699]: cluster 2023-12-07T22:17:13.408937+0000 mgr.a (mgr.14403) 12148 : cluster 0 pgmap v9068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:14 smithi194 bash[32038]: cluster 2023-12-07T22:17:13.408937+0000 mgr.a (mgr.14403) 12148 : cluster 0 pgmap v9068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:14 smithi135 bash[32435]: cluster 2023-12-07T22:17:13.408937+0000 mgr.a (mgr.14403) 12148 : cluster 0 pgmap v9068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:15.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:17:15.827 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:15.827 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:16.703 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:17:16.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:16.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:16.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:16.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:17:16.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:16 smithi079 bash[28699]: cluster 2023-12-07T22:17:15.409760+0000 mgr.a (mgr.14403) 12149 : cluster 0 pgmap v9069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:16.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:16 smithi194 bash[32038]: cluster 2023-12-07T22:17:15.409760+0000 mgr.a (mgr.14403) 12149 : cluster 0 pgmap v9069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:16.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:16 smithi135 bash[32435]: cluster 2023-12-07T22:17:15.409760+0000 mgr.a (mgr.14403) 12149 : cluster 0 pgmap v9069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:17.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:17 smithi079 bash[28699]: audit 2023-12-07T22:17:16.219691+0000 mgr.a (mgr.14403) 12150 : audit 0 from='client.246549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:17 smithi194 bash[32038]: audit 2023-12-07T22:17:16.219691+0000 mgr.a (mgr.14403) 12150 : audit 0 from='client.246549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:17.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:17 smithi135 bash[32435]: audit 2023-12-07T22:17:16.219691+0000 mgr.a (mgr.14403) 12150 : audit 0 from='client.246549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:18 smithi079 bash[28699]: cluster 2023-12-07T22:17:17.410489+0000 mgr.a (mgr.14403) 12151 : cluster 0 pgmap v9070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:18 smithi194 bash[32038]: cluster 2023-12-07T22:17:17.410489+0000 mgr.a (mgr.14403) 12151 : cluster 0 pgmap v9070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:18.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:18 smithi135 bash[32435]: cluster 2023-12-07T22:17:17.410489+0000 mgr.a (mgr.14403) 12151 : cluster 0 pgmap v9070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:20.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:20 smithi079 bash[28699]: cluster 2023-12-07T22:17:19.411358+0000 mgr.a (mgr.14403) 12152 : cluster 0 pgmap v9071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:20 smithi194 bash[32038]: cluster 2023-12-07T22:17:19.411358+0000 mgr.a (mgr.14403) 12152 : cluster 0 pgmap v9071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:20.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:20 smithi135 bash[32435]: cluster 2023-12-07T22:17:19.411358+0000 mgr.a (mgr.14403) 12152 : cluster 0 pgmap v9071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:21.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:17:21.707 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:21.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:22.598 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:17:22.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:22.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:22.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:22.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:17:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:22 smithi079 bash[28699]: cluster 2023-12-07T22:17:21.411941+0000 mgr.a (mgr.14403) 12153 : cluster 0 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-07T22:17:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:22 smithi194 bash[32038]: cluster 2023-12-07T22:17:21.411941+0000 mgr.a (mgr.14403) 12153 : cluster 0 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-07T22:17:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:22 smithi135 bash[32435]: cluster 2023-12-07T22:17:21.411941+0000 mgr.a (mgr.14403) 12153 : cluster 0 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-07T22:17:23.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:23 smithi079 bash[28699]: audit 2023-12-07T22:17:22.101231+0000 mgr.a (mgr.14403) 12154 : audit 0 from='client.246624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:23.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:23 smithi194 bash[32038]: audit 2023-12-07T22:17:22.101231+0000 mgr.a (mgr.14403) 12154 : audit 0 from='client.246624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:23.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:23 smithi135 bash[32435]: audit 2023-12-07T22:17:22.101231+0000 mgr.a (mgr.14403) 12154 : audit 0 from='client.246624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:24 smithi079 bash[28699]: cluster 2023-12-07T22:17:23.412690+0000 mgr.a (mgr.14403) 12155 : cluster 0 pgmap v9073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:24 smithi194 bash[32038]: cluster 2023-12-07T22:17:23.412690+0000 mgr.a (mgr.14403) 12155 : cluster 0 pgmap v9073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:24 smithi135 bash[32435]: cluster 2023-12-07T22:17:23.412690+0000 mgr.a (mgr.14403) 12155 : cluster 0 pgmap v9073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:26 smithi079 bash[28699]: cluster 2023-12-07T22:17:25.413553+0000 mgr.a (mgr.14403) 12156 : cluster 0 pgmap v9074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:26 smithi194 bash[32038]: cluster 2023-12-07T22:17:25.413553+0000 mgr.a (mgr.14403) 12156 : cluster 0 pgmap v9074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:26 smithi135 bash[32435]: cluster 2023-12-07T22:17:25.413553+0000 mgr.a (mgr.14403) 12156 : cluster 0 pgmap v9074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:27.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:17:27.605 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:27.605 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:28.472 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:17:28.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:28.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:28.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:28.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:17:28.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:28 smithi079 bash[28699]: cluster 2023-12-07T22:17:27.414094+0000 mgr.a (mgr.14403) 12157 : cluster 0 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-07T22:17:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:28 smithi194 bash[32038]: cluster 2023-12-07T22:17:27.414094+0000 mgr.a (mgr.14403) 12157 : cluster 0 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-07T22:17:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:28 smithi135 bash[32435]: cluster 2023-12-07T22:17:27.414094+0000 mgr.a (mgr.14403) 12157 : cluster 0 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-07T22:17:29.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:29 smithi079 bash[28699]: audit 2023-12-07T22:17:27.999116+0000 mgr.a (mgr.14403) 12158 : audit 0 from='client.246699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:29 smithi194 bash[32038]: audit 2023-12-07T22:17:27.999116+0000 mgr.a (mgr.14403) 12158 : audit 0 from='client.246699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:29.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:29 smithi135 bash[32435]: audit 2023-12-07T22:17:27.999116+0000 mgr.a (mgr.14403) 12158 : audit 0 from='client.246699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:30 smithi079 bash[28699]: cluster 2023-12-07T22:17:29.415046+0000 mgr.a (mgr.14403) 12159 : cluster 0 pgmap v9076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:17:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:30 smithi194 bash[32038]: cluster 2023-12-07T22:17:29.415046+0000 mgr.a (mgr.14403) 12159 : cluster 0 pgmap v9076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:17:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:30 smithi135 bash[32435]: cluster 2023-12-07T22:17:29.415046+0000 mgr.a (mgr.14403) 12159 : cluster 0 pgmap v9076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:17:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:32 smithi079 bash[28699]: cluster 2023-12-07T22:17:31.415622+0000 mgr.a (mgr.14403) 12160 : cluster 0 pgmap v9077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:17:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:32 smithi194 bash[32038]: cluster 2023-12-07T22:17:31.415622+0000 mgr.a (mgr.14403) 12160 : cluster 0 pgmap v9077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:17:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:32 smithi135 bash[32435]: cluster 2023-12-07T22:17:31.415622+0000 mgr.a (mgr.14403) 12160 : cluster 0 pgmap v9077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:17:33.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:17:33.476 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:33.476 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:34.374 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:17:34.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:34.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:34.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:34.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:17:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:34 smithi079 bash[28699]: cluster 2023-12-07T22:17:33.416173+0000 mgr.a (mgr.14403) 12161 : cluster 0 pgmap v9078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:17:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:34 smithi194 bash[32038]: cluster 2023-12-07T22:17:33.416173+0000 mgr.a (mgr.14403) 12161 : cluster 0 pgmap v9078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:17:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:34 smithi135 bash[32435]: cluster 2023-12-07T22:17:33.416173+0000 mgr.a (mgr.14403) 12161 : cluster 0 pgmap v9078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:17:35.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:35 smithi079 bash[28699]: audit 2023-12-07T22:17:33.883575+0000 mgr.a (mgr.14403) 12162 : audit 0 from='client.193537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:35.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:35 smithi194 bash[32038]: audit 2023-12-07T22:17:33.883575+0000 mgr.a (mgr.14403) 12162 : audit 0 from='client.193537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:35.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:35 smithi135 bash[32435]: audit 2023-12-07T22:17:33.883575+0000 mgr.a (mgr.14403) 12162 : audit 0 from='client.193537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:36 smithi079 bash[28699]: cluster 2023-12-07T22:17:35.417175+0000 mgr.a (mgr.14403) 12163 : cluster 0 pgmap v9079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:36 smithi194 bash[32038]: cluster 2023-12-07T22:17:35.417175+0000 mgr.a (mgr.14403) 12163 : cluster 0 pgmap v9079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:36 smithi135 bash[32435]: cluster 2023-12-07T22:17:35.417175+0000 mgr.a (mgr.14403) 12163 : cluster 0 pgmap v9079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:37 smithi079 bash[28699]: audit 2023-12-07T22:17:36.952022+0000 mon.a (mon.0) 2126 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:17:37.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:37 smithi194 bash[32038]: audit 2023-12-07T22:17:36.952022+0000 mon.a (mon.0) 2126 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:17:37.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:37 smithi135 bash[32435]: audit 2023-12-07T22:17:36.952022+0000 mon.a (mon.0) 2126 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:17:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:38 smithi079 bash[28699]: cluster 2023-12-07T22:17:37.417782+0000 mgr.a (mgr.14403) 12164 : cluster 0 pgmap v9080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:38 smithi194 bash[32038]: cluster 2023-12-07T22:17:37.417782+0000 mgr.a (mgr.14403) 12164 : cluster 0 pgmap v9080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:38 smithi135 bash[32435]: cluster 2023-12-07T22:17:37.417782+0000 mgr.a (mgr.14403) 12164 : cluster 0 pgmap v9080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:17:39.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:17:39.377 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:39.377 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:40.277 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:17:40.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:40.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:40.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:40.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:17:40.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:40 smithi194 bash[32038]: cluster 2023-12-07T22:17:39.418354+0000 mgr.a (mgr.14403) 12165 : cluster 0 pgmap v9081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:40 smithi135 bash[32435]: cluster 2023-12-07T22:17:39.418354+0000 mgr.a (mgr.14403) 12165 : cluster 0 pgmap v9081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:40 smithi079 bash[28699]: cluster 2023-12-07T22:17:39.418354+0000 mgr.a (mgr.14403) 12165 : cluster 0 pgmap v9081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:41 smithi194 bash[32038]: audit 2023-12-07T22:17:39.782015+0000 mgr.a (mgr.14403) 12166 : audit 0 from='client.246855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:41 smithi135 bash[32435]: audit 2023-12-07T22:17:39.782015+0000 mgr.a (mgr.14403) 12166 : audit 0 from='client.246855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:41.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:41 smithi079 bash[28699]: audit 2023-12-07T22:17:39.782015+0000 mgr.a (mgr.14403) 12166 : audit 0 from='client.246855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:42 smithi194 bash[32038]: cluster 2023-12-07T22:17:41.418867+0000 mgr.a (mgr.14403) 12167 : cluster 0 pgmap v9082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:17:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:42 smithi194 bash[32038]: audit 2023-12-07T22:17:42.314943+0000 mon.a (mon.0) 2127 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:42 smithi194 bash[32038]: audit 2023-12-07T22:17:42.319318+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:42 smithi194 bash[32038]: audit 2023-12-07T22:17:42.325001+0000 mon.a (mon.0) 2129 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:42 smithi194 bash[32038]: audit 2023-12-07T22:17:42.331192+0000 mon.a (mon.0) 2130 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:42 smithi194 bash[32038]: audit 2023-12-07T22:17:42.363352+0000 mon.a (mon.0) 2131 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:42 smithi194 bash[32038]: audit 2023-12-07T22:17:42.371098+0000 mon.a (mon.0) 2132 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:42 smithi135 bash[32435]: cluster 2023-12-07T22:17:41.418867+0000 mgr.a (mgr.14403) 12167 : cluster 0 pgmap v9082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:17:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:42 smithi135 bash[32435]: audit 2023-12-07T22:17:42.314943+0000 mon.a (mon.0) 2127 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:42 smithi135 bash[32435]: audit 2023-12-07T22:17:42.319318+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:42 smithi135 bash[32435]: audit 2023-12-07T22:17:42.325001+0000 mon.a (mon.0) 2129 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:42 smithi135 bash[32435]: audit 2023-12-07T22:17:42.331192+0000 mon.a (mon.0) 2130 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:42 smithi135 bash[32435]: audit 2023-12-07T22:17:42.363352+0000 mon.a (mon.0) 2131 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:42 smithi135 bash[32435]: audit 2023-12-07T22:17:42.371098+0000 mon.a (mon.0) 2132 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:42 smithi079 bash[28699]: cluster 2023-12-07T22:17:41.418867+0000 mgr.a (mgr.14403) 12167 : cluster 0 pgmap v9082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:17:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:42 smithi079 bash[28699]: audit 2023-12-07T22:17:42.314943+0000 mon.a (mon.0) 2127 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:42 smithi079 bash[28699]: audit 2023-12-07T22:17:42.319318+0000 mon.a (mon.0) 2128 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:42 smithi079 bash[28699]: audit 2023-12-07T22:17:42.325001+0000 mon.a (mon.0) 2129 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:42 smithi079 bash[28699]: audit 2023-12-07T22:17:42.331192+0000 mon.a (mon.0) 2130 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:42 smithi079 bash[28699]: audit 2023-12-07T22:17:42.363352+0000 mon.a (mon.0) 2131 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:42 smithi079 bash[28699]: audit 2023-12-07T22:17:42.371098+0000 mon.a (mon.0) 2132 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:44 smithi079 bash[28699]: cluster 2023-12-07T22:17:43.419587+0000 mgr.a (mgr.14403) 12168 : cluster 0 pgmap v9083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:17:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:44 smithi079 bash[28699]: audit 2023-12-07T22:17:43.523672+0000 mon.a (mon.0) 2133 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:44 smithi079 bash[28699]: audit 2023-12-07T22:17:43.529181+0000 mon.a (mon.0) 2134 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:44 smithi079 bash[28699]: audit 2023-12-07T22:17:43.534351+0000 mon.a (mon.0) 2135 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:44 smithi079 bash[28699]: audit 2023-12-07T22:17:43.540276+0000 mon.a (mon.0) 2136 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:44 smithi079 bash[28699]: audit 2023-12-07T22:17:43.543898+0000 mon.a (mon.0) 2137 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:44 smithi079 bash[28699]: audit 2023-12-07T22:17:43.549379+0000 mon.a (mon.0) 2138 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:44 smithi079 bash[28699]: audit 2023-12-07T22:17:43.550999+0000 mon.a (mon.0) 2139 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:17:44.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:44 smithi079 bash[28699]: audit 2023-12-07T22:17:43.552452+0000 mon.a (mon.0) 2140 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:17:44.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:44 smithi079 bash[28699]: audit 2023-12-07T22:17:43.559972+0000 mon.a (mon.0) 2141 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:44 smithi194 bash[32038]: cluster 2023-12-07T22:17:43.419587+0000 mgr.a (mgr.14403) 12168 : cluster 0 pgmap v9083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:17:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:44 smithi194 bash[32038]: audit 2023-12-07T22:17:43.523672+0000 mon.a (mon.0) 2133 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:44 smithi194 bash[32038]: audit 2023-12-07T22:17:43.529181+0000 mon.a (mon.0) 2134 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:44 smithi194 bash[32038]: audit 2023-12-07T22:17:43.534351+0000 mon.a (mon.0) 2135 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:44 smithi194 bash[32038]: audit 2023-12-07T22:17:43.540276+0000 mon.a (mon.0) 2136 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:44 smithi194 bash[32038]: audit 2023-12-07T22:17:43.543898+0000 mon.a (mon.0) 2137 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:44 smithi194 bash[32038]: audit 2023-12-07T22:17:43.549379+0000 mon.a (mon.0) 2138 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:44 smithi194 bash[32038]: audit 2023-12-07T22:17:43.550999+0000 mon.a (mon.0) 2139 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:17:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:44 smithi194 bash[32038]: audit 2023-12-07T22:17:43.552452+0000 mon.a (mon.0) 2140 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:17:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:44 smithi194 bash[32038]: audit 2023-12-07T22:17:43.559972+0000 mon.a (mon.0) 2141 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:44 smithi135 bash[32435]: cluster 2023-12-07T22:17:43.419587+0000 mgr.a (mgr.14403) 12168 : cluster 0 pgmap v9083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:17:44.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:44 smithi135 bash[32435]: audit 2023-12-07T22:17:43.523672+0000 mon.a (mon.0) 2133 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:44 smithi135 bash[32435]: audit 2023-12-07T22:17:43.529181+0000 mon.a (mon.0) 2134 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:44 smithi135 bash[32435]: audit 2023-12-07T22:17:43.534351+0000 mon.a (mon.0) 2135 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:44 smithi135 bash[32435]: audit 2023-12-07T22:17:43.540276+0000 mon.a (mon.0) 2136 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:44 smithi135 bash[32435]: audit 2023-12-07T22:17:43.543898+0000 mon.a (mon.0) 2137 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:44 smithi135 bash[32435]: audit 2023-12-07T22:17:43.549379+0000 mon.a (mon.0) 2138 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:44 smithi135 bash[32435]: audit 2023-12-07T22:17:43.550999+0000 mon.a (mon.0) 2139 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:17:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:44 smithi135 bash[32435]: audit 2023-12-07T22:17:43.552452+0000 mon.a (mon.0) 2140 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:17:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:44 smithi135 bash[32435]: audit 2023-12-07T22:17:43.559972+0000 mon.a (mon.0) 2141 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:17:45.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:17:45.281 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:45.281 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:46.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:46.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:46.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:46.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:17:46.211 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:17:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:46 smithi079 bash[28699]: cluster 2023-12-07T22:17:45.420371+0000 mgr.a (mgr.14403) 12169 : cluster 0 pgmap v9084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:17:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:46 smithi079 bash[28699]: audit 2023-12-07T22:17:45.687492+0000 mgr.a (mgr.14403) 12170 : audit 0 from='client.246930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:46 smithi194 bash[32038]: cluster 2023-12-07T22:17:45.420371+0000 mgr.a (mgr.14403) 12169 : cluster 0 pgmap v9084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:17:46.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:46 smithi194 bash[32038]: audit 2023-12-07T22:17:45.687492+0000 mgr.a (mgr.14403) 12170 : audit 0 from='client.246930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:46 smithi135 bash[32435]: cluster 2023-12-07T22:17:45.420371+0000 mgr.a (mgr.14403) 12169 : cluster 0 pgmap v9084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:17:46.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:46 smithi135 bash[32435]: audit 2023-12-07T22:17:45.687492+0000 mgr.a (mgr.14403) 12170 : audit 0 from='client.246930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:48 smithi079 bash[28699]: cluster 2023-12-07T22:17:47.421045+0000 mgr.a (mgr.14403) 12171 : cluster 0 pgmap v9085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:48 smithi194 bash[32038]: cluster 2023-12-07T22:17:47.421045+0000 mgr.a (mgr.14403) 12171 : cluster 0 pgmap v9085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:48 smithi135 bash[32435]: cluster 2023-12-07T22:17:47.421045+0000 mgr.a (mgr.14403) 12171 : cluster 0 pgmap v9085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:50 smithi194 bash[32038]: cluster 2023-12-07T22:17:49.421849+0000 mgr.a (mgr.14403) 12172 : cluster 0 pgmap v9086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:50.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:50 smithi135 bash[32435]: cluster 2023-12-07T22:17:49.421849+0000 mgr.a (mgr.14403) 12172 : cluster 0 pgmap v9086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:50 smithi079 bash[28699]: cluster 2023-12-07T22:17:49.421849+0000 mgr.a (mgr.14403) 12172 : cluster 0 pgmap v9086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:51.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:17:51.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:51.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:52.126 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:17:52.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:52.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:52.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:52.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:17:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:52 smithi079 bash[28699]: cluster 2023-12-07T22:17:51.422414+0000 mgr.a (mgr.14403) 12173 : cluster 0 pgmap v9087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:52 smithi079 bash[28699]: audit 2023-12-07T22:17:51.616271+0000 mgr.a (mgr.14403) 12174 : audit 0 from='client.247005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:52 smithi194 bash[32038]: cluster 2023-12-07T22:17:51.422414+0000 mgr.a (mgr.14403) 12173 : cluster 0 pgmap v9087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:52 smithi194 bash[32038]: audit 2023-12-07T22:17:51.616271+0000 mgr.a (mgr.14403) 12174 : audit 0 from='client.247005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:52 smithi135 bash[32435]: cluster 2023-12-07T22:17:51.422414+0000 mgr.a (mgr.14403) 12173 : cluster 0 pgmap v9087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:52 smithi135 bash[32435]: audit 2023-12-07T22:17:51.616271+0000 mgr.a (mgr.14403) 12174 : audit 0 from='client.247005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:54.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:54 smithi079 bash[28699]: cluster 2023-12-07T22:17:53.423092+0000 mgr.a (mgr.14403) 12175 : cluster 0 pgmap v9088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:54 smithi194 bash[32038]: cluster 2023-12-07T22:17:53.423092+0000 mgr.a (mgr.14403) 12175 : cluster 0 pgmap v9088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:54 smithi135 bash[32435]: cluster 2023-12-07T22:17:53.423092+0000 mgr.a (mgr.14403) 12175 : cluster 0 pgmap v9088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:17:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:56 smithi079 bash[28699]: cluster 2023-12-07T22:17:55.423689+0000 mgr.a (mgr.14403) 12176 : cluster 0 pgmap v9089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:56 smithi194 bash[32038]: cluster 2023-12-07T22:17:55.423689+0000 mgr.a (mgr.14403) 12176 : cluster 0 pgmap v9089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:56 smithi135 bash[32435]: cluster 2023-12-07T22:17:55.423689+0000 mgr.a (mgr.14403) 12176 : cluster 0 pgmap v9089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:17:57.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:17:57.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:17:57.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:17:58.067 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:17:58.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:17:58.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:17:58.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:17:58.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:17:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:58 smithi079 bash[28699]: cluster 2023-12-07T22:17:57.424195+0000 mgr.a (mgr.14403) 12177 : cluster 0 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-07T22:17:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:17:58 smithi079 bash[28699]: audit 2023-12-07T22:17:57.543101+0000 mgr.a (mgr.14403) 12178 : audit 0 from='client.247083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:58 smithi194 bash[32038]: cluster 2023-12-07T22:17:57.424195+0000 mgr.a (mgr.14403) 12177 : cluster 0 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-07T22:17:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:17:58 smithi194 bash[32038]: audit 2023-12-07T22:17:57.543101+0000 mgr.a (mgr.14403) 12178 : audit 0 from='client.247083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:17:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:58 smithi135 bash[32435]: cluster 2023-12-07T22:17:57.424195+0000 mgr.a (mgr.14403) 12177 : cluster 0 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-07T22:17:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:17:58 smithi135 bash[32435]: audit 2023-12-07T22:17:57.543101+0000 mgr.a (mgr.14403) 12178 : audit 0 from='client.247083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:00 smithi194 bash[32038]: cluster 2023-12-07T22:17:59.425050+0000 mgr.a (mgr.14403) 12179 : cluster 0 pgmap v9091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:00 smithi135 bash[32435]: cluster 2023-12-07T22:17:59.425050+0000 mgr.a (mgr.14403) 12179 : cluster 0 pgmap v9091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:00 smithi079 bash[28699]: cluster 2023-12-07T22:17:59.425050+0000 mgr.a (mgr.14403) 12179 : cluster 0 pgmap v9091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:02 smithi079 bash[28699]: cluster 2023-12-07T22:18:01.425597+0000 mgr.a (mgr.14403) 12180 : cluster 0 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-07T22:18:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:02 smithi194 bash[32038]: cluster 2023-12-07T22:18:01.425597+0000 mgr.a (mgr.14403) 12180 : cluster 0 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-07T22:18:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:02 smithi135 bash[32435]: cluster 2023-12-07T22:18:01.425597+0000 mgr.a (mgr.14403) 12180 : cluster 0 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-07T22:18:03.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:18:03.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:03.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:03.978 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:18:03.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:03.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:03.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:03.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:18:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:04 smithi079 bash[28699]: cluster 2023-12-07T22:18:03.426105+0000 mgr.a (mgr.14403) 12181 : cluster 0 pgmap v9093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:04 smithi079 bash[28699]: audit 2023-12-07T22:18:03.476124+0000 mgr.a (mgr.14403) 12182 : audit 0 from='client.247155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:04 smithi194 bash[32038]: cluster 2023-12-07T22:18:03.426105+0000 mgr.a (mgr.14403) 12181 : cluster 0 pgmap v9093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:04 smithi194 bash[32038]: audit 2023-12-07T22:18:03.476124+0000 mgr.a (mgr.14403) 12182 : audit 0 from='client.247155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:04 smithi135 bash[32435]: cluster 2023-12-07T22:18:03.426105+0000 mgr.a (mgr.14403) 12181 : cluster 0 pgmap v9093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:04.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:04 smithi135 bash[32435]: audit 2023-12-07T22:18:03.476124+0000 mgr.a (mgr.14403) 12182 : audit 0 from='client.247155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:06.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:06 smithi079 bash[28699]: cluster 2023-12-07T22:18:05.426701+0000 mgr.a (mgr.14403) 12183 : cluster 0 pgmap v9094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:06 smithi194 bash[32038]: cluster 2023-12-07T22:18:05.426701+0000 mgr.a (mgr.14403) 12183 : cluster 0 pgmap v9094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:06.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:06 smithi135 bash[32435]: cluster 2023-12-07T22:18:05.426701+0000 mgr.a (mgr.14403) 12183 : cluster 0 pgmap v9094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:08 smithi079 bash[28699]: cluster 2023-12-07T22:18:07.427258+0000 mgr.a (mgr.14403) 12184 : cluster 0 pgmap v9095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:08 smithi194 bash[32038]: cluster 2023-12-07T22:18:07.427258+0000 mgr.a (mgr.14403) 12184 : cluster 0 pgmap v9095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:08.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:08 smithi135 bash[32435]: cluster 2023-12-07T22:18:07.427258+0000 mgr.a (mgr.14403) 12184 : cluster 0 pgmap v9095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:08.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:18:08.983 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:08.983 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:09.881 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:18:09.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:09.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:09.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:09.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:18:10.711 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:10 smithi194 bash[32038]: audit 2023-12-07T22:18:09.383699+0000 mgr.a (mgr.14403) 12185 : audit 0 from='client.247233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:10.711 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:10 smithi194 bash[32038]: cluster 2023-12-07T22:18:09.428346+0000 mgr.a (mgr.14403) 12186 : cluster 0 pgmap v9096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:10.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:10 smithi135 bash[32435]: audit 2023-12-07T22:18:09.383699+0000 mgr.a (mgr.14403) 12185 : audit 0 from='client.247233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:10.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:10 smithi135 bash[32435]: cluster 2023-12-07T22:18:09.428346+0000 mgr.a (mgr.14403) 12186 : cluster 0 pgmap v9096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:10 smithi079 bash[28699]: audit 2023-12-07T22:18:09.383699+0000 mgr.a (mgr.14403) 12185 : audit 0 from='client.247233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:10 smithi079 bash[28699]: cluster 2023-12-07T22:18:09.428346+0000 mgr.a (mgr.14403) 12186 : cluster 0 pgmap v9096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:12 smithi079 bash[28699]: cluster 2023-12-07T22:18:11.429016+0000 mgr.a (mgr.14403) 12187 : cluster 0 pgmap v9097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:12 smithi194 bash[32038]: cluster 2023-12-07T22:18:11.429016+0000 mgr.a (mgr.14403) 12187 : cluster 0 pgmap v9097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:12 smithi135 bash[32435]: cluster 2023-12-07T22:18:11.429016+0000 mgr.a (mgr.14403) 12187 : cluster 0 pgmap v9097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:14.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:18:14.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:14.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:14 smithi079 bash[28699]: cluster 2023-12-07T22:18:13.429577+0000 mgr.a (mgr.14403) 12188 : cluster 0 pgmap v9098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:14 smithi194 bash[32038]: cluster 2023-12-07T22:18:13.429577+0000 mgr.a (mgr.14403) 12188 : cluster 0 pgmap v9098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:14 smithi135 bash[32435]: cluster 2023-12-07T22:18:13.429577+0000 mgr.a (mgr.14403) 12188 : cluster 0 pgmap v9098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:15.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:15.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:15.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:15.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:18:15.742 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:18:16.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:16 smithi079 bash[28699]: audit 2023-12-07T22:18:15.279803+0000 mgr.a (mgr.14403) 12189 : audit 0 from='client.247305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:16.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:16 smithi079 bash[28699]: cluster 2023-12-07T22:18:15.430151+0000 mgr.a (mgr.14403) 12190 : cluster 0 pgmap v9099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:16 smithi194 bash[32038]: audit 2023-12-07T22:18:15.279803+0000 mgr.a (mgr.14403) 12189 : audit 0 from='client.247305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:16 smithi194 bash[32038]: cluster 2023-12-07T22:18:15.430151+0000 mgr.a (mgr.14403) 12190 : cluster 0 pgmap v9099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:16 smithi135 bash[32435]: audit 2023-12-07T22:18:15.279803+0000 mgr.a (mgr.14403) 12189 : audit 0 from='client.247305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:16 smithi135 bash[32435]: cluster 2023-12-07T22:18:15.430151+0000 mgr.a (mgr.14403) 12190 : cluster 0 pgmap v9099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:18 smithi079 bash[28699]: cluster 2023-12-07T22:18:17.430708+0000 mgr.a (mgr.14403) 12191 : cluster 0 pgmap v9100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:18 smithi194 bash[32038]: cluster 2023-12-07T22:18:17.430708+0000 mgr.a (mgr.14403) 12191 : cluster 0 pgmap v9100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:18 smithi135 bash[32435]: cluster 2023-12-07T22:18:17.430708+0000 mgr.a (mgr.14403) 12191 : cluster 0 pgmap v9100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:20 smithi194 bash[32038]: cluster 2023-12-07T22:18:19.431483+0000 mgr.a (mgr.14403) 12192 : cluster 0 pgmap v9101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:20.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:20 smithi135 bash[32435]: cluster 2023-12-07T22:18:19.431483+0000 mgr.a (mgr.14403) 12192 : cluster 0 pgmap v9101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:20.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:18:20.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:20.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:20.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:20 smithi079 bash[28699]: cluster 2023-12-07T22:18:19.431483+0000 mgr.a (mgr.14403) 12192 : cluster 0 pgmap v9101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:21.678 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:18:21.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:21.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:21.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:21.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:18:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:22 smithi079 bash[28699]: audit 2023-12-07T22:18:21.146530+0000 mgr.a (mgr.14403) 12193 : audit 0 from='client.247377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:22 smithi079 bash[28699]: cluster 2023-12-07T22:18:21.432308+0000 mgr.a (mgr.14403) 12194 : cluster 0 pgmap v9102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:22 smithi194 bash[32038]: audit 2023-12-07T22:18:21.146530+0000 mgr.a (mgr.14403) 12193 : audit 0 from='client.247377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:22.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:22 smithi194 bash[32038]: cluster 2023-12-07T22:18:21.432308+0000 mgr.a (mgr.14403) 12194 : cluster 0 pgmap v9102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:22 smithi135 bash[32435]: audit 2023-12-07T22:18:21.146530+0000 mgr.a (mgr.14403) 12193 : audit 0 from='client.247377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:22 smithi135 bash[32435]: cluster 2023-12-07T22:18:21.432308+0000 mgr.a (mgr.14403) 12194 : cluster 0 pgmap v9102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:24 smithi079 bash[28699]: cluster 2023-12-07T22:18:23.433016+0000 mgr.a (mgr.14403) 12195 : cluster 0 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-07T22:18:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:24 smithi194 bash[32038]: cluster 2023-12-07T22:18:23.433016+0000 mgr.a (mgr.14403) 12195 : cluster 0 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-07T22:18:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:24 smithi135 bash[32435]: cluster 2023-12-07T22:18:23.433016+0000 mgr.a (mgr.14403) 12195 : cluster 0 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-07T22:18:26.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:18:26.682 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:26.682 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:26 smithi079 bash[28699]: cluster 2023-12-07T22:18:25.433826+0000 mgr.a (mgr.14403) 12196 : cluster 0 pgmap v9104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:26 smithi194 bash[32038]: cluster 2023-12-07T22:18:25.433826+0000 mgr.a (mgr.14403) 12196 : cluster 0 pgmap v9104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:26 smithi135 bash[32435]: cluster 2023-12-07T22:18:25.433826+0000 mgr.a (mgr.14403) 12196 : cluster 0 pgmap v9104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:27.615 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:18:27.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:27.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:27.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:27.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:18:28.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:28 smithi079 bash[28699]: audit 2023-12-07T22:18:27.086933+0000 mgr.a (mgr.14403) 12197 : audit 0 from='client.247452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:28.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:28 smithi079 bash[28699]: cluster 2023-12-07T22:18:27.434316+0000 mgr.a (mgr.14403) 12198 : cluster 0 pgmap v9105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:28 smithi194 bash[32038]: audit 2023-12-07T22:18:27.086933+0000 mgr.a (mgr.14403) 12197 : audit 0 from='client.247452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:28 smithi194 bash[32038]: cluster 2023-12-07T22:18:27.434316+0000 mgr.a (mgr.14403) 12198 : cluster 0 pgmap v9105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:28 smithi135 bash[32435]: audit 2023-12-07T22:18:27.086933+0000 mgr.a (mgr.14403) 12197 : audit 0 from='client.247452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:28 smithi135 bash[32435]: cluster 2023-12-07T22:18:27.434316+0000 mgr.a (mgr.14403) 12198 : cluster 0 pgmap v9105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:30.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:30 smithi194 bash[32038]: cluster 2023-12-07T22:18:29.435194+0000 mgr.a (mgr.14403) 12199 : cluster 0 pgmap v9106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:30.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:30 smithi135 bash[32435]: cluster 2023-12-07T22:18:29.435194+0000 mgr.a (mgr.14403) 12199 : cluster 0 pgmap v9106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:30 smithi079 bash[28699]: cluster 2023-12-07T22:18:29.435194+0000 mgr.a (mgr.14403) 12199 : cluster 0 pgmap v9106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:32.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:18:32.618 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:32.618 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:32 smithi079 bash[28699]: cluster 2023-12-07T22:18:31.435753+0000 mgr.a (mgr.14403) 12200 : cluster 0 pgmap v9107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:32 smithi194 bash[32038]: cluster 2023-12-07T22:18:31.435753+0000 mgr.a (mgr.14403) 12200 : cluster 0 pgmap v9107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:32 smithi135 bash[32435]: cluster 2023-12-07T22:18:31.435753+0000 mgr.a (mgr.14403) 12200 : cluster 0 pgmap v9107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:33.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:33.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:33.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:33.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:18:33.533 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:18:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:34 smithi079 bash[28699]: audit 2023-12-07T22:18:33.015534+0000 mgr.a (mgr.14403) 12201 : audit 0 from='client.247527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:34 smithi079 bash[28699]: cluster 2023-12-07T22:18:33.436449+0000 mgr.a (mgr.14403) 12202 : cluster 0 pgmap v9108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:34 smithi194 bash[32038]: audit 2023-12-07T22:18:33.015534+0000 mgr.a (mgr.14403) 12201 : audit 0 from='client.247527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:34 smithi194 bash[32038]: cluster 2023-12-07T22:18:33.436449+0000 mgr.a (mgr.14403) 12202 : cluster 0 pgmap v9108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:34 smithi135 bash[32435]: audit 2023-12-07T22:18:33.015534+0000 mgr.a (mgr.14403) 12201 : audit 0 from='client.247527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:34 smithi135 bash[32435]: cluster 2023-12-07T22:18:33.436449+0000 mgr.a (mgr.14403) 12202 : cluster 0 pgmap v9108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:36 smithi079 bash[28699]: cluster 2023-12-07T22:18:35.437316+0000 mgr.a (mgr.14403) 12203 : cluster 0 pgmap v9109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:18:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:36 smithi194 bash[32038]: cluster 2023-12-07T22:18:35.437316+0000 mgr.a (mgr.14403) 12203 : cluster 0 pgmap v9109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:18:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:36 smithi135 bash[32435]: cluster 2023-12-07T22:18:35.437316+0000 mgr.a (mgr.14403) 12203 : cluster 0 pgmap v9109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:18:38.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:18:38.536 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:38.536 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:38 smithi079 bash[28699]: cluster 2023-12-07T22:18:37.437892+0000 mgr.a (mgr.14403) 12204 : cluster 0 pgmap v9110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:18:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:38 smithi194 bash[32038]: cluster 2023-12-07T22:18:37.437892+0000 mgr.a (mgr.14403) 12204 : cluster 0 pgmap v9110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:18:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:38 smithi135 bash[32435]: cluster 2023-12-07T22:18:37.437892+0000 mgr.a (mgr.14403) 12204 : cluster 0 pgmap v9110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:18:39.426 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:18:39.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:39.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:39.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:39.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:18:40.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:40 smithi194 bash[32038]: audit 2023-12-07T22:18:38.930789+0000 mgr.a (mgr.14403) 12205 : audit 0 from='client.247605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:40.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:40 smithi194 bash[32038]: cluster 2023-12-07T22:18:39.438937+0000 mgr.a (mgr.14403) 12206 : cluster 0 pgmap v9111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:40 smithi135 bash[32435]: audit 2023-12-07T22:18:38.930789+0000 mgr.a (mgr.14403) 12205 : audit 0 from='client.247605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:40.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:40 smithi135 bash[32435]: cluster 2023-12-07T22:18:39.438937+0000 mgr.a (mgr.14403) 12206 : cluster 0 pgmap v9111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:40 smithi079 bash[28699]: audit 2023-12-07T22:18:38.930789+0000 mgr.a (mgr.14403) 12205 : audit 0 from='client.247605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:40 smithi079 bash[28699]: cluster 2023-12-07T22:18:39.438937+0000 mgr.a (mgr.14403) 12206 : cluster 0 pgmap v9111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:42 smithi079 bash[28699]: cluster 2023-12-07T22:18:41.439558+0000 mgr.a (mgr.14403) 12207 : cluster 0 pgmap v9112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:42 smithi194 bash[32038]: cluster 2023-12-07T22:18:41.439558+0000 mgr.a (mgr.14403) 12207 : cluster 0 pgmap v9112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:42 smithi135 bash[32435]: cluster 2023-12-07T22:18:41.439558+0000 mgr.a (mgr.14403) 12207 : cluster 0 pgmap v9112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:44.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:18:44.429 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:44.429 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:44 smithi079 bash[28699]: cluster 2023-12-07T22:18:43.440100+0000 mgr.a (mgr.14403) 12208 : cluster 0 pgmap v9113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:44 smithi079 bash[28699]: audit 2023-12-07T22:18:43.662987+0000 mon.a (mon.0) 2142 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:18:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:44 smithi079 bash[28699]: audit 2023-12-07T22:18:44.454169+0000 mon.a (mon.0) 2143 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:18:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:44 smithi079 bash[28699]: audit 2023-12-07T22:18:44.455929+0000 mon.a (mon.0) 2144 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:18:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:44 smithi079 bash[28699]: audit 2023-12-07T22:18:44.464216+0000 mon.a (mon.0) 2145 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:18:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:44 smithi194 bash[32038]: cluster 2023-12-07T22:18:43.440100+0000 mgr.a (mgr.14403) 12208 : cluster 0 pgmap v9113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:44 smithi194 bash[32038]: audit 2023-12-07T22:18:43.662987+0000 mon.a (mon.0) 2142 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:18:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:44 smithi194 bash[32038]: audit 2023-12-07T22:18:44.454169+0000 mon.a (mon.0) 2143 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:18:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:44 smithi194 bash[32038]: audit 2023-12-07T22:18:44.455929+0000 mon.a (mon.0) 2144 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:18:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:44 smithi194 bash[32038]: audit 2023-12-07T22:18:44.464216+0000 mon.a (mon.0) 2145 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:18:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:44 smithi135 bash[32435]: cluster 2023-12-07T22:18:43.440100+0000 mgr.a (mgr.14403) 12208 : cluster 0 pgmap v9113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:18:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:44 smithi135 bash[32435]: audit 2023-12-07T22:18:43.662987+0000 mon.a (mon.0) 2142 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:18:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:44 smithi135 bash[32435]: audit 2023-12-07T22:18:44.454169+0000 mon.a (mon.0) 2143 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:18:44.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:44 smithi135 bash[32435]: audit 2023-12-07T22:18:44.455929+0000 mon.a (mon.0) 2144 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:18:44.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:44 smithi135 bash[32435]: audit 2023-12-07T22:18:44.464216+0000 mon.a (mon.0) 2145 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:18:45.374 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:18:45.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:45.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:45.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:45.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:18:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:46 smithi079 bash[28699]: audit 2023-12-07T22:18:44.830145+0000 mgr.a (mgr.14403) 12209 : audit 0 from='client.247677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:46 smithi079 bash[28699]: cluster 2023-12-07T22:18:45.441187+0000 mgr.a (mgr.14403) 12210 : cluster 0 pgmap v9114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:46 smithi194 bash[32038]: audit 2023-12-07T22:18:44.830145+0000 mgr.a (mgr.14403) 12209 : audit 0 from='client.247677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:46 smithi194 bash[32038]: cluster 2023-12-07T22:18:45.441187+0000 mgr.a (mgr.14403) 12210 : cluster 0 pgmap v9114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:46 smithi135 bash[32435]: audit 2023-12-07T22:18:44.830145+0000 mgr.a (mgr.14403) 12209 : audit 0 from='client.247677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:46 smithi135 bash[32435]: cluster 2023-12-07T22:18:45.441187+0000 mgr.a (mgr.14403) 12210 : cluster 0 pgmap v9114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:48 smithi079 bash[28699]: cluster 2023-12-07T22:18:47.441779+0000 mgr.a (mgr.14403) 12211 : cluster 0 pgmap v9115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:18:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:48 smithi194 bash[32038]: cluster 2023-12-07T22:18:47.441779+0000 mgr.a (mgr.14403) 12211 : cluster 0 pgmap v9115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:18:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:48 smithi135 bash[32435]: cluster 2023-12-07T22:18:47.441779+0000 mgr.a (mgr.14403) 12211 : cluster 0 pgmap v9115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:18:50.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:18:50.377 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:50.377 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:50 smithi194 bash[32038]: cluster 2023-12-07T22:18:49.442440+0000 mgr.a (mgr.14403) 12212 : cluster 0 pgmap v9116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:18:50.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:50 smithi135 bash[32435]: cluster 2023-12-07T22:18:49.442440+0000 mgr.a (mgr.14403) 12212 : cluster 0 pgmap v9116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:18:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:50 smithi079 bash[28699]: cluster 2023-12-07T22:18:49.442440+0000 mgr.a (mgr.14403) 12212 : cluster 0 pgmap v9116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:18:51.285 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:18:51.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:51.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:51.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:51.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:18:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:52 smithi079 bash[28699]: audit 2023-12-07T22:18:50.778413+0000 mgr.a (mgr.14403) 12213 : audit 0 from='client.247755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:52 smithi079 bash[28699]: cluster 2023-12-07T22:18:51.443343+0000 mgr.a (mgr.14403) 12214 : cluster 0 pgmap v9117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:52 smithi194 bash[32038]: audit 2023-12-07T22:18:50.778413+0000 mgr.a (mgr.14403) 12213 : audit 0 from='client.247755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:52 smithi194 bash[32038]: cluster 2023-12-07T22:18:51.443343+0000 mgr.a (mgr.14403) 12214 : cluster 0 pgmap v9117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:52 smithi135 bash[32435]: audit 2023-12-07T22:18:50.778413+0000 mgr.a (mgr.14403) 12213 : audit 0 from='client.247755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:52 smithi135 bash[32435]: cluster 2023-12-07T22:18:51.443343+0000 mgr.a (mgr.14403) 12214 : cluster 0 pgmap v9117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:54.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:54 smithi079 bash[28699]: cluster 2023-12-07T22:18:53.444098+0000 mgr.a (mgr.14403) 12215 : cluster 0 pgmap v9118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:18:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:54 smithi194 bash[32038]: cluster 2023-12-07T22:18:53.444098+0000 mgr.a (mgr.14403) 12215 : cluster 0 pgmap v9118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:18:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:54 smithi135 bash[32435]: cluster 2023-12-07T22:18:53.444098+0000 mgr.a (mgr.14403) 12215 : cluster 0 pgmap v9118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:18:56.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:18:56.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:18:56.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:18:56.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:56 smithi079 bash[28699]: cluster 2023-12-07T22:18:55.444830+0000 mgr.a (mgr.14403) 12216 : cluster 0 pgmap v9119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:56 smithi194 bash[32038]: cluster 2023-12-07T22:18:55.444830+0000 mgr.a (mgr.14403) 12216 : cluster 0 pgmap v9119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:56 smithi135 bash[32435]: cluster 2023-12-07T22:18:55.444830+0000 mgr.a (mgr.14403) 12216 : cluster 0 pgmap v9119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:18:57.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:18:57.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:18:57.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:18:57.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:18:57.189 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:18:57.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:57 smithi079 bash[28699]: audit 2023-12-07T22:18:56.689165+0000 mgr.a (mgr.14403) 12217 : audit 0 from='client.247833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:57 smithi194 bash[32038]: audit 2023-12-07T22:18:56.689165+0000 mgr.a (mgr.14403) 12217 : audit 0 from='client.247833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:57.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:57 smithi135 bash[32435]: audit 2023-12-07T22:18:56.689165+0000 mgr.a (mgr.14403) 12217 : audit 0 from='client.247833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:18:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:18:58 smithi079 bash[28699]: cluster 2023-12-07T22:18:57.445536+0000 mgr.a (mgr.14403) 12218 : cluster 0 pgmap v9120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:18:58 smithi194 bash[32038]: cluster 2023-12-07T22:18:57.445536+0000 mgr.a (mgr.14403) 12218 : cluster 0 pgmap v9120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:18:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:18:58 smithi135 bash[32435]: cluster 2023-12-07T22:18:57.445536+0000 mgr.a (mgr.14403) 12218 : cluster 0 pgmap v9120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:00 smithi194 bash[32038]: cluster 2023-12-07T22:18:59.446390+0000 mgr.a (mgr.14403) 12219 : cluster 0 pgmap v9121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:00 smithi135 bash[32435]: cluster 2023-12-07T22:18:59.446390+0000 mgr.a (mgr.14403) 12219 : cluster 0 pgmap v9121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:00 smithi079 bash[28699]: cluster 2023-12-07T22:18:59.446390+0000 mgr.a (mgr.14403) 12219 : cluster 0 pgmap v9121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:02.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:19:02.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:02.193 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:02 smithi079 bash[28699]: cluster 2023-12-07T22:19:01.447009+0000 mgr.a (mgr.14403) 12220 : cluster 0 pgmap v9122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:02 smithi194 bash[32038]: cluster 2023-12-07T22:19:01.447009+0000 mgr.a (mgr.14403) 12220 : cluster 0 pgmap v9122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:02 smithi135 bash[32435]: cluster 2023-12-07T22:19:01.447009+0000 mgr.a (mgr.14403) 12220 : cluster 0 pgmap v9122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:03.123 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:19:03.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:03.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:03.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:03.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:19:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:03 smithi079 bash[28699]: audit 2023-12-07T22:19:02.603283+0000 mgr.a (mgr.14403) 12221 : audit 0 from='client.247905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:03.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:03 smithi194 bash[32038]: audit 2023-12-07T22:19:02.603283+0000 mgr.a (mgr.14403) 12221 : audit 0 from='client.247905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:03.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:03 smithi135 bash[32435]: audit 2023-12-07T22:19:02.603283+0000 mgr.a (mgr.14403) 12221 : audit 0 from='client.247905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:04 smithi079 bash[28699]: cluster 2023-12-07T22:19:03.447722+0000 mgr.a (mgr.14403) 12222 : cluster 0 pgmap v9123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:04 smithi194 bash[32038]: cluster 2023-12-07T22:19:03.447722+0000 mgr.a (mgr.14403) 12222 : cluster 0 pgmap v9123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:04 smithi135 bash[32435]: cluster 2023-12-07T22:19:03.447722+0000 mgr.a (mgr.14403) 12222 : cluster 0 pgmap v9123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:06 smithi079 bash[28699]: cluster 2023-12-07T22:19:05.448436+0000 mgr.a (mgr.14403) 12223 : cluster 0 pgmap v9124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:06 smithi194 bash[32038]: cluster 2023-12-07T22:19:05.448436+0000 mgr.a (mgr.14403) 12223 : cluster 0 pgmap v9124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:06 smithi135 bash[32435]: cluster 2023-12-07T22:19:05.448436+0000 mgr.a (mgr.14403) 12223 : cluster 0 pgmap v9124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:08.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:19:08.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:08.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:08.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:08 smithi079 bash[28699]: cluster 2023-12-07T22:19:07.448980+0000 mgr.a (mgr.14403) 12224 : cluster 0 pgmap v9125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:08 smithi194 bash[32038]: cluster 2023-12-07T22:19:07.448980+0000 mgr.a (mgr.14403) 12224 : cluster 0 pgmap v9125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:08 smithi135 bash[32435]: cluster 2023-12-07T22:19:07.448980+0000 mgr.a (mgr.14403) 12224 : cluster 0 pgmap v9125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:09.028 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:19:09.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:09.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:09.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:09.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:19:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:09 smithi079 bash[28699]: audit 2023-12-07T22:19:08.522499+0000 mgr.a (mgr.14403) 12225 : audit 0 from='client.247983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:09 smithi194 bash[32038]: audit 2023-12-07T22:19:08.522499+0000 mgr.a (mgr.14403) 12225 : audit 0 from='client.247983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:09.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:09 smithi135 bash[32435]: audit 2023-12-07T22:19:08.522499+0000 mgr.a (mgr.14403) 12225 : audit 0 from='client.247983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:10 smithi079 bash[28699]: cluster 2023-12-07T22:19:09.450161+0000 mgr.a (mgr.14403) 12226 : cluster 0 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-07T22:19:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:10 smithi194 bash[32038]: cluster 2023-12-07T22:19:09.450161+0000 mgr.a (mgr.14403) 12226 : cluster 0 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-07T22:19:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:10 smithi135 bash[32435]: cluster 2023-12-07T22:19:09.450161+0000 mgr.a (mgr.14403) 12226 : cluster 0 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-07T22:19:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:12 smithi079 bash[28699]: cluster 2023-12-07T22:19:11.450929+0000 mgr.a (mgr.14403) 12227 : cluster 0 pgmap v9127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:12 smithi194 bash[32038]: cluster 2023-12-07T22:19:11.450929+0000 mgr.a (mgr.14403) 12227 : cluster 0 pgmap v9127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:12 smithi135 bash[32435]: cluster 2023-12-07T22:19:11.450929+0000 mgr.a (mgr.14403) 12227 : cluster 0 pgmap v9127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:14.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:19:14.034 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:14.035 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:14 smithi079 bash[28699]: cluster 2023-12-07T22:19:13.451715+0000 mgr.a (mgr.14403) 12228 : cluster 0 pgmap v9128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:19:14.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:14.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:14.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:14.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:19:14.919 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:19:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:14 smithi194 bash[32038]: cluster 2023-12-07T22:19:13.451715+0000 mgr.a (mgr.14403) 12228 : cluster 0 pgmap v9128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:19:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:14 smithi135 bash[32435]: cluster 2023-12-07T22:19:13.451715+0000 mgr.a (mgr.14403) 12228 : cluster 0 pgmap v9128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:19:15.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:15 smithi079 bash[28699]: audit 2023-12-07T22:19:14.431972+0000 mgr.a (mgr.14403) 12229 : audit 0 from='client.248055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:15 smithi194 bash[32038]: audit 2023-12-07T22:19:14.431972+0000 mgr.a (mgr.14403) 12229 : audit 0 from='client.248055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:15.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:15 smithi135 bash[32435]: audit 2023-12-07T22:19:14.431972+0000 mgr.a (mgr.14403) 12229 : audit 0 from='client.248055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:16.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:16 smithi079 bash[28699]: cluster 2023-12-07T22:19:15.452727+0000 mgr.a (mgr.14403) 12230 : cluster 0 pgmap v9129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:19:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:16 smithi194 bash[32038]: cluster 2023-12-07T22:19:15.452727+0000 mgr.a (mgr.14403) 12230 : cluster 0 pgmap v9129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:19:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:16 smithi135 bash[32435]: cluster 2023-12-07T22:19:15.452727+0000 mgr.a (mgr.14403) 12230 : cluster 0 pgmap v9129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:19:18.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:18 smithi079 bash[28699]: cluster 2023-12-07T22:19:17.453310+0000 mgr.a (mgr.14403) 12231 : cluster 0 pgmap v9130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:18 smithi194 bash[32038]: cluster 2023-12-07T22:19:17.453310+0000 mgr.a (mgr.14403) 12231 : cluster 0 pgmap v9130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:18 smithi135 bash[32435]: cluster 2023-12-07T22:19:17.453310+0000 mgr.a (mgr.14403) 12231 : cluster 0 pgmap v9130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:19.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:19:19.923 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:19.923 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:20 smithi194 bash[32038]: cluster 2023-12-07T22:19:19.454048+0000 mgr.a (mgr.14403) 12232 : cluster 0 pgmap v9131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:20.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:20 smithi135 bash[32435]: cluster 2023-12-07T22:19:19.454048+0000 mgr.a (mgr.14403) 12232 : cluster 0 pgmap v9131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:20.814 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:19:20.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:20.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:20.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:20.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:19:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:20 smithi079 bash[28699]: cluster 2023-12-07T22:19:19.454048+0000 mgr.a (mgr.14403) 12232 : cluster 0 pgmap v9131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:21 smithi194 bash[32038]: audit 2023-12-07T22:19:20.325828+0000 mgr.a (mgr.14403) 12233 : audit 0 from='client.248130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:21.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:21 smithi135 bash[32435]: audit 2023-12-07T22:19:20.325828+0000 mgr.a (mgr.14403) 12233 : audit 0 from='client.248130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:21.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:21 smithi079 bash[28699]: audit 2023-12-07T22:19:20.325828+0000 mgr.a (mgr.14403) 12233 : audit 0 from='client.248130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:22 smithi194 bash[32038]: cluster 2023-12-07T22:19:21.454711+0000 mgr.a (mgr.14403) 12234 : cluster 0 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-07T22:19:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:22 smithi135 bash[32435]: cluster 2023-12-07T22:19:21.454711+0000 mgr.a (mgr.14403) 12234 : cluster 0 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-07T22:19:22.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:22 smithi079 bash[28699]: cluster 2023-12-07T22:19:21.454711+0000 mgr.a (mgr.14403) 12234 : cluster 0 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-07T22:19:24.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:24 smithi079 bash[28699]: cluster 2023-12-07T22:19:23.455434+0000 mgr.a (mgr.14403) 12235 : cluster 0 pgmap v9133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:24 smithi194 bash[32038]: cluster 2023-12-07T22:19:23.455434+0000 mgr.a (mgr.14403) 12235 : cluster 0 pgmap v9133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:24 smithi135 bash[32435]: cluster 2023-12-07T22:19:23.455434+0000 mgr.a (mgr.14403) 12235 : cluster 0 pgmap v9133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:25.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:19:25.818 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:25.818 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:26.752 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:19:26.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:26.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:26.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:26.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:19:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:26 smithi079 bash[28699]: cluster 2023-12-07T22:19:25.456138+0000 mgr.a (mgr.14403) 12236 : cluster 0 pgmap v9134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:26 smithi194 bash[32038]: cluster 2023-12-07T22:19:25.456138+0000 mgr.a (mgr.14403) 12236 : cluster 0 pgmap v9134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:26 smithi135 bash[32435]: cluster 2023-12-07T22:19:25.456138+0000 mgr.a (mgr.14403) 12236 : cluster 0 pgmap v9134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:27 smithi079 bash[28699]: audit 2023-12-07T22:19:26.225930+0000 mgr.a (mgr.14403) 12237 : audit 0 from='client.248208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:27.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:27 smithi194 bash[32038]: audit 2023-12-07T22:19:26.225930+0000 mgr.a (mgr.14403) 12237 : audit 0 from='client.248208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:27.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:27 smithi135 bash[32435]: audit 2023-12-07T22:19:26.225930+0000 mgr.a (mgr.14403) 12237 : audit 0 from='client.248208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:28.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:28 smithi079 bash[28699]: cluster 2023-12-07T22:19:27.456711+0000 mgr.a (mgr.14403) 12238 : cluster 0 pgmap v9135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:28 smithi194 bash[32038]: cluster 2023-12-07T22:19:27.456711+0000 mgr.a (mgr.14403) 12238 : cluster 0 pgmap v9135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:28 smithi135 bash[32435]: cluster 2023-12-07T22:19:27.456711+0000 mgr.a (mgr.14403) 12238 : cluster 0 pgmap v9135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:30.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:30 smithi194 bash[32038]: cluster 2023-12-07T22:19:29.457533+0000 mgr.a (mgr.14403) 12239 : cluster 0 pgmap v9136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:30 smithi135 bash[32435]: cluster 2023-12-07T22:19:29.457533+0000 mgr.a (mgr.14403) 12239 : cluster 0 pgmap v9136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:30 smithi079 bash[28699]: cluster 2023-12-07T22:19:29.457533+0000 mgr.a (mgr.14403) 12239 : cluster 0 pgmap v9136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:19:31.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:19:31.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:31.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:32.654 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:19:32.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:32.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:32.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:32.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:19:32.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:32 smithi079 bash[28699]: cluster 2023-12-07T22:19:31.458082+0000 mgr.a (mgr.14403) 12240 : cluster 0 pgmap v9137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:32 smithi194 bash[32038]: cluster 2023-12-07T22:19:31.458082+0000 mgr.a (mgr.14403) 12240 : cluster 0 pgmap v9137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:32 smithi135 bash[32435]: cluster 2023-12-07T22:19:31.458082+0000 mgr.a (mgr.14403) 12240 : cluster 0 pgmap v9137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:33 smithi079 bash[28699]: audit 2023-12-07T22:19:32.159769+0000 mgr.a (mgr.14403) 12241 : audit 0 from='client.248283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:33.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:33 smithi194 bash[32038]: audit 2023-12-07T22:19:32.159769+0000 mgr.a (mgr.14403) 12241 : audit 0 from='client.248283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:33.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:33 smithi135 bash[32435]: audit 2023-12-07T22:19:32.159769+0000 mgr.a (mgr.14403) 12241 : audit 0 from='client.248283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:34.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:34 smithi079 bash[28699]: cluster 2023-12-07T22:19:33.458889+0000 mgr.a (mgr.14403) 12242 : cluster 0 pgmap v9138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:19:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:34 smithi194 bash[32038]: cluster 2023-12-07T22:19:33.458889+0000 mgr.a (mgr.14403) 12242 : cluster 0 pgmap v9138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:19:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:34 smithi135 bash[32435]: cluster 2023-12-07T22:19:33.458889+0000 mgr.a (mgr.14403) 12242 : cluster 0 pgmap v9138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:19:36.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:36 smithi079 bash[28699]: cluster 2023-12-07T22:19:35.459508+0000 mgr.a (mgr.14403) 12243 : cluster 0 pgmap v9139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:36 smithi194 bash[32038]: cluster 2023-12-07T22:19:35.459508+0000 mgr.a (mgr.14403) 12243 : cluster 0 pgmap v9139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:36 smithi135 bash[32435]: cluster 2023-12-07T22:19:35.459508+0000 mgr.a (mgr.14403) 12243 : cluster 0 pgmap v9139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:19:37.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:19:37.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:37.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:38.577 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:19:38.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:38.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:38.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:38.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:19:38.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:38 smithi079 bash[28699]: cluster 2023-12-07T22:19:37.460009+0000 mgr.a (mgr.14403) 12244 : cluster 0 pgmap v9140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:38 smithi194 bash[32038]: cluster 2023-12-07T22:19:37.460009+0000 mgr.a (mgr.14403) 12244 : cluster 0 pgmap v9140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:38 smithi135 bash[32435]: cluster 2023-12-07T22:19:37.460009+0000 mgr.a (mgr.14403) 12244 : cluster 0 pgmap v9140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:39 smithi079 bash[28699]: audit 2023-12-07T22:19:38.060652+0000 mgr.a (mgr.14403) 12245 : audit 0 from='client.248358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:39.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:39 smithi194 bash[32038]: audit 2023-12-07T22:19:38.060652+0000 mgr.a (mgr.14403) 12245 : audit 0 from='client.248358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:39.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:39 smithi135 bash[32435]: audit 2023-12-07T22:19:38.060652+0000 mgr.a (mgr.14403) 12245 : audit 0 from='client.248358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:40 smithi079 bash[28699]: cluster 2023-12-07T22:19:39.460870+0000 mgr.a (mgr.14403) 12246 : cluster 0 pgmap v9141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:19:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:40 smithi194 bash[32038]: cluster 2023-12-07T22:19:39.460870+0000 mgr.a (mgr.14403) 12246 : cluster 0 pgmap v9141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:19:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:40 smithi135 bash[32435]: cluster 2023-12-07T22:19:39.460870+0000 mgr.a (mgr.14403) 12246 : cluster 0 pgmap v9141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:19:42.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:42 smithi079 bash[28699]: cluster 2023-12-07T22:19:41.461431+0000 mgr.a (mgr.14403) 12247 : cluster 0 pgmap v9142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:19:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:42 smithi194 bash[32038]: cluster 2023-12-07T22:19:41.461431+0000 mgr.a (mgr.14403) 12247 : cluster 0 pgmap v9142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:19:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:42 smithi135 bash[32435]: cluster 2023-12-07T22:19:41.461431+0000 mgr.a (mgr.14403) 12247 : cluster 0 pgmap v9142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:19:43.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:19:43.582 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:43.582 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:44.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:44.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:44.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:44.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:19:44.498 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:19:44.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:44 smithi079 bash[28699]: cluster 2023-12-07T22:19:43.462233+0000 mgr.a (mgr.14403) 12248 : cluster 0 pgmap v9143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:19:44.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:44 smithi194 bash[32038]: cluster 2023-12-07T22:19:43.462233+0000 mgr.a (mgr.14403) 12248 : cluster 0 pgmap v9143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:19:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:44 smithi135 bash[32435]: cluster 2023-12-07T22:19:43.462233+0000 mgr.a (mgr.14403) 12248 : cluster 0 pgmap v9143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:19:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:45 smithi079 bash[28699]: audit 2023-12-07T22:19:43.987613+0000 mgr.a (mgr.14403) 12249 : audit 0 from='client.248430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:45 smithi079 bash[28699]: audit 2023-12-07T22:19:44.567060+0000 mon.a (mon.0) 2146 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:19:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:45 smithi079 bash[28699]: audit 2023-12-07T22:19:45.353534+0000 mon.a (mon.0) 2147 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:19:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:45 smithi079 bash[28699]: audit 2023-12-07T22:19:45.355418+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:19:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:45 smithi079 bash[28699]: audit 2023-12-07T22:19:45.365132+0000 mon.a (mon.0) 2149 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:19:45.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:45 smithi194 bash[32038]: audit 2023-12-07T22:19:43.987613+0000 mgr.a (mgr.14403) 12249 : audit 0 from='client.248430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:45.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:45 smithi194 bash[32038]: audit 2023-12-07T22:19:44.567060+0000 mon.a (mon.0) 2146 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:19:45.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:45 smithi194 bash[32038]: audit 2023-12-07T22:19:45.353534+0000 mon.a (mon.0) 2147 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:19:45.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:45 smithi194 bash[32038]: audit 2023-12-07T22:19:45.355418+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:19:45.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:45 smithi194 bash[32038]: audit 2023-12-07T22:19:45.365132+0000 mon.a (mon.0) 2149 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:19:45.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:45 smithi135 bash[32435]: audit 2023-12-07T22:19:43.987613+0000 mgr.a (mgr.14403) 12249 : audit 0 from='client.248430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:45.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:45 smithi135 bash[32435]: audit 2023-12-07T22:19:44.567060+0000 mon.a (mon.0) 2146 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:19:45.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:45 smithi135 bash[32435]: audit 2023-12-07T22:19:45.353534+0000 mon.a (mon.0) 2147 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:19:45.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:45 smithi135 bash[32435]: audit 2023-12-07T22:19:45.355418+0000 mon.a (mon.0) 2148 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:19:45.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:45 smithi135 bash[32435]: audit 2023-12-07T22:19:45.365132+0000 mon.a (mon.0) 2149 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:19:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:46 smithi079 bash[28699]: cluster 2023-12-07T22:19:45.463062+0000 mgr.a (mgr.14403) 12250 : cluster 0 pgmap v9144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:19:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:46 smithi194 bash[32038]: cluster 2023-12-07T22:19:45.463062+0000 mgr.a (mgr.14403) 12250 : cluster 0 pgmap v9144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:19:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:46 smithi135 bash[32435]: cluster 2023-12-07T22:19:45.463062+0000 mgr.a (mgr.14403) 12250 : cluster 0 pgmap v9144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:19:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:48 smithi079 bash[28699]: cluster 2023-12-07T22:19:47.463559+0000 mgr.a (mgr.14403) 12251 : cluster 0 pgmap v9145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:48 smithi194 bash[32038]: cluster 2023-12-07T22:19:47.463559+0000 mgr.a (mgr.14403) 12251 : cluster 0 pgmap v9145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:48 smithi135 bash[32435]: cluster 2023-12-07T22:19:47.463559+0000 mgr.a (mgr.14403) 12251 : cluster 0 pgmap v9145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:19:49.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:19:49.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:49.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:50.408 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:19:50.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:50.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:50.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:50.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:19:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:50 smithi194 bash[32038]: cluster 2023-12-07T22:19:49.464323+0000 mgr.a (mgr.14403) 12252 : cluster 0 pgmap v9146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:50.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:50 smithi135 bash[32435]: cluster 2023-12-07T22:19:49.464323+0000 mgr.a (mgr.14403) 12252 : cluster 0 pgmap v9146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:50 smithi079 bash[28699]: cluster 2023-12-07T22:19:49.464323+0000 mgr.a (mgr.14403) 12252 : cluster 0 pgmap v9146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:19:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:51 smithi194 bash[32038]: audit 2023-12-07T22:19:49.907449+0000 mgr.a (mgr.14403) 12253 : audit 0 from='client.248505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:51 smithi135 bash[32435]: audit 2023-12-07T22:19:49.907449+0000 mgr.a (mgr.14403) 12253 : audit 0 from='client.248505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:51 smithi079 bash[28699]: audit 2023-12-07T22:19:49.907449+0000 mgr.a (mgr.14403) 12253 : audit 0 from='client.248505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:52 smithi194 bash[32038]: cluster 2023-12-07T22:19:51.464975+0000 mgr.a (mgr.14403) 12254 : cluster 0 pgmap v9147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:19:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:52 smithi135 bash[32435]: cluster 2023-12-07T22:19:51.464975+0000 mgr.a (mgr.14403) 12254 : cluster 0 pgmap v9147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:19:52.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:52 smithi079 bash[28699]: cluster 2023-12-07T22:19:51.464975+0000 mgr.a (mgr.14403) 12254 : cluster 0 pgmap v9147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:19:54.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:54 smithi079 bash[28699]: cluster 2023-12-07T22:19:53.465748+0000 mgr.a (mgr.14403) 12255 : cluster 0 pgmap v9148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:19:54.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:54 smithi194 bash[32038]: cluster 2023-12-07T22:19:53.465748+0000 mgr.a (mgr.14403) 12255 : cluster 0 pgmap v9148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:19:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:54 smithi135 bash[32435]: cluster 2023-12-07T22:19:53.465748+0000 mgr.a (mgr.14403) 12255 : cluster 0 pgmap v9148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:19:55.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:19:55.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:19:55.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:19:56.304 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:19:56.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:19:56.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:19:56.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:19:56.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:19:56.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:56 smithi079 bash[28699]: cluster 2023-12-07T22:19:55.466348+0000 mgr.a (mgr.14403) 12256 : cluster 0 pgmap v9149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:19:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:56 smithi194 bash[32038]: cluster 2023-12-07T22:19:55.466348+0000 mgr.a (mgr.14403) 12256 : cluster 0 pgmap v9149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:19:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:56 smithi135 bash[32435]: cluster 2023-12-07T22:19:55.466348+0000 mgr.a (mgr.14403) 12256 : cluster 0 pgmap v9149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:19:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:57 smithi079 bash[28699]: audit 2023-12-07T22:19:55.809670+0000 mgr.a (mgr.14403) 12257 : audit 0 from='client.248583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:57 smithi194 bash[32038]: audit 2023-12-07T22:19:55.809670+0000 mgr.a (mgr.14403) 12257 : audit 0 from='client.248583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:57.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:57 smithi135 bash[32435]: audit 2023-12-07T22:19:55.809670+0000 mgr.a (mgr.14403) 12257 : audit 0 from='client.248583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:19:58.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:19:58 smithi079 bash[28699]: cluster 2023-12-07T22:19:57.466946+0000 mgr.a (mgr.14403) 12258 : cluster 0 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-07T22:19:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:19:58 smithi194 bash[32038]: cluster 2023-12-07T22:19:57.466946+0000 mgr.a (mgr.14403) 12258 : cluster 0 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-07T22:19:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:19:58 smithi135 bash[32435]: cluster 2023-12-07T22:19:57.466946+0000 mgr.a (mgr.14403) 12258 : cluster 0 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-07T22:20:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:00 smithi194 bash[32038]: cluster 2023-12-07T22:19:59.467725+0000 mgr.a (mgr.14403) 12259 : cluster 0 pgmap v9151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:00 smithi194 bash[32038]: cluster 2023-12-07T22:20:00.000176+0000 mon.a (mon.0) 2150 : cluster 1 overall HEALTH_OK 2023-12-07T22:20:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:00 smithi135 bash[32435]: cluster 2023-12-07T22:19:59.467725+0000 mgr.a (mgr.14403) 12259 : cluster 0 pgmap v9151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:00 smithi135 bash[32435]: cluster 2023-12-07T22:20:00.000176+0000 mon.a (mon.0) 2150 : cluster 1 overall HEALTH_OK 2023-12-07T22:20:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:00 smithi079 bash[28699]: cluster 2023-12-07T22:19:59.467725+0000 mgr.a (mgr.14403) 12259 : cluster 0 pgmap v9151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:00 smithi079 bash[28699]: cluster 2023-12-07T22:20:00.000176+0000 mon.a (mon.0) 2150 : cluster 1 overall HEALTH_OK 2023-12-07T22:20:01.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:20:01.307 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:01.307 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:02.229 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:20:02.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:02.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:02.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:02.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:20:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:02 smithi079 bash[28699]: cluster 2023-12-07T22:20:01.468143+0000 mgr.a (mgr.14403) 12260 : cluster 0 pgmap v9152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:02 smithi079 bash[28699]: audit 2023-12-07T22:20:01.716156+0000 mgr.a (mgr.14403) 12261 : audit 0 from='client.248655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:02 smithi194 bash[32038]: cluster 2023-12-07T22:20:01.468143+0000 mgr.a (mgr.14403) 12260 : cluster 0 pgmap v9152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:02 smithi194 bash[32038]: audit 2023-12-07T22:20:01.716156+0000 mgr.a (mgr.14403) 12261 : audit 0 from='client.248655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:02 smithi135 bash[32435]: cluster 2023-12-07T22:20:01.468143+0000 mgr.a (mgr.14403) 12260 : cluster 0 pgmap v9152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:02 smithi135 bash[32435]: audit 2023-12-07T22:20:01.716156+0000 mgr.a (mgr.14403) 12261 : audit 0 from='client.248655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:04 smithi079 bash[28699]: cluster 2023-12-07T22:20:03.468892+0000 mgr.a (mgr.14403) 12262 : cluster 0 pgmap v9153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:20:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:04 smithi194 bash[32038]: cluster 2023-12-07T22:20:03.468892+0000 mgr.a (mgr.14403) 12262 : cluster 0 pgmap v9153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:20:04.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:04 smithi135 bash[32435]: cluster 2023-12-07T22:20:03.468892+0000 mgr.a (mgr.14403) 12262 : cluster 0 pgmap v9153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:20:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:06 smithi079 bash[28699]: cluster 2023-12-07T22:20:05.469292+0000 mgr.a (mgr.14403) 12263 : cluster 0 pgmap v9154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:20:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:06 smithi194 bash[32038]: cluster 2023-12-07T22:20:05.469292+0000 mgr.a (mgr.14403) 12263 : cluster 0 pgmap v9154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:20:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:06 smithi135 bash[32435]: cluster 2023-12-07T22:20:05.469292+0000 mgr.a (mgr.14403) 12263 : cluster 0 pgmap v9154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:20:07.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:20:07.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:07.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:08.113 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:20:08.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:08.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:08.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:08.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:20:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:08 smithi079 bash[28699]: cluster 2023-12-07T22:20:07.469782+0000 mgr.a (mgr.14403) 12264 : cluster 0 pgmap v9155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:08 smithi079 bash[28699]: audit 2023-12-07T22:20:07.627657+0000 mgr.a (mgr.14403) 12265 : audit 0 from='client.248730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:08 smithi194 bash[32038]: cluster 2023-12-07T22:20:07.469782+0000 mgr.a (mgr.14403) 12264 : cluster 0 pgmap v9155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:08 smithi194 bash[32038]: audit 2023-12-07T22:20:07.627657+0000 mgr.a (mgr.14403) 12265 : audit 0 from='client.248730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:08 smithi135 bash[32435]: cluster 2023-12-07T22:20:07.469782+0000 mgr.a (mgr.14403) 12264 : cluster 0 pgmap v9155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:08.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:08 smithi135 bash[32435]: audit 2023-12-07T22:20:07.627657+0000 mgr.a (mgr.14403) 12265 : audit 0 from='client.248730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:10 smithi194 bash[32038]: cluster 2023-12-07T22:20:09.470588+0000 mgr.a (mgr.14403) 12266 : cluster 0 pgmap v9156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:10.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:10 smithi135 bash[32435]: cluster 2023-12-07T22:20:09.470588+0000 mgr.a (mgr.14403) 12266 : cluster 0 pgmap v9156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:10 smithi079 bash[28699]: cluster 2023-12-07T22:20:09.470588+0000 mgr.a (mgr.14403) 12266 : cluster 0 pgmap v9156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:12 smithi079 bash[28699]: cluster 2023-12-07T22:20:11.471291+0000 mgr.a (mgr.14403) 12267 : cluster 0 pgmap v9157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:12 smithi194 bash[32038]: cluster 2023-12-07T22:20:11.471291+0000 mgr.a (mgr.14403) 12267 : cluster 0 pgmap v9157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:12 smithi135 bash[32435]: cluster 2023-12-07T22:20:11.471291+0000 mgr.a (mgr.14403) 12267 : cluster 0 pgmap v9157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:13.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:20:13.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:13.117 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:14.004 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:20:14.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:14.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:14.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:14.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:20:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:14 smithi079 bash[28699]: cluster 2023-12-07T22:20:13.471990+0000 mgr.a (mgr.14403) 12268 : cluster 0 pgmap v9158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:14 smithi079 bash[28699]: audit 2023-12-07T22:20:13.511295+0000 mgr.a (mgr.14403) 12269 : audit 0 from='client.248805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:14 smithi194 bash[32038]: cluster 2023-12-07T22:20:13.471990+0000 mgr.a (mgr.14403) 12268 : cluster 0 pgmap v9158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:14 smithi194 bash[32038]: audit 2023-12-07T22:20:13.511295+0000 mgr.a (mgr.14403) 12269 : audit 0 from='client.248805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:14 smithi135 bash[32435]: cluster 2023-12-07T22:20:13.471990+0000 mgr.a (mgr.14403) 12268 : cluster 0 pgmap v9158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:14 smithi135 bash[32435]: audit 2023-12-07T22:20:13.511295+0000 mgr.a (mgr.14403) 12269 : audit 0 from='client.248805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:16 smithi079 bash[28699]: cluster 2023-12-07T22:20:15.472570+0000 mgr.a (mgr.14403) 12270 : cluster 0 pgmap v9159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:20:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:16 smithi194 bash[32038]: cluster 2023-12-07T22:20:15.472570+0000 mgr.a (mgr.14403) 12270 : cluster 0 pgmap v9159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:20:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:16 smithi135 bash[32435]: cluster 2023-12-07T22:20:15.472570+0000 mgr.a (mgr.14403) 12270 : cluster 0 pgmap v9159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:20:18.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:18 smithi079 bash[28699]: cluster 2023-12-07T22:20:17.473089+0000 mgr.a (mgr.14403) 12271 : cluster 0 pgmap v9160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:18 smithi194 bash[32038]: cluster 2023-12-07T22:20:17.473089+0000 mgr.a (mgr.14403) 12271 : cluster 0 pgmap v9160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:18 smithi135 bash[32435]: cluster 2023-12-07T22:20:17.473089+0000 mgr.a (mgr.14403) 12271 : cluster 0 pgmap v9160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:19.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:20:19.008 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:19.008 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:19.908 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:20:19.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:19.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:19.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:19.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:20:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:20 smithi194 bash[32038]: audit 2023-12-07T22:20:19.411248+0000 mgr.a (mgr.14403) 12272 : audit 0 from='client.248880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:20 smithi194 bash[32038]: cluster 2023-12-07T22:20:19.474165+0000 mgr.a (mgr.14403) 12273 : cluster 0 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-07T22:20:20.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:20 smithi135 bash[32435]: audit 2023-12-07T22:20:19.411248+0000 mgr.a (mgr.14403) 12272 : audit 0 from='client.248880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:20.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:20 smithi135 bash[32435]: cluster 2023-12-07T22:20:19.474165+0000 mgr.a (mgr.14403) 12273 : cluster 0 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-07T22:20:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:20 smithi079 bash[28699]: audit 2023-12-07T22:20:19.411248+0000 mgr.a (mgr.14403) 12272 : audit 0 from='client.248880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:20.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:20 smithi079 bash[28699]: cluster 2023-12-07T22:20:19.474165+0000 mgr.a (mgr.14403) 12273 : cluster 0 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-07T22:20:22.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:22 smithi079 bash[28699]: cluster 2023-12-07T22:20:21.474865+0000 mgr.a (mgr.14403) 12274 : cluster 0 pgmap v9162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:22 smithi194 bash[32038]: cluster 2023-12-07T22:20:21.474865+0000 mgr.a (mgr.14403) 12274 : cluster 0 pgmap v9162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:22 smithi135 bash[32435]: cluster 2023-12-07T22:20:21.474865+0000 mgr.a (mgr.14403) 12274 : cluster 0 pgmap v9162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:24.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:24 smithi079 bash[28699]: cluster 2023-12-07T22:20:23.475660+0000 mgr.a (mgr.14403) 12275 : cluster 0 pgmap v9163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:24.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:20:24.911 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:24.912 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:24 smithi194 bash[32038]: cluster 2023-12-07T22:20:23.475660+0000 mgr.a (mgr.14403) 12275 : cluster 0 pgmap v9163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:24 smithi135 bash[32435]: cluster 2023-12-07T22:20:23.475660+0000 mgr.a (mgr.14403) 12275 : cluster 0 pgmap v9163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:25.804 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:20:25.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:25.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:25.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:25.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:20:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:26 smithi079 bash[28699]: audit 2023-12-07T22:20:25.312906+0000 mgr.a (mgr.14403) 12276 : audit 0 from='client.248955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:26 smithi079 bash[28699]: cluster 2023-12-07T22:20:25.476151+0000 mgr.a (mgr.14403) 12277 : cluster 0 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-07T22:20:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:26 smithi194 bash[32038]: audit 2023-12-07T22:20:25.312906+0000 mgr.a (mgr.14403) 12276 : audit 0 from='client.248955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:26 smithi194 bash[32038]: cluster 2023-12-07T22:20:25.476151+0000 mgr.a (mgr.14403) 12277 : cluster 0 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-07T22:20:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:26 smithi135 bash[32435]: audit 2023-12-07T22:20:25.312906+0000 mgr.a (mgr.14403) 12276 : audit 0 from='client.248955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:26 smithi135 bash[32435]: cluster 2023-12-07T22:20:25.476151+0000 mgr.a (mgr.14403) 12277 : cluster 0 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-07T22:20:28.900 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:28 smithi079 bash[28699]: cluster 2023-12-07T22:20:27.476856+0000 mgr.a (mgr.14403) 12278 : cluster 0 pgmap v9165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:28 smithi194 bash[32038]: cluster 2023-12-07T22:20:27.476856+0000 mgr.a (mgr.14403) 12278 : cluster 0 pgmap v9165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:28 smithi135 bash[32435]: cluster 2023-12-07T22:20:27.476856+0000 mgr.a (mgr.14403) 12278 : cluster 0 pgmap v9165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:30.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:30 smithi194 bash[32038]: cluster 2023-12-07T22:20:29.477714+0000 mgr.a (mgr.14403) 12279 : cluster 0 pgmap v9166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:30.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:30 smithi135 bash[32435]: cluster 2023-12-07T22:20:29.477714+0000 mgr.a (mgr.14403) 12279 : cluster 0 pgmap v9166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:30.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:20:30.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:30.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:30 smithi079 bash[28699]: cluster 2023-12-07T22:20:29.477714+0000 mgr.a (mgr.14403) 12279 : cluster 0 pgmap v9166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:31.723 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:20:31.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:31.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:31.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:31.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:20:32.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:32 smithi079 bash[28699]: audit 2023-12-07T22:20:31.204639+0000 mgr.a (mgr.14403) 12280 : audit 0 from='client.249033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:32 smithi079 bash[28699]: cluster 2023-12-07T22:20:31.478526+0000 mgr.a (mgr.14403) 12281 : cluster 0 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-07T22:20:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:32 smithi194 bash[32038]: audit 2023-12-07T22:20:31.204639+0000 mgr.a (mgr.14403) 12280 : audit 0 from='client.249033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:32 smithi194 bash[32038]: cluster 2023-12-07T22:20:31.478526+0000 mgr.a (mgr.14403) 12281 : cluster 0 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-07T22:20:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:32 smithi135 bash[32435]: audit 2023-12-07T22:20:31.204639+0000 mgr.a (mgr.14403) 12280 : audit 0 from='client.249033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:32 smithi135 bash[32435]: cluster 2023-12-07T22:20:31.478526+0000 mgr.a (mgr.14403) 12281 : cluster 0 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-07T22:20:34.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:34 smithi079 bash[28699]: cluster 2023-12-07T22:20:33.479463+0000 mgr.a (mgr.14403) 12282 : cluster 0 pgmap v9168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:20:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:34 smithi194 bash[32038]: cluster 2023-12-07T22:20:33.479463+0000 mgr.a (mgr.14403) 12282 : cluster 0 pgmap v9168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:20:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:34 smithi135 bash[32435]: cluster 2023-12-07T22:20:33.479463+0000 mgr.a (mgr.14403) 12282 : cluster 0 pgmap v9168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:20:36.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:20:36.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:36.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:36.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:36 smithi079 bash[28699]: cluster 2023-12-07T22:20:35.480099+0000 mgr.a (mgr.14403) 12283 : cluster 0 pgmap v9169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:20:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:36 smithi194 bash[32038]: cluster 2023-12-07T22:20:35.480099+0000 mgr.a (mgr.14403) 12283 : cluster 0 pgmap v9169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:20:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:36 smithi135 bash[32435]: cluster 2023-12-07T22:20:35.480099+0000 mgr.a (mgr.14403) 12283 : cluster 0 pgmap v9169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:20:37.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:37.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:37.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:37.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:20:37.656 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:20:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:38 smithi079 bash[28699]: audit 2023-12-07T22:20:37.122364+0000 mgr.a (mgr.14403) 12284 : audit 0 from='client.249111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:38 smithi079 bash[28699]: cluster 2023-12-07T22:20:37.480632+0000 mgr.a (mgr.14403) 12285 : cluster 0 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-07T22:20:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:38 smithi194 bash[32038]: audit 2023-12-07T22:20:37.122364+0000 mgr.a (mgr.14403) 12284 : audit 0 from='client.249111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:38 smithi194 bash[32038]: cluster 2023-12-07T22:20:37.480632+0000 mgr.a (mgr.14403) 12285 : cluster 0 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-07T22:20:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:38 smithi135 bash[32435]: audit 2023-12-07T22:20:37.122364+0000 mgr.a (mgr.14403) 12284 : audit 0 from='client.249111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:38 smithi135 bash[32435]: cluster 2023-12-07T22:20:37.480632+0000 mgr.a (mgr.14403) 12285 : cluster 0 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-07T22:20:40.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:40 smithi194 bash[32038]: cluster 2023-12-07T22:20:39.481488+0000 mgr.a (mgr.14403) 12286 : cluster 0 pgmap v9171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:40.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:40 smithi135 bash[32435]: cluster 2023-12-07T22:20:39.481488+0000 mgr.a (mgr.14403) 12286 : cluster 0 pgmap v9171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:40 smithi079 bash[28699]: cluster 2023-12-07T22:20:39.481488+0000 mgr.a (mgr.14403) 12286 : cluster 0 pgmap v9171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:20:42.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:20:42.661 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:42.661 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:42 smithi079 bash[28699]: cluster 2023-12-07T22:20:41.482051+0000 mgr.a (mgr.14403) 12287 : cluster 0 pgmap v9172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:42 smithi194 bash[32038]: cluster 2023-12-07T22:20:41.482051+0000 mgr.a (mgr.14403) 12287 : cluster 0 pgmap v9172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:42 smithi135 bash[32435]: cluster 2023-12-07T22:20:41.482051+0000 mgr.a (mgr.14403) 12287 : cluster 0 pgmap v9172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:43.557 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:20:43.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:43.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:43.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:43.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:20:44.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:44 smithi079 bash[28699]: audit 2023-12-07T22:20:43.061214+0000 mgr.a (mgr.14403) 12288 : audit 0 from='client.249186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:44 smithi079 bash[28699]: cluster 2023-12-07T22:20:43.482777+0000 mgr.a (mgr.14403) 12289 : cluster 0 pgmap v9173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:20:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:44 smithi194 bash[32038]: audit 2023-12-07T22:20:43.061214+0000 mgr.a (mgr.14403) 12288 : audit 0 from='client.249186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:44 smithi194 bash[32038]: cluster 2023-12-07T22:20:43.482777+0000 mgr.a (mgr.14403) 12289 : cluster 0 pgmap v9173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:20:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:44 smithi135 bash[32435]: audit 2023-12-07T22:20:43.061214+0000 mgr.a (mgr.14403) 12288 : audit 0 from='client.249186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:44 smithi135 bash[32435]: cluster 2023-12-07T22:20:43.482777+0000 mgr.a (mgr.14403) 12289 : cluster 0 pgmap v9173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:20:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:45 smithi079 bash[28699]: audit 2023-12-07T22:20:45.468030+0000 mon.a (mon.0) 2151 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:20:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:45 smithi194 bash[32038]: audit 2023-12-07T22:20:45.468030+0000 mon.a (mon.0) 2151 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:20:45.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:45 smithi135 bash[32435]: audit 2023-12-07T22:20:45.468030+0000 mon.a (mon.0) 2151 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:20:46.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:46 smithi079 bash[28699]: cluster 2023-12-07T22:20:45.483216+0000 mgr.a (mgr.14403) 12290 : cluster 0 pgmap v9174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:20:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:46 smithi079 bash[28699]: audit 2023-12-07T22:20:46.000786+0000 mon.a (mon.0) 2152 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:20:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:46 smithi079 bash[28699]: audit 2023-12-07T22:20:46.013056+0000 mon.a (mon.0) 2153 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:20:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:46 smithi194 bash[32038]: cluster 2023-12-07T22:20:45.483216+0000 mgr.a (mgr.14403) 12290 : cluster 0 pgmap v9174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:20:46.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:46 smithi194 bash[32038]: audit 2023-12-07T22:20:46.000786+0000 mon.a (mon.0) 2152 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:20:46.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:46 smithi194 bash[32038]: audit 2023-12-07T22:20:46.013056+0000 mon.a (mon.0) 2153 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:20:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:46 smithi135 bash[32435]: cluster 2023-12-07T22:20:45.483216+0000 mgr.a (mgr.14403) 12290 : cluster 0 pgmap v9174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:20:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:46 smithi135 bash[32435]: audit 2023-12-07T22:20:46.000786+0000 mon.a (mon.0) 2152 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:20:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:46 smithi135 bash[32435]: audit 2023-12-07T22:20:46.013056+0000 mon.a (mon.0) 2153 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:20:47.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:47 smithi079 bash[28699]: audit 2023-12-07T22:20:46.715761+0000 mon.a (mon.0) 2154 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:20:47.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:47 smithi079 bash[28699]: audit 2023-12-07T22:20:46.717540+0000 mon.a (mon.0) 2155 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:20:47.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:47 smithi079 bash[28699]: audit 2023-12-07T22:20:46.726580+0000 mon.a (mon.0) 2156 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:20:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:47 smithi194 bash[32038]: audit 2023-12-07T22:20:46.715761+0000 mon.a (mon.0) 2154 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:20:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:47 smithi194 bash[32038]: audit 2023-12-07T22:20:46.717540+0000 mon.a (mon.0) 2155 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:20:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:47 smithi194 bash[32038]: audit 2023-12-07T22:20:46.726580+0000 mon.a (mon.0) 2156 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:20:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:47 smithi135 bash[32435]: audit 2023-12-07T22:20:46.715761+0000 mon.a (mon.0) 2154 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:20:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:47 smithi135 bash[32435]: audit 2023-12-07T22:20:46.717540+0000 mon.a (mon.0) 2155 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:20:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:47 smithi135 bash[32435]: audit 2023-12-07T22:20:46.726580+0000 mon.a (mon.0) 2156 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:20:48.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:20:48.560 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:48.560 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:48 smithi079 bash[28699]: cluster 2023-12-07T22:20:47.483688+0000 mgr.a (mgr.14403) 12291 : cluster 0 pgmap v9175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:48 smithi194 bash[32038]: cluster 2023-12-07T22:20:47.483688+0000 mgr.a (mgr.14403) 12291 : cluster 0 pgmap v9175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:49.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:48 smithi135 bash[32435]: cluster 2023-12-07T22:20:47.483688+0000 mgr.a (mgr.14403) 12291 : cluster 0 pgmap v9175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:49.465 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:20:49.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:49.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:49.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:49.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:20:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:50 smithi079 bash[28699]: audit 2023-12-07T22:20:48.957053+0000 mgr.a (mgr.14403) 12292 : audit 0 from='client.249264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:50 smithi079 bash[28699]: cluster 2023-12-07T22:20:49.484657+0000 mgr.a (mgr.14403) 12293 : cluster 0 pgmap v9176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:50 smithi194 bash[32038]: audit 2023-12-07T22:20:48.957053+0000 mgr.a (mgr.14403) 12292 : audit 0 from='client.249264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:50 smithi194 bash[32038]: cluster 2023-12-07T22:20:49.484657+0000 mgr.a (mgr.14403) 12293 : cluster 0 pgmap v9176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:50.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:50 smithi135 bash[32435]: audit 2023-12-07T22:20:48.957053+0000 mgr.a (mgr.14403) 12292 : audit 0 from='client.249264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:50.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:50 smithi135 bash[32435]: cluster 2023-12-07T22:20:49.484657+0000 mgr.a (mgr.14403) 12293 : cluster 0 pgmap v9176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:20:52.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:52 smithi079 bash[28699]: cluster 2023-12-07T22:20:51.485228+0000 mgr.a (mgr.14403) 12294 : cluster 0 pgmap v9177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:52 smithi194 bash[32038]: cluster 2023-12-07T22:20:51.485228+0000 mgr.a (mgr.14403) 12294 : cluster 0 pgmap v9177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:52 smithi135 bash[32435]: cluster 2023-12-07T22:20:51.485228+0000 mgr.a (mgr.14403) 12294 : cluster 0 pgmap v9177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:20:54.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:20:54.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:20:54.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:20:54.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:54 smithi079 bash[28699]: cluster 2023-12-07T22:20:53.486007+0000 mgr.a (mgr.14403) 12295 : cluster 0 pgmap v9178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:54 smithi194 bash[32038]: cluster 2023-12-07T22:20:53.486007+0000 mgr.a (mgr.14403) 12295 : cluster 0 pgmap v9178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:54 smithi135 bash[32435]: cluster 2023-12-07T22:20:53.486007+0000 mgr.a (mgr.14403) 12295 : cluster 0 pgmap v9178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:20:55.390 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:20:55.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:20:55.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:20:55.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:20:55.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:20:56.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:56 smithi079 bash[28699]: audit 2023-12-07T22:20:54.865478+0000 mgr.a (mgr.14403) 12296 : audit 0 from='client.249342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:56 smithi079 bash[28699]: cluster 2023-12-07T22:20:55.487005+0000 mgr.a (mgr.14403) 12297 : cluster 0 pgmap v9179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:20:56.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:56 smithi194 bash[32038]: audit 2023-12-07T22:20:54.865478+0000 mgr.a (mgr.14403) 12296 : audit 0 from='client.249342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:56.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:56 smithi194 bash[32038]: cluster 2023-12-07T22:20:55.487005+0000 mgr.a (mgr.14403) 12297 : cluster 0 pgmap v9179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:20:56.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:56 smithi135 bash[32435]: audit 2023-12-07T22:20:54.865478+0000 mgr.a (mgr.14403) 12296 : audit 0 from='client.249342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:20:56.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:56 smithi135 bash[32435]: cluster 2023-12-07T22:20:55.487005+0000 mgr.a (mgr.14403) 12297 : cluster 0 pgmap v9179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:20:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:20:58 smithi079 bash[28699]: cluster 2023-12-07T22:20:57.487568+0000 mgr.a (mgr.14403) 12298 : cluster 0 pgmap v9180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:20:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:20:58 smithi194 bash[32038]: cluster 2023-12-07T22:20:57.487568+0000 mgr.a (mgr.14403) 12298 : cluster 0 pgmap v9180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:20:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:20:58 smithi135 bash[32435]: cluster 2023-12-07T22:20:57.487568+0000 mgr.a (mgr.14403) 12298 : cluster 0 pgmap v9180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:21:00.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:21:00.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:00.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:00 smithi079 bash[28699]: cluster 2023-12-07T22:20:59.488425+0000 mgr.a (mgr.14403) 12299 : cluster 0 pgmap v9181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:21:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:00 smithi194 bash[32038]: cluster 2023-12-07T22:20:59.488425+0000 mgr.a (mgr.14403) 12299 : cluster 0 pgmap v9181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:21:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:00 smithi135 bash[32435]: cluster 2023-12-07T22:20:59.488425+0000 mgr.a (mgr.14403) 12299 : cluster 0 pgmap v9181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:21:01.298 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:21:01.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:01.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:01.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:01.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:21:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:02 smithi079 bash[28699]: audit 2023-12-07T22:21:00.784683+0000 mgr.a (mgr.14403) 12300 : audit 0 from='client.249417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:02 smithi079 bash[28699]: cluster 2023-12-07T22:21:01.489153+0000 mgr.a (mgr.14403) 12301 : cluster 0 pgmap v9182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:02 smithi194 bash[32038]: audit 2023-12-07T22:21:00.784683+0000 mgr.a (mgr.14403) 12300 : audit 0 from='client.249417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:02 smithi194 bash[32038]: cluster 2023-12-07T22:21:01.489153+0000 mgr.a (mgr.14403) 12301 : cluster 0 pgmap v9182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:02 smithi135 bash[32435]: audit 2023-12-07T22:21:00.784683+0000 mgr.a (mgr.14403) 12300 : audit 0 from='client.249417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:02 smithi135 bash[32435]: cluster 2023-12-07T22:21:01.489153+0000 mgr.a (mgr.14403) 12301 : cluster 0 pgmap v9182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:04 smithi079 bash[28699]: cluster 2023-12-07T22:21:03.489859+0000 mgr.a (mgr.14403) 12302 : cluster 0 pgmap v9183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:04 smithi194 bash[32038]: cluster 2023-12-07T22:21:03.489859+0000 mgr.a (mgr.14403) 12302 : cluster 0 pgmap v9183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:04 smithi135 bash[32435]: cluster 2023-12-07T22:21:03.489859+0000 mgr.a (mgr.14403) 12302 : cluster 0 pgmap v9183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:06.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:21:06.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:06.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:06 smithi079 bash[28699]: cluster 2023-12-07T22:21:05.490447+0000 mgr.a (mgr.14403) 12303 : cluster 0 pgmap v9184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:06 smithi194 bash[32038]: cluster 2023-12-07T22:21:05.490447+0000 mgr.a (mgr.14403) 12303 : cluster 0 pgmap v9184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:06 smithi135 bash[32435]: cluster 2023-12-07T22:21:05.490447+0000 mgr.a (mgr.14403) 12303 : cluster 0 pgmap v9184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:07.213 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:21:07.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:07.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:07.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:07.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:21:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:07 smithi079 bash[28699]: audit 2023-12-07T22:21:06.704050+0000 mgr.a (mgr.14403) 12304 : audit 0 from='client.249492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:07.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:07 smithi194 bash[32038]: audit 2023-12-07T22:21:06.704050+0000 mgr.a (mgr.14403) 12304 : audit 0 from='client.249492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:07.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:07 smithi135 bash[32435]: audit 2023-12-07T22:21:06.704050+0000 mgr.a (mgr.14403) 12304 : audit 0 from='client.249492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:08.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:08 smithi079 bash[28699]: cluster 2023-12-07T22:21:07.491211+0000 mgr.a (mgr.14403) 12305 : cluster 0 pgmap v9185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:08 smithi194 bash[32038]: cluster 2023-12-07T22:21:07.491211+0000 mgr.a (mgr.14403) 12305 : cluster 0 pgmap v9185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:08 smithi135 bash[32435]: cluster 2023-12-07T22:21:07.491211+0000 mgr.a (mgr.14403) 12305 : cluster 0 pgmap v9185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:10 smithi079 bash[28699]: cluster 2023-12-07T22:21:09.492004+0000 mgr.a (mgr.14403) 12306 : cluster 0 pgmap v9186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:10 smithi194 bash[32038]: cluster 2023-12-07T22:21:09.492004+0000 mgr.a (mgr.14403) 12306 : cluster 0 pgmap v9186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:10 smithi135 bash[32435]: cluster 2023-12-07T22:21:09.492004+0000 mgr.a (mgr.14403) 12306 : cluster 0 pgmap v9186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:12.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:21:12.216 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:12.216 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:12 smithi079 bash[28699]: cluster 2023-12-07T22:21:11.492573+0000 mgr.a (mgr.14403) 12307 : cluster 0 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-07T22:21:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:12 smithi194 bash[32038]: cluster 2023-12-07T22:21:11.492573+0000 mgr.a (mgr.14403) 12307 : cluster 0 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-07T22:21:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:12 smithi135 bash[32435]: cluster 2023-12-07T22:21:11.492573+0000 mgr.a (mgr.14403) 12307 : cluster 0 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-07T22:21:13.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:13.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:13.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:13.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:21:13.168 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:21:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:13 smithi079 bash[28699]: audit 2023-12-07T22:21:12.634793+0000 mgr.a (mgr.14403) 12308 : audit 0 from='client.249567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:13.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:13 smithi194 bash[32038]: audit 2023-12-07T22:21:12.634793+0000 mgr.a (mgr.14403) 12308 : audit 0 from='client.249567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:13.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:13 smithi135 bash[32435]: audit 2023-12-07T22:21:12.634793+0000 mgr.a (mgr.14403) 12308 : audit 0 from='client.249567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:14.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:14 smithi079 bash[28699]: cluster 2023-12-07T22:21:13.493377+0000 mgr.a (mgr.14403) 12309 : cluster 0 pgmap v9188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:14 smithi194 bash[32038]: cluster 2023-12-07T22:21:13.493377+0000 mgr.a (mgr.14403) 12309 : cluster 0 pgmap v9188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:14 smithi135 bash[32435]: cluster 2023-12-07T22:21:13.493377+0000 mgr.a (mgr.14403) 12309 : cluster 0 pgmap v9188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:16 smithi079 bash[28699]: cluster 2023-12-07T22:21:15.494071+0000 mgr.a (mgr.14403) 12310 : cluster 0 pgmap v9189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:16 smithi194 bash[32038]: cluster 2023-12-07T22:21:15.494071+0000 mgr.a (mgr.14403) 12310 : cluster 0 pgmap v9189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:16 smithi135 bash[32435]: cluster 2023-12-07T22:21:15.494071+0000 mgr.a (mgr.14403) 12310 : cluster 0 pgmap v9189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:18.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:21:18.171 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:18.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:18.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:18 smithi079 bash[28699]: cluster 2023-12-07T22:21:17.494629+0000 mgr.a (mgr.14403) 12311 : cluster 0 pgmap v9190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:18 smithi194 bash[32038]: cluster 2023-12-07T22:21:17.494629+0000 mgr.a (mgr.14403) 12311 : cluster 0 pgmap v9190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:18 smithi135 bash[32435]: cluster 2023-12-07T22:21:17.494629+0000 mgr.a (mgr.14403) 12311 : cluster 0 pgmap v9190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:19.062 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:21:19.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:19.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:19.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:19.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:21:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:19 smithi079 bash[28699]: audit 2023-12-07T22:21:18.576171+0000 mgr.a (mgr.14403) 12312 : audit 0 from='client.249639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:19.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:19 smithi194 bash[32038]: audit 2023-12-07T22:21:18.576171+0000 mgr.a (mgr.14403) 12312 : audit 0 from='client.249639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:19.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:19 smithi135 bash[32435]: audit 2023-12-07T22:21:18.576171+0000 mgr.a (mgr.14403) 12312 : audit 0 from='client.249639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:20 smithi079 bash[28699]: cluster 2023-12-07T22:21:19.495657+0000 mgr.a (mgr.14403) 12313 : cluster 0 pgmap v9191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:20 smithi194 bash[32038]: cluster 2023-12-07T22:21:19.495657+0000 mgr.a (mgr.14403) 12313 : cluster 0 pgmap v9191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:20 smithi135 bash[32435]: cluster 2023-12-07T22:21:19.495657+0000 mgr.a (mgr.14403) 12313 : cluster 0 pgmap v9191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:22.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:22 smithi079 bash[28699]: cluster 2023-12-07T22:21:21.496371+0000 mgr.a (mgr.14403) 12314 : cluster 0 pgmap v9192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:22 smithi194 bash[32038]: cluster 2023-12-07T22:21:21.496371+0000 mgr.a (mgr.14403) 12314 : cluster 0 pgmap v9192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:22 smithi135 bash[32435]: cluster 2023-12-07T22:21:21.496371+0000 mgr.a (mgr.14403) 12314 : cluster 0 pgmap v9192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:24.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:21:24.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:24.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:24.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:24 smithi079 bash[28699]: cluster 2023-12-07T22:21:23.497075+0000 mgr.a (mgr.14403) 12315 : cluster 0 pgmap v9193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:21:24.954 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:21:24.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:24.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:24.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:24.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:21:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:24 smithi194 bash[32038]: cluster 2023-12-07T22:21:23.497075+0000 mgr.a (mgr.14403) 12315 : cluster 0 pgmap v9193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:21:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:24 smithi135 bash[32435]: cluster 2023-12-07T22:21:23.497075+0000 mgr.a (mgr.14403) 12315 : cluster 0 pgmap v9193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:21:25.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:25 smithi079 bash[28699]: audit 2023-12-07T22:21:24.464464+0000 mgr.a (mgr.14403) 12316 : audit 0 from='client.249714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:25.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:25 smithi194 bash[32038]: audit 2023-12-07T22:21:24.464464+0000 mgr.a (mgr.14403) 12316 : audit 0 from='client.249714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:25.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:25 smithi135 bash[32435]: audit 2023-12-07T22:21:24.464464+0000 mgr.a (mgr.14403) 12316 : audit 0 from='client.249714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:26.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:26 smithi079 bash[28699]: cluster 2023-12-07T22:21:25.497928+0000 mgr.a (mgr.14403) 12317 : cluster 0 pgmap v9194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:21:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:26 smithi194 bash[32038]: cluster 2023-12-07T22:21:25.497928+0000 mgr.a (mgr.14403) 12317 : cluster 0 pgmap v9194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:21:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:26 smithi135 bash[32435]: cluster 2023-12-07T22:21:25.497928+0000 mgr.a (mgr.14403) 12317 : cluster 0 pgmap v9194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:21:28.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:28 smithi079 bash[28699]: cluster 2023-12-07T22:21:27.498524+0000 mgr.a (mgr.14403) 12318 : cluster 0 pgmap v9195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:28 smithi194 bash[32038]: cluster 2023-12-07T22:21:27.498524+0000 mgr.a (mgr.14403) 12318 : cluster 0 pgmap v9195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:28 smithi135 bash[32435]: cluster 2023-12-07T22:21:27.498524+0000 mgr.a (mgr.14403) 12318 : cluster 0 pgmap v9195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:29.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:21:29.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:29.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:30.835 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:21:30.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:30.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:30.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:30.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:21:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:30 smithi079 bash[28699]: cluster 2023-12-07T22:21:29.499345+0000 mgr.a (mgr.14403) 12319 : cluster 0 pgmap v9196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:30 smithi194 bash[32038]: cluster 2023-12-07T22:21:29.499345+0000 mgr.a (mgr.14403) 12319 : cluster 0 pgmap v9196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:30 smithi135 bash[32435]: cluster 2023-12-07T22:21:29.499345+0000 mgr.a (mgr.14403) 12319 : cluster 0 pgmap v9196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:31 smithi079 bash[28699]: audit 2023-12-07T22:21:30.353709+0000 mgr.a (mgr.14403) 12320 : audit 0 from='client.249789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:31 smithi194 bash[32038]: audit 2023-12-07T22:21:30.353709+0000 mgr.a (mgr.14403) 12320 : audit 0 from='client.249789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:31 smithi135 bash[32435]: audit 2023-12-07T22:21:30.353709+0000 mgr.a (mgr.14403) 12320 : audit 0 from='client.249789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:32.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:32 smithi079 bash[28699]: cluster 2023-12-07T22:21:31.499993+0000 mgr.a (mgr.14403) 12321 : cluster 0 pgmap v9197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:32 smithi194 bash[32038]: cluster 2023-12-07T22:21:31.499993+0000 mgr.a (mgr.14403) 12321 : cluster 0 pgmap v9197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:32 smithi135 bash[32435]: cluster 2023-12-07T22:21:31.499993+0000 mgr.a (mgr.14403) 12321 : cluster 0 pgmap v9197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:34 smithi079 bash[28699]: cluster 2023-12-07T22:21:33.500739+0000 mgr.a (mgr.14403) 12322 : cluster 0 pgmap v9198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:34 smithi194 bash[32038]: cluster 2023-12-07T22:21:33.500739+0000 mgr.a (mgr.14403) 12322 : cluster 0 pgmap v9198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:34 smithi135 bash[32435]: cluster 2023-12-07T22:21:33.500739+0000 mgr.a (mgr.14403) 12322 : cluster 0 pgmap v9198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:21:35.837 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:35.838 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:36.761 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:21:36.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:36.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:36.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:36.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:21:36.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:36 smithi079 bash[28699]: cluster 2023-12-07T22:21:35.501379+0000 mgr.a (mgr.14403) 12323 : cluster 0 pgmap v9199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:36 smithi194 bash[32038]: cluster 2023-12-07T22:21:35.501379+0000 mgr.a (mgr.14403) 12323 : cluster 0 pgmap v9199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:36 smithi135 bash[32435]: cluster 2023-12-07T22:21:35.501379+0000 mgr.a (mgr.14403) 12323 : cluster 0 pgmap v9199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:37 smithi079 bash[28699]: audit 2023-12-07T22:21:36.237145+0000 mgr.a (mgr.14403) 12324 : audit 0 from='client.249864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:37.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:37 smithi194 bash[32038]: audit 2023-12-07T22:21:36.237145+0000 mgr.a (mgr.14403) 12324 : audit 0 from='client.249864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:37.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:37 smithi135 bash[32435]: audit 2023-12-07T22:21:36.237145+0000 mgr.a (mgr.14403) 12324 : audit 0 from='client.249864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:38.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:38 smithi079 bash[28699]: cluster 2023-12-07T22:21:37.502110+0000 mgr.a (mgr.14403) 12325 : cluster 0 pgmap v9200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:38 smithi194 bash[32038]: cluster 2023-12-07T22:21:37.502110+0000 mgr.a (mgr.14403) 12325 : cluster 0 pgmap v9200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:38 smithi135 bash[32435]: cluster 2023-12-07T22:21:37.502110+0000 mgr.a (mgr.14403) 12325 : cluster 0 pgmap v9200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:40 smithi079 bash[28699]: cluster 2023-12-07T22:21:39.502958+0000 mgr.a (mgr.14403) 12326 : cluster 0 pgmap v9201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:40 smithi194 bash[32038]: cluster 2023-12-07T22:21:39.502958+0000 mgr.a (mgr.14403) 12326 : cluster 0 pgmap v9201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:40 smithi135 bash[32435]: cluster 2023-12-07T22:21:39.502958+0000 mgr.a (mgr.14403) 12326 : cluster 0 pgmap v9201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:21:41.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:21:41.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:41.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:42.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:42.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:42.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:42.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:21:42.680 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:21:42.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:42 smithi079 bash[28699]: cluster 2023-12-07T22:21:41.503644+0000 mgr.a (mgr.14403) 12327 : cluster 0 pgmap v9202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:42 smithi194 bash[32038]: cluster 2023-12-07T22:21:41.503644+0000 mgr.a (mgr.14403) 12327 : cluster 0 pgmap v9202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:42 smithi135 bash[32435]: cluster 2023-12-07T22:21:41.503644+0000 mgr.a (mgr.14403) 12327 : cluster 0 pgmap v9202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:43 smithi079 bash[28699]: audit 2023-12-07T22:21:42.173230+0000 mgr.a (mgr.14403) 12328 : audit 0 from='client.249939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:43.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:43 smithi194 bash[32038]: audit 2023-12-07T22:21:42.173230+0000 mgr.a (mgr.14403) 12328 : audit 0 from='client.249939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:43.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:43 smithi135 bash[32435]: audit 2023-12-07T22:21:42.173230+0000 mgr.a (mgr.14403) 12328 : audit 0 from='client.249939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:44.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:44 smithi079 bash[28699]: cluster 2023-12-07T22:21:43.504593+0000 mgr.a (mgr.14403) 12329 : cluster 0 pgmap v9203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:44 smithi194 bash[32038]: cluster 2023-12-07T22:21:43.504593+0000 mgr.a (mgr.14403) 12329 : cluster 0 pgmap v9203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:44 smithi135 bash[32435]: cluster 2023-12-07T22:21:43.504593+0000 mgr.a (mgr.14403) 12329 : cluster 0 pgmap v9203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:46.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:46 smithi079 bash[28699]: cluster 2023-12-07T22:21:45.505241+0000 mgr.a (mgr.14403) 12330 : cluster 0 pgmap v9204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:46 smithi194 bash[32038]: cluster 2023-12-07T22:21:45.505241+0000 mgr.a (mgr.14403) 12330 : cluster 0 pgmap v9204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:46 smithi135 bash[32435]: cluster 2023-12-07T22:21:45.505241+0000 mgr.a (mgr.14403) 12330 : cluster 0 pgmap v9204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:21:47.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:21:47.683 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:47.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:47 smithi079 bash[28699]: audit 2023-12-07T22:21:46.828523+0000 mon.a (mon.0) 2157 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:21:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:47 smithi079 bash[28699]: audit 2023-12-07T22:21:47.356794+0000 mon.a (mon.0) 2158 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:21:47.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:47 smithi079 bash[28699]: audit 2023-12-07T22:21:47.364911+0000 mon.a (mon.0) 2159 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:21:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:47 smithi194 bash[32038]: audit 2023-12-07T22:21:46.828523+0000 mon.a (mon.0) 2157 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:21:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:47 smithi194 bash[32038]: audit 2023-12-07T22:21:47.356794+0000 mon.a (mon.0) 2158 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:21:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:47 smithi194 bash[32038]: audit 2023-12-07T22:21:47.364911+0000 mon.a (mon.0) 2159 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:21:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:47 smithi135 bash[32435]: audit 2023-12-07T22:21:46.828523+0000 mon.a (mon.0) 2157 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:21:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:47 smithi135 bash[32435]: audit 2023-12-07T22:21:47.356794+0000 mon.a (mon.0) 2158 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:21:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:47 smithi135 bash[32435]: audit 2023-12-07T22:21:47.364911+0000 mon.a (mon.0) 2159 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:21:48.578 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:21:48.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:48.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:48.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:48.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:21:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:48 smithi079 bash[28699]: cluster 2023-12-07T22:21:47.505557+0000 mgr.a (mgr.14403) 12331 : cluster 0 pgmap v9205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:48 smithi079 bash[28699]: audit 2023-12-07T22:21:48.115651+0000 mon.a (mon.0) 2160 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:21:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:48 smithi079 bash[28699]: audit 2023-12-07T22:21:48.117601+0000 mon.a (mon.0) 2161 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:21:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:48 smithi079 bash[28699]: audit 2023-12-07T22:21:48.126716+0000 mon.a (mon.0) 2162 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:21:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:48 smithi194 bash[32038]: cluster 2023-12-07T22:21:47.505557+0000 mgr.a (mgr.14403) 12331 : cluster 0 pgmap v9205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:48 smithi194 bash[32038]: audit 2023-12-07T22:21:48.115651+0000 mon.a (mon.0) 2160 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:21:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:48 smithi194 bash[32038]: audit 2023-12-07T22:21:48.117601+0000 mon.a (mon.0) 2161 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:21:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:48 smithi194 bash[32038]: audit 2023-12-07T22:21:48.126716+0000 mon.a (mon.0) 2162 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:21:48.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:48 smithi135 bash[32435]: cluster 2023-12-07T22:21:47.505557+0000 mgr.a (mgr.14403) 12331 : cluster 0 pgmap v9205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:21:48.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:48 smithi135 bash[32435]: audit 2023-12-07T22:21:48.115651+0000 mon.a (mon.0) 2160 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:21:48.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:48 smithi135 bash[32435]: audit 2023-12-07T22:21:48.117601+0000 mon.a (mon.0) 2161 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:21:48.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:48 smithi135 bash[32435]: audit 2023-12-07T22:21:48.126716+0000 mon.a (mon.0) 2162 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:21:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:49 smithi079 bash[28699]: audit 2023-12-07T22:21:48.073034+0000 mgr.a (mgr.14403) 12332 : audit 0 from='client.250014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:49.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:49 smithi194 bash[32038]: audit 2023-12-07T22:21:48.073034+0000 mgr.a (mgr.14403) 12332 : audit 0 from='client.250014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:49.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:49 smithi135 bash[32435]: audit 2023-12-07T22:21:48.073034+0000 mgr.a (mgr.14403) 12332 : audit 0 from='client.250014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:50 smithi079 bash[28699]: cluster 2023-12-07T22:21:49.506466+0000 mgr.a (mgr.14403) 12333 : cluster 0 pgmap v9206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:50 smithi194 bash[32038]: cluster 2023-12-07T22:21:49.506466+0000 mgr.a (mgr.14403) 12333 : cluster 0 pgmap v9206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:50 smithi135 bash[32435]: cluster 2023-12-07T22:21:49.506466+0000 mgr.a (mgr.14403) 12333 : cluster 0 pgmap v9206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:21:52.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:52 smithi079 bash[28699]: cluster 2023-12-07T22:21:51.507039+0000 mgr.a (mgr.14403) 12334 : cluster 0 pgmap v9207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:21:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:52 smithi194 bash[32038]: cluster 2023-12-07T22:21:51.507039+0000 mgr.a (mgr.14403) 12334 : cluster 0 pgmap v9207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:21:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:52 smithi135 bash[32435]: cluster 2023-12-07T22:21:51.507039+0000 mgr.a (mgr.14403) 12334 : cluster 0 pgmap v9207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:21:53.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:21:53.582 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:53.582 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:21:54.490 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:21:54.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:21:54.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:21:54.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:21:54.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:21:54.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:54 smithi079 bash[28699]: cluster 2023-12-07T22:21:53.507738+0000 mgr.a (mgr.14403) 12335 : cluster 0 pgmap v9208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:21:54.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:54 smithi194 bash[32038]: cluster 2023-12-07T22:21:53.507738+0000 mgr.a (mgr.14403) 12335 : cluster 0 pgmap v9208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:21:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:54 smithi135 bash[32435]: cluster 2023-12-07T22:21:53.507738+0000 mgr.a (mgr.14403) 12335 : cluster 0 pgmap v9208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:21:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:55 smithi079 bash[28699]: audit 2023-12-07T22:21:53.975019+0000 mgr.a (mgr.14403) 12336 : audit 0 from='client.250089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:55.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:55 smithi194 bash[32038]: audit 2023-12-07T22:21:53.975019+0000 mgr.a (mgr.14403) 12336 : audit 0 from='client.250089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:55.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:55 smithi135 bash[32435]: audit 2023-12-07T22:21:53.975019+0000 mgr.a (mgr.14403) 12336 : audit 0 from='client.250089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:21:56.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:56 smithi079 bash[28699]: cluster 2023-12-07T22:21:55.508490+0000 mgr.a (mgr.14403) 12337 : cluster 0 pgmap v9209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:21:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:56 smithi194 bash[32038]: cluster 2023-12-07T22:21:55.508490+0000 mgr.a (mgr.14403) 12337 : cluster 0 pgmap v9209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:21:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:56 smithi135 bash[32435]: cluster 2023-12-07T22:21:55.508490+0000 mgr.a (mgr.14403) 12337 : cluster 0 pgmap v9209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:21:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:21:58 smithi079 bash[28699]: cluster 2023-12-07T22:21:57.509055+0000 mgr.a (mgr.14403) 12338 : cluster 0 pgmap v9210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:21:58 smithi194 bash[32038]: cluster 2023-12-07T22:21:57.509055+0000 mgr.a (mgr.14403) 12338 : cluster 0 pgmap v9210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:58.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:21:58 smithi135 bash[32435]: cluster 2023-12-07T22:21:57.509055+0000 mgr.a (mgr.14403) 12338 : cluster 0 pgmap v9210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:21:59.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:21:59.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:21:59.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:00.409 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:22:00.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:00.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:00.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:00.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:22:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:00 smithi079 bash[28699]: cluster 2023-12-07T22:21:59.509570+0000 mgr.a (mgr.14403) 12339 : cluster 0 pgmap v9211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:00 smithi194 bash[32038]: cluster 2023-12-07T22:21:59.509570+0000 mgr.a (mgr.14403) 12339 : cluster 0 pgmap v9211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:00 smithi135 bash[32435]: cluster 2023-12-07T22:21:59.509570+0000 mgr.a (mgr.14403) 12339 : cluster 0 pgmap v9211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:01 smithi079 bash[28699]: audit 2023-12-07T22:21:59.899618+0000 mgr.a (mgr.14403) 12340 : audit 0 from='client.250167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:01 smithi194 bash[32038]: audit 2023-12-07T22:21:59.899618+0000 mgr.a (mgr.14403) 12340 : audit 0 from='client.250167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:01.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:01 smithi135 bash[32435]: audit 2023-12-07T22:21:59.899618+0000 mgr.a (mgr.14403) 12340 : audit 0 from='client.250167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:02 smithi079 bash[28699]: cluster 2023-12-07T22:22:01.510163+0000 mgr.a (mgr.14403) 12341 : cluster 0 pgmap v9212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:22:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:02 smithi194 bash[32038]: cluster 2023-12-07T22:22:01.510163+0000 mgr.a (mgr.14403) 12341 : cluster 0 pgmap v9212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:22:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:02 smithi135 bash[32435]: cluster 2023-12-07T22:22:01.510163+0000 mgr.a (mgr.14403) 12341 : cluster 0 pgmap v9212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:22:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:04 smithi079 bash[28699]: cluster 2023-12-07T22:22:03.510779+0000 mgr.a (mgr.14403) 12342 : cluster 0 pgmap v9213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:22:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:04 smithi194 bash[32038]: cluster 2023-12-07T22:22:03.510779+0000 mgr.a (mgr.14403) 12342 : cluster 0 pgmap v9213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:22:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:04 smithi135 bash[32435]: cluster 2023-12-07T22:22:03.510779+0000 mgr.a (mgr.14403) 12342 : cluster 0 pgmap v9213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:22:05.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:22:05.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:05.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:06.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:06.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:06.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:06.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:22:06.305 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:22:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:06 smithi079 bash[28699]: cluster 2023-12-07T22:22:05.511402+0000 mgr.a (mgr.14403) 12343 : cluster 0 pgmap v9214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:22:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:06 smithi194 bash[32038]: cluster 2023-12-07T22:22:05.511402+0000 mgr.a (mgr.14403) 12343 : cluster 0 pgmap v9214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:22:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:06 smithi135 bash[32435]: cluster 2023-12-07T22:22:05.511402+0000 mgr.a (mgr.14403) 12343 : cluster 0 pgmap v9214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:22:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:07 smithi079 bash[28699]: audit 2023-12-07T22:22:05.812574+0000 mgr.a (mgr.14403) 12344 : audit 0 from='client.250239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:07.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:07 smithi194 bash[32038]: audit 2023-12-07T22:22:05.812574+0000 mgr.a (mgr.14403) 12344 : audit 0 from='client.250239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:07.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:07 smithi135 bash[32435]: audit 2023-12-07T22:22:05.812574+0000 mgr.a (mgr.14403) 12344 : audit 0 from='client.250239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:08.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:08 smithi079 bash[28699]: cluster 2023-12-07T22:22:07.512077+0000 mgr.a (mgr.14403) 12345 : cluster 0 pgmap v9215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:08 smithi194 bash[32038]: cluster 2023-12-07T22:22:07.512077+0000 mgr.a (mgr.14403) 12345 : cluster 0 pgmap v9215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:08 smithi135 bash[32435]: cluster 2023-12-07T22:22:07.512077+0000 mgr.a (mgr.14403) 12345 : cluster 0 pgmap v9215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:10 smithi079 bash[28699]: cluster 2023-12-07T22:22:09.512915+0000 mgr.a (mgr.14403) 12346 : cluster 0 pgmap v9216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:10 smithi194 bash[32038]: cluster 2023-12-07T22:22:09.512915+0000 mgr.a (mgr.14403) 12346 : cluster 0 pgmap v9216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:10 smithi135 bash[32435]: cluster 2023-12-07T22:22:09.512915+0000 mgr.a (mgr.14403) 12346 : cluster 0 pgmap v9216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:11.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:22:11.308 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:11.308 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:12.236 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:22:12.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:12.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:12.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:12.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:22:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:12 smithi079 bash[28699]: cluster 2023-12-07T22:22:11.513307+0000 mgr.a (mgr.14403) 12347 : cluster 0 pgmap v9217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:12 smithi079 bash[28699]: audit 2023-12-07T22:22:11.713691+0000 mgr.a (mgr.14403) 12348 : audit 0 from='client.250314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:12 smithi194 bash[32038]: cluster 2023-12-07T22:22:11.513307+0000 mgr.a (mgr.14403) 12347 : cluster 0 pgmap v9217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:12 smithi194 bash[32038]: audit 2023-12-07T22:22:11.713691+0000 mgr.a (mgr.14403) 12348 : audit 0 from='client.250314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:12 smithi135 bash[32435]: cluster 2023-12-07T22:22:11.513307+0000 mgr.a (mgr.14403) 12347 : cluster 0 pgmap v9217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:12 smithi135 bash[32435]: audit 2023-12-07T22:22:11.713691+0000 mgr.a (mgr.14403) 12348 : audit 0 from='client.250314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:14 smithi079 bash[28699]: cluster 2023-12-07T22:22:13.514114+0000 mgr.a (mgr.14403) 12349 : cluster 0 pgmap v9218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:14 smithi194 bash[32038]: cluster 2023-12-07T22:22:13.514114+0000 mgr.a (mgr.14403) 12349 : cluster 0 pgmap v9218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:14.964 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:14 smithi135 bash[32435]: cluster 2023-12-07T22:22:13.514114+0000 mgr.a (mgr.14403) 12349 : cluster 0 pgmap v9218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:16 smithi079 bash[28699]: cluster 2023-12-07T22:22:15.514713+0000 mgr.a (mgr.14403) 12350 : cluster 0 pgmap v9219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:22:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:16 smithi194 bash[32038]: cluster 2023-12-07T22:22:15.514713+0000 mgr.a (mgr.14403) 12350 : cluster 0 pgmap v9219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:22:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:16 smithi135 bash[32435]: cluster 2023-12-07T22:22:15.514713+0000 mgr.a (mgr.14403) 12350 : cluster 0 pgmap v9219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:22:17.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:22:17.240 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:17.241 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:18.150 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:22:18.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:18.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:18.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:18.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:22:18.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:18 smithi079 bash[28699]: cluster 2023-12-07T22:22:17.515124+0000 mgr.a (mgr.14403) 12351 : cluster 0 pgmap v9220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:18 smithi079 bash[28699]: audit 2023-12-07T22:22:17.646313+0000 mgr.a (mgr.14403) 12352 : audit 0 from='client.250392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:18 smithi194 bash[32038]: cluster 2023-12-07T22:22:17.515124+0000 mgr.a (mgr.14403) 12351 : cluster 0 pgmap v9220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:18 smithi194 bash[32038]: audit 2023-12-07T22:22:17.646313+0000 mgr.a (mgr.14403) 12352 : audit 0 from='client.250392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:18 smithi135 bash[32435]: cluster 2023-12-07T22:22:17.515124+0000 mgr.a (mgr.14403) 12351 : cluster 0 pgmap v9220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:18 smithi135 bash[32435]: audit 2023-12-07T22:22:17.646313+0000 mgr.a (mgr.14403) 12352 : audit 0 from='client.250392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:20 smithi079 bash[28699]: cluster 2023-12-07T22:22:19.515889+0000 mgr.a (mgr.14403) 12353 : cluster 0 pgmap v9221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:20 smithi194 bash[32038]: cluster 2023-12-07T22:22:19.515889+0000 mgr.a (mgr.14403) 12353 : cluster 0 pgmap v9221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:20 smithi135 bash[32435]: cluster 2023-12-07T22:22:19.515889+0000 mgr.a (mgr.14403) 12353 : cluster 0 pgmap v9221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:22.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:22 smithi079 bash[28699]: cluster 2023-12-07T22:22:21.516611+0000 mgr.a (mgr.14403) 12354 : cluster 0 pgmap v9222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:22 smithi194 bash[32038]: cluster 2023-12-07T22:22:21.516611+0000 mgr.a (mgr.14403) 12354 : cluster 0 pgmap v9222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:22.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:22 smithi135 bash[32435]: cluster 2023-12-07T22:22:21.516611+0000 mgr.a (mgr.14403) 12354 : cluster 0 pgmap v9222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:23.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:22:23.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:23.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:24.070 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:22:24.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:24.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:24.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:24.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:22:24.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:24 smithi079 bash[28699]: cluster 2023-12-07T22:22:23.517105+0000 mgr.a (mgr.14403) 12355 : cluster 0 pgmap v9223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:24.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:24 smithi079 bash[28699]: audit 2023-12-07T22:22:23.562635+0000 mgr.a (mgr.14403) 12356 : audit 0 from='client.250467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:24 smithi194 bash[32038]: cluster 2023-12-07T22:22:23.517105+0000 mgr.a (mgr.14403) 12355 : cluster 0 pgmap v9223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:24 smithi194 bash[32038]: audit 2023-12-07T22:22:23.562635+0000 mgr.a (mgr.14403) 12356 : audit 0 from='client.250467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:24 smithi135 bash[32435]: cluster 2023-12-07T22:22:23.517105+0000 mgr.a (mgr.14403) 12355 : cluster 0 pgmap v9223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:24 smithi135 bash[32435]: audit 2023-12-07T22:22:23.562635+0000 mgr.a (mgr.14403) 12356 : audit 0 from='client.250467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:26.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:26 smithi079 bash[28699]: cluster 2023-12-07T22:22:25.517748+0000 mgr.a (mgr.14403) 12357 : cluster 0 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-07T22:22:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:26 smithi194 bash[32038]: cluster 2023-12-07T22:22:25.517748+0000 mgr.a (mgr.14403) 12357 : cluster 0 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-07T22:22:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:26 smithi135 bash[32435]: cluster 2023-12-07T22:22:25.517748+0000 mgr.a (mgr.14403) 12357 : cluster 0 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-07T22:22:28.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:28 smithi079 bash[28699]: cluster 2023-12-07T22:22:27.518298+0000 mgr.a (mgr.14403) 12358 : cluster 0 pgmap v9225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:28 smithi194 bash[32038]: cluster 2023-12-07T22:22:27.518298+0000 mgr.a (mgr.14403) 12358 : cluster 0 pgmap v9225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:28 smithi135 bash[32435]: cluster 2023-12-07T22:22:27.518298+0000 mgr.a (mgr.14403) 12358 : cluster 0 pgmap v9225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:29.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:22:29.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:29.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:29.976 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:22:29.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:29.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:29.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:29.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:22:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:30 smithi079 bash[28699]: audit 2023-12-07T22:22:29.477951+0000 mgr.a (mgr.14403) 12359 : audit 0 from='client.250542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:30 smithi079 bash[28699]: cluster 2023-12-07T22:22:29.519422+0000 mgr.a (mgr.14403) 12360 : cluster 0 pgmap v9226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:30 smithi194 bash[32038]: audit 2023-12-07T22:22:29.477951+0000 mgr.a (mgr.14403) 12359 : audit 0 from='client.250542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:30 smithi194 bash[32038]: cluster 2023-12-07T22:22:29.519422+0000 mgr.a (mgr.14403) 12360 : cluster 0 pgmap v9226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:30 smithi135 bash[32435]: audit 2023-12-07T22:22:29.477951+0000 mgr.a (mgr.14403) 12359 : audit 0 from='client.250542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:30 smithi135 bash[32435]: cluster 2023-12-07T22:22:29.519422+0000 mgr.a (mgr.14403) 12360 : cluster 0 pgmap v9226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:32.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:32 smithi079 bash[28699]: cluster 2023-12-07T22:22:31.520239+0000 mgr.a (mgr.14403) 12361 : cluster 0 pgmap v9227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:32 smithi194 bash[32038]: cluster 2023-12-07T22:22:31.520239+0000 mgr.a (mgr.14403) 12361 : cluster 0 pgmap v9227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:32 smithi135 bash[32435]: cluster 2023-12-07T22:22:31.520239+0000 mgr.a (mgr.14403) 12361 : cluster 0 pgmap v9227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:22:34.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:34 smithi079 bash[28699]: cluster 2023-12-07T22:22:33.521184+0000 mgr.a (mgr.14403) 12362 : cluster 0 pgmap v9228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:34 smithi194 bash[32038]: cluster 2023-12-07T22:22:33.521184+0000 mgr.a (mgr.14403) 12362 : cluster 0 pgmap v9228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:34 smithi135 bash[32435]: cluster 2023-12-07T22:22:33.521184+0000 mgr.a (mgr.14403) 12362 : cluster 0 pgmap v9228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:34.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:22:34.980 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:34.980 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:35.884 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:22:35.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:35.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:35.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:35.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:22:36.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:36 smithi079 bash[28699]: audit 2023-12-07T22:22:35.368655+0000 mgr.a (mgr.14403) 12363 : audit 0 from='client.250620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:36 smithi079 bash[28699]: cluster 2023-12-07T22:22:35.522144+0000 mgr.a (mgr.14403) 12364 : cluster 0 pgmap v9229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:36 smithi194 bash[32038]: audit 2023-12-07T22:22:35.368655+0000 mgr.a (mgr.14403) 12363 : audit 0 from='client.250620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:36 smithi194 bash[32038]: cluster 2023-12-07T22:22:35.522144+0000 mgr.a (mgr.14403) 12364 : cluster 0 pgmap v9229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:36 smithi135 bash[32435]: audit 2023-12-07T22:22:35.368655+0000 mgr.a (mgr.14403) 12363 : audit 0 from='client.250620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:36 smithi135 bash[32435]: cluster 2023-12-07T22:22:35.522144+0000 mgr.a (mgr.14403) 12364 : cluster 0 pgmap v9229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:38.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:38 smithi079 bash[28699]: cluster 2023-12-07T22:22:37.522858+0000 mgr.a (mgr.14403) 12365 : cluster 0 pgmap v9230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:38 smithi194 bash[32038]: cluster 2023-12-07T22:22:37.522858+0000 mgr.a (mgr.14403) 12365 : cluster 0 pgmap v9230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:38 smithi135 bash[32435]: cluster 2023-12-07T22:22:37.522858+0000 mgr.a (mgr.14403) 12365 : cluster 0 pgmap v9230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:40.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:22:40.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:40.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:40 smithi079 bash[28699]: cluster 2023-12-07T22:22:39.523566+0000 mgr.a (mgr.14403) 12366 : cluster 0 pgmap v9231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:40 smithi194 bash[32038]: cluster 2023-12-07T22:22:39.523566+0000 mgr.a (mgr.14403) 12366 : cluster 0 pgmap v9231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:40 smithi135 bash[32435]: cluster 2023-12-07T22:22:39.523566+0000 mgr.a (mgr.14403) 12366 : cluster 0 pgmap v9231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:41.764 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:22:41.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:41.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:41.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:41.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:22:42.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:42 smithi079 bash[28699]: audit 2023-12-07T22:22:41.278881+0000 mgr.a (mgr.14403) 12367 : audit 0 from='client.250698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:42 smithi079 bash[28699]: cluster 2023-12-07T22:22:41.524892+0000 mgr.a (mgr.14403) 12368 : cluster 0 pgmap v9232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:42 smithi194 bash[32038]: audit 2023-12-07T22:22:41.278881+0000 mgr.a (mgr.14403) 12367 : audit 0 from='client.250698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:42 smithi194 bash[32038]: cluster 2023-12-07T22:22:41.524892+0000 mgr.a (mgr.14403) 12368 : cluster 0 pgmap v9232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:42 smithi135 bash[32435]: audit 2023-12-07T22:22:41.278881+0000 mgr.a (mgr.14403) 12367 : audit 0 from='client.250698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:42 smithi135 bash[32435]: cluster 2023-12-07T22:22:41.524892+0000 mgr.a (mgr.14403) 12368 : cluster 0 pgmap v9232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:44.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:44 smithi079 bash[28699]: cluster 2023-12-07T22:22:43.525890+0000 mgr.a (mgr.14403) 12369 : cluster 0 pgmap v9233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:44 smithi194 bash[32038]: cluster 2023-12-07T22:22:43.525890+0000 mgr.a (mgr.14403) 12369 : cluster 0 pgmap v9233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:44.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:44 smithi135 bash[32435]: cluster 2023-12-07T22:22:43.525890+0000 mgr.a (mgr.14403) 12369 : cluster 0 pgmap v9233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:46.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:22:46.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:46.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:46.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:46 smithi079 bash[28699]: cluster 2023-12-07T22:22:45.526393+0000 mgr.a (mgr.14403) 12370 : cluster 0 pgmap v9234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:46 smithi194 bash[32038]: cluster 2023-12-07T22:22:45.526393+0000 mgr.a (mgr.14403) 12370 : cluster 0 pgmap v9234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:46 smithi135 bash[32435]: cluster 2023-12-07T22:22:45.526393+0000 mgr.a (mgr.14403) 12370 : cluster 0 pgmap v9234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:47.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:47.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:47.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:47.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:22:47.669 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:22:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:48 smithi079 bash[28699]: audit 2023-12-07T22:22:47.172641+0000 mgr.a (mgr.14403) 12371 : audit 0 from='client.250770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:48 smithi079 bash[28699]: cluster 2023-12-07T22:22:47.526922+0000 mgr.a (mgr.14403) 12372 : cluster 0 pgmap v9235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:48 smithi079 bash[28699]: audit 2023-12-07T22:22:48.241045+0000 mon.a (mon.0) 2163 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:22:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:48 smithi194 bash[32038]: audit 2023-12-07T22:22:47.172641+0000 mgr.a (mgr.14403) 12371 : audit 0 from='client.250770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:48 smithi194 bash[32038]: cluster 2023-12-07T22:22:47.526922+0000 mgr.a (mgr.14403) 12372 : cluster 0 pgmap v9235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:48 smithi194 bash[32038]: audit 2023-12-07T22:22:48.241045+0000 mon.a (mon.0) 2163 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:22:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:48 smithi135 bash[32435]: audit 2023-12-07T22:22:47.172641+0000 mgr.a (mgr.14403) 12371 : audit 0 from='client.250770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:48 smithi135 bash[32435]: cluster 2023-12-07T22:22:47.526922+0000 mgr.a (mgr.14403) 12372 : cluster 0 pgmap v9235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:48 smithi135 bash[32435]: audit 2023-12-07T22:22:48.241045+0000 mon.a (mon.0) 2163 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:22:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:49 smithi079 bash[28699]: audit 2023-12-07T22:22:48.772716+0000 mon.a (mon.0) 2164 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:22:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:49 smithi079 bash[28699]: audit 2023-12-07T22:22:48.779800+0000 mon.a (mon.0) 2165 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:22:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:49 smithi079 bash[28699]: audit 2023-12-07T22:22:49.531422+0000 mon.a (mon.0) 2166 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:22:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:49 smithi079 bash[28699]: audit 2023-12-07T22:22:49.533312+0000 mon.a (mon.0) 2167 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:22:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:49 smithi079 bash[28699]: audit 2023-12-07T22:22:49.542403+0000 mon.a (mon.0) 2168 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:22:50.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:49 smithi194 bash[32038]: audit 2023-12-07T22:22:48.772716+0000 mon.a (mon.0) 2164 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:22:50.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:49 smithi194 bash[32038]: audit 2023-12-07T22:22:48.779800+0000 mon.a (mon.0) 2165 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:22:50.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:49 smithi194 bash[32038]: audit 2023-12-07T22:22:49.531422+0000 mon.a (mon.0) 2166 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:22:50.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:49 smithi194 bash[32038]: audit 2023-12-07T22:22:49.533312+0000 mon.a (mon.0) 2167 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:22:50.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:49 smithi194 bash[32038]: audit 2023-12-07T22:22:49.542403+0000 mon.a (mon.0) 2168 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:22:50.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:49 smithi135 bash[32435]: audit 2023-12-07T22:22:48.772716+0000 mon.a (mon.0) 2164 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:22:50.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:49 smithi135 bash[32435]: audit 2023-12-07T22:22:48.779800+0000 mon.a (mon.0) 2165 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:22:50.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:49 smithi135 bash[32435]: audit 2023-12-07T22:22:49.531422+0000 mon.a (mon.0) 2166 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:22:50.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:49 smithi135 bash[32435]: audit 2023-12-07T22:22:49.533312+0000 mon.a (mon.0) 2167 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:22:50.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:49 smithi135 bash[32435]: audit 2023-12-07T22:22:49.542403+0000 mon.a (mon.0) 2168 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:22:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:50 smithi079 bash[28699]: cluster 2023-12-07T22:22:49.527711+0000 mgr.a (mgr.14403) 12373 : cluster 0 pgmap v9236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:50 smithi194 bash[32038]: cluster 2023-12-07T22:22:49.527711+0000 mgr.a (mgr.14403) 12373 : cluster 0 pgmap v9236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:50 smithi135 bash[32435]: cluster 2023-12-07T22:22:49.527711+0000 mgr.a (mgr.14403) 12373 : cluster 0 pgmap v9236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:22:52.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:22:52.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:52.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:52 smithi079 bash[28699]: cluster 2023-12-07T22:22:51.528201+0000 mgr.a (mgr.14403) 12374 : cluster 0 pgmap v9237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:52 smithi194 bash[32038]: cluster 2023-12-07T22:22:51.528201+0000 mgr.a (mgr.14403) 12374 : cluster 0 pgmap v9237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:52 smithi135 bash[32435]: cluster 2023-12-07T22:22:51.528201+0000 mgr.a (mgr.14403) 12374 : cluster 0 pgmap v9237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:22:53.587 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:22:53.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:53.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:53.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:53.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:22:55.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:54 smithi079 bash[28699]: audit 2023-12-07T22:22:53.073056+0000 mgr.a (mgr.14403) 12375 : audit 0 from='client.250845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:55.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:54 smithi079 bash[28699]: cluster 2023-12-07T22:22:53.528789+0000 mgr.a (mgr.14403) 12376 : cluster 0 pgmap v9238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:22:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:54 smithi194 bash[32038]: audit 2023-12-07T22:22:53.073056+0000 mgr.a (mgr.14403) 12375 : audit 0 from='client.250845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:54 smithi194 bash[32038]: cluster 2023-12-07T22:22:53.528789+0000 mgr.a (mgr.14403) 12376 : cluster 0 pgmap v9238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:22:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:54 smithi135 bash[32435]: audit 2023-12-07T22:22:53.073056+0000 mgr.a (mgr.14403) 12375 : audit 0 from='client.250845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:22:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:54 smithi135 bash[32435]: cluster 2023-12-07T22:22:53.528789+0000 mgr.a (mgr.14403) 12376 : cluster 0 pgmap v9238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:22:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:56 smithi079 bash[28699]: cluster 2023-12-07T22:22:55.529427+0000 mgr.a (mgr.14403) 12377 : cluster 0 pgmap v9239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:22:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:56 smithi194 bash[32038]: cluster 2023-12-07T22:22:55.529427+0000 mgr.a (mgr.14403) 12377 : cluster 0 pgmap v9239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:22:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:56 smithi135 bash[32435]: cluster 2023-12-07T22:22:55.529427+0000 mgr.a (mgr.14403) 12377 : cluster 0 pgmap v9239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:22:58.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:22:58.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:22:58.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:22:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:22:58 smithi079 bash[28699]: cluster 2023-12-07T22:22:57.530147+0000 mgr.a (mgr.14403) 12378 : cluster 0 pgmap v9240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:22:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:22:58 smithi194 bash[32038]: cluster 2023-12-07T22:22:57.530147+0000 mgr.a (mgr.14403) 12378 : cluster 0 pgmap v9240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:22:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:22:58 smithi135 bash[32435]: cluster 2023-12-07T22:22:57.530147+0000 mgr.a (mgr.14403) 12378 : cluster 0 pgmap v9240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:22:59.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:22:59.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:22:59.521 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:22:59.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:22:59.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:23:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:00 smithi079 bash[28699]: audit 2023-12-07T22:22:58.996649+0000 mgr.a (mgr.14403) 12379 : audit 0 from='client.250917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:00 smithi079 bash[28699]: cluster 2023-12-07T22:22:59.531199+0000 mgr.a (mgr.14403) 12380 : cluster 0 pgmap v9241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:00 smithi194 bash[32038]: audit 2023-12-07T22:22:58.996649+0000 mgr.a (mgr.14403) 12379 : audit 0 from='client.250917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:00.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:00 smithi194 bash[32038]: cluster 2023-12-07T22:22:59.531199+0000 mgr.a (mgr.14403) 12380 : cluster 0 pgmap v9241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:00 smithi135 bash[32435]: audit 2023-12-07T22:22:58.996649+0000 mgr.a (mgr.14403) 12379 : audit 0 from='client.250917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:00 smithi135 bash[32435]: cluster 2023-12-07T22:22:59.531199+0000 mgr.a (mgr.14403) 12380 : cluster 0 pgmap v9241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:02 smithi079 bash[28699]: cluster 2023-12-07T22:23:01.531707+0000 mgr.a (mgr.14403) 12381 : cluster 0 pgmap v9242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:02 smithi194 bash[32038]: cluster 2023-12-07T22:23:01.531707+0000 mgr.a (mgr.14403) 12381 : cluster 0 pgmap v9242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:02 smithi135 bash[32435]: cluster 2023-12-07T22:23:01.531707+0000 mgr.a (mgr.14403) 12381 : cluster 0 pgmap v9242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:04.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:23:04.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:04.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:04 smithi079 bash[28699]: cluster 2023-12-07T22:23:03.532414+0000 mgr.a (mgr.14403) 12382 : cluster 0 pgmap v9243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:04 smithi194 bash[32038]: cluster 2023-12-07T22:23:03.532414+0000 mgr.a (mgr.14403) 12382 : cluster 0 pgmap v9243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:04 smithi135 bash[32435]: cluster 2023-12-07T22:23:03.532414+0000 mgr.a (mgr.14403) 12382 : cluster 0 pgmap v9243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:05.396 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:23:05.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:05.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:05.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:05.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:23:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:06 smithi079 bash[28699]: audit 2023-12-07T22:23:04.918861+0000 mgr.a (mgr.14403) 12383 : audit 0 from='client.250992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:06 smithi079 bash[28699]: cluster 2023-12-07T22:23:05.533100+0000 mgr.a (mgr.14403) 12384 : cluster 0 pgmap v9244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:23:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:06 smithi194 bash[32038]: audit 2023-12-07T22:23:04.918861+0000 mgr.a (mgr.14403) 12383 : audit 0 from='client.250992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:06 smithi194 bash[32038]: cluster 2023-12-07T22:23:05.533100+0000 mgr.a (mgr.14403) 12384 : cluster 0 pgmap v9244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:23:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:06 smithi135 bash[32435]: audit 2023-12-07T22:23:04.918861+0000 mgr.a (mgr.14403) 12383 : audit 0 from='client.250992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:06 smithi135 bash[32435]: cluster 2023-12-07T22:23:05.533100+0000 mgr.a (mgr.14403) 12384 : cluster 0 pgmap v9244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:23:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:08 smithi079 bash[28699]: cluster 2023-12-07T22:23:07.533665+0000 mgr.a (mgr.14403) 12385 : cluster 0 pgmap v9245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:23:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:08 smithi194 bash[32038]: cluster 2023-12-07T22:23:07.533665+0000 mgr.a (mgr.14403) 12385 : cluster 0 pgmap v9245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:23:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:08 smithi135 bash[32435]: cluster 2023-12-07T22:23:07.533665+0000 mgr.a (mgr.14403) 12385 : cluster 0 pgmap v9245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:23:10.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:23:10.399 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:10.399 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:10 smithi079 bash[28699]: cluster 2023-12-07T22:23:09.534365+0000 mgr.a (mgr.14403) 12386 : cluster 0 pgmap v9246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:23:10.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:10 smithi194 bash[32038]: cluster 2023-12-07T22:23:09.534365+0000 mgr.a (mgr.14403) 12386 : cluster 0 pgmap v9246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:23:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:10 smithi135 bash[32435]: cluster 2023-12-07T22:23:09.534365+0000 mgr.a (mgr.14403) 12386 : cluster 0 pgmap v9246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:23:11.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:11.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:11.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:11.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:23:11.294 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:23:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:11 smithi079 bash[28699]: audit 2023-12-07T22:23:10.800184+0000 mgr.a (mgr.14403) 12387 : audit 0 from='client.251067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:11 smithi194 bash[32038]: audit 2023-12-07T22:23:10.800184+0000 mgr.a (mgr.14403) 12387 : audit 0 from='client.251067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:11 smithi135 bash[32435]: audit 2023-12-07T22:23:10.800184+0000 mgr.a (mgr.14403) 12387 : audit 0 from='client.251067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:12 smithi079 bash[28699]: cluster 2023-12-07T22:23:11.535048+0000 mgr.a (mgr.14403) 12388 : cluster 0 pgmap v9247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:12 smithi194 bash[32038]: cluster 2023-12-07T22:23:11.535048+0000 mgr.a (mgr.14403) 12388 : cluster 0 pgmap v9247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:12 smithi135 bash[32435]: cluster 2023-12-07T22:23:11.535048+0000 mgr.a (mgr.14403) 12388 : cluster 0 pgmap v9247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:14 smithi079 bash[28699]: cluster 2023-12-07T22:23:13.535755+0000 mgr.a (mgr.14403) 12389 : cluster 0 pgmap v9248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:14 smithi194 bash[32038]: cluster 2023-12-07T22:23:13.535755+0000 mgr.a (mgr.14403) 12389 : cluster 0 pgmap v9248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:14 smithi135 bash[32435]: cluster 2023-12-07T22:23:13.535755+0000 mgr.a (mgr.14403) 12389 : cluster 0 pgmap v9248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:16.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:23:16.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:16.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:16 smithi079 bash[28699]: cluster 2023-12-07T22:23:15.536290+0000 mgr.a (mgr.14403) 12390 : cluster 0 pgmap v9249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:16 smithi194 bash[32038]: cluster 2023-12-07T22:23:15.536290+0000 mgr.a (mgr.14403) 12390 : cluster 0 pgmap v9249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:16 smithi135 bash[32435]: cluster 2023-12-07T22:23:15.536290+0000 mgr.a (mgr.14403) 12390 : cluster 0 pgmap v9249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:17.193 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:23:17.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:17.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:17.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:17.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:23:17.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:17 smithi079 bash[28699]: audit 2023-12-07T22:23:16.689853+0000 mgr.a (mgr.14403) 12391 : audit 0 from='client.251142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:17 smithi194 bash[32038]: audit 2023-12-07T22:23:16.689853+0000 mgr.a (mgr.14403) 12391 : audit 0 from='client.251142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:17.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:17 smithi135 bash[32435]: audit 2023-12-07T22:23:16.689853+0000 mgr.a (mgr.14403) 12391 : audit 0 from='client.251142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:18.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:18 smithi079 bash[28699]: cluster 2023-12-07T22:23:17.536949+0000 mgr.a (mgr.14403) 12392 : cluster 0 pgmap v9250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:18 smithi194 bash[32038]: cluster 2023-12-07T22:23:17.536949+0000 mgr.a (mgr.14403) 12392 : cluster 0 pgmap v9250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:18 smithi135 bash[32435]: cluster 2023-12-07T22:23:17.536949+0000 mgr.a (mgr.14403) 12392 : cluster 0 pgmap v9250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:20 smithi079 bash[28699]: cluster 2023-12-07T22:23:19.537775+0000 mgr.a (mgr.14403) 12393 : cluster 0 pgmap v9251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:20.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:20 smithi194 bash[32038]: cluster 2023-12-07T22:23:19.537775+0000 mgr.a (mgr.14403) 12393 : cluster 0 pgmap v9251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:20 smithi135 bash[32435]: cluster 2023-12-07T22:23:19.537775+0000 mgr.a (mgr.14403) 12393 : cluster 0 pgmap v9251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:22.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:23:22.197 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:22.197 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:22.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:22 smithi079 bash[28699]: cluster 2023-12-07T22:23:21.538318+0000 mgr.a (mgr.14403) 12394 : cluster 0 pgmap v9252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:22 smithi194 bash[32038]: cluster 2023-12-07T22:23:21.538318+0000 mgr.a (mgr.14403) 12394 : cluster 0 pgmap v9252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:22 smithi135 bash[32435]: cluster 2023-12-07T22:23:21.538318+0000 mgr.a (mgr.14403) 12394 : cluster 0 pgmap v9252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:23.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:23.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:23.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:23.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:23:23.111 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:23:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:23 smithi079 bash[28699]: audit 2023-12-07T22:23:22.600859+0000 mgr.a (mgr.14403) 12395 : audit 0 from='client.251217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:23.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:23 smithi194 bash[32038]: audit 2023-12-07T22:23:22.600859+0000 mgr.a (mgr.14403) 12395 : audit 0 from='client.251217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:23.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:23 smithi135 bash[32435]: audit 2023-12-07T22:23:22.600859+0000 mgr.a (mgr.14403) 12395 : audit 0 from='client.251217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:24.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:24 smithi079 bash[28699]: cluster 2023-12-07T22:23:23.539174+0000 mgr.a (mgr.14403) 12396 : cluster 0 pgmap v9253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:24 smithi194 bash[32038]: cluster 2023-12-07T22:23:23.539174+0000 mgr.a (mgr.14403) 12396 : cluster 0 pgmap v9253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:24 smithi135 bash[32435]: cluster 2023-12-07T22:23:23.539174+0000 mgr.a (mgr.14403) 12396 : cluster 0 pgmap v9253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:26.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:26 smithi079 bash[28699]: cluster 2023-12-07T22:23:25.539723+0000 mgr.a (mgr.14403) 12397 : cluster 0 pgmap v9254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:26 smithi194 bash[32038]: cluster 2023-12-07T22:23:25.539723+0000 mgr.a (mgr.14403) 12397 : cluster 0 pgmap v9254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:26 smithi135 bash[32435]: cluster 2023-12-07T22:23:25.539723+0000 mgr.a (mgr.14403) 12397 : cluster 0 pgmap v9254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:28.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:23:28.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:28.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:28.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:28 smithi079 bash[28699]: cluster 2023-12-07T22:23:27.540411+0000 mgr.a (mgr.14403) 12398 : cluster 0 pgmap v9255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:28 smithi194 bash[32038]: cluster 2023-12-07T22:23:27.540411+0000 mgr.a (mgr.14403) 12398 : cluster 0 pgmap v9255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:28 smithi135 bash[32435]: cluster 2023-12-07T22:23:27.540411+0000 mgr.a (mgr.14403) 12398 : cluster 0 pgmap v9255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:29.002 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:23:29.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:29.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:29.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:29.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:23:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:29 smithi079 bash[28699]: audit 2023-12-07T22:23:28.517522+0000 mgr.a (mgr.14403) 12399 : audit 0 from='client.251295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:29 smithi194 bash[32038]: audit 2023-12-07T22:23:28.517522+0000 mgr.a (mgr.14403) 12399 : audit 0 from='client.251295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:29.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:29 smithi135 bash[32435]: audit 2023-12-07T22:23:28.517522+0000 mgr.a (mgr.14403) 12399 : audit 0 from='client.251295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:30 smithi079 bash[28699]: cluster 2023-12-07T22:23:29.541328+0000 mgr.a (mgr.14403) 12400 : cluster 0 pgmap v9256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:30 smithi194 bash[32038]: cluster 2023-12-07T22:23:29.541328+0000 mgr.a (mgr.14403) 12400 : cluster 0 pgmap v9256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:30.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:30 smithi135 bash[32435]: cluster 2023-12-07T22:23:29.541328+0000 mgr.a (mgr.14403) 12400 : cluster 0 pgmap v9256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:32.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:32 smithi079 bash[28699]: cluster 2023-12-07T22:23:31.541899+0000 mgr.a (mgr.14403) 12401 : cluster 0 pgmap v9257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:32 smithi194 bash[32038]: cluster 2023-12-07T22:23:31.541899+0000 mgr.a (mgr.14403) 12401 : cluster 0 pgmap v9257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:32 smithi135 bash[32435]: cluster 2023-12-07T22:23:31.541899+0000 mgr.a (mgr.14403) 12401 : cluster 0 pgmap v9257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:34.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:23:34.004 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:34.004 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:34.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:34 smithi079 bash[28699]: cluster 2023-12-07T22:23:33.542817+0000 mgr.a (mgr.14403) 12402 : cluster 0 pgmap v9258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:34.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:34.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:34.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:34.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:23:34.922 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:23:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:34 smithi194 bash[32038]: cluster 2023-12-07T22:23:33.542817+0000 mgr.a (mgr.14403) 12402 : cluster 0 pgmap v9258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:34 smithi135 bash[32435]: cluster 2023-12-07T22:23:33.542817+0000 mgr.a (mgr.14403) 12402 : cluster 0 pgmap v9258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:35 smithi079 bash[28699]: audit 2023-12-07T22:23:34.404869+0000 mgr.a (mgr.14403) 12403 : audit 0 from='client.251370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:35.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:35 smithi194 bash[32038]: audit 2023-12-07T22:23:34.404869+0000 mgr.a (mgr.14403) 12403 : audit 0 from='client.251370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:35.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:35 smithi135 bash[32435]: audit 2023-12-07T22:23:34.404869+0000 mgr.a (mgr.14403) 12403 : audit 0 from='client.251370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:36.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:36 smithi079 bash[28699]: cluster 2023-12-07T22:23:35.543352+0000 mgr.a (mgr.14403) 12404 : cluster 0 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-07T22:23:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:36 smithi194 bash[32038]: cluster 2023-12-07T22:23:35.543352+0000 mgr.a (mgr.14403) 12404 : cluster 0 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-07T22:23:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:36 smithi135 bash[32435]: cluster 2023-12-07T22:23:35.543352+0000 mgr.a (mgr.14403) 12404 : cluster 0 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-07T22:23:38.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:38 smithi079 bash[28699]: cluster 2023-12-07T22:23:37.543884+0000 mgr.a (mgr.14403) 12405 : cluster 0 pgmap v9260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:38 smithi194 bash[32038]: cluster 2023-12-07T22:23:37.543884+0000 mgr.a (mgr.14403) 12405 : cluster 0 pgmap v9260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:38 smithi135 bash[32435]: cluster 2023-12-07T22:23:37.543884+0000 mgr.a (mgr.14403) 12405 : cluster 0 pgmap v9260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:23:39.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:23:39.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:39.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:40.816 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:23:40.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:40.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:40.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:40.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:23:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:40 smithi079 bash[28699]: cluster 2023-12-07T22:23:39.544729+0000 mgr.a (mgr.14403) 12406 : cluster 0 pgmap v9261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:40 smithi194 bash[32038]: cluster 2023-12-07T22:23:39.544729+0000 mgr.a (mgr.14403) 12406 : cluster 0 pgmap v9261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:40 smithi135 bash[32435]: cluster 2023-12-07T22:23:39.544729+0000 mgr.a (mgr.14403) 12406 : cluster 0 pgmap v9261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:41 smithi079 bash[28699]: audit 2023-12-07T22:23:40.326571+0000 mgr.a (mgr.14403) 12407 : audit 0 from='client.251445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:41.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:41 smithi194 bash[32038]: audit 2023-12-07T22:23:40.326571+0000 mgr.a (mgr.14403) 12407 : audit 0 from='client.251445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:41.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:41 smithi135 bash[32435]: audit 2023-12-07T22:23:40.326571+0000 mgr.a (mgr.14403) 12407 : audit 0 from='client.251445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:42.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:42 smithi079 bash[28699]: cluster 2023-12-07T22:23:41.545328+0000 mgr.a (mgr.14403) 12408 : cluster 0 pgmap v9262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:42 smithi194 bash[32038]: cluster 2023-12-07T22:23:41.545328+0000 mgr.a (mgr.14403) 12408 : cluster 0 pgmap v9262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:42 smithi135 bash[32435]: cluster 2023-12-07T22:23:41.545328+0000 mgr.a (mgr.14403) 12408 : cluster 0 pgmap v9262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:44.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:44 smithi079 bash[28699]: cluster 2023-12-07T22:23:43.546118+0000 mgr.a (mgr.14403) 12409 : cluster 0 pgmap v9263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:44 smithi194 bash[32038]: cluster 2023-12-07T22:23:43.546118+0000 mgr.a (mgr.14403) 12409 : cluster 0 pgmap v9263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:44 smithi135 bash[32435]: cluster 2023-12-07T22:23:43.546118+0000 mgr.a (mgr.14403) 12409 : cluster 0 pgmap v9263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:45.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:23:45.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:45.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:46.754 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:23:46.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:46.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:46.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:46.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:23:46.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:46 smithi079 bash[28699]: cluster 2023-12-07T22:23:45.546656+0000 mgr.a (mgr.14403) 12410 : cluster 0 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-07T22:23:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:46 smithi194 bash[32038]: cluster 2023-12-07T22:23:45.546656+0000 mgr.a (mgr.14403) 12410 : cluster 0 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-07T22:23:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:46 smithi135 bash[32435]: cluster 2023-12-07T22:23:45.546656+0000 mgr.a (mgr.14403) 12410 : cluster 0 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-07T22:23:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:47 smithi079 bash[28699]: audit 2023-12-07T22:23:46.218934+0000 mgr.a (mgr.14403) 12411 : audit 0 from='client.251520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:47 smithi194 bash[32038]: audit 2023-12-07T22:23:46.218934+0000 mgr.a (mgr.14403) 12411 : audit 0 from='client.251520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:47 smithi135 bash[32435]: audit 2023-12-07T22:23:46.218934+0000 mgr.a (mgr.14403) 12411 : audit 0 from='client.251520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:48 smithi079 bash[28699]: cluster 2023-12-07T22:23:47.547351+0000 mgr.a (mgr.14403) 12412 : cluster 0 pgmap v9265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:48 smithi194 bash[32038]: cluster 2023-12-07T22:23:47.547351+0000 mgr.a (mgr.14403) 12412 : cluster 0 pgmap v9265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:48 smithi135 bash[32435]: cluster 2023-12-07T22:23:47.547351+0000 mgr.a (mgr.14403) 12412 : cluster 0 pgmap v9265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:50 smithi079 bash[28699]: cluster 2023-12-07T22:23:49.548094+0000 mgr.a (mgr.14403) 12413 : cluster 0 pgmap v9266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:50 smithi079 bash[28699]: audit 2023-12-07T22:23:49.646112+0000 mon.a (mon.0) 2169 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:23:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:50 smithi079 bash[28699]: audit 2023-12-07T22:23:50.385340+0000 mon.a (mon.0) 2170 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:23:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:50 smithi079 bash[28699]: audit 2023-12-07T22:23:50.387021+0000 mon.a (mon.0) 2171 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:23:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:50 smithi079 bash[28699]: audit 2023-12-07T22:23:50.396332+0000 mon.a (mon.0) 2172 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:23:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:50 smithi194 bash[32038]: cluster 2023-12-07T22:23:49.548094+0000 mgr.a (mgr.14403) 12413 : cluster 0 pgmap v9266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:50 smithi194 bash[32038]: audit 2023-12-07T22:23:49.646112+0000 mon.a (mon.0) 2169 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:23:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:50 smithi194 bash[32038]: audit 2023-12-07T22:23:50.385340+0000 mon.a (mon.0) 2170 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:23:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:50 smithi194 bash[32038]: audit 2023-12-07T22:23:50.387021+0000 mon.a (mon.0) 2171 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:23:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:50 smithi194 bash[32038]: audit 2023-12-07T22:23:50.396332+0000 mon.a (mon.0) 2172 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:23:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:50 smithi135 bash[32435]: cluster 2023-12-07T22:23:49.548094+0000 mgr.a (mgr.14403) 12413 : cluster 0 pgmap v9266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:50 smithi135 bash[32435]: audit 2023-12-07T22:23:49.646112+0000 mon.a (mon.0) 2169 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:23:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:50 smithi135 bash[32435]: audit 2023-12-07T22:23:50.385340+0000 mon.a (mon.0) 2170 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:23:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:50 smithi135 bash[32435]: audit 2023-12-07T22:23:50.387021+0000 mon.a (mon.0) 2171 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:23:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:50 smithi135 bash[32435]: audit 2023-12-07T22:23:50.396332+0000 mon.a (mon.0) 2172 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:23:51.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:23:51.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:51.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:52.668 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:23:52.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:52.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:52.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:52.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:23:52.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:52 smithi079 bash[28699]: cluster 2023-12-07T22:23:51.548636+0000 mgr.a (mgr.14403) 12414 : cluster 0 pgmap v9267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:52 smithi194 bash[32038]: cluster 2023-12-07T22:23:51.548636+0000 mgr.a (mgr.14403) 12414 : cluster 0 pgmap v9267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:52 smithi135 bash[32435]: cluster 2023-12-07T22:23:51.548636+0000 mgr.a (mgr.14403) 12414 : cluster 0 pgmap v9267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:53 smithi079 bash[28699]: audit 2023-12-07T22:23:52.156743+0000 mgr.a (mgr.14403) 12415 : audit 0 from='client.251595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:53 smithi194 bash[32038]: audit 2023-12-07T22:23:52.156743+0000 mgr.a (mgr.14403) 12415 : audit 0 from='client.251595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:53.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:53 smithi135 bash[32435]: audit 2023-12-07T22:23:52.156743+0000 mgr.a (mgr.14403) 12415 : audit 0 from='client.251595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:54.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:54 smithi079 bash[28699]: cluster 2023-12-07T22:23:53.549568+0000 mgr.a (mgr.14403) 12416 : cluster 0 pgmap v9268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:54 smithi194 bash[32038]: cluster 2023-12-07T22:23:53.549568+0000 mgr.a (mgr.14403) 12416 : cluster 0 pgmap v9268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:54 smithi135 bash[32435]: cluster 2023-12-07T22:23:53.549568+0000 mgr.a (mgr.14403) 12416 : cluster 0 pgmap v9268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:23:56.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:56 smithi079 bash[28699]: cluster 2023-12-07T22:23:55.549887+0000 mgr.a (mgr.14403) 12417 : cluster 0 pgmap v9269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:56 smithi194 bash[32038]: cluster 2023-12-07T22:23:55.549887+0000 mgr.a (mgr.14403) 12417 : cluster 0 pgmap v9269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:56 smithi135 bash[32435]: cluster 2023-12-07T22:23:55.549887+0000 mgr.a (mgr.14403) 12417 : cluster 0 pgmap v9269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:57.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:23:57.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:23:57.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:23:58.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:23:58.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:23:58.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:23:58.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:23:58.606 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:23:58.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:58 smithi079 bash[28699]: cluster 2023-12-07T22:23:57.550408+0000 mgr.a (mgr.14403) 12418 : cluster 0 pgmap v9270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:58 smithi194 bash[32038]: cluster 2023-12-07T22:23:57.550408+0000 mgr.a (mgr.14403) 12418 : cluster 0 pgmap v9270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:58.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:58 smithi135 bash[32435]: cluster 2023-12-07T22:23:57.550408+0000 mgr.a (mgr.14403) 12418 : cluster 0 pgmap v9270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:23:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:23:59 smithi079 bash[28699]: audit 2023-12-07T22:23:58.081476+0000 mgr.a (mgr.14403) 12419 : audit 0 from='client.251667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:23:59 smithi194 bash[32038]: audit 2023-12-07T22:23:58.081476+0000 mgr.a (mgr.14403) 12419 : audit 0 from='client.251667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:23:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:23:59 smithi135 bash[32435]: audit 2023-12-07T22:23:58.081476+0000 mgr.a (mgr.14403) 12419 : audit 0 from='client.251667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:00 smithi079 bash[28699]: cluster 2023-12-07T22:23:59.551416+0000 mgr.a (mgr.14403) 12420 : cluster 0 pgmap v9271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:24:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:00 smithi194 bash[32038]: cluster 2023-12-07T22:23:59.551416+0000 mgr.a (mgr.14403) 12420 : cluster 0 pgmap v9271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:24:00.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:00 smithi135 bash[32435]: cluster 2023-12-07T22:23:59.551416+0000 mgr.a (mgr.14403) 12420 : cluster 0 pgmap v9271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:24:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:02 smithi079 bash[28699]: cluster 2023-12-07T22:24:01.551944+0000 mgr.a (mgr.14403) 12421 : cluster 0 pgmap v9272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:24:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:02 smithi194 bash[32038]: cluster 2023-12-07T22:24:01.551944+0000 mgr.a (mgr.14403) 12421 : cluster 0 pgmap v9272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:24:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:02 smithi135 bash[32435]: cluster 2023-12-07T22:24:01.551944+0000 mgr.a (mgr.14403) 12421 : cluster 0 pgmap v9272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:24:03.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:24:03.609 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:03.609 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:04.548 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:24:04.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:04.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:04.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:04.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:24:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:04 smithi079 bash[28699]: cluster 2023-12-07T22:24:03.552662+0000 mgr.a (mgr.14403) 12422 : cluster 0 pgmap v9273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:04 smithi194 bash[32038]: cluster 2023-12-07T22:24:03.552662+0000 mgr.a (mgr.14403) 12422 : cluster 0 pgmap v9273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:04 smithi135 bash[32435]: cluster 2023-12-07T22:24:03.552662+0000 mgr.a (mgr.14403) 12422 : cluster 0 pgmap v9273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:05 smithi079 bash[28699]: audit 2023-12-07T22:24:04.022407+0000 mgr.a (mgr.14403) 12423 : audit 0 from='client.251742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:05.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:05 smithi194 bash[32038]: audit 2023-12-07T22:24:04.022407+0000 mgr.a (mgr.14403) 12423 : audit 0 from='client.251742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:05.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:05 smithi135 bash[32435]: audit 2023-12-07T22:24:04.022407+0000 mgr.a (mgr.14403) 12423 : audit 0 from='client.251742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:06.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:06 smithi194 bash[32038]: cluster 2023-12-07T22:24:05.553416+0000 mgr.a (mgr.14403) 12424 : cluster 0 pgmap v9274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:06 smithi135 bash[32435]: cluster 2023-12-07T22:24:05.553416+0000 mgr.a (mgr.14403) 12424 : cluster 0 pgmap v9274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:06 smithi079 bash[28699]: cluster 2023-12-07T22:24:05.553416+0000 mgr.a (mgr.14403) 12424 : cluster 0 pgmap v9274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:08 smithi194 bash[32038]: cluster 2023-12-07T22:24:07.554024+0000 mgr.a (mgr.14403) 12425 : cluster 0 pgmap v9275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:08 smithi135 bash[32435]: cluster 2023-12-07T22:24:07.554024+0000 mgr.a (mgr.14403) 12425 : cluster 0 pgmap v9275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:08 smithi079 bash[28699]: cluster 2023-12-07T22:24:07.554024+0000 mgr.a (mgr.14403) 12425 : cluster 0 pgmap v9275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:09.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:24:09.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:09.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:10.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:10.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:10.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:10.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:24:10.430 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:24:10.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:10 smithi079 bash[28699]: cluster 2023-12-07T22:24:09.554933+0000 mgr.a (mgr.14403) 12426 : cluster 0 pgmap v9276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:10 smithi194 bash[32038]: cluster 2023-12-07T22:24:09.554933+0000 mgr.a (mgr.14403) 12426 : cluster 0 pgmap v9276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:10 smithi135 bash[32435]: cluster 2023-12-07T22:24:09.554933+0000 mgr.a (mgr.14403) 12426 : cluster 0 pgmap v9276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:11 smithi079 bash[28699]: audit 2023-12-07T22:24:09.940611+0000 mgr.a (mgr.14403) 12427 : audit 0 from='client.251817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:11 smithi194 bash[32038]: audit 2023-12-07T22:24:09.940611+0000 mgr.a (mgr.14403) 12427 : audit 0 from='client.251817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:11 smithi135 bash[32435]: audit 2023-12-07T22:24:09.940611+0000 mgr.a (mgr.14403) 12427 : audit 0 from='client.251817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:12 smithi079 bash[28699]: cluster 2023-12-07T22:24:11.555633+0000 mgr.a (mgr.14403) 12428 : cluster 0 pgmap v9277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:24:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:12 smithi194 bash[32038]: cluster 2023-12-07T22:24:11.555633+0000 mgr.a (mgr.14403) 12428 : cluster 0 pgmap v9277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:24:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:12 smithi135 bash[32435]: cluster 2023-12-07T22:24:11.555633+0000 mgr.a (mgr.14403) 12428 : cluster 0 pgmap v9277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:24:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:14 smithi079 bash[28699]: cluster 2023-12-07T22:24:13.556429+0000 mgr.a (mgr.14403) 12429 : cluster 0 pgmap v9278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:24:14.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:14 smithi194 bash[32038]: cluster 2023-12-07T22:24:13.556429+0000 mgr.a (mgr.14403) 12429 : cluster 0 pgmap v9278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:24:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:14 smithi135 bash[32435]: cluster 2023-12-07T22:24:13.556429+0000 mgr.a (mgr.14403) 12429 : cluster 0 pgmap v9278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:24:15.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:24:15.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:15.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:16.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:16.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:16.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:16.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:24:16.359 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:24:16.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:16 smithi079 bash[28699]: cluster 2023-12-07T22:24:15.556752+0000 mgr.a (mgr.14403) 12430 : cluster 0 pgmap v9279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:16 smithi194 bash[32038]: cluster 2023-12-07T22:24:15.556752+0000 mgr.a (mgr.14403) 12430 : cluster 0 pgmap v9279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:16 smithi135 bash[32435]: cluster 2023-12-07T22:24:15.556752+0000 mgr.a (mgr.14403) 12430 : cluster 0 pgmap v9279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:17 smithi079 bash[28699]: audit 2023-12-07T22:24:15.829935+0000 mgr.a (mgr.14403) 12431 : audit 0 from='client.251895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:17 smithi194 bash[32038]: audit 2023-12-07T22:24:15.829935+0000 mgr.a (mgr.14403) 12431 : audit 0 from='client.251895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:17.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:17 smithi135 bash[32435]: audit 2023-12-07T22:24:15.829935+0000 mgr.a (mgr.14403) 12431 : audit 0 from='client.251895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:18.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:18 smithi079 bash[28699]: cluster 2023-12-07T22:24:17.557511+0000 mgr.a (mgr.14403) 12432 : cluster 0 pgmap v9280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:18 smithi194 bash[32038]: cluster 2023-12-07T22:24:17.557511+0000 mgr.a (mgr.14403) 12432 : cluster 0 pgmap v9280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:18 smithi135 bash[32435]: cluster 2023-12-07T22:24:17.557511+0000 mgr.a (mgr.14403) 12432 : cluster 0 pgmap v9280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:20 smithi079 bash[28699]: cluster 2023-12-07T22:24:19.558371+0000 mgr.a (mgr.14403) 12433 : cluster 0 pgmap v9281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:20 smithi194 bash[32038]: cluster 2023-12-07T22:24:19.558371+0000 mgr.a (mgr.14403) 12433 : cluster 0 pgmap v9281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:20 smithi135 bash[32435]: cluster 2023-12-07T22:24:19.558371+0000 mgr.a (mgr.14403) 12433 : cluster 0 pgmap v9281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:21.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:24:21.363 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:21.363 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:22.268 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:24:22.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:22.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:22.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:22.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:24:22.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:22 smithi079 bash[28699]: cluster 2023-12-07T22:24:21.558900+0000 mgr.a (mgr.14403) 12434 : cluster 0 pgmap v9282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:22.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:22 smithi079 bash[28699]: audit 2023-12-07T22:24:21.763061+0000 mgr.a (mgr.14403) 12435 : audit 0 from='client.251973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:22 smithi194 bash[32038]: cluster 2023-12-07T22:24:21.558900+0000 mgr.a (mgr.14403) 12434 : cluster 0 pgmap v9282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:22 smithi194 bash[32038]: audit 2023-12-07T22:24:21.763061+0000 mgr.a (mgr.14403) 12435 : audit 0 from='client.251973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:22 smithi135 bash[32435]: cluster 2023-12-07T22:24:21.558900+0000 mgr.a (mgr.14403) 12434 : cluster 0 pgmap v9282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:22 smithi135 bash[32435]: audit 2023-12-07T22:24:21.763061+0000 mgr.a (mgr.14403) 12435 : audit 0 from='client.251973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:24.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:24 smithi079 bash[28699]: cluster 2023-12-07T22:24:23.559827+0000 mgr.a (mgr.14403) 12436 : cluster 0 pgmap v9283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:24 smithi194 bash[32038]: cluster 2023-12-07T22:24:23.559827+0000 mgr.a (mgr.14403) 12436 : cluster 0 pgmap v9283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:24 smithi135 bash[32435]: cluster 2023-12-07T22:24:23.559827+0000 mgr.a (mgr.14403) 12436 : cluster 0 pgmap v9283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:26.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:26 smithi079 bash[28699]: cluster 2023-12-07T22:24:25.560505+0000 mgr.a (mgr.14403) 12437 : cluster 0 pgmap v9284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:26 smithi194 bash[32038]: cluster 2023-12-07T22:24:25.560505+0000 mgr.a (mgr.14403) 12437 : cluster 0 pgmap v9284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:26 smithi135 bash[32435]: cluster 2023-12-07T22:24:25.560505+0000 mgr.a (mgr.14403) 12437 : cluster 0 pgmap v9284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:27.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:24:27.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:27.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:28.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:28.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:28.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:28.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:24:28.148 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:24:28.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:28 smithi079 bash[28699]: cluster 2023-12-07T22:24:27.561198+0000 mgr.a (mgr.14403) 12438 : cluster 0 pgmap v9285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:28.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:28 smithi079 bash[28699]: audit 2023-12-07T22:24:27.663665+0000 mgr.a (mgr.14403) 12439 : audit 0 from='client.252048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:28.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:28 smithi194 bash[32038]: cluster 2023-12-07T22:24:27.561198+0000 mgr.a (mgr.14403) 12438 : cluster 0 pgmap v9285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:28.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:28 smithi194 bash[32038]: audit 2023-12-07T22:24:27.663665+0000 mgr.a (mgr.14403) 12439 : audit 0 from='client.252048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:28.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:28 smithi135 bash[32435]: cluster 2023-12-07T22:24:27.561198+0000 mgr.a (mgr.14403) 12438 : cluster 0 pgmap v9285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:28.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:28 smithi135 bash[32435]: audit 2023-12-07T22:24:27.663665+0000 mgr.a (mgr.14403) 12439 : audit 0 from='client.252048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:30 smithi079 bash[28699]: cluster 2023-12-07T22:24:29.562138+0000 mgr.a (mgr.14403) 12440 : cluster 0 pgmap v9286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:30 smithi194 bash[32038]: cluster 2023-12-07T22:24:29.562138+0000 mgr.a (mgr.14403) 12440 : cluster 0 pgmap v9286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:30 smithi135 bash[32435]: cluster 2023-12-07T22:24:29.562138+0000 mgr.a (mgr.14403) 12440 : cluster 0 pgmap v9286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:32.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:32 smithi079 bash[28699]: cluster 2023-12-07T22:24:31.562710+0000 mgr.a (mgr.14403) 12441 : cluster 0 pgmap v9287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:32 smithi194 bash[32038]: cluster 2023-12-07T22:24:31.562710+0000 mgr.a (mgr.14403) 12441 : cluster 0 pgmap v9287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:32 smithi135 bash[32435]: cluster 2023-12-07T22:24:31.562710+0000 mgr.a (mgr.14403) 12441 : cluster 0 pgmap v9287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:33.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:24:33.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:33.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:34.033 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:24:34.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:34.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:34.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:34.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:24:34.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:34 smithi079 bash[28699]: audit 2023-12-07T22:24:33.545160+0000 mgr.a (mgr.14403) 12442 : audit 0 from='client.252123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:34.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:34 smithi079 bash[28699]: cluster 2023-12-07T22:24:33.563830+0000 mgr.a (mgr.14403) 12443 : cluster 0 pgmap v9288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:34 smithi194 bash[32038]: audit 2023-12-07T22:24:33.545160+0000 mgr.a (mgr.14403) 12442 : audit 0 from='client.252123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:34 smithi194 bash[32038]: cluster 2023-12-07T22:24:33.563830+0000 mgr.a (mgr.14403) 12443 : cluster 0 pgmap v9288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:34 smithi135 bash[32435]: audit 2023-12-07T22:24:33.545160+0000 mgr.a (mgr.14403) 12442 : audit 0 from='client.252123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:34 smithi135 bash[32435]: cluster 2023-12-07T22:24:33.563830+0000 mgr.a (mgr.14403) 12443 : cluster 0 pgmap v9288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:36 smithi079 bash[28699]: cluster 2023-12-07T22:24:35.564474+0000 mgr.a (mgr.14403) 12444 : cluster 0 pgmap v9289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:36 smithi194 bash[32038]: cluster 2023-12-07T22:24:35.564474+0000 mgr.a (mgr.14403) 12444 : cluster 0 pgmap v9289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:36 smithi135 bash[32435]: cluster 2023-12-07T22:24:35.564474+0000 mgr.a (mgr.14403) 12444 : cluster 0 pgmap v9289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:38.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:38 smithi079 bash[28699]: cluster 2023-12-07T22:24:37.565074+0000 mgr.a (mgr.14403) 12445 : cluster 0 pgmap v9290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:38 smithi194 bash[32038]: cluster 2023-12-07T22:24:37.565074+0000 mgr.a (mgr.14403) 12445 : cluster 0 pgmap v9290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:38 smithi135 bash[32435]: cluster 2023-12-07T22:24:37.565074+0000 mgr.a (mgr.14403) 12445 : cluster 0 pgmap v9290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:39.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:24:39.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:39.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:39.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:39.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:39.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:39.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:24:39.953 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:24:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:40 smithi079 bash[28699]: audit 2023-12-07T22:24:39.438409+0000 mgr.a (mgr.14403) 12446 : audit 0 from='client.252201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:40 smithi079 bash[28699]: cluster 2023-12-07T22:24:39.566045+0000 mgr.a (mgr.14403) 12447 : cluster 0 pgmap v9291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:40 smithi194 bash[32038]: audit 2023-12-07T22:24:39.438409+0000 mgr.a (mgr.14403) 12446 : audit 0 from='client.252201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:40 smithi194 bash[32038]: cluster 2023-12-07T22:24:39.566045+0000 mgr.a (mgr.14403) 12447 : cluster 0 pgmap v9291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:40 smithi135 bash[32435]: audit 2023-12-07T22:24:39.438409+0000 mgr.a (mgr.14403) 12446 : audit 0 from='client.252201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:40 smithi135 bash[32435]: cluster 2023-12-07T22:24:39.566045+0000 mgr.a (mgr.14403) 12447 : cluster 0 pgmap v9291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:42.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:42 smithi079 bash[28699]: cluster 2023-12-07T22:24:41.566758+0000 mgr.a (mgr.14403) 12448 : cluster 0 pgmap v9292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:42 smithi194 bash[32038]: cluster 2023-12-07T22:24:41.566758+0000 mgr.a (mgr.14403) 12448 : cluster 0 pgmap v9292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:42 smithi135 bash[32435]: cluster 2023-12-07T22:24:41.566758+0000 mgr.a (mgr.14403) 12448 : cluster 0 pgmap v9292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:24:44.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:44 smithi079 bash[28699]: cluster 2023-12-07T22:24:43.567606+0000 mgr.a (mgr.14403) 12449 : cluster 0 pgmap v9293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:44 smithi194 bash[32038]: cluster 2023-12-07T22:24:43.567606+0000 mgr.a (mgr.14403) 12449 : cluster 0 pgmap v9293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:44.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:24:44.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:44.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:44 smithi135 bash[32435]: cluster 2023-12-07T22:24:43.567606+0000 mgr.a (mgr.14403) 12449 : cluster 0 pgmap v9293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:45.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:45.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:45.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:45.865 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:24:45.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:24:46.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:46 smithi079 bash[28699]: audit 2023-12-07T22:24:45.362903+0000 mgr.a (mgr.14403) 12450 : audit 0 from='client.252276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:46.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:46 smithi079 bash[28699]: cluster 2023-12-07T22:24:45.568026+0000 mgr.a (mgr.14403) 12451 : cluster 0 pgmap v9294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:46 smithi194 bash[32038]: audit 2023-12-07T22:24:45.362903+0000 mgr.a (mgr.14403) 12450 : audit 0 from='client.252276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:46 smithi194 bash[32038]: cluster 2023-12-07T22:24:45.568026+0000 mgr.a (mgr.14403) 12451 : cluster 0 pgmap v9294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:46 smithi135 bash[32435]: audit 2023-12-07T22:24:45.362903+0000 mgr.a (mgr.14403) 12450 : audit 0 from='client.252276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:46.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:46 smithi135 bash[32435]: cluster 2023-12-07T22:24:45.568026+0000 mgr.a (mgr.14403) 12451 : cluster 0 pgmap v9294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:48 smithi079 bash[28699]: cluster 2023-12-07T22:24:47.568780+0000 mgr.a (mgr.14403) 12452 : cluster 0 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-07T22:24:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:48 smithi194 bash[32038]: cluster 2023-12-07T22:24:47.568780+0000 mgr.a (mgr.14403) 12452 : cluster 0 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-07T22:24:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:48 smithi135 bash[32435]: cluster 2023-12-07T22:24:47.568780+0000 mgr.a (mgr.14403) 12452 : cluster 0 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-07T22:24:50.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:24:50.868 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:50.868 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:50 smithi079 bash[28699]: cluster 2023-12-07T22:24:49.569639+0000 mgr.a (mgr.14403) 12453 : cluster 0 pgmap v9296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:50 smithi079 bash[28699]: audit 2023-12-07T22:24:50.499394+0000 mon.a (mon.0) 2173 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:24:50.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:50 smithi194 bash[32038]: cluster 2023-12-07T22:24:49.569639+0000 mgr.a (mgr.14403) 12453 : cluster 0 pgmap v9296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:50 smithi194 bash[32038]: audit 2023-12-07T22:24:50.499394+0000 mon.a (mon.0) 2173 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:24:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:50 smithi135 bash[32435]: cluster 2023-12-07T22:24:49.569639+0000 mgr.a (mgr.14403) 12453 : cluster 0 pgmap v9296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:50 smithi135 bash[32435]: audit 2023-12-07T22:24:50.499394+0000 mon.a (mon.0) 2173 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:24:51.771 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:24:51.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:51.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:51.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:51.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:24:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:51 smithi079 bash[28699]: audit 2023-12-07T22:24:51.284059+0000 mon.a (mon.0) 2174 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:24:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:51 smithi079 bash[28699]: audit 2023-12-07T22:24:51.286387+0000 mon.a (mon.0) 2175 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:24:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:51 smithi079 bash[28699]: audit 2023-12-07T22:24:51.295554+0000 mon.a (mon.0) 2176 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:24:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:51 smithi194 bash[32038]: audit 2023-12-07T22:24:51.284059+0000 mon.a (mon.0) 2174 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:24:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:51 smithi194 bash[32038]: audit 2023-12-07T22:24:51.286387+0000 mon.a (mon.0) 2175 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:24:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:51 smithi194 bash[32038]: audit 2023-12-07T22:24:51.295554+0000 mon.a (mon.0) 2176 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:24:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:51 smithi135 bash[32435]: audit 2023-12-07T22:24:51.284059+0000 mon.a (mon.0) 2174 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:24:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:51 smithi135 bash[32435]: audit 2023-12-07T22:24:51.286387+0000 mon.a (mon.0) 2175 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:24:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:51 smithi135 bash[32435]: audit 2023-12-07T22:24:51.295554+0000 mon.a (mon.0) 2176 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:24:52.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:52 smithi079 bash[28699]: audit 2023-12-07T22:24:51.267259+0000 mgr.a (mgr.14403) 12454 : audit 0 from='client.252348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:52.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:52 smithi079 bash[28699]: cluster 2023-12-07T22:24:51.570337+0000 mgr.a (mgr.14403) 12455 : cluster 0 pgmap v9297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:52 smithi194 bash[32038]: audit 2023-12-07T22:24:51.267259+0000 mgr.a (mgr.14403) 12454 : audit 0 from='client.252348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:52 smithi194 bash[32038]: cluster 2023-12-07T22:24:51.570337+0000 mgr.a (mgr.14403) 12455 : cluster 0 pgmap v9297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:52 smithi135 bash[32435]: audit 2023-12-07T22:24:51.267259+0000 mgr.a (mgr.14403) 12454 : audit 0 from='client.252348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:52 smithi135 bash[32435]: cluster 2023-12-07T22:24:51.570337+0000 mgr.a (mgr.14403) 12455 : cluster 0 pgmap v9297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:54.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:54 smithi079 bash[28699]: cluster 2023-12-07T22:24:53.571253+0000 mgr.a (mgr.14403) 12456 : cluster 0 pgmap v9298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:54 smithi194 bash[32038]: cluster 2023-12-07T22:24:53.571253+0000 mgr.a (mgr.14403) 12456 : cluster 0 pgmap v9298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:54 smithi135 bash[32435]: cluster 2023-12-07T22:24:53.571253+0000 mgr.a (mgr.14403) 12456 : cluster 0 pgmap v9298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:24:56.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:24:56.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:24:56.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:24:56.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:56 smithi079 bash[28699]: cluster 2023-12-07T22:24:55.571743+0000 mgr.a (mgr.14403) 12457 : cluster 0 pgmap v9299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:56 smithi194 bash[32038]: cluster 2023-12-07T22:24:55.571743+0000 mgr.a (mgr.14403) 12457 : cluster 0 pgmap v9299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:56 smithi135 bash[32435]: cluster 2023-12-07T22:24:55.571743+0000 mgr.a (mgr.14403) 12457 : cluster 0 pgmap v9299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:57.681 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:24:57.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:24:57.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:24:57.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:24:57.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:24:58.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:58 smithi079 bash[28699]: audit 2023-12-07T22:24:57.175142+0000 mgr.a (mgr.14403) 12458 : audit 0 from='client.252423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:58.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:24:58 smithi079 bash[28699]: cluster 2023-12-07T22:24:57.572509+0000 mgr.a (mgr.14403) 12459 : cluster 0 pgmap v9300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:58 smithi194 bash[32038]: audit 2023-12-07T22:24:57.175142+0000 mgr.a (mgr.14403) 12458 : audit 0 from='client.252423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:24:58 smithi194 bash[32038]: cluster 2023-12-07T22:24:57.572509+0000 mgr.a (mgr.14403) 12459 : cluster 0 pgmap v9300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:24:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:58 smithi135 bash[32435]: audit 2023-12-07T22:24:57.175142+0000 mgr.a (mgr.14403) 12458 : audit 0 from='client.252423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:24:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:24:58 smithi135 bash[32435]: cluster 2023-12-07T22:24:57.572509+0000 mgr.a (mgr.14403) 12459 : cluster 0 pgmap v9300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:00 smithi079 bash[28699]: cluster 2023-12-07T22:24:59.573225+0000 mgr.a (mgr.14403) 12460 : cluster 0 pgmap v9301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:00 smithi194 bash[32038]: cluster 2023-12-07T22:24:59.573225+0000 mgr.a (mgr.14403) 12460 : cluster 0 pgmap v9301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:00 smithi135 bash[32435]: cluster 2023-12-07T22:24:59.573225+0000 mgr.a (mgr.14403) 12460 : cluster 0 pgmap v9301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:02.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:25:02.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:02.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:02.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:02 smithi079 bash[28699]: cluster 2023-12-07T22:25:01.573789+0000 mgr.a (mgr.14403) 12461 : cluster 0 pgmap v9302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:02 smithi194 bash[32038]: cluster 2023-12-07T22:25:01.573789+0000 mgr.a (mgr.14403) 12461 : cluster 0 pgmap v9302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:02 smithi135 bash[32435]: cluster 2023-12-07T22:25:01.573789+0000 mgr.a (mgr.14403) 12461 : cluster 0 pgmap v9302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:03.559 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:25:03.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:03.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:03.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:03.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:25:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:04 smithi079 bash[28699]: audit 2023-12-07T22:25:03.087308+0000 mgr.a (mgr.14403) 12462 : audit 0 from='client.252501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:04 smithi079 bash[28699]: cluster 2023-12-07T22:25:03.574731+0000 mgr.a (mgr.14403) 12463 : cluster 0 pgmap v9303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:25:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:04 smithi194 bash[32038]: audit 2023-12-07T22:25:03.087308+0000 mgr.a (mgr.14403) 12462 : audit 0 from='client.252501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:04 smithi194 bash[32038]: cluster 2023-12-07T22:25:03.574731+0000 mgr.a (mgr.14403) 12463 : cluster 0 pgmap v9303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:25:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:04 smithi135 bash[32435]: audit 2023-12-07T22:25:03.087308+0000 mgr.a (mgr.14403) 12462 : audit 0 from='client.252501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:04 smithi135 bash[32435]: cluster 2023-12-07T22:25:03.574731+0000 mgr.a (mgr.14403) 12463 : cluster 0 pgmap v9303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:25:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:06 smithi079 bash[28699]: cluster 2023-12-07T22:25:05.575423+0000 mgr.a (mgr.14403) 12464 : cluster 0 pgmap v9304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:25:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:06 smithi194 bash[32038]: cluster 2023-12-07T22:25:05.575423+0000 mgr.a (mgr.14403) 12464 : cluster 0 pgmap v9304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:25:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:06 smithi135 bash[32435]: cluster 2023-12-07T22:25:05.575423+0000 mgr.a (mgr.14403) 12464 : cluster 0 pgmap v9304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:25:08.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:25:08.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:08.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:08 smithi194 bash[32038]: cluster 2023-12-07T22:25:07.576026+0000 mgr.a (mgr.14403) 12465 : cluster 0 pgmap v9305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:25:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:08 smithi135 bash[32435]: cluster 2023-12-07T22:25:07.576026+0000 mgr.a (mgr.14403) 12465 : cluster 0 pgmap v9305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:25:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:08 smithi079 bash[28699]: cluster 2023-12-07T22:25:07.576026+0000 mgr.a (mgr.14403) 12465 : cluster 0 pgmap v9305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:25:09.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:09.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:09.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:09.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:25:09.458 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:25:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:10 smithi079 bash[28699]: audit 2023-12-07T22:25:08.961384+0000 mgr.a (mgr.14403) 12466 : audit 0 from='client.252576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:10 smithi079 bash[28699]: cluster 2023-12-07T22:25:09.577024+0000 mgr.a (mgr.14403) 12467 : cluster 0 pgmap v9306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:10 smithi194 bash[32038]: audit 2023-12-07T22:25:08.961384+0000 mgr.a (mgr.14403) 12466 : audit 0 from='client.252576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:10 smithi194 bash[32038]: cluster 2023-12-07T22:25:09.577024+0000 mgr.a (mgr.14403) 12467 : cluster 0 pgmap v9306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:10 smithi135 bash[32435]: audit 2023-12-07T22:25:08.961384+0000 mgr.a (mgr.14403) 12466 : audit 0 from='client.252576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:10 smithi135 bash[32435]: cluster 2023-12-07T22:25:09.577024+0000 mgr.a (mgr.14403) 12467 : cluster 0 pgmap v9306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:12 smithi079 bash[28699]: cluster 2023-12-07T22:25:11.577738+0000 mgr.a (mgr.14403) 12468 : cluster 0 pgmap v9307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:12 smithi194 bash[32038]: cluster 2023-12-07T22:25:11.577738+0000 mgr.a (mgr.14403) 12468 : cluster 0 pgmap v9307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:12 smithi135 bash[32435]: cluster 2023-12-07T22:25:11.577738+0000 mgr.a (mgr.14403) 12468 : cluster 0 pgmap v9307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:14.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:25:14.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:14.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:14 smithi079 bash[28699]: cluster 2023-12-07T22:25:13.578662+0000 mgr.a (mgr.14403) 12469 : cluster 0 pgmap v9308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:14 smithi194 bash[32038]: cluster 2023-12-07T22:25:13.578662+0000 mgr.a (mgr.14403) 12469 : cluster 0 pgmap v9308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:14.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:14 smithi135 bash[32435]: cluster 2023-12-07T22:25:13.578662+0000 mgr.a (mgr.14403) 12469 : cluster 0 pgmap v9308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:15.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:25:15.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:15.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:15.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:15.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:25:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:16 smithi079 bash[28699]: audit 2023-12-07T22:25:14.857635+0000 mgr.a (mgr.14403) 12470 : audit 0 from='client.252654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:16 smithi079 bash[28699]: cluster 2023-12-07T22:25:15.579428+0000 mgr.a (mgr.14403) 12471 : cluster 0 pgmap v9309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:25:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:16 smithi194 bash[32038]: audit 2023-12-07T22:25:14.857635+0000 mgr.a (mgr.14403) 12470 : audit 0 from='client.252654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:16 smithi194 bash[32038]: cluster 2023-12-07T22:25:15.579428+0000 mgr.a (mgr.14403) 12471 : cluster 0 pgmap v9309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:25:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:16 smithi135 bash[32435]: audit 2023-12-07T22:25:14.857635+0000 mgr.a (mgr.14403) 12470 : audit 0 from='client.252654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:16 smithi135 bash[32435]: cluster 2023-12-07T22:25:15.579428+0000 mgr.a (mgr.14403) 12471 : cluster 0 pgmap v9309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:25:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:18 smithi194 bash[32038]: cluster 2023-12-07T22:25:17.580024+0000 mgr.a (mgr.14403) 12472 : cluster 0 pgmap v9310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:25:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:18 smithi135 bash[32435]: cluster 2023-12-07T22:25:17.580024+0000 mgr.a (mgr.14403) 12472 : cluster 0 pgmap v9310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:25:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:18 smithi079 bash[28699]: cluster 2023-12-07T22:25:17.580024+0000 mgr.a (mgr.14403) 12472 : cluster 0 pgmap v9310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:25:20.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:25:20.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:20.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:20 smithi079 bash[28699]: cluster 2023-12-07T22:25:19.580853+0000 mgr.a (mgr.14403) 12473 : cluster 0 pgmap v9311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:25:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:20 smithi194 bash[32038]: cluster 2023-12-07T22:25:19.580853+0000 mgr.a (mgr.14403) 12473 : cluster 0 pgmap v9311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:25:20.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:20 smithi135 bash[32435]: cluster 2023-12-07T22:25:19.580853+0000 mgr.a (mgr.14403) 12473 : cluster 0 pgmap v9311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:25:21.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:21.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:21.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:21.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:25:21.290 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:25:21.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:21 smithi079 bash[28699]: audit 2023-12-07T22:25:20.787896+0000 mgr.a (mgr.14403) 12474 : audit 0 from='client.252729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:21.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:21 smithi194 bash[32038]: audit 2023-12-07T22:25:20.787896+0000 mgr.a (mgr.14403) 12474 : audit 0 from='client.252729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:21.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:21 smithi135 bash[32435]: audit 2023-12-07T22:25:20.787896+0000 mgr.a (mgr.14403) 12474 : audit 0 from='client.252729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:22 smithi079 bash[28699]: cluster 2023-12-07T22:25:21.581580+0000 mgr.a (mgr.14403) 12475 : cluster 0 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-07T22:25:22.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:22 smithi194 bash[32038]: cluster 2023-12-07T22:25:21.581580+0000 mgr.a (mgr.14403) 12475 : cluster 0 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-07T22:25:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:22 smithi135 bash[32435]: cluster 2023-12-07T22:25:21.581580+0000 mgr.a (mgr.14403) 12475 : cluster 0 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-07T22:25:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:24 smithi194 bash[32038]: cluster 2023-12-07T22:25:23.582351+0000 mgr.a (mgr.14403) 12476 : cluster 0 pgmap v9313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:24 smithi135 bash[32435]: cluster 2023-12-07T22:25:23.582351+0000 mgr.a (mgr.14403) 12476 : cluster 0 pgmap v9313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:24 smithi079 bash[28699]: cluster 2023-12-07T22:25:23.582351+0000 mgr.a (mgr.14403) 12476 : cluster 0 pgmap v9313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:26.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:25:26.291 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:26.291 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:26.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:26 smithi194 bash[32038]: cluster 2023-12-07T22:25:25.582842+0000 mgr.a (mgr.14403) 12477 : cluster 0 pgmap v9314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:26 smithi135 bash[32435]: cluster 2023-12-07T22:25:25.582842+0000 mgr.a (mgr.14403) 12477 : cluster 0 pgmap v9314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:26 smithi079 bash[28699]: cluster 2023-12-07T22:25:25.582842+0000 mgr.a (mgr.14403) 12477 : cluster 0 pgmap v9314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:27.179 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:25:27.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:27.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:27.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:27.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:25:27.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:27 smithi194 bash[32038]: audit 2023-12-07T22:25:26.690709+0000 mgr.a (mgr.14403) 12478 : audit 0 from='client.252807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:27.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:27 smithi135 bash[32435]: audit 2023-12-07T22:25:26.690709+0000 mgr.a (mgr.14403) 12478 : audit 0 from='client.252807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:27 smithi079 bash[28699]: audit 2023-12-07T22:25:26.690709+0000 mgr.a (mgr.14403) 12478 : audit 0 from='client.252807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:28 smithi194 bash[32038]: cluster 2023-12-07T22:25:27.583561+0000 mgr.a (mgr.14403) 12479 : cluster 0 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-07T22:25:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:28 smithi135 bash[32435]: cluster 2023-12-07T22:25:27.583561+0000 mgr.a (mgr.14403) 12479 : cluster 0 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-07T22:25:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:28 smithi079 bash[28699]: cluster 2023-12-07T22:25:27.583561+0000 mgr.a (mgr.14403) 12479 : cluster 0 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-07T22:25:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:30 smithi079 bash[28699]: cluster 2023-12-07T22:25:29.584386+0000 mgr.a (mgr.14403) 12480 : cluster 0 pgmap v9316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:30 smithi194 bash[32038]: cluster 2023-12-07T22:25:29.584386+0000 mgr.a (mgr.14403) 12480 : cluster 0 pgmap v9316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:30.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:30 smithi135 bash[32435]: cluster 2023-12-07T22:25:29.584386+0000 mgr.a (mgr.14403) 12480 : cluster 0 pgmap v9316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:32.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:25:32.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:32.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:32.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:32 smithi079 bash[28699]: cluster 2023-12-07T22:25:31.585059+0000 mgr.a (mgr.14403) 12481 : cluster 0 pgmap v9317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:32 smithi194 bash[32038]: cluster 2023-12-07T22:25:31.585059+0000 mgr.a (mgr.14403) 12481 : cluster 0 pgmap v9317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:32 smithi135 bash[32435]: cluster 2023-12-07T22:25:31.585059+0000 mgr.a (mgr.14403) 12481 : cluster 0 pgmap v9317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:33.096 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:25:33.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:33.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:33.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:33.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:25:33.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:33 smithi194 bash[32038]: audit 2023-12-07T22:25:32.595607+0000 mgr.a (mgr.14403) 12482 : audit 0 from='client.252885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:33.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:33 smithi135 bash[32435]: audit 2023-12-07T22:25:32.595607+0000 mgr.a (mgr.14403) 12482 : audit 0 from='client.252885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:33 smithi079 bash[28699]: audit 2023-12-07T22:25:32.595607+0000 mgr.a (mgr.14403) 12482 : audit 0 from='client.252885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:34 smithi194 bash[32038]: cluster 2023-12-07T22:25:33.585955+0000 mgr.a (mgr.14403) 12483 : cluster 0 pgmap v9318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:34 smithi135 bash[32435]: cluster 2023-12-07T22:25:33.585955+0000 mgr.a (mgr.14403) 12483 : cluster 0 pgmap v9318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:34 smithi079 bash[28699]: cluster 2023-12-07T22:25:33.585955+0000 mgr.a (mgr.14403) 12483 : cluster 0 pgmap v9318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:36 smithi194 bash[32038]: cluster 2023-12-07T22:25:35.586514+0000 mgr.a (mgr.14403) 12484 : cluster 0 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-07T22:25:36.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:36 smithi135 bash[32435]: cluster 2023-12-07T22:25:35.586514+0000 mgr.a (mgr.14403) 12484 : cluster 0 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-07T22:25:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:36 smithi079 bash[28699]: cluster 2023-12-07T22:25:35.586514+0000 mgr.a (mgr.14403) 12484 : cluster 0 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-07T22:25:38.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:25:38.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:38.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:38 smithi194 bash[32038]: cluster 2023-12-07T22:25:37.587256+0000 mgr.a (mgr.14403) 12485 : cluster 0 pgmap v9320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:38 smithi135 bash[32435]: cluster 2023-12-07T22:25:37.587256+0000 mgr.a (mgr.14403) 12485 : cluster 0 pgmap v9320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:38.970 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:25:38.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:38.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:38.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:38.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:25:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:38 smithi079 bash[28699]: cluster 2023-12-07T22:25:37.587256+0000 mgr.a (mgr.14403) 12485 : cluster 0 pgmap v9320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:39 smithi194 bash[32038]: audit 2023-12-07T22:25:38.490831+0000 mgr.a (mgr.14403) 12486 : audit 0 from='client.252960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:39.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:39 smithi135 bash[32435]: audit 2023-12-07T22:25:38.490831+0000 mgr.a (mgr.14403) 12486 : audit 0 from='client.252960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:39 smithi079 bash[28699]: audit 2023-12-07T22:25:38.490831+0000 mgr.a (mgr.14403) 12486 : audit 0 from='client.252960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:40.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:40 smithi194 bash[32038]: cluster 2023-12-07T22:25:39.588424+0000 mgr.a (mgr.14403) 12487 : cluster 0 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-07T22:25:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:40 smithi135 bash[32435]: cluster 2023-12-07T22:25:39.588424+0000 mgr.a (mgr.14403) 12487 : cluster 0 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-07T22:25:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:40 smithi079 bash[28699]: cluster 2023-12-07T22:25:39.588424+0000 mgr.a (mgr.14403) 12487 : cluster 0 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-07T22:25:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:42 smithi194 bash[32038]: cluster 2023-12-07T22:25:41.589026+0000 mgr.a (mgr.14403) 12488 : cluster 0 pgmap v9322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:42 smithi135 bash[32435]: cluster 2023-12-07T22:25:41.589026+0000 mgr.a (mgr.14403) 12488 : cluster 0 pgmap v9322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:42 smithi079 bash[28699]: cluster 2023-12-07T22:25:41.589026+0000 mgr.a (mgr.14403) 12488 : cluster 0 pgmap v9322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:43.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:25:43.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:43.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:44.866 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:25:44.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:44.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:44.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:44.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:25:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:44 smithi194 bash[32038]: cluster 2023-12-07T22:25:43.589776+0000 mgr.a (mgr.14403) 12489 : cluster 0 pgmap v9323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:44 smithi135 bash[32435]: cluster 2023-12-07T22:25:43.589776+0000 mgr.a (mgr.14403) 12489 : cluster 0 pgmap v9323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:44 smithi079 bash[28699]: cluster 2023-12-07T22:25:43.589776+0000 mgr.a (mgr.14403) 12489 : cluster 0 pgmap v9323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:45 smithi194 bash[32038]: audit 2023-12-07T22:25:44.369055+0000 mgr.a (mgr.14403) 12490 : audit 0 from='client.253032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:45.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:45 smithi135 bash[32435]: audit 2023-12-07T22:25:44.369055+0000 mgr.a (mgr.14403) 12490 : audit 0 from='client.253032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:45 smithi079 bash[28699]: audit 2023-12-07T22:25:44.369055+0000 mgr.a (mgr.14403) 12490 : audit 0 from='client.253032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:46.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:46 smithi194 bash[32038]: cluster 2023-12-07T22:25:45.590489+0000 mgr.a (mgr.14403) 12491 : cluster 0 pgmap v9324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:46 smithi135 bash[32435]: cluster 2023-12-07T22:25:45.590489+0000 mgr.a (mgr.14403) 12491 : cluster 0 pgmap v9324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:46 smithi079 bash[28699]: cluster 2023-12-07T22:25:45.590489+0000 mgr.a (mgr.14403) 12491 : cluster 0 pgmap v9324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:48 smithi194 bash[32038]: cluster 2023-12-07T22:25:47.591089+0000 mgr.a (mgr.14403) 12492 : cluster 0 pgmap v9325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:48 smithi135 bash[32435]: cluster 2023-12-07T22:25:47.591089+0000 mgr.a (mgr.14403) 12492 : cluster 0 pgmap v9325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:48 smithi079 bash[28699]: cluster 2023-12-07T22:25:47.591089+0000 mgr.a (mgr.14403) 12492 : cluster 0 pgmap v9325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:25:49.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:25:49.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:49.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:50.806 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:25:50.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:50.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:50.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:50.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:25:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:50 smithi079 bash[28699]: cluster 2023-12-07T22:25:49.591837+0000 mgr.a (mgr.14403) 12493 : cluster 0 pgmap v9326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:50 smithi194 bash[32038]: cluster 2023-12-07T22:25:49.591837+0000 mgr.a (mgr.14403) 12493 : cluster 0 pgmap v9326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:50 smithi135 bash[32435]: cluster 2023-12-07T22:25:49.591837+0000 mgr.a (mgr.14403) 12493 : cluster 0 pgmap v9326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:51 smithi079 bash[28699]: audit 2023-12-07T22:25:50.282387+0000 mgr.a (mgr.14403) 12494 : audit 0 from='client.253107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:51 smithi079 bash[28699]: audit 2023-12-07T22:25:51.416928+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:25:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:51 smithi194 bash[32038]: audit 2023-12-07T22:25:50.282387+0000 mgr.a (mgr.14403) 12494 : audit 0 from='client.253107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:51 smithi194 bash[32038]: audit 2023-12-07T22:25:51.416928+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:25:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:51 smithi135 bash[32435]: audit 2023-12-07T22:25:50.282387+0000 mgr.a (mgr.14403) 12494 : audit 0 from='client.253107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:51 smithi135 bash[32435]: audit 2023-12-07T22:25:51.416928+0000 mon.a (mon.0) 2177 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:25:52.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:52 smithi079 bash[28699]: cluster 2023-12-07T22:25:51.592582+0000 mgr.a (mgr.14403) 12495 : cluster 0 pgmap v9327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:52 smithi079 bash[28699]: audit 2023-12-07T22:25:52.207628+0000 mon.a (mon.0) 2178 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:25:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:52 smithi079 bash[28699]: audit 2023-12-07T22:25:52.209359+0000 mon.a (mon.0) 2179 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:25:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:52 smithi079 bash[28699]: audit 2023-12-07T22:25:52.219432+0000 mon.a (mon.0) 2180 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:25:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:52 smithi194 bash[32038]: cluster 2023-12-07T22:25:51.592582+0000 mgr.a (mgr.14403) 12495 : cluster 0 pgmap v9327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:52 smithi194 bash[32038]: audit 2023-12-07T22:25:52.207628+0000 mon.a (mon.0) 2178 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:25:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:52 smithi194 bash[32038]: audit 2023-12-07T22:25:52.209359+0000 mon.a (mon.0) 2179 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:25:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:52 smithi194 bash[32038]: audit 2023-12-07T22:25:52.219432+0000 mon.a (mon.0) 2180 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:25:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:52 smithi135 bash[32435]: cluster 2023-12-07T22:25:51.592582+0000 mgr.a (mgr.14403) 12495 : cluster 0 pgmap v9327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:52 smithi135 bash[32435]: audit 2023-12-07T22:25:52.207628+0000 mon.a (mon.0) 2178 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:25:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:52 smithi135 bash[32435]: audit 2023-12-07T22:25:52.209359+0000 mon.a (mon.0) 2179 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:25:52.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:52 smithi135 bash[32435]: audit 2023-12-07T22:25:52.219432+0000 mon.a (mon.0) 2180 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:25:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:54 smithi194 bash[32038]: cluster 2023-12-07T22:25:53.593420+0000 mgr.a (mgr.14403) 12496 : cluster 0 pgmap v9328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:54 smithi135 bash[32435]: cluster 2023-12-07T22:25:53.593420+0000 mgr.a (mgr.14403) 12496 : cluster 0 pgmap v9328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:54 smithi079 bash[28699]: cluster 2023-12-07T22:25:53.593420+0000 mgr.a (mgr.14403) 12496 : cluster 0 pgmap v9328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:25:55.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:25:55.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:25:55.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:25:56.734 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:25:56.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:25:56.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:25:56.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:25:56.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:25:56.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:56 smithi194 bash[32038]: cluster 2023-12-07T22:25:55.593982+0000 mgr.a (mgr.14403) 12497 : cluster 0 pgmap v9329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:56 smithi135 bash[32435]: cluster 2023-12-07T22:25:55.593982+0000 mgr.a (mgr.14403) 12497 : cluster 0 pgmap v9329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:56 smithi079 bash[28699]: cluster 2023-12-07T22:25:55.593982+0000 mgr.a (mgr.14403) 12497 : cluster 0 pgmap v9329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:57.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:57 smithi194 bash[32038]: audit 2023-12-07T22:25:56.213695+0000 mgr.a (mgr.14403) 12498 : audit 0 from='client.253185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:57.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:57 smithi135 bash[32435]: audit 2023-12-07T22:25:56.213695+0000 mgr.a (mgr.14403) 12498 : audit 0 from='client.253185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:57 smithi079 bash[28699]: audit 2023-12-07T22:25:56.213695+0000 mgr.a (mgr.14403) 12498 : audit 0 from='client.253185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:25:58.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:25:58 smithi194 bash[32038]: cluster 2023-12-07T22:25:57.594592+0000 mgr.a (mgr.14403) 12499 : cluster 0 pgmap v9330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:58.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:25:58 smithi135 bash[32435]: cluster 2023-12-07T22:25:57.594592+0000 mgr.a (mgr.14403) 12499 : cluster 0 pgmap v9330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:25:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:25:58 smithi079 bash[28699]: cluster 2023-12-07T22:25:57.594592+0000 mgr.a (mgr.14403) 12499 : cluster 0 pgmap v9330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:00 smithi079 bash[28699]: cluster 2023-12-07T22:25:59.595479+0000 mgr.a (mgr.14403) 12500 : cluster 0 pgmap v9331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:00 smithi194 bash[32038]: cluster 2023-12-07T22:25:59.595479+0000 mgr.a (mgr.14403) 12500 : cluster 0 pgmap v9331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:00 smithi135 bash[32435]: cluster 2023-12-07T22:25:59.595479+0000 mgr.a (mgr.14403) 12500 : cluster 0 pgmap v9331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:01.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:26:01.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:01.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:02.640 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:26:02.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:02.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:02.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:02.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:26:02.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:02 smithi194 bash[32038]: cluster 2023-12-07T22:26:01.596032+0000 mgr.a (mgr.14403) 12501 : cluster 0 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-07T22:26:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:02 smithi135 bash[32435]: cluster 2023-12-07T22:26:01.596032+0000 mgr.a (mgr.14403) 12501 : cluster 0 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-07T22:26:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:02 smithi079 bash[28699]: cluster 2023-12-07T22:26:01.596032+0000 mgr.a (mgr.14403) 12501 : cluster 0 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-07T22:26:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:03 smithi194 bash[32038]: audit 2023-12-07T22:26:02.147110+0000 mgr.a (mgr.14403) 12502 : audit 0 from='client.253263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:03.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:03 smithi135 bash[32435]: audit 2023-12-07T22:26:02.147110+0000 mgr.a (mgr.14403) 12502 : audit 0 from='client.253263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:03 smithi079 bash[28699]: audit 2023-12-07T22:26:02.147110+0000 mgr.a (mgr.14403) 12502 : audit 0 from='client.253263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:04.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:04 smithi194 bash[32038]: cluster 2023-12-07T22:26:03.597008+0000 mgr.a (mgr.14403) 12503 : cluster 0 pgmap v9333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:04 smithi135 bash[32435]: cluster 2023-12-07T22:26:03.597008+0000 mgr.a (mgr.14403) 12503 : cluster 0 pgmap v9333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:04 smithi079 bash[28699]: cluster 2023-12-07T22:26:03.597008+0000 mgr.a (mgr.14403) 12503 : cluster 0 pgmap v9333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:06.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:06 smithi194 bash[32038]: cluster 2023-12-07T22:26:05.597413+0000 mgr.a (mgr.14403) 12504 : cluster 0 pgmap v9334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:06 smithi135 bash[32435]: cluster 2023-12-07T22:26:05.597413+0000 mgr.a (mgr.14403) 12504 : cluster 0 pgmap v9334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:06 smithi079 bash[28699]: cluster 2023-12-07T22:26:05.597413+0000 mgr.a (mgr.14403) 12504 : cluster 0 pgmap v9334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:07.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:26:07.644 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:07.644 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:08.543 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:26:08.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:08.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:08.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:08.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:26:08.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:08 smithi194 bash[32038]: cluster 2023-12-07T22:26:07.598060+0000 mgr.a (mgr.14403) 12505 : cluster 0 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-07T22:26:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:08 smithi135 bash[32435]: cluster 2023-12-07T22:26:07.598060+0000 mgr.a (mgr.14403) 12505 : cluster 0 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-07T22:26:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:08 smithi079 bash[28699]: cluster 2023-12-07T22:26:07.598060+0000 mgr.a (mgr.14403) 12505 : cluster 0 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-07T22:26:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:09 smithi194 bash[32038]: audit 2023-12-07T22:26:08.044363+0000 mgr.a (mgr.14403) 12506 : audit 0 from='client.253338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:09.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:09 smithi135 bash[32435]: audit 2023-12-07T22:26:08.044363+0000 mgr.a (mgr.14403) 12506 : audit 0 from='client.253338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:09 smithi079 bash[28699]: audit 2023-12-07T22:26:08.044363+0000 mgr.a (mgr.14403) 12506 : audit 0 from='client.253338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:10.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:10 smithi194 bash[32038]: cluster 2023-12-07T22:26:09.598748+0000 mgr.a (mgr.14403) 12507 : cluster 0 pgmap v9336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:10 smithi135 bash[32435]: cluster 2023-12-07T22:26:09.598748+0000 mgr.a (mgr.14403) 12507 : cluster 0 pgmap v9336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:10 smithi079 bash[28699]: cluster 2023-12-07T22:26:09.598748+0000 mgr.a (mgr.14403) 12507 : cluster 0 pgmap v9336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:12 smithi194 bash[32038]: cluster 2023-12-07T22:26:11.599354+0000 mgr.a (mgr.14403) 12508 : cluster 0 pgmap v9337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:12 smithi135 bash[32435]: cluster 2023-12-07T22:26:11.599354+0000 mgr.a (mgr.14403) 12508 : cluster 0 pgmap v9337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:12 smithi079 bash[28699]: cluster 2023-12-07T22:26:11.599354+0000 mgr.a (mgr.14403) 12508 : cluster 0 pgmap v9337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:13.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:26:13.547 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:13.547 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:14.455 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:26:14.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:14.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:14.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:14.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:26:14.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:14 smithi194 bash[32038]: cluster 2023-12-07T22:26:13.600088+0000 mgr.a (mgr.14403) 12509 : cluster 0 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-07T22:26:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:14 smithi135 bash[32435]: cluster 2023-12-07T22:26:13.600088+0000 mgr.a (mgr.14403) 12509 : cluster 0 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-07T22:26:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:14 smithi079 bash[28699]: cluster 2023-12-07T22:26:13.600088+0000 mgr.a (mgr.14403) 12509 : cluster 0 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-07T22:26:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:15 smithi194 bash[32038]: audit 2023-12-07T22:26:13.951695+0000 mgr.a (mgr.14403) 12510 : audit 0 from='client.253410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:15.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:15 smithi135 bash[32435]: audit 2023-12-07T22:26:13.951695+0000 mgr.a (mgr.14403) 12510 : audit 0 from='client.253410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:15 smithi079 bash[28699]: audit 2023-12-07T22:26:13.951695+0000 mgr.a (mgr.14403) 12510 : audit 0 from='client.253410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:16 smithi194 bash[32038]: cluster 2023-12-07T22:26:15.600732+0000 mgr.a (mgr.14403) 12511 : cluster 0 pgmap v9339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:16 smithi135 bash[32435]: cluster 2023-12-07T22:26:15.600732+0000 mgr.a (mgr.14403) 12511 : cluster 0 pgmap v9339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:16 smithi079 bash[28699]: cluster 2023-12-07T22:26:15.600732+0000 mgr.a (mgr.14403) 12511 : cluster 0 pgmap v9339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:18 smithi135 bash[32435]: cluster 2023-12-07T22:26:17.601278+0000 mgr.a (mgr.14403) 12512 : cluster 0 pgmap v9340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:18 smithi079 bash[28699]: cluster 2023-12-07T22:26:17.601278+0000 mgr.a (mgr.14403) 12512 : cluster 0 pgmap v9340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:18 smithi194 bash[32038]: cluster 2023-12-07T22:26:17.601278+0000 mgr.a (mgr.14403) 12512 : cluster 0 pgmap v9340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:19.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:26:19.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:19.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:20.364 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:26:20.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:20.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:20.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:20.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:26:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:20 smithi079 bash[28699]: cluster 2023-12-07T22:26:19.601989+0000 mgr.a (mgr.14403) 12513 : cluster 0 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-07T22:26:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:20 smithi079 bash[28699]: audit 2023-12-07T22:26:19.856855+0000 mgr.a (mgr.14403) 12514 : audit 0 from='client.253485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:20 smithi194 bash[32038]: cluster 2023-12-07T22:26:19.601989+0000 mgr.a (mgr.14403) 12513 : cluster 0 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-07T22:26:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:20 smithi194 bash[32038]: audit 2023-12-07T22:26:19.856855+0000 mgr.a (mgr.14403) 12514 : audit 0 from='client.253485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:20 smithi135 bash[32435]: cluster 2023-12-07T22:26:19.601989+0000 mgr.a (mgr.14403) 12513 : cluster 0 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-07T22:26:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:20 smithi135 bash[32435]: audit 2023-12-07T22:26:19.856855+0000 mgr.a (mgr.14403) 12514 : audit 0 from='client.253485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:22.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:22 smithi194 bash[32038]: cluster 2023-12-07T22:26:21.602604+0000 mgr.a (mgr.14403) 12515 : cluster 0 pgmap v9342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:22 smithi135 bash[32435]: cluster 2023-12-07T22:26:21.602604+0000 mgr.a (mgr.14403) 12515 : cluster 0 pgmap v9342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:22 smithi079 bash[28699]: cluster 2023-12-07T22:26:21.602604+0000 mgr.a (mgr.14403) 12515 : cluster 0 pgmap v9342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:24 smithi194 bash[32038]: cluster 2023-12-07T22:26:23.603492+0000 mgr.a (mgr.14403) 12516 : cluster 0 pgmap v9343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:24 smithi135 bash[32435]: cluster 2023-12-07T22:26:23.603492+0000 mgr.a (mgr.14403) 12516 : cluster 0 pgmap v9343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:24 smithi079 bash[28699]: cluster 2023-12-07T22:26:23.603492+0000 mgr.a (mgr.14403) 12516 : cluster 0 pgmap v9343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:25.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:26:25.367 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:25.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:26.263 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:26:26.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:26.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:26.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:26.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:26:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:26 smithi194 bash[32038]: cluster 2023-12-07T22:26:25.603900+0000 mgr.a (mgr.14403) 12517 : cluster 0 pgmap v9344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:26 smithi194 bash[32038]: audit 2023-12-07T22:26:25.768905+0000 mgr.a (mgr.14403) 12518 : audit 0 from='client.253563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:26 smithi135 bash[32435]: cluster 2023-12-07T22:26:25.603900+0000 mgr.a (mgr.14403) 12517 : cluster 0 pgmap v9344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:26 smithi135 bash[32435]: audit 2023-12-07T22:26:25.768905+0000 mgr.a (mgr.14403) 12518 : audit 0 from='client.253563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:26 smithi079 bash[28699]: cluster 2023-12-07T22:26:25.603900+0000 mgr.a (mgr.14403) 12517 : cluster 0 pgmap v9344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:26 smithi079 bash[28699]: audit 2023-12-07T22:26:25.768905+0000 mgr.a (mgr.14403) 12518 : audit 0 from='client.253563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:28.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:28 smithi194 bash[32038]: cluster 2023-12-07T22:26:27.604501+0000 mgr.a (mgr.14403) 12519 : cluster 0 pgmap v9345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:28 smithi135 bash[32435]: cluster 2023-12-07T22:26:27.604501+0000 mgr.a (mgr.14403) 12519 : cluster 0 pgmap v9345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:28 smithi079 bash[28699]: cluster 2023-12-07T22:26:27.604501+0000 mgr.a (mgr.14403) 12519 : cluster 0 pgmap v9345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:30 smithi079 bash[28699]: cluster 2023-12-07T22:26:29.605313+0000 mgr.a (mgr.14403) 12520 : cluster 0 pgmap v9346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:30 smithi194 bash[32038]: cluster 2023-12-07T22:26:29.605313+0000 mgr.a (mgr.14403) 12520 : cluster 0 pgmap v9346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:30 smithi135 bash[32435]: cluster 2023-12-07T22:26:29.605313+0000 mgr.a (mgr.14403) 12520 : cluster 0 pgmap v9346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:31.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:26:31.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:31.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:32.152 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:26:32.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:32.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:32.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:32.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:26:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:32 smithi194 bash[32038]: cluster 2023-12-07T22:26:31.605837+0000 mgr.a (mgr.14403) 12521 : cluster 0 pgmap v9347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:32 smithi194 bash[32038]: audit 2023-12-07T22:26:31.674019+0000 mgr.a (mgr.14403) 12522 : audit 0 from='client.198655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:32 smithi135 bash[32435]: cluster 2023-12-07T22:26:31.605837+0000 mgr.a (mgr.14403) 12521 : cluster 0 pgmap v9347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:32 smithi135 bash[32435]: audit 2023-12-07T22:26:31.674019+0000 mgr.a (mgr.14403) 12522 : audit 0 from='client.198655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:32 smithi079 bash[28699]: cluster 2023-12-07T22:26:31.605837+0000 mgr.a (mgr.14403) 12521 : cluster 0 pgmap v9347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:32 smithi079 bash[28699]: audit 2023-12-07T22:26:31.674019+0000 mgr.a (mgr.14403) 12522 : audit 0 from='client.198655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:34.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:34 smithi194 bash[32038]: cluster 2023-12-07T22:26:33.606655+0000 mgr.a (mgr.14403) 12523 : cluster 0 pgmap v9348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:34 smithi135 bash[32435]: cluster 2023-12-07T22:26:33.606655+0000 mgr.a (mgr.14403) 12523 : cluster 0 pgmap v9348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:34 smithi079 bash[28699]: cluster 2023-12-07T22:26:33.606655+0000 mgr.a (mgr.14403) 12523 : cluster 0 pgmap v9348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:36 smithi194 bash[32038]: cluster 2023-12-07T22:26:35.607222+0000 mgr.a (mgr.14403) 12524 : cluster 0 pgmap v9349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:36 smithi135 bash[32435]: cluster 2023-12-07T22:26:35.607222+0000 mgr.a (mgr.14403) 12524 : cluster 0 pgmap v9349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:36 smithi079 bash[28699]: cluster 2023-12-07T22:26:35.607222+0000 mgr.a (mgr.14403) 12524 : cluster 0 pgmap v9349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:37.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:26:37.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:37.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:38.052 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:26:38.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:38.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:38.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:38.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:26:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:38 smithi194 bash[32038]: audit 2023-12-07T22:26:37.555196+0000 mgr.a (mgr.14403) 12525 : audit 0 from='client.253713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:38 smithi194 bash[32038]: cluster 2023-12-07T22:26:37.607939+0000 mgr.a (mgr.14403) 12526 : cluster 0 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-07T22:26:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:38 smithi135 bash[32435]: audit 2023-12-07T22:26:37.555196+0000 mgr.a (mgr.14403) 12525 : audit 0 from='client.253713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:38 smithi135 bash[32435]: cluster 2023-12-07T22:26:37.607939+0000 mgr.a (mgr.14403) 12526 : cluster 0 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-07T22:26:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:38 smithi079 bash[28699]: audit 2023-12-07T22:26:37.555196+0000 mgr.a (mgr.14403) 12525 : audit 0 from='client.253713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:38 smithi079 bash[28699]: cluster 2023-12-07T22:26:37.607939+0000 mgr.a (mgr.14403) 12526 : cluster 0 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-07T22:26:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:40 smithi079 bash[28699]: cluster 2023-12-07T22:26:39.608788+0000 mgr.a (mgr.14403) 12527 : cluster 0 pgmap v9351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:40 smithi194 bash[32038]: cluster 2023-12-07T22:26:39.608788+0000 mgr.a (mgr.14403) 12527 : cluster 0 pgmap v9351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:40 smithi135 bash[32435]: cluster 2023-12-07T22:26:39.608788+0000 mgr.a (mgr.14403) 12527 : cluster 0 pgmap v9351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:26:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:42 smithi194 bash[32038]: cluster 2023-12-07T22:26:41.609343+0000 mgr.a (mgr.14403) 12528 : cluster 0 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-07T22:26:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:42 smithi135 bash[32435]: cluster 2023-12-07T22:26:41.609343+0000 mgr.a (mgr.14403) 12528 : cluster 0 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-07T22:26:43.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:26:43.055 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:43.055 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:42 smithi079 bash[28699]: cluster 2023-12-07T22:26:41.609343+0000 mgr.a (mgr.14403) 12528 : cluster 0 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-07T22:26:43.944 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:26:43.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:43.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:43.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:43.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:26:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:44 smithi194 bash[32038]: audit 2023-12-07T22:26:43.451698+0000 mgr.a (mgr.14403) 12529 : audit 0 from='client.253785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:44 smithi194 bash[32038]: cluster 2023-12-07T22:26:43.610534+0000 mgr.a (mgr.14403) 12530 : cluster 0 pgmap v9353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:44 smithi135 bash[32435]: audit 2023-12-07T22:26:43.451698+0000 mgr.a (mgr.14403) 12529 : audit 0 from='client.253785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:44 smithi135 bash[32435]: cluster 2023-12-07T22:26:43.610534+0000 mgr.a (mgr.14403) 12530 : cluster 0 pgmap v9353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:44 smithi079 bash[28699]: audit 2023-12-07T22:26:43.451698+0000 mgr.a (mgr.14403) 12529 : audit 0 from='client.253785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:44 smithi079 bash[28699]: cluster 2023-12-07T22:26:43.610534+0000 mgr.a (mgr.14403) 12530 : cluster 0 pgmap v9353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:46.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:46 smithi194 bash[32038]: cluster 2023-12-07T22:26:45.611227+0000 mgr.a (mgr.14403) 12531 : cluster 0 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-07T22:26:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:46 smithi135 bash[32435]: cluster 2023-12-07T22:26:45.611227+0000 mgr.a (mgr.14403) 12531 : cluster 0 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-07T22:26:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:46 smithi079 bash[28699]: cluster 2023-12-07T22:26:45.611227+0000 mgr.a (mgr.14403) 12531 : cluster 0 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-07T22:26:48.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:26:48.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:48.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:48 smithi194 bash[32038]: cluster 2023-12-07T22:26:47.611848+0000 mgr.a (mgr.14403) 12532 : cluster 0 pgmap v9355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:48 smithi135 bash[32435]: cluster 2023-12-07T22:26:47.611848+0000 mgr.a (mgr.14403) 12532 : cluster 0 pgmap v9355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:48 smithi079 bash[28699]: cluster 2023-12-07T22:26:47.611848+0000 mgr.a (mgr.14403) 12532 : cluster 0 pgmap v9355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:49.848 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:26:49.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:49.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:49.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:49.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:26:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:50 smithi079 bash[28699]: audit 2023-12-07T22:26:49.344408+0000 mgr.a (mgr.14403) 12533 : audit 0 from='client.253863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:50 smithi079 bash[28699]: cluster 2023-12-07T22:26:49.613387+0000 mgr.a (mgr.14403) 12534 : cluster 0 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-07T22:26:50.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:50 smithi194 bash[32038]: audit 2023-12-07T22:26:49.344408+0000 mgr.a (mgr.14403) 12533 : audit 0 from='client.253863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:50 smithi194 bash[32038]: cluster 2023-12-07T22:26:49.613387+0000 mgr.a (mgr.14403) 12534 : cluster 0 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-07T22:26:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:50 smithi135 bash[32435]: audit 2023-12-07T22:26:49.344408+0000 mgr.a (mgr.14403) 12533 : audit 0 from='client.253863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:50 smithi135 bash[32435]: cluster 2023-12-07T22:26:49.613387+0000 mgr.a (mgr.14403) 12534 : cluster 0 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-07T22:26:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:52 smithi194 bash[32038]: cluster 2023-12-07T22:26:51.614113+0000 mgr.a (mgr.14403) 12535 : cluster 0 pgmap v9357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:52 smithi194 bash[32038]: audit 2023-12-07T22:26:52.322874+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:26:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:52 smithi135 bash[32435]: cluster 2023-12-07T22:26:51.614113+0000 mgr.a (mgr.14403) 12535 : cluster 0 pgmap v9357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:52 smithi135 bash[32435]: audit 2023-12-07T22:26:52.322874+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:26:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:52 smithi079 bash[28699]: cluster 2023-12-07T22:26:51.614113+0000 mgr.a (mgr.14403) 12535 : cluster 0 pgmap v9357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:26:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:52 smithi079 bash[28699]: audit 2023-12-07T22:26:52.322874+0000 mon.a (mon.0) 2181 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:26:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:53 smithi194 bash[32038]: audit 2023-12-07T22:26:53.055727+0000 mon.a (mon.0) 2182 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:26:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:53 smithi194 bash[32038]: audit 2023-12-07T22:26:53.057206+0000 mon.a (mon.0) 2183 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:26:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:53 smithi194 bash[32038]: audit 2023-12-07T22:26:53.065084+0000 mon.a (mon.0) 2184 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:26:53.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:53 smithi135 bash[32435]: audit 2023-12-07T22:26:53.055727+0000 mon.a (mon.0) 2182 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:26:53.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:53 smithi135 bash[32435]: audit 2023-12-07T22:26:53.057206+0000 mon.a (mon.0) 2183 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:26:53.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:53 smithi135 bash[32435]: audit 2023-12-07T22:26:53.065084+0000 mon.a (mon.0) 2184 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:26:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:53 smithi079 bash[28699]: audit 2023-12-07T22:26:53.055727+0000 mon.a (mon.0) 2182 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:26:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:53 smithi079 bash[28699]: audit 2023-12-07T22:26:53.057206+0000 mon.a (mon.0) 2183 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:26:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:53 smithi079 bash[28699]: audit 2023-12-07T22:26:53.065084+0000 mon.a (mon.0) 2184 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:26:54.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:26:54.852 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:26:54.852 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:26:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:54 smithi194 bash[32038]: cluster 2023-12-07T22:26:53.614930+0000 mgr.a (mgr.14403) 12536 : cluster 0 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-07T22:26:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:54 smithi135 bash[32435]: cluster 2023-12-07T22:26:53.614930+0000 mgr.a (mgr.14403) 12536 : cluster 0 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-07T22:26:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:54 smithi079 bash[28699]: cluster 2023-12-07T22:26:53.614930+0000 mgr.a (mgr.14403) 12536 : cluster 0 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-07T22:26:55.759 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:26:55.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:26:55.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:26:55.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:26:55.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:26:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:56 smithi194 bash[32038]: audit 2023-12-07T22:26:55.252917+0000 mgr.a (mgr.14403) 12537 : audit 0 from='client.253941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:56 smithi194 bash[32038]: cluster 2023-12-07T22:26:55.628855+0000 mgr.a (mgr.14403) 12538 : cluster 0 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-07T22:26:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:56 smithi135 bash[32435]: audit 2023-12-07T22:26:55.252917+0000 mgr.a (mgr.14403) 12537 : audit 0 from='client.253941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:56 smithi135 bash[32435]: cluster 2023-12-07T22:26:55.628855+0000 mgr.a (mgr.14403) 12538 : cluster 0 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-07T22:26:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:56 smithi079 bash[28699]: audit 2023-12-07T22:26:55.252917+0000 mgr.a (mgr.14403) 12537 : audit 0 from='client.253941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:26:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:56 smithi079 bash[28699]: cluster 2023-12-07T22:26:55.628855+0000 mgr.a (mgr.14403) 12538 : cluster 0 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-07T22:26:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:26:58 smithi194 bash[32038]: cluster 2023-12-07T22:26:57.629583+0000 mgr.a (mgr.14403) 12539 : cluster 0 pgmap v9360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:26:58 smithi135 bash[32435]: cluster 2023-12-07T22:26:57.629583+0000 mgr.a (mgr.14403) 12539 : cluster 0 pgmap v9360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:26:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:26:58 smithi079 bash[28699]: cluster 2023-12-07T22:26:57.629583+0000 mgr.a (mgr.14403) 12539 : cluster 0 pgmap v9360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:00.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:27:00.762 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:00.763 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:00.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:00 smithi079 bash[28699]: cluster 2023-12-07T22:26:59.630361+0000 mgr.a (mgr.14403) 12540 : cluster 0 pgmap v9361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:00 smithi194 bash[32038]: cluster 2023-12-07T22:26:59.630361+0000 mgr.a (mgr.14403) 12540 : cluster 0 pgmap v9361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:00 smithi135 bash[32435]: cluster 2023-12-07T22:26:59.630361+0000 mgr.a (mgr.14403) 12540 : cluster 0 pgmap v9361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:01.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:01.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:01.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:01.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:27:01.672 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:27:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:02 smithi194 bash[32038]: audit 2023-12-07T22:27:01.158721+0000 mgr.a (mgr.14403) 12541 : audit 0 from='client.254016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:02 smithi194 bash[32038]: cluster 2023-12-07T22:27:01.630959+0000 mgr.a (mgr.14403) 12542 : cluster 0 pgmap v9362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:02 smithi135 bash[32435]: audit 2023-12-07T22:27:01.158721+0000 mgr.a (mgr.14403) 12541 : audit 0 from='client.254016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:02 smithi135 bash[32435]: cluster 2023-12-07T22:27:01.630959+0000 mgr.a (mgr.14403) 12542 : cluster 0 pgmap v9362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:02 smithi079 bash[28699]: audit 2023-12-07T22:27:01.158721+0000 mgr.a (mgr.14403) 12541 : audit 0 from='client.254016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:02 smithi079 bash[28699]: cluster 2023-12-07T22:27:01.630959+0000 mgr.a (mgr.14403) 12542 : cluster 0 pgmap v9362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:04 smithi194 bash[32038]: cluster 2023-12-07T22:27:03.631690+0000 mgr.a (mgr.14403) 12543 : cluster 0 pgmap v9363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:04 smithi135 bash[32435]: cluster 2023-12-07T22:27:03.631690+0000 mgr.a (mgr.14403) 12543 : cluster 0 pgmap v9363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:04 smithi079 bash[28699]: cluster 2023-12-07T22:27:03.631690+0000 mgr.a (mgr.14403) 12543 : cluster 0 pgmap v9363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:06.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:27:06.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:06.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:06 smithi194 bash[32038]: cluster 2023-12-07T22:27:05.632221+0000 mgr.a (mgr.14403) 12544 : cluster 0 pgmap v9364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:06 smithi135 bash[32435]: cluster 2023-12-07T22:27:05.632221+0000 mgr.a (mgr.14403) 12544 : cluster 0 pgmap v9364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:06 smithi079 bash[28699]: cluster 2023-12-07T22:27:05.632221+0000 mgr.a (mgr.14403) 12544 : cluster 0 pgmap v9364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:07.594 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:27:07.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:07.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:07.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:07.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:27:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:08 smithi194 bash[32038]: audit 2023-12-07T22:27:07.072580+0000 mgr.a (mgr.14403) 12545 : audit 0 from='client.254094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:08 smithi194 bash[32038]: cluster 2023-12-07T22:27:07.632911+0000 mgr.a (mgr.14403) 12546 : cluster 0 pgmap v9365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:08 smithi135 bash[32435]: audit 2023-12-07T22:27:07.072580+0000 mgr.a (mgr.14403) 12545 : audit 0 from='client.254094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:08 smithi135 bash[32435]: cluster 2023-12-07T22:27:07.632911+0000 mgr.a (mgr.14403) 12546 : cluster 0 pgmap v9365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:09.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:08 smithi079 bash[28699]: audit 2023-12-07T22:27:07.072580+0000 mgr.a (mgr.14403) 12545 : audit 0 from='client.254094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:09.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:08 smithi079 bash[28699]: cluster 2023-12-07T22:27:07.632911+0000 mgr.a (mgr.14403) 12546 : cluster 0 pgmap v9365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:10 smithi079 bash[28699]: cluster 2023-12-07T22:27:09.633735+0000 mgr.a (mgr.14403) 12547 : cluster 0 pgmap v9366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:10 smithi194 bash[32038]: cluster 2023-12-07T22:27:09.633735+0000 mgr.a (mgr.14403) 12547 : cluster 0 pgmap v9366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:10 smithi135 bash[32435]: cluster 2023-12-07T22:27:09.633735+0000 mgr.a (mgr.14403) 12547 : cluster 0 pgmap v9366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:12.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:27:12.598 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:12.598 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:12.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:12 smithi194 bash[32038]: cluster 2023-12-07T22:27:11.634281+0000 mgr.a (mgr.14403) 12548 : cluster 0 pgmap v9367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:12 smithi135 bash[32435]: cluster 2023-12-07T22:27:11.634281+0000 mgr.a (mgr.14403) 12548 : cluster 0 pgmap v9367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:12 smithi079 bash[28699]: cluster 2023-12-07T22:27:11.634281+0000 mgr.a (mgr.14403) 12548 : cluster 0 pgmap v9367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:13.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:13.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:13.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:13.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:27:13.511 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:27:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:14 smithi194 bash[32038]: audit 2023-12-07T22:27:13.005152+0000 mgr.a (mgr.14403) 12549 : audit 0 from='client.254169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:14 smithi194 bash[32038]: cluster 2023-12-07T22:27:13.635114+0000 mgr.a (mgr.14403) 12550 : cluster 0 pgmap v9368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:14 smithi135 bash[32435]: audit 2023-12-07T22:27:13.005152+0000 mgr.a (mgr.14403) 12549 : audit 0 from='client.254169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:14.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:14 smithi135 bash[32435]: cluster 2023-12-07T22:27:13.635114+0000 mgr.a (mgr.14403) 12550 : cluster 0 pgmap v9368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:14 smithi079 bash[28699]: audit 2023-12-07T22:27:13.005152+0000 mgr.a (mgr.14403) 12549 : audit 0 from='client.254169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:15.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:14 smithi079 bash[28699]: cluster 2023-12-07T22:27:13.635114+0000 mgr.a (mgr.14403) 12550 : cluster 0 pgmap v9368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:16 smithi194 bash[32038]: cluster 2023-12-07T22:27:15.635602+0000 mgr.a (mgr.14403) 12551 : cluster 0 pgmap v9369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:16 smithi135 bash[32435]: cluster 2023-12-07T22:27:15.635602+0000 mgr.a (mgr.14403) 12551 : cluster 0 pgmap v9369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:16 smithi079 bash[28699]: cluster 2023-12-07T22:27:15.635602+0000 mgr.a (mgr.14403) 12551 : cluster 0 pgmap v9369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:18.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:27:18.513 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:18.514 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:18 smithi194 bash[32038]: cluster 2023-12-07T22:27:17.636178+0000 mgr.a (mgr.14403) 12552 : cluster 0 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-07T22:27:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:18 smithi135 bash[32435]: cluster 2023-12-07T22:27:17.636178+0000 mgr.a (mgr.14403) 12552 : cluster 0 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-07T22:27:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:18 smithi079 bash[28699]: cluster 2023-12-07T22:27:17.636178+0000 mgr.a (mgr.14403) 12552 : cluster 0 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-07T22:27:19.387 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:27:19.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:19.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:19.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:19.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:27:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:20 smithi079 bash[28699]: audit 2023-12-07T22:27:18.909161+0000 mgr.a (mgr.14403) 12553 : audit 0 from='client.254247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:20.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:20 smithi079 bash[28699]: cluster 2023-12-07T22:27:19.637131+0000 mgr.a (mgr.14403) 12554 : cluster 0 pgmap v9371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:20 smithi194 bash[32038]: audit 2023-12-07T22:27:18.909161+0000 mgr.a (mgr.14403) 12553 : audit 0 from='client.254247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:20 smithi194 bash[32038]: cluster 2023-12-07T22:27:19.637131+0000 mgr.a (mgr.14403) 12554 : cluster 0 pgmap v9371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:20 smithi135 bash[32435]: audit 2023-12-07T22:27:18.909161+0000 mgr.a (mgr.14403) 12553 : audit 0 from='client.254247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:20 smithi135 bash[32435]: cluster 2023-12-07T22:27:19.637131+0000 mgr.a (mgr.14403) 12554 : cluster 0 pgmap v9371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:22.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:22 smithi194 bash[32038]: cluster 2023-12-07T22:27:21.637705+0000 mgr.a (mgr.14403) 12555 : cluster 0 pgmap v9372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:22 smithi135 bash[32435]: cluster 2023-12-07T22:27:21.637705+0000 mgr.a (mgr.14403) 12555 : cluster 0 pgmap v9372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:22 smithi079 bash[28699]: cluster 2023-12-07T22:27:21.637705+0000 mgr.a (mgr.14403) 12555 : cluster 0 pgmap v9372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:24.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:27:24.390 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:24.390 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:24.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:24 smithi194 bash[32038]: cluster 2023-12-07T22:27:23.638434+0000 mgr.a (mgr.14403) 12556 : cluster 0 pgmap v9373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:24 smithi135 bash[32435]: cluster 2023-12-07T22:27:23.638434+0000 mgr.a (mgr.14403) 12556 : cluster 0 pgmap v9373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:24 smithi079 bash[28699]: cluster 2023-12-07T22:27:23.638434+0000 mgr.a (mgr.14403) 12556 : cluster 0 pgmap v9373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:25.279 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:27:25.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:25.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:25.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:25.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:27:25.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:25 smithi135 bash[32435]: audit 2023-12-07T22:27:24.789150+0000 mgr.a (mgr.14403) 12557 : audit 0 from='client.254322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:25 smithi079 bash[28699]: audit 2023-12-07T22:27:24.789150+0000 mgr.a (mgr.14403) 12557 : audit 0 from='client.254322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:25 smithi194 bash[32038]: audit 2023-12-07T22:27:24.789150+0000 mgr.a (mgr.14403) 12557 : audit 0 from='client.254322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:26 smithi079 bash[28699]: cluster 2023-12-07T22:27:25.639147+0000 mgr.a (mgr.14403) 12558 : cluster 0 pgmap v9374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:27.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:26 smithi194 bash[32038]: cluster 2023-12-07T22:27:25.639147+0000 mgr.a (mgr.14403) 12558 : cluster 0 pgmap v9374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:26 smithi135 bash[32435]: cluster 2023-12-07T22:27:25.639147+0000 mgr.a (mgr.14403) 12558 : cluster 0 pgmap v9374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:28 smithi079 bash[28699]: cluster 2023-12-07T22:27:27.639770+0000 mgr.a (mgr.14403) 12559 : cluster 0 pgmap v9375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:28 smithi194 bash[32038]: cluster 2023-12-07T22:27:27.639770+0000 mgr.a (mgr.14403) 12559 : cluster 0 pgmap v9375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:28 smithi135 bash[32435]: cluster 2023-12-07T22:27:27.639770+0000 mgr.a (mgr.14403) 12559 : cluster 0 pgmap v9375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:30.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:27:30.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:30.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:30 smithi079 bash[28699]: cluster 2023-12-07T22:27:29.640554+0000 mgr.a (mgr.14403) 12560 : cluster 0 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-07T22:27:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:30 smithi194 bash[32038]: cluster 2023-12-07T22:27:29.640554+0000 mgr.a (mgr.14403) 12560 : cluster 0 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-07T22:27:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:30 smithi135 bash[32435]: cluster 2023-12-07T22:27:29.640554+0000 mgr.a (mgr.14403) 12560 : cluster 0 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-07T22:27:31.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:31.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:31.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:31.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:27:31.171 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:27:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:31 smithi079 bash[28699]: audit 2023-12-07T22:27:30.676770+0000 mgr.a (mgr.14403) 12561 : audit 0 from='client.254397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:31 smithi194 bash[32038]: audit 2023-12-07T22:27:30.676770+0000 mgr.a (mgr.14403) 12561 : audit 0 from='client.254397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:31 smithi135 bash[32435]: audit 2023-12-07T22:27:30.676770+0000 mgr.a (mgr.14403) 12561 : audit 0 from='client.254397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:32.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:32 smithi079 bash[28699]: cluster 2023-12-07T22:27:31.641274+0000 mgr.a (mgr.14403) 12562 : cluster 0 pgmap v9377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:32 smithi194 bash[32038]: cluster 2023-12-07T22:27:31.641274+0000 mgr.a (mgr.14403) 12562 : cluster 0 pgmap v9377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:32 smithi135 bash[32435]: cluster 2023-12-07T22:27:31.641274+0000 mgr.a (mgr.14403) 12562 : cluster 0 pgmap v9377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:34 smithi194 bash[32038]: cluster 2023-12-07T22:27:33.642063+0000 mgr.a (mgr.14403) 12563 : cluster 0 pgmap v9378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:34 smithi135 bash[32435]: cluster 2023-12-07T22:27:33.642063+0000 mgr.a (mgr.14403) 12563 : cluster 0 pgmap v9378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:34 smithi079 bash[28699]: cluster 2023-12-07T22:27:33.642063+0000 mgr.a (mgr.14403) 12563 : cluster 0 pgmap v9378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:36.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:27:36.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:36.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:36.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:36 smithi194 bash[32038]: cluster 2023-12-07T22:27:35.642613+0000 mgr.a (mgr.14403) 12564 : cluster 0 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-07T22:27:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:36 smithi135 bash[32435]: cluster 2023-12-07T22:27:35.642613+0000 mgr.a (mgr.14403) 12564 : cluster 0 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-07T22:27:37.074 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:27:37.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:37.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:37.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:37.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:27:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:36 smithi079 bash[28699]: cluster 2023-12-07T22:27:35.642613+0000 mgr.a (mgr.14403) 12564 : cluster 0 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-07T22:27:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:37 smithi079 bash[28699]: audit 2023-12-07T22:27:36.570804+0000 mgr.a (mgr.14403) 12565 : audit 0 from='client.254472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:38.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:37 smithi194 bash[32038]: audit 2023-12-07T22:27:36.570804+0000 mgr.a (mgr.14403) 12565 : audit 0 from='client.254472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:38.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:37 smithi135 bash[32435]: audit 2023-12-07T22:27:36.570804+0000 mgr.a (mgr.14403) 12565 : audit 0 from='client.254472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:38 smithi079 bash[28699]: cluster 2023-12-07T22:27:37.643329+0000 mgr.a (mgr.14403) 12566 : cluster 0 pgmap v9380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:39.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:38 smithi194 bash[32038]: cluster 2023-12-07T22:27:37.643329+0000 mgr.a (mgr.14403) 12566 : cluster 0 pgmap v9380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:38 smithi135 bash[32435]: cluster 2023-12-07T22:27:37.643329+0000 mgr.a (mgr.14403) 12566 : cluster 0 pgmap v9380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:40 smithi079 bash[28699]: cluster 2023-12-07T22:27:39.644124+0000 mgr.a (mgr.14403) 12567 : cluster 0 pgmap v9381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:40 smithi194 bash[32038]: cluster 2023-12-07T22:27:39.644124+0000 mgr.a (mgr.14403) 12567 : cluster 0 pgmap v9381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:40.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:40 smithi135 bash[32435]: cluster 2023-12-07T22:27:39.644124+0000 mgr.a (mgr.14403) 12567 : cluster 0 pgmap v9381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:42.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:27:42.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:42.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:42.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:42 smithi194 bash[32038]: cluster 2023-12-07T22:27:41.644684+0000 mgr.a (mgr.14403) 12568 : cluster 0 pgmap v9382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:42 smithi135 bash[32435]: cluster 2023-12-07T22:27:41.644684+0000 mgr.a (mgr.14403) 12568 : cluster 0 pgmap v9382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:42.996 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:27:42.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:42.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:42.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:42.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:27:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:42 smithi079 bash[28699]: cluster 2023-12-07T22:27:41.644684+0000 mgr.a (mgr.14403) 12568 : cluster 0 pgmap v9382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:43 smithi079 bash[28699]: audit 2023-12-07T22:27:42.485960+0000 mgr.a (mgr.14403) 12569 : audit 0 from='client.254547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:44.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:43 smithi194 bash[32038]: audit 2023-12-07T22:27:42.485960+0000 mgr.a (mgr.14403) 12569 : audit 0 from='client.254547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:44.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:43 smithi135 bash[32435]: audit 2023-12-07T22:27:42.485960+0000 mgr.a (mgr.14403) 12569 : audit 0 from='client.254547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:44 smithi079 bash[28699]: cluster 2023-12-07T22:27:43.645574+0000 mgr.a (mgr.14403) 12570 : cluster 0 pgmap v9383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:44 smithi194 bash[32038]: cluster 2023-12-07T22:27:43.645574+0000 mgr.a (mgr.14403) 12570 : cluster 0 pgmap v9383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:44 smithi135 bash[32435]: cluster 2023-12-07T22:27:43.645574+0000 mgr.a (mgr.14403) 12570 : cluster 0 pgmap v9383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:27:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:46 smithi079 bash[28699]: cluster 2023-12-07T22:27:45.646138+0000 mgr.a (mgr.14403) 12571 : cluster 0 pgmap v9384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:46 smithi194 bash[32038]: cluster 2023-12-07T22:27:45.646138+0000 mgr.a (mgr.14403) 12571 : cluster 0 pgmap v9384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:46 smithi135 bash[32435]: cluster 2023-12-07T22:27:45.646138+0000 mgr.a (mgr.14403) 12571 : cluster 0 pgmap v9384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:48.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:27:48.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:48.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:48.904 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:27:48.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:48.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:48.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:48.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:27:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:48 smithi079 bash[28699]: cluster 2023-12-07T22:27:47.646733+0000 mgr.a (mgr.14403) 12572 : cluster 0 pgmap v9385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:48 smithi194 bash[32038]: cluster 2023-12-07T22:27:47.646733+0000 mgr.a (mgr.14403) 12572 : cluster 0 pgmap v9385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:48 smithi135 bash[32435]: cluster 2023-12-07T22:27:47.646733+0000 mgr.a (mgr.14403) 12572 : cluster 0 pgmap v9385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:49 smithi079 bash[28699]: audit 2023-12-07T22:27:48.406257+0000 mgr.a (mgr.14403) 12573 : audit 0 from='client.254625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:50.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:49 smithi194 bash[32038]: audit 2023-12-07T22:27:48.406257+0000 mgr.a (mgr.14403) 12573 : audit 0 from='client.254625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:50.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:49 smithi135 bash[32435]: audit 2023-12-07T22:27:48.406257+0000 mgr.a (mgr.14403) 12573 : audit 0 from='client.254625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:50 smithi079 bash[28699]: cluster 2023-12-07T22:27:49.647773+0000 mgr.a (mgr.14403) 12574 : cluster 0 pgmap v9386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:27:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:50 smithi194 bash[32038]: cluster 2023-12-07T22:27:49.647773+0000 mgr.a (mgr.14403) 12574 : cluster 0 pgmap v9386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:27:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:50 smithi135 bash[32435]: cluster 2023-12-07T22:27:49.647773+0000 mgr.a (mgr.14403) 12574 : cluster 0 pgmap v9386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:27:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:52 smithi079 bash[28699]: cluster 2023-12-07T22:27:51.648345+0000 mgr.a (mgr.14403) 12575 : cluster 0 pgmap v9387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:27:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:52 smithi194 bash[32038]: cluster 2023-12-07T22:27:51.648345+0000 mgr.a (mgr.14403) 12575 : cluster 0 pgmap v9387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:27:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:52 smithi135 bash[32435]: cluster 2023-12-07T22:27:51.648345+0000 mgr.a (mgr.14403) 12575 : cluster 0 pgmap v9387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:27:53.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:27:53.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:53.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:27:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:53 smithi079 bash[28699]: audit 2023-12-07T22:27:53.167776+0000 mon.a (mon.0) 2185 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:27:54.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:53 smithi194 bash[32038]: audit 2023-12-07T22:27:53.167776+0000 mon.a (mon.0) 2185 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:27:54.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:53 smithi135 bash[32435]: audit 2023-12-07T22:27:53.167776+0000 mon.a (mon.0) 2185 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:27:54.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:27:54.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:27:54.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:27:54.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:27:54.773 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:27:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:54 smithi079 bash[28699]: cluster 2023-12-07T22:27:53.649070+0000 mgr.a (mgr.14403) 12576 : cluster 0 pgmap v9388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:54 smithi194 bash[32038]: cluster 2023-12-07T22:27:53.649070+0000 mgr.a (mgr.14403) 12576 : cluster 0 pgmap v9388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:54 smithi135 bash[32435]: cluster 2023-12-07T22:27:53.649070+0000 mgr.a (mgr.14403) 12576 : cluster 0 pgmap v9388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:27:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:55 smithi079 bash[28699]: audit 2023-12-07T22:27:54.286554+0000 mgr.a (mgr.14403) 12577 : audit 0 from='client.254697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:56.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:55 smithi194 bash[32038]: audit 2023-12-07T22:27:54.286554+0000 mgr.a (mgr.14403) 12577 : audit 0 from='client.254697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:56.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:55 smithi135 bash[32435]: audit 2023-12-07T22:27:54.286554+0000 mgr.a (mgr.14403) 12577 : audit 0 from='client.254697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:27:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:56 smithi079 bash[28699]: cluster 2023-12-07T22:27:55.649903+0000 mgr.a (mgr.14403) 12578 : cluster 0 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-07T22:27:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:56 smithi194 bash[32038]: cluster 2023-12-07T22:27:55.649903+0000 mgr.a (mgr.14403) 12578 : cluster 0 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-07T22:27:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:56 smithi135 bash[32435]: cluster 2023-12-07T22:27:55.649903+0000 mgr.a (mgr.14403) 12578 : cluster 0 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-07T22:27:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:58 smithi079 bash[28699]: cluster 2023-12-07T22:27:57.650516+0000 mgr.a (mgr.14403) 12579 : cluster 0 pgmap v9390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:58 smithi079 bash[28699]: audit 2023-12-07T22:27:58.518834+0000 mon.a (mon.0) 2186 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:58 smithi079 bash[28699]: audit 2023-12-07T22:27:58.524191+0000 mon.a (mon.0) 2187 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:58 smithi079 bash[28699]: audit 2023-12-07T22:27:58.568790+0000 mon.a (mon.0) 2188 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:58 smithi079 bash[28699]: audit 2023-12-07T22:27:58.572811+0000 mon.a (mon.0) 2189 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:58 smithi079 bash[28699]: audit 2023-12-07T22:27:58.577301+0000 mon.a (mon.0) 2190 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:58 smithi079 bash[28699]: audit 2023-12-07T22:27:58.582104+0000 mon.a (mon.0) 2191 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:58 smithi194 bash[32038]: cluster 2023-12-07T22:27:57.650516+0000 mgr.a (mgr.14403) 12579 : cluster 0 pgmap v9390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:58 smithi194 bash[32038]: audit 2023-12-07T22:27:58.518834+0000 mon.a (mon.0) 2186 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:58 smithi194 bash[32038]: audit 2023-12-07T22:27:58.524191+0000 mon.a (mon.0) 2187 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:58 smithi194 bash[32038]: audit 2023-12-07T22:27:58.568790+0000 mon.a (mon.0) 2188 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:58 smithi194 bash[32038]: audit 2023-12-07T22:27:58.572811+0000 mon.a (mon.0) 2189 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:58 smithi194 bash[32038]: audit 2023-12-07T22:27:58.577301+0000 mon.a (mon.0) 2190 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:58 smithi194 bash[32038]: audit 2023-12-07T22:27:58.582104+0000 mon.a (mon.0) 2191 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:58 smithi135 bash[32435]: cluster 2023-12-07T22:27:57.650516+0000 mgr.a (mgr.14403) 12579 : cluster 0 pgmap v9390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:27:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:58 smithi135 bash[32435]: audit 2023-12-07T22:27:58.518834+0000 mon.a (mon.0) 2186 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:58 smithi135 bash[32435]: audit 2023-12-07T22:27:58.524191+0000 mon.a (mon.0) 2187 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:58 smithi135 bash[32435]: audit 2023-12-07T22:27:58.568790+0000 mon.a (mon.0) 2188 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:58 smithi135 bash[32435]: audit 2023-12-07T22:27:58.572811+0000 mon.a (mon.0) 2189 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:58 smithi135 bash[32435]: audit 2023-12-07T22:27:58.577301+0000 mon.a (mon.0) 2190 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:58 smithi135 bash[32435]: audit 2023-12-07T22:27:58.582104+0000 mon.a (mon.0) 2191 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:27:59.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:27:59.776 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:27:59.776 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:59 smithi079 bash[28699]: audit 2023-12-07T22:27:59.264598+0000 mon.a (mon.0) 2192 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:28:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:59 smithi079 bash[28699]: audit 2023-12-07T22:27:59.266425+0000 mon.a (mon.0) 2193 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:28:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:27:59 smithi079 bash[28699]: audit 2023-12-07T22:27:59.276223+0000 mon.a (mon.0) 2194 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:28:00.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:59 smithi194 bash[32038]: audit 2023-12-07T22:27:59.264598+0000 mon.a (mon.0) 2192 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:28:00.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:59 smithi194 bash[32038]: audit 2023-12-07T22:27:59.266425+0000 mon.a (mon.0) 2193 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:28:00.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:27:59 smithi194 bash[32038]: audit 2023-12-07T22:27:59.276223+0000 mon.a (mon.0) 2194 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:28:00.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:59 smithi135 bash[32435]: audit 2023-12-07T22:27:59.264598+0000 mon.a (mon.0) 2192 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:28:00.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:59 smithi135 bash[32435]: audit 2023-12-07T22:27:59.266425+0000 mon.a (mon.0) 2193 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:28:00.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:27:59 smithi135 bash[32435]: audit 2023-12-07T22:27:59.276223+0000 mon.a (mon.0) 2194 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:28:00.674 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:28:00.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:00.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:00.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:00.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:28:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:00 smithi079 bash[28699]: cluster 2023-12-07T22:27:59.651335+0000 mgr.a (mgr.14403) 12580 : cluster 0 pgmap v9391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:00 smithi194 bash[32038]: cluster 2023-12-07T22:27:59.651335+0000 mgr.a (mgr.14403) 12580 : cluster 0 pgmap v9391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:00 smithi135 bash[32435]: cluster 2023-12-07T22:27:59.651335+0000 mgr.a (mgr.14403) 12580 : cluster 0 pgmap v9391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:01 smithi079 bash[28699]: audit 2023-12-07T22:28:00.178101+0000 mgr.a (mgr.14403) 12581 : audit 0 from='client.254772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:01 smithi194 bash[32038]: audit 2023-12-07T22:28:00.178101+0000 mgr.a (mgr.14403) 12581 : audit 0 from='client.254772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:01 smithi135 bash[32435]: audit 2023-12-07T22:28:00.178101+0000 mgr.a (mgr.14403) 12581 : audit 0 from='client.254772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:02 smithi079 bash[28699]: cluster 2023-12-07T22:28:01.652109+0000 mgr.a (mgr.14403) 12582 : cluster 0 pgmap v9392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:28:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:02 smithi194 bash[32038]: cluster 2023-12-07T22:28:01.652109+0000 mgr.a (mgr.14403) 12582 : cluster 0 pgmap v9392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:28:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:02 smithi135 bash[32435]: cluster 2023-12-07T22:28:01.652109+0000 mgr.a (mgr.14403) 12582 : cluster 0 pgmap v9392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:28:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:04 smithi079 bash[28699]: cluster 2023-12-07T22:28:03.652933+0000 mgr.a (mgr.14403) 12583 : cluster 0 pgmap v9393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:28:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:04 smithi194 bash[32038]: cluster 2023-12-07T22:28:03.652933+0000 mgr.a (mgr.14403) 12583 : cluster 0 pgmap v9393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:28:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:04 smithi135 bash[32435]: cluster 2023-12-07T22:28:03.652933+0000 mgr.a (mgr.14403) 12583 : cluster 0 pgmap v9393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:28:05.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:28:05.677 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:05.677 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:06.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:06.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:06.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:06.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:28:06.583 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:28:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:06 smithi079 bash[28699]: cluster 2023-12-07T22:28:05.653567+0000 mgr.a (mgr.14403) 12584 : cluster 0 pgmap v9394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:06 smithi194 bash[32038]: cluster 2023-12-07T22:28:05.653567+0000 mgr.a (mgr.14403) 12584 : cluster 0 pgmap v9394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:06 smithi135 bash[32435]: cluster 2023-12-07T22:28:05.653567+0000 mgr.a (mgr.14403) 12584 : cluster 0 pgmap v9394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:07 smithi079 bash[28699]: audit 2023-12-07T22:28:06.073233+0000 mgr.a (mgr.14403) 12585 : audit 0 from='client.254847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:07 smithi194 bash[32038]: audit 2023-12-07T22:28:06.073233+0000 mgr.a (mgr.14403) 12585 : audit 0 from='client.254847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:07 smithi135 bash[32435]: audit 2023-12-07T22:28:06.073233+0000 mgr.a (mgr.14403) 12585 : audit 0 from='client.254847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:08 smithi079 bash[28699]: cluster 2023-12-07T22:28:07.654280+0000 mgr.a (mgr.14403) 12586 : cluster 0 pgmap v9395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:09.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:08 smithi194 bash[32038]: cluster 2023-12-07T22:28:07.654280+0000 mgr.a (mgr.14403) 12586 : cluster 0 pgmap v9395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:08 smithi135 bash[32435]: cluster 2023-12-07T22:28:07.654280+0000 mgr.a (mgr.14403) 12586 : cluster 0 pgmap v9395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:10 smithi079 bash[28699]: cluster 2023-12-07T22:28:09.655087+0000 mgr.a (mgr.14403) 12587 : cluster 0 pgmap v9396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:10 smithi194 bash[32038]: cluster 2023-12-07T22:28:09.655087+0000 mgr.a (mgr.14403) 12587 : cluster 0 pgmap v9396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:10 smithi135 bash[32435]: cluster 2023-12-07T22:28:09.655087+0000 mgr.a (mgr.14403) 12587 : cluster 0 pgmap v9396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:11.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:28:11.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:11.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:12.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:12.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:12.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:12.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:28:12.489 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:28:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:12 smithi079 bash[28699]: cluster 2023-12-07T22:28:11.655597+0000 mgr.a (mgr.14403) 12588 : cluster 0 pgmap v9397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:12 smithi194 bash[32038]: cluster 2023-12-07T22:28:11.655597+0000 mgr.a (mgr.14403) 12588 : cluster 0 pgmap v9397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:12 smithi135 bash[32435]: cluster 2023-12-07T22:28:11.655597+0000 mgr.a (mgr.14403) 12588 : cluster 0 pgmap v9397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:13 smithi079 bash[28699]: audit 2023-12-07T22:28:11.992533+0000 mgr.a (mgr.14403) 12589 : audit 0 from='client.254922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:13 smithi194 bash[32038]: audit 2023-12-07T22:28:11.992533+0000 mgr.a (mgr.14403) 12589 : audit 0 from='client.254922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:13 smithi135 bash[32435]: audit 2023-12-07T22:28:11.992533+0000 mgr.a (mgr.14403) 12589 : audit 0 from='client.254922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:14 smithi079 bash[28699]: cluster 2023-12-07T22:28:13.656503+0000 mgr.a (mgr.14403) 12590 : cluster 0 pgmap v9398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:14 smithi194 bash[32038]: cluster 2023-12-07T22:28:13.656503+0000 mgr.a (mgr.14403) 12590 : cluster 0 pgmap v9398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:14 smithi135 bash[32435]: cluster 2023-12-07T22:28:13.656503+0000 mgr.a (mgr.14403) 12590 : cluster 0 pgmap v9398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:16 smithi079 bash[28699]: cluster 2023-12-07T22:28:15.657084+0000 mgr.a (mgr.14403) 12591 : cluster 0 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-07T22:28:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:16 smithi194 bash[32038]: cluster 2023-12-07T22:28:15.657084+0000 mgr.a (mgr.14403) 12591 : cluster 0 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-07T22:28:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:16 smithi135 bash[32435]: cluster 2023-12-07T22:28:15.657084+0000 mgr.a (mgr.14403) 12591 : cluster 0 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-07T22:28:17.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:28:17.492 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:17.492 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:18.404 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:28:18.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:18.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:18.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:18.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:28:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:18 smithi079 bash[28699]: cluster 2023-12-07T22:28:17.657686+0000 mgr.a (mgr.14403) 12592 : cluster 0 pgmap v9400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:18 smithi194 bash[32038]: cluster 2023-12-07T22:28:17.657686+0000 mgr.a (mgr.14403) 12592 : cluster 0 pgmap v9400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:18 smithi135 bash[32435]: cluster 2023-12-07T22:28:17.657686+0000 mgr.a (mgr.14403) 12592 : cluster 0 pgmap v9400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:19 smithi079 bash[28699]: audit 2023-12-07T22:28:17.899407+0000 mgr.a (mgr.14403) 12593 : audit 0 from='client.254988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:19 smithi194 bash[32038]: audit 2023-12-07T22:28:17.899407+0000 mgr.a (mgr.14403) 12593 : audit 0 from='client.254988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:20.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:19 smithi135 bash[32435]: audit 2023-12-07T22:28:17.899407+0000 mgr.a (mgr.14403) 12593 : audit 0 from='client.254988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:20 smithi079 bash[28699]: cluster 2023-12-07T22:28:19.658634+0000 mgr.a (mgr.14403) 12594 : cluster 0 pgmap v9401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:21.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:20 smithi194 bash[32038]: cluster 2023-12-07T22:28:19.658634+0000 mgr.a (mgr.14403) 12594 : cluster 0 pgmap v9401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:20 smithi135 bash[32435]: cluster 2023-12-07T22:28:19.658634+0000 mgr.a (mgr.14403) 12594 : cluster 0 pgmap v9401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:22 smithi079 bash[28699]: cluster 2023-12-07T22:28:21.659187+0000 mgr.a (mgr.14403) 12595 : cluster 0 pgmap v9402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:22 smithi194 bash[32038]: cluster 2023-12-07T22:28:21.659187+0000 mgr.a (mgr.14403) 12595 : cluster 0 pgmap v9402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:22 smithi135 bash[32435]: cluster 2023-12-07T22:28:21.659187+0000 mgr.a (mgr.14403) 12595 : cluster 0 pgmap v9402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:23.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:28:23.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:23.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:24.330 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:28:24.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:24.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:24.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:24.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:28:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:24 smithi079 bash[28699]: cluster 2023-12-07T22:28:23.659952+0000 mgr.a (mgr.14403) 12596 : cluster 0 pgmap v9403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:24 smithi079 bash[28699]: audit 2023-12-07T22:28:23.829571+0000 mgr.a (mgr.14403) 12597 : audit 0 from='client.255066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:24 smithi194 bash[32038]: cluster 2023-12-07T22:28:23.659952+0000 mgr.a (mgr.14403) 12596 : cluster 0 pgmap v9403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:24 smithi194 bash[32038]: audit 2023-12-07T22:28:23.829571+0000 mgr.a (mgr.14403) 12597 : audit 0 from='client.255066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:24 smithi135 bash[32435]: cluster 2023-12-07T22:28:23.659952+0000 mgr.a (mgr.14403) 12596 : cluster 0 pgmap v9403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:24 smithi135 bash[32435]: audit 2023-12-07T22:28:23.829571+0000 mgr.a (mgr.14403) 12597 : audit 0 from='client.255066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:26 smithi079 bash[28699]: cluster 2023-12-07T22:28:25.660656+0000 mgr.a (mgr.14403) 12598 : cluster 0 pgmap v9404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:26 smithi194 bash[32038]: cluster 2023-12-07T22:28:25.660656+0000 mgr.a (mgr.14403) 12598 : cluster 0 pgmap v9404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:26 smithi135 bash[32435]: cluster 2023-12-07T22:28:25.660656+0000 mgr.a (mgr.14403) 12598 : cluster 0 pgmap v9404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:28 smithi079 bash[28699]: cluster 2023-12-07T22:28:27.661259+0000 mgr.a (mgr.14403) 12599 : cluster 0 pgmap v9405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:28 smithi194 bash[32038]: cluster 2023-12-07T22:28:27.661259+0000 mgr.a (mgr.14403) 12599 : cluster 0 pgmap v9405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:28 smithi135 bash[32435]: cluster 2023-12-07T22:28:27.661259+0000 mgr.a (mgr.14403) 12599 : cluster 0 pgmap v9405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:29.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:28:29.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:29.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:30.260 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:28:30.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:30.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:30.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:30.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:28:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:30 smithi079 bash[28699]: cluster 2023-12-07T22:28:29.662107+0000 mgr.a (mgr.14403) 12600 : cluster 0 pgmap v9406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:30 smithi079 bash[28699]: audit 2023-12-07T22:28:29.737577+0000 mgr.a (mgr.14403) 12601 : audit 0 from='client.255141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:30 smithi194 bash[32038]: cluster 2023-12-07T22:28:29.662107+0000 mgr.a (mgr.14403) 12600 : cluster 0 pgmap v9406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:30 smithi194 bash[32038]: audit 2023-12-07T22:28:29.737577+0000 mgr.a (mgr.14403) 12601 : audit 0 from='client.255141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:30 smithi135 bash[32435]: cluster 2023-12-07T22:28:29.662107+0000 mgr.a (mgr.14403) 12600 : cluster 0 pgmap v9406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:30 smithi135 bash[32435]: audit 2023-12-07T22:28:29.737577+0000 mgr.a (mgr.14403) 12601 : audit 0 from='client.255141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:32 smithi079 bash[28699]: cluster 2023-12-07T22:28:31.662791+0000 mgr.a (mgr.14403) 12602 : cluster 0 pgmap v9407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:32 smithi194 bash[32038]: cluster 2023-12-07T22:28:31.662791+0000 mgr.a (mgr.14403) 12602 : cluster 0 pgmap v9407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:32 smithi135 bash[32435]: cluster 2023-12-07T22:28:31.662791+0000 mgr.a (mgr.14403) 12602 : cluster 0 pgmap v9407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:28:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:34 smithi079 bash[28699]: cluster 2023-12-07T22:28:33.663576+0000 mgr.a (mgr.14403) 12603 : cluster 0 pgmap v9408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:34 smithi194 bash[32038]: cluster 2023-12-07T22:28:33.663576+0000 mgr.a (mgr.14403) 12603 : cluster 0 pgmap v9408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:34 smithi135 bash[32435]: cluster 2023-12-07T22:28:33.663576+0000 mgr.a (mgr.14403) 12603 : cluster 0 pgmap v9408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:35.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:28:35.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:35.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:36.139 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:28:36.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:36.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:36.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:36.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:28:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:36 smithi079 bash[28699]: audit 2023-12-07T22:28:35.663576+0000 mgr.a (mgr.14403) 12604 : audit 0 from='client.255219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:36 smithi079 bash[28699]: cluster 2023-12-07T22:28:35.664076+0000 mgr.a (mgr.14403) 12605 : cluster 0 pgmap v9409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:36 smithi194 bash[32038]: audit 2023-12-07T22:28:35.663576+0000 mgr.a (mgr.14403) 12604 : audit 0 from='client.255219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:36 smithi194 bash[32038]: cluster 2023-12-07T22:28:35.664076+0000 mgr.a (mgr.14403) 12605 : cluster 0 pgmap v9409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:36 smithi135 bash[32435]: audit 2023-12-07T22:28:35.663576+0000 mgr.a (mgr.14403) 12604 : audit 0 from='client.255219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:36 smithi135 bash[32435]: cluster 2023-12-07T22:28:35.664076+0000 mgr.a (mgr.14403) 12605 : cluster 0 pgmap v9409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:38 smithi079 bash[28699]: cluster 2023-12-07T22:28:37.664786+0000 mgr.a (mgr.14403) 12606 : cluster 0 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-07T22:28:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:38 smithi194 bash[32038]: cluster 2023-12-07T22:28:37.664786+0000 mgr.a (mgr.14403) 12606 : cluster 0 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-07T22:28:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:38 smithi135 bash[32435]: cluster 2023-12-07T22:28:37.664786+0000 mgr.a (mgr.14403) 12606 : cluster 0 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-07T22:28:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:40 smithi079 bash[28699]: cluster 2023-12-07T22:28:39.665584+0000 mgr.a (mgr.14403) 12607 : cluster 0 pgmap v9411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:40.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:40 smithi194 bash[32038]: cluster 2023-12-07T22:28:39.665584+0000 mgr.a (mgr.14403) 12607 : cluster 0 pgmap v9411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:40 smithi135 bash[32435]: cluster 2023-12-07T22:28:39.665584+0000 mgr.a (mgr.14403) 12607 : cluster 0 pgmap v9411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:41.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:28:41.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:41.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:42.065 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:28:42.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:42.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:42.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:42.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:28:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:42 smithi079 bash[28699]: audit 2023-12-07T22:28:41.553975+0000 mgr.a (mgr.14403) 12608 : audit 0 from='client.255297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:42 smithi079 bash[28699]: cluster 2023-12-07T22:28:41.666213+0000 mgr.a (mgr.14403) 12609 : cluster 0 pgmap v9412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:42 smithi194 bash[32038]: audit 2023-12-07T22:28:41.553975+0000 mgr.a (mgr.14403) 12608 : audit 0 from='client.255297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:42 smithi194 bash[32038]: cluster 2023-12-07T22:28:41.666213+0000 mgr.a (mgr.14403) 12609 : cluster 0 pgmap v9412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:42 smithi135 bash[32435]: audit 2023-12-07T22:28:41.553975+0000 mgr.a (mgr.14403) 12608 : audit 0 from='client.255297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:42 smithi135 bash[32435]: cluster 2023-12-07T22:28:41.666213+0000 mgr.a (mgr.14403) 12609 : cluster 0 pgmap v9412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:44 smithi079 bash[28699]: cluster 2023-12-07T22:28:43.667237+0000 mgr.a (mgr.14403) 12610 : cluster 0 pgmap v9413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:45.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:44 smithi194 bash[32038]: cluster 2023-12-07T22:28:43.667237+0000 mgr.a (mgr.14403) 12610 : cluster 0 pgmap v9413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:44 smithi135 bash[32435]: cluster 2023-12-07T22:28:43.667237+0000 mgr.a (mgr.14403) 12610 : cluster 0 pgmap v9413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:47.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:28:47.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:47.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:46 smithi079 bash[28699]: cluster 2023-12-07T22:28:45.667921+0000 mgr.a (mgr.14403) 12611 : cluster 0 pgmap v9414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:46 smithi194 bash[32038]: cluster 2023-12-07T22:28:45.667921+0000 mgr.a (mgr.14403) 12611 : cluster 0 pgmap v9414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:46 smithi135 bash[32435]: cluster 2023-12-07T22:28:45.667921+0000 mgr.a (mgr.14403) 12611 : cluster 0 pgmap v9414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:47.963 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:28:47.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:47.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:47.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:47.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:28:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:48 smithi079 bash[28699]: audit 2023-12-07T22:28:47.469711+0000 mgr.a (mgr.14403) 12612 : audit 0 from='client.255372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:48 smithi079 bash[28699]: cluster 2023-12-07T22:28:47.668763+0000 mgr.a (mgr.14403) 12613 : cluster 0 pgmap v9415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:48 smithi194 bash[32038]: audit 2023-12-07T22:28:47.469711+0000 mgr.a (mgr.14403) 12612 : audit 0 from='client.255372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:48 smithi194 bash[32038]: cluster 2023-12-07T22:28:47.668763+0000 mgr.a (mgr.14403) 12613 : cluster 0 pgmap v9415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:48 smithi135 bash[32435]: audit 2023-12-07T22:28:47.469711+0000 mgr.a (mgr.14403) 12612 : audit 0 from='client.255372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:48 smithi135 bash[32435]: cluster 2023-12-07T22:28:47.668763+0000 mgr.a (mgr.14403) 12613 : cluster 0 pgmap v9415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:50 smithi079 bash[28699]: cluster 2023-12-07T22:28:49.669626+0000 mgr.a (mgr.14403) 12614 : cluster 0 pgmap v9416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:50 smithi194 bash[32038]: cluster 2023-12-07T22:28:49.669626+0000 mgr.a (mgr.14403) 12614 : cluster 0 pgmap v9416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:50 smithi135 bash[32435]: cluster 2023-12-07T22:28:49.669626+0000 mgr.a (mgr.14403) 12614 : cluster 0 pgmap v9416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:28:52.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:28:52.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:52.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:52 smithi079 bash[28699]: cluster 2023-12-07T22:28:51.670128+0000 mgr.a (mgr.14403) 12615 : cluster 0 pgmap v9417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:52 smithi194 bash[32038]: cluster 2023-12-07T22:28:51.670128+0000 mgr.a (mgr.14403) 12615 : cluster 0 pgmap v9417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:52 smithi135 bash[32435]: cluster 2023-12-07T22:28:51.670128+0000 mgr.a (mgr.14403) 12615 : cluster 0 pgmap v9417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:28:53.879 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:28:53.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:53.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:53.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:53.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:28:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:54 smithi079 bash[28699]: audit 2023-12-07T22:28:53.373984+0000 mgr.a (mgr.14403) 12616 : audit 0 from='client.255450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:54 smithi079 bash[28699]: cluster 2023-12-07T22:28:53.671326+0000 mgr.a (mgr.14403) 12617 : cluster 0 pgmap v9418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:28:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:54 smithi194 bash[32038]: audit 2023-12-07T22:28:53.373984+0000 mgr.a (mgr.14403) 12616 : audit 0 from='client.255450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:54 smithi194 bash[32038]: cluster 2023-12-07T22:28:53.671326+0000 mgr.a (mgr.14403) 12617 : cluster 0 pgmap v9418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:28:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:54 smithi135 bash[32435]: audit 2023-12-07T22:28:53.373984+0000 mgr.a (mgr.14403) 12616 : audit 0 from='client.255450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:28:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:54 smithi135 bash[32435]: cluster 2023-12-07T22:28:53.671326+0000 mgr.a (mgr.14403) 12617 : cluster 0 pgmap v9418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:28:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:56 smithi079 bash[28699]: cluster 2023-12-07T22:28:55.671953+0000 mgr.a (mgr.14403) 12618 : cluster 0 pgmap v9419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:28:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:56 smithi194 bash[32038]: cluster 2023-12-07T22:28:55.671953+0000 mgr.a (mgr.14403) 12618 : cluster 0 pgmap v9419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:28:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:56 smithi135 bash[32435]: cluster 2023-12-07T22:28:55.671953+0000 mgr.a (mgr.14403) 12618 : cluster 0 pgmap v9419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:28:58.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:28:58.883 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:28:58.883 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:28:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:58 smithi079 bash[28699]: cluster 2023-12-07T22:28:57.672531+0000 mgr.a (mgr.14403) 12619 : cluster 0 pgmap v9420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:28:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:58 smithi194 bash[32038]: cluster 2023-12-07T22:28:57.672531+0000 mgr.a (mgr.14403) 12619 : cluster 0 pgmap v9420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:28:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:58 smithi135 bash[32435]: cluster 2023-12-07T22:28:57.672531+0000 mgr.a (mgr.14403) 12619 : cluster 0 pgmap v9420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:28:59.775 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:28:59.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:28:59.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:28:59.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:28:59.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:29:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:28:59 smithi079 bash[28699]: audit 2023-12-07T22:28:59.379402+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:29:00.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:28:59 smithi194 bash[32038]: audit 2023-12-07T22:28:59.379402+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:29:00.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:28:59 smithi135 bash[32435]: audit 2023-12-07T22:28:59.379402+0000 mon.a (mon.0) 2195 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:29:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:00 smithi079 bash[28699]: audit 2023-12-07T22:28:59.284796+0000 mgr.a (mgr.14403) 12620 : audit 0 from='client.255528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:00 smithi079 bash[28699]: cluster 2023-12-07T22:28:59.673674+0000 mgr.a (mgr.14403) 12621 : cluster 0 pgmap v9421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:00 smithi079 bash[28699]: audit 2023-12-07T22:29:00.174472+0000 mon.a (mon.0) 2196 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:29:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:00 smithi079 bash[28699]: audit 2023-12-07T22:29:00.176400+0000 mon.a (mon.0) 2197 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:29:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:00 smithi079 bash[28699]: audit 2023-12-07T22:29:00.187296+0000 mon.a (mon.0) 2198 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:29:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:00 smithi194 bash[32038]: audit 2023-12-07T22:28:59.284796+0000 mgr.a (mgr.14403) 12620 : audit 0 from='client.255528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:00 smithi194 bash[32038]: cluster 2023-12-07T22:28:59.673674+0000 mgr.a (mgr.14403) 12621 : cluster 0 pgmap v9421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:00 smithi194 bash[32038]: audit 2023-12-07T22:29:00.174472+0000 mon.a (mon.0) 2196 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:29:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:00 smithi194 bash[32038]: audit 2023-12-07T22:29:00.176400+0000 mon.a (mon.0) 2197 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:29:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:00 smithi194 bash[32038]: audit 2023-12-07T22:29:00.187296+0000 mon.a (mon.0) 2198 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:29:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:00 smithi135 bash[32435]: audit 2023-12-07T22:28:59.284796+0000 mgr.a (mgr.14403) 12620 : audit 0 from='client.255528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:00 smithi135 bash[32435]: cluster 2023-12-07T22:28:59.673674+0000 mgr.a (mgr.14403) 12621 : cluster 0 pgmap v9421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:00 smithi135 bash[32435]: audit 2023-12-07T22:29:00.174472+0000 mon.a (mon.0) 2196 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:29:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:00 smithi135 bash[32435]: audit 2023-12-07T22:29:00.176400+0000 mon.a (mon.0) 2197 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:29:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:00 smithi135 bash[32435]: audit 2023-12-07T22:29:00.187296+0000 mon.a (mon.0) 2198 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:29:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:02 smithi079 bash[28699]: cluster 2023-12-07T22:29:01.674276+0000 mgr.a (mgr.14403) 12622 : cluster 0 pgmap v9422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:03.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:02 smithi194 bash[32038]: cluster 2023-12-07T22:29:01.674276+0000 mgr.a (mgr.14403) 12622 : cluster 0 pgmap v9422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:02 smithi135 bash[32435]: cluster 2023-12-07T22:29:01.674276+0000 mgr.a (mgr.14403) 12622 : cluster 0 pgmap v9422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:04.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:29:04.779 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:04.779 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:04 smithi079 bash[28699]: cluster 2023-12-07T22:29:03.675130+0000 mgr.a (mgr.14403) 12623 : cluster 0 pgmap v9423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:04 smithi194 bash[32038]: cluster 2023-12-07T22:29:03.675130+0000 mgr.a (mgr.14403) 12623 : cluster 0 pgmap v9423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:04 smithi135 bash[32435]: cluster 2023-12-07T22:29:03.675130+0000 mgr.a (mgr.14403) 12623 : cluster 0 pgmap v9423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:05.686 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:29:05.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:05.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:05.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:05.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:29:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:06 smithi079 bash[28699]: audit 2023-12-07T22:29:05.188825+0000 mgr.a (mgr.14403) 12624 : audit 0 from='client.255600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:06 smithi079 bash[28699]: cluster 2023-12-07T22:29:05.675742+0000 mgr.a (mgr.14403) 12625 : cluster 0 pgmap v9424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:29:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:06 smithi194 bash[32038]: audit 2023-12-07T22:29:05.188825+0000 mgr.a (mgr.14403) 12624 : audit 0 from='client.255600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:06 smithi194 bash[32038]: cluster 2023-12-07T22:29:05.675742+0000 mgr.a (mgr.14403) 12625 : cluster 0 pgmap v9424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:29:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:06 smithi135 bash[32435]: audit 2023-12-07T22:29:05.188825+0000 mgr.a (mgr.14403) 12624 : audit 0 from='client.255600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:06 smithi135 bash[32435]: cluster 2023-12-07T22:29:05.675742+0000 mgr.a (mgr.14403) 12625 : cluster 0 pgmap v9424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:29:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:08 smithi079 bash[28699]: cluster 2023-12-07T22:29:07.676440+0000 mgr.a (mgr.14403) 12626 : cluster 0 pgmap v9425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:29:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:08 smithi194 bash[32038]: cluster 2023-12-07T22:29:07.676440+0000 mgr.a (mgr.14403) 12626 : cluster 0 pgmap v9425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:29:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:08 smithi135 bash[32435]: cluster 2023-12-07T22:29:07.676440+0000 mgr.a (mgr.14403) 12626 : cluster 0 pgmap v9425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:29:10.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:29:10.690 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:10.690 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:10 smithi079 bash[28699]: cluster 2023-12-07T22:29:09.677277+0000 mgr.a (mgr.14403) 12627 : cluster 0 pgmap v9426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:29:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:10 smithi194 bash[32038]: cluster 2023-12-07T22:29:09.677277+0000 mgr.a (mgr.14403) 12627 : cluster 0 pgmap v9426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:29:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:10 smithi135 bash[32435]: cluster 2023-12-07T22:29:09.677277+0000 mgr.a (mgr.14403) 12627 : cluster 0 pgmap v9426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:29:11.604 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:29:11.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:11.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:11.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:11.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:29:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:12 smithi079 bash[28699]: audit 2023-12-07T22:29:11.096278+0000 mgr.a (mgr.14403) 12628 : audit 0 from='client.255675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:12 smithi079 bash[28699]: cluster 2023-12-07T22:29:11.678004+0000 mgr.a (mgr.14403) 12629 : cluster 0 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-07T22:29:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:12 smithi194 bash[32038]: audit 2023-12-07T22:29:11.096278+0000 mgr.a (mgr.14403) 12628 : audit 0 from='client.255675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:12 smithi194 bash[32038]: cluster 2023-12-07T22:29:11.678004+0000 mgr.a (mgr.14403) 12629 : cluster 0 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-07T22:29:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:12 smithi135 bash[32435]: audit 2023-12-07T22:29:11.096278+0000 mgr.a (mgr.14403) 12628 : audit 0 from='client.255675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:12 smithi135 bash[32435]: cluster 2023-12-07T22:29:11.678004+0000 mgr.a (mgr.14403) 12629 : cluster 0 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-07T22:29:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:14 smithi079 bash[28699]: cluster 2023-12-07T22:29:13.678820+0000 mgr.a (mgr.14403) 12630 : cluster 0 pgmap v9428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:14 smithi194 bash[32038]: cluster 2023-12-07T22:29:13.678820+0000 mgr.a (mgr.14403) 12630 : cluster 0 pgmap v9428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:14 smithi135 bash[32435]: cluster 2023-12-07T22:29:13.678820+0000 mgr.a (mgr.14403) 12630 : cluster 0 pgmap v9428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:16.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:29:16.607 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:16.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:16 smithi079 bash[28699]: cluster 2023-12-07T22:29:15.679393+0000 mgr.a (mgr.14403) 12631 : cluster 0 pgmap v9429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:16 smithi194 bash[32038]: cluster 2023-12-07T22:29:15.679393+0000 mgr.a (mgr.14403) 12631 : cluster 0 pgmap v9429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:16 smithi135 bash[32435]: cluster 2023-12-07T22:29:15.679393+0000 mgr.a (mgr.14403) 12631 : cluster 0 pgmap v9429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:17.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:17.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:17.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:17.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:29:17.544 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:29:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:18 smithi079 bash[28699]: audit 2023-12-07T22:29:17.015846+0000 mgr.a (mgr.14403) 12632 : audit 0 from='client.255747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:18 smithi079 bash[28699]: cluster 2023-12-07T22:29:17.680118+0000 mgr.a (mgr.14403) 12633 : cluster 0 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-07T22:29:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:18 smithi194 bash[32038]: audit 2023-12-07T22:29:17.015846+0000 mgr.a (mgr.14403) 12632 : audit 0 from='client.255747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:18 smithi194 bash[32038]: cluster 2023-12-07T22:29:17.680118+0000 mgr.a (mgr.14403) 12633 : cluster 0 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-07T22:29:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:18 smithi135 bash[32435]: audit 2023-12-07T22:29:17.015846+0000 mgr.a (mgr.14403) 12632 : audit 0 from='client.255747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:18 smithi135 bash[32435]: cluster 2023-12-07T22:29:17.680118+0000 mgr.a (mgr.14403) 12633 : cluster 0 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-07T22:29:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:20 smithi079 bash[28699]: cluster 2023-12-07T22:29:19.680960+0000 mgr.a (mgr.14403) 12634 : cluster 0 pgmap v9431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:20 smithi194 bash[32038]: cluster 2023-12-07T22:29:19.680960+0000 mgr.a (mgr.14403) 12634 : cluster 0 pgmap v9431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:20 smithi135 bash[32435]: cluster 2023-12-07T22:29:19.680960+0000 mgr.a (mgr.14403) 12634 : cluster 0 pgmap v9431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:22.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:29:22.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:22.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:22 smithi079 bash[28699]: cluster 2023-12-07T22:29:21.681524+0000 mgr.a (mgr.14403) 12635 : cluster 0 pgmap v9432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:22 smithi194 bash[32038]: cluster 2023-12-07T22:29:21.681524+0000 mgr.a (mgr.14403) 12635 : cluster 0 pgmap v9432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:22 smithi135 bash[32435]: cluster 2023-12-07T22:29:21.681524+0000 mgr.a (mgr.14403) 12635 : cluster 0 pgmap v9432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:23.447 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:29:23.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:23.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:23.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:23.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:29:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:24 smithi079 bash[28699]: audit 2023-12-07T22:29:22.952085+0000 mgr.a (mgr.14403) 12636 : audit 0 from='client.255822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:24 smithi079 bash[28699]: cluster 2023-12-07T22:29:23.682397+0000 mgr.a (mgr.14403) 12637 : cluster 0 pgmap v9433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:24 smithi194 bash[32038]: audit 2023-12-07T22:29:22.952085+0000 mgr.a (mgr.14403) 12636 : audit 0 from='client.255822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:24 smithi194 bash[32038]: cluster 2023-12-07T22:29:23.682397+0000 mgr.a (mgr.14403) 12637 : cluster 0 pgmap v9433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:24 smithi135 bash[32435]: audit 2023-12-07T22:29:22.952085+0000 mgr.a (mgr.14403) 12636 : audit 0 from='client.255822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:24 smithi135 bash[32435]: cluster 2023-12-07T22:29:23.682397+0000 mgr.a (mgr.14403) 12637 : cluster 0 pgmap v9433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:26 smithi079 bash[28699]: cluster 2023-12-07T22:29:25.682952+0000 mgr.a (mgr.14403) 12638 : cluster 0 pgmap v9434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:26 smithi194 bash[32038]: cluster 2023-12-07T22:29:25.682952+0000 mgr.a (mgr.14403) 12638 : cluster 0 pgmap v9434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:26 smithi135 bash[32435]: cluster 2023-12-07T22:29:25.682952+0000 mgr.a (mgr.14403) 12638 : cluster 0 pgmap v9434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:28.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:29:28.449 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:28.450 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:28 smithi079 bash[28699]: cluster 2023-12-07T22:29:27.683487+0000 mgr.a (mgr.14403) 12639 : cluster 0 pgmap v9435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:28 smithi194 bash[32038]: cluster 2023-12-07T22:29:27.683487+0000 mgr.a (mgr.14403) 12639 : cluster 0 pgmap v9435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:28 smithi135 bash[32435]: cluster 2023-12-07T22:29:27.683487+0000 mgr.a (mgr.14403) 12639 : cluster 0 pgmap v9435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:29.340 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:29:29.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:29.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:29.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:29.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:29:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:29 smithi079 bash[28699]: audit 2023-12-07T22:29:28.845565+0000 mgr.a (mgr.14403) 12640 : audit 0 from='client.255900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:30.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:29 smithi194 bash[32038]: audit 2023-12-07T22:29:28.845565+0000 mgr.a (mgr.14403) 12640 : audit 0 from='client.255900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:30.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:29 smithi135 bash[32435]: audit 2023-12-07T22:29:28.845565+0000 mgr.a (mgr.14403) 12640 : audit 0 from='client.255900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:30 smithi079 bash[28699]: cluster 2023-12-07T22:29:29.684537+0000 mgr.a (mgr.14403) 12641 : cluster 0 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-07T22:29:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:30 smithi194 bash[32038]: cluster 2023-12-07T22:29:29.684537+0000 mgr.a (mgr.14403) 12641 : cluster 0 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-07T22:29:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:30 smithi135 bash[32435]: cluster 2023-12-07T22:29:29.684537+0000 mgr.a (mgr.14403) 12641 : cluster 0 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-07T22:29:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:32 smithi079 bash[28699]: cluster 2023-12-07T22:29:31.685085+0000 mgr.a (mgr.14403) 12642 : cluster 0 pgmap v9437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:32 smithi194 bash[32038]: cluster 2023-12-07T22:29:31.685085+0000 mgr.a (mgr.14403) 12642 : cluster 0 pgmap v9437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:32 smithi135 bash[32435]: cluster 2023-12-07T22:29:31.685085+0000 mgr.a (mgr.14403) 12642 : cluster 0 pgmap v9437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:34.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:29:34.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:34.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:34 smithi079 bash[28699]: cluster 2023-12-07T22:29:33.685835+0000 mgr.a (mgr.14403) 12643 : cluster 0 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-07T22:29:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:34 smithi194 bash[32038]: cluster 2023-12-07T22:29:33.685835+0000 mgr.a (mgr.14403) 12643 : cluster 0 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-07T22:29:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:34 smithi135 bash[32435]: cluster 2023-12-07T22:29:33.685835+0000 mgr.a (mgr.14403) 12643 : cluster 0 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-07T22:29:35.240 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:29:35.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:35.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:35.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:35.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:29:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:35 smithi079 bash[28699]: audit 2023-12-07T22:29:34.738896+0000 mgr.a (mgr.14403) 12644 : audit 0 from='client.255972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:36.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:35 smithi194 bash[32038]: audit 2023-12-07T22:29:34.738896+0000 mgr.a (mgr.14403) 12644 : audit 0 from='client.255972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:36.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:35 smithi135 bash[32435]: audit 2023-12-07T22:29:34.738896+0000 mgr.a (mgr.14403) 12644 : audit 0 from='client.255972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:36 smithi079 bash[28699]: cluster 2023-12-07T22:29:35.686732+0000 mgr.a (mgr.14403) 12645 : cluster 0 pgmap v9439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:36 smithi194 bash[32038]: cluster 2023-12-07T22:29:35.686732+0000 mgr.a (mgr.14403) 12645 : cluster 0 pgmap v9439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:36 smithi135 bash[32435]: cluster 2023-12-07T22:29:35.686732+0000 mgr.a (mgr.14403) 12645 : cluster 0 pgmap v9439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:38 smithi079 bash[28699]: cluster 2023-12-07T22:29:37.687351+0000 mgr.a (mgr.14403) 12646 : cluster 0 pgmap v9440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:38 smithi194 bash[32038]: cluster 2023-12-07T22:29:37.687351+0000 mgr.a (mgr.14403) 12646 : cluster 0 pgmap v9440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:38 smithi135 bash[32435]: cluster 2023-12-07T22:29:37.687351+0000 mgr.a (mgr.14403) 12646 : cluster 0 pgmap v9440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:29:40.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:29:40.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:40.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:40.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:40 smithi194 bash[32038]: cluster 2023-12-07T22:29:39.688160+0000 mgr.a (mgr.14403) 12647 : cluster 0 pgmap v9441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:40 smithi135 bash[32435]: cluster 2023-12-07T22:29:39.688160+0000 mgr.a (mgr.14403) 12647 : cluster 0 pgmap v9441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:40 smithi079 bash[28699]: cluster 2023-12-07T22:29:39.688160+0000 mgr.a (mgr.14403) 12647 : cluster 0 pgmap v9441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:41.152 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:29:41.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:41.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:41.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:41.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:29:41.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:41 smithi194 bash[32038]: audit 2023-12-07T22:29:40.644127+0000 mgr.a (mgr.14403) 12648 : audit 0 from='client.256050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:41.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:41 smithi135 bash[32435]: audit 2023-12-07T22:29:40.644127+0000 mgr.a (mgr.14403) 12648 : audit 0 from='client.256050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:41 smithi079 bash[28699]: audit 2023-12-07T22:29:40.644127+0000 mgr.a (mgr.14403) 12648 : audit 0 from='client.256050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:42 smithi194 bash[32038]: cluster 2023-12-07T22:29:41.688867+0000 mgr.a (mgr.14403) 12649 : cluster 0 pgmap v9442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:42 smithi135 bash[32435]: cluster 2023-12-07T22:29:41.688867+0000 mgr.a (mgr.14403) 12649 : cluster 0 pgmap v9442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:42 smithi079 bash[28699]: cluster 2023-12-07T22:29:41.688867+0000 mgr.a (mgr.14403) 12649 : cluster 0 pgmap v9442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:44 smithi079 bash[28699]: cluster 2023-12-07T22:29:43.689659+0000 mgr.a (mgr.14403) 12650 : cluster 0 pgmap v9443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:45.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:44 smithi194 bash[32038]: cluster 2023-12-07T22:29:43.689659+0000 mgr.a (mgr.14403) 12650 : cluster 0 pgmap v9443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:44 smithi135 bash[32435]: cluster 2023-12-07T22:29:43.689659+0000 mgr.a (mgr.14403) 12650 : cluster 0 pgmap v9443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:46.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:29:46.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:46.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:47.041 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:29:47.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:47.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:47.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:47.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:29:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:46 smithi079 bash[28699]: cluster 2023-12-07T22:29:45.690218+0000 mgr.a (mgr.14403) 12651 : cluster 0 pgmap v9444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:46 smithi194 bash[32038]: cluster 2023-12-07T22:29:45.690218+0000 mgr.a (mgr.14403) 12651 : cluster 0 pgmap v9444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:46 smithi135 bash[32435]: cluster 2023-12-07T22:29:45.690218+0000 mgr.a (mgr.14403) 12651 : cluster 0 pgmap v9444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:47 smithi079 bash[28699]: audit 2023-12-07T22:29:46.551758+0000 mgr.a (mgr.14403) 12652 : audit 0 from='client.256125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:48.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:47 smithi194 bash[32038]: audit 2023-12-07T22:29:46.551758+0000 mgr.a (mgr.14403) 12652 : audit 0 from='client.256125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:48.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:47 smithi135 bash[32435]: audit 2023-12-07T22:29:46.551758+0000 mgr.a (mgr.14403) 12652 : audit 0 from='client.256125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:48 smithi079 bash[28699]: cluster 2023-12-07T22:29:47.690885+0000 mgr.a (mgr.14403) 12653 : cluster 0 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-07T22:29:49.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:48 smithi194 bash[32038]: cluster 2023-12-07T22:29:47.690885+0000 mgr.a (mgr.14403) 12653 : cluster 0 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-07T22:29:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:48 smithi135 bash[32435]: cluster 2023-12-07T22:29:47.690885+0000 mgr.a (mgr.14403) 12653 : cluster 0 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-07T22:29:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:50 smithi194 bash[32038]: cluster 2023-12-07T22:29:49.691668+0000 mgr.a (mgr.14403) 12654 : cluster 0 pgmap v9446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:50 smithi135 bash[32435]: cluster 2023-12-07T22:29:49.691668+0000 mgr.a (mgr.14403) 12654 : cluster 0 pgmap v9446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:50 smithi079 bash[28699]: cluster 2023-12-07T22:29:49.691668+0000 mgr.a (mgr.14403) 12654 : cluster 0 pgmap v9446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:52.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:29:52.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:52.045 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:52.943 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:29:52.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:52.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:52.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:52.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:29:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:52 smithi079 bash[28699]: cluster 2023-12-07T22:29:51.692228+0000 mgr.a (mgr.14403) 12655 : cluster 0 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-07T22:29:53.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:52 smithi194 bash[32038]: cluster 2023-12-07T22:29:51.692228+0000 mgr.a (mgr.14403) 12655 : cluster 0 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-07T22:29:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:52 smithi135 bash[32435]: cluster 2023-12-07T22:29:51.692228+0000 mgr.a (mgr.14403) 12655 : cluster 0 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-07T22:29:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:53 smithi079 bash[28699]: audit 2023-12-07T22:29:52.444977+0000 mgr.a (mgr.14403) 12656 : audit 0 from='client.256197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:53 smithi194 bash[32038]: audit 2023-12-07T22:29:52.444977+0000 mgr.a (mgr.14403) 12656 : audit 0 from='client.256197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:54.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:53 smithi135 bash[32435]: audit 2023-12-07T22:29:52.444977+0000 mgr.a (mgr.14403) 12656 : audit 0 from='client.256197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:29:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:54 smithi079 bash[28699]: cluster 2023-12-07T22:29:53.693150+0000 mgr.a (mgr.14403) 12657 : cluster 0 pgmap v9448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:54 smithi194 bash[32038]: cluster 2023-12-07T22:29:53.693150+0000 mgr.a (mgr.14403) 12657 : cluster 0 pgmap v9448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:54 smithi135 bash[32435]: cluster 2023-12-07T22:29:53.693150+0000 mgr.a (mgr.14403) 12657 : cluster 0 pgmap v9448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:29:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:56 smithi079 bash[28699]: cluster 2023-12-07T22:29:55.693693+0000 mgr.a (mgr.14403) 12658 : cluster 0 pgmap v9449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:56 smithi194 bash[32038]: cluster 2023-12-07T22:29:55.693693+0000 mgr.a (mgr.14403) 12658 : cluster 0 pgmap v9449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:56 smithi135 bash[32435]: cluster 2023-12-07T22:29:55.693693+0000 mgr.a (mgr.14403) 12658 : cluster 0 pgmap v9449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:57.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:29:57.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:29:57.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:29:58.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:29:58.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:29:58.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:29:58.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:29:58.853 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:29:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:58 smithi079 bash[28699]: cluster 2023-12-07T22:29:57.694211+0000 mgr.a (mgr.14403) 12659 : cluster 0 pgmap v9450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:58 smithi194 bash[32038]: cluster 2023-12-07T22:29:57.694211+0000 mgr.a (mgr.14403) 12659 : cluster 0 pgmap v9450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:29:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:58 smithi135 bash[32435]: cluster 2023-12-07T22:29:57.694211+0000 mgr.a (mgr.14403) 12659 : cluster 0 pgmap v9450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:29:59 smithi079 bash[28699]: audit 2023-12-07T22:29:58.347508+0000 mgr.a (mgr.14403) 12660 : audit 0 from='client.256272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:00.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:29:59 smithi194 bash[32038]: audit 2023-12-07T22:29:58.347508+0000 mgr.a (mgr.14403) 12660 : audit 0 from='client.256272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:00.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:29:59 smithi135 bash[32435]: audit 2023-12-07T22:29:58.347508+0000 mgr.a (mgr.14403) 12660 : audit 0 from='client.256272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:00 smithi079 bash[28699]: cluster 2023-12-07T22:29:59.695209+0000 mgr.a (mgr.14403) 12661 : cluster 0 pgmap v9451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:30:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:00 smithi079 bash[28699]: cluster 2023-12-07T22:30:00.000156+0000 mon.a (mon.0) 2199 : cluster 1 overall HEALTH_OK 2023-12-07T22:30:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:00 smithi079 bash[28699]: audit 2023-12-07T22:30:00.291997+0000 mon.a (mon.0) 2200 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:30:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:00 smithi194 bash[32038]: cluster 2023-12-07T22:29:59.695209+0000 mgr.a (mgr.14403) 12661 : cluster 0 pgmap v9451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:30:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:00 smithi194 bash[32038]: cluster 2023-12-07T22:30:00.000156+0000 mon.a (mon.0) 2199 : cluster 1 overall HEALTH_OK 2023-12-07T22:30:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:00 smithi194 bash[32038]: audit 2023-12-07T22:30:00.291997+0000 mon.a (mon.0) 2200 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:30:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:00 smithi135 bash[32435]: cluster 2023-12-07T22:29:59.695209+0000 mgr.a (mgr.14403) 12661 : cluster 0 pgmap v9451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:30:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:00 smithi135 bash[32435]: cluster 2023-12-07T22:30:00.000156+0000 mon.a (mon.0) 2199 : cluster 1 overall HEALTH_OK 2023-12-07T22:30:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:00 smithi135 bash[32435]: audit 2023-12-07T22:30:00.291997+0000 mon.a (mon.0) 2200 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:30:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:01 smithi079 bash[28699]: audit 2023-12-07T22:30:01.078795+0000 mon.a (mon.0) 2201 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:30:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:01 smithi079 bash[28699]: audit 2023-12-07T22:30:01.080689+0000 mon.a (mon.0) 2202 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:30:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:01 smithi079 bash[28699]: audit 2023-12-07T22:30:01.090059+0000 mon.a (mon.0) 2203 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:30:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:01 smithi194 bash[32038]: audit 2023-12-07T22:30:01.078795+0000 mon.a (mon.0) 2201 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:30:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:01 smithi194 bash[32038]: audit 2023-12-07T22:30:01.080689+0000 mon.a (mon.0) 2202 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:30:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:01 smithi194 bash[32038]: audit 2023-12-07T22:30:01.090059+0000 mon.a (mon.0) 2203 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:30:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:01 smithi135 bash[32435]: audit 2023-12-07T22:30:01.078795+0000 mon.a (mon.0) 2201 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:30:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:01 smithi135 bash[32435]: audit 2023-12-07T22:30:01.080689+0000 mon.a (mon.0) 2202 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:30:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:01 smithi135 bash[32435]: audit 2023-12-07T22:30:01.090059+0000 mon.a (mon.0) 2203 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:30:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:02 smithi079 bash[28699]: cluster 2023-12-07T22:30:01.695725+0000 mgr.a (mgr.14403) 12662 : cluster 0 pgmap v9452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:30:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:02 smithi194 bash[32038]: cluster 2023-12-07T22:30:01.695725+0000 mgr.a (mgr.14403) 12662 : cluster 0 pgmap v9452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:30:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:02 smithi135 bash[32435]: cluster 2023-12-07T22:30:01.695725+0000 mgr.a (mgr.14403) 12662 : cluster 0 pgmap v9452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:30:03.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:30:03.856 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:03.856 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:04.759 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:30:04.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:04.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:04.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:04.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:30:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:04 smithi079 bash[28699]: cluster 2023-12-07T22:30:03.696467+0000 mgr.a (mgr.14403) 12663 : cluster 0 pgmap v9453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:04 smithi194 bash[32038]: cluster 2023-12-07T22:30:03.696467+0000 mgr.a (mgr.14403) 12663 : cluster 0 pgmap v9453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:04 smithi135 bash[32435]: cluster 2023-12-07T22:30:03.696467+0000 mgr.a (mgr.14403) 12663 : cluster 0 pgmap v9453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:05 smithi079 bash[28699]: audit 2023-12-07T22:30:04.259778+0000 mgr.a (mgr.14403) 12664 : audit 0 from='client.256347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:05 smithi194 bash[32038]: audit 2023-12-07T22:30:04.259778+0000 mgr.a (mgr.14403) 12664 : audit 0 from='client.256347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:06.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:05 smithi135 bash[32435]: audit 2023-12-07T22:30:04.259778+0000 mgr.a (mgr.14403) 12664 : audit 0 from='client.256347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:06 smithi079 bash[28699]: cluster 2023-12-07T22:30:05.697049+0000 mgr.a (mgr.14403) 12665 : cluster 0 pgmap v9454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:07.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:06 smithi194 bash[32038]: cluster 2023-12-07T22:30:05.697049+0000 mgr.a (mgr.14403) 12665 : cluster 0 pgmap v9454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:06 smithi135 bash[32435]: cluster 2023-12-07T22:30:05.697049+0000 mgr.a (mgr.14403) 12665 : cluster 0 pgmap v9454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:08 smithi079 bash[28699]: cluster 2023-12-07T22:30:07.697647+0000 mgr.a (mgr.14403) 12666 : cluster 0 pgmap v9455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:09.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:08 smithi194 bash[32038]: cluster 2023-12-07T22:30:07.697647+0000 mgr.a (mgr.14403) 12666 : cluster 0 pgmap v9455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:08 smithi135 bash[32435]: cluster 2023-12-07T22:30:07.697647+0000 mgr.a (mgr.14403) 12666 : cluster 0 pgmap v9455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:09.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:30:09.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:09.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:10.670 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:30:10.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:10.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:10.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:10.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:30:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:10 smithi194 bash[32038]: cluster 2023-12-07T22:30:09.698421+0000 mgr.a (mgr.14403) 12667 : cluster 0 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-07T22:30:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:10 smithi135 bash[32435]: cluster 2023-12-07T22:30:09.698421+0000 mgr.a (mgr.14403) 12667 : cluster 0 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-07T22:30:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:10 smithi079 bash[28699]: cluster 2023-12-07T22:30:09.698421+0000 mgr.a (mgr.14403) 12667 : cluster 0 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-07T22:30:11.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:11 smithi194 bash[32038]: audit 2023-12-07T22:30:10.170727+0000 mgr.a (mgr.14403) 12668 : audit 0 from='client.256425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:11 smithi135 bash[32435]: audit 2023-12-07T22:30:10.170727+0000 mgr.a (mgr.14403) 12668 : audit 0 from='client.256425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:11 smithi079 bash[28699]: audit 2023-12-07T22:30:10.170727+0000 mgr.a (mgr.14403) 12668 : audit 0 from='client.256425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:12.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:12 smithi194 bash[32038]: cluster 2023-12-07T22:30:11.699141+0000 mgr.a (mgr.14403) 12669 : cluster 0 pgmap v9457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:30:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:12 smithi135 bash[32435]: cluster 2023-12-07T22:30:11.699141+0000 mgr.a (mgr.14403) 12669 : cluster 0 pgmap v9457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:30:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:12 smithi079 bash[28699]: cluster 2023-12-07T22:30:11.699141+0000 mgr.a (mgr.14403) 12669 : cluster 0 pgmap v9457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:30:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:14 smithi079 bash[28699]: cluster 2023-12-07T22:30:13.699873+0000 mgr.a (mgr.14403) 12670 : cluster 0 pgmap v9458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:30:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:14 smithi194 bash[32038]: cluster 2023-12-07T22:30:13.699873+0000 mgr.a (mgr.14403) 12670 : cluster 0 pgmap v9458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:30:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:14 smithi135 bash[32435]: cluster 2023-12-07T22:30:13.699873+0000 mgr.a (mgr.14403) 12670 : cluster 0 pgmap v9458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:30:15.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:30:15.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:15.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:16.592 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:30:16.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:16.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:16.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:16.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:30:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:16 smithi079 bash[28699]: cluster 2023-12-07T22:30:15.700455+0000 mgr.a (mgr.14403) 12671 : cluster 0 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-07T22:30:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:16 smithi194 bash[32038]: cluster 2023-12-07T22:30:15.700455+0000 mgr.a (mgr.14403) 12671 : cluster 0 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-07T22:30:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:16 smithi135 bash[32435]: cluster 2023-12-07T22:30:15.700455+0000 mgr.a (mgr.14403) 12671 : cluster 0 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-07T22:30:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:17 smithi079 bash[28699]: audit 2023-12-07T22:30:16.069953+0000 mgr.a (mgr.14403) 12672 : audit 0 from='client.256494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:17 smithi194 bash[32038]: audit 2023-12-07T22:30:16.069953+0000 mgr.a (mgr.14403) 12672 : audit 0 from='client.256494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:18.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:17 smithi135 bash[32435]: audit 2023-12-07T22:30:16.069953+0000 mgr.a (mgr.14403) 12672 : audit 0 from='client.256494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:18 smithi079 bash[28699]: cluster 2023-12-07T22:30:17.701140+0000 mgr.a (mgr.14403) 12673 : cluster 0 pgmap v9460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:18 smithi194 bash[32038]: cluster 2023-12-07T22:30:17.701140+0000 mgr.a (mgr.14403) 12673 : cluster 0 pgmap v9460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:18 smithi135 bash[32435]: cluster 2023-12-07T22:30:17.701140+0000 mgr.a (mgr.14403) 12673 : cluster 0 pgmap v9460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:20 smithi194 bash[32038]: cluster 2023-12-07T22:30:19.701887+0000 mgr.a (mgr.14403) 12674 : cluster 0 pgmap v9461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:20 smithi135 bash[32435]: cluster 2023-12-07T22:30:19.701887+0000 mgr.a (mgr.14403) 12674 : cluster 0 pgmap v9461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:20 smithi079 bash[28699]: cluster 2023-12-07T22:30:19.701887+0000 mgr.a (mgr.14403) 12674 : cluster 0 pgmap v9461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:21.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:30:21.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:21.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:22.495 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:30:22.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:22.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:22.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:22.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:30:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:22 smithi079 bash[28699]: cluster 2023-12-07T22:30:21.702206+0000 mgr.a (mgr.14403) 12675 : cluster 0 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-07T22:30:23.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:22 smithi194 bash[32038]: cluster 2023-12-07T22:30:21.702206+0000 mgr.a (mgr.14403) 12675 : cluster 0 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-07T22:30:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:22 smithi135 bash[32435]: cluster 2023-12-07T22:30:21.702206+0000 mgr.a (mgr.14403) 12675 : cluster 0 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-07T22:30:24.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:23 smithi079 bash[28699]: audit 2023-12-07T22:30:21.999691+0000 mgr.a (mgr.14403) 12676 : audit 0 from='client.256566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:23 smithi194 bash[32038]: audit 2023-12-07T22:30:21.999691+0000 mgr.a (mgr.14403) 12676 : audit 0 from='client.256566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:24.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:23 smithi135 bash[32435]: audit 2023-12-07T22:30:21.999691+0000 mgr.a (mgr.14403) 12676 : audit 0 from='client.256566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:24 smithi079 bash[28699]: cluster 2023-12-07T22:30:23.703038+0000 mgr.a (mgr.14403) 12677 : cluster 0 pgmap v9463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:24 smithi194 bash[32038]: cluster 2023-12-07T22:30:23.703038+0000 mgr.a (mgr.14403) 12677 : cluster 0 pgmap v9463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:24 smithi135 bash[32435]: cluster 2023-12-07T22:30:23.703038+0000 mgr.a (mgr.14403) 12677 : cluster 0 pgmap v9463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:26 smithi079 bash[28699]: cluster 2023-12-07T22:30:25.703652+0000 mgr.a (mgr.14403) 12678 : cluster 0 pgmap v9464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:27.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:26 smithi194 bash[32038]: cluster 2023-12-07T22:30:25.703652+0000 mgr.a (mgr.14403) 12678 : cluster 0 pgmap v9464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:26 smithi135 bash[32435]: cluster 2023-12-07T22:30:25.703652+0000 mgr.a (mgr.14403) 12678 : cluster 0 pgmap v9464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:27.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:30:27.498 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:27.499 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:28.404 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:30:28.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:28.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:28.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:28.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:30:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:28 smithi079 bash[28699]: cluster 2023-12-07T22:30:27.704336+0000 mgr.a (mgr.14403) 12679 : cluster 0 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-07T22:30:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:28 smithi079 bash[28699]: audit 2023-12-07T22:30:27.904937+0000 mgr.a (mgr.14403) 12680 : audit 0 from='client.256641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:28 smithi194 bash[32038]: cluster 2023-12-07T22:30:27.704336+0000 mgr.a (mgr.14403) 12679 : cluster 0 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-07T22:30:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:28 smithi194 bash[32038]: audit 2023-12-07T22:30:27.904937+0000 mgr.a (mgr.14403) 12680 : audit 0 from='client.256641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:28 smithi135 bash[32435]: cluster 2023-12-07T22:30:27.704336+0000 mgr.a (mgr.14403) 12679 : cluster 0 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-07T22:30:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:28 smithi135 bash[32435]: audit 2023-12-07T22:30:27.904937+0000 mgr.a (mgr.14403) 12680 : audit 0 from='client.256641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:30.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:30 smithi194 bash[32038]: cluster 2023-12-07T22:30:29.705188+0000 mgr.a (mgr.14403) 12681 : cluster 0 pgmap v9466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:30 smithi135 bash[32435]: cluster 2023-12-07T22:30:29.705188+0000 mgr.a (mgr.14403) 12681 : cluster 0 pgmap v9466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:30 smithi079 bash[28699]: cluster 2023-12-07T22:30:29.705188+0000 mgr.a (mgr.14403) 12681 : cluster 0 pgmap v9466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:32 smithi079 bash[28699]: cluster 2023-12-07T22:30:31.705889+0000 mgr.a (mgr.14403) 12682 : cluster 0 pgmap v9467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:32 smithi194 bash[32038]: cluster 2023-12-07T22:30:31.705889+0000 mgr.a (mgr.14403) 12682 : cluster 0 pgmap v9467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:32 smithi135 bash[32435]: cluster 2023-12-07T22:30:31.705889+0000 mgr.a (mgr.14403) 12682 : cluster 0 pgmap v9467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:33.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:30:33.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:33.407 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:34.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:34.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:34.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:34.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:30:34.295 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:30:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:34 smithi079 bash[28699]: cluster 2023-12-07T22:30:33.706629+0000 mgr.a (mgr.14403) 12683 : cluster 0 pgmap v9468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:34 smithi079 bash[28699]: audit 2023-12-07T22:30:33.805161+0000 mgr.a (mgr.14403) 12684 : audit 0 from='client.256719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:34 smithi194 bash[32038]: cluster 2023-12-07T22:30:33.706629+0000 mgr.a (mgr.14403) 12683 : cluster 0 pgmap v9468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:34 smithi194 bash[32038]: audit 2023-12-07T22:30:33.805161+0000 mgr.a (mgr.14403) 12684 : audit 0 from='client.256719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:34 smithi135 bash[32435]: cluster 2023-12-07T22:30:33.706629+0000 mgr.a (mgr.14403) 12683 : cluster 0 pgmap v9468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:34 smithi135 bash[32435]: audit 2023-12-07T22:30:33.805161+0000 mgr.a (mgr.14403) 12684 : audit 0 from='client.256719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:36 smithi079 bash[28699]: cluster 2023-12-07T22:30:35.707289+0000 mgr.a (mgr.14403) 12685 : cluster 0 pgmap v9469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:36 smithi194 bash[32038]: cluster 2023-12-07T22:30:35.707289+0000 mgr.a (mgr.14403) 12685 : cluster 0 pgmap v9469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:36 smithi135 bash[32435]: cluster 2023-12-07T22:30:35.707289+0000 mgr.a (mgr.14403) 12685 : cluster 0 pgmap v9469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:38 smithi079 bash[28699]: cluster 2023-12-07T22:30:37.707759+0000 mgr.a (mgr.14403) 12686 : cluster 0 pgmap v9470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:39.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:38 smithi194 bash[32038]: cluster 2023-12-07T22:30:37.707759+0000 mgr.a (mgr.14403) 12686 : cluster 0 pgmap v9470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:38 smithi135 bash[32435]: cluster 2023-12-07T22:30:37.707759+0000 mgr.a (mgr.14403) 12686 : cluster 0 pgmap v9470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:39.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:30:39.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:39.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:40.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:40.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:40.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:40.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:30:40.163 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:30:40.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:40 smithi194 bash[32038]: audit 2023-12-07T22:30:39.692271+0000 mgr.a (mgr.14403) 12687 : audit 0 from='client.256797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:40 smithi194 bash[32038]: cluster 2023-12-07T22:30:39.709352+0000 mgr.a (mgr.14403) 12688 : cluster 0 pgmap v9471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:40 smithi135 bash[32435]: audit 2023-12-07T22:30:39.692271+0000 mgr.a (mgr.14403) 12687 : audit 0 from='client.256797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:40 smithi135 bash[32435]: cluster 2023-12-07T22:30:39.709352+0000 mgr.a (mgr.14403) 12688 : cluster 0 pgmap v9471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:40 smithi079 bash[28699]: audit 2023-12-07T22:30:39.692271+0000 mgr.a (mgr.14403) 12687 : audit 0 from='client.256797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:40 smithi079 bash[28699]: cluster 2023-12-07T22:30:39.709352+0000 mgr.a (mgr.14403) 12688 : cluster 0 pgmap v9471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:42 smithi079 bash[28699]: cluster 2023-12-07T22:30:41.710054+0000 mgr.a (mgr.14403) 12689 : cluster 0 pgmap v9472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:42 smithi194 bash[32038]: cluster 2023-12-07T22:30:41.710054+0000 mgr.a (mgr.14403) 12689 : cluster 0 pgmap v9472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:42 smithi135 bash[32435]: cluster 2023-12-07T22:30:41.710054+0000 mgr.a (mgr.14403) 12689 : cluster 0 pgmap v9472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:30:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:44 smithi079 bash[28699]: cluster 2023-12-07T22:30:43.710883+0000 mgr.a (mgr.14403) 12690 : cluster 0 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-07T22:30:45.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:30:45.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:45.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:45.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:44 smithi194 bash[32038]: cluster 2023-12-07T22:30:43.710883+0000 mgr.a (mgr.14403) 12690 : cluster 0 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-07T22:30:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:44 smithi135 bash[32435]: cluster 2023-12-07T22:30:43.710883+0000 mgr.a (mgr.14403) 12690 : cluster 0 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-07T22:30:46.043 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:30:46.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:46.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:46.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:46.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:30:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:46 smithi079 bash[28699]: audit 2023-12-07T22:30:45.558767+0000 mgr.a (mgr.14403) 12691 : audit 0 from='client.200983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:46 smithi079 bash[28699]: cluster 2023-12-07T22:30:45.711696+0000 mgr.a (mgr.14403) 12692 : cluster 0 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-07T22:30:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:46 smithi194 bash[32038]: audit 2023-12-07T22:30:45.558767+0000 mgr.a (mgr.14403) 12691 : audit 0 from='client.200983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:46 smithi194 bash[32038]: cluster 2023-12-07T22:30:45.711696+0000 mgr.a (mgr.14403) 12692 : cluster 0 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-07T22:30:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:46 smithi135 bash[32435]: audit 2023-12-07T22:30:45.558767+0000 mgr.a (mgr.14403) 12691 : audit 0 from='client.200983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:46 smithi135 bash[32435]: cluster 2023-12-07T22:30:45.711696+0000 mgr.a (mgr.14403) 12692 : cluster 0 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-07T22:30:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:48 smithi079 bash[28699]: cluster 2023-12-07T22:30:47.712401+0000 mgr.a (mgr.14403) 12693 : cluster 0 pgmap v9475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:48 smithi194 bash[32038]: cluster 2023-12-07T22:30:47.712401+0000 mgr.a (mgr.14403) 12693 : cluster 0 pgmap v9475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:48 smithi135 bash[32435]: cluster 2023-12-07T22:30:47.712401+0000 mgr.a (mgr.14403) 12693 : cluster 0 pgmap v9475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:50 smithi194 bash[32038]: cluster 2023-12-07T22:30:49.713284+0000 mgr.a (mgr.14403) 12694 : cluster 0 pgmap v9476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:50 smithi135 bash[32435]: cluster 2023-12-07T22:30:49.713284+0000 mgr.a (mgr.14403) 12694 : cluster 0 pgmap v9476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:51.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:30:51.046 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:51.046 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:50 smithi079 bash[28699]: cluster 2023-12-07T22:30:49.713284+0000 mgr.a (mgr.14403) 12694 : cluster 0 pgmap v9476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:51.972 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:30:51.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:51.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:51.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:51.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:30:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:52 smithi079 bash[28699]: audit 2023-12-07T22:30:51.451022+0000 mgr.a (mgr.14403) 12695 : audit 0 from='client.256953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:52 smithi079 bash[28699]: cluster 2023-12-07T22:30:51.720019+0000 mgr.a (mgr.14403) 12696 : cluster 0 pgmap v9477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:52 smithi194 bash[32038]: audit 2023-12-07T22:30:51.451022+0000 mgr.a (mgr.14403) 12695 : audit 0 from='client.256953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:52 smithi194 bash[32038]: cluster 2023-12-07T22:30:51.720019+0000 mgr.a (mgr.14403) 12696 : cluster 0 pgmap v9477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:52 smithi135 bash[32435]: audit 2023-12-07T22:30:51.451022+0000 mgr.a (mgr.14403) 12695 : audit 0 from='client.256953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:52 smithi135 bash[32435]: cluster 2023-12-07T22:30:51.720019+0000 mgr.a (mgr.14403) 12696 : cluster 0 pgmap v9477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:30:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:54 smithi079 bash[28699]: cluster 2023-12-07T22:30:53.721321+0000 mgr.a (mgr.14403) 12697 : cluster 0 pgmap v9478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:54 smithi194 bash[32038]: cluster 2023-12-07T22:30:53.721321+0000 mgr.a (mgr.14403) 12697 : cluster 0 pgmap v9478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:54 smithi135 bash[32435]: cluster 2023-12-07T22:30:53.721321+0000 mgr.a (mgr.14403) 12697 : cluster 0 pgmap v9478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:30:56.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:30:56.976 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:30:56.976 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:30:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:56 smithi079 bash[28699]: cluster 2023-12-07T22:30:55.721935+0000 mgr.a (mgr.14403) 12698 : cluster 0 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-07T22:30:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:56 smithi194 bash[32038]: cluster 2023-12-07T22:30:55.721935+0000 mgr.a (mgr.14403) 12698 : cluster 0 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-07T22:30:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:56 smithi135 bash[32435]: cluster 2023-12-07T22:30:55.721935+0000 mgr.a (mgr.14403) 12698 : cluster 0 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-07T22:30:57.890 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:30:57.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:30:57.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:30:57.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:30:57.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:30:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:58 smithi079 bash[28699]: audit 2023-12-07T22:30:57.377098+0000 mgr.a (mgr.14403) 12699 : audit 0 from='client.257028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:30:58 smithi079 bash[28699]: cluster 2023-12-07T22:30:57.722485+0000 mgr.a (mgr.14403) 12700 : cluster 0 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-07T22:30:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:58 smithi194 bash[32038]: audit 2023-12-07T22:30:57.377098+0000 mgr.a (mgr.14403) 12699 : audit 0 from='client.257028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:30:58 smithi194 bash[32038]: cluster 2023-12-07T22:30:57.722485+0000 mgr.a (mgr.14403) 12700 : cluster 0 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-07T22:30:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:58 smithi135 bash[32435]: audit 2023-12-07T22:30:57.377098+0000 mgr.a (mgr.14403) 12699 : audit 0 from='client.257028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:30:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:30:58 smithi135 bash[32435]: cluster 2023-12-07T22:30:57.722485+0000 mgr.a (mgr.14403) 12700 : cluster 0 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-07T22:31:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:00 smithi194 bash[32038]: cluster 2023-12-07T22:30:59.723435+0000 mgr.a (mgr.14403) 12701 : cluster 0 pgmap v9481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:00 smithi135 bash[32435]: cluster 2023-12-07T22:30:59.723435+0000 mgr.a (mgr.14403) 12701 : cluster 0 pgmap v9481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:00 smithi079 bash[28699]: cluster 2023-12-07T22:30:59.723435+0000 mgr.a (mgr.14403) 12701 : cluster 0 pgmap v9481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:01 smithi194 bash[32038]: audit 2023-12-07T22:31:01.194158+0000 mon.a (mon.0) 2204 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:31:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:01 smithi135 bash[32435]: audit 2023-12-07T22:31:01.194158+0000 mon.a (mon.0) 2204 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:31:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:01 smithi079 bash[28699]: audit 2023-12-07T22:31:01.194158+0000 mon.a (mon.0) 2204 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:31:02.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:31:02.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:02.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:02 smithi079 bash[28699]: cluster 2023-12-07T22:31:01.723929+0000 mgr.a (mgr.14403) 12702 : cluster 0 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-07T22:31:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:02 smithi079 bash[28699]: audit 2023-12-07T22:31:01.725953+0000 mon.a (mon.0) 2205 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:31:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:02 smithi079 bash[28699]: audit 2023-12-07T22:31:01.730985+0000 mon.a (mon.0) 2206 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:31:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:02 smithi079 bash[28699]: audit 2023-12-07T22:31:02.430356+0000 mon.a (mon.0) 2207 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:31:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:02 smithi079 bash[28699]: audit 2023-12-07T22:31:02.432523+0000 mon.a (mon.0) 2208 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:31:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:02 smithi079 bash[28699]: audit 2023-12-07T22:31:02.443183+0000 mon.a (mon.0) 2209 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:31:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:02 smithi194 bash[32038]: cluster 2023-12-07T22:31:01.723929+0000 mgr.a (mgr.14403) 12702 : cluster 0 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-07T22:31:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:02 smithi194 bash[32038]: audit 2023-12-07T22:31:01.725953+0000 mon.a (mon.0) 2205 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:31:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:02 smithi194 bash[32038]: audit 2023-12-07T22:31:01.730985+0000 mon.a (mon.0) 2206 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:31:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:02 smithi194 bash[32038]: audit 2023-12-07T22:31:02.430356+0000 mon.a (mon.0) 2207 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:31:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:02 smithi194 bash[32038]: audit 2023-12-07T22:31:02.432523+0000 mon.a (mon.0) 2208 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:31:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:02 smithi194 bash[32038]: audit 2023-12-07T22:31:02.443183+0000 mon.a (mon.0) 2209 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:31:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:02 smithi135 bash[32435]: cluster 2023-12-07T22:31:01.723929+0000 mgr.a (mgr.14403) 12702 : cluster 0 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-07T22:31:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:02 smithi135 bash[32435]: audit 2023-12-07T22:31:01.725953+0000 mon.a (mon.0) 2205 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:31:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:02 smithi135 bash[32435]: audit 2023-12-07T22:31:01.730985+0000 mon.a (mon.0) 2206 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:31:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:02 smithi135 bash[32435]: audit 2023-12-07T22:31:02.430356+0000 mon.a (mon.0) 2207 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:31:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:02 smithi135 bash[32435]: audit 2023-12-07T22:31:02.432523+0000 mon.a (mon.0) 2208 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:31:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:02 smithi135 bash[32435]: audit 2023-12-07T22:31:02.443183+0000 mon.a (mon.0) 2209 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:31:03.799 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:31:03.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:03.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:03.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:03.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:31:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:04 smithi079 bash[28699]: audit 2023-12-07T22:31:03.292317+0000 mgr.a (mgr.14403) 12703 : audit 0 from='client.257106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:04 smithi079 bash[28699]: cluster 2023-12-07T22:31:03.725140+0000 mgr.a (mgr.14403) 12704 : cluster 0 pgmap v9483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:31:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:04 smithi194 bash[32038]: audit 2023-12-07T22:31:03.292317+0000 mgr.a (mgr.14403) 12703 : audit 0 from='client.257106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:04 smithi194 bash[32038]: cluster 2023-12-07T22:31:03.725140+0000 mgr.a (mgr.14403) 12704 : cluster 0 pgmap v9483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:31:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:04 smithi135 bash[32435]: audit 2023-12-07T22:31:03.292317+0000 mgr.a (mgr.14403) 12703 : audit 0 from='client.257106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:04 smithi135 bash[32435]: cluster 2023-12-07T22:31:03.725140+0000 mgr.a (mgr.14403) 12704 : cluster 0 pgmap v9483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:31:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:06 smithi079 bash[28699]: cluster 2023-12-07T22:31:05.725870+0000 mgr.a (mgr.14403) 12705 : cluster 0 pgmap v9484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:31:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:06 smithi194 bash[32038]: cluster 2023-12-07T22:31:05.725870+0000 mgr.a (mgr.14403) 12705 : cluster 0 pgmap v9484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:31:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:06 smithi135 bash[32435]: cluster 2023-12-07T22:31:05.725870+0000 mgr.a (mgr.14403) 12705 : cluster 0 pgmap v9484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:31:08.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:31:08.803 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:08.803 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:08 smithi079 bash[28699]: cluster 2023-12-07T22:31:07.726586+0000 mgr.a (mgr.14403) 12706 : cluster 0 pgmap v9485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:31:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:08 smithi194 bash[32038]: cluster 2023-12-07T22:31:07.726586+0000 mgr.a (mgr.14403) 12706 : cluster 0 pgmap v9485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:31:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:08 smithi135 bash[32435]: cluster 2023-12-07T22:31:07.726586+0000 mgr.a (mgr.14403) 12706 : cluster 0 pgmap v9485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:31:09.714 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:31:09.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:09.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:09.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:09.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:31:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:10 smithi194 bash[32038]: audit 2023-12-07T22:31:09.203816+0000 mgr.a (mgr.14403) 12707 : audit 0 from='client.257184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:10 smithi194 bash[32038]: cluster 2023-12-07T22:31:09.727633+0000 mgr.a (mgr.14403) 12708 : cluster 0 pgmap v9486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:10 smithi135 bash[32435]: audit 2023-12-07T22:31:09.203816+0000 mgr.a (mgr.14403) 12707 : audit 0 from='client.257184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:10 smithi135 bash[32435]: cluster 2023-12-07T22:31:09.727633+0000 mgr.a (mgr.14403) 12708 : cluster 0 pgmap v9486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:10 smithi079 bash[28699]: audit 2023-12-07T22:31:09.203816+0000 mgr.a (mgr.14403) 12707 : audit 0 from='client.257184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:10 smithi079 bash[28699]: cluster 2023-12-07T22:31:09.727633+0000 mgr.a (mgr.14403) 12708 : cluster 0 pgmap v9486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:12 smithi079 bash[28699]: cluster 2023-12-07T22:31:11.728191+0000 mgr.a (mgr.14403) 12709 : cluster 0 pgmap v9487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:12 smithi194 bash[32038]: cluster 2023-12-07T22:31:11.728191+0000 mgr.a (mgr.14403) 12709 : cluster 0 pgmap v9487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:12 smithi135 bash[32435]: cluster 2023-12-07T22:31:11.728191+0000 mgr.a (mgr.14403) 12709 : cluster 0 pgmap v9487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:14.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:31:14.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:14.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:14 smithi079 bash[28699]: cluster 2023-12-07T22:31:13.728926+0000 mgr.a (mgr.14403) 12710 : cluster 0 pgmap v9488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:14 smithi194 bash[32038]: cluster 2023-12-07T22:31:13.728926+0000 mgr.a (mgr.14403) 12710 : cluster 0 pgmap v9488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:14 smithi135 bash[32435]: cluster 2023-12-07T22:31:13.728926+0000 mgr.a (mgr.14403) 12710 : cluster 0 pgmap v9488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:15.577 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:31:15.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:15.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:15.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:15.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:31:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:16 smithi079 bash[28699]: audit 2023-12-07T22:31:15.107228+0000 mgr.a (mgr.14403) 12711 : audit 0 from='client.257259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:16 smithi079 bash[28699]: cluster 2023-12-07T22:31:15.729639+0000 mgr.a (mgr.14403) 12712 : cluster 0 pgmap v9489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:31:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:16 smithi194 bash[32038]: audit 2023-12-07T22:31:15.107228+0000 mgr.a (mgr.14403) 12711 : audit 0 from='client.257259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:16 smithi194 bash[32038]: cluster 2023-12-07T22:31:15.729639+0000 mgr.a (mgr.14403) 12712 : cluster 0 pgmap v9489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:31:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:16 smithi135 bash[32435]: audit 2023-12-07T22:31:15.107228+0000 mgr.a (mgr.14403) 12711 : audit 0 from='client.257259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:16 smithi135 bash[32435]: cluster 2023-12-07T22:31:15.729639+0000 mgr.a (mgr.14403) 12712 : cluster 0 pgmap v9489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:31:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:18 smithi079 bash[28699]: cluster 2023-12-07T22:31:17.730232+0000 mgr.a (mgr.14403) 12713 : cluster 0 pgmap v9490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:31:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:18 smithi194 bash[32038]: cluster 2023-12-07T22:31:17.730232+0000 mgr.a (mgr.14403) 12713 : cluster 0 pgmap v9490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:31:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:18 smithi135 bash[32435]: cluster 2023-12-07T22:31:17.730232+0000 mgr.a (mgr.14403) 12713 : cluster 0 pgmap v9490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:31:20.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:31:20.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:20.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:20 smithi194 bash[32038]: cluster 2023-12-07T22:31:19.731034+0000 mgr.a (mgr.14403) 12714 : cluster 0 pgmap v9491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:31:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:20 smithi135 bash[32435]: cluster 2023-12-07T22:31:19.731034+0000 mgr.a (mgr.14403) 12714 : cluster 0 pgmap v9491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:31:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:20 smithi079 bash[28699]: cluster 2023-12-07T22:31:19.731034+0000 mgr.a (mgr.14403) 12714 : cluster 0 pgmap v9491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:31:21.470 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:31:21.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:21.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:21.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:21.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:31:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:22 smithi079 bash[28699]: audit 2023-12-07T22:31:20.961357+0000 mgr.a (mgr.14403) 12715 : audit 0 from='client.257334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:23.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:22 smithi079 bash[28699]: cluster 2023-12-07T22:31:21.731727+0000 mgr.a (mgr.14403) 12716 : cluster 0 pgmap v9492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:23.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:22 smithi194 bash[32038]: audit 2023-12-07T22:31:20.961357+0000 mgr.a (mgr.14403) 12715 : audit 0 from='client.257334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:22 smithi194 bash[32038]: cluster 2023-12-07T22:31:21.731727+0000 mgr.a (mgr.14403) 12716 : cluster 0 pgmap v9492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:22 smithi135 bash[32435]: audit 2023-12-07T22:31:20.961357+0000 mgr.a (mgr.14403) 12715 : audit 0 from='client.257334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:22 smithi135 bash[32435]: cluster 2023-12-07T22:31:21.731727+0000 mgr.a (mgr.14403) 12716 : cluster 0 pgmap v9492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:24 smithi079 bash[28699]: cluster 2023-12-07T22:31:23.732523+0000 mgr.a (mgr.14403) 12717 : cluster 0 pgmap v9493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:24 smithi194 bash[32038]: cluster 2023-12-07T22:31:23.732523+0000 mgr.a (mgr.14403) 12717 : cluster 0 pgmap v9493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:24 smithi135 bash[32435]: cluster 2023-12-07T22:31:23.732523+0000 mgr.a (mgr.14403) 12717 : cluster 0 pgmap v9493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:26.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:31:26.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:26.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:26 smithi079 bash[28699]: cluster 2023-12-07T22:31:25.733069+0000 mgr.a (mgr.14403) 12718 : cluster 0 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-07T22:31:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:26 smithi194 bash[32038]: cluster 2023-12-07T22:31:25.733069+0000 mgr.a (mgr.14403) 12718 : cluster 0 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-07T22:31:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:26 smithi135 bash[32435]: cluster 2023-12-07T22:31:25.733069+0000 mgr.a (mgr.14403) 12718 : cluster 0 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-07T22:31:27.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:27.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:27.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:27.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:31:27.369 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:31:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:27 smithi079 bash[28699]: audit 2023-12-07T22:31:26.874831+0000 mgr.a (mgr.14403) 12719 : audit 0 from='client.257406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:27 smithi194 bash[32038]: audit 2023-12-07T22:31:26.874831+0000 mgr.a (mgr.14403) 12719 : audit 0 from='client.257406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:28.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:27 smithi135 bash[32435]: audit 2023-12-07T22:31:26.874831+0000 mgr.a (mgr.14403) 12719 : audit 0 from='client.257406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:28 smithi079 bash[28699]: cluster 2023-12-07T22:31:27.733791+0000 mgr.a (mgr.14403) 12720 : cluster 0 pgmap v9495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:28 smithi194 bash[32038]: cluster 2023-12-07T22:31:27.733791+0000 mgr.a (mgr.14403) 12720 : cluster 0 pgmap v9495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:28 smithi135 bash[32435]: cluster 2023-12-07T22:31:27.733791+0000 mgr.a (mgr.14403) 12720 : cluster 0 pgmap v9495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:30 smithi194 bash[32038]: cluster 2023-12-07T22:31:29.734585+0000 mgr.a (mgr.14403) 12721 : cluster 0 pgmap v9496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:30 smithi135 bash[32435]: cluster 2023-12-07T22:31:29.734585+0000 mgr.a (mgr.14403) 12721 : cluster 0 pgmap v9496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:30 smithi079 bash[28699]: cluster 2023-12-07T22:31:29.734585+0000 mgr.a (mgr.14403) 12721 : cluster 0 pgmap v9496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:32.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:31:32.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:32.373 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:32 smithi079 bash[28699]: cluster 2023-12-07T22:31:31.735190+0000 mgr.a (mgr.14403) 12722 : cluster 0 pgmap v9497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:32 smithi194 bash[32038]: cluster 2023-12-07T22:31:31.735190+0000 mgr.a (mgr.14403) 12722 : cluster 0 pgmap v9497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:32 smithi135 bash[32435]: cluster 2023-12-07T22:31:31.735190+0000 mgr.a (mgr.14403) 12722 : cluster 0 pgmap v9497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:33.289 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:31:33.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:33.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:33.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:33.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:31:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:33 smithi079 bash[28699]: audit 2023-12-07T22:31:32.772570+0000 mgr.a (mgr.14403) 12723 : audit 0 from='client.257484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:33 smithi194 bash[32038]: audit 2023-12-07T22:31:32.772570+0000 mgr.a (mgr.14403) 12723 : audit 0 from='client.257484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:34.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:33 smithi135 bash[32435]: audit 2023-12-07T22:31:32.772570+0000 mgr.a (mgr.14403) 12723 : audit 0 from='client.257484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:34 smithi079 bash[28699]: cluster 2023-12-07T22:31:33.736259+0000 mgr.a (mgr.14403) 12724 : cluster 0 pgmap v9498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:34 smithi194 bash[32038]: cluster 2023-12-07T22:31:33.736259+0000 mgr.a (mgr.14403) 12724 : cluster 0 pgmap v9498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:34 smithi135 bash[32435]: cluster 2023-12-07T22:31:33.736259+0000 mgr.a (mgr.14403) 12724 : cluster 0 pgmap v9498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:36 smithi079 bash[28699]: cluster 2023-12-07T22:31:35.736863+0000 mgr.a (mgr.14403) 12725 : cluster 0 pgmap v9499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:36 smithi194 bash[32038]: cluster 2023-12-07T22:31:35.736863+0000 mgr.a (mgr.14403) 12725 : cluster 0 pgmap v9499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:36 smithi135 bash[32435]: cluster 2023-12-07T22:31:35.736863+0000 mgr.a (mgr.14403) 12725 : cluster 0 pgmap v9499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:38.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:31:38.293 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:38.293 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:38 smithi079 bash[28699]: cluster 2023-12-07T22:31:37.737448+0000 mgr.a (mgr.14403) 12726 : cluster 0 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-07T22:31:39.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:38 smithi194 bash[32038]: cluster 2023-12-07T22:31:37.737448+0000 mgr.a (mgr.14403) 12726 : cluster 0 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-07T22:31:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:38 smithi135 bash[32435]: cluster 2023-12-07T22:31:37.737448+0000 mgr.a (mgr.14403) 12726 : cluster 0 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-07T22:31:39.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:39.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:39.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:39.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:31:39.213 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:31:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:39 smithi079 bash[28699]: audit 2023-12-07T22:31:38.694473+0000 mgr.a (mgr.14403) 12727 : audit 0 from='client.257556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:40.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:39 smithi194 bash[32038]: audit 2023-12-07T22:31:38.694473+0000 mgr.a (mgr.14403) 12727 : audit 0 from='client.257556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:40.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:39 smithi135 bash[32435]: audit 2023-12-07T22:31:38.694473+0000 mgr.a (mgr.14403) 12727 : audit 0 from='client.257556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:40 smithi079 bash[28699]: cluster 2023-12-07T22:31:39.738533+0000 mgr.a (mgr.14403) 12728 : cluster 0 pgmap v9501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:40 smithi194 bash[32038]: cluster 2023-12-07T22:31:39.738533+0000 mgr.a (mgr.14403) 12728 : cluster 0 pgmap v9501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:40 smithi135 bash[32435]: cluster 2023-12-07T22:31:39.738533+0000 mgr.a (mgr.14403) 12728 : cluster 0 pgmap v9501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:42 smithi079 bash[28699]: cluster 2023-12-07T22:31:41.739144+0000 mgr.a (mgr.14403) 12729 : cluster 0 pgmap v9502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:43.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:42 smithi194 bash[32038]: cluster 2023-12-07T22:31:41.739144+0000 mgr.a (mgr.14403) 12729 : cluster 0 pgmap v9502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:42 smithi135 bash[32435]: cluster 2023-12-07T22:31:41.739144+0000 mgr.a (mgr.14403) 12729 : cluster 0 pgmap v9502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:44.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:31:44.216 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:44.216 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:45.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:45.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:45.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:45.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:31:45.124 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:31:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:44 smithi079 bash[28699]: cluster 2023-12-07T22:31:43.739870+0000 mgr.a (mgr.14403) 12730 : cluster 0 pgmap v9503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:45.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:44 smithi194 bash[32038]: cluster 2023-12-07T22:31:43.739870+0000 mgr.a (mgr.14403) 12730 : cluster 0 pgmap v9503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:44 smithi135 bash[32435]: cluster 2023-12-07T22:31:43.739870+0000 mgr.a (mgr.14403) 12730 : cluster 0 pgmap v9503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:45 smithi079 bash[28699]: audit 2023-12-07T22:31:44.623981+0000 mgr.a (mgr.14403) 12731 : audit 0 from='client.257634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:46.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:45 smithi194 bash[32038]: audit 2023-12-07T22:31:44.623981+0000 mgr.a (mgr.14403) 12731 : audit 0 from='client.257634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:46.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:45 smithi135 bash[32435]: audit 2023-12-07T22:31:44.623981+0000 mgr.a (mgr.14403) 12731 : audit 0 from='client.257634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:46 smithi079 bash[28699]: cluster 2023-12-07T22:31:45.740610+0000 mgr.a (mgr.14403) 12732 : cluster 0 pgmap v9504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:46 smithi194 bash[32038]: cluster 2023-12-07T22:31:45.740610+0000 mgr.a (mgr.14403) 12732 : cluster 0 pgmap v9504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:46 smithi135 bash[32435]: cluster 2023-12-07T22:31:45.740610+0000 mgr.a (mgr.14403) 12732 : cluster 0 pgmap v9504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:48 smithi079 bash[28699]: cluster 2023-12-07T22:31:47.741207+0000 mgr.a (mgr.14403) 12733 : cluster 0 pgmap v9505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:48 smithi194 bash[32038]: cluster 2023-12-07T22:31:47.741207+0000 mgr.a (mgr.14403) 12733 : cluster 0 pgmap v9505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:48 smithi135 bash[32435]: cluster 2023-12-07T22:31:47.741207+0000 mgr.a (mgr.14403) 12733 : cluster 0 pgmap v9505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:31:50.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:31:50.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:50.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:50.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:50 smithi194 bash[32038]: cluster 2023-12-07T22:31:49.742042+0000 mgr.a (mgr.14403) 12734 : cluster 0 pgmap v9506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:50 smithi135 bash[32435]: cluster 2023-12-07T22:31:49.742042+0000 mgr.a (mgr.14403) 12734 : cluster 0 pgmap v9506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:51.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:51.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:51.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:51.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:31:51.040 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:31:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:50 smithi079 bash[28699]: cluster 2023-12-07T22:31:49.742042+0000 mgr.a (mgr.14403) 12734 : cluster 0 pgmap v9506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:51 smithi194 bash[32038]: audit 2023-12-07T22:31:50.532345+0000 mgr.a (mgr.14403) 12735 : audit 0 from='client.257712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:51 smithi135 bash[32435]: audit 2023-12-07T22:31:50.532345+0000 mgr.a (mgr.14403) 12735 : audit 0 from='client.257712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:51 smithi079 bash[28699]: audit 2023-12-07T22:31:50.532345+0000 mgr.a (mgr.14403) 12735 : audit 0 from='client.257712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:52.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:52 smithi194 bash[32038]: cluster 2023-12-07T22:31:51.742723+0000 mgr.a (mgr.14403) 12736 : cluster 0 pgmap v9507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:52 smithi135 bash[32435]: cluster 2023-12-07T22:31:51.742723+0000 mgr.a (mgr.14403) 12736 : cluster 0 pgmap v9507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:52 smithi079 bash[28699]: cluster 2023-12-07T22:31:51.742723+0000 mgr.a (mgr.14403) 12736 : cluster 0 pgmap v9507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:54 smithi079 bash[28699]: cluster 2023-12-07T22:31:53.743513+0000 mgr.a (mgr.14403) 12737 : cluster 0 pgmap v9508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:54 smithi194 bash[32038]: cluster 2023-12-07T22:31:53.743513+0000 mgr.a (mgr.14403) 12737 : cluster 0 pgmap v9508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:54 smithi135 bash[32435]: cluster 2023-12-07T22:31:53.743513+0000 mgr.a (mgr.14403) 12737 : cluster 0 pgmap v9508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:31:56.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:31:56.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:31:56.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:31:56.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:31:56.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:31:56.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:31:56.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:31:56.965 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:31:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:56 smithi079 bash[28699]: cluster 2023-12-07T22:31:55.744068+0000 mgr.a (mgr.14403) 12738 : cluster 0 pgmap v9509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:56 smithi194 bash[32038]: cluster 2023-12-07T22:31:55.744068+0000 mgr.a (mgr.14403) 12738 : cluster 0 pgmap v9509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:56 smithi135 bash[32435]: cluster 2023-12-07T22:31:55.744068+0000 mgr.a (mgr.14403) 12738 : cluster 0 pgmap v9509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:57 smithi079 bash[28699]: audit 2023-12-07T22:31:56.446599+0000 mgr.a (mgr.14403) 12739 : audit 0 from='client.257790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:57 smithi194 bash[32038]: audit 2023-12-07T22:31:56.446599+0000 mgr.a (mgr.14403) 12739 : audit 0 from='client.257790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:58.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:57 smithi135 bash[32435]: audit 2023-12-07T22:31:56.446599+0000 mgr.a (mgr.14403) 12739 : audit 0 from='client.257790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:31:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:31:58 smithi079 bash[28699]: cluster 2023-12-07T22:31:57.744786+0000 mgr.a (mgr.14403) 12740 : cluster 0 pgmap v9510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:31:58 smithi194 bash[32038]: cluster 2023-12-07T22:31:57.744786+0000 mgr.a (mgr.14403) 12740 : cluster 0 pgmap v9510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:31:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:31:58 smithi135 bash[32435]: cluster 2023-12-07T22:31:57.744786+0000 mgr.a (mgr.14403) 12740 : cluster 0 pgmap v9510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:00 smithi194 bash[32038]: cluster 2023-12-07T22:31:59.745690+0000 mgr.a (mgr.14403) 12741 : cluster 0 pgmap v9511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:00 smithi135 bash[32435]: cluster 2023-12-07T22:31:59.745690+0000 mgr.a (mgr.14403) 12741 : cluster 0 pgmap v9511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:00 smithi079 bash[28699]: cluster 2023-12-07T22:31:59.745690+0000 mgr.a (mgr.14403) 12741 : cluster 0 pgmap v9511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:01.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:32:01.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:01.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:02.868 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:32:02.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:02.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:02.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:02.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:32:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:02 smithi079 bash[28699]: cluster 2023-12-07T22:32:01.746404+0000 mgr.a (mgr.14403) 12742 : cluster 0 pgmap v9512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:02 smithi079 bash[28699]: audit 2023-12-07T22:32:02.546113+0000 mon.a (mon.0) 2210 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:32:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:02 smithi194 bash[32038]: cluster 2023-12-07T22:32:01.746404+0000 mgr.a (mgr.14403) 12742 : cluster 0 pgmap v9512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:02 smithi194 bash[32038]: audit 2023-12-07T22:32:02.546113+0000 mon.a (mon.0) 2210 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:32:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:02 smithi135 bash[32435]: cluster 2023-12-07T22:32:01.746404+0000 mgr.a (mgr.14403) 12742 : cluster 0 pgmap v9512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:02 smithi135 bash[32435]: audit 2023-12-07T22:32:02.546113+0000 mon.a (mon.0) 2210 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:32:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:03 smithi079 bash[28699]: audit 2023-12-07T22:32:02.371391+0000 mgr.a (mgr.14403) 12743 : audit 0 from='client.257865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:03 smithi079 bash[28699]: audit 2023-12-07T22:32:03.075188+0000 mon.a (mon.0) 2211 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:32:04.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:03 smithi079 bash[28699]: audit 2023-12-07T22:32:03.080940+0000 mon.a (mon.0) 2212 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:32:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:03 smithi194 bash[32038]: audit 2023-12-07T22:32:02.371391+0000 mgr.a (mgr.14403) 12743 : audit 0 from='client.257865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:04.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:03 smithi194 bash[32038]: audit 2023-12-07T22:32:03.075188+0000 mon.a (mon.0) 2211 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:32:04.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:03 smithi194 bash[32038]: audit 2023-12-07T22:32:03.080940+0000 mon.a (mon.0) 2212 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:32:04.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:03 smithi135 bash[32435]: audit 2023-12-07T22:32:02.371391+0000 mgr.a (mgr.14403) 12743 : audit 0 from='client.257865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:04.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:03 smithi135 bash[32435]: audit 2023-12-07T22:32:03.075188+0000 mon.a (mon.0) 2211 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:32:04.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:03 smithi135 bash[32435]: audit 2023-12-07T22:32:03.080940+0000 mon.a (mon.0) 2212 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:32:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:04 smithi079 bash[28699]: cluster 2023-12-07T22:32:03.747343+0000 mgr.a (mgr.14403) 12744 : cluster 0 pgmap v9513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:04 smithi079 bash[28699]: audit 2023-12-07T22:32:03.821254+0000 mon.a (mon.0) 2213 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:32:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:04 smithi079 bash[28699]: audit 2023-12-07T22:32:03.823084+0000 mon.a (mon.0) 2214 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:32:05.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:04 smithi079 bash[28699]: audit 2023-12-07T22:32:03.834127+0000 mon.a (mon.0) 2215 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:32:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:04 smithi194 bash[32038]: cluster 2023-12-07T22:32:03.747343+0000 mgr.a (mgr.14403) 12744 : cluster 0 pgmap v9513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:04 smithi194 bash[32038]: audit 2023-12-07T22:32:03.821254+0000 mon.a (mon.0) 2213 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:32:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:04 smithi194 bash[32038]: audit 2023-12-07T22:32:03.823084+0000 mon.a (mon.0) 2214 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:32:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:04 smithi194 bash[32038]: audit 2023-12-07T22:32:03.834127+0000 mon.a (mon.0) 2215 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:32:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:04 smithi135 bash[32435]: cluster 2023-12-07T22:32:03.747343+0000 mgr.a (mgr.14403) 12744 : cluster 0 pgmap v9513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:04 smithi135 bash[32435]: audit 2023-12-07T22:32:03.821254+0000 mon.a (mon.0) 2213 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:32:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:04 smithi135 bash[32435]: audit 2023-12-07T22:32:03.823084+0000 mon.a (mon.0) 2214 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:32:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:04 smithi135 bash[32435]: audit 2023-12-07T22:32:03.834127+0000 mon.a (mon.0) 2215 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:32:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:06 smithi079 bash[28699]: cluster 2023-12-07T22:32:05.747928+0000 mgr.a (mgr.14403) 12745 : cluster 0 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-07T22:32:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:06 smithi194 bash[32038]: cluster 2023-12-07T22:32:05.747928+0000 mgr.a (mgr.14403) 12745 : cluster 0 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-07T22:32:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:06 smithi135 bash[32435]: cluster 2023-12-07T22:32:05.747928+0000 mgr.a (mgr.14403) 12745 : cluster 0 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-07T22:32:07.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:32:07.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:07.873 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:08.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:08.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:08.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:08.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:32:08.750 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:32:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:08 smithi079 bash[28699]: cluster 2023-12-07T22:32:07.748468+0000 mgr.a (mgr.14403) 12746 : cluster 0 pgmap v9515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:08 smithi194 bash[32038]: cluster 2023-12-07T22:32:07.748468+0000 mgr.a (mgr.14403) 12746 : cluster 0 pgmap v9515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:08 smithi135 bash[32435]: cluster 2023-12-07T22:32:07.748468+0000 mgr.a (mgr.14403) 12746 : cluster 0 pgmap v9515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:09 smithi079 bash[28699]: audit 2023-12-07T22:32:08.259705+0000 mgr.a (mgr.14403) 12747 : audit 0 from='client.257943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:10.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:09 smithi194 bash[32038]: audit 2023-12-07T22:32:08.259705+0000 mgr.a (mgr.14403) 12747 : audit 0 from='client.257943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:10.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:09 smithi135 bash[32435]: audit 2023-12-07T22:32:08.259705+0000 mgr.a (mgr.14403) 12747 : audit 0 from='client.257943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:10 smithi079 bash[28699]: cluster 2023-12-07T22:32:09.749480+0000 mgr.a (mgr.14403) 12748 : cluster 0 pgmap v9516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:32:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:10 smithi194 bash[32038]: cluster 2023-12-07T22:32:09.749480+0000 mgr.a (mgr.14403) 12748 : cluster 0 pgmap v9516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:32:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:10 smithi135 bash[32435]: cluster 2023-12-07T22:32:09.749480+0000 mgr.a (mgr.14403) 12748 : cluster 0 pgmap v9516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:32:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:12 smithi079 bash[28699]: cluster 2023-12-07T22:32:11.750063+0000 mgr.a (mgr.14403) 12749 : cluster 0 pgmap v9517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:32:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:12 smithi194 bash[32038]: cluster 2023-12-07T22:32:11.750063+0000 mgr.a (mgr.14403) 12749 : cluster 0 pgmap v9517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:32:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:12 smithi135 bash[32435]: cluster 2023-12-07T22:32:11.750063+0000 mgr.a (mgr.14403) 12749 : cluster 0 pgmap v9517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:32:13.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:32:13.752 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:13.752 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:14.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:14.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:14.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:14.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:32:14.654 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:32:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:14 smithi079 bash[28699]: cluster 2023-12-07T22:32:13.750925+0000 mgr.a (mgr.14403) 12750 : cluster 0 pgmap v9518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:14 smithi194 bash[32038]: cluster 2023-12-07T22:32:13.750925+0000 mgr.a (mgr.14403) 12750 : cluster 0 pgmap v9518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:14 smithi135 bash[32435]: cluster 2023-12-07T22:32:13.750925+0000 mgr.a (mgr.14403) 12750 : cluster 0 pgmap v9518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:15 smithi079 bash[28699]: audit 2023-12-07T22:32:14.156548+0000 mgr.a (mgr.14403) 12751 : audit 0 from='client.258021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:15 smithi194 bash[32038]: audit 2023-12-07T22:32:14.156548+0000 mgr.a (mgr.14403) 12751 : audit 0 from='client.258021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:16.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:15 smithi135 bash[32435]: audit 2023-12-07T22:32:14.156548+0000 mgr.a (mgr.14403) 12751 : audit 0 from='client.258021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:16 smithi079 bash[28699]: cluster 2023-12-07T22:32:15.751543+0000 mgr.a (mgr.14403) 12752 : cluster 0 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-07T22:32:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:16 smithi194 bash[32038]: cluster 2023-12-07T22:32:15.751543+0000 mgr.a (mgr.14403) 12752 : cluster 0 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-07T22:32:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:16 smithi135 bash[32435]: cluster 2023-12-07T22:32:15.751543+0000 mgr.a (mgr.14403) 12752 : cluster 0 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-07T22:32:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:18 smithi079 bash[28699]: cluster 2023-12-07T22:32:17.752140+0000 mgr.a (mgr.14403) 12753 : cluster 0 pgmap v9520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:18 smithi194 bash[32038]: cluster 2023-12-07T22:32:17.752140+0000 mgr.a (mgr.14403) 12753 : cluster 0 pgmap v9520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:18 smithi135 bash[32435]: cluster 2023-12-07T22:32:17.752140+0000 mgr.a (mgr.14403) 12753 : cluster 0 pgmap v9520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:19.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:32:19.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:19.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:20.568 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:32:20.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:20.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:20.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:20.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:32:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:20 smithi135 bash[32435]: cluster 2023-12-07T22:32:19.752723+0000 mgr.a (mgr.14403) 12754 : cluster 0 pgmap v9521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:20 smithi079 bash[28699]: cluster 2023-12-07T22:32:19.752723+0000 mgr.a (mgr.14403) 12754 : cluster 0 pgmap v9521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:20 smithi194 bash[32038]: cluster 2023-12-07T22:32:19.752723+0000 mgr.a (mgr.14403) 12754 : cluster 0 pgmap v9521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:21 smithi079 bash[28699]: audit 2023-12-07T22:32:20.059777+0000 mgr.a (mgr.14403) 12755 : audit 0 from='client.258099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:22.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:21 smithi194 bash[32038]: audit 2023-12-07T22:32:20.059777+0000 mgr.a (mgr.14403) 12755 : audit 0 from='client.258099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:22.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:21 smithi135 bash[32435]: audit 2023-12-07T22:32:20.059777+0000 mgr.a (mgr.14403) 12755 : audit 0 from='client.258099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:22 smithi079 bash[28699]: cluster 2023-12-07T22:32:21.753299+0000 mgr.a (mgr.14403) 12756 : cluster 0 pgmap v9522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:32:23.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:22 smithi194 bash[32038]: cluster 2023-12-07T22:32:21.753299+0000 mgr.a (mgr.14403) 12756 : cluster 0 pgmap v9522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:32:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:22 smithi135 bash[32435]: cluster 2023-12-07T22:32:21.753299+0000 mgr.a (mgr.14403) 12756 : cluster 0 pgmap v9522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:32:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:24 smithi079 bash[28699]: cluster 2023-12-07T22:32:23.754084+0000 mgr.a (mgr.14403) 12757 : cluster 0 pgmap v9523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:32:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:24 smithi194 bash[32038]: cluster 2023-12-07T22:32:23.754084+0000 mgr.a (mgr.14403) 12757 : cluster 0 pgmap v9523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:32:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:24 smithi135 bash[32435]: cluster 2023-12-07T22:32:23.754084+0000 mgr.a (mgr.14403) 12757 : cluster 0 pgmap v9523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:32:25.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:32:25.572 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:25.572 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:26.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:26.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:26.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:26.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:32:26.476 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:32:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:26 smithi079 bash[28699]: cluster 2023-12-07T22:32:25.754634+0000 mgr.a (mgr.14403) 12758 : cluster 0 pgmap v9524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:27.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:26 smithi194 bash[32038]: cluster 2023-12-07T22:32:25.754634+0000 mgr.a (mgr.14403) 12758 : cluster 0 pgmap v9524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:26 smithi135 bash[32435]: cluster 2023-12-07T22:32:25.754634+0000 mgr.a (mgr.14403) 12758 : cluster 0 pgmap v9524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:27 smithi079 bash[28699]: audit 2023-12-07T22:32:25.972326+0000 mgr.a (mgr.14403) 12759 : audit 0 from='client.258177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:27 smithi194 bash[32038]: audit 2023-12-07T22:32:25.972326+0000 mgr.a (mgr.14403) 12759 : audit 0 from='client.258177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:28.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:27 smithi135 bash[32435]: audit 2023-12-07T22:32:25.972326+0000 mgr.a (mgr.14403) 12759 : audit 0 from='client.258177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:28 smithi079 bash[28699]: cluster 2023-12-07T22:32:27.755325+0000 mgr.a (mgr.14403) 12760 : cluster 0 pgmap v9525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:28 smithi194 bash[32038]: cluster 2023-12-07T22:32:27.755325+0000 mgr.a (mgr.14403) 12760 : cluster 0 pgmap v9525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:28 smithi135 bash[32435]: cluster 2023-12-07T22:32:27.755325+0000 mgr.a (mgr.14403) 12760 : cluster 0 pgmap v9525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:30 smithi135 bash[32435]: cluster 2023-12-07T22:32:29.756164+0000 mgr.a (mgr.14403) 12761 : cluster 0 pgmap v9526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:30 smithi079 bash[28699]: cluster 2023-12-07T22:32:29.756164+0000 mgr.a (mgr.14403) 12761 : cluster 0 pgmap v9526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:30 smithi194 bash[32038]: cluster 2023-12-07T22:32:29.756164+0000 mgr.a (mgr.14403) 12761 : cluster 0 pgmap v9526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:31.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:32:31.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:31.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:32.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:32.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:32.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:32.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:32:32.392 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:32:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:32 smithi079 bash[28699]: cluster 2023-12-07T22:32:31.756705+0000 mgr.a (mgr.14403) 12762 : cluster 0 pgmap v9527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:32 smithi079 bash[28699]: audit 2023-12-07T22:32:31.877843+0000 mgr.a (mgr.14403) 12763 : audit 0 from='client.258255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:32 smithi194 bash[32038]: cluster 2023-12-07T22:32:31.756705+0000 mgr.a (mgr.14403) 12762 : cluster 0 pgmap v9527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:32 smithi194 bash[32038]: audit 2023-12-07T22:32:31.877843+0000 mgr.a (mgr.14403) 12763 : audit 0 from='client.258255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:32 smithi135 bash[32435]: cluster 2023-12-07T22:32:31.756705+0000 mgr.a (mgr.14403) 12762 : cluster 0 pgmap v9527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:32 smithi135 bash[32435]: audit 2023-12-07T22:32:31.877843+0000 mgr.a (mgr.14403) 12763 : audit 0 from='client.258255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:34 smithi079 bash[28699]: cluster 2023-12-07T22:32:33.757598+0000 mgr.a (mgr.14403) 12764 : cluster 0 pgmap v9528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:34 smithi194 bash[32038]: cluster 2023-12-07T22:32:33.757598+0000 mgr.a (mgr.14403) 12764 : cluster 0 pgmap v9528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:34 smithi135 bash[32435]: cluster 2023-12-07T22:32:33.757598+0000 mgr.a (mgr.14403) 12764 : cluster 0 pgmap v9528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:36 smithi079 bash[28699]: cluster 2023-12-07T22:32:35.758277+0000 mgr.a (mgr.14403) 12765 : cluster 0 pgmap v9529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:36 smithi194 bash[32038]: cluster 2023-12-07T22:32:35.758277+0000 mgr.a (mgr.14403) 12765 : cluster 0 pgmap v9529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:36 smithi135 bash[32435]: cluster 2023-12-07T22:32:35.758277+0000 mgr.a (mgr.14403) 12765 : cluster 0 pgmap v9529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:37.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:32:37.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:37.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:38.310 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:32:38.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:38.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:38.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:38.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:32:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:38 smithi079 bash[28699]: cluster 2023-12-07T22:32:37.758859+0000 mgr.a (mgr.14403) 12766 : cluster 0 pgmap v9530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:38 smithi079 bash[28699]: audit 2023-12-07T22:32:37.798325+0000 mgr.a (mgr.14403) 12767 : audit 0 from='client.258330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:38 smithi194 bash[32038]: cluster 2023-12-07T22:32:37.758859+0000 mgr.a (mgr.14403) 12766 : cluster 0 pgmap v9530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:38 smithi194 bash[32038]: audit 2023-12-07T22:32:37.798325+0000 mgr.a (mgr.14403) 12767 : audit 0 from='client.258330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:38 smithi135 bash[32435]: cluster 2023-12-07T22:32:37.758859+0000 mgr.a (mgr.14403) 12766 : cluster 0 pgmap v9530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:38 smithi135 bash[32435]: audit 2023-12-07T22:32:37.798325+0000 mgr.a (mgr.14403) 12767 : audit 0 from='client.258330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:40 smithi079 bash[28699]: cluster 2023-12-07T22:32:39.759735+0000 mgr.a (mgr.14403) 12768 : cluster 0 pgmap v9531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:41.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:40 smithi194 bash[32038]: cluster 2023-12-07T22:32:39.759735+0000 mgr.a (mgr.14403) 12768 : cluster 0 pgmap v9531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:40 smithi135 bash[32435]: cluster 2023-12-07T22:32:39.759735+0000 mgr.a (mgr.14403) 12768 : cluster 0 pgmap v9531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:32:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:42 smithi079 bash[28699]: cluster 2023-12-07T22:32:41.760306+0000 mgr.a (mgr.14403) 12769 : cluster 0 pgmap v9532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:43.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:42 smithi194 bash[32038]: cluster 2023-12-07T22:32:41.760306+0000 mgr.a (mgr.14403) 12769 : cluster 0 pgmap v9532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:42 smithi135 bash[32435]: cluster 2023-12-07T22:32:41.760306+0000 mgr.a (mgr.14403) 12769 : cluster 0 pgmap v9532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:43.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:32:43.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:43.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:44.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:44.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:44.213 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:32:44.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:44.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:32:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:44 smithi079 bash[28699]: audit 2023-12-07T22:32:43.716417+0000 mgr.a (mgr.14403) 12770 : audit 0 from='client.258405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:44 smithi079 bash[28699]: cluster 2023-12-07T22:32:43.761014+0000 mgr.a (mgr.14403) 12771 : cluster 0 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-07T22:32:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:44 smithi194 bash[32038]: audit 2023-12-07T22:32:43.716417+0000 mgr.a (mgr.14403) 12770 : audit 0 from='client.258405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:44 smithi194 bash[32038]: cluster 2023-12-07T22:32:43.761014+0000 mgr.a (mgr.14403) 12771 : cluster 0 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-07T22:32:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:44 smithi135 bash[32435]: audit 2023-12-07T22:32:43.716417+0000 mgr.a (mgr.14403) 12770 : audit 0 from='client.258405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:44 smithi135 bash[32435]: cluster 2023-12-07T22:32:43.761014+0000 mgr.a (mgr.14403) 12771 : cluster 0 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-07T22:32:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:46 smithi079 bash[28699]: cluster 2023-12-07T22:32:45.761665+0000 mgr.a (mgr.14403) 12772 : cluster 0 pgmap v9534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:46 smithi194 bash[32038]: cluster 2023-12-07T22:32:45.761665+0000 mgr.a (mgr.14403) 12772 : cluster 0 pgmap v9534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:46 smithi135 bash[32435]: cluster 2023-12-07T22:32:45.761665+0000 mgr.a (mgr.14403) 12772 : cluster 0 pgmap v9534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:48 smithi079 bash[28699]: cluster 2023-12-07T22:32:47.762219+0000 mgr.a (mgr.14403) 12773 : cluster 0 pgmap v9535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:48 smithi194 bash[32038]: cluster 2023-12-07T22:32:47.762219+0000 mgr.a (mgr.14403) 12773 : cluster 0 pgmap v9535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:48 smithi135 bash[32435]: cluster 2023-12-07T22:32:47.762219+0000 mgr.a (mgr.14403) 12773 : cluster 0 pgmap v9535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:49.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:32:49.216 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:49.216 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:50.106 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:32:50.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:50.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:50.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:50.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:32:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:50 smithi079 bash[28699]: audit 2023-12-07T22:32:49.612022+0000 mgr.a (mgr.14403) 12774 : audit 0 from='client.258477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:50 smithi079 bash[28699]: cluster 2023-12-07T22:32:49.763436+0000 mgr.a (mgr.14403) 12775 : cluster 0 pgmap v9536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:50 smithi194 bash[32038]: audit 2023-12-07T22:32:49.612022+0000 mgr.a (mgr.14403) 12774 : audit 0 from='client.258477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:50 smithi194 bash[32038]: cluster 2023-12-07T22:32:49.763436+0000 mgr.a (mgr.14403) 12775 : cluster 0 pgmap v9536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:50 smithi135 bash[32435]: audit 2023-12-07T22:32:49.612022+0000 mgr.a (mgr.14403) 12774 : audit 0 from='client.258477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:50 smithi135 bash[32435]: cluster 2023-12-07T22:32:49.763436+0000 mgr.a (mgr.14403) 12775 : cluster 0 pgmap v9536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:52 smithi079 bash[28699]: cluster 2023-12-07T22:32:51.764116+0000 mgr.a (mgr.14403) 12776 : cluster 0 pgmap v9537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:52 smithi194 bash[32038]: cluster 2023-12-07T22:32:51.764116+0000 mgr.a (mgr.14403) 12776 : cluster 0 pgmap v9537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:52 smithi135 bash[32435]: cluster 2023-12-07T22:32:51.764116+0000 mgr.a (mgr.14403) 12776 : cluster 0 pgmap v9537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:32:55.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:32:55.109 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:32:55.109 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:32:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:54 smithi079 bash[28699]: cluster 2023-12-07T22:32:53.764914+0000 mgr.a (mgr.14403) 12777 : cluster 0 pgmap v9538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:54 smithi194 bash[32038]: cluster 2023-12-07T22:32:53.764914+0000 mgr.a (mgr.14403) 12777 : cluster 0 pgmap v9538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:54 smithi135 bash[32435]: cluster 2023-12-07T22:32:53.764914+0000 mgr.a (mgr.14403) 12777 : cluster 0 pgmap v9538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:56.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:32:56.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:32:56.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:32:56.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:32:56.001 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:32:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:56 smithi079 bash[28699]: audit 2023-12-07T22:32:55.507673+0000 mgr.a (mgr.14403) 12778 : audit 0 from='client.258555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:56 smithi079 bash[28699]: cluster 2023-12-07T22:32:55.771325+0000 mgr.a (mgr.14403) 12779 : cluster 0 pgmap v9539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:56 smithi194 bash[32038]: audit 2023-12-07T22:32:55.507673+0000 mgr.a (mgr.14403) 12778 : audit 0 from='client.258555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:56 smithi194 bash[32038]: cluster 2023-12-07T22:32:55.771325+0000 mgr.a (mgr.14403) 12779 : cluster 0 pgmap v9539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:56 smithi135 bash[32435]: audit 2023-12-07T22:32:55.507673+0000 mgr.a (mgr.14403) 12778 : audit 0 from='client.258555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:32:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:56 smithi135 bash[32435]: cluster 2023-12-07T22:32:55.771325+0000 mgr.a (mgr.14403) 12779 : cluster 0 pgmap v9539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:32:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:32:58 smithi079 bash[28699]: cluster 2023-12-07T22:32:57.772172+0000 mgr.a (mgr.14403) 12780 : cluster 0 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-07T22:32:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:32:58 smithi194 bash[32038]: cluster 2023-12-07T22:32:57.772172+0000 mgr.a (mgr.14403) 12780 : cluster 0 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-07T22:32:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:32:58 smithi135 bash[32435]: cluster 2023-12-07T22:32:57.772172+0000 mgr.a (mgr.14403) 12780 : cluster 0 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-07T22:33:01.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:33:01.004 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:01.004 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:00 smithi079 bash[28699]: cluster 2023-12-07T22:32:59.773002+0000 mgr.a (mgr.14403) 12781 : cluster 0 pgmap v9541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:00 smithi194 bash[32038]: cluster 2023-12-07T22:32:59.773002+0000 mgr.a (mgr.14403) 12781 : cluster 0 pgmap v9541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:00 smithi135 bash[32435]: cluster 2023-12-07T22:32:59.773002+0000 mgr.a (mgr.14403) 12781 : cluster 0 pgmap v9541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:01.916 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:33:01.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:01.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:01.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:01.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:33:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:02 smithi079 bash[28699]: audit 2023-12-07T22:33:01.408564+0000 mgr.a (mgr.14403) 12782 : audit 0 from='client.258630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:02 smithi079 bash[28699]: cluster 2023-12-07T22:33:01.773552+0000 mgr.a (mgr.14403) 12783 : cluster 0 pgmap v9542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:02 smithi194 bash[32038]: audit 2023-12-07T22:33:01.408564+0000 mgr.a (mgr.14403) 12782 : audit 0 from='client.258630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:02 smithi194 bash[32038]: cluster 2023-12-07T22:33:01.773552+0000 mgr.a (mgr.14403) 12783 : cluster 0 pgmap v9542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:02 smithi135 bash[32435]: audit 2023-12-07T22:33:01.408564+0000 mgr.a (mgr.14403) 12782 : audit 0 from='client.258630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:02 smithi135 bash[32435]: cluster 2023-12-07T22:33:01.773552+0000 mgr.a (mgr.14403) 12783 : cluster 0 pgmap v9542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:04 smithi079 bash[28699]: cluster 2023-12-07T22:33:03.774429+0000 mgr.a (mgr.14403) 12784 : cluster 0 pgmap v9543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:05.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:04 smithi079 bash[28699]: audit 2023-12-07T22:33:03.937026+0000 mon.a (mon.0) 2216 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:33:05.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:04 smithi079 bash[28699]: audit 2023-12-07T22:33:04.465582+0000 mon.a (mon.0) 2217 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:33:05.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:04 smithi079 bash[28699]: audit 2023-12-07T22:33:04.472597+0000 mon.a (mon.0) 2218 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:33:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:04 smithi194 bash[32038]: cluster 2023-12-07T22:33:03.774429+0000 mgr.a (mgr.14403) 12784 : cluster 0 pgmap v9543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:04 smithi194 bash[32038]: audit 2023-12-07T22:33:03.937026+0000 mon.a (mon.0) 2216 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:33:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:04 smithi194 bash[32038]: audit 2023-12-07T22:33:04.465582+0000 mon.a (mon.0) 2217 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:33:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:04 smithi194 bash[32038]: audit 2023-12-07T22:33:04.472597+0000 mon.a (mon.0) 2218 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:33:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:04 smithi135 bash[32435]: cluster 2023-12-07T22:33:03.774429+0000 mgr.a (mgr.14403) 12784 : cluster 0 pgmap v9543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:04 smithi135 bash[32435]: audit 2023-12-07T22:33:03.937026+0000 mon.a (mon.0) 2216 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:33:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:04 smithi135 bash[32435]: audit 2023-12-07T22:33:04.465582+0000 mon.a (mon.0) 2217 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:33:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:04 smithi135 bash[32435]: audit 2023-12-07T22:33:04.472597+0000 mon.a (mon.0) 2218 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:33:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:05 smithi079 bash[28699]: audit 2023-12-07T22:33:05.199307+0000 mon.a (mon.0) 2219 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:33:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:05 smithi079 bash[28699]: audit 2023-12-07T22:33:05.200948+0000 mon.a (mon.0) 2220 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:33:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:05 smithi079 bash[28699]: audit 2023-12-07T22:33:05.208801+0000 mon.a (mon.0) 2221 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:33:06.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:05 smithi194 bash[32038]: audit 2023-12-07T22:33:05.199307+0000 mon.a (mon.0) 2219 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:33:06.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:05 smithi194 bash[32038]: audit 2023-12-07T22:33:05.200948+0000 mon.a (mon.0) 2220 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:33:06.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:05 smithi194 bash[32038]: audit 2023-12-07T22:33:05.208801+0000 mon.a (mon.0) 2221 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:33:06.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:05 smithi135 bash[32435]: audit 2023-12-07T22:33:05.199307+0000 mon.a (mon.0) 2219 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:33:06.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:05 smithi135 bash[32435]: audit 2023-12-07T22:33:05.200948+0000 mon.a (mon.0) 2220 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:33:06.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:05 smithi135 bash[32435]: audit 2023-12-07T22:33:05.208801+0000 mon.a (mon.0) 2221 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:33:06.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:33:06.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:06.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:06 smithi079 bash[28699]: cluster 2023-12-07T22:33:05.774987+0000 mgr.a (mgr.14403) 12785 : cluster 0 pgmap v9544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:06 smithi194 bash[32038]: cluster 2023-12-07T22:33:05.774987+0000 mgr.a (mgr.14403) 12785 : cluster 0 pgmap v9544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:06 smithi135 bash[32435]: cluster 2023-12-07T22:33:05.774987+0000 mgr.a (mgr.14403) 12785 : cluster 0 pgmap v9544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:07.820 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:33:07.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:07.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:07.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:07.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:33:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:08 smithi079 bash[28699]: audit 2023-12-07T22:33:07.323356+0000 mgr.a (mgr.14403) 12786 : audit 0 from='client.258705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:08 smithi079 bash[28699]: cluster 2023-12-07T22:33:07.775529+0000 mgr.a (mgr.14403) 12787 : cluster 0 pgmap v9545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:08 smithi194 bash[32038]: audit 2023-12-07T22:33:07.323356+0000 mgr.a (mgr.14403) 12786 : audit 0 from='client.258705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:08 smithi194 bash[32038]: cluster 2023-12-07T22:33:07.775529+0000 mgr.a (mgr.14403) 12787 : cluster 0 pgmap v9545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:08 smithi135 bash[32435]: audit 2023-12-07T22:33:07.323356+0000 mgr.a (mgr.14403) 12786 : audit 0 from='client.258705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:08 smithi135 bash[32435]: cluster 2023-12-07T22:33:07.775529+0000 mgr.a (mgr.14403) 12787 : cluster 0 pgmap v9545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:10 smithi079 bash[28699]: cluster 2023-12-07T22:33:09.776359+0000 mgr.a (mgr.14403) 12788 : cluster 0 pgmap v9546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:10 smithi194 bash[32038]: cluster 2023-12-07T22:33:09.776359+0000 mgr.a (mgr.14403) 12788 : cluster 0 pgmap v9546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:10 smithi135 bash[32435]: cluster 2023-12-07T22:33:09.776359+0000 mgr.a (mgr.14403) 12788 : cluster 0 pgmap v9546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:12.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:33:12.824 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:12.824 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:12 smithi079 bash[28699]: cluster 2023-12-07T22:33:11.776921+0000 mgr.a (mgr.14403) 12789 : cluster 0 pgmap v9547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:12 smithi194 bash[32038]: cluster 2023-12-07T22:33:11.776921+0000 mgr.a (mgr.14403) 12789 : cluster 0 pgmap v9547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:12 smithi135 bash[32435]: cluster 2023-12-07T22:33:11.776921+0000 mgr.a (mgr.14403) 12789 : cluster 0 pgmap v9547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:13.746 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:33:13.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:13.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:13.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:13.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:33:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:14 smithi079 bash[28699]: audit 2023-12-07T22:33:13.232235+0000 mgr.a (mgr.14403) 12790 : audit 0 from='client.258783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:14 smithi079 bash[28699]: cluster 2023-12-07T22:33:13.777994+0000 mgr.a (mgr.14403) 12791 : cluster 0 pgmap v9548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T22:33:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:14 smithi194 bash[32038]: audit 2023-12-07T22:33:13.232235+0000 mgr.a (mgr.14403) 12790 : audit 0 from='client.258783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:14 smithi194 bash[32038]: cluster 2023-12-07T22:33:13.777994+0000 mgr.a (mgr.14403) 12791 : cluster 0 pgmap v9548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T22:33:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:14 smithi135 bash[32435]: audit 2023-12-07T22:33:13.232235+0000 mgr.a (mgr.14403) 12790 : audit 0 from='client.258783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:14 smithi135 bash[32435]: cluster 2023-12-07T22:33:13.777994+0000 mgr.a (mgr.14403) 12791 : cluster 0 pgmap v9548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T22:33:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:16 smithi079 bash[28699]: cluster 2023-12-07T22:33:15.778548+0000 mgr.a (mgr.14403) 12792 : cluster 0 pgmap v9549: 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-07T22:33:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:16 smithi194 bash[32038]: cluster 2023-12-07T22:33:15.778548+0000 mgr.a (mgr.14403) 12792 : cluster 0 pgmap v9549: 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-07T22:33:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:16 smithi135 bash[32435]: cluster 2023-12-07T22:33:15.778548+0000 mgr.a (mgr.14403) 12792 : cluster 0 pgmap v9549: 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-07T22:33:18.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:33:18.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:18.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:18 smithi079 bash[28699]: cluster 2023-12-07T22:33:17.779066+0000 mgr.a (mgr.14403) 12793 : cluster 0 pgmap v9550: 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-07T22:33:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:18 smithi194 bash[32038]: cluster 2023-12-07T22:33:17.779066+0000 mgr.a (mgr.14403) 12793 : cluster 0 pgmap v9550: 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-07T22:33:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:18 smithi135 bash[32435]: cluster 2023-12-07T22:33:17.779066+0000 mgr.a (mgr.14403) 12793 : cluster 0 pgmap v9550: 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-07T22:33:19.664 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:33:19.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:19.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:19.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:19.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:33:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:20 smithi079 bash[28699]: audit 2023-12-07T22:33:19.151454+0000 mgr.a (mgr.14403) 12794 : audit 0 from='client.258855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:20 smithi079 bash[28699]: cluster 2023-12-07T22:33:19.780045+0000 mgr.a (mgr.14403) 12795 : cluster 0 pgmap v9551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:20 smithi194 bash[32038]: audit 2023-12-07T22:33:19.151454+0000 mgr.a (mgr.14403) 12794 : audit 0 from='client.258855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:20 smithi194 bash[32038]: cluster 2023-12-07T22:33:19.780045+0000 mgr.a (mgr.14403) 12795 : cluster 0 pgmap v9551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:20 smithi135 bash[32435]: audit 2023-12-07T22:33:19.151454+0000 mgr.a (mgr.14403) 12794 : audit 0 from='client.258855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:20 smithi135 bash[32435]: cluster 2023-12-07T22:33:19.780045+0000 mgr.a (mgr.14403) 12795 : cluster 0 pgmap v9551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:22 smithi079 bash[28699]: cluster 2023-12-07T22:33:21.780636+0000 mgr.a (mgr.14403) 12796 : cluster 0 pgmap v9552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:22 smithi194 bash[32038]: cluster 2023-12-07T22:33:21.780636+0000 mgr.a (mgr.14403) 12796 : cluster 0 pgmap v9552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:22 smithi135 bash[32435]: cluster 2023-12-07T22:33:21.780636+0000 mgr.a (mgr.14403) 12796 : cluster 0 pgmap v9552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:24.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:33:24.669 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:24.669 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:24 smithi079 bash[28699]: cluster 2023-12-07T22:33:23.781372+0000 mgr.a (mgr.14403) 12797 : cluster 0 pgmap v9553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:24 smithi194 bash[32038]: cluster 2023-12-07T22:33:23.781372+0000 mgr.a (mgr.14403) 12797 : cluster 0 pgmap v9553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:24 smithi135 bash[32435]: cluster 2023-12-07T22:33:23.781372+0000 mgr.a (mgr.14403) 12797 : cluster 0 pgmap v9553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:25.588 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:33:25.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:25.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:25.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:25.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:33:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:26 smithi079 bash[28699]: audit 2023-12-07T22:33:25.074476+0000 mgr.a (mgr.14403) 12798 : audit 0 from='client.258927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:27.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:26 smithi079 bash[28699]: cluster 2023-12-07T22:33:25.782119+0000 mgr.a (mgr.14403) 12799 : cluster 0 pgmap v9554: 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-07T22:33:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:26 smithi194 bash[32038]: audit 2023-12-07T22:33:25.074476+0000 mgr.a (mgr.14403) 12798 : audit 0 from='client.258927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:26 smithi194 bash[32038]: cluster 2023-12-07T22:33:25.782119+0000 mgr.a (mgr.14403) 12799 : cluster 0 pgmap v9554: 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-07T22:33:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:26 smithi135 bash[32435]: audit 2023-12-07T22:33:25.074476+0000 mgr.a (mgr.14403) 12798 : audit 0 from='client.258927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:26 smithi135 bash[32435]: cluster 2023-12-07T22:33:25.782119+0000 mgr.a (mgr.14403) 12799 : cluster 0 pgmap v9554: 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-07T22:33:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:28 smithi079 bash[28699]: cluster 2023-12-07T22:33:27.782697+0000 mgr.a (mgr.14403) 12800 : cluster 0 pgmap v9555: 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-07T22:33:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:28 smithi194 bash[32038]: cluster 2023-12-07T22:33:27.782697+0000 mgr.a (mgr.14403) 12800 : cluster 0 pgmap v9555: 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-07T22:33:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:28 smithi135 bash[32435]: cluster 2023-12-07T22:33:27.782697+0000 mgr.a (mgr.14403) 12800 : cluster 0 pgmap v9555: 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-07T22:33:30.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:33:30.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:30.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:30 smithi079 bash[28699]: cluster 2023-12-07T22:33:29.783513+0000 mgr.a (mgr.14403) 12801 : cluster 0 pgmap v9556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T22:33:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:30 smithi194 bash[32038]: cluster 2023-12-07T22:33:29.783513+0000 mgr.a (mgr.14403) 12801 : cluster 0 pgmap v9556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T22:33:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:30 smithi135 bash[32435]: cluster 2023-12-07T22:33:29.783513+0000 mgr.a (mgr.14403) 12801 : cluster 0 pgmap v9556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T22:33:31.489 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:33:31.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:31.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:31.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:31.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:33:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:32 smithi079 bash[28699]: audit 2023-12-07T22:33:30.995186+0000 mgr.a (mgr.14403) 12802 : audit 0 from='client.258999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:32 smithi079 bash[28699]: cluster 2023-12-07T22:33:31.784222+0000 mgr.a (mgr.14403) 12803 : cluster 0 pgmap v9557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:32 smithi194 bash[32038]: audit 2023-12-07T22:33:30.995186+0000 mgr.a (mgr.14403) 12802 : audit 0 from='client.258999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:32 smithi194 bash[32038]: cluster 2023-12-07T22:33:31.784222+0000 mgr.a (mgr.14403) 12803 : cluster 0 pgmap v9557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:33.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:32 smithi135 bash[32435]: audit 2023-12-07T22:33:30.995186+0000 mgr.a (mgr.14403) 12802 : audit 0 from='client.258999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:33.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:32 smithi135 bash[32435]: cluster 2023-12-07T22:33:31.784222+0000 mgr.a (mgr.14403) 12803 : cluster 0 pgmap v9557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:34 smithi079 bash[28699]: cluster 2023-12-07T22:33:33.785014+0000 mgr.a (mgr.14403) 12804 : cluster 0 pgmap v9558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:34 smithi194 bash[32038]: cluster 2023-12-07T22:33:33.785014+0000 mgr.a (mgr.14403) 12804 : cluster 0 pgmap v9558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:34 smithi135 bash[32435]: cluster 2023-12-07T22:33:33.785014+0000 mgr.a (mgr.14403) 12804 : cluster 0 pgmap v9558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:36.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:33:36.492 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:36.493 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:36 smithi079 bash[28699]: cluster 2023-12-07T22:33:35.785606+0000 mgr.a (mgr.14403) 12805 : cluster 0 pgmap v9559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:36 smithi194 bash[32038]: cluster 2023-12-07T22:33:35.785606+0000 mgr.a (mgr.14403) 12805 : cluster 0 pgmap v9559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:36 smithi135 bash[32435]: cluster 2023-12-07T22:33:35.785606+0000 mgr.a (mgr.14403) 12805 : cluster 0 pgmap v9559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:37.415 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:33:37.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:37.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:37.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:37.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:33:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:37 smithi079 bash[28699]: audit 2023-12-07T22:33:36.894720+0000 mgr.a (mgr.14403) 12806 : audit 0 from='client.259077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:37 smithi194 bash[32038]: audit 2023-12-07T22:33:36.894720+0000 mgr.a (mgr.14403) 12806 : audit 0 from='client.259077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:38.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:37 smithi135 bash[32435]: audit 2023-12-07T22:33:36.894720+0000 mgr.a (mgr.14403) 12806 : audit 0 from='client.259077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:38 smithi079 bash[28699]: cluster 2023-12-07T22:33:37.786196+0000 mgr.a (mgr.14403) 12807 : cluster 0 pgmap v9560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:38 smithi194 bash[32038]: cluster 2023-12-07T22:33:37.786196+0000 mgr.a (mgr.14403) 12807 : cluster 0 pgmap v9560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:38 smithi135 bash[32435]: cluster 2023-12-07T22:33:37.786196+0000 mgr.a (mgr.14403) 12807 : cluster 0 pgmap v9560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:40 smithi079 bash[28699]: cluster 2023-12-07T22:33:39.787053+0000 mgr.a (mgr.14403) 12808 : cluster 0 pgmap v9561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:40 smithi194 bash[32038]: cluster 2023-12-07T22:33:39.787053+0000 mgr.a (mgr.14403) 12808 : cluster 0 pgmap v9561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:40 smithi135 bash[32435]: cluster 2023-12-07T22:33:39.787053+0000 mgr.a (mgr.14403) 12808 : cluster 0 pgmap v9561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:42.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:33:42.420 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:42.420 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:42 smithi079 bash[28699]: cluster 2023-12-07T22:33:41.787551+0000 mgr.a (mgr.14403) 12809 : cluster 0 pgmap v9562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:42 smithi194 bash[32038]: cluster 2023-12-07T22:33:41.787551+0000 mgr.a (mgr.14403) 12809 : cluster 0 pgmap v9562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:42 smithi135 bash[32435]: cluster 2023-12-07T22:33:41.787551+0000 mgr.a (mgr.14403) 12809 : cluster 0 pgmap v9562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:43.354 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:33:43.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:43.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:43.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:43.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:33:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:43 smithi079 bash[28699]: audit 2023-12-07T22:33:42.818753+0000 mgr.a (mgr.14403) 12810 : audit 0 from='client.259149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:43 smithi194 bash[32038]: audit 2023-12-07T22:33:42.818753+0000 mgr.a (mgr.14403) 12810 : audit 0 from='client.259149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:44.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:43 smithi135 bash[32435]: audit 2023-12-07T22:33:42.818753+0000 mgr.a (mgr.14403) 12810 : audit 0 from='client.259149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:44 smithi079 bash[28699]: cluster 2023-12-07T22:33:43.788439+0000 mgr.a (mgr.14403) 12811 : cluster 0 pgmap v9563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:44 smithi194 bash[32038]: cluster 2023-12-07T22:33:43.788439+0000 mgr.a (mgr.14403) 12811 : cluster 0 pgmap v9563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:45.225 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:44 smithi135 bash[32435]: cluster 2023-12-07T22:33:43.788439+0000 mgr.a (mgr.14403) 12811 : cluster 0 pgmap v9563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:33:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:46 smithi079 bash[28699]: cluster 2023-12-07T22:33:45.788916+0000 mgr.a (mgr.14403) 12812 : cluster 0 pgmap v9564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:46 smithi194 bash[32038]: cluster 2023-12-07T22:33:45.788916+0000 mgr.a (mgr.14403) 12812 : cluster 0 pgmap v9564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:46 smithi135 bash[32435]: cluster 2023-12-07T22:33:45.788916+0000 mgr.a (mgr.14403) 12812 : cluster 0 pgmap v9564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:48.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:33:48.358 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:48.358 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:48 smithi079 bash[28699]: cluster 2023-12-07T22:33:47.789490+0000 mgr.a (mgr.14403) 12813 : cluster 0 pgmap v9565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:48 smithi194 bash[32038]: cluster 2023-12-07T22:33:47.789490+0000 mgr.a (mgr.14403) 12813 : cluster 0 pgmap v9565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:48 smithi135 bash[32435]: cluster 2023-12-07T22:33:47.789490+0000 mgr.a (mgr.14403) 12813 : cluster 0 pgmap v9565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:49.246 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:33:49.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:49.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:49.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:49.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:33:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:49 smithi079 bash[28699]: audit 2023-12-07T22:33:48.755631+0000 mgr.a (mgr.14403) 12814 : audit 0 from='client.259227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:50.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:49 smithi194 bash[32038]: audit 2023-12-07T22:33:48.755631+0000 mgr.a (mgr.14403) 12814 : audit 0 from='client.259227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:50.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:49 smithi135 bash[32435]: audit 2023-12-07T22:33:48.755631+0000 mgr.a (mgr.14403) 12814 : audit 0 from='client.259227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:50 smithi079 bash[28699]: cluster 2023-12-07T22:33:49.790427+0000 mgr.a (mgr.14403) 12815 : cluster 0 pgmap v9566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:50 smithi194 bash[32038]: cluster 2023-12-07T22:33:49.790427+0000 mgr.a (mgr.14403) 12815 : cluster 0 pgmap v9566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:50 smithi135 bash[32435]: cluster 2023-12-07T22:33:49.790427+0000 mgr.a (mgr.14403) 12815 : cluster 0 pgmap v9566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:52 smithi079 bash[28699]: cluster 2023-12-07T22:33:51.790949+0000 mgr.a (mgr.14403) 12816 : cluster 0 pgmap v9567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:52 smithi194 bash[32038]: cluster 2023-12-07T22:33:51.790949+0000 mgr.a (mgr.14403) 12816 : cluster 0 pgmap v9567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:52 smithi135 bash[32435]: cluster 2023-12-07T22:33:51.790949+0000 mgr.a (mgr.14403) 12816 : cluster 0 pgmap v9567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:54.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:33:54.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:33:54.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:33:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:54 smithi079 bash[28699]: cluster 2023-12-07T22:33:53.791717+0000 mgr.a (mgr.14403) 12817 : cluster 0 pgmap v9568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:55.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:33:55.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:33:55.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:33:55.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:33:55.153 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:33:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:54 smithi194 bash[32038]: cluster 2023-12-07T22:33:53.791717+0000 mgr.a (mgr.14403) 12817 : cluster 0 pgmap v9568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:54 smithi135 bash[32435]: cluster 2023-12-07T22:33:53.791717+0000 mgr.a (mgr.14403) 12817 : cluster 0 pgmap v9568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:33:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:55 smithi079 bash[28699]: audit 2023-12-07T22:33:54.659800+0000 mgr.a (mgr.14403) 12818 : audit 0 from='client.259305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:56.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:55 smithi194 bash[32038]: audit 2023-12-07T22:33:54.659800+0000 mgr.a (mgr.14403) 12818 : audit 0 from='client.259305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:56.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:55 smithi135 bash[32435]: audit 2023-12-07T22:33:54.659800+0000 mgr.a (mgr.14403) 12818 : audit 0 from='client.259305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:33:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:56 smithi079 bash[28699]: cluster 2023-12-07T22:33:55.792376+0000 mgr.a (mgr.14403) 12819 : cluster 0 pgmap v9569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:56 smithi194 bash[32038]: cluster 2023-12-07T22:33:55.792376+0000 mgr.a (mgr.14403) 12819 : cluster 0 pgmap v9569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:56 smithi135 bash[32435]: cluster 2023-12-07T22:33:55.792376+0000 mgr.a (mgr.14403) 12819 : cluster 0 pgmap v9569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:33:58 smithi194 bash[32038]: cluster 2023-12-07T22:33:57.792907+0000 mgr.a (mgr.14403) 12820 : cluster 0 pgmap v9570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:33:58 smithi135 bash[32435]: cluster 2023-12-07T22:33:57.792907+0000 mgr.a (mgr.14403) 12820 : cluster 0 pgmap v9570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:33:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:33:58 smithi079 bash[28699]: cluster 2023-12-07T22:33:57.792907+0000 mgr.a (mgr.14403) 12820 : cluster 0 pgmap v9570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:00.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:34:00.157 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:00.157 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:01.053 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:34:01.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:01.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:01.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:01.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:34:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:00 smithi079 bash[28699]: cluster 2023-12-07T22:33:59.793694+0000 mgr.a (mgr.14403) 12821 : cluster 0 pgmap v9571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:00 smithi194 bash[32038]: cluster 2023-12-07T22:33:59.793694+0000 mgr.a (mgr.14403) 12821 : cluster 0 pgmap v9571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:00 smithi135 bash[32435]: cluster 2023-12-07T22:33:59.793694+0000 mgr.a (mgr.14403) 12821 : cluster 0 pgmap v9571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:01 smithi079 bash[28699]: audit 2023-12-07T22:34:00.558248+0000 mgr.a (mgr.14403) 12822 : audit 0 from='client.259380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:01 smithi194 bash[32038]: audit 2023-12-07T22:34:00.558248+0000 mgr.a (mgr.14403) 12822 : audit 0 from='client.259380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:01 smithi135 bash[32435]: audit 2023-12-07T22:34:00.558248+0000 mgr.a (mgr.14403) 12822 : audit 0 from='client.259380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:02 smithi079 bash[28699]: cluster 2023-12-07T22:34:01.794345+0000 mgr.a (mgr.14403) 12823 : cluster 0 pgmap v9572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:03.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:02 smithi194 bash[32038]: cluster 2023-12-07T22:34:01.794345+0000 mgr.a (mgr.14403) 12823 : cluster 0 pgmap v9572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:02 smithi135 bash[32435]: cluster 2023-12-07T22:34:01.794345+0000 mgr.a (mgr.14403) 12823 : cluster 0 pgmap v9572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:04 smithi079 bash[28699]: cluster 2023-12-07T22:34:03.795133+0000 mgr.a (mgr.14403) 12824 : cluster 0 pgmap v9573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:05.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:04 smithi194 bash[32038]: cluster 2023-12-07T22:34:03.795133+0000 mgr.a (mgr.14403) 12824 : cluster 0 pgmap v9573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:04 smithi135 bash[32435]: cluster 2023-12-07T22:34:03.795133+0000 mgr.a (mgr.14403) 12824 : cluster 0 pgmap v9573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:06.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:34:06.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:06.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:05 smithi079 bash[28699]: audit 2023-12-07T22:34:05.313168+0000 mon.a (mon.0) 2222 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:34:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:05 smithi194 bash[32038]: audit 2023-12-07T22:34:05.313168+0000 mon.a (mon.0) 2222 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:34:06.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:05 smithi135 bash[32435]: audit 2023-12-07T22:34:05.313168+0000 mon.a (mon.0) 2222 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:34:06.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:06.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:06.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:06.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:34:06.945 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:34:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:06 smithi079 bash[28699]: cluster 2023-12-07T22:34:05.795494+0000 mgr.a (mgr.14403) 12825 : cluster 0 pgmap v9574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:07.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:06 smithi079 bash[28699]: audit 2023-12-07T22:34:06.055537+0000 mon.a (mon.0) 2223 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:34:07.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:06 smithi079 bash[28699]: audit 2023-12-07T22:34:06.057333+0000 mon.a (mon.0) 2224 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:34:07.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:06 smithi079 bash[28699]: audit 2023-12-07T22:34:06.065151+0000 mon.a (mon.0) 2225 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:34:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:06 smithi194 bash[32038]: cluster 2023-12-07T22:34:05.795494+0000 mgr.a (mgr.14403) 12825 : cluster 0 pgmap v9574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:06 smithi194 bash[32038]: audit 2023-12-07T22:34:06.055537+0000 mon.a (mon.0) 2223 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:34:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:06 smithi194 bash[32038]: audit 2023-12-07T22:34:06.057333+0000 mon.a (mon.0) 2224 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:34:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:06 smithi194 bash[32038]: audit 2023-12-07T22:34:06.065151+0000 mon.a (mon.0) 2225 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:34:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:06 smithi135 bash[32435]: cluster 2023-12-07T22:34:05.795494+0000 mgr.a (mgr.14403) 12825 : cluster 0 pgmap v9574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:06 smithi135 bash[32435]: audit 2023-12-07T22:34:06.055537+0000 mon.a (mon.0) 2223 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:34:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:06 smithi135 bash[32435]: audit 2023-12-07T22:34:06.057333+0000 mon.a (mon.0) 2224 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:34:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:06 smithi135 bash[32435]: audit 2023-12-07T22:34:06.065151+0000 mon.a (mon.0) 2225 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:34:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:07 smithi079 bash[28699]: audit 2023-12-07T22:34:06.444758+0000 mgr.a (mgr.14403) 12826 : audit 0 from='client.259458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:07 smithi194 bash[32038]: audit 2023-12-07T22:34:06.444758+0000 mgr.a (mgr.14403) 12826 : audit 0 from='client.259458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:07 smithi135 bash[32435]: audit 2023-12-07T22:34:06.444758+0000 mgr.a (mgr.14403) 12826 : audit 0 from='client.259458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:08 smithi079 bash[28699]: cluster 2023-12-07T22:34:07.796109+0000 mgr.a (mgr.14403) 12827 : cluster 0 pgmap v9575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:08 smithi194 bash[32038]: cluster 2023-12-07T22:34:07.796109+0000 mgr.a (mgr.14403) 12827 : cluster 0 pgmap v9575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:08 smithi135 bash[32435]: cluster 2023-12-07T22:34:07.796109+0000 mgr.a (mgr.14403) 12827 : cluster 0 pgmap v9575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:10 smithi079 bash[28699]: cluster 2023-12-07T22:34:09.796930+0000 mgr.a (mgr.14403) 12828 : cluster 0 pgmap v9576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:10 smithi194 bash[32038]: cluster 2023-12-07T22:34:09.796930+0000 mgr.a (mgr.14403) 12828 : cluster 0 pgmap v9576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:10 smithi135 bash[32435]: cluster 2023-12-07T22:34:09.796930+0000 mgr.a (mgr.14403) 12828 : cluster 0 pgmap v9576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:11.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:34:11.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:11.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:12.825 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:34:12.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:12.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:12.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:12.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:34:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:12 smithi079 bash[28699]: cluster 2023-12-07T22:34:11.797476+0000 mgr.a (mgr.14403) 12829 : cluster 0 pgmap v9577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:12 smithi194 bash[32038]: cluster 2023-12-07T22:34:11.797476+0000 mgr.a (mgr.14403) 12829 : cluster 0 pgmap v9577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:12 smithi135 bash[32435]: cluster 2023-12-07T22:34:11.797476+0000 mgr.a (mgr.14403) 12829 : cluster 0 pgmap v9577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:13 smithi079 bash[28699]: audit 2023-12-07T22:34:12.342774+0000 mgr.a (mgr.14403) 12830 : audit 0 from='client.259530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:14.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:13 smithi194 bash[32038]: audit 2023-12-07T22:34:12.342774+0000 mgr.a (mgr.14403) 12830 : audit 0 from='client.259530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:13 smithi135 bash[32435]: audit 2023-12-07T22:34:12.342774+0000 mgr.a (mgr.14403) 12830 : audit 0 from='client.259530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:14 smithi079 bash[28699]: cluster 2023-12-07T22:34:13.798332+0000 mgr.a (mgr.14403) 12831 : cluster 0 pgmap v9578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:14 smithi194 bash[32038]: cluster 2023-12-07T22:34:13.798332+0000 mgr.a (mgr.14403) 12831 : cluster 0 pgmap v9578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:14 smithi135 bash[32435]: cluster 2023-12-07T22:34:13.798332+0000 mgr.a (mgr.14403) 12831 : cluster 0 pgmap v9578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:16 smithi079 bash[28699]: cluster 2023-12-07T22:34:15.798872+0000 mgr.a (mgr.14403) 12832 : cluster 0 pgmap v9579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:16 smithi194 bash[32038]: cluster 2023-12-07T22:34:15.798872+0000 mgr.a (mgr.14403) 12832 : cluster 0 pgmap v9579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:16 smithi135 bash[32435]: cluster 2023-12-07T22:34:15.798872+0000 mgr.a (mgr.14403) 12832 : cluster 0 pgmap v9579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:17.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:34:17.829 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:17.829 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:18.715 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:34:18.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:18.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:18.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:18.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:34:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:18 smithi079 bash[28699]: cluster 2023-12-07T22:34:17.799434+0000 mgr.a (mgr.14403) 12833 : cluster 0 pgmap v9580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:18 smithi194 bash[32038]: cluster 2023-12-07T22:34:17.799434+0000 mgr.a (mgr.14403) 12833 : cluster 0 pgmap v9580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:18 smithi135 bash[32435]: cluster 2023-12-07T22:34:17.799434+0000 mgr.a (mgr.14403) 12833 : cluster 0 pgmap v9580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:19 smithi079 bash[28699]: audit 2023-12-07T22:34:18.222027+0000 mgr.a (mgr.14403) 12834 : audit 0 from='client.259608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:20.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:19 smithi194 bash[32038]: audit 2023-12-07T22:34:18.222027+0000 mgr.a (mgr.14403) 12834 : audit 0 from='client.259608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:20.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:19 smithi135 bash[32435]: audit 2023-12-07T22:34:18.222027+0000 mgr.a (mgr.14403) 12834 : audit 0 from='client.259608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:20 smithi079 bash[28699]: cluster 2023-12-07T22:34:19.800350+0000 mgr.a (mgr.14403) 12835 : cluster 0 pgmap v9581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T22:34:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:20 smithi194 bash[32038]: cluster 2023-12-07T22:34:19.800350+0000 mgr.a (mgr.14403) 12835 : cluster 0 pgmap v9581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T22:34:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:20 smithi135 bash[32435]: cluster 2023-12-07T22:34:19.800350+0000 mgr.a (mgr.14403) 12835 : cluster 0 pgmap v9581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T22:34:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:22 smithi079 bash[28699]: cluster 2023-12-07T22:34:21.801089+0000 mgr.a (mgr.14403) 12836 : cluster 0 pgmap v9582: 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-07T22:34:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:22 smithi194 bash[32038]: cluster 2023-12-07T22:34:21.801089+0000 mgr.a (mgr.14403) 12836 : cluster 0 pgmap v9582: 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-07T22:34:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:22 smithi135 bash[32435]: cluster 2023-12-07T22:34:21.801089+0000 mgr.a (mgr.14403) 12836 : cluster 0 pgmap v9582: 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-07T22:34:23.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:34:23.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:23.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:24.617 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:34:24.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:24.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:24.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:24.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:34:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:24 smithi079 bash[28699]: cluster 2023-12-07T22:34:23.801852+0000 mgr.a (mgr.14403) 12837 : cluster 0 pgmap v9583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:24 smithi194 bash[32038]: cluster 2023-12-07T22:34:23.801852+0000 mgr.a (mgr.14403) 12837 : cluster 0 pgmap v9583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:24 smithi135 bash[32435]: cluster 2023-12-07T22:34:23.801852+0000 mgr.a (mgr.14403) 12837 : cluster 0 pgmap v9583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:25 smithi079 bash[28699]: audit 2023-12-07T22:34:24.114324+0000 mgr.a (mgr.14403) 12838 : audit 0 from='client.259686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:26.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:25 smithi194 bash[32038]: audit 2023-12-07T22:34:24.114324+0000 mgr.a (mgr.14403) 12838 : audit 0 from='client.259686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:26.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:25 smithi135 bash[32435]: audit 2023-12-07T22:34:24.114324+0000 mgr.a (mgr.14403) 12838 : audit 0 from='client.259686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:27.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:26 smithi194 bash[32038]: cluster 2023-12-07T22:34:25.802503+0000 mgr.a (mgr.14403) 12839 : cluster 0 pgmap v9584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:26 smithi135 bash[32435]: cluster 2023-12-07T22:34:25.802503+0000 mgr.a (mgr.14403) 12839 : cluster 0 pgmap v9584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:26 smithi079 bash[28699]: cluster 2023-12-07T22:34:25.802503+0000 mgr.a (mgr.14403) 12839 : cluster 0 pgmap v9584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:28 smithi194 bash[32038]: cluster 2023-12-07T22:34:27.803058+0000 mgr.a (mgr.14403) 12840 : cluster 0 pgmap v9585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:28 smithi135 bash[32435]: cluster 2023-12-07T22:34:27.803058+0000 mgr.a (mgr.14403) 12840 : cluster 0 pgmap v9585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:28 smithi079 bash[28699]: cluster 2023-12-07T22:34:27.803058+0000 mgr.a (mgr.14403) 12840 : cluster 0 pgmap v9585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:29.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:34:29.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:29.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:30.512 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:34:30.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:30.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:30.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:30.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:34:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:30 smithi079 bash[28699]: cluster 2023-12-07T22:34:29.803808+0000 mgr.a (mgr.14403) 12841 : cluster 0 pgmap v9586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:30 smithi194 bash[32038]: cluster 2023-12-07T22:34:29.803808+0000 mgr.a (mgr.14403) 12841 : cluster 0 pgmap v9586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:30 smithi135 bash[32435]: cluster 2023-12-07T22:34:29.803808+0000 mgr.a (mgr.14403) 12841 : cluster 0 pgmap v9586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:31 smithi079 bash[28699]: audit 2023-12-07T22:34:30.016011+0000 mgr.a (mgr.14403) 12842 : audit 0 from='client.259764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:32.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:31 smithi194 bash[32038]: audit 2023-12-07T22:34:30.016011+0000 mgr.a (mgr.14403) 12842 : audit 0 from='client.259764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:32.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:31 smithi135 bash[32435]: audit 2023-12-07T22:34:30.016011+0000 mgr.a (mgr.14403) 12842 : audit 0 from='client.259764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:32 smithi079 bash[28699]: cluster 2023-12-07T22:34:31.804675+0000 mgr.a (mgr.14403) 12843 : cluster 0 pgmap v9587: 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-07T22:34:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:32 smithi194 bash[32038]: cluster 2023-12-07T22:34:31.804675+0000 mgr.a (mgr.14403) 12843 : cluster 0 pgmap v9587: 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-07T22:34:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:32 smithi135 bash[32435]: cluster 2023-12-07T22:34:31.804675+0000 mgr.a (mgr.14403) 12843 : cluster 0 pgmap v9587: 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-07T22:34:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:34 smithi079 bash[28699]: cluster 2023-12-07T22:34:33.805563+0000 mgr.a (mgr.14403) 12844 : cluster 0 pgmap v9588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T22:34:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:34 smithi194 bash[32038]: cluster 2023-12-07T22:34:33.805563+0000 mgr.a (mgr.14403) 12844 : cluster 0 pgmap v9588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T22:34:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:34 smithi135 bash[32435]: cluster 2023-12-07T22:34:33.805563+0000 mgr.a (mgr.14403) 12844 : cluster 0 pgmap v9588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T22:34:35.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:34:35.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:35.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:36.401 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:34:36.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:36.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:36.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:36.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:34:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:36 smithi079 bash[28699]: cluster 2023-12-07T22:34:35.806072+0000 mgr.a (mgr.14403) 12845 : cluster 0 pgmap v9589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:36 smithi079 bash[28699]: audit 2023-12-07T22:34:35.904054+0000 mgr.a (mgr.14403) 12846 : audit 0 from='client.259842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:36 smithi194 bash[32038]: cluster 2023-12-07T22:34:35.806072+0000 mgr.a (mgr.14403) 12845 : cluster 0 pgmap v9589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:36 smithi194 bash[32038]: audit 2023-12-07T22:34:35.904054+0000 mgr.a (mgr.14403) 12846 : audit 0 from='client.259842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:36 smithi135 bash[32435]: cluster 2023-12-07T22:34:35.806072+0000 mgr.a (mgr.14403) 12845 : cluster 0 pgmap v9589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:36 smithi135 bash[32435]: audit 2023-12-07T22:34:35.904054+0000 mgr.a (mgr.14403) 12846 : audit 0 from='client.259842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:38 smithi079 bash[28699]: cluster 2023-12-07T22:34:37.806758+0000 mgr.a (mgr.14403) 12847 : cluster 0 pgmap v9590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:39.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:38 smithi194 bash[32038]: cluster 2023-12-07T22:34:37.806758+0000 mgr.a (mgr.14403) 12847 : cluster 0 pgmap v9590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:38 smithi135 bash[32435]: cluster 2023-12-07T22:34:37.806758+0000 mgr.a (mgr.14403) 12847 : cluster 0 pgmap v9590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:40 smithi079 bash[28699]: cluster 2023-12-07T22:34:39.807642+0000 mgr.a (mgr.14403) 12848 : cluster 0 pgmap v9591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:40 smithi194 bash[32038]: cluster 2023-12-07T22:34:39.807642+0000 mgr.a (mgr.14403) 12848 : cluster 0 pgmap v9591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:40 smithi135 bash[32435]: cluster 2023-12-07T22:34:39.807642+0000 mgr.a (mgr.14403) 12848 : cluster 0 pgmap v9591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:41.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:34:41.405 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:41.405 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:42.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:42.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:42.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:42.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:34:42.317 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:34:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:42 smithi079 bash[28699]: audit 2023-12-07T22:34:41.808575+0000 mgr.a (mgr.14403) 12849 : audit 0 from='client.259914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:42 smithi079 bash[28699]: cluster 2023-12-07T22:34:41.808966+0000 mgr.a (mgr.14403) 12850 : cluster 0 pgmap v9592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:42 smithi194 bash[32038]: audit 2023-12-07T22:34:41.808575+0000 mgr.a (mgr.14403) 12849 : audit 0 from='client.259914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:42 smithi194 bash[32038]: cluster 2023-12-07T22:34:41.808966+0000 mgr.a (mgr.14403) 12850 : cluster 0 pgmap v9592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:42 smithi135 bash[32435]: audit 2023-12-07T22:34:41.808575+0000 mgr.a (mgr.14403) 12849 : audit 0 from='client.259914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:42 smithi135 bash[32435]: cluster 2023-12-07T22:34:41.808966+0000 mgr.a (mgr.14403) 12850 : cluster 0 pgmap v9592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:44 smithi079 bash[28699]: cluster 2023-12-07T22:34:43.809794+0000 mgr.a (mgr.14403) 12851 : cluster 0 pgmap v9593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:44 smithi194 bash[32038]: cluster 2023-12-07T22:34:43.809794+0000 mgr.a (mgr.14403) 12851 : cluster 0 pgmap v9593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:44 smithi135 bash[32435]: cluster 2023-12-07T22:34:43.809794+0000 mgr.a (mgr.14403) 12851 : cluster 0 pgmap v9593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:46 smithi079 bash[28699]: cluster 2023-12-07T22:34:45.810348+0000 mgr.a (mgr.14403) 12852 : cluster 0 pgmap v9594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:46 smithi194 bash[32038]: cluster 2023-12-07T22:34:45.810348+0000 mgr.a (mgr.14403) 12852 : cluster 0 pgmap v9594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:46 smithi135 bash[32435]: cluster 2023-12-07T22:34:45.810348+0000 mgr.a (mgr.14403) 12852 : cluster 0 pgmap v9594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:47.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:34:47.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:47.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:48.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:48.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:48.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:48.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:34:48.211 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:34:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:48 smithi079 bash[28699]: audit 2023-12-07T22:34:47.722399+0000 mgr.a (mgr.14403) 12853 : audit 0 from='client.259986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:49.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:48 smithi079 bash[28699]: cluster 2023-12-07T22:34:47.810758+0000 mgr.a (mgr.14403) 12854 : cluster 0 pgmap v9595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:48 smithi194 bash[32038]: audit 2023-12-07T22:34:47.722399+0000 mgr.a (mgr.14403) 12853 : audit 0 from='client.259986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:48 smithi194 bash[32038]: cluster 2023-12-07T22:34:47.810758+0000 mgr.a (mgr.14403) 12854 : cluster 0 pgmap v9595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:48 smithi135 bash[32435]: audit 2023-12-07T22:34:47.722399+0000 mgr.a (mgr.14403) 12853 : audit 0 from='client.259986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:48 smithi135 bash[32435]: cluster 2023-12-07T22:34:47.810758+0000 mgr.a (mgr.14403) 12854 : cluster 0 pgmap v9595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:50 smithi079 bash[28699]: cluster 2023-12-07T22:34:49.811608+0000 mgr.a (mgr.14403) 12855 : cluster 0 pgmap v9596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:50 smithi194 bash[32038]: cluster 2023-12-07T22:34:49.811608+0000 mgr.a (mgr.14403) 12855 : cluster 0 pgmap v9596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:50 smithi135 bash[32435]: cluster 2023-12-07T22:34:49.811608+0000 mgr.a (mgr.14403) 12855 : cluster 0 pgmap v9596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:34:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:52 smithi079 bash[28699]: cluster 2023-12-07T22:34:51.812183+0000 mgr.a (mgr.14403) 12856 : cluster 0 pgmap v9597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:52 smithi194 bash[32038]: cluster 2023-12-07T22:34:51.812183+0000 mgr.a (mgr.14403) 12856 : cluster 0 pgmap v9597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:52 smithi135 bash[32435]: cluster 2023-12-07T22:34:51.812183+0000 mgr.a (mgr.14403) 12856 : cluster 0 pgmap v9597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:53.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:34:53.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:53.214 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:54.108 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:34:54.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:34:54.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:34:54.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:34:54.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:34:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:54 smithi079 bash[28699]: audit 2023-12-07T22:34:53.615128+0000 mgr.a (mgr.14403) 12857 : audit 0 from='client.260064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:54 smithi079 bash[28699]: cluster 2023-12-07T22:34:53.812752+0000 mgr.a (mgr.14403) 12858 : cluster 0 pgmap v9598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:54 smithi194 bash[32038]: audit 2023-12-07T22:34:53.615128+0000 mgr.a (mgr.14403) 12857 : audit 0 from='client.260064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:54 smithi194 bash[32038]: cluster 2023-12-07T22:34:53.812752+0000 mgr.a (mgr.14403) 12858 : cluster 0 pgmap v9598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:54 smithi135 bash[32435]: audit 2023-12-07T22:34:53.615128+0000 mgr.a (mgr.14403) 12857 : audit 0 from='client.260064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:34:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:54 smithi135 bash[32435]: cluster 2023-12-07T22:34:53.812752+0000 mgr.a (mgr.14403) 12858 : cluster 0 pgmap v9598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:34:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:56 smithi079 bash[28699]: cluster 2023-12-07T22:34:55.813494+0000 mgr.a (mgr.14403) 12859 : cluster 0 pgmap v9599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:56 smithi194 bash[32038]: cluster 2023-12-07T22:34:55.813494+0000 mgr.a (mgr.14403) 12859 : cluster 0 pgmap v9599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:56 smithi135 bash[32435]: cluster 2023-12-07T22:34:55.813494+0000 mgr.a (mgr.14403) 12859 : cluster 0 pgmap v9599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:59.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:34:59.112 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:34:59.112 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:34:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:34:58 smithi079 bash[28699]: cluster 2023-12-07T22:34:57.814222+0000 mgr.a (mgr.14403) 12860 : cluster 0 pgmap v9600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:34:58 smithi194 bash[32038]: cluster 2023-12-07T22:34:57.814222+0000 mgr.a (mgr.14403) 12860 : cluster 0 pgmap v9600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:34:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:34:58 smithi135 bash[32435]: cluster 2023-12-07T22:34:57.814222+0000 mgr.a (mgr.14403) 12860 : cluster 0 pgmap v9600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:00.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:00.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:00.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:00.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:35:00.019 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:35:01.055 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:00 smithi079 bash[28699]: audit 2023-12-07T22:34:59.519027+0000 mgr.a (mgr.14403) 12861 : audit 0 from='client.260139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:01.055 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:00 smithi079 bash[28699]: cluster 2023-12-07T22:34:59.815454+0000 mgr.a (mgr.14403) 12862 : cluster 0 pgmap v9601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:00 smithi194 bash[32038]: audit 2023-12-07T22:34:59.519027+0000 mgr.a (mgr.14403) 12861 : audit 0 from='client.260139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:00 smithi194 bash[32038]: cluster 2023-12-07T22:34:59.815454+0000 mgr.a (mgr.14403) 12862 : cluster 0 pgmap v9601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:00 smithi135 bash[32435]: audit 2023-12-07T22:34:59.519027+0000 mgr.a (mgr.14403) 12861 : audit 0 from='client.260139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:00 smithi135 bash[32435]: cluster 2023-12-07T22:34:59.815454+0000 mgr.a (mgr.14403) 12862 : cluster 0 pgmap v9601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:02 smithi079 bash[28699]: cluster 2023-12-07T22:35:01.816142+0000 mgr.a (mgr.14403) 12863 : cluster 0 pgmap v9602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:03.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:02 smithi194 bash[32038]: cluster 2023-12-07T22:35:01.816142+0000 mgr.a (mgr.14403) 12863 : cluster 0 pgmap v9602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:02 smithi135 bash[32435]: cluster 2023-12-07T22:35:01.816142+0000 mgr.a (mgr.14403) 12863 : cluster 0 pgmap v9602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:05.021 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:35:05.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:05.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:04 smithi079 bash[28699]: cluster 2023-12-07T22:35:03.816941+0000 mgr.a (mgr.14403) 12864 : cluster 0 pgmap v9603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:04 smithi194 bash[32038]: cluster 2023-12-07T22:35:03.816941+0000 mgr.a (mgr.14403) 12864 : cluster 0 pgmap v9603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:04 smithi135 bash[32435]: cluster 2023-12-07T22:35:03.816941+0000 mgr.a (mgr.14403) 12864 : cluster 0 pgmap v9603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:05.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:05.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:05.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:05.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:35:05.948 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:35:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:06 smithi079 bash[28699]: audit 2023-12-07T22:35:05.431778+0000 mgr.a (mgr.14403) 12865 : audit 0 from='client.260217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:06 smithi079 bash[28699]: cluster 2023-12-07T22:35:05.821142+0000 mgr.a (mgr.14403) 12866 : cluster 0 pgmap v9604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:07.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:06 smithi079 bash[28699]: audit 2023-12-07T22:35:06.168348+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:35:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:06 smithi194 bash[32038]: audit 2023-12-07T22:35:05.431778+0000 mgr.a (mgr.14403) 12865 : audit 0 from='client.260217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:06 smithi194 bash[32038]: cluster 2023-12-07T22:35:05.821142+0000 mgr.a (mgr.14403) 12866 : cluster 0 pgmap v9604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:06 smithi194 bash[32038]: audit 2023-12-07T22:35:06.168348+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:35:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:06 smithi135 bash[32435]: audit 2023-12-07T22:35:05.431778+0000 mgr.a (mgr.14403) 12865 : audit 0 from='client.260217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:06 smithi135 bash[32435]: cluster 2023-12-07T22:35:05.821142+0000 mgr.a (mgr.14403) 12866 : cluster 0 pgmap v9604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:06 smithi135 bash[32435]: audit 2023-12-07T22:35:06.168348+0000 mon.a (mon.0) 2226 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:35:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:07 smithi079 bash[28699]: audit 2023-12-07T22:35:06.918727+0000 mon.a (mon.0) 2227 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:35:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:07 smithi079 bash[28699]: audit 2023-12-07T22:35:06.920588+0000 mon.a (mon.0) 2228 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:35:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:07 smithi079 bash[28699]: audit 2023-12-07T22:35:06.930102+0000 mon.a (mon.0) 2229 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:35:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:07 smithi194 bash[32038]: audit 2023-12-07T22:35:06.918727+0000 mon.a (mon.0) 2227 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:35:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:07 smithi194 bash[32038]: audit 2023-12-07T22:35:06.920588+0000 mon.a (mon.0) 2228 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:35:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:07 smithi194 bash[32038]: audit 2023-12-07T22:35:06.930102+0000 mon.a (mon.0) 2229 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:35:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:07 smithi135 bash[32435]: audit 2023-12-07T22:35:06.918727+0000 mon.a (mon.0) 2227 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:35:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:07 smithi135 bash[32435]: audit 2023-12-07T22:35:06.920588+0000 mon.a (mon.0) 2228 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:35:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:07 smithi135 bash[32435]: audit 2023-12-07T22:35:06.930102+0000 mon.a (mon.0) 2229 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:35:09.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:08 smithi194 bash[32038]: cluster 2023-12-07T22:35:07.821969+0000 mgr.a (mgr.14403) 12867 : cluster 0 pgmap v9605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:08 smithi135 bash[32435]: cluster 2023-12-07T22:35:07.821969+0000 mgr.a (mgr.14403) 12867 : cluster 0 pgmap v9605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:08 smithi079 bash[28699]: cluster 2023-12-07T22:35:07.821969+0000 mgr.a (mgr.14403) 12867 : cluster 0 pgmap v9605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:10.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:35:10.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:10.951 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:10 smithi079 bash[28699]: cluster 2023-12-07T22:35:09.822742+0000 mgr.a (mgr.14403) 12868 : cluster 0 pgmap v9606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:10 smithi194 bash[32038]: cluster 2023-12-07T22:35:09.822742+0000 mgr.a (mgr.14403) 12868 : cluster 0 pgmap v9606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:10 smithi135 bash[32435]: cluster 2023-12-07T22:35:09.822742+0000 mgr.a (mgr.14403) 12868 : cluster 0 pgmap v9606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:11.840 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:35:11.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:11.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:11.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:11.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:35:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:12 smithi079 bash[28699]: audit 2023-12-07T22:35:11.350041+0000 mgr.a (mgr.14403) 12869 : audit 0 from='client.260289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:12 smithi079 bash[28699]: cluster 2023-12-07T22:35:11.823154+0000 mgr.a (mgr.14403) 12870 : cluster 0 pgmap v9607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:12 smithi194 bash[32038]: audit 2023-12-07T22:35:11.350041+0000 mgr.a (mgr.14403) 12869 : audit 0 from='client.260289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:12 smithi194 bash[32038]: cluster 2023-12-07T22:35:11.823154+0000 mgr.a (mgr.14403) 12870 : cluster 0 pgmap v9607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:12 smithi135 bash[32435]: audit 2023-12-07T22:35:11.350041+0000 mgr.a (mgr.14403) 12869 : audit 0 from='client.260289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:12 smithi135 bash[32435]: cluster 2023-12-07T22:35:11.823154+0000 mgr.a (mgr.14403) 12870 : cluster 0 pgmap v9607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:14 smithi079 bash[28699]: cluster 2023-12-07T22:35:13.823859+0000 mgr.a (mgr.14403) 12871 : cluster 0 pgmap v9608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:14 smithi194 bash[32038]: cluster 2023-12-07T22:35:13.823859+0000 mgr.a (mgr.14403) 12871 : cluster 0 pgmap v9608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:14 smithi135 bash[32435]: cluster 2023-12-07T22:35:13.823859+0000 mgr.a (mgr.14403) 12871 : cluster 0 pgmap v9608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:16.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:35:16.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:16.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:16 smithi079 bash[28699]: cluster 2023-12-07T22:35:15.824515+0000 mgr.a (mgr.14403) 12872 : cluster 0 pgmap v9609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:16 smithi194 bash[32038]: cluster 2023-12-07T22:35:15.824515+0000 mgr.a (mgr.14403) 12872 : cluster 0 pgmap v9609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:16 smithi135 bash[32435]: cluster 2023-12-07T22:35:15.824515+0000 mgr.a (mgr.14403) 12872 : cluster 0 pgmap v9609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:17.730 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:35:17.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:17.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:17.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:17.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:35:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:18 smithi079 bash[28699]: audit 2023-12-07T22:35:17.247197+0000 mgr.a (mgr.14403) 12873 : audit 0 from='client.260367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:18 smithi079 bash[28699]: cluster 2023-12-07T22:35:17.825283+0000 mgr.a (mgr.14403) 12874 : cluster 0 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-07T22:35:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:18 smithi194 bash[32038]: audit 2023-12-07T22:35:17.247197+0000 mgr.a (mgr.14403) 12873 : audit 0 from='client.260367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:18 smithi194 bash[32038]: cluster 2023-12-07T22:35:17.825283+0000 mgr.a (mgr.14403) 12874 : cluster 0 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-07T22:35:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:18 smithi135 bash[32435]: audit 2023-12-07T22:35:17.247197+0000 mgr.a (mgr.14403) 12873 : audit 0 from='client.260367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:18 smithi135 bash[32435]: cluster 2023-12-07T22:35:17.825283+0000 mgr.a (mgr.14403) 12874 : cluster 0 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-07T22:35:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:20 smithi079 bash[28699]: cluster 2023-12-07T22:35:19.826140+0000 mgr.a (mgr.14403) 12875 : cluster 0 pgmap v9611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:20 smithi194 bash[32038]: cluster 2023-12-07T22:35:19.826140+0000 mgr.a (mgr.14403) 12875 : cluster 0 pgmap v9611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:20 smithi135 bash[32435]: cluster 2023-12-07T22:35:19.826140+0000 mgr.a (mgr.14403) 12875 : cluster 0 pgmap v9611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:22.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:35:22.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:22.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:22 smithi079 bash[28699]: cluster 2023-12-07T22:35:21.826702+0000 mgr.a (mgr.14403) 12876 : cluster 0 pgmap v9612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:22 smithi194 bash[32038]: cluster 2023-12-07T22:35:21.826702+0000 mgr.a (mgr.14403) 12876 : cluster 0 pgmap v9612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:22 smithi135 bash[32435]: cluster 2023-12-07T22:35:21.826702+0000 mgr.a (mgr.14403) 12876 : cluster 0 pgmap v9612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:23.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:23.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:23.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:23.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:35:23.873 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:35:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:24 smithi079 bash[28699]: audit 2023-12-07T22:35:23.134531+0000 mgr.a (mgr.14403) 12877 : audit 0 from='client.260445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:24 smithi079 bash[28699]: cluster 2023-12-07T22:35:23.827788+0000 mgr.a (mgr.14403) 12878 : cluster 0 pgmap v9613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:35:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:24 smithi194 bash[32038]: audit 2023-12-07T22:35:23.134531+0000 mgr.a (mgr.14403) 12877 : audit 0 from='client.260445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:24 smithi194 bash[32038]: cluster 2023-12-07T22:35:23.827788+0000 mgr.a (mgr.14403) 12878 : cluster 0 pgmap v9613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:35:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:24 smithi135 bash[32435]: audit 2023-12-07T22:35:23.134531+0000 mgr.a (mgr.14403) 12877 : audit 0 from='client.260445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:24 smithi135 bash[32435]: cluster 2023-12-07T22:35:23.827788+0000 mgr.a (mgr.14403) 12878 : cluster 0 pgmap v9613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:35:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:26 smithi079 bash[28699]: cluster 2023-12-07T22:35:25.828403+0000 mgr.a (mgr.14403) 12879 : cluster 0 pgmap v9614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:35:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:26 smithi194 bash[32038]: cluster 2023-12-07T22:35:25.828403+0000 mgr.a (mgr.14403) 12879 : cluster 0 pgmap v9614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:35:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:26 smithi135 bash[32435]: cluster 2023-12-07T22:35:25.828403+0000 mgr.a (mgr.14403) 12879 : cluster 0 pgmap v9614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:35:28.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:35:28.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:28.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:28 smithi194 bash[32038]: cluster 2023-12-07T22:35:27.828976+0000 mgr.a (mgr.14403) 12880 : cluster 0 pgmap v9615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:35:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:28 smithi135 bash[32435]: cluster 2023-12-07T22:35:27.828976+0000 mgr.a (mgr.14403) 12880 : cluster 0 pgmap v9615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:35:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:28 smithi079 bash[28699]: cluster 2023-12-07T22:35:27.828976+0000 mgr.a (mgr.14403) 12880 : cluster 0 pgmap v9615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:35:29.816 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:35:29.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:29.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:29.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:29.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:35:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:30 smithi079 bash[28699]: audit 2023-12-07T22:35:29.280242+0000 mgr.a (mgr.14403) 12881 : audit 0 from='client.260523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:30 smithi079 bash[28699]: cluster 2023-12-07T22:35:29.830036+0000 mgr.a (mgr.14403) 12882 : cluster 0 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-07T22:35:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:30 smithi194 bash[32038]: audit 2023-12-07T22:35:29.280242+0000 mgr.a (mgr.14403) 12881 : audit 0 from='client.260523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:30 smithi194 bash[32038]: cluster 2023-12-07T22:35:29.830036+0000 mgr.a (mgr.14403) 12882 : cluster 0 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-07T22:35:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:30 smithi135 bash[32435]: audit 2023-12-07T22:35:29.280242+0000 mgr.a (mgr.14403) 12881 : audit 0 from='client.260523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:30 smithi135 bash[32435]: cluster 2023-12-07T22:35:29.830036+0000 mgr.a (mgr.14403) 12882 : cluster 0 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-07T22:35:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:32 smithi079 bash[28699]: cluster 2023-12-07T22:35:31.830618+0000 mgr.a (mgr.14403) 12883 : cluster 0 pgmap v9617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:32 smithi194 bash[32038]: cluster 2023-12-07T22:35:31.830618+0000 mgr.a (mgr.14403) 12883 : cluster 0 pgmap v9617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:32 smithi135 bash[32435]: cluster 2023-12-07T22:35:31.830618+0000 mgr.a (mgr.14403) 12883 : cluster 0 pgmap v9617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:35:34.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:35:34.819 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:34.819 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:34 smithi079 bash[28699]: cluster 2023-12-07T22:35:33.831415+0000 mgr.a (mgr.14403) 12884 : cluster 0 pgmap v9618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:34 smithi194 bash[32038]: cluster 2023-12-07T22:35:33.831415+0000 mgr.a (mgr.14403) 12884 : cluster 0 pgmap v9618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:34 smithi135 bash[32435]: cluster 2023-12-07T22:35:33.831415+0000 mgr.a (mgr.14403) 12884 : cluster 0 pgmap v9618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:35.710 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:35:35.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:35.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:35.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:35.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:35:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:36 smithi194 bash[32038]: audit 2023-12-07T22:35:35.225040+0000 mgr.a (mgr.14403) 12885 : audit 0 from='client.260601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:36 smithi194 bash[32038]: cluster 2023-12-07T22:35:35.832061+0000 mgr.a (mgr.14403) 12886 : cluster 0 pgmap v9619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:35:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:36 smithi135 bash[32435]: audit 2023-12-07T22:35:35.225040+0000 mgr.a (mgr.14403) 12885 : audit 0 from='client.260601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:36 smithi135 bash[32435]: cluster 2023-12-07T22:35:35.832061+0000 mgr.a (mgr.14403) 12886 : cluster 0 pgmap v9619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:35:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:36 smithi079 bash[28699]: audit 2023-12-07T22:35:35.225040+0000 mgr.a (mgr.14403) 12885 : audit 0 from='client.260601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:36 smithi079 bash[28699]: cluster 2023-12-07T22:35:35.832061+0000 mgr.a (mgr.14403) 12886 : cluster 0 pgmap v9619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:35:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:38 smithi194 bash[32038]: cluster 2023-12-07T22:35:37.832774+0000 mgr.a (mgr.14403) 12887 : cluster 0 pgmap v9620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:35:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:38 smithi135 bash[32435]: cluster 2023-12-07T22:35:37.832774+0000 mgr.a (mgr.14403) 12887 : cluster 0 pgmap v9620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:35:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:38 smithi079 bash[28699]: cluster 2023-12-07T22:35:37.832774+0000 mgr.a (mgr.14403) 12887 : cluster 0 pgmap v9620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T22:35:40.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:35:40.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:40.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:40 smithi079 bash[28699]: cluster 2023-12-07T22:35:39.833666+0000 mgr.a (mgr.14403) 12888 : cluster 0 pgmap v9621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:35:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:40 smithi194 bash[32038]: cluster 2023-12-07T22:35:39.833666+0000 mgr.a (mgr.14403) 12888 : cluster 0 pgmap v9621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:35:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:40 smithi135 bash[32435]: cluster 2023-12-07T22:35:39.833666+0000 mgr.a (mgr.14403) 12888 : cluster 0 pgmap v9621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T22:35:41.643 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:35:41.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:41.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:41.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:41.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:35:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:42 smithi079 bash[28699]: audit 2023-12-07T22:35:41.118404+0000 mgr.a (mgr.14403) 12889 : audit 0 from='client.260676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:42 smithi079 bash[28699]: cluster 2023-12-07T22:35:41.834424+0000 mgr.a (mgr.14403) 12890 : cluster 0 pgmap v9622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:42 smithi194 bash[32038]: audit 2023-12-07T22:35:41.118404+0000 mgr.a (mgr.14403) 12889 : audit 0 from='client.260676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:42 smithi194 bash[32038]: cluster 2023-12-07T22:35:41.834424+0000 mgr.a (mgr.14403) 12890 : cluster 0 pgmap v9622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:42 smithi135 bash[32435]: audit 2023-12-07T22:35:41.118404+0000 mgr.a (mgr.14403) 12889 : audit 0 from='client.260676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:42 smithi135 bash[32435]: cluster 2023-12-07T22:35:41.834424+0000 mgr.a (mgr.14403) 12890 : cluster 0 pgmap v9622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:44 smithi194 bash[32038]: cluster 2023-12-07T22:35:43.835271+0000 mgr.a (mgr.14403) 12891 : cluster 0 pgmap v9623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:44 smithi135 bash[32435]: cluster 2023-12-07T22:35:43.835271+0000 mgr.a (mgr.14403) 12891 : cluster 0 pgmap v9623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:44 smithi079 bash[28699]: cluster 2023-12-07T22:35:43.835271+0000 mgr.a (mgr.14403) 12891 : cluster 0 pgmap v9623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:46.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:35:46.648 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:46.648 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:46 smithi194 bash[32038]: cluster 2023-12-07T22:35:45.835840+0000 mgr.a (mgr.14403) 12892 : cluster 0 pgmap v9624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:46 smithi135 bash[32435]: cluster 2023-12-07T22:35:45.835840+0000 mgr.a (mgr.14403) 12892 : cluster 0 pgmap v9624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:46 smithi079 bash[28699]: cluster 2023-12-07T22:35:45.835840+0000 mgr.a (mgr.14403) 12892 : cluster 0 pgmap v9624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:47.589 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:35:47.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:47.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:47.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:47.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:35:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:48 smithi194 bash[32038]: audit 2023-12-07T22:35:47.054613+0000 mgr.a (mgr.14403) 12893 : audit 0 from='client.260754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:48 smithi194 bash[32038]: cluster 2023-12-07T22:35:47.836585+0000 mgr.a (mgr.14403) 12894 : cluster 0 pgmap v9625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:48 smithi135 bash[32435]: audit 2023-12-07T22:35:47.054613+0000 mgr.a (mgr.14403) 12893 : audit 0 from='client.260754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:48 smithi135 bash[32435]: cluster 2023-12-07T22:35:47.836585+0000 mgr.a (mgr.14403) 12894 : cluster 0 pgmap v9625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:48 smithi079 bash[28699]: audit 2023-12-07T22:35:47.054613+0000 mgr.a (mgr.14403) 12893 : audit 0 from='client.260754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:48 smithi079 bash[28699]: cluster 2023-12-07T22:35:47.836585+0000 mgr.a (mgr.14403) 12894 : cluster 0 pgmap v9625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:50 smithi079 bash[28699]: cluster 2023-12-07T22:35:49.837379+0000 mgr.a (mgr.14403) 12895 : cluster 0 pgmap v9626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:50 smithi194 bash[32038]: cluster 2023-12-07T22:35:49.837379+0000 mgr.a (mgr.14403) 12895 : cluster 0 pgmap v9626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:50 smithi135 bash[32435]: cluster 2023-12-07T22:35:49.837379+0000 mgr.a (mgr.14403) 12895 : cluster 0 pgmap v9626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:52.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:35:52.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:52.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:53.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:52 smithi194 bash[32038]: cluster 2023-12-07T22:35:51.837952+0000 mgr.a (mgr.14403) 12896 : cluster 0 pgmap v9627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:52 smithi135 bash[32435]: cluster 2023-12-07T22:35:51.837952+0000 mgr.a (mgr.14403) 12896 : cluster 0 pgmap v9627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:52 smithi079 bash[28699]: cluster 2023-12-07T22:35:51.837952+0000 mgr.a (mgr.14403) 12896 : cluster 0 pgmap v9627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:53.500 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:35:53.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:53.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:53.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:53.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:35:54.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:53 smithi194 bash[32038]: audit 2023-12-07T22:35:52.991489+0000 mgr.a (mgr.14403) 12897 : audit 0 from='client.260832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:54.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:53 smithi135 bash[32435]: audit 2023-12-07T22:35:52.991489+0000 mgr.a (mgr.14403) 12897 : audit 0 from='client.260832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:53 smithi079 bash[28699]: audit 2023-12-07T22:35:52.991489+0000 mgr.a (mgr.14403) 12897 : audit 0 from='client.260832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:35:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:54 smithi194 bash[32038]: cluster 2023-12-07T22:35:53.838868+0000 mgr.a (mgr.14403) 12898 : cluster 0 pgmap v9628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:54 smithi135 bash[32435]: cluster 2023-12-07T22:35:53.838868+0000 mgr.a (mgr.14403) 12898 : cluster 0 pgmap v9628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:54 smithi079 bash[28699]: cluster 2023-12-07T22:35:53.838868+0000 mgr.a (mgr.14403) 12898 : cluster 0 pgmap v9628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:35:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:56 smithi194 bash[32038]: cluster 2023-12-07T22:35:55.839421+0000 mgr.a (mgr.14403) 12899 : cluster 0 pgmap v9629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:56 smithi135 bash[32435]: cluster 2023-12-07T22:35:55.839421+0000 mgr.a (mgr.14403) 12899 : cluster 0 pgmap v9629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:56 smithi079 bash[28699]: cluster 2023-12-07T22:35:55.839421+0000 mgr.a (mgr.14403) 12899 : cluster 0 pgmap v9629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:35:58.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:35:58.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:35:58.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:35:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:58 smithi194 bash[32038]: cluster 2023-12-07T22:35:57.839979+0000 mgr.a (mgr.14403) 12900 : cluster 0 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-07T22:35:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:58 smithi135 bash[32435]: cluster 2023-12-07T22:35:57.839979+0000 mgr.a (mgr.14403) 12900 : cluster 0 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-07T22:35:59.394 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:35:59.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:35:59.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:35:59.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:35:59.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:35:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:58 smithi079 bash[28699]: cluster 2023-12-07T22:35:57.839979+0000 mgr.a (mgr.14403) 12900 : cluster 0 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-07T22:36:00.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:35:59 smithi194 bash[32038]: audit 2023-12-07T22:35:58.902546+0000 mgr.a (mgr.14403) 12901 : audit 0 from='client.260907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:00.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:35:59 smithi135 bash[32435]: audit 2023-12-07T22:35:58.902546+0000 mgr.a (mgr.14403) 12901 : audit 0 from='client.260907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:00.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:35:59 smithi079 bash[28699]: audit 2023-12-07T22:35:58.902546+0000 mgr.a (mgr.14403) 12901 : audit 0 from='client.260907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:00 smithi194 bash[32038]: cluster 2023-12-07T22:35:59.840958+0000 mgr.a (mgr.14403) 12902 : cluster 0 pgmap v9631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:00 smithi135 bash[32435]: cluster 2023-12-07T22:35:59.840958+0000 mgr.a (mgr.14403) 12902 : cluster 0 pgmap v9631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:00 smithi079 bash[28699]: cluster 2023-12-07T22:35:59.840958+0000 mgr.a (mgr.14403) 12902 : cluster 0 pgmap v9631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:02 smithi194 bash[32038]: cluster 2023-12-07T22:36:01.841472+0000 mgr.a (mgr.14403) 12903 : cluster 0 pgmap v9632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:02 smithi135 bash[32435]: cluster 2023-12-07T22:36:01.841472+0000 mgr.a (mgr.14403) 12903 : cluster 0 pgmap v9632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:02 smithi079 bash[28699]: cluster 2023-12-07T22:36:01.841472+0000 mgr.a (mgr.14403) 12903 : cluster 0 pgmap v9632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:04.396 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:36:04.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:04.398 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:04 smithi194 bash[32038]: cluster 2023-12-07T22:36:03.842212+0000 mgr.a (mgr.14403) 12904 : cluster 0 pgmap v9633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:04 smithi135 bash[32435]: cluster 2023-12-07T22:36:03.842212+0000 mgr.a (mgr.14403) 12904 : cluster 0 pgmap v9633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:05.274 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:36:05.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:05.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:05.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:05.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:36:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:04 smithi079 bash[28699]: cluster 2023-12-07T22:36:03.842212+0000 mgr.a (mgr.14403) 12904 : cluster 0 pgmap v9633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:05 smithi194 bash[32038]: audit 2023-12-07T22:36:04.807785+0000 mgr.a (mgr.14403) 12905 : audit 0 from='client.260982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:06.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:05 smithi135 bash[32435]: audit 2023-12-07T22:36:04.807785+0000 mgr.a (mgr.14403) 12905 : audit 0 from='client.260982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:05 smithi079 bash[28699]: audit 2023-12-07T22:36:04.807785+0000 mgr.a (mgr.14403) 12905 : audit 0 from='client.260982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:07.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:06 smithi194 bash[32038]: cluster 2023-12-07T22:36:05.842876+0000 mgr.a (mgr.14403) 12906 : cluster 0 pgmap v9634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:06 smithi135 bash[32435]: cluster 2023-12-07T22:36:05.842876+0000 mgr.a (mgr.14403) 12906 : cluster 0 pgmap v9634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:06 smithi079 bash[28699]: cluster 2023-12-07T22:36:05.842876+0000 mgr.a (mgr.14403) 12906 : cluster 0 pgmap v9634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:07 smithi194 bash[32038]: audit 2023-12-07T22:36:07.033709+0000 mon.a (mon.0) 2230 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:36:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:07 smithi194 bash[32038]: audit 2023-12-07T22:36:07.828458+0000 mon.a (mon.0) 2231 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:36:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:07 smithi194 bash[32038]: audit 2023-12-07T22:36:07.830266+0000 mon.a (mon.0) 2232 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:36:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:07 smithi194 bash[32038]: audit 2023-12-07T22:36:07.839686+0000 mon.a (mon.0) 2233 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:36:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:07 smithi135 bash[32435]: audit 2023-12-07T22:36:07.033709+0000 mon.a (mon.0) 2230 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:36:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:07 smithi135 bash[32435]: audit 2023-12-07T22:36:07.828458+0000 mon.a (mon.0) 2231 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:36:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:07 smithi135 bash[32435]: audit 2023-12-07T22:36:07.830266+0000 mon.a (mon.0) 2232 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:36:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:07 smithi135 bash[32435]: audit 2023-12-07T22:36:07.839686+0000 mon.a (mon.0) 2233 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:36:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:07 smithi079 bash[28699]: audit 2023-12-07T22:36:07.033709+0000 mon.a (mon.0) 2230 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:36:08.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:07 smithi079 bash[28699]: audit 2023-12-07T22:36:07.828458+0000 mon.a (mon.0) 2231 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:36:08.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:07 smithi079 bash[28699]: audit 2023-12-07T22:36:07.830266+0000 mon.a (mon.0) 2232 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:36:08.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:07 smithi079 bash[28699]: audit 2023-12-07T22:36:07.839686+0000 mon.a (mon.0) 2233 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:36:09.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:08 smithi194 bash[32038]: cluster 2023-12-07T22:36:07.843263+0000 mgr.a (mgr.14403) 12907 : cluster 0 pgmap v9635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:08 smithi135 bash[32435]: cluster 2023-12-07T22:36:07.843263+0000 mgr.a (mgr.14403) 12907 : cluster 0 pgmap v9635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:08 smithi079 bash[28699]: cluster 2023-12-07T22:36:07.843263+0000 mgr.a (mgr.14403) 12907 : cluster 0 pgmap v9635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:10.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:36:10.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:10.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:10 smithi079 bash[28699]: cluster 2023-12-07T22:36:09.844031+0000 mgr.a (mgr.14403) 12908 : cluster 0 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-07T22:36:11.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:11.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:11.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:11.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:36:11.149 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:36:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:10 smithi194 bash[32038]: cluster 2023-12-07T22:36:09.844031+0000 mgr.a (mgr.14403) 12908 : cluster 0 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-07T22:36:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:10 smithi135 bash[32435]: cluster 2023-12-07T22:36:09.844031+0000 mgr.a (mgr.14403) 12908 : cluster 0 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-07T22:36:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:11 smithi079 bash[28699]: audit 2023-12-07T22:36:10.679316+0000 mgr.a (mgr.14403) 12909 : audit 0 from='client.261060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:12.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:11 smithi194 bash[32038]: audit 2023-12-07T22:36:10.679316+0000 mgr.a (mgr.14403) 12909 : audit 0 from='client.261060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:12.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:11 smithi135 bash[32435]: audit 2023-12-07T22:36:10.679316+0000 mgr.a (mgr.14403) 12909 : audit 0 from='client.261060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:12 smithi079 bash[28699]: cluster 2023-12-07T22:36:11.844739+0000 mgr.a (mgr.14403) 12910 : cluster 0 pgmap v9637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:12 smithi194 bash[32038]: cluster 2023-12-07T22:36:11.844739+0000 mgr.a (mgr.14403) 12910 : cluster 0 pgmap v9637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:12 smithi135 bash[32435]: cluster 2023-12-07T22:36:11.844739+0000 mgr.a (mgr.14403) 12910 : cluster 0 pgmap v9637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:14 smithi194 bash[32038]: cluster 2023-12-07T22:36:13.845606+0000 mgr.a (mgr.14403) 12911 : cluster 0 pgmap v9638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:14 smithi135 bash[32435]: cluster 2023-12-07T22:36:13.845606+0000 mgr.a (mgr.14403) 12911 : cluster 0 pgmap v9638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:14 smithi079 bash[28699]: cluster 2023-12-07T22:36:13.845606+0000 mgr.a (mgr.14403) 12911 : cluster 0 pgmap v9638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:16.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:36:16.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:16.153 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:17.080 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:36:17.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:17.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:17.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:17.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:36:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:16 smithi194 bash[32038]: cluster 2023-12-07T22:36:15.846174+0000 mgr.a (mgr.14403) 12912 : cluster 0 pgmap v9639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:16 smithi135 bash[32435]: cluster 2023-12-07T22:36:15.846174+0000 mgr.a (mgr.14403) 12912 : cluster 0 pgmap v9639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:16 smithi079 bash[28699]: cluster 2023-12-07T22:36:15.846174+0000 mgr.a (mgr.14403) 12912 : cluster 0 pgmap v9639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:17 smithi194 bash[32038]: audit 2023-12-07T22:36:16.556397+0000 mgr.a (mgr.14403) 12913 : audit 0 from='client.261138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:18.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:17 smithi135 bash[32435]: audit 2023-12-07T22:36:16.556397+0000 mgr.a (mgr.14403) 12913 : audit 0 from='client.261138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:17 smithi079 bash[28699]: audit 2023-12-07T22:36:16.556397+0000 mgr.a (mgr.14403) 12913 : audit 0 from='client.261138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:18 smithi194 bash[32038]: cluster 2023-12-07T22:36:17.846864+0000 mgr.a (mgr.14403) 12914 : cluster 0 pgmap v9640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:18 smithi135 bash[32435]: cluster 2023-12-07T22:36:17.846864+0000 mgr.a (mgr.14403) 12914 : cluster 0 pgmap v9640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:18 smithi079 bash[28699]: cluster 2023-12-07T22:36:17.846864+0000 mgr.a (mgr.14403) 12914 : cluster 0 pgmap v9640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:20 smithi079 bash[28699]: cluster 2023-12-07T22:36:19.847634+0000 mgr.a (mgr.14403) 12915 : cluster 0 pgmap v9641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:20 smithi194 bash[32038]: cluster 2023-12-07T22:36:19.847634+0000 mgr.a (mgr.14403) 12915 : cluster 0 pgmap v9641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:20 smithi135 bash[32435]: cluster 2023-12-07T22:36:19.847634+0000 mgr.a (mgr.14403) 12915 : cluster 0 pgmap v9641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:22.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:36:22.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:22.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:22.991 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:36:22.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:22.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:22.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:22.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:36:23.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:22 smithi194 bash[32038]: cluster 2023-12-07T22:36:21.848218+0000 mgr.a (mgr.14403) 12916 : cluster 0 pgmap v9642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:22 smithi135 bash[32435]: cluster 2023-12-07T22:36:21.848218+0000 mgr.a (mgr.14403) 12916 : cluster 0 pgmap v9642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:23.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:22 smithi079 bash[28699]: cluster 2023-12-07T22:36:21.848218+0000 mgr.a (mgr.14403) 12916 : cluster 0 pgmap v9642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:24.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:23 smithi194 bash[32038]: audit 2023-12-07T22:36:22.484699+0000 mgr.a (mgr.14403) 12917 : audit 0 from='client.261213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:24.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:23 smithi135 bash[32435]: audit 2023-12-07T22:36:22.484699+0000 mgr.a (mgr.14403) 12917 : audit 0 from='client.261213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:23 smithi079 bash[28699]: audit 2023-12-07T22:36:22.484699+0000 mgr.a (mgr.14403) 12917 : audit 0 from='client.261213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:24 smithi194 bash[32038]: cluster 2023-12-07T22:36:23.849090+0000 mgr.a (mgr.14403) 12918 : cluster 0 pgmap v9643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:24 smithi135 bash[32435]: cluster 2023-12-07T22:36:23.849090+0000 mgr.a (mgr.14403) 12918 : cluster 0 pgmap v9643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:24 smithi079 bash[28699]: cluster 2023-12-07T22:36:23.849090+0000 mgr.a (mgr.14403) 12918 : cluster 0 pgmap v9643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:26 smithi194 bash[32038]: cluster 2023-12-07T22:36:25.849676+0000 mgr.a (mgr.14403) 12919 : cluster 0 pgmap v9644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:26 smithi135 bash[32435]: cluster 2023-12-07T22:36:25.849676+0000 mgr.a (mgr.14403) 12919 : cluster 0 pgmap v9644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:26 smithi079 bash[28699]: cluster 2023-12-07T22:36:25.849676+0000 mgr.a (mgr.14403) 12919 : cluster 0 pgmap v9644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:27.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:36:27.995 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:27.995 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:28.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:28.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:28.889 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:36:28.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:28.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:36:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:28 smithi194 bash[32038]: cluster 2023-12-07T22:36:27.850239+0000 mgr.a (mgr.14403) 12920 : cluster 0 pgmap v9645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:28 smithi135 bash[32435]: cluster 2023-12-07T22:36:27.850239+0000 mgr.a (mgr.14403) 12920 : cluster 0 pgmap v9645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:28 smithi079 bash[28699]: cluster 2023-12-07T22:36:27.850239+0000 mgr.a (mgr.14403) 12920 : cluster 0 pgmap v9645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:29 smithi194 bash[32038]: audit 2023-12-07T22:36:28.399512+0000 mgr.a (mgr.14403) 12921 : audit 0 from='client.261291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:30.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:29 smithi135 bash[32435]: audit 2023-12-07T22:36:28.399512+0000 mgr.a (mgr.14403) 12921 : audit 0 from='client.261291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:29 smithi079 bash[28699]: audit 2023-12-07T22:36:28.399512+0000 mgr.a (mgr.14403) 12921 : audit 0 from='client.261291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:31.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:30 smithi194 bash[32038]: cluster 2023-12-07T22:36:29.851243+0000 mgr.a (mgr.14403) 12922 : cluster 0 pgmap v9646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:36:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:30 smithi135 bash[32435]: cluster 2023-12-07T22:36:29.851243+0000 mgr.a (mgr.14403) 12922 : cluster 0 pgmap v9646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:36:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:30 smithi079 bash[28699]: cluster 2023-12-07T22:36:29.851243+0000 mgr.a (mgr.14403) 12922 : cluster 0 pgmap v9646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:36:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:32 smithi194 bash[32038]: cluster 2023-12-07T22:36:31.851811+0000 mgr.a (mgr.14403) 12923 : cluster 0 pgmap v9647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:36:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:32 smithi135 bash[32435]: cluster 2023-12-07T22:36:31.851811+0000 mgr.a (mgr.14403) 12923 : cluster 0 pgmap v9647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:36:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:32 smithi079 bash[28699]: cluster 2023-12-07T22:36:31.851811+0000 mgr.a (mgr.14403) 12923 : cluster 0 pgmap v9647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:36:33.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:36:33.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:33.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:34.792 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:36:34.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:34.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:34.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:34.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:36:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:34 smithi194 bash[32038]: cluster 2023-12-07T22:36:33.852545+0000 mgr.a (mgr.14403) 12924 : cluster 0 pgmap v9648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:34 smithi135 bash[32435]: cluster 2023-12-07T22:36:33.852545+0000 mgr.a (mgr.14403) 12924 : cluster 0 pgmap v9648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:34 smithi079 bash[28699]: cluster 2023-12-07T22:36:33.852545+0000 mgr.a (mgr.14403) 12924 : cluster 0 pgmap v9648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:35 smithi194 bash[32038]: audit 2023-12-07T22:36:34.284750+0000 mgr.a (mgr.14403) 12925 : audit 0 from='client.261369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:36.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:35 smithi135 bash[32435]: audit 2023-12-07T22:36:34.284750+0000 mgr.a (mgr.14403) 12925 : audit 0 from='client.261369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:35 smithi079 bash[28699]: audit 2023-12-07T22:36:34.284750+0000 mgr.a (mgr.14403) 12925 : audit 0 from='client.261369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:36 smithi194 bash[32038]: cluster 2023-12-07T22:36:35.853358+0000 mgr.a (mgr.14403) 12926 : cluster 0 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-07T22:36:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:36 smithi135 bash[32435]: cluster 2023-12-07T22:36:35.853358+0000 mgr.a (mgr.14403) 12926 : cluster 0 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-07T22:36:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:36 smithi079 bash[28699]: cluster 2023-12-07T22:36:35.853358+0000 mgr.a (mgr.14403) 12926 : cluster 0 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-07T22:36:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:38 smithi194 bash[32038]: cluster 2023-12-07T22:36:37.853958+0000 mgr.a (mgr.14403) 12927 : cluster 0 pgmap v9650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:38 smithi135 bash[32435]: cluster 2023-12-07T22:36:37.853958+0000 mgr.a (mgr.14403) 12927 : cluster 0 pgmap v9650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:38 smithi079 bash[28699]: cluster 2023-12-07T22:36:37.853958+0000 mgr.a (mgr.14403) 12927 : cluster 0 pgmap v9650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:36:39.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:36:39.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:39.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:40.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:40.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:40.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:40.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:36:40.700 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:36:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:40 smithi079 bash[28699]: cluster 2023-12-07T22:36:39.854737+0000 mgr.a (mgr.14403) 12928 : cluster 0 pgmap v9651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:40 smithi194 bash[32038]: cluster 2023-12-07T22:36:39.854737+0000 mgr.a (mgr.14403) 12928 : cluster 0 pgmap v9651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:40 smithi135 bash[32435]: cluster 2023-12-07T22:36:39.854737+0000 mgr.a (mgr.14403) 12928 : cluster 0 pgmap v9651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:41 smithi079 bash[28699]: audit 2023-12-07T22:36:40.198098+0000 mgr.a (mgr.14403) 12929 : audit 0 from='client.261444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:41 smithi194 bash[32038]: audit 2023-12-07T22:36:40.198098+0000 mgr.a (mgr.14403) 12929 : audit 0 from='client.261444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:41 smithi135 bash[32435]: audit 2023-12-07T22:36:40.198098+0000 mgr.a (mgr.14403) 12929 : audit 0 from='client.261444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:42 smithi079 bash[28699]: cluster 2023-12-07T22:36:41.855430+0000 mgr.a (mgr.14403) 12930 : cluster 0 pgmap v9652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:36:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:42 smithi194 bash[32038]: cluster 2023-12-07T22:36:41.855430+0000 mgr.a (mgr.14403) 12930 : cluster 0 pgmap v9652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:36:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:42 smithi135 bash[32435]: cluster 2023-12-07T22:36:41.855430+0000 mgr.a (mgr.14403) 12930 : cluster 0 pgmap v9652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:36:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:44 smithi194 bash[32038]: cluster 2023-12-07T22:36:43.856211+0000 mgr.a (mgr.14403) 12931 : cluster 0 pgmap v9653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:36:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:44 smithi135 bash[32435]: cluster 2023-12-07T22:36:43.856211+0000 mgr.a (mgr.14403) 12931 : cluster 0 pgmap v9653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:36:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:44 smithi079 bash[28699]: cluster 2023-12-07T22:36:43.856211+0000 mgr.a (mgr.14403) 12931 : cluster 0 pgmap v9653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:36:45.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:36:45.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:45.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:46.619 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:36:46.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:46.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:46.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:46.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:36:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:46 smithi194 bash[32038]: cluster 2023-12-07T22:36:45.856748+0000 mgr.a (mgr.14403) 12932 : cluster 0 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-07T22:36:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:46 smithi135 bash[32435]: cluster 2023-12-07T22:36:45.856748+0000 mgr.a (mgr.14403) 12932 : cluster 0 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-07T22:36:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:46 smithi079 bash[28699]: cluster 2023-12-07T22:36:45.856748+0000 mgr.a (mgr.14403) 12932 : cluster 0 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-07T22:36:48.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:47 smithi194 bash[32038]: audit 2023-12-07T22:36:46.116648+0000 mgr.a (mgr.14403) 12933 : audit 0 from='client.261522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:48.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:47 smithi135 bash[32435]: audit 2023-12-07T22:36:46.116648+0000 mgr.a (mgr.14403) 12933 : audit 0 from='client.261522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:47 smithi079 bash[28699]: audit 2023-12-07T22:36:46.116648+0000 mgr.a (mgr.14403) 12933 : audit 0 from='client.261522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:48 smithi194 bash[32038]: cluster 2023-12-07T22:36:47.857399+0000 mgr.a (mgr.14403) 12934 : cluster 0 pgmap v9655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:48 smithi135 bash[32435]: cluster 2023-12-07T22:36:47.857399+0000 mgr.a (mgr.14403) 12934 : cluster 0 pgmap v9655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:48 smithi079 bash[28699]: cluster 2023-12-07T22:36:47.857399+0000 mgr.a (mgr.14403) 12934 : cluster 0 pgmap v9655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:50 smithi079 bash[28699]: cluster 2023-12-07T22:36:49.858194+0000 mgr.a (mgr.14403) 12935 : cluster 0 pgmap v9656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:50 smithi194 bash[32038]: cluster 2023-12-07T22:36:49.858194+0000 mgr.a (mgr.14403) 12935 : cluster 0 pgmap v9656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:50 smithi135 bash[32435]: cluster 2023-12-07T22:36:49.858194+0000 mgr.a (mgr.14403) 12935 : cluster 0 pgmap v9656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:51.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:36:51.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:51.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:52.524 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:36:52.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:52.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:52.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:52.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:36:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:52 smithi194 bash[32038]: cluster 2023-12-07T22:36:51.858727+0000 mgr.a (mgr.14403) 12936 : cluster 0 pgmap v9657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:52 smithi194 bash[32038]: audit 2023-12-07T22:36:52.020896+0000 mgr.a (mgr.14403) 12937 : audit 0 from='client.261597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:52 smithi135 bash[32435]: cluster 2023-12-07T22:36:51.858727+0000 mgr.a (mgr.14403) 12936 : cluster 0 pgmap v9657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:52 smithi135 bash[32435]: audit 2023-12-07T22:36:52.020896+0000 mgr.a (mgr.14403) 12937 : audit 0 from='client.261597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:52 smithi079 bash[28699]: cluster 2023-12-07T22:36:51.858727+0000 mgr.a (mgr.14403) 12936 : cluster 0 pgmap v9657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:52 smithi079 bash[28699]: audit 2023-12-07T22:36:52.020896+0000 mgr.a (mgr.14403) 12937 : audit 0 from='client.261597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:54 smithi194 bash[32038]: cluster 2023-12-07T22:36:53.859616+0000 mgr.a (mgr.14403) 12938 : cluster 0 pgmap v9658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:54 smithi135 bash[32435]: cluster 2023-12-07T22:36:53.859616+0000 mgr.a (mgr.14403) 12938 : cluster 0 pgmap v9658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:54 smithi079 bash[28699]: cluster 2023-12-07T22:36:53.859616+0000 mgr.a (mgr.14403) 12938 : cluster 0 pgmap v9658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:36:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:56 smithi194 bash[32038]: cluster 2023-12-07T22:36:55.860209+0000 mgr.a (mgr.14403) 12939 : cluster 0 pgmap v9659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:56 smithi135 bash[32435]: cluster 2023-12-07T22:36:55.860209+0000 mgr.a (mgr.14403) 12939 : cluster 0 pgmap v9659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:56 smithi079 bash[28699]: cluster 2023-12-07T22:36:55.860209+0000 mgr.a (mgr.14403) 12939 : cluster 0 pgmap v9659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:57.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:36:57.527 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:36:57.527 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:36:58.444 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:36:58.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:36:58.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:36:58.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:36:58.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:36:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:58 smithi194 bash[32038]: cluster 2023-12-07T22:36:57.860880+0000 mgr.a (mgr.14403) 12940 : cluster 0 pgmap v9660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:36:58 smithi194 bash[32038]: audit 2023-12-07T22:36:57.928135+0000 mgr.a (mgr.14403) 12941 : audit 0 from='client.261675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:58 smithi135 bash[32435]: cluster 2023-12-07T22:36:57.860880+0000 mgr.a (mgr.14403) 12940 : cluster 0 pgmap v9660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:36:58 smithi135 bash[32435]: audit 2023-12-07T22:36:57.928135+0000 mgr.a (mgr.14403) 12941 : audit 0 from='client.261675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:36:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:58 smithi079 bash[28699]: cluster 2023-12-07T22:36:57.860880+0000 mgr.a (mgr.14403) 12940 : cluster 0 pgmap v9660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:36:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:36:58 smithi079 bash[28699]: audit 2023-12-07T22:36:57.928135+0000 mgr.a (mgr.14403) 12941 : audit 0 from='client.261675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:00 smithi079 bash[28699]: cluster 2023-12-07T22:36:59.861815+0000 mgr.a (mgr.14403) 12942 : cluster 0 pgmap v9661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:00 smithi194 bash[32038]: cluster 2023-12-07T22:36:59.861815+0000 mgr.a (mgr.14403) 12942 : cluster 0 pgmap v9661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:00 smithi135 bash[32435]: cluster 2023-12-07T22:36:59.861815+0000 mgr.a (mgr.14403) 12942 : cluster 0 pgmap v9661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:02 smithi194 bash[32038]: cluster 2023-12-07T22:37:01.862363+0000 mgr.a (mgr.14403) 12943 : cluster 0 pgmap v9662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:02 smithi135 bash[32435]: cluster 2023-12-07T22:37:01.862363+0000 mgr.a (mgr.14403) 12943 : cluster 0 pgmap v9662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:02 smithi079 bash[28699]: cluster 2023-12-07T22:37:01.862363+0000 mgr.a (mgr.14403) 12943 : cluster 0 pgmap v9662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:03.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:37:03.448 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:03.448 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:04.353 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:37:04.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:04.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:04.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:04.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:37:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:04 smithi194 bash[32038]: audit 2023-12-07T22:37:03.849084+0000 mgr.a (mgr.14403) 12944 : audit 0 from='client.261750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:04 smithi194 bash[32038]: cluster 2023-12-07T22:37:03.863739+0000 mgr.a (mgr.14403) 12945 : cluster 0 pgmap v9663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:04 smithi135 bash[32435]: audit 2023-12-07T22:37:03.849084+0000 mgr.a (mgr.14403) 12944 : audit 0 from='client.261750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:04 smithi135 bash[32435]: cluster 2023-12-07T22:37:03.863739+0000 mgr.a (mgr.14403) 12945 : cluster 0 pgmap v9663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:04 smithi079 bash[28699]: audit 2023-12-07T22:37:03.849084+0000 mgr.a (mgr.14403) 12944 : audit 0 from='client.261750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:04 smithi079 bash[28699]: cluster 2023-12-07T22:37:03.863739+0000 mgr.a (mgr.14403) 12945 : cluster 0 pgmap v9663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:06 smithi194 bash[32038]: cluster 2023-12-07T22:37:05.864530+0000 mgr.a (mgr.14403) 12946 : cluster 0 pgmap v9664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:06 smithi135 bash[32435]: cluster 2023-12-07T22:37:05.864530+0000 mgr.a (mgr.14403) 12946 : cluster 0 pgmap v9664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:06 smithi079 bash[28699]: cluster 2023-12-07T22:37:05.864530+0000 mgr.a (mgr.14403) 12946 : cluster 0 pgmap v9664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:08 smithi194 bash[32038]: cluster 2023-12-07T22:37:07.865311+0000 mgr.a (mgr.14403) 12947 : cluster 0 pgmap v9665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:08 smithi194 bash[32038]: audit 2023-12-07T22:37:07.943328+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:37:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:08 smithi194 bash[32038]: audit 2023-12-07T22:37:08.684431+0000 mon.a (mon.0) 2235 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:37:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:08 smithi194 bash[32038]: audit 2023-12-07T22:37:08.686308+0000 mon.a (mon.0) 2236 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:37:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:08 smithi194 bash[32038]: audit 2023-12-07T22:37:08.695194+0000 mon.a (mon.0) 2237 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:37:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:08 smithi135 bash[32435]: cluster 2023-12-07T22:37:07.865311+0000 mgr.a (mgr.14403) 12947 : cluster 0 pgmap v9665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:08 smithi135 bash[32435]: audit 2023-12-07T22:37:07.943328+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:37:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:08 smithi135 bash[32435]: audit 2023-12-07T22:37:08.684431+0000 mon.a (mon.0) 2235 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:37:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:08 smithi135 bash[32435]: audit 2023-12-07T22:37:08.686308+0000 mon.a (mon.0) 2236 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:37:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:08 smithi135 bash[32435]: audit 2023-12-07T22:37:08.695194+0000 mon.a (mon.0) 2237 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:37:09.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:37:09.357 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:09.357 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:08 smithi079 bash[28699]: cluster 2023-12-07T22:37:07.865311+0000 mgr.a (mgr.14403) 12947 : cluster 0 pgmap v9665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:08 smithi079 bash[28699]: audit 2023-12-07T22:37:07.943328+0000 mon.a (mon.0) 2234 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:37:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:08 smithi079 bash[28699]: audit 2023-12-07T22:37:08.684431+0000 mon.a (mon.0) 2235 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:37:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:08 smithi079 bash[28699]: audit 2023-12-07T22:37:08.686308+0000 mon.a (mon.0) 2236 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:37:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:08 smithi079 bash[28699]: audit 2023-12-07T22:37:08.695194+0000 mon.a (mon.0) 2237 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:37:10.238 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:37:10.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:10.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:10.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:10.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:37:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:10 smithi079 bash[28699]: audit 2023-12-07T22:37:09.743918+0000 mgr.a (mgr.14403) 12948 : audit 0 from='client.261828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:11.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:10 smithi079 bash[28699]: cluster 2023-12-07T22:37:09.866301+0000 mgr.a (mgr.14403) 12949 : cluster 0 pgmap v9666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:10 smithi194 bash[32038]: audit 2023-12-07T22:37:09.743918+0000 mgr.a (mgr.14403) 12948 : audit 0 from='client.261828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:10 smithi194 bash[32038]: cluster 2023-12-07T22:37:09.866301+0000 mgr.a (mgr.14403) 12949 : cluster 0 pgmap v9666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:10 smithi135 bash[32435]: audit 2023-12-07T22:37:09.743918+0000 mgr.a (mgr.14403) 12948 : audit 0 from='client.261828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:10 smithi135 bash[32435]: cluster 2023-12-07T22:37:09.866301+0000 mgr.a (mgr.14403) 12949 : cluster 0 pgmap v9666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:12 smithi194 bash[32038]: cluster 2023-12-07T22:37:11.866995+0000 mgr.a (mgr.14403) 12950 : cluster 0 pgmap v9667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:12 smithi135 bash[32435]: cluster 2023-12-07T22:37:11.866995+0000 mgr.a (mgr.14403) 12950 : cluster 0 pgmap v9667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:12 smithi079 bash[28699]: cluster 2023-12-07T22:37:11.866995+0000 mgr.a (mgr.14403) 12950 : cluster 0 pgmap v9667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:14 smithi194 bash[32038]: cluster 2023-12-07T22:37:13.867781+0000 mgr.a (mgr.14403) 12951 : cluster 0 pgmap v9668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:14 smithi135 bash[32435]: cluster 2023-12-07T22:37:13.867781+0000 mgr.a (mgr.14403) 12951 : cluster 0 pgmap v9668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:15.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:37:15.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:15.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:14 smithi079 bash[28699]: cluster 2023-12-07T22:37:13.867781+0000 mgr.a (mgr.14403) 12951 : cluster 0 pgmap v9668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:16.161 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:37:16.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:16.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:16.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:16.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:37:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:16 smithi194 bash[32038]: audit 2023-12-07T22:37:15.637069+0000 mgr.a (mgr.14403) 12952 : audit 0 from='client.261903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:16 smithi194 bash[32038]: cluster 2023-12-07T22:37:15.868229+0000 mgr.a (mgr.14403) 12953 : cluster 0 pgmap v9669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:16 smithi135 bash[32435]: audit 2023-12-07T22:37:15.637069+0000 mgr.a (mgr.14403) 12952 : audit 0 from='client.261903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:16 smithi135 bash[32435]: cluster 2023-12-07T22:37:15.868229+0000 mgr.a (mgr.14403) 12953 : cluster 0 pgmap v9669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:16 smithi079 bash[28699]: audit 2023-12-07T22:37:15.637069+0000 mgr.a (mgr.14403) 12952 : audit 0 from='client.261903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:16 smithi079 bash[28699]: cluster 2023-12-07T22:37:15.868229+0000 mgr.a (mgr.14403) 12953 : cluster 0 pgmap v9669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:18 smithi194 bash[32038]: cluster 2023-12-07T22:37:17.868889+0000 mgr.a (mgr.14403) 12954 : cluster 0 pgmap v9670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:18 smithi135 bash[32435]: cluster 2023-12-07T22:37:17.868889+0000 mgr.a (mgr.14403) 12954 : cluster 0 pgmap v9670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:18 smithi079 bash[28699]: cluster 2023-12-07T22:37:17.868889+0000 mgr.a (mgr.14403) 12954 : cluster 0 pgmap v9670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:20 smithi079 bash[28699]: cluster 2023-12-07T22:37:19.869710+0000 mgr.a (mgr.14403) 12955 : cluster 0 pgmap v9671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:21.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:37:21.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:21.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:20 smithi194 bash[32038]: cluster 2023-12-07T22:37:19.869710+0000 mgr.a (mgr.14403) 12955 : cluster 0 pgmap v9671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:20 smithi135 bash[32435]: cluster 2023-12-07T22:37:19.869710+0000 mgr.a (mgr.14403) 12955 : cluster 0 pgmap v9671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:22.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:22.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:22.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:22.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:37:22.081 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:37:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:22 smithi194 bash[32038]: audit 2023-12-07T22:37:21.576121+0000 mgr.a (mgr.14403) 12956 : audit 0 from='client.261978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:22 smithi194 bash[32038]: cluster 2023-12-07T22:37:21.870426+0000 mgr.a (mgr.14403) 12957 : cluster 0 pgmap v9672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:22 smithi135 bash[32435]: audit 2023-12-07T22:37:21.576121+0000 mgr.a (mgr.14403) 12956 : audit 0 from='client.261978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:22 smithi135 bash[32435]: cluster 2023-12-07T22:37:21.870426+0000 mgr.a (mgr.14403) 12957 : cluster 0 pgmap v9672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:22 smithi079 bash[28699]: audit 2023-12-07T22:37:21.576121+0000 mgr.a (mgr.14403) 12956 : audit 0 from='client.261978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:22 smithi079 bash[28699]: cluster 2023-12-07T22:37:21.870426+0000 mgr.a (mgr.14403) 12957 : cluster 0 pgmap v9672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:24 smithi194 bash[32038]: cluster 2023-12-07T22:37:23.871332+0000 mgr.a (mgr.14403) 12958 : cluster 0 pgmap v9673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:24 smithi135 bash[32435]: cluster 2023-12-07T22:37:23.871332+0000 mgr.a (mgr.14403) 12958 : cluster 0 pgmap v9673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:24 smithi079 bash[28699]: cluster 2023-12-07T22:37:23.871332+0000 mgr.a (mgr.14403) 12958 : cluster 0 pgmap v9673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:27.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:37:27.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:27.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:26 smithi194 bash[32038]: cluster 2023-12-07T22:37:25.871833+0000 mgr.a (mgr.14403) 12959 : cluster 0 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-07T22:37:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:26 smithi135 bash[32435]: cluster 2023-12-07T22:37:25.871833+0000 mgr.a (mgr.14403) 12959 : cluster 0 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-07T22:37:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:26 smithi079 bash[28699]: cluster 2023-12-07T22:37:25.871833+0000 mgr.a (mgr.14403) 12959 : cluster 0 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-07T22:37:27.974 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:37:27.974 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:27.974 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:27.974 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:27.974 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:37:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:28 smithi194 bash[32038]: audit 2023-12-07T22:37:27.483861+0000 mgr.a (mgr.14403) 12960 : audit 0 from='client.262053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:28 smithi194 bash[32038]: cluster 2023-12-07T22:37:27.872693+0000 mgr.a (mgr.14403) 12961 : cluster 0 pgmap v9675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:28 smithi135 bash[32435]: audit 2023-12-07T22:37:27.483861+0000 mgr.a (mgr.14403) 12960 : audit 0 from='client.262053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:28 smithi135 bash[32435]: cluster 2023-12-07T22:37:27.872693+0000 mgr.a (mgr.14403) 12961 : cluster 0 pgmap v9675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:28 smithi079 bash[28699]: audit 2023-12-07T22:37:27.483861+0000 mgr.a (mgr.14403) 12960 : audit 0 from='client.262053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:28 smithi079 bash[28699]: cluster 2023-12-07T22:37:27.872693+0000 mgr.a (mgr.14403) 12961 : cluster 0 pgmap v9675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:30 smithi079 bash[28699]: cluster 2023-12-07T22:37:29.873553+0000 mgr.a (mgr.14403) 12962 : cluster 0 pgmap v9676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:30 smithi194 bash[32038]: cluster 2023-12-07T22:37:29.873553+0000 mgr.a (mgr.14403) 12962 : cluster 0 pgmap v9676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:30 smithi135 bash[32435]: cluster 2023-12-07T22:37:29.873553+0000 mgr.a (mgr.14403) 12962 : cluster 0 pgmap v9676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:32.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:37:32.978 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:32.978 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:32 smithi194 bash[32038]: cluster 2023-12-07T22:37:31.874095+0000 mgr.a (mgr.14403) 12963 : cluster 0 pgmap v9677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:32 smithi135 bash[32435]: cluster 2023-12-07T22:37:31.874095+0000 mgr.a (mgr.14403) 12963 : cluster 0 pgmap v9677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:32 smithi079 bash[28699]: cluster 2023-12-07T22:37:31.874095+0000 mgr.a (mgr.14403) 12963 : cluster 0 pgmap v9677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:33.880 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:37:33.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:33.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:33.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:33.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:37:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:34 smithi194 bash[32038]: audit 2023-12-07T22:37:33.371271+0000 mgr.a (mgr.14403) 12964 : audit 0 from='client.262125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:34 smithi194 bash[32038]: cluster 2023-12-07T22:37:33.875065+0000 mgr.a (mgr.14403) 12965 : cluster 0 pgmap v9678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:37:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:34 smithi135 bash[32435]: audit 2023-12-07T22:37:33.371271+0000 mgr.a (mgr.14403) 12964 : audit 0 from='client.262125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:34 smithi135 bash[32435]: cluster 2023-12-07T22:37:33.875065+0000 mgr.a (mgr.14403) 12965 : cluster 0 pgmap v9678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:37:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:34 smithi079 bash[28699]: audit 2023-12-07T22:37:33.371271+0000 mgr.a (mgr.14403) 12964 : audit 0 from='client.262125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:34 smithi079 bash[28699]: cluster 2023-12-07T22:37:33.875065+0000 mgr.a (mgr.14403) 12965 : cluster 0 pgmap v9678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:37:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:36 smithi194 bash[32038]: cluster 2023-12-07T22:37:35.875582+0000 mgr.a (mgr.14403) 12966 : cluster 0 pgmap v9679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:37:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:36 smithi135 bash[32435]: cluster 2023-12-07T22:37:35.875582+0000 mgr.a (mgr.14403) 12966 : cluster 0 pgmap v9679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:37:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:36 smithi079 bash[28699]: cluster 2023-12-07T22:37:35.875582+0000 mgr.a (mgr.14403) 12966 : cluster 0 pgmap v9679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:37:38.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:37:38.884 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:38.884 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:38 smithi194 bash[32038]: cluster 2023-12-07T22:37:37.876138+0000 mgr.a (mgr.14403) 12967 : cluster 0 pgmap v9680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:37:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:38 smithi135 bash[32435]: cluster 2023-12-07T22:37:37.876138+0000 mgr.a (mgr.14403) 12967 : cluster 0 pgmap v9680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:37:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:38 smithi079 bash[28699]: cluster 2023-12-07T22:37:37.876138+0000 mgr.a (mgr.14403) 12967 : cluster 0 pgmap v9680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:37:39.802 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:37:39.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:39.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:39.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:39.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:37:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:40 smithi079 bash[28699]: audit 2023-12-07T22:37:39.295600+0000 mgr.a (mgr.14403) 12968 : audit 0 from='client.262203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:40 smithi079 bash[28699]: cluster 2023-12-07T22:37:39.877157+0000 mgr.a (mgr.14403) 12969 : cluster 0 pgmap v9681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:40 smithi194 bash[32038]: audit 2023-12-07T22:37:39.295600+0000 mgr.a (mgr.14403) 12968 : audit 0 from='client.262203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:40 smithi194 bash[32038]: cluster 2023-12-07T22:37:39.877157+0000 mgr.a (mgr.14403) 12969 : cluster 0 pgmap v9681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:40 smithi135 bash[32435]: audit 2023-12-07T22:37:39.295600+0000 mgr.a (mgr.14403) 12968 : audit 0 from='client.262203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:40 smithi135 bash[32435]: cluster 2023-12-07T22:37:39.877157+0000 mgr.a (mgr.14403) 12969 : cluster 0 pgmap v9681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:42 smithi194 bash[32038]: cluster 2023-12-07T22:37:41.877850+0000 mgr.a (mgr.14403) 12970 : cluster 0 pgmap v9682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:42 smithi135 bash[32435]: cluster 2023-12-07T22:37:41.877850+0000 mgr.a (mgr.14403) 12970 : cluster 0 pgmap v9682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:42 smithi079 bash[28699]: cluster 2023-12-07T22:37:41.877850+0000 mgr.a (mgr.14403) 12970 : cluster 0 pgmap v9682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:37:44.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:37:44.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:44.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:44 smithi194 bash[32038]: cluster 2023-12-07T22:37:43.878717+0000 mgr.a (mgr.14403) 12971 : cluster 0 pgmap v9683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:44 smithi135 bash[32435]: cluster 2023-12-07T22:37:43.878717+0000 mgr.a (mgr.14403) 12971 : cluster 0 pgmap v9683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:44 smithi079 bash[28699]: cluster 2023-12-07T22:37:43.878717+0000 mgr.a (mgr.14403) 12971 : cluster 0 pgmap v9683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:45.707 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:37:45.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:45.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:45.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:45.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:37:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:46 smithi194 bash[32038]: audit 2023-12-07T22:37:45.206656+0000 mgr.a (mgr.14403) 12972 : audit 0 from='client.262278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:46 smithi194 bash[32038]: cluster 2023-12-07T22:37:45.879418+0000 mgr.a (mgr.14403) 12973 : cluster 0 pgmap v9684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:37:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:46 smithi135 bash[32435]: audit 2023-12-07T22:37:45.206656+0000 mgr.a (mgr.14403) 12972 : audit 0 from='client.262278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:46 smithi135 bash[32435]: cluster 2023-12-07T22:37:45.879418+0000 mgr.a (mgr.14403) 12973 : cluster 0 pgmap v9684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:37:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:46 smithi079 bash[28699]: audit 2023-12-07T22:37:45.206656+0000 mgr.a (mgr.14403) 12972 : audit 0 from='client.262278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:46 smithi079 bash[28699]: cluster 2023-12-07T22:37:45.879418+0000 mgr.a (mgr.14403) 12973 : cluster 0 pgmap v9684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:37:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:48 smithi194 bash[32038]: cluster 2023-12-07T22:37:47.880027+0000 mgr.a (mgr.14403) 12974 : cluster 0 pgmap v9685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:37:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:48 smithi135 bash[32435]: cluster 2023-12-07T22:37:47.880027+0000 mgr.a (mgr.14403) 12974 : cluster 0 pgmap v9685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:37:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:48 smithi079 bash[28699]: cluster 2023-12-07T22:37:47.880027+0000 mgr.a (mgr.14403) 12974 : cluster 0 pgmap v9685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:37:50.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:37:50.710 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:50.710 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:50 smithi079 bash[28699]: cluster 2023-12-07T22:37:49.880846+0000 mgr.a (mgr.14403) 12975 : cluster 0 pgmap v9686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:37:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:50 smithi194 bash[32038]: cluster 2023-12-07T22:37:49.880846+0000 mgr.a (mgr.14403) 12975 : cluster 0 pgmap v9686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:37:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:50 smithi135 bash[32435]: cluster 2023-12-07T22:37:49.880846+0000 mgr.a (mgr.14403) 12975 : cluster 0 pgmap v9686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:37:51.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:51.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:51.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:51.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:37:51.615 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:37:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:52 smithi194 bash[32038]: audit 2023-12-07T22:37:51.107530+0000 mgr.a (mgr.14403) 12976 : audit 0 from='client.262350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:52 smithi194 bash[32038]: cluster 2023-12-07T22:37:51.881592+0000 mgr.a (mgr.14403) 12977 : cluster 0 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-07T22:37:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:52 smithi135 bash[32435]: audit 2023-12-07T22:37:51.107530+0000 mgr.a (mgr.14403) 12976 : audit 0 from='client.262350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:52 smithi135 bash[32435]: cluster 2023-12-07T22:37:51.881592+0000 mgr.a (mgr.14403) 12977 : cluster 0 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-07T22:37:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:52 smithi079 bash[28699]: audit 2023-12-07T22:37:51.107530+0000 mgr.a (mgr.14403) 12976 : audit 0 from='client.262350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:52 smithi079 bash[28699]: cluster 2023-12-07T22:37:51.881592+0000 mgr.a (mgr.14403) 12977 : cluster 0 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-07T22:37:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:54 smithi194 bash[32038]: cluster 2023-12-07T22:37:53.882419+0000 mgr.a (mgr.14403) 12978 : cluster 0 pgmap v9688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:55.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:54 smithi135 bash[32435]: cluster 2023-12-07T22:37:53.882419+0000 mgr.a (mgr.14403) 12978 : cluster 0 pgmap v9688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:54 smithi079 bash[28699]: cluster 2023-12-07T22:37:53.882419+0000 mgr.a (mgr.14403) 12978 : cluster 0 pgmap v9688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:37:56.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:37:56.618 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:37:56.618 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:37:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:56 smithi194 bash[32038]: cluster 2023-12-07T22:37:55.883165+0000 mgr.a (mgr.14403) 12979 : cluster 0 pgmap v9689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:56 smithi135 bash[32435]: cluster 2023-12-07T22:37:55.883165+0000 mgr.a (mgr.14403) 12979 : cluster 0 pgmap v9689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:56 smithi079 bash[28699]: cluster 2023-12-07T22:37:55.883165+0000 mgr.a (mgr.14403) 12979 : cluster 0 pgmap v9689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:57.523 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:37:57.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:37:57.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:37:57.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:37:57.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:37:58.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:57 smithi135 bash[32435]: audit 2023-12-07T22:37:57.028936+0000 mgr.a (mgr.14403) 12980 : audit 0 from='client.262428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:57 smithi079 bash[28699]: audit 2023-12-07T22:37:57.028936+0000 mgr.a (mgr.14403) 12980 : audit 0 from='client.262428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:57 smithi194 bash[32038]: audit 2023-12-07T22:37:57.028936+0000 mgr.a (mgr.14403) 12980 : audit 0 from='client.262428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:37:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:37:58 smithi079 bash[28699]: cluster 2023-12-07T22:37:57.883954+0000 mgr.a (mgr.14403) 12981 : cluster 0 pgmap v9690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:37:58 smithi194 bash[32038]: cluster 2023-12-07T22:37:57.883954+0000 mgr.a (mgr.14403) 12981 : cluster 0 pgmap v9690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:37:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:37:58 smithi135 bash[32435]: cluster 2023-12-07T22:37:57.883954+0000 mgr.a (mgr.14403) 12981 : cluster 0 pgmap v9690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:00 smithi079 bash[28699]: cluster 2023-12-07T22:37:59.884756+0000 mgr.a (mgr.14403) 12982 : cluster 0 pgmap v9691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:00 smithi194 bash[32038]: cluster 2023-12-07T22:37:59.884756+0000 mgr.a (mgr.14403) 12982 : cluster 0 pgmap v9691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:00 smithi135 bash[32435]: cluster 2023-12-07T22:37:59.884756+0000 mgr.a (mgr.14403) 12982 : cluster 0 pgmap v9691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:02.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:38:02.527 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:02.527 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:02 smithi194 bash[32038]: cluster 2023-12-07T22:38:01.885444+0000 mgr.a (mgr.14403) 12983 : cluster 0 pgmap v9692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:02 smithi135 bash[32435]: cluster 2023-12-07T22:38:01.885444+0000 mgr.a (mgr.14403) 12983 : cluster 0 pgmap v9692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:02 smithi079 bash[28699]: cluster 2023-12-07T22:38:01.885444+0000 mgr.a (mgr.14403) 12983 : cluster 0 pgmap v9692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:03.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:03.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:03.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:03.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:38:03.440 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:38:04.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:03 smithi194 bash[32038]: audit 2023-12-07T22:38:02.929798+0000 mgr.a (mgr.14403) 12984 : audit 0 from='client.262503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:04.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:03 smithi135 bash[32435]: audit 2023-12-07T22:38:02.929798+0000 mgr.a (mgr.14403) 12984 : audit 0 from='client.262503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:03 smithi079 bash[28699]: audit 2023-12-07T22:38:02.929798+0000 mgr.a (mgr.14403) 12984 : audit 0 from='client.262503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:04 smithi135 bash[32435]: cluster 2023-12-07T22:38:03.886344+0000 mgr.a (mgr.14403) 12985 : cluster 0 pgmap v9693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:04 smithi079 bash[28699]: cluster 2023-12-07T22:38:03.886344+0000 mgr.a (mgr.14403) 12985 : cluster 0 pgmap v9693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:04 smithi194 bash[32038]: cluster 2023-12-07T22:38:03.886344+0000 mgr.a (mgr.14403) 12985 : cluster 0 pgmap v9693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:07.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:06 smithi135 bash[32435]: cluster 2023-12-07T22:38:05.886903+0000 mgr.a (mgr.14403) 12986 : cluster 0 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-07T22:38:07.641 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:06 smithi194 bash[32038]: cluster 2023-12-07T22:38:05.886903+0000 mgr.a (mgr.14403) 12986 : cluster 0 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-07T22:38:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:06 smithi079 bash[28699]: cluster 2023-12-07T22:38:05.886903+0000 mgr.a (mgr.14403) 12986 : cluster 0 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-07T22:38:08.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:38:08.444 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:08.444 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:09.304 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:38:09.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:09.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:09.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:09.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:38:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:08 smithi079 bash[28699]: cluster 2023-12-07T22:38:07.887400+0000 mgr.a (mgr.14403) 12987 : cluster 0 pgmap v9695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:08 smithi079 bash[28699]: audit 2023-12-07T22:38:08.798658+0000 mon.a (mon.0) 2238 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:38:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:08 smithi194 bash[32038]: cluster 2023-12-07T22:38:07.887400+0000 mgr.a (mgr.14403) 12987 : cluster 0 pgmap v9695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:08 smithi194 bash[32038]: audit 2023-12-07T22:38:08.798658+0000 mon.a (mon.0) 2238 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:38:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:08 smithi135 bash[32435]: cluster 2023-12-07T22:38:07.887400+0000 mgr.a (mgr.14403) 12987 : cluster 0 pgmap v9695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:08 smithi135 bash[32435]: audit 2023-12-07T22:38:08.798658+0000 mon.a (mon.0) 2238 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:38:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:09 smithi079 bash[28699]: audit 2023-12-07T22:38:08.839359+0000 mgr.a (mgr.14403) 12988 : audit 0 from='client.262581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:09 smithi194 bash[32038]: audit 2023-12-07T22:38:08.839359+0000 mgr.a (mgr.14403) 12988 : audit 0 from='client.262581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:10.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:09 smithi135 bash[32435]: audit 2023-12-07T22:38:08.839359+0000 mgr.a (mgr.14403) 12988 : audit 0 from='client.262581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:10 smithi079 bash[28699]: cluster 2023-12-07T22:38:09.888600+0000 mgr.a (mgr.14403) 12989 : cluster 0 pgmap v9696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:10 smithi194 bash[32038]: cluster 2023-12-07T22:38:09.888600+0000 mgr.a (mgr.14403) 12989 : cluster 0 pgmap v9696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:10 smithi135 bash[32435]: cluster 2023-12-07T22:38:09.888600+0000 mgr.a (mgr.14403) 12989 : cluster 0 pgmap v9696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:12 smithi079 bash[28699]: cluster 2023-12-07T22:38:11.889275+0000 mgr.a (mgr.14403) 12990 : cluster 0 pgmap v9697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:12 smithi194 bash[32038]: cluster 2023-12-07T22:38:11.889275+0000 mgr.a (mgr.14403) 12990 : cluster 0 pgmap v9697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:12 smithi135 bash[32435]: cluster 2023-12-07T22:38:11.889275+0000 mgr.a (mgr.14403) 12990 : cluster 0 pgmap v9697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:14.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:38:14.307 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:14.307 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:15.224 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:38:15.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:15.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:15.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:15.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:38:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:14 smithi079 bash[28699]: cluster 2023-12-07T22:38:13.890044+0000 mgr.a (mgr.14403) 12991 : cluster 0 pgmap v9698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:14 smithi079 bash[28699]: audit 2023-12-07T22:38:14.165590+0000 mon.a (mon.0) 2239 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:14 smithi079 bash[28699]: audit 2023-12-07T22:38:14.170446+0000 mon.a (mon.0) 2240 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:14 smithi079 bash[28699]: audit 2023-12-07T22:38:14.174028+0000 mon.a (mon.0) 2241 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:14 smithi079 bash[28699]: audit 2023-12-07T22:38:14.177142+0000 mon.a (mon.0) 2242 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:14 smithi079 bash[28699]: audit 2023-12-07T22:38:14.217555+0000 mon.a (mon.0) 2243 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:14 smithi079 bash[28699]: audit 2023-12-07T22:38:14.223409+0000 mon.a (mon.0) 2244 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:14 smithi079 bash[28699]: audit 2023-12-07T22:38:14.962483+0000 mon.a (mon.0) 2245 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:38:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:14 smithi079 bash[28699]: audit 2023-12-07T22:38:14.963789+0000 mon.a (mon.0) 2246 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:14 smithi194 bash[32038]: cluster 2023-12-07T22:38:13.890044+0000 mgr.a (mgr.14403) 12991 : cluster 0 pgmap v9698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:14 smithi194 bash[32038]: audit 2023-12-07T22:38:14.165590+0000 mon.a (mon.0) 2239 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:14 smithi194 bash[32038]: audit 2023-12-07T22:38:14.170446+0000 mon.a (mon.0) 2240 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:14 smithi194 bash[32038]: audit 2023-12-07T22:38:14.174028+0000 mon.a (mon.0) 2241 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:14 smithi194 bash[32038]: audit 2023-12-07T22:38:14.177142+0000 mon.a (mon.0) 2242 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:14 smithi194 bash[32038]: audit 2023-12-07T22:38:14.217555+0000 mon.a (mon.0) 2243 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:14 smithi194 bash[32038]: audit 2023-12-07T22:38:14.223409+0000 mon.a (mon.0) 2244 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:14 smithi194 bash[32038]: audit 2023-12-07T22:38:14.962483+0000 mon.a (mon.0) 2245 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:38:15.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:14 smithi194 bash[32038]: audit 2023-12-07T22:38:14.963789+0000 mon.a (mon.0) 2246 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:14 smithi135 bash[32435]: cluster 2023-12-07T22:38:13.890044+0000 mgr.a (mgr.14403) 12991 : cluster 0 pgmap v9698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:14 smithi135 bash[32435]: audit 2023-12-07T22:38:14.165590+0000 mon.a (mon.0) 2239 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:14 smithi135 bash[32435]: audit 2023-12-07T22:38:14.170446+0000 mon.a (mon.0) 2240 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:14 smithi135 bash[32435]: audit 2023-12-07T22:38:14.174028+0000 mon.a (mon.0) 2241 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:14 smithi135 bash[32435]: audit 2023-12-07T22:38:14.177142+0000 mon.a (mon.0) 2242 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:14 smithi135 bash[32435]: audit 2023-12-07T22:38:14.217555+0000 mon.a (mon.0) 2243 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:14 smithi135 bash[32435]: audit 2023-12-07T22:38:14.223409+0000 mon.a (mon.0) 2244 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:15.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:14 smithi135 bash[32435]: audit 2023-12-07T22:38:14.962483+0000 mon.a (mon.0) 2245 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:38:15.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:14 smithi135 bash[32435]: audit 2023-12-07T22:38:14.963789+0000 mon.a (mon.0) 2246 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:38:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:15 smithi079 bash[28699]: audit 2023-12-07T22:38:14.701936+0000 mgr.a (mgr.14403) 12992 : audit 0 from='client.262656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:15 smithi079 bash[28699]: audit 2023-12-07T22:38:14.972024+0000 mon.a (mon.0) 2247 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:15 smithi194 bash[32038]: audit 2023-12-07T22:38:14.701936+0000 mgr.a (mgr.14403) 12992 : audit 0 from='client.262656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:15 smithi194 bash[32038]: audit 2023-12-07T22:38:14.972024+0000 mon.a (mon.0) 2247 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:15 smithi135 bash[32435]: audit 2023-12-07T22:38:14.701936+0000 mgr.a (mgr.14403) 12992 : audit 0 from='client.262656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:15 smithi135 bash[32435]: audit 2023-12-07T22:38:14.972024+0000 mon.a (mon.0) 2247 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:38:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:16 smithi079 bash[28699]: cluster 2023-12-07T22:38:15.890769+0000 mgr.a (mgr.14403) 12993 : cluster 0 pgmap v9699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:16 smithi194 bash[32038]: cluster 2023-12-07T22:38:15.890769+0000 mgr.a (mgr.14403) 12993 : cluster 0 pgmap v9699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:16 smithi135 bash[32435]: cluster 2023-12-07T22:38:15.890769+0000 mgr.a (mgr.14403) 12993 : cluster 0 pgmap v9699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:18 smithi079 bash[28699]: cluster 2023-12-07T22:38:17.891363+0000 mgr.a (mgr.14403) 12994 : cluster 0 pgmap v9700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:18 smithi194 bash[32038]: cluster 2023-12-07T22:38:17.891363+0000 mgr.a (mgr.14403) 12994 : cluster 0 pgmap v9700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:18 smithi135 bash[32435]: cluster 2023-12-07T22:38:17.891363+0000 mgr.a (mgr.14403) 12994 : cluster 0 pgmap v9700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:20.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:38:20.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:20.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:21.128 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:38:21.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:21.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:21.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:21.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:38:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:20 smithi079 bash[28699]: cluster 2023-12-07T22:38:19.892189+0000 mgr.a (mgr.14403) 12995 : cluster 0 pgmap v9701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:20 smithi194 bash[32038]: cluster 2023-12-07T22:38:19.892189+0000 mgr.a (mgr.14403) 12995 : cluster 0 pgmap v9701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:20 smithi135 bash[32435]: cluster 2023-12-07T22:38:19.892189+0000 mgr.a (mgr.14403) 12995 : cluster 0 pgmap v9701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:22.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:21 smithi079 bash[28699]: audit 2023-12-07T22:38:20.627338+0000 mgr.a (mgr.14403) 12996 : audit 0 from='client.262731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:22.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:21 smithi194 bash[32038]: audit 2023-12-07T22:38:20.627338+0000 mgr.a (mgr.14403) 12996 : audit 0 from='client.262731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:22.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:21 smithi135 bash[32435]: audit 2023-12-07T22:38:20.627338+0000 mgr.a (mgr.14403) 12996 : audit 0 from='client.262731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:22 smithi079 bash[28699]: cluster 2023-12-07T22:38:21.892897+0000 mgr.a (mgr.14403) 12997 : cluster 0 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-07T22:38:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:22 smithi194 bash[32038]: cluster 2023-12-07T22:38:21.892897+0000 mgr.a (mgr.14403) 12997 : cluster 0 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-07T22:38:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:22 smithi135 bash[32435]: cluster 2023-12-07T22:38:21.892897+0000 mgr.a (mgr.14403) 12997 : cluster 0 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-07T22:38:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:24 smithi194 bash[32038]: cluster 2023-12-07T22:38:23.893647+0000 mgr.a (mgr.14403) 12998 : cluster 0 pgmap v9703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:24 smithi135 bash[32435]: cluster 2023-12-07T22:38:23.893647+0000 mgr.a (mgr.14403) 12998 : cluster 0 pgmap v9703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:24 smithi079 bash[28699]: cluster 2023-12-07T22:38:23.893647+0000 mgr.a (mgr.14403) 12998 : cluster 0 pgmap v9703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:26.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:38:26.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:26.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:27.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:27.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:27.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:27.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:38:27.023 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:38:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:26 smithi135 bash[32435]: cluster 2023-12-07T22:38:25.894361+0000 mgr.a (mgr.14403) 12999 : cluster 0 pgmap v9704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:26 smithi079 bash[28699]: cluster 2023-12-07T22:38:25.894361+0000 mgr.a (mgr.14403) 12999 : cluster 0 pgmap v9704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:26 smithi194 bash[32038]: cluster 2023-12-07T22:38:25.894361+0000 mgr.a (mgr.14403) 12999 : cluster 0 pgmap v9704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:27 smithi079 bash[28699]: audit 2023-12-07T22:38:26.523513+0000 mgr.a (mgr.14403) 13000 : audit 0 from='client.262809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:27 smithi194 bash[32038]: audit 2023-12-07T22:38:26.523513+0000 mgr.a (mgr.14403) 13000 : audit 0 from='client.262809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:27 smithi135 bash[32435]: audit 2023-12-07T22:38:26.523513+0000 mgr.a (mgr.14403) 13000 : audit 0 from='client.262809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:28 smithi079 bash[28699]: cluster 2023-12-07T22:38:27.895268+0000 mgr.a (mgr.14403) 13001 : cluster 0 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-07T22:38:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:28 smithi194 bash[32038]: cluster 2023-12-07T22:38:27.895268+0000 mgr.a (mgr.14403) 13001 : cluster 0 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-07T22:38:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:28 smithi135 bash[32435]: cluster 2023-12-07T22:38:27.895268+0000 mgr.a (mgr.14403) 13001 : cluster 0 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-07T22:38:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:30 smithi079 bash[28699]: cluster 2023-12-07T22:38:29.896267+0000 mgr.a (mgr.14403) 13002 : cluster 0 pgmap v9706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:30 smithi194 bash[32038]: cluster 2023-12-07T22:38:29.896267+0000 mgr.a (mgr.14403) 13002 : cluster 0 pgmap v9706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:30 smithi135 bash[32435]: cluster 2023-12-07T22:38:29.896267+0000 mgr.a (mgr.14403) 13002 : cluster 0 pgmap v9706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:32.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:38:32.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:32.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:32.951 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:38:32.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:32.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:32.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:32.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:38:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:32 smithi194 bash[32038]: cluster 2023-12-07T22:38:31.897005+0000 mgr.a (mgr.14403) 13003 : cluster 0 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-07T22:38:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:32 smithi135 bash[32435]: cluster 2023-12-07T22:38:31.897005+0000 mgr.a (mgr.14403) 13003 : cluster 0 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-07T22:38:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:32 smithi079 bash[28699]: cluster 2023-12-07T22:38:31.897005+0000 mgr.a (mgr.14403) 13003 : cluster 0 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-07T22:38:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:33 smithi079 bash[28699]: audit 2023-12-07T22:38:32.425807+0000 mgr.a (mgr.14403) 13004 : audit 0 from='client.262887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:33 smithi194 bash[32038]: audit 2023-12-07T22:38:32.425807+0000 mgr.a (mgr.14403) 13004 : audit 0 from='client.262887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:33 smithi135 bash[32435]: audit 2023-12-07T22:38:32.425807+0000 mgr.a (mgr.14403) 13004 : audit 0 from='client.262887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:34 smithi079 bash[28699]: cluster 2023-12-07T22:38:33.897980+0000 mgr.a (mgr.14403) 13005 : cluster 0 pgmap v9708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:34 smithi194 bash[32038]: cluster 2023-12-07T22:38:33.897980+0000 mgr.a (mgr.14403) 13005 : cluster 0 pgmap v9708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:34 smithi135 bash[32435]: cluster 2023-12-07T22:38:33.897980+0000 mgr.a (mgr.14403) 13005 : cluster 0 pgmap v9708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:38:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:36 smithi079 bash[28699]: cluster 2023-12-07T22:38:35.898559+0000 mgr.a (mgr.14403) 13006 : cluster 0 pgmap v9709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:36 smithi194 bash[32038]: cluster 2023-12-07T22:38:35.898559+0000 mgr.a (mgr.14403) 13006 : cluster 0 pgmap v9709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:36 smithi135 bash[32435]: cluster 2023-12-07T22:38:35.898559+0000 mgr.a (mgr.14403) 13006 : cluster 0 pgmap v9709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:37.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:38:38.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:38.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:38.884 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:38:38.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:38.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:38.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:38.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:38:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:38 smithi079 bash[28699]: cluster 2023-12-07T22:38:37.899303+0000 mgr.a (mgr.14403) 13007 : cluster 0 pgmap v9710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:38 smithi194 bash[32038]: cluster 2023-12-07T22:38:37.899303+0000 mgr.a (mgr.14403) 13007 : cluster 0 pgmap v9710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:38 smithi135 bash[32435]: cluster 2023-12-07T22:38:37.899303+0000 mgr.a (mgr.14403) 13007 : cluster 0 pgmap v9710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:39 smithi079 bash[28699]: audit 2023-12-07T22:38:38.360696+0000 mgr.a (mgr.14403) 13008 : audit 0 from='client.262962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:39 smithi194 bash[32038]: audit 2023-12-07T22:38:38.360696+0000 mgr.a (mgr.14403) 13008 : audit 0 from='client.262962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:39 smithi135 bash[32435]: audit 2023-12-07T22:38:38.360696+0000 mgr.a (mgr.14403) 13008 : audit 0 from='client.262962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:40 smithi079 bash[28699]: cluster 2023-12-07T22:38:39.900326+0000 mgr.a (mgr.14403) 13009 : cluster 0 pgmap v9711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:38:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:40 smithi194 bash[32038]: cluster 2023-12-07T22:38:39.900326+0000 mgr.a (mgr.14403) 13009 : cluster 0 pgmap v9711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:38:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:40 smithi135 bash[32435]: cluster 2023-12-07T22:38:39.900326+0000 mgr.a (mgr.14403) 13009 : cluster 0 pgmap v9711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:38:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:42 smithi079 bash[28699]: cluster 2023-12-07T22:38:41.900913+0000 mgr.a (mgr.14403) 13010 : cluster 0 pgmap v9712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:38:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:42 smithi194 bash[32038]: cluster 2023-12-07T22:38:41.900913+0000 mgr.a (mgr.14403) 13010 : cluster 0 pgmap v9712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:38:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:42 smithi135 bash[32435]: cluster 2023-12-07T22:38:41.900913+0000 mgr.a (mgr.14403) 13010 : cluster 0 pgmap v9712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:38:43.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:38:43.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:43.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:44.818 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:38:44.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:44.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:44.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:44.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:38:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:44 smithi079 bash[28699]: cluster 2023-12-07T22:38:43.901571+0000 mgr.a (mgr.14403) 13011 : cluster 0 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-07T22:38:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:44 smithi194 bash[32038]: cluster 2023-12-07T22:38:43.901571+0000 mgr.a (mgr.14403) 13011 : cluster 0 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-07T22:38:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:44 smithi135 bash[32435]: cluster 2023-12-07T22:38:43.901571+0000 mgr.a (mgr.14403) 13011 : cluster 0 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-07T22:38:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:45 smithi079 bash[28699]: audit 2023-12-07T22:38:44.291651+0000 mgr.a (mgr.14403) 13012 : audit 0 from='client.263037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:45 smithi194 bash[32038]: audit 2023-12-07T22:38:44.291651+0000 mgr.a (mgr.14403) 13012 : audit 0 from='client.263037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:45 smithi135 bash[32435]: audit 2023-12-07T22:38:44.291651+0000 mgr.a (mgr.14403) 13012 : audit 0 from='client.263037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:46 smithi079 bash[28699]: cluster 2023-12-07T22:38:45.902437+0000 mgr.a (mgr.14403) 13013 : cluster 0 pgmap v9714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:46 smithi194 bash[32038]: cluster 2023-12-07T22:38:45.902437+0000 mgr.a (mgr.14403) 13013 : cluster 0 pgmap v9714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:46 smithi135 bash[32435]: cluster 2023-12-07T22:38:45.902437+0000 mgr.a (mgr.14403) 13013 : cluster 0 pgmap v9714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:48 smithi079 bash[28699]: cluster 2023-12-07T22:38:47.903094+0000 mgr.a (mgr.14403) 13014 : cluster 0 pgmap v9715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:48 smithi194 bash[32038]: cluster 2023-12-07T22:38:47.903094+0000 mgr.a (mgr.14403) 13014 : cluster 0 pgmap v9715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:48 smithi135 bash[32435]: cluster 2023-12-07T22:38:47.903094+0000 mgr.a (mgr.14403) 13014 : cluster 0 pgmap v9715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:38:49.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:38:49.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:49.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:50.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:50.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:50.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:50.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:38:50.718 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:38:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:50 smithi079 bash[28699]: cluster 2023-12-07T22:38:49.903851+0000 mgr.a (mgr.14403) 13015 : cluster 0 pgmap v9716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:50 smithi194 bash[32038]: cluster 2023-12-07T22:38:49.903851+0000 mgr.a (mgr.14403) 13015 : cluster 0 pgmap v9716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:50 smithi135 bash[32435]: cluster 2023-12-07T22:38:49.903851+0000 mgr.a (mgr.14403) 13015 : cluster 0 pgmap v9716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:51 smithi079 bash[28699]: audit 2023-12-07T22:38:50.228738+0000 mgr.a (mgr.14403) 13016 : audit 0 from='client.263115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:52.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:51 smithi194 bash[32038]: audit 2023-12-07T22:38:50.228738+0000 mgr.a (mgr.14403) 13016 : audit 0 from='client.263115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:52.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:51 smithi135 bash[32435]: audit 2023-12-07T22:38:50.228738+0000 mgr.a (mgr.14403) 13016 : audit 0 from='client.263115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:52 smithi079 bash[28699]: cluster 2023-12-07T22:38:51.904541+0000 mgr.a (mgr.14403) 13017 : cluster 0 pgmap v9717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:38:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:52 smithi194 bash[32038]: cluster 2023-12-07T22:38:51.904541+0000 mgr.a (mgr.14403) 13017 : cluster 0 pgmap v9717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:38:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:52 smithi135 bash[32435]: cluster 2023-12-07T22:38:51.904541+0000 mgr.a (mgr.14403) 13017 : cluster 0 pgmap v9717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:38:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:54 smithi079 bash[28699]: cluster 2023-12-07T22:38:53.905355+0000 mgr.a (mgr.14403) 13018 : cluster 0 pgmap v9718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:38:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:54 smithi194 bash[32038]: cluster 2023-12-07T22:38:53.905355+0000 mgr.a (mgr.14403) 13018 : cluster 0 pgmap v9718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:38:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:54 smithi135 bash[32435]: cluster 2023-12-07T22:38:53.905355+0000 mgr.a (mgr.14403) 13018 : cluster 0 pgmap v9718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:38:55.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:38:55.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:38:55.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:38:56.620 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:38:56.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:38:56.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:38:56.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:38:56.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:38:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:56 smithi079 bash[28699]: cluster 2023-12-07T22:38:55.905747+0000 mgr.a (mgr.14403) 13019 : cluster 0 pgmap v9719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:56 smithi194 bash[32038]: cluster 2023-12-07T22:38:55.905747+0000 mgr.a (mgr.14403) 13019 : cluster 0 pgmap v9719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:56 smithi135 bash[32435]: cluster 2023-12-07T22:38:55.905747+0000 mgr.a (mgr.14403) 13019 : cluster 0 pgmap v9719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:57 smithi079 bash[28699]: audit 2023-12-07T22:38:56.121232+0000 mgr.a (mgr.14403) 13020 : audit 0 from='client.263193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:57 smithi194 bash[32038]: audit 2023-12-07T22:38:56.121232+0000 mgr.a (mgr.14403) 13020 : audit 0 from='client.263193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:57 smithi135 bash[32435]: audit 2023-12-07T22:38:56.121232+0000 mgr.a (mgr.14403) 13020 : audit 0 from='client.263193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:38:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:38:58 smithi079 bash[28699]: cluster 2023-12-07T22:38:57.906371+0000 mgr.a (mgr.14403) 13021 : cluster 0 pgmap v9720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:38:58 smithi194 bash[32038]: cluster 2023-12-07T22:38:57.906371+0000 mgr.a (mgr.14403) 13021 : cluster 0 pgmap v9720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:38:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:38:58 smithi135 bash[32435]: cluster 2023-12-07T22:38:57.906371+0000 mgr.a (mgr.14403) 13021 : cluster 0 pgmap v9720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:00 smithi079 bash[28699]: cluster 2023-12-07T22:38:59.907162+0000 mgr.a (mgr.14403) 13022 : cluster 0 pgmap v9721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:00 smithi194 bash[32038]: cluster 2023-12-07T22:38:59.907162+0000 mgr.a (mgr.14403) 13022 : cluster 0 pgmap v9721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:00 smithi135 bash[32435]: cluster 2023-12-07T22:38:59.907162+0000 mgr.a (mgr.14403) 13022 : cluster 0 pgmap v9721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:01.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:39:01.625 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:01.625 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:02.539 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:39:02.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:02.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:02.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:02.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:39:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:02 smithi079 bash[28699]: cluster 2023-12-07T22:39:01.907707+0000 mgr.a (mgr.14403) 13023 : cluster 0 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-07T22:39:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:02 smithi079 bash[28699]: audit 2023-12-07T22:39:02.024572+0000 mgr.a (mgr.14403) 13024 : audit 0 from='client.263268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:02 smithi194 bash[32038]: cluster 2023-12-07T22:39:01.907707+0000 mgr.a (mgr.14403) 13023 : cluster 0 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-07T22:39:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:02 smithi194 bash[32038]: audit 2023-12-07T22:39:02.024572+0000 mgr.a (mgr.14403) 13024 : audit 0 from='client.263268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:02 smithi135 bash[32435]: cluster 2023-12-07T22:39:01.907707+0000 mgr.a (mgr.14403) 13023 : cluster 0 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-07T22:39:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:02 smithi135 bash[32435]: audit 2023-12-07T22:39:02.024572+0000 mgr.a (mgr.14403) 13024 : audit 0 from='client.263268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:05.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:04 smithi079 bash[28699]: cluster 2023-12-07T22:39:03.908547+0000 mgr.a (mgr.14403) 13025 : cluster 0 pgmap v9723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:04 smithi194 bash[32038]: cluster 2023-12-07T22:39:03.908547+0000 mgr.a (mgr.14403) 13025 : cluster 0 pgmap v9723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:04 smithi135 bash[32435]: cluster 2023-12-07T22:39:03.908547+0000 mgr.a (mgr.14403) 13025 : cluster 0 pgmap v9723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:06 smithi079 bash[28699]: cluster 2023-12-07T22:39:05.909271+0000 mgr.a (mgr.14403) 13026 : cluster 0 pgmap v9724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:06 smithi194 bash[32038]: cluster 2023-12-07T22:39:05.909271+0000 mgr.a (mgr.14403) 13026 : cluster 0 pgmap v9724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:06 smithi135 bash[32435]: cluster 2023-12-07T22:39:05.909271+0000 mgr.a (mgr.14403) 13026 : cluster 0 pgmap v9724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:07.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:39:07.542 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:07.542 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:08.448 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:39:08.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:08.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:08.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:08.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:39:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:08 smithi079 bash[28699]: cluster 2023-12-07T22:39:07.909852+0000 mgr.a (mgr.14403) 13027 : cluster 0 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-07T22:39:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:08 smithi079 bash[28699]: audit 2023-12-07T22:39:07.940467+0000 mgr.a (mgr.14403) 13028 : audit 0 from='client.263346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:08 smithi194 bash[32038]: cluster 2023-12-07T22:39:07.909852+0000 mgr.a (mgr.14403) 13027 : cluster 0 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-07T22:39:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:08 smithi194 bash[32038]: audit 2023-12-07T22:39:07.940467+0000 mgr.a (mgr.14403) 13028 : audit 0 from='client.263346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:08 smithi135 bash[32435]: cluster 2023-12-07T22:39:07.909852+0000 mgr.a (mgr.14403) 13027 : cluster 0 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-07T22:39:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:08 smithi135 bash[32435]: audit 2023-12-07T22:39:07.940467+0000 mgr.a (mgr.14403) 13028 : audit 0 from='client.263346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:10 smithi079 bash[28699]: cluster 2023-12-07T22:39:09.910691+0000 mgr.a (mgr.14403) 13029 : cluster 0 pgmap v9726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:10 smithi194 bash[32038]: cluster 2023-12-07T22:39:09.910691+0000 mgr.a (mgr.14403) 13029 : cluster 0 pgmap v9726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:10 smithi135 bash[32435]: cluster 2023-12-07T22:39:09.910691+0000 mgr.a (mgr.14403) 13029 : cluster 0 pgmap v9726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:12 smithi079 bash[28699]: cluster 2023-12-07T22:39:11.911282+0000 mgr.a (mgr.14403) 13030 : cluster 0 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-07T22:39:13.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:39:13.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:13.452 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:12 smithi194 bash[32038]: cluster 2023-12-07T22:39:11.911282+0000 mgr.a (mgr.14403) 13030 : cluster 0 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-07T22:39:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:12 smithi135 bash[32435]: cluster 2023-12-07T22:39:11.911282+0000 mgr.a (mgr.14403) 13030 : cluster 0 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-07T22:39:14.390 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:39:14.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:14.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:14.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:14.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:39:15.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:14 smithi079 bash[28699]: audit 2023-12-07T22:39:13.861444+0000 mgr.a (mgr.14403) 13031 : audit 0 from='client.263421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:15.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:14 smithi079 bash[28699]: cluster 2023-12-07T22:39:13.912441+0000 mgr.a (mgr.14403) 13032 : cluster 0 pgmap v9728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:14 smithi194 bash[32038]: audit 2023-12-07T22:39:13.861444+0000 mgr.a (mgr.14403) 13031 : audit 0 from='client.263421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:14 smithi194 bash[32038]: cluster 2023-12-07T22:39:13.912441+0000 mgr.a (mgr.14403) 13032 : cluster 0 pgmap v9728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:14 smithi135 bash[32435]: audit 2023-12-07T22:39:13.861444+0000 mgr.a (mgr.14403) 13031 : audit 0 from='client.263421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:14 smithi135 bash[32435]: cluster 2023-12-07T22:39:13.912441+0000 mgr.a (mgr.14403) 13032 : cluster 0 pgmap v9728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:15 smithi079 bash[28699]: audit 2023-12-07T22:39:15.106055+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:39:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:15 smithi079 bash[28699]: audit 2023-12-07T22:39:15.841768+0000 mon.a (mon.0) 2249 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:39:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:15 smithi079 bash[28699]: audit 2023-12-07T22:39:15.843598+0000 mon.a (mon.0) 2250 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:39:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:15 smithi079 bash[28699]: audit 2023-12-07T22:39:15.852036+0000 mon.a (mon.0) 2251 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:39:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:15 smithi194 bash[32038]: audit 2023-12-07T22:39:15.106055+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:39:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:15 smithi194 bash[32038]: audit 2023-12-07T22:39:15.841768+0000 mon.a (mon.0) 2249 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:39:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:15 smithi194 bash[32038]: audit 2023-12-07T22:39:15.843598+0000 mon.a (mon.0) 2250 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:39:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:15 smithi194 bash[32038]: audit 2023-12-07T22:39:15.852036+0000 mon.a (mon.0) 2251 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:39:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:15 smithi135 bash[32435]: audit 2023-12-07T22:39:15.106055+0000 mon.a (mon.0) 2248 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:39:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:15 smithi135 bash[32435]: audit 2023-12-07T22:39:15.841768+0000 mon.a (mon.0) 2249 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:39:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:15 smithi135 bash[32435]: audit 2023-12-07T22:39:15.843598+0000 mon.a (mon.0) 2250 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:39:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:15 smithi135 bash[32435]: audit 2023-12-07T22:39:15.852036+0000 mon.a (mon.0) 2251 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:39:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:16 smithi079 bash[28699]: cluster 2023-12-07T22:39:15.913057+0000 mgr.a (mgr.14403) 13033 : cluster 0 pgmap v9729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:16 smithi194 bash[32038]: cluster 2023-12-07T22:39:15.913057+0000 mgr.a (mgr.14403) 13033 : cluster 0 pgmap v9729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:16 smithi135 bash[32435]: cluster 2023-12-07T22:39:15.913057+0000 mgr.a (mgr.14403) 13033 : cluster 0 pgmap v9729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:19.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:39:19.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:19.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:18 smithi079 bash[28699]: cluster 2023-12-07T22:39:17.913631+0000 mgr.a (mgr.14403) 13034 : cluster 0 pgmap v9730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:18 smithi194 bash[32038]: cluster 2023-12-07T22:39:17.913631+0000 mgr.a (mgr.14403) 13034 : cluster 0 pgmap v9730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:18 smithi135 bash[32435]: cluster 2023-12-07T22:39:17.913631+0000 mgr.a (mgr.14403) 13034 : cluster 0 pgmap v9730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:20.308 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:39:20.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:20.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:20.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:20.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:39:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:20 smithi079 bash[28699]: audit 2023-12-07T22:39:19.796102+0000 mgr.a (mgr.14403) 13035 : audit 0 from='client.263496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:21.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:20 smithi079 bash[28699]: cluster 2023-12-07T22:39:19.914642+0000 mgr.a (mgr.14403) 13036 : cluster 0 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-07T22:39:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:20 smithi194 bash[32038]: audit 2023-12-07T22:39:19.796102+0000 mgr.a (mgr.14403) 13035 : audit 0 from='client.263496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:20 smithi194 bash[32038]: cluster 2023-12-07T22:39:19.914642+0000 mgr.a (mgr.14403) 13036 : cluster 0 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-07T22:39:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:20 smithi135 bash[32435]: audit 2023-12-07T22:39:19.796102+0000 mgr.a (mgr.14403) 13035 : audit 0 from='client.263496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:20 smithi135 bash[32435]: cluster 2023-12-07T22:39:19.914642+0000 mgr.a (mgr.14403) 13036 : cluster 0 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-07T22:39:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:22 smithi079 bash[28699]: cluster 2023-12-07T22:39:21.915339+0000 mgr.a (mgr.14403) 13037 : cluster 0 pgmap v9732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:22 smithi194 bash[32038]: cluster 2023-12-07T22:39:21.915339+0000 mgr.a (mgr.14403) 13037 : cluster 0 pgmap v9732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:22 smithi135 bash[32435]: cluster 2023-12-07T22:39:21.915339+0000 mgr.a (mgr.14403) 13037 : cluster 0 pgmap v9732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:25.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:39:25.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:25.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:24 smithi079 bash[28699]: cluster 2023-12-07T22:39:23.916073+0000 mgr.a (mgr.14403) 13038 : cluster 0 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-07T22:39:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:24 smithi194 bash[32038]: cluster 2023-12-07T22:39:23.916073+0000 mgr.a (mgr.14403) 13038 : cluster 0 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-07T22:39:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:24 smithi135 bash[32435]: cluster 2023-12-07T22:39:23.916073+0000 mgr.a (mgr.14403) 13038 : cluster 0 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-07T22:39:26.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:26.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:26.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:26.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:39:26.227 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:39:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:26 smithi079 bash[28699]: audit 2023-12-07T22:39:25.713365+0000 mgr.a (mgr.14403) 13039 : audit 0 from='client.263574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:26 smithi079 bash[28699]: cluster 2023-12-07T22:39:25.916872+0000 mgr.a (mgr.14403) 13040 : cluster 0 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-07T22:39:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:26 smithi194 bash[32038]: audit 2023-12-07T22:39:25.713365+0000 mgr.a (mgr.14403) 13039 : audit 0 from='client.263574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:26 smithi194 bash[32038]: cluster 2023-12-07T22:39:25.916872+0000 mgr.a (mgr.14403) 13040 : cluster 0 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-07T22:39:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:26 smithi135 bash[32435]: audit 2023-12-07T22:39:25.713365+0000 mgr.a (mgr.14403) 13039 : audit 0 from='client.263574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:26 smithi135 bash[32435]: cluster 2023-12-07T22:39:25.916872+0000 mgr.a (mgr.14403) 13040 : cluster 0 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-07T22:39:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:28 smithi079 bash[28699]: cluster 2023-12-07T22:39:27.917627+0000 mgr.a (mgr.14403) 13041 : cluster 0 pgmap v9735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:28 smithi194 bash[32038]: cluster 2023-12-07T22:39:27.917627+0000 mgr.a (mgr.14403) 13041 : cluster 0 pgmap v9735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:28 smithi135 bash[32435]: cluster 2023-12-07T22:39:27.917627+0000 mgr.a (mgr.14403) 13041 : cluster 0 pgmap v9735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:31.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:30 smithi079 bash[28699]: cluster 2023-12-07T22:39:29.918415+0000 mgr.a (mgr.14403) 13042 : cluster 0 pgmap v9736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:30 smithi194 bash[32038]: cluster 2023-12-07T22:39:29.918415+0000 mgr.a (mgr.14403) 13042 : cluster 0 pgmap v9736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:30 smithi135 bash[32435]: cluster 2023-12-07T22:39:29.918415+0000 mgr.a (mgr.14403) 13042 : cluster 0 pgmap v9736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:31.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:39:31.230 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:31.230 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:32.136 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:39:32.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:32.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:32.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:32.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:39:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:32 smithi079 bash[28699]: audit 2023-12-07T22:39:31.632920+0000 mgr.a (mgr.14403) 13043 : audit 0 from='client.263649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:32 smithi079 bash[28699]: cluster 2023-12-07T22:39:31.919341+0000 mgr.a (mgr.14403) 13044 : cluster 0 pgmap v9737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:32 smithi194 bash[32038]: audit 2023-12-07T22:39:31.632920+0000 mgr.a (mgr.14403) 13043 : audit 0 from='client.263649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:32 smithi194 bash[32038]: cluster 2023-12-07T22:39:31.919341+0000 mgr.a (mgr.14403) 13044 : cluster 0 pgmap v9737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:32 smithi135 bash[32435]: audit 2023-12-07T22:39:31.632920+0000 mgr.a (mgr.14403) 13043 : audit 0 from='client.263649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:32 smithi135 bash[32435]: cluster 2023-12-07T22:39:31.919341+0000 mgr.a (mgr.14403) 13044 : cluster 0 pgmap v9737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:34 smithi079 bash[28699]: cluster 2023-12-07T22:39:33.920200+0000 mgr.a (mgr.14403) 13045 : cluster 0 pgmap v9738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:34 smithi194 bash[32038]: cluster 2023-12-07T22:39:33.920200+0000 mgr.a (mgr.14403) 13045 : cluster 0 pgmap v9738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:34 smithi135 bash[32435]: cluster 2023-12-07T22:39:33.920200+0000 mgr.a (mgr.14403) 13045 : cluster 0 pgmap v9738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:37.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:39:37.141 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:37.141 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:36 smithi079 bash[28699]: cluster 2023-12-07T22:39:35.920868+0000 mgr.a (mgr.14403) 13046 : cluster 0 pgmap v9739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:36 smithi194 bash[32038]: cluster 2023-12-07T22:39:35.920868+0000 mgr.a (mgr.14403) 13046 : cluster 0 pgmap v9739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:36 smithi135 bash[32435]: cluster 2023-12-07T22:39:35.920868+0000 mgr.a (mgr.14403) 13046 : cluster 0 pgmap v9739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:38.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:38.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:38.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:38.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:39:38.071 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:39:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:38 smithi079 bash[28699]: audit 2023-12-07T22:39:37.551166+0000 mgr.a (mgr.14403) 13047 : audit 0 from='client.263727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:38 smithi079 bash[28699]: cluster 2023-12-07T22:39:37.921447+0000 mgr.a (mgr.14403) 13048 : cluster 0 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-07T22:39:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:38 smithi194 bash[32038]: audit 2023-12-07T22:39:37.551166+0000 mgr.a (mgr.14403) 13047 : audit 0 from='client.263727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:38 smithi194 bash[32038]: cluster 2023-12-07T22:39:37.921447+0000 mgr.a (mgr.14403) 13048 : cluster 0 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-07T22:39:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:38 smithi135 bash[32435]: audit 2023-12-07T22:39:37.551166+0000 mgr.a (mgr.14403) 13047 : audit 0 from='client.263727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:38 smithi135 bash[32435]: cluster 2023-12-07T22:39:37.921447+0000 mgr.a (mgr.14403) 13048 : cluster 0 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-07T22:39:41.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:40 smithi079 bash[28699]: cluster 2023-12-07T22:39:39.922460+0000 mgr.a (mgr.14403) 13049 : cluster 0 pgmap v9741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:40 smithi194 bash[32038]: cluster 2023-12-07T22:39:39.922460+0000 mgr.a (mgr.14403) 13049 : cluster 0 pgmap v9741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:40 smithi135 bash[32435]: cluster 2023-12-07T22:39:39.922460+0000 mgr.a (mgr.14403) 13049 : cluster 0 pgmap v9741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:39:43.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:39:43.073 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:43.073 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:42 smithi079 bash[28699]: cluster 2023-12-07T22:39:41.923025+0000 mgr.a (mgr.14403) 13050 : cluster 0 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-07T22:39:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:42 smithi194 bash[32038]: cluster 2023-12-07T22:39:41.923025+0000 mgr.a (mgr.14403) 13050 : cluster 0 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-07T22:39:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:42 smithi135 bash[32435]: cluster 2023-12-07T22:39:41.923025+0000 mgr.a (mgr.14403) 13050 : cluster 0 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-07T22:39:43.968 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:39:43.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:43.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:43.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:43.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:39:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:44 smithi079 bash[28699]: audit 2023-12-07T22:39:43.467801+0000 mgr.a (mgr.14403) 13051 : audit 0 from='client.263799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:44 smithi079 bash[28699]: cluster 2023-12-07T22:39:43.923744+0000 mgr.a (mgr.14403) 13052 : cluster 0 pgmap v9743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:39:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:44 smithi194 bash[32038]: audit 2023-12-07T22:39:43.467801+0000 mgr.a (mgr.14403) 13051 : audit 0 from='client.263799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:44 smithi194 bash[32038]: cluster 2023-12-07T22:39:43.923744+0000 mgr.a (mgr.14403) 13052 : cluster 0 pgmap v9743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:39:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:44 smithi135 bash[32435]: audit 2023-12-07T22:39:43.467801+0000 mgr.a (mgr.14403) 13051 : audit 0 from='client.263799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:44 smithi135 bash[32435]: cluster 2023-12-07T22:39:43.923744+0000 mgr.a (mgr.14403) 13052 : cluster 0 pgmap v9743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:39:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:46 smithi079 bash[28699]: cluster 2023-12-07T22:39:45.924275+0000 mgr.a (mgr.14403) 13053 : cluster 0 pgmap v9744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:39:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:46 smithi194 bash[32038]: cluster 2023-12-07T22:39:45.924275+0000 mgr.a (mgr.14403) 13053 : cluster 0 pgmap v9744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:39:47.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:46 smithi135 bash[32435]: cluster 2023-12-07T22:39:45.924275+0000 mgr.a (mgr.14403) 13053 : cluster 0 pgmap v9744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:39:48.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:39:48.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:48.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:48 smithi079 bash[28699]: cluster 2023-12-07T22:39:47.924839+0000 mgr.a (mgr.14403) 13054 : cluster 0 pgmap v9745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:39:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:48 smithi194 bash[32038]: cluster 2023-12-07T22:39:47.924839+0000 mgr.a (mgr.14403) 13054 : cluster 0 pgmap v9745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:39:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:48 smithi135 bash[32435]: cluster 2023-12-07T22:39:47.924839+0000 mgr.a (mgr.14403) 13054 : cluster 0 pgmap v9745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:39:49.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:49.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:49.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:49.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:39:49.871 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:39:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:50 smithi079 bash[28699]: audit 2023-12-07T22:39:49.380342+0000 mgr.a (mgr.14403) 13055 : audit 0 from='client.263877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:51.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:50 smithi079 bash[28699]: cluster 2023-12-07T22:39:49.925865+0000 mgr.a (mgr.14403) 13056 : cluster 0 pgmap v9746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:50 smithi194 bash[32038]: audit 2023-12-07T22:39:49.380342+0000 mgr.a (mgr.14403) 13055 : audit 0 from='client.263877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:50 smithi194 bash[32038]: cluster 2023-12-07T22:39:49.925865+0000 mgr.a (mgr.14403) 13056 : cluster 0 pgmap v9746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:50 smithi135 bash[32435]: audit 2023-12-07T22:39:49.380342+0000 mgr.a (mgr.14403) 13055 : audit 0 from='client.263877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:50 smithi135 bash[32435]: cluster 2023-12-07T22:39:49.925865+0000 mgr.a (mgr.14403) 13056 : cluster 0 pgmap v9746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:39:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:52 smithi079 bash[28699]: cluster 2023-12-07T22:39:51.926431+0000 mgr.a (mgr.14403) 13057 : cluster 0 pgmap v9747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:52 smithi194 bash[32038]: cluster 2023-12-07T22:39:51.926431+0000 mgr.a (mgr.14403) 13057 : cluster 0 pgmap v9747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:52 smithi135 bash[32435]: cluster 2023-12-07T22:39:51.926431+0000 mgr.a (mgr.14403) 13057 : cluster 0 pgmap v9747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:39:54.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:39:54.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:39:54.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:39:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:54 smithi079 bash[28699]: cluster 2023-12-07T22:39:53.927172+0000 mgr.a (mgr.14403) 13058 : cluster 0 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-07T22:39:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:54 smithi194 bash[32038]: cluster 2023-12-07T22:39:53.927172+0000 mgr.a (mgr.14403) 13058 : cluster 0 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-07T22:39:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:54 smithi135 bash[32435]: cluster 2023-12-07T22:39:53.927172+0000 mgr.a (mgr.14403) 13058 : cluster 0 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-07T22:39:55.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:39:55.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:39:55.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:39:55.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:39:55.789 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:39:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:56 smithi079 bash[28699]: audit 2023-12-07T22:39:55.272439+0000 mgr.a (mgr.14403) 13059 : audit 0 from='client.263952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:56 smithi079 bash[28699]: cluster 2023-12-07T22:39:55.927837+0000 mgr.a (mgr.14403) 13060 : cluster 0 pgmap v9749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:39:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:56 smithi194 bash[32038]: audit 2023-12-07T22:39:55.272439+0000 mgr.a (mgr.14403) 13059 : audit 0 from='client.263952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:56 smithi194 bash[32038]: cluster 2023-12-07T22:39:55.927837+0000 mgr.a (mgr.14403) 13060 : cluster 0 pgmap v9749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:39:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:56 smithi135 bash[32435]: audit 2023-12-07T22:39:55.272439+0000 mgr.a (mgr.14403) 13059 : audit 0 from='client.263952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:39:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:56 smithi135 bash[32435]: cluster 2023-12-07T22:39:55.927837+0000 mgr.a (mgr.14403) 13060 : cluster 0 pgmap v9749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:39:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:39:59 smithi079 bash[28699]: cluster 2023-12-07T22:39:57.928365+0000 mgr.a (mgr.14403) 13061 : cluster 0 pgmap v9750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:39:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:39:59 smithi194 bash[32038]: cluster 2023-12-07T22:39:57.928365+0000 mgr.a (mgr.14403) 13061 : cluster 0 pgmap v9750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:39:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:39:59 smithi135 bash[32435]: cluster 2023-12-07T22:39:57.928365+0000 mgr.a (mgr.14403) 13061 : cluster 0 pgmap v9750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:40:00.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:40:00.792 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:00.793 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:00 smithi079 bash[28699]: cluster 2023-12-07T22:39:59.929189+0000 mgr.a (mgr.14403) 13062 : cluster 0 pgmap v9751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:40:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:00 smithi079 bash[28699]: cluster 2023-12-07T22:40:00.000177+0000 mon.a (mon.0) 2252 : cluster 1 overall HEALTH_OK 2023-12-07T22:40:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:00 smithi194 bash[32038]: cluster 2023-12-07T22:39:59.929189+0000 mgr.a (mgr.14403) 13062 : cluster 0 pgmap v9751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:40:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:00 smithi194 bash[32038]: cluster 2023-12-07T22:40:00.000177+0000 mon.a (mon.0) 2252 : cluster 1 overall HEALTH_OK 2023-12-07T22:40:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:00 smithi135 bash[32435]: cluster 2023-12-07T22:39:59.929189+0000 mgr.a (mgr.14403) 13062 : cluster 0 pgmap v9751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:40:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:00 smithi135 bash[32435]: cluster 2023-12-07T22:40:00.000177+0000 mon.a (mon.0) 2252 : cluster 1 overall HEALTH_OK 2023-12-07T22:40:01.720 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:40:01.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:01.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:01.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:01.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:40:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:02 smithi079 bash[28699]: audit 2023-12-07T22:40:01.197678+0000 mgr.a (mgr.14403) 13063 : audit 0 from='client.264027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:02 smithi079 bash[28699]: cluster 2023-12-07T22:40:01.929953+0000 mgr.a (mgr.14403) 13064 : cluster 0 pgmap v9752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:02 smithi194 bash[32038]: audit 2023-12-07T22:40:01.197678+0000 mgr.a (mgr.14403) 13063 : audit 0 from='client.264027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:02 smithi194 bash[32038]: cluster 2023-12-07T22:40:01.929953+0000 mgr.a (mgr.14403) 13064 : cluster 0 pgmap v9752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:02 smithi135 bash[32435]: audit 2023-12-07T22:40:01.197678+0000 mgr.a (mgr.14403) 13063 : audit 0 from='client.264027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:02 smithi135 bash[32435]: cluster 2023-12-07T22:40:01.929953+0000 mgr.a (mgr.14403) 13064 : cluster 0 pgmap v9752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:04 smithi079 bash[28699]: cluster 2023-12-07T22:40:03.930764+0000 mgr.a (mgr.14403) 13065 : cluster 0 pgmap v9753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:04 smithi194 bash[32038]: cluster 2023-12-07T22:40:03.930764+0000 mgr.a (mgr.14403) 13065 : cluster 0 pgmap v9753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:04 smithi135 bash[32435]: cluster 2023-12-07T22:40:03.930764+0000 mgr.a (mgr.14403) 13065 : cluster 0 pgmap v9753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:06.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:40:06.724 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:06.724 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:06 smithi079 bash[28699]: cluster 2023-12-07T22:40:05.931328+0000 mgr.a (mgr.14403) 13066 : cluster 0 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-07T22:40:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:06 smithi194 bash[32038]: cluster 2023-12-07T22:40:05.931328+0000 mgr.a (mgr.14403) 13066 : cluster 0 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-07T22:40:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:06 smithi135 bash[32435]: cluster 2023-12-07T22:40:05.931328+0000 mgr.a (mgr.14403) 13066 : cluster 0 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-07T22:40:07.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:07.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:07.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:07.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:40:07.639 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:40:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:09 smithi079 bash[28699]: audit 2023-12-07T22:40:07.129034+0000 mgr.a (mgr.14403) 13067 : audit 0 from='client.264099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:09 smithi079 bash[28699]: cluster 2023-12-07T22:40:07.931959+0000 mgr.a (mgr.14403) 13068 : cluster 0 pgmap v9755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:09 smithi194 bash[32038]: audit 2023-12-07T22:40:07.129034+0000 mgr.a (mgr.14403) 13067 : audit 0 from='client.264099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:09 smithi194 bash[32038]: cluster 2023-12-07T22:40:07.931959+0000 mgr.a (mgr.14403) 13068 : cluster 0 pgmap v9755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:09 smithi135 bash[32435]: audit 2023-12-07T22:40:07.129034+0000 mgr.a (mgr.14403) 13067 : audit 0 from='client.264099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:09 smithi135 bash[32435]: cluster 2023-12-07T22:40:07.931959+0000 mgr.a (mgr.14403) 13068 : cluster 0 pgmap v9755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:11.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:10 smithi079 bash[28699]: cluster 2023-12-07T22:40:09.932827+0000 mgr.a (mgr.14403) 13069 : cluster 0 pgmap v9756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:10 smithi194 bash[32038]: cluster 2023-12-07T22:40:09.932827+0000 mgr.a (mgr.14403) 13069 : cluster 0 pgmap v9756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:10 smithi135 bash[32435]: cluster 2023-12-07T22:40:09.932827+0000 mgr.a (mgr.14403) 13069 : cluster 0 pgmap v9756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:12.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:40:12.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:12.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:12 smithi079 bash[28699]: cluster 2023-12-07T22:40:11.933403+0000 mgr.a (mgr.14403) 13070 : cluster 0 pgmap v9757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:12 smithi194 bash[32038]: cluster 2023-12-07T22:40:11.933403+0000 mgr.a (mgr.14403) 13070 : cluster 0 pgmap v9757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:12 smithi135 bash[32435]: cluster 2023-12-07T22:40:11.933403+0000 mgr.a (mgr.14403) 13070 : cluster 0 pgmap v9757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:13.547 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:40:13.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:13.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:13.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:13.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:40:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:13 smithi079 bash[28699]: audit 2023-12-07T22:40:13.046057+0000 mgr.a (mgr.14403) 13071 : audit 0 from='client.264168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:13 smithi194 bash[32038]: audit 2023-12-07T22:40:13.046057+0000 mgr.a (mgr.14403) 13071 : audit 0 from='client.264168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:14 smithi135 bash[32435]: audit 2023-12-07T22:40:13.046057+0000 mgr.a (mgr.14403) 13071 : audit 0 from='client.264168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:15 smithi079 bash[28699]: cluster 2023-12-07T22:40:13.934309+0000 mgr.a (mgr.14403) 13072 : cluster 0 pgmap v9758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:15 smithi194 bash[32038]: cluster 2023-12-07T22:40:13.934309+0000 mgr.a (mgr.14403) 13072 : cluster 0 pgmap v9758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:15 smithi135 bash[32435]: cluster 2023-12-07T22:40:13.934309+0000 mgr.a (mgr.14403) 13072 : cluster 0 pgmap v9758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:16 smithi079 bash[28699]: audit 2023-12-07T22:40:15.953687+0000 mon.a (mon.0) 2253 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:40:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:16 smithi194 bash[32038]: audit 2023-12-07T22:40:15.953687+0000 mon.a (mon.0) 2253 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:40:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:16 smithi135 bash[32435]: audit 2023-12-07T22:40:15.953687+0000 mon.a (mon.0) 2253 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:40:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:17 smithi079 bash[28699]: cluster 2023-12-07T22:40:15.934883+0000 mgr.a (mgr.14403) 13073 : cluster 0 pgmap v9759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:17 smithi079 bash[28699]: audit 2023-12-07T22:40:16.703933+0000 mon.a (mon.0) 2254 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:40:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:17 smithi079 bash[28699]: audit 2023-12-07T22:40:16.705882+0000 mon.a (mon.0) 2255 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:40:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:17 smithi079 bash[28699]: audit 2023-12-07T22:40:16.715511+0000 mon.a (mon.0) 2256 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:40:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:17 smithi194 bash[32038]: cluster 2023-12-07T22:40:15.934883+0000 mgr.a (mgr.14403) 13073 : cluster 0 pgmap v9759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:17 smithi194 bash[32038]: audit 2023-12-07T22:40:16.703933+0000 mon.a (mon.0) 2254 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:40:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:17 smithi194 bash[32038]: audit 2023-12-07T22:40:16.705882+0000 mon.a (mon.0) 2255 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:40:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:17 smithi194 bash[32038]: audit 2023-12-07T22:40:16.715511+0000 mon.a (mon.0) 2256 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:40:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:17 smithi135 bash[32435]: cluster 2023-12-07T22:40:15.934883+0000 mgr.a (mgr.14403) 13073 : cluster 0 pgmap v9759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:17 smithi135 bash[32435]: audit 2023-12-07T22:40:16.703933+0000 mon.a (mon.0) 2254 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:40:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:17 smithi135 bash[32435]: audit 2023-12-07T22:40:16.705882+0000 mon.a (mon.0) 2255 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:40:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:17 smithi135 bash[32435]: audit 2023-12-07T22:40:16.715511+0000 mon.a (mon.0) 2256 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:40:18.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:40:18.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:18.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:19 smithi079 bash[28699]: cluster 2023-12-07T22:40:17.935513+0000 mgr.a (mgr.14403) 13074 : cluster 0 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-07T22:40:19.446 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:40:19.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:19.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:19.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:19.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:40:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:19 smithi194 bash[32038]: cluster 2023-12-07T22:40:17.935513+0000 mgr.a (mgr.14403) 13074 : cluster 0 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-07T22:40:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:19 smithi135 bash[32435]: cluster 2023-12-07T22:40:17.935513+0000 mgr.a (mgr.14403) 13074 : cluster 0 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-07T22:40:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:20 smithi079 bash[28699]: audit 2023-12-07T22:40:18.956109+0000 mgr.a (mgr.14403) 13075 : audit 0 from='client.264243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:20 smithi194 bash[32038]: audit 2023-12-07T22:40:18.956109+0000 mgr.a (mgr.14403) 13075 : audit 0 from='client.264243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:20 smithi135 bash[32435]: audit 2023-12-07T22:40:18.956109+0000 mgr.a (mgr.14403) 13075 : audit 0 from='client.264243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:21 smithi079 bash[28699]: cluster 2023-12-07T22:40:19.936561+0000 mgr.a (mgr.14403) 13076 : cluster 0 pgmap v9761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:21 smithi194 bash[32038]: cluster 2023-12-07T22:40:19.936561+0000 mgr.a (mgr.14403) 13076 : cluster 0 pgmap v9761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:21 smithi135 bash[32435]: cluster 2023-12-07T22:40:19.936561+0000 mgr.a (mgr.14403) 13076 : cluster 0 pgmap v9761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:23 smithi079 bash[28699]: cluster 2023-12-07T22:40:21.937126+0000 mgr.a (mgr.14403) 13077 : cluster 0 pgmap v9762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:23 smithi194 bash[32038]: cluster 2023-12-07T22:40:21.937126+0000 mgr.a (mgr.14403) 13077 : cluster 0 pgmap v9762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:23 smithi135 bash[32435]: cluster 2023-12-07T22:40:21.937126+0000 mgr.a (mgr.14403) 13077 : cluster 0 pgmap v9762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:24.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:40:24.449 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:24.450 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:25.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:25.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:25.354 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:40:25.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:25.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:40:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:25 smithi079 bash[28699]: cluster 2023-12-07T22:40:23.937854+0000 mgr.a (mgr.14403) 13078 : cluster 0 pgmap v9763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:25 smithi194 bash[32038]: cluster 2023-12-07T22:40:23.937854+0000 mgr.a (mgr.14403) 13078 : cluster 0 pgmap v9763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:25 smithi135 bash[32435]: cluster 2023-12-07T22:40:23.937854+0000 mgr.a (mgr.14403) 13078 : cluster 0 pgmap v9763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:26 smithi079 bash[28699]: audit 2023-12-07T22:40:24.849638+0000 mgr.a (mgr.14403) 13079 : audit 0 from='client.264318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:26 smithi194 bash[32038]: audit 2023-12-07T22:40:24.849638+0000 mgr.a (mgr.14403) 13079 : audit 0 from='client.264318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:26 smithi135 bash[32435]: audit 2023-12-07T22:40:24.849638+0000 mgr.a (mgr.14403) 13079 : audit 0 from='client.264318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:27 smithi079 bash[28699]: cluster 2023-12-07T22:40:25.938481+0000 mgr.a (mgr.14403) 13080 : cluster 0 pgmap v9764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:27 smithi194 bash[32038]: cluster 2023-12-07T22:40:25.938481+0000 mgr.a (mgr.14403) 13080 : cluster 0 pgmap v9764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:27 smithi135 bash[32435]: cluster 2023-12-07T22:40:25.938481+0000 mgr.a (mgr.14403) 13080 : cluster 0 pgmap v9764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:29 smithi079 bash[28699]: cluster 2023-12-07T22:40:27.939074+0000 mgr.a (mgr.14403) 13081 : cluster 0 pgmap v9765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:29 smithi194 bash[32038]: cluster 2023-12-07T22:40:27.939074+0000 mgr.a (mgr.14403) 13081 : cluster 0 pgmap v9765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:29 smithi135 bash[32435]: cluster 2023-12-07T22:40:27.939074+0000 mgr.a (mgr.14403) 13081 : cluster 0 pgmap v9765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:30.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:40:30.358 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:30.358 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:30 smithi079 bash[28699]: cluster 2023-12-07T22:40:29.939896+0000 mgr.a (mgr.14403) 13082 : cluster 0 pgmap v9766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:30 smithi194 bash[32038]: cluster 2023-12-07T22:40:29.939896+0000 mgr.a (mgr.14403) 13082 : cluster 0 pgmap v9766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:30 smithi135 bash[32435]: cluster 2023-12-07T22:40:29.939896+0000 mgr.a (mgr.14403) 13082 : cluster 0 pgmap v9766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:31.259 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:40:31.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:31.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:31.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:31.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:40:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:31 smithi079 bash[28699]: audit 2023-12-07T22:40:30.763273+0000 mgr.a (mgr.14403) 13083 : audit 0 from='client.264393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:32.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:31 smithi194 bash[32038]: audit 2023-12-07T22:40:30.763273+0000 mgr.a (mgr.14403) 13083 : audit 0 from='client.264393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:32.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:31 smithi135 bash[32435]: audit 2023-12-07T22:40:30.763273+0000 mgr.a (mgr.14403) 13083 : audit 0 from='client.264393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:32 smithi079 bash[28699]: cluster 2023-12-07T22:40:31.940585+0000 mgr.a (mgr.14403) 13084 : cluster 0 pgmap v9767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:32 smithi194 bash[32038]: cluster 2023-12-07T22:40:31.940585+0000 mgr.a (mgr.14403) 13084 : cluster 0 pgmap v9767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:32 smithi135 bash[32435]: cluster 2023-12-07T22:40:31.940585+0000 mgr.a (mgr.14403) 13084 : cluster 0 pgmap v9767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:34 smithi079 bash[28699]: cluster 2023-12-07T22:40:33.941558+0000 mgr.a (mgr.14403) 13085 : cluster 0 pgmap v9768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:35.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:34 smithi194 bash[32038]: cluster 2023-12-07T22:40:33.941558+0000 mgr.a (mgr.14403) 13085 : cluster 0 pgmap v9768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:35.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:34 smithi135 bash[32435]: cluster 2023-12-07T22:40:33.941558+0000 mgr.a (mgr.14403) 13085 : cluster 0 pgmap v9768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:36.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:40:36.263 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:36.263 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:37.166 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:40:37.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:37.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:37.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:37.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:40:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:37 smithi079 bash[28699]: cluster 2023-12-07T22:40:35.942254+0000 mgr.a (mgr.14403) 13086 : cluster 0 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-07T22:40:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:37 smithi194 bash[32038]: cluster 2023-12-07T22:40:35.942254+0000 mgr.a (mgr.14403) 13086 : cluster 0 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-07T22:40:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:37 smithi135 bash[32435]: cluster 2023-12-07T22:40:35.942254+0000 mgr.a (mgr.14403) 13086 : cluster 0 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-07T22:40:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:38 smithi079 bash[28699]: audit 2023-12-07T22:40:36.665953+0000 mgr.a (mgr.14403) 13087 : audit 0 from='client.264471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:38 smithi194 bash[32038]: audit 2023-12-07T22:40:36.665953+0000 mgr.a (mgr.14403) 13087 : audit 0 from='client.264471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:38.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:38 smithi135 bash[32435]: audit 2023-12-07T22:40:36.665953+0000 mgr.a (mgr.14403) 13087 : audit 0 from='client.264471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:39 smithi079 bash[28699]: cluster 2023-12-07T22:40:37.942945+0000 mgr.a (mgr.14403) 13088 : cluster 0 pgmap v9770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:39 smithi194 bash[32038]: cluster 2023-12-07T22:40:37.942945+0000 mgr.a (mgr.14403) 13088 : cluster 0 pgmap v9770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:39 smithi135 bash[32435]: cluster 2023-12-07T22:40:37.942945+0000 mgr.a (mgr.14403) 13088 : cluster 0 pgmap v9770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:40 smithi079 bash[28699]: cluster 2023-12-07T22:40:39.943732+0000 mgr.a (mgr.14403) 13089 : cluster 0 pgmap v9771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:40 smithi194 bash[32038]: cluster 2023-12-07T22:40:39.943732+0000 mgr.a (mgr.14403) 13089 : cluster 0 pgmap v9771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:40 smithi135 bash[32435]: cluster 2023-12-07T22:40:39.943732+0000 mgr.a (mgr.14403) 13089 : cluster 0 pgmap v9771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:42.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:40:42.168 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:42.168 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:43.091 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:40:43.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:43.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:43.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:43.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:40:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:42 smithi079 bash[28699]: cluster 2023-12-07T22:40:41.944221+0000 mgr.a (mgr.14403) 13090 : cluster 0 pgmap v9772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:43 smithi194 bash[32038]: cluster 2023-12-07T22:40:41.944221+0000 mgr.a (mgr.14403) 13090 : cluster 0 pgmap v9772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:43.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:43 smithi135 bash[32435]: cluster 2023-12-07T22:40:41.944221+0000 mgr.a (mgr.14403) 13090 : cluster 0 pgmap v9772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:44 smithi079 bash[28699]: audit 2023-12-07T22:40:42.570215+0000 mgr.a (mgr.14403) 13091 : audit 0 from='client.264549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:44 smithi194 bash[32038]: audit 2023-12-07T22:40:42.570215+0000 mgr.a (mgr.14403) 13091 : audit 0 from='client.264549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:44 smithi135 bash[32435]: audit 2023-12-07T22:40:42.570215+0000 mgr.a (mgr.14403) 13091 : audit 0 from='client.264549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:45 smithi079 bash[28699]: cluster 2023-12-07T22:40:43.945089+0000 mgr.a (mgr.14403) 13092 : cluster 0 pgmap v9773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:45 smithi194 bash[32038]: cluster 2023-12-07T22:40:43.945089+0000 mgr.a (mgr.14403) 13092 : cluster 0 pgmap v9773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:45 smithi135 bash[32435]: cluster 2023-12-07T22:40:43.945089+0000 mgr.a (mgr.14403) 13092 : cluster 0 pgmap v9773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:40:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:47 smithi079 bash[28699]: cluster 2023-12-07T22:40:45.945649+0000 mgr.a (mgr.14403) 13093 : cluster 0 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-07T22:40:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:47 smithi194 bash[32038]: cluster 2023-12-07T22:40:45.945649+0000 mgr.a (mgr.14403) 13093 : cluster 0 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-07T22:40:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:47 smithi135 bash[32435]: cluster 2023-12-07T22:40:45.945649+0000 mgr.a (mgr.14403) 13093 : cluster 0 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-07T22:40:48.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:40:48.093 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:48.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:49.012 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:40:49.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:49.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:49.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:49.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:40:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:49 smithi079 bash[28699]: cluster 2023-12-07T22:40:47.946231+0000 mgr.a (mgr.14403) 13094 : cluster 0 pgmap v9775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:49 smithi194 bash[32038]: cluster 2023-12-07T22:40:47.946231+0000 mgr.a (mgr.14403) 13094 : cluster 0 pgmap v9775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:49 smithi135 bash[32435]: cluster 2023-12-07T22:40:47.946231+0000 mgr.a (mgr.14403) 13094 : cluster 0 pgmap v9775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:50 smithi079 bash[28699]: audit 2023-12-07T22:40:48.501971+0000 mgr.a (mgr.14403) 13095 : audit 0 from='client.264627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:50 smithi194 bash[32038]: audit 2023-12-07T22:40:48.501971+0000 mgr.a (mgr.14403) 13095 : audit 0 from='client.264627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:50.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:50 smithi135 bash[32435]: audit 2023-12-07T22:40:48.501971+0000 mgr.a (mgr.14403) 13095 : audit 0 from='client.264627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:51 smithi079 bash[28699]: cluster 2023-12-07T22:40:49.947249+0000 mgr.a (mgr.14403) 13096 : cluster 0 pgmap v9776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:40:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:51 smithi194 bash[32038]: cluster 2023-12-07T22:40:49.947249+0000 mgr.a (mgr.14403) 13096 : cluster 0 pgmap v9776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:40:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:51 smithi135 bash[32435]: cluster 2023-12-07T22:40:49.947249+0000 mgr.a (mgr.14403) 13096 : cluster 0 pgmap v9776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:40:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:53 smithi079 bash[28699]: cluster 2023-12-07T22:40:51.947848+0000 mgr.a (mgr.14403) 13097 : cluster 0 pgmap v9777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:40:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:53 smithi194 bash[32038]: cluster 2023-12-07T22:40:51.947848+0000 mgr.a (mgr.14403) 13097 : cluster 0 pgmap v9777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:40:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:53 smithi135 bash[32435]: cluster 2023-12-07T22:40:51.947848+0000 mgr.a (mgr.14403) 13097 : cluster 0 pgmap v9777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:40:54.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:40:54.016 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:54.016 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:40:54.915 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:40:54.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:40:54.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:40:54.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:40:54.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:40:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:55 smithi079 bash[28699]: cluster 2023-12-07T22:40:53.948569+0000 mgr.a (mgr.14403) 13098 : cluster 0 pgmap v9778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:55 smithi194 bash[32038]: cluster 2023-12-07T22:40:53.948569+0000 mgr.a (mgr.14403) 13098 : cluster 0 pgmap v9778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:55 smithi135 bash[32435]: cluster 2023-12-07T22:40:53.948569+0000 mgr.a (mgr.14403) 13098 : cluster 0 pgmap v9778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:40:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:56 smithi079 bash[28699]: audit 2023-12-07T22:40:54.409598+0000 mgr.a (mgr.14403) 13099 : audit 0 from='client.264702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:56 smithi194 bash[32038]: audit 2023-12-07T22:40:54.409598+0000 mgr.a (mgr.14403) 13099 : audit 0 from='client.264702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:56.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:56 smithi135 bash[32435]: audit 2023-12-07T22:40:54.409598+0000 mgr.a (mgr.14403) 13099 : audit 0 from='client.264702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:40:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:57 smithi079 bash[28699]: cluster 2023-12-07T22:40:55.949230+0000 mgr.a (mgr.14403) 13100 : cluster 0 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-07T22:40:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:57 smithi194 bash[32038]: cluster 2023-12-07T22:40:55.949230+0000 mgr.a (mgr.14403) 13100 : cluster 0 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-07T22:40:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:57 smithi135 bash[32435]: cluster 2023-12-07T22:40:55.949230+0000 mgr.a (mgr.14403) 13100 : cluster 0 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-07T22:40:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:40:59 smithi079 bash[28699]: cluster 2023-12-07T22:40:57.949826+0000 mgr.a (mgr.14403) 13101 : cluster 0 pgmap v9780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:40:59 smithi194 bash[32038]: cluster 2023-12-07T22:40:57.949826+0000 mgr.a (mgr.14403) 13101 : cluster 0 pgmap v9780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:40:59 smithi135 bash[32435]: cluster 2023-12-07T22:40:57.949826+0000 mgr.a (mgr.14403) 13101 : cluster 0 pgmap v9780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:40:59.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:40:59.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:40:59.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:00.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:00.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:00.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:00.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:41:00.853 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:41:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:00 smithi079 bash[28699]: cluster 2023-12-07T22:40:59.950665+0000 mgr.a (mgr.14403) 13102 : cluster 0 pgmap v9781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:00 smithi194 bash[32038]: cluster 2023-12-07T22:40:59.950665+0000 mgr.a (mgr.14403) 13102 : cluster 0 pgmap v9781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:00 smithi135 bash[32435]: cluster 2023-12-07T22:40:59.950665+0000 mgr.a (mgr.14403) 13102 : cluster 0 pgmap v9781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:01 smithi079 bash[28699]: audit 2023-12-07T22:41:00.322549+0000 mgr.a (mgr.14403) 13103 : audit 0 from='client.264777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:01 smithi194 bash[32038]: audit 2023-12-07T22:41:00.322549+0000 mgr.a (mgr.14403) 13103 : audit 0 from='client.264777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:01 smithi135 bash[32435]: audit 2023-12-07T22:41:00.322549+0000 mgr.a (mgr.14403) 13103 : audit 0 from='client.264777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:02 smithi079 bash[28699]: cluster 2023-12-07T22:41:01.951262+0000 mgr.a (mgr.14403) 13104 : cluster 0 pgmap v9782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:41:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:02 smithi194 bash[32038]: cluster 2023-12-07T22:41:01.951262+0000 mgr.a (mgr.14403) 13104 : cluster 0 pgmap v9782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:41:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:02 smithi135 bash[32435]: cluster 2023-12-07T22:41:01.951262+0000 mgr.a (mgr.14403) 13104 : cluster 0 pgmap v9782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:41:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:05 smithi079 bash[28699]: cluster 2023-12-07T22:41:03.952046+0000 mgr.a (mgr.14403) 13105 : cluster 0 pgmap v9783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:41:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:05 smithi194 bash[32038]: cluster 2023-12-07T22:41:03.952046+0000 mgr.a (mgr.14403) 13105 : cluster 0 pgmap v9783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:41:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:05 smithi135 bash[32435]: cluster 2023-12-07T22:41:03.952046+0000 mgr.a (mgr.14403) 13105 : cluster 0 pgmap v9783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:41:05.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:41:05.857 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:05.857 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:06.768 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:41:06.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:06.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:06.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:06.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:41:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:07 smithi079 bash[28699]: cluster 2023-12-07T22:41:05.952576+0000 mgr.a (mgr.14403) 13106 : cluster 0 pgmap v9784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:07 smithi194 bash[32038]: cluster 2023-12-07T22:41:05.952576+0000 mgr.a (mgr.14403) 13106 : cluster 0 pgmap v9784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:07 smithi135 bash[32435]: cluster 2023-12-07T22:41:05.952576+0000 mgr.a (mgr.14403) 13106 : cluster 0 pgmap v9784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:08.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:08 smithi079 bash[28699]: audit 2023-12-07T22:41:06.248839+0000 mgr.a (mgr.14403) 13107 : audit 0 from='client.264852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:08 smithi194 bash[32038]: audit 2023-12-07T22:41:06.248839+0000 mgr.a (mgr.14403) 13107 : audit 0 from='client.264852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:08.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:08 smithi135 bash[32435]: audit 2023-12-07T22:41:06.248839+0000 mgr.a (mgr.14403) 13107 : audit 0 from='client.264852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:09 smithi079 bash[28699]: cluster 2023-12-07T22:41:07.953225+0000 mgr.a (mgr.14403) 13108 : cluster 0 pgmap v9785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:09 smithi194 bash[32038]: cluster 2023-12-07T22:41:07.953225+0000 mgr.a (mgr.14403) 13108 : cluster 0 pgmap v9785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:09 smithi135 bash[32435]: cluster 2023-12-07T22:41:07.953225+0000 mgr.a (mgr.14403) 13108 : cluster 0 pgmap v9785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:10 smithi079 bash[28699]: cluster 2023-12-07T22:41:09.953969+0000 mgr.a (mgr.14403) 13109 : cluster 0 pgmap v9786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:10 smithi194 bash[32038]: cluster 2023-12-07T22:41:09.953969+0000 mgr.a (mgr.14403) 13109 : cluster 0 pgmap v9786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:10 smithi135 bash[32435]: cluster 2023-12-07T22:41:09.953969+0000 mgr.a (mgr.14403) 13109 : cluster 0 pgmap v9786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:11.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:41:11.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:11.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:12.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:12.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:12.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:12.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:41:12.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:41:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:13 smithi079 bash[28699]: cluster 2023-12-07T22:41:11.954466+0000 mgr.a (mgr.14403) 13110 : cluster 0 pgmap v9787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:13 smithi194 bash[32038]: cluster 2023-12-07T22:41:11.954466+0000 mgr.a (mgr.14403) 13110 : cluster 0 pgmap v9787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:13 smithi135 bash[32435]: cluster 2023-12-07T22:41:11.954466+0000 mgr.a (mgr.14403) 13110 : cluster 0 pgmap v9787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:14.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:14 smithi079 bash[28699]: audit 2023-12-07T22:41:12.177296+0000 mgr.a (mgr.14403) 13111 : audit 0 from='client.264924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:14 smithi194 bash[32038]: audit 2023-12-07T22:41:12.177296+0000 mgr.a (mgr.14403) 13111 : audit 0 from='client.264924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:14 smithi135 bash[32435]: audit 2023-12-07T22:41:12.177296+0000 mgr.a (mgr.14403) 13111 : audit 0 from='client.264924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:15 smithi079 bash[28699]: cluster 2023-12-07T22:41:13.955508+0000 mgr.a (mgr.14403) 13112 : cluster 0 pgmap v9788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:15.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:15 smithi194 bash[32038]: cluster 2023-12-07T22:41:13.955508+0000 mgr.a (mgr.14403) 13112 : cluster 0 pgmap v9788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:15 smithi135 bash[32435]: cluster 2023-12-07T22:41:13.955508+0000 mgr.a (mgr.14403) 13112 : cluster 0 pgmap v9788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:17 smithi079 bash[28699]: cluster 2023-12-07T22:41:15.956056+0000 mgr.a (mgr.14403) 13113 : cluster 0 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-07T22:41:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:17 smithi079 bash[28699]: audit 2023-12-07T22:41:16.818803+0000 mon.a (mon.0) 2257 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:41:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:17 smithi194 bash[32038]: cluster 2023-12-07T22:41:15.956056+0000 mgr.a (mgr.14403) 13113 : cluster 0 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-07T22:41:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:17 smithi194 bash[32038]: audit 2023-12-07T22:41:16.818803+0000 mon.a (mon.0) 2257 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:41:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:17 smithi135 bash[32435]: cluster 2023-12-07T22:41:15.956056+0000 mgr.a (mgr.14403) 13113 : cluster 0 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-07T22:41:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:17 smithi135 bash[32435]: audit 2023-12-07T22:41:16.818803+0000 mon.a (mon.0) 2257 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:41:17.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:41:17.682 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:17.683 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:18.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:18.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:18.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:18.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:41:18.599 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:41:18.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:18 smithi079 bash[28699]: audit 2023-12-07T22:41:17.346891+0000 mon.a (mon.0) 2258 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:41:18.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:18 smithi079 bash[28699]: audit 2023-12-07T22:41:17.352454+0000 mon.a (mon.0) 2259 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:41:18.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:18 smithi079 bash[28699]: cluster 2023-12-07T22:41:17.956510+0000 mgr.a (mgr.14403) 13114 : cluster 0 pgmap v9790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:18.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:18 smithi079 bash[28699]: audit 2023-12-07T22:41:18.043781+0000 mon.a (mon.0) 2260 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:41:18.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:18 smithi079 bash[28699]: audit 2023-12-07T22:41:18.045636+0000 mon.a (mon.0) 2261 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:41:18.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:18 smithi079 bash[28699]: audit 2023-12-07T22:41:18.053874+0000 mon.a (mon.0) 2262 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:41:18.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:18 smithi079 bash[28699]: audit 2023-12-07T22:41:18.080048+0000 mgr.a (mgr.14403) 13115 : audit 0 from='client.265002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:18 smithi194 bash[32038]: audit 2023-12-07T22:41:17.346891+0000 mon.a (mon.0) 2258 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:41:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:18 smithi194 bash[32038]: audit 2023-12-07T22:41:17.352454+0000 mon.a (mon.0) 2259 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:41:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:18 smithi194 bash[32038]: cluster 2023-12-07T22:41:17.956510+0000 mgr.a (mgr.14403) 13114 : cluster 0 pgmap v9790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:18 smithi194 bash[32038]: audit 2023-12-07T22:41:18.043781+0000 mon.a (mon.0) 2260 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:41:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:18 smithi194 bash[32038]: audit 2023-12-07T22:41:18.045636+0000 mon.a (mon.0) 2261 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:41:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:18 smithi194 bash[32038]: audit 2023-12-07T22:41:18.053874+0000 mon.a (mon.0) 2262 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:41:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:18 smithi194 bash[32038]: audit 2023-12-07T22:41:18.080048+0000 mgr.a (mgr.14403) 13115 : audit 0 from='client.265002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:18.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:18 smithi135 bash[32435]: audit 2023-12-07T22:41:17.346891+0000 mon.a (mon.0) 2258 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:41:18.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:18 smithi135 bash[32435]: audit 2023-12-07T22:41:17.352454+0000 mon.a (mon.0) 2259 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:41:18.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:18 smithi135 bash[32435]: cluster 2023-12-07T22:41:17.956510+0000 mgr.a (mgr.14403) 13114 : cluster 0 pgmap v9790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:18.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:18 smithi135 bash[32435]: audit 2023-12-07T22:41:18.043781+0000 mon.a (mon.0) 2260 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:41:18.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:18 smithi135 bash[32435]: audit 2023-12-07T22:41:18.045636+0000 mon.a (mon.0) 2261 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:41:18.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:18 smithi135 bash[32435]: audit 2023-12-07T22:41:18.053874+0000 mon.a (mon.0) 2262 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:41:18.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:18 smithi135 bash[32435]: audit 2023-12-07T22:41:18.080048+0000 mgr.a (mgr.14403) 13115 : audit 0 from='client.265002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:20 smithi079 bash[28699]: cluster 2023-12-07T22:41:19.957442+0000 mgr.a (mgr.14403) 13116 : cluster 0 pgmap v9791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:41:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:20 smithi194 bash[32038]: cluster 2023-12-07T22:41:19.957442+0000 mgr.a (mgr.14403) 13116 : cluster 0 pgmap v9791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:41:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:20 smithi135 bash[32435]: cluster 2023-12-07T22:41:19.957442+0000 mgr.a (mgr.14403) 13116 : cluster 0 pgmap v9791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:41:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:23 smithi079 bash[28699]: cluster 2023-12-07T22:41:21.958006+0000 mgr.a (mgr.14403) 13117 : cluster 0 pgmap v9792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:41:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:23 smithi194 bash[32038]: cluster 2023-12-07T22:41:21.958006+0000 mgr.a (mgr.14403) 13117 : cluster 0 pgmap v9792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:41:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:23 smithi135 bash[32435]: cluster 2023-12-07T22:41:21.958006+0000 mgr.a (mgr.14403) 13117 : cluster 0 pgmap v9792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:41:23.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:41:23.602 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:23.603 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:24.499 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:41:24.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:24.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:24.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:24.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:41:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:25 smithi079 bash[28699]: cluster 2023-12-07T22:41:23.958762+0000 mgr.a (mgr.14403) 13118 : cluster 0 pgmap v9793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:25 smithi079 bash[28699]: audit 2023-12-07T22:41:24.002859+0000 mgr.a (mgr.14403) 13119 : audit 0 from='client.265077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:25 smithi194 bash[32038]: cluster 2023-12-07T22:41:23.958762+0000 mgr.a (mgr.14403) 13118 : cluster 0 pgmap v9793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:25 smithi194 bash[32038]: audit 2023-12-07T22:41:24.002859+0000 mgr.a (mgr.14403) 13119 : audit 0 from='client.265077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:25 smithi135 bash[32435]: cluster 2023-12-07T22:41:23.958762+0000 mgr.a (mgr.14403) 13118 : cluster 0 pgmap v9793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:25 smithi135 bash[32435]: audit 2023-12-07T22:41:24.002859+0000 mgr.a (mgr.14403) 13119 : audit 0 from='client.265077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:27 smithi079 bash[28699]: cluster 2023-12-07T22:41:25.959471+0000 mgr.a (mgr.14403) 13120 : cluster 0 pgmap v9794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:27 smithi194 bash[32038]: cluster 2023-12-07T22:41:25.959471+0000 mgr.a (mgr.14403) 13120 : cluster 0 pgmap v9794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:27 smithi135 bash[32435]: cluster 2023-12-07T22:41:25.959471+0000 mgr.a (mgr.14403) 13120 : cluster 0 pgmap v9794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:29 smithi079 bash[28699]: cluster 2023-12-07T22:41:27.960077+0000 mgr.a (mgr.14403) 13121 : cluster 0 pgmap v9795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:29 smithi194 bash[32038]: cluster 2023-12-07T22:41:27.960077+0000 mgr.a (mgr.14403) 13121 : cluster 0 pgmap v9795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:29 smithi135 bash[32435]: cluster 2023-12-07T22:41:27.960077+0000 mgr.a (mgr.14403) 13121 : cluster 0 pgmap v9795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:41:29.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:41:29.502 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:29.502 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:30.419 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:41:30.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:30.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:30.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:30.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:41:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:30 smithi194 bash[32038]: audit 2023-12-07T22:41:29.905617+0000 mgr.a (mgr.14403) 13122 : audit 0 from='client.265146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:30 smithi194 bash[32038]: cluster 2023-12-07T22:41:29.960649+0000 mgr.a (mgr.14403) 13123 : cluster 0 pgmap v9796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:30 smithi135 bash[32435]: audit 2023-12-07T22:41:29.905617+0000 mgr.a (mgr.14403) 13122 : audit 0 from='client.265146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:30 smithi135 bash[32435]: cluster 2023-12-07T22:41:29.960649+0000 mgr.a (mgr.14403) 13123 : cluster 0 pgmap v9796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:30 smithi079 bash[28699]: audit 2023-12-07T22:41:29.905617+0000 mgr.a (mgr.14403) 13122 : audit 0 from='client.265146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:30 smithi079 bash[28699]: cluster 2023-12-07T22:41:29.960649+0000 mgr.a (mgr.14403) 13123 : cluster 0 pgmap v9796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:33 smithi079 bash[28699]: cluster 2023-12-07T22:41:31.961385+0000 mgr.a (mgr.14403) 13124 : cluster 0 pgmap v9797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:41:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:33 smithi194 bash[32038]: cluster 2023-12-07T22:41:31.961385+0000 mgr.a (mgr.14403) 13124 : cluster 0 pgmap v9797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:41:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:33 smithi135 bash[32435]: cluster 2023-12-07T22:41:31.961385+0000 mgr.a (mgr.14403) 13124 : cluster 0 pgmap v9797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:41:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:35 smithi079 bash[28699]: cluster 2023-12-07T22:41:33.962196+0000 mgr.a (mgr.14403) 13125 : cluster 0 pgmap v9798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:41:35.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:41:35.422 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:35.423 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:35 smithi194 bash[32038]: cluster 2023-12-07T22:41:33.962196+0000 mgr.a (mgr.14403) 13125 : cluster 0 pgmap v9798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:41:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:35 smithi135 bash[32435]: cluster 2023-12-07T22:41:33.962196+0000 mgr.a (mgr.14403) 13125 : cluster 0 pgmap v9798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:41:36.322 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:41:36.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:36.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:36.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:36.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:41:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:37 smithi079 bash[28699]: audit 2023-12-07T22:41:35.822685+0000 mgr.a (mgr.14403) 13126 : audit 0 from='client.265224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:37 smithi079 bash[28699]: cluster 2023-12-07T22:41:35.965502+0000 mgr.a (mgr.14403) 13127 : cluster 0 pgmap v9799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:37 smithi194 bash[32038]: audit 2023-12-07T22:41:35.822685+0000 mgr.a (mgr.14403) 13126 : audit 0 from='client.265224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:37 smithi194 bash[32038]: cluster 2023-12-07T22:41:35.965502+0000 mgr.a (mgr.14403) 13127 : cluster 0 pgmap v9799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:37 smithi135 bash[32435]: audit 2023-12-07T22:41:35.822685+0000 mgr.a (mgr.14403) 13126 : audit 0 from='client.265224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:37 smithi135 bash[32435]: cluster 2023-12-07T22:41:35.965502+0000 mgr.a (mgr.14403) 13127 : cluster 0 pgmap v9799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:39 smithi079 bash[28699]: cluster 2023-12-07T22:41:37.966377+0000 mgr.a (mgr.14403) 13128 : cluster 0 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-07T22:41:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:39 smithi194 bash[32038]: cluster 2023-12-07T22:41:37.966377+0000 mgr.a (mgr.14403) 13128 : cluster 0 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-07T22:41:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:39 smithi135 bash[32435]: cluster 2023-12-07T22:41:37.966377+0000 mgr.a (mgr.14403) 13128 : cluster 0 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-07T22:41:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:40 smithi194 bash[32038]: cluster 2023-12-07T22:41:39.967221+0000 mgr.a (mgr.14403) 13129 : cluster 0 pgmap v9801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:40 smithi135 bash[32435]: cluster 2023-12-07T22:41:39.967221+0000 mgr.a (mgr.14403) 13129 : cluster 0 pgmap v9801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:41.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:41:41.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:41.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:40 smithi079 bash[28699]: cluster 2023-12-07T22:41:39.967221+0000 mgr.a (mgr.14403) 13129 : cluster 0 pgmap v9801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:42.226 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:41:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:41:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:43 smithi079 bash[28699]: audit 2023-12-07T22:41:41.717515+0000 mgr.a (mgr.14403) 13130 : audit 0 from='client.265302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:43 smithi079 bash[28699]: cluster 2023-12-07T22:41:41.978853+0000 mgr.a (mgr.14403) 13131 : cluster 0 pgmap v9802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:43 smithi194 bash[32038]: audit 2023-12-07T22:41:41.717515+0000 mgr.a (mgr.14403) 13130 : audit 0 from='client.265302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:43 smithi194 bash[32038]: cluster 2023-12-07T22:41:41.978853+0000 mgr.a (mgr.14403) 13131 : cluster 0 pgmap v9802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:43 smithi135 bash[32435]: audit 2023-12-07T22:41:41.717515+0000 mgr.a (mgr.14403) 13130 : audit 0 from='client.265302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:43 smithi135 bash[32435]: cluster 2023-12-07T22:41:41.978853+0000 mgr.a (mgr.14403) 13131 : cluster 0 pgmap v9802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:45 smithi079 bash[28699]: cluster 2023-12-07T22:41:43.979893+0000 mgr.a (mgr.14403) 13132 : cluster 0 pgmap v9803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:45 smithi194 bash[32038]: cluster 2023-12-07T22:41:43.979893+0000 mgr.a (mgr.14403) 13132 : cluster 0 pgmap v9803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:45 smithi135 bash[32435]: cluster 2023-12-07T22:41:43.979893+0000 mgr.a (mgr.14403) 13132 : cluster 0 pgmap v9803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:47.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:41:47.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:47.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:47 smithi079 bash[28699]: cluster 2023-12-07T22:41:45.980467+0000 mgr.a (mgr.14403) 13133 : cluster 0 pgmap v9804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:47 smithi194 bash[32038]: cluster 2023-12-07T22:41:45.980467+0000 mgr.a (mgr.14403) 13133 : cluster 0 pgmap v9804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:47 smithi135 bash[32435]: cluster 2023-12-07T22:41:45.980467+0000 mgr.a (mgr.14403) 13133 : cluster 0 pgmap v9804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:48.139 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:41:48.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:48.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:48.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:48.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:41:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:49 smithi079 bash[28699]: audit 2023-12-07T22:41:47.635753+0000 mgr.a (mgr.14403) 13134 : audit 0 from='client.265377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:49 smithi079 bash[28699]: cluster 2023-12-07T22:41:47.981036+0000 mgr.a (mgr.14403) 13135 : cluster 0 pgmap v9805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:49 smithi194 bash[32038]: audit 2023-12-07T22:41:47.635753+0000 mgr.a (mgr.14403) 13134 : audit 0 from='client.265377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:49 smithi194 bash[32038]: cluster 2023-12-07T22:41:47.981036+0000 mgr.a (mgr.14403) 13135 : cluster 0 pgmap v9805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:49 smithi135 bash[32435]: audit 2023-12-07T22:41:47.635753+0000 mgr.a (mgr.14403) 13134 : audit 0 from='client.265377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:49 smithi135 bash[32435]: cluster 2023-12-07T22:41:47.981036+0000 mgr.a (mgr.14403) 13135 : cluster 0 pgmap v9805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:50 smithi194 bash[32038]: cluster 2023-12-07T22:41:49.981917+0000 mgr.a (mgr.14403) 13136 : cluster 0 pgmap v9806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:50 smithi135 bash[32435]: cluster 2023-12-07T22:41:49.981917+0000 mgr.a (mgr.14403) 13136 : cluster 0 pgmap v9806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:50 smithi079 bash[28699]: cluster 2023-12-07T22:41:49.981917+0000 mgr.a (mgr.14403) 13136 : cluster 0 pgmap v9806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:41:53.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:41:53.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:53.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:53 smithi079 bash[28699]: cluster 2023-12-07T22:41:51.982529+0000 mgr.a (mgr.14403) 13137 : cluster 0 pgmap v9807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:53 smithi194 bash[32038]: cluster 2023-12-07T22:41:51.982529+0000 mgr.a (mgr.14403) 13137 : cluster 0 pgmap v9807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:53 smithi135 bash[32435]: cluster 2023-12-07T22:41:51.982529+0000 mgr.a (mgr.14403) 13137 : cluster 0 pgmap v9807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:41:54.061 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:41:54.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:54.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:54.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:54.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:41:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:55 smithi079 bash[28699]: audit 2023-12-07T22:41:53.544754+0000 mgr.a (mgr.14403) 13138 : audit 0 from='client.265452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:55 smithi079 bash[28699]: cluster 2023-12-07T22:41:53.983569+0000 mgr.a (mgr.14403) 13139 : cluster 0 pgmap v9808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:41:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:55 smithi194 bash[32038]: audit 2023-12-07T22:41:53.544754+0000 mgr.a (mgr.14403) 13138 : audit 0 from='client.265452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:55 smithi194 bash[32038]: cluster 2023-12-07T22:41:53.983569+0000 mgr.a (mgr.14403) 13139 : cluster 0 pgmap v9808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:41:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:55 smithi135 bash[32435]: audit 2023-12-07T22:41:53.544754+0000 mgr.a (mgr.14403) 13138 : audit 0 from='client.265452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:41:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:55 smithi135 bash[32435]: cluster 2023-12-07T22:41:53.983569+0000 mgr.a (mgr.14403) 13139 : cluster 0 pgmap v9808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:41:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:57 smithi079 bash[28699]: cluster 2023-12-07T22:41:55.984336+0000 mgr.a (mgr.14403) 13140 : cluster 0 pgmap v9809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:41:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:57 smithi194 bash[32038]: cluster 2023-12-07T22:41:55.984336+0000 mgr.a (mgr.14403) 13140 : cluster 0 pgmap v9809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:41:57.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:57 smithi135 bash[32435]: cluster 2023-12-07T22:41:55.984336+0000 mgr.a (mgr.14403) 13140 : cluster 0 pgmap v9809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:41:59.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:41:59.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:41:59.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:41:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:41:59 smithi079 bash[28699]: cluster 2023-12-07T22:41:57.984984+0000 mgr.a (mgr.14403) 13141 : cluster 0 pgmap v9810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:41:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:41:59 smithi194 bash[32038]: cluster 2023-12-07T22:41:57.984984+0000 mgr.a (mgr.14403) 13141 : cluster 0 pgmap v9810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:41:59.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:41:59 smithi135 bash[32435]: cluster 2023-12-07T22:41:57.984984+0000 mgr.a (mgr.14403) 13141 : cluster 0 pgmap v9810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:41:59.965 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:41:59.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:41:59.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:41:59.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:41:59.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:42:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:00 smithi194 bash[32038]: audit 2023-12-07T22:41:59.455978+0000 mgr.a (mgr.14403) 13142 : audit 0 from='client.265527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:00 smithi194 bash[32038]: cluster 2023-12-07T22:41:59.986025+0000 mgr.a (mgr.14403) 13143 : cluster 0 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-07T22:42:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:00 smithi135 bash[32435]: audit 2023-12-07T22:41:59.455978+0000 mgr.a (mgr.14403) 13142 : audit 0 from='client.265527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:00 smithi135 bash[32435]: cluster 2023-12-07T22:41:59.986025+0000 mgr.a (mgr.14403) 13143 : cluster 0 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-07T22:42:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:00 smithi079 bash[28699]: audit 2023-12-07T22:41:59.455978+0000 mgr.a (mgr.14403) 13142 : audit 0 from='client.265527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:00 smithi079 bash[28699]: cluster 2023-12-07T22:41:59.986025+0000 mgr.a (mgr.14403) 13143 : cluster 0 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-07T22:42:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:03 smithi079 bash[28699]: cluster 2023-12-07T22:42:01.986614+0000 mgr.a (mgr.14403) 13144 : cluster 0 pgmap v9812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:03 smithi194 bash[32038]: cluster 2023-12-07T22:42:01.986614+0000 mgr.a (mgr.14403) 13144 : cluster 0 pgmap v9812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:03 smithi135 bash[32435]: cluster 2023-12-07T22:42:01.986614+0000 mgr.a (mgr.14403) 13144 : cluster 0 pgmap v9812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:04.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:42:04.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:04.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:05 smithi079 bash[28699]: cluster 2023-12-07T22:42:03.987391+0000 mgr.a (mgr.14403) 13145 : cluster 0 pgmap v9813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:05 smithi194 bash[32038]: cluster 2023-12-07T22:42:03.987391+0000 mgr.a (mgr.14403) 13145 : cluster 0 pgmap v9813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:05 smithi135 bash[32435]: cluster 2023-12-07T22:42:03.987391+0000 mgr.a (mgr.14403) 13145 : cluster 0 pgmap v9813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:05.874 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:42:05.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:05.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:05.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:05.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:42:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:07 smithi079 bash[28699]: audit 2023-12-07T22:42:05.370548+0000 mgr.a (mgr.14403) 13146 : audit 0 from='client.265605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:07 smithi079 bash[28699]: cluster 2023-12-07T22:42:05.988148+0000 mgr.a (mgr.14403) 13147 : cluster 0 pgmap v9814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:42:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:07 smithi194 bash[32038]: audit 2023-12-07T22:42:05.370548+0000 mgr.a (mgr.14403) 13146 : audit 0 from='client.265605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:07 smithi194 bash[32038]: cluster 2023-12-07T22:42:05.988148+0000 mgr.a (mgr.14403) 13147 : cluster 0 pgmap v9814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:42:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:07 smithi135 bash[32435]: audit 2023-12-07T22:42:05.370548+0000 mgr.a (mgr.14403) 13146 : audit 0 from='client.265605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:07 smithi135 bash[32435]: cluster 2023-12-07T22:42:05.988148+0000 mgr.a (mgr.14403) 13147 : cluster 0 pgmap v9814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:42:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:09 smithi079 bash[28699]: cluster 2023-12-07T22:42:07.988790+0000 mgr.a (mgr.14403) 13148 : cluster 0 pgmap v9815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:42:09.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:09 smithi194 bash[32038]: cluster 2023-12-07T22:42:07.988790+0000 mgr.a (mgr.14403) 13148 : cluster 0 pgmap v9815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:42:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:09 smithi135 bash[32435]: cluster 2023-12-07T22:42:07.988790+0000 mgr.a (mgr.14403) 13148 : cluster 0 pgmap v9815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:42:10.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:42:10.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:10.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:10 smithi194 bash[32038]: cluster 2023-12-07T22:42:09.989577+0000 mgr.a (mgr.14403) 13149 : cluster 0 pgmap v9816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:42:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:10 smithi135 bash[32435]: cluster 2023-12-07T22:42:09.989577+0000 mgr.a (mgr.14403) 13149 : cluster 0 pgmap v9816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:42:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:10 smithi079 bash[28699]: cluster 2023-12-07T22:42:09.989577+0000 mgr.a (mgr.14403) 13149 : cluster 0 pgmap v9816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:42:11.785 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:42:11.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:11.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:11.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:11.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:42:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:13 smithi079 bash[28699]: audit 2023-12-07T22:42:11.279777+0000 mgr.a (mgr.14403) 13150 : audit 0 from='client.265671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:13 smithi079 bash[28699]: cluster 2023-12-07T22:42:11.990416+0000 mgr.a (mgr.14403) 13151 : cluster 0 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-07T22:42:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:13 smithi194 bash[32038]: audit 2023-12-07T22:42:11.279777+0000 mgr.a (mgr.14403) 13150 : audit 0 from='client.265671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:13 smithi194 bash[32038]: cluster 2023-12-07T22:42:11.990416+0000 mgr.a (mgr.14403) 13151 : cluster 0 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-07T22:42:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:13 smithi135 bash[32435]: audit 2023-12-07T22:42:11.279777+0000 mgr.a (mgr.14403) 13150 : audit 0 from='client.265671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:13 smithi135 bash[32435]: cluster 2023-12-07T22:42:11.990416+0000 mgr.a (mgr.14403) 13151 : cluster 0 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-07T22:42:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:15 smithi079 bash[28699]: cluster 2023-12-07T22:42:13.991352+0000 mgr.a (mgr.14403) 13152 : cluster 0 pgmap v9818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:15 smithi194 bash[32038]: cluster 2023-12-07T22:42:13.991352+0000 mgr.a (mgr.14403) 13152 : cluster 0 pgmap v9818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:15 smithi135 bash[32435]: cluster 2023-12-07T22:42:13.991352+0000 mgr.a (mgr.14403) 13152 : cluster 0 pgmap v9818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:16.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:42:16.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:16.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:17 smithi079 bash[28699]: cluster 2023-12-07T22:42:15.991864+0000 mgr.a (mgr.14403) 13153 : cluster 0 pgmap v9819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:17 smithi194 bash[32038]: cluster 2023-12-07T22:42:15.991864+0000 mgr.a (mgr.14403) 13153 : cluster 0 pgmap v9819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:17 smithi135 bash[32435]: cluster 2023-12-07T22:42:15.991864+0000 mgr.a (mgr.14403) 13153 : cluster 0 pgmap v9819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:17.714 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:42:17.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:17.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:17.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:17.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:42:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:19 smithi079 bash[28699]: audit 2023-12-07T22:42:17.194666+0000 mgr.a (mgr.14403) 13154 : audit 0 from='client.265746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:19 smithi079 bash[28699]: cluster 2023-12-07T22:42:17.992587+0000 mgr.a (mgr.14403) 13155 : cluster 0 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-07T22:42:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:19 smithi079 bash[28699]: audit 2023-12-07T22:42:18.165283+0000 mon.a (mon.0) 2263 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:42:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:19 smithi079 bash[28699]: audit 2023-12-07T22:42:18.704694+0000 mon.a (mon.0) 2264 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:42:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:19 smithi079 bash[28699]: audit 2023-12-07T22:42:18.713400+0000 mon.a (mon.0) 2265 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:42:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:19 smithi194 bash[32038]: audit 2023-12-07T22:42:17.194666+0000 mgr.a (mgr.14403) 13154 : audit 0 from='client.265746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:19 smithi194 bash[32038]: cluster 2023-12-07T22:42:17.992587+0000 mgr.a (mgr.14403) 13155 : cluster 0 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-07T22:42:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:19 smithi194 bash[32038]: audit 2023-12-07T22:42:18.165283+0000 mon.a (mon.0) 2263 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:42:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:19 smithi194 bash[32038]: audit 2023-12-07T22:42:18.704694+0000 mon.a (mon.0) 2264 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:42:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:19 smithi194 bash[32038]: audit 2023-12-07T22:42:18.713400+0000 mon.a (mon.0) 2265 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:42:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:19 smithi135 bash[32435]: audit 2023-12-07T22:42:17.194666+0000 mgr.a (mgr.14403) 13154 : audit 0 from='client.265746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:19 smithi135 bash[32435]: cluster 2023-12-07T22:42:17.992587+0000 mgr.a (mgr.14403) 13155 : cluster 0 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-07T22:42:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:19 smithi135 bash[32435]: audit 2023-12-07T22:42:18.165283+0000 mon.a (mon.0) 2263 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:42:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:19 smithi135 bash[32435]: audit 2023-12-07T22:42:18.704694+0000 mon.a (mon.0) 2264 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:42:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:19 smithi135 bash[32435]: audit 2023-12-07T22:42:18.713400+0000 mon.a (mon.0) 2265 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:42:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:20 smithi079 bash[28699]: audit 2023-12-07T22:42:19.410391+0000 mon.a (mon.0) 2266 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:42:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:20 smithi079 bash[28699]: audit 2023-12-07T22:42:19.411790+0000 mon.a (mon.0) 2267 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:42:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:20 smithi079 bash[28699]: audit 2023-12-07T22:42:19.418620+0000 mon.a (mon.0) 2268 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:42:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:20 smithi194 bash[32038]: audit 2023-12-07T22:42:19.410391+0000 mon.a (mon.0) 2266 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:42:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:20 smithi194 bash[32038]: audit 2023-12-07T22:42:19.411790+0000 mon.a (mon.0) 2267 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:42:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:20 smithi194 bash[32038]: audit 2023-12-07T22:42:19.418620+0000 mon.a (mon.0) 2268 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:42:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:20 smithi135 bash[32435]: audit 2023-12-07T22:42:19.410391+0000 mon.a (mon.0) 2266 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:42:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:20 smithi135 bash[32435]: audit 2023-12-07T22:42:19.411790+0000 mon.a (mon.0) 2267 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:42:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:20 smithi135 bash[32435]: audit 2023-12-07T22:42:19.418620+0000 mon.a (mon.0) 2268 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:42:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:21 smithi079 bash[28699]: cluster 2023-12-07T22:42:19.993421+0000 mgr.a (mgr.14403) 13156 : cluster 0 pgmap v9821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:21 smithi194 bash[32038]: cluster 2023-12-07T22:42:19.993421+0000 mgr.a (mgr.14403) 13156 : cluster 0 pgmap v9821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:21 smithi135 bash[32435]: cluster 2023-12-07T22:42:19.993421+0000 mgr.a (mgr.14403) 13156 : cluster 0 pgmap v9821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:22.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:42:22.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:22.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:23 smithi079 bash[28699]: cluster 2023-12-07T22:42:21.993987+0000 mgr.a (mgr.14403) 13157 : cluster 0 pgmap v9822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:23 smithi194 bash[32038]: cluster 2023-12-07T22:42:21.993987+0000 mgr.a (mgr.14403) 13157 : cluster 0 pgmap v9822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:23 smithi135 bash[32435]: cluster 2023-12-07T22:42:21.993987+0000 mgr.a (mgr.14403) 13157 : cluster 0 pgmap v9822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:23.624 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:42:23.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:23.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:23.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:23.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:42:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:25 smithi079 bash[28699]: audit 2023-12-07T22:42:23.113243+0000 mgr.a (mgr.14403) 13158 : audit 0 from='client.265824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:25 smithi079 bash[28699]: cluster 2023-12-07T22:42:23.994894+0000 mgr.a (mgr.14403) 13159 : cluster 0 pgmap v9823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:42:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:25 smithi194 bash[32038]: audit 2023-12-07T22:42:23.113243+0000 mgr.a (mgr.14403) 13158 : audit 0 from='client.265824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:25 smithi194 bash[32038]: cluster 2023-12-07T22:42:23.994894+0000 mgr.a (mgr.14403) 13159 : cluster 0 pgmap v9823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:42:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:25 smithi135 bash[32435]: audit 2023-12-07T22:42:23.113243+0000 mgr.a (mgr.14403) 13158 : audit 0 from='client.265824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:25 smithi135 bash[32435]: cluster 2023-12-07T22:42:23.994894+0000 mgr.a (mgr.14403) 13159 : cluster 0 pgmap v9823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:42:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:27 smithi079 bash[28699]: cluster 2023-12-07T22:42:25.995526+0000 mgr.a (mgr.14403) 13160 : cluster 0 pgmap v9824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:42:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:27 smithi194 bash[32038]: cluster 2023-12-07T22:42:25.995526+0000 mgr.a (mgr.14403) 13160 : cluster 0 pgmap v9824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:42:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:27 smithi135 bash[32435]: cluster 2023-12-07T22:42:25.995526+0000 mgr.a (mgr.14403) 13160 : cluster 0 pgmap v9824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:42:28.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:42:28.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:28.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:29 smithi079 bash[28699]: cluster 2023-12-07T22:42:27.996061+0000 mgr.a (mgr.14403) 13161 : cluster 0 pgmap v9825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:42:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:29 smithi194 bash[32038]: cluster 2023-12-07T22:42:27.996061+0000 mgr.a (mgr.14403) 13161 : cluster 0 pgmap v9825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:42:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:29 smithi135 bash[32435]: cluster 2023-12-07T22:42:27.996061+0000 mgr.a (mgr.14403) 13161 : cluster 0 pgmap v9825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:42:29.507 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:42:29.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:29.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:29.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:29.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:42:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:30 smithi079 bash[28699]: audit 2023-12-07T22:42:29.023950+0000 mgr.a (mgr.14403) 13162 : audit 0 from='client.265902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:30 smithi194 bash[32038]: audit 2023-12-07T22:42:29.023950+0000 mgr.a (mgr.14403) 13162 : audit 0 from='client.265902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:30.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:30 smithi135 bash[32435]: audit 2023-12-07T22:42:29.023950+0000 mgr.a (mgr.14403) 13162 : audit 0 from='client.265902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:31 smithi079 bash[28699]: cluster 2023-12-07T22:42:29.997029+0000 mgr.a (mgr.14403) 13163 : cluster 0 pgmap v9826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:31 smithi194 bash[32038]: cluster 2023-12-07T22:42:29.997029+0000 mgr.a (mgr.14403) 13163 : cluster 0 pgmap v9826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:31 smithi135 bash[32435]: cluster 2023-12-07T22:42:29.997029+0000 mgr.a (mgr.14403) 13163 : cluster 0 pgmap v9826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:33 smithi079 bash[28699]: cluster 2023-12-07T22:42:31.997585+0000 mgr.a (mgr.14403) 13164 : cluster 0 pgmap v9827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:33 smithi194 bash[32038]: cluster 2023-12-07T22:42:31.997585+0000 mgr.a (mgr.14403) 13164 : cluster 0 pgmap v9827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:33 smithi135 bash[32435]: cluster 2023-12-07T22:42:31.997585+0000 mgr.a (mgr.14403) 13164 : cluster 0 pgmap v9827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:42:34.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:42:34.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:34.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:35 smithi079 bash[28699]: cluster 2023-12-07T22:42:33.998347+0000 mgr.a (mgr.14403) 13165 : cluster 0 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-07T22:42:35.415 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:42:35.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:35.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:35.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:35.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:42:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:35 smithi194 bash[32038]: cluster 2023-12-07T22:42:33.998347+0000 mgr.a (mgr.14403) 13165 : cluster 0 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-07T22:42:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:35 smithi135 bash[32435]: cluster 2023-12-07T22:42:33.998347+0000 mgr.a (mgr.14403) 13165 : cluster 0 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-07T22:42:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:36 smithi079 bash[28699]: audit 2023-12-07T22:42:34.911318+0000 mgr.a (mgr.14403) 13166 : audit 0 from='client.265977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:36 smithi194 bash[32038]: audit 2023-12-07T22:42:34.911318+0000 mgr.a (mgr.14403) 13166 : audit 0 from='client.265977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:36.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:36 smithi135 bash[32435]: audit 2023-12-07T22:42:34.911318+0000 mgr.a (mgr.14403) 13166 : audit 0 from='client.265977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:37 smithi079 bash[28699]: cluster 2023-12-07T22:42:35.999117+0000 mgr.a (mgr.14403) 13167 : cluster 0 pgmap v9829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:42:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:37 smithi194 bash[32038]: cluster 2023-12-07T22:42:35.999117+0000 mgr.a (mgr.14403) 13167 : cluster 0 pgmap v9829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:42:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:37 smithi135 bash[32435]: cluster 2023-12-07T22:42:35.999117+0000 mgr.a (mgr.14403) 13167 : cluster 0 pgmap v9829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:42:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:39 smithi079 bash[28699]: cluster 2023-12-07T22:42:37.999649+0000 mgr.a (mgr.14403) 13168 : cluster 0 pgmap v9830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:42:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:39 smithi194 bash[32038]: cluster 2023-12-07T22:42:37.999649+0000 mgr.a (mgr.14403) 13168 : cluster 0 pgmap v9830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:42:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:39 smithi135 bash[32435]: cluster 2023-12-07T22:42:37.999649+0000 mgr.a (mgr.14403) 13168 : cluster 0 pgmap v9830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:42:40.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:42:40.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:40.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:40 smithi194 bash[32038]: cluster 2023-12-07T22:42:40.000491+0000 mgr.a (mgr.14403) 13169 : cluster 0 pgmap v9831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:42:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:40 smithi135 bash[32435]: cluster 2023-12-07T22:42:40.000491+0000 mgr.a (mgr.14403) 13169 : cluster 0 pgmap v9831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:42:41.302 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:42:41.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:41.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:41.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:41.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:42:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:40 smithi079 bash[28699]: cluster 2023-12-07T22:42:40.000491+0000 mgr.a (mgr.14403) 13169 : cluster 0 pgmap v9831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:42:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:41 smithi194 bash[32038]: audit 2023-12-07T22:42:40.825603+0000 mgr.a (mgr.14403) 13170 : audit 0 from='client.266049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:41 smithi135 bash[32435]: audit 2023-12-07T22:42:40.825603+0000 mgr.a (mgr.14403) 13170 : audit 0 from='client.266049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:42.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:41 smithi079 bash[28699]: audit 2023-12-07T22:42:40.825603+0000 mgr.a (mgr.14403) 13170 : audit 0 from='client.266049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:42 smithi194 bash[32038]: cluster 2023-12-07T22:42:42.001124+0000 mgr.a (mgr.14403) 13171 : cluster 0 pgmap v9832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:42 smithi135 bash[32435]: cluster 2023-12-07T22:42:42.001124+0000 mgr.a (mgr.14403) 13171 : cluster 0 pgmap v9832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:42 smithi079 bash[28699]: cluster 2023-12-07T22:42:42.001124+0000 mgr.a (mgr.14403) 13171 : cluster 0 pgmap v9832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:45 smithi079 bash[28699]: cluster 2023-12-07T22:42:44.001863+0000 mgr.a (mgr.14403) 13172 : cluster 0 pgmap v9833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:45 smithi194 bash[32038]: cluster 2023-12-07T22:42:44.001863+0000 mgr.a (mgr.14403) 13172 : cluster 0 pgmap v9833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:45 smithi135 bash[32435]: cluster 2023-12-07T22:42:44.001863+0000 mgr.a (mgr.14403) 13172 : cluster 0 pgmap v9833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:46.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:42:46.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:46.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:47.218 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:42:47.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:47.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:47.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:47.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:42:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:47 smithi079 bash[28699]: cluster 2023-12-07T22:42:46.002411+0000 mgr.a (mgr.14403) 13173 : cluster 0 pgmap v9834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:47.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:47 smithi194 bash[32038]: cluster 2023-12-07T22:42:46.002411+0000 mgr.a (mgr.14403) 13173 : cluster 0 pgmap v9834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:47 smithi135 bash[32435]: cluster 2023-12-07T22:42:46.002411+0000 mgr.a (mgr.14403) 13173 : cluster 0 pgmap v9834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:48 smithi079 bash[28699]: audit 2023-12-07T22:42:46.703055+0000 mgr.a (mgr.14403) 13174 : audit 0 from='client.266127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:48 smithi194 bash[32038]: audit 2023-12-07T22:42:46.703055+0000 mgr.a (mgr.14403) 13174 : audit 0 from='client.266127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:48.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:48 smithi135 bash[32435]: audit 2023-12-07T22:42:46.703055+0000 mgr.a (mgr.14403) 13174 : audit 0 from='client.266127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:49 smithi079 bash[28699]: cluster 2023-12-07T22:42:48.003208+0000 mgr.a (mgr.14403) 13175 : cluster 0 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-07T22:42:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:49 smithi194 bash[32038]: cluster 2023-12-07T22:42:48.003208+0000 mgr.a (mgr.14403) 13175 : cluster 0 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-07T22:42:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:49 smithi135 bash[32435]: cluster 2023-12-07T22:42:48.003208+0000 mgr.a (mgr.14403) 13175 : cluster 0 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-07T22:42:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:50 smithi194 bash[32038]: cluster 2023-12-07T22:42:50.004179+0000 mgr.a (mgr.14403) 13176 : cluster 0 pgmap v9836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:50 smithi135 bash[32435]: cluster 2023-12-07T22:42:50.004179+0000 mgr.a (mgr.14403) 13176 : cluster 0 pgmap v9836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:50 smithi079 bash[28699]: cluster 2023-12-07T22:42:50.004179+0000 mgr.a (mgr.14403) 13176 : cluster 0 pgmap v9836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:52.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:42:52.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:52.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:53.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:53.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:53.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:53.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:42:53.159 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:42:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:53 smithi079 bash[28699]: cluster 2023-12-07T22:42:52.004929+0000 mgr.a (mgr.14403) 13177 : cluster 0 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-07T22:42:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:53 smithi194 bash[32038]: cluster 2023-12-07T22:42:52.004929+0000 mgr.a (mgr.14403) 13177 : cluster 0 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-07T22:42:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:53 smithi135 bash[32435]: cluster 2023-12-07T22:42:52.004929+0000 mgr.a (mgr.14403) 13177 : cluster 0 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-07T22:42:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:54 smithi079 bash[28699]: audit 2023-12-07T22:42:52.631227+0000 mgr.a (mgr.14403) 13178 : audit 0 from='client.266202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:54 smithi194 bash[32038]: audit 2023-12-07T22:42:52.631227+0000 mgr.a (mgr.14403) 13178 : audit 0 from='client.266202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:54 smithi135 bash[32435]: audit 2023-12-07T22:42:52.631227+0000 mgr.a (mgr.14403) 13178 : audit 0 from='client.266202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:42:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:55 smithi079 bash[28699]: cluster 2023-12-07T22:42:54.006000+0000 mgr.a (mgr.14403) 13179 : cluster 0 pgmap v9838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:55 smithi194 bash[32038]: cluster 2023-12-07T22:42:54.006000+0000 mgr.a (mgr.14403) 13179 : cluster 0 pgmap v9838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:55 smithi135 bash[32435]: cluster 2023-12-07T22:42:54.006000+0000 mgr.a (mgr.14403) 13179 : cluster 0 pgmap v9838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:42:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:57 smithi079 bash[28699]: cluster 2023-12-07T22:42:56.006686+0000 mgr.a (mgr.14403) 13180 : cluster 0 pgmap v9839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:57 smithi194 bash[32038]: cluster 2023-12-07T22:42:56.006686+0000 mgr.a (mgr.14403) 13180 : cluster 0 pgmap v9839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:57 smithi135 bash[32435]: cluster 2023-12-07T22:42:56.006686+0000 mgr.a (mgr.14403) 13180 : cluster 0 pgmap v9839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:58.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:42:58.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:42:58.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:42:59.081 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:42:59.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:42:59.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:42:59.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:42:59.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:42:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:42:59 smithi079 bash[28699]: cluster 2023-12-07T22:42:58.007358+0000 mgr.a (mgr.14403) 13181 : cluster 0 pgmap v9840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:42:59 smithi194 bash[32038]: cluster 2023-12-07T22:42:58.007358+0000 mgr.a (mgr.14403) 13181 : cluster 0 pgmap v9840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:42:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:42:59 smithi135 bash[32435]: cluster 2023-12-07T22:42:58.007358+0000 mgr.a (mgr.14403) 13181 : cluster 0 pgmap v9840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:00.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:00 smithi079 bash[28699]: audit 2023-12-07T22:42:58.565120+0000 mgr.a (mgr.14403) 13182 : audit 0 from='client.266277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:00 smithi194 bash[32038]: audit 2023-12-07T22:42:58.565120+0000 mgr.a (mgr.14403) 13182 : audit 0 from='client.266277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:00 smithi135 bash[32435]: audit 2023-12-07T22:42:58.565120+0000 mgr.a (mgr.14403) 13182 : audit 0 from='client.266277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:01 smithi079 bash[28699]: cluster 2023-12-07T22:43:00.008298+0000 mgr.a (mgr.14403) 13183 : cluster 0 pgmap v9841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:43:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:01 smithi194 bash[32038]: cluster 2023-12-07T22:43:00.008298+0000 mgr.a (mgr.14403) 13183 : cluster 0 pgmap v9841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:43:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:01 smithi135 bash[32435]: cluster 2023-12-07T22:43:00.008298+0000 mgr.a (mgr.14403) 13183 : cluster 0 pgmap v9841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:43:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:03 smithi079 bash[28699]: cluster 2023-12-07T22:43:02.008868+0000 mgr.a (mgr.14403) 13184 : cluster 0 pgmap v9842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:43:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:03 smithi194 bash[32038]: cluster 2023-12-07T22:43:02.008868+0000 mgr.a (mgr.14403) 13184 : cluster 0 pgmap v9842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:43:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:03 smithi135 bash[32435]: cluster 2023-12-07T22:43:02.008868+0000 mgr.a (mgr.14403) 13184 : cluster 0 pgmap v9842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:43:04.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:43:04.084 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:04.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:04.968 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:43:04.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:04.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:04.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:04.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:43:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:05 smithi079 bash[28699]: cluster 2023-12-07T22:43:04.009717+0000 mgr.a (mgr.14403) 13185 : cluster 0 pgmap v9843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:05 smithi194 bash[32038]: cluster 2023-12-07T22:43:04.009717+0000 mgr.a (mgr.14403) 13185 : cluster 0 pgmap v9843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:05 smithi135 bash[32435]: cluster 2023-12-07T22:43:04.009717+0000 mgr.a (mgr.14403) 13185 : cluster 0 pgmap v9843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:06 smithi079 bash[28699]: audit 2023-12-07T22:43:04.484594+0000 mgr.a (mgr.14403) 13186 : audit 0 from='client.266349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:06 smithi194 bash[32038]: audit 2023-12-07T22:43:04.484594+0000 mgr.a (mgr.14403) 13186 : audit 0 from='client.266349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:06 smithi135 bash[32435]: audit 2023-12-07T22:43:04.484594+0000 mgr.a (mgr.14403) 13186 : audit 0 from='client.266349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:07 smithi079 bash[28699]: cluster 2023-12-07T22:43:06.010364+0000 mgr.a (mgr.14403) 13187 : cluster 0 pgmap v9844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:07 smithi194 bash[32038]: cluster 2023-12-07T22:43:06.010364+0000 mgr.a (mgr.14403) 13187 : cluster 0 pgmap v9844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:07 smithi135 bash[32435]: cluster 2023-12-07T22:43:06.010364+0000 mgr.a (mgr.14403) 13187 : cluster 0 pgmap v9844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:09 smithi079 bash[28699]: cluster 2023-12-07T22:43:08.010945+0000 mgr.a (mgr.14403) 13188 : cluster 0 pgmap v9845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:09 smithi194 bash[32038]: cluster 2023-12-07T22:43:08.010945+0000 mgr.a (mgr.14403) 13188 : cluster 0 pgmap v9845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:09 smithi135 bash[32435]: cluster 2023-12-07T22:43:08.010945+0000 mgr.a (mgr.14403) 13188 : cluster 0 pgmap v9845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:09.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:43:09.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:09.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:10.888 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:43:10.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:10.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:10.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:10.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:43:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:10 smithi194 bash[32038]: cluster 2023-12-07T22:43:10.011738+0000 mgr.a (mgr.14403) 13189 : cluster 0 pgmap v9846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:10 smithi135 bash[32435]: cluster 2023-12-07T22:43:10.011738+0000 mgr.a (mgr.14403) 13189 : cluster 0 pgmap v9846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:10 smithi079 bash[28699]: cluster 2023-12-07T22:43:10.011738+0000 mgr.a (mgr.14403) 13189 : cluster 0 pgmap v9846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:12.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:11 smithi194 bash[32038]: audit 2023-12-07T22:43:10.375170+0000 mgr.a (mgr.14403) 13190 : audit 0 from='client.266421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:12.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:11 smithi135 bash[32435]: audit 2023-12-07T22:43:10.375170+0000 mgr.a (mgr.14403) 13190 : audit 0 from='client.266421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:12.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:11 smithi079 bash[28699]: audit 2023-12-07T22:43:10.375170+0000 mgr.a (mgr.14403) 13190 : audit 0 from='client.266421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:12 smithi194 bash[32038]: cluster 2023-12-07T22:43:12.012410+0000 mgr.a (mgr.14403) 13191 : cluster 0 pgmap v9847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:43:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:12 smithi135 bash[32435]: cluster 2023-12-07T22:43:12.012410+0000 mgr.a (mgr.14403) 13191 : cluster 0 pgmap v9847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:43:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:12 smithi079 bash[28699]: cluster 2023-12-07T22:43:12.012410+0000 mgr.a (mgr.14403) 13191 : cluster 0 pgmap v9847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:43:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:15 smithi079 bash[28699]: cluster 2023-12-07T22:43:14.013202+0000 mgr.a (mgr.14403) 13192 : cluster 0 pgmap v9848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:43:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:15 smithi194 bash[32038]: cluster 2023-12-07T22:43:14.013202+0000 mgr.a (mgr.14403) 13192 : cluster 0 pgmap v9848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:43:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:15 smithi135 bash[32435]: cluster 2023-12-07T22:43:14.013202+0000 mgr.a (mgr.14403) 13192 : cluster 0 pgmap v9848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:43:15.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:43:15.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:15.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:16.822 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:43:16.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:16.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:16.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:16.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:43:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:17 smithi079 bash[28699]: cluster 2023-12-07T22:43:16.013565+0000 mgr.a (mgr.14403) 13193 : cluster 0 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-07T22:43:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:17 smithi194 bash[32038]: cluster 2023-12-07T22:43:16.013565+0000 mgr.a (mgr.14403) 13193 : cluster 0 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-07T22:43:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:17 smithi135 bash[32435]: cluster 2023-12-07T22:43:16.013565+0000 mgr.a (mgr.14403) 13193 : cluster 0 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-07T22:43:18.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:18 smithi079 bash[28699]: audit 2023-12-07T22:43:16.294156+0000 mgr.a (mgr.14403) 13194 : audit 0 from='client.266499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:18 smithi194 bash[32038]: audit 2023-12-07T22:43:16.294156+0000 mgr.a (mgr.14403) 13194 : audit 0 from='client.266499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:18 smithi135 bash[32435]: audit 2023-12-07T22:43:16.294156+0000 mgr.a (mgr.14403) 13194 : audit 0 from='client.266499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:19.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:19 smithi079 bash[28699]: cluster 2023-12-07T22:43:18.014177+0000 mgr.a (mgr.14403) 13195 : cluster 0 pgmap v9850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:19 smithi194 bash[32038]: cluster 2023-12-07T22:43:18.014177+0000 mgr.a (mgr.14403) 13195 : cluster 0 pgmap v9850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:19 smithi135 bash[32435]: cluster 2023-12-07T22:43:18.014177+0000 mgr.a (mgr.14403) 13195 : cluster 0 pgmap v9850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:20 smithi079 bash[28699]: audit 2023-12-07T22:43:19.522756+0000 mon.a (mon.0) 2269 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:43:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:20 smithi079 bash[28699]: audit 2023-12-07T22:43:20.053808+0000 mon.a (mon.0) 2270 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:43:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:20 smithi079 bash[28699]: audit 2023-12-07T22:43:20.060369+0000 mon.a (mon.0) 2271 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:43:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:20 smithi194 bash[32038]: audit 2023-12-07T22:43:19.522756+0000 mon.a (mon.0) 2269 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:43:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:20 smithi194 bash[32038]: audit 2023-12-07T22:43:20.053808+0000 mon.a (mon.0) 2270 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:43:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:20 smithi194 bash[32038]: audit 2023-12-07T22:43:20.060369+0000 mon.a (mon.0) 2271 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:43:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:20 smithi135 bash[32435]: audit 2023-12-07T22:43:19.522756+0000 mon.a (mon.0) 2269 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:43:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:20 smithi135 bash[32435]: audit 2023-12-07T22:43:20.053808+0000 mon.a (mon.0) 2270 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:43:20.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:20 smithi135 bash[32435]: audit 2023-12-07T22:43:20.060369+0000 mon.a (mon.0) 2271 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:43:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:21 smithi079 bash[28699]: cluster 2023-12-07T22:43:20.014948+0000 mgr.a (mgr.14403) 13196 : cluster 0 pgmap v9851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:21 smithi079 bash[28699]: audit 2023-12-07T22:43:20.770631+0000 mon.a (mon.0) 2272 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:43:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:21 smithi079 bash[28699]: audit 2023-12-07T22:43:20.772509+0000 mon.a (mon.0) 2273 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:43:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:21 smithi079 bash[28699]: audit 2023-12-07T22:43:20.782692+0000 mon.a (mon.0) 2274 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:43:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:21 smithi194 bash[32038]: cluster 2023-12-07T22:43:20.014948+0000 mgr.a (mgr.14403) 13196 : cluster 0 pgmap v9851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:21 smithi194 bash[32038]: audit 2023-12-07T22:43:20.770631+0000 mon.a (mon.0) 2272 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:43:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:21 smithi194 bash[32038]: audit 2023-12-07T22:43:20.772509+0000 mon.a (mon.0) 2273 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:43:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:21 smithi194 bash[32038]: audit 2023-12-07T22:43:20.782692+0000 mon.a (mon.0) 2274 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:43:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:21 smithi135 bash[32435]: cluster 2023-12-07T22:43:20.014948+0000 mgr.a (mgr.14403) 13196 : cluster 0 pgmap v9851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:21 smithi135 bash[32435]: audit 2023-12-07T22:43:20.770631+0000 mon.a (mon.0) 2272 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:43:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:21 smithi135 bash[32435]: audit 2023-12-07T22:43:20.772509+0000 mon.a (mon.0) 2273 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:43:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:21 smithi135 bash[32435]: audit 2023-12-07T22:43:20.782692+0000 mon.a (mon.0) 2274 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:43:21.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:43:21.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:21.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:22.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:22.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:22.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:22.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:43:22.744 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:43:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:23 smithi079 bash[28699]: cluster 2023-12-07T22:43:22.015441+0000 mgr.a (mgr.14403) 13197 : cluster 0 pgmap v9852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:23 smithi194 bash[32038]: cluster 2023-12-07T22:43:22.015441+0000 mgr.a (mgr.14403) 13197 : cluster 0 pgmap v9852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:23 smithi135 bash[32435]: cluster 2023-12-07T22:43:22.015441+0000 mgr.a (mgr.14403) 13197 : cluster 0 pgmap v9852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:24.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:24 smithi079 bash[28699]: audit 2023-12-07T22:43:22.229322+0000 mgr.a (mgr.14403) 13198 : audit 0 from='client.266574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:24 smithi194 bash[32038]: audit 2023-12-07T22:43:22.229322+0000 mgr.a (mgr.14403) 13198 : audit 0 from='client.266574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:24.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:24 smithi135 bash[32435]: audit 2023-12-07T22:43:22.229322+0000 mgr.a (mgr.14403) 13198 : audit 0 from='client.266574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:25 smithi079 bash[28699]: cluster 2023-12-07T22:43:24.016296+0000 mgr.a (mgr.14403) 13199 : cluster 0 pgmap v9853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:25 smithi194 bash[32038]: cluster 2023-12-07T22:43:24.016296+0000 mgr.a (mgr.14403) 13199 : cluster 0 pgmap v9853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:25 smithi135 bash[32435]: cluster 2023-12-07T22:43:24.016296+0000 mgr.a (mgr.14403) 13199 : cluster 0 pgmap v9853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:27 smithi079 bash[28699]: cluster 2023-12-07T22:43:26.016864+0000 mgr.a (mgr.14403) 13200 : cluster 0 pgmap v9854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:27 smithi194 bash[32038]: cluster 2023-12-07T22:43:26.016864+0000 mgr.a (mgr.14403) 13200 : cluster 0 pgmap v9854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:27 smithi135 bash[32435]: cluster 2023-12-07T22:43:26.016864+0000 mgr.a (mgr.14403) 13200 : cluster 0 pgmap v9854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:27.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:43:27.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:27.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:28.672 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:43:28.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:28.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:28.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:28.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:43:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:29 smithi079 bash[28699]: cluster 2023-12-07T22:43:28.017402+0000 mgr.a (mgr.14403) 13201 : cluster 0 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-07T22:43:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:29 smithi194 bash[32038]: cluster 2023-12-07T22:43:28.017402+0000 mgr.a (mgr.14403) 13201 : cluster 0 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-07T22:43:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:29 smithi135 bash[32435]: cluster 2023-12-07T22:43:28.017402+0000 mgr.a (mgr.14403) 13201 : cluster 0 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-07T22:43:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:30 smithi079 bash[28699]: audit 2023-12-07T22:43:28.149375+0000 mgr.a (mgr.14403) 13202 : audit 0 from='client.266652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:30 smithi194 bash[32038]: audit 2023-12-07T22:43:28.149375+0000 mgr.a (mgr.14403) 13202 : audit 0 from='client.266652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:30.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:30 smithi135 bash[32435]: audit 2023-12-07T22:43:28.149375+0000 mgr.a (mgr.14403) 13202 : audit 0 from='client.266652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:31 smithi079 bash[28699]: cluster 2023-12-07T22:43:30.018270+0000 mgr.a (mgr.14403) 13203 : cluster 0 pgmap v9856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:43:31.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:31 smithi194 bash[32038]: cluster 2023-12-07T22:43:30.018270+0000 mgr.a (mgr.14403) 13203 : cluster 0 pgmap v9856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:43:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:31 smithi135 bash[32435]: cluster 2023-12-07T22:43:30.018270+0000 mgr.a (mgr.14403) 13203 : cluster 0 pgmap v9856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:43:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:33 smithi079 bash[28699]: cluster 2023-12-07T22:43:32.018847+0000 mgr.a (mgr.14403) 13204 : cluster 0 pgmap v9857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:43:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:33 smithi194 bash[32038]: cluster 2023-12-07T22:43:32.018847+0000 mgr.a (mgr.14403) 13204 : cluster 0 pgmap v9857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:43:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:33 smithi135 bash[32435]: cluster 2023-12-07T22:43:32.018847+0000 mgr.a (mgr.14403) 13204 : cluster 0 pgmap v9857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:43:33.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:43:33.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:33.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:34.591 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:43:34.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:34.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:34.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:34.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:43:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:35 smithi079 bash[28699]: cluster 2023-12-07T22:43:34.019606+0000 mgr.a (mgr.14403) 13205 : cluster 0 pgmap v9858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:35 smithi079 bash[28699]: audit 2023-12-07T22:43:34.079797+0000 mgr.a (mgr.14403) 13206 : audit 0 from='client.266730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:35 smithi194 bash[32038]: cluster 2023-12-07T22:43:34.019606+0000 mgr.a (mgr.14403) 13205 : cluster 0 pgmap v9858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:35 smithi194 bash[32038]: audit 2023-12-07T22:43:34.079797+0000 mgr.a (mgr.14403) 13206 : audit 0 from='client.266730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:35 smithi135 bash[32435]: cluster 2023-12-07T22:43:34.019606+0000 mgr.a (mgr.14403) 13205 : cluster 0 pgmap v9858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:35 smithi135 bash[32435]: audit 2023-12-07T22:43:34.079797+0000 mgr.a (mgr.14403) 13206 : audit 0 from='client.266730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:36 smithi079 bash[28699]: cluster 2023-12-07T22:43:36.020252+0000 mgr.a (mgr.14403) 13207 : cluster 0 pgmap v9859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:36 smithi194 bash[32038]: cluster 2023-12-07T22:43:36.020252+0000 mgr.a (mgr.14403) 13207 : cluster 0 pgmap v9859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:36.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:36 smithi135 bash[32435]: cluster 2023-12-07T22:43:36.020252+0000 mgr.a (mgr.14403) 13207 : cluster 0 pgmap v9859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:39 smithi079 bash[28699]: cluster 2023-12-07T22:43:38.020808+0000 mgr.a (mgr.14403) 13208 : cluster 0 pgmap v9860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:39 smithi194 bash[32038]: cluster 2023-12-07T22:43:38.020808+0000 mgr.a (mgr.14403) 13208 : cluster 0 pgmap v9860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:39 smithi135 bash[32435]: cluster 2023-12-07T22:43:38.020808+0000 mgr.a (mgr.14403) 13208 : cluster 0 pgmap v9860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:43:39.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:43:39.598 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:39.598 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:40.517 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:43:40.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:40.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:40.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:40.518 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:43:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:40 smithi194 bash[32038]: audit 2023-12-07T22:43:40.003955+0000 mgr.a (mgr.14403) 13209 : audit 0 from='client.266808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:40 smithi194 bash[32038]: cluster 2023-12-07T22:43:40.022542+0000 mgr.a (mgr.14403) 13210 : cluster 0 pgmap v9861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:40 smithi135 bash[32435]: audit 2023-12-07T22:43:40.003955+0000 mgr.a (mgr.14403) 13209 : audit 0 from='client.266808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:40 smithi135 bash[32435]: cluster 2023-12-07T22:43:40.022542+0000 mgr.a (mgr.14403) 13210 : cluster 0 pgmap v9861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:40 smithi079 bash[28699]: audit 2023-12-07T22:43:40.003955+0000 mgr.a (mgr.14403) 13209 : audit 0 from='client.266808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:40 smithi079 bash[28699]: cluster 2023-12-07T22:43:40.022542+0000 mgr.a (mgr.14403) 13210 : cluster 0 pgmap v9861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:43 smithi079 bash[28699]: cluster 2023-12-07T22:43:42.023279+0000 mgr.a (mgr.14403) 13211 : cluster 0 pgmap v9862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:43:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:43 smithi194 bash[32038]: cluster 2023-12-07T22:43:42.023279+0000 mgr.a (mgr.14403) 13211 : cluster 0 pgmap v9862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:43:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:43 smithi135 bash[32435]: cluster 2023-12-07T22:43:42.023279+0000 mgr.a (mgr.14403) 13211 : cluster 0 pgmap v9862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:43:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:45 smithi079 bash[28699]: cluster 2023-12-07T22:43:44.024099+0000 mgr.a (mgr.14403) 13212 : cluster 0 pgmap v9863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:43:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:45 smithi194 bash[32038]: cluster 2023-12-07T22:43:44.024099+0000 mgr.a (mgr.14403) 13212 : cluster 0 pgmap v9863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:43:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:45 smithi135 bash[32435]: cluster 2023-12-07T22:43:44.024099+0000 mgr.a (mgr.14403) 13212 : cluster 0 pgmap v9863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:43:45.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:43:45.521 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:45.521 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:46.443 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:43:46.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:46.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:46.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:46.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:43:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:47 smithi079 bash[28699]: audit 2023-12-07T22:43:45.926682+0000 mgr.a (mgr.14403) 13213 : audit 0 from='client.266883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:47 smithi079 bash[28699]: cluster 2023-12-07T22:43:46.024641+0000 mgr.a (mgr.14403) 13214 : cluster 0 pgmap v9864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:47.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:47 smithi194 bash[32038]: audit 2023-12-07T22:43:45.926682+0000 mgr.a (mgr.14403) 13213 : audit 0 from='client.266883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:47.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:47 smithi194 bash[32038]: cluster 2023-12-07T22:43:46.024641+0000 mgr.a (mgr.14403) 13214 : cluster 0 pgmap v9864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:47 smithi135 bash[32435]: audit 2023-12-07T22:43:45.926682+0000 mgr.a (mgr.14403) 13213 : audit 0 from='client.266883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:47 smithi135 bash[32435]: cluster 2023-12-07T22:43:46.024641+0000 mgr.a (mgr.14403) 13214 : cluster 0 pgmap v9864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:49 smithi079 bash[28699]: cluster 2023-12-07T22:43:48.025275+0000 mgr.a (mgr.14403) 13215 : cluster 0 pgmap v9865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:49 smithi194 bash[32038]: cluster 2023-12-07T22:43:48.025275+0000 mgr.a (mgr.14403) 13215 : cluster 0 pgmap v9865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:49 smithi135 bash[32435]: cluster 2023-12-07T22:43:48.025275+0000 mgr.a (mgr.14403) 13215 : cluster 0 pgmap v9865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:50 smithi194 bash[32038]: cluster 2023-12-07T22:43:50.026017+0000 mgr.a (mgr.14403) 13216 : cluster 0 pgmap v9866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:50 smithi135 bash[32435]: cluster 2023-12-07T22:43:50.026017+0000 mgr.a (mgr.14403) 13216 : cluster 0 pgmap v9866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:50 smithi079 bash[28699]: cluster 2023-12-07T22:43:50.026017+0000 mgr.a (mgr.14403) 13216 : cluster 0 pgmap v9866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:51.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:43:51.446 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:51.446 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:52.334 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:43:52.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:52.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:52.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:52.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:43:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:53 smithi079 bash[28699]: audit 2023-12-07T22:43:51.842540+0000 mgr.a (mgr.14403) 13217 : audit 0 from='client.266958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:53 smithi079 bash[28699]: cluster 2023-12-07T22:43:52.026662+0000 mgr.a (mgr.14403) 13218 : cluster 0 pgmap v9867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:53 smithi194 bash[32038]: audit 2023-12-07T22:43:51.842540+0000 mgr.a (mgr.14403) 13217 : audit 0 from='client.266958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:53 smithi194 bash[32038]: cluster 2023-12-07T22:43:52.026662+0000 mgr.a (mgr.14403) 13218 : cluster 0 pgmap v9867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:53 smithi135 bash[32435]: audit 2023-12-07T22:43:51.842540+0000 mgr.a (mgr.14403) 13217 : audit 0 from='client.266958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:53 smithi135 bash[32435]: cluster 2023-12-07T22:43:52.026662+0000 mgr.a (mgr.14403) 13218 : cluster 0 pgmap v9867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:55 smithi079 bash[28699]: cluster 2023-12-07T22:43:54.027567+0000 mgr.a (mgr.14403) 13219 : cluster 0 pgmap v9868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:55 smithi194 bash[32038]: cluster 2023-12-07T22:43:54.027567+0000 mgr.a (mgr.14403) 13219 : cluster 0 pgmap v9868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:55 smithi135 bash[32435]: cluster 2023-12-07T22:43:54.027567+0000 mgr.a (mgr.14403) 13219 : cluster 0 pgmap v9868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:43:57.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:43:57.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:43:57.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:43:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:57 smithi079 bash[28699]: cluster 2023-12-07T22:43:56.028123+0000 mgr.a (mgr.14403) 13220 : cluster 0 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-07T22:43:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:57 smithi194 bash[32038]: cluster 2023-12-07T22:43:56.028123+0000 mgr.a (mgr.14403) 13220 : cluster 0 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-07T22:43:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:57 smithi135 bash[32435]: cluster 2023-12-07T22:43:56.028123+0000 mgr.a (mgr.14403) 13220 : cluster 0 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-07T22:43:58.241 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:43:58.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:43:58.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:43:58.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:43:58.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:43:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:59 smithi079 bash[28699]: audit 2023-12-07T22:43:57.742371+0000 mgr.a (mgr.14403) 13221 : audit 0 from='client.267036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:43:59 smithi079 bash[28699]: cluster 2023-12-07T22:43:58.029051+0000 mgr.a (mgr.14403) 13222 : cluster 0 pgmap v9870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:59 smithi194 bash[32038]: audit 2023-12-07T22:43:57.742371+0000 mgr.a (mgr.14403) 13221 : audit 0 from='client.267036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:43:59 smithi194 bash[32038]: cluster 2023-12-07T22:43:58.029051+0000 mgr.a (mgr.14403) 13222 : cluster 0 pgmap v9870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:43:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:59 smithi135 bash[32435]: audit 2023-12-07T22:43:57.742371+0000 mgr.a (mgr.14403) 13221 : audit 0 from='client.267036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:43:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:43:59 smithi135 bash[32435]: cluster 2023-12-07T22:43:58.029051+0000 mgr.a (mgr.14403) 13222 : cluster 0 pgmap v9870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:00 smithi194 bash[32038]: cluster 2023-12-07T22:44:00.030040+0000 mgr.a (mgr.14403) 13223 : cluster 0 pgmap v9871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:00 smithi135 bash[32435]: cluster 2023-12-07T22:44:00.030040+0000 mgr.a (mgr.14403) 13223 : cluster 0 pgmap v9871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:00 smithi079 bash[28699]: cluster 2023-12-07T22:44:00.030040+0000 mgr.a (mgr.14403) 13223 : cluster 0 pgmap v9871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:03.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:44:03.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:03.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:03 smithi079 bash[28699]: cluster 2023-12-07T22:44:02.030629+0000 mgr.a (mgr.14403) 13224 : cluster 0 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-07T22:44:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:03 smithi194 bash[32038]: cluster 2023-12-07T22:44:02.030629+0000 mgr.a (mgr.14403) 13224 : cluster 0 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-07T22:44:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:03 smithi135 bash[32435]: cluster 2023-12-07T22:44:02.030629+0000 mgr.a (mgr.14403) 13224 : cluster 0 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-07T22:44:04.162 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:44:04.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:04.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:04.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:04.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:44:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:05 smithi079 bash[28699]: audit 2023-12-07T22:44:03.645051+0000 mgr.a (mgr.14403) 13225 : audit 0 from='client.267111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:05 smithi079 bash[28699]: cluster 2023-12-07T22:44:04.032399+0000 mgr.a (mgr.14403) 13226 : cluster 0 pgmap v9873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:05 smithi194 bash[32038]: audit 2023-12-07T22:44:03.645051+0000 mgr.a (mgr.14403) 13225 : audit 0 from='client.267111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:05 smithi194 bash[32038]: cluster 2023-12-07T22:44:04.032399+0000 mgr.a (mgr.14403) 13226 : cluster 0 pgmap v9873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:05 smithi135 bash[32435]: audit 2023-12-07T22:44:03.645051+0000 mgr.a (mgr.14403) 13225 : audit 0 from='client.267111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:05 smithi135 bash[32435]: cluster 2023-12-07T22:44:04.032399+0000 mgr.a (mgr.14403) 13226 : cluster 0 pgmap v9873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:07 smithi079 bash[28699]: cluster 2023-12-07T22:44:06.033046+0000 mgr.a (mgr.14403) 13227 : cluster 0 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-07T22:44:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:07 smithi194 bash[32038]: cluster 2023-12-07T22:44:06.033046+0000 mgr.a (mgr.14403) 13227 : cluster 0 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-07T22:44:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:07 smithi135 bash[32435]: cluster 2023-12-07T22:44:06.033046+0000 mgr.a (mgr.14403) 13227 : cluster 0 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-07T22:44:09.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:44:09.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:09.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:09 smithi079 bash[28699]: cluster 2023-12-07T22:44:08.033599+0000 mgr.a (mgr.14403) 13228 : cluster 0 pgmap v9875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:09 smithi194 bash[32038]: cluster 2023-12-07T22:44:08.033599+0000 mgr.a (mgr.14403) 13228 : cluster 0 pgmap v9875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:09 smithi135 bash[32435]: cluster 2023-12-07T22:44:08.033599+0000 mgr.a (mgr.14403) 13228 : cluster 0 pgmap v9875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:10.093 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:44:10.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:10.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:10.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:10.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:44:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:10 smithi135 bash[32435]: audit 2023-12-07T22:44:09.578906+0000 mgr.a (mgr.14403) 13229 : audit 0 from='client.267189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:10 smithi135 bash[32435]: cluster 2023-12-07T22:44:10.034361+0000 mgr.a (mgr.14403) 13230 : cluster 0 pgmap v9876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:10 smithi079 bash[28699]: audit 2023-12-07T22:44:09.578906+0000 mgr.a (mgr.14403) 13229 : audit 0 from='client.267189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:10 smithi079 bash[28699]: cluster 2023-12-07T22:44:10.034361+0000 mgr.a (mgr.14403) 13230 : cluster 0 pgmap v9876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:10 smithi194 bash[32038]: audit 2023-12-07T22:44:09.578906+0000 mgr.a (mgr.14403) 13229 : audit 0 from='client.267189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:10 smithi194 bash[32038]: cluster 2023-12-07T22:44:10.034361+0000 mgr.a (mgr.14403) 13230 : cluster 0 pgmap v9876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:13 smithi079 bash[28699]: cluster 2023-12-07T22:44:12.034888+0000 mgr.a (mgr.14403) 13231 : cluster 0 pgmap v9877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:13 smithi194 bash[32038]: cluster 2023-12-07T22:44:12.034888+0000 mgr.a (mgr.14403) 13231 : cluster 0 pgmap v9877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:13 smithi135 bash[32435]: cluster 2023-12-07T22:44:12.034888+0000 mgr.a (mgr.14403) 13231 : cluster 0 pgmap v9877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:15.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:44:15.097 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:15.098 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:15 smithi079 bash[28699]: cluster 2023-12-07T22:44:14.035595+0000 mgr.a (mgr.14403) 13232 : cluster 0 pgmap v9878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:15 smithi194 bash[32038]: cluster 2023-12-07T22:44:14.035595+0000 mgr.a (mgr.14403) 13232 : cluster 0 pgmap v9878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:15 smithi135 bash[32435]: cluster 2023-12-07T22:44:14.035595+0000 mgr.a (mgr.14403) 13232 : cluster 0 pgmap v9878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:16.011 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:44:16.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:16.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:16.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:16.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:44:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:17 smithi079 bash[28699]: audit 2023-12-07T22:44:15.505806+0000 mgr.a (mgr.14403) 13233 : audit 0 from='client.267267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:17 smithi079 bash[28699]: cluster 2023-12-07T22:44:16.036263+0000 mgr.a (mgr.14403) 13234 : cluster 0 pgmap v9879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:17 smithi194 bash[32038]: audit 2023-12-07T22:44:15.505806+0000 mgr.a (mgr.14403) 13233 : audit 0 from='client.267267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:17 smithi194 bash[32038]: cluster 2023-12-07T22:44:16.036263+0000 mgr.a (mgr.14403) 13234 : cluster 0 pgmap v9879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:17 smithi135 bash[32435]: audit 2023-12-07T22:44:15.505806+0000 mgr.a (mgr.14403) 13233 : audit 0 from='client.267267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:17 smithi135 bash[32435]: cluster 2023-12-07T22:44:16.036263+0000 mgr.a (mgr.14403) 13234 : cluster 0 pgmap v9879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:19 smithi079 bash[28699]: cluster 2023-12-07T22:44:18.036920+0000 mgr.a (mgr.14403) 13235 : cluster 0 pgmap v9880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:19 smithi194 bash[32038]: cluster 2023-12-07T22:44:18.036920+0000 mgr.a (mgr.14403) 13235 : cluster 0 pgmap v9880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:19.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:19 smithi135 bash[32435]: cluster 2023-12-07T22:44:18.036920+0000 mgr.a (mgr.14403) 13235 : cluster 0 pgmap v9880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:21.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:44:21.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:21.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:20 smithi135 bash[32435]: cluster 2023-12-07T22:44:20.037738+0000 mgr.a (mgr.14403) 13236 : cluster 0 pgmap v9881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:20 smithi135 bash[32435]: audit 2023-12-07T22:44:20.884983+0000 mon.a (mon.0) 2275 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:44:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:20 smithi079 bash[28699]: cluster 2023-12-07T22:44:20.037738+0000 mgr.a (mgr.14403) 13236 : cluster 0 pgmap v9881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:20 smithi079 bash[28699]: audit 2023-12-07T22:44:20.884983+0000 mon.a (mon.0) 2275 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:44:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:20 smithi194 bash[32038]: cluster 2023-12-07T22:44:20.037738+0000 mgr.a (mgr.14403) 13236 : cluster 0 pgmap v9881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:20 smithi194 bash[32038]: audit 2023-12-07T22:44:20.884983+0000 mon.a (mon.0) 2275 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:44:21.910 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:44:21.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:21.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:21.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:21.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:44:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:23 smithi079 bash[28699]: audit 2023-12-07T22:44:21.411789+0000 mgr.a (mgr.14403) 13237 : audit 0 from='client.267342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:23 smithi079 bash[28699]: cluster 2023-12-07T22:44:22.038380+0000 mgr.a (mgr.14403) 13238 : cluster 0 pgmap v9882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:23 smithi194 bash[32038]: audit 2023-12-07T22:44:21.411789+0000 mgr.a (mgr.14403) 13237 : audit 0 from='client.267342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:23 smithi194 bash[32038]: cluster 2023-12-07T22:44:22.038380+0000 mgr.a (mgr.14403) 13238 : cluster 0 pgmap v9882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:23 smithi135 bash[32435]: audit 2023-12-07T22:44:21.411789+0000 mgr.a (mgr.14403) 13237 : audit 0 from='client.267342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:23 smithi135 bash[32435]: cluster 2023-12-07T22:44:22.038380+0000 mgr.a (mgr.14403) 13238 : cluster 0 pgmap v9882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:25 smithi079 bash[28699]: cluster 2023-12-07T22:44:24.039358+0000 mgr.a (mgr.14403) 13239 : cluster 0 pgmap v9883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:25 smithi194 bash[32038]: cluster 2023-12-07T22:44:24.039358+0000 mgr.a (mgr.14403) 13239 : cluster 0 pgmap v9883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:25 smithi135 bash[32435]: cluster 2023-12-07T22:44:24.039358+0000 mgr.a (mgr.14403) 13239 : cluster 0 pgmap v9883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:26.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:44:26.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:26.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:27 smithi079 bash[28699]: cluster 2023-12-07T22:44:26.039904+0000 mgr.a (mgr.14403) 13240 : cluster 0 pgmap v9884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:27 smithi194 bash[32038]: cluster 2023-12-07T22:44:26.039904+0000 mgr.a (mgr.14403) 13240 : cluster 0 pgmap v9884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:27 smithi135 bash[32435]: cluster 2023-12-07T22:44:26.039904+0000 mgr.a (mgr.14403) 13240 : cluster 0 pgmap v9884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:27.774 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:44:27.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:27.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:27.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:27.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:44:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:29 smithi079 bash[28699]: audit 2023-12-07T22:44:27.311877+0000 mgr.a (mgr.14403) 13241 : audit 0 from='client.267414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:29 smithi079 bash[28699]: cluster 2023-12-07T22:44:28.040349+0000 mgr.a (mgr.14403) 13242 : cluster 0 pgmap v9885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:29 smithi194 bash[32038]: audit 2023-12-07T22:44:27.311877+0000 mgr.a (mgr.14403) 13241 : audit 0 from='client.267414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:29 smithi194 bash[32038]: cluster 2023-12-07T22:44:28.040349+0000 mgr.a (mgr.14403) 13242 : cluster 0 pgmap v9885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:29.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:29 smithi135 bash[32435]: audit 2023-12-07T22:44:27.311877+0000 mgr.a (mgr.14403) 13241 : audit 0 from='client.267414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:29.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:29 smithi135 bash[32435]: cluster 2023-12-07T22:44:28.040349+0000 mgr.a (mgr.14403) 13242 : cluster 0 pgmap v9885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:31.400 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:30 smithi079 bash[28699]: cluster 2023-12-07T22:44:30.041188+0000 mgr.a (mgr.14403) 13243 : cluster 0 pgmap v9886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:30 smithi194 bash[32038]: cluster 2023-12-07T22:44:30.041188+0000 mgr.a (mgr.14403) 13243 : cluster 0 pgmap v9886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:30 smithi135 bash[32435]: cluster 2023-12-07T22:44:30.041188+0000 mgr.a (mgr.14403) 13243 : cluster 0 pgmap v9886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:32.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:44:32.776 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:32.776 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:32 smithi079 bash[28699]: audit 2023-12-07T22:44:31.641345+0000 mon.a (mon.0) 2276 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:44:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:32 smithi079 bash[28699]: audit 2023-12-07T22:44:31.647334+0000 mon.a (mon.0) 2277 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:44:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:32 smithi079 bash[28699]: audit 2023-12-07T22:44:31.648733+0000 mon.a (mon.0) 2278 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:44:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:32 smithi079 bash[28699]: audit 2023-12-07T22:44:31.650023+0000 mon.a (mon.0) 2279 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:44:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:32 smithi079 bash[28699]: audit 2023-12-07T22:44:31.658415+0000 mon.a (mon.0) 2280 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:44:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:32 smithi079 bash[28699]: cluster 2023-12-07T22:44:32.041770+0000 mgr.a (mgr.14403) 13244 : cluster 0 pgmap v9887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:32 smithi194 bash[32038]: audit 2023-12-07T22:44:31.641345+0000 mon.a (mon.0) 2276 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:44:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:32 smithi194 bash[32038]: audit 2023-12-07T22:44:31.647334+0000 mon.a (mon.0) 2277 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:44:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:32 smithi194 bash[32038]: audit 2023-12-07T22:44:31.648733+0000 mon.a (mon.0) 2278 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:44:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:32 smithi194 bash[32038]: audit 2023-12-07T22:44:31.650023+0000 mon.a (mon.0) 2279 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:44:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:32 smithi194 bash[32038]: audit 2023-12-07T22:44:31.658415+0000 mon.a (mon.0) 2280 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:44:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:32 smithi194 bash[32038]: cluster 2023-12-07T22:44:32.041770+0000 mgr.a (mgr.14403) 13244 : cluster 0 pgmap v9887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:32.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:32 smithi135 bash[32435]: audit 2023-12-07T22:44:31.641345+0000 mon.a (mon.0) 2276 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:44:32.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:32 smithi135 bash[32435]: audit 2023-12-07T22:44:31.647334+0000 mon.a (mon.0) 2277 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:44:32.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:32 smithi135 bash[32435]: audit 2023-12-07T22:44:31.648733+0000 mon.a (mon.0) 2278 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:44:32.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:32 smithi135 bash[32435]: audit 2023-12-07T22:44:31.650023+0000 mon.a (mon.0) 2279 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:44:32.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:32 smithi135 bash[32435]: audit 2023-12-07T22:44:31.658415+0000 mon.a (mon.0) 2280 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:44:32.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:32 smithi135 bash[32435]: cluster 2023-12-07T22:44:32.041770+0000 mgr.a (mgr.14403) 13244 : cluster 0 pgmap v9887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:33.720 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:44:33.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:33.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:33.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:33.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:44:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:35 smithi079 bash[28699]: audit 2023-12-07T22:44:33.192156+0000 mgr.a (mgr.14403) 13245 : audit 0 from='client.267492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:35 smithi079 bash[28699]: cluster 2023-12-07T22:44:34.042558+0000 mgr.a (mgr.14403) 13246 : cluster 0 pgmap v9888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:44:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:35 smithi194 bash[32038]: audit 2023-12-07T22:44:33.192156+0000 mgr.a (mgr.14403) 13245 : audit 0 from='client.267492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:35 smithi194 bash[32038]: cluster 2023-12-07T22:44:34.042558+0000 mgr.a (mgr.14403) 13246 : cluster 0 pgmap v9888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:44:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:35 smithi135 bash[32435]: audit 2023-12-07T22:44:33.192156+0000 mgr.a (mgr.14403) 13245 : audit 0 from='client.267492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:35 smithi135 bash[32435]: cluster 2023-12-07T22:44:34.042558+0000 mgr.a (mgr.14403) 13246 : cluster 0 pgmap v9888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:44:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:37 smithi079 bash[28699]: cluster 2023-12-07T22:44:36.043162+0000 mgr.a (mgr.14403) 13247 : cluster 0 pgmap v9889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:44:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:37 smithi194 bash[32038]: cluster 2023-12-07T22:44:36.043162+0000 mgr.a (mgr.14403) 13247 : cluster 0 pgmap v9889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:44:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:37 smithi135 bash[32435]: cluster 2023-12-07T22:44:36.043162+0000 mgr.a (mgr.14403) 13247 : cluster 0 pgmap v9889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:44:38.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:44:38.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:38.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:39 smithi079 bash[28699]: cluster 2023-12-07T22:44:38.043811+0000 mgr.a (mgr.14403) 13248 : cluster 0 pgmap v9890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:44:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:39 smithi194 bash[32038]: cluster 2023-12-07T22:44:38.043811+0000 mgr.a (mgr.14403) 13248 : cluster 0 pgmap v9890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:44:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:39 smithi135 bash[32435]: cluster 2023-12-07T22:44:38.043811+0000 mgr.a (mgr.14403) 13248 : cluster 0 pgmap v9890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:44:39.612 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:44:39.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:39.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:39.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:39.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:44:40.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:40 smithi079 bash[28699]: audit 2023-12-07T22:44:39.126497+0000 mgr.a (mgr.14403) 13249 : audit 0 from='client.267570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:40.533 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:40 smithi135 bash[32435]: audit 2023-12-07T22:44:39.126497+0000 mgr.a (mgr.14403) 13249 : audit 0 from='client.267570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:40.534 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:40 smithi194 bash[32038]: audit 2023-12-07T22:44:39.126497+0000 mgr.a (mgr.14403) 13249 : audit 0 from='client.267570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:41 smithi079 bash[28699]: cluster 2023-12-07T22:44:40.044782+0000 mgr.a (mgr.14403) 13250 : cluster 0 pgmap v9891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:41 smithi194 bash[32038]: cluster 2023-12-07T22:44:40.044782+0000 mgr.a (mgr.14403) 13250 : cluster 0 pgmap v9891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:41 smithi135 bash[32435]: cluster 2023-12-07T22:44:40.044782+0000 mgr.a (mgr.14403) 13250 : cluster 0 pgmap v9891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:43 smithi079 bash[28699]: cluster 2023-12-07T22:44:42.045346+0000 mgr.a (mgr.14403) 13251 : cluster 0 pgmap v9892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:43 smithi194 bash[32038]: cluster 2023-12-07T22:44:42.045346+0000 mgr.a (mgr.14403) 13251 : cluster 0 pgmap v9892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:43.465 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:43 smithi135 bash[32435]: cluster 2023-12-07T22:44:42.045346+0000 mgr.a (mgr.14403) 13251 : cluster 0 pgmap v9892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:44:44.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:44:44.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:44.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:45 smithi079 bash[28699]: cluster 2023-12-07T22:44:44.046040+0000 mgr.a (mgr.14403) 13252 : cluster 0 pgmap v9893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:45 smithi194 bash[32038]: cluster 2023-12-07T22:44:44.046040+0000 mgr.a (mgr.14403) 13252 : cluster 0 pgmap v9893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:45 smithi135 bash[32435]: cluster 2023-12-07T22:44:44.046040+0000 mgr.a (mgr.14403) 13252 : cluster 0 pgmap v9893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:45.523 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:44:45.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:45.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:45.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:45.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:44:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:46 smithi079 bash[28699]: audit 2023-12-07T22:44:45.012242+0000 mgr.a (mgr.14403) 13253 : audit 0 from='client.267648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:46 smithi194 bash[32038]: audit 2023-12-07T22:44:45.012242+0000 mgr.a (mgr.14403) 13253 : audit 0 from='client.267648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:46 smithi135 bash[32435]: audit 2023-12-07T22:44:45.012242+0000 mgr.a (mgr.14403) 13253 : audit 0 from='client.267648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:47.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:47 smithi079 bash[28699]: cluster 2023-12-07T22:44:46.046758+0000 mgr.a (mgr.14403) 13254 : cluster 0 pgmap v9894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:44:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:47 smithi194 bash[32038]: cluster 2023-12-07T22:44:46.046758+0000 mgr.a (mgr.14403) 13254 : cluster 0 pgmap v9894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:44:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:47 smithi135 bash[32435]: cluster 2023-12-07T22:44:46.046758+0000 mgr.a (mgr.14403) 13254 : cluster 0 pgmap v9894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:44:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:49 smithi079 bash[28699]: cluster 2023-12-07T22:44:48.047345+0000 mgr.a (mgr.14403) 13255 : cluster 0 pgmap v9895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:44:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:49 smithi194 bash[32038]: cluster 2023-12-07T22:44:48.047345+0000 mgr.a (mgr.14403) 13255 : cluster 0 pgmap v9895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:44:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:49 smithi135 bash[32435]: cluster 2023-12-07T22:44:48.047345+0000 mgr.a (mgr.14403) 13255 : cluster 0 pgmap v9895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:44:50.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:44:50.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:50.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:50 smithi079 bash[28699]: cluster 2023-12-07T22:44:50.048049+0000 mgr.a (mgr.14403) 13256 : cluster 0 pgmap v9896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:44:51.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:51.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:51.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:51.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:44:51.412 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:44:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:50 smithi194 bash[32038]: cluster 2023-12-07T22:44:50.048049+0000 mgr.a (mgr.14403) 13256 : cluster 0 pgmap v9896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:44:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:50 smithi135 bash[32435]: cluster 2023-12-07T22:44:50.048049+0000 mgr.a (mgr.14403) 13256 : cluster 0 pgmap v9896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:44:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:51 smithi079 bash[28699]: audit 2023-12-07T22:44:50.915211+0000 mgr.a (mgr.14403) 13257 : audit 0 from='client.267726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:51 smithi194 bash[32038]: audit 2023-12-07T22:44:50.915211+0000 mgr.a (mgr.14403) 13257 : audit 0 from='client.267726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:52.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:51 smithi135 bash[32435]: audit 2023-12-07T22:44:50.915211+0000 mgr.a (mgr.14403) 13257 : audit 0 from='client.267726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:52 smithi079 bash[28699]: cluster 2023-12-07T22:44:52.048796+0000 mgr.a (mgr.14403) 13258 : cluster 0 pgmap v9897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:52 smithi194 bash[32038]: cluster 2023-12-07T22:44:52.048796+0000 mgr.a (mgr.14403) 13258 : cluster 0 pgmap v9897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:52 smithi135 bash[32435]: cluster 2023-12-07T22:44:52.048796+0000 mgr.a (mgr.14403) 13258 : cluster 0 pgmap v9897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:55 smithi079 bash[28699]: cluster 2023-12-07T22:44:54.049536+0000 mgr.a (mgr.14403) 13259 : cluster 0 pgmap v9898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:55 smithi194 bash[32038]: cluster 2023-12-07T22:44:54.049536+0000 mgr.a (mgr.14403) 13259 : cluster 0 pgmap v9898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:55.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:55 smithi135 bash[32435]: cluster 2023-12-07T22:44:54.049536+0000 mgr.a (mgr.14403) 13259 : cluster 0 pgmap v9898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:44:56.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:44:56.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:44:56.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:44:57.293 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:44:57.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:44:57.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:44:57.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:44:57.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:44:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:57 smithi079 bash[28699]: cluster 2023-12-07T22:44:56.050065+0000 mgr.a (mgr.14403) 13260 : cluster 0 pgmap v9899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:57 smithi194 bash[32038]: cluster 2023-12-07T22:44:56.050065+0000 mgr.a (mgr.14403) 13260 : cluster 0 pgmap v9899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:57 smithi135 bash[32435]: cluster 2023-12-07T22:44:56.050065+0000 mgr.a (mgr.14403) 13260 : cluster 0 pgmap v9899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:58 smithi079 bash[28699]: audit 2023-12-07T22:44:56.809420+0000 mgr.a (mgr.14403) 13261 : audit 0 from='client.267801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:58.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:58 smithi194 bash[32038]: audit 2023-12-07T22:44:56.809420+0000 mgr.a (mgr.14403) 13261 : audit 0 from='client.267801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:58 smithi135 bash[32435]: audit 2023-12-07T22:44:56.809420+0000 mgr.a (mgr.14403) 13261 : audit 0 from='client.267801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:44:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:44:59 smithi079 bash[28699]: cluster 2023-12-07T22:44:58.050794+0000 mgr.a (mgr.14403) 13262 : cluster 0 pgmap v9900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:44:59 smithi194 bash[32038]: cluster 2023-12-07T22:44:58.050794+0000 mgr.a (mgr.14403) 13262 : cluster 0 pgmap v9900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:44:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:44:59 smithi135 bash[32435]: cluster 2023-12-07T22:44:58.050794+0000 mgr.a (mgr.14403) 13262 : cluster 0 pgmap v9900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:00 smithi079 bash[28699]: cluster 2023-12-07T22:45:00.051623+0000 mgr.a (mgr.14403) 13263 : cluster 0 pgmap v9901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:01.430 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:00 smithi135 bash[32435]: cluster 2023-12-07T22:45:00.051623+0000 mgr.a (mgr.14403) 13263 : cluster 0 pgmap v9901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:00 smithi194 bash[32038]: cluster 2023-12-07T22:45:00.051623+0000 mgr.a (mgr.14403) 13263 : cluster 0 pgmap v9901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:02.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:45:02.297 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:02.297 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:03.195 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:45:03.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:03.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:03.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:03.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:45:03.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:03 smithi079 bash[28699]: cluster 2023-12-07T22:45:02.052199+0000 mgr.a (mgr.14403) 13264 : cluster 0 pgmap v9902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:03 smithi194 bash[32038]: cluster 2023-12-07T22:45:02.052199+0000 mgr.a (mgr.14403) 13264 : cluster 0 pgmap v9902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:03 smithi135 bash[32435]: cluster 2023-12-07T22:45:02.052199+0000 mgr.a (mgr.14403) 13264 : cluster 0 pgmap v9902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:04.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:04 smithi079 bash[28699]: audit 2023-12-07T22:45:02.699039+0000 mgr.a (mgr.14403) 13265 : audit 0 from='client.267879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:04 smithi194 bash[32038]: audit 2023-12-07T22:45:02.699039+0000 mgr.a (mgr.14403) 13265 : audit 0 from='client.267879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:04 smithi135 bash[32435]: audit 2023-12-07T22:45:02.699039+0000 mgr.a (mgr.14403) 13265 : audit 0 from='client.267879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:05 smithi079 bash[28699]: cluster 2023-12-07T22:45:04.053049+0000 mgr.a (mgr.14403) 13266 : cluster 0 pgmap v9903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:05 smithi194 bash[32038]: cluster 2023-12-07T22:45:04.053049+0000 mgr.a (mgr.14403) 13266 : cluster 0 pgmap v9903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:05 smithi135 bash[32435]: cluster 2023-12-07T22:45:04.053049+0000 mgr.a (mgr.14403) 13266 : cluster 0 pgmap v9903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:07 smithi079 bash[28699]: cluster 2023-12-07T22:45:06.053621+0000 mgr.a (mgr.14403) 13267 : cluster 0 pgmap v9904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:07 smithi194 bash[32038]: cluster 2023-12-07T22:45:06.053621+0000 mgr.a (mgr.14403) 13267 : cluster 0 pgmap v9904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:07 smithi135 bash[32435]: cluster 2023-12-07T22:45:06.053621+0000 mgr.a (mgr.14403) 13267 : cluster 0 pgmap v9904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:08.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:45:08.198 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:08.198 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:09.090 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:45:09.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:09.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:09.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:09.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:45:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:09 smithi079 bash[28699]: cluster 2023-12-07T22:45:08.054169+0000 mgr.a (mgr.14403) 13268 : cluster 0 pgmap v9905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:09 smithi194 bash[32038]: cluster 2023-12-07T22:45:08.054169+0000 mgr.a (mgr.14403) 13268 : cluster 0 pgmap v9905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:09 smithi135 bash[32435]: cluster 2023-12-07T22:45:08.054169+0000 mgr.a (mgr.14403) 13268 : cluster 0 pgmap v9905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:10.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:10 smithi079 bash[28699]: audit 2023-12-07T22:45:08.592096+0000 mgr.a (mgr.14403) 13269 : audit 0 from='client.267954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:10 smithi194 bash[32038]: audit 2023-12-07T22:45:08.592096+0000 mgr.a (mgr.14403) 13269 : audit 0 from='client.267954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:10.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:10 smithi135 bash[32435]: audit 2023-12-07T22:45:08.592096+0000 mgr.a (mgr.14403) 13269 : audit 0 from='client.267954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:11 smithi079 bash[28699]: cluster 2023-12-07T22:45:10.055252+0000 mgr.a (mgr.14403) 13270 : cluster 0 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-07T22:45:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:11 smithi194 bash[32038]: cluster 2023-12-07T22:45:10.055252+0000 mgr.a (mgr.14403) 13270 : cluster 0 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-07T22:45:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:11 smithi135 bash[32435]: cluster 2023-12-07T22:45:10.055252+0000 mgr.a (mgr.14403) 13270 : cluster 0 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-07T22:45:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:13 smithi079 bash[28699]: cluster 2023-12-07T22:45:12.055805+0000 mgr.a (mgr.14403) 13271 : cluster 0 pgmap v9907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:13 smithi194 bash[32038]: cluster 2023-12-07T22:45:12.055805+0000 mgr.a (mgr.14403) 13271 : cluster 0 pgmap v9907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:13 smithi135 bash[32435]: cluster 2023-12-07T22:45:12.055805+0000 mgr.a (mgr.14403) 13271 : cluster 0 pgmap v9907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:14.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:45:14.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:14.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:15.016 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:45:15.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:15.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:15.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:15.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:45:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:15 smithi079 bash[28699]: cluster 2023-12-07T22:45:14.056573+0000 mgr.a (mgr.14403) 13272 : cluster 0 pgmap v9908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:15 smithi194 bash[32038]: cluster 2023-12-07T22:45:14.056573+0000 mgr.a (mgr.14403) 13272 : cluster 0 pgmap v9908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:15 smithi135 bash[32435]: cluster 2023-12-07T22:45:14.056573+0000 mgr.a (mgr.14403) 13272 : cluster 0 pgmap v9908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:16 smithi194 bash[32038]: audit 2023-12-07T22:45:14.493019+0000 mgr.a (mgr.14403) 13273 : audit 0 from='client.268029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:16 smithi135 bash[32435]: audit 2023-12-07T22:45:14.493019+0000 mgr.a (mgr.14403) 13273 : audit 0 from='client.268029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:16.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:16 smithi079 bash[28699]: audit 2023-12-07T22:45:14.493019+0000 mgr.a (mgr.14403) 13273 : audit 0 from='client.268029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:17 smithi194 bash[32038]: cluster 2023-12-07T22:45:16.057275+0000 mgr.a (mgr.14403) 13274 : cluster 0 pgmap v9909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:17 smithi135 bash[32435]: cluster 2023-12-07T22:45:16.057275+0000 mgr.a (mgr.14403) 13274 : cluster 0 pgmap v9909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:17 smithi079 bash[28699]: cluster 2023-12-07T22:45:16.057275+0000 mgr.a (mgr.14403) 13274 : cluster 0 pgmap v9909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:18 smithi194 bash[32038]: cluster 2023-12-07T22:45:18.057857+0000 mgr.a (mgr.14403) 13275 : cluster 0 pgmap v9910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:18 smithi135 bash[32435]: cluster 2023-12-07T22:45:18.057857+0000 mgr.a (mgr.14403) 13275 : cluster 0 pgmap v9910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:18 smithi079 bash[28699]: cluster 2023-12-07T22:45:18.057857+0000 mgr.a (mgr.14403) 13275 : cluster 0 pgmap v9910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:20.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:45:20.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:20.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:20.926 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:45:20.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:20.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:20.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:20.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:45:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:20 smithi079 bash[28699]: cluster 2023-12-07T22:45:20.058678+0000 mgr.a (mgr.14403) 13276 : cluster 0 pgmap v9911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:21.467 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:20 smithi135 bash[32435]: cluster 2023-12-07T22:45:20.058678+0000 mgr.a (mgr.14403) 13276 : cluster 0 pgmap v9911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:21.467 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:20 smithi194 bash[32038]: cluster 2023-12-07T22:45:20.058678+0000 mgr.a (mgr.14403) 13276 : cluster 0 pgmap v9911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:21 smithi079 bash[28699]: audit 2023-12-07T22:45:20.424739+0000 mgr.a (mgr.14403) 13277 : audit 0 from='client.268107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:21 smithi194 bash[32038]: audit 2023-12-07T22:45:20.424739+0000 mgr.a (mgr.14403) 13277 : audit 0 from='client.268107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:22.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:21 smithi135 bash[32435]: audit 2023-12-07T22:45:20.424739+0000 mgr.a (mgr.14403) 13277 : audit 0 from='client.268107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:22 smithi079 bash[28699]: cluster 2023-12-07T22:45:22.059411+0000 mgr.a (mgr.14403) 13278 : cluster 0 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-07T22:45:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:22 smithi194 bash[32038]: cluster 2023-12-07T22:45:22.059411+0000 mgr.a (mgr.14403) 13278 : cluster 0 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-07T22:45:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:22 smithi135 bash[32435]: cluster 2023-12-07T22:45:22.059411+0000 mgr.a (mgr.14403) 13278 : cluster 0 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-07T22:45:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:25 smithi079 bash[28699]: cluster 2023-12-07T22:45:24.060263+0000 mgr.a (mgr.14403) 13279 : cluster 0 pgmap v9913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:25 smithi194 bash[32038]: cluster 2023-12-07T22:45:24.060263+0000 mgr.a (mgr.14403) 13279 : cluster 0 pgmap v9913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:25 smithi135 bash[32435]: cluster 2023-12-07T22:45:24.060263+0000 mgr.a (mgr.14403) 13279 : cluster 0 pgmap v9913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:25.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:45:25.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:25.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:26.866 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:45:26.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:26.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:26.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:26.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:45:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:27 smithi079 bash[28699]: cluster 2023-12-07T22:45:26.060736+0000 mgr.a (mgr.14403) 13280 : cluster 0 pgmap v9914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:27.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:27 smithi194 bash[32038]: cluster 2023-12-07T22:45:26.060736+0000 mgr.a (mgr.14403) 13280 : cluster 0 pgmap v9914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:27 smithi135 bash[32435]: cluster 2023-12-07T22:45:26.060736+0000 mgr.a (mgr.14403) 13280 : cluster 0 pgmap v9914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:28 smithi079 bash[28699]: audit 2023-12-07T22:45:26.332277+0000 mgr.a (mgr.14403) 13281 : audit 0 from='client.268182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:28 smithi194 bash[32038]: audit 2023-12-07T22:45:26.332277+0000 mgr.a (mgr.14403) 13281 : audit 0 from='client.268182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:28 smithi135 bash[32435]: audit 2023-12-07T22:45:26.332277+0000 mgr.a (mgr.14403) 13281 : audit 0 from='client.268182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:29 smithi079 bash[28699]: cluster 2023-12-07T22:45:28.061445+0000 mgr.a (mgr.14403) 13282 : cluster 0 pgmap v9915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:29 smithi194 bash[32038]: cluster 2023-12-07T22:45:28.061445+0000 mgr.a (mgr.14403) 13282 : cluster 0 pgmap v9915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:29 smithi135 bash[32435]: cluster 2023-12-07T22:45:28.061445+0000 mgr.a (mgr.14403) 13282 : cluster 0 pgmap v9915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:30 smithi079 bash[28699]: cluster 2023-12-07T22:45:30.062241+0000 mgr.a (mgr.14403) 13283 : cluster 0 pgmap v9916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:30 smithi194 bash[32038]: cluster 2023-12-07T22:45:30.062241+0000 mgr.a (mgr.14403) 13283 : cluster 0 pgmap v9916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:30 smithi135 bash[32435]: cluster 2023-12-07T22:45:30.062241+0000 mgr.a (mgr.14403) 13283 : cluster 0 pgmap v9916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:31.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:45:31.868 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:31.868 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:31 smithi079 bash[28699]: audit 2023-12-07T22:45:31.760764+0000 mon.a (mon.0) 2281 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:45:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:31 smithi194 bash[32038]: audit 2023-12-07T22:45:31.760764+0000 mon.a (mon.0) 2281 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:45:32.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:31 smithi135 bash[32435]: audit 2023-12-07T22:45:31.760764+0000 mon.a (mon.0) 2281 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:45:32.775 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:45:32.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:32.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:32.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:32.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:45:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:32 smithi079 bash[28699]: cluster 2023-12-07T22:45:32.062731+0000 mgr.a (mgr.14403) 13284 : cluster 0 pgmap v9917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:32 smithi194 bash[32038]: cluster 2023-12-07T22:45:32.062731+0000 mgr.a (mgr.14403) 13284 : cluster 0 pgmap v9917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:32 smithi135 bash[32435]: cluster 2023-12-07T22:45:32.062731+0000 mgr.a (mgr.14403) 13284 : cluster 0 pgmap v9917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:33 smithi079 bash[28699]: audit 2023-12-07T22:45:32.258393+0000 mgr.a (mgr.14403) 13285 : audit 0 from='client.268257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:33 smithi194 bash[32038]: audit 2023-12-07T22:45:32.258393+0000 mgr.a (mgr.14403) 13285 : audit 0 from='client.268257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:33 smithi135 bash[32435]: audit 2023-12-07T22:45:32.258393+0000 mgr.a (mgr.14403) 13285 : audit 0 from='client.268257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:35 smithi079 bash[28699]: cluster 2023-12-07T22:45:34.063680+0000 mgr.a (mgr.14403) 13286 : cluster 0 pgmap v9918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:35 smithi194 bash[32038]: cluster 2023-12-07T22:45:34.063680+0000 mgr.a (mgr.14403) 13286 : cluster 0 pgmap v9918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:35 smithi135 bash[32435]: cluster 2023-12-07T22:45:34.063680+0000 mgr.a (mgr.14403) 13286 : cluster 0 pgmap v9918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:45:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:37 smithi079 bash[28699]: cluster 2023-12-07T22:45:36.064275+0000 mgr.a (mgr.14403) 13287 : cluster 0 pgmap v9919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:37 smithi194 bash[32038]: cluster 2023-12-07T22:45:36.064275+0000 mgr.a (mgr.14403) 13287 : cluster 0 pgmap v9919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:37 smithi135 bash[32435]: cluster 2023-12-07T22:45:36.064275+0000 mgr.a (mgr.14403) 13287 : cluster 0 pgmap v9919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:37.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:45:37.779 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:37.779 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:38.676 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:45:38.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:38.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:38.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:38.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:45:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:39 smithi135 bash[32435]: cluster 2023-12-07T22:45:38.064819+0000 mgr.a (mgr.14403) 13288 : cluster 0 pgmap v9920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:39 smithi079 bash[28699]: cluster 2023-12-07T22:45:38.064819+0000 mgr.a (mgr.14403) 13288 : cluster 0 pgmap v9920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:39 smithi194 bash[32038]: cluster 2023-12-07T22:45:38.064819+0000 mgr.a (mgr.14403) 13288 : cluster 0 pgmap v9920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:40 smithi079 bash[28699]: audit 2023-12-07T22:45:38.181129+0000 mgr.a (mgr.14403) 13289 : audit 0 from='client.268332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:40 smithi194 bash[32038]: audit 2023-12-07T22:45:38.181129+0000 mgr.a (mgr.14403) 13289 : audit 0 from='client.268332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:40 smithi135 bash[32435]: audit 2023-12-07T22:45:38.181129+0000 mgr.a (mgr.14403) 13289 : audit 0 from='client.268332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:41 smithi079 bash[28699]: cluster 2023-12-07T22:45:40.065488+0000 mgr.a (mgr.14403) 13290 : cluster 0 pgmap v9921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:45:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:41 smithi194 bash[32038]: cluster 2023-12-07T22:45:40.065488+0000 mgr.a (mgr.14403) 13290 : cluster 0 pgmap v9921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:45:41.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:41 smithi135 bash[32435]: cluster 2023-12-07T22:45:40.065488+0000 mgr.a (mgr.14403) 13290 : cluster 0 pgmap v9921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:45:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:43 smithi079 bash[28699]: cluster 2023-12-07T22:45:42.065960+0000 mgr.a (mgr.14403) 13291 : cluster 0 pgmap v9922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:45:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:43 smithi079 bash[28699]: audit 2023-12-07T22:45:42.617333+0000 mon.a (mon.0) 2282 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:45:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:43 smithi079 bash[28699]: audit 2023-12-07T22:45:42.623605+0000 mon.a (mon.0) 2283 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:45:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:43 smithi079 bash[28699]: audit 2023-12-07T22:45:42.632788+0000 mon.a (mon.0) 2284 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:45:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:43 smithi079 bash[28699]: audit 2023-12-07T22:45:42.634562+0000 mon.a (mon.0) 2285 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:45:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:43 smithi079 bash[28699]: audit 2023-12-07T22:45:42.643719+0000 mon.a (mon.0) 2286 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:45:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:43 smithi194 bash[32038]: cluster 2023-12-07T22:45:42.065960+0000 mgr.a (mgr.14403) 13291 : cluster 0 pgmap v9922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:45:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:43 smithi194 bash[32038]: audit 2023-12-07T22:45:42.617333+0000 mon.a (mon.0) 2282 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:45:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:43 smithi194 bash[32038]: audit 2023-12-07T22:45:42.623605+0000 mon.a (mon.0) 2283 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:45:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:43 smithi194 bash[32038]: audit 2023-12-07T22:45:42.632788+0000 mon.a (mon.0) 2284 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:45:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:43 smithi194 bash[32038]: audit 2023-12-07T22:45:42.634562+0000 mon.a (mon.0) 2285 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:45:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:43 smithi194 bash[32038]: audit 2023-12-07T22:45:42.643719+0000 mon.a (mon.0) 2286 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:45:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:43 smithi135 bash[32435]: cluster 2023-12-07T22:45:42.065960+0000 mgr.a (mgr.14403) 13291 : cluster 0 pgmap v9922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:45:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:43 smithi135 bash[32435]: audit 2023-12-07T22:45:42.617333+0000 mon.a (mon.0) 2282 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:45:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:43 smithi135 bash[32435]: audit 2023-12-07T22:45:42.623605+0000 mon.a (mon.0) 2283 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:45:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:43 smithi135 bash[32435]: audit 2023-12-07T22:45:42.632788+0000 mon.a (mon.0) 2284 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:45:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:43 smithi135 bash[32435]: audit 2023-12-07T22:45:42.634562+0000 mon.a (mon.0) 2285 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:45:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:43 smithi135 bash[32435]: audit 2023-12-07T22:45:42.643719+0000 mon.a (mon.0) 2286 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:45:43.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:45:43.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:43.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:44.573 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:45:44.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:44.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:44.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:44.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:45:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:45 smithi079 bash[28699]: cluster 2023-12-07T22:45:44.066703+0000 mgr.a (mgr.14403) 13292 : cluster 0 pgmap v9923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:45 smithi079 bash[28699]: audit 2023-12-07T22:45:44.076344+0000 mgr.a (mgr.14403) 13293 : audit 0 from='client.268410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:45 smithi194 bash[32038]: cluster 2023-12-07T22:45:44.066703+0000 mgr.a (mgr.14403) 13292 : cluster 0 pgmap v9923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:45 smithi194 bash[32038]: audit 2023-12-07T22:45:44.076344+0000 mgr.a (mgr.14403) 13293 : audit 0 from='client.268410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:45 smithi135 bash[32435]: cluster 2023-12-07T22:45:44.066703+0000 mgr.a (mgr.14403) 13292 : cluster 0 pgmap v9923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:45 smithi135 bash[32435]: audit 2023-12-07T22:45:44.076344+0000 mgr.a (mgr.14403) 13293 : audit 0 from='client.268410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:47 smithi079 bash[28699]: cluster 2023-12-07T22:45:46.067429+0000 mgr.a (mgr.14403) 13294 : cluster 0 pgmap v9924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:47 smithi194 bash[32038]: cluster 2023-12-07T22:45:46.067429+0000 mgr.a (mgr.14403) 13294 : cluster 0 pgmap v9924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:47 smithi135 bash[32435]: cluster 2023-12-07T22:45:46.067429+0000 mgr.a (mgr.14403) 13294 : cluster 0 pgmap v9924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:49 smithi194 bash[32038]: cluster 2023-12-07T22:45:48.068037+0000 mgr.a (mgr.14403) 13295 : cluster 0 pgmap v9925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:49 smithi135 bash[32435]: cluster 2023-12-07T22:45:48.068037+0000 mgr.a (mgr.14403) 13295 : cluster 0 pgmap v9925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:49.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:45:49.577 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:49.577 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:49 smithi079 bash[28699]: cluster 2023-12-07T22:45:48.068037+0000 mgr.a (mgr.14403) 13295 : cluster 0 pgmap v9925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:45:50.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:50.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:50.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:50.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:45:50.472 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:45:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:50 smithi079 bash[28699]: audit 2023-12-07T22:45:49.982604+0000 mgr.a (mgr.14403) 13296 : audit 0 from='client.268485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:50 smithi079 bash[28699]: cluster 2023-12-07T22:45:50.068647+0000 mgr.a (mgr.14403) 13297 : cluster 0 pgmap v9926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:50 smithi194 bash[32038]: audit 2023-12-07T22:45:49.982604+0000 mgr.a (mgr.14403) 13296 : audit 0 from='client.268485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:50 smithi194 bash[32038]: cluster 2023-12-07T22:45:50.068647+0000 mgr.a (mgr.14403) 13297 : cluster 0 pgmap v9926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:51.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:50 smithi135 bash[32435]: audit 2023-12-07T22:45:49.982604+0000 mgr.a (mgr.14403) 13296 : audit 0 from='client.268485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:51.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:50 smithi135 bash[32435]: cluster 2023-12-07T22:45:50.068647+0000 mgr.a (mgr.14403) 13297 : cluster 0 pgmap v9926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:53 smithi079 bash[28699]: cluster 2023-12-07T22:45:52.069298+0000 mgr.a (mgr.14403) 13298 : cluster 0 pgmap v9927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:45:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:53 smithi194 bash[32038]: cluster 2023-12-07T22:45:52.069298+0000 mgr.a (mgr.14403) 13298 : cluster 0 pgmap v9927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:45:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:53 smithi135 bash[32435]: cluster 2023-12-07T22:45:52.069298+0000 mgr.a (mgr.14403) 13298 : cluster 0 pgmap v9927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:45:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:55 smithi079 bash[28699]: cluster 2023-12-07T22:45:54.070139+0000 mgr.a (mgr.14403) 13299 : cluster 0 pgmap v9928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:45:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:55 smithi194 bash[32038]: cluster 2023-12-07T22:45:54.070139+0000 mgr.a (mgr.14403) 13299 : cluster 0 pgmap v9928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:45:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:55 smithi135 bash[32435]: cluster 2023-12-07T22:45:54.070139+0000 mgr.a (mgr.14403) 13299 : cluster 0 pgmap v9928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:45:55.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:45:55.476 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:45:55.476 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:45:56.414 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:45:56.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:45:56.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:45:56.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:45:56.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:45:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:57 smithi079 bash[28699]: audit 2023-12-07T22:45:55.886669+0000 mgr.a (mgr.14403) 13300 : audit 0 from='client.209272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:57 smithi079 bash[28699]: cluster 2023-12-07T22:45:56.070847+0000 mgr.a (mgr.14403) 13301 : cluster 0 pgmap v9929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:57 smithi194 bash[32038]: audit 2023-12-07T22:45:55.886669+0000 mgr.a (mgr.14403) 13300 : audit 0 from='client.209272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:57 smithi194 bash[32038]: cluster 2023-12-07T22:45:56.070847+0000 mgr.a (mgr.14403) 13301 : cluster 0 pgmap v9929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:57 smithi135 bash[32435]: audit 2023-12-07T22:45:55.886669+0000 mgr.a (mgr.14403) 13300 : audit 0 from='client.209272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:45:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:57 smithi135 bash[32435]: cluster 2023-12-07T22:45:56.070847+0000 mgr.a (mgr.14403) 13301 : cluster 0 pgmap v9929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:45:59 smithi079 bash[28699]: cluster 2023-12-07T22:45:58.071519+0000 mgr.a (mgr.14403) 13302 : cluster 0 pgmap v9930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:45:59 smithi194 bash[32038]: cluster 2023-12-07T22:45:58.071519+0000 mgr.a (mgr.14403) 13302 : cluster 0 pgmap v9930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:45:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:45:59 smithi135 bash[32435]: cluster 2023-12-07T22:45:58.071519+0000 mgr.a (mgr.14403) 13302 : cluster 0 pgmap v9930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:00 smithi079 bash[28699]: cluster 2023-12-07T22:46:00.072345+0000 mgr.a (mgr.14403) 13303 : cluster 0 pgmap v9931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:01.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:46:01.417 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:01.417 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:00 smithi194 bash[32038]: cluster 2023-12-07T22:46:00.072345+0000 mgr.a (mgr.14403) 13303 : cluster 0 pgmap v9931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:00 smithi135 bash[32435]: cluster 2023-12-07T22:46:00.072345+0000 mgr.a (mgr.14403) 13303 : cluster 0 pgmap v9931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:02.325 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:46:02.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:02.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:02.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:02.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:46:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:03 smithi079 bash[28699]: audit 2023-12-07T22:46:01.814567+0000 mgr.a (mgr.14403) 13304 : audit 0 from='client.268638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:03 smithi079 bash[28699]: cluster 2023-12-07T22:46:02.073558+0000 mgr.a (mgr.14403) 13305 : cluster 0 pgmap v9932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:03 smithi194 bash[32038]: audit 2023-12-07T22:46:01.814567+0000 mgr.a (mgr.14403) 13304 : audit 0 from='client.268638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:03 smithi194 bash[32038]: cluster 2023-12-07T22:46:02.073558+0000 mgr.a (mgr.14403) 13305 : cluster 0 pgmap v9932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:03 smithi135 bash[32435]: audit 2023-12-07T22:46:01.814567+0000 mgr.a (mgr.14403) 13304 : audit 0 from='client.268638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:03 smithi135 bash[32435]: cluster 2023-12-07T22:46:02.073558+0000 mgr.a (mgr.14403) 13305 : cluster 0 pgmap v9932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:05 smithi079 bash[28699]: cluster 2023-12-07T22:46:04.074580+0000 mgr.a (mgr.14403) 13306 : cluster 0 pgmap v9933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:05 smithi194 bash[32038]: cluster 2023-12-07T22:46:04.074580+0000 mgr.a (mgr.14403) 13306 : cluster 0 pgmap v9933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:05 smithi135 bash[32435]: cluster 2023-12-07T22:46:04.074580+0000 mgr.a (mgr.14403) 13306 : cluster 0 pgmap v9933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:07.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:46:07.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:07.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:07 smithi194 bash[32038]: cluster 2023-12-07T22:46:06.075244+0000 mgr.a (mgr.14403) 13307 : cluster 0 pgmap v9934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:07 smithi135 bash[32435]: cluster 2023-12-07T22:46:06.075244+0000 mgr.a (mgr.14403) 13307 : cluster 0 pgmap v9934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:07 smithi079 bash[28699]: cluster 2023-12-07T22:46:06.075244+0000 mgr.a (mgr.14403) 13307 : cluster 0 pgmap v9934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:08.224 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:46:08.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:08.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:08.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:08.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:46:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:09 smithi194 bash[32038]: audit 2023-12-07T22:46:07.729384+0000 mgr.a (mgr.14403) 13308 : audit 0 from='client.268713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:09 smithi194 bash[32038]: cluster 2023-12-07T22:46:08.075995+0000 mgr.a (mgr.14403) 13309 : cluster 0 pgmap v9935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:09.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:09 smithi135 bash[32435]: audit 2023-12-07T22:46:07.729384+0000 mgr.a (mgr.14403) 13308 : audit 0 from='client.268713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:09.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:09 smithi135 bash[32435]: cluster 2023-12-07T22:46:08.075995+0000 mgr.a (mgr.14403) 13309 : cluster 0 pgmap v9935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:09 smithi079 bash[28699]: audit 2023-12-07T22:46:07.729384+0000 mgr.a (mgr.14403) 13308 : audit 0 from='client.268713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:09 smithi079 bash[28699]: cluster 2023-12-07T22:46:08.075995+0000 mgr.a (mgr.14403) 13309 : cluster 0 pgmap v9935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:10 smithi079 bash[28699]: cluster 2023-12-07T22:46:10.076904+0000 mgr.a (mgr.14403) 13310 : cluster 0 pgmap v9936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:10 smithi194 bash[32038]: cluster 2023-12-07T22:46:10.076904+0000 mgr.a (mgr.14403) 13310 : cluster 0 pgmap v9936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:10 smithi135 bash[32435]: cluster 2023-12-07T22:46:10.076904+0000 mgr.a (mgr.14403) 13310 : cluster 0 pgmap v9936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:13.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:46:13.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:13.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:13 smithi079 bash[28699]: cluster 2023-12-07T22:46:12.077475+0000 mgr.a (mgr.14403) 13311 : cluster 0 pgmap v9937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:13 smithi194 bash[32038]: cluster 2023-12-07T22:46:12.077475+0000 mgr.a (mgr.14403) 13311 : cluster 0 pgmap v9937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:13 smithi135 bash[32435]: cluster 2023-12-07T22:46:12.077475+0000 mgr.a (mgr.14403) 13311 : cluster 0 pgmap v9937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:14.124 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:46:14.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:14.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:14.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:14.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:46:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:15 smithi079 bash[28699]: audit 2023-12-07T22:46:13.630447+0000 mgr.a (mgr.14403) 13312 : audit 0 from='client.268791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:15 smithi079 bash[28699]: cluster 2023-12-07T22:46:14.078112+0000 mgr.a (mgr.14403) 13313 : cluster 0 pgmap v9938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:15 smithi194 bash[32038]: audit 2023-12-07T22:46:13.630447+0000 mgr.a (mgr.14403) 13312 : audit 0 from='client.268791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:15 smithi194 bash[32038]: cluster 2023-12-07T22:46:14.078112+0000 mgr.a (mgr.14403) 13313 : cluster 0 pgmap v9938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:15 smithi135 bash[32435]: audit 2023-12-07T22:46:13.630447+0000 mgr.a (mgr.14403) 13312 : audit 0 from='client.268791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:15 smithi135 bash[32435]: cluster 2023-12-07T22:46:14.078112+0000 mgr.a (mgr.14403) 13313 : cluster 0 pgmap v9938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:17 smithi079 bash[28699]: cluster 2023-12-07T22:46:16.078638+0000 mgr.a (mgr.14403) 13314 : cluster 0 pgmap v9939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:17 smithi194 bash[32038]: cluster 2023-12-07T22:46:16.078638+0000 mgr.a (mgr.14403) 13314 : cluster 0 pgmap v9939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:17 smithi135 bash[32435]: cluster 2023-12-07T22:46:16.078638+0000 mgr.a (mgr.14403) 13314 : cluster 0 pgmap v9939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:19.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:46:19.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:19.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:19 smithi194 bash[32038]: cluster 2023-12-07T22:46:18.079228+0000 mgr.a (mgr.14403) 13315 : cluster 0 pgmap v9940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:19.469 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:19 smithi135 bash[32435]: cluster 2023-12-07T22:46:18.079228+0000 mgr.a (mgr.14403) 13315 : cluster 0 pgmap v9940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:19.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:19 smithi079 bash[28699]: cluster 2023-12-07T22:46:18.079228+0000 mgr.a (mgr.14403) 13315 : cluster 0 pgmap v9940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:20.031 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:46:20.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:20.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:20.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:20.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:46:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:21 smithi079 bash[28699]: audit 2023-12-07T22:46:19.526084+0000 mgr.a (mgr.14403) 13316 : audit 0 from='client.268869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:21 smithi079 bash[28699]: cluster 2023-12-07T22:46:20.080228+0000 mgr.a (mgr.14403) 13317 : cluster 0 pgmap v9941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:21.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:21 smithi194 bash[32038]: audit 2023-12-07T22:46:19.526084+0000 mgr.a (mgr.14403) 13316 : audit 0 from='client.268869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:21.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:21 smithi194 bash[32038]: cluster 2023-12-07T22:46:20.080228+0000 mgr.a (mgr.14403) 13317 : cluster 0 pgmap v9941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:21.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:21 smithi135 bash[32435]: audit 2023-12-07T22:46:19.526084+0000 mgr.a (mgr.14403) 13316 : audit 0 from='client.268869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:21.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:21 smithi135 bash[32435]: cluster 2023-12-07T22:46:20.080228+0000 mgr.a (mgr.14403) 13317 : cluster 0 pgmap v9941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:23 smithi079 bash[28699]: cluster 2023-12-07T22:46:22.080782+0000 mgr.a (mgr.14403) 13318 : cluster 0 pgmap v9942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:23 smithi194 bash[32038]: cluster 2023-12-07T22:46:22.080782+0000 mgr.a (mgr.14403) 13318 : cluster 0 pgmap v9942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:23.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:23 smithi135 bash[32435]: cluster 2023-12-07T22:46:22.080782+0000 mgr.a (mgr.14403) 13318 : cluster 0 pgmap v9942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:25.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:46:25.035 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:25.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:25 smithi079 bash[28699]: cluster 2023-12-07T22:46:24.081472+0000 mgr.a (mgr.14403) 13319 : cluster 0 pgmap v9943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:25 smithi194 bash[32038]: cluster 2023-12-07T22:46:24.081472+0000 mgr.a (mgr.14403) 13319 : cluster 0 pgmap v9943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:25 smithi135 bash[32435]: cluster 2023-12-07T22:46:24.081472+0000 mgr.a (mgr.14403) 13319 : cluster 0 pgmap v9943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:25.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:25.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:25.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:25.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:46:25.943 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:46:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:27 smithi194 bash[32038]: audit 2023-12-07T22:46:25.437243+0000 mgr.a (mgr.14403) 13320 : audit 0 from='client.268947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:27 smithi194 bash[32038]: cluster 2023-12-07T22:46:26.082197+0000 mgr.a (mgr.14403) 13321 : cluster 0 pgmap v9944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:27 smithi135 bash[32435]: audit 2023-12-07T22:46:25.437243+0000 mgr.a (mgr.14403) 13320 : audit 0 from='client.268947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:27 smithi135 bash[32435]: cluster 2023-12-07T22:46:26.082197+0000 mgr.a (mgr.14403) 13321 : cluster 0 pgmap v9944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:27.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:27 smithi079 bash[28699]: audit 2023-12-07T22:46:25.437243+0000 mgr.a (mgr.14403) 13320 : audit 0 from='client.268947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:27.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:27 smithi079 bash[28699]: cluster 2023-12-07T22:46:26.082197+0000 mgr.a (mgr.14403) 13321 : cluster 0 pgmap v9944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:29 smithi194 bash[32038]: cluster 2023-12-07T22:46:28.082802+0000 mgr.a (mgr.14403) 13322 : cluster 0 pgmap v9945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:29 smithi135 bash[32435]: cluster 2023-12-07T22:46:28.082802+0000 mgr.a (mgr.14403) 13322 : cluster 0 pgmap v9945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:29.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:29 smithi079 bash[28699]: cluster 2023-12-07T22:46:28.082802+0000 mgr.a (mgr.14403) 13322 : cluster 0 pgmap v9945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:30.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:46:30.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:30.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:31 smithi079 bash[28699]: cluster 2023-12-07T22:46:30.083655+0000 mgr.a (mgr.14403) 13323 : cluster 0 pgmap v9946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:31 smithi194 bash[32038]: cluster 2023-12-07T22:46:30.083655+0000 mgr.a (mgr.14403) 13323 : cluster 0 pgmap v9946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:31.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:31 smithi135 bash[32435]: cluster 2023-12-07T22:46:30.083655+0000 mgr.a (mgr.14403) 13323 : cluster 0 pgmap v9946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:31.877 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:46:31.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:31.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:31.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:31.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:46:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:33 smithi079 bash[28699]: audit 2023-12-07T22:46:31.355865+0000 mgr.a (mgr.14403) 13324 : audit 0 from='client.269025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:33 smithi079 bash[28699]: cluster 2023-12-07T22:46:32.084323+0000 mgr.a (mgr.14403) 13325 : cluster 0 pgmap v9947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:33 smithi194 bash[32038]: audit 2023-12-07T22:46:31.355865+0000 mgr.a (mgr.14403) 13324 : audit 0 from='client.269025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:33 smithi194 bash[32038]: cluster 2023-12-07T22:46:32.084323+0000 mgr.a (mgr.14403) 13325 : cluster 0 pgmap v9947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:33 smithi135 bash[32435]: audit 2023-12-07T22:46:31.355865+0000 mgr.a (mgr.14403) 13324 : audit 0 from='client.269025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:33 smithi135 bash[32435]: cluster 2023-12-07T22:46:32.084323+0000 mgr.a (mgr.14403) 13325 : cluster 0 pgmap v9947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:35.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:35 smithi194 bash[32038]: cluster 2023-12-07T22:46:34.085105+0000 mgr.a (mgr.14403) 13326 : cluster 0 pgmap v9948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:35.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:35 smithi135 bash[32435]: cluster 2023-12-07T22:46:34.085105+0000 mgr.a (mgr.14403) 13326 : cluster 0 pgmap v9948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:35.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:35 smithi079 bash[28699]: cluster 2023-12-07T22:46:34.085105+0000 mgr.a (mgr.14403) 13326 : cluster 0 pgmap v9948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:36.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:46:36.879 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:36.879 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:37 smithi194 bash[32038]: cluster 2023-12-07T22:46:36.085688+0000 mgr.a (mgr.14403) 13327 : cluster 0 pgmap v9949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:37.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:37 smithi135 bash[32435]: cluster 2023-12-07T22:46:36.085688+0000 mgr.a (mgr.14403) 13327 : cluster 0 pgmap v9949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:37.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:37 smithi079 bash[28699]: cluster 2023-12-07T22:46:36.085688+0000 mgr.a (mgr.14403) 13327 : cluster 0 pgmap v9949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:37.808 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:46:37.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:37.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:37.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:37.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:46:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:39 smithi194 bash[32038]: audit 2023-12-07T22:46:37.284358+0000 mgr.a (mgr.14403) 13328 : audit 0 from='client.269103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:39 smithi194 bash[32038]: cluster 2023-12-07T22:46:38.086402+0000 mgr.a (mgr.14403) 13329 : cluster 0 pgmap v9950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:39.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:39 smithi135 bash[32435]: audit 2023-12-07T22:46:37.284358+0000 mgr.a (mgr.14403) 13328 : audit 0 from='client.269103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:39 smithi135 bash[32435]: cluster 2023-12-07T22:46:38.086402+0000 mgr.a (mgr.14403) 13329 : cluster 0 pgmap v9950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:39.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:39 smithi079 bash[28699]: audit 2023-12-07T22:46:37.284358+0000 mgr.a (mgr.14403) 13328 : audit 0 from='client.269103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:39.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:39 smithi079 bash[28699]: cluster 2023-12-07T22:46:38.086402+0000 mgr.a (mgr.14403) 13329 : cluster 0 pgmap v9950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:41 smithi079 bash[28699]: cluster 2023-12-07T22:46:40.087379+0000 mgr.a (mgr.14403) 13330 : cluster 0 pgmap v9951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:41.520 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:41 smithi135 bash[32435]: cluster 2023-12-07T22:46:40.087379+0000 mgr.a (mgr.14403) 13330 : cluster 0 pgmap v9951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:41.520 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:41 smithi194 bash[32038]: cluster 2023-12-07T22:46:40.087379+0000 mgr.a (mgr.14403) 13330 : cluster 0 pgmap v9951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:46:42.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:46:42.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:42.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:43 smithi194 bash[32038]: cluster 2023-12-07T22:46:42.087817+0000 mgr.a (mgr.14403) 13331 : cluster 0 pgmap v9952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:43 smithi194 bash[32038]: audit 2023-12-07T22:46:42.746616+0000 mon.a (mon.0) 2287 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:46:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:43 smithi135 bash[32435]: cluster 2023-12-07T22:46:42.087817+0000 mgr.a (mgr.14403) 13331 : cluster 0 pgmap v9952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:43 smithi135 bash[32435]: audit 2023-12-07T22:46:42.746616+0000 mon.a (mon.0) 2287 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:46:43.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:43 smithi079 bash[28699]: cluster 2023-12-07T22:46:42.087817+0000 mgr.a (mgr.14403) 13331 : cluster 0 pgmap v9952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:43.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:43 smithi079 bash[28699]: audit 2023-12-07T22:46:42.746616+0000 mon.a (mon.0) 2287 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:46:43.736 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:46:43.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:43.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:43.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:43.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:46:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:45 smithi194 bash[32038]: audit 2023-12-07T22:46:43.221835+0000 mgr.a (mgr.14403) 13332 : audit 0 from='client.195986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:45 smithi194 bash[32038]: cluster 2023-12-07T22:46:44.088870+0000 mgr.a (mgr.14403) 13333 : cluster 0 pgmap v9953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:46:45.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:45 smithi135 bash[32435]: audit 2023-12-07T22:46:43.221835+0000 mgr.a (mgr.14403) 13332 : audit 0 from='client.195986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:45 smithi135 bash[32435]: cluster 2023-12-07T22:46:44.088870+0000 mgr.a (mgr.14403) 13333 : cluster 0 pgmap v9953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:46:45.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:45 smithi079 bash[28699]: audit 2023-12-07T22:46:43.221835+0000 mgr.a (mgr.14403) 13332 : audit 0 from='client.195986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:45.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:45 smithi079 bash[28699]: cluster 2023-12-07T22:46:44.088870+0000 mgr.a (mgr.14403) 13333 : cluster 0 pgmap v9953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:46:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:47 smithi194 bash[32038]: cluster 2023-12-07T22:46:46.089436+0000 mgr.a (mgr.14403) 13334 : cluster 0 pgmap v9954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:46:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:47 smithi135 bash[32435]: cluster 2023-12-07T22:46:46.089436+0000 mgr.a (mgr.14403) 13334 : cluster 0 pgmap v9954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:46:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:47 smithi079 bash[28699]: cluster 2023-12-07T22:46:46.089436+0000 mgr.a (mgr.14403) 13334 : cluster 0 pgmap v9954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:46:48.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:46:48.740 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:48.740 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:49 smithi194 bash[32038]: cluster 2023-12-07T22:46:48.090015+0000 mgr.a (mgr.14403) 13335 : cluster 0 pgmap v9955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:46:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:49 smithi135 bash[32435]: cluster 2023-12-07T22:46:48.090015+0000 mgr.a (mgr.14403) 13335 : cluster 0 pgmap v9955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:46:49.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:49 smithi079 bash[28699]: cluster 2023-12-07T22:46:48.090015+0000 mgr.a (mgr.14403) 13335 : cluster 0 pgmap v9955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:46:49.659 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:46:49.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:49.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:49.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:49.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:46:50.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:50 smithi194 bash[32038]: audit 2023-12-07T22:46:49.142728+0000 mgr.a (mgr.14403) 13336 : audit 0 from='client.269259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:50 smithi135 bash[32435]: audit 2023-12-07T22:46:49.142728+0000 mgr.a (mgr.14403) 13336 : audit 0 from='client.269259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:50 smithi079 bash[28699]: audit 2023-12-07T22:46:49.142728+0000 mgr.a (mgr.14403) 13336 : audit 0 from='client.269259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:51 smithi194 bash[32038]: cluster 2023-12-07T22:46:50.091023+0000 mgr.a (mgr.14403) 13337 : cluster 0 pgmap v9956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:51.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:51 smithi135 bash[32435]: cluster 2023-12-07T22:46:50.091023+0000 mgr.a (mgr.14403) 13337 : cluster 0 pgmap v9956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:51 smithi079 bash[28699]: cluster 2023-12-07T22:46:50.091023+0000 mgr.a (mgr.14403) 13337 : cluster 0 pgmap v9956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:53 smithi194 bash[32038]: cluster 2023-12-07T22:46:52.091567+0000 mgr.a (mgr.14403) 13338 : cluster 0 pgmap v9957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:53.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:53 smithi135 bash[32435]: cluster 2023-12-07T22:46:52.091567+0000 mgr.a (mgr.14403) 13338 : cluster 0 pgmap v9957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:53.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:53 smithi079 bash[28699]: cluster 2023-12-07T22:46:52.091567+0000 mgr.a (mgr.14403) 13338 : cluster 0 pgmap v9957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:46:54.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:46:54.663 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:46:54.663 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:46:54.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:54 smithi079 bash[28699]: audit 2023-12-07T22:46:53.594222+0000 mon.a (mon.0) 2288 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:46:54.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:54 smithi079 bash[28699]: audit 2023-12-07T22:46:53.599993+0000 mon.a (mon.0) 2289 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:46:54.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:54 smithi079 bash[28699]: audit 2023-12-07T22:46:53.601645+0000 mon.a (mon.0) 2290 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:46:54.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:54 smithi079 bash[28699]: audit 2023-12-07T22:46:53.603291+0000 mon.a (mon.0) 2291 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:46:54.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:54 smithi079 bash[28699]: audit 2023-12-07T22:46:53.612795+0000 mon.a (mon.0) 2292 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:46:54.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:54 smithi079 bash[28699]: cluster 2023-12-07T22:46:54.092347+0000 mgr.a (mgr.14403) 13339 : cluster 0 pgmap v9958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:54 smithi194 bash[32038]: audit 2023-12-07T22:46:53.594222+0000 mon.a (mon.0) 2288 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:46:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:54 smithi194 bash[32038]: audit 2023-12-07T22:46:53.599993+0000 mon.a (mon.0) 2289 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:46:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:54 smithi194 bash[32038]: audit 2023-12-07T22:46:53.601645+0000 mon.a (mon.0) 2290 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:46:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:54 smithi194 bash[32038]: audit 2023-12-07T22:46:53.603291+0000 mon.a (mon.0) 2291 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:46:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:54 smithi194 bash[32038]: audit 2023-12-07T22:46:53.612795+0000 mon.a (mon.0) 2292 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:46:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:54 smithi194 bash[32038]: cluster 2023-12-07T22:46:54.092347+0000 mgr.a (mgr.14403) 13339 : cluster 0 pgmap v9958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:54.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:54 smithi135 bash[32435]: audit 2023-12-07T22:46:53.594222+0000 mon.a (mon.0) 2288 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:46:54.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:54 smithi135 bash[32435]: audit 2023-12-07T22:46:53.599993+0000 mon.a (mon.0) 2289 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:46:54.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:54 smithi135 bash[32435]: audit 2023-12-07T22:46:53.601645+0000 mon.a (mon.0) 2290 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:46:54.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:54 smithi135 bash[32435]: audit 2023-12-07T22:46:53.603291+0000 mon.a (mon.0) 2291 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:46:54.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:54 smithi135 bash[32435]: audit 2023-12-07T22:46:53.612795+0000 mon.a (mon.0) 2292 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:46:54.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:54 smithi135 bash[32435]: cluster 2023-12-07T22:46:54.092347+0000 mgr.a (mgr.14403) 13339 : cluster 0 pgmap v9958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:46:55.584 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:46:55.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:46:55.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:46:55.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:46:55.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:46:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:56 smithi079 bash[28699]: audit 2023-12-07T22:46:55.059373+0000 mgr.a (mgr.14403) 13340 : audit 0 from='client.269334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:56.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:56 smithi194 bash[32038]: audit 2023-12-07T22:46:55.059373+0000 mgr.a (mgr.14403) 13340 : audit 0 from='client.269334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:56 smithi135 bash[32435]: audit 2023-12-07T22:46:55.059373+0000 mgr.a (mgr.14403) 13340 : audit 0 from='client.269334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:46:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:57 smithi079 bash[28699]: cluster 2023-12-07T22:46:56.093082+0000 mgr.a (mgr.14403) 13341 : cluster 0 pgmap v9959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:46:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:57 smithi194 bash[32038]: cluster 2023-12-07T22:46:56.093082+0000 mgr.a (mgr.14403) 13341 : cluster 0 pgmap v9959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:46:57.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:57 smithi135 bash[32435]: cluster 2023-12-07T22:46:56.093082+0000 mgr.a (mgr.14403) 13341 : cluster 0 pgmap v9959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:46:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:46:59 smithi194 bash[32038]: cluster 2023-12-07T22:46:58.093662+0000 mgr.a (mgr.14403) 13342 : cluster 0 pgmap v9960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:46:59.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:46:59 smithi135 bash[32435]: cluster 2023-12-07T22:46:58.093662+0000 mgr.a (mgr.14403) 13342 : cluster 0 pgmap v9960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:46:59.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:46:59 smithi079 bash[28699]: cluster 2023-12-07T22:46:58.093662+0000 mgr.a (mgr.14403) 13342 : cluster 0 pgmap v9960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:47:00.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:47:00.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:00.587 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:01 smithi079 bash[28699]: cluster 2023-12-07T22:47:00.094464+0000 mgr.a (mgr.14403) 13343 : cluster 0 pgmap v9961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:47:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:01 smithi194 bash[32038]: cluster 2023-12-07T22:47:00.094464+0000 mgr.a (mgr.14403) 13343 : cluster 0 pgmap v9961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:47:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:01 smithi135 bash[32435]: cluster 2023-12-07T22:47:00.094464+0000 mgr.a (mgr.14403) 13343 : cluster 0 pgmap v9961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:47:01.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:01.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:01.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:01.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:47:01.501 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:47:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:02 smithi079 bash[28699]: audit 2023-12-07T22:47:00.991393+0000 mgr.a (mgr.14403) 13344 : audit 0 from='client.269412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:02 smithi194 bash[32038]: audit 2023-12-07T22:47:00.991393+0000 mgr.a (mgr.14403) 13344 : audit 0 from='client.269412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:02 smithi135 bash[32435]: audit 2023-12-07T22:47:00.991393+0000 mgr.a (mgr.14403) 13344 : audit 0 from='client.269412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:03 smithi079 bash[28699]: cluster 2023-12-07T22:47:02.095142+0000 mgr.a (mgr.14403) 13345 : cluster 0 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-07T22:47:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:03 smithi194 bash[32038]: cluster 2023-12-07T22:47:02.095142+0000 mgr.a (mgr.14403) 13345 : cluster 0 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-07T22:47:03.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:03 smithi135 bash[32435]: cluster 2023-12-07T22:47:02.095142+0000 mgr.a (mgr.14403) 13345 : cluster 0 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-07T22:47:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:05 smithi194 bash[32038]: cluster 2023-12-07T22:47:04.095955+0000 mgr.a (mgr.14403) 13346 : cluster 0 pgmap v9963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:05.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:05 smithi135 bash[32435]: cluster 2023-12-07T22:47:04.095955+0000 mgr.a (mgr.14403) 13346 : cluster 0 pgmap v9963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:05.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:05 smithi079 bash[28699]: cluster 2023-12-07T22:47:04.095955+0000 mgr.a (mgr.14403) 13346 : cluster 0 pgmap v9963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:06.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:47:06.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:06.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:07.405 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:47:07.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:07.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:07.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:07.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:47:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:07 smithi194 bash[32038]: cluster 2023-12-07T22:47:06.096513+0000 mgr.a (mgr.14403) 13347 : cluster 0 pgmap v9964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:07 smithi135 bash[32435]: cluster 2023-12-07T22:47:06.096513+0000 mgr.a (mgr.14403) 13347 : cluster 0 pgmap v9964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:07 smithi079 bash[28699]: cluster 2023-12-07T22:47:06.096513+0000 mgr.a (mgr.14403) 13347 : cluster 0 pgmap v9964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:08.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:08 smithi194 bash[32038]: audit 2023-12-07T22:47:06.914291+0000 mgr.a (mgr.14403) 13348 : audit 0 from='client.269484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:08 smithi135 bash[32435]: audit 2023-12-07T22:47:06.914291+0000 mgr.a (mgr.14403) 13348 : audit 0 from='client.269484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:08 smithi079 bash[28699]: audit 2023-12-07T22:47:06.914291+0000 mgr.a (mgr.14403) 13348 : audit 0 from='client.269484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:09 smithi194 bash[32038]: cluster 2023-12-07T22:47:08.097204+0000 mgr.a (mgr.14403) 13349 : cluster 0 pgmap v9965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:09.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:09 smithi135 bash[32435]: cluster 2023-12-07T22:47:08.097204+0000 mgr.a (mgr.14403) 13349 : cluster 0 pgmap v9965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:09.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:09 smithi079 bash[28699]: cluster 2023-12-07T22:47:08.097204+0000 mgr.a (mgr.14403) 13349 : cluster 0 pgmap v9965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:11 smithi079 bash[28699]: cluster 2023-12-07T22:47:10.098017+0000 mgr.a (mgr.14403) 13350 : cluster 0 pgmap v9966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:11 smithi194 bash[32038]: cluster 2023-12-07T22:47:10.098017+0000 mgr.a (mgr.14403) 13350 : cluster 0 pgmap v9966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:11.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:11 smithi135 bash[32435]: cluster 2023-12-07T22:47:10.098017+0000 mgr.a (mgr.14403) 13350 : cluster 0 pgmap v9966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:12.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:47:12.409 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:12.409 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:13.307 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:47:13.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:13.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:13.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:13.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:47:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:13 smithi194 bash[32038]: cluster 2023-12-07T22:47:12.098552+0000 mgr.a (mgr.14403) 13351 : cluster 0 pgmap v9967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:13 smithi135 bash[32435]: cluster 2023-12-07T22:47:12.098552+0000 mgr.a (mgr.14403) 13351 : cluster 0 pgmap v9967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:13.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:13 smithi079 bash[28699]: cluster 2023-12-07T22:47:12.098552+0000 mgr.a (mgr.14403) 13351 : cluster 0 pgmap v9967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:14.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:14 smithi194 bash[32038]: audit 2023-12-07T22:47:12.812774+0000 mgr.a (mgr.14403) 13352 : audit 0 from='client.269556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:14 smithi135 bash[32435]: audit 2023-12-07T22:47:12.812774+0000 mgr.a (mgr.14403) 13352 : audit 0 from='client.269556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:14 smithi079 bash[28699]: audit 2023-12-07T22:47:12.812774+0000 mgr.a (mgr.14403) 13352 : audit 0 from='client.269556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:15 smithi194 bash[32038]: cluster 2023-12-07T22:47:14.099464+0000 mgr.a (mgr.14403) 13353 : cluster 0 pgmap v9968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:15.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:15 smithi135 bash[32435]: cluster 2023-12-07T22:47:14.099464+0000 mgr.a (mgr.14403) 13353 : cluster 0 pgmap v9968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:15.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:15 smithi079 bash[28699]: cluster 2023-12-07T22:47:14.099464+0000 mgr.a (mgr.14403) 13353 : cluster 0 pgmap v9968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:17 smithi194 bash[32038]: cluster 2023-12-07T22:47:16.100021+0000 mgr.a (mgr.14403) 13354 : cluster 0 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-07T22:47:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:17 smithi135 bash[32435]: cluster 2023-12-07T22:47:16.100021+0000 mgr.a (mgr.14403) 13354 : cluster 0 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-07T22:47:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:17 smithi079 bash[28699]: cluster 2023-12-07T22:47:16.100021+0000 mgr.a (mgr.14403) 13354 : cluster 0 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-07T22:47:18.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:47:18.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:18.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:19.170 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:47:19.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:19.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:19.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:19.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:47:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:19 smithi194 bash[32038]: cluster 2023-12-07T22:47:18.100583+0000 mgr.a (mgr.14403) 13355 : cluster 0 pgmap v9970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:19.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:19 smithi135 bash[32435]: cluster 2023-12-07T22:47:18.100583+0000 mgr.a (mgr.14403) 13355 : cluster 0 pgmap v9970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:19.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:19 smithi079 bash[28699]: cluster 2023-12-07T22:47:18.100583+0000 mgr.a (mgr.14403) 13355 : cluster 0 pgmap v9970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:20.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:20 smithi194 bash[32038]: audit 2023-12-07T22:47:18.705099+0000 mgr.a (mgr.14403) 13356 : audit 0 from='client.269634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:20 smithi135 bash[32435]: audit 2023-12-07T22:47:18.705099+0000 mgr.a (mgr.14403) 13356 : audit 0 from='client.269634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:20 smithi079 bash[28699]: audit 2023-12-07T22:47:18.705099+0000 mgr.a (mgr.14403) 13356 : audit 0 from='client.269634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:21 smithi194 bash[32038]: cluster 2023-12-07T22:47:20.101546+0000 mgr.a (mgr.14403) 13357 : cluster 0 pgmap v9971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:21.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:21 smithi135 bash[32435]: cluster 2023-12-07T22:47:20.101546+0000 mgr.a (mgr.14403) 13357 : cluster 0 pgmap v9971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:21 smithi079 bash[28699]: cluster 2023-12-07T22:47:20.101546+0000 mgr.a (mgr.14403) 13357 : cluster 0 pgmap v9971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:23 smithi194 bash[32038]: cluster 2023-12-07T22:47:22.102056+0000 mgr.a (mgr.14403) 13358 : cluster 0 pgmap v9972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:23.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:23 smithi135 bash[32435]: cluster 2023-12-07T22:47:22.102056+0000 mgr.a (mgr.14403) 13358 : cluster 0 pgmap v9972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:23 smithi079 bash[28699]: cluster 2023-12-07T22:47:22.102056+0000 mgr.a (mgr.14403) 13358 : cluster 0 pgmap v9972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:24.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:47:24.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:24.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:25.102 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:47:25.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:25.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:25.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:25.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:47:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:25 smithi194 bash[32038]: cluster 2023-12-07T22:47:24.102764+0000 mgr.a (mgr.14403) 13359 : cluster 0 pgmap v9973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:25 smithi135 bash[32435]: cluster 2023-12-07T22:47:24.102764+0000 mgr.a (mgr.14403) 13359 : cluster 0 pgmap v9973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:25 smithi079 bash[28699]: cluster 2023-12-07T22:47:24.102764+0000 mgr.a (mgr.14403) 13359 : cluster 0 pgmap v9973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:26 smithi194 bash[32038]: audit 2023-12-07T22:47:24.592813+0000 mgr.a (mgr.14403) 13360 : audit 0 from='client.269709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:26 smithi135 bash[32435]: audit 2023-12-07T22:47:24.592813+0000 mgr.a (mgr.14403) 13360 : audit 0 from='client.269709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:26 smithi079 bash[28699]: audit 2023-12-07T22:47:24.592813+0000 mgr.a (mgr.14403) 13360 : audit 0 from='client.269709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:27 smithi194 bash[32038]: cluster 2023-12-07T22:47:26.103440+0000 mgr.a (mgr.14403) 13361 : cluster 0 pgmap v9974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:27.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:27 smithi135 bash[32435]: cluster 2023-12-07T22:47:26.103440+0000 mgr.a (mgr.14403) 13361 : cluster 0 pgmap v9974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:27 smithi079 bash[28699]: cluster 2023-12-07T22:47:26.103440+0000 mgr.a (mgr.14403) 13361 : cluster 0 pgmap v9974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:28.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:28 smithi194 bash[32038]: cluster 2023-12-07T22:47:28.104027+0000 mgr.a (mgr.14403) 13362 : cluster 0 pgmap v9975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:28 smithi135 bash[32435]: cluster 2023-12-07T22:47:28.104027+0000 mgr.a (mgr.14403) 13362 : cluster 0 pgmap v9975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:28 smithi079 bash[28699]: cluster 2023-12-07T22:47:28.104027+0000 mgr.a (mgr.14403) 13362 : cluster 0 pgmap v9975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:30.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:47:30.105 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:30.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:30.991 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:47:30.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:30.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:30.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:30.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:47:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:31 smithi079 bash[28699]: cluster 2023-12-07T22:47:30.104842+0000 mgr.a (mgr.14403) 13363 : cluster 0 pgmap v9976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:31 smithi194 bash[32038]: cluster 2023-12-07T22:47:30.104842+0000 mgr.a (mgr.14403) 13363 : cluster 0 pgmap v9976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:31.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:31 smithi135 bash[32435]: cluster 2023-12-07T22:47:30.104842+0000 mgr.a (mgr.14403) 13363 : cluster 0 pgmap v9976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:32 smithi079 bash[28699]: audit 2023-12-07T22:47:30.510030+0000 mgr.a (mgr.14403) 13364 : audit 0 from='client.269787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:32 smithi194 bash[32038]: audit 2023-12-07T22:47:30.510030+0000 mgr.a (mgr.14403) 13364 : audit 0 from='client.269787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:32 smithi135 bash[32435]: audit 2023-12-07T22:47:30.510030+0000 mgr.a (mgr.14403) 13364 : audit 0 from='client.269787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:33 smithi079 bash[28699]: cluster 2023-12-07T22:47:32.105489+0000 mgr.a (mgr.14403) 13365 : cluster 0 pgmap v9977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:33 smithi194 bash[32038]: cluster 2023-12-07T22:47:32.105489+0000 mgr.a (mgr.14403) 13365 : cluster 0 pgmap v9977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:33.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:33 smithi135 bash[32435]: cluster 2023-12-07T22:47:32.105489+0000 mgr.a (mgr.14403) 13365 : cluster 0 pgmap v9977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:35 smithi194 bash[32038]: cluster 2023-12-07T22:47:34.106285+0000 mgr.a (mgr.14403) 13366 : cluster 0 pgmap v9978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:35.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:35 smithi135 bash[32435]: cluster 2023-12-07T22:47:34.106285+0000 mgr.a (mgr.14403) 13366 : cluster 0 pgmap v9978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:35.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:35 smithi079 bash[28699]: cluster 2023-12-07T22:47:34.106285+0000 mgr.a (mgr.14403) 13366 : cluster 0 pgmap v9978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:35.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:47:35.995 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:35.995 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:36.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:36.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:36.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:36.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:47:36.883 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:47:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:37 smithi194 bash[32038]: cluster 2023-12-07T22:47:36.106692+0000 mgr.a (mgr.14403) 13367 : cluster 0 pgmap v9979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:37.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:37 smithi135 bash[32435]: cluster 2023-12-07T22:47:36.106692+0000 mgr.a (mgr.14403) 13367 : cluster 0 pgmap v9979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:37 smithi079 bash[28699]: cluster 2023-12-07T22:47:36.106692+0000 mgr.a (mgr.14403) 13367 : cluster 0 pgmap v9979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:38 smithi194 bash[32038]: audit 2023-12-07T22:47:36.394392+0000 mgr.a (mgr.14403) 13368 : audit 0 from='client.269865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:38 smithi135 bash[32435]: audit 2023-12-07T22:47:36.394392+0000 mgr.a (mgr.14403) 13368 : audit 0 from='client.269865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:38 smithi079 bash[28699]: audit 2023-12-07T22:47:36.394392+0000 mgr.a (mgr.14403) 13368 : audit 0 from='client.269865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:39.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:39 smithi194 bash[32038]: cluster 2023-12-07T22:47:38.107332+0000 mgr.a (mgr.14403) 13369 : cluster 0 pgmap v9980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:39.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:39 smithi135 bash[32435]: cluster 2023-12-07T22:47:38.107332+0000 mgr.a (mgr.14403) 13369 : cluster 0 pgmap v9980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:39 smithi079 bash[28699]: cluster 2023-12-07T22:47:38.107332+0000 mgr.a (mgr.14403) 13369 : cluster 0 pgmap v9980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:41.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:41 smithi079 bash[28699]: cluster 2023-12-07T22:47:40.108165+0000 mgr.a (mgr.14403) 13370 : cluster 0 pgmap v9981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:41.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:41 smithi194 bash[32038]: cluster 2023-12-07T22:47:40.108165+0000 mgr.a (mgr.14403) 13370 : cluster 0 pgmap v9981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:41.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:41 smithi135 bash[32435]: cluster 2023-12-07T22:47:40.108165+0000 mgr.a (mgr.14403) 13370 : cluster 0 pgmap v9981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:41.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:47:41.887 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:41.887 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:42.816 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:47:42.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:42.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:42.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:42.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:47:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:43 smithi194 bash[32038]: cluster 2023-12-07T22:47:42.108770+0000 mgr.a (mgr.14403) 13371 : cluster 0 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-07T22:47:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:43 smithi135 bash[32435]: cluster 2023-12-07T22:47:42.108770+0000 mgr.a (mgr.14403) 13371 : cluster 0 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-07T22:47:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:43 smithi079 bash[28699]: cluster 2023-12-07T22:47:42.108770+0000 mgr.a (mgr.14403) 13371 : cluster 0 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-07T22:47:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:44 smithi194 bash[32038]: audit 2023-12-07T22:47:42.287736+0000 mgr.a (mgr.14403) 13372 : audit 0 from='client.269943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:44 smithi135 bash[32435]: audit 2023-12-07T22:47:42.287736+0000 mgr.a (mgr.14403) 13372 : audit 0 from='client.269943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:44 smithi079 bash[28699]: audit 2023-12-07T22:47:42.287736+0000 mgr.a (mgr.14403) 13372 : audit 0 from='client.269943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:45 smithi194 bash[32038]: cluster 2023-12-07T22:47:44.109617+0000 mgr.a (mgr.14403) 13373 : cluster 0 pgmap v9983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:45 smithi135 bash[32435]: cluster 2023-12-07T22:47:44.109617+0000 mgr.a (mgr.14403) 13373 : cluster 0 pgmap v9983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:45 smithi079 bash[28699]: cluster 2023-12-07T22:47:44.109617+0000 mgr.a (mgr.14403) 13373 : cluster 0 pgmap v9983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:47:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:47 smithi194 bash[32038]: cluster 2023-12-07T22:47:46.110202+0000 mgr.a (mgr.14403) 13374 : cluster 0 pgmap v9984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:47 smithi135 bash[32435]: cluster 2023-12-07T22:47:46.110202+0000 mgr.a (mgr.14403) 13374 : cluster 0 pgmap v9984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:47 smithi079 bash[28699]: cluster 2023-12-07T22:47:46.110202+0000 mgr.a (mgr.14403) 13374 : cluster 0 pgmap v9984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:47.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:47:47.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:47.821 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:48.729 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:47:48.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:48.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:48.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:48.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:47:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:49 smithi194 bash[32038]: cluster 2023-12-07T22:47:48.110780+0000 mgr.a (mgr.14403) 13375 : cluster 0 pgmap v9985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:49 smithi135 bash[32435]: cluster 2023-12-07T22:47:48.110780+0000 mgr.a (mgr.14403) 13375 : cluster 0 pgmap v9985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:49 smithi079 bash[28699]: cluster 2023-12-07T22:47:48.110780+0000 mgr.a (mgr.14403) 13375 : cluster 0 pgmap v9985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:47:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:50 smithi194 bash[32038]: audit 2023-12-07T22:47:48.224210+0000 mgr.a (mgr.14403) 13376 : audit 0 from='client.270021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:50 smithi135 bash[32435]: audit 2023-12-07T22:47:48.224210+0000 mgr.a (mgr.14403) 13376 : audit 0 from='client.270021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:50 smithi079 bash[28699]: audit 2023-12-07T22:47:48.224210+0000 mgr.a (mgr.14403) 13376 : audit 0 from='client.270021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:51 smithi194 bash[32038]: cluster 2023-12-07T22:47:50.111817+0000 mgr.a (mgr.14403) 13377 : cluster 0 pgmap v9986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:47:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:51 smithi135 bash[32435]: cluster 2023-12-07T22:47:50.111817+0000 mgr.a (mgr.14403) 13377 : cluster 0 pgmap v9986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:47:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:51 smithi079 bash[28699]: cluster 2023-12-07T22:47:50.111817+0000 mgr.a (mgr.14403) 13377 : cluster 0 pgmap v9986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:47:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:53 smithi194 bash[32038]: cluster 2023-12-07T22:47:52.112531+0000 mgr.a (mgr.14403) 13378 : cluster 0 pgmap v9987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:47:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:53 smithi135 bash[32435]: cluster 2023-12-07T22:47:52.112531+0000 mgr.a (mgr.14403) 13378 : cluster 0 pgmap v9987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:47:53.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:53 smithi079 bash[28699]: cluster 2023-12-07T22:47:52.112531+0000 mgr.a (mgr.14403) 13378 : cluster 0 pgmap v9987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:47:53.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:47:53.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:53.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:47:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:54 smithi194 bash[32038]: audit 2023-12-07T22:47:53.716426+0000 mon.a (mon.0) 2293 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:47:54.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:54 smithi135 bash[32435]: audit 2023-12-07T22:47:53.716426+0000 mon.a (mon.0) 2293 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:47:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:54 smithi079 bash[28699]: audit 2023-12-07T22:47:53.716426+0000 mon.a (mon.0) 2293 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:47:54.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:47:54.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:47:54.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:47:54.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:47:54.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:47:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:55 smithi194 bash[32038]: cluster 2023-12-07T22:47:54.113312+0000 mgr.a (mgr.14403) 13379 : cluster 0 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-07T22:47:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:55 smithi194 bash[32038]: audit 2023-12-07T22:47:54.144099+0000 mgr.a (mgr.14403) 13380 : audit 0 from='client.270096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:55 smithi194 bash[32038]: audit 2023-12-07T22:47:55.036432+0000 mon.a (mon.0) 2294 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:55 smithi194 bash[32038]: audit 2023-12-07T22:47:55.042137+0000 mon.a (mon.0) 2295 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:55 smithi194 bash[32038]: audit 2023-12-07T22:47:55.046986+0000 mon.a (mon.0) 2296 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:55 smithi194 bash[32038]: audit 2023-12-07T22:47:55.051737+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:55 smithi194 bash[32038]: audit 2023-12-07T22:47:55.056355+0000 mon.a (mon.0) 2298 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:55 smithi194 bash[32038]: audit 2023-12-07T22:47:55.062264+0000 mon.a (mon.0) 2299 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:55 smithi194 bash[32038]: audit 2023-12-07T22:47:55.063730+0000 mon.a (mon.0) 2300 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:47:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:55 smithi194 bash[32038]: audit 2023-12-07T22:47:55.065362+0000 mon.a (mon.0) 2301 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:47:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:55 smithi194 bash[32038]: audit 2023-12-07T22:47:55.072949+0000 mon.a (mon.0) 2302 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:55 smithi135 bash[32435]: cluster 2023-12-07T22:47:54.113312+0000 mgr.a (mgr.14403) 13379 : cluster 0 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-07T22:47:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:55 smithi135 bash[32435]: audit 2023-12-07T22:47:54.144099+0000 mgr.a (mgr.14403) 13380 : audit 0 from='client.270096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:55 smithi135 bash[32435]: audit 2023-12-07T22:47:55.036432+0000 mon.a (mon.0) 2294 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:55 smithi135 bash[32435]: audit 2023-12-07T22:47:55.042137+0000 mon.a (mon.0) 2295 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:55 smithi135 bash[32435]: audit 2023-12-07T22:47:55.046986+0000 mon.a (mon.0) 2296 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:55 smithi135 bash[32435]: audit 2023-12-07T22:47:55.051737+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:55 smithi135 bash[32435]: audit 2023-12-07T22:47:55.056355+0000 mon.a (mon.0) 2298 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:55 smithi135 bash[32435]: audit 2023-12-07T22:47:55.062264+0000 mon.a (mon.0) 2299 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:55 smithi135 bash[32435]: audit 2023-12-07T22:47:55.063730+0000 mon.a (mon.0) 2300 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:47:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:55 smithi135 bash[32435]: audit 2023-12-07T22:47:55.065362+0000 mon.a (mon.0) 2301 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:47:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:55 smithi135 bash[32435]: audit 2023-12-07T22:47:55.072949+0000 mon.a (mon.0) 2302 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:55 smithi079 bash[28699]: cluster 2023-12-07T22:47:54.113312+0000 mgr.a (mgr.14403) 13379 : cluster 0 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-07T22:47:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:55 smithi079 bash[28699]: audit 2023-12-07T22:47:54.144099+0000 mgr.a (mgr.14403) 13380 : audit 0 from='client.270096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:47:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:55 smithi079 bash[28699]: audit 2023-12-07T22:47:55.036432+0000 mon.a (mon.0) 2294 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:55 smithi079 bash[28699]: audit 2023-12-07T22:47:55.042137+0000 mon.a (mon.0) 2295 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:55 smithi079 bash[28699]: audit 2023-12-07T22:47:55.046986+0000 mon.a (mon.0) 2296 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:55 smithi079 bash[28699]: audit 2023-12-07T22:47:55.051737+0000 mon.a (mon.0) 2297 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:55 smithi079 bash[28699]: audit 2023-12-07T22:47:55.056355+0000 mon.a (mon.0) 2298 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:55 smithi079 bash[28699]: audit 2023-12-07T22:47:55.062264+0000 mon.a (mon.0) 2299 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:55 smithi079 bash[28699]: audit 2023-12-07T22:47:55.063730+0000 mon.a (mon.0) 2300 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:47:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:55 smithi079 bash[28699]: audit 2023-12-07T22:47:55.065362+0000 mon.a (mon.0) 2301 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:47:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:55 smithi079 bash[28699]: audit 2023-12-07T22:47:55.072949+0000 mon.a (mon.0) 2302 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:47:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:56 smithi079 bash[28699]: cluster 2023-12-07T22:47:56.113929+0000 mgr.a (mgr.14403) 13381 : cluster 0 pgmap v9989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:56 smithi194 bash[32038]: cluster 2023-12-07T22:47:56.113929+0000 mgr.a (mgr.14403) 13381 : cluster 0 pgmap v9989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:56 smithi135 bash[32435]: cluster 2023-12-07T22:47:56.113929+0000 mgr.a (mgr.14403) 13381 : cluster 0 pgmap v9989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:47:59 smithi194 bash[32038]: cluster 2023-12-07T22:47:58.114475+0000 mgr.a (mgr.14403) 13382 : cluster 0 pgmap v9990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:47:59 smithi135 bash[32435]: cluster 2023-12-07T22:47:58.114475+0000 mgr.a (mgr.14403) 13382 : cluster 0 pgmap v9990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:47:59 smithi079 bash[28699]: cluster 2023-12-07T22:47:58.114475+0000 mgr.a (mgr.14403) 13382 : cluster 0 pgmap v9990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:47:59.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:47:59.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:47:59.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:00.617 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:48:00.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:00.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:00.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:00.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:48:01.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:01 smithi079 bash[28699]: audit 2023-12-07T22:48:00.092914+0000 mgr.a (mgr.14403) 13383 : audit 0 from='client.270174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:01.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:01 smithi079 bash[28699]: cluster 2023-12-07T22:48:00.115714+0000 mgr.a (mgr.14403) 13384 : cluster 0 pgmap v9991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:01 smithi194 bash[32038]: audit 2023-12-07T22:48:00.092914+0000 mgr.a (mgr.14403) 13383 : audit 0 from='client.270174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:01 smithi194 bash[32038]: cluster 2023-12-07T22:48:00.115714+0000 mgr.a (mgr.14403) 13384 : cluster 0 pgmap v9991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:01 smithi135 bash[32435]: audit 2023-12-07T22:48:00.092914+0000 mgr.a (mgr.14403) 13383 : audit 0 from='client.270174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:01 smithi135 bash[32435]: cluster 2023-12-07T22:48:00.115714+0000 mgr.a (mgr.14403) 13384 : cluster 0 pgmap v9991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:03 smithi194 bash[32038]: cluster 2023-12-07T22:48:02.116386+0000 mgr.a (mgr.14403) 13385 : cluster 0 pgmap v9992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:48:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:03 smithi135 bash[32435]: cluster 2023-12-07T22:48:02.116386+0000 mgr.a (mgr.14403) 13385 : cluster 0 pgmap v9992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:48:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:03 smithi079 bash[28699]: cluster 2023-12-07T22:48:02.116386+0000 mgr.a (mgr.14403) 13385 : cluster 0 pgmap v9992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:48:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:05 smithi194 bash[32038]: cluster 2023-12-07T22:48:04.117177+0000 mgr.a (mgr.14403) 13386 : cluster 0 pgmap v9993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:48:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:05 smithi135 bash[32435]: cluster 2023-12-07T22:48:04.117177+0000 mgr.a (mgr.14403) 13386 : cluster 0 pgmap v9993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:48:05.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:48:05.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:05.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:05 smithi079 bash[28699]: cluster 2023-12-07T22:48:04.117177+0000 mgr.a (mgr.14403) 13386 : cluster 0 pgmap v9993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:48:06.526 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:48:06.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:06.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:06.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:06.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:48:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:07 smithi194 bash[32038]: audit 2023-12-07T22:48:06.020541+0000 mgr.a (mgr.14403) 13387 : audit 0 from='client.270249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:07 smithi194 bash[32038]: cluster 2023-12-07T22:48:06.117619+0000 mgr.a (mgr.14403) 13388 : cluster 0 pgmap v9994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:07 smithi135 bash[32435]: audit 2023-12-07T22:48:06.020541+0000 mgr.a (mgr.14403) 13387 : audit 0 from='client.270249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:07 smithi135 bash[32435]: cluster 2023-12-07T22:48:06.117619+0000 mgr.a (mgr.14403) 13388 : cluster 0 pgmap v9994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:07 smithi079 bash[28699]: audit 2023-12-07T22:48:06.020541+0000 mgr.a (mgr.14403) 13387 : audit 0 from='client.270249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:07 smithi079 bash[28699]: cluster 2023-12-07T22:48:06.117619+0000 mgr.a (mgr.14403) 13388 : cluster 0 pgmap v9994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:09.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:09 smithi194 bash[32038]: cluster 2023-12-07T22:48:08.118363+0000 mgr.a (mgr.14403) 13389 : cluster 0 pgmap v9995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:09 smithi135 bash[32435]: cluster 2023-12-07T22:48:08.118363+0000 mgr.a (mgr.14403) 13389 : cluster 0 pgmap v9995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:09.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:09 smithi079 bash[28699]: cluster 2023-12-07T22:48:08.118363+0000 mgr.a (mgr.14403) 13389 : cluster 0 pgmap v9995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:11.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:11 smithi079 bash[28699]: cluster 2023-12-07T22:48:10.119206+0000 mgr.a (mgr.14403) 13390 : cluster 0 pgmap v9996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:11 smithi194 bash[32038]: cluster 2023-12-07T22:48:10.119206+0000 mgr.a (mgr.14403) 13390 : cluster 0 pgmap v9996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:11 smithi135 bash[32435]: cluster 2023-12-07T22:48:10.119206+0000 mgr.a (mgr.14403) 13390 : cluster 0 pgmap v9996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:11.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:48:11.530 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:11.530 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:12.415 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:48:12.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:12.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:12.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:12.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:48:13.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:13 smithi194 bash[32038]: audit 2023-12-07T22:48:11.925698+0000 mgr.a (mgr.14403) 13391 : audit 0 from='client.270327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:13.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:13 smithi194 bash[32038]: cluster 2023-12-07T22:48:12.119839+0000 mgr.a (mgr.14403) 13392 : cluster 0 pgmap v9997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:13 smithi135 bash[32435]: audit 2023-12-07T22:48:11.925698+0000 mgr.a (mgr.14403) 13391 : audit 0 from='client.270327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:13 smithi135 bash[32435]: cluster 2023-12-07T22:48:12.119839+0000 mgr.a (mgr.14403) 13392 : cluster 0 pgmap v9997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:13.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:13 smithi079 bash[28699]: audit 2023-12-07T22:48:11.925698+0000 mgr.a (mgr.14403) 13391 : audit 0 from='client.270327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:13.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:13 smithi079 bash[28699]: cluster 2023-12-07T22:48:12.119839+0000 mgr.a (mgr.14403) 13392 : cluster 0 pgmap v9997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:15 smithi194 bash[32038]: cluster 2023-12-07T22:48:14.120789+0000 mgr.a (mgr.14403) 13393 : cluster 0 pgmap v9998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:15 smithi135 bash[32435]: cluster 2023-12-07T22:48:14.120789+0000 mgr.a (mgr.14403) 13393 : cluster 0 pgmap v9998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:15 smithi079 bash[28699]: cluster 2023-12-07T22:48:14.120789+0000 mgr.a (mgr.14403) 13393 : cluster 0 pgmap v9998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:17.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:48:17.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:17.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:17 smithi194 bash[32038]: cluster 2023-12-07T22:48:16.121330+0000 mgr.a (mgr.14403) 13394 : cluster 0 pgmap v9999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:17 smithi135 bash[32435]: cluster 2023-12-07T22:48:16.121330+0000 mgr.a (mgr.14403) 13394 : cluster 0 pgmap v9999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:17.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:17 smithi079 bash[28699]: cluster 2023-12-07T22:48:16.121330+0000 mgr.a (mgr.14403) 13394 : cluster 0 pgmap v9999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:18.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:18.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:18.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:18.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:48:18.300 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:48:19.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:19 smithi194 bash[32038]: audit 2023-12-07T22:48:17.816568+0000 mgr.a (mgr.14403) 13395 : audit 0 from='client.270405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:19.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:19 smithi194 bash[32038]: cluster 2023-12-07T22:48:18.121858+0000 mgr.a (mgr.14403) 13396 : cluster 0 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-07T22:48:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:19 smithi135 bash[32435]: audit 2023-12-07T22:48:17.816568+0000 mgr.a (mgr.14403) 13395 : audit 0 from='client.270405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:19 smithi135 bash[32435]: cluster 2023-12-07T22:48:18.121858+0000 mgr.a (mgr.14403) 13396 : cluster 0 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-07T22:48:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:19 smithi079 bash[28699]: audit 2023-12-07T22:48:17.816568+0000 mgr.a (mgr.14403) 13395 : audit 0 from='client.270405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:19 smithi079 bash[28699]: cluster 2023-12-07T22:48:18.121858+0000 mgr.a (mgr.14403) 13396 : cluster 0 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-07T22:48:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:21 smithi079 bash[28699]: cluster 2023-12-07T22:48:20.122872+0000 mgr.a (mgr.14403) 13397 : cluster 0 pgmap v10001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:21.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:21 smithi194 bash[32038]: cluster 2023-12-07T22:48:20.122872+0000 mgr.a (mgr.14403) 13397 : cluster 0 pgmap v10001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:21 smithi135 bash[32435]: cluster 2023-12-07T22:48:20.122872+0000 mgr.a (mgr.14403) 13397 : cluster 0 pgmap v10001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:23.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:48:23.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:23.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:23 smithi194 bash[32038]: cluster 2023-12-07T22:48:22.123566+0000 mgr.a (mgr.14403) 13398 : cluster 0 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-07T22:48:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:23 smithi135 bash[32435]: cluster 2023-12-07T22:48:22.123566+0000 mgr.a (mgr.14403) 13398 : cluster 0 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-07T22:48:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:23 smithi079 bash[28699]: cluster 2023-12-07T22:48:22.123566+0000 mgr.a (mgr.14403) 13398 : cluster 0 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-07T22:48:24.236 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:48:24.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:24.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:24.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:24.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:48:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:25 smithi194 bash[32038]: audit 2023-12-07T22:48:23.718014+0000 mgr.a (mgr.14403) 13399 : audit 0 from='client.196838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:25 smithi194 bash[32038]: cluster 2023-12-07T22:48:24.124717+0000 mgr.a (mgr.14403) 13400 : cluster 0 pgmap v10003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:25 smithi135 bash[32435]: audit 2023-12-07T22:48:23.718014+0000 mgr.a (mgr.14403) 13399 : audit 0 from='client.196838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:25 smithi135 bash[32435]: cluster 2023-12-07T22:48:24.124717+0000 mgr.a (mgr.14403) 13400 : cluster 0 pgmap v10003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:25 smithi079 bash[28699]: audit 2023-12-07T22:48:23.718014+0000 mgr.a (mgr.14403) 13399 : audit 0 from='client.196838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:25 smithi079 bash[28699]: cluster 2023-12-07T22:48:24.124717+0000 mgr.a (mgr.14403) 13400 : cluster 0 pgmap v10003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:27 smithi194 bash[32038]: cluster 2023-12-07T22:48:26.125424+0000 mgr.a (mgr.14403) 13401 : cluster 0 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-07T22:48:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:27 smithi135 bash[32435]: cluster 2023-12-07T22:48:26.125424+0000 mgr.a (mgr.14403) 13401 : cluster 0 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-07T22:48:27.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:27 smithi079 bash[28699]: cluster 2023-12-07T22:48:26.125424+0000 mgr.a (mgr.14403) 13401 : cluster 0 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-07T22:48:29.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:48:29.239 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:29.239 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:29 smithi194 bash[32038]: cluster 2023-12-07T22:48:28.126107+0000 mgr.a (mgr.14403) 13402 : cluster 0 pgmap v10005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:29 smithi135 bash[32435]: cluster 2023-12-07T22:48:28.126107+0000 mgr.a (mgr.14403) 13402 : cluster 0 pgmap v10005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:29 smithi079 bash[28699]: cluster 2023-12-07T22:48:28.126107+0000 mgr.a (mgr.14403) 13402 : cluster 0 pgmap v10005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:30.156 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:48:30.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:30.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:30.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:30.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:48:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:31 smithi079 bash[28699]: audit 2023-12-07T22:48:29.645545+0000 mgr.a (mgr.14403) 13403 : audit 0 from='client.270555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:31 smithi079 bash[28699]: cluster 2023-12-07T22:48:30.127071+0000 mgr.a (mgr.14403) 13404 : cluster 0 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-07T22:48:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:31 smithi194 bash[32038]: audit 2023-12-07T22:48:29.645545+0000 mgr.a (mgr.14403) 13403 : audit 0 from='client.270555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:31 smithi194 bash[32038]: cluster 2023-12-07T22:48:30.127071+0000 mgr.a (mgr.14403) 13404 : cluster 0 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-07T22:48:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:31 smithi135 bash[32435]: audit 2023-12-07T22:48:29.645545+0000 mgr.a (mgr.14403) 13403 : audit 0 from='client.270555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:31 smithi135 bash[32435]: cluster 2023-12-07T22:48:30.127071+0000 mgr.a (mgr.14403) 13404 : cluster 0 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-07T22:48:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:33 smithi194 bash[32038]: cluster 2023-12-07T22:48:32.127662+0000 mgr.a (mgr.14403) 13405 : cluster 0 pgmap v10007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:33 smithi135 bash[32435]: cluster 2023-12-07T22:48:32.127662+0000 mgr.a (mgr.14403) 13405 : cluster 0 pgmap v10007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:33 smithi079 bash[28699]: cluster 2023-12-07T22:48:32.127662+0000 mgr.a (mgr.14403) 13405 : cluster 0 pgmap v10007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:48:35.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:48:35.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:35.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:35 smithi194 bash[32038]: cluster 2023-12-07T22:48:34.128357+0000 mgr.a (mgr.14403) 13406 : cluster 0 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-07T22:48:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:35 smithi135 bash[32435]: cluster 2023-12-07T22:48:34.128357+0000 mgr.a (mgr.14403) 13406 : cluster 0 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-07T22:48:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:35 smithi079 bash[28699]: cluster 2023-12-07T22:48:34.128357+0000 mgr.a (mgr.14403) 13406 : cluster 0 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-07T22:48:36.052 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:48:36.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:36.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:36.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:36.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:48:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:37 smithi194 bash[32038]: audit 2023-12-07T22:48:35.569818+0000 mgr.a (mgr.14403) 13407 : audit 0 from='client.270630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:37 smithi194 bash[32038]: cluster 2023-12-07T22:48:36.129055+0000 mgr.a (mgr.14403) 13408 : cluster 0 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-07T22:48:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:37 smithi135 bash[32435]: audit 2023-12-07T22:48:35.569818+0000 mgr.a (mgr.14403) 13407 : audit 0 from='client.270630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:37 smithi135 bash[32435]: cluster 2023-12-07T22:48:36.129055+0000 mgr.a (mgr.14403) 13408 : cluster 0 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-07T22:48:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:37 smithi079 bash[28699]: audit 2023-12-07T22:48:35.569818+0000 mgr.a (mgr.14403) 13407 : audit 0 from='client.270630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:37.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:37 smithi079 bash[28699]: cluster 2023-12-07T22:48:36.129055+0000 mgr.a (mgr.14403) 13408 : cluster 0 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-07T22:48:39.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:39 smithi194 bash[32038]: cluster 2023-12-07T22:48:38.129667+0000 mgr.a (mgr.14403) 13409 : cluster 0 pgmap v10010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:39 smithi135 bash[32435]: cluster 2023-12-07T22:48:38.129667+0000 mgr.a (mgr.14403) 13409 : cluster 0 pgmap v10010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:39 smithi079 bash[28699]: cluster 2023-12-07T22:48:38.129667+0000 mgr.a (mgr.14403) 13409 : cluster 0 pgmap v10010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:41.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:48:41.055 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:41.055 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:41.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:41 smithi079 bash[28699]: cluster 2023-12-07T22:48:40.130479+0000 mgr.a (mgr.14403) 13410 : cluster 0 pgmap v10011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:41.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:41 smithi194 bash[32038]: cluster 2023-12-07T22:48:40.130479+0000 mgr.a (mgr.14403) 13410 : cluster 0 pgmap v10011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:41 smithi135 bash[32435]: cluster 2023-12-07T22:48:40.130479+0000 mgr.a (mgr.14403) 13410 : cluster 0 pgmap v10011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:41.966 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:48:41.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:41.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:41.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:41.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:48:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:43 smithi194 bash[32038]: audit 2023-12-07T22:48:41.458834+0000 mgr.a (mgr.14403) 13411 : audit 0 from='client.270702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:43 smithi194 bash[32038]: cluster 2023-12-07T22:48:42.131244+0000 mgr.a (mgr.14403) 13412 : cluster 0 pgmap v10012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:43 smithi135 bash[32435]: audit 2023-12-07T22:48:41.458834+0000 mgr.a (mgr.14403) 13411 : audit 0 from='client.270702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:43 smithi135 bash[32435]: cluster 2023-12-07T22:48:42.131244+0000 mgr.a (mgr.14403) 13412 : cluster 0 pgmap v10012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:43 smithi079 bash[28699]: audit 2023-12-07T22:48:41.458834+0000 mgr.a (mgr.14403) 13411 : audit 0 from='client.270702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:43 smithi079 bash[28699]: cluster 2023-12-07T22:48:42.131244+0000 mgr.a (mgr.14403) 13412 : cluster 0 pgmap v10012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:45 smithi194 bash[32038]: cluster 2023-12-07T22:48:44.132001+0000 mgr.a (mgr.14403) 13413 : cluster 0 pgmap v10013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:45 smithi135 bash[32435]: cluster 2023-12-07T22:48:44.132001+0000 mgr.a (mgr.14403) 13413 : cluster 0 pgmap v10013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:45 smithi079 bash[28699]: cluster 2023-12-07T22:48:44.132001+0000 mgr.a (mgr.14403) 13413 : cluster 0 pgmap v10013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:46.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:48:46.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:46.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:47.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:47 smithi194 bash[32038]: cluster 2023-12-07T22:48:46.132609+0000 mgr.a (mgr.14403) 13414 : cluster 0 pgmap v10014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:47 smithi135 bash[32435]: cluster 2023-12-07T22:48:46.132609+0000 mgr.a (mgr.14403) 13414 : cluster 0 pgmap v10014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:47 smithi079 bash[28699]: cluster 2023-12-07T22:48:46.132609+0000 mgr.a (mgr.14403) 13414 : cluster 0 pgmap v10014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:47.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:47.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:47.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:47.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:48:47.855 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:48:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:49 smithi194 bash[32038]: audit 2023-12-07T22:48:47.372296+0000 mgr.a (mgr.14403) 13415 : audit 0 from='client.270774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:49 smithi194 bash[32038]: cluster 2023-12-07T22:48:48.133340+0000 mgr.a (mgr.14403) 13416 : cluster 0 pgmap v10015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:49 smithi135 bash[32435]: audit 2023-12-07T22:48:47.372296+0000 mgr.a (mgr.14403) 13415 : audit 0 from='client.270774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:49 smithi135 bash[32435]: cluster 2023-12-07T22:48:48.133340+0000 mgr.a (mgr.14403) 13416 : cluster 0 pgmap v10015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:49 smithi079 bash[28699]: audit 2023-12-07T22:48:47.372296+0000 mgr.a (mgr.14403) 13415 : audit 0 from='client.270774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:49 smithi079 bash[28699]: cluster 2023-12-07T22:48:48.133340+0000 mgr.a (mgr.14403) 13416 : cluster 0 pgmap v10015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:51 smithi079 bash[28699]: cluster 2023-12-07T22:48:50.134192+0000 mgr.a (mgr.14403) 13417 : cluster 0 pgmap v10016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:51.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:51 smithi194 bash[32038]: cluster 2023-12-07T22:48:50.134192+0000 mgr.a (mgr.14403) 13417 : cluster 0 pgmap v10016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:51 smithi135 bash[32435]: cluster 2023-12-07T22:48:50.134192+0000 mgr.a (mgr.14403) 13417 : cluster 0 pgmap v10016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:48:52.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:48:52.858 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:52.858 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:53 smithi194 bash[32038]: cluster 2023-12-07T22:48:52.134762+0000 mgr.a (mgr.14403) 13418 : cluster 0 pgmap v10017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:53 smithi135 bash[32435]: cluster 2023-12-07T22:48:52.134762+0000 mgr.a (mgr.14403) 13418 : cluster 0 pgmap v10017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:53 smithi079 bash[28699]: cluster 2023-12-07T22:48:52.134762+0000 mgr.a (mgr.14403) 13418 : cluster 0 pgmap v10017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:48:53.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:53.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:53.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:53.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:48:53.757 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:48:55.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:55 smithi194 bash[32038]: audit 2023-12-07T22:48:53.253872+0000 mgr.a (mgr.14403) 13419 : audit 0 from='client.270852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:55 smithi194 bash[32038]: cluster 2023-12-07T22:48:54.135988+0000 mgr.a (mgr.14403) 13420 : cluster 0 pgmap v10018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:48:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:55 smithi194 bash[32038]: audit 2023-12-07T22:48:55.177566+0000 mon.a (mon.0) 2303 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:48:55.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:55 smithi135 bash[32435]: audit 2023-12-07T22:48:53.253872+0000 mgr.a (mgr.14403) 13419 : audit 0 from='client.270852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:55 smithi135 bash[32435]: cluster 2023-12-07T22:48:54.135988+0000 mgr.a (mgr.14403) 13420 : cluster 0 pgmap v10018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:48:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:55 smithi135 bash[32435]: audit 2023-12-07T22:48:55.177566+0000 mon.a (mon.0) 2303 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:48:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:55 smithi079 bash[28699]: audit 2023-12-07T22:48:53.253872+0000 mgr.a (mgr.14403) 13419 : audit 0 from='client.270852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:48:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:55 smithi079 bash[28699]: cluster 2023-12-07T22:48:54.135988+0000 mgr.a (mgr.14403) 13420 : cluster 0 pgmap v10018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:48:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:55 smithi079 bash[28699]: audit 2023-12-07T22:48:55.177566+0000 mon.a (mon.0) 2303 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:48:57.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:57 smithi194 bash[32038]: cluster 2023-12-07T22:48:56.136629+0000 mgr.a (mgr.14403) 13421 : cluster 0 pgmap v10019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:48:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:57 smithi135 bash[32435]: cluster 2023-12-07T22:48:56.136629+0000 mgr.a (mgr.14403) 13421 : cluster 0 pgmap v10019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:48:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:57 smithi079 bash[28699]: cluster 2023-12-07T22:48:56.136629+0000 mgr.a (mgr.14403) 13421 : cluster 0 pgmap v10019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:48:58.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:48:58.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:48:58.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:48:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:48:59 smithi135 bash[32435]: cluster 2023-12-07T22:48:58.137079+0000 mgr.a (mgr.14403) 13422 : cluster 0 pgmap v10020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:48:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:48:59 smithi079 bash[28699]: cluster 2023-12-07T22:48:58.137079+0000 mgr.a (mgr.14403) 13422 : cluster 0 pgmap v10020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:48:59.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:48:59.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:48:59.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:48:59.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:48:59.672 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:48:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:48:59 smithi194 bash[32038]: cluster 2023-12-07T22:48:58.137079+0000 mgr.a (mgr.14403) 13422 : cluster 0 pgmap v10020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:49:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:00 smithi135 bash[32435]: audit 2023-12-07T22:48:59.159418+0000 mgr.a (mgr.14403) 13423 : audit 0 from='client.270927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:00 smithi135 bash[32435]: audit 2023-12-07T22:48:59.575562+0000 mon.a (mon.0) 2304 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:00 smithi135 bash[32435]: audit 2023-12-07T22:48:59.581308+0000 mon.a (mon.0) 2305 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:00 smithi079 bash[28699]: audit 2023-12-07T22:48:59.159418+0000 mgr.a (mgr.14403) 13423 : audit 0 from='client.270927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:00 smithi079 bash[28699]: audit 2023-12-07T22:48:59.575562+0000 mon.a (mon.0) 2304 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:00 smithi079 bash[28699]: audit 2023-12-07T22:48:59.581308+0000 mon.a (mon.0) 2305 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:00 smithi194 bash[32038]: audit 2023-12-07T22:48:59.159418+0000 mgr.a (mgr.14403) 13423 : audit 0 from='client.270927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:00 smithi194 bash[32038]: audit 2023-12-07T22:48:59.575562+0000 mon.a (mon.0) 2304 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:00 smithi194 bash[32038]: audit 2023-12-07T22:48:59.581308+0000 mon.a (mon.0) 2305 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:01 smithi079 bash[28699]: cluster 2023-12-07T22:49:00.137812+0000 mgr.a (mgr.14403) 13424 : cluster 0 pgmap v10021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:01 smithi079 bash[28699]: audit 2023-12-07T22:49:00.531608+0000 mon.a (mon.0) 2306 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:01 smithi079 bash[28699]: audit 2023-12-07T22:49:00.537731+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:01 smithi079 bash[28699]: audit 2023-12-07T22:49:00.581372+0000 mon.a (mon.0) 2308 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:01 smithi079 bash[28699]: audit 2023-12-07T22:49:00.587483+0000 mon.a (mon.0) 2309 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:01 smithi194 bash[32038]: cluster 2023-12-07T22:49:00.137812+0000 mgr.a (mgr.14403) 13424 : cluster 0 pgmap v10021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:01 smithi194 bash[32038]: audit 2023-12-07T22:49:00.531608+0000 mon.a (mon.0) 2306 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:01 smithi194 bash[32038]: audit 2023-12-07T22:49:00.537731+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:01 smithi194 bash[32038]: audit 2023-12-07T22:49:00.581372+0000 mon.a (mon.0) 2308 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:01 smithi194 bash[32038]: audit 2023-12-07T22:49:00.587483+0000 mon.a (mon.0) 2309 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:01 smithi135 bash[32435]: cluster 2023-12-07T22:49:00.137812+0000 mgr.a (mgr.14403) 13424 : cluster 0 pgmap v10021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:01 smithi135 bash[32435]: audit 2023-12-07T22:49:00.531608+0000 mon.a (mon.0) 2306 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:01 smithi135 bash[32435]: audit 2023-12-07T22:49:00.537731+0000 mon.a (mon.0) 2307 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:01 smithi135 bash[32435]: audit 2023-12-07T22:49:00.581372+0000 mon.a (mon.0) 2308 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:01 smithi135 bash[32435]: audit 2023-12-07T22:49:00.587483+0000 mon.a (mon.0) 2309 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:02 smithi079 bash[28699]: audit 2023-12-07T22:49:01.213815+0000 mon.a (mon.0) 2310 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:49:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:02 smithi079 bash[28699]: audit 2023-12-07T22:49:01.215064+0000 mon.a (mon.0) 2311 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:49:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:02 smithi079 bash[28699]: audit 2023-12-07T22:49:01.221867+0000 mon.a (mon.0) 2312 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:02 smithi079 bash[28699]: cluster 2023-12-07T22:49:02.138312+0000 mgr.a (mgr.14403) 13425 : cluster 0 pgmap v10022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:02 smithi194 bash[32038]: audit 2023-12-07T22:49:01.213815+0000 mon.a (mon.0) 2310 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:49:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:02 smithi194 bash[32038]: audit 2023-12-07T22:49:01.215064+0000 mon.a (mon.0) 2311 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:49:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:02 smithi194 bash[32038]: audit 2023-12-07T22:49:01.221867+0000 mon.a (mon.0) 2312 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:02 smithi194 bash[32038]: cluster 2023-12-07T22:49:02.138312+0000 mgr.a (mgr.14403) 13425 : cluster 0 pgmap v10022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:02 smithi135 bash[32435]: audit 2023-12-07T22:49:01.213815+0000 mon.a (mon.0) 2310 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:49:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:02 smithi135 bash[32435]: audit 2023-12-07T22:49:01.215064+0000 mon.a (mon.0) 2311 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:49:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:02 smithi135 bash[32435]: audit 2023-12-07T22:49:01.221867+0000 mon.a (mon.0) 2312 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:49:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:02 smithi135 bash[32435]: cluster 2023-12-07T22:49:02.138312+0000 mgr.a (mgr.14403) 13425 : cluster 0 pgmap v10022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:04.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:49:04.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:04.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:05.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:05 smithi194 bash[32038]: cluster 2023-12-07T22:49:04.139218+0000 mgr.a (mgr.14403) 13426 : cluster 0 pgmap v10023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:05 smithi135 bash[32435]: cluster 2023-12-07T22:49:04.139218+0000 mgr.a (mgr.14403) 13426 : cluster 0 pgmap v10023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:05.570 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:49:05.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:05.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:05.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:05.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:49:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:05 smithi079 bash[28699]: cluster 2023-12-07T22:49:04.139218+0000 mgr.a (mgr.14403) 13426 : cluster 0 pgmap v10023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:06.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:06 smithi135 bash[32435]: audit 2023-12-07T22:49:05.077638+0000 mgr.a (mgr.14403) 13427 : audit 0 from='client.271002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:06 smithi079 bash[28699]: audit 2023-12-07T22:49:05.077638+0000 mgr.a (mgr.14403) 13427 : audit 0 from='client.271002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:06 smithi194 bash[32038]: audit 2023-12-07T22:49:05.077638+0000 mgr.a (mgr.14403) 13427 : audit 0 from='client.271002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:07 smithi135 bash[32435]: cluster 2023-12-07T22:49:06.139957+0000 mgr.a (mgr.14403) 13428 : cluster 0 pgmap v10024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:49:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:07 smithi079 bash[28699]: cluster 2023-12-07T22:49:06.139957+0000 mgr.a (mgr.14403) 13428 : cluster 0 pgmap v10024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:49:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:07 smithi194 bash[32038]: cluster 2023-12-07T22:49:06.139957+0000 mgr.a (mgr.14403) 13428 : cluster 0 pgmap v10024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:49:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:08 smithi079 bash[28699]: cluster 2023-12-07T22:49:08.140595+0000 mgr.a (mgr.14403) 13429 : cluster 0 pgmap v10025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:49:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:08 smithi194 bash[32038]: cluster 2023-12-07T22:49:08.140595+0000 mgr.a (mgr.14403) 13429 : cluster 0 pgmap v10025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:49:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:08 smithi135 bash[32435]: cluster 2023-12-07T22:49:08.140595+0000 mgr.a (mgr.14403) 13429 : cluster 0 pgmap v10025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:49:10.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:49:10.571 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:10.571 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:11 smithi079 bash[28699]: cluster 2023-12-07T22:49:10.141446+0000 mgr.a (mgr.14403) 13430 : cluster 0 pgmap v10026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:49:11.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:11 smithi194 bash[32038]: cluster 2023-12-07T22:49:10.141446+0000 mgr.a (mgr.14403) 13430 : cluster 0 pgmap v10026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:49:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:11 smithi135 bash[32435]: cluster 2023-12-07T22:49:10.141446+0000 mgr.a (mgr.14403) 13430 : cluster 0 pgmap v10026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:49:11.485 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:49:11.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:11.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:11.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:11.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:49:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:12 smithi079 bash[28699]: audit 2023-12-07T22:49:10.967058+0000 mgr.a (mgr.14403) 13431 : audit 0 from='client.271077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:12 smithi194 bash[32038]: audit 2023-12-07T22:49:10.967058+0000 mgr.a (mgr.14403) 13431 : audit 0 from='client.271077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:12 smithi135 bash[32435]: audit 2023-12-07T22:49:10.967058+0000 mgr.a (mgr.14403) 13431 : audit 0 from='client.271077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:13.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:13 smithi079 bash[28699]: cluster 2023-12-07T22:49:12.142149+0000 mgr.a (mgr.14403) 13432 : cluster 0 pgmap v10027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:13 smithi194 bash[32038]: cluster 2023-12-07T22:49:12.142149+0000 mgr.a (mgr.14403) 13432 : cluster 0 pgmap v10027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:13 smithi135 bash[32435]: cluster 2023-12-07T22:49:12.142149+0000 mgr.a (mgr.14403) 13432 : cluster 0 pgmap v10027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:15.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:15 smithi194 bash[32038]: cluster 2023-12-07T22:49:14.142998+0000 mgr.a (mgr.14403) 13433 : cluster 0 pgmap v10028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:15.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:15 smithi135 bash[32435]: cluster 2023-12-07T22:49:14.142998+0000 mgr.a (mgr.14403) 13433 : cluster 0 pgmap v10028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:15 smithi079 bash[28699]: cluster 2023-12-07T22:49:14.142998+0000 mgr.a (mgr.14403) 13433 : cluster 0 pgmap v10028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:16.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:49:16.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:16.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:17.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:17.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:17.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:17.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:49:17.414 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:49:17.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:17 smithi135 bash[32435]: cluster 2023-12-07T22:49:16.143591+0000 mgr.a (mgr.14403) 13434 : cluster 0 pgmap v10029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:17 smithi079 bash[28699]: cluster 2023-12-07T22:49:16.143591+0000 mgr.a (mgr.14403) 13434 : cluster 0 pgmap v10029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:17 smithi194 bash[32038]: cluster 2023-12-07T22:49:16.143591+0000 mgr.a (mgr.14403) 13434 : cluster 0 pgmap v10029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:18 smithi079 bash[28699]: audit 2023-12-07T22:49:16.894686+0000 mgr.a (mgr.14403) 13435 : audit 0 from='client.271149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:18 smithi194 bash[32038]: audit 2023-12-07T22:49:16.894686+0000 mgr.a (mgr.14403) 13435 : audit 0 from='client.271149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:18 smithi135 bash[32435]: audit 2023-12-07T22:49:16.894686+0000 mgr.a (mgr.14403) 13435 : audit 0 from='client.271149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:19 smithi079 bash[28699]: cluster 2023-12-07T22:49:18.144234+0000 mgr.a (mgr.14403) 13436 : cluster 0 pgmap v10030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:19 smithi194 bash[32038]: cluster 2023-12-07T22:49:18.144234+0000 mgr.a (mgr.14403) 13436 : cluster 0 pgmap v10030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:19 smithi135 bash[32435]: cluster 2023-12-07T22:49:18.144234+0000 mgr.a (mgr.14403) 13436 : cluster 0 pgmap v10030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:21.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:21 smithi079 bash[28699]: cluster 2023-12-07T22:49:20.145184+0000 mgr.a (mgr.14403) 13437 : cluster 0 pgmap v10031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:21.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:21 smithi194 bash[32038]: cluster 2023-12-07T22:49:20.145184+0000 mgr.a (mgr.14403) 13437 : cluster 0 pgmap v10031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:21.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:21 smithi135 bash[32435]: cluster 2023-12-07T22:49:20.145184+0000 mgr.a (mgr.14403) 13437 : cluster 0 pgmap v10031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:22.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:49:22.417 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:22.417 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:23.330 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:49:23.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:23.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:23.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:23.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:49:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:23 smithi194 bash[32038]: cluster 2023-12-07T22:49:22.145793+0000 mgr.a (mgr.14403) 13438 : cluster 0 pgmap v10032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:23 smithi135 bash[32435]: cluster 2023-12-07T22:49:22.145793+0000 mgr.a (mgr.14403) 13438 : cluster 0 pgmap v10032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:23 smithi079 bash[28699]: cluster 2023-12-07T22:49:22.145793+0000 mgr.a (mgr.14403) 13438 : cluster 0 pgmap v10032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:24 smithi079 bash[28699]: audit 2023-12-07T22:49:22.826427+0000 mgr.a (mgr.14403) 13439 : audit 0 from='client.271227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:24 smithi194 bash[32038]: audit 2023-12-07T22:49:22.826427+0000 mgr.a (mgr.14403) 13439 : audit 0 from='client.271227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:24 smithi135 bash[32435]: audit 2023-12-07T22:49:22.826427+0000 mgr.a (mgr.14403) 13439 : audit 0 from='client.271227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:25 smithi079 bash[28699]: cluster 2023-12-07T22:49:24.146710+0000 mgr.a (mgr.14403) 13440 : cluster 0 pgmap v10033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:25 smithi194 bash[32038]: cluster 2023-12-07T22:49:24.146710+0000 mgr.a (mgr.14403) 13440 : cluster 0 pgmap v10033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:25 smithi135 bash[32435]: cluster 2023-12-07T22:49:24.146710+0000 mgr.a (mgr.14403) 13440 : cluster 0 pgmap v10033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:26 smithi079 bash[28699]: cluster 2023-12-07T22:49:26.147326+0000 mgr.a (mgr.14403) 13441 : cluster 0 pgmap v10034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:26.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:26 smithi194 bash[32038]: cluster 2023-12-07T22:49:26.147326+0000 mgr.a (mgr.14403) 13441 : cluster 0 pgmap v10034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:26 smithi135 bash[32435]: cluster 2023-12-07T22:49:26.147326+0000 mgr.a (mgr.14403) 13441 : cluster 0 pgmap v10034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:28.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:49:28.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:28.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:29.248 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:49:29.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:29.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:29.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:29.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:49:29.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:29 smithi135 bash[32435]: cluster 2023-12-07T22:49:28.147894+0000 mgr.a (mgr.14403) 13442 : cluster 0 pgmap v10035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:29 smithi079 bash[28699]: cluster 2023-12-07T22:49:28.147894+0000 mgr.a (mgr.14403) 13442 : cluster 0 pgmap v10035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:29 smithi194 bash[32038]: cluster 2023-12-07T22:49:28.147894+0000 mgr.a (mgr.14403) 13442 : cluster 0 pgmap v10035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:30 smithi135 bash[32435]: audit 2023-12-07T22:49:28.732571+0000 mgr.a (mgr.14403) 13443 : audit 0 from='client.271299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:30 smithi079 bash[28699]: audit 2023-12-07T22:49:28.732571+0000 mgr.a (mgr.14403) 13443 : audit 0 from='client.271299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:30 smithi194 bash[32038]: audit 2023-12-07T22:49:28.732571+0000 mgr.a (mgr.14403) 13443 : audit 0 from='client.271299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:31 smithi079 bash[28699]: cluster 2023-12-07T22:49:30.149059+0000 mgr.a (mgr.14403) 13444 : cluster 0 pgmap v10036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:31 smithi194 bash[32038]: cluster 2023-12-07T22:49:30.149059+0000 mgr.a (mgr.14403) 13444 : cluster 0 pgmap v10036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:31 smithi135 bash[32435]: cluster 2023-12-07T22:49:30.149059+0000 mgr.a (mgr.14403) 13444 : cluster 0 pgmap v10036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:33 smithi079 bash[28699]: cluster 2023-12-07T22:49:32.149686+0000 mgr.a (mgr.14403) 13445 : cluster 0 pgmap v10037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:33 smithi194 bash[32038]: cluster 2023-12-07T22:49:32.149686+0000 mgr.a (mgr.14403) 13445 : cluster 0 pgmap v10037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:33 smithi135 bash[32435]: cluster 2023-12-07T22:49:32.149686+0000 mgr.a (mgr.14403) 13445 : cluster 0 pgmap v10037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:34.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:49:34.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:34.253 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:34 smithi079 bash[28699]: cluster 2023-12-07T22:49:34.150557+0000 mgr.a (mgr.14403) 13446 : cluster 0 pgmap v10038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:34.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:34 smithi194 bash[32038]: cluster 2023-12-07T22:49:34.150557+0000 mgr.a (mgr.14403) 13446 : cluster 0 pgmap v10038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:34 smithi135 bash[32435]: cluster 2023-12-07T22:49:34.150557+0000 mgr.a (mgr.14403) 13446 : cluster 0 pgmap v10038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:35.182 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:49:35.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:35.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:35.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:35.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:49:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:36 smithi079 bash[28699]: audit 2023-12-07T22:49:34.658769+0000 mgr.a (mgr.14403) 13447 : audit 0 from='client.271377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:36 smithi194 bash[32038]: audit 2023-12-07T22:49:34.658769+0000 mgr.a (mgr.14403) 13447 : audit 0 from='client.271377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:36 smithi135 bash[32435]: audit 2023-12-07T22:49:34.658769+0000 mgr.a (mgr.14403) 13447 : audit 0 from='client.271377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:37 smithi079 bash[28699]: cluster 2023-12-07T22:49:36.151350+0000 mgr.a (mgr.14403) 13448 : cluster 0 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-07T22:49:37.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:37 smithi194 bash[32038]: cluster 2023-12-07T22:49:36.151350+0000 mgr.a (mgr.14403) 13448 : cluster 0 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-07T22:49:37.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:37 smithi135 bash[32435]: cluster 2023-12-07T22:49:36.151350+0000 mgr.a (mgr.14403) 13448 : cluster 0 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-07T22:49:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:39 smithi079 bash[28699]: cluster 2023-12-07T22:49:38.151878+0000 mgr.a (mgr.14403) 13449 : cluster 0 pgmap v10040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:39 smithi194 bash[32038]: cluster 2023-12-07T22:49:38.151878+0000 mgr.a (mgr.14403) 13449 : cluster 0 pgmap v10040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:39 smithi135 bash[32435]: cluster 2023-12-07T22:49:38.151878+0000 mgr.a (mgr.14403) 13449 : cluster 0 pgmap v10040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:49:40.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:49:40.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:40.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:41.102 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:49:41.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:41.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:41.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:41.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:49:41.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:41 smithi079 bash[28699]: cluster 2023-12-07T22:49:40.152659+0000 mgr.a (mgr.14403) 13450 : cluster 0 pgmap v10041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:41.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:41 smithi194 bash[32038]: cluster 2023-12-07T22:49:40.152659+0000 mgr.a (mgr.14403) 13450 : cluster 0 pgmap v10041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:41.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:41 smithi135 bash[32435]: cluster 2023-12-07T22:49:40.152659+0000 mgr.a (mgr.14403) 13450 : cluster 0 pgmap v10041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:42 smithi079 bash[28699]: audit 2023-12-07T22:49:40.591883+0000 mgr.a (mgr.14403) 13451 : audit 0 from='client.271455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:42 smithi194 bash[32038]: audit 2023-12-07T22:49:40.591883+0000 mgr.a (mgr.14403) 13451 : audit 0 from='client.271455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:42 smithi135 bash[32435]: audit 2023-12-07T22:49:40.591883+0000 mgr.a (mgr.14403) 13451 : audit 0 from='client.271455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:43 smithi079 bash[28699]: cluster 2023-12-07T22:49:42.153374+0000 mgr.a (mgr.14403) 13452 : cluster 0 pgmap v10042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:43 smithi194 bash[32038]: cluster 2023-12-07T22:49:42.153374+0000 mgr.a (mgr.14403) 13452 : cluster 0 pgmap v10042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:43 smithi135 bash[32435]: cluster 2023-12-07T22:49:42.153374+0000 mgr.a (mgr.14403) 13452 : cluster 0 pgmap v10042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:45 smithi079 bash[28699]: cluster 2023-12-07T22:49:44.154322+0000 mgr.a (mgr.14403) 13453 : cluster 0 pgmap v10043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:45 smithi194 bash[32038]: cluster 2023-12-07T22:49:44.154322+0000 mgr.a (mgr.14403) 13453 : cluster 0 pgmap v10043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:45 smithi135 bash[32435]: cluster 2023-12-07T22:49:44.154322+0000 mgr.a (mgr.14403) 13453 : cluster 0 pgmap v10043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:46.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:49:46.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:46.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:46.985 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:49:46.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:46.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:46.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:46.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:49:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:47 smithi079 bash[28699]: cluster 2023-12-07T22:49:46.155029+0000 mgr.a (mgr.14403) 13454 : cluster 0 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-07T22:49:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:47 smithi194 bash[32038]: cluster 2023-12-07T22:49:46.155029+0000 mgr.a (mgr.14403) 13454 : cluster 0 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-07T22:49:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:47 smithi135 bash[32435]: cluster 2023-12-07T22:49:46.155029+0000 mgr.a (mgr.14403) 13454 : cluster 0 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-07T22:49:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:48 smithi079 bash[28699]: audit 2023-12-07T22:49:46.506573+0000 mgr.a (mgr.14403) 13455 : audit 0 from='client.271533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:48 smithi079 bash[28699]: cluster 2023-12-07T22:49:48.155778+0000 mgr.a (mgr.14403) 13456 : cluster 0 pgmap v10045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:48 smithi194 bash[32038]: audit 2023-12-07T22:49:46.506573+0000 mgr.a (mgr.14403) 13455 : audit 0 from='client.271533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:48 smithi194 bash[32038]: cluster 2023-12-07T22:49:48.155778+0000 mgr.a (mgr.14403) 13456 : cluster 0 pgmap v10045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:48 smithi135 bash[32435]: audit 2023-12-07T22:49:46.506573+0000 mgr.a (mgr.14403) 13455 : audit 0 from='client.271533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:48 smithi135 bash[32435]: cluster 2023-12-07T22:49:48.155778+0000 mgr.a (mgr.14403) 13456 : cluster 0 pgmap v10045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:51 smithi079 bash[28699]: cluster 2023-12-07T22:49:50.156645+0000 mgr.a (mgr.14403) 13457 : cluster 0 pgmap v10046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:51.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:51 smithi194 bash[32038]: cluster 2023-12-07T22:49:50.156645+0000 mgr.a (mgr.14403) 13457 : cluster 0 pgmap v10046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:51.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:51 smithi135 bash[32435]: cluster 2023-12-07T22:49:50.156645+0000 mgr.a (mgr.14403) 13457 : cluster 0 pgmap v10046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:51.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:49:51.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:51.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:52.866 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:49:52.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:52.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:52.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:52.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:49:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:53 smithi079 bash[28699]: cluster 2023-12-07T22:49:52.157200+0000 mgr.a (mgr.14403) 13458 : cluster 0 pgmap v10047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:53 smithi194 bash[32038]: cluster 2023-12-07T22:49:52.157200+0000 mgr.a (mgr.14403) 13458 : cluster 0 pgmap v10047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:53 smithi135 bash[32435]: cluster 2023-12-07T22:49:52.157200+0000 mgr.a (mgr.14403) 13458 : cluster 0 pgmap v10047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:54 smithi079 bash[28699]: audit 2023-12-07T22:49:52.383276+0000 mgr.a (mgr.14403) 13459 : audit 0 from='client.271608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:54.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:54 smithi194 bash[32038]: audit 2023-12-07T22:49:52.383276+0000 mgr.a (mgr.14403) 13459 : audit 0 from='client.271608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:54 smithi135 bash[32435]: audit 2023-12-07T22:49:52.383276+0000 mgr.a (mgr.14403) 13459 : audit 0 from='client.271608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:49:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:55 smithi079 bash[28699]: cluster 2023-12-07T22:49:54.158082+0000 mgr.a (mgr.14403) 13460 : cluster 0 pgmap v10048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:55 smithi194 bash[32038]: cluster 2023-12-07T22:49:54.158082+0000 mgr.a (mgr.14403) 13460 : cluster 0 pgmap v10048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:55 smithi135 bash[32435]: cluster 2023-12-07T22:49:54.158082+0000 mgr.a (mgr.14403) 13460 : cluster 0 pgmap v10048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:49:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:56 smithi079 bash[28699]: cluster 2023-12-07T22:49:56.158646+0000 mgr.a (mgr.14403) 13461 : cluster 0 pgmap v10049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:56.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:56 smithi194 bash[32038]: cluster 2023-12-07T22:49:56.158646+0000 mgr.a (mgr.14403) 13461 : cluster 0 pgmap v10049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:56 smithi135 bash[32435]: cluster 2023-12-07T22:49:56.158646+0000 mgr.a (mgr.14403) 13461 : cluster 0 pgmap v10049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:57.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:49:57.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:49:57.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:49:58.768 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:49:58.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:49:58.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:49:58.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:49:58.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:49:59.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:49:59 smithi079 bash[28699]: cluster 2023-12-07T22:49:58.159208+0000 mgr.a (mgr.14403) 13462 : cluster 0 pgmap v10050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:49:59 smithi194 bash[32038]: cluster 2023-12-07T22:49:58.159208+0000 mgr.a (mgr.14403) 13462 : cluster 0 pgmap v10050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:49:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:49:59 smithi135 bash[32435]: cluster 2023-12-07T22:49:58.159208+0000 mgr.a (mgr.14403) 13462 : cluster 0 pgmap v10050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:00 smithi079 bash[28699]: audit 2023-12-07T22:49:58.264294+0000 mgr.a (mgr.14403) 13463 : audit 0 from='client.271686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:00 smithi079 bash[28699]: cluster 2023-12-07T22:50:00.000132+0000 mon.a (mon.0) 2313 : cluster 1 overall HEALTH_OK 2023-12-07T22:50:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:00 smithi194 bash[32038]: audit 2023-12-07T22:49:58.264294+0000 mgr.a (mgr.14403) 13463 : audit 0 from='client.271686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:00 smithi194 bash[32038]: cluster 2023-12-07T22:50:00.000132+0000 mon.a (mon.0) 2313 : cluster 1 overall HEALTH_OK 2023-12-07T22:50:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:00 smithi135 bash[32435]: audit 2023-12-07T22:49:58.264294+0000 mgr.a (mgr.14403) 13463 : audit 0 from='client.271686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:00 smithi135 bash[32435]: cluster 2023-12-07T22:50:00.000132+0000 mon.a (mon.0) 2313 : cluster 1 overall HEALTH_OK 2023-12-07T22:50:01.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:01 smithi079 bash[28699]: cluster 2023-12-07T22:50:00.160199+0000 mgr.a (mgr.14403) 13464 : cluster 0 pgmap v10051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:50:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:01 smithi194 bash[32038]: cluster 2023-12-07T22:50:00.160199+0000 mgr.a (mgr.14403) 13464 : cluster 0 pgmap v10051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:50:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:01 smithi135 bash[32435]: cluster 2023-12-07T22:50:00.160199+0000 mgr.a (mgr.14403) 13464 : cluster 0 pgmap v10051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:50:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:02 smithi079 bash[28699]: audit 2023-12-07T22:50:01.324061+0000 mon.a (mon.0) 2314 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:50:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:02 smithi079 bash[28699]: audit 2023-12-07T22:50:02.110659+0000 mon.a (mon.0) 2315 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:50:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:02 smithi079 bash[28699]: audit 2023-12-07T22:50:02.112457+0000 mon.a (mon.0) 2316 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:50:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:02 smithi079 bash[28699]: audit 2023-12-07T22:50:02.122539+0000 mon.a (mon.0) 2317 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:50:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:02 smithi079 bash[28699]: cluster 2023-12-07T22:50:02.160753+0000 mgr.a (mgr.14403) 13465 : cluster 0 pgmap v10052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:50:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:02 smithi194 bash[32038]: audit 2023-12-07T22:50:01.324061+0000 mon.a (mon.0) 2314 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:50:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:02 smithi194 bash[32038]: audit 2023-12-07T22:50:02.110659+0000 mon.a (mon.0) 2315 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:50:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:02 smithi194 bash[32038]: audit 2023-12-07T22:50:02.112457+0000 mon.a (mon.0) 2316 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:50:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:02 smithi194 bash[32038]: audit 2023-12-07T22:50:02.122539+0000 mon.a (mon.0) 2317 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:50:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:02 smithi194 bash[32038]: cluster 2023-12-07T22:50:02.160753+0000 mgr.a (mgr.14403) 13465 : cluster 0 pgmap v10052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:50:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:02 smithi135 bash[32435]: audit 2023-12-07T22:50:01.324061+0000 mon.a (mon.0) 2314 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:50:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:02 smithi135 bash[32435]: audit 2023-12-07T22:50:02.110659+0000 mon.a (mon.0) 2315 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:50:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:02 smithi135 bash[32435]: audit 2023-12-07T22:50:02.112457+0000 mon.a (mon.0) 2316 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:50:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:02 smithi135 bash[32435]: audit 2023-12-07T22:50:02.122539+0000 mon.a (mon.0) 2317 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:50:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:02 smithi135 bash[32435]: cluster 2023-12-07T22:50:02.160753+0000 mgr.a (mgr.14403) 13465 : cluster 0 pgmap v10052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:50:03.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:50:03.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:03.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:04.668 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:50:04.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:04.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:04.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:04.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:50:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:05 smithi079 bash[28699]: cluster 2023-12-07T22:50:04.161507+0000 mgr.a (mgr.14403) 13466 : cluster 0 pgmap v10053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:05 smithi079 bash[28699]: audit 2023-12-07T22:50:04.171868+0000 mgr.a (mgr.14403) 13467 : audit 0 from='client.271764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:05.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:05 smithi194 bash[32038]: cluster 2023-12-07T22:50:04.161507+0000 mgr.a (mgr.14403) 13466 : cluster 0 pgmap v10053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:05.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:05 smithi194 bash[32038]: audit 2023-12-07T22:50:04.171868+0000 mgr.a (mgr.14403) 13467 : audit 0 from='client.271764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:05 smithi135 bash[32435]: cluster 2023-12-07T22:50:04.161507+0000 mgr.a (mgr.14403) 13466 : cluster 0 pgmap v10053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:05 smithi135 bash[32435]: audit 2023-12-07T22:50:04.171868+0000 mgr.a (mgr.14403) 13467 : audit 0 from='client.271764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:06 smithi079 bash[28699]: cluster 2023-12-07T22:50:06.162128+0000 mgr.a (mgr.14403) 13468 : cluster 0 pgmap v10054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:06 smithi194 bash[32038]: cluster 2023-12-07T22:50:06.162128+0000 mgr.a (mgr.14403) 13468 : cluster 0 pgmap v10054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:06 smithi135 bash[32435]: cluster 2023-12-07T22:50:06.162128+0000 mgr.a (mgr.14403) 13468 : cluster 0 pgmap v10054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:09 smithi079 bash[28699]: cluster 2023-12-07T22:50:08.162708+0000 mgr.a (mgr.14403) 13469 : cluster 0 pgmap v10055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:09.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:50:09.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:09.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:09 smithi194 bash[32038]: cluster 2023-12-07T22:50:08.162708+0000 mgr.a (mgr.14403) 13469 : cluster 0 pgmap v10055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:09 smithi135 bash[32435]: cluster 2023-12-07T22:50:08.162708+0000 mgr.a (mgr.14403) 13469 : cluster 0 pgmap v10055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:10.575 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:50:10.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:10.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:10.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:10.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:50:11.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:11 smithi079 bash[28699]: audit 2023-12-07T22:50:10.072407+0000 mgr.a (mgr.14403) 13470 : audit 0 from='client.271839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:11 smithi079 bash[28699]: cluster 2023-12-07T22:50:10.163523+0000 mgr.a (mgr.14403) 13471 : cluster 0 pgmap v10056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:11.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:11 smithi194 bash[32038]: audit 2023-12-07T22:50:10.072407+0000 mgr.a (mgr.14403) 13470 : audit 0 from='client.271839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:11.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:11 smithi194 bash[32038]: cluster 2023-12-07T22:50:10.163523+0000 mgr.a (mgr.14403) 13471 : cluster 0 pgmap v10056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:11 smithi135 bash[32435]: audit 2023-12-07T22:50:10.072407+0000 mgr.a (mgr.14403) 13470 : audit 0 from='client.271839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:11 smithi135 bash[32435]: cluster 2023-12-07T22:50:10.163523+0000 mgr.a (mgr.14403) 13471 : cluster 0 pgmap v10056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:13 smithi079 bash[28699]: cluster 2023-12-07T22:50:12.164180+0000 mgr.a (mgr.14403) 13472 : cluster 0 pgmap v10057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:50:13.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:13 smithi194 bash[32038]: cluster 2023-12-07T22:50:12.164180+0000 mgr.a (mgr.14403) 13472 : cluster 0 pgmap v10057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:50:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:13 smithi135 bash[32435]: cluster 2023-12-07T22:50:12.164180+0000 mgr.a (mgr.14403) 13472 : cluster 0 pgmap v10057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:50:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:14 smithi079 bash[28699]: cluster 2023-12-07T22:50:14.165001+0000 mgr.a (mgr.14403) 13473 : cluster 0 pgmap v10058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:50:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:14 smithi194 bash[32038]: cluster 2023-12-07T22:50:14.165001+0000 mgr.a (mgr.14403) 13473 : cluster 0 pgmap v10058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:50:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:14 smithi135 bash[32435]: cluster 2023-12-07T22:50:14.165001+0000 mgr.a (mgr.14403) 13473 : cluster 0 pgmap v10058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:50:15.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:50:15.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:15.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:16.497 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:50:16.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:16.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:16.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:16.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:50:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:17 smithi079 bash[28699]: audit 2023-12-07T22:50:15.986617+0000 mgr.a (mgr.14403) 13474 : audit 0 from='client.271914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:17 smithi079 bash[28699]: cluster 2023-12-07T22:50:16.165520+0000 mgr.a (mgr.14403) 13475 : cluster 0 pgmap v10059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:17.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:17 smithi194 bash[32038]: audit 2023-12-07T22:50:15.986617+0000 mgr.a (mgr.14403) 13474 : audit 0 from='client.271914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:17 smithi194 bash[32038]: cluster 2023-12-07T22:50:16.165520+0000 mgr.a (mgr.14403) 13475 : cluster 0 pgmap v10059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:17 smithi135 bash[32435]: audit 2023-12-07T22:50:15.986617+0000 mgr.a (mgr.14403) 13474 : audit 0 from='client.271914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:17 smithi135 bash[32435]: cluster 2023-12-07T22:50:16.165520+0000 mgr.a (mgr.14403) 13475 : cluster 0 pgmap v10059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:18 smithi079 bash[28699]: cluster 2023-12-07T22:50:18.166250+0000 mgr.a (mgr.14403) 13476 : cluster 0 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-07T22:50:18.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:18 smithi194 bash[32038]: cluster 2023-12-07T22:50:18.166250+0000 mgr.a (mgr.14403) 13476 : cluster 0 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-07T22:50:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:18 smithi135 bash[32435]: cluster 2023-12-07T22:50:18.166250+0000 mgr.a (mgr.14403) 13476 : cluster 0 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-07T22:50:21.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:21 smithi079 bash[28699]: cluster 2023-12-07T22:50:20.167212+0000 mgr.a (mgr.14403) 13477 : cluster 0 pgmap v10061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:21.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:21 smithi194 bash[32038]: cluster 2023-12-07T22:50:20.167212+0000 mgr.a (mgr.14403) 13477 : cluster 0 pgmap v10061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:21.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:21 smithi135 bash[32435]: cluster 2023-12-07T22:50:20.167212+0000 mgr.a (mgr.14403) 13477 : cluster 0 pgmap v10061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:21.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:50:21.500 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:21.500 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:22.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:22.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:22.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:22.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:50:22.436 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:50:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:22 smithi079 bash[28699]: audit 2023-12-07T22:50:21.913014+0000 mgr.a (mgr.14403) 13478 : audit 0 from='client.271992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:22 smithi079 bash[28699]: cluster 2023-12-07T22:50:22.180646+0000 mgr.a (mgr.14403) 13479 : cluster 0 pgmap v10062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:22.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:22 smithi194 bash[32038]: audit 2023-12-07T22:50:21.913014+0000 mgr.a (mgr.14403) 13478 : audit 0 from='client.271992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:22.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:22 smithi194 bash[32038]: cluster 2023-12-07T22:50:22.180646+0000 mgr.a (mgr.14403) 13479 : cluster 0 pgmap v10062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:22 smithi135 bash[32435]: audit 2023-12-07T22:50:21.913014+0000 mgr.a (mgr.14403) 13478 : audit 0 from='client.271992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:22 smithi135 bash[32435]: cluster 2023-12-07T22:50:22.180646+0000 mgr.a (mgr.14403) 13479 : cluster 0 pgmap v10062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:24 smithi079 bash[28699]: cluster 2023-12-07T22:50:24.181670+0000 mgr.a (mgr.14403) 13480 : cluster 0 pgmap v10063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:24.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:24 smithi194 bash[32038]: cluster 2023-12-07T22:50:24.181670+0000 mgr.a (mgr.14403) 13480 : cluster 0 pgmap v10063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:24 smithi135 bash[32435]: cluster 2023-12-07T22:50:24.181670+0000 mgr.a (mgr.14403) 13480 : cluster 0 pgmap v10063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:26 smithi079 bash[28699]: cluster 2023-12-07T22:50:26.182152+0000 mgr.a (mgr.14403) 13481 : cluster 0 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-07T22:50:26.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:26 smithi194 bash[32038]: cluster 2023-12-07T22:50:26.182152+0000 mgr.a (mgr.14403) 13481 : cluster 0 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-07T22:50:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:26 smithi135 bash[32435]: cluster 2023-12-07T22:50:26.182152+0000 mgr.a (mgr.14403) 13481 : cluster 0 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-07T22:50:27.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:50:27.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:27.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:28.336 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:50:28.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:28.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:28.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:28.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:50:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:28 smithi079 bash[28699]: audit 2023-12-07T22:50:27.840435+0000 mgr.a (mgr.14403) 13482 : audit 0 from='client.272067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:28 smithi079 bash[28699]: cluster 2023-12-07T22:50:28.182619+0000 mgr.a (mgr.14403) 13483 : cluster 0 pgmap v10065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:28.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:28 smithi194 bash[32038]: audit 2023-12-07T22:50:27.840435+0000 mgr.a (mgr.14403) 13482 : audit 0 from='client.272067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:28.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:28 smithi194 bash[32038]: cluster 2023-12-07T22:50:28.182619+0000 mgr.a (mgr.14403) 13483 : cluster 0 pgmap v10065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:28 smithi135 bash[32435]: audit 2023-12-07T22:50:27.840435+0000 mgr.a (mgr.14403) 13482 : audit 0 from='client.272067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:28 smithi135 bash[32435]: cluster 2023-12-07T22:50:28.182619+0000 mgr.a (mgr.14403) 13483 : cluster 0 pgmap v10065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:31.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:31 smithi079 bash[28699]: cluster 2023-12-07T22:50:30.183740+0000 mgr.a (mgr.14403) 13484 : cluster 0 pgmap v10066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:31.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:31 smithi194 bash[32038]: cluster 2023-12-07T22:50:30.183740+0000 mgr.a (mgr.14403) 13484 : cluster 0 pgmap v10066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:31.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:31 smithi135 bash[32435]: cluster 2023-12-07T22:50:30.183740+0000 mgr.a (mgr.14403) 13484 : cluster 0 pgmap v10066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:32 smithi079 bash[28699]: cluster 2023-12-07T22:50:32.184357+0000 mgr.a (mgr.14403) 13485 : cluster 0 pgmap v10067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:32.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:32 smithi194 bash[32038]: cluster 2023-12-07T22:50:32.184357+0000 mgr.a (mgr.14403) 13485 : cluster 0 pgmap v10067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:32 smithi135 bash[32435]: cluster 2023-12-07T22:50:32.184357+0000 mgr.a (mgr.14403) 13485 : cluster 0 pgmap v10067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:33.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:50:33.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:33.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:34.234 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:50:34.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:34.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:34.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:34.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:50:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:34 smithi079 bash[28699]: audit 2023-12-07T22:50:33.748640+0000 mgr.a (mgr.14403) 13486 : audit 0 from='client.272145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:34 smithi079 bash[28699]: cluster 2023-12-07T22:50:34.185132+0000 mgr.a (mgr.14403) 13487 : cluster 0 pgmap v10068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:34.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:34 smithi194 bash[32038]: audit 2023-12-07T22:50:33.748640+0000 mgr.a (mgr.14403) 13486 : audit 0 from='client.272145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:34.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:34 smithi194 bash[32038]: cluster 2023-12-07T22:50:34.185132+0000 mgr.a (mgr.14403) 13487 : cluster 0 pgmap v10068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:34 smithi135 bash[32435]: audit 2023-12-07T22:50:33.748640+0000 mgr.a (mgr.14403) 13486 : audit 0 from='client.272145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:34 smithi135 bash[32435]: cluster 2023-12-07T22:50:34.185132+0000 mgr.a (mgr.14403) 13487 : cluster 0 pgmap v10068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:36 smithi079 bash[28699]: cluster 2023-12-07T22:50:36.185676+0000 mgr.a (mgr.14403) 13488 : cluster 0 pgmap v10069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:36.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:36 smithi194 bash[32038]: cluster 2023-12-07T22:50:36.185676+0000 mgr.a (mgr.14403) 13488 : cluster 0 pgmap v10069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:36.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:36 smithi135 bash[32435]: cluster 2023-12-07T22:50:36.185676+0000 mgr.a (mgr.14403) 13488 : cluster 0 pgmap v10069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:38 smithi079 bash[28699]: cluster 2023-12-07T22:50:38.186223+0000 mgr.a (mgr.14403) 13489 : cluster 0 pgmap v10070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:38.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:38 smithi194 bash[32038]: cluster 2023-12-07T22:50:38.186223+0000 mgr.a (mgr.14403) 13489 : cluster 0 pgmap v10070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:38 smithi135 bash[32435]: cluster 2023-12-07T22:50:38.186223+0000 mgr.a (mgr.14403) 13489 : cluster 0 pgmap v10070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:39.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:50:39.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:39.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:40.132 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:50:40.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:40.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:40.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:40.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:50:41.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:41 smithi079 bash[28699]: audit 2023-12-07T22:50:39.638267+0000 mgr.a (mgr.14403) 13490 : audit 0 from='client.272223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:41.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:41 smithi079 bash[28699]: cluster 2023-12-07T22:50:40.187357+0000 mgr.a (mgr.14403) 13491 : cluster 0 pgmap v10071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:41.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:41 smithi194 bash[32038]: audit 2023-12-07T22:50:39.638267+0000 mgr.a (mgr.14403) 13490 : audit 0 from='client.272223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:41.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:41 smithi194 bash[32038]: cluster 2023-12-07T22:50:40.187357+0000 mgr.a (mgr.14403) 13491 : cluster 0 pgmap v10071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:41.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:41 smithi135 bash[32435]: audit 2023-12-07T22:50:39.638267+0000 mgr.a (mgr.14403) 13490 : audit 0 from='client.272223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:41.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:41 smithi135 bash[32435]: cluster 2023-12-07T22:50:40.187357+0000 mgr.a (mgr.14403) 13491 : cluster 0 pgmap v10071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:42 smithi079 bash[28699]: cluster 2023-12-07T22:50:42.187955+0000 mgr.a (mgr.14403) 13492 : cluster 0 pgmap v10072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:42.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:42 smithi194 bash[32038]: cluster 2023-12-07T22:50:42.187955+0000 mgr.a (mgr.14403) 13492 : cluster 0 pgmap v10072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:42 smithi135 bash[32435]: cluster 2023-12-07T22:50:42.187955+0000 mgr.a (mgr.14403) 13492 : cluster 0 pgmap v10072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:50:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:44 smithi079 bash[28699]: cluster 2023-12-07T22:50:44.188658+0000 mgr.a (mgr.14403) 13493 : cluster 0 pgmap v10073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:44.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:44 smithi194 bash[32038]: cluster 2023-12-07T22:50:44.188658+0000 mgr.a (mgr.14403) 13493 : cluster 0 pgmap v10073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:44 smithi135 bash[32435]: cluster 2023-12-07T22:50:44.188658+0000 mgr.a (mgr.14403) 13493 : cluster 0 pgmap v10073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:45.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:50:45.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:45.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:46.043 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:50:46.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:46.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:46.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:46.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:50:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:46 smithi079 bash[28699]: audit 2023-12-07T22:50:45.545301+0000 mgr.a (mgr.14403) 13494 : audit 0 from='client.272301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:46 smithi079 bash[28699]: cluster 2023-12-07T22:50:46.189383+0000 mgr.a (mgr.14403) 13495 : cluster 0 pgmap v10074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:46.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:46 smithi194 bash[32038]: audit 2023-12-07T22:50:45.545301+0000 mgr.a (mgr.14403) 13494 : audit 0 from='client.272301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:46.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:46 smithi194 bash[32038]: cluster 2023-12-07T22:50:46.189383+0000 mgr.a (mgr.14403) 13495 : cluster 0 pgmap v10074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:46 smithi135 bash[32435]: audit 2023-12-07T22:50:45.545301+0000 mgr.a (mgr.14403) 13494 : audit 0 from='client.272301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:46 smithi135 bash[32435]: cluster 2023-12-07T22:50:46.189383+0000 mgr.a (mgr.14403) 13495 : cluster 0 pgmap v10074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:48 smithi079 bash[28699]: cluster 2023-12-07T22:50:48.189969+0000 mgr.a (mgr.14403) 13496 : cluster 0 pgmap v10075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:48.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:48 smithi194 bash[32038]: cluster 2023-12-07T22:50:48.189969+0000 mgr.a (mgr.14403) 13496 : cluster 0 pgmap v10075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:48 smithi135 bash[32435]: cluster 2023-12-07T22:50:48.189969+0000 mgr.a (mgr.14403) 13496 : cluster 0 pgmap v10075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:51.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:50:51.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:51.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:51.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:51 smithi079 bash[28699]: cluster 2023-12-07T22:50:50.190795+0000 mgr.a (mgr.14403) 13497 : cluster 0 pgmap v10076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:51.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:51 smithi194 bash[32038]: cluster 2023-12-07T22:50:50.190795+0000 mgr.a (mgr.14403) 13497 : cluster 0 pgmap v10076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:51.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:51 smithi135 bash[32435]: cluster 2023-12-07T22:50:50.190795+0000 mgr.a (mgr.14403) 13497 : cluster 0 pgmap v10076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:51.947 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:50:51.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:51.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:51.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:51.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:50:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:52 smithi079 bash[28699]: audit 2023-12-07T22:50:51.451971+0000 mgr.a (mgr.14403) 13498 : audit 0 from='client.272376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:52 smithi079 bash[28699]: cluster 2023-12-07T22:50:52.191586+0000 mgr.a (mgr.14403) 13499 : cluster 0 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-07T22:50:52.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:52 smithi194 bash[32038]: audit 2023-12-07T22:50:51.451971+0000 mgr.a (mgr.14403) 13498 : audit 0 from='client.272376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:52.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:52 smithi194 bash[32038]: cluster 2023-12-07T22:50:52.191586+0000 mgr.a (mgr.14403) 13499 : cluster 0 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-07T22:50:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:52 smithi135 bash[32435]: audit 2023-12-07T22:50:51.451971+0000 mgr.a (mgr.14403) 13498 : audit 0 from='client.272376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:52 smithi135 bash[32435]: cluster 2023-12-07T22:50:52.191586+0000 mgr.a (mgr.14403) 13499 : cluster 0 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-07T22:50:54.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:54 smithi079 bash[28699]: cluster 2023-12-07T22:50:54.192490+0000 mgr.a (mgr.14403) 13500 : cluster 0 pgmap v10078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:54.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:54 smithi194 bash[32038]: cluster 2023-12-07T22:50:54.192490+0000 mgr.a (mgr.14403) 13500 : cluster 0 pgmap v10078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:54 smithi135 bash[32435]: cluster 2023-12-07T22:50:54.192490+0000 mgr.a (mgr.14403) 13500 : cluster 0 pgmap v10078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:50:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:56 smithi079 bash[28699]: cluster 2023-12-07T22:50:56.193075+0000 mgr.a (mgr.14403) 13501 : cluster 0 pgmap v10079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:56.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:56 smithi194 bash[32038]: cluster 2023-12-07T22:50:56.193075+0000 mgr.a (mgr.14403) 13501 : cluster 0 pgmap v10079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:56.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:56 smithi135 bash[32435]: cluster 2023-12-07T22:50:56.193075+0000 mgr.a (mgr.14403) 13501 : cluster 0 pgmap v10079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:50:56.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:50:56.951 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:50:56.951 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:50:57.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:50:57.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:50:57.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:50:57.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:50:57.848 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:50:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:58 smithi079 bash[28699]: audit 2023-12-07T22:50:57.348707+0000 mgr.a (mgr.14403) 13502 : audit 0 from='client.272454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:50:58 smithi079 bash[28699]: cluster 2023-12-07T22:50:58.193752+0000 mgr.a (mgr.14403) 13503 : cluster 0 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-07T22:50:58.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:58 smithi194 bash[32038]: audit 2023-12-07T22:50:57.348707+0000 mgr.a (mgr.14403) 13502 : audit 0 from='client.272454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:58.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:50:58 smithi194 bash[32038]: cluster 2023-12-07T22:50:58.193752+0000 mgr.a (mgr.14403) 13503 : cluster 0 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-07T22:50:58.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:58 smithi135 bash[32435]: audit 2023-12-07T22:50:57.348707+0000 mgr.a (mgr.14403) 13502 : audit 0 from='client.272454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:50:58.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:50:58 smithi135 bash[32435]: cluster 2023-12-07T22:50:58.193752+0000 mgr.a (mgr.14403) 13503 : cluster 0 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-07T22:51:01.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:01 smithi079 bash[28699]: cluster 2023-12-07T22:51:00.194549+0000 mgr.a (mgr.14403) 13504 : cluster 0 pgmap v10081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:01.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:01 smithi194 bash[32038]: cluster 2023-12-07T22:51:00.194549+0000 mgr.a (mgr.14403) 13504 : cluster 0 pgmap v10081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:01.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:01 smithi135 bash[32435]: cluster 2023-12-07T22:51:00.194549+0000 mgr.a (mgr.14403) 13504 : cluster 0 pgmap v10081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:02 smithi079 bash[28699]: cluster 2023-12-07T22:51:02.195138+0000 mgr.a (mgr.14403) 13505 : cluster 0 pgmap v10082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:02 smithi079 bash[28699]: audit 2023-12-07T22:51:02.224653+0000 mon.a (mon.0) 2318 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:51:02.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:02 smithi194 bash[32038]: cluster 2023-12-07T22:51:02.195138+0000 mgr.a (mgr.14403) 13505 : cluster 0 pgmap v10082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:02.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:02 smithi194 bash[32038]: audit 2023-12-07T22:51:02.224653+0000 mon.a (mon.0) 2318 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:51:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:02 smithi135 bash[32435]: cluster 2023-12-07T22:51:02.195138+0000 mgr.a (mgr.14403) 13505 : cluster 0 pgmap v10082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:02 smithi135 bash[32435]: audit 2023-12-07T22:51:02.224653+0000 mon.a (mon.0) 2318 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:51:02.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:51:02.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:02.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:03 smithi079 bash[28699]: audit 2023-12-07T22:51:02.981779+0000 mon.a (mon.0) 2319 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:51:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:03 smithi079 bash[28699]: audit 2023-12-07T22:51:02.983041+0000 mon.a (mon.0) 2320 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:51:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:03 smithi079 bash[28699]: audit 2023-12-07T22:51:02.991536+0000 mon.a (mon.0) 2321 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:51:03.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:03 smithi194 bash[32038]: audit 2023-12-07T22:51:02.981779+0000 mon.a (mon.0) 2319 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:51:03.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:03 smithi194 bash[32038]: audit 2023-12-07T22:51:02.983041+0000 mon.a (mon.0) 2320 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:51:03.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:03 smithi194 bash[32038]: audit 2023-12-07T22:51:02.991536+0000 mon.a (mon.0) 2321 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:51:03.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:03 smithi135 bash[32435]: audit 2023-12-07T22:51:02.981779+0000 mon.a (mon.0) 2319 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:51:03.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:03 smithi135 bash[32435]: audit 2023-12-07T22:51:02.983041+0000 mon.a (mon.0) 2320 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:51:03.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:03 smithi135 bash[32435]: audit 2023-12-07T22:51:02.991536+0000 mon.a (mon.0) 2321 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:51:03.763 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:51:03.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:03.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:03.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:03.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:51:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:04 smithi079 bash[28699]: audit 2023-12-07T22:51:03.250996+0000 mgr.a (mgr.14403) 13506 : audit 0 from='client.272532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:04 smithi079 bash[28699]: cluster 2023-12-07T22:51:04.196056+0000 mgr.a (mgr.14403) 13507 : cluster 0 pgmap v10083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:51:04.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:04 smithi194 bash[32038]: audit 2023-12-07T22:51:03.250996+0000 mgr.a (mgr.14403) 13506 : audit 0 from='client.272532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:04.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:04 smithi194 bash[32038]: cluster 2023-12-07T22:51:04.196056+0000 mgr.a (mgr.14403) 13507 : cluster 0 pgmap v10083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:51:04.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:04 smithi135 bash[32435]: audit 2023-12-07T22:51:03.250996+0000 mgr.a (mgr.14403) 13506 : audit 0 from='client.272532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:04.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:04 smithi135 bash[32435]: cluster 2023-12-07T22:51:04.196056+0000 mgr.a (mgr.14403) 13507 : cluster 0 pgmap v10083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T22:51:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:06 smithi079 bash[28699]: cluster 2023-12-07T22:51:06.196613+0000 mgr.a (mgr.14403) 13508 : cluster 0 pgmap v10084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:51:06.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:06 smithi194 bash[32038]: cluster 2023-12-07T22:51:06.196613+0000 mgr.a (mgr.14403) 13508 : cluster 0 pgmap v10084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:51:06.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:06 smithi135 bash[32435]: cluster 2023-12-07T22:51:06.196613+0000 mgr.a (mgr.14403) 13508 : cluster 0 pgmap v10084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:51:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:08 smithi079 bash[28699]: cluster 2023-12-07T22:51:08.197114+0000 mgr.a (mgr.14403) 13509 : cluster 0 pgmap v10085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:51:08.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:08 smithi194 bash[32038]: cluster 2023-12-07T22:51:08.197114+0000 mgr.a (mgr.14403) 13509 : cluster 0 pgmap v10085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:51:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:08 smithi135 bash[32435]: cluster 2023-12-07T22:51:08.197114+0000 mgr.a (mgr.14403) 13509 : cluster 0 pgmap v10085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T22:51:08.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:51:08.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:08.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:09 smithi079 bash[28699]: audit 2023-12-07T22:51:09.171436+0000 mgr.a (mgr.14403) 13510 : audit 0 from='client.272610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:09.668 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:51:09.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:09.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:09.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:09.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:51:09.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:09 smithi194 bash[32038]: audit 2023-12-07T22:51:09.171436+0000 mgr.a (mgr.14403) 13510 : audit 0 from='client.272610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:09.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:09 smithi135 bash[32435]: audit 2023-12-07T22:51:09.171436+0000 mgr.a (mgr.14403) 13510 : audit 0 from='client.272610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:11.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:11 smithi079 bash[28699]: cluster 2023-12-07T22:51:10.198136+0000 mgr.a (mgr.14403) 13511 : cluster 0 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-07T22:51:11.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:11 smithi194 bash[32038]: cluster 2023-12-07T22:51:10.198136+0000 mgr.a (mgr.14403) 13511 : cluster 0 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-07T22:51:11.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:11 smithi135 bash[32435]: cluster 2023-12-07T22:51:10.198136+0000 mgr.a (mgr.14403) 13511 : cluster 0 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-07T22:51:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:12 smithi079 bash[28699]: cluster 2023-12-07T22:51:12.198702+0000 mgr.a (mgr.14403) 13512 : cluster 0 pgmap v10087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:12.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:12 smithi194 bash[32038]: cluster 2023-12-07T22:51:12.198702+0000 mgr.a (mgr.14403) 13512 : cluster 0 pgmap v10087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:12 smithi135 bash[32435]: cluster 2023-12-07T22:51:12.198702+0000 mgr.a (mgr.14403) 13512 : cluster 0 pgmap v10087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:14 smithi079 bash[28699]: cluster 2023-12-07T22:51:14.199477+0000 mgr.a (mgr.14403) 13513 : cluster 0 pgmap v10088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:14.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:51:14.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:14.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:14.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:14 smithi194 bash[32038]: cluster 2023-12-07T22:51:14.199477+0000 mgr.a (mgr.14403) 13513 : cluster 0 pgmap v10088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:14 smithi135 bash[32435]: cluster 2023-12-07T22:51:14.199477+0000 mgr.a (mgr.14403) 13513 : cluster 0 pgmap v10088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:15.583 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:51:15.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:15.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:15.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:15.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:51:16.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:16 smithi079 bash[28699]: audit 2023-12-07T22:51:15.080613+0000 mgr.a (mgr.14403) 13514 : audit 0 from='client.272685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:16.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:16 smithi194 bash[32038]: audit 2023-12-07T22:51:15.080613+0000 mgr.a (mgr.14403) 13514 : audit 0 from='client.272685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:16.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:16 smithi135 bash[32435]: audit 2023-12-07T22:51:15.080613+0000 mgr.a (mgr.14403) 13514 : audit 0 from='client.272685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:17.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:17 smithi079 bash[28699]: cluster 2023-12-07T22:51:16.200112+0000 mgr.a (mgr.14403) 13515 : cluster 0 pgmap v10089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:51:17.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:17 smithi194 bash[32038]: cluster 2023-12-07T22:51:16.200112+0000 mgr.a (mgr.14403) 13515 : cluster 0 pgmap v10089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:51:17.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:17 smithi135 bash[32435]: cluster 2023-12-07T22:51:16.200112+0000 mgr.a (mgr.14403) 13515 : cluster 0 pgmap v10089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:51:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:18 smithi079 bash[28699]: cluster 2023-12-07T22:51:18.200692+0000 mgr.a (mgr.14403) 13516 : cluster 0 pgmap v10090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:51:18.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:18 smithi194 bash[32038]: cluster 2023-12-07T22:51:18.200692+0000 mgr.a (mgr.14403) 13516 : cluster 0 pgmap v10090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:51:18.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:18 smithi135 bash[32435]: cluster 2023-12-07T22:51:18.200692+0000 mgr.a (mgr.14403) 13516 : cluster 0 pgmap v10090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-07T22:51:20.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:51:20.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:20.587 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:21.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:21 smithi079 bash[28699]: cluster 2023-12-07T22:51:20.201494+0000 mgr.a (mgr.14403) 13517 : cluster 0 pgmap v10091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:51:21.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:21 smithi194 bash[32038]: cluster 2023-12-07T22:51:20.201494+0000 mgr.a (mgr.14403) 13517 : cluster 0 pgmap v10091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:51:21.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:21 smithi135 bash[32435]: cluster 2023-12-07T22:51:20.201494+0000 mgr.a (mgr.14403) 13517 : cluster 0 pgmap v10091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-07T22:51:21.493 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:51:21.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:21.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:21.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:21.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:51:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:22 smithi079 bash[28699]: audit 2023-12-07T22:51:20.992263+0000 mgr.a (mgr.14403) 13518 : audit 0 from='client.272763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:22.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:22 smithi194 bash[32038]: audit 2023-12-07T22:51:20.992263+0000 mgr.a (mgr.14403) 13518 : audit 0 from='client.272763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:22.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:22 smithi135 bash[32435]: audit 2023-12-07T22:51:20.992263+0000 mgr.a (mgr.14403) 13518 : audit 0 from='client.272763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:23.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:23 smithi079 bash[28699]: cluster 2023-12-07T22:51:22.202162+0000 mgr.a (mgr.14403) 13519 : cluster 0 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-07T22:51:23.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:23 smithi194 bash[32038]: cluster 2023-12-07T22:51:22.202162+0000 mgr.a (mgr.14403) 13519 : cluster 0 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-07T22:51:23.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:23 smithi135 bash[32435]: cluster 2023-12-07T22:51:22.202162+0000 mgr.a (mgr.14403) 13519 : cluster 0 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-07T22:51:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:24 smithi079 bash[28699]: cluster 2023-12-07T22:51:24.202964+0000 mgr.a (mgr.14403) 13520 : cluster 0 pgmap v10093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:24.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:24 smithi194 bash[32038]: cluster 2023-12-07T22:51:24.202964+0000 mgr.a (mgr.14403) 13520 : cluster 0 pgmap v10093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:24.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:24 smithi135 bash[32435]: cluster 2023-12-07T22:51:24.202964+0000 mgr.a (mgr.14403) 13520 : cluster 0 pgmap v10093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:26.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:51:26.497 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:26.497 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:26.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:26 smithi079 bash[28699]: cluster 2023-12-07T22:51:26.203553+0000 mgr.a (mgr.14403) 13521 : cluster 0 pgmap v10094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:26.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:26 smithi194 bash[32038]: cluster 2023-12-07T22:51:26.203553+0000 mgr.a (mgr.14403) 13521 : cluster 0 pgmap v10094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:26.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:26 smithi135 bash[32435]: cluster 2023-12-07T22:51:26.203553+0000 mgr.a (mgr.14403) 13521 : cluster 0 pgmap v10094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:27.393 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:51:27.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:27.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:27.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:27.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:51:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:27 smithi079 bash[28699]: audit 2023-12-07T22:51:26.902366+0000 mgr.a (mgr.14403) 13522 : audit 0 from='client.272841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:27.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:27 smithi194 bash[32038]: audit 2023-12-07T22:51:26.902366+0000 mgr.a (mgr.14403) 13522 : audit 0 from='client.272841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:27.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:27 smithi135 bash[32435]: audit 2023-12-07T22:51:26.902366+0000 mgr.a (mgr.14403) 13522 : audit 0 from='client.272841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:28 smithi079 bash[28699]: cluster 2023-12-07T22:51:28.204221+0000 mgr.a (mgr.14403) 13523 : cluster 0 pgmap v10095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:28.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:28 smithi194 bash[32038]: cluster 2023-12-07T22:51:28.204221+0000 mgr.a (mgr.14403) 13523 : cluster 0 pgmap v10095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:28 smithi135 bash[32435]: cluster 2023-12-07T22:51:28.204221+0000 mgr.a (mgr.14403) 13523 : cluster 0 pgmap v10095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:31.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:31 smithi079 bash[28699]: cluster 2023-12-07T22:51:30.205047+0000 mgr.a (mgr.14403) 13524 : cluster 0 pgmap v10096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:31.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:31 smithi194 bash[32038]: cluster 2023-12-07T22:51:30.205047+0000 mgr.a (mgr.14403) 13524 : cluster 0 pgmap v10096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:31.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:31 smithi135 bash[32435]: cluster 2023-12-07T22:51:30.205047+0000 mgr.a (mgr.14403) 13524 : cluster 0 pgmap v10096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:32.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:51:32.395 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:32.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:32 smithi079 bash[28699]: cluster 2023-12-07T22:51:32.205603+0000 mgr.a (mgr.14403) 13525 : cluster 0 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-07T22:51:32.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:32 smithi194 bash[32038]: cluster 2023-12-07T22:51:32.205603+0000 mgr.a (mgr.14403) 13525 : cluster 0 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-07T22:51:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:32 smithi135 bash[32435]: cluster 2023-12-07T22:51:32.205603+0000 mgr.a (mgr.14403) 13525 : cluster 0 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-07T22:51:33.304 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:51:33.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:33.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:33.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:33.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:51:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:33 smithi079 bash[28699]: audit 2023-12-07T22:51:32.813824+0000 mgr.a (mgr.14403) 13526 : audit 0 from='client.272919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:33.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:33 smithi194 bash[32038]: audit 2023-12-07T22:51:32.813824+0000 mgr.a (mgr.14403) 13526 : audit 0 from='client.272919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:33.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:33 smithi135 bash[32435]: audit 2023-12-07T22:51:32.813824+0000 mgr.a (mgr.14403) 13526 : audit 0 from='client.272919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:34 smithi079 bash[28699]: cluster 2023-12-07T22:51:34.206416+0000 mgr.a (mgr.14403) 13527 : cluster 0 pgmap v10098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:34.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:34 smithi194 bash[32038]: cluster 2023-12-07T22:51:34.206416+0000 mgr.a (mgr.14403) 13527 : cluster 0 pgmap v10098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:34.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:34 smithi135 bash[32435]: cluster 2023-12-07T22:51:34.206416+0000 mgr.a (mgr.14403) 13527 : cluster 0 pgmap v10098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:36.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:36 smithi079 bash[28699]: cluster 2023-12-07T22:51:36.206916+0000 mgr.a (mgr.14403) 13528 : cluster 0 pgmap v10099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:36.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:36 smithi194 bash[32038]: cluster 2023-12-07T22:51:36.206916+0000 mgr.a (mgr.14403) 13528 : cluster 0 pgmap v10099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:36.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:36 smithi135 bash[32435]: cluster 2023-12-07T22:51:36.206916+0000 mgr.a (mgr.14403) 13528 : cluster 0 pgmap v10099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:38.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:51:38.307 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:38.308 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:38.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:38 smithi079 bash[28699]: cluster 2023-12-07T22:51:38.207406+0000 mgr.a (mgr.14403) 13529 : cluster 0 pgmap v10100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:38.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:38 smithi194 bash[32038]: cluster 2023-12-07T22:51:38.207406+0000 mgr.a (mgr.14403) 13529 : cluster 0 pgmap v10100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:38.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:38 smithi135 bash[32435]: cluster 2023-12-07T22:51:38.207406+0000 mgr.a (mgr.14403) 13529 : cluster 0 pgmap v10100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:39.232 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:51:39.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:39.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:39.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:39.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:51:39.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:39 smithi079 bash[28699]: audit 2023-12-07T22:51:38.713475+0000 mgr.a (mgr.14403) 13530 : audit 0 from='client.272988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:39.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:39 smithi194 bash[32038]: audit 2023-12-07T22:51:38.713475+0000 mgr.a (mgr.14403) 13530 : audit 0 from='client.272988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:39.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:39 smithi135 bash[32435]: audit 2023-12-07T22:51:38.713475+0000 mgr.a (mgr.14403) 13530 : audit 0 from='client.272988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:41.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:41 smithi079 bash[28699]: cluster 2023-12-07T22:51:40.208538+0000 mgr.a (mgr.14403) 13531 : cluster 0 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-07T22:51:41.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:41 smithi194 bash[32038]: cluster 2023-12-07T22:51:40.208538+0000 mgr.a (mgr.14403) 13531 : cluster 0 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-07T22:51:41.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:41 smithi135 bash[32435]: cluster 2023-12-07T22:51:40.208538+0000 mgr.a (mgr.14403) 13531 : cluster 0 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-07T22:51:42.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:42 smithi079 bash[28699]: cluster 2023-12-07T22:51:42.209161+0000 mgr.a (mgr.14403) 13532 : cluster 0 pgmap v10102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:42.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:42 smithi194 bash[32038]: cluster 2023-12-07T22:51:42.209161+0000 mgr.a (mgr.14403) 13532 : cluster 0 pgmap v10102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:42 smithi135 bash[32435]: cluster 2023-12-07T22:51:42.209161+0000 mgr.a (mgr.14403) 13532 : cluster 0 pgmap v10102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:44.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:51:44.234 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:44.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:44 smithi079 bash[28699]: cluster 2023-12-07T22:51:44.209918+0000 mgr.a (mgr.14403) 13533 : cluster 0 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-07T22:51:44.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:44 smithi194 bash[32038]: cluster 2023-12-07T22:51:44.209918+0000 mgr.a (mgr.14403) 13533 : cluster 0 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-07T22:51:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:44 smithi135 bash[32435]: cluster 2023-12-07T22:51:44.209918+0000 mgr.a (mgr.14403) 13533 : cluster 0 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-07T22:51:45.159 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:51:45.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:45.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:45.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:45.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:51:46.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:46 smithi079 bash[28699]: audit 2023-12-07T22:51:44.641347+0000 mgr.a (mgr.14403) 13534 : audit 0 from='client.273063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:46.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:46 smithi194 bash[32038]: audit 2023-12-07T22:51:44.641347+0000 mgr.a (mgr.14403) 13534 : audit 0 from='client.273063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:46.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:46 smithi135 bash[32435]: audit 2023-12-07T22:51:44.641347+0000 mgr.a (mgr.14403) 13534 : audit 0 from='client.273063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:47.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:47 smithi079 bash[28699]: cluster 2023-12-07T22:51:46.210619+0000 mgr.a (mgr.14403) 13535 : cluster 0 pgmap v10104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:47.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:47 smithi194 bash[32038]: cluster 2023-12-07T22:51:46.210619+0000 mgr.a (mgr.14403) 13535 : cluster 0 pgmap v10104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:47.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:47 smithi135 bash[32435]: cluster 2023-12-07T22:51:46.210619+0000 mgr.a (mgr.14403) 13535 : cluster 0 pgmap v10104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:48.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:48 smithi079 bash[28699]: cluster 2023-12-07T22:51:48.211229+0000 mgr.a (mgr.14403) 13536 : cluster 0 pgmap v10105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:48.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:48 smithi194 bash[32038]: cluster 2023-12-07T22:51:48.211229+0000 mgr.a (mgr.14403) 13536 : cluster 0 pgmap v10105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:48 smithi135 bash[32435]: cluster 2023-12-07T22:51:48.211229+0000 mgr.a (mgr.14403) 13536 : cluster 0 pgmap v10105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:51:50.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:51:50.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:50.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:51.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:51.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:51.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:51.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:51:51.059 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:51:51.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:51 smithi079 bash[28699]: cluster 2023-12-07T22:51:50.212025+0000 mgr.a (mgr.14403) 13537 : cluster 0 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-07T22:51:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:51 smithi194 bash[32038]: cluster 2023-12-07T22:51:50.212025+0000 mgr.a (mgr.14403) 13537 : cluster 0 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-07T22:51:51.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:51 smithi135 bash[32435]: cluster 2023-12-07T22:51:50.212025+0000 mgr.a (mgr.14403) 13537 : cluster 0 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-07T22:51:52.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:52 smithi079 bash[28699]: audit 2023-12-07T22:51:50.562943+0000 mgr.a (mgr.14403) 13538 : audit 0 from='client.273141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:52.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:52 smithi194 bash[32038]: audit 2023-12-07T22:51:50.562943+0000 mgr.a (mgr.14403) 13538 : audit 0 from='client.273141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:52 smithi135 bash[32435]: audit 2023-12-07T22:51:50.562943+0000 mgr.a (mgr.14403) 13538 : audit 0 from='client.273141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:53.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:53 smithi079 bash[28699]: cluster 2023-12-07T22:51:52.212734+0000 mgr.a (mgr.14403) 13539 : cluster 0 pgmap v10107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:53.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:53 smithi194 bash[32038]: cluster 2023-12-07T22:51:52.212734+0000 mgr.a (mgr.14403) 13539 : cluster 0 pgmap v10107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:53.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:53 smithi135 bash[32435]: cluster 2023-12-07T22:51:52.212734+0000 mgr.a (mgr.14403) 13539 : cluster 0 pgmap v10107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:54.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:54 smithi079 bash[28699]: cluster 2023-12-07T22:51:54.213539+0000 mgr.a (mgr.14403) 13540 : cluster 0 pgmap v10108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:54.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:54 smithi194 bash[32038]: cluster 2023-12-07T22:51:54.213539+0000 mgr.a (mgr.14403) 13540 : cluster 0 pgmap v10108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:54 smithi135 bash[32435]: cluster 2023-12-07T22:51:54.213539+0000 mgr.a (mgr.14403) 13540 : cluster 0 pgmap v10108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:51:56.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:51:56.062 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:51:56.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:51:56.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:56 smithi079 bash[28699]: cluster 2023-12-07T22:51:56.214177+0000 mgr.a (mgr.14403) 13541 : cluster 0 pgmap v10109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:56.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:56 smithi194 bash[32038]: cluster 2023-12-07T22:51:56.214177+0000 mgr.a (mgr.14403) 13541 : cluster 0 pgmap v10109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:56.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:56 smithi135 bash[32435]: cluster 2023-12-07T22:51:56.214177+0000 mgr.a (mgr.14403) 13541 : cluster 0 pgmap v10109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:56.943 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:51:56.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:51:56.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:51:56.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:51:56.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:51:57.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:57 smithi079 bash[28699]: audit 2023-12-07T22:51:56.461665+0000 mgr.a (mgr.14403) 13542 : audit 0 from='client.273219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:57 smithi194 bash[32038]: audit 2023-12-07T22:51:56.461665+0000 mgr.a (mgr.14403) 13542 : audit 0 from='client.273219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:57.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:57 smithi135 bash[32435]: audit 2023-12-07T22:51:56.461665+0000 mgr.a (mgr.14403) 13542 : audit 0 from='client.273219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:51:58.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:51:58 smithi079 bash[28699]: cluster 2023-12-07T22:51:58.214934+0000 mgr.a (mgr.14403) 13543 : cluster 0 pgmap v10110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:58.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:51:58 smithi194 bash[32038]: cluster 2023-12-07T22:51:58.214934+0000 mgr.a (mgr.14403) 13543 : cluster 0 pgmap v10110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:51:58.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:51:58 smithi135 bash[32435]: cluster 2023-12-07T22:51:58.214934+0000 mgr.a (mgr.14403) 13543 : cluster 0 pgmap v10110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:01.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:01 smithi079 bash[28699]: cluster 2023-12-07T22:52:00.215800+0000 mgr.a (mgr.14403) 13544 : cluster 0 pgmap v10111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:01.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:01 smithi194 bash[32038]: cluster 2023-12-07T22:52:00.215800+0000 mgr.a (mgr.14403) 13544 : cluster 0 pgmap v10111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:01.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:01 smithi135 bash[32435]: cluster 2023-12-07T22:52:00.215800+0000 mgr.a (mgr.14403) 13544 : cluster 0 pgmap v10111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:01.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:52:01.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:01.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:02.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:02 smithi079 bash[28699]: cluster 2023-12-07T22:52:02.216352+0000 mgr.a (mgr.14403) 13545 : cluster 0 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-07T22:52:02.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:02 smithi194 bash[32038]: cluster 2023-12-07T22:52:02.216352+0000 mgr.a (mgr.14403) 13545 : cluster 0 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-07T22:52:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:02 smithi135 bash[32435]: cluster 2023-12-07T22:52:02.216352+0000 mgr.a (mgr.14403) 13545 : cluster 0 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-07T22:52:02.840 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:52:02.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:02.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:02.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:02.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:52:03.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:03 smithi079 bash[28699]: audit 2023-12-07T22:52:02.351055+0000 mgr.a (mgr.14403) 13546 : audit 0 from='client.273294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:03.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:03 smithi079 bash[28699]: audit 2023-12-07T22:52:03.093342+0000 mon.a (mon.0) 2322 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:52:03.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:03 smithi194 bash[32038]: audit 2023-12-07T22:52:02.351055+0000 mgr.a (mgr.14403) 13546 : audit 0 from='client.273294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:03.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:03 smithi194 bash[32038]: audit 2023-12-07T22:52:03.093342+0000 mon.a (mon.0) 2322 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:52:03.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:03 smithi135 bash[32435]: audit 2023-12-07T22:52:02.351055+0000 mgr.a (mgr.14403) 13546 : audit 0 from='client.273294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:03.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:03 smithi135 bash[32435]: audit 2023-12-07T22:52:03.093342+0000 mon.a (mon.0) 2322 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:52:04.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:04 smithi079 bash[28699]: audit 2023-12-07T22:52:03.623286+0000 mon.a (mon.0) 2323 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:52:04.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:04 smithi079 bash[28699]: audit 2023-12-07T22:52:03.629074+0000 mon.a (mon.0) 2324 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:52:04.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:04 smithi079 bash[28699]: cluster 2023-12-07T22:52:04.217175+0000 mgr.a (mgr.14403) 13547 : cluster 0 pgmap v10113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:04.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:04 smithi079 bash[28699]: audit 2023-12-07T22:52:04.372160+0000 mon.a (mon.0) 2325 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:52:04.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:04 smithi079 bash[28699]: audit 2023-12-07T22:52:04.374240+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:52:04.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:04 smithi079 bash[28699]: audit 2023-12-07T22:52:04.384108+0000 mon.a (mon.0) 2327 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:52:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:04 smithi194 bash[32038]: audit 2023-12-07T22:52:03.623286+0000 mon.a (mon.0) 2323 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:52:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:04 smithi194 bash[32038]: audit 2023-12-07T22:52:03.629074+0000 mon.a (mon.0) 2324 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:52:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:04 smithi194 bash[32038]: cluster 2023-12-07T22:52:04.217175+0000 mgr.a (mgr.14403) 13547 : cluster 0 pgmap v10113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:04 smithi194 bash[32038]: audit 2023-12-07T22:52:04.372160+0000 mon.a (mon.0) 2325 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:52:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:04 smithi194 bash[32038]: audit 2023-12-07T22:52:04.374240+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:52:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:04 smithi194 bash[32038]: audit 2023-12-07T22:52:04.384108+0000 mon.a (mon.0) 2327 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:52:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:04 smithi135 bash[32435]: audit 2023-12-07T22:52:03.623286+0000 mon.a (mon.0) 2323 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:52:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:04 smithi135 bash[32435]: audit 2023-12-07T22:52:03.629074+0000 mon.a (mon.0) 2324 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:52:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:04 smithi135 bash[32435]: cluster 2023-12-07T22:52:04.217175+0000 mgr.a (mgr.14403) 13547 : cluster 0 pgmap v10113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:04 smithi135 bash[32435]: audit 2023-12-07T22:52:04.372160+0000 mon.a (mon.0) 2325 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:52:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:04 smithi135 bash[32435]: audit 2023-12-07T22:52:04.374240+0000 mon.a (mon.0) 2326 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:52:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:04 smithi135 bash[32435]: audit 2023-12-07T22:52:04.384108+0000 mon.a (mon.0) 2327 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:52:06.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:06 smithi079 bash[28699]: cluster 2023-12-07T22:52:06.217725+0000 mgr.a (mgr.14403) 13548 : cluster 0 pgmap v10114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:06.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:06 smithi194 bash[32038]: cluster 2023-12-07T22:52:06.217725+0000 mgr.a (mgr.14403) 13548 : cluster 0 pgmap v10114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:06.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:06 smithi135 bash[32435]: cluster 2023-12-07T22:52:06.217725+0000 mgr.a (mgr.14403) 13548 : cluster 0 pgmap v10114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:07.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:52:07.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:07.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:08.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:08 smithi079 bash[28699]: cluster 2023-12-07T22:52:08.218380+0000 mgr.a (mgr.14403) 13549 : cluster 0 pgmap v10115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:08.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:08 smithi194 bash[32038]: cluster 2023-12-07T22:52:08.218380+0000 mgr.a (mgr.14403) 13549 : cluster 0 pgmap v10115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:08.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:08 smithi135 bash[32435]: cluster 2023-12-07T22:52:08.218380+0000 mgr.a (mgr.14403) 13549 : cluster 0 pgmap v10115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:08.753 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:52:08.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:08.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:08.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:08.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:52:09.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:09 smithi079 bash[28699]: audit 2023-12-07T22:52:08.253306+0000 mgr.a (mgr.14403) 13550 : audit 0 from='client.273369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:09.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:09 smithi194 bash[32038]: audit 2023-12-07T22:52:08.253306+0000 mgr.a (mgr.14403) 13550 : audit 0 from='client.273369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:09.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:09 smithi135 bash[32435]: audit 2023-12-07T22:52:08.253306+0000 mgr.a (mgr.14403) 13550 : audit 0 from='client.273369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:11.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:11 smithi079 bash[28699]: cluster 2023-12-07T22:52:10.219477+0000 mgr.a (mgr.14403) 13551 : cluster 0 pgmap v10116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:52:11.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:11 smithi194 bash[32038]: cluster 2023-12-07T22:52:10.219477+0000 mgr.a (mgr.14403) 13551 : cluster 0 pgmap v10116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:52:11.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:11 smithi135 bash[32435]: cluster 2023-12-07T22:52:10.219477+0000 mgr.a (mgr.14403) 13551 : cluster 0 pgmap v10116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:52:12.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:12 smithi079 bash[28699]: cluster 2023-12-07T22:52:12.220068+0000 mgr.a (mgr.14403) 13552 : cluster 0 pgmap v10117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:52:12.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:12 smithi194 bash[32038]: cluster 2023-12-07T22:52:12.220068+0000 mgr.a (mgr.14403) 13552 : cluster 0 pgmap v10117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:52:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:12 smithi135 bash[32435]: cluster 2023-12-07T22:52:12.220068+0000 mgr.a (mgr.14403) 13552 : cluster 0 pgmap v10117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:52:13.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:52:13.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:13.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:14.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:14 smithi079 bash[28699]: audit 2023-12-07T22:52:14.168819+0000 mgr.a (mgr.14403) 13553 : audit 0 from='client.273441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:14.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:14 smithi079 bash[28699]: cluster 2023-12-07T22:52:14.220830+0000 mgr.a (mgr.14403) 13554 : cluster 0 pgmap v10118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:14.666 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:52:14.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:14.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:14.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:14.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:52:14.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:14 smithi194 bash[32038]: audit 2023-12-07T22:52:14.168819+0000 mgr.a (mgr.14403) 13553 : audit 0 from='client.273441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:14.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:14 smithi194 bash[32038]: cluster 2023-12-07T22:52:14.220830+0000 mgr.a (mgr.14403) 13554 : cluster 0 pgmap v10118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:14 smithi135 bash[32435]: audit 2023-12-07T22:52:14.168819+0000 mgr.a (mgr.14403) 13553 : audit 0 from='client.273441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:14 smithi135 bash[32435]: cluster 2023-12-07T22:52:14.220830+0000 mgr.a (mgr.14403) 13554 : cluster 0 pgmap v10118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:16.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:16 smithi079 bash[28699]: cluster 2023-12-07T22:52:16.221466+0000 mgr.a (mgr.14403) 13555 : cluster 0 pgmap v10119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:16.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:16 smithi194 bash[32038]: cluster 2023-12-07T22:52:16.221466+0000 mgr.a (mgr.14403) 13555 : cluster 0 pgmap v10119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:16 smithi135 bash[32435]: cluster 2023-12-07T22:52:16.221466+0000 mgr.a (mgr.14403) 13555 : cluster 0 pgmap v10119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:18.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:18 smithi079 bash[28699]: cluster 2023-12-07T22:52:18.222024+0000 mgr.a (mgr.14403) 13556 : cluster 0 pgmap v10120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:18.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:18 smithi194 bash[32038]: cluster 2023-12-07T22:52:18.222024+0000 mgr.a (mgr.14403) 13556 : cluster 0 pgmap v10120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:18.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:18 smithi135 bash[32435]: cluster 2023-12-07T22:52:18.222024+0000 mgr.a (mgr.14403) 13556 : cluster 0 pgmap v10120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:19.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:52:19.670 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:19.670 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:20.573 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:52:20.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:20.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:20.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:20.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:52:21.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:21 smithi079 bash[28699]: audit 2023-12-07T22:52:20.081124+0000 mgr.a (mgr.14403) 13557 : audit 0 from='client.273519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:21.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:21 smithi079 bash[28699]: cluster 2023-12-07T22:52:20.235071+0000 mgr.a (mgr.14403) 13558 : cluster 0 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-07T22:52:21.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:21 smithi194 bash[32038]: audit 2023-12-07T22:52:20.081124+0000 mgr.a (mgr.14403) 13557 : audit 0 from='client.273519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:21.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:21 smithi194 bash[32038]: cluster 2023-12-07T22:52:20.235071+0000 mgr.a (mgr.14403) 13558 : cluster 0 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-07T22:52:21.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:21 smithi135 bash[32435]: audit 2023-12-07T22:52:20.081124+0000 mgr.a (mgr.14403) 13557 : audit 0 from='client.273519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:21.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:21 smithi135 bash[32435]: cluster 2023-12-07T22:52:20.235071+0000 mgr.a (mgr.14403) 13558 : cluster 0 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-07T22:52:22.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:22 smithi079 bash[28699]: cluster 2023-12-07T22:52:22.235829+0000 mgr.a (mgr.14403) 13559 : cluster 0 pgmap v10122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:52:22.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:22 smithi194 bash[32038]: cluster 2023-12-07T22:52:22.235829+0000 mgr.a (mgr.14403) 13559 : cluster 0 pgmap v10122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:52:22.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:22 smithi135 bash[32435]: cluster 2023-12-07T22:52:22.235829+0000 mgr.a (mgr.14403) 13559 : cluster 0 pgmap v10122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:52:24.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:24 smithi079 bash[28699]: cluster 2023-12-07T22:52:24.236682+0000 mgr.a (mgr.14403) 13560 : cluster 0 pgmap v10123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:52:24.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:24 smithi194 bash[32038]: cluster 2023-12-07T22:52:24.236682+0000 mgr.a (mgr.14403) 13560 : cluster 0 pgmap v10123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:52:24.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:24 smithi135 bash[32435]: cluster 2023-12-07T22:52:24.236682+0000 mgr.a (mgr.14403) 13560 : cluster 0 pgmap v10123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:52:25.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:52:25.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:25.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:26.499 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:52:26.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:26.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:26.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:26.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:52:26.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:26 smithi079 bash[28699]: audit 2023-12-07T22:52:25.989727+0000 mgr.a (mgr.14403) 13561 : audit 0 from='client.273597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:26.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:26 smithi079 bash[28699]: cluster 2023-12-07T22:52:26.237191+0000 mgr.a (mgr.14403) 13562 : cluster 0 pgmap v10124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:26.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:26 smithi194 bash[32038]: audit 2023-12-07T22:52:25.989727+0000 mgr.a (mgr.14403) 13561 : audit 0 from='client.273597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:26.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:26 smithi194 bash[32038]: cluster 2023-12-07T22:52:26.237191+0000 mgr.a (mgr.14403) 13562 : cluster 0 pgmap v10124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:26.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:26 smithi135 bash[32435]: audit 2023-12-07T22:52:25.989727+0000 mgr.a (mgr.14403) 13561 : audit 0 from='client.273597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:26.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:26 smithi135 bash[32435]: cluster 2023-12-07T22:52:26.237191+0000 mgr.a (mgr.14403) 13562 : cluster 0 pgmap v10124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:28.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:28 smithi079 bash[28699]: cluster 2023-12-07T22:52:28.237841+0000 mgr.a (mgr.14403) 13563 : cluster 0 pgmap v10125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:28.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:28 smithi194 bash[32038]: cluster 2023-12-07T22:52:28.237841+0000 mgr.a (mgr.14403) 13563 : cluster 0 pgmap v10125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:28.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:28 smithi135 bash[32435]: cluster 2023-12-07T22:52:28.237841+0000 mgr.a (mgr.14403) 13563 : cluster 0 pgmap v10125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:31.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:31 smithi079 bash[28699]: cluster 2023-12-07T22:52:30.238587+0000 mgr.a (mgr.14403) 13564 : cluster 0 pgmap v10126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:31.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:31 smithi194 bash[32038]: cluster 2023-12-07T22:52:30.238587+0000 mgr.a (mgr.14403) 13564 : cluster 0 pgmap v10126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:31.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:31 smithi135 bash[32435]: cluster 2023-12-07T22:52:30.238587+0000 mgr.a (mgr.14403) 13564 : cluster 0 pgmap v10126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:31.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:52:31.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:31.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:32.399 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:52:32.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:32.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:32.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:32.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:52:32.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:32 smithi079 bash[28699]: audit 2023-12-07T22:52:31.899684+0000 mgr.a (mgr.14403) 13565 : audit 0 from='client.273669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:32.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:32 smithi079 bash[28699]: cluster 2023-12-07T22:52:32.239079+0000 mgr.a (mgr.14403) 13566 : cluster 0 pgmap v10127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:32.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:32 smithi194 bash[32038]: audit 2023-12-07T22:52:31.899684+0000 mgr.a (mgr.14403) 13565 : audit 0 from='client.273669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:32.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:32 smithi194 bash[32038]: cluster 2023-12-07T22:52:32.239079+0000 mgr.a (mgr.14403) 13566 : cluster 0 pgmap v10127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:32.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:32 smithi135 bash[32435]: audit 2023-12-07T22:52:31.899684+0000 mgr.a (mgr.14403) 13565 : audit 0 from='client.273669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:32 smithi135 bash[32435]: cluster 2023-12-07T22:52:32.239079+0000 mgr.a (mgr.14403) 13566 : cluster 0 pgmap v10127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:34.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:34 smithi079 bash[28699]: cluster 2023-12-07T22:52:34.239856+0000 mgr.a (mgr.14403) 13567 : cluster 0 pgmap v10128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:34.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:34 smithi194 bash[32038]: cluster 2023-12-07T22:52:34.239856+0000 mgr.a (mgr.14403) 13567 : cluster 0 pgmap v10128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:34.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:34 smithi135 bash[32435]: cluster 2023-12-07T22:52:34.239856+0000 mgr.a (mgr.14403) 13567 : cluster 0 pgmap v10128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:36.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:36 smithi079 bash[28699]: cluster 2023-12-07T22:52:36.240369+0000 mgr.a (mgr.14403) 13568 : cluster 0 pgmap v10129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:36.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:36 smithi194 bash[32038]: cluster 2023-12-07T22:52:36.240369+0000 mgr.a (mgr.14403) 13568 : cluster 0 pgmap v10129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:36.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:36 smithi135 bash[32435]: cluster 2023-12-07T22:52:36.240369+0000 mgr.a (mgr.14403) 13568 : cluster 0 pgmap v10129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:37.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:52:37.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:37.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:38.308 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:52:38.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:38.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:38.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:38.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:52:38.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:38 smithi079 bash[28699]: audit 2023-12-07T22:52:37.812371+0000 mgr.a (mgr.14403) 13569 : audit 0 from='client.273744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:38.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:38 smithi079 bash[28699]: cluster 2023-12-07T22:52:38.241096+0000 mgr.a (mgr.14403) 13570 : cluster 0 pgmap v10130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:38.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:38 smithi194 bash[32038]: audit 2023-12-07T22:52:37.812371+0000 mgr.a (mgr.14403) 13569 : audit 0 from='client.273744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:38.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:38 smithi194 bash[32038]: cluster 2023-12-07T22:52:38.241096+0000 mgr.a (mgr.14403) 13570 : cluster 0 pgmap v10130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:38.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:38 smithi135 bash[32435]: audit 2023-12-07T22:52:37.812371+0000 mgr.a (mgr.14403) 13569 : audit 0 from='client.273744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:38.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:38 smithi135 bash[32435]: cluster 2023-12-07T22:52:38.241096+0000 mgr.a (mgr.14403) 13570 : cluster 0 pgmap v10130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:41.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:41 smithi079 bash[28699]: cluster 2023-12-07T22:52:40.241923+0000 mgr.a (mgr.14403) 13571 : cluster 0 pgmap v10131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:41.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:41 smithi194 bash[32038]: cluster 2023-12-07T22:52:40.241923+0000 mgr.a (mgr.14403) 13571 : cluster 0 pgmap v10131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:41.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:41 smithi135 bash[32435]: cluster 2023-12-07T22:52:40.241923+0000 mgr.a (mgr.14403) 13571 : cluster 0 pgmap v10131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:52:42.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:42 smithi079 bash[28699]: cluster 2023-12-07T22:52:42.242523+0000 mgr.a (mgr.14403) 13572 : cluster 0 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-07T22:52:42.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:42 smithi194 bash[32038]: cluster 2023-12-07T22:52:42.242523+0000 mgr.a (mgr.14403) 13572 : cluster 0 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-07T22:52:42.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:42 smithi135 bash[32435]: cluster 2023-12-07T22:52:42.242523+0000 mgr.a (mgr.14403) 13572 : cluster 0 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-07T22:52:43.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:52:43.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:43.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:44.201 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:52:44.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:44.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:44.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:44.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:52:44.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:44 smithi079 bash[28699]: audit 2023-12-07T22:52:43.714732+0000 mgr.a (mgr.14403) 13573 : audit 0 from='client.273822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:44.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:44 smithi079 bash[28699]: cluster 2023-12-07T22:52:44.243790+0000 mgr.a (mgr.14403) 13574 : cluster 0 pgmap v10133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:44.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:44 smithi194 bash[32038]: audit 2023-12-07T22:52:43.714732+0000 mgr.a (mgr.14403) 13573 : audit 0 from='client.273822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:44.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:44 smithi194 bash[32038]: cluster 2023-12-07T22:52:44.243790+0000 mgr.a (mgr.14403) 13574 : cluster 0 pgmap v10133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:44.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:44 smithi135 bash[32435]: audit 2023-12-07T22:52:43.714732+0000 mgr.a (mgr.14403) 13573 : audit 0 from='client.273822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:44.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:44 smithi135 bash[32435]: cluster 2023-12-07T22:52:44.243790+0000 mgr.a (mgr.14403) 13574 : cluster 0 pgmap v10133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:46.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:46 smithi079 bash[28699]: cluster 2023-12-07T22:52:46.244375+0000 mgr.a (mgr.14403) 13575 : cluster 0 pgmap v10134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:46.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:46 smithi194 bash[32038]: cluster 2023-12-07T22:52:46.244375+0000 mgr.a (mgr.14403) 13575 : cluster 0 pgmap v10134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:46.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:46 smithi135 bash[32435]: cluster 2023-12-07T22:52:46.244375+0000 mgr.a (mgr.14403) 13575 : cluster 0 pgmap v10134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:48.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:48 smithi079 bash[28699]: cluster 2023-12-07T22:52:48.244860+0000 mgr.a (mgr.14403) 13576 : cluster 0 pgmap v10135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:48.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:48 smithi194 bash[32038]: cluster 2023-12-07T22:52:48.244860+0000 mgr.a (mgr.14403) 13576 : cluster 0 pgmap v10135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:48.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:48 smithi135 bash[32435]: cluster 2023-12-07T22:52:48.244860+0000 mgr.a (mgr.14403) 13576 : cluster 0 pgmap v10135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:49.203 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:52:49.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:49.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:50.100 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:52:50.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:50.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:50.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:50.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:52:51.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:51 smithi194 bash[32038]: audit 2023-12-07T22:52:49.612473+0000 mgr.a (mgr.14403) 13577 : audit 0 from='client.273894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:51.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:51 smithi194 bash[32038]: cluster 2023-12-07T22:52:50.245868+0000 mgr.a (mgr.14403) 13578 : cluster 0 pgmap v10136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:51.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:51 smithi135 bash[32435]: audit 2023-12-07T22:52:49.612473+0000 mgr.a (mgr.14403) 13577 : audit 0 from='client.273894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:51.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:51 smithi135 bash[32435]: cluster 2023-12-07T22:52:50.245868+0000 mgr.a (mgr.14403) 13578 : cluster 0 pgmap v10136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:51.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:51 smithi079 bash[28699]: audit 2023-12-07T22:52:49.612473+0000 mgr.a (mgr.14403) 13577 : audit 0 from='client.273894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:51.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:51 smithi079 bash[28699]: cluster 2023-12-07T22:52:50.245868+0000 mgr.a (mgr.14403) 13578 : cluster 0 pgmap v10136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:52.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:52 smithi079 bash[28699]: cluster 2023-12-07T22:52:52.246430+0000 mgr.a (mgr.14403) 13579 : cluster 0 pgmap v10137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:52.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:52 smithi194 bash[32038]: cluster 2023-12-07T22:52:52.246430+0000 mgr.a (mgr.14403) 13579 : cluster 0 pgmap v10137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:52.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:52 smithi135 bash[32435]: cluster 2023-12-07T22:52:52.246430+0000 mgr.a (mgr.14403) 13579 : cluster 0 pgmap v10137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:52:54.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:54 smithi079 bash[28699]: cluster 2023-12-07T22:52:54.247173+0000 mgr.a (mgr.14403) 13580 : cluster 0 pgmap v10138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:54.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:54 smithi194 bash[32038]: cluster 2023-12-07T22:52:54.247173+0000 mgr.a (mgr.14403) 13580 : cluster 0 pgmap v10138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:54.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:54 smithi135 bash[32435]: cluster 2023-12-07T22:52:54.247173+0000 mgr.a (mgr.14403) 13580 : cluster 0 pgmap v10138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:55.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:52:55.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:52:55.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:52:56.006 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:52:56.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:52:56.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:52:56.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:52:56.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:52:56.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:56 smithi079 bash[28699]: audit 2023-12-07T22:52:55.517622+0000 mgr.a (mgr.14403) 13581 : audit 0 from='client.273972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:56.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:56 smithi079 bash[28699]: cluster 2023-12-07T22:52:56.247943+0000 mgr.a (mgr.14403) 13582 : cluster 0 pgmap v10139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:56.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:56 smithi194 bash[32038]: audit 2023-12-07T22:52:55.517622+0000 mgr.a (mgr.14403) 13581 : audit 0 from='client.273972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:56.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:56 smithi194 bash[32038]: cluster 2023-12-07T22:52:56.247943+0000 mgr.a (mgr.14403) 13582 : cluster 0 pgmap v10139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:56.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:56 smithi135 bash[32435]: audit 2023-12-07T22:52:55.517622+0000 mgr.a (mgr.14403) 13581 : audit 0 from='client.273972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:52:56.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:56 smithi135 bash[32435]: cluster 2023-12-07T22:52:56.247943+0000 mgr.a (mgr.14403) 13582 : cluster 0 pgmap v10139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:58.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:52:58 smithi079 bash[28699]: cluster 2023-12-07T22:52:58.248550+0000 mgr.a (mgr.14403) 13583 : cluster 0 pgmap v10140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:58.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:52:58 smithi194 bash[32038]: cluster 2023-12-07T22:52:58.248550+0000 mgr.a (mgr.14403) 13583 : cluster 0 pgmap v10140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:52:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:52:58 smithi135 bash[32435]: cluster 2023-12-07T22:52:58.248550+0000 mgr.a (mgr.14403) 13583 : cluster 0 pgmap v10140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:01.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:53:01.009 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:01.010 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:01.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:01 smithi194 bash[32038]: cluster 2023-12-07T22:53:00.249355+0000 mgr.a (mgr.14403) 13584 : cluster 0 pgmap v10141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:01.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:01 smithi135 bash[32435]: cluster 2023-12-07T22:53:00.249355+0000 mgr.a (mgr.14403) 13584 : cluster 0 pgmap v10141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:01.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:01 smithi079 bash[28699]: cluster 2023-12-07T22:53:00.249355+0000 mgr.a (mgr.14403) 13584 : cluster 0 pgmap v10141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:01.935 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:53:01.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:01.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:01.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:01.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:53:02.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:02 smithi079 bash[28699]: audit 2023-12-07T22:53:01.425009+0000 mgr.a (mgr.14403) 13585 : audit 0 from='client.274044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:02.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:02 smithi079 bash[28699]: cluster 2023-12-07T22:53:02.250097+0000 mgr.a (mgr.14403) 13586 : cluster 0 pgmap v10142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:02.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:02 smithi194 bash[32038]: audit 2023-12-07T22:53:01.425009+0000 mgr.a (mgr.14403) 13585 : audit 0 from='client.274044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:02.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:02 smithi194 bash[32038]: cluster 2023-12-07T22:53:02.250097+0000 mgr.a (mgr.14403) 13586 : cluster 0 pgmap v10142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:02.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:02 smithi135 bash[32435]: audit 2023-12-07T22:53:01.425009+0000 mgr.a (mgr.14403) 13585 : audit 0 from='client.274044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:02.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:02 smithi135 bash[32435]: cluster 2023-12-07T22:53:02.250097+0000 mgr.a (mgr.14403) 13586 : cluster 0 pgmap v10142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:04.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:04 smithi079 bash[28699]: cluster 2023-12-07T22:53:04.251104+0000 mgr.a (mgr.14403) 13587 : cluster 0 pgmap v10143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:04.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:04 smithi194 bash[32038]: cluster 2023-12-07T22:53:04.251104+0000 mgr.a (mgr.14403) 13587 : cluster 0 pgmap v10143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:04.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:04 smithi135 bash[32435]: cluster 2023-12-07T22:53:04.251104+0000 mgr.a (mgr.14403) 13587 : cluster 0 pgmap v10143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:05.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:05 smithi079 bash[28699]: audit 2023-12-07T22:53:04.487125+0000 mon.a (mon.0) 2328 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:53:05.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:05 smithi079 bash[28699]: audit 2023-12-07T22:53:05.015369+0000 mon.a (mon.0) 2329 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:53:05.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:05 smithi079 bash[28699]: audit 2023-12-07T22:53:05.021441+0000 mon.a (mon.0) 2330 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:53:05.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:05 smithi194 bash[32038]: audit 2023-12-07T22:53:04.487125+0000 mon.a (mon.0) 2328 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:53:05.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:05 smithi194 bash[32038]: audit 2023-12-07T22:53:05.015369+0000 mon.a (mon.0) 2329 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:53:05.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:05 smithi194 bash[32038]: audit 2023-12-07T22:53:05.021441+0000 mon.a (mon.0) 2330 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:53:05.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:05 smithi135 bash[32435]: audit 2023-12-07T22:53:04.487125+0000 mon.a (mon.0) 2328 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:53:05.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:05 smithi135 bash[32435]: audit 2023-12-07T22:53:05.015369+0000 mon.a (mon.0) 2329 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:53:05.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:05 smithi135 bash[32435]: audit 2023-12-07T22:53:05.021441+0000 mon.a (mon.0) 2330 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:53:06.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:06 smithi079 bash[28699]: audit 2023-12-07T22:53:05.764340+0000 mon.a (mon.0) 2331 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:53:06.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:06 smithi079 bash[28699]: audit 2023-12-07T22:53:05.766031+0000 mon.a (mon.0) 2332 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:53:06.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:06 smithi079 bash[28699]: audit 2023-12-07T22:53:05.775660+0000 mon.a (mon.0) 2333 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:53:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:06 smithi079 bash[28699]: cluster 2023-12-07T22:53:06.251701+0000 mgr.a (mgr.14403) 13588 : cluster 0 pgmap v10144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:06.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:06 smithi194 bash[32038]: audit 2023-12-07T22:53:05.764340+0000 mon.a (mon.0) 2331 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:53:06.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:06 smithi194 bash[32038]: audit 2023-12-07T22:53:05.766031+0000 mon.a (mon.0) 2332 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:53:06.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:06 smithi194 bash[32038]: audit 2023-12-07T22:53:05.775660+0000 mon.a (mon.0) 2333 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:53:06.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:06 smithi194 bash[32038]: cluster 2023-12-07T22:53:06.251701+0000 mgr.a (mgr.14403) 13588 : cluster 0 pgmap v10144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:06.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:06 smithi135 bash[32435]: audit 2023-12-07T22:53:05.764340+0000 mon.a (mon.0) 2331 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:53:06.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:06 smithi135 bash[32435]: audit 2023-12-07T22:53:05.766031+0000 mon.a (mon.0) 2332 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:53:06.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:06 smithi135 bash[32435]: audit 2023-12-07T22:53:05.775660+0000 mon.a (mon.0) 2333 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:53:06.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:06 smithi135 bash[32435]: cluster 2023-12-07T22:53:06.251701+0000 mgr.a (mgr.14403) 13588 : cluster 0 pgmap v10144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:06.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:53:06.937 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:06.938 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:07.846 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:53:07.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:07.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:07.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:07.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:53:08.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:08 smithi079 bash[28699]: audit 2023-12-07T22:53:07.345563+0000 mgr.a (mgr.14403) 13589 : audit 0 from='client.274119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:08.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:08 smithi079 bash[28699]: cluster 2023-12-07T22:53:08.252566+0000 mgr.a (mgr.14403) 13590 : cluster 0 pgmap v10145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:08.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:08 smithi194 bash[32038]: audit 2023-12-07T22:53:07.345563+0000 mgr.a (mgr.14403) 13589 : audit 0 from='client.274119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:08.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:08 smithi194 bash[32038]: cluster 2023-12-07T22:53:08.252566+0000 mgr.a (mgr.14403) 13590 : cluster 0 pgmap v10145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:08.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:08 smithi135 bash[32435]: audit 2023-12-07T22:53:07.345563+0000 mgr.a (mgr.14403) 13589 : audit 0 from='client.274119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:08.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:08 smithi135 bash[32435]: cluster 2023-12-07T22:53:08.252566+0000 mgr.a (mgr.14403) 13590 : cluster 0 pgmap v10145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:11.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:11 smithi194 bash[32038]: cluster 2023-12-07T22:53:10.253418+0000 mgr.a (mgr.14403) 13591 : cluster 0 pgmap v10146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:11.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:11 smithi135 bash[32435]: cluster 2023-12-07T22:53:10.253418+0000 mgr.a (mgr.14403) 13591 : cluster 0 pgmap v10146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:11.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:11 smithi079 bash[28699]: cluster 2023-12-07T22:53:10.253418+0000 mgr.a (mgr.14403) 13591 : cluster 0 pgmap v10146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:12.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:12 smithi079 bash[28699]: cluster 2023-12-07T22:53:12.253973+0000 mgr.a (mgr.14403) 13592 : cluster 0 pgmap v10147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:12.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:12 smithi194 bash[32038]: cluster 2023-12-07T22:53:12.253973+0000 mgr.a (mgr.14403) 13592 : cluster 0 pgmap v10147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:12.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:12 smithi135 bash[32435]: cluster 2023-12-07T22:53:12.253973+0000 mgr.a (mgr.14403) 13592 : cluster 0 pgmap v10147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:12.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:53:12.849 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:12.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:13.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:13 smithi079 bash[28699]: audit 2023-12-07T22:53:13.251456+0000 mgr.a (mgr.14403) 13593 : audit 0 from='client.274194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:13.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:13 smithi194 bash[32038]: audit 2023-12-07T22:53:13.251456+0000 mgr.a (mgr.14403) 13593 : audit 0 from='client.274194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:13.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:13 smithi135 bash[32435]: audit 2023-12-07T22:53:13.251456+0000 mgr.a (mgr.14403) 13593 : audit 0 from='client.274194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:13.741 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:53:13.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:13.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:13.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:13.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:53:14.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:14 smithi079 bash[28699]: cluster 2023-12-07T22:53:14.255029+0000 mgr.a (mgr.14403) 13594 : cluster 0 pgmap v10148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:53:14.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:14 smithi194 bash[32038]: cluster 2023-12-07T22:53:14.255029+0000 mgr.a (mgr.14403) 13594 : cluster 0 pgmap v10148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:53:14.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:14 smithi135 bash[32435]: cluster 2023-12-07T22:53:14.255029+0000 mgr.a (mgr.14403) 13594 : cluster 0 pgmap v10148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:53:16.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:16 smithi079 bash[28699]: cluster 2023-12-07T22:53:16.255595+0000 mgr.a (mgr.14403) 13595 : cluster 0 pgmap v10149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:53:16.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:16 smithi194 bash[32038]: cluster 2023-12-07T22:53:16.255595+0000 mgr.a (mgr.14403) 13595 : cluster 0 pgmap v10149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:53:16.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:16 smithi135 bash[32435]: cluster 2023-12-07T22:53:16.255595+0000 mgr.a (mgr.14403) 13595 : cluster 0 pgmap v10149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:53:18.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:18 smithi079 bash[28699]: cluster 2023-12-07T22:53:18.256154+0000 mgr.a (mgr.14403) 13596 : cluster 0 pgmap v10150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:53:18.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:18 smithi194 bash[32038]: cluster 2023-12-07T22:53:18.256154+0000 mgr.a (mgr.14403) 13596 : cluster 0 pgmap v10150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:53:18.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:18 smithi135 bash[32435]: cluster 2023-12-07T22:53:18.256154+0000 mgr.a (mgr.14403) 13596 : cluster 0 pgmap v10150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:53:18.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:53:18.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:18.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:19.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:19 smithi079 bash[28699]: audit 2023-12-07T22:53:19.154333+0000 mgr.a (mgr.14403) 13597 : audit 0 from='client.274269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:19.669 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:53:19.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:19.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:19.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:19.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:53:19.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:19 smithi194 bash[32038]: audit 2023-12-07T22:53:19.154333+0000 mgr.a (mgr.14403) 13597 : audit 0 from='client.274269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:19.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:19 smithi135 bash[32435]: audit 2023-12-07T22:53:19.154333+0000 mgr.a (mgr.14403) 13597 : audit 0 from='client.274269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:21.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:21 smithi194 bash[32038]: cluster 2023-12-07T22:53:20.257210+0000 mgr.a (mgr.14403) 13598 : cluster 0 pgmap v10151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:21.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:21 smithi135 bash[32435]: cluster 2023-12-07T22:53:20.257210+0000 mgr.a (mgr.14403) 13598 : cluster 0 pgmap v10151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:21.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:21 smithi079 bash[28699]: cluster 2023-12-07T22:53:20.257210+0000 mgr.a (mgr.14403) 13598 : cluster 0 pgmap v10151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:22.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:22 smithi079 bash[28699]: cluster 2023-12-07T22:53:22.257816+0000 mgr.a (mgr.14403) 13599 : cluster 0 pgmap v10152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:22.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:22 smithi194 bash[32038]: cluster 2023-12-07T22:53:22.257816+0000 mgr.a (mgr.14403) 13599 : cluster 0 pgmap v10152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:22.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:22 smithi135 bash[32435]: cluster 2023-12-07T22:53:22.257816+0000 mgr.a (mgr.14403) 13599 : cluster 0 pgmap v10152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:24.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:24 smithi079 bash[28699]: cluster 2023-12-07T22:53:24.258550+0000 mgr.a (mgr.14403) 13600 : cluster 0 pgmap v10153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:24.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:53:24.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:24.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:24.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:24 smithi194 bash[32038]: cluster 2023-12-07T22:53:24.258550+0000 mgr.a (mgr.14403) 13600 : cluster 0 pgmap v10153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:24.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:24 smithi135 bash[32435]: cluster 2023-12-07T22:53:24.258550+0000 mgr.a (mgr.14403) 13600 : cluster 0 pgmap v10153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:25.619 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:53:25.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:25.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:25.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:25.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:53:26.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:26 smithi194 bash[32038]: audit 2023-12-07T22:53:25.086748+0000 mgr.a (mgr.14403) 13601 : audit 0 from='client.274347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:26.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:26 smithi135 bash[32435]: audit 2023-12-07T22:53:25.086748+0000 mgr.a (mgr.14403) 13601 : audit 0 from='client.274347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:26.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:26 smithi079 bash[28699]: audit 2023-12-07T22:53:25.086748+0000 mgr.a (mgr.14403) 13601 : audit 0 from='client.274347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:27.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:27 smithi194 bash[32038]: cluster 2023-12-07T22:53:26.259261+0000 mgr.a (mgr.14403) 13602 : cluster 0 pgmap v10154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:53:27.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:27 smithi135 bash[32435]: cluster 2023-12-07T22:53:26.259261+0000 mgr.a (mgr.14403) 13602 : cluster 0 pgmap v10154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:53:27.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:27 smithi079 bash[28699]: cluster 2023-12-07T22:53:26.259261+0000 mgr.a (mgr.14403) 13602 : cluster 0 pgmap v10154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:53:28.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:28 smithi079 bash[28699]: cluster 2023-12-07T22:53:28.259774+0000 mgr.a (mgr.14403) 13603 : cluster 0 pgmap v10155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:53:28.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:28 smithi194 bash[32038]: cluster 2023-12-07T22:53:28.259774+0000 mgr.a (mgr.14403) 13603 : cluster 0 pgmap v10155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:53:28.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:28 smithi135 bash[32435]: cluster 2023-12-07T22:53:28.259774+0000 mgr.a (mgr.14403) 13603 : cluster 0 pgmap v10155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:53:30.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:53:30.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:30.624 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:31.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:31 smithi194 bash[32038]: cluster 2023-12-07T22:53:30.260607+0000 mgr.a (mgr.14403) 13604 : cluster 0 pgmap v10156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:53:31.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:31 smithi135 bash[32435]: cluster 2023-12-07T22:53:30.260607+0000 mgr.a (mgr.14403) 13604 : cluster 0 pgmap v10156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:53:31.542 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:53:31.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:31.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:31.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:31.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:53:31.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:31 smithi079 bash[28699]: cluster 2023-12-07T22:53:30.260607+0000 mgr.a (mgr.14403) 13604 : cluster 0 pgmap v10156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:53:32.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:32 smithi194 bash[32038]: audit 2023-12-07T22:53:31.032850+0000 mgr.a (mgr.14403) 13605 : audit 0 from='client.274425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:32.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:32 smithi135 bash[32435]: audit 2023-12-07T22:53:31.032850+0000 mgr.a (mgr.14403) 13605 : audit 0 from='client.274425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:32.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:32 smithi079 bash[28699]: audit 2023-12-07T22:53:31.032850+0000 mgr.a (mgr.14403) 13605 : audit 0 from='client.274425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:33.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:33 smithi194 bash[32038]: cluster 2023-12-07T22:53:32.261345+0000 mgr.a (mgr.14403) 13606 : cluster 0 pgmap v10157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:33.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:33 smithi135 bash[32435]: cluster 2023-12-07T22:53:32.261345+0000 mgr.a (mgr.14403) 13606 : cluster 0 pgmap v10157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:33.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:33 smithi079 bash[28699]: cluster 2023-12-07T22:53:32.261345+0000 mgr.a (mgr.14403) 13606 : cluster 0 pgmap v10157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:34.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:34 smithi079 bash[28699]: cluster 2023-12-07T22:53:34.262158+0000 mgr.a (mgr.14403) 13607 : cluster 0 pgmap v10158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:34.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:34 smithi194 bash[32038]: cluster 2023-12-07T22:53:34.262158+0000 mgr.a (mgr.14403) 13607 : cluster 0 pgmap v10158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:34.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:34 smithi135 bash[32435]: cluster 2023-12-07T22:53:34.262158+0000 mgr.a (mgr.14403) 13607 : cluster 0 pgmap v10158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:36.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:53:36.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:36.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:36.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:36 smithi079 bash[28699]: cluster 2023-12-07T22:53:36.262708+0000 mgr.a (mgr.14403) 13608 : cluster 0 pgmap v10159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:36.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:36 smithi194 bash[32038]: cluster 2023-12-07T22:53:36.262708+0000 mgr.a (mgr.14403) 13608 : cluster 0 pgmap v10159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:36.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:36 smithi135 bash[32435]: cluster 2023-12-07T22:53:36.262708+0000 mgr.a (mgr.14403) 13608 : cluster 0 pgmap v10159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:37.428 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:53:37.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:37.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:37.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:37.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:53:37.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:37 smithi079 bash[28699]: audit 2023-12-07T22:53:36.951037+0000 mgr.a (mgr.14403) 13609 : audit 0 from='client.274500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:37.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:37 smithi194 bash[32038]: audit 2023-12-07T22:53:36.951037+0000 mgr.a (mgr.14403) 13609 : audit 0 from='client.274500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:37.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:37 smithi135 bash[32435]: audit 2023-12-07T22:53:36.951037+0000 mgr.a (mgr.14403) 13609 : audit 0 from='client.274500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:38.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:38 smithi079 bash[28699]: cluster 2023-12-07T22:53:38.263522+0000 mgr.a (mgr.14403) 13610 : cluster 0 pgmap v10160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:38.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:38 smithi194 bash[32038]: cluster 2023-12-07T22:53:38.263522+0000 mgr.a (mgr.14403) 13610 : cluster 0 pgmap v10160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:38.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:38 smithi135 bash[32435]: cluster 2023-12-07T22:53:38.263522+0000 mgr.a (mgr.14403) 13610 : cluster 0 pgmap v10160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:41.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:41 smithi194 bash[32038]: cluster 2023-12-07T22:53:40.264348+0000 mgr.a (mgr.14403) 13611 : cluster 0 pgmap v10161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:41.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:41 smithi135 bash[32435]: cluster 2023-12-07T22:53:40.264348+0000 mgr.a (mgr.14403) 13611 : cluster 0 pgmap v10161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:41.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:41 smithi079 bash[28699]: cluster 2023-12-07T22:53:40.264348+0000 mgr.a (mgr.14403) 13611 : cluster 0 pgmap v10161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:42.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:53:42.431 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:42.431 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:42.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:42 smithi079 bash[28699]: cluster 2023-12-07T22:53:42.265036+0000 mgr.a (mgr.14403) 13612 : cluster 0 pgmap v10162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:42.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:42 smithi194 bash[32038]: cluster 2023-12-07T22:53:42.265036+0000 mgr.a (mgr.14403) 13612 : cluster 0 pgmap v10162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:42.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:42 smithi135 bash[32435]: cluster 2023-12-07T22:53:42.265036+0000 mgr.a (mgr.14403) 13612 : cluster 0 pgmap v10162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:43.318 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:53:43.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:43.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:43.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:43.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:53:43.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:43 smithi079 bash[28699]: audit 2023-12-07T22:53:42.828560+0000 mgr.a (mgr.14403) 13613 : audit 0 from='client.274578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:43.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:43 smithi194 bash[32038]: audit 2023-12-07T22:53:42.828560+0000 mgr.a (mgr.14403) 13613 : audit 0 from='client.274578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:43.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:43 smithi135 bash[32435]: audit 2023-12-07T22:53:42.828560+0000 mgr.a (mgr.14403) 13613 : audit 0 from='client.274578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:44 smithi079 bash[28699]: cluster 2023-12-07T22:53:44.265999+0000 mgr.a (mgr.14403) 13614 : cluster 0 pgmap v10163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:44.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:44 smithi194 bash[32038]: cluster 2023-12-07T22:53:44.265999+0000 mgr.a (mgr.14403) 13614 : cluster 0 pgmap v10163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:44.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:44 smithi135 bash[32435]: cluster 2023-12-07T22:53:44.265999+0000 mgr.a (mgr.14403) 13614 : cluster 0 pgmap v10163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:53:46.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:46 smithi079 bash[28699]: cluster 2023-12-07T22:53:46.266711+0000 mgr.a (mgr.14403) 13615 : cluster 0 pgmap v10164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:46.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:46 smithi194 bash[32038]: cluster 2023-12-07T22:53:46.266711+0000 mgr.a (mgr.14403) 13615 : cluster 0 pgmap v10164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:46 smithi135 bash[32435]: cluster 2023-12-07T22:53:46.266711+0000 mgr.a (mgr.14403) 13615 : cluster 0 pgmap v10164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:48.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:53:48.322 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:48.322 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:48.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:48 smithi079 bash[28699]: cluster 2023-12-07T22:53:48.267473+0000 mgr.a (mgr.14403) 13616 : cluster 0 pgmap v10165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:48.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:48 smithi194 bash[32038]: cluster 2023-12-07T22:53:48.267473+0000 mgr.a (mgr.14403) 13616 : cluster 0 pgmap v10165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:48.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:48 smithi135 bash[32435]: cluster 2023-12-07T22:53:48.267473+0000 mgr.a (mgr.14403) 13616 : cluster 0 pgmap v10165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:49.216 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:53:49.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:49.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:49.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:49.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:53:49.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:49 smithi079 bash[28699]: audit 2023-12-07T22:53:48.736399+0000 mgr.a (mgr.14403) 13617 : audit 0 from='client.274656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:49 smithi194 bash[32038]: audit 2023-12-07T22:53:48.736399+0000 mgr.a (mgr.14403) 13617 : audit 0 from='client.274656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:49.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:49 smithi135 bash[32435]: audit 2023-12-07T22:53:48.736399+0000 mgr.a (mgr.14403) 13617 : audit 0 from='client.274656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:51.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:51 smithi194 bash[32038]: cluster 2023-12-07T22:53:50.268508+0000 mgr.a (mgr.14403) 13618 : cluster 0 pgmap v10166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:51.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:51 smithi135 bash[32435]: cluster 2023-12-07T22:53:50.268508+0000 mgr.a (mgr.14403) 13618 : cluster 0 pgmap v10166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:51.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:51 smithi079 bash[28699]: cluster 2023-12-07T22:53:50.268508+0000 mgr.a (mgr.14403) 13618 : cluster 0 pgmap v10166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:52 smithi079 bash[28699]: cluster 2023-12-07T22:53:52.269057+0000 mgr.a (mgr.14403) 13619 : cluster 0 pgmap v10167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:52.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:52 smithi194 bash[32038]: cluster 2023-12-07T22:53:52.269057+0000 mgr.a (mgr.14403) 13619 : cluster 0 pgmap v10167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:52.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:52 smithi135 bash[32435]: cluster 2023-12-07T22:53:52.269057+0000 mgr.a (mgr.14403) 13619 : cluster 0 pgmap v10167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:54.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:53:54.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:53:54.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:53:54.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:54 smithi079 bash[28699]: cluster 2023-12-07T22:53:54.269760+0000 mgr.a (mgr.14403) 13620 : cluster 0 pgmap v10168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:54.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:54 smithi194 bash[32038]: cluster 2023-12-07T22:53:54.269760+0000 mgr.a (mgr.14403) 13620 : cluster 0 pgmap v10168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:54.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:54 smithi135 bash[32435]: cluster 2023-12-07T22:53:54.269760+0000 mgr.a (mgr.14403) 13620 : cluster 0 pgmap v10168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:53:55.120 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:53:55.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:53:55.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:53:55.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:53:55.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:53:56.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:56 smithi194 bash[32038]: audit 2023-12-07T22:53:54.633374+0000 mgr.a (mgr.14403) 13621 : audit 0 from='client.274725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:56.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:56 smithi135 bash[32435]: audit 2023-12-07T22:53:54.633374+0000 mgr.a (mgr.14403) 13621 : audit 0 from='client.274725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:56 smithi079 bash[28699]: audit 2023-12-07T22:53:54.633374+0000 mgr.a (mgr.14403) 13621 : audit 0 from='client.274725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:53:57.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:57 smithi194 bash[32038]: cluster 2023-12-07T22:53:56.270453+0000 mgr.a (mgr.14403) 13622 : cluster 0 pgmap v10169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:57.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:57 smithi135 bash[32435]: cluster 2023-12-07T22:53:56.270453+0000 mgr.a (mgr.14403) 13622 : cluster 0 pgmap v10169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:57.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:57 smithi079 bash[28699]: cluster 2023-12-07T22:53:56.270453+0000 mgr.a (mgr.14403) 13622 : cluster 0 pgmap v10169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:58.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:53:58 smithi079 bash[28699]: cluster 2023-12-07T22:53:58.271025+0000 mgr.a (mgr.14403) 13623 : cluster 0 pgmap v10170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:58.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:53:58 smithi194 bash[32038]: cluster 2023-12-07T22:53:58.271025+0000 mgr.a (mgr.14403) 13623 : cluster 0 pgmap v10170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:53:58.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:53:58 smithi135 bash[32435]: cluster 2023-12-07T22:53:58.271025+0000 mgr.a (mgr.14403) 13623 : cluster 0 pgmap v10170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:00.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:54:00.124 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:00.124 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:01.054 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:54:01.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:01.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:01.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:01.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:54:01.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:01 smithi194 bash[32038]: cluster 2023-12-07T22:54:00.271687+0000 mgr.a (mgr.14403) 13624 : cluster 0 pgmap v10171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:01.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:01 smithi135 bash[32435]: cluster 2023-12-07T22:54:00.271687+0000 mgr.a (mgr.14403) 13624 : cluster 0 pgmap v10171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:01.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:01 smithi079 bash[28699]: cluster 2023-12-07T22:54:00.271687+0000 mgr.a (mgr.14403) 13624 : cluster 0 pgmap v10171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:02.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:02 smithi194 bash[32038]: audit 2023-12-07T22:54:00.535154+0000 mgr.a (mgr.14403) 13625 : audit 0 from='client.274803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:02.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:02 smithi135 bash[32435]: audit 2023-12-07T22:54:00.535154+0000 mgr.a (mgr.14403) 13625 : audit 0 from='client.274803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:02.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:02 smithi079 bash[28699]: audit 2023-12-07T22:54:00.535154+0000 mgr.a (mgr.14403) 13625 : audit 0 from='client.274803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:03.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:03 smithi194 bash[32038]: cluster 2023-12-07T22:54:02.272349+0000 mgr.a (mgr.14403) 13626 : cluster 0 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-07T22:54:03.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:03 smithi135 bash[32435]: cluster 2023-12-07T22:54:02.272349+0000 mgr.a (mgr.14403) 13626 : cluster 0 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-07T22:54:03.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:03 smithi079 bash[28699]: cluster 2023-12-07T22:54:02.272349+0000 mgr.a (mgr.14403) 13626 : cluster 0 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-07T22:54:04.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:04 smithi079 bash[28699]: cluster 2023-12-07T22:54:04.273143+0000 mgr.a (mgr.14403) 13627 : cluster 0 pgmap v10173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:04.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:04 smithi194 bash[32038]: cluster 2023-12-07T22:54:04.273143+0000 mgr.a (mgr.14403) 13627 : cluster 0 pgmap v10173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:04.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:04 smithi135 bash[32435]: cluster 2023-12-07T22:54:04.273143+0000 mgr.a (mgr.14403) 13627 : cluster 0 pgmap v10173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:06.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:54:06.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:06.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:06.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:06 smithi194 bash[32038]: audit 2023-12-07T22:54:05.878437+0000 mon.a (mon.0) 2334 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:54:06.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:06 smithi135 bash[32435]: audit 2023-12-07T22:54:05.878437+0000 mon.a (mon.0) 2334 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:54:06.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:06 smithi079 bash[28699]: audit 2023-12-07T22:54:05.878437+0000 mon.a (mon.0) 2334 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:54:06.999 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:54:07.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:07.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:07.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:07.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:54:07.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:07 smithi194 bash[32038]: cluster 2023-12-07T22:54:06.273699+0000 mgr.a (mgr.14403) 13628 : cluster 0 pgmap v10174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:07.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:07 smithi194 bash[32038]: audit 2023-12-07T22:54:06.405212+0000 mon.a (mon.0) 2335 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:54:07.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:07 smithi194 bash[32038]: audit 2023-12-07T22:54:06.411263+0000 mon.a (mon.0) 2336 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:54:07.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:07 smithi135 bash[32435]: cluster 2023-12-07T22:54:06.273699+0000 mgr.a (mgr.14403) 13628 : cluster 0 pgmap v10174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:07.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:07 smithi135 bash[32435]: audit 2023-12-07T22:54:06.405212+0000 mon.a (mon.0) 2335 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:54:07.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:07 smithi135 bash[32435]: audit 2023-12-07T22:54:06.411263+0000 mon.a (mon.0) 2336 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:54:07.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:07 smithi079 bash[28699]: cluster 2023-12-07T22:54:06.273699+0000 mgr.a (mgr.14403) 13628 : cluster 0 pgmap v10174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:07.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:07 smithi079 bash[28699]: audit 2023-12-07T22:54:06.405212+0000 mon.a (mon.0) 2335 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:54:07.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:07 smithi079 bash[28699]: audit 2023-12-07T22:54:06.411263+0000 mon.a (mon.0) 2336 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:54:08.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:08 smithi194 bash[32038]: audit 2023-12-07T22:54:06.492473+0000 mgr.a (mgr.14403) 13629 : audit 0 from='client.274872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:08.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:08 smithi194 bash[32038]: audit 2023-12-07T22:54:07.167653+0000 mon.a (mon.0) 2337 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:54:08.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:08 smithi194 bash[32038]: audit 2023-12-07T22:54:07.173286+0000 mon.a (mon.0) 2338 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:54:08.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:08 smithi194 bash[32038]: audit 2023-12-07T22:54:07.180476+0000 mon.a (mon.0) 2339 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:54:08.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:08 smithi135 bash[32435]: audit 2023-12-07T22:54:06.492473+0000 mgr.a (mgr.14403) 13629 : audit 0 from='client.274872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:08.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:08 smithi135 bash[32435]: audit 2023-12-07T22:54:07.167653+0000 mon.a (mon.0) 2337 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:54:08.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:08 smithi135 bash[32435]: audit 2023-12-07T22:54:07.173286+0000 mon.a (mon.0) 2338 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:54:08.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:08 smithi135 bash[32435]: audit 2023-12-07T22:54:07.180476+0000 mon.a (mon.0) 2339 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:54:08.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:08 smithi079 bash[28699]: audit 2023-12-07T22:54:06.492473+0000 mgr.a (mgr.14403) 13629 : audit 0 from='client.274872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:08.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:08 smithi079 bash[28699]: audit 2023-12-07T22:54:07.167653+0000 mon.a (mon.0) 2337 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:54:08.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:08 smithi079 bash[28699]: audit 2023-12-07T22:54:07.173286+0000 mon.a (mon.0) 2338 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:54:08.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:08 smithi079 bash[28699]: audit 2023-12-07T22:54:07.180476+0000 mon.a (mon.0) 2339 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:54:09.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:09 smithi194 bash[32038]: cluster 2023-12-07T22:54:08.274457+0000 mgr.a (mgr.14403) 13630 : cluster 0 pgmap v10175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:09.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:09 smithi135 bash[32435]: cluster 2023-12-07T22:54:08.274457+0000 mgr.a (mgr.14403) 13630 : cluster 0 pgmap v10175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:09.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:09 smithi079 bash[28699]: cluster 2023-12-07T22:54:08.274457+0000 mgr.a (mgr.14403) 13630 : cluster 0 pgmap v10175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:11.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:11 smithi194 bash[32038]: cluster 2023-12-07T22:54:10.275276+0000 mgr.a (mgr.14403) 13631 : cluster 0 pgmap v10176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:11.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:11 smithi135 bash[32435]: cluster 2023-12-07T22:54:10.275276+0000 mgr.a (mgr.14403) 13631 : cluster 0 pgmap v10176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:11 smithi079 bash[28699]: cluster 2023-12-07T22:54:10.275276+0000 mgr.a (mgr.14403) 13631 : cluster 0 pgmap v10176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:12.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:54:12.003 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:12.004 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:12.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:12 smithi079 bash[28699]: cluster 2023-12-07T22:54:12.275643+0000 mgr.a (mgr.14403) 13632 : cluster 0 pgmap v10177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:12.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:12 smithi194 bash[32038]: cluster 2023-12-07T22:54:12.275643+0000 mgr.a (mgr.14403) 13632 : cluster 0 pgmap v10177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:12.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:12 smithi135 bash[32435]: cluster 2023-12-07T22:54:12.275643+0000 mgr.a (mgr.14403) 13632 : cluster 0 pgmap v10177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:12.912 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:54:12.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:12.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:12.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:12.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:54:13.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:13 smithi079 bash[28699]: audit 2023-12-07T22:54:12.419309+0000 mgr.a (mgr.14403) 13633 : audit 0 from='client.274947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:13.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:13 smithi194 bash[32038]: audit 2023-12-07T22:54:12.419309+0000 mgr.a (mgr.14403) 13633 : audit 0 from='client.274947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:13.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:13 smithi135 bash[32435]: audit 2023-12-07T22:54:12.419309+0000 mgr.a (mgr.14403) 13633 : audit 0 from='client.274947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:14.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:14 smithi079 bash[28699]: cluster 2023-12-07T22:54:14.276534+0000 mgr.a (mgr.14403) 13634 : cluster 0 pgmap v10178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:14.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:14 smithi194 bash[32038]: cluster 2023-12-07T22:54:14.276534+0000 mgr.a (mgr.14403) 13634 : cluster 0 pgmap v10178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:14.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:14 smithi135 bash[32435]: cluster 2023-12-07T22:54:14.276534+0000 mgr.a (mgr.14403) 13634 : cluster 0 pgmap v10178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:16.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:16 smithi079 bash[28699]: cluster 2023-12-07T22:54:16.277126+0000 mgr.a (mgr.14403) 13635 : cluster 0 pgmap v10179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:16.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:16 smithi194 bash[32038]: cluster 2023-12-07T22:54:16.277126+0000 mgr.a (mgr.14403) 13635 : cluster 0 pgmap v10179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:16.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:16 smithi135 bash[32435]: cluster 2023-12-07T22:54:16.277126+0000 mgr.a (mgr.14403) 13635 : cluster 0 pgmap v10179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:17.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:54:17.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:17.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:18.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:18 smithi079 bash[28699]: cluster 2023-12-07T22:54:18.277664+0000 mgr.a (mgr.14403) 13636 : cluster 0 pgmap v10180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:18.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:18 smithi194 bash[32038]: cluster 2023-12-07T22:54:18.277664+0000 mgr.a (mgr.14403) 13636 : cluster 0 pgmap v10180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:18.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:18 smithi135 bash[32435]: cluster 2023-12-07T22:54:18.277664+0000 mgr.a (mgr.14403) 13636 : cluster 0 pgmap v10180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:18.820 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:54:18.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:18.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:18.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:18.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:54:19.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:19 smithi079 bash[28699]: audit 2023-12-07T22:54:18.322251+0000 mgr.a (mgr.14403) 13637 : audit 0 from='client.275022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:19.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:19 smithi194 bash[32038]: audit 2023-12-07T22:54:18.322251+0000 mgr.a (mgr.14403) 13637 : audit 0 from='client.275022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:19.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:19 smithi135 bash[32435]: audit 2023-12-07T22:54:18.322251+0000 mgr.a (mgr.14403) 13637 : audit 0 from='client.275022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:21.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:21 smithi194 bash[32038]: cluster 2023-12-07T22:54:20.278625+0000 mgr.a (mgr.14403) 13638 : cluster 0 pgmap v10181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:54:21.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:21 smithi135 bash[32435]: cluster 2023-12-07T22:54:20.278625+0000 mgr.a (mgr.14403) 13638 : cluster 0 pgmap v10181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:54:21.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:21 smithi079 bash[28699]: cluster 2023-12-07T22:54:20.278625+0000 mgr.a (mgr.14403) 13638 : cluster 0 pgmap v10181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:54:22.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:22 smithi079 bash[28699]: cluster 2023-12-07T22:54:22.279368+0000 mgr.a (mgr.14403) 13639 : cluster 0 pgmap v10182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:54:22.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:22 smithi194 bash[32038]: cluster 2023-12-07T22:54:22.279368+0000 mgr.a (mgr.14403) 13639 : cluster 0 pgmap v10182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:54:22.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:22 smithi135 bash[32435]: cluster 2023-12-07T22:54:22.279368+0000 mgr.a (mgr.14403) 13639 : cluster 0 pgmap v10182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:54:23.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:54:23.824 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:23.824 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:24.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:24 smithi079 bash[28699]: audit 2023-12-07T22:54:24.231716+0000 mgr.a (mgr.14403) 13640 : audit 0 from='client.275094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:24.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:24 smithi194 bash[32038]: audit 2023-12-07T22:54:24.231716+0000 mgr.a (mgr.14403) 13640 : audit 0 from='client.275094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:24.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:24 smithi135 bash[32435]: audit 2023-12-07T22:54:24.231716+0000 mgr.a (mgr.14403) 13640 : audit 0 from='client.275094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:24.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:24.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:24.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:24.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:54:24.744 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:54:26.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:26 smithi194 bash[32038]: cluster 2023-12-07T22:54:24.280520+0000 mgr.a (mgr.14403) 13641 : cluster 0 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-07T22:54:26.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:26 smithi135 bash[32435]: cluster 2023-12-07T22:54:24.280520+0000 mgr.a (mgr.14403) 13641 : cluster 0 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-07T22:54:26.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:26 smithi079 bash[28699]: cluster 2023-12-07T22:54:24.280520+0000 mgr.a (mgr.14403) 13641 : cluster 0 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-07T22:54:28.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:28 smithi194 bash[32038]: cluster 2023-12-07T22:54:26.281239+0000 mgr.a (mgr.14403) 13642 : cluster 0 pgmap v10184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:28.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:28 smithi135 bash[32435]: cluster 2023-12-07T22:54:26.281239+0000 mgr.a (mgr.14403) 13642 : cluster 0 pgmap v10184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:28.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:28 smithi079 bash[28699]: cluster 2023-12-07T22:54:26.281239+0000 mgr.a (mgr.14403) 13642 : cluster 0 pgmap v10184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:29.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:54:29.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:29.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:30.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:30 smithi194 bash[32038]: cluster 2023-12-07T22:54:28.281964+0000 mgr.a (mgr.14403) 13643 : cluster 0 pgmap v10185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:30.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:30 smithi135 bash[32435]: cluster 2023-12-07T22:54:28.281964+0000 mgr.a (mgr.14403) 13643 : cluster 0 pgmap v10185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:30.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:30 smithi079 bash[28699]: cluster 2023-12-07T22:54:28.281964+0000 mgr.a (mgr.14403) 13643 : cluster 0 pgmap v10185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:30.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:30.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:30.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:30.645 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:54:30.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:54:31.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:31 smithi194 bash[32038]: audit 2023-12-07T22:54:30.159805+0000 mgr.a (mgr.14403) 13644 : audit 0 from='client.275166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:31.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:31 smithi135 bash[32435]: audit 2023-12-07T22:54:30.159805+0000 mgr.a (mgr.14403) 13644 : audit 0 from='client.275166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:31.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:31 smithi079 bash[28699]: audit 2023-12-07T22:54:30.159805+0000 mgr.a (mgr.14403) 13644 : audit 0 from='client.275166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:32.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:32 smithi194 bash[32038]: cluster 2023-12-07T22:54:30.283119+0000 mgr.a (mgr.14403) 13645 : cluster 0 pgmap v10186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:32.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:32 smithi135 bash[32435]: cluster 2023-12-07T22:54:30.283119+0000 mgr.a (mgr.14403) 13645 : cluster 0 pgmap v10186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:32.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:32 smithi079 bash[28699]: cluster 2023-12-07T22:54:30.283119+0000 mgr.a (mgr.14403) 13645 : cluster 0 pgmap v10186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:34.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:34 smithi194 bash[32038]: cluster 2023-12-07T22:54:32.283744+0000 mgr.a (mgr.14403) 13646 : cluster 0 pgmap v10187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:54:34.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:34 smithi135 bash[32435]: cluster 2023-12-07T22:54:32.283744+0000 mgr.a (mgr.14403) 13646 : cluster 0 pgmap v10187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:54:34.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:34 smithi079 bash[28699]: cluster 2023-12-07T22:54:32.283744+0000 mgr.a (mgr.14403) 13646 : cluster 0 pgmap v10187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:54:35.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:54:35.648 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:35.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:36.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:36 smithi194 bash[32038]: cluster 2023-12-07T22:54:34.284572+0000 mgr.a (mgr.14403) 13647 : cluster 0 pgmap v10188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:54:36.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:36 smithi135 bash[32435]: cluster 2023-12-07T22:54:34.284572+0000 mgr.a (mgr.14403) 13647 : cluster 0 pgmap v10188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:54:36.571 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:54:36.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:36.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:36.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:36.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:54:36.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:36 smithi079 bash[28699]: cluster 2023-12-07T22:54:34.284572+0000 mgr.a (mgr.14403) 13647 : cluster 0 pgmap v10188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:54:37.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:37 smithi135 bash[32435]: audit 2023-12-07T22:54:36.061887+0000 mgr.a (mgr.14403) 13648 : audit 0 from='client.275244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:37.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:37 smithi079 bash[28699]: audit 2023-12-07T22:54:36.061887+0000 mgr.a (mgr.14403) 13648 : audit 0 from='client.275244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:37.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:37 smithi194 bash[32038]: audit 2023-12-07T22:54:36.061887+0000 mgr.a (mgr.14403) 13648 : audit 0 from='client.275244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:38.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:38 smithi135 bash[32435]: cluster 2023-12-07T22:54:36.285458+0000 mgr.a (mgr.14403) 13649 : cluster 0 pgmap v10189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:38.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:38 smithi079 bash[28699]: cluster 2023-12-07T22:54:36.285458+0000 mgr.a (mgr.14403) 13649 : cluster 0 pgmap v10189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:38.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:38 smithi194 bash[32038]: cluster 2023-12-07T22:54:36.285458+0000 mgr.a (mgr.14403) 13649 : cluster 0 pgmap v10189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:40.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:40 smithi079 bash[28699]: cluster 2023-12-07T22:54:38.286243+0000 mgr.a (mgr.14403) 13650 : cluster 0 pgmap v10190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:40.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:40 smithi194 bash[32038]: cluster 2023-12-07T22:54:38.286243+0000 mgr.a (mgr.14403) 13650 : cluster 0 pgmap v10190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:40.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:40 smithi135 bash[32435]: cluster 2023-12-07T22:54:38.286243+0000 mgr.a (mgr.14403) 13650 : cluster 0 pgmap v10190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:41.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:54:41.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:41.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:42.471 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:54:42.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:42.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:42.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:42.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:54:42.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:42 smithi079 bash[28699]: cluster 2023-12-07T22:54:40.287191+0000 mgr.a (mgr.14403) 13651 : cluster 0 pgmap v10191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:42.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:42 smithi194 bash[32038]: cluster 2023-12-07T22:54:40.287191+0000 mgr.a (mgr.14403) 13651 : cluster 0 pgmap v10191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:42.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:42 smithi135 bash[32435]: cluster 2023-12-07T22:54:40.287191+0000 mgr.a (mgr.14403) 13651 : cluster 0 pgmap v10191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:43.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:43 smithi079 bash[28699]: audit 2023-12-07T22:54:41.978354+0000 mgr.a (mgr.14403) 13652 : audit 0 from='client.275319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:43.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:43 smithi194 bash[32038]: audit 2023-12-07T22:54:41.978354+0000 mgr.a (mgr.14403) 13652 : audit 0 from='client.275319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:43.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:43 smithi135 bash[32435]: audit 2023-12-07T22:54:41.978354+0000 mgr.a (mgr.14403) 13652 : audit 0 from='client.275319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:44.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:44 smithi079 bash[28699]: cluster 2023-12-07T22:54:42.287704+0000 mgr.a (mgr.14403) 13653 : cluster 0 pgmap v10192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:44.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:44 smithi194 bash[32038]: cluster 2023-12-07T22:54:42.287704+0000 mgr.a (mgr.14403) 13653 : cluster 0 pgmap v10192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:44.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:44 smithi135 bash[32435]: cluster 2023-12-07T22:54:42.287704+0000 mgr.a (mgr.14403) 13653 : cluster 0 pgmap v10192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:46.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:46 smithi079 bash[28699]: cluster 2023-12-07T22:54:44.288570+0000 mgr.a (mgr.14403) 13654 : cluster 0 pgmap v10193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:46.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:46 smithi194 bash[32038]: cluster 2023-12-07T22:54:44.288570+0000 mgr.a (mgr.14403) 13654 : cluster 0 pgmap v10193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:46.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:46 smithi135 bash[32435]: cluster 2023-12-07T22:54:44.288570+0000 mgr.a (mgr.14403) 13654 : cluster 0 pgmap v10193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:47.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:54:47.475 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:47.475 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:48.368 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:54:48.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:48.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:48.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:48.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:54:48.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:48 smithi079 bash[28699]: cluster 2023-12-07T22:54:46.289128+0000 mgr.a (mgr.14403) 13655 : cluster 0 pgmap v10194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:48.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:48 smithi194 bash[32038]: cluster 2023-12-07T22:54:46.289128+0000 mgr.a (mgr.14403) 13655 : cluster 0 pgmap v10194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:48.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:48 smithi135 bash[32435]: cluster 2023-12-07T22:54:46.289128+0000 mgr.a (mgr.14403) 13655 : cluster 0 pgmap v10194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:49 smithi079 bash[28699]: audit 2023-12-07T22:54:47.882179+0000 mgr.a (mgr.14403) 13656 : audit 0 from='client.275391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:49.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:49 smithi194 bash[32038]: audit 2023-12-07T22:54:47.882179+0000 mgr.a (mgr.14403) 13656 : audit 0 from='client.275391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:49.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:49 smithi135 bash[32435]: audit 2023-12-07T22:54:47.882179+0000 mgr.a (mgr.14403) 13656 : audit 0 from='client.275391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:50.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:50 smithi079 bash[28699]: cluster 2023-12-07T22:54:48.289519+0000 mgr.a (mgr.14403) 13657 : cluster 0 pgmap v10195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:50.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:50 smithi194 bash[32038]: cluster 2023-12-07T22:54:48.289519+0000 mgr.a (mgr.14403) 13657 : cluster 0 pgmap v10195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:50.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:50 smithi135 bash[32435]: cluster 2023-12-07T22:54:48.289519+0000 mgr.a (mgr.14403) 13657 : cluster 0 pgmap v10195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:52.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:52 smithi079 bash[28699]: cluster 2023-12-07T22:54:50.290265+0000 mgr.a (mgr.14403) 13658 : cluster 0 pgmap v10196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:52 smithi194 bash[32038]: cluster 2023-12-07T22:54:50.290265+0000 mgr.a (mgr.14403) 13658 : cluster 0 pgmap v10196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:52.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:52 smithi135 bash[32435]: cluster 2023-12-07T22:54:50.290265+0000 mgr.a (mgr.14403) 13658 : cluster 0 pgmap v10196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:54:53.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:54:53.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:53.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:54:54.281 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:54:54.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:54:54.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:54:54.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:54:54.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:54:54.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:54 smithi079 bash[28699]: cluster 2023-12-07T22:54:52.290849+0000 mgr.a (mgr.14403) 13659 : cluster 0 pgmap v10197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:54.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:54 smithi194 bash[32038]: cluster 2023-12-07T22:54:52.290849+0000 mgr.a (mgr.14403) 13659 : cluster 0 pgmap v10197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:54.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:54 smithi135 bash[32435]: cluster 2023-12-07T22:54:52.290849+0000 mgr.a (mgr.14403) 13659 : cluster 0 pgmap v10197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:55.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:55 smithi079 bash[28699]: audit 2023-12-07T22:54:53.779219+0000 mgr.a (mgr.14403) 13660 : audit 0 from='client.275466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:55.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:55 smithi194 bash[32038]: audit 2023-12-07T22:54:53.779219+0000 mgr.a (mgr.14403) 13660 : audit 0 from='client.275466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:55.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:55 smithi135 bash[32435]: audit 2023-12-07T22:54:53.779219+0000 mgr.a (mgr.14403) 13660 : audit 0 from='client.275466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:54:56.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:56 smithi079 bash[28699]: cluster 2023-12-07T22:54:54.291563+0000 mgr.a (mgr.14403) 13661 : cluster 0 pgmap v10198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:56.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:56 smithi194 bash[32038]: cluster 2023-12-07T22:54:54.291563+0000 mgr.a (mgr.14403) 13661 : cluster 0 pgmap v10198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:56.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:56 smithi135 bash[32435]: cluster 2023-12-07T22:54:54.291563+0000 mgr.a (mgr.14403) 13661 : cluster 0 pgmap v10198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:54:58.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:54:58 smithi079 bash[28699]: cluster 2023-12-07T22:54:56.292110+0000 mgr.a (mgr.14403) 13662 : cluster 0 pgmap v10199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:58.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:54:58 smithi194 bash[32038]: cluster 2023-12-07T22:54:56.292110+0000 mgr.a (mgr.14403) 13662 : cluster 0 pgmap v10199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:58.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:54:58 smithi135 bash[32435]: cluster 2023-12-07T22:54:56.292110+0000 mgr.a (mgr.14403) 13662 : cluster 0 pgmap v10199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:54:59.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:54:59.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:54:59.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:00.202 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:55:00.203 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:00.203 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:00.203 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:00.203 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:55:00.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:00 smithi079 bash[28699]: cluster 2023-12-07T22:54:58.292826+0000 mgr.a (mgr.14403) 13663 : cluster 0 pgmap v10200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:00.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:00 smithi194 bash[32038]: cluster 2023-12-07T22:54:58.292826+0000 mgr.a (mgr.14403) 13663 : cluster 0 pgmap v10200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:00.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:00 smithi135 bash[32435]: cluster 2023-12-07T22:54:58.292826+0000 mgr.a (mgr.14403) 13663 : cluster 0 pgmap v10200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:01.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:01 smithi079 bash[28699]: audit 2023-12-07T22:54:59.693682+0000 mgr.a (mgr.14403) 13664 : audit 0 from='client.275541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:01.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:01 smithi194 bash[32038]: audit 2023-12-07T22:54:59.693682+0000 mgr.a (mgr.14403) 13664 : audit 0 from='client.275541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:01.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:01 smithi135 bash[32435]: audit 2023-12-07T22:54:59.693682+0000 mgr.a (mgr.14403) 13664 : audit 0 from='client.275541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:02.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:02 smithi079 bash[28699]: cluster 2023-12-07T22:55:00.293977+0000 mgr.a (mgr.14403) 13665 : cluster 0 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-07T22:55:02.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:02 smithi194 bash[32038]: cluster 2023-12-07T22:55:00.293977+0000 mgr.a (mgr.14403) 13665 : cluster 0 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-07T22:55:02.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:02 smithi135 bash[32435]: cluster 2023-12-07T22:55:00.293977+0000 mgr.a (mgr.14403) 13665 : cluster 0 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-07T22:55:04.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:04 smithi079 bash[28699]: cluster 2023-12-07T22:55:02.294652+0000 mgr.a (mgr.14403) 13666 : cluster 0 pgmap v10202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:04.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:04 smithi194 bash[32038]: cluster 2023-12-07T22:55:02.294652+0000 mgr.a (mgr.14403) 13666 : cluster 0 pgmap v10202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:04.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:04 smithi135 bash[32435]: cluster 2023-12-07T22:55:02.294652+0000 mgr.a (mgr.14403) 13666 : cluster 0 pgmap v10202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:05.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:55:05.205 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:05.205 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:06.089 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:55:06.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:06.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:06.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:06.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:55:06.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:06 smithi079 bash[28699]: cluster 2023-12-07T22:55:04.295417+0000 mgr.a (mgr.14403) 13667 : cluster 0 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-07T22:55:06.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:06 smithi194 bash[32038]: cluster 2023-12-07T22:55:04.295417+0000 mgr.a (mgr.14403) 13667 : cluster 0 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-07T22:55:06.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:06 smithi135 bash[32435]: cluster 2023-12-07T22:55:04.295417+0000 mgr.a (mgr.14403) 13667 : cluster 0 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-07T22:55:07.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:07 smithi079 bash[28699]: audit 2023-12-07T22:55:05.609727+0000 mgr.a (mgr.14403) 13668 : audit 0 from='client.275619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:07.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:07 smithi079 bash[28699]: cluster 2023-12-07T22:55:06.296060+0000 mgr.a (mgr.14403) 13669 : cluster 0 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-07T22:55:07.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:07 smithi079 bash[28699]: audit 2023-12-07T22:55:07.283322+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:55:07.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:07 smithi194 bash[32038]: audit 2023-12-07T22:55:05.609727+0000 mgr.a (mgr.14403) 13668 : audit 0 from='client.275619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:07.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:07 smithi194 bash[32038]: cluster 2023-12-07T22:55:06.296060+0000 mgr.a (mgr.14403) 13669 : cluster 0 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-07T22:55:07.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:07 smithi194 bash[32038]: audit 2023-12-07T22:55:07.283322+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:55:07.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:07 smithi135 bash[32435]: audit 2023-12-07T22:55:05.609727+0000 mgr.a (mgr.14403) 13668 : audit 0 from='client.275619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:07.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:07 smithi135 bash[32435]: cluster 2023-12-07T22:55:06.296060+0000 mgr.a (mgr.14403) 13669 : cluster 0 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-07T22:55:07.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:07 smithi135 bash[32435]: audit 2023-12-07T22:55:07.283322+0000 mon.a (mon.0) 2340 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:55:08.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:08 smithi079 bash[28699]: audit 2023-12-07T22:55:08.074730+0000 mon.a (mon.0) 2341 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:55:08.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:08 smithi079 bash[28699]: audit 2023-12-07T22:55:08.076553+0000 mon.a (mon.0) 2342 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:55:08.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:08 smithi079 bash[28699]: audit 2023-12-07T22:55:08.086084+0000 mon.a (mon.0) 2343 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:55:08.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:08 smithi194 bash[32038]: audit 2023-12-07T22:55:08.074730+0000 mon.a (mon.0) 2341 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:55:08.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:08 smithi194 bash[32038]: audit 2023-12-07T22:55:08.076553+0000 mon.a (mon.0) 2342 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:55:08.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:08 smithi194 bash[32038]: audit 2023-12-07T22:55:08.086084+0000 mon.a (mon.0) 2343 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:55:08.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:08 smithi135 bash[32435]: audit 2023-12-07T22:55:08.074730+0000 mon.a (mon.0) 2341 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:55:08.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:08 smithi135 bash[32435]: audit 2023-12-07T22:55:08.076553+0000 mon.a (mon.0) 2342 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:55:08.704 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:08 smithi135 bash[32435]: audit 2023-12-07T22:55:08.086084+0000 mon.a (mon.0) 2343 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:55:10.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:10 smithi079 bash[28699]: cluster 2023-12-07T22:55:08.296673+0000 mgr.a (mgr.14403) 13670 : cluster 0 pgmap v10205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:10.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:10 smithi194 bash[32038]: cluster 2023-12-07T22:55:08.296673+0000 mgr.a (mgr.14403) 13670 : cluster 0 pgmap v10205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:10.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:10 smithi135 bash[32435]: cluster 2023-12-07T22:55:08.296673+0000 mgr.a (mgr.14403) 13670 : cluster 0 pgmap v10205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:11.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:55:11.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:11.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:12.016 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:55:12.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:12.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:12.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:12.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:55:12.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:12 smithi194 bash[32038]: cluster 2023-12-07T22:55:10.297459+0000 mgr.a (mgr.14403) 13671 : cluster 0 pgmap v10206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:12.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:12 smithi135 bash[32435]: cluster 2023-12-07T22:55:10.297459+0000 mgr.a (mgr.14403) 13671 : cluster 0 pgmap v10206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:12.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:12 smithi079 bash[28699]: cluster 2023-12-07T22:55:10.297459+0000 mgr.a (mgr.14403) 13671 : cluster 0 pgmap v10206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:13.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:13 smithi194 bash[32038]: audit 2023-12-07T22:55:11.502852+0000 mgr.a (mgr.14403) 13672 : audit 0 from='client.275697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:13.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:13 smithi135 bash[32435]: audit 2023-12-07T22:55:11.502852+0000 mgr.a (mgr.14403) 13672 : audit 0 from='client.275697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:13.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:13 smithi079 bash[28699]: audit 2023-12-07T22:55:11.502852+0000 mgr.a (mgr.14403) 13672 : audit 0 from='client.275697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:14.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:14 smithi194 bash[32038]: cluster 2023-12-07T22:55:12.298193+0000 mgr.a (mgr.14403) 13673 : cluster 0 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-07T22:55:14.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:14 smithi135 bash[32435]: cluster 2023-12-07T22:55:12.298193+0000 mgr.a (mgr.14403) 13673 : cluster 0 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-07T22:55:14.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:14 smithi079 bash[28699]: cluster 2023-12-07T22:55:12.298193+0000 mgr.a (mgr.14403) 13673 : cluster 0 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-07T22:55:16.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:16 smithi135 bash[32435]: cluster 2023-12-07T22:55:14.299016+0000 mgr.a (mgr.14403) 13674 : cluster 0 pgmap v10208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:16.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:16 smithi079 bash[28699]: cluster 2023-12-07T22:55:14.299016+0000 mgr.a (mgr.14403) 13674 : cluster 0 pgmap v10208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:16.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:16 smithi194 bash[32038]: cluster 2023-12-07T22:55:14.299016+0000 mgr.a (mgr.14403) 13674 : cluster 0 pgmap v10208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:17.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:55:17.020 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:17.020 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:17.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:17.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:17.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:17.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:55:17.931 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:55:18.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:18 smithi079 bash[28699]: cluster 2023-12-07T22:55:16.299547+0000 mgr.a (mgr.14403) 13675 : cluster 0 pgmap v10209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:18.700 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:18 smithi194 bash[32038]: cluster 2023-12-07T22:55:16.299547+0000 mgr.a (mgr.14403) 13675 : cluster 0 pgmap v10209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:18.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:18 smithi135 bash[32435]: cluster 2023-12-07T22:55:16.299547+0000 mgr.a (mgr.14403) 13675 : cluster 0 pgmap v10209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:19.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:19 smithi079 bash[28699]: audit 2023-12-07T22:55:17.431957+0000 mgr.a (mgr.14403) 13676 : audit 0 from='client.275775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:19.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:19 smithi194 bash[32038]: audit 2023-12-07T22:55:17.431957+0000 mgr.a (mgr.14403) 13676 : audit 0 from='client.275775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:19.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:19 smithi135 bash[32435]: audit 2023-12-07T22:55:17.431957+0000 mgr.a (mgr.14403) 13676 : audit 0 from='client.275775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:20.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:20 smithi079 bash[28699]: cluster 2023-12-07T22:55:18.300264+0000 mgr.a (mgr.14403) 13677 : cluster 0 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-07T22:55:20.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:20 smithi194 bash[32038]: cluster 2023-12-07T22:55:18.300264+0000 mgr.a (mgr.14403) 13677 : cluster 0 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-07T22:55:20.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:20 smithi135 bash[32435]: cluster 2023-12-07T22:55:18.300264+0000 mgr.a (mgr.14403) 13677 : cluster 0 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-07T22:55:22.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:22 smithi079 bash[28699]: cluster 2023-12-07T22:55:20.301109+0000 mgr.a (mgr.14403) 13678 : cluster 0 pgmap v10211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:22 smithi194 bash[32038]: cluster 2023-12-07T22:55:20.301109+0000 mgr.a (mgr.14403) 13678 : cluster 0 pgmap v10211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:22 smithi135 bash[32435]: cluster 2023-12-07T22:55:20.301109+0000 mgr.a (mgr.14403) 13678 : cluster 0 pgmap v10211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:22.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:55:22.935 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:22.935 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:23.840 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:55:23.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:23.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:23.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:23.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:55:24.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:24 smithi079 bash[28699]: cluster 2023-12-07T22:55:22.301730+0000 mgr.a (mgr.14403) 13679 : cluster 0 pgmap v10212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:24.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:24 smithi194 bash[32038]: cluster 2023-12-07T22:55:22.301730+0000 mgr.a (mgr.14403) 13679 : cluster 0 pgmap v10212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:24.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:24 smithi135 bash[32435]: cluster 2023-12-07T22:55:22.301730+0000 mgr.a (mgr.14403) 13679 : cluster 0 pgmap v10212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:25.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:25 smithi079 bash[28699]: audit 2023-12-07T22:55:23.337621+0000 mgr.a (mgr.14403) 13680 : audit 0 from='client.275853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:25.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:25 smithi194 bash[32038]: audit 2023-12-07T22:55:23.337621+0000 mgr.a (mgr.14403) 13680 : audit 0 from='client.275853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:25.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:25 smithi135 bash[32435]: audit 2023-12-07T22:55:23.337621+0000 mgr.a (mgr.14403) 13680 : audit 0 from='client.275853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:26.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:26 smithi079 bash[28699]: cluster 2023-12-07T22:55:24.302826+0000 mgr.a (mgr.14403) 13681 : cluster 0 pgmap v10213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:55:26.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:26 smithi194 bash[32038]: cluster 2023-12-07T22:55:24.302826+0000 mgr.a (mgr.14403) 13681 : cluster 0 pgmap v10213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:55:26.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:26 smithi135 bash[32435]: cluster 2023-12-07T22:55:24.302826+0000 mgr.a (mgr.14403) 13681 : cluster 0 pgmap v10213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T22:55:28.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:28 smithi079 bash[28699]: cluster 2023-12-07T22:55:26.303404+0000 mgr.a (mgr.14403) 13682 : cluster 0 pgmap v10214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:55:28.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:28 smithi194 bash[32038]: cluster 2023-12-07T22:55:26.303404+0000 mgr.a (mgr.14403) 13682 : cluster 0 pgmap v10214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:55:28.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:28 smithi135 bash[32435]: cluster 2023-12-07T22:55:26.303404+0000 mgr.a (mgr.14403) 13682 : cluster 0 pgmap v10214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:55:28.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:55:28.843 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:28.843 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:29.729 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:55:29.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:29.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:29.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:29.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:55:30.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:30 smithi079 bash[28699]: cluster 2023-12-07T22:55:28.303948+0000 mgr.a (mgr.14403) 13683 : cluster 0 pgmap v10215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:55:30.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:30 smithi079 bash[28699]: audit 2023-12-07T22:55:29.244004+0000 mgr.a (mgr.14403) 13684 : audit 0 from='client.275931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:30.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:30 smithi194 bash[32038]: cluster 2023-12-07T22:55:28.303948+0000 mgr.a (mgr.14403) 13683 : cluster 0 pgmap v10215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:55:30.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:30 smithi194 bash[32038]: audit 2023-12-07T22:55:29.244004+0000 mgr.a (mgr.14403) 13684 : audit 0 from='client.275931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:30.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:30 smithi135 bash[32435]: cluster 2023-12-07T22:55:28.303948+0000 mgr.a (mgr.14403) 13683 : cluster 0 pgmap v10215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T22:55:30.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:30 smithi135 bash[32435]: audit 2023-12-07T22:55:29.244004+0000 mgr.a (mgr.14403) 13684 : audit 0 from='client.275931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:32.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:32 smithi079 bash[28699]: cluster 2023-12-07T22:55:30.305041+0000 mgr.a (mgr.14403) 13685 : cluster 0 pgmap v10216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:32.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:32 smithi194 bash[32038]: cluster 2023-12-07T22:55:30.305041+0000 mgr.a (mgr.14403) 13685 : cluster 0 pgmap v10216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:32.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:32 smithi135 bash[32435]: cluster 2023-12-07T22:55:30.305041+0000 mgr.a (mgr.14403) 13685 : cluster 0 pgmap v10216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:34.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:34 smithi079 bash[28699]: cluster 2023-12-07T22:55:32.305756+0000 mgr.a (mgr.14403) 13686 : cluster 0 pgmap v10217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:34.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:34 smithi194 bash[32038]: cluster 2023-12-07T22:55:32.305756+0000 mgr.a (mgr.14403) 13686 : cluster 0 pgmap v10217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:34.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:34 smithi135 bash[32435]: cluster 2023-12-07T22:55:32.305756+0000 mgr.a (mgr.14403) 13686 : cluster 0 pgmap v10217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:55:34.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:55:34.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:34.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:35.636 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:55:35.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:35.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:35.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:35.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:55:36.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:36 smithi079 bash[28699]: cluster 2023-12-07T22:55:34.306668+0000 mgr.a (mgr.14403) 13687 : cluster 0 pgmap v10218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:36.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:36 smithi079 bash[28699]: audit 2023-12-07T22:55:35.139761+0000 mgr.a (mgr.14403) 13688 : audit 0 from='client.276006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:36.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:36 smithi194 bash[32038]: cluster 2023-12-07T22:55:34.306668+0000 mgr.a (mgr.14403) 13687 : cluster 0 pgmap v10218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:36.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:36 smithi194 bash[32038]: audit 2023-12-07T22:55:35.139761+0000 mgr.a (mgr.14403) 13688 : audit 0 from='client.276006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:36.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:36 smithi135 bash[32435]: cluster 2023-12-07T22:55:34.306668+0000 mgr.a (mgr.14403) 13687 : cluster 0 pgmap v10218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:36.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:36 smithi135 bash[32435]: audit 2023-12-07T22:55:35.139761+0000 mgr.a (mgr.14403) 13688 : audit 0 from='client.276006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:38.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:38 smithi079 bash[28699]: cluster 2023-12-07T22:55:36.307411+0000 mgr.a (mgr.14403) 13689 : cluster 0 pgmap v10219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:55:38.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:38 smithi194 bash[32038]: cluster 2023-12-07T22:55:36.307411+0000 mgr.a (mgr.14403) 13689 : cluster 0 pgmap v10219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:55:38.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:38 smithi135 bash[32435]: cluster 2023-12-07T22:55:36.307411+0000 mgr.a (mgr.14403) 13689 : cluster 0 pgmap v10219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:55:40.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:55:40.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:40 smithi079 bash[28699]: cluster 2023-12-07T22:55:38.307937+0000 mgr.a (mgr.14403) 13690 : cluster 0 pgmap v10220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:55:40.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:40.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:40.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:40 smithi194 bash[32038]: cluster 2023-12-07T22:55:38.307937+0000 mgr.a (mgr.14403) 13690 : cluster 0 pgmap v10220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:55:40.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:40 smithi135 bash[32435]: cluster 2023-12-07T22:55:38.307937+0000 mgr.a (mgr.14403) 13690 : cluster 0 pgmap v10220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T22:55:41.534 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:55:41.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:41.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:41.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:41.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:55:42.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:42 smithi079 bash[28699]: cluster 2023-12-07T22:55:40.308763+0000 mgr.a (mgr.14403) 13691 : cluster 0 pgmap v10221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:55:42.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:42 smithi079 bash[28699]: audit 2023-12-07T22:55:41.036266+0000 mgr.a (mgr.14403) 13692 : audit 0 from='client.276081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:42.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:42 smithi194 bash[32038]: cluster 2023-12-07T22:55:40.308763+0000 mgr.a (mgr.14403) 13691 : cluster 0 pgmap v10221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:55:42.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:42 smithi194 bash[32038]: audit 2023-12-07T22:55:41.036266+0000 mgr.a (mgr.14403) 13692 : audit 0 from='client.276081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:42.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:42 smithi135 bash[32435]: cluster 2023-12-07T22:55:40.308763+0000 mgr.a (mgr.14403) 13691 : cluster 0 pgmap v10221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T22:55:42.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:42 smithi135 bash[32435]: audit 2023-12-07T22:55:41.036266+0000 mgr.a (mgr.14403) 13692 : audit 0 from='client.276081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:44.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:44 smithi079 bash[28699]: cluster 2023-12-07T22:55:42.309449+0000 mgr.a (mgr.14403) 13693 : cluster 0 pgmap v10222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:44.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:44 smithi194 bash[32038]: cluster 2023-12-07T22:55:42.309449+0000 mgr.a (mgr.14403) 13693 : cluster 0 pgmap v10222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:44.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:44 smithi135 bash[32435]: cluster 2023-12-07T22:55:42.309449+0000 mgr.a (mgr.14403) 13693 : cluster 0 pgmap v10222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:46.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:55:46.537 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:46.537 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:46.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:46 smithi079 bash[28699]: cluster 2023-12-07T22:55:44.310242+0000 mgr.a (mgr.14403) 13694 : cluster 0 pgmap v10223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:46.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:46 smithi194 bash[32038]: cluster 2023-12-07T22:55:44.310242+0000 mgr.a (mgr.14403) 13694 : cluster 0 pgmap v10223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:46.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:46 smithi135 bash[32435]: cluster 2023-12-07T22:55:44.310242+0000 mgr.a (mgr.14403) 13694 : cluster 0 pgmap v10223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:47.434 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:55:47.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:47.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:47.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:47.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:55:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:48 smithi079 bash[28699]: cluster 2023-12-07T22:55:46.310781+0000 mgr.a (mgr.14403) 13695 : cluster 0 pgmap v10224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:48 smithi079 bash[28699]: audit 2023-12-07T22:55:46.945889+0000 mgr.a (mgr.14403) 13696 : audit 0 from='client.276159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:48.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:48 smithi194 bash[32038]: cluster 2023-12-07T22:55:46.310781+0000 mgr.a (mgr.14403) 13695 : cluster 0 pgmap v10224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:48.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:48 smithi194 bash[32038]: audit 2023-12-07T22:55:46.945889+0000 mgr.a (mgr.14403) 13696 : audit 0 from='client.276159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:48.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:48 smithi135 bash[32435]: cluster 2023-12-07T22:55:46.310781+0000 mgr.a (mgr.14403) 13695 : cluster 0 pgmap v10224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:48.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:48 smithi135 bash[32435]: audit 2023-12-07T22:55:46.945889+0000 mgr.a (mgr.14403) 13696 : audit 0 from='client.276159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:50.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:50 smithi079 bash[28699]: cluster 2023-12-07T22:55:48.311488+0000 mgr.a (mgr.14403) 13697 : cluster 0 pgmap v10225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:50.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:50 smithi194 bash[32038]: cluster 2023-12-07T22:55:48.311488+0000 mgr.a (mgr.14403) 13697 : cluster 0 pgmap v10225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:50.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:50 smithi135 bash[32435]: cluster 2023-12-07T22:55:48.311488+0000 mgr.a (mgr.14403) 13697 : cluster 0 pgmap v10225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:52.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:55:52.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:52.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:52.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:52 smithi079 bash[28699]: cluster 2023-12-07T22:55:50.312351+0000 mgr.a (mgr.14403) 13698 : cluster 0 pgmap v10226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:52.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:52 smithi194 bash[32038]: cluster 2023-12-07T22:55:50.312351+0000 mgr.a (mgr.14403) 13698 : cluster 0 pgmap v10226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:52.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:52 smithi135 bash[32435]: cluster 2023-12-07T22:55:50.312351+0000 mgr.a (mgr.14403) 13698 : cluster 0 pgmap v10226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:53.337 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:55:53.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:53.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:53.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:53.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:55:54.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:54 smithi079 bash[28699]: cluster 2023-12-07T22:55:52.313034+0000 mgr.a (mgr.14403) 13699 : cluster 0 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-07T22:55:54.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:54 smithi079 bash[28699]: audit 2023-12-07T22:55:52.841943+0000 mgr.a (mgr.14403) 13700 : audit 0 from='client.276237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:54.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:54 smithi194 bash[32038]: cluster 2023-12-07T22:55:52.313034+0000 mgr.a (mgr.14403) 13699 : cluster 0 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-07T22:55:54.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:54 smithi194 bash[32038]: audit 2023-12-07T22:55:52.841943+0000 mgr.a (mgr.14403) 13700 : audit 0 from='client.276237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:54.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:54 smithi135 bash[32435]: cluster 2023-12-07T22:55:52.313034+0000 mgr.a (mgr.14403) 13699 : cluster 0 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-07T22:55:54.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:54 smithi135 bash[32435]: audit 2023-12-07T22:55:52.841943+0000 mgr.a (mgr.14403) 13700 : audit 0 from='client.276237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:55:56.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:56 smithi194 bash[32038]: cluster 2023-12-07T22:55:54.313682+0000 mgr.a (mgr.14403) 13701 : cluster 0 pgmap v10228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:56.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:56 smithi135 bash[32435]: cluster 2023-12-07T22:55:54.313682+0000 mgr.a (mgr.14403) 13701 : cluster 0 pgmap v10228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:56.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:56 smithi079 bash[28699]: cluster 2023-12-07T22:55:54.313682+0000 mgr.a (mgr.14403) 13701 : cluster 0 pgmap v10228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:55:58.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:55:58.341 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:55:58.341 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:55:58.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:55:58 smithi135 bash[32435]: cluster 2023-12-07T22:55:56.314247+0000 mgr.a (mgr.14403) 13702 : cluster 0 pgmap v10229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:55:58 smithi079 bash[28699]: cluster 2023-12-07T22:55:56.314247+0000 mgr.a (mgr.14403) 13702 : cluster 0 pgmap v10229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:58.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:55:58 smithi194 bash[32038]: cluster 2023-12-07T22:55:56.314247+0000 mgr.a (mgr.14403) 13702 : cluster 0 pgmap v10229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:55:59.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:55:59.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:55:59.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:55:59.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:55:59.251 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:56:00.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:00 smithi135 bash[32435]: cluster 2023-12-07T22:55:58.314839+0000 mgr.a (mgr.14403) 13703 : cluster 0 pgmap v10230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:00.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:00 smithi135 bash[32435]: audit 2023-12-07T22:55:58.751885+0000 mgr.a (mgr.14403) 13704 : audit 0 from='client.276315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:00.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:00 smithi079 bash[28699]: cluster 2023-12-07T22:55:58.314839+0000 mgr.a (mgr.14403) 13703 : cluster 0 pgmap v10230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:00.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:00 smithi079 bash[28699]: audit 2023-12-07T22:55:58.751885+0000 mgr.a (mgr.14403) 13704 : audit 0 from='client.276315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:00.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:00 smithi194 bash[32038]: cluster 2023-12-07T22:55:58.314839+0000 mgr.a (mgr.14403) 13703 : cluster 0 pgmap v10230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:00.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:00 smithi194 bash[32038]: audit 2023-12-07T22:55:58.751885+0000 mgr.a (mgr.14403) 13704 : audit 0 from='client.276315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:02.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:02 smithi079 bash[28699]: cluster 2023-12-07T22:56:00.315824+0000 mgr.a (mgr.14403) 13705 : cluster 0 pgmap v10231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:02.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:02 smithi194 bash[32038]: cluster 2023-12-07T22:56:00.315824+0000 mgr.a (mgr.14403) 13705 : cluster 0 pgmap v10231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:02.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:02 smithi135 bash[32435]: cluster 2023-12-07T22:56:00.315824+0000 mgr.a (mgr.14403) 13705 : cluster 0 pgmap v10231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:04.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:56:04.255 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:04.255 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:04.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:04 smithi079 bash[28699]: cluster 2023-12-07T22:56:02.316380+0000 mgr.a (mgr.14403) 13706 : cluster 0 pgmap v10232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:04.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:04 smithi194 bash[32038]: cluster 2023-12-07T22:56:02.316380+0000 mgr.a (mgr.14403) 13706 : cluster 0 pgmap v10232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:04.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:04 smithi135 bash[32435]: cluster 2023-12-07T22:56:02.316380+0000 mgr.a (mgr.14403) 13706 : cluster 0 pgmap v10232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:05.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:05.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:05.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:05.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:56:05.151 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:56:06.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:06 smithi079 bash[28699]: cluster 2023-12-07T22:56:04.317135+0000 mgr.a (mgr.14403) 13707 : cluster 0 pgmap v10233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:06.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:06 smithi079 bash[28699]: audit 2023-12-07T22:56:04.652158+0000 mgr.a (mgr.14403) 13708 : audit 0 from='client.276390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:06.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:06 smithi194 bash[32038]: cluster 2023-12-07T22:56:04.317135+0000 mgr.a (mgr.14403) 13707 : cluster 0 pgmap v10233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:06.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:06 smithi194 bash[32038]: audit 2023-12-07T22:56:04.652158+0000 mgr.a (mgr.14403) 13708 : audit 0 from='client.276390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:06.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:06 smithi135 bash[32435]: cluster 2023-12-07T22:56:04.317135+0000 mgr.a (mgr.14403) 13707 : cluster 0 pgmap v10233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:06.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:06 smithi135 bash[32435]: audit 2023-12-07T22:56:04.652158+0000 mgr.a (mgr.14403) 13708 : audit 0 from='client.276390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:08.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:08 smithi079 bash[28699]: cluster 2023-12-07T22:56:06.317842+0000 mgr.a (mgr.14403) 13709 : cluster 0 pgmap v10234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:08.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:08 smithi079 bash[28699]: audit 2023-12-07T22:56:08.190665+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:56:08.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:08 smithi194 bash[32038]: cluster 2023-12-07T22:56:06.317842+0000 mgr.a (mgr.14403) 13709 : cluster 0 pgmap v10234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:08.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:08 smithi194 bash[32038]: audit 2023-12-07T22:56:08.190665+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:56:08.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:08 smithi135 bash[32435]: cluster 2023-12-07T22:56:06.317842+0000 mgr.a (mgr.14403) 13709 : cluster 0 pgmap v10234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:08.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:08 smithi135 bash[32435]: audit 2023-12-07T22:56:08.190665+0000 mon.a (mon.0) 2344 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:56:09.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:09 smithi079 bash[28699]: audit 2023-12-07T22:56:08.930484+0000 mon.a (mon.0) 2345 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:56:09.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:09 smithi079 bash[28699]: audit 2023-12-07T22:56:08.932228+0000 mon.a (mon.0) 2346 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:56:09.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:09 smithi079 bash[28699]: audit 2023-12-07T22:56:08.941465+0000 mon.a (mon.0) 2347 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:56:09.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:09 smithi194 bash[32038]: audit 2023-12-07T22:56:08.930484+0000 mon.a (mon.0) 2345 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:56:09.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:09 smithi194 bash[32038]: audit 2023-12-07T22:56:08.932228+0000 mon.a (mon.0) 2346 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:56:09.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:09 smithi194 bash[32038]: audit 2023-12-07T22:56:08.941465+0000 mon.a (mon.0) 2347 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:56:09.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:09 smithi135 bash[32435]: audit 2023-12-07T22:56:08.930484+0000 mon.a (mon.0) 2345 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:56:09.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:09 smithi135 bash[32435]: audit 2023-12-07T22:56:08.932228+0000 mon.a (mon.0) 2346 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:56:09.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:09 smithi135 bash[32435]: audit 2023-12-07T22:56:08.941465+0000 mon.a (mon.0) 2347 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:56:10.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:56:10.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:10.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:10.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:10 smithi079 bash[28699]: cluster 2023-12-07T22:56:08.318474+0000 mgr.a (mgr.14403) 13710 : cluster 0 pgmap v10235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:10.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:10 smithi194 bash[32038]: cluster 2023-12-07T22:56:08.318474+0000 mgr.a (mgr.14403) 13710 : cluster 0 pgmap v10235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:10.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:10 smithi135 bash[32435]: cluster 2023-12-07T22:56:08.318474+0000 mgr.a (mgr.14403) 13710 : cluster 0 pgmap v10235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:11.048 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:56:11.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:11.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:11.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:11.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:56:12.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:12 smithi079 bash[28699]: cluster 2023-12-07T22:56:10.319270+0000 mgr.a (mgr.14403) 13711 : cluster 0 pgmap v10236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:12.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:12 smithi079 bash[28699]: audit 2023-12-07T22:56:10.566093+0000 mgr.a (mgr.14403) 13712 : audit 0 from='client.276468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:12.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:12 smithi194 bash[32038]: cluster 2023-12-07T22:56:10.319270+0000 mgr.a (mgr.14403) 13711 : cluster 0 pgmap v10236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:12.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:12 smithi194 bash[32038]: audit 2023-12-07T22:56:10.566093+0000 mgr.a (mgr.14403) 13712 : audit 0 from='client.276468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:12.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:12 smithi135 bash[32435]: cluster 2023-12-07T22:56:10.319270+0000 mgr.a (mgr.14403) 13711 : cluster 0 pgmap v10236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:12.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:12 smithi135 bash[32435]: audit 2023-12-07T22:56:10.566093+0000 mgr.a (mgr.14403) 13712 : audit 0 from='client.276468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:14.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:14 smithi079 bash[28699]: cluster 2023-12-07T22:56:12.319882+0000 mgr.a (mgr.14403) 13713 : cluster 0 pgmap v10237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:14.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:14 smithi194 bash[32038]: cluster 2023-12-07T22:56:12.319882+0000 mgr.a (mgr.14403) 13713 : cluster 0 pgmap v10237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:14.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:14 smithi135 bash[32435]: cluster 2023-12-07T22:56:12.319882+0000 mgr.a (mgr.14403) 13713 : cluster 0 pgmap v10237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:16.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:56:16.052 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:16.052 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:16.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:16 smithi079 bash[28699]: cluster 2023-12-07T22:56:14.320681+0000 mgr.a (mgr.14403) 13714 : cluster 0 pgmap v10238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:16.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:16 smithi194 bash[32038]: cluster 2023-12-07T22:56:14.320681+0000 mgr.a (mgr.14403) 13714 : cluster 0 pgmap v10238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:16.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:16 smithi135 bash[32435]: cluster 2023-12-07T22:56:14.320681+0000 mgr.a (mgr.14403) 13714 : cluster 0 pgmap v10238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:16.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:16.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:16.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:16.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:56:16.981 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:56:18.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:18 smithi079 bash[28699]: cluster 2023-12-07T22:56:16.321230+0000 mgr.a (mgr.14403) 13715 : cluster 0 pgmap v10239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:18.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:18 smithi079 bash[28699]: audit 2023-12-07T22:56:16.465595+0000 mgr.a (mgr.14403) 13716 : audit 0 from='client.276543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:18.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:18 smithi194 bash[32038]: cluster 2023-12-07T22:56:16.321230+0000 mgr.a (mgr.14403) 13715 : cluster 0 pgmap v10239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:18.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:18 smithi194 bash[32038]: audit 2023-12-07T22:56:16.465595+0000 mgr.a (mgr.14403) 13716 : audit 0 from='client.276543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:18.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:18 smithi135 bash[32435]: cluster 2023-12-07T22:56:16.321230+0000 mgr.a (mgr.14403) 13715 : cluster 0 pgmap v10239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:18.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:18 smithi135 bash[32435]: audit 2023-12-07T22:56:16.465595+0000 mgr.a (mgr.14403) 13716 : audit 0 from='client.276543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:20.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:20 smithi079 bash[28699]: cluster 2023-12-07T22:56:18.321900+0000 mgr.a (mgr.14403) 13717 : cluster 0 pgmap v10240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:20.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:20 smithi194 bash[32038]: cluster 2023-12-07T22:56:18.321900+0000 mgr.a (mgr.14403) 13717 : cluster 0 pgmap v10240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:20.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:20 smithi135 bash[32435]: cluster 2023-12-07T22:56:18.321900+0000 mgr.a (mgr.14403) 13717 : cluster 0 pgmap v10240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:21.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:56:21.983 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:21.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:22.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:22 smithi079 bash[28699]: cluster 2023-12-07T22:56:20.322702+0000 mgr.a (mgr.14403) 13718 : cluster 0 pgmap v10241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:22.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:22 smithi194 bash[32038]: cluster 2023-12-07T22:56:20.322702+0000 mgr.a (mgr.14403) 13718 : cluster 0 pgmap v10241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:22.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:22 smithi135 bash[32435]: cluster 2023-12-07T22:56:20.322702+0000 mgr.a (mgr.14403) 13718 : cluster 0 pgmap v10241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:22.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:22.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:22.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:22.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:56:22.886 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:56:24.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:24 smithi079 bash[28699]: cluster 2023-12-07T22:56:22.323258+0000 mgr.a (mgr.14403) 13719 : cluster 0 pgmap v10242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:24.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:24 smithi079 bash[28699]: audit 2023-12-07T22:56:22.391055+0000 mgr.a (mgr.14403) 13720 : audit 0 from='client.276618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:24.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:24 smithi194 bash[32038]: cluster 2023-12-07T22:56:22.323258+0000 mgr.a (mgr.14403) 13719 : cluster 0 pgmap v10242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:24.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:24 smithi194 bash[32038]: audit 2023-12-07T22:56:22.391055+0000 mgr.a (mgr.14403) 13720 : audit 0 from='client.276618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:24.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:24 smithi135 bash[32435]: cluster 2023-12-07T22:56:22.323258+0000 mgr.a (mgr.14403) 13719 : cluster 0 pgmap v10242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:24.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:24 smithi135 bash[32435]: audit 2023-12-07T22:56:22.391055+0000 mgr.a (mgr.14403) 13720 : audit 0 from='client.276618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:26.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:26 smithi079 bash[28699]: cluster 2023-12-07T22:56:24.324060+0000 mgr.a (mgr.14403) 13721 : cluster 0 pgmap v10243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:26.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:26 smithi194 bash[32038]: cluster 2023-12-07T22:56:24.324060+0000 mgr.a (mgr.14403) 13721 : cluster 0 pgmap v10243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:26.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:26 smithi135 bash[32435]: cluster 2023-12-07T22:56:24.324060+0000 mgr.a (mgr.14403) 13721 : cluster 0 pgmap v10243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:27.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:56:27.890 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:27.890 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:28.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:28 smithi079 bash[28699]: cluster 2023-12-07T22:56:26.324635+0000 mgr.a (mgr.14403) 13722 : cluster 0 pgmap v10244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:28.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:28 smithi194 bash[32038]: cluster 2023-12-07T22:56:26.324635+0000 mgr.a (mgr.14403) 13722 : cluster 0 pgmap v10244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:28.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:28 smithi135 bash[32435]: cluster 2023-12-07T22:56:26.324635+0000 mgr.a (mgr.14403) 13722 : cluster 0 pgmap v10244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:28.789 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:56:28.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:28.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:28.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:28.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:56:29.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:29 smithi079 bash[28699]: audit 2023-12-07T22:56:28.300746+0000 mgr.a (mgr.14403) 13723 : audit 0 from='client.276693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:29 smithi194 bash[32038]: audit 2023-12-07T22:56:28.300746+0000 mgr.a (mgr.14403) 13723 : audit 0 from='client.276693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:29.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:29 smithi135 bash[32435]: audit 2023-12-07T22:56:28.300746+0000 mgr.a (mgr.14403) 13723 : audit 0 from='client.276693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:30.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:30 smithi079 bash[28699]: cluster 2023-12-07T22:56:28.325092+0000 mgr.a (mgr.14403) 13724 : cluster 0 pgmap v10245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:30.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:30 smithi194 bash[32038]: cluster 2023-12-07T22:56:28.325092+0000 mgr.a (mgr.14403) 13724 : cluster 0 pgmap v10245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:30.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:30 smithi135 bash[32435]: cluster 2023-12-07T22:56:28.325092+0000 mgr.a (mgr.14403) 13724 : cluster 0 pgmap v10245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:32.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:32 smithi079 bash[28699]: cluster 2023-12-07T22:56:30.326091+0000 mgr.a (mgr.14403) 13725 : cluster 0 pgmap v10246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:56:32.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:32 smithi194 bash[32038]: cluster 2023-12-07T22:56:30.326091+0000 mgr.a (mgr.14403) 13725 : cluster 0 pgmap v10246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:56:32.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:32 smithi135 bash[32435]: cluster 2023-12-07T22:56:30.326091+0000 mgr.a (mgr.14403) 13725 : cluster 0 pgmap v10246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:56:33.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:56:33.792 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:33.793 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:34.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:34 smithi079 bash[28699]: cluster 2023-12-07T22:56:32.326707+0000 mgr.a (mgr.14403) 13726 : cluster 0 pgmap v10247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:56:34.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:34 smithi194 bash[32038]: cluster 2023-12-07T22:56:32.326707+0000 mgr.a (mgr.14403) 13726 : cluster 0 pgmap v10247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:56:34.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:34 smithi135 bash[32435]: cluster 2023-12-07T22:56:32.326707+0000 mgr.a (mgr.14403) 13726 : cluster 0 pgmap v10247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:56:34.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:34.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:34.711 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:56:34.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:34.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:56:35.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:35 smithi079 bash[28699]: audit 2023-12-07T22:56:34.208549+0000 mgr.a (mgr.14403) 13727 : audit 0 from='client.276771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:35.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:35 smithi194 bash[32038]: audit 2023-12-07T22:56:34.208549+0000 mgr.a (mgr.14403) 13727 : audit 0 from='client.276771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:35.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:35 smithi135 bash[32435]: audit 2023-12-07T22:56:34.208549+0000 mgr.a (mgr.14403) 13727 : audit 0 from='client.276771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:36 smithi079 bash[28699]: cluster 2023-12-07T22:56:34.327918+0000 mgr.a (mgr.14403) 13728 : cluster 0 pgmap v10248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:36.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:36 smithi194 bash[32038]: cluster 2023-12-07T22:56:34.327918+0000 mgr.a (mgr.14403) 13728 : cluster 0 pgmap v10248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:36.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:36 smithi135 bash[32435]: cluster 2023-12-07T22:56:34.327918+0000 mgr.a (mgr.14403) 13728 : cluster 0 pgmap v10248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:38.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:38 smithi079 bash[28699]: cluster 2023-12-07T22:56:36.328605+0000 mgr.a (mgr.14403) 13729 : cluster 0 pgmap v10249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:38.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:38 smithi194 bash[32038]: cluster 2023-12-07T22:56:36.328605+0000 mgr.a (mgr.14403) 13729 : cluster 0 pgmap v10249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:38.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:38 smithi135 bash[32435]: cluster 2023-12-07T22:56:36.328605+0000 mgr.a (mgr.14403) 13729 : cluster 0 pgmap v10249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:39.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:56:39.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:39.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:40.619 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:56:40.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:40.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:40.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:40.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:56:40.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:40 smithi079 bash[28699]: cluster 2023-12-07T22:56:38.329212+0000 mgr.a (mgr.14403) 13730 : cluster 0 pgmap v10250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:40.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:40 smithi194 bash[32038]: cluster 2023-12-07T22:56:38.329212+0000 mgr.a (mgr.14403) 13730 : cluster 0 pgmap v10250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:40.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:40 smithi135 bash[32435]: cluster 2023-12-07T22:56:38.329212+0000 mgr.a (mgr.14403) 13730 : cluster 0 pgmap v10250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:56:41.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:41 smithi079 bash[28699]: audit 2023-12-07T22:56:40.124905+0000 mgr.a (mgr.14403) 13731 : audit 0 from='client.276846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:41.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:41 smithi194 bash[32038]: audit 2023-12-07T22:56:40.124905+0000 mgr.a (mgr.14403) 13731 : audit 0 from='client.276846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:41.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:41 smithi135 bash[32435]: audit 2023-12-07T22:56:40.124905+0000 mgr.a (mgr.14403) 13731 : audit 0 from='client.276846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:42.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:42 smithi079 bash[28699]: cluster 2023-12-07T22:56:40.330196+0000 mgr.a (mgr.14403) 13732 : cluster 0 pgmap v10251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:42.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:42 smithi194 bash[32038]: cluster 2023-12-07T22:56:40.330196+0000 mgr.a (mgr.14403) 13732 : cluster 0 pgmap v10251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:42.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:42 smithi135 bash[32435]: cluster 2023-12-07T22:56:40.330196+0000 mgr.a (mgr.14403) 13732 : cluster 0 pgmap v10251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:43.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:43 smithi079 bash[28699]: cluster 2023-12-07T22:56:42.330649+0000 mgr.a (mgr.14403) 13733 : cluster 0 pgmap v10252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:56:43.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:43 smithi194 bash[32038]: cluster 2023-12-07T22:56:42.330649+0000 mgr.a (mgr.14403) 13733 : cluster 0 pgmap v10252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:56:43.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:43 smithi135 bash[32435]: cluster 2023-12-07T22:56:42.330649+0000 mgr.a (mgr.14403) 13733 : cluster 0 pgmap v10252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:56:45.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:56:45.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:45.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:46.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:46.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:46.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:46.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:56:46.522 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:56:46.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:46 smithi079 bash[28699]: cluster 2023-12-07T22:56:44.331432+0000 mgr.a (mgr.14403) 13734 : cluster 0 pgmap v10253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:56:46.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:46 smithi194 bash[32038]: cluster 2023-12-07T22:56:44.331432+0000 mgr.a (mgr.14403) 13734 : cluster 0 pgmap v10253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:56:46.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:46 smithi135 bash[32435]: cluster 2023-12-07T22:56:44.331432+0000 mgr.a (mgr.14403) 13734 : cluster 0 pgmap v10253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:56:47.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:47 smithi079 bash[28699]: audit 2023-12-07T22:56:46.038875+0000 mgr.a (mgr.14403) 13735 : audit 0 from='client.276921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:47.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:47 smithi194 bash[32038]: audit 2023-12-07T22:56:46.038875+0000 mgr.a (mgr.14403) 13735 : audit 0 from='client.276921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:47.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:47 smithi135 bash[32435]: audit 2023-12-07T22:56:46.038875+0000 mgr.a (mgr.14403) 13735 : audit 0 from='client.276921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:48.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:48 smithi079 bash[28699]: cluster 2023-12-07T22:56:46.331849+0000 mgr.a (mgr.14403) 13736 : cluster 0 pgmap v10254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:48.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:48 smithi194 bash[32038]: cluster 2023-12-07T22:56:46.331849+0000 mgr.a (mgr.14403) 13736 : cluster 0 pgmap v10254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:48.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:48 smithi135 bash[32435]: cluster 2023-12-07T22:56:46.331849+0000 mgr.a (mgr.14403) 13736 : cluster 0 pgmap v10254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:50.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:50 smithi079 bash[28699]: cluster 2023-12-07T22:56:48.332470+0000 mgr.a (mgr.14403) 13737 : cluster 0 pgmap v10255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:50.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:50 smithi194 bash[32038]: cluster 2023-12-07T22:56:48.332470+0000 mgr.a (mgr.14403) 13737 : cluster 0 pgmap v10255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:50.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:50 smithi135 bash[32435]: cluster 2023-12-07T22:56:48.332470+0000 mgr.a (mgr.14403) 13737 : cluster 0 pgmap v10255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:51.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:56:51.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:51.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:52.441 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:56:52.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:52.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:52.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:52.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:56:52.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:52 smithi079 bash[28699]: cluster 2023-12-07T22:56:50.333323+0000 mgr.a (mgr.14403) 13738 : cluster 0 pgmap v10256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:52.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:52 smithi194 bash[32038]: cluster 2023-12-07T22:56:50.333323+0000 mgr.a (mgr.14403) 13738 : cluster 0 pgmap v10256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:52.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:52 smithi135 bash[32435]: cluster 2023-12-07T22:56:50.333323+0000 mgr.a (mgr.14403) 13738 : cluster 0 pgmap v10256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:53.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:53 smithi079 bash[28699]: audit 2023-12-07T22:56:51.937576+0000 mgr.a (mgr.14403) 13739 : audit 0 from='client.276990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:53.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:53 smithi194 bash[32038]: audit 2023-12-07T22:56:51.937576+0000 mgr.a (mgr.14403) 13739 : audit 0 from='client.276990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:53.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:53 smithi135 bash[32435]: audit 2023-12-07T22:56:51.937576+0000 mgr.a (mgr.14403) 13739 : audit 0 from='client.276990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:54.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:54 smithi079 bash[28699]: cluster 2023-12-07T22:56:52.334140+0000 mgr.a (mgr.14403) 13740 : cluster 0 pgmap v10257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:54.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:54 smithi194 bash[32038]: cluster 2023-12-07T22:56:52.334140+0000 mgr.a (mgr.14403) 13740 : cluster 0 pgmap v10257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:54.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:54 smithi135 bash[32435]: cluster 2023-12-07T22:56:52.334140+0000 mgr.a (mgr.14403) 13740 : cluster 0 pgmap v10257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:56:56.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:56 smithi079 bash[28699]: cluster 2023-12-07T22:56:54.335052+0000 mgr.a (mgr.14403) 13741 : cluster 0 pgmap v10258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:56.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:56 smithi194 bash[32038]: cluster 2023-12-07T22:56:54.335052+0000 mgr.a (mgr.14403) 13741 : cluster 0 pgmap v10258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:56.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:56 smithi135 bash[32435]: cluster 2023-12-07T22:56:54.335052+0000 mgr.a (mgr.14403) 13741 : cluster 0 pgmap v10258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:56:57.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:56:57.445 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:56:57.445 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:56:58.345 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:56:58.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:56:58.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:56:58.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:56:58.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:56:58.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:58 smithi079 bash[28699]: cluster 2023-12-07T22:56:56.335694+0000 mgr.a (mgr.14403) 13742 : cluster 0 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-07T22:56:58.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:58 smithi194 bash[32038]: cluster 2023-12-07T22:56:56.335694+0000 mgr.a (mgr.14403) 13742 : cluster 0 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-07T22:56:58.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:58 smithi135 bash[32435]: cluster 2023-12-07T22:56:56.335694+0000 mgr.a (mgr.14403) 13742 : cluster 0 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-07T22:56:59.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:56:59 smithi079 bash[28699]: audit 2023-12-07T22:56:57.849717+0000 mgr.a (mgr.14403) 13743 : audit 0 from='client.277062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:59.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:56:59 smithi194 bash[32038]: audit 2023-12-07T22:56:57.849717+0000 mgr.a (mgr.14403) 13743 : audit 0 from='client.277062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:56:59.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:56:59 smithi135 bash[32435]: audit 2023-12-07T22:56:57.849717+0000 mgr.a (mgr.14403) 13743 : audit 0 from='client.277062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:00.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:00 smithi079 bash[28699]: cluster 2023-12-07T22:56:58.336184+0000 mgr.a (mgr.14403) 13744 : cluster 0 pgmap v10260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:00.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:00 smithi194 bash[32038]: cluster 2023-12-07T22:56:58.336184+0000 mgr.a (mgr.14403) 13744 : cluster 0 pgmap v10260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:00.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:00 smithi135 bash[32435]: cluster 2023-12-07T22:56:58.336184+0000 mgr.a (mgr.14403) 13744 : cluster 0 pgmap v10260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:02.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:02 smithi079 bash[28699]: cluster 2023-12-07T22:57:00.336962+0000 mgr.a (mgr.14403) 13745 : cluster 0 pgmap v10261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:02.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:02 smithi194 bash[32038]: cluster 2023-12-07T22:57:00.336962+0000 mgr.a (mgr.14403) 13745 : cluster 0 pgmap v10261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:02.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:02 smithi135 bash[32435]: cluster 2023-12-07T22:57:00.336962+0000 mgr.a (mgr.14403) 13745 : cluster 0 pgmap v10261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:03.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:57:03.349 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:03.349 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:04.241 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:57:04.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:04.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:04.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:04.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:57:04.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:04 smithi079 bash[28699]: cluster 2023-12-07T22:57:02.337581+0000 mgr.a (mgr.14403) 13746 : cluster 0 pgmap v10262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:04.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:04 smithi194 bash[32038]: cluster 2023-12-07T22:57:02.337581+0000 mgr.a (mgr.14403) 13746 : cluster 0 pgmap v10262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:04.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:04 smithi135 bash[32435]: cluster 2023-12-07T22:57:02.337581+0000 mgr.a (mgr.14403) 13746 : cluster 0 pgmap v10262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:05.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:05 smithi079 bash[28699]: audit 2023-12-07T22:57:03.756315+0000 mgr.a (mgr.14403) 13747 : audit 0 from='client.277137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:05.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:05 smithi194 bash[32038]: audit 2023-12-07T22:57:03.756315+0000 mgr.a (mgr.14403) 13747 : audit 0 from='client.277137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:05.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:05 smithi135 bash[32435]: audit 2023-12-07T22:57:03.756315+0000 mgr.a (mgr.14403) 13747 : audit 0 from='client.277137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:06.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:06 smithi079 bash[28699]: cluster 2023-12-07T22:57:04.338763+0000 mgr.a (mgr.14403) 13748 : cluster 0 pgmap v10263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:06.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:06 smithi194 bash[32038]: cluster 2023-12-07T22:57:04.338763+0000 mgr.a (mgr.14403) 13748 : cluster 0 pgmap v10263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:06.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:06 smithi135 bash[32435]: cluster 2023-12-07T22:57:04.338763+0000 mgr.a (mgr.14403) 13748 : cluster 0 pgmap v10263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:08.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:08 smithi079 bash[28699]: cluster 2023-12-07T22:57:06.339513+0000 mgr.a (mgr.14403) 13749 : cluster 0 pgmap v10264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:08.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:08 smithi194 bash[32038]: cluster 2023-12-07T22:57:06.339513+0000 mgr.a (mgr.14403) 13749 : cluster 0 pgmap v10264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:08.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:08 smithi135 bash[32435]: cluster 2023-12-07T22:57:06.339513+0000 mgr.a (mgr.14403) 13749 : cluster 0 pgmap v10264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:09.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:57:09.243 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:09.243 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:09.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:09 smithi079 bash[28699]: audit 2023-12-07T22:57:09.043947+0000 mon.a (mon.0) 2348 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:57:09.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:09 smithi194 bash[32038]: audit 2023-12-07T22:57:09.043947+0000 mon.a (mon.0) 2348 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:57:09.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:09 smithi135 bash[32435]: audit 2023-12-07T22:57:09.043947+0000 mon.a (mon.0) 2348 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:57:10.144 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:57:10.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:10.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:10.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:10.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:57:10.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:10 smithi079 bash[28699]: cluster 2023-12-07T22:57:08.340055+0000 mgr.a (mgr.14403) 13750 : cluster 0 pgmap v10265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:10.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:10 smithi079 bash[28699]: audit 2023-12-07T22:57:09.788973+0000 mon.a (mon.0) 2349 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:57:10.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:10 smithi079 bash[28699]: audit 2023-12-07T22:57:09.790198+0000 mon.a (mon.0) 2350 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:57:10.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:10 smithi079 bash[28699]: audit 2023-12-07T22:57:09.797227+0000 mon.a (mon.0) 2351 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:57:10.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:10 smithi194 bash[32038]: cluster 2023-12-07T22:57:08.340055+0000 mgr.a (mgr.14403) 13750 : cluster 0 pgmap v10265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:10.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:10 smithi194 bash[32038]: audit 2023-12-07T22:57:09.788973+0000 mon.a (mon.0) 2349 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:57:10.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:10 smithi194 bash[32038]: audit 2023-12-07T22:57:09.790198+0000 mon.a (mon.0) 2350 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:57:10.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:10 smithi194 bash[32038]: audit 2023-12-07T22:57:09.797227+0000 mon.a (mon.0) 2351 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:57:10.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:10 smithi135 bash[32435]: cluster 2023-12-07T22:57:08.340055+0000 mgr.a (mgr.14403) 13750 : cluster 0 pgmap v10265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:10.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:10 smithi135 bash[32435]: audit 2023-12-07T22:57:09.788973+0000 mon.a (mon.0) 2349 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:57:10.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:10 smithi135 bash[32435]: audit 2023-12-07T22:57:09.790198+0000 mon.a (mon.0) 2350 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:57:10.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:10 smithi135 bash[32435]: audit 2023-12-07T22:57:09.797227+0000 mon.a (mon.0) 2351 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:57:11.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:11 smithi079 bash[28699]: audit 2023-12-07T22:57:09.646925+0000 mgr.a (mgr.14403) 13751 : audit 0 from='client.277215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:11.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:11 smithi194 bash[32038]: audit 2023-12-07T22:57:09.646925+0000 mgr.a (mgr.14403) 13751 : audit 0 from='client.277215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:11.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:11 smithi135 bash[32435]: audit 2023-12-07T22:57:09.646925+0000 mgr.a (mgr.14403) 13751 : audit 0 from='client.277215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:12.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:12 smithi079 bash[28699]: cluster 2023-12-07T22:57:10.341046+0000 mgr.a (mgr.14403) 13752 : cluster 0 pgmap v10266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:12.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:12 smithi194 bash[32038]: cluster 2023-12-07T22:57:10.341046+0000 mgr.a (mgr.14403) 13752 : cluster 0 pgmap v10266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:12.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:12 smithi135 bash[32435]: cluster 2023-12-07T22:57:10.341046+0000 mgr.a (mgr.14403) 13752 : cluster 0 pgmap v10266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:14 smithi079 bash[28699]: cluster 2023-12-07T22:57:12.341607+0000 mgr.a (mgr.14403) 13753 : cluster 0 pgmap v10267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:14.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:14 smithi194 bash[32038]: cluster 2023-12-07T22:57:12.341607+0000 mgr.a (mgr.14403) 13753 : cluster 0 pgmap v10267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:14.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:14 smithi135 bash[32435]: cluster 2023-12-07T22:57:12.341607+0000 mgr.a (mgr.14403) 13753 : cluster 0 pgmap v10267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:15.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:57:15.148 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:15.148 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:16.030 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:57:16.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:16.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:16.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:16.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:57:16.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:16 smithi079 bash[28699]: cluster 2023-12-07T22:57:14.342394+0000 mgr.a (mgr.14403) 13754 : cluster 0 pgmap v10268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:16.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:16 smithi194 bash[32038]: cluster 2023-12-07T22:57:14.342394+0000 mgr.a (mgr.14403) 13754 : cluster 0 pgmap v10268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:16.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:16 smithi135 bash[32435]: cluster 2023-12-07T22:57:14.342394+0000 mgr.a (mgr.14403) 13754 : cluster 0 pgmap v10268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:17.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:17 smithi079 bash[28699]: audit 2023-12-07T22:57:15.561157+0000 mgr.a (mgr.14403) 13755 : audit 0 from='client.215590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:17.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:17 smithi194 bash[32038]: audit 2023-12-07T22:57:15.561157+0000 mgr.a (mgr.14403) 13755 : audit 0 from='client.215590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:17.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:17 smithi135 bash[32435]: audit 2023-12-07T22:57:15.561157+0000 mgr.a (mgr.14403) 13755 : audit 0 from='client.215590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:18.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:18 smithi079 bash[28699]: cluster 2023-12-07T22:57:16.343166+0000 mgr.a (mgr.14403) 13756 : cluster 0 pgmap v10269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:18.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:18 smithi194 bash[32038]: cluster 2023-12-07T22:57:16.343166+0000 mgr.a (mgr.14403) 13756 : cluster 0 pgmap v10269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:18.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:18 smithi135 bash[32435]: cluster 2023-12-07T22:57:16.343166+0000 mgr.a (mgr.14403) 13756 : cluster 0 pgmap v10269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:20.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:20 smithi079 bash[28699]: cluster 2023-12-07T22:57:18.343682+0000 mgr.a (mgr.14403) 13757 : cluster 0 pgmap v10270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:20.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:20 smithi194 bash[32038]: cluster 2023-12-07T22:57:18.343682+0000 mgr.a (mgr.14403) 13757 : cluster 0 pgmap v10270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:20.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:20 smithi135 bash[32435]: cluster 2023-12-07T22:57:18.343682+0000 mgr.a (mgr.14403) 13757 : cluster 0 pgmap v10270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:21.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:57:21.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:21.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:21.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:21 smithi079 bash[28699]: cluster 2023-12-07T22:57:20.344620+0000 mgr.a (mgr.14403) 13758 : cluster 0 pgmap v10271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:21.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:21 smithi194 bash[32038]: cluster 2023-12-07T22:57:20.344620+0000 mgr.a (mgr.14403) 13758 : cluster 0 pgmap v10271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:21.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:21 smithi135 bash[32435]: cluster 2023-12-07T22:57:20.344620+0000 mgr.a (mgr.14403) 13758 : cluster 0 pgmap v10271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:21.950 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:57:21.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:21.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:21.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:21.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:57:22.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:22 smithi079 bash[28699]: audit 2023-12-07T22:57:21.443559+0000 mgr.a (mgr.14403) 13759 : audit 0 from='client.277365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:22.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:22 smithi194 bash[32038]: audit 2023-12-07T22:57:21.443559+0000 mgr.a (mgr.14403) 13759 : audit 0 from='client.277365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:22.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:22 smithi135 bash[32435]: audit 2023-12-07T22:57:21.443559+0000 mgr.a (mgr.14403) 13759 : audit 0 from='client.277365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:23.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:23 smithi079 bash[28699]: cluster 2023-12-07T22:57:22.345278+0000 mgr.a (mgr.14403) 13760 : cluster 0 pgmap v10272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:23.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:23 smithi194 bash[32038]: cluster 2023-12-07T22:57:22.345278+0000 mgr.a (mgr.14403) 13760 : cluster 0 pgmap v10272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:23.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:23 smithi135 bash[32435]: cluster 2023-12-07T22:57:22.345278+0000 mgr.a (mgr.14403) 13760 : cluster 0 pgmap v10272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:26.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:26 smithi079 bash[28699]: cluster 2023-12-07T22:57:24.346073+0000 mgr.a (mgr.14403) 13761 : cluster 0 pgmap v10273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:26.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:26 smithi194 bash[32038]: cluster 2023-12-07T22:57:24.346073+0000 mgr.a (mgr.14403) 13761 : cluster 0 pgmap v10273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:26.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:26 smithi135 bash[32435]: cluster 2023-12-07T22:57:24.346073+0000 mgr.a (mgr.14403) 13761 : cluster 0 pgmap v10273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:26.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:57:26.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:26.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:27.822 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:57:27.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:27.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:27.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:27.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:57:28.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:28 smithi079 bash[28699]: cluster 2023-12-07T22:57:26.346608+0000 mgr.a (mgr.14403) 13762 : cluster 0 pgmap v10274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:28.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:28 smithi194 bash[32038]: cluster 2023-12-07T22:57:26.346608+0000 mgr.a (mgr.14403) 13762 : cluster 0 pgmap v10274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:28.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:28 smithi135 bash[32435]: cluster 2023-12-07T22:57:26.346608+0000 mgr.a (mgr.14403) 13762 : cluster 0 pgmap v10274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:29.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:29 smithi079 bash[28699]: audit 2023-12-07T22:57:27.356191+0000 mgr.a (mgr.14403) 13763 : audit 0 from='client.277437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:29.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:29 smithi194 bash[32038]: audit 2023-12-07T22:57:27.356191+0000 mgr.a (mgr.14403) 13763 : audit 0 from='client.277437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:29.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:29 smithi135 bash[32435]: audit 2023-12-07T22:57:27.356191+0000 mgr.a (mgr.14403) 13763 : audit 0 from='client.277437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:30.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:30 smithi079 bash[28699]: cluster 2023-12-07T22:57:28.347280+0000 mgr.a (mgr.14403) 13764 : cluster 0 pgmap v10275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:30.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:30 smithi194 bash[32038]: cluster 2023-12-07T22:57:28.347280+0000 mgr.a (mgr.14403) 13764 : cluster 0 pgmap v10275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:30.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:30 smithi135 bash[32435]: cluster 2023-12-07T22:57:28.347280+0000 mgr.a (mgr.14403) 13764 : cluster 0 pgmap v10275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:32.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:32 smithi079 bash[28699]: cluster 2023-12-07T22:57:30.348121+0000 mgr.a (mgr.14403) 13765 : cluster 0 pgmap v10276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:32.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:32 smithi194 bash[32038]: cluster 2023-12-07T22:57:30.348121+0000 mgr.a (mgr.14403) 13765 : cluster 0 pgmap v10276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:32.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:32 smithi135 bash[32435]: cluster 2023-12-07T22:57:30.348121+0000 mgr.a (mgr.14403) 13765 : cluster 0 pgmap v10276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:32.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:57:32.825 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:32.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:33.744 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:57:33.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:33.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:33.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:33.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:57:34.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:34 smithi079 bash[28699]: cluster 2023-12-07T22:57:32.348697+0000 mgr.a (mgr.14403) 13766 : cluster 0 pgmap v10277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:34.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:34 smithi079 bash[28699]: audit 2023-12-07T22:57:33.235432+0000 mgr.a (mgr.14403) 13767 : audit 0 from='client.277509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:34.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:34 smithi194 bash[32038]: cluster 2023-12-07T22:57:32.348697+0000 mgr.a (mgr.14403) 13766 : cluster 0 pgmap v10277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:34.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:34 smithi194 bash[32038]: audit 2023-12-07T22:57:33.235432+0000 mgr.a (mgr.14403) 13767 : audit 0 from='client.277509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:34.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:34 smithi135 bash[32435]: cluster 2023-12-07T22:57:32.348697+0000 mgr.a (mgr.14403) 13766 : cluster 0 pgmap v10277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:34.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:34 smithi135 bash[32435]: audit 2023-12-07T22:57:33.235432+0000 mgr.a (mgr.14403) 13767 : audit 0 from='client.277509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:36.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:36 smithi079 bash[28699]: cluster 2023-12-07T22:57:34.349819+0000 mgr.a (mgr.14403) 13768 : cluster 0 pgmap v10278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:57:36.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:36 smithi194 bash[32038]: cluster 2023-12-07T22:57:34.349819+0000 mgr.a (mgr.14403) 13768 : cluster 0 pgmap v10278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:57:36.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:36 smithi135 bash[32435]: cluster 2023-12-07T22:57:34.349819+0000 mgr.a (mgr.14403) 13768 : cluster 0 pgmap v10278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:57:38.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:38 smithi079 bash[28699]: cluster 2023-12-07T22:57:36.350572+0000 mgr.a (mgr.14403) 13769 : cluster 0 pgmap v10279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:57:38.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:38 smithi194 bash[32038]: cluster 2023-12-07T22:57:36.350572+0000 mgr.a (mgr.14403) 13769 : cluster 0 pgmap v10279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:57:38.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:38 smithi135 bash[32435]: cluster 2023-12-07T22:57:36.350572+0000 mgr.a (mgr.14403) 13769 : cluster 0 pgmap v10279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:57:38.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:57:38.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:38.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:39.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:39.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:39.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:39.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:57:39.652 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:57:40.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:40 smithi079 bash[28699]: cluster 2023-12-07T22:57:38.351307+0000 mgr.a (mgr.14403) 13770 : cluster 0 pgmap v10280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:57:40.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:40 smithi079 bash[28699]: audit 2023-12-07T22:57:39.155798+0000 mgr.a (mgr.14403) 13771 : audit 0 from='client.277584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:40.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:40 smithi194 bash[32038]: cluster 2023-12-07T22:57:38.351307+0000 mgr.a (mgr.14403) 13770 : cluster 0 pgmap v10280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:57:40.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:40 smithi194 bash[32038]: audit 2023-12-07T22:57:39.155798+0000 mgr.a (mgr.14403) 13771 : audit 0 from='client.277584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:40.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:40 smithi135 bash[32435]: cluster 2023-12-07T22:57:38.351307+0000 mgr.a (mgr.14403) 13770 : cluster 0 pgmap v10280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:57:40.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:40 smithi135 bash[32435]: audit 2023-12-07T22:57:39.155798+0000 mgr.a (mgr.14403) 13771 : audit 0 from='client.277584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:42.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:42 smithi079 bash[28699]: cluster 2023-12-07T22:57:40.352340+0000 mgr.a (mgr.14403) 13772 : cluster 0 pgmap v10281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:42.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:42 smithi194 bash[32038]: cluster 2023-12-07T22:57:40.352340+0000 mgr.a (mgr.14403) 13772 : cluster 0 pgmap v10281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:42.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:42 smithi135 bash[32435]: cluster 2023-12-07T22:57:40.352340+0000 mgr.a (mgr.14403) 13772 : cluster 0 pgmap v10281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:44.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:44 smithi079 bash[28699]: cluster 2023-12-07T22:57:42.352891+0000 mgr.a (mgr.14403) 13773 : cluster 0 pgmap v10282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:44.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:57:44.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:44.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:44.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:44 smithi194 bash[32038]: cluster 2023-12-07T22:57:42.352891+0000 mgr.a (mgr.14403) 13773 : cluster 0 pgmap v10282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:44.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:44 smithi135 bash[32435]: cluster 2023-12-07T22:57:42.352891+0000 mgr.a (mgr.14403) 13773 : cluster 0 pgmap v10282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:57:45.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:45.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:45.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:45.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:57:45.554 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:57:46.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:46 smithi079 bash[28699]: cluster 2023-12-07T22:57:44.353671+0000 mgr.a (mgr.14403) 13774 : cluster 0 pgmap v10283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:46.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:46 smithi079 bash[28699]: audit 2023-12-07T22:57:45.070461+0000 mgr.a (mgr.14403) 13775 : audit 0 from='client.277659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:46.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:46 smithi194 bash[32038]: cluster 2023-12-07T22:57:44.353671+0000 mgr.a (mgr.14403) 13774 : cluster 0 pgmap v10283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:46.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:46 smithi194 bash[32038]: audit 2023-12-07T22:57:45.070461+0000 mgr.a (mgr.14403) 13775 : audit 0 from='client.277659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:46.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:46 smithi135 bash[32435]: cluster 2023-12-07T22:57:44.353671+0000 mgr.a (mgr.14403) 13774 : cluster 0 pgmap v10283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:46.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:46 smithi135 bash[32435]: audit 2023-12-07T22:57:45.070461+0000 mgr.a (mgr.14403) 13775 : audit 0 from='client.277659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:48.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:48 smithi079 bash[28699]: cluster 2023-12-07T22:57:46.354307+0000 mgr.a (mgr.14403) 13776 : cluster 0 pgmap v10284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:57:48.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:48 smithi194 bash[32038]: cluster 2023-12-07T22:57:46.354307+0000 mgr.a (mgr.14403) 13776 : cluster 0 pgmap v10284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:57:48.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:48 smithi135 bash[32435]: cluster 2023-12-07T22:57:46.354307+0000 mgr.a (mgr.14403) 13776 : cluster 0 pgmap v10284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:57:50.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:57:50.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:50.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:50.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:50 smithi079 bash[28699]: cluster 2023-12-07T22:57:48.354874+0000 mgr.a (mgr.14403) 13777 : cluster 0 pgmap v10285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:57:50.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:50 smithi194 bash[32038]: cluster 2023-12-07T22:57:48.354874+0000 mgr.a (mgr.14403) 13777 : cluster 0 pgmap v10285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:57:50.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:50 smithi135 bash[32435]: cluster 2023-12-07T22:57:48.354874+0000 mgr.a (mgr.14403) 13777 : cluster 0 pgmap v10285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:57:51.432 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:57:51.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:51.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:51.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:51.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:57:52.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:52 smithi079 bash[28699]: cluster 2023-12-07T22:57:50.355653+0000 mgr.a (mgr.14403) 13778 : cluster 0 pgmap v10286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:57:52.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:52 smithi079 bash[28699]: audit 2023-12-07T22:57:50.966100+0000 mgr.a (mgr.14403) 13779 : audit 0 from='client.277737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:52.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:52 smithi194 bash[32038]: cluster 2023-12-07T22:57:50.355653+0000 mgr.a (mgr.14403) 13778 : cluster 0 pgmap v10286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:57:52.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:52 smithi194 bash[32038]: audit 2023-12-07T22:57:50.966100+0000 mgr.a (mgr.14403) 13779 : audit 0 from='client.277737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:52.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:52 smithi135 bash[32435]: cluster 2023-12-07T22:57:50.355653+0000 mgr.a (mgr.14403) 13778 : cluster 0 pgmap v10286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:57:52.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:52 smithi135 bash[32435]: audit 2023-12-07T22:57:50.966100+0000 mgr.a (mgr.14403) 13779 : audit 0 from='client.277737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:54.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:54 smithi079 bash[28699]: cluster 2023-12-07T22:57:52.356462+0000 mgr.a (mgr.14403) 13780 : cluster 0 pgmap v10287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:54.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:54 smithi194 bash[32038]: cluster 2023-12-07T22:57:52.356462+0000 mgr.a (mgr.14403) 13780 : cluster 0 pgmap v10287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:54.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:54 smithi135 bash[32435]: cluster 2023-12-07T22:57:52.356462+0000 mgr.a (mgr.14403) 13780 : cluster 0 pgmap v10287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:56.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:57:56.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:57:56.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:57:56.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:56 smithi079 bash[28699]: cluster 2023-12-07T22:57:54.357332+0000 mgr.a (mgr.14403) 13781 : cluster 0 pgmap v10288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:56.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:56 smithi194 bash[32038]: cluster 2023-12-07T22:57:54.357332+0000 mgr.a (mgr.14403) 13781 : cluster 0 pgmap v10288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:56.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:56 smithi135 bash[32435]: cluster 2023-12-07T22:57:54.357332+0000 mgr.a (mgr.14403) 13781 : cluster 0 pgmap v10288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:57:57.316 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:57:57.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:57:57.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:57:57.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:57:57.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:57:58.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:58 smithi079 bash[28699]: cluster 2023-12-07T22:57:56.357874+0000 mgr.a (mgr.14403) 13782 : cluster 0 pgmap v10289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:58.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:57:58 smithi079 bash[28699]: audit 2023-12-07T22:57:56.844468+0000 mgr.a (mgr.14403) 13783 : audit 0 from='client.277812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:58.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:58 smithi194 bash[32038]: cluster 2023-12-07T22:57:56.357874+0000 mgr.a (mgr.14403) 13782 : cluster 0 pgmap v10289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:58.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:57:58 smithi194 bash[32038]: audit 2023-12-07T22:57:56.844468+0000 mgr.a (mgr.14403) 13783 : audit 0 from='client.277812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:57:58.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:58 smithi135 bash[32435]: cluster 2023-12-07T22:57:56.357874+0000 mgr.a (mgr.14403) 13782 : cluster 0 pgmap v10289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:57:58.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:57:58 smithi135 bash[32435]: audit 2023-12-07T22:57:56.844468+0000 mgr.a (mgr.14403) 13783 : audit 0 from='client.277812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:00.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:00 smithi079 bash[28699]: cluster 2023-12-07T22:57:58.358660+0000 mgr.a (mgr.14403) 13784 : cluster 0 pgmap v10290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:00.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:00 smithi194 bash[32038]: cluster 2023-12-07T22:57:58.358660+0000 mgr.a (mgr.14403) 13784 : cluster 0 pgmap v10290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:00.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:00 smithi135 bash[32435]: cluster 2023-12-07T22:57:58.358660+0000 mgr.a (mgr.14403) 13784 : cluster 0 pgmap v10290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:02.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:58:02.319 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:02.319 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:02.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:02 smithi079 bash[28699]: cluster 2023-12-07T22:58:00.359458+0000 mgr.a (mgr.14403) 13785 : cluster 0 pgmap v10291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:02.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:02 smithi194 bash[32038]: cluster 2023-12-07T22:58:00.359458+0000 mgr.a (mgr.14403) 13785 : cluster 0 pgmap v10291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:02.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:02 smithi135 bash[32435]: cluster 2023-12-07T22:58:00.359458+0000 mgr.a (mgr.14403) 13785 : cluster 0 pgmap v10291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:03.250 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:58:03.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:03.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:03.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:03.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:58:04.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:04 smithi079 bash[28699]: cluster 2023-12-07T22:58:02.360086+0000 mgr.a (mgr.14403) 13786 : cluster 0 pgmap v10292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:04.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:04 smithi079 bash[28699]: audit 2023-12-07T22:58:02.729884+0000 mgr.a (mgr.14403) 13787 : audit 0 from='client.277890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:04.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:04 smithi194 bash[32038]: cluster 2023-12-07T22:58:02.360086+0000 mgr.a (mgr.14403) 13786 : cluster 0 pgmap v10292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:04.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:04 smithi194 bash[32038]: audit 2023-12-07T22:58:02.729884+0000 mgr.a (mgr.14403) 13787 : audit 0 from='client.277890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:04.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:04 smithi135 bash[32435]: cluster 2023-12-07T22:58:02.360086+0000 mgr.a (mgr.14403) 13786 : cluster 0 pgmap v10292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:04.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:04 smithi135 bash[32435]: audit 2023-12-07T22:58:02.729884+0000 mgr.a (mgr.14403) 13787 : audit 0 from='client.277890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:06.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:06 smithi079 bash[28699]: cluster 2023-12-07T22:58:04.360946+0000 mgr.a (mgr.14403) 13788 : cluster 0 pgmap v10293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:06.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:06 smithi194 bash[32038]: cluster 2023-12-07T22:58:04.360946+0000 mgr.a (mgr.14403) 13788 : cluster 0 pgmap v10293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:06.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:06 smithi135 bash[32435]: cluster 2023-12-07T22:58:04.360946+0000 mgr.a (mgr.14403) 13788 : cluster 0 pgmap v10293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:08.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:58:08.253 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:08.253 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:08.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:08 smithi079 bash[28699]: cluster 2023-12-07T22:58:06.361510+0000 mgr.a (mgr.14403) 13789 : cluster 0 pgmap v10294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:08.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:08 smithi194 bash[32038]: cluster 2023-12-07T22:58:06.361510+0000 mgr.a (mgr.14403) 13789 : cluster 0 pgmap v10294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:08.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:08 smithi135 bash[32435]: cluster 2023-12-07T22:58:06.361510+0000 mgr.a (mgr.14403) 13789 : cluster 0 pgmap v10294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:09.159 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:58:09.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:09.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:09.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:09.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:58:10.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:10 smithi079 bash[28699]: cluster 2023-12-07T22:58:08.362085+0000 mgr.a (mgr.14403) 13790 : cluster 0 pgmap v10295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:10.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:10 smithi079 bash[28699]: audit 2023-12-07T22:58:08.671502+0000 mgr.a (mgr.14403) 13791 : audit 0 from='client.277968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:10.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:10 smithi079 bash[28699]: audit 2023-12-07T22:58:09.925780+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:58:10.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:10 smithi194 bash[32038]: cluster 2023-12-07T22:58:08.362085+0000 mgr.a (mgr.14403) 13790 : cluster 0 pgmap v10295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:10.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:10 smithi194 bash[32038]: audit 2023-12-07T22:58:08.671502+0000 mgr.a (mgr.14403) 13791 : audit 0 from='client.277968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:10.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:10 smithi194 bash[32038]: audit 2023-12-07T22:58:09.925780+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:58:10.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:10 smithi135 bash[32435]: cluster 2023-12-07T22:58:08.362085+0000 mgr.a (mgr.14403) 13790 : cluster 0 pgmap v10295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:10.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:10 smithi135 bash[32435]: audit 2023-12-07T22:58:08.671502+0000 mgr.a (mgr.14403) 13791 : audit 0 from='client.277968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:10.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:10 smithi135 bash[32435]: audit 2023-12-07T22:58:09.925780+0000 mon.a (mon.0) 2352 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:58:11.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:11 smithi079 bash[28699]: audit 2023-12-07T22:58:10.662040+0000 mon.a (mon.0) 2353 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:58:11.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:11 smithi079 bash[28699]: audit 2023-12-07T22:58:10.663799+0000 mon.a (mon.0) 2354 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:58:11.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:11 smithi079 bash[28699]: audit 2023-12-07T22:58:10.674405+0000 mon.a (mon.0) 2355 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:58:11.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:11 smithi194 bash[32038]: audit 2023-12-07T22:58:10.662040+0000 mon.a (mon.0) 2353 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:58:11.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:11 smithi194 bash[32038]: audit 2023-12-07T22:58:10.663799+0000 mon.a (mon.0) 2354 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:58:11.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:11 smithi194 bash[32038]: audit 2023-12-07T22:58:10.674405+0000 mon.a (mon.0) 2355 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:58:11.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:11 smithi135 bash[32435]: audit 2023-12-07T22:58:10.662040+0000 mon.a (mon.0) 2353 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:58:11.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:11 smithi135 bash[32435]: audit 2023-12-07T22:58:10.663799+0000 mon.a (mon.0) 2354 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:58:11.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:11 smithi135 bash[32435]: audit 2023-12-07T22:58:10.674405+0000 mon.a (mon.0) 2355 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:58:12.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:12 smithi079 bash[28699]: cluster 2023-12-07T22:58:10.362957+0000 mgr.a (mgr.14403) 13792 : cluster 0 pgmap v10296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:12.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:12 smithi194 bash[32038]: cluster 2023-12-07T22:58:10.362957+0000 mgr.a (mgr.14403) 13792 : cluster 0 pgmap v10296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:12.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:12 smithi135 bash[32435]: cluster 2023-12-07T22:58:10.362957+0000 mgr.a (mgr.14403) 13792 : cluster 0 pgmap v10296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:13.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:13 smithi079 bash[28699]: cluster 2023-12-07T22:58:12.363494+0000 mgr.a (mgr.14403) 13793 : cluster 0 pgmap v10297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:13.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:13 smithi194 bash[32038]: cluster 2023-12-07T22:58:12.363494+0000 mgr.a (mgr.14403) 13793 : cluster 0 pgmap v10297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:13.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:13 smithi135 bash[32435]: cluster 2023-12-07T22:58:12.363494+0000 mgr.a (mgr.14403) 13793 : cluster 0 pgmap v10297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:14.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:58:14.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:14.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:15.063 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:58:15.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:15.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:15.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:15.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:58:16.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:16 smithi079 bash[28699]: cluster 2023-12-07T22:58:14.364224+0000 mgr.a (mgr.14403) 13794 : cluster 0 pgmap v10298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:16.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:16 smithi079 bash[28699]: audit 2023-12-07T22:58:14.570567+0000 mgr.a (mgr.14403) 13795 : audit 0 from='client.278046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:16.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:16 smithi194 bash[32038]: cluster 2023-12-07T22:58:14.364224+0000 mgr.a (mgr.14403) 13794 : cluster 0 pgmap v10298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:16.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:16 smithi194 bash[32038]: audit 2023-12-07T22:58:14.570567+0000 mgr.a (mgr.14403) 13795 : audit 0 from='client.278046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:16.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:16 smithi135 bash[32435]: cluster 2023-12-07T22:58:14.364224+0000 mgr.a (mgr.14403) 13794 : cluster 0 pgmap v10298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:16.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:16 smithi135 bash[32435]: audit 2023-12-07T22:58:14.570567+0000 mgr.a (mgr.14403) 13795 : audit 0 from='client.278046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:18.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:18 smithi079 bash[28699]: cluster 2023-12-07T22:58:16.364875+0000 mgr.a (mgr.14403) 13796 : cluster 0 pgmap v10299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:18.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:18 smithi194 bash[32038]: cluster 2023-12-07T22:58:16.364875+0000 mgr.a (mgr.14403) 13796 : cluster 0 pgmap v10299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:18.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:18 smithi135 bash[32435]: cluster 2023-12-07T22:58:16.364875+0000 mgr.a (mgr.14403) 13796 : cluster 0 pgmap v10299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:20.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:58:20.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:20.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:20.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:20 smithi079 bash[28699]: cluster 2023-12-07T22:58:18.365462+0000 mgr.a (mgr.14403) 13797 : cluster 0 pgmap v10300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:20.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:20 smithi194 bash[32038]: cluster 2023-12-07T22:58:18.365462+0000 mgr.a (mgr.14403) 13797 : cluster 0 pgmap v10300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:20.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:20 smithi135 bash[32435]: cluster 2023-12-07T22:58:18.365462+0000 mgr.a (mgr.14403) 13797 : cluster 0 pgmap v10300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:20.969 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:58:20.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:20.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:20.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:20.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:58:22.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:22 smithi079 bash[28699]: cluster 2023-12-07T22:58:20.366215+0000 mgr.a (mgr.14403) 13798 : cluster 0 pgmap v10301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:22.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:22 smithi079 bash[28699]: audit 2023-12-07T22:58:20.477009+0000 mgr.a (mgr.14403) 13799 : audit 0 from='client.278124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:22.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:22 smithi194 bash[32038]: cluster 2023-12-07T22:58:20.366215+0000 mgr.a (mgr.14403) 13798 : cluster 0 pgmap v10301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:22.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:22 smithi194 bash[32038]: audit 2023-12-07T22:58:20.477009+0000 mgr.a (mgr.14403) 13799 : audit 0 from='client.278124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:22.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:22 smithi135 bash[32435]: cluster 2023-12-07T22:58:20.366215+0000 mgr.a (mgr.14403) 13798 : cluster 0 pgmap v10301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:22.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:22 smithi135 bash[32435]: audit 2023-12-07T22:58:20.477009+0000 mgr.a (mgr.14403) 13799 : audit 0 from='client.278124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:24.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:24 smithi079 bash[28699]: cluster 2023-12-07T22:58:22.366871+0000 mgr.a (mgr.14403) 13800 : cluster 0 pgmap v10302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:24.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:24 smithi194 bash[32038]: cluster 2023-12-07T22:58:22.366871+0000 mgr.a (mgr.14403) 13800 : cluster 0 pgmap v10302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:24.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:24 smithi135 bash[32435]: cluster 2023-12-07T22:58:22.366871+0000 mgr.a (mgr.14403) 13800 : cluster 0 pgmap v10302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:25.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:58:25.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:25.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:26.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:26 smithi079 bash[28699]: cluster 2023-12-07T22:58:24.367571+0000 mgr.a (mgr.14403) 13801 : cluster 0 pgmap v10303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:26.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:26 smithi194 bash[32038]: cluster 2023-12-07T22:58:24.367571+0000 mgr.a (mgr.14403) 13801 : cluster 0 pgmap v10303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:26.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:26 smithi135 bash[32435]: cluster 2023-12-07T22:58:24.367571+0000 mgr.a (mgr.14403) 13801 : cluster 0 pgmap v10303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:26.888 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:58:26.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:26.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:26.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:26.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:58:28.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:28 smithi079 bash[28699]: cluster 2023-12-07T22:58:26.367877+0000 mgr.a (mgr.14403) 13802 : cluster 0 pgmap v10304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:28.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:28 smithi079 bash[28699]: audit 2023-12-07T22:58:26.387149+0000 mgr.a (mgr.14403) 13803 : audit 0 from='client.278199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:28.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:28 smithi194 bash[32038]: cluster 2023-12-07T22:58:26.367877+0000 mgr.a (mgr.14403) 13802 : cluster 0 pgmap v10304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:28.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:28 smithi194 bash[32038]: audit 2023-12-07T22:58:26.387149+0000 mgr.a (mgr.14403) 13803 : audit 0 from='client.278199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:28.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:28 smithi135 bash[32435]: cluster 2023-12-07T22:58:26.367877+0000 mgr.a (mgr.14403) 13802 : cluster 0 pgmap v10304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:28.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:28 smithi135 bash[32435]: audit 2023-12-07T22:58:26.387149+0000 mgr.a (mgr.14403) 13803 : audit 0 from='client.278199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:30.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:30 smithi079 bash[28699]: cluster 2023-12-07T22:58:28.368362+0000 mgr.a (mgr.14403) 13804 : cluster 0 pgmap v10305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:30.751 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:30 smithi135 bash[32435]: cluster 2023-12-07T22:58:28.368362+0000 mgr.a (mgr.14403) 13804 : cluster 0 pgmap v10305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:30.751 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:30 smithi194 bash[32038]: cluster 2023-12-07T22:58:28.368362+0000 mgr.a (mgr.14403) 13804 : cluster 0 pgmap v10305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:31.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:58:31.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:31.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:32.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:32 smithi079 bash[28699]: cluster 2023-12-07T22:58:30.369308+0000 mgr.a (mgr.14403) 13805 : cluster 0 pgmap v10306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:32.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:32 smithi194 bash[32038]: cluster 2023-12-07T22:58:30.369308+0000 mgr.a (mgr.14403) 13805 : cluster 0 pgmap v10306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:32.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:32 smithi135 bash[32435]: cluster 2023-12-07T22:58:30.369308+0000 mgr.a (mgr.14403) 13805 : cluster 0 pgmap v10306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:32.800 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:58:32.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:32.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:32.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:32.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:58:33.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:33 smithi079 bash[28699]: audit 2023-12-07T22:58:32.300893+0000 mgr.a (mgr.14403) 13806 : audit 0 from='client.278274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:33.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:33 smithi194 bash[32038]: audit 2023-12-07T22:58:32.300893+0000 mgr.a (mgr.14403) 13806 : audit 0 from='client.278274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:33.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:33 smithi135 bash[32435]: audit 2023-12-07T22:58:32.300893+0000 mgr.a (mgr.14403) 13806 : audit 0 from='client.278274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:34.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:34 smithi079 bash[28699]: cluster 2023-12-07T22:58:32.370071+0000 mgr.a (mgr.14403) 13807 : cluster 0 pgmap v10307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:34.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:34 smithi194 bash[32038]: cluster 2023-12-07T22:58:32.370071+0000 mgr.a (mgr.14403) 13807 : cluster 0 pgmap v10307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:34.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:34 smithi135 bash[32435]: cluster 2023-12-07T22:58:32.370071+0000 mgr.a (mgr.14403) 13807 : cluster 0 pgmap v10307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:36.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:36 smithi079 bash[28699]: cluster 2023-12-07T22:58:34.371063+0000 mgr.a (mgr.14403) 13808 : cluster 0 pgmap v10308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:36.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:36 smithi194 bash[32038]: cluster 2023-12-07T22:58:34.371063+0000 mgr.a (mgr.14403) 13808 : cluster 0 pgmap v10308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:36.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:36 smithi135 bash[32435]: cluster 2023-12-07T22:58:34.371063+0000 mgr.a (mgr.14403) 13808 : cluster 0 pgmap v10308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:58:37.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:58:37.803 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:37.803 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:38.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:38 smithi079 bash[28699]: cluster 2023-12-07T22:58:36.371644+0000 mgr.a (mgr.14403) 13809 : cluster 0 pgmap v10309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:38.675 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:58:38.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:38.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:38.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:38.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:58:38.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:38 smithi194 bash[32038]: cluster 2023-12-07T22:58:36.371644+0000 mgr.a (mgr.14403) 13809 : cluster 0 pgmap v10309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:38.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:38 smithi135 bash[32435]: cluster 2023-12-07T22:58:36.371644+0000 mgr.a (mgr.14403) 13809 : cluster 0 pgmap v10309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:39.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:39 smithi079 bash[28699]: audit 2023-12-07T22:58:38.200756+0000 mgr.a (mgr.14403) 13810 : audit 0 from='client.278346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:39.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:39 smithi194 bash[32038]: audit 2023-12-07T22:58:38.200756+0000 mgr.a (mgr.14403) 13810 : audit 0 from='client.278346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:39.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:39 smithi135 bash[32435]: audit 2023-12-07T22:58:38.200756+0000 mgr.a (mgr.14403) 13810 : audit 0 from='client.278346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:40.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:40 smithi079 bash[28699]: cluster 2023-12-07T22:58:38.372359+0000 mgr.a (mgr.14403) 13811 : cluster 0 pgmap v10310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:40.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:40 smithi194 bash[32038]: cluster 2023-12-07T22:58:38.372359+0000 mgr.a (mgr.14403) 13811 : cluster 0 pgmap v10310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:40.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:40 smithi135 bash[32435]: cluster 2023-12-07T22:58:38.372359+0000 mgr.a (mgr.14403) 13811 : cluster 0 pgmap v10310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:42.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:42 smithi079 bash[28699]: cluster 2023-12-07T22:58:40.373324+0000 mgr.a (mgr.14403) 13812 : cluster 0 pgmap v10311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:58:42.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:42 smithi194 bash[32038]: cluster 2023-12-07T22:58:40.373324+0000 mgr.a (mgr.14403) 13812 : cluster 0 pgmap v10311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:58:42.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:42 smithi135 bash[32435]: cluster 2023-12-07T22:58:40.373324+0000 mgr.a (mgr.14403) 13812 : cluster 0 pgmap v10311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:58:43.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:58:43.679 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:43.679 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:44.585 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:58:44.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:44.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:44.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:44.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:58:44.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:44 smithi079 bash[28699]: cluster 2023-12-07T22:58:42.373920+0000 mgr.a (mgr.14403) 13813 : cluster 0 pgmap v10312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:58:44.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:44 smithi194 bash[32038]: cluster 2023-12-07T22:58:42.373920+0000 mgr.a (mgr.14403) 13813 : cluster 0 pgmap v10312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:58:44.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:44 smithi135 bash[32435]: cluster 2023-12-07T22:58:42.373920+0000 mgr.a (mgr.14403) 13813 : cluster 0 pgmap v10312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:58:45.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:45 smithi079 bash[28699]: audit 2023-12-07T22:58:44.094440+0000 mgr.a (mgr.14403) 13814 : audit 0 from='client.278424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:45.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:45 smithi194 bash[32038]: audit 2023-12-07T22:58:44.094440+0000 mgr.a (mgr.14403) 13814 : audit 0 from='client.278424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:45.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:45 smithi135 bash[32435]: audit 2023-12-07T22:58:44.094440+0000 mgr.a (mgr.14403) 13814 : audit 0 from='client.278424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:46.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:46 smithi079 bash[28699]: cluster 2023-12-07T22:58:44.375053+0000 mgr.a (mgr.14403) 13815 : cluster 0 pgmap v10313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:46.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:46 smithi194 bash[32038]: cluster 2023-12-07T22:58:44.375053+0000 mgr.a (mgr.14403) 13815 : cluster 0 pgmap v10313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:46.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:46 smithi135 bash[32435]: cluster 2023-12-07T22:58:44.375053+0000 mgr.a (mgr.14403) 13815 : cluster 0 pgmap v10313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:48.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:48 smithi079 bash[28699]: cluster 2023-12-07T22:58:46.375746+0000 mgr.a (mgr.14403) 13816 : cluster 0 pgmap v10314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:48.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:48 smithi194 bash[32038]: cluster 2023-12-07T22:58:46.375746+0000 mgr.a (mgr.14403) 13816 : cluster 0 pgmap v10314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:48.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:48 smithi135 bash[32435]: cluster 2023-12-07T22:58:46.375746+0000 mgr.a (mgr.14403) 13816 : cluster 0 pgmap v10314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:49.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:58:49.589 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:49.589 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:50.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:50.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:50.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:50.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:58:50.490 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:58:50.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:50 smithi079 bash[28699]: cluster 2023-12-07T22:58:48.376329+0000 mgr.a (mgr.14403) 13817 : cluster 0 pgmap v10315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:50.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:50 smithi194 bash[32038]: cluster 2023-12-07T22:58:48.376329+0000 mgr.a (mgr.14403) 13817 : cluster 0 pgmap v10315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:50.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:50 smithi135 bash[32435]: cluster 2023-12-07T22:58:48.376329+0000 mgr.a (mgr.14403) 13817 : cluster 0 pgmap v10315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:58:51.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:51 smithi079 bash[28699]: audit 2023-12-07T22:58:49.998036+0000 mgr.a (mgr.14403) 13818 : audit 0 from='client.278502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:51.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:51 smithi194 bash[32038]: audit 2023-12-07T22:58:49.998036+0000 mgr.a (mgr.14403) 13818 : audit 0 from='client.278502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:51.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:51 smithi135 bash[32435]: audit 2023-12-07T22:58:49.998036+0000 mgr.a (mgr.14403) 13818 : audit 0 from='client.278502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:52.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:52 smithi079 bash[28699]: cluster 2023-12-07T22:58:50.377118+0000 mgr.a (mgr.14403) 13819 : cluster 0 pgmap v10316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:52.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:52 smithi194 bash[32038]: cluster 2023-12-07T22:58:50.377118+0000 mgr.a (mgr.14403) 13819 : cluster 0 pgmap v10316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:52.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:52 smithi135 bash[32435]: cluster 2023-12-07T22:58:50.377118+0000 mgr.a (mgr.14403) 13819 : cluster 0 pgmap v10316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:53.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:53 smithi194 bash[32038]: cluster 2023-12-07T22:58:52.377658+0000 mgr.a (mgr.14403) 13820 : cluster 0 pgmap v10317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:58:53.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:53 smithi135 bash[32435]: cluster 2023-12-07T22:58:52.377658+0000 mgr.a (mgr.14403) 13820 : cluster 0 pgmap v10317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:58:53.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:53 smithi079 bash[28699]: cluster 2023-12-07T22:58:52.377658+0000 mgr.a (mgr.14403) 13820 : cluster 0 pgmap v10317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:58:55.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:58:55.493 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:58:55.493 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:58:56.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:58:56.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:58:56.389 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:58:56.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:58:56.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:58:56.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:56 smithi079 bash[28699]: cluster 2023-12-07T22:58:54.378393+0000 mgr.a (mgr.14403) 13821 : cluster 0 pgmap v10318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:58:56.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:56 smithi194 bash[32038]: cluster 2023-12-07T22:58:54.378393+0000 mgr.a (mgr.14403) 13821 : cluster 0 pgmap v10318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:58:56.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:56 smithi135 bash[32435]: cluster 2023-12-07T22:58:54.378393+0000 mgr.a (mgr.14403) 13821 : cluster 0 pgmap v10318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T22:58:57.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:57 smithi079 bash[28699]: audit 2023-12-07T22:58:55.902137+0000 mgr.a (mgr.14403) 13822 : audit 0 from='client.278577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:57.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:57 smithi194 bash[32038]: audit 2023-12-07T22:58:55.902137+0000 mgr.a (mgr.14403) 13822 : audit 0 from='client.278577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:57.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:57 smithi135 bash[32435]: audit 2023-12-07T22:58:55.902137+0000 mgr.a (mgr.14403) 13822 : audit 0 from='client.278577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:58:58.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:58:58 smithi079 bash[28699]: cluster 2023-12-07T22:58:56.378780+0000 mgr.a (mgr.14403) 13823 : cluster 0 pgmap v10319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:58.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:58:58 smithi194 bash[32038]: cluster 2023-12-07T22:58:56.378780+0000 mgr.a (mgr.14403) 13823 : cluster 0 pgmap v10319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:58:58.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:58:58 smithi135 bash[32435]: cluster 2023-12-07T22:58:56.378780+0000 mgr.a (mgr.14403) 13823 : cluster 0 pgmap v10319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:00.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:00 smithi079 bash[28699]: cluster 2023-12-07T22:58:58.379319+0000 mgr.a (mgr.14403) 13824 : cluster 0 pgmap v10320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:00.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:00 smithi194 bash[32038]: cluster 2023-12-07T22:58:58.379319+0000 mgr.a (mgr.14403) 13824 : cluster 0 pgmap v10320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:00.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:00 smithi135 bash[32435]: cluster 2023-12-07T22:58:58.379319+0000 mgr.a (mgr.14403) 13824 : cluster 0 pgmap v10320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:01.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:59:01.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:01.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:02.284 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:59:02.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:02.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:02.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:02.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:59:02.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:02 smithi079 bash[28699]: cluster 2023-12-07T22:59:00.380224+0000 mgr.a (mgr.14403) 13825 : cluster 0 pgmap v10321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:02.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:02 smithi194 bash[32038]: cluster 2023-12-07T22:59:00.380224+0000 mgr.a (mgr.14403) 13825 : cluster 0 pgmap v10321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:02.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:02 smithi135 bash[32435]: cluster 2023-12-07T22:59:00.380224+0000 mgr.a (mgr.14403) 13825 : cluster 0 pgmap v10321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:03.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:03 smithi079 bash[28699]: audit 2023-12-07T22:59:01.800290+0000 mgr.a (mgr.14403) 13826 : audit 0 from='client.278652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:03.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:03 smithi194 bash[32038]: audit 2023-12-07T22:59:01.800290+0000 mgr.a (mgr.14403) 13826 : audit 0 from='client.278652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:03.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:03 smithi135 bash[32435]: audit 2023-12-07T22:59:01.800290+0000 mgr.a (mgr.14403) 13826 : audit 0 from='client.278652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:04.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:04 smithi079 bash[28699]: cluster 2023-12-07T22:59:02.380936+0000 mgr.a (mgr.14403) 13827 : cluster 0 pgmap v10322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:04.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:04 smithi194 bash[32038]: cluster 2023-12-07T22:59:02.380936+0000 mgr.a (mgr.14403) 13827 : cluster 0 pgmap v10322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:04.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:04 smithi135 bash[32435]: cluster 2023-12-07T22:59:02.380936+0000 mgr.a (mgr.14403) 13827 : cluster 0 pgmap v10322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:06.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:06 smithi079 bash[28699]: cluster 2023-12-07T22:59:04.381764+0000 mgr.a (mgr.14403) 13828 : cluster 0 pgmap v10323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:06.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:06 smithi194 bash[32038]: cluster 2023-12-07T22:59:04.381764+0000 mgr.a (mgr.14403) 13828 : cluster 0 pgmap v10323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:06.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:06 smithi135 bash[32435]: cluster 2023-12-07T22:59:04.381764+0000 mgr.a (mgr.14403) 13828 : cluster 0 pgmap v10323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:07.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:59:07.286 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:07.287 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:08.204 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:59:08.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:08.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:08.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:08.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:59:08.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:08 smithi079 bash[28699]: cluster 2023-12-07T22:59:06.382255+0000 mgr.a (mgr.14403) 13829 : cluster 0 pgmap v10324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:08.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:08 smithi194 bash[32038]: cluster 2023-12-07T22:59:06.382255+0000 mgr.a (mgr.14403) 13829 : cluster 0 pgmap v10324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:08.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:08 smithi135 bash[32435]: cluster 2023-12-07T22:59:06.382255+0000 mgr.a (mgr.14403) 13829 : cluster 0 pgmap v10324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:09.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:09 smithi079 bash[28699]: audit 2023-12-07T22:59:07.703607+0000 mgr.a (mgr.14403) 13830 : audit 0 from='client.278727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:09.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:09 smithi194 bash[32038]: audit 2023-12-07T22:59:07.703607+0000 mgr.a (mgr.14403) 13830 : audit 0 from='client.278727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:09.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:09 smithi135 bash[32435]: audit 2023-12-07T22:59:07.703607+0000 mgr.a (mgr.14403) 13830 : audit 0 from='client.278727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:10.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:10 smithi079 bash[28699]: cluster 2023-12-07T22:59:08.382949+0000 mgr.a (mgr.14403) 13831 : cluster 0 pgmap v10325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:10.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:10 smithi194 bash[32038]: cluster 2023-12-07T22:59:08.382949+0000 mgr.a (mgr.14403) 13831 : cluster 0 pgmap v10325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:10.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:10 smithi135 bash[32435]: cluster 2023-12-07T22:59:08.382949+0000 mgr.a (mgr.14403) 13831 : cluster 0 pgmap v10325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:11.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:11 smithi079 bash[28699]: audit 2023-12-07T22:59:10.776955+0000 mon.a (mon.0) 2356 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:59:11.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:11 smithi194 bash[32038]: audit 2023-12-07T22:59:10.776955+0000 mon.a (mon.0) 2356 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:59:11.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:11 smithi135 bash[32435]: audit 2023-12-07T22:59:10.776955+0000 mon.a (mon.0) 2356 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T22:59:12.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:12 smithi079 bash[28699]: cluster 2023-12-07T22:59:10.383806+0000 mgr.a (mgr.14403) 13832 : cluster 0 pgmap v10326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:12.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:12 smithi194 bash[32038]: cluster 2023-12-07T22:59:10.383806+0000 mgr.a (mgr.14403) 13832 : cluster 0 pgmap v10326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:12.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:12 smithi135 bash[32435]: cluster 2023-12-07T22:59:10.383806+0000 mgr.a (mgr.14403) 13832 : cluster 0 pgmap v10326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:13.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:59:13.208 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:13.208 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:14.128 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:59:14.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:14.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:14.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:14.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:59:14.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:14 smithi079 bash[28699]: cluster 2023-12-07T22:59:12.384396+0000 mgr.a (mgr.14403) 13833 : cluster 0 pgmap v10327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:14.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:14 smithi194 bash[32038]: cluster 2023-12-07T22:59:12.384396+0000 mgr.a (mgr.14403) 13833 : cluster 0 pgmap v10327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:14.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:14 smithi135 bash[32435]: cluster 2023-12-07T22:59:12.384396+0000 mgr.a (mgr.14403) 13833 : cluster 0 pgmap v10327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:15.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:15 smithi079 bash[28699]: audit 2023-12-07T22:59:13.615171+0000 mgr.a (mgr.14403) 13834 : audit 0 from='client.278805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:15.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:15 smithi194 bash[32038]: audit 2023-12-07T22:59:13.615171+0000 mgr.a (mgr.14403) 13834 : audit 0 from='client.278805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:15.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:15 smithi135 bash[32435]: audit 2023-12-07T22:59:13.615171+0000 mgr.a (mgr.14403) 13834 : audit 0 from='client.278805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:16.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:16 smithi079 bash[28699]: cluster 2023-12-07T22:59:14.385457+0000 mgr.a (mgr.14403) 13835 : cluster 0 pgmap v10328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:16.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:16 smithi079 bash[28699]: audit 2023-12-07T22:59:16.140121+0000 mon.a (mon.0) 2357 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:16 smithi079 bash[28699]: audit 2023-12-07T22:59:16.146481+0000 mon.a (mon.0) 2358 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:16 smithi079 bash[28699]: audit 2023-12-07T22:59:16.152024+0000 mon.a (mon.0) 2359 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:16 smithi079 bash[28699]: audit 2023-12-07T22:59:16.156923+0000 mon.a (mon.0) 2360 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:16 smithi079 bash[28699]: audit 2023-12-07T22:59:16.162406+0000 mon.a (mon.0) 2361 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:16 smithi079 bash[28699]: audit 2023-12-07T22:59:16.167515+0000 mon.a (mon.0) 2362 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:16 smithi194 bash[32038]: cluster 2023-12-07T22:59:14.385457+0000 mgr.a (mgr.14403) 13835 : cluster 0 pgmap v10328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:16.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:16 smithi194 bash[32038]: audit 2023-12-07T22:59:16.140121+0000 mon.a (mon.0) 2357 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:16 smithi194 bash[32038]: audit 2023-12-07T22:59:16.146481+0000 mon.a (mon.0) 2358 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:16 smithi194 bash[32038]: audit 2023-12-07T22:59:16.152024+0000 mon.a (mon.0) 2359 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:16 smithi194 bash[32038]: audit 2023-12-07T22:59:16.156923+0000 mon.a (mon.0) 2360 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:16 smithi194 bash[32038]: audit 2023-12-07T22:59:16.162406+0000 mon.a (mon.0) 2361 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:16 smithi194 bash[32038]: audit 2023-12-07T22:59:16.167515+0000 mon.a (mon.0) 2362 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:16 smithi135 bash[32435]: cluster 2023-12-07T22:59:14.385457+0000 mgr.a (mgr.14403) 13835 : cluster 0 pgmap v10328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:16.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:16 smithi135 bash[32435]: audit 2023-12-07T22:59:16.140121+0000 mon.a (mon.0) 2357 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:16 smithi135 bash[32435]: audit 2023-12-07T22:59:16.146481+0000 mon.a (mon.0) 2358 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:16 smithi135 bash[32435]: audit 2023-12-07T22:59:16.152024+0000 mon.a (mon.0) 2359 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:16 smithi135 bash[32435]: audit 2023-12-07T22:59:16.156923+0000 mon.a (mon.0) 2360 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:16 smithi135 bash[32435]: audit 2023-12-07T22:59:16.162406+0000 mon.a (mon.0) 2361 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:16.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:16 smithi135 bash[32435]: audit 2023-12-07T22:59:16.167515+0000 mon.a (mon.0) 2362 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:17.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:17 smithi079 bash[28699]: audit 2023-12-07T22:59:16.901429+0000 mon.a (mon.0) 2363 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:59:17.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:17 smithi079 bash[28699]: audit 2023-12-07T22:59:16.903463+0000 mon.a (mon.0) 2364 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:59:17.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:17 smithi079 bash[28699]: audit 2023-12-07T22:59:16.912986+0000 mon.a (mon.0) 2365 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:17.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:17 smithi194 bash[32038]: audit 2023-12-07T22:59:16.901429+0000 mon.a (mon.0) 2363 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:59:17.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:17 smithi194 bash[32038]: audit 2023-12-07T22:59:16.903463+0000 mon.a (mon.0) 2364 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:59:17.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:17 smithi194 bash[32038]: audit 2023-12-07T22:59:16.912986+0000 mon.a (mon.0) 2365 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:17.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:17 smithi135 bash[32435]: audit 2023-12-07T22:59:16.901429+0000 mon.a (mon.0) 2363 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T22:59:17.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:17 smithi135 bash[32435]: audit 2023-12-07T22:59:16.903463+0000 mon.a (mon.0) 2364 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T22:59:17.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:17 smithi135 bash[32435]: audit 2023-12-07T22:59:16.912986+0000 mon.a (mon.0) 2365 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T22:59:18.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:18 smithi079 bash[28699]: cluster 2023-12-07T22:59:16.386104+0000 mgr.a (mgr.14403) 13836 : cluster 0 pgmap v10329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:18.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:18 smithi194 bash[32038]: cluster 2023-12-07T22:59:16.386104+0000 mgr.a (mgr.14403) 13836 : cluster 0 pgmap v10329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:18.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:18 smithi135 bash[32435]: cluster 2023-12-07T22:59:16.386104+0000 mgr.a (mgr.14403) 13836 : cluster 0 pgmap v10329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:19.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:59:19.132 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:19.132 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:20.057 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:59:20.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:20.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:20.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:20.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:59:20.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:20 smithi079 bash[28699]: cluster 2023-12-07T22:59:18.386736+0000 mgr.a (mgr.14403) 13837 : cluster 0 pgmap v10330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:20.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:20 smithi194 bash[32038]: cluster 2023-12-07T22:59:18.386736+0000 mgr.a (mgr.14403) 13837 : cluster 0 pgmap v10330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:20.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:20 smithi135 bash[32435]: cluster 2023-12-07T22:59:18.386736+0000 mgr.a (mgr.14403) 13837 : cluster 0 pgmap v10330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:21.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:21 smithi079 bash[28699]: audit 2023-12-07T22:59:19.548940+0000 mgr.a (mgr.14403) 13838 : audit 0 from='client.278880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:21.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:21 smithi194 bash[32038]: audit 2023-12-07T22:59:19.548940+0000 mgr.a (mgr.14403) 13838 : audit 0 from='client.278880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:21.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:21 smithi135 bash[32435]: audit 2023-12-07T22:59:19.548940+0000 mgr.a (mgr.14403) 13838 : audit 0 from='client.278880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:22.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:22 smithi079 bash[28699]: cluster 2023-12-07T22:59:20.387796+0000 mgr.a (mgr.14403) 13839 : cluster 0 pgmap v10331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:22.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:22 smithi194 bash[32038]: cluster 2023-12-07T22:59:20.387796+0000 mgr.a (mgr.14403) 13839 : cluster 0 pgmap v10331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:22.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:22 smithi135 bash[32435]: cluster 2023-12-07T22:59:20.387796+0000 mgr.a (mgr.14403) 13839 : cluster 0 pgmap v10331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:23.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:23 smithi079 bash[28699]: cluster 2023-12-07T22:59:22.388386+0000 mgr.a (mgr.14403) 13840 : cluster 0 pgmap v10332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:23.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:23 smithi194 bash[32038]: cluster 2023-12-07T22:59:22.388386+0000 mgr.a (mgr.14403) 13840 : cluster 0 pgmap v10332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:23.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:23 smithi135 bash[32435]: cluster 2023-12-07T22:59:22.388386+0000 mgr.a (mgr.14403) 13840 : cluster 0 pgmap v10332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:25.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:59:25.061 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:25.061 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:25.979 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:59:25.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:25.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:25.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:25.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:59:26.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:26 smithi079 bash[28699]: cluster 2023-12-07T22:59:24.389121+0000 mgr.a (mgr.14403) 13841 : cluster 0 pgmap v10333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:26.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:26 smithi194 bash[32038]: cluster 2023-12-07T22:59:24.389121+0000 mgr.a (mgr.14403) 13841 : cluster 0 pgmap v10333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:26.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:26 smithi135 bash[32435]: cluster 2023-12-07T22:59:24.389121+0000 mgr.a (mgr.14403) 13841 : cluster 0 pgmap v10333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:27.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:27 smithi079 bash[28699]: audit 2023-12-07T22:59:25.469880+0000 mgr.a (mgr.14403) 13842 : audit 0 from='client.278952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:27.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:27 smithi194 bash[32038]: audit 2023-12-07T22:59:25.469880+0000 mgr.a (mgr.14403) 13842 : audit 0 from='client.278952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:27.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:27 smithi135 bash[32435]: audit 2023-12-07T22:59:25.469880+0000 mgr.a (mgr.14403) 13842 : audit 0 from='client.278952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:28.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:28 smithi079 bash[28699]: cluster 2023-12-07T22:59:26.389870+0000 mgr.a (mgr.14403) 13843 : cluster 0 pgmap v10334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:28.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:28 smithi194 bash[32038]: cluster 2023-12-07T22:59:26.389870+0000 mgr.a (mgr.14403) 13843 : cluster 0 pgmap v10334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:28.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:28 smithi135 bash[32435]: cluster 2023-12-07T22:59:26.389870+0000 mgr.a (mgr.14403) 13843 : cluster 0 pgmap v10334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:30.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:30 smithi079 bash[28699]: cluster 2023-12-07T22:59:28.390389+0000 mgr.a (mgr.14403) 13844 : cluster 0 pgmap v10335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:30.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:30 smithi194 bash[32038]: cluster 2023-12-07T22:59:28.390389+0000 mgr.a (mgr.14403) 13844 : cluster 0 pgmap v10335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:30.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:30 smithi135 bash[32435]: cluster 2023-12-07T22:59:28.390389+0000 mgr.a (mgr.14403) 13844 : cluster 0 pgmap v10335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:30.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:59:30.983 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:30.983 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:31.872 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:59:31.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:31.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:31.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:31.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:59:32.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:32 smithi079 bash[28699]: cluster 2023-12-07T22:59:30.391258+0000 mgr.a (mgr.14403) 13845 : cluster 0 pgmap v10336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:32.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:32 smithi194 bash[32038]: cluster 2023-12-07T22:59:30.391258+0000 mgr.a (mgr.14403) 13845 : cluster 0 pgmap v10336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:32.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:32 smithi135 bash[32435]: cluster 2023-12-07T22:59:30.391258+0000 mgr.a (mgr.14403) 13845 : cluster 0 pgmap v10336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:33.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:33 smithi079 bash[28699]: audit 2023-12-07T22:59:31.391169+0000 mgr.a (mgr.14403) 13846 : audit 0 from='client.279024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:33.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:33 smithi194 bash[32038]: audit 2023-12-07T22:59:31.391169+0000 mgr.a (mgr.14403) 13846 : audit 0 from='client.279024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:33.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:33 smithi135 bash[32435]: audit 2023-12-07T22:59:31.391169+0000 mgr.a (mgr.14403) 13846 : audit 0 from='client.279024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:34.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:34 smithi079 bash[28699]: cluster 2023-12-07T22:59:32.391992+0000 mgr.a (mgr.14403) 13847 : cluster 0 pgmap v10337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:34.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:34 smithi194 bash[32038]: cluster 2023-12-07T22:59:32.391992+0000 mgr.a (mgr.14403) 13847 : cluster 0 pgmap v10337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:34.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:34 smithi135 bash[32435]: cluster 2023-12-07T22:59:32.391992+0000 mgr.a (mgr.14403) 13847 : cluster 0 pgmap v10337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:36.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:36 smithi079 bash[28699]: cluster 2023-12-07T22:59:34.392810+0000 mgr.a (mgr.14403) 13848 : cluster 0 pgmap v10338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:36.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:36 smithi194 bash[32038]: cluster 2023-12-07T22:59:34.392810+0000 mgr.a (mgr.14403) 13848 : cluster 0 pgmap v10338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:36.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:36 smithi135 bash[32435]: cluster 2023-12-07T22:59:34.392810+0000 mgr.a (mgr.14403) 13848 : cluster 0 pgmap v10338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:36.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:59:36.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:36.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:37.798 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:59:37.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:37.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:37.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:37.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:59:38.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:38 smithi079 bash[28699]: cluster 2023-12-07T22:59:36.393319+0000 mgr.a (mgr.14403) 13849 : cluster 0 pgmap v10339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:38.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:38 smithi079 bash[28699]: audit 2023-12-07T22:59:37.287923+0000 mgr.a (mgr.14403) 13850 : audit 0 from='client.216937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:38.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:38 smithi194 bash[32038]: cluster 2023-12-07T22:59:36.393319+0000 mgr.a (mgr.14403) 13849 : cluster 0 pgmap v10339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:38.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:38 smithi194 bash[32038]: audit 2023-12-07T22:59:37.287923+0000 mgr.a (mgr.14403) 13850 : audit 0 from='client.216937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:38.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:38 smithi135 bash[32435]: cluster 2023-12-07T22:59:36.393319+0000 mgr.a (mgr.14403) 13849 : cluster 0 pgmap v10339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:38.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:38 smithi135 bash[32435]: audit 2023-12-07T22:59:37.287923+0000 mgr.a (mgr.14403) 13850 : audit 0 from='client.216937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:40.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:40 smithi079 bash[28699]: cluster 2023-12-07T22:59:38.394024+0000 mgr.a (mgr.14403) 13851 : cluster 0 pgmap v10340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:40.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:40 smithi194 bash[32038]: cluster 2023-12-07T22:59:38.394024+0000 mgr.a (mgr.14403) 13851 : cluster 0 pgmap v10340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:40.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:40 smithi135 bash[32435]: cluster 2023-12-07T22:59:38.394024+0000 mgr.a (mgr.14403) 13851 : cluster 0 pgmap v10340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:42.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:42 smithi079 bash[28699]: cluster 2023-12-07T22:59:40.394805+0000 mgr.a (mgr.14403) 13852 : cluster 0 pgmap v10341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:42.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:42 smithi194 bash[32038]: cluster 2023-12-07T22:59:40.394805+0000 mgr.a (mgr.14403) 13852 : cluster 0 pgmap v10341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:42.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:42 smithi135 bash[32435]: cluster 2023-12-07T22:59:40.394805+0000 mgr.a (mgr.14403) 13852 : cluster 0 pgmap v10341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T22:59:42.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:59:42.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:42.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:43.705 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:59:43.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:43.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:43.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:43.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:59:44.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:44 smithi079 bash[28699]: cluster 2023-12-07T22:59:42.395378+0000 mgr.a (mgr.14403) 13853 : cluster 0 pgmap v10342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:44.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:44 smithi079 bash[28699]: audit 2023-12-07T22:59:43.212737+0000 mgr.a (mgr.14403) 13854 : audit 0 from='client.279180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:44.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:44 smithi194 bash[32038]: cluster 2023-12-07T22:59:42.395378+0000 mgr.a (mgr.14403) 13853 : cluster 0 pgmap v10342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:44.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:44 smithi194 bash[32038]: audit 2023-12-07T22:59:43.212737+0000 mgr.a (mgr.14403) 13854 : audit 0 from='client.279180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:44.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:44 smithi135 bash[32435]: cluster 2023-12-07T22:59:42.395378+0000 mgr.a (mgr.14403) 13853 : cluster 0 pgmap v10342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:44.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:44 smithi135 bash[32435]: audit 2023-12-07T22:59:43.212737+0000 mgr.a (mgr.14403) 13854 : audit 0 from='client.279180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:46.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:46 smithi079 bash[28699]: cluster 2023-12-07T22:59:44.396288+0000 mgr.a (mgr.14403) 13855 : cluster 0 pgmap v10343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:59:46.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:46 smithi194 bash[32038]: cluster 2023-12-07T22:59:44.396288+0000 mgr.a (mgr.14403) 13855 : cluster 0 pgmap v10343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:59:46.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:46 smithi135 bash[32435]: cluster 2023-12-07T22:59:44.396288+0000 mgr.a (mgr.14403) 13855 : cluster 0 pgmap v10343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T22:59:48.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:48 smithi079 bash[28699]: cluster 2023-12-07T22:59:46.396915+0000 mgr.a (mgr.14403) 13856 : cluster 0 pgmap v10344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:59:48.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:48 smithi194 bash[32038]: cluster 2023-12-07T22:59:46.396915+0000 mgr.a (mgr.14403) 13856 : cluster 0 pgmap v10344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:59:48.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:48 smithi135 bash[32435]: cluster 2023-12-07T22:59:46.396915+0000 mgr.a (mgr.14403) 13856 : cluster 0 pgmap v10344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:59:48.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:59:48.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:48.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:49.610 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:59:49.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:49.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:49.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:49.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:59:50.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:50 smithi079 bash[28699]: cluster 2023-12-07T22:59:48.397420+0000 mgr.a (mgr.14403) 13857 : cluster 0 pgmap v10345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:59:50.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:50 smithi079 bash[28699]: audit 2023-12-07T22:59:49.116491+0000 mgr.a (mgr.14403) 13858 : audit 0 from='client.279246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:50.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:50 smithi194 bash[32038]: cluster 2023-12-07T22:59:48.397420+0000 mgr.a (mgr.14403) 13857 : cluster 0 pgmap v10345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:59:50.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:50 smithi194 bash[32038]: audit 2023-12-07T22:59:49.116491+0000 mgr.a (mgr.14403) 13858 : audit 0 from='client.279246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:50.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:50 smithi135 bash[32435]: cluster 2023-12-07T22:59:48.397420+0000 mgr.a (mgr.14403) 13857 : cluster 0 pgmap v10345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T22:59:50.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:50 smithi135 bash[32435]: audit 2023-12-07T22:59:49.116491+0000 mgr.a (mgr.14403) 13858 : audit 0 from='client.279246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:52.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:52 smithi079 bash[28699]: cluster 2023-12-07T22:59:50.398526+0000 mgr.a (mgr.14403) 13859 : cluster 0 pgmap v10346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:52.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:52 smithi194 bash[32038]: cluster 2023-12-07T22:59:50.398526+0000 mgr.a (mgr.14403) 13859 : cluster 0 pgmap v10346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:52.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:52 smithi135 bash[32435]: cluster 2023-12-07T22:59:50.398526+0000 mgr.a (mgr.14403) 13859 : cluster 0 pgmap v10346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:54.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T22:59:54.613 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T22:59:54.613 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T22:59:54.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:54 smithi079 bash[28699]: cluster 2023-12-07T22:59:52.399112+0000 mgr.a (mgr.14403) 13860 : cluster 0 pgmap v10347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:54.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:54 smithi194 bash[32038]: cluster 2023-12-07T22:59:52.399112+0000 mgr.a (mgr.14403) 13860 : cluster 0 pgmap v10347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:54.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:54 smithi135 bash[32435]: cluster 2023-12-07T22:59:52.399112+0000 mgr.a (mgr.14403) 13860 : cluster 0 pgmap v10347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T22:59:55.537 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T22:59:55.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T22:59:55.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T22:59:55.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T22:59:55.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T22:59:56.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:56 smithi079 bash[28699]: cluster 2023-12-07T22:59:54.399803+0000 mgr.a (mgr.14403) 13861 : cluster 0 pgmap v10348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:56.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:56 smithi079 bash[28699]: audit 2023-12-07T22:59:55.018328+0000 mgr.a (mgr.14403) 13862 : audit 0 from='client.279324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:56.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:56 smithi194 bash[32038]: cluster 2023-12-07T22:59:54.399803+0000 mgr.a (mgr.14403) 13861 : cluster 0 pgmap v10348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:56.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:56 smithi194 bash[32038]: audit 2023-12-07T22:59:55.018328+0000 mgr.a (mgr.14403) 13862 : audit 0 from='client.279324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:56.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:56 smithi135 bash[32435]: cluster 2023-12-07T22:59:54.399803+0000 mgr.a (mgr.14403) 13861 : cluster 0 pgmap v10348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T22:59:56.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:56 smithi135 bash[32435]: audit 2023-12-07T22:59:55.018328+0000 mgr.a (mgr.14403) 13862 : audit 0 from='client.279324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T22:59:57.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:57 smithi194 bash[32038]: cluster 2023-12-07T22:59:56.400484+0000 mgr.a (mgr.14403) 13863 : cluster 0 pgmap v10349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:59:57.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:57 smithi135 bash[32435]: cluster 2023-12-07T22:59:56.400484+0000 mgr.a (mgr.14403) 13863 : cluster 0 pgmap v10349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:59:57.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:57 smithi079 bash[28699]: cluster 2023-12-07T22:59:56.400484+0000 mgr.a (mgr.14403) 13863 : cluster 0 pgmap v10349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:59:59.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 22:59:59 smithi194 bash[32038]: cluster 2023-12-07T22:59:58.401054+0000 mgr.a (mgr.14403) 13864 : cluster 0 pgmap v10350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:59:59.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 22:59:59 smithi135 bash[32435]: cluster 2023-12-07T22:59:58.401054+0000 mgr.a (mgr.14403) 13864 : cluster 0 pgmap v10350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T22:59:59.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 22:59:59 smithi079 bash[28699]: cluster 2023-12-07T22:59:58.401054+0000 mgr.a (mgr.14403) 13864 : cluster 0 pgmap v10350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:00:00.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:00:00.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:00.542 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:00.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:00 smithi194 bash[32038]: cluster 2023-12-07T23:00:00.000162+0000 mon.a (mon.0) 2366 : cluster 1 overall HEALTH_OK 2023-12-07T23:00:00.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:00 smithi135 bash[32435]: cluster 2023-12-07T23:00:00.000162+0000 mon.a (mon.0) 2366 : cluster 1 overall HEALTH_OK 2023-12-07T23:00:00.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:00 smithi079 bash[28699]: cluster 2023-12-07T23:00:00.000162+0000 mon.a (mon.0) 2366 : cluster 1 overall HEALTH_OK 2023-12-07T23:00:01.453 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:00:01.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:01.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:01.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:01.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:00:02.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:02 smithi079 bash[28699]: cluster 2023-12-07T23:00:00.401898+0000 mgr.a (mgr.14403) 13865 : cluster 0 pgmap v10351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:00:02.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:02 smithi079 bash[28699]: audit 2023-12-07T23:00:00.948124+0000 mgr.a (mgr.14403) 13866 : audit 0 from='client.279396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:02.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:02 smithi194 bash[32038]: cluster 2023-12-07T23:00:00.401898+0000 mgr.a (mgr.14403) 13865 : cluster 0 pgmap v10351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:00:02.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:02 smithi194 bash[32038]: audit 2023-12-07T23:00:00.948124+0000 mgr.a (mgr.14403) 13866 : audit 0 from='client.279396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:02.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:02 smithi135 bash[32435]: cluster 2023-12-07T23:00:00.401898+0000 mgr.a (mgr.14403) 13865 : cluster 0 pgmap v10351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:00:02.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:02 smithi135 bash[32435]: audit 2023-12-07T23:00:00.948124+0000 mgr.a (mgr.14403) 13866 : audit 0 from='client.279396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:04.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:04 smithi079 bash[28699]: cluster 2023-12-07T23:00:02.402657+0000 mgr.a (mgr.14403) 13867 : cluster 0 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-07T23:00:04.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:04 smithi194 bash[32038]: cluster 2023-12-07T23:00:02.402657+0000 mgr.a (mgr.14403) 13867 : cluster 0 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-07T23:00:04.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:04 smithi135 bash[32435]: cluster 2023-12-07T23:00:02.402657+0000 mgr.a (mgr.14403) 13867 : cluster 0 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-07T23:00:06.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:00:06.455 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:06.456 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:06.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:06 smithi079 bash[28699]: cluster 2023-12-07T23:00:04.403619+0000 mgr.a (mgr.14403) 13868 : cluster 0 pgmap v10353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:06.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:06 smithi194 bash[32038]: cluster 2023-12-07T23:00:04.403619+0000 mgr.a (mgr.14403) 13868 : cluster 0 pgmap v10353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:06.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:06 smithi135 bash[32435]: cluster 2023-12-07T23:00:04.403619+0000 mgr.a (mgr.14403) 13868 : cluster 0 pgmap v10353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:07.348 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:00:07.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:07.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:07.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:07.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:00:08.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:08 smithi079 bash[28699]: cluster 2023-12-07T23:00:06.404252+0000 mgr.a (mgr.14403) 13869 : cluster 0 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-07T23:00:08.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:08 smithi079 bash[28699]: audit 2023-12-07T23:00:06.857462+0000 mgr.a (mgr.14403) 13870 : audit 0 from='client.279468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:08.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:08 smithi194 bash[32038]: cluster 2023-12-07T23:00:06.404252+0000 mgr.a (mgr.14403) 13869 : cluster 0 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-07T23:00:08.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:08 smithi194 bash[32038]: audit 2023-12-07T23:00:06.857462+0000 mgr.a (mgr.14403) 13870 : audit 0 from='client.279468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:08.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:08 smithi135 bash[32435]: cluster 2023-12-07T23:00:06.404252+0000 mgr.a (mgr.14403) 13869 : cluster 0 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-07T23:00:08.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:08 smithi135 bash[32435]: audit 2023-12-07T23:00:06.857462+0000 mgr.a (mgr.14403) 13870 : audit 0 from='client.279468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:10.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:10 smithi079 bash[28699]: cluster 2023-12-07T23:00:08.404956+0000 mgr.a (mgr.14403) 13871 : cluster 0 pgmap v10355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:10.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:10 smithi194 bash[32038]: cluster 2023-12-07T23:00:08.404956+0000 mgr.a (mgr.14403) 13871 : cluster 0 pgmap v10355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:10.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:10 smithi135 bash[32435]: cluster 2023-12-07T23:00:08.404956+0000 mgr.a (mgr.14403) 13871 : cluster 0 pgmap v10355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:12.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:00:12.351 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:12.352 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:12.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:12 smithi079 bash[28699]: cluster 2023-12-07T23:00:10.405815+0000 mgr.a (mgr.14403) 13872 : cluster 0 pgmap v10356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:12.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:12 smithi194 bash[32038]: cluster 2023-12-07T23:00:10.405815+0000 mgr.a (mgr.14403) 13872 : cluster 0 pgmap v10356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:12.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:12 smithi135 bash[32435]: cluster 2023-12-07T23:00:10.405815+0000 mgr.a (mgr.14403) 13872 : cluster 0 pgmap v10356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:13.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:13.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:13.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:13.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:00:13.249 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:00:14.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:14 smithi079 bash[28699]: cluster 2023-12-07T23:00:12.406357+0000 mgr.a (mgr.14403) 13873 : cluster 0 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-07T23:00:14.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:14 smithi079 bash[28699]: audit 2023-12-07T23:00:12.760678+0000 mgr.a (mgr.14403) 13874 : audit 0 from='client.279543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:14.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:14 smithi194 bash[32038]: cluster 2023-12-07T23:00:12.406357+0000 mgr.a (mgr.14403) 13873 : cluster 0 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-07T23:00:14.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:14 smithi194 bash[32038]: audit 2023-12-07T23:00:12.760678+0000 mgr.a (mgr.14403) 13874 : audit 0 from='client.279543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:14.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:14 smithi135 bash[32435]: cluster 2023-12-07T23:00:12.406357+0000 mgr.a (mgr.14403) 13873 : cluster 0 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-07T23:00:14.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:14 smithi135 bash[32435]: audit 2023-12-07T23:00:12.760678+0000 mgr.a (mgr.14403) 13874 : audit 0 from='client.279543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:16.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:16 smithi079 bash[28699]: cluster 2023-12-07T23:00:14.407261+0000 mgr.a (mgr.14403) 13875 : cluster 0 pgmap v10358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:16.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:16 smithi194 bash[32038]: cluster 2023-12-07T23:00:14.407261+0000 mgr.a (mgr.14403) 13875 : cluster 0 pgmap v10358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:16.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:16 smithi135 bash[32435]: cluster 2023-12-07T23:00:14.407261+0000 mgr.a (mgr.14403) 13875 : cluster 0 pgmap v10358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:17.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:17 smithi079 bash[28699]: audit 2023-12-07T23:00:17.015711+0000 mon.a (mon.0) 2367 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:00:17.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:17 smithi194 bash[32038]: audit 2023-12-07T23:00:17.015711+0000 mon.a (mon.0) 2367 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:00:17.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:17 smithi135 bash[32435]: audit 2023-12-07T23:00:17.015711+0000 mon.a (mon.0) 2367 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:00:18.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:00:18.270 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:18.270 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:18 smithi079 bash[28699]: cluster 2023-12-07T23:00:16.407938+0000 mgr.a (mgr.14403) 13876 : cluster 0 pgmap v10359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:18.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:18 smithi079 bash[28699]: audit 2023-12-07T23:00:17.754774+0000 mon.a (mon.0) 2368 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:00:18.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:18 smithi079 bash[28699]: audit 2023-12-07T23:00:17.756669+0000 mon.a (mon.0) 2369 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:00:18.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:18 smithi079 bash[28699]: audit 2023-12-07T23:00:17.765487+0000 mon.a (mon.0) 2370 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:00:18.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:18 smithi194 bash[32038]: cluster 2023-12-07T23:00:16.407938+0000 mgr.a (mgr.14403) 13876 : cluster 0 pgmap v10359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:18.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:18 smithi194 bash[32038]: audit 2023-12-07T23:00:17.754774+0000 mon.a (mon.0) 2368 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:00:18.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:18 smithi194 bash[32038]: audit 2023-12-07T23:00:17.756669+0000 mon.a (mon.0) 2369 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:00:18.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:18 smithi194 bash[32038]: audit 2023-12-07T23:00:17.765487+0000 mon.a (mon.0) 2370 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:00:18.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:18 smithi135 bash[32435]: cluster 2023-12-07T23:00:16.407938+0000 mgr.a (mgr.14403) 13876 : cluster 0 pgmap v10359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:18.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:18 smithi135 bash[32435]: audit 2023-12-07T23:00:17.754774+0000 mon.a (mon.0) 2368 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:00:18.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:18 smithi135 bash[32435]: audit 2023-12-07T23:00:17.756669+0000 mon.a (mon.0) 2369 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:00:18.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:18 smithi135 bash[32435]: audit 2023-12-07T23:00:17.765487+0000 mon.a (mon.0) 2370 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:00:19.124 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:00:19.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:19.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:19.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:19.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:00:20.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:20 smithi079 bash[28699]: cluster 2023-12-07T23:00:18.408529+0000 mgr.a (mgr.14403) 13877 : cluster 0 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-07T23:00:20.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:20 smithi079 bash[28699]: audit 2023-12-07T23:00:18.653605+0000 mgr.a (mgr.14403) 13878 : audit 0 from='client.279621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:20.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:20 smithi194 bash[32038]: cluster 2023-12-07T23:00:18.408529+0000 mgr.a (mgr.14403) 13877 : cluster 0 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-07T23:00:20.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:20 smithi194 bash[32038]: audit 2023-12-07T23:00:18.653605+0000 mgr.a (mgr.14403) 13878 : audit 0 from='client.279621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:20.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:20 smithi135 bash[32435]: cluster 2023-12-07T23:00:18.408529+0000 mgr.a (mgr.14403) 13877 : cluster 0 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-07T23:00:20.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:20 smithi135 bash[32435]: audit 2023-12-07T23:00:18.653605+0000 mgr.a (mgr.14403) 13878 : audit 0 from='client.279621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:22.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:22 smithi079 bash[28699]: cluster 2023-12-07T23:00:20.409508+0000 mgr.a (mgr.14403) 13879 : cluster 0 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-07T23:00:22.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:22 smithi194 bash[32038]: cluster 2023-12-07T23:00:20.409508+0000 mgr.a (mgr.14403) 13879 : cluster 0 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-07T23:00:22.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:22 smithi135 bash[32435]: cluster 2023-12-07T23:00:20.409508+0000 mgr.a (mgr.14403) 13879 : cluster 0 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-07T23:00:24.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:00:24.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:24.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:24.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:24 smithi079 bash[28699]: cluster 2023-12-07T23:00:22.410103+0000 mgr.a (mgr.14403) 13880 : cluster 0 pgmap v10362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:24.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:24 smithi194 bash[32038]: cluster 2023-12-07T23:00:22.410103+0000 mgr.a (mgr.14403) 13880 : cluster 0 pgmap v10362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:24.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:24 smithi135 bash[32435]: cluster 2023-12-07T23:00:22.410103+0000 mgr.a (mgr.14403) 13880 : cluster 0 pgmap v10362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:24.996 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:00:24.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:24.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:24.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:24.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:00:26.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:26 smithi079 bash[28699]: cluster 2023-12-07T23:00:24.410860+0000 mgr.a (mgr.14403) 13881 : cluster 0 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-07T23:00:26.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:26 smithi079 bash[28699]: audit 2023-12-07T23:00:24.530864+0000 mgr.a (mgr.14403) 13882 : audit 0 from='client.279696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:26.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:26 smithi194 bash[32038]: cluster 2023-12-07T23:00:24.410860+0000 mgr.a (mgr.14403) 13881 : cluster 0 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-07T23:00:26.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:26 smithi194 bash[32038]: audit 2023-12-07T23:00:24.530864+0000 mgr.a (mgr.14403) 13882 : audit 0 from='client.279696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:26.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:26 smithi135 bash[32435]: cluster 2023-12-07T23:00:24.410860+0000 mgr.a (mgr.14403) 13881 : cluster 0 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-07T23:00:26.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:26 smithi135 bash[32435]: audit 2023-12-07T23:00:24.530864+0000 mgr.a (mgr.14403) 13882 : audit 0 from='client.279696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:28.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:28 smithi079 bash[28699]: cluster 2023-12-07T23:00:26.411300+0000 mgr.a (mgr.14403) 13883 : cluster 0 pgmap v10364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:28.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:28 smithi194 bash[32038]: cluster 2023-12-07T23:00:26.411300+0000 mgr.a (mgr.14403) 13883 : cluster 0 pgmap v10364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:28.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:28 smithi135 bash[32435]: cluster 2023-12-07T23:00:26.411300+0000 mgr.a (mgr.14403) 13883 : cluster 0 pgmap v10364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:29.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:00:29.999 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:29.999 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:30.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:30 smithi079 bash[28699]: cluster 2023-12-07T23:00:28.411847+0000 mgr.a (mgr.14403) 13884 : cluster 0 pgmap v10365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:30.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:30 smithi194 bash[32038]: cluster 2023-12-07T23:00:28.411847+0000 mgr.a (mgr.14403) 13884 : cluster 0 pgmap v10365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:30.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:30 smithi135 bash[32435]: cluster 2023-12-07T23:00:28.411847+0000 mgr.a (mgr.14403) 13884 : cluster 0 pgmap v10365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:30.907 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:00:30.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:30.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:30.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:30.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:00:32.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:32 smithi079 bash[28699]: audit 2023-12-07T23:00:30.410235+0000 mgr.a (mgr.14403) 13885 : audit 0 from='client.279771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:32.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:32 smithi079 bash[28699]: cluster 2023-12-07T23:00:30.424137+0000 mgr.a (mgr.14403) 13886 : cluster 0 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-07T23:00:32.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:32 smithi194 bash[32038]: audit 2023-12-07T23:00:30.410235+0000 mgr.a (mgr.14403) 13885 : audit 0 from='client.279771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:32.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:32 smithi194 bash[32038]: cluster 2023-12-07T23:00:30.424137+0000 mgr.a (mgr.14403) 13886 : cluster 0 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-07T23:00:32.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:32 smithi135 bash[32435]: audit 2023-12-07T23:00:30.410235+0000 mgr.a (mgr.14403) 13885 : audit 0 from='client.279771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:32.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:32 smithi135 bash[32435]: cluster 2023-12-07T23:00:30.424137+0000 mgr.a (mgr.14403) 13886 : cluster 0 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-07T23:00:33.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:33 smithi194 bash[32038]: cluster 2023-12-07T23:00:32.424824+0000 mgr.a (mgr.14403) 13887 : cluster 0 pgmap v10367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:33.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:33 smithi135 bash[32435]: cluster 2023-12-07T23:00:32.424824+0000 mgr.a (mgr.14403) 13887 : cluster 0 pgmap v10367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:33.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:33 smithi079 bash[28699]: cluster 2023-12-07T23:00:32.424824+0000 mgr.a (mgr.14403) 13887 : cluster 0 pgmap v10367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:35.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:00:35.910 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:35.910 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:36.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:36 smithi079 bash[28699]: cluster 2023-12-07T23:00:34.425612+0000 mgr.a (mgr.14403) 13888 : cluster 0 pgmap v10368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:36.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:36 smithi194 bash[32038]: cluster 2023-12-07T23:00:34.425612+0000 mgr.a (mgr.14403) 13888 : cluster 0 pgmap v10368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:36.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:36 smithi135 bash[32435]: cluster 2023-12-07T23:00:34.425612+0000 mgr.a (mgr.14403) 13888 : cluster 0 pgmap v10368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:36.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:36.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:36.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:36.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:00:36.798 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:00:37.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:37 smithi079 bash[28699]: audit 2023-12-07T23:00:36.325224+0000 mgr.a (mgr.14403) 13889 : audit 0 from='client.279843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:37.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:37 smithi194 bash[32038]: audit 2023-12-07T23:00:36.325224+0000 mgr.a (mgr.14403) 13889 : audit 0 from='client.279843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:37.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:37 smithi135 bash[32435]: audit 2023-12-07T23:00:36.325224+0000 mgr.a (mgr.14403) 13889 : audit 0 from='client.279843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:38.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:38 smithi079 bash[28699]: cluster 2023-12-07T23:00:36.426073+0000 mgr.a (mgr.14403) 13890 : cluster 0 pgmap v10369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:38.751 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:38 smithi135 bash[32435]: cluster 2023-12-07T23:00:36.426073+0000 mgr.a (mgr.14403) 13890 : cluster 0 pgmap v10369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:38.752 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:38 smithi194 bash[32038]: cluster 2023-12-07T23:00:36.426073+0000 mgr.a (mgr.14403) 13890 : cluster 0 pgmap v10369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:00:40.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:40 smithi079 bash[28699]: cluster 2023-12-07T23:00:38.426924+0000 mgr.a (mgr.14403) 13891 : cluster 0 pgmap v10370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:00:40.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:40 smithi194 bash[32038]: cluster 2023-12-07T23:00:38.426924+0000 mgr.a (mgr.14403) 13891 : cluster 0 pgmap v10370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:00:40.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:40 smithi135 bash[32435]: cluster 2023-12-07T23:00:38.426924+0000 mgr.a (mgr.14403) 13891 : cluster 0 pgmap v10370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:00:41.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:00:41.801 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:41.801 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:42.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:42 smithi079 bash[28699]: cluster 2023-12-07T23:00:40.427542+0000 mgr.a (mgr.14403) 13892 : cluster 0 pgmap v10371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:42.680 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:00:42.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:42.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:42.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:42.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:00:42.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:42 smithi194 bash[32038]: cluster 2023-12-07T23:00:40.427542+0000 mgr.a (mgr.14403) 13892 : cluster 0 pgmap v10371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:42.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:42 smithi135 bash[32435]: cluster 2023-12-07T23:00:40.427542+0000 mgr.a (mgr.14403) 13892 : cluster 0 pgmap v10371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:43.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:43 smithi079 bash[28699]: audit 2023-12-07T23:00:42.199148+0000 mgr.a (mgr.14403) 13893 : audit 0 from='client.279918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:43.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:43 smithi194 bash[32038]: audit 2023-12-07T23:00:42.199148+0000 mgr.a (mgr.14403) 13893 : audit 0 from='client.279918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:43.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:43 smithi135 bash[32435]: audit 2023-12-07T23:00:42.199148+0000 mgr.a (mgr.14403) 13893 : audit 0 from='client.279918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:44.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:44 smithi079 bash[28699]: cluster 2023-12-07T23:00:42.427998+0000 mgr.a (mgr.14403) 13894 : cluster 0 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-07T23:00:44.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:44 smithi194 bash[32038]: cluster 2023-12-07T23:00:42.427998+0000 mgr.a (mgr.14403) 13894 : cluster 0 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-07T23:00:44.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:44 smithi135 bash[32435]: cluster 2023-12-07T23:00:42.427998+0000 mgr.a (mgr.14403) 13894 : cluster 0 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-07T23:00:46.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:46 smithi079 bash[28699]: cluster 2023-12-07T23:00:44.428868+0000 mgr.a (mgr.14403) 13895 : cluster 0 pgmap v10373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:46.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:46 smithi194 bash[32038]: cluster 2023-12-07T23:00:44.428868+0000 mgr.a (mgr.14403) 13895 : cluster 0 pgmap v10373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:46.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:46 smithi135 bash[32435]: cluster 2023-12-07T23:00:44.428868+0000 mgr.a (mgr.14403) 13895 : cluster 0 pgmap v10373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:00:47.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:00:47.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:47.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:48.571 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:00:48.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:48.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:48.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:48.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:00:48.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:48 smithi079 bash[28699]: cluster 2023-12-07T23:00:46.429389+0000 mgr.a (mgr.14403) 13896 : cluster 0 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-07T23:00:48.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:48 smithi194 bash[32038]: cluster 2023-12-07T23:00:46.429389+0000 mgr.a (mgr.14403) 13896 : cluster 0 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-07T23:00:48.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:48 smithi135 bash[32435]: cluster 2023-12-07T23:00:46.429389+0000 mgr.a (mgr.14403) 13896 : cluster 0 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-07T23:00:49.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:49 smithi079 bash[28699]: audit 2023-12-07T23:00:48.091969+0000 mgr.a (mgr.14403) 13897 : audit 0 from='client.279993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:49.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:49 smithi194 bash[32038]: audit 2023-12-07T23:00:48.091969+0000 mgr.a (mgr.14403) 13897 : audit 0 from='client.279993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:49.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:49 smithi135 bash[32435]: audit 2023-12-07T23:00:48.091969+0000 mgr.a (mgr.14403) 13897 : audit 0 from='client.279993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:50.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:50 smithi079 bash[28699]: cluster 2023-12-07T23:00:48.430103+0000 mgr.a (mgr.14403) 13898 : cluster 0 pgmap v10375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:00:50.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:50 smithi194 bash[32038]: cluster 2023-12-07T23:00:48.430103+0000 mgr.a (mgr.14403) 13898 : cluster 0 pgmap v10375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:00:50.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:50 smithi135 bash[32435]: cluster 2023-12-07T23:00:48.430103+0000 mgr.a (mgr.14403) 13898 : cluster 0 pgmap v10375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:00:52.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:52 smithi079 bash[28699]: cluster 2023-12-07T23:00:50.430854+0000 mgr.a (mgr.14403) 13899 : cluster 0 pgmap v10376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:00:52.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:52 smithi194 bash[32038]: cluster 2023-12-07T23:00:50.430854+0000 mgr.a (mgr.14403) 13899 : cluster 0 pgmap v10376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:00:52.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:52 smithi135 bash[32435]: cluster 2023-12-07T23:00:50.430854+0000 mgr.a (mgr.14403) 13899 : cluster 0 pgmap v10376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:00:53.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:00:53.575 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:53.575 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:54.487 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:00:54.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:00:54.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:00:54.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:00:54.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:00:54.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:54 smithi079 bash[28699]: cluster 2023-12-07T23:00:52.431423+0000 mgr.a (mgr.14403) 13900 : cluster 0 pgmap v10377: 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-07T23:00:54.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:54 smithi194 bash[32038]: cluster 2023-12-07T23:00:52.431423+0000 mgr.a (mgr.14403) 13900 : cluster 0 pgmap v10377: 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-07T23:00:54.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:54 smithi135 bash[32435]: cluster 2023-12-07T23:00:52.431423+0000 mgr.a (mgr.14403) 13900 : cluster 0 pgmap v10377: 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-07T23:00:55.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:55 smithi079 bash[28699]: audit 2023-12-07T23:00:53.982563+0000 mgr.a (mgr.14403) 13901 : audit 0 from='client.280071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:55.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:55 smithi194 bash[32038]: audit 2023-12-07T23:00:53.982563+0000 mgr.a (mgr.14403) 13901 : audit 0 from='client.280071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:55.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:55 smithi135 bash[32435]: audit 2023-12-07T23:00:53.982563+0000 mgr.a (mgr.14403) 13901 : audit 0 from='client.280071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:00:56.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:56 smithi079 bash[28699]: cluster 2023-12-07T23:00:54.432764+0000 mgr.a (mgr.14403) 13902 : cluster 0 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-07T23:00:56.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:56 smithi194 bash[32038]: cluster 2023-12-07T23:00:54.432764+0000 mgr.a (mgr.14403) 13902 : cluster 0 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-07T23:00:56.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:56 smithi135 bash[32435]: cluster 2023-12-07T23:00:54.432764+0000 mgr.a (mgr.14403) 13902 : cluster 0 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-07T23:00:57.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:57 smithi079 bash[28699]: cluster 2023-12-07T23:00:56.433292+0000 mgr.a (mgr.14403) 13903 : cluster 0 pgmap v10379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:57.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:57 smithi194 bash[32038]: cluster 2023-12-07T23:00:56.433292+0000 mgr.a (mgr.14403) 13903 : cluster 0 pgmap v10379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:57.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:57 smithi135 bash[32435]: cluster 2023-12-07T23:00:56.433292+0000 mgr.a (mgr.14403) 13903 : cluster 0 pgmap v10379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:00:59.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:00:59.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:00:59.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:00:59.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:00:59 smithi079 bash[28699]: cluster 2023-12-07T23:00:58.433926+0000 mgr.a (mgr.14403) 13904 : cluster 0 pgmap v10380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:00:59.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:00:59 smithi194 bash[32038]: cluster 2023-12-07T23:00:58.433926+0000 mgr.a (mgr.14403) 13904 : cluster 0 pgmap v10380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:00:59.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:00:59 smithi135 bash[32435]: cluster 2023-12-07T23:00:58.433926+0000 mgr.a (mgr.14403) 13904 : cluster 0 pgmap v10380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:01:00.377 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:01:00.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:00.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:00.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:00.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:01:01.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:01 smithi079 bash[28699]: audit 2023-12-07T23:00:59.890995+0000 mgr.a (mgr.14403) 13905 : audit 0 from='client.280149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:01.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:01 smithi194 bash[32038]: audit 2023-12-07T23:00:59.890995+0000 mgr.a (mgr.14403) 13905 : audit 0 from='client.280149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:01.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:01 smithi135 bash[32435]: audit 2023-12-07T23:00:59.890995+0000 mgr.a (mgr.14403) 13905 : audit 0 from='client.280149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:02.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:02 smithi079 bash[28699]: cluster 2023-12-07T23:01:00.434965+0000 mgr.a (mgr.14403) 13906 : cluster 0 pgmap v10381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:01:02.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:02 smithi194 bash[32038]: cluster 2023-12-07T23:01:00.434965+0000 mgr.a (mgr.14403) 13906 : cluster 0 pgmap v10381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:01:02.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:02 smithi135 bash[32435]: cluster 2023-12-07T23:01:00.434965+0000 mgr.a (mgr.14403) 13906 : cluster 0 pgmap v10381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:01:04.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:04 smithi079 bash[28699]: cluster 2023-12-07T23:01:02.435746+0000 mgr.a (mgr.14403) 13907 : cluster 0 pgmap v10382: 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-07T23:01:04.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:04 smithi194 bash[32038]: cluster 2023-12-07T23:01:02.435746+0000 mgr.a (mgr.14403) 13907 : cluster 0 pgmap v10382: 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-07T23:01:04.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:04 smithi135 bash[32435]: cluster 2023-12-07T23:01:02.435746+0000 mgr.a (mgr.14403) 13907 : cluster 0 pgmap v10382: 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-07T23:01:05.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:01:05.380 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:05.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:06.283 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:01:06.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:06.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:06.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:06.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:01:06.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:06 smithi079 bash[28699]: cluster 2023-12-07T23:01:04.436646+0000 mgr.a (mgr.14403) 13908 : cluster 0 pgmap v10383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:01:06.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:06 smithi194 bash[32038]: cluster 2023-12-07T23:01:04.436646+0000 mgr.a (mgr.14403) 13908 : cluster 0 pgmap v10383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:01:06.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:06 smithi135 bash[32435]: cluster 2023-12-07T23:01:04.436646+0000 mgr.a (mgr.14403) 13908 : cluster 0 pgmap v10383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:01:07.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:07 smithi079 bash[28699]: audit 2023-12-07T23:01:05.790576+0000 mgr.a (mgr.14403) 13909 : audit 0 from='client.280221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:07.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:07 smithi194 bash[32038]: audit 2023-12-07T23:01:05.790576+0000 mgr.a (mgr.14403) 13909 : audit 0 from='client.280221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:07.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:07 smithi135 bash[32435]: audit 2023-12-07T23:01:05.790576+0000 mgr.a (mgr.14403) 13909 : audit 0 from='client.280221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:08.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:08 smithi079 bash[28699]: cluster 2023-12-07T23:01:06.437514+0000 mgr.a (mgr.14403) 13910 : cluster 0 pgmap v10384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:08.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:08 smithi194 bash[32038]: cluster 2023-12-07T23:01:06.437514+0000 mgr.a (mgr.14403) 13910 : cluster 0 pgmap v10384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:08.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:08 smithi135 bash[32435]: cluster 2023-12-07T23:01:06.437514+0000 mgr.a (mgr.14403) 13910 : cluster 0 pgmap v10384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:10.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:10 smithi079 bash[28699]: cluster 2023-12-07T23:01:08.438318+0000 mgr.a (mgr.14403) 13911 : cluster 0 pgmap v10385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:10.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:10 smithi194 bash[32038]: cluster 2023-12-07T23:01:08.438318+0000 mgr.a (mgr.14403) 13911 : cluster 0 pgmap v10385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:10.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:10 smithi135 bash[32435]: cluster 2023-12-07T23:01:08.438318+0000 mgr.a (mgr.14403) 13911 : cluster 0 pgmap v10385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:11.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:01:11.287 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:11.287 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:12.199 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:01:12.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:12.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:12.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:12.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:01:12.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:12 smithi079 bash[28699]: cluster 2023-12-07T23:01:10.438953+0000 mgr.a (mgr.14403) 13912 : cluster 0 pgmap v10386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:01:12.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:12 smithi194 bash[32038]: cluster 2023-12-07T23:01:10.438953+0000 mgr.a (mgr.14403) 13912 : cluster 0 pgmap v10386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:01:12.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:12 smithi135 bash[32435]: cluster 2023-12-07T23:01:10.438953+0000 mgr.a (mgr.14403) 13912 : cluster 0 pgmap v10386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:01:13.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:13 smithi079 bash[28699]: audit 2023-12-07T23:01:11.689452+0000 mgr.a (mgr.14403) 13913 : audit 0 from='client.280293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:13.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:13 smithi194 bash[32038]: audit 2023-12-07T23:01:11.689452+0000 mgr.a (mgr.14403) 13913 : audit 0 from='client.280293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:13.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:13 smithi135 bash[32435]: audit 2023-12-07T23:01:11.689452+0000 mgr.a (mgr.14403) 13913 : audit 0 from='client.280293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:14.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:14 smithi079 bash[28699]: cluster 2023-12-07T23:01:12.439717+0000 mgr.a (mgr.14403) 13914 : cluster 0 pgmap v10387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:14.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:14 smithi194 bash[32038]: cluster 2023-12-07T23:01:12.439717+0000 mgr.a (mgr.14403) 13914 : cluster 0 pgmap v10387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:14.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:14 smithi135 bash[32435]: cluster 2023-12-07T23:01:12.439717+0000 mgr.a (mgr.14403) 13914 : cluster 0 pgmap v10387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:16.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:16 smithi079 bash[28699]: cluster 2023-12-07T23:01:14.440692+0000 mgr.a (mgr.14403) 13915 : cluster 0 pgmap v10388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:16.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:16 smithi194 bash[32038]: cluster 2023-12-07T23:01:14.440692+0000 mgr.a (mgr.14403) 13915 : cluster 0 pgmap v10388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:16.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:16 smithi135 bash[32435]: cluster 2023-12-07T23:01:14.440692+0000 mgr.a (mgr.14403) 13915 : cluster 0 pgmap v10388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:17.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:01:17.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:17.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:18.117 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:01:18.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:18.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:18.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:18.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:01:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:18 smithi079 bash[28699]: cluster 2023-12-07T23:01:16.441427+0000 mgr.a (mgr.14403) 13916 : cluster 0 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-07T23:01:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:18 smithi079 bash[28699]: audit 2023-12-07T23:01:17.881384+0000 mon.a (mon.0) 2371 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:01:18.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:18 smithi194 bash[32038]: cluster 2023-12-07T23:01:16.441427+0000 mgr.a (mgr.14403) 13916 : cluster 0 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-07T23:01:18.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:18 smithi194 bash[32038]: audit 2023-12-07T23:01:17.881384+0000 mon.a (mon.0) 2371 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:01:18.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:18 smithi135 bash[32435]: cluster 2023-12-07T23:01:16.441427+0000 mgr.a (mgr.14403) 13916 : cluster 0 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-07T23:01:18.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:18 smithi135 bash[32435]: audit 2023-12-07T23:01:17.881384+0000 mon.a (mon.0) 2371 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:01:19.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:19 smithi079 bash[28699]: audit 2023-12-07T23:01:17.610672+0000 mgr.a (mgr.14403) 13917 : audit 0 from='client.280368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:19.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:19 smithi079 bash[28699]: audit 2023-12-07T23:01:18.669719+0000 mon.a (mon.0) 2372 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:01:19.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:19 smithi079 bash[28699]: audit 2023-12-07T23:01:18.671851+0000 mon.a (mon.0) 2373 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:01:19.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:19 smithi079 bash[28699]: audit 2023-12-07T23:01:18.680627+0000 mon.a (mon.0) 2374 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:01:19.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:19 smithi194 bash[32038]: audit 2023-12-07T23:01:17.610672+0000 mgr.a (mgr.14403) 13917 : audit 0 from='client.280368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:19.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:19 smithi194 bash[32038]: audit 2023-12-07T23:01:18.669719+0000 mon.a (mon.0) 2372 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:01:19.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:19 smithi194 bash[32038]: audit 2023-12-07T23:01:18.671851+0000 mon.a (mon.0) 2373 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:01:19.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:19 smithi194 bash[32038]: audit 2023-12-07T23:01:18.680627+0000 mon.a (mon.0) 2374 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:01:19.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:19 smithi135 bash[32435]: audit 2023-12-07T23:01:17.610672+0000 mgr.a (mgr.14403) 13917 : audit 0 from='client.280368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:19.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:19 smithi135 bash[32435]: audit 2023-12-07T23:01:18.669719+0000 mon.a (mon.0) 2372 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:01:19.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:19 smithi135 bash[32435]: audit 2023-12-07T23:01:18.671851+0000 mon.a (mon.0) 2373 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:01:19.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:19 smithi135 bash[32435]: audit 2023-12-07T23:01:18.680627+0000 mon.a (mon.0) 2374 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:01:20.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:20 smithi079 bash[28699]: cluster 2023-12-07T23:01:18.442248+0000 mgr.a (mgr.14403) 13918 : cluster 0 pgmap v10390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:20.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:20 smithi194 bash[32038]: cluster 2023-12-07T23:01:18.442248+0000 mgr.a (mgr.14403) 13918 : cluster 0 pgmap v10390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:20.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:20 smithi135 bash[32435]: cluster 2023-12-07T23:01:18.442248+0000 mgr.a (mgr.14403) 13918 : cluster 0 pgmap v10390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:21.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:21 smithi194 bash[32038]: cluster 2023-12-07T23:01:20.442834+0000 mgr.a (mgr.14403) 13919 : cluster 0 pgmap v10391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:01:21.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:21 smithi135 bash[32435]: cluster 2023-12-07T23:01:20.442834+0000 mgr.a (mgr.14403) 13919 : cluster 0 pgmap v10391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:01:21.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:21 smithi079 bash[28699]: cluster 2023-12-07T23:01:20.442834+0000 mgr.a (mgr.14403) 13919 : cluster 0 pgmap v10391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:01:23.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:01:23.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:23.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:23.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:23 smithi079 bash[28699]: cluster 2023-12-07T23:01:22.443406+0000 mgr.a (mgr.14403) 13920 : cluster 0 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-07T23:01:23.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:23 smithi194 bash[32038]: cluster 2023-12-07T23:01:22.443406+0000 mgr.a (mgr.14403) 13920 : cluster 0 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-07T23:01:23.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:23 smithi135 bash[32435]: cluster 2023-12-07T23:01:22.443406+0000 mgr.a (mgr.14403) 13920 : cluster 0 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-07T23:01:24.019 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:01:24.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:24.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:24.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:24.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:01:24.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:24 smithi079 bash[28699]: audit 2023-12-07T23:01:23.530525+0000 mgr.a (mgr.14403) 13921 : audit 0 from='client.280443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:24.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:24 smithi194 bash[32038]: audit 2023-12-07T23:01:23.530525+0000 mgr.a (mgr.14403) 13921 : audit 0 from='client.280443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:24.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:24 smithi135 bash[32435]: audit 2023-12-07T23:01:23.530525+0000 mgr.a (mgr.14403) 13921 : audit 0 from='client.280443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:26.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:26 smithi079 bash[28699]: cluster 2023-12-07T23:01:24.444381+0000 mgr.a (mgr.14403) 13922 : cluster 0 pgmap v10393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:26.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:26 smithi194 bash[32038]: cluster 2023-12-07T23:01:24.444381+0000 mgr.a (mgr.14403) 13922 : cluster 0 pgmap v10393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:26.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:26 smithi135 bash[32435]: cluster 2023-12-07T23:01:24.444381+0000 mgr.a (mgr.14403) 13922 : cluster 0 pgmap v10393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:28.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:28 smithi079 bash[28699]: cluster 2023-12-07T23:01:26.444965+0000 mgr.a (mgr.14403) 13923 : cluster 0 pgmap v10394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:28.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:28 smithi194 bash[32038]: cluster 2023-12-07T23:01:26.444965+0000 mgr.a (mgr.14403) 13923 : cluster 0 pgmap v10394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:28.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:28 smithi135 bash[32435]: cluster 2023-12-07T23:01:26.444965+0000 mgr.a (mgr.14403) 13923 : cluster 0 pgmap v10394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:29.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:01:29.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:29.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:29.913 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:01:29.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:29.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:29.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:29.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:01:30.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:30 smithi079 bash[28699]: cluster 2023-12-07T23:01:28.445717+0000 mgr.a (mgr.14403) 13924 : cluster 0 pgmap v10395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:01:30.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:30 smithi194 bash[32038]: cluster 2023-12-07T23:01:28.445717+0000 mgr.a (mgr.14403) 13924 : cluster 0 pgmap v10395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:01:30.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:30 smithi135 bash[32435]: cluster 2023-12-07T23:01:28.445717+0000 mgr.a (mgr.14403) 13924 : cluster 0 pgmap v10395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:01:31.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:31 smithi079 bash[28699]: audit 2023-12-07T23:01:29.429008+0000 mgr.a (mgr.14403) 13925 : audit 0 from='client.280521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:31.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:31 smithi194 bash[32038]: audit 2023-12-07T23:01:29.429008+0000 mgr.a (mgr.14403) 13925 : audit 0 from='client.280521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:31.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:31 smithi135 bash[32435]: audit 2023-12-07T23:01:29.429008+0000 mgr.a (mgr.14403) 13925 : audit 0 from='client.280521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:32.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:32 smithi079 bash[28699]: cluster 2023-12-07T23:01:30.446581+0000 mgr.a (mgr.14403) 13926 : cluster 0 pgmap v10396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:01:32.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:32 smithi194 bash[32038]: cluster 2023-12-07T23:01:30.446581+0000 mgr.a (mgr.14403) 13926 : cluster 0 pgmap v10396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:01:32.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:32 smithi135 bash[32435]: cluster 2023-12-07T23:01:30.446581+0000 mgr.a (mgr.14403) 13926 : cluster 0 pgmap v10396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:01:34.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:34 smithi079 bash[28699]: cluster 2023-12-07T23:01:32.447369+0000 mgr.a (mgr.14403) 13927 : cluster 0 pgmap v10397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:34.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:34 smithi194 bash[32038]: cluster 2023-12-07T23:01:32.447369+0000 mgr.a (mgr.14403) 13927 : cluster 0 pgmap v10397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:34.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:34 smithi135 bash[32435]: cluster 2023-12-07T23:01:32.447369+0000 mgr.a (mgr.14403) 13927 : cluster 0 pgmap v10397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:01:34.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:01:34.915 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:34.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:35.783 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:01:35.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:35.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:35.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:35.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:01:36.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:36 smithi079 bash[28699]: cluster 2023-12-07T23:01:34.448187+0000 mgr.a (mgr.14403) 13928 : cluster 0 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-07T23:01:36.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:36 smithi079 bash[28699]: audit 2023-12-07T23:01:35.310374+0000 mgr.a (mgr.14403) 13929 : audit 0 from='client.280593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:36.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:36 smithi194 bash[32038]: cluster 2023-12-07T23:01:34.448187+0000 mgr.a (mgr.14403) 13928 : cluster 0 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-07T23:01:36.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:36 smithi194 bash[32038]: audit 2023-12-07T23:01:35.310374+0000 mgr.a (mgr.14403) 13929 : audit 0 from='client.280593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:36.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:36 smithi135 bash[32435]: cluster 2023-12-07T23:01:34.448187+0000 mgr.a (mgr.14403) 13928 : cluster 0 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-07T23:01:36.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:36 smithi135 bash[32435]: audit 2023-12-07T23:01:35.310374+0000 mgr.a (mgr.14403) 13929 : audit 0 from='client.280593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:38.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:38 smithi079 bash[28699]: cluster 2023-12-07T23:01:36.448853+0000 mgr.a (mgr.14403) 13930 : cluster 0 pgmap v10399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:38.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:38 smithi194 bash[32038]: cluster 2023-12-07T23:01:36.448853+0000 mgr.a (mgr.14403) 13930 : cluster 0 pgmap v10399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:38.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:38 smithi135 bash[32435]: cluster 2023-12-07T23:01:36.448853+0000 mgr.a (mgr.14403) 13930 : cluster 0 pgmap v10399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:40.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:40 smithi079 bash[28699]: cluster 2023-12-07T23:01:38.449568+0000 mgr.a (mgr.14403) 13931 : cluster 0 pgmap v10400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:40.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:40 smithi194 bash[32038]: cluster 2023-12-07T23:01:38.449568+0000 mgr.a (mgr.14403) 13931 : cluster 0 pgmap v10400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:40.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:40 smithi135 bash[32435]: cluster 2023-12-07T23:01:38.449568+0000 mgr.a (mgr.14403) 13931 : cluster 0 pgmap v10400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:40.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:01:40.787 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:40.787 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:41.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:41.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:41.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:41.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:01:41.724 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:01:42.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:42 smithi079 bash[28699]: cluster 2023-12-07T23:01:40.450178+0000 mgr.a (mgr.14403) 13932 : cluster 0 pgmap v10401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:01:42.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:42 smithi079 bash[28699]: audit 2023-12-07T23:01:41.198548+0000 mgr.a (mgr.14403) 13933 : audit 0 from='client.280671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:42.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:42 smithi194 bash[32038]: cluster 2023-12-07T23:01:40.450178+0000 mgr.a (mgr.14403) 13932 : cluster 0 pgmap v10401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:01:42.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:42 smithi194 bash[32038]: audit 2023-12-07T23:01:41.198548+0000 mgr.a (mgr.14403) 13933 : audit 0 from='client.280671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:42.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:42 smithi135 bash[32435]: cluster 2023-12-07T23:01:40.450178+0000 mgr.a (mgr.14403) 13932 : cluster 0 pgmap v10401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:01:42.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:42 smithi135 bash[32435]: audit 2023-12-07T23:01:41.198548+0000 mgr.a (mgr.14403) 13933 : audit 0 from='client.280671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:44.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:44 smithi079 bash[28699]: cluster 2023-12-07T23:01:42.450862+0000 mgr.a (mgr.14403) 13934 : cluster 0 pgmap v10402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:44.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:44 smithi194 bash[32038]: cluster 2023-12-07T23:01:42.450862+0000 mgr.a (mgr.14403) 13934 : cluster 0 pgmap v10402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:44.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:44 smithi135 bash[32435]: cluster 2023-12-07T23:01:42.450862+0000 mgr.a (mgr.14403) 13934 : cluster 0 pgmap v10402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:46.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:46 smithi079 bash[28699]: cluster 2023-12-07T23:01:44.451641+0000 mgr.a (mgr.14403) 13935 : cluster 0 pgmap v10403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:46.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:46 smithi194 bash[32038]: cluster 2023-12-07T23:01:44.451641+0000 mgr.a (mgr.14403) 13935 : cluster 0 pgmap v10403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:46.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:46 smithi135 bash[32435]: cluster 2023-12-07T23:01:44.451641+0000 mgr.a (mgr.14403) 13935 : cluster 0 pgmap v10403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:01:46.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:01:46.727 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:46.727 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:47.625 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:01:47.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:47.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:47.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:47.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:01:48.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:48 smithi079 bash[28699]: cluster 2023-12-07T23:01:46.452206+0000 mgr.a (mgr.14403) 13936 : cluster 0 pgmap v10404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:48.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:48 smithi079 bash[28699]: audit 2023-12-07T23:01:47.137115+0000 mgr.a (mgr.14403) 13937 : audit 0 from='client.280743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:48.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:48 smithi194 bash[32038]: cluster 2023-12-07T23:01:46.452206+0000 mgr.a (mgr.14403) 13936 : cluster 0 pgmap v10404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:48.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:48 smithi194 bash[32038]: audit 2023-12-07T23:01:47.137115+0000 mgr.a (mgr.14403) 13937 : audit 0 from='client.280743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:48.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:48 smithi135 bash[32435]: cluster 2023-12-07T23:01:46.452206+0000 mgr.a (mgr.14403) 13936 : cluster 0 pgmap v10404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:48.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:48 smithi135 bash[32435]: audit 2023-12-07T23:01:47.137115+0000 mgr.a (mgr.14403) 13937 : audit 0 from='client.280743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:50.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:50 smithi079 bash[28699]: cluster 2023-12-07T23:01:48.453045+0000 mgr.a (mgr.14403) 13938 : cluster 0 pgmap v10405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:50.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:50 smithi194 bash[32038]: cluster 2023-12-07T23:01:48.453045+0000 mgr.a (mgr.14403) 13938 : cluster 0 pgmap v10405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:50.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:50 smithi135 bash[32435]: cluster 2023-12-07T23:01:48.453045+0000 mgr.a (mgr.14403) 13938 : cluster 0 pgmap v10405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:52.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:01:52.629 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:52.629 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:52.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:52 smithi079 bash[28699]: cluster 2023-12-07T23:01:50.453706+0000 mgr.a (mgr.14403) 13939 : cluster 0 pgmap v10406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:01:52.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:52 smithi194 bash[32038]: cluster 2023-12-07T23:01:50.453706+0000 mgr.a (mgr.14403) 13939 : cluster 0 pgmap v10406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:01:52.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:52 smithi135 bash[32435]: cluster 2023-12-07T23:01:50.453706+0000 mgr.a (mgr.14403) 13939 : cluster 0 pgmap v10406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:01:53.545 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:01:53.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:53.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:53.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:53.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:01:53.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:53 smithi194 bash[32038]: cluster 2023-12-07T23:01:52.454261+0000 mgr.a (mgr.14403) 13940 : cluster 0 pgmap v10407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:53.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:53 smithi194 bash[32038]: audit 2023-12-07T23:01:53.040204+0000 mgr.a (mgr.14403) 13941 : audit 0 from='client.280818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:53.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:53 smithi135 bash[32435]: cluster 2023-12-07T23:01:52.454261+0000 mgr.a (mgr.14403) 13940 : cluster 0 pgmap v10407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:53.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:53 smithi135 bash[32435]: audit 2023-12-07T23:01:53.040204+0000 mgr.a (mgr.14403) 13941 : audit 0 from='client.280818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:53.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:53 smithi079 bash[28699]: cluster 2023-12-07T23:01:52.454261+0000 mgr.a (mgr.14403) 13940 : cluster 0 pgmap v10407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:01:53.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:53 smithi079 bash[28699]: audit 2023-12-07T23:01:53.040204+0000 mgr.a (mgr.14403) 13941 : audit 0 from='client.280818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:01:56.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:56 smithi079 bash[28699]: cluster 2023-12-07T23:01:54.455190+0000 mgr.a (mgr.14403) 13942 : cluster 0 pgmap v10408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:56.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:56 smithi194 bash[32038]: cluster 2023-12-07T23:01:54.455190+0000 mgr.a (mgr.14403) 13942 : cluster 0 pgmap v10408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:56.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:56 smithi135 bash[32435]: cluster 2023-12-07T23:01:54.455190+0000 mgr.a (mgr.14403) 13942 : cluster 0 pgmap v10408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:01:58.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:01:58.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:01:58.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:01:58.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:01:58 smithi079 bash[28699]: cluster 2023-12-07T23:01:56.455740+0000 mgr.a (mgr.14403) 13943 : cluster 0 pgmap v10409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:01:58.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:01:58 smithi194 bash[32038]: cluster 2023-12-07T23:01:56.455740+0000 mgr.a (mgr.14403) 13943 : cluster 0 pgmap v10409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:01:58.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:01:58 smithi135 bash[32435]: cluster 2023-12-07T23:01:56.455740+0000 mgr.a (mgr.14403) 13943 : cluster 0 pgmap v10409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:01:59.437 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:01:59.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:01:59.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:01:59.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:01:59.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:02:00.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:00 smithi079 bash[28699]: cluster 2023-12-07T23:01:58.456322+0000 mgr.a (mgr.14403) 13944 : cluster 0 pgmap v10410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:02:00.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:00 smithi079 bash[28699]: audit 2023-12-07T23:01:58.958081+0000 mgr.a (mgr.14403) 13945 : audit 0 from='client.218317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:00.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:00 smithi194 bash[32038]: cluster 2023-12-07T23:01:58.456322+0000 mgr.a (mgr.14403) 13944 : cluster 0 pgmap v10410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:02:00.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:00 smithi194 bash[32038]: audit 2023-12-07T23:01:58.958081+0000 mgr.a (mgr.14403) 13945 : audit 0 from='client.218317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:00.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:00 smithi135 bash[32435]: cluster 2023-12-07T23:01:58.456322+0000 mgr.a (mgr.14403) 13944 : cluster 0 pgmap v10410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:02:00.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:00 smithi135 bash[32435]: audit 2023-12-07T23:01:58.958081+0000 mgr.a (mgr.14403) 13945 : audit 0 from='client.218317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:02.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:02 smithi079 bash[28699]: cluster 2023-12-07T23:02:00.457041+0000 mgr.a (mgr.14403) 13946 : cluster 0 pgmap v10411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:02:02.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:02 smithi194 bash[32038]: cluster 2023-12-07T23:02:00.457041+0000 mgr.a (mgr.14403) 13946 : cluster 0 pgmap v10411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:02:02.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:02 smithi135 bash[32435]: cluster 2023-12-07T23:02:00.457041+0000 mgr.a (mgr.14403) 13946 : cluster 0 pgmap v10411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:02:04.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:02:04.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:04.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:04.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:04 smithi079 bash[28699]: cluster 2023-12-07T23:02:02.457644+0000 mgr.a (mgr.14403) 13947 : cluster 0 pgmap v10412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:04.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:04 smithi194 bash[32038]: cluster 2023-12-07T23:02:02.457644+0000 mgr.a (mgr.14403) 13947 : cluster 0 pgmap v10412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:04.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:04 smithi135 bash[32435]: cluster 2023-12-07T23:02:02.457644+0000 mgr.a (mgr.14403) 13947 : cluster 0 pgmap v10412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:05.351 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:02:05.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:05.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:05.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:05.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:02:06.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:06 smithi079 bash[28699]: cluster 2023-12-07T23:02:04.458418+0000 mgr.a (mgr.14403) 13948 : cluster 0 pgmap v10413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:06.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:06 smithi079 bash[28699]: audit 2023-12-07T23:02:04.849485+0000 mgr.a (mgr.14403) 13949 : audit 0 from='client.280965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:06.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:06 smithi194 bash[32038]: cluster 2023-12-07T23:02:04.458418+0000 mgr.a (mgr.14403) 13948 : cluster 0 pgmap v10413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:06.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:06 smithi194 bash[32038]: audit 2023-12-07T23:02:04.849485+0000 mgr.a (mgr.14403) 13949 : audit 0 from='client.280965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:06.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:06 smithi135 bash[32435]: cluster 2023-12-07T23:02:04.458418+0000 mgr.a (mgr.14403) 13948 : cluster 0 pgmap v10413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:06.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:06 smithi135 bash[32435]: audit 2023-12-07T23:02:04.849485+0000 mgr.a (mgr.14403) 13949 : audit 0 from='client.280965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:08.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:08 smithi079 bash[28699]: cluster 2023-12-07T23:02:06.459173+0000 mgr.a (mgr.14403) 13950 : cluster 0 pgmap v10414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:02:08.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:08 smithi194 bash[32038]: cluster 2023-12-07T23:02:06.459173+0000 mgr.a (mgr.14403) 13950 : cluster 0 pgmap v10414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:02:08.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:08 smithi135 bash[32435]: cluster 2023-12-07T23:02:06.459173+0000 mgr.a (mgr.14403) 13950 : cluster 0 pgmap v10414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:02:10.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:02:10.355 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:10.355 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:10.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:10 smithi079 bash[28699]: cluster 2023-12-07T23:02:08.459843+0000 mgr.a (mgr.14403) 13951 : cluster 0 pgmap v10415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:02:10.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:10 smithi194 bash[32038]: cluster 2023-12-07T23:02:08.459843+0000 mgr.a (mgr.14403) 13951 : cluster 0 pgmap v10415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:02:10.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:10 smithi135 bash[32435]: cluster 2023-12-07T23:02:08.459843+0000 mgr.a (mgr.14403) 13951 : cluster 0 pgmap v10415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:02:11.260 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:02:11.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:11.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:11.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:11.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:02:12.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:12 smithi079 bash[28699]: cluster 2023-12-07T23:02:10.460426+0000 mgr.a (mgr.14403) 13952 : cluster 0 pgmap v10416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:02:12.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:12 smithi079 bash[28699]: audit 2023-12-07T23:02:10.766507+0000 mgr.a (mgr.14403) 13953 : audit 0 from='client.281043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:12.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:12 smithi194 bash[32038]: cluster 2023-12-07T23:02:10.460426+0000 mgr.a (mgr.14403) 13952 : cluster 0 pgmap v10416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:02:12.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:12 smithi194 bash[32038]: audit 2023-12-07T23:02:10.766507+0000 mgr.a (mgr.14403) 13953 : audit 0 from='client.281043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:12.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:12 smithi135 bash[32435]: cluster 2023-12-07T23:02:10.460426+0000 mgr.a (mgr.14403) 13952 : cluster 0 pgmap v10416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:02:12.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:12 smithi135 bash[32435]: audit 2023-12-07T23:02:10.766507+0000 mgr.a (mgr.14403) 13953 : audit 0 from='client.281043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:14.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:14 smithi079 bash[28699]: cluster 2023-12-07T23:02:12.461151+0000 mgr.a (mgr.14403) 13954 : cluster 0 pgmap v10417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:14.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:14 smithi194 bash[32038]: cluster 2023-12-07T23:02:12.461151+0000 mgr.a (mgr.14403) 13954 : cluster 0 pgmap v10417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:14.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:14 smithi135 bash[32435]: cluster 2023-12-07T23:02:12.461151+0000 mgr.a (mgr.14403) 13954 : cluster 0 pgmap v10417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:16.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:02:16.263 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:16.264 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:16.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:16 smithi079 bash[28699]: cluster 2023-12-07T23:02:14.461946+0000 mgr.a (mgr.14403) 13955 : cluster 0 pgmap v10418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:16.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:16 smithi194 bash[32038]: cluster 2023-12-07T23:02:14.461946+0000 mgr.a (mgr.14403) 13955 : cluster 0 pgmap v10418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:16.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:16 smithi135 bash[32435]: cluster 2023-12-07T23:02:14.461946+0000 mgr.a (mgr.14403) 13955 : cluster 0 pgmap v10418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:17.166 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:02:17.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:17.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:17.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:17.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:02:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:18 smithi079 bash[28699]: cluster 2023-12-07T23:02:16.462494+0000 mgr.a (mgr.14403) 13956 : cluster 0 pgmap v10419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:18 smithi079 bash[28699]: audit 2023-12-07T23:02:16.676753+0000 mgr.a (mgr.14403) 13957 : audit 0 from='client.281115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:18.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:18 smithi194 bash[32038]: cluster 2023-12-07T23:02:16.462494+0000 mgr.a (mgr.14403) 13956 : cluster 0 pgmap v10419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:18.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:18 smithi194 bash[32038]: audit 2023-12-07T23:02:16.676753+0000 mgr.a (mgr.14403) 13957 : audit 0 from='client.281115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:18.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:18 smithi135 bash[32435]: cluster 2023-12-07T23:02:16.462494+0000 mgr.a (mgr.14403) 13956 : cluster 0 pgmap v10419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:18.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:18 smithi135 bash[32435]: audit 2023-12-07T23:02:16.676753+0000 mgr.a (mgr.14403) 13957 : audit 0 from='client.281115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:19.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:19 smithi079 bash[28699]: audit 2023-12-07T23:02:18.782405+0000 mon.a (mon.0) 2375 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:02:19.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:19 smithi079 bash[28699]: audit 2023-12-07T23:02:19.311503+0000 mon.a (mon.0) 2376 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:02:19.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:19 smithi079 bash[28699]: audit 2023-12-07T23:02:19.327707+0000 mon.a (mon.0) 2377 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:02:19.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:19 smithi194 bash[32038]: audit 2023-12-07T23:02:18.782405+0000 mon.a (mon.0) 2375 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:02:19.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:19 smithi194 bash[32038]: audit 2023-12-07T23:02:19.311503+0000 mon.a (mon.0) 2376 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:02:19.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:19 smithi194 bash[32038]: audit 2023-12-07T23:02:19.327707+0000 mon.a (mon.0) 2377 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:02:19.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:19 smithi135 bash[32435]: audit 2023-12-07T23:02:18.782405+0000 mon.a (mon.0) 2375 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:02:19.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:19 smithi135 bash[32435]: audit 2023-12-07T23:02:19.311503+0000 mon.a (mon.0) 2376 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:02:19.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:19 smithi135 bash[32435]: audit 2023-12-07T23:02:19.327707+0000 mon.a (mon.0) 2377 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:02:20.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:20 smithi194 bash[32038]: cluster 2023-12-07T23:02:18.463289+0000 mgr.a (mgr.14403) 13958 : cluster 0 pgmap v10420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:02:20.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:20 smithi194 bash[32038]: audit 2023-12-07T23:02:20.071148+0000 mon.a (mon.0) 2378 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:02:20.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:20 smithi194 bash[32038]: audit 2023-12-07T23:02:20.072928+0000 mon.a (mon.0) 2379 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:02:20.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:20 smithi194 bash[32038]: audit 2023-12-07T23:02:20.082485+0000 mon.a (mon.0) 2380 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:02:20.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:20 smithi135 bash[32435]: cluster 2023-12-07T23:02:18.463289+0000 mgr.a (mgr.14403) 13958 : cluster 0 pgmap v10420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:02:20.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:20 smithi135 bash[32435]: audit 2023-12-07T23:02:20.071148+0000 mon.a (mon.0) 2378 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:02:20.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:20 smithi135 bash[32435]: audit 2023-12-07T23:02:20.072928+0000 mon.a (mon.0) 2379 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:02:20.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:20 smithi135 bash[32435]: audit 2023-12-07T23:02:20.082485+0000 mon.a (mon.0) 2380 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:02:20.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:20 smithi079 bash[28699]: cluster 2023-12-07T23:02:18.463289+0000 mgr.a (mgr.14403) 13958 : cluster 0 pgmap v10420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:02:20.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:20 smithi079 bash[28699]: audit 2023-12-07T23:02:20.071148+0000 mon.a (mon.0) 2378 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:02:20.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:20 smithi079 bash[28699]: audit 2023-12-07T23:02:20.072928+0000 mon.a (mon.0) 2379 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:02:20.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:20 smithi079 bash[28699]: audit 2023-12-07T23:02:20.082485+0000 mon.a (mon.0) 2380 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:02:21.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:21 smithi194 bash[32038]: cluster 2023-12-07T23:02:20.463899+0000 mgr.a (mgr.14403) 13959 : cluster 0 pgmap v10421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:02:21.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:21 smithi135 bash[32435]: cluster 2023-12-07T23:02:20.463899+0000 mgr.a (mgr.14403) 13959 : cluster 0 pgmap v10421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:02:21.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:21 smithi079 bash[28699]: cluster 2023-12-07T23:02:20.463899+0000 mgr.a (mgr.14403) 13959 : cluster 0 pgmap v10421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:02:22.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:02:22.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:22.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:23.076 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:02:23.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:23.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:23.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:23.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:02:23.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:23 smithi079 bash[28699]: cluster 2023-12-07T23:02:22.464290+0000 mgr.a (mgr.14403) 13960 : cluster 0 pgmap v10422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:23.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:23 smithi079 bash[28699]: audit 2023-12-07T23:02:22.567055+0000 mgr.a (mgr.14403) 13961 : audit 0 from='client.281193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:23.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:23 smithi194 bash[32038]: cluster 2023-12-07T23:02:22.464290+0000 mgr.a (mgr.14403) 13960 : cluster 0 pgmap v10422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:23.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:23 smithi194 bash[32038]: audit 2023-12-07T23:02:22.567055+0000 mgr.a (mgr.14403) 13961 : audit 0 from='client.281193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:23.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:23 smithi135 bash[32435]: cluster 2023-12-07T23:02:22.464290+0000 mgr.a (mgr.14403) 13960 : cluster 0 pgmap v10422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:23.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:23 smithi135 bash[32435]: audit 2023-12-07T23:02:22.567055+0000 mgr.a (mgr.14403) 13961 : audit 0 from='client.281193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:26.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:26 smithi079 bash[28699]: cluster 2023-12-07T23:02:24.465325+0000 mgr.a (mgr.14403) 13962 : cluster 0 pgmap v10423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:26.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:26 smithi194 bash[32038]: cluster 2023-12-07T23:02:24.465325+0000 mgr.a (mgr.14403) 13962 : cluster 0 pgmap v10423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:26.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:26 smithi135 bash[32435]: cluster 2023-12-07T23:02:24.465325+0000 mgr.a (mgr.14403) 13962 : cluster 0 pgmap v10423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:28.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:02:28.080 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:28.080 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:28.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:28 smithi079 bash[28699]: cluster 2023-12-07T23:02:26.465961+0000 mgr.a (mgr.14403) 13963 : cluster 0 pgmap v10424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:28.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:28 smithi194 bash[32038]: cluster 2023-12-07T23:02:26.465961+0000 mgr.a (mgr.14403) 13963 : cluster 0 pgmap v10424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:28.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:28 smithi135 bash[32435]: cluster 2023-12-07T23:02:26.465961+0000 mgr.a (mgr.14403) 13963 : cluster 0 pgmap v10424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:28.974 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:02:28.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:28.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:28.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:28.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:02:30.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:30 smithi079 bash[28699]: cluster 2023-12-07T23:02:28.466393+0000 mgr.a (mgr.14403) 13964 : cluster 0 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-07T23:02:30.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:30 smithi079 bash[28699]: audit 2023-12-07T23:02:28.491229+0000 mgr.a (mgr.14403) 13965 : audit 0 from='client.281265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:30.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:30 smithi194 bash[32038]: cluster 2023-12-07T23:02:28.466393+0000 mgr.a (mgr.14403) 13964 : cluster 0 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-07T23:02:30.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:30 smithi194 bash[32038]: audit 2023-12-07T23:02:28.491229+0000 mgr.a (mgr.14403) 13965 : audit 0 from='client.281265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:30.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:30 smithi135 bash[32435]: cluster 2023-12-07T23:02:28.466393+0000 mgr.a (mgr.14403) 13964 : cluster 0 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-07T23:02:30.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:30 smithi135 bash[32435]: audit 2023-12-07T23:02:28.491229+0000 mgr.a (mgr.14403) 13965 : audit 0 from='client.281265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:32.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:32 smithi079 bash[28699]: cluster 2023-12-07T23:02:30.467238+0000 mgr.a (mgr.14403) 13966 : cluster 0 pgmap v10426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:02:32.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:32 smithi194 bash[32038]: cluster 2023-12-07T23:02:30.467238+0000 mgr.a (mgr.14403) 13966 : cluster 0 pgmap v10426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:02:32.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:32 smithi135 bash[32435]: cluster 2023-12-07T23:02:30.467238+0000 mgr.a (mgr.14403) 13966 : cluster 0 pgmap v10426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:02:33.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:02:33.977 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:33.978 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:34.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:34 smithi079 bash[28699]: cluster 2023-12-07T23:02:32.467763+0000 mgr.a (mgr.14403) 13967 : cluster 0 pgmap v10427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:34.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:34 smithi194 bash[32038]: cluster 2023-12-07T23:02:32.467763+0000 mgr.a (mgr.14403) 13967 : cluster 0 pgmap v10427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:34.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:34 smithi135 bash[32435]: cluster 2023-12-07T23:02:32.467763+0000 mgr.a (mgr.14403) 13967 : cluster 0 pgmap v10427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:34.912 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:02:34.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:34.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:34.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:34.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:02:35.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:35 smithi079 bash[28699]: audit 2023-12-07T23:02:34.393534+0000 mgr.a (mgr.14403) 13968 : audit 0 from='client.281340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:35.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:35 smithi194 bash[32038]: audit 2023-12-07T23:02:34.393534+0000 mgr.a (mgr.14403) 13968 : audit 0 from='client.281340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:35.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:35 smithi135 bash[32435]: audit 2023-12-07T23:02:34.393534+0000 mgr.a (mgr.14403) 13968 : audit 0 from='client.281340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:36.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:36 smithi079 bash[28699]: cluster 2023-12-07T23:02:34.468563+0000 mgr.a (mgr.14403) 13969 : cluster 0 pgmap v10428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:36.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:36 smithi194 bash[32038]: cluster 2023-12-07T23:02:34.468563+0000 mgr.a (mgr.14403) 13969 : cluster 0 pgmap v10428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:36.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:36 smithi135 bash[32435]: cluster 2023-12-07T23:02:34.468563+0000 mgr.a (mgr.14403) 13969 : cluster 0 pgmap v10428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:38.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:38 smithi079 bash[28699]: cluster 2023-12-07T23:02:36.469241+0000 mgr.a (mgr.14403) 13970 : cluster 0 pgmap v10429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:38.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:38 smithi194 bash[32038]: cluster 2023-12-07T23:02:36.469241+0000 mgr.a (mgr.14403) 13970 : cluster 0 pgmap v10429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:38.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:38 smithi135 bash[32435]: cluster 2023-12-07T23:02:36.469241+0000 mgr.a (mgr.14403) 13970 : cluster 0 pgmap v10429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:02:39.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:02:39.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:39.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:40.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:40 smithi079 bash[28699]: cluster 2023-12-07T23:02:38.469933+0000 mgr.a (mgr.14403) 13971 : cluster 0 pgmap v10430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:02:40.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:40 smithi194 bash[32038]: cluster 2023-12-07T23:02:38.469933+0000 mgr.a (mgr.14403) 13971 : cluster 0 pgmap v10430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:02:40.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:40 smithi135 bash[32435]: cluster 2023-12-07T23:02:38.469933+0000 mgr.a (mgr.14403) 13971 : cluster 0 pgmap v10430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:02:40.807 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:02:40.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:40.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:40.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:40.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:02:41.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:41 smithi079 bash[28699]: audit 2023-12-07T23:02:40.330666+0000 mgr.a (mgr.14403) 13972 : audit 0 from='client.281418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:41.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:41 smithi194 bash[32038]: audit 2023-12-07T23:02:40.330666+0000 mgr.a (mgr.14403) 13972 : audit 0 from='client.281418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:41.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:41 smithi135 bash[32435]: audit 2023-12-07T23:02:40.330666+0000 mgr.a (mgr.14403) 13972 : audit 0 from='client.281418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:42.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:42 smithi079 bash[28699]: cluster 2023-12-07T23:02:40.474963+0000 mgr.a (mgr.14403) 13973 : cluster 0 pgmap v10431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:42.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:42 smithi194 bash[32038]: cluster 2023-12-07T23:02:40.474963+0000 mgr.a (mgr.14403) 13973 : cluster 0 pgmap v10431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:42.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:42 smithi135 bash[32435]: cluster 2023-12-07T23:02:40.474963+0000 mgr.a (mgr.14403) 13973 : cluster 0 pgmap v10431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:44.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:44 smithi194 bash[32038]: cluster 2023-12-07T23:02:42.475800+0000 mgr.a (mgr.14403) 13974 : cluster 0 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-07T23:02:44.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:44 smithi135 bash[32435]: cluster 2023-12-07T23:02:42.475800+0000 mgr.a (mgr.14403) 13974 : cluster 0 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-07T23:02:44.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:44 smithi079 bash[28699]: cluster 2023-12-07T23:02:42.475800+0000 mgr.a (mgr.14403) 13974 : cluster 0 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-07T23:02:45.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:02:45.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:45.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:46.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:46 smithi194 bash[32038]: cluster 2023-12-07T23:02:44.476643+0000 mgr.a (mgr.14403) 13975 : cluster 0 pgmap v10433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:46.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:46 smithi135 bash[32435]: cluster 2023-12-07T23:02:44.476643+0000 mgr.a (mgr.14403) 13975 : cluster 0 pgmap v10433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:46.723 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:02:46.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:46.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:46.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:46.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:02:46.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:46 smithi079 bash[28699]: cluster 2023-12-07T23:02:44.476643+0000 mgr.a (mgr.14403) 13975 : cluster 0 pgmap v10433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:47.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:47 smithi194 bash[32038]: audit 2023-12-07T23:02:46.218140+0000 mgr.a (mgr.14403) 13976 : audit 0 from='client.281493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:47.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:47 smithi135 bash[32435]: audit 2023-12-07T23:02:46.218140+0000 mgr.a (mgr.14403) 13976 : audit 0 from='client.281493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:47.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:47 smithi079 bash[28699]: audit 2023-12-07T23:02:46.218140+0000 mgr.a (mgr.14403) 13976 : audit 0 from='client.281493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:48.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:48 smithi194 bash[32038]: cluster 2023-12-07T23:02:46.477323+0000 mgr.a (mgr.14403) 13977 : cluster 0 pgmap v10434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:48.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:48 smithi135 bash[32435]: cluster 2023-12-07T23:02:46.477323+0000 mgr.a (mgr.14403) 13977 : cluster 0 pgmap v10434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:48.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:48 smithi079 bash[28699]: cluster 2023-12-07T23:02:46.477323+0000 mgr.a (mgr.14403) 13977 : cluster 0 pgmap v10434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:49.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:49 smithi194 bash[32038]: cluster 2023-12-07T23:02:48.478164+0000 mgr.a (mgr.14403) 13978 : cluster 0 pgmap v10435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:49.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:49 smithi135 bash[32435]: cluster 2023-12-07T23:02:48.478164+0000 mgr.a (mgr.14403) 13978 : cluster 0 pgmap v10435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:49.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:49 smithi079 bash[28699]: cluster 2023-12-07T23:02:48.478164+0000 mgr.a (mgr.14403) 13978 : cluster 0 pgmap v10435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:51.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:02:51.727 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:51.727 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:52.630 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:02:52.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:52.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:52.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:52.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:02:52.636 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:52 smithi079 bash[28699]: cluster 2023-12-07T23:02:50.478706+0000 mgr.a (mgr.14403) 13979 : cluster 0 pgmap v10436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:02:52.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:52 smithi194 bash[32038]: cluster 2023-12-07T23:02:50.478706+0000 mgr.a (mgr.14403) 13979 : cluster 0 pgmap v10436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:02:52.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:52 smithi135 bash[32435]: cluster 2023-12-07T23:02:50.478706+0000 mgr.a (mgr.14403) 13979 : cluster 0 pgmap v10436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:02:53.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:53 smithi079 bash[28699]: audit 2023-12-07T23:02:52.133309+0000 mgr.a (mgr.14403) 13980 : audit 0 from='client.281571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:53.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:53 smithi194 bash[32038]: audit 2023-12-07T23:02:52.133309+0000 mgr.a (mgr.14403) 13980 : audit 0 from='client.281571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:53.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:53 smithi135 bash[32435]: audit 2023-12-07T23:02:52.133309+0000 mgr.a (mgr.14403) 13980 : audit 0 from='client.281571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:54.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:54 smithi079 bash[28699]: cluster 2023-12-07T23:02:52.479211+0000 mgr.a (mgr.14403) 13981 : cluster 0 pgmap v10437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:54.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:54 smithi194 bash[32038]: cluster 2023-12-07T23:02:52.479211+0000 mgr.a (mgr.14403) 13981 : cluster 0 pgmap v10437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:54.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:54 smithi135 bash[32435]: cluster 2023-12-07T23:02:52.479211+0000 mgr.a (mgr.14403) 13981 : cluster 0 pgmap v10437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:56.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:56 smithi079 bash[28699]: cluster 2023-12-07T23:02:54.480050+0000 mgr.a (mgr.14403) 13982 : cluster 0 pgmap v10438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:56.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:56 smithi194 bash[32038]: cluster 2023-12-07T23:02:54.480050+0000 mgr.a (mgr.14403) 13982 : cluster 0 pgmap v10438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:56.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:56 smithi135 bash[32435]: cluster 2023-12-07T23:02:54.480050+0000 mgr.a (mgr.14403) 13982 : cluster 0 pgmap v10438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:02:57.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:02:57.634 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:02:57.634 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:02:58.542 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:02:58.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:02:58.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:02:58.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:02:58.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:02:58.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:58 smithi079 bash[28699]: cluster 2023-12-07T23:02:56.480580+0000 mgr.a (mgr.14403) 13983 : cluster 0 pgmap v10439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:58.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:58 smithi194 bash[32038]: cluster 2023-12-07T23:02:56.480580+0000 mgr.a (mgr.14403) 13983 : cluster 0 pgmap v10439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:58.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:58 smithi135 bash[32435]: cluster 2023-12-07T23:02:56.480580+0000 mgr.a (mgr.14403) 13983 : cluster 0 pgmap v10439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:02:59.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:02:59 smithi079 bash[28699]: audit 2023-12-07T23:02:58.046776+0000 mgr.a (mgr.14403) 13984 : audit 0 from='client.281649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:59.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:02:59 smithi194 bash[32038]: audit 2023-12-07T23:02:58.046776+0000 mgr.a (mgr.14403) 13984 : audit 0 from='client.281649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:02:59.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:02:59 smithi135 bash[32435]: audit 2023-12-07T23:02:58.046776+0000 mgr.a (mgr.14403) 13984 : audit 0 from='client.281649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:00.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:00 smithi079 bash[28699]: cluster 2023-12-07T23:02:58.481392+0000 mgr.a (mgr.14403) 13985 : cluster 0 pgmap v10440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:03:00.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:00 smithi194 bash[32038]: cluster 2023-12-07T23:02:58.481392+0000 mgr.a (mgr.14403) 13985 : cluster 0 pgmap v10440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:03:00.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:00 smithi135 bash[32435]: cluster 2023-12-07T23:02:58.481392+0000 mgr.a (mgr.14403) 13985 : cluster 0 pgmap v10440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:03:02.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:02 smithi079 bash[28699]: cluster 2023-12-07T23:03:00.481976+0000 mgr.a (mgr.14403) 13986 : cluster 0 pgmap v10441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:03:02.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:02 smithi194 bash[32038]: cluster 2023-12-07T23:03:00.481976+0000 mgr.a (mgr.14403) 13986 : cluster 0 pgmap v10441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:03:02.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:02 smithi135 bash[32435]: cluster 2023-12-07T23:03:00.481976+0000 mgr.a (mgr.14403) 13986 : cluster 0 pgmap v10441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:03:03.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:03:03.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:03.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:04.462 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:03:04.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:04.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:04.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:04.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:03:04.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:04 smithi194 bash[32038]: cluster 2023-12-07T23:03:02.482536+0000 mgr.a (mgr.14403) 13987 : cluster 0 pgmap v10442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:03:04.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:04 smithi135 bash[32435]: cluster 2023-12-07T23:03:02.482536+0000 mgr.a (mgr.14403) 13987 : cluster 0 pgmap v10442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:03:04.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:04 smithi079 bash[28699]: cluster 2023-12-07T23:03:02.482536+0000 mgr.a (mgr.14403) 13987 : cluster 0 pgmap v10442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:03:05.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:05 smithi194 bash[32038]: audit 2023-12-07T23:03:03.952520+0000 mgr.a (mgr.14403) 13988 : audit 0 from='client.281724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:05.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:05 smithi135 bash[32435]: audit 2023-12-07T23:03:03.952520+0000 mgr.a (mgr.14403) 13988 : audit 0 from='client.281724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:05.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:05 smithi079 bash[28699]: audit 2023-12-07T23:03:03.952520+0000 mgr.a (mgr.14403) 13988 : audit 0 from='client.281724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:06.698 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:06 smithi194 bash[32038]: cluster 2023-12-07T23:03:04.483565+0000 mgr.a (mgr.14403) 13989 : cluster 0 pgmap v10443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:06.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:06 smithi135 bash[32435]: cluster 2023-12-07T23:03:04.483565+0000 mgr.a (mgr.14403) 13989 : cluster 0 pgmap v10443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:06.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:06 smithi079 bash[28699]: cluster 2023-12-07T23:03:04.483565+0000 mgr.a (mgr.14403) 13989 : cluster 0 pgmap v10443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:08.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:08 smithi194 bash[32038]: cluster 2023-12-07T23:03:06.484069+0000 mgr.a (mgr.14403) 13990 : cluster 0 pgmap v10444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:08.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:08 smithi135 bash[32435]: cluster 2023-12-07T23:03:06.484069+0000 mgr.a (mgr.14403) 13990 : cluster 0 pgmap v10444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:08.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:08 smithi079 bash[28699]: cluster 2023-12-07T23:03:06.484069+0000 mgr.a (mgr.14403) 13990 : cluster 0 pgmap v10444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:09.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:03:09.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:09.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:10.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:10.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:10.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:10.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:03:10.356 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:03:10.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:10 smithi194 bash[32038]: cluster 2023-12-07T23:03:08.484799+0000 mgr.a (mgr.14403) 13991 : cluster 0 pgmap v10445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:10.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:10 smithi135 bash[32435]: cluster 2023-12-07T23:03:08.484799+0000 mgr.a (mgr.14403) 13991 : cluster 0 pgmap v10445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:10.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:10 smithi079 bash[28699]: cluster 2023-12-07T23:03:08.484799+0000 mgr.a (mgr.14403) 13991 : cluster 0 pgmap v10445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:11.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:11 smithi194 bash[32038]: audit 2023-12-07T23:03:09.875874+0000 mgr.a (mgr.14403) 13992 : audit 0 from='client.281799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:11.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:11 smithi135 bash[32435]: audit 2023-12-07T23:03:09.875874+0000 mgr.a (mgr.14403) 13992 : audit 0 from='client.281799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:11.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:11 smithi079 bash[28699]: audit 2023-12-07T23:03:09.875874+0000 mgr.a (mgr.14403) 13992 : audit 0 from='client.281799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:12.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:12 smithi194 bash[32038]: cluster 2023-12-07T23:03:10.485542+0000 mgr.a (mgr.14403) 13993 : cluster 0 pgmap v10446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:03:12.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:12 smithi135 bash[32435]: cluster 2023-12-07T23:03:10.485542+0000 mgr.a (mgr.14403) 13993 : cluster 0 pgmap v10446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:03:12.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:12 smithi079 bash[28699]: cluster 2023-12-07T23:03:10.485542+0000 mgr.a (mgr.14403) 13993 : cluster 0 pgmap v10446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:03:14.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:14 smithi194 bash[32038]: cluster 2023-12-07T23:03:12.486099+0000 mgr.a (mgr.14403) 13994 : cluster 0 pgmap v10447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:03:14.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:14 smithi135 bash[32435]: cluster 2023-12-07T23:03:12.486099+0000 mgr.a (mgr.14403) 13994 : cluster 0 pgmap v10447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:03:14.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:14 smithi079 bash[28699]: cluster 2023-12-07T23:03:12.486099+0000 mgr.a (mgr.14403) 13994 : cluster 0 pgmap v10447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:03:15.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:03:15.359 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:15.359 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:16.292 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:03:16.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:16.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:16.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:16.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:03:16.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:16 smithi079 bash[28699]: cluster 2023-12-07T23:03:14.486909+0000 mgr.a (mgr.14403) 13995 : cluster 0 pgmap v10448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:03:16.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:16 smithi194 bash[32038]: cluster 2023-12-07T23:03:14.486909+0000 mgr.a (mgr.14403) 13995 : cluster 0 pgmap v10448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:03:16.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:16 smithi135 bash[32435]: cluster 2023-12-07T23:03:14.486909+0000 mgr.a (mgr.14403) 13995 : cluster 0 pgmap v10448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:03:17.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:17 smithi079 bash[28699]: audit 2023-12-07T23:03:15.773286+0000 mgr.a (mgr.14403) 13996 : audit 0 from='client.281874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:17.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:17 smithi194 bash[32038]: audit 2023-12-07T23:03:15.773286+0000 mgr.a (mgr.14403) 13996 : audit 0 from='client.281874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:17.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:17 smithi135 bash[32435]: audit 2023-12-07T23:03:15.773286+0000 mgr.a (mgr.14403) 13996 : audit 0 from='client.281874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:18 smithi079 bash[28699]: cluster 2023-12-07T23:03:16.487637+0000 mgr.a (mgr.14403) 13997 : cluster 0 pgmap v10449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:18.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:18 smithi194 bash[32038]: cluster 2023-12-07T23:03:16.487637+0000 mgr.a (mgr.14403) 13997 : cluster 0 pgmap v10449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:18.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:18 smithi135 bash[32435]: cluster 2023-12-07T23:03:16.487637+0000 mgr.a (mgr.14403) 13997 : cluster 0 pgmap v10449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:20.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:20 smithi079 bash[28699]: cluster 2023-12-07T23:03:18.488370+0000 mgr.a (mgr.14403) 13998 : cluster 0 pgmap v10450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:20.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:20 smithi079 bash[28699]: audit 2023-12-07T23:03:20.184693+0000 mon.a (mon.0) 2381 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:03:20.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:20 smithi194 bash[32038]: cluster 2023-12-07T23:03:18.488370+0000 mgr.a (mgr.14403) 13998 : cluster 0 pgmap v10450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:20.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:20 smithi194 bash[32038]: audit 2023-12-07T23:03:20.184693+0000 mon.a (mon.0) 2381 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:03:20.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:20 smithi135 bash[32435]: cluster 2023-12-07T23:03:18.488370+0000 mgr.a (mgr.14403) 13998 : cluster 0 pgmap v10450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:20.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:20 smithi135 bash[32435]: audit 2023-12-07T23:03:20.184693+0000 mon.a (mon.0) 2381 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:03:21.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:03:21.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:21.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:22.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:21 smithi079 bash[28699]: cluster 2023-12-07T23:03:20.488922+0000 mgr.a (mgr.14403) 13999 : cluster 0 pgmap v10451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:22.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:21 smithi079 bash[28699]: audit 2023-12-07T23:03:20.713356+0000 mon.a (mon.0) 2382 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:03:22.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:21 smithi079 bash[28699]: audit 2023-12-07T23:03:20.718964+0000 mon.a (mon.0) 2383 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:03:22.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:21 smithi079 bash[28699]: audit 2023-12-07T23:03:21.460009+0000 mon.a (mon.0) 2384 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:03:22.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:21 smithi079 bash[28699]: audit 2023-12-07T23:03:21.461554+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:03:22.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:21 smithi079 bash[28699]: audit 2023-12-07T23:03:21.470726+0000 mon.a (mon.0) 2386 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:03:22.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:22.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:22.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:22.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:03:22.176 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:03:22.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:21 smithi194 bash[32038]: cluster 2023-12-07T23:03:20.488922+0000 mgr.a (mgr.14403) 13999 : cluster 0 pgmap v10451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:22.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:21 smithi194 bash[32038]: audit 2023-12-07T23:03:20.713356+0000 mon.a (mon.0) 2382 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:03:22.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:21 smithi194 bash[32038]: audit 2023-12-07T23:03:20.718964+0000 mon.a (mon.0) 2383 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:03:22.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:21 smithi194 bash[32038]: audit 2023-12-07T23:03:21.460009+0000 mon.a (mon.0) 2384 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:03:22.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:21 smithi194 bash[32038]: audit 2023-12-07T23:03:21.461554+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:03:22.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:21 smithi194 bash[32038]: audit 2023-12-07T23:03:21.470726+0000 mon.a (mon.0) 2386 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:03:22.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:21 smithi135 bash[32435]: cluster 2023-12-07T23:03:20.488922+0000 mgr.a (mgr.14403) 13999 : cluster 0 pgmap v10451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:22.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:21 smithi135 bash[32435]: audit 2023-12-07T23:03:20.713356+0000 mon.a (mon.0) 2382 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:03:22.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:21 smithi135 bash[32435]: audit 2023-12-07T23:03:20.718964+0000 mon.a (mon.0) 2383 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:03:22.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:21 smithi135 bash[32435]: audit 2023-12-07T23:03:21.460009+0000 mon.a (mon.0) 2384 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:03:22.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:21 smithi135 bash[32435]: audit 2023-12-07T23:03:21.461554+0000 mon.a (mon.0) 2385 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:03:22.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:21 smithi135 bash[32435]: audit 2023-12-07T23:03:21.470726+0000 mon.a (mon.0) 2386 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:03:23.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:22 smithi079 bash[28699]: audit 2023-12-07T23:03:21.700768+0000 mgr.a (mgr.14403) 14000 : audit 0 from='client.281952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:23.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:22 smithi194 bash[32038]: audit 2023-12-07T23:03:21.700768+0000 mgr.a (mgr.14403) 14000 : audit 0 from='client.281952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:23.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:22 smithi135 bash[32435]: audit 2023-12-07T23:03:21.700768+0000 mgr.a (mgr.14403) 14000 : audit 0 from='client.281952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:24.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:23 smithi079 bash[28699]: cluster 2023-12-07T23:03:22.489563+0000 mgr.a (mgr.14403) 14001 : cluster 0 pgmap v10452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:24.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:23 smithi194 bash[32038]: cluster 2023-12-07T23:03:22.489563+0000 mgr.a (mgr.14403) 14001 : cluster 0 pgmap v10452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:24.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:23 smithi135 bash[32435]: cluster 2023-12-07T23:03:22.489563+0000 mgr.a (mgr.14403) 14001 : cluster 0 pgmap v10452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:26.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:26 smithi079 bash[28699]: cluster 2023-12-07T23:03:24.490375+0000 mgr.a (mgr.14403) 14002 : cluster 0 pgmap v10453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:26.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:26 smithi194 bash[32038]: cluster 2023-12-07T23:03:24.490375+0000 mgr.a (mgr.14403) 14002 : cluster 0 pgmap v10453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:26.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:26 smithi135 bash[32435]: cluster 2023-12-07T23:03:24.490375+0000 mgr.a (mgr.14403) 14002 : cluster 0 pgmap v10453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:27.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:03:27.180 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:27.180 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:28.091 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:03:28.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:28.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:28.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:28.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:03:28.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:28 smithi079 bash[28699]: cluster 2023-12-07T23:03:26.490903+0000 mgr.a (mgr.14403) 14003 : cluster 0 pgmap v10454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:28.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:28 smithi194 bash[32038]: cluster 2023-12-07T23:03:26.490903+0000 mgr.a (mgr.14403) 14003 : cluster 0 pgmap v10454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:28.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:28 smithi135 bash[32435]: cluster 2023-12-07T23:03:26.490903+0000 mgr.a (mgr.14403) 14003 : cluster 0 pgmap v10454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:29.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:29 smithi079 bash[28699]: audit 2023-12-07T23:03:27.594459+0000 mgr.a (mgr.14403) 14004 : audit 0 from='client.282024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:29.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:29 smithi194 bash[32038]: audit 2023-12-07T23:03:27.594459+0000 mgr.a (mgr.14403) 14004 : audit 0 from='client.282024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:29.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:29 smithi135 bash[32435]: audit 2023-12-07T23:03:27.594459+0000 mgr.a (mgr.14403) 14004 : audit 0 from='client.282024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:30.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:30 smithi079 bash[28699]: cluster 2023-12-07T23:03:28.491774+0000 mgr.a (mgr.14403) 14005 : cluster 0 pgmap v10455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:30.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:30 smithi194 bash[32038]: cluster 2023-12-07T23:03:28.491774+0000 mgr.a (mgr.14403) 14005 : cluster 0 pgmap v10455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:30.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:30 smithi135 bash[32435]: cluster 2023-12-07T23:03:28.491774+0000 mgr.a (mgr.14403) 14005 : cluster 0 pgmap v10455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:32.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:32 smithi079 bash[28699]: cluster 2023-12-07T23:03:30.492463+0000 mgr.a (mgr.14403) 14006 : cluster 0 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-07T23:03:32.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:32 smithi194 bash[32038]: cluster 2023-12-07T23:03:30.492463+0000 mgr.a (mgr.14403) 14006 : cluster 0 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-07T23:03:32.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:32 smithi135 bash[32435]: cluster 2023-12-07T23:03:30.492463+0000 mgr.a (mgr.14403) 14006 : cluster 0 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-07T23:03:33.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:03:33.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:33.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:34.005 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:03:34.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:34.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:34.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:34.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:03:34.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:34 smithi194 bash[32038]: cluster 2023-12-07T23:03:32.493193+0000 mgr.a (mgr.14403) 14007 : cluster 0 pgmap v10457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:34.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:34 smithi135 bash[32435]: cluster 2023-12-07T23:03:32.493193+0000 mgr.a (mgr.14403) 14007 : cluster 0 pgmap v10457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:34.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:34 smithi079 bash[28699]: cluster 2023-12-07T23:03:32.493193+0000 mgr.a (mgr.14403) 14007 : cluster 0 pgmap v10457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:35.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:35 smithi194 bash[32038]: audit 2023-12-07T23:03:33.511442+0000 mgr.a (mgr.14403) 14008 : audit 0 from='client.282102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:35.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:35 smithi135 bash[32435]: audit 2023-12-07T23:03:33.511442+0000 mgr.a (mgr.14403) 14008 : audit 0 from='client.282102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:35.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:35 smithi079 bash[28699]: audit 2023-12-07T23:03:33.511442+0000 mgr.a (mgr.14403) 14008 : audit 0 from='client.282102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:36.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:36 smithi194 bash[32038]: cluster 2023-12-07T23:03:34.494291+0000 mgr.a (mgr.14403) 14009 : cluster 0 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-07T23:03:36.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:36 smithi135 bash[32435]: cluster 2023-12-07T23:03:34.494291+0000 mgr.a (mgr.14403) 14009 : cluster 0 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-07T23:03:36.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:36 smithi079 bash[28699]: cluster 2023-12-07T23:03:34.494291+0000 mgr.a (mgr.14403) 14009 : cluster 0 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-07T23:03:38.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:38 smithi194 bash[32038]: cluster 2023-12-07T23:03:36.494899+0000 mgr.a (mgr.14403) 14010 : cluster 0 pgmap v10459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:38.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:38 smithi135 bash[32435]: cluster 2023-12-07T23:03:36.494899+0000 mgr.a (mgr.14403) 14010 : cluster 0 pgmap v10459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:38.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:38 smithi079 bash[28699]: cluster 2023-12-07T23:03:36.494899+0000 mgr.a (mgr.14403) 14010 : cluster 0 pgmap v10459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:39.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:03:39.009 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:39.009 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:39.933 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:03:39.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:39.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:39.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:39.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:03:40.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:40 smithi194 bash[32038]: cluster 2023-12-07T23:03:38.495744+0000 mgr.a (mgr.14403) 14011 : cluster 0 pgmap v10460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:40.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:40 smithi194 bash[32038]: audit 2023-12-07T23:03:39.415986+0000 mgr.a (mgr.14403) 14012 : audit 0 from='client.282177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:40.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:40 smithi135 bash[32435]: cluster 2023-12-07T23:03:38.495744+0000 mgr.a (mgr.14403) 14011 : cluster 0 pgmap v10460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:40.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:40 smithi135 bash[32435]: audit 2023-12-07T23:03:39.415986+0000 mgr.a (mgr.14403) 14012 : audit 0 from='client.282177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:40.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:40 smithi079 bash[28699]: cluster 2023-12-07T23:03:38.495744+0000 mgr.a (mgr.14403) 14011 : cluster 0 pgmap v10460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:40.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:40 smithi079 bash[28699]: audit 2023-12-07T23:03:39.415986+0000 mgr.a (mgr.14403) 14012 : audit 0 from='client.282177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:42.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:42 smithi194 bash[32038]: cluster 2023-12-07T23:03:40.496496+0000 mgr.a (mgr.14403) 14013 : cluster 0 pgmap v10461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:42.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:42 smithi135 bash[32435]: cluster 2023-12-07T23:03:40.496496+0000 mgr.a (mgr.14403) 14013 : cluster 0 pgmap v10461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:42.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:42 smithi079 bash[28699]: cluster 2023-12-07T23:03:40.496496+0000 mgr.a (mgr.14403) 14013 : cluster 0 pgmap v10461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:44.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:44 smithi194 bash[32038]: cluster 2023-12-07T23:03:42.497092+0000 mgr.a (mgr.14403) 14014 : cluster 0 pgmap v10462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:44.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:44 smithi135 bash[32435]: cluster 2023-12-07T23:03:42.497092+0000 mgr.a (mgr.14403) 14014 : cluster 0 pgmap v10462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:44.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:44 smithi079 bash[28699]: cluster 2023-12-07T23:03:42.497092+0000 mgr.a (mgr.14403) 14014 : cluster 0 pgmap v10462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:03:44.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:03:44.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:44.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:45.856 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:03:45.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:45.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:45.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:45.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:03:46.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:46 smithi194 bash[32038]: cluster 2023-12-07T23:03:44.497890+0000 mgr.a (mgr.14403) 14015 : cluster 0 pgmap v10463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:46.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:46 smithi194 bash[32038]: audit 2023-12-07T23:03:45.346560+0000 mgr.a (mgr.14403) 14016 : audit 0 from='client.282246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:46.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:46 smithi135 bash[32435]: cluster 2023-12-07T23:03:44.497890+0000 mgr.a (mgr.14403) 14015 : cluster 0 pgmap v10463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:46.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:46 smithi135 bash[32435]: audit 2023-12-07T23:03:45.346560+0000 mgr.a (mgr.14403) 14016 : audit 0 from='client.282246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:46.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:46 smithi079 bash[28699]: cluster 2023-12-07T23:03:44.497890+0000 mgr.a (mgr.14403) 14015 : cluster 0 pgmap v10463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:46.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:46 smithi079 bash[28699]: audit 2023-12-07T23:03:45.346560+0000 mgr.a (mgr.14403) 14016 : audit 0 from='client.282246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:48.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:48 smithi194 bash[32038]: cluster 2023-12-07T23:03:46.498643+0000 mgr.a (mgr.14403) 14017 : cluster 0 pgmap v10464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:48.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:48 smithi135 bash[32435]: cluster 2023-12-07T23:03:46.498643+0000 mgr.a (mgr.14403) 14017 : cluster 0 pgmap v10464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:48.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:48 smithi079 bash[28699]: cluster 2023-12-07T23:03:46.498643+0000 mgr.a (mgr.14403) 14017 : cluster 0 pgmap v10464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:50.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:50 smithi194 bash[32038]: cluster 2023-12-07T23:03:48.499485+0000 mgr.a (mgr.14403) 14018 : cluster 0 pgmap v10465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:50.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:50 smithi135 bash[32435]: cluster 2023-12-07T23:03:48.499485+0000 mgr.a (mgr.14403) 14018 : cluster 0 pgmap v10465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:50.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:03:50.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:50.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:50.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:50 smithi079 bash[28699]: cluster 2023-12-07T23:03:48.499485+0000 mgr.a (mgr.14403) 14018 : cluster 0 pgmap v10465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:51.749 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:03:51.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:51.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:51.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:51.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:03:51.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:51 smithi079 bash[28699]: cluster 2023-12-07T23:03:50.500080+0000 mgr.a (mgr.14403) 14019 : cluster 0 pgmap v10466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:51.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:51 smithi079 bash[28699]: audit 2023-12-07T23:03:51.274852+0000 mgr.a (mgr.14403) 14020 : audit 0 from='client.282324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:51.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:51 smithi194 bash[32038]: cluster 2023-12-07T23:03:50.500080+0000 mgr.a (mgr.14403) 14019 : cluster 0 pgmap v10466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:51.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:51 smithi194 bash[32038]: audit 2023-12-07T23:03:51.274852+0000 mgr.a (mgr.14403) 14020 : audit 0 from='client.282324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:51.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:51 smithi135 bash[32435]: cluster 2023-12-07T23:03:50.500080+0000 mgr.a (mgr.14403) 14019 : cluster 0 pgmap v10466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:51.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:51 smithi135 bash[32435]: audit 2023-12-07T23:03:51.274852+0000 mgr.a (mgr.14403) 14020 : audit 0 from='client.282324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:53.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:53 smithi079 bash[28699]: cluster 2023-12-07T23:03:52.500796+0000 mgr.a (mgr.14403) 14021 : cluster 0 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-07T23:03:53.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:53 smithi194 bash[32038]: cluster 2023-12-07T23:03:52.500796+0000 mgr.a (mgr.14403) 14021 : cluster 0 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-07T23:03:53.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:53 smithi135 bash[32435]: cluster 2023-12-07T23:03:52.500796+0000 mgr.a (mgr.14403) 14021 : cluster 0 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-07T23:03:56.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:56 smithi079 bash[28699]: cluster 2023-12-07T23:03:54.501533+0000 mgr.a (mgr.14403) 14022 : cluster 0 pgmap v10468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:56.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:56 smithi194 bash[32038]: cluster 2023-12-07T23:03:54.501533+0000 mgr.a (mgr.14403) 14022 : cluster 0 pgmap v10468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:56.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:56 smithi135 bash[32435]: cluster 2023-12-07T23:03:54.501533+0000 mgr.a (mgr.14403) 14022 : cluster 0 pgmap v10468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:03:56.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:03:56.752 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:03:56.752 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:03:57.673 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:03:57.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:03:57.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:03:57.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:03:57.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:03:58.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:58 smithi079 bash[28699]: cluster 2023-12-07T23:03:56.502120+0000 mgr.a (mgr.14403) 14023 : cluster 0 pgmap v10469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:58.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:03:58 smithi079 bash[28699]: audit 2023-12-07T23:03:57.162057+0000 mgr.a (mgr.14403) 14024 : audit 0 from='client.282396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:58.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:58 smithi194 bash[32038]: cluster 2023-12-07T23:03:56.502120+0000 mgr.a (mgr.14403) 14023 : cluster 0 pgmap v10469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:58.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:03:58 smithi194 bash[32038]: audit 2023-12-07T23:03:57.162057+0000 mgr.a (mgr.14403) 14024 : audit 0 from='client.282396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:03:58.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:58 smithi135 bash[32435]: cluster 2023-12-07T23:03:56.502120+0000 mgr.a (mgr.14403) 14023 : cluster 0 pgmap v10469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:03:58.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:03:58 smithi135 bash[32435]: audit 2023-12-07T23:03:57.162057+0000 mgr.a (mgr.14403) 14024 : audit 0 from='client.282396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:00.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:00 smithi079 bash[28699]: cluster 2023-12-07T23:03:58.503152+0000 mgr.a (mgr.14403) 14025 : cluster 0 pgmap v10470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:00.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:00 smithi194 bash[32038]: cluster 2023-12-07T23:03:58.503152+0000 mgr.a (mgr.14403) 14025 : cluster 0 pgmap v10470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:00.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:00 smithi135 bash[32435]: cluster 2023-12-07T23:03:58.503152+0000 mgr.a (mgr.14403) 14025 : cluster 0 pgmap v10470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:02.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:02 smithi079 bash[28699]: cluster 2023-12-07T23:04:00.503744+0000 mgr.a (mgr.14403) 14026 : cluster 0 pgmap v10471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:02.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:04:02.677 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:02.677 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:02.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:02 smithi194 bash[32038]: cluster 2023-12-07T23:04:00.503744+0000 mgr.a (mgr.14403) 14026 : cluster 0 pgmap v10471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:02.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:02 smithi135 bash[32435]: cluster 2023-12-07T23:04:00.503744+0000 mgr.a (mgr.14403) 14026 : cluster 0 pgmap v10471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:03.587 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:04:03.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:03.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:03.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:03.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:04:04.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:04 smithi079 bash[28699]: cluster 2023-12-07T23:04:02.504302+0000 mgr.a (mgr.14403) 14027 : cluster 0 pgmap v10472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:04.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:04 smithi079 bash[28699]: audit 2023-12-07T23:04:03.086463+0000 mgr.a (mgr.14403) 14028 : audit 0 from='client.282474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:04.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:04 smithi194 bash[32038]: cluster 2023-12-07T23:04:02.504302+0000 mgr.a (mgr.14403) 14027 : cluster 0 pgmap v10472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:04.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:04 smithi194 bash[32038]: audit 2023-12-07T23:04:03.086463+0000 mgr.a (mgr.14403) 14028 : audit 0 from='client.282474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:04.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:04 smithi135 bash[32435]: cluster 2023-12-07T23:04:02.504302+0000 mgr.a (mgr.14403) 14027 : cluster 0 pgmap v10472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:04.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:04 smithi135 bash[32435]: audit 2023-12-07T23:04:03.086463+0000 mgr.a (mgr.14403) 14028 : audit 0 from='client.282474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:06.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:06 smithi194 bash[32038]: cluster 2023-12-07T23:04:04.505093+0000 mgr.a (mgr.14403) 14029 : cluster 0 pgmap v10473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:04:06.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:06 smithi135 bash[32435]: cluster 2023-12-07T23:04:04.505093+0000 mgr.a (mgr.14403) 14029 : cluster 0 pgmap v10473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:04:06.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:06 smithi079 bash[28699]: cluster 2023-12-07T23:04:04.505093+0000 mgr.a (mgr.14403) 14029 : cluster 0 pgmap v10473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:04:08.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:04:08.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:08.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:08.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:08 smithi194 bash[32038]: cluster 2023-12-07T23:04:06.505659+0000 mgr.a (mgr.14403) 14030 : cluster 0 pgmap v10474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:04:08.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:08 smithi135 bash[32435]: cluster 2023-12-07T23:04:06.505659+0000 mgr.a (mgr.14403) 14030 : cluster 0 pgmap v10474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:04:08.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:08 smithi079 bash[28699]: cluster 2023-12-07T23:04:06.505659+0000 mgr.a (mgr.14403) 14030 : cluster 0 pgmap v10474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:04:09.521 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:04:09.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:09.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:09.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:09.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:04:10.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:10 smithi194 bash[32038]: cluster 2023-12-07T23:04:08.506382+0000 mgr.a (mgr.14403) 14031 : cluster 0 pgmap v10475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:10.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:10 smithi194 bash[32038]: audit 2023-12-07T23:04:09.000571+0000 mgr.a (mgr.14403) 14032 : audit 0 from='client.282552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:10.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:10 smithi135 bash[32435]: cluster 2023-12-07T23:04:08.506382+0000 mgr.a (mgr.14403) 14031 : cluster 0 pgmap v10475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:10.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:10 smithi135 bash[32435]: audit 2023-12-07T23:04:09.000571+0000 mgr.a (mgr.14403) 14032 : audit 0 from='client.282552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:10.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:10 smithi079 bash[28699]: cluster 2023-12-07T23:04:08.506382+0000 mgr.a (mgr.14403) 14031 : cluster 0 pgmap v10475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:10.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:10 smithi079 bash[28699]: audit 2023-12-07T23:04:09.000571+0000 mgr.a (mgr.14403) 14032 : audit 0 from='client.282552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:12.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:12 smithi194 bash[32038]: cluster 2023-12-07T23:04:10.507160+0000 mgr.a (mgr.14403) 14033 : cluster 0 pgmap v10476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:12.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:12 smithi135 bash[32435]: cluster 2023-12-07T23:04:10.507160+0000 mgr.a (mgr.14403) 14033 : cluster 0 pgmap v10476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:12.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:12 smithi079 bash[28699]: cluster 2023-12-07T23:04:10.507160+0000 mgr.a (mgr.14403) 14033 : cluster 0 pgmap v10476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:14.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:04:14.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:14.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:14.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:14 smithi194 bash[32038]: cluster 2023-12-07T23:04:12.507928+0000 mgr.a (mgr.14403) 14034 : cluster 0 pgmap v10477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:14.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:14 smithi135 bash[32435]: cluster 2023-12-07T23:04:12.507928+0000 mgr.a (mgr.14403) 14034 : cluster 0 pgmap v10477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:14.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:14 smithi079 bash[28699]: cluster 2023-12-07T23:04:12.507928+0000 mgr.a (mgr.14403) 14034 : cluster 0 pgmap v10477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:15.443 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:04:15.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:15.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:15.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:15.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:04:16.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:16 smithi194 bash[32038]: cluster 2023-12-07T23:04:14.508701+0000 mgr.a (mgr.14403) 14035 : cluster 0 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-07T23:04:16.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:16 smithi194 bash[32038]: audit 2023-12-07T23:04:14.943179+0000 mgr.a (mgr.14403) 14036 : audit 0 from='client.282627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:16.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:16 smithi135 bash[32435]: cluster 2023-12-07T23:04:14.508701+0000 mgr.a (mgr.14403) 14035 : cluster 0 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-07T23:04:16.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:16 smithi135 bash[32435]: audit 2023-12-07T23:04:14.943179+0000 mgr.a (mgr.14403) 14036 : audit 0 from='client.282627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:16.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:16 smithi079 bash[28699]: cluster 2023-12-07T23:04:14.508701+0000 mgr.a (mgr.14403) 14035 : cluster 0 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-07T23:04:16.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:16 smithi079 bash[28699]: audit 2023-12-07T23:04:14.943179+0000 mgr.a (mgr.14403) 14036 : audit 0 from='client.282627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:18.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:18 smithi194 bash[32038]: cluster 2023-12-07T23:04:16.509349+0000 mgr.a (mgr.14403) 14037 : cluster 0 pgmap v10479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:04:18.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:18 smithi135 bash[32435]: cluster 2023-12-07T23:04:16.509349+0000 mgr.a (mgr.14403) 14037 : cluster 0 pgmap v10479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:04:18.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:18 smithi079 bash[28699]: cluster 2023-12-07T23:04:16.509349+0000 mgr.a (mgr.14403) 14037 : cluster 0 pgmap v10479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:04:20.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:04:20.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:20.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:20.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:20 smithi194 bash[32038]: cluster 2023-12-07T23:04:18.510154+0000 mgr.a (mgr.14403) 14038 : cluster 0 pgmap v10480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:04:20.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:20 smithi135 bash[32435]: cluster 2023-12-07T23:04:18.510154+0000 mgr.a (mgr.14403) 14038 : cluster 0 pgmap v10480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:04:20.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:20 smithi079 bash[28699]: cluster 2023-12-07T23:04:18.510154+0000 mgr.a (mgr.14403) 14038 : cluster 0 pgmap v10480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:04:21.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:21.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:21.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:21.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:04:21.337 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:04:22.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:22 smithi194 bash[32038]: cluster 2023-12-07T23:04:20.510727+0000 mgr.a (mgr.14403) 14039 : cluster 0 pgmap v10481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:22.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:22 smithi194 bash[32038]: audit 2023-12-07T23:04:20.858603+0000 mgr.a (mgr.14403) 14040 : audit 0 from='client.282702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:22.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:22 smithi194 bash[32038]: audit 2023-12-07T23:04:21.571135+0000 mon.a (mon.0) 2387 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:04:22.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:22 smithi194 bash[32038]: audit 2023-12-07T23:04:22.108908+0000 mon.a (mon.0) 2388 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:04:22.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:22 smithi194 bash[32038]: audit 2023-12-07T23:04:22.119703+0000 mon.a (mon.0) 2389 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:04:22.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:22 smithi135 bash[32435]: cluster 2023-12-07T23:04:20.510727+0000 mgr.a (mgr.14403) 14039 : cluster 0 pgmap v10481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:22.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:22 smithi135 bash[32435]: audit 2023-12-07T23:04:20.858603+0000 mgr.a (mgr.14403) 14040 : audit 0 from='client.282702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:22.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:22 smithi135 bash[32435]: audit 2023-12-07T23:04:21.571135+0000 mon.a (mon.0) 2387 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:04:22.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:22 smithi135 bash[32435]: audit 2023-12-07T23:04:22.108908+0000 mon.a (mon.0) 2388 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:04:22.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:22 smithi135 bash[32435]: audit 2023-12-07T23:04:22.119703+0000 mon.a (mon.0) 2389 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:04:22.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:22 smithi079 bash[28699]: cluster 2023-12-07T23:04:20.510727+0000 mgr.a (mgr.14403) 14039 : cluster 0 pgmap v10481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:22.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:22 smithi079 bash[28699]: audit 2023-12-07T23:04:20.858603+0000 mgr.a (mgr.14403) 14040 : audit 0 from='client.282702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:22.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:22 smithi079 bash[28699]: audit 2023-12-07T23:04:21.571135+0000 mon.a (mon.0) 2387 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:04:22.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:22 smithi079 bash[28699]: audit 2023-12-07T23:04:22.108908+0000 mon.a (mon.0) 2388 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:04:22.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:22 smithi079 bash[28699]: audit 2023-12-07T23:04:22.119703+0000 mon.a (mon.0) 2389 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:04:23.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:23 smithi194 bash[32038]: audit 2023-12-07T23:04:22.817189+0000 mon.a (mon.0) 2390 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:04:23.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:23 smithi194 bash[32038]: audit 2023-12-07T23:04:22.819247+0000 mon.a (mon.0) 2391 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:04:23.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:23 smithi194 bash[32038]: audit 2023-12-07T23:04:22.828875+0000 mon.a (mon.0) 2392 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:04:23.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:23 smithi135 bash[32435]: audit 2023-12-07T23:04:22.817189+0000 mon.a (mon.0) 2390 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:04:23.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:23 smithi135 bash[32435]: audit 2023-12-07T23:04:22.819247+0000 mon.a (mon.0) 2391 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:04:23.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:23 smithi135 bash[32435]: audit 2023-12-07T23:04:22.828875+0000 mon.a (mon.0) 2392 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:04:23.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:23 smithi079 bash[28699]: audit 2023-12-07T23:04:22.817189+0000 mon.a (mon.0) 2390 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:04:23.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:23 smithi079 bash[28699]: audit 2023-12-07T23:04:22.819247+0000 mon.a (mon.0) 2391 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:04:23.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:23 smithi079 bash[28699]: audit 2023-12-07T23:04:22.828875+0000 mon.a (mon.0) 2392 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:04:24.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:24 smithi194 bash[32038]: cluster 2023-12-07T23:04:22.511416+0000 mgr.a (mgr.14403) 14041 : cluster 0 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-07T23:04:24.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:24 smithi135 bash[32435]: cluster 2023-12-07T23:04:22.511416+0000 mgr.a (mgr.14403) 14041 : cluster 0 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-07T23:04:24.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:24 smithi079 bash[28699]: cluster 2023-12-07T23:04:22.511416+0000 mgr.a (mgr.14403) 14041 : cluster 0 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-07T23:04:26.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:04:26.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:26.341 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:26.636 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:26 smithi079 bash[28699]: cluster 2023-12-07T23:04:24.512347+0000 mgr.a (mgr.14403) 14042 : cluster 0 pgmap v10483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:26.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:26 smithi194 bash[32038]: cluster 2023-12-07T23:04:24.512347+0000 mgr.a (mgr.14403) 14042 : cluster 0 pgmap v10483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:26.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:26 smithi135 bash[32435]: cluster 2023-12-07T23:04:24.512347+0000 mgr.a (mgr.14403) 14042 : cluster 0 pgmap v10483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:27.256 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:04:27.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:27.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:27.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:27.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:04:28.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:28 smithi079 bash[28699]: cluster 2023-12-07T23:04:26.512922+0000 mgr.a (mgr.14403) 14043 : cluster 0 pgmap v10484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:28.638 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:28 smithi079 bash[28699]: audit 2023-12-07T23:04:26.744384+0000 mgr.a (mgr.14403) 14044 : audit 0 from='client.282780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:28.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:28 smithi194 bash[32038]: cluster 2023-12-07T23:04:26.512922+0000 mgr.a (mgr.14403) 14043 : cluster 0 pgmap v10484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:28.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:28 smithi194 bash[32038]: audit 2023-12-07T23:04:26.744384+0000 mgr.a (mgr.14403) 14044 : audit 0 from='client.282780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:28.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:28 smithi135 bash[32435]: cluster 2023-12-07T23:04:26.512922+0000 mgr.a (mgr.14403) 14043 : cluster 0 pgmap v10484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:28.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:28 smithi135 bash[32435]: audit 2023-12-07T23:04:26.744384+0000 mgr.a (mgr.14403) 14044 : audit 0 from='client.282780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:30.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:30 smithi194 bash[32038]: cluster 2023-12-07T23:04:28.513793+0000 mgr.a (mgr.14403) 14045 : cluster 0 pgmap v10485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:30.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:30 smithi135 bash[32435]: cluster 2023-12-07T23:04:28.513793+0000 mgr.a (mgr.14403) 14045 : cluster 0 pgmap v10485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:30.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:30 smithi079 bash[28699]: cluster 2023-12-07T23:04:28.513793+0000 mgr.a (mgr.14403) 14045 : cluster 0 pgmap v10485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:32.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:04:32.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:32.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:32.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:32 smithi194 bash[32038]: cluster 2023-12-07T23:04:30.514369+0000 mgr.a (mgr.14403) 14046 : cluster 0 pgmap v10486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:32.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:32 smithi135 bash[32435]: cluster 2023-12-07T23:04:30.514369+0000 mgr.a (mgr.14403) 14046 : cluster 0 pgmap v10486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:32.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:32 smithi079 bash[28699]: cluster 2023-12-07T23:04:30.514369+0000 mgr.a (mgr.14403) 14046 : cluster 0 pgmap v10486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:33.158 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:04:33.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:33.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:33.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:33.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:04:34.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:34 smithi194 bash[32038]: cluster 2023-12-07T23:04:32.514915+0000 mgr.a (mgr.14403) 14047 : cluster 0 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-07T23:04:34.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:34 smithi194 bash[32038]: audit 2023-12-07T23:04:32.665001+0000 mgr.a (mgr.14403) 14048 : audit 0 from='client.282855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:34.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:34 smithi135 bash[32435]: cluster 2023-12-07T23:04:32.514915+0000 mgr.a (mgr.14403) 14047 : cluster 0 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-07T23:04:34.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:34 smithi135 bash[32435]: audit 2023-12-07T23:04:32.665001+0000 mgr.a (mgr.14403) 14048 : audit 0 from='client.282855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:34.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:34 smithi079 bash[28699]: cluster 2023-12-07T23:04:32.514915+0000 mgr.a (mgr.14403) 14047 : cluster 0 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-07T23:04:34.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:34 smithi079 bash[28699]: audit 2023-12-07T23:04:32.665001+0000 mgr.a (mgr.14403) 14048 : audit 0 from='client.282855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:36.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:36 smithi194 bash[32038]: cluster 2023-12-07T23:04:34.515830+0000 mgr.a (mgr.14403) 14049 : cluster 0 pgmap v10488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:36.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:36 smithi135 bash[32435]: cluster 2023-12-07T23:04:34.515830+0000 mgr.a (mgr.14403) 14049 : cluster 0 pgmap v10488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:36.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:36 smithi079 bash[28699]: cluster 2023-12-07T23:04:34.515830+0000 mgr.a (mgr.14403) 14049 : cluster 0 pgmap v10488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:38.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:04:38.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:38.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:38.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:38 smithi194 bash[32038]: cluster 2023-12-07T23:04:36.516415+0000 mgr.a (mgr.14403) 14050 : cluster 0 pgmap v10489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:38.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:38 smithi135 bash[32435]: cluster 2023-12-07T23:04:36.516415+0000 mgr.a (mgr.14403) 14050 : cluster 0 pgmap v10489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:38.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:38 smithi079 bash[28699]: cluster 2023-12-07T23:04:36.516415+0000 mgr.a (mgr.14403) 14050 : cluster 0 pgmap v10489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:39.087 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:04:39.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:39.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:39.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:39.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:04:40.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:40 smithi194 bash[32038]: cluster 2023-12-07T23:04:38.517062+0000 mgr.a (mgr.14403) 14051 : cluster 0 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-07T23:04:40.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:40 smithi194 bash[32038]: audit 2023-12-07T23:04:38.578820+0000 mgr.a (mgr.14403) 14052 : audit 0 from='client.282930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:40.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:40 smithi135 bash[32435]: cluster 2023-12-07T23:04:38.517062+0000 mgr.a (mgr.14403) 14051 : cluster 0 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-07T23:04:40.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:40 smithi135 bash[32435]: audit 2023-12-07T23:04:38.578820+0000 mgr.a (mgr.14403) 14052 : audit 0 from='client.282930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:40.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:40 smithi079 bash[28699]: cluster 2023-12-07T23:04:38.517062+0000 mgr.a (mgr.14403) 14051 : cluster 0 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-07T23:04:40.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:40 smithi079 bash[28699]: audit 2023-12-07T23:04:38.578820+0000 mgr.a (mgr.14403) 14052 : audit 0 from='client.282930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:42.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:42 smithi194 bash[32038]: cluster 2023-12-07T23:04:40.517728+0000 mgr.a (mgr.14403) 14053 : cluster 0 pgmap v10491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:42.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:42 smithi135 bash[32435]: cluster 2023-12-07T23:04:40.517728+0000 mgr.a (mgr.14403) 14053 : cluster 0 pgmap v10491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:42.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:42 smithi079 bash[28699]: cluster 2023-12-07T23:04:40.517728+0000 mgr.a (mgr.14403) 14053 : cluster 0 pgmap v10491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:44.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:04:44.089 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:44.089 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:44.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:44 smithi194 bash[32038]: cluster 2023-12-07T23:04:42.518314+0000 mgr.a (mgr.14403) 14054 : cluster 0 pgmap v10492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:44.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:44 smithi135 bash[32435]: cluster 2023-12-07T23:04:42.518314+0000 mgr.a (mgr.14403) 14054 : cluster 0 pgmap v10492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:44.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:44 smithi079 bash[28699]: cluster 2023-12-07T23:04:42.518314+0000 mgr.a (mgr.14403) 14054 : cluster 0 pgmap v10492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:44.970 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:04:44.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:44.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:44.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:44.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:04:46.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:46 smithi194 bash[32038]: audit 2023-12-07T23:04:44.497591+0000 mgr.a (mgr.14403) 14055 : audit 0 from='client.283005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:46.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:46 smithi194 bash[32038]: cluster 2023-12-07T23:04:44.518928+0000 mgr.a (mgr.14403) 14056 : cluster 0 pgmap v10493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:46.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:46 smithi135 bash[32435]: audit 2023-12-07T23:04:44.497591+0000 mgr.a (mgr.14403) 14055 : audit 0 from='client.283005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:46.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:46 smithi135 bash[32435]: cluster 2023-12-07T23:04:44.518928+0000 mgr.a (mgr.14403) 14056 : cluster 0 pgmap v10493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:46.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:46 smithi079 bash[28699]: audit 2023-12-07T23:04:44.497591+0000 mgr.a (mgr.14403) 14055 : audit 0 from='client.283005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:46.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:46 smithi079 bash[28699]: cluster 2023-12-07T23:04:44.518928+0000 mgr.a (mgr.14403) 14056 : cluster 0 pgmap v10493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:48.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:48 smithi194 bash[32038]: cluster 2023-12-07T23:04:46.519533+0000 mgr.a (mgr.14403) 14057 : cluster 0 pgmap v10494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:48.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:48 smithi135 bash[32435]: cluster 2023-12-07T23:04:46.519533+0000 mgr.a (mgr.14403) 14057 : cluster 0 pgmap v10494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:48.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:48 smithi079 bash[28699]: cluster 2023-12-07T23:04:46.519533+0000 mgr.a (mgr.14403) 14057 : cluster 0 pgmap v10494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:04:49.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:04:49.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:49.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:50.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:50 smithi194 bash[32038]: cluster 2023-12-07T23:04:48.520327+0000 mgr.a (mgr.14403) 14058 : cluster 0 pgmap v10495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:50.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:50 smithi135 bash[32435]: cluster 2023-12-07T23:04:48.520327+0000 mgr.a (mgr.14403) 14058 : cluster 0 pgmap v10495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:50.882 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:04:50.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:50.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:50.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:50.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:04:50.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:50 smithi079 bash[28699]: cluster 2023-12-07T23:04:48.520327+0000 mgr.a (mgr.14403) 14058 : cluster 0 pgmap v10495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:51.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:51 smithi135 bash[32435]: audit 2023-12-07T23:04:50.377399+0000 mgr.a (mgr.14403) 14059 : audit 0 from='client.283083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:51.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:51 smithi079 bash[28699]: audit 2023-12-07T23:04:50.377399+0000 mgr.a (mgr.14403) 14059 : audit 0 from='client.283083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:51.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:51 smithi194 bash[32038]: audit 2023-12-07T23:04:50.377399+0000 mgr.a (mgr.14403) 14059 : audit 0 from='client.283083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:52.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:52 smithi079 bash[28699]: cluster 2023-12-07T23:04:50.527822+0000 mgr.a (mgr.14403) 14060 : cluster 0 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-07T23:04:52.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:52 smithi194 bash[32038]: cluster 2023-12-07T23:04:50.527822+0000 mgr.a (mgr.14403) 14060 : cluster 0 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-07T23:04:52.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:52 smithi135 bash[32435]: cluster 2023-12-07T23:04:50.527822+0000 mgr.a (mgr.14403) 14060 : cluster 0 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-07T23:04:53.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:53 smithi079 bash[28699]: cluster 2023-12-07T23:04:52.528639+0000 mgr.a (mgr.14403) 14061 : cluster 0 pgmap v10497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:53.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:53 smithi194 bash[32038]: cluster 2023-12-07T23:04:52.528639+0000 mgr.a (mgr.14403) 14061 : cluster 0 pgmap v10497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:53.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:53 smithi135 bash[32435]: cluster 2023-12-07T23:04:52.528639+0000 mgr.a (mgr.14403) 14061 : cluster 0 pgmap v10497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:55.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:04:55.885 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:04:55.885 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:04:56.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:56 smithi194 bash[32038]: cluster 2023-12-07T23:04:54.529422+0000 mgr.a (mgr.14403) 14062 : cluster 0 pgmap v10498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:56.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:56 smithi135 bash[32435]: cluster 2023-12-07T23:04:54.529422+0000 mgr.a (mgr.14403) 14062 : cluster 0 pgmap v10498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:56.790 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:04:56.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:04:56.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:04:56.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:04:56.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:04:56.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:56 smithi079 bash[28699]: cluster 2023-12-07T23:04:54.529422+0000 mgr.a (mgr.14403) 14062 : cluster 0 pgmap v10498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:04:57.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:57 smithi194 bash[32038]: audit 2023-12-07T23:04:56.307595+0000 mgr.a (mgr.14403) 14063 : audit 0 from='client.283161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:57.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:57 smithi135 bash[32435]: audit 2023-12-07T23:04:56.307595+0000 mgr.a (mgr.14403) 14063 : audit 0 from='client.283161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:57.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:57 smithi079 bash[28699]: audit 2023-12-07T23:04:56.307595+0000 mgr.a (mgr.14403) 14063 : audit 0 from='client.283161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:04:58.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:04:58 smithi194 bash[32038]: cluster 2023-12-07T23:04:56.529871+0000 mgr.a (mgr.14403) 14064 : cluster 0 pgmap v10499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:58.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:04:58 smithi135 bash[32435]: cluster 2023-12-07T23:04:56.529871+0000 mgr.a (mgr.14403) 14064 : cluster 0 pgmap v10499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:04:58.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:04:58 smithi079 bash[28699]: cluster 2023-12-07T23:04:56.529871+0000 mgr.a (mgr.14403) 14064 : cluster 0 pgmap v10499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:00.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:00 smithi194 bash[32038]: cluster 2023-12-07T23:04:58.530665+0000 mgr.a (mgr.14403) 14065 : cluster 0 pgmap v10500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:00.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:00 smithi135 bash[32435]: cluster 2023-12-07T23:04:58.530665+0000 mgr.a (mgr.14403) 14065 : cluster 0 pgmap v10500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:00.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:00 smithi079 bash[28699]: cluster 2023-12-07T23:04:58.530665+0000 mgr.a (mgr.14403) 14065 : cluster 0 pgmap v10500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:01.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:05:01.793 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:01.794 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:02.694 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:05:02.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:02.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:02.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:02.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:05:02.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:02 smithi194 bash[32038]: cluster 2023-12-07T23:05:00.531258+0000 mgr.a (mgr.14403) 14066 : cluster 0 pgmap v10501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:02.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:02 smithi135 bash[32435]: cluster 2023-12-07T23:05:00.531258+0000 mgr.a (mgr.14403) 14066 : cluster 0 pgmap v10501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:02.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:02 smithi079 bash[28699]: cluster 2023-12-07T23:05:00.531258+0000 mgr.a (mgr.14403) 14066 : cluster 0 pgmap v10501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:03.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:03 smithi194 bash[32038]: audit 2023-12-07T23:05:02.210168+0000 mgr.a (mgr.14403) 14067 : audit 0 from='client.283236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:03.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:03 smithi135 bash[32435]: audit 2023-12-07T23:05:02.210168+0000 mgr.a (mgr.14403) 14067 : audit 0 from='client.283236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:03.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:03 smithi079 bash[28699]: audit 2023-12-07T23:05:02.210168+0000 mgr.a (mgr.14403) 14067 : audit 0 from='client.283236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:04.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:04 smithi194 bash[32038]: cluster 2023-12-07T23:05:02.531978+0000 mgr.a (mgr.14403) 14068 : cluster 0 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-07T23:05:04.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:04 smithi135 bash[32435]: cluster 2023-12-07T23:05:02.531978+0000 mgr.a (mgr.14403) 14068 : cluster 0 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-07T23:05:04.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:04 smithi079 bash[28699]: cluster 2023-12-07T23:05:02.531978+0000 mgr.a (mgr.14403) 14068 : cluster 0 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-07T23:05:06.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:06 smithi194 bash[32038]: cluster 2023-12-07T23:05:04.532816+0000 mgr.a (mgr.14403) 14069 : cluster 0 pgmap v10503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:06.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:06 smithi135 bash[32435]: cluster 2023-12-07T23:05:04.532816+0000 mgr.a (mgr.14403) 14069 : cluster 0 pgmap v10503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:06.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:06 smithi079 bash[28699]: cluster 2023-12-07T23:05:04.532816+0000 mgr.a (mgr.14403) 14069 : cluster 0 pgmap v10503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:07.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:05:07.697 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:07.697 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:08.568 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:05:08.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:08.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:08.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:08.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:05:08.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:08 smithi194 bash[32038]: cluster 2023-12-07T23:05:06.533444+0000 mgr.a (mgr.14403) 14070 : cluster 0 pgmap v10504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:08.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:08 smithi135 bash[32435]: cluster 2023-12-07T23:05:06.533444+0000 mgr.a (mgr.14403) 14070 : cluster 0 pgmap v10504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:08.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:08 smithi079 bash[28699]: cluster 2023-12-07T23:05:06.533444+0000 mgr.a (mgr.14403) 14070 : cluster 0 pgmap v10504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:09.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:09 smithi194 bash[32038]: audit 2023-12-07T23:05:08.100602+0000 mgr.a (mgr.14403) 14071 : audit 0 from='client.283311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:09.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:09 smithi135 bash[32435]: audit 2023-12-07T23:05:08.100602+0000 mgr.a (mgr.14403) 14071 : audit 0 from='client.283311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:09.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:09 smithi079 bash[28699]: audit 2023-12-07T23:05:08.100602+0000 mgr.a (mgr.14403) 14071 : audit 0 from='client.283311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:10.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:10 smithi194 bash[32038]: cluster 2023-12-07T23:05:08.534004+0000 mgr.a (mgr.14403) 14072 : cluster 0 pgmap v10505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:05:10.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:10 smithi135 bash[32435]: cluster 2023-12-07T23:05:08.534004+0000 mgr.a (mgr.14403) 14072 : cluster 0 pgmap v10505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:05:10.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:10 smithi079 bash[28699]: cluster 2023-12-07T23:05:08.534004+0000 mgr.a (mgr.14403) 14072 : cluster 0 pgmap v10505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:05:12.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:12 smithi194 bash[32038]: cluster 2023-12-07T23:05:10.534529+0000 mgr.a (mgr.14403) 14073 : cluster 0 pgmap v10506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:05:12.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:12 smithi135 bash[32435]: cluster 2023-12-07T23:05:10.534529+0000 mgr.a (mgr.14403) 14073 : cluster 0 pgmap v10506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:05:12.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:12 smithi079 bash[28699]: cluster 2023-12-07T23:05:10.534529+0000 mgr.a (mgr.14403) 14073 : cluster 0 pgmap v10506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:05:13.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:05:13.571 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:13.571 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:14.459 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:05:14.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:14.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:14.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:14.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:05:14.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:14 smithi135 bash[32435]: cluster 2023-12-07T23:05:12.535092+0000 mgr.a (mgr.14403) 14074 : cluster 0 pgmap v10507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:05:14.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:14 smithi079 bash[28699]: cluster 2023-12-07T23:05:12.535092+0000 mgr.a (mgr.14403) 14074 : cluster 0 pgmap v10507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:05:14.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:14 smithi194 bash[32038]: cluster 2023-12-07T23:05:12.535092+0000 mgr.a (mgr.14403) 14074 : cluster 0 pgmap v10507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:05:15.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:15 smithi079 bash[28699]: audit 2023-12-07T23:05:13.984130+0000 mgr.a (mgr.14403) 14075 : audit 0 from='client.283386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:15.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:15 smithi194 bash[32038]: audit 2023-12-07T23:05:13.984130+0000 mgr.a (mgr.14403) 14075 : audit 0 from='client.283386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:15.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:15 smithi135 bash[32435]: audit 2023-12-07T23:05:13.984130+0000 mgr.a (mgr.14403) 14075 : audit 0 from='client.283386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:16.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:16 smithi079 bash[28699]: cluster 2023-12-07T23:05:14.536015+0000 mgr.a (mgr.14403) 14076 : cluster 0 pgmap v10508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:16.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:16 smithi194 bash[32038]: cluster 2023-12-07T23:05:14.536015+0000 mgr.a (mgr.14403) 14076 : cluster 0 pgmap v10508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:16.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:16 smithi135 bash[32435]: cluster 2023-12-07T23:05:14.536015+0000 mgr.a (mgr.14403) 14076 : cluster 0 pgmap v10508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:17.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:17 smithi079 bash[28699]: cluster 2023-12-07T23:05:16.536568+0000 mgr.a (mgr.14403) 14077 : cluster 0 pgmap v10509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:17.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:17 smithi194 bash[32038]: cluster 2023-12-07T23:05:16.536568+0000 mgr.a (mgr.14403) 14077 : cluster 0 pgmap v10509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:17.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:17 smithi135 bash[32435]: cluster 2023-12-07T23:05:16.536568+0000 mgr.a (mgr.14403) 14077 : cluster 0 pgmap v10509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:19.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:05:19.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:19.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:19.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:19 smithi079 bash[28699]: cluster 2023-12-07T23:05:18.537320+0000 mgr.a (mgr.14403) 14078 : cluster 0 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-07T23:05:19.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:19 smithi194 bash[32038]: cluster 2023-12-07T23:05:18.537320+0000 mgr.a (mgr.14403) 14078 : cluster 0 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-07T23:05:19.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:19 smithi135 bash[32435]: cluster 2023-12-07T23:05:18.537320+0000 mgr.a (mgr.14403) 14078 : cluster 0 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-07T23:05:20.391 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:05:20.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:20.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:20.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:20.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:05:21.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:21 smithi194 bash[32038]: audit 2023-12-07T23:05:19.877322+0000 mgr.a (mgr.14403) 14079 : audit 0 from='client.283464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:21.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:21 smithi135 bash[32435]: audit 2023-12-07T23:05:19.877322+0000 mgr.a (mgr.14403) 14079 : audit 0 from='client.283464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:21.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:21 smithi079 bash[28699]: audit 2023-12-07T23:05:19.877322+0000 mgr.a (mgr.14403) 14079 : audit 0 from='client.283464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:22.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:22 smithi194 bash[32038]: cluster 2023-12-07T23:05:20.537956+0000 mgr.a (mgr.14403) 14080 : cluster 0 pgmap v10511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:05:22.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:22 smithi135 bash[32435]: cluster 2023-12-07T23:05:20.537956+0000 mgr.a (mgr.14403) 14080 : cluster 0 pgmap v10511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:05:22.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:22 smithi079 bash[28699]: cluster 2023-12-07T23:05:20.537956+0000 mgr.a (mgr.14403) 14080 : cluster 0 pgmap v10511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:05:23.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:23 smithi194 bash[32038]: audit 2023-12-07T23:05:22.931485+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:05:23.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:23 smithi135 bash[32435]: audit 2023-12-07T23:05:22.931485+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:05:23.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:23 smithi079 bash[28699]: audit 2023-12-07T23:05:22.931485+0000 mon.a (mon.0) 2393 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:05:24.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:24 smithi194 bash[32038]: cluster 2023-12-07T23:05:22.538551+0000 mgr.a (mgr.14403) 14081 : cluster 0 pgmap v10512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:05:24.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:24 smithi194 bash[32038]: audit 2023-12-07T23:05:23.724249+0000 mon.a (mon.0) 2394 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:05:24.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:24 smithi194 bash[32038]: audit 2023-12-07T23:05:23.725583+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:05:24.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:24 smithi194 bash[32038]: audit 2023-12-07T23:05:23.734187+0000 mon.a (mon.0) 2396 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:05:24.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:24 smithi135 bash[32435]: cluster 2023-12-07T23:05:22.538551+0000 mgr.a (mgr.14403) 14081 : cluster 0 pgmap v10512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:05:24.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:24 smithi135 bash[32435]: audit 2023-12-07T23:05:23.724249+0000 mon.a (mon.0) 2394 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:05:24.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:24 smithi135 bash[32435]: audit 2023-12-07T23:05:23.725583+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:05:24.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:24 smithi135 bash[32435]: audit 2023-12-07T23:05:23.734187+0000 mon.a (mon.0) 2396 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:05:24.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:24 smithi079 bash[28699]: cluster 2023-12-07T23:05:22.538551+0000 mgr.a (mgr.14403) 14081 : cluster 0 pgmap v10512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:05:24.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:24 smithi079 bash[28699]: audit 2023-12-07T23:05:23.724249+0000 mon.a (mon.0) 2394 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:05:24.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:24 smithi079 bash[28699]: audit 2023-12-07T23:05:23.725583+0000 mon.a (mon.0) 2395 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:05:24.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:24 smithi079 bash[28699]: audit 2023-12-07T23:05:23.734187+0000 mon.a (mon.0) 2396 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:05:25.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:05:25.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:25.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:26.291 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:05:26.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:26.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:26.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:26.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:05:26.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:26 smithi194 bash[32038]: cluster 2023-12-07T23:05:24.539479+0000 mgr.a (mgr.14403) 14082 : cluster 0 pgmap v10513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:05:26.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:26 smithi135 bash[32435]: cluster 2023-12-07T23:05:24.539479+0000 mgr.a (mgr.14403) 14082 : cluster 0 pgmap v10513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:05:26.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:26 smithi079 bash[28699]: cluster 2023-12-07T23:05:24.539479+0000 mgr.a (mgr.14403) 14082 : cluster 0 pgmap v10513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:05:27.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:27 smithi194 bash[32038]: audit 2023-12-07T23:05:25.804180+0000 mgr.a (mgr.14403) 14083 : audit 0 from='client.283539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:27.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:27 smithi135 bash[32435]: audit 2023-12-07T23:05:25.804180+0000 mgr.a (mgr.14403) 14083 : audit 0 from='client.283539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:27.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:27 smithi079 bash[28699]: audit 2023-12-07T23:05:25.804180+0000 mgr.a (mgr.14403) 14083 : audit 0 from='client.283539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:28.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:28 smithi194 bash[32038]: cluster 2023-12-07T23:05:26.540085+0000 mgr.a (mgr.14403) 14084 : cluster 0 pgmap v10514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:28.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:28 smithi135 bash[32435]: cluster 2023-12-07T23:05:26.540085+0000 mgr.a (mgr.14403) 14084 : cluster 0 pgmap v10514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:28.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:28 smithi079 bash[28699]: cluster 2023-12-07T23:05:26.540085+0000 mgr.a (mgr.14403) 14084 : cluster 0 pgmap v10514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:30.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:30 smithi194 bash[32038]: cluster 2023-12-07T23:05:28.540855+0000 mgr.a (mgr.14403) 14085 : cluster 0 pgmap v10515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:30.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:30 smithi135 bash[32435]: cluster 2023-12-07T23:05:28.540855+0000 mgr.a (mgr.14403) 14085 : cluster 0 pgmap v10515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:30.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:30 smithi079 bash[28699]: cluster 2023-12-07T23:05:28.540855+0000 mgr.a (mgr.14403) 14085 : cluster 0 pgmap v10515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:31.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:05:31.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:31.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:32.222 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:05:32.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:32.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:32.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:32.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:05:32.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:32 smithi194 bash[32038]: cluster 2023-12-07T23:05:30.541425+0000 mgr.a (mgr.14403) 14086 : cluster 0 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-07T23:05:32.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:32 smithi135 bash[32435]: cluster 2023-12-07T23:05:30.541425+0000 mgr.a (mgr.14403) 14086 : cluster 0 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-07T23:05:32.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:32 smithi079 bash[28699]: cluster 2023-12-07T23:05:30.541425+0000 mgr.a (mgr.14403) 14086 : cluster 0 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-07T23:05:33.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:33 smithi079 bash[28699]: audit 2023-12-07T23:05:31.713060+0000 mgr.a (mgr.14403) 14087 : audit 0 from='client.283617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:33.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:33 smithi194 bash[32038]: audit 2023-12-07T23:05:31.713060+0000 mgr.a (mgr.14403) 14087 : audit 0 from='client.283617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:33.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:33 smithi135 bash[32435]: audit 2023-12-07T23:05:31.713060+0000 mgr.a (mgr.14403) 14087 : audit 0 from='client.283617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:34.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:34 smithi079 bash[28699]: cluster 2023-12-07T23:05:32.542152+0000 mgr.a (mgr.14403) 14088 : cluster 0 pgmap v10517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:34.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:34 smithi194 bash[32038]: cluster 2023-12-07T23:05:32.542152+0000 mgr.a (mgr.14403) 14088 : cluster 0 pgmap v10517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:34.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:34 smithi135 bash[32435]: cluster 2023-12-07T23:05:32.542152+0000 mgr.a (mgr.14403) 14088 : cluster 0 pgmap v10517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:36.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:36 smithi079 bash[28699]: cluster 2023-12-07T23:05:34.543067+0000 mgr.a (mgr.14403) 14089 : cluster 0 pgmap v10518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:36.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:36 smithi194 bash[32038]: cluster 2023-12-07T23:05:34.543067+0000 mgr.a (mgr.14403) 14089 : cluster 0 pgmap v10518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:36.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:36 smithi135 bash[32435]: cluster 2023-12-07T23:05:34.543067+0000 mgr.a (mgr.14403) 14089 : cluster 0 pgmap v10518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:37.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:05:37.226 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:37.226 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:37.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:37 smithi079 bash[28699]: cluster 2023-12-07T23:05:36.543680+0000 mgr.a (mgr.14403) 14090 : cluster 0 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-07T23:05:37.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:37 smithi194 bash[32038]: cluster 2023-12-07T23:05:36.543680+0000 mgr.a (mgr.14403) 14090 : cluster 0 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-07T23:05:37.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:37 smithi135 bash[32435]: cluster 2023-12-07T23:05:36.543680+0000 mgr.a (mgr.14403) 14090 : cluster 0 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-07T23:05:38.130 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:05:38.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:38.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:38.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:38.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:05:38.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:38 smithi079 bash[28699]: audit 2023-12-07T23:05:37.638267+0000 mgr.a (mgr.14403) 14091 : audit 0 from='client.283695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:38.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:38 smithi194 bash[32038]: audit 2023-12-07T23:05:37.638267+0000 mgr.a (mgr.14403) 14091 : audit 0 from='client.283695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:38.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:38 smithi135 bash[32435]: audit 2023-12-07T23:05:37.638267+0000 mgr.a (mgr.14403) 14091 : audit 0 from='client.283695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:39.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:39 smithi079 bash[28699]: cluster 2023-12-07T23:05:38.544527+0000 mgr.a (mgr.14403) 14092 : cluster 0 pgmap v10520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:39.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:39 smithi194 bash[32038]: cluster 2023-12-07T23:05:38.544527+0000 mgr.a (mgr.14403) 14092 : cluster 0 pgmap v10520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:39.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:39 smithi135 bash[32435]: cluster 2023-12-07T23:05:38.544527+0000 mgr.a (mgr.14403) 14092 : cluster 0 pgmap v10520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:05:42.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:42 smithi194 bash[32038]: cluster 2023-12-07T23:05:40.545037+0000 mgr.a (mgr.14403) 14093 : cluster 0 pgmap v10521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:42.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:42 smithi135 bash[32435]: cluster 2023-12-07T23:05:40.545037+0000 mgr.a (mgr.14403) 14093 : cluster 0 pgmap v10521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:42.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:42 smithi079 bash[28699]: cluster 2023-12-07T23:05:40.545037+0000 mgr.a (mgr.14403) 14093 : cluster 0 pgmap v10521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:43.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:05:43.134 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:43.134 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:44.074 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:05:44.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:44.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:44.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:44.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:05:44.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:44 smithi194 bash[32038]: cluster 2023-12-07T23:05:42.545609+0000 mgr.a (mgr.14403) 14094 : cluster 0 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-07T23:05:44.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:44 smithi135 bash[32435]: cluster 2023-12-07T23:05:42.545609+0000 mgr.a (mgr.14403) 14094 : cluster 0 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-07T23:05:44.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:44 smithi079 bash[28699]: cluster 2023-12-07T23:05:42.545609+0000 mgr.a (mgr.14403) 14094 : cluster 0 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-07T23:05:45.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:45 smithi194 bash[32038]: audit 2023-12-07T23:05:43.550288+0000 mgr.a (mgr.14403) 14095 : audit 0 from='client.283773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:45.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:45 smithi135 bash[32435]: audit 2023-12-07T23:05:43.550288+0000 mgr.a (mgr.14403) 14095 : audit 0 from='client.283773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:45.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:45 smithi079 bash[28699]: audit 2023-12-07T23:05:43.550288+0000 mgr.a (mgr.14403) 14095 : audit 0 from='client.283773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:46.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:46 smithi194 bash[32038]: cluster 2023-12-07T23:05:44.546706+0000 mgr.a (mgr.14403) 14096 : cluster 0 pgmap v10523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:46.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:46 smithi135 bash[32435]: cluster 2023-12-07T23:05:44.546706+0000 mgr.a (mgr.14403) 14096 : cluster 0 pgmap v10523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:46.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:46 smithi079 bash[28699]: cluster 2023-12-07T23:05:44.546706+0000 mgr.a (mgr.14403) 14096 : cluster 0 pgmap v10523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:48.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:48 smithi194 bash[32038]: cluster 2023-12-07T23:05:46.547339+0000 mgr.a (mgr.14403) 14097 : cluster 0 pgmap v10524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:48.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:48 smithi135 bash[32435]: cluster 2023-12-07T23:05:46.547339+0000 mgr.a (mgr.14403) 14097 : cluster 0 pgmap v10524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:48.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:48 smithi079 bash[28699]: cluster 2023-12-07T23:05:46.547339+0000 mgr.a (mgr.14403) 14097 : cluster 0 pgmap v10524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:49.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:05:49.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:49.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:49.966 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:05:49.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:49.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:49.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:49.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:05:50.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:50 smithi194 bash[32038]: cluster 2023-12-07T23:05:48.548038+0000 mgr.a (mgr.14403) 14098 : cluster 0 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-07T23:05:50.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:50 smithi135 bash[32435]: cluster 2023-12-07T23:05:48.548038+0000 mgr.a (mgr.14403) 14098 : cluster 0 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-07T23:05:50.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:50 smithi079 bash[28699]: cluster 2023-12-07T23:05:48.548038+0000 mgr.a (mgr.14403) 14098 : cluster 0 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-07T23:05:51.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:51 smithi194 bash[32038]: audit 2023-12-07T23:05:49.493464+0000 mgr.a (mgr.14403) 14099 : audit 0 from='client.283851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:51.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:51 smithi135 bash[32435]: audit 2023-12-07T23:05:49.493464+0000 mgr.a (mgr.14403) 14099 : audit 0 from='client.283851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:51.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:51 smithi079 bash[28699]: audit 2023-12-07T23:05:49.493464+0000 mgr.a (mgr.14403) 14099 : audit 0 from='client.283851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:52.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:52 smithi194 bash[32038]: cluster 2023-12-07T23:05:50.548654+0000 mgr.a (mgr.14403) 14100 : cluster 0 pgmap v10526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:52.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:52 smithi135 bash[32435]: cluster 2023-12-07T23:05:50.548654+0000 mgr.a (mgr.14403) 14100 : cluster 0 pgmap v10526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:52.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:52 smithi079 bash[28699]: cluster 2023-12-07T23:05:50.548654+0000 mgr.a (mgr.14403) 14100 : cluster 0 pgmap v10526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:54.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:54 smithi135 bash[32435]: cluster 2023-12-07T23:05:52.549244+0000 mgr.a (mgr.14403) 14101 : cluster 0 pgmap v10527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:54.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:54 smithi079 bash[28699]: cluster 2023-12-07T23:05:52.549244+0000 mgr.a (mgr.14403) 14101 : cluster 0 pgmap v10527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:54.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:54 smithi194 bash[32038]: cluster 2023-12-07T23:05:52.549244+0000 mgr.a (mgr.14403) 14101 : cluster 0 pgmap v10527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:05:54.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:05:54.971 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:05:54.971 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:05:55.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:05:55.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:05:55.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:05:55.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:05:55.902 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:05:56.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:56 smithi079 bash[28699]: cluster 2023-12-07T23:05:54.550043+0000 mgr.a (mgr.14403) 14102 : cluster 0 pgmap v10528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:56.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:56 smithi079 bash[28699]: audit 2023-12-07T23:05:55.376223+0000 mgr.a (mgr.14403) 14103 : audit 0 from='client.283926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:56.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:56 smithi194 bash[32038]: cluster 2023-12-07T23:05:54.550043+0000 mgr.a (mgr.14403) 14102 : cluster 0 pgmap v10528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:56.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:56 smithi194 bash[32038]: audit 2023-12-07T23:05:55.376223+0000 mgr.a (mgr.14403) 14103 : audit 0 from='client.283926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:56.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:56 smithi135 bash[32435]: cluster 2023-12-07T23:05:54.550043+0000 mgr.a (mgr.14403) 14102 : cluster 0 pgmap v10528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:56.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:56 smithi135 bash[32435]: audit 2023-12-07T23:05:55.376223+0000 mgr.a (mgr.14403) 14103 : audit 0 from='client.283926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:05:58.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:05:58 smithi079 bash[28699]: cluster 2023-12-07T23:05:56.550927+0000 mgr.a (mgr.14403) 14104 : cluster 0 pgmap v10529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:58.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:05:58 smithi194 bash[32038]: cluster 2023-12-07T23:05:56.550927+0000 mgr.a (mgr.14403) 14104 : cluster 0 pgmap v10529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:05:58.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:05:58 smithi135 bash[32435]: cluster 2023-12-07T23:05:56.550927+0000 mgr.a (mgr.14403) 14104 : cluster 0 pgmap v10529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:00.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:00 smithi079 bash[28699]: cluster 2023-12-07T23:05:58.551724+0000 mgr.a (mgr.14403) 14105 : cluster 0 pgmap v10530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:00.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:06:00.904 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:00.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:00.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:00 smithi194 bash[32038]: cluster 2023-12-07T23:05:58.551724+0000 mgr.a (mgr.14403) 14105 : cluster 0 pgmap v10530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:00.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:00 smithi135 bash[32435]: cluster 2023-12-07T23:05:58.551724+0000 mgr.a (mgr.14403) 14105 : cluster 0 pgmap v10530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:01.802 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:06:01.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:01.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:01.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:01.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:06:02.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:02 smithi079 bash[28699]: cluster 2023-12-07T23:06:00.552297+0000 mgr.a (mgr.14403) 14106 : cluster 0 pgmap v10531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:02.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:02 smithi079 bash[28699]: audit 2023-12-07T23:06:01.304106+0000 mgr.a (mgr.14403) 14107 : audit 0 from='client.284001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:02.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:02 smithi194 bash[32038]: cluster 2023-12-07T23:06:00.552297+0000 mgr.a (mgr.14403) 14106 : cluster 0 pgmap v10531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:02.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:02 smithi194 bash[32038]: audit 2023-12-07T23:06:01.304106+0000 mgr.a (mgr.14403) 14107 : audit 0 from='client.284001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:02.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:02 smithi135 bash[32435]: cluster 2023-12-07T23:06:00.552297+0000 mgr.a (mgr.14403) 14106 : cluster 0 pgmap v10531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:02.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:02 smithi135 bash[32435]: audit 2023-12-07T23:06:01.304106+0000 mgr.a (mgr.14403) 14107 : audit 0 from='client.284001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:03.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:03 smithi079 bash[28699]: cluster 2023-12-07T23:06:02.553020+0000 mgr.a (mgr.14403) 14108 : cluster 0 pgmap v10532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:03.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:03 smithi194 bash[32038]: cluster 2023-12-07T23:06:02.553020+0000 mgr.a (mgr.14403) 14108 : cluster 0 pgmap v10532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:03.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:03 smithi135 bash[32435]: cluster 2023-12-07T23:06:02.553020+0000 mgr.a (mgr.14403) 14108 : cluster 0 pgmap v10532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:06.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:06 smithi194 bash[32038]: cluster 2023-12-07T23:06:04.553812+0000 mgr.a (mgr.14403) 14109 : cluster 0 pgmap v10533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:06.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:06 smithi135 bash[32435]: cluster 2023-12-07T23:06:04.553812+0000 mgr.a (mgr.14403) 14109 : cluster 0 pgmap v10533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:06.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:06:06.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:06.806 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:06.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:06 smithi079 bash[28699]: cluster 2023-12-07T23:06:04.553812+0000 mgr.a (mgr.14403) 14109 : cluster 0 pgmap v10533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:07.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:07.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:07.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:07.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:06:07.707 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:06:08.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:08 smithi194 bash[32038]: cluster 2023-12-07T23:06:06.554361+0000 mgr.a (mgr.14403) 14110 : cluster 0 pgmap v10534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:08.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:08 smithi194 bash[32038]: audit 2023-12-07T23:06:07.220211+0000 mgr.a (mgr.14403) 14111 : audit 0 from='client.284076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:08.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:08 smithi135 bash[32435]: cluster 2023-12-07T23:06:06.554361+0000 mgr.a (mgr.14403) 14110 : cluster 0 pgmap v10534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:08.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:08 smithi135 bash[32435]: audit 2023-12-07T23:06:07.220211+0000 mgr.a (mgr.14403) 14111 : audit 0 from='client.284076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:08.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:08 smithi079 bash[28699]: cluster 2023-12-07T23:06:06.554361+0000 mgr.a (mgr.14403) 14110 : cluster 0 pgmap v10534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:09.096 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:08 smithi079 bash[28699]: audit 2023-12-07T23:06:07.220211+0000 mgr.a (mgr.14403) 14111 : audit 0 from='client.284076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:10.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:10 smithi194 bash[32038]: cluster 2023-12-07T23:06:08.555265+0000 mgr.a (mgr.14403) 14112 : cluster 0 pgmap v10535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:10.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:10 smithi135 bash[32435]: cluster 2023-12-07T23:06:08.555265+0000 mgr.a (mgr.14403) 14112 : cluster 0 pgmap v10535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:10.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:10 smithi079 bash[28699]: cluster 2023-12-07T23:06:08.555265+0000 mgr.a (mgr.14403) 14112 : cluster 0 pgmap v10535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:12.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:12 smithi194 bash[32038]: cluster 2023-12-07T23:06:10.555843+0000 mgr.a (mgr.14403) 14113 : cluster 0 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-07T23:06:12.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:12 smithi135 bash[32435]: cluster 2023-12-07T23:06:10.555843+0000 mgr.a (mgr.14403) 14113 : cluster 0 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-07T23:06:12.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:06:12.711 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:12.711 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:12.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:12 smithi079 bash[28699]: cluster 2023-12-07T23:06:10.555843+0000 mgr.a (mgr.14403) 14113 : cluster 0 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-07T23:06:13.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:13.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:13.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:13.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:06:13.609 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:06:14.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:14 smithi194 bash[32038]: cluster 2023-12-07T23:06:12.556438+0000 mgr.a (mgr.14403) 14114 : cluster 0 pgmap v10537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:14.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:14 smithi194 bash[32038]: audit 2023-12-07T23:06:13.123943+0000 mgr.a (mgr.14403) 14115 : audit 0 from='client.284148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:14.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:14 smithi135 bash[32435]: cluster 2023-12-07T23:06:12.556438+0000 mgr.a (mgr.14403) 14114 : cluster 0 pgmap v10537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:14.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:14 smithi135 bash[32435]: audit 2023-12-07T23:06:13.123943+0000 mgr.a (mgr.14403) 14115 : audit 0 from='client.284148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:14.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:14 smithi079 bash[28699]: cluster 2023-12-07T23:06:12.556438+0000 mgr.a (mgr.14403) 14114 : cluster 0 pgmap v10537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:14.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:14 smithi079 bash[28699]: audit 2023-12-07T23:06:13.123943+0000 mgr.a (mgr.14403) 14115 : audit 0 from='client.284148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:16.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:16 smithi194 bash[32038]: cluster 2023-12-07T23:06:14.557362+0000 mgr.a (mgr.14403) 14116 : cluster 0 pgmap v10538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:06:16.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:16 smithi135 bash[32435]: cluster 2023-12-07T23:06:14.557362+0000 mgr.a (mgr.14403) 14116 : cluster 0 pgmap v10538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:06:16.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:16 smithi079 bash[28699]: cluster 2023-12-07T23:06:14.557362+0000 mgr.a (mgr.14403) 14116 : cluster 0 pgmap v10538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:06:18.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:06:18.613 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:18.613 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:18.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:18 smithi194 bash[32038]: cluster 2023-12-07T23:06:16.557980+0000 mgr.a (mgr.14403) 14117 : cluster 0 pgmap v10539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:06:18.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:18 smithi135 bash[32435]: cluster 2023-12-07T23:06:16.557980+0000 mgr.a (mgr.14403) 14117 : cluster 0 pgmap v10539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:06:18.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:18 smithi079 bash[28699]: cluster 2023-12-07T23:06:16.557980+0000 mgr.a (mgr.14403) 14117 : cluster 0 pgmap v10539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:06:19.507 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:06:19.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:19.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:19.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:19.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:06:20.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:20 smithi135 bash[32435]: cluster 2023-12-07T23:06:18.558713+0000 mgr.a (mgr.14403) 14118 : cluster 0 pgmap v10540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:20.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:20 smithi135 bash[32435]: audit 2023-12-07T23:06:19.023057+0000 mgr.a (mgr.14403) 14119 : audit 0 from='client.284223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:20.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:20 smithi079 bash[28699]: cluster 2023-12-07T23:06:18.558713+0000 mgr.a (mgr.14403) 14118 : cluster 0 pgmap v10540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:20.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:20 smithi079 bash[28699]: audit 2023-12-07T23:06:19.023057+0000 mgr.a (mgr.14403) 14119 : audit 0 from='client.284223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:20.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:20 smithi194 bash[32038]: cluster 2023-12-07T23:06:18.558713+0000 mgr.a (mgr.14403) 14118 : cluster 0 pgmap v10540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:20.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:20 smithi194 bash[32038]: audit 2023-12-07T23:06:19.023057+0000 mgr.a (mgr.14403) 14119 : audit 0 from='client.284223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:22.702 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:22 smithi135 bash[32435]: cluster 2023-12-07T23:06:20.559418+0000 mgr.a (mgr.14403) 14120 : cluster 0 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-07T23:06:22.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:22 smithi079 bash[28699]: cluster 2023-12-07T23:06:20.559418+0000 mgr.a (mgr.14403) 14120 : cluster 0 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-07T23:06:22.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:22 smithi194 bash[32038]: cluster 2023-12-07T23:06:20.559418+0000 mgr.a (mgr.14403) 14120 : cluster 0 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-07T23:06:24.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:06:24.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:24.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:24.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:24 smithi079 bash[28699]: cluster 2023-12-07T23:06:22.559942+0000 mgr.a (mgr.14403) 14121 : cluster 0 pgmap v10542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:24.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:24 smithi079 bash[28699]: audit 2023-12-07T23:06:23.837013+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:06:24.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:24 smithi194 bash[32038]: cluster 2023-12-07T23:06:22.559942+0000 mgr.a (mgr.14403) 14121 : cluster 0 pgmap v10542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:24.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:24 smithi194 bash[32038]: audit 2023-12-07T23:06:23.837013+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:06:24.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:24 smithi135 bash[32435]: cluster 2023-12-07T23:06:22.559942+0000 mgr.a (mgr.14403) 14121 : cluster 0 pgmap v10542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:24.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:24 smithi135 bash[32435]: audit 2023-12-07T23:06:23.837013+0000 mon.a (mon.0) 2397 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:06:25.416 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:06:25.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:25.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:25.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:25.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:06:25.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:25 smithi079 bash[28699]: audit 2023-12-07T23:06:24.632982+0000 mon.a (mon.0) 2398 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:06:25.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:25 smithi079 bash[28699]: audit 2023-12-07T23:06:24.634759+0000 mon.a (mon.0) 2399 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:06:25.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:25 smithi079 bash[28699]: audit 2023-12-07T23:06:24.641885+0000 mon.a (mon.0) 2400 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:06:25.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:25 smithi194 bash[32038]: audit 2023-12-07T23:06:24.632982+0000 mon.a (mon.0) 2398 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:06:25.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:25 smithi194 bash[32038]: audit 2023-12-07T23:06:24.634759+0000 mon.a (mon.0) 2399 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:06:25.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:25 smithi194 bash[32038]: audit 2023-12-07T23:06:24.641885+0000 mon.a (mon.0) 2400 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:06:25.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:25 smithi135 bash[32435]: audit 2023-12-07T23:06:24.632982+0000 mon.a (mon.0) 2398 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:06:25.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:25 smithi135 bash[32435]: audit 2023-12-07T23:06:24.634759+0000 mon.a (mon.0) 2399 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:06:25.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:25 smithi135 bash[32435]: audit 2023-12-07T23:06:24.641885+0000 mon.a (mon.0) 2400 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:06:26.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:26 smithi079 bash[28699]: cluster 2023-12-07T23:06:24.560734+0000 mgr.a (mgr.14403) 14122 : cluster 0 pgmap v10543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:26.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:26 smithi079 bash[28699]: audit 2023-12-07T23:06:24.923679+0000 mgr.a (mgr.14403) 14123 : audit 0 from='client.284301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:26 smithi194 bash[32038]: cluster 2023-12-07T23:06:24.560734+0000 mgr.a (mgr.14403) 14122 : cluster 0 pgmap v10543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:26.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:26 smithi194 bash[32038]: audit 2023-12-07T23:06:24.923679+0000 mgr.a (mgr.14403) 14123 : audit 0 from='client.284301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:26.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:26 smithi135 bash[32435]: cluster 2023-12-07T23:06:24.560734+0000 mgr.a (mgr.14403) 14122 : cluster 0 pgmap v10543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:26.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:26 smithi135 bash[32435]: audit 2023-12-07T23:06:24.923679+0000 mgr.a (mgr.14403) 14123 : audit 0 from='client.284301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:28.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:28 smithi079 bash[28699]: cluster 2023-12-07T23:06:26.561456+0000 mgr.a (mgr.14403) 14124 : cluster 0 pgmap v10544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:06:28.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:28 smithi194 bash[32038]: cluster 2023-12-07T23:06:26.561456+0000 mgr.a (mgr.14403) 14124 : cluster 0 pgmap v10544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:06:28.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:28 smithi135 bash[32435]: cluster 2023-12-07T23:06:26.561456+0000 mgr.a (mgr.14403) 14124 : cluster 0 pgmap v10544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:06:30.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:06:30.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:30.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:30.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:30 smithi079 bash[28699]: cluster 2023-12-07T23:06:28.562275+0000 mgr.a (mgr.14403) 14125 : cluster 0 pgmap v10545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:06:30.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:30 smithi194 bash[32038]: cluster 2023-12-07T23:06:28.562275+0000 mgr.a (mgr.14403) 14125 : cluster 0 pgmap v10545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:06:30.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:30 smithi135 bash[32435]: cluster 2023-12-07T23:06:28.562275+0000 mgr.a (mgr.14403) 14125 : cluster 0 pgmap v10545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:06:31.343 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:06:31.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:31.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:31.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:31.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:06:32.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:32 smithi079 bash[28699]: cluster 2023-12-07T23:06:30.562620+0000 mgr.a (mgr.14403) 14126 : cluster 0 pgmap v10546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:32.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:32 smithi079 bash[28699]: audit 2023-12-07T23:06:30.830892+0000 mgr.a (mgr.14403) 14127 : audit 0 from='client.284379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:32.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:32 smithi194 bash[32038]: cluster 2023-12-07T23:06:30.562620+0000 mgr.a (mgr.14403) 14126 : cluster 0 pgmap v10546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:32.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:32 smithi194 bash[32038]: audit 2023-12-07T23:06:30.830892+0000 mgr.a (mgr.14403) 14127 : audit 0 from='client.284379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:32.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:32 smithi135 bash[32435]: cluster 2023-12-07T23:06:30.562620+0000 mgr.a (mgr.14403) 14126 : cluster 0 pgmap v10546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:32.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:32 smithi135 bash[32435]: audit 2023-12-07T23:06:30.830892+0000 mgr.a (mgr.14403) 14127 : audit 0 from='client.284379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:34.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:34 smithi079 bash[28699]: cluster 2023-12-07T23:06:32.563199+0000 mgr.a (mgr.14403) 14128 : cluster 0 pgmap v10547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:34.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:34 smithi194 bash[32038]: cluster 2023-12-07T23:06:32.563199+0000 mgr.a (mgr.14403) 14128 : cluster 0 pgmap v10547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:34.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:34 smithi135 bash[32435]: cluster 2023-12-07T23:06:32.563199+0000 mgr.a (mgr.14403) 14128 : cluster 0 pgmap v10547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:36.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:06:36.347 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:36.347 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:36.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:36 smithi194 bash[32038]: cluster 2023-12-07T23:06:34.563989+0000 mgr.a (mgr.14403) 14129 : cluster 0 pgmap v10548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:36.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:36 smithi135 bash[32435]: cluster 2023-12-07T23:06:34.563989+0000 mgr.a (mgr.14403) 14129 : cluster 0 pgmap v10548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:36.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:36 smithi079 bash[28699]: cluster 2023-12-07T23:06:34.563989+0000 mgr.a (mgr.14403) 14129 : cluster 0 pgmap v10548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:37.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:37.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:37.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:37.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:06:37.220 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:06:38.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:38 smithi194 bash[32038]: cluster 2023-12-07T23:06:36.564496+0000 mgr.a (mgr.14403) 14130 : cluster 0 pgmap v10549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:38.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:38 smithi194 bash[32038]: audit 2023-12-07T23:06:36.754396+0000 mgr.a (mgr.14403) 14131 : audit 0 from='client.284457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:38.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:38 smithi135 bash[32435]: cluster 2023-12-07T23:06:36.564496+0000 mgr.a (mgr.14403) 14130 : cluster 0 pgmap v10549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:38.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:38 smithi135 bash[32435]: audit 2023-12-07T23:06:36.754396+0000 mgr.a (mgr.14403) 14131 : audit 0 from='client.284457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:38.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:38 smithi079 bash[28699]: cluster 2023-12-07T23:06:36.564496+0000 mgr.a (mgr.14403) 14130 : cluster 0 pgmap v10549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:38.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:38 smithi079 bash[28699]: audit 2023-12-07T23:06:36.754396+0000 mgr.a (mgr.14403) 14131 : audit 0 from='client.284457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:40.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:40 smithi194 bash[32038]: cluster 2023-12-07T23:06:38.565362+0000 mgr.a (mgr.14403) 14132 : cluster 0 pgmap v10550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:40.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:40 smithi135 bash[32435]: cluster 2023-12-07T23:06:38.565362+0000 mgr.a (mgr.14403) 14132 : cluster 0 pgmap v10550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:40.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:40 smithi079 bash[28699]: cluster 2023-12-07T23:06:38.565362+0000 mgr.a (mgr.14403) 14132 : cluster 0 pgmap v10550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:42.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:06:42.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:42.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:42.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:42 smithi194 bash[32038]: cluster 2023-12-07T23:06:40.565920+0000 mgr.a (mgr.14403) 14133 : cluster 0 pgmap v10551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:42.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:42 smithi135 bash[32435]: cluster 2023-12-07T23:06:40.565920+0000 mgr.a (mgr.14403) 14133 : cluster 0 pgmap v10551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:42.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:42 smithi079 bash[28699]: cluster 2023-12-07T23:06:40.565920+0000 mgr.a (mgr.14403) 14133 : cluster 0 pgmap v10551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:43.098 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:06:43.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:43.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:43.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:43.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:06:44.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:44 smithi194 bash[32038]: cluster 2023-12-07T23:06:42.566290+0000 mgr.a (mgr.14403) 14134 : cluster 0 pgmap v10552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:44.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:44 smithi194 bash[32038]: audit 2023-12-07T23:06:42.633026+0000 mgr.a (mgr.14403) 14135 : audit 0 from='client.284532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:44.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:44 smithi135 bash[32435]: cluster 2023-12-07T23:06:42.566290+0000 mgr.a (mgr.14403) 14134 : cluster 0 pgmap v10552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:44.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:44 smithi135 bash[32435]: audit 2023-12-07T23:06:42.633026+0000 mgr.a (mgr.14403) 14135 : audit 0 from='client.284532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:44.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:44 smithi079 bash[28699]: cluster 2023-12-07T23:06:42.566290+0000 mgr.a (mgr.14403) 14134 : cluster 0 pgmap v10552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:44.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:44 smithi079 bash[28699]: audit 2023-12-07T23:06:42.633026+0000 mgr.a (mgr.14403) 14135 : audit 0 from='client.284532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:46.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:46 smithi135 bash[32435]: cluster 2023-12-07T23:06:44.567125+0000 mgr.a (mgr.14403) 14136 : cluster 0 pgmap v10553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:46.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:46 smithi079 bash[28699]: cluster 2023-12-07T23:06:44.567125+0000 mgr.a (mgr.14403) 14136 : cluster 0 pgmap v10553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:46.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:46 smithi194 bash[32038]: cluster 2023-12-07T23:06:44.567125+0000 mgr.a (mgr.14403) 14136 : cluster 0 pgmap v10553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:06:48.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:06:48.101 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:48.101 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:48.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:48 smithi079 bash[28699]: cluster 2023-12-07T23:06:46.567698+0000 mgr.a (mgr.14403) 14137 : cluster 0 pgmap v10554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:48.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:48 smithi194 bash[32038]: cluster 2023-12-07T23:06:46.567698+0000 mgr.a (mgr.14403) 14137 : cluster 0 pgmap v10554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:48.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:48 smithi135 bash[32435]: cluster 2023-12-07T23:06:46.567698+0000 mgr.a (mgr.14403) 14137 : cluster 0 pgmap v10554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:49.018 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:06:49.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:49.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:49.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:49.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:06:50.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:50 smithi079 bash[28699]: audit 2023-12-07T23:06:48.512465+0000 mgr.a (mgr.14403) 14138 : audit 0 from='client.284607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:50.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:50 smithi079 bash[28699]: cluster 2023-12-07T23:06:48.568708+0000 mgr.a (mgr.14403) 14139 : cluster 0 pgmap v10555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:50.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:50 smithi194 bash[32038]: audit 2023-12-07T23:06:48.512465+0000 mgr.a (mgr.14403) 14138 : audit 0 from='client.284607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:50.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:50 smithi194 bash[32038]: cluster 2023-12-07T23:06:48.568708+0000 mgr.a (mgr.14403) 14139 : cluster 0 pgmap v10555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:50.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:50 smithi135 bash[32435]: audit 2023-12-07T23:06:48.512465+0000 mgr.a (mgr.14403) 14138 : audit 0 from='client.284607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:50.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:50 smithi135 bash[32435]: cluster 2023-12-07T23:06:48.568708+0000 mgr.a (mgr.14403) 14139 : cluster 0 pgmap v10555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:52.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:52 smithi079 bash[28699]: cluster 2023-12-07T23:06:50.569441+0000 mgr.a (mgr.14403) 14140 : cluster 0 pgmap v10556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:52.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:52 smithi194 bash[32038]: cluster 2023-12-07T23:06:50.569441+0000 mgr.a (mgr.14403) 14140 : cluster 0 pgmap v10556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:52.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:52 smithi135 bash[32435]: cluster 2023-12-07T23:06:50.569441+0000 mgr.a (mgr.14403) 14140 : cluster 0 pgmap v10556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:54.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:06:54.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:54.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:06:54.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:54 smithi079 bash[28699]: cluster 2023-12-07T23:06:52.570033+0000 mgr.a (mgr.14403) 14141 : cluster 0 pgmap v10557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:54.943 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:06:54.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:06:54.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:06:54.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:06:54.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:06:54.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:54 smithi194 bash[32038]: cluster 2023-12-07T23:06:52.570033+0000 mgr.a (mgr.14403) 14141 : cluster 0 pgmap v10557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:54.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:54 smithi135 bash[32435]: cluster 2023-12-07T23:06:52.570033+0000 mgr.a (mgr.14403) 14141 : cluster 0 pgmap v10557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:06:55.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:55 smithi079 bash[28699]: audit 2023-12-07T23:06:54.431794+0000 mgr.a (mgr.14403) 14142 : audit 0 from='client.221071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:55.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:55 smithi194 bash[32038]: audit 2023-12-07T23:06:54.431794+0000 mgr.a (mgr.14403) 14142 : audit 0 from='client.221071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:55.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:55 smithi135 bash[32435]: audit 2023-12-07T23:06:54.431794+0000 mgr.a (mgr.14403) 14142 : audit 0 from='client.221071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:06:56.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:56 smithi079 bash[28699]: cluster 2023-12-07T23:06:54.583762+0000 mgr.a (mgr.14403) 14143 : cluster 0 pgmap v10558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:56.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:56 smithi194 bash[32038]: cluster 2023-12-07T23:06:54.583762+0000 mgr.a (mgr.14403) 14143 : cluster 0 pgmap v10558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:56.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:56 smithi135 bash[32435]: cluster 2023-12-07T23:06:54.583762+0000 mgr.a (mgr.14403) 14143 : cluster 0 pgmap v10558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:06:58.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:06:58 smithi079 bash[28699]: cluster 2023-12-07T23:06:56.584494+0000 mgr.a (mgr.14403) 14144 : cluster 0 pgmap v10559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:06:58.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:06:58 smithi194 bash[32038]: cluster 2023-12-07T23:06:56.584494+0000 mgr.a (mgr.14403) 14144 : cluster 0 pgmap v10559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:06:58.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:06:58 smithi135 bash[32435]: cluster 2023-12-07T23:06:56.584494+0000 mgr.a (mgr.14403) 14144 : cluster 0 pgmap v10559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:06:59.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:06:59.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:06:59.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:00.846 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:07:00.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:00.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:00.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:00.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:07:00.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:00 smithi079 bash[28699]: cluster 2023-12-07T23:06:58.585285+0000 mgr.a (mgr.14403) 14145 : cluster 0 pgmap v10560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:00.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:00 smithi194 bash[32038]: cluster 2023-12-07T23:06:58.585285+0000 mgr.a (mgr.14403) 14145 : cluster 0 pgmap v10560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:00.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:00 smithi135 bash[32435]: cluster 2023-12-07T23:06:58.585285+0000 mgr.a (mgr.14403) 14145 : cluster 0 pgmap v10560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:01.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:01 smithi079 bash[28699]: audit 2023-12-07T23:07:00.361923+0000 mgr.a (mgr.14403) 14146 : audit 0 from='client.284754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:01.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:01 smithi194 bash[32038]: audit 2023-12-07T23:07:00.361923+0000 mgr.a (mgr.14403) 14146 : audit 0 from='client.284754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:01.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:01 smithi135 bash[32435]: audit 2023-12-07T23:07:00.361923+0000 mgr.a (mgr.14403) 14146 : audit 0 from='client.284754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:02.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:02 smithi079 bash[28699]: cluster 2023-12-07T23:07:00.585767+0000 mgr.a (mgr.14403) 14147 : cluster 0 pgmap v10561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:02.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:02 smithi194 bash[32038]: cluster 2023-12-07T23:07:00.585767+0000 mgr.a (mgr.14403) 14147 : cluster 0 pgmap v10561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:02.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:02 smithi135 bash[32435]: cluster 2023-12-07T23:07:00.585767+0000 mgr.a (mgr.14403) 14147 : cluster 0 pgmap v10561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:04.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:04 smithi079 bash[28699]: cluster 2023-12-07T23:07:02.586544+0000 mgr.a (mgr.14403) 14148 : cluster 0 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-07T23:07:04.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:04 smithi194 bash[32038]: cluster 2023-12-07T23:07:02.586544+0000 mgr.a (mgr.14403) 14148 : cluster 0 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-07T23:07:04.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:04 smithi135 bash[32435]: cluster 2023-12-07T23:07:02.586544+0000 mgr.a (mgr.14403) 14148 : cluster 0 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-07T23:07:05.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:07:05.849 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:05.849 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:06.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:06 smithi194 bash[32038]: cluster 2023-12-07T23:07:04.587402+0000 mgr.a (mgr.14403) 14149 : cluster 0 pgmap v10563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:06.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:06 smithi135 bash[32435]: cluster 2023-12-07T23:07:04.587402+0000 mgr.a (mgr.14403) 14149 : cluster 0 pgmap v10563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:06.749 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:07:06.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:06.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:06.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:06.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:07:06.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:06 smithi079 bash[28699]: cluster 2023-12-07T23:07:04.587402+0000 mgr.a (mgr.14403) 14149 : cluster 0 pgmap v10563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:07.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:07 smithi194 bash[32038]: audit 2023-12-07T23:07:06.259487+0000 mgr.a (mgr.14403) 14150 : audit 0 from='client.284829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:07.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:07 smithi135 bash[32435]: audit 2023-12-07T23:07:06.259487+0000 mgr.a (mgr.14403) 14150 : audit 0 from='client.284829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:07.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:07 smithi079 bash[28699]: audit 2023-12-07T23:07:06.259487+0000 mgr.a (mgr.14403) 14150 : audit 0 from='client.284829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:08.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:08 smithi135 bash[32435]: cluster 2023-12-07T23:07:06.588036+0000 mgr.a (mgr.14403) 14151 : cluster 0 pgmap v10564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:08.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:08 smithi079 bash[28699]: cluster 2023-12-07T23:07:06.588036+0000 mgr.a (mgr.14403) 14151 : cluster 0 pgmap v10564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:08.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:08 smithi194 bash[32038]: cluster 2023-12-07T23:07:06.588036+0000 mgr.a (mgr.14403) 14151 : cluster 0 pgmap v10564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:10.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:10 smithi079 bash[28699]: cluster 2023-12-07T23:07:08.588783+0000 mgr.a (mgr.14403) 14152 : cluster 0 pgmap v10565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:10.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:10 smithi194 bash[32038]: cluster 2023-12-07T23:07:08.588783+0000 mgr.a (mgr.14403) 14152 : cluster 0 pgmap v10565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:10.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:10 smithi135 bash[32435]: cluster 2023-12-07T23:07:08.588783+0000 mgr.a (mgr.14403) 14152 : cluster 0 pgmap v10565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:11.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:07:11.752 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:11.752 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:12.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:12.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:12.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:12.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:07:12.647 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:07:12.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:12 smithi079 bash[28699]: cluster 2023-12-07T23:07:10.589369+0000 mgr.a (mgr.14403) 14153 : cluster 0 pgmap v10566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:12.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:12 smithi194 bash[32038]: cluster 2023-12-07T23:07:10.589369+0000 mgr.a (mgr.14403) 14153 : cluster 0 pgmap v10566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:12.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:12 smithi135 bash[32435]: cluster 2023-12-07T23:07:10.589369+0000 mgr.a (mgr.14403) 14153 : cluster 0 pgmap v10566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:13.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:13 smithi079 bash[28699]: audit 2023-12-07T23:07:12.157046+0000 mgr.a (mgr.14403) 14154 : audit 0 from='client.284907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:13.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:13 smithi194 bash[32038]: audit 2023-12-07T23:07:12.157046+0000 mgr.a (mgr.14403) 14154 : audit 0 from='client.284907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:13.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:13 smithi135 bash[32435]: audit 2023-12-07T23:07:12.157046+0000 mgr.a (mgr.14403) 14154 : audit 0 from='client.284907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:14.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:14 smithi079 bash[28699]: cluster 2023-12-07T23:07:12.589822+0000 mgr.a (mgr.14403) 14155 : cluster 0 pgmap v10567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:14.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:14 smithi194 bash[32038]: cluster 2023-12-07T23:07:12.589822+0000 mgr.a (mgr.14403) 14155 : cluster 0 pgmap v10567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:14.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:14 smithi135 bash[32435]: cluster 2023-12-07T23:07:12.589822+0000 mgr.a (mgr.14403) 14155 : cluster 0 pgmap v10567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:16.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:16 smithi079 bash[28699]: cluster 2023-12-07T23:07:14.590563+0000 mgr.a (mgr.14403) 14156 : cluster 0 pgmap v10568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:16.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:16 smithi194 bash[32038]: cluster 2023-12-07T23:07:14.590563+0000 mgr.a (mgr.14403) 14156 : cluster 0 pgmap v10568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:16.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:16 smithi135 bash[32435]: cluster 2023-12-07T23:07:14.590563+0000 mgr.a (mgr.14403) 14156 : cluster 0 pgmap v10568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:17.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:07:17.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:17.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:18.560 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:07:18.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:18.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:18.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:18.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:07:18.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:18 smithi079 bash[28699]: cluster 2023-12-07T23:07:16.591154+0000 mgr.a (mgr.14403) 14157 : cluster 0 pgmap v10569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:18.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:18 smithi194 bash[32038]: cluster 2023-12-07T23:07:16.591154+0000 mgr.a (mgr.14403) 14157 : cluster 0 pgmap v10569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:18.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:18 smithi135 bash[32435]: cluster 2023-12-07T23:07:16.591154+0000 mgr.a (mgr.14403) 14157 : cluster 0 pgmap v10569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:19.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:19 smithi079 bash[28699]: audit 2023-12-07T23:07:18.062779+0000 mgr.a (mgr.14403) 14158 : audit 0 from='client.284985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:19.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:19 smithi194 bash[32038]: audit 2023-12-07T23:07:18.062779+0000 mgr.a (mgr.14403) 14158 : audit 0 from='client.284985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:19.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:19 smithi135 bash[32435]: audit 2023-12-07T23:07:18.062779+0000 mgr.a (mgr.14403) 14158 : audit 0 from='client.284985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:20.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:20 smithi079 bash[28699]: cluster 2023-12-07T23:07:18.592026+0000 mgr.a (mgr.14403) 14159 : cluster 0 pgmap v10570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:07:20.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:20 smithi194 bash[32038]: cluster 2023-12-07T23:07:18.592026+0000 mgr.a (mgr.14403) 14159 : cluster 0 pgmap v10570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:07:20.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:20 smithi135 bash[32435]: cluster 2023-12-07T23:07:18.592026+0000 mgr.a (mgr.14403) 14159 : cluster 0 pgmap v10570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:07:22.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:22 smithi079 bash[28699]: cluster 2023-12-07T23:07:20.592631+0000 mgr.a (mgr.14403) 14160 : cluster 0 pgmap v10571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:07:22.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:22 smithi194 bash[32038]: cluster 2023-12-07T23:07:20.592631+0000 mgr.a (mgr.14403) 14160 : cluster 0 pgmap v10571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:07:22.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:22 smithi135 bash[32435]: cluster 2023-12-07T23:07:20.592631+0000 mgr.a (mgr.14403) 14160 : cluster 0 pgmap v10571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:07:23.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:07:23.564 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:23.564 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:24.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:24.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:24.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:24.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:07:24.477 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:07:24.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:24 smithi079 bash[28699]: cluster 2023-12-07T23:07:22.593184+0000 mgr.a (mgr.14403) 14161 : cluster 0 pgmap v10572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:07:24.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:24 smithi194 bash[32038]: cluster 2023-12-07T23:07:22.593184+0000 mgr.a (mgr.14403) 14161 : cluster 0 pgmap v10572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:07:24.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:24 smithi135 bash[32435]: cluster 2023-12-07T23:07:22.593184+0000 mgr.a (mgr.14403) 14161 : cluster 0 pgmap v10572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:07:25.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:25 smithi079 bash[28699]: audit 2023-12-07T23:07:23.978569+0000 mgr.a (mgr.14403) 14162 : audit 0 from='client.285063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:25.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:25 smithi079 bash[28699]: audit 2023-12-07T23:07:24.744645+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:07:25.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:25 smithi194 bash[32038]: audit 2023-12-07T23:07:23.978569+0000 mgr.a (mgr.14403) 14162 : audit 0 from='client.285063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:25.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:25 smithi194 bash[32038]: audit 2023-12-07T23:07:24.744645+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:07:25.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:25 smithi135 bash[32435]: audit 2023-12-07T23:07:23.978569+0000 mgr.a (mgr.14403) 14162 : audit 0 from='client.285063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:25.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:25 smithi135 bash[32435]: audit 2023-12-07T23:07:24.744645+0000 mon.a (mon.0) 2401 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:07:26.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:26 smithi079 bash[28699]: cluster 2023-12-07T23:07:24.594255+0000 mgr.a (mgr.14403) 14163 : cluster 0 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-07T23:07:26.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:26 smithi079 bash[28699]: audit 2023-12-07T23:07:25.541975+0000 mon.a (mon.0) 2402 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:07:26.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:26 smithi079 bash[28699]: audit 2023-12-07T23:07:25.543742+0000 mon.a (mon.0) 2403 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:07:26.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:26 smithi079 bash[28699]: audit 2023-12-07T23:07:25.552219+0000 mon.a (mon.0) 2404 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:07:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:26 smithi194 bash[32038]: cluster 2023-12-07T23:07:24.594255+0000 mgr.a (mgr.14403) 14163 : cluster 0 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-07T23:07:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:26 smithi194 bash[32038]: audit 2023-12-07T23:07:25.541975+0000 mon.a (mon.0) 2402 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:07:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:26 smithi194 bash[32038]: audit 2023-12-07T23:07:25.543742+0000 mon.a (mon.0) 2403 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:07:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:26 smithi194 bash[32038]: audit 2023-12-07T23:07:25.552219+0000 mon.a (mon.0) 2404 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:07:26.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:26 smithi135 bash[32435]: cluster 2023-12-07T23:07:24.594255+0000 mgr.a (mgr.14403) 14163 : cluster 0 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-07T23:07:26.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:26 smithi135 bash[32435]: audit 2023-12-07T23:07:25.541975+0000 mon.a (mon.0) 2402 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:07:26.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:26 smithi135 bash[32435]: audit 2023-12-07T23:07:25.543742+0000 mon.a (mon.0) 2403 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:07:26.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:26 smithi135 bash[32435]: audit 2023-12-07T23:07:25.552219+0000 mon.a (mon.0) 2404 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:07:28.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:28 smithi079 bash[28699]: cluster 2023-12-07T23:07:26.594839+0000 mgr.a (mgr.14403) 14164 : cluster 0 pgmap v10574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:28.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:28 smithi194 bash[32038]: cluster 2023-12-07T23:07:26.594839+0000 mgr.a (mgr.14403) 14164 : cluster 0 pgmap v10574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:28.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:28 smithi135 bash[32435]: cluster 2023-12-07T23:07:26.594839+0000 mgr.a (mgr.14403) 14164 : cluster 0 pgmap v10574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:29.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:07:29.478 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:29.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:30.397 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:07:30.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:30.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:30.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:30.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:07:30.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:30 smithi079 bash[28699]: cluster 2023-12-07T23:07:28.595613+0000 mgr.a (mgr.14403) 14165 : cluster 0 pgmap v10575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:30.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:30 smithi194 bash[32038]: cluster 2023-12-07T23:07:28.595613+0000 mgr.a (mgr.14403) 14165 : cluster 0 pgmap v10575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:30.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:30 smithi135 bash[32435]: cluster 2023-12-07T23:07:28.595613+0000 mgr.a (mgr.14403) 14165 : cluster 0 pgmap v10575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:31.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:31 smithi079 bash[28699]: audit 2023-12-07T23:07:29.895059+0000 mgr.a (mgr.14403) 14166 : audit 0 from='client.285141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:31.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:31 smithi194 bash[32038]: audit 2023-12-07T23:07:29.895059+0000 mgr.a (mgr.14403) 14166 : audit 0 from='client.285141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:31.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:31 smithi135 bash[32435]: audit 2023-12-07T23:07:29.895059+0000 mgr.a (mgr.14403) 14166 : audit 0 from='client.285141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:32.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:32 smithi079 bash[28699]: cluster 2023-12-07T23:07:30.596267+0000 mgr.a (mgr.14403) 14167 : cluster 0 pgmap v10576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:07:32.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:32 smithi194 bash[32038]: cluster 2023-12-07T23:07:30.596267+0000 mgr.a (mgr.14403) 14167 : cluster 0 pgmap v10576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:07:32.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:32 smithi135 bash[32435]: cluster 2023-12-07T23:07:30.596267+0000 mgr.a (mgr.14403) 14167 : cluster 0 pgmap v10576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:07:33.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:33 smithi079 bash[28699]: cluster 2023-12-07T23:07:32.596864+0000 mgr.a (mgr.14403) 14168 : cluster 0 pgmap v10577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:07:33.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:33 smithi194 bash[32038]: cluster 2023-12-07T23:07:32.596864+0000 mgr.a (mgr.14403) 14168 : cluster 0 pgmap v10577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:07:33.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:33 smithi135 bash[32435]: cluster 2023-12-07T23:07:32.596864+0000 mgr.a (mgr.14403) 14168 : cluster 0 pgmap v10577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:07:35.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:07:35.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:35.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:36.338 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:07:36.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:36.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:36.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:36.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:07:36.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:36 smithi135 bash[32435]: cluster 2023-12-07T23:07:34.597693+0000 mgr.a (mgr.14403) 14169 : cluster 0 pgmap v10578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:07:36.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:36 smithi079 bash[28699]: cluster 2023-12-07T23:07:34.597693+0000 mgr.a (mgr.14403) 14169 : cluster 0 pgmap v10578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:07:36.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:36 smithi194 bash[32038]: cluster 2023-12-07T23:07:34.597693+0000 mgr.a (mgr.14403) 14169 : cluster 0 pgmap v10578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:07:37.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:37 smithi079 bash[28699]: audit 2023-12-07T23:07:35.816271+0000 mgr.a (mgr.14403) 14170 : audit 0 from='client.285219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:37.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:37 smithi194 bash[32038]: audit 2023-12-07T23:07:35.816271+0000 mgr.a (mgr.14403) 14170 : audit 0 from='client.285219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:37.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:37 smithi135 bash[32435]: audit 2023-12-07T23:07:35.816271+0000 mgr.a (mgr.14403) 14170 : audit 0 from='client.285219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:38.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:38 smithi079 bash[28699]: cluster 2023-12-07T23:07:36.598426+0000 mgr.a (mgr.14403) 14171 : cluster 0 pgmap v10579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:38.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:38 smithi194 bash[32038]: cluster 2023-12-07T23:07:36.598426+0000 mgr.a (mgr.14403) 14171 : cluster 0 pgmap v10579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:38.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:38 smithi135 bash[32435]: cluster 2023-12-07T23:07:36.598426+0000 mgr.a (mgr.14403) 14171 : cluster 0 pgmap v10579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:40.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:40 smithi079 bash[28699]: cluster 2023-12-07T23:07:38.599260+0000 mgr.a (mgr.14403) 14172 : cluster 0 pgmap v10580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:40.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:40 smithi194 bash[32038]: cluster 2023-12-07T23:07:38.599260+0000 mgr.a (mgr.14403) 14172 : cluster 0 pgmap v10580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:40.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:40 smithi135 bash[32435]: cluster 2023-12-07T23:07:38.599260+0000 mgr.a (mgr.14403) 14172 : cluster 0 pgmap v10580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:41.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:07:41.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:41.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:42.269 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:07:42.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:42.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:42.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:42.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:07:42.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:42 smithi079 bash[28699]: cluster 2023-12-07T23:07:40.599861+0000 mgr.a (mgr.14403) 14173 : cluster 0 pgmap v10581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:42.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:42 smithi194 bash[32038]: cluster 2023-12-07T23:07:40.599861+0000 mgr.a (mgr.14403) 14173 : cluster 0 pgmap v10581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:42.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:42 smithi135 bash[32435]: cluster 2023-12-07T23:07:40.599861+0000 mgr.a (mgr.14403) 14173 : cluster 0 pgmap v10581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:43.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:43 smithi079 bash[28699]: audit 2023-12-07T23:07:41.755990+0000 mgr.a (mgr.14403) 14174 : audit 0 from='client.285297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:43.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:43 smithi194 bash[32038]: audit 2023-12-07T23:07:41.755990+0000 mgr.a (mgr.14403) 14174 : audit 0 from='client.285297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:43.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:43 smithi135 bash[32435]: audit 2023-12-07T23:07:41.755990+0000 mgr.a (mgr.14403) 14174 : audit 0 from='client.285297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:44.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:44 smithi079 bash[28699]: cluster 2023-12-07T23:07:42.600717+0000 mgr.a (mgr.14403) 14175 : cluster 0 pgmap v10582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:44.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:44 smithi194 bash[32038]: cluster 2023-12-07T23:07:42.600717+0000 mgr.a (mgr.14403) 14175 : cluster 0 pgmap v10582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:44.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:44 smithi135 bash[32435]: cluster 2023-12-07T23:07:42.600717+0000 mgr.a (mgr.14403) 14175 : cluster 0 pgmap v10582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:46.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:46 smithi079 bash[28699]: cluster 2023-12-07T23:07:44.601590+0000 mgr.a (mgr.14403) 14176 : cluster 0 pgmap v10583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:46.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:46 smithi194 bash[32038]: cluster 2023-12-07T23:07:44.601590+0000 mgr.a (mgr.14403) 14176 : cluster 0 pgmap v10583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:46.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:46 smithi135 bash[32435]: cluster 2023-12-07T23:07:44.601590+0000 mgr.a (mgr.14403) 14176 : cluster 0 pgmap v10583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:47.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:07:47.272 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:47.272 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:48.198 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:07:48.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:48.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:48.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:48.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:07:48.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:48 smithi079 bash[28699]: cluster 2023-12-07T23:07:46.602096+0000 mgr.a (mgr.14403) 14177 : cluster 0 pgmap v10584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:48.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:48 smithi194 bash[32038]: cluster 2023-12-07T23:07:46.602096+0000 mgr.a (mgr.14403) 14177 : cluster 0 pgmap v10584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:48.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:48 smithi135 bash[32435]: cluster 2023-12-07T23:07:46.602096+0000 mgr.a (mgr.14403) 14177 : cluster 0 pgmap v10584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:49.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:49 smithi079 bash[28699]: audit 2023-12-07T23:07:47.682423+0000 mgr.a (mgr.14403) 14178 : audit 0 from='client.285372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:49.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:49 smithi135 bash[32435]: audit 2023-12-07T23:07:47.682423+0000 mgr.a (mgr.14403) 14178 : audit 0 from='client.285372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:49.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:49 smithi194 bash[32038]: audit 2023-12-07T23:07:47.682423+0000 mgr.a (mgr.14403) 14178 : audit 0 from='client.285372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:50.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:50 smithi079 bash[28699]: cluster 2023-12-07T23:07:48.602948+0000 mgr.a (mgr.14403) 14179 : cluster 0 pgmap v10585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:50.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:50 smithi194 bash[32038]: cluster 2023-12-07T23:07:48.602948+0000 mgr.a (mgr.14403) 14179 : cluster 0 pgmap v10585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:50.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:50 smithi135 bash[32435]: cluster 2023-12-07T23:07:48.602948+0000 mgr.a (mgr.14403) 14179 : cluster 0 pgmap v10585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:07:52.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:52 smithi079 bash[28699]: cluster 2023-12-07T23:07:50.603498+0000 mgr.a (mgr.14403) 14180 : cluster 0 pgmap v10586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:52.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:52 smithi194 bash[32038]: cluster 2023-12-07T23:07:50.603498+0000 mgr.a (mgr.14403) 14180 : cluster 0 pgmap v10586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:52.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:52 smithi135 bash[32435]: cluster 2023-12-07T23:07:50.603498+0000 mgr.a (mgr.14403) 14180 : cluster 0 pgmap v10586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:53.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:07:53.202 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:53.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:07:54.125 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:07:54.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:07:54.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:07:54.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:07:54.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:07:54.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:54 smithi079 bash[28699]: cluster 2023-12-07T23:07:52.604060+0000 mgr.a (mgr.14403) 14181 : cluster 0 pgmap v10587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:54.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:54 smithi194 bash[32038]: cluster 2023-12-07T23:07:52.604060+0000 mgr.a (mgr.14403) 14181 : cluster 0 pgmap v10587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:54.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:54 smithi135 bash[32435]: cluster 2023-12-07T23:07:52.604060+0000 mgr.a (mgr.14403) 14181 : cluster 0 pgmap v10587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:55.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:55 smithi079 bash[28699]: audit 2023-12-07T23:07:53.620270+0000 mgr.a (mgr.14403) 14182 : audit 0 from='client.285444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:55.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:55 smithi194 bash[32038]: audit 2023-12-07T23:07:53.620270+0000 mgr.a (mgr.14403) 14182 : audit 0 from='client.285444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:55.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:55 smithi135 bash[32435]: audit 2023-12-07T23:07:53.620270+0000 mgr.a (mgr.14403) 14182 : audit 0 from='client.285444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:07:56.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:56 smithi079 bash[28699]: cluster 2023-12-07T23:07:54.605057+0000 mgr.a (mgr.14403) 14183 : cluster 0 pgmap v10588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:56.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:56 smithi194 bash[32038]: cluster 2023-12-07T23:07:54.605057+0000 mgr.a (mgr.14403) 14183 : cluster 0 pgmap v10588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:56.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:56 smithi135 bash[32435]: cluster 2023-12-07T23:07:54.605057+0000 mgr.a (mgr.14403) 14183 : cluster 0 pgmap v10588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:07:58.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:07:58 smithi079 bash[28699]: cluster 2023-12-07T23:07:56.605614+0000 mgr.a (mgr.14403) 14184 : cluster 0 pgmap v10589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:58.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:07:58 smithi194 bash[32038]: cluster 2023-12-07T23:07:56.605614+0000 mgr.a (mgr.14403) 14184 : cluster 0 pgmap v10589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:58.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:07:58 smithi135 bash[32435]: cluster 2023-12-07T23:07:56.605614+0000 mgr.a (mgr.14403) 14184 : cluster 0 pgmap v10589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:07:59.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:07:59.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:07:59.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:00.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:00.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:00.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:00.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:08:00.035 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:08:00.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:00 smithi079 bash[28699]: cluster 2023-12-07T23:07:58.606476+0000 mgr.a (mgr.14403) 14185 : cluster 0 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-07T23:08:00.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:00 smithi194 bash[32038]: cluster 2023-12-07T23:07:58.606476+0000 mgr.a (mgr.14403) 14185 : cluster 0 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-07T23:08:00.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:00 smithi135 bash[32435]: cluster 2023-12-07T23:07:58.606476+0000 mgr.a (mgr.14403) 14185 : cluster 0 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-07T23:08:01.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:01 smithi079 bash[28699]: audit 2023-12-07T23:07:59.551626+0000 mgr.a (mgr.14403) 14186 : audit 0 from='client.285516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:01.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:01 smithi194 bash[32038]: audit 2023-12-07T23:07:59.551626+0000 mgr.a (mgr.14403) 14186 : audit 0 from='client.285516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:01.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:01 smithi135 bash[32435]: audit 2023-12-07T23:07:59.551626+0000 mgr.a (mgr.14403) 14186 : audit 0 from='client.285516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:02.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:02 smithi079 bash[28699]: cluster 2023-12-07T23:08:00.607179+0000 mgr.a (mgr.14403) 14187 : cluster 0 pgmap v10591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:02.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:02 smithi194 bash[32038]: cluster 2023-12-07T23:08:00.607179+0000 mgr.a (mgr.14403) 14187 : cluster 0 pgmap v10591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:02.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:02 smithi135 bash[32435]: cluster 2023-12-07T23:08:00.607179+0000 mgr.a (mgr.14403) 14187 : cluster 0 pgmap v10591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:03.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:03 smithi079 bash[28699]: cluster 2023-12-07T23:08:02.607689+0000 mgr.a (mgr.14403) 14188 : cluster 0 pgmap v10592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:03.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:03 smithi194 bash[32038]: cluster 2023-12-07T23:08:02.607689+0000 mgr.a (mgr.14403) 14188 : cluster 0 pgmap v10592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:03.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:03 smithi135 bash[32435]: cluster 2023-12-07T23:08:02.607689+0000 mgr.a (mgr.14403) 14188 : cluster 0 pgmap v10592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:05.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:08:05.038 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:05.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:05.964 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:08:05.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:05.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:05.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:05.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:08:06.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:06 smithi079 bash[28699]: cluster 2023-12-07T23:08:04.608488+0000 mgr.a (mgr.14403) 14189 : cluster 0 pgmap v10593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:06.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:06 smithi079 bash[28699]: audit 2023-12-07T23:08:05.443632+0000 mgr.a (mgr.14403) 14190 : audit 0 from='client.285594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:06.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:06 smithi194 bash[32038]: cluster 2023-12-07T23:08:04.608488+0000 mgr.a (mgr.14403) 14189 : cluster 0 pgmap v10593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:06.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:06 smithi194 bash[32038]: audit 2023-12-07T23:08:05.443632+0000 mgr.a (mgr.14403) 14190 : audit 0 from='client.285594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:06.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:06 smithi135 bash[32435]: cluster 2023-12-07T23:08:04.608488+0000 mgr.a (mgr.14403) 14189 : cluster 0 pgmap v10593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:06.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:06 smithi135 bash[32435]: audit 2023-12-07T23:08:05.443632+0000 mgr.a (mgr.14403) 14190 : audit 0 from='client.285594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:08.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:08 smithi079 bash[28699]: cluster 2023-12-07T23:08:06.609147+0000 mgr.a (mgr.14403) 14191 : cluster 0 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-07T23:08:08.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:08 smithi194 bash[32038]: cluster 2023-12-07T23:08:06.609147+0000 mgr.a (mgr.14403) 14191 : cluster 0 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-07T23:08:08.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:08 smithi135 bash[32435]: cluster 2023-12-07T23:08:06.609147+0000 mgr.a (mgr.14403) 14191 : cluster 0 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-07T23:08:10.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:10 smithi079 bash[28699]: cluster 2023-12-07T23:08:08.609940+0000 mgr.a (mgr.14403) 14192 : cluster 0 pgmap v10595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:10.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:10 smithi194 bash[32038]: cluster 2023-12-07T23:08:08.609940+0000 mgr.a (mgr.14403) 14192 : cluster 0 pgmap v10595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:10.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:10 smithi135 bash[32435]: cluster 2023-12-07T23:08:08.609940+0000 mgr.a (mgr.14403) 14192 : cluster 0 pgmap v10595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:10.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:08:10.966 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:10.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:11.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:11.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:11.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:11.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:08:11.854 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:08:12.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:12 smithi079 bash[28699]: cluster 2023-12-07T23:08:10.610531+0000 mgr.a (mgr.14403) 14193 : cluster 0 pgmap v10596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:12.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:12 smithi079 bash[28699]: audit 2023-12-07T23:08:11.377236+0000 mgr.a (mgr.14403) 14194 : audit 0 from='client.285672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:12.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:12 smithi194 bash[32038]: cluster 2023-12-07T23:08:10.610531+0000 mgr.a (mgr.14403) 14193 : cluster 0 pgmap v10596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:12.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:12 smithi194 bash[32038]: audit 2023-12-07T23:08:11.377236+0000 mgr.a (mgr.14403) 14194 : audit 0 from='client.285672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:12.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:12 smithi135 bash[32435]: cluster 2023-12-07T23:08:10.610531+0000 mgr.a (mgr.14403) 14193 : cluster 0 pgmap v10596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:12.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:12 smithi135 bash[32435]: audit 2023-12-07T23:08:11.377236+0000 mgr.a (mgr.14403) 14194 : audit 0 from='client.285672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:14.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:14 smithi079 bash[28699]: cluster 2023-12-07T23:08:12.611166+0000 mgr.a (mgr.14403) 14195 : cluster 0 pgmap v10597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:14.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:14 smithi194 bash[32038]: cluster 2023-12-07T23:08:12.611166+0000 mgr.a (mgr.14403) 14195 : cluster 0 pgmap v10597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:14.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:14 smithi135 bash[32435]: cluster 2023-12-07T23:08:12.611166+0000 mgr.a (mgr.14403) 14195 : cluster 0 pgmap v10597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:16.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:08:16.858 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:16.858 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:16.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:16 smithi079 bash[28699]: cluster 2023-12-07T23:08:14.611908+0000 mgr.a (mgr.14403) 14196 : cluster 0 pgmap v10598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:16.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:16 smithi194 bash[32038]: cluster 2023-12-07T23:08:14.611908+0000 mgr.a (mgr.14403) 14196 : cluster 0 pgmap v10598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:16.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:16 smithi135 bash[32435]: cluster 2023-12-07T23:08:14.611908+0000 mgr.a (mgr.14403) 14196 : cluster 0 pgmap v10598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:17.737 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:08:17.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:17.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:17.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:17.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:08:18.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:18 smithi079 bash[28699]: cluster 2023-12-07T23:08:16.612504+0000 mgr.a (mgr.14403) 14197 : cluster 0 pgmap v10599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:18.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:18 smithi079 bash[28699]: audit 2023-12-07T23:08:17.265905+0000 mgr.a (mgr.14403) 14198 : audit 0 from='client.285747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:18.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:18 smithi194 bash[32038]: cluster 2023-12-07T23:08:16.612504+0000 mgr.a (mgr.14403) 14197 : cluster 0 pgmap v10599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:18.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:18 smithi194 bash[32038]: audit 2023-12-07T23:08:17.265905+0000 mgr.a (mgr.14403) 14198 : audit 0 from='client.285747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:18.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:18 smithi135 bash[32435]: cluster 2023-12-07T23:08:16.612504+0000 mgr.a (mgr.14403) 14197 : cluster 0 pgmap v10599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:18.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:18 smithi135 bash[32435]: audit 2023-12-07T23:08:17.265905+0000 mgr.a (mgr.14403) 14198 : audit 0 from='client.285747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:20.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:20 smithi079 bash[28699]: cluster 2023-12-07T23:08:18.613370+0000 mgr.a (mgr.14403) 14199 : cluster 0 pgmap v10600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:20.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:20 smithi194 bash[32038]: cluster 2023-12-07T23:08:18.613370+0000 mgr.a (mgr.14403) 14199 : cluster 0 pgmap v10600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:20.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:20 smithi135 bash[32435]: cluster 2023-12-07T23:08:18.613370+0000 mgr.a (mgr.14403) 14199 : cluster 0 pgmap v10600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:22.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:08:22.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:22.740 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:22.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:22 smithi079 bash[28699]: cluster 2023-12-07T23:08:20.613927+0000 mgr.a (mgr.14403) 14200 : cluster 0 pgmap v10601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:22.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:22 smithi194 bash[32038]: cluster 2023-12-07T23:08:20.613927+0000 mgr.a (mgr.14403) 14200 : cluster 0 pgmap v10601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:23.030 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:22 smithi135 bash[32435]: cluster 2023-12-07T23:08:20.613927+0000 mgr.a (mgr.14403) 14200 : cluster 0 pgmap v10601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:23.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:23.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:23.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:23.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:08:23.628 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:08:24.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:24 smithi079 bash[28699]: cluster 2023-12-07T23:08:22.614519+0000 mgr.a (mgr.14403) 14201 : cluster 0 pgmap v10602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:24.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:24 smithi079 bash[28699]: audit 2023-12-07T23:08:23.150594+0000 mgr.a (mgr.14403) 14202 : audit 0 from='client.285822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:24.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:24 smithi194 bash[32038]: cluster 2023-12-07T23:08:22.614519+0000 mgr.a (mgr.14403) 14201 : cluster 0 pgmap v10602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:24.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:24 smithi194 bash[32038]: audit 2023-12-07T23:08:23.150594+0000 mgr.a (mgr.14403) 14202 : audit 0 from='client.285822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:24.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:24 smithi135 bash[32435]: cluster 2023-12-07T23:08:22.614519+0000 mgr.a (mgr.14403) 14201 : cluster 0 pgmap v10602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:24.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:24 smithi135 bash[32435]: audit 2023-12-07T23:08:23.150594+0000 mgr.a (mgr.14403) 14202 : audit 0 from='client.285822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:26.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:26 smithi079 bash[28699]: cluster 2023-12-07T23:08:24.615391+0000 mgr.a (mgr.14403) 14203 : cluster 0 pgmap v10603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:08:26.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:26 smithi079 bash[28699]: audit 2023-12-07T23:08:25.655201+0000 mon.a (mon.0) 2405 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:08:26.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:26 smithi079 bash[28699]: audit 2023-12-07T23:08:26.395153+0000 mon.a (mon.0) 2406 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:08:26.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:26 smithi079 bash[28699]: audit 2023-12-07T23:08:26.396449+0000 mon.a (mon.0) 2407 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:08:26.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:26 smithi079 bash[28699]: audit 2023-12-07T23:08:26.404219+0000 mon.a (mon.0) 2408 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:08:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:26 smithi194 bash[32038]: cluster 2023-12-07T23:08:24.615391+0000 mgr.a (mgr.14403) 14203 : cluster 0 pgmap v10603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:08:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:26 smithi194 bash[32038]: audit 2023-12-07T23:08:25.655201+0000 mon.a (mon.0) 2405 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:08:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:26 smithi194 bash[32038]: audit 2023-12-07T23:08:26.395153+0000 mon.a (mon.0) 2406 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:08:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:26 smithi194 bash[32038]: audit 2023-12-07T23:08:26.396449+0000 mon.a (mon.0) 2407 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:08:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:26 smithi194 bash[32038]: audit 2023-12-07T23:08:26.404219+0000 mon.a (mon.0) 2408 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:08:26.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:26 smithi135 bash[32435]: cluster 2023-12-07T23:08:24.615391+0000 mgr.a (mgr.14403) 14203 : cluster 0 pgmap v10603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:08:26.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:26 smithi135 bash[32435]: audit 2023-12-07T23:08:25.655201+0000 mon.a (mon.0) 2405 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:08:26.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:26 smithi135 bash[32435]: audit 2023-12-07T23:08:26.395153+0000 mon.a (mon.0) 2406 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:08:26.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:26 smithi135 bash[32435]: audit 2023-12-07T23:08:26.396449+0000 mon.a (mon.0) 2407 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:08:26.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:26 smithi135 bash[32435]: audit 2023-12-07T23:08:26.404219+0000 mon.a (mon.0) 2408 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:08:28.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:08:28.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:28.632 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:28.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:28 smithi079 bash[28699]: cluster 2023-12-07T23:08:26.615918+0000 mgr.a (mgr.14403) 14204 : cluster 0 pgmap v10604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:08:28.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:28 smithi194 bash[32038]: cluster 2023-12-07T23:08:26.615918+0000 mgr.a (mgr.14403) 14204 : cluster 0 pgmap v10604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:08:28.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:28 smithi135 bash[32435]: cluster 2023-12-07T23:08:26.615918+0000 mgr.a (mgr.14403) 14204 : cluster 0 pgmap v10604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:08:29.546 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:08:29.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:29.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:29.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:29.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:08:30.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:30 smithi079 bash[28699]: cluster 2023-12-07T23:08:28.616666+0000 mgr.a (mgr.14403) 14205 : cluster 0 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-07T23:08:30.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:30 smithi079 bash[28699]: audit 2023-12-07T23:08:29.042907+0000 mgr.a (mgr.14403) 14206 : audit 0 from='client.285897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:30.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:30 smithi194 bash[32038]: cluster 2023-12-07T23:08:28.616666+0000 mgr.a (mgr.14403) 14205 : cluster 0 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-07T23:08:30.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:30 smithi194 bash[32038]: audit 2023-12-07T23:08:29.042907+0000 mgr.a (mgr.14403) 14206 : audit 0 from='client.285897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:30.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:30 smithi135 bash[32435]: cluster 2023-12-07T23:08:28.616666+0000 mgr.a (mgr.14403) 14205 : cluster 0 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-07T23:08:30.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:30 smithi135 bash[32435]: audit 2023-12-07T23:08:29.042907+0000 mgr.a (mgr.14403) 14206 : audit 0 from='client.285897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:32.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:32 smithi079 bash[28699]: cluster 2023-12-07T23:08:30.617319+0000 mgr.a (mgr.14403) 14207 : cluster 0 pgmap v10606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:32.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:32 smithi194 bash[32038]: cluster 2023-12-07T23:08:30.617319+0000 mgr.a (mgr.14403) 14207 : cluster 0 pgmap v10606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:32.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:32 smithi135 bash[32435]: cluster 2023-12-07T23:08:30.617319+0000 mgr.a (mgr.14403) 14207 : cluster 0 pgmap v10606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:34.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:08:34.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:34.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:34.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:34 smithi079 bash[28699]: cluster 2023-12-07T23:08:32.617798+0000 mgr.a (mgr.14403) 14208 : cluster 0 pgmap v10607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:34.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:34 smithi194 bash[32038]: cluster 2023-12-07T23:08:32.617798+0000 mgr.a (mgr.14403) 14208 : cluster 0 pgmap v10607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:34.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:34 smithi135 bash[32435]: cluster 2023-12-07T23:08:32.617798+0000 mgr.a (mgr.14403) 14208 : cluster 0 pgmap v10607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:08:35.437 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:08:35.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:35.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:35.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:35.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:08:36.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:36 smithi079 bash[28699]: cluster 2023-12-07T23:08:34.618535+0000 mgr.a (mgr.14403) 14209 : cluster 0 pgmap v10608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:36.992 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:36 smithi079 bash[28699]: audit 2023-12-07T23:08:34.953301+0000 mgr.a (mgr.14403) 14210 : audit 0 from='client.285966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:36.993 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:36 smithi135 bash[32435]: cluster 2023-12-07T23:08:34.618535+0000 mgr.a (mgr.14403) 14209 : cluster 0 pgmap v10608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:36.993 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:36 smithi135 bash[32435]: audit 2023-12-07T23:08:34.953301+0000 mgr.a (mgr.14403) 14210 : audit 0 from='client.285966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:36.993 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:36 smithi194 bash[32038]: cluster 2023-12-07T23:08:34.618535+0000 mgr.a (mgr.14403) 14209 : cluster 0 pgmap v10608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:36.993 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:36 smithi194 bash[32038]: audit 2023-12-07T23:08:34.953301+0000 mgr.a (mgr.14403) 14210 : audit 0 from='client.285966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:38.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:38 smithi079 bash[28699]: cluster 2023-12-07T23:08:36.619170+0000 mgr.a (mgr.14403) 14211 : cluster 0 pgmap v10609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:08:38.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:38 smithi194 bash[32038]: cluster 2023-12-07T23:08:36.619170+0000 mgr.a (mgr.14403) 14211 : cluster 0 pgmap v10609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:08:38.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:38 smithi135 bash[32435]: cluster 2023-12-07T23:08:36.619170+0000 mgr.a (mgr.14403) 14211 : cluster 0 pgmap v10609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:08:40.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:08:40.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:40.441 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:40.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:40 smithi079 bash[28699]: cluster 2023-12-07T23:08:38.619877+0000 mgr.a (mgr.14403) 14212 : cluster 0 pgmap v10610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:08:40.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:40 smithi194 bash[32038]: cluster 2023-12-07T23:08:38.619877+0000 mgr.a (mgr.14403) 14212 : cluster 0 pgmap v10610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:08:40.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:40 smithi135 bash[32435]: cluster 2023-12-07T23:08:38.619877+0000 mgr.a (mgr.14403) 14212 : cluster 0 pgmap v10610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:08:41.325 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:08:41.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:41.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:41.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:41.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:08:42.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:42 smithi079 bash[28699]: cluster 2023-12-07T23:08:40.620534+0000 mgr.a (mgr.14403) 14213 : cluster 0 pgmap v10611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:42.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:42 smithi079 bash[28699]: audit 2023-12-07T23:08:40.848628+0000 mgr.a (mgr.14403) 14214 : audit 0 from='client.286044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:42.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:42 smithi194 bash[32038]: cluster 2023-12-07T23:08:40.620534+0000 mgr.a (mgr.14403) 14213 : cluster 0 pgmap v10611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:42.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:42 smithi194 bash[32038]: audit 2023-12-07T23:08:40.848628+0000 mgr.a (mgr.14403) 14214 : audit 0 from='client.286044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:42.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:42 smithi135 bash[32435]: cluster 2023-12-07T23:08:40.620534+0000 mgr.a (mgr.14403) 14213 : cluster 0 pgmap v10611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:42.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:42 smithi135 bash[32435]: audit 2023-12-07T23:08:40.848628+0000 mgr.a (mgr.14403) 14214 : audit 0 from='client.286044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:43.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:43 smithi079 bash[28699]: cluster 2023-12-07T23:08:42.621286+0000 mgr.a (mgr.14403) 14215 : cluster 0 pgmap v10612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:43.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:43 smithi194 bash[32038]: cluster 2023-12-07T23:08:42.621286+0000 mgr.a (mgr.14403) 14215 : cluster 0 pgmap v10612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:43.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:43 smithi135 bash[32435]: cluster 2023-12-07T23:08:42.621286+0000 mgr.a (mgr.14403) 14215 : cluster 0 pgmap v10612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:46.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:08:46.329 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:46.329 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:46.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:46 smithi079 bash[28699]: cluster 2023-12-07T23:08:44.622155+0000 mgr.a (mgr.14403) 14216 : cluster 0 pgmap v10613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:46.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:46 smithi194 bash[32038]: cluster 2023-12-07T23:08:44.622155+0000 mgr.a (mgr.14403) 14216 : cluster 0 pgmap v10613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:46.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:46 smithi135 bash[32435]: cluster 2023-12-07T23:08:44.622155+0000 mgr.a (mgr.14403) 14216 : cluster 0 pgmap v10613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:47.214 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:08:47.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:47.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:47.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:47.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:08:48.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:48 smithi079 bash[28699]: cluster 2023-12-07T23:08:46.622671+0000 mgr.a (mgr.14403) 14217 : cluster 0 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-07T23:08:48.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:48 smithi079 bash[28699]: audit 2023-12-07T23:08:46.737891+0000 mgr.a (mgr.14403) 14218 : audit 0 from='client.286116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:48.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:48 smithi194 bash[32038]: cluster 2023-12-07T23:08:46.622671+0000 mgr.a (mgr.14403) 14217 : cluster 0 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-07T23:08:48.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:48 smithi194 bash[32038]: audit 2023-12-07T23:08:46.737891+0000 mgr.a (mgr.14403) 14218 : audit 0 from='client.286116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:48.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:48 smithi135 bash[32435]: cluster 2023-12-07T23:08:46.622671+0000 mgr.a (mgr.14403) 14217 : cluster 0 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-07T23:08:48.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:48 smithi135 bash[32435]: audit 2023-12-07T23:08:46.737891+0000 mgr.a (mgr.14403) 14218 : audit 0 from='client.286116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:50.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:50 smithi079 bash[28699]: cluster 2023-12-07T23:08:48.623505+0000 mgr.a (mgr.14403) 14219 : cluster 0 pgmap v10615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:50.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:50 smithi194 bash[32038]: cluster 2023-12-07T23:08:48.623505+0000 mgr.a (mgr.14403) 14219 : cluster 0 pgmap v10615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:50.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:50 smithi135 bash[32435]: cluster 2023-12-07T23:08:48.623505+0000 mgr.a (mgr.14403) 14219 : cluster 0 pgmap v10615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:52.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:08:52.219 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:52.219 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:52.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:52 smithi079 bash[28699]: cluster 2023-12-07T23:08:50.624001+0000 mgr.a (mgr.14403) 14220 : cluster 0 pgmap v10616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:52.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:52 smithi194 bash[32038]: cluster 2023-12-07T23:08:50.624001+0000 mgr.a (mgr.14403) 14220 : cluster 0 pgmap v10616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:52.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:52 smithi135 bash[32435]: cluster 2023-12-07T23:08:50.624001+0000 mgr.a (mgr.14403) 14220 : cluster 0 pgmap v10616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:53.108 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:08:53.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:53.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:53.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:53.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:08:54.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:54 smithi079 bash[28699]: cluster 2023-12-07T23:08:52.624524+0000 mgr.a (mgr.14403) 14221 : cluster 0 pgmap v10617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:54.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:54 smithi079 bash[28699]: audit 2023-12-07T23:08:52.631696+0000 mgr.a (mgr.14403) 14222 : audit 0 from='client.286194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:54.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:54 smithi194 bash[32038]: cluster 2023-12-07T23:08:52.624524+0000 mgr.a (mgr.14403) 14221 : cluster 0 pgmap v10617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:54.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:54 smithi194 bash[32038]: audit 2023-12-07T23:08:52.631696+0000 mgr.a (mgr.14403) 14222 : audit 0 from='client.286194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:54.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:54 smithi135 bash[32435]: cluster 2023-12-07T23:08:52.624524+0000 mgr.a (mgr.14403) 14221 : cluster 0 pgmap v10617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:54.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:54 smithi135 bash[32435]: audit 2023-12-07T23:08:52.631696+0000 mgr.a (mgr.14403) 14222 : audit 0 from='client.286194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:56.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:56 smithi079 bash[28699]: cluster 2023-12-07T23:08:54.625418+0000 mgr.a (mgr.14403) 14223 : cluster 0 pgmap v10618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:56.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:56 smithi194 bash[32038]: cluster 2023-12-07T23:08:54.625418+0000 mgr.a (mgr.14403) 14223 : cluster 0 pgmap v10618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:56.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:56 smithi135 bash[32435]: cluster 2023-12-07T23:08:54.625418+0000 mgr.a (mgr.14403) 14223 : cluster 0 pgmap v10618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:08:58.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:08:58.112 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:08:58.112 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:08:58.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:58 smithi079 bash[28699]: cluster 2023-12-07T23:08:56.625997+0000 mgr.a (mgr.14403) 14224 : cluster 0 pgmap v10619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:58.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:58 smithi194 bash[32038]: cluster 2023-12-07T23:08:56.625997+0000 mgr.a (mgr.14403) 14224 : cluster 0 pgmap v10619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:58.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:58 smithi135 bash[32435]: cluster 2023-12-07T23:08:56.625997+0000 mgr.a (mgr.14403) 14224 : cluster 0 pgmap v10619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:08:59.003 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:08:59.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:08:59.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:08:59.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:08:59.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:08:59.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:08:59 smithi079 bash[28699]: audit 2023-12-07T23:08:58.524441+0000 mgr.a (mgr.14403) 14225 : audit 0 from='client.286272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:59.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:08:59 smithi194 bash[32038]: audit 2023-12-07T23:08:58.524441+0000 mgr.a (mgr.14403) 14225 : audit 0 from='client.286272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:08:59.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:08:59 smithi135 bash[32435]: audit 2023-12-07T23:08:58.524441+0000 mgr.a (mgr.14403) 14225 : audit 0 from='client.286272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:00.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:00 smithi079 bash[28699]: cluster 2023-12-07T23:08:58.626762+0000 mgr.a (mgr.14403) 14226 : cluster 0 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-07T23:09:00.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:00 smithi194 bash[32038]: cluster 2023-12-07T23:08:58.626762+0000 mgr.a (mgr.14403) 14226 : cluster 0 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-07T23:09:00.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:00 smithi135 bash[32435]: cluster 2023-12-07T23:08:58.626762+0000 mgr.a (mgr.14403) 14226 : cluster 0 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-07T23:09:02.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:02 smithi079 bash[28699]: cluster 2023-12-07T23:09:00.627469+0000 mgr.a (mgr.14403) 14227 : cluster 0 pgmap v10621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:02.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:02 smithi194 bash[32038]: cluster 2023-12-07T23:09:00.627469+0000 mgr.a (mgr.14403) 14227 : cluster 0 pgmap v10621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:02.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:02 smithi135 bash[32435]: cluster 2023-12-07T23:09:00.627469+0000 mgr.a (mgr.14403) 14227 : cluster 0 pgmap v10621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:04.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:09:04.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:04.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:04.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:04 smithi079 bash[28699]: cluster 2023-12-07T23:09:02.628058+0000 mgr.a (mgr.14403) 14228 : cluster 0 pgmap v10622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:04.908 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:09:04.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:04.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:04.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:04.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:09:04.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:04 smithi194 bash[32038]: cluster 2023-12-07T23:09:02.628058+0000 mgr.a (mgr.14403) 14228 : cluster 0 pgmap v10622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:04.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:04 smithi135 bash[32435]: cluster 2023-12-07T23:09:02.628058+0000 mgr.a (mgr.14403) 14228 : cluster 0 pgmap v10622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:05.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:05 smithi079 bash[28699]: audit 2023-12-07T23:09:04.421111+0000 mgr.a (mgr.14403) 14229 : audit 0 from='client.286347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:05.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:05 smithi194 bash[32038]: audit 2023-12-07T23:09:04.421111+0000 mgr.a (mgr.14403) 14229 : audit 0 from='client.286347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:05.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:05 smithi135 bash[32435]: audit 2023-12-07T23:09:04.421111+0000 mgr.a (mgr.14403) 14229 : audit 0 from='client.286347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:06.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:06 smithi079 bash[28699]: cluster 2023-12-07T23:09:04.629088+0000 mgr.a (mgr.14403) 14230 : cluster 0 pgmap v10623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:06.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:06 smithi194 bash[32038]: cluster 2023-12-07T23:09:04.629088+0000 mgr.a (mgr.14403) 14230 : cluster 0 pgmap v10623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:06.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:06 smithi135 bash[32435]: cluster 2023-12-07T23:09:04.629088+0000 mgr.a (mgr.14403) 14230 : cluster 0 pgmap v10623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:08.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:08 smithi079 bash[28699]: cluster 2023-12-07T23:09:06.629843+0000 mgr.a (mgr.14403) 14231 : cluster 0 pgmap v10624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:08.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:08 smithi194 bash[32038]: cluster 2023-12-07T23:09:06.629843+0000 mgr.a (mgr.14403) 14231 : cluster 0 pgmap v10624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:08.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:08 smithi135 bash[32435]: cluster 2023-12-07T23:09:06.629843+0000 mgr.a (mgr.14403) 14231 : cluster 0 pgmap v10624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:09.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:09:09.911 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:09.911 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:10.825 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:09:10.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:10.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:10.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:10.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:09:10.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:10 smithi079 bash[28699]: cluster 2023-12-07T23:09:08.630612+0000 mgr.a (mgr.14403) 14232 : cluster 0 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-07T23:09:10.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:10 smithi194 bash[32038]: cluster 2023-12-07T23:09:08.630612+0000 mgr.a (mgr.14403) 14232 : cluster 0 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-07T23:09:10.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:10 smithi135 bash[32435]: cluster 2023-12-07T23:09:08.630612+0000 mgr.a (mgr.14403) 14232 : cluster 0 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-07T23:09:11.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:11 smithi079 bash[28699]: audit 2023-12-07T23:09:10.324257+0000 mgr.a (mgr.14403) 14233 : audit 0 from='client.286416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:11.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:11 smithi194 bash[32038]: audit 2023-12-07T23:09:10.324257+0000 mgr.a (mgr.14403) 14233 : audit 0 from='client.286416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:11.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:11 smithi135 bash[32435]: audit 2023-12-07T23:09:10.324257+0000 mgr.a (mgr.14403) 14233 : audit 0 from='client.286416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:12.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:12 smithi079 bash[28699]: cluster 2023-12-07T23:09:10.631356+0000 mgr.a (mgr.14403) 14234 : cluster 0 pgmap v10626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:12.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:12 smithi194 bash[32038]: cluster 2023-12-07T23:09:10.631356+0000 mgr.a (mgr.14403) 14234 : cluster 0 pgmap v10626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:12.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:12 smithi135 bash[32435]: cluster 2023-12-07T23:09:10.631356+0000 mgr.a (mgr.14403) 14234 : cluster 0 pgmap v10626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:13.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:13 smithi079 bash[28699]: cluster 2023-12-07T23:09:12.632115+0000 mgr.a (mgr.14403) 14235 : cluster 0 pgmap v10627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:13.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:13 smithi194 bash[32038]: cluster 2023-12-07T23:09:12.632115+0000 mgr.a (mgr.14403) 14235 : cluster 0 pgmap v10627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:13.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:13 smithi135 bash[32435]: cluster 2023-12-07T23:09:12.632115+0000 mgr.a (mgr.14403) 14235 : cluster 0 pgmap v10627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:15.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:09:15.828 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:15.828 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:16.731 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:09:16.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:16.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:16.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:16.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:09:16.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:16 smithi079 bash[28699]: cluster 2023-12-07T23:09:14.633080+0000 mgr.a (mgr.14403) 14236 : cluster 0 pgmap v10628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:16.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:16 smithi194 bash[32038]: cluster 2023-12-07T23:09:14.633080+0000 mgr.a (mgr.14403) 14236 : cluster 0 pgmap v10628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:16.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:16 smithi135 bash[32435]: cluster 2023-12-07T23:09:14.633080+0000 mgr.a (mgr.14403) 14236 : cluster 0 pgmap v10628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:17.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:17 smithi079 bash[28699]: audit 2023-12-07T23:09:16.243092+0000 mgr.a (mgr.14403) 14237 : audit 0 from='client.286488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:17.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:17 smithi194 bash[32038]: audit 2023-12-07T23:09:16.243092+0000 mgr.a (mgr.14403) 14237 : audit 0 from='client.286488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:17.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:17 smithi135 bash[32435]: audit 2023-12-07T23:09:16.243092+0000 mgr.a (mgr.14403) 14237 : audit 0 from='client.286488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:18.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:18 smithi079 bash[28699]: cluster 2023-12-07T23:09:16.633825+0000 mgr.a (mgr.14403) 14238 : cluster 0 pgmap v10629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:18.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:18 smithi194 bash[32038]: cluster 2023-12-07T23:09:16.633825+0000 mgr.a (mgr.14403) 14238 : cluster 0 pgmap v10629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:18.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:18 smithi135 bash[32435]: cluster 2023-12-07T23:09:16.633825+0000 mgr.a (mgr.14403) 14238 : cluster 0 pgmap v10629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:20.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:20 smithi079 bash[28699]: cluster 2023-12-07T23:09:18.634698+0000 mgr.a (mgr.14403) 14239 : cluster 0 pgmap v10630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:20.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:20 smithi194 bash[32038]: cluster 2023-12-07T23:09:18.634698+0000 mgr.a (mgr.14403) 14239 : cluster 0 pgmap v10630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:20.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:20 smithi135 bash[32435]: cluster 2023-12-07T23:09:18.634698+0000 mgr.a (mgr.14403) 14239 : cluster 0 pgmap v10630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:21.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:09:21.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:21.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:22.656 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:09:22.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:22.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:22.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:22.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:09:22.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:22 smithi079 bash[28699]: cluster 2023-12-07T23:09:20.635288+0000 mgr.a (mgr.14403) 14240 : cluster 0 pgmap v10631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:22.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:22 smithi194 bash[32038]: cluster 2023-12-07T23:09:20.635288+0000 mgr.a (mgr.14403) 14240 : cluster 0 pgmap v10631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:22.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:22 smithi135 bash[32435]: cluster 2023-12-07T23:09:20.635288+0000 mgr.a (mgr.14403) 14240 : cluster 0 pgmap v10631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:23.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:23 smithi079 bash[28699]: audit 2023-12-07T23:09:22.143226+0000 mgr.a (mgr.14403) 14241 : audit 0 from='client.286563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:23.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:23 smithi194 bash[32038]: audit 2023-12-07T23:09:22.143226+0000 mgr.a (mgr.14403) 14241 : audit 0 from='client.286563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:23.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:23 smithi135 bash[32435]: audit 2023-12-07T23:09:22.143226+0000 mgr.a (mgr.14403) 14241 : audit 0 from='client.286563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:24.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:24 smithi079 bash[28699]: cluster 2023-12-07T23:09:22.635777+0000 mgr.a (mgr.14403) 14242 : cluster 0 pgmap v10632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:24.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:24 smithi194 bash[32038]: cluster 2023-12-07T23:09:22.635777+0000 mgr.a (mgr.14403) 14242 : cluster 0 pgmap v10632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:24.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:24 smithi135 bash[32435]: cluster 2023-12-07T23:09:22.635777+0000 mgr.a (mgr.14403) 14242 : cluster 0 pgmap v10632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:26.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:26 smithi079 bash[28699]: cluster 2023-12-07T23:09:24.636578+0000 mgr.a (mgr.14403) 14243 : cluster 0 pgmap v10633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:26.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:26 smithi079 bash[28699]: audit 2023-12-07T23:09:26.507409+0000 mon.a (mon.0) 2409 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:09:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:26 smithi194 bash[32038]: cluster 2023-12-07T23:09:24.636578+0000 mgr.a (mgr.14403) 14243 : cluster 0 pgmap v10633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:26 smithi194 bash[32038]: audit 2023-12-07T23:09:26.507409+0000 mon.a (mon.0) 2409 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:09:26.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:26 smithi135 bash[32435]: cluster 2023-12-07T23:09:24.636578+0000 mgr.a (mgr.14403) 14243 : cluster 0 pgmap v10633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:26.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:26 smithi135 bash[32435]: audit 2023-12-07T23:09:26.507409+0000 mon.a (mon.0) 2409 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:09:27.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:09:27.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:27.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:28.586 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:09:28.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:28.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:28.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:28.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:09:28.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:28 smithi079 bash[28699]: cluster 2023-12-07T23:09:26.637120+0000 mgr.a (mgr.14403) 14244 : cluster 0 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-07T23:09:28.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:28 smithi194 bash[32038]: cluster 2023-12-07T23:09:26.637120+0000 mgr.a (mgr.14403) 14244 : cluster 0 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-07T23:09:28.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:28 smithi135 bash[32435]: cluster 2023-12-07T23:09:26.637120+0000 mgr.a (mgr.14403) 14244 : cluster 0 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-07T23:09:29.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:29 smithi079 bash[28699]: audit 2023-12-07T23:09:28.081229+0000 mgr.a (mgr.14403) 14245 : audit 0 from='client.286641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:29.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:29 smithi194 bash[32038]: audit 2023-12-07T23:09:28.081229+0000 mgr.a (mgr.14403) 14245 : audit 0 from='client.286641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:29.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:29 smithi135 bash[32435]: audit 2023-12-07T23:09:28.081229+0000 mgr.a (mgr.14403) 14245 : audit 0 from='client.286641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:30.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:30 smithi079 bash[28699]: cluster 2023-12-07T23:09:28.638180+0000 mgr.a (mgr.14403) 14246 : cluster 0 pgmap v10635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:09:30.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:30 smithi194 bash[32038]: cluster 2023-12-07T23:09:28.638180+0000 mgr.a (mgr.14403) 14246 : cluster 0 pgmap v10635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:09:30.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:30 smithi135 bash[32435]: cluster 2023-12-07T23:09:28.638180+0000 mgr.a (mgr.14403) 14246 : cluster 0 pgmap v10635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:09:32.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:32 smithi079 bash[28699]: cluster 2023-12-07T23:09:30.638822+0000 mgr.a (mgr.14403) 14247 : cluster 0 pgmap v10636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:09:32.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:32 smithi079 bash[28699]: audit 2023-12-07T23:09:31.866359+0000 mon.a (mon.0) 2410 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:32 smithi079 bash[28699]: audit 2023-12-07T23:09:31.870221+0000 mon.a (mon.0) 2411 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:32 smithi079 bash[28699]: audit 2023-12-07T23:09:31.874107+0000 mon.a (mon.0) 2412 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:32 smithi079 bash[28699]: audit 2023-12-07T23:09:31.879327+0000 mon.a (mon.0) 2413 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:32 smithi079 bash[28699]: audit 2023-12-07T23:09:31.919078+0000 mon.a (mon.0) 2414 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:32 smithi079 bash[28699]: audit 2023-12-07T23:09:31.925675+0000 mon.a (mon.0) 2415 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:32 smithi194 bash[32038]: cluster 2023-12-07T23:09:30.638822+0000 mgr.a (mgr.14403) 14247 : cluster 0 pgmap v10636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:09:32.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:32 smithi194 bash[32038]: audit 2023-12-07T23:09:31.866359+0000 mon.a (mon.0) 2410 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:32 smithi194 bash[32038]: audit 2023-12-07T23:09:31.870221+0000 mon.a (mon.0) 2411 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:32 smithi194 bash[32038]: audit 2023-12-07T23:09:31.874107+0000 mon.a (mon.0) 2412 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:32 smithi194 bash[32038]: audit 2023-12-07T23:09:31.879327+0000 mon.a (mon.0) 2413 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:32 smithi194 bash[32038]: audit 2023-12-07T23:09:31.919078+0000 mon.a (mon.0) 2414 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:32 smithi194 bash[32038]: audit 2023-12-07T23:09:31.925675+0000 mon.a (mon.0) 2415 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:32 smithi135 bash[32435]: cluster 2023-12-07T23:09:30.638822+0000 mgr.a (mgr.14403) 14247 : cluster 0 pgmap v10636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:09:32.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:32 smithi135 bash[32435]: audit 2023-12-07T23:09:31.866359+0000 mon.a (mon.0) 2410 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:32 smithi135 bash[32435]: audit 2023-12-07T23:09:31.870221+0000 mon.a (mon.0) 2411 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:32 smithi135 bash[32435]: audit 2023-12-07T23:09:31.874107+0000 mon.a (mon.0) 2412 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:32 smithi135 bash[32435]: audit 2023-12-07T23:09:31.879327+0000 mon.a (mon.0) 2413 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:32 smithi135 bash[32435]: audit 2023-12-07T23:09:31.919078+0000 mon.a (mon.0) 2414 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:32.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:32 smithi135 bash[32435]: audit 2023-12-07T23:09:31.925675+0000 mon.a (mon.0) 2415 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:33.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:09:33.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:33.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:33.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:33 smithi079 bash[28699]: audit 2023-12-07T23:09:32.607332+0000 mon.a (mon.0) 2416 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:09:33.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:33 smithi079 bash[28699]: audit 2023-12-07T23:09:32.609152+0000 mon.a (mon.0) 2417 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:09:33.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:33 smithi079 bash[28699]: audit 2023-12-07T23:09:32.617326+0000 mon.a (mon.0) 2418 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:33.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:33 smithi194 bash[32038]: audit 2023-12-07T23:09:32.607332+0000 mon.a (mon.0) 2416 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:09:33.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:33 smithi194 bash[32038]: audit 2023-12-07T23:09:32.609152+0000 mon.a (mon.0) 2417 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:09:33.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:33 smithi194 bash[32038]: audit 2023-12-07T23:09:32.617326+0000 mon.a (mon.0) 2418 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:33.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:33 smithi135 bash[32435]: audit 2023-12-07T23:09:32.607332+0000 mon.a (mon.0) 2416 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:09:33.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:33 smithi135 bash[32435]: audit 2023-12-07T23:09:32.609152+0000 mon.a (mon.0) 2417 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:09:33.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:33 smithi135 bash[32435]: audit 2023-12-07T23:09:32.617326+0000 mon.a (mon.0) 2418 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:09:34.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:34.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:34.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:34.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:09:34.512 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:09:34.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:34 smithi079 bash[28699]: cluster 2023-12-07T23:09:32.639345+0000 mgr.a (mgr.14403) 14248 : cluster 0 pgmap v10637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:09:34.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:34 smithi194 bash[32038]: cluster 2023-12-07T23:09:32.639345+0000 mgr.a (mgr.14403) 14248 : cluster 0 pgmap v10637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:09:34.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:34 smithi135 bash[32435]: cluster 2023-12-07T23:09:32.639345+0000 mgr.a (mgr.14403) 14248 : cluster 0 pgmap v10637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:09:35.887 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:35 smithi079 bash[28699]: audit 2023-12-07T23:09:34.003920+0000 mgr.a (mgr.14403) 14249 : audit 0 from='client.286716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:35.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:35 smithi194 bash[32038]: audit 2023-12-07T23:09:34.003920+0000 mgr.a (mgr.14403) 14249 : audit 0 from='client.286716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:35.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:35 smithi135 bash[32435]: audit 2023-12-07T23:09:34.003920+0000 mgr.a (mgr.14403) 14249 : audit 0 from='client.286716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:36.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:36 smithi079 bash[28699]: cluster 2023-12-07T23:09:34.640343+0000 mgr.a (mgr.14403) 14250 : cluster 0 pgmap v10638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:36.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:36 smithi194 bash[32038]: cluster 2023-12-07T23:09:34.640343+0000 mgr.a (mgr.14403) 14250 : cluster 0 pgmap v10638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:36.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:36 smithi135 bash[32435]: cluster 2023-12-07T23:09:34.640343+0000 mgr.a (mgr.14403) 14250 : cluster 0 pgmap v10638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:37.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:37 smithi079 bash[28699]: cluster 2023-12-07T23:09:36.640884+0000 mgr.a (mgr.14403) 14251 : cluster 0 pgmap v10639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:37.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:37 smithi194 bash[32038]: cluster 2023-12-07T23:09:36.640884+0000 mgr.a (mgr.14403) 14251 : cluster 0 pgmap v10639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:37.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:37 smithi135 bash[32435]: cluster 2023-12-07T23:09:36.640884+0000 mgr.a (mgr.14403) 14251 : cluster 0 pgmap v10639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:09:39.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:09:39.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:39.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:39.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:39 smithi194 bash[32038]: cluster 2023-12-07T23:09:38.641634+0000 mgr.a (mgr.14403) 14252 : cluster 0 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-07T23:09:39.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:39 smithi135 bash[32435]: cluster 2023-12-07T23:09:38.641634+0000 mgr.a (mgr.14403) 14252 : cluster 0 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-07T23:09:40.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:39 smithi079 bash[28699]: cluster 2023-12-07T23:09:38.641634+0000 mgr.a (mgr.14403) 14252 : cluster 0 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-07T23:09:40.430 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:09:40.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:40.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:40.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:40.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:09:41.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:41 smithi079 bash[28699]: audit 2023-12-07T23:09:39.929122+0000 mgr.a (mgr.14403) 14253 : audit 0 from='client.286791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:41.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:41 smithi194 bash[32038]: audit 2023-12-07T23:09:39.929122+0000 mgr.a (mgr.14403) 14253 : audit 0 from='client.286791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:41.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:41 smithi135 bash[32435]: audit 2023-12-07T23:09:39.929122+0000 mgr.a (mgr.14403) 14253 : audit 0 from='client.286791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:42.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:42 smithi079 bash[28699]: cluster 2023-12-07T23:09:40.642366+0000 mgr.a (mgr.14403) 14254 : cluster 0 pgmap v10641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:09:42.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:42 smithi194 bash[32038]: cluster 2023-12-07T23:09:40.642366+0000 mgr.a (mgr.14403) 14254 : cluster 0 pgmap v10641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:09:42.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:42 smithi135 bash[32435]: cluster 2023-12-07T23:09:40.642366+0000 mgr.a (mgr.14403) 14254 : cluster 0 pgmap v10641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:09:44.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:44 smithi079 bash[28699]: cluster 2023-12-07T23:09:42.643106+0000 mgr.a (mgr.14403) 14255 : cluster 0 pgmap v10642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:09:44.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:44 smithi194 bash[32038]: cluster 2023-12-07T23:09:42.643106+0000 mgr.a (mgr.14403) 14255 : cluster 0 pgmap v10642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:09:44.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:44 smithi135 bash[32435]: cluster 2023-12-07T23:09:42.643106+0000 mgr.a (mgr.14403) 14255 : cluster 0 pgmap v10642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:09:45.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:09:45.433 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:45.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:46.348 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:09:46.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:46.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:46.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:46.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:09:46.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:46 smithi079 bash[28699]: cluster 2023-12-07T23:09:44.643885+0000 mgr.a (mgr.14403) 14256 : cluster 0 pgmap v10643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:09:46.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:46 smithi194 bash[32038]: cluster 2023-12-07T23:09:44.643885+0000 mgr.a (mgr.14403) 14256 : cluster 0 pgmap v10643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:09:46.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:46 smithi135 bash[32435]: cluster 2023-12-07T23:09:44.643885+0000 mgr.a (mgr.14403) 14256 : cluster 0 pgmap v10643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:09:47.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:47 smithi079 bash[28699]: audit 2023-12-07T23:09:45.841623+0000 mgr.a (mgr.14403) 14257 : audit 0 from='client.286866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:47.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:47 smithi194 bash[32038]: audit 2023-12-07T23:09:45.841623+0000 mgr.a (mgr.14403) 14257 : audit 0 from='client.286866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:47.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:47 smithi135 bash[32435]: audit 2023-12-07T23:09:45.841623+0000 mgr.a (mgr.14403) 14257 : audit 0 from='client.286866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:48.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:48 smithi079 bash[28699]: cluster 2023-12-07T23:09:46.644610+0000 mgr.a (mgr.14403) 14258 : cluster 0 pgmap v10644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:48.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:48 smithi194 bash[32038]: cluster 2023-12-07T23:09:46.644610+0000 mgr.a (mgr.14403) 14258 : cluster 0 pgmap v10644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:48.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:48 smithi135 bash[32435]: cluster 2023-12-07T23:09:46.644610+0000 mgr.a (mgr.14403) 14258 : cluster 0 pgmap v10644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:50.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:50 smithi079 bash[28699]: cluster 2023-12-07T23:09:48.645434+0000 mgr.a (mgr.14403) 14259 : cluster 0 pgmap v10645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:50.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:50 smithi194 bash[32038]: cluster 2023-12-07T23:09:48.645434+0000 mgr.a (mgr.14403) 14259 : cluster 0 pgmap v10645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:50.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:50 smithi135 bash[32435]: cluster 2023-12-07T23:09:48.645434+0000 mgr.a (mgr.14403) 14259 : cluster 0 pgmap v10645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:51.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:09:51.352 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:51.352 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:52.273 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:09:52.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:52.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:52.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:52.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:09:52.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:52 smithi079 bash[28699]: cluster 2023-12-07T23:09:50.645996+0000 mgr.a (mgr.14403) 14260 : cluster 0 pgmap v10646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:52.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:52 smithi194 bash[32038]: cluster 2023-12-07T23:09:50.645996+0000 mgr.a (mgr.14403) 14260 : cluster 0 pgmap v10646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:52.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:52 smithi135 bash[32435]: cluster 2023-12-07T23:09:50.645996+0000 mgr.a (mgr.14403) 14260 : cluster 0 pgmap v10646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:53.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:53 smithi079 bash[28699]: audit 2023-12-07T23:09:51.758036+0000 mgr.a (mgr.14403) 14261 : audit 0 from='client.286941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:53.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:53 smithi194 bash[32038]: audit 2023-12-07T23:09:51.758036+0000 mgr.a (mgr.14403) 14261 : audit 0 from='client.286941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:53.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:53 smithi135 bash[32435]: audit 2023-12-07T23:09:51.758036+0000 mgr.a (mgr.14403) 14261 : audit 0 from='client.286941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:54.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:54 smithi079 bash[28699]: cluster 2023-12-07T23:09:52.646717+0000 mgr.a (mgr.14403) 14262 : cluster 0 pgmap v10647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:54.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:54 smithi194 bash[32038]: cluster 2023-12-07T23:09:52.646717+0000 mgr.a (mgr.14403) 14262 : cluster 0 pgmap v10647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:54.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:54 smithi135 bash[32435]: cluster 2023-12-07T23:09:52.646717+0000 mgr.a (mgr.14403) 14262 : cluster 0 pgmap v10647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:09:56.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:56 smithi079 bash[28699]: cluster 2023-12-07T23:09:54.647621+0000 mgr.a (mgr.14403) 14263 : cluster 0 pgmap v10648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:56.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:56 smithi194 bash[32038]: cluster 2023-12-07T23:09:54.647621+0000 mgr.a (mgr.14403) 14263 : cluster 0 pgmap v10648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:56.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:56 smithi135 bash[32435]: cluster 2023-12-07T23:09:54.647621+0000 mgr.a (mgr.14403) 14263 : cluster 0 pgmap v10648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:09:57.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:09:57.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:09:57.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:09:58.195 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:09:58.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:09:58.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:09:58.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:09:58.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:09:58.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:58 smithi079 bash[28699]: cluster 2023-12-07T23:09:56.648185+0000 mgr.a (mgr.14403) 14264 : cluster 0 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-07T23:09:58.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:58 smithi194 bash[32038]: cluster 2023-12-07T23:09:56.648185+0000 mgr.a (mgr.14403) 14264 : cluster 0 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-07T23:09:58.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:58 smithi135 bash[32435]: cluster 2023-12-07T23:09:56.648185+0000 mgr.a (mgr.14403) 14264 : cluster 0 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-07T23:09:59.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:09:59 smithi079 bash[28699]: audit 2023-12-07T23:09:57.684056+0000 mgr.a (mgr.14403) 14265 : audit 0 from='client.287019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:59.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:09:59 smithi194 bash[32038]: audit 2023-12-07T23:09:57.684056+0000 mgr.a (mgr.14403) 14265 : audit 0 from='client.287019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:09:59.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:09:59 smithi135 bash[32435]: audit 2023-12-07T23:09:57.684056+0000 mgr.a (mgr.14403) 14265 : audit 0 from='client.287019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:00.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:00 smithi079 bash[28699]: cluster 2023-12-07T23:09:58.649104+0000 mgr.a (mgr.14403) 14266 : cluster 0 pgmap v10650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:00.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:00 smithi079 bash[28699]: cluster 2023-12-07T23:10:00.000159+0000 mon.a (mon.0) 2419 : cluster 1 overall HEALTH_OK 2023-12-07T23:10:00.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:00 smithi194 bash[32038]: cluster 2023-12-07T23:09:58.649104+0000 mgr.a (mgr.14403) 14266 : cluster 0 pgmap v10650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:00.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:00 smithi194 bash[32038]: cluster 2023-12-07T23:10:00.000159+0000 mon.a (mon.0) 2419 : cluster 1 overall HEALTH_OK 2023-12-07T23:10:00.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:00 smithi135 bash[32435]: cluster 2023-12-07T23:09:58.649104+0000 mgr.a (mgr.14403) 14266 : cluster 0 pgmap v10650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:00.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:00 smithi135 bash[32435]: cluster 2023-12-07T23:10:00.000159+0000 mon.a (mon.0) 2419 : cluster 1 overall HEALTH_OK 2023-12-07T23:10:01.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:01 smithi079 bash[28699]: cluster 2023-12-07T23:10:00.649650+0000 mgr.a (mgr.14403) 14267 : cluster 0 pgmap v10651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:01.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:01 smithi194 bash[32038]: cluster 2023-12-07T23:10:00.649650+0000 mgr.a (mgr.14403) 14267 : cluster 0 pgmap v10651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:01.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:01 smithi135 bash[32435]: cluster 2023-12-07T23:10:00.649650+0000 mgr.a (mgr.14403) 14267 : cluster 0 pgmap v10651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:03.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:10:03.199 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:03.199 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:03.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:03 smithi135 bash[32435]: cluster 2023-12-07T23:10:02.650243+0000 mgr.a (mgr.14403) 14268 : cluster 0 pgmap v10652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:04.099 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:10:04.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:04.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:04.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:04.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:10:04.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:03 smithi079 bash[28699]: cluster 2023-12-07T23:10:02.650243+0000 mgr.a (mgr.14403) 14268 : cluster 0 pgmap v10652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:04.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:03 smithi194 bash[32038]: cluster 2023-12-07T23:10:02.650243+0000 mgr.a (mgr.14403) 14268 : cluster 0 pgmap v10652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:05.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:04 smithi079 bash[28699]: audit 2023-12-07T23:10:03.610372+0000 mgr.a (mgr.14403) 14269 : audit 0 from='client.287088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:05.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:04 smithi194 bash[32038]: audit 2023-12-07T23:10:03.610372+0000 mgr.a (mgr.14403) 14269 : audit 0 from='client.287088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:05.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:04 smithi135 bash[32435]: audit 2023-12-07T23:10:03.610372+0000 mgr.a (mgr.14403) 14269 : audit 0 from='client.287088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:06.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:06 smithi194 bash[32038]: cluster 2023-12-07T23:10:04.651245+0000 mgr.a (mgr.14403) 14270 : cluster 0 pgmap v10653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:06.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:06 smithi079 bash[28699]: cluster 2023-12-07T23:10:04.651245+0000 mgr.a (mgr.14403) 14270 : cluster 0 pgmap v10653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:06.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:06 smithi135 bash[32435]: cluster 2023-12-07T23:10:04.651245+0000 mgr.a (mgr.14403) 14270 : cluster 0 pgmap v10653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:08.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:08 smithi079 bash[28699]: cluster 2023-12-07T23:10:06.651844+0000 mgr.a (mgr.14403) 14271 : cluster 0 pgmap v10654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:08.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:08 smithi194 bash[32038]: cluster 2023-12-07T23:10:06.651844+0000 mgr.a (mgr.14403) 14271 : cluster 0 pgmap v10654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:08.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:08 smithi135 bash[32435]: cluster 2023-12-07T23:10:06.651844+0000 mgr.a (mgr.14403) 14271 : cluster 0 pgmap v10654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:09.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:10:09.102 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:09.102 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:10.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:10.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:10.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:10.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:10:10.008 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:10:10.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:10 smithi079 bash[28699]: cluster 2023-12-07T23:10:08.652704+0000 mgr.a (mgr.14403) 14272 : cluster 0 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-07T23:10:10.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:10 smithi079 bash[28699]: audit 2023-12-07T23:10:09.507991+0000 mgr.a (mgr.14403) 14273 : audit 0 from='client.287166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:10.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:10 smithi194 bash[32038]: cluster 2023-12-07T23:10:08.652704+0000 mgr.a (mgr.14403) 14272 : cluster 0 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-07T23:10:10.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:10 smithi194 bash[32038]: audit 2023-12-07T23:10:09.507991+0000 mgr.a (mgr.14403) 14273 : audit 0 from='client.287166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:10.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:10 smithi135 bash[32435]: cluster 2023-12-07T23:10:08.652704+0000 mgr.a (mgr.14403) 14272 : cluster 0 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-07T23:10:10.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:10 smithi135 bash[32435]: audit 2023-12-07T23:10:09.507991+0000 mgr.a (mgr.14403) 14273 : audit 0 from='client.287166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:12.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:12 smithi079 bash[28699]: cluster 2023-12-07T23:10:10.653525+0000 mgr.a (mgr.14403) 14274 : cluster 0 pgmap v10656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:12.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:12 smithi194 bash[32038]: cluster 2023-12-07T23:10:10.653525+0000 mgr.a (mgr.14403) 14274 : cluster 0 pgmap v10656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:12.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:12 smithi135 bash[32435]: cluster 2023-12-07T23:10:10.653525+0000 mgr.a (mgr.14403) 14274 : cluster 0 pgmap v10656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:14.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:14 smithi079 bash[28699]: cluster 2023-12-07T23:10:12.654263+0000 mgr.a (mgr.14403) 14275 : cluster 0 pgmap v10657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:14.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:14 smithi194 bash[32038]: cluster 2023-12-07T23:10:12.654263+0000 mgr.a (mgr.14403) 14275 : cluster 0 pgmap v10657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:14.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:14 smithi135 bash[32435]: cluster 2023-12-07T23:10:12.654263+0000 mgr.a (mgr.14403) 14275 : cluster 0 pgmap v10657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:15.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:10:15.010 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:15.010 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:15.890 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:10:15.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:15.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:15.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:15.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:10:16.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:16 smithi079 bash[28699]: cluster 2023-12-07T23:10:14.655256+0000 mgr.a (mgr.14403) 14276 : cluster 0 pgmap v10658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:16.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:16 smithi079 bash[28699]: audit 2023-12-07T23:10:15.422964+0000 mgr.a (mgr.14403) 14277 : audit 0 from='client.287238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:16.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:16 smithi194 bash[32038]: cluster 2023-12-07T23:10:14.655256+0000 mgr.a (mgr.14403) 14276 : cluster 0 pgmap v10658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:16.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:16 smithi194 bash[32038]: audit 2023-12-07T23:10:15.422964+0000 mgr.a (mgr.14403) 14277 : audit 0 from='client.287238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:16.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:16 smithi135 bash[32435]: cluster 2023-12-07T23:10:14.655256+0000 mgr.a (mgr.14403) 14276 : cluster 0 pgmap v10658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:16.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:16 smithi135 bash[32435]: audit 2023-12-07T23:10:15.422964+0000 mgr.a (mgr.14403) 14277 : audit 0 from='client.287238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:18.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:18 smithi079 bash[28699]: cluster 2023-12-07T23:10:16.656021+0000 mgr.a (mgr.14403) 14278 : cluster 0 pgmap v10659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:18.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:18 smithi194 bash[32038]: cluster 2023-12-07T23:10:16.656021+0000 mgr.a (mgr.14403) 14278 : cluster 0 pgmap v10659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:18.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:18 smithi135 bash[32435]: cluster 2023-12-07T23:10:16.656021+0000 mgr.a (mgr.14403) 14278 : cluster 0 pgmap v10659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:20.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:20 smithi079 bash[28699]: cluster 2023-12-07T23:10:18.656876+0000 mgr.a (mgr.14403) 14279 : cluster 0 pgmap v10660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:20.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:10:20.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:20.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:20.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:20 smithi194 bash[32038]: cluster 2023-12-07T23:10:18.656876+0000 mgr.a (mgr.14403) 14279 : cluster 0 pgmap v10660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:20.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:20 smithi135 bash[32435]: cluster 2023-12-07T23:10:18.656876+0000 mgr.a (mgr.14403) 14279 : cluster 0 pgmap v10660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:21.808 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:10:21.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:21.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:21.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:21.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:10:22.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:22 smithi079 bash[28699]: cluster 2023-12-07T23:10:20.657431+0000 mgr.a (mgr.14403) 14280 : cluster 0 pgmap v10661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:22.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:22 smithi079 bash[28699]: audit 2023-12-07T23:10:21.295210+0000 mgr.a (mgr.14403) 14281 : audit 0 from='client.287310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:22.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:22 smithi194 bash[32038]: cluster 2023-12-07T23:10:20.657431+0000 mgr.a (mgr.14403) 14280 : cluster 0 pgmap v10661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:22.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:22 smithi194 bash[32038]: audit 2023-12-07T23:10:21.295210+0000 mgr.a (mgr.14403) 14281 : audit 0 from='client.287310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:22.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:22 smithi135 bash[32435]: cluster 2023-12-07T23:10:20.657431+0000 mgr.a (mgr.14403) 14280 : cluster 0 pgmap v10661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:22.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:22 smithi135 bash[32435]: audit 2023-12-07T23:10:21.295210+0000 mgr.a (mgr.14403) 14281 : audit 0 from='client.287310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:24.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:24 smithi079 bash[28699]: cluster 2023-12-07T23:10:22.658143+0000 mgr.a (mgr.14403) 14282 : cluster 0 pgmap v10662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:24.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:24 smithi194 bash[32038]: cluster 2023-12-07T23:10:22.658143+0000 mgr.a (mgr.14403) 14282 : cluster 0 pgmap v10662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:24.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:24 smithi135 bash[32435]: cluster 2023-12-07T23:10:22.658143+0000 mgr.a (mgr.14403) 14282 : cluster 0 pgmap v10662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:26.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:10:26.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:26.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:26.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:26 smithi079 bash[28699]: cluster 2023-12-07T23:10:24.659037+0000 mgr.a (mgr.14403) 14283 : cluster 0 pgmap v10663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:26 smithi194 bash[32038]: cluster 2023-12-07T23:10:24.659037+0000 mgr.a (mgr.14403) 14283 : cluster 0 pgmap v10663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:26.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:26 smithi135 bash[32435]: cluster 2023-12-07T23:10:24.659037+0000 mgr.a (mgr.14403) 14283 : cluster 0 pgmap v10663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:27.691 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:10:27.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:27.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:27.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:27.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:10:28.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:28 smithi079 bash[28699]: cluster 2023-12-07T23:10:26.659596+0000 mgr.a (mgr.14403) 14284 : cluster 0 pgmap v10664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:28.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:28 smithi079 bash[28699]: audit 2023-12-07T23:10:27.220230+0000 mgr.a (mgr.14403) 14285 : audit 0 from='client.287382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:28.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:28 smithi194 bash[32038]: cluster 2023-12-07T23:10:26.659596+0000 mgr.a (mgr.14403) 14284 : cluster 0 pgmap v10664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:28.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:28 smithi194 bash[32038]: audit 2023-12-07T23:10:27.220230+0000 mgr.a (mgr.14403) 14285 : audit 0 from='client.287382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:28.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:28 smithi135 bash[32435]: cluster 2023-12-07T23:10:26.659596+0000 mgr.a (mgr.14403) 14284 : cluster 0 pgmap v10664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:28.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:28 smithi135 bash[32435]: audit 2023-12-07T23:10:27.220230+0000 mgr.a (mgr.14403) 14285 : audit 0 from='client.287382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:30.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:30 smithi079 bash[28699]: cluster 2023-12-07T23:10:28.660532+0000 mgr.a (mgr.14403) 14286 : cluster 0 pgmap v10665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:30.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:30 smithi194 bash[32038]: cluster 2023-12-07T23:10:28.660532+0000 mgr.a (mgr.14403) 14286 : cluster 0 pgmap v10665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:30.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:30 smithi135 bash[32435]: cluster 2023-12-07T23:10:28.660532+0000 mgr.a (mgr.14403) 14286 : cluster 0 pgmap v10665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:32.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:10:32.695 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:32.695 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:32.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:32 smithi079 bash[28699]: cluster 2023-12-07T23:10:30.661111+0000 mgr.a (mgr.14403) 14287 : cluster 0 pgmap v10666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:32.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:32 smithi194 bash[32038]: cluster 2023-12-07T23:10:30.661111+0000 mgr.a (mgr.14403) 14287 : cluster 0 pgmap v10666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:32.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:32 smithi135 bash[32435]: cluster 2023-12-07T23:10:30.661111+0000 mgr.a (mgr.14403) 14287 : cluster 0 pgmap v10666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:33.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:33.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:33.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:33.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:10:33.598 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:10:33.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:33 smithi079 bash[28699]: audit 2023-12-07T23:10:32.718933+0000 mon.a (mon.0) 2420 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:10:33.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:33 smithi079 bash[28699]: audit 2023-12-07T23:10:33.554060+0000 mon.a (mon.0) 2421 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:10:33.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:33 smithi079 bash[28699]: audit 2023-12-07T23:10:33.555983+0000 mon.a (mon.0) 2422 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:10:33.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:33 smithi194 bash[32038]: audit 2023-12-07T23:10:32.718933+0000 mon.a (mon.0) 2420 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:10:33.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:33 smithi194 bash[32038]: audit 2023-12-07T23:10:33.554060+0000 mon.a (mon.0) 2421 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:10:33.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:33 smithi194 bash[32038]: audit 2023-12-07T23:10:33.555983+0000 mon.a (mon.0) 2422 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:10:33.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:33 smithi135 bash[32435]: audit 2023-12-07T23:10:32.718933+0000 mon.a (mon.0) 2420 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:10:33.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:33 smithi135 bash[32435]: audit 2023-12-07T23:10:33.554060+0000 mon.a (mon.0) 2421 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:10:33.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:33 smithi135 bash[32435]: audit 2023-12-07T23:10:33.555983+0000 mon.a (mon.0) 2422 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:10:34.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:34 smithi079 bash[28699]: cluster 2023-12-07T23:10:32.661715+0000 mgr.a (mgr.14403) 14288 : cluster 0 pgmap v10667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:34.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:34 smithi079 bash[28699]: audit 2023-12-07T23:10:33.125910+0000 mgr.a (mgr.14403) 14289 : audit 0 from='client.287457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:34.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:34 smithi079 bash[28699]: audit 2023-12-07T23:10:33.563428+0000 mon.a (mon.0) 2423 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:10:34.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:34 smithi194 bash[32038]: cluster 2023-12-07T23:10:32.661715+0000 mgr.a (mgr.14403) 14288 : cluster 0 pgmap v10667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:34.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:34 smithi194 bash[32038]: audit 2023-12-07T23:10:33.125910+0000 mgr.a (mgr.14403) 14289 : audit 0 from='client.287457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:34.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:34 smithi194 bash[32038]: audit 2023-12-07T23:10:33.563428+0000 mon.a (mon.0) 2423 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:10:34.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:34 smithi135 bash[32435]: cluster 2023-12-07T23:10:32.661715+0000 mgr.a (mgr.14403) 14288 : cluster 0 pgmap v10667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:34.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:34 smithi135 bash[32435]: audit 2023-12-07T23:10:33.125910+0000 mgr.a (mgr.14403) 14289 : audit 0 from='client.287457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:34.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:34 smithi135 bash[32435]: audit 2023-12-07T23:10:33.563428+0000 mon.a (mon.0) 2423 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:10:36.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:36 smithi079 bash[28699]: cluster 2023-12-07T23:10:34.662547+0000 mgr.a (mgr.14403) 14290 : cluster 0 pgmap v10668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:10:36.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:36 smithi194 bash[32038]: cluster 2023-12-07T23:10:34.662547+0000 mgr.a (mgr.14403) 14290 : cluster 0 pgmap v10668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:10:36.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:36 smithi135 bash[32435]: cluster 2023-12-07T23:10:34.662547+0000 mgr.a (mgr.14403) 14290 : cluster 0 pgmap v10668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:10:38.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:10:38.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:38.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:38.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:38 smithi079 bash[28699]: cluster 2023-12-07T23:10:36.663266+0000 mgr.a (mgr.14403) 14291 : cluster 0 pgmap v10669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:10:38.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:38 smithi194 bash[32038]: cluster 2023-12-07T23:10:36.663266+0000 mgr.a (mgr.14403) 14291 : cluster 0 pgmap v10669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:10:38.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:38 smithi135 bash[32435]: cluster 2023-12-07T23:10:36.663266+0000 mgr.a (mgr.14403) 14291 : cluster 0 pgmap v10669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:10:39.500 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:10:39.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:39.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:39.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:39.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:10:40.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:40 smithi079 bash[28699]: cluster 2023-12-07T23:10:38.664012+0000 mgr.a (mgr.14403) 14292 : cluster 0 pgmap v10670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:40.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:40 smithi079 bash[28699]: audit 2023-12-07T23:10:39.006782+0000 mgr.a (mgr.14403) 14293 : audit 0 from='client.287529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:40.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:40 smithi194 bash[32038]: cluster 2023-12-07T23:10:38.664012+0000 mgr.a (mgr.14403) 14292 : cluster 0 pgmap v10670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:40.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:40 smithi194 bash[32038]: audit 2023-12-07T23:10:39.006782+0000 mgr.a (mgr.14403) 14293 : audit 0 from='client.287529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:40.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:40 smithi135 bash[32435]: cluster 2023-12-07T23:10:38.664012+0000 mgr.a (mgr.14403) 14292 : cluster 0 pgmap v10670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:40.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:40 smithi135 bash[32435]: audit 2023-12-07T23:10:39.006782+0000 mgr.a (mgr.14403) 14293 : audit 0 from='client.287529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:42.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:42 smithi079 bash[28699]: cluster 2023-12-07T23:10:40.664667+0000 mgr.a (mgr.14403) 14294 : cluster 0 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-07T23:10:42.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:42 smithi194 bash[32038]: cluster 2023-12-07T23:10:40.664667+0000 mgr.a (mgr.14403) 14294 : cluster 0 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-07T23:10:42.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:42 smithi135 bash[32435]: cluster 2023-12-07T23:10:40.664667+0000 mgr.a (mgr.14403) 14294 : cluster 0 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-07T23:10:44.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:10:44.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:44.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:44.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:44 smithi079 bash[28699]: cluster 2023-12-07T23:10:42.665233+0000 mgr.a (mgr.14403) 14295 : cluster 0 pgmap v10672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:44.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:44 smithi194 bash[32038]: cluster 2023-12-07T23:10:42.665233+0000 mgr.a (mgr.14403) 14295 : cluster 0 pgmap v10672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:44.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:44 smithi135 bash[32435]: cluster 2023-12-07T23:10:42.665233+0000 mgr.a (mgr.14403) 14295 : cluster 0 pgmap v10672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:10:45.417 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:10:45.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:45.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:45.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:45.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:10:46.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:46 smithi079 bash[28699]: cluster 2023-12-07T23:10:44.666005+0000 mgr.a (mgr.14403) 14296 : cluster 0 pgmap v10673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:46.927 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:46 smithi079 bash[28699]: audit 2023-12-07T23:10:44.920338+0000 mgr.a (mgr.14403) 14297 : audit 0 from='client.287607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:46.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:46 smithi194 bash[32038]: cluster 2023-12-07T23:10:44.666005+0000 mgr.a (mgr.14403) 14296 : cluster 0 pgmap v10673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:46.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:46 smithi194 bash[32038]: audit 2023-12-07T23:10:44.920338+0000 mgr.a (mgr.14403) 14297 : audit 0 from='client.287607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:46.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:46 smithi135 bash[32435]: cluster 2023-12-07T23:10:44.666005+0000 mgr.a (mgr.14403) 14296 : cluster 0 pgmap v10673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:46.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:46 smithi135 bash[32435]: audit 2023-12-07T23:10:44.920338+0000 mgr.a (mgr.14403) 14297 : audit 0 from='client.287607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:48.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:48 smithi079 bash[28699]: cluster 2023-12-07T23:10:46.666645+0000 mgr.a (mgr.14403) 14298 : cluster 0 pgmap v10674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:10:48.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:48 smithi194 bash[32038]: cluster 2023-12-07T23:10:46.666645+0000 mgr.a (mgr.14403) 14298 : cluster 0 pgmap v10674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:10:48.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:48 smithi135 bash[32435]: cluster 2023-12-07T23:10:46.666645+0000 mgr.a (mgr.14403) 14298 : cluster 0 pgmap v10674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:10:50.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:10:50.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:50.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:50.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:50 smithi079 bash[28699]: cluster 2023-12-07T23:10:48.667497+0000 mgr.a (mgr.14403) 14299 : cluster 0 pgmap v10675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:10:50.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:50 smithi194 bash[32038]: cluster 2023-12-07T23:10:48.667497+0000 mgr.a (mgr.14403) 14299 : cluster 0 pgmap v10675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:10:50.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:50 smithi135 bash[32435]: cluster 2023-12-07T23:10:48.667497+0000 mgr.a (mgr.14403) 14299 : cluster 0 pgmap v10675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:10:51.390 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:10:51.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:51.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:51.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:51.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:10:52.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:52 smithi079 bash[28699]: cluster 2023-12-07T23:10:50.668030+0000 mgr.a (mgr.14403) 14300 : cluster 0 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-07T23:10:52.928 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:52 smithi079 bash[28699]: audit 2023-12-07T23:10:50.833561+0000 mgr.a (mgr.14403) 14301 : audit 0 from='client.287679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:52.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:52 smithi194 bash[32038]: cluster 2023-12-07T23:10:50.668030+0000 mgr.a (mgr.14403) 14300 : cluster 0 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-07T23:10:52.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:52 smithi194 bash[32038]: audit 2023-12-07T23:10:50.833561+0000 mgr.a (mgr.14403) 14301 : audit 0 from='client.287679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:52.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:52 smithi135 bash[32435]: cluster 2023-12-07T23:10:50.668030+0000 mgr.a (mgr.14403) 14300 : cluster 0 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-07T23:10:52.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:52 smithi135 bash[32435]: audit 2023-12-07T23:10:50.833561+0000 mgr.a (mgr.14403) 14301 : audit 0 from='client.287679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:54.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:54 smithi079 bash[28699]: cluster 2023-12-07T23:10:52.668693+0000 mgr.a (mgr.14403) 14302 : cluster 0 pgmap v10677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:54.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:54 smithi194 bash[32038]: cluster 2023-12-07T23:10:52.668693+0000 mgr.a (mgr.14403) 14302 : cluster 0 pgmap v10677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:54.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:54 smithi135 bash[32435]: cluster 2023-12-07T23:10:52.668693+0000 mgr.a (mgr.14403) 14302 : cluster 0 pgmap v10677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:56.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:10:56.337 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:10:56.337 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:10:56.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:56 smithi079 bash[28699]: cluster 2023-12-07T23:10:54.669548+0000 mgr.a (mgr.14403) 14303 : cluster 0 pgmap v10678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:56.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:56 smithi194 bash[32038]: cluster 2023-12-07T23:10:54.669548+0000 mgr.a (mgr.14403) 14303 : cluster 0 pgmap v10678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:56.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:56 smithi135 bash[32435]: cluster 2023-12-07T23:10:54.669548+0000 mgr.a (mgr.14403) 14303 : cluster 0 pgmap v10678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:10:57.261 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:10:57.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:10:57.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:10:57.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:10:57.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:10:58.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:58 smithi079 bash[28699]: cluster 2023-12-07T23:10:56.669929+0000 mgr.a (mgr.14403) 14304 : cluster 0 pgmap v10679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:58.902 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:10:58 smithi079 bash[28699]: audit 2023-12-07T23:10:56.756394+0000 mgr.a (mgr.14403) 14305 : audit 0 from='client.287757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:58.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:58 smithi194 bash[32038]: cluster 2023-12-07T23:10:56.669929+0000 mgr.a (mgr.14403) 14304 : cluster 0 pgmap v10679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:58.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:10:58 smithi194 bash[32038]: audit 2023-12-07T23:10:56.756394+0000 mgr.a (mgr.14403) 14305 : audit 0 from='client.287757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:10:58.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:58 smithi135 bash[32435]: cluster 2023-12-07T23:10:56.669929+0000 mgr.a (mgr.14403) 14304 : cluster 0 pgmap v10679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:10:58.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:10:58 smithi135 bash[32435]: audit 2023-12-07T23:10:56.756394+0000 mgr.a (mgr.14403) 14305 : audit 0 from='client.287757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:00.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:00 smithi079 bash[28699]: cluster 2023-12-07T23:10:58.670778+0000 mgr.a (mgr.14403) 14306 : cluster 0 pgmap v10680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:00.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:00 smithi194 bash[32038]: cluster 2023-12-07T23:10:58.670778+0000 mgr.a (mgr.14403) 14306 : cluster 0 pgmap v10680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:00.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:00 smithi135 bash[32435]: cluster 2023-12-07T23:10:58.670778+0000 mgr.a (mgr.14403) 14306 : cluster 0 pgmap v10680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:02.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:11:02.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:02.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:02.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:02 smithi079 bash[28699]: cluster 2023-12-07T23:11:00.671350+0000 mgr.a (mgr.14403) 14307 : cluster 0 pgmap v10681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:02.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:02 smithi194 bash[32038]: cluster 2023-12-07T23:11:00.671350+0000 mgr.a (mgr.14403) 14307 : cluster 0 pgmap v10681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:02.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:02 smithi135 bash[32435]: cluster 2023-12-07T23:11:00.671350+0000 mgr.a (mgr.14403) 14307 : cluster 0 pgmap v10681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:03.174 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:11:03.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:03.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:03.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:03.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:11:03.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:03 smithi079 bash[28699]: cluster 2023-12-07T23:11:02.671859+0000 mgr.a (mgr.14403) 14308 : cluster 0 pgmap v10682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:03.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:03 smithi079 bash[28699]: audit 2023-12-07T23:11:02.680380+0000 mgr.a (mgr.14403) 14309 : audit 0 from='client.287835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:03.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:03 smithi194 bash[32038]: cluster 2023-12-07T23:11:02.671859+0000 mgr.a (mgr.14403) 14308 : cluster 0 pgmap v10682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:03.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:03 smithi194 bash[32038]: audit 2023-12-07T23:11:02.680380+0000 mgr.a (mgr.14403) 14309 : audit 0 from='client.287835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:03.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:03 smithi135 bash[32435]: cluster 2023-12-07T23:11:02.671859+0000 mgr.a (mgr.14403) 14308 : cluster 0 pgmap v10682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:03.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:03 smithi135 bash[32435]: audit 2023-12-07T23:11:02.680380+0000 mgr.a (mgr.14403) 14309 : audit 0 from='client.287835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:06.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:06 smithi079 bash[28699]: cluster 2023-12-07T23:11:04.672692+0000 mgr.a (mgr.14403) 14310 : cluster 0 pgmap v10683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:06.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:06 smithi194 bash[32038]: cluster 2023-12-07T23:11:04.672692+0000 mgr.a (mgr.14403) 14310 : cluster 0 pgmap v10683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:07.085 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:06 smithi135 bash[32435]: cluster 2023-12-07T23:11:04.672692+0000 mgr.a (mgr.14403) 14310 : cluster 0 pgmap v10683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:08.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:11:08.178 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:08.178 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:08.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:08 smithi079 bash[28699]: cluster 2023-12-07T23:11:06.673272+0000 mgr.a (mgr.14403) 14311 : cluster 0 pgmap v10684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:08.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:08 smithi194 bash[32038]: cluster 2023-12-07T23:11:06.673272+0000 mgr.a (mgr.14403) 14311 : cluster 0 pgmap v10684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:08.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:08 smithi135 bash[32435]: cluster 2023-12-07T23:11:06.673272+0000 mgr.a (mgr.14403) 14311 : cluster 0 pgmap v10684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:09.097 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:11:09.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:09.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:09.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:09.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:11:10.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:10 smithi079 bash[28699]: audit 2023-12-07T23:11:08.598193+0000 mgr.a (mgr.14403) 14312 : audit 0 from='client.287913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:10.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:10 smithi079 bash[28699]: cluster 2023-12-07T23:11:08.674292+0000 mgr.a (mgr.14403) 14313 : cluster 0 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-07T23:11:10.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:10 smithi194 bash[32038]: audit 2023-12-07T23:11:08.598193+0000 mgr.a (mgr.14403) 14312 : audit 0 from='client.287913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:10.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:10 smithi194 bash[32038]: cluster 2023-12-07T23:11:08.674292+0000 mgr.a (mgr.14403) 14313 : cluster 0 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-07T23:11:10.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:10 smithi135 bash[32435]: audit 2023-12-07T23:11:08.598193+0000 mgr.a (mgr.14403) 14312 : audit 0 from='client.287913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:10.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:10 smithi135 bash[32435]: cluster 2023-12-07T23:11:08.674292+0000 mgr.a (mgr.14403) 14313 : cluster 0 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-07T23:11:12.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:12 smithi079 bash[28699]: cluster 2023-12-07T23:11:10.674876+0000 mgr.a (mgr.14403) 14314 : cluster 0 pgmap v10686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:12.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:12 smithi194 bash[32038]: cluster 2023-12-07T23:11:10.674876+0000 mgr.a (mgr.14403) 14314 : cluster 0 pgmap v10686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:12.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:12 smithi135 bash[32435]: cluster 2023-12-07T23:11:10.674876+0000 mgr.a (mgr.14403) 14314 : cluster 0 pgmap v10686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:14.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:11:14.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:14.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:14.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:14 smithi079 bash[28699]: cluster 2023-12-07T23:11:12.675444+0000 mgr.a (mgr.14403) 14315 : cluster 0 pgmap v10687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:14.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:14 smithi194 bash[32038]: cluster 2023-12-07T23:11:12.675444+0000 mgr.a (mgr.14403) 14315 : cluster 0 pgmap v10687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:14.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:14 smithi135 bash[32435]: cluster 2023-12-07T23:11:12.675444+0000 mgr.a (mgr.14403) 14315 : cluster 0 pgmap v10687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:15.002 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:11:15.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:15.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:15.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:15.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:11:15.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:15 smithi079 bash[28699]: audit 2023-12-07T23:11:14.512396+0000 mgr.a (mgr.14403) 14316 : audit 0 from='client.287991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:15.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:15 smithi194 bash[32038]: audit 2023-12-07T23:11:14.512396+0000 mgr.a (mgr.14403) 14316 : audit 0 from='client.287991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:15.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:15 smithi135 bash[32435]: audit 2023-12-07T23:11:14.512396+0000 mgr.a (mgr.14403) 14316 : audit 0 from='client.287991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:16.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:16 smithi079 bash[28699]: cluster 2023-12-07T23:11:14.676608+0000 mgr.a (mgr.14403) 14317 : cluster 0 pgmap v10688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:17.094 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:16 smithi135 bash[32435]: cluster 2023-12-07T23:11:14.676608+0000 mgr.a (mgr.14403) 14317 : cluster 0 pgmap v10688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:17.094 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:16 smithi194 bash[32038]: cluster 2023-12-07T23:11:14.676608+0000 mgr.a (mgr.14403) 14317 : cluster 0 pgmap v10688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:18.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:18 smithi079 bash[28699]: cluster 2023-12-07T23:11:16.677279+0000 mgr.a (mgr.14403) 14318 : cluster 0 pgmap v10689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:18.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:18 smithi194 bash[32038]: cluster 2023-12-07T23:11:16.677279+0000 mgr.a (mgr.14403) 14318 : cluster 0 pgmap v10689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:18.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:18 smithi135 bash[32435]: cluster 2023-12-07T23:11:16.677279+0000 mgr.a (mgr.14403) 14318 : cluster 0 pgmap v10689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:20.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:11:20.009 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:20.009 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:20.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:20 smithi079 bash[28699]: cluster 2023-12-07T23:11:18.678067+0000 mgr.a (mgr.14403) 14319 : cluster 0 pgmap v10690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:20.890 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:11:20.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:20.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:20.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:20.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:11:20.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:20 smithi194 bash[32038]: cluster 2023-12-07T23:11:18.678067+0000 mgr.a (mgr.14403) 14319 : cluster 0 pgmap v10690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:20.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:20 smithi135 bash[32435]: cluster 2023-12-07T23:11:18.678067+0000 mgr.a (mgr.14403) 14319 : cluster 0 pgmap v10690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:21.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:21 smithi079 bash[28699]: audit 2023-12-07T23:11:20.417571+0000 mgr.a (mgr.14403) 14320 : audit 0 from='client.288063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:21.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:21 smithi194 bash[32038]: audit 2023-12-07T23:11:20.417571+0000 mgr.a (mgr.14403) 14320 : audit 0 from='client.288063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:21.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:21 smithi135 bash[32435]: audit 2023-12-07T23:11:20.417571+0000 mgr.a (mgr.14403) 14320 : audit 0 from='client.288063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:22.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:22 smithi079 bash[28699]: cluster 2023-12-07T23:11:20.678919+0000 mgr.a (mgr.14403) 14321 : cluster 0 pgmap v10691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:22.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:22 smithi194 bash[32038]: cluster 2023-12-07T23:11:20.678919+0000 mgr.a (mgr.14403) 14321 : cluster 0 pgmap v10691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:22.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:22 smithi135 bash[32435]: cluster 2023-12-07T23:11:20.678919+0000 mgr.a (mgr.14403) 14321 : cluster 0 pgmap v10691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:24.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:24 smithi079 bash[28699]: cluster 2023-12-07T23:11:22.679660+0000 mgr.a (mgr.14403) 14322 : cluster 0 pgmap v10692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:24.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:24 smithi194 bash[32038]: cluster 2023-12-07T23:11:22.679660+0000 mgr.a (mgr.14403) 14322 : cluster 0 pgmap v10692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:24.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:24 smithi135 bash[32435]: cluster 2023-12-07T23:11:22.679660+0000 mgr.a (mgr.14403) 14322 : cluster 0 pgmap v10692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:25.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:11:25.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:25.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:26.808 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:11:26.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:26.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:26.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:26.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:11:26.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:26 smithi079 bash[28699]: cluster 2023-12-07T23:11:24.680459+0000 mgr.a (mgr.14403) 14323 : cluster 0 pgmap v10693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:26 smithi194 bash[32038]: cluster 2023-12-07T23:11:24.680459+0000 mgr.a (mgr.14403) 14323 : cluster 0 pgmap v10693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:26.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:26 smithi135 bash[32435]: cluster 2023-12-07T23:11:24.680459+0000 mgr.a (mgr.14403) 14323 : cluster 0 pgmap v10693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:27.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:27 smithi079 bash[28699]: audit 2023-12-07T23:11:26.311553+0000 mgr.a (mgr.14403) 14324 : audit 0 from='client.288141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:27.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:27 smithi194 bash[32038]: audit 2023-12-07T23:11:26.311553+0000 mgr.a (mgr.14403) 14324 : audit 0 from='client.288141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:27.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:27 smithi135 bash[32435]: audit 2023-12-07T23:11:26.311553+0000 mgr.a (mgr.14403) 14324 : audit 0 from='client.288141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:28.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:28 smithi079 bash[28699]: cluster 2023-12-07T23:11:26.680930+0000 mgr.a (mgr.14403) 14325 : cluster 0 pgmap v10694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:28.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:28 smithi194 bash[32038]: cluster 2023-12-07T23:11:26.680930+0000 mgr.a (mgr.14403) 14325 : cluster 0 pgmap v10694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:28.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:28 smithi135 bash[32435]: cluster 2023-12-07T23:11:26.680930+0000 mgr.a (mgr.14403) 14325 : cluster 0 pgmap v10694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:30.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:30 smithi079 bash[28699]: cluster 2023-12-07T23:11:28.681747+0000 mgr.a (mgr.14403) 14326 : cluster 0 pgmap v10695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:30.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:30 smithi194 bash[32038]: cluster 2023-12-07T23:11:28.681747+0000 mgr.a (mgr.14403) 14326 : cluster 0 pgmap v10695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:30.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:30 smithi135 bash[32435]: cluster 2023-12-07T23:11:28.681747+0000 mgr.a (mgr.14403) 14326 : cluster 0 pgmap v10695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:31.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:11:31.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:31.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:32.696 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:11:32.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:32.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:32.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:32.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:11:32.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:32 smithi079 bash[28699]: cluster 2023-12-07T23:11:30.682292+0000 mgr.a (mgr.14403) 14327 : cluster 0 pgmap v10696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:32.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:32 smithi194 bash[32038]: cluster 2023-12-07T23:11:30.682292+0000 mgr.a (mgr.14403) 14327 : cluster 0 pgmap v10696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:32.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:32 smithi135 bash[32435]: cluster 2023-12-07T23:11:30.682292+0000 mgr.a (mgr.14403) 14327 : cluster 0 pgmap v10696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:33.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:33 smithi079 bash[28699]: audit 2023-12-07T23:11:32.224978+0000 mgr.a (mgr.14403) 14328 : audit 0 from='client.288216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:33.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:33 smithi194 bash[32038]: audit 2023-12-07T23:11:32.224978+0000 mgr.a (mgr.14403) 14328 : audit 0 from='client.288216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:33.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:33 smithi135 bash[32435]: audit 2023-12-07T23:11:32.224978+0000 mgr.a (mgr.14403) 14328 : audit 0 from='client.288216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:34.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:34 smithi079 bash[28699]: cluster 2023-12-07T23:11:32.682780+0000 mgr.a (mgr.14403) 14329 : cluster 0 pgmap v10697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:34.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:34 smithi079 bash[28699]: audit 2023-12-07T23:11:33.665182+0000 mon.a (mon.0) 2424 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:11:34.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:34 smithi079 bash[28699]: audit 2023-12-07T23:11:34.399105+0000 mon.a (mon.0) 2425 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:11:34.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:34 smithi079 bash[28699]: audit 2023-12-07T23:11:34.400756+0000 mon.a (mon.0) 2426 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:11:34.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:34 smithi079 bash[28699]: audit 2023-12-07T23:11:34.408863+0000 mon.a (mon.0) 2427 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:11:34.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:34 smithi194 bash[32038]: cluster 2023-12-07T23:11:32.682780+0000 mgr.a (mgr.14403) 14329 : cluster 0 pgmap v10697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:34.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:34 smithi194 bash[32038]: audit 2023-12-07T23:11:33.665182+0000 mon.a (mon.0) 2424 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:11:34.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:34 smithi194 bash[32038]: audit 2023-12-07T23:11:34.399105+0000 mon.a (mon.0) 2425 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:11:34.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:34 smithi194 bash[32038]: audit 2023-12-07T23:11:34.400756+0000 mon.a (mon.0) 2426 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:11:34.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:34 smithi194 bash[32038]: audit 2023-12-07T23:11:34.408863+0000 mon.a (mon.0) 2427 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:11:34.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:34 smithi135 bash[32435]: cluster 2023-12-07T23:11:32.682780+0000 mgr.a (mgr.14403) 14329 : cluster 0 pgmap v10697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:34.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:34 smithi135 bash[32435]: audit 2023-12-07T23:11:33.665182+0000 mon.a (mon.0) 2424 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:11:34.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:34 smithi135 bash[32435]: audit 2023-12-07T23:11:34.399105+0000 mon.a (mon.0) 2425 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:11:34.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:34 smithi135 bash[32435]: audit 2023-12-07T23:11:34.400756+0000 mon.a (mon.0) 2426 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:11:34.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:34 smithi135 bash[32435]: audit 2023-12-07T23:11:34.408863+0000 mon.a (mon.0) 2427 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:11:36.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:36 smithi079 bash[28699]: cluster 2023-12-07T23:11:34.683730+0000 mgr.a (mgr.14403) 14330 : cluster 0 pgmap v10698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:36.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:36 smithi194 bash[32038]: cluster 2023-12-07T23:11:34.683730+0000 mgr.a (mgr.14403) 14330 : cluster 0 pgmap v10698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:36.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:36 smithi135 bash[32435]: cluster 2023-12-07T23:11:34.683730+0000 mgr.a (mgr.14403) 14330 : cluster 0 pgmap v10698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:11:37.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:11:37.699 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:37.699 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:38.572 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:11:38.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:38.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:38.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:38.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:11:38.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:38 smithi079 bash[28699]: cluster 2023-12-07T23:11:36.684307+0000 mgr.a (mgr.14403) 14331 : cluster 0 pgmap v10699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:38.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:38 smithi194 bash[32038]: cluster 2023-12-07T23:11:36.684307+0000 mgr.a (mgr.14403) 14331 : cluster 0 pgmap v10699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:38.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:38 smithi135 bash[32435]: cluster 2023-12-07T23:11:36.684307+0000 mgr.a (mgr.14403) 14331 : cluster 0 pgmap v10699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:39.888 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:39 smithi079 bash[28699]: audit 2023-12-07T23:11:38.099655+0000 mgr.a (mgr.14403) 14332 : audit 0 from='client.288288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:39.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:39 smithi194 bash[32038]: audit 2023-12-07T23:11:38.099655+0000 mgr.a (mgr.14403) 14332 : audit 0 from='client.288288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:39.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:39 smithi135 bash[32435]: audit 2023-12-07T23:11:38.099655+0000 mgr.a (mgr.14403) 14332 : audit 0 from='client.288288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:40.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:40 smithi079 bash[28699]: cluster 2023-12-07T23:11:38.685395+0000 mgr.a (mgr.14403) 14333 : cluster 0 pgmap v10700: 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-07T23:11:40.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:40 smithi194 bash[32038]: cluster 2023-12-07T23:11:38.685395+0000 mgr.a (mgr.14403) 14333 : cluster 0 pgmap v10700: 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-07T23:11:40.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:40 smithi135 bash[32435]: cluster 2023-12-07T23:11:38.685395+0000 mgr.a (mgr.14403) 14333 : cluster 0 pgmap v10700: 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-07T23:11:41.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:41 smithi194 bash[32038]: cluster 2023-12-07T23:11:40.686113+0000 mgr.a (mgr.14403) 14334 : cluster 0 pgmap v10701: 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-07T23:11:41.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:41 smithi135 bash[32435]: cluster 2023-12-07T23:11:40.686113+0000 mgr.a (mgr.14403) 14334 : cluster 0 pgmap v10701: 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-07T23:11:42.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:41 smithi079 bash[28699]: cluster 2023-12-07T23:11:40.686113+0000 mgr.a (mgr.14403) 14334 : cluster 0 pgmap v10701: 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-07T23:11:43.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:11:43.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:43.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:44.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:43 smithi079 bash[28699]: cluster 2023-12-07T23:11:42.686831+0000 mgr.a (mgr.14403) 14335 : cluster 0 pgmap v10702: 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-07T23:11:44.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:43 smithi194 bash[32038]: cluster 2023-12-07T23:11:42.686831+0000 mgr.a (mgr.14403) 14335 : cluster 0 pgmap v10702: 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-07T23:11:44.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:43 smithi135 bash[32435]: cluster 2023-12-07T23:11:42.686831+0000 mgr.a (mgr.14403) 14335 : cluster 0 pgmap v10702: 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-07T23:11:44.490 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:11:44.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:44.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:44.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:44.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:11:45.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:44 smithi079 bash[28699]: audit 2023-12-07T23:11:43.991409+0000 mgr.a (mgr.14403) 14336 : audit 0 from='client.288360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:45.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:44 smithi194 bash[32038]: audit 2023-12-07T23:11:43.991409+0000 mgr.a (mgr.14403) 14336 : audit 0 from='client.288360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:45.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:44 smithi135 bash[32435]: audit 2023-12-07T23:11:43.991409+0000 mgr.a (mgr.14403) 14336 : audit 0 from='client.288360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:46.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:46 smithi079 bash[28699]: cluster 2023-12-07T23:11:44.687927+0000 mgr.a (mgr.14403) 14337 : cluster 0 pgmap v10703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:46.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:46 smithi194 bash[32038]: cluster 2023-12-07T23:11:44.687927+0000 mgr.a (mgr.14403) 14337 : cluster 0 pgmap v10703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:46.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:46 smithi135 bash[32435]: cluster 2023-12-07T23:11:44.687927+0000 mgr.a (mgr.14403) 14337 : cluster 0 pgmap v10703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:48.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:48 smithi079 bash[28699]: cluster 2023-12-07T23:11:46.688526+0000 mgr.a (mgr.14403) 14338 : cluster 0 pgmap v10704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:48.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:48 smithi194 bash[32038]: cluster 2023-12-07T23:11:46.688526+0000 mgr.a (mgr.14403) 14338 : cluster 0 pgmap v10704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:48.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:48 smithi135 bash[32435]: cluster 2023-12-07T23:11:46.688526+0000 mgr.a (mgr.14403) 14338 : cluster 0 pgmap v10704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:11:49.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:11:49.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:49.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:50.386 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:11:50.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:50.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:50.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:50.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:11:50.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:50 smithi079 bash[28699]: cluster 2023-12-07T23:11:48.689295+0000 mgr.a (mgr.14403) 14339 : cluster 0 pgmap v10705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:50.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:50 smithi194 bash[32038]: cluster 2023-12-07T23:11:48.689295+0000 mgr.a (mgr.14403) 14339 : cluster 0 pgmap v10705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:50.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:50 smithi135 bash[32435]: cluster 2023-12-07T23:11:48.689295+0000 mgr.a (mgr.14403) 14339 : cluster 0 pgmap v10705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:51.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:51 smithi079 bash[28699]: audit 2023-12-07T23:11:49.908159+0000 mgr.a (mgr.14403) 14340 : audit 0 from='client.288429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:51.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:51 smithi194 bash[32038]: audit 2023-12-07T23:11:49.908159+0000 mgr.a (mgr.14403) 14340 : audit 0 from='client.288429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:51.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:51 smithi135 bash[32435]: audit 2023-12-07T23:11:49.908159+0000 mgr.a (mgr.14403) 14340 : audit 0 from='client.288429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:52.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:52 smithi079 bash[28699]: cluster 2023-12-07T23:11:50.689946+0000 mgr.a (mgr.14403) 14341 : cluster 0 pgmap v10706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:11:52.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:52 smithi194 bash[32038]: cluster 2023-12-07T23:11:50.689946+0000 mgr.a (mgr.14403) 14341 : cluster 0 pgmap v10706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:11:52.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:52 smithi135 bash[32435]: cluster 2023-12-07T23:11:50.689946+0000 mgr.a (mgr.14403) 14341 : cluster 0 pgmap v10706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:11:54.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:54 smithi079 bash[28699]: cluster 2023-12-07T23:11:52.690527+0000 mgr.a (mgr.14403) 14342 : cluster 0 pgmap v10707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:11:54.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:54 smithi194 bash[32038]: cluster 2023-12-07T23:11:52.690527+0000 mgr.a (mgr.14403) 14342 : cluster 0 pgmap v10707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:11:54.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:54 smithi135 bash[32435]: cluster 2023-12-07T23:11:52.690527+0000 mgr.a (mgr.14403) 14342 : cluster 0 pgmap v10707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:11:55.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:11:55.390 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:11:55.390 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:11:56.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:11:56.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:11:56.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:11:56.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:11:56.300 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:11:56.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:56 smithi079 bash[28699]: cluster 2023-12-07T23:11:54.691333+0000 mgr.a (mgr.14403) 14343 : cluster 0 pgmap v10708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:11:56.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:56 smithi194 bash[32038]: cluster 2023-12-07T23:11:54.691333+0000 mgr.a (mgr.14403) 14343 : cluster 0 pgmap v10708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:11:56.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:56 smithi135 bash[32435]: cluster 2023-12-07T23:11:54.691333+0000 mgr.a (mgr.14403) 14343 : cluster 0 pgmap v10708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:11:57.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:57 smithi079 bash[28699]: audit 2023-12-07T23:11:55.804478+0000 mgr.a (mgr.14403) 14344 : audit 0 from='client.288507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:57.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:57 smithi194 bash[32038]: audit 2023-12-07T23:11:55.804478+0000 mgr.a (mgr.14403) 14344 : audit 0 from='client.288507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:57.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:57 smithi135 bash[32435]: audit 2023-12-07T23:11:55.804478+0000 mgr.a (mgr.14403) 14344 : audit 0 from='client.288507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:11:58.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:11:58 smithi079 bash[28699]: cluster 2023-12-07T23:11:56.691921+0000 mgr.a (mgr.14403) 14345 : cluster 0 pgmap v10709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:58.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:11:58 smithi194 bash[32038]: cluster 2023-12-07T23:11:56.691921+0000 mgr.a (mgr.14403) 14345 : cluster 0 pgmap v10709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:11:58.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:11:58 smithi135 bash[32435]: cluster 2023-12-07T23:11:56.691921+0000 mgr.a (mgr.14403) 14345 : cluster 0 pgmap v10709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:00.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:00 smithi079 bash[28699]: cluster 2023-12-07T23:11:58.692735+0000 mgr.a (mgr.14403) 14346 : cluster 0 pgmap v10710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:00.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:00 smithi194 bash[32038]: cluster 2023-12-07T23:11:58.692735+0000 mgr.a (mgr.14403) 14346 : cluster 0 pgmap v10710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:00.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:00 smithi135 bash[32435]: cluster 2023-12-07T23:11:58.692735+0000 mgr.a (mgr.14403) 14346 : cluster 0 pgmap v10710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:01.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:12:01.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:01.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:02.214 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:12:02.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:02.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:02.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:02.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:12:02.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:02 smithi079 bash[28699]: cluster 2023-12-07T23:12:00.693211+0000 mgr.a (mgr.14403) 14347 : cluster 0 pgmap v10711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:02.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:02 smithi194 bash[32038]: cluster 2023-12-07T23:12:00.693211+0000 mgr.a (mgr.14403) 14347 : cluster 0 pgmap v10711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:02.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:02 smithi135 bash[32435]: cluster 2023-12-07T23:12:00.693211+0000 mgr.a (mgr.14403) 14347 : cluster 0 pgmap v10711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:03.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:03 smithi079 bash[28699]: audit 2023-12-07T23:12:01.708246+0000 mgr.a (mgr.14403) 14348 : audit 0 from='client.288582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:03.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:03 smithi194 bash[32038]: audit 2023-12-07T23:12:01.708246+0000 mgr.a (mgr.14403) 14348 : audit 0 from='client.288582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:03.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:03 smithi135 bash[32435]: audit 2023-12-07T23:12:01.708246+0000 mgr.a (mgr.14403) 14348 : audit 0 from='client.288582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:04.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:04 smithi079 bash[28699]: cluster 2023-12-07T23:12:02.693869+0000 mgr.a (mgr.14403) 14349 : cluster 0 pgmap v10712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:04.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:04 smithi194 bash[32038]: cluster 2023-12-07T23:12:02.693869+0000 mgr.a (mgr.14403) 14349 : cluster 0 pgmap v10712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:04.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:04 smithi135 bash[32435]: cluster 2023-12-07T23:12:02.693869+0000 mgr.a (mgr.14403) 14349 : cluster 0 pgmap v10712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:06.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:06 smithi079 bash[28699]: cluster 2023-12-07T23:12:04.694672+0000 mgr.a (mgr.14403) 14350 : cluster 0 pgmap v10713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:06.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:06 smithi194 bash[32038]: cluster 2023-12-07T23:12:04.694672+0000 mgr.a (mgr.14403) 14350 : cluster 0 pgmap v10713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:06.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:06 smithi135 bash[32435]: cluster 2023-12-07T23:12:04.694672+0000 mgr.a (mgr.14403) 14350 : cluster 0 pgmap v10713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:07.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:12:07.217 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:07.217 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:07.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:07 smithi194 bash[32038]: cluster 2023-12-07T23:12:06.695231+0000 mgr.a (mgr.14403) 14351 : cluster 0 pgmap v10714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:07.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:07 smithi135 bash[32435]: cluster 2023-12-07T23:12:06.695231+0000 mgr.a (mgr.14403) 14351 : cluster 0 pgmap v10714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:08.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:08.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:08.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:08.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:12:08.093 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:12:08.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:07 smithi079 bash[28699]: cluster 2023-12-07T23:12:06.695231+0000 mgr.a (mgr.14403) 14351 : cluster 0 pgmap v10714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:08.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:08 smithi194 bash[32038]: audit 2023-12-07T23:12:07.617956+0000 mgr.a (mgr.14403) 14352 : audit 0 from='client.288660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:08.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:08 smithi135 bash[32435]: audit 2023-12-07T23:12:07.617956+0000 mgr.a (mgr.14403) 14352 : audit 0 from='client.288660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:09.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:08 smithi079 bash[28699]: audit 2023-12-07T23:12:07.617956+0000 mgr.a (mgr.14403) 14352 : audit 0 from='client.288660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:09.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:09 smithi194 bash[32038]: cluster 2023-12-07T23:12:08.696029+0000 mgr.a (mgr.14403) 14353 : cluster 0 pgmap v10715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:09.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:09 smithi135 bash[32435]: cluster 2023-12-07T23:12:08.696029+0000 mgr.a (mgr.14403) 14353 : cluster 0 pgmap v10715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:10.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:09 smithi079 bash[28699]: cluster 2023-12-07T23:12:08.696029+0000 mgr.a (mgr.14403) 14353 : cluster 0 pgmap v10715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:12.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:12 smithi079 bash[28699]: cluster 2023-12-07T23:12:10.696557+0000 mgr.a (mgr.14403) 14354 : cluster 0 pgmap v10716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:12.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:12 smithi194 bash[32038]: cluster 2023-12-07T23:12:10.696557+0000 mgr.a (mgr.14403) 14354 : cluster 0 pgmap v10716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:12.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:12 smithi135 bash[32435]: cluster 2023-12-07T23:12:10.696557+0000 mgr.a (mgr.14403) 14354 : cluster 0 pgmap v10716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:13.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:12:13.096 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:13.096 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:13.948 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:12:13.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:13.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:13.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:13.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:12:14.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:14 smithi079 bash[28699]: cluster 2023-12-07T23:12:12.697124+0000 mgr.a (mgr.14403) 14355 : cluster 0 pgmap v10717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:14.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:14 smithi079 bash[28699]: audit 2023-12-07T23:12:13.496168+0000 mgr.a (mgr.14403) 14356 : audit 0 from='client.288732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:14.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:14 smithi194 bash[32038]: cluster 2023-12-07T23:12:12.697124+0000 mgr.a (mgr.14403) 14355 : cluster 0 pgmap v10717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:14.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:14 smithi194 bash[32038]: audit 2023-12-07T23:12:13.496168+0000 mgr.a (mgr.14403) 14356 : audit 0 from='client.288732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:14.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:14 smithi135 bash[32435]: cluster 2023-12-07T23:12:12.697124+0000 mgr.a (mgr.14403) 14355 : cluster 0 pgmap v10717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:14.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:14 smithi135 bash[32435]: audit 2023-12-07T23:12:13.496168+0000 mgr.a (mgr.14403) 14356 : audit 0 from='client.288732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:16.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:16 smithi079 bash[28699]: cluster 2023-12-07T23:12:14.698075+0000 mgr.a (mgr.14403) 14357 : cluster 0 pgmap v10718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:16.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:16 smithi194 bash[32038]: cluster 2023-12-07T23:12:14.698075+0000 mgr.a (mgr.14403) 14357 : cluster 0 pgmap v10718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:16.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:16 smithi135 bash[32435]: cluster 2023-12-07T23:12:14.698075+0000 mgr.a (mgr.14403) 14357 : cluster 0 pgmap v10718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:18.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:18 smithi079 bash[28699]: cluster 2023-12-07T23:12:16.698655+0000 mgr.a (mgr.14403) 14358 : cluster 0 pgmap v10719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:18.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:18 smithi194 bash[32038]: cluster 2023-12-07T23:12:16.698655+0000 mgr.a (mgr.14403) 14358 : cluster 0 pgmap v10719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:18.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:18 smithi135 bash[32435]: cluster 2023-12-07T23:12:16.698655+0000 mgr.a (mgr.14403) 14358 : cluster 0 pgmap v10719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:18.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:12:18.952 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:18.952 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:19.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:19.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:19.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:19.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:12:19.847 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:12:20.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:20 smithi079 bash[28699]: cluster 2023-12-07T23:12:18.699377+0000 mgr.a (mgr.14403) 14359 : cluster 0 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-07T23:12:20.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:20 smithi079 bash[28699]: audit 2023-12-07T23:12:19.357237+0000 mgr.a (mgr.14403) 14360 : audit 0 from='client.288807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:20.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:20 smithi194 bash[32038]: cluster 2023-12-07T23:12:18.699377+0000 mgr.a (mgr.14403) 14359 : cluster 0 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-07T23:12:20.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:20 smithi194 bash[32038]: audit 2023-12-07T23:12:19.357237+0000 mgr.a (mgr.14403) 14360 : audit 0 from='client.288807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:20.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:20 smithi135 bash[32435]: cluster 2023-12-07T23:12:18.699377+0000 mgr.a (mgr.14403) 14359 : cluster 0 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-07T23:12:20.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:20 smithi135 bash[32435]: audit 2023-12-07T23:12:19.357237+0000 mgr.a (mgr.14403) 14360 : audit 0 from='client.288807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:22.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:22 smithi079 bash[28699]: cluster 2023-12-07T23:12:20.699988+0000 mgr.a (mgr.14403) 14361 : cluster 0 pgmap v10721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:22.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:22 smithi194 bash[32038]: cluster 2023-12-07T23:12:20.699988+0000 mgr.a (mgr.14403) 14361 : cluster 0 pgmap v10721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:22.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:22 smithi135 bash[32435]: cluster 2023-12-07T23:12:20.699988+0000 mgr.a (mgr.14403) 14361 : cluster 0 pgmap v10721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:24.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:12:24.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:24.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:24.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:24 smithi079 bash[28699]: cluster 2023-12-07T23:12:22.700570+0000 mgr.a (mgr.14403) 14362 : cluster 0 pgmap v10722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:24.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:24 smithi194 bash[32038]: cluster 2023-12-07T23:12:22.700570+0000 mgr.a (mgr.14403) 14362 : cluster 0 pgmap v10722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:24.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:24 smithi135 bash[32435]: cluster 2023-12-07T23:12:22.700570+0000 mgr.a (mgr.14403) 14362 : cluster 0 pgmap v10722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:25.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:25.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:25.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:25.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:12:25.766 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:12:26.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:26 smithi079 bash[28699]: cluster 2023-12-07T23:12:24.701555+0000 mgr.a (mgr.14403) 14363 : cluster 0 pgmap v10723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:26.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:26 smithi079 bash[28699]: audit 2023-12-07T23:12:25.262002+0000 mgr.a (mgr.14403) 14364 : audit 0 from='client.288882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:26.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:26 smithi194 bash[32038]: cluster 2023-12-07T23:12:24.701555+0000 mgr.a (mgr.14403) 14363 : cluster 0 pgmap v10723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:26.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:26 smithi194 bash[32038]: audit 2023-12-07T23:12:25.262002+0000 mgr.a (mgr.14403) 14364 : audit 0 from='client.288882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:26.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:26 smithi135 bash[32435]: cluster 2023-12-07T23:12:24.701555+0000 mgr.a (mgr.14403) 14363 : cluster 0 pgmap v10723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:26.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:26 smithi135 bash[32435]: audit 2023-12-07T23:12:25.262002+0000 mgr.a (mgr.14403) 14364 : audit 0 from='client.288882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:28.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:28 smithi079 bash[28699]: cluster 2023-12-07T23:12:26.702273+0000 mgr.a (mgr.14403) 14365 : cluster 0 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-07T23:12:28.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:28 smithi194 bash[32038]: cluster 2023-12-07T23:12:26.702273+0000 mgr.a (mgr.14403) 14365 : cluster 0 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-07T23:12:28.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:28 smithi135 bash[32435]: cluster 2023-12-07T23:12:26.702273+0000 mgr.a (mgr.14403) 14365 : cluster 0 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-07T23:12:30.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:12:30.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:30.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:30.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:30 smithi079 bash[28699]: cluster 2023-12-07T23:12:28.703085+0000 mgr.a (mgr.14403) 14366 : cluster 0 pgmap v10725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:30.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:30 smithi194 bash[32038]: cluster 2023-12-07T23:12:28.703085+0000 mgr.a (mgr.14403) 14366 : cluster 0 pgmap v10725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:30.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:30 smithi135 bash[32435]: cluster 2023-12-07T23:12:28.703085+0000 mgr.a (mgr.14403) 14366 : cluster 0 pgmap v10725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:31.692 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:12:31.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:31.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:31.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:31.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:12:32.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:32 smithi079 bash[28699]: cluster 2023-12-07T23:12:30.703693+0000 mgr.a (mgr.14403) 14367 : cluster 0 pgmap v10726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:32.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:32 smithi079 bash[28699]: audit 2023-12-07T23:12:31.182032+0000 mgr.a (mgr.14403) 14368 : audit 0 from='client.288960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:32.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:32 smithi194 bash[32038]: cluster 2023-12-07T23:12:30.703693+0000 mgr.a (mgr.14403) 14367 : cluster 0 pgmap v10726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:32.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:32 smithi194 bash[32038]: audit 2023-12-07T23:12:31.182032+0000 mgr.a (mgr.14403) 14368 : audit 0 from='client.288960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:32.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:32 smithi135 bash[32435]: cluster 2023-12-07T23:12:30.703693+0000 mgr.a (mgr.14403) 14367 : cluster 0 pgmap v10726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:32.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:32 smithi135 bash[32435]: audit 2023-12-07T23:12:31.182032+0000 mgr.a (mgr.14403) 14368 : audit 0 from='client.288960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:33.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:33 smithi194 bash[32038]: cluster 2023-12-07T23:12:32.704404+0000 mgr.a (mgr.14403) 14369 : cluster 0 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-07T23:12:33.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:33 smithi135 bash[32435]: cluster 2023-12-07T23:12:32.704404+0000 mgr.a (mgr.14403) 14369 : cluster 0 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-07T23:12:34.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:33 smithi079 bash[28699]: cluster 2023-12-07T23:12:32.704404+0000 mgr.a (mgr.14403) 14369 : cluster 0 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-07T23:12:34.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:34 smithi194 bash[32038]: audit 2023-12-07T23:12:34.511149+0000 mon.a (mon.0) 2428 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:12:34.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:34 smithi135 bash[32435]: audit 2023-12-07T23:12:34.511149+0000 mon.a (mon.0) 2428 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:12:35.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:34 smithi079 bash[28699]: audit 2023-12-07T23:12:34.511149+0000 mon.a (mon.0) 2428 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:12:36.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:36 smithi079 bash[28699]: cluster 2023-12-07T23:12:34.705269+0000 mgr.a (mgr.14403) 14370 : cluster 0 pgmap v10728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:36.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:36 smithi079 bash[28699]: audit 2023-12-07T23:12:35.044267+0000 mon.a (mon.0) 2429 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:12:36.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:36 smithi079 bash[28699]: audit 2023-12-07T23:12:35.055434+0000 mon.a (mon.0) 2430 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:12:36.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:36 smithi079 bash[28699]: audit 2023-12-07T23:12:35.754245+0000 mon.a (mon.0) 2431 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:12:36.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:36 smithi079 bash[28699]: audit 2023-12-07T23:12:35.755865+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:12:36.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:36 smithi079 bash[28699]: audit 2023-12-07T23:12:35.764468+0000 mon.a (mon.0) 2433 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:12:36.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:36 smithi194 bash[32038]: cluster 2023-12-07T23:12:34.705269+0000 mgr.a (mgr.14403) 14370 : cluster 0 pgmap v10728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:36.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:36 smithi194 bash[32038]: audit 2023-12-07T23:12:35.044267+0000 mon.a (mon.0) 2429 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:12:36.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:36 smithi194 bash[32038]: audit 2023-12-07T23:12:35.055434+0000 mon.a (mon.0) 2430 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:12:36.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:36 smithi194 bash[32038]: audit 2023-12-07T23:12:35.754245+0000 mon.a (mon.0) 2431 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:12:36.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:36 smithi194 bash[32038]: audit 2023-12-07T23:12:35.755865+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:12:36.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:36 smithi194 bash[32038]: audit 2023-12-07T23:12:35.764468+0000 mon.a (mon.0) 2433 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:12:36.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:36 smithi135 bash[32435]: cluster 2023-12-07T23:12:34.705269+0000 mgr.a (mgr.14403) 14370 : cluster 0 pgmap v10728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:36.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:36 smithi135 bash[32435]: audit 2023-12-07T23:12:35.044267+0000 mon.a (mon.0) 2429 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:12:36.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:36 smithi135 bash[32435]: audit 2023-12-07T23:12:35.055434+0000 mon.a (mon.0) 2430 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:12:36.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:36 smithi135 bash[32435]: audit 2023-12-07T23:12:35.754245+0000 mon.a (mon.0) 2431 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:12:36.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:36 smithi135 bash[32435]: audit 2023-12-07T23:12:35.755865+0000 mon.a (mon.0) 2432 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:12:36.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:36 smithi135 bash[32435]: audit 2023-12-07T23:12:35.764468+0000 mon.a (mon.0) 2433 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:12:36.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:12:36.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:36.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:37.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:37.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:37.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:37.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:12:37.613 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:12:38.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:38 smithi079 bash[28699]: cluster 2023-12-07T23:12:36.705704+0000 mgr.a (mgr.14403) 14371 : cluster 0 pgmap v10729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:38.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:38 smithi079 bash[28699]: audit 2023-12-07T23:12:37.103843+0000 mgr.a (mgr.14403) 14372 : audit 0 from='client.289038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:38.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:38 smithi194 bash[32038]: cluster 2023-12-07T23:12:36.705704+0000 mgr.a (mgr.14403) 14371 : cluster 0 pgmap v10729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:38.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:38 smithi194 bash[32038]: audit 2023-12-07T23:12:37.103843+0000 mgr.a (mgr.14403) 14372 : audit 0 from='client.289038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:38.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:38 smithi135 bash[32435]: cluster 2023-12-07T23:12:36.705704+0000 mgr.a (mgr.14403) 14371 : cluster 0 pgmap v10729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:38.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:38 smithi135 bash[32435]: audit 2023-12-07T23:12:37.103843+0000 mgr.a (mgr.14403) 14372 : audit 0 from='client.289038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:40.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:40 smithi079 bash[28699]: cluster 2023-12-07T23:12:38.706574+0000 mgr.a (mgr.14403) 14373 : cluster 0 pgmap v10730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:40.445 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:40 smithi194 bash[32038]: cluster 2023-12-07T23:12:38.706574+0000 mgr.a (mgr.14403) 14373 : cluster 0 pgmap v10730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:40.449 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:40 smithi135 bash[32435]: cluster 2023-12-07T23:12:38.706574+0000 mgr.a (mgr.14403) 14373 : cluster 0 pgmap v10730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:42.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:12:42.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:42.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:42.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:42 smithi079 bash[28699]: cluster 2023-12-07T23:12:40.707164+0000 mgr.a (mgr.14403) 14374 : cluster 0 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-07T23:12:42.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:42 smithi194 bash[32038]: cluster 2023-12-07T23:12:40.707164+0000 mgr.a (mgr.14403) 14374 : cluster 0 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-07T23:12:42.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:42 smithi135 bash[32435]: cluster 2023-12-07T23:12:40.707164+0000 mgr.a (mgr.14403) 14374 : cluster 0 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-07T23:12:43.533 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:12:43.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:43.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:43.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:43.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:12:44.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:44 smithi079 bash[28699]: cluster 2023-12-07T23:12:42.707716+0000 mgr.a (mgr.14403) 14375 : cluster 0 pgmap v10732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:44.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:44 smithi079 bash[28699]: audit 2023-12-07T23:12:43.033828+0000 mgr.a (mgr.14403) 14376 : audit 0 from='client.289116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:44.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:44 smithi194 bash[32038]: cluster 2023-12-07T23:12:42.707716+0000 mgr.a (mgr.14403) 14375 : cluster 0 pgmap v10732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:44.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:44 smithi194 bash[32038]: audit 2023-12-07T23:12:43.033828+0000 mgr.a (mgr.14403) 14376 : audit 0 from='client.289116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:44.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:44 smithi135 bash[32435]: cluster 2023-12-07T23:12:42.707716+0000 mgr.a (mgr.14403) 14375 : cluster 0 pgmap v10732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:44.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:44 smithi135 bash[32435]: audit 2023-12-07T23:12:43.033828+0000 mgr.a (mgr.14403) 14376 : audit 0 from='client.289116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:46.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:46 smithi079 bash[28699]: cluster 2023-12-07T23:12:44.708678+0000 mgr.a (mgr.14403) 14377 : cluster 0 pgmap v10733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:46.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:46 smithi194 bash[32038]: cluster 2023-12-07T23:12:44.708678+0000 mgr.a (mgr.14403) 14377 : cluster 0 pgmap v10733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:46.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:46 smithi135 bash[32435]: cluster 2023-12-07T23:12:44.708678+0000 mgr.a (mgr.14403) 14377 : cluster 0 pgmap v10733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:12:48.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:12:48.537 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:48.537 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:48.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:48 smithi079 bash[28699]: cluster 2023-12-07T23:12:46.709234+0000 mgr.a (mgr.14403) 14378 : cluster 0 pgmap v10734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:48.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:48 smithi194 bash[32038]: cluster 2023-12-07T23:12:46.709234+0000 mgr.a (mgr.14403) 14378 : cluster 0 pgmap v10734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:48.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:48 smithi135 bash[32435]: cluster 2023-12-07T23:12:46.709234+0000 mgr.a (mgr.14403) 14378 : cluster 0 pgmap v10734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:49.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:49.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:49.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:49.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:12:49.469 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:12:50.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:50 smithi079 bash[28699]: cluster 2023-12-07T23:12:48.710004+0000 mgr.a (mgr.14403) 14379 : cluster 0 pgmap v10735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:50.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:50 smithi079 bash[28699]: audit 2023-12-07T23:12:48.951858+0000 mgr.a (mgr.14403) 14380 : audit 0 from='client.289194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:50.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:50 smithi194 bash[32038]: cluster 2023-12-07T23:12:48.710004+0000 mgr.a (mgr.14403) 14379 : cluster 0 pgmap v10735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:50.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:50 smithi194 bash[32038]: audit 2023-12-07T23:12:48.951858+0000 mgr.a (mgr.14403) 14380 : audit 0 from='client.289194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:50.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:50 smithi135 bash[32435]: cluster 2023-12-07T23:12:48.710004+0000 mgr.a (mgr.14403) 14379 : cluster 0 pgmap v10735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:50.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:50 smithi135 bash[32435]: audit 2023-12-07T23:12:48.951858+0000 mgr.a (mgr.14403) 14380 : audit 0 from='client.289194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:52.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:52 smithi079 bash[28699]: cluster 2023-12-07T23:12:50.710714+0000 mgr.a (mgr.14403) 14381 : cluster 0 pgmap v10736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:52.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:52 smithi194 bash[32038]: cluster 2023-12-07T23:12:50.710714+0000 mgr.a (mgr.14403) 14381 : cluster 0 pgmap v10736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:52.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:52 smithi135 bash[32435]: cluster 2023-12-07T23:12:50.710714+0000 mgr.a (mgr.14403) 14381 : cluster 0 pgmap v10736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:54.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:12:54.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:12:54.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:12:54.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:54 smithi079 bash[28699]: cluster 2023-12-07T23:12:52.711325+0000 mgr.a (mgr.14403) 14382 : cluster 0 pgmap v10737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:54.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:54 smithi194 bash[32038]: cluster 2023-12-07T23:12:52.711325+0000 mgr.a (mgr.14403) 14382 : cluster 0 pgmap v10737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:54.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:54 smithi135 bash[32435]: cluster 2023-12-07T23:12:52.711325+0000 mgr.a (mgr.14403) 14382 : cluster 0 pgmap v10737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:55.370 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:12:55.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:12:55.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:12:55.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:12:55.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:12:56.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:56 smithi079 bash[28699]: cluster 2023-12-07T23:12:54.712053+0000 mgr.a (mgr.14403) 14383 : cluster 0 pgmap v10738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:56.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:56 smithi079 bash[28699]: audit 2023-12-07T23:12:54.871407+0000 mgr.a (mgr.14403) 14384 : audit 0 from='client.289272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:56.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:56 smithi194 bash[32038]: cluster 2023-12-07T23:12:54.712053+0000 mgr.a (mgr.14403) 14383 : cluster 0 pgmap v10738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:56.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:56 smithi194 bash[32038]: audit 2023-12-07T23:12:54.871407+0000 mgr.a (mgr.14403) 14384 : audit 0 from='client.289272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:56.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:56 smithi135 bash[32435]: cluster 2023-12-07T23:12:54.712053+0000 mgr.a (mgr.14403) 14383 : cluster 0 pgmap v10738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:12:56.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:56 smithi135 bash[32435]: audit 2023-12-07T23:12:54.871407+0000 mgr.a (mgr.14403) 14384 : audit 0 from='client.289272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:12:58.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:58 smithi079 bash[28699]: cluster 2023-12-07T23:12:56.712651+0000 mgr.a (mgr.14403) 14385 : cluster 0 pgmap v10739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:58.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:58 smithi194 bash[32038]: cluster 2023-12-07T23:12:56.712651+0000 mgr.a (mgr.14403) 14385 : cluster 0 pgmap v10739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:58.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:58 smithi135 bash[32435]: cluster 2023-12-07T23:12:56.712651+0000 mgr.a (mgr.14403) 14385 : cluster 0 pgmap v10739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:12:59.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:12:59 smithi194 bash[32038]: cluster 2023-12-07T23:12:58.713430+0000 mgr.a (mgr.14403) 14386 : cluster 0 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-07T23:12:59.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:12:59 smithi135 bash[32435]: cluster 2023-12-07T23:12:58.713430+0000 mgr.a (mgr.14403) 14386 : cluster 0 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-07T23:13:00.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:12:59 smithi079 bash[28699]: cluster 2023-12-07T23:12:58.713430+0000 mgr.a (mgr.14403) 14386 : cluster 0 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-07T23:13:00.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:13:00.373 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:00.373 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:01.304 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:13:01.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:01.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:01.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:01.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:13:02.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:02 smithi079 bash[28699]: cluster 2023-12-07T23:13:00.714014+0000 mgr.a (mgr.14403) 14387 : cluster 0 pgmap v10741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:02.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:02 smithi079 bash[28699]: audit 2023-12-07T23:13:00.787349+0000 mgr.a (mgr.14403) 14388 : audit 0 from='client.289344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:02.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:02 smithi194 bash[32038]: cluster 2023-12-07T23:13:00.714014+0000 mgr.a (mgr.14403) 14387 : cluster 0 pgmap v10741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:02.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:02 smithi194 bash[32038]: audit 2023-12-07T23:13:00.787349+0000 mgr.a (mgr.14403) 14388 : audit 0 from='client.289344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:02.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:02 smithi135 bash[32435]: cluster 2023-12-07T23:13:00.714014+0000 mgr.a (mgr.14403) 14387 : cluster 0 pgmap v10741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:02.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:02 smithi135 bash[32435]: audit 2023-12-07T23:13:00.787349+0000 mgr.a (mgr.14403) 14388 : audit 0 from='client.289344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:04.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:04 smithi079 bash[28699]: cluster 2023-12-07T23:13:02.714713+0000 mgr.a (mgr.14403) 14389 : cluster 0 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-07T23:13:04.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:04 smithi194 bash[32038]: cluster 2023-12-07T23:13:02.714713+0000 mgr.a (mgr.14403) 14389 : cluster 0 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-07T23:13:04.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:04 smithi135 bash[32435]: cluster 2023-12-07T23:13:02.714713+0000 mgr.a (mgr.14403) 14389 : cluster 0 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-07T23:13:06.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:13:06.308 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:06.308 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:06.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:06 smithi079 bash[28699]: cluster 2023-12-07T23:13:04.715587+0000 mgr.a (mgr.14403) 14390 : cluster 0 pgmap v10743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:06.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:06 smithi194 bash[32038]: cluster 2023-12-07T23:13:04.715587+0000 mgr.a (mgr.14403) 14390 : cluster 0 pgmap v10743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:06.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:06 smithi135 bash[32435]: cluster 2023-12-07T23:13:04.715587+0000 mgr.a (mgr.14403) 14390 : cluster 0 pgmap v10743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:07.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:13:07.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:07.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:07.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:07.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:13:08.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:08 smithi079 bash[28699]: cluster 2023-12-07T23:13:06.715935+0000 mgr.a (mgr.14403) 14391 : cluster 0 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-07T23:13:08.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:08 smithi079 bash[28699]: audit 2023-12-07T23:13:06.725646+0000 mgr.a (mgr.14403) 14392 : audit 0 from='client.289422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:08.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:08 smithi194 bash[32038]: cluster 2023-12-07T23:13:06.715935+0000 mgr.a (mgr.14403) 14391 : cluster 0 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-07T23:13:08.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:08 smithi194 bash[32038]: audit 2023-12-07T23:13:06.725646+0000 mgr.a (mgr.14403) 14392 : audit 0 from='client.289422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:08.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:08 smithi135 bash[32435]: cluster 2023-12-07T23:13:06.715935+0000 mgr.a (mgr.14403) 14391 : cluster 0 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-07T23:13:08.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:08 smithi135 bash[32435]: audit 2023-12-07T23:13:06.725646+0000 mgr.a (mgr.14403) 14392 : audit 0 from='client.289422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:10.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:10 smithi079 bash[28699]: cluster 2023-12-07T23:13:08.716708+0000 mgr.a (mgr.14403) 14393 : cluster 0 pgmap v10745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:10.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:10 smithi194 bash[32038]: cluster 2023-12-07T23:13:08.716708+0000 mgr.a (mgr.14403) 14393 : cluster 0 pgmap v10745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:10.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:10 smithi135 bash[32435]: cluster 2023-12-07T23:13:08.716708+0000 mgr.a (mgr.14403) 14393 : cluster 0 pgmap v10745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:12.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:13:12.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:12.225 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:12.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:12 smithi079 bash[28699]: cluster 2023-12-07T23:13:10.717257+0000 mgr.a (mgr.14403) 14394 : cluster 0 pgmap v10746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:12.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:12 smithi194 bash[32038]: cluster 2023-12-07T23:13:10.717257+0000 mgr.a (mgr.14403) 14394 : cluster 0 pgmap v10746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:12.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:12 smithi135 bash[32435]: cluster 2023-12-07T23:13:10.717257+0000 mgr.a (mgr.14403) 14394 : cluster 0 pgmap v10746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:13.130 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:13:13.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:13.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:13.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:13.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:13:14.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:14 smithi079 bash[28699]: audit 2023-12-07T23:13:12.630581+0000 mgr.a (mgr.14403) 14395 : audit 0 from='client.289497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:14.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:14 smithi079 bash[28699]: cluster 2023-12-07T23:13:12.717774+0000 mgr.a (mgr.14403) 14396 : cluster 0 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-07T23:13:14.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:14 smithi194 bash[32038]: audit 2023-12-07T23:13:12.630581+0000 mgr.a (mgr.14403) 14395 : audit 0 from='client.289497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:14.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:14 smithi194 bash[32038]: cluster 2023-12-07T23:13:12.717774+0000 mgr.a (mgr.14403) 14396 : cluster 0 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-07T23:13:14.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:14 smithi135 bash[32435]: audit 2023-12-07T23:13:12.630581+0000 mgr.a (mgr.14403) 14395 : audit 0 from='client.289497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:14.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:14 smithi135 bash[32435]: cluster 2023-12-07T23:13:12.717774+0000 mgr.a (mgr.14403) 14396 : cluster 0 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-07T23:13:16.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:16 smithi079 bash[28699]: cluster 2023-12-07T23:13:14.718785+0000 mgr.a (mgr.14403) 14397 : cluster 0 pgmap v10748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:16.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:16 smithi194 bash[32038]: cluster 2023-12-07T23:13:14.718785+0000 mgr.a (mgr.14403) 14397 : cluster 0 pgmap v10748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:16.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:16 smithi135 bash[32435]: cluster 2023-12-07T23:13:14.718785+0000 mgr.a (mgr.14403) 14397 : cluster 0 pgmap v10748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:18.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:13:18.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:18.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:18.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:18 smithi079 bash[28699]: cluster 2023-12-07T23:13:16.719412+0000 mgr.a (mgr.14403) 14398 : cluster 0 pgmap v10749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:18.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:18 smithi194 bash[32038]: cluster 2023-12-07T23:13:16.719412+0000 mgr.a (mgr.14403) 14398 : cluster 0 pgmap v10749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:18.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:18 smithi135 bash[32435]: cluster 2023-12-07T23:13:16.719412+0000 mgr.a (mgr.14403) 14398 : cluster 0 pgmap v10749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:18.994 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:13:18.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:18.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:18.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:18.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:13:19.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:19 smithi079 bash[28699]: audit 2023-12-07T23:13:18.538353+0000 mgr.a (mgr.14403) 14399 : audit 0 from='client.289575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:19.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:19 smithi194 bash[32038]: audit 2023-12-07T23:13:18.538353+0000 mgr.a (mgr.14403) 14399 : audit 0 from='client.289575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:19.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:19 smithi135 bash[32435]: audit 2023-12-07T23:13:18.538353+0000 mgr.a (mgr.14403) 14399 : audit 0 from='client.289575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:20.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:20 smithi079 bash[28699]: cluster 2023-12-07T23:13:18.720078+0000 mgr.a (mgr.14403) 14400 : cluster 0 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-07T23:13:20.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:20 smithi194 bash[32038]: cluster 2023-12-07T23:13:18.720078+0000 mgr.a (mgr.14403) 14400 : cluster 0 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-07T23:13:20.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:20 smithi135 bash[32435]: cluster 2023-12-07T23:13:18.720078+0000 mgr.a (mgr.14403) 14400 : cluster 0 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-07T23:13:21.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:21 smithi079 bash[28699]: cluster 2023-12-07T23:13:20.720560+0000 mgr.a (mgr.14403) 14401 : cluster 0 pgmap v10751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:21.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:21 smithi194 bash[32038]: cluster 2023-12-07T23:13:20.720560+0000 mgr.a (mgr.14403) 14401 : cluster 0 pgmap v10751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:21.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:21 smithi135 bash[32435]: cluster 2023-12-07T23:13:20.720560+0000 mgr.a (mgr.14403) 14401 : cluster 0 pgmap v10751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:23.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:13:23.998 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:23.998 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:24.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:23 smithi079 bash[28699]: cluster 2023-12-07T23:13:22.721090+0000 mgr.a (mgr.14403) 14402 : cluster 0 pgmap v10752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:24.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:23 smithi194 bash[32038]: cluster 2023-12-07T23:13:22.721090+0000 mgr.a (mgr.14403) 14402 : cluster 0 pgmap v10752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:24.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:23 smithi135 bash[32435]: cluster 2023-12-07T23:13:22.721090+0000 mgr.a (mgr.14403) 14402 : cluster 0 pgmap v10752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:24.898 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:13:24.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:24.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:24.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:24.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:13:25.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:24 smithi079 bash[28699]: audit 2023-12-07T23:13:24.406736+0000 mgr.a (mgr.14403) 14403 : audit 0 from='client.289647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:25.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:24 smithi194 bash[32038]: audit 2023-12-07T23:13:24.406736+0000 mgr.a (mgr.14403) 14403 : audit 0 from='client.289647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:25.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:24 smithi135 bash[32435]: audit 2023-12-07T23:13:24.406736+0000 mgr.a (mgr.14403) 14403 : audit 0 from='client.289647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:26.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:26 smithi079 bash[28699]: cluster 2023-12-07T23:13:24.721857+0000 mgr.a (mgr.14403) 14404 : cluster 0 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-07T23:13:26.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:26 smithi194 bash[32038]: cluster 2023-12-07T23:13:24.721857+0000 mgr.a (mgr.14403) 14404 : cluster 0 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-07T23:13:26.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:26 smithi135 bash[32435]: cluster 2023-12-07T23:13:24.721857+0000 mgr.a (mgr.14403) 14404 : cluster 0 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-07T23:13:28.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:28 smithi079 bash[28699]: cluster 2023-12-07T23:13:26.722502+0000 mgr.a (mgr.14403) 14405 : cluster 0 pgmap v10754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:28.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:28 smithi194 bash[32038]: cluster 2023-12-07T23:13:26.722502+0000 mgr.a (mgr.14403) 14405 : cluster 0 pgmap v10754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:28.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:28 smithi135 bash[32435]: cluster 2023-12-07T23:13:26.722502+0000 mgr.a (mgr.14403) 14405 : cluster 0 pgmap v10754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:29.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:13:29.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:29.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:30.814 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:13:30.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:30.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:30.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:30.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:13:30.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:30 smithi079 bash[28699]: cluster 2023-12-07T23:13:28.723333+0000 mgr.a (mgr.14403) 14406 : cluster 0 pgmap v10755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:30.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:30 smithi194 bash[32038]: cluster 2023-12-07T23:13:28.723333+0000 mgr.a (mgr.14403) 14406 : cluster 0 pgmap v10755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:30.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:30 smithi135 bash[32435]: cluster 2023-12-07T23:13:28.723333+0000 mgr.a (mgr.14403) 14406 : cluster 0 pgmap v10755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:31.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:31 smithi079 bash[28699]: audit 2023-12-07T23:13:30.322850+0000 mgr.a (mgr.14403) 14407 : audit 0 from='client.289722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:31.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:31 smithi194 bash[32038]: audit 2023-12-07T23:13:30.322850+0000 mgr.a (mgr.14403) 14407 : audit 0 from='client.289722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:31.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:31 smithi135 bash[32435]: audit 2023-12-07T23:13:30.322850+0000 mgr.a (mgr.14403) 14407 : audit 0 from='client.289722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:32.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:32 smithi079 bash[28699]: cluster 2023-12-07T23:13:30.724004+0000 mgr.a (mgr.14403) 14408 : cluster 0 pgmap v10756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:32.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:32 smithi194 bash[32038]: cluster 2023-12-07T23:13:30.724004+0000 mgr.a (mgr.14403) 14408 : cluster 0 pgmap v10756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:32.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:32 smithi135 bash[32435]: cluster 2023-12-07T23:13:30.724004+0000 mgr.a (mgr.14403) 14408 : cluster 0 pgmap v10756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:34.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:34 smithi079 bash[28699]: cluster 2023-12-07T23:13:32.724605+0000 mgr.a (mgr.14403) 14409 : cluster 0 pgmap v10757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:34.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:34 smithi194 bash[32038]: cluster 2023-12-07T23:13:32.724605+0000 mgr.a (mgr.14403) 14409 : cluster 0 pgmap v10757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:34.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:34 smithi135 bash[32435]: cluster 2023-12-07T23:13:32.724605+0000 mgr.a (mgr.14403) 14409 : cluster 0 pgmap v10757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:35.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:13:35.818 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:35.818 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:36.719 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:13:36.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:36.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:36.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:36.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:13:36.924 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:36 smithi079 bash[28699]: cluster 2023-12-07T23:13:34.725514+0000 mgr.a (mgr.14403) 14410 : cluster 0 pgmap v10758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:36.924 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:36 smithi079 bash[28699]: audit 2023-12-07T23:13:35.867931+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:13:36.924 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:36 smithi079 bash[28699]: audit 2023-12-07T23:13:36.406736+0000 mon.a (mon.0) 2435 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:13:36.924 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:36 smithi079 bash[28699]: audit 2023-12-07T23:13:36.416421+0000 mon.a (mon.0) 2436 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:13:36.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:36 smithi194 bash[32038]: cluster 2023-12-07T23:13:34.725514+0000 mgr.a (mgr.14403) 14410 : cluster 0 pgmap v10758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:36.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:36 smithi194 bash[32038]: audit 2023-12-07T23:13:35.867931+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:13:36.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:36 smithi194 bash[32038]: audit 2023-12-07T23:13:36.406736+0000 mon.a (mon.0) 2435 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:13:36.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:36 smithi194 bash[32038]: audit 2023-12-07T23:13:36.416421+0000 mon.a (mon.0) 2436 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:13:36.969 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:36 smithi135 bash[32435]: cluster 2023-12-07T23:13:34.725514+0000 mgr.a (mgr.14403) 14410 : cluster 0 pgmap v10758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:36.970 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:36 smithi135 bash[32435]: audit 2023-12-07T23:13:35.867931+0000 mon.a (mon.0) 2434 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:13:36.970 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:36 smithi135 bash[32435]: audit 2023-12-07T23:13:36.406736+0000 mon.a (mon.0) 2435 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:13:36.970 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:36 smithi135 bash[32435]: audit 2023-12-07T23:13:36.416421+0000 mon.a (mon.0) 2436 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:13:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:37 smithi079 bash[28699]: audit 2023-12-07T23:13:36.236716+0000 mgr.a (mgr.14403) 14411 : audit 0 from='client.289797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:37 smithi079 bash[28699]: audit 2023-12-07T23:13:37.223124+0000 mon.a (mon.0) 2437 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:13:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:37 smithi079 bash[28699]: audit 2023-12-07T23:13:37.225314+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:13:37.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:37 smithi079 bash[28699]: audit 2023-12-07T23:13:37.234934+0000 mon.a (mon.0) 2439 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:13:37.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:37 smithi194 bash[32038]: audit 2023-12-07T23:13:36.236716+0000 mgr.a (mgr.14403) 14411 : audit 0 from='client.289797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:37.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:37 smithi194 bash[32038]: audit 2023-12-07T23:13:37.223124+0000 mon.a (mon.0) 2437 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:13:37.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:37 smithi194 bash[32038]: audit 2023-12-07T23:13:37.225314+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:13:37.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:37 smithi194 bash[32038]: audit 2023-12-07T23:13:37.234934+0000 mon.a (mon.0) 2439 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:13:37.971 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:37 smithi135 bash[32435]: audit 2023-12-07T23:13:36.236716+0000 mgr.a (mgr.14403) 14411 : audit 0 from='client.289797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:37.971 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:37 smithi135 bash[32435]: audit 2023-12-07T23:13:37.223124+0000 mon.a (mon.0) 2437 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:13:37.971 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:37 smithi135 bash[32435]: audit 2023-12-07T23:13:37.225314+0000 mon.a (mon.0) 2438 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:13:37.971 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:37 smithi135 bash[32435]: audit 2023-12-07T23:13:37.234934+0000 mon.a (mon.0) 2439 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:13:38.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:38 smithi079 bash[28699]: cluster 2023-12-07T23:13:36.726308+0000 mgr.a (mgr.14403) 14412 : cluster 0 pgmap v10759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:38.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:38 smithi194 bash[32038]: cluster 2023-12-07T23:13:36.726308+0000 mgr.a (mgr.14403) 14412 : cluster 0 pgmap v10759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:38.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:38 smithi135 bash[32435]: cluster 2023-12-07T23:13:36.726308+0000 mgr.a (mgr.14403) 14412 : cluster 0 pgmap v10759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:39.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:39 smithi079 bash[28699]: cluster 2023-12-07T23:13:38.727155+0000 mgr.a (mgr.14403) 14413 : cluster 0 pgmap v10760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:39.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:39 smithi194 bash[32038]: cluster 2023-12-07T23:13:38.727155+0000 mgr.a (mgr.14403) 14413 : cluster 0 pgmap v10760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:39.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:39 smithi135 bash[32435]: cluster 2023-12-07T23:13:38.727155+0000 mgr.a (mgr.14403) 14413 : cluster 0 pgmap v10760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:41.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:13:41.722 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:41.722 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:42.616 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:13:42.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:42.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:42.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:42.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:13:42.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:42 smithi079 bash[28699]: cluster 2023-12-07T23:13:40.727708+0000 mgr.a (mgr.14403) 14414 : cluster 0 pgmap v10761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:42.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:42 smithi194 bash[32038]: cluster 2023-12-07T23:13:40.727708+0000 mgr.a (mgr.14403) 14414 : cluster 0 pgmap v10761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:42.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:42 smithi135 bash[32435]: cluster 2023-12-07T23:13:40.727708+0000 mgr.a (mgr.14403) 14414 : cluster 0 pgmap v10761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:43.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:43 smithi079 bash[28699]: audit 2023-12-07T23:13:42.142197+0000 mgr.a (mgr.14403) 14415 : audit 0 from='client.289872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:43.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:43 smithi194 bash[32038]: audit 2023-12-07T23:13:42.142197+0000 mgr.a (mgr.14403) 14415 : audit 0 from='client.289872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:43.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:43 smithi135 bash[32435]: audit 2023-12-07T23:13:42.142197+0000 mgr.a (mgr.14403) 14415 : audit 0 from='client.289872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:44.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:44 smithi079 bash[28699]: cluster 2023-12-07T23:13:42.728549+0000 mgr.a (mgr.14403) 14416 : cluster 0 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-07T23:13:44.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:44 smithi194 bash[32038]: cluster 2023-12-07T23:13:42.728549+0000 mgr.a (mgr.14403) 14416 : cluster 0 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-07T23:13:44.951 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:44 smithi135 bash[32435]: cluster 2023-12-07T23:13:42.728549+0000 mgr.a (mgr.14403) 14416 : cluster 0 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-07T23:13:46.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:46 smithi079 bash[28699]: cluster 2023-12-07T23:13:44.729445+0000 mgr.a (mgr.14403) 14417 : cluster 0 pgmap v10763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:46.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:46 smithi194 bash[32038]: cluster 2023-12-07T23:13:44.729445+0000 mgr.a (mgr.14403) 14417 : cluster 0 pgmap v10763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:46.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:46 smithi135 bash[32435]: cluster 2023-12-07T23:13:44.729445+0000 mgr.a (mgr.14403) 14417 : cluster 0 pgmap v10763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:47.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:13:47.619 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:47.619 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:48.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:48.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:48.506 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:13:48.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:48.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:13:48.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:48 smithi079 bash[28699]: cluster 2023-12-07T23:13:46.729986+0000 mgr.a (mgr.14403) 14418 : cluster 0 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-07T23:13:48.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:48 smithi194 bash[32038]: cluster 2023-12-07T23:13:46.729986+0000 mgr.a (mgr.14403) 14418 : cluster 0 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-07T23:13:48.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:48 smithi135 bash[32435]: cluster 2023-12-07T23:13:46.729986+0000 mgr.a (mgr.14403) 14418 : cluster 0 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-07T23:13:49.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:49 smithi079 bash[28699]: audit 2023-12-07T23:13:48.024549+0000 mgr.a (mgr.14403) 14419 : audit 0 from='client.289947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:49.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:49 smithi194 bash[32038]: audit 2023-12-07T23:13:48.024549+0000 mgr.a (mgr.14403) 14419 : audit 0 from='client.289947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:49.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:49 smithi135 bash[32435]: audit 2023-12-07T23:13:48.024549+0000 mgr.a (mgr.14403) 14419 : audit 0 from='client.289947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:50.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:50 smithi079 bash[28699]: cluster 2023-12-07T23:13:48.730916+0000 mgr.a (mgr.14403) 14420 : cluster 0 pgmap v10765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:50.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:50 smithi194 bash[32038]: cluster 2023-12-07T23:13:48.730916+0000 mgr.a (mgr.14403) 14420 : cluster 0 pgmap v10765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:50.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:50 smithi135 bash[32435]: cluster 2023-12-07T23:13:48.730916+0000 mgr.a (mgr.14403) 14420 : cluster 0 pgmap v10765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:13:51.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:51 smithi079 bash[28699]: cluster 2023-12-07T23:13:50.731528+0000 mgr.a (mgr.14403) 14421 : cluster 0 pgmap v10766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:51.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:51 smithi194 bash[32038]: cluster 2023-12-07T23:13:50.731528+0000 mgr.a (mgr.14403) 14421 : cluster 0 pgmap v10766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:51.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:51 smithi135 bash[32435]: cluster 2023-12-07T23:13:50.731528+0000 mgr.a (mgr.14403) 14421 : cluster 0 pgmap v10766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:53.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:13:53.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:53.495 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:13:54.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:53 smithi079 bash[28699]: cluster 2023-12-07T23:13:52.732122+0000 mgr.a (mgr.14403) 14422 : cluster 0 pgmap v10767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:54.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:53 smithi194 bash[32038]: cluster 2023-12-07T23:13:52.732122+0000 mgr.a (mgr.14403) 14422 : cluster 0 pgmap v10767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:54.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:53 smithi135 bash[32435]: cluster 2023-12-07T23:13:52.732122+0000 mgr.a (mgr.14403) 14422 : cluster 0 pgmap v10767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:13:54.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:13:54.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:13:54.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:13:54.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:13:54.400 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:13:55.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:54 smithi079 bash[28699]: audit 2023-12-07T23:13:53.907113+0000 mgr.a (mgr.14403) 14423 : audit 0 from='client.290025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:55.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:54 smithi194 bash[32038]: audit 2023-12-07T23:13:53.907113+0000 mgr.a (mgr.14403) 14423 : audit 0 from='client.290025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:55.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:54 smithi135 bash[32435]: audit 2023-12-07T23:13:53.907113+0000 mgr.a (mgr.14403) 14423 : audit 0 from='client.290025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:13:56.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:56 smithi079 bash[28699]: cluster 2023-12-07T23:13:54.733164+0000 mgr.a (mgr.14403) 14424 : cluster 0 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-07T23:13:56.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:56 smithi194 bash[32038]: cluster 2023-12-07T23:13:54.733164+0000 mgr.a (mgr.14403) 14424 : cluster 0 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-07T23:13:56.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:56 smithi135 bash[32435]: cluster 2023-12-07T23:13:54.733164+0000 mgr.a (mgr.14403) 14424 : cluster 0 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-07T23:13:58.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:13:58 smithi079 bash[28699]: cluster 2023-12-07T23:13:56.733754+0000 mgr.a (mgr.14403) 14425 : cluster 0 pgmap v10769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:58.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:13:58 smithi194 bash[32038]: cluster 2023-12-07T23:13:56.733754+0000 mgr.a (mgr.14403) 14425 : cluster 0 pgmap v10769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:58.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:13:58 smithi135 bash[32435]: cluster 2023-12-07T23:13:56.733754+0000 mgr.a (mgr.14403) 14425 : cluster 0 pgmap v10769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:13:59.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:13:59.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:13:59.403 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:00.308 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:14:00.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:00.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:00.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:00.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:14:00.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:00 smithi079 bash[28699]: cluster 2023-12-07T23:13:58.734491+0000 mgr.a (mgr.14403) 14426 : cluster 0 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-07T23:14:00.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:00 smithi194 bash[32038]: cluster 2023-12-07T23:13:58.734491+0000 mgr.a (mgr.14403) 14426 : cluster 0 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-07T23:14:00.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:00 smithi135 bash[32435]: cluster 2023-12-07T23:13:58.734491+0000 mgr.a (mgr.14403) 14426 : cluster 0 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-07T23:14:01.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:01 smithi079 bash[28699]: audit 2023-12-07T23:13:59.820746+0000 mgr.a (mgr.14403) 14427 : audit 0 from='client.290103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:01.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:01 smithi194 bash[32038]: audit 2023-12-07T23:13:59.820746+0000 mgr.a (mgr.14403) 14427 : audit 0 from='client.290103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:01.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:01 smithi135 bash[32435]: audit 2023-12-07T23:13:59.820746+0000 mgr.a (mgr.14403) 14427 : audit 0 from='client.290103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:02.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:02 smithi079 bash[28699]: cluster 2023-12-07T23:14:00.735232+0000 mgr.a (mgr.14403) 14428 : cluster 0 pgmap v10771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:02.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:02 smithi194 bash[32038]: cluster 2023-12-07T23:14:00.735232+0000 mgr.a (mgr.14403) 14428 : cluster 0 pgmap v10771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:02.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:02 smithi135 bash[32435]: cluster 2023-12-07T23:14:00.735232+0000 mgr.a (mgr.14403) 14428 : cluster 0 pgmap v10771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:04.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:04 smithi079 bash[28699]: cluster 2023-12-07T23:14:02.735948+0000 mgr.a (mgr.14403) 14429 : cluster 0 pgmap v10772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:04.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:04 smithi194 bash[32038]: cluster 2023-12-07T23:14:02.735948+0000 mgr.a (mgr.14403) 14429 : cluster 0 pgmap v10772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:04.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:04 smithi135 bash[32435]: cluster 2023-12-07T23:14:02.735948+0000 mgr.a (mgr.14403) 14429 : cluster 0 pgmap v10772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:05.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:14:05.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:05.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:06.226 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:14:06.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:06.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:06.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:06.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:14:06.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:06 smithi079 bash[28699]: cluster 2023-12-07T23:14:04.736763+0000 mgr.a (mgr.14403) 14430 : cluster 0 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-07T23:14:06.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:06 smithi194 bash[32038]: cluster 2023-12-07T23:14:04.736763+0000 mgr.a (mgr.14403) 14430 : cluster 0 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-07T23:14:06.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:06 smithi135 bash[32435]: cluster 2023-12-07T23:14:04.736763+0000 mgr.a (mgr.14403) 14430 : cluster 0 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-07T23:14:07.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:07 smithi079 bash[28699]: audit 2023-12-07T23:14:05.726206+0000 mgr.a (mgr.14403) 14431 : audit 0 from='client.290181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:07.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:07 smithi079 bash[28699]: cluster 2023-12-07T23:14:06.737514+0000 mgr.a (mgr.14403) 14432 : cluster 0 pgmap v10774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:07.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:07 smithi194 bash[32038]: audit 2023-12-07T23:14:05.726206+0000 mgr.a (mgr.14403) 14431 : audit 0 from='client.290181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:07.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:07 smithi194 bash[32038]: cluster 2023-12-07T23:14:06.737514+0000 mgr.a (mgr.14403) 14432 : cluster 0 pgmap v10774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:07.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:07 smithi135 bash[32435]: audit 2023-12-07T23:14:05.726206+0000 mgr.a (mgr.14403) 14431 : audit 0 from='client.290181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:07.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:07 smithi135 bash[32435]: cluster 2023-12-07T23:14:06.737514+0000 mgr.a (mgr.14403) 14432 : cluster 0 pgmap v10774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:10.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:09 smithi079 bash[28699]: cluster 2023-12-07T23:14:08.738308+0000 mgr.a (mgr.14403) 14433 : cluster 0 pgmap v10775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:10.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:09 smithi194 bash[32038]: cluster 2023-12-07T23:14:08.738308+0000 mgr.a (mgr.14403) 14433 : cluster 0 pgmap v10775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:10.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:09 smithi135 bash[32435]: cluster 2023-12-07T23:14:08.738308+0000 mgr.a (mgr.14403) 14433 : cluster 0 pgmap v10775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:11.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:14:11.230 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:11.230 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:12.143 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:14:12.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:12.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:12.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:12.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:14:12.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:12 smithi079 bash[28699]: cluster 2023-12-07T23:14:10.738896+0000 mgr.a (mgr.14403) 14434 : cluster 0 pgmap v10776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:12.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:12 smithi194 bash[32038]: cluster 2023-12-07T23:14:10.738896+0000 mgr.a (mgr.14403) 14434 : cluster 0 pgmap v10776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:12.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:12 smithi135 bash[32435]: cluster 2023-12-07T23:14:10.738896+0000 mgr.a (mgr.14403) 14434 : cluster 0 pgmap v10776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:13.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:13 smithi079 bash[28699]: audit 2023-12-07T23:14:11.645995+0000 mgr.a (mgr.14403) 14435 : audit 0 from='client.290256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:13.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:13 smithi194 bash[32038]: audit 2023-12-07T23:14:11.645995+0000 mgr.a (mgr.14403) 14435 : audit 0 from='client.290256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:13.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:13 smithi135 bash[32435]: audit 2023-12-07T23:14:11.645995+0000 mgr.a (mgr.14403) 14435 : audit 0 from='client.290256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:14.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:14 smithi079 bash[28699]: cluster 2023-12-07T23:14:12.739780+0000 mgr.a (mgr.14403) 14436 : cluster 0 pgmap v10777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:14.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:14 smithi194 bash[32038]: cluster 2023-12-07T23:14:12.739780+0000 mgr.a (mgr.14403) 14436 : cluster 0 pgmap v10777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:14.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:14 smithi135 bash[32435]: cluster 2023-12-07T23:14:12.739780+0000 mgr.a (mgr.14403) 14436 : cluster 0 pgmap v10777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:16.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:16 smithi079 bash[28699]: cluster 2023-12-07T23:14:14.740661+0000 mgr.a (mgr.14403) 14437 : cluster 0 pgmap v10778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:16.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:16 smithi194 bash[32038]: cluster 2023-12-07T23:14:14.740661+0000 mgr.a (mgr.14403) 14437 : cluster 0 pgmap v10778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:16.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:16 smithi135 bash[32435]: cluster 2023-12-07T23:14:14.740661+0000 mgr.a (mgr.14403) 14437 : cluster 0 pgmap v10778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:17.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:14:17.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:17.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:18.048 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:14:18.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:18.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:18.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:18.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:14:18.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:18 smithi079 bash[28699]: cluster 2023-12-07T23:14:16.741240+0000 mgr.a (mgr.14403) 14438 : cluster 0 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-07T23:14:18.929 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:18 smithi079 bash[28699]: audit 2023-12-07T23:14:17.558688+0000 mgr.a (mgr.14403) 14439 : audit 0 from='client.290331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:18.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:18 smithi194 bash[32038]: cluster 2023-12-07T23:14:16.741240+0000 mgr.a (mgr.14403) 14438 : cluster 0 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-07T23:14:18.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:18 smithi194 bash[32038]: audit 2023-12-07T23:14:17.558688+0000 mgr.a (mgr.14403) 14439 : audit 0 from='client.290331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:18.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:18 smithi135 bash[32435]: cluster 2023-12-07T23:14:16.741240+0000 mgr.a (mgr.14403) 14438 : cluster 0 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-07T23:14:18.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:18 smithi135 bash[32435]: audit 2023-12-07T23:14:17.558688+0000 mgr.a (mgr.14403) 14439 : audit 0 from='client.290331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:20.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:20 smithi079 bash[28699]: cluster 2023-12-07T23:14:18.742162+0000 mgr.a (mgr.14403) 14440 : cluster 0 pgmap v10780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:20.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:20 smithi194 bash[32038]: cluster 2023-12-07T23:14:18.742162+0000 mgr.a (mgr.14403) 14440 : cluster 0 pgmap v10780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:20.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:20 smithi135 bash[32435]: cluster 2023-12-07T23:14:18.742162+0000 mgr.a (mgr.14403) 14440 : cluster 0 pgmap v10780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:21.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:21 smithi194 bash[32038]: cluster 2023-12-07T23:14:20.742769+0000 mgr.a (mgr.14403) 14441 : cluster 0 pgmap v10781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:21.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:21 smithi135 bash[32435]: cluster 2023-12-07T23:14:20.742769+0000 mgr.a (mgr.14403) 14441 : cluster 0 pgmap v10781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:22.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:21 smithi079 bash[28699]: cluster 2023-12-07T23:14:20.742769+0000 mgr.a (mgr.14403) 14441 : cluster 0 pgmap v10781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:23.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:14:23.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:23.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:23.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:23.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:23.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:23.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:14:23.953 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:14:24.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:23 smithi079 bash[28699]: cluster 2023-12-07T23:14:22.743318+0000 mgr.a (mgr.14403) 14442 : cluster 0 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-07T23:14:24.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:23 smithi079 bash[28699]: audit 2023-12-07T23:14:23.467113+0000 mgr.a (mgr.14403) 14443 : audit 0 from='client.290400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:24.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:23 smithi194 bash[32038]: cluster 2023-12-07T23:14:22.743318+0000 mgr.a (mgr.14403) 14442 : cluster 0 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-07T23:14:24.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:23 smithi194 bash[32038]: audit 2023-12-07T23:14:23.467113+0000 mgr.a (mgr.14403) 14443 : audit 0 from='client.290400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:24.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:23 smithi135 bash[32435]: cluster 2023-12-07T23:14:22.743318+0000 mgr.a (mgr.14403) 14442 : cluster 0 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-07T23:14:24.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:23 smithi135 bash[32435]: audit 2023-12-07T23:14:23.467113+0000 mgr.a (mgr.14403) 14443 : audit 0 from='client.290400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:26.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:26 smithi079 bash[28699]: cluster 2023-12-07T23:14:24.744260+0000 mgr.a (mgr.14403) 14444 : cluster 0 pgmap v10783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:14:26.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:26 smithi194 bash[32038]: cluster 2023-12-07T23:14:24.744260+0000 mgr.a (mgr.14403) 14444 : cluster 0 pgmap v10783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:14:26.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:26 smithi135 bash[32435]: cluster 2023-12-07T23:14:24.744260+0000 mgr.a (mgr.14403) 14444 : cluster 0 pgmap v10783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:14:28.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:28 smithi079 bash[28699]: cluster 2023-12-07T23:14:26.745016+0000 mgr.a (mgr.14403) 14445 : cluster 0 pgmap v10784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:14:28.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:28 smithi194 bash[32038]: cluster 2023-12-07T23:14:26.745016+0000 mgr.a (mgr.14403) 14445 : cluster 0 pgmap v10784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:14:28.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:28 smithi135 bash[32435]: cluster 2023-12-07T23:14:26.745016+0000 mgr.a (mgr.14403) 14445 : cluster 0 pgmap v10784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:14:28.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:14:28.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:28.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:29.868 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:14:29.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:29.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:29.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:29.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:14:30.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:30 smithi079 bash[28699]: cluster 2023-12-07T23:14:28.745820+0000 mgr.a (mgr.14403) 14446 : cluster 0 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-07T23:14:30.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:30 smithi079 bash[28699]: audit 2023-12-07T23:14:29.368321+0000 mgr.a (mgr.14403) 14447 : audit 0 from='client.290478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:30.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:30 smithi194 bash[32038]: cluster 2023-12-07T23:14:28.745820+0000 mgr.a (mgr.14403) 14446 : cluster 0 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-07T23:14:30.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:30 smithi194 bash[32038]: audit 2023-12-07T23:14:29.368321+0000 mgr.a (mgr.14403) 14447 : audit 0 from='client.290478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:30.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:30 smithi135 bash[32435]: cluster 2023-12-07T23:14:28.745820+0000 mgr.a (mgr.14403) 14446 : cluster 0 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-07T23:14:30.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:30 smithi135 bash[32435]: audit 2023-12-07T23:14:29.368321+0000 mgr.a (mgr.14403) 14447 : audit 0 from='client.290478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:32.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:32 smithi079 bash[28699]: cluster 2023-12-07T23:14:30.746503+0000 mgr.a (mgr.14403) 14448 : cluster 0 pgmap v10786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:32.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:32 smithi194 bash[32038]: cluster 2023-12-07T23:14:30.746503+0000 mgr.a (mgr.14403) 14448 : cluster 0 pgmap v10786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:32.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:32 smithi135 bash[32435]: cluster 2023-12-07T23:14:30.746503+0000 mgr.a (mgr.14403) 14448 : cluster 0 pgmap v10786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:34.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:14:34.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:34.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:34.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:34 smithi079 bash[28699]: cluster 2023-12-07T23:14:32.747134+0000 mgr.a (mgr.14403) 14449 : cluster 0 pgmap v10787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:34.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:34 smithi194 bash[32038]: cluster 2023-12-07T23:14:32.747134+0000 mgr.a (mgr.14403) 14449 : cluster 0 pgmap v10787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:34.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:34 smithi135 bash[32435]: cluster 2023-12-07T23:14:32.747134+0000 mgr.a (mgr.14403) 14449 : cluster 0 pgmap v10787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:14:35.756 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:14:35.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:35.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:35.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:35.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:14:36.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:36 smithi079 bash[28699]: cluster 2023-12-07T23:14:34.747936+0000 mgr.a (mgr.14403) 14450 : cluster 0 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-07T23:14:36.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:36 smithi079 bash[28699]: audit 2023-12-07T23:14:35.283813+0000 mgr.a (mgr.14403) 14451 : audit 0 from='client.290553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:36.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:36 smithi194 bash[32038]: cluster 2023-12-07T23:14:34.747936+0000 mgr.a (mgr.14403) 14450 : cluster 0 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-07T23:14:36.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:36 smithi194 bash[32038]: audit 2023-12-07T23:14:35.283813+0000 mgr.a (mgr.14403) 14451 : audit 0 from='client.290553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:36.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:36 smithi135 bash[32435]: cluster 2023-12-07T23:14:34.747936+0000 mgr.a (mgr.14403) 14450 : cluster 0 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-07T23:14:36.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:36 smithi135 bash[32435]: audit 2023-12-07T23:14:35.283813+0000 mgr.a (mgr.14403) 14451 : audit 0 from='client.290553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:37.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:37 smithi079 bash[28699]: audit 2023-12-07T23:14:37.338330+0000 mon.a (mon.0) 2440 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:14:37.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:37 smithi194 bash[32038]: audit 2023-12-07T23:14:37.338330+0000 mon.a (mon.0) 2440 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:14:37.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:37 smithi135 bash[32435]: audit 2023-12-07T23:14:37.338330+0000 mon.a (mon.0) 2440 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:14:38.921 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:38 smithi079 bash[28699]: cluster 2023-12-07T23:14:36.748580+0000 mgr.a (mgr.14403) 14452 : cluster 0 pgmap v10789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:14:38.936 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:38 smithi079 bash[28699]: audit 2023-12-07T23:14:37.867927+0000 mon.a (mon.0) 2441 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:38.936 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:38 smithi079 bash[28699]: audit 2023-12-07T23:14:37.873514+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:38.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:38 smithi194 bash[32038]: cluster 2023-12-07T23:14:36.748580+0000 mgr.a (mgr.14403) 14452 : cluster 0 pgmap v10789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:14:38.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:38 smithi194 bash[32038]: audit 2023-12-07T23:14:37.867927+0000 mon.a (mon.0) 2441 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:38.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:38 smithi194 bash[32038]: audit 2023-12-07T23:14:37.873514+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:38 smithi135 bash[32435]: cluster 2023-12-07T23:14:36.748580+0000 mgr.a (mgr.14403) 14452 : cluster 0 pgmap v10789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:14:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:38 smithi135 bash[32435]: audit 2023-12-07T23:14:37.867927+0000 mon.a (mon.0) 2441 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:38 smithi135 bash[32435]: audit 2023-12-07T23:14:37.873514+0000 mon.a (mon.0) 2442 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:40.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:14:40.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:40.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:40.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:40 smithi079 bash[28699]: cluster 2023-12-07T23:14:38.749537+0000 mgr.a (mgr.14403) 14453 : cluster 0 pgmap v10790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:14:40.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:40 smithi194 bash[32038]: cluster 2023-12-07T23:14:38.749537+0000 mgr.a (mgr.14403) 14453 : cluster 0 pgmap v10790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:14:40.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:40 smithi135 bash[32435]: cluster 2023-12-07T23:14:38.749537+0000 mgr.a (mgr.14403) 14453 : cluster 0 pgmap v10790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:14:41.689 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:14:41.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:41.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:41.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:41.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:14:42.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:42 smithi079 bash[28699]: cluster 2023-12-07T23:14:40.750125+0000 mgr.a (mgr.14403) 14454 : cluster 0 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-07T23:14:42.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:42 smithi079 bash[28699]: audit 2023-12-07T23:14:41.181817+0000 mgr.a (mgr.14403) 14455 : audit 0 from='client.290628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:42.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:42 smithi194 bash[32038]: cluster 2023-12-07T23:14:40.750125+0000 mgr.a (mgr.14403) 14454 : cluster 0 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-07T23:14:42.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:42 smithi194 bash[32038]: audit 2023-12-07T23:14:41.181817+0000 mgr.a (mgr.14403) 14455 : audit 0 from='client.290628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:42.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:42 smithi135 bash[32435]: cluster 2023-12-07T23:14:40.750125+0000 mgr.a (mgr.14403) 14454 : cluster 0 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-07T23:14:42.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:42 smithi135 bash[32435]: audit 2023-12-07T23:14:41.181817+0000 mgr.a (mgr.14403) 14455 : audit 0 from='client.290628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:44.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:44 smithi194 bash[32038]: cluster 2023-12-07T23:14:42.750929+0000 mgr.a (mgr.14403) 14456 : cluster 0 pgmap v10792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:44.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:44 smithi135 bash[32435]: cluster 2023-12-07T23:14:42.750929+0000 mgr.a (mgr.14403) 14456 : cluster 0 pgmap v10792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:45.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:44 smithi079 bash[28699]: cluster 2023-12-07T23:14:42.750929+0000 mgr.a (mgr.14403) 14456 : cluster 0 pgmap v10792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:46.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:14:46.692 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:46.692 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:46.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:46 smithi194 bash[32038]: cluster 2023-12-07T23:14:44.751836+0000 mgr.a (mgr.14403) 14457 : cluster 0 pgmap v10793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:46.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:46 smithi135 bash[32435]: cluster 2023-12-07T23:14:44.751836+0000 mgr.a (mgr.14403) 14457 : cluster 0 pgmap v10793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:47.126 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:46 smithi079 bash[28699]: cluster 2023-12-07T23:14:44.751836+0000 mgr.a (mgr.14403) 14457 : cluster 0 pgmap v10793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:47.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:47.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:47.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:47.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:14:47.576 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:14:47.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:47 smithi194 bash[32038]: cluster 2023-12-07T23:14:46.752280+0000 mgr.a (mgr.14403) 14458 : cluster 0 pgmap v10794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:47.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:47 smithi194 bash[32038]: audit 2023-12-07T23:14:47.101857+0000 mgr.a (mgr.14403) 14459 : audit 0 from='client.290706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:47.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:47 smithi135 bash[32435]: cluster 2023-12-07T23:14:46.752280+0000 mgr.a (mgr.14403) 14458 : cluster 0 pgmap v10794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:47.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:47 smithi135 bash[32435]: audit 2023-12-07T23:14:47.101857+0000 mgr.a (mgr.14403) 14459 : audit 0 from='client.290706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:48.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:47 smithi079 bash[28699]: cluster 2023-12-07T23:14:46.752280+0000 mgr.a (mgr.14403) 14458 : cluster 0 pgmap v10794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:48.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:47 smithi079 bash[28699]: audit 2023-12-07T23:14:47.101857+0000 mgr.a (mgr.14403) 14459 : audit 0 from='client.290706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:49.231 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:48 smithi079 bash[28699]: audit 2023-12-07T23:14:47.884803+0000 mon.a (mon.0) 2443 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:49.231 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:48 smithi079 bash[28699]: audit 2023-12-07T23:14:47.892320+0000 mon.a (mon.0) 2444 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:49.231 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:48 smithi079 bash[28699]: audit 2023-12-07T23:14:47.893921+0000 mon.a (mon.0) 2445 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:14:49.231 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:48 smithi079 bash[28699]: audit 2023-12-07T23:14:47.895720+0000 mon.a (mon.0) 2446 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:14:49.231 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:48 smithi079 bash[28699]: audit 2023-12-07T23:14:47.903807+0000 mon.a (mon.0) 2447 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:49.297 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:48 smithi135 bash[32435]: audit 2023-12-07T23:14:47.884803+0000 mon.a (mon.0) 2443 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:49.297 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:48 smithi135 bash[32435]: audit 2023-12-07T23:14:47.892320+0000 mon.a (mon.0) 2444 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:49.298 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:48 smithi135 bash[32435]: audit 2023-12-07T23:14:47.893921+0000 mon.a (mon.0) 2445 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:14:49.298 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:48 smithi135 bash[32435]: audit 2023-12-07T23:14:47.895720+0000 mon.a (mon.0) 2446 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:14:49.298 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:48 smithi135 bash[32435]: audit 2023-12-07T23:14:47.903807+0000 mon.a (mon.0) 2447 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:49.298 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:48 smithi194 bash[32038]: audit 2023-12-07T23:14:47.884803+0000 mon.a (mon.0) 2443 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:49.298 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:48 smithi194 bash[32038]: audit 2023-12-07T23:14:47.892320+0000 mon.a (mon.0) 2444 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:49.298 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:48 smithi194 bash[32038]: audit 2023-12-07T23:14:47.893921+0000 mon.a (mon.0) 2445 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:14:49.298 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:48 smithi194 bash[32038]: audit 2023-12-07T23:14:47.895720+0000 mon.a (mon.0) 2446 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:14:49.298 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:48 smithi194 bash[32038]: audit 2023-12-07T23:14:47.903807+0000 mon.a (mon.0) 2447 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:14:50.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:49 smithi194 bash[32038]: cluster 2023-12-07T23:14:48.753137+0000 mgr.a (mgr.14403) 14460 : cluster 0 pgmap v10795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:50.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:49 smithi135 bash[32435]: cluster 2023-12-07T23:14:48.753137+0000 mgr.a (mgr.14403) 14460 : cluster 0 pgmap v10795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:50.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:49 smithi079 bash[28699]: cluster 2023-12-07T23:14:48.753137+0000 mgr.a (mgr.14403) 14460 : cluster 0 pgmap v10795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:52.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:14:52.582 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:52.583 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:52.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:52 smithi079 bash[28699]: cluster 2023-12-07T23:14:50.753800+0000 mgr.a (mgr.14403) 14461 : cluster 0 pgmap v10796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:52.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:52 smithi194 bash[32038]: cluster 2023-12-07T23:14:50.753800+0000 mgr.a (mgr.14403) 14461 : cluster 0 pgmap v10796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:52.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:52 smithi135 bash[32435]: cluster 2023-12-07T23:14:50.753800+0000 mgr.a (mgr.14403) 14461 : cluster 0 pgmap v10796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:53.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:53.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:53.490 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:14:53.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:53.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:14:54.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:54 smithi079 bash[28699]: cluster 2023-12-07T23:14:52.754399+0000 mgr.a (mgr.14403) 14462 : cluster 0 pgmap v10797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:54.886 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:54 smithi079 bash[28699]: audit 2023-12-07T23:14:52.991695+0000 mgr.a (mgr.14403) 14463 : audit 0 from='client.290781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:54.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:54 smithi194 bash[32038]: cluster 2023-12-07T23:14:52.754399+0000 mgr.a (mgr.14403) 14462 : cluster 0 pgmap v10797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:54.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:54 smithi194 bash[32038]: audit 2023-12-07T23:14:52.991695+0000 mgr.a (mgr.14403) 14463 : audit 0 from='client.290781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:54.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:54 smithi135 bash[32435]: cluster 2023-12-07T23:14:52.754399+0000 mgr.a (mgr.14403) 14462 : cluster 0 pgmap v10797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:14:54.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:54 smithi135 bash[32435]: audit 2023-12-07T23:14:52.991695+0000 mgr.a (mgr.14403) 14463 : audit 0 from='client.290781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:14:56.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:56 smithi079 bash[28699]: cluster 2023-12-07T23:14:54.755304+0000 mgr.a (mgr.14403) 14464 : cluster 0 pgmap v10798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:56.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:56 smithi194 bash[32038]: cluster 2023-12-07T23:14:54.755304+0000 mgr.a (mgr.14403) 14464 : cluster 0 pgmap v10798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:56.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:56 smithi135 bash[32435]: cluster 2023-12-07T23:14:54.755304+0000 mgr.a (mgr.14403) 14464 : cluster 0 pgmap v10798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:14:58.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:14:58.493 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:14:58.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:14:58.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:14:58 smithi079 bash[28699]: cluster 2023-12-07T23:14:56.755790+0000 mgr.a (mgr.14403) 14465 : cluster 0 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-07T23:14:58.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:14:58 smithi194 bash[32038]: cluster 2023-12-07T23:14:56.755790+0000 mgr.a (mgr.14403) 14465 : cluster 0 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-07T23:14:58.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:14:58 smithi135 bash[32435]: cluster 2023-12-07T23:14:56.755790+0000 mgr.a (mgr.14403) 14465 : cluster 0 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-07T23:14:59.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:14:59.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:14:59.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:14:59.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:14:59.391 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:15:00.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:00 smithi079 bash[28699]: cluster 2023-12-07T23:14:58.756677+0000 mgr.a (mgr.14403) 14466 : cluster 0 pgmap v10800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:00.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:00 smithi079 bash[28699]: audit 2023-12-07T23:14:58.901303+0000 mgr.a (mgr.14403) 14467 : audit 0 from='client.290859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:00.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:00 smithi194 bash[32038]: cluster 2023-12-07T23:14:58.756677+0000 mgr.a (mgr.14403) 14466 : cluster 0 pgmap v10800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:00.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:00 smithi194 bash[32038]: audit 2023-12-07T23:14:58.901303+0000 mgr.a (mgr.14403) 14467 : audit 0 from='client.290859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:00.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:00 smithi135 bash[32435]: cluster 2023-12-07T23:14:58.756677+0000 mgr.a (mgr.14403) 14466 : cluster 0 pgmap v10800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:00.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:00 smithi135 bash[32435]: audit 2023-12-07T23:14:58.901303+0000 mgr.a (mgr.14403) 14467 : audit 0 from='client.290859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:02.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:02 smithi079 bash[28699]: cluster 2023-12-07T23:15:00.757507+0000 mgr.a (mgr.14403) 14468 : cluster 0 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-07T23:15:02.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:02 smithi194 bash[32038]: cluster 2023-12-07T23:15:00.757507+0000 mgr.a (mgr.14403) 14468 : cluster 0 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-07T23:15:02.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:02 smithi135 bash[32435]: cluster 2023-12-07T23:15:00.757507+0000 mgr.a (mgr.14403) 14468 : cluster 0 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-07T23:15:04.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:15:04.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:04.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:04.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:04 smithi079 bash[28699]: cluster 2023-12-07T23:15:02.758217+0000 mgr.a (mgr.14403) 14469 : cluster 0 pgmap v10802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:15:04.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:04 smithi194 bash[32038]: cluster 2023-12-07T23:15:02.758217+0000 mgr.a (mgr.14403) 14469 : cluster 0 pgmap v10802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:15:04.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:04 smithi135 bash[32435]: cluster 2023-12-07T23:15:02.758217+0000 mgr.a (mgr.14403) 14469 : cluster 0 pgmap v10802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:15:05.292 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:15:05.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:05.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:05.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:05.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:15:06.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:06 smithi079 bash[28699]: cluster 2023-12-07T23:15:04.759054+0000 mgr.a (mgr.14403) 14470 : cluster 0 pgmap v10803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:06.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:06 smithi079 bash[28699]: audit 2023-12-07T23:15:04.809993+0000 mgr.a (mgr.14403) 14471 : audit 0 from='client.290934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:06.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:06 smithi194 bash[32038]: cluster 2023-12-07T23:15:04.759054+0000 mgr.a (mgr.14403) 14470 : cluster 0 pgmap v10803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:06.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:06 smithi194 bash[32038]: audit 2023-12-07T23:15:04.809993+0000 mgr.a (mgr.14403) 14471 : audit 0 from='client.290934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:06.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:06 smithi135 bash[32435]: cluster 2023-12-07T23:15:04.759054+0000 mgr.a (mgr.14403) 14470 : cluster 0 pgmap v10803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:06.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:06 smithi135 bash[32435]: audit 2023-12-07T23:15:04.809993+0000 mgr.a (mgr.14403) 14471 : audit 0 from='client.290934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:08.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:08 smithi194 bash[32038]: cluster 2023-12-07T23:15:06.759875+0000 mgr.a (mgr.14403) 14472 : cluster 0 pgmap v10804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:15:08.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:08 smithi135 bash[32435]: cluster 2023-12-07T23:15:06.759875+0000 mgr.a (mgr.14403) 14472 : cluster 0 pgmap v10804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:15:09.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:08 smithi079 bash[28699]: cluster 2023-12-07T23:15:06.759875+0000 mgr.a (mgr.14403) 14472 : cluster 0 pgmap v10804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:15:10.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:15:10.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:10.293 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:10.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:10 smithi194 bash[32038]: cluster 2023-12-07T23:15:08.760623+0000 mgr.a (mgr.14403) 14473 : cluster 0 pgmap v10805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:10.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:10 smithi135 bash[32435]: cluster 2023-12-07T23:15:08.760623+0000 mgr.a (mgr.14403) 14473 : cluster 0 pgmap v10805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:11.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:10 smithi079 bash[28699]: cluster 2023-12-07T23:15:08.760623+0000 mgr.a (mgr.14403) 14473 : cluster 0 pgmap v10805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:11.180 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:15:11.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:11.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:11.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:11.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:15:11.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:11 smithi135 bash[32435]: audit 2023-12-07T23:15:10.704601+0000 mgr.a (mgr.14403) 14474 : audit 0 from='client.291006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:11.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:11 smithi135 bash[32435]: cluster 2023-12-07T23:15:10.761298+0000 mgr.a (mgr.14403) 14475 : cluster 0 pgmap v10806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:12.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:11 smithi079 bash[28699]: audit 2023-12-07T23:15:10.704601+0000 mgr.a (mgr.14403) 14474 : audit 0 from='client.291006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:12.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:11 smithi079 bash[28699]: cluster 2023-12-07T23:15:10.761298+0000 mgr.a (mgr.14403) 14475 : cluster 0 pgmap v10806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:12.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:11 smithi194 bash[32038]: audit 2023-12-07T23:15:10.704601+0000 mgr.a (mgr.14403) 14474 : audit 0 from='client.291006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:12.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:11 smithi194 bash[32038]: cluster 2023-12-07T23:15:10.761298+0000 mgr.a (mgr.14403) 14475 : cluster 0 pgmap v10806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:14.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:13 smithi079 bash[28699]: cluster 2023-12-07T23:15:12.761978+0000 mgr.a (mgr.14403) 14476 : cluster 0 pgmap v10807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:14.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:13 smithi194 bash[32038]: cluster 2023-12-07T23:15:12.761978+0000 mgr.a (mgr.14403) 14476 : cluster 0 pgmap v10807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:14.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:13 smithi135 bash[32435]: cluster 2023-12-07T23:15:12.761978+0000 mgr.a (mgr.14403) 14476 : cluster 0 pgmap v10807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:16.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:15:16.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:16.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:16.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:16 smithi079 bash[28699]: cluster 2023-12-07T23:15:14.762791+0000 mgr.a (mgr.14403) 14477 : cluster 0 pgmap v10808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:16.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:16 smithi194 bash[32038]: cluster 2023-12-07T23:15:14.762791+0000 mgr.a (mgr.14403) 14477 : cluster 0 pgmap v10808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:16.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:16 smithi135 bash[32435]: cluster 2023-12-07T23:15:14.762791+0000 mgr.a (mgr.14403) 14477 : cluster 0 pgmap v10808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:17.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:17.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:17.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:17.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:15:17.105 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:15:17.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:17 smithi079 bash[28699]: audit 2023-12-07T23:15:16.593601+0000 mgr.a (mgr.14403) 14478 : audit 0 from='client.291078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:17.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:17 smithi194 bash[32038]: audit 2023-12-07T23:15:16.593601+0000 mgr.a (mgr.14403) 14478 : audit 0 from='client.291078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:17.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:17 smithi135 bash[32435]: audit 2023-12-07T23:15:16.593601+0000 mgr.a (mgr.14403) 14478 : audit 0 from='client.291078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:18.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:18 smithi079 bash[28699]: cluster 2023-12-07T23:15:16.763787+0000 mgr.a (mgr.14403) 14479 : cluster 0 pgmap v10809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:18.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:18 smithi194 bash[32038]: cluster 2023-12-07T23:15:16.763787+0000 mgr.a (mgr.14403) 14479 : cluster 0 pgmap v10809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:18.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:18 smithi135 bash[32435]: cluster 2023-12-07T23:15:16.763787+0000 mgr.a (mgr.14403) 14479 : cluster 0 pgmap v10809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:20.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:20 smithi079 bash[28699]: cluster 2023-12-07T23:15:18.764771+0000 mgr.a (mgr.14403) 14480 : cluster 0 pgmap v10810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:20.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:20 smithi194 bash[32038]: cluster 2023-12-07T23:15:18.764771+0000 mgr.a (mgr.14403) 14480 : cluster 0 pgmap v10810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:20.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:20 smithi135 bash[32435]: cluster 2023-12-07T23:15:18.764771+0000 mgr.a (mgr.14403) 14480 : cluster 0 pgmap v10810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:22.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:15:22.108 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:22.108 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:22.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:22 smithi079 bash[28699]: cluster 2023-12-07T23:15:20.765317+0000 mgr.a (mgr.14403) 14481 : cluster 0 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-07T23:15:22.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:22 smithi194 bash[32038]: cluster 2023-12-07T23:15:20.765317+0000 mgr.a (mgr.14403) 14481 : cluster 0 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-07T23:15:22.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:22 smithi135 bash[32435]: cluster 2023-12-07T23:15:20.765317+0000 mgr.a (mgr.14403) 14481 : cluster 0 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-07T23:15:23.024 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:15:23.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:23.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:23.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:23.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:15:23.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:23 smithi194 bash[32038]: audit 2023-12-07T23:15:22.520404+0000 mgr.a (mgr.14403) 14482 : audit 0 from='client.291153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:23.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:23 smithi135 bash[32435]: audit 2023-12-07T23:15:22.520404+0000 mgr.a (mgr.14403) 14482 : audit 0 from='client.291153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:24.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:23 smithi079 bash[28699]: audit 2023-12-07T23:15:22.520404+0000 mgr.a (mgr.14403) 14482 : audit 0 from='client.291153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:24.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:24 smithi194 bash[32038]: cluster 2023-12-07T23:15:22.775954+0000 mgr.a (mgr.14403) 14483 : cluster 0 pgmap v10812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:24.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:24 smithi135 bash[32435]: cluster 2023-12-07T23:15:22.775954+0000 mgr.a (mgr.14403) 14483 : cluster 0 pgmap v10812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:25.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:24 smithi079 bash[28699]: cluster 2023-12-07T23:15:22.775954+0000 mgr.a (mgr.14403) 14483 : cluster 0 pgmap v10812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:26.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:26 smithi194 bash[32038]: cluster 2023-12-07T23:15:24.777002+0000 mgr.a (mgr.14403) 14484 : cluster 0 pgmap v10813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:26.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:26 smithi135 bash[32435]: cluster 2023-12-07T23:15:24.777002+0000 mgr.a (mgr.14403) 14484 : cluster 0 pgmap v10813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:27.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:26 smithi079 bash[28699]: cluster 2023-12-07T23:15:24.777002+0000 mgr.a (mgr.14403) 14484 : cluster 0 pgmap v10813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:28.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:15:28.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:28.027 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:28.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:28.931 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:15:28.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:28.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:28.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:15:28.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:28 smithi194 bash[32038]: cluster 2023-12-07T23:15:26.777547+0000 mgr.a (mgr.14403) 14485 : cluster 0 pgmap v10814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:28.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:28 smithi135 bash[32435]: cluster 2023-12-07T23:15:26.777547+0000 mgr.a (mgr.14403) 14485 : cluster 0 pgmap v10814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:29.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:28 smithi079 bash[28699]: cluster 2023-12-07T23:15:26.777547+0000 mgr.a (mgr.14403) 14485 : cluster 0 pgmap v10814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:29.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:29 smithi194 bash[32038]: audit 2023-12-07T23:15:28.434905+0000 mgr.a (mgr.14403) 14486 : audit 0 from='client.291231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:29.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:29 smithi135 bash[32435]: audit 2023-12-07T23:15:28.434905+0000 mgr.a (mgr.14403) 14486 : audit 0 from='client.291231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:30.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:29 smithi079 bash[28699]: audit 2023-12-07T23:15:28.434905+0000 mgr.a (mgr.14403) 14486 : audit 0 from='client.291231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:30.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:30 smithi194 bash[32038]: cluster 2023-12-07T23:15:28.778203+0000 mgr.a (mgr.14403) 14487 : cluster 0 pgmap v10815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:30.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:30 smithi135 bash[32435]: cluster 2023-12-07T23:15:28.778203+0000 mgr.a (mgr.14403) 14487 : cluster 0 pgmap v10815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:31.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:30 smithi079 bash[28699]: cluster 2023-12-07T23:15:28.778203+0000 mgr.a (mgr.14403) 14487 : cluster 0 pgmap v10815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:31.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:31 smithi194 bash[32038]: cluster 2023-12-07T23:15:30.778756+0000 mgr.a (mgr.14403) 14488 : cluster 0 pgmap v10816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:15:31.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:31 smithi135 bash[32435]: cluster 2023-12-07T23:15:30.778756+0000 mgr.a (mgr.14403) 14488 : cluster 0 pgmap v10816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:15:32.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:31 smithi079 bash[28699]: cluster 2023-12-07T23:15:30.778756+0000 mgr.a (mgr.14403) 14488 : cluster 0 pgmap v10816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:15:33.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:15:33.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:33.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:34.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:33 smithi079 bash[28699]: cluster 2023-12-07T23:15:32.779457+0000 mgr.a (mgr.14403) 14489 : cluster 0 pgmap v10817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:15:34.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:33 smithi194 bash[32038]: cluster 2023-12-07T23:15:32.779457+0000 mgr.a (mgr.14403) 14489 : cluster 0 pgmap v10817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:15:34.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:33 smithi135 bash[32435]: cluster 2023-12-07T23:15:32.779457+0000 mgr.a (mgr.14403) 14489 : cluster 0 pgmap v10817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:15:34.867 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:15:34.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:34.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:34.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:34.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:15:35.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:34 smithi079 bash[28699]: audit 2023-12-07T23:15:34.351157+0000 mgr.a (mgr.14403) 14490 : audit 0 from='client.291309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:35.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:34 smithi194 bash[32038]: audit 2023-12-07T23:15:34.351157+0000 mgr.a (mgr.14403) 14490 : audit 0 from='client.291309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:35.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:34 smithi135 bash[32435]: audit 2023-12-07T23:15:34.351157+0000 mgr.a (mgr.14403) 14490 : audit 0 from='client.291309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:36.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:36 smithi079 bash[28699]: cluster 2023-12-07T23:15:34.780590+0000 mgr.a (mgr.14403) 14491 : cluster 0 pgmap v10818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:36.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:36 smithi194 bash[32038]: cluster 2023-12-07T23:15:34.780590+0000 mgr.a (mgr.14403) 14491 : cluster 0 pgmap v10818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:36.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:36 smithi135 bash[32435]: cluster 2023-12-07T23:15:34.780590+0000 mgr.a (mgr.14403) 14491 : cluster 0 pgmap v10818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:38.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:38 smithi079 bash[28699]: cluster 2023-12-07T23:15:36.781172+0000 mgr.a (mgr.14403) 14492 : cluster 0 pgmap v10819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:15:38.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:38 smithi194 bash[32038]: cluster 2023-12-07T23:15:36.781172+0000 mgr.a (mgr.14403) 14492 : cluster 0 pgmap v10819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:15:38.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:38 smithi135 bash[32435]: cluster 2023-12-07T23:15:36.781172+0000 mgr.a (mgr.14403) 14492 : cluster 0 pgmap v10819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:15:39.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:15:39.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:39.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:40.802 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:15:40.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:40.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:40.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:40.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:15:40.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:40 smithi079 bash[28699]: cluster 2023-12-07T23:15:38.781894+0000 mgr.a (mgr.14403) 14493 : cluster 0 pgmap v10820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:40.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:40 smithi194 bash[32038]: cluster 2023-12-07T23:15:38.781894+0000 mgr.a (mgr.14403) 14493 : cluster 0 pgmap v10820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:40.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:40 smithi135 bash[32435]: cluster 2023-12-07T23:15:38.781894+0000 mgr.a (mgr.14403) 14493 : cluster 0 pgmap v10820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:41.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:41 smithi194 bash[32038]: audit 2023-12-07T23:15:40.286736+0000 mgr.a (mgr.14403) 14494 : audit 0 from='client.291387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:41.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:41 smithi135 bash[32435]: audit 2023-12-07T23:15:40.286736+0000 mgr.a (mgr.14403) 14494 : audit 0 from='client.291387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:42.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:41 smithi079 bash[28699]: audit 2023-12-07T23:15:40.286736+0000 mgr.a (mgr.14403) 14494 : audit 0 from='client.291387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:42.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:42 smithi194 bash[32038]: cluster 2023-12-07T23:15:40.782353+0000 mgr.a (mgr.14403) 14495 : cluster 0 pgmap v10821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:42.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:42 smithi135 bash[32435]: cluster 2023-12-07T23:15:40.782353+0000 mgr.a (mgr.14403) 14495 : cluster 0 pgmap v10821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:43.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:42 smithi079 bash[28699]: cluster 2023-12-07T23:15:40.782353+0000 mgr.a (mgr.14403) 14495 : cluster 0 pgmap v10821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:44.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:44 smithi194 bash[32038]: cluster 2023-12-07T23:15:42.782924+0000 mgr.a (mgr.14403) 14496 : cluster 0 pgmap v10822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:44.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:44 smithi135 bash[32435]: cluster 2023-12-07T23:15:42.782924+0000 mgr.a (mgr.14403) 14496 : cluster 0 pgmap v10822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:45.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:44 smithi079 bash[28699]: cluster 2023-12-07T23:15:42.782924+0000 mgr.a (mgr.14403) 14496 : cluster 0 pgmap v10822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:45.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:15:45.806 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:45.806 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:46.747 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:15:46.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:46.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:46.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:46.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:15:46.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:46 smithi194 bash[32038]: cluster 2023-12-07T23:15:44.783699+0000 mgr.a (mgr.14403) 14497 : cluster 0 pgmap v10823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:46.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:46 smithi135 bash[32435]: cluster 2023-12-07T23:15:44.783699+0000 mgr.a (mgr.14403) 14497 : cluster 0 pgmap v10823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:47.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:46 smithi079 bash[28699]: cluster 2023-12-07T23:15:44.783699+0000 mgr.a (mgr.14403) 14497 : cluster 0 pgmap v10823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:47.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:47 smithi194 bash[32038]: audit 2023-12-07T23:15:46.221334+0000 mgr.a (mgr.14403) 14498 : audit 0 from='client.291459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:47.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:47 smithi135 bash[32435]: audit 2023-12-07T23:15:46.221334+0000 mgr.a (mgr.14403) 14498 : audit 0 from='client.291459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:48.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:47 smithi079 bash[28699]: audit 2023-12-07T23:15:46.221334+0000 mgr.a (mgr.14403) 14498 : audit 0 from='client.291459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:48.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:48 smithi194 bash[32038]: cluster 2023-12-07T23:15:46.784156+0000 mgr.a (mgr.14403) 14499 : cluster 0 pgmap v10824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:48.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:48 smithi194 bash[32038]: audit 2023-12-07T23:15:48.007499+0000 mon.a (mon.0) 2448 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:15:48.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:48 smithi135 bash[32435]: cluster 2023-12-07T23:15:46.784156+0000 mgr.a (mgr.14403) 14499 : cluster 0 pgmap v10824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:48.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:48 smithi135 bash[32435]: audit 2023-12-07T23:15:48.007499+0000 mon.a (mon.0) 2448 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:15:49.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:48 smithi079 bash[28699]: cluster 2023-12-07T23:15:46.784156+0000 mgr.a (mgr.14403) 14499 : cluster 0 pgmap v10824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:49.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:48 smithi079 bash[28699]: audit 2023-12-07T23:15:48.007499+0000 mon.a (mon.0) 2448 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:15:50.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:50 smithi194 bash[32038]: cluster 2023-12-07T23:15:48.784866+0000 mgr.a (mgr.14403) 14500 : cluster 0 pgmap v10825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:50.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:50 smithi135 bash[32435]: cluster 2023-12-07T23:15:48.784866+0000 mgr.a (mgr.14403) 14500 : cluster 0 pgmap v10825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:51.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:50 smithi079 bash[28699]: cluster 2023-12-07T23:15:48.784866+0000 mgr.a (mgr.14403) 14500 : cluster 0 pgmap v10825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:51.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:15:51.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:51.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:52.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:51 smithi079 bash[28699]: cluster 2023-12-07T23:15:50.785440+0000 mgr.a (mgr.14403) 14501 : cluster 0 pgmap v10826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:52.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:51 smithi194 bash[32038]: cluster 2023-12-07T23:15:50.785440+0000 mgr.a (mgr.14403) 14501 : cluster 0 pgmap v10826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:52.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:51 smithi135 bash[32435]: cluster 2023-12-07T23:15:50.785440+0000 mgr.a (mgr.14403) 14501 : cluster 0 pgmap v10826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:52.638 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:15:52.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:52.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:52.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:52.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:15:53.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:52 smithi079 bash[28699]: audit 2023-12-07T23:15:52.154177+0000 mgr.a (mgr.14403) 14502 : audit 0 from='client.291528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:53.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:52 smithi194 bash[32038]: audit 2023-12-07T23:15:52.154177+0000 mgr.a (mgr.14403) 14502 : audit 0 from='client.291528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:53.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:52 smithi135 bash[32435]: audit 2023-12-07T23:15:52.154177+0000 mgr.a (mgr.14403) 14502 : audit 0 from='client.291528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:53.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:53 smithi135 bash[32435]: cluster 2023-12-07T23:15:52.786205+0000 mgr.a (mgr.14403) 14503 : cluster 0 pgmap v10827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:54.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:53 smithi079 bash[28699]: cluster 2023-12-07T23:15:52.786205+0000 mgr.a (mgr.14403) 14503 : cluster 0 pgmap v10827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:54.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:53 smithi194 bash[32038]: cluster 2023-12-07T23:15:52.786205+0000 mgr.a (mgr.14403) 14503 : cluster 0 pgmap v10827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:56.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:56 smithi079 bash[28699]: cluster 2023-12-07T23:15:54.787074+0000 mgr.a (mgr.14403) 14504 : cluster 0 pgmap v10828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:56.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:56 smithi194 bash[32038]: cluster 2023-12-07T23:15:54.787074+0000 mgr.a (mgr.14403) 14504 : cluster 0 pgmap v10828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:56.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:56 smithi135 bash[32435]: cluster 2023-12-07T23:15:54.787074+0000 mgr.a (mgr.14403) 14504 : cluster 0 pgmap v10828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:15:57.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:15:57.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:15:57.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:15:58.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:15:58.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:15:58.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:15:58.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:15:58.549 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:15:58.885 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:58 smithi079 bash[28699]: cluster 2023-12-07T23:15:56.787672+0000 mgr.a (mgr.14403) 14505 : cluster 0 pgmap v10829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:58.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:58 smithi194 bash[32038]: cluster 2023-12-07T23:15:56.787672+0000 mgr.a (mgr.14403) 14505 : cluster 0 pgmap v10829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:58.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:58 smithi135 bash[32435]: cluster 2023-12-07T23:15:56.787672+0000 mgr.a (mgr.14403) 14505 : cluster 0 pgmap v10829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:15:59.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:59 smithi194 bash[32038]: audit 2023-12-07T23:15:58.061078+0000 mgr.a (mgr.14403) 14506 : audit 0 from='client.291606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:59.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:59 smithi194 bash[32038]: audit 2023-12-07T23:15:58.645742+0000 mon.a (mon.0) 2449 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:15:59.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:59 smithi194 bash[32038]: audit 2023-12-07T23:15:58.651327+0000 mon.a (mon.0) 2450 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:15:59.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:59 smithi194 bash[32038]: audit 2023-12-07T23:15:58.652975+0000 mon.a (mon.0) 2451 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:15:59.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:59 smithi194 bash[32038]: audit 2023-12-07T23:15:58.654500+0000 mon.a (mon.0) 2452 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:15:59.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:15:59 smithi194 bash[32038]: audit 2023-12-07T23:15:58.663138+0000 mon.a (mon.0) 2453 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:15:59.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:59 smithi135 bash[32435]: audit 2023-12-07T23:15:58.061078+0000 mgr.a (mgr.14403) 14506 : audit 0 from='client.291606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:15:59.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:59 smithi135 bash[32435]: audit 2023-12-07T23:15:58.645742+0000 mon.a (mon.0) 2449 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:15:59.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:59 smithi135 bash[32435]: audit 2023-12-07T23:15:58.651327+0000 mon.a (mon.0) 2450 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:15:59.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:59 smithi135 bash[32435]: audit 2023-12-07T23:15:58.652975+0000 mon.a (mon.0) 2451 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:15:59.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:59 smithi135 bash[32435]: audit 2023-12-07T23:15:58.654500+0000 mon.a (mon.0) 2452 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:15:59.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:15:59 smithi135 bash[32435]: audit 2023-12-07T23:15:58.663138+0000 mon.a (mon.0) 2453 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:16:00.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:59 smithi079 bash[28699]: audit 2023-12-07T23:15:58.061078+0000 mgr.a (mgr.14403) 14506 : audit 0 from='client.291606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:00.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:59 smithi079 bash[28699]: audit 2023-12-07T23:15:58.645742+0000 mon.a (mon.0) 2449 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:16:00.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:59 smithi079 bash[28699]: audit 2023-12-07T23:15:58.651327+0000 mon.a (mon.0) 2450 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:16:00.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:59 smithi079 bash[28699]: audit 2023-12-07T23:15:58.652975+0000 mon.a (mon.0) 2451 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:16:00.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:59 smithi079 bash[28699]: audit 2023-12-07T23:15:58.654500+0000 mon.a (mon.0) 2452 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:16:00.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:15:59 smithi079 bash[28699]: audit 2023-12-07T23:15:58.663138+0000 mon.a (mon.0) 2453 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:16:00.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:00 smithi194 bash[32038]: cluster 2023-12-07T23:15:58.788630+0000 mgr.a (mgr.14403) 14507 : cluster 0 pgmap v10830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:16:00.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:00 smithi135 bash[32435]: cluster 2023-12-07T23:15:58.788630+0000 mgr.a (mgr.14403) 14507 : cluster 0 pgmap v10830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:16:01.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:00 smithi079 bash[28699]: cluster 2023-12-07T23:15:58.788630+0000 mgr.a (mgr.14403) 14507 : cluster 0 pgmap v10830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:16:02.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:02 smithi194 bash[32038]: cluster 2023-12-07T23:16:00.789384+0000 mgr.a (mgr.14403) 14508 : cluster 0 pgmap v10831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:16:02.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:02 smithi135 bash[32435]: cluster 2023-12-07T23:16:00.789384+0000 mgr.a (mgr.14403) 14508 : cluster 0 pgmap v10831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:16:03.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:02 smithi079 bash[28699]: cluster 2023-12-07T23:16:00.789384+0000 mgr.a (mgr.14403) 14508 : cluster 0 pgmap v10831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:16:03.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:16:03.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:03.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:04.433 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:16:04.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:04.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:04.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:04.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:16:04.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:04 smithi194 bash[32038]: cluster 2023-12-07T23:16:02.790001+0000 mgr.a (mgr.14403) 14509 : cluster 0 pgmap v10832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:16:04.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:04 smithi135 bash[32435]: cluster 2023-12-07T23:16:02.790001+0000 mgr.a (mgr.14403) 14509 : cluster 0 pgmap v10832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:16:05.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:04 smithi079 bash[28699]: cluster 2023-12-07T23:16:02.790001+0000 mgr.a (mgr.14403) 14509 : cluster 0 pgmap v10832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:16:05.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:05 smithi194 bash[32038]: audit 2023-12-07T23:16:03.956412+0000 mgr.a (mgr.14403) 14510 : audit 0 from='client.291684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:05.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:05 smithi135 bash[32435]: audit 2023-12-07T23:16:03.956412+0000 mgr.a (mgr.14403) 14510 : audit 0 from='client.291684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:06.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:05 smithi079 bash[28699]: audit 2023-12-07T23:16:03.956412+0000 mgr.a (mgr.14403) 14510 : audit 0 from='client.291684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:06.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:06 smithi194 bash[32038]: cluster 2023-12-07T23:16:04.791411+0000 mgr.a (mgr.14403) 14511 : cluster 0 pgmap v10833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:06.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:06 smithi135 bash[32435]: cluster 2023-12-07T23:16:04.791411+0000 mgr.a (mgr.14403) 14511 : cluster 0 pgmap v10833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:07.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:06 smithi079 bash[28699]: cluster 2023-12-07T23:16:04.791411+0000 mgr.a (mgr.14403) 14511 : cluster 0 pgmap v10833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:07.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:07 smithi194 bash[32038]: cluster 2023-12-07T23:16:06.792036+0000 mgr.a (mgr.14403) 14512 : cluster 0 pgmap v10834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:07.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:07 smithi135 bash[32435]: cluster 2023-12-07T23:16:06.792036+0000 mgr.a (mgr.14403) 14512 : cluster 0 pgmap v10834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:08.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:07 smithi079 bash[28699]: cluster 2023-12-07T23:16:06.792036+0000 mgr.a (mgr.14403) 14512 : cluster 0 pgmap v10834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:09.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:16:09.437 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:09.437 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:10.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:09 smithi079 bash[28699]: cluster 2023-12-07T23:16:08.792908+0000 mgr.a (mgr.14403) 14513 : cluster 0 pgmap v10835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:10.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:09 smithi194 bash[32038]: cluster 2023-12-07T23:16:08.792908+0000 mgr.a (mgr.14403) 14513 : cluster 0 pgmap v10835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:10.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:09 smithi135 bash[32435]: cluster 2023-12-07T23:16:08.792908+0000 mgr.a (mgr.14403) 14513 : cluster 0 pgmap v10835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:10.356 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:16:10.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:10.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:10.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:10.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:16:11.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:11 smithi194 bash[32038]: audit 2023-12-07T23:16:09.860102+0000 mgr.a (mgr.14403) 14514 : audit 0 from='client.291756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:11.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:11 smithi135 bash[32435]: audit 2023-12-07T23:16:09.860102+0000 mgr.a (mgr.14403) 14514 : audit 0 from='client.291756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:12.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:11 smithi079 bash[28699]: audit 2023-12-07T23:16:09.860102+0000 mgr.a (mgr.14403) 14514 : audit 0 from='client.291756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:12.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:12 smithi194 bash[32038]: cluster 2023-12-07T23:16:10.793797+0000 mgr.a (mgr.14403) 14515 : cluster 0 pgmap v10836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:16:12.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:12 smithi135 bash[32435]: cluster 2023-12-07T23:16:10.793797+0000 mgr.a (mgr.14403) 14515 : cluster 0 pgmap v10836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:16:13.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:12 smithi079 bash[28699]: cluster 2023-12-07T23:16:10.793797+0000 mgr.a (mgr.14403) 14515 : cluster 0 pgmap v10836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:16:14.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:14 smithi194 bash[32038]: cluster 2023-12-07T23:16:12.794361+0000 mgr.a (mgr.14403) 14516 : cluster 0 pgmap v10837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:16:14.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:14 smithi135 bash[32435]: cluster 2023-12-07T23:16:12.794361+0000 mgr.a (mgr.14403) 14516 : cluster 0 pgmap v10837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:16:15.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:14 smithi079 bash[28699]: cluster 2023-12-07T23:16:12.794361+0000 mgr.a (mgr.14403) 14516 : cluster 0 pgmap v10837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:16:15.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:16:15.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:15.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:16.273 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:16:16.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:16.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:16.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:16.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:16:16.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:16 smithi194 bash[32038]: cluster 2023-12-07T23:16:14.795129+0000 mgr.a (mgr.14403) 14517 : cluster 0 pgmap v10838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:16:16.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:16 smithi135 bash[32435]: cluster 2023-12-07T23:16:14.795129+0000 mgr.a (mgr.14403) 14517 : cluster 0 pgmap v10838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:16:17.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:16 smithi079 bash[28699]: cluster 2023-12-07T23:16:14.795129+0000 mgr.a (mgr.14403) 14517 : cluster 0 pgmap v10838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:16:17.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:17 smithi194 bash[32038]: audit 2023-12-07T23:16:15.776106+0000 mgr.a (mgr.14403) 14518 : audit 0 from='client.291834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:17.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:17 smithi135 bash[32435]: audit 2023-12-07T23:16:15.776106+0000 mgr.a (mgr.14403) 14518 : audit 0 from='client.291834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:18.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:17 smithi079 bash[28699]: audit 2023-12-07T23:16:15.776106+0000 mgr.a (mgr.14403) 14518 : audit 0 from='client.291834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:18.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:18 smithi194 bash[32038]: cluster 2023-12-07T23:16:16.795782+0000 mgr.a (mgr.14403) 14519 : cluster 0 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-07T23:16:18.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:18 smithi135 bash[32435]: cluster 2023-12-07T23:16:16.795782+0000 mgr.a (mgr.14403) 14519 : cluster 0 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-07T23:16:19.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:18 smithi079 bash[28699]: cluster 2023-12-07T23:16:16.795782+0000 mgr.a (mgr.14403) 14519 : cluster 0 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-07T23:16:20.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:20 smithi194 bash[32038]: cluster 2023-12-07T23:16:18.796603+0000 mgr.a (mgr.14403) 14520 : cluster 0 pgmap v10840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:20.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:20 smithi135 bash[32435]: cluster 2023-12-07T23:16:18.796603+0000 mgr.a (mgr.14403) 14520 : cluster 0 pgmap v10840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:21.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:20 smithi079 bash[28699]: cluster 2023-12-07T23:16:18.796603+0000 mgr.a (mgr.14403) 14520 : cluster 0 pgmap v10840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:21.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:16:21.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:21.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:22.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:21 smithi079 bash[28699]: cluster 2023-12-07T23:16:20.797188+0000 mgr.a (mgr.14403) 14521 : cluster 0 pgmap v10841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:22.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:21 smithi194 bash[32038]: cluster 2023-12-07T23:16:20.797188+0000 mgr.a (mgr.14403) 14521 : cluster 0 pgmap v10841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:22.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:21 smithi135 bash[32435]: cluster 2023-12-07T23:16:20.797188+0000 mgr.a (mgr.14403) 14521 : cluster 0 pgmap v10841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:22.218 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:16:22.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:22.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:22.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:22.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:16:23.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:22 smithi079 bash[28699]: audit 2023-12-07T23:16:21.692755+0000 mgr.a (mgr.14403) 14522 : audit 0 from='client.291909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:23.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:22 smithi194 bash[32038]: audit 2023-12-07T23:16:21.692755+0000 mgr.a (mgr.14403) 14522 : audit 0 from='client.291909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:23.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:22 smithi135 bash[32435]: audit 2023-12-07T23:16:21.692755+0000 mgr.a (mgr.14403) 14522 : audit 0 from='client.291909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:24.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:23 smithi079 bash[28699]: cluster 2023-12-07T23:16:22.797923+0000 mgr.a (mgr.14403) 14523 : cluster 0 pgmap v10842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:24.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:23 smithi194 bash[32038]: cluster 2023-12-07T23:16:22.797923+0000 mgr.a (mgr.14403) 14523 : cluster 0 pgmap v10842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:24.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:23 smithi135 bash[32435]: cluster 2023-12-07T23:16:22.797923+0000 mgr.a (mgr.14403) 14523 : cluster 0 pgmap v10842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:26.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:26 smithi194 bash[32038]: cluster 2023-12-07T23:16:24.798733+0000 mgr.a (mgr.14403) 14524 : cluster 0 pgmap v10843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:26.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:26 smithi135 bash[32435]: cluster 2023-12-07T23:16:24.798733+0000 mgr.a (mgr.14403) 14524 : cluster 0 pgmap v10843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:27.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:26 smithi079 bash[28699]: cluster 2023-12-07T23:16:24.798733+0000 mgr.a (mgr.14403) 14524 : cluster 0 pgmap v10843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:27.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:16:27.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:27.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:28.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:28.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:28.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:28.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:16:28.146 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:16:28.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:28 smithi194 bash[32038]: cluster 2023-12-07T23:16:26.799337+0000 mgr.a (mgr.14403) 14525 : cluster 0 pgmap v10844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:28.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:28 smithi194 bash[32038]: audit 2023-12-07T23:16:27.638535+0000 mgr.a (mgr.14403) 14526 : audit 0 from='client.291984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:28.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:28 smithi135 bash[32435]: cluster 2023-12-07T23:16:26.799337+0000 mgr.a (mgr.14403) 14525 : cluster 0 pgmap v10844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:28.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:28 smithi135 bash[32435]: audit 2023-12-07T23:16:27.638535+0000 mgr.a (mgr.14403) 14526 : audit 0 from='client.291984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:29.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:28 smithi079 bash[28699]: cluster 2023-12-07T23:16:26.799337+0000 mgr.a (mgr.14403) 14525 : cluster 0 pgmap v10844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:29.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:28 smithi079 bash[28699]: audit 2023-12-07T23:16:27.638535+0000 mgr.a (mgr.14403) 14526 : audit 0 from='client.291984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:30.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:30 smithi194 bash[32038]: cluster 2023-12-07T23:16:28.800291+0000 mgr.a (mgr.14403) 14527 : cluster 0 pgmap v10845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:30.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:30 smithi135 bash[32435]: cluster 2023-12-07T23:16:28.800291+0000 mgr.a (mgr.14403) 14527 : cluster 0 pgmap v10845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:31.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:30 smithi079 bash[28699]: cluster 2023-12-07T23:16:28.800291+0000 mgr.a (mgr.14403) 14527 : cluster 0 pgmap v10845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:32.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:32 smithi194 bash[32038]: cluster 2023-12-07T23:16:30.800836+0000 mgr.a (mgr.14403) 14528 : cluster 0 pgmap v10846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:32.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:32 smithi135 bash[32435]: cluster 2023-12-07T23:16:30.800836+0000 mgr.a (mgr.14403) 14528 : cluster 0 pgmap v10846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:33.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:32 smithi079 bash[28699]: cluster 2023-12-07T23:16:30.800836+0000 mgr.a (mgr.14403) 14528 : cluster 0 pgmap v10846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:33.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:16:33.149 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:33.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:34.060 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:16:34.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:34.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:34.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:34.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:16:34.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:34 smithi194 bash[32038]: cluster 2023-12-07T23:16:32.801416+0000 mgr.a (mgr.14403) 14529 : cluster 0 pgmap v10847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:34.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:34 smithi194 bash[32038]: audit 2023-12-07T23:16:33.571733+0000 mgr.a (mgr.14403) 14530 : audit 0 from='client.211466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:34.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:34 smithi135 bash[32435]: cluster 2023-12-07T23:16:32.801416+0000 mgr.a (mgr.14403) 14529 : cluster 0 pgmap v10847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:34.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:34 smithi135 bash[32435]: audit 2023-12-07T23:16:33.571733+0000 mgr.a (mgr.14403) 14530 : audit 0 from='client.211466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:35.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:34 smithi079 bash[28699]: cluster 2023-12-07T23:16:32.801416+0000 mgr.a (mgr.14403) 14529 : cluster 0 pgmap v10847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:35.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:34 smithi079 bash[28699]: audit 2023-12-07T23:16:33.571733+0000 mgr.a (mgr.14403) 14530 : audit 0 from='client.211466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:36.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:36 smithi194 bash[32038]: cluster 2023-12-07T23:16:34.802395+0000 mgr.a (mgr.14403) 14531 : cluster 0 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-07T23:16:36.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:36 smithi135 bash[32435]: cluster 2023-12-07T23:16:34.802395+0000 mgr.a (mgr.14403) 14531 : cluster 0 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-07T23:16:37.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:36 smithi079 bash[28699]: cluster 2023-12-07T23:16:34.802395+0000 mgr.a (mgr.14403) 14531 : cluster 0 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-07T23:16:38.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:38 smithi194 bash[32038]: cluster 2023-12-07T23:16:36.802993+0000 mgr.a (mgr.14403) 14532 : cluster 0 pgmap v10849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:38.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:38 smithi135 bash[32435]: cluster 2023-12-07T23:16:36.802993+0000 mgr.a (mgr.14403) 14532 : cluster 0 pgmap v10849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:39.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:16:39.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:39.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:39.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:38 smithi079 bash[28699]: cluster 2023-12-07T23:16:36.802993+0000 mgr.a (mgr.14403) 14532 : cluster 0 pgmap v10849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:39.984 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:16:39.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:39.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:39.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:39.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:16:40.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:40 smithi194 bash[32038]: cluster 2023-12-07T23:16:38.803701+0000 mgr.a (mgr.14403) 14533 : cluster 0 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-07T23:16:40.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:40 smithi194 bash[32038]: audit 2023-12-07T23:16:39.474299+0000 mgr.a (mgr.14403) 14534 : audit 0 from='client.292140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:40.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:40 smithi135 bash[32435]: cluster 2023-12-07T23:16:38.803701+0000 mgr.a (mgr.14403) 14533 : cluster 0 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-07T23:16:40.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:40 smithi135 bash[32435]: audit 2023-12-07T23:16:39.474299+0000 mgr.a (mgr.14403) 14534 : audit 0 from='client.292140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:41.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:40 smithi079 bash[28699]: cluster 2023-12-07T23:16:38.803701+0000 mgr.a (mgr.14403) 14533 : cluster 0 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-07T23:16:41.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:40 smithi079 bash[28699]: audit 2023-12-07T23:16:39.474299+0000 mgr.a (mgr.14403) 14534 : audit 0 from='client.292140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:42.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:41 smithi079 bash[28699]: cluster 2023-12-07T23:16:40.804420+0000 mgr.a (mgr.14403) 14535 : cluster 0 pgmap v10851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:42.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:41 smithi194 bash[32038]: cluster 2023-12-07T23:16:40.804420+0000 mgr.a (mgr.14403) 14535 : cluster 0 pgmap v10851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:42.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:41 smithi135 bash[32435]: cluster 2023-12-07T23:16:40.804420+0000 mgr.a (mgr.14403) 14535 : cluster 0 pgmap v10851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:44.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:43 smithi079 bash[28699]: cluster 2023-12-07T23:16:42.805061+0000 mgr.a (mgr.14403) 14536 : cluster 0 pgmap v10852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:44.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:43 smithi194 bash[32038]: cluster 2023-12-07T23:16:42.805061+0000 mgr.a (mgr.14403) 14536 : cluster 0 pgmap v10852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:44.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:43 smithi135 bash[32435]: cluster 2023-12-07T23:16:42.805061+0000 mgr.a (mgr.14403) 14536 : cluster 0 pgmap v10852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:16:44.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:16:44.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:44.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:45.899 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:16:45.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:45.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:45.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:45.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:16:46.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:46 smithi194 bash[32038]: cluster 2023-12-07T23:16:44.805807+0000 mgr.a (mgr.14403) 14537 : cluster 0 pgmap v10853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:46.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:46 smithi194 bash[32038]: audit 2023-12-07T23:16:45.394548+0000 mgr.a (mgr.14403) 14538 : audit 0 from='client.292218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:46.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:46 smithi135 bash[32435]: cluster 2023-12-07T23:16:44.805807+0000 mgr.a (mgr.14403) 14537 : cluster 0 pgmap v10853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:46.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:46 smithi135 bash[32435]: audit 2023-12-07T23:16:45.394548+0000 mgr.a (mgr.14403) 14538 : audit 0 from='client.292218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:47.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:46 smithi079 bash[28699]: cluster 2023-12-07T23:16:44.805807+0000 mgr.a (mgr.14403) 14537 : cluster 0 pgmap v10853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:47.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:46 smithi079 bash[28699]: audit 2023-12-07T23:16:45.394548+0000 mgr.a (mgr.14403) 14538 : audit 0 from='client.292218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:48.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:48 smithi194 bash[32038]: cluster 2023-12-07T23:16:46.806549+0000 mgr.a (mgr.14403) 14539 : cluster 0 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-07T23:16:48.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:48 smithi135 bash[32435]: cluster 2023-12-07T23:16:46.806549+0000 mgr.a (mgr.14403) 14539 : cluster 0 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-07T23:16:49.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:48 smithi079 bash[28699]: cluster 2023-12-07T23:16:46.806549+0000 mgr.a (mgr.14403) 14539 : cluster 0 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-07T23:16:50.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:16:50.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:50.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:50.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:50 smithi194 bash[32038]: cluster 2023-12-07T23:16:48.807372+0000 mgr.a (mgr.14403) 14540 : cluster 0 pgmap v10855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:50.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:50 smithi135 bash[32435]: cluster 2023-12-07T23:16:48.807372+0000 mgr.a (mgr.14403) 14540 : cluster 0 pgmap v10855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:51.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:50 smithi079 bash[28699]: cluster 2023-12-07T23:16:48.807372+0000 mgr.a (mgr.14403) 14540 : cluster 0 pgmap v10855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:51.792 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:16:51.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:51.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:51.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:51.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:16:52.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:52 smithi194 bash[32038]: cluster 2023-12-07T23:16:50.807882+0000 mgr.a (mgr.14403) 14541 : cluster 0 pgmap v10856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:52.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:52 smithi194 bash[32038]: audit 2023-12-07T23:16:51.307788+0000 mgr.a (mgr.14403) 14542 : audit 0 from='client.292293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:52.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:52 smithi135 bash[32435]: cluster 2023-12-07T23:16:50.807882+0000 mgr.a (mgr.14403) 14541 : cluster 0 pgmap v10856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:52.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:52 smithi135 bash[32435]: audit 2023-12-07T23:16:51.307788+0000 mgr.a (mgr.14403) 14542 : audit 0 from='client.292293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:53.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:52 smithi079 bash[28699]: cluster 2023-12-07T23:16:50.807882+0000 mgr.a (mgr.14403) 14541 : cluster 0 pgmap v10856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:53.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:52 smithi079 bash[28699]: audit 2023-12-07T23:16:51.307788+0000 mgr.a (mgr.14403) 14542 : audit 0 from='client.292293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:54.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:54 smithi194 bash[32038]: cluster 2023-12-07T23:16:52.808591+0000 mgr.a (mgr.14403) 14543 : cluster 0 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-07T23:16:54.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:54 smithi135 bash[32435]: cluster 2023-12-07T23:16:52.808591+0000 mgr.a (mgr.14403) 14543 : cluster 0 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-07T23:16:55.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:54 smithi079 bash[28699]: cluster 2023-12-07T23:16:52.808591+0000 mgr.a (mgr.14403) 14543 : cluster 0 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-07T23:16:56.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:16:56.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:16:56.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:16:56.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:56 smithi194 bash[32038]: cluster 2023-12-07T23:16:54.809433+0000 mgr.a (mgr.14403) 14544 : cluster 0 pgmap v10858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:56.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:56 smithi135 bash[32435]: cluster 2023-12-07T23:16:54.809433+0000 mgr.a (mgr.14403) 14544 : cluster 0 pgmap v10858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:57.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:56 smithi079 bash[28699]: cluster 2023-12-07T23:16:54.809433+0000 mgr.a (mgr.14403) 14544 : cluster 0 pgmap v10858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:57.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:16:57.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:16:57.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:16:57.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:16:57.707 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:16:58.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:58 smithi194 bash[32038]: cluster 2023-12-07T23:16:56.809969+0000 mgr.a (mgr.14403) 14545 : cluster 0 pgmap v10859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:58.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:58 smithi194 bash[32038]: audit 2023-12-07T23:16:57.206567+0000 mgr.a (mgr.14403) 14546 : audit 0 from='client.292371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:58.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:58 smithi135 bash[32435]: cluster 2023-12-07T23:16:56.809969+0000 mgr.a (mgr.14403) 14545 : cluster 0 pgmap v10859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:58.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:58 smithi135 bash[32435]: audit 2023-12-07T23:16:57.206567+0000 mgr.a (mgr.14403) 14546 : audit 0 from='client.292371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:59.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:58 smithi079 bash[28699]: cluster 2023-12-07T23:16:56.809969+0000 mgr.a (mgr.14403) 14545 : cluster 0 pgmap v10859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:16:59.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:58 smithi079 bash[28699]: audit 2023-12-07T23:16:57.206567+0000 mgr.a (mgr.14403) 14546 : audit 0 from='client.292371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:16:59.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:59 smithi194 bash[32038]: audit 2023-12-07T23:16:58.766798+0000 mon.a (mon.0) 2454 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:16:59.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:16:59 smithi194 bash[32038]: cluster 2023-12-07T23:16:58.810761+0000 mgr.a (mgr.14403) 14547 : cluster 0 pgmap v10860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:16:59.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:59 smithi135 bash[32435]: audit 2023-12-07T23:16:58.766798+0000 mon.a (mon.0) 2454 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:16:59.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:16:59 smithi135 bash[32435]: cluster 2023-12-07T23:16:58.810761+0000 mgr.a (mgr.14403) 14547 : cluster 0 pgmap v10860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:00.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:59 smithi079 bash[28699]: audit 2023-12-07T23:16:58.766798+0000 mon.a (mon.0) 2454 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:17:00.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:16:59 smithi079 bash[28699]: cluster 2023-12-07T23:16:58.810761+0000 mgr.a (mgr.14403) 14547 : cluster 0 pgmap v10860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:02.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:17:02.711 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:02.711 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:02.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:02 smithi194 bash[32038]: cluster 2023-12-07T23:17:00.811339+0000 mgr.a (mgr.14403) 14548 : cluster 0 pgmap v10861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:02.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:02 smithi135 bash[32435]: cluster 2023-12-07T23:17:00.811339+0000 mgr.a (mgr.14403) 14548 : cluster 0 pgmap v10861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:03.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:02 smithi079 bash[28699]: cluster 2023-12-07T23:17:00.811339+0000 mgr.a (mgr.14403) 14548 : cluster 0 pgmap v10861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:03.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:03.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:03.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:03.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:17:03.626 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:17:04.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:04 smithi194 bash[32038]: cluster 2023-12-07T23:17:02.811862+0000 mgr.a (mgr.14403) 14549 : cluster 0 pgmap v10862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:04.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:04 smithi194 bash[32038]: audit 2023-12-07T23:17:03.118915+0000 mgr.a (mgr.14403) 14550 : audit 0 from='client.292440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:04.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:04 smithi135 bash[32435]: cluster 2023-12-07T23:17:02.811862+0000 mgr.a (mgr.14403) 14549 : cluster 0 pgmap v10862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:04.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:04 smithi135 bash[32435]: audit 2023-12-07T23:17:03.118915+0000 mgr.a (mgr.14403) 14550 : audit 0 from='client.292440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:05.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:04 smithi079 bash[28699]: cluster 2023-12-07T23:17:02.811862+0000 mgr.a (mgr.14403) 14549 : cluster 0 pgmap v10862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:05.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:04 smithi079 bash[28699]: audit 2023-12-07T23:17:03.118915+0000 mgr.a (mgr.14403) 14550 : audit 0 from='client.292440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:06.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:06 smithi194 bash[32038]: cluster 2023-12-07T23:17:04.812886+0000 mgr.a (mgr.14403) 14551 : cluster 0 pgmap v10863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:17:06.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:06 smithi135 bash[32435]: cluster 2023-12-07T23:17:04.812886+0000 mgr.a (mgr.14403) 14551 : cluster 0 pgmap v10863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:17:07.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:06 smithi079 bash[28699]: cluster 2023-12-07T23:17:04.812886+0000 mgr.a (mgr.14403) 14551 : cluster 0 pgmap v10863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:17:08.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:17:08.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:08.629 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:08.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:08 smithi194 bash[32038]: cluster 2023-12-07T23:17:06.813527+0000 mgr.a (mgr.14403) 14552 : cluster 0 pgmap v10864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:17:08.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:08 smithi135 bash[32435]: cluster 2023-12-07T23:17:06.813527+0000 mgr.a (mgr.14403) 14552 : cluster 0 pgmap v10864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:17:09.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:08 smithi079 bash[28699]: cluster 2023-12-07T23:17:06.813527+0000 mgr.a (mgr.14403) 14552 : cluster 0 pgmap v10864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:17:09.526 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:17:09.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:09.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:09.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:09.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:17:10.910 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:10 smithi079 bash[28699]: cluster 2023-12-07T23:17:08.814265+0000 mgr.a (mgr.14403) 14553 : cluster 0 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-07T23:17:10.910 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:10 smithi079 bash[28699]: audit 2023-12-07T23:17:09.046441+0000 mgr.a (mgr.14403) 14554 : audit 0 from='client.292518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:10.910 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:10 smithi079 bash[28699]: audit 2023-12-07T23:17:09.572002+0000 mon.a (mon.0) 2455 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:17:10.911 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:10 smithi079 bash[28699]: audit 2023-12-07T23:17:09.577876+0000 mon.a (mon.0) 2456 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:17:10.911 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:10 smithi079 bash[28699]: audit 2023-12-07T23:17:09.579488+0000 mon.a (mon.0) 2457 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:17:10.911 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:10 smithi079 bash[28699]: audit 2023-12-07T23:17:09.580991+0000 mon.a (mon.0) 2458 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:17:10.911 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:10 smithi079 bash[28699]: audit 2023-12-07T23:17:09.588425+0000 mon.a (mon.0) 2459 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:17:10.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:10 smithi194 bash[32038]: cluster 2023-12-07T23:17:08.814265+0000 mgr.a (mgr.14403) 14553 : cluster 0 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-07T23:17:10.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:10 smithi194 bash[32038]: audit 2023-12-07T23:17:09.046441+0000 mgr.a (mgr.14403) 14554 : audit 0 from='client.292518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:10.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:10 smithi194 bash[32038]: audit 2023-12-07T23:17:09.572002+0000 mon.a (mon.0) 2455 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:17:10.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:10 smithi194 bash[32038]: audit 2023-12-07T23:17:09.577876+0000 mon.a (mon.0) 2456 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:17:10.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:10 smithi194 bash[32038]: audit 2023-12-07T23:17:09.579488+0000 mon.a (mon.0) 2457 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:17:10.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:10 smithi194 bash[32038]: audit 2023-12-07T23:17:09.580991+0000 mon.a (mon.0) 2458 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:17:10.946 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:10 smithi194 bash[32038]: audit 2023-12-07T23:17:09.588425+0000 mon.a (mon.0) 2459 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:17:10.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:10 smithi135 bash[32435]: cluster 2023-12-07T23:17:08.814265+0000 mgr.a (mgr.14403) 14553 : cluster 0 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-07T23:17:10.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:10 smithi135 bash[32435]: audit 2023-12-07T23:17:09.046441+0000 mgr.a (mgr.14403) 14554 : audit 0 from='client.292518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:10 smithi135 bash[32435]: audit 2023-12-07T23:17:09.572002+0000 mon.a (mon.0) 2455 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:17:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:10 smithi135 bash[32435]: audit 2023-12-07T23:17:09.577876+0000 mon.a (mon.0) 2456 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:17:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:10 smithi135 bash[32435]: audit 2023-12-07T23:17:09.579488+0000 mon.a (mon.0) 2457 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:17:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:10 smithi135 bash[32435]: audit 2023-12-07T23:17:09.580991+0000 mon.a (mon.0) 2458 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:17:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:10 smithi135 bash[32435]: audit 2023-12-07T23:17:09.588425+0000 mon.a (mon.0) 2459 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:17:12.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:12 smithi194 bash[32038]: cluster 2023-12-07T23:17:10.814900+0000 mgr.a (mgr.14403) 14555 : cluster 0 pgmap v10866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:12.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:12 smithi135 bash[32435]: cluster 2023-12-07T23:17:10.814900+0000 mgr.a (mgr.14403) 14555 : cluster 0 pgmap v10866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:13.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:12 smithi079 bash[28699]: cluster 2023-12-07T23:17:10.814900+0000 mgr.a (mgr.14403) 14555 : cluster 0 pgmap v10866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:14.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:17:14.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:14.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:14.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:14 smithi194 bash[32038]: cluster 2023-12-07T23:17:12.815507+0000 mgr.a (mgr.14403) 14556 : cluster 0 pgmap v10867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:14.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:14 smithi135 bash[32435]: cluster 2023-12-07T23:17:12.815507+0000 mgr.a (mgr.14403) 14556 : cluster 0 pgmap v10867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:15.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:14 smithi079 bash[28699]: cluster 2023-12-07T23:17:12.815507+0000 mgr.a (mgr.14403) 14556 : cluster 0 pgmap v10867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:15.432 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:17:15.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:15.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:15.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:15.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:17:16.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:16 smithi194 bash[32038]: cluster 2023-12-07T23:17:14.816292+0000 mgr.a (mgr.14403) 14557 : cluster 0 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-07T23:17:16.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:16 smithi194 bash[32038]: audit 2023-12-07T23:17:14.951983+0000 mgr.a (mgr.14403) 14558 : audit 0 from='client.292587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:16.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:16 smithi135 bash[32435]: cluster 2023-12-07T23:17:14.816292+0000 mgr.a (mgr.14403) 14557 : cluster 0 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-07T23:17:16.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:16 smithi135 bash[32435]: audit 2023-12-07T23:17:14.951983+0000 mgr.a (mgr.14403) 14558 : audit 0 from='client.292587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:17.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:16 smithi079 bash[28699]: cluster 2023-12-07T23:17:14.816292+0000 mgr.a (mgr.14403) 14557 : cluster 0 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-07T23:17:17.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:16 smithi079 bash[28699]: audit 2023-12-07T23:17:14.951983+0000 mgr.a (mgr.14403) 14558 : audit 0 from='client.292587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:18.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:18 smithi194 bash[32038]: cluster 2023-12-07T23:17:16.816921+0000 mgr.a (mgr.14403) 14559 : cluster 0 pgmap v10869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:17:18.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:18 smithi135 bash[32435]: cluster 2023-12-07T23:17:16.816921+0000 mgr.a (mgr.14403) 14559 : cluster 0 pgmap v10869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:17:19.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:18 smithi079 bash[28699]: cluster 2023-12-07T23:17:16.816921+0000 mgr.a (mgr.14403) 14559 : cluster 0 pgmap v10869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:17:20.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:17:20.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:20.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:20.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:20 smithi194 bash[32038]: cluster 2023-12-07T23:17:18.817783+0000 mgr.a (mgr.14403) 14560 : cluster 0 pgmap v10870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:17:20.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:20 smithi135 bash[32435]: cluster 2023-12-07T23:17:18.817783+0000 mgr.a (mgr.14403) 14560 : cluster 0 pgmap v10870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:17:21.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:20 smithi079 bash[28699]: cluster 2023-12-07T23:17:18.817783+0000 mgr.a (mgr.14403) 14560 : cluster 0 pgmap v10870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:17:21.325 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:17:21.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:21.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:21.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:21.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:17:22.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:22 smithi194 bash[32038]: cluster 2023-12-07T23:17:20.818325+0000 mgr.a (mgr.14403) 14561 : cluster 0 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-07T23:17:22.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:22 smithi194 bash[32038]: audit 2023-12-07T23:17:20.850902+0000 mgr.a (mgr.14403) 14562 : audit 0 from='client.292665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:22.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:22 smithi135 bash[32435]: cluster 2023-12-07T23:17:20.818325+0000 mgr.a (mgr.14403) 14561 : cluster 0 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-07T23:17:22.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:22 smithi135 bash[32435]: audit 2023-12-07T23:17:20.850902+0000 mgr.a (mgr.14403) 14562 : audit 0 from='client.292665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:23.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:22 smithi079 bash[28699]: cluster 2023-12-07T23:17:20.818325+0000 mgr.a (mgr.14403) 14561 : cluster 0 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-07T23:17:23.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:22 smithi079 bash[28699]: audit 2023-12-07T23:17:20.850902+0000 mgr.a (mgr.14403) 14562 : audit 0 from='client.292665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:24.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:24 smithi194 bash[32038]: cluster 2023-12-07T23:17:22.818992+0000 mgr.a (mgr.14403) 14563 : cluster 0 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-07T23:17:24.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:24 smithi135 bash[32435]: cluster 2023-12-07T23:17:22.818992+0000 mgr.a (mgr.14403) 14563 : cluster 0 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-07T23:17:25.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:24 smithi079 bash[28699]: cluster 2023-12-07T23:17:22.818992+0000 mgr.a (mgr.14403) 14563 : cluster 0 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-07T23:17:26.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:17:26.329 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:26.329 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:26.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:26 smithi194 bash[32038]: cluster 2023-12-07T23:17:24.819729+0000 mgr.a (mgr.14403) 14564 : cluster 0 pgmap v10873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:26.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:26 smithi135 bash[32435]: cluster 2023-12-07T23:17:24.819729+0000 mgr.a (mgr.14403) 14564 : cluster 0 pgmap v10873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:27.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:26 smithi079 bash[28699]: cluster 2023-12-07T23:17:24.819729+0000 mgr.a (mgr.14403) 14564 : cluster 0 pgmap v10873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:27.220 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:17:27.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:27.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:27.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:27.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:17:28.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:28 smithi194 bash[32038]: audit 2023-12-07T23:17:26.741368+0000 mgr.a (mgr.14403) 14565 : audit 0 from='client.292743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:28.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:28 smithi194 bash[32038]: cluster 2023-12-07T23:17:26.820316+0000 mgr.a (mgr.14403) 14566 : cluster 0 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-07T23:17:28.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:28 smithi135 bash[32435]: audit 2023-12-07T23:17:26.741368+0000 mgr.a (mgr.14403) 14565 : audit 0 from='client.292743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:28.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:28 smithi135 bash[32435]: cluster 2023-12-07T23:17:26.820316+0000 mgr.a (mgr.14403) 14566 : cluster 0 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-07T23:17:29.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:28 smithi079 bash[28699]: audit 2023-12-07T23:17:26.741368+0000 mgr.a (mgr.14403) 14565 : audit 0 from='client.292743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:29.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:28 smithi079 bash[28699]: cluster 2023-12-07T23:17:26.820316+0000 mgr.a (mgr.14403) 14566 : cluster 0 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-07T23:17:30.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:30 smithi194 bash[32038]: cluster 2023-12-07T23:17:28.821179+0000 mgr.a (mgr.14403) 14567 : cluster 0 pgmap v10875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:30.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:30 smithi135 bash[32435]: cluster 2023-12-07T23:17:28.821179+0000 mgr.a (mgr.14403) 14567 : cluster 0 pgmap v10875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:31.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:30 smithi079 bash[28699]: cluster 2023-12-07T23:17:28.821179+0000 mgr.a (mgr.14403) 14567 : cluster 0 pgmap v10875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:32.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:17:32.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:32.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:32.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:32 smithi194 bash[32038]: cluster 2023-12-07T23:17:30.821731+0000 mgr.a (mgr.14403) 14568 : cluster 0 pgmap v10876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:32.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:32 smithi135 bash[32435]: cluster 2023-12-07T23:17:30.821731+0000 mgr.a (mgr.14403) 14568 : cluster 0 pgmap v10876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:33.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:32 smithi079 bash[28699]: cluster 2023-12-07T23:17:30.821731+0000 mgr.a (mgr.14403) 14568 : cluster 0 pgmap v10876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:33.140 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:17:33.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:33.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:33.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:33.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:17:33.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:33 smithi194 bash[32038]: audit 2023-12-07T23:17:32.633945+0000 mgr.a (mgr.14403) 14569 : audit 0 from='client.292815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:33.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:33 smithi135 bash[32435]: audit 2023-12-07T23:17:32.633945+0000 mgr.a (mgr.14403) 14569 : audit 0 from='client.292815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:34.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:33 smithi079 bash[28699]: audit 2023-12-07T23:17:32.633945+0000 mgr.a (mgr.14403) 14569 : audit 0 from='client.292815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:34.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:34 smithi194 bash[32038]: cluster 2023-12-07T23:17:32.822483+0000 mgr.a (mgr.14403) 14570 : cluster 0 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-07T23:17:34.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:34 smithi135 bash[32435]: cluster 2023-12-07T23:17:32.822483+0000 mgr.a (mgr.14403) 14570 : cluster 0 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-07T23:17:35.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:34 smithi079 bash[28699]: cluster 2023-12-07T23:17:32.822483+0000 mgr.a (mgr.14403) 14570 : cluster 0 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-07T23:17:36.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:36 smithi194 bash[32038]: cluster 2023-12-07T23:17:34.823431+0000 mgr.a (mgr.14403) 14571 : cluster 0 pgmap v10878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:36.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:36 smithi135 bash[32435]: cluster 2023-12-07T23:17:34.823431+0000 mgr.a (mgr.14403) 14571 : cluster 0 pgmap v10878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:37.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:36 smithi079 bash[28699]: cluster 2023-12-07T23:17:34.823431+0000 mgr.a (mgr.14403) 14571 : cluster 0 pgmap v10878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:38.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:17:38.146 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:38.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:38.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:38 smithi194 bash[32038]: cluster 2023-12-07T23:17:36.823990+0000 mgr.a (mgr.14403) 14572 : cluster 0 pgmap v10879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:38.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:38 smithi135 bash[32435]: cluster 2023-12-07T23:17:36.823990+0000 mgr.a (mgr.14403) 14572 : cluster 0 pgmap v10879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:39.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:39.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:39.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:39.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:17:39.042 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:17:39.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:38 smithi079 bash[28699]: cluster 2023-12-07T23:17:36.823990+0000 mgr.a (mgr.14403) 14572 : cluster 0 pgmap v10879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:39.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:39 smithi194 bash[32038]: audit 2023-12-07T23:17:38.555730+0000 mgr.a (mgr.14403) 14573 : audit 0 from='client.292890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:39.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:39 smithi135 bash[32435]: audit 2023-12-07T23:17:38.555730+0000 mgr.a (mgr.14403) 14573 : audit 0 from='client.292890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:40.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:39 smithi079 bash[28699]: audit 2023-12-07T23:17:38.555730+0000 mgr.a (mgr.14403) 14573 : audit 0 from='client.292890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:40.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:40 smithi194 bash[32038]: cluster 2023-12-07T23:17:38.825167+0000 mgr.a (mgr.14403) 14574 : cluster 0 pgmap v10880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:40.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:40 smithi135 bash[32435]: cluster 2023-12-07T23:17:38.825167+0000 mgr.a (mgr.14403) 14574 : cluster 0 pgmap v10880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:41.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:40 smithi079 bash[28699]: cluster 2023-12-07T23:17:38.825167+0000 mgr.a (mgr.14403) 14574 : cluster 0 pgmap v10880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:42.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:42 smithi194 bash[32038]: cluster 2023-12-07T23:17:40.825768+0000 mgr.a (mgr.14403) 14575 : cluster 0 pgmap v10881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:42.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:42 smithi135 bash[32435]: cluster 2023-12-07T23:17:40.825768+0000 mgr.a (mgr.14403) 14575 : cluster 0 pgmap v10881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:43.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:42 smithi079 bash[28699]: cluster 2023-12-07T23:17:40.825768+0000 mgr.a (mgr.14403) 14575 : cluster 0 pgmap v10881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:44.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:17:44.045 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:44.046 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:44.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:44 smithi194 bash[32038]: cluster 2023-12-07T23:17:42.826340+0000 mgr.a (mgr.14403) 14576 : cluster 0 pgmap v10882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:44.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:44 smithi135 bash[32435]: cluster 2023-12-07T23:17:42.826340+0000 mgr.a (mgr.14403) 14576 : cluster 0 pgmap v10882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:44.962 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:17:44.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:44.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:44.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:44.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:17:45.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:44 smithi079 bash[28699]: cluster 2023-12-07T23:17:42.826340+0000 mgr.a (mgr.14403) 14576 : cluster 0 pgmap v10882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:45.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:45 smithi135 bash[32435]: audit 2023-12-07T23:17:44.463151+0000 mgr.a (mgr.14403) 14577 : audit 0 from='client.292965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:46.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:45 smithi079 bash[28699]: audit 2023-12-07T23:17:44.463151+0000 mgr.a (mgr.14403) 14577 : audit 0 from='client.292965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:46.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:45 smithi194 bash[32038]: audit 2023-12-07T23:17:44.463151+0000 mgr.a (mgr.14403) 14577 : audit 0 from='client.292965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:47.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:46 smithi079 bash[28699]: cluster 2023-12-07T23:17:44.827217+0000 mgr.a (mgr.14403) 14578 : cluster 0 pgmap v10883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:47.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:46 smithi194 bash[32038]: cluster 2023-12-07T23:17:44.827217+0000 mgr.a (mgr.14403) 14578 : cluster 0 pgmap v10883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:47.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:46 smithi135 bash[32435]: cluster 2023-12-07T23:17:44.827217+0000 mgr.a (mgr.14403) 14578 : cluster 0 pgmap v10883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:48.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:47 smithi079 bash[28699]: cluster 2023-12-07T23:17:46.827844+0000 mgr.a (mgr.14403) 14579 : cluster 0 pgmap v10884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:48.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:47 smithi194 bash[32038]: cluster 2023-12-07T23:17:46.827844+0000 mgr.a (mgr.14403) 14579 : cluster 0 pgmap v10884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:48.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:47 smithi135 bash[32435]: cluster 2023-12-07T23:17:46.827844+0000 mgr.a (mgr.14403) 14579 : cluster 0 pgmap v10884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:17:49.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:17:49.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:49.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:50.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:49 smithi079 bash[28699]: cluster 2023-12-07T23:17:48.828662+0000 mgr.a (mgr.14403) 14580 : cluster 0 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-07T23:17:50.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:49 smithi194 bash[32038]: cluster 2023-12-07T23:17:48.828662+0000 mgr.a (mgr.14403) 14580 : cluster 0 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-07T23:17:50.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:49 smithi135 bash[32435]: cluster 2023-12-07T23:17:48.828662+0000 mgr.a (mgr.14403) 14580 : cluster 0 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-07T23:17:50.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:50.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:50.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:50.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:17:50.871 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:17:51.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:51 smithi194 bash[32038]: audit 2023-12-07T23:17:50.371720+0000 mgr.a (mgr.14403) 14581 : audit 0 from='client.293040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:51.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:51 smithi135 bash[32435]: audit 2023-12-07T23:17:50.371720+0000 mgr.a (mgr.14403) 14581 : audit 0 from='client.293040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:52.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:51 smithi079 bash[28699]: audit 2023-12-07T23:17:50.371720+0000 mgr.a (mgr.14403) 14581 : audit 0 from='client.293040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:52.947 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:52 smithi194 bash[32038]: cluster 2023-12-07T23:17:50.829230+0000 mgr.a (mgr.14403) 14582 : cluster 0 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-07T23:17:52.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:52 smithi135 bash[32435]: cluster 2023-12-07T23:17:50.829230+0000 mgr.a (mgr.14403) 14582 : cluster 0 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-07T23:17:53.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:52 smithi079 bash[28699]: cluster 2023-12-07T23:17:50.829230+0000 mgr.a (mgr.14403) 14582 : cluster 0 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-07T23:17:54.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:54 smithi194 bash[32038]: cluster 2023-12-07T23:17:52.829802+0000 mgr.a (mgr.14403) 14583 : cluster 0 pgmap v10887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:54.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:54 smithi135 bash[32435]: cluster 2023-12-07T23:17:52.829802+0000 mgr.a (mgr.14403) 14583 : cluster 0 pgmap v10887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:55.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:54 smithi079 bash[28699]: cluster 2023-12-07T23:17:52.829802+0000 mgr.a (mgr.14403) 14583 : cluster 0 pgmap v10887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:55.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:17:55.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:17:55.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:17:56.795 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:17:56.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:17:56.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:17:56.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:17:56.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:17:56.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:56 smithi194 bash[32038]: cluster 2023-12-07T23:17:54.830634+0000 mgr.a (mgr.14403) 14584 : cluster 0 pgmap v10888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:56.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:56 smithi135 bash[32435]: cluster 2023-12-07T23:17:54.830634+0000 mgr.a (mgr.14403) 14584 : cluster 0 pgmap v10888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:57.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:56 smithi079 bash[28699]: cluster 2023-12-07T23:17:54.830634+0000 mgr.a (mgr.14403) 14584 : cluster 0 pgmap v10888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:17:57.950 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:57 smithi135 bash[32435]: audit 2023-12-07T23:17:56.287355+0000 mgr.a (mgr.14403) 14585 : audit 0 from='client.293118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:58.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:57 smithi079 bash[28699]: audit 2023-12-07T23:17:56.287355+0000 mgr.a (mgr.14403) 14585 : audit 0 from='client.293118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:58.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:57 smithi194 bash[32038]: audit 2023-12-07T23:17:56.287355+0000 mgr.a (mgr.14403) 14585 : audit 0 from='client.293118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:17:58.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:58 smithi135 bash[32435]: cluster 2023-12-07T23:17:56.831350+0000 mgr.a (mgr.14403) 14586 : cluster 0 pgmap v10889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:59.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:58 smithi079 bash[28699]: cluster 2023-12-07T23:17:56.831350+0000 mgr.a (mgr.14403) 14586 : cluster 0 pgmap v10889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:17:59.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:58 smithi194 bash[32038]: cluster 2023-12-07T23:17:56.831350+0000 mgr.a (mgr.14403) 14586 : cluster 0 pgmap v10889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:00.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:17:59 smithi079 bash[28699]: cluster 2023-12-07T23:17:58.832196+0000 mgr.a (mgr.14403) 14587 : cluster 0 pgmap v10890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:00.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:17:59 smithi194 bash[32038]: cluster 2023-12-07T23:17:58.832196+0000 mgr.a (mgr.14403) 14587 : cluster 0 pgmap v10890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:00.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:17:59 smithi135 bash[32435]: cluster 2023-12-07T23:17:58.832196+0000 mgr.a (mgr.14403) 14587 : cluster 0 pgmap v10890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:01.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:18:01.798 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:01.798 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:02.699 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:18:02.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:02.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:02.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:02.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:18:02.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:02 smithi194 bash[32038]: cluster 2023-12-07T23:18:00.832784+0000 mgr.a (mgr.14403) 14588 : cluster 0 pgmap v10891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:02.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:02 smithi135 bash[32435]: cluster 2023-12-07T23:18:00.832784+0000 mgr.a (mgr.14403) 14588 : cluster 0 pgmap v10891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:03.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:02 smithi079 bash[28699]: cluster 2023-12-07T23:18:00.832784+0000 mgr.a (mgr.14403) 14588 : cluster 0 pgmap v10891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:03.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:03 smithi194 bash[32038]: audit 2023-12-07T23:18:02.211336+0000 mgr.a (mgr.14403) 14589 : audit 0 from='client.293193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:03.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:03 smithi135 bash[32435]: audit 2023-12-07T23:18:02.211336+0000 mgr.a (mgr.14403) 14589 : audit 0 from='client.293193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:04.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:03 smithi079 bash[28699]: audit 2023-12-07T23:18:02.211336+0000 mgr.a (mgr.14403) 14589 : audit 0 from='client.293193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:04.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:04 smithi194 bash[32038]: cluster 2023-12-07T23:18:02.833512+0000 mgr.a (mgr.14403) 14590 : cluster 0 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-07T23:18:04.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:04 smithi135 bash[32435]: cluster 2023-12-07T23:18:02.833512+0000 mgr.a (mgr.14403) 14590 : cluster 0 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-07T23:18:05.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:04 smithi079 bash[28699]: cluster 2023-12-07T23:18:02.833512+0000 mgr.a (mgr.14403) 14590 : cluster 0 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-07T23:18:06.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:06 smithi194 bash[32038]: cluster 2023-12-07T23:18:04.834376+0000 mgr.a (mgr.14403) 14591 : cluster 0 pgmap v10893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:06.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:06 smithi135 bash[32435]: cluster 2023-12-07T23:18:04.834376+0000 mgr.a (mgr.14403) 14591 : cluster 0 pgmap v10893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:07.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:06 smithi079 bash[28699]: cluster 2023-12-07T23:18:04.834376+0000 mgr.a (mgr.14403) 14591 : cluster 0 pgmap v10893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:07.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:18:07.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:07.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:08.589 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:18:08.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:08.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:08.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:08.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:18:08.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:08 smithi194 bash[32038]: cluster 2023-12-07T23:18:06.834936+0000 mgr.a (mgr.14403) 14592 : cluster 0 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-07T23:18:08.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:08 smithi135 bash[32435]: cluster 2023-12-07T23:18:06.834936+0000 mgr.a (mgr.14403) 14592 : cluster 0 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-07T23:18:09.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:08 smithi079 bash[28699]: cluster 2023-12-07T23:18:06.834936+0000 mgr.a (mgr.14403) 14592 : cluster 0 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-07T23:18:10.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:09 smithi079 bash[28699]: audit 2023-12-07T23:18:08.108964+0000 mgr.a (mgr.14403) 14593 : audit 0 from='client.293268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:10.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:09 smithi079 bash[28699]: audit 2023-12-07T23:18:09.691164+0000 mon.a (mon.0) 2460 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:18:10.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:09 smithi194 bash[32038]: audit 2023-12-07T23:18:08.108964+0000 mgr.a (mgr.14403) 14593 : audit 0 from='client.293268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:10.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:09 smithi194 bash[32038]: audit 2023-12-07T23:18:09.691164+0000 mon.a (mon.0) 2460 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:18:10.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:09 smithi135 bash[32435]: audit 2023-12-07T23:18:08.108964+0000 mgr.a (mgr.14403) 14593 : audit 0 from='client.293268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:10.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:09 smithi135 bash[32435]: audit 2023-12-07T23:18:09.691164+0000 mon.a (mon.0) 2460 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:18:11.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:10 smithi079 bash[28699]: cluster 2023-12-07T23:18:08.835940+0000 mgr.a (mgr.14403) 14594 : cluster 0 pgmap v10895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:18:11.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:10 smithi194 bash[32038]: cluster 2023-12-07T23:18:08.835940+0000 mgr.a (mgr.14403) 14594 : cluster 0 pgmap v10895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:18:11.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:10 smithi135 bash[32435]: cluster 2023-12-07T23:18:08.835940+0000 mgr.a (mgr.14403) 14594 : cluster 0 pgmap v10895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:18:12.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:11 smithi079 bash[28699]: cluster 2023-12-07T23:18:10.836609+0000 mgr.a (mgr.14403) 14595 : cluster 0 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-07T23:18:12.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:11 smithi079 bash[28699]: audit 2023-12-07T23:18:10.854088+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:11 smithi079 bash[28699]: audit 2023-12-07T23:18:10.861955+0000 mon.a (mon.0) 2462 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:11 smithi079 bash[28699]: audit 2023-12-07T23:18:10.904978+0000 mon.a (mon.0) 2463 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:11 smithi079 bash[28699]: audit 2023-12-07T23:18:10.911205+0000 mon.a (mon.0) 2464 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:11 smithi079 bash[28699]: audit 2023-12-07T23:18:10.916940+0000 mon.a (mon.0) 2465 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:11 smithi079 bash[28699]: audit 2023-12-07T23:18:10.922139+0000 mon.a (mon.0) 2466 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:11 smithi079 bash[28699]: audit 2023-12-07T23:18:10.923310+0000 mon.a (mon.0) 2467 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:18:12.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:11 smithi079 bash[28699]: audit 2023-12-07T23:18:10.924472+0000 mon.a (mon.0) 2468 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:18:12.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:11 smithi079 bash[28699]: audit 2023-12-07T23:18:10.931568+0000 mon.a (mon.0) 2469 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:11 smithi194 bash[32038]: cluster 2023-12-07T23:18:10.836609+0000 mgr.a (mgr.14403) 14595 : cluster 0 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-07T23:18:12.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:11 smithi194 bash[32038]: audit 2023-12-07T23:18:10.854088+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:11 smithi194 bash[32038]: audit 2023-12-07T23:18:10.861955+0000 mon.a (mon.0) 2462 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:11 smithi194 bash[32038]: audit 2023-12-07T23:18:10.904978+0000 mon.a (mon.0) 2463 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:11 smithi194 bash[32038]: audit 2023-12-07T23:18:10.911205+0000 mon.a (mon.0) 2464 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:11 smithi194 bash[32038]: audit 2023-12-07T23:18:10.916940+0000 mon.a (mon.0) 2465 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:11 smithi194 bash[32038]: audit 2023-12-07T23:18:10.922139+0000 mon.a (mon.0) 2466 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:11 smithi194 bash[32038]: audit 2023-12-07T23:18:10.923310+0000 mon.a (mon.0) 2467 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:18:12.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:11 smithi194 bash[32038]: audit 2023-12-07T23:18:10.924472+0000 mon.a (mon.0) 2468 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:18:12.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:11 smithi194 bash[32038]: audit 2023-12-07T23:18:10.931568+0000 mon.a (mon.0) 2469 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:11 smithi135 bash[32435]: cluster 2023-12-07T23:18:10.836609+0000 mgr.a (mgr.14403) 14595 : cluster 0 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-07T23:18:12.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:11 smithi135 bash[32435]: audit 2023-12-07T23:18:10.854088+0000 mon.a (mon.0) 2461 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:11 smithi135 bash[32435]: audit 2023-12-07T23:18:10.861955+0000 mon.a (mon.0) 2462 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:11 smithi135 bash[32435]: audit 2023-12-07T23:18:10.904978+0000 mon.a (mon.0) 2463 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:11 smithi135 bash[32435]: audit 2023-12-07T23:18:10.911205+0000 mon.a (mon.0) 2464 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:11 smithi135 bash[32435]: audit 2023-12-07T23:18:10.916940+0000 mon.a (mon.0) 2465 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:11 smithi135 bash[32435]: audit 2023-12-07T23:18:10.922139+0000 mon.a (mon.0) 2466 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:12.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:11 smithi135 bash[32435]: audit 2023-12-07T23:18:10.923310+0000 mon.a (mon.0) 2467 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:18:12.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:11 smithi135 bash[32435]: audit 2023-12-07T23:18:10.924472+0000 mon.a (mon.0) 2468 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:18:12.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:11 smithi135 bash[32435]: audit 2023-12-07T23:18:10.931568+0000 mon.a (mon.0) 2469 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:18:13.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:18:13.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:13.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:14.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:13 smithi079 bash[28699]: cluster 2023-12-07T23:18:12.837132+0000 mgr.a (mgr.14403) 14596 : cluster 0 pgmap v10897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:18:14.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:13 smithi194 bash[32038]: cluster 2023-12-07T23:18:12.837132+0000 mgr.a (mgr.14403) 14596 : cluster 0 pgmap v10897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:18:14.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:13 smithi135 bash[32435]: cluster 2023-12-07T23:18:12.837132+0000 mgr.a (mgr.14403) 14596 : cluster 0 pgmap v10897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:18:14.507 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:18:14.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:14.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:14.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:14.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:18:15.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:14 smithi079 bash[28699]: audit 2023-12-07T23:18:14.005218+0000 mgr.a (mgr.14403) 14597 : audit 0 from='client.293346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:15.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:14 smithi194 bash[32038]: audit 2023-12-07T23:18:14.005218+0000 mgr.a (mgr.14403) 14597 : audit 0 from='client.293346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:15.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:14 smithi135 bash[32435]: audit 2023-12-07T23:18:14.005218+0000 mgr.a (mgr.14403) 14597 : audit 0 from='client.293346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:16.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:16 smithi194 bash[32038]: cluster 2023-12-07T23:18:14.838208+0000 mgr.a (mgr.14403) 14598 : cluster 0 pgmap v10898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:16.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:16 smithi135 bash[32435]: cluster 2023-12-07T23:18:14.838208+0000 mgr.a (mgr.14403) 14598 : cluster 0 pgmap v10898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:17.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:16 smithi079 bash[28699]: cluster 2023-12-07T23:18:14.838208+0000 mgr.a (mgr.14403) 14598 : cluster 0 pgmap v10898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:18.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:18 smithi194 bash[32038]: cluster 2023-12-07T23:18:16.838772+0000 mgr.a (mgr.14403) 14599 : cluster 0 pgmap v10899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:18.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:18 smithi135 bash[32435]: cluster 2023-12-07T23:18:16.838772+0000 mgr.a (mgr.14403) 14599 : cluster 0 pgmap v10899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:19.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:18 smithi079 bash[28699]: cluster 2023-12-07T23:18:16.838772+0000 mgr.a (mgr.14403) 14599 : cluster 0 pgmap v10899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:19.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:18:19.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:19.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:20.440 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:18:20.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:20.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:20.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:20.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:18:20.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:20 smithi194 bash[32038]: cluster 2023-12-07T23:18:18.839577+0000 mgr.a (mgr.14403) 14600 : cluster 0 pgmap v10900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:20.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:20 smithi135 bash[32435]: cluster 2023-12-07T23:18:18.839577+0000 mgr.a (mgr.14403) 14600 : cluster 0 pgmap v10900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:21.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:20 smithi079 bash[28699]: cluster 2023-12-07T23:18:18.839577+0000 mgr.a (mgr.14403) 14600 : cluster 0 pgmap v10900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:21.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:21 smithi135 bash[32435]: audit 2023-12-07T23:18:19.923319+0000 mgr.a (mgr.14403) 14601 : audit 0 from='client.293421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:22.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:21 smithi079 bash[28699]: audit 2023-12-07T23:18:19.923319+0000 mgr.a (mgr.14403) 14601 : audit 0 from='client.293421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:22.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:21 smithi194 bash[32038]: audit 2023-12-07T23:18:19.923319+0000 mgr.a (mgr.14403) 14601 : audit 0 from='client.293421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:23.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:22 smithi079 bash[28699]: cluster 2023-12-07T23:18:20.840234+0000 mgr.a (mgr.14403) 14602 : cluster 0 pgmap v10901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:18:23.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:22 smithi194 bash[32038]: cluster 2023-12-07T23:18:20.840234+0000 mgr.a (mgr.14403) 14602 : cluster 0 pgmap v10901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:18:23.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:22 smithi135 bash[32435]: cluster 2023-12-07T23:18:20.840234+0000 mgr.a (mgr.14403) 14602 : cluster 0 pgmap v10901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:18:24.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:23 smithi079 bash[28699]: cluster 2023-12-07T23:18:22.840825+0000 mgr.a (mgr.14403) 14603 : cluster 0 pgmap v10902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:18:24.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:23 smithi194 bash[32038]: cluster 2023-12-07T23:18:22.840825+0000 mgr.a (mgr.14403) 14603 : cluster 0 pgmap v10902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:18:24.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:23 smithi135 bash[32435]: cluster 2023-12-07T23:18:22.840825+0000 mgr.a (mgr.14403) 14603 : cluster 0 pgmap v10902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:18:25.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:18:25.444 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:25.444 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:26.345 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:18:26.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:26.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:26.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:26.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:18:26.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:26 smithi194 bash[32038]: cluster 2023-12-07T23:18:24.841627+0000 mgr.a (mgr.14403) 14604 : cluster 0 pgmap v10903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:18:26.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:26 smithi135 bash[32435]: cluster 2023-12-07T23:18:24.841627+0000 mgr.a (mgr.14403) 14604 : cluster 0 pgmap v10903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:18:27.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:26 smithi079 bash[28699]: cluster 2023-12-07T23:18:24.841627+0000 mgr.a (mgr.14403) 14604 : cluster 0 pgmap v10903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:18:27.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:27 smithi194 bash[32038]: audit 2023-12-07T23:18:25.852457+0000 mgr.a (mgr.14403) 14605 : audit 0 from='client.293496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:27.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:27 smithi135 bash[32435]: audit 2023-12-07T23:18:25.852457+0000 mgr.a (mgr.14403) 14605 : audit 0 from='client.293496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:28.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:27 smithi079 bash[28699]: audit 2023-12-07T23:18:25.852457+0000 mgr.a (mgr.14403) 14605 : audit 0 from='client.293496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:28.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:28 smithi194 bash[32038]: cluster 2023-12-07T23:18:26.842306+0000 mgr.a (mgr.14403) 14606 : cluster 0 pgmap v10904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:28.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:28 smithi135 bash[32435]: cluster 2023-12-07T23:18:26.842306+0000 mgr.a (mgr.14403) 14606 : cluster 0 pgmap v10904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:29.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:28 smithi079 bash[28699]: cluster 2023-12-07T23:18:26.842306+0000 mgr.a (mgr.14403) 14606 : cluster 0 pgmap v10904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:30.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:30 smithi135 bash[32435]: cluster 2023-12-07T23:18:28.843148+0000 mgr.a (mgr.14403) 14607 : cluster 0 pgmap v10905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:31.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:30 smithi079 bash[28699]: cluster 2023-12-07T23:18:28.843148+0000 mgr.a (mgr.14403) 14607 : cluster 0 pgmap v10905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:31.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:30 smithi194 bash[32038]: cluster 2023-12-07T23:18:28.843148+0000 mgr.a (mgr.14403) 14607 : cluster 0 pgmap v10905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:31.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:18:31.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:31.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:32.246 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:18:32.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:32.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:32.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:32.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:18:33.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:32 smithi079 bash[28699]: cluster 2023-12-07T23:18:30.843710+0000 mgr.a (mgr.14403) 14608 : cluster 0 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-07T23:18:33.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:32 smithi194 bash[32038]: cluster 2023-12-07T23:18:30.843710+0000 mgr.a (mgr.14403) 14608 : cluster 0 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-07T23:18:33.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:32 smithi135 bash[32435]: cluster 2023-12-07T23:18:30.843710+0000 mgr.a (mgr.14403) 14608 : cluster 0 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-07T23:18:34.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:33 smithi079 bash[28699]: audit 2023-12-07T23:18:31.752977+0000 mgr.a (mgr.14403) 14609 : audit 0 from='client.293568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:34.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:33 smithi194 bash[32038]: audit 2023-12-07T23:18:31.752977+0000 mgr.a (mgr.14403) 14609 : audit 0 from='client.293568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:34.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:33 smithi135 bash[32435]: audit 2023-12-07T23:18:31.752977+0000 mgr.a (mgr.14403) 14609 : audit 0 from='client.293568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:35.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:34 smithi079 bash[28699]: cluster 2023-12-07T23:18:32.844387+0000 mgr.a (mgr.14403) 14610 : cluster 0 pgmap v10907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:35.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:34 smithi194 bash[32038]: cluster 2023-12-07T23:18:32.844387+0000 mgr.a (mgr.14403) 14610 : cluster 0 pgmap v10907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:35.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:34 smithi135 bash[32435]: cluster 2023-12-07T23:18:32.844387+0000 mgr.a (mgr.14403) 14610 : cluster 0 pgmap v10907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:36.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:36 smithi194 bash[32038]: cluster 2023-12-07T23:18:34.845208+0000 mgr.a (mgr.14403) 14611 : cluster 0 pgmap v10908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:36.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:36 smithi135 bash[32435]: cluster 2023-12-07T23:18:34.845208+0000 mgr.a (mgr.14403) 14611 : cluster 0 pgmap v10908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:37.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:36 smithi079 bash[28699]: cluster 2023-12-07T23:18:34.845208+0000 mgr.a (mgr.14403) 14611 : cluster 0 pgmap v10908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:37.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:18:37.249 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:37.249 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:38.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:38.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:38.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:38.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:18:38.144 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:18:38.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:38 smithi194 bash[32038]: cluster 2023-12-07T23:18:36.845704+0000 mgr.a (mgr.14403) 14612 : cluster 0 pgmap v10909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:38.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:38 smithi194 bash[32038]: audit 2023-12-07T23:18:37.661671+0000 mgr.a (mgr.14403) 14613 : audit 0 from='client.293646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:38.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:38 smithi135 bash[32435]: cluster 2023-12-07T23:18:36.845704+0000 mgr.a (mgr.14403) 14612 : cluster 0 pgmap v10909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:38.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:38 smithi135 bash[32435]: audit 2023-12-07T23:18:37.661671+0000 mgr.a (mgr.14403) 14613 : audit 0 from='client.293646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:39.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:38 smithi079 bash[28699]: cluster 2023-12-07T23:18:36.845704+0000 mgr.a (mgr.14403) 14612 : cluster 0 pgmap v10909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:39.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:38 smithi079 bash[28699]: audit 2023-12-07T23:18:37.661671+0000 mgr.a (mgr.14403) 14613 : audit 0 from='client.293646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:40.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:40 smithi194 bash[32038]: cluster 2023-12-07T23:18:38.846745+0000 mgr.a (mgr.14403) 14614 : cluster 0 pgmap v10910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:40.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:40 smithi135 bash[32435]: cluster 2023-12-07T23:18:38.846745+0000 mgr.a (mgr.14403) 14614 : cluster 0 pgmap v10910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:41.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:40 smithi079 bash[28699]: cluster 2023-12-07T23:18:38.846745+0000 mgr.a (mgr.14403) 14614 : cluster 0 pgmap v10910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:18:42.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:42 smithi135 bash[32435]: cluster 2023-12-07T23:18:40.847375+0000 mgr.a (mgr.14403) 14615 : cluster 0 pgmap v10911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:43.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:42 smithi079 bash[28699]: cluster 2023-12-07T23:18:40.847375+0000 mgr.a (mgr.14403) 14615 : cluster 0 pgmap v10911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:43.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:18:43.146 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:43.146 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:43.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:42 smithi194 bash[32038]: cluster 2023-12-07T23:18:40.847375+0000 mgr.a (mgr.14403) 14615 : cluster 0 pgmap v10911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:44.039 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:18:44.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:44.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:44.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:44.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:18:45.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:44 smithi079 bash[28699]: cluster 2023-12-07T23:18:42.847943+0000 mgr.a (mgr.14403) 14616 : cluster 0 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-07T23:18:45.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:44 smithi079 bash[28699]: audit 2023-12-07T23:18:43.557608+0000 mgr.a (mgr.14403) 14617 : audit 0 from='client.293724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:45.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:44 smithi194 bash[32038]: cluster 2023-12-07T23:18:42.847943+0000 mgr.a (mgr.14403) 14616 : cluster 0 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-07T23:18:45.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:44 smithi194 bash[32038]: audit 2023-12-07T23:18:43.557608+0000 mgr.a (mgr.14403) 14617 : audit 0 from='client.293724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:45.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:44 smithi135 bash[32435]: cluster 2023-12-07T23:18:42.847943+0000 mgr.a (mgr.14403) 14616 : cluster 0 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-07T23:18:45.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:44 smithi135 bash[32435]: audit 2023-12-07T23:18:43.557608+0000 mgr.a (mgr.14403) 14617 : audit 0 from='client.293724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:47.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:46 smithi079 bash[28699]: cluster 2023-12-07T23:18:44.848906+0000 mgr.a (mgr.14403) 14618 : cluster 0 pgmap v10913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:47.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:46 smithi194 bash[32038]: cluster 2023-12-07T23:18:44.848906+0000 mgr.a (mgr.14403) 14618 : cluster 0 pgmap v10913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:47.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:46 smithi135 bash[32435]: cluster 2023-12-07T23:18:44.848906+0000 mgr.a (mgr.14403) 14618 : cluster 0 pgmap v10913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:48.134 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:47 smithi079 bash[28699]: cluster 2023-12-07T23:18:46.849484+0000 mgr.a (mgr.14403) 14619 : cluster 0 pgmap v10914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:48.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:47 smithi194 bash[32038]: cluster 2023-12-07T23:18:46.849484+0000 mgr.a (mgr.14403) 14619 : cluster 0 pgmap v10914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:48.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:47 smithi135 bash[32435]: cluster 2023-12-07T23:18:46.849484+0000 mgr.a (mgr.14403) 14619 : cluster 0 pgmap v10914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:49.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:18:49.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:49.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:49.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:49.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:49.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:49.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:18:49.916 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:18:50.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:49 smithi194 bash[32038]: cluster 2023-12-07T23:18:48.850222+0000 mgr.a (mgr.14403) 14620 : cluster 0 pgmap v10915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:50.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:49 smithi194 bash[32038]: audit 2023-12-07T23:18:49.457823+0000 mgr.a (mgr.14403) 14621 : audit 0 from='client.293802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:50.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:49 smithi135 bash[32435]: cluster 2023-12-07T23:18:48.850222+0000 mgr.a (mgr.14403) 14620 : cluster 0 pgmap v10915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:50.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:49 smithi135 bash[32435]: audit 2023-12-07T23:18:49.457823+0000 mgr.a (mgr.14403) 14621 : audit 0 from='client.293802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:50.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:49 smithi079 bash[28699]: cluster 2023-12-07T23:18:48.850222+0000 mgr.a (mgr.14403) 14620 : cluster 0 pgmap v10915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:50.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:49 smithi079 bash[28699]: audit 2023-12-07T23:18:49.457823+0000 mgr.a (mgr.14403) 14621 : audit 0 from='client.293802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:52.945 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:52 smithi194 bash[32038]: cluster 2023-12-07T23:18:50.850872+0000 mgr.a (mgr.14403) 14622 : cluster 0 pgmap v10916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:52.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:52 smithi135 bash[32435]: cluster 2023-12-07T23:18:50.850872+0000 mgr.a (mgr.14403) 14622 : cluster 0 pgmap v10916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:53.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:52 smithi079 bash[28699]: cluster 2023-12-07T23:18:50.850872+0000 mgr.a (mgr.14403) 14622 : cluster 0 pgmap v10916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:54.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:18:54.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:18:54.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:18:54.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:54 smithi135 bash[32435]: cluster 2023-12-07T23:18:52.851394+0000 mgr.a (mgr.14403) 14623 : cluster 0 pgmap v10917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:55.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:54 smithi079 bash[28699]: cluster 2023-12-07T23:18:52.851394+0000 mgr.a (mgr.14403) 14623 : cluster 0 pgmap v10917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:55.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:54 smithi194 bash[32038]: cluster 2023-12-07T23:18:52.851394+0000 mgr.a (mgr.14403) 14623 : cluster 0 pgmap v10917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:18:55.828 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:18:55.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:18:55.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:18:55.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:18:55.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:18:57.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:56 smithi079 bash[28699]: cluster 2023-12-07T23:18:54.852226+0000 mgr.a (mgr.14403) 14624 : cluster 0 pgmap v10918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:57.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:56 smithi079 bash[28699]: audit 2023-12-07T23:18:55.333584+0000 mgr.a (mgr.14403) 14625 : audit 0 from='client.293877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:57.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:56 smithi194 bash[32038]: cluster 2023-12-07T23:18:54.852226+0000 mgr.a (mgr.14403) 14624 : cluster 0 pgmap v10918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:57.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:56 smithi194 bash[32038]: audit 2023-12-07T23:18:55.333584+0000 mgr.a (mgr.14403) 14625 : audit 0 from='client.293877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:57.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:56 smithi135 bash[32435]: cluster 2023-12-07T23:18:54.852226+0000 mgr.a (mgr.14403) 14624 : cluster 0 pgmap v10918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:57.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:56 smithi135 bash[32435]: audit 2023-12-07T23:18:55.333584+0000 mgr.a (mgr.14403) 14625 : audit 0 from='client.293877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:18:59.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:18:58 smithi079 bash[28699]: cluster 2023-12-07T23:18:56.852953+0000 mgr.a (mgr.14403) 14626 : cluster 0 pgmap v10919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:59.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:18:58 smithi194 bash[32038]: cluster 2023-12-07T23:18:56.852953+0000 mgr.a (mgr.14403) 14626 : cluster 0 pgmap v10919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:18:59.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:18:58 smithi135 bash[32435]: cluster 2023-12-07T23:18:56.852953+0000 mgr.a (mgr.14403) 14626 : cluster 0 pgmap v10919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:00.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:19:00.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:00.831 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:01.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:00 smithi079 bash[28699]: cluster 2023-12-07T23:18:58.853763+0000 mgr.a (mgr.14403) 14627 : cluster 0 pgmap v10920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:01.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:00 smithi194 bash[32038]: cluster 2023-12-07T23:18:58.853763+0000 mgr.a (mgr.14403) 14627 : cluster 0 pgmap v10920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:01.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:00 smithi135 bash[32435]: cluster 2023-12-07T23:18:58.853763+0000 mgr.a (mgr.14403) 14627 : cluster 0 pgmap v10920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:01.742 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:19:01.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:01.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:01.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:01.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:19:02.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:01 smithi079 bash[28699]: cluster 2023-12-07T23:19:00.854307+0000 mgr.a (mgr.14403) 14628 : cluster 0 pgmap v10921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:02.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:01 smithi079 bash[28699]: audit 2023-12-07T23:19:01.236370+0000 mgr.a (mgr.14403) 14629 : audit 0 from='client.293952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:02.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:01 smithi194 bash[32038]: cluster 2023-12-07T23:19:00.854307+0000 mgr.a (mgr.14403) 14628 : cluster 0 pgmap v10921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:02.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:01 smithi194 bash[32038]: audit 2023-12-07T23:19:01.236370+0000 mgr.a (mgr.14403) 14629 : audit 0 from='client.293952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:02.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:01 smithi135 bash[32435]: cluster 2023-12-07T23:19:00.854307+0000 mgr.a (mgr.14403) 14628 : cluster 0 pgmap v10921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:02.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:01 smithi135 bash[32435]: audit 2023-12-07T23:19:01.236370+0000 mgr.a (mgr.14403) 14629 : audit 0 from='client.293952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:04.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:03 smithi194 bash[32038]: cluster 2023-12-07T23:19:02.855015+0000 mgr.a (mgr.14403) 14630 : cluster 0 pgmap v10922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:04.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:03 smithi135 bash[32435]: cluster 2023-12-07T23:19:02.855015+0000 mgr.a (mgr.14403) 14630 : cluster 0 pgmap v10922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:04.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:03 smithi079 bash[28699]: cluster 2023-12-07T23:19:02.855015+0000 mgr.a (mgr.14403) 14630 : cluster 0 pgmap v10922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:06.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:19:06.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:06.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:06.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:06 smithi135 bash[32435]: cluster 2023-12-07T23:19:04.855763+0000 mgr.a (mgr.14403) 14631 : cluster 0 pgmap v10923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:07.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:06 smithi079 bash[28699]: cluster 2023-12-07T23:19:04.855763+0000 mgr.a (mgr.14403) 14631 : cluster 0 pgmap v10923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:07.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:06 smithi194 bash[32038]: cluster 2023-12-07T23:19:04.855763+0000 mgr.a (mgr.14403) 14631 : cluster 0 pgmap v10923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:07.658 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:19:07.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:07.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:07.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:07.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:19:09.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:08 smithi079 bash[28699]: cluster 2023-12-07T23:19:06.856290+0000 mgr.a (mgr.14403) 14632 : cluster 0 pgmap v10924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:09.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:08 smithi079 bash[28699]: audit 2023-12-07T23:19:07.159037+0000 mgr.a (mgr.14403) 14633 : audit 0 from='client.294030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:09.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:08 smithi194 bash[32038]: cluster 2023-12-07T23:19:06.856290+0000 mgr.a (mgr.14403) 14632 : cluster 0 pgmap v10924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:09.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:08 smithi194 bash[32038]: audit 2023-12-07T23:19:07.159037+0000 mgr.a (mgr.14403) 14633 : audit 0 from='client.294030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:09.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:08 smithi135 bash[32435]: cluster 2023-12-07T23:19:06.856290+0000 mgr.a (mgr.14403) 14632 : cluster 0 pgmap v10924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:09.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:08 smithi135 bash[32435]: audit 2023-12-07T23:19:07.159037+0000 mgr.a (mgr.14403) 14633 : audit 0 from='client.294030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:11.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:10 smithi079 bash[28699]: cluster 2023-12-07T23:19:08.857268+0000 mgr.a (mgr.14403) 14634 : cluster 0 pgmap v10925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:11.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:10 smithi194 bash[32038]: cluster 2023-12-07T23:19:08.857268+0000 mgr.a (mgr.14403) 14634 : cluster 0 pgmap v10925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:11.198 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:10 smithi135 bash[32435]: cluster 2023-12-07T23:19:08.857268+0000 mgr.a (mgr.14403) 14634 : cluster 0 pgmap v10925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:12.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:11 smithi079 bash[28699]: audit 2023-12-07T23:19:11.033542+0000 mon.a (mon.0) 2470 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:19:12.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:11 smithi194 bash[32038]: audit 2023-12-07T23:19:11.033542+0000 mon.a (mon.0) 2470 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:19:12.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:11 smithi135 bash[32435]: audit 2023-12-07T23:19:11.033542+0000 mon.a (mon.0) 2470 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:19:12.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:19:12.661 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:12.661 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:13.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:12 smithi079 bash[28699]: cluster 2023-12-07T23:19:10.857865+0000 mgr.a (mgr.14403) 14635 : cluster 0 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-07T23:19:13.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:12 smithi079 bash[28699]: audit 2023-12-07T23:19:11.775884+0000 mon.a (mon.0) 2471 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:19:13.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:12 smithi079 bash[28699]: audit 2023-12-07T23:19:11.777458+0000 mon.a (mon.0) 2472 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:19:13.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:12 smithi079 bash[28699]: audit 2023-12-07T23:19:11.787162+0000 mon.a (mon.0) 2473 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:19:13.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:12 smithi194 bash[32038]: cluster 2023-12-07T23:19:10.857865+0000 mgr.a (mgr.14403) 14635 : cluster 0 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-07T23:19:13.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:12 smithi194 bash[32038]: audit 2023-12-07T23:19:11.775884+0000 mon.a (mon.0) 2471 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:19:13.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:12 smithi194 bash[32038]: audit 2023-12-07T23:19:11.777458+0000 mon.a (mon.0) 2472 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:19:13.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:12 smithi194 bash[32038]: audit 2023-12-07T23:19:11.787162+0000 mon.a (mon.0) 2473 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:19:13.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:12 smithi135 bash[32435]: cluster 2023-12-07T23:19:10.857865+0000 mgr.a (mgr.14403) 14635 : cluster 0 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-07T23:19:13.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:12 smithi135 bash[32435]: audit 2023-12-07T23:19:11.775884+0000 mon.a (mon.0) 2471 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:19:13.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:12 smithi135 bash[32435]: audit 2023-12-07T23:19:11.777458+0000 mon.a (mon.0) 2472 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:19:13.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:12 smithi135 bash[32435]: audit 2023-12-07T23:19:11.787162+0000 mon.a (mon.0) 2473 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:19:13.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:13.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:13.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:13.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:19:13.570 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:19:14.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:13 smithi079 bash[28699]: cluster 2023-12-07T23:19:12.858381+0000 mgr.a (mgr.14403) 14636 : cluster 0 pgmap v10927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:14.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:13 smithi079 bash[28699]: audit 2023-12-07T23:19:13.061575+0000 mgr.a (mgr.14403) 14637 : audit 0 from='client.294102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:14.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:13 smithi194 bash[32038]: cluster 2023-12-07T23:19:12.858381+0000 mgr.a (mgr.14403) 14636 : cluster 0 pgmap v10927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:14.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:13 smithi194 bash[32038]: audit 2023-12-07T23:19:13.061575+0000 mgr.a (mgr.14403) 14637 : audit 0 from='client.294102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:14.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:13 smithi135 bash[32435]: cluster 2023-12-07T23:19:12.858381+0000 mgr.a (mgr.14403) 14636 : cluster 0 pgmap v10927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:14.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:13 smithi135 bash[32435]: audit 2023-12-07T23:19:13.061575+0000 mgr.a (mgr.14403) 14637 : audit 0 from='client.294102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:16.949 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:16 smithi135 bash[32435]: cluster 2023-12-07T23:19:14.859269+0000 mgr.a (mgr.14403) 14638 : cluster 0 pgmap v10928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:19:17.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:16 smithi079 bash[28699]: cluster 2023-12-07T23:19:14.859269+0000 mgr.a (mgr.14403) 14638 : cluster 0 pgmap v10928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:19:17.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:16 smithi194 bash[32038]: cluster 2023-12-07T23:19:14.859269+0000 mgr.a (mgr.14403) 14638 : cluster 0 pgmap v10928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:19:18.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:19:18.572 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:18.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:19.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:18 smithi079 bash[28699]: cluster 2023-12-07T23:19:16.859825+0000 mgr.a (mgr.14403) 14639 : cluster 0 pgmap v10929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:19:19.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:18 smithi194 bash[32038]: cluster 2023-12-07T23:19:16.859825+0000 mgr.a (mgr.14403) 14639 : cluster 0 pgmap v10929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:19:19.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:18 smithi135 bash[32435]: cluster 2023-12-07T23:19:16.859825+0000 mgr.a (mgr.14403) 14639 : cluster 0 pgmap v10929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:19:19.490 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:19:19.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:19.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:19.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:19.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:19:21.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:20 smithi079 bash[28699]: cluster 2023-12-07T23:19:18.860446+0000 mgr.a (mgr.14403) 14640 : cluster 0 pgmap v10930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:21.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:20 smithi079 bash[28699]: audit 2023-12-07T23:19:18.992395+0000 mgr.a (mgr.14403) 14641 : audit 0 from='client.294174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:21.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:20 smithi194 bash[32038]: cluster 2023-12-07T23:19:18.860446+0000 mgr.a (mgr.14403) 14640 : cluster 0 pgmap v10930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:21.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:20 smithi194 bash[32038]: audit 2023-12-07T23:19:18.992395+0000 mgr.a (mgr.14403) 14641 : audit 0 from='client.294174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:21.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:20 smithi135 bash[32435]: cluster 2023-12-07T23:19:18.860446+0000 mgr.a (mgr.14403) 14640 : cluster 0 pgmap v10930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:21.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:20 smithi135 bash[32435]: audit 2023-12-07T23:19:18.992395+0000 mgr.a (mgr.14403) 14641 : audit 0 from='client.294174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:23.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:22 smithi079 bash[28699]: cluster 2023-12-07T23:19:20.861140+0000 mgr.a (mgr.14403) 14642 : cluster 0 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-07T23:19:23.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:22 smithi194 bash[32038]: cluster 2023-12-07T23:19:20.861140+0000 mgr.a (mgr.14403) 14642 : cluster 0 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-07T23:19:23.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:22 smithi135 bash[32435]: cluster 2023-12-07T23:19:20.861140+0000 mgr.a (mgr.14403) 14642 : cluster 0 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-07T23:19:24.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:19:24.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:24.495 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:25.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:24 smithi079 bash[28699]: cluster 2023-12-07T23:19:22.861717+0000 mgr.a (mgr.14403) 14643 : cluster 0 pgmap v10932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:25.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:24 smithi194 bash[32038]: cluster 2023-12-07T23:19:22.861717+0000 mgr.a (mgr.14403) 14643 : cluster 0 pgmap v10932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:25.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:24 smithi135 bash[32435]: cluster 2023-12-07T23:19:22.861717+0000 mgr.a (mgr.14403) 14643 : cluster 0 pgmap v10932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:25.401 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:19:25.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:25.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:25.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:25.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:19:27.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:26 smithi079 bash[28699]: cluster 2023-12-07T23:19:24.862501+0000 mgr.a (mgr.14403) 14644 : cluster 0 pgmap v10933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:27.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:26 smithi079 bash[28699]: audit 2023-12-07T23:19:24.909999+0000 mgr.a (mgr.14403) 14645 : audit 0 from='client.294249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:27.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:26 smithi194 bash[32038]: cluster 2023-12-07T23:19:24.862501+0000 mgr.a (mgr.14403) 14644 : cluster 0 pgmap v10933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:27.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:26 smithi194 bash[32038]: audit 2023-12-07T23:19:24.909999+0000 mgr.a (mgr.14403) 14645 : audit 0 from='client.294249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:27.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:26 smithi135 bash[32435]: cluster 2023-12-07T23:19:24.862501+0000 mgr.a (mgr.14403) 14644 : cluster 0 pgmap v10933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:27.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:26 smithi135 bash[32435]: audit 2023-12-07T23:19:24.909999+0000 mgr.a (mgr.14403) 14645 : audit 0 from='client.294249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:29.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:28 smithi079 bash[28699]: cluster 2023-12-07T23:19:26.863208+0000 mgr.a (mgr.14403) 14646 : cluster 0 pgmap v10934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:19:29.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:28 smithi194 bash[32038]: cluster 2023-12-07T23:19:26.863208+0000 mgr.a (mgr.14403) 14646 : cluster 0 pgmap v10934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:19:29.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:28 smithi135 bash[32435]: cluster 2023-12-07T23:19:26.863208+0000 mgr.a (mgr.14403) 14646 : cluster 0 pgmap v10934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:19:30.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:19:30.405 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:30.405 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:31.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:30 smithi079 bash[28699]: cluster 2023-12-07T23:19:28.864047+0000 mgr.a (mgr.14403) 14647 : cluster 0 pgmap v10935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:19:31.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:30 smithi194 bash[32038]: cluster 2023-12-07T23:19:28.864047+0000 mgr.a (mgr.14403) 14647 : cluster 0 pgmap v10935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:19:31.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:30 smithi135 bash[32435]: cluster 2023-12-07T23:19:28.864047+0000 mgr.a (mgr.14403) 14647 : cluster 0 pgmap v10935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:19:31.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:31.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:31.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:31.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:19:31.316 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:19:32.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:31 smithi079 bash[28699]: audit 2023-12-07T23:19:30.824350+0000 mgr.a (mgr.14403) 14648 : audit 0 from='client.294324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:32.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:31 smithi079 bash[28699]: cluster 2023-12-07T23:19:30.864736+0000 mgr.a (mgr.14403) 14649 : cluster 0 pgmap v10936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:32.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:31 smithi194 bash[32038]: audit 2023-12-07T23:19:30.824350+0000 mgr.a (mgr.14403) 14648 : audit 0 from='client.294324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:32.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:31 smithi194 bash[32038]: cluster 2023-12-07T23:19:30.864736+0000 mgr.a (mgr.14403) 14649 : cluster 0 pgmap v10936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:32.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:31 smithi135 bash[32435]: audit 2023-12-07T23:19:30.824350+0000 mgr.a (mgr.14403) 14648 : audit 0 from='client.294324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:32.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:31 smithi135 bash[32435]: cluster 2023-12-07T23:19:30.864736+0000 mgr.a (mgr.14403) 14649 : cluster 0 pgmap v10936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:34.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:33 smithi194 bash[32038]: cluster 2023-12-07T23:19:32.865615+0000 mgr.a (mgr.14403) 14650 : cluster 0 pgmap v10937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:34.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:33 smithi135 bash[32435]: cluster 2023-12-07T23:19:32.865615+0000 mgr.a (mgr.14403) 14650 : cluster 0 pgmap v10937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:34.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:33 smithi079 bash[28699]: cluster 2023-12-07T23:19:32.865615+0000 mgr.a (mgr.14403) 14650 : cluster 0 pgmap v10937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:36.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:19:36.319 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:36.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:37.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:36 smithi079 bash[28699]: cluster 2023-12-07T23:19:34.866625+0000 mgr.a (mgr.14403) 14651 : cluster 0 pgmap v10938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:37.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:36 smithi194 bash[32038]: cluster 2023-12-07T23:19:34.866625+0000 mgr.a (mgr.14403) 14651 : cluster 0 pgmap v10938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:37.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:36 smithi135 bash[32435]: cluster 2023-12-07T23:19:34.866625+0000 mgr.a (mgr.14403) 14651 : cluster 0 pgmap v10938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:37.214 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:19:37.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:37.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:37.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:37.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:19:39.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:38 smithi079 bash[28699]: audit 2023-12-07T23:19:36.729457+0000 mgr.a (mgr.14403) 14652 : audit 0 from='client.294399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:39.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:38 smithi079 bash[28699]: cluster 2023-12-07T23:19:36.869685+0000 mgr.a (mgr.14403) 14653 : cluster 0 pgmap v10939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:39.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:38 smithi194 bash[32038]: audit 2023-12-07T23:19:36.729457+0000 mgr.a (mgr.14403) 14652 : audit 0 from='client.294399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:39.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:38 smithi194 bash[32038]: cluster 2023-12-07T23:19:36.869685+0000 mgr.a (mgr.14403) 14653 : cluster 0 pgmap v10939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:39.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:38 smithi135 bash[32435]: audit 2023-12-07T23:19:36.729457+0000 mgr.a (mgr.14403) 14652 : audit 0 from='client.294399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:39.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:38 smithi135 bash[32435]: cluster 2023-12-07T23:19:36.869685+0000 mgr.a (mgr.14403) 14653 : cluster 0 pgmap v10939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:41.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:40 smithi079 bash[28699]: cluster 2023-12-07T23:19:38.870655+0000 mgr.a (mgr.14403) 14654 : cluster 0 pgmap v10940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:41.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:40 smithi194 bash[32038]: cluster 2023-12-07T23:19:38.870655+0000 mgr.a (mgr.14403) 14654 : cluster 0 pgmap v10940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:41.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:40 smithi135 bash[32435]: cluster 2023-12-07T23:19:38.870655+0000 mgr.a (mgr.14403) 14654 : cluster 0 pgmap v10940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:42.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:41 smithi079 bash[28699]: cluster 2023-12-07T23:19:40.871377+0000 mgr.a (mgr.14403) 14655 : cluster 0 pgmap v10941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:42.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:41 smithi194 bash[32038]: cluster 2023-12-07T23:19:40.871377+0000 mgr.a (mgr.14403) 14655 : cluster 0 pgmap v10941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:42.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:41 smithi135 bash[32435]: cluster 2023-12-07T23:19:40.871377+0000 mgr.a (mgr.14403) 14655 : cluster 0 pgmap v10941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:42.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:19:42.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:42.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:43.100 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:19:43.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:43.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:43.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:43.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:19:43.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:42 smithi079 bash[28699]: audit 2023-12-07T23:19:42.633921+0000 mgr.a (mgr.14403) 14656 : audit 0 from='client.294474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:43.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:42 smithi194 bash[32038]: audit 2023-12-07T23:19:42.633921+0000 mgr.a (mgr.14403) 14656 : audit 0 from='client.294474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:43.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:42 smithi135 bash[32435]: audit 2023-12-07T23:19:42.633921+0000 mgr.a (mgr.14403) 14656 : audit 0 from='client.294474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:44.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:43 smithi079 bash[28699]: cluster 2023-12-07T23:19:42.871807+0000 mgr.a (mgr.14403) 14657 : cluster 0 pgmap v10942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:44.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:43 smithi194 bash[32038]: cluster 2023-12-07T23:19:42.871807+0000 mgr.a (mgr.14403) 14657 : cluster 0 pgmap v10942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:44.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:43 smithi135 bash[32435]: cluster 2023-12-07T23:19:42.871807+0000 mgr.a (mgr.14403) 14657 : cluster 0 pgmap v10942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:47.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:46 smithi079 bash[28699]: cluster 2023-12-07T23:19:44.872636+0000 mgr.a (mgr.14403) 14658 : cluster 0 pgmap v10943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:47.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:46 smithi194 bash[32038]: cluster 2023-12-07T23:19:44.872636+0000 mgr.a (mgr.14403) 14658 : cluster 0 pgmap v10943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:47.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:46 smithi135 bash[32435]: cluster 2023-12-07T23:19:44.872636+0000 mgr.a (mgr.14403) 14658 : cluster 0 pgmap v10943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:19:48.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:19:48.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:48.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:49.014 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:19:49.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:49.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:49.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:49.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:19:49.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:48 smithi079 bash[28699]: cluster 2023-12-07T23:19:46.873190+0000 mgr.a (mgr.14403) 14659 : cluster 0 pgmap v10944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:49.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:48 smithi194 bash[32038]: cluster 2023-12-07T23:19:46.873190+0000 mgr.a (mgr.14403) 14659 : cluster 0 pgmap v10944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:49.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:48 smithi135 bash[32435]: cluster 2023-12-07T23:19:46.873190+0000 mgr.a (mgr.14403) 14659 : cluster 0 pgmap v10944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:50.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:49 smithi079 bash[28699]: audit 2023-12-07T23:19:48.515254+0000 mgr.a (mgr.14403) 14660 : audit 0 from='client.294549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:50.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:49 smithi194 bash[32038]: audit 2023-12-07T23:19:48.515254+0000 mgr.a (mgr.14403) 14660 : audit 0 from='client.294549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:50.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:49 smithi135 bash[32435]: audit 2023-12-07T23:19:48.515254+0000 mgr.a (mgr.14403) 14660 : audit 0 from='client.294549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:51.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:50 smithi079 bash[28699]: cluster 2023-12-07T23:19:48.874005+0000 mgr.a (mgr.14403) 14661 : cluster 0 pgmap v10945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:51.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:50 smithi194 bash[32038]: cluster 2023-12-07T23:19:48.874005+0000 mgr.a (mgr.14403) 14661 : cluster 0 pgmap v10945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:51.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:50 smithi135 bash[32435]: cluster 2023-12-07T23:19:48.874005+0000 mgr.a (mgr.14403) 14661 : cluster 0 pgmap v10945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:52.135 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:51 smithi079 bash[28699]: cluster 2023-12-07T23:19:50.874669+0000 mgr.a (mgr.14403) 14662 : cluster 0 pgmap v10946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:52.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:51 smithi194 bash[32038]: cluster 2023-12-07T23:19:50.874669+0000 mgr.a (mgr.14403) 14662 : cluster 0 pgmap v10946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:52.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:51 smithi135 bash[32435]: cluster 2023-12-07T23:19:50.874669+0000 mgr.a (mgr.14403) 14662 : cluster 0 pgmap v10946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:54.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:19:54.018 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:54.018 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:19:54.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:53 smithi194 bash[32038]: cluster 2023-12-07T23:19:52.875397+0000 mgr.a (mgr.14403) 14663 : cluster 0 pgmap v10947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:54.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:53 smithi135 bash[32435]: cluster 2023-12-07T23:19:52.875397+0000 mgr.a (mgr.14403) 14663 : cluster 0 pgmap v10947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:54.385 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:53 smithi079 bash[28699]: cluster 2023-12-07T23:19:52.875397+0000 mgr.a (mgr.14403) 14663 : cluster 0 pgmap v10947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:54.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:19:54.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:19:54.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:19:54.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:19:54.907 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:19:55.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:54 smithi194 bash[32038]: audit 2023-12-07T23:19:54.422394+0000 mgr.a (mgr.14403) 14664 : audit 0 from='client.294627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:55.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:54 smithi135 bash[32435]: audit 2023-12-07T23:19:54.422394+0000 mgr.a (mgr.14403) 14664 : audit 0 from='client.294627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:55.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:54 smithi079 bash[28699]: audit 2023-12-07T23:19:54.422394+0000 mgr.a (mgr.14403) 14664 : audit 0 from='client.294627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:19:57.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:56 smithi079 bash[28699]: cluster 2023-12-07T23:19:54.876241+0000 mgr.a (mgr.14403) 14665 : cluster 0 pgmap v10948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:57.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:56 smithi194 bash[32038]: cluster 2023-12-07T23:19:54.876241+0000 mgr.a (mgr.14403) 14665 : cluster 0 pgmap v10948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:57.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:56 smithi135 bash[32435]: cluster 2023-12-07T23:19:54.876241+0000 mgr.a (mgr.14403) 14665 : cluster 0 pgmap v10948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:19:59.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:58 smithi079 bash[28699]: cluster 2023-12-07T23:19:56.876792+0000 mgr.a (mgr.14403) 14666 : cluster 0 pgmap v10949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:59.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:58 smithi194 bash[32038]: cluster 2023-12-07T23:19:56.876792+0000 mgr.a (mgr.14403) 14666 : cluster 0 pgmap v10949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:59.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:58 smithi135 bash[32435]: cluster 2023-12-07T23:19:56.876792+0000 mgr.a (mgr.14403) 14666 : cluster 0 pgmap v10949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:19:59.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:19:59.911 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:19:59.911 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:00.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:19:59 smithi079 bash[28699]: cluster 2023-12-07T23:19:58.877534+0000 mgr.a (mgr.14403) 14667 : cluster 0 pgmap v10950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:00.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:19:59 smithi194 bash[32038]: cluster 2023-12-07T23:19:58.877534+0000 mgr.a (mgr.14403) 14667 : cluster 0 pgmap v10950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:00.199 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:19:59 smithi135 bash[32435]: cluster 2023-12-07T23:19:58.877534+0000 mgr.a (mgr.14403) 14667 : cluster 0 pgmap v10950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:00.824 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:20:00.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:00.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:00.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:00.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:20:01.190 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:00 smithi079 bash[28699]: cluster 2023-12-07T23:20:00.000123+0000 mon.a (mon.0) 2474 : cluster 1 overall HEALTH_OK 2023-12-07T23:20:01.190 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:00 smithi079 bash[28699]: audit 2023-12-07T23:20:00.323633+0000 mgr.a (mgr.14403) 14668 : audit 0 from='client.294705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:01.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:00 smithi194 bash[32038]: cluster 2023-12-07T23:20:00.000123+0000 mon.a (mon.0) 2474 : cluster 1 overall HEALTH_OK 2023-12-07T23:20:01.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:00 smithi194 bash[32038]: audit 2023-12-07T23:20:00.323633+0000 mgr.a (mgr.14403) 14668 : audit 0 from='client.294705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:01.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:00 smithi135 bash[32435]: cluster 2023-12-07T23:20:00.000123+0000 mon.a (mon.0) 2474 : cluster 1 overall HEALTH_OK 2023-12-07T23:20:01.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:00 smithi135 bash[32435]: audit 2023-12-07T23:20:00.323633+0000 mgr.a (mgr.14403) 14668 : audit 0 from='client.294705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:02.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:01 smithi079 bash[28699]: cluster 2023-12-07T23:20:00.878381+0000 mgr.a (mgr.14403) 14669 : cluster 0 pgmap v10951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:02.195 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:01 smithi194 bash[32038]: cluster 2023-12-07T23:20:00.878381+0000 mgr.a (mgr.14403) 14669 : cluster 0 pgmap v10951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:02.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:01 smithi135 bash[32435]: cluster 2023-12-07T23:20:00.878381+0000 mgr.a (mgr.14403) 14669 : cluster 0 pgmap v10951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:04.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:03 smithi194 bash[32038]: cluster 2023-12-07T23:20:02.879048+0000 mgr.a (mgr.14403) 14670 : cluster 0 pgmap v10952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:04.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:03 smithi135 bash[32435]: cluster 2023-12-07T23:20:02.879048+0000 mgr.a (mgr.14403) 14670 : cluster 0 pgmap v10952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:04.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:03 smithi079 bash[28699]: cluster 2023-12-07T23:20:02.879048+0000 mgr.a (mgr.14403) 14670 : cluster 0 pgmap v10952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:05.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:20:05.827 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:05.827 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:06.727 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:20:06.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:06.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:06.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:06.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:20:07.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:06 smithi079 bash[28699]: cluster 2023-12-07T23:20:04.879785+0000 mgr.a (mgr.14403) 14671 : cluster 0 pgmap v10953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:07.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:06 smithi194 bash[32038]: cluster 2023-12-07T23:20:04.879785+0000 mgr.a (mgr.14403) 14671 : cluster 0 pgmap v10953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:07.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:06 smithi135 bash[32435]: cluster 2023-12-07T23:20:04.879785+0000 mgr.a (mgr.14403) 14671 : cluster 0 pgmap v10953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:08.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:07 smithi079 bash[28699]: audit 2023-12-07T23:20:06.238162+0000 mgr.a (mgr.14403) 14672 : audit 0 from='client.294774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:08.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:07 smithi194 bash[32038]: audit 2023-12-07T23:20:06.238162+0000 mgr.a (mgr.14403) 14672 : audit 0 from='client.294774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:08.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:07 smithi135 bash[32435]: audit 2023-12-07T23:20:06.238162+0000 mgr.a (mgr.14403) 14672 : audit 0 from='client.294774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:09.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:08 smithi079 bash[28699]: cluster 2023-12-07T23:20:06.880453+0000 mgr.a (mgr.14403) 14673 : cluster 0 pgmap v10954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:09.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:08 smithi194 bash[32038]: cluster 2023-12-07T23:20:06.880453+0000 mgr.a (mgr.14403) 14673 : cluster 0 pgmap v10954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:09.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:08 smithi135 bash[32435]: cluster 2023-12-07T23:20:06.880453+0000 mgr.a (mgr.14403) 14673 : cluster 0 pgmap v10954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:10.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:09 smithi079 bash[28699]: cluster 2023-12-07T23:20:08.881260+0000 mgr.a (mgr.14403) 14674 : cluster 0 pgmap v10955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:10.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:09 smithi194 bash[32038]: cluster 2023-12-07T23:20:08.881260+0000 mgr.a (mgr.14403) 14674 : cluster 0 pgmap v10955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:10.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:09 smithi135 bash[32435]: cluster 2023-12-07T23:20:08.881260+0000 mgr.a (mgr.14403) 14674 : cluster 0 pgmap v10955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:11.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:20:11.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:11.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:12.636 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:20:12.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:12.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:12.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:12.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:20:13.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:12 smithi079 bash[28699]: cluster 2023-12-07T23:20:10.881827+0000 mgr.a (mgr.14403) 14675 : cluster 0 pgmap v10956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:13.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:12 smithi079 bash[28699]: audit 2023-12-07T23:20:11.889130+0000 mon.a (mon.0) 2475 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:20:13.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:12 smithi194 bash[32038]: cluster 2023-12-07T23:20:10.881827+0000 mgr.a (mgr.14403) 14675 : cluster 0 pgmap v10956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:13.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:12 smithi194 bash[32038]: audit 2023-12-07T23:20:11.889130+0000 mon.a (mon.0) 2475 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:20:13.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:12 smithi135 bash[32435]: cluster 2023-12-07T23:20:10.881827+0000 mgr.a (mgr.14403) 14675 : cluster 0 pgmap v10956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:13.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:12 smithi135 bash[32435]: audit 2023-12-07T23:20:11.889130+0000 mon.a (mon.0) 2475 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:20:14.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:13 smithi079 bash[28699]: audit 2023-12-07T23:20:12.172152+0000 mgr.a (mgr.14403) 14676 : audit 0 from='client.294852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:14.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:13 smithi079 bash[28699]: cluster 2023-12-07T23:20:12.882516+0000 mgr.a (mgr.14403) 14677 : cluster 0 pgmap v10957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:14.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:13 smithi194 bash[32038]: audit 2023-12-07T23:20:12.172152+0000 mgr.a (mgr.14403) 14676 : audit 0 from='client.294852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:14.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:13 smithi194 bash[32038]: cluster 2023-12-07T23:20:12.882516+0000 mgr.a (mgr.14403) 14677 : cluster 0 pgmap v10957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:14.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:13 smithi135 bash[32435]: audit 2023-12-07T23:20:12.172152+0000 mgr.a (mgr.14403) 14676 : audit 0 from='client.294852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:14.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:13 smithi135 bash[32435]: cluster 2023-12-07T23:20:12.882516+0000 mgr.a (mgr.14403) 14677 : cluster 0 pgmap v10957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:17.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:16 smithi079 bash[28699]: cluster 2023-12-07T23:20:14.883414+0000 mgr.a (mgr.14403) 14678 : cluster 0 pgmap v10958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:17.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:16 smithi194 bash[32038]: cluster 2023-12-07T23:20:14.883414+0000 mgr.a (mgr.14403) 14678 : cluster 0 pgmap v10958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:17.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:16 smithi135 bash[32435]: cluster 2023-12-07T23:20:14.883414+0000 mgr.a (mgr.14403) 14678 : cluster 0 pgmap v10958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:17.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:20:17.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:17.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:18.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:18.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:18.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:18.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:20:18.559 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:20:18.636 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:18 smithi079 bash[28699]: cluster 2023-12-07T23:20:16.883986+0000 mgr.a (mgr.14403) 14679 : cluster 0 pgmap v10959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:18 smithi079 bash[28699]: audit 2023-12-07T23:20:17.232401+0000 mon.a (mon.0) 2476 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:18 smithi079 bash[28699]: audit 2023-12-07T23:20:17.237895+0000 mon.a (mon.0) 2477 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:18 smithi079 bash[28699]: audit 2023-12-07T23:20:17.282443+0000 mon.a (mon.0) 2478 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:18 smithi079 bash[28699]: audit 2023-12-07T23:20:17.286551+0000 mon.a (mon.0) 2479 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:18 smithi079 bash[28699]: audit 2023-12-07T23:20:17.289849+0000 mon.a (mon.0) 2480 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:18 smithi079 bash[28699]: audit 2023-12-07T23:20:17.294028+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:18 smithi079 bash[28699]: audit 2023-12-07T23:20:17.976946+0000 mon.a (mon.0) 2482 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:20:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:18 smithi079 bash[28699]: audit 2023-12-07T23:20:17.978719+0000 mon.a (mon.0) 2483 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:20:18.637 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:18 smithi079 bash[28699]: audit 2023-12-07T23:20:17.987169+0000 mon.a (mon.0) 2484 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:18 smithi194 bash[32038]: cluster 2023-12-07T23:20:16.883986+0000 mgr.a (mgr.14403) 14679 : cluster 0 pgmap v10959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:18.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:18 smithi194 bash[32038]: audit 2023-12-07T23:20:17.232401+0000 mon.a (mon.0) 2476 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:18 smithi194 bash[32038]: audit 2023-12-07T23:20:17.237895+0000 mon.a (mon.0) 2477 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:18 smithi194 bash[32038]: audit 2023-12-07T23:20:17.282443+0000 mon.a (mon.0) 2478 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:18 smithi194 bash[32038]: audit 2023-12-07T23:20:17.286551+0000 mon.a (mon.0) 2479 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:18 smithi194 bash[32038]: audit 2023-12-07T23:20:17.289849+0000 mon.a (mon.0) 2480 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:18 smithi194 bash[32038]: audit 2023-12-07T23:20:17.294028+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:18 smithi194 bash[32038]: audit 2023-12-07T23:20:17.976946+0000 mon.a (mon.0) 2482 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:20:18.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:18 smithi194 bash[32038]: audit 2023-12-07T23:20:17.978719+0000 mon.a (mon.0) 2483 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:20:18.697 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:18 smithi194 bash[32038]: audit 2023-12-07T23:20:17.987169+0000 mon.a (mon.0) 2484 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:18 smithi135 bash[32435]: cluster 2023-12-07T23:20:16.883986+0000 mgr.a (mgr.14403) 14679 : cluster 0 pgmap v10959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:18.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:18 smithi135 bash[32435]: audit 2023-12-07T23:20:17.232401+0000 mon.a (mon.0) 2476 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:18 smithi135 bash[32435]: audit 2023-12-07T23:20:17.237895+0000 mon.a (mon.0) 2477 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:18 smithi135 bash[32435]: audit 2023-12-07T23:20:17.282443+0000 mon.a (mon.0) 2478 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:18 smithi135 bash[32435]: audit 2023-12-07T23:20:17.286551+0000 mon.a (mon.0) 2479 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:18 smithi135 bash[32435]: audit 2023-12-07T23:20:17.289849+0000 mon.a (mon.0) 2480 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:18 smithi135 bash[32435]: audit 2023-12-07T23:20:17.294028+0000 mon.a (mon.0) 2481 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:18.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:18 smithi135 bash[32435]: audit 2023-12-07T23:20:17.976946+0000 mon.a (mon.0) 2482 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:20:18.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:18 smithi135 bash[32435]: audit 2023-12-07T23:20:17.978719+0000 mon.a (mon.0) 2483 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:20:18.701 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:18 smithi135 bash[32435]: audit 2023-12-07T23:20:17.987169+0000 mon.a (mon.0) 2484 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:20:19.636 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:19 smithi079 bash[28699]: audit 2023-12-07T23:20:18.045186+0000 mgr.a (mgr.14403) 14680 : audit 0 from='client.213449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:19.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:19 smithi194 bash[32038]: audit 2023-12-07T23:20:18.045186+0000 mgr.a (mgr.14403) 14680 : audit 0 from='client.213449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:19.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:19 smithi135 bash[32435]: audit 2023-12-07T23:20:18.045186+0000 mgr.a (mgr.14403) 14680 : audit 0 from='client.213449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:20.636 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:20 smithi079 bash[28699]: cluster 2023-12-07T23:20:18.884922+0000 mgr.a (mgr.14403) 14681 : cluster 0 pgmap v10960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:20:20.696 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:20 smithi194 bash[32038]: cluster 2023-12-07T23:20:18.884922+0000 mgr.a (mgr.14403) 14681 : cluster 0 pgmap v10960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:20:20.700 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:20 smithi135 bash[32435]: cluster 2023-12-07T23:20:18.884922+0000 mgr.a (mgr.14403) 14681 : cluster 0 pgmap v10960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:20:22.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:21 smithi079 bash[28699]: cluster 2023-12-07T23:20:20.885469+0000 mgr.a (mgr.14403) 14682 : cluster 0 pgmap v10961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:20:22.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:21 smithi194 bash[32038]: cluster 2023-12-07T23:20:20.885469+0000 mgr.a (mgr.14403) 14682 : cluster 0 pgmap v10961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:20:22.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:21 smithi135 bash[32435]: cluster 2023-12-07T23:20:20.885469+0000 mgr.a (mgr.14403) 14682 : cluster 0 pgmap v10961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:20:23.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:20:23.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:23.563 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:24.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:23 smithi194 bash[32038]: cluster 2023-12-07T23:20:22.886012+0000 mgr.a (mgr.14403) 14683 : cluster 0 pgmap v10962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:20:24.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:23 smithi135 bash[32435]: cluster 2023-12-07T23:20:22.886012+0000 mgr.a (mgr.14403) 14683 : cluster 0 pgmap v10962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:20:24.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:23 smithi079 bash[28699]: cluster 2023-12-07T23:20:22.886012+0000 mgr.a (mgr.14403) 14683 : cluster 0 pgmap v10962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:20:24.472 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:20:24.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:24.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:24.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:24.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:20:25.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:24 smithi194 bash[32038]: audit 2023-12-07T23:20:23.977318+0000 mgr.a (mgr.14403) 14684 : audit 0 from='client.295005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:25.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:24 smithi135 bash[32435]: audit 2023-12-07T23:20:23.977318+0000 mgr.a (mgr.14403) 14684 : audit 0 from='client.295005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:25.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:24 smithi079 bash[28699]: audit 2023-12-07T23:20:23.977318+0000 mgr.a (mgr.14403) 14684 : audit 0 from='client.295005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:27.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:26 smithi079 bash[28699]: cluster 2023-12-07T23:20:24.887089+0000 mgr.a (mgr.14403) 14685 : cluster 0 pgmap v10963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:27.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:26 smithi194 bash[32038]: cluster 2023-12-07T23:20:24.887089+0000 mgr.a (mgr.14403) 14685 : cluster 0 pgmap v10963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:27.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:26 smithi135 bash[32435]: cluster 2023-12-07T23:20:24.887089+0000 mgr.a (mgr.14403) 14685 : cluster 0 pgmap v10963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:28.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:27 smithi079 bash[28699]: cluster 2023-12-07T23:20:26.887672+0000 mgr.a (mgr.14403) 14686 : cluster 0 pgmap v10964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:28.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:27 smithi194 bash[32038]: cluster 2023-12-07T23:20:26.887672+0000 mgr.a (mgr.14403) 14686 : cluster 0 pgmap v10964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:28.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:27 smithi135 bash[32435]: cluster 2023-12-07T23:20:26.887672+0000 mgr.a (mgr.14403) 14686 : cluster 0 pgmap v10964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:29.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:20:29.475 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:29.475 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:30.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:29 smithi194 bash[32038]: cluster 2023-12-07T23:20:28.888359+0000 mgr.a (mgr.14403) 14687 : cluster 0 pgmap v10965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:30.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:29 smithi135 bash[32435]: cluster 2023-12-07T23:20:28.888359+0000 mgr.a (mgr.14403) 14687 : cluster 0 pgmap v10965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:30.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:29 smithi079 bash[28699]: cluster 2023-12-07T23:20:28.888359+0000 mgr.a (mgr.14403) 14687 : cluster 0 pgmap v10965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:30.406 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:20:30.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:30.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:30.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:30.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:20:31.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:30 smithi194 bash[32038]: audit 2023-12-07T23:20:29.887110+0000 mgr.a (mgr.14403) 14688 : audit 0 from='client.295083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:31.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:30 smithi135 bash[32435]: audit 2023-12-07T23:20:29.887110+0000 mgr.a (mgr.14403) 14688 : audit 0 from='client.295083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:31.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:30 smithi079 bash[28699]: audit 2023-12-07T23:20:29.887110+0000 mgr.a (mgr.14403) 14688 : audit 0 from='client.295083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:32.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:31 smithi194 bash[32038]: cluster 2023-12-07T23:20:30.888990+0000 mgr.a (mgr.14403) 14689 : cluster 0 pgmap v10966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:20:32.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:31 smithi135 bash[32435]: cluster 2023-12-07T23:20:30.888990+0000 mgr.a (mgr.14403) 14689 : cluster 0 pgmap v10966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:20:32.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:31 smithi079 bash[28699]: cluster 2023-12-07T23:20:30.888990+0000 mgr.a (mgr.14403) 14689 : cluster 0 pgmap v10966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:20:34.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:33 smithi135 bash[32435]: cluster 2023-12-07T23:20:32.889563+0000 mgr.a (mgr.14403) 14690 : cluster 0 pgmap v10967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:20:34.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:33 smithi079 bash[28699]: cluster 2023-12-07T23:20:32.889563+0000 mgr.a (mgr.14403) 14690 : cluster 0 pgmap v10967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:20:34.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:33 smithi194 bash[32038]: cluster 2023-12-07T23:20:32.889563+0000 mgr.a (mgr.14403) 14690 : cluster 0 pgmap v10967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:20:35.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:20:35.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:35.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:36.308 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:20:36.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:36.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:36.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:36.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:20:36.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:35 smithi079 bash[28699]: cluster 2023-12-07T23:20:34.890364+0000 mgr.a (mgr.14403) 14691 : cluster 0 pgmap v10968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:20:36.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:35 smithi194 bash[32038]: cluster 2023-12-07T23:20:34.890364+0000 mgr.a (mgr.14403) 14691 : cluster 0 pgmap v10968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:20:36.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:35 smithi135 bash[32435]: cluster 2023-12-07T23:20:34.890364+0000 mgr.a (mgr.14403) 14691 : cluster 0 pgmap v10968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:20:37.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:36 smithi079 bash[28699]: audit 2023-12-07T23:20:35.818576+0000 mgr.a (mgr.14403) 14692 : audit 0 from='client.295158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:37.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:36 smithi194 bash[32038]: audit 2023-12-07T23:20:35.818576+0000 mgr.a (mgr.14403) 14692 : audit 0 from='client.295158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:37.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:36 smithi135 bash[32435]: audit 2023-12-07T23:20:35.818576+0000 mgr.a (mgr.14403) 14692 : audit 0 from='client.295158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:38.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:37 smithi079 bash[28699]: cluster 2023-12-07T23:20:36.891119+0000 mgr.a (mgr.14403) 14693 : cluster 0 pgmap v10969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:38.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:37 smithi194 bash[32038]: cluster 2023-12-07T23:20:36.891119+0000 mgr.a (mgr.14403) 14693 : cluster 0 pgmap v10969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:38.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:37 smithi135 bash[32435]: cluster 2023-12-07T23:20:36.891119+0000 mgr.a (mgr.14403) 14693 : cluster 0 pgmap v10969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:40.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:39 smithi079 bash[28699]: cluster 2023-12-07T23:20:38.891848+0000 mgr.a (mgr.14403) 14694 : cluster 0 pgmap v10970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:40.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:39 smithi194 bash[32038]: cluster 2023-12-07T23:20:38.891848+0000 mgr.a (mgr.14403) 14694 : cluster 0 pgmap v10970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:40.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:39 smithi135 bash[32435]: cluster 2023-12-07T23:20:38.891848+0000 mgr.a (mgr.14403) 14694 : cluster 0 pgmap v10970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:41.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:20:41.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:41.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:42.136 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:41 smithi079 bash[28699]: cluster 2023-12-07T23:20:40.892397+0000 mgr.a (mgr.14403) 14695 : cluster 0 pgmap v10971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:42.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:41 smithi079 bash[28699]: audit 2023-12-07T23:20:41.715374+0000 mgr.a (mgr.14403) 14696 : audit 0 from='client.295233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:42.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:41 smithi194 bash[32038]: cluster 2023-12-07T23:20:40.892397+0000 mgr.a (mgr.14403) 14695 : cluster 0 pgmap v10971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:42.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:41 smithi194 bash[32038]: audit 2023-12-07T23:20:41.715374+0000 mgr.a (mgr.14403) 14696 : audit 0 from='client.295233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:42.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:41 smithi135 bash[32435]: cluster 2023-12-07T23:20:40.892397+0000 mgr.a (mgr.14403) 14695 : cluster 0 pgmap v10971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:42.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:41 smithi135 bash[32435]: audit 2023-12-07T23:20:41.715374+0000 mgr.a (mgr.14403) 14696 : audit 0 from='client.295233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:42.225 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:20:42.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:42.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:42.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:20:44.196 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:43 smithi194 bash[32038]: cluster 2023-12-07T23:20:42.893108+0000 mgr.a (mgr.14403) 14697 : cluster 0 pgmap v10972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:44.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:43 smithi135 bash[32435]: cluster 2023-12-07T23:20:42.893108+0000 mgr.a (mgr.14403) 14697 : cluster 0 pgmap v10972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:44.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:43 smithi079 bash[28699]: cluster 2023-12-07T23:20:42.893108+0000 mgr.a (mgr.14403) 14697 : cluster 0 pgmap v10972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:46.200 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:45 smithi135 bash[32435]: cluster 2023-12-07T23:20:44.893935+0000 mgr.a (mgr.14403) 14698 : cluster 0 pgmap v10973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:46.386 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:45 smithi079 bash[28699]: cluster 2023-12-07T23:20:44.893935+0000 mgr.a (mgr.14403) 14698 : cluster 0 pgmap v10973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:46.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:45 smithi194 bash[32038]: cluster 2023-12-07T23:20:44.893935+0000 mgr.a (mgr.14403) 14698 : cluster 0 pgmap v10973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:47.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:20:47.229 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:47.229 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:48.147 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:20:48.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:48.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:48.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:48.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:20:48.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:47 smithi079 bash[28699]: cluster 2023-12-07T23:20:46.894544+0000 mgr.a (mgr.14403) 14699 : cluster 0 pgmap v10974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:48.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:47 smithi079 bash[28699]: audit 2023-12-07T23:20:47.645502+0000 mgr.a (mgr.14403) 14700 : audit 0 from='client.228814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:48.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:47 smithi194 bash[32038]: cluster 2023-12-07T23:20:46.894544+0000 mgr.a (mgr.14403) 14699 : cluster 0 pgmap v10974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:48.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:47 smithi194 bash[32038]: audit 2023-12-07T23:20:47.645502+0000 mgr.a (mgr.14403) 14700 : audit 0 from='client.228814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:48.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:47 smithi135 bash[32435]: cluster 2023-12-07T23:20:46.894544+0000 mgr.a (mgr.14403) 14699 : cluster 0 pgmap v10974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:48.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:47 smithi135 bash[32435]: audit 2023-12-07T23:20:47.645502+0000 mgr.a (mgr.14403) 14700 : audit 0 from='client.228814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:50.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:49 smithi079 bash[28699]: cluster 2023-12-07T23:20:48.895492+0000 mgr.a (mgr.14403) 14701 : cluster 0 pgmap v10975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:50.446 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:49 smithi194 bash[32038]: cluster 2023-12-07T23:20:48.895492+0000 mgr.a (mgr.14403) 14701 : cluster 0 pgmap v10975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:50.450 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:49 smithi135 bash[32435]: cluster 2023-12-07T23:20:48.895492+0000 mgr.a (mgr.14403) 14701 : cluster 0 pgmap v10975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:20:52.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:51 smithi079 bash[28699]: cluster 2023-12-07T23:20:50.896035+0000 mgr.a (mgr.14403) 14702 : cluster 0 pgmap v10976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:52.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:51 smithi194 bash[32038]: cluster 2023-12-07T23:20:50.896035+0000 mgr.a (mgr.14403) 14702 : cluster 0 pgmap v10976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:52.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:51 smithi135 bash[32435]: cluster 2023-12-07T23:20:50.896035+0000 mgr.a (mgr.14403) 14702 : cluster 0 pgmap v10976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:53.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:20:53.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:53.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:20:54.095 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:20:54.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:20:54.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:20:54.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:20:54.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:20:54.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:53 smithi194 bash[32038]: cluster 2023-12-07T23:20:52.896566+0000 mgr.a (mgr.14403) 14703 : cluster 0 pgmap v10977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:54.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:53 smithi194 bash[32038]: audit 2023-12-07T23:20:53.564728+0000 mgr.a (mgr.14403) 14704 : audit 0 from='client.295389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:54.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:53 smithi135 bash[32435]: cluster 2023-12-07T23:20:52.896566+0000 mgr.a (mgr.14403) 14703 : cluster 0 pgmap v10977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:54.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:53 smithi135 bash[32435]: audit 2023-12-07T23:20:53.564728+0000 mgr.a (mgr.14403) 14704 : audit 0 from='client.295389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:54.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:53 smithi079 bash[28699]: cluster 2023-12-07T23:20:52.896566+0000 mgr.a (mgr.14403) 14703 : cluster 0 pgmap v10977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:54.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:53 smithi079 bash[28699]: audit 2023-12-07T23:20:53.564728+0000 mgr.a (mgr.14403) 14704 : audit 0 from='client.295389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:20:56.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:55 smithi135 bash[32435]: cluster 2023-12-07T23:20:54.897640+0000 mgr.a (mgr.14403) 14705 : cluster 0 pgmap v10978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:56.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:55 smithi079 bash[28699]: cluster 2023-12-07T23:20:54.897640+0000 mgr.a (mgr.14403) 14705 : cluster 0 pgmap v10978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:56.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:55 smithi194 bash[32038]: cluster 2023-12-07T23:20:54.897640+0000 mgr.a (mgr.14403) 14705 : cluster 0 pgmap v10978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:20:58.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:57 smithi079 bash[28699]: cluster 2023-12-07T23:20:56.898216+0000 mgr.a (mgr.14403) 14706 : cluster 0 pgmap v10979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:58.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:57 smithi194 bash[32038]: cluster 2023-12-07T23:20:56.898216+0000 mgr.a (mgr.14403) 14706 : cluster 0 pgmap v10979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:58.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:57 smithi135 bash[32435]: cluster 2023-12-07T23:20:56.898216+0000 mgr.a (mgr.14403) 14706 : cluster 0 pgmap v10979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:20:59.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:20:59.099 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:20:59.099 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:00.002 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:21:00.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:00.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:00.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:00.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:21:00.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:59 smithi079 bash[28699]: cluster 2023-12-07T23:20:58.899049+0000 mgr.a (mgr.14403) 14707 : cluster 0 pgmap v10980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:00.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:20:59 smithi079 bash[28699]: audit 2023-12-07T23:20:59.508079+0000 mgr.a (mgr.14403) 14708 : audit 0 from='client.295461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:00.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:59 smithi194 bash[32038]: cluster 2023-12-07T23:20:58.899049+0000 mgr.a (mgr.14403) 14707 : cluster 0 pgmap v10980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:00.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:20:59 smithi194 bash[32038]: audit 2023-12-07T23:20:59.508079+0000 mgr.a (mgr.14403) 14708 : audit 0 from='client.295461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:00.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:59 smithi135 bash[32435]: cluster 2023-12-07T23:20:58.899049+0000 mgr.a (mgr.14403) 14707 : cluster 0 pgmap v10980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:00.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:20:59 smithi135 bash[32435]: audit 2023-12-07T23:20:59.508079+0000 mgr.a (mgr.14403) 14708 : audit 0 from='client.295461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:02.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:01 smithi079 bash[28699]: cluster 2023-12-07T23:21:00.899640+0000 mgr.a (mgr.14403) 14709 : cluster 0 pgmap v10981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:02.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:01 smithi194 bash[32038]: cluster 2023-12-07T23:21:00.899640+0000 mgr.a (mgr.14403) 14709 : cluster 0 pgmap v10981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:02.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:01 smithi135 bash[32435]: cluster 2023-12-07T23:21:00.899640+0000 mgr.a (mgr.14403) 14709 : cluster 0 pgmap v10981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:04.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:03 smithi135 bash[32435]: cluster 2023-12-07T23:21:02.900217+0000 mgr.a (mgr.14403) 14710 : cluster 0 pgmap v10982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:04.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:03 smithi079 bash[28699]: cluster 2023-12-07T23:21:02.900217+0000 mgr.a (mgr.14403) 14710 : cluster 0 pgmap v10982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:04.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:03 smithi194 bash[32038]: cluster 2023-12-07T23:21:02.900217+0000 mgr.a (mgr.14403) 14710 : cluster 0 pgmap v10982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:05.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:21:05.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:05.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:05.899 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:21:05.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:05.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:05.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:05.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:21:06.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:05 smithi079 bash[28699]: cluster 2023-12-07T23:21:04.900977+0000 mgr.a (mgr.14403) 14711 : cluster 0 pgmap v10983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:06.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:05 smithi079 bash[28699]: audit 2023-12-07T23:21:05.414900+0000 mgr.a (mgr.14403) 14712 : audit 0 from='client.295539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:06.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:05 smithi194 bash[32038]: cluster 2023-12-07T23:21:04.900977+0000 mgr.a (mgr.14403) 14711 : cluster 0 pgmap v10983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:06.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:05 smithi194 bash[32038]: audit 2023-12-07T23:21:05.414900+0000 mgr.a (mgr.14403) 14712 : audit 0 from='client.295539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:06.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:05 smithi135 bash[32435]: cluster 2023-12-07T23:21:04.900977+0000 mgr.a (mgr.14403) 14711 : cluster 0 pgmap v10983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:06.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:05 smithi135 bash[32435]: audit 2023-12-07T23:21:05.414900+0000 mgr.a (mgr.14403) 14712 : audit 0 from='client.295539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:08.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:07 smithi079 bash[28699]: cluster 2023-12-07T23:21:06.901602+0000 mgr.a (mgr.14403) 14713 : cluster 0 pgmap v10984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:08.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:07 smithi194 bash[32038]: cluster 2023-12-07T23:21:06.901602+0000 mgr.a (mgr.14403) 14713 : cluster 0 pgmap v10984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:08.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:07 smithi135 bash[32435]: cluster 2023-12-07T23:21:06.901602+0000 mgr.a (mgr.14403) 14713 : cluster 0 pgmap v10984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:10.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:09 smithi079 bash[28699]: cluster 2023-12-07T23:21:08.902400+0000 mgr.a (mgr.14403) 14714 : cluster 0 pgmap v10985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:10.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:09 smithi194 bash[32038]: cluster 2023-12-07T23:21:08.902400+0000 mgr.a (mgr.14403) 14714 : cluster 0 pgmap v10985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:10.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:09 smithi135 bash[32435]: cluster 2023-12-07T23:21:08.902400+0000 mgr.a (mgr.14403) 14714 : cluster 0 pgmap v10985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:10.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:21:10.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:10.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:11.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:11.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:11.819 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:21:11.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:11.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:21:12.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:11 smithi079 bash[28699]: cluster 2023-12-07T23:21:10.903138+0000 mgr.a (mgr.14403) 14715 : cluster 0 pgmap v10986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:12.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:11 smithi079 bash[28699]: audit 2023-12-07T23:21:11.308838+0000 mgr.a (mgr.14403) 14716 : audit 0 from='client.295614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:12.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:11 smithi194 bash[32038]: cluster 2023-12-07T23:21:10.903138+0000 mgr.a (mgr.14403) 14715 : cluster 0 pgmap v10986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:12.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:11 smithi194 bash[32038]: audit 2023-12-07T23:21:11.308838+0000 mgr.a (mgr.14403) 14716 : audit 0 from='client.295614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:12.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:11 smithi135 bash[32435]: cluster 2023-12-07T23:21:10.903138+0000 mgr.a (mgr.14403) 14715 : cluster 0 pgmap v10986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:12.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:11 smithi135 bash[32435]: audit 2023-12-07T23:21:11.308838+0000 mgr.a (mgr.14403) 14716 : audit 0 from='client.295614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:14.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:13 smithi079 bash[28699]: cluster 2023-12-07T23:21:12.903828+0000 mgr.a (mgr.14403) 14717 : cluster 0 pgmap v10987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:14.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:13 smithi194 bash[32038]: cluster 2023-12-07T23:21:12.903828+0000 mgr.a (mgr.14403) 14717 : cluster 0 pgmap v10987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:14.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:13 smithi135 bash[32435]: cluster 2023-12-07T23:21:12.903828+0000 mgr.a (mgr.14403) 14717 : cluster 0 pgmap v10987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:16.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:15 smithi079 bash[28699]: cluster 2023-12-07T23:21:14.904686+0000 mgr.a (mgr.14403) 14718 : cluster 0 pgmap v10988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:16.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:15 smithi194 bash[32038]: cluster 2023-12-07T23:21:14.904686+0000 mgr.a (mgr.14403) 14718 : cluster 0 pgmap v10988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:16.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:15 smithi135 bash[32435]: cluster 2023-12-07T23:21:14.904686+0000 mgr.a (mgr.14403) 14718 : cluster 0 pgmap v10988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:16.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:21:16.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:16.823 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:17.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:17.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:17.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:17.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:21:17.731 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:21:18.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:17 smithi079 bash[28699]: cluster 2023-12-07T23:21:16.905258+0000 mgr.a (mgr.14403) 14719 : cluster 0 pgmap v10989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:18.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:17 smithi079 bash[28699]: audit 2023-12-07T23:21:17.232572+0000 mgr.a (mgr.14403) 14720 : audit 0 from='client.295689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:18.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:17 smithi194 bash[32038]: cluster 2023-12-07T23:21:16.905258+0000 mgr.a (mgr.14403) 14719 : cluster 0 pgmap v10989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:18.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:17 smithi194 bash[32038]: audit 2023-12-07T23:21:17.232572+0000 mgr.a (mgr.14403) 14720 : audit 0 from='client.295689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:18.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:17 smithi135 bash[32435]: cluster 2023-12-07T23:21:16.905258+0000 mgr.a (mgr.14403) 14719 : cluster 0 pgmap v10989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:18.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:17 smithi135 bash[32435]: audit 2023-12-07T23:21:17.232572+0000 mgr.a (mgr.14403) 14720 : audit 0 from='client.295689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:19.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:18 smithi079 bash[28699]: audit 2023-12-07T23:21:18.102449+0000 mon.a (mon.0) 2485 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:21:19.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:18 smithi079 bash[28699]: audit 2023-12-07T23:21:18.897107+0000 mon.a (mon.0) 2486 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:21:19.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:18 smithi079 bash[28699]: audit 2023-12-07T23:21:18.899150+0000 mon.a (mon.0) 2487 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:21:19.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:18 smithi079 bash[28699]: audit 2023-12-07T23:21:18.908663+0000 mon.a (mon.0) 2488 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:21:19.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:18 smithi194 bash[32038]: audit 2023-12-07T23:21:18.102449+0000 mon.a (mon.0) 2485 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:21:19.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:18 smithi194 bash[32038]: audit 2023-12-07T23:21:18.897107+0000 mon.a (mon.0) 2486 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:21:19.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:18 smithi194 bash[32038]: audit 2023-12-07T23:21:18.899150+0000 mon.a (mon.0) 2487 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:21:19.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:18 smithi194 bash[32038]: audit 2023-12-07T23:21:18.908663+0000 mon.a (mon.0) 2488 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:21:19.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:18 smithi135 bash[32435]: audit 2023-12-07T23:21:18.102449+0000 mon.a (mon.0) 2485 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:21:19.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:18 smithi135 bash[32435]: audit 2023-12-07T23:21:18.897107+0000 mon.a (mon.0) 2486 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:21:19.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:18 smithi135 bash[32435]: audit 2023-12-07T23:21:18.899150+0000 mon.a (mon.0) 2487 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:21:19.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:18 smithi135 bash[32435]: audit 2023-12-07T23:21:18.908663+0000 mon.a (mon.0) 2488 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:21:20.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:19 smithi079 bash[28699]: cluster 2023-12-07T23:21:18.905743+0000 mgr.a (mgr.14403) 14721 : cluster 0 pgmap v10990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:20.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:19 smithi194 bash[32038]: cluster 2023-12-07T23:21:18.905743+0000 mgr.a (mgr.14403) 14721 : cluster 0 pgmap v10990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:20.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:19 smithi135 bash[32435]: cluster 2023-12-07T23:21:18.905743+0000 mgr.a (mgr.14403) 14721 : cluster 0 pgmap v10990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:22.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:21 smithi079 bash[28699]: cluster 2023-12-07T23:21:20.906256+0000 mgr.a (mgr.14403) 14722 : cluster 0 pgmap v10991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:22.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:21 smithi194 bash[32038]: cluster 2023-12-07T23:21:20.906256+0000 mgr.a (mgr.14403) 14722 : cluster 0 pgmap v10991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:22.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:21 smithi135 bash[32435]: cluster 2023-12-07T23:21:20.906256+0000 mgr.a (mgr.14403) 14722 : cluster 0 pgmap v10991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:22.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:21:22.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:22.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:23.643 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:21:23.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:23.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:23.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:23.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:21:24.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:23 smithi079 bash[28699]: cluster 2023-12-07T23:21:22.906809+0000 mgr.a (mgr.14403) 14723 : cluster 0 pgmap v10992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:24.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:23 smithi079 bash[28699]: audit 2023-12-07T23:21:23.141047+0000 mgr.a (mgr.14403) 14724 : audit 0 from='client.295764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:24.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:23 smithi194 bash[32038]: cluster 2023-12-07T23:21:22.906809+0000 mgr.a (mgr.14403) 14723 : cluster 0 pgmap v10992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:24.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:23 smithi194 bash[32038]: audit 2023-12-07T23:21:23.141047+0000 mgr.a (mgr.14403) 14724 : audit 0 from='client.295764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:24.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:23 smithi135 bash[32435]: cluster 2023-12-07T23:21:22.906809+0000 mgr.a (mgr.14403) 14723 : cluster 0 pgmap v10992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:24.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:23 smithi135 bash[32435]: audit 2023-12-07T23:21:23.141047+0000 mgr.a (mgr.14403) 14724 : audit 0 from='client.295764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:26.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:25 smithi079 bash[28699]: cluster 2023-12-07T23:21:24.907734+0000 mgr.a (mgr.14403) 14725 : cluster 0 pgmap v10993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:21:26.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:25 smithi194 bash[32038]: cluster 2023-12-07T23:21:24.907734+0000 mgr.a (mgr.14403) 14725 : cluster 0 pgmap v10993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:21:26.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:25 smithi135 bash[32435]: cluster 2023-12-07T23:21:24.907734+0000 mgr.a (mgr.14403) 14725 : cluster 0 pgmap v10993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:21:28.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:27 smithi079 bash[28699]: cluster 2023-12-07T23:21:26.908312+0000 mgr.a (mgr.14403) 14726 : cluster 0 pgmap v10994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:21:28.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:27 smithi194 bash[32038]: cluster 2023-12-07T23:21:26.908312+0000 mgr.a (mgr.14403) 14726 : cluster 0 pgmap v10994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:21:28.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:27 smithi135 bash[32435]: cluster 2023-12-07T23:21:26.908312+0000 mgr.a (mgr.14403) 14726 : cluster 0 pgmap v10994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:21:28.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:21:28.647 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:28.647 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:29.560 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:21:29.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:29.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:29.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:29.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:21:30.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:29 smithi079 bash[28699]: cluster 2023-12-07T23:21:28.908843+0000 mgr.a (mgr.14403) 14727 : cluster 0 pgmap v10995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:30.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:29 smithi079 bash[28699]: audit 2023-12-07T23:21:29.060051+0000 mgr.a (mgr.14403) 14728 : audit 0 from='client.295839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:30.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:29 smithi194 bash[32038]: cluster 2023-12-07T23:21:28.908843+0000 mgr.a (mgr.14403) 14727 : cluster 0 pgmap v10995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:30.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:29 smithi194 bash[32038]: audit 2023-12-07T23:21:29.060051+0000 mgr.a (mgr.14403) 14728 : audit 0 from='client.295839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:30.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:29 smithi135 bash[32435]: cluster 2023-12-07T23:21:28.908843+0000 mgr.a (mgr.14403) 14727 : cluster 0 pgmap v10995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:30.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:29 smithi135 bash[32435]: audit 2023-12-07T23:21:29.060051+0000 mgr.a (mgr.14403) 14728 : audit 0 from='client.295839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:32.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:31 smithi079 bash[28699]: cluster 2023-12-07T23:21:30.909462+0000 mgr.a (mgr.14403) 14729 : cluster 0 pgmap v10996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:32.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:31 smithi194 bash[32038]: cluster 2023-12-07T23:21:30.909462+0000 mgr.a (mgr.14403) 14729 : cluster 0 pgmap v10996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:32.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:31 smithi135 bash[32435]: cluster 2023-12-07T23:21:30.909462+0000 mgr.a (mgr.14403) 14729 : cluster 0 pgmap v10996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:34.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:33 smithi079 bash[28699]: cluster 2023-12-07T23:21:32.910014+0000 mgr.a (mgr.14403) 14730 : cluster 0 pgmap v10997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:34.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:33 smithi194 bash[32038]: cluster 2023-12-07T23:21:32.910014+0000 mgr.a (mgr.14403) 14730 : cluster 0 pgmap v10997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:34.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:33 smithi135 bash[32435]: cluster 2023-12-07T23:21:32.910014+0000 mgr.a (mgr.14403) 14730 : cluster 0 pgmap v10997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:21:34.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:21:34.564 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:34.564 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:35.433 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:21:35.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:35.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:35.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:35.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:21:36.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:35 smithi079 bash[28699]: cluster 2023-12-07T23:21:34.910526+0000 mgr.a (mgr.14403) 14731 : cluster 0 pgmap v10998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:36.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:35 smithi079 bash[28699]: audit 2023-12-07T23:21:34.969606+0000 mgr.a (mgr.14403) 14732 : audit 0 from='client.295914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:36.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:35 smithi194 bash[32038]: cluster 2023-12-07T23:21:34.910526+0000 mgr.a (mgr.14403) 14731 : cluster 0 pgmap v10998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:36.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:35 smithi194 bash[32038]: audit 2023-12-07T23:21:34.969606+0000 mgr.a (mgr.14403) 14732 : audit 0 from='client.295914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:36.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:35 smithi135 bash[32435]: cluster 2023-12-07T23:21:34.910526+0000 mgr.a (mgr.14403) 14731 : cluster 0 pgmap v10998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:36.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:35 smithi135 bash[32435]: audit 2023-12-07T23:21:34.969606+0000 mgr.a (mgr.14403) 14732 : audit 0 from='client.295914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:38.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:37 smithi079 bash[28699]: cluster 2023-12-07T23:21:36.911160+0000 mgr.a (mgr.14403) 14733 : cluster 0 pgmap v10999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:21:38.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:37 smithi194 bash[32038]: cluster 2023-12-07T23:21:36.911160+0000 mgr.a (mgr.14403) 14733 : cluster 0 pgmap v10999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:21:38.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:37 smithi135 bash[32435]: cluster 2023-12-07T23:21:36.911160+0000 mgr.a (mgr.14403) 14733 : cluster 0 pgmap v10999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:21:40.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:39 smithi079 bash[28699]: cluster 2023-12-07T23:21:38.911967+0000 mgr.a (mgr.14403) 14734 : cluster 0 pgmap v11000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:21:40.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:21:40.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:40.433 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:40.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:39 smithi194 bash[32038]: cluster 2023-12-07T23:21:38.911967+0000 mgr.a (mgr.14403) 14734 : cluster 0 pgmap v11000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:21:40.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:39 smithi135 bash[32435]: cluster 2023-12-07T23:21:38.911967+0000 mgr.a (mgr.14403) 14734 : cluster 0 pgmap v11000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:21:41.342 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:21:41.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:41.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:41.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:41.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:21:42.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:41 smithi079 bash[28699]: audit 2023-12-07T23:21:40.845347+0000 mgr.a (mgr.14403) 14735 : audit 0 from='client.295989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:42.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:41 smithi079 bash[28699]: cluster 2023-12-07T23:21:40.912363+0000 mgr.a (mgr.14403) 14736 : cluster 0 pgmap v11001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:42.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:41 smithi194 bash[32038]: audit 2023-12-07T23:21:40.845347+0000 mgr.a (mgr.14403) 14735 : audit 0 from='client.295989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:42.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:41 smithi194 bash[32038]: cluster 2023-12-07T23:21:40.912363+0000 mgr.a (mgr.14403) 14736 : cluster 0 pgmap v11001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:42.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:41 smithi135 bash[32435]: audit 2023-12-07T23:21:40.845347+0000 mgr.a (mgr.14403) 14735 : audit 0 from='client.295989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:42.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:41 smithi135 bash[32435]: cluster 2023-12-07T23:21:40.912363+0000 mgr.a (mgr.14403) 14736 : cluster 0 pgmap v11001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:44.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:43 smithi079 bash[28699]: cluster 2023-12-07T23:21:42.912960+0000 mgr.a (mgr.14403) 14737 : cluster 0 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-07T23:21:44.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:43 smithi194 bash[32038]: cluster 2023-12-07T23:21:42.912960+0000 mgr.a (mgr.14403) 14737 : cluster 0 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-07T23:21:44.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:43 smithi135 bash[32435]: cluster 2023-12-07T23:21:42.912960+0000 mgr.a (mgr.14403) 14737 : cluster 0 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-07T23:21:46.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:21:46.346 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:46.347 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:46.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:45 smithi079 bash[28699]: cluster 2023-12-07T23:21:44.913783+0000 mgr.a (mgr.14403) 14738 : cluster 0 pgmap v11003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:46.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:45 smithi194 bash[32038]: cluster 2023-12-07T23:21:44.913783+0000 mgr.a (mgr.14403) 14738 : cluster 0 pgmap v11003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:46.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:45 smithi135 bash[32435]: cluster 2023-12-07T23:21:44.913783+0000 mgr.a (mgr.14403) 14738 : cluster 0 pgmap v11003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:47.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:47.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:47.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:47.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:21:47.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:21:48.387 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:47 smithi079 bash[28699]: audit 2023-12-07T23:21:46.751815+0000 mgr.a (mgr.14403) 14739 : audit 0 from='client.296064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:48.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:47 smithi079 bash[28699]: cluster 2023-12-07T23:21:46.914501+0000 mgr.a (mgr.14403) 14740 : cluster 0 pgmap v11004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:48.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:47 smithi194 bash[32038]: audit 2023-12-07T23:21:46.751815+0000 mgr.a (mgr.14403) 14739 : audit 0 from='client.296064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:48.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:47 smithi194 bash[32038]: cluster 2023-12-07T23:21:46.914501+0000 mgr.a (mgr.14403) 14740 : cluster 0 pgmap v11004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:48.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:47 smithi135 bash[32435]: audit 2023-12-07T23:21:46.751815+0000 mgr.a (mgr.14403) 14739 : audit 0 from='client.296064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:48.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:47 smithi135 bash[32435]: cluster 2023-12-07T23:21:46.914501+0000 mgr.a (mgr.14403) 14740 : cluster 0 pgmap v11004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:50.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:49 smithi079 bash[28699]: cluster 2023-12-07T23:21:48.915563+0000 mgr.a (mgr.14403) 14741 : cluster 0 pgmap v11005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:50.447 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:49 smithi194 bash[32038]: cluster 2023-12-07T23:21:48.915563+0000 mgr.a (mgr.14403) 14741 : cluster 0 pgmap v11005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:50.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:49 smithi135 bash[32435]: cluster 2023-12-07T23:21:48.915563+0000 mgr.a (mgr.14403) 14741 : cluster 0 pgmap v11005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:52.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:51 smithi079 bash[28699]: cluster 2023-12-07T23:21:50.916142+0000 mgr.a (mgr.14403) 14742 : cluster 0 pgmap v11006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:52.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:51 smithi194 bash[32038]: cluster 2023-12-07T23:21:50.916142+0000 mgr.a (mgr.14403) 14742 : cluster 0 pgmap v11006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:52.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:51 smithi135 bash[32435]: cluster 2023-12-07T23:21:50.916142+0000 mgr.a (mgr.14403) 14742 : cluster 0 pgmap v11006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:52.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:21:52.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:52.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:53.137 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:52 smithi079 bash[28699]: audit 2023-12-07T23:21:52.637296+0000 mgr.a (mgr.14403) 14743 : audit 0 from='client.296142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:53.141 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:21:53.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:53.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:53.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:53.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:21:53.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:52 smithi194 bash[32038]: audit 2023-12-07T23:21:52.637296+0000 mgr.a (mgr.14403) 14743 : audit 0 from='client.296142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:53.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:52 smithi135 bash[32435]: audit 2023-12-07T23:21:52.637296+0000 mgr.a (mgr.14403) 14743 : audit 0 from='client.296142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:54.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:53 smithi079 bash[28699]: cluster 2023-12-07T23:21:52.916936+0000 mgr.a (mgr.14403) 14744 : cluster 0 pgmap v11007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:54.197 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:53 smithi194 bash[32038]: cluster 2023-12-07T23:21:52.916936+0000 mgr.a (mgr.14403) 14744 : cluster 0 pgmap v11007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:54.201 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:53 smithi135 bash[32435]: cluster 2023-12-07T23:21:52.916936+0000 mgr.a (mgr.14403) 14744 : cluster 0 pgmap v11007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:56.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:55 smithi079 bash[28699]: cluster 2023-12-07T23:21:54.917847+0000 mgr.a (mgr.14403) 14745 : cluster 0 pgmap v11008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:56.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:55 smithi194 bash[32038]: cluster 2023-12-07T23:21:54.917847+0000 mgr.a (mgr.14403) 14745 : cluster 0 pgmap v11008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:56.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:55 smithi135 bash[32435]: cluster 2023-12-07T23:21:54.917847+0000 mgr.a (mgr.14403) 14745 : cluster 0 pgmap v11008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:21:58.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:21:58.145 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:21:58.145 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:21:58.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:57 smithi079 bash[28699]: cluster 2023-12-07T23:21:56.918427+0000 mgr.a (mgr.14403) 14746 : cluster 0 pgmap v11009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:58.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:57 smithi194 bash[32038]: cluster 2023-12-07T23:21:56.918427+0000 mgr.a (mgr.14403) 14746 : cluster 0 pgmap v11009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:58.451 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:57 smithi135 bash[32435]: cluster 2023-12-07T23:21:56.918427+0000 mgr.a (mgr.14403) 14746 : cluster 0 pgmap v11009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:21:59.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:21:59.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:21:59.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:21:59.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:21:59.074 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:21:59.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:58 smithi079 bash[28699]: audit 2023-12-07T23:21:58.555228+0000 mgr.a (mgr.14403) 14747 : audit 0 from='client.296217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:59.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:58 smithi194 bash[32038]: audit 2023-12-07T23:21:58.555228+0000 mgr.a (mgr.14403) 14747 : audit 0 from='client.296217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:21:59.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:58 smithi135 bash[32435]: audit 2023-12-07T23:21:58.555228+0000 mgr.a (mgr.14403) 14747 : audit 0 from='client.296217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:00.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:21:59 smithi079 bash[28699]: cluster 2023-12-07T23:21:58.919497+0000 mgr.a (mgr.14403) 14748 : cluster 0 pgmap v11010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:00.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:21:59 smithi194 bash[32038]: cluster 2023-12-07T23:21:58.919497+0000 mgr.a (mgr.14403) 14748 : cluster 0 pgmap v11010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:00.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:21:59 smithi135 bash[32435]: cluster 2023-12-07T23:21:58.919497+0000 mgr.a (mgr.14403) 14748 : cluster 0 pgmap v11010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:02.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:01 smithi079 bash[28699]: cluster 2023-12-07T23:22:00.920176+0000 mgr.a (mgr.14403) 14749 : cluster 0 pgmap v11011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:02.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:01 smithi194 bash[32038]: cluster 2023-12-07T23:22:00.920176+0000 mgr.a (mgr.14403) 14749 : cluster 0 pgmap v11011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:02.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:01 smithi135 bash[32435]: cluster 2023-12-07T23:22:00.920176+0000 mgr.a (mgr.14403) 14749 : cluster 0 pgmap v11011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:04.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:22:04.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:04.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:04.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:03 smithi079 bash[28699]: cluster 2023-12-07T23:22:02.920763+0000 mgr.a (mgr.14403) 14750 : cluster 0 pgmap v11012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:04.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:03 smithi194 bash[32038]: cluster 2023-12-07T23:22:02.920763+0000 mgr.a (mgr.14403) 14750 : cluster 0 pgmap v11012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:04.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:03 smithi135 bash[32435]: cluster 2023-12-07T23:22:02.920763+0000 mgr.a (mgr.14403) 14750 : cluster 0 pgmap v11012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:04.985 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:22:04.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:04.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:04.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:04.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:22:05.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:04 smithi079 bash[28699]: audit 2023-12-07T23:22:04.485720+0000 mgr.a (mgr.14403) 14751 : audit 0 from='client.296295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:05.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:04 smithi194 bash[32038]: audit 2023-12-07T23:22:04.485720+0000 mgr.a (mgr.14403) 14751 : audit 0 from='client.296295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:05.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:04 smithi135 bash[32435]: audit 2023-12-07T23:22:04.485720+0000 mgr.a (mgr.14403) 14751 : audit 0 from='client.296295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:06.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:05 smithi079 bash[28699]: cluster 2023-12-07T23:22:04.921906+0000 mgr.a (mgr.14403) 14752 : cluster 0 pgmap v11013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:06.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:05 smithi194 bash[32038]: cluster 2023-12-07T23:22:04.921906+0000 mgr.a (mgr.14403) 14752 : cluster 0 pgmap v11013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:06.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:05 smithi135 bash[32435]: cluster 2023-12-07T23:22:04.921906+0000 mgr.a (mgr.14403) 14752 : cluster 0 pgmap v11013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:08.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:07 smithi079 bash[28699]: cluster 2023-12-07T23:22:06.922513+0000 mgr.a (mgr.14403) 14753 : cluster 0 pgmap v11014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:08.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:07 smithi194 bash[32038]: cluster 2023-12-07T23:22:06.922513+0000 mgr.a (mgr.14403) 14753 : cluster 0 pgmap v11014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:08.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:07 smithi135 bash[32435]: cluster 2023-12-07T23:22:06.922513+0000 mgr.a (mgr.14403) 14753 : cluster 0 pgmap v11014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:09.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:22:09.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:09.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:10.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:09 smithi079 bash[28699]: cluster 2023-12-07T23:22:08.923253+0000 mgr.a (mgr.14403) 14754 : cluster 0 pgmap v11015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:10.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:09 smithi194 bash[32038]: cluster 2023-12-07T23:22:08.923253+0000 mgr.a (mgr.14403) 14754 : cluster 0 pgmap v11015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:10.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:09 smithi135 bash[32435]: cluster 2023-12-07T23:22:08.923253+0000 mgr.a (mgr.14403) 14754 : cluster 0 pgmap v11015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:10.921 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:22:10.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:10.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:10.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:10.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:22:11.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:10 smithi079 bash[28699]: audit 2023-12-07T23:22:10.404676+0000 mgr.a (mgr.14403) 14755 : audit 0 from='client.296367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:11.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:10 smithi194 bash[32038]: audit 2023-12-07T23:22:10.404676+0000 mgr.a (mgr.14403) 14755 : audit 0 from='client.296367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:11.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:10 smithi135 bash[32435]: audit 2023-12-07T23:22:10.404676+0000 mgr.a (mgr.14403) 14755 : audit 0 from='client.296367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:12.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:11 smithi079 bash[28699]: cluster 2023-12-07T23:22:10.923880+0000 mgr.a (mgr.14403) 14756 : cluster 0 pgmap v11016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:12.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:11 smithi194 bash[32038]: cluster 2023-12-07T23:22:10.923880+0000 mgr.a (mgr.14403) 14756 : cluster 0 pgmap v11016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:12.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:11 smithi135 bash[32435]: cluster 2023-12-07T23:22:10.923880+0000 mgr.a (mgr.14403) 14756 : cluster 0 pgmap v11016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:14.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:14 smithi079 bash[28699]: cluster 2023-12-07T23:22:12.924441+0000 mgr.a (mgr.14403) 14757 : cluster 0 pgmap v11017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:14.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:14 smithi194 bash[32038]: cluster 2023-12-07T23:22:12.924441+0000 mgr.a (mgr.14403) 14757 : cluster 0 pgmap v11017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:14.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:14 smithi135 bash[32435]: cluster 2023-12-07T23:22:12.924441+0000 mgr.a (mgr.14403) 14757 : cluster 0 pgmap v11017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:15.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:22:15.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:15.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:16.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:16 smithi079 bash[28699]: cluster 2023-12-07T23:22:14.925368+0000 mgr.a (mgr.14403) 14758 : cluster 0 pgmap v11018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:16.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:16 smithi194 bash[32038]: cluster 2023-12-07T23:22:14.925368+0000 mgr.a (mgr.14403) 14758 : cluster 0 pgmap v11018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:16.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:16 smithi135 bash[32435]: cluster 2023-12-07T23:22:14.925368+0000 mgr.a (mgr.14403) 14758 : cluster 0 pgmap v11018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:16.827 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:22:16.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:16.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:16.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:16.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:22:17.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:17 smithi079 bash[28699]: audit 2023-12-07T23:22:16.325828+0000 mgr.a (mgr.14403) 14759 : audit 0 from='client.296439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:17.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:17 smithi194 bash[32038]: audit 2023-12-07T23:22:16.325828+0000 mgr.a (mgr.14403) 14759 : audit 0 from='client.296439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:17.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:17 smithi135 bash[32435]: audit 2023-12-07T23:22:16.325828+0000 mgr.a (mgr.14403) 14759 : audit 0 from='client.296439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:18.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:18 smithi079 bash[28699]: cluster 2023-12-07T23:22:16.926074+0000 mgr.a (mgr.14403) 14760 : cluster 0 pgmap v11019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:18.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:18 smithi194 bash[32038]: cluster 2023-12-07T23:22:16.926074+0000 mgr.a (mgr.14403) 14760 : cluster 0 pgmap v11019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:18.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:18 smithi135 bash[32435]: cluster 2023-12-07T23:22:16.926074+0000 mgr.a (mgr.14403) 14760 : cluster 0 pgmap v11019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:19.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:19 smithi079 bash[28699]: audit 2023-12-07T23:22:19.011995+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:22:19.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:19 smithi194 bash[32038]: audit 2023-12-07T23:22:19.011995+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:22:19.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:19 smithi135 bash[32435]: audit 2023-12-07T23:22:19.011995+0000 mon.a (mon.0) 2489 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:22:20.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:20 smithi079 bash[28699]: cluster 2023-12-07T23:22:18.926785+0000 mgr.a (mgr.14403) 14761 : cluster 0 pgmap v11020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:20.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:20 smithi079 bash[28699]: audit 2023-12-07T23:22:19.748307+0000 mon.a (mon.0) 2490 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:22:20.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:20 smithi079 bash[28699]: audit 2023-12-07T23:22:19.750323+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:22:20.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:20 smithi079 bash[28699]: audit 2023-12-07T23:22:19.759960+0000 mon.a (mon.0) 2492 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:22:20.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:20 smithi194 bash[32038]: cluster 2023-12-07T23:22:18.926785+0000 mgr.a (mgr.14403) 14761 : cluster 0 pgmap v11020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:20.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:20 smithi194 bash[32038]: audit 2023-12-07T23:22:19.748307+0000 mon.a (mon.0) 2490 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:22:20.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:20 smithi194 bash[32038]: audit 2023-12-07T23:22:19.750323+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:22:20.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:20 smithi194 bash[32038]: audit 2023-12-07T23:22:19.759960+0000 mon.a (mon.0) 2492 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:22:20.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:20 smithi135 bash[32435]: cluster 2023-12-07T23:22:18.926785+0000 mgr.a (mgr.14403) 14761 : cluster 0 pgmap v11020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:20.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:20 smithi135 bash[32435]: audit 2023-12-07T23:22:19.748307+0000 mon.a (mon.0) 2490 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:22:20.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:20 smithi135 bash[32435]: audit 2023-12-07T23:22:19.750323+0000 mon.a (mon.0) 2491 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:22:20.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:20 smithi135 bash[32435]: audit 2023-12-07T23:22:19.759960+0000 mon.a (mon.0) 2492 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:22:21.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:22:21.831 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:21.831 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:22.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:21 smithi079 bash[28699]: cluster 2023-12-07T23:22:20.927334+0000 mgr.a (mgr.14403) 14762 : cluster 0 pgmap v11021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:22.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:21 smithi194 bash[32038]: cluster 2023-12-07T23:22:20.927334+0000 mgr.a (mgr.14403) 14762 : cluster 0 pgmap v11021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:22.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:21 smithi135 bash[32435]: cluster 2023-12-07T23:22:20.927334+0000 mgr.a (mgr.14403) 14762 : cluster 0 pgmap v11021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:22.741 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:22:22.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:22.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:22.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:22.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:22:23.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:22 smithi079 bash[28699]: audit 2023-12-07T23:22:22.246307+0000 mgr.a (mgr.14403) 14763 : audit 0 from='client.296517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:23.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:22 smithi194 bash[32038]: audit 2023-12-07T23:22:22.246307+0000 mgr.a (mgr.14403) 14763 : audit 0 from='client.296517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:23.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:22 smithi135 bash[32435]: audit 2023-12-07T23:22:22.246307+0000 mgr.a (mgr.14403) 14763 : audit 0 from='client.296517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:24.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:23 smithi079 bash[28699]: cluster 2023-12-07T23:22:22.928069+0000 mgr.a (mgr.14403) 14764 : cluster 0 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-07T23:22:24.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:23 smithi194 bash[32038]: cluster 2023-12-07T23:22:22.928069+0000 mgr.a (mgr.14403) 14764 : cluster 0 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-07T23:22:24.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:23 smithi135 bash[32435]: cluster 2023-12-07T23:22:22.928069+0000 mgr.a (mgr.14403) 14764 : cluster 0 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-07T23:22:26.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:25 smithi079 bash[28699]: cluster 2023-12-07T23:22:24.929028+0000 mgr.a (mgr.14403) 14765 : cluster 0 pgmap v11023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:26.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:25 smithi194 bash[32038]: cluster 2023-12-07T23:22:24.929028+0000 mgr.a (mgr.14403) 14765 : cluster 0 pgmap v11023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:26.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:25 smithi135 bash[32435]: cluster 2023-12-07T23:22:24.929028+0000 mgr.a (mgr.14403) 14765 : cluster 0 pgmap v11023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:27.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:22:27.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:27.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:28.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:27 smithi079 bash[28699]: cluster 2023-12-07T23:22:26.929726+0000 mgr.a (mgr.14403) 14766 : cluster 0 pgmap v11024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:28.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:27 smithi194 bash[32038]: cluster 2023-12-07T23:22:26.929726+0000 mgr.a (mgr.14403) 14766 : cluster 0 pgmap v11024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:28.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:27 smithi135 bash[32435]: cluster 2023-12-07T23:22:26.929726+0000 mgr.a (mgr.14403) 14766 : cluster 0 pgmap v11024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:28.657 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:22:28.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:28.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:28.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:28.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:22:29.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:28 smithi079 bash[28699]: audit 2023-12-07T23:22:28.159014+0000 mgr.a (mgr.14403) 14767 : audit 0 from='client.296589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:29.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:28 smithi194 bash[32038]: audit 2023-12-07T23:22:28.159014+0000 mgr.a (mgr.14403) 14767 : audit 0 from='client.296589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:29.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:28 smithi135 bash[32435]: audit 2023-12-07T23:22:28.159014+0000 mgr.a (mgr.14403) 14767 : audit 0 from='client.296589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:30.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:29 smithi079 bash[28699]: cluster 2023-12-07T23:22:28.930656+0000 mgr.a (mgr.14403) 14768 : cluster 0 pgmap v11025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:22:30.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:30 smithi194 bash[32038]: cluster 2023-12-07T23:22:28.930656+0000 mgr.a (mgr.14403) 14768 : cluster 0 pgmap v11025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:22:30.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:30 smithi135 bash[32435]: cluster 2023-12-07T23:22:28.930656+0000 mgr.a (mgr.14403) 14768 : cluster 0 pgmap v11025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:22:32.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:31 smithi079 bash[28699]: cluster 2023-12-07T23:22:30.931351+0000 mgr.a (mgr.14403) 14769 : cluster 0 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-07T23:22:32.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:31 smithi194 bash[32038]: cluster 2023-12-07T23:22:30.931351+0000 mgr.a (mgr.14403) 14769 : cluster 0 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-07T23:22:32.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:31 smithi135 bash[32435]: cluster 2023-12-07T23:22:30.931351+0000 mgr.a (mgr.14403) 14769 : cluster 0 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-07T23:22:33.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:22:33.661 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:33.661 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:34.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:33 smithi079 bash[28699]: cluster 2023-12-07T23:22:32.932055+0000 mgr.a (mgr.14403) 14770 : cluster 0 pgmap v11027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:22:34.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:33 smithi194 bash[32038]: cluster 2023-12-07T23:22:32.932055+0000 mgr.a (mgr.14403) 14770 : cluster 0 pgmap v11027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:22:34.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:33 smithi135 bash[32435]: cluster 2023-12-07T23:22:32.932055+0000 mgr.a (mgr.14403) 14770 : cluster 0 pgmap v11027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:22:34.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:34.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:34.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:34.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:22:34.558 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:22:35.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:34 smithi079 bash[28699]: audit 2023-12-07T23:22:34.075201+0000 mgr.a (mgr.14403) 14771 : audit 0 from='client.296664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:35.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:34 smithi194 bash[32038]: audit 2023-12-07T23:22:34.075201+0000 mgr.a (mgr.14403) 14771 : audit 0 from='client.296664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:35.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:34 smithi135 bash[32435]: audit 2023-12-07T23:22:34.075201+0000 mgr.a (mgr.14403) 14771 : audit 0 from='client.296664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:36.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:35 smithi079 bash[28699]: cluster 2023-12-07T23:22:34.933049+0000 mgr.a (mgr.14403) 14772 : cluster 0 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-07T23:22:36.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:35 smithi194 bash[32038]: cluster 2023-12-07T23:22:34.933049+0000 mgr.a (mgr.14403) 14772 : cluster 0 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-07T23:22:36.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:35 smithi135 bash[32435]: cluster 2023-12-07T23:22:34.933049+0000 mgr.a (mgr.14403) 14772 : cluster 0 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-07T23:22:38.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:38 smithi079 bash[28699]: cluster 2023-12-07T23:22:36.933595+0000 mgr.a (mgr.14403) 14773 : cluster 0 pgmap v11029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:38.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:38 smithi194 bash[32038]: cluster 2023-12-07T23:22:36.933595+0000 mgr.a (mgr.14403) 14773 : cluster 0 pgmap v11029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:38.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:38 smithi135 bash[32435]: cluster 2023-12-07T23:22:36.933595+0000 mgr.a (mgr.14403) 14773 : cluster 0 pgmap v11029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:22:39.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:22:39.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:39.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:40.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:40 smithi079 bash[28699]: cluster 2023-12-07T23:22:38.934452+0000 mgr.a (mgr.14403) 14774 : cluster 0 pgmap v11030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:40.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:40 smithi194 bash[32038]: cluster 2023-12-07T23:22:38.934452+0000 mgr.a (mgr.14403) 14774 : cluster 0 pgmap v11030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:40.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:40 smithi135 bash[32435]: cluster 2023-12-07T23:22:38.934452+0000 mgr.a (mgr.14403) 14774 : cluster 0 pgmap v11030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:40.503 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:22:40.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:40.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:40.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:40.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:22:41.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:41 smithi079 bash[28699]: audit 2023-12-07T23:22:39.973704+0000 mgr.a (mgr.14403) 14775 : audit 0 from='client.296739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:41.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:41 smithi194 bash[32038]: audit 2023-12-07T23:22:39.973704+0000 mgr.a (mgr.14403) 14775 : audit 0 from='client.296739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:41.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:41 smithi135 bash[32435]: audit 2023-12-07T23:22:39.973704+0000 mgr.a (mgr.14403) 14775 : audit 0 from='client.296739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:42.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:42 smithi079 bash[28699]: cluster 2023-12-07T23:22:40.935199+0000 mgr.a (mgr.14403) 14776 : cluster 0 pgmap v11031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:22:42.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:42 smithi194 bash[32038]: cluster 2023-12-07T23:22:40.935199+0000 mgr.a (mgr.14403) 14776 : cluster 0 pgmap v11031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:22:42.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:42 smithi135 bash[32435]: cluster 2023-12-07T23:22:40.935199+0000 mgr.a (mgr.14403) 14776 : cluster 0 pgmap v11031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:22:44.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:44 smithi079 bash[28699]: cluster 2023-12-07T23:22:42.935790+0000 mgr.a (mgr.14403) 14777 : cluster 0 pgmap v11032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:22:44.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:44 smithi194 bash[32038]: cluster 2023-12-07T23:22:42.935790+0000 mgr.a (mgr.14403) 14777 : cluster 0 pgmap v11032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:22:44.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:44 smithi135 bash[32435]: cluster 2023-12-07T23:22:42.935790+0000 mgr.a (mgr.14403) 14777 : cluster 0 pgmap v11032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:22:45.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:22:45.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:45.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:46.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:46 smithi079 bash[28699]: cluster 2023-12-07T23:22:44.936598+0000 mgr.a (mgr.14403) 14778 : cluster 0 pgmap v11033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:22:46.397 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:22:46.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:46.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:46.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:46.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:22:46.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:46 smithi194 bash[32038]: cluster 2023-12-07T23:22:44.936598+0000 mgr.a (mgr.14403) 14778 : cluster 0 pgmap v11033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:22:46.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:46 smithi135 bash[32435]: cluster 2023-12-07T23:22:44.936598+0000 mgr.a (mgr.14403) 14778 : cluster 0 pgmap v11033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:22:47.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:47 smithi079 bash[28699]: audit 2023-12-07T23:22:45.915861+0000 mgr.a (mgr.14403) 14779 : audit 0 from='client.229906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:47.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:47 smithi194 bash[32038]: audit 2023-12-07T23:22:45.915861+0000 mgr.a (mgr.14403) 14779 : audit 0 from='client.229906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:47.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:47 smithi135 bash[32435]: audit 2023-12-07T23:22:45.915861+0000 mgr.a (mgr.14403) 14779 : audit 0 from='client.229906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:48.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:48 smithi079 bash[28699]: cluster 2023-12-07T23:22:46.937315+0000 mgr.a (mgr.14403) 14780 : cluster 0 pgmap v11034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:48.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:48 smithi194 bash[32038]: cluster 2023-12-07T23:22:46.937315+0000 mgr.a (mgr.14403) 14780 : cluster 0 pgmap v11034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:48.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:48 smithi135 bash[32435]: cluster 2023-12-07T23:22:46.937315+0000 mgr.a (mgr.14403) 14780 : cluster 0 pgmap v11034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:50.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:50 smithi079 bash[28699]: cluster 2023-12-07T23:22:48.938067+0000 mgr.a (mgr.14403) 14781 : cluster 0 pgmap v11035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:50.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:50 smithi194 bash[32038]: cluster 2023-12-07T23:22:48.938067+0000 mgr.a (mgr.14403) 14781 : cluster 0 pgmap v11035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:50.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:50 smithi135 bash[32435]: cluster 2023-12-07T23:22:48.938067+0000 mgr.a (mgr.14403) 14781 : cluster 0 pgmap v11035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:51.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:22:51.400 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:51.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:52.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:51 smithi079 bash[28699]: cluster 2023-12-07T23:22:50.938634+0000 mgr.a (mgr.14403) 14782 : cluster 0 pgmap v11036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:52.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:51 smithi194 bash[32038]: cluster 2023-12-07T23:22:50.938634+0000 mgr.a (mgr.14403) 14782 : cluster 0 pgmap v11036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:52.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:51 smithi135 bash[32435]: cluster 2023-12-07T23:22:50.938634+0000 mgr.a (mgr.14403) 14782 : cluster 0 pgmap v11036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:52.312 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:22:52.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:52.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:52.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:52.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:22:53.138 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:52 smithi079 bash[28699]: audit 2023-12-07T23:22:51.809623+0000 mgr.a (mgr.14403) 14783 : audit 0 from='client.296886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:53.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:52 smithi194 bash[32038]: audit 2023-12-07T23:22:51.809623+0000 mgr.a (mgr.14403) 14783 : audit 0 from='client.296886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:53.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:52 smithi135 bash[32435]: audit 2023-12-07T23:22:51.809623+0000 mgr.a (mgr.14403) 14783 : audit 0 from='client.296886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:53 smithi079 bash[28699]: cluster 2023-12-07T23:22:52.939397+0000 mgr.a (mgr.14403) 14784 : cluster 0 pgmap v11037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:54.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:53 smithi194 bash[32038]: cluster 2023-12-07T23:22:52.939397+0000 mgr.a (mgr.14403) 14784 : cluster 0 pgmap v11037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:54.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:53 smithi135 bash[32435]: cluster 2023-12-07T23:22:52.939397+0000 mgr.a (mgr.14403) 14784 : cluster 0 pgmap v11037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:22:56.388 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:55 smithi079 bash[28699]: cluster 2023-12-07T23:22:54.940194+0000 mgr.a (mgr.14403) 14785 : cluster 0 pgmap v11038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:56.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:55 smithi194 bash[32038]: cluster 2023-12-07T23:22:54.940194+0000 mgr.a (mgr.14403) 14785 : cluster 0 pgmap v11038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:56.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:55 smithi135 bash[32435]: cluster 2023-12-07T23:22:54.940194+0000 mgr.a (mgr.14403) 14785 : cluster 0 pgmap v11038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:22:57.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:22:57.316 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:22:57.316 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:22:58.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:22:58.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:22:58.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:22:58.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:22:58.192 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:22:58.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:57 smithi079 bash[28699]: cluster 2023-12-07T23:22:56.940749+0000 mgr.a (mgr.14403) 14786 : cluster 0 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-07T23:22:58.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:22:57 smithi079 bash[28699]: audit 2023-12-07T23:22:57.720284+0000 mgr.a (mgr.14403) 14787 : audit 0 from='client.296958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:58.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:58 smithi194 bash[32038]: cluster 2023-12-07T23:22:56.940749+0000 mgr.a (mgr.14403) 14786 : cluster 0 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-07T23:22:58.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:22:58 smithi194 bash[32038]: audit 2023-12-07T23:22:57.720284+0000 mgr.a (mgr.14403) 14787 : audit 0 from='client.296958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:22:58.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:58 smithi135 bash[32435]: cluster 2023-12-07T23:22:56.940749+0000 mgr.a (mgr.14403) 14786 : cluster 0 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-07T23:22:58.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:22:58 smithi135 bash[32435]: audit 2023-12-07T23:22:57.720284+0000 mgr.a (mgr.14403) 14787 : audit 0 from='client.296958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:00.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:00 smithi079 bash[28699]: cluster 2023-12-07T23:22:58.941673+0000 mgr.a (mgr.14403) 14788 : cluster 0 pgmap v11040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:00.448 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:00 smithi194 bash[32038]: cluster 2023-12-07T23:22:58.941673+0000 mgr.a (mgr.14403) 14788 : cluster 0 pgmap v11040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:00.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:00 smithi135 bash[32435]: cluster 2023-12-07T23:22:58.941673+0000 mgr.a (mgr.14403) 14788 : cluster 0 pgmap v11040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:02.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:01 smithi079 bash[28699]: cluster 2023-12-07T23:23:00.942280+0000 mgr.a (mgr.14403) 14789 : cluster 0 pgmap v11041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:02.198 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:01 smithi194 bash[32038]: cluster 2023-12-07T23:23:00.942280+0000 mgr.a (mgr.14403) 14789 : cluster 0 pgmap v11041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:02.202 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:01 smithi135 bash[32435]: cluster 2023-12-07T23:23:00.942280+0000 mgr.a (mgr.14403) 14789 : cluster 0 pgmap v11041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:03.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:23:03.195 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:03.195 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:04.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:04.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:04.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:04.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:23:04.097 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:23:04.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:03 smithi079 bash[28699]: cluster 2023-12-07T23:23:02.942854+0000 mgr.a (mgr.14403) 14790 : cluster 0 pgmap v11042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:04.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:03 smithi079 bash[28699]: audit 2023-12-07T23:23:03.599312+0000 mgr.a (mgr.14403) 14791 : audit 0 from='client.297036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:04.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:04 smithi194 bash[32038]: cluster 2023-12-07T23:23:02.942854+0000 mgr.a (mgr.14403) 14790 : cluster 0 pgmap v11042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:04.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:04 smithi194 bash[32038]: audit 2023-12-07T23:23:03.599312+0000 mgr.a (mgr.14403) 14791 : audit 0 from='client.297036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:04.452 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:03 smithi135 bash[32435]: cluster 2023-12-07T23:23:02.942854+0000 mgr.a (mgr.14403) 14790 : cluster 0 pgmap v11042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:04.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:03 smithi135 bash[32435]: audit 2023-12-07T23:23:03.599312+0000 mgr.a (mgr.14403) 14791 : audit 0 from='client.297036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:06.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:06 smithi079 bash[28699]: cluster 2023-12-07T23:23:04.943822+0000 mgr.a (mgr.14403) 14792 : cluster 0 pgmap v11043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:06.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:06 smithi194 bash[32038]: cluster 2023-12-07T23:23:04.943822+0000 mgr.a (mgr.14403) 14792 : cluster 0 pgmap v11043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:06.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:06 smithi135 bash[32435]: cluster 2023-12-07T23:23:04.943822+0000 mgr.a (mgr.14403) 14792 : cluster 0 pgmap v11043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:08.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:08 smithi079 bash[28699]: cluster 2023-12-07T23:23:06.944392+0000 mgr.a (mgr.14403) 14793 : cluster 0 pgmap v11044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:08.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:08 smithi194 bash[32038]: cluster 2023-12-07T23:23:06.944392+0000 mgr.a (mgr.14403) 14793 : cluster 0 pgmap v11044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:08.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:08 smithi135 bash[32435]: cluster 2023-12-07T23:23:06.944392+0000 mgr.a (mgr.14403) 14793 : cluster 0 pgmap v11044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:09.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:23:09.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:09.101 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:10.015 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:23:10.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:10.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:10.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:10.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:23:10.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:10 smithi079 bash[28699]: cluster 2023-12-07T23:23:08.945145+0000 mgr.a (mgr.14403) 14794 : cluster 0 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-07T23:23:10.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:10 smithi079 bash[28699]: audit 2023-12-07T23:23:09.507621+0000 mgr.a (mgr.14403) 14795 : audit 0 from='client.230140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:10.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:10 smithi194 bash[32038]: cluster 2023-12-07T23:23:08.945145+0000 mgr.a (mgr.14403) 14794 : cluster 0 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-07T23:23:10.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:10 smithi194 bash[32038]: audit 2023-12-07T23:23:09.507621+0000 mgr.a (mgr.14403) 14795 : audit 0 from='client.230140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:10.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:10 smithi135 bash[32435]: cluster 2023-12-07T23:23:08.945145+0000 mgr.a (mgr.14403) 14794 : cluster 0 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-07T23:23:10.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:10 smithi135 bash[32435]: audit 2023-12-07T23:23:09.507621+0000 mgr.a (mgr.14403) 14795 : audit 0 from='client.230140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:12.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:11 smithi079 bash[28699]: cluster 2023-12-07T23:23:10.945852+0000 mgr.a (mgr.14403) 14796 : cluster 0 pgmap v11046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:12.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:11 smithi194 bash[32038]: cluster 2023-12-07T23:23:10.945852+0000 mgr.a (mgr.14403) 14796 : cluster 0 pgmap v11046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:12.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:11 smithi135 bash[32435]: cluster 2023-12-07T23:23:10.945852+0000 mgr.a (mgr.14403) 14796 : cluster 0 pgmap v11046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:14.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:14 smithi079 bash[28699]: cluster 2023-12-07T23:23:12.946455+0000 mgr.a (mgr.14403) 14797 : cluster 0 pgmap v11047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:14.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:14 smithi194 bash[32038]: cluster 2023-12-07T23:23:12.946455+0000 mgr.a (mgr.14403) 14797 : cluster 0 pgmap v11047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:14.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:14 smithi135 bash[32435]: cluster 2023-12-07T23:23:12.946455+0000 mgr.a (mgr.14403) 14797 : cluster 0 pgmap v11047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:15.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:23:15.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:15.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:15.927 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:23:15.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:15.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:15.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:15.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:23:16.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:16 smithi079 bash[28699]: cluster 2023-12-07T23:23:14.947456+0000 mgr.a (mgr.14403) 14798 : cluster 0 pgmap v11048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:16.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:16 smithi079 bash[28699]: audit 2023-12-07T23:23:15.434339+0000 mgr.a (mgr.14403) 14799 : audit 0 from='client.297189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:16.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:16 smithi194 bash[32038]: cluster 2023-12-07T23:23:14.947456+0000 mgr.a (mgr.14403) 14798 : cluster 0 pgmap v11048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:16.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:16 smithi194 bash[32038]: audit 2023-12-07T23:23:15.434339+0000 mgr.a (mgr.14403) 14799 : audit 0 from='client.297189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:16.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:16 smithi135 bash[32435]: cluster 2023-12-07T23:23:14.947456+0000 mgr.a (mgr.14403) 14798 : cluster 0 pgmap v11048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:16.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:16 smithi135 bash[32435]: audit 2023-12-07T23:23:15.434339+0000 mgr.a (mgr.14403) 14799 : audit 0 from='client.297189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:18.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:18 smithi079 bash[28699]: cluster 2023-12-07T23:23:16.948158+0000 mgr.a (mgr.14403) 14800 : cluster 0 pgmap v11049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:18.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:18 smithi194 bash[32038]: cluster 2023-12-07T23:23:16.948158+0000 mgr.a (mgr.14403) 14800 : cluster 0 pgmap v11049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:18.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:18 smithi135 bash[32435]: cluster 2023-12-07T23:23:16.948158+0000 mgr.a (mgr.14403) 14800 : cluster 0 pgmap v11049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:20.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:20 smithi079 bash[28699]: cluster 2023-12-07T23:23:18.948989+0000 mgr.a (mgr.14403) 14801 : cluster 0 pgmap v11050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:20.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:20 smithi079 bash[28699]: audit 2023-12-07T23:23:19.861548+0000 mon.a (mon.0) 2493 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:23:20.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:20 smithi194 bash[32038]: cluster 2023-12-07T23:23:18.948989+0000 mgr.a (mgr.14403) 14801 : cluster 0 pgmap v11050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:20.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:20 smithi194 bash[32038]: audit 2023-12-07T23:23:19.861548+0000 mon.a (mon.0) 2493 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:23:20.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:20 smithi135 bash[32435]: cluster 2023-12-07T23:23:18.948989+0000 mgr.a (mgr.14403) 14801 : cluster 0 pgmap v11050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:20.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:20 smithi135 bash[32435]: audit 2023-12-07T23:23:19.861548+0000 mon.a (mon.0) 2493 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:23:20.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:23:20.929 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:20.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:21.639 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:21 smithi079 bash[28699]: audit 2023-12-07T23:23:20.393580+0000 mon.a (mon.0) 2494 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:23:21.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:21 smithi079 bash[28699]: audit 2023-12-07T23:23:20.400357+0000 mon.a (mon.0) 2495 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:23:21.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:21 smithi079 bash[28699]: audit 2023-12-07T23:23:21.148809+0000 mon.a (mon.0) 2496 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:23:21.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:21 smithi079 bash[28699]: audit 2023-12-07T23:23:21.150343+0000 mon.a (mon.0) 2497 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:23:21.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:21 smithi079 bash[28699]: audit 2023-12-07T23:23:21.159589+0000 mon.a (mon.0) 2498 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:23:21.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:21 smithi194 bash[32038]: audit 2023-12-07T23:23:20.393580+0000 mon.a (mon.0) 2494 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:23:21.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:21 smithi194 bash[32038]: audit 2023-12-07T23:23:20.400357+0000 mon.a (mon.0) 2495 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:23:21.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:21 smithi194 bash[32038]: audit 2023-12-07T23:23:21.148809+0000 mon.a (mon.0) 2496 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:23:21.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:21 smithi194 bash[32038]: audit 2023-12-07T23:23:21.150343+0000 mon.a (mon.0) 2497 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:23:21.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:21 smithi194 bash[32038]: audit 2023-12-07T23:23:21.159589+0000 mon.a (mon.0) 2498 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:23:21.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:21 smithi135 bash[32435]: audit 2023-12-07T23:23:20.393580+0000 mon.a (mon.0) 2494 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:23:21.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:21 smithi135 bash[32435]: audit 2023-12-07T23:23:20.400357+0000 mon.a (mon.0) 2495 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:23:21.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:21 smithi135 bash[32435]: audit 2023-12-07T23:23:21.148809+0000 mon.a (mon.0) 2496 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:23:21.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:21 smithi135 bash[32435]: audit 2023-12-07T23:23:21.150343+0000 mon.a (mon.0) 2497 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:23:21.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:21 smithi135 bash[32435]: audit 2023-12-07T23:23:21.159589+0000 mon.a (mon.0) 2498 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:23:21.866 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:23:21.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:21.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:21.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:21.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:23:22.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:22 smithi194 bash[32038]: cluster 2023-12-07T23:23:20.949352+0000 mgr.a (mgr.14403) 14802 : cluster 0 pgmap v11051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:22.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:22 smithi194 bash[32038]: audit 2023-12-07T23:23:21.349729+0000 mgr.a (mgr.14403) 14803 : audit 0 from='client.297261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:22.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:22 smithi135 bash[32435]: cluster 2023-12-07T23:23:20.949352+0000 mgr.a (mgr.14403) 14802 : cluster 0 pgmap v11051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:22.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:22 smithi135 bash[32435]: audit 2023-12-07T23:23:21.349729+0000 mgr.a (mgr.14403) 14803 : audit 0 from='client.297261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:22.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:22 smithi079 bash[28699]: cluster 2023-12-07T23:23:20.949352+0000 mgr.a (mgr.14403) 14802 : cluster 0 pgmap v11051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:22.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:22 smithi079 bash[28699]: audit 2023-12-07T23:23:21.349729+0000 mgr.a (mgr.14403) 14803 : audit 0 from='client.297261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:24.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:24 smithi194 bash[32038]: cluster 2023-12-07T23:23:22.950021+0000 mgr.a (mgr.14403) 14804 : cluster 0 pgmap v11052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:24.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:24 smithi135 bash[32435]: cluster 2023-12-07T23:23:22.950021+0000 mgr.a (mgr.14403) 14804 : cluster 0 pgmap v11052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:24.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:24 smithi079 bash[28699]: cluster 2023-12-07T23:23:22.950021+0000 mgr.a (mgr.14403) 14804 : cluster 0 pgmap v11052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:26.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:26 smithi194 bash[32038]: cluster 2023-12-07T23:23:24.950863+0000 mgr.a (mgr.14403) 14805 : cluster 0 pgmap v11053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:26.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:26 smithi135 bash[32435]: cluster 2023-12-07T23:23:24.950863+0000 mgr.a (mgr.14403) 14805 : cluster 0 pgmap v11053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:26.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:23:26.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:26.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:26.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:26 smithi079 bash[28699]: cluster 2023-12-07T23:23:24.950863+0000 mgr.a (mgr.14403) 14805 : cluster 0 pgmap v11053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:27.789 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:23:27.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:27.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:27.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:27.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:23:28.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:28 smithi194 bash[32038]: cluster 2023-12-07T23:23:26.951410+0000 mgr.a (mgr.14403) 14806 : cluster 0 pgmap v11054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:28.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:28 smithi194 bash[32038]: audit 2023-12-07T23:23:27.284516+0000 mgr.a (mgr.14403) 14807 : audit 0 from='client.297339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:28.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:28 smithi135 bash[32435]: cluster 2023-12-07T23:23:26.951410+0000 mgr.a (mgr.14403) 14806 : cluster 0 pgmap v11054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:28.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:28 smithi135 bash[32435]: audit 2023-12-07T23:23:27.284516+0000 mgr.a (mgr.14403) 14807 : audit 0 from='client.297339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:28.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:28 smithi079 bash[28699]: cluster 2023-12-07T23:23:26.951410+0000 mgr.a (mgr.14403) 14806 : cluster 0 pgmap v11054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:28.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:28 smithi079 bash[28699]: audit 2023-12-07T23:23:27.284516+0000 mgr.a (mgr.14403) 14807 : audit 0 from='client.297339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:30.699 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:30 smithi194 bash[32038]: cluster 2023-12-07T23:23:28.952329+0000 mgr.a (mgr.14403) 14808 : cluster 0 pgmap v11055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:30.703 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:30 smithi135 bash[32435]: cluster 2023-12-07T23:23:28.952329+0000 mgr.a (mgr.14403) 14808 : cluster 0 pgmap v11055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:30.889 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:30 smithi079 bash[28699]: cluster 2023-12-07T23:23:28.952329+0000 mgr.a (mgr.14403) 14808 : cluster 0 pgmap v11055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:32.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:31 smithi079 bash[28699]: cluster 2023-12-07T23:23:30.952858+0000 mgr.a (mgr.14403) 14809 : cluster 0 pgmap v11056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:32.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:31 smithi194 bash[32038]: cluster 2023-12-07T23:23:30.952858+0000 mgr.a (mgr.14403) 14809 : cluster 0 pgmap v11056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:32.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:31 smithi135 bash[32435]: cluster 2023-12-07T23:23:30.952858+0000 mgr.a (mgr.14403) 14809 : cluster 0 pgmap v11056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:32.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:23:32.793 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:32.793 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:33.707 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:23:33.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:33.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:33.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:33.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:23:34.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:34 smithi079 bash[28699]: cluster 2023-12-07T23:23:32.953503+0000 mgr.a (mgr.14403) 14810 : cluster 0 pgmap v11057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:34.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:34 smithi079 bash[28699]: audit 2023-12-07T23:23:33.199785+0000 mgr.a (mgr.14403) 14811 : audit 0 from='client.297408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:34.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:34 smithi194 bash[32038]: cluster 2023-12-07T23:23:32.953503+0000 mgr.a (mgr.14403) 14810 : cluster 0 pgmap v11057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:34.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:34 smithi194 bash[32038]: audit 2023-12-07T23:23:33.199785+0000 mgr.a (mgr.14403) 14811 : audit 0 from='client.297408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:34.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:34 smithi135 bash[32435]: cluster 2023-12-07T23:23:32.953503+0000 mgr.a (mgr.14403) 14810 : cluster 0 pgmap v11057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:34.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:34 smithi135 bash[32435]: audit 2023-12-07T23:23:33.199785+0000 mgr.a (mgr.14403) 14811 : audit 0 from='client.297408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:36.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:36 smithi079 bash[28699]: cluster 2023-12-07T23:23:34.954644+0000 mgr.a (mgr.14403) 14812 : cluster 0 pgmap v11058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:23:36.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:36 smithi194 bash[32038]: cluster 2023-12-07T23:23:34.954644+0000 mgr.a (mgr.14403) 14812 : cluster 0 pgmap v11058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:23:36.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:36 smithi135 bash[32435]: cluster 2023-12-07T23:23:34.954644+0000 mgr.a (mgr.14403) 14812 : cluster 0 pgmap v11058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:23:38.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:38 smithi079 bash[28699]: cluster 2023-12-07T23:23:36.955277+0000 mgr.a (mgr.14403) 14813 : cluster 0 pgmap v11059: 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-07T23:23:38.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:38 smithi194 bash[32038]: cluster 2023-12-07T23:23:36.955277+0000 mgr.a (mgr.14403) 14813 : cluster 0 pgmap v11059: 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-07T23:23:38.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:38 smithi135 bash[32435]: cluster 2023-12-07T23:23:36.955277+0000 mgr.a (mgr.14403) 14813 : cluster 0 pgmap v11059: 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-07T23:23:38.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:23:38.709 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:38.709 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:39.633 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:23:39.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:39.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:39.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:39.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:23:40.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:40 smithi079 bash[28699]: cluster 2023-12-07T23:23:38.956037+0000 mgr.a (mgr.14403) 14814 : cluster 0 pgmap v11060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:40.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:40 smithi079 bash[28699]: audit 2023-12-07T23:23:39.115496+0000 mgr.a (mgr.14403) 14815 : audit 0 from='client.297483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:40.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:40 smithi194 bash[32038]: cluster 2023-12-07T23:23:38.956037+0000 mgr.a (mgr.14403) 14814 : cluster 0 pgmap v11060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:40.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:40 smithi194 bash[32038]: audit 2023-12-07T23:23:39.115496+0000 mgr.a (mgr.14403) 14815 : audit 0 from='client.297483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:40.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:40 smithi135 bash[32435]: cluster 2023-12-07T23:23:38.956037+0000 mgr.a (mgr.14403) 14814 : cluster 0 pgmap v11060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:40.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:40 smithi135 bash[32435]: audit 2023-12-07T23:23:39.115496+0000 mgr.a (mgr.14403) 14815 : audit 0 from='client.297483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:42.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:41 smithi079 bash[28699]: cluster 2023-12-07T23:23:40.956680+0000 mgr.a (mgr.14403) 14816 : cluster 0 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-07T23:23:42.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:41 smithi194 bash[32038]: cluster 2023-12-07T23:23:40.956680+0000 mgr.a (mgr.14403) 14816 : cluster 0 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-07T23:23:42.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:41 smithi135 bash[32435]: cluster 2023-12-07T23:23:40.956680+0000 mgr.a (mgr.14403) 14816 : cluster 0 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-07T23:23:44.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:44 smithi079 bash[28699]: cluster 2023-12-07T23:23:42.957256+0000 mgr.a (mgr.14403) 14817 : cluster 0 pgmap v11062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:44.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:44 smithi194 bash[32038]: cluster 2023-12-07T23:23:42.957256+0000 mgr.a (mgr.14403) 14817 : cluster 0 pgmap v11062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:44.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:44 smithi135 bash[32435]: cluster 2023-12-07T23:23:42.957256+0000 mgr.a (mgr.14403) 14817 : cluster 0 pgmap v11062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:23:44.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:23:44.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:44.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:45.567 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:23:45.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:45.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:45.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:45.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:23:46.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:46 smithi079 bash[28699]: cluster 2023-12-07T23:23:44.958035+0000 mgr.a (mgr.14403) 14818 : cluster 0 pgmap v11063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:46.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:46 smithi079 bash[28699]: audit 2023-12-07T23:23:45.040521+0000 mgr.a (mgr.14403) 14819 : audit 0 from='client.297558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:46.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:46 smithi194 bash[32038]: cluster 2023-12-07T23:23:44.958035+0000 mgr.a (mgr.14403) 14818 : cluster 0 pgmap v11063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:46.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:46 smithi194 bash[32038]: audit 2023-12-07T23:23:45.040521+0000 mgr.a (mgr.14403) 14819 : audit 0 from='client.297558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:46.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:46 smithi135 bash[32435]: cluster 2023-12-07T23:23:44.958035+0000 mgr.a (mgr.14403) 14818 : cluster 0 pgmap v11063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:46.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:46 smithi135 bash[32435]: audit 2023-12-07T23:23:45.040521+0000 mgr.a (mgr.14403) 14819 : audit 0 from='client.297558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:48.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:48 smithi079 bash[28699]: cluster 2023-12-07T23:23:46.958675+0000 mgr.a (mgr.14403) 14820 : cluster 0 pgmap v11064: 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-07T23:23:48.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:48 smithi194 bash[32038]: cluster 2023-12-07T23:23:46.958675+0000 mgr.a (mgr.14403) 14820 : cluster 0 pgmap v11064: 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-07T23:23:48.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:48 smithi135 bash[32435]: cluster 2023-12-07T23:23:46.958675+0000 mgr.a (mgr.14403) 14820 : cluster 0 pgmap v11064: 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-07T23:23:50.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:50 smithi079 bash[28699]: cluster 2023-12-07T23:23:48.959515+0000 mgr.a (mgr.14403) 14821 : cluster 0 pgmap v11065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:23:50.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:50 smithi194 bash[32038]: cluster 2023-12-07T23:23:48.959515+0000 mgr.a (mgr.14403) 14821 : cluster 0 pgmap v11065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:23:50.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:50 smithi135 bash[32435]: cluster 2023-12-07T23:23:48.959515+0000 mgr.a (mgr.14403) 14821 : cluster 0 pgmap v11065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:23:50.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:23:50.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:50.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:51.462 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:23:51.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:51.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:51.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:51.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:23:52.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:51 smithi079 bash[28699]: cluster 2023-12-07T23:23:50.960175+0000 mgr.a (mgr.14403) 14822 : cluster 0 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-07T23:23:52.139 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:51 smithi079 bash[28699]: audit 2023-12-07T23:23:50.980774+0000 mgr.a (mgr.14403) 14823 : audit 0 from='client.297633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:52.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:51 smithi194 bash[32038]: cluster 2023-12-07T23:23:50.960175+0000 mgr.a (mgr.14403) 14822 : cluster 0 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-07T23:23:52.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:51 smithi194 bash[32038]: audit 2023-12-07T23:23:50.980774+0000 mgr.a (mgr.14403) 14823 : audit 0 from='client.297633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:52.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:51 smithi135 bash[32435]: cluster 2023-12-07T23:23:50.960175+0000 mgr.a (mgr.14403) 14822 : cluster 0 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-07T23:23:52.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:51 smithi135 bash[32435]: audit 2023-12-07T23:23:50.980774+0000 mgr.a (mgr.14403) 14823 : audit 0 from='client.297633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:54.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:54 smithi079 bash[28699]: cluster 2023-12-07T23:23:52.960904+0000 mgr.a (mgr.14403) 14824 : cluster 0 pgmap v11067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:54.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:54 smithi194 bash[32038]: cluster 2023-12-07T23:23:52.960904+0000 mgr.a (mgr.14403) 14824 : cluster 0 pgmap v11067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:54.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:54 smithi135 bash[32435]: cluster 2023-12-07T23:23:52.960904+0000 mgr.a (mgr.14403) 14824 : cluster 0 pgmap v11067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:56.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:56 smithi079 bash[28699]: cluster 2023-12-07T23:23:54.961794+0000 mgr.a (mgr.14403) 14825 : cluster 0 pgmap v11068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:56.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:56 smithi194 bash[32038]: cluster 2023-12-07T23:23:54.961794+0000 mgr.a (mgr.14403) 14825 : cluster 0 pgmap v11068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:56.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:56 smithi135 bash[32435]: cluster 2023-12-07T23:23:54.961794+0000 mgr.a (mgr.14403) 14825 : cluster 0 pgmap v11068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:23:56.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:23:56.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:23:56.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:23:57.413 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:23:57.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:23:57.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:23:57.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:23:57.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:23:58.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:58 smithi079 bash[28699]: audit 2023-12-07T23:23:56.880543+0000 mgr.a (mgr.14403) 14826 : audit 0 from='client.297708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:58.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:23:58 smithi079 bash[28699]: cluster 2023-12-07T23:23:56.962238+0000 mgr.a (mgr.14403) 14827 : cluster 0 pgmap v11069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:58.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:58 smithi194 bash[32038]: audit 2023-12-07T23:23:56.880543+0000 mgr.a (mgr.14403) 14826 : audit 0 from='client.297708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:58.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:23:58 smithi194 bash[32038]: cluster 2023-12-07T23:23:56.962238+0000 mgr.a (mgr.14403) 14827 : cluster 0 pgmap v11069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:23:58.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:58 smithi135 bash[32435]: audit 2023-12-07T23:23:56.880543+0000 mgr.a (mgr.14403) 14826 : audit 0 from='client.297708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:23:58.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:23:58 smithi135 bash[32435]: cluster 2023-12-07T23:23:56.962238+0000 mgr.a (mgr.14403) 14827 : cluster 0 pgmap v11069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:00.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:00 smithi079 bash[28699]: cluster 2023-12-07T23:23:58.963253+0000 mgr.a (mgr.14403) 14828 : cluster 0 pgmap v11070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:00.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:00 smithi194 bash[32038]: cluster 2023-12-07T23:23:58.963253+0000 mgr.a (mgr.14403) 14828 : cluster 0 pgmap v11070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:00.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:00 smithi135 bash[32435]: cluster 2023-12-07T23:23:58.963253+0000 mgr.a (mgr.14403) 14828 : cluster 0 pgmap v11070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:02.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:01 smithi079 bash[28699]: cluster 2023-12-07T23:24:00.963991+0000 mgr.a (mgr.14403) 14829 : cluster 0 pgmap v11071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:02.199 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:01 smithi194 bash[32038]: cluster 2023-12-07T23:24:00.963991+0000 mgr.a (mgr.14403) 14829 : cluster 0 pgmap v11071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:02.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:01 smithi135 bash[32435]: cluster 2023-12-07T23:24:00.963991+0000 mgr.a (mgr.14403) 14829 : cluster 0 pgmap v11071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:02.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:24:02.417 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:02.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:03.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:03.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:03.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:03.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:24:03.335 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:24:04.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:04 smithi079 bash[28699]: audit 2023-12-07T23:24:02.829126+0000 mgr.a (mgr.14403) 14830 : audit 0 from='client.297783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:04.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:04 smithi079 bash[28699]: cluster 2023-12-07T23:24:02.972086+0000 mgr.a (mgr.14403) 14831 : cluster 0 pgmap v11072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:04.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:04 smithi194 bash[32038]: audit 2023-12-07T23:24:02.829126+0000 mgr.a (mgr.14403) 14830 : audit 0 from='client.297783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:04.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:04 smithi194 bash[32038]: cluster 2023-12-07T23:24:02.972086+0000 mgr.a (mgr.14403) 14831 : cluster 0 pgmap v11072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:04.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:04 smithi135 bash[32435]: audit 2023-12-07T23:24:02.829126+0000 mgr.a (mgr.14403) 14830 : audit 0 from='client.297783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:04.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:04 smithi135 bash[32435]: cluster 2023-12-07T23:24:02.972086+0000 mgr.a (mgr.14403) 14831 : cluster 0 pgmap v11072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:06.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:06 smithi079 bash[28699]: cluster 2023-12-07T23:24:04.973110+0000 mgr.a (mgr.14403) 14832 : cluster 0 pgmap v11073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:06.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:06 smithi194 bash[32038]: cluster 2023-12-07T23:24:04.973110+0000 mgr.a (mgr.14403) 14832 : cluster 0 pgmap v11073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:06.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:06 smithi135 bash[32435]: cluster 2023-12-07T23:24:04.973110+0000 mgr.a (mgr.14403) 14832 : cluster 0 pgmap v11073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:08.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:24:08.338 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:08.338 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:08.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:08 smithi079 bash[28699]: cluster 2023-12-07T23:24:06.973779+0000 mgr.a (mgr.14403) 14833 : cluster 0 pgmap v11074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:08.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:08 smithi194 bash[32038]: cluster 2023-12-07T23:24:06.973779+0000 mgr.a (mgr.14403) 14833 : cluster 0 pgmap v11074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:08.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:08 smithi135 bash[32435]: cluster 2023-12-07T23:24:06.973779+0000 mgr.a (mgr.14403) 14833 : cluster 0 pgmap v11074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:09.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:09.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:09.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:09.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:24:09.251 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:24:09.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:09 smithi079 bash[28699]: audit 2023-12-07T23:24:08.742539+0000 mgr.a (mgr.14403) 14834 : audit 0 from='client.297861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:09.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:09 smithi194 bash[32038]: audit 2023-12-07T23:24:08.742539+0000 mgr.a (mgr.14403) 14834 : audit 0 from='client.297861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:09.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:09 smithi135 bash[32435]: audit 2023-12-07T23:24:08.742539+0000 mgr.a (mgr.14403) 14834 : audit 0 from='client.297861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:10.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:10 smithi079 bash[28699]: cluster 2023-12-07T23:24:08.974456+0000 mgr.a (mgr.14403) 14835 : cluster 0 pgmap v11075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:10.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:10 smithi194 bash[32038]: cluster 2023-12-07T23:24:08.974456+0000 mgr.a (mgr.14403) 14835 : cluster 0 pgmap v11075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:10.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:10 smithi135 bash[32435]: cluster 2023-12-07T23:24:08.974456+0000 mgr.a (mgr.14403) 14835 : cluster 0 pgmap v11075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:12.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:11 smithi079 bash[28699]: cluster 2023-12-07T23:24:10.975107+0000 mgr.a (mgr.14403) 14836 : cluster 0 pgmap v11076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:24:12.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:11 smithi194 bash[32038]: cluster 2023-12-07T23:24:10.975107+0000 mgr.a (mgr.14403) 14836 : cluster 0 pgmap v11076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:24:12.203 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:11 smithi135 bash[32435]: cluster 2023-12-07T23:24:10.975107+0000 mgr.a (mgr.14403) 14836 : cluster 0 pgmap v11076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:24:14.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:24:14.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:14.255 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:14.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:14 smithi079 bash[28699]: cluster 2023-12-07T23:24:12.975613+0000 mgr.a (mgr.14403) 14837 : cluster 0 pgmap v11077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:24:14.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:14 smithi194 bash[32038]: cluster 2023-12-07T23:24:12.975613+0000 mgr.a (mgr.14403) 14837 : cluster 0 pgmap v11077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:24:14.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:14 smithi135 bash[32435]: cluster 2023-12-07T23:24:12.975613+0000 mgr.a (mgr.14403) 14837 : cluster 0 pgmap v11077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:24:15.181 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:24:15.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:15.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:15.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:15.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:24:15.389 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:15 smithi079 bash[28699]: audit 2023-12-07T23:24:14.662248+0000 mgr.a (mgr.14403) 14838 : audit 0 from='client.297936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:15.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:15 smithi194 bash[32038]: audit 2023-12-07T23:24:14.662248+0000 mgr.a (mgr.14403) 14838 : audit 0 from='client.297936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:15.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:15 smithi135 bash[32435]: audit 2023-12-07T23:24:14.662248+0000 mgr.a (mgr.14403) 14838 : audit 0 from='client.297936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:16.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:16 smithi079 bash[28699]: cluster 2023-12-07T23:24:14.976720+0000 mgr.a (mgr.14403) 14839 : cluster 0 pgmap v11078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:16.449 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:16 smithi194 bash[32038]: cluster 2023-12-07T23:24:14.976720+0000 mgr.a (mgr.14403) 14839 : cluster 0 pgmap v11078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:16.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:16 smithi135 bash[32435]: cluster 2023-12-07T23:24:14.976720+0000 mgr.a (mgr.14403) 14839 : cluster 0 pgmap v11078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:18.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:18 smithi079 bash[28699]: cluster 2023-12-07T23:24:16.977321+0000 mgr.a (mgr.14403) 14840 : cluster 0 pgmap v11079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:24:18.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:18 smithi194 bash[32038]: cluster 2023-12-07T23:24:16.977321+0000 mgr.a (mgr.14403) 14840 : cluster 0 pgmap v11079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:24:18.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:18 smithi135 bash[32435]: cluster 2023-12-07T23:24:16.977321+0000 mgr.a (mgr.14403) 14840 : cluster 0 pgmap v11079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:24:20.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:24:20.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:20.185 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:20.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:20 smithi079 bash[28699]: cluster 2023-12-07T23:24:18.978271+0000 mgr.a (mgr.14403) 14841 : cluster 0 pgmap v11080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:20.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:20 smithi194 bash[32038]: cluster 2023-12-07T23:24:18.978271+0000 mgr.a (mgr.14403) 14841 : cluster 0 pgmap v11080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:20.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:20 smithi135 bash[32435]: cluster 2023-12-07T23:24:18.978271+0000 mgr.a (mgr.14403) 14841 : cluster 0 pgmap v11080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:21.102 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:24:21.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:21.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:21.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:21.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:24:21.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:21 smithi079 bash[28699]: audit 2023-12-07T23:24:20.597433+0000 mgr.a (mgr.14403) 14842 : audit 0 from='client.298011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:21.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:21 smithi194 bash[32038]: audit 2023-12-07T23:24:20.597433+0000 mgr.a (mgr.14403) 14842 : audit 0 from='client.298011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:21.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:21 smithi135 bash[32435]: audit 2023-12-07T23:24:20.597433+0000 mgr.a (mgr.14403) 14842 : audit 0 from='client.298011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:22.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:22 smithi079 bash[28699]: cluster 2023-12-07T23:24:20.979561+0000 mgr.a (mgr.14403) 14843 : cluster 0 pgmap v11081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:22.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:22 smithi079 bash[28699]: audit 2023-12-07T23:24:21.261558+0000 mon.a (mon.0) 2499 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:24:22.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:22 smithi079 bash[28699]: audit 2023-12-07T23:24:21.793285+0000 mon.a (mon.0) 2500 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:24:22.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:22 smithi079 bash[28699]: audit 2023-12-07T23:24:21.800191+0000 mon.a (mon.0) 2501 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:24:22.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:22 smithi194 bash[32038]: cluster 2023-12-07T23:24:20.979561+0000 mgr.a (mgr.14403) 14843 : cluster 0 pgmap v11081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:22.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:22 smithi194 bash[32038]: audit 2023-12-07T23:24:21.261558+0000 mon.a (mon.0) 2499 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:24:22.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:22 smithi194 bash[32038]: audit 2023-12-07T23:24:21.793285+0000 mon.a (mon.0) 2500 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:24:22.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:22 smithi194 bash[32038]: audit 2023-12-07T23:24:21.800191+0000 mon.a (mon.0) 2501 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:24:22.453 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:22 smithi135 bash[32435]: cluster 2023-12-07T23:24:20.979561+0000 mgr.a (mgr.14403) 14843 : cluster 0 pgmap v11081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:22.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:22 smithi135 bash[32435]: audit 2023-12-07T23:24:21.261558+0000 mon.a (mon.0) 2499 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:24:22.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:22 smithi135 bash[32435]: audit 2023-12-07T23:24:21.793285+0000 mon.a (mon.0) 2500 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:24:22.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:22 smithi135 bash[32435]: audit 2023-12-07T23:24:21.800191+0000 mon.a (mon.0) 2501 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:24:23.417 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:23 smithi079 bash[28699]: audit 2023-12-07T23:24:22.542891+0000 mon.a (mon.0) 2502 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:24:23.417 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:23 smithi079 bash[28699]: audit 2023-12-07T23:24:22.544800+0000 mon.a (mon.0) 2503 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:24:23.417 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:23 smithi079 bash[28699]: audit 2023-12-07T23:24:22.554954+0000 mon.a (mon.0) 2504 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:24:23.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:23 smithi194 bash[32038]: audit 2023-12-07T23:24:22.542891+0000 mon.a (mon.0) 2502 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:24:23.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:23 smithi194 bash[32038]: audit 2023-12-07T23:24:22.544800+0000 mon.a (mon.0) 2503 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:24:23.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:23 smithi194 bash[32038]: audit 2023-12-07T23:24:22.554954+0000 mon.a (mon.0) 2504 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:24:23.465 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:23 smithi135 bash[32435]: audit 2023-12-07T23:24:22.542891+0000 mon.a (mon.0) 2502 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:24:23.465 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:23 smithi135 bash[32435]: audit 2023-12-07T23:24:22.544800+0000 mon.a (mon.0) 2503 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:24:23.465 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:23 smithi135 bash[32435]: audit 2023-12-07T23:24:22.554954+0000 mon.a (mon.0) 2504 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:24:24.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:24 smithi079 bash[28699]: cluster 2023-12-07T23:24:22.980375+0000 mgr.a (mgr.14403) 14844 : cluster 0 pgmap v11082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:24.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:24 smithi194 bash[32038]: cluster 2023-12-07T23:24:22.980375+0000 mgr.a (mgr.14403) 14844 : cluster 0 pgmap v11082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:24.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:24 smithi135 bash[32435]: cluster 2023-12-07T23:24:22.980375+0000 mgr.a (mgr.14403) 14844 : cluster 0 pgmap v11082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:26.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:24:26.105 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:26.105 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:26.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:26 smithi079 bash[28699]: cluster 2023-12-07T23:24:24.981342+0000 mgr.a (mgr.14403) 14845 : cluster 0 pgmap v11083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:26.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:26 smithi194 bash[32038]: cluster 2023-12-07T23:24:24.981342+0000 mgr.a (mgr.14403) 14845 : cluster 0 pgmap v11083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:26.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:26 smithi135 bash[32435]: cluster 2023-12-07T23:24:24.981342+0000 mgr.a (mgr.14403) 14845 : cluster 0 pgmap v11083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:27.026 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:24:27.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:27.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:27.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:27.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:24:27.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:27 smithi079 bash[28699]: audit 2023-12-07T23:24:26.506735+0000 mgr.a (mgr.14403) 14846 : audit 0 from='client.298086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:27.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:27 smithi194 bash[32038]: audit 2023-12-07T23:24:26.506735+0000 mgr.a (mgr.14403) 14846 : audit 0 from='client.298086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:27.953 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:27 smithi135 bash[32435]: audit 2023-12-07T23:24:26.506735+0000 mgr.a (mgr.14403) 14846 : audit 0 from='client.298086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:28.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:28 smithi079 bash[28699]: cluster 2023-12-07T23:24:26.981938+0000 mgr.a (mgr.14403) 14847 : cluster 0 pgmap v11084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:28.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:28 smithi194 bash[32038]: cluster 2023-12-07T23:24:26.981938+0000 mgr.a (mgr.14403) 14847 : cluster 0 pgmap v11084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:28.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:28 smithi135 bash[32435]: cluster 2023-12-07T23:24:26.981938+0000 mgr.a (mgr.14403) 14847 : cluster 0 pgmap v11084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:30.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:30 smithi079 bash[28699]: cluster 2023-12-07T23:24:28.982756+0000 mgr.a (mgr.14403) 14848 : cluster 0 pgmap v11085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:30.950 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:30 smithi194 bash[32038]: cluster 2023-12-07T23:24:28.982756+0000 mgr.a (mgr.14403) 14848 : cluster 0 pgmap v11085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:30.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:30 smithi135 bash[32435]: cluster 2023-12-07T23:24:28.982756+0000 mgr.a (mgr.14403) 14848 : cluster 0 pgmap v11085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:32.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:24:32.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:32.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:32.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:31 smithi079 bash[28699]: cluster 2023-12-07T23:24:30.983353+0000 mgr.a (mgr.14403) 14849 : cluster 0 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-07T23:24:32.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:31 smithi194 bash[32038]: cluster 2023-12-07T23:24:30.983353+0000 mgr.a (mgr.14403) 14849 : cluster 0 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-07T23:24:32.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:31 smithi135 bash[32435]: cluster 2023-12-07T23:24:30.983353+0000 mgr.a (mgr.14403) 14849 : cluster 0 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-07T23:24:32.926 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:24:32.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:32.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:32.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:32.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:24:33.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:32 smithi079 bash[28699]: audit 2023-12-07T23:24:32.428663+0000 mgr.a (mgr.14403) 14850 : audit 0 from='client.298161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:33.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:32 smithi194 bash[32038]: audit 2023-12-07T23:24:32.428663+0000 mgr.a (mgr.14403) 14850 : audit 0 from='client.298161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:33.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:32 smithi135 bash[32435]: audit 2023-12-07T23:24:32.428663+0000 mgr.a (mgr.14403) 14850 : audit 0 from='client.298161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:34.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:33 smithi079 bash[28699]: cluster 2023-12-07T23:24:32.984009+0000 mgr.a (mgr.14403) 14851 : cluster 0 pgmap v11087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:34.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:33 smithi194 bash[32038]: cluster 2023-12-07T23:24:32.984009+0000 mgr.a (mgr.14403) 14851 : cluster 0 pgmap v11087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:34.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:33 smithi135 bash[32435]: cluster 2023-12-07T23:24:32.984009+0000 mgr.a (mgr.14403) 14851 : cluster 0 pgmap v11087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:36.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:36 smithi079 bash[28699]: cluster 2023-12-07T23:24:34.984856+0000 mgr.a (mgr.14403) 14852 : cluster 0 pgmap v11088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:36.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:36 smithi194 bash[32038]: cluster 2023-12-07T23:24:34.984856+0000 mgr.a (mgr.14403) 14852 : cluster 0 pgmap v11088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:36.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:36 smithi135 bash[32435]: cluster 2023-12-07T23:24:34.984856+0000 mgr.a (mgr.14403) 14852 : cluster 0 pgmap v11088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:24:37.930 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:24:37.931 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:37.931 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:38.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:38 smithi079 bash[28699]: cluster 2023-12-07T23:24:36.985348+0000 mgr.a (mgr.14403) 14853 : cluster 0 pgmap v11089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:38.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:38 smithi194 bash[32038]: cluster 2023-12-07T23:24:36.985348+0000 mgr.a (mgr.14403) 14853 : cluster 0 pgmap v11089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:38.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:38 smithi135 bash[32435]: cluster 2023-12-07T23:24:36.985348+0000 mgr.a (mgr.14403) 14853 : cluster 0 pgmap v11089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:38.847 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:24:38.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:38.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:38.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:38.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:24:39.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:39 smithi079 bash[28699]: audit 2023-12-07T23:24:38.336404+0000 mgr.a (mgr.14403) 14854 : audit 0 from='client.298236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:39.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:39 smithi194 bash[32038]: audit 2023-12-07T23:24:38.336404+0000 mgr.a (mgr.14403) 14854 : audit 0 from='client.298236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:39.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:39 smithi135 bash[32435]: audit 2023-12-07T23:24:38.336404+0000 mgr.a (mgr.14403) 14854 : audit 0 from='client.298236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:40.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:40 smithi079 bash[28699]: cluster 2023-12-07T23:24:38.986387+0000 mgr.a (mgr.14403) 14855 : cluster 0 pgmap v11090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:24:40.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:40 smithi194 bash[32038]: cluster 2023-12-07T23:24:38.986387+0000 mgr.a (mgr.14403) 14855 : cluster 0 pgmap v11090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:24:40.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:40 smithi135 bash[32435]: cluster 2023-12-07T23:24:38.986387+0000 mgr.a (mgr.14403) 14855 : cluster 0 pgmap v11090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:24:42.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:41 smithi079 bash[28699]: cluster 2023-12-07T23:24:40.987002+0000 mgr.a (mgr.14403) 14856 : cluster 0 pgmap v11091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:24:42.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:41 smithi194 bash[32038]: cluster 2023-12-07T23:24:40.987002+0000 mgr.a (mgr.14403) 14856 : cluster 0 pgmap v11091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:24:42.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:41 smithi135 bash[32435]: cluster 2023-12-07T23:24:40.987002+0000 mgr.a (mgr.14403) 14856 : cluster 0 pgmap v11091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:24:43.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:24:43.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:43.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:44.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:44 smithi079 bash[28699]: cluster 2023-12-07T23:24:42.987559+0000 mgr.a (mgr.14403) 14857 : cluster 0 pgmap v11092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:24:44.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:44 smithi194 bash[32038]: cluster 2023-12-07T23:24:42.987559+0000 mgr.a (mgr.14403) 14857 : cluster 0 pgmap v11092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:24:44.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:44 smithi135 bash[32435]: cluster 2023-12-07T23:24:42.987559+0000 mgr.a (mgr.14403) 14857 : cluster 0 pgmap v11092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:24:44.738 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:24:44.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:44.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:44.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:44.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:24:45.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:45 smithi079 bash[28699]: audit 2023-12-07T23:24:44.253734+0000 mgr.a (mgr.14403) 14858 : audit 0 from='client.298314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:45.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:45 smithi194 bash[32038]: audit 2023-12-07T23:24:44.253734+0000 mgr.a (mgr.14403) 14858 : audit 0 from='client.298314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:45.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:45 smithi135 bash[32435]: audit 2023-12-07T23:24:44.253734+0000 mgr.a (mgr.14403) 14858 : audit 0 from='client.298314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:46.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:46 smithi079 bash[28699]: cluster 2023-12-07T23:24:44.988604+0000 mgr.a (mgr.14403) 14859 : cluster 0 pgmap v11093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:46.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:46 smithi194 bash[32038]: cluster 2023-12-07T23:24:44.988604+0000 mgr.a (mgr.14403) 14859 : cluster 0 pgmap v11093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:46.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:46 smithi135 bash[32435]: cluster 2023-12-07T23:24:44.988604+0000 mgr.a (mgr.14403) 14859 : cluster 0 pgmap v11093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:48.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:48 smithi079 bash[28699]: cluster 2023-12-07T23:24:46.989282+0000 mgr.a (mgr.14403) 14860 : cluster 0 pgmap v11094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:24:48.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:48 smithi194 bash[32038]: cluster 2023-12-07T23:24:46.989282+0000 mgr.a (mgr.14403) 14860 : cluster 0 pgmap v11094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:24:48.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:48 smithi135 bash[32435]: cluster 2023-12-07T23:24:46.989282+0000 mgr.a (mgr.14403) 14860 : cluster 0 pgmap v11094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:24:49.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:24:49.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:49.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:50.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:50 smithi079 bash[28699]: cluster 2023-12-07T23:24:48.990210+0000 mgr.a (mgr.14403) 14861 : cluster 0 pgmap v11095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:50.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:50 smithi194 bash[32038]: cluster 2023-12-07T23:24:48.990210+0000 mgr.a (mgr.14403) 14861 : cluster 0 pgmap v11095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:50.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:50 smithi135 bash[32435]: cluster 2023-12-07T23:24:48.990210+0000 mgr.a (mgr.14403) 14861 : cluster 0 pgmap v11095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:24:50.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:50.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:50.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:50.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:24:50.639 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:24:51.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:51 smithi079 bash[28699]: audit 2023-12-07T23:24:50.150794+0000 mgr.a (mgr.14403) 14862 : audit 0 from='client.298386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:51.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:51 smithi194 bash[32038]: audit 2023-12-07T23:24:50.150794+0000 mgr.a (mgr.14403) 14862 : audit 0 from='client.298386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:51.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:51 smithi135 bash[32435]: audit 2023-12-07T23:24:50.150794+0000 mgr.a (mgr.14403) 14862 : audit 0 from='client.298386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:52.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:52 smithi079 bash[28699]: cluster 2023-12-07T23:24:50.990917+0000 mgr.a (mgr.14403) 14863 : cluster 0 pgmap v11096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:24:52.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:52 smithi194 bash[32038]: cluster 2023-12-07T23:24:50.990917+0000 mgr.a (mgr.14403) 14863 : cluster 0 pgmap v11096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:24:52.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:52 smithi135 bash[32435]: cluster 2023-12-07T23:24:50.990917+0000 mgr.a (mgr.14403) 14863 : cluster 0 pgmap v11096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:24:54.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:54 smithi079 bash[28699]: cluster 2023-12-07T23:24:52.991622+0000 mgr.a (mgr.14403) 14864 : cluster 0 pgmap v11097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:24:54.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:54 smithi194 bash[32038]: cluster 2023-12-07T23:24:52.991622+0000 mgr.a (mgr.14403) 14864 : cluster 0 pgmap v11097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:24:54.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:54 smithi135 bash[32435]: cluster 2023-12-07T23:24:52.991622+0000 mgr.a (mgr.14403) 14864 : cluster 0 pgmap v11097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:24:55.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:24:55.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:24:55.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:24:56.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:56 smithi079 bash[28699]: cluster 2023-12-07T23:24:54.992465+0000 mgr.a (mgr.14403) 14865 : cluster 0 pgmap v11098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:24:56.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:56 smithi194 bash[32038]: cluster 2023-12-07T23:24:54.992465+0000 mgr.a (mgr.14403) 14865 : cluster 0 pgmap v11098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:24:56.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:56 smithi135 bash[32435]: cluster 2023-12-07T23:24:54.992465+0000 mgr.a (mgr.14403) 14865 : cluster 0 pgmap v11098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:24:56.555 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:24:56.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:24:56.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:24:56.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:24:56.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:24:57.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:57 smithi079 bash[28699]: audit 2023-12-07T23:24:56.052835+0000 mgr.a (mgr.14403) 14866 : audit 0 from='client.298461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:57.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:57 smithi194 bash[32038]: audit 2023-12-07T23:24:56.052835+0000 mgr.a (mgr.14403) 14866 : audit 0 from='client.298461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:57.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:57 smithi135 bash[32435]: audit 2023-12-07T23:24:56.052835+0000 mgr.a (mgr.14403) 14866 : audit 0 from='client.298461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:24:58.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:24:58 smithi079 bash[28699]: cluster 2023-12-07T23:24:56.993227+0000 mgr.a (mgr.14403) 14867 : cluster 0 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-07T23:24:58.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:24:58 smithi194 bash[32038]: cluster 2023-12-07T23:24:56.993227+0000 mgr.a (mgr.14403) 14867 : cluster 0 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-07T23:24:58.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:24:58 smithi135 bash[32435]: cluster 2023-12-07T23:24:56.993227+0000 mgr.a (mgr.14403) 14867 : cluster 0 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-07T23:25:00.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:00 smithi079 bash[28699]: cluster 2023-12-07T23:24:58.993974+0000 mgr.a (mgr.14403) 14868 : cluster 0 pgmap v11100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:00.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:00 smithi194 bash[32038]: cluster 2023-12-07T23:24:58.993974+0000 mgr.a (mgr.14403) 14868 : cluster 0 pgmap v11100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:00.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:00 smithi135 bash[32435]: cluster 2023-12-07T23:24:58.993974+0000 mgr.a (mgr.14403) 14868 : cluster 0 pgmap v11100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:01.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:25:01.559 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:01.559 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:02.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:01 smithi079 bash[28699]: cluster 2023-12-07T23:25:00.994503+0000 mgr.a (mgr.14403) 14869 : cluster 0 pgmap v11101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:02.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:01 smithi194 bash[32038]: cluster 2023-12-07T23:25:00.994503+0000 mgr.a (mgr.14403) 14869 : cluster 0 pgmap v11101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:02.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:01 smithi135 bash[32435]: cluster 2023-12-07T23:25:00.994503+0000 mgr.a (mgr.14403) 14869 : cluster 0 pgmap v11101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:02.476 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:25:02.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:02.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:02.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:02.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:25:03.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:02 smithi079 bash[28699]: audit 2023-12-07T23:25:01.963156+0000 mgr.a (mgr.14403) 14870 : audit 0 from='client.298536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:03.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:02 smithi194 bash[32038]: audit 2023-12-07T23:25:01.963156+0000 mgr.a (mgr.14403) 14870 : audit 0 from='client.298536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:03.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:02 smithi135 bash[32435]: audit 2023-12-07T23:25:01.963156+0000 mgr.a (mgr.14403) 14870 : audit 0 from='client.298536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:04.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:03 smithi079 bash[28699]: cluster 2023-12-07T23:25:02.995178+0000 mgr.a (mgr.14403) 14871 : cluster 0 pgmap v11102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:04.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:03 smithi194 bash[32038]: cluster 2023-12-07T23:25:02.995178+0000 mgr.a (mgr.14403) 14871 : cluster 0 pgmap v11102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:04.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:03 smithi135 bash[32435]: cluster 2023-12-07T23:25:02.995178+0000 mgr.a (mgr.14403) 14871 : cluster 0 pgmap v11102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:06.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:06 smithi079 bash[28699]: cluster 2023-12-07T23:25:04.995925+0000 mgr.a (mgr.14403) 14872 : cluster 0 pgmap v11103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:06.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:06 smithi194 bash[32038]: cluster 2023-12-07T23:25:04.995925+0000 mgr.a (mgr.14403) 14872 : cluster 0 pgmap v11103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:06.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:06 smithi135 bash[32435]: cluster 2023-12-07T23:25:04.995925+0000 mgr.a (mgr.14403) 14872 : cluster 0 pgmap v11103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:07.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:25:07.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:07.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:08.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:08.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:08.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:08.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:25:08.364 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:25:08.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:08 smithi079 bash[28699]: cluster 2023-12-07T23:25:06.996502+0000 mgr.a (mgr.14403) 14873 : cluster 0 pgmap v11104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:08.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:08 smithi194 bash[32038]: cluster 2023-12-07T23:25:06.996502+0000 mgr.a (mgr.14403) 14873 : cluster 0 pgmap v11104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:08.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:08 smithi135 bash[32435]: cluster 2023-12-07T23:25:06.996502+0000 mgr.a (mgr.14403) 14873 : cluster 0 pgmap v11104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:09.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:09 smithi079 bash[28699]: audit 2023-12-07T23:25:07.876273+0000 mgr.a (mgr.14403) 14874 : audit 0 from='client.298608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:09.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:09 smithi194 bash[32038]: audit 2023-12-07T23:25:07.876273+0000 mgr.a (mgr.14403) 14874 : audit 0 from='client.298608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:09.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:09 smithi135 bash[32435]: audit 2023-12-07T23:25:07.876273+0000 mgr.a (mgr.14403) 14874 : audit 0 from='client.298608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:10.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:10 smithi079 bash[28699]: cluster 2023-12-07T23:25:08.997351+0000 mgr.a (mgr.14403) 14875 : cluster 0 pgmap v11105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:10.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:10 smithi194 bash[32038]: cluster 2023-12-07T23:25:08.997351+0000 mgr.a (mgr.14403) 14875 : cluster 0 pgmap v11105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:10.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:10 smithi135 bash[32435]: cluster 2023-12-07T23:25:08.997351+0000 mgr.a (mgr.14403) 14875 : cluster 0 pgmap v11105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:12.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:11 smithi079 bash[28699]: cluster 2023-12-07T23:25:10.997913+0000 mgr.a (mgr.14403) 14876 : cluster 0 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-07T23:25:12.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:11 smithi194 bash[32038]: cluster 2023-12-07T23:25:10.997913+0000 mgr.a (mgr.14403) 14876 : cluster 0 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-07T23:25:12.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:11 smithi135 bash[32435]: cluster 2023-12-07T23:25:10.997913+0000 mgr.a (mgr.14403) 14876 : cluster 0 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-07T23:25:13.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:25:13.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:13.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:14.295 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:25:14.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:14.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:14.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:14.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:25:14.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:14 smithi079 bash[28699]: cluster 2023-12-07T23:25:12.998460+0000 mgr.a (mgr.14403) 14877 : cluster 0 pgmap v11107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:14.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:14 smithi079 bash[28699]: audit 2023-12-07T23:25:13.777132+0000 mgr.a (mgr.14403) 14878 : audit 0 from='client.298683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:14.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:14 smithi194 bash[32038]: cluster 2023-12-07T23:25:12.998460+0000 mgr.a (mgr.14403) 14877 : cluster 0 pgmap v11107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:14.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:14 smithi194 bash[32038]: audit 2023-12-07T23:25:13.777132+0000 mgr.a (mgr.14403) 14878 : audit 0 from='client.298683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:14.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:14 smithi135 bash[32435]: cluster 2023-12-07T23:25:12.998460+0000 mgr.a (mgr.14403) 14877 : cluster 0 pgmap v11107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:14.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:14 smithi135 bash[32435]: audit 2023-12-07T23:25:13.777132+0000 mgr.a (mgr.14403) 14878 : audit 0 from='client.298683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:16.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:16 smithi079 bash[28699]: cluster 2023-12-07T23:25:14.999437+0000 mgr.a (mgr.14403) 14879 : cluster 0 pgmap v11108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:16.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:16 smithi194 bash[32038]: cluster 2023-12-07T23:25:14.999437+0000 mgr.a (mgr.14403) 14879 : cluster 0 pgmap v11108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:16.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:16 smithi135 bash[32435]: cluster 2023-12-07T23:25:14.999437+0000 mgr.a (mgr.14403) 14879 : cluster 0 pgmap v11108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:18.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:18 smithi079 bash[28699]: cluster 2023-12-07T23:25:16.999929+0000 mgr.a (mgr.14403) 14880 : cluster 0 pgmap v11109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:18.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:18 smithi194 bash[32038]: cluster 2023-12-07T23:25:16.999929+0000 mgr.a (mgr.14403) 14880 : cluster 0 pgmap v11109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:18.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:18 smithi135 bash[32435]: cluster 2023-12-07T23:25:16.999929+0000 mgr.a (mgr.14403) 14880 : cluster 0 pgmap v11109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:19.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:25:19.299 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:19.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:20.199 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:25:20.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:20.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:20.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:20.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:25:20.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:20 smithi079 bash[28699]: cluster 2023-12-07T23:25:19.000720+0000 mgr.a (mgr.14403) 14881 : cluster 0 pgmap v11110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:20 smithi079 bash[28699]: audit 2023-12-07T23:25:19.706358+0000 mgr.a (mgr.14403) 14882 : audit 0 from='client.298758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:20.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:20 smithi194 bash[32038]: cluster 2023-12-07T23:25:19.000720+0000 mgr.a (mgr.14403) 14881 : cluster 0 pgmap v11110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:20.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:20 smithi194 bash[32038]: audit 2023-12-07T23:25:19.706358+0000 mgr.a (mgr.14403) 14882 : audit 0 from='client.298758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:20.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:20 smithi135 bash[32435]: cluster 2023-12-07T23:25:19.000720+0000 mgr.a (mgr.14403) 14881 : cluster 0 pgmap v11110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:20.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:20 smithi135 bash[32435]: audit 2023-12-07T23:25:19.706358+0000 mgr.a (mgr.14403) 14882 : audit 0 from='client.298758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:22.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:21 smithi079 bash[28699]: cluster 2023-12-07T23:25:21.001386+0000 mgr.a (mgr.14403) 14883 : cluster 0 pgmap v11111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:22.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:21 smithi194 bash[32038]: cluster 2023-12-07T23:25:21.001386+0000 mgr.a (mgr.14403) 14883 : cluster 0 pgmap v11111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:22.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:21 smithi135 bash[32435]: cluster 2023-12-07T23:25:21.001386+0000 mgr.a (mgr.14403) 14883 : cluster 0 pgmap v11111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:22 smithi079 bash[28699]: audit 2023-12-07T23:25:22.658396+0000 mon.a (mon.0) 2505 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:25:23.200 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:22 smithi194 bash[32038]: audit 2023-12-07T23:25:22.658396+0000 mon.a (mon.0) 2505 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:25:23.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:22 smithi135 bash[32435]: audit 2023-12-07T23:25:22.658396+0000 mon.a (mon.0) 2505 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:25:24.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:24 smithi194 bash[32038]: cluster 2023-12-07T23:25:23.001974+0000 mgr.a (mgr.14403) 14884 : cluster 0 pgmap v11112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:24.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:24 smithi194 bash[32038]: audit 2023-12-07T23:25:23.190790+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:25:24.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:24 smithi194 bash[32038]: audit 2023-12-07T23:25:23.197307+0000 mon.a (mon.0) 2507 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:25:24.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:24 smithi194 bash[32038]: audit 2023-12-07T23:25:23.939032+0000 mon.a (mon.0) 2508 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:25:24.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:24 smithi194 bash[32038]: audit 2023-12-07T23:25:23.940966+0000 mon.a (mon.0) 2509 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:25:24.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:24 smithi194 bash[32038]: audit 2023-12-07T23:25:23.950046+0000 mon.a (mon.0) 2510 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:25:24.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:24 smithi135 bash[32435]: cluster 2023-12-07T23:25:23.001974+0000 mgr.a (mgr.14403) 14884 : cluster 0 pgmap v11112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:24.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:24 smithi135 bash[32435]: audit 2023-12-07T23:25:23.190790+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:25:24.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:24 smithi135 bash[32435]: audit 2023-12-07T23:25:23.197307+0000 mon.a (mon.0) 2507 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:25:24.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:24 smithi135 bash[32435]: audit 2023-12-07T23:25:23.939032+0000 mon.a (mon.0) 2508 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:25:24.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:24 smithi135 bash[32435]: audit 2023-12-07T23:25:23.940966+0000 mon.a (mon.0) 2509 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:25:24.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:24 smithi135 bash[32435]: audit 2023-12-07T23:25:23.950046+0000 mon.a (mon.0) 2510 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:25:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:24 smithi079 bash[28699]: cluster 2023-12-07T23:25:23.001974+0000 mgr.a (mgr.14403) 14884 : cluster 0 pgmap v11112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:24 smithi079 bash[28699]: audit 2023-12-07T23:25:23.190790+0000 mon.a (mon.0) 2506 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:25:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:24 smithi079 bash[28699]: audit 2023-12-07T23:25:23.197307+0000 mon.a (mon.0) 2507 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:25:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:24 smithi079 bash[28699]: audit 2023-12-07T23:25:23.939032+0000 mon.a (mon.0) 2508 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:25:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:24 smithi079 bash[28699]: audit 2023-12-07T23:25:23.940966+0000 mon.a (mon.0) 2509 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:25:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:24 smithi079 bash[28699]: audit 2023-12-07T23:25:23.950046+0000 mon.a (mon.0) 2510 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:25:25.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:25:25.201 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:25.201 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:26.082 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:25:26.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:26.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:26.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:26.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:25:26.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:26 smithi194 bash[32038]: cluster 2023-12-07T23:25:25.002756+0000 mgr.a (mgr.14403) 14885 : cluster 0 pgmap v11113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:26.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:26 smithi194 bash[32038]: audit 2023-12-07T23:25:25.601117+0000 mgr.a (mgr.14403) 14886 : audit 0 from='client.298833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:26.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:26 smithi135 bash[32435]: cluster 2023-12-07T23:25:25.002756+0000 mgr.a (mgr.14403) 14885 : cluster 0 pgmap v11113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:26.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:26 smithi135 bash[32435]: audit 2023-12-07T23:25:25.601117+0000 mgr.a (mgr.14403) 14886 : audit 0 from='client.298833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:26.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:26 smithi079 bash[28699]: cluster 2023-12-07T23:25:25.002756+0000 mgr.a (mgr.14403) 14885 : cluster 0 pgmap v11113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:26 smithi079 bash[28699]: audit 2023-12-07T23:25:25.601117+0000 mgr.a (mgr.14403) 14886 : audit 0 from='client.298833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:28.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:28 smithi194 bash[32038]: cluster 2023-12-07T23:25:27.003386+0000 mgr.a (mgr.14403) 14887 : cluster 0 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-07T23:25:28.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:28 smithi135 bash[32435]: cluster 2023-12-07T23:25:27.003386+0000 mgr.a (mgr.14403) 14887 : cluster 0 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-07T23:25:28.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:28 smithi079 bash[28699]: cluster 2023-12-07T23:25:27.003386+0000 mgr.a (mgr.14403) 14887 : cluster 0 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-07T23:25:30.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:30 smithi194 bash[32038]: cluster 2023-12-07T23:25:29.004109+0000 mgr.a (mgr.14403) 14888 : cluster 0 pgmap v11115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:30.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:30 smithi135 bash[32435]: cluster 2023-12-07T23:25:29.004109+0000 mgr.a (mgr.14403) 14888 : cluster 0 pgmap v11115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:30.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:30 smithi079 bash[28699]: cluster 2023-12-07T23:25:29.004109+0000 mgr.a (mgr.14403) 14888 : cluster 0 pgmap v11115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:31.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:25:31.086 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:31.087 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:31.981 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:25:31.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:31.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:31.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:31.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:25:32.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:31 smithi079 bash[28699]: cluster 2023-12-07T23:25:31.004654+0000 mgr.a (mgr.14403) 14889 : cluster 0 pgmap v11116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:32.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:31 smithi079 bash[28699]: audit 2023-12-07T23:25:31.491095+0000 mgr.a (mgr.14403) 14890 : audit 0 from='client.298911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:32.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:31 smithi194 bash[32038]: cluster 2023-12-07T23:25:31.004654+0000 mgr.a (mgr.14403) 14889 : cluster 0 pgmap v11116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:32.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:31 smithi194 bash[32038]: audit 2023-12-07T23:25:31.491095+0000 mgr.a (mgr.14403) 14890 : audit 0 from='client.298911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:32.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:31 smithi135 bash[32435]: cluster 2023-12-07T23:25:31.004654+0000 mgr.a (mgr.14403) 14889 : cluster 0 pgmap v11116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:32.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:31 smithi135 bash[32435]: audit 2023-12-07T23:25:31.491095+0000 mgr.a (mgr.14403) 14890 : audit 0 from='client.298911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:34.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:34 smithi079 bash[28699]: cluster 2023-12-07T23:25:33.005421+0000 mgr.a (mgr.14403) 14891 : cluster 0 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-07T23:25:34.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:34 smithi194 bash[32038]: cluster 2023-12-07T23:25:33.005421+0000 mgr.a (mgr.14403) 14891 : cluster 0 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-07T23:25:34.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:34 smithi135 bash[32435]: cluster 2023-12-07T23:25:33.005421+0000 mgr.a (mgr.14403) 14891 : cluster 0 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-07T23:25:36.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:36 smithi079 bash[28699]: cluster 2023-12-07T23:25:35.006242+0000 mgr.a (mgr.14403) 14892 : cluster 0 pgmap v11118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:36.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:36 smithi194 bash[32038]: cluster 2023-12-07T23:25:35.006242+0000 mgr.a (mgr.14403) 14892 : cluster 0 pgmap v11118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:36.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:36 smithi135 bash[32435]: cluster 2023-12-07T23:25:35.006242+0000 mgr.a (mgr.14403) 14892 : cluster 0 pgmap v11118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:36.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:25:36.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:36.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:37.872 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:25:37.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:37.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:37.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:37.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:25:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:38 smithi079 bash[28699]: cluster 2023-12-07T23:25:37.006810+0000 mgr.a (mgr.14403) 14893 : cluster 0 pgmap v11119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:38 smithi079 bash[28699]: audit 2023-12-07T23:25:37.387867+0000 mgr.a (mgr.14403) 14894 : audit 0 from='client.298986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:38.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:38 smithi194 bash[32038]: cluster 2023-12-07T23:25:37.006810+0000 mgr.a (mgr.14403) 14893 : cluster 0 pgmap v11119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:38.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:38 smithi194 bash[32038]: audit 2023-12-07T23:25:37.387867+0000 mgr.a (mgr.14403) 14894 : audit 0 from='client.298986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:38.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:38 smithi135 bash[32435]: cluster 2023-12-07T23:25:37.006810+0000 mgr.a (mgr.14403) 14893 : cluster 0 pgmap v11119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:38.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:38 smithi135 bash[32435]: audit 2023-12-07T23:25:37.387867+0000 mgr.a (mgr.14403) 14894 : audit 0 from='client.298986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:40 smithi079 bash[28699]: cluster 2023-12-07T23:25:39.007673+0000 mgr.a (mgr.14403) 14895 : cluster 0 pgmap v11120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:40.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:40 smithi194 bash[32038]: cluster 2023-12-07T23:25:39.007673+0000 mgr.a (mgr.14403) 14895 : cluster 0 pgmap v11120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:40.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:40 smithi135 bash[32435]: cluster 2023-12-07T23:25:39.007673+0000 mgr.a (mgr.14403) 14895 : cluster 0 pgmap v11120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:25:42.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:41 smithi079 bash[28699]: cluster 2023-12-07T23:25:41.008251+0000 mgr.a (mgr.14403) 14896 : cluster 0 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-07T23:25:42.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:41 smithi194 bash[32038]: cluster 2023-12-07T23:25:41.008251+0000 mgr.a (mgr.14403) 14896 : cluster 0 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-07T23:25:42.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:41 smithi135 bash[32435]: cluster 2023-12-07T23:25:41.008251+0000 mgr.a (mgr.14403) 14896 : cluster 0 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-07T23:25:42.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:25:42.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:42.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:43.763 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:25:43.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:43.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:43.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:43.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:25:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:44 smithi079 bash[28699]: cluster 2023-12-07T23:25:43.008670+0000 mgr.a (mgr.14403) 14897 : cluster 0 pgmap v11122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:44 smithi079 bash[28699]: audit 2023-12-07T23:25:43.282238+0000 mgr.a (mgr.14403) 14898 : audit 0 from='client.299061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:44.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:44 smithi194 bash[32038]: cluster 2023-12-07T23:25:43.008670+0000 mgr.a (mgr.14403) 14897 : cluster 0 pgmap v11122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:44.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:44 smithi194 bash[32038]: audit 2023-12-07T23:25:43.282238+0000 mgr.a (mgr.14403) 14898 : audit 0 from='client.299061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:44.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:44 smithi135 bash[32435]: cluster 2023-12-07T23:25:43.008670+0000 mgr.a (mgr.14403) 14897 : cluster 0 pgmap v11122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:44.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:44 smithi135 bash[32435]: audit 2023-12-07T23:25:43.282238+0000 mgr.a (mgr.14403) 14898 : audit 0 from='client.299061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:46.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:46 smithi079 bash[28699]: cluster 2023-12-07T23:25:45.009436+0000 mgr.a (mgr.14403) 14899 : cluster 0 pgmap v11123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:25:46.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:46 smithi194 bash[32038]: cluster 2023-12-07T23:25:45.009436+0000 mgr.a (mgr.14403) 14899 : cluster 0 pgmap v11123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:25:46.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:46 smithi135 bash[32435]: cluster 2023-12-07T23:25:45.009436+0000 mgr.a (mgr.14403) 14899 : cluster 0 pgmap v11123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:25:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:48 smithi079 bash[28699]: cluster 2023-12-07T23:25:47.010113+0000 mgr.a (mgr.14403) 14900 : cluster 0 pgmap v11124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:25:48.450 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:48 smithi194 bash[32038]: cluster 2023-12-07T23:25:47.010113+0000 mgr.a (mgr.14403) 14900 : cluster 0 pgmap v11124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:25:48.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:48 smithi135 bash[32435]: cluster 2023-12-07T23:25:47.010113+0000 mgr.a (mgr.14403) 14900 : cluster 0 pgmap v11124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:25:48.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:25:48.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:48.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:49.672 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:25:49.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:49.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:49.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:49.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:25:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:50 smithi079 bash[28699]: cluster 2023-12-07T23:25:49.010833+0000 mgr.a (mgr.14403) 14901 : cluster 0 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-07T23:25:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:50 smithi079 bash[28699]: audit 2023-12-07T23:25:49.175093+0000 mgr.a (mgr.14403) 14902 : audit 0 from='client.299133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:50.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:50 smithi194 bash[32038]: cluster 2023-12-07T23:25:49.010833+0000 mgr.a (mgr.14403) 14901 : cluster 0 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-07T23:25:50.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:50 smithi194 bash[32038]: audit 2023-12-07T23:25:49.175093+0000 mgr.a (mgr.14403) 14902 : audit 0 from='client.299133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:50.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:50 smithi135 bash[32435]: cluster 2023-12-07T23:25:49.010833+0000 mgr.a (mgr.14403) 14901 : cluster 0 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-07T23:25:50.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:50 smithi135 bash[32435]: audit 2023-12-07T23:25:49.175093+0000 mgr.a (mgr.14403) 14902 : audit 0 from='client.299133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:52.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:51 smithi079 bash[28699]: cluster 2023-12-07T23:25:51.011426+0000 mgr.a (mgr.14403) 14903 : cluster 0 pgmap v11126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:52.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:51 smithi194 bash[32038]: cluster 2023-12-07T23:25:51.011426+0000 mgr.a (mgr.14403) 14903 : cluster 0 pgmap v11126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:52.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:51 smithi135 bash[32435]: cluster 2023-12-07T23:25:51.011426+0000 mgr.a (mgr.14403) 14903 : cluster 0 pgmap v11126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:54 smithi079 bash[28699]: cluster 2023-12-07T23:25:53.012005+0000 mgr.a (mgr.14403) 14904 : cluster 0 pgmap v11127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:54.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:54 smithi194 bash[32038]: cluster 2023-12-07T23:25:53.012005+0000 mgr.a (mgr.14403) 14904 : cluster 0 pgmap v11127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:54.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:54 smithi135 bash[32435]: cluster 2023-12-07T23:25:53.012005+0000 mgr.a (mgr.14403) 14904 : cluster 0 pgmap v11127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:25:54.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:25:54.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:25:54.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:25:55.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:25:55.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:25:55.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:25:55.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:25:55.592 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:25:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:56 smithi079 bash[28699]: cluster 2023-12-07T23:25:55.012769+0000 mgr.a (mgr.14403) 14905 : cluster 0 pgmap v11128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:56 smithi079 bash[28699]: audit 2023-12-07T23:25:55.078693+0000 mgr.a (mgr.14403) 14906 : audit 0 from='client.299208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:56.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:56 smithi194 bash[32038]: cluster 2023-12-07T23:25:55.012769+0000 mgr.a (mgr.14403) 14905 : cluster 0 pgmap v11128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:56.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:56 smithi194 bash[32038]: audit 2023-12-07T23:25:55.078693+0000 mgr.a (mgr.14403) 14906 : audit 0 from='client.299208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:56.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:56 smithi135 bash[32435]: cluster 2023-12-07T23:25:55.012769+0000 mgr.a (mgr.14403) 14905 : cluster 0 pgmap v11128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:25:56.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:56 smithi135 bash[32435]: audit 2023-12-07T23:25:55.078693+0000 mgr.a (mgr.14403) 14906 : audit 0 from='client.299208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:25:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:25:58 smithi079 bash[28699]: cluster 2023-12-07T23:25:57.013389+0000 mgr.a (mgr.14403) 14907 : cluster 0 pgmap v11129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:25:58.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:25:58 smithi194 bash[32038]: cluster 2023-12-07T23:25:57.013389+0000 mgr.a (mgr.14403) 14907 : cluster 0 pgmap v11129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:25:58.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:25:58 smithi135 bash[32435]: cluster 2023-12-07T23:25:57.013389+0000 mgr.a (mgr.14403) 14907 : cluster 0 pgmap v11129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:26:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:00 smithi079 bash[28699]: cluster 2023-12-07T23:25:59.014177+0000 mgr.a (mgr.14403) 14908 : cluster 0 pgmap v11130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:26:00.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:00 smithi194 bash[32038]: cluster 2023-12-07T23:25:59.014177+0000 mgr.a (mgr.14403) 14908 : cluster 0 pgmap v11130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:26:00.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:00 smithi135 bash[32435]: cluster 2023-12-07T23:25:59.014177+0000 mgr.a (mgr.14403) 14908 : cluster 0 pgmap v11130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:26:00.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:26:00.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:00.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:01.486 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:26:01.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:01.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:01.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:01.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:26:02.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:01 smithi079 bash[28699]: audit 2023-12-07T23:26:01.002443+0000 mgr.a (mgr.14403) 14909 : audit 0 from='client.299286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:02.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:01 smithi079 bash[28699]: cluster 2023-12-07T23:26:01.015691+0000 mgr.a (mgr.14403) 14910 : cluster 0 pgmap v11131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:02.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:01 smithi194 bash[32038]: audit 2023-12-07T23:26:01.002443+0000 mgr.a (mgr.14403) 14909 : audit 0 from='client.299286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:02.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:01 smithi194 bash[32038]: cluster 2023-12-07T23:26:01.015691+0000 mgr.a (mgr.14403) 14910 : cluster 0 pgmap v11131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:02.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:01 smithi135 bash[32435]: audit 2023-12-07T23:26:01.002443+0000 mgr.a (mgr.14403) 14909 : audit 0 from='client.299286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:02.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:01 smithi135 bash[32435]: cluster 2023-12-07T23:26:01.015691+0000 mgr.a (mgr.14403) 14910 : cluster 0 pgmap v11131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:04.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:04 smithi079 bash[28699]: cluster 2023-12-07T23:26:03.016519+0000 mgr.a (mgr.14403) 14911 : cluster 0 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-07T23:26:04.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:04 smithi194 bash[32038]: cluster 2023-12-07T23:26:03.016519+0000 mgr.a (mgr.14403) 14911 : cluster 0 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-07T23:26:04.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:04 smithi135 bash[32435]: cluster 2023-12-07T23:26:03.016519+0000 mgr.a (mgr.14403) 14911 : cluster 0 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-07T23:26:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:06 smithi079 bash[28699]: cluster 2023-12-07T23:26:05.017294+0000 mgr.a (mgr.14403) 14912 : cluster 0 pgmap v11133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:06.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:06 smithi194 bash[32038]: cluster 2023-12-07T23:26:05.017294+0000 mgr.a (mgr.14403) 14912 : cluster 0 pgmap v11133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:06.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:06 smithi135 bash[32435]: cluster 2023-12-07T23:26:05.017294+0000 mgr.a (mgr.14403) 14912 : cluster 0 pgmap v11133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:06.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:26:06.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:06.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:07.381 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:26:07.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:07.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:07.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:07.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:26:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:08 smithi079 bash[28699]: audit 2023-12-07T23:26:06.898987+0000 mgr.a (mgr.14403) 14913 : audit 0 from='client.299364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:08 smithi079 bash[28699]: cluster 2023-12-07T23:26:07.017662+0000 mgr.a (mgr.14403) 14914 : cluster 0 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-07T23:26:08.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:08 smithi194 bash[32038]: audit 2023-12-07T23:26:06.898987+0000 mgr.a (mgr.14403) 14913 : audit 0 from='client.299364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:08.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:08 smithi194 bash[32038]: cluster 2023-12-07T23:26:07.017662+0000 mgr.a (mgr.14403) 14914 : cluster 0 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-07T23:26:08.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:08 smithi135 bash[32435]: audit 2023-12-07T23:26:06.898987+0000 mgr.a (mgr.14403) 14913 : audit 0 from='client.299364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:08.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:08 smithi135 bash[32435]: cluster 2023-12-07T23:26:07.017662+0000 mgr.a (mgr.14403) 14914 : cluster 0 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-07T23:26:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:10 smithi079 bash[28699]: cluster 2023-12-07T23:26:09.018532+0000 mgr.a (mgr.14403) 14915 : cluster 0 pgmap v11135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:10.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:10 smithi194 bash[32038]: cluster 2023-12-07T23:26:09.018532+0000 mgr.a (mgr.14403) 14915 : cluster 0 pgmap v11135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:10.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:10 smithi135 bash[32435]: cluster 2023-12-07T23:26:09.018532+0000 mgr.a (mgr.14403) 14915 : cluster 0 pgmap v11135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:12.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:11 smithi079 bash[28699]: cluster 2023-12-07T23:26:11.019144+0000 mgr.a (mgr.14403) 14916 : cluster 0 pgmap v11136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:12.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:11 smithi194 bash[32038]: cluster 2023-12-07T23:26:11.019144+0000 mgr.a (mgr.14403) 14916 : cluster 0 pgmap v11136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:12.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:11 smithi135 bash[32435]: cluster 2023-12-07T23:26:11.019144+0000 mgr.a (mgr.14403) 14916 : cluster 0 pgmap v11136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:12.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:26:12.385 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:12.385 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:13.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:12 smithi079 bash[28699]: audit 2023-12-07T23:26:12.800065+0000 mgr.a (mgr.14403) 14917 : audit 0 from='client.299439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:13.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:12 smithi194 bash[32038]: audit 2023-12-07T23:26:12.800065+0000 mgr.a (mgr.14403) 14917 : audit 0 from='client.299439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:13.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:12 smithi135 bash[32435]: audit 2023-12-07T23:26:12.800065+0000 mgr.a (mgr.14403) 14917 : audit 0 from='client.299439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:13.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:13.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:13.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:13.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:26:13.288 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:26:14.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:13 smithi079 bash[28699]: cluster 2023-12-07T23:26:13.019772+0000 mgr.a (mgr.14403) 14918 : cluster 0 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-07T23:26:14.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:13 smithi194 bash[32038]: cluster 2023-12-07T23:26:13.019772+0000 mgr.a (mgr.14403) 14918 : cluster 0 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-07T23:26:14.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:13 smithi135 bash[32435]: cluster 2023-12-07T23:26:13.019772+0000 mgr.a (mgr.14403) 14918 : cluster 0 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-07T23:26:16.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:16 smithi079 bash[28699]: cluster 2023-12-07T23:26:15.020930+0000 mgr.a (mgr.14403) 14919 : cluster 0 pgmap v11138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:16.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:16 smithi194 bash[32038]: cluster 2023-12-07T23:26:15.020930+0000 mgr.a (mgr.14403) 14919 : cluster 0 pgmap v11138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:16.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:16 smithi135 bash[32435]: cluster 2023-12-07T23:26:15.020930+0000 mgr.a (mgr.14403) 14919 : cluster 0 pgmap v11138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:18.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:26:18.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:18.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:18 smithi079 bash[28699]: cluster 2023-12-07T23:26:17.021697+0000 mgr.a (mgr.14403) 14920 : cluster 0 pgmap v11139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:18.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:18 smithi194 bash[32038]: cluster 2023-12-07T23:26:17.021697+0000 mgr.a (mgr.14403) 14920 : cluster 0 pgmap v11139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:18.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:18 smithi135 bash[32435]: cluster 2023-12-07T23:26:17.021697+0000 mgr.a (mgr.14403) 14920 : cluster 0 pgmap v11139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:19.195 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:26:19.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:19.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:19.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:19.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:26:19.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:19 smithi079 bash[28699]: audit 2023-12-07T23:26:18.695339+0000 mgr.a (mgr.14403) 14921 : audit 0 from='client.299514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:19.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:19 smithi194 bash[32038]: audit 2023-12-07T23:26:18.695339+0000 mgr.a (mgr.14403) 14921 : audit 0 from='client.299514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:19.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:19 smithi135 bash[32435]: audit 2023-12-07T23:26:18.695339+0000 mgr.a (mgr.14403) 14921 : audit 0 from='client.299514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:20 smithi079 bash[28699]: cluster 2023-12-07T23:26:19.022668+0000 mgr.a (mgr.14403) 14922 : cluster 0 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-07T23:26:20.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:20 smithi194 bash[32038]: cluster 2023-12-07T23:26:19.022668+0000 mgr.a (mgr.14403) 14922 : cluster 0 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-07T23:26:20.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:20 smithi135 bash[32435]: cluster 2023-12-07T23:26:19.022668+0000 mgr.a (mgr.14403) 14922 : cluster 0 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-07T23:26:22.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:21 smithi079 bash[28699]: cluster 2023-12-07T23:26:21.023328+0000 mgr.a (mgr.14403) 14923 : cluster 0 pgmap v11141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:22.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:21 smithi194 bash[32038]: cluster 2023-12-07T23:26:21.023328+0000 mgr.a (mgr.14403) 14923 : cluster 0 pgmap v11141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:22.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:21 smithi135 bash[32435]: cluster 2023-12-07T23:26:21.023328+0000 mgr.a (mgr.14403) 14923 : cluster 0 pgmap v11141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:24.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:26:24.198 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:24.198 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:24.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:24 smithi079 bash[28699]: cluster 2023-12-07T23:26:23.023922+0000 mgr.a (mgr.14403) 14924 : cluster 0 pgmap v11142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:24.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:24 smithi079 bash[28699]: audit 2023-12-07T23:26:24.054241+0000 mon.a (mon.0) 2511 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:26:24.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:24 smithi194 bash[32038]: cluster 2023-12-07T23:26:23.023922+0000 mgr.a (mgr.14403) 14924 : cluster 0 pgmap v11142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:24.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:24 smithi194 bash[32038]: audit 2023-12-07T23:26:24.054241+0000 mon.a (mon.0) 2511 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:26:24.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:24 smithi135 bash[32435]: cluster 2023-12-07T23:26:23.023922+0000 mgr.a (mgr.14403) 14924 : cluster 0 pgmap v11142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:24.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:24 smithi135 bash[32435]: audit 2023-12-07T23:26:24.054241+0000 mon.a (mon.0) 2511 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:26:25.104 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:26:25.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:25.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:25.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:25.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:26:25.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:25 smithi079 bash[28699]: audit 2023-12-07T23:26:24.602450+0000 mgr.a (mgr.14403) 14925 : audit 0 from='client.299589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:25.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:25 smithi079 bash[28699]: audit 2023-12-07T23:26:24.903782+0000 mon.a (mon.0) 2512 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:26:25.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:25 smithi079 bash[28699]: audit 2023-12-07T23:26:24.905993+0000 mon.a (mon.0) 2513 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:26:25.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:25 smithi079 bash[28699]: audit 2023-12-07T23:26:24.915256+0000 mon.a (mon.0) 2514 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:26:25.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:25 smithi194 bash[32038]: audit 2023-12-07T23:26:24.602450+0000 mgr.a (mgr.14403) 14925 : audit 0 from='client.299589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:25.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:25 smithi194 bash[32038]: audit 2023-12-07T23:26:24.903782+0000 mon.a (mon.0) 2512 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:26:25.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:25 smithi194 bash[32038]: audit 2023-12-07T23:26:24.905993+0000 mon.a (mon.0) 2513 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:26:25.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:25 smithi194 bash[32038]: audit 2023-12-07T23:26:24.915256+0000 mon.a (mon.0) 2514 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:26:25.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:25 smithi135 bash[32435]: audit 2023-12-07T23:26:24.602450+0000 mgr.a (mgr.14403) 14925 : audit 0 from='client.299589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:25.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:25 smithi135 bash[32435]: audit 2023-12-07T23:26:24.903782+0000 mon.a (mon.0) 2512 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:26:25.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:25 smithi135 bash[32435]: audit 2023-12-07T23:26:24.905993+0000 mon.a (mon.0) 2513 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:26:25.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:25 smithi135 bash[32435]: audit 2023-12-07T23:26:24.915256+0000 mon.a (mon.0) 2514 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:26:26.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:26 smithi079 bash[28699]: cluster 2023-12-07T23:26:25.025356+0000 mgr.a (mgr.14403) 14926 : cluster 0 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-07T23:26:26.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:26 smithi194 bash[32038]: cluster 2023-12-07T23:26:25.025356+0000 mgr.a (mgr.14403) 14926 : cluster 0 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-07T23:26:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:26 smithi135 bash[32435]: cluster 2023-12-07T23:26:25.025356+0000 mgr.a (mgr.14403) 14926 : cluster 0 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-07T23:26:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:28 smithi079 bash[28699]: cluster 2023-12-07T23:26:27.026016+0000 mgr.a (mgr.14403) 14927 : cluster 0 pgmap v11144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:28.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:28 smithi194 bash[32038]: cluster 2023-12-07T23:26:27.026016+0000 mgr.a (mgr.14403) 14927 : cluster 0 pgmap v11144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:28 smithi135 bash[32435]: cluster 2023-12-07T23:26:27.026016+0000 mgr.a (mgr.14403) 14927 : cluster 0 pgmap v11144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:30.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:26:30.108 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:30.109 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:30 smithi079 bash[28699]: cluster 2023-12-07T23:26:29.026802+0000 mgr.a (mgr.14403) 14928 : cluster 0 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-07T23:26:30.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:30 smithi194 bash[32038]: cluster 2023-12-07T23:26:29.026802+0000 mgr.a (mgr.14403) 14928 : cluster 0 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-07T23:26:30.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:30 smithi135 bash[32435]: cluster 2023-12-07T23:26:29.026802+0000 mgr.a (mgr.14403) 14928 : cluster 0 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-07T23:26:31.014 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:26:31.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:31.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:31.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:31.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:26:31.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:31 smithi079 bash[28699]: audit 2023-12-07T23:26:30.525669+0000 mgr.a (mgr.14403) 14929 : audit 0 from='client.299667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:31.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:31 smithi194 bash[32038]: audit 2023-12-07T23:26:30.525669+0000 mgr.a (mgr.14403) 14929 : audit 0 from='client.299667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:31.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:31 smithi135 bash[32435]: audit 2023-12-07T23:26:30.525669+0000 mgr.a (mgr.14403) 14929 : audit 0 from='client.299667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:32 smithi079 bash[28699]: cluster 2023-12-07T23:26:31.027427+0000 mgr.a (mgr.14403) 14930 : cluster 0 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-07T23:26:32.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:32 smithi194 bash[32038]: cluster 2023-12-07T23:26:31.027427+0000 mgr.a (mgr.14403) 14930 : cluster 0 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-07T23:26:32.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:32 smithi135 bash[32435]: cluster 2023-12-07T23:26:31.027427+0000 mgr.a (mgr.14403) 14930 : cluster 0 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-07T23:26:34.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:34 smithi079 bash[28699]: cluster 2023-12-07T23:26:33.028034+0000 mgr.a (mgr.14403) 14931 : cluster 0 pgmap v11147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:34.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:34 smithi194 bash[32038]: cluster 2023-12-07T23:26:33.028034+0000 mgr.a (mgr.14403) 14931 : cluster 0 pgmap v11147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:34.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:34 smithi135 bash[32435]: cluster 2023-12-07T23:26:33.028034+0000 mgr.a (mgr.14403) 14931 : cluster 0 pgmap v11147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:36.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:26:36.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:36.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:36.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:36 smithi079 bash[28699]: cluster 2023-12-07T23:26:35.028872+0000 mgr.a (mgr.14403) 14932 : cluster 0 pgmap v11148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:36.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:36 smithi194 bash[32038]: cluster 2023-12-07T23:26:35.028872+0000 mgr.a (mgr.14403) 14932 : cluster 0 pgmap v11148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:36.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:36 smithi135 bash[32435]: cluster 2023-12-07T23:26:35.028872+0000 mgr.a (mgr.14403) 14932 : cluster 0 pgmap v11148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:36.917 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:26:36.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:36.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:36.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:36.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:26:37.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:37 smithi079 bash[28699]: audit 2023-12-07T23:26:36.429550+0000 mgr.a (mgr.14403) 14933 : audit 0 from='client.299742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:37.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:37 smithi194 bash[32038]: audit 2023-12-07T23:26:36.429550+0000 mgr.a (mgr.14403) 14933 : audit 0 from='client.299742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:37.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:37 smithi135 bash[32435]: audit 2023-12-07T23:26:36.429550+0000 mgr.a (mgr.14403) 14933 : audit 0 from='client.299742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:38 smithi079 bash[28699]: cluster 2023-12-07T23:26:37.029601+0000 mgr.a (mgr.14403) 14934 : cluster 0 pgmap v11149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:38.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:38 smithi194 bash[32038]: cluster 2023-12-07T23:26:37.029601+0000 mgr.a (mgr.14403) 14934 : cluster 0 pgmap v11149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:38.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:38 smithi135 bash[32435]: cluster 2023-12-07T23:26:37.029601+0000 mgr.a (mgr.14403) 14934 : cluster 0 pgmap v11149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:40 smithi079 bash[28699]: cluster 2023-12-07T23:26:39.030518+0000 mgr.a (mgr.14403) 14935 : cluster 0 pgmap v11150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:40.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:40 smithi194 bash[32038]: cluster 2023-12-07T23:26:39.030518+0000 mgr.a (mgr.14403) 14935 : cluster 0 pgmap v11150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:40.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:40 smithi135 bash[32435]: cluster 2023-12-07T23:26:39.030518+0000 mgr.a (mgr.14403) 14935 : cluster 0 pgmap v11150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:41.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:26:41.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:41.921 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:42.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:41 smithi079 bash[28699]: cluster 2023-12-07T23:26:41.031143+0000 mgr.a (mgr.14403) 14936 : cluster 0 pgmap v11151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:42.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:41 smithi194 bash[32038]: cluster 2023-12-07T23:26:41.031143+0000 mgr.a (mgr.14403) 14936 : cluster 0 pgmap v11151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:42.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:41 smithi135 bash[32435]: cluster 2023-12-07T23:26:41.031143+0000 mgr.a (mgr.14403) 14936 : cluster 0 pgmap v11151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:42.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:42.809 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:26:42.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:42.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:42.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:26:43.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:42 smithi079 bash[28699]: audit 2023-12-07T23:26:42.326089+0000 mgr.a (mgr.14403) 14937 : audit 0 from='client.299820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:43.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:42 smithi194 bash[32038]: audit 2023-12-07T23:26:42.326089+0000 mgr.a (mgr.14403) 14937 : audit 0 from='client.299820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:43.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:42 smithi135 bash[32435]: audit 2023-12-07T23:26:42.326089+0000 mgr.a (mgr.14403) 14937 : audit 0 from='client.299820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:44.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:43 smithi079 bash[28699]: cluster 2023-12-07T23:26:43.031769+0000 mgr.a (mgr.14403) 14938 : cluster 0 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-07T23:26:44.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:43 smithi194 bash[32038]: cluster 2023-12-07T23:26:43.031769+0000 mgr.a (mgr.14403) 14938 : cluster 0 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-07T23:26:44.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:43 smithi135 bash[32435]: cluster 2023-12-07T23:26:43.031769+0000 mgr.a (mgr.14403) 14938 : cluster 0 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-07T23:26:46.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:46 smithi079 bash[28699]: cluster 2023-12-07T23:26:45.032590+0000 mgr.a (mgr.14403) 14939 : cluster 0 pgmap v11153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:46.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:46 smithi194 bash[32038]: cluster 2023-12-07T23:26:45.032590+0000 mgr.a (mgr.14403) 14939 : cluster 0 pgmap v11153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:46.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:46 smithi135 bash[32435]: cluster 2023-12-07T23:26:45.032590+0000 mgr.a (mgr.14403) 14939 : cluster 0 pgmap v11153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:26:47.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:26:47.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:47.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:48 smithi079 bash[28699]: cluster 2023-12-07T23:26:47.033157+0000 mgr.a (mgr.14403) 14940 : cluster 0 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-07T23:26:48.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:48 smithi194 bash[32038]: cluster 2023-12-07T23:26:47.033157+0000 mgr.a (mgr.14403) 14940 : cluster 0 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-07T23:26:48.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:48 smithi135 bash[32435]: cluster 2023-12-07T23:26:47.033157+0000 mgr.a (mgr.14403) 14940 : cluster 0 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-07T23:26:48.719 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:26:48.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:48.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:48.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:48.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:26:49.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:49 smithi079 bash[28699]: audit 2023-12-07T23:26:48.228905+0000 mgr.a (mgr.14403) 14941 : audit 0 from='client.299898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:49.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:49 smithi194 bash[32038]: audit 2023-12-07T23:26:48.228905+0000 mgr.a (mgr.14403) 14941 : audit 0 from='client.299898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:49.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:49 smithi135 bash[32435]: audit 2023-12-07T23:26:48.228905+0000 mgr.a (mgr.14403) 14941 : audit 0 from='client.299898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:50 smithi079 bash[28699]: cluster 2023-12-07T23:26:49.034159+0000 mgr.a (mgr.14403) 14942 : cluster 0 pgmap v11155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:26:50.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:50 smithi194 bash[32038]: cluster 2023-12-07T23:26:49.034159+0000 mgr.a (mgr.14403) 14942 : cluster 0 pgmap v11155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:26:50.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:50 smithi135 bash[32435]: cluster 2023-12-07T23:26:49.034159+0000 mgr.a (mgr.14403) 14942 : cluster 0 pgmap v11155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:26:52.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:51 smithi079 bash[28699]: cluster 2023-12-07T23:26:51.034725+0000 mgr.a (mgr.14403) 14943 : cluster 0 pgmap v11156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:26:52.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:51 smithi194 bash[32038]: cluster 2023-12-07T23:26:51.034725+0000 mgr.a (mgr.14403) 14943 : cluster 0 pgmap v11156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:26:52.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:51 smithi135 bash[32435]: cluster 2023-12-07T23:26:51.034725+0000 mgr.a (mgr.14403) 14943 : cluster 0 pgmap v11156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:26:53.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:26:53.722 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:53.722 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:26:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:54 smithi079 bash[28699]: cluster 2023-12-07T23:26:53.035311+0000 mgr.a (mgr.14403) 14944 : cluster 0 pgmap v11157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:26:54.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:54 smithi194 bash[32038]: cluster 2023-12-07T23:26:53.035311+0000 mgr.a (mgr.14403) 14944 : cluster 0 pgmap v11157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:26:54.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:54 smithi135 bash[32435]: cluster 2023-12-07T23:26:53.035311+0000 mgr.a (mgr.14403) 14944 : cluster 0 pgmap v11157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:26:54.654 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:26:54.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:26:54.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:26:54.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:26:54.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:26:55.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:55 smithi079 bash[28699]: audit 2023-12-07T23:26:54.127691+0000 mgr.a (mgr.14403) 14945 : audit 0 from='client.299976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:55.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:55 smithi194 bash[32038]: audit 2023-12-07T23:26:54.127691+0000 mgr.a (mgr.14403) 14945 : audit 0 from='client.299976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:55.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:55 smithi135 bash[32435]: audit 2023-12-07T23:26:54.127691+0000 mgr.a (mgr.14403) 14945 : audit 0 from='client.299976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:26:56.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:56 smithi079 bash[28699]: cluster 2023-12-07T23:26:55.036302+0000 mgr.a (mgr.14403) 14946 : cluster 0 pgmap v11158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:56.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:56 smithi194 bash[32038]: cluster 2023-12-07T23:26:55.036302+0000 mgr.a (mgr.14403) 14946 : cluster 0 pgmap v11158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:56.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:56 smithi135 bash[32435]: cluster 2023-12-07T23:26:55.036302+0000 mgr.a (mgr.14403) 14946 : cluster 0 pgmap v11158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:26:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:26:58 smithi079 bash[28699]: cluster 2023-12-07T23:26:57.036868+0000 mgr.a (mgr.14403) 14947 : cluster 0 pgmap v11159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:58.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:26:58 smithi194 bash[32038]: cluster 2023-12-07T23:26:57.036868+0000 mgr.a (mgr.14403) 14947 : cluster 0 pgmap v11159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:58.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:26:58 smithi135 bash[32435]: cluster 2023-12-07T23:26:57.036868+0000 mgr.a (mgr.14403) 14947 : cluster 0 pgmap v11159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:26:59.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:26:59.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:26:59.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:00 smithi079 bash[28699]: cluster 2023-12-07T23:26:59.037668+0000 mgr.a (mgr.14403) 14948 : cluster 0 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-07T23:27:00.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:00 smithi194 bash[32038]: cluster 2023-12-07T23:26:59.037668+0000 mgr.a (mgr.14403) 14948 : cluster 0 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-07T23:27:00.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:00 smithi135 bash[32435]: cluster 2023-12-07T23:26:59.037668+0000 mgr.a (mgr.14403) 14948 : cluster 0 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-07T23:27:00.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:00.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:00.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:00.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:27:00.611 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:27:01.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:01 smithi079 bash[28699]: audit 2023-12-07T23:27:00.073342+0000 mgr.a (mgr.14403) 14949 : audit 0 from='client.300051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:01.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:01 smithi194 bash[32038]: audit 2023-12-07T23:27:00.073342+0000 mgr.a (mgr.14403) 14949 : audit 0 from='client.300051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:01.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:01 smithi135 bash[32435]: audit 2023-12-07T23:27:00.073342+0000 mgr.a (mgr.14403) 14949 : audit 0 from='client.300051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:02 smithi079 bash[28699]: cluster 2023-12-07T23:27:01.038375+0000 mgr.a (mgr.14403) 14950 : cluster 0 pgmap v11161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:27:02.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:02 smithi194 bash[32038]: cluster 2023-12-07T23:27:01.038375+0000 mgr.a (mgr.14403) 14950 : cluster 0 pgmap v11161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:27:02.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:02 smithi135 bash[32435]: cluster 2023-12-07T23:27:01.038375+0000 mgr.a (mgr.14403) 14950 : cluster 0 pgmap v11161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:27:04.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:04 smithi079 bash[28699]: cluster 2023-12-07T23:27:03.038959+0000 mgr.a (mgr.14403) 14951 : cluster 0 pgmap v11162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:27:04.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:04 smithi194 bash[32038]: cluster 2023-12-07T23:27:03.038959+0000 mgr.a (mgr.14403) 14951 : cluster 0 pgmap v11162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:27:04.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:04 smithi135 bash[32435]: cluster 2023-12-07T23:27:03.038959+0000 mgr.a (mgr.14403) 14951 : cluster 0 pgmap v11162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:27:05.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:27:05.614 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:05.614 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:06 smithi079 bash[28699]: cluster 2023-12-07T23:27:05.039820+0000 mgr.a (mgr.14403) 14952 : cluster 0 pgmap v11163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:27:06.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:06 smithi194 bash[32038]: cluster 2023-12-07T23:27:05.039820+0000 mgr.a (mgr.14403) 14952 : cluster 0 pgmap v11163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:27:06.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:06 smithi135 bash[32435]: cluster 2023-12-07T23:27:05.039820+0000 mgr.a (mgr.14403) 14952 : cluster 0 pgmap v11163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:27:06.508 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:27:06.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:06.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:06.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:06.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:27:07.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:07 smithi079 bash[28699]: audit 2023-12-07T23:27:06.020350+0000 mgr.a (mgr.14403) 14953 : audit 0 from='client.300129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:07.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:07 smithi194 bash[32038]: audit 2023-12-07T23:27:06.020350+0000 mgr.a (mgr.14403) 14953 : audit 0 from='client.300129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:07.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:07 smithi135 bash[32435]: audit 2023-12-07T23:27:06.020350+0000 mgr.a (mgr.14403) 14953 : audit 0 from='client.300129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:08 smithi079 bash[28699]: cluster 2023-12-07T23:27:07.040534+0000 mgr.a (mgr.14403) 14954 : cluster 0 pgmap v11164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:08.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:08 smithi194 bash[32038]: cluster 2023-12-07T23:27:07.040534+0000 mgr.a (mgr.14403) 14954 : cluster 0 pgmap v11164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:08.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:08 smithi135 bash[32435]: cluster 2023-12-07T23:27:07.040534+0000 mgr.a (mgr.14403) 14954 : cluster 0 pgmap v11164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:10 smithi079 bash[28699]: cluster 2023-12-07T23:27:09.041435+0000 mgr.a (mgr.14403) 14955 : cluster 0 pgmap v11165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:10.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:10 smithi194 bash[32038]: cluster 2023-12-07T23:27:09.041435+0000 mgr.a (mgr.14403) 14955 : cluster 0 pgmap v11165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:10.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:10 smithi135 bash[32435]: cluster 2023-12-07T23:27:09.041435+0000 mgr.a (mgr.14403) 14955 : cluster 0 pgmap v11165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:11.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:27:11.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:11.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:12.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:11 smithi079 bash[28699]: cluster 2023-12-07T23:27:11.041975+0000 mgr.a (mgr.14403) 14956 : cluster 0 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-07T23:27:12.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:11 smithi194 bash[32038]: cluster 2023-12-07T23:27:11.041975+0000 mgr.a (mgr.14403) 14956 : cluster 0 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-07T23:27:12.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:11 smithi135 bash[32435]: cluster 2023-12-07T23:27:11.041975+0000 mgr.a (mgr.14403) 14956 : cluster 0 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-07T23:27:12.418 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:27:12.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:12.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:12.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:12.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:27:13.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:12 smithi079 bash[28699]: audit 2023-12-07T23:27:11.923834+0000 mgr.a (mgr.14403) 14957 : audit 0 from='client.300204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:13.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:12 smithi194 bash[32038]: audit 2023-12-07T23:27:11.923834+0000 mgr.a (mgr.14403) 14957 : audit 0 from='client.300204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:13.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:12 smithi135 bash[32435]: audit 2023-12-07T23:27:11.923834+0000 mgr.a (mgr.14403) 14957 : audit 0 from='client.300204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:14.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:13 smithi079 bash[28699]: cluster 2023-12-07T23:27:13.042708+0000 mgr.a (mgr.14403) 14958 : cluster 0 pgmap v11167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:14.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:13 smithi194 bash[32038]: cluster 2023-12-07T23:27:13.042708+0000 mgr.a (mgr.14403) 14958 : cluster 0 pgmap v11167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:14.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:13 smithi135 bash[32435]: cluster 2023-12-07T23:27:13.042708+0000 mgr.a (mgr.14403) 14958 : cluster 0 pgmap v11167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:16 smithi079 bash[28699]: cluster 2023-12-07T23:27:15.043566+0000 mgr.a (mgr.14403) 14959 : cluster 0 pgmap v11168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:16 smithi194 bash[32038]: cluster 2023-12-07T23:27:15.043566+0000 mgr.a (mgr.14403) 14959 : cluster 0 pgmap v11168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:16.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:16 smithi135 bash[32435]: cluster 2023-12-07T23:27:15.043566+0000 mgr.a (mgr.14403) 14959 : cluster 0 pgmap v11168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:17.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:27:17.420 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:17.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:18.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:18.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:18.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:18.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:27:18.309 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:27:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:18 smithi079 bash[28699]: cluster 2023-12-07T23:27:17.044132+0000 mgr.a (mgr.14403) 14960 : cluster 0 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-07T23:27:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:18 smithi079 bash[28699]: audit 2023-12-07T23:27:17.826842+0000 mgr.a (mgr.14403) 14961 : audit 0 from='client.300282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:18 smithi194 bash[32038]: cluster 2023-12-07T23:27:17.044132+0000 mgr.a (mgr.14403) 14960 : cluster 0 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-07T23:27:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:18 smithi194 bash[32038]: audit 2023-12-07T23:27:17.826842+0000 mgr.a (mgr.14403) 14961 : audit 0 from='client.300282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:18.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:18 smithi135 bash[32435]: cluster 2023-12-07T23:27:17.044132+0000 mgr.a (mgr.14403) 14960 : cluster 0 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-07T23:27:18.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:18 smithi135 bash[32435]: audit 2023-12-07T23:27:17.826842+0000 mgr.a (mgr.14403) 14961 : audit 0 from='client.300282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:20 smithi079 bash[28699]: cluster 2023-12-07T23:27:19.045180+0000 mgr.a (mgr.14403) 14962 : cluster 0 pgmap v11170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:20.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:20 smithi194 bash[32038]: cluster 2023-12-07T23:27:19.045180+0000 mgr.a (mgr.14403) 14962 : cluster 0 pgmap v11170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:20.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:20 smithi135 bash[32435]: cluster 2023-12-07T23:27:19.045180+0000 mgr.a (mgr.14403) 14962 : cluster 0 pgmap v11170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:21 smithi079 bash[28699]: cluster 2023-12-07T23:27:21.045777+0000 mgr.a (mgr.14403) 14963 : cluster 0 pgmap v11171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:22.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:21 smithi194 bash[32038]: cluster 2023-12-07T23:27:21.045777+0000 mgr.a (mgr.14403) 14963 : cluster 0 pgmap v11171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:22.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:21 smithi135 bash[32435]: cluster 2023-12-07T23:27:21.045777+0000 mgr.a (mgr.14403) 14963 : cluster 0 pgmap v11171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:23.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:27:23.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:23.313 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:24.253 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:27:24.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:24.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:24.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:24.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:27:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:24 smithi079 bash[28699]: cluster 2023-12-07T23:27:23.046474+0000 mgr.a (mgr.14403) 14964 : cluster 0 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-07T23:27:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:24 smithi079 bash[28699]: audit 2023-12-07T23:27:23.720212+0000 mgr.a (mgr.14403) 14965 : audit 0 from='client.217157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:24 smithi194 bash[32038]: cluster 2023-12-07T23:27:23.046474+0000 mgr.a (mgr.14403) 14964 : cluster 0 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-07T23:27:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:24 smithi194 bash[32038]: audit 2023-12-07T23:27:23.720212+0000 mgr.a (mgr.14403) 14965 : audit 0 from='client.217157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:24.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:24 smithi135 bash[32435]: cluster 2023-12-07T23:27:23.046474+0000 mgr.a (mgr.14403) 14964 : cluster 0 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-07T23:27:24.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:24 smithi135 bash[32435]: audit 2023-12-07T23:27:23.720212+0000 mgr.a (mgr.14403) 14965 : audit 0 from='client.217157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:25.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:25 smithi079 bash[28699]: audit 2023-12-07T23:27:25.055513+0000 mon.a (mon.0) 2515 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:27:25.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:25 smithi194 bash[32038]: audit 2023-12-07T23:27:25.055513+0000 mon.a (mon.0) 2515 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:27:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:25 smithi135 bash[32435]: audit 2023-12-07T23:27:25.055513+0000 mon.a (mon.0) 2515 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:27:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:26 smithi079 bash[28699]: cluster 2023-12-07T23:27:25.047726+0000 mgr.a (mgr.14403) 14966 : cluster 0 pgmap v11173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:26 smithi079 bash[28699]: audit 2023-12-07T23:27:25.795508+0000 mon.a (mon.0) 2516 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:27:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:26 smithi079 bash[28699]: audit 2023-12-07T23:27:25.796941+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:27:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:26 smithi079 bash[28699]: audit 2023-12-07T23:27:25.803637+0000 mon.a (mon.0) 2518 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:27:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:26 smithi194 bash[32038]: cluster 2023-12-07T23:27:25.047726+0000 mgr.a (mgr.14403) 14966 : cluster 0 pgmap v11173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:26 smithi194 bash[32038]: audit 2023-12-07T23:27:25.795508+0000 mon.a (mon.0) 2516 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:27:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:26 smithi194 bash[32038]: audit 2023-12-07T23:27:25.796941+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:27:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:26 smithi194 bash[32038]: audit 2023-12-07T23:27:25.803637+0000 mon.a (mon.0) 2518 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:27:26.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:26 smithi135 bash[32435]: cluster 2023-12-07T23:27:25.047726+0000 mgr.a (mgr.14403) 14966 : cluster 0 pgmap v11173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:26.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:26 smithi135 bash[32435]: audit 2023-12-07T23:27:25.795508+0000 mon.a (mon.0) 2516 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:27:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:26 smithi135 bash[32435]: audit 2023-12-07T23:27:25.796941+0000 mon.a (mon.0) 2517 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:27:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:26 smithi135 bash[32435]: audit 2023-12-07T23:27:25.803637+0000 mon.a (mon.0) 2518 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:27:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:28 smithi079 bash[28699]: cluster 2023-12-07T23:27:27.048363+0000 mgr.a (mgr.14403) 14967 : cluster 0 pgmap v11174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:28 smithi194 bash[32038]: cluster 2023-12-07T23:27:27.048363+0000 mgr.a (mgr.14403) 14967 : cluster 0 pgmap v11174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:28 smithi135 bash[32435]: cluster 2023-12-07T23:27:27.048363+0000 mgr.a (mgr.14403) 14967 : cluster 0 pgmap v11174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:29.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:27:29.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:29.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:30.179 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:27:30.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:30.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:30.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:30.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:27:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:30 smithi079 bash[28699]: cluster 2023-12-07T23:27:29.049037+0000 mgr.a (mgr.14403) 14968 : cluster 0 pgmap v11175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:30 smithi079 bash[28699]: audit 2023-12-07T23:27:29.657448+0000 mgr.a (mgr.14403) 14969 : audit 0 from='client.300435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:30 smithi194 bash[32038]: cluster 2023-12-07T23:27:29.049037+0000 mgr.a (mgr.14403) 14968 : cluster 0 pgmap v11175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:30 smithi194 bash[32038]: audit 2023-12-07T23:27:29.657448+0000 mgr.a (mgr.14403) 14969 : audit 0 from='client.300435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:30.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:30 smithi135 bash[32435]: cluster 2023-12-07T23:27:29.049037+0000 mgr.a (mgr.14403) 14968 : cluster 0 pgmap v11175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:30 smithi135 bash[32435]: audit 2023-12-07T23:27:29.657448+0000 mgr.a (mgr.14403) 14969 : audit 0 from='client.300435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:31 smithi194 bash[32038]: cluster 2023-12-07T23:27:31.049777+0000 mgr.a (mgr.14403) 14970 : cluster 0 pgmap v11176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:32.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:31 smithi135 bash[32435]: cluster 2023-12-07T23:27:31.049777+0000 mgr.a (mgr.14403) 14970 : cluster 0 pgmap v11176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:31 smithi079 bash[28699]: cluster 2023-12-07T23:27:31.049777+0000 mgr.a (mgr.14403) 14970 : cluster 0 pgmap v11176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:34 smithi079 bash[28699]: cluster 2023-12-07T23:27:33.050305+0000 mgr.a (mgr.14403) 14971 : cluster 0 pgmap v11177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:34 smithi194 bash[32038]: cluster 2023-12-07T23:27:33.050305+0000 mgr.a (mgr.14403) 14971 : cluster 0 pgmap v11177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:34.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:34 smithi135 bash[32435]: cluster 2023-12-07T23:27:33.050305+0000 mgr.a (mgr.14403) 14971 : cluster 0 pgmap v11177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:27:35.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:27:35.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:35.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:36.067 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:27:36.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:36.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:36.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:36.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:27:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:36 smithi079 bash[28699]: cluster 2023-12-07T23:27:35.051233+0000 mgr.a (mgr.14403) 14972 : cluster 0 pgmap v11178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:36 smithi079 bash[28699]: audit 2023-12-07T23:27:35.580303+0000 mgr.a (mgr.14403) 14973 : audit 0 from='client.300513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:36 smithi194 bash[32038]: cluster 2023-12-07T23:27:35.051233+0000 mgr.a (mgr.14403) 14972 : cluster 0 pgmap v11178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:36 smithi194 bash[32038]: audit 2023-12-07T23:27:35.580303+0000 mgr.a (mgr.14403) 14973 : audit 0 from='client.300513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:36.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:36 smithi135 bash[32435]: cluster 2023-12-07T23:27:35.051233+0000 mgr.a (mgr.14403) 14972 : cluster 0 pgmap v11178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:36 smithi135 bash[32435]: audit 2023-12-07T23:27:35.580303+0000 mgr.a (mgr.14403) 14973 : audit 0 from='client.300513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:38 smithi079 bash[28699]: cluster 2023-12-07T23:27:37.052001+0000 mgr.a (mgr.14403) 14974 : cluster 0 pgmap v11179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:38 smithi194 bash[32038]: cluster 2023-12-07T23:27:37.052001+0000 mgr.a (mgr.14403) 14974 : cluster 0 pgmap v11179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:38 smithi135 bash[32435]: cluster 2023-12-07T23:27:37.052001+0000 mgr.a (mgr.14403) 14974 : cluster 0 pgmap v11179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:40 smithi079 bash[28699]: cluster 2023-12-07T23:27:39.052854+0000 mgr.a (mgr.14403) 14975 : cluster 0 pgmap v11180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:40 smithi194 bash[32038]: cluster 2023-12-07T23:27:39.052854+0000 mgr.a (mgr.14403) 14975 : cluster 0 pgmap v11180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:40 smithi135 bash[32435]: cluster 2023-12-07T23:27:39.052854+0000 mgr.a (mgr.14403) 14975 : cluster 0 pgmap v11180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:41.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:27:41.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:41.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:41.985 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:27:41.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:41.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:41.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:41.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:27:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:41 smithi194 bash[32038]: cluster 2023-12-07T23:27:41.053432+0000 mgr.a (mgr.14403) 14976 : cluster 0 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-07T23:27:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:41 smithi194 bash[32038]: audit 2023-12-07T23:27:41.473096+0000 mgr.a (mgr.14403) 14977 : audit 0 from='client.300585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:41 smithi135 bash[32435]: cluster 2023-12-07T23:27:41.053432+0000 mgr.a (mgr.14403) 14976 : cluster 0 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-07T23:27:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:41 smithi135 bash[32435]: audit 2023-12-07T23:27:41.473096+0000 mgr.a (mgr.14403) 14977 : audit 0 from='client.300585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:41 smithi079 bash[28699]: cluster 2023-12-07T23:27:41.053432+0000 mgr.a (mgr.14403) 14976 : cluster 0 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-07T23:27:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:41 smithi079 bash[28699]: audit 2023-12-07T23:27:41.473096+0000 mgr.a (mgr.14403) 14977 : audit 0 from='client.300585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:44 smithi079 bash[28699]: cluster 2023-12-07T23:27:43.054125+0000 mgr.a (mgr.14403) 14978 : cluster 0 pgmap v11182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:44 smithi194 bash[32038]: cluster 2023-12-07T23:27:43.054125+0000 mgr.a (mgr.14403) 14978 : cluster 0 pgmap v11182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:44 smithi135 bash[32435]: cluster 2023-12-07T23:27:43.054125+0000 mgr.a (mgr.14403) 14978 : cluster 0 pgmap v11182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:46 smithi079 bash[28699]: cluster 2023-12-07T23:27:45.055019+0000 mgr.a (mgr.14403) 14979 : cluster 0 pgmap v11183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:46 smithi194 bash[32038]: cluster 2023-12-07T23:27:45.055019+0000 mgr.a (mgr.14403) 14979 : cluster 0 pgmap v11183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:46.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:46 smithi135 bash[32435]: cluster 2023-12-07T23:27:45.055019+0000 mgr.a (mgr.14403) 14979 : cluster 0 pgmap v11183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:46.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:27:46.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:46.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:47.907 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:27:47.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:47.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:47.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:47.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:27:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:48 smithi079 bash[28699]: cluster 2023-12-07T23:27:47.055436+0000 mgr.a (mgr.14403) 14980 : cluster 0 pgmap v11184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:48 smithi079 bash[28699]: audit 2023-12-07T23:27:47.398499+0000 mgr.a (mgr.14403) 14981 : audit 0 from='client.300663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:48 smithi194 bash[32038]: cluster 2023-12-07T23:27:47.055436+0000 mgr.a (mgr.14403) 14980 : cluster 0 pgmap v11184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:48 smithi194 bash[32038]: audit 2023-12-07T23:27:47.398499+0000 mgr.a (mgr.14403) 14981 : audit 0 from='client.300663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:48 smithi135 bash[32435]: cluster 2023-12-07T23:27:47.055436+0000 mgr.a (mgr.14403) 14980 : cluster 0 pgmap v11184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:48 smithi135 bash[32435]: audit 2023-12-07T23:27:47.398499+0000 mgr.a (mgr.14403) 14981 : audit 0 from='client.300663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:50 smithi079 bash[28699]: cluster 2023-12-07T23:27:49.056298+0000 mgr.a (mgr.14403) 14982 : cluster 0 pgmap v11185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:50 smithi194 bash[32038]: cluster 2023-12-07T23:27:49.056298+0000 mgr.a (mgr.14403) 14982 : cluster 0 pgmap v11185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:50 smithi135 bash[32435]: cluster 2023-12-07T23:27:49.056298+0000 mgr.a (mgr.14403) 14982 : cluster 0 pgmap v11185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:27:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:51 smithi194 bash[32038]: cluster 2023-12-07T23:27:51.056885+0000 mgr.a (mgr.14403) 14983 : cluster 0 pgmap v11186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:51 smithi135 bash[32435]: cluster 2023-12-07T23:27:51.056885+0000 mgr.a (mgr.14403) 14983 : cluster 0 pgmap v11186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:51 smithi079 bash[28699]: cluster 2023-12-07T23:27:51.056885+0000 mgr.a (mgr.14403) 14983 : cluster 0 pgmap v11186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:52.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:27:52.912 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:52.912 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:53.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:53.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:53.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:53.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:27:53.801 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:27:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:54 smithi079 bash[28699]: cluster 2023-12-07T23:27:53.057365+0000 mgr.a (mgr.14403) 14984 : cluster 0 pgmap v11187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:54 smithi079 bash[28699]: audit 2023-12-07T23:27:53.319575+0000 mgr.a (mgr.14403) 14985 : audit 0 from='client.300741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:54 smithi194 bash[32038]: cluster 2023-12-07T23:27:53.057365+0000 mgr.a (mgr.14403) 14984 : cluster 0 pgmap v11187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:54 smithi194 bash[32038]: audit 2023-12-07T23:27:53.319575+0000 mgr.a (mgr.14403) 14985 : audit 0 from='client.300741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:54 smithi135 bash[32435]: cluster 2023-12-07T23:27:53.057365+0000 mgr.a (mgr.14403) 14984 : cluster 0 pgmap v11187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:27:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:54 smithi135 bash[32435]: audit 2023-12-07T23:27:53.319575+0000 mgr.a (mgr.14403) 14985 : audit 0 from='client.300741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:27:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:56 smithi079 bash[28699]: cluster 2023-12-07T23:27:55.058205+0000 mgr.a (mgr.14403) 14986 : cluster 0 pgmap v11188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:27:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:56 smithi194 bash[32038]: cluster 2023-12-07T23:27:55.058205+0000 mgr.a (mgr.14403) 14986 : cluster 0 pgmap v11188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:27:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:56 smithi135 bash[32435]: cluster 2023-12-07T23:27:55.058205+0000 mgr.a (mgr.14403) 14986 : cluster 0 pgmap v11188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:27:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:27:58 smithi079 bash[28699]: cluster 2023-12-07T23:27:57.058798+0000 mgr.a (mgr.14403) 14987 : cluster 0 pgmap v11189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:27:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:27:58 smithi194 bash[32038]: cluster 2023-12-07T23:27:57.058798+0000 mgr.a (mgr.14403) 14987 : cluster 0 pgmap v11189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:27:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:27:58 smithi135 bash[32435]: cluster 2023-12-07T23:27:57.058798+0000 mgr.a (mgr.14403) 14987 : cluster 0 pgmap v11189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:27:58.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:27:58.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:27:58.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:27:59.687 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:27:59.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:27:59.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:27:59.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:27:59.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:28:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:00 smithi079 bash[28699]: cluster 2023-12-07T23:27:59.059328+0000 mgr.a (mgr.14403) 14988 : cluster 0 pgmap v11190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:00 smithi079 bash[28699]: audit 2023-12-07T23:27:59.205106+0000 mgr.a (mgr.14403) 14989 : audit 0 from='client.300813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:00 smithi194 bash[32038]: cluster 2023-12-07T23:27:59.059328+0000 mgr.a (mgr.14403) 14988 : cluster 0 pgmap v11190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:00 smithi194 bash[32038]: audit 2023-12-07T23:27:59.205106+0000 mgr.a (mgr.14403) 14989 : audit 0 from='client.300813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:00 smithi135 bash[32435]: cluster 2023-12-07T23:27:59.059328+0000 mgr.a (mgr.14403) 14988 : cluster 0 pgmap v11190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:00 smithi135 bash[32435]: audit 2023-12-07T23:27:59.205106+0000 mgr.a (mgr.14403) 14989 : audit 0 from='client.300813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:01 smithi194 bash[32038]: cluster 2023-12-07T23:28:01.059879+0000 mgr.a (mgr.14403) 14990 : cluster 0 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-07T23:28:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:01 smithi135 bash[32435]: cluster 2023-12-07T23:28:01.059879+0000 mgr.a (mgr.14403) 14990 : cluster 0 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-07T23:28:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:01 smithi079 bash[28699]: cluster 2023-12-07T23:28:01.059879+0000 mgr.a (mgr.14403) 14990 : cluster 0 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-07T23:28:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:04 smithi079 bash[28699]: cluster 2023-12-07T23:28:03.060460+0000 mgr.a (mgr.14403) 14991 : cluster 0 pgmap v11192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:04 smithi194 bash[32038]: cluster 2023-12-07T23:28:03.060460+0000 mgr.a (mgr.14403) 14991 : cluster 0 pgmap v11192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:04 smithi135 bash[32435]: cluster 2023-12-07T23:28:03.060460+0000 mgr.a (mgr.14403) 14991 : cluster 0 pgmap v11192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:04.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:28:04.692 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:04.692 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:05.608 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:28:05.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:05.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:05.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:05.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:28:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:06 smithi079 bash[28699]: cluster 2023-12-07T23:28:05.061236+0000 mgr.a (mgr.14403) 14992 : cluster 0 pgmap v11193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:06 smithi079 bash[28699]: audit 2023-12-07T23:28:05.096857+0000 mgr.a (mgr.14403) 14993 : audit 0 from='client.300891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:06 smithi194 bash[32038]: cluster 2023-12-07T23:28:05.061236+0000 mgr.a (mgr.14403) 14992 : cluster 0 pgmap v11193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:06 smithi194 bash[32038]: audit 2023-12-07T23:28:05.096857+0000 mgr.a (mgr.14403) 14993 : audit 0 from='client.300891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:06 smithi135 bash[32435]: cluster 2023-12-07T23:28:05.061236+0000 mgr.a (mgr.14403) 14992 : cluster 0 pgmap v11193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:06 smithi135 bash[32435]: audit 2023-12-07T23:28:05.096857+0000 mgr.a (mgr.14403) 14993 : audit 0 from='client.300891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:08 smithi079 bash[28699]: cluster 2023-12-07T23:28:07.061852+0000 mgr.a (mgr.14403) 14994 : cluster 0 pgmap v11194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:28:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:08 smithi194 bash[32038]: cluster 2023-12-07T23:28:07.061852+0000 mgr.a (mgr.14403) 14994 : cluster 0 pgmap v11194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:28:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:08 smithi135 bash[32435]: cluster 2023-12-07T23:28:07.061852+0000 mgr.a (mgr.14403) 14994 : cluster 0 pgmap v11194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:28:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:10 smithi079 bash[28699]: cluster 2023-12-07T23:28:09.062645+0000 mgr.a (mgr.14403) 14995 : cluster 0 pgmap v11195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:28:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:10 smithi194 bash[32038]: cluster 2023-12-07T23:28:09.062645+0000 mgr.a (mgr.14403) 14995 : cluster 0 pgmap v11195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:28:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:10 smithi135 bash[32435]: cluster 2023-12-07T23:28:09.062645+0000 mgr.a (mgr.14403) 14995 : cluster 0 pgmap v11195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:28:10.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:28:10.612 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:10.612 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:11.519 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:28:11.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:11.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:11.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:11.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:28:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:11 smithi194 bash[32038]: audit 2023-12-07T23:28:11.028443+0000 mgr.a (mgr.14403) 14996 : audit 0 from='client.300966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:11 smithi194 bash[32038]: cluster 2023-12-07T23:28:11.063418+0000 mgr.a (mgr.14403) 14997 : cluster 0 pgmap v11196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:11 smithi135 bash[32435]: audit 2023-12-07T23:28:11.028443+0000 mgr.a (mgr.14403) 14996 : audit 0 from='client.300966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:11 smithi135 bash[32435]: cluster 2023-12-07T23:28:11.063418+0000 mgr.a (mgr.14403) 14997 : cluster 0 pgmap v11196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:11 smithi079 bash[28699]: audit 2023-12-07T23:28:11.028443+0000 mgr.a (mgr.14403) 14996 : audit 0 from='client.300966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:11 smithi079 bash[28699]: cluster 2023-12-07T23:28:11.063418+0000 mgr.a (mgr.14403) 14997 : cluster 0 pgmap v11196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:14 smithi079 bash[28699]: cluster 2023-12-07T23:28:13.064086+0000 mgr.a (mgr.14403) 14998 : cluster 0 pgmap v11197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:14 smithi194 bash[32038]: cluster 2023-12-07T23:28:13.064086+0000 mgr.a (mgr.14403) 14998 : cluster 0 pgmap v11197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:14 smithi135 bash[32435]: cluster 2023-12-07T23:28:13.064086+0000 mgr.a (mgr.14403) 14998 : cluster 0 pgmap v11197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:16 smithi079 bash[28699]: cluster 2023-12-07T23:28:15.064994+0000 mgr.a (mgr.14403) 14999 : cluster 0 pgmap v11198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:16 smithi194 bash[32038]: cluster 2023-12-07T23:28:15.064994+0000 mgr.a (mgr.14403) 14999 : cluster 0 pgmap v11198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:16 smithi135 bash[32435]: cluster 2023-12-07T23:28:15.064994+0000 mgr.a (mgr.14403) 14999 : cluster 0 pgmap v11198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:16.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:28:16.522 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:16.522 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:17.433 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:28:17.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:17.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:17.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:17.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:28:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:18 smithi079 bash[28699]: audit 2023-12-07T23:28:16.927581+0000 mgr.a (mgr.14403) 15000 : audit 0 from='client.301041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:18 smithi079 bash[28699]: cluster 2023-12-07T23:28:17.073034+0000 mgr.a (mgr.14403) 15001 : cluster 0 pgmap v11199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:18 smithi194 bash[32038]: audit 2023-12-07T23:28:16.927581+0000 mgr.a (mgr.14403) 15000 : audit 0 from='client.301041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:18 smithi194 bash[32038]: cluster 2023-12-07T23:28:17.073034+0000 mgr.a (mgr.14403) 15001 : cluster 0 pgmap v11199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:18 smithi135 bash[32435]: audit 2023-12-07T23:28:16.927581+0000 mgr.a (mgr.14403) 15000 : audit 0 from='client.301041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:18 smithi135 bash[32435]: cluster 2023-12-07T23:28:17.073034+0000 mgr.a (mgr.14403) 15001 : cluster 0 pgmap v11199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:20 smithi079 bash[28699]: cluster 2023-12-07T23:28:19.074100+0000 mgr.a (mgr.14403) 15002 : cluster 0 pgmap v11200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:20 smithi194 bash[32038]: cluster 2023-12-07T23:28:19.074100+0000 mgr.a (mgr.14403) 15002 : cluster 0 pgmap v11200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:20 smithi135 bash[32435]: cluster 2023-12-07T23:28:19.074100+0000 mgr.a (mgr.14403) 15002 : cluster 0 pgmap v11200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:21 smithi194 bash[32038]: cluster 2023-12-07T23:28:21.074671+0000 mgr.a (mgr.14403) 15003 : cluster 0 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-07T23:28:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:21 smithi135 bash[32435]: cluster 2023-12-07T23:28:21.074671+0000 mgr.a (mgr.14403) 15003 : cluster 0 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-07T23:28:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:21 smithi079 bash[28699]: cluster 2023-12-07T23:28:21.074671+0000 mgr.a (mgr.14403) 15003 : cluster 0 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-07T23:28:22.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:28:22.435 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:22.435 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:22 smithi194 bash[32038]: audit 2023-12-07T23:28:22.841624+0000 mgr.a (mgr.14403) 15004 : audit 0 from='client.301119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:22 smithi135 bash[32435]: audit 2023-12-07T23:28:22.841624+0000 mgr.a (mgr.14403) 15004 : audit 0 from='client.301119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:23.340 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:28:23.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:23.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:23.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:23.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:28:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:22 smithi079 bash[28699]: audit 2023-12-07T23:28:22.841624+0000 mgr.a (mgr.14403) 15004 : audit 0 from='client.301119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:23 smithi194 bash[32038]: cluster 2023-12-07T23:28:23.075128+0000 mgr.a (mgr.14403) 15005 : cluster 0 pgmap v11202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:23 smithi135 bash[32435]: cluster 2023-12-07T23:28:23.075128+0000 mgr.a (mgr.14403) 15005 : cluster 0 pgmap v11202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:23 smithi079 bash[28699]: cluster 2023-12-07T23:28:23.075128+0000 mgr.a (mgr.14403) 15005 : cluster 0 pgmap v11202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:26 smithi079 bash[28699]: cluster 2023-12-07T23:28:25.075979+0000 mgr.a (mgr.14403) 15006 : cluster 0 pgmap v11203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:26 smithi079 bash[28699]: audit 2023-12-07T23:28:25.905144+0000 mon.a (mon.0) 2519 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:28:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:26 smithi194 bash[32038]: cluster 2023-12-07T23:28:25.075979+0000 mgr.a (mgr.14403) 15006 : cluster 0 pgmap v11203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:26 smithi194 bash[32038]: audit 2023-12-07T23:28:25.905144+0000 mon.a (mon.0) 2519 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:28:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:26 smithi135 bash[32435]: cluster 2023-12-07T23:28:25.075979+0000 mgr.a (mgr.14403) 15006 : cluster 0 pgmap v11203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:26 smithi135 bash[32435]: audit 2023-12-07T23:28:25.905144+0000 mon.a (mon.0) 2519 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:28:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:27 smithi079 bash[28699]: audit 2023-12-07T23:28:26.661660+0000 mon.a (mon.0) 2520 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:28:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:27 smithi079 bash[28699]: audit 2023-12-07T23:28:26.663731+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:28:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:27 smithi079 bash[28699]: audit 2023-12-07T23:28:26.672336+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:28:27.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:27 smithi194 bash[32038]: audit 2023-12-07T23:28:26.661660+0000 mon.a (mon.0) 2520 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:28:27.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:27 smithi194 bash[32038]: audit 2023-12-07T23:28:26.663731+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:28:27.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:27 smithi194 bash[32038]: audit 2023-12-07T23:28:26.672336+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:28:27.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:27 smithi135 bash[32435]: audit 2023-12-07T23:28:26.661660+0000 mon.a (mon.0) 2520 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:28:27.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:27 smithi135 bash[32435]: audit 2023-12-07T23:28:26.663731+0000 mon.a (mon.0) 2521 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:28:27.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:27 smithi135 bash[32435]: audit 2023-12-07T23:28:26.672336+0000 mon.a (mon.0) 2522 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:28:28.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:28:28.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:28.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:28.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:28 smithi194 bash[32038]: cluster 2023-12-07T23:28:27.076553+0000 mgr.a (mgr.14403) 15007 : cluster 0 pgmap v11204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:28.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:28 smithi135 bash[32435]: cluster 2023-12-07T23:28:27.076553+0000 mgr.a (mgr.14403) 15007 : cluster 0 pgmap v11204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:29.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:28 smithi079 bash[28699]: cluster 2023-12-07T23:28:27.076553+0000 mgr.a (mgr.14403) 15007 : cluster 0 pgmap v11204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:29.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:29.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:29.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:29.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:28:29.251 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:28:29.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:29 smithi194 bash[32038]: audit 2023-12-07T23:28:28.746429+0000 mgr.a (mgr.14403) 15008 : audit 0 from='client.301194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:29 smithi135 bash[32435]: audit 2023-12-07T23:28:28.746429+0000 mgr.a (mgr.14403) 15008 : audit 0 from='client.301194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:29 smithi079 bash[28699]: audit 2023-12-07T23:28:28.746429+0000 mgr.a (mgr.14403) 15008 : audit 0 from='client.301194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:30.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:30 smithi194 bash[32038]: cluster 2023-12-07T23:28:29.077381+0000 mgr.a (mgr.14403) 15009 : cluster 0 pgmap v11205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:30.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:30 smithi135 bash[32435]: cluster 2023-12-07T23:28:29.077381+0000 mgr.a (mgr.14403) 15009 : cluster 0 pgmap v11205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:30 smithi079 bash[28699]: cluster 2023-12-07T23:28:29.077381+0000 mgr.a (mgr.14403) 15009 : cluster 0 pgmap v11205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:31 smithi194 bash[32038]: cluster 2023-12-07T23:28:31.077989+0000 mgr.a (mgr.14403) 15010 : cluster 0 pgmap v11206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:31 smithi135 bash[32435]: cluster 2023-12-07T23:28:31.077989+0000 mgr.a (mgr.14403) 15010 : cluster 0 pgmap v11206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:31 smithi079 bash[28699]: cluster 2023-12-07T23:28:31.077989+0000 mgr.a (mgr.14403) 15010 : cluster 0 pgmap v11206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:34.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:28:34.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:34.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:34 smithi079 bash[28699]: cluster 2023-12-07T23:28:33.078653+0000 mgr.a (mgr.14403) 15011 : cluster 0 pgmap v11207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:34 smithi194 bash[32038]: cluster 2023-12-07T23:28:33.078653+0000 mgr.a (mgr.14403) 15011 : cluster 0 pgmap v11207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:34 smithi135 bash[32435]: cluster 2023-12-07T23:28:33.078653+0000 mgr.a (mgr.14403) 15011 : cluster 0 pgmap v11207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:35.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:35.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:35.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:35.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:28:35.147 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:28:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:35 smithi079 bash[28699]: audit 2023-12-07T23:28:34.663110+0000 mgr.a (mgr.14403) 15012 : audit 0 from='client.301269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:35.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:35 smithi194 bash[32038]: audit 2023-12-07T23:28:34.663110+0000 mgr.a (mgr.14403) 15012 : audit 0 from='client.301269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:35 smithi135 bash[32435]: audit 2023-12-07T23:28:34.663110+0000 mgr.a (mgr.14403) 15012 : audit 0 from='client.301269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:36 smithi194 bash[32038]: cluster 2023-12-07T23:28:35.079779+0000 mgr.a (mgr.14403) 15013 : cluster 0 pgmap v11208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:36 smithi135 bash[32435]: cluster 2023-12-07T23:28:35.079779+0000 mgr.a (mgr.14403) 15013 : cluster 0 pgmap v11208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:36 smithi079 bash[28699]: cluster 2023-12-07T23:28:35.079779+0000 mgr.a (mgr.14403) 15013 : cluster 0 pgmap v11208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:38 smithi194 bash[32038]: cluster 2023-12-07T23:28:37.080363+0000 mgr.a (mgr.14403) 15014 : cluster 0 pgmap v11209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:38 smithi135 bash[32435]: cluster 2023-12-07T23:28:37.080363+0000 mgr.a (mgr.14403) 15014 : cluster 0 pgmap v11209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:38 smithi079 bash[28699]: cluster 2023-12-07T23:28:37.080363+0000 mgr.a (mgr.14403) 15014 : cluster 0 pgmap v11209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:28:40.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:28:40.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:40.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:40 smithi194 bash[32038]: cluster 2023-12-07T23:28:39.081112+0000 mgr.a (mgr.14403) 15015 : cluster 0 pgmap v11210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:40 smithi135 bash[32435]: cluster 2023-12-07T23:28:39.081112+0000 mgr.a (mgr.14403) 15015 : cluster 0 pgmap v11210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:40 smithi079 bash[28699]: cluster 2023-12-07T23:28:39.081112+0000 mgr.a (mgr.14403) 15015 : cluster 0 pgmap v11210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:41.027 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:28:41.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:41.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:41.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:41.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:28:41.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:41 smithi194 bash[32038]: audit 2023-12-07T23:28:40.553127+0000 mgr.a (mgr.14403) 15016 : audit 0 from='client.301344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:41.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:41 smithi135 bash[32435]: audit 2023-12-07T23:28:40.553127+0000 mgr.a (mgr.14403) 15016 : audit 0 from='client.301344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:41 smithi079 bash[28699]: audit 2023-12-07T23:28:40.553127+0000 mgr.a (mgr.14403) 15016 : audit 0 from='client.301344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:42 smithi194 bash[32038]: cluster 2023-12-07T23:28:41.081756+0000 mgr.a (mgr.14403) 15017 : cluster 0 pgmap v11211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:42 smithi135 bash[32435]: cluster 2023-12-07T23:28:41.081756+0000 mgr.a (mgr.14403) 15017 : cluster 0 pgmap v11211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:42 smithi079 bash[28699]: cluster 2023-12-07T23:28:41.081756+0000 mgr.a (mgr.14403) 15017 : cluster 0 pgmap v11211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:44 smithi194 bash[32038]: cluster 2023-12-07T23:28:43.082317+0000 mgr.a (mgr.14403) 15018 : cluster 0 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-07T23:28:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:44 smithi135 bash[32435]: cluster 2023-12-07T23:28:43.082317+0000 mgr.a (mgr.14403) 15018 : cluster 0 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-07T23:28:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:44 smithi079 bash[28699]: cluster 2023-12-07T23:28:43.082317+0000 mgr.a (mgr.14403) 15018 : cluster 0 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-07T23:28:46.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:28:46.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:46.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:46 smithi194 bash[32038]: cluster 2023-12-07T23:28:45.083142+0000 mgr.a (mgr.14403) 15019 : cluster 0 pgmap v11213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:46 smithi135 bash[32435]: cluster 2023-12-07T23:28:45.083142+0000 mgr.a (mgr.14403) 15019 : cluster 0 pgmap v11213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:46 smithi079 bash[28699]: cluster 2023-12-07T23:28:45.083142+0000 mgr.a (mgr.14403) 15019 : cluster 0 pgmap v11213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:46.964 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:28:46.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:46.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:46.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:46.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:28:47.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:47 smithi194 bash[32038]: audit 2023-12-07T23:28:46.435615+0000 mgr.a (mgr.14403) 15020 : audit 0 from='client.301419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:47.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:47 smithi135 bash[32435]: audit 2023-12-07T23:28:46.435615+0000 mgr.a (mgr.14403) 15020 : audit 0 from='client.301419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:47 smithi079 bash[28699]: audit 2023-12-07T23:28:46.435615+0000 mgr.a (mgr.14403) 15020 : audit 0 from='client.301419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:48 smithi194 bash[32038]: cluster 2023-12-07T23:28:47.083883+0000 mgr.a (mgr.14403) 15021 : cluster 0 pgmap v11214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:48 smithi135 bash[32435]: cluster 2023-12-07T23:28:47.083883+0000 mgr.a (mgr.14403) 15021 : cluster 0 pgmap v11214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:48 smithi079 bash[28699]: cluster 2023-12-07T23:28:47.083883+0000 mgr.a (mgr.14403) 15021 : cluster 0 pgmap v11214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:50 smithi194 bash[32038]: cluster 2023-12-07T23:28:49.084692+0000 mgr.a (mgr.14403) 15022 : cluster 0 pgmap v11215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:50 smithi135 bash[32435]: cluster 2023-12-07T23:28:49.084692+0000 mgr.a (mgr.14403) 15022 : cluster 0 pgmap v11215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:50 smithi079 bash[28699]: cluster 2023-12-07T23:28:49.084692+0000 mgr.a (mgr.14403) 15022 : cluster 0 pgmap v11215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:51.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:28:51.966 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:51.966 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:51 smithi194 bash[32038]: cluster 2023-12-07T23:28:51.085184+0000 mgr.a (mgr.14403) 15023 : cluster 0 pgmap v11216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:51 smithi135 bash[32435]: cluster 2023-12-07T23:28:51.085184+0000 mgr.a (mgr.14403) 15023 : cluster 0 pgmap v11216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:51 smithi079 bash[28699]: cluster 2023-12-07T23:28:51.085184+0000 mgr.a (mgr.14403) 15023 : cluster 0 pgmap v11216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:52.887 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:28:52.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:52.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:52.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:52.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:28:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:52 smithi194 bash[32038]: audit 2023-12-07T23:28:52.371692+0000 mgr.a (mgr.14403) 15024 : audit 0 from='client.301494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:52 smithi135 bash[32435]: audit 2023-12-07T23:28:52.371692+0000 mgr.a (mgr.14403) 15024 : audit 0 from='client.301494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:52 smithi079 bash[28699]: audit 2023-12-07T23:28:52.371692+0000 mgr.a (mgr.14403) 15024 : audit 0 from='client.301494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:53 smithi194 bash[32038]: cluster 2023-12-07T23:28:53.085877+0000 mgr.a (mgr.14403) 15025 : cluster 0 pgmap v11217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:53 smithi135 bash[32435]: cluster 2023-12-07T23:28:53.085877+0000 mgr.a (mgr.14403) 15025 : cluster 0 pgmap v11217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:53 smithi079 bash[28699]: cluster 2023-12-07T23:28:53.085877+0000 mgr.a (mgr.14403) 15025 : cluster 0 pgmap v11217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:56.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:56 smithi079 bash[28699]: cluster 2023-12-07T23:28:55.086705+0000 mgr.a (mgr.14403) 15026 : cluster 0 pgmap v11218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:56 smithi194 bash[32038]: cluster 2023-12-07T23:28:55.086705+0000 mgr.a (mgr.14403) 15026 : cluster 0 pgmap v11218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:56 smithi135 bash[32435]: cluster 2023-12-07T23:28:55.086705+0000 mgr.a (mgr.14403) 15026 : cluster 0 pgmap v11218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:28:57.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:28:57.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:28:57.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:28:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:58 smithi194 bash[32038]: cluster 2023-12-07T23:28:57.087274+0000 mgr.a (mgr.14403) 15027 : cluster 0 pgmap v11219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:58 smithi135 bash[32435]: cluster 2023-12-07T23:28:57.087274+0000 mgr.a (mgr.14403) 15027 : cluster 0 pgmap v11219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:58 smithi079 bash[28699]: cluster 2023-12-07T23:28:57.087274+0000 mgr.a (mgr.14403) 15027 : cluster 0 pgmap v11219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:28:58.820 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:28:58.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:28:58.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:28:58.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:28:58.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:28:59.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:28:59 smithi194 bash[32038]: audit 2023-12-07T23:28:58.301490+0000 mgr.a (mgr.14403) 15028 : audit 0 from='client.301572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:59.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:28:59 smithi135 bash[32435]: audit 2023-12-07T23:28:58.301490+0000 mgr.a (mgr.14403) 15028 : audit 0 from='client.301572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:28:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:28:59 smithi079 bash[28699]: audit 2023-12-07T23:28:58.301490+0000 mgr.a (mgr.14403) 15028 : audit 0 from='client.301572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:00.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:00 smithi194 bash[32038]: cluster 2023-12-07T23:28:59.088247+0000 mgr.a (mgr.14403) 15029 : cluster 0 pgmap v11220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:29:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:00 smithi135 bash[32435]: cluster 2023-12-07T23:28:59.088247+0000 mgr.a (mgr.14403) 15029 : cluster 0 pgmap v11220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:29:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:00 smithi079 bash[28699]: cluster 2023-12-07T23:28:59.088247+0000 mgr.a (mgr.14403) 15029 : cluster 0 pgmap v11220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:29:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:01 smithi194 bash[32038]: cluster 2023-12-07T23:29:01.088926+0000 mgr.a (mgr.14403) 15030 : cluster 0 pgmap v11221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:29:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:01 smithi135 bash[32435]: cluster 2023-12-07T23:29:01.088926+0000 mgr.a (mgr.14403) 15030 : cluster 0 pgmap v11221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:29:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:01 smithi079 bash[28699]: cluster 2023-12-07T23:29:01.088926+0000 mgr.a (mgr.14403) 15030 : cluster 0 pgmap v11221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:29:03.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:29:03.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:03.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:04 smithi194 bash[32038]: cluster 2023-12-07T23:29:03.089523+0000 mgr.a (mgr.14403) 15031 : cluster 0 pgmap v11222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:29:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:04 smithi135 bash[32435]: cluster 2023-12-07T23:29:03.089523+0000 mgr.a (mgr.14403) 15031 : cluster 0 pgmap v11222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:29:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:04 smithi079 bash[28699]: cluster 2023-12-07T23:29:03.089523+0000 mgr.a (mgr.14403) 15031 : cluster 0 pgmap v11222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:29:04.715 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:29:04.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:04.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:04.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:04.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:29:05.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:05 smithi194 bash[32038]: audit 2023-12-07T23:29:04.238950+0000 mgr.a (mgr.14403) 15032 : audit 0 from='client.301650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:05.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:05 smithi135 bash[32435]: audit 2023-12-07T23:29:04.238950+0000 mgr.a (mgr.14403) 15032 : audit 0 from='client.301650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:05 smithi079 bash[28699]: audit 2023-12-07T23:29:04.238950+0000 mgr.a (mgr.14403) 15032 : audit 0 from='client.301650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:06 smithi194 bash[32038]: cluster 2023-12-07T23:29:05.090473+0000 mgr.a (mgr.14403) 15033 : cluster 0 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-07T23:29:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:06 smithi135 bash[32435]: cluster 2023-12-07T23:29:05.090473+0000 mgr.a (mgr.14403) 15033 : cluster 0 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-07T23:29:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:06 smithi079 bash[28699]: cluster 2023-12-07T23:29:05.090473+0000 mgr.a (mgr.14403) 15033 : cluster 0 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-07T23:29:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:08 smithi194 bash[32038]: cluster 2023-12-07T23:29:07.091076+0000 mgr.a (mgr.14403) 15034 : cluster 0 pgmap v11224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:08 smithi135 bash[32435]: cluster 2023-12-07T23:29:07.091076+0000 mgr.a (mgr.14403) 15034 : cluster 0 pgmap v11224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:08 smithi079 bash[28699]: cluster 2023-12-07T23:29:07.091076+0000 mgr.a (mgr.14403) 15034 : cluster 0 pgmap v11224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:09.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:29:09.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:09.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:10 smithi194 bash[32038]: cluster 2023-12-07T23:29:09.091764+0000 mgr.a (mgr.14403) 15035 : cluster 0 pgmap v11225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:10 smithi135 bash[32435]: cluster 2023-12-07T23:29:09.091764+0000 mgr.a (mgr.14403) 15035 : cluster 0 pgmap v11225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:10.631 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:29:10.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:10.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:10.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:10.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:29:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:10 smithi079 bash[28699]: cluster 2023-12-07T23:29:09.091764+0000 mgr.a (mgr.14403) 15035 : cluster 0 pgmap v11225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:11.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:11 smithi194 bash[32038]: audit 2023-12-07T23:29:10.123045+0000 mgr.a (mgr.14403) 15036 : audit 0 from='client.301722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:11 smithi135 bash[32435]: audit 2023-12-07T23:29:10.123045+0000 mgr.a (mgr.14403) 15036 : audit 0 from='client.301722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:11 smithi079 bash[28699]: audit 2023-12-07T23:29:10.123045+0000 mgr.a (mgr.14403) 15036 : audit 0 from='client.301722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:12 smithi194 bash[32038]: cluster 2023-12-07T23:29:11.092364+0000 mgr.a (mgr.14403) 15037 : cluster 0 pgmap v11226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:29:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:12 smithi135 bash[32435]: cluster 2023-12-07T23:29:11.092364+0000 mgr.a (mgr.14403) 15037 : cluster 0 pgmap v11226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:29:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:12 smithi079 bash[28699]: cluster 2023-12-07T23:29:11.092364+0000 mgr.a (mgr.14403) 15037 : cluster 0 pgmap v11226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:29:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:14 smithi194 bash[32038]: cluster 2023-12-07T23:29:13.092931+0000 mgr.a (mgr.14403) 15038 : cluster 0 pgmap v11227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:29:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:14 smithi135 bash[32435]: cluster 2023-12-07T23:29:13.092931+0000 mgr.a (mgr.14403) 15038 : cluster 0 pgmap v11227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:29:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:14 smithi079 bash[28699]: cluster 2023-12-07T23:29:13.092931+0000 mgr.a (mgr.14403) 15038 : cluster 0 pgmap v11227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T23:29:15.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:29:15.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:15.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:16 smithi194 bash[32038]: cluster 2023-12-07T23:29:15.093716+0000 mgr.a (mgr.14403) 15039 : cluster 0 pgmap v11228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:29:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:16 smithi135 bash[32435]: cluster 2023-12-07T23:29:15.093716+0000 mgr.a (mgr.14403) 15039 : cluster 0 pgmap v11228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:29:16.560 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:29:16.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:16.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:16.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:16.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:29:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:16 smithi079 bash[28699]: cluster 2023-12-07T23:29:15.093716+0000 mgr.a (mgr.14403) 15039 : cluster 0 pgmap v11228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:29:17.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:17 smithi194 bash[32038]: audit 2023-12-07T23:29:16.043381+0000 mgr.a (mgr.14403) 15040 : audit 0 from='client.301797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:17.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:17 smithi135 bash[32435]: audit 2023-12-07T23:29:16.043381+0000 mgr.a (mgr.14403) 15040 : audit 0 from='client.301797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:17 smithi079 bash[28699]: audit 2023-12-07T23:29:16.043381+0000 mgr.a (mgr.14403) 15040 : audit 0 from='client.301797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:18 smithi194 bash[32038]: cluster 2023-12-07T23:29:17.094334+0000 mgr.a (mgr.14403) 15041 : cluster 0 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-07T23:29:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:18 smithi135 bash[32435]: cluster 2023-12-07T23:29:17.094334+0000 mgr.a (mgr.14403) 15041 : cluster 0 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-07T23:29:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:18 smithi079 bash[28699]: cluster 2023-12-07T23:29:17.094334+0000 mgr.a (mgr.14403) 15041 : cluster 0 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-07T23:29:20.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:20 smithi135 bash[32435]: cluster 2023-12-07T23:29:19.095213+0000 mgr.a (mgr.14403) 15042 : cluster 0 pgmap v11230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:20 smithi079 bash[28699]: cluster 2023-12-07T23:29:19.095213+0000 mgr.a (mgr.14403) 15042 : cluster 0 pgmap v11230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:20 smithi194 bash[32038]: cluster 2023-12-07T23:29:19.095213+0000 mgr.a (mgr.14403) 15042 : cluster 0 pgmap v11230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:21.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:29:21.565 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:21.565 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:21 smithi194 bash[32038]: cluster 2023-12-07T23:29:21.095861+0000 mgr.a (mgr.14403) 15043 : cluster 0 pgmap v11231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:21 smithi135 bash[32435]: cluster 2023-12-07T23:29:21.095861+0000 mgr.a (mgr.14403) 15043 : cluster 0 pgmap v11231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:21 smithi079 bash[28699]: cluster 2023-12-07T23:29:21.095861+0000 mgr.a (mgr.14403) 15043 : cluster 0 pgmap v11231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:22.469 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:29:22.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:22.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:22.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:22.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:29:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:22 smithi194 bash[32038]: audit 2023-12-07T23:29:21.963979+0000 mgr.a (mgr.14403) 15044 : audit 0 from='client.301866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:22 smithi135 bash[32435]: audit 2023-12-07T23:29:21.963979+0000 mgr.a (mgr.14403) 15044 : audit 0 from='client.301866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:22 smithi079 bash[28699]: audit 2023-12-07T23:29:21.963979+0000 mgr.a (mgr.14403) 15044 : audit 0 from='client.301866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:23 smithi194 bash[32038]: cluster 2023-12-07T23:29:23.096462+0000 mgr.a (mgr.14403) 15045 : cluster 0 pgmap v11232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:23 smithi135 bash[32435]: cluster 2023-12-07T23:29:23.096462+0000 mgr.a (mgr.14403) 15045 : cluster 0 pgmap v11232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:23 smithi079 bash[28699]: cluster 2023-12-07T23:29:23.096462+0000 mgr.a (mgr.14403) 15045 : cluster 0 pgmap v11232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:26 smithi194 bash[32038]: cluster 2023-12-07T23:29:25.097268+0000 mgr.a (mgr.14403) 15046 : cluster 0 pgmap v11233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:26 smithi135 bash[32435]: cluster 2023-12-07T23:29:25.097268+0000 mgr.a (mgr.14403) 15046 : cluster 0 pgmap v11233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:26 smithi079 bash[28699]: cluster 2023-12-07T23:29:25.097268+0000 mgr.a (mgr.14403) 15046 : cluster 0 pgmap v11233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:27.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:27 smithi194 bash[32038]: audit 2023-12-07T23:29:26.773960+0000 mon.a (mon.0) 2523 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:29:27.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:27 smithi135 bash[32435]: audit 2023-12-07T23:29:26.773960+0000 mon.a (mon.0) 2523 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:29:27.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:29:27.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:27.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:27 smithi079 bash[28699]: audit 2023-12-07T23:29:26.773960+0000 mon.a (mon.0) 2523 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:29:28.341 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:29:28.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:28.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:28.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:28.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:29:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:28 smithi194 bash[32038]: cluster 2023-12-07T23:29:27.097777+0000 mgr.a (mgr.14403) 15047 : cluster 0 pgmap v11234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:28 smithi194 bash[32038]: audit 2023-12-07T23:29:27.523606+0000 mon.a (mon.0) 2524 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:29:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:28 smithi194 bash[32038]: audit 2023-12-07T23:29:27.524991+0000 mon.a (mon.0) 2525 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:29:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:28 smithi194 bash[32038]: audit 2023-12-07T23:29:27.535032+0000 mon.a (mon.0) 2526 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:29:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:28 smithi194 bash[32038]: audit 2023-12-07T23:29:27.843533+0000 mgr.a (mgr.14403) 15048 : audit 0 from='client.301944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:28 smithi135 bash[32435]: cluster 2023-12-07T23:29:27.097777+0000 mgr.a (mgr.14403) 15047 : cluster 0 pgmap v11234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:28 smithi135 bash[32435]: audit 2023-12-07T23:29:27.523606+0000 mon.a (mon.0) 2524 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:29:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:28 smithi135 bash[32435]: audit 2023-12-07T23:29:27.524991+0000 mon.a (mon.0) 2525 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:29:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:28 smithi135 bash[32435]: audit 2023-12-07T23:29:27.535032+0000 mon.a (mon.0) 2526 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:29:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:28 smithi135 bash[32435]: audit 2023-12-07T23:29:27.843533+0000 mgr.a (mgr.14403) 15048 : audit 0 from='client.301944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:28 smithi079 bash[28699]: cluster 2023-12-07T23:29:27.097777+0000 mgr.a (mgr.14403) 15047 : cluster 0 pgmap v11234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:28 smithi079 bash[28699]: audit 2023-12-07T23:29:27.523606+0000 mon.a (mon.0) 2524 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:29:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:28 smithi079 bash[28699]: audit 2023-12-07T23:29:27.524991+0000 mon.a (mon.0) 2525 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:29:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:28 smithi079 bash[28699]: audit 2023-12-07T23:29:27.535032+0000 mon.a (mon.0) 2526 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:29:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:28 smithi079 bash[28699]: audit 2023-12-07T23:29:27.843533+0000 mgr.a (mgr.14403) 15048 : audit 0 from='client.301944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:30 smithi194 bash[32038]: cluster 2023-12-07T23:29:29.098633+0000 mgr.a (mgr.14403) 15049 : cluster 0 pgmap v11235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:30 smithi135 bash[32435]: cluster 2023-12-07T23:29:29.098633+0000 mgr.a (mgr.14403) 15049 : cluster 0 pgmap v11235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:30 smithi079 bash[28699]: cluster 2023-12-07T23:29:29.098633+0000 mgr.a (mgr.14403) 15049 : cluster 0 pgmap v11235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:31 smithi194 bash[32038]: cluster 2023-12-07T23:29:31.099401+0000 mgr.a (mgr.14403) 15050 : cluster 0 pgmap v11236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:31 smithi135 bash[32435]: cluster 2023-12-07T23:29:31.099401+0000 mgr.a (mgr.14403) 15050 : cluster 0 pgmap v11236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:31 smithi079 bash[28699]: cluster 2023-12-07T23:29:31.099401+0000 mgr.a (mgr.14403) 15050 : cluster 0 pgmap v11236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:33.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:29:33.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:33.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:34.238 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:29:34.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:34.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:34.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:34.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:29:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:34 smithi194 bash[32038]: cluster 2023-12-07T23:29:33.100066+0000 mgr.a (mgr.14403) 15051 : cluster 0 pgmap v11237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:34 smithi194 bash[32038]: audit 2023-12-07T23:29:33.746273+0000 mgr.a (mgr.14403) 15052 : audit 0 from='client.302016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:34 smithi135 bash[32435]: cluster 2023-12-07T23:29:33.100066+0000 mgr.a (mgr.14403) 15051 : cluster 0 pgmap v11237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:34 smithi135 bash[32435]: audit 2023-12-07T23:29:33.746273+0000 mgr.a (mgr.14403) 15052 : audit 0 from='client.302016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:34 smithi079 bash[28699]: cluster 2023-12-07T23:29:33.100066+0000 mgr.a (mgr.14403) 15051 : cluster 0 pgmap v11237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:34 smithi079 bash[28699]: audit 2023-12-07T23:29:33.746273+0000 mgr.a (mgr.14403) 15052 : audit 0 from='client.302016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:36 smithi194 bash[32038]: cluster 2023-12-07T23:29:35.101036+0000 mgr.a (mgr.14403) 15053 : cluster 0 pgmap v11238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:36 smithi135 bash[32435]: cluster 2023-12-07T23:29:35.101036+0000 mgr.a (mgr.14403) 15053 : cluster 0 pgmap v11238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:36 smithi079 bash[28699]: cluster 2023-12-07T23:29:35.101036+0000 mgr.a (mgr.14403) 15053 : cluster 0 pgmap v11238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:38 smithi194 bash[32038]: cluster 2023-12-07T23:29:37.101636+0000 mgr.a (mgr.14403) 15054 : cluster 0 pgmap v11239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:38 smithi135 bash[32435]: cluster 2023-12-07T23:29:37.101636+0000 mgr.a (mgr.14403) 15054 : cluster 0 pgmap v11239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:38 smithi079 bash[28699]: cluster 2023-12-07T23:29:37.101636+0000 mgr.a (mgr.14403) 15054 : cluster 0 pgmap v11239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:39.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:29:39.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:39.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:40.140 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:29:40.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:40.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:40.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:40.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:29:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:40 smithi194 bash[32038]: cluster 2023-12-07T23:29:39.102388+0000 mgr.a (mgr.14403) 15055 : cluster 0 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-07T23:29:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:40 smithi194 bash[32038]: audit 2023-12-07T23:29:39.647727+0000 mgr.a (mgr.14403) 15056 : audit 0 from='client.302091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:40 smithi135 bash[32435]: cluster 2023-12-07T23:29:39.102388+0000 mgr.a (mgr.14403) 15055 : cluster 0 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-07T23:29:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:40 smithi135 bash[32435]: audit 2023-12-07T23:29:39.647727+0000 mgr.a (mgr.14403) 15056 : audit 0 from='client.302091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:40 smithi079 bash[28699]: cluster 2023-12-07T23:29:39.102388+0000 mgr.a (mgr.14403) 15055 : cluster 0 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-07T23:29:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:40 smithi079 bash[28699]: audit 2023-12-07T23:29:39.647727+0000 mgr.a (mgr.14403) 15056 : audit 0 from='client.302091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:41 smithi194 bash[32038]: cluster 2023-12-07T23:29:41.103112+0000 mgr.a (mgr.14403) 15057 : cluster 0 pgmap v11241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:41 smithi135 bash[32435]: cluster 2023-12-07T23:29:41.103112+0000 mgr.a (mgr.14403) 15057 : cluster 0 pgmap v11241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:42.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:41 smithi079 bash[28699]: cluster 2023-12-07T23:29:41.103112+0000 mgr.a (mgr.14403) 15057 : cluster 0 pgmap v11241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:44 smithi194 bash[32038]: cluster 2023-12-07T23:29:43.103707+0000 mgr.a (mgr.14403) 15058 : cluster 0 pgmap v11242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:44 smithi135 bash[32435]: cluster 2023-12-07T23:29:43.103707+0000 mgr.a (mgr.14403) 15058 : cluster 0 pgmap v11242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:44 smithi079 bash[28699]: cluster 2023-12-07T23:29:43.103707+0000 mgr.a (mgr.14403) 15058 : cluster 0 pgmap v11242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:29:45.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:29:45.142 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:45.142 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:46.065 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:29:46.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:46.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:46.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:46.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:29:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:46 smithi194 bash[32038]: cluster 2023-12-07T23:29:45.104546+0000 mgr.a (mgr.14403) 15059 : cluster 0 pgmap v11243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:46 smithi194 bash[32038]: audit 2023-12-07T23:29:45.553608+0000 mgr.a (mgr.14403) 15060 : audit 0 from='client.302169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:46 smithi135 bash[32435]: cluster 2023-12-07T23:29:45.104546+0000 mgr.a (mgr.14403) 15059 : cluster 0 pgmap v11243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:46 smithi135 bash[32435]: audit 2023-12-07T23:29:45.553608+0000 mgr.a (mgr.14403) 15060 : audit 0 from='client.302169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:46 smithi079 bash[28699]: cluster 2023-12-07T23:29:45.104546+0000 mgr.a (mgr.14403) 15059 : cluster 0 pgmap v11243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:46 smithi079 bash[28699]: audit 2023-12-07T23:29:45.553608+0000 mgr.a (mgr.14403) 15060 : audit 0 from='client.302169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:48 smithi194 bash[32038]: cluster 2023-12-07T23:29:47.105281+0000 mgr.a (mgr.14403) 15061 : cluster 0 pgmap v11244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:48 smithi135 bash[32435]: cluster 2023-12-07T23:29:47.105281+0000 mgr.a (mgr.14403) 15061 : cluster 0 pgmap v11244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:48 smithi079 bash[28699]: cluster 2023-12-07T23:29:47.105281+0000 mgr.a (mgr.14403) 15061 : cluster 0 pgmap v11244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:50 smithi194 bash[32038]: cluster 2023-12-07T23:29:49.106093+0000 mgr.a (mgr.14403) 15062 : cluster 0 pgmap v11245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:50 smithi135 bash[32435]: cluster 2023-12-07T23:29:49.106093+0000 mgr.a (mgr.14403) 15062 : cluster 0 pgmap v11245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:50 smithi079 bash[28699]: cluster 2023-12-07T23:29:49.106093+0000 mgr.a (mgr.14403) 15062 : cluster 0 pgmap v11245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:51.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:29:51.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:51.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:51.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:51.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:51.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:51.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:29:51.967 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:29:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:51 smithi194 bash[32038]: cluster 2023-12-07T23:29:51.106654+0000 mgr.a (mgr.14403) 15063 : cluster 0 pgmap v11246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:51 smithi194 bash[32038]: audit 2023-12-07T23:29:51.476109+0000 mgr.a (mgr.14403) 15064 : audit 0 from='client.302247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:52.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:51 smithi135 bash[32435]: cluster 2023-12-07T23:29:51.106654+0000 mgr.a (mgr.14403) 15063 : cluster 0 pgmap v11246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:52.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:51 smithi135 bash[32435]: audit 2023-12-07T23:29:51.476109+0000 mgr.a (mgr.14403) 15064 : audit 0 from='client.302247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:52.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:51 smithi079 bash[28699]: cluster 2023-12-07T23:29:51.106654+0000 mgr.a (mgr.14403) 15063 : cluster 0 pgmap v11246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:52.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:51 smithi079 bash[28699]: audit 2023-12-07T23:29:51.476109+0000 mgr.a (mgr.14403) 15064 : audit 0 from='client.302247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:54 smithi194 bash[32038]: cluster 2023-12-07T23:29:53.107513+0000 mgr.a (mgr.14403) 15065 : cluster 0 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-07T23:29:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:54 smithi135 bash[32435]: cluster 2023-12-07T23:29:53.107513+0000 mgr.a (mgr.14403) 15065 : cluster 0 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-07T23:29:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:54 smithi079 bash[28699]: cluster 2023-12-07T23:29:53.107513+0000 mgr.a (mgr.14403) 15065 : cluster 0 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-07T23:29:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:56 smithi194 bash[32038]: cluster 2023-12-07T23:29:55.108457+0000 mgr.a (mgr.14403) 15066 : cluster 0 pgmap v11248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:56 smithi135 bash[32435]: cluster 2023-12-07T23:29:55.108457+0000 mgr.a (mgr.14403) 15066 : cluster 0 pgmap v11248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:56 smithi079 bash[28699]: cluster 2023-12-07T23:29:55.108457+0000 mgr.a (mgr.14403) 15066 : cluster 0 pgmap v11248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:29:56.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:29:56.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:29:56.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:29:57.898 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:29:57.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:29:57.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:29:57.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:29:57.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:29:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:58 smithi194 bash[32038]: cluster 2023-12-07T23:29:57.109058+0000 mgr.a (mgr.14403) 15067 : cluster 0 pgmap v11249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:29:58 smithi194 bash[32038]: audit 2023-12-07T23:29:57.378998+0000 mgr.a (mgr.14403) 15068 : audit 0 from='client.302319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:58 smithi135 bash[32435]: cluster 2023-12-07T23:29:57.109058+0000 mgr.a (mgr.14403) 15067 : cluster 0 pgmap v11249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:29:58 smithi135 bash[32435]: audit 2023-12-07T23:29:57.378998+0000 mgr.a (mgr.14403) 15068 : audit 0 from='client.302319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:29:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:58 smithi079 bash[28699]: cluster 2023-12-07T23:29:57.109058+0000 mgr.a (mgr.14403) 15067 : cluster 0 pgmap v11249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:29:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:29:58 smithi079 bash[28699]: audit 2023-12-07T23:29:57.378998+0000 mgr.a (mgr.14403) 15068 : audit 0 from='client.302319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:00 smithi194 bash[32038]: cluster 2023-12-07T23:29:59.110099+0000 mgr.a (mgr.14403) 15069 : cluster 0 pgmap v11250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:00 smithi194 bash[32038]: cluster 2023-12-07T23:30:00.000121+0000 mon.a (mon.0) 2527 : cluster 1 overall HEALTH_OK 2023-12-07T23:30:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:00 smithi135 bash[32435]: cluster 2023-12-07T23:29:59.110099+0000 mgr.a (mgr.14403) 15069 : cluster 0 pgmap v11250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:00 smithi135 bash[32435]: cluster 2023-12-07T23:30:00.000121+0000 mon.a (mon.0) 2527 : cluster 1 overall HEALTH_OK 2023-12-07T23:30:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:00 smithi079 bash[28699]: cluster 2023-12-07T23:29:59.110099+0000 mgr.a (mgr.14403) 15069 : cluster 0 pgmap v11250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:00 smithi079 bash[28699]: cluster 2023-12-07T23:30:00.000121+0000 mon.a (mon.0) 2527 : cluster 1 overall HEALTH_OK 2023-12-07T23:30:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:01 smithi194 bash[32038]: cluster 2023-12-07T23:30:01.110699+0000 mgr.a (mgr.14403) 15070 : cluster 0 pgmap v11251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:02.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:01 smithi135 bash[32435]: cluster 2023-12-07T23:30:01.110699+0000 mgr.a (mgr.14403) 15070 : cluster 0 pgmap v11251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:02.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:01 smithi079 bash[28699]: cluster 2023-12-07T23:30:01.110699+0000 mgr.a (mgr.14403) 15070 : cluster 0 pgmap v11251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:02.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:30:02.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:02.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:03.816 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:30:03.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:03.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:03.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:03.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:30:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:04 smithi194 bash[32038]: cluster 2023-12-07T23:30:03.111276+0000 mgr.a (mgr.14403) 15071 : cluster 0 pgmap v11252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:04 smithi194 bash[32038]: audit 2023-12-07T23:30:03.313866+0000 mgr.a (mgr.14403) 15072 : audit 0 from='client.302394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:04.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:04 smithi135 bash[32435]: cluster 2023-12-07T23:30:03.111276+0000 mgr.a (mgr.14403) 15071 : cluster 0 pgmap v11252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:04.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:04 smithi135 bash[32435]: audit 2023-12-07T23:30:03.313866+0000 mgr.a (mgr.14403) 15072 : audit 0 from='client.302394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:04.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:04 smithi079 bash[28699]: cluster 2023-12-07T23:30:03.111276+0000 mgr.a (mgr.14403) 15071 : cluster 0 pgmap v11252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:04.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:04 smithi079 bash[28699]: audit 2023-12-07T23:30:03.313866+0000 mgr.a (mgr.14403) 15072 : audit 0 from='client.302394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:06 smithi194 bash[32038]: cluster 2023-12-07T23:30:05.112267+0000 mgr.a (mgr.14403) 15073 : cluster 0 pgmap v11253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:30:06.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:06 smithi135 bash[32435]: cluster 2023-12-07T23:30:05.112267+0000 mgr.a (mgr.14403) 15073 : cluster 0 pgmap v11253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:30:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:06 smithi079 bash[28699]: cluster 2023-12-07T23:30:05.112267+0000 mgr.a (mgr.14403) 15073 : cluster 0 pgmap v11253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:30:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:08 smithi194 bash[32038]: cluster 2023-12-07T23:30:07.112881+0000 mgr.a (mgr.14403) 15074 : cluster 0 pgmap v11254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:30:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:08 smithi135 bash[32435]: cluster 2023-12-07T23:30:07.112881+0000 mgr.a (mgr.14403) 15074 : cluster 0 pgmap v11254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:30:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:08 smithi079 bash[28699]: cluster 2023-12-07T23:30:07.112881+0000 mgr.a (mgr.14403) 15074 : cluster 0 pgmap v11254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:30:08.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:30:08.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:08.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:09.725 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:30:09.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:09.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:09.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:09.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:30:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:10 smithi194 bash[32038]: cluster 2023-12-07T23:30:09.113754+0000 mgr.a (mgr.14403) 15075 : cluster 0 pgmap v11255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:10 smithi194 bash[32038]: audit 2023-12-07T23:30:09.223166+0000 mgr.a (mgr.14403) 15076 : audit 0 from='client.302469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:10 smithi135 bash[32435]: cluster 2023-12-07T23:30:09.113754+0000 mgr.a (mgr.14403) 15075 : cluster 0 pgmap v11255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:10 smithi135 bash[32435]: audit 2023-12-07T23:30:09.223166+0000 mgr.a (mgr.14403) 15076 : audit 0 from='client.302469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:10 smithi079 bash[28699]: cluster 2023-12-07T23:30:09.113754+0000 mgr.a (mgr.14403) 15075 : cluster 0 pgmap v11255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:10 smithi079 bash[28699]: audit 2023-12-07T23:30:09.223166+0000 mgr.a (mgr.14403) 15076 : audit 0 from='client.302469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:11 smithi194 bash[32038]: cluster 2023-12-07T23:30:11.114489+0000 mgr.a (mgr.14403) 15077 : cluster 0 pgmap v11256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:12.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:11 smithi135 bash[32435]: cluster 2023-12-07T23:30:11.114489+0000 mgr.a (mgr.14403) 15077 : cluster 0 pgmap v11256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:12.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:11 smithi079 bash[28699]: cluster 2023-12-07T23:30:11.114489+0000 mgr.a (mgr.14403) 15077 : cluster 0 pgmap v11256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:14 smithi194 bash[32038]: cluster 2023-12-07T23:30:13.115082+0000 mgr.a (mgr.14403) 15078 : cluster 0 pgmap v11257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:14 smithi135 bash[32435]: cluster 2023-12-07T23:30:13.115082+0000 mgr.a (mgr.14403) 15078 : cluster 0 pgmap v11257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:14 smithi079 bash[28699]: cluster 2023-12-07T23:30:13.115082+0000 mgr.a (mgr.14403) 15078 : cluster 0 pgmap v11257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:14.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:30:14.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:14.729 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:15.630 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:30:15.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:15.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:15.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:15.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:30:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:16 smithi194 bash[32038]: cluster 2023-12-07T23:30:15.115967+0000 mgr.a (mgr.14403) 15079 : cluster 0 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-07T23:30:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:16 smithi194 bash[32038]: audit 2023-12-07T23:30:15.136220+0000 mgr.a (mgr.14403) 15080 : audit 0 from='client.302544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:16.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:16 smithi135 bash[32435]: cluster 2023-12-07T23:30:15.115967+0000 mgr.a (mgr.14403) 15079 : cluster 0 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-07T23:30:16.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:16 smithi135 bash[32435]: audit 2023-12-07T23:30:15.136220+0000 mgr.a (mgr.14403) 15080 : audit 0 from='client.302544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:16 smithi079 bash[28699]: cluster 2023-12-07T23:30:15.115967+0000 mgr.a (mgr.14403) 15079 : cluster 0 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-07T23:30:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:16 smithi079 bash[28699]: audit 2023-12-07T23:30:15.136220+0000 mgr.a (mgr.14403) 15080 : audit 0 from='client.302544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:18 smithi194 bash[32038]: cluster 2023-12-07T23:30:17.116722+0000 mgr.a (mgr.14403) 15081 : cluster 0 pgmap v11259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:30:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:18 smithi135 bash[32435]: cluster 2023-12-07T23:30:17.116722+0000 mgr.a (mgr.14403) 15081 : cluster 0 pgmap v11259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:30:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:18 smithi079 bash[28699]: cluster 2023-12-07T23:30:17.116722+0000 mgr.a (mgr.14403) 15081 : cluster 0 pgmap v11259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:30:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:20 smithi194 bash[32038]: cluster 2023-12-07T23:30:19.117532+0000 mgr.a (mgr.14403) 15082 : cluster 0 pgmap v11260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:30:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:20 smithi135 bash[32435]: cluster 2023-12-07T23:30:19.117532+0000 mgr.a (mgr.14403) 15082 : cluster 0 pgmap v11260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:30:20.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:30:20.634 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:20.634 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:20 smithi079 bash[28699]: cluster 2023-12-07T23:30:19.117532+0000 mgr.a (mgr.14403) 15082 : cluster 0 pgmap v11260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:30:21.546 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:30:21.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:21.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:21.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:21.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:30:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:21 smithi194 bash[32038]: audit 2023-12-07T23:30:21.037171+0000 mgr.a (mgr.14403) 15083 : audit 0 from='client.302619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:21 smithi194 bash[32038]: cluster 2023-12-07T23:30:21.118142+0000 mgr.a (mgr.14403) 15084 : cluster 0 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-07T23:30:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:21 smithi135 bash[32435]: audit 2023-12-07T23:30:21.037171+0000 mgr.a (mgr.14403) 15083 : audit 0 from='client.302619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:21 smithi135 bash[32435]: cluster 2023-12-07T23:30:21.118142+0000 mgr.a (mgr.14403) 15084 : cluster 0 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-07T23:30:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:21 smithi079 bash[28699]: audit 2023-12-07T23:30:21.037171+0000 mgr.a (mgr.14403) 15083 : audit 0 from='client.302619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:21 smithi079 bash[28699]: cluster 2023-12-07T23:30:21.118142+0000 mgr.a (mgr.14403) 15084 : cluster 0 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-07T23:30:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:24 smithi194 bash[32038]: cluster 2023-12-07T23:30:23.118941+0000 mgr.a (mgr.14403) 15085 : cluster 0 pgmap v11262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:24 smithi135 bash[32435]: cluster 2023-12-07T23:30:23.118941+0000 mgr.a (mgr.14403) 15085 : cluster 0 pgmap v11262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:24 smithi079 bash[28699]: cluster 2023-12-07T23:30:23.118941+0000 mgr.a (mgr.14403) 15085 : cluster 0 pgmap v11262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:26 smithi194 bash[32038]: cluster 2023-12-07T23:30:25.119978+0000 mgr.a (mgr.14403) 15086 : cluster 0 pgmap v11263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:26.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:26 smithi135 bash[32435]: cluster 2023-12-07T23:30:25.119978+0000 mgr.a (mgr.14403) 15086 : cluster 0 pgmap v11263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:26.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:30:26.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:26.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:26 smithi079 bash[28699]: cluster 2023-12-07T23:30:25.119978+0000 mgr.a (mgr.14403) 15086 : cluster 0 pgmap v11263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:27.437 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:30:27.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:27.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:27.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:27.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:30:28.484 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:28 smithi194 bash[32038]: audit 2023-12-07T23:30:26.951464+0000 mgr.a (mgr.14403) 15087 : audit 0 from='client.302697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:28.484 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:28 smithi194 bash[32038]: cluster 2023-12-07T23:30:27.120748+0000 mgr.a (mgr.14403) 15088 : cluster 0 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-07T23:30:28.484 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:28 smithi194 bash[32038]: audit 2023-12-07T23:30:27.638549+0000 mon.a (mon.0) 2528 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:30:28.495 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:28 smithi135 bash[32435]: audit 2023-12-07T23:30:26.951464+0000 mgr.a (mgr.14403) 15087 : audit 0 from='client.302697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:28.495 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:28 smithi135 bash[32435]: cluster 2023-12-07T23:30:27.120748+0000 mgr.a (mgr.14403) 15088 : cluster 0 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-07T23:30:28.496 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:28 smithi135 bash[32435]: audit 2023-12-07T23:30:27.638549+0000 mon.a (mon.0) 2528 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:30:28.656 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:28 smithi079 bash[28699]: audit 2023-12-07T23:30:26.951464+0000 mgr.a (mgr.14403) 15087 : audit 0 from='client.302697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:28.656 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:28 smithi079 bash[28699]: cluster 2023-12-07T23:30:27.120748+0000 mgr.a (mgr.14403) 15088 : cluster 0 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-07T23:30:28.656 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:28 smithi079 bash[28699]: audit 2023-12-07T23:30:27.638549+0000 mon.a (mon.0) 2528 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:30:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:30 smithi194 bash[32038]: cluster 2023-12-07T23:30:29.121806+0000 mgr.a (mgr.14403) 15089 : cluster 0 pgmap v11265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:30 smithi135 bash[32435]: cluster 2023-12-07T23:30:29.121806+0000 mgr.a (mgr.14403) 15089 : cluster 0 pgmap v11265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:30 smithi079 bash[28699]: cluster 2023-12-07T23:30:29.121806+0000 mgr.a (mgr.14403) 15089 : cluster 0 pgmap v11265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:31 smithi194 bash[32038]: cluster 2023-12-07T23:30:31.122553+0000 mgr.a (mgr.14403) 15090 : cluster 0 pgmap v11266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:32.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:31 smithi135 bash[32435]: cluster 2023-12-07T23:30:31.122553+0000 mgr.a (mgr.14403) 15090 : cluster 0 pgmap v11266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:31 smithi079 bash[28699]: cluster 2023-12-07T23:30:31.122553+0000 mgr.a (mgr.14403) 15090 : cluster 0 pgmap v11266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:32.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:30:32.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:32.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:33.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:32 smithi194 bash[32038]: audit 2023-12-07T23:30:32.848029+0000 mgr.a (mgr.14403) 15091 : audit 0 from='client.302772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:32 smithi135 bash[32435]: audit 2023-12-07T23:30:32.848029+0000 mgr.a (mgr.14403) 15091 : audit 0 from='client.302772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:33.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:33.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:33.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:33.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:30:33.353 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:30:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:32 smithi079 bash[28699]: audit 2023-12-07T23:30:32.848029+0000 mgr.a (mgr.14403) 15091 : audit 0 from='client.302772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:33 smithi079 bash[28699]: audit 2023-12-07T23:30:32.987305+0000 mon.a (mon.0) 2529 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:33 smithi079 bash[28699]: audit 2023-12-07T23:30:32.992631+0000 mon.a (mon.0) 2530 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:33 smithi079 bash[28699]: audit 2023-12-07T23:30:33.003545+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:33 smithi079 bash[28699]: audit 2023-12-07T23:30:33.008456+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:33 smithi079 bash[28699]: audit 2023-12-07T23:30:33.040697+0000 mon.a (mon.0) 2533 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:33 smithi079 bash[28699]: audit 2023-12-07T23:30:33.049467+0000 mon.a (mon.0) 2534 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:33 smithi079 bash[28699]: cluster 2023-12-07T23:30:33.123343+0000 mgr.a (mgr.14403) 15092 : cluster 0 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-07T23:30:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:33 smithi079 bash[28699]: audit 2023-12-07T23:30:33.781100+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:30:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:33 smithi079 bash[28699]: audit 2023-12-07T23:30:33.783272+0000 mon.a (mon.0) 2536 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:30:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:33 smithi079 bash[28699]: audit 2023-12-07T23:30:33.793451+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:33 smithi194 bash[32038]: audit 2023-12-07T23:30:32.987305+0000 mon.a (mon.0) 2529 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:33 smithi194 bash[32038]: audit 2023-12-07T23:30:32.992631+0000 mon.a (mon.0) 2530 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:33 smithi194 bash[32038]: audit 2023-12-07T23:30:33.003545+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:33 smithi194 bash[32038]: audit 2023-12-07T23:30:33.008456+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:33 smithi194 bash[32038]: audit 2023-12-07T23:30:33.040697+0000 mon.a (mon.0) 2533 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:33 smithi194 bash[32038]: audit 2023-12-07T23:30:33.049467+0000 mon.a (mon.0) 2534 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:33 smithi194 bash[32038]: cluster 2023-12-07T23:30:33.123343+0000 mgr.a (mgr.14403) 15092 : cluster 0 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-07T23:30:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:33 smithi194 bash[32038]: audit 2023-12-07T23:30:33.781100+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:30:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:33 smithi194 bash[32038]: audit 2023-12-07T23:30:33.783272+0000 mon.a (mon.0) 2536 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:30:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:33 smithi194 bash[32038]: audit 2023-12-07T23:30:33.793451+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:33 smithi135 bash[32435]: audit 2023-12-07T23:30:32.987305+0000 mon.a (mon.0) 2529 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:33 smithi135 bash[32435]: audit 2023-12-07T23:30:32.992631+0000 mon.a (mon.0) 2530 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:33 smithi135 bash[32435]: audit 2023-12-07T23:30:33.003545+0000 mon.a (mon.0) 2531 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:33 smithi135 bash[32435]: audit 2023-12-07T23:30:33.008456+0000 mon.a (mon.0) 2532 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:33 smithi135 bash[32435]: audit 2023-12-07T23:30:33.040697+0000 mon.a (mon.0) 2533 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:33 smithi135 bash[32435]: audit 2023-12-07T23:30:33.049467+0000 mon.a (mon.0) 2534 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:33 smithi135 bash[32435]: cluster 2023-12-07T23:30:33.123343+0000 mgr.a (mgr.14403) 15092 : cluster 0 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-07T23:30:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:33 smithi135 bash[32435]: audit 2023-12-07T23:30:33.781100+0000 mon.a (mon.0) 2535 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:30:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:33 smithi135 bash[32435]: audit 2023-12-07T23:30:33.783272+0000 mon.a (mon.0) 2536 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:30:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:33 smithi135 bash[32435]: audit 2023-12-07T23:30:33.793451+0000 mon.a (mon.0) 2537 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:30:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:36 smithi194 bash[32038]: cluster 2023-12-07T23:30:35.124420+0000 mgr.a (mgr.14403) 15093 : cluster 0 pgmap v11268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:36 smithi135 bash[32435]: cluster 2023-12-07T23:30:35.124420+0000 mgr.a (mgr.14403) 15093 : cluster 0 pgmap v11268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:36 smithi079 bash[28699]: cluster 2023-12-07T23:30:35.124420+0000 mgr.a (mgr.14403) 15093 : cluster 0 pgmap v11268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:38.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:30:38.357 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:38.357 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:38 smithi194 bash[32038]: cluster 2023-12-07T23:30:37.125155+0000 mgr.a (mgr.14403) 15094 : cluster 0 pgmap v11269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:38 smithi135 bash[32435]: cluster 2023-12-07T23:30:37.125155+0000 mgr.a (mgr.14403) 15094 : cluster 0 pgmap v11269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:38 smithi079 bash[28699]: cluster 2023-12-07T23:30:37.125155+0000 mgr.a (mgr.14403) 15094 : cluster 0 pgmap v11269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:39.276 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:30:39.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:39.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:39.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:39.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:30:39.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:39 smithi194 bash[32038]: audit 2023-12-07T23:30:38.767594+0000 mgr.a (mgr.14403) 15095 : audit 0 from='client.302847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:39 smithi135 bash[32435]: audit 2023-12-07T23:30:38.767594+0000 mgr.a (mgr.14403) 15095 : audit 0 from='client.302847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:39 smithi079 bash[28699]: audit 2023-12-07T23:30:38.767594+0000 mgr.a (mgr.14403) 15095 : audit 0 from='client.302847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:40 smithi194 bash[32038]: cluster 2023-12-07T23:30:39.125863+0000 mgr.a (mgr.14403) 15096 : cluster 0 pgmap v11270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:40 smithi135 bash[32435]: cluster 2023-12-07T23:30:39.125863+0000 mgr.a (mgr.14403) 15096 : cluster 0 pgmap v11270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:40 smithi079 bash[28699]: cluster 2023-12-07T23:30:39.125863+0000 mgr.a (mgr.14403) 15096 : cluster 0 pgmap v11270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:42.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:41 smithi135 bash[32435]: cluster 2023-12-07T23:30:41.126498+0000 mgr.a (mgr.14403) 15097 : cluster 0 pgmap v11271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:42.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:41 smithi079 bash[28699]: cluster 2023-12-07T23:30:41.126498+0000 mgr.a (mgr.14403) 15097 : cluster 0 pgmap v11271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:41 smithi194 bash[32038]: cluster 2023-12-07T23:30:41.126498+0000 mgr.a (mgr.14403) 15097 : cluster 0 pgmap v11271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:44.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:30:44.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:44.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:44 smithi194 bash[32038]: cluster 2023-12-07T23:30:43.127162+0000 mgr.a (mgr.14403) 15098 : cluster 0 pgmap v11272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:44 smithi135 bash[32435]: cluster 2023-12-07T23:30:43.127162+0000 mgr.a (mgr.14403) 15098 : cluster 0 pgmap v11272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:44 smithi079 bash[28699]: cluster 2023-12-07T23:30:43.127162+0000 mgr.a (mgr.14403) 15098 : cluster 0 pgmap v11272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:45.208 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:30:45.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:45.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:45.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:45.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:30:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:45 smithi194 bash[32038]: audit 2023-12-07T23:30:44.680546+0000 mgr.a (mgr.14403) 15099 : audit 0 from='client.302922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:45 smithi135 bash[32435]: audit 2023-12-07T23:30:44.680546+0000 mgr.a (mgr.14403) 15099 : audit 0 from='client.302922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:45 smithi079 bash[28699]: audit 2023-12-07T23:30:44.680546+0000 mgr.a (mgr.14403) 15099 : audit 0 from='client.302922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:46.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:46 smithi194 bash[32038]: cluster 2023-12-07T23:30:45.127917+0000 mgr.a (mgr.14403) 15100 : cluster 0 pgmap v11273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:46 smithi135 bash[32435]: cluster 2023-12-07T23:30:45.127917+0000 mgr.a (mgr.14403) 15100 : cluster 0 pgmap v11273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:46 smithi079 bash[28699]: cluster 2023-12-07T23:30:45.127917+0000 mgr.a (mgr.14403) 15100 : cluster 0 pgmap v11273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:48 smithi194 bash[32038]: cluster 2023-12-07T23:30:47.128618+0000 mgr.a (mgr.14403) 15101 : cluster 0 pgmap v11274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:48 smithi135 bash[32435]: cluster 2023-12-07T23:30:47.128618+0000 mgr.a (mgr.14403) 15101 : cluster 0 pgmap v11274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:48 smithi079 bash[28699]: cluster 2023-12-07T23:30:47.128618+0000 mgr.a (mgr.14403) 15101 : cluster 0 pgmap v11274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:30:50.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:30:50.212 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:50.212 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:50 smithi194 bash[32038]: cluster 2023-12-07T23:30:49.129555+0000 mgr.a (mgr.14403) 15102 : cluster 0 pgmap v11275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:50 smithi135 bash[32435]: cluster 2023-12-07T23:30:49.129555+0000 mgr.a (mgr.14403) 15102 : cluster 0 pgmap v11275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:50 smithi079 bash[28699]: cluster 2023-12-07T23:30:49.129555+0000 mgr.a (mgr.14403) 15102 : cluster 0 pgmap v11275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:51.119 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:30:51.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:51.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:51.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:51.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:30:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:51 smithi135 bash[32435]: audit 2023-12-07T23:30:50.619497+0000 mgr.a (mgr.14403) 15103 : audit 0 from='client.234445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:51 smithi079 bash[28699]: audit 2023-12-07T23:30:50.619497+0000 mgr.a (mgr.14403) 15103 : audit 0 from='client.234445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:51 smithi194 bash[32038]: audit 2023-12-07T23:30:50.619497+0000 mgr.a (mgr.14403) 15103 : audit 0 from='client.234445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:52 smithi079 bash[28699]: cluster 2023-12-07T23:30:51.130156+0000 mgr.a (mgr.14403) 15104 : cluster 0 pgmap v11276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:52 smithi194 bash[32038]: cluster 2023-12-07T23:30:51.130156+0000 mgr.a (mgr.14403) 15104 : cluster 0 pgmap v11276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:52 smithi135 bash[32435]: cluster 2023-12-07T23:30:51.130156+0000 mgr.a (mgr.14403) 15104 : cluster 0 pgmap v11276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:54 smithi079 bash[28699]: cluster 2023-12-07T23:30:53.130752+0000 mgr.a (mgr.14403) 15105 : cluster 0 pgmap v11277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:54 smithi194 bash[32038]: cluster 2023-12-07T23:30:53.130752+0000 mgr.a (mgr.14403) 15105 : cluster 0 pgmap v11277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:54 smithi135 bash[32435]: cluster 2023-12-07T23:30:53.130752+0000 mgr.a (mgr.14403) 15105 : cluster 0 pgmap v11277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:56.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:30:56.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:30:56.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:30:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:56 smithi079 bash[28699]: cluster 2023-12-07T23:30:55.131577+0000 mgr.a (mgr.14403) 15106 : cluster 0 pgmap v11278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:56 smithi194 bash[32038]: cluster 2023-12-07T23:30:55.131577+0000 mgr.a (mgr.14403) 15106 : cluster 0 pgmap v11278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:56 smithi135 bash[32435]: cluster 2023-12-07T23:30:55.131577+0000 mgr.a (mgr.14403) 15106 : cluster 0 pgmap v11278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:30:57.048 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:30:57.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:30:57.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:30:57.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:30:57.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:30:57.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:57 smithi079 bash[28699]: audit 2023-12-07T23:30:56.528420+0000 mgr.a (mgr.14403) 15107 : audit 0 from='client.303069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:57 smithi194 bash[32038]: audit 2023-12-07T23:30:56.528420+0000 mgr.a (mgr.14403) 15107 : audit 0 from='client.303069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:57 smithi135 bash[32435]: audit 2023-12-07T23:30:56.528420+0000 mgr.a (mgr.14403) 15107 : audit 0 from='client.303069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:30:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:30:58 smithi079 bash[28699]: cluster 2023-12-07T23:30:57.132289+0000 mgr.a (mgr.14403) 15108 : cluster 0 pgmap v11279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:30:58 smithi194 bash[32038]: cluster 2023-12-07T23:30:57.132289+0000 mgr.a (mgr.14403) 15108 : cluster 0 pgmap v11279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:30:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:30:58 smithi135 bash[32435]: cluster 2023-12-07T23:30:57.132289+0000 mgr.a (mgr.14403) 15108 : cluster 0 pgmap v11279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:00 smithi079 bash[28699]: cluster 2023-12-07T23:30:59.133123+0000 mgr.a (mgr.14403) 15109 : cluster 0 pgmap v11280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:00 smithi194 bash[32038]: cluster 2023-12-07T23:30:59.133123+0000 mgr.a (mgr.14403) 15109 : cluster 0 pgmap v11280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:00 smithi135 bash[32435]: cluster 2023-12-07T23:30:59.133123+0000 mgr.a (mgr.14403) 15109 : cluster 0 pgmap v11280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:02.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:31:02.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:02.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:02.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:01 smithi079 bash[28699]: cluster 2023-12-07T23:31:01.133686+0000 mgr.a (mgr.14403) 15110 : cluster 0 pgmap v11281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:01 smithi194 bash[32038]: cluster 2023-12-07T23:31:01.133686+0000 mgr.a (mgr.14403) 15110 : cluster 0 pgmap v11281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:01 smithi135 bash[32435]: cluster 2023-12-07T23:31:01.133686+0000 mgr.a (mgr.14403) 15110 : cluster 0 pgmap v11281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:02.942 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:31:02.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:02.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:02.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:02.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:31:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:02 smithi079 bash[28699]: audit 2023-12-07T23:31:02.445089+0000 mgr.a (mgr.14403) 15111 : audit 0 from='client.303147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:02 smithi194 bash[32038]: audit 2023-12-07T23:31:02.445089+0000 mgr.a (mgr.14403) 15111 : audit 0 from='client.303147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:02 smithi135 bash[32435]: audit 2023-12-07T23:31:02.445089+0000 mgr.a (mgr.14403) 15111 : audit 0 from='client.303147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:04.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:03 smithi079 bash[28699]: cluster 2023-12-07T23:31:03.134569+0000 mgr.a (mgr.14403) 15112 : cluster 0 pgmap v11282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:03 smithi194 bash[32038]: cluster 2023-12-07T23:31:03.134569+0000 mgr.a (mgr.14403) 15112 : cluster 0 pgmap v11282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:04.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:03 smithi135 bash[32435]: cluster 2023-12-07T23:31:03.134569+0000 mgr.a (mgr.14403) 15112 : cluster 0 pgmap v11282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:06 smithi194 bash[32038]: cluster 2023-12-07T23:31:05.135552+0000 mgr.a (mgr.14403) 15113 : cluster 0 pgmap v11283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:06.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:06 smithi135 bash[32435]: cluster 2023-12-07T23:31:05.135552+0000 mgr.a (mgr.14403) 15113 : cluster 0 pgmap v11283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:06 smithi079 bash[28699]: cluster 2023-12-07T23:31:05.135552+0000 mgr.a (mgr.14403) 15113 : cluster 0 pgmap v11283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:07.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:31:07.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:07.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:08 smithi194 bash[32038]: cluster 2023-12-07T23:31:07.136132+0000 mgr.a (mgr.14403) 15114 : cluster 0 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-07T23:31:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:08 smithi135 bash[32435]: cluster 2023-12-07T23:31:07.136132+0000 mgr.a (mgr.14403) 15114 : cluster 0 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-07T23:31:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:08 smithi079 bash[28699]: cluster 2023-12-07T23:31:07.136132+0000 mgr.a (mgr.14403) 15114 : cluster 0 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-07T23:31:08.862 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:31:08.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:08.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:08.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:08.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:31:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:09 smithi135 bash[32435]: audit 2023-12-07T23:31:08.353312+0000 mgr.a (mgr.14403) 15115 : audit 0 from='client.303222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:09.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:09 smithi079 bash[28699]: audit 2023-12-07T23:31:08.353312+0000 mgr.a (mgr.14403) 15115 : audit 0 from='client.303222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:09 smithi194 bash[32038]: audit 2023-12-07T23:31:08.353312+0000 mgr.a (mgr.14403) 15115 : audit 0 from='client.303222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:10 smithi135 bash[32435]: cluster 2023-12-07T23:31:09.137205+0000 mgr.a (mgr.14403) 15116 : cluster 0 pgmap v11285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:10 smithi079 bash[28699]: cluster 2023-12-07T23:31:09.137205+0000 mgr.a (mgr.14403) 15116 : cluster 0 pgmap v11285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:10 smithi194 bash[32038]: cluster 2023-12-07T23:31:09.137205+0000 mgr.a (mgr.14403) 15116 : cluster 0 pgmap v11285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:12.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:11 smithi079 bash[28699]: cluster 2023-12-07T23:31:11.137762+0000 mgr.a (mgr.14403) 15117 : cluster 0 pgmap v11286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:11 smithi194 bash[32038]: cluster 2023-12-07T23:31:11.137762+0000 mgr.a (mgr.14403) 15117 : cluster 0 pgmap v11286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:11 smithi135 bash[32435]: cluster 2023-12-07T23:31:11.137762+0000 mgr.a (mgr.14403) 15117 : cluster 0 pgmap v11286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:13.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:31:13.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:13.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:14 smithi194 bash[32038]: cluster 2023-12-07T23:31:13.138315+0000 mgr.a (mgr.14403) 15118 : cluster 0 pgmap v11287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:14 smithi135 bash[32435]: cluster 2023-12-07T23:31:13.138315+0000 mgr.a (mgr.14403) 15118 : cluster 0 pgmap v11287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:14 smithi079 bash[28699]: cluster 2023-12-07T23:31:13.138315+0000 mgr.a (mgr.14403) 15118 : cluster 0 pgmap v11287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:14.798 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:31:14.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:14.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:14.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:14.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:31:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:15 smithi194 bash[32038]: audit 2023-12-07T23:31:14.266516+0000 mgr.a (mgr.14403) 15119 : audit 0 from='client.303297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:15 smithi135 bash[32435]: audit 2023-12-07T23:31:14.266516+0000 mgr.a (mgr.14403) 15119 : audit 0 from='client.303297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:15 smithi079 bash[28699]: audit 2023-12-07T23:31:14.266516+0000 mgr.a (mgr.14403) 15119 : audit 0 from='client.303297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:16 smithi135 bash[32435]: cluster 2023-12-07T23:31:15.139493+0000 mgr.a (mgr.14403) 15120 : cluster 0 pgmap v11288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:16 smithi079 bash[28699]: cluster 2023-12-07T23:31:15.139493+0000 mgr.a (mgr.14403) 15120 : cluster 0 pgmap v11288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:16 smithi194 bash[32038]: cluster 2023-12-07T23:31:15.139493+0000 mgr.a (mgr.14403) 15120 : cluster 0 pgmap v11288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:18 smithi079 bash[28699]: cluster 2023-12-07T23:31:17.140041+0000 mgr.a (mgr.14403) 15121 : cluster 0 pgmap v11289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:18 smithi194 bash[32038]: cluster 2023-12-07T23:31:17.140041+0000 mgr.a (mgr.14403) 15121 : cluster 0 pgmap v11289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:18 smithi135 bash[32435]: cluster 2023-12-07T23:31:17.140041+0000 mgr.a (mgr.14403) 15121 : cluster 0 pgmap v11289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:19.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:31:19.799 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:19.799 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:20 smithi079 bash[28699]: cluster 2023-12-07T23:31:19.140787+0000 mgr.a (mgr.14403) 15122 : cluster 0 pgmap v11290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:20.701 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:31:20.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:20.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:20.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:20.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:31:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:20 smithi194 bash[32038]: cluster 2023-12-07T23:31:19.140787+0000 mgr.a (mgr.14403) 15122 : cluster 0 pgmap v11290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:20 smithi135 bash[32435]: cluster 2023-12-07T23:31:19.140787+0000 mgr.a (mgr.14403) 15122 : cluster 0 pgmap v11290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:21 smithi079 bash[28699]: audit 2023-12-07T23:31:20.199887+0000 mgr.a (mgr.14403) 15123 : audit 0 from='client.303375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:21 smithi194 bash[32038]: audit 2023-12-07T23:31:20.199887+0000 mgr.a (mgr.14403) 15123 : audit 0 from='client.303375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:21 smithi135 bash[32435]: audit 2023-12-07T23:31:20.199887+0000 mgr.a (mgr.14403) 15123 : audit 0 from='client.303375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:22 smithi079 bash[28699]: cluster 2023-12-07T23:31:21.141491+0000 mgr.a (mgr.14403) 15124 : cluster 0 pgmap v11291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:22 smithi194 bash[32038]: cluster 2023-12-07T23:31:21.141491+0000 mgr.a (mgr.14403) 15124 : cluster 0 pgmap v11291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:22 smithi135 bash[32435]: cluster 2023-12-07T23:31:21.141491+0000 mgr.a (mgr.14403) 15124 : cluster 0 pgmap v11291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:24 smithi079 bash[28699]: cluster 2023-12-07T23:31:23.142077+0000 mgr.a (mgr.14403) 15125 : cluster 0 pgmap v11292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:24 smithi194 bash[32038]: cluster 2023-12-07T23:31:23.142077+0000 mgr.a (mgr.14403) 15125 : cluster 0 pgmap v11292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:24 smithi135 bash[32435]: cluster 2023-12-07T23:31:23.142077+0000 mgr.a (mgr.14403) 15125 : cluster 0 pgmap v11292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:25.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:31:25.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:25.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:26 smithi079 bash[28699]: cluster 2023-12-07T23:31:25.143016+0000 mgr.a (mgr.14403) 15126 : cluster 0 pgmap v11293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:26.651 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:31:26.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:26.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:26.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:26.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:31:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:26 smithi194 bash[32038]: cluster 2023-12-07T23:31:25.143016+0000 mgr.a (mgr.14403) 15126 : cluster 0 pgmap v11293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:26 smithi135 bash[32435]: cluster 2023-12-07T23:31:25.143016+0000 mgr.a (mgr.14403) 15126 : cluster 0 pgmap v11293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:27.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:27 smithi079 bash[28699]: audit 2023-12-07T23:31:26.115624+0000 mgr.a (mgr.14403) 15127 : audit 0 from='client.303453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:27 smithi194 bash[32038]: audit 2023-12-07T23:31:26.115624+0000 mgr.a (mgr.14403) 15127 : audit 0 from='client.303453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:27 smithi135 bash[32435]: audit 2023-12-07T23:31:26.115624+0000 mgr.a (mgr.14403) 15127 : audit 0 from='client.303453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:28 smithi079 bash[28699]: cluster 2023-12-07T23:31:27.143746+0000 mgr.a (mgr.14403) 15128 : cluster 0 pgmap v11294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:28 smithi194 bash[32038]: cluster 2023-12-07T23:31:27.143746+0000 mgr.a (mgr.14403) 15128 : cluster 0 pgmap v11294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:28 smithi135 bash[32435]: cluster 2023-12-07T23:31:27.143746+0000 mgr.a (mgr.14403) 15128 : cluster 0 pgmap v11294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:30 smithi079 bash[28699]: cluster 2023-12-07T23:31:29.144565+0000 mgr.a (mgr.14403) 15129 : cluster 0 pgmap v11295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:30 smithi194 bash[32038]: cluster 2023-12-07T23:31:29.144565+0000 mgr.a (mgr.14403) 15129 : cluster 0 pgmap v11295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:30 smithi135 bash[32435]: cluster 2023-12-07T23:31:29.144565+0000 mgr.a (mgr.14403) 15129 : cluster 0 pgmap v11295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:31.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:31:31.654 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:31.654 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:31 smithi079 bash[28699]: cluster 2023-12-07T23:31:31.145101+0000 mgr.a (mgr.14403) 15130 : cluster 0 pgmap v11296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:31 smithi194 bash[32038]: cluster 2023-12-07T23:31:31.145101+0000 mgr.a (mgr.14403) 15130 : cluster 0 pgmap v11296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:31 smithi135 bash[32435]: cluster 2023-12-07T23:31:31.145101+0000 mgr.a (mgr.14403) 15130 : cluster 0 pgmap v11296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:32.546 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:31:32.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:32.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:32.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:32.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:31:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:32 smithi079 bash[28699]: audit 2023-12-07T23:31:32.057461+0000 mgr.a (mgr.14403) 15131 : audit 0 from='client.303528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:32 smithi194 bash[32038]: audit 2023-12-07T23:31:32.057461+0000 mgr.a (mgr.14403) 15131 : audit 0 from='client.303528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:32 smithi135 bash[32435]: audit 2023-12-07T23:31:32.057461+0000 mgr.a (mgr.14403) 15131 : audit 0 from='client.303528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:33 smithi079 bash[28699]: cluster 2023-12-07T23:31:33.145852+0000 mgr.a (mgr.14403) 15132 : cluster 0 pgmap v11297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:33 smithi079 bash[28699]: audit 2023-12-07T23:31:33.896426+0000 mon.a (mon.0) 2538 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:31:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:33 smithi194 bash[32038]: cluster 2023-12-07T23:31:33.145852+0000 mgr.a (mgr.14403) 15132 : cluster 0 pgmap v11297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:33 smithi194 bash[32038]: audit 2023-12-07T23:31:33.896426+0000 mon.a (mon.0) 2538 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:31:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:33 smithi135 bash[32435]: cluster 2023-12-07T23:31:33.145852+0000 mgr.a (mgr.14403) 15132 : cluster 0 pgmap v11297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:33 smithi135 bash[32435]: audit 2023-12-07T23:31:33.896426+0000 mon.a (mon.0) 2538 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:31:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:34 smithi079 bash[28699]: audit 2023-12-07T23:31:34.645686+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:31:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:34 smithi079 bash[28699]: audit 2023-12-07T23:31:34.647613+0000 mon.a (mon.0) 2540 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:31:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:34 smithi079 bash[28699]: audit 2023-12-07T23:31:34.656749+0000 mon.a (mon.0) 2541 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:31:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:34 smithi194 bash[32038]: audit 2023-12-07T23:31:34.645686+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:31:35.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:34 smithi194 bash[32038]: audit 2023-12-07T23:31:34.647613+0000 mon.a (mon.0) 2540 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:31:35.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:34 smithi194 bash[32038]: audit 2023-12-07T23:31:34.656749+0000 mon.a (mon.0) 2541 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:31:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:34 smithi135 bash[32435]: audit 2023-12-07T23:31:34.645686+0000 mon.a (mon.0) 2539 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:31:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:34 smithi135 bash[32435]: audit 2023-12-07T23:31:34.647613+0000 mon.a (mon.0) 2540 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:31:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:34 smithi135 bash[32435]: audit 2023-12-07T23:31:34.656749+0000 mon.a (mon.0) 2541 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:31:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:35 smithi079 bash[28699]: cluster 2023-12-07T23:31:35.146664+0000 mgr.a (mgr.14403) 15133 : cluster 0 pgmap v11298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:35 smithi194 bash[32038]: cluster 2023-12-07T23:31:35.146664+0000 mgr.a (mgr.14403) 15133 : cluster 0 pgmap v11298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:35 smithi135 bash[32435]: cluster 2023-12-07T23:31:35.146664+0000 mgr.a (mgr.14403) 15133 : cluster 0 pgmap v11298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:31:37.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:31:37.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:37.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:38 smithi135 bash[32435]: cluster 2023-12-07T23:31:37.147234+0000 mgr.a (mgr.14403) 15134 : cluster 0 pgmap v11299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:38.484 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:31:38.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:38.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:38.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:38.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:31:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:38 smithi079 bash[28699]: cluster 2023-12-07T23:31:37.147234+0000 mgr.a (mgr.14403) 15134 : cluster 0 pgmap v11299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:38 smithi194 bash[32038]: cluster 2023-12-07T23:31:37.147234+0000 mgr.a (mgr.14403) 15134 : cluster 0 pgmap v11299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:39 smithi079 bash[28699]: audit 2023-12-07T23:31:37.956925+0000 mgr.a (mgr.14403) 15135 : audit 0 from='client.303606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:39.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:39 smithi194 bash[32038]: audit 2023-12-07T23:31:37.956925+0000 mgr.a (mgr.14403) 15135 : audit 0 from='client.303606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:39 smithi135 bash[32435]: audit 2023-12-07T23:31:37.956925+0000 mgr.a (mgr.14403) 15135 : audit 0 from='client.303606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:40 smithi079 bash[28699]: cluster 2023-12-07T23:31:39.148213+0000 mgr.a (mgr.14403) 15136 : cluster 0 pgmap v11300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:31:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:40 smithi194 bash[32038]: cluster 2023-12-07T23:31:39.148213+0000 mgr.a (mgr.14403) 15136 : cluster 0 pgmap v11300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:31:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:40 smithi135 bash[32435]: cluster 2023-12-07T23:31:39.148213+0000 mgr.a (mgr.14403) 15136 : cluster 0 pgmap v11300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:31:42.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:41 smithi079 bash[28699]: cluster 2023-12-07T23:31:41.148832+0000 mgr.a (mgr.14403) 15137 : cluster 0 pgmap v11301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:31:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:41 smithi194 bash[32038]: cluster 2023-12-07T23:31:41.148832+0000 mgr.a (mgr.14403) 15137 : cluster 0 pgmap v11301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:31:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:41 smithi135 bash[32435]: cluster 2023-12-07T23:31:41.148832+0000 mgr.a (mgr.14403) 15137 : cluster 0 pgmap v11301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:31:43.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:31:43.487 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:43.487 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:44.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:44.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:44.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:44.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:31:44.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:31:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:44 smithi135 bash[32435]: cluster 2023-12-07T23:31:43.149370+0000 mgr.a (mgr.14403) 15138 : cluster 0 pgmap v11302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:31:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:44 smithi135 bash[32435]: audit 2023-12-07T23:31:43.892934+0000 mgr.a (mgr.14403) 15139 : audit 0 from='client.303681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:44 smithi079 bash[28699]: cluster 2023-12-07T23:31:43.149370+0000 mgr.a (mgr.14403) 15138 : cluster 0 pgmap v11302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:31:44.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:44 smithi079 bash[28699]: audit 2023-12-07T23:31:43.892934+0000 mgr.a (mgr.14403) 15139 : audit 0 from='client.303681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:44 smithi194 bash[32038]: cluster 2023-12-07T23:31:43.149370+0000 mgr.a (mgr.14403) 15138 : cluster 0 pgmap v11302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:31:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:44 smithi194 bash[32038]: audit 2023-12-07T23:31:43.892934+0000 mgr.a (mgr.14403) 15139 : audit 0 from='client.303681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:46 smithi079 bash[28699]: cluster 2023-12-07T23:31:45.150363+0000 mgr.a (mgr.14403) 15140 : cluster 0 pgmap v11303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:46 smithi194 bash[32038]: cluster 2023-12-07T23:31:45.150363+0000 mgr.a (mgr.14403) 15140 : cluster 0 pgmap v11303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:46 smithi135 bash[32435]: cluster 2023-12-07T23:31:45.150363+0000 mgr.a (mgr.14403) 15140 : cluster 0 pgmap v11303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:48.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:48 smithi079 bash[28699]: cluster 2023-12-07T23:31:47.150902+0000 mgr.a (mgr.14403) 15141 : cluster 0 pgmap v11304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:48 smithi194 bash[32038]: cluster 2023-12-07T23:31:47.150902+0000 mgr.a (mgr.14403) 15141 : cluster 0 pgmap v11304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:48 smithi135 bash[32435]: cluster 2023-12-07T23:31:47.150902+0000 mgr.a (mgr.14403) 15141 : cluster 0 pgmap v11304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:31:49.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:31:49.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:49.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:50.291 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:31:50.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:50.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:50.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:50.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:31:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:50 smithi079 bash[28699]: cluster 2023-12-07T23:31:49.151570+0000 mgr.a (mgr.14403) 15142 : cluster 0 pgmap v11305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:50 smithi079 bash[28699]: audit 2023-12-07T23:31:49.771142+0000 mgr.a (mgr.14403) 15143 : audit 0 from='client.303759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:50 smithi194 bash[32038]: cluster 2023-12-07T23:31:49.151570+0000 mgr.a (mgr.14403) 15142 : cluster 0 pgmap v11305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:50 smithi194 bash[32038]: audit 2023-12-07T23:31:49.771142+0000 mgr.a (mgr.14403) 15143 : audit 0 from='client.303759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:50 smithi135 bash[32435]: cluster 2023-12-07T23:31:49.151570+0000 mgr.a (mgr.14403) 15142 : cluster 0 pgmap v11305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:50 smithi135 bash[32435]: audit 2023-12-07T23:31:49.771142+0000 mgr.a (mgr.14403) 15143 : audit 0 from='client.303759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:51 smithi079 bash[28699]: cluster 2023-12-07T23:31:51.152209+0000 mgr.a (mgr.14403) 15144 : cluster 0 pgmap v11306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:31:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:51 smithi194 bash[32038]: cluster 2023-12-07T23:31:51.152209+0000 mgr.a (mgr.14403) 15144 : cluster 0 pgmap v11306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:31:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:51 smithi135 bash[32435]: cluster 2023-12-07T23:31:51.152209+0000 mgr.a (mgr.14403) 15144 : cluster 0 pgmap v11306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:31:54.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:54 smithi079 bash[28699]: cluster 2023-12-07T23:31:53.152796+0000 mgr.a (mgr.14403) 15145 : cluster 0 pgmap v11307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:31:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:54 smithi194 bash[32038]: cluster 2023-12-07T23:31:53.152796+0000 mgr.a (mgr.14403) 15145 : cluster 0 pgmap v11307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:31:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:54 smithi135 bash[32435]: cluster 2023-12-07T23:31:53.152796+0000 mgr.a (mgr.14403) 15145 : cluster 0 pgmap v11307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:31:55.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:31:55.293 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:31:55.293 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:31:56.205 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:31:56.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:31:56.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:31:56.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:31:56.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:31:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:56 smithi079 bash[28699]: cluster 2023-12-07T23:31:55.153581+0000 mgr.a (mgr.14403) 15146 : cluster 0 pgmap v11308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:31:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:56 smithi079 bash[28699]: audit 2023-12-07T23:31:55.688610+0000 mgr.a (mgr.14403) 15147 : audit 0 from='client.303834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:56 smithi194 bash[32038]: cluster 2023-12-07T23:31:55.153581+0000 mgr.a (mgr.14403) 15146 : cluster 0 pgmap v11308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:31:56.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:56 smithi194 bash[32038]: audit 2023-12-07T23:31:55.688610+0000 mgr.a (mgr.14403) 15147 : audit 0 from='client.303834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:56 smithi135 bash[32435]: cluster 2023-12-07T23:31:55.153581+0000 mgr.a (mgr.14403) 15146 : cluster 0 pgmap v11308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:31:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:56 smithi135 bash[32435]: audit 2023-12-07T23:31:55.688610+0000 mgr.a (mgr.14403) 15147 : audit 0 from='client.303834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:31:58.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:31:58 smithi079 bash[28699]: cluster 2023-12-07T23:31:57.154247+0000 mgr.a (mgr.14403) 15148 : cluster 0 pgmap v11309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:31:58 smithi194 bash[32038]: cluster 2023-12-07T23:31:57.154247+0000 mgr.a (mgr.14403) 15148 : cluster 0 pgmap v11309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:31:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:31:58 smithi135 bash[32435]: cluster 2023-12-07T23:31:57.154247+0000 mgr.a (mgr.14403) 15148 : cluster 0 pgmap v11309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:00.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:00 smithi079 bash[28699]: cluster 2023-12-07T23:31:59.155072+0000 mgr.a (mgr.14403) 15149 : cluster 0 pgmap v11310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:00 smithi194 bash[32038]: cluster 2023-12-07T23:31:59.155072+0000 mgr.a (mgr.14403) 15149 : cluster 0 pgmap v11310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:00 smithi135 bash[32435]: cluster 2023-12-07T23:31:59.155072+0000 mgr.a (mgr.14403) 15149 : cluster 0 pgmap v11310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:01.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:32:01.209 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:01.209 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:02.134 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:32:02.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:02.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:02.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:02.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:32:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:01 smithi079 bash[28699]: cluster 2023-12-07T23:32:01.155552+0000 mgr.a (mgr.14403) 15150 : cluster 0 pgmap v11311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:01 smithi079 bash[28699]: audit 2023-12-07T23:32:01.620179+0000 mgr.a (mgr.14403) 15151 : audit 0 from='client.303903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:01 smithi194 bash[32038]: cluster 2023-12-07T23:32:01.155552+0000 mgr.a (mgr.14403) 15150 : cluster 0 pgmap v11311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:01 smithi194 bash[32038]: audit 2023-12-07T23:32:01.620179+0000 mgr.a (mgr.14403) 15151 : audit 0 from='client.303903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:01 smithi135 bash[32435]: cluster 2023-12-07T23:32:01.155552+0000 mgr.a (mgr.14403) 15150 : cluster 0 pgmap v11311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:01 smithi135 bash[32435]: audit 2023-12-07T23:32:01.620179+0000 mgr.a (mgr.14403) 15151 : audit 0 from='client.303903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:04 smithi079 bash[28699]: cluster 2023-12-07T23:32:03.156305+0000 mgr.a (mgr.14403) 15152 : cluster 0 pgmap v11312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:04 smithi194 bash[32038]: cluster 2023-12-07T23:32:03.156305+0000 mgr.a (mgr.14403) 15152 : cluster 0 pgmap v11312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:04 smithi135 bash[32435]: cluster 2023-12-07T23:32:03.156305+0000 mgr.a (mgr.14403) 15152 : cluster 0 pgmap v11312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:06 smithi079 bash[28699]: cluster 2023-12-07T23:32:05.157122+0000 mgr.a (mgr.14403) 15153 : cluster 0 pgmap v11313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:06 smithi194 bash[32038]: cluster 2023-12-07T23:32:05.157122+0000 mgr.a (mgr.14403) 15153 : cluster 0 pgmap v11313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:06 smithi135 bash[32435]: cluster 2023-12-07T23:32:05.157122+0000 mgr.a (mgr.14403) 15153 : cluster 0 pgmap v11313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:07.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:32:07.138 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:07.138 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:08.055 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:32:08.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:08.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:08.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:08.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:32:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:08 smithi079 bash[28699]: cluster 2023-12-07T23:32:07.157777+0000 mgr.a (mgr.14403) 15154 : cluster 0 pgmap v11314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:08 smithi079 bash[28699]: audit 2023-12-07T23:32:07.537546+0000 mgr.a (mgr.14403) 15155 : audit 0 from='client.303981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:08 smithi194 bash[32038]: cluster 2023-12-07T23:32:07.157777+0000 mgr.a (mgr.14403) 15154 : cluster 0 pgmap v11314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:08 smithi194 bash[32038]: audit 2023-12-07T23:32:07.537546+0000 mgr.a (mgr.14403) 15155 : audit 0 from='client.303981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:08 smithi135 bash[32435]: cluster 2023-12-07T23:32:07.157777+0000 mgr.a (mgr.14403) 15154 : cluster 0 pgmap v11314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:08 smithi135 bash[32435]: audit 2023-12-07T23:32:07.537546+0000 mgr.a (mgr.14403) 15155 : audit 0 from='client.303981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:10 smithi079 bash[28699]: cluster 2023-12-07T23:32:09.158656+0000 mgr.a (mgr.14403) 15156 : cluster 0 pgmap v11315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:10.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:10 smithi194 bash[32038]: cluster 2023-12-07T23:32:09.158656+0000 mgr.a (mgr.14403) 15156 : cluster 0 pgmap v11315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:10 smithi135 bash[32435]: cluster 2023-12-07T23:32:09.158656+0000 mgr.a (mgr.14403) 15156 : cluster 0 pgmap v11315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:11 smithi079 bash[28699]: cluster 2023-12-07T23:32:11.159191+0000 mgr.a (mgr.14403) 15157 : cluster 0 pgmap v11316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:12.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:11 smithi194 bash[32038]: cluster 2023-12-07T23:32:11.159191+0000 mgr.a (mgr.14403) 15157 : cluster 0 pgmap v11316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:11 smithi135 bash[32435]: cluster 2023-12-07T23:32:11.159191+0000 mgr.a (mgr.14403) 15157 : cluster 0 pgmap v11316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:13.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:32:13.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:13.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:13.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:13.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:13.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:13.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:32:13.965 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:32:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:14 smithi079 bash[28699]: cluster 2023-12-07T23:32:13.159760+0000 mgr.a (mgr.14403) 15158 : cluster 0 pgmap v11317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:14 smithi079 bash[28699]: audit 2023-12-07T23:32:13.468444+0000 mgr.a (mgr.14403) 15159 : audit 0 from='client.304056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:14.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:14 smithi194 bash[32038]: cluster 2023-12-07T23:32:13.159760+0000 mgr.a (mgr.14403) 15158 : cluster 0 pgmap v11317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:14.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:14 smithi194 bash[32038]: audit 2023-12-07T23:32:13.468444+0000 mgr.a (mgr.14403) 15159 : audit 0 from='client.304056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:14.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:14 smithi135 bash[32435]: cluster 2023-12-07T23:32:13.159760+0000 mgr.a (mgr.14403) 15158 : cluster 0 pgmap v11317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:14.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:14 smithi135 bash[32435]: audit 2023-12-07T23:32:13.468444+0000 mgr.a (mgr.14403) 15159 : audit 0 from='client.304056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:16 smithi079 bash[28699]: cluster 2023-12-07T23:32:15.160776+0000 mgr.a (mgr.14403) 15160 : cluster 0 pgmap v11318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:16.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:16 smithi194 bash[32038]: cluster 2023-12-07T23:32:15.160776+0000 mgr.a (mgr.14403) 15160 : cluster 0 pgmap v11318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:16 smithi135 bash[32435]: cluster 2023-12-07T23:32:15.160776+0000 mgr.a (mgr.14403) 15160 : cluster 0 pgmap v11318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:18 smithi079 bash[28699]: cluster 2023-12-07T23:32:17.161371+0000 mgr.a (mgr.14403) 15161 : cluster 0 pgmap v11319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:18.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:18 smithi194 bash[32038]: cluster 2023-12-07T23:32:17.161371+0000 mgr.a (mgr.14403) 15161 : cluster 0 pgmap v11319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:18 smithi135 bash[32435]: cluster 2023-12-07T23:32:17.161371+0000 mgr.a (mgr.14403) 15161 : cluster 0 pgmap v11319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:18.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:32:18.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:18.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:19.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:19.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:19.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:19.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:32:19.903 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:32:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:20 smithi079 bash[28699]: cluster 2023-12-07T23:32:19.162117+0000 mgr.a (mgr.14403) 15162 : cluster 0 pgmap v11320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:20 smithi079 bash[28699]: audit 2023-12-07T23:32:19.375785+0000 mgr.a (mgr.14403) 15163 : audit 0 from='client.304131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:20 smithi194 bash[32038]: cluster 2023-12-07T23:32:19.162117+0000 mgr.a (mgr.14403) 15162 : cluster 0 pgmap v11320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:20 smithi194 bash[32038]: audit 2023-12-07T23:32:19.375785+0000 mgr.a (mgr.14403) 15163 : audit 0 from='client.304131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:20 smithi135 bash[32435]: cluster 2023-12-07T23:32:19.162117+0000 mgr.a (mgr.14403) 15162 : cluster 0 pgmap v11320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:20 smithi135 bash[32435]: audit 2023-12-07T23:32:19.375785+0000 mgr.a (mgr.14403) 15163 : audit 0 from='client.304131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:21 smithi079 bash[28699]: cluster 2023-12-07T23:32:21.162913+0000 mgr.a (mgr.14403) 15164 : cluster 0 pgmap v11321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:22.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:21 smithi194 bash[32038]: cluster 2023-12-07T23:32:21.162913+0000 mgr.a (mgr.14403) 15164 : cluster 0 pgmap v11321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:22.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:21 smithi135 bash[32435]: cluster 2023-12-07T23:32:21.162913+0000 mgr.a (mgr.14403) 15164 : cluster 0 pgmap v11321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:24 smithi079 bash[28699]: cluster 2023-12-07T23:32:23.163626+0000 mgr.a (mgr.14403) 15165 : cluster 0 pgmap v11322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:24.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:24 smithi194 bash[32038]: cluster 2023-12-07T23:32:23.163626+0000 mgr.a (mgr.14403) 15165 : cluster 0 pgmap v11322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:24 smithi135 bash[32435]: cluster 2023-12-07T23:32:23.163626+0000 mgr.a (mgr.14403) 15165 : cluster 0 pgmap v11322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:24.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:32:24.906 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:24.907 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:25.818 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:32:25.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:25.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:25.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:25.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:32:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:26 smithi079 bash[28699]: cluster 2023-12-07T23:32:25.164206+0000 mgr.a (mgr.14403) 15166 : cluster 0 pgmap v11323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:26 smithi079 bash[28699]: audit 2023-12-07T23:32:25.313116+0000 mgr.a (mgr.14403) 15167 : audit 0 from='client.304209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:26 smithi194 bash[32038]: cluster 2023-12-07T23:32:25.164206+0000 mgr.a (mgr.14403) 15166 : cluster 0 pgmap v11323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:26 smithi194 bash[32038]: audit 2023-12-07T23:32:25.313116+0000 mgr.a (mgr.14403) 15167 : audit 0 from='client.304209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:26 smithi135 bash[32435]: cluster 2023-12-07T23:32:25.164206+0000 mgr.a (mgr.14403) 15166 : cluster 0 pgmap v11323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:26 smithi135 bash[32435]: audit 2023-12-07T23:32:25.313116+0000 mgr.a (mgr.14403) 15167 : audit 0 from='client.304209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:28 smithi079 bash[28699]: cluster 2023-12-07T23:32:27.164823+0000 mgr.a (mgr.14403) 15168 : cluster 0 pgmap v11324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:28.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:28 smithi194 bash[32038]: cluster 2023-12-07T23:32:27.164823+0000 mgr.a (mgr.14403) 15168 : cluster 0 pgmap v11324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:28 smithi135 bash[32435]: cluster 2023-12-07T23:32:27.164823+0000 mgr.a (mgr.14403) 15168 : cluster 0 pgmap v11324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:30 smithi079 bash[28699]: cluster 2023-12-07T23:32:29.165606+0000 mgr.a (mgr.14403) 15169 : cluster 0 pgmap v11325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:30 smithi194 bash[32038]: cluster 2023-12-07T23:32:29.165606+0000 mgr.a (mgr.14403) 15169 : cluster 0 pgmap v11325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:30 smithi135 bash[32435]: cluster 2023-12-07T23:32:29.165606+0000 mgr.a (mgr.14403) 15169 : cluster 0 pgmap v11325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:30.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:32:30.821 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:30.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:31.754 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:32:31.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:31.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:31.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:31.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:32:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:31 smithi079 bash[28699]: cluster 2023-12-07T23:32:31.166138+0000 mgr.a (mgr.14403) 15170 : cluster 0 pgmap v11326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:31 smithi079 bash[28699]: audit 2023-12-07T23:32:31.230866+0000 mgr.a (mgr.14403) 15171 : audit 0 from='client.304287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:31 smithi194 bash[32038]: cluster 2023-12-07T23:32:31.166138+0000 mgr.a (mgr.14403) 15170 : cluster 0 pgmap v11326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:31 smithi194 bash[32038]: audit 2023-12-07T23:32:31.230866+0000 mgr.a (mgr.14403) 15171 : audit 0 from='client.304287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:31 smithi135 bash[32435]: cluster 2023-12-07T23:32:31.166138+0000 mgr.a (mgr.14403) 15170 : cluster 0 pgmap v11326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:31 smithi135 bash[32435]: audit 2023-12-07T23:32:31.230866+0000 mgr.a (mgr.14403) 15171 : audit 0 from='client.304287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:34 smithi079 bash[28699]: cluster 2023-12-07T23:32:33.166780+0000 mgr.a (mgr.14403) 15172 : cluster 0 pgmap v11327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:34 smithi194 bash[32038]: cluster 2023-12-07T23:32:33.166780+0000 mgr.a (mgr.14403) 15172 : cluster 0 pgmap v11327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:34 smithi135 bash[32435]: cluster 2023-12-07T23:32:33.166780+0000 mgr.a (mgr.14403) 15172 : cluster 0 pgmap v11327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:35.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:35 smithi079 bash[28699]: audit 2023-12-07T23:32:34.760169+0000 mon.a (mon.0) 2542 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:32:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:35 smithi194 bash[32038]: audit 2023-12-07T23:32:34.760169+0000 mon.a (mon.0) 2542 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:32:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:35 smithi135 bash[32435]: audit 2023-12-07T23:32:34.760169+0000 mon.a (mon.0) 2542 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:32:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:36 smithi079 bash[28699]: cluster 2023-12-07T23:32:35.167351+0000 mgr.a (mgr.14403) 15173 : cluster 0 pgmap v11328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:36 smithi079 bash[28699]: audit 2023-12-07T23:32:35.505620+0000 mon.a (mon.0) 2543 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:32:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:36 smithi079 bash[28699]: audit 2023-12-07T23:32:35.507366+0000 mon.a (mon.0) 2544 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:32:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:36 smithi079 bash[28699]: audit 2023-12-07T23:32:35.517331+0000 mon.a (mon.0) 2545 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:32:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:36 smithi194 bash[32038]: cluster 2023-12-07T23:32:35.167351+0000 mgr.a (mgr.14403) 15173 : cluster 0 pgmap v11328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:36 smithi194 bash[32038]: audit 2023-12-07T23:32:35.505620+0000 mon.a (mon.0) 2543 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:32:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:36 smithi194 bash[32038]: audit 2023-12-07T23:32:35.507366+0000 mon.a (mon.0) 2544 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:32:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:36 smithi194 bash[32038]: audit 2023-12-07T23:32:35.517331+0000 mon.a (mon.0) 2545 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:32:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:36 smithi135 bash[32435]: cluster 2023-12-07T23:32:35.167351+0000 mgr.a (mgr.14403) 15173 : cluster 0 pgmap v11328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:36 smithi135 bash[32435]: audit 2023-12-07T23:32:35.505620+0000 mon.a (mon.0) 2543 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:32:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:36 smithi135 bash[32435]: audit 2023-12-07T23:32:35.507366+0000 mon.a (mon.0) 2544 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:32:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:36 smithi135 bash[32435]: audit 2023-12-07T23:32:35.517331+0000 mon.a (mon.0) 2545 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:32:36.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:32:36.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:36.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:37.685 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:32:37.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:37.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:37.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:37.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:32:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:38 smithi079 bash[28699]: cluster 2023-12-07T23:32:37.167854+0000 mgr.a (mgr.14403) 15174 : cluster 0 pgmap v11329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:38 smithi079 bash[28699]: audit 2023-12-07T23:32:37.171240+0000 mgr.a (mgr.14403) 15175 : audit 0 from='client.304362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:38.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:38 smithi194 bash[32038]: cluster 2023-12-07T23:32:37.167854+0000 mgr.a (mgr.14403) 15174 : cluster 0 pgmap v11329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:38.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:38 smithi194 bash[32038]: audit 2023-12-07T23:32:37.171240+0000 mgr.a (mgr.14403) 15175 : audit 0 from='client.304362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:38.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:38 smithi135 bash[32435]: cluster 2023-12-07T23:32:37.167854+0000 mgr.a (mgr.14403) 15174 : cluster 0 pgmap v11329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:38.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:38 smithi135 bash[32435]: audit 2023-12-07T23:32:37.171240+0000 mgr.a (mgr.14403) 15175 : audit 0 from='client.304362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:40.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:40 smithi079 bash[28699]: cluster 2023-12-07T23:32:39.168709+0000 mgr.a (mgr.14403) 15176 : cluster 0 pgmap v11330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:40.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:40 smithi194 bash[32038]: cluster 2023-12-07T23:32:39.168709+0000 mgr.a (mgr.14403) 15176 : cluster 0 pgmap v11330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:40 smithi135 bash[32435]: cluster 2023-12-07T23:32:39.168709+0000 mgr.a (mgr.14403) 15176 : cluster 0 pgmap v11330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:32:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:42 smithi079 bash[28699]: cluster 2023-12-07T23:32:41.169279+0000 mgr.a (mgr.14403) 15177 : cluster 0 pgmap v11331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:42.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:42 smithi194 bash[32038]: cluster 2023-12-07T23:32:41.169279+0000 mgr.a (mgr.14403) 15177 : cluster 0 pgmap v11331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:42 smithi135 bash[32435]: cluster 2023-12-07T23:32:41.169279+0000 mgr.a (mgr.14403) 15177 : cluster 0 pgmap v11331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:42.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:32:42.689 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:42.690 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:43.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:43.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:43.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:43.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:32:43.578 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:32:44.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:44 smithi079 bash[28699]: audit 2023-12-07T23:32:43.096537+0000 mgr.a (mgr.14403) 15178 : audit 0 from='client.304437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:44.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:44 smithi079 bash[28699]: cluster 2023-12-07T23:32:43.169785+0000 mgr.a (mgr.14403) 15179 : cluster 0 pgmap v11332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:44 smithi194 bash[32038]: audit 2023-12-07T23:32:43.096537+0000 mgr.a (mgr.14403) 15178 : audit 0 from='client.304437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:44 smithi194 bash[32038]: cluster 2023-12-07T23:32:43.169785+0000 mgr.a (mgr.14403) 15179 : cluster 0 pgmap v11332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:44.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:44 smithi135 bash[32435]: audit 2023-12-07T23:32:43.096537+0000 mgr.a (mgr.14403) 15178 : audit 0 from='client.304437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:44.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:44 smithi135 bash[32435]: cluster 2023-12-07T23:32:43.169785+0000 mgr.a (mgr.14403) 15179 : cluster 0 pgmap v11332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:46 smithi079 bash[28699]: cluster 2023-12-07T23:32:45.170630+0000 mgr.a (mgr.14403) 15180 : cluster 0 pgmap v11333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:32:46.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:46 smithi194 bash[32038]: cluster 2023-12-07T23:32:45.170630+0000 mgr.a (mgr.14403) 15180 : cluster 0 pgmap v11333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:32:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:46 smithi135 bash[32435]: cluster 2023-12-07T23:32:45.170630+0000 mgr.a (mgr.14403) 15180 : cluster 0 pgmap v11333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:32:48.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:32:48.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:48.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:48.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:48 smithi079 bash[28699]: cluster 2023-12-07T23:32:47.171182+0000 mgr.a (mgr.14403) 15181 : cluster 0 pgmap v11334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:32:48.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:48 smithi194 bash[32038]: cluster 2023-12-07T23:32:47.171182+0000 mgr.a (mgr.14403) 15181 : cluster 0 pgmap v11334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:32:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:48 smithi135 bash[32435]: cluster 2023-12-07T23:32:47.171182+0000 mgr.a (mgr.14403) 15181 : cluster 0 pgmap v11334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:32:49.512 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:32:49.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:49.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:49.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:49.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:32:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:50 smithi079 bash[28699]: audit 2023-12-07T23:32:48.979897+0000 mgr.a (mgr.14403) 15182 : audit 0 from='client.304512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:50 smithi079 bash[28699]: cluster 2023-12-07T23:32:49.172418+0000 mgr.a (mgr.14403) 15183 : cluster 0 pgmap v11335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:50 smithi194 bash[32038]: audit 2023-12-07T23:32:48.979897+0000 mgr.a (mgr.14403) 15182 : audit 0 from='client.304512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:50 smithi194 bash[32038]: cluster 2023-12-07T23:32:49.172418+0000 mgr.a (mgr.14403) 15183 : cluster 0 pgmap v11335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:50 smithi135 bash[32435]: audit 2023-12-07T23:32:48.979897+0000 mgr.a (mgr.14403) 15182 : audit 0 from='client.304512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:50 smithi135 bash[32435]: cluster 2023-12-07T23:32:49.172418+0000 mgr.a (mgr.14403) 15183 : cluster 0 pgmap v11335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:52 smithi079 bash[28699]: cluster 2023-12-07T23:32:51.173062+0000 mgr.a (mgr.14403) 15184 : cluster 0 pgmap v11336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:52.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:52 smithi194 bash[32038]: cluster 2023-12-07T23:32:51.173062+0000 mgr.a (mgr.14403) 15184 : cluster 0 pgmap v11336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:52 smithi135 bash[32435]: cluster 2023-12-07T23:32:51.173062+0000 mgr.a (mgr.14403) 15184 : cluster 0 pgmap v11336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:54.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:32:54.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:32:54.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:32:54.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:54 smithi079 bash[28699]: cluster 2023-12-07T23:32:53.173616+0000 mgr.a (mgr.14403) 15185 : cluster 0 pgmap v11337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:54.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:54 smithi194 bash[32038]: cluster 2023-12-07T23:32:53.173616+0000 mgr.a (mgr.14403) 15185 : cluster 0 pgmap v11337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:54.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:54 smithi135 bash[32435]: cluster 2023-12-07T23:32:53.173616+0000 mgr.a (mgr.14403) 15185 : cluster 0 pgmap v11337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:32:55.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:32:55.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:32:55.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:32:55.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:32:55.465 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:32:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:56 smithi079 bash[28699]: audit 2023-12-07T23:32:54.922524+0000 mgr.a (mgr.14403) 15186 : audit 0 from='client.304587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:56 smithi079 bash[28699]: cluster 2023-12-07T23:32:55.174394+0000 mgr.a (mgr.14403) 15187 : cluster 0 pgmap v11338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:56.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:56 smithi194 bash[32038]: audit 2023-12-07T23:32:54.922524+0000 mgr.a (mgr.14403) 15186 : audit 0 from='client.304587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:56.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:56 smithi194 bash[32038]: cluster 2023-12-07T23:32:55.174394+0000 mgr.a (mgr.14403) 15187 : cluster 0 pgmap v11338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:56.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:56 smithi135 bash[32435]: audit 2023-12-07T23:32:54.922524+0000 mgr.a (mgr.14403) 15186 : audit 0 from='client.304587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:32:56.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:56 smithi135 bash[32435]: cluster 2023-12-07T23:32:55.174394+0000 mgr.a (mgr.14403) 15187 : cluster 0 pgmap v11338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:32:58.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:32:58 smithi079 bash[28699]: cluster 2023-12-07T23:32:57.175081+0000 mgr.a (mgr.14403) 15188 : cluster 0 pgmap v11339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:32:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:32:58 smithi194 bash[32038]: cluster 2023-12-07T23:32:57.175081+0000 mgr.a (mgr.14403) 15188 : cluster 0 pgmap v11339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:32:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:32:58 smithi135 bash[32435]: cluster 2023-12-07T23:32:57.175081+0000 mgr.a (mgr.14403) 15188 : cluster 0 pgmap v11339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:33:00.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:33:00.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:00.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:00.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:00 smithi079 bash[28699]: cluster 2023-12-07T23:32:59.175828+0000 mgr.a (mgr.14403) 15189 : cluster 0 pgmap v11340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:33:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:00 smithi194 bash[32038]: cluster 2023-12-07T23:32:59.175828+0000 mgr.a (mgr.14403) 15189 : cluster 0 pgmap v11340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:33:00.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:00 smithi135 bash[32435]: cluster 2023-12-07T23:32:59.175828+0000 mgr.a (mgr.14403) 15189 : cluster 0 pgmap v11340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:33:01.378 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:33:01.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:01.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:01.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:01.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:33:01.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:01 smithi079 bash[28699]: audit 2023-12-07T23:33:00.875052+0000 mgr.a (mgr.14403) 15190 : audit 0 from='client.304665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:01.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:01 smithi194 bash[32038]: audit 2023-12-07T23:33:00.875052+0000 mgr.a (mgr.14403) 15190 : audit 0 from='client.304665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:01.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:01 smithi135 bash[32435]: audit 2023-12-07T23:33:00.875052+0000 mgr.a (mgr.14403) 15190 : audit 0 from='client.304665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:02 smithi079 bash[28699]: cluster 2023-12-07T23:33:01.176608+0000 mgr.a (mgr.14403) 15191 : cluster 0 pgmap v11341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:02.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:02 smithi194 bash[32038]: cluster 2023-12-07T23:33:01.176608+0000 mgr.a (mgr.14403) 15191 : cluster 0 pgmap v11341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:02 smithi135 bash[32435]: cluster 2023-12-07T23:33:01.176608+0000 mgr.a (mgr.14403) 15191 : cluster 0 pgmap v11341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:04 smithi079 bash[28699]: cluster 2023-12-07T23:33:03.177302+0000 mgr.a (mgr.14403) 15192 : cluster 0 pgmap v11342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:04.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:04 smithi194 bash[32038]: cluster 2023-12-07T23:33:03.177302+0000 mgr.a (mgr.14403) 15192 : cluster 0 pgmap v11342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:04 smithi135 bash[32435]: cluster 2023-12-07T23:33:03.177302+0000 mgr.a (mgr.14403) 15192 : cluster 0 pgmap v11342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:06.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:33:06.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:06.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:06 smithi079 bash[28699]: cluster 2023-12-07T23:33:05.178287+0000 mgr.a (mgr.14403) 15193 : cluster 0 pgmap v11343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:06.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:06 smithi194 bash[32038]: cluster 2023-12-07T23:33:05.178287+0000 mgr.a (mgr.14403) 15193 : cluster 0 pgmap v11343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:06 smithi135 bash[32435]: cluster 2023-12-07T23:33:05.178287+0000 mgr.a (mgr.14403) 15193 : cluster 0 pgmap v11343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:07.296 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:33:07.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:07.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:07.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:07.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:33:07.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:07 smithi079 bash[28699]: audit 2023-12-07T23:33:06.785101+0000 mgr.a (mgr.14403) 15194 : audit 0 from='client.304740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:07.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:07 smithi194 bash[32038]: audit 2023-12-07T23:33:06.785101+0000 mgr.a (mgr.14403) 15194 : audit 0 from='client.304740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:07.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:07 smithi135 bash[32435]: audit 2023-12-07T23:33:06.785101+0000 mgr.a (mgr.14403) 15194 : audit 0 from='client.304740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:08 smithi079 bash[28699]: cluster 2023-12-07T23:33:07.179104+0000 mgr.a (mgr.14403) 15195 : cluster 0 pgmap v11344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:08 smithi194 bash[32038]: cluster 2023-12-07T23:33:07.179104+0000 mgr.a (mgr.14403) 15195 : cluster 0 pgmap v11344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:08 smithi135 bash[32435]: cluster 2023-12-07T23:33:07.179104+0000 mgr.a (mgr.14403) 15195 : cluster 0 pgmap v11344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:10 smithi079 bash[28699]: cluster 2023-12-07T23:33:09.179863+0000 mgr.a (mgr.14403) 15196 : cluster 0 pgmap v11345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:10.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:10 smithi194 bash[32038]: cluster 2023-12-07T23:33:09.179863+0000 mgr.a (mgr.14403) 15196 : cluster 0 pgmap v11345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:10 smithi135 bash[32435]: cluster 2023-12-07T23:33:09.179863+0000 mgr.a (mgr.14403) 15196 : cluster 0 pgmap v11345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:12.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:33:12.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:12.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:12 smithi079 bash[28699]: cluster 2023-12-07T23:33:11.180375+0000 mgr.a (mgr.14403) 15197 : cluster 0 pgmap v11346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:12.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:12 smithi194 bash[32038]: cluster 2023-12-07T23:33:11.180375+0000 mgr.a (mgr.14403) 15197 : cluster 0 pgmap v11346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:12 smithi135 bash[32435]: cluster 2023-12-07T23:33:11.180375+0000 mgr.a (mgr.14403) 15197 : cluster 0 pgmap v11346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:13.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:13.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:13.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:13.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:33:13.218 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:33:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:13 smithi079 bash[28699]: audit 2023-12-07T23:33:12.702580+0000 mgr.a (mgr.14403) 15198 : audit 0 from='client.304818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:13 smithi194 bash[32038]: audit 2023-12-07T23:33:12.702580+0000 mgr.a (mgr.14403) 15198 : audit 0 from='client.304818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:13 smithi135 bash[32435]: audit 2023-12-07T23:33:12.702580+0000 mgr.a (mgr.14403) 15198 : audit 0 from='client.304818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:14 smithi079 bash[28699]: cluster 2023-12-07T23:33:13.180819+0000 mgr.a (mgr.14403) 15199 : cluster 0 pgmap v11347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:14.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:14 smithi194 bash[32038]: cluster 2023-12-07T23:33:13.180819+0000 mgr.a (mgr.14403) 15199 : cluster 0 pgmap v11347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:14 smithi135 bash[32435]: cluster 2023-12-07T23:33:13.180819+0000 mgr.a (mgr.14403) 15199 : cluster 0 pgmap v11347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:16 smithi079 bash[28699]: cluster 2023-12-07T23:33:15.181617+0000 mgr.a (mgr.14403) 15200 : cluster 0 pgmap v11348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:16.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:16 smithi194 bash[32038]: cluster 2023-12-07T23:33:15.181617+0000 mgr.a (mgr.14403) 15200 : cluster 0 pgmap v11348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:16 smithi135 bash[32435]: cluster 2023-12-07T23:33:15.181617+0000 mgr.a (mgr.14403) 15200 : cluster 0 pgmap v11348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:18.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:33:18.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:18.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:18 smithi079 bash[28699]: cluster 2023-12-07T23:33:17.182179+0000 mgr.a (mgr.14403) 15201 : cluster 0 pgmap v11349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:18.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:18 smithi194 bash[32038]: cluster 2023-12-07T23:33:17.182179+0000 mgr.a (mgr.14403) 15201 : cluster 0 pgmap v11349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:18 smithi135 bash[32435]: cluster 2023-12-07T23:33:17.182179+0000 mgr.a (mgr.14403) 15201 : cluster 0 pgmap v11349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:19.150 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:33:19.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:19.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:19.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:19.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:33:19.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:19 smithi079 bash[28699]: audit 2023-12-07T23:33:18.631822+0000 mgr.a (mgr.14403) 15202 : audit 0 from='client.304893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:19.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:19 smithi194 bash[32038]: audit 2023-12-07T23:33:18.631822+0000 mgr.a (mgr.14403) 15202 : audit 0 from='client.304893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:19 smithi135 bash[32435]: audit 2023-12-07T23:33:18.631822+0000 mgr.a (mgr.14403) 15202 : audit 0 from='client.304893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:20 smithi079 bash[28699]: cluster 2023-12-07T23:33:19.183292+0000 mgr.a (mgr.14403) 15203 : cluster 0 pgmap v11350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:20 smithi194 bash[32038]: cluster 2023-12-07T23:33:19.183292+0000 mgr.a (mgr.14403) 15203 : cluster 0 pgmap v11350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:20 smithi135 bash[32435]: cluster 2023-12-07T23:33:19.183292+0000 mgr.a (mgr.14403) 15203 : cluster 0 pgmap v11350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:22 smithi079 bash[28699]: cluster 2023-12-07T23:33:21.183819+0000 mgr.a (mgr.14403) 15204 : cluster 0 pgmap v11351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:22.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:22 smithi194 bash[32038]: cluster 2023-12-07T23:33:21.183819+0000 mgr.a (mgr.14403) 15204 : cluster 0 pgmap v11351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:22 smithi135 bash[32435]: cluster 2023-12-07T23:33:21.183819+0000 mgr.a (mgr.14403) 15204 : cluster 0 pgmap v11351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:24.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:33:24.153 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:24.153 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:24 smithi079 bash[28699]: cluster 2023-12-07T23:33:23.184455+0000 mgr.a (mgr.14403) 15205 : cluster 0 pgmap v11352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:24.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:24 smithi194 bash[32038]: cluster 2023-12-07T23:33:23.184455+0000 mgr.a (mgr.14403) 15205 : cluster 0 pgmap v11352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:24 smithi135 bash[32435]: cluster 2023-12-07T23:33:23.184455+0000 mgr.a (mgr.14403) 15205 : cluster 0 pgmap v11352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:25.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:25.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:25.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:25.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:33:25.080 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:33:25.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:25 smithi079 bash[28699]: audit 2023-12-07T23:33:24.552082+0000 mgr.a (mgr.14403) 15206 : audit 0 from='client.304971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:25.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:25 smithi194 bash[32038]: audit 2023-12-07T23:33:24.552082+0000 mgr.a (mgr.14403) 15206 : audit 0 from='client.304971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:25.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:25 smithi135 bash[32435]: audit 2023-12-07T23:33:24.552082+0000 mgr.a (mgr.14403) 15206 : audit 0 from='client.304971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:26 smithi079 bash[28699]: cluster 2023-12-07T23:33:25.185612+0000 mgr.a (mgr.14403) 15207 : cluster 0 pgmap v11353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:26 smithi194 bash[32038]: cluster 2023-12-07T23:33:25.185612+0000 mgr.a (mgr.14403) 15207 : cluster 0 pgmap v11353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:26 smithi135 bash[32435]: cluster 2023-12-07T23:33:25.185612+0000 mgr.a (mgr.14403) 15207 : cluster 0 pgmap v11353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:28 smithi079 bash[28699]: cluster 2023-12-07T23:33:27.186152+0000 mgr.a (mgr.14403) 15208 : cluster 0 pgmap v11354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:28.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:28 smithi194 bash[32038]: cluster 2023-12-07T23:33:27.186152+0000 mgr.a (mgr.14403) 15208 : cluster 0 pgmap v11354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:28 smithi135 bash[32435]: cluster 2023-12-07T23:33:27.186152+0000 mgr.a (mgr.14403) 15208 : cluster 0 pgmap v11354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:30.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:33:30.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:30.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:30 smithi079 bash[28699]: cluster 2023-12-07T23:33:29.186921+0000 mgr.a (mgr.14403) 15209 : cluster 0 pgmap v11355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:30.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:30 smithi194 bash[32038]: cluster 2023-12-07T23:33:29.186921+0000 mgr.a (mgr.14403) 15209 : cluster 0 pgmap v11355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:30 smithi135 bash[32435]: cluster 2023-12-07T23:33:29.186921+0000 mgr.a (mgr.14403) 15209 : cluster 0 pgmap v11355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:31.008 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:33:31.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:31.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:31.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:31.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:33:31.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:31 smithi079 bash[28699]: audit 2023-12-07T23:33:30.487010+0000 mgr.a (mgr.14403) 15210 : audit 0 from='client.305046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:31.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:31 smithi194 bash[32038]: audit 2023-12-07T23:33:30.487010+0000 mgr.a (mgr.14403) 15210 : audit 0 from='client.305046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:31.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:31 smithi135 bash[32435]: audit 2023-12-07T23:33:30.487010+0000 mgr.a (mgr.14403) 15210 : audit 0 from='client.305046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:32 smithi079 bash[28699]: cluster 2023-12-07T23:33:31.187672+0000 mgr.a (mgr.14403) 15211 : cluster 0 pgmap v11356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:32 smithi194 bash[32038]: cluster 2023-12-07T23:33:31.187672+0000 mgr.a (mgr.14403) 15211 : cluster 0 pgmap v11356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:32.754 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:32 smithi135 bash[32435]: cluster 2023-12-07T23:33:31.187672+0000 mgr.a (mgr.14403) 15211 : cluster 0 pgmap v11356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:34 smithi079 bash[28699]: cluster 2023-12-07T23:33:33.188275+0000 mgr.a (mgr.14403) 15212 : cluster 0 pgmap v11357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:34 smithi194 bash[32038]: cluster 2023-12-07T23:33:33.188275+0000 mgr.a (mgr.14403) 15212 : cluster 0 pgmap v11357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:34.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:34 smithi135 bash[32435]: cluster 2023-12-07T23:33:33.188275+0000 mgr.a (mgr.14403) 15212 : cluster 0 pgmap v11357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:36.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:33:36.011 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:36.011 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:36.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:36 smithi079 bash[28699]: cluster 2023-12-07T23:33:35.189056+0000 mgr.a (mgr.14403) 15213 : cluster 0 pgmap v11358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:36.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:36 smithi079 bash[28699]: audit 2023-12-07T23:33:35.621744+0000 mon.a (mon.0) 2546 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:33:36.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:36 smithi079 bash[28699]: audit 2023-12-07T23:33:36.145399+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:33:36.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:36 smithi079 bash[28699]: audit 2023-12-07T23:33:36.160145+0000 mon.a (mon.0) 2548 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:33:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:36 smithi194 bash[32038]: cluster 2023-12-07T23:33:35.189056+0000 mgr.a (mgr.14403) 15213 : cluster 0 pgmap v11358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:36 smithi194 bash[32038]: audit 2023-12-07T23:33:35.621744+0000 mon.a (mon.0) 2546 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:33:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:36 smithi194 bash[32038]: audit 2023-12-07T23:33:36.145399+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:33:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:36 smithi194 bash[32038]: audit 2023-12-07T23:33:36.160145+0000 mon.a (mon.0) 2548 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:33:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:36 smithi135 bash[32435]: cluster 2023-12-07T23:33:35.189056+0000 mgr.a (mgr.14403) 15213 : cluster 0 pgmap v11358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:36 smithi135 bash[32435]: audit 2023-12-07T23:33:35.621744+0000 mon.a (mon.0) 2546 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:33:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:36 smithi135 bash[32435]: audit 2023-12-07T23:33:36.145399+0000 mon.a (mon.0) 2547 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:33:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:36 smithi135 bash[32435]: audit 2023-12-07T23:33:36.160145+0000 mon.a (mon.0) 2548 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:33:36.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:36.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:36.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:36.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:33:36.910 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:33:37.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:37 smithi079 bash[28699]: audit 2023-12-07T23:33:36.422165+0000 mgr.a (mgr.14403) 15214 : audit 0 from='client.305121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:37 smithi079 bash[28699]: audit 2023-12-07T23:33:36.924572+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:33:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:37 smithi079 bash[28699]: audit 2023-12-07T23:33:36.926333+0000 mon.a (mon.0) 2550 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:33:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:37 smithi079 bash[28699]: audit 2023-12-07T23:33:36.936730+0000 mon.a (mon.0) 2551 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:33:37.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:37 smithi194 bash[32038]: audit 2023-12-07T23:33:36.422165+0000 mgr.a (mgr.14403) 15214 : audit 0 from='client.305121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:37.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:37 smithi194 bash[32038]: audit 2023-12-07T23:33:36.924572+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:33:37.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:37 smithi194 bash[32038]: audit 2023-12-07T23:33:36.926333+0000 mon.a (mon.0) 2550 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:33:37.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:37 smithi194 bash[32038]: audit 2023-12-07T23:33:36.936730+0000 mon.a (mon.0) 2551 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:33:37.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:37 smithi135 bash[32435]: audit 2023-12-07T23:33:36.422165+0000 mgr.a (mgr.14403) 15214 : audit 0 from='client.305121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:37.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:37 smithi135 bash[32435]: audit 2023-12-07T23:33:36.924572+0000 mon.a (mon.0) 2549 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:33:37.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:37 smithi135 bash[32435]: audit 2023-12-07T23:33:36.926333+0000 mon.a (mon.0) 2550 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:33:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:37 smithi135 bash[32435]: audit 2023-12-07T23:33:36.936730+0000 mon.a (mon.0) 2551 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:33:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:38 smithi194 bash[32038]: cluster 2023-12-07T23:33:37.189760+0000 mgr.a (mgr.14403) 15215 : cluster 0 pgmap v11359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:38 smithi135 bash[32435]: cluster 2023-12-07T23:33:37.189760+0000 mgr.a (mgr.14403) 15215 : cluster 0 pgmap v11359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:38 smithi079 bash[28699]: cluster 2023-12-07T23:33:37.189760+0000 mgr.a (mgr.14403) 15215 : cluster 0 pgmap v11359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:40 smithi194 bash[32038]: cluster 2023-12-07T23:33:39.190613+0000 mgr.a (mgr.14403) 15216 : cluster 0 pgmap v11360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:40 smithi135 bash[32435]: cluster 2023-12-07T23:33:39.190613+0000 mgr.a (mgr.14403) 15216 : cluster 0 pgmap v11360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:40 smithi079 bash[28699]: cluster 2023-12-07T23:33:39.190613+0000 mgr.a (mgr.14403) 15216 : cluster 0 pgmap v11360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:41.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:33:41.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:41.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:42 smithi079 bash[28699]: cluster 2023-12-07T23:33:41.191221+0000 mgr.a (mgr.14403) 15217 : cluster 0 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-07T23:33:42.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:42 smithi194 bash[32038]: cluster 2023-12-07T23:33:41.191221+0000 mgr.a (mgr.14403) 15217 : cluster 0 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-07T23:33:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:42 smithi135 bash[32435]: cluster 2023-12-07T23:33:41.191221+0000 mgr.a (mgr.14403) 15217 : cluster 0 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-07T23:33:42.814 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:33:42.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:42.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:42.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:42.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:33:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:43 smithi079 bash[28699]: audit 2023-12-07T23:33:42.316729+0000 mgr.a (mgr.14403) 15218 : audit 0 from='client.305196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:43 smithi194 bash[32038]: audit 2023-12-07T23:33:42.316729+0000 mgr.a (mgr.14403) 15218 : audit 0 from='client.305196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:43 smithi135 bash[32435]: audit 2023-12-07T23:33:42.316729+0000 mgr.a (mgr.14403) 15218 : audit 0 from='client.305196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:44 smithi079 bash[28699]: cluster 2023-12-07T23:33:43.191874+0000 mgr.a (mgr.14403) 15219 : cluster 0 pgmap v11362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:44.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:44 smithi194 bash[32038]: cluster 2023-12-07T23:33:43.191874+0000 mgr.a (mgr.14403) 15219 : cluster 0 pgmap v11362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:44 smithi135 bash[32435]: cluster 2023-12-07T23:33:43.191874+0000 mgr.a (mgr.14403) 15219 : cluster 0 pgmap v11362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:46 smithi079 bash[28699]: cluster 2023-12-07T23:33:45.192714+0000 mgr.a (mgr.14403) 15220 : cluster 0 pgmap v11363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:46.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:46 smithi194 bash[32038]: cluster 2023-12-07T23:33:45.192714+0000 mgr.a (mgr.14403) 15220 : cluster 0 pgmap v11363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:46 smithi135 bash[32435]: cluster 2023-12-07T23:33:45.192714+0000 mgr.a (mgr.14403) 15220 : cluster 0 pgmap v11363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:33:47.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:33:47.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:47.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:48.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:48 smithi079 bash[28699]: cluster 2023-12-07T23:33:47.193272+0000 mgr.a (mgr.14403) 15221 : cluster 0 pgmap v11364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:48.704 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:33:48.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:48.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:48.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:48.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:33:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:48 smithi194 bash[32038]: cluster 2023-12-07T23:33:47.193272+0000 mgr.a (mgr.14403) 15221 : cluster 0 pgmap v11364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:48.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:48 smithi135 bash[32435]: cluster 2023-12-07T23:33:47.193272+0000 mgr.a (mgr.14403) 15221 : cluster 0 pgmap v11364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:49.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:49 smithi079 bash[28699]: audit 2023-12-07T23:33:48.224131+0000 mgr.a (mgr.14403) 15222 : audit 0 from='client.305274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:49.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:49 smithi194 bash[32038]: audit 2023-12-07T23:33:48.224131+0000 mgr.a (mgr.14403) 15222 : audit 0 from='client.305274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:49.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:49 smithi135 bash[32435]: audit 2023-12-07T23:33:48.224131+0000 mgr.a (mgr.14403) 15222 : audit 0 from='client.305274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:50 smithi079 bash[28699]: cluster 2023-12-07T23:33:49.194329+0000 mgr.a (mgr.14403) 15223 : cluster 0 pgmap v11365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:33:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:50 smithi194 bash[32038]: cluster 2023-12-07T23:33:49.194329+0000 mgr.a (mgr.14403) 15223 : cluster 0 pgmap v11365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:33:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:50 smithi135 bash[32435]: cluster 2023-12-07T23:33:49.194329+0000 mgr.a (mgr.14403) 15223 : cluster 0 pgmap v11365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:33:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:52 smithi079 bash[28699]: cluster 2023-12-07T23:33:51.194902+0000 mgr.a (mgr.14403) 15224 : cluster 0 pgmap v11366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:33:52.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:52 smithi194 bash[32038]: cluster 2023-12-07T23:33:51.194902+0000 mgr.a (mgr.14403) 15224 : cluster 0 pgmap v11366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:33:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:52 smithi135 bash[32435]: cluster 2023-12-07T23:33:51.194902+0000 mgr.a (mgr.14403) 15224 : cluster 0 pgmap v11366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:33:53.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:33:53.707 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:53.707 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:33:54.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:33:54.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:33:54.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:33:54.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:33:54.639 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:33:54.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:54 smithi079 bash[28699]: cluster 2023-12-07T23:33:53.195475+0000 mgr.a (mgr.14403) 15225 : cluster 0 pgmap v11367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:33:54.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:54 smithi194 bash[32038]: cluster 2023-12-07T23:33:53.195475+0000 mgr.a (mgr.14403) 15225 : cluster 0 pgmap v11367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:33:54.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:54 smithi135 bash[32435]: cluster 2023-12-07T23:33:53.195475+0000 mgr.a (mgr.14403) 15225 : cluster 0 pgmap v11367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:33:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:55 smithi079 bash[28699]: audit 2023-12-07T23:33:54.122474+0000 mgr.a (mgr.14403) 15226 : audit 0 from='client.305352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:55.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:55 smithi194 bash[32038]: audit 2023-12-07T23:33:54.122474+0000 mgr.a (mgr.14403) 15226 : audit 0 from='client.305352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:55.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:55 smithi135 bash[32435]: audit 2023-12-07T23:33:54.122474+0000 mgr.a (mgr.14403) 15226 : audit 0 from='client.305352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:33:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:56 smithi079 bash[28699]: cluster 2023-12-07T23:33:55.196567+0000 mgr.a (mgr.14403) 15227 : cluster 0 pgmap v11368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:56.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:56 smithi194 bash[32038]: cluster 2023-12-07T23:33:55.196567+0000 mgr.a (mgr.14403) 15227 : cluster 0 pgmap v11368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:56.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:56 smithi135 bash[32435]: cluster 2023-12-07T23:33:55.196567+0000 mgr.a (mgr.14403) 15227 : cluster 0 pgmap v11368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:33:58.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:33:58 smithi079 bash[28699]: cluster 2023-12-07T23:33:57.197200+0000 mgr.a (mgr.14403) 15228 : cluster 0 pgmap v11369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:33:58 smithi194 bash[32038]: cluster 2023-12-07T23:33:57.197200+0000 mgr.a (mgr.14403) 15228 : cluster 0 pgmap v11369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:33:58 smithi135 bash[32435]: cluster 2023-12-07T23:33:57.197200+0000 mgr.a (mgr.14403) 15228 : cluster 0 pgmap v11369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:33:59.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:33:59.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:33:59.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:00.545 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:34:00.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:00.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:00.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:00.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:34:00.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:00 smithi079 bash[28699]: cluster 2023-12-07T23:33:59.197969+0000 mgr.a (mgr.14403) 15229 : cluster 0 pgmap v11370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:00.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:00 smithi194 bash[32038]: cluster 2023-12-07T23:33:59.197969+0000 mgr.a (mgr.14403) 15229 : cluster 0 pgmap v11370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:00.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:00 smithi135 bash[32435]: cluster 2023-12-07T23:33:59.197969+0000 mgr.a (mgr.14403) 15229 : cluster 0 pgmap v11370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:01.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:01 smithi079 bash[28699]: audit 2023-12-07T23:34:00.055558+0000 mgr.a (mgr.14403) 15230 : audit 0 from='client.305430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:01.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:01 smithi194 bash[32038]: audit 2023-12-07T23:34:00.055558+0000 mgr.a (mgr.14403) 15230 : audit 0 from='client.305430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:01.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:01 smithi135 bash[32435]: audit 2023-12-07T23:34:00.055558+0000 mgr.a (mgr.14403) 15230 : audit 0 from='client.305430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:02 smithi079 bash[28699]: cluster 2023-12-07T23:34:01.198665+0000 mgr.a (mgr.14403) 15231 : cluster 0 pgmap v11371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:34:02.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:02 smithi194 bash[32038]: cluster 2023-12-07T23:34:01.198665+0000 mgr.a (mgr.14403) 15231 : cluster 0 pgmap v11371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:34:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:02 smithi135 bash[32435]: cluster 2023-12-07T23:34:01.198665+0000 mgr.a (mgr.14403) 15231 : cluster 0 pgmap v11371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:34:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:04 smithi079 bash[28699]: cluster 2023-12-07T23:34:03.199213+0000 mgr.a (mgr.14403) 15232 : cluster 0 pgmap v11372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:34:04.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:04 smithi194 bash[32038]: cluster 2023-12-07T23:34:03.199213+0000 mgr.a (mgr.14403) 15232 : cluster 0 pgmap v11372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:34:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:04 smithi135 bash[32435]: cluster 2023-12-07T23:34:03.199213+0000 mgr.a (mgr.14403) 15232 : cluster 0 pgmap v11372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:34:05.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:34:05.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:05.549 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:06.456 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:34:06.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:06.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:06.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:06.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:34:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:06 smithi079 bash[28699]: cluster 2023-12-07T23:34:05.199937+0000 mgr.a (mgr.14403) 15233 : cluster 0 pgmap v11373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:34:06.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:06 smithi194 bash[32038]: cluster 2023-12-07T23:34:05.199937+0000 mgr.a (mgr.14403) 15233 : cluster 0 pgmap v11373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:34:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:06 smithi135 bash[32435]: cluster 2023-12-07T23:34:05.199937+0000 mgr.a (mgr.14403) 15233 : cluster 0 pgmap v11373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:34:07.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:07 smithi079 bash[28699]: audit 2023-12-07T23:34:05.956979+0000 mgr.a (mgr.14403) 15234 : audit 0 from='client.305496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:07.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:07 smithi194 bash[32038]: audit 2023-12-07T23:34:05.956979+0000 mgr.a (mgr.14403) 15234 : audit 0 from='client.305496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:07.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:07 smithi135 bash[32435]: audit 2023-12-07T23:34:05.956979+0000 mgr.a (mgr.14403) 15234 : audit 0 from='client.305496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:08 smithi079 bash[28699]: cluster 2023-12-07T23:34:07.200621+0000 mgr.a (mgr.14403) 15235 : cluster 0 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-07T23:34:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:08 smithi194 bash[32038]: cluster 2023-12-07T23:34:07.200621+0000 mgr.a (mgr.14403) 15235 : cluster 0 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-07T23:34:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:08 smithi135 bash[32435]: cluster 2023-12-07T23:34:07.200621+0000 mgr.a (mgr.14403) 15235 : cluster 0 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-07T23:34:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:10 smithi079 bash[28699]: cluster 2023-12-07T23:34:09.201449+0000 mgr.a (mgr.14403) 15236 : cluster 0 pgmap v11375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:10.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:10 smithi194 bash[32038]: cluster 2023-12-07T23:34:09.201449+0000 mgr.a (mgr.14403) 15236 : cluster 0 pgmap v11375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:10 smithi135 bash[32435]: cluster 2023-12-07T23:34:09.201449+0000 mgr.a (mgr.14403) 15236 : cluster 0 pgmap v11375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:11.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:34:11.460 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:11.460 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:12.346 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:34:12.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:12.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:12.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:12.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:34:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:12 smithi079 bash[28699]: cluster 2023-12-07T23:34:11.202025+0000 mgr.a (mgr.14403) 15237 : cluster 0 pgmap v11376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:12 smithi079 bash[28699]: audit 2023-12-07T23:34:11.857906+0000 mgr.a (mgr.14403) 15238 : audit 0 from='client.305571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:12.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:12 smithi194 bash[32038]: cluster 2023-12-07T23:34:11.202025+0000 mgr.a (mgr.14403) 15237 : cluster 0 pgmap v11376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:12.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:12 smithi194 bash[32038]: audit 2023-12-07T23:34:11.857906+0000 mgr.a (mgr.14403) 15238 : audit 0 from='client.305571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:12 smithi135 bash[32435]: cluster 2023-12-07T23:34:11.202025+0000 mgr.a (mgr.14403) 15237 : cluster 0 pgmap v11376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:12 smithi135 bash[32435]: audit 2023-12-07T23:34:11.857906+0000 mgr.a (mgr.14403) 15238 : audit 0 from='client.305571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:14 smithi079 bash[28699]: cluster 2023-12-07T23:34:13.202754+0000 mgr.a (mgr.14403) 15239 : cluster 0 pgmap v11377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:14.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:14 smithi194 bash[32038]: cluster 2023-12-07T23:34:13.202754+0000 mgr.a (mgr.14403) 15239 : cluster 0 pgmap v11377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:14.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:14 smithi135 bash[32435]: cluster 2023-12-07T23:34:13.202754+0000 mgr.a (mgr.14403) 15239 : cluster 0 pgmap v11377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:16 smithi079 bash[28699]: cluster 2023-12-07T23:34:15.203597+0000 mgr.a (mgr.14403) 15240 : cluster 0 pgmap v11378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:16.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:16 smithi194 bash[32038]: cluster 2023-12-07T23:34:15.203597+0000 mgr.a (mgr.14403) 15240 : cluster 0 pgmap v11378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:16 smithi135 bash[32435]: cluster 2023-12-07T23:34:15.203597+0000 mgr.a (mgr.14403) 15240 : cluster 0 pgmap v11378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:17.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:34:17.349 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:17.349 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:18.253 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:34:18.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:18.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:18.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:18.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:34:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:18 smithi079 bash[28699]: cluster 2023-12-07T23:34:17.204206+0000 mgr.a (mgr.14403) 15241 : cluster 0 pgmap v11379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:18 smithi079 bash[28699]: audit 2023-12-07T23:34:17.762491+0000 mgr.a (mgr.14403) 15242 : audit 0 from='client.305649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:18.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:18 smithi194 bash[32038]: cluster 2023-12-07T23:34:17.204206+0000 mgr.a (mgr.14403) 15241 : cluster 0 pgmap v11379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:18.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:18 smithi194 bash[32038]: audit 2023-12-07T23:34:17.762491+0000 mgr.a (mgr.14403) 15242 : audit 0 from='client.305649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:18 smithi135 bash[32435]: cluster 2023-12-07T23:34:17.204206+0000 mgr.a (mgr.14403) 15241 : cluster 0 pgmap v11379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:18 smithi135 bash[32435]: audit 2023-12-07T23:34:17.762491+0000 mgr.a (mgr.14403) 15242 : audit 0 from='client.305649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:20 smithi079 bash[28699]: cluster 2023-12-07T23:34:19.205127+0000 mgr.a (mgr.14403) 15243 : cluster 0 pgmap v11380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:20 smithi194 bash[32038]: cluster 2023-12-07T23:34:19.205127+0000 mgr.a (mgr.14403) 15243 : cluster 0 pgmap v11380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:20 smithi135 bash[32435]: cluster 2023-12-07T23:34:19.205127+0000 mgr.a (mgr.14403) 15243 : cluster 0 pgmap v11380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:22 smithi079 bash[28699]: cluster 2023-12-07T23:34:21.205753+0000 mgr.a (mgr.14403) 15244 : cluster 0 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-07T23:34:22.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:22 smithi194 bash[32038]: cluster 2023-12-07T23:34:21.205753+0000 mgr.a (mgr.14403) 15244 : cluster 0 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-07T23:34:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:22 smithi135 bash[32435]: cluster 2023-12-07T23:34:21.205753+0000 mgr.a (mgr.14403) 15244 : cluster 0 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-07T23:34:23.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:34:23.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:23.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:24.165 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:34:24.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:24.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:24.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:24.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:34:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:24 smithi079 bash[28699]: cluster 2023-12-07T23:34:23.206347+0000 mgr.a (mgr.14403) 15245 : cluster 0 pgmap v11382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:24 smithi079 bash[28699]: audit 2023-12-07T23:34:23.666169+0000 mgr.a (mgr.14403) 15246 : audit 0 from='client.305724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:24.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:24 smithi194 bash[32038]: cluster 2023-12-07T23:34:23.206347+0000 mgr.a (mgr.14403) 15245 : cluster 0 pgmap v11382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:24.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:24 smithi194 bash[32038]: audit 2023-12-07T23:34:23.666169+0000 mgr.a (mgr.14403) 15246 : audit 0 from='client.305724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:24 smithi135 bash[32435]: cluster 2023-12-07T23:34:23.206347+0000 mgr.a (mgr.14403) 15245 : cluster 0 pgmap v11382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:24 smithi135 bash[32435]: audit 2023-12-07T23:34:23.666169+0000 mgr.a (mgr.14403) 15246 : audit 0 from='client.305724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:26 smithi079 bash[28699]: cluster 2023-12-07T23:34:25.207421+0000 mgr.a (mgr.14403) 15247 : cluster 0 pgmap v11383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:26 smithi194 bash[32038]: cluster 2023-12-07T23:34:25.207421+0000 mgr.a (mgr.14403) 15247 : cluster 0 pgmap v11383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:26 smithi135 bash[32435]: cluster 2023-12-07T23:34:25.207421+0000 mgr.a (mgr.14403) 15247 : cluster 0 pgmap v11383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:28 smithi079 bash[28699]: cluster 2023-12-07T23:34:27.207997+0000 mgr.a (mgr.14403) 15248 : cluster 0 pgmap v11384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:28.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:28 smithi194 bash[32038]: cluster 2023-12-07T23:34:27.207997+0000 mgr.a (mgr.14403) 15248 : cluster 0 pgmap v11384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:28 smithi135 bash[32435]: cluster 2023-12-07T23:34:27.207997+0000 mgr.a (mgr.14403) 15248 : cluster 0 pgmap v11384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:29.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:34:29.168 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:29.168 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:30.067 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:34:30.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:30.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:30.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:30.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:34:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:30 smithi079 bash[28699]: cluster 2023-12-07T23:34:29.208777+0000 mgr.a (mgr.14403) 15249 : cluster 0 pgmap v11385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:30 smithi079 bash[28699]: audit 2023-12-07T23:34:29.575247+0000 mgr.a (mgr.14403) 15250 : audit 0 from='client.305799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:30 smithi194 bash[32038]: cluster 2023-12-07T23:34:29.208777+0000 mgr.a (mgr.14403) 15249 : cluster 0 pgmap v11385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:30 smithi194 bash[32038]: audit 2023-12-07T23:34:29.575247+0000 mgr.a (mgr.14403) 15250 : audit 0 from='client.305799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:30 smithi135 bash[32435]: cluster 2023-12-07T23:34:29.208777+0000 mgr.a (mgr.14403) 15249 : cluster 0 pgmap v11385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:30 smithi135 bash[32435]: audit 2023-12-07T23:34:29.575247+0000 mgr.a (mgr.14403) 15250 : audit 0 from='client.305799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:32 smithi079 bash[28699]: cluster 2023-12-07T23:34:31.209409+0000 mgr.a (mgr.14403) 15251 : cluster 0 pgmap v11386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:32 smithi194 bash[32038]: cluster 2023-12-07T23:34:31.209409+0000 mgr.a (mgr.14403) 15251 : cluster 0 pgmap v11386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:32 smithi135 bash[32435]: cluster 2023-12-07T23:34:31.209409+0000 mgr.a (mgr.14403) 15251 : cluster 0 pgmap v11386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:34 smithi079 bash[28699]: cluster 2023-12-07T23:34:33.209970+0000 mgr.a (mgr.14403) 15252 : cluster 0 pgmap v11387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:34 smithi194 bash[32038]: cluster 2023-12-07T23:34:33.209970+0000 mgr.a (mgr.14403) 15252 : cluster 0 pgmap v11387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:34.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:34 smithi135 bash[32435]: cluster 2023-12-07T23:34:33.209970+0000 mgr.a (mgr.14403) 15252 : cluster 0 pgmap v11387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:34:35.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:34:35.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:35.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:35.959 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:34:35.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:35.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:35.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:35.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:34:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:36 smithi079 bash[28699]: cluster 2023-12-07T23:34:35.210640+0000 mgr.a (mgr.14403) 15253 : cluster 0 pgmap v11388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:36 smithi079 bash[28699]: audit 2023-12-07T23:34:35.469479+0000 mgr.a (mgr.14403) 15254 : audit 0 from='client.305877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:36 smithi194 bash[32038]: cluster 2023-12-07T23:34:35.210640+0000 mgr.a (mgr.14403) 15253 : cluster 0 pgmap v11388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:36 smithi194 bash[32038]: audit 2023-12-07T23:34:35.469479+0000 mgr.a (mgr.14403) 15254 : audit 0 from='client.305877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:36 smithi135 bash[32435]: cluster 2023-12-07T23:34:35.210640+0000 mgr.a (mgr.14403) 15253 : cluster 0 pgmap v11388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:36 smithi135 bash[32435]: audit 2023-12-07T23:34:35.469479+0000 mgr.a (mgr.14403) 15254 : audit 0 from='client.305877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:37.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:37 smithi079 bash[28699]: audit 2023-12-07T23:34:37.041186+0000 mon.a (mon.0) 2552 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:34:37.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:37 smithi194 bash[32038]: audit 2023-12-07T23:34:37.041186+0000 mon.a (mon.0) 2552 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:34:37.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:37 smithi135 bash[32435]: audit 2023-12-07T23:34:37.041186+0000 mon.a (mon.0) 2552 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:34:38.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:38 smithi079 bash[28699]: cluster 2023-12-07T23:34:37.211239+0000 mgr.a (mgr.14403) 15255 : cluster 0 pgmap v11389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:38.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:38 smithi079 bash[28699]: audit 2023-12-07T23:34:37.570836+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:34:38.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:38 smithi079 bash[28699]: audit 2023-12-07T23:34:37.577575+0000 mon.a (mon.0) 2554 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:34:38.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:38 smithi079 bash[28699]: audit 2023-12-07T23:34:38.318207+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:34:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:38 smithi079 bash[28699]: audit 2023-12-07T23:34:38.320511+0000 mon.a (mon.0) 2556 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:34:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:38 smithi079 bash[28699]: audit 2023-12-07T23:34:38.330710+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:34:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:38 smithi194 bash[32038]: cluster 2023-12-07T23:34:37.211239+0000 mgr.a (mgr.14403) 15255 : cluster 0 pgmap v11389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:38 smithi194 bash[32038]: audit 2023-12-07T23:34:37.570836+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:34:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:38 smithi194 bash[32038]: audit 2023-12-07T23:34:37.577575+0000 mon.a (mon.0) 2554 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:34:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:38 smithi194 bash[32038]: audit 2023-12-07T23:34:38.318207+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:34:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:38 smithi194 bash[32038]: audit 2023-12-07T23:34:38.320511+0000 mon.a (mon.0) 2556 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:34:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:38 smithi194 bash[32038]: audit 2023-12-07T23:34:38.330710+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:34:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:38 smithi135 bash[32435]: cluster 2023-12-07T23:34:37.211239+0000 mgr.a (mgr.14403) 15255 : cluster 0 pgmap v11389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:38 smithi135 bash[32435]: audit 2023-12-07T23:34:37.570836+0000 mon.a (mon.0) 2553 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:34:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:38 smithi135 bash[32435]: audit 2023-12-07T23:34:37.577575+0000 mon.a (mon.0) 2554 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:34:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:38 smithi135 bash[32435]: audit 2023-12-07T23:34:38.318207+0000 mon.a (mon.0) 2555 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:34:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:38 smithi135 bash[32435]: audit 2023-12-07T23:34:38.320511+0000 mon.a (mon.0) 2556 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:34:38.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:38 smithi135 bash[32435]: audit 2023-12-07T23:34:38.330710+0000 mon.a (mon.0) 2557 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:34:40.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:40 smithi079 bash[28699]: cluster 2023-12-07T23:34:39.212092+0000 mgr.a (mgr.14403) 15256 : cluster 0 pgmap v11390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:40 smithi194 bash[32038]: cluster 2023-12-07T23:34:39.212092+0000 mgr.a (mgr.14403) 15256 : cluster 0 pgmap v11390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:40.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:40 smithi135 bash[32435]: cluster 2023-12-07T23:34:39.212092+0000 mgr.a (mgr.14403) 15256 : cluster 0 pgmap v11390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:40.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:34:40.962 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:40.962 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:41.887 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:34:41.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:41.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:41.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:41.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:34:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:42 smithi079 bash[28699]: cluster 2023-12-07T23:34:41.212637+0000 mgr.a (mgr.14403) 15257 : cluster 0 pgmap v11391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:42 smithi079 bash[28699]: audit 2023-12-07T23:34:41.366401+0000 mgr.a (mgr.14403) 15258 : audit 0 from='client.305955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:42.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:42 smithi194 bash[32038]: cluster 2023-12-07T23:34:41.212637+0000 mgr.a (mgr.14403) 15257 : cluster 0 pgmap v11391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:42 smithi194 bash[32038]: audit 2023-12-07T23:34:41.366401+0000 mgr.a (mgr.14403) 15258 : audit 0 from='client.305955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:42 smithi135 bash[32435]: cluster 2023-12-07T23:34:41.212637+0000 mgr.a (mgr.14403) 15257 : cluster 0 pgmap v11391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:42 smithi135 bash[32435]: audit 2023-12-07T23:34:41.366401+0000 mgr.a (mgr.14403) 15258 : audit 0 from='client.305955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:44.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:44 smithi079 bash[28699]: cluster 2023-12-07T23:34:43.213273+0000 mgr.a (mgr.14403) 15259 : cluster 0 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-07T23:34:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:44 smithi194 bash[32038]: cluster 2023-12-07T23:34:43.213273+0000 mgr.a (mgr.14403) 15259 : cluster 0 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-07T23:34:44.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:44 smithi135 bash[32435]: cluster 2023-12-07T23:34:43.213273+0000 mgr.a (mgr.14403) 15259 : cluster 0 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-07T23:34:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:46 smithi079 bash[28699]: cluster 2023-12-07T23:34:45.214088+0000 mgr.a (mgr.14403) 15260 : cluster 0 pgmap v11393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:46 smithi194 bash[32038]: cluster 2023-12-07T23:34:45.214088+0000 mgr.a (mgr.14403) 15260 : cluster 0 pgmap v11393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:46 smithi135 bash[32435]: cluster 2023-12-07T23:34:45.214088+0000 mgr.a (mgr.14403) 15260 : cluster 0 pgmap v11393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:46.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:34:46.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:46.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:47.785 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:34:47.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:47.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:47.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:47.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:34:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:48 smithi079 bash[28699]: cluster 2023-12-07T23:34:47.214657+0000 mgr.a (mgr.14403) 15261 : cluster 0 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-07T23:34:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:48 smithi079 bash[28699]: audit 2023-12-07T23:34:47.294160+0000 mgr.a (mgr.14403) 15262 : audit 0 from='client.306030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:48.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:48 smithi194 bash[32038]: cluster 2023-12-07T23:34:47.214657+0000 mgr.a (mgr.14403) 15261 : cluster 0 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-07T23:34:48.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:48 smithi194 bash[32038]: audit 2023-12-07T23:34:47.294160+0000 mgr.a (mgr.14403) 15262 : audit 0 from='client.306030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:48.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:48 smithi135 bash[32435]: cluster 2023-12-07T23:34:47.214657+0000 mgr.a (mgr.14403) 15261 : cluster 0 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-07T23:34:48.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:48 smithi135 bash[32435]: audit 2023-12-07T23:34:47.294160+0000 mgr.a (mgr.14403) 15262 : audit 0 from='client.306030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:50 smithi079 bash[28699]: cluster 2023-12-07T23:34:49.215489+0000 mgr.a (mgr.14403) 15263 : cluster 0 pgmap v11395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:50 smithi194 bash[32038]: cluster 2023-12-07T23:34:49.215489+0000 mgr.a (mgr.14403) 15263 : cluster 0 pgmap v11395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:50 smithi135 bash[32435]: cluster 2023-12-07T23:34:49.215489+0000 mgr.a (mgr.14403) 15263 : cluster 0 pgmap v11395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:34:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:52 smithi079 bash[28699]: cluster 2023-12-07T23:34:51.216071+0000 mgr.a (mgr.14403) 15264 : cluster 0 pgmap v11396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:52.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:52 smithi194 bash[32038]: cluster 2023-12-07T23:34:51.216071+0000 mgr.a (mgr.14403) 15264 : cluster 0 pgmap v11396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:52 smithi135 bash[32435]: cluster 2023-12-07T23:34:51.216071+0000 mgr.a (mgr.14403) 15264 : cluster 0 pgmap v11396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:52.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:34:52.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:52.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:53.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:53.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:53.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:53.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:34:53.703 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:34:54.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:54 smithi079 bash[28699]: audit 2023-12-07T23:34:53.192040+0000 mgr.a (mgr.14403) 15265 : audit 0 from='client.306108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:54 smithi079 bash[28699]: cluster 2023-12-07T23:34:53.216878+0000 mgr.a (mgr.14403) 15266 : cluster 0 pgmap v11397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:54.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:54 smithi194 bash[32038]: audit 2023-12-07T23:34:53.192040+0000 mgr.a (mgr.14403) 15265 : audit 0 from='client.306108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:54 smithi194 bash[32038]: cluster 2023-12-07T23:34:53.216878+0000 mgr.a (mgr.14403) 15266 : cluster 0 pgmap v11397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:54.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:54 smithi135 bash[32435]: audit 2023-12-07T23:34:53.192040+0000 mgr.a (mgr.14403) 15265 : audit 0 from='client.306108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:34:54.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:54 smithi135 bash[32435]: cluster 2023-12-07T23:34:53.216878+0000 mgr.a (mgr.14403) 15266 : cluster 0 pgmap v11397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:34:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:56 smithi079 bash[28699]: cluster 2023-12-07T23:34:55.217872+0000 mgr.a (mgr.14403) 15267 : cluster 0 pgmap v11398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:34:56.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:56 smithi194 bash[32038]: cluster 2023-12-07T23:34:55.217872+0000 mgr.a (mgr.14403) 15267 : cluster 0 pgmap v11398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:34:56.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:56 smithi135 bash[32435]: cluster 2023-12-07T23:34:55.217872+0000 mgr.a (mgr.14403) 15267 : cluster 0 pgmap v11398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:34:58.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:34:58 smithi079 bash[28699]: cluster 2023-12-07T23:34:57.218429+0000 mgr.a (mgr.14403) 15268 : cluster 0 pgmap v11399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:34:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:34:58 smithi194 bash[32038]: cluster 2023-12-07T23:34:57.218429+0000 mgr.a (mgr.14403) 15268 : cluster 0 pgmap v11399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:34:58.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:34:58.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:34:58.707 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:34:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:34:58 smithi135 bash[32435]: cluster 2023-12-07T23:34:57.218429+0000 mgr.a (mgr.14403) 15268 : cluster 0 pgmap v11399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:34:59.647 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:34:59.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:34:59.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:34:59.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:34:59.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:35:00.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:00 smithi079 bash[28699]: audit 2023-12-07T23:34:59.112043+0000 mgr.a (mgr.14403) 15269 : audit 0 from='client.306186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:00 smithi079 bash[28699]: cluster 2023-12-07T23:34:59.219440+0000 mgr.a (mgr.14403) 15270 : cluster 0 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-07T23:35:00.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:00 smithi194 bash[32038]: audit 2023-12-07T23:34:59.112043+0000 mgr.a (mgr.14403) 15269 : audit 0 from='client.306186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:00.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:00 smithi194 bash[32038]: cluster 2023-12-07T23:34:59.219440+0000 mgr.a (mgr.14403) 15270 : cluster 0 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-07T23:35:00.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:00 smithi135 bash[32435]: audit 2023-12-07T23:34:59.112043+0000 mgr.a (mgr.14403) 15269 : audit 0 from='client.306186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:00.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:00 smithi135 bash[32435]: cluster 2023-12-07T23:34:59.219440+0000 mgr.a (mgr.14403) 15270 : cluster 0 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-07T23:35:02.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:02 smithi194 bash[32038]: cluster 2023-12-07T23:35:01.220022+0000 mgr.a (mgr.14403) 15271 : cluster 0 pgmap v11401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:02 smithi079 bash[28699]: cluster 2023-12-07T23:35:01.220022+0000 mgr.a (mgr.14403) 15271 : cluster 0 pgmap v11401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:02 smithi135 bash[32435]: cluster 2023-12-07T23:35:01.220022+0000 mgr.a (mgr.14403) 15271 : cluster 0 pgmap v11401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:04 smithi079 bash[28699]: cluster 2023-12-07T23:35:03.220742+0000 mgr.a (mgr.14403) 15272 : cluster 0 pgmap v11402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:04.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:35:04.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:04.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:04.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:04 smithi194 bash[32038]: cluster 2023-12-07T23:35:03.220742+0000 mgr.a (mgr.14403) 15272 : cluster 0 pgmap v11402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:04 smithi135 bash[32435]: cluster 2023-12-07T23:35:03.220742+0000 mgr.a (mgr.14403) 15272 : cluster 0 pgmap v11402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:05.543 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:35:05.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:05.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:05.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:05.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:35:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:06 smithi079 bash[28699]: audit 2023-12-07T23:35:05.048112+0000 mgr.a (mgr.14403) 15273 : audit 0 from='client.306261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:06 smithi079 bash[28699]: cluster 2023-12-07T23:35:05.221913+0000 mgr.a (mgr.14403) 15274 : cluster 0 pgmap v11403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:06.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:06 smithi194 bash[32038]: audit 2023-12-07T23:35:05.048112+0000 mgr.a (mgr.14403) 15273 : audit 0 from='client.306261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:06 smithi194 bash[32038]: cluster 2023-12-07T23:35:05.221913+0000 mgr.a (mgr.14403) 15274 : cluster 0 pgmap v11403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:06 smithi135 bash[32435]: audit 2023-12-07T23:35:05.048112+0000 mgr.a (mgr.14403) 15273 : audit 0 from='client.306261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:06 smithi135 bash[32435]: cluster 2023-12-07T23:35:05.221913+0000 mgr.a (mgr.14403) 15274 : cluster 0 pgmap v11403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:08 smithi079 bash[28699]: cluster 2023-12-07T23:35:07.222640+0000 mgr.a (mgr.14403) 15275 : cluster 0 pgmap v11404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:35:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:08 smithi194 bash[32038]: cluster 2023-12-07T23:35:07.222640+0000 mgr.a (mgr.14403) 15275 : cluster 0 pgmap v11404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:35:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:08 smithi135 bash[32435]: cluster 2023-12-07T23:35:07.222640+0000 mgr.a (mgr.14403) 15275 : cluster 0 pgmap v11404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:35:10.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:35:10.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:10.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:10 smithi079 bash[28699]: cluster 2023-12-07T23:35:09.223478+0000 mgr.a (mgr.14403) 15276 : cluster 0 pgmap v11405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:35:10.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:10 smithi194 bash[32038]: cluster 2023-12-07T23:35:09.223478+0000 mgr.a (mgr.14403) 15276 : cluster 0 pgmap v11405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:35:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:10 smithi135 bash[32435]: cluster 2023-12-07T23:35:09.223478+0000 mgr.a (mgr.14403) 15276 : cluster 0 pgmap v11405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:35:11.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:11.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:11.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:11.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:35:11.470 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:35:11.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:11 smithi079 bash[28699]: audit 2023-12-07T23:35:10.948419+0000 mgr.a (mgr.14403) 15277 : audit 0 from='client.306336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:11.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:11 smithi194 bash[32038]: audit 2023-12-07T23:35:10.948419+0000 mgr.a (mgr.14403) 15277 : audit 0 from='client.306336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:11 smithi135 bash[32435]: audit 2023-12-07T23:35:10.948419+0000 mgr.a (mgr.14403) 15277 : audit 0 from='client.306336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:12 smithi079 bash[28699]: cluster 2023-12-07T23:35:11.224177+0000 mgr.a (mgr.14403) 15278 : cluster 0 pgmap v11406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:12.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:12 smithi194 bash[32038]: cluster 2023-12-07T23:35:11.224177+0000 mgr.a (mgr.14403) 15278 : cluster 0 pgmap v11406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:12.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:12 smithi135 bash[32435]: cluster 2023-12-07T23:35:11.224177+0000 mgr.a (mgr.14403) 15278 : cluster 0 pgmap v11406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:14 smithi079 bash[28699]: cluster 2023-12-07T23:35:13.224851+0000 mgr.a (mgr.14403) 15279 : cluster 0 pgmap v11407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:14.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:14 smithi194 bash[32038]: cluster 2023-12-07T23:35:13.224851+0000 mgr.a (mgr.14403) 15279 : cluster 0 pgmap v11407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:14.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:14 smithi135 bash[32435]: cluster 2023-12-07T23:35:13.224851+0000 mgr.a (mgr.14403) 15279 : cluster 0 pgmap v11407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:16.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:35:16.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:16.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:16 smithi079 bash[28699]: cluster 2023-12-07T23:35:15.225656+0000 mgr.a (mgr.14403) 15280 : cluster 0 pgmap v11408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:16.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:16 smithi194 bash[32038]: cluster 2023-12-07T23:35:15.225656+0000 mgr.a (mgr.14403) 15280 : cluster 0 pgmap v11408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:16 smithi135 bash[32435]: cluster 2023-12-07T23:35:15.225656+0000 mgr.a (mgr.14403) 15280 : cluster 0 pgmap v11408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:17.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:17.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:17.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:17.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:35:17.375 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:35:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:17 smithi079 bash[28699]: audit 2023-12-07T23:35:16.872535+0000 mgr.a (mgr.14403) 15281 : audit 0 from='client.306408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:17.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:17 smithi194 bash[32038]: audit 2023-12-07T23:35:16.872535+0000 mgr.a (mgr.14403) 15281 : audit 0 from='client.306408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:17.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:17 smithi135 bash[32435]: audit 2023-12-07T23:35:16.872535+0000 mgr.a (mgr.14403) 15281 : audit 0 from='client.306408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:18 smithi079 bash[28699]: cluster 2023-12-07T23:35:17.226274+0000 mgr.a (mgr.14403) 15282 : cluster 0 pgmap v11409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:18.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:18 smithi194 bash[32038]: cluster 2023-12-07T23:35:17.226274+0000 mgr.a (mgr.14403) 15282 : cluster 0 pgmap v11409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:18 smithi135 bash[32435]: cluster 2023-12-07T23:35:17.226274+0000 mgr.a (mgr.14403) 15282 : cluster 0 pgmap v11409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:20 smithi079 bash[28699]: cluster 2023-12-07T23:35:19.227313+0000 mgr.a (mgr.14403) 15283 : cluster 0 pgmap v11410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:20 smithi194 bash[32038]: cluster 2023-12-07T23:35:19.227313+0000 mgr.a (mgr.14403) 15283 : cluster 0 pgmap v11410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:20 smithi135 bash[32435]: cluster 2023-12-07T23:35:19.227313+0000 mgr.a (mgr.14403) 15283 : cluster 0 pgmap v11410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:22.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:35:22.378 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:22.378 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:22 smithi079 bash[28699]: cluster 2023-12-07T23:35:21.227843+0000 mgr.a (mgr.14403) 15284 : cluster 0 pgmap v11411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:22.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:22 smithi194 bash[32038]: cluster 2023-12-07T23:35:21.227843+0000 mgr.a (mgr.14403) 15284 : cluster 0 pgmap v11411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:22 smithi135 bash[32435]: cluster 2023-12-07T23:35:21.227843+0000 mgr.a (mgr.14403) 15284 : cluster 0 pgmap v11411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:23.288 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:35:23.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:23.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:23.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:23.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:35:23.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:23 smithi079 bash[28699]: audit 2023-12-07T23:35:22.783497+0000 mgr.a (mgr.14403) 15285 : audit 0 from='client.306486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:23 smithi194 bash[32038]: audit 2023-12-07T23:35:22.783497+0000 mgr.a (mgr.14403) 15285 : audit 0 from='client.306486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:23.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:23 smithi135 bash[32435]: audit 2023-12-07T23:35:22.783497+0000 mgr.a (mgr.14403) 15285 : audit 0 from='client.306486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:24 smithi079 bash[28699]: cluster 2023-12-07T23:35:23.228593+0000 mgr.a (mgr.14403) 15286 : cluster 0 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-07T23:35:24.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:24 smithi194 bash[32038]: cluster 2023-12-07T23:35:23.228593+0000 mgr.a (mgr.14403) 15286 : cluster 0 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-07T23:35:24.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:24 smithi135 bash[32435]: cluster 2023-12-07T23:35:23.228593+0000 mgr.a (mgr.14403) 15286 : cluster 0 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-07T23:35:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:26 smithi079 bash[28699]: cluster 2023-12-07T23:35:25.229382+0000 mgr.a (mgr.14403) 15287 : cluster 0 pgmap v11413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:26 smithi194 bash[32038]: cluster 2023-12-07T23:35:25.229382+0000 mgr.a (mgr.14403) 15287 : cluster 0 pgmap v11413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:26 smithi135 bash[32435]: cluster 2023-12-07T23:35:25.229382+0000 mgr.a (mgr.14403) 15287 : cluster 0 pgmap v11413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:28.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:35:28.291 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:28.291 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:28 smithi079 bash[28699]: cluster 2023-12-07T23:35:27.229942+0000 mgr.a (mgr.14403) 15288 : cluster 0 pgmap v11414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:28 smithi194 bash[32038]: cluster 2023-12-07T23:35:27.229942+0000 mgr.a (mgr.14403) 15288 : cluster 0 pgmap v11414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:28 smithi135 bash[32435]: cluster 2023-12-07T23:35:27.229942+0000 mgr.a (mgr.14403) 15288 : cluster 0 pgmap v11414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:29.223 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:35:29.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:29.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:29.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:29.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:35:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:29 smithi079 bash[28699]: audit 2023-12-07T23:35:28.698533+0000 mgr.a (mgr.14403) 15289 : audit 0 from='client.306558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:29 smithi194 bash[32038]: audit 2023-12-07T23:35:28.698533+0000 mgr.a (mgr.14403) 15289 : audit 0 from='client.306558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:29 smithi135 bash[32435]: audit 2023-12-07T23:35:28.698533+0000 mgr.a (mgr.14403) 15289 : audit 0 from='client.306558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:30 smithi079 bash[28699]: cluster 2023-12-07T23:35:29.231005+0000 mgr.a (mgr.14403) 15290 : cluster 0 pgmap v11415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:30 smithi194 bash[32038]: cluster 2023-12-07T23:35:29.231005+0000 mgr.a (mgr.14403) 15290 : cluster 0 pgmap v11415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:30 smithi135 bash[32435]: cluster 2023-12-07T23:35:29.231005+0000 mgr.a (mgr.14403) 15290 : cluster 0 pgmap v11415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:32 smithi079 bash[28699]: cluster 2023-12-07T23:35:31.231522+0000 mgr.a (mgr.14403) 15291 : cluster 0 pgmap v11416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:32 smithi194 bash[32038]: cluster 2023-12-07T23:35:31.231522+0000 mgr.a (mgr.14403) 15291 : cluster 0 pgmap v11416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:32 smithi135 bash[32435]: cluster 2023-12-07T23:35:31.231522+0000 mgr.a (mgr.14403) 15291 : cluster 0 pgmap v11416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:34.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:35:34.226 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:34.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:34.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:34 smithi079 bash[28699]: cluster 2023-12-07T23:35:33.232082+0000 mgr.a (mgr.14403) 15292 : cluster 0 pgmap v11417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:34 smithi194 bash[32038]: cluster 2023-12-07T23:35:33.232082+0000 mgr.a (mgr.14403) 15292 : cluster 0 pgmap v11417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:34.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:34 smithi135 bash[32435]: cluster 2023-12-07T23:35:33.232082+0000 mgr.a (mgr.14403) 15292 : cluster 0 pgmap v11417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:35.125 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:35:35.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:35.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:35.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:35.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:35:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:35 smithi079 bash[28699]: audit 2023-12-07T23:35:34.628514+0000 mgr.a (mgr.14403) 15293 : audit 0 from='client.306633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:35 smithi194 bash[32038]: audit 2023-12-07T23:35:34.628514+0000 mgr.a (mgr.14403) 15293 : audit 0 from='client.306633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:35 smithi135 bash[32435]: audit 2023-12-07T23:35:34.628514+0000 mgr.a (mgr.14403) 15293 : audit 0 from='client.306633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:36 smithi079 bash[28699]: cluster 2023-12-07T23:35:35.233196+0000 mgr.a (mgr.14403) 15294 : cluster 0 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-07T23:35:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:36 smithi194 bash[32038]: cluster 2023-12-07T23:35:35.233196+0000 mgr.a (mgr.14403) 15294 : cluster 0 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-07T23:35:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:36 smithi135 bash[32435]: cluster 2023-12-07T23:35:35.233196+0000 mgr.a (mgr.14403) 15294 : cluster 0 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-07T23:35:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:38 smithi079 bash[28699]: cluster 2023-12-07T23:35:37.233807+0000 mgr.a (mgr.14403) 15295 : cluster 0 pgmap v11419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:38.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:38 smithi194 bash[32038]: cluster 2023-12-07T23:35:37.233807+0000 mgr.a (mgr.14403) 15295 : cluster 0 pgmap v11419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:38 smithi135 bash[32435]: cluster 2023-12-07T23:35:37.233807+0000 mgr.a (mgr.14403) 15295 : cluster 0 pgmap v11419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:35:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:39 smithi079 bash[28699]: audit 2023-12-07T23:35:38.434222+0000 mon.a (mon.0) 2558 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:35:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:39 smithi079 bash[28699]: audit 2023-12-07T23:35:38.965021+0000 mon.a (mon.0) 2559 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:35:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:39 smithi079 bash[28699]: audit 2023-12-07T23:35:38.970805+0000 mon.a (mon.0) 2560 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:35:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:39 smithi194 bash[32038]: audit 2023-12-07T23:35:38.434222+0000 mon.a (mon.0) 2558 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:35:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:39 smithi194 bash[32038]: audit 2023-12-07T23:35:38.965021+0000 mon.a (mon.0) 2559 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:35:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:39 smithi194 bash[32038]: audit 2023-12-07T23:35:38.970805+0000 mon.a (mon.0) 2560 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:35:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:39 smithi135 bash[32435]: audit 2023-12-07T23:35:38.434222+0000 mon.a (mon.0) 2558 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:35:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:39 smithi135 bash[32435]: audit 2023-12-07T23:35:38.965021+0000 mon.a (mon.0) 2559 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:35:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:39 smithi135 bash[32435]: audit 2023-12-07T23:35:38.970805+0000 mon.a (mon.0) 2560 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:35:40.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:35:40.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:40.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:40 smithi079 bash[28699]: cluster 2023-12-07T23:35:39.234514+0000 mgr.a (mgr.14403) 15296 : cluster 0 pgmap v11420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:40 smithi079 bash[28699]: audit 2023-12-07T23:35:39.712157+0000 mon.a (mon.0) 2561 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:35:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:40 smithi079 bash[28699]: audit 2023-12-07T23:35:39.713987+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:35:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:40 smithi079 bash[28699]: audit 2023-12-07T23:35:39.724240+0000 mon.a (mon.0) 2563 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:35:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:40 smithi194 bash[32038]: cluster 2023-12-07T23:35:39.234514+0000 mgr.a (mgr.14403) 15296 : cluster 0 pgmap v11420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:40 smithi194 bash[32038]: audit 2023-12-07T23:35:39.712157+0000 mon.a (mon.0) 2561 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:35:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:40 smithi194 bash[32038]: audit 2023-12-07T23:35:39.713987+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:35:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:40 smithi194 bash[32038]: audit 2023-12-07T23:35:39.724240+0000 mon.a (mon.0) 2563 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:35:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:40 smithi135 bash[32435]: cluster 2023-12-07T23:35:39.234514+0000 mgr.a (mgr.14403) 15296 : cluster 0 pgmap v11420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:40 smithi135 bash[32435]: audit 2023-12-07T23:35:39.712157+0000 mon.a (mon.0) 2561 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:35:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:40 smithi135 bash[32435]: audit 2023-12-07T23:35:39.713987+0000 mon.a (mon.0) 2562 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:35:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:40 smithi135 bash[32435]: audit 2023-12-07T23:35:39.724240+0000 mon.a (mon.0) 2563 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:35:41.050 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:35:41.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:41.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:41.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:41.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:35:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:41 smithi079 bash[28699]: audit 2023-12-07T23:35:40.536781+0000 mgr.a (mgr.14403) 15297 : audit 0 from='client.306702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:41.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:41 smithi194 bash[32038]: audit 2023-12-07T23:35:40.536781+0000 mgr.a (mgr.14403) 15297 : audit 0 from='client.306702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:41 smithi135 bash[32435]: audit 2023-12-07T23:35:40.536781+0000 mgr.a (mgr.14403) 15297 : audit 0 from='client.306702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:42 smithi079 bash[28699]: cluster 2023-12-07T23:35:41.235378+0000 mgr.a (mgr.14403) 15298 : cluster 0 pgmap v11421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:42.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:42 smithi194 bash[32038]: cluster 2023-12-07T23:35:41.235378+0000 mgr.a (mgr.14403) 15298 : cluster 0 pgmap v11421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:42 smithi135 bash[32435]: cluster 2023-12-07T23:35:41.235378+0000 mgr.a (mgr.14403) 15298 : cluster 0 pgmap v11421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:44 smithi079 bash[28699]: cluster 2023-12-07T23:35:43.235996+0000 mgr.a (mgr.14403) 15299 : cluster 0 pgmap v11422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:44 smithi194 bash[32038]: cluster 2023-12-07T23:35:43.235996+0000 mgr.a (mgr.14403) 15299 : cluster 0 pgmap v11422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:44 smithi135 bash[32435]: cluster 2023-12-07T23:35:43.235996+0000 mgr.a (mgr.14403) 15299 : cluster 0 pgmap v11422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:46.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:35:46.054 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:46.054 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:46 smithi079 bash[28699]: cluster 2023-12-07T23:35:45.236786+0000 mgr.a (mgr.14403) 15300 : cluster 0 pgmap v11423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:46.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:46 smithi194 bash[32038]: cluster 2023-12-07T23:35:45.236786+0000 mgr.a (mgr.14403) 15300 : cluster 0 pgmap v11423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:46 smithi135 bash[32435]: cluster 2023-12-07T23:35:45.236786+0000 mgr.a (mgr.14403) 15300 : cluster 0 pgmap v11423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:46.990 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:35:46.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:46.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:46.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:46.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:35:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:47 smithi079 bash[28699]: audit 2023-12-07T23:35:46.465067+0000 mgr.a (mgr.14403) 15301 : audit 0 from='client.306780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:47 smithi194 bash[32038]: audit 2023-12-07T23:35:46.465067+0000 mgr.a (mgr.14403) 15301 : audit 0 from='client.306780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:47.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:47 smithi135 bash[32435]: audit 2023-12-07T23:35:46.465067+0000 mgr.a (mgr.14403) 15301 : audit 0 from='client.306780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:48 smithi079 bash[28699]: cluster 2023-12-07T23:35:47.237540+0000 mgr.a (mgr.14403) 15302 : cluster 0 pgmap v11424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:48 smithi194 bash[32038]: cluster 2023-12-07T23:35:47.237540+0000 mgr.a (mgr.14403) 15302 : cluster 0 pgmap v11424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:48.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:48 smithi135 bash[32435]: cluster 2023-12-07T23:35:47.237540+0000 mgr.a (mgr.14403) 15302 : cluster 0 pgmap v11424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:50 smithi079 bash[28699]: cluster 2023-12-07T23:35:49.238343+0000 mgr.a (mgr.14403) 15303 : cluster 0 pgmap v11425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:50 smithi194 bash[32038]: cluster 2023-12-07T23:35:49.238343+0000 mgr.a (mgr.14403) 15303 : cluster 0 pgmap v11425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:50 smithi135 bash[32435]: cluster 2023-12-07T23:35:49.238343+0000 mgr.a (mgr.14403) 15303 : cluster 0 pgmap v11425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:51.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:35:51.992 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:51.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:52 smithi079 bash[28699]: cluster 2023-12-07T23:35:51.238895+0000 mgr.a (mgr.14403) 15304 : cluster 0 pgmap v11426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:52.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:52 smithi194 bash[32038]: cluster 2023-12-07T23:35:51.238895+0000 mgr.a (mgr.14403) 15304 : cluster 0 pgmap v11426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:52 smithi135 bash[32435]: cluster 2023-12-07T23:35:51.238895+0000 mgr.a (mgr.14403) 15304 : cluster 0 pgmap v11426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:52.938 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:35:52.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:52.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:52.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:52.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:35:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:53 smithi079 bash[28699]: audit 2023-12-07T23:35:52.406735+0000 mgr.a (mgr.14403) 15305 : audit 0 from='client.306858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:53 smithi194 bash[32038]: audit 2023-12-07T23:35:52.406735+0000 mgr.a (mgr.14403) 15305 : audit 0 from='client.306858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:53.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:53 smithi135 bash[32435]: audit 2023-12-07T23:35:52.406735+0000 mgr.a (mgr.14403) 15305 : audit 0 from='client.306858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:54 smithi079 bash[28699]: cluster 2023-12-07T23:35:53.239572+0000 mgr.a (mgr.14403) 15306 : cluster 0 pgmap v11427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:54.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:54 smithi194 bash[32038]: cluster 2023-12-07T23:35:53.239572+0000 mgr.a (mgr.14403) 15306 : cluster 0 pgmap v11427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:54.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:54 smithi135 bash[32435]: cluster 2023-12-07T23:35:53.239572+0000 mgr.a (mgr.14403) 15306 : cluster 0 pgmap v11427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:35:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:56 smithi079 bash[28699]: cluster 2023-12-07T23:35:55.240360+0000 mgr.a (mgr.14403) 15307 : cluster 0 pgmap v11428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:56 smithi194 bash[32038]: cluster 2023-12-07T23:35:55.240360+0000 mgr.a (mgr.14403) 15307 : cluster 0 pgmap v11428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:56.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:56 smithi135 bash[32435]: cluster 2023-12-07T23:35:55.240360+0000 mgr.a (mgr.14403) 15307 : cluster 0 pgmap v11428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:35:57.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:35:57.940 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:35:57.940 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:35:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:58 smithi079 bash[28699]: cluster 2023-12-07T23:35:57.240921+0000 mgr.a (mgr.14403) 15308 : cluster 0 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-07T23:35:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:58 smithi194 bash[32038]: cluster 2023-12-07T23:35:57.240921+0000 mgr.a (mgr.14403) 15308 : cluster 0 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-07T23:35:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:58 smithi135 bash[32435]: cluster 2023-12-07T23:35:57.240921+0000 mgr.a (mgr.14403) 15308 : cluster 0 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-07T23:35:58.829 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:35:58.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:35:58.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:35:58.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:35:58.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:35:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:35:59 smithi079 bash[28699]: audit 2023-12-07T23:35:58.339768+0000 mgr.a (mgr.14403) 15309 : audit 0 from='client.306933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:59.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:35:59 smithi194 bash[32038]: audit 2023-12-07T23:35:58.339768+0000 mgr.a (mgr.14403) 15309 : audit 0 from='client.306933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:35:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:35:59 smithi135 bash[32435]: audit 2023-12-07T23:35:58.339768+0000 mgr.a (mgr.14403) 15309 : audit 0 from='client.306933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:00 smithi079 bash[28699]: cluster 2023-12-07T23:35:59.241859+0000 mgr.a (mgr.14403) 15310 : cluster 0 pgmap v11430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:36:00.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:00 smithi194 bash[32038]: cluster 2023-12-07T23:35:59.241859+0000 mgr.a (mgr.14403) 15310 : cluster 0 pgmap v11430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:36:00.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:00 smithi135 bash[32435]: cluster 2023-12-07T23:35:59.241859+0000 mgr.a (mgr.14403) 15310 : cluster 0 pgmap v11430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T23:36:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:02 smithi079 bash[28699]: cluster 2023-12-07T23:36:01.242350+0000 mgr.a (mgr.14403) 15311 : cluster 0 pgmap v11431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:36:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:02 smithi194 bash[32038]: cluster 2023-12-07T23:36:01.242350+0000 mgr.a (mgr.14403) 15311 : cluster 0 pgmap v11431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:36:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:02 smithi135 bash[32435]: cluster 2023-12-07T23:36:01.242350+0000 mgr.a (mgr.14403) 15311 : cluster 0 pgmap v11431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:36:03.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:36:03.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:03.834 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:04 smithi079 bash[28699]: cluster 2023-12-07T23:36:03.242849+0000 mgr.a (mgr.14403) 15312 : cluster 0 pgmap v11432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:36:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:04 smithi194 bash[32038]: cluster 2023-12-07T23:36:03.242849+0000 mgr.a (mgr.14403) 15312 : cluster 0 pgmap v11432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:36:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:04 smithi135 bash[32435]: cluster 2023-12-07T23:36:03.242849+0000 mgr.a (mgr.14403) 15312 : cluster 0 pgmap v11432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T23:36:04.721 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:36:04.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:04.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:04.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:04.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:36:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:05 smithi079 bash[28699]: audit 2023-12-07T23:36:04.230020+0000 mgr.a (mgr.14403) 15313 : audit 0 from='client.307008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:05 smithi194 bash[32038]: audit 2023-12-07T23:36:04.230020+0000 mgr.a (mgr.14403) 15313 : audit 0 from='client.307008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:05.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:05 smithi135 bash[32435]: audit 2023-12-07T23:36:04.230020+0000 mgr.a (mgr.14403) 15313 : audit 0 from='client.307008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:06 smithi079 bash[28699]: cluster 2023-12-07T23:36:05.243767+0000 mgr.a (mgr.14403) 15314 : cluster 0 pgmap v11433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:06 smithi194 bash[32038]: cluster 2023-12-07T23:36:05.243767+0000 mgr.a (mgr.14403) 15314 : cluster 0 pgmap v11433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:06 smithi135 bash[32435]: cluster 2023-12-07T23:36:05.243767+0000 mgr.a (mgr.14403) 15314 : cluster 0 pgmap v11433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:08 smithi079 bash[28699]: cluster 2023-12-07T23:36:07.244302+0000 mgr.a (mgr.14403) 15315 : cluster 0 pgmap v11434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:08 smithi194 bash[32038]: cluster 2023-12-07T23:36:07.244302+0000 mgr.a (mgr.14403) 15315 : cluster 0 pgmap v11434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:08 smithi135 bash[32435]: cluster 2023-12-07T23:36:07.244302+0000 mgr.a (mgr.14403) 15315 : cluster 0 pgmap v11434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:09.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:36:09.723 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:09.723 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:10.634 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:36:10.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:10.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:10.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:10.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:36:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:10 smithi079 bash[28699]: cluster 2023-12-07T23:36:09.245088+0000 mgr.a (mgr.14403) 15316 : cluster 0 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-07T23:36:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:10 smithi194 bash[32038]: cluster 2023-12-07T23:36:09.245088+0000 mgr.a (mgr.14403) 15316 : cluster 0 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-07T23:36:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:10 smithi135 bash[32435]: cluster 2023-12-07T23:36:09.245088+0000 mgr.a (mgr.14403) 15316 : cluster 0 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-07T23:36:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:11 smithi079 bash[28699]: audit 2023-12-07T23:36:10.126653+0000 mgr.a (mgr.14403) 15317 : audit 0 from='client.307086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:11 smithi194 bash[32038]: audit 2023-12-07T23:36:10.126653+0000 mgr.a (mgr.14403) 15317 : audit 0 from='client.307086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:11 smithi135 bash[32435]: audit 2023-12-07T23:36:10.126653+0000 mgr.a (mgr.14403) 15317 : audit 0 from='client.307086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:12 smithi079 bash[28699]: cluster 2023-12-07T23:36:11.245907+0000 mgr.a (mgr.14403) 15318 : cluster 0 pgmap v11436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:36:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:12 smithi194 bash[32038]: cluster 2023-12-07T23:36:11.245907+0000 mgr.a (mgr.14403) 15318 : cluster 0 pgmap v11436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:36:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:12 smithi135 bash[32435]: cluster 2023-12-07T23:36:11.245907+0000 mgr.a (mgr.14403) 15318 : cluster 0 pgmap v11436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:36:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:14 smithi079 bash[28699]: cluster 2023-12-07T23:36:13.246606+0000 mgr.a (mgr.14403) 15319 : cluster 0 pgmap v11437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:36:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:14 smithi194 bash[32038]: cluster 2023-12-07T23:36:13.246606+0000 mgr.a (mgr.14403) 15319 : cluster 0 pgmap v11437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:36:14.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:14 smithi135 bash[32435]: cluster 2023-12-07T23:36:13.246606+0000 mgr.a (mgr.14403) 15319 : cluster 0 pgmap v11437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T23:36:15.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:36:15.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:15.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:16.564 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:36:16.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:16.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:16.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:16.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:36:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:16 smithi079 bash[28699]: cluster 2023-12-07T23:36:15.247379+0000 mgr.a (mgr.14403) 15320 : cluster 0 pgmap v11438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:36:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:16 smithi194 bash[32038]: cluster 2023-12-07T23:36:15.247379+0000 mgr.a (mgr.14403) 15320 : cluster 0 pgmap v11438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:36:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:16 smithi135 bash[32435]: cluster 2023-12-07T23:36:15.247379+0000 mgr.a (mgr.14403) 15320 : cluster 0 pgmap v11438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T23:36:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:17 smithi079 bash[28699]: audit 2023-12-07T23:36:16.044972+0000 mgr.a (mgr.14403) 15321 : audit 0 from='client.307161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:17 smithi194 bash[32038]: audit 2023-12-07T23:36:16.044972+0000 mgr.a (mgr.14403) 15321 : audit 0 from='client.307161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:17 smithi135 bash[32435]: audit 2023-12-07T23:36:16.044972+0000 mgr.a (mgr.14403) 15321 : audit 0 from='client.307161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:18 smithi079 bash[28699]: cluster 2023-12-07T23:36:17.248104+0000 mgr.a (mgr.14403) 15322 : cluster 0 pgmap v11439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:18 smithi194 bash[32038]: cluster 2023-12-07T23:36:17.248104+0000 mgr.a (mgr.14403) 15322 : cluster 0 pgmap v11439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:18 smithi135 bash[32435]: cluster 2023-12-07T23:36:17.248104+0000 mgr.a (mgr.14403) 15322 : cluster 0 pgmap v11439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:20 smithi079 bash[28699]: cluster 2023-12-07T23:36:19.248913+0000 mgr.a (mgr.14403) 15323 : cluster 0 pgmap v11440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:20 smithi194 bash[32038]: cluster 2023-12-07T23:36:19.248913+0000 mgr.a (mgr.14403) 15323 : cluster 0 pgmap v11440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:20 smithi135 bash[32435]: cluster 2023-12-07T23:36:19.248913+0000 mgr.a (mgr.14403) 15323 : cluster 0 pgmap v11440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:21.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:36:21.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:21.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:22 smithi079 bash[28699]: cluster 2023-12-07T23:36:21.249450+0000 mgr.a (mgr.14403) 15324 : cluster 0 pgmap v11441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:22 smithi079 bash[28699]: audit 2023-12-07T23:36:21.972193+0000 mgr.a (mgr.14403) 15325 : audit 0 from='client.307239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:22 smithi194 bash[32038]: cluster 2023-12-07T23:36:21.249450+0000 mgr.a (mgr.14403) 15324 : cluster 0 pgmap v11441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:22 smithi194 bash[32038]: audit 2023-12-07T23:36:21.972193+0000 mgr.a (mgr.14403) 15325 : audit 0 from='client.307239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:22 smithi135 bash[32435]: cluster 2023-12-07T23:36:21.249450+0000 mgr.a (mgr.14403) 15324 : cluster 0 pgmap v11441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:22 smithi135 bash[32435]: audit 2023-12-07T23:36:21.972193+0000 mgr.a (mgr.14403) 15325 : audit 0 from='client.307239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:22.464 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:36:22.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:22.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:22.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:22.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:36:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:24 smithi079 bash[28699]: cluster 2023-12-07T23:36:23.250116+0000 mgr.a (mgr.14403) 15326 : cluster 0 pgmap v11442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:24 smithi194 bash[32038]: cluster 2023-12-07T23:36:23.250116+0000 mgr.a (mgr.14403) 15326 : cluster 0 pgmap v11442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:24 smithi135 bash[32435]: cluster 2023-12-07T23:36:23.250116+0000 mgr.a (mgr.14403) 15326 : cluster 0 pgmap v11442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:26 smithi079 bash[28699]: cluster 2023-12-07T23:36:25.250940+0000 mgr.a (mgr.14403) 15327 : cluster 0 pgmap v11443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:26 smithi194 bash[32038]: cluster 2023-12-07T23:36:25.250940+0000 mgr.a (mgr.14403) 15327 : cluster 0 pgmap v11443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:26 smithi135 bash[32435]: cluster 2023-12-07T23:36:25.250940+0000 mgr.a (mgr.14403) 15327 : cluster 0 pgmap v11443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:27.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:36:27.469 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:27.469 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:28.377 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:36:28.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:28.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:28.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:28.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:36:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:28 smithi079 bash[28699]: cluster 2023-12-07T23:36:27.251515+0000 mgr.a (mgr.14403) 15328 : cluster 0 pgmap v11444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:28 smithi079 bash[28699]: audit 2023-12-07T23:36:27.865228+0000 mgr.a (mgr.14403) 15329 : audit 0 from='client.307314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:28 smithi194 bash[32038]: cluster 2023-12-07T23:36:27.251515+0000 mgr.a (mgr.14403) 15328 : cluster 0 pgmap v11444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:28 smithi194 bash[32038]: audit 2023-12-07T23:36:27.865228+0000 mgr.a (mgr.14403) 15329 : audit 0 from='client.307314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:28 smithi135 bash[32435]: cluster 2023-12-07T23:36:27.251515+0000 mgr.a (mgr.14403) 15328 : cluster 0 pgmap v11444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:28 smithi135 bash[32435]: audit 2023-12-07T23:36:27.865228+0000 mgr.a (mgr.14403) 15329 : audit 0 from='client.307314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:30 smithi079 bash[28699]: cluster 2023-12-07T23:36:29.252419+0000 mgr.a (mgr.14403) 15330 : cluster 0 pgmap v11445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:30 smithi194 bash[32038]: cluster 2023-12-07T23:36:29.252419+0000 mgr.a (mgr.14403) 15330 : cluster 0 pgmap v11445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:30 smithi135 bash[32435]: cluster 2023-12-07T23:36:29.252419+0000 mgr.a (mgr.14403) 15330 : cluster 0 pgmap v11445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:32 smithi079 bash[28699]: cluster 2023-12-07T23:36:31.253130+0000 mgr.a (mgr.14403) 15331 : cluster 0 pgmap v11446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:32 smithi194 bash[32038]: cluster 2023-12-07T23:36:31.253130+0000 mgr.a (mgr.14403) 15331 : cluster 0 pgmap v11446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:32 smithi135 bash[32435]: cluster 2023-12-07T23:36:31.253130+0000 mgr.a (mgr.14403) 15331 : cluster 0 pgmap v11446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:33.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:36:33.380 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:33.380 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:34.275 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:36:34.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:34.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:34.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:34.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:36:34.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:34 smithi079 bash[28699]: cluster 2023-12-07T23:36:33.253744+0000 mgr.a (mgr.14403) 15332 : cluster 0 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-07T23:36:34.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:34 smithi079 bash[28699]: audit 2023-12-07T23:36:33.782472+0000 mgr.a (mgr.14403) 15333 : audit 0 from='client.307392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:34 smithi194 bash[32038]: cluster 2023-12-07T23:36:33.253744+0000 mgr.a (mgr.14403) 15332 : cluster 0 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-07T23:36:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:34 smithi194 bash[32038]: audit 2023-12-07T23:36:33.782472+0000 mgr.a (mgr.14403) 15333 : audit 0 from='client.307392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:34 smithi135 bash[32435]: cluster 2023-12-07T23:36:33.253744+0000 mgr.a (mgr.14403) 15332 : cluster 0 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-07T23:36:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:34 smithi135 bash[32435]: audit 2023-12-07T23:36:33.782472+0000 mgr.a (mgr.14403) 15333 : audit 0 from='client.307392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:36 smithi079 bash[28699]: cluster 2023-12-07T23:36:35.254817+0000 mgr.a (mgr.14403) 15334 : cluster 0 pgmap v11448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:36 smithi194 bash[32038]: cluster 2023-12-07T23:36:35.254817+0000 mgr.a (mgr.14403) 15334 : cluster 0 pgmap v11448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:36 smithi135 bash[32435]: cluster 2023-12-07T23:36:35.254817+0000 mgr.a (mgr.14403) 15334 : cluster 0 pgmap v11448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:38 smithi079 bash[28699]: cluster 2023-12-07T23:36:37.255454+0000 mgr.a (mgr.14403) 15335 : cluster 0 pgmap v11449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:38 smithi194 bash[32038]: cluster 2023-12-07T23:36:37.255454+0000 mgr.a (mgr.14403) 15335 : cluster 0 pgmap v11449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:38 smithi135 bash[32435]: cluster 2023-12-07T23:36:37.255454+0000 mgr.a (mgr.14403) 15335 : cluster 0 pgmap v11449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:39.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:36:39.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:39.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:40.144 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:36:40.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:40.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:40.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:40.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:36:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:40 smithi079 bash[28699]: cluster 2023-12-07T23:36:39.256140+0000 mgr.a (mgr.14403) 15336 : cluster 0 pgmap v11450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:40 smithi079 bash[28699]: audit 2023-12-07T23:36:39.675026+0000 mgr.a (mgr.14403) 15337 : audit 0 from='client.307464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:40 smithi079 bash[28699]: audit 2023-12-07T23:36:39.828497+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:36:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:40 smithi194 bash[32038]: cluster 2023-12-07T23:36:39.256140+0000 mgr.a (mgr.14403) 15336 : cluster 0 pgmap v11450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:40 smithi194 bash[32038]: audit 2023-12-07T23:36:39.675026+0000 mgr.a (mgr.14403) 15337 : audit 0 from='client.307464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:40 smithi194 bash[32038]: audit 2023-12-07T23:36:39.828497+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:36:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:40 smithi135 bash[32435]: cluster 2023-12-07T23:36:39.256140+0000 mgr.a (mgr.14403) 15336 : cluster 0 pgmap v11450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:40 smithi135 bash[32435]: audit 2023-12-07T23:36:39.675026+0000 mgr.a (mgr.14403) 15337 : audit 0 from='client.307464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:40 smithi135 bash[32435]: audit 2023-12-07T23:36:39.828497+0000 mon.a (mon.0) 2564 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:36:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:41 smithi079 bash[28699]: audit 2023-12-07T23:36:40.622054+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:36:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:41 smithi079 bash[28699]: audit 2023-12-07T23:36:40.624213+0000 mon.a (mon.0) 2566 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:36:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:41 smithi079 bash[28699]: audit 2023-12-07T23:36:40.635706+0000 mon.a (mon.0) 2567 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:36:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:41 smithi194 bash[32038]: audit 2023-12-07T23:36:40.622054+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:36:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:41 smithi194 bash[32038]: audit 2023-12-07T23:36:40.624213+0000 mon.a (mon.0) 2566 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:36:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:41 smithi194 bash[32038]: audit 2023-12-07T23:36:40.635706+0000 mon.a (mon.0) 2567 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:36:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:41 smithi135 bash[32435]: audit 2023-12-07T23:36:40.622054+0000 mon.a (mon.0) 2565 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:36:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:41 smithi135 bash[32435]: audit 2023-12-07T23:36:40.624213+0000 mon.a (mon.0) 2566 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:36:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:41 smithi135 bash[32435]: audit 2023-12-07T23:36:40.635706+0000 mon.a (mon.0) 2567 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:36:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:42 smithi079 bash[28699]: cluster 2023-12-07T23:36:41.256812+0000 mgr.a (mgr.14403) 15338 : cluster 0 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-07T23:36:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:42 smithi194 bash[32038]: cluster 2023-12-07T23:36:41.256812+0000 mgr.a (mgr.14403) 15338 : cluster 0 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-07T23:36:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:42 smithi135 bash[32435]: cluster 2023-12-07T23:36:41.256812+0000 mgr.a (mgr.14403) 15338 : cluster 0 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-07T23:36:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:44 smithi079 bash[28699]: cluster 2023-12-07T23:36:43.257404+0000 mgr.a (mgr.14403) 15339 : cluster 0 pgmap v11452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:44.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:44 smithi194 bash[32038]: cluster 2023-12-07T23:36:43.257404+0000 mgr.a (mgr.14403) 15339 : cluster 0 pgmap v11452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:44 smithi135 bash[32435]: cluster 2023-12-07T23:36:43.257404+0000 mgr.a (mgr.14403) 15339 : cluster 0 pgmap v11452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:36:45.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:36:45.148 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:45.148 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:46.038 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:36:46.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:46.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:46.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:46.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:36:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:46 smithi079 bash[28699]: cluster 2023-12-07T23:36:45.258209+0000 mgr.a (mgr.14403) 15340 : cluster 0 pgmap v11453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:46 smithi079 bash[28699]: audit 2023-12-07T23:36:45.546999+0000 mgr.a (mgr.14403) 15341 : audit 0 from='client.307539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:46 smithi194 bash[32038]: cluster 2023-12-07T23:36:45.258209+0000 mgr.a (mgr.14403) 15340 : cluster 0 pgmap v11453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:46 smithi194 bash[32038]: audit 2023-12-07T23:36:45.546999+0000 mgr.a (mgr.14403) 15341 : audit 0 from='client.307539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:46 smithi135 bash[32435]: cluster 2023-12-07T23:36:45.258209+0000 mgr.a (mgr.14403) 15340 : cluster 0 pgmap v11453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:46 smithi135 bash[32435]: audit 2023-12-07T23:36:45.546999+0000 mgr.a (mgr.14403) 15341 : audit 0 from='client.307539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:48 smithi079 bash[28699]: cluster 2023-12-07T23:36:47.258851+0000 mgr.a (mgr.14403) 15342 : cluster 0 pgmap v11454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:48 smithi194 bash[32038]: cluster 2023-12-07T23:36:47.258851+0000 mgr.a (mgr.14403) 15342 : cluster 0 pgmap v11454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:48 smithi135 bash[32435]: cluster 2023-12-07T23:36:47.258851+0000 mgr.a (mgr.14403) 15342 : cluster 0 pgmap v11454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:50 smithi079 bash[28699]: cluster 2023-12-07T23:36:49.259623+0000 mgr.a (mgr.14403) 15343 : cluster 0 pgmap v11455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:50 smithi194 bash[32038]: cluster 2023-12-07T23:36:49.259623+0000 mgr.a (mgr.14403) 15343 : cluster 0 pgmap v11455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:50 smithi135 bash[32435]: cluster 2023-12-07T23:36:49.259623+0000 mgr.a (mgr.14403) 15343 : cluster 0 pgmap v11455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:51.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:36:51.042 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:51.042 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:51.966 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:36:51.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:51.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:51.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:51.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:36:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:52 smithi079 bash[28699]: cluster 2023-12-07T23:36:51.260147+0000 mgr.a (mgr.14403) 15344 : cluster 0 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-07T23:36:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:52 smithi079 bash[28699]: audit 2023-12-07T23:36:51.450507+0000 mgr.a (mgr.14403) 15345 : audit 0 from='client.307614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:52 smithi194 bash[32038]: cluster 2023-12-07T23:36:51.260147+0000 mgr.a (mgr.14403) 15344 : cluster 0 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-07T23:36:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:52 smithi194 bash[32038]: audit 2023-12-07T23:36:51.450507+0000 mgr.a (mgr.14403) 15345 : audit 0 from='client.307614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:52 smithi135 bash[32435]: cluster 2023-12-07T23:36:51.260147+0000 mgr.a (mgr.14403) 15344 : cluster 0 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-07T23:36:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:52 smithi135 bash[32435]: audit 2023-12-07T23:36:51.450507+0000 mgr.a (mgr.14403) 15345 : audit 0 from='client.307614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:54 smithi079 bash[28699]: cluster 2023-12-07T23:36:53.260868+0000 mgr.a (mgr.14403) 15346 : cluster 0 pgmap v11457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:54 smithi194 bash[32038]: cluster 2023-12-07T23:36:53.260868+0000 mgr.a (mgr.14403) 15346 : cluster 0 pgmap v11457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:54 smithi135 bash[32435]: cluster 2023-12-07T23:36:53.260868+0000 mgr.a (mgr.14403) 15346 : cluster 0 pgmap v11457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:56.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:56 smithi079 bash[28699]: cluster 2023-12-07T23:36:55.261716+0000 mgr.a (mgr.14403) 15347 : cluster 0 pgmap v11458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:56 smithi194 bash[32038]: cluster 2023-12-07T23:36:55.261716+0000 mgr.a (mgr.14403) 15347 : cluster 0 pgmap v11458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:56 smithi135 bash[32435]: cluster 2023-12-07T23:36:55.261716+0000 mgr.a (mgr.14403) 15347 : cluster 0 pgmap v11458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:36:56.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:36:56.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:36:56.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:36:57.866 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:36:57.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:36:57.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:36:57.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:36:57.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:36:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:58 smithi079 bash[28699]: cluster 2023-12-07T23:36:57.262254+0000 mgr.a (mgr.14403) 15348 : cluster 0 pgmap v11459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:36:58 smithi079 bash[28699]: audit 2023-12-07T23:36:57.363645+0000 mgr.a (mgr.14403) 15349 : audit 0 from='client.307692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:58 smithi194 bash[32038]: cluster 2023-12-07T23:36:57.262254+0000 mgr.a (mgr.14403) 15348 : cluster 0 pgmap v11459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:36:58 smithi194 bash[32038]: audit 2023-12-07T23:36:57.363645+0000 mgr.a (mgr.14403) 15349 : audit 0 from='client.307692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:36:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:58 smithi135 bash[32435]: cluster 2023-12-07T23:36:57.262254+0000 mgr.a (mgr.14403) 15348 : cluster 0 pgmap v11459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:36:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:36:58 smithi135 bash[32435]: audit 2023-12-07T23:36:57.363645+0000 mgr.a (mgr.14403) 15349 : audit 0 from='client.307692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:00 smithi079 bash[28699]: cluster 2023-12-07T23:36:59.263201+0000 mgr.a (mgr.14403) 15350 : cluster 0 pgmap v11460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:00 smithi194 bash[32038]: cluster 2023-12-07T23:36:59.263201+0000 mgr.a (mgr.14403) 15350 : cluster 0 pgmap v11460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:00 smithi135 bash[32435]: cluster 2023-12-07T23:36:59.263201+0000 mgr.a (mgr.14403) 15350 : cluster 0 pgmap v11460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:02 smithi079 bash[28699]: cluster 2023-12-07T23:37:01.263722+0000 mgr.a (mgr.14403) 15351 : cluster 0 pgmap v11461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:02 smithi194 bash[32038]: cluster 2023-12-07T23:37:01.263722+0000 mgr.a (mgr.14403) 15351 : cluster 0 pgmap v11461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:02 smithi135 bash[32435]: cluster 2023-12-07T23:37:01.263722+0000 mgr.a (mgr.14403) 15351 : cluster 0 pgmap v11461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:02.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:37:02.869 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:02.869 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:03.743 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:37:03.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:03.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:03.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:03.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:37:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:04 smithi079 bash[28699]: cluster 2023-12-07T23:37:03.264269+0000 mgr.a (mgr.14403) 15352 : cluster 0 pgmap v11462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:04 smithi079 bash[28699]: audit 2023-12-07T23:37:03.269141+0000 mgr.a (mgr.14403) 15353 : audit 0 from='client.307770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:04 smithi194 bash[32038]: cluster 2023-12-07T23:37:03.264269+0000 mgr.a (mgr.14403) 15352 : cluster 0 pgmap v11462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:04 smithi194 bash[32038]: audit 2023-12-07T23:37:03.269141+0000 mgr.a (mgr.14403) 15353 : audit 0 from='client.307770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:04 smithi135 bash[32435]: cluster 2023-12-07T23:37:03.264269+0000 mgr.a (mgr.14403) 15352 : cluster 0 pgmap v11462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:04 smithi135 bash[32435]: audit 2023-12-07T23:37:03.269141+0000 mgr.a (mgr.14403) 15353 : audit 0 from='client.307770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:06 smithi079 bash[28699]: cluster 2023-12-07T23:37:05.265269+0000 mgr.a (mgr.14403) 15354 : cluster 0 pgmap v11463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:37:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:06 smithi194 bash[32038]: cluster 2023-12-07T23:37:05.265269+0000 mgr.a (mgr.14403) 15354 : cluster 0 pgmap v11463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:37:06.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:06 smithi135 bash[32435]: cluster 2023-12-07T23:37:05.265269+0000 mgr.a (mgr.14403) 15354 : cluster 0 pgmap v11463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:37:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:08 smithi079 bash[28699]: cluster 2023-12-07T23:37:07.265846+0000 mgr.a (mgr.14403) 15355 : cluster 0 pgmap v11464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:37:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:08 smithi194 bash[32038]: cluster 2023-12-07T23:37:07.265846+0000 mgr.a (mgr.14403) 15355 : cluster 0 pgmap v11464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:37:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:08 smithi135 bash[32435]: cluster 2023-12-07T23:37:07.265846+0000 mgr.a (mgr.14403) 15355 : cluster 0 pgmap v11464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:37:08.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:37:08.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:08.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:09.644 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:37:09.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:09.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:09.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:09.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:37:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:10 smithi079 bash[28699]: audit 2023-12-07T23:37:09.134698+0000 mgr.a (mgr.14403) 15356 : audit 0 from='client.307848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:10 smithi079 bash[28699]: cluster 2023-12-07T23:37:09.266791+0000 mgr.a (mgr.14403) 15357 : cluster 0 pgmap v11465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:10 smithi194 bash[32038]: audit 2023-12-07T23:37:09.134698+0000 mgr.a (mgr.14403) 15356 : audit 0 from='client.307848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:10 smithi194 bash[32038]: cluster 2023-12-07T23:37:09.266791+0000 mgr.a (mgr.14403) 15357 : cluster 0 pgmap v11465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:10 smithi135 bash[32435]: audit 2023-12-07T23:37:09.134698+0000 mgr.a (mgr.14403) 15356 : audit 0 from='client.307848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:10 smithi135 bash[32435]: cluster 2023-12-07T23:37:09.266791+0000 mgr.a (mgr.14403) 15357 : cluster 0 pgmap v11465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:12 smithi079 bash[28699]: cluster 2023-12-07T23:37:11.267384+0000 mgr.a (mgr.14403) 15358 : cluster 0 pgmap v11466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:12 smithi194 bash[32038]: cluster 2023-12-07T23:37:11.267384+0000 mgr.a (mgr.14403) 15358 : cluster 0 pgmap v11466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:12 smithi135 bash[32435]: cluster 2023-12-07T23:37:11.267384+0000 mgr.a (mgr.14403) 15358 : cluster 0 pgmap v11466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:14 smithi079 bash[28699]: cluster 2023-12-07T23:37:13.267996+0000 mgr.a (mgr.14403) 15359 : cluster 0 pgmap v11467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:14.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:37:14.647 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:14.647 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:14 smithi194 bash[32038]: cluster 2023-12-07T23:37:13.267996+0000 mgr.a (mgr.14403) 15359 : cluster 0 pgmap v11467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:14 smithi135 bash[32435]: cluster 2023-12-07T23:37:13.267996+0000 mgr.a (mgr.14403) 15359 : cluster 0 pgmap v11467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:15.564 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:37:15.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:15.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:15.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:15.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:37:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:16 smithi079 bash[28699]: audit 2023-12-07T23:37:15.053231+0000 mgr.a (mgr.14403) 15360 : audit 0 from='client.307923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:16 smithi079 bash[28699]: cluster 2023-12-07T23:37:15.269029+0000 mgr.a (mgr.14403) 15361 : cluster 0 pgmap v11468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:16 smithi194 bash[32038]: audit 2023-12-07T23:37:15.053231+0000 mgr.a (mgr.14403) 15360 : audit 0 from='client.307923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:16 smithi194 bash[32038]: cluster 2023-12-07T23:37:15.269029+0000 mgr.a (mgr.14403) 15361 : cluster 0 pgmap v11468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:16 smithi135 bash[32435]: audit 2023-12-07T23:37:15.053231+0000 mgr.a (mgr.14403) 15360 : audit 0 from='client.307923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:16 smithi135 bash[32435]: cluster 2023-12-07T23:37:15.269029+0000 mgr.a (mgr.14403) 15361 : cluster 0 pgmap v11468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:18.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:18 smithi079 bash[28699]: cluster 2023-12-07T23:37:17.269734+0000 mgr.a (mgr.14403) 15362 : cluster 0 pgmap v11469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:37:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:18 smithi194 bash[32038]: cluster 2023-12-07T23:37:17.269734+0000 mgr.a (mgr.14403) 15362 : cluster 0 pgmap v11469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:37:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:18 smithi135 bash[32435]: cluster 2023-12-07T23:37:17.269734+0000 mgr.a (mgr.14403) 15362 : cluster 0 pgmap v11469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:37:20.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:37:20.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:20.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:20.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:20 smithi079 bash[28699]: cluster 2023-12-07T23:37:19.270724+0000 mgr.a (mgr.14403) 15363 : cluster 0 pgmap v11470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:37:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:20 smithi194 bash[32038]: cluster 2023-12-07T23:37:19.270724+0000 mgr.a (mgr.14403) 15363 : cluster 0 pgmap v11470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:37:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:20 smithi135 bash[32435]: cluster 2023-12-07T23:37:19.270724+0000 mgr.a (mgr.14403) 15363 : cluster 0 pgmap v11470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:37:21.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:21.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:21.477 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:37:21.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:21.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:37:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:21 smithi079 bash[28699]: audit 2023-12-07T23:37:20.974607+0000 mgr.a (mgr.14403) 15364 : audit 0 from='client.307998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:21 smithi194 bash[32038]: audit 2023-12-07T23:37:20.974607+0000 mgr.a (mgr.14403) 15364 : audit 0 from='client.307998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:21 smithi135 bash[32435]: audit 2023-12-07T23:37:20.974607+0000 mgr.a (mgr.14403) 15364 : audit 0 from='client.307998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:22 smithi079 bash[28699]: cluster 2023-12-07T23:37:21.271270+0000 mgr.a (mgr.14403) 15365 : cluster 0 pgmap v11471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:22 smithi194 bash[32038]: cluster 2023-12-07T23:37:21.271270+0000 mgr.a (mgr.14403) 15365 : cluster 0 pgmap v11471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:22 smithi135 bash[32435]: cluster 2023-12-07T23:37:21.271270+0000 mgr.a (mgr.14403) 15365 : cluster 0 pgmap v11471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:24 smithi079 bash[28699]: cluster 2023-12-07T23:37:23.271916+0000 mgr.a (mgr.14403) 15366 : cluster 0 pgmap v11472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:24 smithi194 bash[32038]: cluster 2023-12-07T23:37:23.271916+0000 mgr.a (mgr.14403) 15366 : cluster 0 pgmap v11472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:24 smithi135 bash[32435]: cluster 2023-12-07T23:37:23.271916+0000 mgr.a (mgr.14403) 15366 : cluster 0 pgmap v11472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:26.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:37:26.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:26.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:26 smithi079 bash[28699]: cluster 2023-12-07T23:37:25.272779+0000 mgr.a (mgr.14403) 15367 : cluster 0 pgmap v11473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:26 smithi194 bash[32038]: cluster 2023-12-07T23:37:25.272779+0000 mgr.a (mgr.14403) 15367 : cluster 0 pgmap v11473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:26 smithi135 bash[32435]: cluster 2023-12-07T23:37:25.272779+0000 mgr.a (mgr.14403) 15367 : cluster 0 pgmap v11473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:27.383 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:37:27.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:27.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:27.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:27.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:37:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:27 smithi079 bash[28699]: audit 2023-12-07T23:37:26.878569+0000 mgr.a (mgr.14403) 15368 : audit 0 from='client.308073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:27 smithi194 bash[32038]: audit 2023-12-07T23:37:26.878569+0000 mgr.a (mgr.14403) 15368 : audit 0 from='client.308073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:27 smithi135 bash[32435]: audit 2023-12-07T23:37:26.878569+0000 mgr.a (mgr.14403) 15368 : audit 0 from='client.308073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:28 smithi079 bash[28699]: cluster 2023-12-07T23:37:27.273602+0000 mgr.a (mgr.14403) 15369 : cluster 0 pgmap v11474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:28 smithi194 bash[32038]: cluster 2023-12-07T23:37:27.273602+0000 mgr.a (mgr.14403) 15369 : cluster 0 pgmap v11474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:28 smithi135 bash[32435]: cluster 2023-12-07T23:37:27.273602+0000 mgr.a (mgr.14403) 15369 : cluster 0 pgmap v11474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:30 smithi079 bash[28699]: cluster 2023-12-07T23:37:29.274465+0000 mgr.a (mgr.14403) 15370 : cluster 0 pgmap v11475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:30 smithi194 bash[32038]: cluster 2023-12-07T23:37:29.274465+0000 mgr.a (mgr.14403) 15370 : cluster 0 pgmap v11475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:30 smithi135 bash[32435]: cluster 2023-12-07T23:37:29.274465+0000 mgr.a (mgr.14403) 15370 : cluster 0 pgmap v11475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:32.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:37:32.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:32.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:32 smithi079 bash[28699]: cluster 2023-12-07T23:37:31.275040+0000 mgr.a (mgr.14403) 15371 : cluster 0 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-07T23:37:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:32 smithi194 bash[32038]: cluster 2023-12-07T23:37:31.275040+0000 mgr.a (mgr.14403) 15371 : cluster 0 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-07T23:37:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:32 smithi135 bash[32435]: cluster 2023-12-07T23:37:31.275040+0000 mgr.a (mgr.14403) 15371 : cluster 0 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-07T23:37:33.305 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:37:33.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:33.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:33.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:33.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:37:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:33 smithi079 bash[28699]: audit 2023-12-07T23:37:32.792605+0000 mgr.a (mgr.14403) 15372 : audit 0 from='client.308148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:33 smithi194 bash[32038]: audit 2023-12-07T23:37:32.792605+0000 mgr.a (mgr.14403) 15372 : audit 0 from='client.308148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:33 smithi135 bash[32435]: audit 2023-12-07T23:37:32.792605+0000 mgr.a (mgr.14403) 15372 : audit 0 from='client.308148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:34 smithi079 bash[28699]: cluster 2023-12-07T23:37:33.275570+0000 mgr.a (mgr.14403) 15373 : cluster 0 pgmap v11477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:34 smithi194 bash[32038]: cluster 2023-12-07T23:37:33.275570+0000 mgr.a (mgr.14403) 15373 : cluster 0 pgmap v11477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:34 smithi135 bash[32435]: cluster 2023-12-07T23:37:33.275570+0000 mgr.a (mgr.14403) 15373 : cluster 0 pgmap v11477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:36.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:36 smithi079 bash[28699]: cluster 2023-12-07T23:37:35.276544+0000 mgr.a (mgr.14403) 15374 : cluster 0 pgmap v11478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:36 smithi194 bash[32038]: cluster 2023-12-07T23:37:35.276544+0000 mgr.a (mgr.14403) 15374 : cluster 0 pgmap v11478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:36 smithi135 bash[32435]: cluster 2023-12-07T23:37:35.276544+0000 mgr.a (mgr.14403) 15374 : cluster 0 pgmap v11478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:38.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:37:38.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:38.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:38.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:38 smithi079 bash[28699]: cluster 2023-12-07T23:37:37.277129+0000 mgr.a (mgr.14403) 15375 : cluster 0 pgmap v11479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:38 smithi194 bash[32038]: cluster 2023-12-07T23:37:37.277129+0000 mgr.a (mgr.14403) 15375 : cluster 0 pgmap v11479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:38 smithi135 bash[32435]: cluster 2023-12-07T23:37:37.277129+0000 mgr.a (mgr.14403) 15375 : cluster 0 pgmap v11479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:39.231 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:37:39.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:39.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:39.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:39.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:37:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:39 smithi079 bash[28699]: audit 2023-12-07T23:37:38.712738+0000 mgr.a (mgr.14403) 15376 : audit 0 from='client.308226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:39 smithi194 bash[32038]: audit 2023-12-07T23:37:38.712738+0000 mgr.a (mgr.14403) 15376 : audit 0 from='client.308226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:39 smithi135 bash[32435]: audit 2023-12-07T23:37:38.712738+0000 mgr.a (mgr.14403) 15376 : audit 0 from='client.308226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:40 smithi079 bash[28699]: cluster 2023-12-07T23:37:39.278167+0000 mgr.a (mgr.14403) 15377 : cluster 0 pgmap v11480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:40 smithi194 bash[32038]: cluster 2023-12-07T23:37:39.278167+0000 mgr.a (mgr.14403) 15377 : cluster 0 pgmap v11480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:40 smithi135 bash[32435]: cluster 2023-12-07T23:37:39.278167+0000 mgr.a (mgr.14403) 15377 : cluster 0 pgmap v11480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:41 smithi079 bash[28699]: audit 2023-12-07T23:37:40.738908+0000 mon.a (mon.0) 2568 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:37:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:41 smithi194 bash[32038]: audit 2023-12-07T23:37:40.738908+0000 mon.a (mon.0) 2568 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:37:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:41 smithi135 bash[32435]: audit 2023-12-07T23:37:40.738908+0000 mon.a (mon.0) 2568 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:37:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:42 smithi079 bash[28699]: cluster 2023-12-07T23:37:41.278787+0000 mgr.a (mgr.14403) 15378 : cluster 0 pgmap v11481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:42 smithi079 bash[28699]: audit 2023-12-07T23:37:41.470566+0000 mon.a (mon.0) 2569 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:37:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:42 smithi079 bash[28699]: audit 2023-12-07T23:37:41.472248+0000 mon.a (mon.0) 2570 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:37:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:42 smithi079 bash[28699]: audit 2023-12-07T23:37:41.481193+0000 mon.a (mon.0) 2571 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:37:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:42 smithi194 bash[32038]: cluster 2023-12-07T23:37:41.278787+0000 mgr.a (mgr.14403) 15378 : cluster 0 pgmap v11481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:42 smithi194 bash[32038]: audit 2023-12-07T23:37:41.470566+0000 mon.a (mon.0) 2569 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:37:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:42 smithi194 bash[32038]: audit 2023-12-07T23:37:41.472248+0000 mon.a (mon.0) 2570 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:37:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:42 smithi194 bash[32038]: audit 2023-12-07T23:37:41.481193+0000 mon.a (mon.0) 2571 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:37:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:42 smithi135 bash[32435]: cluster 2023-12-07T23:37:41.278787+0000 mgr.a (mgr.14403) 15378 : cluster 0 pgmap v11481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:42 smithi135 bash[32435]: audit 2023-12-07T23:37:41.470566+0000 mon.a (mon.0) 2569 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:37:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:42 smithi135 bash[32435]: audit 2023-12-07T23:37:41.472248+0000 mon.a (mon.0) 2570 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:37:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:42 smithi135 bash[32435]: audit 2023-12-07T23:37:41.481193+0000 mon.a (mon.0) 2571 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:37:44.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:37:44.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:44.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:44 smithi079 bash[28699]: cluster 2023-12-07T23:37:43.279350+0000 mgr.a (mgr.14403) 15379 : cluster 0 pgmap v11482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:44.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:44 smithi194 bash[32038]: cluster 2023-12-07T23:37:43.279350+0000 mgr.a (mgr.14403) 15379 : cluster 0 pgmap v11482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:44 smithi135 bash[32435]: cluster 2023-12-07T23:37:43.279350+0000 mgr.a (mgr.14403) 15379 : cluster 0 pgmap v11482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:45.165 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:37:45.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:45.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:45.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:45.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:37:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:45 smithi079 bash[28699]: audit 2023-12-07T23:37:44.639231+0000 mgr.a (mgr.14403) 15380 : audit 0 from='client.308301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:45 smithi194 bash[32038]: audit 2023-12-07T23:37:44.639231+0000 mgr.a (mgr.14403) 15380 : audit 0 from='client.308301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:45 smithi135 bash[32435]: audit 2023-12-07T23:37:44.639231+0000 mgr.a (mgr.14403) 15380 : audit 0 from='client.308301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:46.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:46 smithi079 bash[28699]: cluster 2023-12-07T23:37:45.280447+0000 mgr.a (mgr.14403) 15381 : cluster 0 pgmap v11483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:46 smithi194 bash[32038]: cluster 2023-12-07T23:37:45.280447+0000 mgr.a (mgr.14403) 15381 : cluster 0 pgmap v11483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:46 smithi135 bash[32435]: cluster 2023-12-07T23:37:45.280447+0000 mgr.a (mgr.14403) 15381 : cluster 0 pgmap v11483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:48 smithi079 bash[28699]: cluster 2023-12-07T23:37:47.281053+0000 mgr.a (mgr.14403) 15382 : cluster 0 pgmap v11484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:48 smithi194 bash[32038]: cluster 2023-12-07T23:37:47.281053+0000 mgr.a (mgr.14403) 15382 : cluster 0 pgmap v11484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:48 smithi135 bash[32435]: cluster 2023-12-07T23:37:47.281053+0000 mgr.a (mgr.14403) 15382 : cluster 0 pgmap v11484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:37:50.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:37:50.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:50.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:50 smithi079 bash[28699]: cluster 2023-12-07T23:37:49.281806+0000 mgr.a (mgr.14403) 15383 : cluster 0 pgmap v11485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:50 smithi194 bash[32038]: cluster 2023-12-07T23:37:49.281806+0000 mgr.a (mgr.14403) 15383 : cluster 0 pgmap v11485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:50 smithi135 bash[32435]: cluster 2023-12-07T23:37:49.281806+0000 mgr.a (mgr.14403) 15383 : cluster 0 pgmap v11485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:51.062 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:37:51.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:51.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:51.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:51.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:37:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:51 smithi079 bash[28699]: audit 2023-12-07T23:37:50.574322+0000 mgr.a (mgr.14403) 15384 : audit 0 from='client.308376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:51 smithi194 bash[32038]: audit 2023-12-07T23:37:50.574322+0000 mgr.a (mgr.14403) 15384 : audit 0 from='client.308376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:51 smithi135 bash[32435]: audit 2023-12-07T23:37:50.574322+0000 mgr.a (mgr.14403) 15384 : audit 0 from='client.308376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:52 smithi079 bash[28699]: cluster 2023-12-07T23:37:51.282509+0000 mgr.a (mgr.14403) 15385 : cluster 0 pgmap v11486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:52.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:52 smithi194 bash[32038]: cluster 2023-12-07T23:37:51.282509+0000 mgr.a (mgr.14403) 15385 : cluster 0 pgmap v11486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:52.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:52 smithi135 bash[32435]: cluster 2023-12-07T23:37:51.282509+0000 mgr.a (mgr.14403) 15385 : cluster 0 pgmap v11486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:37:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:54 smithi079 bash[28699]: cluster 2023-12-07T23:37:53.283118+0000 mgr.a (mgr.14403) 15386 : cluster 0 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-07T23:37:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:54 smithi194 bash[32038]: cluster 2023-12-07T23:37:53.283118+0000 mgr.a (mgr.14403) 15386 : cluster 0 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-07T23:37:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:54 smithi135 bash[32435]: cluster 2023-12-07T23:37:53.283118+0000 mgr.a (mgr.14403) 15386 : cluster 0 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-07T23:37:56.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:37:56.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:37:56.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:37:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:56 smithi079 bash[28699]: cluster 2023-12-07T23:37:55.283913+0000 mgr.a (mgr.14403) 15387 : cluster 0 pgmap v11488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:56 smithi194 bash[32038]: cluster 2023-12-07T23:37:55.283913+0000 mgr.a (mgr.14403) 15387 : cluster 0 pgmap v11488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:56 smithi135 bash[32435]: cluster 2023-12-07T23:37:55.283913+0000 mgr.a (mgr.14403) 15387 : cluster 0 pgmap v11488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:37:56.989 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:37:56.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:37:56.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:37:56.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:37:56.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:37:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:57 smithi194 bash[32038]: audit 2023-12-07T23:37:56.468702+0000 mgr.a (mgr.14403) 15388 : audit 0 from='client.308454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:57 smithi135 bash[32435]: audit 2023-12-07T23:37:56.468702+0000 mgr.a (mgr.14403) 15388 : audit 0 from='client.308454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:57 smithi079 bash[28699]: audit 2023-12-07T23:37:56.468702+0000 mgr.a (mgr.14403) 15388 : audit 0 from='client.308454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:37:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:37:58 smithi194 bash[32038]: cluster 2023-12-07T23:37:57.284619+0000 mgr.a (mgr.14403) 15389 : cluster 0 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-07T23:37:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:37:58 smithi135 bash[32435]: cluster 2023-12-07T23:37:57.284619+0000 mgr.a (mgr.14403) 15389 : cluster 0 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-07T23:37:58.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:37:58 smithi079 bash[28699]: cluster 2023-12-07T23:37:57.284619+0000 mgr.a (mgr.14403) 15389 : cluster 0 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-07T23:38:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:00 smithi194 bash[32038]: cluster 2023-12-07T23:37:59.285410+0000 mgr.a (mgr.14403) 15390 : cluster 0 pgmap v11490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:00 smithi135 bash[32435]: cluster 2023-12-07T23:37:59.285410+0000 mgr.a (mgr.14403) 15390 : cluster 0 pgmap v11490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:00 smithi079 bash[28699]: cluster 2023-12-07T23:37:59.285410+0000 mgr.a (mgr.14403) 15390 : cluster 0 pgmap v11490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:01.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:38:01.992 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:01.992 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:02 smithi079 bash[28699]: cluster 2023-12-07T23:38:01.285971+0000 mgr.a (mgr.14403) 15391 : cluster 0 pgmap v11491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:02 smithi194 bash[32038]: cluster 2023-12-07T23:38:01.285971+0000 mgr.a (mgr.14403) 15391 : cluster 0 pgmap v11491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:02 smithi135 bash[32435]: cluster 2023-12-07T23:38:01.285971+0000 mgr.a (mgr.14403) 15391 : cluster 0 pgmap v11491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:02.888 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:38:02.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:02.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:02.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:02.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:38:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:03 smithi079 bash[28699]: audit 2023-12-07T23:38:02.393880+0000 mgr.a (mgr.14403) 15392 : audit 0 from='client.308529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:03 smithi194 bash[32038]: audit 2023-12-07T23:38:02.393880+0000 mgr.a (mgr.14403) 15392 : audit 0 from='client.308529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:03 smithi135 bash[32435]: audit 2023-12-07T23:38:02.393880+0000 mgr.a (mgr.14403) 15392 : audit 0 from='client.308529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:04 smithi079 bash[28699]: cluster 2023-12-07T23:38:03.286683+0000 mgr.a (mgr.14403) 15393 : cluster 0 pgmap v11492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:04 smithi194 bash[32038]: cluster 2023-12-07T23:38:03.286683+0000 mgr.a (mgr.14403) 15393 : cluster 0 pgmap v11492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:04 smithi135 bash[32435]: cluster 2023-12-07T23:38:03.286683+0000 mgr.a (mgr.14403) 15393 : cluster 0 pgmap v11492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:06 smithi079 bash[28699]: cluster 2023-12-07T23:38:05.287544+0000 mgr.a (mgr.14403) 15394 : cluster 0 pgmap v11493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:06 smithi194 bash[32038]: cluster 2023-12-07T23:38:05.287544+0000 mgr.a (mgr.14403) 15394 : cluster 0 pgmap v11493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:06.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:06 smithi135 bash[32435]: cluster 2023-12-07T23:38:05.287544+0000 mgr.a (mgr.14403) 15394 : cluster 0 pgmap v11493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:07.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:38:07.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:07.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:08 smithi079 bash[28699]: cluster 2023-12-07T23:38:07.288103+0000 mgr.a (mgr.14403) 15395 : cluster 0 pgmap v11494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:08 smithi194 bash[32038]: cluster 2023-12-07T23:38:07.288103+0000 mgr.a (mgr.14403) 15395 : cluster 0 pgmap v11494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:08 smithi135 bash[32435]: cluster 2023-12-07T23:38:07.288103+0000 mgr.a (mgr.14403) 15395 : cluster 0 pgmap v11494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:08.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:08.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:08.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:08.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:38:08.808 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:38:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:09 smithi079 bash[28699]: audit 2023-12-07T23:38:08.291760+0000 mgr.a (mgr.14403) 15396 : audit 0 from='client.308604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:09 smithi194 bash[32038]: audit 2023-12-07T23:38:08.291760+0000 mgr.a (mgr.14403) 15396 : audit 0 from='client.308604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:09 smithi135 bash[32435]: audit 2023-12-07T23:38:08.291760+0000 mgr.a (mgr.14403) 15396 : audit 0 from='client.308604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:10 smithi079 bash[28699]: cluster 2023-12-07T23:38:09.289160+0000 mgr.a (mgr.14403) 15397 : cluster 0 pgmap v11495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:38:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:10 smithi194 bash[32038]: cluster 2023-12-07T23:38:09.289160+0000 mgr.a (mgr.14403) 15397 : cluster 0 pgmap v11495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:38:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:10 smithi135 bash[32435]: cluster 2023-12-07T23:38:09.289160+0000 mgr.a (mgr.14403) 15397 : cluster 0 pgmap v11495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:38:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:12 smithi079 bash[28699]: cluster 2023-12-07T23:38:11.289713+0000 mgr.a (mgr.14403) 15398 : cluster 0 pgmap v11496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:38:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:12 smithi194 bash[32038]: cluster 2023-12-07T23:38:11.289713+0000 mgr.a (mgr.14403) 15398 : cluster 0 pgmap v11496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:38:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:12 smithi135 bash[32435]: cluster 2023-12-07T23:38:11.289713+0000 mgr.a (mgr.14403) 15398 : cluster 0 pgmap v11496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:38:13.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:38:13.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:13.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:14 smithi079 bash[28699]: cluster 2023-12-07T23:38:13.290257+0000 mgr.a (mgr.14403) 15399 : cluster 0 pgmap v11497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:38:14.701 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:38:14.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:14.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:14.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:14.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:38:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:14 smithi194 bash[32038]: cluster 2023-12-07T23:38:13.290257+0000 mgr.a (mgr.14403) 15399 : cluster 0 pgmap v11497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:38:14.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:14 smithi135 bash[32435]: cluster 2023-12-07T23:38:13.290257+0000 mgr.a (mgr.14403) 15399 : cluster 0 pgmap v11497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:38:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:15 smithi079 bash[28699]: audit 2023-12-07T23:38:14.209702+0000 mgr.a (mgr.14403) 15400 : audit 0 from='client.308679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:15 smithi194 bash[32038]: audit 2023-12-07T23:38:14.209702+0000 mgr.a (mgr.14403) 15400 : audit 0 from='client.308679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:15 smithi135 bash[32435]: audit 2023-12-07T23:38:14.209702+0000 mgr.a (mgr.14403) 15400 : audit 0 from='client.308679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:16.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:16 smithi079 bash[28699]: cluster 2023-12-07T23:38:15.291462+0000 mgr.a (mgr.14403) 15401 : cluster 0 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-07T23:38:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:16 smithi194 bash[32038]: cluster 2023-12-07T23:38:15.291462+0000 mgr.a (mgr.14403) 15401 : cluster 0 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-07T23:38:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:16 smithi135 bash[32435]: cluster 2023-12-07T23:38:15.291462+0000 mgr.a (mgr.14403) 15401 : cluster 0 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-07T23:38:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:18 smithi079 bash[28699]: cluster 2023-12-07T23:38:17.292070+0000 mgr.a (mgr.14403) 15402 : cluster 0 pgmap v11499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:18 smithi194 bash[32038]: cluster 2023-12-07T23:38:17.292070+0000 mgr.a (mgr.14403) 15402 : cluster 0 pgmap v11499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:18 smithi135 bash[32435]: cluster 2023-12-07T23:38:17.292070+0000 mgr.a (mgr.14403) 15402 : cluster 0 pgmap v11499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:19.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:38:19.705 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:19.705 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:20.644 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:38:20.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:20.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:20.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:20.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:38:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:20 smithi079 bash[28699]: cluster 2023-12-07T23:38:19.292817+0000 mgr.a (mgr.14403) 15403 : cluster 0 pgmap v11500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:20 smithi194 bash[32038]: cluster 2023-12-07T23:38:19.292817+0000 mgr.a (mgr.14403) 15403 : cluster 0 pgmap v11500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:20 smithi135 bash[32435]: cluster 2023-12-07T23:38:19.292817+0000 mgr.a (mgr.14403) 15403 : cluster 0 pgmap v11500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:21 smithi079 bash[28699]: audit 2023-12-07T23:38:20.110506+0000 mgr.a (mgr.14403) 15404 : audit 0 from='client.308754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:21 smithi194 bash[32038]: audit 2023-12-07T23:38:20.110506+0000 mgr.a (mgr.14403) 15404 : audit 0 from='client.308754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:21 smithi135 bash[32435]: audit 2023-12-07T23:38:20.110506+0000 mgr.a (mgr.14403) 15404 : audit 0 from='client.308754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:22 smithi079 bash[28699]: cluster 2023-12-07T23:38:21.293509+0000 mgr.a (mgr.14403) 15405 : cluster 0 pgmap v11501: 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-07T23:38:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:22 smithi194 bash[32038]: cluster 2023-12-07T23:38:21.293509+0000 mgr.a (mgr.14403) 15405 : cluster 0 pgmap v11501: 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-07T23:38:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:22 smithi135 bash[32435]: cluster 2023-12-07T23:38:21.293509+0000 mgr.a (mgr.14403) 15405 : cluster 0 pgmap v11501: 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-07T23:38:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:24 smithi079 bash[28699]: cluster 2023-12-07T23:38:23.294110+0000 mgr.a (mgr.14403) 15406 : cluster 0 pgmap v11502: 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-07T23:38:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:24 smithi194 bash[32038]: cluster 2023-12-07T23:38:23.294110+0000 mgr.a (mgr.14403) 15406 : cluster 0 pgmap v11502: 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-07T23:38:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:24 smithi135 bash[32435]: cluster 2023-12-07T23:38:23.294110+0000 mgr.a (mgr.14403) 15406 : cluster 0 pgmap v11502: 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-07T23:38:25.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:38:25.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:25.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:26.537 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:38:26.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:26.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:26.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:26.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:38:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:26 smithi079 bash[28699]: cluster 2023-12-07T23:38:25.294900+0000 mgr.a (mgr.14403) 15407 : cluster 0 pgmap v11503: 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-07T23:38:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:26 smithi194 bash[32038]: cluster 2023-12-07T23:38:25.294900+0000 mgr.a (mgr.14403) 15407 : cluster 0 pgmap v11503: 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-07T23:38:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:26 smithi135 bash[32435]: cluster 2023-12-07T23:38:25.294900+0000 mgr.a (mgr.14403) 15407 : cluster 0 pgmap v11503: 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-07T23:38:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:27 smithi079 bash[28699]: audit 2023-12-07T23:38:26.044646+0000 mgr.a (mgr.14403) 15408 : audit 0 from='client.308829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:27 smithi194 bash[32038]: audit 2023-12-07T23:38:26.044646+0000 mgr.a (mgr.14403) 15408 : audit 0 from='client.308829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:27 smithi135 bash[32435]: audit 2023-12-07T23:38:26.044646+0000 mgr.a (mgr.14403) 15408 : audit 0 from='client.308829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:28.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:28 smithi079 bash[28699]: cluster 2023-12-07T23:38:27.295545+0000 mgr.a (mgr.14403) 15409 : cluster 0 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-07T23:38:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:28 smithi194 bash[32038]: cluster 2023-12-07T23:38:27.295545+0000 mgr.a (mgr.14403) 15409 : cluster 0 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-07T23:38:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:28 smithi135 bash[32435]: cluster 2023-12-07T23:38:27.295545+0000 mgr.a (mgr.14403) 15409 : cluster 0 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-07T23:38:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:30 smithi079 bash[28699]: cluster 2023-12-07T23:38:29.296338+0000 mgr.a (mgr.14403) 15410 : cluster 0 pgmap v11505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:30 smithi194 bash[32038]: cluster 2023-12-07T23:38:29.296338+0000 mgr.a (mgr.14403) 15410 : cluster 0 pgmap v11505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:30 smithi135 bash[32435]: cluster 2023-12-07T23:38:29.296338+0000 mgr.a (mgr.14403) 15410 : cluster 0 pgmap v11505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:31.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:38:31.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:31.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:32 smithi079 bash[28699]: cluster 2023-12-07T23:38:31.296904+0000 mgr.a (mgr.14403) 15411 : cluster 0 pgmap v11506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:32 smithi079 bash[28699]: audit 2023-12-07T23:38:31.943944+0000 mgr.a (mgr.14403) 15412 : audit 0 from='client.308904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:32 smithi194 bash[32038]: cluster 2023-12-07T23:38:31.296904+0000 mgr.a (mgr.14403) 15411 : cluster 0 pgmap v11506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:32 smithi194 bash[32038]: audit 2023-12-07T23:38:31.943944+0000 mgr.a (mgr.14403) 15412 : audit 0 from='client.308904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:32 smithi135 bash[32435]: cluster 2023-12-07T23:38:31.296904+0000 mgr.a (mgr.14403) 15411 : cluster 0 pgmap v11506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:32 smithi135 bash[32435]: audit 2023-12-07T23:38:31.943944+0000 mgr.a (mgr.14403) 15412 : audit 0 from='client.308904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:32.463 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:38:32.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:32.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:32.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:32.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:38:34.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:34 smithi079 bash[28699]: cluster 2023-12-07T23:38:33.297557+0000 mgr.a (mgr.14403) 15413 : cluster 0 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-07T23:38:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:34 smithi194 bash[32038]: cluster 2023-12-07T23:38:33.297557+0000 mgr.a (mgr.14403) 15413 : cluster 0 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-07T23:38:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:34 smithi135 bash[32435]: cluster 2023-12-07T23:38:33.297557+0000 mgr.a (mgr.14403) 15413 : cluster 0 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-07T23:38:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:36 smithi079 bash[28699]: cluster 2023-12-07T23:38:35.298368+0000 mgr.a (mgr.14403) 15414 : cluster 0 pgmap v11508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:36 smithi194 bash[32038]: cluster 2023-12-07T23:38:35.298368+0000 mgr.a (mgr.14403) 15414 : cluster 0 pgmap v11508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:36 smithi135 bash[32435]: cluster 2023-12-07T23:38:35.298368+0000 mgr.a (mgr.14403) 15414 : cluster 0 pgmap v11508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:37.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:38:37.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:37.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:38.357 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:38:38.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:38.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:38.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:38.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:38:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:38 smithi079 bash[28699]: cluster 2023-12-07T23:38:37.298953+0000 mgr.a (mgr.14403) 15415 : cluster 0 pgmap v11509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:38 smithi079 bash[28699]: audit 2023-12-07T23:38:37.869638+0000 mgr.a (mgr.14403) 15416 : audit 0 from='client.308982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:38 smithi194 bash[32038]: cluster 2023-12-07T23:38:37.298953+0000 mgr.a (mgr.14403) 15415 : cluster 0 pgmap v11509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:38 smithi194 bash[32038]: audit 2023-12-07T23:38:37.869638+0000 mgr.a (mgr.14403) 15416 : audit 0 from='client.308982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:38 smithi135 bash[32435]: cluster 2023-12-07T23:38:37.298953+0000 mgr.a (mgr.14403) 15415 : cluster 0 pgmap v11509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:38 smithi135 bash[32435]: audit 2023-12-07T23:38:37.869638+0000 mgr.a (mgr.14403) 15416 : audit 0 from='client.308982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:40 smithi079 bash[28699]: cluster 2023-12-07T23:38:39.299891+0000 mgr.a (mgr.14403) 15417 : cluster 0 pgmap v11510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:40 smithi194 bash[32038]: cluster 2023-12-07T23:38:39.299891+0000 mgr.a (mgr.14403) 15417 : cluster 0 pgmap v11510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:40 smithi135 bash[32435]: cluster 2023-12-07T23:38:39.299891+0000 mgr.a (mgr.14403) 15417 : cluster 0 pgmap v11510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:38:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:42 smithi079 bash[28699]: cluster 2023-12-07T23:38:41.300486+0000 mgr.a (mgr.14403) 15418 : cluster 0 pgmap v11511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:42 smithi079 bash[28699]: audit 2023-12-07T23:38:41.584497+0000 mon.a (mon.0) 2572 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:38:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:42 smithi194 bash[32038]: cluster 2023-12-07T23:38:41.300486+0000 mgr.a (mgr.14403) 15418 : cluster 0 pgmap v11511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:42 smithi194 bash[32038]: audit 2023-12-07T23:38:41.584497+0000 mon.a (mon.0) 2572 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:38:42.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:42 smithi135 bash[32435]: cluster 2023-12-07T23:38:41.300486+0000 mgr.a (mgr.14403) 15418 : cluster 0 pgmap v11511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:42.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:42 smithi135 bash[32435]: audit 2023-12-07T23:38:41.584497+0000 mon.a (mon.0) 2572 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:38:43.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:38:43.358 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:43.358 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:43 smithi079 bash[28699]: audit 2023-12-07T23:38:42.328217+0000 mon.a (mon.0) 2573 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:38:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:43 smithi079 bash[28699]: audit 2023-12-07T23:38:42.329932+0000 mon.a (mon.0) 2574 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:38:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:43 smithi079 bash[28699]: audit 2023-12-07T23:38:42.339299+0000 mon.a (mon.0) 2575 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:38:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:43 smithi194 bash[32038]: audit 2023-12-07T23:38:42.328217+0000 mon.a (mon.0) 2573 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:38:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:43 smithi194 bash[32038]: audit 2023-12-07T23:38:42.329932+0000 mon.a (mon.0) 2574 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:38:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:43 smithi194 bash[32038]: audit 2023-12-07T23:38:42.339299+0000 mon.a (mon.0) 2575 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:38:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:43 smithi135 bash[32435]: audit 2023-12-07T23:38:42.328217+0000 mon.a (mon.0) 2573 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:38:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:43 smithi135 bash[32435]: audit 2023-12-07T23:38:42.329932+0000 mon.a (mon.0) 2574 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:38:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:43 smithi135 bash[32435]: audit 2023-12-07T23:38:42.339299+0000 mon.a (mon.0) 2575 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:38:44.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:44.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:44.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:44.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:38:44.291 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:38:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:44 smithi079 bash[28699]: cluster 2023-12-07T23:38:43.301040+0000 mgr.a (mgr.14403) 15419 : cluster 0 pgmap v11512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:44 smithi079 bash[28699]: audit 2023-12-07T23:38:43.760212+0000 mgr.a (mgr.14403) 15420 : audit 0 from='client.309060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:44 smithi194 bash[32038]: cluster 2023-12-07T23:38:43.301040+0000 mgr.a (mgr.14403) 15419 : cluster 0 pgmap v11512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:44 smithi194 bash[32038]: audit 2023-12-07T23:38:43.760212+0000 mgr.a (mgr.14403) 15420 : audit 0 from='client.309060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:44 smithi135 bash[32435]: cluster 2023-12-07T23:38:43.301040+0000 mgr.a (mgr.14403) 15419 : cluster 0 pgmap v11512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:44 smithi135 bash[32435]: audit 2023-12-07T23:38:43.760212+0000 mgr.a (mgr.14403) 15420 : audit 0 from='client.309060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:46.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:46 smithi079 bash[28699]: cluster 2023-12-07T23:38:45.302188+0000 mgr.a (mgr.14403) 15421 : cluster 0 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-07T23:38:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:46 smithi194 bash[32038]: cluster 2023-12-07T23:38:45.302188+0000 mgr.a (mgr.14403) 15421 : cluster 0 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-07T23:38:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:46 smithi135 bash[32435]: cluster 2023-12-07T23:38:45.302188+0000 mgr.a (mgr.14403) 15421 : cluster 0 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-07T23:38:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:48 smithi079 bash[28699]: cluster 2023-12-07T23:38:47.302771+0000 mgr.a (mgr.14403) 15422 : cluster 0 pgmap v11514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:48 smithi194 bash[32038]: cluster 2023-12-07T23:38:47.302771+0000 mgr.a (mgr.14403) 15422 : cluster 0 pgmap v11514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:48 smithi135 bash[32435]: cluster 2023-12-07T23:38:47.302771+0000 mgr.a (mgr.14403) 15422 : cluster 0 pgmap v11514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:49.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:38:49.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:49.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:50.182 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:38:50.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:50.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:50.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:50.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:38:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:50 smithi079 bash[28699]: cluster 2023-12-07T23:38:49.303546+0000 mgr.a (mgr.14403) 15423 : cluster 0 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-07T23:38:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:50 smithi079 bash[28699]: audit 2023-12-07T23:38:49.689869+0000 mgr.a (mgr.14403) 15424 : audit 0 from='client.309138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:50 smithi194 bash[32038]: cluster 2023-12-07T23:38:49.303546+0000 mgr.a (mgr.14403) 15423 : cluster 0 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-07T23:38:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:50 smithi194 bash[32038]: audit 2023-12-07T23:38:49.689869+0000 mgr.a (mgr.14403) 15424 : audit 0 from='client.309138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:50 smithi135 bash[32435]: cluster 2023-12-07T23:38:49.303546+0000 mgr.a (mgr.14403) 15423 : cluster 0 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-07T23:38:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:50 smithi135 bash[32435]: audit 2023-12-07T23:38:49.689869+0000 mgr.a (mgr.14403) 15424 : audit 0 from='client.309138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:52 smithi079 bash[28699]: cluster 2023-12-07T23:38:51.304114+0000 mgr.a (mgr.14403) 15425 : cluster 0 pgmap v11516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:52 smithi194 bash[32038]: cluster 2023-12-07T23:38:51.304114+0000 mgr.a (mgr.14403) 15425 : cluster 0 pgmap v11516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:52 smithi135 bash[32435]: cluster 2023-12-07T23:38:51.304114+0000 mgr.a (mgr.14403) 15425 : cluster 0 pgmap v11516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:54 smithi079 bash[28699]: cluster 2023-12-07T23:38:53.304698+0000 mgr.a (mgr.14403) 15426 : cluster 0 pgmap v11517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:54 smithi194 bash[32038]: cluster 2023-12-07T23:38:53.304698+0000 mgr.a (mgr.14403) 15426 : cluster 0 pgmap v11517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:54 smithi135 bash[32435]: cluster 2023-12-07T23:38:53.304698+0000 mgr.a (mgr.14403) 15426 : cluster 0 pgmap v11517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:38:55.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:38:55.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:38:55.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:38:56.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:38:56.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:38:56.077 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:38:56.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:38:56.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:38:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:56 smithi079 bash[28699]: cluster 2023-12-07T23:38:55.305444+0000 mgr.a (mgr.14403) 15427 : cluster 0 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-07T23:38:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:56 smithi079 bash[28699]: audit 2023-12-07T23:38:55.583998+0000 mgr.a (mgr.14403) 15428 : audit 0 from='client.309213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:56 smithi194 bash[32038]: cluster 2023-12-07T23:38:55.305444+0000 mgr.a (mgr.14403) 15427 : cluster 0 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-07T23:38:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:56 smithi194 bash[32038]: audit 2023-12-07T23:38:55.583998+0000 mgr.a (mgr.14403) 15428 : audit 0 from='client.309213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:56 smithi135 bash[32435]: cluster 2023-12-07T23:38:55.305444+0000 mgr.a (mgr.14403) 15427 : cluster 0 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-07T23:38:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:56 smithi135 bash[32435]: audit 2023-12-07T23:38:55.583998+0000 mgr.a (mgr.14403) 15428 : audit 0 from='client.309213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:38:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:38:58 smithi079 bash[28699]: cluster 2023-12-07T23:38:57.306235+0000 mgr.a (mgr.14403) 15429 : cluster 0 pgmap v11519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:38:58 smithi194 bash[32038]: cluster 2023-12-07T23:38:57.306235+0000 mgr.a (mgr.14403) 15429 : cluster 0 pgmap v11519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:38:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:38:58 smithi135 bash[32435]: cluster 2023-12-07T23:38:57.306235+0000 mgr.a (mgr.14403) 15429 : cluster 0 pgmap v11519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:00 smithi079 bash[28699]: cluster 2023-12-07T23:38:59.307251+0000 mgr.a (mgr.14403) 15430 : cluster 0 pgmap v11520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:00 smithi194 bash[32038]: cluster 2023-12-07T23:38:59.307251+0000 mgr.a (mgr.14403) 15430 : cluster 0 pgmap v11520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:00 smithi135 bash[32435]: cluster 2023-12-07T23:38:59.307251+0000 mgr.a (mgr.14403) 15430 : cluster 0 pgmap v11520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:01.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:39:01.081 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:01.081 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:01.965 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:39:01.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:01.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:01.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:01.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:39:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:02 smithi079 bash[28699]: cluster 2023-12-07T23:39:01.307857+0000 mgr.a (mgr.14403) 15431 : cluster 0 pgmap v11521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:02.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:02 smithi079 bash[28699]: audit 2023-12-07T23:39:01.471331+0000 mgr.a (mgr.14403) 15432 : audit 0 from='client.309288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:02 smithi194 bash[32038]: cluster 2023-12-07T23:39:01.307857+0000 mgr.a (mgr.14403) 15431 : cluster 0 pgmap v11521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:02 smithi194 bash[32038]: audit 2023-12-07T23:39:01.471331+0000 mgr.a (mgr.14403) 15432 : audit 0 from='client.309288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:02 smithi135 bash[32435]: cluster 2023-12-07T23:39:01.307857+0000 mgr.a (mgr.14403) 15431 : cluster 0 pgmap v11521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:02 smithi135 bash[32435]: audit 2023-12-07T23:39:01.471331+0000 mgr.a (mgr.14403) 15432 : audit 0 from='client.309288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:04 smithi079 bash[28699]: cluster 2023-12-07T23:39:03.308633+0000 mgr.a (mgr.14403) 15433 : cluster 0 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-07T23:39:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:04 smithi194 bash[32038]: cluster 2023-12-07T23:39:03.308633+0000 mgr.a (mgr.14403) 15433 : cluster 0 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-07T23:39:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:04 smithi135 bash[32435]: cluster 2023-12-07T23:39:03.308633+0000 mgr.a (mgr.14403) 15433 : cluster 0 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-07T23:39:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:06 smithi079 bash[28699]: cluster 2023-12-07T23:39:05.309459+0000 mgr.a (mgr.14403) 15434 : cluster 0 pgmap v11523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:06 smithi194 bash[32038]: cluster 2023-12-07T23:39:05.309459+0000 mgr.a (mgr.14403) 15434 : cluster 0 pgmap v11523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:06.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:06 smithi135 bash[32435]: cluster 2023-12-07T23:39:05.309459+0000 mgr.a (mgr.14403) 15434 : cluster 0 pgmap v11523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:06.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:39:06.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:06.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:07.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:07.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:07.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:07.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:39:07.868 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:39:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:08 smithi079 bash[28699]: cluster 2023-12-07T23:39:07.310001+0000 mgr.a (mgr.14403) 15435 : cluster 0 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-07T23:39:08.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:08 smithi079 bash[28699]: audit 2023-12-07T23:39:07.368701+0000 mgr.a (mgr.14403) 15436 : audit 0 from='client.309363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:08 smithi194 bash[32038]: cluster 2023-12-07T23:39:07.310001+0000 mgr.a (mgr.14403) 15435 : cluster 0 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-07T23:39:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:08 smithi194 bash[32038]: audit 2023-12-07T23:39:07.368701+0000 mgr.a (mgr.14403) 15436 : audit 0 from='client.309363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:08 smithi135 bash[32435]: cluster 2023-12-07T23:39:07.310001+0000 mgr.a (mgr.14403) 15435 : cluster 0 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-07T23:39:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:08 smithi135 bash[32435]: audit 2023-12-07T23:39:07.368701+0000 mgr.a (mgr.14403) 15436 : audit 0 from='client.309363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:10 smithi079 bash[28699]: cluster 2023-12-07T23:39:09.310845+0000 mgr.a (mgr.14403) 15437 : cluster 0 pgmap v11525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:10 smithi194 bash[32038]: cluster 2023-12-07T23:39:09.310845+0000 mgr.a (mgr.14403) 15437 : cluster 0 pgmap v11525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:10 smithi135 bash[32435]: cluster 2023-12-07T23:39:09.310845+0000 mgr.a (mgr.14403) 15437 : cluster 0 pgmap v11525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:12 smithi079 bash[28699]: cluster 2023-12-07T23:39:11.311384+0000 mgr.a (mgr.14403) 15438 : cluster 0 pgmap v11526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:12 smithi194 bash[32038]: cluster 2023-12-07T23:39:11.311384+0000 mgr.a (mgr.14403) 15438 : cluster 0 pgmap v11526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:12 smithi135 bash[32435]: cluster 2023-12-07T23:39:11.311384+0000 mgr.a (mgr.14403) 15438 : cluster 0 pgmap v11526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:12.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:39:12.871 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:12.871 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:13.763 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:39:13.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:13.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:13.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:13.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:39:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:14 smithi079 bash[28699]: audit 2023-12-07T23:39:13.278244+0000 mgr.a (mgr.14403) 15439 : audit 0 from='client.309435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:14.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:14 smithi079 bash[28699]: cluster 2023-12-07T23:39:13.312042+0000 mgr.a (mgr.14403) 15440 : cluster 0 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-07T23:39:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:14 smithi194 bash[32038]: audit 2023-12-07T23:39:13.278244+0000 mgr.a (mgr.14403) 15439 : audit 0 from='client.309435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:14 smithi194 bash[32038]: cluster 2023-12-07T23:39:13.312042+0000 mgr.a (mgr.14403) 15440 : cluster 0 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-07T23:39:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:14 smithi135 bash[32435]: audit 2023-12-07T23:39:13.278244+0000 mgr.a (mgr.14403) 15439 : audit 0 from='client.309435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:14 smithi135 bash[32435]: cluster 2023-12-07T23:39:13.312042+0000 mgr.a (mgr.14403) 15440 : cluster 0 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-07T23:39:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:16 smithi079 bash[28699]: cluster 2023-12-07T23:39:15.313181+0000 mgr.a (mgr.14403) 15441 : cluster 0 pgmap v11528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:39:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:16 smithi194 bash[32038]: cluster 2023-12-07T23:39:15.313181+0000 mgr.a (mgr.14403) 15441 : cluster 0 pgmap v11528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:39:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:16 smithi135 bash[32435]: cluster 2023-12-07T23:39:15.313181+0000 mgr.a (mgr.14403) 15441 : cluster 0 pgmap v11528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:39:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:18 smithi079 bash[28699]: cluster 2023-12-07T23:39:17.313880+0000 mgr.a (mgr.14403) 15442 : cluster 0 pgmap v11529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:39:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:18 smithi194 bash[32038]: cluster 2023-12-07T23:39:17.313880+0000 mgr.a (mgr.14403) 15442 : cluster 0 pgmap v11529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:39:18.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:18 smithi135 bash[32435]: cluster 2023-12-07T23:39:17.313880+0000 mgr.a (mgr.14403) 15442 : cluster 0 pgmap v11529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:39:18.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:39:18.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:18.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:19.704 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:39:19.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:19.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:19.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:19.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:39:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:20 smithi079 bash[28699]: audit 2023-12-07T23:39:19.164957+0000 mgr.a (mgr.14403) 15443 : audit 0 from='client.309513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:20.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:20 smithi079 bash[28699]: cluster 2023-12-07T23:39:19.321507+0000 mgr.a (mgr.14403) 15444 : cluster 0 pgmap v11530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:20 smithi194 bash[32038]: audit 2023-12-07T23:39:19.164957+0000 mgr.a (mgr.14403) 15443 : audit 0 from='client.309513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:20 smithi194 bash[32038]: cluster 2023-12-07T23:39:19.321507+0000 mgr.a (mgr.14403) 15444 : cluster 0 pgmap v11530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:20 smithi135 bash[32435]: audit 2023-12-07T23:39:19.164957+0000 mgr.a (mgr.14403) 15443 : audit 0 from='client.309513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:20 smithi135 bash[32435]: cluster 2023-12-07T23:39:19.321507+0000 mgr.a (mgr.14403) 15444 : cluster 0 pgmap v11530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:22 smithi079 bash[28699]: cluster 2023-12-07T23:39:21.322313+0000 mgr.a (mgr.14403) 15445 : cluster 0 pgmap v11531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:22 smithi194 bash[32038]: cluster 2023-12-07T23:39:21.322313+0000 mgr.a (mgr.14403) 15445 : cluster 0 pgmap v11531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:22 smithi135 bash[32435]: cluster 2023-12-07T23:39:21.322313+0000 mgr.a (mgr.14403) 15445 : cluster 0 pgmap v11531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:24 smithi079 bash[28699]: cluster 2023-12-07T23:39:23.322874+0000 mgr.a (mgr.14403) 15446 : cluster 0 pgmap v11532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:24 smithi194 bash[32038]: cluster 2023-12-07T23:39:23.322874+0000 mgr.a (mgr.14403) 15446 : cluster 0 pgmap v11532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:24.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:39:24.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:24.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:24 smithi135 bash[32435]: cluster 2023-12-07T23:39:23.322874+0000 mgr.a (mgr.14403) 15446 : cluster 0 pgmap v11532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:25.616 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:39:25.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:25.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:25.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:25.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:39:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:26 smithi079 bash[28699]: audit 2023-12-07T23:39:25.114220+0000 mgr.a (mgr.14403) 15447 : audit 0 from='client.309588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:26 smithi079 bash[28699]: cluster 2023-12-07T23:39:25.323533+0000 mgr.a (mgr.14403) 15448 : cluster 0 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-07T23:39:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:26 smithi194 bash[32038]: audit 2023-12-07T23:39:25.114220+0000 mgr.a (mgr.14403) 15447 : audit 0 from='client.309588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:26 smithi194 bash[32038]: cluster 2023-12-07T23:39:25.323533+0000 mgr.a (mgr.14403) 15448 : cluster 0 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-07T23:39:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:26 smithi135 bash[32435]: audit 2023-12-07T23:39:25.114220+0000 mgr.a (mgr.14403) 15447 : audit 0 from='client.309588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:26 smithi135 bash[32435]: cluster 2023-12-07T23:39:25.323533+0000 mgr.a (mgr.14403) 15448 : cluster 0 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-07T23:39:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:28 smithi079 bash[28699]: cluster 2023-12-07T23:39:27.324141+0000 mgr.a (mgr.14403) 15449 : cluster 0 pgmap v11534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:39:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:28 smithi194 bash[32038]: cluster 2023-12-07T23:39:27.324141+0000 mgr.a (mgr.14403) 15449 : cluster 0 pgmap v11534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:39:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:28 smithi135 bash[32435]: cluster 2023-12-07T23:39:27.324141+0000 mgr.a (mgr.14403) 15449 : cluster 0 pgmap v11534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:39:30.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:39:30.619 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:30.619 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:30 smithi079 bash[28699]: cluster 2023-12-07T23:39:29.324944+0000 mgr.a (mgr.14403) 15450 : cluster 0 pgmap v11535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:39:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:30 smithi194 bash[32038]: cluster 2023-12-07T23:39:29.324944+0000 mgr.a (mgr.14403) 15450 : cluster 0 pgmap v11535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:39:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:30 smithi135 bash[32435]: cluster 2023-12-07T23:39:29.324944+0000 mgr.a (mgr.14403) 15450 : cluster 0 pgmap v11535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:39:31.537 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:39:31.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:31.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:31.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:31.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:39:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:31 smithi079 bash[28699]: audit 2023-12-07T23:39:31.023655+0000 mgr.a (mgr.14403) 15451 : audit 0 from='client.309666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:31 smithi194 bash[32038]: audit 2023-12-07T23:39:31.023655+0000 mgr.a (mgr.14403) 15451 : audit 0 from='client.309666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:31 smithi135 bash[32435]: audit 2023-12-07T23:39:31.023655+0000 mgr.a (mgr.14403) 15451 : audit 0 from='client.309666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:32 smithi194 bash[32038]: cluster 2023-12-07T23:39:31.325387+0000 mgr.a (mgr.14403) 15452 : cluster 0 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-07T23:39:32.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:32 smithi135 bash[32435]: cluster 2023-12-07T23:39:31.325387+0000 mgr.a (mgr.14403) 15452 : cluster 0 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-07T23:39:32.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:32 smithi079 bash[28699]: cluster 2023-12-07T23:39:31.325387+0000 mgr.a (mgr.14403) 15452 : cluster 0 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-07T23:39:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:34 smithi194 bash[32038]: cluster 2023-12-07T23:39:33.326006+0000 mgr.a (mgr.14403) 15453 : cluster 0 pgmap v11537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:34 smithi135 bash[32435]: cluster 2023-12-07T23:39:33.326006+0000 mgr.a (mgr.14403) 15453 : cluster 0 pgmap v11537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:34.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:34 smithi079 bash[28699]: cluster 2023-12-07T23:39:33.326006+0000 mgr.a (mgr.14403) 15453 : cluster 0 pgmap v11537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:36.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:39:36.540 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:36.540 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:36 smithi194 bash[32038]: cluster 2023-12-07T23:39:35.326753+0000 mgr.a (mgr.14403) 15454 : cluster 0 pgmap v11538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:36 smithi135 bash[32435]: cluster 2023-12-07T23:39:35.326753+0000 mgr.a (mgr.14403) 15454 : cluster 0 pgmap v11538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:36.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:36 smithi079 bash[28699]: cluster 2023-12-07T23:39:35.326753+0000 mgr.a (mgr.14403) 15454 : cluster 0 pgmap v11538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:37.454 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:39:37.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:37.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:37.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:37.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:39:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:37 smithi194 bash[32038]: audit 2023-12-07T23:39:36.936224+0000 mgr.a (mgr.14403) 15455 : audit 0 from='client.309744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:37.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:37 smithi135 bash[32435]: audit 2023-12-07T23:39:36.936224+0000 mgr.a (mgr.14403) 15455 : audit 0 from='client.309744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:37 smithi079 bash[28699]: audit 2023-12-07T23:39:36.936224+0000 mgr.a (mgr.14403) 15455 : audit 0 from='client.309744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:38 smithi194 bash[32038]: cluster 2023-12-07T23:39:37.327565+0000 mgr.a (mgr.14403) 15456 : cluster 0 pgmap v11539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:38 smithi135 bash[32435]: cluster 2023-12-07T23:39:37.327565+0000 mgr.a (mgr.14403) 15456 : cluster 0 pgmap v11539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:38.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:38 smithi079 bash[28699]: cluster 2023-12-07T23:39:37.327565+0000 mgr.a (mgr.14403) 15456 : cluster 0 pgmap v11539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:40.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:40 smithi194 bash[32038]: cluster 2023-12-07T23:39:39.328392+0000 mgr.a (mgr.14403) 15457 : cluster 0 pgmap v11540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:40 smithi135 bash[32435]: cluster 2023-12-07T23:39:39.328392+0000 mgr.a (mgr.14403) 15457 : cluster 0 pgmap v11540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:40 smithi079 bash[28699]: cluster 2023-12-07T23:39:39.328392+0000 mgr.a (mgr.14403) 15457 : cluster 0 pgmap v11540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:42 smithi194 bash[32038]: cluster 2023-12-07T23:39:41.328952+0000 mgr.a (mgr.14403) 15458 : cluster 0 pgmap v11541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:42.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:39:42.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:42.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:42 smithi135 bash[32435]: cluster 2023-12-07T23:39:41.328952+0000 mgr.a (mgr.14403) 15458 : cluster 0 pgmap v11541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:42 smithi079 bash[28699]: cluster 2023-12-07T23:39:41.328952+0000 mgr.a (mgr.14403) 15458 : cluster 0 pgmap v11541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:43.372 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:39:43.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:43.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:43.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:43.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:39:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:43 smithi194 bash[32038]: audit 2023-12-07T23:39:42.440493+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:39:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:43 smithi194 bash[32038]: audit 2023-12-07T23:39:42.867378+0000 mgr.a (mgr.14403) 15459 : audit 0 from='client.309822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:43 smithi135 bash[32435]: audit 2023-12-07T23:39:42.440493+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:39:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:43 smithi135 bash[32435]: audit 2023-12-07T23:39:42.867378+0000 mgr.a (mgr.14403) 15459 : audit 0 from='client.309822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:43 smithi079 bash[28699]: audit 2023-12-07T23:39:42.440493+0000 mon.a (mon.0) 2576 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:39:43.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:43 smithi079 bash[28699]: audit 2023-12-07T23:39:42.867378+0000 mgr.a (mgr.14403) 15459 : audit 0 from='client.309822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:44 smithi194 bash[32038]: audit 2023-12-07T23:39:43.257497+0000 mon.a (mon.0) 2577 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:39:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:44 smithi194 bash[32038]: audit 2023-12-07T23:39:43.259490+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:39:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:44 smithi194 bash[32038]: audit 2023-12-07T23:39:43.269902+0000 mon.a (mon.0) 2579 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:39:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:44 smithi194 bash[32038]: cluster 2023-12-07T23:39:43.329475+0000 mgr.a (mgr.14403) 15460 : cluster 0 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-07T23:39:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:44 smithi135 bash[32435]: audit 2023-12-07T23:39:43.257497+0000 mon.a (mon.0) 2577 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:39:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:44 smithi135 bash[32435]: audit 2023-12-07T23:39:43.259490+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:39:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:44 smithi135 bash[32435]: audit 2023-12-07T23:39:43.269902+0000 mon.a (mon.0) 2579 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:39:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:44 smithi135 bash[32435]: cluster 2023-12-07T23:39:43.329475+0000 mgr.a (mgr.14403) 15460 : cluster 0 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-07T23:39:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:44 smithi079 bash[28699]: audit 2023-12-07T23:39:43.257497+0000 mon.a (mon.0) 2577 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:39:44.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:44 smithi079 bash[28699]: audit 2023-12-07T23:39:43.259490+0000 mon.a (mon.0) 2578 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:39:44.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:44 smithi079 bash[28699]: audit 2023-12-07T23:39:43.269902+0000 mon.a (mon.0) 2579 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:39:44.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:44 smithi079 bash[28699]: cluster 2023-12-07T23:39:43.329475+0000 mgr.a (mgr.14403) 15460 : cluster 0 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-07T23:39:46.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:46 smithi079 bash[28699]: cluster 2023-12-07T23:39:45.330316+0000 mgr.a (mgr.14403) 15461 : cluster 0 pgmap v11543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:46.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:46 smithi194 bash[32038]: cluster 2023-12-07T23:39:45.330316+0000 mgr.a (mgr.14403) 15461 : cluster 0 pgmap v11543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:46.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:46 smithi135 bash[32435]: cluster 2023-12-07T23:39:45.330316+0000 mgr.a (mgr.14403) 15461 : cluster 0 pgmap v11543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:39:48.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:39:48.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:48.376 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:48.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:48 smithi079 bash[28699]: cluster 2023-12-07T23:39:47.330869+0000 mgr.a (mgr.14403) 15462 : cluster 0 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-07T23:39:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:48 smithi194 bash[32038]: cluster 2023-12-07T23:39:47.330869+0000 mgr.a (mgr.14403) 15462 : cluster 0 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-07T23:39:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:48 smithi135 bash[32435]: cluster 2023-12-07T23:39:47.330869+0000 mgr.a (mgr.14403) 15462 : cluster 0 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-07T23:39:49.251 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:39:49.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:49.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:49.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:49.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:39:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:49 smithi194 bash[32038]: audit 2023-12-07T23:39:48.766087+0000 mgr.a (mgr.14403) 15463 : audit 0 from='client.309894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:49 smithi135 bash[32435]: audit 2023-12-07T23:39:48.766087+0000 mgr.a (mgr.14403) 15463 : audit 0 from='client.309894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:49 smithi079 bash[28699]: audit 2023-12-07T23:39:48.766087+0000 mgr.a (mgr.14403) 15463 : audit 0 from='client.309894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:50 smithi194 bash[32038]: cluster 2023-12-07T23:39:49.331860+0000 mgr.a (mgr.14403) 15464 : cluster 0 pgmap v11545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:50 smithi135 bash[32435]: cluster 2023-12-07T23:39:49.331860+0000 mgr.a (mgr.14403) 15464 : cluster 0 pgmap v11545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:50 smithi079 bash[28699]: cluster 2023-12-07T23:39:49.331860+0000 mgr.a (mgr.14403) 15464 : cluster 0 pgmap v11545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:52 smithi194 bash[32038]: cluster 2023-12-07T23:39:51.332597+0000 mgr.a (mgr.14403) 15465 : cluster 0 pgmap v11546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:52 smithi135 bash[32435]: cluster 2023-12-07T23:39:51.332597+0000 mgr.a (mgr.14403) 15465 : cluster 0 pgmap v11546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:52 smithi079 bash[28699]: cluster 2023-12-07T23:39:51.332597+0000 mgr.a (mgr.14403) 15465 : cluster 0 pgmap v11546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:54.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:39:54.255 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:39:54.256 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:39:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:54 smithi079 bash[28699]: cluster 2023-12-07T23:39:53.333212+0000 mgr.a (mgr.14403) 15466 : cluster 0 pgmap v11547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:54 smithi194 bash[32038]: cluster 2023-12-07T23:39:53.333212+0000 mgr.a (mgr.14403) 15466 : cluster 0 pgmap v11547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:54 smithi135 bash[32435]: cluster 2023-12-07T23:39:53.333212+0000 mgr.a (mgr.14403) 15466 : cluster 0 pgmap v11547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:55.172 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:39:55.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:39:55.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:39:55.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:39:55.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:39:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:55 smithi194 bash[32038]: audit 2023-12-07T23:39:54.653148+0000 mgr.a (mgr.14403) 15467 : audit 0 from='client.309972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:55 smithi135 bash[32435]: audit 2023-12-07T23:39:54.653148+0000 mgr.a (mgr.14403) 15467 : audit 0 from='client.309972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:55 smithi079 bash[28699]: audit 2023-12-07T23:39:54.653148+0000 mgr.a (mgr.14403) 15467 : audit 0 from='client.309972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:39:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:56 smithi194 bash[32038]: cluster 2023-12-07T23:39:55.334226+0000 mgr.a (mgr.14403) 15468 : cluster 0 pgmap v11548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:56 smithi135 bash[32435]: cluster 2023-12-07T23:39:55.334226+0000 mgr.a (mgr.14403) 15468 : cluster 0 pgmap v11548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:56.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:56 smithi079 bash[28699]: cluster 2023-12-07T23:39:55.334226+0000 mgr.a (mgr.14403) 15468 : cluster 0 pgmap v11548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:39:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:39:58 smithi194 bash[32038]: cluster 2023-12-07T23:39:57.334850+0000 mgr.a (mgr.14403) 15469 : cluster 0 pgmap v11549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:39:58 smithi135 bash[32435]: cluster 2023-12-07T23:39:57.334850+0000 mgr.a (mgr.14403) 15469 : cluster 0 pgmap v11549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:39:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:39:58 smithi079 bash[28699]: cluster 2023-12-07T23:39:57.334850+0000 mgr.a (mgr.14403) 15469 : cluster 0 pgmap v11549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:40:00.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:40:00.176 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:00.176 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:00 smithi194 bash[32038]: cluster 2023-12-07T23:39:59.335549+0000 mgr.a (mgr.14403) 15470 : cluster 0 pgmap v11550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:00 smithi194 bash[32038]: cluster 2023-12-07T23:40:00.000149+0000 mon.a (mon.0) 2580 : cluster 1 overall HEALTH_OK 2023-12-07T23:40:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:00 smithi135 bash[32435]: cluster 2023-12-07T23:39:59.335549+0000 mgr.a (mgr.14403) 15470 : cluster 0 pgmap v11550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:00 smithi135 bash[32435]: cluster 2023-12-07T23:40:00.000149+0000 mon.a (mon.0) 2580 : cluster 1 overall HEALTH_OK 2023-12-07T23:40:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:00 smithi079 bash[28699]: cluster 2023-12-07T23:39:59.335549+0000 mgr.a (mgr.14403) 15470 : cluster 0 pgmap v11550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:00 smithi079 bash[28699]: cluster 2023-12-07T23:40:00.000149+0000 mon.a (mon.0) 2580 : cluster 1 overall HEALTH_OK 2023-12-07T23:40:01.093 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:40:01.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:01.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:01.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:01.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:40:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:01 smithi194 bash[32038]: audit 2023-12-07T23:40:00.573898+0000 mgr.a (mgr.14403) 15471 : audit 0 from='client.310044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:01.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:01 smithi135 bash[32435]: audit 2023-12-07T23:40:00.573898+0000 mgr.a (mgr.14403) 15471 : audit 0 from='client.310044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:01.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:01 smithi079 bash[28699]: audit 2023-12-07T23:40:00.573898+0000 mgr.a (mgr.14403) 15471 : audit 0 from='client.310044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:02 smithi194 bash[32038]: cluster 2023-12-07T23:40:01.336259+0000 mgr.a (mgr.14403) 15472 : cluster 0 pgmap v11551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:02 smithi135 bash[32435]: cluster 2023-12-07T23:40:01.336259+0000 mgr.a (mgr.14403) 15472 : cluster 0 pgmap v11551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:02 smithi079 bash[28699]: cluster 2023-12-07T23:40:01.336259+0000 mgr.a (mgr.14403) 15472 : cluster 0 pgmap v11551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:04 smithi194 bash[32038]: cluster 2023-12-07T23:40:03.336891+0000 mgr.a (mgr.14403) 15473 : cluster 0 pgmap v11552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:04 smithi135 bash[32435]: cluster 2023-12-07T23:40:03.336891+0000 mgr.a (mgr.14403) 15473 : cluster 0 pgmap v11552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:04 smithi079 bash[28699]: cluster 2023-12-07T23:40:03.336891+0000 mgr.a (mgr.14403) 15473 : cluster 0 pgmap v11552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:06.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:40:06.097 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:06.097 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:06 smithi194 bash[32038]: cluster 2023-12-07T23:40:05.337656+0000 mgr.a (mgr.14403) 15474 : cluster 0 pgmap v11553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:06.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:06 smithi135 bash[32435]: cluster 2023-12-07T23:40:05.337656+0000 mgr.a (mgr.14403) 15474 : cluster 0 pgmap v11553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:06.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:06 smithi079 bash[28699]: cluster 2023-12-07T23:40:05.337656+0000 mgr.a (mgr.14403) 15474 : cluster 0 pgmap v11553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:07.000 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:40:07.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:07.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:07.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:07.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:40:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:07 smithi194 bash[32038]: audit 2023-12-07T23:40:06.490821+0000 mgr.a (mgr.14403) 15475 : audit 0 from='client.310122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:07 smithi135 bash[32435]: audit 2023-12-07T23:40:06.490821+0000 mgr.a (mgr.14403) 15475 : audit 0 from='client.310122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:07 smithi079 bash[28699]: audit 2023-12-07T23:40:06.490821+0000 mgr.a (mgr.14403) 15475 : audit 0 from='client.310122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:08 smithi194 bash[32038]: cluster 2023-12-07T23:40:07.338364+0000 mgr.a (mgr.14403) 15476 : cluster 0 pgmap v11554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:08 smithi135 bash[32435]: cluster 2023-12-07T23:40:07.338364+0000 mgr.a (mgr.14403) 15476 : cluster 0 pgmap v11554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:08 smithi079 bash[28699]: cluster 2023-12-07T23:40:07.338364+0000 mgr.a (mgr.14403) 15476 : cluster 0 pgmap v11554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:10 smithi194 bash[32038]: cluster 2023-12-07T23:40:09.339182+0000 mgr.a (mgr.14403) 15477 : cluster 0 pgmap v11555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:10 smithi135 bash[32435]: cluster 2023-12-07T23:40:09.339182+0000 mgr.a (mgr.14403) 15477 : cluster 0 pgmap v11555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:10 smithi079 bash[28699]: cluster 2023-12-07T23:40:09.339182+0000 mgr.a (mgr.14403) 15477 : cluster 0 pgmap v11555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:12.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:40:12.005 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:12.005 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:12 smithi194 bash[32038]: cluster 2023-12-07T23:40:11.339670+0000 mgr.a (mgr.14403) 15478 : cluster 0 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-07T23:40:12.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:12 smithi135 bash[32435]: cluster 2023-12-07T23:40:11.339670+0000 mgr.a (mgr.14403) 15478 : cluster 0 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-07T23:40:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:12 smithi079 bash[28699]: cluster 2023-12-07T23:40:11.339670+0000 mgr.a (mgr.14403) 15478 : cluster 0 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-07T23:40:12.916 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:40:12.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:12.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:12.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:12.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:40:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:13 smithi194 bash[32038]: audit 2023-12-07T23:40:12.398963+0000 mgr.a (mgr.14403) 15479 : audit 0 from='client.310194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:13 smithi135 bash[32435]: audit 2023-12-07T23:40:12.398963+0000 mgr.a (mgr.14403) 15479 : audit 0 from='client.310194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:13.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:13 smithi079 bash[28699]: audit 2023-12-07T23:40:12.398963+0000 mgr.a (mgr.14403) 15479 : audit 0 from='client.310194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:14 smithi194 bash[32038]: cluster 2023-12-07T23:40:13.340373+0000 mgr.a (mgr.14403) 15480 : cluster 0 pgmap v11557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:14 smithi135 bash[32435]: cluster 2023-12-07T23:40:13.340373+0000 mgr.a (mgr.14403) 15480 : cluster 0 pgmap v11557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:14.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:14 smithi079 bash[28699]: cluster 2023-12-07T23:40:13.340373+0000 mgr.a (mgr.14403) 15480 : cluster 0 pgmap v11557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:16 smithi194 bash[32038]: cluster 2023-12-07T23:40:15.341197+0000 mgr.a (mgr.14403) 15481 : cluster 0 pgmap v11558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:16 smithi135 bash[32435]: cluster 2023-12-07T23:40:15.341197+0000 mgr.a (mgr.14403) 15481 : cluster 0 pgmap v11558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:16.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:16 smithi079 bash[28699]: cluster 2023-12-07T23:40:15.341197+0000 mgr.a (mgr.14403) 15481 : cluster 0 pgmap v11558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:17.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:40:17.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:17.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:18 smithi194 bash[32038]: cluster 2023-12-07T23:40:17.341761+0000 mgr.a (mgr.14403) 15482 : cluster 0 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-07T23:40:18.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:18 smithi135 bash[32435]: cluster 2023-12-07T23:40:17.341761+0000 mgr.a (mgr.14403) 15482 : cluster 0 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-07T23:40:18.833 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:40:18.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:18.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:18.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:18.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:40:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:18 smithi079 bash[28699]: cluster 2023-12-07T23:40:17.341761+0000 mgr.a (mgr.14403) 15482 : cluster 0 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-07T23:40:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:19 smithi194 bash[32038]: audit 2023-12-07T23:40:18.322043+0000 mgr.a (mgr.14403) 15483 : audit 0 from='client.310266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:19 smithi135 bash[32435]: audit 2023-12-07T23:40:18.322043+0000 mgr.a (mgr.14403) 15483 : audit 0 from='client.310266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:19 smithi079 bash[28699]: audit 2023-12-07T23:40:18.322043+0000 mgr.a (mgr.14403) 15483 : audit 0 from='client.310266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:20 smithi194 bash[32038]: cluster 2023-12-07T23:40:19.342827+0000 mgr.a (mgr.14403) 15484 : cluster 0 pgmap v11560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:40:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:20 smithi135 bash[32435]: cluster 2023-12-07T23:40:19.342827+0000 mgr.a (mgr.14403) 15484 : cluster 0 pgmap v11560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:40:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:20 smithi079 bash[28699]: cluster 2023-12-07T23:40:19.342827+0000 mgr.a (mgr.14403) 15484 : cluster 0 pgmap v11560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:40:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:22 smithi194 bash[32038]: cluster 2023-12-07T23:40:21.343524+0000 mgr.a (mgr.14403) 15485 : cluster 0 pgmap v11561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:40:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:22 smithi135 bash[32435]: cluster 2023-12-07T23:40:21.343524+0000 mgr.a (mgr.14403) 15485 : cluster 0 pgmap v11561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:40:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:22 smithi079 bash[28699]: cluster 2023-12-07T23:40:21.343524+0000 mgr.a (mgr.14403) 15485 : cluster 0 pgmap v11561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:40:23.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:40:23.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:23.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:24 smithi194 bash[32038]: cluster 2023-12-07T23:40:23.344267+0000 mgr.a (mgr.14403) 15486 : cluster 0 pgmap v11562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:40:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:24 smithi135 bash[32435]: cluster 2023-12-07T23:40:23.344267+0000 mgr.a (mgr.14403) 15486 : cluster 0 pgmap v11562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:40:24.729 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:40:24.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:24.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:24.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:24.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:40:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:24 smithi079 bash[28699]: cluster 2023-12-07T23:40:23.344267+0000 mgr.a (mgr.14403) 15486 : cluster 0 pgmap v11562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:40:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:25 smithi194 bash[32038]: audit 2023-12-07T23:40:24.229629+0000 mgr.a (mgr.14403) 15487 : audit 0 from='client.310344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:25 smithi135 bash[32435]: audit 2023-12-07T23:40:24.229629+0000 mgr.a (mgr.14403) 15487 : audit 0 from='client.310344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:25 smithi079 bash[28699]: audit 2023-12-07T23:40:24.229629+0000 mgr.a (mgr.14403) 15487 : audit 0 from='client.310344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:26 smithi194 bash[32038]: cluster 2023-12-07T23:40:25.345413+0000 mgr.a (mgr.14403) 15488 : cluster 0 pgmap v11563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:26 smithi135 bash[32435]: cluster 2023-12-07T23:40:25.345413+0000 mgr.a (mgr.14403) 15488 : cluster 0 pgmap v11563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:26 smithi079 bash[28699]: cluster 2023-12-07T23:40:25.345413+0000 mgr.a (mgr.14403) 15488 : cluster 0 pgmap v11563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:28 smithi194 bash[32038]: cluster 2023-12-07T23:40:27.345997+0000 mgr.a (mgr.14403) 15489 : cluster 0 pgmap v11564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:40:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:28 smithi135 bash[32435]: cluster 2023-12-07T23:40:27.345997+0000 mgr.a (mgr.14403) 15489 : cluster 0 pgmap v11564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:40:28.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:28 smithi079 bash[28699]: cluster 2023-12-07T23:40:27.345997+0000 mgr.a (mgr.14403) 15489 : cluster 0 pgmap v11564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:40:29.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:40:29.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:29.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:30.664 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:40:30.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:30.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:30.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:30.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:40:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:30 smithi194 bash[32038]: cluster 2023-12-07T23:40:29.346752+0000 mgr.a (mgr.14403) 15490 : cluster 0 pgmap v11565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:30 smithi135 bash[32435]: cluster 2023-12-07T23:40:29.346752+0000 mgr.a (mgr.14403) 15490 : cluster 0 pgmap v11565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:30 smithi079 bash[28699]: cluster 2023-12-07T23:40:29.346752+0000 mgr.a (mgr.14403) 15490 : cluster 0 pgmap v11565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:31 smithi194 bash[32038]: audit 2023-12-07T23:40:30.130167+0000 mgr.a (mgr.14403) 15491 : audit 0 from='client.310422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:31.713 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:31 smithi135 bash[32435]: audit 2023-12-07T23:40:30.130167+0000 mgr.a (mgr.14403) 15491 : audit 0 from='client.310422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:31 smithi079 bash[28699]: audit 2023-12-07T23:40:30.130167+0000 mgr.a (mgr.14403) 15491 : audit 0 from='client.310422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:32 smithi194 bash[32038]: cluster 2023-12-07T23:40:31.347466+0000 mgr.a (mgr.14403) 15492 : cluster 0 pgmap v11566: 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-07T23:40:32.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:32 smithi135 bash[32435]: cluster 2023-12-07T23:40:31.347466+0000 mgr.a (mgr.14403) 15492 : cluster 0 pgmap v11566: 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-07T23:40:32.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:32 smithi079 bash[28699]: cluster 2023-12-07T23:40:31.347466+0000 mgr.a (mgr.14403) 15492 : cluster 0 pgmap v11566: 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-07T23:40:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:34 smithi194 bash[32038]: cluster 2023-12-07T23:40:33.348069+0000 mgr.a (mgr.14403) 15493 : cluster 0 pgmap v11567: 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-07T23:40:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:34 smithi135 bash[32435]: cluster 2023-12-07T23:40:33.348069+0000 mgr.a (mgr.14403) 15493 : cluster 0 pgmap v11567: 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-07T23:40:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:34 smithi079 bash[28699]: cluster 2023-12-07T23:40:33.348069+0000 mgr.a (mgr.14403) 15493 : cluster 0 pgmap v11567: 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-07T23:40:35.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:40:35.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:35.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:36.556 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:40:36.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:36.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:36.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:36.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:40:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:36 smithi194 bash[32038]: cluster 2023-12-07T23:40:35.348863+0000 mgr.a (mgr.14403) 15494 : cluster 0 pgmap v11568: 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-07T23:40:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:36 smithi135 bash[32435]: cluster 2023-12-07T23:40:35.348863+0000 mgr.a (mgr.14403) 15494 : cluster 0 pgmap v11568: 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-07T23:40:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:36 smithi079 bash[28699]: cluster 2023-12-07T23:40:35.348863+0000 mgr.a (mgr.14403) 15494 : cluster 0 pgmap v11568: 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-07T23:40:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:37 smithi194 bash[32038]: audit 2023-12-07T23:40:36.065987+0000 mgr.a (mgr.14403) 15495 : audit 0 from='client.310497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:37 smithi135 bash[32435]: audit 2023-12-07T23:40:36.065987+0000 mgr.a (mgr.14403) 15495 : audit 0 from='client.310497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:37 smithi079 bash[28699]: audit 2023-12-07T23:40:36.065987+0000 mgr.a (mgr.14403) 15495 : audit 0 from='client.310497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:38 smithi194 bash[32038]: cluster 2023-12-07T23:40:37.349574+0000 mgr.a (mgr.14403) 15496 : cluster 0 pgmap v11569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:38 smithi135 bash[32435]: cluster 2023-12-07T23:40:37.349574+0000 mgr.a (mgr.14403) 15496 : cluster 0 pgmap v11569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:38 smithi079 bash[28699]: cluster 2023-12-07T23:40:37.349574+0000 mgr.a (mgr.14403) 15496 : cluster 0 pgmap v11569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:40.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:40 smithi194 bash[32038]: cluster 2023-12-07T23:40:39.350356+0000 mgr.a (mgr.14403) 15497 : cluster 0 pgmap v11570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:40 smithi135 bash[32435]: cluster 2023-12-07T23:40:39.350356+0000 mgr.a (mgr.14403) 15497 : cluster 0 pgmap v11570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:40 smithi079 bash[28699]: cluster 2023-12-07T23:40:39.350356+0000 mgr.a (mgr.14403) 15497 : cluster 0 pgmap v11570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:41.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:40:41.559 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:41.559 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:42 smithi194 bash[32038]: cluster 2023-12-07T23:40:41.350895+0000 mgr.a (mgr.14403) 15498 : cluster 0 pgmap v11571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:42 smithi194 bash[32038]: audit 2023-12-07T23:40:41.969279+0000 mgr.a (mgr.14403) 15499 : audit 0 from='client.310575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:42 smithi135 bash[32435]: cluster 2023-12-07T23:40:41.350895+0000 mgr.a (mgr.14403) 15498 : cluster 0 pgmap v11571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:42 smithi135 bash[32435]: audit 2023-12-07T23:40:41.969279+0000 mgr.a (mgr.14403) 15499 : audit 0 from='client.310575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:42.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:42.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:42.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:42.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:40:42.464 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:40:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:42 smithi079 bash[28699]: cluster 2023-12-07T23:40:41.350895+0000 mgr.a (mgr.14403) 15498 : cluster 0 pgmap v11571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:42 smithi079 bash[28699]: audit 2023-12-07T23:40:41.969279+0000 mgr.a (mgr.14403) 15499 : audit 0 from='client.310575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:43 smithi194 bash[32038]: audit 2023-12-07T23:40:43.372029+0000 mon.a (mon.0) 2581 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:40:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:43 smithi135 bash[32435]: audit 2023-12-07T23:40:43.372029+0000 mon.a (mon.0) 2581 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:40:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:43 smithi079 bash[28699]: audit 2023-12-07T23:40:43.372029+0000 mon.a (mon.0) 2581 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:40:44.708 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:44 smithi194 bash[32038]: cluster 2023-12-07T23:40:43.351553+0000 mgr.a (mgr.14403) 15500 : cluster 0 pgmap v11572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:44 smithi135 bash[32435]: cluster 2023-12-07T23:40:43.351553+0000 mgr.a (mgr.14403) 15500 : cluster 0 pgmap v11572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:44 smithi079 bash[28699]: cluster 2023-12-07T23:40:43.351553+0000 mgr.a (mgr.14403) 15500 : cluster 0 pgmap v11572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:46.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:46 smithi194 bash[32038]: cluster 2023-12-07T23:40:45.352409+0000 mgr.a (mgr.14403) 15501 : cluster 0 pgmap v11573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:46 smithi135 bash[32435]: cluster 2023-12-07T23:40:45.352409+0000 mgr.a (mgr.14403) 15501 : cluster 0 pgmap v11573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:46 smithi079 bash[28699]: cluster 2023-12-07T23:40:45.352409+0000 mgr.a (mgr.14403) 15501 : cluster 0 pgmap v11573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:47.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:40:47.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:47.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:48.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:40:48.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:48.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:48.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:48.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:40:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:48 smithi194 bash[32038]: cluster 2023-12-07T23:40:47.352981+0000 mgr.a (mgr.14403) 15502 : cluster 0 pgmap v11574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:48 smithi194 bash[32038]: audit 2023-12-07T23:40:47.870088+0000 mgr.a (mgr.14403) 15503 : audit 0 from='client.310653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:48 smithi135 bash[32435]: cluster 2023-12-07T23:40:47.352981+0000 mgr.a (mgr.14403) 15502 : cluster 0 pgmap v11574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:48.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:48 smithi135 bash[32435]: audit 2023-12-07T23:40:47.870088+0000 mgr.a (mgr.14403) 15503 : audit 0 from='client.310653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:48 smithi079 bash[28699]: cluster 2023-12-07T23:40:47.352981+0000 mgr.a (mgr.14403) 15502 : cluster 0 pgmap v11574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:48 smithi079 bash[28699]: audit 2023-12-07T23:40:47.870088+0000 mgr.a (mgr.14403) 15503 : audit 0 from='client.310653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:50.016 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:49 smithi194 bash[32038]: audit 2023-12-07T23:40:48.680986+0000 mon.a (mon.0) 2582 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:49 smithi194 bash[32038]: audit 2023-12-07T23:40:48.693481+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:49 smithi194 bash[32038]: audit 2023-12-07T23:40:48.731581+0000 mon.a (mon.0) 2584 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:49 smithi194 bash[32038]: audit 2023-12-07T23:40:48.737612+0000 mon.a (mon.0) 2585 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:49 smithi194 bash[32038]: audit 2023-12-07T23:40:48.782616+0000 mon.a (mon.0) 2586 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:49 smithi194 bash[32038]: audit 2023-12-07T23:40:48.789643+0000 mon.a (mon.0) 2587 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:49 smithi194 bash[32038]: audit 2023-12-07T23:40:49.428737+0000 mon.a (mon.0) 2588 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:40:50.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:49 smithi194 bash[32038]: audit 2023-12-07T23:40:49.430462+0000 mon.a (mon.0) 2589 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:40:50.017 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:49 smithi194 bash[32038]: audit 2023-12-07T23:40:49.439499+0000 mon.a (mon.0) 2590 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.018 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:49 smithi135 bash[32435]: audit 2023-12-07T23:40:48.680986+0000 mon.a (mon.0) 2582 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.018 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:49 smithi135 bash[32435]: audit 2023-12-07T23:40:48.693481+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.018 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:49 smithi135 bash[32435]: audit 2023-12-07T23:40:48.731581+0000 mon.a (mon.0) 2584 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.018 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:49 smithi135 bash[32435]: audit 2023-12-07T23:40:48.737612+0000 mon.a (mon.0) 2585 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.018 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:49 smithi135 bash[32435]: audit 2023-12-07T23:40:48.782616+0000 mon.a (mon.0) 2586 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.018 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:49 smithi135 bash[32435]: audit 2023-12-07T23:40:48.789643+0000 mon.a (mon.0) 2587 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.018 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:49 smithi135 bash[32435]: audit 2023-12-07T23:40:49.428737+0000 mon.a (mon.0) 2588 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:40:50.018 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:49 smithi135 bash[32435]: audit 2023-12-07T23:40:49.430462+0000 mon.a (mon.0) 2589 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:40:50.018 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:49 smithi135 bash[32435]: audit 2023-12-07T23:40:49.439499+0000 mon.a (mon.0) 2590 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:49 smithi079 bash[28699]: audit 2023-12-07T23:40:48.680986+0000 mon.a (mon.0) 2582 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:49 smithi079 bash[28699]: audit 2023-12-07T23:40:48.693481+0000 mon.a (mon.0) 2583 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:49 smithi079 bash[28699]: audit 2023-12-07T23:40:48.731581+0000 mon.a (mon.0) 2584 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:49 smithi079 bash[28699]: audit 2023-12-07T23:40:48.737612+0000 mon.a (mon.0) 2585 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:49 smithi079 bash[28699]: audit 2023-12-07T23:40:48.782616+0000 mon.a (mon.0) 2586 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:49 smithi079 bash[28699]: audit 2023-12-07T23:40:48.789643+0000 mon.a (mon.0) 2587 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:49 smithi079 bash[28699]: audit 2023-12-07T23:40:49.428737+0000 mon.a (mon.0) 2588 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:40:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:49 smithi079 bash[28699]: audit 2023-12-07T23:40:49.430462+0000 mon.a (mon.0) 2589 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:40:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:49 smithi079 bash[28699]: audit 2023-12-07T23:40:49.439499+0000 mon.a (mon.0) 2590 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:40:51.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:50 smithi079 bash[28699]: cluster 2023-12-07T23:40:49.353805+0000 mgr.a (mgr.14403) 15504 : cluster 0 pgmap v11575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:50 smithi194 bash[32038]: cluster 2023-12-07T23:40:49.353805+0000 mgr.a (mgr.14403) 15504 : cluster 0 pgmap v11575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:50 smithi135 bash[32435]: cluster 2023-12-07T23:40:49.353805+0000 mgr.a (mgr.14403) 15504 : cluster 0 pgmap v11575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:40:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:52 smithi194 bash[32038]: cluster 2023-12-07T23:40:51.354434+0000 mgr.a (mgr.14403) 15505 : cluster 0 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-07T23:40:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:52 smithi135 bash[32435]: cluster 2023-12-07T23:40:51.354434+0000 mgr.a (mgr.14403) 15505 : cluster 0 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-07T23:40:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:52 smithi079 bash[28699]: cluster 2023-12-07T23:40:51.354434+0000 mgr.a (mgr.14403) 15505 : cluster 0 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-07T23:40:53.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:40:53.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:53.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:40:54.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:40:54.274 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:40:54.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:40:54.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:40:54.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:40:54.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:54 smithi194 bash[32038]: cluster 2023-12-07T23:40:53.355211+0000 mgr.a (mgr.14403) 15506 : cluster 0 pgmap v11577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:54.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:54 smithi194 bash[32038]: audit 2023-12-07T23:40:53.768963+0000 mgr.a (mgr.14403) 15507 : audit 0 from='client.310728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:54 smithi135 bash[32435]: cluster 2023-12-07T23:40:53.355211+0000 mgr.a (mgr.14403) 15506 : cluster 0 pgmap v11577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:54 smithi135 bash[32435]: audit 2023-12-07T23:40:53.768963+0000 mgr.a (mgr.14403) 15507 : audit 0 from='client.310728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:54.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:54 smithi079 bash[28699]: cluster 2023-12-07T23:40:53.355211+0000 mgr.a (mgr.14403) 15506 : cluster 0 pgmap v11577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:54.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:54 smithi079 bash[28699]: audit 2023-12-07T23:40:53.768963+0000 mgr.a (mgr.14403) 15507 : audit 0 from='client.310728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:40:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:56 smithi194 bash[32038]: cluster 2023-12-07T23:40:55.356291+0000 mgr.a (mgr.14403) 15508 : cluster 0 pgmap v11578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:56 smithi135 bash[32435]: cluster 2023-12-07T23:40:55.356291+0000 mgr.a (mgr.14403) 15508 : cluster 0 pgmap v11578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:56 smithi079 bash[28699]: cluster 2023-12-07T23:40:55.356291+0000 mgr.a (mgr.14403) 15508 : cluster 0 pgmap v11578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:40:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:40:58 smithi194 bash[32038]: cluster 2023-12-07T23:40:57.356870+0000 mgr.a (mgr.14403) 15509 : cluster 0 pgmap v11579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:40:58.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:40:58 smithi135 bash[32435]: cluster 2023-12-07T23:40:57.356870+0000 mgr.a (mgr.14403) 15509 : cluster 0 pgmap v11579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:40:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:40:58 smithi079 bash[28699]: cluster 2023-12-07T23:40:57.356870+0000 mgr.a (mgr.14403) 15509 : cluster 0 pgmap v11579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:40:59.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:40:59.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:40:59.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:00.175 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:41:00.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:00.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:00.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:00.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:41:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:00 smithi194 bash[32038]: cluster 2023-12-07T23:40:59.357576+0000 mgr.a (mgr.14403) 15510 : cluster 0 pgmap v11580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:00 smithi194 bash[32038]: audit 2023-12-07T23:40:59.677007+0000 mgr.a (mgr.14403) 15511 : audit 0 from='client.310803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:00 smithi135 bash[32435]: cluster 2023-12-07T23:40:59.357576+0000 mgr.a (mgr.14403) 15510 : cluster 0 pgmap v11580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:00 smithi135 bash[32435]: audit 2023-12-07T23:40:59.677007+0000 mgr.a (mgr.14403) 15511 : audit 0 from='client.310803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:00 smithi079 bash[28699]: cluster 2023-12-07T23:40:59.357576+0000 mgr.a (mgr.14403) 15510 : cluster 0 pgmap v11580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:00 smithi079 bash[28699]: audit 2023-12-07T23:40:59.677007+0000 mgr.a (mgr.14403) 15511 : audit 0 from='client.310803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:02 smithi194 bash[32038]: cluster 2023-12-07T23:41:01.358265+0000 mgr.a (mgr.14403) 15512 : cluster 0 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-07T23:41:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:02 smithi135 bash[32435]: cluster 2023-12-07T23:41:01.358265+0000 mgr.a (mgr.14403) 15512 : cluster 0 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-07T23:41:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:02 smithi079 bash[28699]: cluster 2023-12-07T23:41:01.358265+0000 mgr.a (mgr.14403) 15512 : cluster 0 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-07T23:41:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:04 smithi194 bash[32038]: cluster 2023-12-07T23:41:03.358847+0000 mgr.a (mgr.14403) 15513 : cluster 0 pgmap v11582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:04 smithi135 bash[32435]: cluster 2023-12-07T23:41:03.358847+0000 mgr.a (mgr.14403) 15513 : cluster 0 pgmap v11582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:04 smithi079 bash[28699]: cluster 2023-12-07T23:41:03.358847+0000 mgr.a (mgr.14403) 15513 : cluster 0 pgmap v11582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:05.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:41:05.179 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:05.180 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:06.074 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:41:06.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:06.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:06.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:06.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:41:06.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:06 smithi194 bash[32038]: cluster 2023-12-07T23:41:05.359371+0000 mgr.a (mgr.14403) 15514 : cluster 0 pgmap v11583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:06.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:06 smithi194 bash[32038]: audit 2023-12-07T23:41:05.577195+0000 mgr.a (mgr.14403) 15515 : audit 0 from='client.310872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:06.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:06 smithi135 bash[32435]: cluster 2023-12-07T23:41:05.359371+0000 mgr.a (mgr.14403) 15514 : cluster 0 pgmap v11583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:06.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:06 smithi135 bash[32435]: audit 2023-12-07T23:41:05.577195+0000 mgr.a (mgr.14403) 15515 : audit 0 from='client.310872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:06.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:06 smithi079 bash[28699]: cluster 2023-12-07T23:41:05.359371+0000 mgr.a (mgr.14403) 15514 : cluster 0 pgmap v11583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:06.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:06 smithi079 bash[28699]: audit 2023-12-07T23:41:05.577195+0000 mgr.a (mgr.14403) 15515 : audit 0 from='client.310872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:08 smithi194 bash[32038]: cluster 2023-12-07T23:41:07.359981+0000 mgr.a (mgr.14403) 15516 : cluster 0 pgmap v11584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:08 smithi135 bash[32435]: cluster 2023-12-07T23:41:07.359981+0000 mgr.a (mgr.14403) 15516 : cluster 0 pgmap v11584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:08 smithi079 bash[28699]: cluster 2023-12-07T23:41:07.359981+0000 mgr.a (mgr.14403) 15516 : cluster 0 pgmap v11584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:10 smithi194 bash[32038]: cluster 2023-12-07T23:41:09.360761+0000 mgr.a (mgr.14403) 15517 : cluster 0 pgmap v11585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:10 smithi135 bash[32435]: cluster 2023-12-07T23:41:09.360761+0000 mgr.a (mgr.14403) 15517 : cluster 0 pgmap v11585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:10 smithi079 bash[28699]: cluster 2023-12-07T23:41:09.360761+0000 mgr.a (mgr.14403) 15517 : cluster 0 pgmap v11585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:11.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:41:11.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:11.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:11.986 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:41:11.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:11.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:11.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:11.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:41:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:12 smithi194 bash[32038]: cluster 2023-12-07T23:41:11.361245+0000 mgr.a (mgr.14403) 15518 : cluster 0 pgmap v11586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:12 smithi194 bash[32038]: audit 2023-12-07T23:41:11.478673+0000 mgr.a (mgr.14403) 15519 : audit 0 from='client.310944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:12 smithi135 bash[32435]: cluster 2023-12-07T23:41:11.361245+0000 mgr.a (mgr.14403) 15518 : cluster 0 pgmap v11586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:12.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:12 smithi135 bash[32435]: audit 2023-12-07T23:41:11.478673+0000 mgr.a (mgr.14403) 15519 : audit 0 from='client.310944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:12 smithi079 bash[28699]: cluster 2023-12-07T23:41:11.361245+0000 mgr.a (mgr.14403) 15518 : cluster 0 pgmap v11586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:12 smithi079 bash[28699]: audit 2023-12-07T23:41:11.478673+0000 mgr.a (mgr.14403) 15519 : audit 0 from='client.310944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:14 smithi194 bash[32038]: cluster 2023-12-07T23:41:13.361900+0000 mgr.a (mgr.14403) 15520 : cluster 0 pgmap v11587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:14.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:14 smithi135 bash[32435]: cluster 2023-12-07T23:41:13.361900+0000 mgr.a (mgr.14403) 15520 : cluster 0 pgmap v11587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:14 smithi079 bash[28699]: cluster 2023-12-07T23:41:13.361900+0000 mgr.a (mgr.14403) 15520 : cluster 0 pgmap v11587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:16 smithi194 bash[32038]: cluster 2023-12-07T23:41:15.362733+0000 mgr.a (mgr.14403) 15521 : cluster 0 pgmap v11588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:16 smithi135 bash[32435]: cluster 2023-12-07T23:41:15.362733+0000 mgr.a (mgr.14403) 15521 : cluster 0 pgmap v11588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:16.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:16 smithi079 bash[28699]: cluster 2023-12-07T23:41:15.362733+0000 mgr.a (mgr.14403) 15521 : cluster 0 pgmap v11588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:16.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:41:16.990 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:16.990 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:17.903 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:41:17.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:17.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:17.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:17.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:41:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:18 smithi194 bash[32038]: cluster 2023-12-07T23:41:17.363297+0000 mgr.a (mgr.14403) 15522 : cluster 0 pgmap v11589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:18 smithi194 bash[32038]: audit 2023-12-07T23:41:17.396413+0000 mgr.a (mgr.14403) 15523 : audit 0 from='client.311019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:18 smithi135 bash[32435]: cluster 2023-12-07T23:41:17.363297+0000 mgr.a (mgr.14403) 15522 : cluster 0 pgmap v11589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:18.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:18 smithi135 bash[32435]: audit 2023-12-07T23:41:17.396413+0000 mgr.a (mgr.14403) 15523 : audit 0 from='client.311019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:18 smithi079 bash[28699]: cluster 2023-12-07T23:41:17.363297+0000 mgr.a (mgr.14403) 15522 : cluster 0 pgmap v11589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:18 smithi079 bash[28699]: audit 2023-12-07T23:41:17.396413+0000 mgr.a (mgr.14403) 15523 : audit 0 from='client.311019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:20 smithi194 bash[32038]: cluster 2023-12-07T23:41:19.364193+0000 mgr.a (mgr.14403) 15524 : cluster 0 pgmap v11590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:20 smithi135 bash[32435]: cluster 2023-12-07T23:41:19.364193+0000 mgr.a (mgr.14403) 15524 : cluster 0 pgmap v11590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:20.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:20 smithi079 bash[28699]: cluster 2023-12-07T23:41:19.364193+0000 mgr.a (mgr.14403) 15524 : cluster 0 pgmap v11590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:22 smithi194 bash[32038]: cluster 2023-12-07T23:41:21.364736+0000 mgr.a (mgr.14403) 15525 : cluster 0 pgmap v11591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:22 smithi135 bash[32435]: cluster 2023-12-07T23:41:21.364736+0000 mgr.a (mgr.14403) 15525 : cluster 0 pgmap v11591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:22.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:22 smithi079 bash[28699]: cluster 2023-12-07T23:41:21.364736+0000 mgr.a (mgr.14403) 15525 : cluster 0 pgmap v11591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:22.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:41:22.906 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:22.907 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:23.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:23.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:23.774 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:41:23.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:23.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:41:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:24 smithi194 bash[32038]: audit 2023-12-07T23:41:23.305197+0000 mgr.a (mgr.14403) 15526 : audit 0 from='client.311094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:24 smithi194 bash[32038]: cluster 2023-12-07T23:41:23.365410+0000 mgr.a (mgr.14403) 15527 : cluster 0 pgmap v11592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:24.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:24 smithi135 bash[32435]: audit 2023-12-07T23:41:23.305197+0000 mgr.a (mgr.14403) 15526 : audit 0 from='client.311094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:24.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:24 smithi135 bash[32435]: cluster 2023-12-07T23:41:23.365410+0000 mgr.a (mgr.14403) 15527 : cluster 0 pgmap v11592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:24 smithi079 bash[28699]: audit 2023-12-07T23:41:23.305197+0000 mgr.a (mgr.14403) 15526 : audit 0 from='client.311094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:24 smithi079 bash[28699]: cluster 2023-12-07T23:41:23.365410+0000 mgr.a (mgr.14403) 15527 : cluster 0 pgmap v11592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:26 smithi194 bash[32038]: cluster 2023-12-07T23:41:25.366440+0000 mgr.a (mgr.14403) 15528 : cluster 0 pgmap v11593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:41:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:26 smithi135 bash[32435]: cluster 2023-12-07T23:41:25.366440+0000 mgr.a (mgr.14403) 15528 : cluster 0 pgmap v11593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:41:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:26 smithi079 bash[28699]: cluster 2023-12-07T23:41:25.366440+0000 mgr.a (mgr.14403) 15528 : cluster 0 pgmap v11593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:41:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:28 smithi194 bash[32038]: cluster 2023-12-07T23:41:27.367035+0000 mgr.a (mgr.14403) 15529 : cluster 0 pgmap v11594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:41:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:28 smithi135 bash[32435]: cluster 2023-12-07T23:41:27.367035+0000 mgr.a (mgr.14403) 15529 : cluster 0 pgmap v11594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:41:28.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:41:28.776 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:28.776 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:28.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:28 smithi079 bash[28699]: cluster 2023-12-07T23:41:27.367035+0000 mgr.a (mgr.14403) 15529 : cluster 0 pgmap v11594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:41:29.675 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:41:29.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:29.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:29.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:29.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:41:30.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:30 smithi194 bash[32038]: audit 2023-12-07T23:41:29.177927+0000 mgr.a (mgr.14403) 15530 : audit 0 from='client.311172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:30.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:30 smithi194 bash[32038]: cluster 2023-12-07T23:41:29.368167+0000 mgr.a (mgr.14403) 15531 : cluster 0 pgmap v11595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:30 smithi135 bash[32435]: audit 2023-12-07T23:41:29.177927+0000 mgr.a (mgr.14403) 15530 : audit 0 from='client.311172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:30.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:30 smithi135 bash[32435]: cluster 2023-12-07T23:41:29.368167+0000 mgr.a (mgr.14403) 15531 : cluster 0 pgmap v11595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:30 smithi079 bash[28699]: audit 2023-12-07T23:41:29.177927+0000 mgr.a (mgr.14403) 15530 : audit 0 from='client.311172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:30 smithi079 bash[28699]: cluster 2023-12-07T23:41:29.368167+0000 mgr.a (mgr.14403) 15531 : cluster 0 pgmap v11595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:32 smithi194 bash[32038]: cluster 2023-12-07T23:41:31.368858+0000 mgr.a (mgr.14403) 15532 : cluster 0 pgmap v11596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:32.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:32 smithi135 bash[32435]: cluster 2023-12-07T23:41:31.368858+0000 mgr.a (mgr.14403) 15532 : cluster 0 pgmap v11596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:32 smithi079 bash[28699]: cluster 2023-12-07T23:41:31.368858+0000 mgr.a (mgr.14403) 15532 : cluster 0 pgmap v11596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:34.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:41:34.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:34.679 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:34 smithi194 bash[32038]: cluster 2023-12-07T23:41:33.369419+0000 mgr.a (mgr.14403) 15533 : cluster 0 pgmap v11597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:34 smithi135 bash[32435]: cluster 2023-12-07T23:41:33.369419+0000 mgr.a (mgr.14403) 15533 : cluster 0 pgmap v11597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:34 smithi079 bash[28699]: cluster 2023-12-07T23:41:33.369419+0000 mgr.a (mgr.14403) 15533 : cluster 0 pgmap v11597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:41:35.575 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:41:35.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:35.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:35.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:35.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:41:36.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:36 smithi194 bash[32038]: audit 2023-12-07T23:41:35.080374+0000 mgr.a (mgr.14403) 15534 : audit 0 from='client.311250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:36.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:36 smithi194 bash[32038]: cluster 2023-12-07T23:41:35.370684+0000 mgr.a (mgr.14403) 15535 : cluster 0 pgmap v11598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:36 smithi135 bash[32435]: audit 2023-12-07T23:41:35.080374+0000 mgr.a (mgr.14403) 15534 : audit 0 from='client.311250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:36.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:36 smithi135 bash[32435]: cluster 2023-12-07T23:41:35.370684+0000 mgr.a (mgr.14403) 15535 : cluster 0 pgmap v11598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:36 smithi079 bash[28699]: audit 2023-12-07T23:41:35.080374+0000 mgr.a (mgr.14403) 15534 : audit 0 from='client.311250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:36 smithi079 bash[28699]: cluster 2023-12-07T23:41:35.370684+0000 mgr.a (mgr.14403) 15535 : cluster 0 pgmap v11598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:38 smithi194 bash[32038]: cluster 2023-12-07T23:41:37.371415+0000 mgr.a (mgr.14403) 15536 : cluster 0 pgmap v11599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:41:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:38 smithi135 bash[32435]: cluster 2023-12-07T23:41:37.371415+0000 mgr.a (mgr.14403) 15536 : cluster 0 pgmap v11599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:41:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:38 smithi079 bash[28699]: cluster 2023-12-07T23:41:37.371415+0000 mgr.a (mgr.14403) 15536 : cluster 0 pgmap v11599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:41:40.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:41:40.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:40.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:40.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:40 smithi194 bash[32038]: cluster 2023-12-07T23:41:39.372284+0000 mgr.a (mgr.14403) 15537 : cluster 0 pgmap v11600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:41:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:40 smithi135 bash[32435]: cluster 2023-12-07T23:41:39.372284+0000 mgr.a (mgr.14403) 15537 : cluster 0 pgmap v11600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:41:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:40 smithi079 bash[28699]: cluster 2023-12-07T23:41:39.372284+0000 mgr.a (mgr.14403) 15537 : cluster 0 pgmap v11600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:41:41.498 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:41:41.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:41.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:41.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:41.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:41:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:41 smithi194 bash[32038]: audit 2023-12-07T23:41:40.982475+0000 mgr.a (mgr.14403) 15538 : audit 0 from='client.311328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:41 smithi135 bash[32435]: audit 2023-12-07T23:41:40.982475+0000 mgr.a (mgr.14403) 15538 : audit 0 from='client.311328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:41.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:41 smithi079 bash[28699]: audit 2023-12-07T23:41:40.982475+0000 mgr.a (mgr.14403) 15538 : audit 0 from='client.311328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:42 smithi194 bash[32038]: cluster 2023-12-07T23:41:41.373015+0000 mgr.a (mgr.14403) 15539 : cluster 0 pgmap v11601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:42.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:42 smithi135 bash[32435]: cluster 2023-12-07T23:41:41.373015+0000 mgr.a (mgr.14403) 15539 : cluster 0 pgmap v11601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:42 smithi079 bash[28699]: cluster 2023-12-07T23:41:41.373015+0000 mgr.a (mgr.14403) 15539 : cluster 0 pgmap v11601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:44.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:44 smithi135 bash[32435]: cluster 2023-12-07T23:41:43.373637+0000 mgr.a (mgr.14403) 15540 : cluster 0 pgmap v11602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:44 smithi079 bash[28699]: cluster 2023-12-07T23:41:43.373637+0000 mgr.a (mgr.14403) 15540 : cluster 0 pgmap v11602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:44 smithi194 bash[32038]: cluster 2023-12-07T23:41:43.373637+0000 mgr.a (mgr.14403) 15540 : cluster 0 pgmap v11602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:46.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:41:46.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:46.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:46 smithi079 bash[28699]: cluster 2023-12-07T23:41:45.374453+0000 mgr.a (mgr.14403) 15541 : cluster 0 pgmap v11603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:46 smithi194 bash[32038]: cluster 2023-12-07T23:41:45.374453+0000 mgr.a (mgr.14403) 15541 : cluster 0 pgmap v11603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:46.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:46 smithi135 bash[32435]: cluster 2023-12-07T23:41:45.374453+0000 mgr.a (mgr.14403) 15541 : cluster 0 pgmap v11603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:47.401 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:41:47.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:47.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:47.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:47.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:41:47.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:47 smithi079 bash[28699]: audit 2023-12-07T23:41:46.899884+0000 mgr.a (mgr.14403) 15542 : audit 0 from='client.311400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:47 smithi194 bash[32038]: audit 2023-12-07T23:41:46.899884+0000 mgr.a (mgr.14403) 15542 : audit 0 from='client.311400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:47 smithi135 bash[32435]: audit 2023-12-07T23:41:46.899884+0000 mgr.a (mgr.14403) 15542 : audit 0 from='client.311400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:48 smithi079 bash[28699]: cluster 2023-12-07T23:41:47.374919+0000 mgr.a (mgr.14403) 15543 : cluster 0 pgmap v11604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:48 smithi194 bash[32038]: cluster 2023-12-07T23:41:47.374919+0000 mgr.a (mgr.14403) 15543 : cluster 0 pgmap v11604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:48 smithi135 bash[32435]: cluster 2023-12-07T23:41:47.374919+0000 mgr.a (mgr.14403) 15543 : cluster 0 pgmap v11604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:50 smithi079 bash[28699]: cluster 2023-12-07T23:41:49.375702+0000 mgr.a (mgr.14403) 15544 : cluster 0 pgmap v11605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:50 smithi079 bash[28699]: audit 2023-12-07T23:41:49.543136+0000 mon.a (mon.0) 2591 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:41:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:50 smithi079 bash[28699]: audit 2023-12-07T23:41:50.333782+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:41:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:50 smithi079 bash[28699]: audit 2023-12-07T23:41:50.335445+0000 mon.a (mon.0) 2593 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:41:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:50 smithi079 bash[28699]: audit 2023-12-07T23:41:50.345360+0000 mon.a (mon.0) 2594 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:41:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:50 smithi194 bash[32038]: cluster 2023-12-07T23:41:49.375702+0000 mgr.a (mgr.14403) 15544 : cluster 0 pgmap v11605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:50 smithi194 bash[32038]: audit 2023-12-07T23:41:49.543136+0000 mon.a (mon.0) 2591 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:41:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:50 smithi194 bash[32038]: audit 2023-12-07T23:41:50.333782+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:41:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:50 smithi194 bash[32038]: audit 2023-12-07T23:41:50.335445+0000 mon.a (mon.0) 2593 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:41:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:50 smithi194 bash[32038]: audit 2023-12-07T23:41:50.345360+0000 mon.a (mon.0) 2594 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:41:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:50 smithi135 bash[32435]: cluster 2023-12-07T23:41:49.375702+0000 mgr.a (mgr.14403) 15544 : cluster 0 pgmap v11605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:50 smithi135 bash[32435]: audit 2023-12-07T23:41:49.543136+0000 mon.a (mon.0) 2591 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:41:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:50 smithi135 bash[32435]: audit 2023-12-07T23:41:50.333782+0000 mon.a (mon.0) 2592 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:41:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:50 smithi135 bash[32435]: audit 2023-12-07T23:41:50.335445+0000 mon.a (mon.0) 2593 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:41:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:50 smithi135 bash[32435]: audit 2023-12-07T23:41:50.345360+0000 mon.a (mon.0) 2594 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:41:52.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:41:52.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:52.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:52 smithi194 bash[32038]: cluster 2023-12-07T23:41:51.376226+0000 mgr.a (mgr.14403) 15545 : cluster 0 pgmap v11606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:52 smithi135 bash[32435]: cluster 2023-12-07T23:41:51.376226+0000 mgr.a (mgr.14403) 15545 : cluster 0 pgmap v11606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:52.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:52 smithi079 bash[28699]: cluster 2023-12-07T23:41:51.376226+0000 mgr.a (mgr.14403) 15545 : cluster 0 pgmap v11606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:53.312 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:41:53.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:53.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:53.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:53.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:41:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:53 smithi194 bash[32038]: audit 2023-12-07T23:41:52.803438+0000 mgr.a (mgr.14403) 15546 : audit 0 from='client.311478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:53 smithi135 bash[32435]: audit 2023-12-07T23:41:52.803438+0000 mgr.a (mgr.14403) 15546 : audit 0 from='client.311478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:53.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:53 smithi079 bash[28699]: audit 2023-12-07T23:41:52.803438+0000 mgr.a (mgr.14403) 15546 : audit 0 from='client.311478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:54 smithi194 bash[32038]: cluster 2023-12-07T23:41:53.376969+0000 mgr.a (mgr.14403) 15547 : cluster 0 pgmap v11607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:54 smithi135 bash[32435]: cluster 2023-12-07T23:41:53.376969+0000 mgr.a (mgr.14403) 15547 : cluster 0 pgmap v11607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:54.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:54 smithi079 bash[28699]: cluster 2023-12-07T23:41:53.376969+0000 mgr.a (mgr.14403) 15547 : cluster 0 pgmap v11607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:56 smithi194 bash[32038]: cluster 2023-12-07T23:41:55.377782+0000 mgr.a (mgr.14403) 15548 : cluster 0 pgmap v11608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:56.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:56 smithi135 bash[32435]: cluster 2023-12-07T23:41:55.377782+0000 mgr.a (mgr.14403) 15548 : cluster 0 pgmap v11608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:56 smithi079 bash[28699]: cluster 2023-12-07T23:41:55.377782+0000 mgr.a (mgr.14403) 15548 : cluster 0 pgmap v11608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:41:58.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:41:58.316 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:41:58.316 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:41:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:58 smithi194 bash[32038]: cluster 2023-12-07T23:41:57.378301+0000 mgr.a (mgr.14403) 15549 : cluster 0 pgmap v11609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:58.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:58 smithi135 bash[32435]: cluster 2023-12-07T23:41:57.378301+0000 mgr.a (mgr.14403) 15549 : cluster 0 pgmap v11609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:58 smithi079 bash[28699]: cluster 2023-12-07T23:41:57.378301+0000 mgr.a (mgr.14403) 15549 : cluster 0 pgmap v11609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:41:59.220 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:41:59.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:41:59.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:41:59.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:41:59.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:41:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:41:59 smithi194 bash[32038]: audit 2023-12-07T23:41:58.729022+0000 mgr.a (mgr.14403) 15550 : audit 0 from='client.311556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:41:59 smithi135 bash[32435]: audit 2023-12-07T23:41:58.729022+0000 mgr.a (mgr.14403) 15550 : audit 0 from='client.311556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:41:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:41:59 smithi079 bash[28699]: audit 2023-12-07T23:41:58.729022+0000 mgr.a (mgr.14403) 15550 : audit 0 from='client.311556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:00 smithi194 bash[32038]: cluster 2023-12-07T23:41:59.379423+0000 mgr.a (mgr.14403) 15551 : cluster 0 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-07T23:42:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:00 smithi135 bash[32435]: cluster 2023-12-07T23:41:59.379423+0000 mgr.a (mgr.14403) 15551 : cluster 0 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-07T23:42:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:00 smithi079 bash[28699]: cluster 2023-12-07T23:41:59.379423+0000 mgr.a (mgr.14403) 15551 : cluster 0 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-07T23:42:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:02 smithi194 bash[32038]: cluster 2023-12-07T23:42:01.380155+0000 mgr.a (mgr.14403) 15552 : cluster 0 pgmap v11611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:02 smithi135 bash[32435]: cluster 2023-12-07T23:42:01.380155+0000 mgr.a (mgr.14403) 15552 : cluster 0 pgmap v11611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:02 smithi079 bash[28699]: cluster 2023-12-07T23:42:01.380155+0000 mgr.a (mgr.14403) 15552 : cluster 0 pgmap v11611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:04.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:42:04.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:04.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:04 smithi194 bash[32038]: cluster 2023-12-07T23:42:03.380753+0000 mgr.a (mgr.14403) 15553 : cluster 0 pgmap v11612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:04 smithi135 bash[32435]: cluster 2023-12-07T23:42:03.380753+0000 mgr.a (mgr.14403) 15553 : cluster 0 pgmap v11612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:04 smithi079 bash[28699]: cluster 2023-12-07T23:42:03.380753+0000 mgr.a (mgr.14403) 15553 : cluster 0 pgmap v11612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:05.169 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:42:05.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:05.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:05.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:05.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:42:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:05 smithi194 bash[32038]: audit 2023-12-07T23:42:04.629812+0000 mgr.a (mgr.14403) 15554 : audit 0 from='client.311634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:05 smithi135 bash[32435]: audit 2023-12-07T23:42:04.629812+0000 mgr.a (mgr.14403) 15554 : audit 0 from='client.311634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:05.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:05 smithi079 bash[28699]: audit 2023-12-07T23:42:04.629812+0000 mgr.a (mgr.14403) 15554 : audit 0 from='client.311634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:06.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:06 smithi194 bash[32038]: cluster 2023-12-07T23:42:05.381833+0000 mgr.a (mgr.14403) 15555 : cluster 0 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-07T23:42:06.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:06 smithi135 bash[32435]: cluster 2023-12-07T23:42:05.381833+0000 mgr.a (mgr.14403) 15555 : cluster 0 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-07T23:42:06.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:06 smithi079 bash[28699]: cluster 2023-12-07T23:42:05.381833+0000 mgr.a (mgr.14403) 15555 : cluster 0 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-07T23:42:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:08 smithi194 bash[32038]: cluster 2023-12-07T23:42:07.382436+0000 mgr.a (mgr.14403) 15556 : cluster 0 pgmap v11614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:08 smithi135 bash[32435]: cluster 2023-12-07T23:42:07.382436+0000 mgr.a (mgr.14403) 15556 : cluster 0 pgmap v11614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:08 smithi079 bash[28699]: cluster 2023-12-07T23:42:07.382436+0000 mgr.a (mgr.14403) 15556 : cluster 0 pgmap v11614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:10.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:42:10.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:10.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:10.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:10 smithi135 bash[32435]: cluster 2023-12-07T23:42:09.383192+0000 mgr.a (mgr.14403) 15557 : cluster 0 pgmap v11615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:10 smithi079 bash[28699]: cluster 2023-12-07T23:42:09.383192+0000 mgr.a (mgr.14403) 15557 : cluster 0 pgmap v11615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:10 smithi194 bash[32038]: cluster 2023-12-07T23:42:09.383192+0000 mgr.a (mgr.14403) 15557 : cluster 0 pgmap v11615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:11.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:11.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:11.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:11.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:42:11.089 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:42:11.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:11 smithi079 bash[28699]: audit 2023-12-07T23:42:10.573756+0000 mgr.a (mgr.14403) 15558 : audit 0 from='client.311706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:11 smithi194 bash[32038]: audit 2023-12-07T23:42:10.573756+0000 mgr.a (mgr.14403) 15558 : audit 0 from='client.311706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:11 smithi135 bash[32435]: audit 2023-12-07T23:42:10.573756+0000 mgr.a (mgr.14403) 15558 : audit 0 from='client.311706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:12 smithi079 bash[28699]: cluster 2023-12-07T23:42:11.383834+0000 mgr.a (mgr.14403) 15559 : cluster 0 pgmap v11616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:12 smithi194 bash[32038]: cluster 2023-12-07T23:42:11.383834+0000 mgr.a (mgr.14403) 15559 : cluster 0 pgmap v11616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:12.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:12 smithi135 bash[32435]: cluster 2023-12-07T23:42:11.383834+0000 mgr.a (mgr.14403) 15559 : cluster 0 pgmap v11616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:14 smithi079 bash[28699]: cluster 2023-12-07T23:42:13.384421+0000 mgr.a (mgr.14403) 15560 : cluster 0 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-07T23:42:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:14 smithi194 bash[32038]: cluster 2023-12-07T23:42:13.384421+0000 mgr.a (mgr.14403) 15560 : cluster 0 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-07T23:42:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:14 smithi135 bash[32435]: cluster 2023-12-07T23:42:13.384421+0000 mgr.a (mgr.14403) 15560 : cluster 0 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-07T23:42:16.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:42:16.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:16.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:16.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:16 smithi079 bash[28699]: cluster 2023-12-07T23:42:15.385241+0000 mgr.a (mgr.14403) 15561 : cluster 0 pgmap v11618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:16 smithi194 bash[32038]: cluster 2023-12-07T23:42:15.385241+0000 mgr.a (mgr.14403) 15561 : cluster 0 pgmap v11618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:16 smithi135 bash[32435]: cluster 2023-12-07T23:42:15.385241+0000 mgr.a (mgr.14403) 15561 : cluster 0 pgmap v11618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:16.997 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:42:16.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:16.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:16.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:16.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:42:17.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:17 smithi079 bash[28699]: audit 2023-12-07T23:42:16.491612+0000 mgr.a (mgr.14403) 15562 : audit 0 from='client.311784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:17 smithi194 bash[32038]: audit 2023-12-07T23:42:16.491612+0000 mgr.a (mgr.14403) 15562 : audit 0 from='client.311784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:17.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:17 smithi135 bash[32435]: audit 2023-12-07T23:42:16.491612+0000 mgr.a (mgr.14403) 15562 : audit 0 from='client.311784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:18 smithi079 bash[28699]: cluster 2023-12-07T23:42:17.385954+0000 mgr.a (mgr.14403) 15563 : cluster 0 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-07T23:42:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:18 smithi194 bash[32038]: cluster 2023-12-07T23:42:17.385954+0000 mgr.a (mgr.14403) 15563 : cluster 0 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-07T23:42:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:18 smithi135 bash[32435]: cluster 2023-12-07T23:42:17.385954+0000 mgr.a (mgr.14403) 15563 : cluster 0 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-07T23:42:20.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:20 smithi079 bash[28699]: cluster 2023-12-07T23:42:19.386937+0000 mgr.a (mgr.14403) 15564 : cluster 0 pgmap v11620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:20 smithi194 bash[32038]: cluster 2023-12-07T23:42:19.386937+0000 mgr.a (mgr.14403) 15564 : cluster 0 pgmap v11620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:20 smithi135 bash[32435]: cluster 2023-12-07T23:42:19.386937+0000 mgr.a (mgr.14403) 15564 : cluster 0 pgmap v11620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:22.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:42:22.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:22.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:22.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:22 smithi135 bash[32435]: cluster 2023-12-07T23:42:21.387459+0000 mgr.a (mgr.14403) 15565 : cluster 0 pgmap v11621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:22.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:22 smithi079 bash[28699]: cluster 2023-12-07T23:42:21.387459+0000 mgr.a (mgr.14403) 15565 : cluster 0 pgmap v11621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:22 smithi194 bash[32038]: cluster 2023-12-07T23:42:21.387459+0000 mgr.a (mgr.14403) 15565 : cluster 0 pgmap v11621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:22.903 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:42:22.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:22.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:22.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:22.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:42:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:23 smithi135 bash[32435]: audit 2023-12-07T23:42:22.403905+0000 mgr.a (mgr.14403) 15566 : audit 0 from='client.311853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:23.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:23 smithi079 bash[28699]: audit 2023-12-07T23:42:22.403905+0000 mgr.a (mgr.14403) 15566 : audit 0 from='client.311853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:23.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:23 smithi194 bash[32038]: audit 2023-12-07T23:42:22.403905+0000 mgr.a (mgr.14403) 15566 : audit 0 from='client.311853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:24.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:24 smithi079 bash[28699]: cluster 2023-12-07T23:42:23.388180+0000 mgr.a (mgr.14403) 15567 : cluster 0 pgmap v11622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:24 smithi194 bash[32038]: cluster 2023-12-07T23:42:23.388180+0000 mgr.a (mgr.14403) 15567 : cluster 0 pgmap v11622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:24.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:24 smithi135 bash[32435]: cluster 2023-12-07T23:42:23.388180+0000 mgr.a (mgr.14403) 15567 : cluster 0 pgmap v11622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:26 smithi194 bash[32038]: cluster 2023-12-07T23:42:25.389171+0000 mgr.a (mgr.14403) 15568 : cluster 0 pgmap v11623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:26.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:26 smithi135 bash[32435]: cluster 2023-12-07T23:42:25.389171+0000 mgr.a (mgr.14403) 15568 : cluster 0 pgmap v11623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:26 smithi079 bash[28699]: cluster 2023-12-07T23:42:25.389171+0000 mgr.a (mgr.14403) 15568 : cluster 0 pgmap v11623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:27.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:42:27.907 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:27.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:28 smithi194 bash[32038]: cluster 2023-12-07T23:42:27.389825+0000 mgr.a (mgr.14403) 15569 : cluster 0 pgmap v11624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:28.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:28 smithi135 bash[32435]: cluster 2023-12-07T23:42:27.389825+0000 mgr.a (mgr.14403) 15569 : cluster 0 pgmap v11624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:28.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:28.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:28.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:28.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:42:28.803 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:42:28.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:28 smithi079 bash[28699]: cluster 2023-12-07T23:42:27.389825+0000 mgr.a (mgr.14403) 15569 : cluster 0 pgmap v11624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:29.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:29 smithi079 bash[28699]: audit 2023-12-07T23:42:28.301282+0000 mgr.a (mgr.14403) 15570 : audit 0 from='client.311925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:29.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:29 smithi194 bash[32038]: audit 2023-12-07T23:42:28.301282+0000 mgr.a (mgr.14403) 15570 : audit 0 from='client.311925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:29.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:29 smithi135 bash[32435]: audit 2023-12-07T23:42:28.301282+0000 mgr.a (mgr.14403) 15570 : audit 0 from='client.311925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:30 smithi079 bash[28699]: cluster 2023-12-07T23:42:29.390808+0000 mgr.a (mgr.14403) 15571 : cluster 0 pgmap v11625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:42:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:30 smithi194 bash[32038]: cluster 2023-12-07T23:42:29.390808+0000 mgr.a (mgr.14403) 15571 : cluster 0 pgmap v11625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:42:30.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:30 smithi135 bash[32435]: cluster 2023-12-07T23:42:29.390808+0000 mgr.a (mgr.14403) 15571 : cluster 0 pgmap v11625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:42:32.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:32 smithi135 bash[32435]: cluster 2023-12-07T23:42:31.391413+0000 mgr.a (mgr.14403) 15572 : cluster 0 pgmap v11626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:42:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:32 smithi079 bash[28699]: cluster 2023-12-07T23:42:31.391413+0000 mgr.a (mgr.14403) 15572 : cluster 0 pgmap v11626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:42:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:32 smithi194 bash[32038]: cluster 2023-12-07T23:42:31.391413+0000 mgr.a (mgr.14403) 15572 : cluster 0 pgmap v11626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:42:33.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:42:33.807 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:33.807 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:34.693 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:42:34.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:34.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:34.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:34.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:42:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:34 smithi194 bash[32038]: cluster 2023-12-07T23:42:33.391914+0000 mgr.a (mgr.14403) 15573 : cluster 0 pgmap v11627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:42:34.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:34 smithi135 bash[32435]: cluster 2023-12-07T23:42:33.391914+0000 mgr.a (mgr.14403) 15573 : cluster 0 pgmap v11627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:42:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:34 smithi079 bash[28699]: cluster 2023-12-07T23:42:33.391914+0000 mgr.a (mgr.14403) 15573 : cluster 0 pgmap v11627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:42:35.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:35 smithi079 bash[28699]: audit 2023-12-07T23:42:34.200140+0000 mgr.a (mgr.14403) 15574 : audit 0 from='client.312000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:35.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:35 smithi194 bash[32038]: audit 2023-12-07T23:42:34.200140+0000 mgr.a (mgr.14403) 15574 : audit 0 from='client.312000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:35.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:35 smithi135 bash[32435]: audit 2023-12-07T23:42:34.200140+0000 mgr.a (mgr.14403) 15574 : audit 0 from='client.312000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:36 smithi079 bash[28699]: cluster 2023-12-07T23:42:35.392987+0000 mgr.a (mgr.14403) 15575 : cluster 0 pgmap v11628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:36 smithi194 bash[32038]: cluster 2023-12-07T23:42:35.392987+0000 mgr.a (mgr.14403) 15575 : cluster 0 pgmap v11628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:36 smithi135 bash[32435]: cluster 2023-12-07T23:42:35.392987+0000 mgr.a (mgr.14403) 15575 : cluster 0 pgmap v11628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:38 smithi079 bash[28699]: cluster 2023-12-07T23:42:37.393600+0000 mgr.a (mgr.14403) 15576 : cluster 0 pgmap v11629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:38 smithi194 bash[32038]: cluster 2023-12-07T23:42:37.393600+0000 mgr.a (mgr.14403) 15576 : cluster 0 pgmap v11629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:38 smithi135 bash[32435]: cluster 2023-12-07T23:42:37.393600+0000 mgr.a (mgr.14403) 15576 : cluster 0 pgmap v11629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:42:39.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:42:39.699 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:39.699 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:40.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:40.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:40.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:40.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:42:40.579 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:42:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:40 smithi079 bash[28699]: cluster 2023-12-07T23:42:39.394382+0000 mgr.a (mgr.14403) 15577 : cluster 0 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-07T23:42:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:40 smithi194 bash[32038]: cluster 2023-12-07T23:42:39.394382+0000 mgr.a (mgr.14403) 15577 : cluster 0 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-07T23:42:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:40 smithi135 bash[32435]: cluster 2023-12-07T23:42:39.394382+0000 mgr.a (mgr.14403) 15577 : cluster 0 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-07T23:42:41.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:41 smithi079 bash[28699]: audit 2023-12-07T23:42:40.095889+0000 mgr.a (mgr.14403) 15578 : audit 0 from='client.312069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:41.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:41 smithi194 bash[32038]: audit 2023-12-07T23:42:40.095889+0000 mgr.a (mgr.14403) 15578 : audit 0 from='client.312069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:41.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:41 smithi135 bash[32435]: audit 2023-12-07T23:42:40.095889+0000 mgr.a (mgr.14403) 15578 : audit 0 from='client.312069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:42 smithi079 bash[28699]: cluster 2023-12-07T23:42:41.395006+0000 mgr.a (mgr.14403) 15579 : cluster 0 pgmap v11631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:42:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:42 smithi194 bash[32038]: cluster 2023-12-07T23:42:41.395006+0000 mgr.a (mgr.14403) 15579 : cluster 0 pgmap v11631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:42:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:42 smithi135 bash[32435]: cluster 2023-12-07T23:42:41.395006+0000 mgr.a (mgr.14403) 15579 : cluster 0 pgmap v11631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:42:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:44 smithi079 bash[28699]: cluster 2023-12-07T23:42:43.395611+0000 mgr.a (mgr.14403) 15580 : cluster 0 pgmap v11632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:42:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:44 smithi194 bash[32038]: cluster 2023-12-07T23:42:43.395611+0000 mgr.a (mgr.14403) 15580 : cluster 0 pgmap v11632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:42:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:44 smithi135 bash[32435]: cluster 2023-12-07T23:42:43.395611+0000 mgr.a (mgr.14403) 15580 : cluster 0 pgmap v11632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:42:45.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:42:45.583 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:45.583 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:46.470 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:42:46.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:46.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:46.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:46.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:42:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:46 smithi079 bash[28699]: cluster 2023-12-07T23:42:45.396416+0000 mgr.a (mgr.14403) 15581 : cluster 0 pgmap v11633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:42:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:46 smithi079 bash[28699]: audit 2023-12-07T23:42:45.970341+0000 mgr.a (mgr.14403) 15582 : audit 0 from='client.312144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:46 smithi194 bash[32038]: cluster 2023-12-07T23:42:45.396416+0000 mgr.a (mgr.14403) 15581 : cluster 0 pgmap v11633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:42:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:46 smithi194 bash[32038]: audit 2023-12-07T23:42:45.970341+0000 mgr.a (mgr.14403) 15582 : audit 0 from='client.312144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:46 smithi135 bash[32435]: cluster 2023-12-07T23:42:45.396416+0000 mgr.a (mgr.14403) 15581 : cluster 0 pgmap v11633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:42:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:46 smithi135 bash[32435]: audit 2023-12-07T23:42:45.970341+0000 mgr.a (mgr.14403) 15582 : audit 0 from='client.312144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:48 smithi079 bash[28699]: cluster 2023-12-07T23:42:47.396989+0000 mgr.a (mgr.14403) 15583 : cluster 0 pgmap v11634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:48 smithi194 bash[32038]: cluster 2023-12-07T23:42:47.396989+0000 mgr.a (mgr.14403) 15583 : cluster 0 pgmap v11634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:48 smithi135 bash[32435]: cluster 2023-12-07T23:42:47.396989+0000 mgr.a (mgr.14403) 15583 : cluster 0 pgmap v11634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:50 smithi079 bash[28699]: cluster 2023-12-07T23:42:49.397757+0000 mgr.a (mgr.14403) 15584 : cluster 0 pgmap v11635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:50 smithi079 bash[28699]: audit 2023-12-07T23:42:50.448938+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:42:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:50 smithi194 bash[32038]: cluster 2023-12-07T23:42:49.397757+0000 mgr.a (mgr.14403) 15584 : cluster 0 pgmap v11635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:50 smithi194 bash[32038]: audit 2023-12-07T23:42:50.448938+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:42:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:50 smithi135 bash[32435]: cluster 2023-12-07T23:42:49.397757+0000 mgr.a (mgr.14403) 15584 : cluster 0 pgmap v11635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:50 smithi135 bash[32435]: audit 2023-12-07T23:42:50.448938+0000 mon.a (mon.0) 2595 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:42:51.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:42:51.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:51.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:51 smithi079 bash[28699]: audit 2023-12-07T23:42:51.190772+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:42:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:51 smithi079 bash[28699]: audit 2023-12-07T23:42:51.192486+0000 mon.a (mon.0) 2597 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:42:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:51 smithi079 bash[28699]: audit 2023-12-07T23:42:51.201879+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:42:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:51 smithi194 bash[32038]: audit 2023-12-07T23:42:51.190772+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:42:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:51 smithi194 bash[32038]: audit 2023-12-07T23:42:51.192486+0000 mon.a (mon.0) 2597 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:42:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:51 smithi194 bash[32038]: audit 2023-12-07T23:42:51.201879+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:42:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:51 smithi135 bash[32435]: audit 2023-12-07T23:42:51.190772+0000 mon.a (mon.0) 2596 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:42:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:51 smithi135 bash[32435]: audit 2023-12-07T23:42:51.192486+0000 mon.a (mon.0) 2597 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:42:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:51 smithi135 bash[32435]: audit 2023-12-07T23:42:51.201879+0000 mon.a (mon.0) 2598 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:42:52.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:52.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:52.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:52.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:42:52.401 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:42:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:52 smithi079 bash[28699]: cluster 2023-12-07T23:42:51.398332+0000 mgr.a (mgr.14403) 15585 : cluster 0 pgmap v11636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:52 smithi079 bash[28699]: audit 2023-12-07T23:42:51.875882+0000 mgr.a (mgr.14403) 15586 : audit 0 from='client.312219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:52 smithi194 bash[32038]: cluster 2023-12-07T23:42:51.398332+0000 mgr.a (mgr.14403) 15585 : cluster 0 pgmap v11636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:52 smithi194 bash[32038]: audit 2023-12-07T23:42:51.875882+0000 mgr.a (mgr.14403) 15586 : audit 0 from='client.312219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:52 smithi135 bash[32435]: cluster 2023-12-07T23:42:51.398332+0000 mgr.a (mgr.14403) 15585 : cluster 0 pgmap v11636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:52 smithi135 bash[32435]: audit 2023-12-07T23:42:51.875882+0000 mgr.a (mgr.14403) 15586 : audit 0 from='client.312219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:54.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:54 smithi079 bash[28699]: cluster 2023-12-07T23:42:53.399005+0000 mgr.a (mgr.14403) 15587 : cluster 0 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-07T23:42:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:54 smithi194 bash[32038]: cluster 2023-12-07T23:42:53.399005+0000 mgr.a (mgr.14403) 15587 : cluster 0 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-07T23:42:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:54 smithi135 bash[32435]: cluster 2023-12-07T23:42:53.399005+0000 mgr.a (mgr.14403) 15587 : cluster 0 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-07T23:42:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:56 smithi079 bash[28699]: cluster 2023-12-07T23:42:55.399733+0000 mgr.a (mgr.14403) 15588 : cluster 0 pgmap v11638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:56 smithi194 bash[32038]: cluster 2023-12-07T23:42:55.399733+0000 mgr.a (mgr.14403) 15588 : cluster 0 pgmap v11638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:56 smithi135 bash[32435]: cluster 2023-12-07T23:42:55.399733+0000 mgr.a (mgr.14403) 15588 : cluster 0 pgmap v11638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:42:57.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:42:57.404 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:42:57.405 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:42:58.320 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:42:58.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:42:58.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:42:58.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:42:58.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:42:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:58 smithi079 bash[28699]: cluster 2023-12-07T23:42:57.400272+0000 mgr.a (mgr.14403) 15589 : cluster 0 pgmap v11639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:42:58 smithi079 bash[28699]: audit 2023-12-07T23:42:57.806313+0000 mgr.a (mgr.14403) 15590 : audit 0 from='client.312297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:58 smithi194 bash[32038]: cluster 2023-12-07T23:42:57.400272+0000 mgr.a (mgr.14403) 15589 : cluster 0 pgmap v11639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:42:58 smithi194 bash[32038]: audit 2023-12-07T23:42:57.806313+0000 mgr.a (mgr.14403) 15590 : audit 0 from='client.312297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:42:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:58 smithi135 bash[32435]: cluster 2023-12-07T23:42:57.400272+0000 mgr.a (mgr.14403) 15589 : cluster 0 pgmap v11639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:42:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:42:58 smithi135 bash[32435]: audit 2023-12-07T23:42:57.806313+0000 mgr.a (mgr.14403) 15590 : audit 0 from='client.312297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:00 smithi079 bash[28699]: cluster 2023-12-07T23:42:59.401118+0000 mgr.a (mgr.14403) 15591 : cluster 0 pgmap v11640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:00 smithi194 bash[32038]: cluster 2023-12-07T23:42:59.401118+0000 mgr.a (mgr.14403) 15591 : cluster 0 pgmap v11640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:00 smithi135 bash[32435]: cluster 2023-12-07T23:42:59.401118+0000 mgr.a (mgr.14403) 15591 : cluster 0 pgmap v11640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:02 smithi079 bash[28699]: cluster 2023-12-07T23:43:01.401767+0000 mgr.a (mgr.14403) 15592 : cluster 0 pgmap v11641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:02 smithi194 bash[32038]: cluster 2023-12-07T23:43:01.401767+0000 mgr.a (mgr.14403) 15592 : cluster 0 pgmap v11641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:02 smithi135 bash[32435]: cluster 2023-12-07T23:43:01.401767+0000 mgr.a (mgr.14403) 15592 : cluster 0 pgmap v11641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:03.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:43:03.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:03.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:04.225 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:43:04.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:04.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:04.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:04.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:43:04.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:04 smithi079 bash[28699]: cluster 2023-12-07T23:43:03.402361+0000 mgr.a (mgr.14403) 15593 : cluster 0 pgmap v11642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:04.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:04 smithi079 bash[28699]: audit 2023-12-07T23:43:03.722053+0000 mgr.a (mgr.14403) 15594 : audit 0 from='client.312372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:04 smithi194 bash[32038]: cluster 2023-12-07T23:43:03.402361+0000 mgr.a (mgr.14403) 15593 : cluster 0 pgmap v11642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:04 smithi194 bash[32038]: audit 2023-12-07T23:43:03.722053+0000 mgr.a (mgr.14403) 15594 : audit 0 from='client.312372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:04 smithi135 bash[32435]: cluster 2023-12-07T23:43:03.402361+0000 mgr.a (mgr.14403) 15593 : cluster 0 pgmap v11642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:04 smithi135 bash[32435]: audit 2023-12-07T23:43:03.722053+0000 mgr.a (mgr.14403) 15594 : audit 0 from='client.312372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:06.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:06 smithi079 bash[28699]: cluster 2023-12-07T23:43:05.403373+0000 mgr.a (mgr.14403) 15595 : cluster 0 pgmap v11643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:06 smithi194 bash[32038]: cluster 2023-12-07T23:43:05.403373+0000 mgr.a (mgr.14403) 15595 : cluster 0 pgmap v11643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:06 smithi135 bash[32435]: cluster 2023-12-07T23:43:05.403373+0000 mgr.a (mgr.14403) 15595 : cluster 0 pgmap v11643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:08 smithi079 bash[28699]: cluster 2023-12-07T23:43:07.403962+0000 mgr.a (mgr.14403) 15596 : cluster 0 pgmap v11644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:08 smithi194 bash[32038]: cluster 2023-12-07T23:43:07.403962+0000 mgr.a (mgr.14403) 15596 : cluster 0 pgmap v11644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:08 smithi135 bash[32435]: cluster 2023-12-07T23:43:07.403962+0000 mgr.a (mgr.14403) 15596 : cluster 0 pgmap v11644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:09.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:43:09.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:09.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:10.109 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:43:10.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:10.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:10.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:10.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:43:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:10 smithi079 bash[28699]: cluster 2023-12-07T23:43:09.404703+0000 mgr.a (mgr.14403) 15597 : cluster 0 pgmap v11645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:10 smithi079 bash[28699]: audit 2023-12-07T23:43:09.630795+0000 mgr.a (mgr.14403) 15598 : audit 0 from='client.312450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:10 smithi194 bash[32038]: cluster 2023-12-07T23:43:09.404703+0000 mgr.a (mgr.14403) 15597 : cluster 0 pgmap v11645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:10 smithi194 bash[32038]: audit 2023-12-07T23:43:09.630795+0000 mgr.a (mgr.14403) 15598 : audit 0 from='client.312450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:10 smithi135 bash[32435]: cluster 2023-12-07T23:43:09.404703+0000 mgr.a (mgr.14403) 15597 : cluster 0 pgmap v11645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:10 smithi135 bash[32435]: audit 2023-12-07T23:43:09.630795+0000 mgr.a (mgr.14403) 15598 : audit 0 from='client.312450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:12 smithi079 bash[28699]: cluster 2023-12-07T23:43:11.405328+0000 mgr.a (mgr.14403) 15599 : cluster 0 pgmap v11646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:12 smithi194 bash[32038]: cluster 2023-12-07T23:43:11.405328+0000 mgr.a (mgr.14403) 15599 : cluster 0 pgmap v11646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:12.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:12 smithi135 bash[32435]: cluster 2023-12-07T23:43:11.405328+0000 mgr.a (mgr.14403) 15599 : cluster 0 pgmap v11646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:14 smithi079 bash[28699]: cluster 2023-12-07T23:43:13.405901+0000 mgr.a (mgr.14403) 15600 : cluster 0 pgmap v11647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:14 smithi194 bash[32038]: cluster 2023-12-07T23:43:13.405901+0000 mgr.a (mgr.14403) 15600 : cluster 0 pgmap v11647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:14 smithi135 bash[32435]: cluster 2023-12-07T23:43:13.405901+0000 mgr.a (mgr.14403) 15600 : cluster 0 pgmap v11647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:15.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:43:15.113 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:15.113 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:16.031 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:43:16.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:16.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:16.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:16.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:43:16.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:16 smithi079 bash[28699]: cluster 2023-12-07T23:43:15.406420+0000 mgr.a (mgr.14403) 15601 : cluster 0 pgmap v11648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:16.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:16 smithi079 bash[28699]: audit 2023-12-07T23:43:15.512017+0000 mgr.a (mgr.14403) 15602 : audit 0 from='client.312528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:16 smithi194 bash[32038]: cluster 2023-12-07T23:43:15.406420+0000 mgr.a (mgr.14403) 15601 : cluster 0 pgmap v11648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:16 smithi194 bash[32038]: audit 2023-12-07T23:43:15.512017+0000 mgr.a (mgr.14403) 15602 : audit 0 from='client.312528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:16 smithi135 bash[32435]: cluster 2023-12-07T23:43:15.406420+0000 mgr.a (mgr.14403) 15601 : cluster 0 pgmap v11648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:16 smithi135 bash[32435]: audit 2023-12-07T23:43:15.512017+0000 mgr.a (mgr.14403) 15602 : audit 0 from='client.312528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:18 smithi079 bash[28699]: cluster 2023-12-07T23:43:17.407055+0000 mgr.a (mgr.14403) 15603 : cluster 0 pgmap v11649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:18 smithi194 bash[32038]: cluster 2023-12-07T23:43:17.407055+0000 mgr.a (mgr.14403) 15603 : cluster 0 pgmap v11649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:18 smithi135 bash[32435]: cluster 2023-12-07T23:43:17.407055+0000 mgr.a (mgr.14403) 15603 : cluster 0 pgmap v11649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:20.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:20 smithi079 bash[28699]: cluster 2023-12-07T23:43:19.407825+0000 mgr.a (mgr.14403) 15604 : cluster 0 pgmap v11650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:20 smithi194 bash[32038]: cluster 2023-12-07T23:43:19.407825+0000 mgr.a (mgr.14403) 15604 : cluster 0 pgmap v11650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:20 smithi135 bash[32435]: cluster 2023-12-07T23:43:19.407825+0000 mgr.a (mgr.14403) 15604 : cluster 0 pgmap v11650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:21.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:43:21.035 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:21.035 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:21.911 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:43:21.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:21.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:21.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:21.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:43:22.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:22 smithi079 bash[28699]: cluster 2023-12-07T23:43:21.408181+0000 mgr.a (mgr.14403) 15605 : cluster 0 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-07T23:43:22.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:22 smithi079 bash[28699]: audit 2023-12-07T23:43:21.440962+0000 mgr.a (mgr.14403) 15606 : audit 0 from='client.312600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:22 smithi194 bash[32038]: cluster 2023-12-07T23:43:21.408181+0000 mgr.a (mgr.14403) 15605 : cluster 0 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-07T23:43:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:22 smithi194 bash[32038]: audit 2023-12-07T23:43:21.440962+0000 mgr.a (mgr.14403) 15606 : audit 0 from='client.312600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:22 smithi135 bash[32435]: cluster 2023-12-07T23:43:21.408181+0000 mgr.a (mgr.14403) 15605 : cluster 0 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-07T23:43:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:22 smithi135 bash[32435]: audit 2023-12-07T23:43:21.440962+0000 mgr.a (mgr.14403) 15606 : audit 0 from='client.312600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:24 smithi079 bash[28699]: cluster 2023-12-07T23:43:23.408761+0000 mgr.a (mgr.14403) 15607 : cluster 0 pgmap v11652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:24 smithi194 bash[32038]: cluster 2023-12-07T23:43:23.408761+0000 mgr.a (mgr.14403) 15607 : cluster 0 pgmap v11652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:24 smithi135 bash[32435]: cluster 2023-12-07T23:43:23.408761+0000 mgr.a (mgr.14403) 15607 : cluster 0 pgmap v11652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:26 smithi079 bash[28699]: cluster 2023-12-07T23:43:25.409554+0000 mgr.a (mgr.14403) 15608 : cluster 0 pgmap v11653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:26.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:43:26.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:26.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:26 smithi194 bash[32038]: cluster 2023-12-07T23:43:25.409554+0000 mgr.a (mgr.14403) 15608 : cluster 0 pgmap v11653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:26.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:26 smithi135 bash[32435]: cluster 2023-12-07T23:43:25.409554+0000 mgr.a (mgr.14403) 15608 : cluster 0 pgmap v11653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:27.832 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:43:27.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:27.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:27.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:27.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:43:28.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:28 smithi079 bash[28699]: audit 2023-12-07T23:43:27.324644+0000 mgr.a (mgr.14403) 15609 : audit 0 from='client.312678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:28.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:28 smithi079 bash[28699]: cluster 2023-12-07T23:43:27.410112+0000 mgr.a (mgr.14403) 15610 : cluster 0 pgmap v11654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:28 smithi194 bash[32038]: audit 2023-12-07T23:43:27.324644+0000 mgr.a (mgr.14403) 15609 : audit 0 from='client.312678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:28 smithi194 bash[32038]: cluster 2023-12-07T23:43:27.410112+0000 mgr.a (mgr.14403) 15610 : cluster 0 pgmap v11654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:28 smithi135 bash[32435]: audit 2023-12-07T23:43:27.324644+0000 mgr.a (mgr.14403) 15609 : audit 0 from='client.312678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:28 smithi135 bash[32435]: cluster 2023-12-07T23:43:27.410112+0000 mgr.a (mgr.14403) 15610 : cluster 0 pgmap v11654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:30 smithi079 bash[28699]: cluster 2023-12-07T23:43:29.411090+0000 mgr.a (mgr.14403) 15611 : cluster 0 pgmap v11655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:30 smithi194 bash[32038]: cluster 2023-12-07T23:43:29.411090+0000 mgr.a (mgr.14403) 15611 : cluster 0 pgmap v11655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:30 smithi135 bash[32435]: cluster 2023-12-07T23:43:29.411090+0000 mgr.a (mgr.14403) 15611 : cluster 0 pgmap v11655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:32 smithi079 bash[28699]: cluster 2023-12-07T23:43:31.411614+0000 mgr.a (mgr.14403) 15612 : cluster 0 pgmap v11656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:32 smithi194 bash[32038]: cluster 2023-12-07T23:43:31.411614+0000 mgr.a (mgr.14403) 15612 : cluster 0 pgmap v11656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:32 smithi135 bash[32435]: cluster 2023-12-07T23:43:31.411614+0000 mgr.a (mgr.14403) 15612 : cluster 0 pgmap v11656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:32.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:43:32.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:32.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:33.753 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:43:33.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:33.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:33.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:33.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:43:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:34 smithi079 bash[28699]: audit 2023-12-07T23:43:33.236974+0000 mgr.a (mgr.14403) 15613 : audit 0 from='client.312756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:34 smithi079 bash[28699]: cluster 2023-12-07T23:43:33.412357+0000 mgr.a (mgr.14403) 15614 : cluster 0 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-07T23:43:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:34 smithi194 bash[32038]: audit 2023-12-07T23:43:33.236974+0000 mgr.a (mgr.14403) 15613 : audit 0 from='client.312756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:34 smithi194 bash[32038]: cluster 2023-12-07T23:43:33.412357+0000 mgr.a (mgr.14403) 15614 : cluster 0 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-07T23:43:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:34 smithi135 bash[32435]: audit 2023-12-07T23:43:33.236974+0000 mgr.a (mgr.14403) 15613 : audit 0 from='client.312756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:34 smithi135 bash[32435]: cluster 2023-12-07T23:43:33.412357+0000 mgr.a (mgr.14403) 15614 : cluster 0 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-07T23:43:36.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:36 smithi079 bash[28699]: cluster 2023-12-07T23:43:35.413456+0000 mgr.a (mgr.14403) 15615 : cluster 0 pgmap v11658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:43:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:36 smithi194 bash[32038]: cluster 2023-12-07T23:43:35.413456+0000 mgr.a (mgr.14403) 15615 : cluster 0 pgmap v11658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:43:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:36 smithi135 bash[32435]: cluster 2023-12-07T23:43:35.413456+0000 mgr.a (mgr.14403) 15615 : cluster 0 pgmap v11658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:43:38.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:43:38.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:38.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:38 smithi079 bash[28699]: cluster 2023-12-07T23:43:37.414074+0000 mgr.a (mgr.14403) 15616 : cluster 0 pgmap v11659: 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-07T23:43:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:38 smithi194 bash[32038]: cluster 2023-12-07T23:43:37.414074+0000 mgr.a (mgr.14403) 15616 : cluster 0 pgmap v11659: 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-07T23:43:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:38 smithi135 bash[32435]: cluster 2023-12-07T23:43:37.414074+0000 mgr.a (mgr.14403) 15616 : cluster 0 pgmap v11659: 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-07T23:43:39.653 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:43:39.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:39.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:39.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:39.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:43:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:40 smithi079 bash[28699]: audit 2023-12-07T23:43:39.156216+0000 mgr.a (mgr.14403) 15617 : audit 0 from='client.312831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:40 smithi079 bash[28699]: cluster 2023-12-07T23:43:39.415632+0000 mgr.a (mgr.14403) 15618 : cluster 0 pgmap v11660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:40 smithi194 bash[32038]: audit 2023-12-07T23:43:39.156216+0000 mgr.a (mgr.14403) 15617 : audit 0 from='client.312831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:40 smithi194 bash[32038]: cluster 2023-12-07T23:43:39.415632+0000 mgr.a (mgr.14403) 15618 : cluster 0 pgmap v11660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:40 smithi135 bash[32435]: audit 2023-12-07T23:43:39.156216+0000 mgr.a (mgr.14403) 15617 : audit 0 from='client.312831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:40 smithi135 bash[32435]: cluster 2023-12-07T23:43:39.415632+0000 mgr.a (mgr.14403) 15618 : cluster 0 pgmap v11660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:42 smithi079 bash[28699]: cluster 2023-12-07T23:43:41.416319+0000 mgr.a (mgr.14403) 15619 : cluster 0 pgmap v11661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:42 smithi194 bash[32038]: cluster 2023-12-07T23:43:41.416319+0000 mgr.a (mgr.14403) 15619 : cluster 0 pgmap v11661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:42.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:42 smithi135 bash[32435]: cluster 2023-12-07T23:43:41.416319+0000 mgr.a (mgr.14403) 15619 : cluster 0 pgmap v11661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:44.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:43:44.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:44.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:44 smithi079 bash[28699]: cluster 2023-12-07T23:43:43.417021+0000 mgr.a (mgr.14403) 15620 : cluster 0 pgmap v11662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:44 smithi194 bash[32038]: cluster 2023-12-07T23:43:43.417021+0000 mgr.a (mgr.14403) 15620 : cluster 0 pgmap v11662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:44 smithi135 bash[32435]: cluster 2023-12-07T23:43:43.417021+0000 mgr.a (mgr.14403) 15620 : cluster 0 pgmap v11662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:43:45.566 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:43:45.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:45.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:45.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:45.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:43:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:45 smithi079 bash[28699]: audit 2023-12-07T23:43:45.064943+0000 mgr.a (mgr.14403) 15621 : audit 0 from='client.312906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:45 smithi194 bash[32038]: audit 2023-12-07T23:43:45.064943+0000 mgr.a (mgr.14403) 15621 : audit 0 from='client.312906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:45.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:45 smithi135 bash[32435]: audit 2023-12-07T23:43:45.064943+0000 mgr.a (mgr.14403) 15621 : audit 0 from='client.312906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:46 smithi079 bash[28699]: cluster 2023-12-07T23:43:45.417759+0000 mgr.a (mgr.14403) 15622 : cluster 0 pgmap v11663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:46 smithi194 bash[32038]: cluster 2023-12-07T23:43:45.417759+0000 mgr.a (mgr.14403) 15622 : cluster 0 pgmap v11663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:46 smithi135 bash[32435]: cluster 2023-12-07T23:43:45.417759+0000 mgr.a (mgr.14403) 15622 : cluster 0 pgmap v11663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:48 smithi079 bash[28699]: cluster 2023-12-07T23:43:47.418437+0000 mgr.a (mgr.14403) 15623 : cluster 0 pgmap v11664: 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-07T23:43:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:48 smithi194 bash[32038]: cluster 2023-12-07T23:43:47.418437+0000 mgr.a (mgr.14403) 15623 : cluster 0 pgmap v11664: 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-07T23:43:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:48 smithi135 bash[32435]: cluster 2023-12-07T23:43:47.418437+0000 mgr.a (mgr.14403) 15623 : cluster 0 pgmap v11664: 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-07T23:43:50.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:43:50.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:50.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:50 smithi079 bash[28699]: cluster 2023-12-07T23:43:49.419261+0000 mgr.a (mgr.14403) 15624 : cluster 0 pgmap v11665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:43:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:50 smithi194 bash[32038]: cluster 2023-12-07T23:43:49.419261+0000 mgr.a (mgr.14403) 15624 : cluster 0 pgmap v11665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:43:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:50 smithi135 bash[32435]: cluster 2023-12-07T23:43:49.419261+0000 mgr.a (mgr.14403) 15624 : cluster 0 pgmap v11665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:43:51.492 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:43:51.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:51.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:51.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:51.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:43:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:51 smithi079 bash[28699]: audit 2023-12-07T23:43:50.982217+0000 mgr.a (mgr.14403) 15625 : audit 0 from='client.312984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:51 smithi079 bash[28699]: audit 2023-12-07T23:43:51.304449+0000 mon.a (mon.0) 2599 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:43:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:51 smithi194 bash[32038]: audit 2023-12-07T23:43:50.982217+0000 mgr.a (mgr.14403) 15625 : audit 0 from='client.312984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:51 smithi194 bash[32038]: audit 2023-12-07T23:43:51.304449+0000 mon.a (mon.0) 2599 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:43:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:51 smithi135 bash[32435]: audit 2023-12-07T23:43:50.982217+0000 mgr.a (mgr.14403) 15625 : audit 0 from='client.312984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:51 smithi135 bash[32435]: audit 2023-12-07T23:43:51.304449+0000 mon.a (mon.0) 2599 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:43:53.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:52 smithi079 bash[28699]: cluster 2023-12-07T23:43:51.419957+0000 mgr.a (mgr.14403) 15626 : cluster 0 pgmap v11666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:53.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:52 smithi079 bash[28699]: audit 2023-12-07T23:43:51.892805+0000 mon.a (mon.0) 2600 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:43:53.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:52 smithi079 bash[28699]: audit 2023-12-07T23:43:51.903807+0000 mon.a (mon.0) 2601 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:43:53.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:52 smithi079 bash[28699]: audit 2023-12-07T23:43:52.598904+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:43:53.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:52 smithi079 bash[28699]: audit 2023-12-07T23:43:52.600883+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:43:53.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:52 smithi079 bash[28699]: audit 2023-12-07T23:43:52.610705+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:43:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:52 smithi194 bash[32038]: cluster 2023-12-07T23:43:51.419957+0000 mgr.a (mgr.14403) 15626 : cluster 0 pgmap v11666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:52 smithi194 bash[32038]: audit 2023-12-07T23:43:51.892805+0000 mon.a (mon.0) 2600 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:43:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:52 smithi194 bash[32038]: audit 2023-12-07T23:43:51.903807+0000 mon.a (mon.0) 2601 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:43:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:52 smithi194 bash[32038]: audit 2023-12-07T23:43:52.598904+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:43:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:52 smithi194 bash[32038]: audit 2023-12-07T23:43:52.600883+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:43:53.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:52 smithi194 bash[32038]: audit 2023-12-07T23:43:52.610705+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:43:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:52 smithi135 bash[32435]: cluster 2023-12-07T23:43:51.419957+0000 mgr.a (mgr.14403) 15626 : cluster 0 pgmap v11666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:52 smithi135 bash[32435]: audit 2023-12-07T23:43:51.892805+0000 mon.a (mon.0) 2600 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:43:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:52 smithi135 bash[32435]: audit 2023-12-07T23:43:51.903807+0000 mon.a (mon.0) 2601 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:43:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:52 smithi135 bash[32435]: audit 2023-12-07T23:43:52.598904+0000 mon.a (mon.0) 2602 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:43:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:52 smithi135 bash[32435]: audit 2023-12-07T23:43:52.600883+0000 mon.a (mon.0) 2603 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:43:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:52 smithi135 bash[32435]: audit 2023-12-07T23:43:52.610705+0000 mon.a (mon.0) 2604 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:43:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:54 smithi194 bash[32038]: cluster 2023-12-07T23:43:53.420542+0000 mgr.a (mgr.14403) 15627 : cluster 0 pgmap v11667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:54 smithi135 bash[32435]: cluster 2023-12-07T23:43:53.420542+0000 mgr.a (mgr.14403) 15627 : cluster 0 pgmap v11667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:54 smithi079 bash[28699]: cluster 2023-12-07T23:43:53.420542+0000 mgr.a (mgr.14403) 15627 : cluster 0 pgmap v11667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:56.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:43:56.496 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:43:56.496 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:43:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:56 smithi194 bash[32038]: cluster 2023-12-07T23:43:55.421337+0000 mgr.a (mgr.14403) 15628 : cluster 0 pgmap v11668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:56 smithi135 bash[32435]: cluster 2023-12-07T23:43:55.421337+0000 mgr.a (mgr.14403) 15628 : cluster 0 pgmap v11668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:56 smithi079 bash[28699]: cluster 2023-12-07T23:43:55.421337+0000 mgr.a (mgr.14403) 15628 : cluster 0 pgmap v11668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:43:57.419 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:43:57.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:43:57.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:43:57.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:43:57.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:43:58.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:57 smithi194 bash[32038]: audit 2023-12-07T23:43:56.894138+0000 mgr.a (mgr.14403) 15629 : audit 0 from='client.313062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:58.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:57 smithi135 bash[32435]: audit 2023-12-07T23:43:56.894138+0000 mgr.a (mgr.14403) 15629 : audit 0 from='client.313062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:57 smithi079 bash[28699]: audit 2023-12-07T23:43:56.894138+0000 mgr.a (mgr.14403) 15629 : audit 0 from='client.313062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:43:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:43:58 smithi194 bash[32038]: cluster 2023-12-07T23:43:57.422065+0000 mgr.a (mgr.14403) 15630 : cluster 0 pgmap v11669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:43:58 smithi135 bash[32435]: cluster 2023-12-07T23:43:57.422065+0000 mgr.a (mgr.14403) 15630 : cluster 0 pgmap v11669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:43:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:43:58 smithi079 bash[28699]: cluster 2023-12-07T23:43:57.422065+0000 mgr.a (mgr.14403) 15630 : cluster 0 pgmap v11669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:00 smithi194 bash[32038]: cluster 2023-12-07T23:43:59.422940+0000 mgr.a (mgr.14403) 15631 : cluster 0 pgmap v11670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:00 smithi135 bash[32435]: cluster 2023-12-07T23:43:59.422940+0000 mgr.a (mgr.14403) 15631 : cluster 0 pgmap v11670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:00 smithi079 bash[28699]: cluster 2023-12-07T23:43:59.422940+0000 mgr.a (mgr.14403) 15631 : cluster 0 pgmap v11670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:02.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:44:02.423 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:02.423 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:02 smithi079 bash[28699]: cluster 2023-12-07T23:44:01.423462+0000 mgr.a (mgr.14403) 15632 : cluster 0 pgmap v11671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:02 smithi194 bash[32038]: cluster 2023-12-07T23:44:01.423462+0000 mgr.a (mgr.14403) 15632 : cluster 0 pgmap v11671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:02 smithi135 bash[32435]: cluster 2023-12-07T23:44:01.423462+0000 mgr.a (mgr.14403) 15632 : cluster 0 pgmap v11671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:03.333 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:44:03.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:03.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:03.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:03.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:44:03.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:03 smithi079 bash[28699]: audit 2023-12-07T23:44:02.830641+0000 mgr.a (mgr.14403) 15633 : audit 0 from='client.313131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:03 smithi194 bash[32038]: audit 2023-12-07T23:44:02.830641+0000 mgr.a (mgr.14403) 15633 : audit 0 from='client.313131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:03.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:03 smithi135 bash[32435]: audit 2023-12-07T23:44:02.830641+0000 mgr.a (mgr.14403) 15633 : audit 0 from='client.313131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:04.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:04 smithi079 bash[28699]: cluster 2023-12-07T23:44:03.424195+0000 mgr.a (mgr.14403) 15634 : cluster 0 pgmap v11672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:04 smithi194 bash[32038]: cluster 2023-12-07T23:44:03.424195+0000 mgr.a (mgr.14403) 15634 : cluster 0 pgmap v11672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:04.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:04 smithi135 bash[32435]: cluster 2023-12-07T23:44:03.424195+0000 mgr.a (mgr.14403) 15634 : cluster 0 pgmap v11672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:06.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:06 smithi079 bash[28699]: cluster 2023-12-07T23:44:05.425047+0000 mgr.a (mgr.14403) 15635 : cluster 0 pgmap v11673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:06 smithi194 bash[32038]: cluster 2023-12-07T23:44:05.425047+0000 mgr.a (mgr.14403) 15635 : cluster 0 pgmap v11673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:06 smithi135 bash[32435]: cluster 2023-12-07T23:44:05.425047+0000 mgr.a (mgr.14403) 15635 : cluster 0 pgmap v11673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:08.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:44:08.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:08.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:08 smithi079 bash[28699]: cluster 2023-12-07T23:44:07.425606+0000 mgr.a (mgr.14403) 15636 : cluster 0 pgmap v11674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:08 smithi194 bash[32038]: cluster 2023-12-07T23:44:07.425606+0000 mgr.a (mgr.14403) 15636 : cluster 0 pgmap v11674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:08 smithi135 bash[32435]: cluster 2023-12-07T23:44:07.425606+0000 mgr.a (mgr.14403) 15636 : cluster 0 pgmap v11674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:09.237 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:44:09.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:09.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:09.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:09.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:44:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:09 smithi079 bash[28699]: audit 2023-12-07T23:44:08.737279+0000 mgr.a (mgr.14403) 15637 : audit 0 from='client.313203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:09 smithi194 bash[32038]: audit 2023-12-07T23:44:08.737279+0000 mgr.a (mgr.14403) 15637 : audit 0 from='client.313203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:09.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:09 smithi135 bash[32435]: audit 2023-12-07T23:44:08.737279+0000 mgr.a (mgr.14403) 15637 : audit 0 from='client.313203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:10 smithi079 bash[28699]: cluster 2023-12-07T23:44:09.426631+0000 mgr.a (mgr.14403) 15638 : cluster 0 pgmap v11675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:10 smithi194 bash[32038]: cluster 2023-12-07T23:44:09.426631+0000 mgr.a (mgr.14403) 15638 : cluster 0 pgmap v11675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:10 smithi135 bash[32435]: cluster 2023-12-07T23:44:09.426631+0000 mgr.a (mgr.14403) 15638 : cluster 0 pgmap v11675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:12 smithi079 bash[28699]: cluster 2023-12-07T23:44:11.427244+0000 mgr.a (mgr.14403) 15639 : cluster 0 pgmap v11676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:12 smithi194 bash[32038]: cluster 2023-12-07T23:44:11.427244+0000 mgr.a (mgr.14403) 15639 : cluster 0 pgmap v11676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:12.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:12 smithi135 bash[32435]: cluster 2023-12-07T23:44:11.427244+0000 mgr.a (mgr.14403) 15639 : cluster 0 pgmap v11676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:14.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:44:14.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:14.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:14 smithi079 bash[28699]: cluster 2023-12-07T23:44:13.427710+0000 mgr.a (mgr.14403) 15640 : cluster 0 pgmap v11677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:14 smithi194 bash[32038]: cluster 2023-12-07T23:44:13.427710+0000 mgr.a (mgr.14403) 15640 : cluster 0 pgmap v11677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:14 smithi135 bash[32435]: cluster 2023-12-07T23:44:13.427710+0000 mgr.a (mgr.14403) 15640 : cluster 0 pgmap v11677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:15.136 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:44:15.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:15.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:15.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:15.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:44:15.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:15 smithi079 bash[28699]: audit 2023-12-07T23:44:14.643749+0000 mgr.a (mgr.14403) 15641 : audit 0 from='client.313281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:15 smithi194 bash[32038]: audit 2023-12-07T23:44:14.643749+0000 mgr.a (mgr.14403) 15641 : audit 0 from='client.313281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:15.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:15 smithi135 bash[32435]: audit 2023-12-07T23:44:14.643749+0000 mgr.a (mgr.14403) 15641 : audit 0 from='client.313281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:16.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:16 smithi079 bash[28699]: cluster 2023-12-07T23:44:15.428798+0000 mgr.a (mgr.14403) 15642 : cluster 0 pgmap v11678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:16 smithi194 bash[32038]: cluster 2023-12-07T23:44:15.428798+0000 mgr.a (mgr.14403) 15642 : cluster 0 pgmap v11678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:16 smithi135 bash[32435]: cluster 2023-12-07T23:44:15.428798+0000 mgr.a (mgr.14403) 15642 : cluster 0 pgmap v11678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:18 smithi079 bash[28699]: cluster 2023-12-07T23:44:17.429399+0000 mgr.a (mgr.14403) 15643 : cluster 0 pgmap v11679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:18 smithi194 bash[32038]: cluster 2023-12-07T23:44:17.429399+0000 mgr.a (mgr.14403) 15643 : cluster 0 pgmap v11679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:18 smithi135 bash[32435]: cluster 2023-12-07T23:44:17.429399+0000 mgr.a (mgr.14403) 15643 : cluster 0 pgmap v11679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:20.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:44:20.139 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:20.140 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:20.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:20 smithi079 bash[28699]: cluster 2023-12-07T23:44:19.430165+0000 mgr.a (mgr.14403) 15644 : cluster 0 pgmap v11680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:20 smithi194 bash[32038]: cluster 2023-12-07T23:44:19.430165+0000 mgr.a (mgr.14403) 15644 : cluster 0 pgmap v11680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:20 smithi135 bash[32435]: cluster 2023-12-07T23:44:19.430165+0000 mgr.a (mgr.14403) 15644 : cluster 0 pgmap v11680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:21.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:21.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:21.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:21.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:44:21.082 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:44:21.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:21 smithi079 bash[28699]: audit 2023-12-07T23:44:20.544113+0000 mgr.a (mgr.14403) 15645 : audit 0 from='client.313359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:21.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:21 smithi194 bash[32038]: audit 2023-12-07T23:44:20.544113+0000 mgr.a (mgr.14403) 15645 : audit 0 from='client.313359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:21.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:21 smithi135 bash[32435]: audit 2023-12-07T23:44:20.544113+0000 mgr.a (mgr.14403) 15645 : audit 0 from='client.313359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:22 smithi079 bash[28699]: cluster 2023-12-07T23:44:21.430856+0000 mgr.a (mgr.14403) 15646 : cluster 0 pgmap v11681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:22 smithi194 bash[32038]: cluster 2023-12-07T23:44:21.430856+0000 mgr.a (mgr.14403) 15646 : cluster 0 pgmap v11681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:22 smithi135 bash[32435]: cluster 2023-12-07T23:44:21.430856+0000 mgr.a (mgr.14403) 15646 : cluster 0 pgmap v11681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:24 smithi079 bash[28699]: cluster 2023-12-07T23:44:23.431421+0000 mgr.a (mgr.14403) 15647 : cluster 0 pgmap v11682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:24 smithi194 bash[32038]: cluster 2023-12-07T23:44:23.431421+0000 mgr.a (mgr.14403) 15647 : cluster 0 pgmap v11682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:24 smithi135 bash[32435]: cluster 2023-12-07T23:44:23.431421+0000 mgr.a (mgr.14403) 15647 : cluster 0 pgmap v11682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:26.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:44:26.084 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:26.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:26 smithi079 bash[28699]: cluster 2023-12-07T23:44:25.432148+0000 mgr.a (mgr.14403) 15648 : cluster 0 pgmap v11683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:26 smithi194 bash[32038]: cluster 2023-12-07T23:44:25.432148+0000 mgr.a (mgr.14403) 15648 : cluster 0 pgmap v11683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:26 smithi135 bash[32435]: cluster 2023-12-07T23:44:25.432148+0000 mgr.a (mgr.14403) 15648 : cluster 0 pgmap v11683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:27.006 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:44:27.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:27.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:27.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:27.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:44:27.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:27 smithi079 bash[28699]: audit 2023-12-07T23:44:26.489246+0000 mgr.a (mgr.14403) 15649 : audit 0 from='client.313437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:27.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:27 smithi194 bash[32038]: audit 2023-12-07T23:44:26.489246+0000 mgr.a (mgr.14403) 15649 : audit 0 from='client.313437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:27.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:27 smithi135 bash[32435]: audit 2023-12-07T23:44:26.489246+0000 mgr.a (mgr.14403) 15649 : audit 0 from='client.313437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:28.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:28 smithi079 bash[28699]: cluster 2023-12-07T23:44:27.432855+0000 mgr.a (mgr.14403) 15650 : cluster 0 pgmap v11684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:28 smithi194 bash[32038]: cluster 2023-12-07T23:44:27.432855+0000 mgr.a (mgr.14403) 15650 : cluster 0 pgmap v11684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:28.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:28 smithi135 bash[32435]: cluster 2023-12-07T23:44:27.432855+0000 mgr.a (mgr.14403) 15650 : cluster 0 pgmap v11684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:30 smithi079 bash[28699]: cluster 2023-12-07T23:44:29.433654+0000 mgr.a (mgr.14403) 15651 : cluster 0 pgmap v11685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:30.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:30 smithi194 bash[32038]: cluster 2023-12-07T23:44:29.433654+0000 mgr.a (mgr.14403) 15651 : cluster 0 pgmap v11685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:30 smithi135 bash[32435]: cluster 2023-12-07T23:44:29.433654+0000 mgr.a (mgr.14403) 15651 : cluster 0 pgmap v11685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:32.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:44:32.009 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:32.009 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:32 smithi079 bash[28699]: cluster 2023-12-07T23:44:31.434222+0000 mgr.a (mgr.14403) 15652 : cluster 0 pgmap v11686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:32 smithi194 bash[32038]: cluster 2023-12-07T23:44:31.434222+0000 mgr.a (mgr.14403) 15652 : cluster 0 pgmap v11686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:32 smithi135 bash[32435]: cluster 2023-12-07T23:44:31.434222+0000 mgr.a (mgr.14403) 15652 : cluster 0 pgmap v11686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:32.915 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:44:32.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:32.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:32.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:32.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:44:33.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:33 smithi079 bash[28699]: audit 2023-12-07T23:44:32.409789+0000 mgr.a (mgr.14403) 15653 : audit 0 from='client.313512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:33.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:33 smithi194 bash[32038]: audit 2023-12-07T23:44:32.409789+0000 mgr.a (mgr.14403) 15653 : audit 0 from='client.313512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:33.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:33 smithi135 bash[32435]: audit 2023-12-07T23:44:32.409789+0000 mgr.a (mgr.14403) 15653 : audit 0 from='client.313512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:34.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:34 smithi079 bash[28699]: cluster 2023-12-07T23:44:33.434921+0000 mgr.a (mgr.14403) 15654 : cluster 0 pgmap v11687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:34.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:34 smithi194 bash[32038]: cluster 2023-12-07T23:44:33.434921+0000 mgr.a (mgr.14403) 15654 : cluster 0 pgmap v11687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:34.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:34 smithi135 bash[32435]: cluster 2023-12-07T23:44:33.434921+0000 mgr.a (mgr.14403) 15654 : cluster 0 pgmap v11687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:36 smithi079 bash[28699]: cluster 2023-12-07T23:44:35.435723+0000 mgr.a (mgr.14403) 15655 : cluster 0 pgmap v11688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:36 smithi194 bash[32038]: cluster 2023-12-07T23:44:35.435723+0000 mgr.a (mgr.14403) 15655 : cluster 0 pgmap v11688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:36 smithi135 bash[32435]: cluster 2023-12-07T23:44:35.435723+0000 mgr.a (mgr.14403) 15655 : cluster 0 pgmap v11688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:44:37.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:44:37.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:37.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:38.829 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:44:38.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:38.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:38.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:38.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:44:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:38 smithi079 bash[28699]: cluster 2023-12-07T23:44:37.436277+0000 mgr.a (mgr.14403) 15656 : cluster 0 pgmap v11689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:38 smithi194 bash[32038]: cluster 2023-12-07T23:44:37.436277+0000 mgr.a (mgr.14403) 15656 : cluster 0 pgmap v11689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:38 smithi135 bash[32435]: cluster 2023-12-07T23:44:37.436277+0000 mgr.a (mgr.14403) 15656 : cluster 0 pgmap v11689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:39.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:39 smithi079 bash[28699]: audit 2023-12-07T23:44:38.331560+0000 mgr.a (mgr.14403) 15657 : audit 0 from='client.313590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:39.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:39 smithi194 bash[32038]: audit 2023-12-07T23:44:38.331560+0000 mgr.a (mgr.14403) 15657 : audit 0 from='client.313590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:39.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:39 smithi135 bash[32435]: audit 2023-12-07T23:44:38.331560+0000 mgr.a (mgr.14403) 15657 : audit 0 from='client.313590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:40 smithi079 bash[28699]: cluster 2023-12-07T23:44:39.437374+0000 mgr.a (mgr.14403) 15658 : cluster 0 pgmap v11690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:44:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:40 smithi194 bash[32038]: cluster 2023-12-07T23:44:39.437374+0000 mgr.a (mgr.14403) 15658 : cluster 0 pgmap v11690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:44:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:40 smithi135 bash[32435]: cluster 2023-12-07T23:44:39.437374+0000 mgr.a (mgr.14403) 15658 : cluster 0 pgmap v11690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:44:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:42 smithi079 bash[28699]: cluster 2023-12-07T23:44:41.437965+0000 mgr.a (mgr.14403) 15659 : cluster 0 pgmap v11691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:44:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:42 smithi194 bash[32038]: cluster 2023-12-07T23:44:41.437965+0000 mgr.a (mgr.14403) 15659 : cluster 0 pgmap v11691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:44:42.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:42 smithi135 bash[32435]: cluster 2023-12-07T23:44:41.437965+0000 mgr.a (mgr.14403) 15659 : cluster 0 pgmap v11691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:44:43.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:44:43.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:43.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:44.723 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:44:44.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:44.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:44.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:44.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:44:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:44 smithi079 bash[28699]: cluster 2023-12-07T23:44:43.438653+0000 mgr.a (mgr.14403) 15660 : cluster 0 pgmap v11692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:44:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:44 smithi194 bash[32038]: cluster 2023-12-07T23:44:43.438653+0000 mgr.a (mgr.14403) 15660 : cluster 0 pgmap v11692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:44:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:44 smithi135 bash[32435]: cluster 2023-12-07T23:44:43.438653+0000 mgr.a (mgr.14403) 15660 : cluster 0 pgmap v11692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:44:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:45 smithi079 bash[28699]: audit 2023-12-07T23:44:44.223884+0000 mgr.a (mgr.14403) 15661 : audit 0 from='client.313665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:45.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:45 smithi194 bash[32038]: audit 2023-12-07T23:44:44.223884+0000 mgr.a (mgr.14403) 15661 : audit 0 from='client.313665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:45.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:45 smithi135 bash[32435]: audit 2023-12-07T23:44:44.223884+0000 mgr.a (mgr.14403) 15661 : audit 0 from='client.313665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:46 smithi079 bash[28699]: cluster 2023-12-07T23:44:45.439851+0000 mgr.a (mgr.14403) 15662 : cluster 0 pgmap v11693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:46 smithi194 bash[32038]: cluster 2023-12-07T23:44:45.439851+0000 mgr.a (mgr.14403) 15662 : cluster 0 pgmap v11693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:46 smithi135 bash[32435]: cluster 2023-12-07T23:44:45.439851+0000 mgr.a (mgr.14403) 15662 : cluster 0 pgmap v11693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:48 smithi079 bash[28699]: cluster 2023-12-07T23:44:47.440594+0000 mgr.a (mgr.14403) 15663 : cluster 0 pgmap v11694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:48 smithi194 bash[32038]: cluster 2023-12-07T23:44:47.440594+0000 mgr.a (mgr.14403) 15663 : cluster 0 pgmap v11694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:48 smithi135 bash[32435]: cluster 2023-12-07T23:44:47.440594+0000 mgr.a (mgr.14403) 15663 : cluster 0 pgmap v11694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:44:49.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:44:49.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:49.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:50.630 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:44:50.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:50.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:50.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:50.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:44:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:50 smithi079 bash[28699]: cluster 2023-12-07T23:44:49.441559+0000 mgr.a (mgr.14403) 15664 : cluster 0 pgmap v11695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:50 smithi194 bash[32038]: cluster 2023-12-07T23:44:49.441559+0000 mgr.a (mgr.14403) 15664 : cluster 0 pgmap v11695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:50 smithi135 bash[32435]: cluster 2023-12-07T23:44:49.441559+0000 mgr.a (mgr.14403) 15664 : cluster 0 pgmap v11695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:51.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:51 smithi079 bash[28699]: audit 2023-12-07T23:44:50.124153+0000 mgr.a (mgr.14403) 15665 : audit 0 from='client.313740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:51 smithi194 bash[32038]: audit 2023-12-07T23:44:50.124153+0000 mgr.a (mgr.14403) 15665 : audit 0 from='client.313740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:51 smithi135 bash[32435]: audit 2023-12-07T23:44:50.124153+0000 mgr.a (mgr.14403) 15665 : audit 0 from='client.313740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:52 smithi079 bash[28699]: cluster 2023-12-07T23:44:51.442283+0000 mgr.a (mgr.14403) 15666 : cluster 0 pgmap v11696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:44:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:52 smithi194 bash[32038]: cluster 2023-12-07T23:44:51.442283+0000 mgr.a (mgr.14403) 15666 : cluster 0 pgmap v11696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:44:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:52 smithi135 bash[32435]: cluster 2023-12-07T23:44:51.442283+0000 mgr.a (mgr.14403) 15666 : cluster 0 pgmap v11696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:44:53.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:53 smithi079 bash[28699]: audit 2023-12-07T23:44:52.714281+0000 mon.a (mon.0) 2605 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:44:53.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:53 smithi079 bash[28699]: audit 2023-12-07T23:44:53.244543+0000 mon.a (mon.0) 2606 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:44:53.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:53 smithi079 bash[28699]: audit 2023-12-07T23:44:53.250953+0000 mon.a (mon.0) 2607 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:44:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:53 smithi194 bash[32038]: audit 2023-12-07T23:44:52.714281+0000 mon.a (mon.0) 2605 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:44:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:53 smithi194 bash[32038]: audit 2023-12-07T23:44:53.244543+0000 mon.a (mon.0) 2606 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:44:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:53 smithi194 bash[32038]: audit 2023-12-07T23:44:53.250953+0000 mon.a (mon.0) 2607 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:44:53.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:53 smithi135 bash[32435]: audit 2023-12-07T23:44:52.714281+0000 mon.a (mon.0) 2605 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:44:53.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:53 smithi135 bash[32435]: audit 2023-12-07T23:44:53.244543+0000 mon.a (mon.0) 2606 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:44:53.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:53 smithi135 bash[32435]: audit 2023-12-07T23:44:53.250953+0000 mon.a (mon.0) 2607 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:44:54.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:54 smithi079 bash[28699]: cluster 2023-12-07T23:44:53.442885+0000 mgr.a (mgr.14403) 15667 : cluster 0 pgmap v11697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:44:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:54 smithi194 bash[32038]: cluster 2023-12-07T23:44:53.442885+0000 mgr.a (mgr.14403) 15667 : cluster 0 pgmap v11697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:44:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:54 smithi135 bash[32435]: cluster 2023-12-07T23:44:53.442885+0000 mgr.a (mgr.14403) 15667 : cluster 0 pgmap v11697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:44:55.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:44:55.632 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:44:55.633 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:44:56.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:44:56.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:44:56.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:44:56.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:44:56.543 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:44:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:56 smithi079 bash[28699]: cluster 2023-12-07T23:44:55.443637+0000 mgr.a (mgr.14403) 15668 : cluster 0 pgmap v11698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:44:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:56 smithi079 bash[28699]: audit 2023-12-07T23:44:56.032264+0000 mgr.a (mgr.14403) 15669 : audit 0 from='client.313812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:56 smithi194 bash[32038]: cluster 2023-12-07T23:44:55.443637+0000 mgr.a (mgr.14403) 15668 : cluster 0 pgmap v11698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:44:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:56 smithi194 bash[32038]: audit 2023-12-07T23:44:56.032264+0000 mgr.a (mgr.14403) 15669 : audit 0 from='client.313812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:56 smithi135 bash[32435]: cluster 2023-12-07T23:44:55.443637+0000 mgr.a (mgr.14403) 15668 : cluster 0 pgmap v11698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:44:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:56 smithi135 bash[32435]: audit 2023-12-07T23:44:56.032264+0000 mgr.a (mgr.14403) 15669 : audit 0 from='client.313812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:44:58.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:44:58 smithi079 bash[28699]: cluster 2023-12-07T23:44:57.444338+0000 mgr.a (mgr.14403) 15670 : cluster 0 pgmap v11699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:58.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:44:58 smithi194 bash[32038]: cluster 2023-12-07T23:44:57.444338+0000 mgr.a (mgr.14403) 15670 : cluster 0 pgmap v11699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:44:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:44:58 smithi135 bash[32435]: cluster 2023-12-07T23:44:57.444338+0000 mgr.a (mgr.14403) 15670 : cluster 0 pgmap v11699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:00 smithi079 bash[28699]: cluster 2023-12-07T23:44:59.445078+0000 mgr.a (mgr.14403) 15671 : cluster 0 pgmap v11700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:00 smithi194 bash[32038]: cluster 2023-12-07T23:44:59.445078+0000 mgr.a (mgr.14403) 15671 : cluster 0 pgmap v11700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:00 smithi135 bash[32435]: cluster 2023-12-07T23:44:59.445078+0000 mgr.a (mgr.14403) 15671 : cluster 0 pgmap v11700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:01.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:45:01.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:01.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:02.464 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:45:02.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:02.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:02.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:02.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:45:02.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:02 smithi079 bash[28699]: cluster 2023-12-07T23:45:01.445665+0000 mgr.a (mgr.14403) 15672 : cluster 0 pgmap v11701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:02.634 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:02 smithi079 bash[28699]: audit 2023-12-07T23:45:01.959856+0000 mgr.a (mgr.14403) 15673 : audit 0 from='client.313890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:02 smithi194 bash[32038]: cluster 2023-12-07T23:45:01.445665+0000 mgr.a (mgr.14403) 15672 : cluster 0 pgmap v11701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:02 smithi194 bash[32038]: audit 2023-12-07T23:45:01.959856+0000 mgr.a (mgr.14403) 15673 : audit 0 from='client.313890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:02 smithi135 bash[32435]: cluster 2023-12-07T23:45:01.445665+0000 mgr.a (mgr.14403) 15672 : cluster 0 pgmap v11701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:02 smithi135 bash[32435]: audit 2023-12-07T23:45:01.959856+0000 mgr.a (mgr.14403) 15673 : audit 0 from='client.313890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:04.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:04 smithi079 bash[28699]: audit 2023-12-07T23:45:03.220843+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:45:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:04 smithi079 bash[28699]: audit 2023-12-07T23:45:03.226809+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:45:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:04 smithi079 bash[28699]: audit 2023-12-07T23:45:03.228371+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:45:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:04 smithi079 bash[28699]: audit 2023-12-07T23:45:03.230063+0000 mon.a (mon.0) 2611 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:45:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:04 smithi079 bash[28699]: audit 2023-12-07T23:45:03.238010+0000 mon.a (mon.0) 2612 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:45:04.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:04 smithi079 bash[28699]: cluster 2023-12-07T23:45:03.446562+0000 mgr.a (mgr.14403) 15674 : cluster 0 pgmap v11702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:45:04.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:04 smithi194 bash[32038]: audit 2023-12-07T23:45:03.220843+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:45:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:04 smithi194 bash[32038]: audit 2023-12-07T23:45:03.226809+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:45:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:04 smithi194 bash[32038]: audit 2023-12-07T23:45:03.228371+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:45:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:04 smithi194 bash[32038]: audit 2023-12-07T23:45:03.230063+0000 mon.a (mon.0) 2611 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:45:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:04 smithi194 bash[32038]: audit 2023-12-07T23:45:03.238010+0000 mon.a (mon.0) 2612 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:45:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:04 smithi194 bash[32038]: cluster 2023-12-07T23:45:03.446562+0000 mgr.a (mgr.14403) 15674 : cluster 0 pgmap v11702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:45:04.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:04 smithi135 bash[32435]: audit 2023-12-07T23:45:03.220843+0000 mon.a (mon.0) 2608 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:45:04.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:04 smithi135 bash[32435]: audit 2023-12-07T23:45:03.226809+0000 mon.a (mon.0) 2609 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:45:04.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:04 smithi135 bash[32435]: audit 2023-12-07T23:45:03.228371+0000 mon.a (mon.0) 2610 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:45:04.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:04 smithi135 bash[32435]: audit 2023-12-07T23:45:03.230063+0000 mon.a (mon.0) 2611 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:45:04.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:04 smithi135 bash[32435]: audit 2023-12-07T23:45:03.238010+0000 mon.a (mon.0) 2612 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:45:04.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:04 smithi135 bash[32435]: cluster 2023-12-07T23:45:03.446562+0000 mgr.a (mgr.14403) 15674 : cluster 0 pgmap v11702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:45:06.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:06 smithi079 bash[28699]: cluster 2023-12-07T23:45:05.447208+0000 mgr.a (mgr.14403) 15675 : cluster 0 pgmap v11703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:06 smithi194 bash[32038]: cluster 2023-12-07T23:45:05.447208+0000 mgr.a (mgr.14403) 15675 : cluster 0 pgmap v11703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:06 smithi135 bash[32435]: cluster 2023-12-07T23:45:05.447208+0000 mgr.a (mgr.14403) 15675 : cluster 0 pgmap v11703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:07.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:45:07.467 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:07.467 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:08.356 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:45:08.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:08.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:08.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:08.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:45:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:08 smithi079 bash[28699]: cluster 2023-12-07T23:45:07.447823+0000 mgr.a (mgr.14403) 15676 : cluster 0 pgmap v11704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:08 smithi079 bash[28699]: audit 2023-12-07T23:45:07.871011+0000 mgr.a (mgr.14403) 15677 : audit 0 from='client.313965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:08.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:08 smithi194 bash[32038]: cluster 2023-12-07T23:45:07.447823+0000 mgr.a (mgr.14403) 15676 : cluster 0 pgmap v11704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:08.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:08 smithi194 bash[32038]: audit 2023-12-07T23:45:07.871011+0000 mgr.a (mgr.14403) 15677 : audit 0 from='client.313965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:08 smithi135 bash[32435]: cluster 2023-12-07T23:45:07.447823+0000 mgr.a (mgr.14403) 15676 : cluster 0 pgmap v11704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:08 smithi135 bash[32435]: audit 2023-12-07T23:45:07.871011+0000 mgr.a (mgr.14403) 15677 : audit 0 from='client.313965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:10 smithi079 bash[28699]: cluster 2023-12-07T23:45:09.448730+0000 mgr.a (mgr.14403) 15678 : cluster 0 pgmap v11705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:10 smithi194 bash[32038]: cluster 2023-12-07T23:45:09.448730+0000 mgr.a (mgr.14403) 15678 : cluster 0 pgmap v11705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:10 smithi135 bash[32435]: cluster 2023-12-07T23:45:09.448730+0000 mgr.a (mgr.14403) 15678 : cluster 0 pgmap v11705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:12 smithi079 bash[28699]: cluster 2023-12-07T23:45:11.449328+0000 mgr.a (mgr.14403) 15679 : cluster 0 pgmap v11706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:12 smithi194 bash[32038]: cluster 2023-12-07T23:45:11.449328+0000 mgr.a (mgr.14403) 15679 : cluster 0 pgmap v11706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:12.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:12 smithi135 bash[32435]: cluster 2023-12-07T23:45:11.449328+0000 mgr.a (mgr.14403) 15679 : cluster 0 pgmap v11706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:13.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:45:13.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:13.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:14.288 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:45:14.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:14.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:14.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:14.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:45:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:14 smithi079 bash[28699]: cluster 2023-12-07T23:45:13.450039+0000 mgr.a (mgr.14403) 15680 : cluster 0 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-07T23:45:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:14 smithi079 bash[28699]: audit 2023-12-07T23:45:13.767365+0000 mgr.a (mgr.14403) 15681 : audit 0 from='client.314043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:14 smithi194 bash[32038]: cluster 2023-12-07T23:45:13.450039+0000 mgr.a (mgr.14403) 15680 : cluster 0 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-07T23:45:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:14 smithi194 bash[32038]: audit 2023-12-07T23:45:13.767365+0000 mgr.a (mgr.14403) 15681 : audit 0 from='client.314043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:14 smithi135 bash[32435]: cluster 2023-12-07T23:45:13.450039+0000 mgr.a (mgr.14403) 15680 : cluster 0 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-07T23:45:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:14 smithi135 bash[32435]: audit 2023-12-07T23:45:13.767365+0000 mgr.a (mgr.14403) 15681 : audit 0 from='client.314043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:16.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:16 smithi079 bash[28699]: cluster 2023-12-07T23:45:15.450851+0000 mgr.a (mgr.14403) 15682 : cluster 0 pgmap v11708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:45:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:16 smithi194 bash[32038]: cluster 2023-12-07T23:45:15.450851+0000 mgr.a (mgr.14403) 15682 : cluster 0 pgmap v11708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:45:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:16 smithi135 bash[32435]: cluster 2023-12-07T23:45:15.450851+0000 mgr.a (mgr.14403) 15682 : cluster 0 pgmap v11708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:45:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:18 smithi079 bash[28699]: cluster 2023-12-07T23:45:17.451433+0000 mgr.a (mgr.14403) 15683 : cluster 0 pgmap v11709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:18 smithi194 bash[32038]: cluster 2023-12-07T23:45:17.451433+0000 mgr.a (mgr.14403) 15683 : cluster 0 pgmap v11709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:18 smithi135 bash[32435]: cluster 2023-12-07T23:45:17.451433+0000 mgr.a (mgr.14403) 15683 : cluster 0 pgmap v11709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:19.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:45:19.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:19.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:20.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:20.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:20.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:20.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:45:20.220 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:45:20.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:20 smithi079 bash[28699]: cluster 2023-12-07T23:45:19.452131+0000 mgr.a (mgr.14403) 15684 : cluster 0 pgmap v11710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:20.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:20 smithi079 bash[28699]: audit 2023-12-07T23:45:19.700493+0000 mgr.a (mgr.14403) 15685 : audit 0 from='client.314115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:20 smithi194 bash[32038]: cluster 2023-12-07T23:45:19.452131+0000 mgr.a (mgr.14403) 15684 : cluster 0 pgmap v11710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:20 smithi194 bash[32038]: audit 2023-12-07T23:45:19.700493+0000 mgr.a (mgr.14403) 15685 : audit 0 from='client.314115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:20 smithi135 bash[32435]: cluster 2023-12-07T23:45:19.452131+0000 mgr.a (mgr.14403) 15684 : cluster 0 pgmap v11710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:20 smithi135 bash[32435]: audit 2023-12-07T23:45:19.700493+0000 mgr.a (mgr.14403) 15685 : audit 0 from='client.314115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:22.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:22 smithi079 bash[28699]: cluster 2023-12-07T23:45:21.452795+0000 mgr.a (mgr.14403) 15686 : cluster 0 pgmap v11711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:22 smithi194 bash[32038]: cluster 2023-12-07T23:45:21.452795+0000 mgr.a (mgr.14403) 15686 : cluster 0 pgmap v11711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:22 smithi135 bash[32435]: cluster 2023-12-07T23:45:21.452795+0000 mgr.a (mgr.14403) 15686 : cluster 0 pgmap v11711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:24 smithi079 bash[28699]: cluster 2023-12-07T23:45:23.453543+0000 mgr.a (mgr.14403) 15687 : cluster 0 pgmap v11712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:45:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:24 smithi194 bash[32038]: cluster 2023-12-07T23:45:23.453543+0000 mgr.a (mgr.14403) 15687 : cluster 0 pgmap v11712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:45:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:24 smithi135 bash[32435]: cluster 2023-12-07T23:45:23.453543+0000 mgr.a (mgr.14403) 15687 : cluster 0 pgmap v11712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:45:25.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:45:25.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:25.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:26.117 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:45:26.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:26.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:26.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:26.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:45:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:26 smithi079 bash[28699]: cluster 2023-12-07T23:45:25.454189+0000 mgr.a (mgr.14403) 15688 : cluster 0 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-07T23:45:26.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:26 smithi079 bash[28699]: audit 2023-12-07T23:45:25.624186+0000 mgr.a (mgr.14403) 15689 : audit 0 from='client.314184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:26 smithi194 bash[32038]: cluster 2023-12-07T23:45:25.454189+0000 mgr.a (mgr.14403) 15688 : cluster 0 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-07T23:45:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:26 smithi194 bash[32038]: audit 2023-12-07T23:45:25.624186+0000 mgr.a (mgr.14403) 15689 : audit 0 from='client.314184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:26 smithi135 bash[32435]: cluster 2023-12-07T23:45:25.454189+0000 mgr.a (mgr.14403) 15688 : cluster 0 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-07T23:45:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:26 smithi135 bash[32435]: audit 2023-12-07T23:45:25.624186+0000 mgr.a (mgr.14403) 15689 : audit 0 from='client.314184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:28.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:28 smithi079 bash[28699]: cluster 2023-12-07T23:45:27.454857+0000 mgr.a (mgr.14403) 15690 : cluster 0 pgmap v11714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:28 smithi194 bash[32038]: cluster 2023-12-07T23:45:27.454857+0000 mgr.a (mgr.14403) 15690 : cluster 0 pgmap v11714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:28 smithi135 bash[32435]: cluster 2023-12-07T23:45:27.454857+0000 mgr.a (mgr.14403) 15690 : cluster 0 pgmap v11714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:30 smithi079 bash[28699]: cluster 2023-12-07T23:45:29.455679+0000 mgr.a (mgr.14403) 15691 : cluster 0 pgmap v11715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:30 smithi194 bash[32038]: cluster 2023-12-07T23:45:29.455679+0000 mgr.a (mgr.14403) 15691 : cluster 0 pgmap v11715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:30 smithi135 bash[32435]: cluster 2023-12-07T23:45:29.455679+0000 mgr.a (mgr.14403) 15691 : cluster 0 pgmap v11715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:31.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:45:31.118 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:31.118 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:32.061 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:45:32.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:32.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:32.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:32.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:45:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:32 smithi079 bash[28699]: cluster 2023-12-07T23:45:31.456074+0000 mgr.a (mgr.14403) 15692 : cluster 0 pgmap v11716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:32 smithi079 bash[28699]: audit 2023-12-07T23:45:31.520347+0000 mgr.a (mgr.14403) 15693 : audit 0 from='client.314262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:32 smithi194 bash[32038]: cluster 2023-12-07T23:45:31.456074+0000 mgr.a (mgr.14403) 15692 : cluster 0 pgmap v11716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:32 smithi194 bash[32038]: audit 2023-12-07T23:45:31.520347+0000 mgr.a (mgr.14403) 15693 : audit 0 from='client.314262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:32 smithi135 bash[32435]: cluster 2023-12-07T23:45:31.456074+0000 mgr.a (mgr.14403) 15692 : cluster 0 pgmap v11716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:32 smithi135 bash[32435]: audit 2023-12-07T23:45:31.520347+0000 mgr.a (mgr.14403) 15693 : audit 0 from='client.314262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:34 smithi079 bash[28699]: cluster 2023-12-07T23:45:33.457011+0000 mgr.a (mgr.14403) 15694 : cluster 0 pgmap v11717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:45:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:34 smithi194 bash[32038]: cluster 2023-12-07T23:45:33.457011+0000 mgr.a (mgr.14403) 15694 : cluster 0 pgmap v11717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:45:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:34 smithi135 bash[32435]: cluster 2023-12-07T23:45:33.457011+0000 mgr.a (mgr.14403) 15694 : cluster 0 pgmap v11717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:45:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:36 smithi079 bash[28699]: cluster 2023-12-07T23:45:35.457788+0000 mgr.a (mgr.14403) 15695 : cluster 0 pgmap v11718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:45:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:36 smithi194 bash[32038]: cluster 2023-12-07T23:45:35.457788+0000 mgr.a (mgr.14403) 15695 : cluster 0 pgmap v11718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:45:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:36 smithi135 bash[32435]: cluster 2023-12-07T23:45:35.457788+0000 mgr.a (mgr.14403) 15695 : cluster 0 pgmap v11718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:45:37.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:45:37.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:37.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:37.990 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:45:37.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:37.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:37.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:37.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:45:38.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:38 smithi079 bash[28699]: cluster 2023-12-07T23:45:37.458486+0000 mgr.a (mgr.14403) 15696 : cluster 0 pgmap v11719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:38.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:38 smithi079 bash[28699]: audit 2023-12-07T23:45:37.465362+0000 mgr.a (mgr.14403) 15697 : audit 0 from='client.314340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:38 smithi194 bash[32038]: cluster 2023-12-07T23:45:37.458486+0000 mgr.a (mgr.14403) 15696 : cluster 0 pgmap v11719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:38 smithi194 bash[32038]: audit 2023-12-07T23:45:37.465362+0000 mgr.a (mgr.14403) 15697 : audit 0 from='client.314340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:38 smithi135 bash[32435]: cluster 2023-12-07T23:45:37.458486+0000 mgr.a (mgr.14403) 15696 : cluster 0 pgmap v11719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:38 smithi135 bash[32435]: audit 2023-12-07T23:45:37.465362+0000 mgr.a (mgr.14403) 15697 : audit 0 from='client.314340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:40 smithi079 bash[28699]: cluster 2023-12-07T23:45:39.459455+0000 mgr.a (mgr.14403) 15698 : cluster 0 pgmap v11720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:40 smithi194 bash[32038]: cluster 2023-12-07T23:45:39.459455+0000 mgr.a (mgr.14403) 15698 : cluster 0 pgmap v11720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:40 smithi135 bash[32435]: cluster 2023-12-07T23:45:39.459455+0000 mgr.a (mgr.14403) 15698 : cluster 0 pgmap v11720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:45:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:42 smithi079 bash[28699]: cluster 2023-12-07T23:45:41.460032+0000 mgr.a (mgr.14403) 15699 : cluster 0 pgmap v11721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:42 smithi194 bash[32038]: cluster 2023-12-07T23:45:41.460032+0000 mgr.a (mgr.14403) 15699 : cluster 0 pgmap v11721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:42 smithi135 bash[32435]: cluster 2023-12-07T23:45:41.460032+0000 mgr.a (mgr.14403) 15699 : cluster 0 pgmap v11721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:42.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:45:42.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:42.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:43.911 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:45:43.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:43.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:43.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:43.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:45:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:44 smithi079 bash[28699]: audit 2023-12-07T23:45:43.391487+0000 mgr.a (mgr.14403) 15700 : audit 0 from='client.314415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:44 smithi079 bash[28699]: cluster 2023-12-07T23:45:43.460566+0000 mgr.a (mgr.14403) 15701 : cluster 0 pgmap v11722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:44 smithi194 bash[32038]: audit 2023-12-07T23:45:43.391487+0000 mgr.a (mgr.14403) 15700 : audit 0 from='client.314415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:44 smithi194 bash[32038]: cluster 2023-12-07T23:45:43.460566+0000 mgr.a (mgr.14403) 15701 : cluster 0 pgmap v11722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:44.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:44 smithi135 bash[32435]: audit 2023-12-07T23:45:43.391487+0000 mgr.a (mgr.14403) 15700 : audit 0 from='client.314415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:44.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:44 smithi135 bash[32435]: cluster 2023-12-07T23:45:43.460566+0000 mgr.a (mgr.14403) 15701 : cluster 0 pgmap v11722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:46 smithi079 bash[28699]: cluster 2023-12-07T23:45:45.461306+0000 mgr.a (mgr.14403) 15702 : cluster 0 pgmap v11723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:45:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:46 smithi194 bash[32038]: cluster 2023-12-07T23:45:45.461306+0000 mgr.a (mgr.14403) 15702 : cluster 0 pgmap v11723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:45:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:46 smithi135 bash[32435]: cluster 2023-12-07T23:45:45.461306+0000 mgr.a (mgr.14403) 15702 : cluster 0 pgmap v11723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:45:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:48 smithi079 bash[28699]: cluster 2023-12-07T23:45:47.461899+0000 mgr.a (mgr.14403) 15703 : cluster 0 pgmap v11724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:48.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:45:48.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:48.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:48 smithi194 bash[32038]: cluster 2023-12-07T23:45:47.461899+0000 mgr.a (mgr.14403) 15703 : cluster 0 pgmap v11724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:48 smithi135 bash[32435]: cluster 2023-12-07T23:45:47.461899+0000 mgr.a (mgr.14403) 15703 : cluster 0 pgmap v11724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:45:49.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:49.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:49.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:49.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:45:49.825 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:45:50.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:50 smithi079 bash[28699]: audit 2023-12-07T23:45:49.313532+0000 mgr.a (mgr.14403) 15704 : audit 0 from='client.314487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:50.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:50 smithi079 bash[28699]: cluster 2023-12-07T23:45:49.465331+0000 mgr.a (mgr.14403) 15705 : cluster 0 pgmap v11725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:50 smithi194 bash[32038]: audit 2023-12-07T23:45:49.313532+0000 mgr.a (mgr.14403) 15704 : audit 0 from='client.314487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:50 smithi194 bash[32038]: cluster 2023-12-07T23:45:49.465331+0000 mgr.a (mgr.14403) 15705 : cluster 0 pgmap v11725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:50 smithi135 bash[32435]: audit 2023-12-07T23:45:49.313532+0000 mgr.a (mgr.14403) 15704 : audit 0 from='client.314487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:50 smithi135 bash[32435]: cluster 2023-12-07T23:45:49.465331+0000 mgr.a (mgr.14403) 15705 : cluster 0 pgmap v11725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:52.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:52 smithi079 bash[28699]: cluster 2023-12-07T23:45:51.466142+0000 mgr.a (mgr.14403) 15706 : cluster 0 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-07T23:45:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:52 smithi194 bash[32038]: cluster 2023-12-07T23:45:51.466142+0000 mgr.a (mgr.14403) 15706 : cluster 0 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-07T23:45:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:52 smithi135 bash[32435]: cluster 2023-12-07T23:45:51.466142+0000 mgr.a (mgr.14403) 15706 : cluster 0 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-07T23:45:54.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:45:54.828 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:45:54.829 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:45:54.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:54 smithi079 bash[28699]: cluster 2023-12-07T23:45:53.466865+0000 mgr.a (mgr.14403) 15707 : cluster 0 pgmap v11727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:45:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:54 smithi194 bash[32038]: cluster 2023-12-07T23:45:53.466865+0000 mgr.a (mgr.14403) 15707 : cluster 0 pgmap v11727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:45:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:54 smithi135 bash[32435]: cluster 2023-12-07T23:45:53.466865+0000 mgr.a (mgr.14403) 15707 : cluster 0 pgmap v11727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:45:55.742 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:45:55.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:45:55.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:45:55.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:45:55.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:45:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:56 smithi079 bash[28699]: audit 2023-12-07T23:45:55.230919+0000 mgr.a (mgr.14403) 15708 : audit 0 from='client.314565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:56 smithi079 bash[28699]: cluster 2023-12-07T23:45:55.467524+0000 mgr.a (mgr.14403) 15709 : cluster 0 pgmap v11728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:56 smithi194 bash[32038]: audit 2023-12-07T23:45:55.230919+0000 mgr.a (mgr.14403) 15708 : audit 0 from='client.314565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:56 smithi194 bash[32038]: cluster 2023-12-07T23:45:55.467524+0000 mgr.a (mgr.14403) 15709 : cluster 0 pgmap v11728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:56 smithi135 bash[32435]: audit 2023-12-07T23:45:55.230919+0000 mgr.a (mgr.14403) 15708 : audit 0 from='client.314565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:45:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:56 smithi135 bash[32435]: cluster 2023-12-07T23:45:55.467524+0000 mgr.a (mgr.14403) 15709 : cluster 0 pgmap v11728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:45:58 smithi079 bash[28699]: cluster 2023-12-07T23:45:57.468204+0000 mgr.a (mgr.14403) 15710 : cluster 0 pgmap v11729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:45:58 smithi194 bash[32038]: cluster 2023-12-07T23:45:57.468204+0000 mgr.a (mgr.14403) 15710 : cluster 0 pgmap v11729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:45:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:45:58 smithi135 bash[32435]: cluster 2023-12-07T23:45:57.468204+0000 mgr.a (mgr.14403) 15710 : cluster 0 pgmap v11729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:00.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:46:00.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:00.747 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:00 smithi079 bash[28699]: cluster 2023-12-07T23:45:59.468995+0000 mgr.a (mgr.14403) 15711 : cluster 0 pgmap v11730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:00 smithi194 bash[32038]: cluster 2023-12-07T23:45:59.468995+0000 mgr.a (mgr.14403) 15711 : cluster 0 pgmap v11730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:00 smithi135 bash[32435]: cluster 2023-12-07T23:45:59.468995+0000 mgr.a (mgr.14403) 15711 : cluster 0 pgmap v11730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:01.657 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:46:01.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:01.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:01.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:01.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:46:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:02 smithi079 bash[28699]: audit 2023-12-07T23:46:01.145971+0000 mgr.a (mgr.14403) 15712 : audit 0 from='client.314640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:02 smithi079 bash[28699]: cluster 2023-12-07T23:46:01.469673+0000 mgr.a (mgr.14403) 15713 : cluster 0 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-07T23:46:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:02 smithi194 bash[32038]: audit 2023-12-07T23:46:01.145971+0000 mgr.a (mgr.14403) 15712 : audit 0 from='client.314640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:02 smithi194 bash[32038]: cluster 2023-12-07T23:46:01.469673+0000 mgr.a (mgr.14403) 15713 : cluster 0 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-07T23:46:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:02 smithi135 bash[32435]: audit 2023-12-07T23:46:01.145971+0000 mgr.a (mgr.14403) 15712 : audit 0 from='client.314640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:02 smithi135 bash[32435]: cluster 2023-12-07T23:46:01.469673+0000 mgr.a (mgr.14403) 15713 : cluster 0 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-07T23:46:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:03 smithi194 bash[32038]: audit 2023-12-07T23:46:03.341987+0000 mon.a (mon.0) 2613 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:46:03.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:03 smithi135 bash[32435]: audit 2023-12-07T23:46:03.341987+0000 mon.a (mon.0) 2613 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:46:03.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:03 smithi079 bash[28699]: audit 2023-12-07T23:46:03.341987+0000 mon.a (mon.0) 2613 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:46:05.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:04 smithi079 bash[28699]: cluster 2023-12-07T23:46:03.470611+0000 mgr.a (mgr.14403) 15714 : cluster 0 pgmap v11732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:46:05.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:04 smithi079 bash[28699]: audit 2023-12-07T23:46:03.875307+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:05.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:04 smithi079 bash[28699]: audit 2023-12-07T23:46:03.884562+0000 mon.a (mon.0) 2615 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:04 smithi194 bash[32038]: cluster 2023-12-07T23:46:03.470611+0000 mgr.a (mgr.14403) 15714 : cluster 0 pgmap v11732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:46:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:04 smithi194 bash[32038]: audit 2023-12-07T23:46:03.875307+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:05.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:04 smithi194 bash[32038]: audit 2023-12-07T23:46:03.884562+0000 mon.a (mon.0) 2615 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:04 smithi135 bash[32435]: cluster 2023-12-07T23:46:03.470611+0000 mgr.a (mgr.14403) 15714 : cluster 0 pgmap v11732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:46:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:04 smithi135 bash[32435]: audit 2023-12-07T23:46:03.875307+0000 mon.a (mon.0) 2614 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:04 smithi135 bash[32435]: audit 2023-12-07T23:46:03.884562+0000 mon.a (mon.0) 2615 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:06.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:46:06.661 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:06.662 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:07.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:06 smithi079 bash[28699]: cluster 2023-12-07T23:46:05.471308+0000 mgr.a (mgr.14403) 15715 : cluster 0 pgmap v11733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:46:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:06 smithi194 bash[32038]: cluster 2023-12-07T23:46:05.471308+0000 mgr.a (mgr.14403) 15715 : cluster 0 pgmap v11733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:46:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:06 smithi135 bash[32435]: cluster 2023-12-07T23:46:05.471308+0000 mgr.a (mgr.14403) 15715 : cluster 0 pgmap v11733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:46:07.566 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:46:07.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:07.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:07.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:07.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:46:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:07 smithi079 bash[28699]: audit 2023-12-07T23:46:07.053286+0000 mgr.a (mgr.14403) 15716 : audit 0 from='client.314718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:07 smithi194 bash[32038]: audit 2023-12-07T23:46:07.053286+0000 mgr.a (mgr.14403) 15716 : audit 0 from='client.314718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:07 smithi135 bash[32435]: audit 2023-12-07T23:46:07.053286+0000 mgr.a (mgr.14403) 15716 : audit 0 from='client.314718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:09.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:08 smithi079 bash[28699]: cluster 2023-12-07T23:46:07.472020+0000 mgr.a (mgr.14403) 15717 : cluster 0 pgmap v11734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:09.164 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:08 smithi135 bash[32435]: cluster 2023-12-07T23:46:07.472020+0000 mgr.a (mgr.14403) 15717 : cluster 0 pgmap v11734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:08 smithi194 bash[32038]: cluster 2023-12-07T23:46:07.472020+0000 mgr.a (mgr.14403) 15717 : cluster 0 pgmap v11734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:11.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:10 smithi079 bash[28699]: cluster 2023-12-07T23:46:09.472967+0000 mgr.a (mgr.14403) 15718 : cluster 0 pgmap v11735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:10 smithi194 bash[32038]: cluster 2023-12-07T23:46:09.472967+0000 mgr.a (mgr.14403) 15718 : cluster 0 pgmap v11735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:10 smithi135 bash[32435]: cluster 2023-12-07T23:46:09.472967+0000 mgr.a (mgr.14403) 15718 : cluster 0 pgmap v11735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:12.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:46:12.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:12.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:12 smithi079 bash[28699]: cluster 2023-12-07T23:46:11.473491+0000 mgr.a (mgr.14403) 15719 : cluster 0 pgmap v11736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:12 smithi194 bash[32038]: cluster 2023-12-07T23:46:11.473491+0000 mgr.a (mgr.14403) 15719 : cluster 0 pgmap v11736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:12.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:12 smithi135 bash[32435]: cluster 2023-12-07T23:46:11.473491+0000 mgr.a (mgr.14403) 15719 : cluster 0 pgmap v11736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:13 smithi135 bash[32435]: audit 2023-12-07T23:46:12.969301+0000 mgr.a (mgr.14403) 15720 : audit 0 from='client.314790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:13.478 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:46:13.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:13.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:13.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:13.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:46:13.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:13 smithi079 bash[28699]: audit 2023-12-07T23:46:12.969301+0000 mgr.a (mgr.14403) 15720 : audit 0 from='client.314790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:13.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:13 smithi194 bash[32038]: audit 2023-12-07T23:46:12.969301+0000 mgr.a (mgr.14403) 15720 : audit 0 from='client.314790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:14 smithi194 bash[32038]: cluster 2023-12-07T23:46:13.474473+0000 mgr.a (mgr.14403) 15721 : cluster 0 pgmap v11737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:46:15.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:14 smithi194 bash[32038]: audit 2023-12-07T23:46:13.933263+0000 mon.a (mon.0) 2616 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:15.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:14 smithi194 bash[32038]: audit 2023-12-07T23:46:13.941313+0000 mon.a (mon.0) 2617 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:15.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:14 smithi194 bash[32038]: audit 2023-12-07T23:46:13.943058+0000 mon.a (mon.0) 2618 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:46:15.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:14 smithi194 bash[32038]: audit 2023-12-07T23:46:13.944654+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:46:15.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:14 smithi194 bash[32038]: audit 2023-12-07T23:46:13.952735+0000 mon.a (mon.0) 2620 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:14 smithi135 bash[32435]: cluster 2023-12-07T23:46:13.474473+0000 mgr.a (mgr.14403) 15721 : cluster 0 pgmap v11737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:46:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:14 smithi135 bash[32435]: audit 2023-12-07T23:46:13.933263+0000 mon.a (mon.0) 2616 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:14 smithi135 bash[32435]: audit 2023-12-07T23:46:13.941313+0000 mon.a (mon.0) 2617 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:14 smithi135 bash[32435]: audit 2023-12-07T23:46:13.943058+0000 mon.a (mon.0) 2618 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:46:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:14 smithi135 bash[32435]: audit 2023-12-07T23:46:13.944654+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:46:15.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:14 smithi135 bash[32435]: audit 2023-12-07T23:46:13.952735+0000 mon.a (mon.0) 2620 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:14 smithi079 bash[28699]: cluster 2023-12-07T23:46:13.474473+0000 mgr.a (mgr.14403) 15721 : cluster 0 pgmap v11737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-07T23:46:15.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:14 smithi079 bash[28699]: audit 2023-12-07T23:46:13.933263+0000 mon.a (mon.0) 2616 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:15.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:14 smithi079 bash[28699]: audit 2023-12-07T23:46:13.941313+0000 mon.a (mon.0) 2617 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:15.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:14 smithi079 bash[28699]: audit 2023-12-07T23:46:13.943058+0000 mon.a (mon.0) 2618 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:46:15.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:14 smithi079 bash[28699]: audit 2023-12-07T23:46:13.944654+0000 mon.a (mon.0) 2619 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:46:15.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:14 smithi079 bash[28699]: audit 2023-12-07T23:46:13.952735+0000 mon.a (mon.0) 2620 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:46:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:16 smithi194 bash[32038]: cluster 2023-12-07T23:46:15.475241+0000 mgr.a (mgr.14403) 15722 : cluster 0 pgmap v11738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:16 smithi135 bash[32435]: cluster 2023-12-07T23:46:15.475241+0000 mgr.a (mgr.14403) 15722 : cluster 0 pgmap v11738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:16 smithi079 bash[28699]: cluster 2023-12-07T23:46:15.475241+0000 mgr.a (mgr.14403) 15722 : cluster 0 pgmap v11738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:18.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:46:18.482 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:18.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:19.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:18 smithi194 bash[32038]: cluster 2023-12-07T23:46:17.475808+0000 mgr.a (mgr.14403) 15723 : cluster 0 pgmap v11739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:46:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:18 smithi135 bash[32435]: cluster 2023-12-07T23:46:17.475808+0000 mgr.a (mgr.14403) 15723 : cluster 0 pgmap v11739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:46:19.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:19.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:19.395 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:46:19.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:19.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:46:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:18 smithi079 bash[28699]: cluster 2023-12-07T23:46:17.475808+0000 mgr.a (mgr.14403) 15723 : cluster 0 pgmap v11739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:46:20.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:19 smithi194 bash[32038]: audit 2023-12-07T23:46:18.887753+0000 mgr.a (mgr.14403) 15724 : audit 0 from='client.314865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:20.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:19 smithi135 bash[32435]: audit 2023-12-07T23:46:18.887753+0000 mgr.a (mgr.14403) 15724 : audit 0 from='client.314865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:19 smithi079 bash[28699]: audit 2023-12-07T23:46:18.887753+0000 mgr.a (mgr.14403) 15724 : audit 0 from='client.314865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:20 smithi194 bash[32038]: cluster 2023-12-07T23:46:19.476913+0000 mgr.a (mgr.14403) 15725 : cluster 0 pgmap v11740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:20 smithi135 bash[32435]: cluster 2023-12-07T23:46:19.476913+0000 mgr.a (mgr.14403) 15725 : cluster 0 pgmap v11740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:20 smithi079 bash[28699]: cluster 2023-12-07T23:46:19.476913+0000 mgr.a (mgr.14403) 15725 : cluster 0 pgmap v11740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:22.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:22 smithi079 bash[28699]: cluster 2023-12-07T23:46:21.477586+0000 mgr.a (mgr.14403) 15726 : cluster 0 pgmap v11741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:22 smithi194 bash[32038]: cluster 2023-12-07T23:46:21.477586+0000 mgr.a (mgr.14403) 15726 : cluster 0 pgmap v11741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:22 smithi135 bash[32435]: cluster 2023-12-07T23:46:21.477586+0000 mgr.a (mgr.14403) 15726 : cluster 0 pgmap v11741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:24.396 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:46:24.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:24.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:24 smithi079 bash[28699]: cluster 2023-12-07T23:46:23.478269+0000 mgr.a (mgr.14403) 15727 : cluster 0 pgmap v11742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:46:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:24 smithi194 bash[32038]: cluster 2023-12-07T23:46:23.478269+0000 mgr.a (mgr.14403) 15727 : cluster 0 pgmap v11742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:46:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:24 smithi135 bash[32435]: cluster 2023-12-07T23:46:23.478269+0000 mgr.a (mgr.14403) 15727 : cluster 0 pgmap v11742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:46:25.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:25.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:25.330 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:46:25.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:25.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:46:25.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:25 smithi079 bash[28699]: audit 2023-12-07T23:46:24.798210+0000 mgr.a (mgr.14403) 15728 : audit 0 from='client.314943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:25.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:25 smithi194 bash[32038]: audit 2023-12-07T23:46:24.798210+0000 mgr.a (mgr.14403) 15728 : audit 0 from='client.314943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:25.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:25 smithi135 bash[32435]: audit 2023-12-07T23:46:24.798210+0000 mgr.a (mgr.14403) 15728 : audit 0 from='client.314943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:26 smithi079 bash[28699]: cluster 2023-12-07T23:46:25.479088+0000 mgr.a (mgr.14403) 15729 : cluster 0 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-07T23:46:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:26 smithi194 bash[32038]: cluster 2023-12-07T23:46:25.479088+0000 mgr.a (mgr.14403) 15729 : cluster 0 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-07T23:46:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:26 smithi135 bash[32435]: cluster 2023-12-07T23:46:25.479088+0000 mgr.a (mgr.14403) 15729 : cluster 0 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-07T23:46:28.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:28 smithi079 bash[28699]: cluster 2023-12-07T23:46:27.479636+0000 mgr.a (mgr.14403) 15730 : cluster 0 pgmap v11744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:46:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:28 smithi194 bash[32038]: cluster 2023-12-07T23:46:27.479636+0000 mgr.a (mgr.14403) 15730 : cluster 0 pgmap v11744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:46:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:28 smithi135 bash[32435]: cluster 2023-12-07T23:46:27.479636+0000 mgr.a (mgr.14403) 15730 : cluster 0 pgmap v11744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:46:30.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:46:30.334 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:30.334 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:30 smithi079 bash[28699]: cluster 2023-12-07T23:46:29.480438+0000 mgr.a (mgr.14403) 15731 : cluster 0 pgmap v11745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:46:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:30 smithi194 bash[32038]: cluster 2023-12-07T23:46:29.480438+0000 mgr.a (mgr.14403) 15731 : cluster 0 pgmap v11745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:46:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:30 smithi135 bash[32435]: cluster 2023-12-07T23:46:29.480438+0000 mgr.a (mgr.14403) 15731 : cluster 0 pgmap v11745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:46:31.234 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:46:31.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:31.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:31.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:31.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:46:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:31 smithi079 bash[28699]: audit 2023-12-07T23:46:30.732364+0000 mgr.a (mgr.14403) 15732 : audit 0 from='client.315018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:31 smithi194 bash[32038]: audit 2023-12-07T23:46:30.732364+0000 mgr.a (mgr.14403) 15732 : audit 0 from='client.315018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:31 smithi135 bash[32435]: audit 2023-12-07T23:46:30.732364+0000 mgr.a (mgr.14403) 15732 : audit 0 from='client.315018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:32 smithi079 bash[28699]: cluster 2023-12-07T23:46:31.481069+0000 mgr.a (mgr.14403) 15733 : cluster 0 pgmap v11746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:32 smithi194 bash[32038]: cluster 2023-12-07T23:46:31.481069+0000 mgr.a (mgr.14403) 15733 : cluster 0 pgmap v11746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:32 smithi135 bash[32435]: cluster 2023-12-07T23:46:31.481069+0000 mgr.a (mgr.14403) 15733 : cluster 0 pgmap v11746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:34 smithi079 bash[28699]: cluster 2023-12-07T23:46:33.481890+0000 mgr.a (mgr.14403) 15734 : cluster 0 pgmap v11747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:46:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:34 smithi194 bash[32038]: cluster 2023-12-07T23:46:33.481890+0000 mgr.a (mgr.14403) 15734 : cluster 0 pgmap v11747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:46:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:34 smithi135 bash[32435]: cluster 2023-12-07T23:46:33.481890+0000 mgr.a (mgr.14403) 15734 : cluster 0 pgmap v11747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:46:36.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:46:36.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:36.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:36 smithi079 bash[28699]: cluster 2023-12-07T23:46:35.482530+0000 mgr.a (mgr.14403) 15735 : cluster 0 pgmap v11748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:46:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:36 smithi194 bash[32038]: cluster 2023-12-07T23:46:35.482530+0000 mgr.a (mgr.14403) 15735 : cluster 0 pgmap v11748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:46:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:36 smithi135 bash[32435]: cluster 2023-12-07T23:46:35.482530+0000 mgr.a (mgr.14403) 15735 : cluster 0 pgmap v11748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:46:37.171 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:46:37.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:37.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:37.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:37.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:46:37.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:37 smithi079 bash[28699]: audit 2023-12-07T23:46:36.643417+0000 mgr.a (mgr.14403) 15736 : audit 0 from='client.315093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:37.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:37 smithi194 bash[32038]: audit 2023-12-07T23:46:36.643417+0000 mgr.a (mgr.14403) 15736 : audit 0 from='client.315093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:37.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:37 smithi135 bash[32435]: audit 2023-12-07T23:46:36.643417+0000 mgr.a (mgr.14403) 15736 : audit 0 from='client.315093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:38 smithi079 bash[28699]: cluster 2023-12-07T23:46:37.483230+0000 mgr.a (mgr.14403) 15737 : cluster 0 pgmap v11749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:38 smithi194 bash[32038]: cluster 2023-12-07T23:46:37.483230+0000 mgr.a (mgr.14403) 15737 : cluster 0 pgmap v11749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:38 smithi135 bash[32435]: cluster 2023-12-07T23:46:37.483230+0000 mgr.a (mgr.14403) 15737 : cluster 0 pgmap v11749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:40 smithi079 bash[28699]: cluster 2023-12-07T23:46:39.484019+0000 mgr.a (mgr.14403) 15738 : cluster 0 pgmap v11750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:40 smithi194 bash[32038]: cluster 2023-12-07T23:46:39.484019+0000 mgr.a (mgr.14403) 15738 : cluster 0 pgmap v11750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:40 smithi135 bash[32435]: cluster 2023-12-07T23:46:39.484019+0000 mgr.a (mgr.14403) 15738 : cluster 0 pgmap v11750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:46:42.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:46:42.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:42.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:42 smithi079 bash[28699]: cluster 2023-12-07T23:46:41.484549+0000 mgr.a (mgr.14403) 15739 : cluster 0 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-07T23:46:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:42 smithi194 bash[32038]: cluster 2023-12-07T23:46:41.484549+0000 mgr.a (mgr.14403) 15739 : cluster 0 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-07T23:46:42.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:42 smithi135 bash[32435]: cluster 2023-12-07T23:46:41.484549+0000 mgr.a (mgr.14403) 15739 : cluster 0 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-07T23:46:43.074 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:46:43.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:43.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:43.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:43.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:46:43.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:43 smithi079 bash[28699]: audit 2023-12-07T23:46:42.575684+0000 mgr.a (mgr.14403) 15740 : audit 0 from='client.315165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:43.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:43 smithi194 bash[32038]: audit 2023-12-07T23:46:42.575684+0000 mgr.a (mgr.14403) 15740 : audit 0 from='client.315165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:43.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:43 smithi135 bash[32435]: audit 2023-12-07T23:46:42.575684+0000 mgr.a (mgr.14403) 15740 : audit 0 from='client.315165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:44.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:44 smithi079 bash[28699]: cluster 2023-12-07T23:46:43.485344+0000 mgr.a (mgr.14403) 15741 : cluster 0 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-07T23:46:44.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:44 smithi194 bash[32038]: cluster 2023-12-07T23:46:43.485344+0000 mgr.a (mgr.14403) 15741 : cluster 0 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-07T23:46:44.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:44 smithi135 bash[32435]: cluster 2023-12-07T23:46:43.485344+0000 mgr.a (mgr.14403) 15741 : cluster 0 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-07T23:46:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:46 smithi079 bash[28699]: cluster 2023-12-07T23:46:45.485882+0000 mgr.a (mgr.14403) 15742 : cluster 0 pgmap v11753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:46:46.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:46 smithi194 bash[32038]: cluster 2023-12-07T23:46:45.485882+0000 mgr.a (mgr.14403) 15742 : cluster 0 pgmap v11753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:46:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:46 smithi135 bash[32435]: cluster 2023-12-07T23:46:45.485882+0000 mgr.a (mgr.14403) 15742 : cluster 0 pgmap v11753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:46:48.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:46:48.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:48.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:48 smithi079 bash[28699]: cluster 2023-12-07T23:46:47.486439+0000 mgr.a (mgr.14403) 15743 : cluster 0 pgmap v11754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:48.949 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:46:48.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:48.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:48.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:48.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:46:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:48 smithi194 bash[32038]: cluster 2023-12-07T23:46:47.486439+0000 mgr.a (mgr.14403) 15743 : cluster 0 pgmap v11754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:48 smithi135 bash[32435]: cluster 2023-12-07T23:46:47.486439+0000 mgr.a (mgr.14403) 15743 : cluster 0 pgmap v11754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:49 smithi079 bash[28699]: audit 2023-12-07T23:46:48.471076+0000 mgr.a (mgr.14403) 15744 : audit 0 from='client.315243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:49.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:49 smithi194 bash[32038]: audit 2023-12-07T23:46:48.471076+0000 mgr.a (mgr.14403) 15744 : audit 0 from='client.315243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:49.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:49 smithi135 bash[32435]: audit 2023-12-07T23:46:48.471076+0000 mgr.a (mgr.14403) 15744 : audit 0 from='client.315243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:50 smithi079 bash[28699]: cluster 2023-12-07T23:46:49.487598+0000 mgr.a (mgr.14403) 15745 : cluster 0 pgmap v11755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:50 smithi194 bash[32038]: cluster 2023-12-07T23:46:49.487598+0000 mgr.a (mgr.14403) 15745 : cluster 0 pgmap v11755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:50 smithi135 bash[32435]: cluster 2023-12-07T23:46:49.487598+0000 mgr.a (mgr.14403) 15745 : cluster 0 pgmap v11755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:52.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:52 smithi079 bash[28699]: cluster 2023-12-07T23:46:51.488205+0000 mgr.a (mgr.14403) 15746 : cluster 0 pgmap v11756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:52 smithi194 bash[32038]: cluster 2023-12-07T23:46:51.488205+0000 mgr.a (mgr.14403) 15746 : cluster 0 pgmap v11756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:52 smithi135 bash[32435]: cluster 2023-12-07T23:46:51.488205+0000 mgr.a (mgr.14403) 15746 : cluster 0 pgmap v11756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:53.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:46:53.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:53.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:46:54.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:46:54.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:46:54.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:46:54.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:46:54.872 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:46:54.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:54 smithi079 bash[28699]: cluster 2023-12-07T23:46:53.488902+0000 mgr.a (mgr.14403) 15747 : cluster 0 pgmap v11757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:54 smithi194 bash[32038]: cluster 2023-12-07T23:46:53.488902+0000 mgr.a (mgr.14403) 15747 : cluster 0 pgmap v11757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:54 smithi135 bash[32435]: cluster 2023-12-07T23:46:53.488902+0000 mgr.a (mgr.14403) 15747 : cluster 0 pgmap v11757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:46:55.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:55 smithi079 bash[28699]: audit 2023-12-07T23:46:54.357644+0000 mgr.a (mgr.14403) 15748 : audit 0 from='client.315318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:55.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:55 smithi194 bash[32038]: audit 2023-12-07T23:46:54.357644+0000 mgr.a (mgr.14403) 15748 : audit 0 from='client.315318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:55.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:55 smithi135 bash[32435]: audit 2023-12-07T23:46:54.357644+0000 mgr.a (mgr.14403) 15748 : audit 0 from='client.315318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:46:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:56 smithi079 bash[28699]: cluster 2023-12-07T23:46:55.489682+0000 mgr.a (mgr.14403) 15749 : cluster 0 pgmap v11758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:56 smithi194 bash[32038]: cluster 2023-12-07T23:46:55.489682+0000 mgr.a (mgr.14403) 15749 : cluster 0 pgmap v11758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:56 smithi135 bash[32435]: cluster 2023-12-07T23:46:55.489682+0000 mgr.a (mgr.14403) 15749 : cluster 0 pgmap v11758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:46:58 smithi079 bash[28699]: cluster 2023-12-07T23:46:57.490331+0000 mgr.a (mgr.14403) 15750 : cluster 0 pgmap v11759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:46:58 smithi194 bash[32038]: cluster 2023-12-07T23:46:57.490331+0000 mgr.a (mgr.14403) 15750 : cluster 0 pgmap v11759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:58.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:46:58 smithi135 bash[32435]: cluster 2023-12-07T23:46:57.490331+0000 mgr.a (mgr.14403) 15750 : cluster 0 pgmap v11759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:46:59.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:46:59.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:46:59.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:00.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:00.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:00.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:00.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:47:00.769 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:47:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:00 smithi079 bash[28699]: cluster 2023-12-07T23:46:59.491332+0000 mgr.a (mgr.14403) 15751 : cluster 0 pgmap v11760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:00 smithi194 bash[32038]: cluster 2023-12-07T23:46:59.491332+0000 mgr.a (mgr.14403) 15751 : cluster 0 pgmap v11760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:00 smithi135 bash[32435]: cluster 2023-12-07T23:46:59.491332+0000 mgr.a (mgr.14403) 15751 : cluster 0 pgmap v11760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:01.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:01 smithi079 bash[28699]: audit 2023-12-07T23:47:00.275979+0000 mgr.a (mgr.14403) 15752 : audit 0 from='client.315387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:01 smithi194 bash[32038]: audit 2023-12-07T23:47:00.275979+0000 mgr.a (mgr.14403) 15752 : audit 0 from='client.315387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:01 smithi135 bash[32435]: audit 2023-12-07T23:47:00.275979+0000 mgr.a (mgr.14403) 15752 : audit 0 from='client.315387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:02 smithi079 bash[28699]: cluster 2023-12-07T23:47:01.492008+0000 mgr.a (mgr.14403) 15753 : cluster 0 pgmap v11761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:02 smithi194 bash[32038]: cluster 2023-12-07T23:47:01.492008+0000 mgr.a (mgr.14403) 15753 : cluster 0 pgmap v11761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:02 smithi135 bash[32435]: cluster 2023-12-07T23:47:01.492008+0000 mgr.a (mgr.14403) 15753 : cluster 0 pgmap v11761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:04 smithi079 bash[28699]: cluster 2023-12-07T23:47:03.492825+0000 mgr.a (mgr.14403) 15754 : cluster 0 pgmap v11762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:04 smithi194 bash[32038]: cluster 2023-12-07T23:47:03.492825+0000 mgr.a (mgr.14403) 15754 : cluster 0 pgmap v11762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:04 smithi135 bash[32435]: cluster 2023-12-07T23:47:03.492825+0000 mgr.a (mgr.14403) 15754 : cluster 0 pgmap v11762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:05.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:47:05.772 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:05.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:06.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:47:06.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:06.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:06.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:06.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:47:06.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:06 smithi079 bash[28699]: cluster 2023-12-07T23:47:05.493396+0000 mgr.a (mgr.14403) 15755 : cluster 0 pgmap v11763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:06.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:06 smithi194 bash[32038]: cluster 2023-12-07T23:47:05.493396+0000 mgr.a (mgr.14403) 15755 : cluster 0 pgmap v11763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:06.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:06 smithi135 bash[32435]: cluster 2023-12-07T23:47:05.493396+0000 mgr.a (mgr.14403) 15755 : cluster 0 pgmap v11763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:07 smithi079 bash[28699]: audit 2023-12-07T23:47:06.168715+0000 mgr.a (mgr.14403) 15756 : audit 0 from='client.315462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:07.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:07 smithi194 bash[32038]: audit 2023-12-07T23:47:06.168715+0000 mgr.a (mgr.14403) 15756 : audit 0 from='client.315462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:07.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:07 smithi135 bash[32435]: audit 2023-12-07T23:47:06.168715+0000 mgr.a (mgr.14403) 15756 : audit 0 from='client.315462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:08.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:08 smithi079 bash[28699]: cluster 2023-12-07T23:47:07.494127+0000 mgr.a (mgr.14403) 15757 : cluster 0 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-07T23:47:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:08 smithi194 bash[32038]: cluster 2023-12-07T23:47:07.494127+0000 mgr.a (mgr.14403) 15757 : cluster 0 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-07T23:47:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:08 smithi135 bash[32435]: cluster 2023-12-07T23:47:07.494127+0000 mgr.a (mgr.14403) 15757 : cluster 0 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-07T23:47:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:10 smithi079 bash[28699]: cluster 2023-12-07T23:47:09.495007+0000 mgr.a (mgr.14403) 15758 : cluster 0 pgmap v11765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:10 smithi194 bash[32038]: cluster 2023-12-07T23:47:09.495007+0000 mgr.a (mgr.14403) 15758 : cluster 0 pgmap v11765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:10 smithi135 bash[32435]: cluster 2023-12-07T23:47:09.495007+0000 mgr.a (mgr.14403) 15758 : cluster 0 pgmap v11765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:11.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:47:11.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:11.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:12.576 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:47:12.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:12.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:12.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:12.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:47:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:12 smithi079 bash[28699]: cluster 2023-12-07T23:47:11.495540+0000 mgr.a (mgr.14403) 15759 : cluster 0 pgmap v11766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:12 smithi079 bash[28699]: audit 2023-12-07T23:47:12.079938+0000 mgr.a (mgr.14403) 15760 : audit 0 from='client.315537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:12 smithi194 bash[32038]: cluster 2023-12-07T23:47:11.495540+0000 mgr.a (mgr.14403) 15759 : cluster 0 pgmap v11766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:12 smithi194 bash[32038]: audit 2023-12-07T23:47:12.079938+0000 mgr.a (mgr.14403) 15760 : audit 0 from='client.315537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:12.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:12 smithi135 bash[32435]: cluster 2023-12-07T23:47:11.495540+0000 mgr.a (mgr.14403) 15759 : cluster 0 pgmap v11766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:12.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:12 smithi135 bash[32435]: audit 2023-12-07T23:47:12.079938+0000 mgr.a (mgr.14403) 15760 : audit 0 from='client.315537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:14.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:14 smithi079 bash[28699]: cluster 2023-12-07T23:47:13.496535+0000 mgr.a (mgr.14403) 15761 : cluster 0 pgmap v11767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:14.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:14 smithi079 bash[28699]: audit 2023-12-07T23:47:14.055576+0000 mon.a (mon.0) 2621 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:47:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:14 smithi194 bash[32038]: cluster 2023-12-07T23:47:13.496535+0000 mgr.a (mgr.14403) 15761 : cluster 0 pgmap v11767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:14.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:14 smithi194 bash[32038]: audit 2023-12-07T23:47:14.055576+0000 mon.a (mon.0) 2621 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:47:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:14 smithi135 bash[32435]: cluster 2023-12-07T23:47:13.496535+0000 mgr.a (mgr.14403) 15761 : cluster 0 pgmap v11767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:14 smithi135 bash[32435]: audit 2023-12-07T23:47:14.055576+0000 mon.a (mon.0) 2621 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:47:16.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:16 smithi079 bash[28699]: cluster 2023-12-07T23:47:15.497084+0000 mgr.a (mgr.14403) 15762 : cluster 0 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-07T23:47:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:16 smithi194 bash[32038]: cluster 2023-12-07T23:47:15.497084+0000 mgr.a (mgr.14403) 15762 : cluster 0 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-07T23:47:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:16 smithi135 bash[32435]: cluster 2023-12-07T23:47:15.497084+0000 mgr.a (mgr.14403) 15762 : cluster 0 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-07T23:47:17.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:47:17.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:17.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:18.498 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:47:18.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:18.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:18.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:18.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:47:18.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:18 smithi079 bash[28699]: cluster 2023-12-07T23:47:17.497686+0000 mgr.a (mgr.14403) 15763 : cluster 0 pgmap v11769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:18.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:18 smithi079 bash[28699]: audit 2023-12-07T23:47:17.981897+0000 mgr.a (mgr.14403) 15764 : audit 0 from='client.315609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:18 smithi194 bash[32038]: cluster 2023-12-07T23:47:17.497686+0000 mgr.a (mgr.14403) 15763 : cluster 0 pgmap v11769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:18.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:18 smithi194 bash[32038]: audit 2023-12-07T23:47:17.981897+0000 mgr.a (mgr.14403) 15764 : audit 0 from='client.315609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:18 smithi135 bash[32435]: cluster 2023-12-07T23:47:17.497686+0000 mgr.a (mgr.14403) 15763 : cluster 0 pgmap v11769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:18 smithi135 bash[32435]: audit 2023-12-07T23:47:17.981897+0000 mgr.a (mgr.14403) 15764 : audit 0 from='client.315609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:20.885 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:20 smithi194 bash[32038]: cluster 2023-12-07T23:47:19.498737+0000 mgr.a (mgr.14403) 15765 : cluster 0 pgmap v11770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:47:20.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:20 smithi079 bash[28699]: cluster 2023-12-07T23:47:19.498737+0000 mgr.a (mgr.14403) 15765 : cluster 0 pgmap v11770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:47:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:20 smithi135 bash[32435]: cluster 2023-12-07T23:47:19.498737+0000 mgr.a (mgr.14403) 15765 : cluster 0 pgmap v11770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:47:22.602 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:22 smithi194 bash[32038]: cluster 2023-12-07T23:47:21.499527+0000 mgr.a (mgr.14403) 15766 : cluster 0 pgmap v11771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:47:22.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:22 smithi079 bash[28699]: cluster 2023-12-07T23:47:21.499527+0000 mgr.a (mgr.14403) 15766 : cluster 0 pgmap v11771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:47:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:22 smithi135 bash[32435]: cluster 2023-12-07T23:47:21.499527+0000 mgr.a (mgr.14403) 15766 : cluster 0 pgmap v11771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:47:23.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:47:23.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:23.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:24.395 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:47:24.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:24.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:24.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:24.396 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:47:24.745 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:24 smithi194 bash[32038]: cluster 2023-12-07T23:47:23.500366+0000 mgr.a (mgr.14403) 15767 : cluster 0 pgmap v11772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:24.745 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:24 smithi194 bash[32038]: audit 2023-12-07T23:47:23.903105+0000 mgr.a (mgr.14403) 15768 : audit 0 from='client.243700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:24 smithi079 bash[28699]: cluster 2023-12-07T23:47:23.500366+0000 mgr.a (mgr.14403) 15767 : cluster 0 pgmap v11772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:24.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:24 smithi079 bash[28699]: audit 2023-12-07T23:47:23.903105+0000 mgr.a (mgr.14403) 15768 : audit 0 from='client.243700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:24 smithi135 bash[32435]: cluster 2023-12-07T23:47:23.500366+0000 mgr.a (mgr.14403) 15767 : cluster 0 pgmap v11772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:24.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:24 smithi135 bash[32435]: audit 2023-12-07T23:47:23.903105+0000 mgr.a (mgr.14403) 15768 : audit 0 from='client.243700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:26.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:26 smithi079 bash[28699]: audit 2023-12-07T23:47:25.013238+0000 mon.a (mon.0) 2622 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:47:26.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:26 smithi079 bash[28699]: audit 2023-12-07T23:47:25.019902+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:47:26.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:26 smithi079 bash[28699]: audit 2023-12-07T23:47:25.021393+0000 mon.a (mon.0) 2624 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:47:26.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:26 smithi079 bash[28699]: audit 2023-12-07T23:47:25.022848+0000 mon.a (mon.0) 2625 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:47:26.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:26 smithi079 bash[28699]: audit 2023-12-07T23:47:25.030536+0000 mon.a (mon.0) 2626 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:47:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:26 smithi194 bash[32038]: audit 2023-12-07T23:47:25.013238+0000 mon.a (mon.0) 2622 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:47:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:26 smithi194 bash[32038]: audit 2023-12-07T23:47:25.019902+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:47:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:26 smithi194 bash[32038]: audit 2023-12-07T23:47:25.021393+0000 mon.a (mon.0) 2624 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:47:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:26 smithi194 bash[32038]: audit 2023-12-07T23:47:25.022848+0000 mon.a (mon.0) 2625 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:47:26.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:26 smithi194 bash[32038]: audit 2023-12-07T23:47:25.030536+0000 mon.a (mon.0) 2626 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:47:26.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:26 smithi135 bash[32435]: audit 2023-12-07T23:47:25.013238+0000 mon.a (mon.0) 2622 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:47:26.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:26 smithi135 bash[32435]: audit 2023-12-07T23:47:25.019902+0000 mon.a (mon.0) 2623 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:47:26.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:26 smithi135 bash[32435]: audit 2023-12-07T23:47:25.021393+0000 mon.a (mon.0) 2624 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:47:26.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:26 smithi135 bash[32435]: audit 2023-12-07T23:47:25.022848+0000 mon.a (mon.0) 2625 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:47:26.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:26 smithi135 bash[32435]: audit 2023-12-07T23:47:25.030536+0000 mon.a (mon.0) 2626 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:47:27.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:27 smithi079 bash[28699]: cluster 2023-12-07T23:47:25.501065+0000 mgr.a (mgr.14403) 15769 : cluster 0 pgmap v11773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:27 smithi194 bash[32038]: cluster 2023-12-07T23:47:25.501065+0000 mgr.a (mgr.14403) 15769 : cluster 0 pgmap v11773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:27 smithi135 bash[32435]: cluster 2023-12-07T23:47:25.501065+0000 mgr.a (mgr.14403) 15769 : cluster 0 pgmap v11773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:29.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:29 smithi079 bash[28699]: cluster 2023-12-07T23:47:27.501770+0000 mgr.a (mgr.14403) 15770 : cluster 0 pgmap v11774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:29.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:47:29.399 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:29.399 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:29 smithi194 bash[32038]: cluster 2023-12-07T23:47:27.501770+0000 mgr.a (mgr.14403) 15770 : cluster 0 pgmap v11774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:29 smithi135 bash[32435]: cluster 2023-12-07T23:47:27.501770+0000 mgr.a (mgr.14403) 15770 : cluster 0 pgmap v11774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:30.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:30.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:30.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:30.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:47:30.315 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:47:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:31 smithi079 bash[28699]: cluster 2023-12-07T23:47:29.502709+0000 mgr.a (mgr.14403) 15771 : cluster 0 pgmap v11775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:31.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:31 smithi079 bash[28699]: audit 2023-12-07T23:47:29.801922+0000 mgr.a (mgr.14403) 15772 : audit 0 from='client.315756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:31 smithi194 bash[32038]: cluster 2023-12-07T23:47:29.502709+0000 mgr.a (mgr.14403) 15771 : cluster 0 pgmap v11775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:31.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:31 smithi194 bash[32038]: audit 2023-12-07T23:47:29.801922+0000 mgr.a (mgr.14403) 15772 : audit 0 from='client.315756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:31 smithi135 bash[32435]: cluster 2023-12-07T23:47:29.502709+0000 mgr.a (mgr.14403) 15771 : cluster 0 pgmap v11775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:31 smithi135 bash[32435]: audit 2023-12-07T23:47:29.801922+0000 mgr.a (mgr.14403) 15772 : audit 0 from='client.315756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:32 smithi079 bash[28699]: cluster 2023-12-07T23:47:31.503479+0000 mgr.a (mgr.14403) 15773 : cluster 0 pgmap v11776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:47:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:32 smithi194 bash[32038]: cluster 2023-12-07T23:47:31.503479+0000 mgr.a (mgr.14403) 15773 : cluster 0 pgmap v11776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:47:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:32 smithi135 bash[32435]: cluster 2023-12-07T23:47:31.503479+0000 mgr.a (mgr.14403) 15773 : cluster 0 pgmap v11776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T23:47:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:34 smithi079 bash[28699]: cluster 2023-12-07T23:47:33.504282+0000 mgr.a (mgr.14403) 15774 : cluster 0 pgmap v11777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:47:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:34 smithi194 bash[32038]: cluster 2023-12-07T23:47:33.504282+0000 mgr.a (mgr.14403) 15774 : cluster 0 pgmap v11777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:47:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:34 smithi135 bash[32435]: cluster 2023-12-07T23:47:33.504282+0000 mgr.a (mgr.14403) 15774 : cluster 0 pgmap v11777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T23:47:35.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:47:35.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:35.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:36.246 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:47:36.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:36.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:36.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:36.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:47:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:36 smithi079 bash[28699]: cluster 2023-12-07T23:47:35.504789+0000 mgr.a (mgr.14403) 15775 : cluster 0 pgmap v11778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:36.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:36 smithi079 bash[28699]: audit 2023-12-07T23:47:35.718389+0000 mgr.a (mgr.14403) 15776 : audit 0 from='client.315831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:36 smithi194 bash[32038]: cluster 2023-12-07T23:47:35.504789+0000 mgr.a (mgr.14403) 15775 : cluster 0 pgmap v11778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:36.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:36 smithi194 bash[32038]: audit 2023-12-07T23:47:35.718389+0000 mgr.a (mgr.14403) 15776 : audit 0 from='client.315831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:36 smithi135 bash[32435]: cluster 2023-12-07T23:47:35.504789+0000 mgr.a (mgr.14403) 15775 : cluster 0 pgmap v11778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:36 smithi135 bash[32435]: audit 2023-12-07T23:47:35.718389+0000 mgr.a (mgr.14403) 15776 : audit 0 from='client.315831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:38 smithi079 bash[28699]: cluster 2023-12-07T23:47:37.505490+0000 mgr.a (mgr.14403) 15777 : cluster 0 pgmap v11779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:38 smithi194 bash[32038]: cluster 2023-12-07T23:47:37.505490+0000 mgr.a (mgr.14403) 15777 : cluster 0 pgmap v11779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:38 smithi135 bash[32435]: cluster 2023-12-07T23:47:37.505490+0000 mgr.a (mgr.14403) 15777 : cluster 0 pgmap v11779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:40 smithi079 bash[28699]: cluster 2023-12-07T23:47:39.506269+0000 mgr.a (mgr.14403) 15778 : cluster 0 pgmap v11780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:40 smithi194 bash[32038]: cluster 2023-12-07T23:47:39.506269+0000 mgr.a (mgr.14403) 15778 : cluster 0 pgmap v11780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:40.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:40 smithi135 bash[32435]: cluster 2023-12-07T23:47:39.506269+0000 mgr.a (mgr.14403) 15778 : cluster 0 pgmap v11780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:41.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:47:41.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:41.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:42.171 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:47:42.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:42.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:42.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:42.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:47:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:42 smithi079 bash[28699]: cluster 2023-12-07T23:47:41.506772+0000 mgr.a (mgr.14403) 15779 : cluster 0 pgmap v11781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:42 smithi079 bash[28699]: audit 2023-12-07T23:47:41.653700+0000 mgr.a (mgr.14403) 15780 : audit 0 from='client.315909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:42 smithi194 bash[32038]: cluster 2023-12-07T23:47:41.506772+0000 mgr.a (mgr.14403) 15779 : cluster 0 pgmap v11781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:42 smithi194 bash[32038]: audit 2023-12-07T23:47:41.653700+0000 mgr.a (mgr.14403) 15780 : audit 0 from='client.315909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:42.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:42 smithi135 bash[32435]: cluster 2023-12-07T23:47:41.506772+0000 mgr.a (mgr.14403) 15779 : cluster 0 pgmap v11781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:42.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:42 smithi135 bash[32435]: audit 2023-12-07T23:47:41.653700+0000 mgr.a (mgr.14403) 15780 : audit 0 from='client.315909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:44 smithi079 bash[28699]: cluster 2023-12-07T23:47:43.507823+0000 mgr.a (mgr.14403) 15781 : cluster 0 pgmap v11782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:44 smithi194 bash[32038]: cluster 2023-12-07T23:47:43.507823+0000 mgr.a (mgr.14403) 15781 : cluster 0 pgmap v11782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:44.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:44 smithi135 bash[32435]: cluster 2023-12-07T23:47:43.507823+0000 mgr.a (mgr.14403) 15781 : cluster 0 pgmap v11782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:46.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:46 smithi079 bash[28699]: cluster 2023-12-07T23:47:45.508471+0000 mgr.a (mgr.14403) 15782 : cluster 0 pgmap v11783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:46.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:46 smithi194 bash[32038]: cluster 2023-12-07T23:47:45.508471+0000 mgr.a (mgr.14403) 15782 : cluster 0 pgmap v11783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:46 smithi135 bash[32435]: cluster 2023-12-07T23:47:45.508471+0000 mgr.a (mgr.14403) 15782 : cluster 0 pgmap v11783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:47.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:47:47.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:47.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:48.098 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:47:48.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:48.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:48.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:48.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:47:48.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:48 smithi079 bash[28699]: cluster 2023-12-07T23:47:47.508878+0000 mgr.a (mgr.14403) 15783 : cluster 0 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-07T23:47:48.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:48 smithi079 bash[28699]: audit 2023-12-07T23:47:47.574079+0000 mgr.a (mgr.14403) 15784 : audit 0 from='client.315984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:48 smithi194 bash[32038]: cluster 2023-12-07T23:47:47.508878+0000 mgr.a (mgr.14403) 15783 : cluster 0 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-07T23:47:48.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:48 smithi194 bash[32038]: audit 2023-12-07T23:47:47.574079+0000 mgr.a (mgr.14403) 15784 : audit 0 from='client.315984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:48 smithi135 bash[32435]: cluster 2023-12-07T23:47:47.508878+0000 mgr.a (mgr.14403) 15783 : cluster 0 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-07T23:47:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:48 smithi135 bash[32435]: audit 2023-12-07T23:47:47.574079+0000 mgr.a (mgr.14403) 15784 : audit 0 from='client.315984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:50.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:50 smithi079 bash[28699]: cluster 2023-12-07T23:47:49.509767+0000 mgr.a (mgr.14403) 15785 : cluster 0 pgmap v11785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:50 smithi194 bash[32038]: cluster 2023-12-07T23:47:49.509767+0000 mgr.a (mgr.14403) 15785 : cluster 0 pgmap v11785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:50 smithi135 bash[32435]: cluster 2023-12-07T23:47:49.509767+0000 mgr.a (mgr.14403) 15785 : cluster 0 pgmap v11785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:47:52.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:52 smithi079 bash[28699]: cluster 2023-12-07T23:47:51.510320+0000 mgr.a (mgr.14403) 15786 : cluster 0 pgmap v11786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:52 smithi194 bash[32038]: cluster 2023-12-07T23:47:51.510320+0000 mgr.a (mgr.14403) 15786 : cluster 0 pgmap v11786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:52 smithi135 bash[32435]: cluster 2023-12-07T23:47:51.510320+0000 mgr.a (mgr.14403) 15786 : cluster 0 pgmap v11786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:53.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:47:53.101 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:53.102 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:54.009 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:47:54.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:54.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:54.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:54.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:47:54.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:54 smithi079 bash[28699]: audit 2023-12-07T23:47:53.501357+0000 mgr.a (mgr.14403) 15787 : audit 0 from='client.316062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:54.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:54 smithi079 bash[28699]: cluster 2023-12-07T23:47:53.517977+0000 mgr.a (mgr.14403) 15788 : cluster 0 pgmap v11787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:54 smithi194 bash[32038]: audit 2023-12-07T23:47:53.501357+0000 mgr.a (mgr.14403) 15787 : audit 0 from='client.316062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:54.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:54 smithi194 bash[32038]: cluster 2023-12-07T23:47:53.517977+0000 mgr.a (mgr.14403) 15788 : cluster 0 pgmap v11787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:54.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:54 smithi135 bash[32435]: audit 2023-12-07T23:47:53.501357+0000 mgr.a (mgr.14403) 15787 : audit 0 from='client.316062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:47:54.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:54 smithi135 bash[32435]: cluster 2023-12-07T23:47:53.517977+0000 mgr.a (mgr.14403) 15788 : cluster 0 pgmap v11787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:47:56.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:56 smithi079 bash[28699]: cluster 2023-12-07T23:47:55.518883+0000 mgr.a (mgr.14403) 15789 : cluster 0 pgmap v11788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:56 smithi194 bash[32038]: cluster 2023-12-07T23:47:55.518883+0000 mgr.a (mgr.14403) 15789 : cluster 0 pgmap v11788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:56 smithi135 bash[32435]: cluster 2023-12-07T23:47:55.518883+0000 mgr.a (mgr.14403) 15789 : cluster 0 pgmap v11788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:58.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:47:58 smithi079 bash[28699]: cluster 2023-12-07T23:47:57.519464+0000 mgr.a (mgr.14403) 15790 : cluster 0 pgmap v11789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:58.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:47:58 smithi194 bash[32038]: cluster 2023-12-07T23:47:57.519464+0000 mgr.a (mgr.14403) 15790 : cluster 0 pgmap v11789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:47:58 smithi135 bash[32435]: cluster 2023-12-07T23:47:57.519464+0000 mgr.a (mgr.14403) 15790 : cluster 0 pgmap v11789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:47:59.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:47:59.014 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:47:59.014 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:47:59.913 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:47:59.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:47:59.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:47:59.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:47:59.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:48:00.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:00 smithi079 bash[28699]: audit 2023-12-07T23:47:59.410482+0000 mgr.a (mgr.14403) 15791 : audit 0 from='client.316137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:00.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:00 smithi079 bash[28699]: cluster 2023-12-07T23:47:59.520542+0000 mgr.a (mgr.14403) 15792 : cluster 0 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-07T23:48:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:00 smithi194 bash[32038]: audit 2023-12-07T23:47:59.410482+0000 mgr.a (mgr.14403) 15791 : audit 0 from='client.316137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:00.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:00 smithi194 bash[32038]: cluster 2023-12-07T23:47:59.520542+0000 mgr.a (mgr.14403) 15792 : cluster 0 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-07T23:48:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:00 smithi135 bash[32435]: audit 2023-12-07T23:47:59.410482+0000 mgr.a (mgr.14403) 15791 : audit 0 from='client.316137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:00 smithi135 bash[32435]: cluster 2023-12-07T23:47:59.520542+0000 mgr.a (mgr.14403) 15792 : cluster 0 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-07T23:48:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:02 smithi079 bash[28699]: cluster 2023-12-07T23:48:01.521265+0000 mgr.a (mgr.14403) 15793 : cluster 0 pgmap v11791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:48:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:02 smithi194 bash[32038]: cluster 2023-12-07T23:48:01.521265+0000 mgr.a (mgr.14403) 15793 : cluster 0 pgmap v11791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:48:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:02 smithi135 bash[32435]: cluster 2023-12-07T23:48:01.521265+0000 mgr.a (mgr.14403) 15793 : cluster 0 pgmap v11791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-07T23:48:04.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:04 smithi079 bash[28699]: cluster 2023-12-07T23:48:03.522037+0000 mgr.a (mgr.14403) 15794 : cluster 0 pgmap v11792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:04.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:48:04.915 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:04.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:04.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:04 smithi194 bash[32038]: cluster 2023-12-07T23:48:03.522037+0000 mgr.a (mgr.14403) 15794 : cluster 0 pgmap v11792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:04 smithi135 bash[32435]: cluster 2023-12-07T23:48:03.522037+0000 mgr.a (mgr.14403) 15794 : cluster 0 pgmap v11792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:05.820 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:48:05.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:05.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:05.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:05.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:48:06.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:06 smithi079 bash[28699]: audit 2023-12-07T23:48:05.321977+0000 mgr.a (mgr.14403) 15795 : audit 0 from='client.316209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:06.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:06 smithi079 bash[28699]: cluster 2023-12-07T23:48:05.522501+0000 mgr.a (mgr.14403) 15796 : cluster 0 pgmap v11793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:06 smithi194 bash[32038]: audit 2023-12-07T23:48:05.321977+0000 mgr.a (mgr.14403) 15795 : audit 0 from='client.316209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:06.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:06 smithi194 bash[32038]: cluster 2023-12-07T23:48:05.522501+0000 mgr.a (mgr.14403) 15796 : cluster 0 pgmap v11793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:06 smithi135 bash[32435]: audit 2023-12-07T23:48:05.321977+0000 mgr.a (mgr.14403) 15795 : audit 0 from='client.316209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:06 smithi135 bash[32435]: cluster 2023-12-07T23:48:05.522501+0000 mgr.a (mgr.14403) 15796 : cluster 0 pgmap v11793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:08.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:08 smithi079 bash[28699]: cluster 2023-12-07T23:48:07.523138+0000 mgr.a (mgr.14403) 15797 : cluster 0 pgmap v11794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:08.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:08 smithi194 bash[32038]: cluster 2023-12-07T23:48:07.523138+0000 mgr.a (mgr.14403) 15797 : cluster 0 pgmap v11794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:08 smithi135 bash[32435]: cluster 2023-12-07T23:48:07.523138+0000 mgr.a (mgr.14403) 15797 : cluster 0 pgmap v11794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:10.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:48:10.824 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:10.824 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:10.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:10 smithi079 bash[28699]: cluster 2023-12-07T23:48:09.523912+0000 mgr.a (mgr.14403) 15798 : cluster 0 pgmap v11795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:10 smithi194 bash[32038]: cluster 2023-12-07T23:48:09.523912+0000 mgr.a (mgr.14403) 15798 : cluster 0 pgmap v11795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:10 smithi135 bash[32435]: cluster 2023-12-07T23:48:09.523912+0000 mgr.a (mgr.14403) 15798 : cluster 0 pgmap v11795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:11.741 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:48:11.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:11.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:11.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:11.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:48:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:12 smithi079 bash[28699]: audit 2023-12-07T23:48:11.221916+0000 mgr.a (mgr.14403) 15799 : audit 0 from='client.316287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:12 smithi079 bash[28699]: cluster 2023-12-07T23:48:11.524660+0000 mgr.a (mgr.14403) 15800 : cluster 0 pgmap v11796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:12 smithi194 bash[32038]: audit 2023-12-07T23:48:11.221916+0000 mgr.a (mgr.14403) 15799 : audit 0 from='client.316287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:12 smithi194 bash[32038]: cluster 2023-12-07T23:48:11.524660+0000 mgr.a (mgr.14403) 15800 : cluster 0 pgmap v11796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:12.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:12 smithi135 bash[32435]: audit 2023-12-07T23:48:11.221916+0000 mgr.a (mgr.14403) 15799 : audit 0 from='client.316287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:12.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:12 smithi135 bash[32435]: cluster 2023-12-07T23:48:11.524660+0000 mgr.a (mgr.14403) 15800 : cluster 0 pgmap v11796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:14.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:14 smithi079 bash[28699]: cluster 2023-12-07T23:48:13.525532+0000 mgr.a (mgr.14403) 15801 : cluster 0 pgmap v11797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:14 smithi194 bash[32038]: cluster 2023-12-07T23:48:13.525532+0000 mgr.a (mgr.14403) 15801 : cluster 0 pgmap v11797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:14 smithi135 bash[32435]: cluster 2023-12-07T23:48:13.525532+0000 mgr.a (mgr.14403) 15801 : cluster 0 pgmap v11797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:16.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:48:16.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:16.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:16.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:16 smithi079 bash[28699]: cluster 2023-12-07T23:48:15.526070+0000 mgr.a (mgr.14403) 15802 : cluster 0 pgmap v11798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:16 smithi194 bash[32038]: cluster 2023-12-07T23:48:15.526070+0000 mgr.a (mgr.14403) 15802 : cluster 0 pgmap v11798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:16 smithi135 bash[32435]: cluster 2023-12-07T23:48:15.526070+0000 mgr.a (mgr.14403) 15802 : cluster 0 pgmap v11798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:17.637 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:48:17.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:17.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:17.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:17.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:48:17.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:17 smithi079 bash[28699]: audit 2023-12-07T23:48:17.141419+0000 mgr.a (mgr.14403) 15803 : audit 0 from='client.316365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:17 smithi194 bash[32038]: audit 2023-12-07T23:48:17.141419+0000 mgr.a (mgr.14403) 15803 : audit 0 from='client.316365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:17.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:17 smithi135 bash[32435]: audit 2023-12-07T23:48:17.141419+0000 mgr.a (mgr.14403) 15803 : audit 0 from='client.316365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:18 smithi079 bash[28699]: cluster 2023-12-07T23:48:17.526788+0000 mgr.a (mgr.14403) 15804 : cluster 0 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-07T23:48:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:18 smithi194 bash[32038]: cluster 2023-12-07T23:48:17.526788+0000 mgr.a (mgr.14403) 15804 : cluster 0 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-07T23:48:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:18 smithi135 bash[32435]: cluster 2023-12-07T23:48:17.526788+0000 mgr.a (mgr.14403) 15804 : cluster 0 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-07T23:48:20.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:20 smithi079 bash[28699]: cluster 2023-12-07T23:48:19.527644+0000 mgr.a (mgr.14403) 15805 : cluster 0 pgmap v11800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:20.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:20 smithi194 bash[32038]: cluster 2023-12-07T23:48:19.527644+0000 mgr.a (mgr.14403) 15805 : cluster 0 pgmap v11800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:20 smithi135 bash[32435]: cluster 2023-12-07T23:48:19.527644+0000 mgr.a (mgr.14403) 15805 : cluster 0 pgmap v11800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:22.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:48:22.640 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:22.640 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:22.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:22 smithi079 bash[28699]: cluster 2023-12-07T23:48:21.528195+0000 mgr.a (mgr.14403) 15806 : cluster 0 pgmap v11801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:22 smithi194 bash[32038]: cluster 2023-12-07T23:48:21.528195+0000 mgr.a (mgr.14403) 15806 : cluster 0 pgmap v11801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:22 smithi135 bash[32435]: cluster 2023-12-07T23:48:21.528195+0000 mgr.a (mgr.14403) 15806 : cluster 0 pgmap v11801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:23.555 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:48:23.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:23.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:23.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:23.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:48:23.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:23 smithi079 bash[28699]: audit 2023-12-07T23:48:23.045038+0000 mgr.a (mgr.14403) 15807 : audit 0 from='client.316440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:23.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:23 smithi194 bash[32038]: audit 2023-12-07T23:48:23.045038+0000 mgr.a (mgr.14403) 15807 : audit 0 from='client.316440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:23.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:23 smithi135 bash[32435]: audit 2023-12-07T23:48:23.045038+0000 mgr.a (mgr.14403) 15807 : audit 0 from='client.316440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:24.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:24 smithi079 bash[28699]: cluster 2023-12-07T23:48:23.528828+0000 mgr.a (mgr.14403) 15808 : cluster 0 pgmap v11802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:48:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:24 smithi194 bash[32038]: cluster 2023-12-07T23:48:23.528828+0000 mgr.a (mgr.14403) 15808 : cluster 0 pgmap v11802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:48:24.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:24 smithi135 bash[32435]: cluster 2023-12-07T23:48:23.528828+0000 mgr.a (mgr.14403) 15808 : cluster 0 pgmap v11802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:48:25.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:25 smithi079 bash[28699]: audit 2023-12-07T23:48:25.135111+0000 mon.a (mon.0) 2627 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:48:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:25 smithi194 bash[32038]: audit 2023-12-07T23:48:25.135111+0000 mon.a (mon.0) 2627 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:48:25.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:25 smithi135 bash[32435]: audit 2023-12-07T23:48:25.135111+0000 mon.a (mon.0) 2627 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:48:26.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:26 smithi079 bash[28699]: cluster 2023-12-07T23:48:25.529496+0000 mgr.a (mgr.14403) 15809 : cluster 0 pgmap v11803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:48:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:26 smithi194 bash[32038]: cluster 2023-12-07T23:48:25.529496+0000 mgr.a (mgr.14403) 15809 : cluster 0 pgmap v11803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:48:26.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:26 smithi135 bash[32435]: cluster 2023-12-07T23:48:25.529496+0000 mgr.a (mgr.14403) 15809 : cluster 0 pgmap v11803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:48:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:27 smithi079 bash[28699]: audit 2023-12-07T23:48:26.341485+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:27 smithi079 bash[28699]: audit 2023-12-07T23:48:26.353980+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:27 smithi079 bash[28699]: audit 2023-12-07T23:48:26.392036+0000 mon.a (mon.0) 2630 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:27 smithi079 bash[28699]: audit 2023-12-07T23:48:26.399188+0000 mon.a (mon.0) 2631 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:27 smithi079 bash[28699]: audit 2023-12-07T23:48:26.404293+0000 mon.a (mon.0) 2632 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:27 smithi079 bash[28699]: audit 2023-12-07T23:48:26.410200+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:27 smithi079 bash[28699]: audit 2023-12-07T23:48:26.411514+0000 mon.a (mon.0) 2634 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:48:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:27 smithi079 bash[28699]: audit 2023-12-07T23:48:26.413079+0000 mon.a (mon.0) 2635 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:48:27.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:27 smithi079 bash[28699]: audit 2023-12-07T23:48:26.420281+0000 mon.a (mon.0) 2636 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.710 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:27 smithi194 bash[32038]: audit 2023-12-07T23:48:26.341485+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.711 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:27 smithi194 bash[32038]: audit 2023-12-07T23:48:26.353980+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.711 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:27 smithi194 bash[32038]: audit 2023-12-07T23:48:26.392036+0000 mon.a (mon.0) 2630 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.711 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:27 smithi194 bash[32038]: audit 2023-12-07T23:48:26.399188+0000 mon.a (mon.0) 2631 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.711 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:27 smithi194 bash[32038]: audit 2023-12-07T23:48:26.404293+0000 mon.a (mon.0) 2632 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.711 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:27 smithi194 bash[32038]: audit 2023-12-07T23:48:26.410200+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.711 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:27 smithi194 bash[32038]: audit 2023-12-07T23:48:26.411514+0000 mon.a (mon.0) 2634 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:48:27.711 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:27 smithi194 bash[32038]: audit 2023-12-07T23:48:26.413079+0000 mon.a (mon.0) 2635 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:48:27.711 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:27 smithi194 bash[32038]: audit 2023-12-07T23:48:26.420281+0000 mon.a (mon.0) 2636 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:27 smithi135 bash[32435]: audit 2023-12-07T23:48:26.341485+0000 mon.a (mon.0) 2628 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:27 smithi135 bash[32435]: audit 2023-12-07T23:48:26.353980+0000 mon.a (mon.0) 2629 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:27 smithi135 bash[32435]: audit 2023-12-07T23:48:26.392036+0000 mon.a (mon.0) 2630 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:27 smithi135 bash[32435]: audit 2023-12-07T23:48:26.399188+0000 mon.a (mon.0) 2631 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:27 smithi135 bash[32435]: audit 2023-12-07T23:48:26.404293+0000 mon.a (mon.0) 2632 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:27 smithi135 bash[32435]: audit 2023-12-07T23:48:26.410200+0000 mon.a (mon.0) 2633 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:27.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:27 smithi135 bash[32435]: audit 2023-12-07T23:48:26.411514+0000 mon.a (mon.0) 2634 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:48:27.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:27 smithi135 bash[32435]: audit 2023-12-07T23:48:26.413079+0000 mon.a (mon.0) 2635 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:48:27.712 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:27 smithi135 bash[32435]: audit 2023-12-07T23:48:26.420281+0000 mon.a (mon.0) 2636 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:48:28.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:48:28.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:28.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:28.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:28 smithi079 bash[28699]: cluster 2023-12-07T23:48:27.530224+0000 mgr.a (mgr.14403) 15810 : cluster 0 pgmap v11804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:48:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:28 smithi194 bash[32038]: cluster 2023-12-07T23:48:27.530224+0000 mgr.a (mgr.14403) 15810 : cluster 0 pgmap v11804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:48:28.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:28 smithi135 bash[32435]: cluster 2023-12-07T23:48:27.530224+0000 mgr.a (mgr.14403) 15810 : cluster 0 pgmap v11804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:48:29.454 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:48:29.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:29.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:29.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:29.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:48:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:29 smithi079 bash[28699]: audit 2023-12-07T23:48:28.945667+0000 mgr.a (mgr.14403) 15811 : audit 0 from='client.316515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:29.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:29 smithi194 bash[32038]: audit 2023-12-07T23:48:28.945667+0000 mgr.a (mgr.14403) 15811 : audit 0 from='client.316515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:29 smithi135 bash[32435]: audit 2023-12-07T23:48:28.945667+0000 mgr.a (mgr.14403) 15811 : audit 0 from='client.316515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:30.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:30 smithi079 bash[28699]: cluster 2023-12-07T23:48:29.531348+0000 mgr.a (mgr.14403) 15812 : cluster 0 pgmap v11805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:30.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:30 smithi194 bash[32038]: cluster 2023-12-07T23:48:29.531348+0000 mgr.a (mgr.14403) 15812 : cluster 0 pgmap v11805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:30.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:30 smithi135 bash[32435]: cluster 2023-12-07T23:48:29.531348+0000 mgr.a (mgr.14403) 15812 : cluster 0 pgmap v11805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:32 smithi079 bash[28699]: cluster 2023-12-07T23:48:31.531958+0000 mgr.a (mgr.14403) 15813 : cluster 0 pgmap v11806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:48:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:32 smithi194 bash[32038]: cluster 2023-12-07T23:48:31.531958+0000 mgr.a (mgr.14403) 15813 : cluster 0 pgmap v11806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:48:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:32 smithi135 bash[32435]: cluster 2023-12-07T23:48:31.531958+0000 mgr.a (mgr.14403) 15813 : cluster 0 pgmap v11806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:48:34.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:48:34.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:34.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:34.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:34 smithi079 bash[28699]: cluster 2023-12-07T23:48:33.532643+0000 mgr.a (mgr.14403) 15814 : cluster 0 pgmap v11807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:34 smithi194 bash[32038]: cluster 2023-12-07T23:48:33.532643+0000 mgr.a (mgr.14403) 15814 : cluster 0 pgmap v11807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:34 smithi135 bash[32435]: cluster 2023-12-07T23:48:33.532643+0000 mgr.a (mgr.14403) 15814 : cluster 0 pgmap v11807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:35.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:35.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:35.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:35.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:48:35.383 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:48:35.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:35 smithi079 bash[28699]: audit 2023-12-07T23:48:34.861603+0000 mgr.a (mgr.14403) 15815 : audit 0 from='client.316593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:35.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:35 smithi194 bash[32038]: audit 2023-12-07T23:48:34.861603+0000 mgr.a (mgr.14403) 15815 : audit 0 from='client.316593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:35.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:35 smithi135 bash[32435]: audit 2023-12-07T23:48:34.861603+0000 mgr.a (mgr.14403) 15815 : audit 0 from='client.316593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:36.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:36 smithi079 bash[28699]: cluster 2023-12-07T23:48:35.533367+0000 mgr.a (mgr.14403) 15816 : cluster 0 pgmap v11808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:48:36.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:36 smithi194 bash[32038]: cluster 2023-12-07T23:48:35.533367+0000 mgr.a (mgr.14403) 15816 : cluster 0 pgmap v11808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:48:36.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:36 smithi135 bash[32435]: cluster 2023-12-07T23:48:35.533367+0000 mgr.a (mgr.14403) 15816 : cluster 0 pgmap v11808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:48:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:38 smithi079 bash[28699]: cluster 2023-12-07T23:48:37.533966+0000 mgr.a (mgr.14403) 15817 : cluster 0 pgmap v11809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:48:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:38 smithi194 bash[32038]: cluster 2023-12-07T23:48:37.533966+0000 mgr.a (mgr.14403) 15817 : cluster 0 pgmap v11809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:48:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:38 smithi135 bash[32435]: cluster 2023-12-07T23:48:37.533966+0000 mgr.a (mgr.14403) 15817 : cluster 0 pgmap v11809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:48:40.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:48:40.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:40.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:40 smithi079 bash[28699]: cluster 2023-12-07T23:48:39.534783+0000 mgr.a (mgr.14403) 15818 : cluster 0 pgmap v11810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:48:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:40 smithi194 bash[32038]: cluster 2023-12-07T23:48:39.534783+0000 mgr.a (mgr.14403) 15818 : cluster 0 pgmap v11810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:48:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:40 smithi135 bash[32435]: cluster 2023-12-07T23:48:39.534783+0000 mgr.a (mgr.14403) 15818 : cluster 0 pgmap v11810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:48:41.297 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:48:41.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:41.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:41.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:41.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:48:41.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:41 smithi079 bash[28699]: audit 2023-12-07T23:48:40.780462+0000 mgr.a (mgr.14403) 15819 : audit 0 from='client.316665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:41.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:41 smithi194 bash[32038]: audit 2023-12-07T23:48:40.780462+0000 mgr.a (mgr.14403) 15819 : audit 0 from='client.316665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:41.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:41 smithi135 bash[32435]: audit 2023-12-07T23:48:40.780462+0000 mgr.a (mgr.14403) 15819 : audit 0 from='client.316665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:42.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:42 smithi079 bash[28699]: cluster 2023-12-07T23:48:41.535498+0000 mgr.a (mgr.14403) 15820 : cluster 0 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-07T23:48:42.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:42 smithi194 bash[32038]: cluster 2023-12-07T23:48:41.535498+0000 mgr.a (mgr.14403) 15820 : cluster 0 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-07T23:48:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:42 smithi135 bash[32435]: cluster 2023-12-07T23:48:41.535498+0000 mgr.a (mgr.14403) 15820 : cluster 0 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-07T23:48:44.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:44 smithi079 bash[28699]: cluster 2023-12-07T23:48:43.536357+0000 mgr.a (mgr.14403) 15821 : cluster 0 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-07T23:48:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:44 smithi194 bash[32038]: cluster 2023-12-07T23:48:43.536357+0000 mgr.a (mgr.14403) 15821 : cluster 0 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-07T23:48:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:44 smithi135 bash[32435]: cluster 2023-12-07T23:48:43.536357+0000 mgr.a (mgr.14403) 15821 : cluster 0 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-07T23:48:46.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:48:46.301 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:46.301 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:46.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:46 smithi079 bash[28699]: cluster 2023-12-07T23:48:45.536926+0000 mgr.a (mgr.14403) 15822 : cluster 0 pgmap v11813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:46.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:46 smithi194 bash[32038]: cluster 2023-12-07T23:48:45.536926+0000 mgr.a (mgr.14403) 15822 : cluster 0 pgmap v11813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:46 smithi135 bash[32435]: cluster 2023-12-07T23:48:45.536926+0000 mgr.a (mgr.14403) 15822 : cluster 0 pgmap v11813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:47.225 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:48:47.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:47.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:47.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:47.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:48:47.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:47 smithi079 bash[28699]: audit 2023-12-07T23:48:46.706207+0000 mgr.a (mgr.14403) 15823 : audit 0 from='client.316743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:47.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:47 smithi194 bash[32038]: audit 2023-12-07T23:48:46.706207+0000 mgr.a (mgr.14403) 15823 : audit 0 from='client.316743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:47 smithi135 bash[32435]: audit 2023-12-07T23:48:46.706207+0000 mgr.a (mgr.14403) 15823 : audit 0 from='client.316743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:48.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:48 smithi079 bash[28699]: cluster 2023-12-07T23:48:47.537647+0000 mgr.a (mgr.14403) 15824 : cluster 0 pgmap v11814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:48 smithi194 bash[32038]: cluster 2023-12-07T23:48:47.537647+0000 mgr.a (mgr.14403) 15824 : cluster 0 pgmap v11814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:48 smithi135 bash[32435]: cluster 2023-12-07T23:48:47.537647+0000 mgr.a (mgr.14403) 15824 : cluster 0 pgmap v11814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:50.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:50 smithi079 bash[28699]: cluster 2023-12-07T23:48:49.538491+0000 mgr.a (mgr.14403) 15825 : cluster 0 pgmap v11815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:50.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:50 smithi194 bash[32038]: cluster 2023-12-07T23:48:49.538491+0000 mgr.a (mgr.14403) 15825 : cluster 0 pgmap v11815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:50 smithi135 bash[32435]: cluster 2023-12-07T23:48:49.538491+0000 mgr.a (mgr.14403) 15825 : cluster 0 pgmap v11815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:52.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:48:52.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:52.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:52.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:52 smithi079 bash[28699]: cluster 2023-12-07T23:48:51.539088+0000 mgr.a (mgr.14403) 15826 : cluster 0 pgmap v11816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:52 smithi194 bash[32038]: cluster 2023-12-07T23:48:51.539088+0000 mgr.a (mgr.14403) 15826 : cluster 0 pgmap v11816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:52 smithi135 bash[32435]: cluster 2023-12-07T23:48:51.539088+0000 mgr.a (mgr.14403) 15826 : cluster 0 pgmap v11816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:53.125 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:48:53.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:53.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:53.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:53.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:48:53.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:53 smithi079 bash[28699]: audit 2023-12-07T23:48:52.621537+0000 mgr.a (mgr.14403) 15827 : audit 0 from='client.316818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:53 smithi194 bash[32038]: audit 2023-12-07T23:48:52.621537+0000 mgr.a (mgr.14403) 15827 : audit 0 from='client.316818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:53.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:53 smithi135 bash[32435]: audit 2023-12-07T23:48:52.621537+0000 mgr.a (mgr.14403) 15827 : audit 0 from='client.316818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:54.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:54 smithi079 bash[28699]: cluster 2023-12-07T23:48:53.539916+0000 mgr.a (mgr.14403) 15828 : cluster 0 pgmap v11817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:54.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:54 smithi194 bash[32038]: cluster 2023-12-07T23:48:53.539916+0000 mgr.a (mgr.14403) 15828 : cluster 0 pgmap v11817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:54.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:54 smithi135 bash[32435]: cluster 2023-12-07T23:48:53.539916+0000 mgr.a (mgr.14403) 15828 : cluster 0 pgmap v11817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:48:56.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:56 smithi079 bash[28699]: cluster 2023-12-07T23:48:55.540439+0000 mgr.a (mgr.14403) 15829 : cluster 0 pgmap v11818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:56.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:56 smithi194 bash[32038]: cluster 2023-12-07T23:48:55.540439+0000 mgr.a (mgr.14403) 15829 : cluster 0 pgmap v11818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:56 smithi135 bash[32435]: cluster 2023-12-07T23:48:55.540439+0000 mgr.a (mgr.14403) 15829 : cluster 0 pgmap v11818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:48:58.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:48:58.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:48:58.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:48:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:58 smithi079 bash[28699]: cluster 2023-12-07T23:48:57.540982+0000 mgr.a (mgr.14403) 15830 : cluster 0 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-07T23:48:58.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:58 smithi194 bash[32038]: cluster 2023-12-07T23:48:57.540982+0000 mgr.a (mgr.14403) 15830 : cluster 0 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-07T23:48:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:58 smithi135 bash[32435]: cluster 2023-12-07T23:48:57.540982+0000 mgr.a (mgr.14403) 15830 : cluster 0 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-07T23:48:59.049 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:48:59.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:48:59.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:48:59.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:48:59.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:48:59.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:48:59 smithi079 bash[28699]: audit 2023-12-07T23:48:58.525068+0000 mgr.a (mgr.14403) 15831 : audit 0 from='client.316893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:59.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:48:59 smithi194 bash[32038]: audit 2023-12-07T23:48:58.525068+0000 mgr.a (mgr.14403) 15831 : audit 0 from='client.316893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:48:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:48:59 smithi135 bash[32435]: audit 2023-12-07T23:48:58.525068+0000 mgr.a (mgr.14403) 15831 : audit 0 from='client.316893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:00.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:00 smithi079 bash[28699]: cluster 2023-12-07T23:48:59.542077+0000 mgr.a (mgr.14403) 15832 : cluster 0 pgmap v11820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:00.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:00 smithi194 bash[32038]: cluster 2023-12-07T23:48:59.542077+0000 mgr.a (mgr.14403) 15832 : cluster 0 pgmap v11820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:00 smithi135 bash[32435]: cluster 2023-12-07T23:48:59.542077+0000 mgr.a (mgr.14403) 15832 : cluster 0 pgmap v11820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:02 smithi079 bash[28699]: cluster 2023-12-07T23:49:01.542667+0000 mgr.a (mgr.14403) 15833 : cluster 0 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-07T23:49:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:02 smithi194 bash[32038]: cluster 2023-12-07T23:49:01.542667+0000 mgr.a (mgr.14403) 15833 : cluster 0 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-07T23:49:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:02 smithi135 bash[32435]: cluster 2023-12-07T23:49:01.542667+0000 mgr.a (mgr.14403) 15833 : cluster 0 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-07T23:49:04.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:49:04.053 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:04.053 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:04 smithi079 bash[28699]: cluster 2023-12-07T23:49:03.543429+0000 mgr.a (mgr.14403) 15834 : cluster 0 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-07T23:49:04.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:04 smithi194 bash[32038]: cluster 2023-12-07T23:49:03.543429+0000 mgr.a (mgr.14403) 15834 : cluster 0 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-07T23:49:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:04 smithi135 bash[32435]: cluster 2023-12-07T23:49:03.543429+0000 mgr.a (mgr.14403) 15834 : cluster 0 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-07T23:49:04.963 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:49:04.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:04.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:04.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:04.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:49:05.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:05 smithi079 bash[28699]: audit 2023-12-07T23:49:04.454686+0000 mgr.a (mgr.14403) 15835 : audit 0 from='client.316968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:05.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:05 smithi194 bash[32038]: audit 2023-12-07T23:49:04.454686+0000 mgr.a (mgr.14403) 15835 : audit 0 from='client.316968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:05.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:05 smithi135 bash[32435]: audit 2023-12-07T23:49:04.454686+0000 mgr.a (mgr.14403) 15835 : audit 0 from='client.316968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:06.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:06 smithi079 bash[28699]: cluster 2023-12-07T23:49:05.544030+0000 mgr.a (mgr.14403) 15836 : cluster 0 pgmap v11823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:49:06.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:06 smithi194 bash[32038]: cluster 2023-12-07T23:49:05.544030+0000 mgr.a (mgr.14403) 15836 : cluster 0 pgmap v11823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:49:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:06 smithi135 bash[32435]: cluster 2023-12-07T23:49:05.544030+0000 mgr.a (mgr.14403) 15836 : cluster 0 pgmap v11823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:49:08.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:08 smithi079 bash[28699]: cluster 2023-12-07T23:49:07.544519+0000 mgr.a (mgr.14403) 15837 : cluster 0 pgmap v11824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:49:08.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:08 smithi194 bash[32038]: cluster 2023-12-07T23:49:07.544519+0000 mgr.a (mgr.14403) 15837 : cluster 0 pgmap v11824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:49:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:08 smithi135 bash[32435]: cluster 2023-12-07T23:49:07.544519+0000 mgr.a (mgr.14403) 15837 : cluster 0 pgmap v11824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:49:09.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:49:09.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:09.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:10.879 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:49:10.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:10.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:10.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:10.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:49:10.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:10 smithi079 bash[28699]: cluster 2023-12-07T23:49:09.545311+0000 mgr.a (mgr.14403) 15838 : cluster 0 pgmap v11825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:10.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:10 smithi194 bash[32038]: cluster 2023-12-07T23:49:09.545311+0000 mgr.a (mgr.14403) 15838 : cluster 0 pgmap v11825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:10.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:10 smithi135 bash[32435]: cluster 2023-12-07T23:49:09.545311+0000 mgr.a (mgr.14403) 15838 : cluster 0 pgmap v11825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:11.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:11 smithi079 bash[28699]: audit 2023-12-07T23:49:10.370910+0000 mgr.a (mgr.14403) 15839 : audit 0 from='client.317043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:11.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:11 smithi194 bash[32038]: audit 2023-12-07T23:49:10.370910+0000 mgr.a (mgr.14403) 15839 : audit 0 from='client.317043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:11 smithi135 bash[32435]: audit 2023-12-07T23:49:10.370910+0000 mgr.a (mgr.14403) 15839 : audit 0 from='client.317043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:12.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:12 smithi079 bash[28699]: cluster 2023-12-07T23:49:11.545970+0000 mgr.a (mgr.14403) 15840 : cluster 0 pgmap v11826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:12.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:12 smithi194 bash[32038]: cluster 2023-12-07T23:49:11.545970+0000 mgr.a (mgr.14403) 15840 : cluster 0 pgmap v11826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:12 smithi135 bash[32435]: cluster 2023-12-07T23:49:11.545970+0000 mgr.a (mgr.14403) 15840 : cluster 0 pgmap v11826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:14.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:14 smithi079 bash[28699]: cluster 2023-12-07T23:49:13.546752+0000 mgr.a (mgr.14403) 15841 : cluster 0 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-07T23:49:14.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:14 smithi194 bash[32038]: cluster 2023-12-07T23:49:13.546752+0000 mgr.a (mgr.14403) 15841 : cluster 0 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-07T23:49:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:14 smithi135 bash[32435]: cluster 2023-12-07T23:49:13.546752+0000 mgr.a (mgr.14403) 15841 : cluster 0 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-07T23:49:15.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:49:15.883 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:15.883 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:16.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:16.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:16.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:16.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:49:16.806 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:49:16.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:16 smithi079 bash[28699]: cluster 2023-12-07T23:49:15.547322+0000 mgr.a (mgr.14403) 15842 : cluster 0 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-07T23:49:16.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:16 smithi194 bash[32038]: cluster 2023-12-07T23:49:15.547322+0000 mgr.a (mgr.14403) 15842 : cluster 0 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-07T23:49:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:16 smithi135 bash[32435]: cluster 2023-12-07T23:49:15.547322+0000 mgr.a (mgr.14403) 15842 : cluster 0 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-07T23:49:17.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:17 smithi079 bash[28699]: audit 2023-12-07T23:49:16.288149+0000 mgr.a (mgr.14403) 15843 : audit 0 from='client.317118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:17.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:17 smithi194 bash[32038]: audit 2023-12-07T23:49:16.288149+0000 mgr.a (mgr.14403) 15843 : audit 0 from='client.317118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:17.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:17 smithi135 bash[32435]: audit 2023-12-07T23:49:16.288149+0000 mgr.a (mgr.14403) 15843 : audit 0 from='client.317118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:18.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:18 smithi079 bash[28699]: cluster 2023-12-07T23:49:17.547931+0000 mgr.a (mgr.14403) 15844 : cluster 0 pgmap v11829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:18.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:18 smithi194 bash[32038]: cluster 2023-12-07T23:49:17.547931+0000 mgr.a (mgr.14403) 15844 : cluster 0 pgmap v11829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:18 smithi135 bash[32435]: cluster 2023-12-07T23:49:17.547931+0000 mgr.a (mgr.14403) 15844 : cluster 0 pgmap v11829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:20.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:20 smithi194 bash[32038]: cluster 2023-12-07T23:49:19.548767+0000 mgr.a (mgr.14403) 15845 : cluster 0 pgmap v11830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:20.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:20 smithi135 bash[32435]: cluster 2023-12-07T23:49:19.548767+0000 mgr.a (mgr.14403) 15845 : cluster 0 pgmap v11830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:20 smithi079 bash[28699]: cluster 2023-12-07T23:49:19.548767+0000 mgr.a (mgr.14403) 15845 : cluster 0 pgmap v11830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:21.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:49:21.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:21.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:22 smithi079 bash[28699]: cluster 2023-12-07T23:49:21.549345+0000 mgr.a (mgr.14403) 15846 : cluster 0 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-07T23:49:22.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:22 smithi194 bash[32038]: cluster 2023-12-07T23:49:21.549345+0000 mgr.a (mgr.14403) 15846 : cluster 0 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-07T23:49:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:22 smithi135 bash[32435]: cluster 2023-12-07T23:49:21.549345+0000 mgr.a (mgr.14403) 15846 : cluster 0 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-07T23:49:22.715 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:49:22.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:22.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:22.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:22.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:49:23.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:23 smithi079 bash[28699]: audit 2023-12-07T23:49:22.214199+0000 mgr.a (mgr.14403) 15847 : audit 0 from='client.317196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:23.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:23 smithi194 bash[32038]: audit 2023-12-07T23:49:22.214199+0000 mgr.a (mgr.14403) 15847 : audit 0 from='client.317196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:23.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:23 smithi135 bash[32435]: audit 2023-12-07T23:49:22.214199+0000 mgr.a (mgr.14403) 15847 : audit 0 from='client.317196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:24.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:24 smithi079 bash[28699]: cluster 2023-12-07T23:49:23.550206+0000 mgr.a (mgr.14403) 15848 : cluster 0 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-07T23:49:24.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:24 smithi194 bash[32038]: cluster 2023-12-07T23:49:23.550206+0000 mgr.a (mgr.14403) 15848 : cluster 0 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-07T23:49:24.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:24 smithi135 bash[32435]: cluster 2023-12-07T23:49:23.550206+0000 mgr.a (mgr.14403) 15848 : cluster 0 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-07T23:49:26.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:26 smithi079 bash[28699]: cluster 2023-12-07T23:49:25.550738+0000 mgr.a (mgr.14403) 15849 : cluster 0 pgmap v11833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:26.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:26 smithi079 bash[28699]: audit 2023-12-07T23:49:26.522097+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:49:26.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:26 smithi194 bash[32038]: cluster 2023-12-07T23:49:25.550738+0000 mgr.a (mgr.14403) 15849 : cluster 0 pgmap v11833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:26.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:26 smithi194 bash[32038]: audit 2023-12-07T23:49:26.522097+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:49:26.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:26 smithi135 bash[32435]: cluster 2023-12-07T23:49:25.550738+0000 mgr.a (mgr.14403) 15849 : cluster 0 pgmap v11833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:26.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:26 smithi135 bash[32435]: audit 2023-12-07T23:49:26.522097+0000 mon.a (mon.0) 2637 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:49:27.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:49:27.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:27.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:27.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:27 smithi079 bash[28699]: audit 2023-12-07T23:49:27.309602+0000 mon.a (mon.0) 2638 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:49:27.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:27 smithi079 bash[28699]: audit 2023-12-07T23:49:27.311406+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:49:27.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:27 smithi079 bash[28699]: audit 2023-12-07T23:49:27.320313+0000 mon.a (mon.0) 2640 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:49:27.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:27 smithi194 bash[32038]: audit 2023-12-07T23:49:27.309602+0000 mon.a (mon.0) 2638 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:49:27.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:27 smithi194 bash[32038]: audit 2023-12-07T23:49:27.311406+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:49:27.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:27 smithi194 bash[32038]: audit 2023-12-07T23:49:27.320313+0000 mon.a (mon.0) 2640 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:49:27.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:27 smithi135 bash[32435]: audit 2023-12-07T23:49:27.309602+0000 mon.a (mon.0) 2638 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:49:27.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:27 smithi135 bash[32435]: audit 2023-12-07T23:49:27.311406+0000 mon.a (mon.0) 2639 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:49:27.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:27 smithi135 bash[32435]: audit 2023-12-07T23:49:27.320313+0000 mon.a (mon.0) 2640 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:49:28.631 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:49:28.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:28.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:28.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:28.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:49:28.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:28 smithi079 bash[28699]: cluster 2023-12-07T23:49:27.551297+0000 mgr.a (mgr.14403) 15850 : cluster 0 pgmap v11834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:28.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:28 smithi079 bash[28699]: audit 2023-12-07T23:49:28.121919+0000 mgr.a (mgr.14403) 15851 : audit 0 from='client.317271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:28.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:28 smithi194 bash[32038]: cluster 2023-12-07T23:49:27.551297+0000 mgr.a (mgr.14403) 15850 : cluster 0 pgmap v11834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:28.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:28 smithi194 bash[32038]: audit 2023-12-07T23:49:28.121919+0000 mgr.a (mgr.14403) 15851 : audit 0 from='client.317271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:28 smithi135 bash[32435]: cluster 2023-12-07T23:49:27.551297+0000 mgr.a (mgr.14403) 15850 : cluster 0 pgmap v11834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:28.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:28 smithi135 bash[32435]: audit 2023-12-07T23:49:28.121919+0000 mgr.a (mgr.14403) 15851 : audit 0 from='client.317271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:30.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:30 smithi079 bash[28699]: cluster 2023-12-07T23:49:29.552297+0000 mgr.a (mgr.14403) 15852 : cluster 0 pgmap v11835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:49:30.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:30 smithi194 bash[32038]: cluster 2023-12-07T23:49:29.552297+0000 mgr.a (mgr.14403) 15852 : cluster 0 pgmap v11835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:49:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:30 smithi135 bash[32435]: cluster 2023-12-07T23:49:29.552297+0000 mgr.a (mgr.14403) 15852 : cluster 0 pgmap v11835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:49:32.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:32 smithi079 bash[28699]: cluster 2023-12-07T23:49:31.553042+0000 mgr.a (mgr.14403) 15853 : cluster 0 pgmap v11836: 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-07T23:49:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:32 smithi194 bash[32038]: cluster 2023-12-07T23:49:31.553042+0000 mgr.a (mgr.14403) 15853 : cluster 0 pgmap v11836: 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-07T23:49:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:32 smithi135 bash[32435]: cluster 2023-12-07T23:49:31.553042+0000 mgr.a (mgr.14403) 15853 : cluster 0 pgmap v11836: 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-07T23:49:33.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:49:33.634 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:33.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:34.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:34.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:34.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:34.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:49:34.553 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:49:34.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:34 smithi079 bash[28699]: cluster 2023-12-07T23:49:33.553787+0000 mgr.a (mgr.14403) 15854 : cluster 0 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-07T23:49:34.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:34 smithi079 bash[28699]: audit 2023-12-07T23:49:34.036852+0000 mgr.a (mgr.14403) 15855 : audit 0 from='client.317340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:34.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:34 smithi194 bash[32038]: cluster 2023-12-07T23:49:33.553787+0000 mgr.a (mgr.14403) 15854 : cluster 0 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-07T23:49:34.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:34 smithi194 bash[32038]: audit 2023-12-07T23:49:34.036852+0000 mgr.a (mgr.14403) 15855 : audit 0 from='client.317340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:34 smithi135 bash[32435]: cluster 2023-12-07T23:49:33.553787+0000 mgr.a (mgr.14403) 15854 : cluster 0 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-07T23:49:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:34 smithi135 bash[32435]: audit 2023-12-07T23:49:34.036852+0000 mgr.a (mgr.14403) 15855 : audit 0 from='client.317340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:36.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:36 smithi079 bash[28699]: cluster 2023-12-07T23:49:35.554437+0000 mgr.a (mgr.14403) 15856 : cluster 0 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-07T23:49:36.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:36 smithi194 bash[32038]: cluster 2023-12-07T23:49:35.554437+0000 mgr.a (mgr.14403) 15856 : cluster 0 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-07T23:49:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:36 smithi135 bash[32435]: cluster 2023-12-07T23:49:35.554437+0000 mgr.a (mgr.14403) 15856 : cluster 0 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-07T23:49:38.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:38 smithi079 bash[28699]: cluster 2023-12-07T23:49:37.555048+0000 mgr.a (mgr.14403) 15857 : cluster 0 pgmap v11839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:49:38.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:38 smithi194 bash[32038]: cluster 2023-12-07T23:49:37.555048+0000 mgr.a (mgr.14403) 15857 : cluster 0 pgmap v11839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:49:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:38 smithi135 bash[32435]: cluster 2023-12-07T23:49:37.555048+0000 mgr.a (mgr.14403) 15857 : cluster 0 pgmap v11839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:49:39.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:49:39.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:39.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:40.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:40.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:40.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:40.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:49:40.463 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:49:40.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:40 smithi079 bash[28699]: cluster 2023-12-07T23:49:39.555796+0000 mgr.a (mgr.14403) 15858 : cluster 0 pgmap v11840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:40.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:40 smithi079 bash[28699]: audit 2023-12-07T23:49:39.966673+0000 mgr.a (mgr.14403) 15859 : audit 0 from='client.317418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:40.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:40 smithi194 bash[32038]: cluster 2023-12-07T23:49:39.555796+0000 mgr.a (mgr.14403) 15858 : cluster 0 pgmap v11840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:40.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:40 smithi194 bash[32038]: audit 2023-12-07T23:49:39.966673+0000 mgr.a (mgr.14403) 15859 : audit 0 from='client.317418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:40 smithi135 bash[32435]: cluster 2023-12-07T23:49:39.555796+0000 mgr.a (mgr.14403) 15858 : cluster 0 pgmap v11840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:40.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:40 smithi135 bash[32435]: audit 2023-12-07T23:49:39.966673+0000 mgr.a (mgr.14403) 15859 : audit 0 from='client.317418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:42 smithi079 bash[28699]: cluster 2023-12-07T23:49:41.556468+0000 mgr.a (mgr.14403) 15860 : cluster 0 pgmap v11841: 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-07T23:49:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:42 smithi194 bash[32038]: cluster 2023-12-07T23:49:41.556468+0000 mgr.a (mgr.14403) 15860 : cluster 0 pgmap v11841: 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-07T23:49:42.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:42 smithi135 bash[32435]: cluster 2023-12-07T23:49:41.556468+0000 mgr.a (mgr.14403) 15860 : cluster 0 pgmap v11841: 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-07T23:49:44.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:44 smithi079 bash[28699]: cluster 2023-12-07T23:49:43.557289+0000 mgr.a (mgr.14403) 15861 : cluster 0 pgmap v11842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:49:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:44 smithi194 bash[32038]: cluster 2023-12-07T23:49:43.557289+0000 mgr.a (mgr.14403) 15861 : cluster 0 pgmap v11842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:49:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:44 smithi135 bash[32435]: cluster 2023-12-07T23:49:43.557289+0000 mgr.a (mgr.14403) 15861 : cluster 0 pgmap v11842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:49:45.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:49:45.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:45.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:46.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:46.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:46.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:46.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:49:46.370 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:49:46.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:46 smithi079 bash[28699]: cluster 2023-12-07T23:49:45.557702+0000 mgr.a (mgr.14403) 15862 : cluster 0 pgmap v11843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:46.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:46 smithi079 bash[28699]: audit 2023-12-07T23:49:45.861452+0000 mgr.a (mgr.14403) 15863 : audit 0 from='client.317493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:46.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:46 smithi194 bash[32038]: cluster 2023-12-07T23:49:45.557702+0000 mgr.a (mgr.14403) 15862 : cluster 0 pgmap v11843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:46.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:46 smithi194 bash[32038]: audit 2023-12-07T23:49:45.861452+0000 mgr.a (mgr.14403) 15863 : audit 0 from='client.317493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:46 smithi135 bash[32435]: cluster 2023-12-07T23:49:45.557702+0000 mgr.a (mgr.14403) 15862 : cluster 0 pgmap v11843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:46.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:46 smithi135 bash[32435]: audit 2023-12-07T23:49:45.861452+0000 mgr.a (mgr.14403) 15863 : audit 0 from='client.317493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:48.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:48 smithi079 bash[28699]: cluster 2023-12-07T23:49:47.558369+0000 mgr.a (mgr.14403) 15864 : cluster 0 pgmap v11844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:48.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:48 smithi194 bash[32038]: cluster 2023-12-07T23:49:47.558369+0000 mgr.a (mgr.14403) 15864 : cluster 0 pgmap v11844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:48 smithi135 bash[32435]: cluster 2023-12-07T23:49:47.558369+0000 mgr.a (mgr.14403) 15864 : cluster 0 pgmap v11844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:50.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:50 smithi079 bash[28699]: cluster 2023-12-07T23:49:49.559240+0000 mgr.a (mgr.14403) 15865 : cluster 0 pgmap v11845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:50.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:50 smithi194 bash[32038]: cluster 2023-12-07T23:49:49.559240+0000 mgr.a (mgr.14403) 15865 : cluster 0 pgmap v11845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:50.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:50 smithi135 bash[32435]: cluster 2023-12-07T23:49:49.559240+0000 mgr.a (mgr.14403) 15865 : cluster 0 pgmap v11845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:49:51.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:49:51.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:51.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:52.265 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:49:52.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:52.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:52.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:52.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:49:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:52 smithi079 bash[28699]: cluster 2023-12-07T23:49:51.559748+0000 mgr.a (mgr.14403) 15866 : cluster 0 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-07T23:49:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:52 smithi079 bash[28699]: audit 2023-12-07T23:49:51.779165+0000 mgr.a (mgr.14403) 15867 : audit 0 from='client.317571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:52 smithi194 bash[32038]: cluster 2023-12-07T23:49:51.559748+0000 mgr.a (mgr.14403) 15866 : cluster 0 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-07T23:49:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:52 smithi194 bash[32038]: audit 2023-12-07T23:49:51.779165+0000 mgr.a (mgr.14403) 15867 : audit 0 from='client.317571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:52 smithi135 bash[32435]: cluster 2023-12-07T23:49:51.559748+0000 mgr.a (mgr.14403) 15866 : cluster 0 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-07T23:49:52.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:52 smithi135 bash[32435]: audit 2023-12-07T23:49:51.779165+0000 mgr.a (mgr.14403) 15867 : audit 0 from='client.317571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:54.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:54 smithi079 bash[28699]: cluster 2023-12-07T23:49:53.560618+0000 mgr.a (mgr.14403) 15868 : cluster 0 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-07T23:49:54.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:54 smithi194 bash[32038]: cluster 2023-12-07T23:49:53.560618+0000 mgr.a (mgr.14403) 15868 : cluster 0 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-07T23:49:54.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:54 smithi135 bash[32435]: cluster 2023-12-07T23:49:53.560618+0000 mgr.a (mgr.14403) 15868 : cluster 0 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-07T23:49:56.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:56 smithi079 bash[28699]: cluster 2023-12-07T23:49:55.561208+0000 mgr.a (mgr.14403) 15869 : cluster 0 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-07T23:49:56.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:56 smithi194 bash[32038]: cluster 2023-12-07T23:49:55.561208+0000 mgr.a (mgr.14403) 15869 : cluster 0 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-07T23:49:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:56 smithi135 bash[32435]: cluster 2023-12-07T23:49:55.561208+0000 mgr.a (mgr.14403) 15869 : cluster 0 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-07T23:49:57.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:49:57.268 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:49:57.268 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:49:58.168 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:49:58.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:49:58.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:49:58.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:49:58.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:49:58.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:58 smithi079 bash[28699]: cluster 2023-12-07T23:49:57.561756+0000 mgr.a (mgr.14403) 15870 : cluster 0 pgmap v11849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:58.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:49:58 smithi079 bash[28699]: audit 2023-12-07T23:49:57.674196+0000 mgr.a (mgr.14403) 15871 : audit 0 from='client.317646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:58.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:58 smithi194 bash[32038]: cluster 2023-12-07T23:49:57.561756+0000 mgr.a (mgr.14403) 15870 : cluster 0 pgmap v11849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:58.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:49:58 smithi194 bash[32038]: audit 2023-12-07T23:49:57.674196+0000 mgr.a (mgr.14403) 15871 : audit 0 from='client.317646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:49:58.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:58 smithi135 bash[32435]: cluster 2023-12-07T23:49:57.561756+0000 mgr.a (mgr.14403) 15870 : cluster 0 pgmap v11849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:49:58.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:49:58 smithi135 bash[32435]: audit 2023-12-07T23:49:57.674196+0000 mgr.a (mgr.14403) 15871 : audit 0 from='client.317646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:00.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:00 smithi079 bash[28699]: cluster 2023-12-07T23:49:59.562662+0000 mgr.a (mgr.14403) 15872 : cluster 0 pgmap v11850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:00.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:00 smithi079 bash[28699]: cluster 2023-12-07T23:50:00.000155+0000 mon.a (mon.0) 2641 : cluster 1 overall HEALTH_OK 2023-12-07T23:50:00.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:00 smithi194 bash[32038]: cluster 2023-12-07T23:49:59.562662+0000 mgr.a (mgr.14403) 15872 : cluster 0 pgmap v11850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:00.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:00 smithi194 bash[32038]: cluster 2023-12-07T23:50:00.000155+0000 mon.a (mon.0) 2641 : cluster 1 overall HEALTH_OK 2023-12-07T23:50:00.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:00 smithi135 bash[32435]: cluster 2023-12-07T23:49:59.562662+0000 mgr.a (mgr.14403) 15872 : cluster 0 pgmap v11850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:00.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:00 smithi135 bash[32435]: cluster 2023-12-07T23:50:00.000155+0000 mon.a (mon.0) 2641 : cluster 1 overall HEALTH_OK 2023-12-07T23:50:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:02 smithi079 bash[28699]: cluster 2023-12-07T23:50:01.563275+0000 mgr.a (mgr.14403) 15873 : cluster 0 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-07T23:50:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:02 smithi194 bash[32038]: cluster 2023-12-07T23:50:01.563275+0000 mgr.a (mgr.14403) 15873 : cluster 0 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-07T23:50:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:02 smithi135 bash[32435]: cluster 2023-12-07T23:50:01.563275+0000 mgr.a (mgr.14403) 15873 : cluster 0 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-07T23:50:03.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:50:03.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:03.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:04.071 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:50:04.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:04.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:04.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:04.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:50:04.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:04 smithi079 bash[28699]: cluster 2023-12-07T23:50:03.563947+0000 mgr.a (mgr.14403) 15874 : cluster 0 pgmap v11852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:04.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:04 smithi079 bash[28699]: audit 2023-12-07T23:50:03.581119+0000 mgr.a (mgr.14403) 15875 : audit 0 from='client.317724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:04.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:04 smithi194 bash[32038]: cluster 2023-12-07T23:50:03.563947+0000 mgr.a (mgr.14403) 15874 : cluster 0 pgmap v11852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:04.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:04 smithi194 bash[32038]: audit 2023-12-07T23:50:03.581119+0000 mgr.a (mgr.14403) 15875 : audit 0 from='client.317724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:04 smithi135 bash[32435]: cluster 2023-12-07T23:50:03.563947+0000 mgr.a (mgr.14403) 15874 : cluster 0 pgmap v11852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:04.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:04 smithi135 bash[32435]: audit 2023-12-07T23:50:03.581119+0000 mgr.a (mgr.14403) 15875 : audit 0 from='client.317724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:06.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:06 smithi079 bash[28699]: cluster 2023-12-07T23:50:05.564588+0000 mgr.a (mgr.14403) 15876 : cluster 0 pgmap v11853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:06.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:06 smithi194 bash[32038]: cluster 2023-12-07T23:50:05.564588+0000 mgr.a (mgr.14403) 15876 : cluster 0 pgmap v11853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:06 smithi135 bash[32435]: cluster 2023-12-07T23:50:05.564588+0000 mgr.a (mgr.14403) 15876 : cluster 0 pgmap v11853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:08.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:08 smithi079 bash[28699]: cluster 2023-12-07T23:50:07.565173+0000 mgr.a (mgr.14403) 15877 : cluster 0 pgmap v11854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:08.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:08 smithi194 bash[32038]: cluster 2023-12-07T23:50:07.565173+0000 mgr.a (mgr.14403) 15877 : cluster 0 pgmap v11854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:08.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:08 smithi135 bash[32435]: cluster 2023-12-07T23:50:07.565173+0000 mgr.a (mgr.14403) 15877 : cluster 0 pgmap v11854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:09.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:50:09.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:09.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:09.998 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:50:09.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:09.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:09.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:09.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:50:10.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:10 smithi079 bash[28699]: audit 2023-12-07T23:50:09.486122+0000 mgr.a (mgr.14403) 15878 : audit 0 from='client.317799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:10.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:10 smithi079 bash[28699]: cluster 2023-12-07T23:50:09.565889+0000 mgr.a (mgr.14403) 15879 : cluster 0 pgmap v11855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:10.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:10 smithi194 bash[32038]: audit 2023-12-07T23:50:09.486122+0000 mgr.a (mgr.14403) 15878 : audit 0 from='client.317799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:10.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:10 smithi194 bash[32038]: cluster 2023-12-07T23:50:09.565889+0000 mgr.a (mgr.14403) 15879 : cluster 0 pgmap v11855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:10 smithi135 bash[32435]: audit 2023-12-07T23:50:09.486122+0000 mgr.a (mgr.14403) 15878 : audit 0 from='client.317799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:10.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:10 smithi135 bash[32435]: cluster 2023-12-07T23:50:09.565889+0000 mgr.a (mgr.14403) 15879 : cluster 0 pgmap v11855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:12 smithi079 bash[28699]: cluster 2023-12-07T23:50:11.566537+0000 mgr.a (mgr.14403) 15880 : cluster 0 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-07T23:50:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:12 smithi194 bash[32038]: cluster 2023-12-07T23:50:11.566537+0000 mgr.a (mgr.14403) 15880 : cluster 0 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-07T23:50:12.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:12 smithi135 bash[32435]: cluster 2023-12-07T23:50:11.566537+0000 mgr.a (mgr.14403) 15880 : cluster 0 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-07T23:50:14.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:14 smithi079 bash[28699]: cluster 2023-12-07T23:50:13.567408+0000 mgr.a (mgr.14403) 15881 : cluster 0 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-07T23:50:14.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:14 smithi194 bash[32038]: cluster 2023-12-07T23:50:13.567408+0000 mgr.a (mgr.14403) 15881 : cluster 0 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-07T23:50:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:14 smithi135 bash[32435]: cluster 2023-12-07T23:50:13.567408+0000 mgr.a (mgr.14403) 15881 : cluster 0 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-07T23:50:15.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:50:15.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:15.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:15.933 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:50:15.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:15.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:15.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:15.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:50:16.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:16 smithi079 bash[28699]: audit 2023-12-07T23:50:15.404440+0000 mgr.a (mgr.14403) 15882 : audit 0 from='client.317874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:16.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:16 smithi079 bash[28699]: cluster 2023-12-07T23:50:15.568142+0000 mgr.a (mgr.14403) 15883 : cluster 0 pgmap v11858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:16.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:16 smithi194 bash[32038]: audit 2023-12-07T23:50:15.404440+0000 mgr.a (mgr.14403) 15882 : audit 0 from='client.317874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:16.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:16 smithi194 bash[32038]: cluster 2023-12-07T23:50:15.568142+0000 mgr.a (mgr.14403) 15883 : cluster 0 pgmap v11858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:16 smithi135 bash[32435]: audit 2023-12-07T23:50:15.404440+0000 mgr.a (mgr.14403) 15882 : audit 0 from='client.317874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:16.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:16 smithi135 bash[32435]: cluster 2023-12-07T23:50:15.568142+0000 mgr.a (mgr.14403) 15883 : cluster 0 pgmap v11858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:18.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:18 smithi079 bash[28699]: cluster 2023-12-07T23:50:17.568830+0000 mgr.a (mgr.14403) 15884 : cluster 0 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-07T23:50:18.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:18 smithi194 bash[32038]: cluster 2023-12-07T23:50:17.568830+0000 mgr.a (mgr.14403) 15884 : cluster 0 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-07T23:50:18.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:18 smithi135 bash[32435]: cluster 2023-12-07T23:50:17.568830+0000 mgr.a (mgr.14403) 15884 : cluster 0 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-07T23:50:20.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:20 smithi079 bash[28699]: cluster 2023-12-07T23:50:19.569672+0000 mgr.a (mgr.14403) 15885 : cluster 0 pgmap v11860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:20.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:50:20.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:20.937 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:20.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:20 smithi194 bash[32038]: cluster 2023-12-07T23:50:19.569672+0000 mgr.a (mgr.14403) 15885 : cluster 0 pgmap v11860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:20 smithi135 bash[32435]: cluster 2023-12-07T23:50:19.569672+0000 mgr.a (mgr.14403) 15885 : cluster 0 pgmap v11860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:21.848 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:50:21.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:21.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:21.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:21.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:50:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:22 smithi079 bash[28699]: audit 2023-12-07T23:50:21.330078+0000 mgr.a (mgr.14403) 15886 : audit 0 from='client.317943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:22.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:22 smithi079 bash[28699]: cluster 2023-12-07T23:50:21.570281+0000 mgr.a (mgr.14403) 15887 : cluster 0 pgmap v11861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:22.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:22 smithi194 bash[32038]: audit 2023-12-07T23:50:21.330078+0000 mgr.a (mgr.14403) 15886 : audit 0 from='client.317943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:22.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:22 smithi194 bash[32038]: cluster 2023-12-07T23:50:21.570281+0000 mgr.a (mgr.14403) 15887 : cluster 0 pgmap v11861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:22 smithi135 bash[32435]: audit 2023-12-07T23:50:21.330078+0000 mgr.a (mgr.14403) 15886 : audit 0 from='client.317943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:22.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:22 smithi135 bash[32435]: cluster 2023-12-07T23:50:21.570281+0000 mgr.a (mgr.14403) 15887 : cluster 0 pgmap v11861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:24.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:24 smithi079 bash[28699]: cluster 2023-12-07T23:50:23.571253+0000 mgr.a (mgr.14403) 15888 : cluster 0 pgmap v11862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:24.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:24 smithi194 bash[32038]: cluster 2023-12-07T23:50:23.571253+0000 mgr.a (mgr.14403) 15888 : cluster 0 pgmap v11862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:24.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:24 smithi135 bash[32435]: cluster 2023-12-07T23:50:23.571253+0000 mgr.a (mgr.14403) 15888 : cluster 0 pgmap v11862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:26.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:50:26.852 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:26.852 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:26.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:26 smithi079 bash[28699]: cluster 2023-12-07T23:50:25.571827+0000 mgr.a (mgr.14403) 15889 : cluster 0 pgmap v11863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:26.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:26 smithi194 bash[32038]: cluster 2023-12-07T23:50:25.571827+0000 mgr.a (mgr.14403) 15889 : cluster 0 pgmap v11863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:26 smithi135 bash[32435]: cluster 2023-12-07T23:50:25.571827+0000 mgr.a (mgr.14403) 15889 : cluster 0 pgmap v11863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:27.774 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:50:27.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:27.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:27.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:27.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:50:27.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:27 smithi079 bash[28699]: audit 2023-12-07T23:50:27.423764+0000 mon.a (mon.0) 2642 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:50:27.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:27 smithi194 bash[32038]: audit 2023-12-07T23:50:27.423764+0000 mon.a (mon.0) 2642 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:50:27.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:27 smithi135 bash[32435]: audit 2023-12-07T23:50:27.423764+0000 mon.a (mon.0) 2642 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:50:28.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:28 smithi079 bash[28699]: audit 2023-12-07T23:50:27.257367+0000 mgr.a (mgr.14403) 15890 : audit 0 from='client.318021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:28.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:28 smithi079 bash[28699]: cluster 2023-12-07T23:50:27.572329+0000 mgr.a (mgr.14403) 15891 : cluster 0 pgmap v11864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:28.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:28 smithi079 bash[28699]: audit 2023-12-07T23:50:28.205836+0000 mon.a (mon.0) 2643 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:50:28.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:28 smithi079 bash[28699]: audit 2023-12-07T23:50:28.207920+0000 mon.a (mon.0) 2644 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:50:28.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:28 smithi079 bash[28699]: audit 2023-12-07T23:50:28.217044+0000 mon.a (mon.0) 2645 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:50:28.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:28 smithi194 bash[32038]: audit 2023-12-07T23:50:27.257367+0000 mgr.a (mgr.14403) 15890 : audit 0 from='client.318021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:28.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:28 smithi194 bash[32038]: cluster 2023-12-07T23:50:27.572329+0000 mgr.a (mgr.14403) 15891 : cluster 0 pgmap v11864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:28.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:28 smithi194 bash[32038]: audit 2023-12-07T23:50:28.205836+0000 mon.a (mon.0) 2643 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:50:28.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:28 smithi194 bash[32038]: audit 2023-12-07T23:50:28.207920+0000 mon.a (mon.0) 2644 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:50:28.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:28 smithi194 bash[32038]: audit 2023-12-07T23:50:28.217044+0000 mon.a (mon.0) 2645 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:50:28.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:28 smithi135 bash[32435]: audit 2023-12-07T23:50:27.257367+0000 mgr.a (mgr.14403) 15890 : audit 0 from='client.318021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:28.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:28 smithi135 bash[32435]: cluster 2023-12-07T23:50:27.572329+0000 mgr.a (mgr.14403) 15891 : cluster 0 pgmap v11864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:28.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:28 smithi135 bash[32435]: audit 2023-12-07T23:50:28.205836+0000 mon.a (mon.0) 2643 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:50:28.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:28 smithi135 bash[32435]: audit 2023-12-07T23:50:28.207920+0000 mon.a (mon.0) 2644 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:50:28.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:28 smithi135 bash[32435]: audit 2023-12-07T23:50:28.217044+0000 mon.a (mon.0) 2645 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:50:30.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:30 smithi194 bash[32038]: cluster 2023-12-07T23:50:29.573214+0000 mgr.a (mgr.14403) 15892 : cluster 0 pgmap v11865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:30 smithi135 bash[32435]: cluster 2023-12-07T23:50:29.573214+0000 mgr.a (mgr.14403) 15892 : cluster 0 pgmap v11865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:31.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:30 smithi079 bash[28699]: cluster 2023-12-07T23:50:29.573214+0000 mgr.a (mgr.14403) 15892 : cluster 0 pgmap v11865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:32.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:32 smithi079 bash[28699]: cluster 2023-12-07T23:50:31.573779+0000 mgr.a (mgr.14403) 15893 : cluster 0 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-07T23:50:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:32 smithi194 bash[32038]: cluster 2023-12-07T23:50:31.573779+0000 mgr.a (mgr.14403) 15893 : cluster 0 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-07T23:50:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:32 smithi135 bash[32435]: cluster 2023-12-07T23:50:31.573779+0000 mgr.a (mgr.14403) 15893 : cluster 0 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-07T23:50:32.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:50:32.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:32.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:33.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:33 smithi079 bash[28699]: audit 2023-12-07T23:50:33.169878+0000 mgr.a (mgr.14403) 15894 : audit 0 from='client.318093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:33.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:33.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:33.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:33.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:50:33.649 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:50:33.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:33 smithi194 bash[32038]: audit 2023-12-07T23:50:33.169878+0000 mgr.a (mgr.14403) 15894 : audit 0 from='client.318093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:33.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:33 smithi135 bash[32435]: audit 2023-12-07T23:50:33.169878+0000 mgr.a (mgr.14403) 15894 : audit 0 from='client.318093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:34.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:34 smithi079 bash[28699]: cluster 2023-12-07T23:50:33.574824+0000 mgr.a (mgr.14403) 15895 : cluster 0 pgmap v11867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:50:34.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:34 smithi194 bash[32038]: cluster 2023-12-07T23:50:33.574824+0000 mgr.a (mgr.14403) 15895 : cluster 0 pgmap v11867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:50:34.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:34 smithi135 bash[32435]: cluster 2023-12-07T23:50:33.574824+0000 mgr.a (mgr.14403) 15895 : cluster 0 pgmap v11867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:50:36.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:36 smithi079 bash[28699]: cluster 2023-12-07T23:50:35.575449+0000 mgr.a (mgr.14403) 15896 : cluster 0 pgmap v11868: 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-07T23:50:36.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:36 smithi194 bash[32038]: cluster 2023-12-07T23:50:35.575449+0000 mgr.a (mgr.14403) 15896 : cluster 0 pgmap v11868: 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-07T23:50:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:36 smithi135 bash[32435]: cluster 2023-12-07T23:50:35.575449+0000 mgr.a (mgr.14403) 15896 : cluster 0 pgmap v11868: 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-07T23:50:38.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:50:38.653 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:38.653 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:38.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:38 smithi079 bash[28699]: cluster 2023-12-07T23:50:37.576037+0000 mgr.a (mgr.14403) 15897 : cluster 0 pgmap v11869: 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-07T23:50:38.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:38 smithi194 bash[32038]: cluster 2023-12-07T23:50:37.576037+0000 mgr.a (mgr.14403) 15897 : cluster 0 pgmap v11869: 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-07T23:50:38.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:38 smithi135 bash[32435]: cluster 2023-12-07T23:50:37.576037+0000 mgr.a (mgr.14403) 15897 : cluster 0 pgmap v11869: 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-07T23:50:39.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:39.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:39.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:39.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:50:39.564 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:50:39.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:39 smithi194 bash[32038]: audit 2023-12-07T23:50:39.051050+0000 mgr.a (mgr.14403) 15898 : audit 0 from='client.318171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:39.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:39 smithi135 bash[32435]: audit 2023-12-07T23:50:39.051050+0000 mgr.a (mgr.14403) 15898 : audit 0 from='client.318171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:40.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:39 smithi079 bash[28699]: audit 2023-12-07T23:50:39.051050+0000 mgr.a (mgr.14403) 15898 : audit 0 from='client.318171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:40.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:40 smithi194 bash[32038]: cluster 2023-12-07T23:50:39.577070+0000 mgr.a (mgr.14403) 15899 : cluster 0 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-07T23:50:40.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:40 smithi135 bash[32435]: cluster 2023-12-07T23:50:39.577070+0000 mgr.a (mgr.14403) 15899 : cluster 0 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-07T23:50:41.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:40 smithi079 bash[28699]: cluster 2023-12-07T23:50:39.577070+0000 mgr.a (mgr.14403) 15899 : cluster 0 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-07T23:50:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:42 smithi079 bash[28699]: cluster 2023-12-07T23:50:41.577669+0000 mgr.a (mgr.14403) 15900 : cluster 0 pgmap v11871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:42 smithi194 bash[32038]: cluster 2023-12-07T23:50:41.577669+0000 mgr.a (mgr.14403) 15900 : cluster 0 pgmap v11871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:42 smithi135 bash[32435]: cluster 2023-12-07T23:50:41.577669+0000 mgr.a (mgr.14403) 15900 : cluster 0 pgmap v11871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:50:44.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:50:44.566 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:44.566 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:44.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:44 smithi079 bash[28699]: cluster 2023-12-07T23:50:43.578422+0000 mgr.a (mgr.14403) 15901 : cluster 0 pgmap v11872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:44 smithi194 bash[32038]: cluster 2023-12-07T23:50:43.578422+0000 mgr.a (mgr.14403) 15901 : cluster 0 pgmap v11872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:44.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:44 smithi135 bash[32435]: cluster 2023-12-07T23:50:43.578422+0000 mgr.a (mgr.14403) 15901 : cluster 0 pgmap v11872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:45.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:45.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:45.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:45.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:50:45.443 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:50:45.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:45 smithi079 bash[28699]: audit 2023-12-07T23:50:44.965232+0000 mgr.a (mgr.14403) 15902 : audit 0 from='client.318243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:45.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:45 smithi194 bash[32038]: audit 2023-12-07T23:50:44.965232+0000 mgr.a (mgr.14403) 15902 : audit 0 from='client.318243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:45.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:45 smithi135 bash[32435]: audit 2023-12-07T23:50:44.965232+0000 mgr.a (mgr.14403) 15902 : audit 0 from='client.318243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:46.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:46 smithi194 bash[32038]: cluster 2023-12-07T23:50:45.579177+0000 mgr.a (mgr.14403) 15903 : cluster 0 pgmap v11873: 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-07T23:50:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:46 smithi135 bash[32435]: cluster 2023-12-07T23:50:45.579177+0000 mgr.a (mgr.14403) 15903 : cluster 0 pgmap v11873: 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-07T23:50:47.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:46 smithi079 bash[28699]: cluster 2023-12-07T23:50:45.579177+0000 mgr.a (mgr.14403) 15903 : cluster 0 pgmap v11873: 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-07T23:50:48.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:48 smithi194 bash[32038]: cluster 2023-12-07T23:50:47.579707+0000 mgr.a (mgr.14403) 15904 : cluster 0 pgmap v11874: 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-07T23:50:48.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:48 smithi135 bash[32435]: cluster 2023-12-07T23:50:47.579707+0000 mgr.a (mgr.14403) 15904 : cluster 0 pgmap v11874: 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-07T23:50:49.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:48 smithi079 bash[28699]: cluster 2023-12-07T23:50:47.579707+0000 mgr.a (mgr.14403) 15904 : cluster 0 pgmap v11874: 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-07T23:50:50.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:50:50.446 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:50.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:50.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:50 smithi194 bash[32038]: cluster 2023-12-07T23:50:49.580512+0000 mgr.a (mgr.14403) 15905 : cluster 0 pgmap v11875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:50:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:50 smithi135 bash[32435]: cluster 2023-12-07T23:50:49.580512+0000 mgr.a (mgr.14403) 15905 : cluster 0 pgmap v11875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:50:51.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:50 smithi079 bash[28699]: cluster 2023-12-07T23:50:49.580512+0000 mgr.a (mgr.14403) 15905 : cluster 0 pgmap v11875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:50:51.362 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:50:51.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:51.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:51.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:51.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:50:51.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:51 smithi194 bash[32038]: audit 2023-12-07T23:50:50.852427+0000 mgr.a (mgr.14403) 15906 : audit 0 from='client.318321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:51.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:51 smithi135 bash[32435]: audit 2023-12-07T23:50:50.852427+0000 mgr.a (mgr.14403) 15906 : audit 0 from='client.318321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:52.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:51 smithi079 bash[28699]: audit 2023-12-07T23:50:50.852427+0000 mgr.a (mgr.14403) 15906 : audit 0 from='client.318321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:52.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:52 smithi194 bash[32038]: cluster 2023-12-07T23:50:51.581199+0000 mgr.a (mgr.14403) 15907 : cluster 0 pgmap v11876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:52 smithi135 bash[32435]: cluster 2023-12-07T23:50:51.581199+0000 mgr.a (mgr.14403) 15907 : cluster 0 pgmap v11876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:53.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:52 smithi079 bash[28699]: cluster 2023-12-07T23:50:51.581199+0000 mgr.a (mgr.14403) 15907 : cluster 0 pgmap v11876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:54.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:54 smithi194 bash[32038]: cluster 2023-12-07T23:50:53.581978+0000 mgr.a (mgr.14403) 15908 : cluster 0 pgmap v11877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:54 smithi135 bash[32435]: cluster 2023-12-07T23:50:53.581978+0000 mgr.a (mgr.14403) 15908 : cluster 0 pgmap v11877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:55.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:54 smithi079 bash[28699]: cluster 2023-12-07T23:50:53.581978+0000 mgr.a (mgr.14403) 15908 : cluster 0 pgmap v11877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:50:56.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:50:56.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:50:56.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:50:56.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:56 smithi194 bash[32038]: cluster 2023-12-07T23:50:55.582535+0000 mgr.a (mgr.14403) 15909 : cluster 0 pgmap v11878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:56.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:56 smithi135 bash[32435]: cluster 2023-12-07T23:50:55.582535+0000 mgr.a (mgr.14403) 15909 : cluster 0 pgmap v11878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:57.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:56 smithi079 bash[28699]: cluster 2023-12-07T23:50:55.582535+0000 mgr.a (mgr.14403) 15909 : cluster 0 pgmap v11878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:57.278 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:50:57.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:50:57.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:50:57.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:50:57.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:50:57.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:57 smithi194 bash[32038]: audit 2023-12-07T23:50:56.764189+0000 mgr.a (mgr.14403) 15910 : audit 0 from='client.318396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:57.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:57 smithi135 bash[32435]: audit 2023-12-07T23:50:56.764189+0000 mgr.a (mgr.14403) 15910 : audit 0 from='client.318396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:58.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:57 smithi079 bash[28699]: audit 2023-12-07T23:50:56.764189+0000 mgr.a (mgr.14403) 15910 : audit 0 from='client.318396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:50:58.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:50:58 smithi194 bash[32038]: cluster 2023-12-07T23:50:57.583315+0000 mgr.a (mgr.14403) 15911 : cluster 0 pgmap v11879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:58.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:50:58 smithi135 bash[32435]: cluster 2023-12-07T23:50:57.583315+0000 mgr.a (mgr.14403) 15911 : cluster 0 pgmap v11879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:50:59.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:50:58 smithi079 bash[28699]: cluster 2023-12-07T23:50:57.583315+0000 mgr.a (mgr.14403) 15911 : cluster 0 pgmap v11879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:00.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:00 smithi194 bash[32038]: cluster 2023-12-07T23:50:59.584106+0000 mgr.a (mgr.14403) 15912 : cluster 0 pgmap v11880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:00.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:00 smithi135 bash[32435]: cluster 2023-12-07T23:50:59.584106+0000 mgr.a (mgr.14403) 15912 : cluster 0 pgmap v11880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:01.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:00 smithi079 bash[28699]: cluster 2023-12-07T23:50:59.584106+0000 mgr.a (mgr.14403) 15912 : cluster 0 pgmap v11880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:02.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:51:02.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:02.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:02.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:02 smithi079 bash[28699]: cluster 2023-12-07T23:51:01.584648+0000 mgr.a (mgr.14403) 15913 : cluster 0 pgmap v11881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:02 smithi194 bash[32038]: cluster 2023-12-07T23:51:01.584648+0000 mgr.a (mgr.14403) 15913 : cluster 0 pgmap v11881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:02 smithi135 bash[32435]: cluster 2023-12-07T23:51:01.584648+0000 mgr.a (mgr.14403) 15913 : cluster 0 pgmap v11881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:03.220 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:51:03.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:03.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:03.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:03.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:51:03.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:03 smithi079 bash[28699]: audit 2023-12-07T23:51:02.685701+0000 mgr.a (mgr.14403) 15914 : audit 0 from='client.318474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:03.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:03 smithi194 bash[32038]: audit 2023-12-07T23:51:02.685701+0000 mgr.a (mgr.14403) 15914 : audit 0 from='client.318474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:03.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:03 smithi135 bash[32435]: audit 2023-12-07T23:51:02.685701+0000 mgr.a (mgr.14403) 15914 : audit 0 from='client.318474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:04.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:04 smithi194 bash[32038]: cluster 2023-12-07T23:51:03.585522+0000 mgr.a (mgr.14403) 15915 : cluster 0 pgmap v11882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:04.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:04 smithi135 bash[32435]: cluster 2023-12-07T23:51:03.585522+0000 mgr.a (mgr.14403) 15915 : cluster 0 pgmap v11882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:04.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:04 smithi079 bash[28699]: cluster 2023-12-07T23:51:03.585522+0000 mgr.a (mgr.14403) 15915 : cluster 0 pgmap v11882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:06.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:06 smithi079 bash[28699]: cluster 2023-12-07T23:51:05.586193+0000 mgr.a (mgr.14403) 15916 : cluster 0 pgmap v11883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:06.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:06 smithi194 bash[32038]: cluster 2023-12-07T23:51:05.586193+0000 mgr.a (mgr.14403) 15916 : cluster 0 pgmap v11883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:06.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:06 smithi135 bash[32435]: cluster 2023-12-07T23:51:05.586193+0000 mgr.a (mgr.14403) 15916 : cluster 0 pgmap v11883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:08.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:51:08.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:08.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:08.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:08 smithi194 bash[32038]: cluster 2023-12-07T23:51:07.586949+0000 mgr.a (mgr.14403) 15917 : cluster 0 pgmap v11884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:08 smithi135 bash[32435]: cluster 2023-12-07T23:51:07.586949+0000 mgr.a (mgr.14403) 15917 : cluster 0 pgmap v11884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:09.133 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:51:09.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:09.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:09.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:09.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:51:09.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:08 smithi079 bash[28699]: cluster 2023-12-07T23:51:07.586949+0000 mgr.a (mgr.14403) 15917 : cluster 0 pgmap v11884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:09.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:09 smithi194 bash[32038]: audit 2023-12-07T23:51:08.632608+0000 mgr.a (mgr.14403) 15918 : audit 0 from='client.318546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:09.997 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:09 smithi135 bash[32435]: audit 2023-12-07T23:51:08.632608+0000 mgr.a (mgr.14403) 15918 : audit 0 from='client.318546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:10.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:09 smithi079 bash[28699]: audit 2023-12-07T23:51:08.632608+0000 mgr.a (mgr.14403) 15918 : audit 0 from='client.318546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:10.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:10 smithi194 bash[32038]: cluster 2023-12-07T23:51:09.588050+0000 mgr.a (mgr.14403) 15919 : cluster 0 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-07T23:51:10.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:10 smithi135 bash[32435]: cluster 2023-12-07T23:51:09.588050+0000 mgr.a (mgr.14403) 15919 : cluster 0 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-07T23:51:11.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:10 smithi079 bash[28699]: cluster 2023-12-07T23:51:09.588050+0000 mgr.a (mgr.14403) 15919 : cluster 0 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-07T23:51:12.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:12 smithi079 bash[28699]: cluster 2023-12-07T23:51:11.588806+0000 mgr.a (mgr.14403) 15920 : cluster 0 pgmap v11886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:12 smithi194 bash[32038]: cluster 2023-12-07T23:51:11.588806+0000 mgr.a (mgr.14403) 15920 : cluster 0 pgmap v11886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:12.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:12 smithi135 bash[32435]: cluster 2023-12-07T23:51:11.588806+0000 mgr.a (mgr.14403) 15920 : cluster 0 pgmap v11886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:14.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:51:14.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:14.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:14.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:14 smithi194 bash[32038]: cluster 2023-12-07T23:51:13.589585+0000 mgr.a (mgr.14403) 15921 : cluster 0 pgmap v11887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:14.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:14 smithi135 bash[32435]: cluster 2023-12-07T23:51:13.589585+0000 mgr.a (mgr.14403) 15921 : cluster 0 pgmap v11887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:15.072 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:51:15.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:15.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:15.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:15.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:51:15.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:14 smithi079 bash[28699]: cluster 2023-12-07T23:51:13.589585+0000 mgr.a (mgr.14403) 15921 : cluster 0 pgmap v11887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:15.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:15 smithi194 bash[32038]: audit 2023-12-07T23:51:14.535440+0000 mgr.a (mgr.14403) 15922 : audit 0 from='client.318621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:15.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:15 smithi135 bash[32435]: audit 2023-12-07T23:51:14.535440+0000 mgr.a (mgr.14403) 15922 : audit 0 from='client.318621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:16.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:15 smithi079 bash[28699]: audit 2023-12-07T23:51:14.535440+0000 mgr.a (mgr.14403) 15922 : audit 0 from='client.318621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:16.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:16 smithi194 bash[32038]: cluster 2023-12-07T23:51:15.590282+0000 mgr.a (mgr.14403) 15923 : cluster 0 pgmap v11888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:16 smithi135 bash[32435]: cluster 2023-12-07T23:51:15.590282+0000 mgr.a (mgr.14403) 15923 : cluster 0 pgmap v11888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:17.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:16 smithi079 bash[28699]: cluster 2023-12-07T23:51:15.590282+0000 mgr.a (mgr.14403) 15923 : cluster 0 pgmap v11888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:18.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:18 smithi194 bash[32038]: cluster 2023-12-07T23:51:17.590810+0000 mgr.a (mgr.14403) 15924 : cluster 0 pgmap v11889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:18.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:18 smithi135 bash[32435]: cluster 2023-12-07T23:51:17.590810+0000 mgr.a (mgr.14403) 15924 : cluster 0 pgmap v11889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:19.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:18 smithi079 bash[28699]: cluster 2023-12-07T23:51:17.590810+0000 mgr.a (mgr.14403) 15924 : cluster 0 pgmap v11889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:20.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:51:20.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:20.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:20.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:20 smithi194 bash[32038]: cluster 2023-12-07T23:51:19.591568+0000 mgr.a (mgr.14403) 15925 : cluster 0 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-07T23:51:20.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:20 smithi135 bash[32435]: cluster 2023-12-07T23:51:19.591568+0000 mgr.a (mgr.14403) 15925 : cluster 0 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-07T23:51:20.974 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:51:20.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:20.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:20.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:20.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:51:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:20 smithi079 bash[28699]: cluster 2023-12-07T23:51:19.591568+0000 mgr.a (mgr.14403) 15925 : cluster 0 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-07T23:51:21.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:21 smithi194 bash[32038]: audit 2023-12-07T23:51:20.463636+0000 mgr.a (mgr.14403) 15926 : audit 0 from='client.318696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:21.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:21 smithi135 bash[32435]: audit 2023-12-07T23:51:20.463636+0000 mgr.a (mgr.14403) 15926 : audit 0 from='client.318696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:22.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:21 smithi079 bash[28699]: audit 2023-12-07T23:51:20.463636+0000 mgr.a (mgr.14403) 15926 : audit 0 from='client.318696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:22.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:22 smithi194 bash[32038]: cluster 2023-12-07T23:51:21.592314+0000 mgr.a (mgr.14403) 15927 : cluster 0 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-07T23:51:22.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:22 smithi135 bash[32435]: cluster 2023-12-07T23:51:21.592314+0000 mgr.a (mgr.14403) 15927 : cluster 0 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-07T23:51:23.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:22 smithi079 bash[28699]: cluster 2023-12-07T23:51:21.592314+0000 mgr.a (mgr.14403) 15927 : cluster 0 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-07T23:51:24.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:24 smithi194 bash[32038]: cluster 2023-12-07T23:51:23.593089+0000 mgr.a (mgr.14403) 15928 : cluster 0 pgmap v11892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:24.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:24 smithi135 bash[32435]: cluster 2023-12-07T23:51:23.593089+0000 mgr.a (mgr.14403) 15928 : cluster 0 pgmap v11892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:25.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:24 smithi079 bash[28699]: cluster 2023-12-07T23:51:23.593089+0000 mgr.a (mgr.14403) 15928 : cluster 0 pgmap v11892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:25.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:51:25.978 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:25.978 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:26.864 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:51:26.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:26.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:26.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:26.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:51:26.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:26 smithi194 bash[32038]: cluster 2023-12-07T23:51:25.593694+0000 mgr.a (mgr.14403) 15929 : cluster 0 pgmap v11893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:26.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:26 smithi135 bash[32435]: cluster 2023-12-07T23:51:25.593694+0000 mgr.a (mgr.14403) 15929 : cluster 0 pgmap v11893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:27.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:26 smithi079 bash[28699]: cluster 2023-12-07T23:51:25.593694+0000 mgr.a (mgr.14403) 15929 : cluster 0 pgmap v11893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:27.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:27 smithi194 bash[32038]: audit 2023-12-07T23:51:26.371870+0000 mgr.a (mgr.14403) 15930 : audit 0 from='client.318768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:27.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:27 smithi135 bash[32435]: audit 2023-12-07T23:51:26.371870+0000 mgr.a (mgr.14403) 15930 : audit 0 from='client.318768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:28.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:27 smithi079 bash[28699]: audit 2023-12-07T23:51:26.371870+0000 mgr.a (mgr.14403) 15930 : audit 0 from='client.318768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:28.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:28 smithi194 bash[32038]: cluster 2023-12-07T23:51:27.594433+0000 mgr.a (mgr.14403) 15931 : cluster 0 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-07T23:51:28.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:28 smithi194 bash[32038]: audit 2023-12-07T23:51:28.319431+0000 mon.a (mon.0) 2646 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:51:28.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:28 smithi135 bash[32435]: cluster 2023-12-07T23:51:27.594433+0000 mgr.a (mgr.14403) 15931 : cluster 0 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-07T23:51:28.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:28 smithi135 bash[32435]: audit 2023-12-07T23:51:28.319431+0000 mon.a (mon.0) 2646 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:51:29.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:28 smithi079 bash[28699]: cluster 2023-12-07T23:51:27.594433+0000 mgr.a (mgr.14403) 15931 : cluster 0 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-07T23:51:29.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:28 smithi079 bash[28699]: audit 2023-12-07T23:51:28.319431+0000 mon.a (mon.0) 2646 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:51:30.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:30 smithi194 bash[32038]: cluster 2023-12-07T23:51:29.595290+0000 mgr.a (mgr.14403) 15932 : cluster 0 pgmap v11895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:30.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:30 smithi135 bash[32435]: cluster 2023-12-07T23:51:29.595290+0000 mgr.a (mgr.14403) 15932 : cluster 0 pgmap v11895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:31.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:30 smithi079 bash[28699]: cluster 2023-12-07T23:51:29.595290+0000 mgr.a (mgr.14403) 15932 : cluster 0 pgmap v11895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:31.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:51:31.868 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:31.868 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:32 smithi194 bash[32038]: cluster 2023-12-07T23:51:31.595803+0000 mgr.a (mgr.14403) 15933 : cluster 0 pgmap v11896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:32 smithi135 bash[32435]: cluster 2023-12-07T23:51:31.595803+0000 mgr.a (mgr.14403) 15933 : cluster 0 pgmap v11896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:32.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:32.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:32.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:32.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:51:32.800 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:51:32.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:32 smithi079 bash[28699]: cluster 2023-12-07T23:51:31.595803+0000 mgr.a (mgr.14403) 15933 : cluster 0 pgmap v11896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:33.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:33 smithi194 bash[32038]: audit 2023-12-07T23:51:32.268228+0000 mgr.a (mgr.14403) 15934 : audit 0 from='client.318840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:33.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:33 smithi135 bash[32435]: audit 2023-12-07T23:51:32.268228+0000 mgr.a (mgr.14403) 15934 : audit 0 from='client.318840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:33.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:33 smithi079 bash[28699]: audit 2023-12-07T23:51:32.268228+0000 mgr.a (mgr.14403) 15934 : audit 0 from='client.318840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:34.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:34 smithi194 bash[32038]: cluster 2023-12-07T23:51:33.596434+0000 mgr.a (mgr.14403) 15935 : cluster 0 pgmap v11897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:34.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:34 smithi194 bash[32038]: audit 2023-12-07T23:51:33.661299+0000 mon.a (mon.0) 2647 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:34.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:34 smithi194 bash[32038]: audit 2023-12-07T23:51:33.670764+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:34.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:34 smithi194 bash[32038]: audit 2023-12-07T23:51:33.711972+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:34.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:34 smithi194 bash[32038]: audit 2023-12-07T23:51:33.717346+0000 mon.a (mon.0) 2650 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:34.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:34 smithi194 bash[32038]: audit 2023-12-07T23:51:33.721313+0000 mon.a (mon.0) 2651 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:34.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:34 smithi194 bash[32038]: audit 2023-12-07T23:51:33.725675+0000 mon.a (mon.0) 2652 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:34.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:34 smithi194 bash[32038]: audit 2023-12-07T23:51:34.463130+0000 mon.a (mon.0) 2653 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:51:34.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:34 smithi194 bash[32038]: audit 2023-12-07T23:51:34.465052+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:51:34.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:34 smithi194 bash[32038]: audit 2023-12-07T23:51:34.474872+0000 mon.a (mon.0) 2655 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:34 smithi135 bash[32435]: cluster 2023-12-07T23:51:33.596434+0000 mgr.a (mgr.14403) 15935 : cluster 0 pgmap v11897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:34 smithi135 bash[32435]: audit 2023-12-07T23:51:33.661299+0000 mon.a (mon.0) 2647 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:34 smithi135 bash[32435]: audit 2023-12-07T23:51:33.670764+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:34 smithi135 bash[32435]: audit 2023-12-07T23:51:33.711972+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:34 smithi135 bash[32435]: audit 2023-12-07T23:51:33.717346+0000 mon.a (mon.0) 2650 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:34 smithi135 bash[32435]: audit 2023-12-07T23:51:33.721313+0000 mon.a (mon.0) 2651 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:34 smithi135 bash[32435]: audit 2023-12-07T23:51:33.725675+0000 mon.a (mon.0) 2652 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:34 smithi135 bash[32435]: audit 2023-12-07T23:51:34.463130+0000 mon.a (mon.0) 2653 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:51:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:34 smithi135 bash[32435]: audit 2023-12-07T23:51:34.465052+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:51:34.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:34 smithi135 bash[32435]: audit 2023-12-07T23:51:34.474872+0000 mon.a (mon.0) 2655 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:34 smithi079 bash[28699]: cluster 2023-12-07T23:51:33.596434+0000 mgr.a (mgr.14403) 15935 : cluster 0 pgmap v11897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:51:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:34 smithi079 bash[28699]: audit 2023-12-07T23:51:33.661299+0000 mon.a (mon.0) 2647 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:34 smithi079 bash[28699]: audit 2023-12-07T23:51:33.670764+0000 mon.a (mon.0) 2648 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:34 smithi079 bash[28699]: audit 2023-12-07T23:51:33.711972+0000 mon.a (mon.0) 2649 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:34 smithi079 bash[28699]: audit 2023-12-07T23:51:33.717346+0000 mon.a (mon.0) 2650 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:35.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:34 smithi079 bash[28699]: audit 2023-12-07T23:51:33.721313+0000 mon.a (mon.0) 2651 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:35.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:34 smithi079 bash[28699]: audit 2023-12-07T23:51:33.725675+0000 mon.a (mon.0) 2652 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:35.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:34 smithi079 bash[28699]: audit 2023-12-07T23:51:34.463130+0000 mon.a (mon.0) 2653 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:51:35.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:34 smithi079 bash[28699]: audit 2023-12-07T23:51:34.465052+0000 mon.a (mon.0) 2654 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:51:35.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:34 smithi079 bash[28699]: audit 2023-12-07T23:51:34.474872+0000 mon.a (mon.0) 2655 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:51:36.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:36 smithi194 bash[32038]: cluster 2023-12-07T23:51:35.596985+0000 mgr.a (mgr.14403) 15936 : cluster 0 pgmap v11898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:36.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:36 smithi135 bash[32435]: cluster 2023-12-07T23:51:35.596985+0000 mgr.a (mgr.14403) 15936 : cluster 0 pgmap v11898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:37.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:36 smithi079 bash[28699]: cluster 2023-12-07T23:51:35.596985+0000 mgr.a (mgr.14403) 15936 : cluster 0 pgmap v11898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:37.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:51:37.804 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:37.804 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:38.714 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:51:38.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:38.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:38.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:38.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:51:38.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:38 smithi194 bash[32038]: cluster 2023-12-07T23:51:37.597559+0000 mgr.a (mgr.14403) 15937 : cluster 0 pgmap v11899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:38.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:38 smithi194 bash[32038]: audit 2023-12-07T23:51:38.213762+0000 mgr.a (mgr.14403) 15938 : audit 0 from='client.318918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:38.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:38 smithi135 bash[32435]: cluster 2023-12-07T23:51:37.597559+0000 mgr.a (mgr.14403) 15937 : cluster 0 pgmap v11899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:38.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:38 smithi135 bash[32435]: audit 2023-12-07T23:51:38.213762+0000 mgr.a (mgr.14403) 15938 : audit 0 from='client.318918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:39.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:38 smithi079 bash[28699]: cluster 2023-12-07T23:51:37.597559+0000 mgr.a (mgr.14403) 15937 : cluster 0 pgmap v11899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:39.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:38 smithi079 bash[28699]: audit 2023-12-07T23:51:38.213762+0000 mgr.a (mgr.14403) 15938 : audit 0 from='client.318918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:40.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:40 smithi194 bash[32038]: cluster 2023-12-07T23:51:39.598586+0000 mgr.a (mgr.14403) 15939 : cluster 0 pgmap v11900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:51:40.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:40 smithi135 bash[32435]: cluster 2023-12-07T23:51:39.598586+0000 mgr.a (mgr.14403) 15939 : cluster 0 pgmap v11900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:51:41.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:40 smithi079 bash[28699]: cluster 2023-12-07T23:51:39.598586+0000 mgr.a (mgr.14403) 15939 : cluster 0 pgmap v11900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:51:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:42 smithi194 bash[32038]: cluster 2023-12-07T23:51:41.599157+0000 mgr.a (mgr.14403) 15940 : cluster 0 pgmap v11901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:51:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:42 smithi135 bash[32435]: cluster 2023-12-07T23:51:41.599157+0000 mgr.a (mgr.14403) 15940 : cluster 0 pgmap v11901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:51:42.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:42 smithi079 bash[28699]: cluster 2023-12-07T23:51:41.599157+0000 mgr.a (mgr.14403) 15940 : cluster 0 pgmap v11901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:51:43.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:51:43.717 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:43.717 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:44.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:44.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:44.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:44.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:51:44.617 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:51:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:44 smithi194 bash[32038]: cluster 2023-12-07T23:51:43.599859+0000 mgr.a (mgr.14403) 15941 : cluster 0 pgmap v11902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:44 smithi194 bash[32038]: audit 2023-12-07T23:51:44.111757+0000 mgr.a (mgr.14403) 15942 : audit 0 from='client.318993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:44.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:44 smithi135 bash[32435]: cluster 2023-12-07T23:51:43.599859+0000 mgr.a (mgr.14403) 15941 : cluster 0 pgmap v11902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:44.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:44 smithi135 bash[32435]: audit 2023-12-07T23:51:44.111757+0000 mgr.a (mgr.14403) 15942 : audit 0 from='client.318993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:45.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:44 smithi079 bash[28699]: cluster 2023-12-07T23:51:43.599859+0000 mgr.a (mgr.14403) 15941 : cluster 0 pgmap v11902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:45.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:44 smithi079 bash[28699]: audit 2023-12-07T23:51:44.111757+0000 mgr.a (mgr.14403) 15942 : audit 0 from='client.318993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:46.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:46 smithi194 bash[32038]: cluster 2023-12-07T23:51:45.600584+0000 mgr.a (mgr.14403) 15943 : cluster 0 pgmap v11903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:46.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:46 smithi135 bash[32435]: cluster 2023-12-07T23:51:45.600584+0000 mgr.a (mgr.14403) 15943 : cluster 0 pgmap v11903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:47.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:46 smithi079 bash[28699]: cluster 2023-12-07T23:51:45.600584+0000 mgr.a (mgr.14403) 15943 : cluster 0 pgmap v11903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:48.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:48 smithi194 bash[32038]: cluster 2023-12-07T23:51:47.601166+0000 mgr.a (mgr.14403) 15944 : cluster 0 pgmap v11904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:48.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:48 smithi135 bash[32435]: cluster 2023-12-07T23:51:47.601166+0000 mgr.a (mgr.14403) 15944 : cluster 0 pgmap v11904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:49.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:48 smithi079 bash[28699]: cluster 2023-12-07T23:51:47.601166+0000 mgr.a (mgr.14403) 15944 : cluster 0 pgmap v11904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:51:49.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:51:49.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:49.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:50.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:50.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:50.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:50.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:51:50.489 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:51:50.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:50 smithi194 bash[32038]: cluster 2023-12-07T23:51:49.602016+0000 mgr.a (mgr.14403) 15945 : cluster 0 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-07T23:51:50.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:50 smithi194 bash[32038]: audit 2023-12-07T23:51:50.018342+0000 mgr.a (mgr.14403) 15946 : audit 0 from='client.319068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:50.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:50 smithi135 bash[32435]: cluster 2023-12-07T23:51:49.602016+0000 mgr.a (mgr.14403) 15945 : cluster 0 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-07T23:51:50.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:50 smithi135 bash[32435]: audit 2023-12-07T23:51:50.018342+0000 mgr.a (mgr.14403) 15946 : audit 0 from='client.319068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:51.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:50 smithi079 bash[28699]: cluster 2023-12-07T23:51:49.602016+0000 mgr.a (mgr.14403) 15945 : cluster 0 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-07T23:51:51.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:50 smithi079 bash[28699]: audit 2023-12-07T23:51:50.018342+0000 mgr.a (mgr.14403) 15946 : audit 0 from='client.319068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:52 smithi194 bash[32038]: cluster 2023-12-07T23:51:51.602664+0000 mgr.a (mgr.14403) 15947 : cluster 0 pgmap v11906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:51:52.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:52 smithi135 bash[32435]: cluster 2023-12-07T23:51:51.602664+0000 mgr.a (mgr.14403) 15947 : cluster 0 pgmap v11906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:51:52.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:52 smithi079 bash[28699]: cluster 2023-12-07T23:51:51.602664+0000 mgr.a (mgr.14403) 15947 : cluster 0 pgmap v11906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:51:54.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:54 smithi194 bash[32038]: cluster 2023-12-07T23:51:53.603510+0000 mgr.a (mgr.14403) 15948 : cluster 0 pgmap v11907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:51:54.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:54 smithi135 bash[32435]: cluster 2023-12-07T23:51:53.603510+0000 mgr.a (mgr.14403) 15948 : cluster 0 pgmap v11907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:51:55.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:54 smithi079 bash[28699]: cluster 2023-12-07T23:51:53.603510+0000 mgr.a (mgr.14403) 15948 : cluster 0 pgmap v11907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:51:55.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:51:55.492 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:51:55.492 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:51:56.397 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:51:56.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:51:56.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:51:56.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:51:56.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:51:56.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:56 smithi194 bash[32038]: cluster 2023-12-07T23:51:55.603955+0000 mgr.a (mgr.14403) 15949 : cluster 0 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-07T23:51:56.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:56 smithi194 bash[32038]: audit 2023-12-07T23:51:55.891695+0000 mgr.a (mgr.14403) 15950 : audit 0 from='client.319143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:56.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:56 smithi135 bash[32435]: cluster 2023-12-07T23:51:55.603955+0000 mgr.a (mgr.14403) 15949 : cluster 0 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-07T23:51:56.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:56 smithi135 bash[32435]: audit 2023-12-07T23:51:55.891695+0000 mgr.a (mgr.14403) 15950 : audit 0 from='client.319143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:57.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:56 smithi079 bash[28699]: cluster 2023-12-07T23:51:55.603955+0000 mgr.a (mgr.14403) 15949 : cluster 0 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-07T23:51:57.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:56 smithi079 bash[28699]: audit 2023-12-07T23:51:55.891695+0000 mgr.a (mgr.14403) 15950 : audit 0 from='client.319143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:51:58.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:51:58 smithi194 bash[32038]: cluster 2023-12-07T23:51:57.604671+0000 mgr.a (mgr.14403) 15951 : cluster 0 pgmap v11909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:58.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:51:58 smithi135 bash[32435]: cluster 2023-12-07T23:51:57.604671+0000 mgr.a (mgr.14403) 15951 : cluster 0 pgmap v11909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:51:59.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:51:58 smithi079 bash[28699]: cluster 2023-12-07T23:51:57.604671+0000 mgr.a (mgr.14403) 15951 : cluster 0 pgmap v11909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:00.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:00 smithi194 bash[32038]: cluster 2023-12-07T23:51:59.605528+0000 mgr.a (mgr.14403) 15952 : cluster 0 pgmap v11910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:00.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:00 smithi135 bash[32435]: cluster 2023-12-07T23:51:59.605528+0000 mgr.a (mgr.14403) 15952 : cluster 0 pgmap v11910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:01.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:00 smithi079 bash[28699]: cluster 2023-12-07T23:51:59.605528+0000 mgr.a (mgr.14403) 15952 : cluster 0 pgmap v11910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:01.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:52:01.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:01.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:02.310 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:52:02.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:02.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:02.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:02.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:52:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:02 smithi194 bash[32038]: cluster 2023-12-07T23:52:01.606105+0000 mgr.a (mgr.14403) 15953 : cluster 0 pgmap v11911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:02 smithi194 bash[32038]: audit 2023-12-07T23:52:01.799603+0000 mgr.a (mgr.14403) 15954 : audit 0 from='client.319221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:02.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:02 smithi135 bash[32435]: cluster 2023-12-07T23:52:01.606105+0000 mgr.a (mgr.14403) 15953 : cluster 0 pgmap v11911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:02.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:02 smithi135 bash[32435]: audit 2023-12-07T23:52:01.799603+0000 mgr.a (mgr.14403) 15954 : audit 0 from='client.319221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:02.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:02 smithi079 bash[28699]: cluster 2023-12-07T23:52:01.606105+0000 mgr.a (mgr.14403) 15953 : cluster 0 pgmap v11911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:02.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:02 smithi079 bash[28699]: audit 2023-12-07T23:52:01.799603+0000 mgr.a (mgr.14403) 15954 : audit 0 from='client.319221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:04.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:04 smithi194 bash[32038]: cluster 2023-12-07T23:52:03.606940+0000 mgr.a (mgr.14403) 15955 : cluster 0 pgmap v11912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:04.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:04 smithi135 bash[32435]: cluster 2023-12-07T23:52:03.606940+0000 mgr.a (mgr.14403) 15955 : cluster 0 pgmap v11912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:05.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:04 smithi079 bash[28699]: cluster 2023-12-07T23:52:03.606940+0000 mgr.a (mgr.14403) 15955 : cluster 0 pgmap v11912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:06.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:06 smithi194 bash[32038]: cluster 2023-12-07T23:52:05.607543+0000 mgr.a (mgr.14403) 15956 : cluster 0 pgmap v11913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:06.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:06 smithi135 bash[32435]: cluster 2023-12-07T23:52:05.607543+0000 mgr.a (mgr.14403) 15956 : cluster 0 pgmap v11913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:07.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:06 smithi079 bash[28699]: cluster 2023-12-07T23:52:05.607543+0000 mgr.a (mgr.14403) 15956 : cluster 0 pgmap v11913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:07.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:52:07.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:07.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:08.238 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:52:08.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:08.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:08.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:08.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:52:08.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:08 smithi194 bash[32038]: cluster 2023-12-07T23:52:07.607950+0000 mgr.a (mgr.14403) 15957 : cluster 0 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-07T23:52:08.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:08 smithi194 bash[32038]: audit 2023-12-07T23:52:07.712283+0000 mgr.a (mgr.14403) 15958 : audit 0 from='client.319293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:08.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:08 smithi135 bash[32435]: cluster 2023-12-07T23:52:07.607950+0000 mgr.a (mgr.14403) 15957 : cluster 0 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-07T23:52:08.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:08 smithi135 bash[32435]: audit 2023-12-07T23:52:07.712283+0000 mgr.a (mgr.14403) 15958 : audit 0 from='client.319293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:09.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:08 smithi079 bash[28699]: cluster 2023-12-07T23:52:07.607950+0000 mgr.a (mgr.14403) 15957 : cluster 0 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-07T23:52:09.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:08 smithi079 bash[28699]: audit 2023-12-07T23:52:07.712283+0000 mgr.a (mgr.14403) 15958 : audit 0 from='client.319293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:10.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:10 smithi194 bash[32038]: cluster 2023-12-07T23:52:09.608822+0000 mgr.a (mgr.14403) 15959 : cluster 0 pgmap v11915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:10.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:10 smithi135 bash[32435]: cluster 2023-12-07T23:52:09.608822+0000 mgr.a (mgr.14403) 15959 : cluster 0 pgmap v11915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:11.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:10 smithi079 bash[28699]: cluster 2023-12-07T23:52:09.608822+0000 mgr.a (mgr.14403) 15959 : cluster 0 pgmap v11915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:12 smithi194 bash[32038]: cluster 2023-12-07T23:52:11.609394+0000 mgr.a (mgr.14403) 15960 : cluster 0 pgmap v11916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:12.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:12 smithi135 bash[32435]: cluster 2023-12-07T23:52:11.609394+0000 mgr.a (mgr.14403) 15960 : cluster 0 pgmap v11916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:12.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:12 smithi079 bash[28699]: cluster 2023-12-07T23:52:11.609394+0000 mgr.a (mgr.14403) 15960 : cluster 0 pgmap v11916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:13.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:52:13.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:13.243 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:14.132 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:52:14.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:14.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:14.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:14.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:52:14.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:14 smithi194 bash[32038]: cluster 2023-12-07T23:52:13.610152+0000 mgr.a (mgr.14403) 15961 : cluster 0 pgmap v11917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:14.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:14 smithi194 bash[32038]: audit 2023-12-07T23:52:13.642282+0000 mgr.a (mgr.14403) 15962 : audit 0 from='client.319365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:14.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:14 smithi135 bash[32435]: cluster 2023-12-07T23:52:13.610152+0000 mgr.a (mgr.14403) 15961 : cluster 0 pgmap v11917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:14.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:14 smithi135 bash[32435]: audit 2023-12-07T23:52:13.642282+0000 mgr.a (mgr.14403) 15962 : audit 0 from='client.319365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:15.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:14 smithi079 bash[28699]: cluster 2023-12-07T23:52:13.610152+0000 mgr.a (mgr.14403) 15961 : cluster 0 pgmap v11917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:15.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:14 smithi079 bash[28699]: audit 2023-12-07T23:52:13.642282+0000 mgr.a (mgr.14403) 15962 : audit 0 from='client.319365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:16.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:16 smithi194 bash[32038]: cluster 2023-12-07T23:52:15.610828+0000 mgr.a (mgr.14403) 15963 : cluster 0 pgmap v11918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:16.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:16 smithi135 bash[32435]: cluster 2023-12-07T23:52:15.610828+0000 mgr.a (mgr.14403) 15963 : cluster 0 pgmap v11918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:17.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:16 smithi079 bash[28699]: cluster 2023-12-07T23:52:15.610828+0000 mgr.a (mgr.14403) 15963 : cluster 0 pgmap v11918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:18.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:18 smithi194 bash[32038]: cluster 2023-12-07T23:52:17.611407+0000 mgr.a (mgr.14403) 15964 : cluster 0 pgmap v11919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:18.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:18 smithi135 bash[32435]: cluster 2023-12-07T23:52:17.611407+0000 mgr.a (mgr.14403) 15964 : cluster 0 pgmap v11919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:19.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:52:19.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:19.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:19.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:18 smithi079 bash[28699]: cluster 2023-12-07T23:52:17.611407+0000 mgr.a (mgr.14403) 15964 : cluster 0 pgmap v11919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:20.025 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:52:20.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:20.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:20.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:20.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:52:20.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:20 smithi194 bash[32038]: audit 2023-12-07T23:52:19.543763+0000 mgr.a (mgr.14403) 15965 : audit 0 from='client.319443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:20.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:20 smithi194 bash[32038]: cluster 2023-12-07T23:52:19.612806+0000 mgr.a (mgr.14403) 15966 : cluster 0 pgmap v11920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:20.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:20 smithi135 bash[32435]: audit 2023-12-07T23:52:19.543763+0000 mgr.a (mgr.14403) 15965 : audit 0 from='client.319443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:20.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:20 smithi135 bash[32435]: cluster 2023-12-07T23:52:19.612806+0000 mgr.a (mgr.14403) 15966 : cluster 0 pgmap v11920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:20 smithi079 bash[28699]: audit 2023-12-07T23:52:19.543763+0000 mgr.a (mgr.14403) 15965 : audit 0 from='client.319443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:20 smithi079 bash[28699]: cluster 2023-12-07T23:52:19.612806+0000 mgr.a (mgr.14403) 15966 : cluster 0 pgmap v11920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:22.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:22 smithi194 bash[32038]: cluster 2023-12-07T23:52:21.613462+0000 mgr.a (mgr.14403) 15967 : cluster 0 pgmap v11921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:22.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:22 smithi135 bash[32435]: cluster 2023-12-07T23:52:21.613462+0000 mgr.a (mgr.14403) 15967 : cluster 0 pgmap v11921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:22.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:22 smithi079 bash[28699]: cluster 2023-12-07T23:52:21.613462+0000 mgr.a (mgr.14403) 15967 : cluster 0 pgmap v11921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:24.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:24 smithi194 bash[32038]: cluster 2023-12-07T23:52:23.614239+0000 mgr.a (mgr.14403) 15968 : cluster 0 pgmap v11922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:24.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:24 smithi135 bash[32435]: cluster 2023-12-07T23:52:23.614239+0000 mgr.a (mgr.14403) 15968 : cluster 0 pgmap v11922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:25.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:52:25.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:25.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:25.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:24 smithi079 bash[28699]: cluster 2023-12-07T23:52:23.614239+0000 mgr.a (mgr.14403) 15968 : cluster 0 pgmap v11922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:25.942 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:52:25.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:25.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:25.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:25.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:52:26.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:26 smithi194 bash[32038]: audit 2023-12-07T23:52:25.424097+0000 mgr.a (mgr.14403) 15969 : audit 0 from='client.319521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:26.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:26 smithi194 bash[32038]: cluster 2023-12-07T23:52:25.615017+0000 mgr.a (mgr.14403) 15970 : cluster 0 pgmap v11923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:26.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:26 smithi135 bash[32435]: audit 2023-12-07T23:52:25.424097+0000 mgr.a (mgr.14403) 15969 : audit 0 from='client.319521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:26.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:26 smithi135 bash[32435]: cluster 2023-12-07T23:52:25.615017+0000 mgr.a (mgr.14403) 15970 : cluster 0 pgmap v11923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:27.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:26 smithi079 bash[28699]: audit 2023-12-07T23:52:25.424097+0000 mgr.a (mgr.14403) 15969 : audit 0 from='client.319521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:27.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:26 smithi079 bash[28699]: cluster 2023-12-07T23:52:25.615017+0000 mgr.a (mgr.14403) 15970 : cluster 0 pgmap v11923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:28.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:28 smithi194 bash[32038]: cluster 2023-12-07T23:52:27.615755+0000 mgr.a (mgr.14403) 15971 : cluster 0 pgmap v11924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:28.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:28 smithi135 bash[32435]: cluster 2023-12-07T23:52:27.615755+0000 mgr.a (mgr.14403) 15971 : cluster 0 pgmap v11924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:29.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:28 smithi079 bash[28699]: cluster 2023-12-07T23:52:27.615755+0000 mgr.a (mgr.14403) 15971 : cluster 0 pgmap v11924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:30.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:52:30.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:30.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:30.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:30 smithi194 bash[32038]: cluster 2023-12-07T23:52:29.616770+0000 mgr.a (mgr.14403) 15972 : cluster 0 pgmap v11925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:30.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:30 smithi135 bash[32435]: cluster 2023-12-07T23:52:29.616770+0000 mgr.a (mgr.14403) 15972 : cluster 0 pgmap v11925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:31.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:30 smithi079 bash[28699]: cluster 2023-12-07T23:52:29.616770+0000 mgr.a (mgr.14403) 15972 : cluster 0 pgmap v11925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:31.835 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:52:31.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:31.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:31.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:31.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:52:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:32 smithi194 bash[32038]: audit 2023-12-07T23:52:31.349219+0000 mgr.a (mgr.14403) 15973 : audit 0 from='client.319593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:32.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:32 smithi194 bash[32038]: cluster 2023-12-07T23:52:31.617322+0000 mgr.a (mgr.14403) 15974 : cluster 0 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-07T23:52:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:32 smithi135 bash[32435]: audit 2023-12-07T23:52:31.349219+0000 mgr.a (mgr.14403) 15973 : audit 0 from='client.319593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:32.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:32 smithi135 bash[32435]: cluster 2023-12-07T23:52:31.617322+0000 mgr.a (mgr.14403) 15974 : cluster 0 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-07T23:52:32.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:32 smithi079 bash[28699]: audit 2023-12-07T23:52:31.349219+0000 mgr.a (mgr.14403) 15973 : audit 0 from='client.319593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:32.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:32 smithi079 bash[28699]: cluster 2023-12-07T23:52:31.617322+0000 mgr.a (mgr.14403) 15974 : cluster 0 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-07T23:52:34.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:34 smithi194 bash[32038]: cluster 2023-12-07T23:52:33.618129+0000 mgr.a (mgr.14403) 15975 : cluster 0 pgmap v11927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:34.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:34 smithi194 bash[32038]: audit 2023-12-07T23:52:34.579061+0000 mon.a (mon.0) 2656 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:52:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:34 smithi135 bash[32435]: cluster 2023-12-07T23:52:33.618129+0000 mgr.a (mgr.14403) 15975 : cluster 0 pgmap v11927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:34.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:34 smithi135 bash[32435]: audit 2023-12-07T23:52:34.579061+0000 mon.a (mon.0) 2656 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:52:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:34 smithi079 bash[28699]: cluster 2023-12-07T23:52:33.618129+0000 mgr.a (mgr.14403) 15975 : cluster 0 pgmap v11927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:34 smithi079 bash[28699]: audit 2023-12-07T23:52:34.579061+0000 mon.a (mon.0) 2656 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:52:35.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:35 smithi194 bash[32038]: audit 2023-12-07T23:52:35.318257+0000 mon.a (mon.0) 2657 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:52:35.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:35 smithi194 bash[32038]: audit 2023-12-07T23:52:35.320120+0000 mon.a (mon.0) 2658 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:52:35.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:35 smithi194 bash[32038]: audit 2023-12-07T23:52:35.330235+0000 mon.a (mon.0) 2659 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:52:35.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:35 smithi135 bash[32435]: audit 2023-12-07T23:52:35.318257+0000 mon.a (mon.0) 2657 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:52:35.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:35 smithi135 bash[32435]: audit 2023-12-07T23:52:35.320120+0000 mon.a (mon.0) 2658 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:52:35.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:35 smithi135 bash[32435]: audit 2023-12-07T23:52:35.330235+0000 mon.a (mon.0) 2659 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:52:36.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:35 smithi079 bash[28699]: audit 2023-12-07T23:52:35.318257+0000 mon.a (mon.0) 2657 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:52:36.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:35 smithi079 bash[28699]: audit 2023-12-07T23:52:35.320120+0000 mon.a (mon.0) 2658 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:52:36.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:35 smithi079 bash[28699]: audit 2023-12-07T23:52:35.330235+0000 mon.a (mon.0) 2659 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:52:36.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:52:36.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:36.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:36.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:36 smithi194 bash[32038]: cluster 2023-12-07T23:52:35.618840+0000 mgr.a (mgr.14403) 15976 : cluster 0 pgmap v11928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:36.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:36 smithi135 bash[32435]: cluster 2023-12-07T23:52:35.618840+0000 mgr.a (mgr.14403) 15976 : cluster 0 pgmap v11928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:37.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:36 smithi079 bash[28699]: cluster 2023-12-07T23:52:35.618840+0000 mgr.a (mgr.14403) 15976 : cluster 0 pgmap v11928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:37.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:37.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:37.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:37.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:52:37.718 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:52:37.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:37 smithi194 bash[32038]: audit 2023-12-07T23:52:37.231689+0000 mgr.a (mgr.14403) 15977 : audit 0 from='client.319668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:37.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:37 smithi135 bash[32435]: audit 2023-12-07T23:52:37.231689+0000 mgr.a (mgr.14403) 15977 : audit 0 from='client.319668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:38.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:37 smithi079 bash[28699]: audit 2023-12-07T23:52:37.231689+0000 mgr.a (mgr.14403) 15977 : audit 0 from='client.319668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:38.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:38 smithi194 bash[32038]: cluster 2023-12-07T23:52:37.619628+0000 mgr.a (mgr.14403) 15978 : cluster 0 pgmap v11929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:38.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:38 smithi135 bash[32435]: cluster 2023-12-07T23:52:37.619628+0000 mgr.a (mgr.14403) 15978 : cluster 0 pgmap v11929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:39.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:38 smithi079 bash[28699]: cluster 2023-12-07T23:52:37.619628+0000 mgr.a (mgr.14403) 15978 : cluster 0 pgmap v11929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:40.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:40 smithi194 bash[32038]: cluster 2023-12-07T23:52:39.620463+0000 mgr.a (mgr.14403) 15979 : cluster 0 pgmap v11930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:40.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:40 smithi135 bash[32435]: cluster 2023-12-07T23:52:39.620463+0000 mgr.a (mgr.14403) 15979 : cluster 0 pgmap v11930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:41.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:40 smithi079 bash[28699]: cluster 2023-12-07T23:52:39.620463+0000 mgr.a (mgr.14403) 15979 : cluster 0 pgmap v11930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:52:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:42 smithi194 bash[32038]: cluster 2023-12-07T23:52:41.621032+0000 mgr.a (mgr.14403) 15980 : cluster 0 pgmap v11931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:42 smithi135 bash[32435]: cluster 2023-12-07T23:52:41.621032+0000 mgr.a (mgr.14403) 15980 : cluster 0 pgmap v11931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:42.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:52:42.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:42.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:42.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:42 smithi079 bash[28699]: cluster 2023-12-07T23:52:41.621032+0000 mgr.a (mgr.14403) 15980 : cluster 0 pgmap v11931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:43.641 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:52:43.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:43.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:43.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:43.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:52:43.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:43 smithi194 bash[32038]: audit 2023-12-07T23:52:43.119133+0000 mgr.a (mgr.14403) 15981 : audit 0 from='client.319746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:43.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:43 smithi135 bash[32435]: audit 2023-12-07T23:52:43.119133+0000 mgr.a (mgr.14403) 15981 : audit 0 from='client.319746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:43.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:43 smithi079 bash[28699]: audit 2023-12-07T23:52:43.119133+0000 mgr.a (mgr.14403) 15981 : audit 0 from='client.319746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:44.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:44 smithi194 bash[32038]: cluster 2023-12-07T23:52:43.622035+0000 mgr.a (mgr.14403) 15982 : cluster 0 pgmap v11932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:52:44.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:44 smithi135 bash[32435]: cluster 2023-12-07T23:52:43.622035+0000 mgr.a (mgr.14403) 15982 : cluster 0 pgmap v11932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:52:44.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:44 smithi079 bash[28699]: cluster 2023-12-07T23:52:43.622035+0000 mgr.a (mgr.14403) 15982 : cluster 0 pgmap v11932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:52:46.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:46 smithi194 bash[32038]: cluster 2023-12-07T23:52:45.622641+0000 mgr.a (mgr.14403) 15983 : cluster 0 pgmap v11933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:52:46.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:46 smithi135 bash[32435]: cluster 2023-12-07T23:52:45.622641+0000 mgr.a (mgr.14403) 15983 : cluster 0 pgmap v11933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:52:47.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:46 smithi079 bash[28699]: cluster 2023-12-07T23:52:45.622641+0000 mgr.a (mgr.14403) 15983 : cluster 0 pgmap v11933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:52:48.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:52:48.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:48.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:48.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:48 smithi194 bash[32038]: cluster 2023-12-07T23:52:47.623213+0000 mgr.a (mgr.14403) 15984 : cluster 0 pgmap v11934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:52:48.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:48 smithi135 bash[32435]: cluster 2023-12-07T23:52:47.623213+0000 mgr.a (mgr.14403) 15984 : cluster 0 pgmap v11934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:52:49.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:48 smithi079 bash[28699]: cluster 2023-12-07T23:52:47.623213+0000 mgr.a (mgr.14403) 15984 : cluster 0 pgmap v11934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:52:49.569 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:52:49.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:49.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:49.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:49.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:52:49.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:49 smithi194 bash[32038]: audit 2023-12-07T23:52:49.045132+0000 mgr.a (mgr.14403) 15985 : audit 0 from='client.319824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:49.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:49 smithi135 bash[32435]: audit 2023-12-07T23:52:49.045132+0000 mgr.a (mgr.14403) 15985 : audit 0 from='client.319824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:50.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:49 smithi079 bash[28699]: audit 2023-12-07T23:52:49.045132+0000 mgr.a (mgr.14403) 15985 : audit 0 from='client.319824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:50.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:50 smithi194 bash[32038]: cluster 2023-12-07T23:52:49.624230+0000 mgr.a (mgr.14403) 15986 : cluster 0 pgmap v11935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:50.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:50 smithi135 bash[32435]: cluster 2023-12-07T23:52:49.624230+0000 mgr.a (mgr.14403) 15986 : cluster 0 pgmap v11935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:51.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:50 smithi079 bash[28699]: cluster 2023-12-07T23:52:49.624230+0000 mgr.a (mgr.14403) 15986 : cluster 0 pgmap v11935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:52 smithi194 bash[32038]: cluster 2023-12-07T23:52:51.624854+0000 mgr.a (mgr.14403) 15987 : cluster 0 pgmap v11936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:52.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:52 smithi135 bash[32435]: cluster 2023-12-07T23:52:51.624854+0000 mgr.a (mgr.14403) 15987 : cluster 0 pgmap v11936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:52.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:52 smithi079 bash[28699]: cluster 2023-12-07T23:52:51.624854+0000 mgr.a (mgr.14403) 15987 : cluster 0 pgmap v11936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:52:54.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:52:54.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:52:54.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:52:54.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:54 smithi194 bash[32038]: cluster 2023-12-07T23:52:53.625582+0000 mgr.a (mgr.14403) 15988 : cluster 0 pgmap v11937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:54.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:54 smithi135 bash[32435]: cluster 2023-12-07T23:52:53.625582+0000 mgr.a (mgr.14403) 15988 : cluster 0 pgmap v11937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:55.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:54 smithi079 bash[28699]: cluster 2023-12-07T23:52:53.625582+0000 mgr.a (mgr.14403) 15988 : cluster 0 pgmap v11937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:52:55.462 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:52:55.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:52:55.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:52:55.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:52:55.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:52:55.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:55 smithi194 bash[32038]: audit 2023-12-07T23:52:54.964956+0000 mgr.a (mgr.14403) 15989 : audit 0 from='client.246784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:55.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:55 smithi135 bash[32435]: audit 2023-12-07T23:52:54.964956+0000 mgr.a (mgr.14403) 15989 : audit 0 from='client.246784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:56.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:55 smithi079 bash[28699]: audit 2023-12-07T23:52:54.964956+0000 mgr.a (mgr.14403) 15989 : audit 0 from='client.246784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:52:56.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:56 smithi194 bash[32038]: cluster 2023-12-07T23:52:55.626305+0000 mgr.a (mgr.14403) 15990 : cluster 0 pgmap v11938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:52:56.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:56 smithi135 bash[32435]: cluster 2023-12-07T23:52:55.626305+0000 mgr.a (mgr.14403) 15990 : cluster 0 pgmap v11938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:52:57.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:56 smithi079 bash[28699]: cluster 2023-12-07T23:52:55.626305+0000 mgr.a (mgr.14403) 15990 : cluster 0 pgmap v11938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:52:58.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:52:58 smithi194 bash[32038]: cluster 2023-12-07T23:52:57.626863+0000 mgr.a (mgr.14403) 15991 : cluster 0 pgmap v11939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:52:58.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:52:58 smithi135 bash[32435]: cluster 2023-12-07T23:52:57.626863+0000 mgr.a (mgr.14403) 15991 : cluster 0 pgmap v11939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:52:59.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:52:58 smithi079 bash[28699]: cluster 2023-12-07T23:52:57.626863+0000 mgr.a (mgr.14403) 15991 : cluster 0 pgmap v11939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:53:00.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:53:00.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:00.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:00.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:00 smithi194 bash[32038]: cluster 2023-12-07T23:52:59.627629+0000 mgr.a (mgr.14403) 15992 : cluster 0 pgmap v11940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:53:00.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:00 smithi135 bash[32435]: cluster 2023-12-07T23:52:59.627629+0000 mgr.a (mgr.14403) 15992 : cluster 0 pgmap v11940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:53:01.150 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:00 smithi079 bash[28699]: cluster 2023-12-07T23:52:59.627629+0000 mgr.a (mgr.14403) 15992 : cluster 0 pgmap v11940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:53:01.378 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:53:01.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:01.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:01.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:01.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:53:01.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:01 smithi135 bash[32435]: audit 2023-12-07T23:53:00.865214+0000 mgr.a (mgr.14403) 15993 : audit 0 from='client.319977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:02.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:01 smithi079 bash[28699]: audit 2023-12-07T23:53:00.865214+0000 mgr.a (mgr.14403) 15993 : audit 0 from='client.319977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:02.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:01 smithi194 bash[32038]: audit 2023-12-07T23:53:00.865214+0000 mgr.a (mgr.14403) 15993 : audit 0 from='client.319977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:02.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:02 smithi135 bash[32435]: cluster 2023-12-07T23:53:01.628312+0000 mgr.a (mgr.14403) 15994 : cluster 0 pgmap v11941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:03.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:02 smithi079 bash[28699]: cluster 2023-12-07T23:53:01.628312+0000 mgr.a (mgr.14403) 15994 : cluster 0 pgmap v11941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:03.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:02 smithi194 bash[32038]: cluster 2023-12-07T23:53:01.628312+0000 mgr.a (mgr.14403) 15994 : cluster 0 pgmap v11941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:05.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:04 smithi079 bash[28699]: cluster 2023-12-07T23:53:03.629088+0000 mgr.a (mgr.14403) 15995 : cluster 0 pgmap v11942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:05.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:04 smithi194 bash[32038]: cluster 2023-12-07T23:53:03.629088+0000 mgr.a (mgr.14403) 15995 : cluster 0 pgmap v11942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:05.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:04 smithi135 bash[32435]: cluster 2023-12-07T23:53:03.629088+0000 mgr.a (mgr.14403) 15995 : cluster 0 pgmap v11942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:06.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:53:06.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:06.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:07.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:06 smithi079 bash[28699]: cluster 2023-12-07T23:53:05.629646+0000 mgr.a (mgr.14403) 15996 : cluster 0 pgmap v11943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:07.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:06 smithi194 bash[32038]: cluster 2023-12-07T23:53:05.629646+0000 mgr.a (mgr.14403) 15996 : cluster 0 pgmap v11943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:07.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:06 smithi135 bash[32435]: cluster 2023-12-07T23:53:05.629646+0000 mgr.a (mgr.14403) 15996 : cluster 0 pgmap v11943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:07.286 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:53:07.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:07.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:07.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:07.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:53:08.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:07 smithi079 bash[28699]: audit 2023-12-07T23:53:06.789439+0000 mgr.a (mgr.14403) 15997 : audit 0 from='client.320055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:08.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:07 smithi194 bash[32038]: audit 2023-12-07T23:53:06.789439+0000 mgr.a (mgr.14403) 15997 : audit 0 from='client.320055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:08.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:07 smithi135 bash[32435]: audit 2023-12-07T23:53:06.789439+0000 mgr.a (mgr.14403) 15997 : audit 0 from='client.320055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:09.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:08 smithi079 bash[28699]: cluster 2023-12-07T23:53:07.630336+0000 mgr.a (mgr.14403) 15998 : cluster 0 pgmap v11944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:09.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:08 smithi194 bash[32038]: cluster 2023-12-07T23:53:07.630336+0000 mgr.a (mgr.14403) 15998 : cluster 0 pgmap v11944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:09.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:08 smithi135 bash[32435]: cluster 2023-12-07T23:53:07.630336+0000 mgr.a (mgr.14403) 15998 : cluster 0 pgmap v11944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:11.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:10 smithi079 bash[28699]: cluster 2023-12-07T23:53:09.631322+0000 mgr.a (mgr.14403) 15999 : cluster 0 pgmap v11945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:11.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:10 smithi194 bash[32038]: cluster 2023-12-07T23:53:09.631322+0000 mgr.a (mgr.14403) 15999 : cluster 0 pgmap v11945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:11.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:10 smithi135 bash[32435]: cluster 2023-12-07T23:53:09.631322+0000 mgr.a (mgr.14403) 15999 : cluster 0 pgmap v11945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:12.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:53:12.290 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:12.290 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:12.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:12 smithi194 bash[32038]: cluster 2023-12-07T23:53:11.631866+0000 mgr.a (mgr.14403) 16000 : cluster 0 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-07T23:53:12.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:12 smithi135 bash[32435]: cluster 2023-12-07T23:53:11.631866+0000 mgr.a (mgr.14403) 16000 : cluster 0 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-07T23:53:12.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:12 smithi079 bash[28699]: cluster 2023-12-07T23:53:11.631866+0000 mgr.a (mgr.14403) 16000 : cluster 0 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-07T23:53:13.207 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:53:13.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:13.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:13.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:13.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:53:13.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:13 smithi194 bash[32038]: audit 2023-12-07T23:53:12.688099+0000 mgr.a (mgr.14403) 16001 : audit 0 from='client.320130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:13.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:13 smithi135 bash[32435]: audit 2023-12-07T23:53:12.688099+0000 mgr.a (mgr.14403) 16001 : audit 0 from='client.320130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:13.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:13 smithi079 bash[28699]: audit 2023-12-07T23:53:12.688099+0000 mgr.a (mgr.14403) 16001 : audit 0 from='client.320130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:14.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:14 smithi194 bash[32038]: cluster 2023-12-07T23:53:13.632761+0000 mgr.a (mgr.14403) 16002 : cluster 0 pgmap v11947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:14.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:14 smithi135 bash[32435]: cluster 2023-12-07T23:53:13.632761+0000 mgr.a (mgr.14403) 16002 : cluster 0 pgmap v11947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:14.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:14 smithi079 bash[28699]: cluster 2023-12-07T23:53:13.632761+0000 mgr.a (mgr.14403) 16002 : cluster 0 pgmap v11947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:16.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:16 smithi194 bash[32038]: cluster 2023-12-07T23:53:15.633316+0000 mgr.a (mgr.14403) 16003 : cluster 0 pgmap v11948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:16.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:16 smithi135 bash[32435]: cluster 2023-12-07T23:53:15.633316+0000 mgr.a (mgr.14403) 16003 : cluster 0 pgmap v11948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:17.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:16 smithi079 bash[28699]: cluster 2023-12-07T23:53:15.633316+0000 mgr.a (mgr.14403) 16003 : cluster 0 pgmap v11948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:18.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:53:18.211 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:18.211 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:18.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:18 smithi194 bash[32038]: cluster 2023-12-07T23:53:17.633866+0000 mgr.a (mgr.14403) 16004 : cluster 0 pgmap v11949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:18.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:18 smithi135 bash[32435]: cluster 2023-12-07T23:53:17.633866+0000 mgr.a (mgr.14403) 16004 : cluster 0 pgmap v11949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:19.136 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:53:19.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:19.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:19.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:19.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:53:19.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:18 smithi079 bash[28699]: cluster 2023-12-07T23:53:17.633866+0000 mgr.a (mgr.14403) 16004 : cluster 0 pgmap v11949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:19.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:19 smithi135 bash[32435]: audit 2023-12-07T23:53:18.608806+0000 mgr.a (mgr.14403) 16005 : audit 0 from='client.320208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:20.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:19 smithi079 bash[28699]: audit 2023-12-07T23:53:18.608806+0000 mgr.a (mgr.14403) 16005 : audit 0 from='client.320208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:20.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:19 smithi194 bash[32038]: audit 2023-12-07T23:53:18.608806+0000 mgr.a (mgr.14403) 16005 : audit 0 from='client.320208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:20.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:20 smithi135 bash[32435]: cluster 2023-12-07T23:53:19.635033+0000 mgr.a (mgr.14403) 16006 : cluster 0 pgmap v11950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:20 smithi079 bash[28699]: cluster 2023-12-07T23:53:19.635033+0000 mgr.a (mgr.14403) 16006 : cluster 0 pgmap v11950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:21.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:20 smithi194 bash[32038]: cluster 2023-12-07T23:53:19.635033+0000 mgr.a (mgr.14403) 16006 : cluster 0 pgmap v11950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:22.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:22 smithi194 bash[32038]: cluster 2023-12-07T23:53:21.635571+0000 mgr.a (mgr.14403) 16007 : cluster 0 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-07T23:53:22.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:22 smithi135 bash[32435]: cluster 2023-12-07T23:53:21.635571+0000 mgr.a (mgr.14403) 16007 : cluster 0 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-07T23:53:22.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:22 smithi079 bash[28699]: cluster 2023-12-07T23:53:21.635571+0000 mgr.a (mgr.14403) 16007 : cluster 0 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-07T23:53:24.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:53:24.140 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:24.140 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:24.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:24 smithi194 bash[32038]: cluster 2023-12-07T23:53:23.636304+0000 mgr.a (mgr.14403) 16008 : cluster 0 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-07T23:53:24.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:24 smithi135 bash[32435]: cluster 2023-12-07T23:53:23.636304+0000 mgr.a (mgr.14403) 16008 : cluster 0 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-07T23:53:25.066 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:53:25.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:25.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:25.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:25.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:53:25.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:24 smithi079 bash[28699]: cluster 2023-12-07T23:53:23.636304+0000 mgr.a (mgr.14403) 16008 : cluster 0 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-07T23:53:25.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:25 smithi194 bash[32038]: audit 2023-12-07T23:53:24.538023+0000 mgr.a (mgr.14403) 16009 : audit 0 from='client.320283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:25.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:25 smithi135 bash[32435]: audit 2023-12-07T23:53:24.538023+0000 mgr.a (mgr.14403) 16009 : audit 0 from='client.320283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:26.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:25 smithi079 bash[28699]: audit 2023-12-07T23:53:24.538023+0000 mgr.a (mgr.14403) 16009 : audit 0 from='client.320283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:26.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:26 smithi135 bash[32435]: cluster 2023-12-07T23:53:25.636950+0000 mgr.a (mgr.14403) 16010 : cluster 0 pgmap v11953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:27.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:26 smithi079 bash[28699]: cluster 2023-12-07T23:53:25.636950+0000 mgr.a (mgr.14403) 16010 : cluster 0 pgmap v11953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:27.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:26 smithi194 bash[32038]: cluster 2023-12-07T23:53:25.636950+0000 mgr.a (mgr.14403) 16010 : cluster 0 pgmap v11953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:29.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:28 smithi079 bash[28699]: cluster 2023-12-07T23:53:27.637536+0000 mgr.a (mgr.14403) 16011 : cluster 0 pgmap v11954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:29.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:28 smithi194 bash[32038]: cluster 2023-12-07T23:53:27.637536+0000 mgr.a (mgr.14403) 16011 : cluster 0 pgmap v11954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:29.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:28 smithi135 bash[32435]: cluster 2023-12-07T23:53:27.637536+0000 mgr.a (mgr.14403) 16011 : cluster 0 pgmap v11954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:30.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:53:30.070 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:30.070 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:30.976 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:53:30.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:30.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:30.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:30.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:53:31.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:30 smithi079 bash[28699]: cluster 2023-12-07T23:53:29.638334+0000 mgr.a (mgr.14403) 16012 : cluster 0 pgmap v11955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:31.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:30 smithi194 bash[32038]: cluster 2023-12-07T23:53:29.638334+0000 mgr.a (mgr.14403) 16012 : cluster 0 pgmap v11955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:31.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:30 smithi135 bash[32435]: cluster 2023-12-07T23:53:29.638334+0000 mgr.a (mgr.14403) 16012 : cluster 0 pgmap v11955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:32.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:31 smithi079 bash[28699]: audit 2023-12-07T23:53:30.475430+0000 mgr.a (mgr.14403) 16013 : audit 0 from='client.320355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:32.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:31 smithi194 bash[32038]: audit 2023-12-07T23:53:30.475430+0000 mgr.a (mgr.14403) 16013 : audit 0 from='client.320355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:32.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:31 smithi135 bash[32435]: audit 2023-12-07T23:53:30.475430+0000 mgr.a (mgr.14403) 16013 : audit 0 from='client.320355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:33.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:32 smithi079 bash[28699]: cluster 2023-12-07T23:53:31.639021+0000 mgr.a (mgr.14403) 16014 : cluster 0 pgmap v11956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:33.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:32 smithi194 bash[32038]: cluster 2023-12-07T23:53:31.639021+0000 mgr.a (mgr.14403) 16014 : cluster 0 pgmap v11956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:33.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:32 smithi135 bash[32435]: cluster 2023-12-07T23:53:31.639021+0000 mgr.a (mgr.14403) 16014 : cluster 0 pgmap v11956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:34 smithi079 bash[28699]: cluster 2023-12-07T23:53:33.639830+0000 mgr.a (mgr.14403) 16015 : cluster 0 pgmap v11957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:35.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:34 smithi194 bash[32038]: cluster 2023-12-07T23:53:33.639830+0000 mgr.a (mgr.14403) 16015 : cluster 0 pgmap v11957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:35.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:34 smithi135 bash[32435]: cluster 2023-12-07T23:53:33.639830+0000 mgr.a (mgr.14403) 16015 : cluster 0 pgmap v11957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:35.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:53:35.982 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:35.982 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:36.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:35 smithi079 bash[28699]: audit 2023-12-07T23:53:35.433712+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:53:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:35 smithi194 bash[32038]: audit 2023-12-07T23:53:35.433712+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:53:36.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:35 smithi135 bash[32435]: audit 2023-12-07T23:53:35.433712+0000 mon.a (mon.0) 2660 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:53:36.894 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:53:36.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:36.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:36.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:36.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:53:37.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:36 smithi079 bash[28699]: cluster 2023-12-07T23:53:35.640369+0000 mgr.a (mgr.14403) 16016 : cluster 0 pgmap v11958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:37.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:36 smithi079 bash[28699]: audit 2023-12-07T23:53:36.224589+0000 mon.a (mon.0) 2661 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:53:37.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:36 smithi079 bash[28699]: audit 2023-12-07T23:53:36.226580+0000 mon.a (mon.0) 2662 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:53:37.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:36 smithi079 bash[28699]: audit 2023-12-07T23:53:36.238308+0000 mon.a (mon.0) 2663 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:53:37.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:36 smithi194 bash[32038]: cluster 2023-12-07T23:53:35.640369+0000 mgr.a (mgr.14403) 16016 : cluster 0 pgmap v11958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:37.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:36 smithi194 bash[32038]: audit 2023-12-07T23:53:36.224589+0000 mon.a (mon.0) 2661 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:53:37.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:36 smithi194 bash[32038]: audit 2023-12-07T23:53:36.226580+0000 mon.a (mon.0) 2662 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:53:37.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:36 smithi194 bash[32038]: audit 2023-12-07T23:53:36.238308+0000 mon.a (mon.0) 2663 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:53:37.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:36 smithi135 bash[32435]: cluster 2023-12-07T23:53:35.640369+0000 mgr.a (mgr.14403) 16016 : cluster 0 pgmap v11958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:37.214 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:36 smithi135 bash[32435]: audit 2023-12-07T23:53:36.224589+0000 mon.a (mon.0) 2661 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:53:37.215 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:36 smithi135 bash[32435]: audit 2023-12-07T23:53:36.226580+0000 mon.a (mon.0) 2662 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:53:37.215 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:36 smithi135 bash[32435]: audit 2023-12-07T23:53:36.238308+0000 mon.a (mon.0) 2663 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:53:38.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:37 smithi079 bash[28699]: audit 2023-12-07T23:53:36.389158+0000 mgr.a (mgr.14403) 16017 : audit 0 from='client.320433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:37 smithi194 bash[32038]: audit 2023-12-07T23:53:36.389158+0000 mgr.a (mgr.14403) 16017 : audit 0 from='client.320433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:38.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:37 smithi135 bash[32435]: audit 2023-12-07T23:53:36.389158+0000 mgr.a (mgr.14403) 16017 : audit 0 from='client.320433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:39.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:38 smithi079 bash[28699]: cluster 2023-12-07T23:53:37.641060+0000 mgr.a (mgr.14403) 16018 : cluster 0 pgmap v11959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:39.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:38 smithi194 bash[32038]: cluster 2023-12-07T23:53:37.641060+0000 mgr.a (mgr.14403) 16018 : cluster 0 pgmap v11959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:39.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:38 smithi135 bash[32435]: cluster 2023-12-07T23:53:37.641060+0000 mgr.a (mgr.14403) 16018 : cluster 0 pgmap v11959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:41.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:40 smithi079 bash[28699]: cluster 2023-12-07T23:53:39.641861+0000 mgr.a (mgr.14403) 16019 : cluster 0 pgmap v11960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:41.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:40 smithi194 bash[32038]: cluster 2023-12-07T23:53:39.641861+0000 mgr.a (mgr.14403) 16019 : cluster 0 pgmap v11960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:41.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:40 smithi135 bash[32435]: cluster 2023-12-07T23:53:39.641861+0000 mgr.a (mgr.14403) 16019 : cluster 0 pgmap v11960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:41.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:53:41.898 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:41.898 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:42 smithi194 bash[32038]: cluster 2023-12-07T23:53:41.642422+0000 mgr.a (mgr.14403) 16020 : cluster 0 pgmap v11961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:42.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:42 smithi135 bash[32435]: cluster 2023-12-07T23:53:41.642422+0000 mgr.a (mgr.14403) 16020 : cluster 0 pgmap v11961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:42.823 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:53:42.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:42.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:42.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:42.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:53:42.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:42 smithi079 bash[28699]: cluster 2023-12-07T23:53:41.642422+0000 mgr.a (mgr.14403) 16020 : cluster 0 pgmap v11961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:43.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:43 smithi194 bash[32038]: audit 2023-12-07T23:53:42.295684+0000 mgr.a (mgr.14403) 16021 : audit 0 from='client.320508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:43.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:43 smithi135 bash[32435]: audit 2023-12-07T23:53:42.295684+0000 mgr.a (mgr.14403) 16021 : audit 0 from='client.320508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:43.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:43 smithi079 bash[28699]: audit 2023-12-07T23:53:42.295684+0000 mgr.a (mgr.14403) 16021 : audit 0 from='client.320508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:44.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:44 smithi194 bash[32038]: cluster 2023-12-07T23:53:43.643329+0000 mgr.a (mgr.14403) 16022 : cluster 0 pgmap v11962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:44.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:44 smithi135 bash[32435]: cluster 2023-12-07T23:53:43.643329+0000 mgr.a (mgr.14403) 16022 : cluster 0 pgmap v11962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:44.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:44 smithi079 bash[28699]: cluster 2023-12-07T23:53:43.643329+0000 mgr.a (mgr.14403) 16022 : cluster 0 pgmap v11962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:53:46.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:46 smithi194 bash[32038]: cluster 2023-12-07T23:53:45.643822+0000 mgr.a (mgr.14403) 16023 : cluster 0 pgmap v11963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:46.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:46 smithi135 bash[32435]: cluster 2023-12-07T23:53:45.643822+0000 mgr.a (mgr.14403) 16023 : cluster 0 pgmap v11963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:47.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:46 smithi079 bash[28699]: cluster 2023-12-07T23:53:45.643822+0000 mgr.a (mgr.14403) 16023 : cluster 0 pgmap v11963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:47.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:53:47.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:47.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:48.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:48.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:48.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:48.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:53:48.714 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:53:48.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:48 smithi135 bash[32435]: cluster 2023-12-07T23:53:47.644383+0000 mgr.a (mgr.14403) 16024 : cluster 0 pgmap v11964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:48.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:48 smithi135 bash[32435]: audit 2023-12-07T23:53:48.218845+0000 mgr.a (mgr.14403) 16025 : audit 0 from='client.320586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:49.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:48 smithi079 bash[28699]: cluster 2023-12-07T23:53:47.644383+0000 mgr.a (mgr.14403) 16024 : cluster 0 pgmap v11964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:49.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:48 smithi079 bash[28699]: audit 2023-12-07T23:53:48.218845+0000 mgr.a (mgr.14403) 16025 : audit 0 from='client.320586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:49.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:48 smithi194 bash[32038]: cluster 2023-12-07T23:53:47.644383+0000 mgr.a (mgr.14403) 16024 : cluster 0 pgmap v11964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:49.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:48 smithi194 bash[32038]: audit 2023-12-07T23:53:48.218845+0000 mgr.a (mgr.14403) 16025 : audit 0 from='client.320586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:51.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:50 smithi079 bash[28699]: cluster 2023-12-07T23:53:49.645430+0000 mgr.a (mgr.14403) 16026 : cluster 0 pgmap v11965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:53:51.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:50 smithi194 bash[32038]: cluster 2023-12-07T23:53:49.645430+0000 mgr.a (mgr.14403) 16026 : cluster 0 pgmap v11965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:53:51.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:50 smithi135 bash[32435]: cluster 2023-12-07T23:53:49.645430+0000 mgr.a (mgr.14403) 16026 : cluster 0 pgmap v11965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:53:52.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:52 smithi194 bash[32038]: cluster 2023-12-07T23:53:51.646000+0000 mgr.a (mgr.14403) 16027 : cluster 0 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-07T23:53:52.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:52 smithi135 bash[32435]: cluster 2023-12-07T23:53:51.646000+0000 mgr.a (mgr.14403) 16027 : cluster 0 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-07T23:53:52.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:52 smithi079 bash[28699]: cluster 2023-12-07T23:53:51.646000+0000 mgr.a (mgr.14403) 16027 : cluster 0 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-07T23:53:53.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:53:53.717 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:53.717 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:53:54.593 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:53:54.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:53:54.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:53:54.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:53:54.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:53:54.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:54 smithi135 bash[32435]: cluster 2023-12-07T23:53:53.646742+0000 mgr.a (mgr.14403) 16028 : cluster 0 pgmap v11967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:54.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:54 smithi135 bash[32435]: audit 2023-12-07T23:53:54.109418+0000 mgr.a (mgr.14403) 16029 : audit 0 from='client.320661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:55.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:54 smithi079 bash[28699]: cluster 2023-12-07T23:53:53.646742+0000 mgr.a (mgr.14403) 16028 : cluster 0 pgmap v11967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:55.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:54 smithi079 bash[28699]: audit 2023-12-07T23:53:54.109418+0000 mgr.a (mgr.14403) 16029 : audit 0 from='client.320661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:55.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:54 smithi194 bash[32038]: cluster 2023-12-07T23:53:53.646742+0000 mgr.a (mgr.14403) 16028 : cluster 0 pgmap v11967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:53:55.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:54 smithi194 bash[32038]: audit 2023-12-07T23:53:54.109418+0000 mgr.a (mgr.14403) 16029 : audit 0 from='client.320661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:53:57.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:56 smithi079 bash[28699]: cluster 2023-12-07T23:53:55.647459+0000 mgr.a (mgr.14403) 16030 : cluster 0 pgmap v11968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:57.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:56 smithi194 bash[32038]: cluster 2023-12-07T23:53:55.647459+0000 mgr.a (mgr.14403) 16030 : cluster 0 pgmap v11968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:57.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:56 smithi135 bash[32435]: cluster 2023-12-07T23:53:55.647459+0000 mgr.a (mgr.14403) 16030 : cluster 0 pgmap v11968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:59.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:53:58 smithi079 bash[28699]: cluster 2023-12-07T23:53:57.648111+0000 mgr.a (mgr.14403) 16031 : cluster 0 pgmap v11969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:59.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:53:58 smithi194 bash[32038]: cluster 2023-12-07T23:53:57.648111+0000 mgr.a (mgr.14403) 16031 : cluster 0 pgmap v11969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:59.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:53:58 smithi135 bash[32435]: cluster 2023-12-07T23:53:57.648111+0000 mgr.a (mgr.14403) 16031 : cluster 0 pgmap v11969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:53:59.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:53:59.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:53:59.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:00.487 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:54:00.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:00.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:00.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:00.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:54:01.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:00 smithi079 bash[28699]: cluster 2023-12-07T23:53:59.648961+0000 mgr.a (mgr.14403) 16032 : cluster 0 pgmap v11970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:01.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:00 smithi079 bash[28699]: audit 2023-12-07T23:53:59.998642+0000 mgr.a (mgr.14403) 16033 : audit 0 from='client.320733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:01.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:00 smithi194 bash[32038]: cluster 2023-12-07T23:53:59.648961+0000 mgr.a (mgr.14403) 16032 : cluster 0 pgmap v11970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:01.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:00 smithi194 bash[32038]: audit 2023-12-07T23:53:59.998642+0000 mgr.a (mgr.14403) 16033 : audit 0 from='client.320733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:01.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:00 smithi135 bash[32435]: cluster 2023-12-07T23:53:59.648961+0000 mgr.a (mgr.14403) 16032 : cluster 0 pgmap v11970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:01.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:00 smithi135 bash[32435]: audit 2023-12-07T23:53:59.998642+0000 mgr.a (mgr.14403) 16033 : audit 0 from='client.320733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:02.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:02 smithi194 bash[32038]: cluster 2023-12-07T23:54:01.649643+0000 mgr.a (mgr.14403) 16034 : cluster 0 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-07T23:54:02.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:02 smithi135 bash[32435]: cluster 2023-12-07T23:54:01.649643+0000 mgr.a (mgr.14403) 16034 : cluster 0 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-07T23:54:02.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:02 smithi079 bash[28699]: cluster 2023-12-07T23:54:01.649643+0000 mgr.a (mgr.14403) 16034 : cluster 0 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-07T23:54:04.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:04 smithi135 bash[32435]: cluster 2023-12-07T23:54:03.650426+0000 mgr.a (mgr.14403) 16035 : cluster 0 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-07T23:54:05.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:04 smithi079 bash[28699]: cluster 2023-12-07T23:54:03.650426+0000 mgr.a (mgr.14403) 16035 : cluster 0 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-07T23:54:05.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:04 smithi194 bash[32038]: cluster 2023-12-07T23:54:03.650426+0000 mgr.a (mgr.14403) 16035 : cluster 0 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-07T23:54:05.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:54:05.491 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:05.492 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:06.405 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:54:06.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:06.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:06.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:06.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:54:07.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:06 smithi079 bash[28699]: cluster 2023-12-07T23:54:05.650928+0000 mgr.a (mgr.14403) 16036 : cluster 0 pgmap v11973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:07.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:06 smithi079 bash[28699]: audit 2023-12-07T23:54:05.892136+0000 mgr.a (mgr.14403) 16037 : audit 0 from='client.320811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:07.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:06 smithi194 bash[32038]: cluster 2023-12-07T23:54:05.650928+0000 mgr.a (mgr.14403) 16036 : cluster 0 pgmap v11973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:07.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:06 smithi194 bash[32038]: audit 2023-12-07T23:54:05.892136+0000 mgr.a (mgr.14403) 16037 : audit 0 from='client.320811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:07.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:06 smithi135 bash[32435]: cluster 2023-12-07T23:54:05.650928+0000 mgr.a (mgr.14403) 16036 : cluster 0 pgmap v11973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:07.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:06 smithi135 bash[32435]: audit 2023-12-07T23:54:05.892136+0000 mgr.a (mgr.14403) 16037 : audit 0 from='client.320811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:09.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:08 smithi079 bash[28699]: cluster 2023-12-07T23:54:07.651643+0000 mgr.a (mgr.14403) 16038 : cluster 0 pgmap v11974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:09.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:08 smithi194 bash[32038]: cluster 2023-12-07T23:54:07.651643+0000 mgr.a (mgr.14403) 16038 : cluster 0 pgmap v11974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:09.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:08 smithi135 bash[32435]: cluster 2023-12-07T23:54:07.651643+0000 mgr.a (mgr.14403) 16038 : cluster 0 pgmap v11974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:11.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:10 smithi079 bash[28699]: cluster 2023-12-07T23:54:09.652465+0000 mgr.a (mgr.14403) 16039 : cluster 0 pgmap v11975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:11.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:10 smithi194 bash[32038]: cluster 2023-12-07T23:54:09.652465+0000 mgr.a (mgr.14403) 16039 : cluster 0 pgmap v11975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:11.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:10 smithi135 bash[32435]: cluster 2023-12-07T23:54:09.652465+0000 mgr.a (mgr.14403) 16039 : cluster 0 pgmap v11975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:11.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:54:11.409 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:11.409 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:12.308 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:54:12.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:12.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:12.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:12.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:54:12.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:12 smithi135 bash[32435]: cluster 2023-12-07T23:54:11.653086+0000 mgr.a (mgr.14403) 16040 : cluster 0 pgmap v11976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:12.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:12 smithi135 bash[32435]: audit 2023-12-07T23:54:11.814738+0000 mgr.a (mgr.14403) 16041 : audit 0 from='client.320889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:12.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:12 smithi079 bash[28699]: cluster 2023-12-07T23:54:11.653086+0000 mgr.a (mgr.14403) 16040 : cluster 0 pgmap v11976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:12.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:12 smithi079 bash[28699]: audit 2023-12-07T23:54:11.814738+0000 mgr.a (mgr.14403) 16041 : audit 0 from='client.320889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:12.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:12 smithi194 bash[32038]: cluster 2023-12-07T23:54:11.653086+0000 mgr.a (mgr.14403) 16040 : cluster 0 pgmap v11976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:12.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:12 smithi194 bash[32038]: audit 2023-12-07T23:54:11.814738+0000 mgr.a (mgr.14403) 16041 : audit 0 from='client.320889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:15.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:14 smithi079 bash[28699]: cluster 2023-12-07T23:54:13.654005+0000 mgr.a (mgr.14403) 16042 : cluster 0 pgmap v11977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:15.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:14 smithi194 bash[32038]: cluster 2023-12-07T23:54:13.654005+0000 mgr.a (mgr.14403) 16042 : cluster 0 pgmap v11977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:15.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:14 smithi135 bash[32435]: cluster 2023-12-07T23:54:13.654005+0000 mgr.a (mgr.14403) 16042 : cluster 0 pgmap v11977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:17.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:16 smithi079 bash[28699]: cluster 2023-12-07T23:54:15.654771+0000 mgr.a (mgr.14403) 16043 : cluster 0 pgmap v11978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:17.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:16 smithi194 bash[32038]: cluster 2023-12-07T23:54:15.654771+0000 mgr.a (mgr.14403) 16043 : cluster 0 pgmap v11978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:17.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:16 smithi135 bash[32435]: cluster 2023-12-07T23:54:15.654771+0000 mgr.a (mgr.14403) 16043 : cluster 0 pgmap v11978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:17.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:54:17.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:17.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:18.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:18.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:18.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:18.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:54:18.222 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:54:19.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:18 smithi079 bash[28699]: cluster 2023-12-07T23:54:17.655359+0000 mgr.a (mgr.14403) 16044 : cluster 0 pgmap v11979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:19.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:18 smithi079 bash[28699]: audit 2023-12-07T23:54:17.717962+0000 mgr.a (mgr.14403) 16045 : audit 0 from='client.320967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:19.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:18 smithi194 bash[32038]: cluster 2023-12-07T23:54:17.655359+0000 mgr.a (mgr.14403) 16044 : cluster 0 pgmap v11979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:19.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:18 smithi194 bash[32038]: audit 2023-12-07T23:54:17.717962+0000 mgr.a (mgr.14403) 16045 : audit 0 from='client.320967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:19.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:18 smithi135 bash[32435]: cluster 2023-12-07T23:54:17.655359+0000 mgr.a (mgr.14403) 16044 : cluster 0 pgmap v11979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:19.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:18 smithi135 bash[32435]: audit 2023-12-07T23:54:17.717962+0000 mgr.a (mgr.14403) 16045 : audit 0 from='client.320967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:20 smithi079 bash[28699]: cluster 2023-12-07T23:54:19.656457+0000 mgr.a (mgr.14403) 16046 : cluster 0 pgmap v11980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:21.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:20 smithi194 bash[32038]: cluster 2023-12-07T23:54:19.656457+0000 mgr.a (mgr.14403) 16046 : cluster 0 pgmap v11980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:20 smithi135 bash[32435]: cluster 2023-12-07T23:54:19.656457+0000 mgr.a (mgr.14403) 16046 : cluster 0 pgmap v11980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:22.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:22 smithi135 bash[32435]: cluster 2023-12-07T23:54:21.657192+0000 mgr.a (mgr.14403) 16047 : cluster 0 pgmap v11981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:22.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:22 smithi079 bash[28699]: cluster 2023-12-07T23:54:21.657192+0000 mgr.a (mgr.14403) 16047 : cluster 0 pgmap v11981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:22.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:22 smithi194 bash[32038]: cluster 2023-12-07T23:54:21.657192+0000 mgr.a (mgr.14403) 16047 : cluster 0 pgmap v11981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:23.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:54:23.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:23.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:24.140 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:54:24.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:24.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:24.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:24.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:54:25.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:24 smithi079 bash[28699]: audit 2023-12-07T23:54:23.629384+0000 mgr.a (mgr.14403) 16048 : audit 0 from='client.321045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:25.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:24 smithi079 bash[28699]: cluster 2023-12-07T23:54:23.658357+0000 mgr.a (mgr.14403) 16049 : cluster 0 pgmap v11982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:25.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:24 smithi194 bash[32038]: audit 2023-12-07T23:54:23.629384+0000 mgr.a (mgr.14403) 16048 : audit 0 from='client.321045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:25.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:24 smithi194 bash[32038]: cluster 2023-12-07T23:54:23.658357+0000 mgr.a (mgr.14403) 16049 : cluster 0 pgmap v11982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:25.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:24 smithi135 bash[32435]: audit 2023-12-07T23:54:23.629384+0000 mgr.a (mgr.14403) 16048 : audit 0 from='client.321045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:25.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:24 smithi135 bash[32435]: cluster 2023-12-07T23:54:23.658357+0000 mgr.a (mgr.14403) 16049 : cluster 0 pgmap v11982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:27.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:26 smithi079 bash[28699]: cluster 2023-12-07T23:54:25.659090+0000 mgr.a (mgr.14403) 16050 : cluster 0 pgmap v11983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:27.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:26 smithi194 bash[32038]: cluster 2023-12-07T23:54:25.659090+0000 mgr.a (mgr.14403) 16050 : cluster 0 pgmap v11983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:27.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:26 smithi135 bash[32435]: cluster 2023-12-07T23:54:25.659090+0000 mgr.a (mgr.14403) 16050 : cluster 0 pgmap v11983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:29.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:54:29.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:29.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:29.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:28 smithi079 bash[28699]: cluster 2023-12-07T23:54:27.659650+0000 mgr.a (mgr.14403) 16051 : cluster 0 pgmap v11984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:29.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:28 smithi194 bash[32038]: cluster 2023-12-07T23:54:27.659650+0000 mgr.a (mgr.14403) 16051 : cluster 0 pgmap v11984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:28 smithi135 bash[32435]: cluster 2023-12-07T23:54:27.659650+0000 mgr.a (mgr.14403) 16051 : cluster 0 pgmap v11984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:30.048 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:54:30.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:30.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:30.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:30.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:54:31.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:30 smithi079 bash[28699]: audit 2023-12-07T23:54:29.546515+0000 mgr.a (mgr.14403) 16052 : audit 0 from='client.321120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:31.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:30 smithi079 bash[28699]: cluster 2023-12-07T23:54:29.660569+0000 mgr.a (mgr.14403) 16053 : cluster 0 pgmap v11985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:31.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:30 smithi194 bash[32038]: audit 2023-12-07T23:54:29.546515+0000 mgr.a (mgr.14403) 16052 : audit 0 from='client.321120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:31.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:30 smithi194 bash[32038]: cluster 2023-12-07T23:54:29.660569+0000 mgr.a (mgr.14403) 16053 : cluster 0 pgmap v11985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:31.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:30 smithi135 bash[32435]: audit 2023-12-07T23:54:29.546515+0000 mgr.a (mgr.14403) 16052 : audit 0 from='client.321120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:31.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:30 smithi135 bash[32435]: cluster 2023-12-07T23:54:29.660569+0000 mgr.a (mgr.14403) 16053 : cluster 0 pgmap v11985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:32.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:32 smithi079 bash[28699]: cluster 2023-12-07T23:54:31.661245+0000 mgr.a (mgr.14403) 16054 : cluster 0 pgmap v11986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:32.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:32 smithi194 bash[32038]: cluster 2023-12-07T23:54:31.661245+0000 mgr.a (mgr.14403) 16054 : cluster 0 pgmap v11986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:32.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:32 smithi135 bash[32435]: cluster 2023-12-07T23:54:31.661245+0000 mgr.a (mgr.14403) 16054 : cluster 0 pgmap v11986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:54:35.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:54:35.052 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:35.052 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:34 smithi079 bash[28699]: cluster 2023-12-07T23:54:33.662190+0000 mgr.a (mgr.14403) 16055 : cluster 0 pgmap v11987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:35.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:34 smithi194 bash[32038]: cluster 2023-12-07T23:54:33.662190+0000 mgr.a (mgr.14403) 16055 : cluster 0 pgmap v11987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:35.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:34 smithi135 bash[32435]: cluster 2023-12-07T23:54:33.662190+0000 mgr.a (mgr.14403) 16055 : cluster 0 pgmap v11987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:35.969 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:54:35.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:35.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:35.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:35.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:54:37.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:36 smithi079 bash[28699]: audit 2023-12-07T23:54:35.451811+0000 mgr.a (mgr.14403) 16056 : audit 0 from='client.321195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:37.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:36 smithi079 bash[28699]: cluster 2023-12-07T23:54:35.662788+0000 mgr.a (mgr.14403) 16057 : cluster 0 pgmap v11988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:37.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:36 smithi079 bash[28699]: audit 2023-12-07T23:54:36.340596+0000 mon.a (mon.0) 2664 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:54:37.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:36 smithi194 bash[32038]: audit 2023-12-07T23:54:35.451811+0000 mgr.a (mgr.14403) 16056 : audit 0 from='client.321195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:37.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:36 smithi194 bash[32038]: cluster 2023-12-07T23:54:35.662788+0000 mgr.a (mgr.14403) 16057 : cluster 0 pgmap v11988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:37.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:36 smithi194 bash[32038]: audit 2023-12-07T23:54:36.340596+0000 mon.a (mon.0) 2664 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:54:37.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:36 smithi135 bash[32435]: audit 2023-12-07T23:54:35.451811+0000 mgr.a (mgr.14403) 16056 : audit 0 from='client.321195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:37.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:36 smithi135 bash[32435]: cluster 2023-12-07T23:54:35.662788+0000 mgr.a (mgr.14403) 16057 : cluster 0 pgmap v11988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:37.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:36 smithi135 bash[32435]: audit 2023-12-07T23:54:36.340596+0000 mon.a (mon.0) 2664 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:54:38.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:37 smithi079 bash[28699]: audit 2023-12-07T23:54:36.870104+0000 mon.a (mon.0) 2665 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:54:38.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:37 smithi079 bash[28699]: audit 2023-12-07T23:54:36.876332+0000 mon.a (mon.0) 2666 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:54:38.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:37 smithi079 bash[28699]: audit 2023-12-07T23:54:37.630620+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:54:38.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:37 smithi079 bash[28699]: audit 2023-12-07T23:54:37.632407+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:54:38.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:37 smithi079 bash[28699]: audit 2023-12-07T23:54:37.642409+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:54:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:37 smithi194 bash[32038]: audit 2023-12-07T23:54:36.870104+0000 mon.a (mon.0) 2665 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:54:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:37 smithi194 bash[32038]: audit 2023-12-07T23:54:36.876332+0000 mon.a (mon.0) 2666 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:54:38.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:37 smithi194 bash[32038]: audit 2023-12-07T23:54:37.630620+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:54:38.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:37 smithi194 bash[32038]: audit 2023-12-07T23:54:37.632407+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:54:38.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:37 smithi194 bash[32038]: audit 2023-12-07T23:54:37.642409+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:54:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:37 smithi135 bash[32435]: audit 2023-12-07T23:54:36.870104+0000 mon.a (mon.0) 2665 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:54:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:37 smithi135 bash[32435]: audit 2023-12-07T23:54:36.876332+0000 mon.a (mon.0) 2666 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:54:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:37 smithi135 bash[32435]: audit 2023-12-07T23:54:37.630620+0000 mon.a (mon.0) 2667 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:54:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:37 smithi135 bash[32435]: audit 2023-12-07T23:54:37.632407+0000 mon.a (mon.0) 2668 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:54:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:37 smithi135 bash[32435]: audit 2023-12-07T23:54:37.642409+0000 mon.a (mon.0) 2669 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:54:39.150 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:38 smithi079 bash[28699]: cluster 2023-12-07T23:54:37.663229+0000 mgr.a (mgr.14403) 16058 : cluster 0 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-07T23:54:39.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:38 smithi194 bash[32038]: cluster 2023-12-07T23:54:37.663229+0000 mgr.a (mgr.14403) 16058 : cluster 0 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-07T23:54:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:38 smithi135 bash[32435]: cluster 2023-12-07T23:54:37.663229+0000 mgr.a (mgr.14403) 16058 : cluster 0 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-07T23:54:40.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:54:40.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:40.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:41.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:40 smithi079 bash[28699]: cluster 2023-12-07T23:54:39.664010+0000 mgr.a (mgr.14403) 16059 : cluster 0 pgmap v11990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:41.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:40 smithi194 bash[32038]: cluster 2023-12-07T23:54:39.664010+0000 mgr.a (mgr.14403) 16059 : cluster 0 pgmap v11990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:40 smithi135 bash[32435]: cluster 2023-12-07T23:54:39.664010+0000 mgr.a (mgr.14403) 16059 : cluster 0 pgmap v11990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:41.885 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:54:41.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:41.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:41.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:41.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:54:42.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:42 smithi079 bash[28699]: audit 2023-12-07T23:54:41.367981+0000 mgr.a (mgr.14403) 16060 : audit 0 from='client.321273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:42.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:42 smithi079 bash[28699]: cluster 2023-12-07T23:54:41.664854+0000 mgr.a (mgr.14403) 16061 : cluster 0 pgmap v11991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:42.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:42 smithi194 bash[32038]: audit 2023-12-07T23:54:41.367981+0000 mgr.a (mgr.14403) 16060 : audit 0 from='client.321273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:42.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:42 smithi194 bash[32038]: cluster 2023-12-07T23:54:41.664854+0000 mgr.a (mgr.14403) 16061 : cluster 0 pgmap v11991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:42 smithi135 bash[32435]: audit 2023-12-07T23:54:41.367981+0000 mgr.a (mgr.14403) 16060 : audit 0 from='client.321273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:42.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:42 smithi135 bash[32435]: cluster 2023-12-07T23:54:41.664854+0000 mgr.a (mgr.14403) 16061 : cluster 0 pgmap v11991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:45.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:44 smithi079 bash[28699]: cluster 2023-12-07T23:54:43.665814+0000 mgr.a (mgr.14403) 16062 : cluster 0 pgmap v11992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:45.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:44 smithi194 bash[32038]: cluster 2023-12-07T23:54:43.665814+0000 mgr.a (mgr.14403) 16062 : cluster 0 pgmap v11992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:44 smithi135 bash[32435]: cluster 2023-12-07T23:54:43.665814+0000 mgr.a (mgr.14403) 16062 : cluster 0 pgmap v11992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:46.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:54:46.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:46.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:47.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:46 smithi079 bash[28699]: cluster 2023-12-07T23:54:45.666549+0000 mgr.a (mgr.14403) 16063 : cluster 0 pgmap v11993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:47.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:46 smithi194 bash[32038]: cluster 2023-12-07T23:54:45.666549+0000 mgr.a (mgr.14403) 16063 : cluster 0 pgmap v11993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:47.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:46 smithi135 bash[32435]: cluster 2023-12-07T23:54:45.666549+0000 mgr.a (mgr.14403) 16063 : cluster 0 pgmap v11993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:47.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:47.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:47.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:47.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:54:47.807 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:54:49.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:48 smithi079 bash[28699]: audit 2023-12-07T23:54:47.293821+0000 mgr.a (mgr.14403) 16064 : audit 0 from='client.321345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:49.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:48 smithi079 bash[28699]: cluster 2023-12-07T23:54:47.676935+0000 mgr.a (mgr.14403) 16065 : cluster 0 pgmap v11994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:49.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:48 smithi194 bash[32038]: audit 2023-12-07T23:54:47.293821+0000 mgr.a (mgr.14403) 16064 : audit 0 from='client.321345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:49.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:48 smithi194 bash[32038]: cluster 2023-12-07T23:54:47.676935+0000 mgr.a (mgr.14403) 16065 : cluster 0 pgmap v11994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:49.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:48 smithi135 bash[32435]: audit 2023-12-07T23:54:47.293821+0000 mgr.a (mgr.14403) 16064 : audit 0 from='client.321345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:49.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:48 smithi135 bash[32435]: cluster 2023-12-07T23:54:47.676935+0000 mgr.a (mgr.14403) 16065 : cluster 0 pgmap v11994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:51.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:50 smithi079 bash[28699]: cluster 2023-12-07T23:54:49.677944+0000 mgr.a (mgr.14403) 16066 : cluster 0 pgmap v11995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:51.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:50 smithi194 bash[32038]: cluster 2023-12-07T23:54:49.677944+0000 mgr.a (mgr.14403) 16066 : cluster 0 pgmap v11995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:51.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:50 smithi135 bash[32435]: cluster 2023-12-07T23:54:49.677944+0000 mgr.a (mgr.14403) 16066 : cluster 0 pgmap v11995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:54:52.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:54:52.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:52.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:52.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:52 smithi079 bash[28699]: cluster 2023-12-07T23:54:51.678495+0000 mgr.a (mgr.14403) 16067 : cluster 0 pgmap v11996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:52.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:52 smithi194 bash[32038]: cluster 2023-12-07T23:54:51.678495+0000 mgr.a (mgr.14403) 16067 : cluster 0 pgmap v11996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:52 smithi135 bash[32435]: cluster 2023-12-07T23:54:51.678495+0000 mgr.a (mgr.14403) 16067 : cluster 0 pgmap v11996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:54:53.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:53.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:53.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:53.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:54:53.691 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:54:53.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:53 smithi079 bash[28699]: audit 2023-12-07T23:54:53.207525+0000 mgr.a (mgr.14403) 16068 : audit 0 from='client.321420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:53.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:53 smithi194 bash[32038]: audit 2023-12-07T23:54:53.207525+0000 mgr.a (mgr.14403) 16068 : audit 0 from='client.321420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:53.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:53 smithi135 bash[32435]: audit 2023-12-07T23:54:53.207525+0000 mgr.a (mgr.14403) 16068 : audit 0 from='client.321420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:54:54.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:54 smithi079 bash[28699]: cluster 2023-12-07T23:54:53.679382+0000 mgr.a (mgr.14403) 16069 : cluster 0 pgmap v11997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:54:54.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:54 smithi194 bash[32038]: cluster 2023-12-07T23:54:53.679382+0000 mgr.a (mgr.14403) 16069 : cluster 0 pgmap v11997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:54:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:54 smithi135 bash[32435]: cluster 2023-12-07T23:54:53.679382+0000 mgr.a (mgr.14403) 16069 : cluster 0 pgmap v11997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:54:57.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:56 smithi079 bash[28699]: cluster 2023-12-07T23:54:55.679932+0000 mgr.a (mgr.14403) 16070 : cluster 0 pgmap v11998: 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-07T23:54:57.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:56 smithi194 bash[32038]: cluster 2023-12-07T23:54:55.679932+0000 mgr.a (mgr.14403) 16070 : cluster 0 pgmap v11998: 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-07T23:54:57.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:56 smithi135 bash[32435]: cluster 2023-12-07T23:54:55.679932+0000 mgr.a (mgr.14403) 16070 : cluster 0 pgmap v11998: 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-07T23:54:58.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:54:58.694 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:54:58.694 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:54:59.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:58 smithi079 bash[28699]: cluster 2023-12-07T23:54:57.680606+0000 mgr.a (mgr.14403) 16071 : cluster 0 pgmap v11999: 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-07T23:54:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:58 smithi194 bash[32038]: cluster 2023-12-07T23:54:57.680606+0000 mgr.a (mgr.14403) 16071 : cluster 0 pgmap v11999: 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-07T23:54:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:58 smithi135 bash[32435]: cluster 2023-12-07T23:54:57.680606+0000 mgr.a (mgr.14403) 16071 : cluster 0 pgmap v11999: 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-07T23:54:59.594 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:54:59.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:54:59.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:54:59.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:54:59.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:55:00.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:54:59 smithi079 bash[28699]: audit 2023-12-07T23:54:59.101164+0000 mgr.a (mgr.14403) 16072 : audit 0 from='client.321498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:00.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:54:59 smithi194 bash[32038]: audit 2023-12-07T23:54:59.101164+0000 mgr.a (mgr.14403) 16072 : audit 0 from='client.321498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:00.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:54:59 smithi135 bash[32435]: audit 2023-12-07T23:54:59.101164+0000 mgr.a (mgr.14403) 16072 : audit 0 from='client.321498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:01.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:00 smithi079 bash[28699]: cluster 2023-12-07T23:54:59.681702+0000 mgr.a (mgr.14403) 16073 : cluster 0 pgmap v12000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:01.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:00 smithi194 bash[32038]: cluster 2023-12-07T23:54:59.681702+0000 mgr.a (mgr.14403) 16073 : cluster 0 pgmap v12000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:00 smithi135 bash[32435]: cluster 2023-12-07T23:54:59.681702+0000 mgr.a (mgr.14403) 16073 : cluster 0 pgmap v12000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:02.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:02 smithi079 bash[28699]: cluster 2023-12-07T23:55:01.682264+0000 mgr.a (mgr.14403) 16074 : cluster 0 pgmap v12001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:02.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:02 smithi194 bash[32038]: cluster 2023-12-07T23:55:01.682264+0000 mgr.a (mgr.14403) 16074 : cluster 0 pgmap v12001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:02.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:02 smithi135 bash[32435]: cluster 2023-12-07T23:55:01.682264+0000 mgr.a (mgr.14403) 16074 : cluster 0 pgmap v12001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:04.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:55:04.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:04.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:05.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:04 smithi079 bash[28699]: cluster 2023-12-07T23:55:03.683018+0000 mgr.a (mgr.14403) 16075 : cluster 0 pgmap v12002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:05.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:04 smithi194 bash[32038]: cluster 2023-12-07T23:55:03.683018+0000 mgr.a (mgr.14403) 16075 : cluster 0 pgmap v12002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:04 smithi135 bash[32435]: cluster 2023-12-07T23:55:03.683018+0000 mgr.a (mgr.14403) 16075 : cluster 0 pgmap v12002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:05.511 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:55:05.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:05.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:05.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:05.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:55:06.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:05 smithi079 bash[28699]: audit 2023-12-07T23:55:05.002677+0000 mgr.a (mgr.14403) 16076 : audit 0 from='client.321576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:06.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:05 smithi194 bash[32038]: audit 2023-12-07T23:55:05.002677+0000 mgr.a (mgr.14403) 16076 : audit 0 from='client.321576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:06.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:05 smithi135 bash[32435]: audit 2023-12-07T23:55:05.002677+0000 mgr.a (mgr.14403) 16076 : audit 0 from='client.321576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:07.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:06 smithi079 bash[28699]: cluster 2023-12-07T23:55:05.683824+0000 mgr.a (mgr.14403) 16077 : cluster 0 pgmap v12003: 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-07T23:55:07.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:06 smithi194 bash[32038]: cluster 2023-12-07T23:55:05.683824+0000 mgr.a (mgr.14403) 16077 : cluster 0 pgmap v12003: 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-07T23:55:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:06 smithi135 bash[32435]: cluster 2023-12-07T23:55:05.683824+0000 mgr.a (mgr.14403) 16077 : cluster 0 pgmap v12003: 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-07T23:55:09.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:08 smithi079 bash[28699]: cluster 2023-12-07T23:55:07.684600+0000 mgr.a (mgr.14403) 16078 : cluster 0 pgmap v12004: 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-07T23:55:09.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:08 smithi194 bash[32038]: cluster 2023-12-07T23:55:07.684600+0000 mgr.a (mgr.14403) 16078 : cluster 0 pgmap v12004: 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-07T23:55:09.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:08 smithi135 bash[32435]: cluster 2023-12-07T23:55:07.684600+0000 mgr.a (mgr.14403) 16078 : cluster 0 pgmap v12004: 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-07T23:55:10.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:55:10.514 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:10.514 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:11.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:10 smithi079 bash[28699]: cluster 2023-12-07T23:55:09.685593+0000 mgr.a (mgr.14403) 16079 : cluster 0 pgmap v12005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:55:11.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:10 smithi194 bash[32038]: cluster 2023-12-07T23:55:09.685593+0000 mgr.a (mgr.14403) 16079 : cluster 0 pgmap v12005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:55:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:10 smithi135 bash[32435]: cluster 2023-12-07T23:55:09.685593+0000 mgr.a (mgr.14403) 16079 : cluster 0 pgmap v12005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:55:11.403 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:55:11.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:11.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:11.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:11.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:55:12.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:11 smithi079 bash[28699]: audit 2023-12-07T23:55:10.907938+0000 mgr.a (mgr.14403) 16080 : audit 0 from='client.321654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:12.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:11 smithi194 bash[32038]: audit 2023-12-07T23:55:10.907938+0000 mgr.a (mgr.14403) 16080 : audit 0 from='client.321654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:12.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:11 smithi135 bash[32435]: audit 2023-12-07T23:55:10.907938+0000 mgr.a (mgr.14403) 16080 : audit 0 from='client.321654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:13.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:12 smithi079 bash[28699]: cluster 2023-12-07T23:55:11.686343+0000 mgr.a (mgr.14403) 16081 : cluster 0 pgmap v12006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:13.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:12 smithi194 bash[32038]: cluster 2023-12-07T23:55:11.686343+0000 mgr.a (mgr.14403) 16081 : cluster 0 pgmap v12006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:12 smithi135 bash[32435]: cluster 2023-12-07T23:55:11.686343+0000 mgr.a (mgr.14403) 16081 : cluster 0 pgmap v12006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:15.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:14 smithi079 bash[28699]: cluster 2023-12-07T23:55:13.687198+0000 mgr.a (mgr.14403) 16082 : cluster 0 pgmap v12007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:15.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:14 smithi194 bash[32038]: cluster 2023-12-07T23:55:13.687198+0000 mgr.a (mgr.14403) 16082 : cluster 0 pgmap v12007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:15.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:14 smithi135 bash[32435]: cluster 2023-12-07T23:55:13.687198+0000 mgr.a (mgr.14403) 16082 : cluster 0 pgmap v12007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:16.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:55:16.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:16.407 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:17.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:16 smithi079 bash[28699]: cluster 2023-12-07T23:55:15.687767+0000 mgr.a (mgr.14403) 16083 : cluster 0 pgmap v12008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:17.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:16 smithi194 bash[32038]: cluster 2023-12-07T23:55:15.687767+0000 mgr.a (mgr.14403) 16083 : cluster 0 pgmap v12008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:16 smithi135 bash[32435]: cluster 2023-12-07T23:55:15.687767+0000 mgr.a (mgr.14403) 16083 : cluster 0 pgmap v12008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:17.330 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:55:17.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:17.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:17.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:17.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:55:18.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:17 smithi079 bash[28699]: audit 2023-12-07T23:55:16.810704+0000 mgr.a (mgr.14403) 16084 : audit 0 from='client.321726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:18.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:17 smithi194 bash[32038]: audit 2023-12-07T23:55:16.810704+0000 mgr.a (mgr.14403) 16084 : audit 0 from='client.321726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:18.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:17 smithi135 bash[32435]: audit 2023-12-07T23:55:16.810704+0000 mgr.a (mgr.14403) 16084 : audit 0 from='client.321726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:19.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:18 smithi079 bash[28699]: cluster 2023-12-07T23:55:17.688498+0000 mgr.a (mgr.14403) 16085 : cluster 0 pgmap v12009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:19.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:18 smithi194 bash[32038]: cluster 2023-12-07T23:55:17.688498+0000 mgr.a (mgr.14403) 16085 : cluster 0 pgmap v12009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:18 smithi135 bash[32435]: cluster 2023-12-07T23:55:17.688498+0000 mgr.a (mgr.14403) 16085 : cluster 0 pgmap v12009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:20 smithi079 bash[28699]: cluster 2023-12-07T23:55:19.689343+0000 mgr.a (mgr.14403) 16086 : cluster 0 pgmap v12010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:21.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:20 smithi194 bash[32038]: cluster 2023-12-07T23:55:19.689343+0000 mgr.a (mgr.14403) 16086 : cluster 0 pgmap v12010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:20 smithi135 bash[32435]: cluster 2023-12-07T23:55:19.689343+0000 mgr.a (mgr.14403) 16086 : cluster 0 pgmap v12010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:22.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:55:22.334 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:22.335 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:22.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:22 smithi079 bash[28699]: cluster 2023-12-07T23:55:21.689898+0000 mgr.a (mgr.14403) 16087 : cluster 0 pgmap v12011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:22.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:22 smithi194 bash[32038]: cluster 2023-12-07T23:55:21.689898+0000 mgr.a (mgr.14403) 16087 : cluster 0 pgmap v12011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:22.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:22 smithi135 bash[32435]: cluster 2023-12-07T23:55:21.689898+0000 mgr.a (mgr.14403) 16087 : cluster 0 pgmap v12011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:23.226 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:55:23.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:23.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:23.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:23.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:55:23.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:23 smithi079 bash[28699]: audit 2023-12-07T23:55:22.739711+0000 mgr.a (mgr.14403) 16088 : audit 0 from='client.321804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:23.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:23 smithi194 bash[32038]: audit 2023-12-07T23:55:22.739711+0000 mgr.a (mgr.14403) 16088 : audit 0 from='client.321804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:23.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:23 smithi135 bash[32435]: audit 2023-12-07T23:55:22.739711+0000 mgr.a (mgr.14403) 16088 : audit 0 from='client.321804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:24.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:24 smithi079 bash[28699]: cluster 2023-12-07T23:55:23.690823+0000 mgr.a (mgr.14403) 16089 : cluster 0 pgmap v12012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:24.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:24 smithi194 bash[32038]: cluster 2023-12-07T23:55:23.690823+0000 mgr.a (mgr.14403) 16089 : cluster 0 pgmap v12012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:24 smithi135 bash[32435]: cluster 2023-12-07T23:55:23.690823+0000 mgr.a (mgr.14403) 16089 : cluster 0 pgmap v12012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:27.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:26 smithi079 bash[28699]: cluster 2023-12-07T23:55:25.691400+0000 mgr.a (mgr.14403) 16090 : cluster 0 pgmap v12013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:27.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:26 smithi194 bash[32038]: cluster 2023-12-07T23:55:25.691400+0000 mgr.a (mgr.14403) 16090 : cluster 0 pgmap v12013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:26 smithi135 bash[32435]: cluster 2023-12-07T23:55:25.691400+0000 mgr.a (mgr.14403) 16090 : cluster 0 pgmap v12013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:28.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:55:28.230 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:28.230 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:29.119 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:55:29.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:29.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:29.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:29.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:55:29.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:28 smithi079 bash[28699]: cluster 2023-12-07T23:55:27.691974+0000 mgr.a (mgr.14403) 16091 : cluster 0 pgmap v12014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:29.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:28 smithi194 bash[32038]: cluster 2023-12-07T23:55:27.691974+0000 mgr.a (mgr.14403) 16091 : cluster 0 pgmap v12014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:28 smithi135 bash[32435]: cluster 2023-12-07T23:55:27.691974+0000 mgr.a (mgr.14403) 16091 : cluster 0 pgmap v12014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:30.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:29 smithi079 bash[28699]: audit 2023-12-07T23:55:28.627388+0000 mgr.a (mgr.14403) 16092 : audit 0 from='client.321879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:30.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:29 smithi194 bash[32038]: audit 2023-12-07T23:55:28.627388+0000 mgr.a (mgr.14403) 16092 : audit 0 from='client.321879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:30.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:29 smithi135 bash[32435]: audit 2023-12-07T23:55:28.627388+0000 mgr.a (mgr.14403) 16092 : audit 0 from='client.321879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:31.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:30 smithi079 bash[28699]: cluster 2023-12-07T23:55:29.692969+0000 mgr.a (mgr.14403) 16093 : cluster 0 pgmap v12015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:31.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:30 smithi194 bash[32038]: cluster 2023-12-07T23:55:29.692969+0000 mgr.a (mgr.14403) 16093 : cluster 0 pgmap v12015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:31.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:30 smithi135 bash[32435]: cluster 2023-12-07T23:55:29.692969+0000 mgr.a (mgr.14403) 16093 : cluster 0 pgmap v12015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:32.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:32 smithi079 bash[28699]: cluster 2023-12-07T23:55:31.693522+0000 mgr.a (mgr.14403) 16094 : cluster 0 pgmap v12016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:32.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:32 smithi194 bash[32038]: cluster 2023-12-07T23:55:31.693522+0000 mgr.a (mgr.14403) 16094 : cluster 0 pgmap v12016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:32 smithi135 bash[32435]: cluster 2023-12-07T23:55:31.693522+0000 mgr.a (mgr.14403) 16094 : cluster 0 pgmap v12016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:34.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:55:34.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:34.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:35.039 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:55:35.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:35.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:35.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:35.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:55:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:34 smithi079 bash[28699]: cluster 2023-12-07T23:55:33.694271+0000 mgr.a (mgr.14403) 16095 : cluster 0 pgmap v12017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:35.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:34 smithi194 bash[32038]: cluster 2023-12-07T23:55:33.694271+0000 mgr.a (mgr.14403) 16095 : cluster 0 pgmap v12017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:34 smithi135 bash[32435]: cluster 2023-12-07T23:55:33.694271+0000 mgr.a (mgr.14403) 16095 : cluster 0 pgmap v12017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:36.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:35 smithi079 bash[28699]: audit 2023-12-07T23:55:34.516513+0000 mgr.a (mgr.14403) 16096 : audit 0 from='client.321954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:36.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:35 smithi194 bash[32038]: audit 2023-12-07T23:55:34.516513+0000 mgr.a (mgr.14403) 16096 : audit 0 from='client.321954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:36.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:35 smithi135 bash[32435]: audit 2023-12-07T23:55:34.516513+0000 mgr.a (mgr.14403) 16096 : audit 0 from='client.321954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:37.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:36 smithi079 bash[28699]: cluster 2023-12-07T23:55:35.695078+0000 mgr.a (mgr.14403) 16097 : cluster 0 pgmap v12018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:37.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:36 smithi194 bash[32038]: cluster 2023-12-07T23:55:35.695078+0000 mgr.a (mgr.14403) 16097 : cluster 0 pgmap v12018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:36 smithi135 bash[32435]: cluster 2023-12-07T23:55:35.695078+0000 mgr.a (mgr.14403) 16097 : cluster 0 pgmap v12018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:38.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:37 smithi079 bash[28699]: audit 2023-12-07T23:55:37.745611+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:55:38.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:37 smithi194 bash[32038]: audit 2023-12-07T23:55:37.745611+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:55:38.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:37 smithi135 bash[32435]: audit 2023-12-07T23:55:37.745611+0000 mon.a (mon.0) 2670 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:55:39.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:39 smithi079 bash[28699]: cluster 2023-12-07T23:55:37.695665+0000 mgr.a (mgr.14403) 16098 : cluster 0 pgmap v12019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:39.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:39 smithi079 bash[28699]: audit 2023-12-07T23:55:38.275450+0000 mon.a (mon.0) 2671 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:55:39.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:39 smithi079 bash[28699]: audit 2023-12-07T23:55:38.281846+0000 mon.a (mon.0) 2672 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:55:39.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:39 smithi079 bash[28699]: audit 2023-12-07T23:55:39.021316+0000 mon.a (mon.0) 2673 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:55:39.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:39 smithi079 bash[28699]: audit 2023-12-07T23:55:39.023330+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:55:39.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:39 smithi079 bash[28699]: audit 2023-12-07T23:55:39.032459+0000 mon.a (mon.0) 2675 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:55:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:39 smithi194 bash[32038]: cluster 2023-12-07T23:55:37.695665+0000 mgr.a (mgr.14403) 16098 : cluster 0 pgmap v12019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:39 smithi194 bash[32038]: audit 2023-12-07T23:55:38.275450+0000 mon.a (mon.0) 2671 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:55:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:39 smithi194 bash[32038]: audit 2023-12-07T23:55:38.281846+0000 mon.a (mon.0) 2672 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:55:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:39 smithi194 bash[32038]: audit 2023-12-07T23:55:39.021316+0000 mon.a (mon.0) 2673 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:55:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:39 smithi194 bash[32038]: audit 2023-12-07T23:55:39.023330+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:55:39.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:39 smithi194 bash[32038]: audit 2023-12-07T23:55:39.032459+0000 mon.a (mon.0) 2675 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:55:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:39 smithi135 bash[32435]: cluster 2023-12-07T23:55:37.695665+0000 mgr.a (mgr.14403) 16098 : cluster 0 pgmap v12019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:55:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:39 smithi135 bash[32435]: audit 2023-12-07T23:55:38.275450+0000 mon.a (mon.0) 2671 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:55:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:39 smithi135 bash[32435]: audit 2023-12-07T23:55:38.281846+0000 mon.a (mon.0) 2672 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:55:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:39 smithi135 bash[32435]: audit 2023-12-07T23:55:39.021316+0000 mon.a (mon.0) 2673 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:55:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:39 smithi135 bash[32435]: audit 2023-12-07T23:55:39.023330+0000 mon.a (mon.0) 2674 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:55:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:39 smithi135 bash[32435]: audit 2023-12-07T23:55:39.032459+0000 mon.a (mon.0) 2675 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:55:40.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:55:40.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:40.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:40.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:40.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:40.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:40.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:55:40.958 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:55:41.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:41 smithi079 bash[28699]: cluster 2023-12-07T23:55:39.696563+0000 mgr.a (mgr.14403) 16099 : cluster 0 pgmap v12020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:41.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:41 smithi194 bash[32038]: cluster 2023-12-07T23:55:39.696563+0000 mgr.a (mgr.14403) 16099 : cluster 0 pgmap v12020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:41 smithi135 bash[32435]: cluster 2023-12-07T23:55:39.696563+0000 mgr.a (mgr.14403) 16099 : cluster 0 pgmap v12020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:42.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:42 smithi079 bash[28699]: audit 2023-12-07T23:55:40.447265+0000 mgr.a (mgr.14403) 16100 : audit 0 from='client.322032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:42.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:42 smithi194 bash[32038]: audit 2023-12-07T23:55:40.447265+0000 mgr.a (mgr.14403) 16100 : audit 0 from='client.322032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:42.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:42 smithi135 bash[32435]: audit 2023-12-07T23:55:40.447265+0000 mgr.a (mgr.14403) 16100 : audit 0 from='client.322032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:43.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:43 smithi079 bash[28699]: cluster 2023-12-07T23:55:41.697400+0000 mgr.a (mgr.14403) 16101 : cluster 0 pgmap v12021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:43.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:43 smithi194 bash[32038]: cluster 2023-12-07T23:55:41.697400+0000 mgr.a (mgr.14403) 16101 : cluster 0 pgmap v12021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:43.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:43 smithi135 bash[32435]: cluster 2023-12-07T23:55:41.697400+0000 mgr.a (mgr.14403) 16101 : cluster 0 pgmap v12021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:45.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:45 smithi079 bash[28699]: cluster 2023-12-07T23:55:43.698199+0000 mgr.a (mgr.14403) 16102 : cluster 0 pgmap v12022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:45.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:45 smithi194 bash[32038]: cluster 2023-12-07T23:55:43.698199+0000 mgr.a (mgr.14403) 16102 : cluster 0 pgmap v12022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:45.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:45 smithi135 bash[32435]: cluster 2023-12-07T23:55:43.698199+0000 mgr.a (mgr.14403) 16102 : cluster 0 pgmap v12022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:45.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:55:45.961 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:45.961 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:46.863 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:55:46.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:46.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:46.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:46.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:55:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:47 smithi079 bash[28699]: cluster 2023-12-07T23:55:45.698749+0000 mgr.a (mgr.14403) 16103 : cluster 0 pgmap v12023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:47.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:47 smithi194 bash[32038]: cluster 2023-12-07T23:55:45.698749+0000 mgr.a (mgr.14403) 16103 : cluster 0 pgmap v12023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:47.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:47 smithi135 bash[32435]: cluster 2023-12-07T23:55:45.698749+0000 mgr.a (mgr.14403) 16103 : cluster 0 pgmap v12023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:48.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:48 smithi079 bash[28699]: audit 2023-12-07T23:55:46.359290+0000 mgr.a (mgr.14403) 16104 : audit 0 from='client.322110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:48.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:48 smithi194 bash[32038]: audit 2023-12-07T23:55:46.359290+0000 mgr.a (mgr.14403) 16104 : audit 0 from='client.322110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:48.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:48 smithi135 bash[32435]: audit 2023-12-07T23:55:46.359290+0000 mgr.a (mgr.14403) 16104 : audit 0 from='client.322110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:49 smithi079 bash[28699]: cluster 2023-12-07T23:55:47.699414+0000 mgr.a (mgr.14403) 16105 : cluster 0 pgmap v12024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:49 smithi194 bash[32038]: cluster 2023-12-07T23:55:47.699414+0000 mgr.a (mgr.14403) 16105 : cluster 0 pgmap v12024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:49 smithi135 bash[32435]: cluster 2023-12-07T23:55:47.699414+0000 mgr.a (mgr.14403) 16105 : cluster 0 pgmap v12024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:51.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:51 smithi079 bash[28699]: cluster 2023-12-07T23:55:49.700311+0000 mgr.a (mgr.14403) 16106 : cluster 0 pgmap v12025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:51.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:51 smithi194 bash[32038]: cluster 2023-12-07T23:55:49.700311+0000 mgr.a (mgr.14403) 16106 : cluster 0 pgmap v12025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:51.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:51 smithi135 bash[32435]: cluster 2023-12-07T23:55:49.700311+0000 mgr.a (mgr.14403) 16106 : cluster 0 pgmap v12025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:51.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:55:51.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:51.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:52.780 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:55:52.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:52.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:52.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:52.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:55:52.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:52 smithi079 bash[28699]: cluster 2023-12-07T23:55:51.700909+0000 mgr.a (mgr.14403) 16107 : cluster 0 pgmap v12026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:52.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:52 smithi079 bash[28699]: audit 2023-12-07T23:55:52.268131+0000 mgr.a (mgr.14403) 16108 : audit 0 from='client.322188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:52.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:52 smithi194 bash[32038]: cluster 2023-12-07T23:55:51.700909+0000 mgr.a (mgr.14403) 16107 : cluster 0 pgmap v12026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:52.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:52 smithi194 bash[32038]: audit 2023-12-07T23:55:52.268131+0000 mgr.a (mgr.14403) 16108 : audit 0 from='client.322188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:52 smithi135 bash[32435]: cluster 2023-12-07T23:55:51.700909+0000 mgr.a (mgr.14403) 16107 : cluster 0 pgmap v12026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:52 smithi135 bash[32435]: audit 2023-12-07T23:55:52.268131+0000 mgr.a (mgr.14403) 16108 : audit 0 from='client.322188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:55.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:54 smithi079 bash[28699]: cluster 2023-12-07T23:55:53.701747+0000 mgr.a (mgr.14403) 16109 : cluster 0 pgmap v12027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:54 smithi194 bash[32038]: cluster 2023-12-07T23:55:53.701747+0000 mgr.a (mgr.14403) 16109 : cluster 0 pgmap v12027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:54 smithi135 bash[32435]: cluster 2023-12-07T23:55:53.701747+0000 mgr.a (mgr.14403) 16109 : cluster 0 pgmap v12027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:55:57.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:56 smithi079 bash[28699]: cluster 2023-12-07T23:55:55.702344+0000 mgr.a (mgr.14403) 16110 : cluster 0 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-07T23:55:57.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:56 smithi194 bash[32038]: cluster 2023-12-07T23:55:55.702344+0000 mgr.a (mgr.14403) 16110 : cluster 0 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-07T23:55:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:56 smithi135 bash[32435]: cluster 2023-12-07T23:55:55.702344+0000 mgr.a (mgr.14403) 16110 : cluster 0 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-07T23:55:57.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:55:57.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:55:57.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:55:58.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:55:58.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:55:58.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:55:58.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:55:58.722 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:55:59.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:58 smithi079 bash[28699]: cluster 2023-12-07T23:55:57.702886+0000 mgr.a (mgr.14403) 16111 : cluster 0 pgmap v12029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:59.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:55:58 smithi079 bash[28699]: audit 2023-12-07T23:55:58.189901+0000 mgr.a (mgr.14403) 16112 : audit 0 from='client.322263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:59.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:58 smithi194 bash[32038]: cluster 2023-12-07T23:55:57.702886+0000 mgr.a (mgr.14403) 16111 : cluster 0 pgmap v12029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:59.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:55:58 smithi194 bash[32038]: audit 2023-12-07T23:55:58.189901+0000 mgr.a (mgr.14403) 16112 : audit 0 from='client.322263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:55:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:58 smithi135 bash[32435]: cluster 2023-12-07T23:55:57.702886+0000 mgr.a (mgr.14403) 16111 : cluster 0 pgmap v12029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:55:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:55:58 smithi135 bash[32435]: audit 2023-12-07T23:55:58.189901+0000 mgr.a (mgr.14403) 16112 : audit 0 from='client.322263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:01.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:00 smithi079 bash[28699]: cluster 2023-12-07T23:55:59.703739+0000 mgr.a (mgr.14403) 16113 : cluster 0 pgmap v12030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:56:01.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:00 smithi194 bash[32038]: cluster 2023-12-07T23:55:59.703739+0000 mgr.a (mgr.14403) 16113 : cluster 0 pgmap v12030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:56:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:00 smithi135 bash[32435]: cluster 2023-12-07T23:55:59.703739+0000 mgr.a (mgr.14403) 16113 : cluster 0 pgmap v12030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:56:02.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:02 smithi079 bash[28699]: cluster 2023-12-07T23:56:01.704313+0000 mgr.a (mgr.14403) 16114 : cluster 0 pgmap v12031: 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-07T23:56:02.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:02 smithi194 bash[32038]: cluster 2023-12-07T23:56:01.704313+0000 mgr.a (mgr.14403) 16114 : cluster 0 pgmap v12031: 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-07T23:56:02.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:02 smithi135 bash[32435]: cluster 2023-12-07T23:56:01.704313+0000 mgr.a (mgr.14403) 16114 : cluster 0 pgmap v12031: 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-07T23:56:03.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:56:03.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:03.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:04.644 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:56:04.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:04.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:04.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:04.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:56:05.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:04 smithi079 bash[28699]: cluster 2023-12-07T23:56:03.704995+0000 mgr.a (mgr.14403) 16115 : cluster 0 pgmap v12032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:05.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:04 smithi079 bash[28699]: audit 2023-12-07T23:56:04.129036+0000 mgr.a (mgr.14403) 16116 : audit 0 from='client.322338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:05.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:04 smithi194 bash[32038]: cluster 2023-12-07T23:56:03.704995+0000 mgr.a (mgr.14403) 16115 : cluster 0 pgmap v12032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:05.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:04 smithi194 bash[32038]: audit 2023-12-07T23:56:04.129036+0000 mgr.a (mgr.14403) 16116 : audit 0 from='client.322338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:04 smithi135 bash[32435]: cluster 2023-12-07T23:56:03.704995+0000 mgr.a (mgr.14403) 16115 : cluster 0 pgmap v12032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:04 smithi135 bash[32435]: audit 2023-12-07T23:56:04.129036+0000 mgr.a (mgr.14403) 16116 : audit 0 from='client.322338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:07.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:06 smithi079 bash[28699]: cluster 2023-12-07T23:56:05.705657+0000 mgr.a (mgr.14403) 16117 : cluster 0 pgmap v12033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:07.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:06 smithi194 bash[32038]: cluster 2023-12-07T23:56:05.705657+0000 mgr.a (mgr.14403) 16117 : cluster 0 pgmap v12033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:06 smithi135 bash[32435]: cluster 2023-12-07T23:56:05.705657+0000 mgr.a (mgr.14403) 16117 : cluster 0 pgmap v12033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:09.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:08 smithi079 bash[28699]: cluster 2023-12-07T23:56:07.706218+0000 mgr.a (mgr.14403) 16118 : cluster 0 pgmap v12034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:09.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:08 smithi194 bash[32038]: cluster 2023-12-07T23:56:07.706218+0000 mgr.a (mgr.14403) 16118 : cluster 0 pgmap v12034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:08 smithi135 bash[32435]: cluster 2023-12-07T23:56:07.706218+0000 mgr.a (mgr.14403) 16118 : cluster 0 pgmap v12034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:09.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:56:09.648 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:09.648 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:10.543 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:56:10.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:10.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:10.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:10.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:56:11.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:10 smithi079 bash[28699]: cluster 2023-12-07T23:56:09.707077+0000 mgr.a (mgr.14403) 16119 : cluster 0 pgmap v12035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:11.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:10 smithi079 bash[28699]: audit 2023-12-07T23:56:10.053521+0000 mgr.a (mgr.14403) 16120 : audit 0 from='client.322413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:11.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:10 smithi194 bash[32038]: cluster 2023-12-07T23:56:09.707077+0000 mgr.a (mgr.14403) 16119 : cluster 0 pgmap v12035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:11.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:10 smithi194 bash[32038]: audit 2023-12-07T23:56:10.053521+0000 mgr.a (mgr.14403) 16120 : audit 0 from='client.322413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:10 smithi135 bash[32435]: cluster 2023-12-07T23:56:09.707077+0000 mgr.a (mgr.14403) 16119 : cluster 0 pgmap v12035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:11.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:10 smithi135 bash[32435]: audit 2023-12-07T23:56:10.053521+0000 mgr.a (mgr.14403) 16120 : audit 0 from='client.322413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:12.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:12 smithi079 bash[28699]: cluster 2023-12-07T23:56:11.707672+0000 mgr.a (mgr.14403) 16121 : cluster 0 pgmap v12036: 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-07T23:56:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:12 smithi194 bash[32038]: cluster 2023-12-07T23:56:11.707672+0000 mgr.a (mgr.14403) 16121 : cluster 0 pgmap v12036: 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-07T23:56:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:12 smithi135 bash[32435]: cluster 2023-12-07T23:56:11.707672+0000 mgr.a (mgr.14403) 16121 : cluster 0 pgmap v12036: 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-07T23:56:15.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:14 smithi079 bash[28699]: cluster 2023-12-07T23:56:13.708482+0000 mgr.a (mgr.14403) 16122 : cluster 0 pgmap v12037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:56:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:14 smithi194 bash[32038]: cluster 2023-12-07T23:56:13.708482+0000 mgr.a (mgr.14403) 16122 : cluster 0 pgmap v12037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:56:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:14 smithi135 bash[32435]: cluster 2023-12-07T23:56:13.708482+0000 mgr.a (mgr.14403) 16122 : cluster 0 pgmap v12037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:56:15.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:56:15.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:15.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:16.471 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:56:16.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:16.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:16.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:16.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:56:17.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:16 smithi079 bash[28699]: cluster 2023-12-07T23:56:15.709016+0000 mgr.a (mgr.14403) 16123 : cluster 0 pgmap v12038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:17.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:16 smithi079 bash[28699]: audit 2023-12-07T23:56:15.946675+0000 mgr.a (mgr.14403) 16124 : audit 0 from='client.322485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:17.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:16 smithi194 bash[32038]: cluster 2023-12-07T23:56:15.709016+0000 mgr.a (mgr.14403) 16123 : cluster 0 pgmap v12038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:17.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:16 smithi194 bash[32038]: audit 2023-12-07T23:56:15.946675+0000 mgr.a (mgr.14403) 16124 : audit 0 from='client.322485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:16 smithi135 bash[32435]: cluster 2023-12-07T23:56:15.709016+0000 mgr.a (mgr.14403) 16123 : cluster 0 pgmap v12038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:16 smithi135 bash[32435]: audit 2023-12-07T23:56:15.946675+0000 mgr.a (mgr.14403) 16124 : audit 0 from='client.322485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:19.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:18 smithi079 bash[28699]: cluster 2023-12-07T23:56:17.709665+0000 mgr.a (mgr.14403) 16125 : cluster 0 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-07T23:56:19.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:18 smithi194 bash[32038]: cluster 2023-12-07T23:56:17.709665+0000 mgr.a (mgr.14403) 16125 : cluster 0 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-07T23:56:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:18 smithi135 bash[32435]: cluster 2023-12-07T23:56:17.709665+0000 mgr.a (mgr.14403) 16125 : cluster 0 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-07T23:56:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:20 smithi079 bash[28699]: cluster 2023-12-07T23:56:19.710456+0000 mgr.a (mgr.14403) 16126 : cluster 0 pgmap v12040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:20 smithi194 bash[32038]: cluster 2023-12-07T23:56:19.710456+0000 mgr.a (mgr.14403) 16126 : cluster 0 pgmap v12040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:20 smithi135 bash[32435]: cluster 2023-12-07T23:56:19.710456+0000 mgr.a (mgr.14403) 16126 : cluster 0 pgmap v12040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:21.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:56:21.475 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:21.475 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:22.408 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:56:22.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:22.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:22.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:22.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:56:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:22 smithi079 bash[28699]: cluster 2023-12-07T23:56:21.711027+0000 mgr.a (mgr.14403) 16127 : cluster 0 pgmap v12041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:22.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:22 smithi079 bash[28699]: audit 2023-12-07T23:56:21.880438+0000 mgr.a (mgr.14403) 16128 : audit 0 from='client.322557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:22.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:22 smithi194 bash[32038]: cluster 2023-12-07T23:56:21.711027+0000 mgr.a (mgr.14403) 16127 : cluster 0 pgmap v12041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:22.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:22 smithi194 bash[32038]: audit 2023-12-07T23:56:21.880438+0000 mgr.a (mgr.14403) 16128 : audit 0 from='client.322557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:22 smithi135 bash[32435]: cluster 2023-12-07T23:56:21.711027+0000 mgr.a (mgr.14403) 16127 : cluster 0 pgmap v12041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:22 smithi135 bash[32435]: audit 2023-12-07T23:56:21.880438+0000 mgr.a (mgr.14403) 16128 : audit 0 from='client.322557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:25.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:24 smithi079 bash[28699]: cluster 2023-12-07T23:56:23.711871+0000 mgr.a (mgr.14403) 16129 : cluster 0 pgmap v12042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:24 smithi194 bash[32038]: cluster 2023-12-07T23:56:23.711871+0000 mgr.a (mgr.14403) 16129 : cluster 0 pgmap v12042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:24 smithi135 bash[32435]: cluster 2023-12-07T23:56:23.711871+0000 mgr.a (mgr.14403) 16129 : cluster 0 pgmap v12042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:27.150 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:26 smithi079 bash[28699]: cluster 2023-12-07T23:56:25.712437+0000 mgr.a (mgr.14403) 16130 : cluster 0 pgmap v12043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:26 smithi194 bash[32038]: cluster 2023-12-07T23:56:25.712437+0000 mgr.a (mgr.14403) 16130 : cluster 0 pgmap v12043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:26 smithi135 bash[32435]: cluster 2023-12-07T23:56:25.712437+0000 mgr.a (mgr.14403) 16130 : cluster 0 pgmap v12043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:27.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:56:27.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:27.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:28.310 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:56:28.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:28.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:28.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:28.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:56:29.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:28 smithi079 bash[28699]: cluster 2023-12-07T23:56:27.712983+0000 mgr.a (mgr.14403) 16131 : cluster 0 pgmap v12044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:29.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:28 smithi079 bash[28699]: audit 2023-12-07T23:56:27.811657+0000 mgr.a (mgr.14403) 16132 : audit 0 from='client.322632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:28 smithi194 bash[32038]: cluster 2023-12-07T23:56:27.712983+0000 mgr.a (mgr.14403) 16131 : cluster 0 pgmap v12044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:29.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:28 smithi194 bash[32038]: audit 2023-12-07T23:56:27.811657+0000 mgr.a (mgr.14403) 16132 : audit 0 from='client.322632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:28 smithi135 bash[32435]: cluster 2023-12-07T23:56:27.712983+0000 mgr.a (mgr.14403) 16131 : cluster 0 pgmap v12044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:28 smithi135 bash[32435]: audit 2023-12-07T23:56:27.811657+0000 mgr.a (mgr.14403) 16132 : audit 0 from='client.322632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:31.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:30 smithi079 bash[28699]: cluster 2023-12-07T23:56:29.713882+0000 mgr.a (mgr.14403) 16133 : cluster 0 pgmap v12045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:30 smithi194 bash[32038]: cluster 2023-12-07T23:56:29.713882+0000 mgr.a (mgr.14403) 16133 : cluster 0 pgmap v12045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:30 smithi135 bash[32435]: cluster 2023-12-07T23:56:29.713882+0000 mgr.a (mgr.14403) 16133 : cluster 0 pgmap v12045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:32.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:32 smithi079 bash[28699]: cluster 2023-12-07T23:56:31.714404+0000 mgr.a (mgr.14403) 16134 : cluster 0 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-07T23:56:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:32 smithi194 bash[32038]: cluster 2023-12-07T23:56:31.714404+0000 mgr.a (mgr.14403) 16134 : cluster 0 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-07T23:56:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:32 smithi135 bash[32435]: cluster 2023-12-07T23:56:31.714404+0000 mgr.a (mgr.14403) 16134 : cluster 0 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-07T23:56:33.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:56:33.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:33.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:34.251 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:56:34.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:34.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:34.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:34.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:56:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:34 smithi079 bash[28699]: cluster 2023-12-07T23:56:33.715123+0000 mgr.a (mgr.14403) 16135 : cluster 0 pgmap v12047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:34 smithi079 bash[28699]: audit 2023-12-07T23:56:33.717710+0000 mgr.a (mgr.14403) 16136 : audit 0 from='client.322707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:35.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:34 smithi194 bash[32038]: cluster 2023-12-07T23:56:33.715123+0000 mgr.a (mgr.14403) 16135 : cluster 0 pgmap v12047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:35.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:34 smithi194 bash[32038]: audit 2023-12-07T23:56:33.717710+0000 mgr.a (mgr.14403) 16136 : audit 0 from='client.322707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:34 smithi135 bash[32435]: cluster 2023-12-07T23:56:33.715123+0000 mgr.a (mgr.14403) 16135 : cluster 0 pgmap v12047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:34 smithi135 bash[32435]: audit 2023-12-07T23:56:33.717710+0000 mgr.a (mgr.14403) 16136 : audit 0 from='client.322707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:37.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:36 smithi079 bash[28699]: cluster 2023-12-07T23:56:35.715766+0000 mgr.a (mgr.14403) 16137 : cluster 0 pgmap v12048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:36 smithi194 bash[32038]: cluster 2023-12-07T23:56:35.715766+0000 mgr.a (mgr.14403) 16137 : cluster 0 pgmap v12048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:36 smithi135 bash[32435]: cluster 2023-12-07T23:56:35.715766+0000 mgr.a (mgr.14403) 16137 : cluster 0 pgmap v12048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:39.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:38 smithi079 bash[28699]: cluster 2023-12-07T23:56:37.716346+0000 mgr.a (mgr.14403) 16138 : cluster 0 pgmap v12049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:38 smithi194 bash[32038]: cluster 2023-12-07T23:56:37.716346+0000 mgr.a (mgr.14403) 16138 : cluster 0 pgmap v12049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:38 smithi135 bash[32435]: cluster 2023-12-07T23:56:37.716346+0000 mgr.a (mgr.14403) 16138 : cluster 0 pgmap v12049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:39.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:56:39.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:39.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:40.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:39 smithi079 bash[28699]: audit 2023-12-07T23:56:39.135076+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:56:40.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:39 smithi079 bash[28699]: audit 2023-12-07T23:56:39.674756+0000 mon.a (mon.0) 2677 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:56:40.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:39 smithi079 bash[28699]: audit 2023-12-07T23:56:39.686741+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:56:40.153 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:56:40.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:40.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:40.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:40.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:56:40.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:39 smithi194 bash[32038]: audit 2023-12-07T23:56:39.135076+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:56:40.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:39 smithi194 bash[32038]: audit 2023-12-07T23:56:39.674756+0000 mon.a (mon.0) 2677 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:56:40.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:39 smithi194 bash[32038]: audit 2023-12-07T23:56:39.686741+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:56:40.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:39 smithi135 bash[32435]: audit 2023-12-07T23:56:39.135076+0000 mon.a (mon.0) 2676 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:56:40.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:39 smithi135 bash[32435]: audit 2023-12-07T23:56:39.674756+0000 mon.a (mon.0) 2677 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:56:40.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:39 smithi135 bash[32435]: audit 2023-12-07T23:56:39.686741+0000 mon.a (mon.0) 2678 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:56:41.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:40 smithi079 bash[28699]: audit 2023-12-07T23:56:39.653459+0000 mgr.a (mgr.14403) 16139 : audit 0 from='client.322779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:41.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:40 smithi079 bash[28699]: cluster 2023-12-07T23:56:39.717068+0000 mgr.a (mgr.14403) 16140 : cluster 0 pgmap v12050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:41.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:40 smithi079 bash[28699]: audit 2023-12-07T23:56:40.445290+0000 mon.a (mon.0) 2679 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:56:41.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:40 smithi079 bash[28699]: audit 2023-12-07T23:56:40.447454+0000 mon.a (mon.0) 2680 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:56:41.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:40 smithi079 bash[28699]: audit 2023-12-07T23:56:40.457727+0000 mon.a (mon.0) 2681 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:56:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:40 smithi194 bash[32038]: audit 2023-12-07T23:56:39.653459+0000 mgr.a (mgr.14403) 16139 : audit 0 from='client.322779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:41.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:40 smithi194 bash[32038]: cluster 2023-12-07T23:56:39.717068+0000 mgr.a (mgr.14403) 16140 : cluster 0 pgmap v12050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:41.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:40 smithi194 bash[32038]: audit 2023-12-07T23:56:40.445290+0000 mon.a (mon.0) 2679 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:56:41.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:40 smithi194 bash[32038]: audit 2023-12-07T23:56:40.447454+0000 mon.a (mon.0) 2680 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:56:41.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:40 smithi194 bash[32038]: audit 2023-12-07T23:56:40.457727+0000 mon.a (mon.0) 2681 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:56:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:40 smithi135 bash[32435]: audit 2023-12-07T23:56:39.653459+0000 mgr.a (mgr.14403) 16139 : audit 0 from='client.322779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:40 smithi135 bash[32435]: cluster 2023-12-07T23:56:39.717068+0000 mgr.a (mgr.14403) 16140 : cluster 0 pgmap v12050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:40 smithi135 bash[32435]: audit 2023-12-07T23:56:40.445290+0000 mon.a (mon.0) 2679 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:56:41.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:40 smithi135 bash[32435]: audit 2023-12-07T23:56:40.447454+0000 mon.a (mon.0) 2680 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:56:41.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:40 smithi135 bash[32435]: audit 2023-12-07T23:56:40.457727+0000 mon.a (mon.0) 2681 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:56:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:42 smithi079 bash[28699]: cluster 2023-12-07T23:56:41.717679+0000 mgr.a (mgr.14403) 16141 : cluster 0 pgmap v12051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:42 smithi194 bash[32038]: cluster 2023-12-07T23:56:41.717679+0000 mgr.a (mgr.14403) 16141 : cluster 0 pgmap v12051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:42 smithi135 bash[32435]: cluster 2023-12-07T23:56:41.717679+0000 mgr.a (mgr.14403) 16141 : cluster 0 pgmap v12051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:56:45.152 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:44 smithi079 bash[28699]: cluster 2023-12-07T23:56:43.718449+0000 mgr.a (mgr.14403) 16142 : cluster 0 pgmap v12052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:45.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:56:45.157 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:45.157 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:44 smithi194 bash[32038]: cluster 2023-12-07T23:56:43.718449+0000 mgr.a (mgr.14403) 16142 : cluster 0 pgmap v12052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:44 smithi135 bash[32435]: cluster 2023-12-07T23:56:43.718449+0000 mgr.a (mgr.14403) 16142 : cluster 0 pgmap v12052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:46.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:46.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:46.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:46.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:56:46.065 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:56:47.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:46 smithi079 bash[28699]: audit 2023-12-07T23:56:45.558434+0000 mgr.a (mgr.14403) 16143 : audit 0 from='client.322851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:47.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:46 smithi079 bash[28699]: cluster 2023-12-07T23:56:45.719188+0000 mgr.a (mgr.14403) 16144 : cluster 0 pgmap v12053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:46 smithi194 bash[32038]: audit 2023-12-07T23:56:45.558434+0000 mgr.a (mgr.14403) 16143 : audit 0 from='client.322851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:47.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:46 smithi194 bash[32038]: cluster 2023-12-07T23:56:45.719188+0000 mgr.a (mgr.14403) 16144 : cluster 0 pgmap v12053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:47.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:46 smithi135 bash[32435]: audit 2023-12-07T23:56:45.558434+0000 mgr.a (mgr.14403) 16143 : audit 0 from='client.322851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:47.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:46 smithi135 bash[32435]: cluster 2023-12-07T23:56:45.719188+0000 mgr.a (mgr.14403) 16144 : cluster 0 pgmap v12053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:49.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:48 smithi079 bash[28699]: cluster 2023-12-07T23:56:47.719952+0000 mgr.a (mgr.14403) 16145 : cluster 0 pgmap v12054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:48 smithi194 bash[32038]: cluster 2023-12-07T23:56:47.719952+0000 mgr.a (mgr.14403) 16145 : cluster 0 pgmap v12054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:48 smithi135 bash[32435]: cluster 2023-12-07T23:56:47.719952+0000 mgr.a (mgr.14403) 16145 : cluster 0 pgmap v12054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:51.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:56:51.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:51.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:51.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:50 smithi079 bash[28699]: cluster 2023-12-07T23:56:49.720789+0000 mgr.a (mgr.14403) 16146 : cluster 0 pgmap v12055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:50 smithi194 bash[32038]: cluster 2023-12-07T23:56:49.720789+0000 mgr.a (mgr.14403) 16146 : cluster 0 pgmap v12055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:50 smithi135 bash[32435]: cluster 2023-12-07T23:56:49.720789+0000 mgr.a (mgr.14403) 16146 : cluster 0 pgmap v12055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:51.981 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:56:51.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:51.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:51.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:51.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:56:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:52 smithi079 bash[28699]: audit 2023-12-07T23:56:51.464908+0000 mgr.a (mgr.14403) 16147 : audit 0 from='client.322923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:52.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:52 smithi079 bash[28699]: cluster 2023-12-07T23:56:51.721283+0000 mgr.a (mgr.14403) 16148 : cluster 0 pgmap v12056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:52.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:52 smithi194 bash[32038]: audit 2023-12-07T23:56:51.464908+0000 mgr.a (mgr.14403) 16147 : audit 0 from='client.322923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:52.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:52 smithi194 bash[32038]: cluster 2023-12-07T23:56:51.721283+0000 mgr.a (mgr.14403) 16148 : cluster 0 pgmap v12056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:52 smithi135 bash[32435]: audit 2023-12-07T23:56:51.464908+0000 mgr.a (mgr.14403) 16147 : audit 0 from='client.322923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:52 smithi135 bash[32435]: cluster 2023-12-07T23:56:51.721283+0000 mgr.a (mgr.14403) 16148 : cluster 0 pgmap v12056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:55.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:54 smithi079 bash[28699]: cluster 2023-12-07T23:56:53.722129+0000 mgr.a (mgr.14403) 16149 : cluster 0 pgmap v12057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:54 smithi194 bash[32038]: cluster 2023-12-07T23:56:53.722129+0000 mgr.a (mgr.14403) 16149 : cluster 0 pgmap v12057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:54 smithi135 bash[32435]: cluster 2023-12-07T23:56:53.722129+0000 mgr.a (mgr.14403) 16149 : cluster 0 pgmap v12057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:56:56.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:56:56.985 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:56:56.985 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:56:57.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:56 smithi079 bash[28699]: cluster 2023-12-07T23:56:55.722680+0000 mgr.a (mgr.14403) 16150 : cluster 0 pgmap v12058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:56 smithi194 bash[32038]: cluster 2023-12-07T23:56:55.722680+0000 mgr.a (mgr.14403) 16150 : cluster 0 pgmap v12058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:56 smithi135 bash[32435]: cluster 2023-12-07T23:56:55.722680+0000 mgr.a (mgr.14403) 16150 : cluster 0 pgmap v12058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:56:57.917 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:56:57.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:56:57.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:56:57.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:56:57.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:56:59.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:58 smithi079 bash[28699]: audit 2023-12-07T23:56:57.391323+0000 mgr.a (mgr.14403) 16151 : audit 0 from='client.323001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:59.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:56:58 smithi079 bash[28699]: cluster 2023-12-07T23:56:57.723329+0000 mgr.a (mgr.14403) 16152 : cluster 0 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-07T23:56:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:58 smithi194 bash[32038]: audit 2023-12-07T23:56:57.391323+0000 mgr.a (mgr.14403) 16151 : audit 0 from='client.323001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:59.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:56:58 smithi194 bash[32038]: cluster 2023-12-07T23:56:57.723329+0000 mgr.a (mgr.14403) 16152 : cluster 0 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-07T23:56:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:58 smithi135 bash[32435]: audit 2023-12-07T23:56:57.391323+0000 mgr.a (mgr.14403) 16151 : audit 0 from='client.323001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:56:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:56:58 smithi135 bash[32435]: cluster 2023-12-07T23:56:57.723329+0000 mgr.a (mgr.14403) 16152 : cluster 0 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-07T23:57:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:00 smithi079 bash[28699]: cluster 2023-12-07T23:56:59.724223+0000 mgr.a (mgr.14403) 16153 : cluster 0 pgmap v12060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:00 smithi194 bash[32038]: cluster 2023-12-07T23:56:59.724223+0000 mgr.a (mgr.14403) 16153 : cluster 0 pgmap v12060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:00 smithi135 bash[32435]: cluster 2023-12-07T23:56:59.724223+0000 mgr.a (mgr.14403) 16153 : cluster 0 pgmap v12060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:02.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:02 smithi079 bash[28699]: cluster 2023-12-07T23:57:01.724762+0000 mgr.a (mgr.14403) 16154 : cluster 0 pgmap v12061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:02.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:57:02.921 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:02.921 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:02 smithi194 bash[32038]: cluster 2023-12-07T23:57:01.724762+0000 mgr.a (mgr.14403) 16154 : cluster 0 pgmap v12061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:02 smithi135 bash[32435]: cluster 2023-12-07T23:57:01.724762+0000 mgr.a (mgr.14403) 16154 : cluster 0 pgmap v12061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:03.819 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:57:03.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:03.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:03.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:03.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:57:05.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:04 smithi079 bash[28699]: audit 2023-12-07T23:57:03.324355+0000 mgr.a (mgr.14403) 16155 : audit 0 from='client.323079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:05.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:04 smithi079 bash[28699]: cluster 2023-12-07T23:57:03.725900+0000 mgr.a (mgr.14403) 16156 : cluster 0 pgmap v12062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:57:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:04 smithi194 bash[32038]: audit 2023-12-07T23:57:03.324355+0000 mgr.a (mgr.14403) 16155 : audit 0 from='client.323079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:05.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:04 smithi194 bash[32038]: cluster 2023-12-07T23:57:03.725900+0000 mgr.a (mgr.14403) 16156 : cluster 0 pgmap v12062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:57:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:04 smithi135 bash[32435]: audit 2023-12-07T23:57:03.324355+0000 mgr.a (mgr.14403) 16155 : audit 0 from='client.323079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:04 smithi135 bash[32435]: cluster 2023-12-07T23:57:03.725900+0000 mgr.a (mgr.14403) 16156 : cluster 0 pgmap v12062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:57:07.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:06 smithi079 bash[28699]: cluster 2023-12-07T23:57:05.726488+0000 mgr.a (mgr.14403) 16157 : cluster 0 pgmap v12063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:57:07.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:06 smithi194 bash[32038]: cluster 2023-12-07T23:57:05.726488+0000 mgr.a (mgr.14403) 16157 : cluster 0 pgmap v12063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:57:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:06 smithi135 bash[32435]: cluster 2023-12-07T23:57:05.726488+0000 mgr.a (mgr.14403) 16157 : cluster 0 pgmap v12063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:57:08.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:57:08.823 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:08.823 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:09.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:08 smithi079 bash[28699]: cluster 2023-12-07T23:57:07.727059+0000 mgr.a (mgr.14403) 16158 : cluster 0 pgmap v12064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:57:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:08 smithi194 bash[32038]: cluster 2023-12-07T23:57:07.727059+0000 mgr.a (mgr.14403) 16158 : cluster 0 pgmap v12064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:57:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:08 smithi135 bash[32435]: cluster 2023-12-07T23:57:07.727059+0000 mgr.a (mgr.14403) 16158 : cluster 0 pgmap v12064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:57:09.727 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:57:09.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:09.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:09.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:09.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:57:10.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:09 smithi079 bash[28699]: audit 2023-12-07T23:57:09.229402+0000 mgr.a (mgr.14403) 16159 : audit 0 from='client.323151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:10.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:09 smithi194 bash[32038]: audit 2023-12-07T23:57:09.229402+0000 mgr.a (mgr.14403) 16159 : audit 0 from='client.323151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:10.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:09 smithi135 bash[32435]: audit 2023-12-07T23:57:09.229402+0000 mgr.a (mgr.14403) 16159 : audit 0 from='client.323151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:11.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:10 smithi079 bash[28699]: cluster 2023-12-07T23:57:09.727972+0000 mgr.a (mgr.14403) 16160 : cluster 0 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-07T23:57:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:10 smithi194 bash[32038]: cluster 2023-12-07T23:57:09.727972+0000 mgr.a (mgr.14403) 16160 : cluster 0 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-07T23:57:11.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:10 smithi135 bash[32435]: cluster 2023-12-07T23:57:09.727972+0000 mgr.a (mgr.14403) 16160 : cluster 0 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-07T23:57:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:12 smithi079 bash[28699]: cluster 2023-12-07T23:57:11.728580+0000 mgr.a (mgr.14403) 16161 : cluster 0 pgmap v12066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:57:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:12 smithi194 bash[32038]: cluster 2023-12-07T23:57:11.728580+0000 mgr.a (mgr.14403) 16161 : cluster 0 pgmap v12066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:57:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:12 smithi135 bash[32435]: cluster 2023-12-07T23:57:11.728580+0000 mgr.a (mgr.14403) 16161 : cluster 0 pgmap v12066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:57:14.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:57:14.731 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:14.731 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:15.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:14 smithi079 bash[28699]: cluster 2023-12-07T23:57:13.729330+0000 mgr.a (mgr.14403) 16162 : cluster 0 pgmap v12067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:14 smithi194 bash[32038]: cluster 2023-12-07T23:57:13.729330+0000 mgr.a (mgr.14403) 16162 : cluster 0 pgmap v12067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:14 smithi135 bash[32435]: cluster 2023-12-07T23:57:13.729330+0000 mgr.a (mgr.14403) 16162 : cluster 0 pgmap v12067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:15.627 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:57:15.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:15.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:15.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:15.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:57:16.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:15 smithi079 bash[28699]: audit 2023-12-07T23:57:15.130071+0000 mgr.a (mgr.14403) 16163 : audit 0 from='client.323226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:15 smithi194 bash[32038]: audit 2023-12-07T23:57:15.130071+0000 mgr.a (mgr.14403) 16163 : audit 0 from='client.323226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:16.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:15 smithi135 bash[32435]: audit 2023-12-07T23:57:15.130071+0000 mgr.a (mgr.14403) 16163 : audit 0 from='client.323226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:17.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:16 smithi079 bash[28699]: cluster 2023-12-07T23:57:15.730063+0000 mgr.a (mgr.14403) 16164 : cluster 0 pgmap v12068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:57:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:16 smithi194 bash[32038]: cluster 2023-12-07T23:57:15.730063+0000 mgr.a (mgr.14403) 16164 : cluster 0 pgmap v12068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:57:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:16 smithi135 bash[32435]: cluster 2023-12-07T23:57:15.730063+0000 mgr.a (mgr.14403) 16164 : cluster 0 pgmap v12068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:57:19.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:18 smithi079 bash[28699]: cluster 2023-12-07T23:57:17.730653+0000 mgr.a (mgr.14403) 16165 : cluster 0 pgmap v12069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:57:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:18 smithi194 bash[32038]: cluster 2023-12-07T23:57:17.730653+0000 mgr.a (mgr.14403) 16165 : cluster 0 pgmap v12069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:57:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:18 smithi135 bash[32435]: cluster 2023-12-07T23:57:17.730653+0000 mgr.a (mgr.14403) 16165 : cluster 0 pgmap v12069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:57:20.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:57:20.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:20.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:21.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:20 smithi079 bash[28699]: cluster 2023-12-07T23:57:19.731492+0000 mgr.a (mgr.14403) 16166 : cluster 0 pgmap v12070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:57:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:20 smithi194 bash[32038]: cluster 2023-12-07T23:57:19.731492+0000 mgr.a (mgr.14403) 16166 : cluster 0 pgmap v12070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:57:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:20 smithi135 bash[32435]: cluster 2023-12-07T23:57:19.731492+0000 mgr.a (mgr.14403) 16166 : cluster 0 pgmap v12070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:57:21.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:21.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:21.527 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:57:21.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:21.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:57:22.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:21 smithi079 bash[28699]: audit 2023-12-07T23:57:21.042655+0000 mgr.a (mgr.14403) 16167 : audit 0 from='client.323304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:22.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:21 smithi194 bash[32038]: audit 2023-12-07T23:57:21.042655+0000 mgr.a (mgr.14403) 16167 : audit 0 from='client.323304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:22.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:21 smithi135 bash[32435]: audit 2023-12-07T23:57:21.042655+0000 mgr.a (mgr.14403) 16167 : audit 0 from='client.323304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:23.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:22 smithi079 bash[28699]: cluster 2023-12-07T23:57:21.732201+0000 mgr.a (mgr.14403) 16168 : cluster 0 pgmap v12071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:22 smithi194 bash[32038]: cluster 2023-12-07T23:57:21.732201+0000 mgr.a (mgr.14403) 16168 : cluster 0 pgmap v12071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:22 smithi135 bash[32435]: cluster 2023-12-07T23:57:21.732201+0000 mgr.a (mgr.14403) 16168 : cluster 0 pgmap v12071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:25.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:24 smithi079 bash[28699]: cluster 2023-12-07T23:57:23.733008+0000 mgr.a (mgr.14403) 16169 : cluster 0 pgmap v12072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:24 smithi194 bash[32038]: cluster 2023-12-07T23:57:23.733008+0000 mgr.a (mgr.14403) 16169 : cluster 0 pgmap v12072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:24 smithi135 bash[32435]: cluster 2023-12-07T23:57:23.733008+0000 mgr.a (mgr.14403) 16169 : cluster 0 pgmap v12072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:26.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:57:26.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:26.530 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:27.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:26 smithi079 bash[28699]: cluster 2023-12-07T23:57:25.733555+0000 mgr.a (mgr.14403) 16170 : cluster 0 pgmap v12073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:26 smithi194 bash[32038]: cluster 2023-12-07T23:57:25.733555+0000 mgr.a (mgr.14403) 16170 : cluster 0 pgmap v12073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:26 smithi135 bash[32435]: cluster 2023-12-07T23:57:25.733555+0000 mgr.a (mgr.14403) 16170 : cluster 0 pgmap v12073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:27.460 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:57:27.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:27.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:27.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:27.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:57:28.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:27 smithi079 bash[28699]: audit 2023-12-07T23:57:26.940050+0000 mgr.a (mgr.14403) 16171 : audit 0 from='client.323382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:27 smithi194 bash[32038]: audit 2023-12-07T23:57:26.940050+0000 mgr.a (mgr.14403) 16171 : audit 0 from='client.323382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:28.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:27 smithi135 bash[32435]: audit 2023-12-07T23:57:26.940050+0000 mgr.a (mgr.14403) 16171 : audit 0 from='client.323382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:29.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:28 smithi079 bash[28699]: cluster 2023-12-07T23:57:27.734292+0000 mgr.a (mgr.14403) 16172 : cluster 0 pgmap v12074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:28 smithi194 bash[32038]: cluster 2023-12-07T23:57:27.734292+0000 mgr.a (mgr.14403) 16172 : cluster 0 pgmap v12074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:28 smithi135 bash[32435]: cluster 2023-12-07T23:57:27.734292+0000 mgr.a (mgr.14403) 16172 : cluster 0 pgmap v12074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:31.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:30 smithi079 bash[28699]: cluster 2023-12-07T23:57:29.735298+0000 mgr.a (mgr.14403) 16173 : cluster 0 pgmap v12075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:30 smithi194 bash[32038]: cluster 2023-12-07T23:57:29.735298+0000 mgr.a (mgr.14403) 16173 : cluster 0 pgmap v12075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:30 smithi135 bash[32435]: cluster 2023-12-07T23:57:29.735298+0000 mgr.a (mgr.14403) 16173 : cluster 0 pgmap v12075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:32.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:57:32.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:32.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:32 smithi079 bash[28699]: cluster 2023-12-07T23:57:31.736042+0000 mgr.a (mgr.14403) 16174 : cluster 0 pgmap v12076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:32 smithi194 bash[32038]: cluster 2023-12-07T23:57:31.736042+0000 mgr.a (mgr.14403) 16174 : cluster 0 pgmap v12076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:32 smithi135 bash[32435]: cluster 2023-12-07T23:57:31.736042+0000 mgr.a (mgr.14403) 16174 : cluster 0 pgmap v12076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:33.329 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:57:33.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:33.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:33.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:33.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:57:33.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:33 smithi079 bash[28699]: audit 2023-12-07T23:57:32.855446+0000 mgr.a (mgr.14403) 16175 : audit 0 from='client.323460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:33.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:33 smithi194 bash[32038]: audit 2023-12-07T23:57:32.855446+0000 mgr.a (mgr.14403) 16175 : audit 0 from='client.323460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:33.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:33 smithi135 bash[32435]: audit 2023-12-07T23:57:32.855446+0000 mgr.a (mgr.14403) 16175 : audit 0 from='client.323460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:34.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:34 smithi079 bash[28699]: cluster 2023-12-07T23:57:33.737023+0000 mgr.a (mgr.14403) 16176 : cluster 0 pgmap v12077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:34 smithi194 bash[32038]: cluster 2023-12-07T23:57:33.737023+0000 mgr.a (mgr.14403) 16176 : cluster 0 pgmap v12077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:34.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:34 smithi135 bash[32435]: cluster 2023-12-07T23:57:33.737023+0000 mgr.a (mgr.14403) 16176 : cluster 0 pgmap v12077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:57:37.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:36 smithi079 bash[28699]: cluster 2023-12-07T23:57:35.737571+0000 mgr.a (mgr.14403) 16177 : cluster 0 pgmap v12078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:36 smithi194 bash[32038]: cluster 2023-12-07T23:57:35.737571+0000 mgr.a (mgr.14403) 16177 : cluster 0 pgmap v12078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:36 smithi135 bash[32435]: cluster 2023-12-07T23:57:35.737571+0000 mgr.a (mgr.14403) 16177 : cluster 0 pgmap v12078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:38.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:57:38.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:38.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:39.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:38 smithi079 bash[28699]: cluster 2023-12-07T23:57:37.738168+0000 mgr.a (mgr.14403) 16178 : cluster 0 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-07T23:57:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:38 smithi194 bash[32038]: cluster 2023-12-07T23:57:37.738168+0000 mgr.a (mgr.14403) 16178 : cluster 0 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-07T23:57:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:38 smithi135 bash[32435]: cluster 2023-12-07T23:57:37.738168+0000 mgr.a (mgr.14403) 16178 : cluster 0 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-07T23:57:39.251 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:57:39.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:39.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:39.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:39.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:57:40.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:39 smithi079 bash[28699]: audit 2023-12-07T23:57:38.737422+0000 mgr.a (mgr.14403) 16179 : audit 0 from='client.323532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:40.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:39 smithi194 bash[32038]: audit 2023-12-07T23:57:38.737422+0000 mgr.a (mgr.14403) 16179 : audit 0 from='client.323532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:40.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:39 smithi135 bash[32435]: audit 2023-12-07T23:57:38.737422+0000 mgr.a (mgr.14403) 16179 : audit 0 from='client.323532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:41.150 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:40 smithi079 bash[28699]: cluster 2023-12-07T23:57:39.739215+0000 mgr.a (mgr.14403) 16180 : cluster 0 pgmap v12080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:41.150 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:40 smithi079 bash[28699]: audit 2023-12-07T23:57:40.561949+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:57:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:40 smithi194 bash[32038]: cluster 2023-12-07T23:57:39.739215+0000 mgr.a (mgr.14403) 16180 : cluster 0 pgmap v12080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:40 smithi194 bash[32038]: audit 2023-12-07T23:57:40.561949+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:57:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:40 smithi135 bash[32435]: cluster 2023-12-07T23:57:39.739215+0000 mgr.a (mgr.14403) 16180 : cluster 0 pgmap v12080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:40 smithi135 bash[32435]: audit 2023-12-07T23:57:40.561949+0000 mon.a (mon.0) 2682 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:57:42.150 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:41 smithi079 bash[28699]: audit 2023-12-07T23:57:41.295414+0000 mon.a (mon.0) 2683 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:57:42.150 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:41 smithi079 bash[28699]: audit 2023-12-07T23:57:41.296600+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:57:42.150 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:41 smithi079 bash[28699]: audit 2023-12-07T23:57:41.305436+0000 mon.a (mon.0) 2685 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:57:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:41 smithi194 bash[32038]: audit 2023-12-07T23:57:41.295414+0000 mon.a (mon.0) 2683 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:57:42.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:41 smithi194 bash[32038]: audit 2023-12-07T23:57:41.296600+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:57:42.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:41 smithi194 bash[32038]: audit 2023-12-07T23:57:41.305436+0000 mon.a (mon.0) 2685 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:57:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:41 smithi135 bash[32435]: audit 2023-12-07T23:57:41.295414+0000 mon.a (mon.0) 2683 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:57:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:41 smithi135 bash[32435]: audit 2023-12-07T23:57:41.296600+0000 mon.a (mon.0) 2684 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:57:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:41 smithi135 bash[32435]: audit 2023-12-07T23:57:41.305436+0000 mon.a (mon.0) 2685 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:57:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:42 smithi079 bash[28699]: cluster 2023-12-07T23:57:41.739924+0000 mgr.a (mgr.14403) 16181 : cluster 0 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-07T23:57:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:42 smithi194 bash[32038]: cluster 2023-12-07T23:57:41.739924+0000 mgr.a (mgr.14403) 16181 : cluster 0 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-07T23:57:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:42 smithi135 bash[32435]: cluster 2023-12-07T23:57:41.739924+0000 mgr.a (mgr.14403) 16181 : cluster 0 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-07T23:57:44.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:57:44.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:44.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:45.144 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:57:45.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:45.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:45.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:45.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:57:45.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:44 smithi079 bash[28699]: cluster 2023-12-07T23:57:43.740729+0000 mgr.a (mgr.14403) 16182 : cluster 0 pgmap v12082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:44 smithi194 bash[32038]: cluster 2023-12-07T23:57:43.740729+0000 mgr.a (mgr.14403) 16182 : cluster 0 pgmap v12082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:44 smithi135 bash[32435]: cluster 2023-12-07T23:57:43.740729+0000 mgr.a (mgr.14403) 16182 : cluster 0 pgmap v12082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:46.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:45 smithi079 bash[28699]: audit 2023-12-07T23:57:44.652801+0000 mgr.a (mgr.14403) 16183 : audit 0 from='client.323610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:46.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:45 smithi194 bash[32038]: audit 2023-12-07T23:57:44.652801+0000 mgr.a (mgr.14403) 16183 : audit 0 from='client.323610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:46.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:45 smithi135 bash[32435]: audit 2023-12-07T23:57:44.652801+0000 mgr.a (mgr.14403) 16183 : audit 0 from='client.323610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:47.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:46 smithi079 bash[28699]: cluster 2023-12-07T23:57:45.741433+0000 mgr.a (mgr.14403) 16184 : cluster 0 pgmap v12083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:57:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:46 smithi194 bash[32038]: cluster 2023-12-07T23:57:45.741433+0000 mgr.a (mgr.14403) 16184 : cluster 0 pgmap v12083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:57:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:46 smithi135 bash[32435]: cluster 2023-12-07T23:57:45.741433+0000 mgr.a (mgr.14403) 16184 : cluster 0 pgmap v12083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:57:49.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:48 smithi079 bash[28699]: cluster 2023-12-07T23:57:47.742030+0000 mgr.a (mgr.14403) 16185 : cluster 0 pgmap v12084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:57:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:48 smithi194 bash[32038]: cluster 2023-12-07T23:57:47.742030+0000 mgr.a (mgr.14403) 16185 : cluster 0 pgmap v12084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:57:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:48 smithi135 bash[32435]: cluster 2023-12-07T23:57:47.742030+0000 mgr.a (mgr.14403) 16185 : cluster 0 pgmap v12084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:57:50.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:57:50.148 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:50.148 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:51.056 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:57:51.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:51.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:51.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:51.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:57:51.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:50 smithi079 bash[28699]: cluster 2023-12-07T23:57:49.742952+0000 mgr.a (mgr.14403) 16186 : cluster 0 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-07T23:57:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:50 smithi194 bash[32038]: cluster 2023-12-07T23:57:49.742952+0000 mgr.a (mgr.14403) 16186 : cluster 0 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-07T23:57:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:50 smithi135 bash[32435]: cluster 2023-12-07T23:57:49.742952+0000 mgr.a (mgr.14403) 16186 : cluster 0 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-07T23:57:52.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:51 smithi079 bash[28699]: audit 2023-12-07T23:57:50.542717+0000 mgr.a (mgr.14403) 16187 : audit 0 from='client.323688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:52.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:51 smithi194 bash[32038]: audit 2023-12-07T23:57:50.542717+0000 mgr.a (mgr.14403) 16187 : audit 0 from='client.323688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:52.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:51 smithi135 bash[32435]: audit 2023-12-07T23:57:50.542717+0000 mgr.a (mgr.14403) 16187 : audit 0 from='client.323688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:53.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:52 smithi079 bash[28699]: cluster 2023-12-07T23:57:51.743764+0000 mgr.a (mgr.14403) 16188 : cluster 0 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-07T23:57:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:52 smithi194 bash[32038]: cluster 2023-12-07T23:57:51.743764+0000 mgr.a (mgr.14403) 16188 : cluster 0 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-07T23:57:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:52 smithi135 bash[32435]: cluster 2023-12-07T23:57:51.743764+0000 mgr.a (mgr.14403) 16188 : cluster 0 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-07T23:57:55.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:54 smithi079 bash[28699]: cluster 2023-12-07T23:57:53.744636+0000 mgr.a (mgr.14403) 16189 : cluster 0 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-07T23:57:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:54 smithi194 bash[32038]: cluster 2023-12-07T23:57:53.744636+0000 mgr.a (mgr.14403) 16189 : cluster 0 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-07T23:57:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:54 smithi135 bash[32435]: cluster 2023-12-07T23:57:53.744636+0000 mgr.a (mgr.14403) 16189 : cluster 0 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-07T23:57:56.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:57:56.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:57:56.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:57:56.965 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:57:56.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:57:56.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:57:56.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:57:56.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:57:57.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:56 smithi079 bash[28699]: cluster 2023-12-07T23:57:55.745212+0000 mgr.a (mgr.14403) 16190 : cluster 0 pgmap v12088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:56 smithi194 bash[32038]: cluster 2023-12-07T23:57:55.745212+0000 mgr.a (mgr.14403) 16190 : cluster 0 pgmap v12088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:56 smithi135 bash[32435]: cluster 2023-12-07T23:57:55.745212+0000 mgr.a (mgr.14403) 16190 : cluster 0 pgmap v12088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:58.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:57 smithi079 bash[28699]: audit 2023-12-07T23:57:56.463300+0000 mgr.a (mgr.14403) 16191 : audit 0 from='client.323760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:58.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:57 smithi194 bash[32038]: audit 2023-12-07T23:57:56.463300+0000 mgr.a (mgr.14403) 16191 : audit 0 from='client.323760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:58.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:57 smithi135 bash[32435]: audit 2023-12-07T23:57:56.463300+0000 mgr.a (mgr.14403) 16191 : audit 0 from='client.323760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:57:59.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:57:58 smithi079 bash[28699]: cluster 2023-12-07T23:57:57.745915+0000 mgr.a (mgr.14403) 16192 : cluster 0 pgmap v12089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:57:58 smithi194 bash[32038]: cluster 2023-12-07T23:57:57.745915+0000 mgr.a (mgr.14403) 16192 : cluster 0 pgmap v12089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:57:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:57:58 smithi135 bash[32435]: cluster 2023-12-07T23:57:57.745915+0000 mgr.a (mgr.14403) 16192 : cluster 0 pgmap v12089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:00 smithi079 bash[28699]: cluster 2023-12-07T23:57:59.746717+0000 mgr.a (mgr.14403) 16193 : cluster 0 pgmap v12090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:00 smithi194 bash[32038]: cluster 2023-12-07T23:57:59.746717+0000 mgr.a (mgr.14403) 16193 : cluster 0 pgmap v12090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:00 smithi135 bash[32435]: cluster 2023-12-07T23:57:59.746717+0000 mgr.a (mgr.14403) 16193 : cluster 0 pgmap v12090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:01.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:58:01.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:01.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:02.862 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:58:02.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:02.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:02.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:02.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:58:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:02 smithi079 bash[28699]: cluster 2023-12-07T23:58:01.747269+0000 mgr.a (mgr.14403) 16194 : cluster 0 pgmap v12091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:02 smithi194 bash[32038]: cluster 2023-12-07T23:58:01.747269+0000 mgr.a (mgr.14403) 16194 : cluster 0 pgmap v12091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:02 smithi135 bash[32435]: cluster 2023-12-07T23:58:01.747269+0000 mgr.a (mgr.14403) 16194 : cluster 0 pgmap v12091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:03.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:03 smithi079 bash[28699]: audit 2023-12-07T23:58:02.367855+0000 mgr.a (mgr.14403) 16195 : audit 0 from='client.323835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:03.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:03 smithi194 bash[32038]: audit 2023-12-07T23:58:02.367855+0000 mgr.a (mgr.14403) 16195 : audit 0 from='client.323835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:03.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:03 smithi135 bash[32435]: audit 2023-12-07T23:58:02.367855+0000 mgr.a (mgr.14403) 16195 : audit 0 from='client.323835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:04.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:04 smithi079 bash[28699]: cluster 2023-12-07T23:58:03.748152+0000 mgr.a (mgr.14403) 16196 : cluster 0 pgmap v12092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:04 smithi194 bash[32038]: cluster 2023-12-07T23:58:03.748152+0000 mgr.a (mgr.14403) 16196 : cluster 0 pgmap v12092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:04 smithi135 bash[32435]: cluster 2023-12-07T23:58:03.748152+0000 mgr.a (mgr.14403) 16196 : cluster 0 pgmap v12092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:07.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:06 smithi079 bash[28699]: cluster 2023-12-07T23:58:05.748739+0000 mgr.a (mgr.14403) 16197 : cluster 0 pgmap v12093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:06 smithi194 bash[32038]: cluster 2023-12-07T23:58:05.748739+0000 mgr.a (mgr.14403) 16197 : cluster 0 pgmap v12093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:06 smithi135 bash[32435]: cluster 2023-12-07T23:58:05.748739+0000 mgr.a (mgr.14403) 16197 : cluster 0 pgmap v12093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:07.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:58:07.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:07.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:08.776 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:58:08.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:08.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:08.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:08.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:58:09.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:08 smithi079 bash[28699]: cluster 2023-12-07T23:58:07.749322+0000 mgr.a (mgr.14403) 16198 : cluster 0 pgmap v12094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:09.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:08 smithi079 bash[28699]: audit 2023-12-07T23:58:08.273189+0000 mgr.a (mgr.14403) 16199 : audit 0 from='client.323910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:09.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:08 smithi194 bash[32038]: cluster 2023-12-07T23:58:07.749322+0000 mgr.a (mgr.14403) 16198 : cluster 0 pgmap v12094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:09.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:08 smithi194 bash[32038]: audit 2023-12-07T23:58:08.273189+0000 mgr.a (mgr.14403) 16199 : audit 0 from='client.323910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:08 smithi135 bash[32435]: cluster 2023-12-07T23:58:07.749322+0000 mgr.a (mgr.14403) 16198 : cluster 0 pgmap v12094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:08 smithi135 bash[32435]: audit 2023-12-07T23:58:08.273189+0000 mgr.a (mgr.14403) 16199 : audit 0 from='client.323910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:11.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:10 smithi079 bash[28699]: cluster 2023-12-07T23:58:09.750394+0000 mgr.a (mgr.14403) 16200 : cluster 0 pgmap v12095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:58:11.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:10 smithi194 bash[32038]: cluster 2023-12-07T23:58:09.750394+0000 mgr.a (mgr.14403) 16200 : cluster 0 pgmap v12095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:58:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:10 smithi135 bash[32435]: cluster 2023-12-07T23:58:09.750394+0000 mgr.a (mgr.14403) 16200 : cluster 0 pgmap v12095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T23:58:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:12 smithi079 bash[28699]: cluster 2023-12-07T23:58:11.751095+0000 mgr.a (mgr.14403) 16201 : cluster 0 pgmap v12096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:58:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:12 smithi194 bash[32038]: cluster 2023-12-07T23:58:11.751095+0000 mgr.a (mgr.14403) 16201 : cluster 0 pgmap v12096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:58:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:12 smithi135 bash[32435]: cluster 2023-12-07T23:58:11.751095+0000 mgr.a (mgr.14403) 16201 : cluster 0 pgmap v12096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T23:58:13.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:58:13.779 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:13.780 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:14.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:14.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:14.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:14.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:58:14.701 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:58:15.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:14 smithi079 bash[28699]: cluster 2023-12-07T23:58:13.751950+0000 mgr.a (mgr.14403) 16202 : cluster 0 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-07T23:58:15.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:14 smithi079 bash[28699]: audit 2023-12-07T23:58:14.181342+0000 mgr.a (mgr.14403) 16203 : audit 0 from='client.323979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:14 smithi194 bash[32038]: cluster 2023-12-07T23:58:13.751950+0000 mgr.a (mgr.14403) 16202 : cluster 0 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-07T23:58:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:14 smithi194 bash[32038]: audit 2023-12-07T23:58:14.181342+0000 mgr.a (mgr.14403) 16203 : audit 0 from='client.323979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:14 smithi135 bash[32435]: cluster 2023-12-07T23:58:13.751950+0000 mgr.a (mgr.14403) 16202 : cluster 0 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-07T23:58:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:14 smithi135 bash[32435]: audit 2023-12-07T23:58:14.181342+0000 mgr.a (mgr.14403) 16203 : audit 0 from='client.323979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:17.148 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:16 smithi079 bash[28699]: cluster 2023-12-07T23:58:15.752822+0000 mgr.a (mgr.14403) 16204 : cluster 0 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-07T23:58:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:16 smithi194 bash[32038]: cluster 2023-12-07T23:58:15.752822+0000 mgr.a (mgr.14403) 16204 : cluster 0 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-07T23:58:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:16 smithi135 bash[32435]: cluster 2023-12-07T23:58:15.752822+0000 mgr.a (mgr.14403) 16204 : cluster 0 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-07T23:58:19.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:18 smithi079 bash[28699]: cluster 2023-12-07T23:58:17.753475+0000 mgr.a (mgr.14403) 16205 : cluster 0 pgmap v12099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:19.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:18 smithi194 bash[32038]: cluster 2023-12-07T23:58:17.753475+0000 mgr.a (mgr.14403) 16205 : cluster 0 pgmap v12099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:18 smithi135 bash[32435]: cluster 2023-12-07T23:58:17.753475+0000 mgr.a (mgr.14403) 16205 : cluster 0 pgmap v12099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:19.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:58:19.705 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:19.705 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:20.609 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:58:20.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:20.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:20.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:20.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:58:21.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:20 smithi079 bash[28699]: cluster 2023-12-07T23:58:19.754246+0000 mgr.a (mgr.14403) 16206 : cluster 0 pgmap v12100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:21.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:20 smithi079 bash[28699]: audit 2023-12-07T23:58:20.102366+0000 mgr.a (mgr.14403) 16207 : audit 0 from='client.324054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:20 smithi194 bash[32038]: cluster 2023-12-07T23:58:19.754246+0000 mgr.a (mgr.14403) 16206 : cluster 0 pgmap v12100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:20 smithi194 bash[32038]: audit 2023-12-07T23:58:20.102366+0000 mgr.a (mgr.14403) 16207 : audit 0 from='client.324054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:20 smithi135 bash[32435]: cluster 2023-12-07T23:58:19.754246+0000 mgr.a (mgr.14403) 16206 : cluster 0 pgmap v12100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:20 smithi135 bash[32435]: audit 2023-12-07T23:58:20.102366+0000 mgr.a (mgr.14403) 16207 : audit 0 from='client.324054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:22 smithi079 bash[28699]: cluster 2023-12-07T23:58:21.755071+0000 mgr.a (mgr.14403) 16208 : cluster 0 pgmap v12101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:58:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:22 smithi194 bash[32038]: cluster 2023-12-07T23:58:21.755071+0000 mgr.a (mgr.14403) 16208 : cluster 0 pgmap v12101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:58:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:22 smithi135 bash[32435]: cluster 2023-12-07T23:58:21.755071+0000 mgr.a (mgr.14403) 16208 : cluster 0 pgmap v12101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T23:58:25.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:24 smithi079 bash[28699]: cluster 2023-12-07T23:58:23.755995+0000 mgr.a (mgr.14403) 16209 : cluster 0 pgmap v12102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:58:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:24 smithi194 bash[32038]: cluster 2023-12-07T23:58:23.755995+0000 mgr.a (mgr.14403) 16209 : cluster 0 pgmap v12102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:58:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:24 smithi135 bash[32435]: cluster 2023-12-07T23:58:23.755995+0000 mgr.a (mgr.14403) 16209 : cluster 0 pgmap v12102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T23:58:25.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:58:25.613 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:25.613 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:26.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:26.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:26.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:26.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:58:26.505 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:58:27.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:26 smithi079 bash[28699]: cluster 2023-12-07T23:58:25.756439+0000 mgr.a (mgr.14403) 16210 : cluster 0 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-07T23:58:27.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:26 smithi079 bash[28699]: audit 2023-12-07T23:58:26.011510+0000 mgr.a (mgr.14403) 16211 : audit 0 from='client.324126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:26 smithi194 bash[32038]: cluster 2023-12-07T23:58:25.756439+0000 mgr.a (mgr.14403) 16210 : cluster 0 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-07T23:58:27.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:26 smithi194 bash[32038]: audit 2023-12-07T23:58:26.011510+0000 mgr.a (mgr.14403) 16211 : audit 0 from='client.324126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:26 smithi135 bash[32435]: cluster 2023-12-07T23:58:25.756439+0000 mgr.a (mgr.14403) 16210 : cluster 0 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-07T23:58:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:26 smithi135 bash[32435]: audit 2023-12-07T23:58:26.011510+0000 mgr.a (mgr.14403) 16211 : audit 0 from='client.324126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:29.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:28 smithi079 bash[28699]: cluster 2023-12-07T23:58:27.757058+0000 mgr.a (mgr.14403) 16212 : cluster 0 pgmap v12104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:28 smithi194 bash[32038]: cluster 2023-12-07T23:58:27.757058+0000 mgr.a (mgr.14403) 16212 : cluster 0 pgmap v12104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:28 smithi135 bash[32435]: cluster 2023-12-07T23:58:27.757058+0000 mgr.a (mgr.14403) 16212 : cluster 0 pgmap v12104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:31.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:30 smithi079 bash[28699]: cluster 2023-12-07T23:58:29.757998+0000 mgr.a (mgr.14403) 16213 : cluster 0 pgmap v12105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:30 smithi194 bash[32038]: cluster 2023-12-07T23:58:29.757998+0000 mgr.a (mgr.14403) 16213 : cluster 0 pgmap v12105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:30 smithi135 bash[32435]: cluster 2023-12-07T23:58:29.757998+0000 mgr.a (mgr.14403) 16213 : cluster 0 pgmap v12105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:31.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:58:31.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:31.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:32.425 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:58:32.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:32.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:32.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:32.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:58:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:32 smithi079 bash[28699]: cluster 2023-12-07T23:58:31.758580+0000 mgr.a (mgr.14403) 16214 : cluster 0 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-07T23:58:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:32 smithi079 bash[28699]: audit 2023-12-07T23:58:31.908570+0000 mgr.a (mgr.14403) 16215 : audit 0 from='client.324198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:32 smithi194 bash[32038]: cluster 2023-12-07T23:58:31.758580+0000 mgr.a (mgr.14403) 16214 : cluster 0 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-07T23:58:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:32 smithi194 bash[32038]: audit 2023-12-07T23:58:31.908570+0000 mgr.a (mgr.14403) 16215 : audit 0 from='client.324198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:32 smithi135 bash[32435]: cluster 2023-12-07T23:58:31.758580+0000 mgr.a (mgr.14403) 16214 : cluster 0 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-07T23:58:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:32 smithi135 bash[32435]: audit 2023-12-07T23:58:31.908570+0000 mgr.a (mgr.14403) 16215 : audit 0 from='client.324198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:35.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:34 smithi079 bash[28699]: cluster 2023-12-07T23:58:33.759385+0000 mgr.a (mgr.14403) 16216 : cluster 0 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-07T23:58:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:34 smithi194 bash[32038]: cluster 2023-12-07T23:58:33.759385+0000 mgr.a (mgr.14403) 16216 : cluster 0 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-07T23:58:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:34 smithi135 bash[32435]: cluster 2023-12-07T23:58:33.759385+0000 mgr.a (mgr.14403) 16216 : cluster 0 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-07T23:58:37.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:36 smithi079 bash[28699]: cluster 2023-12-07T23:58:35.760094+0000 mgr.a (mgr.14403) 16217 : cluster 0 pgmap v12108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:36 smithi194 bash[32038]: cluster 2023-12-07T23:58:35.760094+0000 mgr.a (mgr.14403) 16217 : cluster 0 pgmap v12108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:36 smithi135 bash[32435]: cluster 2023-12-07T23:58:35.760094+0000 mgr.a (mgr.14403) 16217 : cluster 0 pgmap v12108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:37.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:58:37.428 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:37.428 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:38.295 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:58:38.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:38.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:38.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:38.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:58:39.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:38 smithi079 bash[28699]: cluster 2023-12-07T23:58:37.760664+0000 mgr.a (mgr.14403) 16218 : cluster 0 pgmap v12109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:39.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:38 smithi079 bash[28699]: audit 2023-12-07T23:58:37.817791+0000 mgr.a (mgr.14403) 16219 : audit 0 from='client.324276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:38 smithi194 bash[32038]: cluster 2023-12-07T23:58:37.760664+0000 mgr.a (mgr.14403) 16218 : cluster 0 pgmap v12109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:38 smithi194 bash[32038]: audit 2023-12-07T23:58:37.817791+0000 mgr.a (mgr.14403) 16219 : audit 0 from='client.324276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:38 smithi135 bash[32435]: cluster 2023-12-07T23:58:37.760664+0000 mgr.a (mgr.14403) 16218 : cluster 0 pgmap v12109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:38 smithi135 bash[32435]: audit 2023-12-07T23:58:37.817791+0000 mgr.a (mgr.14403) 16219 : audit 0 from='client.324276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:41.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:40 smithi079 bash[28699]: cluster 2023-12-07T23:58:39.761666+0000 mgr.a (mgr.14403) 16220 : cluster 0 pgmap v12110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:40 smithi194 bash[32038]: cluster 2023-12-07T23:58:39.761666+0000 mgr.a (mgr.14403) 16220 : cluster 0 pgmap v12110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:40 smithi135 bash[32435]: cluster 2023-12-07T23:58:39.761666+0000 mgr.a (mgr.14403) 16220 : cluster 0 pgmap v12110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:58:42.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:41 smithi079 bash[28699]: audit 2023-12-07T23:58:41.408576+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:58:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:41 smithi194 bash[32038]: audit 2023-12-07T23:58:41.408576+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:58:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:41 smithi135 bash[32435]: audit 2023-12-07T23:58:41.408576+0000 mon.a (mon.0) 2686 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:58:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:42 smithi079 bash[28699]: cluster 2023-12-07T23:58:41.762240+0000 mgr.a (mgr.14403) 16221 : cluster 0 pgmap v12111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:43.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:42 smithi079 bash[28699]: audit 2023-12-07T23:58:42.201989+0000 mon.a (mon.0) 2687 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:58:43.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:42 smithi079 bash[28699]: audit 2023-12-07T23:58:42.204007+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:58:43.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:42 smithi079 bash[28699]: audit 2023-12-07T23:58:42.214210+0000 mon.a (mon.0) 2689 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:58:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:42 smithi194 bash[32038]: cluster 2023-12-07T23:58:41.762240+0000 mgr.a (mgr.14403) 16221 : cluster 0 pgmap v12111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:42 smithi194 bash[32038]: audit 2023-12-07T23:58:42.201989+0000 mon.a (mon.0) 2687 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:58:43.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:42 smithi194 bash[32038]: audit 2023-12-07T23:58:42.204007+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:58:43.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:42 smithi194 bash[32038]: audit 2023-12-07T23:58:42.214210+0000 mon.a (mon.0) 2689 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:58:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:42 smithi135 bash[32435]: cluster 2023-12-07T23:58:41.762240+0000 mgr.a (mgr.14403) 16221 : cluster 0 pgmap v12111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:42 smithi135 bash[32435]: audit 2023-12-07T23:58:42.201989+0000 mon.a (mon.0) 2687 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:58:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:42 smithi135 bash[32435]: audit 2023-12-07T23:58:42.204007+0000 mon.a (mon.0) 2688 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:58:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:42 smithi135 bash[32435]: audit 2023-12-07T23:58:42.214210+0000 mon.a (mon.0) 2689 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:58:43.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:58:43.299 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:43.299 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:44.195 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:58:44.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:44.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:44.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:44.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:58:45.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:44 smithi079 bash[28699]: audit 2023-12-07T23:58:43.701464+0000 mgr.a (mgr.14403) 16222 : audit 0 from='client.324348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:45.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:44 smithi079 bash[28699]: cluster 2023-12-07T23:58:43.763321+0000 mgr.a (mgr.14403) 16223 : cluster 0 pgmap v12112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:44 smithi194 bash[32038]: audit 2023-12-07T23:58:43.701464+0000 mgr.a (mgr.14403) 16222 : audit 0 from='client.324348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:44 smithi194 bash[32038]: cluster 2023-12-07T23:58:43.763321+0000 mgr.a (mgr.14403) 16223 : cluster 0 pgmap v12112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:44 smithi135 bash[32435]: audit 2023-12-07T23:58:43.701464+0000 mgr.a (mgr.14403) 16222 : audit 0 from='client.324348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:44 smithi135 bash[32435]: cluster 2023-12-07T23:58:43.763321+0000 mgr.a (mgr.14403) 16223 : cluster 0 pgmap v12112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:47.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:46 smithi079 bash[28699]: cluster 2023-12-07T23:58:45.764054+0000 mgr.a (mgr.14403) 16224 : cluster 0 pgmap v12113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:46 smithi194 bash[32038]: cluster 2023-12-07T23:58:45.764054+0000 mgr.a (mgr.14403) 16224 : cluster 0 pgmap v12113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:46 smithi135 bash[32435]: cluster 2023-12-07T23:58:45.764054+0000 mgr.a (mgr.14403) 16224 : cluster 0 pgmap v12113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:49.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:48 smithi079 bash[28699]: cluster 2023-12-07T23:58:47.764610+0000 mgr.a (mgr.14403) 16225 : cluster 0 pgmap v12114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:49.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:58:49.198 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:49.198 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:48 smithi194 bash[32038]: cluster 2023-12-07T23:58:47.764610+0000 mgr.a (mgr.14403) 16225 : cluster 0 pgmap v12114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:48 smithi135 bash[32435]: cluster 2023-12-07T23:58:47.764610+0000 mgr.a (mgr.14403) 16225 : cluster 0 pgmap v12114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:58:50.107 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:58:50.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:50.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:50.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:50.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:58:51.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:50 smithi079 bash[28699]: audit 2023-12-07T23:58:49.606665+0000 mgr.a (mgr.14403) 16226 : audit 0 from='client.324423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:51.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:50 smithi079 bash[28699]: cluster 2023-12-07T23:58:49.765795+0000 mgr.a (mgr.14403) 16227 : cluster 0 pgmap v12115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:50 smithi194 bash[32038]: audit 2023-12-07T23:58:49.606665+0000 mgr.a (mgr.14403) 16226 : audit 0 from='client.324423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:50 smithi194 bash[32038]: cluster 2023-12-07T23:58:49.765795+0000 mgr.a (mgr.14403) 16227 : cluster 0 pgmap v12115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:50 smithi135 bash[32435]: audit 2023-12-07T23:58:49.606665+0000 mgr.a (mgr.14403) 16226 : audit 0 from='client.324423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:50 smithi135 bash[32435]: cluster 2023-12-07T23:58:49.765795+0000 mgr.a (mgr.14403) 16227 : cluster 0 pgmap v12115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:52 smithi079 bash[28699]: cluster 2023-12-07T23:58:51.766464+0000 mgr.a (mgr.14403) 16228 : cluster 0 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-07T23:58:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:52 smithi194 bash[32038]: cluster 2023-12-07T23:58:51.766464+0000 mgr.a (mgr.14403) 16228 : cluster 0 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-07T23:58:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:52 smithi135 bash[32435]: cluster 2023-12-07T23:58:51.766464+0000 mgr.a (mgr.14403) 16228 : cluster 0 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-07T23:58:55.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:58:55.111 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:58:55.111 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:58:55.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:54 smithi079 bash[28699]: cluster 2023-12-07T23:58:53.767231+0000 mgr.a (mgr.14403) 16229 : cluster 0 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-07T23:58:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:54 smithi194 bash[32038]: cluster 2023-12-07T23:58:53.767231+0000 mgr.a (mgr.14403) 16229 : cluster 0 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-07T23:58:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:54 smithi135 bash[32435]: cluster 2023-12-07T23:58:53.767231+0000 mgr.a (mgr.14403) 16229 : cluster 0 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-07T23:58:56.024 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:58:56.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:58:56.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:58:56.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:58:56.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:58:57.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:56 smithi079 bash[28699]: audit 2023-12-07T23:58:55.511223+0000 mgr.a (mgr.14403) 16230 : audit 0 from='client.324495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:57.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:56 smithi079 bash[28699]: cluster 2023-12-07T23:58:55.775705+0000 mgr.a (mgr.14403) 16231 : cluster 0 pgmap v12118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:56 smithi194 bash[32038]: audit 2023-12-07T23:58:55.511223+0000 mgr.a (mgr.14403) 16230 : audit 0 from='client.324495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:57.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:56 smithi194 bash[32038]: cluster 2023-12-07T23:58:55.775705+0000 mgr.a (mgr.14403) 16231 : cluster 0 pgmap v12118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:57.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:56 smithi135 bash[32435]: audit 2023-12-07T23:58:55.511223+0000 mgr.a (mgr.14403) 16230 : audit 0 from='client.324495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:58:57.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:56 smithi135 bash[32435]: cluster 2023-12-07T23:58:55.775705+0000 mgr.a (mgr.14403) 16231 : cluster 0 pgmap v12118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:58:59.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:58:58 smithi079 bash[28699]: cluster 2023-12-07T23:58:57.776508+0000 mgr.a (mgr.14403) 16232 : cluster 0 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-07T23:58:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:58:58 smithi194 bash[32038]: cluster 2023-12-07T23:58:57.776508+0000 mgr.a (mgr.14403) 16232 : cluster 0 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-07T23:58:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:58:58 smithi135 bash[32435]: cluster 2023-12-07T23:58:57.776508+0000 mgr.a (mgr.14403) 16232 : cluster 0 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-07T23:59:01.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:59:01.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:01.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:00 smithi079 bash[28699]: cluster 2023-12-07T23:58:59.777328+0000 mgr.a (mgr.14403) 16233 : cluster 0 pgmap v12120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:00 smithi194 bash[32038]: cluster 2023-12-07T23:58:59.777328+0000 mgr.a (mgr.14403) 16233 : cluster 0 pgmap v12120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:00 smithi135 bash[32435]: cluster 2023-12-07T23:58:59.777328+0000 mgr.a (mgr.14403) 16233 : cluster 0 pgmap v12120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:01.944 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:59:01.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:01.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:01.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:01.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:59:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:02 smithi079 bash[28699]: audit 2023-12-07T23:59:01.435865+0000 mgr.a (mgr.14403) 16234 : audit 0 from='client.324573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:02 smithi079 bash[28699]: cluster 2023-12-07T23:59:01.777803+0000 mgr.a (mgr.14403) 16235 : cluster 0 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-07T23:59:02.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:02 smithi194 bash[32038]: audit 2023-12-07T23:59:01.435865+0000 mgr.a (mgr.14403) 16234 : audit 0 from='client.324573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:02.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:02 smithi194 bash[32038]: cluster 2023-12-07T23:59:01.777803+0000 mgr.a (mgr.14403) 16235 : cluster 0 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-07T23:59:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:02 smithi135 bash[32435]: audit 2023-12-07T23:59:01.435865+0000 mgr.a (mgr.14403) 16234 : audit 0 from='client.324573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:02 smithi135 bash[32435]: cluster 2023-12-07T23:59:01.777803+0000 mgr.a (mgr.14403) 16235 : cluster 0 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-07T23:59:05.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:04 smithi079 bash[28699]: cluster 2023-12-07T23:59:03.778740+0000 mgr.a (mgr.14403) 16236 : cluster 0 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-07T23:59:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:04 smithi194 bash[32038]: cluster 2023-12-07T23:59:03.778740+0000 mgr.a (mgr.14403) 16236 : cluster 0 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-07T23:59:05.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:04 smithi135 bash[32435]: cluster 2023-12-07T23:59:03.778740+0000 mgr.a (mgr.14403) 16236 : cluster 0 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-07T23:59:06.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:59:06.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:06.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:07.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:06 smithi079 bash[28699]: cluster 2023-12-07T23:59:05.779278+0000 mgr.a (mgr.14403) 16237 : cluster 0 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-07T23:59:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:06 smithi194 bash[32038]: cluster 2023-12-07T23:59:05.779278+0000 mgr.a (mgr.14403) 16237 : cluster 0 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-07T23:59:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:06 smithi135 bash[32435]: cluster 2023-12-07T23:59:05.779278+0000 mgr.a (mgr.14403) 16237 : cluster 0 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-07T23:59:07.868 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:59:07.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:07.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:07.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:07.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:59:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:07 smithi079 bash[28699]: audit 2023-12-07T23:59:07.343304+0000 mgr.a (mgr.14403) 16238 : audit 0 from='client.324645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:07 smithi194 bash[32038]: audit 2023-12-07T23:59:07.343304+0000 mgr.a (mgr.14403) 16238 : audit 0 from='client.324645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:07 smithi135 bash[32435]: audit 2023-12-07T23:59:07.343304+0000 mgr.a (mgr.14403) 16238 : audit 0 from='client.324645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:09.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:08 smithi079 bash[28699]: cluster 2023-12-07T23:59:07.780024+0000 mgr.a (mgr.14403) 16239 : cluster 0 pgmap v12124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:08 smithi194 bash[32038]: cluster 2023-12-07T23:59:07.780024+0000 mgr.a (mgr.14403) 16239 : cluster 0 pgmap v12124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:08 smithi135 bash[32435]: cluster 2023-12-07T23:59:07.780024+0000 mgr.a (mgr.14403) 16239 : cluster 0 pgmap v12124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:11.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:10 smithi079 bash[28699]: cluster 2023-12-07T23:59:09.780845+0000 mgr.a (mgr.14403) 16240 : cluster 0 pgmap v12125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:10 smithi194 bash[32038]: cluster 2023-12-07T23:59:09.780845+0000 mgr.a (mgr.14403) 16240 : cluster 0 pgmap v12125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:10 smithi135 bash[32435]: cluster 2023-12-07T23:59:09.780845+0000 mgr.a (mgr.14403) 16240 : cluster 0 pgmap v12125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:12.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:59:12.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:12.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:12 smithi079 bash[28699]: cluster 2023-12-07T23:59:11.781517+0000 mgr.a (mgr.14403) 16241 : cluster 0 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-07T23:59:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:12 smithi194 bash[32038]: cluster 2023-12-07T23:59:11.781517+0000 mgr.a (mgr.14403) 16241 : cluster 0 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-07T23:59:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:12 smithi135 bash[32435]: cluster 2023-12-07T23:59:11.781517+0000 mgr.a (mgr.14403) 16241 : cluster 0 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-07T23:59:13.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:13.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:13.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:13.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:59:13.761 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:59:13.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:13 smithi079 bash[28699]: audit 2023-12-07T23:59:13.263966+0000 mgr.a (mgr.14403) 16242 : audit 0 from='client.324720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:13.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:13 smithi194 bash[32038]: audit 2023-12-07T23:59:13.263966+0000 mgr.a (mgr.14403) 16242 : audit 0 from='client.324720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:13.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:13 smithi135 bash[32435]: audit 2023-12-07T23:59:13.263966+0000 mgr.a (mgr.14403) 16242 : audit 0 from='client.324720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:14 smithi079 bash[28699]: cluster 2023-12-07T23:59:13.782572+0000 mgr.a (mgr.14403) 16243 : cluster 0 pgmap v12127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:59:14.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:14 smithi194 bash[32038]: cluster 2023-12-07T23:59:13.782572+0000 mgr.a (mgr.14403) 16243 : cluster 0 pgmap v12127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:59:14.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:14 smithi135 bash[32435]: cluster 2023-12-07T23:59:13.782572+0000 mgr.a (mgr.14403) 16243 : cluster 0 pgmap v12127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T23:59:17.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:16 smithi079 bash[28699]: cluster 2023-12-07T23:59:15.783162+0000 mgr.a (mgr.14403) 16244 : cluster 0 pgmap v12128: 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-07T23:59:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:16 smithi194 bash[32038]: cluster 2023-12-07T23:59:15.783162+0000 mgr.a (mgr.14403) 16244 : cluster 0 pgmap v12128: 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-07T23:59:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:16 smithi135 bash[32435]: cluster 2023-12-07T23:59:15.783162+0000 mgr.a (mgr.14403) 16244 : cluster 0 pgmap v12128: 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-07T23:59:18.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:59:18.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:18.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:19.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:18 smithi079 bash[28699]: cluster 2023-12-07T23:59:17.783685+0000 mgr.a (mgr.14403) 16245 : cluster 0 pgmap v12129: 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-07T23:59:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:18 smithi194 bash[32038]: cluster 2023-12-07T23:59:17.783685+0000 mgr.a (mgr.14403) 16245 : cluster 0 pgmap v12129: 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-07T23:59:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:18 smithi135 bash[32435]: cluster 2023-12-07T23:59:17.783685+0000 mgr.a (mgr.14403) 16245 : cluster 0 pgmap v12129: 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-07T23:59:19.646 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:59:19.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:19.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:19.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:19.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:59:20.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:19 smithi079 bash[28699]: audit 2023-12-07T23:59:19.158366+0000 mgr.a (mgr.14403) 16246 : audit 0 from='client.324795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:20.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:19 smithi194 bash[32038]: audit 2023-12-07T23:59:19.158366+0000 mgr.a (mgr.14403) 16246 : audit 0 from='client.324795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:20.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:19 smithi135 bash[32435]: audit 2023-12-07T23:59:19.158366+0000 mgr.a (mgr.14403) 16246 : audit 0 from='client.324795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:21.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:20 smithi079 bash[28699]: cluster 2023-12-07T23:59:19.784898+0000 mgr.a (mgr.14403) 16247 : cluster 0 pgmap v12130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:20 smithi194 bash[32038]: cluster 2023-12-07T23:59:19.784898+0000 mgr.a (mgr.14403) 16247 : cluster 0 pgmap v12130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:20 smithi135 bash[32435]: cluster 2023-12-07T23:59:19.784898+0000 mgr.a (mgr.14403) 16247 : cluster 0 pgmap v12130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:22 smithi079 bash[28699]: cluster 2023-12-07T23:59:21.785651+0000 mgr.a (mgr.14403) 16248 : cluster 0 pgmap v12131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:22 smithi194 bash[32038]: cluster 2023-12-07T23:59:21.785651+0000 mgr.a (mgr.14403) 16248 : cluster 0 pgmap v12131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:22 smithi135 bash[32435]: cluster 2023-12-07T23:59:21.785651+0000 mgr.a (mgr.14403) 16248 : cluster 0 pgmap v12131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:24.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:59:24.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:24.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:25.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:24 smithi079 bash[28699]: cluster 2023-12-07T23:59:23.786422+0000 mgr.a (mgr.14403) 16249 : cluster 0 pgmap v12132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:24 smithi194 bash[32038]: cluster 2023-12-07T23:59:23.786422+0000 mgr.a (mgr.14403) 16249 : cluster 0 pgmap v12132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:24 smithi135 bash[32435]: cluster 2023-12-07T23:59:23.786422+0000 mgr.a (mgr.14403) 16249 : cluster 0 pgmap v12132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:25.564 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:59:25.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:25.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:25.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:25.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:59:26.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:25 smithi079 bash[28699]: audit 2023-12-07T23:59:25.051964+0000 mgr.a (mgr.14403) 16250 : audit 0 from='client.324870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:26.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:25 smithi194 bash[32038]: audit 2023-12-07T23:59:25.051964+0000 mgr.a (mgr.14403) 16250 : audit 0 from='client.324870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:26.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:25 smithi135 bash[32435]: audit 2023-12-07T23:59:25.051964+0000 mgr.a (mgr.14403) 16250 : audit 0 from='client.324870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:27.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:26 smithi079 bash[28699]: cluster 2023-12-07T23:59:25.787116+0000 mgr.a (mgr.14403) 16251 : cluster 0 pgmap v12133: 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-07T23:59:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:26 smithi194 bash[32038]: cluster 2023-12-07T23:59:25.787116+0000 mgr.a (mgr.14403) 16251 : cluster 0 pgmap v12133: 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-07T23:59:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:26 smithi135 bash[32435]: cluster 2023-12-07T23:59:25.787116+0000 mgr.a (mgr.14403) 16251 : cluster 0 pgmap v12133: 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-07T23:59:29.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:28 smithi079 bash[28699]: cluster 2023-12-07T23:59:27.787678+0000 mgr.a (mgr.14403) 16252 : cluster 0 pgmap v12134: 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-07T23:59:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:28 smithi194 bash[32038]: cluster 2023-12-07T23:59:27.787678+0000 mgr.a (mgr.14403) 16252 : cluster 0 pgmap v12134: 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-07T23:59:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:28 smithi135 bash[32435]: cluster 2023-12-07T23:59:27.787678+0000 mgr.a (mgr.14403) 16252 : cluster 0 pgmap v12134: 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-07T23:59:30.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:59:30.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:30.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:31.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:30 smithi079 bash[28699]: cluster 2023-12-07T23:59:29.788464+0000 mgr.a (mgr.14403) 16253 : cluster 0 pgmap v12135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:59:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:30 smithi194 bash[32038]: cluster 2023-12-07T23:59:29.788464+0000 mgr.a (mgr.14403) 16253 : cluster 0 pgmap v12135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:59:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:30 smithi135 bash[32435]: cluster 2023-12-07T23:59:29.788464+0000 mgr.a (mgr.14403) 16253 : cluster 0 pgmap v12135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T23:59:31.492 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:59:31.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:31.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:31.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:31.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:59:32.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:31 smithi079 bash[28699]: audit 2023-12-07T23:59:30.974433+0000 mgr.a (mgr.14403) 16254 : audit 0 from='client.324942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:32.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:31 smithi194 bash[32038]: audit 2023-12-07T23:59:30.974433+0000 mgr.a (mgr.14403) 16254 : audit 0 from='client.324942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:32.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:31 smithi135 bash[32435]: audit 2023-12-07T23:59:30.974433+0000 mgr.a (mgr.14403) 16254 : audit 0 from='client.324942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:32 smithi079 bash[28699]: cluster 2023-12-07T23:59:31.789209+0000 mgr.a (mgr.14403) 16255 : cluster 0 pgmap v12136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:32 smithi194 bash[32038]: cluster 2023-12-07T23:59:31.789209+0000 mgr.a (mgr.14403) 16255 : cluster 0 pgmap v12136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:32 smithi135 bash[32435]: cluster 2023-12-07T23:59:31.789209+0000 mgr.a (mgr.14403) 16255 : cluster 0 pgmap v12136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:35.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:34 smithi079 bash[28699]: cluster 2023-12-07T23:59:33.789999+0000 mgr.a (mgr.14403) 16256 : cluster 0 pgmap v12137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:34 smithi194 bash[32038]: cluster 2023-12-07T23:59:33.789999+0000 mgr.a (mgr.14403) 16256 : cluster 0 pgmap v12137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:34 smithi135 bash[32435]: cluster 2023-12-07T23:59:33.789999+0000 mgr.a (mgr.14403) 16256 : cluster 0 pgmap v12137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:36.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:59:36.497 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:36.497 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:37.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:36 smithi079 bash[28699]: cluster 2023-12-07T23:59:35.790527+0000 mgr.a (mgr.14403) 16257 : cluster 0 pgmap v12138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:36 smithi194 bash[32038]: cluster 2023-12-07T23:59:35.790527+0000 mgr.a (mgr.14403) 16257 : cluster 0 pgmap v12138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:36 smithi135 bash[32435]: cluster 2023-12-07T23:59:35.790527+0000 mgr.a (mgr.14403) 16257 : cluster 0 pgmap v12138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:37.392 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:59:37.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:37.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:37.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:37.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:59:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:37 smithi079 bash[28699]: audit 2023-12-07T23:59:36.898434+0000 mgr.a (mgr.14403) 16258 : audit 0 from='client.325020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:38.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:37 smithi194 bash[32038]: audit 2023-12-07T23:59:36.898434+0000 mgr.a (mgr.14403) 16258 : audit 0 from='client.325020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:38.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:37 smithi135 bash[32435]: audit 2023-12-07T23:59:36.898434+0000 mgr.a (mgr.14403) 16258 : audit 0 from='client.325020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:39.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:38 smithi079 bash[28699]: cluster 2023-12-07T23:59:37.791293+0000 mgr.a (mgr.14403) 16259 : cluster 0 pgmap v12139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:38 smithi194 bash[32038]: cluster 2023-12-07T23:59:37.791293+0000 mgr.a (mgr.14403) 16259 : cluster 0 pgmap v12139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:38 smithi135 bash[32435]: cluster 2023-12-07T23:59:37.791293+0000 mgr.a (mgr.14403) 16259 : cluster 0 pgmap v12139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:41.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:40 smithi079 bash[28699]: cluster 2023-12-07T23:59:39.792053+0000 mgr.a (mgr.14403) 16260 : cluster 0 pgmap v12140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:40 smithi194 bash[32038]: cluster 2023-12-07T23:59:39.792053+0000 mgr.a (mgr.14403) 16260 : cluster 0 pgmap v12140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:40 smithi135 bash[32435]: cluster 2023-12-07T23:59:39.792053+0000 mgr.a (mgr.14403) 16260 : cluster 0 pgmap v12140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T23:59:42.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:59:42.395 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:42.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:42 smithi079 bash[28699]: cluster 2023-12-07T23:59:41.792561+0000 mgr.a (mgr.14403) 16261 : cluster 0 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-07T23:59:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:42 smithi079 bash[28699]: audit 2023-12-07T23:59:42.316308+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:59:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:42 smithi194 bash[32038]: cluster 2023-12-07T23:59:41.792561+0000 mgr.a (mgr.14403) 16261 : cluster 0 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-07T23:59:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:42 smithi194 bash[32038]: audit 2023-12-07T23:59:42.316308+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:59:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:42 smithi135 bash[32435]: cluster 2023-12-07T23:59:41.792561+0000 mgr.a (mgr.14403) 16261 : cluster 0 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-07T23:59:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:42 smithi135 bash[32435]: audit 2023-12-07T23:59:42.316308+0000 mon.a (mon.0) 2690 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T23:59:43.319 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:59:43.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:43.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:43.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:43.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:59:43.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:43 smithi079 bash[28699]: audit 2023-12-07T23:59:42.797236+0000 mgr.a (mgr.14403) 16262 : audit 0 from='client.325098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:43.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:43 smithi079 bash[28699]: audit 2023-12-07T23:59:43.117246+0000 mon.a (mon.0) 2691 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:59:43.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:43 smithi079 bash[28699]: audit 2023-12-07T23:59:43.119064+0000 mon.a (mon.0) 2692 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:59:43.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:43 smithi079 bash[28699]: audit 2023-12-07T23:59:43.127756+0000 mon.a (mon.0) 2693 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:59:43.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:43 smithi194 bash[32038]: audit 2023-12-07T23:59:42.797236+0000 mgr.a (mgr.14403) 16262 : audit 0 from='client.325098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:43.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:43 smithi194 bash[32038]: audit 2023-12-07T23:59:43.117246+0000 mon.a (mon.0) 2691 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:59:43.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:43 smithi194 bash[32038]: audit 2023-12-07T23:59:43.119064+0000 mon.a (mon.0) 2692 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:59:43.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:43 smithi194 bash[32038]: audit 2023-12-07T23:59:43.127756+0000 mon.a (mon.0) 2693 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:59:43.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:43 smithi135 bash[32435]: audit 2023-12-07T23:59:42.797236+0000 mgr.a (mgr.14403) 16262 : audit 0 from='client.325098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:43.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:43 smithi135 bash[32435]: audit 2023-12-07T23:59:43.117246+0000 mon.a (mon.0) 2691 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T23:59:43.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:43 smithi135 bash[32435]: audit 2023-12-07T23:59:43.119064+0000 mon.a (mon.0) 2692 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T23:59:43.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:43 smithi135 bash[32435]: audit 2023-12-07T23:59:43.127756+0000 mon.a (mon.0) 2693 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-07T23:59:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:44 smithi079 bash[28699]: cluster 2023-12-07T23:59:43.793409+0000 mgr.a (mgr.14403) 16263 : cluster 0 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-07T23:59:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:44 smithi194 bash[32038]: cluster 2023-12-07T23:59:43.793409+0000 mgr.a (mgr.14403) 16263 : cluster 0 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-07T23:59:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:44 smithi135 bash[32435]: cluster 2023-12-07T23:59:43.793409+0000 mgr.a (mgr.14403) 16263 : cluster 0 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-07T23:59:47.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:46 smithi079 bash[28699]: cluster 2023-12-07T23:59:45.793983+0000 mgr.a (mgr.14403) 16264 : cluster 0 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-07T23:59:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:46 smithi194 bash[32038]: cluster 2023-12-07T23:59:45.793983+0000 mgr.a (mgr.14403) 16264 : cluster 0 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-07T23:59:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:46 smithi135 bash[32435]: cluster 2023-12-07T23:59:45.793983+0000 mgr.a (mgr.14403) 16264 : cluster 0 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-07T23:59:48.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:59:48.323 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:48.323 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:49.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:48 smithi079 bash[28699]: cluster 2023-12-07T23:59:47.794561+0000 mgr.a (mgr.14403) 16265 : cluster 0 pgmap v12144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:48 smithi194 bash[32038]: cluster 2023-12-07T23:59:47.794561+0000 mgr.a (mgr.14403) 16265 : cluster 0 pgmap v12144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:48 smithi135 bash[32435]: cluster 2023-12-07T23:59:47.794561+0000 mgr.a (mgr.14403) 16265 : cluster 0 pgmap v12144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:49.241 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:59:49.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:49.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:49.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:49.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:59:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:49 smithi079 bash[28699]: audit 2023-12-07T23:59:48.721786+0000 mgr.a (mgr.14403) 16266 : audit 0 from='client.325173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:50.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:49 smithi194 bash[32038]: audit 2023-12-07T23:59:48.721786+0000 mgr.a (mgr.14403) 16266 : audit 0 from='client.325173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:50.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:49 smithi135 bash[32435]: audit 2023-12-07T23:59:48.721786+0000 mgr.a (mgr.14403) 16266 : audit 0 from='client.325173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:51.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:50 smithi079 bash[28699]: cluster 2023-12-07T23:59:49.795552+0000 mgr.a (mgr.14403) 16267 : cluster 0 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-07T23:59:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:50 smithi194 bash[32038]: cluster 2023-12-07T23:59:49.795552+0000 mgr.a (mgr.14403) 16267 : cluster 0 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-07T23:59:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:50 smithi135 bash[32435]: cluster 2023-12-07T23:59:49.795552+0000 mgr.a (mgr.14403) 16267 : cluster 0 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-07T23:59:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:52 smithi079 bash[28699]: cluster 2023-12-07T23:59:51.796219+0000 mgr.a (mgr.14403) 16268 : cluster 0 pgmap v12146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:52 smithi194 bash[32038]: cluster 2023-12-07T23:59:51.796219+0000 mgr.a (mgr.14403) 16268 : cluster 0 pgmap v12146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:52.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:52 smithi135 bash[32435]: cluster 2023-12-07T23:59:51.796219+0000 mgr.a (mgr.14403) 16268 : cluster 0 pgmap v12146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:54.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-07T23:59:54.245 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-07T23:59:54.245 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-07T23:59:55.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:54 smithi079 bash[28699]: cluster 2023-12-07T23:59:53.796942+0000 mgr.a (mgr.14403) 16269 : cluster 0 pgmap v12147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:55.157 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-07T23:59:55.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T23:59:55.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-07T23:59:55.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T23:59:55.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-07T23:59:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:54 smithi194 bash[32038]: cluster 2023-12-07T23:59:53.796942+0000 mgr.a (mgr.14403) 16269 : cluster 0 pgmap v12147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:54 smithi135 bash[32435]: cluster 2023-12-07T23:59:53.796942+0000 mgr.a (mgr.14403) 16269 : cluster 0 pgmap v12147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T23:59:56.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:55 smithi079 bash[28699]: audit 2023-12-07T23:59:54.642553+0000 mgr.a (mgr.14403) 16270 : audit 0 from='client.325248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:56.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:55 smithi194 bash[32038]: audit 2023-12-07T23:59:54.642553+0000 mgr.a (mgr.14403) 16270 : audit 0 from='client.325248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:56.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:55 smithi135 bash[32435]: audit 2023-12-07T23:59:54.642553+0000 mgr.a (mgr.14403) 16270 : audit 0 from='client.325248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T23:59:57.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:56 smithi079 bash[28699]: cluster 2023-12-07T23:59:55.797714+0000 mgr.a (mgr.14403) 16271 : cluster 0 pgmap v12148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:56 smithi194 bash[32038]: cluster 2023-12-07T23:59:55.797714+0000 mgr.a (mgr.14403) 16271 : cluster 0 pgmap v12148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:56 smithi135 bash[32435]: cluster 2023-12-07T23:59:55.797714+0000 mgr.a (mgr.14403) 16271 : cluster 0 pgmap v12148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:59.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 07 23:59:58 smithi079 bash[28699]: cluster 2023-12-07T23:59:57.798444+0000 mgr.a (mgr.14403) 16272 : cluster 0 pgmap v12149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 07 23:59:58 smithi194 bash[32038]: cluster 2023-12-07T23:59:57.798444+0000 mgr.a (mgr.14403) 16272 : cluster 0 pgmap v12149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T23:59:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 07 23:59:58 smithi135 bash[32435]: cluster 2023-12-07T23:59:57.798444+0000 mgr.a (mgr.14403) 16272 : cluster 0 pgmap v12149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:00.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:00:00.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:00.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:01.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:01.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:01.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:01.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:00:01.078 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:00:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:00 smithi079 bash[28699]: cluster 2023-12-07T23:59:59.799407+0000 mgr.a (mgr.14403) 16273 : cluster 0 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-08T00:00:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:00 smithi079 bash[28699]: cluster 2023-12-08T00:00:00.000151+0000 mon.a (mon.0) 2694 : cluster 1 overall HEALTH_OK 2023-12-08T00:00:01.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:00 smithi194 bash[32038]: cluster 2023-12-07T23:59:59.799407+0000 mgr.a (mgr.14403) 16273 : cluster 0 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-08T00:00:01.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:00 smithi194 bash[32038]: cluster 2023-12-08T00:00:00.000151+0000 mon.a (mon.0) 2694 : cluster 1 overall HEALTH_OK 2023-12-08T00:00:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:00 smithi135 bash[32435]: cluster 2023-12-07T23:59:59.799407+0000 mgr.a (mgr.14403) 16273 : cluster 0 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-08T00:00:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:00 smithi135 bash[32435]: cluster 2023-12-08T00:00:00.000151+0000 mon.a (mon.0) 2694 : cluster 1 overall HEALTH_OK 2023-12-08T00:00:02.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:01 smithi079 bash[28699]: audit 2023-12-08T00:00:00.559378+0000 mgr.a (mgr.14403) 16274 : audit 0 from='client.325323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:01 smithi194 bash[32038]: audit 2023-12-08T00:00:00.559378+0000 mgr.a (mgr.14403) 16274 : audit 0 from='client.325323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:01 smithi135 bash[32435]: audit 2023-12-08T00:00:00.559378+0000 mgr.a (mgr.14403) 16274 : audit 0 from='client.325323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:02 smithi079 bash[28699]: cluster 2023-12-08T00:00:01.800018+0000 mgr.a (mgr.14403) 16275 : cluster 0 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-08T00:00:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:02 smithi194 bash[32038]: cluster 2023-12-08T00:00:01.800018+0000 mgr.a (mgr.14403) 16275 : cluster 0 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-08T00:00:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:02 smithi135 bash[32435]: cluster 2023-12-08T00:00:01.800018+0000 mgr.a (mgr.14403) 16275 : cluster 0 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-08T00:00:05.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:04 smithi079 bash[28699]: cluster 2023-12-08T00:00:03.800794+0000 mgr.a (mgr.14403) 16276 : cluster 0 pgmap v12152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:04 smithi194 bash[32038]: cluster 2023-12-08T00:00:03.800794+0000 mgr.a (mgr.14403) 16276 : cluster 0 pgmap v12152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:04 smithi135 bash[32435]: cluster 2023-12-08T00:00:03.800794+0000 mgr.a (mgr.14403) 16276 : cluster 0 pgmap v12152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:06.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:00:06.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:06.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:06.960 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:00:06.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:06.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:06.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:06.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:00:07.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:06 smithi079 bash[28699]: cluster 2023-12-08T00:00:05.801369+0000 mgr.a (mgr.14403) 16277 : cluster 0 pgmap v12153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:06 smithi194 bash[32038]: cluster 2023-12-08T00:00:05.801369+0000 mgr.a (mgr.14403) 16277 : cluster 0 pgmap v12153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:06 smithi135 bash[32435]: cluster 2023-12-08T00:00:05.801369+0000 mgr.a (mgr.14403) 16277 : cluster 0 pgmap v12153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:07 smithi079 bash[28699]: audit 2023-12-08T00:00:06.471671+0000 mgr.a (mgr.14403) 16278 : audit 0 from='client.325401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:07 smithi194 bash[32038]: audit 2023-12-08T00:00:06.471671+0000 mgr.a (mgr.14403) 16278 : audit 0 from='client.325401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:07 smithi135 bash[32435]: audit 2023-12-08T00:00:06.471671+0000 mgr.a (mgr.14403) 16278 : audit 0 from='client.325401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:09.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:08 smithi194 bash[32038]: cluster 2023-12-08T00:00:07.802247+0000 mgr.a (mgr.14403) 16279 : cluster 0 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-08T00:00:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:08 smithi135 bash[32435]: cluster 2023-12-08T00:00:07.802247+0000 mgr.a (mgr.14403) 16279 : cluster 0 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-08T00:00:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:08 smithi079 bash[28699]: cluster 2023-12-08T00:00:07.802247+0000 mgr.a (mgr.14403) 16279 : cluster 0 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-08T00:00:11.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:10 smithi194 bash[32038]: cluster 2023-12-08T00:00:09.803255+0000 mgr.a (mgr.14403) 16280 : cluster 0 pgmap v12155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:10 smithi135 bash[32435]: cluster 2023-12-08T00:00:09.803255+0000 mgr.a (mgr.14403) 16280 : cluster 0 pgmap v12155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:10 smithi079 bash[28699]: cluster 2023-12-08T00:00:09.803255+0000 mgr.a (mgr.14403) 16280 : cluster 0 pgmap v12155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:11.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:00:11.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:11.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:12.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:12.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:12.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:12.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:00:12.850 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:00:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:12 smithi079 bash[28699]: cluster 2023-12-08T00:00:11.803950+0000 mgr.a (mgr.14403) 16281 : cluster 0 pgmap v12156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:12 smithi079 bash[28699]: audit 2023-12-08T00:00:12.366687+0000 mgr.a (mgr.14403) 16282 : audit 0 from='client.325479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:12 smithi194 bash[32038]: cluster 2023-12-08T00:00:11.803950+0000 mgr.a (mgr.14403) 16281 : cluster 0 pgmap v12156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:12 smithi194 bash[32038]: audit 2023-12-08T00:00:12.366687+0000 mgr.a (mgr.14403) 16282 : audit 0 from='client.325479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:12 smithi135 bash[32435]: cluster 2023-12-08T00:00:11.803950+0000 mgr.a (mgr.14403) 16281 : cluster 0 pgmap v12156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:12 smithi135 bash[32435]: audit 2023-12-08T00:00:12.366687+0000 mgr.a (mgr.14403) 16282 : audit 0 from='client.325479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:15.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:14 smithi079 bash[28699]: cluster 2023-12-08T00:00:13.804719+0000 mgr.a (mgr.14403) 16283 : cluster 0 pgmap v12157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:14 smithi194 bash[32038]: cluster 2023-12-08T00:00:13.804719+0000 mgr.a (mgr.14403) 16283 : cluster 0 pgmap v12157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:14 smithi135 bash[32435]: cluster 2023-12-08T00:00:13.804719+0000 mgr.a (mgr.14403) 16283 : cluster 0 pgmap v12157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:17.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:16 smithi079 bash[28699]: cluster 2023-12-08T00:00:15.805272+0000 mgr.a (mgr.14403) 16284 : cluster 0 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-08T00:00:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:16 smithi194 bash[32038]: cluster 2023-12-08T00:00:15.805272+0000 mgr.a (mgr.14403) 16284 : cluster 0 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-08T00:00:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:16 smithi135 bash[32435]: cluster 2023-12-08T00:00:15.805272+0000 mgr.a (mgr.14403) 16284 : cluster 0 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-08T00:00:17.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:00:17.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:17.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:18.777 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:00:18.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:18.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:18.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:18.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:00:19.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:18 smithi079 bash[28699]: cluster 2023-12-08T00:00:17.805770+0000 mgr.a (mgr.14403) 16285 : cluster 0 pgmap v12159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:19.149 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:18 smithi079 bash[28699]: audit 2023-12-08T00:00:18.253354+0000 mgr.a (mgr.14403) 16286 : audit 0 from='client.325557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:18 smithi194 bash[32038]: cluster 2023-12-08T00:00:17.805770+0000 mgr.a (mgr.14403) 16285 : cluster 0 pgmap v12159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:18 smithi194 bash[32038]: audit 2023-12-08T00:00:18.253354+0000 mgr.a (mgr.14403) 16286 : audit 0 from='client.325557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:18 smithi135 bash[32435]: cluster 2023-12-08T00:00:17.805770+0000 mgr.a (mgr.14403) 16285 : cluster 0 pgmap v12159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:18 smithi135 bash[32435]: audit 2023-12-08T00:00:18.253354+0000 mgr.a (mgr.14403) 16286 : audit 0 from='client.325557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:21.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:20 smithi079 bash[28699]: cluster 2023-12-08T00:00:19.806877+0000 mgr.a (mgr.14403) 16287 : cluster 0 pgmap v12160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:00:21.163 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:20 smithi135 bash[32435]: cluster 2023-12-08T00:00:19.806877+0000 mgr.a (mgr.14403) 16287 : cluster 0 pgmap v12160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:00:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:20 smithi194 bash[32038]: cluster 2023-12-08T00:00:19.806877+0000 mgr.a (mgr.14403) 16287 : cluster 0 pgmap v12160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:00:22.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:22 smithi079 bash[28699]: cluster 2023-12-08T00:00:21.807658+0000 mgr.a (mgr.14403) 16288 : cluster 0 pgmap v12161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:00:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:22 smithi194 bash[32038]: cluster 2023-12-08T00:00:21.807658+0000 mgr.a (mgr.14403) 16288 : cluster 0 pgmap v12161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:00:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:22 smithi135 bash[32435]: cluster 2023-12-08T00:00:21.807658+0000 mgr.a (mgr.14403) 16288 : cluster 0 pgmap v12161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:00:23.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:00:23.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:23.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:24.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:24.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:24.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:24.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:00:24.672 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:00:25.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:24 smithi079 bash[28699]: cluster 2023-12-08T00:00:23.808482+0000 mgr.a (mgr.14403) 16289 : cluster 0 pgmap v12162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:25.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:24 smithi079 bash[28699]: audit 2023-12-08T00:00:24.170741+0000 mgr.a (mgr.14403) 16290 : audit 0 from='client.325635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:24 smithi194 bash[32038]: cluster 2023-12-08T00:00:23.808482+0000 mgr.a (mgr.14403) 16289 : cluster 0 pgmap v12162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:24 smithi194 bash[32038]: audit 2023-12-08T00:00:24.170741+0000 mgr.a (mgr.14403) 16290 : audit 0 from='client.325635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:24 smithi135 bash[32435]: cluster 2023-12-08T00:00:23.808482+0000 mgr.a (mgr.14403) 16289 : cluster 0 pgmap v12162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:24 smithi135 bash[32435]: audit 2023-12-08T00:00:24.170741+0000 mgr.a (mgr.14403) 16290 : audit 0 from='client.325635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:27.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:26 smithi079 bash[28699]: cluster 2023-12-08T00:00:25.809154+0000 mgr.a (mgr.14403) 16291 : cluster 0 pgmap v12163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:26 smithi194 bash[32038]: cluster 2023-12-08T00:00:25.809154+0000 mgr.a (mgr.14403) 16291 : cluster 0 pgmap v12163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:26 smithi135 bash[32435]: cluster 2023-12-08T00:00:25.809154+0000 mgr.a (mgr.14403) 16291 : cluster 0 pgmap v12163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:29.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:28 smithi079 bash[28699]: cluster 2023-12-08T00:00:27.809730+0000 mgr.a (mgr.14403) 16292 : cluster 0 pgmap v12164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:28 smithi194 bash[32038]: cluster 2023-12-08T00:00:27.809730+0000 mgr.a (mgr.14403) 16292 : cluster 0 pgmap v12164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:28 smithi135 bash[32435]: cluster 2023-12-08T00:00:27.809730+0000 mgr.a (mgr.14403) 16292 : cluster 0 pgmap v12164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:29.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:00:29.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:29.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:30.587 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:00:30.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:30.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:30.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:30.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:00:31.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:30 smithi079 bash[28699]: cluster 2023-12-08T00:00:29.810375+0000 mgr.a (mgr.14403) 16293 : cluster 0 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-08T00:00:31.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:30 smithi079 bash[28699]: audit 2023-12-08T00:00:30.073741+0000 mgr.a (mgr.14403) 16294 : audit 0 from='client.325710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:30 smithi194 bash[32038]: cluster 2023-12-08T00:00:29.810375+0000 mgr.a (mgr.14403) 16293 : cluster 0 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-08T00:00:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:30 smithi194 bash[32038]: audit 2023-12-08T00:00:30.073741+0000 mgr.a (mgr.14403) 16294 : audit 0 from='client.325710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:30 smithi135 bash[32435]: cluster 2023-12-08T00:00:29.810375+0000 mgr.a (mgr.14403) 16293 : cluster 0 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-08T00:00:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:30 smithi135 bash[32435]: audit 2023-12-08T00:00:30.073741+0000 mgr.a (mgr.14403) 16294 : audit 0 from='client.325710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:32 smithi079 bash[28699]: cluster 2023-12-08T00:00:31.811060+0000 mgr.a (mgr.14403) 16295 : cluster 0 pgmap v12166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:00:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:32 smithi194 bash[32038]: cluster 2023-12-08T00:00:31.811060+0000 mgr.a (mgr.14403) 16295 : cluster 0 pgmap v12166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:00:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:32 smithi135 bash[32435]: cluster 2023-12-08T00:00:31.811060+0000 mgr.a (mgr.14403) 16295 : cluster 0 pgmap v12166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:00:35.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:34 smithi079 bash[28699]: cluster 2023-12-08T00:00:33.811850+0000 mgr.a (mgr.14403) 16296 : cluster 0 pgmap v12167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:00:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:34 smithi194 bash[32038]: cluster 2023-12-08T00:00:33.811850+0000 mgr.a (mgr.14403) 16296 : cluster 0 pgmap v12167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:00:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:34 smithi135 bash[32435]: cluster 2023-12-08T00:00:33.811850+0000 mgr.a (mgr.14403) 16296 : cluster 0 pgmap v12167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:00:35.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:00:35.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:35.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:36.485 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:00:36.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:36.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:36.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:36.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:00:37.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:36 smithi079 bash[28699]: cluster 2023-12-08T00:00:35.812407+0000 mgr.a (mgr.14403) 16297 : cluster 0 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-08T00:00:37.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:36 smithi079 bash[28699]: audit 2023-12-08T00:00:35.993960+0000 mgr.a (mgr.14403) 16298 : audit 0 from='client.325782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:36 smithi194 bash[32038]: cluster 2023-12-08T00:00:35.812407+0000 mgr.a (mgr.14403) 16297 : cluster 0 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-08T00:00:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:36 smithi194 bash[32038]: audit 2023-12-08T00:00:35.993960+0000 mgr.a (mgr.14403) 16298 : audit 0 from='client.325782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:36 smithi135 bash[32435]: cluster 2023-12-08T00:00:35.812407+0000 mgr.a (mgr.14403) 16297 : cluster 0 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-08T00:00:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:36 smithi135 bash[32435]: audit 2023-12-08T00:00:35.993960+0000 mgr.a (mgr.14403) 16298 : audit 0 from='client.325782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:39.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:38 smithi079 bash[28699]: cluster 2023-12-08T00:00:37.813055+0000 mgr.a (mgr.14403) 16299 : cluster 0 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-08T00:00:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:38 smithi194 bash[32038]: cluster 2023-12-08T00:00:37.813055+0000 mgr.a (mgr.14403) 16299 : cluster 0 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-08T00:00:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:38 smithi135 bash[32435]: cluster 2023-12-08T00:00:37.813055+0000 mgr.a (mgr.14403) 16299 : cluster 0 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-08T00:00:41.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:40 smithi079 bash[28699]: cluster 2023-12-08T00:00:39.813855+0000 mgr.a (mgr.14403) 16300 : cluster 0 pgmap v12170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:40 smithi194 bash[32038]: cluster 2023-12-08T00:00:39.813855+0000 mgr.a (mgr.14403) 16300 : cluster 0 pgmap v12170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:40 smithi135 bash[32435]: cluster 2023-12-08T00:00:39.813855+0000 mgr.a (mgr.14403) 16300 : cluster 0 pgmap v12170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:41.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:00:41.488 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:41.488 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:42.399 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:00:42.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:42.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:42.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:42.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:00:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:42 smithi079 bash[28699]: cluster 2023-12-08T00:00:41.814405+0000 mgr.a (mgr.14403) 16301 : cluster 0 pgmap v12171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:42 smithi079 bash[28699]: audit 2023-12-08T00:00:41.898889+0000 mgr.a (mgr.14403) 16302 : audit 0 from='client.325854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:42 smithi194 bash[32038]: cluster 2023-12-08T00:00:41.814405+0000 mgr.a (mgr.14403) 16301 : cluster 0 pgmap v12171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:42 smithi194 bash[32038]: audit 2023-12-08T00:00:41.898889+0000 mgr.a (mgr.14403) 16302 : audit 0 from='client.325854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:42 smithi135 bash[32435]: cluster 2023-12-08T00:00:41.814405+0000 mgr.a (mgr.14403) 16301 : cluster 0 pgmap v12171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:42 smithi135 bash[32435]: audit 2023-12-08T00:00:41.898889+0000 mgr.a (mgr.14403) 16302 : audit 0 from='client.325854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:43.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:43 smithi079 bash[28699]: audit 2023-12-08T00:00:43.269757+0000 mon.a (mon.0) 2695 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:00:43.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:43 smithi194 bash[32038]: audit 2023-12-08T00:00:43.269757+0000 mon.a (mon.0) 2695 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:00:43.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:43 smithi135 bash[32435]: audit 2023-12-08T00:00:43.269757+0000 mon.a (mon.0) 2695 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:00:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:44 smithi079 bash[28699]: cluster 2023-12-08T00:00:43.815365+0000 mgr.a (mgr.14403) 16303 : cluster 0 pgmap v12172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:44 smithi079 bash[28699]: audit 2023-12-08T00:00:44.069194+0000 mon.a (mon.0) 2696 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:00:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:44 smithi079 bash[28699]: audit 2023-12-08T00:00:44.071078+0000 mon.a (mon.0) 2697 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:00:44.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:44 smithi079 bash[28699]: audit 2023-12-08T00:00:44.080297+0000 mon.a (mon.0) 2698 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:00:44.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:44 smithi194 bash[32038]: cluster 2023-12-08T00:00:43.815365+0000 mgr.a (mgr.14403) 16303 : cluster 0 pgmap v12172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:44 smithi194 bash[32038]: audit 2023-12-08T00:00:44.069194+0000 mon.a (mon.0) 2696 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:00:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:44 smithi194 bash[32038]: audit 2023-12-08T00:00:44.071078+0000 mon.a (mon.0) 2697 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:00:44.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:44 smithi194 bash[32038]: audit 2023-12-08T00:00:44.080297+0000 mon.a (mon.0) 2698 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:00:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:44 smithi135 bash[32435]: cluster 2023-12-08T00:00:43.815365+0000 mgr.a (mgr.14403) 16303 : cluster 0 pgmap v12172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:44 smithi135 bash[32435]: audit 2023-12-08T00:00:44.069194+0000 mon.a (mon.0) 2696 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:00:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:44 smithi135 bash[32435]: audit 2023-12-08T00:00:44.071078+0000 mon.a (mon.0) 2697 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:00:44.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:44 smithi135 bash[32435]: audit 2023-12-08T00:00:44.080297+0000 mon.a (mon.0) 2698 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:00:47.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:46 smithi079 bash[28699]: cluster 2023-12-08T00:00:45.815903+0000 mgr.a (mgr.14403) 16304 : cluster 0 pgmap v12173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:46 smithi194 bash[32038]: cluster 2023-12-08T00:00:45.815903+0000 mgr.a (mgr.14403) 16304 : cluster 0 pgmap v12173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:46 smithi135 bash[32435]: cluster 2023-12-08T00:00:45.815903+0000 mgr.a (mgr.14403) 16304 : cluster 0 pgmap v12173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:47.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:00:47.402 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:47.402 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:48.296 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:00:48.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:48.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:48.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:48.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:00:49.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:48 smithi079 bash[28699]: audit 2023-12-08T00:00:47.801944+0000 mgr.a (mgr.14403) 16305 : audit 0 from='client.325932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:49.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:48 smithi079 bash[28699]: cluster 2023-12-08T00:00:47.816959+0000 mgr.a (mgr.14403) 16306 : cluster 0 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-08T00:00:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:48 smithi194 bash[32038]: audit 2023-12-08T00:00:47.801944+0000 mgr.a (mgr.14403) 16305 : audit 0 from='client.325932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:48 smithi194 bash[32038]: cluster 2023-12-08T00:00:47.816959+0000 mgr.a (mgr.14403) 16306 : cluster 0 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-08T00:00:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:48 smithi135 bash[32435]: audit 2023-12-08T00:00:47.801944+0000 mgr.a (mgr.14403) 16305 : audit 0 from='client.325932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:48 smithi135 bash[32435]: cluster 2023-12-08T00:00:47.816959+0000 mgr.a (mgr.14403) 16306 : cluster 0 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-08T00:00:51.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:50 smithi079 bash[28699]: cluster 2023-12-08T00:00:49.818102+0000 mgr.a (mgr.14403) 16307 : cluster 0 pgmap v12175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:50 smithi194 bash[32038]: cluster 2023-12-08T00:00:49.818102+0000 mgr.a (mgr.14403) 16307 : cluster 0 pgmap v12175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:50 smithi135 bash[32435]: cluster 2023-12-08T00:00:49.818102+0000 mgr.a (mgr.14403) 16307 : cluster 0 pgmap v12175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:00:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:52 smithi079 bash[28699]: cluster 2023-12-08T00:00:51.818890+0000 mgr.a (mgr.14403) 16308 : cluster 0 pgmap v12176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:52 smithi194 bash[32038]: cluster 2023-12-08T00:00:51.818890+0000 mgr.a (mgr.14403) 16308 : cluster 0 pgmap v12176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:52 smithi135 bash[32435]: cluster 2023-12-08T00:00:51.818890+0000 mgr.a (mgr.14403) 16308 : cluster 0 pgmap v12176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:53.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:00:53.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:53.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:54.186 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:00:54.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:00:54.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:00:54.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:00:54.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:00:55.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:54 smithi079 bash[28699]: audit 2023-12-08T00:00:53.702873+0000 mgr.a (mgr.14403) 16309 : audit 0 from='client.326007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:55.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:54 smithi079 bash[28699]: cluster 2023-12-08T00:00:53.819840+0000 mgr.a (mgr.14403) 16310 : cluster 0 pgmap v12177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:54 smithi194 bash[32038]: audit 2023-12-08T00:00:53.702873+0000 mgr.a (mgr.14403) 16309 : audit 0 from='client.326007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:54 smithi194 bash[32038]: cluster 2023-12-08T00:00:53.819840+0000 mgr.a (mgr.14403) 16310 : cluster 0 pgmap v12177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:54 smithi135 bash[32435]: audit 2023-12-08T00:00:53.702873+0000 mgr.a (mgr.14403) 16309 : audit 0 from='client.326007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:00:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:54 smithi135 bash[32435]: cluster 2023-12-08T00:00:53.819840+0000 mgr.a (mgr.14403) 16310 : cluster 0 pgmap v12177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:00:57.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:56 smithi079 bash[28699]: cluster 2023-12-08T00:00:55.820594+0000 mgr.a (mgr.14403) 16311 : cluster 0 pgmap v12178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:57.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:56 smithi194 bash[32038]: cluster 2023-12-08T00:00:55.820594+0000 mgr.a (mgr.14403) 16311 : cluster 0 pgmap v12178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:56 smithi135 bash[32435]: cluster 2023-12-08T00:00:55.820594+0000 mgr.a (mgr.14403) 16311 : cluster 0 pgmap v12178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:59.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:00:58 smithi079 bash[28699]: cluster 2023-12-08T00:00:57.821198+0000 mgr.a (mgr.14403) 16312 : cluster 0 pgmap v12179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:59.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:00:59.190 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:00:59.190 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:00:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:00:58 smithi194 bash[32038]: cluster 2023-12-08T00:00:57.821198+0000 mgr.a (mgr.14403) 16312 : cluster 0 pgmap v12179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:00:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:00:58 smithi135 bash[32435]: cluster 2023-12-08T00:00:57.821198+0000 mgr.a (mgr.14403) 16312 : cluster 0 pgmap v12179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:00.137 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:01:00.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:00.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:00.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:00.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:01:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:00 smithi079 bash[28699]: audit 2023-12-08T00:00:59.594301+0000 mgr.a (mgr.14403) 16313 : audit 0 from='client.326082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:00 smithi079 bash[28699]: cluster 2023-12-08T00:00:59.822003+0000 mgr.a (mgr.14403) 16314 : cluster 0 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-08T00:01:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:00 smithi194 bash[32038]: audit 2023-12-08T00:00:59.594301+0000 mgr.a (mgr.14403) 16313 : audit 0 from='client.326082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:00 smithi194 bash[32038]: cluster 2023-12-08T00:00:59.822003+0000 mgr.a (mgr.14403) 16314 : cluster 0 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-08T00:01:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:00 smithi135 bash[32435]: audit 2023-12-08T00:00:59.594301+0000 mgr.a (mgr.14403) 16313 : audit 0 from='client.326082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:00 smithi135 bash[32435]: cluster 2023-12-08T00:00:59.822003+0000 mgr.a (mgr.14403) 16314 : cluster 0 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-08T00:01:02.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:02 smithi079 bash[28699]: cluster 2023-12-08T00:01:01.822787+0000 mgr.a (mgr.14403) 16315 : cluster 0 pgmap v12181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:02 smithi194 bash[32038]: cluster 2023-12-08T00:01:01.822787+0000 mgr.a (mgr.14403) 16315 : cluster 0 pgmap v12181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:02 smithi135 bash[32435]: cluster 2023-12-08T00:01:01.822787+0000 mgr.a (mgr.14403) 16315 : cluster 0 pgmap v12181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:05.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:01:05.141 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:05.141 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:05.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:04 smithi079 bash[28699]: cluster 2023-12-08T00:01:03.823717+0000 mgr.a (mgr.14403) 16316 : cluster 0 pgmap v12182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:04 smithi194 bash[32038]: cluster 2023-12-08T00:01:03.823717+0000 mgr.a (mgr.14403) 16316 : cluster 0 pgmap v12182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:04 smithi135 bash[32435]: cluster 2023-12-08T00:01:03.823717+0000 mgr.a (mgr.14403) 16316 : cluster 0 pgmap v12182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:06.040 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:01:06.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:06.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:06.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:06.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:01:07.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:06 smithi079 bash[28699]: audit 2023-12-08T00:01:05.541422+0000 mgr.a (mgr.14403) 16317 : audit 0 from='client.326157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:07.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:06 smithi079 bash[28699]: cluster 2023-12-08T00:01:05.824430+0000 mgr.a (mgr.14403) 16318 : cluster 0 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-08T00:01:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:06 smithi194 bash[32038]: audit 2023-12-08T00:01:05.541422+0000 mgr.a (mgr.14403) 16317 : audit 0 from='client.326157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:07.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:06 smithi194 bash[32038]: cluster 2023-12-08T00:01:05.824430+0000 mgr.a (mgr.14403) 16318 : cluster 0 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-08T00:01:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:06 smithi135 bash[32435]: audit 2023-12-08T00:01:05.541422+0000 mgr.a (mgr.14403) 16317 : audit 0 from='client.326157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:06 smithi135 bash[32435]: cluster 2023-12-08T00:01:05.824430+0000 mgr.a (mgr.14403) 16318 : cluster 0 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-08T00:01:09.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:08 smithi079 bash[28699]: cluster 2023-12-08T00:01:07.825161+0000 mgr.a (mgr.14403) 16319 : cluster 0 pgmap v12184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:08 smithi194 bash[32038]: cluster 2023-12-08T00:01:07.825161+0000 mgr.a (mgr.14403) 16319 : cluster 0 pgmap v12184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:08 smithi135 bash[32435]: cluster 2023-12-08T00:01:07.825161+0000 mgr.a (mgr.14403) 16319 : cluster 0 pgmap v12184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:11.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:01:11.043 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:11.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:11.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:10 smithi079 bash[28699]: cluster 2023-12-08T00:01:09.826048+0000 mgr.a (mgr.14403) 16320 : cluster 0 pgmap v12185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:10 smithi194 bash[32038]: cluster 2023-12-08T00:01:09.826048+0000 mgr.a (mgr.14403) 16320 : cluster 0 pgmap v12185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:10 smithi135 bash[32435]: cluster 2023-12-08T00:01:09.826048+0000 mgr.a (mgr.14403) 16320 : cluster 0 pgmap v12185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:11.956 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:01:11.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:11.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:11.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:11.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:01:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:12 smithi079 bash[28699]: audit 2023-12-08T00:01:11.450963+0000 mgr.a (mgr.14403) 16321 : audit 0 from='client.326229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:12 smithi079 bash[28699]: cluster 2023-12-08T00:01:11.829434+0000 mgr.a (mgr.14403) 16322 : cluster 0 pgmap v12186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:12 smithi194 bash[32038]: audit 2023-12-08T00:01:11.450963+0000 mgr.a (mgr.14403) 16321 : audit 0 from='client.326229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:12 smithi194 bash[32038]: cluster 2023-12-08T00:01:11.829434+0000 mgr.a (mgr.14403) 16322 : cluster 0 pgmap v12186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:12 smithi135 bash[32435]: audit 2023-12-08T00:01:11.450963+0000 mgr.a (mgr.14403) 16321 : audit 0 from='client.326229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:12 smithi135 bash[32435]: cluster 2023-12-08T00:01:11.829434+0000 mgr.a (mgr.14403) 16322 : cluster 0 pgmap v12186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:15.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:14 smithi079 bash[28699]: cluster 2023-12-08T00:01:13.830395+0000 mgr.a (mgr.14403) 16323 : cluster 0 pgmap v12187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:14 smithi194 bash[32038]: cluster 2023-12-08T00:01:13.830395+0000 mgr.a (mgr.14403) 16323 : cluster 0 pgmap v12187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:14 smithi135 bash[32435]: cluster 2023-12-08T00:01:13.830395+0000 mgr.a (mgr.14403) 16323 : cluster 0 pgmap v12187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:16.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:01:16.958 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:16.958 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:17.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:16 smithi079 bash[28699]: cluster 2023-12-08T00:01:15.830964+0000 mgr.a (mgr.14403) 16324 : cluster 0 pgmap v12188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:16 smithi194 bash[32038]: cluster 2023-12-08T00:01:15.830964+0000 mgr.a (mgr.14403) 16324 : cluster 0 pgmap v12188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:16 smithi135 bash[32435]: cluster 2023-12-08T00:01:15.830964+0000 mgr.a (mgr.14403) 16324 : cluster 0 pgmap v12188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:17.876 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:01:17.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:17.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:17.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:17.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:01:18.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:17 smithi194 bash[32038]: audit 2023-12-08T00:01:17.351897+0000 mgr.a (mgr.14403) 16325 : audit 0 from='client.326307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:18.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:17 smithi135 bash[32435]: audit 2023-12-08T00:01:17.351897+0000 mgr.a (mgr.14403) 16325 : audit 0 from='client.326307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:18.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:17 smithi079 bash[28699]: audit 2023-12-08T00:01:17.351897+0000 mgr.a (mgr.14403) 16325 : audit 0 from='client.326307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:18 smithi194 bash[32038]: cluster 2023-12-08T00:01:17.831530+0000 mgr.a (mgr.14403) 16326 : cluster 0 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-08T00:01:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:18 smithi135 bash[32435]: cluster 2023-12-08T00:01:17.831530+0000 mgr.a (mgr.14403) 16326 : cluster 0 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-08T00:01:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:18 smithi079 bash[28699]: cluster 2023-12-08T00:01:17.831530+0000 mgr.a (mgr.14403) 16326 : cluster 0 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-08T00:01:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:20 smithi194 bash[32038]: cluster 2023-12-08T00:01:19.832367+0000 mgr.a (mgr.14403) 16327 : cluster 0 pgmap v12190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:20 smithi135 bash[32435]: cluster 2023-12-08T00:01:19.832367+0000 mgr.a (mgr.14403) 16327 : cluster 0 pgmap v12190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:20 smithi079 bash[28699]: cluster 2023-12-08T00:01:19.832367+0000 mgr.a (mgr.14403) 16327 : cluster 0 pgmap v12190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:22.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:01:22.880 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:22.880 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:22 smithi079 bash[28699]: cluster 2023-12-08T00:01:21.832969+0000 mgr.a (mgr.14403) 16328 : cluster 0 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-08T00:01:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:22 smithi194 bash[32038]: cluster 2023-12-08T00:01:21.832969+0000 mgr.a (mgr.14403) 16328 : cluster 0 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-08T00:01:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:22 smithi135 bash[32435]: cluster 2023-12-08T00:01:21.832969+0000 mgr.a (mgr.14403) 16328 : cluster 0 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-08T00:01:23.777 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:01:23.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:23.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:23.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:23.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:01:23.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:23 smithi079 bash[28699]: audit 2023-12-08T00:01:23.274544+0000 mgr.a (mgr.14403) 16329 : audit 0 from='client.326385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:23.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:23 smithi194 bash[32038]: audit 2023-12-08T00:01:23.274544+0000 mgr.a (mgr.14403) 16329 : audit 0 from='client.326385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:23.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:23 smithi135 bash[32435]: audit 2023-12-08T00:01:23.274544+0000 mgr.a (mgr.14403) 16329 : audit 0 from='client.326385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:24.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:24 smithi079 bash[28699]: cluster 2023-12-08T00:01:23.834082+0000 mgr.a (mgr.14403) 16330 : cluster 0 pgmap v12192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:01:24.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:24 smithi194 bash[32038]: cluster 2023-12-08T00:01:23.834082+0000 mgr.a (mgr.14403) 16330 : cluster 0 pgmap v12192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:01:24.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:24 smithi135 bash[32435]: cluster 2023-12-08T00:01:23.834082+0000 mgr.a (mgr.14403) 16330 : cluster 0 pgmap v12192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:01:27.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:26 smithi079 bash[28699]: cluster 2023-12-08T00:01:25.834688+0000 mgr.a (mgr.14403) 16331 : cluster 0 pgmap v12193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:01:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:26 smithi194 bash[32038]: cluster 2023-12-08T00:01:25.834688+0000 mgr.a (mgr.14403) 16331 : cluster 0 pgmap v12193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:01:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:26 smithi135 bash[32435]: cluster 2023-12-08T00:01:25.834688+0000 mgr.a (mgr.14403) 16331 : cluster 0 pgmap v12193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:01:28.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:01:28.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:28.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:28 smithi194 bash[32038]: cluster 2023-12-08T00:01:27.835312+0000 mgr.a (mgr.14403) 16332 : cluster 0 pgmap v12194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:01:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:28 smithi135 bash[32435]: cluster 2023-12-08T00:01:27.835312+0000 mgr.a (mgr.14403) 16332 : cluster 0 pgmap v12194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:01:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:28 smithi079 bash[28699]: cluster 2023-12-08T00:01:27.835312+0000 mgr.a (mgr.14403) 16332 : cluster 0 pgmap v12194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:01:29.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:29.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:29.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:29.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:01:29.698 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:01:30.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:29 smithi194 bash[32038]: audit 2023-12-08T00:01:29.187545+0000 mgr.a (mgr.14403) 16333 : audit 0 from='client.326463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:30.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:29 smithi135 bash[32435]: audit 2023-12-08T00:01:29.187545+0000 mgr.a (mgr.14403) 16333 : audit 0 from='client.326463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:30.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:29 smithi079 bash[28699]: audit 2023-12-08T00:01:29.187545+0000 mgr.a (mgr.14403) 16333 : audit 0 from='client.326463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:30 smithi194 bash[32038]: cluster 2023-12-08T00:01:29.836330+0000 mgr.a (mgr.14403) 16334 : cluster 0 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-08T00:01:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:30 smithi135 bash[32435]: cluster 2023-12-08T00:01:29.836330+0000 mgr.a (mgr.14403) 16334 : cluster 0 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-08T00:01:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:30 smithi079 bash[28699]: cluster 2023-12-08T00:01:29.836330+0000 mgr.a (mgr.14403) 16334 : cluster 0 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-08T00:01:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:32 smithi079 bash[28699]: cluster 2023-12-08T00:01:31.836891+0000 mgr.a (mgr.14403) 16335 : cluster 0 pgmap v12196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:32 smithi194 bash[32038]: cluster 2023-12-08T00:01:31.836891+0000 mgr.a (mgr.14403) 16335 : cluster 0 pgmap v12196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:32 smithi135 bash[32435]: cluster 2023-12-08T00:01:31.836891+0000 mgr.a (mgr.14403) 16335 : cluster 0 pgmap v12196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:01:34.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:01:34.700 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:34.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:34 smithi194 bash[32038]: cluster 2023-12-08T00:01:33.837608+0000 mgr.a (mgr.14403) 16336 : cluster 0 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-08T00:01:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:34 smithi135 bash[32435]: cluster 2023-12-08T00:01:33.837608+0000 mgr.a (mgr.14403) 16336 : cluster 0 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-08T00:01:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:34 smithi079 bash[28699]: cluster 2023-12-08T00:01:33.837608+0000 mgr.a (mgr.14403) 16336 : cluster 0 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-08T00:01:35.592 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:01:35.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:35.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:35.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:35.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:01:36.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:35 smithi194 bash[32038]: audit 2023-12-08T00:01:35.105771+0000 mgr.a (mgr.14403) 16337 : audit 0 from='client.326541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:36.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:35 smithi135 bash[32435]: audit 2023-12-08T00:01:35.105771+0000 mgr.a (mgr.14403) 16337 : audit 0 from='client.326541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:35 smithi079 bash[28699]: audit 2023-12-08T00:01:35.105771+0000 mgr.a (mgr.14403) 16337 : audit 0 from='client.326541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:36 smithi194 bash[32038]: cluster 2023-12-08T00:01:35.838421+0000 mgr.a (mgr.14403) 16338 : cluster 0 pgmap v12198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:01:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:36 smithi135 bash[32435]: cluster 2023-12-08T00:01:35.838421+0000 mgr.a (mgr.14403) 16338 : cluster 0 pgmap v12198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:01:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:36 smithi079 bash[28699]: cluster 2023-12-08T00:01:35.838421+0000 mgr.a (mgr.14403) 16338 : cluster 0 pgmap v12198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:01:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:38 smithi194 bash[32038]: cluster 2023-12-08T00:01:37.839012+0000 mgr.a (mgr.14403) 16339 : cluster 0 pgmap v12199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:01:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:38 smithi135 bash[32435]: cluster 2023-12-08T00:01:37.839012+0000 mgr.a (mgr.14403) 16339 : cluster 0 pgmap v12199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:01:39.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:38 smithi079 bash[28699]: cluster 2023-12-08T00:01:37.839012+0000 mgr.a (mgr.14403) 16339 : cluster 0 pgmap v12199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:01:40.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:01:40.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:40.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:40 smithi194 bash[32038]: cluster 2023-12-08T00:01:39.839784+0000 mgr.a (mgr.14403) 16340 : cluster 0 pgmap v12200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:01:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:40 smithi135 bash[32435]: cluster 2023-12-08T00:01:39.839784+0000 mgr.a (mgr.14403) 16340 : cluster 0 pgmap v12200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:01:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:40 smithi079 bash[28699]: cluster 2023-12-08T00:01:39.839784+0000 mgr.a (mgr.14403) 16340 : cluster 0 pgmap v12200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:01:41.481 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:01:41.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:41.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:41.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:41.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:01:42.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:41 smithi194 bash[32038]: audit 2023-12-08T00:01:40.996334+0000 mgr.a (mgr.14403) 16341 : audit 0 from='client.326613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:42.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:41 smithi135 bash[32435]: audit 2023-12-08T00:01:40.996334+0000 mgr.a (mgr.14403) 16341 : audit 0 from='client.326613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:42.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:41 smithi079 bash[28699]: audit 2023-12-08T00:01:40.996334+0000 mgr.a (mgr.14403) 16341 : audit 0 from='client.326613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:42 smithi194 bash[32038]: cluster 2023-12-08T00:01:41.840656+0000 mgr.a (mgr.14403) 16342 : cluster 0 pgmap v12201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:42 smithi135 bash[32435]: cluster 2023-12-08T00:01:41.840656+0000 mgr.a (mgr.14403) 16342 : cluster 0 pgmap v12201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:42 smithi079 bash[28699]: cluster 2023-12-08T00:01:41.840656+0000 mgr.a (mgr.14403) 16342 : cluster 0 pgmap v12201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:44 smithi194 bash[32038]: cluster 2023-12-08T00:01:43.841505+0000 mgr.a (mgr.14403) 16343 : cluster 0 pgmap v12202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:44 smithi194 bash[32038]: audit 2023-12-08T00:01:44.183560+0000 mon.a (mon.0) 2699 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:01:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:44 smithi135 bash[32435]: cluster 2023-12-08T00:01:43.841505+0000 mgr.a (mgr.14403) 16343 : cluster 0 pgmap v12202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:44 smithi135 bash[32435]: audit 2023-12-08T00:01:44.183560+0000 mon.a (mon.0) 2699 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:01:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:44 smithi079 bash[28699]: cluster 2023-12-08T00:01:43.841505+0000 mgr.a (mgr.14403) 16343 : cluster 0 pgmap v12202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:44 smithi079 bash[28699]: audit 2023-12-08T00:01:44.183560+0000 mon.a (mon.0) 2699 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:01:46.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:01:46.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:46.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:46 smithi194 bash[32038]: cluster 2023-12-08T00:01:45.842058+0000 mgr.a (mgr.14403) 16344 : cluster 0 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-08T00:01:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:46 smithi135 bash[32435]: cluster 2023-12-08T00:01:45.842058+0000 mgr.a (mgr.14403) 16344 : cluster 0 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-08T00:01:47.382 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:01:47.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:47.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:47.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:47.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:01:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:46 smithi079 bash[28699]: cluster 2023-12-08T00:01:45.842058+0000 mgr.a (mgr.14403) 16344 : cluster 0 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-08T00:01:48.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:47 smithi194 bash[32038]: audit 2023-12-08T00:01:46.883062+0000 mgr.a (mgr.14403) 16345 : audit 0 from='client.326691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:48.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:47 smithi135 bash[32435]: audit 2023-12-08T00:01:46.883062+0000 mgr.a (mgr.14403) 16345 : audit 0 from='client.326691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:48.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:47 smithi079 bash[28699]: audit 2023-12-08T00:01:46.883062+0000 mgr.a (mgr.14403) 16345 : audit 0 from='client.326691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:48 smithi194 bash[32038]: cluster 2023-12-08T00:01:47.842804+0000 mgr.a (mgr.14403) 16346 : cluster 0 pgmap v12204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:48 smithi135 bash[32435]: cluster 2023-12-08T00:01:47.842804+0000 mgr.a (mgr.14403) 16346 : cluster 0 pgmap v12204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:49.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:48 smithi079 bash[28699]: cluster 2023-12-08T00:01:47.842804+0000 mgr.a (mgr.14403) 16346 : cluster 0 pgmap v12204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:50 smithi079 bash[28699]: audit 2023-12-08T00:01:49.527116+0000 mon.a (mon.0) 2700 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:50 smithi079 bash[28699]: audit 2023-12-08T00:01:49.531015+0000 mon.a (mon.0) 2701 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:50 smithi079 bash[28699]: audit 2023-12-08T00:01:49.535146+0000 mon.a (mon.0) 2702 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:50 smithi079 bash[28699]: audit 2023-12-08T00:01:49.538605+0000 mon.a (mon.0) 2703 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:50 smithi079 bash[28699]: audit 2023-12-08T00:01:49.575230+0000 mon.a (mon.0) 2704 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:50 smithi079 bash[28699]: audit 2023-12-08T00:01:49.581411+0000 mon.a (mon.0) 2705 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:50 smithi079 bash[28699]: cluster 2023-12-08T00:01:49.843366+0000 mgr.a (mgr.14403) 16347 : cluster 0 pgmap v12205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:50.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:50 smithi079 bash[28699]: audit 2023-12-08T00:01:50.271065+0000 mon.a (mon.0) 2706 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:01:50.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:50 smithi079 bash[28699]: audit 2023-12-08T00:01:50.272863+0000 mon.a (mon.0) 2707 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:01:50.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:50 smithi079 bash[28699]: audit 2023-12-08T00:01:50.282462+0000 mon.a (mon.0) 2708 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:50 smithi194 bash[32038]: audit 2023-12-08T00:01:49.527116+0000 mon.a (mon.0) 2700 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:50 smithi194 bash[32038]: audit 2023-12-08T00:01:49.531015+0000 mon.a (mon.0) 2701 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:50 smithi194 bash[32038]: audit 2023-12-08T00:01:49.535146+0000 mon.a (mon.0) 2702 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:50 smithi194 bash[32038]: audit 2023-12-08T00:01:49.538605+0000 mon.a (mon.0) 2703 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:50 smithi194 bash[32038]: audit 2023-12-08T00:01:49.575230+0000 mon.a (mon.0) 2704 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:50 smithi194 bash[32038]: audit 2023-12-08T00:01:49.581411+0000 mon.a (mon.0) 2705 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:50 smithi194 bash[32038]: cluster 2023-12-08T00:01:49.843366+0000 mgr.a (mgr.14403) 16347 : cluster 0 pgmap v12205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:50.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:50 smithi194 bash[32038]: audit 2023-12-08T00:01:50.271065+0000 mon.a (mon.0) 2706 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:01:50.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:50 smithi194 bash[32038]: audit 2023-12-08T00:01:50.272863+0000 mon.a (mon.0) 2707 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:01:50.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:50 smithi194 bash[32038]: audit 2023-12-08T00:01:50.282462+0000 mon.a (mon.0) 2708 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:50 smithi135 bash[32435]: audit 2023-12-08T00:01:49.527116+0000 mon.a (mon.0) 2700 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:50 smithi135 bash[32435]: audit 2023-12-08T00:01:49.531015+0000 mon.a (mon.0) 2701 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:50 smithi135 bash[32435]: audit 2023-12-08T00:01:49.535146+0000 mon.a (mon.0) 2702 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:50 smithi135 bash[32435]: audit 2023-12-08T00:01:49.538605+0000 mon.a (mon.0) 2703 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:50 smithi135 bash[32435]: audit 2023-12-08T00:01:49.575230+0000 mon.a (mon.0) 2704 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:50 smithi135 bash[32435]: audit 2023-12-08T00:01:49.581411+0000 mon.a (mon.0) 2705 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:50 smithi135 bash[32435]: cluster 2023-12-08T00:01:49.843366+0000 mgr.a (mgr.14403) 16347 : cluster 0 pgmap v12205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:50 smithi135 bash[32435]: audit 2023-12-08T00:01:50.271065+0000 mon.a (mon.0) 2706 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:01:50.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:50 smithi135 bash[32435]: audit 2023-12-08T00:01:50.272863+0000 mon.a (mon.0) 2707 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:01:50.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:50 smithi135 bash[32435]: audit 2023-12-08T00:01:50.282462+0000 mon.a (mon.0) 2708 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:01:52.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:01:52.385 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:52.385 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:52 smithi079 bash[28699]: cluster 2023-12-08T00:01:51.843865+0000 mgr.a (mgr.14403) 16348 : cluster 0 pgmap v12206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:52 smithi194 bash[32038]: cluster 2023-12-08T00:01:51.843865+0000 mgr.a (mgr.14403) 16348 : cluster 0 pgmap v12206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:52 smithi135 bash[32435]: cluster 2023-12-08T00:01:51.843865+0000 mgr.a (mgr.14403) 16348 : cluster 0 pgmap v12206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:53.290 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:01:53.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:53.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:53.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:53.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:01:53.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:53 smithi079 bash[28699]: audit 2023-12-08T00:01:52.786808+0000 mgr.a (mgr.14403) 16349 : audit 0 from='client.326769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:53 smithi194 bash[32038]: audit 2023-12-08T00:01:52.786808+0000 mgr.a (mgr.14403) 16349 : audit 0 from='client.326769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:53.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:53 smithi135 bash[32435]: audit 2023-12-08T00:01:52.786808+0000 mgr.a (mgr.14403) 16349 : audit 0 from='client.326769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:01:54.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:54 smithi079 bash[28699]: cluster 2023-12-08T00:01:53.844776+0000 mgr.a (mgr.14403) 16350 : cluster 0 pgmap v12207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:54 smithi194 bash[32038]: cluster 2023-12-08T00:01:53.844776+0000 mgr.a (mgr.14403) 16350 : cluster 0 pgmap v12207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:54 smithi135 bash[32435]: cluster 2023-12-08T00:01:53.844776+0000 mgr.a (mgr.14403) 16350 : cluster 0 pgmap v12207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:01:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:56 smithi194 bash[32038]: cluster 2023-12-08T00:01:55.845354+0000 mgr.a (mgr.14403) 16351 : cluster 0 pgmap v12208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:56 smithi135 bash[32435]: cluster 2023-12-08T00:01:55.845354+0000 mgr.a (mgr.14403) 16351 : cluster 0 pgmap v12208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:56 smithi079 bash[28699]: cluster 2023-12-08T00:01:55.845354+0000 mgr.a (mgr.14403) 16351 : cluster 0 pgmap v12208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:01:58.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:01:58.294 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:01:58.294 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:01:59.202 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:01:59.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:01:59.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:01:59.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:01:59.203 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:01:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:58 smithi194 bash[32038]: cluster 2023-12-08T00:01:57.845929+0000 mgr.a (mgr.14403) 16352 : cluster 0 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-08T00:01:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:58 smithi135 bash[32435]: cluster 2023-12-08T00:01:57.845929+0000 mgr.a (mgr.14403) 16352 : cluster 0 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-08T00:01:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:58 smithi079 bash[28699]: cluster 2023-12-08T00:01:57.845929+0000 mgr.a (mgr.14403) 16352 : cluster 0 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-08T00:02:00.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:01:59 smithi194 bash[32038]: audit 2023-12-08T00:01:58.697185+0000 mgr.a (mgr.14403) 16353 : audit 0 from='client.326844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:00.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:01:59 smithi135 bash[32435]: audit 2023-12-08T00:01:58.697185+0000 mgr.a (mgr.14403) 16353 : audit 0 from='client.326844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:00.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:01:59 smithi079 bash[28699]: audit 2023-12-08T00:01:58.697185+0000 mgr.a (mgr.14403) 16353 : audit 0 from='client.326844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:00 smithi194 bash[32038]: cluster 2023-12-08T00:01:59.847198+0000 mgr.a (mgr.14403) 16354 : cluster 0 pgmap v12210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:00 smithi135 bash[32435]: cluster 2023-12-08T00:01:59.847198+0000 mgr.a (mgr.14403) 16354 : cluster 0 pgmap v12210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:00 smithi079 bash[28699]: cluster 2023-12-08T00:01:59.847198+0000 mgr.a (mgr.14403) 16354 : cluster 0 pgmap v12210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:02 smithi079 bash[28699]: cluster 2023-12-08T00:02:01.847826+0000 mgr.a (mgr.14403) 16355 : cluster 0 pgmap v12211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:02 smithi194 bash[32038]: cluster 2023-12-08T00:02:01.847826+0000 mgr.a (mgr.14403) 16355 : cluster 0 pgmap v12211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:02 smithi135 bash[32435]: cluster 2023-12-08T00:02:01.847826+0000 mgr.a (mgr.14403) 16355 : cluster 0 pgmap v12211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:04.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:02:04.206 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:04.206 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:05.098 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:02:05.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:05.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:05.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:05.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:02:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:04 smithi194 bash[32038]: cluster 2023-12-08T00:02:03.848568+0000 mgr.a (mgr.14403) 16356 : cluster 0 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-08T00:02:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:04 smithi135 bash[32435]: cluster 2023-12-08T00:02:03.848568+0000 mgr.a (mgr.14403) 16356 : cluster 0 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-08T00:02:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:04 smithi079 bash[28699]: cluster 2023-12-08T00:02:03.848568+0000 mgr.a (mgr.14403) 16356 : cluster 0 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-08T00:02:06.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:05 smithi194 bash[32038]: audit 2023-12-08T00:02:04.608962+0000 mgr.a (mgr.14403) 16357 : audit 0 from='client.326916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:06.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:05 smithi135 bash[32435]: audit 2023-12-08T00:02:04.608962+0000 mgr.a (mgr.14403) 16357 : audit 0 from='client.326916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:05 smithi079 bash[28699]: audit 2023-12-08T00:02:04.608962+0000 mgr.a (mgr.14403) 16357 : audit 0 from='client.326916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:06 smithi194 bash[32038]: cluster 2023-12-08T00:02:05.849310+0000 mgr.a (mgr.14403) 16358 : cluster 0 pgmap v12213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:06 smithi135 bash[32435]: cluster 2023-12-08T00:02:05.849310+0000 mgr.a (mgr.14403) 16358 : cluster 0 pgmap v12213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:06 smithi079 bash[28699]: cluster 2023-12-08T00:02:05.849310+0000 mgr.a (mgr.14403) 16358 : cluster 0 pgmap v12213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:08 smithi194 bash[32038]: cluster 2023-12-08T00:02:07.849904+0000 mgr.a (mgr.14403) 16359 : cluster 0 pgmap v12214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:08 smithi135 bash[32435]: cluster 2023-12-08T00:02:07.849904+0000 mgr.a (mgr.14403) 16359 : cluster 0 pgmap v12214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:08 smithi079 bash[28699]: cluster 2023-12-08T00:02:07.849904+0000 mgr.a (mgr.14403) 16359 : cluster 0 pgmap v12214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:10.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:02:10.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:10.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:11.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:11.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:11.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:11.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:02:11.029 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:02:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:10 smithi194 bash[32038]: cluster 2023-12-08T00:02:09.850711+0000 mgr.a (mgr.14403) 16360 : cluster 0 pgmap v12215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:10 smithi135 bash[32435]: cluster 2023-12-08T00:02:09.850711+0000 mgr.a (mgr.14403) 16360 : cluster 0 pgmap v12215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:10 smithi079 bash[28699]: cluster 2023-12-08T00:02:09.850711+0000 mgr.a (mgr.14403) 16360 : cluster 0 pgmap v12215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:12.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:11 smithi194 bash[32038]: audit 2023-12-08T00:02:10.501430+0000 mgr.a (mgr.14403) 16361 : audit 0 from='client.326991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:12.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:11 smithi135 bash[32435]: audit 2023-12-08T00:02:10.501430+0000 mgr.a (mgr.14403) 16361 : audit 0 from='client.326991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:12.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:11 smithi079 bash[28699]: audit 2023-12-08T00:02:10.501430+0000 mgr.a (mgr.14403) 16361 : audit 0 from='client.326991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:12 smithi194 bash[32038]: cluster 2023-12-08T00:02:11.851431+0000 mgr.a (mgr.14403) 16362 : cluster 0 pgmap v12216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:12 smithi135 bash[32435]: cluster 2023-12-08T00:02:11.851431+0000 mgr.a (mgr.14403) 16362 : cluster 0 pgmap v12216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:12 smithi079 bash[28699]: cluster 2023-12-08T00:02:11.851431+0000 mgr.a (mgr.14403) 16362 : cluster 0 pgmap v12216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:14 smithi194 bash[32038]: cluster 2023-12-08T00:02:13.852258+0000 mgr.a (mgr.14403) 16363 : cluster 0 pgmap v12217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:14 smithi135 bash[32435]: cluster 2023-12-08T00:02:13.852258+0000 mgr.a (mgr.14403) 16363 : cluster 0 pgmap v12217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:14 smithi079 bash[28699]: cluster 2023-12-08T00:02:13.852258+0000 mgr.a (mgr.14403) 16363 : cluster 0 pgmap v12217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:16.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:02:16.032 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:16.032 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:16.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:16.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:16.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:16.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:02:16.942 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:02:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:16 smithi194 bash[32038]: cluster 2023-12-08T00:02:15.852919+0000 mgr.a (mgr.14403) 16364 : cluster 0 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-08T00:02:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:16 smithi135 bash[32435]: cluster 2023-12-08T00:02:15.852919+0000 mgr.a (mgr.14403) 16364 : cluster 0 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-08T00:02:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:16 smithi079 bash[28699]: cluster 2023-12-08T00:02:15.852919+0000 mgr.a (mgr.14403) 16364 : cluster 0 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-08T00:02:18.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:17 smithi194 bash[32038]: audit 2023-12-08T00:02:16.433043+0000 mgr.a (mgr.14403) 16365 : audit 0 from='client.327069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:18.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:17 smithi135 bash[32435]: audit 2023-12-08T00:02:16.433043+0000 mgr.a (mgr.14403) 16365 : audit 0 from='client.327069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:18.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:17 smithi079 bash[28699]: audit 2023-12-08T00:02:16.433043+0000 mgr.a (mgr.14403) 16365 : audit 0 from='client.327069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:19.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:18 smithi194 bash[32038]: cluster 2023-12-08T00:02:17.853704+0000 mgr.a (mgr.14403) 16366 : cluster 0 pgmap v12219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:18 smithi135 bash[32435]: cluster 2023-12-08T00:02:17.853704+0000 mgr.a (mgr.14403) 16366 : cluster 0 pgmap v12219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:18 smithi079 bash[28699]: cluster 2023-12-08T00:02:17.853704+0000 mgr.a (mgr.14403) 16366 : cluster 0 pgmap v12219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:20 smithi194 bash[32038]: cluster 2023-12-08T00:02:19.854571+0000 mgr.a (mgr.14403) 16367 : cluster 0 pgmap v12220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:20 smithi135 bash[32435]: cluster 2023-12-08T00:02:19.854571+0000 mgr.a (mgr.14403) 16367 : cluster 0 pgmap v12220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:20 smithi079 bash[28699]: cluster 2023-12-08T00:02:19.854571+0000 mgr.a (mgr.14403) 16367 : cluster 0 pgmap v12220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:21.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:02:21.945 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:21.945 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:22.844 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:02:22.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:22.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:22.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:22.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:02:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:22 smithi079 bash[28699]: cluster 2023-12-08T00:02:21.855151+0000 mgr.a (mgr.14403) 16368 : cluster 0 pgmap v12221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:22 smithi079 bash[28699]: audit 2023-12-08T00:02:22.347195+0000 mgr.a (mgr.14403) 16369 : audit 0 from='client.327147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:22 smithi194 bash[32038]: cluster 2023-12-08T00:02:21.855151+0000 mgr.a (mgr.14403) 16368 : cluster 0 pgmap v12221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:22 smithi194 bash[32038]: audit 2023-12-08T00:02:22.347195+0000 mgr.a (mgr.14403) 16369 : audit 0 from='client.327147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:22 smithi135 bash[32435]: cluster 2023-12-08T00:02:21.855151+0000 mgr.a (mgr.14403) 16368 : cluster 0 pgmap v12221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:22 smithi135 bash[32435]: audit 2023-12-08T00:02:22.347195+0000 mgr.a (mgr.14403) 16369 : audit 0 from='client.327147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:24 smithi194 bash[32038]: cluster 2023-12-08T00:02:23.856017+0000 mgr.a (mgr.14403) 16370 : cluster 0 pgmap v12222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:24 smithi135 bash[32435]: cluster 2023-12-08T00:02:23.856017+0000 mgr.a (mgr.14403) 16370 : cluster 0 pgmap v12222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:24 smithi079 bash[28699]: cluster 2023-12-08T00:02:23.856017+0000 mgr.a (mgr.14403) 16370 : cluster 0 pgmap v12222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:27.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:26 smithi194 bash[32038]: cluster 2023-12-08T00:02:25.856561+0000 mgr.a (mgr.14403) 16371 : cluster 0 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-08T00:02:27.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:26 smithi135 bash[32435]: cluster 2023-12-08T00:02:25.856561+0000 mgr.a (mgr.14403) 16371 : cluster 0 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-08T00:02:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:26 smithi079 bash[28699]: cluster 2023-12-08T00:02:25.856561+0000 mgr.a (mgr.14403) 16371 : cluster 0 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-08T00:02:27.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:02:27.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:27.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:28.761 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:02:28.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:28.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:28.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:28.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:02:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:28 smithi194 bash[32038]: cluster 2023-12-08T00:02:27.857074+0000 mgr.a (mgr.14403) 16372 : cluster 0 pgmap v12224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:29.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:28 smithi194 bash[32038]: audit 2023-12-08T00:02:28.249751+0000 mgr.a (mgr.14403) 16373 : audit 0 from='client.327222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:28 smithi135 bash[32435]: cluster 2023-12-08T00:02:27.857074+0000 mgr.a (mgr.14403) 16372 : cluster 0 pgmap v12224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:29.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:28 smithi135 bash[32435]: audit 2023-12-08T00:02:28.249751+0000 mgr.a (mgr.14403) 16373 : audit 0 from='client.327222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:28 smithi079 bash[28699]: cluster 2023-12-08T00:02:27.857074+0000 mgr.a (mgr.14403) 16372 : cluster 0 pgmap v12224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:28 smithi079 bash[28699]: audit 2023-12-08T00:02:28.249751+0000 mgr.a (mgr.14403) 16373 : audit 0 from='client.327222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:30 smithi194 bash[32038]: cluster 2023-12-08T00:02:29.858100+0000 mgr.a (mgr.14403) 16374 : cluster 0 pgmap v12225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:02:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:30 smithi135 bash[32435]: cluster 2023-12-08T00:02:29.858100+0000 mgr.a (mgr.14403) 16374 : cluster 0 pgmap v12225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:02:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:30 smithi079 bash[28699]: cluster 2023-12-08T00:02:29.858100+0000 mgr.a (mgr.14403) 16374 : cluster 0 pgmap v12225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:02:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:32 smithi079 bash[28699]: cluster 2023-12-08T00:02:31.858701+0000 mgr.a (mgr.14403) 16375 : cluster 0 pgmap v12226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:02:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:32 smithi194 bash[32038]: cluster 2023-12-08T00:02:31.858701+0000 mgr.a (mgr.14403) 16375 : cluster 0 pgmap v12226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:02:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:32 smithi135 bash[32435]: cluster 2023-12-08T00:02:31.858701+0000 mgr.a (mgr.14403) 16375 : cluster 0 pgmap v12226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:02:33.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:02:33.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:33.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:34.660 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:02:34.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:34.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:34.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:34.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:02:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:34 smithi194 bash[32038]: cluster 2023-12-08T00:02:33.859468+0000 mgr.a (mgr.14403) 16376 : cluster 0 pgmap v12227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:34 smithi194 bash[32038]: audit 2023-12-08T00:02:34.158071+0000 mgr.a (mgr.14403) 16377 : audit 0 from='client.327297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:34 smithi135 bash[32435]: cluster 2023-12-08T00:02:33.859468+0000 mgr.a (mgr.14403) 16376 : cluster 0 pgmap v12227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:34 smithi135 bash[32435]: audit 2023-12-08T00:02:34.158071+0000 mgr.a (mgr.14403) 16377 : audit 0 from='client.327297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:34 smithi079 bash[28699]: cluster 2023-12-08T00:02:33.859468+0000 mgr.a (mgr.14403) 16376 : cluster 0 pgmap v12227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:34 smithi079 bash[28699]: audit 2023-12-08T00:02:34.158071+0000 mgr.a (mgr.14403) 16377 : audit 0 from='client.327297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:37.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:36 smithi194 bash[32038]: cluster 2023-12-08T00:02:35.860180+0000 mgr.a (mgr.14403) 16378 : cluster 0 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-08T00:02:37.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:36 smithi135 bash[32435]: cluster 2023-12-08T00:02:35.860180+0000 mgr.a (mgr.14403) 16378 : cluster 0 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-08T00:02:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:36 smithi079 bash[28699]: cluster 2023-12-08T00:02:35.860180+0000 mgr.a (mgr.14403) 16378 : cluster 0 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-08T00:02:39.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:38 smithi194 bash[32038]: cluster 2023-12-08T00:02:37.860705+0000 mgr.a (mgr.14403) 16379 : cluster 0 pgmap v12229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:39.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:38 smithi135 bash[32435]: cluster 2023-12-08T00:02:37.860705+0000 mgr.a (mgr.14403) 16379 : cluster 0 pgmap v12229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:38 smithi079 bash[28699]: cluster 2023-12-08T00:02:37.860705+0000 mgr.a (mgr.14403) 16379 : cluster 0 pgmap v12229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:02:39.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:02:39.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:39.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:40.568 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:02:40.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:40.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:40.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:40.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:02:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:40 smithi194 bash[32038]: cluster 2023-12-08T00:02:39.861500+0000 mgr.a (mgr.14403) 16380 : cluster 0 pgmap v12230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:40 smithi194 bash[32038]: audit 2023-12-08T00:02:40.070558+0000 mgr.a (mgr.14403) 16381 : audit 0 from='client.327372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:40 smithi135 bash[32435]: cluster 2023-12-08T00:02:39.861500+0000 mgr.a (mgr.14403) 16380 : cluster 0 pgmap v12230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:40 smithi135 bash[32435]: audit 2023-12-08T00:02:40.070558+0000 mgr.a (mgr.14403) 16381 : audit 0 from='client.327372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:40 smithi079 bash[28699]: cluster 2023-12-08T00:02:39.861500+0000 mgr.a (mgr.14403) 16380 : cluster 0 pgmap v12230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:40 smithi079 bash[28699]: audit 2023-12-08T00:02:40.070558+0000 mgr.a (mgr.14403) 16381 : audit 0 from='client.327372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:42 smithi079 bash[28699]: cluster 2023-12-08T00:02:41.862179+0000 mgr.a (mgr.14403) 16382 : cluster 0 pgmap v12231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:02:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:42 smithi194 bash[32038]: cluster 2023-12-08T00:02:41.862179+0000 mgr.a (mgr.14403) 16382 : cluster 0 pgmap v12231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:02:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:42 smithi135 bash[32435]: cluster 2023-12-08T00:02:41.862179+0000 mgr.a (mgr.14403) 16382 : cluster 0 pgmap v12231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:02:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:44 smithi194 bash[32038]: cluster 2023-12-08T00:02:43.862965+0000 mgr.a (mgr.14403) 16383 : cluster 0 pgmap v12232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:02:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:44 smithi135 bash[32435]: cluster 2023-12-08T00:02:43.862965+0000 mgr.a (mgr.14403) 16383 : cluster 0 pgmap v12232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:02:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:44 smithi079 bash[28699]: cluster 2023-12-08T00:02:43.862965+0000 mgr.a (mgr.14403) 16383 : cluster 0 pgmap v12232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:02:45.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:02:45.572 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:45.572 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:46.471 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:02:46.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:46.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:46.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:46.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:02:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:46 smithi194 bash[32038]: cluster 2023-12-08T00:02:45.863474+0000 mgr.a (mgr.14403) 16384 : cluster 0 pgmap v12233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:46 smithi194 bash[32038]: audit 2023-12-08T00:02:45.971214+0000 mgr.a (mgr.14403) 16385 : audit 0 from='client.327450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:46 smithi135 bash[32435]: cluster 2023-12-08T00:02:45.863474+0000 mgr.a (mgr.14403) 16384 : cluster 0 pgmap v12233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:47.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:46 smithi135 bash[32435]: audit 2023-12-08T00:02:45.971214+0000 mgr.a (mgr.14403) 16385 : audit 0 from='client.327450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:46 smithi079 bash[28699]: cluster 2023-12-08T00:02:45.863474+0000 mgr.a (mgr.14403) 16384 : cluster 0 pgmap v12233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:46 smithi079 bash[28699]: audit 2023-12-08T00:02:45.971214+0000 mgr.a (mgr.14403) 16385 : audit 0 from='client.327450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:49.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:48 smithi194 bash[32038]: cluster 2023-12-08T00:02:47.864153+0000 mgr.a (mgr.14403) 16386 : cluster 0 pgmap v12234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:49.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:48 smithi135 bash[32435]: cluster 2023-12-08T00:02:47.864153+0000 mgr.a (mgr.14403) 16386 : cluster 0 pgmap v12234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:48 smithi079 bash[28699]: cluster 2023-12-08T00:02:47.864153+0000 mgr.a (mgr.14403) 16386 : cluster 0 pgmap v12234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:50 smithi194 bash[32038]: cluster 2023-12-08T00:02:49.864933+0000 mgr.a (mgr.14403) 16387 : cluster 0 pgmap v12235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:51.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:50 smithi194 bash[32038]: audit 2023-12-08T00:02:50.385042+0000 mon.a (mon.0) 2709 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:02:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:50 smithi135 bash[32435]: cluster 2023-12-08T00:02:49.864933+0000 mgr.a (mgr.14403) 16387 : cluster 0 pgmap v12235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:51.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:50 smithi135 bash[32435]: audit 2023-12-08T00:02:50.385042+0000 mon.a (mon.0) 2709 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:02:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:50 smithi079 bash[28699]: cluster 2023-12-08T00:02:49.864933+0000 mgr.a (mgr.14403) 16387 : cluster 0 pgmap v12235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:50 smithi079 bash[28699]: audit 2023-12-08T00:02:50.385042+0000 mon.a (mon.0) 2709 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:02:51.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:02:51.475 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:51.476 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:52.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:51 smithi194 bash[32038]: audit 2023-12-08T00:02:51.131319+0000 mon.a (mon.0) 2710 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:02:52.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:51 smithi194 bash[32038]: audit 2023-12-08T00:02:51.132935+0000 mon.a (mon.0) 2711 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:02:52.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:51 smithi194 bash[32038]: audit 2023-12-08T00:02:51.141992+0000 mon.a (mon.0) 2712 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:02:52.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:51 smithi135 bash[32435]: audit 2023-12-08T00:02:51.131319+0000 mon.a (mon.0) 2710 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:02:52.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:51 smithi135 bash[32435]: audit 2023-12-08T00:02:51.132935+0000 mon.a (mon.0) 2711 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:02:52.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:51 smithi135 bash[32435]: audit 2023-12-08T00:02:51.141992+0000 mon.a (mon.0) 2712 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:02:52.383 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:02:52.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:52.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:52.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:52.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:02:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:51 smithi079 bash[28699]: audit 2023-12-08T00:02:51.131319+0000 mon.a (mon.0) 2710 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:02:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:51 smithi079 bash[28699]: audit 2023-12-08T00:02:51.132935+0000 mon.a (mon.0) 2711 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:02:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:51 smithi079 bash[28699]: audit 2023-12-08T00:02:51.141992+0000 mon.a (mon.0) 2712 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:02:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:52 smithi194 bash[32038]: audit 2023-12-08T00:02:51.864277+0000 mgr.a (mgr.14403) 16388 : audit 0 from='client.327528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:52 smithi194 bash[32038]: cluster 2023-12-08T00:02:51.874381+0000 mgr.a (mgr.14403) 16389 : cluster 0 pgmap v12236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:52 smithi135 bash[32435]: audit 2023-12-08T00:02:51.864277+0000 mgr.a (mgr.14403) 16388 : audit 0 from='client.327528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:52 smithi135 bash[32435]: cluster 2023-12-08T00:02:51.874381+0000 mgr.a (mgr.14403) 16389 : cluster 0 pgmap v12236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:52 smithi079 bash[28699]: audit 2023-12-08T00:02:51.864277+0000 mgr.a (mgr.14403) 16388 : audit 0 from='client.327528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:52 smithi079 bash[28699]: cluster 2023-12-08T00:02:51.874381+0000 mgr.a (mgr.14403) 16389 : cluster 0 pgmap v12236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:54 smithi194 bash[32038]: cluster 2023-12-08T00:02:53.875343+0000 mgr.a (mgr.14403) 16390 : cluster 0 pgmap v12237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:54 smithi135 bash[32435]: cluster 2023-12-08T00:02:53.875343+0000 mgr.a (mgr.14403) 16390 : cluster 0 pgmap v12237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:54 smithi079 bash[28699]: cluster 2023-12-08T00:02:53.875343+0000 mgr.a (mgr.14403) 16390 : cluster 0 pgmap v12237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:02:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:56 smithi194 bash[32038]: cluster 2023-12-08T00:02:55.875902+0000 mgr.a (mgr.14403) 16391 : cluster 0 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-08T00:02:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:56 smithi135 bash[32435]: cluster 2023-12-08T00:02:55.875902+0000 mgr.a (mgr.14403) 16391 : cluster 0 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-08T00:02:57.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:02:57.386 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:02:57.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:02:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:56 smithi079 bash[28699]: cluster 2023-12-08T00:02:55.875902+0000 mgr.a (mgr.14403) 16391 : cluster 0 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-08T00:02:58.312 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:02:58.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:02:58.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:02:58.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:02:58.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:02:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:58 smithi194 bash[32038]: audit 2023-12-08T00:02:57.786112+0000 mgr.a (mgr.14403) 16392 : audit 0 from='client.327603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:02:58 smithi194 bash[32038]: cluster 2023-12-08T00:02:57.876350+0000 mgr.a (mgr.14403) 16393 : cluster 0 pgmap v12239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:58 smithi135 bash[32435]: audit 2023-12-08T00:02:57.786112+0000 mgr.a (mgr.14403) 16392 : audit 0 from='client.327603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:02:58 smithi135 bash[32435]: cluster 2023-12-08T00:02:57.876350+0000 mgr.a (mgr.14403) 16393 : cluster 0 pgmap v12239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:02:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:58 smithi079 bash[28699]: audit 2023-12-08T00:02:57.786112+0000 mgr.a (mgr.14403) 16392 : audit 0 from='client.327603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:02:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:02:58 smithi079 bash[28699]: cluster 2023-12-08T00:02:57.876350+0000 mgr.a (mgr.14403) 16393 : cluster 0 pgmap v12239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:00 smithi194 bash[32038]: cluster 2023-12-08T00:02:59.877210+0000 mgr.a (mgr.14403) 16394 : cluster 0 pgmap v12240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:00 smithi135 bash[32435]: cluster 2023-12-08T00:02:59.877210+0000 mgr.a (mgr.14403) 16394 : cluster 0 pgmap v12240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:00 smithi079 bash[28699]: cluster 2023-12-08T00:02:59.877210+0000 mgr.a (mgr.14403) 16394 : cluster 0 pgmap v12240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:02 smithi194 bash[32038]: cluster 2023-12-08T00:03:01.877741+0000 mgr.a (mgr.14403) 16395 : cluster 0 pgmap v12241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:02.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:02 smithi135 bash[32435]: cluster 2023-12-08T00:03:01.877741+0000 mgr.a (mgr.14403) 16395 : cluster 0 pgmap v12241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:02 smithi079 bash[28699]: cluster 2023-12-08T00:03:01.877741+0000 mgr.a (mgr.14403) 16395 : cluster 0 pgmap v12241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:03.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:03:03.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:03.315 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:04.197 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:03:04.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:04.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:04.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:04.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:03:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:04 smithi194 bash[32038]: audit 2023-12-08T00:03:03.716750+0000 mgr.a (mgr.14403) 16396 : audit 0 from='client.327678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:04 smithi194 bash[32038]: cluster 2023-12-08T00:03:03.878781+0000 mgr.a (mgr.14403) 16397 : cluster 0 pgmap v12242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:04 smithi135 bash[32435]: audit 2023-12-08T00:03:03.716750+0000 mgr.a (mgr.14403) 16396 : audit 0 from='client.327678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:04 smithi135 bash[32435]: cluster 2023-12-08T00:03:03.878781+0000 mgr.a (mgr.14403) 16397 : cluster 0 pgmap v12242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:04 smithi079 bash[28699]: audit 2023-12-08T00:03:03.716750+0000 mgr.a (mgr.14403) 16396 : audit 0 from='client.327678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:04 smithi079 bash[28699]: cluster 2023-12-08T00:03:03.878781+0000 mgr.a (mgr.14403) 16397 : cluster 0 pgmap v12242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:06 smithi194 bash[32038]: cluster 2023-12-08T00:03:05.879430+0000 mgr.a (mgr.14403) 16398 : cluster 0 pgmap v12243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:06 smithi135 bash[32435]: cluster 2023-12-08T00:03:05.879430+0000 mgr.a (mgr.14403) 16398 : cluster 0 pgmap v12243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:06 smithi079 bash[28699]: cluster 2023-12-08T00:03:05.879430+0000 mgr.a (mgr.14403) 16398 : cluster 0 pgmap v12243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:09.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:03:09.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:09.201 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:08 smithi194 bash[32038]: cluster 2023-12-08T00:03:07.880019+0000 mgr.a (mgr.14403) 16399 : cluster 0 pgmap v12244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:09.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:08 smithi135 bash[32435]: cluster 2023-12-08T00:03:07.880019+0000 mgr.a (mgr.14403) 16399 : cluster 0 pgmap v12244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:08 smithi079 bash[28699]: cluster 2023-12-08T00:03:07.880019+0000 mgr.a (mgr.14403) 16399 : cluster 0 pgmap v12244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:10.090 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:03:10.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:10.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:10.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:10.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:03:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:10 smithi194 bash[32038]: audit 2023-12-08T00:03:09.599620+0000 mgr.a (mgr.14403) 16400 : audit 0 from='client.327750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:11.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:10 smithi194 bash[32038]: cluster 2023-12-08T00:03:09.881109+0000 mgr.a (mgr.14403) 16401 : cluster 0 pgmap v12245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:10 smithi135 bash[32435]: audit 2023-12-08T00:03:09.599620+0000 mgr.a (mgr.14403) 16400 : audit 0 from='client.327750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:11.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:10 smithi135 bash[32435]: cluster 2023-12-08T00:03:09.881109+0000 mgr.a (mgr.14403) 16401 : cluster 0 pgmap v12245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:10 smithi079 bash[28699]: audit 2023-12-08T00:03:09.599620+0000 mgr.a (mgr.14403) 16400 : audit 0 from='client.327750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:10 smithi079 bash[28699]: cluster 2023-12-08T00:03:09.881109+0000 mgr.a (mgr.14403) 16401 : cluster 0 pgmap v12245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:12 smithi194 bash[32038]: cluster 2023-12-08T00:03:11.881790+0000 mgr.a (mgr.14403) 16402 : cluster 0 pgmap v12246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:12 smithi135 bash[32435]: cluster 2023-12-08T00:03:11.881790+0000 mgr.a (mgr.14403) 16402 : cluster 0 pgmap v12246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:12 smithi079 bash[28699]: cluster 2023-12-08T00:03:11.881790+0000 mgr.a (mgr.14403) 16402 : cluster 0 pgmap v12246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:15.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:03:15.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:15.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:14 smithi194 bash[32038]: cluster 2023-12-08T00:03:13.882591+0000 mgr.a (mgr.14403) 16403 : cluster 0 pgmap v12247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:14 smithi135 bash[32435]: cluster 2023-12-08T00:03:13.882591+0000 mgr.a (mgr.14403) 16403 : cluster 0 pgmap v12247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:14 smithi079 bash[28699]: cluster 2023-12-08T00:03:13.882591+0000 mgr.a (mgr.14403) 16403 : cluster 0 pgmap v12247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:16.018 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:03:16.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:16.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:16.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:16.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:03:17.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:16 smithi194 bash[32038]: audit 2023-12-08T00:03:15.495463+0000 mgr.a (mgr.14403) 16404 : audit 0 from='client.327828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:17.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:16 smithi194 bash[32038]: cluster 2023-12-08T00:03:15.891723+0000 mgr.a (mgr.14403) 16405 : cluster 0 pgmap v12248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:16 smithi135 bash[32435]: audit 2023-12-08T00:03:15.495463+0000 mgr.a (mgr.14403) 16404 : audit 0 from='client.327828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:17.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:16 smithi135 bash[32435]: cluster 2023-12-08T00:03:15.891723+0000 mgr.a (mgr.14403) 16405 : cluster 0 pgmap v12248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:16 smithi079 bash[28699]: audit 2023-12-08T00:03:15.495463+0000 mgr.a (mgr.14403) 16404 : audit 0 from='client.327828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:16 smithi079 bash[28699]: cluster 2023-12-08T00:03:15.891723+0000 mgr.a (mgr.14403) 16405 : cluster 0 pgmap v12248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:19.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:18 smithi135 bash[32435]: cluster 2023-12-08T00:03:17.892346+0000 mgr.a (mgr.14403) 16406 : cluster 0 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-08T00:03:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:18 smithi079 bash[28699]: cluster 2023-12-08T00:03:17.892346+0000 mgr.a (mgr.14403) 16406 : cluster 0 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-08T00:03:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:18 smithi194 bash[32038]: cluster 2023-12-08T00:03:17.892346+0000 mgr.a (mgr.14403) 16406 : cluster 0 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-08T00:03:21.021 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:03:21.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:21.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:20 smithi079 bash[28699]: cluster 2023-12-08T00:03:19.893148+0000 mgr.a (mgr.14403) 16407 : cluster 0 pgmap v12250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:20 smithi194 bash[32038]: cluster 2023-12-08T00:03:19.893148+0000 mgr.a (mgr.14403) 16407 : cluster 0 pgmap v12250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:20 smithi135 bash[32435]: cluster 2023-12-08T00:03:19.893148+0000 mgr.a (mgr.14403) 16407 : cluster 0 pgmap v12250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:21.928 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:03:21.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:21.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:21.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:21.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:03:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:21 smithi079 bash[28699]: audit 2023-12-08T00:03:21.425421+0000 mgr.a (mgr.14403) 16408 : audit 0 from='client.327906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:21 smithi194 bash[32038]: audit 2023-12-08T00:03:21.425421+0000 mgr.a (mgr.14403) 16408 : audit 0 from='client.327906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:22.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:21 smithi135 bash[32435]: audit 2023-12-08T00:03:21.425421+0000 mgr.a (mgr.14403) 16408 : audit 0 from='client.327906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:22 smithi079 bash[28699]: cluster 2023-12-08T00:03:21.893769+0000 mgr.a (mgr.14403) 16409 : cluster 0 pgmap v12251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:22 smithi194 bash[32038]: cluster 2023-12-08T00:03:21.893769+0000 mgr.a (mgr.14403) 16409 : cluster 0 pgmap v12251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:22 smithi135 bash[32435]: cluster 2023-12-08T00:03:21.893769+0000 mgr.a (mgr.14403) 16409 : cluster 0 pgmap v12251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:24 smithi079 bash[28699]: cluster 2023-12-08T00:03:23.894687+0000 mgr.a (mgr.14403) 16410 : cluster 0 pgmap v12252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:24 smithi194 bash[32038]: cluster 2023-12-08T00:03:23.894687+0000 mgr.a (mgr.14403) 16410 : cluster 0 pgmap v12252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:24 smithi135 bash[32435]: cluster 2023-12-08T00:03:23.894687+0000 mgr.a (mgr.14403) 16410 : cluster 0 pgmap v12252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:26.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:03:26.932 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:26.932 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:26 smithi079 bash[28699]: cluster 2023-12-08T00:03:25.895404+0000 mgr.a (mgr.14403) 16411 : cluster 0 pgmap v12253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:26 smithi194 bash[32038]: cluster 2023-12-08T00:03:25.895404+0000 mgr.a (mgr.14403) 16411 : cluster 0 pgmap v12253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:26 smithi135 bash[32435]: cluster 2023-12-08T00:03:25.895404+0000 mgr.a (mgr.14403) 16411 : cluster 0 pgmap v12253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:27.829 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:03:27.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:27.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:27.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:27.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:03:28.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:27 smithi079 bash[28699]: audit 2023-12-08T00:03:27.329786+0000 mgr.a (mgr.14403) 16412 : audit 0 from='client.327984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:27 smithi194 bash[32038]: audit 2023-12-08T00:03:27.329786+0000 mgr.a (mgr.14403) 16412 : audit 0 from='client.327984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:27 smithi135 bash[32435]: audit 2023-12-08T00:03:27.329786+0000 mgr.a (mgr.14403) 16412 : audit 0 from='client.327984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:28 smithi079 bash[28699]: cluster 2023-12-08T00:03:27.896310+0000 mgr.a (mgr.14403) 16413 : cluster 0 pgmap v12254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:28 smithi194 bash[32038]: cluster 2023-12-08T00:03:27.896310+0000 mgr.a (mgr.14403) 16413 : cluster 0 pgmap v12254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:28 smithi135 bash[32435]: cluster 2023-12-08T00:03:27.896310+0000 mgr.a (mgr.14403) 16413 : cluster 0 pgmap v12254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:30 smithi079 bash[28699]: cluster 2023-12-08T00:03:29.897152+0000 mgr.a (mgr.14403) 16414 : cluster 0 pgmap v12255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:30 smithi194 bash[32038]: cluster 2023-12-08T00:03:29.897152+0000 mgr.a (mgr.14403) 16414 : cluster 0 pgmap v12255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:30 smithi135 bash[32435]: cluster 2023-12-08T00:03:29.897152+0000 mgr.a (mgr.14403) 16414 : cluster 0 pgmap v12255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:32.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:03:32.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:32.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:32 smithi194 bash[32038]: cluster 2023-12-08T00:03:31.897716+0000 mgr.a (mgr.14403) 16415 : cluster 0 pgmap v12256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:32 smithi135 bash[32435]: cluster 2023-12-08T00:03:31.897716+0000 mgr.a (mgr.14403) 16415 : cluster 0 pgmap v12256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:32 smithi079 bash[28699]: cluster 2023-12-08T00:03:31.897716+0000 mgr.a (mgr.14403) 16415 : cluster 0 pgmap v12256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:33.726 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:03:33.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:33.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:33.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:33.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:03:33.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:33 smithi194 bash[32038]: audit 2023-12-08T00:03:33.234632+0000 mgr.a (mgr.14403) 16416 : audit 0 from='client.328062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:33.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:33 smithi135 bash[32435]: audit 2023-12-08T00:03:33.234632+0000 mgr.a (mgr.14403) 16416 : audit 0 from='client.328062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:34.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:33 smithi079 bash[28699]: audit 2023-12-08T00:03:33.234632+0000 mgr.a (mgr.14403) 16416 : audit 0 from='client.328062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:34.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:34 smithi194 bash[32038]: cluster 2023-12-08T00:03:33.898794+0000 mgr.a (mgr.14403) 16417 : cluster 0 pgmap v12257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:03:34.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:34 smithi135 bash[32435]: cluster 2023-12-08T00:03:33.898794+0000 mgr.a (mgr.14403) 16417 : cluster 0 pgmap v12257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:03:35.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:34 smithi079 bash[28699]: cluster 2023-12-08T00:03:33.898794+0000 mgr.a (mgr.14403) 16417 : cluster 0 pgmap v12257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:03:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:36 smithi079 bash[28699]: cluster 2023-12-08T00:03:35.899362+0000 mgr.a (mgr.14403) 16418 : cluster 0 pgmap v12258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:03:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:36 smithi194 bash[32038]: cluster 2023-12-08T00:03:35.899362+0000 mgr.a (mgr.14403) 16418 : cluster 0 pgmap v12258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:03:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:36 smithi135 bash[32435]: cluster 2023-12-08T00:03:35.899362+0000 mgr.a (mgr.14403) 16418 : cluster 0 pgmap v12258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:03:38.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:03:38.729 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:38.729 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:38 smithi079 bash[28699]: cluster 2023-12-08T00:03:37.899912+0000 mgr.a (mgr.14403) 16419 : cluster 0 pgmap v12259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:03:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:38 smithi194 bash[32038]: cluster 2023-12-08T00:03:37.899912+0000 mgr.a (mgr.14403) 16419 : cluster 0 pgmap v12259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:03:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:38 smithi135 bash[32435]: cluster 2023-12-08T00:03:37.899912+0000 mgr.a (mgr.14403) 16419 : cluster 0 pgmap v12259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:03:39.604 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:03:39.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:39.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:39.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:39.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:03:40.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:39 smithi079 bash[28699]: audit 2023-12-08T00:03:39.121377+0000 mgr.a (mgr.14403) 16420 : audit 0 from='client.328134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:39 smithi194 bash[32038]: audit 2023-12-08T00:03:39.121377+0000 mgr.a (mgr.14403) 16420 : audit 0 from='client.328134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:39 smithi135 bash[32435]: audit 2023-12-08T00:03:39.121377+0000 mgr.a (mgr.14403) 16420 : audit 0 from='client.328134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:40 smithi079 bash[28699]: cluster 2023-12-08T00:03:39.900874+0000 mgr.a (mgr.14403) 16421 : cluster 0 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-08T00:03:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:40 smithi194 bash[32038]: cluster 2023-12-08T00:03:39.900874+0000 mgr.a (mgr.14403) 16421 : cluster 0 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-08T00:03:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:40 smithi135 bash[32435]: cluster 2023-12-08T00:03:39.900874+0000 mgr.a (mgr.14403) 16421 : cluster 0 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-08T00:03:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:42 smithi194 bash[32038]: cluster 2023-12-08T00:03:41.901433+0000 mgr.a (mgr.14403) 16422 : cluster 0 pgmap v12261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:42 smithi135 bash[32435]: cluster 2023-12-08T00:03:41.901433+0000 mgr.a (mgr.14403) 16422 : cluster 0 pgmap v12261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:42 smithi079 bash[28699]: cluster 2023-12-08T00:03:41.901433+0000 mgr.a (mgr.14403) 16422 : cluster 0 pgmap v12261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:03:44.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:03:44.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:44.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:44 smithi079 bash[28699]: cluster 2023-12-08T00:03:43.902132+0000 mgr.a (mgr.14403) 16423 : cluster 0 pgmap v12262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:44 smithi194 bash[32038]: cluster 2023-12-08T00:03:43.902132+0000 mgr.a (mgr.14403) 16423 : cluster 0 pgmap v12262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:44 smithi135 bash[32435]: cluster 2023-12-08T00:03:43.902132+0000 mgr.a (mgr.14403) 16423 : cluster 0 pgmap v12262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:45.537 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:03:45.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:45.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:45.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:45.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:03:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:45 smithi079 bash[28699]: audit 2023-12-08T00:03:45.012197+0000 mgr.a (mgr.14403) 16424 : audit 0 from='client.328209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:45 smithi194 bash[32038]: audit 2023-12-08T00:03:45.012197+0000 mgr.a (mgr.14403) 16424 : audit 0 from='client.328209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:45 smithi135 bash[32435]: audit 2023-12-08T00:03:45.012197+0000 mgr.a (mgr.14403) 16424 : audit 0 from='client.328209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:46 smithi079 bash[28699]: cluster 2023-12-08T00:03:45.902909+0000 mgr.a (mgr.14403) 16425 : cluster 0 pgmap v12263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:03:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:46 smithi194 bash[32038]: cluster 2023-12-08T00:03:45.902909+0000 mgr.a (mgr.14403) 16425 : cluster 0 pgmap v12263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:03:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:46 smithi135 bash[32435]: cluster 2023-12-08T00:03:45.902909+0000 mgr.a (mgr.14403) 16425 : cluster 0 pgmap v12263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:03:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:48 smithi079 bash[28699]: cluster 2023-12-08T00:03:47.903482+0000 mgr.a (mgr.14403) 16426 : cluster 0 pgmap v12264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:03:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:48 smithi194 bash[32038]: cluster 2023-12-08T00:03:47.903482+0000 mgr.a (mgr.14403) 16426 : cluster 0 pgmap v12264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:03:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:48 smithi135 bash[32435]: cluster 2023-12-08T00:03:47.903482+0000 mgr.a (mgr.14403) 16426 : cluster 0 pgmap v12264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:03:50.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:03:50.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:50.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:50 smithi079 bash[28699]: cluster 2023-12-08T00:03:49.904444+0000 mgr.a (mgr.14403) 16427 : cluster 0 pgmap v12265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:03:51.454 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:03:51.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:51.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:51.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:51.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:03:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:50 smithi194 bash[32038]: cluster 2023-12-08T00:03:49.904444+0000 mgr.a (mgr.14403) 16427 : cluster 0 pgmap v12265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:03:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:50 smithi135 bash[32435]: cluster 2023-12-08T00:03:49.904444+0000 mgr.a (mgr.14403) 16427 : cluster 0 pgmap v12265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:03:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:51 smithi079 bash[28699]: audit 2023-12-08T00:03:50.937444+0000 mgr.a (mgr.14403) 16428 : audit 0 from='client.328287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:51 smithi079 bash[28699]: audit 2023-12-08T00:03:51.245023+0000 mon.a (mon.0) 2713 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:03:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:51 smithi194 bash[32038]: audit 2023-12-08T00:03:50.937444+0000 mgr.a (mgr.14403) 16428 : audit 0 from='client.328287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:51 smithi194 bash[32038]: audit 2023-12-08T00:03:51.245023+0000 mon.a (mon.0) 2713 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:03:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:51 smithi135 bash[32435]: audit 2023-12-08T00:03:50.937444+0000 mgr.a (mgr.14403) 16428 : audit 0 from='client.328287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:51 smithi135 bash[32435]: audit 2023-12-08T00:03:51.245023+0000 mon.a (mon.0) 2713 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:03:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:52 smithi079 bash[28699]: cluster 2023-12-08T00:03:51.905059+0000 mgr.a (mgr.14403) 16429 : cluster 0 pgmap v12266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:52 smithi079 bash[28699]: audit 2023-12-08T00:03:52.036176+0000 mon.a (mon.0) 2714 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:03:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:52 smithi079 bash[28699]: audit 2023-12-08T00:03:52.038165+0000 mon.a (mon.0) 2715 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:03:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:52 smithi079 bash[28699]: audit 2023-12-08T00:03:52.048029+0000 mon.a (mon.0) 2716 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:03:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:52 smithi194 bash[32038]: cluster 2023-12-08T00:03:51.905059+0000 mgr.a (mgr.14403) 16429 : cluster 0 pgmap v12266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:52 smithi194 bash[32038]: audit 2023-12-08T00:03:52.036176+0000 mon.a (mon.0) 2714 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:03:53.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:52 smithi194 bash[32038]: audit 2023-12-08T00:03:52.038165+0000 mon.a (mon.0) 2715 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:03:53.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:52 smithi194 bash[32038]: audit 2023-12-08T00:03:52.048029+0000 mon.a (mon.0) 2716 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:03:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:52 smithi135 bash[32435]: cluster 2023-12-08T00:03:51.905059+0000 mgr.a (mgr.14403) 16429 : cluster 0 pgmap v12266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:52 smithi135 bash[32435]: audit 2023-12-08T00:03:52.036176+0000 mon.a (mon.0) 2714 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:03:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:52 smithi135 bash[32435]: audit 2023-12-08T00:03:52.038165+0000 mon.a (mon.0) 2715 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:03:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:52 smithi135 bash[32435]: audit 2023-12-08T00:03:52.048029+0000 mon.a (mon.0) 2716 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:03:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:54 smithi079 bash[28699]: cluster 2023-12-08T00:03:53.905838+0000 mgr.a (mgr.14403) 16430 : cluster 0 pgmap v12267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:54 smithi194 bash[32038]: cluster 2023-12-08T00:03:53.905838+0000 mgr.a (mgr.14403) 16430 : cluster 0 pgmap v12267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:54 smithi135 bash[32435]: cluster 2023-12-08T00:03:53.905838+0000 mgr.a (mgr.14403) 16430 : cluster 0 pgmap v12267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:03:56.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:03:56.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:03:56.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:03:57.365 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:03:57.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:03:57.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:03:57.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:03:57.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:03:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:56 smithi079 bash[28699]: cluster 2023-12-08T00:03:55.906398+0000 mgr.a (mgr.14403) 16431 : cluster 0 pgmap v12268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:56 smithi194 bash[32038]: cluster 2023-12-08T00:03:55.906398+0000 mgr.a (mgr.14403) 16431 : cluster 0 pgmap v12268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:56 smithi135 bash[32435]: cluster 2023-12-08T00:03:55.906398+0000 mgr.a (mgr.14403) 16431 : cluster 0 pgmap v12268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:57 smithi079 bash[28699]: audit 2023-12-08T00:03:56.862757+0000 mgr.a (mgr.14403) 16432 : audit 0 from='client.328365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:57 smithi194 bash[32038]: audit 2023-12-08T00:03:56.862757+0000 mgr.a (mgr.14403) 16432 : audit 0 from='client.328365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:57 smithi135 bash[32435]: audit 2023-12-08T00:03:56.862757+0000 mgr.a (mgr.14403) 16432 : audit 0 from='client.328365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:03:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:03:58 smithi079 bash[28699]: cluster 2023-12-08T00:03:57.907146+0000 mgr.a (mgr.14403) 16433 : cluster 0 pgmap v12269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:03:59 smithi194 bash[32038]: cluster 2023-12-08T00:03:57.907146+0000 mgr.a (mgr.14403) 16433 : cluster 0 pgmap v12269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:03:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:03:59 smithi135 bash[32435]: cluster 2023-12-08T00:03:57.907146+0000 mgr.a (mgr.14403) 16433 : cluster 0 pgmap v12269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:01 smithi079 bash[28699]: cluster 2023-12-08T00:03:59.907942+0000 mgr.a (mgr.14403) 16434 : cluster 0 pgmap v12270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:01 smithi194 bash[32038]: cluster 2023-12-08T00:03:59.907942+0000 mgr.a (mgr.14403) 16434 : cluster 0 pgmap v12270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:01 smithi135 bash[32435]: cluster 2023-12-08T00:03:59.907942+0000 mgr.a (mgr.14403) 16434 : cluster 0 pgmap v12270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:02.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:04:02.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:02.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:02 smithi194 bash[32038]: cluster 2023-12-08T00:04:01.908490+0000 mgr.a (mgr.14403) 16435 : cluster 0 pgmap v12271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:02 smithi135 bash[32435]: cluster 2023-12-08T00:04:01.908490+0000 mgr.a (mgr.14403) 16435 : cluster 0 pgmap v12271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:02 smithi079 bash[28699]: cluster 2023-12-08T00:04:01.908490+0000 mgr.a (mgr.14403) 16435 : cluster 0 pgmap v12271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:03.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:03.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:03.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:03.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:04:03.276 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:04:03.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:03 smithi194 bash[32038]: audit 2023-12-08T00:04:02.767954+0000 mgr.a (mgr.14403) 16436 : audit 0 from='client.328440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:03.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:03 smithi135 bash[32435]: audit 2023-12-08T00:04:02.767954+0000 mgr.a (mgr.14403) 16436 : audit 0 from='client.328440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:04.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:03 smithi079 bash[28699]: audit 2023-12-08T00:04:02.767954+0000 mgr.a (mgr.14403) 16436 : audit 0 from='client.328440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:04.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:04 smithi194 bash[32038]: cluster 2023-12-08T00:04:03.909371+0000 mgr.a (mgr.14403) 16437 : cluster 0 pgmap v12272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:04.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:04 smithi135 bash[32435]: cluster 2023-12-08T00:04:03.909371+0000 mgr.a (mgr.14403) 16437 : cluster 0 pgmap v12272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:05.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:04 smithi079 bash[28699]: cluster 2023-12-08T00:04:03.909371+0000 mgr.a (mgr.14403) 16437 : cluster 0 pgmap v12272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:06 smithi079 bash[28699]: cluster 2023-12-08T00:04:05.909921+0000 mgr.a (mgr.14403) 16438 : cluster 0 pgmap v12273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:06 smithi194 bash[32038]: cluster 2023-12-08T00:04:05.909921+0000 mgr.a (mgr.14403) 16438 : cluster 0 pgmap v12273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:06 smithi135 bash[32435]: cluster 2023-12-08T00:04:05.909921+0000 mgr.a (mgr.14403) 16438 : cluster 0 pgmap v12273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:08.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:04:08.279 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:08.279 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:09.193 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:04:09.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:09.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:09.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:09.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:04:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:08 smithi079 bash[28699]: cluster 2023-12-08T00:04:07.910479+0000 mgr.a (mgr.14403) 16439 : cluster 0 pgmap v12274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:08 smithi194 bash[32038]: cluster 2023-12-08T00:04:07.910479+0000 mgr.a (mgr.14403) 16439 : cluster 0 pgmap v12274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:08 smithi135 bash[32435]: cluster 2023-12-08T00:04:07.910479+0000 mgr.a (mgr.14403) 16439 : cluster 0 pgmap v12274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:10.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:09 smithi079 bash[28699]: audit 2023-12-08T00:04:08.677480+0000 mgr.a (mgr.14403) 16440 : audit 0 from='client.328515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:09 smithi194 bash[32038]: audit 2023-12-08T00:04:08.677480+0000 mgr.a (mgr.14403) 16440 : audit 0 from='client.328515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:10.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:09 smithi135 bash[32435]: audit 2023-12-08T00:04:08.677480+0000 mgr.a (mgr.14403) 16440 : audit 0 from='client.328515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:10 smithi079 bash[28699]: cluster 2023-12-08T00:04:09.911553+0000 mgr.a (mgr.14403) 16441 : cluster 0 pgmap v12275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:10 smithi194 bash[32038]: cluster 2023-12-08T00:04:09.911553+0000 mgr.a (mgr.14403) 16441 : cluster 0 pgmap v12275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:10 smithi135 bash[32435]: cluster 2023-12-08T00:04:09.911553+0000 mgr.a (mgr.14403) 16441 : cluster 0 pgmap v12275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:12 smithi194 bash[32038]: cluster 2023-12-08T00:04:11.912326+0000 mgr.a (mgr.14403) 16442 : cluster 0 pgmap v12276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:12 smithi135 bash[32435]: cluster 2023-12-08T00:04:11.912326+0000 mgr.a (mgr.14403) 16442 : cluster 0 pgmap v12276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:12 smithi079 bash[28699]: cluster 2023-12-08T00:04:11.912326+0000 mgr.a (mgr.14403) 16442 : cluster 0 pgmap v12276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:14.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:04:14.197 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:14.197 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:15.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:15.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:15.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:15.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:04:15.087 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:04:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:14 smithi079 bash[28699]: cluster 2023-12-08T00:04:13.913247+0000 mgr.a (mgr.14403) 16443 : cluster 0 pgmap v12277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:14 smithi194 bash[32038]: cluster 2023-12-08T00:04:13.913247+0000 mgr.a (mgr.14403) 16443 : cluster 0 pgmap v12277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:14 smithi135 bash[32435]: cluster 2023-12-08T00:04:13.913247+0000 mgr.a (mgr.14403) 16443 : cluster 0 pgmap v12277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:15 smithi079 bash[28699]: audit 2023-12-08T00:04:14.599108+0000 mgr.a (mgr.14403) 16444 : audit 0 from='client.328593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:15 smithi194 bash[32038]: audit 2023-12-08T00:04:14.599108+0000 mgr.a (mgr.14403) 16444 : audit 0 from='client.328593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:15 smithi135 bash[32435]: audit 2023-12-08T00:04:14.599108+0000 mgr.a (mgr.14403) 16444 : audit 0 from='client.328593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:16 smithi079 bash[28699]: cluster 2023-12-08T00:04:15.913957+0000 mgr.a (mgr.14403) 16445 : cluster 0 pgmap v12278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:16 smithi194 bash[32038]: cluster 2023-12-08T00:04:15.913957+0000 mgr.a (mgr.14403) 16445 : cluster 0 pgmap v12278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:16 smithi135 bash[32435]: cluster 2023-12-08T00:04:15.913957+0000 mgr.a (mgr.14403) 16445 : cluster 0 pgmap v12278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:18 smithi079 bash[28699]: cluster 2023-12-08T00:04:17.914567+0000 mgr.a (mgr.14403) 16446 : cluster 0 pgmap v12279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:18 smithi194 bash[32038]: cluster 2023-12-08T00:04:17.914567+0000 mgr.a (mgr.14403) 16446 : cluster 0 pgmap v12279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:18 smithi135 bash[32435]: cluster 2023-12-08T00:04:17.914567+0000 mgr.a (mgr.14403) 16446 : cluster 0 pgmap v12279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:20.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:04:20.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:20.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:20.997 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:04:20.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:20.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:20.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:20.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:04:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:20 smithi079 bash[28699]: cluster 2023-12-08T00:04:19.915401+0000 mgr.a (mgr.14403) 16447 : cluster 0 pgmap v12280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:20 smithi194 bash[32038]: cluster 2023-12-08T00:04:19.915401+0000 mgr.a (mgr.14403) 16447 : cluster 0 pgmap v12280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:20 smithi135 bash[32435]: cluster 2023-12-08T00:04:19.915401+0000 mgr.a (mgr.14403) 16447 : cluster 0 pgmap v12280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:21 smithi079 bash[28699]: audit 2023-12-08T00:04:20.491548+0000 mgr.a (mgr.14403) 16448 : audit 0 from='client.328671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:22.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:21 smithi194 bash[32038]: audit 2023-12-08T00:04:20.491548+0000 mgr.a (mgr.14403) 16448 : audit 0 from='client.328671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:22.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:21 smithi135 bash[32435]: audit 2023-12-08T00:04:20.491548+0000 mgr.a (mgr.14403) 16448 : audit 0 from='client.328671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:22 smithi079 bash[28699]: cluster 2023-12-08T00:04:21.916109+0000 mgr.a (mgr.14403) 16449 : cluster 0 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-08T00:04:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:22 smithi194 bash[32038]: cluster 2023-12-08T00:04:21.916109+0000 mgr.a (mgr.14403) 16449 : cluster 0 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-08T00:04:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:22 smithi135 bash[32435]: cluster 2023-12-08T00:04:21.916109+0000 mgr.a (mgr.14403) 16449 : cluster 0 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-08T00:04:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:24 smithi079 bash[28699]: cluster 2023-12-08T00:04:23.916920+0000 mgr.a (mgr.14403) 16450 : cluster 0 pgmap v12282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:24 smithi194 bash[32038]: cluster 2023-12-08T00:04:23.916920+0000 mgr.a (mgr.14403) 16450 : cluster 0 pgmap v12282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:24 smithi135 bash[32435]: cluster 2023-12-08T00:04:23.916920+0000 mgr.a (mgr.14403) 16450 : cluster 0 pgmap v12282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:26.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:04:26.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:26.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:26.900 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:04:26.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:26.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:26.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:26.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:04:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:27 smithi079 bash[28699]: cluster 2023-12-08T00:04:25.917493+0000 mgr.a (mgr.14403) 16451 : cluster 0 pgmap v12283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:27.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:27 smithi079 bash[28699]: audit 2023-12-08T00:04:26.412916+0000 mgr.a (mgr.14403) 16452 : audit 0 from='client.328746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:27 smithi194 bash[32038]: cluster 2023-12-08T00:04:25.917493+0000 mgr.a (mgr.14403) 16451 : cluster 0 pgmap v12283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:27 smithi194 bash[32038]: audit 2023-12-08T00:04:26.412916+0000 mgr.a (mgr.14403) 16452 : audit 0 from='client.328746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:27 smithi135 bash[32435]: cluster 2023-12-08T00:04:25.917493+0000 mgr.a (mgr.14403) 16451 : cluster 0 pgmap v12283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:27 smithi135 bash[32435]: audit 2023-12-08T00:04:26.412916+0000 mgr.a (mgr.14403) 16452 : audit 0 from='client.328746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:29 smithi079 bash[28699]: cluster 2023-12-08T00:04:27.918226+0000 mgr.a (mgr.14403) 16453 : cluster 0 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-08T00:04:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:29 smithi194 bash[32038]: cluster 2023-12-08T00:04:27.918226+0000 mgr.a (mgr.14403) 16453 : cluster 0 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-08T00:04:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:29 smithi135 bash[32435]: cluster 2023-12-08T00:04:27.918226+0000 mgr.a (mgr.14403) 16453 : cluster 0 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-08T00:04:31.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:31 smithi079 bash[28699]: cluster 2023-12-08T00:04:29.919096+0000 mgr.a (mgr.14403) 16454 : cluster 0 pgmap v12285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:31.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:31 smithi194 bash[32038]: cluster 2023-12-08T00:04:29.919096+0000 mgr.a (mgr.14403) 16454 : cluster 0 pgmap v12285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:31 smithi135 bash[32435]: cluster 2023-12-08T00:04:29.919096+0000 mgr.a (mgr.14403) 16454 : cluster 0 pgmap v12285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:31.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:04:31.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:31.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:32.829 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:04:32.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:32.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:32.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:32.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:04:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:32 smithi194 bash[32038]: cluster 2023-12-08T00:04:31.919655+0000 mgr.a (mgr.14403) 16455 : cluster 0 pgmap v12286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:32 smithi194 bash[32038]: audit 2023-12-08T00:04:32.313678+0000 mgr.a (mgr.14403) 16456 : audit 0 from='client.328818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:32 smithi135 bash[32435]: cluster 2023-12-08T00:04:31.919655+0000 mgr.a (mgr.14403) 16455 : cluster 0 pgmap v12286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:32 smithi135 bash[32435]: audit 2023-12-08T00:04:32.313678+0000 mgr.a (mgr.14403) 16456 : audit 0 from='client.328818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:32 smithi079 bash[28699]: cluster 2023-12-08T00:04:31.919655+0000 mgr.a (mgr.14403) 16455 : cluster 0 pgmap v12286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:32 smithi079 bash[28699]: audit 2023-12-08T00:04:32.313678+0000 mgr.a (mgr.14403) 16456 : audit 0 from='client.328818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:34 smithi079 bash[28699]: cluster 2023-12-08T00:04:33.920576+0000 mgr.a (mgr.14403) 16457 : cluster 0 pgmap v12287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:34 smithi194 bash[32038]: cluster 2023-12-08T00:04:33.920576+0000 mgr.a (mgr.14403) 16457 : cluster 0 pgmap v12287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:34 smithi135 bash[32435]: cluster 2023-12-08T00:04:33.920576+0000 mgr.a (mgr.14403) 16457 : cluster 0 pgmap v12287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:04:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:36 smithi079 bash[28699]: cluster 2023-12-08T00:04:35.921131+0000 mgr.a (mgr.14403) 16458 : cluster 0 pgmap v12288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:36 smithi194 bash[32038]: cluster 2023-12-08T00:04:35.921131+0000 mgr.a (mgr.14403) 16458 : cluster 0 pgmap v12288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:36 smithi135 bash[32435]: cluster 2023-12-08T00:04:35.921131+0000 mgr.a (mgr.14403) 16458 : cluster 0 pgmap v12288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:37.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:04:37.832 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:37.832 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:38.744 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:04:38.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:38.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:38.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:38.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:04:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:38 smithi079 bash[28699]: cluster 2023-12-08T00:04:37.921819+0000 mgr.a (mgr.14403) 16459 : cluster 0 pgmap v12289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:38 smithi079 bash[28699]: audit 2023-12-08T00:04:38.239850+0000 mgr.a (mgr.14403) 16460 : audit 0 from='client.328893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:38 smithi194 bash[32038]: cluster 2023-12-08T00:04:37.921819+0000 mgr.a (mgr.14403) 16459 : cluster 0 pgmap v12289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:38 smithi194 bash[32038]: audit 2023-12-08T00:04:38.239850+0000 mgr.a (mgr.14403) 16460 : audit 0 from='client.328893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:38 smithi135 bash[32435]: cluster 2023-12-08T00:04:37.921819+0000 mgr.a (mgr.14403) 16459 : cluster 0 pgmap v12289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:38 smithi135 bash[32435]: audit 2023-12-08T00:04:38.239850+0000 mgr.a (mgr.14403) 16460 : audit 0 from='client.328893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:40 smithi079 bash[28699]: cluster 2023-12-08T00:04:39.922934+0000 mgr.a (mgr.14403) 16461 : cluster 0 pgmap v12290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:04:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:40 smithi194 bash[32038]: cluster 2023-12-08T00:04:39.922934+0000 mgr.a (mgr.14403) 16461 : cluster 0 pgmap v12290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:04:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:40 smithi135 bash[32435]: cluster 2023-12-08T00:04:39.922934+0000 mgr.a (mgr.14403) 16461 : cluster 0 pgmap v12290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:04:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:42 smithi194 bash[32038]: cluster 2023-12-08T00:04:41.923497+0000 mgr.a (mgr.14403) 16462 : cluster 0 pgmap v12291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:04:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:42 smithi135 bash[32435]: cluster 2023-12-08T00:04:41.923497+0000 mgr.a (mgr.14403) 16462 : cluster 0 pgmap v12291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:04:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:42 smithi079 bash[28699]: cluster 2023-12-08T00:04:41.923497+0000 mgr.a (mgr.14403) 16462 : cluster 0 pgmap v12291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:04:43.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:04:43.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:43.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:44.678 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:04:44.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:44.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:44.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:44.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:04:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:44 smithi079 bash[28699]: cluster 2023-12-08T00:04:43.924257+0000 mgr.a (mgr.14403) 16463 : cluster 0 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-08T00:04:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:44 smithi079 bash[28699]: audit 2023-12-08T00:04:44.150542+0000 mgr.a (mgr.14403) 16464 : audit 0 from='client.328971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:44 smithi194 bash[32038]: cluster 2023-12-08T00:04:43.924257+0000 mgr.a (mgr.14403) 16463 : cluster 0 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-08T00:04:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:44 smithi194 bash[32038]: audit 2023-12-08T00:04:44.150542+0000 mgr.a (mgr.14403) 16464 : audit 0 from='client.328971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:44 smithi135 bash[32435]: cluster 2023-12-08T00:04:43.924257+0000 mgr.a (mgr.14403) 16463 : cluster 0 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-08T00:04:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:44 smithi135 bash[32435]: audit 2023-12-08T00:04:44.150542+0000 mgr.a (mgr.14403) 16464 : audit 0 from='client.328971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:46 smithi079 bash[28699]: cluster 2023-12-08T00:04:45.925079+0000 mgr.a (mgr.14403) 16465 : cluster 0 pgmap v12293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:46 smithi194 bash[32038]: cluster 2023-12-08T00:04:45.925079+0000 mgr.a (mgr.14403) 16465 : cluster 0 pgmap v12293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:46 smithi135 bash[32435]: cluster 2023-12-08T00:04:45.925079+0000 mgr.a (mgr.14403) 16465 : cluster 0 pgmap v12293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:48 smithi079 bash[28699]: cluster 2023-12-08T00:04:47.925832+0000 mgr.a (mgr.14403) 16466 : cluster 0 pgmap v12294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:48 smithi194 bash[32038]: cluster 2023-12-08T00:04:47.925832+0000 mgr.a (mgr.14403) 16466 : cluster 0 pgmap v12294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:48 smithi135 bash[32435]: cluster 2023-12-08T00:04:47.925832+0000 mgr.a (mgr.14403) 16466 : cluster 0 pgmap v12294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:04:49.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:04:49.682 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:49.682 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:50.603 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:04:50.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:50.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:50.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:50.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:04:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:50 smithi079 bash[28699]: cluster 2023-12-08T00:04:49.926647+0000 mgr.a (mgr.14403) 16467 : cluster 0 pgmap v12295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:50 smithi079 bash[28699]: audit 2023-12-08T00:04:50.084461+0000 mgr.a (mgr.14403) 16468 : audit 0 from='client.329043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:50 smithi194 bash[32038]: cluster 2023-12-08T00:04:49.926647+0000 mgr.a (mgr.14403) 16467 : cluster 0 pgmap v12295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:50 smithi194 bash[32038]: audit 2023-12-08T00:04:50.084461+0000 mgr.a (mgr.14403) 16468 : audit 0 from='client.329043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:50 smithi135 bash[32435]: cluster 2023-12-08T00:04:49.926647+0000 mgr.a (mgr.14403) 16467 : cluster 0 pgmap v12295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:50 smithi135 bash[32435]: audit 2023-12-08T00:04:50.084461+0000 mgr.a (mgr.14403) 16468 : audit 0 from='client.329043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:52 smithi194 bash[32038]: cluster 2023-12-08T00:04:51.927374+0000 mgr.a (mgr.14403) 16469 : cluster 0 pgmap v12296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:04:52.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:52 smithi194 bash[32038]: audit 2023-12-08T00:04:52.151864+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:04:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:52 smithi135 bash[32435]: cluster 2023-12-08T00:04:51.927374+0000 mgr.a (mgr.14403) 16469 : cluster 0 pgmap v12296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:04:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:52 smithi135 bash[32435]: audit 2023-12-08T00:04:52.151864+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:04:53.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:52 smithi079 bash[28699]: cluster 2023-12-08T00:04:51.927374+0000 mgr.a (mgr.14403) 16469 : cluster 0 pgmap v12296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:04:53.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:52 smithi079 bash[28699]: audit 2023-12-08T00:04:52.151864+0000 mon.a (mon.0) 2717 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:04:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:53 smithi194 bash[32038]: audit 2023-12-08T00:04:52.680989+0000 mon.a (mon.0) 2718 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:04:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:53 smithi194 bash[32038]: audit 2023-12-08T00:04:52.696539+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:04:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:53 smithi194 bash[32038]: audit 2023-12-08T00:04:53.384405+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:04:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:53 smithi194 bash[32038]: audit 2023-12-08T00:04:53.386070+0000 mon.a (mon.0) 2721 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:04:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:53 smithi194 bash[32038]: audit 2023-12-08T00:04:53.396010+0000 mon.a (mon.0) 2722 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:04:53.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:53 smithi135 bash[32435]: audit 2023-12-08T00:04:52.680989+0000 mon.a (mon.0) 2718 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:04:53.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:53 smithi135 bash[32435]: audit 2023-12-08T00:04:52.696539+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:04:53.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:53 smithi135 bash[32435]: audit 2023-12-08T00:04:53.384405+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:04:53.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:53 smithi135 bash[32435]: audit 2023-12-08T00:04:53.386070+0000 mon.a (mon.0) 2721 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:04:53.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:53 smithi135 bash[32435]: audit 2023-12-08T00:04:53.396010+0000 mon.a (mon.0) 2722 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:04:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:53 smithi079 bash[28699]: audit 2023-12-08T00:04:52.680989+0000 mon.a (mon.0) 2718 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:04:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:53 smithi079 bash[28699]: audit 2023-12-08T00:04:52.696539+0000 mon.a (mon.0) 2719 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:04:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:53 smithi079 bash[28699]: audit 2023-12-08T00:04:53.384405+0000 mon.a (mon.0) 2720 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:04:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:53 smithi079 bash[28699]: audit 2023-12-08T00:04:53.386070+0000 mon.a (mon.0) 2721 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:04:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:53 smithi079 bash[28699]: audit 2023-12-08T00:04:53.396010+0000 mon.a (mon.0) 2722 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:04:55.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:54 smithi079 bash[28699]: cluster 2023-12-08T00:04:53.928145+0000 mgr.a (mgr.14403) 16470 : cluster 0 pgmap v12297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:04:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:54 smithi194 bash[32038]: cluster 2023-12-08T00:04:53.928145+0000 mgr.a (mgr.14403) 16470 : cluster 0 pgmap v12297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:04:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:54 smithi135 bash[32435]: cluster 2023-12-08T00:04:53.928145+0000 mgr.a (mgr.14403) 16470 : cluster 0 pgmap v12297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:04:55.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:04:55.607 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:04:55.607 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:04:56.514 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:04:56.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:04:56.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:04:56.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:04:56.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:04:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:56 smithi079 bash[28699]: cluster 2023-12-08T00:04:55.928525+0000 mgr.a (mgr.14403) 16471 : cluster 0 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-08T00:04:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:56 smithi079 bash[28699]: audit 2023-12-08T00:04:56.000753+0000 mgr.a (mgr.14403) 16472 : audit 0 from='client.329118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:56 smithi194 bash[32038]: cluster 2023-12-08T00:04:55.928525+0000 mgr.a (mgr.14403) 16471 : cluster 0 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-08T00:04:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:56 smithi194 bash[32038]: audit 2023-12-08T00:04:56.000753+0000 mgr.a (mgr.14403) 16472 : audit 0 from='client.329118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:56 smithi135 bash[32435]: cluster 2023-12-08T00:04:55.928525+0000 mgr.a (mgr.14403) 16471 : cluster 0 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-08T00:04:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:56 smithi135 bash[32435]: audit 2023-12-08T00:04:56.000753+0000 mgr.a (mgr.14403) 16472 : audit 0 from='client.329118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:04:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:04:58 smithi079 bash[28699]: cluster 2023-12-08T00:04:57.929200+0000 mgr.a (mgr.14403) 16473 : cluster 0 pgmap v12299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:04:58 smithi194 bash[32038]: cluster 2023-12-08T00:04:57.929200+0000 mgr.a (mgr.14403) 16473 : cluster 0 pgmap v12299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:04:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:04:58 smithi135 bash[32435]: cluster 2023-12-08T00:04:57.929200+0000 mgr.a (mgr.14403) 16473 : cluster 0 pgmap v12299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:00 smithi079 bash[28699]: cluster 2023-12-08T00:04:59.930054+0000 mgr.a (mgr.14403) 16474 : cluster 0 pgmap v12300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:00 smithi194 bash[32038]: cluster 2023-12-08T00:04:59.930054+0000 mgr.a (mgr.14403) 16474 : cluster 0 pgmap v12300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:00 smithi135 bash[32435]: cluster 2023-12-08T00:04:59.930054+0000 mgr.a (mgr.14403) 16474 : cluster 0 pgmap v12300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:01.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:05:01.518 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:01.519 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:02.442 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:05:02.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:02.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:02.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:02.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:05:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:02 smithi194 bash[32038]: audit 2023-12-08T00:05:01.926435+0000 mgr.a (mgr.14403) 16475 : audit 0 from='client.329193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:02 smithi194 bash[32038]: cluster 2023-12-08T00:05:01.943333+0000 mgr.a (mgr.14403) 16476 : cluster 0 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-08T00:05:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:02 smithi135 bash[32435]: audit 2023-12-08T00:05:01.926435+0000 mgr.a (mgr.14403) 16475 : audit 0 from='client.329193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:02 smithi135 bash[32435]: cluster 2023-12-08T00:05:01.943333+0000 mgr.a (mgr.14403) 16476 : cluster 0 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-08T00:05:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:02 smithi079 bash[28699]: audit 2023-12-08T00:05:01.926435+0000 mgr.a (mgr.14403) 16475 : audit 0 from='client.329193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:02 smithi079 bash[28699]: cluster 2023-12-08T00:05:01.943333+0000 mgr.a (mgr.14403) 16476 : cluster 0 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-08T00:05:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:05 smithi079 bash[28699]: cluster 2023-12-08T00:05:03.944397+0000 mgr.a (mgr.14403) 16477 : cluster 0 pgmap v12302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:05 smithi194 bash[32038]: cluster 2023-12-08T00:05:03.944397+0000 mgr.a (mgr.14403) 16477 : cluster 0 pgmap v12302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:05 smithi135 bash[32435]: cluster 2023-12-08T00:05:03.944397+0000 mgr.a (mgr.14403) 16477 : cluster 0 pgmap v12302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:06 smithi194 bash[32038]: audit 2023-12-08T00:05:05.892343+0000 mon.a (mon.0) 2723 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:06 smithi194 bash[32038]: cluster 2023-12-08T00:05:05.944849+0000 mgr.a (mgr.14403) 16478 : cluster 0 pgmap v12303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:07.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:06 smithi194 bash[32038]: audit 2023-12-08T00:05:06.808949+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:06 smithi135 bash[32435]: audit 2023-12-08T00:05:05.892343+0000 mon.a (mon.0) 2723 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:06 smithi135 bash[32435]: cluster 2023-12-08T00:05:05.944849+0000 mgr.a (mgr.14403) 16478 : cluster 0 pgmap v12303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:07.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:06 smithi135 bash[32435]: audit 2023-12-08T00:05:06.808949+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:06 smithi079 bash[28699]: audit 2023-12-08T00:05:05.892343+0000 mon.a (mon.0) 2723 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:06 smithi079 bash[28699]: cluster 2023-12-08T00:05:05.944849+0000 mgr.a (mgr.14403) 16478 : cluster 0 pgmap v12303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:06 smithi079 bash[28699]: audit 2023-12-08T00:05:06.808949+0000 mon.a (mon.0) 2724 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:07.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:05:07.444 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:07.445 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:10.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:10.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:10.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:10.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:05:10.693 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:05:11.068 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:10 smithi079 bash[28699]: audit 2023-12-08T00:05:07.748149+0000 mon.a (mon.0) 2725 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:11.068 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:10 smithi079 bash[28699]: audit 2023-12-08T00:05:07.749884+0000 mon.a (mon.0) 2726 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:05:11.068 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:10 smithi079 bash[28699]: audit 2023-12-08T00:05:07.848444+0000 mgr.a (mgr.14403) 16479 : audit 0 from='client.329268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:11.068 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:10 smithi079 bash[28699]: cluster 2023-12-08T00:05:07.945693+0000 mgr.a (mgr.14403) 16480 : cluster 0 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-08T00:05:11.068 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:10 smithi079 bash[28699]: audit 2023-12-08T00:05:08.669502+0000 mon.a (mon.0) 2727 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:05:11.068 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:10 smithi079 bash[28699]: audit 2023-12-08T00:05:08.670313+0000 mon.a (mon.0) 2728 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:05:11.068 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:10 smithi079 bash[28699]: audit 2023-12-08T00:05:08.670706+0000 mon.a (mon.0) 2729 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:05:11.068 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:10 smithi079 bash[28699]: audit 2023-12-08T00:05:08.671028+0000 mon.a (mon.0) 2730 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:05:11.068 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:10 smithi079 bash[28699]: audit 2023-12-08T00:05:08.675732+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:05:11.068 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:10 smithi079 bash[28699]: audit 2023-12-08T00:05:08.676161+0000 mon.a (mon.0) 2732 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:05:11.068 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:10 smithi079 bash[28699]: audit 2023-12-08T00:05:08.676591+0000 mon.a (mon.0) 2733 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:05:11.078 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:10 smithi135 bash[32435]: audit 2023-12-08T00:05:07.748149+0000 mon.a (mon.0) 2725 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:11.078 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:10 smithi135 bash[32435]: audit 2023-12-08T00:05:07.749884+0000 mon.a (mon.0) 2726 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:05:11.078 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:10 smithi135 bash[32435]: audit 2023-12-08T00:05:07.848444+0000 mgr.a (mgr.14403) 16479 : audit 0 from='client.329268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:11.078 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:10 smithi135 bash[32435]: cluster 2023-12-08T00:05:07.945693+0000 mgr.a (mgr.14403) 16480 : cluster 0 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-08T00:05:11.078 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:10 smithi135 bash[32435]: audit 2023-12-08T00:05:08.669502+0000 mon.a (mon.0) 2727 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:05:11.078 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:10 smithi135 bash[32435]: audit 2023-12-08T00:05:08.670313+0000 mon.a (mon.0) 2728 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:05:11.078 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:10 smithi135 bash[32435]: audit 2023-12-08T00:05:08.670706+0000 mon.a (mon.0) 2729 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:05:11.079 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:10 smithi135 bash[32435]: audit 2023-12-08T00:05:08.671028+0000 mon.a (mon.0) 2730 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:05:11.079 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:10 smithi135 bash[32435]: audit 2023-12-08T00:05:08.675732+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:05:11.079 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:10 smithi135 bash[32435]: audit 2023-12-08T00:05:08.676161+0000 mon.a (mon.0) 2732 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:05:11.079 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:10 smithi135 bash[32435]: audit 2023-12-08T00:05:08.676591+0000 mon.a (mon.0) 2733 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:05:11.079 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:10 smithi194 bash[32038]: audit 2023-12-08T00:05:07.748149+0000 mon.a (mon.0) 2725 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:11.079 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:10 smithi194 bash[32038]: audit 2023-12-08T00:05:07.749884+0000 mon.a (mon.0) 2726 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:05:11.079 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:10 smithi194 bash[32038]: audit 2023-12-08T00:05:07.848444+0000 mgr.a (mgr.14403) 16479 : audit 0 from='client.329268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:11.079 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:10 smithi194 bash[32038]: cluster 2023-12-08T00:05:07.945693+0000 mgr.a (mgr.14403) 16480 : cluster 0 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-08T00:05:11.079 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:10 smithi194 bash[32038]: audit 2023-12-08T00:05:08.669502+0000 mon.a (mon.0) 2727 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:05:11.079 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:10 smithi194 bash[32038]: audit 2023-12-08T00:05:08.670313+0000 mon.a (mon.0) 2728 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:05:11.079 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:10 smithi194 bash[32038]: audit 2023-12-08T00:05:08.670706+0000 mon.a (mon.0) 2729 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:05:11.079 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:10 smithi194 bash[32038]: audit 2023-12-08T00:05:08.671028+0000 mon.a (mon.0) 2730 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:05:11.079 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:10 smithi194 bash[32038]: audit 2023-12-08T00:05:08.675732+0000 mon.a (mon.0) 2731 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:05:11.079 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:10 smithi194 bash[32038]: audit 2023-12-08T00:05:08.676161+0000 mon.a (mon.0) 2732 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:05:11.080 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:10 smithi194 bash[32038]: audit 2023-12-08T00:05:08.676591+0000 mon.a (mon.0) 2733 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:05:11.905 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:11 smithi079 bash[28699]: audit 2023-12-08T00:05:08.675770+0000 mon.c (mon.1) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:05:11.907 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:11 smithi079 bash[28699]: audit 2023-12-08T00:05:09.574312+0000 mon.c (mon.1) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:05:11.907 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:11 smithi079 bash[28699]: audit 2023-12-08T00:05:09.582098+0000 mon.b (mon.2) 16 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:05:11.907 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:11 smithi079 bash[28699]: audit 2023-12-08T00:05:09.582222+0000 mon.a (mon.0) 2734 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:05:11.908 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:11 smithi079 bash[28699]: audit 2023-12-08T00:05:09.582718+0000 mon.a (mon.0) 2735 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:05:11.908 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:11 smithi079 bash[28699]: audit 2023-12-08T00:05:09.583166+0000 mon.a (mon.0) 2736 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:05:11.908 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:11 smithi079 bash[28699]: cluster 2023-12-08T00:05:09.947099+0000 mgr.a (mgr.14403) 16481 : cluster 0 pgmap v12305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 98 KiB/s wr, 10 op/s 2023-12-08T00:05:11.908 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:11 smithi079 bash[28699]: audit 2023-12-08T00:05:10.492699+0000 mon.b (mon.2) 17 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:05:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:11 smithi194 bash[32038]: audit 2023-12-08T00:05:08.675770+0000 mon.c (mon.1) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:05:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:11 smithi194 bash[32038]: audit 2023-12-08T00:05:09.574312+0000 mon.c (mon.1) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:05:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:11 smithi194 bash[32038]: audit 2023-12-08T00:05:09.582098+0000 mon.b (mon.2) 16 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:05:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:11 smithi194 bash[32038]: audit 2023-12-08T00:05:09.582222+0000 mon.a (mon.0) 2734 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:05:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:11 smithi194 bash[32038]: audit 2023-12-08T00:05:09.582718+0000 mon.a (mon.0) 2735 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:05:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:11 smithi194 bash[32038]: audit 2023-12-08T00:05:09.583166+0000 mon.a (mon.0) 2736 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:05:11.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:11 smithi194 bash[32038]: cluster 2023-12-08T00:05:09.947099+0000 mgr.a (mgr.14403) 16481 : cluster 0 pgmap v12305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 98 KiB/s wr, 10 op/s 2023-12-08T00:05:11.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:11 smithi194 bash[32038]: audit 2023-12-08T00:05:10.492699+0000 mon.b (mon.2) 17 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:05:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:11 smithi135 bash[32435]: audit 2023-12-08T00:05:08.675770+0000 mon.c (mon.1) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:05:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:11 smithi135 bash[32435]: audit 2023-12-08T00:05:09.574312+0000 mon.c (mon.1) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:05:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:11 smithi135 bash[32435]: audit 2023-12-08T00:05:09.582098+0000 mon.b (mon.2) 16 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-08T00:05:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:11 smithi135 bash[32435]: audit 2023-12-08T00:05:09.582222+0000 mon.a (mon.0) 2734 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-08T00:05:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:11 smithi135 bash[32435]: audit 2023-12-08T00:05:09.582718+0000 mon.a (mon.0) 2735 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-08T00:05:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:11 smithi135 bash[32435]: audit 2023-12-08T00:05:09.583166+0000 mon.a (mon.0) 2736 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-08T00:05:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:11 smithi135 bash[32435]: cluster 2023-12-08T00:05:09.947099+0000 mgr.a (mgr.14403) 16481 : cluster 0 pgmap v12305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 98 KiB/s wr, 10 op/s 2023-12-08T00:05:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:11 smithi135 bash[32435]: audit 2023-12-08T00:05:10.492699+0000 mon.b (mon.2) 17 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-08T00:05:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:12 smithi194 bash[32038]: cluster 2023-12-08T00:05:11.947970+0000 mgr.a (mgr.14403) 16482 : cluster 0 pgmap v12306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 98 KiB/s wr, 9 op/s 2023-12-08T00:05:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:12 smithi135 bash[32435]: cluster 2023-12-08T00:05:11.947970+0000 mgr.a (mgr.14403) 16482 : cluster 0 pgmap v12306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 98 KiB/s wr, 9 op/s 2023-12-08T00:05:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:12 smithi079 bash[28699]: cluster 2023-12-08T00:05:11.947970+0000 mgr.a (mgr.14403) 16482 : cluster 0 pgmap v12306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 98 KiB/s wr, 9 op/s 2023-12-08T00:05:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:15 smithi079 bash[28699]: cluster 2023-12-08T00:05:13.948802+0000 mgr.a (mgr.14403) 16483 : cluster 0 pgmap v12307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:05:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:15 smithi194 bash[32038]: cluster 2023-12-08T00:05:13.948802+0000 mgr.a (mgr.14403) 16483 : cluster 0 pgmap v12307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:05:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:15 smithi135 bash[32435]: cluster 2023-12-08T00:05:13.948802+0000 mgr.a (mgr.14403) 16483 : cluster 0 pgmap v12307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:05:15.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:05:15.697 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:15.697 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:16.588 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:05:16.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:16.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:16.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:16.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:05:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:17 smithi079 bash[28699]: cluster 2023-12-08T00:05:15.949402+0000 mgr.a (mgr.14403) 16484 : cluster 0 pgmap v12308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 120 KiB/s wr, 11 op/s 2023-12-08T00:05:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:17 smithi079 bash[28699]: audit 2023-12-08T00:05:16.101055+0000 mgr.a (mgr.14403) 16485 : audit 0 from='client.329346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:17 smithi194 bash[32038]: cluster 2023-12-08T00:05:15.949402+0000 mgr.a (mgr.14403) 16484 : cluster 0 pgmap v12308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 120 KiB/s wr, 11 op/s 2023-12-08T00:05:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:17 smithi194 bash[32038]: audit 2023-12-08T00:05:16.101055+0000 mgr.a (mgr.14403) 16485 : audit 0 from='client.329346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:17 smithi135 bash[32435]: cluster 2023-12-08T00:05:15.949402+0000 mgr.a (mgr.14403) 16484 : cluster 0 pgmap v12308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 120 KiB/s wr, 11 op/s 2023-12-08T00:05:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:17 smithi135 bash[32435]: audit 2023-12-08T00:05:16.101055+0000 mgr.a (mgr.14403) 16485 : audit 0 from='client.329346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:19 smithi079 bash[28699]: cluster 2023-12-08T00:05:17.950102+0000 mgr.a (mgr.14403) 16486 : cluster 0 pgmap v12309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 120 KiB/s wr, 11 op/s 2023-12-08T00:05:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:19 smithi194 bash[32038]: cluster 2023-12-08T00:05:17.950102+0000 mgr.a (mgr.14403) 16486 : cluster 0 pgmap v12309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 120 KiB/s wr, 11 op/s 2023-12-08T00:05:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:19 smithi135 bash[32435]: cluster 2023-12-08T00:05:17.950102+0000 mgr.a (mgr.14403) 16486 : cluster 0 pgmap v12309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 120 KiB/s wr, 11 op/s 2023-12-08T00:05:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:21 smithi079 bash[28699]: cluster 2023-12-08T00:05:19.950966+0000 mgr.a (mgr.14403) 16487 : cluster 0 pgmap v12310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:05:21.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:21 smithi194 bash[32038]: cluster 2023-12-08T00:05:19.950966+0000 mgr.a (mgr.14403) 16487 : cluster 0 pgmap v12310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:05:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:21 smithi135 bash[32435]: cluster 2023-12-08T00:05:19.950966+0000 mgr.a (mgr.14403) 16487 : cluster 0 pgmap v12310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 120 KiB/s wr, 12 op/s 2023-12-08T00:05:21.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:05:21.592 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:21.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:22.515 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:05:22.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:22.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:22.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:22.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:05:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:22 smithi194 bash[32038]: cluster 2023-12-08T00:05:21.951402+0000 mgr.a (mgr.14403) 16488 : cluster 0 pgmap v12311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 22 KiB/s wr, 3 op/s 2023-12-08T00:05:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:22 smithi194 bash[32038]: audit 2023-12-08T00:05:21.997169+0000 mgr.a (mgr.14403) 16489 : audit 0 from='client.329424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:22 smithi135 bash[32435]: cluster 2023-12-08T00:05:21.951402+0000 mgr.a (mgr.14403) 16488 : cluster 0 pgmap v12311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 22 KiB/s wr, 3 op/s 2023-12-08T00:05:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:22 smithi135 bash[32435]: audit 2023-12-08T00:05:21.997169+0000 mgr.a (mgr.14403) 16489 : audit 0 from='client.329424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:23.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:22 smithi079 bash[28699]: cluster 2023-12-08T00:05:21.951402+0000 mgr.a (mgr.14403) 16488 : cluster 0 pgmap v12311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 22 KiB/s wr, 3 op/s 2023-12-08T00:05:23.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:22 smithi079 bash[28699]: audit 2023-12-08T00:05:21.997169+0000 mgr.a (mgr.14403) 16489 : audit 0 from='client.329424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:25 smithi079 bash[28699]: cluster 2023-12-08T00:05:23.952314+0000 mgr.a (mgr.14403) 16490 : cluster 0 pgmap v12312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.7 KiB/s rd, 22 KiB/s wr, 4 op/s 2023-12-08T00:05:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:25 smithi194 bash[32038]: cluster 2023-12-08T00:05:23.952314+0000 mgr.a (mgr.14403) 16490 : cluster 0 pgmap v12312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.7 KiB/s rd, 22 KiB/s wr, 4 op/s 2023-12-08T00:05:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:25 smithi135 bash[32435]: cluster 2023-12-08T00:05:23.952314+0000 mgr.a (mgr.14403) 16490 : cluster 0 pgmap v12312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.7 KiB/s rd, 22 KiB/s wr, 4 op/s 2023-12-08T00:05:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:27 smithi079 bash[28699]: cluster 2023-12-08T00:05:25.953064+0000 mgr.a (mgr.14403) 16491 : cluster 0 pgmap v12313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:27 smithi194 bash[32038]: cluster 2023-12-08T00:05:25.953064+0000 mgr.a (mgr.14403) 16491 : cluster 0 pgmap v12313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:27 smithi135 bash[32435]: cluster 2023-12-08T00:05:25.953064+0000 mgr.a (mgr.14403) 16491 : cluster 0 pgmap v12313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:27.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:05:27.518 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:27.519 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:28.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:28.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:28.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:28.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:05:28.443 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:05:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:29 smithi079 bash[28699]: audit 2023-12-08T00:05:27.918607+0000 mgr.a (mgr.14403) 16492 : audit 0 from='client.329499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:29.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:29 smithi079 bash[28699]: cluster 2023-12-08T00:05:27.953988+0000 mgr.a (mgr.14403) 16493 : cluster 0 pgmap v12314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:29 smithi194 bash[32038]: audit 2023-12-08T00:05:27.918607+0000 mgr.a (mgr.14403) 16492 : audit 0 from='client.329499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:29 smithi194 bash[32038]: cluster 2023-12-08T00:05:27.953988+0000 mgr.a (mgr.14403) 16493 : cluster 0 pgmap v12314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:29 smithi135 bash[32435]: audit 2023-12-08T00:05:27.918607+0000 mgr.a (mgr.14403) 16492 : audit 0 from='client.329499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:29 smithi135 bash[32435]: cluster 2023-12-08T00:05:27.953988+0000 mgr.a (mgr.14403) 16493 : cluster 0 pgmap v12314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:31 smithi079 bash[28699]: cluster 2023-12-08T00:05:29.955014+0000 mgr.a (mgr.14403) 16494 : cluster 0 pgmap v12315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:31 smithi194 bash[32038]: cluster 2023-12-08T00:05:29.955014+0000 mgr.a (mgr.14403) 16494 : cluster 0 pgmap v12315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:31 smithi135 bash[32435]: cluster 2023-12-08T00:05:29.955014+0000 mgr.a (mgr.14403) 16494 : cluster 0 pgmap v12315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:32 smithi194 bash[32038]: cluster 2023-12-08T00:05:31.955637+0000 mgr.a (mgr.14403) 16495 : cluster 0 pgmap v12316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:32 smithi135 bash[32435]: cluster 2023-12-08T00:05:31.955637+0000 mgr.a (mgr.14403) 16495 : cluster 0 pgmap v12316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:32 smithi079 bash[28699]: cluster 2023-12-08T00:05:31.955637+0000 mgr.a (mgr.14403) 16495 : cluster 0 pgmap v12316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:33.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:05:33.446 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:33.446 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:34.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:34.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:34.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:34.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:05:34.351 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:05:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:35 smithi079 bash[28699]: audit 2023-12-08T00:05:33.844100+0000 mgr.a (mgr.14403) 16496 : audit 0 from='client.329571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:35 smithi079 bash[28699]: cluster 2023-12-08T00:05:33.956578+0000 mgr.a (mgr.14403) 16497 : cluster 0 pgmap v12317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:35 smithi194 bash[32038]: audit 2023-12-08T00:05:33.844100+0000 mgr.a (mgr.14403) 16496 : audit 0 from='client.329571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:35 smithi194 bash[32038]: cluster 2023-12-08T00:05:33.956578+0000 mgr.a (mgr.14403) 16497 : cluster 0 pgmap v12317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:35 smithi135 bash[32435]: audit 2023-12-08T00:05:33.844100+0000 mgr.a (mgr.14403) 16496 : audit 0 from='client.329571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:35 smithi135 bash[32435]: cluster 2023-12-08T00:05:33.956578+0000 mgr.a (mgr.14403) 16497 : cluster 0 pgmap v12317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:37 smithi079 bash[28699]: cluster 2023-12-08T00:05:35.957243+0000 mgr.a (mgr.14403) 16498 : cluster 0 pgmap v12318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:37 smithi194 bash[32038]: cluster 2023-12-08T00:05:35.957243+0000 mgr.a (mgr.14403) 16498 : cluster 0 pgmap v12318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:37 smithi135 bash[32435]: cluster 2023-12-08T00:05:35.957243+0000 mgr.a (mgr.14403) 16498 : cluster 0 pgmap v12318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:39.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:05:39.354 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:39.354 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:39 smithi079 bash[28699]: cluster 2023-12-08T00:05:37.957825+0000 mgr.a (mgr.14403) 16499 : cluster 0 pgmap v12319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:39 smithi194 bash[32038]: cluster 2023-12-08T00:05:37.957825+0000 mgr.a (mgr.14403) 16499 : cluster 0 pgmap v12319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:39 smithi135 bash[32435]: cluster 2023-12-08T00:05:37.957825+0000 mgr.a (mgr.14403) 16499 : cluster 0 pgmap v12319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:40.261 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:05:40.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:40.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:40.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:40.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:05:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:41 smithi079 bash[28699]: audit 2023-12-08T00:05:39.747715+0000 mgr.a (mgr.14403) 16500 : audit 0 from='client.329643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:41 smithi079 bash[28699]: cluster 2023-12-08T00:05:39.958910+0000 mgr.a (mgr.14403) 16501 : cluster 0 pgmap v12320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:41 smithi194 bash[32038]: audit 2023-12-08T00:05:39.747715+0000 mgr.a (mgr.14403) 16500 : audit 0 from='client.329643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:41 smithi194 bash[32038]: cluster 2023-12-08T00:05:39.958910+0000 mgr.a (mgr.14403) 16501 : cluster 0 pgmap v12320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:41 smithi135 bash[32435]: audit 2023-12-08T00:05:39.747715+0000 mgr.a (mgr.14403) 16500 : audit 0 from='client.329643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:41 smithi135 bash[32435]: cluster 2023-12-08T00:05:39.958910+0000 mgr.a (mgr.14403) 16501 : cluster 0 pgmap v12320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:42 smithi194 bash[32038]: cluster 2023-12-08T00:05:41.959669+0000 mgr.a (mgr.14403) 16502 : cluster 0 pgmap v12321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:42 smithi135 bash[32435]: cluster 2023-12-08T00:05:41.959669+0000 mgr.a (mgr.14403) 16502 : cluster 0 pgmap v12321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:42 smithi079 bash[28699]: cluster 2023-12-08T00:05:41.959669+0000 mgr.a (mgr.14403) 16502 : cluster 0 pgmap v12321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:05:45.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:05:45.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:45.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:45 smithi079 bash[28699]: cluster 2023-12-08T00:05:43.960463+0000 mgr.a (mgr.14403) 16503 : cluster 0 pgmap v12322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:45 smithi194 bash[32038]: cluster 2023-12-08T00:05:43.960463+0000 mgr.a (mgr.14403) 16503 : cluster 0 pgmap v12322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:45 smithi135 bash[32435]: cluster 2023-12-08T00:05:43.960463+0000 mgr.a (mgr.14403) 16503 : cluster 0 pgmap v12322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:46.149 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:05:46.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:46.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:46.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:46.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:05:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:47 smithi079 bash[28699]: audit 2023-12-08T00:05:45.664971+0000 mgr.a (mgr.14403) 16504 : audit 0 from='client.329718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:47 smithi079 bash[28699]: cluster 2023-12-08T00:05:45.961313+0000 mgr.a (mgr.14403) 16505 : cluster 0 pgmap v12323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:47 smithi194 bash[32038]: audit 2023-12-08T00:05:45.664971+0000 mgr.a (mgr.14403) 16504 : audit 0 from='client.329718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:47 smithi194 bash[32038]: cluster 2023-12-08T00:05:45.961313+0000 mgr.a (mgr.14403) 16505 : cluster 0 pgmap v12323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:47 smithi135 bash[32435]: audit 2023-12-08T00:05:45.664971+0000 mgr.a (mgr.14403) 16504 : audit 0 from='client.329718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:47 smithi135 bash[32435]: cluster 2023-12-08T00:05:45.961313+0000 mgr.a (mgr.14403) 16505 : cluster 0 pgmap v12323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:49 smithi079 bash[28699]: cluster 2023-12-08T00:05:47.962062+0000 mgr.a (mgr.14403) 16506 : cluster 0 pgmap v12324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:49 smithi194 bash[32038]: cluster 2023-12-08T00:05:47.962062+0000 mgr.a (mgr.14403) 16506 : cluster 0 pgmap v12324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:49 smithi135 bash[32435]: cluster 2023-12-08T00:05:47.962062+0000 mgr.a (mgr.14403) 16506 : cluster 0 pgmap v12324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:51.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:05:51.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:51.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:51 smithi079 bash[28699]: cluster 2023-12-08T00:05:49.963038+0000 mgr.a (mgr.14403) 16507 : cluster 0 pgmap v12325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:51 smithi194 bash[32038]: cluster 2023-12-08T00:05:49.963038+0000 mgr.a (mgr.14403) 16507 : cluster 0 pgmap v12325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:51 smithi135 bash[32435]: cluster 2023-12-08T00:05:49.963038+0000 mgr.a (mgr.14403) 16507 : cluster 0 pgmap v12325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:52.069 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:05:52.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:52.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:52.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:52.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:05:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:52 smithi194 bash[32038]: audit 2023-12-08T00:05:51.561504+0000 mgr.a (mgr.14403) 16508 : audit 0 from='client.329790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:52 smithi194 bash[32038]: cluster 2023-12-08T00:05:51.963915+0000 mgr.a (mgr.14403) 16509 : cluster 0 pgmap v12326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:52 smithi135 bash[32435]: audit 2023-12-08T00:05:51.561504+0000 mgr.a (mgr.14403) 16508 : audit 0 from='client.329790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:52 smithi135 bash[32435]: cluster 2023-12-08T00:05:51.963915+0000 mgr.a (mgr.14403) 16509 : cluster 0 pgmap v12326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:53.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:52 smithi079 bash[28699]: audit 2023-12-08T00:05:51.561504+0000 mgr.a (mgr.14403) 16508 : audit 0 from='client.329790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:53.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:52 smithi079 bash[28699]: cluster 2023-12-08T00:05:51.963915+0000 mgr.a (mgr.14403) 16509 : cluster 0 pgmap v12326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:53.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:53 smithi135 bash[32435]: audit 2023-12-08T00:05:53.498540+0000 mon.a (mon.0) 2737 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:05:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:53 smithi079 bash[28699]: audit 2023-12-08T00:05:53.498540+0000 mon.a (mon.0) 2737 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:05:54.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:53 smithi194 bash[32038]: audit 2023-12-08T00:05:53.498540+0000 mon.a (mon.0) 2737 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:05:55.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:55 smithi079 bash[28699]: cluster 2023-12-08T00:05:53.964565+0000 mgr.a (mgr.14403) 16510 : cluster 0 pgmap v12327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:55.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:55 smithi079 bash[28699]: audit 2023-12-08T00:05:54.031538+0000 mon.a (mon.0) 2738 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:55.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:55 smithi079 bash[28699]: audit 2023-12-08T00:05:54.039969+0000 mon.a (mon.0) 2739 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:55.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:55 smithi079 bash[28699]: audit 2023-12-08T00:05:54.736924+0000 mon.a (mon.0) 2740 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:05:55.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:55 smithi079 bash[28699]: audit 2023-12-08T00:05:54.738184+0000 mon.a (mon.0) 2741 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:05:55.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:55 smithi079 bash[28699]: audit 2023-12-08T00:05:54.747892+0000 mon.a (mon.0) 2742 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:55 smithi194 bash[32038]: cluster 2023-12-08T00:05:53.964565+0000 mgr.a (mgr.14403) 16510 : cluster 0 pgmap v12327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:55 smithi194 bash[32038]: audit 2023-12-08T00:05:54.031538+0000 mon.a (mon.0) 2738 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:55 smithi194 bash[32038]: audit 2023-12-08T00:05:54.039969+0000 mon.a (mon.0) 2739 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:55 smithi194 bash[32038]: audit 2023-12-08T00:05:54.736924+0000 mon.a (mon.0) 2740 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:05:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:55 smithi194 bash[32038]: audit 2023-12-08T00:05:54.738184+0000 mon.a (mon.0) 2741 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:05:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:55 smithi194 bash[32038]: audit 2023-12-08T00:05:54.747892+0000 mon.a (mon.0) 2742 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:55 smithi135 bash[32435]: cluster 2023-12-08T00:05:53.964565+0000 mgr.a (mgr.14403) 16510 : cluster 0 pgmap v12327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:05:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:55 smithi135 bash[32435]: audit 2023-12-08T00:05:54.031538+0000 mon.a (mon.0) 2738 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:55 smithi135 bash[32435]: audit 2023-12-08T00:05:54.039969+0000 mon.a (mon.0) 2739 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:55 smithi135 bash[32435]: audit 2023-12-08T00:05:54.736924+0000 mon.a (mon.0) 2740 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:05:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:55 smithi135 bash[32435]: audit 2023-12-08T00:05:54.738184+0000 mon.a (mon.0) 2741 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:05:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:55 smithi135 bash[32435]: audit 2023-12-08T00:05:54.747892+0000 mon.a (mon.0) 2742 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:05:57.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:05:57.072 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:05:57.072 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:05:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:57 smithi079 bash[28699]: cluster 2023-12-08T00:05:55.965115+0000 mgr.a (mgr.14403) 16511 : cluster 0 pgmap v12328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:57 smithi194 bash[32038]: cluster 2023-12-08T00:05:55.965115+0000 mgr.a (mgr.14403) 16511 : cluster 0 pgmap v12328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:57 smithi135 bash[32435]: cluster 2023-12-08T00:05:55.965115+0000 mgr.a (mgr.14403) 16511 : cluster 0 pgmap v12328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:57.988 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:05:57.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:05:57.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:05:57.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:05:57.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:05:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:58 smithi079 bash[28699]: audit 2023-12-08T00:05:57.467383+0000 mgr.a (mgr.14403) 16512 : audit 0 from='client.329865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:58.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:58 smithi194 bash[32038]: audit 2023-12-08T00:05:57.467383+0000 mgr.a (mgr.14403) 16512 : audit 0 from='client.329865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:58 smithi135 bash[32435]: audit 2023-12-08T00:05:57.467383+0000 mgr.a (mgr.14403) 16512 : audit 0 from='client.329865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:05:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:05:59 smithi079 bash[28699]: cluster 2023-12-08T00:05:57.965603+0000 mgr.a (mgr.14403) 16513 : cluster 0 pgmap v12329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:05:59 smithi194 bash[32038]: cluster 2023-12-08T00:05:57.965603+0000 mgr.a (mgr.14403) 16513 : cluster 0 pgmap v12329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:05:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:05:59 smithi135 bash[32435]: cluster 2023-12-08T00:05:57.965603+0000 mgr.a (mgr.14403) 16513 : cluster 0 pgmap v12329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:01 smithi079 bash[28699]: cluster 2023-12-08T00:05:59.966394+0000 mgr.a (mgr.14403) 16514 : cluster 0 pgmap v12330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:01 smithi194 bash[32038]: cluster 2023-12-08T00:05:59.966394+0000 mgr.a (mgr.14403) 16514 : cluster 0 pgmap v12330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:01 smithi135 bash[32435]: cluster 2023-12-08T00:05:59.966394+0000 mgr.a (mgr.14403) 16514 : cluster 0 pgmap v12330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:02.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:06:02.991 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:02.991 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:02 smithi079 bash[28699]: cluster 2023-12-08T00:06:01.967013+0000 mgr.a (mgr.14403) 16515 : cluster 0 pgmap v12331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:02 smithi194 bash[32038]: cluster 2023-12-08T00:06:01.967013+0000 mgr.a (mgr.14403) 16515 : cluster 0 pgmap v12331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:02 smithi135 bash[32435]: cluster 2023-12-08T00:06:01.967013+0000 mgr.a (mgr.14403) 16515 : cluster 0 pgmap v12331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:03.904 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:06:03.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:03.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:03.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:03.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:06:04.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:03 smithi079 bash[28699]: audit 2023-12-08T00:06:03.397950+0000 mgr.a (mgr.14403) 16516 : audit 0 from='client.329940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:04.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:03 smithi194 bash[32038]: audit 2023-12-08T00:06:03.397950+0000 mgr.a (mgr.14403) 16516 : audit 0 from='client.329940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:04.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:03 smithi135 bash[32435]: audit 2023-12-08T00:06:03.397950+0000 mgr.a (mgr.14403) 16516 : audit 0 from='client.329940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:05.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:04 smithi079 bash[28699]: cluster 2023-12-08T00:06:03.968051+0000 mgr.a (mgr.14403) 16517 : cluster 0 pgmap v12332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:04 smithi194 bash[32038]: cluster 2023-12-08T00:06:03.968051+0000 mgr.a (mgr.14403) 16517 : cluster 0 pgmap v12332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:04 smithi135 bash[32435]: cluster 2023-12-08T00:06:03.968051+0000 mgr.a (mgr.14403) 16517 : cluster 0 pgmap v12332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:07 smithi079 bash[28699]: cluster 2023-12-08T00:06:05.968627+0000 mgr.a (mgr.14403) 16518 : cluster 0 pgmap v12333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:07 smithi194 bash[32038]: cluster 2023-12-08T00:06:05.968627+0000 mgr.a (mgr.14403) 16518 : cluster 0 pgmap v12333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:07 smithi135 bash[32435]: cluster 2023-12-08T00:06:05.968627+0000 mgr.a (mgr.14403) 16518 : cluster 0 pgmap v12333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:08.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:06:08.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:08.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:09 smithi079 bash[28699]: cluster 2023-12-08T00:06:07.969182+0000 mgr.a (mgr.14403) 16519 : cluster 0 pgmap v12334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:09 smithi194 bash[32038]: cluster 2023-12-08T00:06:07.969182+0000 mgr.a (mgr.14403) 16519 : cluster 0 pgmap v12334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:09 smithi135 bash[32435]: cluster 2023-12-08T00:06:07.969182+0000 mgr.a (mgr.14403) 16519 : cluster 0 pgmap v12334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:09.840 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:06:09.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:09.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:09.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:09.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:06:10.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:10 smithi079 bash[28699]: audit 2023-12-08T00:06:09.309140+0000 mgr.a (mgr.14403) 16520 : audit 0 from='client.330018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:10 smithi194 bash[32038]: audit 2023-12-08T00:06:09.309140+0000 mgr.a (mgr.14403) 16520 : audit 0 from='client.330018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:10.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:10 smithi135 bash[32435]: audit 2023-12-08T00:06:09.309140+0000 mgr.a (mgr.14403) 16520 : audit 0 from='client.330018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:11 smithi079 bash[28699]: cluster 2023-12-08T00:06:09.970222+0000 mgr.a (mgr.14403) 16521 : cluster 0 pgmap v12335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:11 smithi194 bash[32038]: cluster 2023-12-08T00:06:09.970222+0000 mgr.a (mgr.14403) 16521 : cluster 0 pgmap v12335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:11 smithi135 bash[32435]: cluster 2023-12-08T00:06:09.970222+0000 mgr.a (mgr.14403) 16521 : cluster 0 pgmap v12335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:12 smithi079 bash[28699]: cluster 2023-12-08T00:06:11.970780+0000 mgr.a (mgr.14403) 16522 : cluster 0 pgmap v12336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:12 smithi194 bash[32038]: cluster 2023-12-08T00:06:11.970780+0000 mgr.a (mgr.14403) 16522 : cluster 0 pgmap v12336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:12 smithi135 bash[32435]: cluster 2023-12-08T00:06:11.970780+0000 mgr.a (mgr.14403) 16522 : cluster 0 pgmap v12336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:14.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:06:14.845 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:14.845 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:15 smithi079 bash[28699]: cluster 2023-12-08T00:06:13.971525+0000 mgr.a (mgr.14403) 16523 : cluster 0 pgmap v12337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:15 smithi194 bash[32038]: cluster 2023-12-08T00:06:13.971525+0000 mgr.a (mgr.14403) 16523 : cluster 0 pgmap v12337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:15 smithi135 bash[32435]: cluster 2023-12-08T00:06:13.971525+0000 mgr.a (mgr.14403) 16523 : cluster 0 pgmap v12337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:15.779 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:06:15.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:15.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:15.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:15.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:06:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:16 smithi079 bash[28699]: audit 2023-12-08T00:06:15.259159+0000 mgr.a (mgr.14403) 16524 : audit 0 from='client.330093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:16 smithi194 bash[32038]: audit 2023-12-08T00:06:15.259159+0000 mgr.a (mgr.14403) 16524 : audit 0 from='client.330093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:16 smithi135 bash[32435]: audit 2023-12-08T00:06:15.259159+0000 mgr.a (mgr.14403) 16524 : audit 0 from='client.330093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:17 smithi079 bash[28699]: cluster 2023-12-08T00:06:15.972329+0000 mgr.a (mgr.14403) 16525 : cluster 0 pgmap v12338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:17 smithi194 bash[32038]: cluster 2023-12-08T00:06:15.972329+0000 mgr.a (mgr.14403) 16525 : cluster 0 pgmap v12338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:17 smithi135 bash[32435]: cluster 2023-12-08T00:06:15.972329+0000 mgr.a (mgr.14403) 16525 : cluster 0 pgmap v12338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:19 smithi079 bash[28699]: cluster 2023-12-08T00:06:17.973087+0000 mgr.a (mgr.14403) 16526 : cluster 0 pgmap v12339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:19 smithi194 bash[32038]: cluster 2023-12-08T00:06:17.973087+0000 mgr.a (mgr.14403) 16526 : cluster 0 pgmap v12339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:19 smithi135 bash[32435]: cluster 2023-12-08T00:06:17.973087+0000 mgr.a (mgr.14403) 16526 : cluster 0 pgmap v12339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:20.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:06:20.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:20.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:21 smithi079 bash[28699]: cluster 2023-12-08T00:06:19.973945+0000 mgr.a (mgr.14403) 16527 : cluster 0 pgmap v12340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:21 smithi194 bash[32038]: cluster 2023-12-08T00:06:19.973945+0000 mgr.a (mgr.14403) 16527 : cluster 0 pgmap v12340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:21 smithi135 bash[32435]: cluster 2023-12-08T00:06:19.973945+0000 mgr.a (mgr.14403) 16527 : cluster 0 pgmap v12340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:21.672 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:06:21.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:21.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:21.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:21.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:06:22.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:22 smithi079 bash[28699]: audit 2023-12-08T00:06:21.180481+0000 mgr.a (mgr.14403) 16528 : audit 0 from='client.330168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:22.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:22 smithi194 bash[32038]: audit 2023-12-08T00:06:21.180481+0000 mgr.a (mgr.14403) 16528 : audit 0 from='client.330168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:22.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:22 smithi135 bash[32435]: audit 2023-12-08T00:06:21.180481+0000 mgr.a (mgr.14403) 16528 : audit 0 from='client.330168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:23 smithi079 bash[28699]: cluster 2023-12-08T00:06:21.974632+0000 mgr.a (mgr.14403) 16529 : cluster 0 pgmap v12341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:23 smithi194 bash[32038]: cluster 2023-12-08T00:06:21.974632+0000 mgr.a (mgr.14403) 16529 : cluster 0 pgmap v12341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:23 smithi135 bash[32435]: cluster 2023-12-08T00:06:21.974632+0000 mgr.a (mgr.14403) 16529 : cluster 0 pgmap v12341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:25 smithi079 bash[28699]: cluster 2023-12-08T00:06:23.975589+0000 mgr.a (mgr.14403) 16530 : cluster 0 pgmap v12342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:25 smithi194 bash[32038]: cluster 2023-12-08T00:06:23.975589+0000 mgr.a (mgr.14403) 16530 : cluster 0 pgmap v12342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:25 smithi135 bash[32435]: cluster 2023-12-08T00:06:23.975589+0000 mgr.a (mgr.14403) 16530 : cluster 0 pgmap v12342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:26.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:06:26.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:26.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:27 smithi079 bash[28699]: cluster 2023-12-08T00:06:25.976188+0000 mgr.a (mgr.14403) 16531 : cluster 0 pgmap v12343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:27 smithi194 bash[32038]: cluster 2023-12-08T00:06:25.976188+0000 mgr.a (mgr.14403) 16531 : cluster 0 pgmap v12343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:27 smithi135 bash[32435]: cluster 2023-12-08T00:06:25.976188+0000 mgr.a (mgr.14403) 16531 : cluster 0 pgmap v12343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:27.582 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:06:27.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:27.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:27.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:27.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:06:28.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:28 smithi079 bash[28699]: audit 2023-12-08T00:06:27.083064+0000 mgr.a (mgr.14403) 16532 : audit 0 from='client.330246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:28 smithi194 bash[32038]: audit 2023-12-08T00:06:27.083064+0000 mgr.a (mgr.14403) 16532 : audit 0 from='client.330246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:28 smithi135 bash[32435]: audit 2023-12-08T00:06:27.083064+0000 mgr.a (mgr.14403) 16532 : audit 0 from='client.330246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:29 smithi079 bash[28699]: cluster 2023-12-08T00:06:27.976861+0000 mgr.a (mgr.14403) 16533 : cluster 0 pgmap v12344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:29 smithi194 bash[32038]: cluster 2023-12-08T00:06:27.976861+0000 mgr.a (mgr.14403) 16533 : cluster 0 pgmap v12344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:29 smithi135 bash[32435]: cluster 2023-12-08T00:06:27.976861+0000 mgr.a (mgr.14403) 16533 : cluster 0 pgmap v12344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:31 smithi079 bash[28699]: cluster 2023-12-08T00:06:29.977823+0000 mgr.a (mgr.14403) 16534 : cluster 0 pgmap v12345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:31 smithi194 bash[32038]: cluster 2023-12-08T00:06:29.977823+0000 mgr.a (mgr.14403) 16534 : cluster 0 pgmap v12345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:31 smithi135 bash[32435]: cluster 2023-12-08T00:06:29.977823+0000 mgr.a (mgr.14403) 16534 : cluster 0 pgmap v12345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:32.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:06:32.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:32.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:32 smithi079 bash[28699]: cluster 2023-12-08T00:06:31.978413+0000 mgr.a (mgr.14403) 16535 : cluster 0 pgmap v12346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:32 smithi194 bash[32038]: cluster 2023-12-08T00:06:31.978413+0000 mgr.a (mgr.14403) 16535 : cluster 0 pgmap v12346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:33.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:32 smithi135 bash[32435]: cluster 2023-12-08T00:06:31.978413+0000 mgr.a (mgr.14403) 16535 : cluster 0 pgmap v12346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:33.515 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:06:33.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:33.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:33.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:33.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:06:34.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:33 smithi079 bash[28699]: audit 2023-12-08T00:06:32.993719+0000 mgr.a (mgr.14403) 16536 : audit 0 from='client.330321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:34.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:33 smithi194 bash[32038]: audit 2023-12-08T00:06:32.993719+0000 mgr.a (mgr.14403) 16536 : audit 0 from='client.330321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:34.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:33 smithi135 bash[32435]: audit 2023-12-08T00:06:32.993719+0000 mgr.a (mgr.14403) 16536 : audit 0 from='client.330321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:35.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:34 smithi079 bash[28699]: cluster 2023-12-08T00:06:33.979394+0000 mgr.a (mgr.14403) 16537 : cluster 0 pgmap v12347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:34 smithi194 bash[32038]: cluster 2023-12-08T00:06:33.979394+0000 mgr.a (mgr.14403) 16537 : cluster 0 pgmap v12347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:34 smithi135 bash[32435]: cluster 2023-12-08T00:06:33.979394+0000 mgr.a (mgr.14403) 16537 : cluster 0 pgmap v12347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:37 smithi079 bash[28699]: cluster 2023-12-08T00:06:35.979957+0000 mgr.a (mgr.14403) 16538 : cluster 0 pgmap v12348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:37 smithi194 bash[32038]: cluster 2023-12-08T00:06:35.979957+0000 mgr.a (mgr.14403) 16538 : cluster 0 pgmap v12348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:37 smithi135 bash[32435]: cluster 2023-12-08T00:06:35.979957+0000 mgr.a (mgr.14403) 16538 : cluster 0 pgmap v12348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:38.518 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:06:38.519 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:38.519 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:39 smithi079 bash[28699]: cluster 2023-12-08T00:06:37.980450+0000 mgr.a (mgr.14403) 16539 : cluster 0 pgmap v12349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:39.432 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:06:39.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:39.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:39.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:39.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:06:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:39 smithi194 bash[32038]: cluster 2023-12-08T00:06:37.980450+0000 mgr.a (mgr.14403) 16539 : cluster 0 pgmap v12349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:39 smithi135 bash[32435]: cluster 2023-12-08T00:06:37.980450+0000 mgr.a (mgr.14403) 16539 : cluster 0 pgmap v12349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:40.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:40 smithi079 bash[28699]: audit 2023-12-08T00:06:38.922606+0000 mgr.a (mgr.14403) 16540 : audit 0 from='client.330396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:40.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:40 smithi194 bash[32038]: audit 2023-12-08T00:06:38.922606+0000 mgr.a (mgr.14403) 16540 : audit 0 from='client.330396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:40.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:40 smithi135 bash[32435]: audit 2023-12-08T00:06:38.922606+0000 mgr.a (mgr.14403) 16540 : audit 0 from='client.330396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:41 smithi079 bash[28699]: cluster 2023-12-08T00:06:39.981440+0000 mgr.a (mgr.14403) 16541 : cluster 0 pgmap v12350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:41 smithi194 bash[32038]: cluster 2023-12-08T00:06:39.981440+0000 mgr.a (mgr.14403) 16541 : cluster 0 pgmap v12350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:41 smithi135 bash[32435]: cluster 2023-12-08T00:06:39.981440+0000 mgr.a (mgr.14403) 16541 : cluster 0 pgmap v12350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:42 smithi079 bash[28699]: cluster 2023-12-08T00:06:41.982058+0000 mgr.a (mgr.14403) 16542 : cluster 0 pgmap v12351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:42 smithi194 bash[32038]: cluster 2023-12-08T00:06:41.982058+0000 mgr.a (mgr.14403) 16542 : cluster 0 pgmap v12351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:42 smithi135 bash[32435]: cluster 2023-12-08T00:06:41.982058+0000 mgr.a (mgr.14403) 16542 : cluster 0 pgmap v12351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:44.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:06:44.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:44.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:45.345 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:06:45.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:45.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:45.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:45.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:06:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:45 smithi079 bash[28699]: cluster 2023-12-08T00:06:43.982735+0000 mgr.a (mgr.14403) 16543 : cluster 0 pgmap v12352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:45 smithi194 bash[32038]: cluster 2023-12-08T00:06:43.982735+0000 mgr.a (mgr.14403) 16543 : cluster 0 pgmap v12352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:45 smithi135 bash[32435]: cluster 2023-12-08T00:06:43.982735+0000 mgr.a (mgr.14403) 16543 : cluster 0 pgmap v12352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:46 smithi079 bash[28699]: audit 2023-12-08T00:06:44.833798+0000 mgr.a (mgr.14403) 16544 : audit 0 from='client.330468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:46.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:46 smithi194 bash[32038]: audit 2023-12-08T00:06:44.833798+0000 mgr.a (mgr.14403) 16544 : audit 0 from='client.330468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:46 smithi135 bash[32435]: audit 2023-12-08T00:06:44.833798+0000 mgr.a (mgr.14403) 16544 : audit 0 from='client.330468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:47 smithi079 bash[28699]: cluster 2023-12-08T00:06:45.983402+0000 mgr.a (mgr.14403) 16545 : cluster 0 pgmap v12353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:47 smithi194 bash[32038]: cluster 2023-12-08T00:06:45.983402+0000 mgr.a (mgr.14403) 16545 : cluster 0 pgmap v12353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:47 smithi135 bash[32435]: cluster 2023-12-08T00:06:45.983402+0000 mgr.a (mgr.14403) 16545 : cluster 0 pgmap v12353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:49 smithi079 bash[28699]: cluster 2023-12-08T00:06:47.984010+0000 mgr.a (mgr.14403) 16546 : cluster 0 pgmap v12354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:49 smithi194 bash[32038]: cluster 2023-12-08T00:06:47.984010+0000 mgr.a (mgr.14403) 16546 : cluster 0 pgmap v12354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:49 smithi135 bash[32435]: cluster 2023-12-08T00:06:47.984010+0000 mgr.a (mgr.14403) 16546 : cluster 0 pgmap v12354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:06:50.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:06:50.349 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:50.349 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:51.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:51.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:51.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:51.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:06:51.264 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:06:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:51 smithi079 bash[28699]: cluster 2023-12-08T00:06:49.984828+0000 mgr.a (mgr.14403) 16547 : cluster 0 pgmap v12355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:51 smithi194 bash[32038]: cluster 2023-12-08T00:06:49.984828+0000 mgr.a (mgr.14403) 16547 : cluster 0 pgmap v12355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:51 smithi135 bash[32435]: cluster 2023-12-08T00:06:49.984828+0000 mgr.a (mgr.14403) 16547 : cluster 0 pgmap v12355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:52.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:52 smithi079 bash[28699]: audit 2023-12-08T00:06:50.748194+0000 mgr.a (mgr.14403) 16548 : audit 0 from='client.330546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:52 smithi194 bash[32038]: audit 2023-12-08T00:06:50.748194+0000 mgr.a (mgr.14403) 16548 : audit 0 from='client.330546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:52 smithi135 bash[32435]: audit 2023-12-08T00:06:50.748194+0000 mgr.a (mgr.14403) 16548 : audit 0 from='client.330546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:53 smithi079 bash[28699]: cluster 2023-12-08T00:06:51.985461+0000 mgr.a (mgr.14403) 16549 : cluster 0 pgmap v12356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:53 smithi194 bash[32038]: cluster 2023-12-08T00:06:51.985461+0000 mgr.a (mgr.14403) 16549 : cluster 0 pgmap v12356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:53 smithi135 bash[32435]: cluster 2023-12-08T00:06:51.985461+0000 mgr.a (mgr.14403) 16549 : cluster 0 pgmap v12356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:55 smithi079 bash[28699]: cluster 2023-12-08T00:06:53.986270+0000 mgr.a (mgr.14403) 16550 : cluster 0 pgmap v12357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:55 smithi079 bash[28699]: audit 2023-12-08T00:06:54.850547+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:06:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:55 smithi194 bash[32038]: cluster 2023-12-08T00:06:53.986270+0000 mgr.a (mgr.14403) 16550 : cluster 0 pgmap v12357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:55 smithi194 bash[32038]: audit 2023-12-08T00:06:54.850547+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:06:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:55 smithi135 bash[32435]: cluster 2023-12-08T00:06:53.986270+0000 mgr.a (mgr.14403) 16550 : cluster 0 pgmap v12357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:06:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:55 smithi135 bash[32435]: audit 2023-12-08T00:06:54.850547+0000 mon.a (mon.0) 2743 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:06:56.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:06:56.268 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:06:56.268 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:06:56.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:56 smithi079 bash[28699]: audit 2023-12-08T00:06:55.381310+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:06:56.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:56 smithi079 bash[28699]: audit 2023-12-08T00:06:55.387257+0000 mon.a (mon.0) 2745 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:06:56.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:56 smithi079 bash[28699]: audit 2023-12-08T00:06:56.126110+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:06:56.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:56 smithi079 bash[28699]: audit 2023-12-08T00:06:56.127911+0000 mon.a (mon.0) 2747 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:06:56.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:56 smithi079 bash[28699]: audit 2023-12-08T00:06:56.137364+0000 mon.a (mon.0) 2748 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:06:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:56 smithi194 bash[32038]: audit 2023-12-08T00:06:55.381310+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:06:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:56 smithi194 bash[32038]: audit 2023-12-08T00:06:55.387257+0000 mon.a (mon.0) 2745 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:06:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:56 smithi194 bash[32038]: audit 2023-12-08T00:06:56.126110+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:06:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:56 smithi194 bash[32038]: audit 2023-12-08T00:06:56.127911+0000 mon.a (mon.0) 2747 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:06:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:56 smithi194 bash[32038]: audit 2023-12-08T00:06:56.137364+0000 mon.a (mon.0) 2748 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:06:56.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:56 smithi135 bash[32435]: audit 2023-12-08T00:06:55.381310+0000 mon.a (mon.0) 2744 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:06:56.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:56 smithi135 bash[32435]: audit 2023-12-08T00:06:55.387257+0000 mon.a (mon.0) 2745 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:06:56.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:56 smithi135 bash[32435]: audit 2023-12-08T00:06:56.126110+0000 mon.a (mon.0) 2746 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:06:56.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:56 smithi135 bash[32435]: audit 2023-12-08T00:06:56.127911+0000 mon.a (mon.0) 2747 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:06:56.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:56 smithi135 bash[32435]: audit 2023-12-08T00:06:56.137364+0000 mon.a (mon.0) 2748 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:06:57.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:06:57.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:06:57.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:06:57.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:06:57.176 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:06:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:57 smithi079 bash[28699]: cluster 2023-12-08T00:06:55.986874+0000 mgr.a (mgr.14403) 16551 : cluster 0 pgmap v12358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:57 smithi194 bash[32038]: cluster 2023-12-08T00:06:55.986874+0000 mgr.a (mgr.14403) 16551 : cluster 0 pgmap v12358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:57 smithi135 bash[32435]: cluster 2023-12-08T00:06:55.986874+0000 mgr.a (mgr.14403) 16551 : cluster 0 pgmap v12358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:58 smithi194 bash[32038]: audit 2023-12-08T00:06:56.668421+0000 mgr.a (mgr.14403) 16552 : audit 0 from='client.330621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:58.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:58 smithi135 bash[32435]: audit 2023-12-08T00:06:56.668421+0000 mgr.a (mgr.14403) 16552 : audit 0 from='client.330621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:58 smithi079 bash[28699]: audit 2023-12-08T00:06:56.668421+0000 mgr.a (mgr.14403) 16552 : audit 0 from='client.330621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:06:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:06:59 smithi194 bash[32038]: cluster 2023-12-08T00:06:57.987495+0000 mgr.a (mgr.14403) 16553 : cluster 0 pgmap v12359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:06:59 smithi135 bash[32435]: cluster 2023-12-08T00:06:57.987495+0000 mgr.a (mgr.14403) 16553 : cluster 0 pgmap v12359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:06:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:06:59 smithi079 bash[28699]: cluster 2023-12-08T00:06:57.987495+0000 mgr.a (mgr.14403) 16553 : cluster 0 pgmap v12359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:01 smithi194 bash[32038]: cluster 2023-12-08T00:06:59.988464+0000 mgr.a (mgr.14403) 16554 : cluster 0 pgmap v12360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:01.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:01 smithi135 bash[32435]: cluster 2023-12-08T00:06:59.988464+0000 mgr.a (mgr.14403) 16554 : cluster 0 pgmap v12360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:01.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:01 smithi079 bash[28699]: cluster 2023-12-08T00:06:59.988464+0000 mgr.a (mgr.14403) 16554 : cluster 0 pgmap v12360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:02.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:07:02.180 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:02.180 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:03.089 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:07:03.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:03.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:03.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:03.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:07:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:02 smithi079 bash[28699]: cluster 2023-12-08T00:07:01.989065+0000 mgr.a (mgr.14403) 16555 : cluster 0 pgmap v12361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:02 smithi194 bash[32038]: cluster 2023-12-08T00:07:01.989065+0000 mgr.a (mgr.14403) 16555 : cluster 0 pgmap v12361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:02 smithi135 bash[32435]: cluster 2023-12-08T00:07:01.989065+0000 mgr.a (mgr.14403) 16555 : cluster 0 pgmap v12361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:04.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:03 smithi079 bash[28699]: audit 2023-12-08T00:07:02.582640+0000 mgr.a (mgr.14403) 16556 : audit 0 from='client.330693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:04.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:03 smithi194 bash[32038]: audit 2023-12-08T00:07:02.582640+0000 mgr.a (mgr.14403) 16556 : audit 0 from='client.330693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:04.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:03 smithi135 bash[32435]: audit 2023-12-08T00:07:02.582640+0000 mgr.a (mgr.14403) 16556 : audit 0 from='client.330693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:05.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:04 smithi079 bash[28699]: cluster 2023-12-08T00:07:03.989924+0000 mgr.a (mgr.14403) 16557 : cluster 0 pgmap v12362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:04 smithi194 bash[32038]: cluster 2023-12-08T00:07:03.989924+0000 mgr.a (mgr.14403) 16557 : cluster 0 pgmap v12362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:04 smithi135 bash[32435]: cluster 2023-12-08T00:07:03.989924+0000 mgr.a (mgr.14403) 16557 : cluster 0 pgmap v12362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:07 smithi079 bash[28699]: cluster 2023-12-08T00:07:05.990449+0000 mgr.a (mgr.14403) 16558 : cluster 0 pgmap v12363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:07 smithi194 bash[32038]: cluster 2023-12-08T00:07:05.990449+0000 mgr.a (mgr.14403) 16558 : cluster 0 pgmap v12363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:07 smithi135 bash[32435]: cluster 2023-12-08T00:07:05.990449+0000 mgr.a (mgr.14403) 16558 : cluster 0 pgmap v12363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:08.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:07:08.093 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:08.093 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:09.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:09.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:09.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:09.002 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:07:09.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:07:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:09 smithi079 bash[28699]: cluster 2023-12-08T00:07:07.991045+0000 mgr.a (mgr.14403) 16559 : cluster 0 pgmap v12364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:09 smithi079 bash[28699]: audit 2023-12-08T00:07:08.495024+0000 mgr.a (mgr.14403) 16560 : audit 0 from='client.330765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:09 smithi194 bash[32038]: cluster 2023-12-08T00:07:07.991045+0000 mgr.a (mgr.14403) 16559 : cluster 0 pgmap v12364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:09 smithi194 bash[32038]: audit 2023-12-08T00:07:08.495024+0000 mgr.a (mgr.14403) 16560 : audit 0 from='client.330765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:09 smithi135 bash[32435]: cluster 2023-12-08T00:07:07.991045+0000 mgr.a (mgr.14403) 16559 : cluster 0 pgmap v12364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:09 smithi135 bash[32435]: audit 2023-12-08T00:07:08.495024+0000 mgr.a (mgr.14403) 16560 : audit 0 from='client.330765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:11 smithi079 bash[28699]: cluster 2023-12-08T00:07:09.992107+0000 mgr.a (mgr.14403) 16561 : cluster 0 pgmap v12365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:11 smithi194 bash[32038]: cluster 2023-12-08T00:07:09.992107+0000 mgr.a (mgr.14403) 16561 : cluster 0 pgmap v12365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:11 smithi135 bash[32435]: cluster 2023-12-08T00:07:09.992107+0000 mgr.a (mgr.14403) 16561 : cluster 0 pgmap v12365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:12 smithi079 bash[28699]: cluster 2023-12-08T00:07:11.992644+0000 mgr.a (mgr.14403) 16562 : cluster 0 pgmap v12366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:12 smithi194 bash[32038]: cluster 2023-12-08T00:07:11.992644+0000 mgr.a (mgr.14403) 16562 : cluster 0 pgmap v12366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:12 smithi135 bash[32435]: cluster 2023-12-08T00:07:11.992644+0000 mgr.a (mgr.14403) 16562 : cluster 0 pgmap v12366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:14.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:07:14.005 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:14.005 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:14.903 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:07:14.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:14.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:14.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:14.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:07:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:15 smithi079 bash[28699]: cluster 2023-12-08T00:07:13.993401+0000 mgr.a (mgr.14403) 16563 : cluster 0 pgmap v12367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:15 smithi079 bash[28699]: audit 2023-12-08T00:07:14.410216+0000 mgr.a (mgr.14403) 16564 : audit 0 from='client.330843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:15 smithi194 bash[32038]: cluster 2023-12-08T00:07:13.993401+0000 mgr.a (mgr.14403) 16563 : cluster 0 pgmap v12367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:15 smithi194 bash[32038]: audit 2023-12-08T00:07:14.410216+0000 mgr.a (mgr.14403) 16564 : audit 0 from='client.330843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:15 smithi135 bash[32435]: cluster 2023-12-08T00:07:13.993401+0000 mgr.a (mgr.14403) 16563 : cluster 0 pgmap v12367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:15 smithi135 bash[32435]: audit 2023-12-08T00:07:14.410216+0000 mgr.a (mgr.14403) 16564 : audit 0 from='client.330843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:17 smithi079 bash[28699]: cluster 2023-12-08T00:07:15.994042+0000 mgr.a (mgr.14403) 16565 : cluster 0 pgmap v12368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:17 smithi194 bash[32038]: cluster 2023-12-08T00:07:15.994042+0000 mgr.a (mgr.14403) 16565 : cluster 0 pgmap v12368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:17 smithi135 bash[32435]: cluster 2023-12-08T00:07:15.994042+0000 mgr.a (mgr.14403) 16565 : cluster 0 pgmap v12368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:19 smithi079 bash[28699]: cluster 2023-12-08T00:07:17.994574+0000 mgr.a (mgr.14403) 16566 : cluster 0 pgmap v12369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:19 smithi194 bash[32038]: cluster 2023-12-08T00:07:17.994574+0000 mgr.a (mgr.14403) 16566 : cluster 0 pgmap v12369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:19 smithi135 bash[32435]: cluster 2023-12-08T00:07:17.994574+0000 mgr.a (mgr.14403) 16566 : cluster 0 pgmap v12369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:19.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:07:19.906 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:19.906 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:20.852 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:07:20.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:20.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:20.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:20.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:07:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:21 smithi079 bash[28699]: cluster 2023-12-08T00:07:19.995018+0000 mgr.a (mgr.14403) 16567 : cluster 0 pgmap v12370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:21 smithi079 bash[28699]: audit 2023-12-08T00:07:20.318309+0000 mgr.a (mgr.14403) 16568 : audit 0 from='client.330921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:21 smithi194 bash[32038]: cluster 2023-12-08T00:07:19.995018+0000 mgr.a (mgr.14403) 16567 : cluster 0 pgmap v12370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:21 smithi194 bash[32038]: audit 2023-12-08T00:07:20.318309+0000 mgr.a (mgr.14403) 16568 : audit 0 from='client.330921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:21 smithi135 bash[32435]: cluster 2023-12-08T00:07:19.995018+0000 mgr.a (mgr.14403) 16567 : cluster 0 pgmap v12370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:21 smithi135 bash[32435]: audit 2023-12-08T00:07:20.318309+0000 mgr.a (mgr.14403) 16568 : audit 0 from='client.330921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:23.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:22 smithi079 bash[28699]: cluster 2023-12-08T00:07:21.995557+0000 mgr.a (mgr.14403) 16569 : cluster 0 pgmap v12371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:22 smithi194 bash[32038]: cluster 2023-12-08T00:07:21.995557+0000 mgr.a (mgr.14403) 16569 : cluster 0 pgmap v12371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:22 smithi135 bash[32435]: cluster 2023-12-08T00:07:21.995557+0000 mgr.a (mgr.14403) 16569 : cluster 0 pgmap v12371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:25 smithi079 bash[28699]: cluster 2023-12-08T00:07:23.996339+0000 mgr.a (mgr.14403) 16570 : cluster 0 pgmap v12372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:25 smithi194 bash[32038]: cluster 2023-12-08T00:07:23.996339+0000 mgr.a (mgr.14403) 16570 : cluster 0 pgmap v12372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:25 smithi135 bash[32435]: cluster 2023-12-08T00:07:23.996339+0000 mgr.a (mgr.14403) 16570 : cluster 0 pgmap v12372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:25.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:07:25.857 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:25.857 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:26.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:26.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:26.784 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:07:26.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:26.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:07:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:27 smithi079 bash[28699]: cluster 2023-12-08T00:07:25.996726+0000 mgr.a (mgr.14403) 16571 : cluster 0 pgmap v12373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:27 smithi079 bash[28699]: audit 2023-12-08T00:07:26.263394+0000 mgr.a (mgr.14403) 16572 : audit 0 from='client.330996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:27 smithi194 bash[32038]: cluster 2023-12-08T00:07:25.996726+0000 mgr.a (mgr.14403) 16571 : cluster 0 pgmap v12373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:27 smithi194 bash[32038]: audit 2023-12-08T00:07:26.263394+0000 mgr.a (mgr.14403) 16572 : audit 0 from='client.330996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:27 smithi135 bash[32435]: cluster 2023-12-08T00:07:25.996726+0000 mgr.a (mgr.14403) 16571 : cluster 0 pgmap v12373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:27 smithi135 bash[32435]: audit 2023-12-08T00:07:26.263394+0000 mgr.a (mgr.14403) 16572 : audit 0 from='client.330996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:29 smithi079 bash[28699]: cluster 2023-12-08T00:07:27.997485+0000 mgr.a (mgr.14403) 16573 : cluster 0 pgmap v12374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:29 smithi194 bash[32038]: cluster 2023-12-08T00:07:27.997485+0000 mgr.a (mgr.14403) 16573 : cluster 0 pgmap v12374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:29 smithi135 bash[32435]: cluster 2023-12-08T00:07:27.997485+0000 mgr.a (mgr.14403) 16573 : cluster 0 pgmap v12374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:31 smithi079 bash[28699]: cluster 2023-12-08T00:07:29.998324+0000 mgr.a (mgr.14403) 16574 : cluster 0 pgmap v12375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:31 smithi194 bash[32038]: cluster 2023-12-08T00:07:29.998324+0000 mgr.a (mgr.14403) 16574 : cluster 0 pgmap v12375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:31 smithi135 bash[32435]: cluster 2023-12-08T00:07:29.998324+0000 mgr.a (mgr.14403) 16574 : cluster 0 pgmap v12375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:31.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:07:31.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:31.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:32.708 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:07:32.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:32.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:32.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:32.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:07:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:32 smithi079 bash[28699]: cluster 2023-12-08T00:07:31.998717+0000 mgr.a (mgr.14403) 16575 : cluster 0 pgmap v12376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:33.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:32 smithi079 bash[28699]: audit 2023-12-08T00:07:32.192005+0000 mgr.a (mgr.14403) 16576 : audit 0 from='client.331068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:32 smithi194 bash[32038]: cluster 2023-12-08T00:07:31.998717+0000 mgr.a (mgr.14403) 16575 : cluster 0 pgmap v12376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:32 smithi194 bash[32038]: audit 2023-12-08T00:07:32.192005+0000 mgr.a (mgr.14403) 16576 : audit 0 from='client.331068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:32 smithi135 bash[32435]: cluster 2023-12-08T00:07:31.998717+0000 mgr.a (mgr.14403) 16575 : cluster 0 pgmap v12376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:32 smithi135 bash[32435]: audit 2023-12-08T00:07:32.192005+0000 mgr.a (mgr.14403) 16576 : audit 0 from='client.331068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:35 smithi079 bash[28699]: cluster 2023-12-08T00:07:33.999566+0000 mgr.a (mgr.14403) 16577 : cluster 0 pgmap v12377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:35 smithi194 bash[32038]: cluster 2023-12-08T00:07:33.999566+0000 mgr.a (mgr.14403) 16577 : cluster 0 pgmap v12377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:35 smithi135 bash[32435]: cluster 2023-12-08T00:07:33.999566+0000 mgr.a (mgr.14403) 16577 : cluster 0 pgmap v12377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:07:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:37 smithi079 bash[28699]: cluster 2023-12-08T00:07:36.000115+0000 mgr.a (mgr.14403) 16578 : cluster 0 pgmap v12378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:37 smithi194 bash[32038]: cluster 2023-12-08T00:07:36.000115+0000 mgr.a (mgr.14403) 16578 : cluster 0 pgmap v12378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:37 smithi135 bash[32435]: cluster 2023-12-08T00:07:36.000115+0000 mgr.a (mgr.14403) 16578 : cluster 0 pgmap v12378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:37.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:07:37.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:37.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:38.626 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:07:38.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:38.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:38.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:38.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:07:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:39 smithi079 bash[28699]: cluster 2023-12-08T00:07:38.000756+0000 mgr.a (mgr.14403) 16579 : cluster 0 pgmap v12379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:39 smithi079 bash[28699]: audit 2023-12-08T00:07:38.115862+0000 mgr.a (mgr.14403) 16580 : audit 0 from='client.331146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:39 smithi194 bash[32038]: cluster 2023-12-08T00:07:38.000756+0000 mgr.a (mgr.14403) 16579 : cluster 0 pgmap v12379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:39 smithi194 bash[32038]: audit 2023-12-08T00:07:38.115862+0000 mgr.a (mgr.14403) 16580 : audit 0 from='client.331146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:39 smithi135 bash[32435]: cluster 2023-12-08T00:07:38.000756+0000 mgr.a (mgr.14403) 16579 : cluster 0 pgmap v12379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:39 smithi135 bash[32435]: audit 2023-12-08T00:07:38.115862+0000 mgr.a (mgr.14403) 16580 : audit 0 from='client.331146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:41 smithi079 bash[28699]: cluster 2023-12-08T00:07:40.001798+0000 mgr.a (mgr.14403) 16581 : cluster 0 pgmap v12380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:07:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:41 smithi194 bash[32038]: cluster 2023-12-08T00:07:40.001798+0000 mgr.a (mgr.14403) 16581 : cluster 0 pgmap v12380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:07:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:41 smithi135 bash[32435]: cluster 2023-12-08T00:07:40.001798+0000 mgr.a (mgr.14403) 16581 : cluster 0 pgmap v12380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:07:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:42 smithi079 bash[28699]: cluster 2023-12-08T00:07:42.002398+0000 mgr.a (mgr.14403) 16582 : cluster 0 pgmap v12381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:07:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:42 smithi194 bash[32038]: cluster 2023-12-08T00:07:42.002398+0000 mgr.a (mgr.14403) 16582 : cluster 0 pgmap v12381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:07:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:42 smithi135 bash[32435]: cluster 2023-12-08T00:07:42.002398+0000 mgr.a (mgr.14403) 16582 : cluster 0 pgmap v12381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:07:43.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:07:43.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:43.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:44.531 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:07:44.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:44.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:44.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:44.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:07:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:45 smithi079 bash[28699]: cluster 2023-12-08T00:07:44.003281+0000 mgr.a (mgr.14403) 16583 : cluster 0 pgmap v12382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:45 smithi079 bash[28699]: audit 2023-12-08T00:07:44.030940+0000 mgr.a (mgr.14403) 16584 : audit 0 from='client.331221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:45 smithi194 bash[32038]: cluster 2023-12-08T00:07:44.003281+0000 mgr.a (mgr.14403) 16583 : cluster 0 pgmap v12382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:45 smithi194 bash[32038]: audit 2023-12-08T00:07:44.030940+0000 mgr.a (mgr.14403) 16584 : audit 0 from='client.331221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:45 smithi135 bash[32435]: cluster 2023-12-08T00:07:44.003281+0000 mgr.a (mgr.14403) 16583 : cluster 0 pgmap v12382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:45 smithi135 bash[32435]: audit 2023-12-08T00:07:44.030940+0000 mgr.a (mgr.14403) 16584 : audit 0 from='client.331221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:47 smithi079 bash[28699]: cluster 2023-12-08T00:07:46.004034+0000 mgr.a (mgr.14403) 16585 : cluster 0 pgmap v12383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:47 smithi194 bash[32038]: cluster 2023-12-08T00:07:46.004034+0000 mgr.a (mgr.14403) 16585 : cluster 0 pgmap v12383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:47 smithi135 bash[32435]: cluster 2023-12-08T00:07:46.004034+0000 mgr.a (mgr.14403) 16585 : cluster 0 pgmap v12383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:49 smithi079 bash[28699]: cluster 2023-12-08T00:07:48.004618+0000 mgr.a (mgr.14403) 16586 : cluster 0 pgmap v12384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:49 smithi194 bash[32038]: cluster 2023-12-08T00:07:48.004618+0000 mgr.a (mgr.14403) 16586 : cluster 0 pgmap v12384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:49 smithi135 bash[32435]: cluster 2023-12-08T00:07:48.004618+0000 mgr.a (mgr.14403) 16586 : cluster 0 pgmap v12384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:07:49.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:07:49.534 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:49.534 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:50.427 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:07:50.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:50.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:50.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:50.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:07:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:51 smithi079 bash[28699]: audit 2023-12-08T00:07:49.937427+0000 mgr.a (mgr.14403) 16587 : audit 0 from='client.331293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:51 smithi079 bash[28699]: cluster 2023-12-08T00:07:50.005418+0000 mgr.a (mgr.14403) 16588 : cluster 0 pgmap v12385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:51 smithi194 bash[32038]: audit 2023-12-08T00:07:49.937427+0000 mgr.a (mgr.14403) 16587 : audit 0 from='client.331293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:51 smithi194 bash[32038]: cluster 2023-12-08T00:07:50.005418+0000 mgr.a (mgr.14403) 16588 : cluster 0 pgmap v12385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:51 smithi135 bash[32435]: audit 2023-12-08T00:07:49.937427+0000 mgr.a (mgr.14403) 16587 : audit 0 from='client.331293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:51 smithi135 bash[32435]: cluster 2023-12-08T00:07:50.005418+0000 mgr.a (mgr.14403) 16588 : cluster 0 pgmap v12385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:53.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:52 smithi079 bash[28699]: cluster 2023-12-08T00:07:52.006119+0000 mgr.a (mgr.14403) 16589 : cluster 0 pgmap v12386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:07:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:52 smithi194 bash[32038]: cluster 2023-12-08T00:07:52.006119+0000 mgr.a (mgr.14403) 16589 : cluster 0 pgmap v12386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:07:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:52 smithi135 bash[32435]: cluster 2023-12-08T00:07:52.006119+0000 mgr.a (mgr.14403) 16589 : cluster 0 pgmap v12386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:07:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:55 smithi079 bash[28699]: cluster 2023-12-08T00:07:54.007007+0000 mgr.a (mgr.14403) 16590 : cluster 0 pgmap v12387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:07:55.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:07:55.431 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:07:55.431 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:07:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:55 smithi194 bash[32038]: cluster 2023-12-08T00:07:54.007007+0000 mgr.a (mgr.14403) 16590 : cluster 0 pgmap v12387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:07:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:55 smithi135 bash[32435]: cluster 2023-12-08T00:07:54.007007+0000 mgr.a (mgr.14403) 16590 : cluster 0 pgmap v12387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:07:56.364 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:07:56.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:07:56.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:07:56.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:07:56.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:07:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:57 smithi079 bash[28699]: audit 2023-12-08T00:07:55.839330+0000 mgr.a (mgr.14403) 16591 : audit 0 from='client.331371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:57 smithi079 bash[28699]: cluster 2023-12-08T00:07:56.007611+0000 mgr.a (mgr.14403) 16592 : cluster 0 pgmap v12388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:57 smithi079 bash[28699]: audit 2023-12-08T00:07:56.243133+0000 mon.a (mon.0) 2749 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:07:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:57 smithi079 bash[28699]: audit 2023-12-08T00:07:56.990016+0000 mon.a (mon.0) 2750 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:07:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:57 smithi079 bash[28699]: audit 2023-12-08T00:07:56.991870+0000 mon.a (mon.0) 2751 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:07:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:57 smithi079 bash[28699]: audit 2023-12-08T00:07:57.001657+0000 mon.a (mon.0) 2752 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:07:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:57 smithi194 bash[32038]: audit 2023-12-08T00:07:55.839330+0000 mgr.a (mgr.14403) 16591 : audit 0 from='client.331371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:57 smithi194 bash[32038]: cluster 2023-12-08T00:07:56.007611+0000 mgr.a (mgr.14403) 16592 : cluster 0 pgmap v12388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:57 smithi194 bash[32038]: audit 2023-12-08T00:07:56.243133+0000 mon.a (mon.0) 2749 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:07:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:57 smithi194 bash[32038]: audit 2023-12-08T00:07:56.990016+0000 mon.a (mon.0) 2750 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:07:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:57 smithi194 bash[32038]: audit 2023-12-08T00:07:56.991870+0000 mon.a (mon.0) 2751 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:07:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:57 smithi194 bash[32038]: audit 2023-12-08T00:07:57.001657+0000 mon.a (mon.0) 2752 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:07:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:57 smithi135 bash[32435]: audit 2023-12-08T00:07:55.839330+0000 mgr.a (mgr.14403) 16591 : audit 0 from='client.331371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:07:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:57 smithi135 bash[32435]: cluster 2023-12-08T00:07:56.007611+0000 mgr.a (mgr.14403) 16592 : cluster 0 pgmap v12388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:57 smithi135 bash[32435]: audit 2023-12-08T00:07:56.243133+0000 mon.a (mon.0) 2749 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:07:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:57 smithi135 bash[32435]: audit 2023-12-08T00:07:56.990016+0000 mon.a (mon.0) 2750 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:07:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:57 smithi135 bash[32435]: audit 2023-12-08T00:07:56.991870+0000 mon.a (mon.0) 2751 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:07:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:57 smithi135 bash[32435]: audit 2023-12-08T00:07:57.001657+0000 mon.a (mon.0) 2752 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:07:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:07:59 smithi079 bash[28699]: cluster 2023-12-08T00:07:58.008285+0000 mgr.a (mgr.14403) 16593 : cluster 0 pgmap v12389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:07:59 smithi194 bash[32038]: cluster 2023-12-08T00:07:58.008285+0000 mgr.a (mgr.14403) 16593 : cluster 0 pgmap v12389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:07:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:07:59 smithi135 bash[32435]: cluster 2023-12-08T00:07:58.008285+0000 mgr.a (mgr.14403) 16593 : cluster 0 pgmap v12389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:01.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:08:01.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:01.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:01 smithi079 bash[28699]: cluster 2023-12-08T00:08:00.009104+0000 mgr.a (mgr.14403) 16594 : cluster 0 pgmap v12390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:01 smithi194 bash[32038]: cluster 2023-12-08T00:08:00.009104+0000 mgr.a (mgr.14403) 16594 : cluster 0 pgmap v12390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:01 smithi135 bash[32435]: cluster 2023-12-08T00:08:00.009104+0000 mgr.a (mgr.14403) 16594 : cluster 0 pgmap v12390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:02.263 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:08:02.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:02.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:02.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:02.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:08:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:02 smithi079 bash[28699]: audit 2023-12-08T00:08:01.769660+0000 mgr.a (mgr.14403) 16595 : audit 0 from='client.331443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:02 smithi079 bash[28699]: cluster 2023-12-08T00:08:02.009644+0000 mgr.a (mgr.14403) 16596 : cluster 0 pgmap v12391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:02 smithi194 bash[32038]: audit 2023-12-08T00:08:01.769660+0000 mgr.a (mgr.14403) 16595 : audit 0 from='client.331443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:02 smithi194 bash[32038]: cluster 2023-12-08T00:08:02.009644+0000 mgr.a (mgr.14403) 16596 : cluster 0 pgmap v12391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:02 smithi135 bash[32435]: audit 2023-12-08T00:08:01.769660+0000 mgr.a (mgr.14403) 16595 : audit 0 from='client.331443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:02 smithi135 bash[32435]: cluster 2023-12-08T00:08:02.009644+0000 mgr.a (mgr.14403) 16596 : cluster 0 pgmap v12391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:05 smithi079 bash[28699]: cluster 2023-12-08T00:08:04.010479+0000 mgr.a (mgr.14403) 16597 : cluster 0 pgmap v12392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:05 smithi194 bash[32038]: cluster 2023-12-08T00:08:04.010479+0000 mgr.a (mgr.14403) 16597 : cluster 0 pgmap v12392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:05 smithi135 bash[32435]: cluster 2023-12-08T00:08:04.010479+0000 mgr.a (mgr.14403) 16597 : cluster 0 pgmap v12392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:07.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:08:07.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:07.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:07 smithi079 bash[28699]: cluster 2023-12-08T00:08:06.011039+0000 mgr.a (mgr.14403) 16598 : cluster 0 pgmap v12393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:07 smithi194 bash[32038]: cluster 2023-12-08T00:08:06.011039+0000 mgr.a (mgr.14403) 16598 : cluster 0 pgmap v12393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:07 smithi135 bash[32435]: cluster 2023-12-08T00:08:06.011039+0000 mgr.a (mgr.14403) 16598 : cluster 0 pgmap v12393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:08.185 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:08:08.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:08.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:08.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:08.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:08:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:09 smithi079 bash[28699]: audit 2023-12-08T00:08:07.666187+0000 mgr.a (mgr.14403) 16599 : audit 0 from='client.331515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:09 smithi079 bash[28699]: cluster 2023-12-08T00:08:08.011565+0000 mgr.a (mgr.14403) 16600 : cluster 0 pgmap v12394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:09 smithi194 bash[32038]: audit 2023-12-08T00:08:07.666187+0000 mgr.a (mgr.14403) 16599 : audit 0 from='client.331515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:09 smithi194 bash[32038]: cluster 2023-12-08T00:08:08.011565+0000 mgr.a (mgr.14403) 16600 : cluster 0 pgmap v12394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:09 smithi135 bash[32435]: audit 2023-12-08T00:08:07.666187+0000 mgr.a (mgr.14403) 16599 : audit 0 from='client.331515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:09 smithi135 bash[32435]: cluster 2023-12-08T00:08:08.011565+0000 mgr.a (mgr.14403) 16600 : cluster 0 pgmap v12394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:11 smithi079 bash[28699]: cluster 2023-12-08T00:08:10.012445+0000 mgr.a (mgr.14403) 16601 : cluster 0 pgmap v12395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:11 smithi194 bash[32038]: cluster 2023-12-08T00:08:10.012445+0000 mgr.a (mgr.14403) 16601 : cluster 0 pgmap v12395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:11 smithi135 bash[32435]: cluster 2023-12-08T00:08:10.012445+0000 mgr.a (mgr.14403) 16601 : cluster 0 pgmap v12395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:12 smithi079 bash[28699]: cluster 2023-12-08T00:08:12.013000+0000 mgr.a (mgr.14403) 16602 : cluster 0 pgmap v12396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:13.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:08:13.189 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:13.189 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:12 smithi194 bash[32038]: cluster 2023-12-08T00:08:12.013000+0000 mgr.a (mgr.14403) 16602 : cluster 0 pgmap v12396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:12 smithi135 bash[32435]: cluster 2023-12-08T00:08:12.013000+0000 mgr.a (mgr.14403) 16602 : cluster 0 pgmap v12396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:14.092 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:08:14.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:14.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:14.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:14.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:08:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:15 smithi079 bash[28699]: audit 2023-12-08T00:08:13.590785+0000 mgr.a (mgr.14403) 16603 : audit 0 from='client.331593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:15 smithi079 bash[28699]: cluster 2023-12-08T00:08:14.013955+0000 mgr.a (mgr.14403) 16604 : cluster 0 pgmap v12397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:15 smithi194 bash[32038]: audit 2023-12-08T00:08:13.590785+0000 mgr.a (mgr.14403) 16603 : audit 0 from='client.331593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:15 smithi194 bash[32038]: cluster 2023-12-08T00:08:14.013955+0000 mgr.a (mgr.14403) 16604 : cluster 0 pgmap v12397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:15 smithi135 bash[32435]: audit 2023-12-08T00:08:13.590785+0000 mgr.a (mgr.14403) 16603 : audit 0 from='client.331593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:15 smithi135 bash[32435]: cluster 2023-12-08T00:08:14.013955+0000 mgr.a (mgr.14403) 16604 : cluster 0 pgmap v12397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:17 smithi079 bash[28699]: cluster 2023-12-08T00:08:16.014644+0000 mgr.a (mgr.14403) 16605 : cluster 0 pgmap v12398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:17 smithi194 bash[32038]: cluster 2023-12-08T00:08:16.014644+0000 mgr.a (mgr.14403) 16605 : cluster 0 pgmap v12398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:17 smithi135 bash[32435]: cluster 2023-12-08T00:08:16.014644+0000 mgr.a (mgr.14403) 16605 : cluster 0 pgmap v12398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:19.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:08:19.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:19.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:19 smithi079 bash[28699]: cluster 2023-12-08T00:08:18.015223+0000 mgr.a (mgr.14403) 16606 : cluster 0 pgmap v12399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:19 smithi194 bash[32038]: cluster 2023-12-08T00:08:18.015223+0000 mgr.a (mgr.14403) 16606 : cluster 0 pgmap v12399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:19 smithi135 bash[32435]: cluster 2023-12-08T00:08:18.015223+0000 mgr.a (mgr.14403) 16606 : cluster 0 pgmap v12399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:20.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:20.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:20.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:20.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:08:20.002 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:08:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:20 smithi079 bash[28699]: audit 2023-12-08T00:08:19.492583+0000 mgr.a (mgr.14403) 16607 : audit 0 from='client.331671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:20 smithi194 bash[32038]: audit 2023-12-08T00:08:19.492583+0000 mgr.a (mgr.14403) 16607 : audit 0 from='client.331671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:20 smithi135 bash[32435]: audit 2023-12-08T00:08:19.492583+0000 mgr.a (mgr.14403) 16607 : audit 0 from='client.331671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:21 smithi079 bash[28699]: cluster 2023-12-08T00:08:20.016233+0000 mgr.a (mgr.14403) 16608 : cluster 0 pgmap v12400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:21 smithi194 bash[32038]: cluster 2023-12-08T00:08:20.016233+0000 mgr.a (mgr.14403) 16608 : cluster 0 pgmap v12400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:21 smithi135 bash[32435]: cluster 2023-12-08T00:08:20.016233+0000 mgr.a (mgr.14403) 16608 : cluster 0 pgmap v12400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:23.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:22 smithi079 bash[28699]: cluster 2023-12-08T00:08:22.016831+0000 mgr.a (mgr.14403) 16609 : cluster 0 pgmap v12401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:22 smithi194 bash[32038]: cluster 2023-12-08T00:08:22.016831+0000 mgr.a (mgr.14403) 16609 : cluster 0 pgmap v12401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:22 smithi135 bash[32435]: cluster 2023-12-08T00:08:22.016831+0000 mgr.a (mgr.14403) 16609 : cluster 0 pgmap v12401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:25.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:08:25.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:25.009 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:25 smithi079 bash[28699]: cluster 2023-12-08T00:08:24.017593+0000 mgr.a (mgr.14403) 16610 : cluster 0 pgmap v12402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:25 smithi194 bash[32038]: cluster 2023-12-08T00:08:24.017593+0000 mgr.a (mgr.14403) 16610 : cluster 0 pgmap v12402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:25 smithi135 bash[32435]: cluster 2023-12-08T00:08:24.017593+0000 mgr.a (mgr.14403) 16610 : cluster 0 pgmap v12402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:25.923 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:08:25.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:25.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:25.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:25.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:08:26.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:26 smithi079 bash[28699]: audit 2023-12-08T00:08:25.403484+0000 mgr.a (mgr.14403) 16611 : audit 0 from='client.331743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:26.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:26 smithi194 bash[32038]: audit 2023-12-08T00:08:25.403484+0000 mgr.a (mgr.14403) 16611 : audit 0 from='client.331743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:26.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:26 smithi135 bash[32435]: audit 2023-12-08T00:08:25.403484+0000 mgr.a (mgr.14403) 16611 : audit 0 from='client.331743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:27 smithi079 bash[28699]: cluster 2023-12-08T00:08:26.018467+0000 mgr.a (mgr.14403) 16612 : cluster 0 pgmap v12403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:27 smithi194 bash[32038]: cluster 2023-12-08T00:08:26.018467+0000 mgr.a (mgr.14403) 16612 : cluster 0 pgmap v12403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:27 smithi135 bash[32435]: cluster 2023-12-08T00:08:26.018467+0000 mgr.a (mgr.14403) 16612 : cluster 0 pgmap v12403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:29 smithi079 bash[28699]: cluster 2023-12-08T00:08:28.019139+0000 mgr.a (mgr.14403) 16613 : cluster 0 pgmap v12404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:29 smithi194 bash[32038]: cluster 2023-12-08T00:08:28.019139+0000 mgr.a (mgr.14403) 16613 : cluster 0 pgmap v12404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:29 smithi135 bash[32435]: cluster 2023-12-08T00:08:28.019139+0000 mgr.a (mgr.14403) 16613 : cluster 0 pgmap v12404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:30.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:08:30.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:30.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:31 smithi079 bash[28699]: cluster 2023-12-08T00:08:30.019980+0000 mgr.a (mgr.14403) 16614 : cluster 0 pgmap v12405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:31 smithi194 bash[32038]: cluster 2023-12-08T00:08:30.019980+0000 mgr.a (mgr.14403) 16614 : cluster 0 pgmap v12405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:31 smithi135 bash[32435]: cluster 2023-12-08T00:08:30.019980+0000 mgr.a (mgr.14403) 16614 : cluster 0 pgmap v12405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:31.839 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:08:31.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:31.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:31.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:31.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:08:32.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:32 smithi079 bash[28699]: audit 2023-12-08T00:08:31.329167+0000 mgr.a (mgr.14403) 16615 : audit 0 from='client.331821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:32.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:32 smithi194 bash[32038]: audit 2023-12-08T00:08:31.329167+0000 mgr.a (mgr.14403) 16615 : audit 0 from='client.331821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:32.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:32 smithi135 bash[32435]: audit 2023-12-08T00:08:31.329167+0000 mgr.a (mgr.14403) 16615 : audit 0 from='client.331821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:33 smithi079 bash[28699]: cluster 2023-12-08T00:08:32.020680+0000 mgr.a (mgr.14403) 16616 : cluster 0 pgmap v12406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:33 smithi194 bash[32038]: cluster 2023-12-08T00:08:32.020680+0000 mgr.a (mgr.14403) 16616 : cluster 0 pgmap v12406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:33 smithi135 bash[32435]: cluster 2023-12-08T00:08:32.020680+0000 mgr.a (mgr.14403) 16616 : cluster 0 pgmap v12406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:35 smithi079 bash[28699]: cluster 2023-12-08T00:08:34.021505+0000 mgr.a (mgr.14403) 16617 : cluster 0 pgmap v12407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:35 smithi194 bash[32038]: cluster 2023-12-08T00:08:34.021505+0000 mgr.a (mgr.14403) 16617 : cluster 0 pgmap v12407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:35 smithi135 bash[32435]: cluster 2023-12-08T00:08:34.021505+0000 mgr.a (mgr.14403) 16617 : cluster 0 pgmap v12407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:36.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:08:36.843 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:36.843 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:37 smithi079 bash[28699]: cluster 2023-12-08T00:08:36.022077+0000 mgr.a (mgr.14403) 16618 : cluster 0 pgmap v12408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:37 smithi194 bash[32038]: cluster 2023-12-08T00:08:36.022077+0000 mgr.a (mgr.14403) 16618 : cluster 0 pgmap v12408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:37 smithi135 bash[32435]: cluster 2023-12-08T00:08:36.022077+0000 mgr.a (mgr.14403) 16618 : cluster 0 pgmap v12408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:37.731 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:08:37.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:37.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:37.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:37.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:08:38.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:38 smithi079 bash[28699]: audit 2023-12-08T00:08:37.232794+0000 mgr.a (mgr.14403) 16619 : audit 0 from='client.331899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:38.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:38 smithi194 bash[32038]: audit 2023-12-08T00:08:37.232794+0000 mgr.a (mgr.14403) 16619 : audit 0 from='client.331899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:38 smithi135 bash[32435]: audit 2023-12-08T00:08:37.232794+0000 mgr.a (mgr.14403) 16619 : audit 0 from='client.331899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:39 smithi079 bash[28699]: cluster 2023-12-08T00:08:38.022823+0000 mgr.a (mgr.14403) 16620 : cluster 0 pgmap v12409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:39 smithi194 bash[32038]: cluster 2023-12-08T00:08:38.022823+0000 mgr.a (mgr.14403) 16620 : cluster 0 pgmap v12409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:39 smithi135 bash[32435]: cluster 2023-12-08T00:08:38.022823+0000 mgr.a (mgr.14403) 16620 : cluster 0 pgmap v12409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:41 smithi079 bash[28699]: cluster 2023-12-08T00:08:40.023676+0000 mgr.a (mgr.14403) 16621 : cluster 0 pgmap v12410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:41 smithi194 bash[32038]: cluster 2023-12-08T00:08:40.023676+0000 mgr.a (mgr.14403) 16621 : cluster 0 pgmap v12410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:41 smithi135 bash[32435]: cluster 2023-12-08T00:08:40.023676+0000 mgr.a (mgr.14403) 16621 : cluster 0 pgmap v12410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:08:42.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:08:42.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:42.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:42 smithi079 bash[28699]: cluster 2023-12-08T00:08:42.024285+0000 mgr.a (mgr.14403) 16622 : cluster 0 pgmap v12411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:42 smithi194 bash[32038]: cluster 2023-12-08T00:08:42.024285+0000 mgr.a (mgr.14403) 16622 : cluster 0 pgmap v12411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:42 smithi135 bash[32435]: cluster 2023-12-08T00:08:42.024285+0000 mgr.a (mgr.14403) 16622 : cluster 0 pgmap v12411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:43.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:43.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:43.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:43.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:08:43.673 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:08:44.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:43 smithi079 bash[28699]: audit 2023-12-08T00:08:43.148953+0000 mgr.a (mgr.14403) 16623 : audit 0 from='client.331974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:44.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:43 smithi194 bash[32038]: audit 2023-12-08T00:08:43.148953+0000 mgr.a (mgr.14403) 16623 : audit 0 from='client.331974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:44.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:43 smithi135 bash[32435]: audit 2023-12-08T00:08:43.148953+0000 mgr.a (mgr.14403) 16623 : audit 0 from='client.331974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:45.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:44 smithi079 bash[28699]: cluster 2023-12-08T00:08:44.025191+0000 mgr.a (mgr.14403) 16624 : cluster 0 pgmap v12412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:08:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:44 smithi194 bash[32038]: cluster 2023-12-08T00:08:44.025191+0000 mgr.a (mgr.14403) 16624 : cluster 0 pgmap v12412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:08:45.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:44 smithi135 bash[32435]: cluster 2023-12-08T00:08:44.025191+0000 mgr.a (mgr.14403) 16624 : cluster 0 pgmap v12412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:08:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:47 smithi079 bash[28699]: cluster 2023-12-08T00:08:46.025751+0000 mgr.a (mgr.14403) 16625 : cluster 0 pgmap v12413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:08:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:47 smithi194 bash[32038]: cluster 2023-12-08T00:08:46.025751+0000 mgr.a (mgr.14403) 16625 : cluster 0 pgmap v12413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:08:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:47 smithi135 bash[32435]: cluster 2023-12-08T00:08:46.025751+0000 mgr.a (mgr.14403) 16625 : cluster 0 pgmap v12413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:08:48.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:08:48.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:48.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:49 smithi079 bash[28699]: cluster 2023-12-08T00:08:48.026319+0000 mgr.a (mgr.14403) 16626 : cluster 0 pgmap v12414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:08:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:49 smithi194 bash[32038]: cluster 2023-12-08T00:08:48.026319+0000 mgr.a (mgr.14403) 16626 : cluster 0 pgmap v12414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:08:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:49 smithi135 bash[32435]: cluster 2023-12-08T00:08:48.026319+0000 mgr.a (mgr.14403) 16626 : cluster 0 pgmap v12414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:08:49.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:49.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:49.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:49.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:08:49.609 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:08:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:50 smithi079 bash[28699]: audit 2023-12-08T00:08:49.080580+0000 mgr.a (mgr.14403) 16627 : audit 0 from='client.332049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:50.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:50 smithi194 bash[32038]: audit 2023-12-08T00:08:49.080580+0000 mgr.a (mgr.14403) 16627 : audit 0 from='client.332049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:50.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:50 smithi135 bash[32435]: audit 2023-12-08T00:08:49.080580+0000 mgr.a (mgr.14403) 16627 : audit 0 from='client.332049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:51 smithi079 bash[28699]: cluster 2023-12-08T00:08:50.027392+0000 mgr.a (mgr.14403) 16628 : cluster 0 pgmap v12415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:51 smithi194 bash[32038]: cluster 2023-12-08T00:08:50.027392+0000 mgr.a (mgr.14403) 16628 : cluster 0 pgmap v12415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:51.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:51 smithi135 bash[32435]: cluster 2023-12-08T00:08:50.027392+0000 mgr.a (mgr.14403) 16628 : cluster 0 pgmap v12415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:53.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:52 smithi079 bash[28699]: cluster 2023-12-08T00:08:52.027924+0000 mgr.a (mgr.14403) 16629 : cluster 0 pgmap v12416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:52 smithi194 bash[32038]: cluster 2023-12-08T00:08:52.027924+0000 mgr.a (mgr.14403) 16629 : cluster 0 pgmap v12416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:52 smithi135 bash[32435]: cluster 2023-12-08T00:08:52.027924+0000 mgr.a (mgr.14403) 16629 : cluster 0 pgmap v12416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:08:54.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:08:54.611 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:08:54.611 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:08:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:55 smithi079 bash[28699]: cluster 2023-12-08T00:08:54.028676+0000 mgr.a (mgr.14403) 16630 : cluster 0 pgmap v12417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:55 smithi194 bash[32038]: cluster 2023-12-08T00:08:54.028676+0000 mgr.a (mgr.14403) 16630 : cluster 0 pgmap v12417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:55 smithi135 bash[32435]: cluster 2023-12-08T00:08:54.028676+0000 mgr.a (mgr.14403) 16630 : cluster 0 pgmap v12417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:08:55.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:08:55.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:08:55.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:08:55.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:08:55.525 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:08:56.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:56 smithi079 bash[28699]: audit 2023-12-08T00:08:55.009254+0000 mgr.a (mgr.14403) 16631 : audit 0 from='client.332127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:56 smithi194 bash[32038]: audit 2023-12-08T00:08:55.009254+0000 mgr.a (mgr.14403) 16631 : audit 0 from='client.332127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:56 smithi135 bash[32435]: audit 2023-12-08T00:08:55.009254+0000 mgr.a (mgr.14403) 16631 : audit 0 from='client.332127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:08:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:57 smithi079 bash[28699]: cluster 2023-12-08T00:08:56.029415+0000 mgr.a (mgr.14403) 16632 : cluster 0 pgmap v12418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:08:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:57 smithi194 bash[32038]: cluster 2023-12-08T00:08:56.029415+0000 mgr.a (mgr.14403) 16632 : cluster 0 pgmap v12418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:08:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:57 smithi135 bash[32435]: cluster 2023-12-08T00:08:56.029415+0000 mgr.a (mgr.14403) 16632 : cluster 0 pgmap v12418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:08:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:58 smithi079 bash[28699]: audit 2023-12-08T00:08:57.104258+0000 mon.a (mon.0) 2753 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:08:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:58 smithi079 bash[28699]: audit 2023-12-08T00:08:57.896614+0000 mon.a (mon.0) 2754 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:08:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:58 smithi079 bash[28699]: audit 2023-12-08T00:08:57.898274+0000 mon.a (mon.0) 2755 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:08:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:58 smithi079 bash[28699]: audit 2023-12-08T00:08:57.906946+0000 mon.a (mon.0) 2756 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:08:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:58 smithi194 bash[32038]: audit 2023-12-08T00:08:57.104258+0000 mon.a (mon.0) 2753 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:08:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:58 smithi194 bash[32038]: audit 2023-12-08T00:08:57.896614+0000 mon.a (mon.0) 2754 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:08:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:58 smithi194 bash[32038]: audit 2023-12-08T00:08:57.898274+0000 mon.a (mon.0) 2755 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:08:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:58 smithi194 bash[32038]: audit 2023-12-08T00:08:57.906946+0000 mon.a (mon.0) 2756 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:08:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:58 smithi135 bash[32435]: audit 2023-12-08T00:08:57.104258+0000 mon.a (mon.0) 2753 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:08:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:58 smithi135 bash[32435]: audit 2023-12-08T00:08:57.896614+0000 mon.a (mon.0) 2754 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:08:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:58 smithi135 bash[32435]: audit 2023-12-08T00:08:57.898274+0000 mon.a (mon.0) 2755 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:08:58.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:58 smithi135 bash[32435]: audit 2023-12-08T00:08:57.906946+0000 mon.a (mon.0) 2756 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:08:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:08:59 smithi079 bash[28699]: cluster 2023-12-08T00:08:58.030031+0000 mgr.a (mgr.14403) 16633 : cluster 0 pgmap v12419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:08:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:08:59 smithi194 bash[32038]: cluster 2023-12-08T00:08:58.030031+0000 mgr.a (mgr.14403) 16633 : cluster 0 pgmap v12419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:08:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:08:59 smithi135 bash[32435]: cluster 2023-12-08T00:08:58.030031+0000 mgr.a (mgr.14403) 16633 : cluster 0 pgmap v12419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:09:00.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:09:00.528 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:00.528 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:01 smithi079 bash[28699]: cluster 2023-12-08T00:09:00.031008+0000 mgr.a (mgr.14403) 16634 : cluster 0 pgmap v12420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:09:01.423 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:09:01.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:01.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:01.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:01.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:09:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:01 smithi194 bash[32038]: cluster 2023-12-08T00:09:00.031008+0000 mgr.a (mgr.14403) 16634 : cluster 0 pgmap v12420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:09:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:01 smithi135 bash[32435]: cluster 2023-12-08T00:09:00.031008+0000 mgr.a (mgr.14403) 16634 : cluster 0 pgmap v12420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:09:02.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:02 smithi079 bash[28699]: audit 2023-12-08T00:09:00.925352+0000 mgr.a (mgr.14403) 16635 : audit 0 from='client.332205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:02 smithi194 bash[32038]: audit 2023-12-08T00:09:00.925352+0000 mgr.a (mgr.14403) 16635 : audit 0 from='client.332205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:02.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:02 smithi135 bash[32435]: audit 2023-12-08T00:09:00.925352+0000 mgr.a (mgr.14403) 16635 : audit 0 from='client.332205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:03 smithi079 bash[28699]: cluster 2023-12-08T00:09:02.031739+0000 mgr.a (mgr.14403) 16636 : cluster 0 pgmap v12421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:03 smithi194 bash[32038]: cluster 2023-12-08T00:09:02.031739+0000 mgr.a (mgr.14403) 16636 : cluster 0 pgmap v12421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:03 smithi135 bash[32435]: cluster 2023-12-08T00:09:02.031739+0000 mgr.a (mgr.14403) 16636 : cluster 0 pgmap v12421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:05 smithi079 bash[28699]: cluster 2023-12-08T00:09:04.032555+0000 mgr.a (mgr.14403) 16637 : cluster 0 pgmap v12422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:05 smithi194 bash[32038]: cluster 2023-12-08T00:09:04.032555+0000 mgr.a (mgr.14403) 16637 : cluster 0 pgmap v12422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:05 smithi135 bash[32435]: cluster 2023-12-08T00:09:04.032555+0000 mgr.a (mgr.14403) 16637 : cluster 0 pgmap v12422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:06.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:09:06.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:06.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:07.323 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:09:07.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:07.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:07.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:07.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:09:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:07 smithi079 bash[28699]: cluster 2023-12-08T00:09:06.033107+0000 mgr.a (mgr.14403) 16638 : cluster 0 pgmap v12423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:07 smithi194 bash[32038]: cluster 2023-12-08T00:09:06.033107+0000 mgr.a (mgr.14403) 16638 : cluster 0 pgmap v12423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:07 smithi135 bash[32435]: cluster 2023-12-08T00:09:06.033107+0000 mgr.a (mgr.14403) 16638 : cluster 0 pgmap v12423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:08.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:08 smithi079 bash[28699]: audit 2023-12-08T00:09:06.826875+0000 mgr.a (mgr.14403) 16639 : audit 0 from='client.332280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:08.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:08 smithi194 bash[32038]: audit 2023-12-08T00:09:06.826875+0000 mgr.a (mgr.14403) 16639 : audit 0 from='client.332280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:08.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:08 smithi135 bash[32435]: audit 2023-12-08T00:09:06.826875+0000 mgr.a (mgr.14403) 16639 : audit 0 from='client.332280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:09 smithi079 bash[28699]: cluster 2023-12-08T00:09:08.033863+0000 mgr.a (mgr.14403) 16640 : cluster 0 pgmap v12424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:09 smithi194 bash[32038]: cluster 2023-12-08T00:09:08.033863+0000 mgr.a (mgr.14403) 16640 : cluster 0 pgmap v12424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:09 smithi135 bash[32435]: cluster 2023-12-08T00:09:08.033863+0000 mgr.a (mgr.14403) 16640 : cluster 0 pgmap v12424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:11 smithi079 bash[28699]: cluster 2023-12-08T00:09:10.034666+0000 mgr.a (mgr.14403) 16641 : cluster 0 pgmap v12425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:11 smithi194 bash[32038]: cluster 2023-12-08T00:09:10.034666+0000 mgr.a (mgr.14403) 16641 : cluster 0 pgmap v12425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:11 smithi135 bash[32435]: cluster 2023-12-08T00:09:10.034666+0000 mgr.a (mgr.14403) 16641 : cluster 0 pgmap v12425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:12.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:09:12.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:12.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:12 smithi079 bash[28699]: cluster 2023-12-08T00:09:12.035415+0000 mgr.a (mgr.14403) 16642 : cluster 0 pgmap v12426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:12 smithi194 bash[32038]: cluster 2023-12-08T00:09:12.035415+0000 mgr.a (mgr.14403) 16642 : cluster 0 pgmap v12426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:12 smithi135 bash[32435]: cluster 2023-12-08T00:09:12.035415+0000 mgr.a (mgr.14403) 16642 : cluster 0 pgmap v12426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:13.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:13.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:13.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:13.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:09:13.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:09:14.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:13 smithi079 bash[28699]: audit 2023-12-08T00:09:12.725676+0000 mgr.a (mgr.14403) 16643 : audit 0 from='client.332358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:14.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:13 smithi194 bash[32038]: audit 2023-12-08T00:09:12.725676+0000 mgr.a (mgr.14403) 16643 : audit 0 from='client.332358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:14.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:13 smithi135 bash[32435]: audit 2023-12-08T00:09:12.725676+0000 mgr.a (mgr.14403) 16643 : audit 0 from='client.332358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:15.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:14 smithi079 bash[28699]: cluster 2023-12-08T00:09:14.036355+0000 mgr.a (mgr.14403) 16644 : cluster 0 pgmap v12427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:14 smithi194 bash[32038]: cluster 2023-12-08T00:09:14.036355+0000 mgr.a (mgr.14403) 16644 : cluster 0 pgmap v12427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:14 smithi135 bash[32435]: cluster 2023-12-08T00:09:14.036355+0000 mgr.a (mgr.14403) 16644 : cluster 0 pgmap v12427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:17 smithi079 bash[28699]: cluster 2023-12-08T00:09:16.036930+0000 mgr.a (mgr.14403) 16645 : cluster 0 pgmap v12428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:17 smithi194 bash[32038]: cluster 2023-12-08T00:09:16.036930+0000 mgr.a (mgr.14403) 16645 : cluster 0 pgmap v12428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:17 smithi135 bash[32435]: cluster 2023-12-08T00:09:16.036930+0000 mgr.a (mgr.14403) 16645 : cluster 0 pgmap v12428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:18.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:09:18.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:18.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:19.115 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:09:19.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:19.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:19.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:19.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:09:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:19 smithi079 bash[28699]: cluster 2023-12-08T00:09:18.037523+0000 mgr.a (mgr.14403) 16646 : cluster 0 pgmap v12429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:19 smithi194 bash[32038]: cluster 2023-12-08T00:09:18.037523+0000 mgr.a (mgr.14403) 16646 : cluster 0 pgmap v12429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:19 smithi135 bash[32435]: cluster 2023-12-08T00:09:18.037523+0000 mgr.a (mgr.14403) 16646 : cluster 0 pgmap v12429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:20.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:20 smithi079 bash[28699]: audit 2023-12-08T00:09:18.619211+0000 mgr.a (mgr.14403) 16647 : audit 0 from='client.332436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:20.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:20 smithi194 bash[32038]: audit 2023-12-08T00:09:18.619211+0000 mgr.a (mgr.14403) 16647 : audit 0 from='client.332436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:20.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:20 smithi135 bash[32435]: audit 2023-12-08T00:09:18.619211+0000 mgr.a (mgr.14403) 16647 : audit 0 from='client.332436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:21 smithi079 bash[28699]: cluster 2023-12-08T00:09:20.038575+0000 mgr.a (mgr.14403) 16648 : cluster 0 pgmap v12430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:21 smithi194 bash[32038]: cluster 2023-12-08T00:09:20.038575+0000 mgr.a (mgr.14403) 16648 : cluster 0 pgmap v12430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:21.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:21 smithi135 bash[32435]: cluster 2023-12-08T00:09:20.038575+0000 mgr.a (mgr.14403) 16648 : cluster 0 pgmap v12430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:23.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:22 smithi079 bash[28699]: cluster 2023-12-08T00:09:22.039194+0000 mgr.a (mgr.14403) 16649 : cluster 0 pgmap v12431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:22 smithi194 bash[32038]: cluster 2023-12-08T00:09:22.039194+0000 mgr.a (mgr.14403) 16649 : cluster 0 pgmap v12431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:22 smithi135 bash[32435]: cluster 2023-12-08T00:09:22.039194+0000 mgr.a (mgr.14403) 16649 : cluster 0 pgmap v12431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:24.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:09:24.119 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:24.119 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:25.002 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:09:25.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:25.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:25.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:25.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:09:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:25 smithi079 bash[28699]: cluster 2023-12-08T00:09:24.039941+0000 mgr.a (mgr.14403) 16650 : cluster 0 pgmap v12432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:25 smithi079 bash[28699]: audit 2023-12-08T00:09:24.519530+0000 mgr.a (mgr.14403) 16651 : audit 0 from='client.332514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:25 smithi194 bash[32038]: cluster 2023-12-08T00:09:24.039941+0000 mgr.a (mgr.14403) 16650 : cluster 0 pgmap v12432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:25 smithi194 bash[32038]: audit 2023-12-08T00:09:24.519530+0000 mgr.a (mgr.14403) 16651 : audit 0 from='client.332514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:25 smithi135 bash[32435]: cluster 2023-12-08T00:09:24.039941+0000 mgr.a (mgr.14403) 16650 : cluster 0 pgmap v12432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:25 smithi135 bash[32435]: audit 2023-12-08T00:09:24.519530+0000 mgr.a (mgr.14403) 16651 : audit 0 from='client.332514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:27 smithi079 bash[28699]: cluster 2023-12-08T00:09:26.040525+0000 mgr.a (mgr.14403) 16652 : cluster 0 pgmap v12433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:27 smithi194 bash[32038]: cluster 2023-12-08T00:09:26.040525+0000 mgr.a (mgr.14403) 16652 : cluster 0 pgmap v12433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:27 smithi135 bash[32435]: cluster 2023-12-08T00:09:26.040525+0000 mgr.a (mgr.14403) 16652 : cluster 0 pgmap v12433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:29 smithi079 bash[28699]: cluster 2023-12-08T00:09:28.041083+0000 mgr.a (mgr.14403) 16653 : cluster 0 pgmap v12434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:29 smithi194 bash[32038]: cluster 2023-12-08T00:09:28.041083+0000 mgr.a (mgr.14403) 16653 : cluster 0 pgmap v12434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:29 smithi135 bash[32435]: cluster 2023-12-08T00:09:28.041083+0000 mgr.a (mgr.14403) 16653 : cluster 0 pgmap v12434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:30.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:09:30.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:30.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:30.905 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:09:30.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:30.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:30.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:30.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:09:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:31 smithi079 bash[28699]: cluster 2023-12-08T00:09:30.041924+0000 mgr.a (mgr.14403) 16654 : cluster 0 pgmap v12435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:31 smithi079 bash[28699]: audit 2023-12-08T00:09:30.407726+0000 mgr.a (mgr.14403) 16655 : audit 0 from='client.332592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:31 smithi194 bash[32038]: cluster 2023-12-08T00:09:30.041924+0000 mgr.a (mgr.14403) 16654 : cluster 0 pgmap v12435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:31 smithi194 bash[32038]: audit 2023-12-08T00:09:30.407726+0000 mgr.a (mgr.14403) 16655 : audit 0 from='client.332592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:31 smithi135 bash[32435]: cluster 2023-12-08T00:09:30.041924+0000 mgr.a (mgr.14403) 16654 : cluster 0 pgmap v12435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:31 smithi135 bash[32435]: audit 2023-12-08T00:09:30.407726+0000 mgr.a (mgr.14403) 16655 : audit 0 from='client.332592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:32 smithi079 bash[28699]: cluster 2023-12-08T00:09:32.042660+0000 mgr.a (mgr.14403) 16656 : cluster 0 pgmap v12436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:32 smithi194 bash[32038]: cluster 2023-12-08T00:09:32.042660+0000 mgr.a (mgr.14403) 16656 : cluster 0 pgmap v12436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:32 smithi135 bash[32435]: cluster 2023-12-08T00:09:32.042660+0000 mgr.a (mgr.14403) 16656 : cluster 0 pgmap v12436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:35 smithi079 bash[28699]: cluster 2023-12-08T00:09:34.043447+0000 mgr.a (mgr.14403) 16657 : cluster 0 pgmap v12437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:35 smithi194 bash[32038]: cluster 2023-12-08T00:09:34.043447+0000 mgr.a (mgr.14403) 16657 : cluster 0 pgmap v12437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:35 smithi135 bash[32435]: cluster 2023-12-08T00:09:34.043447+0000 mgr.a (mgr.14403) 16657 : cluster 0 pgmap v12437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:35.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:09:35.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:35.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:36.851 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:09:36.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:36.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:36.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:36.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:09:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:37 smithi079 bash[28699]: cluster 2023-12-08T00:09:36.043878+0000 mgr.a (mgr.14403) 16658 : cluster 0 pgmap v12438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:37 smithi079 bash[28699]: audit 2023-12-08T00:09:36.315473+0000 mgr.a (mgr.14403) 16659 : audit 0 from='client.332670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:37 smithi194 bash[32038]: cluster 2023-12-08T00:09:36.043878+0000 mgr.a (mgr.14403) 16658 : cluster 0 pgmap v12438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:37.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:37 smithi194 bash[32038]: audit 2023-12-08T00:09:36.315473+0000 mgr.a (mgr.14403) 16659 : audit 0 from='client.332670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:37 smithi135 bash[32435]: cluster 2023-12-08T00:09:36.043878+0000 mgr.a (mgr.14403) 16658 : cluster 0 pgmap v12438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:37 smithi135 bash[32435]: audit 2023-12-08T00:09:36.315473+0000 mgr.a (mgr.14403) 16659 : audit 0 from='client.332670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:39 smithi079 bash[28699]: cluster 2023-12-08T00:09:38.044449+0000 mgr.a (mgr.14403) 16660 : cluster 0 pgmap v12439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:39 smithi194 bash[32038]: cluster 2023-12-08T00:09:38.044449+0000 mgr.a (mgr.14403) 16660 : cluster 0 pgmap v12439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:39 smithi135 bash[32435]: cluster 2023-12-08T00:09:38.044449+0000 mgr.a (mgr.14403) 16660 : cluster 0 pgmap v12439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:41.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:41 smithi079 bash[28699]: cluster 2023-12-08T00:09:40.045317+0000 mgr.a (mgr.14403) 16661 : cluster 0 pgmap v12440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:41 smithi194 bash[32038]: cluster 2023-12-08T00:09:40.045317+0000 mgr.a (mgr.14403) 16661 : cluster 0 pgmap v12440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:41 smithi135 bash[32435]: cluster 2023-12-08T00:09:40.045317+0000 mgr.a (mgr.14403) 16661 : cluster 0 pgmap v12440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:41.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:09:41.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:41.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:42.742 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:09:42.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:42.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:42.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:42.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:09:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:42 smithi079 bash[28699]: cluster 2023-12-08T00:09:42.045811+0000 mgr.a (mgr.14403) 16662 : cluster 0 pgmap v12441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:42 smithi079 bash[28699]: audit 2023-12-08T00:09:42.248923+0000 mgr.a (mgr.14403) 16663 : audit 0 from='client.332745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:42 smithi194 bash[32038]: cluster 2023-12-08T00:09:42.045811+0000 mgr.a (mgr.14403) 16662 : cluster 0 pgmap v12441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:42 smithi194 bash[32038]: audit 2023-12-08T00:09:42.248923+0000 mgr.a (mgr.14403) 16663 : audit 0 from='client.332745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:42 smithi135 bash[32435]: cluster 2023-12-08T00:09:42.045811+0000 mgr.a (mgr.14403) 16662 : cluster 0 pgmap v12441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:42 smithi135 bash[32435]: audit 2023-12-08T00:09:42.248923+0000 mgr.a (mgr.14403) 16663 : audit 0 from='client.332745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:45 smithi079 bash[28699]: cluster 2023-12-08T00:09:44.046684+0000 mgr.a (mgr.14403) 16664 : cluster 0 pgmap v12442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:45 smithi194 bash[32038]: cluster 2023-12-08T00:09:44.046684+0000 mgr.a (mgr.14403) 16664 : cluster 0 pgmap v12442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:45 smithi135 bash[32435]: cluster 2023-12-08T00:09:44.046684+0000 mgr.a (mgr.14403) 16664 : cluster 0 pgmap v12442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:09:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:47 smithi079 bash[28699]: cluster 2023-12-08T00:09:46.047328+0000 mgr.a (mgr.14403) 16665 : cluster 0 pgmap v12443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:47 smithi194 bash[32038]: cluster 2023-12-08T00:09:46.047328+0000 mgr.a (mgr.14403) 16665 : cluster 0 pgmap v12443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:47 smithi135 bash[32435]: cluster 2023-12-08T00:09:46.047328+0000 mgr.a (mgr.14403) 16665 : cluster 0 pgmap v12443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:47.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:09:47.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:47.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:48.630 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:09:48.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:48.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:48.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:48.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:09:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:49 smithi079 bash[28699]: cluster 2023-12-08T00:09:48.047872+0000 mgr.a (mgr.14403) 16666 : cluster 0 pgmap v12444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:49.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:49 smithi079 bash[28699]: audit 2023-12-08T00:09:48.140068+0000 mgr.a (mgr.14403) 16667 : audit 0 from='client.332823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:49 smithi194 bash[32038]: cluster 2023-12-08T00:09:48.047872+0000 mgr.a (mgr.14403) 16666 : cluster 0 pgmap v12444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:49 smithi194 bash[32038]: audit 2023-12-08T00:09:48.140068+0000 mgr.a (mgr.14403) 16667 : audit 0 from='client.332823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:49 smithi135 bash[32435]: cluster 2023-12-08T00:09:48.047872+0000 mgr.a (mgr.14403) 16666 : cluster 0 pgmap v12444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:49 smithi135 bash[32435]: audit 2023-12-08T00:09:48.140068+0000 mgr.a (mgr.14403) 16667 : audit 0 from='client.332823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:51.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:51 smithi079 bash[28699]: cluster 2023-12-08T00:09:50.048708+0000 mgr.a (mgr.14403) 16668 : cluster 0 pgmap v12445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:09:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:51 smithi194 bash[32038]: cluster 2023-12-08T00:09:50.048708+0000 mgr.a (mgr.14403) 16668 : cluster 0 pgmap v12445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:09:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:51 smithi135 bash[32435]: cluster 2023-12-08T00:09:50.048708+0000 mgr.a (mgr.14403) 16668 : cluster 0 pgmap v12445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:09:53.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:52 smithi079 bash[28699]: cluster 2023-12-08T00:09:52.049257+0000 mgr.a (mgr.14403) 16669 : cluster 0 pgmap v12446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:09:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:52 smithi194 bash[32038]: cluster 2023-12-08T00:09:52.049257+0000 mgr.a (mgr.14403) 16669 : cluster 0 pgmap v12446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:09:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:52 smithi135 bash[32435]: cluster 2023-12-08T00:09:52.049257+0000 mgr.a (mgr.14403) 16669 : cluster 0 pgmap v12446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:09:53.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:09:53.632 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:53.633 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:09:54.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:09:54.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:09:54.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:09:54.559 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:09:54.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:09:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:55 smithi079 bash[28699]: audit 2023-12-08T00:09:54.037331+0000 mgr.a (mgr.14403) 16670 : audit 0 from='client.332892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:55 smithi079 bash[28699]: cluster 2023-12-08T00:09:54.053427+0000 mgr.a (mgr.14403) 16671 : cluster 0 pgmap v12447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:55 smithi194 bash[32038]: audit 2023-12-08T00:09:54.037331+0000 mgr.a (mgr.14403) 16670 : audit 0 from='client.332892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:55 smithi194 bash[32038]: cluster 2023-12-08T00:09:54.053427+0000 mgr.a (mgr.14403) 16671 : cluster 0 pgmap v12447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:55 smithi135 bash[32435]: audit 2023-12-08T00:09:54.037331+0000 mgr.a (mgr.14403) 16670 : audit 0 from='client.332892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:09:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:55 smithi135 bash[32435]: cluster 2023-12-08T00:09:54.053427+0000 mgr.a (mgr.14403) 16671 : cluster 0 pgmap v12447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:09:57.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:57 smithi079 bash[28699]: cluster 2023-12-08T00:09:56.054216+0000 mgr.a (mgr.14403) 16672 : cluster 0 pgmap v12448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:57 smithi194 bash[32038]: cluster 2023-12-08T00:09:56.054216+0000 mgr.a (mgr.14403) 16672 : cluster 0 pgmap v12448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:57 smithi135 bash[32435]: cluster 2023-12-08T00:09:56.054216+0000 mgr.a (mgr.14403) 16672 : cluster 0 pgmap v12448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:58.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:58 smithi079 bash[28699]: audit 2023-12-08T00:09:58.009623+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:09:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:58 smithi194 bash[32038]: audit 2023-12-08T00:09:58.009623+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:09:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:58 smithi135 bash[32435]: audit 2023-12-08T00:09:58.009623+0000 mon.a (mon.0) 2757 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:09:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:59 smithi079 bash[28699]: cluster 2023-12-08T00:09:58.054822+0000 mgr.a (mgr.14403) 16673 : cluster 0 pgmap v12449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:59 smithi079 bash[28699]: audit 2023-12-08T00:09:58.808087+0000 mon.a (mon.0) 2758 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:09:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:59 smithi079 bash[28699]: audit 2023-12-08T00:09:58.810109+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:09:59.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:09:59 smithi079 bash[28699]: audit 2023-12-08T00:09:58.820192+0000 mon.a (mon.0) 2760 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:09:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:59 smithi194 bash[32038]: cluster 2023-12-08T00:09:58.054822+0000 mgr.a (mgr.14403) 16673 : cluster 0 pgmap v12449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:59 smithi194 bash[32038]: audit 2023-12-08T00:09:58.808087+0000 mon.a (mon.0) 2758 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:09:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:59 smithi194 bash[32038]: audit 2023-12-08T00:09:58.810109+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:09:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:09:59 smithi194 bash[32038]: audit 2023-12-08T00:09:58.820192+0000 mon.a (mon.0) 2760 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:09:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:59 smithi135 bash[32435]: cluster 2023-12-08T00:09:58.054822+0000 mgr.a (mgr.14403) 16673 : cluster 0 pgmap v12449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:09:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:59 smithi135 bash[32435]: audit 2023-12-08T00:09:58.808087+0000 mon.a (mon.0) 2758 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:09:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:59 smithi135 bash[32435]: audit 2023-12-08T00:09:58.810109+0000 mon.a (mon.0) 2759 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:09:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:09:59 smithi135 bash[32435]: audit 2023-12-08T00:09:58.820192+0000 mon.a (mon.0) 2760 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:09:59.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:09:59.563 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:09:59.563 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:00.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:00 smithi079 bash[28699]: cluster 2023-12-08T00:10:00.000110+0000 mon.a (mon.0) 2761 : cluster 1 overall HEALTH_OK 2023-12-08T00:10:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:00 smithi194 bash[32038]: cluster 2023-12-08T00:10:00.000110+0000 mon.a (mon.0) 2761 : cluster 1 overall HEALTH_OK 2023-12-08T00:10:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:00 smithi135 bash[32435]: cluster 2023-12-08T00:10:00.000110+0000 mon.a (mon.0) 2761 : cluster 1 overall HEALTH_OK 2023-12-08T00:10:00.484 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:10:00.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:00.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:00.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:00.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:10:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:01 smithi079 bash[28699]: audit 2023-12-08T00:09:59.972934+0000 mgr.a (mgr.14403) 16674 : audit 0 from='client.332967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:01.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:01 smithi079 bash[28699]: cluster 2023-12-08T00:10:00.055790+0000 mgr.a (mgr.14403) 16675 : cluster 0 pgmap v12450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:01 smithi194 bash[32038]: audit 2023-12-08T00:09:59.972934+0000 mgr.a (mgr.14403) 16674 : audit 0 from='client.332967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:01 smithi194 bash[32038]: cluster 2023-12-08T00:10:00.055790+0000 mgr.a (mgr.14403) 16675 : cluster 0 pgmap v12450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:01 smithi135 bash[32435]: audit 2023-12-08T00:09:59.972934+0000 mgr.a (mgr.14403) 16674 : audit 0 from='client.332967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:01 smithi135 bash[32435]: cluster 2023-12-08T00:10:00.055790+0000 mgr.a (mgr.14403) 16675 : cluster 0 pgmap v12450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:02 smithi079 bash[28699]: cluster 2023-12-08T00:10:02.056423+0000 mgr.a (mgr.14403) 16676 : cluster 0 pgmap v12451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:10:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:02 smithi194 bash[32038]: cluster 2023-12-08T00:10:02.056423+0000 mgr.a (mgr.14403) 16676 : cluster 0 pgmap v12451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:10:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:02 smithi135 bash[32435]: cluster 2023-12-08T00:10:02.056423+0000 mgr.a (mgr.14403) 16676 : cluster 0 pgmap v12451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:10:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:05 smithi079 bash[28699]: cluster 2023-12-08T00:10:04.057232+0000 mgr.a (mgr.14403) 16677 : cluster 0 pgmap v12452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:10:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:05 smithi194 bash[32038]: cluster 2023-12-08T00:10:04.057232+0000 mgr.a (mgr.14403) 16677 : cluster 0 pgmap v12452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:10:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:05 smithi135 bash[32435]: cluster 2023-12-08T00:10:04.057232+0000 mgr.a (mgr.14403) 16677 : cluster 0 pgmap v12452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:10:05.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:10:05.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:05.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:06.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:06.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:06.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:06.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:10:06.405 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:10:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:07 smithi079 bash[28699]: audit 2023-12-08T00:10:05.884691+0000 mgr.a (mgr.14403) 16678 : audit 0 from='client.333042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:07 smithi079 bash[28699]: cluster 2023-12-08T00:10:06.058123+0000 mgr.a (mgr.14403) 16679 : cluster 0 pgmap v12453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:07 smithi194 bash[32038]: audit 2023-12-08T00:10:05.884691+0000 mgr.a (mgr.14403) 16678 : audit 0 from='client.333042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:07 smithi194 bash[32038]: cluster 2023-12-08T00:10:06.058123+0000 mgr.a (mgr.14403) 16679 : cluster 0 pgmap v12453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:07 smithi135 bash[32435]: audit 2023-12-08T00:10:05.884691+0000 mgr.a (mgr.14403) 16678 : audit 0 from='client.333042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:07 smithi135 bash[32435]: cluster 2023-12-08T00:10:06.058123+0000 mgr.a (mgr.14403) 16679 : cluster 0 pgmap v12453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:09.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:09 smithi079 bash[28699]: cluster 2023-12-08T00:10:08.058962+0000 mgr.a (mgr.14403) 16680 : cluster 0 pgmap v12454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:09 smithi194 bash[32038]: cluster 2023-12-08T00:10:08.058962+0000 mgr.a (mgr.14403) 16680 : cluster 0 pgmap v12454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:09 smithi135 bash[32435]: cluster 2023-12-08T00:10:08.058962+0000 mgr.a (mgr.14403) 16680 : cluster 0 pgmap v12454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:11 smithi079 bash[28699]: cluster 2023-12-08T00:10:10.059895+0000 mgr.a (mgr.14403) 16681 : cluster 0 pgmap v12455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:11.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:10:11.409 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:11.409 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:11 smithi194 bash[32038]: cluster 2023-12-08T00:10:10.059895+0000 mgr.a (mgr.14403) 16681 : cluster 0 pgmap v12455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:11 smithi135 bash[32435]: cluster 2023-12-08T00:10:10.059895+0000 mgr.a (mgr.14403) 16681 : cluster 0 pgmap v12455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:12.300 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:10:12.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:12.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:12.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:12.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:10:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:12 smithi079 bash[28699]: audit 2023-12-08T00:10:11.809237+0000 mgr.a (mgr.14403) 16682 : audit 0 from='client.333120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:12 smithi079 bash[28699]: cluster 2023-12-08T00:10:12.062568+0000 mgr.a (mgr.14403) 16683 : cluster 0 pgmap v12456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:12 smithi194 bash[32038]: audit 2023-12-08T00:10:11.809237+0000 mgr.a (mgr.14403) 16682 : audit 0 from='client.333120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:12 smithi194 bash[32038]: cluster 2023-12-08T00:10:12.062568+0000 mgr.a (mgr.14403) 16683 : cluster 0 pgmap v12456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:12 smithi135 bash[32435]: audit 2023-12-08T00:10:11.809237+0000 mgr.a (mgr.14403) 16682 : audit 0 from='client.333120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:12 smithi135 bash[32435]: cluster 2023-12-08T00:10:12.062568+0000 mgr.a (mgr.14403) 16683 : cluster 0 pgmap v12456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:15 smithi079 bash[28699]: cluster 2023-12-08T00:10:14.063567+0000 mgr.a (mgr.14403) 16684 : cluster 0 pgmap v12457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:15 smithi194 bash[32038]: cluster 2023-12-08T00:10:14.063567+0000 mgr.a (mgr.14403) 16684 : cluster 0 pgmap v12457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:15 smithi135 bash[32435]: cluster 2023-12-08T00:10:14.063567+0000 mgr.a (mgr.14403) 16684 : cluster 0 pgmap v12457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:17.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:10:17.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:17.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:17.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:17 smithi079 bash[28699]: cluster 2023-12-08T00:10:16.064105+0000 mgr.a (mgr.14403) 16685 : cluster 0 pgmap v12458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:17 smithi194 bash[32038]: cluster 2023-12-08T00:10:16.064105+0000 mgr.a (mgr.14403) 16685 : cluster 0 pgmap v12458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:17 smithi135 bash[32435]: cluster 2023-12-08T00:10:16.064105+0000 mgr.a (mgr.14403) 16685 : cluster 0 pgmap v12458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:18.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:18.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:18.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:18.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:10:18.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:10:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:19 smithi079 bash[28699]: audit 2023-12-08T00:10:17.715938+0000 mgr.a (mgr.14403) 16686 : audit 0 from='client.333195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:19.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:19 smithi079 bash[28699]: cluster 2023-12-08T00:10:18.064559+0000 mgr.a (mgr.14403) 16687 : cluster 0 pgmap v12459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:19 smithi194 bash[32038]: audit 2023-12-08T00:10:17.715938+0000 mgr.a (mgr.14403) 16686 : audit 0 from='client.333195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:19 smithi194 bash[32038]: cluster 2023-12-08T00:10:18.064559+0000 mgr.a (mgr.14403) 16687 : cluster 0 pgmap v12459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:19 smithi135 bash[32435]: audit 2023-12-08T00:10:17.715938+0000 mgr.a (mgr.14403) 16686 : audit 0 from='client.333195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:19 smithi135 bash[32435]: cluster 2023-12-08T00:10:18.064559+0000 mgr.a (mgr.14403) 16687 : cluster 0 pgmap v12459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:21.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:21 smithi079 bash[28699]: cluster 2023-12-08T00:10:20.065466+0000 mgr.a (mgr.14403) 16688 : cluster 0 pgmap v12460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:21 smithi194 bash[32038]: cluster 2023-12-08T00:10:20.065466+0000 mgr.a (mgr.14403) 16688 : cluster 0 pgmap v12460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:21 smithi135 bash[32435]: cluster 2023-12-08T00:10:20.065466+0000 mgr.a (mgr.14403) 16688 : cluster 0 pgmap v12460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:23.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:22 smithi079 bash[28699]: cluster 2023-12-08T00:10:22.066012+0000 mgr.a (mgr.14403) 16689 : cluster 0 pgmap v12461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:22 smithi194 bash[32038]: cluster 2023-12-08T00:10:22.066012+0000 mgr.a (mgr.14403) 16689 : cluster 0 pgmap v12461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:22 smithi135 bash[32435]: cluster 2023-12-08T00:10:22.066012+0000 mgr.a (mgr.14403) 16689 : cluster 0 pgmap v12461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:23.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:10:23.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:23.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:24.132 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:10:24.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:24.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:24.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:24.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:10:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:25 smithi079 bash[28699]: audit 2023-12-08T00:10:23.620988+0000 mgr.a (mgr.14403) 16690 : audit 0 from='client.333273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:25 smithi079 bash[28699]: cluster 2023-12-08T00:10:24.067318+0000 mgr.a (mgr.14403) 16691 : cluster 0 pgmap v12462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:25 smithi194 bash[32038]: audit 2023-12-08T00:10:23.620988+0000 mgr.a (mgr.14403) 16690 : audit 0 from='client.333273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:25 smithi194 bash[32038]: cluster 2023-12-08T00:10:24.067318+0000 mgr.a (mgr.14403) 16691 : cluster 0 pgmap v12462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:25 smithi135 bash[32435]: audit 2023-12-08T00:10:23.620988+0000 mgr.a (mgr.14403) 16690 : audit 0 from='client.333273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:25 smithi135 bash[32435]: cluster 2023-12-08T00:10:24.067318+0000 mgr.a (mgr.14403) 16691 : cluster 0 pgmap v12462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:27.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:27 smithi079 bash[28699]: cluster 2023-12-08T00:10:26.068007+0000 mgr.a (mgr.14403) 16692 : cluster 0 pgmap v12463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:27 smithi194 bash[32038]: cluster 2023-12-08T00:10:26.068007+0000 mgr.a (mgr.14403) 16692 : cluster 0 pgmap v12463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:27 smithi135 bash[32435]: cluster 2023-12-08T00:10:26.068007+0000 mgr.a (mgr.14403) 16692 : cluster 0 pgmap v12463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:29.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:10:29.135 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:29.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:29.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:29 smithi079 bash[28699]: cluster 2023-12-08T00:10:28.068658+0000 mgr.a (mgr.14403) 16693 : cluster 0 pgmap v12464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:29 smithi194 bash[32038]: cluster 2023-12-08T00:10:28.068658+0000 mgr.a (mgr.14403) 16693 : cluster 0 pgmap v12464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:29 smithi135 bash[32435]: cluster 2023-12-08T00:10:28.068658+0000 mgr.a (mgr.14403) 16693 : cluster 0 pgmap v12464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:30.042 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:10:30.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:30.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:30.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:30.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:10:30.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:30 smithi079 bash[28699]: audit 2023-12-08T00:10:29.532254+0000 mgr.a (mgr.14403) 16694 : audit 0 from='client.333348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:30 smithi194 bash[32038]: audit 2023-12-08T00:10:29.532254+0000 mgr.a (mgr.14403) 16694 : audit 0 from='client.333348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:30.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:30 smithi135 bash[32435]: audit 2023-12-08T00:10:29.532254+0000 mgr.a (mgr.14403) 16694 : audit 0 from='client.333348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:31 smithi079 bash[28699]: cluster 2023-12-08T00:10:30.069783+0000 mgr.a (mgr.14403) 16695 : cluster 0 pgmap v12465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:31 smithi194 bash[32038]: cluster 2023-12-08T00:10:30.069783+0000 mgr.a (mgr.14403) 16695 : cluster 0 pgmap v12465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:31 smithi135 bash[32435]: cluster 2023-12-08T00:10:30.069783+0000 mgr.a (mgr.14403) 16695 : cluster 0 pgmap v12465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:32 smithi079 bash[28699]: cluster 2023-12-08T00:10:32.070503+0000 mgr.a (mgr.14403) 16696 : cluster 0 pgmap v12466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:32 smithi194 bash[32038]: cluster 2023-12-08T00:10:32.070503+0000 mgr.a (mgr.14403) 16696 : cluster 0 pgmap v12466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:32 smithi135 bash[32435]: cluster 2023-12-08T00:10:32.070503+0000 mgr.a (mgr.14403) 16696 : cluster 0 pgmap v12466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:10:35.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:10:35.046 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:35.046 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:35 smithi079 bash[28699]: cluster 2023-12-08T00:10:34.071429+0000 mgr.a (mgr.14403) 16697 : cluster 0 pgmap v12467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:35 smithi194 bash[32038]: cluster 2023-12-08T00:10:34.071429+0000 mgr.a (mgr.14403) 16697 : cluster 0 pgmap v12467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:35 smithi135 bash[32435]: cluster 2023-12-08T00:10:34.071429+0000 mgr.a (mgr.14403) 16697 : cluster 0 pgmap v12467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:35.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:35.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:35.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:35.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:10:35.957 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:10:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:36 smithi079 bash[28699]: audit 2023-12-08T00:10:35.450479+0000 mgr.a (mgr.14403) 16698 : audit 0 from='client.333426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:36 smithi194 bash[32038]: audit 2023-12-08T00:10:35.450479+0000 mgr.a (mgr.14403) 16698 : audit 0 from='client.333426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:36.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:36 smithi135 bash[32435]: audit 2023-12-08T00:10:35.450479+0000 mgr.a (mgr.14403) 16698 : audit 0 from='client.333426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:37 smithi079 bash[28699]: cluster 2023-12-08T00:10:36.072192+0000 mgr.a (mgr.14403) 16699 : cluster 0 pgmap v12468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:37 smithi194 bash[32038]: cluster 2023-12-08T00:10:36.072192+0000 mgr.a (mgr.14403) 16699 : cluster 0 pgmap v12468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:37 smithi135 bash[32435]: cluster 2023-12-08T00:10:36.072192+0000 mgr.a (mgr.14403) 16699 : cluster 0 pgmap v12468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:39.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:39 smithi079 bash[28699]: cluster 2023-12-08T00:10:38.072744+0000 mgr.a (mgr.14403) 16700 : cluster 0 pgmap v12469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:39 smithi194 bash[32038]: cluster 2023-12-08T00:10:38.072744+0000 mgr.a (mgr.14403) 16700 : cluster 0 pgmap v12469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:39 smithi135 bash[32435]: cluster 2023-12-08T00:10:38.072744+0000 mgr.a (mgr.14403) 16700 : cluster 0 pgmap v12469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:40.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:10:40.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:40.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:41 smithi194 bash[32038]: cluster 2023-12-08T00:10:40.073702+0000 mgr.a (mgr.14403) 16701 : cluster 0 pgmap v12470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:41 smithi135 bash[32435]: cluster 2023-12-08T00:10:40.073702+0000 mgr.a (mgr.14403) 16701 : cluster 0 pgmap v12470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:41 smithi079 bash[28699]: cluster 2023-12-08T00:10:40.073702+0000 mgr.a (mgr.14403) 16701 : cluster 0 pgmap v12470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:41.885 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:10:41.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:41.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:41.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:41.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:10:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:42 smithi194 bash[32038]: audit 2023-12-08T00:10:41.364402+0000 mgr.a (mgr.14403) 16702 : audit 0 from='client.333501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:42.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:42 smithi135 bash[32435]: audit 2023-12-08T00:10:41.364402+0000 mgr.a (mgr.14403) 16702 : audit 0 from='client.333501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:42 smithi079 bash[28699]: audit 2023-12-08T00:10:41.364402+0000 mgr.a (mgr.14403) 16702 : audit 0 from='client.333501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:43 smithi194 bash[32038]: cluster 2023-12-08T00:10:42.074408+0000 mgr.a (mgr.14403) 16703 : cluster 0 pgmap v12471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:43 smithi135 bash[32435]: cluster 2023-12-08T00:10:42.074408+0000 mgr.a (mgr.14403) 16703 : cluster 0 pgmap v12471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:43.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:43 smithi079 bash[28699]: cluster 2023-12-08T00:10:42.074408+0000 mgr.a (mgr.14403) 16703 : cluster 0 pgmap v12471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:45.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:45 smithi194 bash[32038]: cluster 2023-12-08T00:10:44.075366+0000 mgr.a (mgr.14403) 16704 : cluster 0 pgmap v12472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:45 smithi135 bash[32435]: cluster 2023-12-08T00:10:44.075366+0000 mgr.a (mgr.14403) 16704 : cluster 0 pgmap v12472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:45.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:45 smithi079 bash[28699]: cluster 2023-12-08T00:10:44.075366+0000 mgr.a (mgr.14403) 16704 : cluster 0 pgmap v12472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:46.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:10:46.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:46.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:47 smithi194 bash[32038]: cluster 2023-12-08T00:10:46.076002+0000 mgr.a (mgr.14403) 16705 : cluster 0 pgmap v12473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:47 smithi135 bash[32435]: cluster 2023-12-08T00:10:46.076002+0000 mgr.a (mgr.14403) 16705 : cluster 0 pgmap v12473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:47 smithi079 bash[28699]: cluster 2023-12-08T00:10:46.076002+0000 mgr.a (mgr.14403) 16705 : cluster 0 pgmap v12473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:47.786 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:10:47.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:47.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:47.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:47.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:10:48.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:48 smithi194 bash[32038]: audit 2023-12-08T00:10:47.290920+0000 mgr.a (mgr.14403) 16706 : audit 0 from='client.333579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:48.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:48 smithi135 bash[32435]: audit 2023-12-08T00:10:47.290920+0000 mgr.a (mgr.14403) 16706 : audit 0 from='client.333579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:48.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:48 smithi079 bash[28699]: audit 2023-12-08T00:10:47.290920+0000 mgr.a (mgr.14403) 16706 : audit 0 from='client.333579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:49 smithi194 bash[32038]: cluster 2023-12-08T00:10:48.076677+0000 mgr.a (mgr.14403) 16707 : cluster 0 pgmap v12474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:49 smithi135 bash[32435]: cluster 2023-12-08T00:10:48.076677+0000 mgr.a (mgr.14403) 16707 : cluster 0 pgmap v12474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:49 smithi079 bash[28699]: cluster 2023-12-08T00:10:48.076677+0000 mgr.a (mgr.14403) 16707 : cluster 0 pgmap v12474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:51 smithi194 bash[32038]: cluster 2023-12-08T00:10:50.077224+0000 mgr.a (mgr.14403) 16708 : cluster 0 pgmap v12475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:51 smithi135 bash[32435]: cluster 2023-12-08T00:10:50.077224+0000 mgr.a (mgr.14403) 16708 : cluster 0 pgmap v12475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:51 smithi079 bash[28699]: cluster 2023-12-08T00:10:50.077224+0000 mgr.a (mgr.14403) 16708 : cluster 0 pgmap v12475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:10:52.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:10:52.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:52.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:53.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:52 smithi079 bash[28699]: cluster 2023-12-08T00:10:52.077792+0000 mgr.a (mgr.14403) 16709 : cluster 0 pgmap v12476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:52 smithi194 bash[32038]: cluster 2023-12-08T00:10:52.077792+0000 mgr.a (mgr.14403) 16709 : cluster 0 pgmap v12476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:53.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:52 smithi135 bash[32435]: cluster 2023-12-08T00:10:52.077792+0000 mgr.a (mgr.14403) 16709 : cluster 0 pgmap v12476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:10:53.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:53.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:53.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:53.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:10:53.679 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:10:54.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:53 smithi079 bash[28699]: audit 2023-12-08T00:10:53.189895+0000 mgr.a (mgr.14403) 16710 : audit 0 from='client.333654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:54.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:53 smithi194 bash[32038]: audit 2023-12-08T00:10:53.189895+0000 mgr.a (mgr.14403) 16710 : audit 0 from='client.333654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:54.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:53 smithi135 bash[32435]: audit 2023-12-08T00:10:53.189895+0000 mgr.a (mgr.14403) 16710 : audit 0 from='client.333654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:10:55.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:54 smithi079 bash[28699]: cluster 2023-12-08T00:10:54.078694+0000 mgr.a (mgr.14403) 16711 : cluster 0 pgmap v12477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:10:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:54 smithi194 bash[32038]: cluster 2023-12-08T00:10:54.078694+0000 mgr.a (mgr.14403) 16711 : cluster 0 pgmap v12477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:10:55.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:54 smithi135 bash[32435]: cluster 2023-12-08T00:10:54.078694+0000 mgr.a (mgr.14403) 16711 : cluster 0 pgmap v12477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:10:57.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:57 smithi079 bash[28699]: cluster 2023-12-08T00:10:56.079271+0000 mgr.a (mgr.14403) 16712 : cluster 0 pgmap v12478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:10:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:57 smithi194 bash[32038]: cluster 2023-12-08T00:10:56.079271+0000 mgr.a (mgr.14403) 16712 : cluster 0 pgmap v12478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:10:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:57 smithi135 bash[32435]: cluster 2023-12-08T00:10:56.079271+0000 mgr.a (mgr.14403) 16712 : cluster 0 pgmap v12478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:10:58.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:10:58.683 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:10:58.683 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:10:59.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:59 smithi079 bash[28699]: cluster 2023-12-08T00:10:58.079814+0000 mgr.a (mgr.14403) 16713 : cluster 0 pgmap v12479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:10:59.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:10:59 smithi079 bash[28699]: audit 2023-12-08T00:10:58.922960+0000 mon.a (mon.0) 2762 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:10:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:59 smithi194 bash[32038]: cluster 2023-12-08T00:10:58.079814+0000 mgr.a (mgr.14403) 16713 : cluster 0 pgmap v12479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:10:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:10:59 smithi194 bash[32038]: audit 2023-12-08T00:10:58.922960+0000 mon.a (mon.0) 2762 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:10:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:59 smithi135 bash[32435]: cluster 2023-12-08T00:10:58.079814+0000 mgr.a (mgr.14403) 16713 : cluster 0 pgmap v12479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:10:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:10:59 smithi135 bash[32435]: audit 2023-12-08T00:10:58.922960+0000 mon.a (mon.0) 2762 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:10:59.592 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:10:59.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:10:59.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:10:59.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:10:59.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:11:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:00 smithi194 bash[32038]: audit 2023-12-08T00:10:59.094811+0000 mgr.a (mgr.14403) 16714 : audit 0 from='client.333732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:00 smithi194 bash[32038]: audit 2023-12-08T00:10:59.673258+0000 mon.a (mon.0) 2763 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:11:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:00 smithi194 bash[32038]: audit 2023-12-08T00:10:59.675236+0000 mon.a (mon.0) 2764 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:11:00.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:00 smithi194 bash[32038]: audit 2023-12-08T00:10:59.683919+0000 mon.a (mon.0) 2765 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:11:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:00 smithi135 bash[32435]: audit 2023-12-08T00:10:59.094811+0000 mgr.a (mgr.14403) 16714 : audit 0 from='client.333732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:00 smithi135 bash[32435]: audit 2023-12-08T00:10:59.673258+0000 mon.a (mon.0) 2763 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:11:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:00 smithi135 bash[32435]: audit 2023-12-08T00:10:59.675236+0000 mon.a (mon.0) 2764 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:11:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:00 smithi135 bash[32435]: audit 2023-12-08T00:10:59.683919+0000 mon.a (mon.0) 2765 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:11:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:00 smithi079 bash[28699]: audit 2023-12-08T00:10:59.094811+0000 mgr.a (mgr.14403) 16714 : audit 0 from='client.333732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:00 smithi079 bash[28699]: audit 2023-12-08T00:10:59.673258+0000 mon.a (mon.0) 2763 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:11:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:00 smithi079 bash[28699]: audit 2023-12-08T00:10:59.675236+0000 mon.a (mon.0) 2764 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:11:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:00 smithi079 bash[28699]: audit 2023-12-08T00:10:59.683919+0000 mon.a (mon.0) 2765 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:11:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:01 smithi194 bash[32038]: cluster 2023-12-08T00:11:00.080797+0000 mgr.a (mgr.14403) 16715 : cluster 0 pgmap v12480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:01 smithi135 bash[32435]: cluster 2023-12-08T00:11:00.080797+0000 mgr.a (mgr.14403) 16715 : cluster 0 pgmap v12480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:01 smithi079 bash[28699]: cluster 2023-12-08T00:11:00.080797+0000 mgr.a (mgr.14403) 16715 : cluster 0 pgmap v12480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:02 smithi079 bash[28699]: cluster 2023-12-08T00:11:02.081398+0000 mgr.a (mgr.14403) 16716 : cluster 0 pgmap v12481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:02 smithi194 bash[32038]: cluster 2023-12-08T00:11:02.081398+0000 mgr.a (mgr.14403) 16716 : cluster 0 pgmap v12481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:02 smithi135 bash[32435]: cluster 2023-12-08T00:11:02.081398+0000 mgr.a (mgr.14403) 16716 : cluster 0 pgmap v12481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:04.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:11:04.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:04.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:05 smithi079 bash[28699]: cluster 2023-12-08T00:11:04.082226+0000 mgr.a (mgr.14403) 16717 : cluster 0 pgmap v12482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:05 smithi194 bash[32038]: cluster 2023-12-08T00:11:04.082226+0000 mgr.a (mgr.14403) 16717 : cluster 0 pgmap v12482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:05 smithi135 bash[32435]: cluster 2023-12-08T00:11:04.082226+0000 mgr.a (mgr.14403) 16717 : cluster 0 pgmap v12482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:05.533 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:11:05.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:05.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:05.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:05.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:11:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:06 smithi194 bash[32038]: audit 2023-12-08T00:11:05.002652+0000 mgr.a (mgr.14403) 16718 : audit 0 from='client.333807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:06 smithi135 bash[32435]: audit 2023-12-08T00:11:05.002652+0000 mgr.a (mgr.14403) 16718 : audit 0 from='client.333807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:06.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:06 smithi079 bash[28699]: audit 2023-12-08T00:11:05.002652+0000 mgr.a (mgr.14403) 16718 : audit 0 from='client.333807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:07 smithi194 bash[32038]: cluster 2023-12-08T00:11:06.082918+0000 mgr.a (mgr.14403) 16719 : cluster 0 pgmap v12483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:11:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:07 smithi135 bash[32435]: cluster 2023-12-08T00:11:06.082918+0000 mgr.a (mgr.14403) 16719 : cluster 0 pgmap v12483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:11:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:07 smithi079 bash[28699]: cluster 2023-12-08T00:11:06.082918+0000 mgr.a (mgr.14403) 16719 : cluster 0 pgmap v12483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:11:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:09 smithi194 bash[32038]: cluster 2023-12-08T00:11:08.083596+0000 mgr.a (mgr.14403) 16720 : cluster 0 pgmap v12484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:11:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:09 smithi135 bash[32435]: cluster 2023-12-08T00:11:08.083596+0000 mgr.a (mgr.14403) 16720 : cluster 0 pgmap v12484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:11:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:09 smithi079 bash[28699]: cluster 2023-12-08T00:11:08.083596+0000 mgr.a (mgr.14403) 16720 : cluster 0 pgmap v12484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:11:10.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:11:10.537 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:10.537 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:11 smithi194 bash[32038]: cluster 2023-12-08T00:11:10.084530+0000 mgr.a (mgr.14403) 16721 : cluster 0 pgmap v12485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:11:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:11 smithi135 bash[32435]: cluster 2023-12-08T00:11:10.084530+0000 mgr.a (mgr.14403) 16721 : cluster 0 pgmap v12485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:11:11.465 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:11:11.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:11.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:11.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:11.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:11:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:11 smithi079 bash[28699]: cluster 2023-12-08T00:11:10.084530+0000 mgr.a (mgr.14403) 16721 : cluster 0 pgmap v12485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:11:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:12 smithi194 bash[32038]: audit 2023-12-08T00:11:10.941082+0000 mgr.a (mgr.14403) 16722 : audit 0 from='client.333882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:12.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:12 smithi135 bash[32435]: audit 2023-12-08T00:11:10.941082+0000 mgr.a (mgr.14403) 16722 : audit 0 from='client.333882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:12 smithi079 bash[28699]: audit 2023-12-08T00:11:10.941082+0000 mgr.a (mgr.14403) 16722 : audit 0 from='client.333882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:13 smithi194 bash[32038]: cluster 2023-12-08T00:11:12.085272+0000 mgr.a (mgr.14403) 16723 : cluster 0 pgmap v12486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:13 smithi135 bash[32435]: cluster 2023-12-08T00:11:12.085272+0000 mgr.a (mgr.14403) 16723 : cluster 0 pgmap v12486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:13.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:13 smithi079 bash[28699]: cluster 2023-12-08T00:11:12.085272+0000 mgr.a (mgr.14403) 16723 : cluster 0 pgmap v12486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:15 smithi194 bash[32038]: cluster 2023-12-08T00:11:14.086082+0000 mgr.a (mgr.14403) 16724 : cluster 0 pgmap v12487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:15 smithi135 bash[32435]: cluster 2023-12-08T00:11:14.086082+0000 mgr.a (mgr.14403) 16724 : cluster 0 pgmap v12487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:15.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:15 smithi079 bash[28699]: cluster 2023-12-08T00:11:14.086082+0000 mgr.a (mgr.14403) 16724 : cluster 0 pgmap v12487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:16.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:11:16.470 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:16.470 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:17.397 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:11:17.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:17.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:17.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:17.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:11:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:17 smithi194 bash[32038]: cluster 2023-12-08T00:11:16.086719+0000 mgr.a (mgr.14403) 16725 : cluster 0 pgmap v12488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:17 smithi135 bash[32435]: cluster 2023-12-08T00:11:16.086719+0000 mgr.a (mgr.14403) 16725 : cluster 0 pgmap v12488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:17 smithi079 bash[28699]: cluster 2023-12-08T00:11:16.086719+0000 mgr.a (mgr.14403) 16725 : cluster 0 pgmap v12488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:18.459 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:18 smithi194 bash[32038]: audit 2023-12-08T00:11:16.876357+0000 mgr.a (mgr.14403) 16726 : audit 0 from='client.333954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:18.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:18 smithi135 bash[32435]: audit 2023-12-08T00:11:16.876357+0000 mgr.a (mgr.14403) 16726 : audit 0 from='client.333954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:18.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:18 smithi079 bash[28699]: audit 2023-12-08T00:11:16.876357+0000 mgr.a (mgr.14403) 16726 : audit 0 from='client.333954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:19 smithi194 bash[32038]: cluster 2023-12-08T00:11:18.087434+0000 mgr.a (mgr.14403) 16727 : cluster 0 pgmap v12489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:19 smithi135 bash[32435]: cluster 2023-12-08T00:11:18.087434+0000 mgr.a (mgr.14403) 16727 : cluster 0 pgmap v12489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:19 smithi079 bash[28699]: cluster 2023-12-08T00:11:18.087434+0000 mgr.a (mgr.14403) 16727 : cluster 0 pgmap v12489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:21 smithi194 bash[32038]: cluster 2023-12-08T00:11:20.088380+0000 mgr.a (mgr.14403) 16728 : cluster 0 pgmap v12490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:21 smithi135 bash[32435]: cluster 2023-12-08T00:11:20.088380+0000 mgr.a (mgr.14403) 16728 : cluster 0 pgmap v12490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:21 smithi079 bash[28699]: cluster 2023-12-08T00:11:20.088380+0000 mgr.a (mgr.14403) 16728 : cluster 0 pgmap v12490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:22.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:11:22.400 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:22.400 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:23.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:22 smithi079 bash[28699]: cluster 2023-12-08T00:11:22.088954+0000 mgr.a (mgr.14403) 16729 : cluster 0 pgmap v12491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:22 smithi194 bash[32038]: cluster 2023-12-08T00:11:22.088954+0000 mgr.a (mgr.14403) 16729 : cluster 0 pgmap v12491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:23.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:22 smithi135 bash[32435]: cluster 2023-12-08T00:11:22.088954+0000 mgr.a (mgr.14403) 16729 : cluster 0 pgmap v12491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:23.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:23.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:23.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:23.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:11:23.329 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:11:24.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:23 smithi079 bash[28699]: audit 2023-12-08T00:11:22.805105+0000 mgr.a (mgr.14403) 16730 : audit 0 from='client.334032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:24.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:23 smithi194 bash[32038]: audit 2023-12-08T00:11:22.805105+0000 mgr.a (mgr.14403) 16730 : audit 0 from='client.334032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:24.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:23 smithi135 bash[32435]: audit 2023-12-08T00:11:22.805105+0000 mgr.a (mgr.14403) 16730 : audit 0 from='client.334032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:25.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:24 smithi079 bash[28699]: cluster 2023-12-08T00:11:24.089886+0000 mgr.a (mgr.14403) 16731 : cluster 0 pgmap v12492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:25.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:24 smithi194 bash[32038]: cluster 2023-12-08T00:11:24.089886+0000 mgr.a (mgr.14403) 16731 : cluster 0 pgmap v12492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:25.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:24 smithi135 bash[32435]: cluster 2023-12-08T00:11:24.089886+0000 mgr.a (mgr.14403) 16731 : cluster 0 pgmap v12492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:27 smithi194 bash[32038]: cluster 2023-12-08T00:11:26.090550+0000 mgr.a (mgr.14403) 16732 : cluster 0 pgmap v12493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:27.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:27 smithi135 bash[32435]: cluster 2023-12-08T00:11:26.090550+0000 mgr.a (mgr.14403) 16732 : cluster 0 pgmap v12493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:27 smithi079 bash[28699]: cluster 2023-12-08T00:11:26.090550+0000 mgr.a (mgr.14403) 16732 : cluster 0 pgmap v12493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:28.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:11:28.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:28.333 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:29.247 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:11:29.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:29.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:29.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:29.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:11:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:29 smithi194 bash[32038]: cluster 2023-12-08T00:11:28.091160+0000 mgr.a (mgr.14403) 16733 : cluster 0 pgmap v12494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:29 smithi135 bash[32435]: cluster 2023-12-08T00:11:28.091160+0000 mgr.a (mgr.14403) 16733 : cluster 0 pgmap v12494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:29 smithi079 bash[28699]: cluster 2023-12-08T00:11:28.091160+0000 mgr.a (mgr.14403) 16733 : cluster 0 pgmap v12494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:30.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:30 smithi194 bash[32038]: audit 2023-12-08T00:11:28.737028+0000 mgr.a (mgr.14403) 16734 : audit 0 from='client.334104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:30 smithi135 bash[32435]: audit 2023-12-08T00:11:28.737028+0000 mgr.a (mgr.14403) 16734 : audit 0 from='client.334104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:30 smithi079 bash[28699]: audit 2023-12-08T00:11:28.737028+0000 mgr.a (mgr.14403) 16734 : audit 0 from='client.334104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:31 smithi194 bash[32038]: cluster 2023-12-08T00:11:30.092160+0000 mgr.a (mgr.14403) 16735 : cluster 0 pgmap v12495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:31 smithi135 bash[32435]: cluster 2023-12-08T00:11:30.092160+0000 mgr.a (mgr.14403) 16735 : cluster 0 pgmap v12495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:31 smithi079 bash[28699]: cluster 2023-12-08T00:11:30.092160+0000 mgr.a (mgr.14403) 16735 : cluster 0 pgmap v12495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:32 smithi079 bash[28699]: cluster 2023-12-08T00:11:32.092739+0000 mgr.a (mgr.14403) 16736 : cluster 0 pgmap v12496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:33.208 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:32 smithi194 bash[32038]: cluster 2023-12-08T00:11:32.092739+0000 mgr.a (mgr.14403) 16736 : cluster 0 pgmap v12496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:32 smithi135 bash[32435]: cluster 2023-12-08T00:11:32.092739+0000 mgr.a (mgr.14403) 16736 : cluster 0 pgmap v12496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:34.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:11:34.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:34.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:35.153 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:11:35.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:35.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:35.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:35.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:11:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:35 smithi194 bash[32038]: cluster 2023-12-08T00:11:34.093516+0000 mgr.a (mgr.14403) 16737 : cluster 0 pgmap v12497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:35 smithi135 bash[32435]: cluster 2023-12-08T00:11:34.093516+0000 mgr.a (mgr.14403) 16737 : cluster 0 pgmap v12497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:35.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:35 smithi079 bash[28699]: cluster 2023-12-08T00:11:34.093516+0000 mgr.a (mgr.14403) 16737 : cluster 0 pgmap v12497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:36.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:36 smithi194 bash[32038]: audit 2023-12-08T00:11:34.656207+0000 mgr.a (mgr.14403) 16738 : audit 0 from='client.334182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:36 smithi135 bash[32435]: audit 2023-12-08T00:11:34.656207+0000 mgr.a (mgr.14403) 16738 : audit 0 from='client.334182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:36.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:36 smithi079 bash[28699]: audit 2023-12-08T00:11:34.656207+0000 mgr.a (mgr.14403) 16738 : audit 0 from='client.334182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:37 smithi194 bash[32038]: cluster 2023-12-08T00:11:36.094219+0000 mgr.a (mgr.14403) 16739 : cluster 0 pgmap v12498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:37 smithi135 bash[32435]: cluster 2023-12-08T00:11:36.094219+0000 mgr.a (mgr.14403) 16739 : cluster 0 pgmap v12498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:37.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:37 smithi079 bash[28699]: cluster 2023-12-08T00:11:36.094219+0000 mgr.a (mgr.14403) 16739 : cluster 0 pgmap v12498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:39 smithi194 bash[32038]: cluster 2023-12-08T00:11:38.094781+0000 mgr.a (mgr.14403) 16740 : cluster 0 pgmap v12499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:39 smithi135 bash[32435]: cluster 2023-12-08T00:11:38.094781+0000 mgr.a (mgr.14403) 16740 : cluster 0 pgmap v12499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:39 smithi079 bash[28699]: cluster 2023-12-08T00:11:38.094781+0000 mgr.a (mgr.14403) 16740 : cluster 0 pgmap v12499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:11:40.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:11:40.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:40.156 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:41.053 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:11:41.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:41.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:41.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:41.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:11:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:41 smithi194 bash[32038]: cluster 2023-12-08T00:11:40.095608+0000 mgr.a (mgr.14403) 16741 : cluster 0 pgmap v12500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:41 smithi194 bash[32038]: audit 2023-12-08T00:11:40.551351+0000 mgr.a (mgr.14403) 16742 : audit 0 from='client.334260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:41 smithi135 bash[32435]: cluster 2023-12-08T00:11:40.095608+0000 mgr.a (mgr.14403) 16741 : cluster 0 pgmap v12500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:41 smithi135 bash[32435]: audit 2023-12-08T00:11:40.551351+0000 mgr.a (mgr.14403) 16742 : audit 0 from='client.334260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:41 smithi079 bash[28699]: cluster 2023-12-08T00:11:40.095608+0000 mgr.a (mgr.14403) 16741 : cluster 0 pgmap v12500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:41 smithi079 bash[28699]: audit 2023-12-08T00:11:40.551351+0000 mgr.a (mgr.14403) 16742 : audit 0 from='client.334260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:42 smithi079 bash[28699]: cluster 2023-12-08T00:11:42.096305+0000 mgr.a (mgr.14403) 16743 : cluster 0 pgmap v12501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:42 smithi194 bash[32038]: cluster 2023-12-08T00:11:42.096305+0000 mgr.a (mgr.14403) 16743 : cluster 0 pgmap v12501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:43.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:42 smithi135 bash[32435]: cluster 2023-12-08T00:11:42.096305+0000 mgr.a (mgr.14403) 16743 : cluster 0 pgmap v12501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:45 smithi194 bash[32038]: cluster 2023-12-08T00:11:44.097134+0000 mgr.a (mgr.14403) 16744 : cluster 0 pgmap v12502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:45 smithi135 bash[32435]: cluster 2023-12-08T00:11:44.097134+0000 mgr.a (mgr.14403) 16744 : cluster 0 pgmap v12502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:45.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:45 smithi079 bash[28699]: cluster 2023-12-08T00:11:44.097134+0000 mgr.a (mgr.14403) 16744 : cluster 0 pgmap v12502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:46.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:11:46.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:46.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:46.952 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:11:46.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:46.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:46.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:46.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:11:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:47 smithi194 bash[32038]: cluster 2023-12-08T00:11:46.097822+0000 mgr.a (mgr.14403) 16745 : cluster 0 pgmap v12503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:47 smithi194 bash[32038]: audit 2023-12-08T00:11:46.456817+0000 mgr.a (mgr.14403) 16746 : audit 0 from='client.334329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:47 smithi135 bash[32435]: cluster 2023-12-08T00:11:46.097822+0000 mgr.a (mgr.14403) 16745 : cluster 0 pgmap v12503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:47 smithi135 bash[32435]: audit 2023-12-08T00:11:46.456817+0000 mgr.a (mgr.14403) 16746 : audit 0 from='client.334329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:47 smithi079 bash[28699]: cluster 2023-12-08T00:11:46.097822+0000 mgr.a (mgr.14403) 16745 : cluster 0 pgmap v12503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:47 smithi079 bash[28699]: audit 2023-12-08T00:11:46.456817+0000 mgr.a (mgr.14403) 16746 : audit 0 from='client.334329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:49 smithi194 bash[32038]: cluster 2023-12-08T00:11:48.098544+0000 mgr.a (mgr.14403) 16747 : cluster 0 pgmap v12504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:49.498 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:49 smithi135 bash[32435]: cluster 2023-12-08T00:11:48.098544+0000 mgr.a (mgr.14403) 16747 : cluster 0 pgmap v12504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:49 smithi079 bash[28699]: cluster 2023-12-08T00:11:48.098544+0000 mgr.a (mgr.14403) 16747 : cluster 0 pgmap v12504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:51 smithi194 bash[32038]: cluster 2023-12-08T00:11:50.099389+0000 mgr.a (mgr.14403) 16748 : cluster 0 pgmap v12505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:51 smithi135 bash[32435]: cluster 2023-12-08T00:11:50.099389+0000 mgr.a (mgr.14403) 16748 : cluster 0 pgmap v12505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:51 smithi079 bash[28699]: cluster 2023-12-08T00:11:50.099389+0000 mgr.a (mgr.14403) 16748 : cluster 0 pgmap v12505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:51.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:11:51.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:51.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:52.877 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:11:52.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:52.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:52.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:52.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:11:53.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:52 smithi079 bash[28699]: cluster 2023-12-08T00:11:52.099847+0000 mgr.a (mgr.14403) 16749 : cluster 0 pgmap v12506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:53.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:52 smithi079 bash[28699]: audit 2023-12-08T00:11:52.359816+0000 mgr.a (mgr.14403) 16750 : audit 0 from='client.334404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:52 smithi194 bash[32038]: cluster 2023-12-08T00:11:52.099847+0000 mgr.a (mgr.14403) 16749 : cluster 0 pgmap v12506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:52 smithi194 bash[32038]: audit 2023-12-08T00:11:52.359816+0000 mgr.a (mgr.14403) 16750 : audit 0 from='client.334404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:52 smithi135 bash[32435]: cluster 2023-12-08T00:11:52.099847+0000 mgr.a (mgr.14403) 16749 : cluster 0 pgmap v12506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:52 smithi135 bash[32435]: audit 2023-12-08T00:11:52.359816+0000 mgr.a (mgr.14403) 16750 : audit 0 from='client.334404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:55 smithi194 bash[32038]: cluster 2023-12-08T00:11:54.100762+0000 mgr.a (mgr.14403) 16751 : cluster 0 pgmap v12507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:55 smithi135 bash[32435]: cluster 2023-12-08T00:11:54.100762+0000 mgr.a (mgr.14403) 16751 : cluster 0 pgmap v12507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:55 smithi079 bash[28699]: cluster 2023-12-08T00:11:54.100762+0000 mgr.a (mgr.14403) 16751 : cluster 0 pgmap v12507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:11:57.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:57 smithi194 bash[32038]: cluster 2023-12-08T00:11:56.101335+0000 mgr.a (mgr.14403) 16752 : cluster 0 pgmap v12508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:57 smithi135 bash[32435]: cluster 2023-12-08T00:11:56.101335+0000 mgr.a (mgr.14403) 16752 : cluster 0 pgmap v12508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:57 smithi079 bash[28699]: cluster 2023-12-08T00:11:56.101335+0000 mgr.a (mgr.14403) 16752 : cluster 0 pgmap v12508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:57.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:11:57.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:11:57.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:11:58.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:11:58.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:11:58.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:11:58.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:11:58.806 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:11:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:59 smithi194 bash[32038]: cluster 2023-12-08T00:11:58.101899+0000 mgr.a (mgr.14403) 16753 : cluster 0 pgmap v12509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:59.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:11:59 smithi194 bash[32038]: audit 2023-12-08T00:11:58.282894+0000 mgr.a (mgr.14403) 16754 : audit 0 from='client.334476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:59 smithi135 bash[32435]: cluster 2023-12-08T00:11:58.101899+0000 mgr.a (mgr.14403) 16753 : cluster 0 pgmap v12509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:59.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:11:59 smithi135 bash[32435]: audit 2023-12-08T00:11:58.282894+0000 mgr.a (mgr.14403) 16754 : audit 0 from='client.334476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:11:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:59 smithi079 bash[28699]: cluster 2023-12-08T00:11:58.101899+0000 mgr.a (mgr.14403) 16753 : cluster 0 pgmap v12509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:11:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:11:59 smithi079 bash[28699]: audit 2023-12-08T00:11:58.282894+0000 mgr.a (mgr.14403) 16754 : audit 0 from='client.334476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:00.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:00 smithi194 bash[32038]: audit 2023-12-08T00:11:59.787241+0000 mon.a (mon.0) 2766 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:12:00.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:00 smithi135 bash[32435]: audit 2023-12-08T00:11:59.787241+0000 mon.a (mon.0) 2766 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:12:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:00 smithi079 bash[28699]: audit 2023-12-08T00:11:59.787241+0000 mon.a (mon.0) 2766 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:12:01.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:01 smithi194 bash[32038]: cluster 2023-12-08T00:12:00.102911+0000 mgr.a (mgr.14403) 16755 : cluster 0 pgmap v12510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:12:01.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:01 smithi135 bash[32435]: cluster 2023-12-08T00:12:00.102911+0000 mgr.a (mgr.14403) 16755 : cluster 0 pgmap v12510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:12:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:01 smithi079 bash[28699]: cluster 2023-12-08T00:12:00.102911+0000 mgr.a (mgr.14403) 16755 : cluster 0 pgmap v12510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:12:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:02 smithi079 bash[28699]: cluster 2023-12-08T00:12:02.103531+0000 mgr.a (mgr.14403) 16756 : cluster 0 pgmap v12511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:12:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:02 smithi194 bash[32038]: cluster 2023-12-08T00:12:02.103531+0000 mgr.a (mgr.14403) 16756 : cluster 0 pgmap v12511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:12:03.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:02 smithi135 bash[32435]: cluster 2023-12-08T00:12:02.103531+0000 mgr.a (mgr.14403) 16756 : cluster 0 pgmap v12511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:12:03.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:12:03.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:03.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:04.730 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:12:04.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:04.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:04.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:04.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:12:05.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:05 smithi194 bash[32038]: cluster 2023-12-08T00:12:04.104275+0000 mgr.a (mgr.14403) 16757 : cluster 0 pgmap v12512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:05.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:05 smithi194 bash[32038]: audit 2023-12-08T00:12:04.211966+0000 mgr.a (mgr.14403) 16758 : audit 0 from='client.334551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:05.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:05 smithi194 bash[32038]: audit 2023-12-08T00:12:05.143305+0000 mon.a (mon.0) 2767 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:05.465 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:05 smithi194 bash[32038]: audit 2023-12-08T00:12:05.150727+0000 mon.a (mon.0) 2768 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:05.466 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:05 smithi135 bash[32435]: cluster 2023-12-08T00:12:04.104275+0000 mgr.a (mgr.14403) 16757 : cluster 0 pgmap v12512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:05.466 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:05 smithi135 bash[32435]: audit 2023-12-08T00:12:04.211966+0000 mgr.a (mgr.14403) 16758 : audit 0 from='client.334551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:05.466 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:05 smithi135 bash[32435]: audit 2023-12-08T00:12:05.143305+0000 mon.a (mon.0) 2767 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:05.466 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:05 smithi135 bash[32435]: audit 2023-12-08T00:12:05.150727+0000 mon.a (mon.0) 2768 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:05.677 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:05 smithi079 bash[28699]: cluster 2023-12-08T00:12:04.104275+0000 mgr.a (mgr.14403) 16757 : cluster 0 pgmap v12512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:05.678 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:05 smithi079 bash[28699]: audit 2023-12-08T00:12:04.211966+0000 mgr.a (mgr.14403) 16758 : audit 0 from='client.334551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:05.678 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:05 smithi079 bash[28699]: audit 2023-12-08T00:12:05.143305+0000 mon.a (mon.0) 2767 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:05.678 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:05 smithi079 bash[28699]: audit 2023-12-08T00:12:05.150727+0000 mon.a (mon.0) 2768 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:06 smithi194 bash[32038]: audit 2023-12-08T00:12:05.191853+0000 mon.a (mon.0) 2769 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:06 smithi194 bash[32038]: audit 2023-12-08T00:12:05.197290+0000 mon.a (mon.0) 2770 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:06 smithi194 bash[32038]: audit 2023-12-08T00:12:05.202658+0000 mon.a (mon.0) 2771 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:06 smithi194 bash[32038]: audit 2023-12-08T00:12:05.207753+0000 mon.a (mon.0) 2772 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:06 smithi194 bash[32038]: audit 2023-12-08T00:12:05.892024+0000 mon.a (mon.0) 2773 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:12:06.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:06 smithi194 bash[32038]: audit 2023-12-08T00:12:05.893774+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:12:06.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:06 smithi194 bash[32038]: audit 2023-12-08T00:12:05.902459+0000 mon.a (mon.0) 2775 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:06 smithi135 bash[32435]: audit 2023-12-08T00:12:05.191853+0000 mon.a (mon.0) 2769 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:06 smithi135 bash[32435]: audit 2023-12-08T00:12:05.197290+0000 mon.a (mon.0) 2770 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:06 smithi135 bash[32435]: audit 2023-12-08T00:12:05.202658+0000 mon.a (mon.0) 2771 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:06 smithi135 bash[32435]: audit 2023-12-08T00:12:05.207753+0000 mon.a (mon.0) 2772 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:06 smithi135 bash[32435]: audit 2023-12-08T00:12:05.892024+0000 mon.a (mon.0) 2773 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:12:06.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:06 smithi135 bash[32435]: audit 2023-12-08T00:12:05.893774+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:12:06.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:06 smithi135 bash[32435]: audit 2023-12-08T00:12:05.902459+0000 mon.a (mon.0) 2775 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:06 smithi079 bash[28699]: audit 2023-12-08T00:12:05.191853+0000 mon.a (mon.0) 2769 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:06 smithi079 bash[28699]: audit 2023-12-08T00:12:05.197290+0000 mon.a (mon.0) 2770 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:06 smithi079 bash[28699]: audit 2023-12-08T00:12:05.202658+0000 mon.a (mon.0) 2771 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:06 smithi079 bash[28699]: audit 2023-12-08T00:12:05.207753+0000 mon.a (mon.0) 2772 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:06.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:06 smithi079 bash[28699]: audit 2023-12-08T00:12:05.892024+0000 mon.a (mon.0) 2773 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:12:06.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:06 smithi079 bash[28699]: audit 2023-12-08T00:12:05.893774+0000 mon.a (mon.0) 2774 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:12:06.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:06 smithi079 bash[28699]: audit 2023-12-08T00:12:05.902459+0000 mon.a (mon.0) 2775 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:12:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:07 smithi194 bash[32038]: cluster 2023-12-08T00:12:06.104934+0000 mgr.a (mgr.14403) 16759 : cluster 0 pgmap v12513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:07 smithi135 bash[32435]: cluster 2023-12-08T00:12:06.104934+0000 mgr.a (mgr.14403) 16759 : cluster 0 pgmap v12513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:07 smithi079 bash[28699]: cluster 2023-12-08T00:12:06.104934+0000 mgr.a (mgr.14403) 16759 : cluster 0 pgmap v12513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:09 smithi194 bash[32038]: cluster 2023-12-08T00:12:08.105522+0000 mgr.a (mgr.14403) 16760 : cluster 0 pgmap v12514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:09 smithi135 bash[32435]: cluster 2023-12-08T00:12:08.105522+0000 mgr.a (mgr.14403) 16760 : cluster 0 pgmap v12514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:09 smithi079 bash[28699]: cluster 2023-12-08T00:12:08.105522+0000 mgr.a (mgr.14403) 16760 : cluster 0 pgmap v12514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:09.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:12:09.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:09.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:10.669 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:12:10.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:10.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:10.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:10.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:12:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:11 smithi135 bash[32435]: cluster 2023-12-08T00:12:10.106260+0000 mgr.a (mgr.14403) 16761 : cluster 0 pgmap v12515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:11 smithi135 bash[32435]: audit 2023-12-08T00:12:10.133190+0000 mgr.a (mgr.14403) 16762 : audit 0 from='client.334629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:11 smithi079 bash[28699]: cluster 2023-12-08T00:12:10.106260+0000 mgr.a (mgr.14403) 16761 : cluster 0 pgmap v12515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:11 smithi079 bash[28699]: audit 2023-12-08T00:12:10.133190+0000 mgr.a (mgr.14403) 16762 : audit 0 from='client.334629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:11 smithi194 bash[32038]: cluster 2023-12-08T00:12:10.106260+0000 mgr.a (mgr.14403) 16761 : cluster 0 pgmap v12515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:11 smithi194 bash[32038]: audit 2023-12-08T00:12:10.133190+0000 mgr.a (mgr.14403) 16762 : audit 0 from='client.334629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:12 smithi079 bash[28699]: cluster 2023-12-08T00:12:12.106873+0000 mgr.a (mgr.14403) 16763 : cluster 0 pgmap v12516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:12:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:12 smithi194 bash[32038]: cluster 2023-12-08T00:12:12.106873+0000 mgr.a (mgr.14403) 16763 : cluster 0 pgmap v12516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:12:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:12 smithi135 bash[32435]: cluster 2023-12-08T00:12:12.106873+0000 mgr.a (mgr.14403) 16763 : cluster 0 pgmap v12516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:12:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:15 smithi194 bash[32038]: cluster 2023-12-08T00:12:14.107646+0000 mgr.a (mgr.14403) 16764 : cluster 0 pgmap v12517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:12:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:15 smithi135 bash[32435]: cluster 2023-12-08T00:12:14.107646+0000 mgr.a (mgr.14403) 16764 : cluster 0 pgmap v12517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:12:15.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:15 smithi079 bash[28699]: cluster 2023-12-08T00:12:14.107646+0000 mgr.a (mgr.14403) 16764 : cluster 0 pgmap v12517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:12:15.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:12:15.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:15.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:16.592 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:12:16.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:16.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:16.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:16.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:12:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:17 smithi194 bash[32038]: audit 2023-12-08T00:12:16.083148+0000 mgr.a (mgr.14403) 16765 : audit 0 from='client.334707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:17 smithi194 bash[32038]: cluster 2023-12-08T00:12:16.108433+0000 mgr.a (mgr.14403) 16766 : cluster 0 pgmap v12518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:17 smithi135 bash[32435]: audit 2023-12-08T00:12:16.083148+0000 mgr.a (mgr.14403) 16765 : audit 0 from='client.334707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:17 smithi135 bash[32435]: cluster 2023-12-08T00:12:16.108433+0000 mgr.a (mgr.14403) 16766 : cluster 0 pgmap v12518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:17 smithi079 bash[28699]: audit 2023-12-08T00:12:16.083148+0000 mgr.a (mgr.14403) 16765 : audit 0 from='client.334707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:17 smithi079 bash[28699]: cluster 2023-12-08T00:12:16.108433+0000 mgr.a (mgr.14403) 16766 : cluster 0 pgmap v12518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:19 smithi194 bash[32038]: cluster 2023-12-08T00:12:18.109145+0000 mgr.a (mgr.14403) 16767 : cluster 0 pgmap v12519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:19 smithi135 bash[32435]: cluster 2023-12-08T00:12:18.109145+0000 mgr.a (mgr.14403) 16767 : cluster 0 pgmap v12519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:19 smithi079 bash[28699]: cluster 2023-12-08T00:12:18.109145+0000 mgr.a (mgr.14403) 16767 : cluster 0 pgmap v12519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:21.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:21 smithi194 bash[32038]: cluster 2023-12-08T00:12:20.109999+0000 mgr.a (mgr.14403) 16768 : cluster 0 pgmap v12520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:21 smithi135 bash[32435]: cluster 2023-12-08T00:12:20.109999+0000 mgr.a (mgr.14403) 16768 : cluster 0 pgmap v12520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:21.594 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:12:21.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:21.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:21 smithi079 bash[28699]: cluster 2023-12-08T00:12:20.109999+0000 mgr.a (mgr.14403) 16768 : cluster 0 pgmap v12520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:22.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:22.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:22.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:22.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:12:22.508 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:12:23.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:22 smithi079 bash[28699]: audit 2023-12-08T00:12:22.000642+0000 mgr.a (mgr.14403) 16769 : audit 0 from='client.334785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:23.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:22 smithi079 bash[28699]: cluster 2023-12-08T00:12:22.110472+0000 mgr.a (mgr.14403) 16770 : cluster 0 pgmap v12521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:22 smithi194 bash[32038]: audit 2023-12-08T00:12:22.000642+0000 mgr.a (mgr.14403) 16769 : audit 0 from='client.334785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:22 smithi194 bash[32038]: cluster 2023-12-08T00:12:22.110472+0000 mgr.a (mgr.14403) 16770 : cluster 0 pgmap v12521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:23.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:22 smithi135 bash[32435]: audit 2023-12-08T00:12:22.000642+0000 mgr.a (mgr.14403) 16769 : audit 0 from='client.334785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:22 smithi135 bash[32435]: cluster 2023-12-08T00:12:22.110472+0000 mgr.a (mgr.14403) 16770 : cluster 0 pgmap v12521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:25 smithi194 bash[32038]: cluster 2023-12-08T00:12:24.111516+0000 mgr.a (mgr.14403) 16771 : cluster 0 pgmap v12522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:25 smithi135 bash[32435]: cluster 2023-12-08T00:12:24.111516+0000 mgr.a (mgr.14403) 16771 : cluster 0 pgmap v12522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:25.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:25 smithi079 bash[28699]: cluster 2023-12-08T00:12:24.111516+0000 mgr.a (mgr.14403) 16771 : cluster 0 pgmap v12522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:27.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:27 smithi194 bash[32038]: cluster 2023-12-08T00:12:26.112257+0000 mgr.a (mgr.14403) 16772 : cluster 0 pgmap v12523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:27 smithi135 bash[32435]: cluster 2023-12-08T00:12:26.112257+0000 mgr.a (mgr.14403) 16772 : cluster 0 pgmap v12523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:27.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:12:27.512 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:27.512 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:27 smithi079 bash[28699]: cluster 2023-12-08T00:12:26.112257+0000 mgr.a (mgr.14403) 16772 : cluster 0 pgmap v12523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:28.419 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:12:28.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:28.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:28.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:28.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:12:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:29 smithi194 bash[32038]: audit 2023-12-08T00:12:27.913703+0000 mgr.a (mgr.14403) 16773 : audit 0 from='client.334860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:29.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:29 smithi194 bash[32038]: cluster 2023-12-08T00:12:28.112945+0000 mgr.a (mgr.14403) 16774 : cluster 0 pgmap v12524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:29 smithi135 bash[32435]: audit 2023-12-08T00:12:27.913703+0000 mgr.a (mgr.14403) 16773 : audit 0 from='client.334860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:29 smithi135 bash[32435]: cluster 2023-12-08T00:12:28.112945+0000 mgr.a (mgr.14403) 16774 : cluster 0 pgmap v12524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:29 smithi079 bash[28699]: audit 2023-12-08T00:12:27.913703+0000 mgr.a (mgr.14403) 16773 : audit 0 from='client.334860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:29 smithi079 bash[28699]: cluster 2023-12-08T00:12:28.112945+0000 mgr.a (mgr.14403) 16774 : cluster 0 pgmap v12524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:31.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:31 smithi194 bash[32038]: cluster 2023-12-08T00:12:30.113860+0000 mgr.a (mgr.14403) 16775 : cluster 0 pgmap v12525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:31.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:31 smithi135 bash[32435]: cluster 2023-12-08T00:12:30.113860+0000 mgr.a (mgr.14403) 16775 : cluster 0 pgmap v12525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:31.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:31 smithi079 bash[28699]: cluster 2023-12-08T00:12:30.113860+0000 mgr.a (mgr.14403) 16775 : cluster 0 pgmap v12525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:32 smithi079 bash[28699]: cluster 2023-12-08T00:12:32.114455+0000 mgr.a (mgr.14403) 16776 : cluster 0 pgmap v12526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:32 smithi194 bash[32038]: cluster 2023-12-08T00:12:32.114455+0000 mgr.a (mgr.14403) 16776 : cluster 0 pgmap v12526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:32 smithi135 bash[32435]: cluster 2023-12-08T00:12:32.114455+0000 mgr.a (mgr.14403) 16776 : cluster 0 pgmap v12526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:33.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:12:33.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:33.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:34.308 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:12:34.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:34.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:34.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:34.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:12:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:35 smithi194 bash[32038]: audit 2023-12-08T00:12:33.820005+0000 mgr.a (mgr.14403) 16777 : audit 0 from='client.334935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:35 smithi194 bash[32038]: cluster 2023-12-08T00:12:34.115069+0000 mgr.a (mgr.14403) 16778 : cluster 0 pgmap v12527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:35 smithi135 bash[32435]: audit 2023-12-08T00:12:33.820005+0000 mgr.a (mgr.14403) 16777 : audit 0 from='client.334935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:35 smithi135 bash[32435]: cluster 2023-12-08T00:12:34.115069+0000 mgr.a (mgr.14403) 16778 : cluster 0 pgmap v12527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:35.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:35 smithi079 bash[28699]: audit 2023-12-08T00:12:33.820005+0000 mgr.a (mgr.14403) 16777 : audit 0 from='client.334935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:35.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:35 smithi079 bash[28699]: cluster 2023-12-08T00:12:34.115069+0000 mgr.a (mgr.14403) 16778 : cluster 0 pgmap v12527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:37 smithi194 bash[32038]: cluster 2023-12-08T00:12:36.115646+0000 mgr.a (mgr.14403) 16779 : cluster 0 pgmap v12528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:37 smithi135 bash[32435]: cluster 2023-12-08T00:12:36.115646+0000 mgr.a (mgr.14403) 16779 : cluster 0 pgmap v12528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:37.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:37 smithi079 bash[28699]: cluster 2023-12-08T00:12:36.115646+0000 mgr.a (mgr.14403) 16779 : cluster 0 pgmap v12528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:39.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:12:39.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:39.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:39 smithi194 bash[32038]: cluster 2023-12-08T00:12:38.116237+0000 mgr.a (mgr.14403) 16780 : cluster 0 pgmap v12529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:39.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:39 smithi135 bash[32435]: cluster 2023-12-08T00:12:38.116237+0000 mgr.a (mgr.14403) 16780 : cluster 0 pgmap v12529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:39 smithi079 bash[28699]: cluster 2023-12-08T00:12:38.116237+0000 mgr.a (mgr.14403) 16780 : cluster 0 pgmap v12529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:40.215 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:12:40.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:40.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:40.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:40.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:12:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:41 smithi194 bash[32038]: audit 2023-12-08T00:12:39.715214+0000 mgr.a (mgr.14403) 16781 : audit 0 from='client.335010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:41 smithi194 bash[32038]: cluster 2023-12-08T00:12:40.117392+0000 mgr.a (mgr.14403) 16782 : cluster 0 pgmap v12530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:41 smithi135 bash[32435]: audit 2023-12-08T00:12:39.715214+0000 mgr.a (mgr.14403) 16781 : audit 0 from='client.335010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:41.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:41 smithi135 bash[32435]: cluster 2023-12-08T00:12:40.117392+0000 mgr.a (mgr.14403) 16782 : cluster 0 pgmap v12530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:41 smithi079 bash[28699]: audit 2023-12-08T00:12:39.715214+0000 mgr.a (mgr.14403) 16781 : audit 0 from='client.335010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:41 smithi079 bash[28699]: cluster 2023-12-08T00:12:40.117392+0000 mgr.a (mgr.14403) 16782 : cluster 0 pgmap v12530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:42 smithi079 bash[28699]: cluster 2023-12-08T00:12:42.117973+0000 mgr.a (mgr.14403) 16783 : cluster 0 pgmap v12531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:42 smithi194 bash[32038]: cluster 2023-12-08T00:12:42.117973+0000 mgr.a (mgr.14403) 16783 : cluster 0 pgmap v12531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:43.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:42 smithi135 bash[32435]: cluster 2023-12-08T00:12:42.117973+0000 mgr.a (mgr.14403) 16783 : cluster 0 pgmap v12531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:12:45.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:12:45.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:45.219 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:45 smithi194 bash[32038]: cluster 2023-12-08T00:12:44.118750+0000 mgr.a (mgr.14403) 16784 : cluster 0 pgmap v12532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:45 smithi135 bash[32435]: cluster 2023-12-08T00:12:44.118750+0000 mgr.a (mgr.14403) 16784 : cluster 0 pgmap v12532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:45.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:45 smithi079 bash[28699]: cluster 2023-12-08T00:12:44.118750+0000 mgr.a (mgr.14403) 16784 : cluster 0 pgmap v12532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:46.109 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:12:46.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:46.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:46.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:46.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:12:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:47 smithi194 bash[32038]: audit 2023-12-08T00:12:45.624071+0000 mgr.a (mgr.14403) 16785 : audit 0 from='client.335085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:47 smithi194 bash[32038]: cluster 2023-12-08T00:12:46.119474+0000 mgr.a (mgr.14403) 16786 : cluster 0 pgmap v12533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:47 smithi135 bash[32435]: audit 2023-12-08T00:12:45.624071+0000 mgr.a (mgr.14403) 16785 : audit 0 from='client.335085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:47 smithi135 bash[32435]: cluster 2023-12-08T00:12:46.119474+0000 mgr.a (mgr.14403) 16786 : cluster 0 pgmap v12533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:47 smithi079 bash[28699]: audit 2023-12-08T00:12:45.624071+0000 mgr.a (mgr.14403) 16785 : audit 0 from='client.335085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:47 smithi079 bash[28699]: cluster 2023-12-08T00:12:46.119474+0000 mgr.a (mgr.14403) 16786 : cluster 0 pgmap v12533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:49.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:49 smithi194 bash[32038]: cluster 2023-12-08T00:12:48.119992+0000 mgr.a (mgr.14403) 16787 : cluster 0 pgmap v12534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:49.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:49 smithi135 bash[32435]: cluster 2023-12-08T00:12:48.119992+0000 mgr.a (mgr.14403) 16787 : cluster 0 pgmap v12534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:49 smithi079 bash[28699]: cluster 2023-12-08T00:12:48.119992+0000 mgr.a (mgr.14403) 16787 : cluster 0 pgmap v12534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:51.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:12:51.112 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:51.113 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:51.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:51 smithi194 bash[32038]: cluster 2023-12-08T00:12:50.120783+0000 mgr.a (mgr.14403) 16788 : cluster 0 pgmap v12535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:51.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:51 smithi135 bash[32435]: cluster 2023-12-08T00:12:50.120783+0000 mgr.a (mgr.14403) 16788 : cluster 0 pgmap v12535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:51 smithi079 bash[28699]: cluster 2023-12-08T00:12:50.120783+0000 mgr.a (mgr.14403) 16788 : cluster 0 pgmap v12535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:52.033 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:12:52.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:52.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:52.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:52.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:12:52.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:52 smithi194 bash[32038]: audit 2023-12-08T00:12:51.515659+0000 mgr.a (mgr.14403) 16789 : audit 0 from='client.335163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:52.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:52 smithi135 bash[32435]: audit 2023-12-08T00:12:51.515659+0000 mgr.a (mgr.14403) 16789 : audit 0 from='client.335163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:52.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:52 smithi079 bash[28699]: audit 2023-12-08T00:12:51.515659+0000 mgr.a (mgr.14403) 16789 : audit 0 from='client.335163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:53 smithi194 bash[32038]: cluster 2023-12-08T00:12:52.121502+0000 mgr.a (mgr.14403) 16790 : cluster 0 pgmap v12536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:53 smithi135 bash[32435]: cluster 2023-12-08T00:12:52.121502+0000 mgr.a (mgr.14403) 16790 : cluster 0 pgmap v12536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:53.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:53 smithi079 bash[28699]: cluster 2023-12-08T00:12:52.121502+0000 mgr.a (mgr.14403) 16790 : cluster 0 pgmap v12536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:55 smithi194 bash[32038]: cluster 2023-12-08T00:12:54.122309+0000 mgr.a (mgr.14403) 16791 : cluster 0 pgmap v12537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:55 smithi135 bash[32435]: cluster 2023-12-08T00:12:54.122309+0000 mgr.a (mgr.14403) 16791 : cluster 0 pgmap v12537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:55 smithi079 bash[28699]: cluster 2023-12-08T00:12:54.122309+0000 mgr.a (mgr.14403) 16791 : cluster 0 pgmap v12537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:12:57.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:12:57.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:12:57.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:12:57.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:57 smithi135 bash[32435]: cluster 2023-12-08T00:12:56.122874+0000 mgr.a (mgr.14403) 16792 : cluster 0 pgmap v12538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:57 smithi079 bash[28699]: cluster 2023-12-08T00:12:56.122874+0000 mgr.a (mgr.14403) 16792 : cluster 0 pgmap v12538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:57 smithi194 bash[32038]: cluster 2023-12-08T00:12:56.122874+0000 mgr.a (mgr.14403) 16792 : cluster 0 pgmap v12538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:57.960 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:12:57.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:12:57.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:12:57.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:12:57.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:12:58.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:58 smithi079 bash[28699]: audit 2023-12-08T00:12:57.443794+0000 mgr.a (mgr.14403) 16793 : audit 0 from='client.335238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:58 smithi194 bash[32038]: audit 2023-12-08T00:12:57.443794+0000 mgr.a (mgr.14403) 16793 : audit 0 from='client.335238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:58.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:58 smithi135 bash[32435]: audit 2023-12-08T00:12:57.443794+0000 mgr.a (mgr.14403) 16793 : audit 0 from='client.335238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:12:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:12:59 smithi079 bash[28699]: cluster 2023-12-08T00:12:58.123619+0000 mgr.a (mgr.14403) 16794 : cluster 0 pgmap v12539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:12:59 smithi194 bash[32038]: cluster 2023-12-08T00:12:58.123619+0000 mgr.a (mgr.14403) 16794 : cluster 0 pgmap v12539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:12:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:12:59 smithi135 bash[32435]: cluster 2023-12-08T00:12:58.123619+0000 mgr.a (mgr.14403) 16794 : cluster 0 pgmap v12539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:01 smithi079 bash[28699]: cluster 2023-12-08T00:13:00.124501+0000 mgr.a (mgr.14403) 16795 : cluster 0 pgmap v12540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:01 smithi194 bash[32038]: cluster 2023-12-08T00:13:00.124501+0000 mgr.a (mgr.14403) 16795 : cluster 0 pgmap v12540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:01.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:01 smithi135 bash[32435]: cluster 2023-12-08T00:13:00.124501+0000 mgr.a (mgr.14403) 16795 : cluster 0 pgmap v12540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:02.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:13:02.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:02.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:02 smithi079 bash[28699]: cluster 2023-12-08T00:13:02.125074+0000 mgr.a (mgr.14403) 16796 : cluster 0 pgmap v12541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:02 smithi194 bash[32038]: cluster 2023-12-08T00:13:02.125074+0000 mgr.a (mgr.14403) 16796 : cluster 0 pgmap v12541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:02 smithi135 bash[32435]: cluster 2023-12-08T00:13:02.125074+0000 mgr.a (mgr.14403) 16796 : cluster 0 pgmap v12541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:03.881 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:13:03.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:03.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:03.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:03.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:13:04.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:03 smithi079 bash[28699]: audit 2023-12-08T00:13:03.364646+0000 mgr.a (mgr.14403) 16797 : audit 0 from='client.335316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:04.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:03 smithi194 bash[32038]: audit 2023-12-08T00:13:03.364646+0000 mgr.a (mgr.14403) 16797 : audit 0 from='client.335316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:04.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:03 smithi135 bash[32435]: audit 2023-12-08T00:13:03.364646+0000 mgr.a (mgr.14403) 16797 : audit 0 from='client.335316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:05.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:04 smithi079 bash[28699]: cluster 2023-12-08T00:13:04.126151+0000 mgr.a (mgr.14403) 16798 : cluster 0 pgmap v12542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:13:05.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:04 smithi194 bash[32038]: cluster 2023-12-08T00:13:04.126151+0000 mgr.a (mgr.14403) 16798 : cluster 0 pgmap v12542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:13:05.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:04 smithi135 bash[32435]: cluster 2023-12-08T00:13:04.126151+0000 mgr.a (mgr.14403) 16798 : cluster 0 pgmap v12542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:13:06.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:06 smithi079 bash[28699]: audit 2023-12-08T00:13:06.006149+0000 mon.a (mon.0) 2776 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:13:06.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:06 smithi194 bash[32038]: audit 2023-12-08T00:13:06.006149+0000 mon.a (mon.0) 2776 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:13:06.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:06 smithi135 bash[32435]: audit 2023-12-08T00:13:06.006149+0000 mon.a (mon.0) 2776 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:13:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:07 smithi079 bash[28699]: cluster 2023-12-08T00:13:06.126728+0000 mgr.a (mgr.14403) 16799 : cluster 0 pgmap v12543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:13:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:07 smithi079 bash[28699]: audit 2023-12-08T00:13:06.745552+0000 mon.a (mon.0) 2777 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:13:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:07 smithi079 bash[28699]: audit 2023-12-08T00:13:06.747494+0000 mon.a (mon.0) 2778 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:13:07.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:07 smithi079 bash[28699]: audit 2023-12-08T00:13:06.755810+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:13:07.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:07 smithi194 bash[32038]: cluster 2023-12-08T00:13:06.126728+0000 mgr.a (mgr.14403) 16799 : cluster 0 pgmap v12543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:13:07.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:07 smithi194 bash[32038]: audit 2023-12-08T00:13:06.745552+0000 mon.a (mon.0) 2777 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:13:07.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:07 smithi194 bash[32038]: audit 2023-12-08T00:13:06.747494+0000 mon.a (mon.0) 2778 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:13:07.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:07 smithi194 bash[32038]: audit 2023-12-08T00:13:06.755810+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:13:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:07 smithi135 bash[32435]: cluster 2023-12-08T00:13:06.126728+0000 mgr.a (mgr.14403) 16799 : cluster 0 pgmap v12543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:13:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:07 smithi135 bash[32435]: audit 2023-12-08T00:13:06.745552+0000 mon.a (mon.0) 2777 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:13:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:07 smithi135 bash[32435]: audit 2023-12-08T00:13:06.747494+0000 mon.a (mon.0) 2778 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:13:07.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:07 smithi135 bash[32435]: audit 2023-12-08T00:13:06.755810+0000 mon.a (mon.0) 2779 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:13:08.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:13:08.884 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:08.884 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:09.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:09 smithi194 bash[32038]: cluster 2023-12-08T00:13:08.127288+0000 mgr.a (mgr.14403) 16800 : cluster 0 pgmap v12544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:13:09.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:09 smithi135 bash[32435]: cluster 2023-12-08T00:13:08.127288+0000 mgr.a (mgr.14403) 16800 : cluster 0 pgmap v12544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:13:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:09 smithi079 bash[28699]: cluster 2023-12-08T00:13:08.127288+0000 mgr.a (mgr.14403) 16800 : cluster 0 pgmap v12544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:13:09.813 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:13:09.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:09.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:09.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:09.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:13:10.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:10 smithi194 bash[32038]: audit 2023-12-08T00:13:09.286364+0000 mgr.a (mgr.14403) 16801 : audit 0 from='client.335391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:10.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:10 smithi135 bash[32435]: audit 2023-12-08T00:13:09.286364+0000 mgr.a (mgr.14403) 16801 : audit 0 from='client.335391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:10 smithi079 bash[28699]: audit 2023-12-08T00:13:09.286364+0000 mgr.a (mgr.14403) 16801 : audit 0 from='client.335391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:11 smithi194 bash[32038]: cluster 2023-12-08T00:13:10.128284+0000 mgr.a (mgr.14403) 16802 : cluster 0 pgmap v12545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:11 smithi135 bash[32435]: cluster 2023-12-08T00:13:10.128284+0000 mgr.a (mgr.14403) 16802 : cluster 0 pgmap v12545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:11 smithi079 bash[28699]: cluster 2023-12-08T00:13:10.128284+0000 mgr.a (mgr.14403) 16802 : cluster 0 pgmap v12545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:12 smithi079 bash[28699]: cluster 2023-12-08T00:13:12.128862+0000 mgr.a (mgr.14403) 16803 : cluster 0 pgmap v12546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:12 smithi194 bash[32038]: cluster 2023-12-08T00:13:12.128862+0000 mgr.a (mgr.14403) 16803 : cluster 0 pgmap v12546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:12 smithi135 bash[32435]: cluster 2023-12-08T00:13:12.128862+0000 mgr.a (mgr.14403) 16803 : cluster 0 pgmap v12546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:14.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:13:14.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:14.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:15 smithi194 bash[32038]: cluster 2023-12-08T00:13:14.129568+0000 mgr.a (mgr.14403) 16804 : cluster 0 pgmap v12547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:15 smithi135 bash[32435]: cluster 2023-12-08T00:13:14.129568+0000 mgr.a (mgr.14403) 16804 : cluster 0 pgmap v12547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:15.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:15 smithi079 bash[28699]: cluster 2023-12-08T00:13:14.129568+0000 mgr.a (mgr.14403) 16804 : cluster 0 pgmap v12547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:15.753 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:13:15.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:15.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:15.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:15.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:13:16.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:16 smithi194 bash[32038]: audit 2023-12-08T00:13:15.220497+0000 mgr.a (mgr.14403) 16805 : audit 0 from='client.335463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:16.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:16 smithi135 bash[32435]: audit 2023-12-08T00:13:15.220497+0000 mgr.a (mgr.14403) 16805 : audit 0 from='client.335463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:16.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:16 smithi079 bash[28699]: audit 2023-12-08T00:13:15.220497+0000 mgr.a (mgr.14403) 16805 : audit 0 from='client.335463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:17 smithi194 bash[32038]: cluster 2023-12-08T00:13:16.130287+0000 mgr.a (mgr.14403) 16806 : cluster 0 pgmap v12548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:13:17.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:17 smithi135 bash[32435]: cluster 2023-12-08T00:13:16.130287+0000 mgr.a (mgr.14403) 16806 : cluster 0 pgmap v12548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:13:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:17 smithi079 bash[28699]: cluster 2023-12-08T00:13:16.130287+0000 mgr.a (mgr.14403) 16806 : cluster 0 pgmap v12548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:13:19.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:19 smithi194 bash[32038]: cluster 2023-12-08T00:13:18.130886+0000 mgr.a (mgr.14403) 16807 : cluster 0 pgmap v12549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:13:19.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:19 smithi135 bash[32435]: cluster 2023-12-08T00:13:18.130886+0000 mgr.a (mgr.14403) 16807 : cluster 0 pgmap v12549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:13:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:19 smithi079 bash[28699]: cluster 2023-12-08T00:13:18.130886+0000 mgr.a (mgr.14403) 16807 : cluster 0 pgmap v12549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:13:20.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:13:20.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:20.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:21.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:21 smithi135 bash[32435]: cluster 2023-12-08T00:13:20.131759+0000 mgr.a (mgr.14403) 16808 : cluster 0 pgmap v12550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:13:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:21 smithi079 bash[28699]: cluster 2023-12-08T00:13:20.131759+0000 mgr.a (mgr.14403) 16808 : cluster 0 pgmap v12550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:13:21.673 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:13:21.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:21.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:21.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:21.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:13:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:21 smithi194 bash[32038]: cluster 2023-12-08T00:13:20.131759+0000 mgr.a (mgr.14403) 16808 : cluster 0 pgmap v12550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:13:22.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:22 smithi135 bash[32435]: audit 2023-12-08T00:13:21.153945+0000 mgr.a (mgr.14403) 16809 : audit 0 from='client.335538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:22.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:22 smithi079 bash[28699]: audit 2023-12-08T00:13:21.153945+0000 mgr.a (mgr.14403) 16809 : audit 0 from='client.335538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:22 smithi194 bash[32038]: audit 2023-12-08T00:13:21.153945+0000 mgr.a (mgr.14403) 16809 : audit 0 from='client.335538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:23.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:23 smithi079 bash[28699]: cluster 2023-12-08T00:13:22.132503+0000 mgr.a (mgr.14403) 16810 : cluster 0 pgmap v12551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:23.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:23 smithi194 bash[32038]: cluster 2023-12-08T00:13:22.132503+0000 mgr.a (mgr.14403) 16810 : cluster 0 pgmap v12551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:23.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:23 smithi135 bash[32435]: cluster 2023-12-08T00:13:22.132503+0000 mgr.a (mgr.14403) 16810 : cluster 0 pgmap v12551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:25.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:25 smithi079 bash[28699]: cluster 2023-12-08T00:13:24.133348+0000 mgr.a (mgr.14403) 16811 : cluster 0 pgmap v12552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:25 smithi194 bash[32038]: cluster 2023-12-08T00:13:24.133348+0000 mgr.a (mgr.14403) 16811 : cluster 0 pgmap v12552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:25.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:25 smithi135 bash[32435]: cluster 2023-12-08T00:13:24.133348+0000 mgr.a (mgr.14403) 16811 : cluster 0 pgmap v12552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:26.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:13:26.677 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:26.677 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:27.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:27.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:27.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:27.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:13:27.577 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:13:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:27 smithi079 bash[28699]: cluster 2023-12-08T00:13:26.133904+0000 mgr.a (mgr.14403) 16812 : cluster 0 pgmap v12553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:27 smithi194 bash[32038]: cluster 2023-12-08T00:13:26.133904+0000 mgr.a (mgr.14403) 16812 : cluster 0 pgmap v12553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:27 smithi135 bash[32435]: cluster 2023-12-08T00:13:26.133904+0000 mgr.a (mgr.14403) 16812 : cluster 0 pgmap v12553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:28.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:28 smithi079 bash[28699]: audit 2023-12-08T00:13:27.084158+0000 mgr.a (mgr.14403) 16813 : audit 0 from='client.335613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:28 smithi194 bash[32038]: audit 2023-12-08T00:13:27.084158+0000 mgr.a (mgr.14403) 16813 : audit 0 from='client.335613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:28.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:28 smithi135 bash[32435]: audit 2023-12-08T00:13:27.084158+0000 mgr.a (mgr.14403) 16813 : audit 0 from='client.335613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:29 smithi079 bash[28699]: cluster 2023-12-08T00:13:28.134578+0000 mgr.a (mgr.14403) 16814 : cluster 0 pgmap v12554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:29.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:29 smithi194 bash[32038]: cluster 2023-12-08T00:13:28.134578+0000 mgr.a (mgr.14403) 16814 : cluster 0 pgmap v12554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:29 smithi135 bash[32435]: cluster 2023-12-08T00:13:28.134578+0000 mgr.a (mgr.14403) 16814 : cluster 0 pgmap v12554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:31 smithi079 bash[28699]: cluster 2023-12-08T00:13:30.135556+0000 mgr.a (mgr.14403) 16815 : cluster 0 pgmap v12555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:31.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:31 smithi194 bash[32038]: cluster 2023-12-08T00:13:30.135556+0000 mgr.a (mgr.14403) 16815 : cluster 0 pgmap v12555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:31 smithi135 bash[32435]: cluster 2023-12-08T00:13:30.135556+0000 mgr.a (mgr.14403) 16815 : cluster 0 pgmap v12555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:32.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:13:32.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:32.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:32 smithi079 bash[28699]: cluster 2023-12-08T00:13:32.136265+0000 mgr.a (mgr.14403) 16816 : cluster 0 pgmap v12556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:32 smithi194 bash[32038]: cluster 2023-12-08T00:13:32.136265+0000 mgr.a (mgr.14403) 16816 : cluster 0 pgmap v12556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:33.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:32 smithi135 bash[32435]: cluster 2023-12-08T00:13:32.136265+0000 mgr.a (mgr.14403) 16816 : cluster 0 pgmap v12556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:33.496 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:13:33.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:33.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:33.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:33.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:13:34.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:33 smithi079 bash[28699]: audit 2023-12-08T00:13:32.989521+0000 mgr.a (mgr.14403) 16817 : audit 0 from='client.335685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:34.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:33 smithi194 bash[32038]: audit 2023-12-08T00:13:32.989521+0000 mgr.a (mgr.14403) 16817 : audit 0 from='client.335685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:34.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:33 smithi135 bash[32435]: audit 2023-12-08T00:13:32.989521+0000 mgr.a (mgr.14403) 16817 : audit 0 from='client.335685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:35.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:34 smithi079 bash[28699]: cluster 2023-12-08T00:13:34.137218+0000 mgr.a (mgr.14403) 16818 : cluster 0 pgmap v12557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:35.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:34 smithi194 bash[32038]: cluster 2023-12-08T00:13:34.137218+0000 mgr.a (mgr.14403) 16818 : cluster 0 pgmap v12557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:34 smithi135 bash[32435]: cluster 2023-12-08T00:13:34.137218+0000 mgr.a (mgr.14403) 16818 : cluster 0 pgmap v12557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:37 smithi194 bash[32038]: cluster 2023-12-08T00:13:36.137764+0000 mgr.a (mgr.14403) 16819 : cluster 0 pgmap v12558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:37.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:37 smithi135 bash[32435]: cluster 2023-12-08T00:13:36.137764+0000 mgr.a (mgr.14403) 16819 : cluster 0 pgmap v12558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:37.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:37 smithi079 bash[28699]: cluster 2023-12-08T00:13:36.137764+0000 mgr.a (mgr.14403) 16819 : cluster 0 pgmap v12558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:38.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:13:38.500 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:38.500 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:39.380 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:13:39.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:39.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:39.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:39.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:13:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:39 smithi194 bash[32038]: cluster 2023-12-08T00:13:38.138453+0000 mgr.a (mgr.14403) 16820 : cluster 0 pgmap v12559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:39.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:39 smithi135 bash[32435]: cluster 2023-12-08T00:13:38.138453+0000 mgr.a (mgr.14403) 16820 : cluster 0 pgmap v12559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:39 smithi079 bash[28699]: cluster 2023-12-08T00:13:38.138453+0000 mgr.a (mgr.14403) 16820 : cluster 0 pgmap v12559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:40.463 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:40 smithi135 bash[32435]: audit 2023-12-08T00:13:38.898277+0000 mgr.a (mgr.14403) 16821 : audit 0 from='client.335760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:40 smithi079 bash[28699]: audit 2023-12-08T00:13:38.898277+0000 mgr.a (mgr.14403) 16821 : audit 0 from='client.335760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:40.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:40 smithi194 bash[32038]: audit 2023-12-08T00:13:38.898277+0000 mgr.a (mgr.14403) 16821 : audit 0 from='client.335760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:41 smithi079 bash[28699]: cluster 2023-12-08T00:13:40.139486+0000 mgr.a (mgr.14403) 16822 : cluster 0 pgmap v12560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:41 smithi194 bash[32038]: cluster 2023-12-08T00:13:40.139486+0000 mgr.a (mgr.14403) 16822 : cluster 0 pgmap v12560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:41 smithi135 bash[32435]: cluster 2023-12-08T00:13:40.139486+0000 mgr.a (mgr.14403) 16822 : cluster 0 pgmap v12560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:42 smithi079 bash[28699]: cluster 2023-12-08T00:13:42.140096+0000 mgr.a (mgr.14403) 16823 : cluster 0 pgmap v12561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:42 smithi194 bash[32038]: cluster 2023-12-08T00:13:42.140096+0000 mgr.a (mgr.14403) 16823 : cluster 0 pgmap v12561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:42 smithi135 bash[32435]: cluster 2023-12-08T00:13:42.140096+0000 mgr.a (mgr.14403) 16823 : cluster 0 pgmap v12561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:44.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:13:44.383 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:44.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:45.280 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:13:45.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:45.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:45.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:45.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:13:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:45 smithi194 bash[32038]: cluster 2023-12-08T00:13:44.140831+0000 mgr.a (mgr.14403) 16824 : cluster 0 pgmap v12562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:45 smithi135 bash[32435]: cluster 2023-12-08T00:13:44.140831+0000 mgr.a (mgr.14403) 16824 : cluster 0 pgmap v12562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:45.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:45 smithi079 bash[28699]: cluster 2023-12-08T00:13:44.140831+0000 mgr.a (mgr.14403) 16824 : cluster 0 pgmap v12562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:46 smithi135 bash[32435]: audit 2023-12-08T00:13:44.781829+0000 mgr.a (mgr.14403) 16825 : audit 0 from='client.335835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:46.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:46 smithi079 bash[28699]: audit 2023-12-08T00:13:44.781829+0000 mgr.a (mgr.14403) 16825 : audit 0 from='client.335835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:46.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:46 smithi194 bash[32038]: audit 2023-12-08T00:13:44.781829+0000 mgr.a (mgr.14403) 16825 : audit 0 from='client.335835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:47 smithi135 bash[32435]: cluster 2023-12-08T00:13:46.141476+0000 mgr.a (mgr.14403) 16826 : cluster 0 pgmap v12563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:47 smithi079 bash[28699]: cluster 2023-12-08T00:13:46.141476+0000 mgr.a (mgr.14403) 16826 : cluster 0 pgmap v12563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:47.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:47 smithi194 bash[32038]: cluster 2023-12-08T00:13:46.141476+0000 mgr.a (mgr.14403) 16826 : cluster 0 pgmap v12563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:49 smithi079 bash[28699]: cluster 2023-12-08T00:13:48.142027+0000 mgr.a (mgr.14403) 16827 : cluster 0 pgmap v12564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:49 smithi194 bash[32038]: cluster 2023-12-08T00:13:48.142027+0000 mgr.a (mgr.14403) 16827 : cluster 0 pgmap v12564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:49 smithi135 bash[32435]: cluster 2023-12-08T00:13:48.142027+0000 mgr.a (mgr.14403) 16827 : cluster 0 pgmap v12564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:13:50.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:13:50.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:50.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:51.219 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:13:51.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:51.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:51.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:51.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:13:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:51 smithi079 bash[28699]: cluster 2023-12-08T00:13:50.142806+0000 mgr.a (mgr.14403) 16828 : cluster 0 pgmap v12565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:51 smithi194 bash[32038]: cluster 2023-12-08T00:13:50.142806+0000 mgr.a (mgr.14403) 16828 : cluster 0 pgmap v12565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:51 smithi135 bash[32435]: cluster 2023-12-08T00:13:50.142806+0000 mgr.a (mgr.14403) 16828 : cluster 0 pgmap v12565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:52.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:52 smithi079 bash[28699]: audit 2023-12-08T00:13:50.683782+0000 mgr.a (mgr.14403) 16829 : audit 0 from='client.335910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:52 smithi194 bash[32038]: audit 2023-12-08T00:13:50.683782+0000 mgr.a (mgr.14403) 16829 : audit 0 from='client.335910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:52 smithi135 bash[32435]: audit 2023-12-08T00:13:50.683782+0000 mgr.a (mgr.14403) 16829 : audit 0 from='client.335910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:53.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:53 smithi079 bash[28699]: cluster 2023-12-08T00:13:52.143512+0000 mgr.a (mgr.14403) 16830 : cluster 0 pgmap v12566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:53 smithi194 bash[32038]: cluster 2023-12-08T00:13:52.143512+0000 mgr.a (mgr.14403) 16830 : cluster 0 pgmap v12566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:53.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:53 smithi135 bash[32435]: cluster 2023-12-08T00:13:52.143512+0000 mgr.a (mgr.14403) 16830 : cluster 0 pgmap v12566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:55 smithi079 bash[28699]: cluster 2023-12-08T00:13:54.144266+0000 mgr.a (mgr.14403) 16831 : cluster 0 pgmap v12567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:55 smithi194 bash[32038]: cluster 2023-12-08T00:13:54.144266+0000 mgr.a (mgr.14403) 16831 : cluster 0 pgmap v12567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:55 smithi135 bash[32435]: cluster 2023-12-08T00:13:54.144266+0000 mgr.a (mgr.14403) 16831 : cluster 0 pgmap v12567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:13:56.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:13:56.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:13:56.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:13:57.146 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:13:57.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:13:57.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:13:57.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:13:57.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:13:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:57 smithi079 bash[28699]: cluster 2023-12-08T00:13:56.144813+0000 mgr.a (mgr.14403) 16832 : cluster 0 pgmap v12568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:57 smithi079 bash[28699]: audit 2023-12-08T00:13:56.628587+0000 mgr.a (mgr.14403) 16833 : audit 0 from='client.335982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:57 smithi194 bash[32038]: cluster 2023-12-08T00:13:56.144813+0000 mgr.a (mgr.14403) 16832 : cluster 0 pgmap v12568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:57 smithi194 bash[32038]: audit 2023-12-08T00:13:56.628587+0000 mgr.a (mgr.14403) 16833 : audit 0 from='client.335982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:57 smithi135 bash[32435]: cluster 2023-12-08T00:13:56.144813+0000 mgr.a (mgr.14403) 16832 : cluster 0 pgmap v12568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:57 smithi135 bash[32435]: audit 2023-12-08T00:13:56.628587+0000 mgr.a (mgr.14403) 16833 : audit 0 from='client.335982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:13:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:13:59 smithi079 bash[28699]: cluster 2023-12-08T00:13:58.145489+0000 mgr.a (mgr.14403) 16834 : cluster 0 pgmap v12569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:13:59 smithi194 bash[32038]: cluster 2023-12-08T00:13:58.145489+0000 mgr.a (mgr.14403) 16834 : cluster 0 pgmap v12569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:13:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:13:59 smithi135 bash[32435]: cluster 2023-12-08T00:13:58.145489+0000 mgr.a (mgr.14403) 16834 : cluster 0 pgmap v12569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:01 smithi079 bash[28699]: cluster 2023-12-08T00:14:00.146295+0000 mgr.a (mgr.14403) 16835 : cluster 0 pgmap v12570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:01 smithi194 bash[32038]: cluster 2023-12-08T00:14:00.146295+0000 mgr.a (mgr.14403) 16835 : cluster 0 pgmap v12570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:01.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:01 smithi135 bash[32435]: cluster 2023-12-08T00:14:00.146295+0000 mgr.a (mgr.14403) 16835 : cluster 0 pgmap v12570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:02.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:14:02.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:02.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:03.064 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:14:03.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:03.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:03.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:03.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:14:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:02 smithi079 bash[28699]: cluster 2023-12-08T00:14:02.146962+0000 mgr.a (mgr.14403) 16836 : cluster 0 pgmap v12571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:03.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:02 smithi079 bash[28699]: audit 2023-12-08T00:14:02.549411+0000 mgr.a (mgr.14403) 16837 : audit 0 from='client.336060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:02 smithi194 bash[32038]: cluster 2023-12-08T00:14:02.146962+0000 mgr.a (mgr.14403) 16836 : cluster 0 pgmap v12571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:02 smithi194 bash[32038]: audit 2023-12-08T00:14:02.549411+0000 mgr.a (mgr.14403) 16837 : audit 0 from='client.336060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:02 smithi135 bash[32435]: cluster 2023-12-08T00:14:02.146962+0000 mgr.a (mgr.14403) 16836 : cluster 0 pgmap v12571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:02 smithi135 bash[32435]: audit 2023-12-08T00:14:02.549411+0000 mgr.a (mgr.14403) 16837 : audit 0 from='client.336060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:05 smithi135 bash[32435]: cluster 2023-12-08T00:14:04.147870+0000 mgr.a (mgr.14403) 16838 : cluster 0 pgmap v12572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:05.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:05 smithi079 bash[28699]: cluster 2023-12-08T00:14:04.147870+0000 mgr.a (mgr.14403) 16838 : cluster 0 pgmap v12572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:05 smithi194 bash[32038]: cluster 2023-12-08T00:14:04.147870+0000 mgr.a (mgr.14403) 16838 : cluster 0 pgmap v12572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:07 smithi079 bash[28699]: cluster 2023-12-08T00:14:06.148410+0000 mgr.a (mgr.14403) 16839 : cluster 0 pgmap v12573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:07 smithi079 bash[28699]: audit 2023-12-08T00:14:06.857259+0000 mon.a (mon.0) 2780 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:14:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:07 smithi194 bash[32038]: cluster 2023-12-08T00:14:06.148410+0000 mgr.a (mgr.14403) 16839 : cluster 0 pgmap v12573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:07 smithi194 bash[32038]: audit 2023-12-08T00:14:06.857259+0000 mon.a (mon.0) 2780 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:14:07.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:07 smithi135 bash[32435]: cluster 2023-12-08T00:14:06.148410+0000 mgr.a (mgr.14403) 16839 : cluster 0 pgmap v12573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:07.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:07 smithi135 bash[32435]: audit 2023-12-08T00:14:06.857259+0000 mon.a (mon.0) 2780 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:14:08.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:14:08.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:08.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:08.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:08 smithi079 bash[28699]: audit 2023-12-08T00:14:07.595939+0000 mon.a (mon.0) 2781 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:14:08.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:08 smithi079 bash[28699]: audit 2023-12-08T00:14:07.597712+0000 mon.a (mon.0) 2782 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:14:08.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:08 smithi079 bash[28699]: audit 2023-12-08T00:14:07.606718+0000 mon.a (mon.0) 2783 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:14:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:08 smithi194 bash[32038]: audit 2023-12-08T00:14:07.595939+0000 mon.a (mon.0) 2781 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:14:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:08 smithi194 bash[32038]: audit 2023-12-08T00:14:07.597712+0000 mon.a (mon.0) 2782 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:14:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:08 smithi194 bash[32038]: audit 2023-12-08T00:14:07.606718+0000 mon.a (mon.0) 2783 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:14:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:08 smithi135 bash[32435]: audit 2023-12-08T00:14:07.595939+0000 mon.a (mon.0) 2781 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:14:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:08 smithi135 bash[32435]: audit 2023-12-08T00:14:07.597712+0000 mon.a (mon.0) 2782 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:14:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:08 smithi135 bash[32435]: audit 2023-12-08T00:14:07.606718+0000 mon.a (mon.0) 2783 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:14:08.974 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:14:08.974 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:08.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:08.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:08.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:14:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:09 smithi079 bash[28699]: cluster 2023-12-08T00:14:08.148968+0000 mgr.a (mgr.14403) 16840 : cluster 0 pgmap v12574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:09 smithi079 bash[28699]: audit 2023-12-08T00:14:08.469246+0000 mgr.a (mgr.14403) 16841 : audit 0 from='client.336135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:09 smithi194 bash[32038]: cluster 2023-12-08T00:14:08.148968+0000 mgr.a (mgr.14403) 16840 : cluster 0 pgmap v12574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:09 smithi194 bash[32038]: audit 2023-12-08T00:14:08.469246+0000 mgr.a (mgr.14403) 16841 : audit 0 from='client.336135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:09.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:09 smithi135 bash[32435]: cluster 2023-12-08T00:14:08.148968+0000 mgr.a (mgr.14403) 16840 : cluster 0 pgmap v12574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:09.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:09 smithi135 bash[32435]: audit 2023-12-08T00:14:08.469246+0000 mgr.a (mgr.14403) 16841 : audit 0 from='client.336135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:11.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:11 smithi079 bash[28699]: cluster 2023-12-08T00:14:10.150009+0000 mgr.a (mgr.14403) 16842 : cluster 0 pgmap v12575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:14:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:11 smithi194 bash[32038]: cluster 2023-12-08T00:14:10.150009+0000 mgr.a (mgr.14403) 16842 : cluster 0 pgmap v12575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:14:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:11 smithi135 bash[32435]: cluster 2023-12-08T00:14:10.150009+0000 mgr.a (mgr.14403) 16842 : cluster 0 pgmap v12575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:14:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:12 smithi079 bash[28699]: cluster 2023-12-08T00:14:12.150575+0000 mgr.a (mgr.14403) 16843 : cluster 0 pgmap v12576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:14:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:12 smithi194 bash[32038]: cluster 2023-12-08T00:14:12.150575+0000 mgr.a (mgr.14403) 16843 : cluster 0 pgmap v12576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:14:13.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:12 smithi135 bash[32435]: cluster 2023-12-08T00:14:12.150575+0000 mgr.a (mgr.14403) 16843 : cluster 0 pgmap v12576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:14:13.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:14:13.978 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:13.978 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:14.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:14.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:14.892 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:14:14.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:14.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:14:15.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:15 smithi079 bash[28699]: cluster 2023-12-08T00:14:14.151267+0000 mgr.a (mgr.14403) 16844 : cluster 0 pgmap v12577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:15.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:15 smithi079 bash[28699]: audit 2023-12-08T00:14:14.379156+0000 mgr.a (mgr.14403) 16845 : audit 0 from='client.336207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:15 smithi194 bash[32038]: cluster 2023-12-08T00:14:14.151267+0000 mgr.a (mgr.14403) 16844 : cluster 0 pgmap v12577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:15 smithi194 bash[32038]: audit 2023-12-08T00:14:14.379156+0000 mgr.a (mgr.14403) 16845 : audit 0 from='client.336207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:15.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:15 smithi135 bash[32435]: cluster 2023-12-08T00:14:14.151267+0000 mgr.a (mgr.14403) 16844 : cluster 0 pgmap v12577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:15.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:15 smithi135 bash[32435]: audit 2023-12-08T00:14:14.379156+0000 mgr.a (mgr.14403) 16845 : audit 0 from='client.336207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:17 smithi079 bash[28699]: cluster 2023-12-08T00:14:16.151867+0000 mgr.a (mgr.14403) 16846 : cluster 0 pgmap v12578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:17.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:17 smithi194 bash[32038]: cluster 2023-12-08T00:14:16.151867+0000 mgr.a (mgr.14403) 16846 : cluster 0 pgmap v12578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:17.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:17 smithi135 bash[32435]: cluster 2023-12-08T00:14:16.151867+0000 mgr.a (mgr.14403) 16846 : cluster 0 pgmap v12578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:19.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:19 smithi079 bash[28699]: cluster 2023-12-08T00:14:18.152423+0000 mgr.a (mgr.14403) 16847 : cluster 0 pgmap v12579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:19 smithi194 bash[32038]: cluster 2023-12-08T00:14:18.152423+0000 mgr.a (mgr.14403) 16847 : cluster 0 pgmap v12579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:19 smithi135 bash[32435]: cluster 2023-12-08T00:14:18.152423+0000 mgr.a (mgr.14403) 16847 : cluster 0 pgmap v12579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:19.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:14:19.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:19.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:20.801 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:14:20.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:20.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:20.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:20.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:14:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:21 smithi079 bash[28699]: cluster 2023-12-08T00:14:20.153191+0000 mgr.a (mgr.14403) 16848 : cluster 0 pgmap v12580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:21 smithi079 bash[28699]: audit 2023-12-08T00:14:20.288606+0000 mgr.a (mgr.14403) 16849 : audit 0 from='client.336285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:21 smithi194 bash[32038]: cluster 2023-12-08T00:14:20.153191+0000 mgr.a (mgr.14403) 16848 : cluster 0 pgmap v12580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:21 smithi194 bash[32038]: audit 2023-12-08T00:14:20.288606+0000 mgr.a (mgr.14403) 16849 : audit 0 from='client.336285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:21.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:21 smithi135 bash[32435]: cluster 2023-12-08T00:14:20.153191+0000 mgr.a (mgr.14403) 16848 : cluster 0 pgmap v12580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:21.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:21 smithi135 bash[32435]: audit 2023-12-08T00:14:20.288606+0000 mgr.a (mgr.14403) 16849 : audit 0 from='client.336285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:22 smithi194 bash[32038]: cluster 2023-12-08T00:14:22.153830+0000 mgr.a (mgr.14403) 16850 : cluster 0 pgmap v12581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:14:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:22 smithi135 bash[32435]: cluster 2023-12-08T00:14:22.153830+0000 mgr.a (mgr.14403) 16850 : cluster 0 pgmap v12581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:14:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:22 smithi079 bash[28699]: cluster 2023-12-08T00:14:22.153830+0000 mgr.a (mgr.14403) 16850 : cluster 0 pgmap v12581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:14:25.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:25 smithi079 bash[28699]: cluster 2023-12-08T00:14:24.154627+0000 mgr.a (mgr.14403) 16851 : cluster 0 pgmap v12582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:14:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:25 smithi194 bash[32038]: cluster 2023-12-08T00:14:24.154627+0000 mgr.a (mgr.14403) 16851 : cluster 0 pgmap v12582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:14:25.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:25 smithi135 bash[32435]: cluster 2023-12-08T00:14:24.154627+0000 mgr.a (mgr.14403) 16851 : cluster 0 pgmap v12582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:14:25.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:14:25.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:25.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:26.718 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:14:26.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:26.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:26.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:26.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:14:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:27 smithi079 bash[28699]: cluster 2023-12-08T00:14:26.155171+0000 mgr.a (mgr.14403) 16852 : cluster 0 pgmap v12583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:27 smithi079 bash[28699]: audit 2023-12-08T00:14:26.203049+0000 mgr.a (mgr.14403) 16853 : audit 0 from='client.336363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:27 smithi194 bash[32038]: cluster 2023-12-08T00:14:26.155171+0000 mgr.a (mgr.14403) 16852 : cluster 0 pgmap v12583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:27 smithi194 bash[32038]: audit 2023-12-08T00:14:26.203049+0000 mgr.a (mgr.14403) 16853 : audit 0 from='client.336363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:27 smithi135 bash[32435]: cluster 2023-12-08T00:14:26.155171+0000 mgr.a (mgr.14403) 16852 : cluster 0 pgmap v12583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:27 smithi135 bash[32435]: audit 2023-12-08T00:14:26.203049+0000 mgr.a (mgr.14403) 16853 : audit 0 from='client.336363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:29 smithi079 bash[28699]: cluster 2023-12-08T00:14:28.155789+0000 mgr.a (mgr.14403) 16854 : cluster 0 pgmap v12584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:29.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:29 smithi194 bash[32038]: cluster 2023-12-08T00:14:28.155789+0000 mgr.a (mgr.14403) 16854 : cluster 0 pgmap v12584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:29 smithi135 bash[32435]: cluster 2023-12-08T00:14:28.155789+0000 mgr.a (mgr.14403) 16854 : cluster 0 pgmap v12584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:31 smithi079 bash[28699]: cluster 2023-12-08T00:14:30.156611+0000 mgr.a (mgr.14403) 16855 : cluster 0 pgmap v12585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:31.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:31 smithi194 bash[32038]: cluster 2023-12-08T00:14:30.156611+0000 mgr.a (mgr.14403) 16855 : cluster 0 pgmap v12585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:31 smithi135 bash[32435]: cluster 2023-12-08T00:14:30.156611+0000 mgr.a (mgr.14403) 16855 : cluster 0 pgmap v12585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:31.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:14:31.722 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:31.723 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:32.623 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:14:32.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:32.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:32.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:32.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:14:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:32 smithi079 bash[28699]: audit 2023-12-08T00:14:32.125292+0000 mgr.a (mgr.14403) 16856 : audit 0 from='client.336438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:32 smithi079 bash[28699]: cluster 2023-12-08T00:14:32.157348+0000 mgr.a (mgr.14403) 16857 : cluster 0 pgmap v12586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:32 smithi194 bash[32038]: audit 2023-12-08T00:14:32.125292+0000 mgr.a (mgr.14403) 16856 : audit 0 from='client.336438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:32 smithi194 bash[32038]: cluster 2023-12-08T00:14:32.157348+0000 mgr.a (mgr.14403) 16857 : cluster 0 pgmap v12586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:32 smithi135 bash[32435]: audit 2023-12-08T00:14:32.125292+0000 mgr.a (mgr.14403) 16856 : audit 0 from='client.336438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:32 smithi135 bash[32435]: cluster 2023-12-08T00:14:32.157348+0000 mgr.a (mgr.14403) 16857 : cluster 0 pgmap v12586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:35.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:35 smithi079 bash[28699]: cluster 2023-12-08T00:14:34.158219+0000 mgr.a (mgr.14403) 16858 : cluster 0 pgmap v12587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:35.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:35 smithi194 bash[32038]: cluster 2023-12-08T00:14:34.158219+0000 mgr.a (mgr.14403) 16858 : cluster 0 pgmap v12587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:35.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:35 smithi135 bash[32435]: cluster 2023-12-08T00:14:34.158219+0000 mgr.a (mgr.14403) 16858 : cluster 0 pgmap v12587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:37.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:14:37.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:37.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:37.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:37 smithi079 bash[28699]: cluster 2023-12-08T00:14:36.158724+0000 mgr.a (mgr.14403) 16859 : cluster 0 pgmap v12588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:37 smithi194 bash[32038]: cluster 2023-12-08T00:14:36.158724+0000 mgr.a (mgr.14403) 16859 : cluster 0 pgmap v12588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:37.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:37 smithi135 bash[32435]: cluster 2023-12-08T00:14:36.158724+0000 mgr.a (mgr.14403) 16859 : cluster 0 pgmap v12588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:38.553 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:14:38.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:38.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:38.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:38.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:14:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:39 smithi079 bash[28699]: audit 2023-12-08T00:14:38.031178+0000 mgr.a (mgr.14403) 16860 : audit 0 from='client.336516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:39 smithi079 bash[28699]: cluster 2023-12-08T00:14:38.159184+0000 mgr.a (mgr.14403) 16861 : cluster 0 pgmap v12589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:39.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:39 smithi194 bash[32038]: audit 2023-12-08T00:14:38.031178+0000 mgr.a (mgr.14403) 16860 : audit 0 from='client.336516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:39.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:39 smithi194 bash[32038]: cluster 2023-12-08T00:14:38.159184+0000 mgr.a (mgr.14403) 16861 : cluster 0 pgmap v12589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:39 smithi135 bash[32435]: audit 2023-12-08T00:14:38.031178+0000 mgr.a (mgr.14403) 16860 : audit 0 from='client.336516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:39.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:39 smithi135 bash[32435]: cluster 2023-12-08T00:14:38.159184+0000 mgr.a (mgr.14403) 16861 : cluster 0 pgmap v12589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:41 smithi079 bash[28699]: cluster 2023-12-08T00:14:40.160085+0000 mgr.a (mgr.14403) 16862 : cluster 0 pgmap v12590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:41 smithi194 bash[32038]: cluster 2023-12-08T00:14:40.160085+0000 mgr.a (mgr.14403) 16862 : cluster 0 pgmap v12590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:41 smithi135 bash[32435]: cluster 2023-12-08T00:14:40.160085+0000 mgr.a (mgr.14403) 16862 : cluster 0 pgmap v12590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:14:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:42 smithi079 bash[28699]: cluster 2023-12-08T00:14:42.160639+0000 mgr.a (mgr.14403) 16863 : cluster 0 pgmap v12591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:42 smithi194 bash[32038]: cluster 2023-12-08T00:14:42.160639+0000 mgr.a (mgr.14403) 16863 : cluster 0 pgmap v12591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:42 smithi135 bash[32435]: cluster 2023-12-08T00:14:42.160639+0000 mgr.a (mgr.14403) 16863 : cluster 0 pgmap v12591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:43.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:14:43.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:43.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:44.465 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:14:44.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:44.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:44.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:44.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:14:45.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:45 smithi079 bash[28699]: audit 2023-12-08T00:14:43.955141+0000 mgr.a (mgr.14403) 16864 : audit 0 from='client.336594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:45.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:45 smithi079 bash[28699]: cluster 2023-12-08T00:14:44.161400+0000 mgr.a (mgr.14403) 16865 : cluster 0 pgmap v12592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:45.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:45 smithi194 bash[32038]: audit 2023-12-08T00:14:43.955141+0000 mgr.a (mgr.14403) 16864 : audit 0 from='client.336594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:45.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:45 smithi194 bash[32038]: cluster 2023-12-08T00:14:44.161400+0000 mgr.a (mgr.14403) 16865 : cluster 0 pgmap v12592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:45.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:45 smithi135 bash[32435]: audit 2023-12-08T00:14:43.955141+0000 mgr.a (mgr.14403) 16864 : audit 0 from='client.336594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:45.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:45 smithi135 bash[32435]: cluster 2023-12-08T00:14:44.161400+0000 mgr.a (mgr.14403) 16865 : cluster 0 pgmap v12592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:47 smithi079 bash[28699]: cluster 2023-12-08T00:14:46.162246+0000 mgr.a (mgr.14403) 16866 : cluster 0 pgmap v12593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:47.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:47 smithi194 bash[32038]: cluster 2023-12-08T00:14:46.162246+0000 mgr.a (mgr.14403) 16866 : cluster 0 pgmap v12593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:47 smithi135 bash[32435]: cluster 2023-12-08T00:14:46.162246+0000 mgr.a (mgr.14403) 16866 : cluster 0 pgmap v12593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:49.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:14:49.469 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:49.469 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:49 smithi079 bash[28699]: cluster 2023-12-08T00:14:48.162939+0000 mgr.a (mgr.14403) 16867 : cluster 0 pgmap v12594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:49 smithi194 bash[32038]: cluster 2023-12-08T00:14:48.162939+0000 mgr.a (mgr.14403) 16867 : cluster 0 pgmap v12594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:49 smithi135 bash[32435]: cluster 2023-12-08T00:14:48.162939+0000 mgr.a (mgr.14403) 16867 : cluster 0 pgmap v12594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:50.319 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:14:50.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:50.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:50.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:50.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:14:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:51 smithi079 bash[28699]: audit 2023-12-08T00:14:49.868934+0000 mgr.a (mgr.14403) 16868 : audit 0 from='client.336669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:51 smithi079 bash[28699]: cluster 2023-12-08T00:14:50.163651+0000 mgr.a (mgr.14403) 16869 : cluster 0 pgmap v12595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:51 smithi194 bash[32038]: audit 2023-12-08T00:14:49.868934+0000 mgr.a (mgr.14403) 16868 : audit 0 from='client.336669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:51 smithi194 bash[32038]: cluster 2023-12-08T00:14:50.163651+0000 mgr.a (mgr.14403) 16869 : cluster 0 pgmap v12595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:51 smithi135 bash[32435]: audit 2023-12-08T00:14:49.868934+0000 mgr.a (mgr.14403) 16868 : audit 0 from='client.336669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:51 smithi135 bash[32435]: cluster 2023-12-08T00:14:50.163651+0000 mgr.a (mgr.14403) 16869 : cluster 0 pgmap v12595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:52 smithi194 bash[32038]: cluster 2023-12-08T00:14:52.164394+0000 mgr.a (mgr.14403) 16870 : cluster 0 pgmap v12596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:52 smithi135 bash[32435]: cluster 2023-12-08T00:14:52.164394+0000 mgr.a (mgr.14403) 16870 : cluster 0 pgmap v12596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:52 smithi079 bash[28699]: cluster 2023-12-08T00:14:52.164394+0000 mgr.a (mgr.14403) 16870 : cluster 0 pgmap v12596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:14:55.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:14:55.322 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:14:55.322 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:14:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:55 smithi079 bash[28699]: cluster 2023-12-08T00:14:54.165408+0000 mgr.a (mgr.14403) 16871 : cluster 0 pgmap v12597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:55 smithi194 bash[32038]: cluster 2023-12-08T00:14:54.165408+0000 mgr.a (mgr.14403) 16871 : cluster 0 pgmap v12597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:55 smithi135 bash[32435]: cluster 2023-12-08T00:14:54.165408+0000 mgr.a (mgr.14403) 16871 : cluster 0 pgmap v12597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:56.219 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:14:56.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:14:56.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:14:56.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:14:56.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:14:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:57 smithi079 bash[28699]: audit 2023-12-08T00:14:55.722098+0000 mgr.a (mgr.14403) 16872 : audit 0 from='client.336747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:57 smithi079 bash[28699]: cluster 2023-12-08T00:14:56.165984+0000 mgr.a (mgr.14403) 16873 : cluster 0 pgmap v12598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:57 smithi194 bash[32038]: audit 2023-12-08T00:14:55.722098+0000 mgr.a (mgr.14403) 16872 : audit 0 from='client.336747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:57 smithi194 bash[32038]: cluster 2023-12-08T00:14:56.165984+0000 mgr.a (mgr.14403) 16873 : cluster 0 pgmap v12598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:57 smithi135 bash[32435]: audit 2023-12-08T00:14:55.722098+0000 mgr.a (mgr.14403) 16872 : audit 0 from='client.336747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:14:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:57 smithi135 bash[32435]: cluster 2023-12-08T00:14:56.165984+0000 mgr.a (mgr.14403) 16873 : cluster 0 pgmap v12598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:14:59 smithi079 bash[28699]: cluster 2023-12-08T00:14:58.166564+0000 mgr.a (mgr.14403) 16874 : cluster 0 pgmap v12599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:14:59 smithi194 bash[32038]: cluster 2023-12-08T00:14:58.166564+0000 mgr.a (mgr.14403) 16874 : cluster 0 pgmap v12599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:14:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:14:59 smithi135 bash[32435]: cluster 2023-12-08T00:14:58.166564+0000 mgr.a (mgr.14403) 16874 : cluster 0 pgmap v12599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:01.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:15:01.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:01.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:01.591 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:01 smithi135 bash[32435]: cluster 2023-12-08T00:15:00.167395+0000 mgr.a (mgr.14403) 16875 : cluster 0 pgmap v12600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:01 smithi079 bash[28699]: cluster 2023-12-08T00:15:00.167395+0000 mgr.a (mgr.14403) 16875 : cluster 0 pgmap v12600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:01 smithi194 bash[32038]: cluster 2023-12-08T00:15:00.167395+0000 mgr.a (mgr.14403) 16875 : cluster 0 pgmap v12600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:02.129 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:15:02.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:02.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:02.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:02.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:15:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:02 smithi079 bash[28699]: audit 2023-12-08T00:15:01.621628+0000 mgr.a (mgr.14403) 16876 : audit 0 from='client.336822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:02 smithi194 bash[32038]: audit 2023-12-08T00:15:01.621628+0000 mgr.a (mgr.14403) 16876 : audit 0 from='client.336822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:02 smithi135 bash[32435]: audit 2023-12-08T00:15:01.621628+0000 mgr.a (mgr.14403) 16876 : audit 0 from='client.336822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:03.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:03 smithi079 bash[28699]: cluster 2023-12-08T00:15:02.168147+0000 mgr.a (mgr.14403) 16877 : cluster 0 pgmap v12601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:03 smithi194 bash[32038]: cluster 2023-12-08T00:15:02.168147+0000 mgr.a (mgr.14403) 16877 : cluster 0 pgmap v12601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:03.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:03 smithi135 bash[32435]: cluster 2023-12-08T00:15:02.168147+0000 mgr.a (mgr.14403) 16877 : cluster 0 pgmap v12601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:05.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:05 smithi079 bash[28699]: cluster 2023-12-08T00:15:04.169031+0000 mgr.a (mgr.14403) 16878 : cluster 0 pgmap v12602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:05 smithi194 bash[32038]: cluster 2023-12-08T00:15:04.169031+0000 mgr.a (mgr.14403) 16878 : cluster 0 pgmap v12602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:05 smithi135 bash[32435]: cluster 2023-12-08T00:15:04.169031+0000 mgr.a (mgr.14403) 16878 : cluster 0 pgmap v12602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:07.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:15:07.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:07.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:07 smithi079 bash[28699]: cluster 2023-12-08T00:15:06.169643+0000 mgr.a (mgr.14403) 16879 : cluster 0 pgmap v12603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:07 smithi194 bash[32038]: cluster 2023-12-08T00:15:06.169643+0000 mgr.a (mgr.14403) 16879 : cluster 0 pgmap v12603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:07 smithi135 bash[32435]: cluster 2023-12-08T00:15:06.169643+0000 mgr.a (mgr.14403) 16879 : cluster 0 pgmap v12603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:07.986 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:15:07.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:07.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:07.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:07.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:15:08.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:08 smithi079 bash[28699]: audit 2023-12-08T00:15:07.531563+0000 mgr.a (mgr.14403) 16880 : audit 0 from='client.336900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:08.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:08 smithi079 bash[28699]: audit 2023-12-08T00:15:07.708949+0000 mon.a (mon.0) 2784 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:15:08.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:08 smithi079 bash[28699]: audit 2023-12-08T00:15:08.235283+0000 mon.a (mon.0) 2785 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:08.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:08 smithi079 bash[28699]: audit 2023-12-08T00:15:08.241461+0000 mon.a (mon.0) 2786 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:08 smithi194 bash[32038]: audit 2023-12-08T00:15:07.531563+0000 mgr.a (mgr.14403) 16880 : audit 0 from='client.336900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:08 smithi194 bash[32038]: audit 2023-12-08T00:15:07.708949+0000 mon.a (mon.0) 2784 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:15:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:08 smithi194 bash[32038]: audit 2023-12-08T00:15:08.235283+0000 mon.a (mon.0) 2785 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:08 smithi194 bash[32038]: audit 2023-12-08T00:15:08.241461+0000 mon.a (mon.0) 2786 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:08 smithi135 bash[32435]: audit 2023-12-08T00:15:07.531563+0000 mgr.a (mgr.14403) 16880 : audit 0 from='client.336900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:08 smithi135 bash[32435]: audit 2023-12-08T00:15:07.708949+0000 mon.a (mon.0) 2784 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:15:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:08 smithi135 bash[32435]: audit 2023-12-08T00:15:08.235283+0000 mon.a (mon.0) 2785 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:08 smithi135 bash[32435]: audit 2023-12-08T00:15:08.241461+0000 mon.a (mon.0) 2786 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:09 smithi079 bash[28699]: cluster 2023-12-08T00:15:08.170069+0000 mgr.a (mgr.14403) 16881 : cluster 0 pgmap v12604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:09 smithi194 bash[32038]: cluster 2023-12-08T00:15:08.170069+0000 mgr.a (mgr.14403) 16881 : cluster 0 pgmap v12604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:09 smithi135 bash[32435]: cluster 2023-12-08T00:15:08.170069+0000 mgr.a (mgr.14403) 16881 : cluster 0 pgmap v12604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:11 smithi079 bash[28699]: cluster 2023-12-08T00:15:10.170849+0000 mgr.a (mgr.14403) 16882 : cluster 0 pgmap v12605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:11 smithi194 bash[32038]: cluster 2023-12-08T00:15:10.170849+0000 mgr.a (mgr.14403) 16882 : cluster 0 pgmap v12605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:11.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:11 smithi135 bash[32435]: cluster 2023-12-08T00:15:10.170849+0000 mgr.a (mgr.14403) 16882 : cluster 0 pgmap v12605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:12.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:15:12.990 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:12.990 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:12 smithi194 bash[32038]: cluster 2023-12-08T00:15:12.171393+0000 mgr.a (mgr.14403) 16883 : cluster 0 pgmap v12606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:13.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:12 smithi135 bash[32435]: cluster 2023-12-08T00:15:12.171393+0000 mgr.a (mgr.14403) 16883 : cluster 0 pgmap v12606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:12 smithi079 bash[28699]: cluster 2023-12-08T00:15:12.171393+0000 mgr.a (mgr.14403) 16883 : cluster 0 pgmap v12606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:13.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:13.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:13.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:13.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:15:13.917 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:15:14.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:13 smithi194 bash[32038]: audit 2023-12-08T00:15:13.391967+0000 mgr.a (mgr.14403) 16884 : audit 0 from='client.336975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:14.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:13 smithi135 bash[32435]: audit 2023-12-08T00:15:13.391967+0000 mgr.a (mgr.14403) 16884 : audit 0 from='client.336975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:14.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:13 smithi079 bash[28699]: audit 2023-12-08T00:15:13.391967+0000 mgr.a (mgr.14403) 16884 : audit 0 from='client.336975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:15.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:14 smithi079 bash[28699]: cluster 2023-12-08T00:15:14.172411+0000 mgr.a (mgr.14403) 16885 : cluster 0 pgmap v12607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:14 smithi194 bash[32038]: cluster 2023-12-08T00:15:14.172411+0000 mgr.a (mgr.14403) 16885 : cluster 0 pgmap v12607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:15.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:14 smithi135 bash[32435]: cluster 2023-12-08T00:15:14.172411+0000 mgr.a (mgr.14403) 16885 : cluster 0 pgmap v12607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:17 smithi079 bash[28699]: cluster 2023-12-08T00:15:16.172894+0000 mgr.a (mgr.14403) 16886 : cluster 0 pgmap v12608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:17.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:17 smithi194 bash[32038]: cluster 2023-12-08T00:15:16.172894+0000 mgr.a (mgr.14403) 16886 : cluster 0 pgmap v12608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:17.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:17 smithi135 bash[32435]: cluster 2023-12-08T00:15:16.172894+0000 mgr.a (mgr.14403) 16886 : cluster 0 pgmap v12608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:18.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:15:18.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:18.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:19 smithi079 bash[28699]: cluster 2023-12-08T00:15:18.173441+0000 mgr.a (mgr.14403) 16887 : cluster 0 pgmap v12609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:19 smithi079 bash[28699]: audit 2023-12-08T00:15:18.835842+0000 mon.a (mon.0) 2787 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:19 smithi079 bash[28699]: audit 2023-12-08T00:15:18.841824+0000 mon.a (mon.0) 2788 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:19 smithi079 bash[28699]: audit 2023-12-08T00:15:18.843495+0000 mon.a (mon.0) 2789 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:15:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:19 smithi079 bash[28699]: audit 2023-12-08T00:15:18.845100+0000 mon.a (mon.0) 2790 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:15:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:19 smithi079 bash[28699]: audit 2023-12-08T00:15:18.851934+0000 mon.a (mon.0) 2791 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:19 smithi194 bash[32038]: cluster 2023-12-08T00:15:18.173441+0000 mgr.a (mgr.14403) 16887 : cluster 0 pgmap v12609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:19 smithi194 bash[32038]: audit 2023-12-08T00:15:18.835842+0000 mon.a (mon.0) 2787 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:19 smithi194 bash[32038]: audit 2023-12-08T00:15:18.841824+0000 mon.a (mon.0) 2788 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:19 smithi194 bash[32038]: audit 2023-12-08T00:15:18.843495+0000 mon.a (mon.0) 2789 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:15:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:19 smithi194 bash[32038]: audit 2023-12-08T00:15:18.845100+0000 mon.a (mon.0) 2790 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:15:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:19 smithi194 bash[32038]: audit 2023-12-08T00:15:18.851934+0000 mon.a (mon.0) 2791 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:19 smithi135 bash[32435]: cluster 2023-12-08T00:15:18.173441+0000 mgr.a (mgr.14403) 16887 : cluster 0 pgmap v12609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:19 smithi135 bash[32435]: audit 2023-12-08T00:15:18.835842+0000 mon.a (mon.0) 2787 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:19 smithi135 bash[32435]: audit 2023-12-08T00:15:18.841824+0000 mon.a (mon.0) 2788 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:19 smithi135 bash[32435]: audit 2023-12-08T00:15:18.843495+0000 mon.a (mon.0) 2789 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:15:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:19 smithi135 bash[32435]: audit 2023-12-08T00:15:18.845100+0000 mon.a (mon.0) 2790 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:15:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:19 smithi135 bash[32435]: audit 2023-12-08T00:15:18.851934+0000 mon.a (mon.0) 2791 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:15:19.822 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:15:19.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:19.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:19.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:19.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:15:20.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:20 smithi079 bash[28699]: audit 2023-12-08T00:15:19.322718+0000 mgr.a (mgr.14403) 16888 : audit 0 from='client.337053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:20 smithi194 bash[32038]: audit 2023-12-08T00:15:19.322718+0000 mgr.a (mgr.14403) 16888 : audit 0 from='client.337053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:20.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:20 smithi135 bash[32435]: audit 2023-12-08T00:15:19.322718+0000 mgr.a (mgr.14403) 16888 : audit 0 from='client.337053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:21 smithi079 bash[28699]: cluster 2023-12-08T00:15:20.174592+0000 mgr.a (mgr.14403) 16889 : cluster 0 pgmap v12610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:21 smithi194 bash[32038]: cluster 2023-12-08T00:15:20.174592+0000 mgr.a (mgr.14403) 16889 : cluster 0 pgmap v12610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:21 smithi135 bash[32435]: cluster 2023-12-08T00:15:20.174592+0000 mgr.a (mgr.14403) 16889 : cluster 0 pgmap v12610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:22 smithi194 bash[32038]: cluster 2023-12-08T00:15:22.175233+0000 mgr.a (mgr.14403) 16890 : cluster 0 pgmap v12611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:22 smithi135 bash[32435]: cluster 2023-12-08T00:15:22.175233+0000 mgr.a (mgr.14403) 16890 : cluster 0 pgmap v12611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:22 smithi079 bash[28699]: cluster 2023-12-08T00:15:22.175233+0000 mgr.a (mgr.14403) 16890 : cluster 0 pgmap v12611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:24.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:15:24.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:24.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:25.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:25 smithi079 bash[28699]: cluster 2023-12-08T00:15:24.176014+0000 mgr.a (mgr.14403) 16891 : cluster 0 pgmap v12612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:25 smithi194 bash[32038]: cluster 2023-12-08T00:15:24.176014+0000 mgr.a (mgr.14403) 16891 : cluster 0 pgmap v12612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:25 smithi135 bash[32435]: cluster 2023-12-08T00:15:24.176014+0000 mgr.a (mgr.14403) 16891 : cluster 0 pgmap v12612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:25.716 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:15:25.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:25.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:25.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:25.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:15:26.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:26 smithi079 bash[28699]: audit 2023-12-08T00:15:25.219522+0000 mgr.a (mgr.14403) 16892 : audit 0 from='client.337125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:26 smithi194 bash[32038]: audit 2023-12-08T00:15:25.219522+0000 mgr.a (mgr.14403) 16892 : audit 0 from='client.337125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:26.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:26 smithi135 bash[32435]: audit 2023-12-08T00:15:25.219522+0000 mgr.a (mgr.14403) 16892 : audit 0 from='client.337125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:27 smithi079 bash[28699]: cluster 2023-12-08T00:15:26.176731+0000 mgr.a (mgr.14403) 16893 : cluster 0 pgmap v12613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:27 smithi194 bash[32038]: cluster 2023-12-08T00:15:26.176731+0000 mgr.a (mgr.14403) 16893 : cluster 0 pgmap v12613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:27 smithi135 bash[32435]: cluster 2023-12-08T00:15:26.176731+0000 mgr.a (mgr.14403) 16893 : cluster 0 pgmap v12613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:29 smithi079 bash[28699]: cluster 2023-12-08T00:15:28.177332+0000 mgr.a (mgr.14403) 16894 : cluster 0 pgmap v12614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:29.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:29 smithi194 bash[32038]: cluster 2023-12-08T00:15:28.177332+0000 mgr.a (mgr.14403) 16894 : cluster 0 pgmap v12614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:29 smithi135 bash[32435]: cluster 2023-12-08T00:15:28.177332+0000 mgr.a (mgr.14403) 16894 : cluster 0 pgmap v12614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:30.720 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:15:30.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:30.721 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:31.638 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:15:31.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:31.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:31.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:31.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:15:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:31 smithi079 bash[28699]: cluster 2023-12-08T00:15:30.178178+0000 mgr.a (mgr.14403) 16895 : cluster 0 pgmap v12615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:31.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:31 smithi194 bash[32038]: cluster 2023-12-08T00:15:30.178178+0000 mgr.a (mgr.14403) 16895 : cluster 0 pgmap v12615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:31 smithi135 bash[32435]: cluster 2023-12-08T00:15:30.178178+0000 mgr.a (mgr.14403) 16895 : cluster 0 pgmap v12615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:32.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:32 smithi079 bash[28699]: audit 2023-12-08T00:15:31.125289+0000 mgr.a (mgr.14403) 16896 : audit 0 from='client.337200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:32 smithi194 bash[32038]: audit 2023-12-08T00:15:31.125289+0000 mgr.a (mgr.14403) 16896 : audit 0 from='client.337200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:32 smithi135 bash[32435]: audit 2023-12-08T00:15:31.125289+0000 mgr.a (mgr.14403) 16896 : audit 0 from='client.337200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:33.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:33 smithi079 bash[28699]: cluster 2023-12-08T00:15:32.178893+0000 mgr.a (mgr.14403) 16897 : cluster 0 pgmap v12616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:33.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:33 smithi194 bash[32038]: cluster 2023-12-08T00:15:32.178893+0000 mgr.a (mgr.14403) 16897 : cluster 0 pgmap v12616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:33.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:33 smithi135 bash[32435]: cluster 2023-12-08T00:15:32.178893+0000 mgr.a (mgr.14403) 16897 : cluster 0 pgmap v12616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:35.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:35 smithi079 bash[28699]: cluster 2023-12-08T00:15:34.179734+0000 mgr.a (mgr.14403) 16898 : cluster 0 pgmap v12617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:35.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:35 smithi194 bash[32038]: cluster 2023-12-08T00:15:34.179734+0000 mgr.a (mgr.14403) 16898 : cluster 0 pgmap v12617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:35 smithi135 bash[32435]: cluster 2023-12-08T00:15:34.179734+0000 mgr.a (mgr.14403) 16898 : cluster 0 pgmap v12617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:36.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:15:36.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:36.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:37.540 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:15:37.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:37.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:37.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:37.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:15:37.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:37 smithi079 bash[28699]: cluster 2023-12-08T00:15:36.180303+0000 mgr.a (mgr.14403) 16899 : cluster 0 pgmap v12618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:37 smithi194 bash[32038]: cluster 2023-12-08T00:15:36.180303+0000 mgr.a (mgr.14403) 16899 : cluster 0 pgmap v12618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:37.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:37 smithi135 bash[32435]: cluster 2023-12-08T00:15:36.180303+0000 mgr.a (mgr.14403) 16899 : cluster 0 pgmap v12618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:38.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:38 smithi079 bash[28699]: audit 2023-12-08T00:15:37.045006+0000 mgr.a (mgr.14403) 16900 : audit 0 from='client.337275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:38 smithi194 bash[32038]: audit 2023-12-08T00:15:37.045006+0000 mgr.a (mgr.14403) 16900 : audit 0 from='client.337275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:38 smithi135 bash[32435]: audit 2023-12-08T00:15:37.045006+0000 mgr.a (mgr.14403) 16900 : audit 0 from='client.337275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:39 smithi079 bash[28699]: cluster 2023-12-08T00:15:38.181037+0000 mgr.a (mgr.14403) 16901 : cluster 0 pgmap v12619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:39.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:39 smithi194 bash[32038]: cluster 2023-12-08T00:15:38.181037+0000 mgr.a (mgr.14403) 16901 : cluster 0 pgmap v12619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:39 smithi135 bash[32435]: cluster 2023-12-08T00:15:38.181037+0000 mgr.a (mgr.14403) 16901 : cluster 0 pgmap v12619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:41 smithi079 bash[28699]: cluster 2023-12-08T00:15:40.181916+0000 mgr.a (mgr.14403) 16902 : cluster 0 pgmap v12620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:41 smithi194 bash[32038]: cluster 2023-12-08T00:15:40.181916+0000 mgr.a (mgr.14403) 16902 : cluster 0 pgmap v12620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:41 smithi135 bash[32435]: cluster 2023-12-08T00:15:40.181916+0000 mgr.a (mgr.14403) 16902 : cluster 0 pgmap v12620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:42.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:15:42.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:42.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:43.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:42 smithi194 bash[32038]: cluster 2023-12-08T00:15:42.182528+0000 mgr.a (mgr.14403) 16903 : cluster 0 pgmap v12621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:42 smithi135 bash[32435]: cluster 2023-12-08T00:15:42.182528+0000 mgr.a (mgr.14403) 16903 : cluster 0 pgmap v12621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:43.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:42 smithi079 bash[28699]: cluster 2023-12-08T00:15:42.182528+0000 mgr.a (mgr.14403) 16903 : cluster 0 pgmap v12621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:43.462 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:15:43.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:43.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:43.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:43.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:15:44.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:43 smithi194 bash[32038]: audit 2023-12-08T00:15:42.948596+0000 mgr.a (mgr.14403) 16904 : audit 0 from='client.337353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:44.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:43 smithi135 bash[32435]: audit 2023-12-08T00:15:42.948596+0000 mgr.a (mgr.14403) 16904 : audit 0 from='client.337353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:43 smithi079 bash[28699]: audit 2023-12-08T00:15:42.948596+0000 mgr.a (mgr.14403) 16904 : audit 0 from='client.337353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:45.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:44 smithi194 bash[32038]: cluster 2023-12-08T00:15:44.183629+0000 mgr.a (mgr.14403) 16905 : cluster 0 pgmap v12622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:45.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:44 smithi135 bash[32435]: cluster 2023-12-08T00:15:44.183629+0000 mgr.a (mgr.14403) 16905 : cluster 0 pgmap v12622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:44 smithi079 bash[28699]: cluster 2023-12-08T00:15:44.183629+0000 mgr.a (mgr.14403) 16905 : cluster 0 pgmap v12622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:15:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:47 smithi079 bash[28699]: cluster 2023-12-08T00:15:46.184242+0000 mgr.a (mgr.14403) 16906 : cluster 0 pgmap v12623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:47.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:47 smithi194 bash[32038]: cluster 2023-12-08T00:15:46.184242+0000 mgr.a (mgr.14403) 16906 : cluster 0 pgmap v12623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:47.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:47 smithi135 bash[32435]: cluster 2023-12-08T00:15:46.184242+0000 mgr.a (mgr.14403) 16906 : cluster 0 pgmap v12623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:48.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:15:48.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:48.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:49.370 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:15:49.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:49.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:49.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:49.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:15:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:49 smithi079 bash[28699]: cluster 2023-12-08T00:15:48.184811+0000 mgr.a (mgr.14403) 16907 : cluster 0 pgmap v12624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:49 smithi194 bash[32038]: cluster 2023-12-08T00:15:48.184811+0000 mgr.a (mgr.14403) 16907 : cluster 0 pgmap v12624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:49 smithi135 bash[32435]: cluster 2023-12-08T00:15:48.184811+0000 mgr.a (mgr.14403) 16907 : cluster 0 pgmap v12624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:50 smithi079 bash[28699]: audit 2023-12-08T00:15:48.863820+0000 mgr.a (mgr.14403) 16908 : audit 0 from='client.337428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:50 smithi194 bash[32038]: audit 2023-12-08T00:15:48.863820+0000 mgr.a (mgr.14403) 16908 : audit 0 from='client.337428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:50 smithi135 bash[32435]: audit 2023-12-08T00:15:48.863820+0000 mgr.a (mgr.14403) 16908 : audit 0 from='client.337428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:51 smithi079 bash[28699]: cluster 2023-12-08T00:15:50.185887+0000 mgr.a (mgr.14403) 16909 : cluster 0 pgmap v12625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:51 smithi194 bash[32038]: cluster 2023-12-08T00:15:50.185887+0000 mgr.a (mgr.14403) 16909 : cluster 0 pgmap v12625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:51 smithi135 bash[32435]: cluster 2023-12-08T00:15:50.185887+0000 mgr.a (mgr.14403) 16909 : cluster 0 pgmap v12625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:52 smithi194 bash[32038]: cluster 2023-12-08T00:15:52.186490+0000 mgr.a (mgr.14403) 16910 : cluster 0 pgmap v12626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:52 smithi135 bash[32435]: cluster 2023-12-08T00:15:52.186490+0000 mgr.a (mgr.14403) 16910 : cluster 0 pgmap v12626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:52 smithi079 bash[28699]: cluster 2023-12-08T00:15:52.186490+0000 mgr.a (mgr.14403) 16910 : cluster 0 pgmap v12626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:54.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:15:54.373 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:15:54.373 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:15:55.284 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:15:55.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:15:55.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:15:55.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:15:55.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:15:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:55 smithi079 bash[28699]: cluster 2023-12-08T00:15:54.187310+0000 mgr.a (mgr.14403) 16911 : cluster 0 pgmap v12627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:55 smithi194 bash[32038]: cluster 2023-12-08T00:15:54.187310+0000 mgr.a (mgr.14403) 16911 : cluster 0 pgmap v12627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:55 smithi135 bash[32435]: cluster 2023-12-08T00:15:54.187310+0000 mgr.a (mgr.14403) 16911 : cluster 0 pgmap v12627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:15:56.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:56 smithi079 bash[28699]: audit 2023-12-08T00:15:54.772506+0000 mgr.a (mgr.14403) 16912 : audit 0 from='client.337500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:56 smithi194 bash[32038]: audit 2023-12-08T00:15:54.772506+0000 mgr.a (mgr.14403) 16912 : audit 0 from='client.337500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:56.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:56 smithi135 bash[32435]: audit 2023-12-08T00:15:54.772506+0000 mgr.a (mgr.14403) 16912 : audit 0 from='client.337500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:15:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:57 smithi079 bash[28699]: cluster 2023-12-08T00:15:56.188022+0000 mgr.a (mgr.14403) 16913 : cluster 0 pgmap v12628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:57 smithi194 bash[32038]: cluster 2023-12-08T00:15:56.188022+0000 mgr.a (mgr.14403) 16913 : cluster 0 pgmap v12628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:57 smithi135 bash[32435]: cluster 2023-12-08T00:15:56.188022+0000 mgr.a (mgr.14403) 16913 : cluster 0 pgmap v12628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:15:59 smithi079 bash[28699]: cluster 2023-12-08T00:15:58.188616+0000 mgr.a (mgr.14403) 16914 : cluster 0 pgmap v12629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:15:59 smithi194 bash[32038]: cluster 2023-12-08T00:15:58.188616+0000 mgr.a (mgr.14403) 16914 : cluster 0 pgmap v12629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:15:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:15:59 smithi135 bash[32435]: cluster 2023-12-08T00:15:58.188616+0000 mgr.a (mgr.14403) 16914 : cluster 0 pgmap v12629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:00.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:16:00.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:00.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:01.202 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:16:01.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:01.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:01.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:01.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:16:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:01 smithi079 bash[28699]: cluster 2023-12-08T00:16:00.189374+0000 mgr.a (mgr.14403) 16915 : cluster 0 pgmap v12630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:01 smithi194 bash[32038]: cluster 2023-12-08T00:16:00.189374+0000 mgr.a (mgr.14403) 16915 : cluster 0 pgmap v12630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:01.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:01 smithi135 bash[32435]: cluster 2023-12-08T00:16:00.189374+0000 mgr.a (mgr.14403) 16915 : cluster 0 pgmap v12630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:02.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:02 smithi079 bash[28699]: audit 2023-12-08T00:16:00.686498+0000 mgr.a (mgr.14403) 16916 : audit 0 from='client.337575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:02 smithi194 bash[32038]: audit 2023-12-08T00:16:00.686498+0000 mgr.a (mgr.14403) 16916 : audit 0 from='client.337575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:02 smithi135 bash[32435]: audit 2023-12-08T00:16:00.686498+0000 mgr.a (mgr.14403) 16916 : audit 0 from='client.337575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:03.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:03 smithi079 bash[28699]: cluster 2023-12-08T00:16:02.190098+0000 mgr.a (mgr.14403) 16917 : cluster 0 pgmap v12631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:03 smithi194 bash[32038]: cluster 2023-12-08T00:16:02.190098+0000 mgr.a (mgr.14403) 16917 : cluster 0 pgmap v12631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:03.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:03 smithi135 bash[32435]: cluster 2023-12-08T00:16:02.190098+0000 mgr.a (mgr.14403) 16917 : cluster 0 pgmap v12631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:05.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:05 smithi079 bash[28699]: cluster 2023-12-08T00:16:04.190993+0000 mgr.a (mgr.14403) 16918 : cluster 0 pgmap v12632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:05 smithi194 bash[32038]: cluster 2023-12-08T00:16:04.190993+0000 mgr.a (mgr.14403) 16918 : cluster 0 pgmap v12632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:05 smithi135 bash[32435]: cluster 2023-12-08T00:16:04.190993+0000 mgr.a (mgr.14403) 16918 : cluster 0 pgmap v12632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:06.203 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:16:06.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:06.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:07.120 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:16:07.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:07.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:07.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:07.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:16:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:07 smithi079 bash[28699]: cluster 2023-12-08T00:16:06.191484+0000 mgr.a (mgr.14403) 16919 : cluster 0 pgmap v12633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:07 smithi079 bash[28699]: audit 2023-12-08T00:16:06.605527+0000 mgr.a (mgr.14403) 16920 : audit 0 from='client.337653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:07 smithi194 bash[32038]: cluster 2023-12-08T00:16:06.191484+0000 mgr.a (mgr.14403) 16919 : cluster 0 pgmap v12633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:07 smithi194 bash[32038]: audit 2023-12-08T00:16:06.605527+0000 mgr.a (mgr.14403) 16920 : audit 0 from='client.337653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:07.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:07 smithi135 bash[32435]: cluster 2023-12-08T00:16:06.191484+0000 mgr.a (mgr.14403) 16919 : cluster 0 pgmap v12633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:07.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:07 smithi135 bash[32435]: audit 2023-12-08T00:16:06.605527+0000 mgr.a (mgr.14403) 16920 : audit 0 from='client.337653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:09 smithi079 bash[28699]: cluster 2023-12-08T00:16:08.192148+0000 mgr.a (mgr.14403) 16921 : cluster 0 pgmap v12634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:09 smithi194 bash[32038]: cluster 2023-12-08T00:16:08.192148+0000 mgr.a (mgr.14403) 16921 : cluster 0 pgmap v12634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:09 smithi135 bash[32435]: cluster 2023-12-08T00:16:08.192148+0000 mgr.a (mgr.14403) 16921 : cluster 0 pgmap v12634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:11 smithi079 bash[28699]: cluster 2023-12-08T00:16:10.193024+0000 mgr.a (mgr.14403) 16922 : cluster 0 pgmap v12635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:11 smithi194 bash[32038]: cluster 2023-12-08T00:16:10.193024+0000 mgr.a (mgr.14403) 16922 : cluster 0 pgmap v12635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:11.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:11 smithi135 bash[32435]: cluster 2023-12-08T00:16:10.193024+0000 mgr.a (mgr.14403) 16922 : cluster 0 pgmap v12635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:12.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:16:12.124 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:12.124 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:13.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:13.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:13.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:13.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:16:13.024 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:16:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:12 smithi194 bash[32038]: cluster 2023-12-08T00:16:12.193625+0000 mgr.a (mgr.14403) 16923 : cluster 0 pgmap v12636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:12 smithi194 bash[32038]: audit 2023-12-08T00:16:12.525616+0000 mgr.a (mgr.14403) 16924 : audit 0 from='client.337725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:12 smithi135 bash[32435]: cluster 2023-12-08T00:16:12.193625+0000 mgr.a (mgr.14403) 16923 : cluster 0 pgmap v12636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:13.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:12 smithi135 bash[32435]: audit 2023-12-08T00:16:12.525616+0000 mgr.a (mgr.14403) 16924 : audit 0 from='client.337725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:12 smithi079 bash[28699]: cluster 2023-12-08T00:16:12.193625+0000 mgr.a (mgr.14403) 16923 : cluster 0 pgmap v12636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:12 smithi079 bash[28699]: audit 2023-12-08T00:16:12.525616+0000 mgr.a (mgr.14403) 16924 : audit 0 from='client.337725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:15.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:15 smithi079 bash[28699]: cluster 2023-12-08T00:16:14.194506+0000 mgr.a (mgr.14403) 16925 : cluster 0 pgmap v12637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:15 smithi194 bash[32038]: cluster 2023-12-08T00:16:14.194506+0000 mgr.a (mgr.14403) 16925 : cluster 0 pgmap v12637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:15.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:15 smithi135 bash[32435]: cluster 2023-12-08T00:16:14.194506+0000 mgr.a (mgr.14403) 16925 : cluster 0 pgmap v12637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:17 smithi079 bash[28699]: cluster 2023-12-08T00:16:16.195087+0000 mgr.a (mgr.14403) 16926 : cluster 0 pgmap v12638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:17.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:17 smithi194 bash[32038]: cluster 2023-12-08T00:16:16.195087+0000 mgr.a (mgr.14403) 16926 : cluster 0 pgmap v12638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:17.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:17 smithi135 bash[32435]: cluster 2023-12-08T00:16:16.195087+0000 mgr.a (mgr.14403) 16926 : cluster 0 pgmap v12638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:18.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:16:18.029 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:18.029 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:18.918 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:16:18.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:18.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:18.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:18.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:16:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:19 smithi079 bash[28699]: cluster 2023-12-08T00:16:18.195638+0000 mgr.a (mgr.14403) 16927 : cluster 0 pgmap v12639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:19 smithi079 bash[28699]: audit 2023-12-08T00:16:18.427807+0000 mgr.a (mgr.14403) 16928 : audit 0 from='client.337803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:19 smithi079 bash[28699]: audit 2023-12-08T00:16:19.025161+0000 mon.a (mon.0) 2792 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:16:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:19 smithi194 bash[32038]: cluster 2023-12-08T00:16:18.195638+0000 mgr.a (mgr.14403) 16927 : cluster 0 pgmap v12639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:19 smithi194 bash[32038]: audit 2023-12-08T00:16:18.427807+0000 mgr.a (mgr.14403) 16928 : audit 0 from='client.337803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:19 smithi194 bash[32038]: audit 2023-12-08T00:16:19.025161+0000 mon.a (mon.0) 2792 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:16:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:19 smithi135 bash[32435]: cluster 2023-12-08T00:16:18.195638+0000 mgr.a (mgr.14403) 16927 : cluster 0 pgmap v12639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:19 smithi135 bash[32435]: audit 2023-12-08T00:16:18.427807+0000 mgr.a (mgr.14403) 16928 : audit 0 from='client.337803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:19 smithi135 bash[32435]: audit 2023-12-08T00:16:19.025161+0000 mon.a (mon.0) 2792 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:16:21.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:20 smithi079 bash[28699]: audit 2023-12-08T00:16:19.711161+0000 mon.a (mon.0) 2793 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:20 smithi079 bash[28699]: audit 2023-12-08T00:16:19.717976+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:21.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:20 smithi079 bash[28699]: cluster 2023-12-08T00:16:20.196619+0000 mgr.a (mgr.14403) 16929 : cluster 0 pgmap v12640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:20 smithi194 bash[32038]: audit 2023-12-08T00:16:19.711161+0000 mon.a (mon.0) 2793 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:20 smithi194 bash[32038]: audit 2023-12-08T00:16:19.717976+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:21.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:20 smithi194 bash[32038]: cluster 2023-12-08T00:16:20.196619+0000 mgr.a (mgr.14403) 16929 : cluster 0 pgmap v12640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:20 smithi135 bash[32435]: audit 2023-12-08T00:16:19.711161+0000 mon.a (mon.0) 2793 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:20 smithi135 bash[32435]: audit 2023-12-08T00:16:19.717976+0000 mon.a (mon.0) 2794 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:21.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:20 smithi135 bash[32435]: cluster 2023-12-08T00:16:20.196619+0000 mgr.a (mgr.14403) 16929 : cluster 0 pgmap v12640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:22 smithi194 bash[32038]: cluster 2023-12-08T00:16:22.197175+0000 mgr.a (mgr.14403) 16930 : cluster 0 pgmap v12641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:23.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:22 smithi135 bash[32435]: cluster 2023-12-08T00:16:22.197175+0000 mgr.a (mgr.14403) 16930 : cluster 0 pgmap v12641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:22 smithi079 bash[28699]: cluster 2023-12-08T00:16:22.197175+0000 mgr.a (mgr.14403) 16930 : cluster 0 pgmap v12641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:23.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:16:23.921 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:23.921 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:24.812 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:16:24.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:24.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:24.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:24.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:16:25.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:25 smithi079 bash[28699]: cluster 2023-12-08T00:16:24.198056+0000 mgr.a (mgr.14403) 16931 : cluster 0 pgmap v12642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:25.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:25 smithi079 bash[28699]: audit 2023-12-08T00:16:24.318901+0000 mgr.a (mgr.14403) 16932 : audit 0 from='client.337878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:25 smithi194 bash[32038]: cluster 2023-12-08T00:16:24.198056+0000 mgr.a (mgr.14403) 16931 : cluster 0 pgmap v12642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:25 smithi194 bash[32038]: audit 2023-12-08T00:16:24.318901+0000 mgr.a (mgr.14403) 16932 : audit 0 from='client.337878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:25 smithi135 bash[32435]: cluster 2023-12-08T00:16:24.198056+0000 mgr.a (mgr.14403) 16931 : cluster 0 pgmap v12642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:25.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:25 smithi135 bash[32435]: audit 2023-12-08T00:16:24.318901+0000 mgr.a (mgr.14403) 16932 : audit 0 from='client.337878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:27.618 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:27 smithi135 bash[32435]: cluster 2023-12-08T00:16:26.198735+0000 mgr.a (mgr.14403) 16933 : cluster 0 pgmap v12643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:27 smithi079 bash[28699]: cluster 2023-12-08T00:16:26.198735+0000 mgr.a (mgr.14403) 16933 : cluster 0 pgmap v12643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:27 smithi194 bash[32038]: cluster 2023-12-08T00:16:26.198735+0000 mgr.a (mgr.14403) 16933 : cluster 0 pgmap v12643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:29.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:29 smithi135 bash[32435]: cluster 2023-12-08T00:16:28.199319+0000 mgr.a (mgr.14403) 16934 : cluster 0 pgmap v12644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:29 smithi079 bash[28699]: cluster 2023-12-08T00:16:28.199319+0000 mgr.a (mgr.14403) 16934 : cluster 0 pgmap v12644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:29.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:29 smithi194 bash[32038]: cluster 2023-12-08T00:16:28.199319+0000 mgr.a (mgr.14403) 16934 : cluster 0 pgmap v12644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:29.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:16:29.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:29.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:30.749 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:16:30.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:30.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:30.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:30.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:16:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:30 smithi194 bash[32038]: audit 2023-12-08T00:16:29.913860+0000 mon.a (mon.0) 2795 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:31.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:30 smithi194 bash[32038]: audit 2023-12-08T00:16:29.919791+0000 mon.a (mon.0) 2796 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:31.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:30 smithi194 bash[32038]: audit 2023-12-08T00:16:29.921417+0000 mon.a (mon.0) 2797 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:16:31.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:30 smithi194 bash[32038]: audit 2023-12-08T00:16:29.922740+0000 mon.a (mon.0) 2798 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:16:31.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:30 smithi194 bash[32038]: audit 2023-12-08T00:16:29.928875+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:31.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:30 smithi194 bash[32038]: cluster 2023-12-08T00:16:30.199848+0000 mgr.a (mgr.14403) 16935 : cluster 0 pgmap v12645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:31.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:30 smithi194 bash[32038]: audit 2023-12-08T00:16:30.214610+0000 mgr.a (mgr.14403) 16936 : audit 0 from='client.337956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:30 smithi135 bash[32435]: audit 2023-12-08T00:16:29.913860+0000 mon.a (mon.0) 2795 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:30 smithi135 bash[32435]: audit 2023-12-08T00:16:29.919791+0000 mon.a (mon.0) 2796 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:30 smithi135 bash[32435]: audit 2023-12-08T00:16:29.921417+0000 mon.a (mon.0) 2797 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:16:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:30 smithi135 bash[32435]: audit 2023-12-08T00:16:29.922740+0000 mon.a (mon.0) 2798 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:16:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:30 smithi135 bash[32435]: audit 2023-12-08T00:16:29.928875+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:31.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:30 smithi135 bash[32435]: cluster 2023-12-08T00:16:30.199848+0000 mgr.a (mgr.14403) 16935 : cluster 0 pgmap v12645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:31.211 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:30 smithi135 bash[32435]: audit 2023-12-08T00:16:30.214610+0000 mgr.a (mgr.14403) 16936 : audit 0 from='client.337956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:30 smithi079 bash[28699]: audit 2023-12-08T00:16:29.913860+0000 mon.a (mon.0) 2795 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:30 smithi079 bash[28699]: audit 2023-12-08T00:16:29.919791+0000 mon.a (mon.0) 2796 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:30 smithi079 bash[28699]: audit 2023-12-08T00:16:29.921417+0000 mon.a (mon.0) 2797 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:16:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:30 smithi079 bash[28699]: audit 2023-12-08T00:16:29.922740+0000 mon.a (mon.0) 2798 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:16:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:30 smithi079 bash[28699]: audit 2023-12-08T00:16:29.928875+0000 mon.a (mon.0) 2799 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:16:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:30 smithi079 bash[28699]: cluster 2023-12-08T00:16:30.199848+0000 mgr.a (mgr.14403) 16935 : cluster 0 pgmap v12645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:31.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:30 smithi079 bash[28699]: audit 2023-12-08T00:16:30.214610+0000 mgr.a (mgr.14403) 16936 : audit 0 from='client.337956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:33.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:32 smithi194 bash[32038]: cluster 2023-12-08T00:16:32.200492+0000 mgr.a (mgr.14403) 16937 : cluster 0 pgmap v12646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:32 smithi135 bash[32435]: cluster 2023-12-08T00:16:32.200492+0000 mgr.a (mgr.14403) 16937 : cluster 0 pgmap v12646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:32 smithi079 bash[28699]: cluster 2023-12-08T00:16:32.200492+0000 mgr.a (mgr.14403) 16937 : cluster 0 pgmap v12646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:35.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:35 smithi079 bash[28699]: cluster 2023-12-08T00:16:34.201296+0000 mgr.a (mgr.14403) 16938 : cluster 0 pgmap v12647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:35.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:35 smithi194 bash[32038]: cluster 2023-12-08T00:16:34.201296+0000 mgr.a (mgr.14403) 16938 : cluster 0 pgmap v12647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:35.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:35 smithi135 bash[32435]: cluster 2023-12-08T00:16:34.201296+0000 mgr.a (mgr.14403) 16938 : cluster 0 pgmap v12647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:35.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:16:35.752 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:35.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:36.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:36.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:36.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:36.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:16:36.677 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:16:37.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:37 smithi079 bash[28699]: audit 2023-12-08T00:16:36.153554+0000 mgr.a (mgr.14403) 16939 : audit 0 from='client.338031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:37.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:37 smithi079 bash[28699]: cluster 2023-12-08T00:16:36.202075+0000 mgr.a (mgr.14403) 16940 : cluster 0 pgmap v12648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:37 smithi194 bash[32038]: audit 2023-12-08T00:16:36.153554+0000 mgr.a (mgr.14403) 16939 : audit 0 from='client.338031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:37 smithi194 bash[32038]: cluster 2023-12-08T00:16:36.202075+0000 mgr.a (mgr.14403) 16940 : cluster 0 pgmap v12648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:37.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:37 smithi135 bash[32435]: audit 2023-12-08T00:16:36.153554+0000 mgr.a (mgr.14403) 16939 : audit 0 from='client.338031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:37.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:37 smithi135 bash[32435]: cluster 2023-12-08T00:16:36.202075+0000 mgr.a (mgr.14403) 16940 : cluster 0 pgmap v12648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:39 smithi079 bash[28699]: cluster 2023-12-08T00:16:38.202789+0000 mgr.a (mgr.14403) 16941 : cluster 0 pgmap v12649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:39.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:39 smithi194 bash[32038]: cluster 2023-12-08T00:16:38.202789+0000 mgr.a (mgr.14403) 16941 : cluster 0 pgmap v12649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:39 smithi135 bash[32435]: cluster 2023-12-08T00:16:38.202789+0000 mgr.a (mgr.14403) 16941 : cluster 0 pgmap v12649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:41 smithi079 bash[28699]: cluster 2023-12-08T00:16:40.203614+0000 mgr.a (mgr.14403) 16942 : cluster 0 pgmap v12650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:41.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:16:41.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:41.681 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:41 smithi194 bash[32038]: cluster 2023-12-08T00:16:40.203614+0000 mgr.a (mgr.14403) 16942 : cluster 0 pgmap v12650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:41 smithi135 bash[32435]: cluster 2023-12-08T00:16:40.203614+0000 mgr.a (mgr.14403) 16942 : cluster 0 pgmap v12650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:42.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:42.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:42.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:42.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:16:42.583 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:16:43.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:42 smithi194 bash[32038]: audit 2023-12-08T00:16:42.078154+0000 mgr.a (mgr.14403) 16943 : audit 0 from='client.338106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:43.209 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:42 smithi194 bash[32038]: cluster 2023-12-08T00:16:42.204129+0000 mgr.a (mgr.14403) 16944 : cluster 0 pgmap v12651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:42 smithi135 bash[32435]: audit 2023-12-08T00:16:42.078154+0000 mgr.a (mgr.14403) 16943 : audit 0 from='client.338106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:43.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:42 smithi135 bash[32435]: cluster 2023-12-08T00:16:42.204129+0000 mgr.a (mgr.14403) 16944 : cluster 0 pgmap v12651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:42 smithi079 bash[28699]: audit 2023-12-08T00:16:42.078154+0000 mgr.a (mgr.14403) 16943 : audit 0 from='client.338106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:42 smithi079 bash[28699]: cluster 2023-12-08T00:16:42.204129+0000 mgr.a (mgr.14403) 16944 : cluster 0 pgmap v12651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:45.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:45 smithi079 bash[28699]: cluster 2023-12-08T00:16:44.205002+0000 mgr.a (mgr.14403) 16945 : cluster 0 pgmap v12652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:45.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:45 smithi194 bash[32038]: cluster 2023-12-08T00:16:44.205002+0000 mgr.a (mgr.14403) 16945 : cluster 0 pgmap v12652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:45.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:45 smithi135 bash[32435]: cluster 2023-12-08T00:16:44.205002+0000 mgr.a (mgr.14403) 16945 : cluster 0 pgmap v12652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:16:47.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:16:47.585 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:47.585 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:47 smithi079 bash[28699]: cluster 2023-12-08T00:16:46.205544+0000 mgr.a (mgr.14403) 16946 : cluster 0 pgmap v12653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:47.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:47 smithi194 bash[32038]: cluster 2023-12-08T00:16:46.205544+0000 mgr.a (mgr.14403) 16946 : cluster 0 pgmap v12653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:47.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:47 smithi135 bash[32435]: cluster 2023-12-08T00:16:46.205544+0000 mgr.a (mgr.14403) 16946 : cluster 0 pgmap v12653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:48.481 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:16:48.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:48.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:48.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:48.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:16:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:49 smithi079 bash[28699]: audit 2023-12-08T00:16:47.982622+0000 mgr.a (mgr.14403) 16947 : audit 0 from='client.338181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:49 smithi079 bash[28699]: cluster 2023-12-08T00:16:48.206030+0000 mgr.a (mgr.14403) 16948 : cluster 0 pgmap v12654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:49 smithi194 bash[32038]: audit 2023-12-08T00:16:47.982622+0000 mgr.a (mgr.14403) 16947 : audit 0 from='client.338181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:49 smithi194 bash[32038]: cluster 2023-12-08T00:16:48.206030+0000 mgr.a (mgr.14403) 16948 : cluster 0 pgmap v12654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:49 smithi135 bash[32435]: audit 2023-12-08T00:16:47.982622+0000 mgr.a (mgr.14403) 16947 : audit 0 from='client.338181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:49 smithi135 bash[32435]: cluster 2023-12-08T00:16:48.206030+0000 mgr.a (mgr.14403) 16948 : cluster 0 pgmap v12654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:51 smithi079 bash[28699]: cluster 2023-12-08T00:16:50.206864+0000 mgr.a (mgr.14403) 16949 : cluster 0 pgmap v12655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:16:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:51 smithi194 bash[32038]: cluster 2023-12-08T00:16:50.206864+0000 mgr.a (mgr.14403) 16949 : cluster 0 pgmap v12655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:16:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:51 smithi135 bash[32435]: cluster 2023-12-08T00:16:50.206864+0000 mgr.a (mgr.14403) 16949 : cluster 0 pgmap v12655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:16:53.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:52 smithi194 bash[32038]: cluster 2023-12-08T00:16:52.207551+0000 mgr.a (mgr.14403) 16950 : cluster 0 pgmap v12656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:16:53.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:52 smithi135 bash[32435]: cluster 2023-12-08T00:16:52.207551+0000 mgr.a (mgr.14403) 16950 : cluster 0 pgmap v12656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:16:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:52 smithi079 bash[28699]: cluster 2023-12-08T00:16:52.207551+0000 mgr.a (mgr.14403) 16950 : cluster 0 pgmap v12656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:16:53.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:16:53.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:53.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:54.425 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:16:54.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:16:54.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:16:54.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:16:54.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:16:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:55 smithi079 bash[28699]: audit 2023-12-08T00:16:53.886392+0000 mgr.a (mgr.14403) 16951 : audit 0 from='client.338259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:55 smithi079 bash[28699]: cluster 2023-12-08T00:16:54.208786+0000 mgr.a (mgr.14403) 16952 : cluster 0 pgmap v12657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:55 smithi194 bash[32038]: audit 2023-12-08T00:16:53.886392+0000 mgr.a (mgr.14403) 16951 : audit 0 from='client.338259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:55 smithi194 bash[32038]: cluster 2023-12-08T00:16:54.208786+0000 mgr.a (mgr.14403) 16952 : cluster 0 pgmap v12657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:55 smithi135 bash[32435]: audit 2023-12-08T00:16:53.886392+0000 mgr.a (mgr.14403) 16951 : audit 0 from='client.338259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:16:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:55 smithi135 bash[32435]: cluster 2023-12-08T00:16:54.208786+0000 mgr.a (mgr.14403) 16952 : cluster 0 pgmap v12657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:16:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:57 smithi079 bash[28699]: cluster 2023-12-08T00:16:56.209489+0000 mgr.a (mgr.14403) 16953 : cluster 0 pgmap v12658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:57 smithi194 bash[32038]: cluster 2023-12-08T00:16:56.209489+0000 mgr.a (mgr.14403) 16953 : cluster 0 pgmap v12658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:57.738 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:57 smithi135 bash[32435]: cluster 2023-12-08T00:16:56.209489+0000 mgr.a (mgr.14403) 16953 : cluster 0 pgmap v12658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:59.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:16:59.428 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:16:59.428 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:16:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:16:59 smithi079 bash[28699]: cluster 2023-12-08T00:16:58.210079+0000 mgr.a (mgr.14403) 16954 : cluster 0 pgmap v12659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:16:59 smithi194 bash[32038]: cluster 2023-12-08T00:16:58.210079+0000 mgr.a (mgr.14403) 16954 : cluster 0 pgmap v12659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:16:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:16:59 smithi135 bash[32435]: cluster 2023-12-08T00:16:58.210079+0000 mgr.a (mgr.14403) 16954 : cluster 0 pgmap v12659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:00.327 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:17:00.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:00.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:00.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:00.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:17:01.600 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:01 smithi135 bash[32435]: audit 2023-12-08T00:16:59.830613+0000 mgr.a (mgr.14403) 16955 : audit 0 from='client.338337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:01.600 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:01 smithi135 bash[32435]: cluster 2023-12-08T00:17:00.210822+0000 mgr.a (mgr.14403) 16956 : cluster 0 pgmap v12660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:01.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:01 smithi079 bash[28699]: audit 2023-12-08T00:16:59.830613+0000 mgr.a (mgr.14403) 16955 : audit 0 from='client.338337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:01.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:01 smithi079 bash[28699]: cluster 2023-12-08T00:17:00.210822+0000 mgr.a (mgr.14403) 16956 : cluster 0 pgmap v12660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:01 smithi194 bash[32038]: audit 2023-12-08T00:16:59.830613+0000 mgr.a (mgr.14403) 16955 : audit 0 from='client.338337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:01 smithi194 bash[32038]: cluster 2023-12-08T00:17:00.210822+0000 mgr.a (mgr.14403) 16956 : cluster 0 pgmap v12660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:03.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:02 smithi194 bash[32038]: cluster 2023-12-08T00:17:02.211362+0000 mgr.a (mgr.14403) 16957 : cluster 0 pgmap v12661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:17:03.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:02 smithi135 bash[32435]: cluster 2023-12-08T00:17:02.211362+0000 mgr.a (mgr.14403) 16957 : cluster 0 pgmap v12661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:17:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:02 smithi079 bash[28699]: cluster 2023-12-08T00:17:02.211362+0000 mgr.a (mgr.14403) 16957 : cluster 0 pgmap v12661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:17:05.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:17:05.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:05.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:05.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:05 smithi079 bash[28699]: cluster 2023-12-08T00:17:04.212132+0000 mgr.a (mgr.14403) 16958 : cluster 0 pgmap v12662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:17:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:05 smithi194 bash[32038]: cluster 2023-12-08T00:17:04.212132+0000 mgr.a (mgr.14403) 16958 : cluster 0 pgmap v12662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:17:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:05 smithi135 bash[32435]: cluster 2023-12-08T00:17:04.212132+0000 mgr.a (mgr.14403) 16958 : cluster 0 pgmap v12662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:17:06.252 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:17:06.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:06.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:06.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:06.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:17:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:07 smithi079 bash[28699]: audit 2023-12-08T00:17:05.731698+0000 mgr.a (mgr.14403) 16959 : audit 0 from='client.338409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:07 smithi079 bash[28699]: cluster 2023-12-08T00:17:06.212811+0000 mgr.a (mgr.14403) 16960 : cluster 0 pgmap v12663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:07 smithi194 bash[32038]: audit 2023-12-08T00:17:05.731698+0000 mgr.a (mgr.14403) 16959 : audit 0 from='client.338409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:07 smithi194 bash[32038]: cluster 2023-12-08T00:17:06.212811+0000 mgr.a (mgr.14403) 16960 : cluster 0 pgmap v12663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:07.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:07 smithi135 bash[32435]: audit 2023-12-08T00:17:05.731698+0000 mgr.a (mgr.14403) 16959 : audit 0 from='client.338409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:07.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:07 smithi135 bash[32435]: cluster 2023-12-08T00:17:06.212811+0000 mgr.a (mgr.14403) 16960 : cluster 0 pgmap v12663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:09 smithi079 bash[28699]: cluster 2023-12-08T00:17:08.213414+0000 mgr.a (mgr.14403) 16961 : cluster 0 pgmap v12664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:09 smithi194 bash[32038]: cluster 2023-12-08T00:17:08.213414+0000 mgr.a (mgr.14403) 16961 : cluster 0 pgmap v12664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:09 smithi135 bash[32435]: cluster 2023-12-08T00:17:08.213414+0000 mgr.a (mgr.14403) 16961 : cluster 0 pgmap v12664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:11.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:17:11.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:11.255 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:11 smithi079 bash[28699]: cluster 2023-12-08T00:17:10.214209+0000 mgr.a (mgr.14403) 16962 : cluster 0 pgmap v12665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:11 smithi194 bash[32038]: cluster 2023-12-08T00:17:10.214209+0000 mgr.a (mgr.14403) 16962 : cluster 0 pgmap v12665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:11.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:11 smithi135 bash[32435]: cluster 2023-12-08T00:17:10.214209+0000 mgr.a (mgr.14403) 16962 : cluster 0 pgmap v12665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:12.168 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:17:12.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:12.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:12.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:12.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:17:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:12 smithi079 bash[28699]: audit 2023-12-08T00:17:11.659570+0000 mgr.a (mgr.14403) 16963 : audit 0 from='client.338484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:12 smithi194 bash[32038]: audit 2023-12-08T00:17:11.659570+0000 mgr.a (mgr.14403) 16963 : audit 0 from='client.338484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:12.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:12 smithi135 bash[32435]: audit 2023-12-08T00:17:11.659570+0000 mgr.a (mgr.14403) 16963 : audit 0 from='client.338484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:13.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:13 smithi079 bash[28699]: cluster 2023-12-08T00:17:12.214997+0000 mgr.a (mgr.14403) 16964 : cluster 0 pgmap v12666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:13.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:13 smithi194 bash[32038]: cluster 2023-12-08T00:17:12.214997+0000 mgr.a (mgr.14403) 16964 : cluster 0 pgmap v12666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:13.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:13 smithi135 bash[32435]: cluster 2023-12-08T00:17:12.214997+0000 mgr.a (mgr.14403) 16964 : cluster 0 pgmap v12666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:15.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:15 smithi079 bash[28699]: cluster 2023-12-08T00:17:14.215825+0000 mgr.a (mgr.14403) 16965 : cluster 0 pgmap v12667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:15 smithi194 bash[32038]: cluster 2023-12-08T00:17:14.215825+0000 mgr.a (mgr.14403) 16965 : cluster 0 pgmap v12667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:15.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:15 smithi135 bash[32435]: cluster 2023-12-08T00:17:14.215825+0000 mgr.a (mgr.14403) 16965 : cluster 0 pgmap v12667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:17.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:17:17.171 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:17.171 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:17 smithi079 bash[28699]: cluster 2023-12-08T00:17:16.216400+0000 mgr.a (mgr.14403) 16966 : cluster 0 pgmap v12668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:17.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:17 smithi194 bash[32038]: cluster 2023-12-08T00:17:16.216400+0000 mgr.a (mgr.14403) 16966 : cluster 0 pgmap v12668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:17.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:17 smithi135 bash[32435]: cluster 2023-12-08T00:17:16.216400+0000 mgr.a (mgr.14403) 16966 : cluster 0 pgmap v12668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:18.090 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:17:18.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:18.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:18.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:18.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:17:18.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:18 smithi079 bash[28699]: audit 2023-12-08T00:17:17.570794+0000 mgr.a (mgr.14403) 16967 : audit 0 from='client.338562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:18 smithi194 bash[32038]: audit 2023-12-08T00:17:17.570794+0000 mgr.a (mgr.14403) 16967 : audit 0 from='client.338562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:18.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:18 smithi135 bash[32435]: audit 2023-12-08T00:17:17.570794+0000 mgr.a (mgr.14403) 16967 : audit 0 from='client.338562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:19 smithi079 bash[28699]: cluster 2023-12-08T00:17:18.217177+0000 mgr.a (mgr.14403) 16968 : cluster 0 pgmap v12669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:19 smithi194 bash[32038]: cluster 2023-12-08T00:17:18.217177+0000 mgr.a (mgr.14403) 16968 : cluster 0 pgmap v12669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:19 smithi135 bash[32435]: cluster 2023-12-08T00:17:18.217177+0000 mgr.a (mgr.14403) 16968 : cluster 0 pgmap v12669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:21 smithi079 bash[28699]: cluster 2023-12-08T00:17:20.218004+0000 mgr.a (mgr.14403) 16969 : cluster 0 pgmap v12670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:21 smithi194 bash[32038]: cluster 2023-12-08T00:17:20.218004+0000 mgr.a (mgr.14403) 16969 : cluster 0 pgmap v12670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:21.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:21 smithi135 bash[32435]: cluster 2023-12-08T00:17:20.218004+0000 mgr.a (mgr.14403) 16969 : cluster 0 pgmap v12670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:23.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:17:23.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:23.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:23.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:22 smithi194 bash[32038]: cluster 2023-12-08T00:17:22.218557+0000 mgr.a (mgr.14403) 16970 : cluster 0 pgmap v12671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:22 smithi135 bash[32435]: cluster 2023-12-08T00:17:22.218557+0000 mgr.a (mgr.14403) 16970 : cluster 0 pgmap v12671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:22 smithi079 bash[28699]: cluster 2023-12-08T00:17:22.218557+0000 mgr.a (mgr.14403) 16970 : cluster 0 pgmap v12671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:23.994 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:17:23.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:23.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:23.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:23.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:17:24.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:23 smithi194 bash[32038]: audit 2023-12-08T00:17:23.495493+0000 mgr.a (mgr.14403) 16971 : audit 0 from='client.338640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:24.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:23 smithi135 bash[32435]: audit 2023-12-08T00:17:23.495493+0000 mgr.a (mgr.14403) 16971 : audit 0 from='client.338640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:24.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:23 smithi079 bash[28699]: audit 2023-12-08T00:17:23.495493+0000 mgr.a (mgr.14403) 16971 : audit 0 from='client.338640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:24 smithi079 bash[28699]: cluster 2023-12-08T00:17:24.219649+0000 mgr.a (mgr.14403) 16972 : cluster 0 pgmap v12672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:25.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:24 smithi194 bash[32038]: cluster 2023-12-08T00:17:24.219649+0000 mgr.a (mgr.14403) 16972 : cluster 0 pgmap v12672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:24 smithi135 bash[32435]: cluster 2023-12-08T00:17:24.219649+0000 mgr.a (mgr.14403) 16972 : cluster 0 pgmap v12672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:27 smithi079 bash[28699]: cluster 2023-12-08T00:17:26.220376+0000 mgr.a (mgr.14403) 16973 : cluster 0 pgmap v12673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:27 smithi194 bash[32038]: cluster 2023-12-08T00:17:26.220376+0000 mgr.a (mgr.14403) 16973 : cluster 0 pgmap v12673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:27 smithi135 bash[32435]: cluster 2023-12-08T00:17:26.220376+0000 mgr.a (mgr.14403) 16973 : cluster 0 pgmap v12673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:28.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:17:28.996 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:28.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:29 smithi079 bash[28699]: cluster 2023-12-08T00:17:28.221053+0000 mgr.a (mgr.14403) 16974 : cluster 0 pgmap v12674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:29.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:29 smithi194 bash[32038]: cluster 2023-12-08T00:17:28.221053+0000 mgr.a (mgr.14403) 16974 : cluster 0 pgmap v12674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:29 smithi135 bash[32435]: cluster 2023-12-08T00:17:28.221053+0000 mgr.a (mgr.14403) 16974 : cluster 0 pgmap v12674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:29.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:29.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:29.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:29.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:17:29.916 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:17:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:30 smithi079 bash[28699]: audit 2023-12-08T00:17:29.401062+0000 mgr.a (mgr.14403) 16975 : audit 0 from='client.338715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:30.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:30 smithi079 bash[28699]: audit 2023-12-08T00:17:30.030734+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:17:30.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:30 smithi194 bash[32038]: audit 2023-12-08T00:17:29.401062+0000 mgr.a (mgr.14403) 16975 : audit 0 from='client.338715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:30.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:30 smithi194 bash[32038]: audit 2023-12-08T00:17:30.030734+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:17:30.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:30 smithi135 bash[32435]: audit 2023-12-08T00:17:29.401062+0000 mgr.a (mgr.14403) 16975 : audit 0 from='client.338715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:30.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:30 smithi135 bash[32435]: audit 2023-12-08T00:17:30.030734+0000 mon.a (mon.0) 2800 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:17:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:31 smithi079 bash[28699]: cluster 2023-12-08T00:17:30.221724+0000 mgr.a (mgr.14403) 16976 : cluster 0 pgmap v12675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:31 smithi079 bash[28699]: audit 2023-12-08T00:17:30.560536+0000 mon.a (mon.0) 2801 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:31 smithi079 bash[28699]: audit 2023-12-08T00:17:30.567060+0000 mon.a (mon.0) 2802 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:31 smithi194 bash[32038]: cluster 2023-12-08T00:17:30.221724+0000 mgr.a (mgr.14403) 16976 : cluster 0 pgmap v12675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:31 smithi194 bash[32038]: audit 2023-12-08T00:17:30.560536+0000 mon.a (mon.0) 2801 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:31 smithi194 bash[32038]: audit 2023-12-08T00:17:30.567060+0000 mon.a (mon.0) 2802 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:31 smithi135 bash[32435]: cluster 2023-12-08T00:17:30.221724+0000 mgr.a (mgr.14403) 16976 : cluster 0 pgmap v12675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:31.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:31 smithi135 bash[32435]: audit 2023-12-08T00:17:30.560536+0000 mon.a (mon.0) 2801 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:31.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:31 smithi135 bash[32435]: audit 2023-12-08T00:17:30.567060+0000 mon.a (mon.0) 2802 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:32 smithi135 bash[32435]: cluster 2023-12-08T00:17:32.222260+0000 mgr.a (mgr.14403) 16977 : cluster 0 pgmap v12676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:32 smithi079 bash[28699]: cluster 2023-12-08T00:17:32.222260+0000 mgr.a (mgr.14403) 16977 : cluster 0 pgmap v12676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:32 smithi194 bash[32038]: cluster 2023-12-08T00:17:32.222260+0000 mgr.a (mgr.14403) 16977 : cluster 0 pgmap v12676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:17:34.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:17:34.921 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:34.921 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:35.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:35 smithi079 bash[28699]: cluster 2023-12-08T00:17:34.223022+0000 mgr.a (mgr.14403) 16978 : cluster 0 pgmap v12677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:35.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:35 smithi194 bash[32038]: cluster 2023-12-08T00:17:34.223022+0000 mgr.a (mgr.14403) 16978 : cluster 0 pgmap v12677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:35.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:35 smithi135 bash[32435]: cluster 2023-12-08T00:17:34.223022+0000 mgr.a (mgr.14403) 16978 : cluster 0 pgmap v12677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:35.792 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:17:35.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:35.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:35.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:35.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:17:36.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:36 smithi079 bash[28699]: audit 2023-12-08T00:17:35.313494+0000 mgr.a (mgr.14403) 16979 : audit 0 from='client.338790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:36.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:36 smithi194 bash[32038]: audit 2023-12-08T00:17:35.313494+0000 mgr.a (mgr.14403) 16979 : audit 0 from='client.338790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:36.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:36 smithi135 bash[32435]: audit 2023-12-08T00:17:35.313494+0000 mgr.a (mgr.14403) 16979 : audit 0 from='client.338790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:37.559 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:37 smithi194 bash[32038]: cluster 2023-12-08T00:17:36.223622+0000 mgr.a (mgr.14403) 16980 : cluster 0 pgmap v12678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:37.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:37 smithi079 bash[28699]: cluster 2023-12-08T00:17:36.223622+0000 mgr.a (mgr.14403) 16980 : cluster 0 pgmap v12678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:37.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:37 smithi135 bash[32435]: cluster 2023-12-08T00:17:36.223622+0000 mgr.a (mgr.14403) 16980 : cluster 0 pgmap v12678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:39.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:39 smithi194 bash[32038]: cluster 2023-12-08T00:17:38.224146+0000 mgr.a (mgr.14403) 16981 : cluster 0 pgmap v12679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:39 smithi079 bash[28699]: cluster 2023-12-08T00:17:38.224146+0000 mgr.a (mgr.14403) 16981 : cluster 0 pgmap v12679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:39 smithi135 bash[32435]: cluster 2023-12-08T00:17:38.224146+0000 mgr.a (mgr.14403) 16981 : cluster 0 pgmap v12679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:40.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:17:40.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:40.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:41 smithi079 bash[28699]: cluster 2023-12-08T00:17:40.224966+0000 mgr.a (mgr.14403) 16982 : cluster 0 pgmap v12680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:41.697 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:17:41.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:41.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:41.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:41.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:17:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:41 smithi194 bash[32038]: cluster 2023-12-08T00:17:40.224966+0000 mgr.a (mgr.14403) 16982 : cluster 0 pgmap v12680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:41 smithi135 bash[32435]: cluster 2023-12-08T00:17:40.224966+0000 mgr.a (mgr.14403) 16982 : cluster 0 pgmap v12680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:42 smithi079 bash[28699]: audit 2023-12-08T00:17:41.194835+0000 mgr.a (mgr.14403) 16983 : audit 0 from='client.338859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:42 smithi079 bash[28699]: audit 2023-12-08T00:17:41.522569+0000 mon.a (mon.0) 2803 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:42 smithi079 bash[28699]: audit 2023-12-08T00:17:41.531088+0000 mon.a (mon.0) 2804 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:42 smithi079 bash[28699]: audit 2023-12-08T00:17:41.533402+0000 mon.a (mon.0) 2805 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:17:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:42 smithi079 bash[28699]: audit 2023-12-08T00:17:41.534555+0000 mon.a (mon.0) 2806 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:17:42.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:42 smithi079 bash[28699]: audit 2023-12-08T00:17:41.541259+0000 mon.a (mon.0) 2807 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:42 smithi194 bash[32038]: audit 2023-12-08T00:17:41.194835+0000 mgr.a (mgr.14403) 16983 : audit 0 from='client.338859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:42 smithi194 bash[32038]: audit 2023-12-08T00:17:41.522569+0000 mon.a (mon.0) 2803 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:42 smithi194 bash[32038]: audit 2023-12-08T00:17:41.531088+0000 mon.a (mon.0) 2804 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:42 smithi194 bash[32038]: audit 2023-12-08T00:17:41.533402+0000 mon.a (mon.0) 2805 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:17:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:42 smithi194 bash[32038]: audit 2023-12-08T00:17:41.534555+0000 mon.a (mon.0) 2806 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:17:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:42 smithi194 bash[32038]: audit 2023-12-08T00:17:41.541259+0000 mon.a (mon.0) 2807 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:42 smithi135 bash[32435]: audit 2023-12-08T00:17:41.194835+0000 mgr.a (mgr.14403) 16983 : audit 0 from='client.338859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:42 smithi135 bash[32435]: audit 2023-12-08T00:17:41.522569+0000 mon.a (mon.0) 2803 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:42 smithi135 bash[32435]: audit 2023-12-08T00:17:41.531088+0000 mon.a (mon.0) 2804 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:42 smithi135 bash[32435]: audit 2023-12-08T00:17:41.533402+0000 mon.a (mon.0) 2805 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:17:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:42 smithi135 bash[32435]: audit 2023-12-08T00:17:41.534555+0000 mon.a (mon.0) 2806 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:17:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:42 smithi135 bash[32435]: audit 2023-12-08T00:17:41.541259+0000 mon.a (mon.0) 2807 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:17:43.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:43 smithi079 bash[28699]: cluster 2023-12-08T00:17:42.225612+0000 mgr.a (mgr.14403) 16984 : cluster 0 pgmap v12681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:43.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:43 smithi194 bash[32038]: cluster 2023-12-08T00:17:42.225612+0000 mgr.a (mgr.14403) 16984 : cluster 0 pgmap v12681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:43.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:43 smithi135 bash[32435]: cluster 2023-12-08T00:17:42.225612+0000 mgr.a (mgr.14403) 16984 : cluster 0 pgmap v12681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:45 smithi079 bash[28699]: cluster 2023-12-08T00:17:44.226427+0000 mgr.a (mgr.14403) 16985 : cluster 0 pgmap v12682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:45 smithi194 bash[32038]: cluster 2023-12-08T00:17:44.226427+0000 mgr.a (mgr.14403) 16985 : cluster 0 pgmap v12682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:45.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:45 smithi135 bash[32435]: cluster 2023-12-08T00:17:44.226427+0000 mgr.a (mgr.14403) 16985 : cluster 0 pgmap v12682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:46.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:17:46.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:46.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:47.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:47.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:47.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:47.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:17:47.617 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:17:47.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:47 smithi079 bash[28699]: cluster 2023-12-08T00:17:46.227056+0000 mgr.a (mgr.14403) 16986 : cluster 0 pgmap v12683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:47 smithi194 bash[32038]: cluster 2023-12-08T00:17:46.227056+0000 mgr.a (mgr.14403) 16986 : cluster 0 pgmap v12683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:47 smithi135 bash[32435]: cluster 2023-12-08T00:17:46.227056+0000 mgr.a (mgr.14403) 16986 : cluster 0 pgmap v12683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:48 smithi079 bash[28699]: audit 2023-12-08T00:17:47.113006+0000 mgr.a (mgr.14403) 16987 : audit 0 from='client.338937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:48 smithi194 bash[32038]: audit 2023-12-08T00:17:47.113006+0000 mgr.a (mgr.14403) 16987 : audit 0 from='client.338937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:48 smithi135 bash[32435]: audit 2023-12-08T00:17:47.113006+0000 mgr.a (mgr.14403) 16987 : audit 0 from='client.338937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:49 smithi079 bash[28699]: cluster 2023-12-08T00:17:48.227744+0000 mgr.a (mgr.14403) 16988 : cluster 0 pgmap v12684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:49.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:49 smithi194 bash[32038]: cluster 2023-12-08T00:17:48.227744+0000 mgr.a (mgr.14403) 16988 : cluster 0 pgmap v12684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:49.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:49 smithi135 bash[32435]: cluster 2023-12-08T00:17:48.227744+0000 mgr.a (mgr.14403) 16988 : cluster 0 pgmap v12684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:51 smithi079 bash[28699]: cluster 2023-12-08T00:17:50.228547+0000 mgr.a (mgr.14403) 16989 : cluster 0 pgmap v12685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:51 smithi194 bash[32038]: cluster 2023-12-08T00:17:50.228547+0000 mgr.a (mgr.14403) 16989 : cluster 0 pgmap v12685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:51 smithi135 bash[32435]: cluster 2023-12-08T00:17:50.228547+0000 mgr.a (mgr.14403) 16989 : cluster 0 pgmap v12685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:17:52.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:17:52.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:52.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:52 smithi079 bash[28699]: cluster 2023-12-08T00:17:52.229113+0000 mgr.a (mgr.14403) 16990 : cluster 0 pgmap v12686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:52 smithi194 bash[32038]: cluster 2023-12-08T00:17:52.229113+0000 mgr.a (mgr.14403) 16990 : cluster 0 pgmap v12686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:52 smithi135 bash[32435]: cluster 2023-12-08T00:17:52.229113+0000 mgr.a (mgr.14403) 16990 : cluster 0 pgmap v12686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:17:53.549 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:17:53.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:53.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:53.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:53.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:17:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:53 smithi079 bash[28699]: audit 2023-12-08T00:17:53.029564+0000 mgr.a (mgr.14403) 16991 : audit 0 from='client.339012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:53 smithi194 bash[32038]: audit 2023-12-08T00:17:53.029564+0000 mgr.a (mgr.14403) 16991 : audit 0 from='client.339012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:53 smithi135 bash[32435]: audit 2023-12-08T00:17:53.029564+0000 mgr.a (mgr.14403) 16991 : audit 0 from='client.339012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:17:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:54 smithi079 bash[28699]: cluster 2023-12-08T00:17:54.229999+0000 mgr.a (mgr.14403) 16992 : cluster 0 pgmap v12687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:17:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:54 smithi194 bash[32038]: cluster 2023-12-08T00:17:54.229999+0000 mgr.a (mgr.14403) 16992 : cluster 0 pgmap v12687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:17:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:54 smithi135 bash[32435]: cluster 2023-12-08T00:17:54.229999+0000 mgr.a (mgr.14403) 16992 : cluster 0 pgmap v12687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:17:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:57 smithi079 bash[28699]: cluster 2023-12-08T00:17:56.230574+0000 mgr.a (mgr.14403) 16993 : cluster 0 pgmap v12688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:17:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:57 smithi194 bash[32038]: cluster 2023-12-08T00:17:56.230574+0000 mgr.a (mgr.14403) 16993 : cluster 0 pgmap v12688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:17:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:57 smithi135 bash[32435]: cluster 2023-12-08T00:17:56.230574+0000 mgr.a (mgr.14403) 16993 : cluster 0 pgmap v12688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:17:58.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:17:58.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:17:58.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:17:59.434 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:17:59.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:17:59.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:17:59.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:17:59.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:17:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:17:59 smithi079 bash[28699]: cluster 2023-12-08T00:17:58.231122+0000 mgr.a (mgr.14403) 16994 : cluster 0 pgmap v12689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:17:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:17:59 smithi194 bash[32038]: cluster 2023-12-08T00:17:58.231122+0000 mgr.a (mgr.14403) 16994 : cluster 0 pgmap v12689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:17:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:17:59 smithi135 bash[32435]: cluster 2023-12-08T00:17:58.231122+0000 mgr.a (mgr.14403) 16994 : cluster 0 pgmap v12689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:18:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:00 smithi079 bash[28699]: audit 2023-12-08T00:17:58.954431+0000 mgr.a (mgr.14403) 16995 : audit 0 from='client.339087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:00 smithi194 bash[32038]: audit 2023-12-08T00:17:58.954431+0000 mgr.a (mgr.14403) 16995 : audit 0 from='client.339087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:00 smithi135 bash[32435]: audit 2023-12-08T00:17:58.954431+0000 mgr.a (mgr.14403) 16995 : audit 0 from='client.339087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:01 smithi079 bash[28699]: cluster 2023-12-08T00:18:00.232052+0000 mgr.a (mgr.14403) 16996 : cluster 0 pgmap v12690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:01 smithi194 bash[32038]: cluster 2023-12-08T00:18:00.232052+0000 mgr.a (mgr.14403) 16996 : cluster 0 pgmap v12690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:01.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:01 smithi135 bash[32435]: cluster 2023-12-08T00:18:00.232052+0000 mgr.a (mgr.14403) 16996 : cluster 0 pgmap v12690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:02 smithi079 bash[28699]: cluster 2023-12-08T00:18:02.232584+0000 mgr.a (mgr.14403) 16997 : cluster 0 pgmap v12691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:02 smithi194 bash[32038]: cluster 2023-12-08T00:18:02.232584+0000 mgr.a (mgr.14403) 16997 : cluster 0 pgmap v12691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:02 smithi135 bash[32435]: cluster 2023-12-08T00:18:02.232584+0000 mgr.a (mgr.14403) 16997 : cluster 0 pgmap v12691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:04.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:18:04.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:04.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:05.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:05.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:05.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:05.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:18:05.333 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:18:05.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:05 smithi079 bash[28699]: cluster 2023-12-08T00:18:04.233281+0000 mgr.a (mgr.14403) 16998 : cluster 0 pgmap v12692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:05.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:05 smithi194 bash[32038]: cluster 2023-12-08T00:18:04.233281+0000 mgr.a (mgr.14403) 16998 : cluster 0 pgmap v12692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:05 smithi135 bash[32435]: cluster 2023-12-08T00:18:04.233281+0000 mgr.a (mgr.14403) 16998 : cluster 0 pgmap v12692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:06.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:06 smithi079 bash[28699]: audit 2023-12-08T00:18:04.834669+0000 mgr.a (mgr.14403) 16999 : audit 0 from='client.339165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:06.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:06 smithi194 bash[32038]: audit 2023-12-08T00:18:04.834669+0000 mgr.a (mgr.14403) 16999 : audit 0 from='client.339165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:06.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:06 smithi135 bash[32435]: audit 2023-12-08T00:18:04.834669+0000 mgr.a (mgr.14403) 16999 : audit 0 from='client.339165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:07 smithi079 bash[28699]: cluster 2023-12-08T00:18:06.233979+0000 mgr.a (mgr.14403) 17000 : cluster 0 pgmap v12693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:18:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:07 smithi194 bash[32038]: cluster 2023-12-08T00:18:06.233979+0000 mgr.a (mgr.14403) 17000 : cluster 0 pgmap v12693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:18:07.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:07 smithi135 bash[32435]: cluster 2023-12-08T00:18:06.233979+0000 mgr.a (mgr.14403) 17000 : cluster 0 pgmap v12693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:18:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:09 smithi079 bash[28699]: cluster 2023-12-08T00:18:08.234581+0000 mgr.a (mgr.14403) 17001 : cluster 0 pgmap v12694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:18:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:09 smithi194 bash[32038]: cluster 2023-12-08T00:18:08.234581+0000 mgr.a (mgr.14403) 17001 : cluster 0 pgmap v12694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:18:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:09 smithi135 bash[32435]: cluster 2023-12-08T00:18:08.234581+0000 mgr.a (mgr.14403) 17001 : cluster 0 pgmap v12694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:18:10.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:18:10.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:10.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:11.241 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:18:11.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:11.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:11.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:11.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:18:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:11 smithi079 bash[28699]: cluster 2023-12-08T00:18:10.235410+0000 mgr.a (mgr.14403) 17002 : cluster 0 pgmap v12695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:18:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:11 smithi194 bash[32038]: cluster 2023-12-08T00:18:10.235410+0000 mgr.a (mgr.14403) 17002 : cluster 0 pgmap v12695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:18:11.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:11 smithi135 bash[32435]: cluster 2023-12-08T00:18:10.235410+0000 mgr.a (mgr.14403) 17002 : cluster 0 pgmap v12695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:18:12.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:12 smithi079 bash[28699]: audit 2023-12-08T00:18:10.737923+0000 mgr.a (mgr.14403) 17003 : audit 0 from='client.339240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:12.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:12 smithi194 bash[32038]: audit 2023-12-08T00:18:10.737923+0000 mgr.a (mgr.14403) 17003 : audit 0 from='client.339240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:12.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:12 smithi135 bash[32435]: audit 2023-12-08T00:18:10.737923+0000 mgr.a (mgr.14403) 17003 : audit 0 from='client.339240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:13.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:13 smithi079 bash[28699]: cluster 2023-12-08T00:18:12.236167+0000 mgr.a (mgr.14403) 17004 : cluster 0 pgmap v12696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:13.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:13 smithi194 bash[32038]: cluster 2023-12-08T00:18:12.236167+0000 mgr.a (mgr.14403) 17004 : cluster 0 pgmap v12696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:13.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:13 smithi135 bash[32435]: cluster 2023-12-08T00:18:12.236167+0000 mgr.a (mgr.14403) 17004 : cluster 0 pgmap v12696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:15.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:15 smithi079 bash[28699]: cluster 2023-12-08T00:18:14.237004+0000 mgr.a (mgr.14403) 17005 : cluster 0 pgmap v12697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:15 smithi194 bash[32038]: cluster 2023-12-08T00:18:14.237004+0000 mgr.a (mgr.14403) 17005 : cluster 0 pgmap v12697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:15.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:15 smithi135 bash[32435]: cluster 2023-12-08T00:18:14.237004+0000 mgr.a (mgr.14403) 17005 : cluster 0 pgmap v12697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:16.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:18:16.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:16.245 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:17.181 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:18:17.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:17.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:17.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:17.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:18:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:17 smithi079 bash[28699]: cluster 2023-12-08T00:18:16.237581+0000 mgr.a (mgr.14403) 17006 : cluster 0 pgmap v12698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:17 smithi079 bash[28699]: audit 2023-12-08T00:18:16.650441+0000 mgr.a (mgr.14403) 17007 : audit 0 from='client.339315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:17.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:17 smithi194 bash[32038]: cluster 2023-12-08T00:18:16.237581+0000 mgr.a (mgr.14403) 17006 : cluster 0 pgmap v12698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:17.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:17 smithi194 bash[32038]: audit 2023-12-08T00:18:16.650441+0000 mgr.a (mgr.14403) 17007 : audit 0 from='client.339315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:17.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:17 smithi135 bash[32435]: cluster 2023-12-08T00:18:16.237581+0000 mgr.a (mgr.14403) 17006 : cluster 0 pgmap v12698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:17.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:17 smithi135 bash[32435]: audit 2023-12-08T00:18:16.650441+0000 mgr.a (mgr.14403) 17007 : audit 0 from='client.339315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:19 smithi079 bash[28699]: cluster 2023-12-08T00:18:18.238278+0000 mgr.a (mgr.14403) 17008 : cluster 0 pgmap v12699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:19 smithi194 bash[32038]: cluster 2023-12-08T00:18:18.238278+0000 mgr.a (mgr.14403) 17008 : cluster 0 pgmap v12699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:19 smithi135 bash[32435]: cluster 2023-12-08T00:18:18.238278+0000 mgr.a (mgr.14403) 17008 : cluster 0 pgmap v12699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:21 smithi079 bash[28699]: cluster 2023-12-08T00:18:20.239239+0000 mgr.a (mgr.14403) 17009 : cluster 0 pgmap v12700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:21 smithi194 bash[32038]: cluster 2023-12-08T00:18:20.239239+0000 mgr.a (mgr.14403) 17009 : cluster 0 pgmap v12700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:21.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:21 smithi135 bash[32435]: cluster 2023-12-08T00:18:20.239239+0000 mgr.a (mgr.14403) 17009 : cluster 0 pgmap v12700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:22.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:18:22.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:22.185 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:23.113 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:18:23.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:23.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:23.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:23.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:18:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:22 smithi079 bash[28699]: cluster 2023-12-08T00:18:22.239818+0000 mgr.a (mgr.14403) 17010 : cluster 0 pgmap v12701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:22 smithi079 bash[28699]: audit 2023-12-08T00:18:22.591756+0000 mgr.a (mgr.14403) 17011 : audit 0 from='client.339387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:22 smithi194 bash[32038]: cluster 2023-12-08T00:18:22.239818+0000 mgr.a (mgr.14403) 17010 : cluster 0 pgmap v12701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:22 smithi194 bash[32038]: audit 2023-12-08T00:18:22.591756+0000 mgr.a (mgr.14403) 17011 : audit 0 from='client.339387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:22 smithi135 bash[32435]: cluster 2023-12-08T00:18:22.239818+0000 mgr.a (mgr.14403) 17010 : cluster 0 pgmap v12701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:22 smithi135 bash[32435]: audit 2023-12-08T00:18:22.591756+0000 mgr.a (mgr.14403) 17011 : audit 0 from='client.339387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:25.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:25 smithi079 bash[28699]: cluster 2023-12-08T00:18:24.240772+0000 mgr.a (mgr.14403) 17012 : cluster 0 pgmap v12702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:25 smithi194 bash[32038]: cluster 2023-12-08T00:18:24.240772+0000 mgr.a (mgr.14403) 17012 : cluster 0 pgmap v12702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:25.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:25 smithi135 bash[32435]: cluster 2023-12-08T00:18:24.240772+0000 mgr.a (mgr.14403) 17012 : cluster 0 pgmap v12702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:27 smithi079 bash[28699]: cluster 2023-12-08T00:18:26.241356+0000 mgr.a (mgr.14403) 17013 : cluster 0 pgmap v12703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:27 smithi194 bash[32038]: cluster 2023-12-08T00:18:26.241356+0000 mgr.a (mgr.14403) 17013 : cluster 0 pgmap v12703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:27 smithi135 bash[32435]: cluster 2023-12-08T00:18:26.241356+0000 mgr.a (mgr.14403) 17013 : cluster 0 pgmap v12703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:28.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:18:28.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:28.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:29.026 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:18:29.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:29.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:29.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:29.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:18:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:29 smithi079 bash[28699]: cluster 2023-12-08T00:18:28.241804+0000 mgr.a (mgr.14403) 17014 : cluster 0 pgmap v12704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:29 smithi079 bash[28699]: audit 2023-12-08T00:18:28.519805+0000 mgr.a (mgr.14403) 17015 : audit 0 from='client.339465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:29.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:29 smithi194 bash[32038]: cluster 2023-12-08T00:18:28.241804+0000 mgr.a (mgr.14403) 17014 : cluster 0 pgmap v12704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:29.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:29 smithi194 bash[32038]: audit 2023-12-08T00:18:28.519805+0000 mgr.a (mgr.14403) 17015 : audit 0 from='client.339465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:29 smithi135 bash[32435]: cluster 2023-12-08T00:18:28.241804+0000 mgr.a (mgr.14403) 17014 : cluster 0 pgmap v12704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:29 smithi135 bash[32435]: audit 2023-12-08T00:18:28.519805+0000 mgr.a (mgr.14403) 17015 : audit 0 from='client.339465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:31 smithi079 bash[28699]: cluster 2023-12-08T00:18:30.242823+0000 mgr.a (mgr.14403) 17016 : cluster 0 pgmap v12705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:31.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:31 smithi194 bash[32038]: cluster 2023-12-08T00:18:30.242823+0000 mgr.a (mgr.14403) 17016 : cluster 0 pgmap v12705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:31 smithi135 bash[32435]: cluster 2023-12-08T00:18:30.242823+0000 mgr.a (mgr.14403) 17016 : cluster 0 pgmap v12705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:32 smithi079 bash[28699]: cluster 2023-12-08T00:18:32.243404+0000 mgr.a (mgr.14403) 17017 : cluster 0 pgmap v12706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:32 smithi194 bash[32038]: cluster 2023-12-08T00:18:32.243404+0000 mgr.a (mgr.14403) 17017 : cluster 0 pgmap v12706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:32 smithi135 bash[32435]: cluster 2023-12-08T00:18:32.243404+0000 mgr.a (mgr.14403) 17017 : cluster 0 pgmap v12706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:34.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:18:34.029 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:34.029 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:34.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:34.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:34.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:34.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:18:34.914 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:18:35.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:35 smithi079 bash[28699]: cluster 2023-12-08T00:18:34.244102+0000 mgr.a (mgr.14403) 17018 : cluster 0 pgmap v12707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:35.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:35 smithi079 bash[28699]: audit 2023-12-08T00:18:34.431522+0000 mgr.a (mgr.14403) 17019 : audit 0 from='client.339540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:35.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:35 smithi194 bash[32038]: cluster 2023-12-08T00:18:34.244102+0000 mgr.a (mgr.14403) 17018 : cluster 0 pgmap v12707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:35.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:35 smithi194 bash[32038]: audit 2023-12-08T00:18:34.431522+0000 mgr.a (mgr.14403) 17019 : audit 0 from='client.339540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:35.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:35 smithi135 bash[32435]: cluster 2023-12-08T00:18:34.244102+0000 mgr.a (mgr.14403) 17018 : cluster 0 pgmap v12707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:35.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:35 smithi135 bash[32435]: audit 2023-12-08T00:18:34.431522+0000 mgr.a (mgr.14403) 17019 : audit 0 from='client.339540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:37.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:37 smithi079 bash[28699]: cluster 2023-12-08T00:18:36.244782+0000 mgr.a (mgr.14403) 17020 : cluster 0 pgmap v12708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:37 smithi194 bash[32038]: cluster 2023-12-08T00:18:36.244782+0000 mgr.a (mgr.14403) 17020 : cluster 0 pgmap v12708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:37.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:37 smithi135 bash[32435]: cluster 2023-12-08T00:18:36.244782+0000 mgr.a (mgr.14403) 17020 : cluster 0 pgmap v12708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:39 smithi079 bash[28699]: cluster 2023-12-08T00:18:38.245393+0000 mgr.a (mgr.14403) 17021 : cluster 0 pgmap v12709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:39.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:39 smithi194 bash[32038]: cluster 2023-12-08T00:18:38.245393+0000 mgr.a (mgr.14403) 17021 : cluster 0 pgmap v12709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:39 smithi135 bash[32435]: cluster 2023-12-08T00:18:38.245393+0000 mgr.a (mgr.14403) 17021 : cluster 0 pgmap v12709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:18:39.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:18:39.918 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:39.918 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:40.835 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:18:40.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:40.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:40.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:40.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:18:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:41 smithi079 bash[28699]: cluster 2023-12-08T00:18:40.246340+0000 mgr.a (mgr.14403) 17022 : cluster 0 pgmap v12710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:41 smithi079 bash[28699]: audit 2023-12-08T00:18:40.311542+0000 mgr.a (mgr.14403) 17023 : audit 0 from='client.339618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:41 smithi194 bash[32038]: cluster 2023-12-08T00:18:40.246340+0000 mgr.a (mgr.14403) 17022 : cluster 0 pgmap v12710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:41 smithi194 bash[32038]: audit 2023-12-08T00:18:40.311542+0000 mgr.a (mgr.14403) 17023 : audit 0 from='client.339618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:41 smithi135 bash[32435]: cluster 2023-12-08T00:18:40.246340+0000 mgr.a (mgr.14403) 17022 : cluster 0 pgmap v12710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:41 smithi135 bash[32435]: audit 2023-12-08T00:18:40.311542+0000 mgr.a (mgr.14403) 17023 : audit 0 from='client.339618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:42 smithi079 bash[28699]: audit 2023-12-08T00:18:41.659034+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:18:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:42 smithi194 bash[32038]: audit 2023-12-08T00:18:41.659034+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:18:42.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:42 smithi135 bash[32435]: audit 2023-12-08T00:18:41.659034+0000 mon.a (mon.0) 2808 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:18:43.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:43 smithi079 bash[28699]: cluster 2023-12-08T00:18:42.247028+0000 mgr.a (mgr.14403) 17024 : cluster 0 pgmap v12711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:43.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:43 smithi079 bash[28699]: audit 2023-12-08T00:18:42.867387+0000 mon.a (mon.0) 2809 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:43 smithi079 bash[28699]: audit 2023-12-08T00:18:42.872735+0000 mon.a (mon.0) 2810 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:43 smithi079 bash[28699]: audit 2023-12-08T00:18:42.878282+0000 mon.a (mon.0) 2811 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:43 smithi079 bash[28699]: audit 2023-12-08T00:18:42.883413+0000 mon.a (mon.0) 2812 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:43 smithi079 bash[28699]: audit 2023-12-08T00:18:42.887064+0000 mon.a (mon.0) 2813 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:43 smithi079 bash[28699]: audit 2023-12-08T00:18:42.890983+0000 mon.a (mon.0) 2814 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:43 smithi079 bash[28699]: audit 2023-12-08T00:18:42.892232+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:18:43.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:43 smithi079 bash[28699]: audit 2023-12-08T00:18:42.893597+0000 mon.a (mon.0) 2816 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:18:43.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:43 smithi079 bash[28699]: audit 2023-12-08T00:18:42.900165+0000 mon.a (mon.0) 2817 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:43 smithi194 bash[32038]: cluster 2023-12-08T00:18:42.247028+0000 mgr.a (mgr.14403) 17024 : cluster 0 pgmap v12711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:43.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:43 smithi194 bash[32038]: audit 2023-12-08T00:18:42.867387+0000 mon.a (mon.0) 2809 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:43 smithi194 bash[32038]: audit 2023-12-08T00:18:42.872735+0000 mon.a (mon.0) 2810 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:43 smithi194 bash[32038]: audit 2023-12-08T00:18:42.878282+0000 mon.a (mon.0) 2811 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:43 smithi194 bash[32038]: audit 2023-12-08T00:18:42.883413+0000 mon.a (mon.0) 2812 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:43 smithi194 bash[32038]: audit 2023-12-08T00:18:42.887064+0000 mon.a (mon.0) 2813 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:43 smithi194 bash[32038]: audit 2023-12-08T00:18:42.890983+0000 mon.a (mon.0) 2814 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:43 smithi194 bash[32038]: audit 2023-12-08T00:18:42.892232+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:18:43.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:43 smithi194 bash[32038]: audit 2023-12-08T00:18:42.893597+0000 mon.a (mon.0) 2816 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:18:43.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:43 smithi194 bash[32038]: audit 2023-12-08T00:18:42.900165+0000 mon.a (mon.0) 2817 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:43 smithi135 bash[32435]: cluster 2023-12-08T00:18:42.247028+0000 mgr.a (mgr.14403) 17024 : cluster 0 pgmap v12711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:43.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:43 smithi135 bash[32435]: audit 2023-12-08T00:18:42.867387+0000 mon.a (mon.0) 2809 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:43 smithi135 bash[32435]: audit 2023-12-08T00:18:42.872735+0000 mon.a (mon.0) 2810 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:43 smithi135 bash[32435]: audit 2023-12-08T00:18:42.878282+0000 mon.a (mon.0) 2811 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:43 smithi135 bash[32435]: audit 2023-12-08T00:18:42.883413+0000 mon.a (mon.0) 2812 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:43 smithi135 bash[32435]: audit 2023-12-08T00:18:42.887064+0000 mon.a (mon.0) 2813 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:43 smithi135 bash[32435]: audit 2023-12-08T00:18:42.890983+0000 mon.a (mon.0) 2814 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:43.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:43 smithi135 bash[32435]: audit 2023-12-08T00:18:42.892232+0000 mon.a (mon.0) 2815 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:18:43.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:43 smithi135 bash[32435]: audit 2023-12-08T00:18:42.893597+0000 mon.a (mon.0) 2816 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:18:43.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:43 smithi135 bash[32435]: audit 2023-12-08T00:18:42.900165+0000 mon.a (mon.0) 2817 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:18:45.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:45 smithi079 bash[28699]: cluster 2023-12-08T00:18:44.247806+0000 mgr.a (mgr.14403) 17025 : cluster 0 pgmap v12712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:45.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:45 smithi194 bash[32038]: cluster 2023-12-08T00:18:44.247806+0000 mgr.a (mgr.14403) 17025 : cluster 0 pgmap v12712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:45.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:45 smithi135 bash[32435]: cluster 2023-12-08T00:18:44.247806+0000 mgr.a (mgr.14403) 17025 : cluster 0 pgmap v12712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:45.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:18:45.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:45.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:46.735 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:18:46.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:46.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:46.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:46.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:18:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:47 smithi079 bash[28699]: audit 2023-12-08T00:18:46.235809+0000 mgr.a (mgr.14403) 17026 : audit 0 from='client.339696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:47 smithi079 bash[28699]: cluster 2023-12-08T00:18:46.252572+0000 mgr.a (mgr.14403) 17027 : cluster 0 pgmap v12713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:47.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:47 smithi194 bash[32038]: audit 2023-12-08T00:18:46.235809+0000 mgr.a (mgr.14403) 17026 : audit 0 from='client.339696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:47.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:47 smithi194 bash[32038]: cluster 2023-12-08T00:18:46.252572+0000 mgr.a (mgr.14403) 17027 : cluster 0 pgmap v12713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:47.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:47 smithi135 bash[32435]: audit 2023-12-08T00:18:46.235809+0000 mgr.a (mgr.14403) 17026 : audit 0 from='client.339696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:47.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:47 smithi135 bash[32435]: cluster 2023-12-08T00:18:46.252572+0000 mgr.a (mgr.14403) 17027 : cluster 0 pgmap v12713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:49 smithi079 bash[28699]: cluster 2023-12-08T00:18:48.253224+0000 mgr.a (mgr.14403) 17028 : cluster 0 pgmap v12714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:49 smithi194 bash[32038]: cluster 2023-12-08T00:18:48.253224+0000 mgr.a (mgr.14403) 17028 : cluster 0 pgmap v12714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:49 smithi135 bash[32435]: cluster 2023-12-08T00:18:48.253224+0000 mgr.a (mgr.14403) 17028 : cluster 0 pgmap v12714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:51 smithi079 bash[28699]: cluster 2023-12-08T00:18:50.253992+0000 mgr.a (mgr.14403) 17029 : cluster 0 pgmap v12715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:51 smithi194 bash[32038]: cluster 2023-12-08T00:18:50.253992+0000 mgr.a (mgr.14403) 17029 : cluster 0 pgmap v12715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:51 smithi135 bash[32435]: cluster 2023-12-08T00:18:50.253992+0000 mgr.a (mgr.14403) 17029 : cluster 0 pgmap v12715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:51.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:18:51.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:51.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:52.622 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:18:52.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:52.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:52.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:52.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:18:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:52 smithi079 bash[28699]: audit 2023-12-08T00:18:52.134904+0000 mgr.a (mgr.14403) 17030 : audit 0 from='client.339771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:52 smithi079 bash[28699]: cluster 2023-12-08T00:18:52.254532+0000 mgr.a (mgr.14403) 17031 : cluster 0 pgmap v12716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:52 smithi194 bash[32038]: audit 2023-12-08T00:18:52.134904+0000 mgr.a (mgr.14403) 17030 : audit 0 from='client.339771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:52 smithi194 bash[32038]: cluster 2023-12-08T00:18:52.254532+0000 mgr.a (mgr.14403) 17031 : cluster 0 pgmap v12716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:52 smithi135 bash[32435]: audit 2023-12-08T00:18:52.134904+0000 mgr.a (mgr.14403) 17030 : audit 0 from='client.339771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:52 smithi135 bash[32435]: cluster 2023-12-08T00:18:52.254532+0000 mgr.a (mgr.14403) 17031 : cluster 0 pgmap v12716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:55 smithi079 bash[28699]: cluster 2023-12-08T00:18:54.255549+0000 mgr.a (mgr.14403) 17032 : cluster 0 pgmap v12717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:55 smithi194 bash[32038]: cluster 2023-12-08T00:18:54.255549+0000 mgr.a (mgr.14403) 17032 : cluster 0 pgmap v12717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:55 smithi135 bash[32435]: cluster 2023-12-08T00:18:54.255549+0000 mgr.a (mgr.14403) 17032 : cluster 0 pgmap v12717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:18:57.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:18:57.626 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:18:57.626 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:18:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:57 smithi079 bash[28699]: cluster 2023-12-08T00:18:56.256204+0000 mgr.a (mgr.14403) 17033 : cluster 0 pgmap v12718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:57 smithi194 bash[32038]: cluster 2023-12-08T00:18:56.256204+0000 mgr.a (mgr.14403) 17033 : cluster 0 pgmap v12718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:57 smithi135 bash[32435]: cluster 2023-12-08T00:18:56.256204+0000 mgr.a (mgr.14403) 17033 : cluster 0 pgmap v12718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:58.518 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:18:58.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:18:58.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:18:58.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:18:58.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:18:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:59 smithi079 bash[28699]: audit 2023-12-08T00:18:58.018808+0000 mgr.a (mgr.14403) 17034 : audit 0 from='client.339846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:18:59 smithi079 bash[28699]: cluster 2023-12-08T00:18:58.256716+0000 mgr.a (mgr.14403) 17035 : cluster 0 pgmap v12719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:59 smithi194 bash[32038]: audit 2023-12-08T00:18:58.018808+0000 mgr.a (mgr.14403) 17034 : audit 0 from='client.339846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:18:59 smithi194 bash[32038]: cluster 2023-12-08T00:18:58.256716+0000 mgr.a (mgr.14403) 17035 : cluster 0 pgmap v12719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:18:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:59 smithi135 bash[32435]: audit 2023-12-08T00:18:58.018808+0000 mgr.a (mgr.14403) 17034 : audit 0 from='client.339846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:18:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:18:59 smithi135 bash[32435]: cluster 2023-12-08T00:18:58.256716+0000 mgr.a (mgr.14403) 17035 : cluster 0 pgmap v12719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:01 smithi079 bash[28699]: cluster 2023-12-08T00:19:00.257586+0000 mgr.a (mgr.14403) 17036 : cluster 0 pgmap v12720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:19:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:01 smithi194 bash[32038]: cluster 2023-12-08T00:19:00.257586+0000 mgr.a (mgr.14403) 17036 : cluster 0 pgmap v12720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:19:01.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:01 smithi135 bash[32435]: cluster 2023-12-08T00:19:00.257586+0000 mgr.a (mgr.14403) 17036 : cluster 0 pgmap v12720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:19:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:02 smithi079 bash[28699]: cluster 2023-12-08T00:19:02.258134+0000 mgr.a (mgr.14403) 17037 : cluster 0 pgmap v12721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:19:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:02 smithi194 bash[32038]: cluster 2023-12-08T00:19:02.258134+0000 mgr.a (mgr.14403) 17037 : cluster 0 pgmap v12721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:19:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:02 smithi135 bash[32435]: cluster 2023-12-08T00:19:02.258134+0000 mgr.a (mgr.14403) 17037 : cluster 0 pgmap v12721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:19:03.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:19:03.522 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:03.522 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:04.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:04.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:04.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:04.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:19:04.438 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:19:05.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:05 smithi079 bash[28699]: audit 2023-12-08T00:19:03.920664+0000 mgr.a (mgr.14403) 17038 : audit 0 from='client.339918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:05.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:05 smithi079 bash[28699]: cluster 2023-12-08T00:19:04.259100+0000 mgr.a (mgr.14403) 17039 : cluster 0 pgmap v12722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:05 smithi194 bash[32038]: audit 2023-12-08T00:19:03.920664+0000 mgr.a (mgr.14403) 17038 : audit 0 from='client.339918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:05 smithi194 bash[32038]: cluster 2023-12-08T00:19:04.259100+0000 mgr.a (mgr.14403) 17039 : cluster 0 pgmap v12722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:05 smithi135 bash[32435]: audit 2023-12-08T00:19:03.920664+0000 mgr.a (mgr.14403) 17038 : audit 0 from='client.339918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:05 smithi135 bash[32435]: cluster 2023-12-08T00:19:04.259100+0000 mgr.a (mgr.14403) 17039 : cluster 0 pgmap v12722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:07 smithi079 bash[28699]: cluster 2023-12-08T00:19:06.259741+0000 mgr.a (mgr.14403) 17040 : cluster 0 pgmap v12723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:07 smithi194 bash[32038]: cluster 2023-12-08T00:19:06.259741+0000 mgr.a (mgr.14403) 17040 : cluster 0 pgmap v12723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:07.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:07 smithi135 bash[32435]: cluster 2023-12-08T00:19:06.259741+0000 mgr.a (mgr.14403) 17040 : cluster 0 pgmap v12723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:09.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:19:09.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:09.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:09 smithi079 bash[28699]: cluster 2023-12-08T00:19:08.260350+0000 mgr.a (mgr.14403) 17041 : cluster 0 pgmap v12724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:09 smithi194 bash[32038]: cluster 2023-12-08T00:19:08.260350+0000 mgr.a (mgr.14403) 17041 : cluster 0 pgmap v12724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:09 smithi135 bash[32435]: cluster 2023-12-08T00:19:08.260350+0000 mgr.a (mgr.14403) 17041 : cluster 0 pgmap v12724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:10.327 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:19:10.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:10.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:10.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:10.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:19:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:11 smithi079 bash[28699]: audit 2023-12-08T00:19:09.840689+0000 mgr.a (mgr.14403) 17042 : audit 0 from='client.339990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:11 smithi079 bash[28699]: cluster 2023-12-08T00:19:10.261275+0000 mgr.a (mgr.14403) 17043 : cluster 0 pgmap v12725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:11 smithi194 bash[32038]: audit 2023-12-08T00:19:09.840689+0000 mgr.a (mgr.14403) 17042 : audit 0 from='client.339990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:11 smithi194 bash[32038]: cluster 2023-12-08T00:19:10.261275+0000 mgr.a (mgr.14403) 17043 : cluster 0 pgmap v12725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:11.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:11 smithi135 bash[32435]: audit 2023-12-08T00:19:09.840689+0000 mgr.a (mgr.14403) 17042 : audit 0 from='client.339990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:11.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:11 smithi135 bash[32435]: cluster 2023-12-08T00:19:10.261275+0000 mgr.a (mgr.14403) 17043 : cluster 0 pgmap v12725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:12 smithi079 bash[28699]: cluster 2023-12-08T00:19:12.261731+0000 mgr.a (mgr.14403) 17044 : cluster 0 pgmap v12726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:19:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:12 smithi194 bash[32038]: cluster 2023-12-08T00:19:12.261731+0000 mgr.a (mgr.14403) 17044 : cluster 0 pgmap v12726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:19:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:12 smithi135 bash[32435]: cluster 2023-12-08T00:19:12.261731+0000 mgr.a (mgr.14403) 17044 : cluster 0 pgmap v12726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:19:15.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:19:15.329 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:15.329 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:15.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:15 smithi079 bash[28699]: cluster 2023-12-08T00:19:14.262467+0000 mgr.a (mgr.14403) 17045 : cluster 0 pgmap v12727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:19:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:15 smithi194 bash[32038]: cluster 2023-12-08T00:19:14.262467+0000 mgr.a (mgr.14403) 17045 : cluster 0 pgmap v12727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:19:15.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:15 smithi135 bash[32435]: cluster 2023-12-08T00:19:14.262467+0000 mgr.a (mgr.14403) 17045 : cluster 0 pgmap v12727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:19:16.228 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:19:16.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:16.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:16.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:16.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:19:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:17 smithi079 bash[28699]: audit 2023-12-08T00:19:15.728154+0000 mgr.a (mgr.14403) 17046 : audit 0 from='client.340068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:17 smithi079 bash[28699]: cluster 2023-12-08T00:19:16.263192+0000 mgr.a (mgr.14403) 17047 : cluster 0 pgmap v12728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:17.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:17 smithi194 bash[32038]: audit 2023-12-08T00:19:15.728154+0000 mgr.a (mgr.14403) 17046 : audit 0 from='client.340068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:17.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:17 smithi194 bash[32038]: cluster 2023-12-08T00:19:16.263192+0000 mgr.a (mgr.14403) 17047 : cluster 0 pgmap v12728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:17.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:17 smithi135 bash[32435]: audit 2023-12-08T00:19:15.728154+0000 mgr.a (mgr.14403) 17046 : audit 0 from='client.340068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:17.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:17 smithi135 bash[32435]: cluster 2023-12-08T00:19:16.263192+0000 mgr.a (mgr.14403) 17047 : cluster 0 pgmap v12728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:19 smithi079 bash[28699]: cluster 2023-12-08T00:19:18.263732+0000 mgr.a (mgr.14403) 17048 : cluster 0 pgmap v12729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:19 smithi194 bash[32038]: cluster 2023-12-08T00:19:18.263732+0000 mgr.a (mgr.14403) 17048 : cluster 0 pgmap v12729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:19 smithi135 bash[32435]: cluster 2023-12-08T00:19:18.263732+0000 mgr.a (mgr.14403) 17048 : cluster 0 pgmap v12729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:21.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:19:21.232 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:21.232 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:21 smithi079 bash[28699]: cluster 2023-12-08T00:19:20.264568+0000 mgr.a (mgr.14403) 17049 : cluster 0 pgmap v12730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:21 smithi194 bash[32038]: cluster 2023-12-08T00:19:20.264568+0000 mgr.a (mgr.14403) 17049 : cluster 0 pgmap v12730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:21.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:21 smithi135 bash[32435]: cluster 2023-12-08T00:19:20.264568+0000 mgr.a (mgr.14403) 17049 : cluster 0 pgmap v12730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:22.126 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:19:22.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:22.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:22.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:22.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:19:22.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:22 smithi079 bash[28699]: audit 2023-12-08T00:19:21.637486+0000 mgr.a (mgr.14403) 17050 : audit 0 from='client.340146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:22 smithi194 bash[32038]: audit 2023-12-08T00:19:21.637486+0000 mgr.a (mgr.14403) 17050 : audit 0 from='client.340146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:22 smithi135 bash[32435]: audit 2023-12-08T00:19:21.637486+0000 mgr.a (mgr.14403) 17050 : audit 0 from='client.340146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:23.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:23 smithi079 bash[28699]: cluster 2023-12-08T00:19:22.265461+0000 mgr.a (mgr.14403) 17051 : cluster 0 pgmap v12731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:23.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:23 smithi194 bash[32038]: cluster 2023-12-08T00:19:22.265461+0000 mgr.a (mgr.14403) 17051 : cluster 0 pgmap v12731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:23.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:23 smithi135 bash[32435]: cluster 2023-12-08T00:19:22.265461+0000 mgr.a (mgr.14403) 17051 : cluster 0 pgmap v12731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:25.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:25 smithi079 bash[28699]: cluster 2023-12-08T00:19:24.266314+0000 mgr.a (mgr.14403) 17052 : cluster 0 pgmap v12732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:25 smithi194 bash[32038]: cluster 2023-12-08T00:19:24.266314+0000 mgr.a (mgr.14403) 17052 : cluster 0 pgmap v12732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:25.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:25 smithi135 bash[32435]: cluster 2023-12-08T00:19:24.266314+0000 mgr.a (mgr.14403) 17052 : cluster 0 pgmap v12732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:27.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:19:27.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:27.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:27 smithi079 bash[28699]: cluster 2023-12-08T00:19:26.266890+0000 mgr.a (mgr.14403) 17053 : cluster 0 pgmap v12733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:27 smithi194 bash[32038]: cluster 2023-12-08T00:19:26.266890+0000 mgr.a (mgr.14403) 17053 : cluster 0 pgmap v12733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:27 smithi135 bash[32435]: cluster 2023-12-08T00:19:26.266890+0000 mgr.a (mgr.14403) 17053 : cluster 0 pgmap v12733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:28.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:28.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:28.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:28.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:19:28.044 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:19:28.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:28 smithi079 bash[28699]: audit 2023-12-08T00:19:27.541468+0000 mgr.a (mgr.14403) 17054 : audit 0 from='client.340221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:28.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:28 smithi194 bash[32038]: audit 2023-12-08T00:19:27.541468+0000 mgr.a (mgr.14403) 17054 : audit 0 from='client.340221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:28.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:28 smithi135 bash[32435]: audit 2023-12-08T00:19:27.541468+0000 mgr.a (mgr.14403) 17054 : audit 0 from='client.340221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:29 smithi079 bash[28699]: cluster 2023-12-08T00:19:28.267595+0000 mgr.a (mgr.14403) 17055 : cluster 0 pgmap v12734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:29.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:29 smithi194 bash[32038]: cluster 2023-12-08T00:19:28.267595+0000 mgr.a (mgr.14403) 17055 : cluster 0 pgmap v12734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:29 smithi135 bash[32435]: cluster 2023-12-08T00:19:28.267595+0000 mgr.a (mgr.14403) 17055 : cluster 0 pgmap v12734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:31 smithi079 bash[28699]: cluster 2023-12-08T00:19:30.268473+0000 mgr.a (mgr.14403) 17056 : cluster 0 pgmap v12735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:31.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:31 smithi194 bash[32038]: cluster 2023-12-08T00:19:30.268473+0000 mgr.a (mgr.14403) 17056 : cluster 0 pgmap v12735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:31 smithi135 bash[32435]: cluster 2023-12-08T00:19:30.268473+0000 mgr.a (mgr.14403) 17056 : cluster 0 pgmap v12735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:33.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:19:33.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:33.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:32 smithi079 bash[28699]: cluster 2023-12-08T00:19:32.269027+0000 mgr.a (mgr.14403) 17057 : cluster 0 pgmap v12736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:32 smithi194 bash[32038]: cluster 2023-12-08T00:19:32.269027+0000 mgr.a (mgr.14403) 17057 : cluster 0 pgmap v12736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:32 smithi135 bash[32435]: cluster 2023-12-08T00:19:32.269027+0000 mgr.a (mgr.14403) 17057 : cluster 0 pgmap v12736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:33.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:33.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:33.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:33.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:19:33.962 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:19:34.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:33 smithi079 bash[28699]: audit 2023-12-08T00:19:33.454133+0000 mgr.a (mgr.14403) 17058 : audit 0 from='client.340293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:33 smithi194 bash[32038]: audit 2023-12-08T00:19:33.454133+0000 mgr.a (mgr.14403) 17058 : audit 0 from='client.340293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:33 smithi135 bash[32435]: audit 2023-12-08T00:19:33.454133+0000 mgr.a (mgr.14403) 17058 : audit 0 from='client.340293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:35.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:35 smithi079 bash[28699]: cluster 2023-12-08T00:19:34.270077+0000 mgr.a (mgr.14403) 17059 : cluster 0 pgmap v12737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:35 smithi194 bash[32038]: cluster 2023-12-08T00:19:34.270077+0000 mgr.a (mgr.14403) 17059 : cluster 0 pgmap v12737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:35 smithi135 bash[32435]: cluster 2023-12-08T00:19:34.270077+0000 mgr.a (mgr.14403) 17059 : cluster 0 pgmap v12737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:37.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:37 smithi079 bash[28699]: cluster 2023-12-08T00:19:36.270674+0000 mgr.a (mgr.14403) 17060 : cluster 0 pgmap v12738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:37 smithi194 bash[32038]: cluster 2023-12-08T00:19:36.270674+0000 mgr.a (mgr.14403) 17060 : cluster 0 pgmap v12738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:37.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:37 smithi135 bash[32435]: cluster 2023-12-08T00:19:36.270674+0000 mgr.a (mgr.14403) 17060 : cluster 0 pgmap v12738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:38.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:19:38.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:38.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:39 smithi079 bash[28699]: cluster 2023-12-08T00:19:38.271288+0000 mgr.a (mgr.14403) 17061 : cluster 0 pgmap v12739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:39.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:39 smithi194 bash[32038]: cluster 2023-12-08T00:19:38.271288+0000 mgr.a (mgr.14403) 17061 : cluster 0 pgmap v12739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:39 smithi135 bash[32435]: cluster 2023-12-08T00:19:38.271288+0000 mgr.a (mgr.14403) 17061 : cluster 0 pgmap v12739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:39.885 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:19:39.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:39.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:39.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:39.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:19:40.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:40 smithi079 bash[28699]: audit 2023-12-08T00:19:39.370752+0000 mgr.a (mgr.14403) 17062 : audit 0 from='client.340368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:40.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:40 smithi194 bash[32038]: audit 2023-12-08T00:19:39.370752+0000 mgr.a (mgr.14403) 17062 : audit 0 from='client.340368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:40.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:40 smithi135 bash[32435]: audit 2023-12-08T00:19:39.370752+0000 mgr.a (mgr.14403) 17062 : audit 0 from='client.340368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:41 smithi079 bash[28699]: cluster 2023-12-08T00:19:40.272407+0000 mgr.a (mgr.14403) 17063 : cluster 0 pgmap v12740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:41 smithi194 bash[32038]: cluster 2023-12-08T00:19:40.272407+0000 mgr.a (mgr.14403) 17063 : cluster 0 pgmap v12740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:41 smithi135 bash[32435]: cluster 2023-12-08T00:19:40.272407+0000 mgr.a (mgr.14403) 17063 : cluster 0 pgmap v12740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:43 smithi079 bash[28699]: cluster 2023-12-08T00:19:42.272992+0000 mgr.a (mgr.14403) 17064 : cluster 0 pgmap v12741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:43 smithi194 bash[32038]: cluster 2023-12-08T00:19:42.272992+0000 mgr.a (mgr.14403) 17064 : cluster 0 pgmap v12741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:43 smithi135 bash[32435]: cluster 2023-12-08T00:19:42.272992+0000 mgr.a (mgr.14403) 17064 : cluster 0 pgmap v12741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:19:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:44 smithi079 bash[28699]: audit 2023-12-08T00:19:43.004859+0000 mon.a (mon.0) 2818 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:19:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:44 smithi079 bash[28699]: audit 2023-12-08T00:19:43.791880+0000 mon.a (mon.0) 2819 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:19:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:44 smithi079 bash[28699]: audit 2023-12-08T00:19:43.793766+0000 mon.a (mon.0) 2820 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:19:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:44 smithi079 bash[28699]: audit 2023-12-08T00:19:43.803346+0000 mon.a (mon.0) 2821 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:19:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:44 smithi194 bash[32038]: audit 2023-12-08T00:19:43.004859+0000 mon.a (mon.0) 2818 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:19:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:44 smithi194 bash[32038]: audit 2023-12-08T00:19:43.791880+0000 mon.a (mon.0) 2819 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:19:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:44 smithi194 bash[32038]: audit 2023-12-08T00:19:43.793766+0000 mon.a (mon.0) 2820 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:19:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:44 smithi194 bash[32038]: audit 2023-12-08T00:19:43.803346+0000 mon.a (mon.0) 2821 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:19:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:44 smithi135 bash[32435]: audit 2023-12-08T00:19:43.004859+0000 mon.a (mon.0) 2818 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:19:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:44 smithi135 bash[32435]: audit 2023-12-08T00:19:43.791880+0000 mon.a (mon.0) 2819 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:19:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:44 smithi135 bash[32435]: audit 2023-12-08T00:19:43.793766+0000 mon.a (mon.0) 2820 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:19:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:44 smithi135 bash[32435]: audit 2023-12-08T00:19:43.803346+0000 mon.a (mon.0) 2821 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:19:44.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:19:44.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:44.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:45 smithi079 bash[28699]: cluster 2023-12-08T00:19:44.273795+0000 mgr.a (mgr.14403) 17065 : cluster 0 pgmap v12742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:45 smithi194 bash[32038]: cluster 2023-12-08T00:19:44.273795+0000 mgr.a (mgr.14403) 17065 : cluster 0 pgmap v12742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:45 smithi135 bash[32435]: cluster 2023-12-08T00:19:44.273795+0000 mgr.a (mgr.14403) 17065 : cluster 0 pgmap v12742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:45.784 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:19:45.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:45.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:45.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:45.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:19:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:46 smithi079 bash[28699]: audit 2023-12-08T00:19:45.281232+0000 mgr.a (mgr.14403) 17066 : audit 0 from='client.340443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:46 smithi194 bash[32038]: audit 2023-12-08T00:19:45.281232+0000 mgr.a (mgr.14403) 17066 : audit 0 from='client.340443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:46 smithi135 bash[32435]: audit 2023-12-08T00:19:45.281232+0000 mgr.a (mgr.14403) 17066 : audit 0 from='client.340443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:47 smithi079 bash[28699]: cluster 2023-12-08T00:19:46.274486+0000 mgr.a (mgr.14403) 17067 : cluster 0 pgmap v12743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:47 smithi194 bash[32038]: cluster 2023-12-08T00:19:46.274486+0000 mgr.a (mgr.14403) 17067 : cluster 0 pgmap v12743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:47 smithi135 bash[32435]: cluster 2023-12-08T00:19:46.274486+0000 mgr.a (mgr.14403) 17067 : cluster 0 pgmap v12743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:49 smithi079 bash[28699]: cluster 2023-12-08T00:19:48.275094+0000 mgr.a (mgr.14403) 17068 : cluster 0 pgmap v12744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:49 smithi194 bash[32038]: cluster 2023-12-08T00:19:48.275094+0000 mgr.a (mgr.14403) 17068 : cluster 0 pgmap v12744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:49 smithi135 bash[32435]: cluster 2023-12-08T00:19:48.275094+0000 mgr.a (mgr.14403) 17068 : cluster 0 pgmap v12744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:50.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:19:50.787 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:50.787 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:51 smithi079 bash[28699]: cluster 2023-12-08T00:19:50.275929+0000 mgr.a (mgr.14403) 17069 : cluster 0 pgmap v12745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:51.696 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:19:51.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:51.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:51.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:51.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:19:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:51 smithi194 bash[32038]: cluster 2023-12-08T00:19:50.275929+0000 mgr.a (mgr.14403) 17069 : cluster 0 pgmap v12745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:51 smithi135 bash[32435]: cluster 2023-12-08T00:19:50.275929+0000 mgr.a (mgr.14403) 17069 : cluster 0 pgmap v12745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:52.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:52 smithi079 bash[28699]: audit 2023-12-08T00:19:51.189028+0000 mgr.a (mgr.14403) 17070 : audit 0 from='client.340515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:52 smithi194 bash[32038]: audit 2023-12-08T00:19:51.189028+0000 mgr.a (mgr.14403) 17070 : audit 0 from='client.340515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:52 smithi135 bash[32435]: audit 2023-12-08T00:19:51.189028+0000 mgr.a (mgr.14403) 17070 : audit 0 from='client.340515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:53.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:53 smithi079 bash[28699]: cluster 2023-12-08T00:19:52.276639+0000 mgr.a (mgr.14403) 17071 : cluster 0 pgmap v12746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:53 smithi194 bash[32038]: cluster 2023-12-08T00:19:52.276639+0000 mgr.a (mgr.14403) 17071 : cluster 0 pgmap v12746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:53.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:53 smithi135 bash[32435]: cluster 2023-12-08T00:19:52.276639+0000 mgr.a (mgr.14403) 17071 : cluster 0 pgmap v12746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:55 smithi079 bash[28699]: cluster 2023-12-08T00:19:54.277449+0000 mgr.a (mgr.14403) 17072 : cluster 0 pgmap v12747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:55 smithi194 bash[32038]: cluster 2023-12-08T00:19:54.277449+0000 mgr.a (mgr.14403) 17072 : cluster 0 pgmap v12747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:55 smithi135 bash[32435]: cluster 2023-12-08T00:19:54.277449+0000 mgr.a (mgr.14403) 17072 : cluster 0 pgmap v12747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:19:56.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:19:56.700 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:19:56.700 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:19:57.630 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:19:57.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:19:57.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:19:57.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:19:57.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:19:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:57 smithi079 bash[28699]: cluster 2023-12-08T00:19:56.278005+0000 mgr.a (mgr.14403) 17073 : cluster 0 pgmap v12748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:57 smithi194 bash[32038]: cluster 2023-12-08T00:19:56.278005+0000 mgr.a (mgr.14403) 17073 : cluster 0 pgmap v12748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:57 smithi135 bash[32435]: cluster 2023-12-08T00:19:56.278005+0000 mgr.a (mgr.14403) 17073 : cluster 0 pgmap v12748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:58.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:58 smithi079 bash[28699]: audit 2023-12-08T00:19:57.103234+0000 mgr.a (mgr.14403) 17074 : audit 0 from='client.340593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:58 smithi194 bash[32038]: audit 2023-12-08T00:19:57.103234+0000 mgr.a (mgr.14403) 17074 : audit 0 from='client.340593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:58.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:58 smithi135 bash[32435]: audit 2023-12-08T00:19:57.103234+0000 mgr.a (mgr.14403) 17074 : audit 0 from='client.340593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:19:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:19:59 smithi079 bash[28699]: cluster 2023-12-08T00:19:58.278656+0000 mgr.a (mgr.14403) 17075 : cluster 0 pgmap v12749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:19:59 smithi194 bash[32038]: cluster 2023-12-08T00:19:58.278656+0000 mgr.a (mgr.14403) 17075 : cluster 0 pgmap v12749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:19:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:19:59 smithi135 bash[32435]: cluster 2023-12-08T00:19:58.278656+0000 mgr.a (mgr.14403) 17075 : cluster 0 pgmap v12749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:00.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:00 smithi079 bash[28699]: cluster 2023-12-08T00:20:00.000140+0000 mon.a (mon.0) 2822 : cluster 1 overall HEALTH_OK 2023-12-08T00:20:00.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:00 smithi194 bash[32038]: cluster 2023-12-08T00:20:00.000140+0000 mon.a (mon.0) 2822 : cluster 1 overall HEALTH_OK 2023-12-08T00:20:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:00 smithi135 bash[32435]: cluster 2023-12-08T00:20:00.000140+0000 mon.a (mon.0) 2822 : cluster 1 overall HEALTH_OK 2023-12-08T00:20:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:01 smithi079 bash[28699]: cluster 2023-12-08T00:20:00.279508+0000 mgr.a (mgr.14403) 17076 : cluster 0 pgmap v12750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:01 smithi194 bash[32038]: cluster 2023-12-08T00:20:00.279508+0000 mgr.a (mgr.14403) 17076 : cluster 0 pgmap v12750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:01.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:01 smithi135 bash[32435]: cluster 2023-12-08T00:20:00.279508+0000 mgr.a (mgr.14403) 17076 : cluster 0 pgmap v12750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:02.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:20:02.633 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:02.633 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:03 smithi079 bash[28699]: cluster 2023-12-08T00:20:02.280063+0000 mgr.a (mgr.14403) 17077 : cluster 0 pgmap v12751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:03 smithi194 bash[32038]: cluster 2023-12-08T00:20:02.280063+0000 mgr.a (mgr.14403) 17077 : cluster 0 pgmap v12751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:03 smithi135 bash[32435]: cluster 2023-12-08T00:20:02.280063+0000 mgr.a (mgr.14403) 17077 : cluster 0 pgmap v12751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:03.562 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:20:03.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:03.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:03.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:03.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:20:04.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:04 smithi079 bash[28699]: audit 2023-12-08T00:20:03.031433+0000 mgr.a (mgr.14403) 17078 : audit 0 from='client.340671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:04 smithi194 bash[32038]: audit 2023-12-08T00:20:03.031433+0000 mgr.a (mgr.14403) 17078 : audit 0 from='client.340671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:04 smithi135 bash[32435]: audit 2023-12-08T00:20:03.031433+0000 mgr.a (mgr.14403) 17078 : audit 0 from='client.340671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:05 smithi079 bash[28699]: cluster 2023-12-08T00:20:04.280923+0000 mgr.a (mgr.14403) 17079 : cluster 0 pgmap v12752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:20:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:05 smithi194 bash[32038]: cluster 2023-12-08T00:20:04.280923+0000 mgr.a (mgr.14403) 17079 : cluster 0 pgmap v12752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:20:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:05 smithi135 bash[32435]: cluster 2023-12-08T00:20:04.280923+0000 mgr.a (mgr.14403) 17079 : cluster 0 pgmap v12752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:20:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:07 smithi079 bash[28699]: cluster 2023-12-08T00:20:06.281471+0000 mgr.a (mgr.14403) 17080 : cluster 0 pgmap v12753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:20:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:07 smithi194 bash[32038]: cluster 2023-12-08T00:20:06.281471+0000 mgr.a (mgr.14403) 17080 : cluster 0 pgmap v12753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:20:07.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:07 smithi135 bash[32435]: cluster 2023-12-08T00:20:06.281471+0000 mgr.a (mgr.14403) 17080 : cluster 0 pgmap v12753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:20:08.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:20:08.567 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:08.567 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:09.485 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:20:09.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:09.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:09.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:09.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:20:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:09 smithi079 bash[28699]: cluster 2023-12-08T00:20:08.282009+0000 mgr.a (mgr.14403) 17081 : cluster 0 pgmap v12754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:20:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:09 smithi194 bash[32038]: cluster 2023-12-08T00:20:08.282009+0000 mgr.a (mgr.14403) 17081 : cluster 0 pgmap v12754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:20:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:09 smithi135 bash[32435]: cluster 2023-12-08T00:20:08.282009+0000 mgr.a (mgr.14403) 17081 : cluster 0 pgmap v12754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:20:10.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:10 smithi079 bash[28699]: audit 2023-12-08T00:20:08.968800+0000 mgr.a (mgr.14403) 17082 : audit 0 from='client.340740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:10 smithi194 bash[32038]: audit 2023-12-08T00:20:08.968800+0000 mgr.a (mgr.14403) 17082 : audit 0 from='client.340740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:10.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:10 smithi135 bash[32435]: audit 2023-12-08T00:20:08.968800+0000 mgr.a (mgr.14403) 17082 : audit 0 from='client.340740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:11 smithi079 bash[28699]: cluster 2023-12-08T00:20:10.283021+0000 mgr.a (mgr.14403) 17083 : cluster 0 pgmap v12755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:11 smithi194 bash[32038]: cluster 2023-12-08T00:20:10.283021+0000 mgr.a (mgr.14403) 17083 : cluster 0 pgmap v12755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:11.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:11 smithi135 bash[32435]: cluster 2023-12-08T00:20:10.283021+0000 mgr.a (mgr.14403) 17083 : cluster 0 pgmap v12755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:13 smithi079 bash[28699]: cluster 2023-12-08T00:20:12.283592+0000 mgr.a (mgr.14403) 17084 : cluster 0 pgmap v12756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:13 smithi194 bash[32038]: cluster 2023-12-08T00:20:12.283592+0000 mgr.a (mgr.14403) 17084 : cluster 0 pgmap v12756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:13 smithi135 bash[32435]: cluster 2023-12-08T00:20:12.283592+0000 mgr.a (mgr.14403) 17084 : cluster 0 pgmap v12756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:14.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:20:14.488 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:14.488 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:15.392 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:20:15.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:15.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:15.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:15.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:20:15.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:15 smithi079 bash[28699]: cluster 2023-12-08T00:20:14.284336+0000 mgr.a (mgr.14403) 17085 : cluster 0 pgmap v12757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:15 smithi194 bash[32038]: cluster 2023-12-08T00:20:14.284336+0000 mgr.a (mgr.14403) 17085 : cluster 0 pgmap v12757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:15.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:15 smithi135 bash[32435]: cluster 2023-12-08T00:20:14.284336+0000 mgr.a (mgr.14403) 17085 : cluster 0 pgmap v12757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:16.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:16 smithi079 bash[28699]: audit 2023-12-08T00:20:14.893545+0000 mgr.a (mgr.14403) 17086 : audit 0 from='client.340818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:16 smithi194 bash[32038]: audit 2023-12-08T00:20:14.893545+0000 mgr.a (mgr.14403) 17086 : audit 0 from='client.340818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:16.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:16 smithi135 bash[32435]: audit 2023-12-08T00:20:14.893545+0000 mgr.a (mgr.14403) 17086 : audit 0 from='client.340818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:17 smithi079 bash[28699]: cluster 2023-12-08T00:20:16.284972+0000 mgr.a (mgr.14403) 17087 : cluster 0 pgmap v12758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:20:17.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:17 smithi194 bash[32038]: cluster 2023-12-08T00:20:16.284972+0000 mgr.a (mgr.14403) 17087 : cluster 0 pgmap v12758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:20:17.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:17 smithi135 bash[32435]: cluster 2023-12-08T00:20:16.284972+0000 mgr.a (mgr.14403) 17087 : cluster 0 pgmap v12758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:20:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:19 smithi079 bash[28699]: cluster 2023-12-08T00:20:18.285557+0000 mgr.a (mgr.14403) 17088 : cluster 0 pgmap v12759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:20:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:19 smithi194 bash[32038]: cluster 2023-12-08T00:20:18.285557+0000 mgr.a (mgr.14403) 17088 : cluster 0 pgmap v12759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:20:19.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:19 smithi135 bash[32435]: cluster 2023-12-08T00:20:18.285557+0000 mgr.a (mgr.14403) 17088 : cluster 0 pgmap v12759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:20:20.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:20:20.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:20.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:21.302 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:20:21.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:21.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:21.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:21.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:20:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:21 smithi079 bash[28699]: cluster 2023-12-08T00:20:20.286279+0000 mgr.a (mgr.14403) 17089 : cluster 0 pgmap v12760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:20:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:21 smithi194 bash[32038]: cluster 2023-12-08T00:20:20.286279+0000 mgr.a (mgr.14403) 17089 : cluster 0 pgmap v12760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:20:21.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:21 smithi135 bash[32435]: cluster 2023-12-08T00:20:20.286279+0000 mgr.a (mgr.14403) 17089 : cluster 0 pgmap v12760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:20:22.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:22 smithi079 bash[28699]: audit 2023-12-08T00:20:20.795907+0000 mgr.a (mgr.14403) 17090 : audit 0 from='client.340893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:22.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:22 smithi194 bash[32038]: audit 2023-12-08T00:20:20.795907+0000 mgr.a (mgr.14403) 17090 : audit 0 from='client.340893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:22.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:22 smithi135 bash[32435]: audit 2023-12-08T00:20:20.795907+0000 mgr.a (mgr.14403) 17090 : audit 0 from='client.340893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:23.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:23 smithi079 bash[28699]: cluster 2023-12-08T00:20:22.286941+0000 mgr.a (mgr.14403) 17091 : cluster 0 pgmap v12761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:23.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:23 smithi194 bash[32038]: cluster 2023-12-08T00:20:22.286941+0000 mgr.a (mgr.14403) 17091 : cluster 0 pgmap v12761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:23.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:23 smithi135 bash[32435]: cluster 2023-12-08T00:20:22.286941+0000 mgr.a (mgr.14403) 17091 : cluster 0 pgmap v12761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:25.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:25 smithi079 bash[28699]: cluster 2023-12-08T00:20:24.287705+0000 mgr.a (mgr.14403) 17092 : cluster 0 pgmap v12762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:25 smithi194 bash[32038]: cluster 2023-12-08T00:20:24.287705+0000 mgr.a (mgr.14403) 17092 : cluster 0 pgmap v12762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:25.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:25 smithi135 bash[32435]: cluster 2023-12-08T00:20:24.287705+0000 mgr.a (mgr.14403) 17092 : cluster 0 pgmap v12762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:26.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:20:26.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:26.307 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:27.229 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:20:27.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:27.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:27.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:27.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:20:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:27 smithi079 bash[28699]: cluster 2023-12-08T00:20:26.288267+0000 mgr.a (mgr.14403) 17093 : cluster 0 pgmap v12763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:27 smithi079 bash[28699]: audit 2023-12-08T00:20:26.709198+0000 mgr.a (mgr.14403) 17094 : audit 0 from='client.340968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:27 smithi194 bash[32038]: cluster 2023-12-08T00:20:26.288267+0000 mgr.a (mgr.14403) 17093 : cluster 0 pgmap v12763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:27 smithi194 bash[32038]: audit 2023-12-08T00:20:26.709198+0000 mgr.a (mgr.14403) 17094 : audit 0 from='client.340968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:27 smithi135 bash[32435]: cluster 2023-12-08T00:20:26.288267+0000 mgr.a (mgr.14403) 17093 : cluster 0 pgmap v12763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:27 smithi135 bash[32435]: audit 2023-12-08T00:20:26.709198+0000 mgr.a (mgr.14403) 17094 : audit 0 from='client.340968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:29 smithi079 bash[28699]: cluster 2023-12-08T00:20:28.288895+0000 mgr.a (mgr.14403) 17095 : cluster 0 pgmap v12764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:29.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:29 smithi194 bash[32038]: cluster 2023-12-08T00:20:28.288895+0000 mgr.a (mgr.14403) 17095 : cluster 0 pgmap v12764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:29 smithi135 bash[32435]: cluster 2023-12-08T00:20:28.288895+0000 mgr.a (mgr.14403) 17095 : cluster 0 pgmap v12764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:31 smithi079 bash[28699]: cluster 2023-12-08T00:20:30.289714+0000 mgr.a (mgr.14403) 17096 : cluster 0 pgmap v12765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:31.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:31 smithi194 bash[32038]: cluster 2023-12-08T00:20:30.289714+0000 mgr.a (mgr.14403) 17096 : cluster 0 pgmap v12765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:31 smithi135 bash[32435]: cluster 2023-12-08T00:20:30.289714+0000 mgr.a (mgr.14403) 17096 : cluster 0 pgmap v12765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:32.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:20:32.231 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:32.231 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:33.136 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:20:33.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:33.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:33.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:33.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:20:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:33 smithi079 bash[28699]: cluster 2023-12-08T00:20:32.290417+0000 mgr.a (mgr.14403) 17097 : cluster 0 pgmap v12766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:33 smithi079 bash[28699]: audit 2023-12-08T00:20:32.632947+0000 mgr.a (mgr.14403) 17098 : audit 0 from='client.341043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:33 smithi194 bash[32038]: cluster 2023-12-08T00:20:32.290417+0000 mgr.a (mgr.14403) 17097 : cluster 0 pgmap v12766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:33 smithi194 bash[32038]: audit 2023-12-08T00:20:32.632947+0000 mgr.a (mgr.14403) 17098 : audit 0 from='client.341043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:33 smithi135 bash[32435]: cluster 2023-12-08T00:20:32.290417+0000 mgr.a (mgr.14403) 17097 : cluster 0 pgmap v12766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:33 smithi135 bash[32435]: audit 2023-12-08T00:20:32.632947+0000 mgr.a (mgr.14403) 17098 : audit 0 from='client.341043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:35.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:35 smithi079 bash[28699]: cluster 2023-12-08T00:20:34.291305+0000 mgr.a (mgr.14403) 17099 : cluster 0 pgmap v12767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:35.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:35 smithi194 bash[32038]: cluster 2023-12-08T00:20:34.291305+0000 mgr.a (mgr.14403) 17099 : cluster 0 pgmap v12767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:35.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:35 smithi135 bash[32435]: cluster 2023-12-08T00:20:34.291305+0000 mgr.a (mgr.14403) 17099 : cluster 0 pgmap v12767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:37.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:37 smithi079 bash[28699]: cluster 2023-12-08T00:20:36.291806+0000 mgr.a (mgr.14403) 17100 : cluster 0 pgmap v12768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:37 smithi194 bash[32038]: cluster 2023-12-08T00:20:36.291806+0000 mgr.a (mgr.14403) 17100 : cluster 0 pgmap v12768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:37.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:37 smithi135 bash[32435]: cluster 2023-12-08T00:20:36.291806+0000 mgr.a (mgr.14403) 17100 : cluster 0 pgmap v12768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:38.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:20:38.139 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:38.140 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:39.035 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:20:39.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:39.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:39.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:39.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:20:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:39 smithi079 bash[28699]: cluster 2023-12-08T00:20:38.292336+0000 mgr.a (mgr.14403) 17101 : cluster 0 pgmap v12769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:39 smithi079 bash[28699]: audit 2023-12-08T00:20:38.534675+0000 mgr.a (mgr.14403) 17102 : audit 0 from='client.341118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:39.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:39 smithi194 bash[32038]: cluster 2023-12-08T00:20:38.292336+0000 mgr.a (mgr.14403) 17101 : cluster 0 pgmap v12769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:39.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:39 smithi194 bash[32038]: audit 2023-12-08T00:20:38.534675+0000 mgr.a (mgr.14403) 17102 : audit 0 from='client.341118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:39 smithi135 bash[32435]: cluster 2023-12-08T00:20:38.292336+0000 mgr.a (mgr.14403) 17101 : cluster 0 pgmap v12769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:39 smithi135 bash[32435]: audit 2023-12-08T00:20:38.534675+0000 mgr.a (mgr.14403) 17102 : audit 0 from='client.341118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:41 smithi079 bash[28699]: cluster 2023-12-08T00:20:40.293304+0000 mgr.a (mgr.14403) 17103 : cluster 0 pgmap v12770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:41 smithi194 bash[32038]: cluster 2023-12-08T00:20:40.293304+0000 mgr.a (mgr.14403) 17103 : cluster 0 pgmap v12770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:41 smithi135 bash[32435]: cluster 2023-12-08T00:20:40.293304+0000 mgr.a (mgr.14403) 17103 : cluster 0 pgmap v12770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:43 smithi079 bash[28699]: cluster 2023-12-08T00:20:42.293898+0000 mgr.a (mgr.14403) 17104 : cluster 0 pgmap v12771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:43 smithi194 bash[32038]: cluster 2023-12-08T00:20:42.293898+0000 mgr.a (mgr.14403) 17104 : cluster 0 pgmap v12771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:43 smithi135 bash[32435]: cluster 2023-12-08T00:20:42.293898+0000 mgr.a (mgr.14403) 17104 : cluster 0 pgmap v12771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:44.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:20:44.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:44.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:44 smithi079 bash[28699]: audit 2023-12-08T00:20:43.906263+0000 mon.a (mon.0) 2823 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:20:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:44 smithi194 bash[32038]: audit 2023-12-08T00:20:43.906263+0000 mon.a (mon.0) 2823 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:20:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:44 smithi135 bash[32435]: audit 2023-12-08T00:20:43.906263+0000 mon.a (mon.0) 2823 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:20:44.960 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:20:44.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:44.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:44.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:44.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:20:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:45 smithi079 bash[28699]: cluster 2023-12-08T00:20:44.294419+0000 mgr.a (mgr.14403) 17105 : cluster 0 pgmap v12772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:45 smithi079 bash[28699]: audit 2023-12-08T00:20:44.438753+0000 mgr.a (mgr.14403) 17106 : audit 0 from='client.341190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:45.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:45 smithi079 bash[28699]: audit 2023-12-08T00:20:44.743324+0000 mon.a (mon.0) 2824 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:20:45.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:45 smithi079 bash[28699]: audit 2023-12-08T00:20:44.745677+0000 mon.a (mon.0) 2825 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:20:45.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:45 smithi079 bash[28699]: audit 2023-12-08T00:20:44.754299+0000 mon.a (mon.0) 2826 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:20:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:45 smithi194 bash[32038]: cluster 2023-12-08T00:20:44.294419+0000 mgr.a (mgr.14403) 17105 : cluster 0 pgmap v12772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:45 smithi194 bash[32038]: audit 2023-12-08T00:20:44.438753+0000 mgr.a (mgr.14403) 17106 : audit 0 from='client.341190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:45 smithi194 bash[32038]: audit 2023-12-08T00:20:44.743324+0000 mon.a (mon.0) 2824 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:20:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:45 smithi194 bash[32038]: audit 2023-12-08T00:20:44.745677+0000 mon.a (mon.0) 2825 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:20:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:45 smithi194 bash[32038]: audit 2023-12-08T00:20:44.754299+0000 mon.a (mon.0) 2826 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:20:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:45 smithi135 bash[32435]: cluster 2023-12-08T00:20:44.294419+0000 mgr.a (mgr.14403) 17105 : cluster 0 pgmap v12772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:45 smithi135 bash[32435]: audit 2023-12-08T00:20:44.438753+0000 mgr.a (mgr.14403) 17106 : audit 0 from='client.341190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:45 smithi135 bash[32435]: audit 2023-12-08T00:20:44.743324+0000 mon.a (mon.0) 2824 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:20:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:45 smithi135 bash[32435]: audit 2023-12-08T00:20:44.745677+0000 mon.a (mon.0) 2825 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:20:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:45 smithi135 bash[32435]: audit 2023-12-08T00:20:44.754299+0000 mon.a (mon.0) 2826 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:20:47.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:47 smithi079 bash[28699]: cluster 2023-12-08T00:20:46.295090+0000 mgr.a (mgr.14403) 17107 : cluster 0 pgmap v12773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:47.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:47 smithi194 bash[32038]: cluster 2023-12-08T00:20:46.295090+0000 mgr.a (mgr.14403) 17107 : cluster 0 pgmap v12773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:47.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:47 smithi135 bash[32435]: cluster 2023-12-08T00:20:46.295090+0000 mgr.a (mgr.14403) 17107 : cluster 0 pgmap v12773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:49 smithi079 bash[28699]: cluster 2023-12-08T00:20:48.295811+0000 mgr.a (mgr.14403) 17108 : cluster 0 pgmap v12774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:49 smithi194 bash[32038]: cluster 2023-12-08T00:20:48.295811+0000 mgr.a (mgr.14403) 17108 : cluster 0 pgmap v12774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:49 smithi135 bash[32435]: cluster 2023-12-08T00:20:48.295811+0000 mgr.a (mgr.14403) 17108 : cluster 0 pgmap v12774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:20:49.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:20:49.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:49.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:50.899 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:20:50.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:50.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:50.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:50.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:20:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:51 smithi079 bash[28699]: cluster 2023-12-08T00:20:50.296743+0000 mgr.a (mgr.14403) 17109 : cluster 0 pgmap v12775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:51 smithi079 bash[28699]: audit 2023-12-08T00:20:50.406825+0000 mgr.a (mgr.14403) 17110 : audit 0 from='client.341265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:51 smithi194 bash[32038]: cluster 2023-12-08T00:20:50.296743+0000 mgr.a (mgr.14403) 17109 : cluster 0 pgmap v12775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:51 smithi194 bash[32038]: audit 2023-12-08T00:20:50.406825+0000 mgr.a (mgr.14403) 17110 : audit 0 from='client.341265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:51 smithi135 bash[32435]: cluster 2023-12-08T00:20:50.296743+0000 mgr.a (mgr.14403) 17109 : cluster 0 pgmap v12775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:51 smithi135 bash[32435]: audit 2023-12-08T00:20:50.406825+0000 mgr.a (mgr.14403) 17110 : audit 0 from='client.341265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:53 smithi079 bash[28699]: cluster 2023-12-08T00:20:52.297418+0000 mgr.a (mgr.14403) 17111 : cluster 0 pgmap v12776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:53 smithi194 bash[32038]: cluster 2023-12-08T00:20:52.297418+0000 mgr.a (mgr.14403) 17111 : cluster 0 pgmap v12776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:53 smithi135 bash[32435]: cluster 2023-12-08T00:20:52.297418+0000 mgr.a (mgr.14403) 17111 : cluster 0 pgmap v12776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:55 smithi079 bash[28699]: cluster 2023-12-08T00:20:54.298224+0000 mgr.a (mgr.14403) 17112 : cluster 0 pgmap v12777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:55 smithi194 bash[32038]: cluster 2023-12-08T00:20:54.298224+0000 mgr.a (mgr.14403) 17112 : cluster 0 pgmap v12777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:55 smithi135 bash[32435]: cluster 2023-12-08T00:20:54.298224+0000 mgr.a (mgr.14403) 17112 : cluster 0 pgmap v12777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:20:55.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:20:55.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:20:55.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:20:56.799 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:20:56.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:20:56.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:20:56.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:20:56.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:20:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:57 smithi079 bash[28699]: cluster 2023-12-08T00:20:56.298764+0000 mgr.a (mgr.14403) 17113 : cluster 0 pgmap v12778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:57 smithi079 bash[28699]: audit 2023-12-08T00:20:56.304028+0000 mgr.a (mgr.14403) 17114 : audit 0 from='client.341337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:57 smithi194 bash[32038]: cluster 2023-12-08T00:20:56.298764+0000 mgr.a (mgr.14403) 17113 : cluster 0 pgmap v12778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:57 smithi194 bash[32038]: audit 2023-12-08T00:20:56.304028+0000 mgr.a (mgr.14403) 17114 : audit 0 from='client.341337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:57 smithi135 bash[32435]: cluster 2023-12-08T00:20:56.298764+0000 mgr.a (mgr.14403) 17113 : cluster 0 pgmap v12778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:57 smithi135 bash[32435]: audit 2023-12-08T00:20:56.304028+0000 mgr.a (mgr.14403) 17114 : audit 0 from='client.341337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:20:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:20:59 smithi079 bash[28699]: cluster 2023-12-08T00:20:58.299552+0000 mgr.a (mgr.14403) 17115 : cluster 0 pgmap v12779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:20:59 smithi194 bash[32038]: cluster 2023-12-08T00:20:58.299552+0000 mgr.a (mgr.14403) 17115 : cluster 0 pgmap v12779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:20:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:20:59 smithi135 bash[32435]: cluster 2023-12-08T00:20:58.299552+0000 mgr.a (mgr.14403) 17115 : cluster 0 pgmap v12779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:01 smithi079 bash[28699]: cluster 2023-12-08T00:21:00.300404+0000 mgr.a (mgr.14403) 17116 : cluster 0 pgmap v12780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:01 smithi194 bash[32038]: cluster 2023-12-08T00:21:00.300404+0000 mgr.a (mgr.14403) 17116 : cluster 0 pgmap v12780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:01.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:01 smithi135 bash[32435]: cluster 2023-12-08T00:21:00.300404+0000 mgr.a (mgr.14403) 17116 : cluster 0 pgmap v12780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:01.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:21:01.803 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:01.803 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:02.751 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:21:02.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:02.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:02.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:02.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:21:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:03 smithi079 bash[28699]: audit 2023-12-08T00:21:02.212146+0000 mgr.a (mgr.14403) 17117 : audit 0 from='client.341412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:03 smithi079 bash[28699]: cluster 2023-12-08T00:21:02.300869+0000 mgr.a (mgr.14403) 17118 : cluster 0 pgmap v12781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:03 smithi194 bash[32038]: audit 2023-12-08T00:21:02.212146+0000 mgr.a (mgr.14403) 17117 : audit 0 from='client.341412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:03 smithi194 bash[32038]: cluster 2023-12-08T00:21:02.300869+0000 mgr.a (mgr.14403) 17118 : cluster 0 pgmap v12781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:03 smithi135 bash[32435]: audit 2023-12-08T00:21:02.212146+0000 mgr.a (mgr.14403) 17117 : audit 0 from='client.341412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:03 smithi135 bash[32435]: cluster 2023-12-08T00:21:02.300869+0000 mgr.a (mgr.14403) 17118 : cluster 0 pgmap v12781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:05.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:05 smithi079 bash[28699]: cluster 2023-12-08T00:21:04.301678+0000 mgr.a (mgr.14403) 17119 : cluster 0 pgmap v12782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:05 smithi194 bash[32038]: cluster 2023-12-08T00:21:04.301678+0000 mgr.a (mgr.14403) 17119 : cluster 0 pgmap v12782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:05 smithi135 bash[32435]: cluster 2023-12-08T00:21:04.301678+0000 mgr.a (mgr.14403) 17119 : cluster 0 pgmap v12782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:07.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:07 smithi079 bash[28699]: cluster 2023-12-08T00:21:06.302234+0000 mgr.a (mgr.14403) 17120 : cluster 0 pgmap v12783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:07 smithi194 bash[32038]: cluster 2023-12-08T00:21:06.302234+0000 mgr.a (mgr.14403) 17120 : cluster 0 pgmap v12783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:07.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:07 smithi135 bash[32435]: cluster 2023-12-08T00:21:06.302234+0000 mgr.a (mgr.14403) 17120 : cluster 0 pgmap v12783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:07.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:21:07.754 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:07.755 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:08.668 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:21:08.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:08.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:08.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:08.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:21:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:09 smithi079 bash[28699]: audit 2023-12-08T00:21:08.160052+0000 mgr.a (mgr.14403) 17121 : audit 0 from='client.341490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:09.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:09 smithi079 bash[28699]: cluster 2023-12-08T00:21:08.303635+0000 mgr.a (mgr.14403) 17122 : cluster 0 pgmap v12784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:09 smithi194 bash[32038]: audit 2023-12-08T00:21:08.160052+0000 mgr.a (mgr.14403) 17121 : audit 0 from='client.341490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:09 smithi194 bash[32038]: cluster 2023-12-08T00:21:08.303635+0000 mgr.a (mgr.14403) 17122 : cluster 0 pgmap v12784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:09 smithi135 bash[32435]: audit 2023-12-08T00:21:08.160052+0000 mgr.a (mgr.14403) 17121 : audit 0 from='client.341490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:09 smithi135 bash[32435]: cluster 2023-12-08T00:21:08.303635+0000 mgr.a (mgr.14403) 17122 : cluster 0 pgmap v12784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:11 smithi079 bash[28699]: cluster 2023-12-08T00:21:10.304562+0000 mgr.a (mgr.14403) 17123 : cluster 0 pgmap v12785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:21:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:11 smithi194 bash[32038]: cluster 2023-12-08T00:21:10.304562+0000 mgr.a (mgr.14403) 17123 : cluster 0 pgmap v12785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:21:11.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:11 smithi135 bash[32435]: cluster 2023-12-08T00:21:10.304562+0000 mgr.a (mgr.14403) 17123 : cluster 0 pgmap v12785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:21:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:13 smithi079 bash[28699]: cluster 2023-12-08T00:21:12.305084+0000 mgr.a (mgr.14403) 17124 : cluster 0 pgmap v12786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:21:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:13 smithi194 bash[32038]: cluster 2023-12-08T00:21:12.305084+0000 mgr.a (mgr.14403) 17124 : cluster 0 pgmap v12786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:21:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:13 smithi135 bash[32435]: cluster 2023-12-08T00:21:12.305084+0000 mgr.a (mgr.14403) 17124 : cluster 0 pgmap v12786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:21:13.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:21:13.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:13.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:14.553 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:21:14.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:14.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:14.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:14.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:21:15.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:15 smithi079 bash[28699]: audit 2023-12-08T00:21:14.073601+0000 mgr.a (mgr.14403) 17125 : audit 0 from='client.341565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:15.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:15 smithi079 bash[28699]: cluster 2023-12-08T00:21:14.305702+0000 mgr.a (mgr.14403) 17126 : cluster 0 pgmap v12787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:15 smithi194 bash[32038]: audit 2023-12-08T00:21:14.073601+0000 mgr.a (mgr.14403) 17125 : audit 0 from='client.341565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:15 smithi194 bash[32038]: cluster 2023-12-08T00:21:14.305702+0000 mgr.a (mgr.14403) 17126 : cluster 0 pgmap v12787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:15.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:15 smithi135 bash[32435]: audit 2023-12-08T00:21:14.073601+0000 mgr.a (mgr.14403) 17125 : audit 0 from='client.341565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:15.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:15 smithi135 bash[32435]: cluster 2023-12-08T00:21:14.305702+0000 mgr.a (mgr.14403) 17126 : cluster 0 pgmap v12787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:17.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:17 smithi079 bash[28699]: cluster 2023-12-08T00:21:16.306307+0000 mgr.a (mgr.14403) 17127 : cluster 0 pgmap v12788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:17.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:17 smithi194 bash[32038]: cluster 2023-12-08T00:21:16.306307+0000 mgr.a (mgr.14403) 17127 : cluster 0 pgmap v12788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:17.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:17 smithi135 bash[32435]: cluster 2023-12-08T00:21:16.306307+0000 mgr.a (mgr.14403) 17127 : cluster 0 pgmap v12788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:19.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:21:19.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:19.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:19 smithi079 bash[28699]: cluster 2023-12-08T00:21:18.306864+0000 mgr.a (mgr.14403) 17128 : cluster 0 pgmap v12789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:19 smithi194 bash[32038]: cluster 2023-12-08T00:21:18.306864+0000 mgr.a (mgr.14403) 17128 : cluster 0 pgmap v12789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:19 smithi135 bash[32435]: cluster 2023-12-08T00:21:18.306864+0000 mgr.a (mgr.14403) 17128 : cluster 0 pgmap v12789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:20.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:20.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:20.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:20.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:21:20.448 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:21:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:21 smithi079 bash[28699]: audit 2023-12-08T00:21:19.955102+0000 mgr.a (mgr.14403) 17129 : audit 0 from='client.341643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:21.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:21 smithi079 bash[28699]: cluster 2023-12-08T00:21:20.317762+0000 mgr.a (mgr.14403) 17130 : cluster 0 pgmap v12790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:21 smithi194 bash[32038]: audit 2023-12-08T00:21:19.955102+0000 mgr.a (mgr.14403) 17129 : audit 0 from='client.341643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:21 smithi194 bash[32038]: cluster 2023-12-08T00:21:20.317762+0000 mgr.a (mgr.14403) 17130 : cluster 0 pgmap v12790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:21.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:21 smithi135 bash[32435]: audit 2023-12-08T00:21:19.955102+0000 mgr.a (mgr.14403) 17129 : audit 0 from='client.341643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:21.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:21 smithi135 bash[32435]: cluster 2023-12-08T00:21:20.317762+0000 mgr.a (mgr.14403) 17130 : cluster 0 pgmap v12790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:23 smithi079 bash[28699]: cluster 2023-12-08T00:21:22.318337+0000 mgr.a (mgr.14403) 17131 : cluster 0 pgmap v12791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:21:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:23 smithi194 bash[32038]: cluster 2023-12-08T00:21:22.318337+0000 mgr.a (mgr.14403) 17131 : cluster 0 pgmap v12791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:21:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:23 smithi135 bash[32435]: cluster 2023-12-08T00:21:22.318337+0000 mgr.a (mgr.14403) 17131 : cluster 0 pgmap v12791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:21:25.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:21:25.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:25.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:25.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:25 smithi079 bash[28699]: cluster 2023-12-08T00:21:24.319105+0000 mgr.a (mgr.14403) 17132 : cluster 0 pgmap v12792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:21:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:25 smithi194 bash[32038]: cluster 2023-12-08T00:21:24.319105+0000 mgr.a (mgr.14403) 17132 : cluster 0 pgmap v12792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:21:25.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:25 smithi135 bash[32435]: cluster 2023-12-08T00:21:24.319105+0000 mgr.a (mgr.14403) 17132 : cluster 0 pgmap v12792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:21:26.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:26.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:26.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:26.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:21:26.359 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:21:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:27 smithi079 bash[28699]: audit 2023-12-08T00:21:25.849993+0000 mgr.a (mgr.14403) 17133 : audit 0 from='client.341721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:27.649 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:27 smithi079 bash[28699]: cluster 2023-12-08T00:21:26.319633+0000 mgr.a (mgr.14403) 17134 : cluster 0 pgmap v12793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:27 smithi194 bash[32038]: audit 2023-12-08T00:21:25.849993+0000 mgr.a (mgr.14403) 17133 : audit 0 from='client.341721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:27 smithi194 bash[32038]: cluster 2023-12-08T00:21:26.319633+0000 mgr.a (mgr.14403) 17134 : cluster 0 pgmap v12793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:27 smithi135 bash[32435]: audit 2023-12-08T00:21:25.849993+0000 mgr.a (mgr.14403) 17133 : audit 0 from='client.341721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:27 smithi135 bash[32435]: cluster 2023-12-08T00:21:26.319633+0000 mgr.a (mgr.14403) 17134 : cluster 0 pgmap v12793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:29.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:29 smithi079 bash[28699]: cluster 2023-12-08T00:21:28.320203+0000 mgr.a (mgr.14403) 17135 : cluster 0 pgmap v12794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:29.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:29 smithi194 bash[32038]: cluster 2023-12-08T00:21:28.320203+0000 mgr.a (mgr.14403) 17135 : cluster 0 pgmap v12794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:29 smithi135 bash[32435]: cluster 2023-12-08T00:21:28.320203+0000 mgr.a (mgr.14403) 17135 : cluster 0 pgmap v12794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:31.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:21:31.362 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:31.362 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:31 smithi079 bash[28699]: cluster 2023-12-08T00:21:30.321028+0000 mgr.a (mgr.14403) 17136 : cluster 0 pgmap v12795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:31.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:31 smithi194 bash[32038]: cluster 2023-12-08T00:21:30.321028+0000 mgr.a (mgr.14403) 17136 : cluster 0 pgmap v12795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:31 smithi135 bash[32435]: cluster 2023-12-08T00:21:30.321028+0000 mgr.a (mgr.14403) 17136 : cluster 0 pgmap v12795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:32.273 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:21:32.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:32.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:32.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:32.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:21:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:33 smithi079 bash[28699]: audit 2023-12-08T00:21:31.763244+0000 mgr.a (mgr.14403) 17137 : audit 0 from='client.341799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:33 smithi079 bash[28699]: cluster 2023-12-08T00:21:32.321774+0000 mgr.a (mgr.14403) 17138 : cluster 0 pgmap v12796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:33 smithi194 bash[32038]: audit 2023-12-08T00:21:31.763244+0000 mgr.a (mgr.14403) 17137 : audit 0 from='client.341799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:33 smithi194 bash[32038]: cluster 2023-12-08T00:21:32.321774+0000 mgr.a (mgr.14403) 17138 : cluster 0 pgmap v12796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:33 smithi135 bash[32435]: audit 2023-12-08T00:21:31.763244+0000 mgr.a (mgr.14403) 17137 : audit 0 from='client.341799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:33 smithi135 bash[32435]: cluster 2023-12-08T00:21:32.321774+0000 mgr.a (mgr.14403) 17138 : cluster 0 pgmap v12796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:35.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:35 smithi079 bash[28699]: cluster 2023-12-08T00:21:34.322569+0000 mgr.a (mgr.14403) 17139 : cluster 0 pgmap v12797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:35.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:35 smithi194 bash[32038]: cluster 2023-12-08T00:21:34.322569+0000 mgr.a (mgr.14403) 17139 : cluster 0 pgmap v12797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:35.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:35 smithi135 bash[32435]: cluster 2023-12-08T00:21:34.322569+0000 mgr.a (mgr.14403) 17139 : cluster 0 pgmap v12797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:37.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:21:37.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:37.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:37.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:37 smithi079 bash[28699]: cluster 2023-12-08T00:21:36.323154+0000 mgr.a (mgr.14403) 17140 : cluster 0 pgmap v12798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:37 smithi194 bash[32038]: cluster 2023-12-08T00:21:36.323154+0000 mgr.a (mgr.14403) 17140 : cluster 0 pgmap v12798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:37.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:37 smithi135 bash[32435]: cluster 2023-12-08T00:21:36.323154+0000 mgr.a (mgr.14403) 17140 : cluster 0 pgmap v12798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:38.193 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:21:38.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:38.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:38.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:38.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:21:38.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:38 smithi079 bash[28699]: audit 2023-12-08T00:21:37.680606+0000 mgr.a (mgr.14403) 17141 : audit 0 from='client.341871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:38 smithi194 bash[32038]: audit 2023-12-08T00:21:37.680606+0000 mgr.a (mgr.14403) 17141 : audit 0 from='client.341871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:38.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:38 smithi135 bash[32435]: audit 2023-12-08T00:21:37.680606+0000 mgr.a (mgr.14403) 17141 : audit 0 from='client.341871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:39.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:39 smithi079 bash[28699]: cluster 2023-12-08T00:21:38.323933+0000 mgr.a (mgr.14403) 17142 : cluster 0 pgmap v12799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:39.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:39 smithi194 bash[32038]: cluster 2023-12-08T00:21:38.323933+0000 mgr.a (mgr.14403) 17142 : cluster 0 pgmap v12799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:39 smithi135 bash[32435]: cluster 2023-12-08T00:21:38.323933+0000 mgr.a (mgr.14403) 17142 : cluster 0 pgmap v12799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:41 smithi194 bash[32038]: cluster 2023-12-08T00:21:40.324775+0000 mgr.a (mgr.14403) 17143 : cluster 0 pgmap v12800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:41 smithi135 bash[32435]: cluster 2023-12-08T00:21:40.324775+0000 mgr.a (mgr.14403) 17143 : cluster 0 pgmap v12800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:41.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:41 smithi079 bash[28699]: cluster 2023-12-08T00:21:40.324775+0000 mgr.a (mgr.14403) 17143 : cluster 0 pgmap v12800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:21:43.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:21:43.197 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:43.197 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:43 smithi079 bash[28699]: cluster 2023-12-08T00:21:42.325480+0000 mgr.a (mgr.14403) 17144 : cluster 0 pgmap v12801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:43 smithi194 bash[32038]: cluster 2023-12-08T00:21:42.325480+0000 mgr.a (mgr.14403) 17144 : cluster 0 pgmap v12801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:43 smithi135 bash[32435]: cluster 2023-12-08T00:21:42.325480+0000 mgr.a (mgr.14403) 17144 : cluster 0 pgmap v12801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:44.104 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:21:44.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:44.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:44.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:44.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:21:44.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:44 smithi079 bash[28699]: audit 2023-12-08T00:21:43.598248+0000 mgr.a (mgr.14403) 17145 : audit 0 from='client.341943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:44 smithi194 bash[32038]: audit 2023-12-08T00:21:43.598248+0000 mgr.a (mgr.14403) 17145 : audit 0 from='client.341943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:44 smithi135 bash[32435]: audit 2023-12-08T00:21:43.598248+0000 mgr.a (mgr.14403) 17145 : audit 0 from='client.341943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:45 smithi079 bash[28699]: cluster 2023-12-08T00:21:44.326581+0000 mgr.a (mgr.14403) 17146 : cluster 0 pgmap v12802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:45.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:45 smithi079 bash[28699]: audit 2023-12-08T00:21:44.871041+0000 mon.a (mon.0) 2827 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:21:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:45 smithi194 bash[32038]: cluster 2023-12-08T00:21:44.326581+0000 mgr.a (mgr.14403) 17146 : cluster 0 pgmap v12802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:45 smithi194 bash[32038]: audit 2023-12-08T00:21:44.871041+0000 mon.a (mon.0) 2827 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:21:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:45 smithi135 bash[32435]: cluster 2023-12-08T00:21:44.326581+0000 mgr.a (mgr.14403) 17146 : cluster 0 pgmap v12802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:45 smithi135 bash[32435]: audit 2023-12-08T00:21:44.871041+0000 mon.a (mon.0) 2827 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:21:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:46 smithi079 bash[28699]: audit 2023-12-08T00:21:45.656035+0000 mon.a (mon.0) 2828 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:21:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:46 smithi079 bash[28699]: audit 2023-12-08T00:21:45.657856+0000 mon.a (mon.0) 2829 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:21:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:46 smithi079 bash[28699]: audit 2023-12-08T00:21:45.668144+0000 mon.a (mon.0) 2830 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:21:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:46 smithi194 bash[32038]: audit 2023-12-08T00:21:45.656035+0000 mon.a (mon.0) 2828 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:21:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:46 smithi194 bash[32038]: audit 2023-12-08T00:21:45.657856+0000 mon.a (mon.0) 2829 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:21:46.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:46 smithi194 bash[32038]: audit 2023-12-08T00:21:45.668144+0000 mon.a (mon.0) 2830 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:21:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:46 smithi135 bash[32435]: audit 2023-12-08T00:21:45.656035+0000 mon.a (mon.0) 2828 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:21:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:46 smithi135 bash[32435]: audit 2023-12-08T00:21:45.657856+0000 mon.a (mon.0) 2829 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:21:46.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:46 smithi135 bash[32435]: audit 2023-12-08T00:21:45.668144+0000 mon.a (mon.0) 2830 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:21:47.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:47 smithi079 bash[28699]: cluster 2023-12-08T00:21:46.327211+0000 mgr.a (mgr.14403) 17147 : cluster 0 pgmap v12803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:47.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:47 smithi194 bash[32038]: cluster 2023-12-08T00:21:46.327211+0000 mgr.a (mgr.14403) 17147 : cluster 0 pgmap v12803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:47.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:47 smithi135 bash[32435]: cluster 2023-12-08T00:21:46.327211+0000 mgr.a (mgr.14403) 17147 : cluster 0 pgmap v12803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:49.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:21:49.108 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:49.108 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:49 smithi079 bash[28699]: cluster 2023-12-08T00:21:48.327800+0000 mgr.a (mgr.14403) 17148 : cluster 0 pgmap v12804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:49 smithi194 bash[32038]: cluster 2023-12-08T00:21:48.327800+0000 mgr.a (mgr.14403) 17148 : cluster 0 pgmap v12804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:49 smithi135 bash[32435]: cluster 2023-12-08T00:21:48.327800+0000 mgr.a (mgr.14403) 17148 : cluster 0 pgmap v12804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:50.028 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:21:50.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:50.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:50.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:50.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:21:50.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:50 smithi079 bash[28699]: audit 2023-12-08T00:21:49.514823+0000 mgr.a (mgr.14403) 17149 : audit 0 from='client.342018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:50 smithi194 bash[32038]: audit 2023-12-08T00:21:49.514823+0000 mgr.a (mgr.14403) 17149 : audit 0 from='client.342018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:50.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:50 smithi135 bash[32435]: audit 2023-12-08T00:21:49.514823+0000 mgr.a (mgr.14403) 17149 : audit 0 from='client.342018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:51 smithi194 bash[32038]: cluster 2023-12-08T00:21:50.328768+0000 mgr.a (mgr.14403) 17150 : cluster 0 pgmap v12805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:51 smithi135 bash[32435]: cluster 2023-12-08T00:21:50.328768+0000 mgr.a (mgr.14403) 17150 : cluster 0 pgmap v12805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:51 smithi079 bash[28699]: cluster 2023-12-08T00:21:50.328768+0000 mgr.a (mgr.14403) 17150 : cluster 0 pgmap v12805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:53 smithi079 bash[28699]: cluster 2023-12-08T00:21:52.329320+0000 mgr.a (mgr.14403) 17151 : cluster 0 pgmap v12806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:53 smithi194 bash[32038]: cluster 2023-12-08T00:21:52.329320+0000 mgr.a (mgr.14403) 17151 : cluster 0 pgmap v12806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:53 smithi135 bash[32435]: cluster 2023-12-08T00:21:52.329320+0000 mgr.a (mgr.14403) 17151 : cluster 0 pgmap v12806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:21:55.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:21:55.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:21:55.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:21:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:55 smithi079 bash[28699]: cluster 2023-12-08T00:21:54.330073+0000 mgr.a (mgr.14403) 17152 : cluster 0 pgmap v12807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:55 smithi194 bash[32038]: cluster 2023-12-08T00:21:54.330073+0000 mgr.a (mgr.14403) 17152 : cluster 0 pgmap v12807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:55 smithi135 bash[32435]: cluster 2023-12-08T00:21:54.330073+0000 mgr.a (mgr.14403) 17152 : cluster 0 pgmap v12807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:55.970 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:21:55.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:21:55.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:21:55.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:21:55.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:21:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:56 smithi194 bash[32038]: audit 2023-12-08T00:21:55.436685+0000 mgr.a (mgr.14403) 17153 : audit 0 from='client.342096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:56.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:56 smithi135 bash[32435]: audit 2023-12-08T00:21:55.436685+0000 mgr.a (mgr.14403) 17153 : audit 0 from='client.342096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:56 smithi079 bash[28699]: audit 2023-12-08T00:21:55.436685+0000 mgr.a (mgr.14403) 17153 : audit 0 from='client.342096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:21:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:57 smithi194 bash[32038]: cluster 2023-12-08T00:21:56.330779+0000 mgr.a (mgr.14403) 17154 : cluster 0 pgmap v12808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:57 smithi135 bash[32435]: cluster 2023-12-08T00:21:56.330779+0000 mgr.a (mgr.14403) 17154 : cluster 0 pgmap v12808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:57.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:57 smithi079 bash[28699]: cluster 2023-12-08T00:21:56.330779+0000 mgr.a (mgr.14403) 17154 : cluster 0 pgmap v12808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:21:59 smithi194 bash[32038]: cluster 2023-12-08T00:21:58.331402+0000 mgr.a (mgr.14403) 17155 : cluster 0 pgmap v12809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:21:59 smithi135 bash[32435]: cluster 2023-12-08T00:21:58.331402+0000 mgr.a (mgr.14403) 17155 : cluster 0 pgmap v12809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:21:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:21:59 smithi079 bash[28699]: cluster 2023-12-08T00:21:58.331402+0000 mgr.a (mgr.14403) 17155 : cluster 0 pgmap v12809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:00.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:22:00.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:00.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:01 smithi194 bash[32038]: cluster 2023-12-08T00:22:00.332356+0000 mgr.a (mgr.14403) 17156 : cluster 0 pgmap v12810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:01.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:01 smithi135 bash[32435]: cluster 2023-12-08T00:22:00.332356+0000 mgr.a (mgr.14403) 17156 : cluster 0 pgmap v12810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:01.884 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:22:01.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:01.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:01.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:01.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:22:01.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:01 smithi079 bash[28699]: cluster 2023-12-08T00:22:00.332356+0000 mgr.a (mgr.14403) 17156 : cluster 0 pgmap v12810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:02.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:02 smithi194 bash[32038]: audit 2023-12-08T00:22:01.376059+0000 mgr.a (mgr.14403) 17157 : audit 0 from='client.342174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:02.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:02 smithi135 bash[32435]: audit 2023-12-08T00:22:01.376059+0000 mgr.a (mgr.14403) 17157 : audit 0 from='client.342174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:02 smithi079 bash[28699]: audit 2023-12-08T00:22:01.376059+0000 mgr.a (mgr.14403) 17157 : audit 0 from='client.342174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:03 smithi194 bash[32038]: cluster 2023-12-08T00:22:02.333075+0000 mgr.a (mgr.14403) 17158 : cluster 0 pgmap v12811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:03.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:03 smithi135 bash[32435]: cluster 2023-12-08T00:22:02.333075+0000 mgr.a (mgr.14403) 17158 : cluster 0 pgmap v12811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:03.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:03 smithi079 bash[28699]: cluster 2023-12-08T00:22:02.333075+0000 mgr.a (mgr.14403) 17158 : cluster 0 pgmap v12811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:05 smithi194 bash[32038]: cluster 2023-12-08T00:22:04.333995+0000 mgr.a (mgr.14403) 17159 : cluster 0 pgmap v12812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:05 smithi135 bash[32435]: cluster 2023-12-08T00:22:04.333995+0000 mgr.a (mgr.14403) 17159 : cluster 0 pgmap v12812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:05.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:05 smithi079 bash[28699]: cluster 2023-12-08T00:22:04.333995+0000 mgr.a (mgr.14403) 17159 : cluster 0 pgmap v12812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:06.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:22:06.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:06.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:07 smithi194 bash[32038]: cluster 2023-12-08T00:22:06.334746+0000 mgr.a (mgr.14403) 17160 : cluster 0 pgmap v12813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:07.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:07 smithi135 bash[32435]: cluster 2023-12-08T00:22:06.334746+0000 mgr.a (mgr.14403) 17160 : cluster 0 pgmap v12813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:07.775 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:22:07.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:07.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:07.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:07.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:22:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:07 smithi079 bash[28699]: cluster 2023-12-08T00:22:06.334746+0000 mgr.a (mgr.14403) 17160 : cluster 0 pgmap v12813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:08 smithi194 bash[32038]: audit 2023-12-08T00:22:07.287519+0000 mgr.a (mgr.14403) 17161 : audit 0 from='client.342249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:08.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:08 smithi135 bash[32435]: audit 2023-12-08T00:22:07.287519+0000 mgr.a (mgr.14403) 17161 : audit 0 from='client.342249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:08 smithi079 bash[28699]: audit 2023-12-08T00:22:07.287519+0000 mgr.a (mgr.14403) 17161 : audit 0 from='client.342249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:09 smithi194 bash[32038]: cluster 2023-12-08T00:22:08.335648+0000 mgr.a (mgr.14403) 17162 : cluster 0 pgmap v12814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:09 smithi135 bash[32435]: cluster 2023-12-08T00:22:08.335648+0000 mgr.a (mgr.14403) 17162 : cluster 0 pgmap v12814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:09 smithi079 bash[28699]: cluster 2023-12-08T00:22:08.335648+0000 mgr.a (mgr.14403) 17162 : cluster 0 pgmap v12814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:11 smithi194 bash[32038]: cluster 2023-12-08T00:22:10.336698+0000 mgr.a (mgr.14403) 17163 : cluster 0 pgmap v12815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:11.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:11 smithi135 bash[32435]: cluster 2023-12-08T00:22:10.336698+0000 mgr.a (mgr.14403) 17163 : cluster 0 pgmap v12815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:11.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:11 smithi079 bash[28699]: cluster 2023-12-08T00:22:10.336698+0000 mgr.a (mgr.14403) 17163 : cluster 0 pgmap v12815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:12.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:22:12.778 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:12.778 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:13 smithi079 bash[28699]: cluster 2023-12-08T00:22:12.337281+0000 mgr.a (mgr.14403) 17164 : cluster 0 pgmap v12816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:13 smithi194 bash[32038]: cluster 2023-12-08T00:22:12.337281+0000 mgr.a (mgr.14403) 17164 : cluster 0 pgmap v12816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:13 smithi135 bash[32435]: cluster 2023-12-08T00:22:12.337281+0000 mgr.a (mgr.14403) 17164 : cluster 0 pgmap v12816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:13.697 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:22:13.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:13.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:13.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:13.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:22:14.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:14 smithi079 bash[28699]: audit 2023-12-08T00:22:13.196400+0000 mgr.a (mgr.14403) 17165 : audit 0 from='client.342324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:14 smithi194 bash[32038]: audit 2023-12-08T00:22:13.196400+0000 mgr.a (mgr.14403) 17165 : audit 0 from='client.342324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:14 smithi135 bash[32435]: audit 2023-12-08T00:22:13.196400+0000 mgr.a (mgr.14403) 17165 : audit 0 from='client.342324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:15 smithi079 bash[28699]: cluster 2023-12-08T00:22:14.338313+0000 mgr.a (mgr.14403) 17166 : cluster 0 pgmap v12817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:22:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:15 smithi194 bash[32038]: cluster 2023-12-08T00:22:14.338313+0000 mgr.a (mgr.14403) 17166 : cluster 0 pgmap v12817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:22:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:15 smithi135 bash[32435]: cluster 2023-12-08T00:22:14.338313+0000 mgr.a (mgr.14403) 17166 : cluster 0 pgmap v12817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:22:17.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:17 smithi194 bash[32038]: cluster 2023-12-08T00:22:16.338890+0000 mgr.a (mgr.14403) 17167 : cluster 0 pgmap v12818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:22:17.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:17 smithi135 bash[32435]: cluster 2023-12-08T00:22:16.338890+0000 mgr.a (mgr.14403) 17167 : cluster 0 pgmap v12818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:22:17.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:17 smithi079 bash[28699]: cluster 2023-12-08T00:22:16.338890+0000 mgr.a (mgr.14403) 17167 : cluster 0 pgmap v12818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:22:18.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:22:18.700 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:18.700 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:19.589 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:22:19.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:19.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:19.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:19.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:22:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:19 smithi194 bash[32038]: cluster 2023-12-08T00:22:18.339451+0000 mgr.a (mgr.14403) 17168 : cluster 0 pgmap v12819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:22:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:19 smithi135 bash[32435]: cluster 2023-12-08T00:22:18.339451+0000 mgr.a (mgr.14403) 17168 : cluster 0 pgmap v12819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:22:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:19 smithi079 bash[28699]: cluster 2023-12-08T00:22:18.339451+0000 mgr.a (mgr.14403) 17168 : cluster 0 pgmap v12819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:22:20.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:20 smithi194 bash[32038]: audit 2023-12-08T00:22:19.100595+0000 mgr.a (mgr.14403) 17169 : audit 0 from='client.342402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:20.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:20 smithi135 bash[32435]: audit 2023-12-08T00:22:19.100595+0000 mgr.a (mgr.14403) 17169 : audit 0 from='client.342402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:20.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:20 smithi079 bash[28699]: audit 2023-12-08T00:22:19.100595+0000 mgr.a (mgr.14403) 17169 : audit 0 from='client.342402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:21 smithi194 bash[32038]: cluster 2023-12-08T00:22:20.340553+0000 mgr.a (mgr.14403) 17170 : cluster 0 pgmap v12820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:21.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:21 smithi135 bash[32435]: cluster 2023-12-08T00:22:20.340553+0000 mgr.a (mgr.14403) 17170 : cluster 0 pgmap v12820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:21.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:21 smithi079 bash[28699]: cluster 2023-12-08T00:22:20.340553+0000 mgr.a (mgr.14403) 17170 : cluster 0 pgmap v12820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:23 smithi079 bash[28699]: cluster 2023-12-08T00:22:22.341238+0000 mgr.a (mgr.14403) 17171 : cluster 0 pgmap v12821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:23 smithi194 bash[32038]: cluster 2023-12-08T00:22:22.341238+0000 mgr.a (mgr.14403) 17171 : cluster 0 pgmap v12821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:23 smithi135 bash[32435]: cluster 2023-12-08T00:22:22.341238+0000 mgr.a (mgr.14403) 17171 : cluster 0 pgmap v12821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:24.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:22:24.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:24.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:25.471 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:22:25.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:25.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:25.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:25.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:22:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:25 smithi194 bash[32038]: cluster 2023-12-08T00:22:24.342180+0000 mgr.a (mgr.14403) 17172 : cluster 0 pgmap v12822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:25.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:25 smithi135 bash[32435]: cluster 2023-12-08T00:22:24.342180+0000 mgr.a (mgr.14403) 17172 : cluster 0 pgmap v12822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:25.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:25 smithi079 bash[28699]: cluster 2023-12-08T00:22:24.342180+0000 mgr.a (mgr.14403) 17172 : cluster 0 pgmap v12822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:26.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:26 smithi194 bash[32038]: audit 2023-12-08T00:22:24.991930+0000 mgr.a (mgr.14403) 17173 : audit 0 from='client.342480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:26.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:26 smithi135 bash[32435]: audit 2023-12-08T00:22:24.991930+0000 mgr.a (mgr.14403) 17173 : audit 0 from='client.342480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:26 smithi079 bash[28699]: audit 2023-12-08T00:22:24.991930+0000 mgr.a (mgr.14403) 17173 : audit 0 from='client.342480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:27.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:27 smithi194 bash[32038]: cluster 2023-12-08T00:22:26.342947+0000 mgr.a (mgr.14403) 17174 : cluster 0 pgmap v12823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:22:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:27 smithi135 bash[32435]: cluster 2023-12-08T00:22:26.342947+0000 mgr.a (mgr.14403) 17174 : cluster 0 pgmap v12823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:22:27.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:27 smithi079 bash[28699]: cluster 2023-12-08T00:22:26.342947+0000 mgr.a (mgr.14403) 17174 : cluster 0 pgmap v12823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:22:29.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:29 smithi194 bash[32038]: cluster 2023-12-08T00:22:28.343493+0000 mgr.a (mgr.14403) 17175 : cluster 0 pgmap v12824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:22:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:29 smithi135 bash[32435]: cluster 2023-12-08T00:22:28.343493+0000 mgr.a (mgr.14403) 17175 : cluster 0 pgmap v12824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:22:29.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:29 smithi079 bash[28699]: cluster 2023-12-08T00:22:28.343493+0000 mgr.a (mgr.14403) 17175 : cluster 0 pgmap v12824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:22:30.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:22:30.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:30.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:31.394 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:22:31.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:31.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:31.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:31.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:22:31.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:31 smithi194 bash[32038]: cluster 2023-12-08T00:22:30.344297+0000 mgr.a (mgr.14403) 17176 : cluster 0 pgmap v12825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:22:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:31 smithi135 bash[32435]: cluster 2023-12-08T00:22:30.344297+0000 mgr.a (mgr.14403) 17176 : cluster 0 pgmap v12825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:22:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:31 smithi079 bash[28699]: cluster 2023-12-08T00:22:30.344297+0000 mgr.a (mgr.14403) 17176 : cluster 0 pgmap v12825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:22:32.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:32 smithi194 bash[32038]: audit 2023-12-08T00:22:30.875068+0000 mgr.a (mgr.14403) 17177 : audit 0 from='client.342558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:32.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:32 smithi135 bash[32435]: audit 2023-12-08T00:22:30.875068+0000 mgr.a (mgr.14403) 17177 : audit 0 from='client.342558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:32 smithi079 bash[28699]: audit 2023-12-08T00:22:30.875068+0000 mgr.a (mgr.14403) 17177 : audit 0 from='client.342558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:33.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:33 smithi194 bash[32038]: cluster 2023-12-08T00:22:32.344993+0000 mgr.a (mgr.14403) 17178 : cluster 0 pgmap v12826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:33.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:33 smithi135 bash[32435]: cluster 2023-12-08T00:22:32.344993+0000 mgr.a (mgr.14403) 17178 : cluster 0 pgmap v12826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:33.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:33 smithi079 bash[28699]: cluster 2023-12-08T00:22:32.344993+0000 mgr.a (mgr.14403) 17178 : cluster 0 pgmap v12826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:35.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:35 smithi194 bash[32038]: cluster 2023-12-08T00:22:34.345802+0000 mgr.a (mgr.14403) 17179 : cluster 0 pgmap v12827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:35.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:35 smithi135 bash[32435]: cluster 2023-12-08T00:22:34.345802+0000 mgr.a (mgr.14403) 17179 : cluster 0 pgmap v12827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:35.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:35 smithi079 bash[28699]: cluster 2023-12-08T00:22:34.345802+0000 mgr.a (mgr.14403) 17179 : cluster 0 pgmap v12827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:36.396 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:22:36.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:36.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:37.316 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:22:37.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:37.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:37.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:37.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:22:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:37 smithi194 bash[32038]: cluster 2023-12-08T00:22:36.346400+0000 mgr.a (mgr.14403) 17180 : cluster 0 pgmap v12828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:37.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:37 smithi135 bash[32435]: cluster 2023-12-08T00:22:36.346400+0000 mgr.a (mgr.14403) 17180 : cluster 0 pgmap v12828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:37 smithi079 bash[28699]: cluster 2023-12-08T00:22:36.346400+0000 mgr.a (mgr.14403) 17180 : cluster 0 pgmap v12828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:38 smithi194 bash[32038]: audit 2023-12-08T00:22:36.795331+0000 mgr.a (mgr.14403) 17181 : audit 0 from='client.342636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:38.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:38 smithi135 bash[32435]: audit 2023-12-08T00:22:36.795331+0000 mgr.a (mgr.14403) 17181 : audit 0 from='client.342636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:38 smithi079 bash[28699]: audit 2023-12-08T00:22:36.795331+0000 mgr.a (mgr.14403) 17181 : audit 0 from='client.342636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:39.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:39 smithi194 bash[32038]: cluster 2023-12-08T00:22:38.347152+0000 mgr.a (mgr.14403) 17182 : cluster 0 pgmap v12829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:39 smithi135 bash[32435]: cluster 2023-12-08T00:22:38.347152+0000 mgr.a (mgr.14403) 17182 : cluster 0 pgmap v12829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:39.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:39 smithi079 bash[28699]: cluster 2023-12-08T00:22:38.347152+0000 mgr.a (mgr.14403) 17182 : cluster 0 pgmap v12829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:41 smithi194 bash[32038]: cluster 2023-12-08T00:22:40.347982+0000 mgr.a (mgr.14403) 17183 : cluster 0 pgmap v12830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:41 smithi135 bash[32435]: cluster 2023-12-08T00:22:40.347982+0000 mgr.a (mgr.14403) 17183 : cluster 0 pgmap v12830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:41.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:41 smithi079 bash[28699]: cluster 2023-12-08T00:22:40.347982+0000 mgr.a (mgr.14403) 17183 : cluster 0 pgmap v12830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:42.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:22:42.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:42.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:43.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:22:43.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:43.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:43.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:43.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:22:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:43 smithi079 bash[28699]: cluster 2023-12-08T00:22:42.348430+0000 mgr.a (mgr.14403) 17184 : cluster 0 pgmap v12831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:43 smithi079 bash[28699]: audit 2023-12-08T00:22:42.723972+0000 mgr.a (mgr.14403) 17185 : audit 0 from='client.342714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:43 smithi194 bash[32038]: cluster 2023-12-08T00:22:42.348430+0000 mgr.a (mgr.14403) 17184 : cluster 0 pgmap v12831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:43 smithi194 bash[32038]: audit 2023-12-08T00:22:42.723972+0000 mgr.a (mgr.14403) 17185 : audit 0 from='client.342714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:43 smithi135 bash[32435]: cluster 2023-12-08T00:22:42.348430+0000 mgr.a (mgr.14403) 17184 : cluster 0 pgmap v12831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:43 smithi135 bash[32435]: audit 2023-12-08T00:22:42.723972+0000 mgr.a (mgr.14403) 17185 : audit 0 from='client.342714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:45.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:45 smithi194 bash[32038]: cluster 2023-12-08T00:22:44.349452+0000 mgr.a (mgr.14403) 17186 : cluster 0 pgmap v12832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:45.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:45 smithi135 bash[32435]: cluster 2023-12-08T00:22:44.349452+0000 mgr.a (mgr.14403) 17186 : cluster 0 pgmap v12832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:45 smithi079 bash[28699]: cluster 2023-12-08T00:22:44.349452+0000 mgr.a (mgr.14403) 17186 : cluster 0 pgmap v12832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:22:46.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:46 smithi194 bash[32038]: audit 2023-12-08T00:22:45.772779+0000 mon.a (mon.0) 2831 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:22:46.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:46 smithi135 bash[32435]: audit 2023-12-08T00:22:45.772779+0000 mon.a (mon.0) 2831 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:22:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:46 smithi079 bash[28699]: audit 2023-12-08T00:22:45.772779+0000 mon.a (mon.0) 2831 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:22:47.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:47 smithi194 bash[32038]: cluster 2023-12-08T00:22:46.350056+0000 mgr.a (mgr.14403) 17187 : cluster 0 pgmap v12833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:47.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:47 smithi135 bash[32435]: cluster 2023-12-08T00:22:46.350056+0000 mgr.a (mgr.14403) 17187 : cluster 0 pgmap v12833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:47.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:47 smithi079 bash[28699]: cluster 2023-12-08T00:22:46.350056+0000 mgr.a (mgr.14403) 17187 : cluster 0 pgmap v12833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:48.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:22:48.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:48.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:49.137 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:22:49.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:49.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:49.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:49.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:22:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:49 smithi194 bash[32038]: cluster 2023-12-08T00:22:48.350497+0000 mgr.a (mgr.14403) 17188 : cluster 0 pgmap v12834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:49 smithi194 bash[32038]: audit 2023-12-08T00:22:48.619085+0000 mgr.a (mgr.14403) 17189 : audit 0 from='client.342789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:49 smithi135 bash[32435]: cluster 2023-12-08T00:22:48.350497+0000 mgr.a (mgr.14403) 17188 : cluster 0 pgmap v12834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:49 smithi135 bash[32435]: audit 2023-12-08T00:22:48.619085+0000 mgr.a (mgr.14403) 17189 : audit 0 from='client.342789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:49 smithi079 bash[28699]: cluster 2023-12-08T00:22:48.350497+0000 mgr.a (mgr.14403) 17188 : cluster 0 pgmap v12834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:49 smithi079 bash[28699]: audit 2023-12-08T00:22:48.619085+0000 mgr.a (mgr.14403) 17189 : audit 0 from='client.342789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:51 smithi194 bash[32038]: cluster 2023-12-08T00:22:50.351642+0000 mgr.a (mgr.14403) 17190 : cluster 0 pgmap v12835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:51 smithi194 bash[32038]: audit 2023-12-08T00:22:51.117134+0000 mon.a (mon.0) 2832 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:51 smithi194 bash[32038]: audit 2023-12-08T00:22:51.124182+0000 mon.a (mon.0) 2833 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:51 smithi194 bash[32038]: audit 2023-12-08T00:22:51.169037+0000 mon.a (mon.0) 2834 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:51 smithi194 bash[32038]: audit 2023-12-08T00:22:51.172884+0000 mon.a (mon.0) 2835 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:51 smithi194 bash[32038]: audit 2023-12-08T00:22:51.176980+0000 mon.a (mon.0) 2836 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:51 smithi194 bash[32038]: audit 2023-12-08T00:22:51.180296+0000 mon.a (mon.0) 2837 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:51 smithi135 bash[32435]: cluster 2023-12-08T00:22:50.351642+0000 mgr.a (mgr.14403) 17190 : cluster 0 pgmap v12835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:51 smithi135 bash[32435]: audit 2023-12-08T00:22:51.117134+0000 mon.a (mon.0) 2832 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:51 smithi135 bash[32435]: audit 2023-12-08T00:22:51.124182+0000 mon.a (mon.0) 2833 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:51 smithi135 bash[32435]: audit 2023-12-08T00:22:51.169037+0000 mon.a (mon.0) 2834 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:51 smithi135 bash[32435]: audit 2023-12-08T00:22:51.172884+0000 mon.a (mon.0) 2835 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:51 smithi135 bash[32435]: audit 2023-12-08T00:22:51.176980+0000 mon.a (mon.0) 2836 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:51 smithi135 bash[32435]: audit 2023-12-08T00:22:51.180296+0000 mon.a (mon.0) 2837 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:51 smithi079 bash[28699]: cluster 2023-12-08T00:22:50.351642+0000 mgr.a (mgr.14403) 17190 : cluster 0 pgmap v12835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:51 smithi079 bash[28699]: audit 2023-12-08T00:22:51.117134+0000 mon.a (mon.0) 2832 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:51 smithi079 bash[28699]: audit 2023-12-08T00:22:51.124182+0000 mon.a (mon.0) 2833 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:51 smithi079 bash[28699]: audit 2023-12-08T00:22:51.169037+0000 mon.a (mon.0) 2834 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:51 smithi079 bash[28699]: audit 2023-12-08T00:22:51.172884+0000 mon.a (mon.0) 2835 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:51 smithi079 bash[28699]: audit 2023-12-08T00:22:51.176980+0000 mon.a (mon.0) 2836 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:51 smithi079 bash[28699]: audit 2023-12-08T00:22:51.180296+0000 mon.a (mon.0) 2837 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:52 smithi194 bash[32038]: audit 2023-12-08T00:22:51.863778+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:22:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:52 smithi194 bash[32038]: audit 2023-12-08T00:22:51.865735+0000 mon.a (mon.0) 2839 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:22:52.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:52 smithi194 bash[32038]: audit 2023-12-08T00:22:51.875143+0000 mon.a (mon.0) 2840 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:52 smithi135 bash[32435]: audit 2023-12-08T00:22:51.863778+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:22:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:52 smithi135 bash[32435]: audit 2023-12-08T00:22:51.865735+0000 mon.a (mon.0) 2839 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:22:52.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:52 smithi135 bash[32435]: audit 2023-12-08T00:22:51.875143+0000 mon.a (mon.0) 2840 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:52 smithi079 bash[28699]: audit 2023-12-08T00:22:51.863778+0000 mon.a (mon.0) 2838 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:22:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:52 smithi079 bash[28699]: audit 2023-12-08T00:22:51.865735+0000 mon.a (mon.0) 2839 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:22:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:52 smithi079 bash[28699]: audit 2023-12-08T00:22:51.875143+0000 mon.a (mon.0) 2840 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:22:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:53 smithi194 bash[32038]: cluster 2023-12-08T00:22:52.352258+0000 mgr.a (mgr.14403) 17191 : cluster 0 pgmap v12836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:53.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:53 smithi135 bash[32435]: cluster 2023-12-08T00:22:52.352258+0000 mgr.a (mgr.14403) 17191 : cluster 0 pgmap v12836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:53.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:53 smithi079 bash[28699]: cluster 2023-12-08T00:22:52.352258+0000 mgr.a (mgr.14403) 17191 : cluster 0 pgmap v12836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:54.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:22:54.140 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:22:54.140 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:22:55.033 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:22:55.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:22:55.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:22:55.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:22:55.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:22:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:55 smithi194 bash[32038]: cluster 2023-12-08T00:22:54.352974+0000 mgr.a (mgr.14403) 17192 : cluster 0 pgmap v12837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:55 smithi194 bash[32038]: audit 2023-12-08T00:22:54.531173+0000 mgr.a (mgr.14403) 17193 : audit 0 from='client.342864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:55 smithi135 bash[32435]: cluster 2023-12-08T00:22:54.352974+0000 mgr.a (mgr.14403) 17192 : cluster 0 pgmap v12837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:55 smithi135 bash[32435]: audit 2023-12-08T00:22:54.531173+0000 mgr.a (mgr.14403) 17193 : audit 0 from='client.342864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:55.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:55 smithi079 bash[28699]: cluster 2023-12-08T00:22:54.352974+0000 mgr.a (mgr.14403) 17192 : cluster 0 pgmap v12837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:22:55.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:55 smithi079 bash[28699]: audit 2023-12-08T00:22:54.531173+0000 mgr.a (mgr.14403) 17193 : audit 0 from='client.342864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:22:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:57 smithi194 bash[32038]: cluster 2023-12-08T00:22:56.353693+0000 mgr.a (mgr.14403) 17194 : cluster 0 pgmap v12838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:57 smithi135 bash[32435]: cluster 2023-12-08T00:22:56.353693+0000 mgr.a (mgr.14403) 17194 : cluster 0 pgmap v12838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:57.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:57 smithi079 bash[28699]: cluster 2023-12-08T00:22:56.353693+0000 mgr.a (mgr.14403) 17194 : cluster 0 pgmap v12838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:22:59 smithi194 bash[32038]: cluster 2023-12-08T00:22:58.354478+0000 mgr.a (mgr.14403) 17195 : cluster 0 pgmap v12839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:22:59 smithi135 bash[32435]: cluster 2023-12-08T00:22:58.354478+0000 mgr.a (mgr.14403) 17195 : cluster 0 pgmap v12839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:22:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:22:59 smithi079 bash[28699]: cluster 2023-12-08T00:22:58.354478+0000 mgr.a (mgr.14403) 17195 : cluster 0 pgmap v12839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:00.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:23:00.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:00.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:00.965 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:23:00.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:00.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:00.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:00.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:23:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:01 smithi194 bash[32038]: cluster 2023-12-08T00:23:00.355321+0000 mgr.a (mgr.14403) 17196 : cluster 0 pgmap v12840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:01 smithi194 bash[32038]: audit 2023-12-08T00:23:00.438037+0000 mgr.a (mgr.14403) 17197 : audit 0 from='client.342939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:01.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:01 smithi135 bash[32435]: cluster 2023-12-08T00:23:00.355321+0000 mgr.a (mgr.14403) 17196 : cluster 0 pgmap v12840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:01.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:01 smithi135 bash[32435]: audit 2023-12-08T00:23:00.438037+0000 mgr.a (mgr.14403) 17197 : audit 0 from='client.342939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:01.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:01 smithi079 bash[28699]: cluster 2023-12-08T00:23:00.355321+0000 mgr.a (mgr.14403) 17196 : cluster 0 pgmap v12840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:01.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:01 smithi079 bash[28699]: audit 2023-12-08T00:23:00.438037+0000 mgr.a (mgr.14403) 17197 : audit 0 from='client.342939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:03 smithi079 bash[28699]: cluster 2023-12-08T00:23:02.356042+0000 mgr.a (mgr.14403) 17198 : cluster 0 pgmap v12841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:03 smithi194 bash[32038]: cluster 2023-12-08T00:23:02.356042+0000 mgr.a (mgr.14403) 17198 : cluster 0 pgmap v12841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:03 smithi135 bash[32435]: cluster 2023-12-08T00:23:02.356042+0000 mgr.a (mgr.14403) 17198 : cluster 0 pgmap v12841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:05 smithi194 bash[32038]: cluster 2023-12-08T00:23:04.357016+0000 mgr.a (mgr.14403) 17199 : cluster 0 pgmap v12842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:05 smithi135 bash[32435]: cluster 2023-12-08T00:23:04.357016+0000 mgr.a (mgr.14403) 17199 : cluster 0 pgmap v12842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:05.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:05 smithi079 bash[28699]: cluster 2023-12-08T00:23:04.357016+0000 mgr.a (mgr.14403) 17199 : cluster 0 pgmap v12842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:05.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:23:05.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:05.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:06.873 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:23:06.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:06.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:06.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:06.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:23:07.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:07 smithi194 bash[32038]: cluster 2023-12-08T00:23:06.357706+0000 mgr.a (mgr.14403) 17200 : cluster 0 pgmap v12843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:07.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:07 smithi194 bash[32038]: audit 2023-12-08T00:23:06.371470+0000 mgr.a (mgr.14403) 17201 : audit 0 from='client.343014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:07.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:07 smithi135 bash[32435]: cluster 2023-12-08T00:23:06.357706+0000 mgr.a (mgr.14403) 17200 : cluster 0 pgmap v12843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:07.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:07 smithi135 bash[32435]: audit 2023-12-08T00:23:06.371470+0000 mgr.a (mgr.14403) 17201 : audit 0 from='client.343014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:07 smithi079 bash[28699]: cluster 2023-12-08T00:23:06.357706+0000 mgr.a (mgr.14403) 17200 : cluster 0 pgmap v12843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:07 smithi079 bash[28699]: audit 2023-12-08T00:23:06.371470+0000 mgr.a (mgr.14403) 17201 : audit 0 from='client.343014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:09.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:09 smithi194 bash[32038]: cluster 2023-12-08T00:23:08.358450+0000 mgr.a (mgr.14403) 17202 : cluster 0 pgmap v12844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:09.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:09 smithi135 bash[32435]: cluster 2023-12-08T00:23:08.358450+0000 mgr.a (mgr.14403) 17202 : cluster 0 pgmap v12844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:09 smithi079 bash[28699]: cluster 2023-12-08T00:23:08.358450+0000 mgr.a (mgr.14403) 17202 : cluster 0 pgmap v12844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:11 smithi194 bash[32038]: cluster 2023-12-08T00:23:10.359416+0000 mgr.a (mgr.14403) 17203 : cluster 0 pgmap v12845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:11.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:11 smithi135 bash[32435]: cluster 2023-12-08T00:23:10.359416+0000 mgr.a (mgr.14403) 17203 : cluster 0 pgmap v12845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:11.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:23:11.876 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:11.876 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:11.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:11 smithi079 bash[28699]: cluster 2023-12-08T00:23:10.359416+0000 mgr.a (mgr.14403) 17203 : cluster 0 pgmap v12845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:12.764 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:23:12.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:12.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:12.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:12.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:23:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:13 smithi079 bash[28699]: audit 2023-12-08T00:23:12.278269+0000 mgr.a (mgr.14403) 17204 : audit 0 from='client.343092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:13 smithi079 bash[28699]: cluster 2023-12-08T00:23:12.360044+0000 mgr.a (mgr.14403) 17205 : cluster 0 pgmap v12846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:13 smithi194 bash[32038]: audit 2023-12-08T00:23:12.278269+0000 mgr.a (mgr.14403) 17204 : audit 0 from='client.343092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:13 smithi194 bash[32038]: cluster 2023-12-08T00:23:12.360044+0000 mgr.a (mgr.14403) 17205 : cluster 0 pgmap v12846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:13 smithi135 bash[32435]: audit 2023-12-08T00:23:12.278269+0000 mgr.a (mgr.14403) 17204 : audit 0 from='client.343092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:13 smithi135 bash[32435]: cluster 2023-12-08T00:23:12.360044+0000 mgr.a (mgr.14403) 17205 : cluster 0 pgmap v12846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:15 smithi194 bash[32038]: cluster 2023-12-08T00:23:14.360885+0000 mgr.a (mgr.14403) 17206 : cluster 0 pgmap v12847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:15.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:15 smithi135 bash[32435]: cluster 2023-12-08T00:23:14.360885+0000 mgr.a (mgr.14403) 17206 : cluster 0 pgmap v12847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:15.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:15 smithi079 bash[28699]: cluster 2023-12-08T00:23:14.360885+0000 mgr.a (mgr.14403) 17206 : cluster 0 pgmap v12847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:17.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:17 smithi194 bash[32038]: cluster 2023-12-08T00:23:16.361467+0000 mgr.a (mgr.14403) 17207 : cluster 0 pgmap v12848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:17.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:17 smithi135 bash[32435]: cluster 2023-12-08T00:23:16.361467+0000 mgr.a (mgr.14403) 17207 : cluster 0 pgmap v12848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:17.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:23:17.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:17.768 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:17.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:17 smithi079 bash[28699]: cluster 2023-12-08T00:23:16.361467+0000 mgr.a (mgr.14403) 17207 : cluster 0 pgmap v12848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:18.666 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:23:18.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:18.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:18.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:18.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:23:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:19 smithi194 bash[32038]: audit 2023-12-08T00:23:18.171175+0000 mgr.a (mgr.14403) 17208 : audit 0 from='client.343167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:19 smithi194 bash[32038]: cluster 2023-12-08T00:23:18.362174+0000 mgr.a (mgr.14403) 17209 : cluster 0 pgmap v12849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:19 smithi135 bash[32435]: audit 2023-12-08T00:23:18.171175+0000 mgr.a (mgr.14403) 17208 : audit 0 from='client.343167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:19.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:19 smithi135 bash[32435]: cluster 2023-12-08T00:23:18.362174+0000 mgr.a (mgr.14403) 17209 : cluster 0 pgmap v12849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:19 smithi079 bash[28699]: audit 2023-12-08T00:23:18.171175+0000 mgr.a (mgr.14403) 17208 : audit 0 from='client.343167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:19 smithi079 bash[28699]: cluster 2023-12-08T00:23:18.362174+0000 mgr.a (mgr.14403) 17209 : cluster 0 pgmap v12849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:21 smithi194 bash[32038]: cluster 2023-12-08T00:23:20.363131+0000 mgr.a (mgr.14403) 17210 : cluster 0 pgmap v12850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:23:21.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:21 smithi135 bash[32435]: cluster 2023-12-08T00:23:20.363131+0000 mgr.a (mgr.14403) 17210 : cluster 0 pgmap v12850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:23:21.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:21 smithi079 bash[28699]: cluster 2023-12-08T00:23:20.363131+0000 mgr.a (mgr.14403) 17210 : cluster 0 pgmap v12850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:23:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:23 smithi079 bash[28699]: cluster 2023-12-08T00:23:22.363653+0000 mgr.a (mgr.14403) 17211 : cluster 0 pgmap v12851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:23:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:23 smithi194 bash[32038]: cluster 2023-12-08T00:23:22.363653+0000 mgr.a (mgr.14403) 17211 : cluster 0 pgmap v12851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:23:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:23 smithi135 bash[32435]: cluster 2023-12-08T00:23:22.363653+0000 mgr.a (mgr.14403) 17211 : cluster 0 pgmap v12851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:23:23.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:23:23.669 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:23.670 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:24.576 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:23:24.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:24.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:24.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:24.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:23:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:25 smithi194 bash[32038]: audit 2023-12-08T00:23:24.076005+0000 mgr.a (mgr.14403) 17212 : audit 0 from='client.343245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:25 smithi194 bash[32038]: cluster 2023-12-08T00:23:24.364668+0000 mgr.a (mgr.14403) 17213 : cluster 0 pgmap v12852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:25.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:25 smithi135 bash[32435]: audit 2023-12-08T00:23:24.076005+0000 mgr.a (mgr.14403) 17212 : audit 0 from='client.343245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:25.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:25 smithi135 bash[32435]: cluster 2023-12-08T00:23:24.364668+0000 mgr.a (mgr.14403) 17213 : cluster 0 pgmap v12852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:25.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:25 smithi079 bash[28699]: audit 2023-12-08T00:23:24.076005+0000 mgr.a (mgr.14403) 17212 : audit 0 from='client.343245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:25.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:25 smithi079 bash[28699]: cluster 2023-12-08T00:23:24.364668+0000 mgr.a (mgr.14403) 17213 : cluster 0 pgmap v12852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:27 smithi194 bash[32038]: cluster 2023-12-08T00:23:26.365457+0000 mgr.a (mgr.14403) 17214 : cluster 0 pgmap v12853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:27 smithi135 bash[32435]: cluster 2023-12-08T00:23:26.365457+0000 mgr.a (mgr.14403) 17214 : cluster 0 pgmap v12853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:27.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:27 smithi079 bash[28699]: cluster 2023-12-08T00:23:26.365457+0000 mgr.a (mgr.14403) 17214 : cluster 0 pgmap v12853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:29.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:23:29.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:29.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:29.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:29 smithi194 bash[32038]: cluster 2023-12-08T00:23:28.366095+0000 mgr.a (mgr.14403) 17215 : cluster 0 pgmap v12854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:29.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:29 smithi135 bash[32435]: cluster 2023-12-08T00:23:28.366095+0000 mgr.a (mgr.14403) 17215 : cluster 0 pgmap v12854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:29.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:29 smithi079 bash[28699]: cluster 2023-12-08T00:23:28.366095+0000 mgr.a (mgr.14403) 17215 : cluster 0 pgmap v12854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:30.505 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:23:30.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:30.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:30.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:30.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:23:31.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:31 smithi194 bash[32038]: audit 2023-12-08T00:23:29.977649+0000 mgr.a (mgr.14403) 17216 : audit 0 from='client.343320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:31.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:31 smithi194 bash[32038]: cluster 2023-12-08T00:23:30.379358+0000 mgr.a (mgr.14403) 17217 : cluster 0 pgmap v12855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:31 smithi135 bash[32435]: audit 2023-12-08T00:23:29.977649+0000 mgr.a (mgr.14403) 17216 : audit 0 from='client.343320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:31.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:31 smithi135 bash[32435]: cluster 2023-12-08T00:23:30.379358+0000 mgr.a (mgr.14403) 17217 : cluster 0 pgmap v12855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:31 smithi079 bash[28699]: audit 2023-12-08T00:23:29.977649+0000 mgr.a (mgr.14403) 17216 : audit 0 from='client.343320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:31 smithi079 bash[28699]: cluster 2023-12-08T00:23:30.379358+0000 mgr.a (mgr.14403) 17217 : cluster 0 pgmap v12855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:33 smithi079 bash[28699]: cluster 2023-12-08T00:23:32.380124+0000 mgr.a (mgr.14403) 17218 : cluster 0 pgmap v12856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:23:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:33 smithi194 bash[32038]: cluster 2023-12-08T00:23:32.380124+0000 mgr.a (mgr.14403) 17218 : cluster 0 pgmap v12856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:23:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:33 smithi135 bash[32435]: cluster 2023-12-08T00:23:32.380124+0000 mgr.a (mgr.14403) 17218 : cluster 0 pgmap v12856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:23:35.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:23:35.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:35.508 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:35.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:35 smithi194 bash[32038]: cluster 2023-12-08T00:23:34.380885+0000 mgr.a (mgr.14403) 17219 : cluster 0 pgmap v12857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:23:35.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:35 smithi135 bash[32435]: cluster 2023-12-08T00:23:34.380885+0000 mgr.a (mgr.14403) 17219 : cluster 0 pgmap v12857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:23:35.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:35 smithi079 bash[28699]: cluster 2023-12-08T00:23:34.380885+0000 mgr.a (mgr.14403) 17219 : cluster 0 pgmap v12857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:23:36.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:36.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:36.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:36.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:23:36.434 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:23:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:37 smithi194 bash[32038]: audit 2023-12-08T00:23:35.913550+0000 mgr.a (mgr.14403) 17220 : audit 0 from='client.343398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:37.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:37 smithi194 bash[32038]: cluster 2023-12-08T00:23:36.381386+0000 mgr.a (mgr.14403) 17221 : cluster 0 pgmap v12858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:37.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:37 smithi135 bash[32435]: audit 2023-12-08T00:23:35.913550+0000 mgr.a (mgr.14403) 17220 : audit 0 from='client.343398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:37.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:37 smithi135 bash[32435]: cluster 2023-12-08T00:23:36.381386+0000 mgr.a (mgr.14403) 17221 : cluster 0 pgmap v12858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:37 smithi079 bash[28699]: audit 2023-12-08T00:23:35.913550+0000 mgr.a (mgr.14403) 17220 : audit 0 from='client.343398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:37 smithi079 bash[28699]: cluster 2023-12-08T00:23:36.381386+0000 mgr.a (mgr.14403) 17221 : cluster 0 pgmap v12858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:39.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:39 smithi194 bash[32038]: cluster 2023-12-08T00:23:38.381863+0000 mgr.a (mgr.14403) 17222 : cluster 0 pgmap v12859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:39.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:39 smithi135 bash[32435]: cluster 2023-12-08T00:23:38.381863+0000 mgr.a (mgr.14403) 17222 : cluster 0 pgmap v12859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:39.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:39 smithi079 bash[28699]: cluster 2023-12-08T00:23:38.381863+0000 mgr.a (mgr.14403) 17222 : cluster 0 pgmap v12859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:41.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:23:41.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:41.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:41 smithi194 bash[32038]: cluster 2023-12-08T00:23:40.382681+0000 mgr.a (mgr.14403) 17223 : cluster 0 pgmap v12860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:41 smithi135 bash[32435]: cluster 2023-12-08T00:23:40.382681+0000 mgr.a (mgr.14403) 17223 : cluster 0 pgmap v12860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:41.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:41 smithi079 bash[28699]: cluster 2023-12-08T00:23:40.382681+0000 mgr.a (mgr.14403) 17223 : cluster 0 pgmap v12860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:42.335 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:23:42.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:42.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:42.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:42.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:23:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:43 smithi079 bash[28699]: audit 2023-12-08T00:23:41.831770+0000 mgr.a (mgr.14403) 17224 : audit 0 from='client.343473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:43 smithi079 bash[28699]: cluster 2023-12-08T00:23:42.383415+0000 mgr.a (mgr.14403) 17225 : cluster 0 pgmap v12861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:43 smithi194 bash[32038]: audit 2023-12-08T00:23:41.831770+0000 mgr.a (mgr.14403) 17224 : audit 0 from='client.343473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:43 smithi194 bash[32038]: cluster 2023-12-08T00:23:42.383415+0000 mgr.a (mgr.14403) 17225 : cluster 0 pgmap v12861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:43 smithi135 bash[32435]: audit 2023-12-08T00:23:41.831770+0000 mgr.a (mgr.14403) 17224 : audit 0 from='client.343473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:43 smithi135 bash[32435]: cluster 2023-12-08T00:23:42.383415+0000 mgr.a (mgr.14403) 17225 : cluster 0 pgmap v12861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:45.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:45 smithi194 bash[32038]: cluster 2023-12-08T00:23:44.384229+0000 mgr.a (mgr.14403) 17226 : cluster 0 pgmap v12862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:45.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:45 smithi135 bash[32435]: cluster 2023-12-08T00:23:44.384229+0000 mgr.a (mgr.14403) 17226 : cluster 0 pgmap v12862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:45 smithi079 bash[28699]: cluster 2023-12-08T00:23:44.384229+0000 mgr.a (mgr.14403) 17226 : cluster 0 pgmap v12862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:47.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:23:47.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:47.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:47.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:47 smithi194 bash[32038]: cluster 2023-12-08T00:23:46.384771+0000 mgr.a (mgr.14403) 17227 : cluster 0 pgmap v12863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:47.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:47 smithi135 bash[32435]: cluster 2023-12-08T00:23:46.384771+0000 mgr.a (mgr.14403) 17227 : cluster 0 pgmap v12863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:47.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:47 smithi079 bash[28699]: cluster 2023-12-08T00:23:46.384771+0000 mgr.a (mgr.14403) 17227 : cluster 0 pgmap v12863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:48.256 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:23:48.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:48.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:48.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:48.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:23:48.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:48 smithi135 bash[32435]: audit 2023-12-08T00:23:47.742869+0000 mgr.a (mgr.14403) 17228 : audit 0 from='client.343548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:48 smithi079 bash[28699]: audit 2023-12-08T00:23:47.742869+0000 mgr.a (mgr.14403) 17228 : audit 0 from='client.343548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:48 smithi194 bash[32038]: audit 2023-12-08T00:23:47.742869+0000 mgr.a (mgr.14403) 17228 : audit 0 from='client.343548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:49 smithi135 bash[32435]: cluster 2023-12-08T00:23:48.385498+0000 mgr.a (mgr.14403) 17229 : cluster 0 pgmap v12864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:49 smithi079 bash[28699]: cluster 2023-12-08T00:23:48.385498+0000 mgr.a (mgr.14403) 17229 : cluster 0 pgmap v12864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:49.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:49 smithi194 bash[32038]: cluster 2023-12-08T00:23:48.385498+0000 mgr.a (mgr.14403) 17229 : cluster 0 pgmap v12864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:51 smithi079 bash[28699]: cluster 2023-12-08T00:23:50.386271+0000 mgr.a (mgr.14403) 17230 : cluster 0 pgmap v12865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:51 smithi194 bash[32038]: cluster 2023-12-08T00:23:50.386271+0000 mgr.a (mgr.14403) 17230 : cluster 0 pgmap v12865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:51 smithi135 bash[32435]: cluster 2023-12-08T00:23:50.386271+0000 mgr.a (mgr.14403) 17230 : cluster 0 pgmap v12865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:23:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:52 smithi079 bash[28699]: audit 2023-12-08T00:23:51.978528+0000 mon.a (mon.0) 2841 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:23:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:52 smithi194 bash[32038]: audit 2023-12-08T00:23:51.978528+0000 mon.a (mon.0) 2841 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:23:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:52 smithi135 bash[32435]: audit 2023-12-08T00:23:51.978528+0000 mon.a (mon.0) 2841 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:23:53.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:23:53.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:53.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:53.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:53 smithi079 bash[28699]: cluster 2023-12-08T00:23:52.386800+0000 mgr.a (mgr.14403) 17231 : cluster 0 pgmap v12866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:53.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:53 smithi079 bash[28699]: audit 2023-12-08T00:23:52.768413+0000 mon.a (mon.0) 2842 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:23:53.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:53 smithi079 bash[28699]: audit 2023-12-08T00:23:52.770335+0000 mon.a (mon.0) 2843 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:23:53.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:53 smithi079 bash[28699]: audit 2023-12-08T00:23:52.779386+0000 mon.a (mon.0) 2844 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:23:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:53 smithi194 bash[32038]: cluster 2023-12-08T00:23:52.386800+0000 mgr.a (mgr.14403) 17231 : cluster 0 pgmap v12866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:53 smithi194 bash[32038]: audit 2023-12-08T00:23:52.768413+0000 mon.a (mon.0) 2842 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:23:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:53 smithi194 bash[32038]: audit 2023-12-08T00:23:52.770335+0000 mon.a (mon.0) 2843 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:23:53.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:53 smithi194 bash[32038]: audit 2023-12-08T00:23:52.779386+0000 mon.a (mon.0) 2844 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:23:53.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:53 smithi135 bash[32435]: cluster 2023-12-08T00:23:52.386800+0000 mgr.a (mgr.14403) 17231 : cluster 0 pgmap v12866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:53.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:53 smithi135 bash[32435]: audit 2023-12-08T00:23:52.768413+0000 mon.a (mon.0) 2842 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:23:53.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:53 smithi135 bash[32435]: audit 2023-12-08T00:23:52.770335+0000 mon.a (mon.0) 2843 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:23:53.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:53 smithi135 bash[32435]: audit 2023-12-08T00:23:52.779386+0000 mon.a (mon.0) 2844 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:23:54.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:23:54.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:23:54.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:23:54.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:23:54.183 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:23:54.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:54 smithi079 bash[28699]: audit 2023-12-08T00:23:53.664690+0000 mgr.a (mgr.14403) 17232 : audit 0 from='client.343620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:54.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:54 smithi194 bash[32038]: audit 2023-12-08T00:23:53.664690+0000 mgr.a (mgr.14403) 17232 : audit 0 from='client.343620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:54.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:54 smithi135 bash[32435]: audit 2023-12-08T00:23:53.664690+0000 mgr.a (mgr.14403) 17232 : audit 0 from='client.343620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:23:55.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:55 smithi079 bash[28699]: cluster 2023-12-08T00:23:54.387836+0000 mgr.a (mgr.14403) 17233 : cluster 0 pgmap v12867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:55.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:55 smithi194 bash[32038]: cluster 2023-12-08T00:23:54.387836+0000 mgr.a (mgr.14403) 17233 : cluster 0 pgmap v12867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:55.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:55 smithi135 bash[32435]: cluster 2023-12-08T00:23:54.387836+0000 mgr.a (mgr.14403) 17233 : cluster 0 pgmap v12867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:23:57.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:57 smithi079 bash[28699]: cluster 2023-12-08T00:23:56.388407+0000 mgr.a (mgr.14403) 17234 : cluster 0 pgmap v12868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:57 smithi194 bash[32038]: cluster 2023-12-08T00:23:56.388407+0000 mgr.a (mgr.14403) 17234 : cluster 0 pgmap v12868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:57.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:57 smithi135 bash[32435]: cluster 2023-12-08T00:23:56.388407+0000 mgr.a (mgr.14403) 17234 : cluster 0 pgmap v12868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:59.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:23:59.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:23:59.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:23:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:23:59 smithi079 bash[28699]: cluster 2023-12-08T00:23:58.388936+0000 mgr.a (mgr.14403) 17235 : cluster 0 pgmap v12869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:23:59 smithi194 bash[32038]: cluster 2023-12-08T00:23:58.388936+0000 mgr.a (mgr.14403) 17235 : cluster 0 pgmap v12869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:23:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:23:59 smithi135 bash[32435]: cluster 2023-12-08T00:23:58.388936+0000 mgr.a (mgr.14403) 17235 : cluster 0 pgmap v12869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:00.086 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:24:00.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:00.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:00.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:00.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:24:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:00 smithi079 bash[28699]: audit 2023-12-08T00:23:59.583463+0000 mgr.a (mgr.14403) 17236 : audit 0 from='client.343698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:00 smithi194 bash[32038]: audit 2023-12-08T00:23:59.583463+0000 mgr.a (mgr.14403) 17236 : audit 0 from='client.343698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:00.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:00 smithi135 bash[32435]: audit 2023-12-08T00:23:59.583463+0000 mgr.a (mgr.14403) 17236 : audit 0 from='client.343698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:01.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:01 smithi079 bash[28699]: cluster 2023-12-08T00:24:00.390034+0000 mgr.a (mgr.14403) 17237 : cluster 0 pgmap v12870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:01 smithi194 bash[32038]: cluster 2023-12-08T00:24:00.390034+0000 mgr.a (mgr.14403) 17237 : cluster 0 pgmap v12870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:01 smithi135 bash[32435]: cluster 2023-12-08T00:24:00.390034+0000 mgr.a (mgr.14403) 17237 : cluster 0 pgmap v12870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:03 smithi079 bash[28699]: cluster 2023-12-08T00:24:02.390602+0000 mgr.a (mgr.14403) 17238 : cluster 0 pgmap v12871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:03 smithi194 bash[32038]: cluster 2023-12-08T00:24:02.390602+0000 mgr.a (mgr.14403) 17238 : cluster 0 pgmap v12871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:03 smithi135 bash[32435]: cluster 2023-12-08T00:24:02.390602+0000 mgr.a (mgr.14403) 17238 : cluster 0 pgmap v12871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:05.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:24:05.089 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:05.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:05 smithi194 bash[32038]: cluster 2023-12-08T00:24:04.391341+0000 mgr.a (mgr.14403) 17239 : cluster 0 pgmap v12872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:05.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:05 smithi135 bash[32435]: cluster 2023-12-08T00:24:04.391341+0000 mgr.a (mgr.14403) 17239 : cluster 0 pgmap v12872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:05.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:05 smithi079 bash[28699]: cluster 2023-12-08T00:24:04.391341+0000 mgr.a (mgr.14403) 17239 : cluster 0 pgmap v12872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:06.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:06.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:06.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:06.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:24:06.003 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:24:06.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:06 smithi135 bash[32435]: audit 2023-12-08T00:24:05.483245+0000 mgr.a (mgr.14403) 17240 : audit 0 from='client.343776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:06.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:06 smithi079 bash[28699]: audit 2023-12-08T00:24:05.483245+0000 mgr.a (mgr.14403) 17240 : audit 0 from='client.343776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:06 smithi194 bash[32038]: audit 2023-12-08T00:24:05.483245+0000 mgr.a (mgr.14403) 17240 : audit 0 from='client.343776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:07 smithi079 bash[28699]: cluster 2023-12-08T00:24:06.392011+0000 mgr.a (mgr.14403) 17241 : cluster 0 pgmap v12873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:07.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:07 smithi194 bash[32038]: cluster 2023-12-08T00:24:06.392011+0000 mgr.a (mgr.14403) 17241 : cluster 0 pgmap v12873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:07.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:07 smithi135 bash[32435]: cluster 2023-12-08T00:24:06.392011+0000 mgr.a (mgr.14403) 17241 : cluster 0 pgmap v12873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:09.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:09 smithi079 bash[28699]: cluster 2023-12-08T00:24:08.392585+0000 mgr.a (mgr.14403) 17242 : cluster 0 pgmap v12874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:09 smithi194 bash[32038]: cluster 2023-12-08T00:24:08.392585+0000 mgr.a (mgr.14403) 17242 : cluster 0 pgmap v12874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:09.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:09 smithi135 bash[32435]: cluster 2023-12-08T00:24:08.392585+0000 mgr.a (mgr.14403) 17242 : cluster 0 pgmap v12874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:11.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:24:11.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:11.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:11.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:11 smithi079 bash[28699]: cluster 2023-12-08T00:24:10.393379+0000 mgr.a (mgr.14403) 17243 : cluster 0 pgmap v12875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:11.907 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:24:11.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:11.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:11.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:11.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:24:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:11 smithi194 bash[32038]: cluster 2023-12-08T00:24:10.393379+0000 mgr.a (mgr.14403) 17243 : cluster 0 pgmap v12875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:11 smithi135 bash[32435]: cluster 2023-12-08T00:24:10.393379+0000 mgr.a (mgr.14403) 17243 : cluster 0 pgmap v12875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:12.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:12 smithi079 bash[28699]: audit 2023-12-08T00:24:11.403980+0000 mgr.a (mgr.14403) 17244 : audit 0 from='client.343854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:12.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:12 smithi194 bash[32038]: audit 2023-12-08T00:24:11.403980+0000 mgr.a (mgr.14403) 17244 : audit 0 from='client.343854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:12.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:12 smithi135 bash[32435]: audit 2023-12-08T00:24:11.403980+0000 mgr.a (mgr.14403) 17244 : audit 0 from='client.343854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:13.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:13 smithi079 bash[28699]: cluster 2023-12-08T00:24:12.394022+0000 mgr.a (mgr.14403) 17245 : cluster 0 pgmap v12876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:13.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:13 smithi194 bash[32038]: cluster 2023-12-08T00:24:12.394022+0000 mgr.a (mgr.14403) 17245 : cluster 0 pgmap v12876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:13.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:13 smithi135 bash[32435]: cluster 2023-12-08T00:24:12.394022+0000 mgr.a (mgr.14403) 17245 : cluster 0 pgmap v12876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:15.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:15 smithi079 bash[28699]: cluster 2023-12-08T00:24:14.394820+0000 mgr.a (mgr.14403) 17246 : cluster 0 pgmap v12877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:15 smithi194 bash[32038]: cluster 2023-12-08T00:24:14.394820+0000 mgr.a (mgr.14403) 17246 : cluster 0 pgmap v12877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:15.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:15 smithi135 bash[32435]: cluster 2023-12-08T00:24:14.394820+0000 mgr.a (mgr.14403) 17246 : cluster 0 pgmap v12877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:16.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:24:16.911 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:16.911 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:17.803 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:24:17.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:17.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:17.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:17.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:24:17.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:17 smithi079 bash[28699]: cluster 2023-12-08T00:24:16.395379+0000 mgr.a (mgr.14403) 17247 : cluster 0 pgmap v12878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:17 smithi194 bash[32038]: cluster 2023-12-08T00:24:16.395379+0000 mgr.a (mgr.14403) 17247 : cluster 0 pgmap v12878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:17.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:17 smithi135 bash[32435]: cluster 2023-12-08T00:24:16.395379+0000 mgr.a (mgr.14403) 17247 : cluster 0 pgmap v12878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:18 smithi079 bash[28699]: audit 2023-12-08T00:24:17.314962+0000 mgr.a (mgr.14403) 17248 : audit 0 from='client.343926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:18 smithi194 bash[32038]: audit 2023-12-08T00:24:17.314962+0000 mgr.a (mgr.14403) 17248 : audit 0 from='client.343926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:18.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:18 smithi135 bash[32435]: audit 2023-12-08T00:24:17.314962+0000 mgr.a (mgr.14403) 17248 : audit 0 from='client.343926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:19 smithi079 bash[28699]: cluster 2023-12-08T00:24:18.395976+0000 mgr.a (mgr.14403) 17249 : cluster 0 pgmap v12879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:19.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:19 smithi194 bash[32038]: cluster 2023-12-08T00:24:18.395976+0000 mgr.a (mgr.14403) 17249 : cluster 0 pgmap v12879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:19.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:19 smithi135 bash[32435]: cluster 2023-12-08T00:24:18.395976+0000 mgr.a (mgr.14403) 17249 : cluster 0 pgmap v12879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:21.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:21 smithi079 bash[28699]: cluster 2023-12-08T00:24:20.396785+0000 mgr.a (mgr.14403) 17250 : cluster 0 pgmap v12880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:21.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:21 smithi194 bash[32038]: cluster 2023-12-08T00:24:20.396785+0000 mgr.a (mgr.14403) 17250 : cluster 0 pgmap v12880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:21.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:21 smithi135 bash[32435]: cluster 2023-12-08T00:24:20.396785+0000 mgr.a (mgr.14403) 17250 : cluster 0 pgmap v12880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:22.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:24:22.807 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:22.807 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:23 smithi079 bash[28699]: cluster 2023-12-08T00:24:22.397343+0000 mgr.a (mgr.14403) 17251 : cluster 0 pgmap v12881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:23.470 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:23 smithi135 bash[32435]: cluster 2023-12-08T00:24:22.397343+0000 mgr.a (mgr.14403) 17251 : cluster 0 pgmap v12881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:23.470 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:23 smithi194 bash[32038]: cluster 2023-12-08T00:24:22.397343+0000 mgr.a (mgr.14403) 17251 : cluster 0 pgmap v12881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:23.735 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:24:23.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:23.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:23.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:23.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:24:24.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:24 smithi079 bash[28699]: audit 2023-12-08T00:24:23.212813+0000 mgr.a (mgr.14403) 17252 : audit 0 from='client.344001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:24.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:24 smithi194 bash[32038]: audit 2023-12-08T00:24:23.212813+0000 mgr.a (mgr.14403) 17252 : audit 0 from='client.344001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:24.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:24 smithi135 bash[32435]: audit 2023-12-08T00:24:23.212813+0000 mgr.a (mgr.14403) 17252 : audit 0 from='client.344001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:25.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:25 smithi079 bash[28699]: cluster 2023-12-08T00:24:24.398380+0000 mgr.a (mgr.14403) 17253 : cluster 0 pgmap v12882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:24:25.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:25 smithi194 bash[32038]: cluster 2023-12-08T00:24:24.398380+0000 mgr.a (mgr.14403) 17253 : cluster 0 pgmap v12882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:24:25.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:25 smithi135 bash[32435]: cluster 2023-12-08T00:24:24.398380+0000 mgr.a (mgr.14403) 17253 : cluster 0 pgmap v12882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:24:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:27 smithi135 bash[32435]: cluster 2023-12-08T00:24:26.399136+0000 mgr.a (mgr.14403) 17254 : cluster 0 pgmap v12883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:24:27.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:27 smithi079 bash[28699]: cluster 2023-12-08T00:24:26.399136+0000 mgr.a (mgr.14403) 17254 : cluster 0 pgmap v12883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:24:27.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:27 smithi194 bash[32038]: cluster 2023-12-08T00:24:26.399136+0000 mgr.a (mgr.14403) 17254 : cluster 0 pgmap v12883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:24:28.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:24:28.737 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:28.738 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:29.653 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:24:29.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:29.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:29.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:29.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:24:29.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:29 smithi079 bash[28699]: cluster 2023-12-08T00:24:28.399681+0000 mgr.a (mgr.14403) 17255 : cluster 0 pgmap v12884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:24:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:29 smithi194 bash[32038]: cluster 2023-12-08T00:24:28.399681+0000 mgr.a (mgr.14403) 17255 : cluster 0 pgmap v12884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:24:29.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:29 smithi135 bash[32435]: cluster 2023-12-08T00:24:28.399681+0000 mgr.a (mgr.14403) 17255 : cluster 0 pgmap v12884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:24:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:30 smithi079 bash[28699]: audit 2023-12-08T00:24:29.142253+0000 mgr.a (mgr.14403) 17256 : audit 0 from='client.344076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:30 smithi194 bash[32038]: audit 2023-12-08T00:24:29.142253+0000 mgr.a (mgr.14403) 17256 : audit 0 from='client.344076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:30.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:30 smithi135 bash[32435]: audit 2023-12-08T00:24:29.142253+0000 mgr.a (mgr.14403) 17256 : audit 0 from='client.344076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:31 smithi079 bash[28699]: cluster 2023-12-08T00:24:30.400623+0000 mgr.a (mgr.14403) 17257 : cluster 0 pgmap v12885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:31 smithi194 bash[32038]: cluster 2023-12-08T00:24:30.400623+0000 mgr.a (mgr.14403) 17257 : cluster 0 pgmap v12885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:31 smithi135 bash[32435]: cluster 2023-12-08T00:24:30.400623+0000 mgr.a (mgr.14403) 17257 : cluster 0 pgmap v12885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:33.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:33 smithi079 bash[28699]: cluster 2023-12-08T00:24:32.401151+0000 mgr.a (mgr.14403) 17258 : cluster 0 pgmap v12886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:33 smithi194 bash[32038]: cluster 2023-12-08T00:24:32.401151+0000 mgr.a (mgr.14403) 17258 : cluster 0 pgmap v12886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:33 smithi135 bash[32435]: cluster 2023-12-08T00:24:32.401151+0000 mgr.a (mgr.14403) 17258 : cluster 0 pgmap v12886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:24:34.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:24:34.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:34.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:35.579 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:24:35.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:35.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:35.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:35.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:24:35.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:35 smithi079 bash[28699]: cluster 2023-12-08T00:24:34.401869+0000 mgr.a (mgr.14403) 17259 : cluster 0 pgmap v12887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:35.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:35 smithi194 bash[32038]: cluster 2023-12-08T00:24:34.401869+0000 mgr.a (mgr.14403) 17259 : cluster 0 pgmap v12887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:35.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:35 smithi135 bash[32435]: cluster 2023-12-08T00:24:34.401869+0000 mgr.a (mgr.14403) 17259 : cluster 0 pgmap v12887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:36 smithi079 bash[28699]: audit 2023-12-08T00:24:35.060895+0000 mgr.a (mgr.14403) 17260 : audit 0 from='client.344151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:36 smithi194 bash[32038]: audit 2023-12-08T00:24:35.060895+0000 mgr.a (mgr.14403) 17260 : audit 0 from='client.344151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:36.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:36 smithi135 bash[32435]: audit 2023-12-08T00:24:35.060895+0000 mgr.a (mgr.14403) 17260 : audit 0 from='client.344151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:37 smithi079 bash[28699]: cluster 2023-12-08T00:24:36.402512+0000 mgr.a (mgr.14403) 17261 : cluster 0 pgmap v12888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:24:37.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:37 smithi194 bash[32038]: cluster 2023-12-08T00:24:36.402512+0000 mgr.a (mgr.14403) 17261 : cluster 0 pgmap v12888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:24:37.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:37 smithi135 bash[32435]: cluster 2023-12-08T00:24:36.402512+0000 mgr.a (mgr.14403) 17261 : cluster 0 pgmap v12888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:24:39.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:39 smithi079 bash[28699]: cluster 2023-12-08T00:24:38.403191+0000 mgr.a (mgr.14403) 17262 : cluster 0 pgmap v12889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:24:39.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:39 smithi194 bash[32038]: cluster 2023-12-08T00:24:38.403191+0000 mgr.a (mgr.14403) 17262 : cluster 0 pgmap v12889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:24:39.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:39 smithi135 bash[32435]: cluster 2023-12-08T00:24:38.403191+0000 mgr.a (mgr.14403) 17262 : cluster 0 pgmap v12889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:24:40.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:24:40.582 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:40.582 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:41.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:41.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:41.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:41.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:24:41.476 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:24:41.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:41 smithi079 bash[28699]: cluster 2023-12-08T00:24:40.404141+0000 mgr.a (mgr.14403) 17263 : cluster 0 pgmap v12890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:24:41.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:41 smithi194 bash[32038]: cluster 2023-12-08T00:24:40.404141+0000 mgr.a (mgr.14403) 17263 : cluster 0 pgmap v12890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:24:41.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:41 smithi135 bash[32435]: cluster 2023-12-08T00:24:40.404141+0000 mgr.a (mgr.14403) 17263 : cluster 0 pgmap v12890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:24:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:42 smithi079 bash[28699]: audit 2023-12-08T00:24:40.979081+0000 mgr.a (mgr.14403) 17264 : audit 0 from='client.344226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:42 smithi194 bash[32038]: audit 2023-12-08T00:24:40.979081+0000 mgr.a (mgr.14403) 17264 : audit 0 from='client.344226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:42.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:42 smithi135 bash[32435]: audit 2023-12-08T00:24:40.979081+0000 mgr.a (mgr.14403) 17264 : audit 0 from='client.344226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:43.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:43 smithi079 bash[28699]: cluster 2023-12-08T00:24:42.404785+0000 mgr.a (mgr.14403) 17265 : cluster 0 pgmap v12891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:43.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:43 smithi194 bash[32038]: cluster 2023-12-08T00:24:42.404785+0000 mgr.a (mgr.14403) 17265 : cluster 0 pgmap v12891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:43.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:43 smithi135 bash[32435]: cluster 2023-12-08T00:24:42.404785+0000 mgr.a (mgr.14403) 17265 : cluster 0 pgmap v12891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:45 smithi079 bash[28699]: cluster 2023-12-08T00:24:44.405653+0000 mgr.a (mgr.14403) 17266 : cluster 0 pgmap v12892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:45 smithi194 bash[32038]: cluster 2023-12-08T00:24:44.405653+0000 mgr.a (mgr.14403) 17266 : cluster 0 pgmap v12892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:45.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:45 smithi135 bash[32435]: cluster 2023-12-08T00:24:44.405653+0000 mgr.a (mgr.14403) 17266 : cluster 0 pgmap v12892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:46.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:24:46.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:46.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:47.363 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:24:47.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:47.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:47.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:47.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:24:47.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:47 smithi079 bash[28699]: cluster 2023-12-08T00:24:46.406241+0000 mgr.a (mgr.14403) 17267 : cluster 0 pgmap v12893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:47 smithi194 bash[32038]: cluster 2023-12-08T00:24:46.406241+0000 mgr.a (mgr.14403) 17267 : cluster 0 pgmap v12893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:47 smithi135 bash[32435]: cluster 2023-12-08T00:24:46.406241+0000 mgr.a (mgr.14403) 17267 : cluster 0 pgmap v12893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:48.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:48 smithi079 bash[28699]: audit 2023-12-08T00:24:46.877483+0000 mgr.a (mgr.14403) 17268 : audit 0 from='client.344301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:48 smithi194 bash[32038]: audit 2023-12-08T00:24:46.877483+0000 mgr.a (mgr.14403) 17268 : audit 0 from='client.344301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:48 smithi135 bash[32435]: audit 2023-12-08T00:24:46.877483+0000 mgr.a (mgr.14403) 17268 : audit 0 from='client.344301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:49 smithi079 bash[28699]: cluster 2023-12-08T00:24:48.406882+0000 mgr.a (mgr.14403) 17269 : cluster 0 pgmap v12894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:49.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:49 smithi194 bash[32038]: cluster 2023-12-08T00:24:48.406882+0000 mgr.a (mgr.14403) 17269 : cluster 0 pgmap v12894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:49.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:49 smithi135 bash[32435]: cluster 2023-12-08T00:24:48.406882+0000 mgr.a (mgr.14403) 17269 : cluster 0 pgmap v12894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:51 smithi079 bash[28699]: cluster 2023-12-08T00:24:50.407733+0000 mgr.a (mgr.14403) 17270 : cluster 0 pgmap v12895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:51 smithi194 bash[32038]: cluster 2023-12-08T00:24:50.407733+0000 mgr.a (mgr.14403) 17270 : cluster 0 pgmap v12895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:51 smithi135 bash[32435]: cluster 2023-12-08T00:24:50.407733+0000 mgr.a (mgr.14403) 17270 : cluster 0 pgmap v12895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:52.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:24:52.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:52.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:53.273 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:24:53.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:53.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:53.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:53.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:24:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:53 smithi079 bash[28699]: cluster 2023-12-08T00:24:52.408257+0000 mgr.a (mgr.14403) 17271 : cluster 0 pgmap v12896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:53 smithi079 bash[28699]: audit 2023-12-08T00:24:52.774456+0000 mgr.a (mgr.14403) 17272 : audit 0 from='client.344376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:53 smithi079 bash[28699]: audit 2023-12-08T00:24:52.882327+0000 mon.a (mon.0) 2845 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:24:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:53 smithi194 bash[32038]: cluster 2023-12-08T00:24:52.408257+0000 mgr.a (mgr.14403) 17271 : cluster 0 pgmap v12896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:53 smithi194 bash[32038]: audit 2023-12-08T00:24:52.774456+0000 mgr.a (mgr.14403) 17272 : audit 0 from='client.344376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:53 smithi194 bash[32038]: audit 2023-12-08T00:24:52.882327+0000 mon.a (mon.0) 2845 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:24:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:53 smithi135 bash[32435]: cluster 2023-12-08T00:24:52.408257+0000 mgr.a (mgr.14403) 17271 : cluster 0 pgmap v12896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:53 smithi135 bash[32435]: audit 2023-12-08T00:24:52.774456+0000 mgr.a (mgr.14403) 17272 : audit 0 from='client.344376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:53 smithi135 bash[32435]: audit 2023-12-08T00:24:52.882327+0000 mon.a (mon.0) 2845 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:24:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:54 smithi079 bash[28699]: audit 2023-12-08T00:24:53.670954+0000 mon.a (mon.0) 2846 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:24:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:54 smithi079 bash[28699]: audit 2023-12-08T00:24:53.673103+0000 mon.a (mon.0) 2847 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:24:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:54 smithi079 bash[28699]: audit 2023-12-08T00:24:53.682069+0000 mon.a (mon.0) 2848 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:24:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:54 smithi194 bash[32038]: audit 2023-12-08T00:24:53.670954+0000 mon.a (mon.0) 2846 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:24:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:54 smithi194 bash[32038]: audit 2023-12-08T00:24:53.673103+0000 mon.a (mon.0) 2847 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:24:54.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:54 smithi194 bash[32038]: audit 2023-12-08T00:24:53.682069+0000 mon.a (mon.0) 2848 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:24:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:54 smithi135 bash[32435]: audit 2023-12-08T00:24:53.670954+0000 mon.a (mon.0) 2846 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:24:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:54 smithi135 bash[32435]: audit 2023-12-08T00:24:53.673103+0000 mon.a (mon.0) 2847 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:24:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:54 smithi135 bash[32435]: audit 2023-12-08T00:24:53.682069+0000 mon.a (mon.0) 2848 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:24:55.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:55 smithi079 bash[28699]: cluster 2023-12-08T00:24:54.409239+0000 mgr.a (mgr.14403) 17273 : cluster 0 pgmap v12897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:55.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:55 smithi194 bash[32038]: cluster 2023-12-08T00:24:54.409239+0000 mgr.a (mgr.14403) 17273 : cluster 0 pgmap v12897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:55.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:55 smithi135 bash[32435]: cluster 2023-12-08T00:24:54.409239+0000 mgr.a (mgr.14403) 17273 : cluster 0 pgmap v12897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:24:57.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:57 smithi079 bash[28699]: cluster 2023-12-08T00:24:56.409821+0000 mgr.a (mgr.14403) 17274 : cluster 0 pgmap v12898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:57 smithi194 bash[32038]: cluster 2023-12-08T00:24:56.409821+0000 mgr.a (mgr.14403) 17274 : cluster 0 pgmap v12898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:57.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:57 smithi135 bash[32435]: cluster 2023-12-08T00:24:56.409821+0000 mgr.a (mgr.14403) 17274 : cluster 0 pgmap v12898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:58.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:24:58.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:24:58.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:24:59.152 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:24:59.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:24:59.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:24:59.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:24:59.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:24:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:59 smithi079 bash[28699]: cluster 2023-12-08T00:24:58.410288+0000 mgr.a (mgr.14403) 17275 : cluster 0 pgmap v12899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:24:59 smithi079 bash[28699]: audit 2023-12-08T00:24:58.677566+0000 mgr.a (mgr.14403) 17276 : audit 0 from='client.344451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:59 smithi194 bash[32038]: cluster 2023-12-08T00:24:58.410288+0000 mgr.a (mgr.14403) 17275 : cluster 0 pgmap v12899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:24:59 smithi194 bash[32038]: audit 2023-12-08T00:24:58.677566+0000 mgr.a (mgr.14403) 17276 : audit 0 from='client.344451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:24:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:59 smithi135 bash[32435]: cluster 2023-12-08T00:24:58.410288+0000 mgr.a (mgr.14403) 17275 : cluster 0 pgmap v12899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:24:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:24:59 smithi135 bash[32435]: audit 2023-12-08T00:24:58.677566+0000 mgr.a (mgr.14403) 17276 : audit 0 from='client.344451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:01.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:01 smithi079 bash[28699]: cluster 2023-12-08T00:25:00.411277+0000 mgr.a (mgr.14403) 17277 : cluster 0 pgmap v12900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:01 smithi194 bash[32038]: cluster 2023-12-08T00:25:00.411277+0000 mgr.a (mgr.14403) 17277 : cluster 0 pgmap v12900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:01 smithi135 bash[32435]: cluster 2023-12-08T00:25:00.411277+0000 mgr.a (mgr.14403) 17277 : cluster 0 pgmap v12900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:03 smithi079 bash[28699]: cluster 2023-12-08T00:25:02.411810+0000 mgr.a (mgr.14403) 17278 : cluster 0 pgmap v12901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:03 smithi194 bash[32038]: cluster 2023-12-08T00:25:02.411810+0000 mgr.a (mgr.14403) 17278 : cluster 0 pgmap v12901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:03 smithi135 bash[32435]: cluster 2023-12-08T00:25:02.411810+0000 mgr.a (mgr.14403) 17278 : cluster 0 pgmap v12901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:04.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:25:04.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:04.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:05.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:05.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:05.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:05.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:25:05.081 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:25:05.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:05 smithi079 bash[28699]: cluster 2023-12-08T00:25:04.412533+0000 mgr.a (mgr.14403) 17279 : cluster 0 pgmap v12902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:05.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:05 smithi079 bash[28699]: audit 2023-12-08T00:25:04.557447+0000 mgr.a (mgr.14403) 17280 : audit 0 from='client.344520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:05.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:05 smithi194 bash[32038]: cluster 2023-12-08T00:25:04.412533+0000 mgr.a (mgr.14403) 17279 : cluster 0 pgmap v12902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:05.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:05 smithi194 bash[32038]: audit 2023-12-08T00:25:04.557447+0000 mgr.a (mgr.14403) 17280 : audit 0 from='client.344520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:05.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:05 smithi135 bash[32435]: cluster 2023-12-08T00:25:04.412533+0000 mgr.a (mgr.14403) 17279 : cluster 0 pgmap v12902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:05.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:05 smithi135 bash[32435]: audit 2023-12-08T00:25:04.557447+0000 mgr.a (mgr.14403) 17280 : audit 0 from='client.344520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:07 smithi079 bash[28699]: cluster 2023-12-08T00:25:06.413246+0000 mgr.a (mgr.14403) 17281 : cluster 0 pgmap v12903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:07.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:07 smithi194 bash[32038]: cluster 2023-12-08T00:25:06.413246+0000 mgr.a (mgr.14403) 17281 : cluster 0 pgmap v12903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:07.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:07 smithi135 bash[32435]: cluster 2023-12-08T00:25:06.413246+0000 mgr.a (mgr.14403) 17281 : cluster 0 pgmap v12903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:09 smithi079 bash[28699]: cluster 2023-12-08T00:25:08.413832+0000 mgr.a (mgr.14403) 17282 : cluster 0 pgmap v12904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:09 smithi194 bash[32038]: cluster 2023-12-08T00:25:08.413832+0000 mgr.a (mgr.14403) 17282 : cluster 0 pgmap v12904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:09.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:09 smithi135 bash[32435]: cluster 2023-12-08T00:25:08.413832+0000 mgr.a (mgr.14403) 17282 : cluster 0 pgmap v12904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:10.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:25:10.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:10.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:10.998 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:25:10.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:10.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:10.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:10.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:25:11.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:11 smithi079 bash[28699]: cluster 2023-12-08T00:25:10.414605+0000 mgr.a (mgr.14403) 17283 : cluster 0 pgmap v12905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:11.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:11 smithi079 bash[28699]: audit 2023-12-08T00:25:10.491949+0000 mgr.a (mgr.14403) 17284 : audit 0 from='client.344595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:11 smithi194 bash[32038]: cluster 2023-12-08T00:25:10.414605+0000 mgr.a (mgr.14403) 17283 : cluster 0 pgmap v12905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:11 smithi194 bash[32038]: audit 2023-12-08T00:25:10.491949+0000 mgr.a (mgr.14403) 17284 : audit 0 from='client.344595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:11 smithi135 bash[32435]: cluster 2023-12-08T00:25:10.414605+0000 mgr.a (mgr.14403) 17283 : cluster 0 pgmap v12905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:11 smithi135 bash[32435]: audit 2023-12-08T00:25:10.491949+0000 mgr.a (mgr.14403) 17284 : audit 0 from='client.344595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:13 smithi079 bash[28699]: cluster 2023-12-08T00:25:12.415292+0000 mgr.a (mgr.14403) 17285 : cluster 0 pgmap v12906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:13 smithi194 bash[32038]: cluster 2023-12-08T00:25:12.415292+0000 mgr.a (mgr.14403) 17285 : cluster 0 pgmap v12906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:13.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:13 smithi135 bash[32435]: cluster 2023-12-08T00:25:12.415292+0000 mgr.a (mgr.14403) 17285 : cluster 0 pgmap v12906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:15.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:15 smithi079 bash[28699]: cluster 2023-12-08T00:25:14.416091+0000 mgr.a (mgr.14403) 17286 : cluster 0 pgmap v12907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:15 smithi194 bash[32038]: cluster 2023-12-08T00:25:14.416091+0000 mgr.a (mgr.14403) 17286 : cluster 0 pgmap v12907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:15.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:15 smithi135 bash[32435]: cluster 2023-12-08T00:25:14.416091+0000 mgr.a (mgr.14403) 17286 : cluster 0 pgmap v12907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:16.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:25:16.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:16.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:16.916 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:25:16.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:16.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:16.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:16.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:25:17.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:17 smithi079 bash[28699]: audit 2023-12-08T00:25:16.403315+0000 mgr.a (mgr.14403) 17287 : audit 0 from='client.344667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:17.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:17 smithi079 bash[28699]: cluster 2023-12-08T00:25:16.417495+0000 mgr.a (mgr.14403) 17288 : cluster 0 pgmap v12908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:17 smithi194 bash[32038]: audit 2023-12-08T00:25:16.403315+0000 mgr.a (mgr.14403) 17287 : audit 0 from='client.344667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:17 smithi194 bash[32038]: cluster 2023-12-08T00:25:16.417495+0000 mgr.a (mgr.14403) 17288 : cluster 0 pgmap v12908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:17.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:17 smithi135 bash[32435]: audit 2023-12-08T00:25:16.403315+0000 mgr.a (mgr.14403) 17287 : audit 0 from='client.344667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:17.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:17 smithi135 bash[32435]: cluster 2023-12-08T00:25:16.417495+0000 mgr.a (mgr.14403) 17288 : cluster 0 pgmap v12908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:19 smithi079 bash[28699]: cluster 2023-12-08T00:25:18.418415+0000 mgr.a (mgr.14403) 17289 : cluster 0 pgmap v12909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:19.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:19 smithi194 bash[32038]: cluster 2023-12-08T00:25:18.418415+0000 mgr.a (mgr.14403) 17289 : cluster 0 pgmap v12909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:19.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:19 smithi135 bash[32435]: cluster 2023-12-08T00:25:18.418415+0000 mgr.a (mgr.14403) 17289 : cluster 0 pgmap v12909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:21.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:21 smithi079 bash[28699]: cluster 2023-12-08T00:25:20.419269+0000 mgr.a (mgr.14403) 17290 : cluster 0 pgmap v12910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:21.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:25:21.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:21.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:21.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:21 smithi194 bash[32038]: cluster 2023-12-08T00:25:20.419269+0000 mgr.a (mgr.14403) 17290 : cluster 0 pgmap v12910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:21.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:21 smithi135 bash[32435]: cluster 2023-12-08T00:25:20.419269+0000 mgr.a (mgr.14403) 17290 : cluster 0 pgmap v12910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:22.850 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:25:22.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:22.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:22.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:22.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:25:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:23 smithi079 bash[28699]: audit 2023-12-08T00:25:22.319264+0000 mgr.a (mgr.14403) 17291 : audit 0 from='client.344745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:23.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:23 smithi079 bash[28699]: cluster 2023-12-08T00:25:22.419896+0000 mgr.a (mgr.14403) 17292 : cluster 0 pgmap v12911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:23 smithi194 bash[32038]: audit 2023-12-08T00:25:22.319264+0000 mgr.a (mgr.14403) 17291 : audit 0 from='client.344745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:23 smithi194 bash[32038]: cluster 2023-12-08T00:25:22.419896+0000 mgr.a (mgr.14403) 17292 : cluster 0 pgmap v12911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:23 smithi135 bash[32435]: audit 2023-12-08T00:25:22.319264+0000 mgr.a (mgr.14403) 17291 : audit 0 from='client.344745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:23 smithi135 bash[32435]: cluster 2023-12-08T00:25:22.419896+0000 mgr.a (mgr.14403) 17292 : cluster 0 pgmap v12911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:25.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:25 smithi079 bash[28699]: cluster 2023-12-08T00:25:24.420848+0000 mgr.a (mgr.14403) 17293 : cluster 0 pgmap v12912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:25.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:25 smithi194 bash[32038]: cluster 2023-12-08T00:25:24.420848+0000 mgr.a (mgr.14403) 17293 : cluster 0 pgmap v12912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:25.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:25 smithi135 bash[32435]: cluster 2023-12-08T00:25:24.420848+0000 mgr.a (mgr.14403) 17293 : cluster 0 pgmap v12912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:27.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:25:27.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:27.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:27.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:27 smithi079 bash[28699]: cluster 2023-12-08T00:25:26.421457+0000 mgr.a (mgr.14403) 17294 : cluster 0 pgmap v12913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:27.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:27 smithi194 bash[32038]: cluster 2023-12-08T00:25:26.421457+0000 mgr.a (mgr.14403) 17294 : cluster 0 pgmap v12913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:27.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:27 smithi135 bash[32435]: cluster 2023-12-08T00:25:26.421457+0000 mgr.a (mgr.14403) 17294 : cluster 0 pgmap v12913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:28.761 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:25:28.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:28.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:28.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:28.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:25:29.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:29 smithi079 bash[28699]: audit 2023-12-08T00:25:28.251900+0000 mgr.a (mgr.14403) 17295 : audit 0 from='client.344817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:29.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:29 smithi079 bash[28699]: cluster 2023-12-08T00:25:28.422173+0000 mgr.a (mgr.14403) 17296 : cluster 0 pgmap v12914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:29 smithi194 bash[32038]: audit 2023-12-08T00:25:28.251900+0000 mgr.a (mgr.14403) 17295 : audit 0 from='client.344817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:29.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:29 smithi194 bash[32038]: cluster 2023-12-08T00:25:28.422173+0000 mgr.a (mgr.14403) 17296 : cluster 0 pgmap v12914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:29.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:29 smithi135 bash[32435]: audit 2023-12-08T00:25:28.251900+0000 mgr.a (mgr.14403) 17295 : audit 0 from='client.344817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:29.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:29 smithi135 bash[32435]: cluster 2023-12-08T00:25:28.422173+0000 mgr.a (mgr.14403) 17296 : cluster 0 pgmap v12914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:31 smithi079 bash[28699]: cluster 2023-12-08T00:25:30.423158+0000 mgr.a (mgr.14403) 17297 : cluster 0 pgmap v12915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:25:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:31 smithi194 bash[32038]: cluster 2023-12-08T00:25:30.423158+0000 mgr.a (mgr.14403) 17297 : cluster 0 pgmap v12915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:25:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:31 smithi135 bash[32435]: cluster 2023-12-08T00:25:30.423158+0000 mgr.a (mgr.14403) 17297 : cluster 0 pgmap v12915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:25:33.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:33 smithi079 bash[28699]: cluster 2023-12-08T00:25:32.423685+0000 mgr.a (mgr.14403) 17298 : cluster 0 pgmap v12916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:25:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:33 smithi194 bash[32038]: cluster 2023-12-08T00:25:32.423685+0000 mgr.a (mgr.14403) 17298 : cluster 0 pgmap v12916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:25:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:33 smithi135 bash[32435]: cluster 2023-12-08T00:25:32.423685+0000 mgr.a (mgr.14403) 17298 : cluster 0 pgmap v12916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:25:33.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:25:33.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:33.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:34.650 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:25:34.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:34.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:34.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:34.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:25:35.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:35 smithi079 bash[28699]: audit 2023-12-08T00:25:34.156087+0000 mgr.a (mgr.14403) 17299 : audit 0 from='client.344889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:35.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:35 smithi079 bash[28699]: cluster 2023-12-08T00:25:34.424832+0000 mgr.a (mgr.14403) 17300 : cluster 0 pgmap v12917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:35.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:35 smithi194 bash[32038]: audit 2023-12-08T00:25:34.156087+0000 mgr.a (mgr.14403) 17299 : audit 0 from='client.344889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:35.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:35 smithi194 bash[32038]: cluster 2023-12-08T00:25:34.424832+0000 mgr.a (mgr.14403) 17300 : cluster 0 pgmap v12917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:35.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:35 smithi135 bash[32435]: audit 2023-12-08T00:25:34.156087+0000 mgr.a (mgr.14403) 17299 : audit 0 from='client.344889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:35.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:35 smithi135 bash[32435]: cluster 2023-12-08T00:25:34.424832+0000 mgr.a (mgr.14403) 17300 : cluster 0 pgmap v12917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:37.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:37 smithi079 bash[28699]: cluster 2023-12-08T00:25:36.425525+0000 mgr.a (mgr.14403) 17301 : cluster 0 pgmap v12918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:37.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:37 smithi194 bash[32038]: cluster 2023-12-08T00:25:36.425525+0000 mgr.a (mgr.14403) 17301 : cluster 0 pgmap v12918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:37.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:37 smithi135 bash[32435]: cluster 2023-12-08T00:25:36.425525+0000 mgr.a (mgr.14403) 17301 : cluster 0 pgmap v12918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:39.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:25:39.653 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:39.653 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:39.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:39 smithi079 bash[28699]: cluster 2023-12-08T00:25:38.426108+0000 mgr.a (mgr.14403) 17302 : cluster 0 pgmap v12919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:39.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:39 smithi194 bash[32038]: cluster 2023-12-08T00:25:38.426108+0000 mgr.a (mgr.14403) 17302 : cluster 0 pgmap v12919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:39.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:39 smithi135 bash[32435]: cluster 2023-12-08T00:25:38.426108+0000 mgr.a (mgr.14403) 17302 : cluster 0 pgmap v12919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:25:40.559 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:25:40.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:40.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:40.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:40.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:25:41.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:41 smithi079 bash[28699]: audit 2023-12-08T00:25:40.058363+0000 mgr.a (mgr.14403) 17303 : audit 0 from='client.344961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:41.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:41 smithi079 bash[28699]: cluster 2023-12-08T00:25:40.427841+0000 mgr.a (mgr.14403) 17304 : cluster 0 pgmap v12920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:41.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:41 smithi194 bash[32038]: audit 2023-12-08T00:25:40.058363+0000 mgr.a (mgr.14403) 17303 : audit 0 from='client.344961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:41.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:41 smithi194 bash[32038]: cluster 2023-12-08T00:25:40.427841+0000 mgr.a (mgr.14403) 17304 : cluster 0 pgmap v12920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:41.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:41 smithi135 bash[32435]: audit 2023-12-08T00:25:40.058363+0000 mgr.a (mgr.14403) 17303 : audit 0 from='client.344961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:41.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:41 smithi135 bash[32435]: cluster 2023-12-08T00:25:40.427841+0000 mgr.a (mgr.14403) 17304 : cluster 0 pgmap v12920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:43.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:43 smithi079 bash[28699]: cluster 2023-12-08T00:25:42.428479+0000 mgr.a (mgr.14403) 17305 : cluster 0 pgmap v12921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:25:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:43 smithi194 bash[32038]: cluster 2023-12-08T00:25:42.428479+0000 mgr.a (mgr.14403) 17305 : cluster 0 pgmap v12921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:25:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:43 smithi135 bash[32435]: cluster 2023-12-08T00:25:42.428479+0000 mgr.a (mgr.14403) 17305 : cluster 0 pgmap v12921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:25:45.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:25:45.563 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:45.563 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:45 smithi079 bash[28699]: cluster 2023-12-08T00:25:44.429254+0000 mgr.a (mgr.14403) 17306 : cluster 0 pgmap v12922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:25:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:45 smithi194 bash[32038]: cluster 2023-12-08T00:25:44.429254+0000 mgr.a (mgr.14403) 17306 : cluster 0 pgmap v12922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:25:45.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:45 smithi135 bash[32435]: cluster 2023-12-08T00:25:44.429254+0000 mgr.a (mgr.14403) 17306 : cluster 0 pgmap v12922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:25:46.474 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:25:46.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:46.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:46.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:46.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:25:47.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:47 smithi079 bash[28699]: audit 2023-12-08T00:25:45.964240+0000 mgr.a (mgr.14403) 17307 : audit 0 from='client.345036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:47.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:47 smithi079 bash[28699]: cluster 2023-12-08T00:25:46.429701+0000 mgr.a (mgr.14403) 17308 : cluster 0 pgmap v12923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:47.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:47 smithi194 bash[32038]: audit 2023-12-08T00:25:45.964240+0000 mgr.a (mgr.14403) 17307 : audit 0 from='client.345036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:47.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:47 smithi194 bash[32038]: cluster 2023-12-08T00:25:46.429701+0000 mgr.a (mgr.14403) 17308 : cluster 0 pgmap v12923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:47 smithi135 bash[32435]: audit 2023-12-08T00:25:45.964240+0000 mgr.a (mgr.14403) 17307 : audit 0 from='client.345036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:47 smithi135 bash[32435]: cluster 2023-12-08T00:25:46.429701+0000 mgr.a (mgr.14403) 17308 : cluster 0 pgmap v12923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:49 smithi079 bash[28699]: cluster 2023-12-08T00:25:48.430239+0000 mgr.a (mgr.14403) 17309 : cluster 0 pgmap v12924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:49.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:49 smithi194 bash[32038]: cluster 2023-12-08T00:25:48.430239+0000 mgr.a (mgr.14403) 17309 : cluster 0 pgmap v12924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:49.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:49 smithi135 bash[32435]: cluster 2023-12-08T00:25:48.430239+0000 mgr.a (mgr.14403) 17309 : cluster 0 pgmap v12924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:51.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:25:51.478 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:51.478 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:51 smithi079 bash[28699]: cluster 2023-12-08T00:25:50.431038+0000 mgr.a (mgr.14403) 17310 : cluster 0 pgmap v12925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:51 smithi194 bash[32038]: cluster 2023-12-08T00:25:50.431038+0000 mgr.a (mgr.14403) 17310 : cluster 0 pgmap v12925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:51 smithi135 bash[32435]: cluster 2023-12-08T00:25:50.431038+0000 mgr.a (mgr.14403) 17310 : cluster 0 pgmap v12925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:52.401 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:25:52.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:52.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:52.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:52.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:25:53.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:53 smithi079 bash[28699]: audit 2023-12-08T00:25:51.880239+0000 mgr.a (mgr.14403) 17311 : audit 0 from='client.345111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:53.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:53 smithi079 bash[28699]: cluster 2023-12-08T00:25:52.431715+0000 mgr.a (mgr.14403) 17312 : cluster 0 pgmap v12926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:53 smithi194 bash[32038]: audit 2023-12-08T00:25:51.880239+0000 mgr.a (mgr.14403) 17311 : audit 0 from='client.345111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:53 smithi194 bash[32038]: cluster 2023-12-08T00:25:52.431715+0000 mgr.a (mgr.14403) 17312 : cluster 0 pgmap v12926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:53 smithi135 bash[32435]: audit 2023-12-08T00:25:51.880239+0000 mgr.a (mgr.14403) 17311 : audit 0 from='client.345111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:53 smithi135 bash[32435]: cluster 2023-12-08T00:25:52.431715+0000 mgr.a (mgr.14403) 17312 : cluster 0 pgmap v12926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:54.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:54 smithi079 bash[28699]: audit 2023-12-08T00:25:53.785161+0000 mon.a (mon.0) 2849 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:25:54.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:54 smithi194 bash[32038]: audit 2023-12-08T00:25:53.785161+0000 mon.a (mon.0) 2849 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:25:54.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:54 smithi135 bash[32435]: audit 2023-12-08T00:25:53.785161+0000 mon.a (mon.0) 2849 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:25:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:55 smithi079 bash[28699]: audit 2023-12-08T00:25:54.314323+0000 mon.a (mon.0) 2850 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:25:55.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:55 smithi079 bash[28699]: audit 2023-12-08T00:25:54.325381+0000 mon.a (mon.0) 2851 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:25:55.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:55 smithi079 bash[28699]: cluster 2023-12-08T00:25:54.432519+0000 mgr.a (mgr.14403) 17313 : cluster 0 pgmap v12927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:55.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:55 smithi079 bash[28699]: audit 2023-12-08T00:25:55.073473+0000 mon.a (mon.0) 2852 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:25:55.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:55 smithi079 bash[28699]: audit 2023-12-08T00:25:55.074915+0000 mon.a (mon.0) 2853 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:25:55.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:55 smithi079 bash[28699]: audit 2023-12-08T00:25:55.084000+0000 mon.a (mon.0) 2854 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:25:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:55 smithi194 bash[32038]: audit 2023-12-08T00:25:54.314323+0000 mon.a (mon.0) 2850 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:25:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:55 smithi194 bash[32038]: audit 2023-12-08T00:25:54.325381+0000 mon.a (mon.0) 2851 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:25:55.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:55 smithi194 bash[32038]: cluster 2023-12-08T00:25:54.432519+0000 mgr.a (mgr.14403) 17313 : cluster 0 pgmap v12927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:55.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:55 smithi194 bash[32038]: audit 2023-12-08T00:25:55.073473+0000 mon.a (mon.0) 2852 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:25:55.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:55 smithi194 bash[32038]: audit 2023-12-08T00:25:55.074915+0000 mon.a (mon.0) 2853 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:25:55.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:55 smithi194 bash[32038]: audit 2023-12-08T00:25:55.084000+0000 mon.a (mon.0) 2854 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:25:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:55 smithi135 bash[32435]: audit 2023-12-08T00:25:54.314323+0000 mon.a (mon.0) 2850 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:25:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:55 smithi135 bash[32435]: audit 2023-12-08T00:25:54.325381+0000 mon.a (mon.0) 2851 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:25:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:55 smithi135 bash[32435]: cluster 2023-12-08T00:25:54.432519+0000 mgr.a (mgr.14403) 17313 : cluster 0 pgmap v12927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:25:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:55 smithi135 bash[32435]: audit 2023-12-08T00:25:55.073473+0000 mon.a (mon.0) 2852 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:25:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:55 smithi135 bash[32435]: audit 2023-12-08T00:25:55.074915+0000 mon.a (mon.0) 2853 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:25:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:55 smithi135 bash[32435]: audit 2023-12-08T00:25:55.084000+0000 mon.a (mon.0) 2854 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:25:57.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:25:57.405 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:25:57.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:25:57.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:57 smithi079 bash[28699]: cluster 2023-12-08T00:25:56.433122+0000 mgr.a (mgr.14403) 17314 : cluster 0 pgmap v12928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:57 smithi194 bash[32038]: cluster 2023-12-08T00:25:56.433122+0000 mgr.a (mgr.14403) 17314 : cluster 0 pgmap v12928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:57.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:57 smithi135 bash[32435]: cluster 2023-12-08T00:25:56.433122+0000 mgr.a (mgr.14403) 17314 : cluster 0 pgmap v12928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:58.302 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:25:58.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:25:58.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:25:58.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:25:58.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:25:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:58 smithi079 bash[28699]: audit 2023-12-08T00:25:57.800849+0000 mgr.a (mgr.14403) 17315 : audit 0 from='client.345183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:58 smithi194 bash[32038]: audit 2023-12-08T00:25:57.800849+0000 mgr.a (mgr.14403) 17315 : audit 0 from='client.345183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:58 smithi135 bash[32435]: audit 2023-12-08T00:25:57.800849+0000 mgr.a (mgr.14403) 17315 : audit 0 from='client.345183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:25:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:25:59 smithi079 bash[28699]: cluster 2023-12-08T00:25:58.433890+0000 mgr.a (mgr.14403) 17316 : cluster 0 pgmap v12929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:25:59 smithi194 bash[32038]: cluster 2023-12-08T00:25:58.433890+0000 mgr.a (mgr.14403) 17316 : cluster 0 pgmap v12929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:25:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:25:59 smithi135 bash[32435]: cluster 2023-12-08T00:25:58.433890+0000 mgr.a (mgr.14403) 17316 : cluster 0 pgmap v12929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:01.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:01 smithi079 bash[28699]: cluster 2023-12-08T00:26:00.434729+0000 mgr.a (mgr.14403) 17317 : cluster 0 pgmap v12930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:01 smithi194 bash[32038]: cluster 2023-12-08T00:26:00.434729+0000 mgr.a (mgr.14403) 17317 : cluster 0 pgmap v12930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:01 smithi135 bash[32435]: cluster 2023-12-08T00:26:00.434729+0000 mgr.a (mgr.14403) 17317 : cluster 0 pgmap v12930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:03.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:26:03.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:03.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:03.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:03 smithi079 bash[28699]: cluster 2023-12-08T00:26:02.435382+0000 mgr.a (mgr.14403) 17318 : cluster 0 pgmap v12931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:03 smithi194 bash[32038]: cluster 2023-12-08T00:26:02.435382+0000 mgr.a (mgr.14403) 17318 : cluster 0 pgmap v12931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:03 smithi135 bash[32435]: cluster 2023-12-08T00:26:02.435382+0000 mgr.a (mgr.14403) 17318 : cluster 0 pgmap v12931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:04.222 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:26:04.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:04.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:04.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:04.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:26:04.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:04 smithi079 bash[28699]: audit 2023-12-08T00:26:03.706576+0000 mgr.a (mgr.14403) 17319 : audit 0 from='client.345258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:04 smithi194 bash[32038]: audit 2023-12-08T00:26:03.706576+0000 mgr.a (mgr.14403) 17319 : audit 0 from='client.345258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:04 smithi135 bash[32435]: audit 2023-12-08T00:26:03.706576+0000 mgr.a (mgr.14403) 17319 : audit 0 from='client.345258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:05.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:05 smithi079 bash[28699]: cluster 2023-12-08T00:26:04.436424+0000 mgr.a (mgr.14403) 17320 : cluster 0 pgmap v12932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:05 smithi194 bash[32038]: cluster 2023-12-08T00:26:04.436424+0000 mgr.a (mgr.14403) 17320 : cluster 0 pgmap v12932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:05 smithi135 bash[32435]: cluster 2023-12-08T00:26:04.436424+0000 mgr.a (mgr.14403) 17320 : cluster 0 pgmap v12932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:07 smithi079 bash[28699]: cluster 2023-12-08T00:26:06.437150+0000 mgr.a (mgr.14403) 17321 : cluster 0 pgmap v12933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:07.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:07 smithi194 bash[32038]: cluster 2023-12-08T00:26:06.437150+0000 mgr.a (mgr.14403) 17321 : cluster 0 pgmap v12933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:07.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:07 smithi135 bash[32435]: cluster 2023-12-08T00:26:06.437150+0000 mgr.a (mgr.14403) 17321 : cluster 0 pgmap v12933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:09.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:26:09.225 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:09.226 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:09 smithi079 bash[28699]: cluster 2023-12-08T00:26:08.437922+0000 mgr.a (mgr.14403) 17322 : cluster 0 pgmap v12934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:09 smithi194 bash[32038]: cluster 2023-12-08T00:26:08.437922+0000 mgr.a (mgr.14403) 17322 : cluster 0 pgmap v12934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:09.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:09 smithi135 bash[32435]: cluster 2023-12-08T00:26:08.437922+0000 mgr.a (mgr.14403) 17322 : cluster 0 pgmap v12934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:10.134 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:26:10.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:10.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:10.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:10.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:26:10.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:10 smithi079 bash[28699]: audit 2023-12-08T00:26:09.629571+0000 mgr.a (mgr.14403) 17323 : audit 0 from='client.345333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:10.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:10 smithi194 bash[32038]: audit 2023-12-08T00:26:09.629571+0000 mgr.a (mgr.14403) 17323 : audit 0 from='client.345333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:10.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:10 smithi135 bash[32435]: audit 2023-12-08T00:26:09.629571+0000 mgr.a (mgr.14403) 17323 : audit 0 from='client.345333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:11.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:11 smithi079 bash[28699]: cluster 2023-12-08T00:26:10.439082+0000 mgr.a (mgr.14403) 17324 : cluster 0 pgmap v12935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:11 smithi194 bash[32038]: cluster 2023-12-08T00:26:10.439082+0000 mgr.a (mgr.14403) 17324 : cluster 0 pgmap v12935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:11.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:11 smithi135 bash[32435]: cluster 2023-12-08T00:26:10.439082+0000 mgr.a (mgr.14403) 17324 : cluster 0 pgmap v12935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:13 smithi079 bash[28699]: cluster 2023-12-08T00:26:12.439675+0000 mgr.a (mgr.14403) 17325 : cluster 0 pgmap v12936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:13 smithi194 bash[32038]: cluster 2023-12-08T00:26:12.439675+0000 mgr.a (mgr.14403) 17325 : cluster 0 pgmap v12936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:13 smithi135 bash[32435]: cluster 2023-12-08T00:26:12.439675+0000 mgr.a (mgr.14403) 17325 : cluster 0 pgmap v12936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:15.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:26:15.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:15.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:15.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:15 smithi079 bash[28699]: cluster 2023-12-08T00:26:14.440382+0000 mgr.a (mgr.14403) 17326 : cluster 0 pgmap v12937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:15 smithi194 bash[32038]: cluster 2023-12-08T00:26:14.440382+0000 mgr.a (mgr.14403) 17326 : cluster 0 pgmap v12937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:15.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:15 smithi135 bash[32435]: cluster 2023-12-08T00:26:14.440382+0000 mgr.a (mgr.14403) 17326 : cluster 0 pgmap v12937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:16.079 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:26:16.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:16.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:16.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:16.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:26:16.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:16 smithi079 bash[28699]: audit 2023-12-08T00:26:15.541554+0000 mgr.a (mgr.14403) 17327 : audit 0 from='client.345408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:16.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:16 smithi194 bash[32038]: audit 2023-12-08T00:26:15.541554+0000 mgr.a (mgr.14403) 17327 : audit 0 from='client.345408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:16.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:16 smithi135 bash[32435]: audit 2023-12-08T00:26:15.541554+0000 mgr.a (mgr.14403) 17327 : audit 0 from='client.345408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:17.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:17 smithi079 bash[28699]: cluster 2023-12-08T00:26:16.441075+0000 mgr.a (mgr.14403) 17328 : cluster 0 pgmap v12938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:17 smithi194 bash[32038]: cluster 2023-12-08T00:26:16.441075+0000 mgr.a (mgr.14403) 17328 : cluster 0 pgmap v12938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:17.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:17 smithi135 bash[32435]: cluster 2023-12-08T00:26:16.441075+0000 mgr.a (mgr.14403) 17328 : cluster 0 pgmap v12938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:19 smithi079 bash[28699]: cluster 2023-12-08T00:26:18.441689+0000 mgr.a (mgr.14403) 17329 : cluster 0 pgmap v12939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:19.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:19 smithi194 bash[32038]: cluster 2023-12-08T00:26:18.441689+0000 mgr.a (mgr.14403) 17329 : cluster 0 pgmap v12939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:19.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:19 smithi135 bash[32435]: cluster 2023-12-08T00:26:18.441689+0000 mgr.a (mgr.14403) 17329 : cluster 0 pgmap v12939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:21.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:26:21.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:21.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:21.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:21 smithi079 bash[28699]: cluster 2023-12-08T00:26:20.442519+0000 mgr.a (mgr.14403) 17330 : cluster 0 pgmap v12940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:21.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:21 smithi194 bash[32038]: cluster 2023-12-08T00:26:20.442519+0000 mgr.a (mgr.14403) 17330 : cluster 0 pgmap v12940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:21.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:21 smithi135 bash[32435]: cluster 2023-12-08T00:26:20.442519+0000 mgr.a (mgr.14403) 17330 : cluster 0 pgmap v12940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:21.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:21.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:21.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:21.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:26:21.990 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:26:22.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:22 smithi079 bash[28699]: audit 2023-12-08T00:26:21.478809+0000 mgr.a (mgr.14403) 17331 : audit 0 from='client.345480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:22.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:22 smithi194 bash[32038]: audit 2023-12-08T00:26:21.478809+0000 mgr.a (mgr.14403) 17331 : audit 0 from='client.345480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:22.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:22 smithi135 bash[32435]: audit 2023-12-08T00:26:21.478809+0000 mgr.a (mgr.14403) 17331 : audit 0 from='client.345480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:23.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:23 smithi079 bash[28699]: cluster 2023-12-08T00:26:22.443223+0000 mgr.a (mgr.14403) 17332 : cluster 0 pgmap v12941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:23.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:23 smithi194 bash[32038]: cluster 2023-12-08T00:26:22.443223+0000 mgr.a (mgr.14403) 17332 : cluster 0 pgmap v12941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:23.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:23 smithi135 bash[32435]: cluster 2023-12-08T00:26:22.443223+0000 mgr.a (mgr.14403) 17332 : cluster 0 pgmap v12941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:25.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:25 smithi079 bash[28699]: cluster 2023-12-08T00:26:24.443964+0000 mgr.a (mgr.14403) 17333 : cluster 0 pgmap v12942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:25.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:25 smithi194 bash[32038]: cluster 2023-12-08T00:26:24.443964+0000 mgr.a (mgr.14403) 17333 : cluster 0 pgmap v12942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:25.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:25 smithi135 bash[32435]: cluster 2023-12-08T00:26:24.443964+0000 mgr.a (mgr.14403) 17333 : cluster 0 pgmap v12942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:26.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:26:26.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:26.994 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:27.878 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:26:27.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:27.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:27.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:27.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:26:27.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:27 smithi079 bash[28699]: cluster 2023-12-08T00:26:26.444517+0000 mgr.a (mgr.14403) 17334 : cluster 0 pgmap v12943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:27.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:27 smithi194 bash[32038]: cluster 2023-12-08T00:26:26.444517+0000 mgr.a (mgr.14403) 17334 : cluster 0 pgmap v12943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:27.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:27 smithi135 bash[32435]: cluster 2023-12-08T00:26:26.444517+0000 mgr.a (mgr.14403) 17334 : cluster 0 pgmap v12943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:28.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:28 smithi079 bash[28699]: audit 2023-12-08T00:26:27.390922+0000 mgr.a (mgr.14403) 17335 : audit 0 from='client.345555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:28.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:28 smithi194 bash[32038]: audit 2023-12-08T00:26:27.390922+0000 mgr.a (mgr.14403) 17335 : audit 0 from='client.345555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:28.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:28 smithi135 bash[32435]: audit 2023-12-08T00:26:27.390922+0000 mgr.a (mgr.14403) 17335 : audit 0 from='client.345555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:29.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:29 smithi079 bash[28699]: cluster 2023-12-08T00:26:28.445221+0000 mgr.a (mgr.14403) 17336 : cluster 0 pgmap v12944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:29 smithi194 bash[32038]: cluster 2023-12-08T00:26:28.445221+0000 mgr.a (mgr.14403) 17336 : cluster 0 pgmap v12944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:29.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:29 smithi135 bash[32435]: cluster 2023-12-08T00:26:28.445221+0000 mgr.a (mgr.14403) 17336 : cluster 0 pgmap v12944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:31 smithi079 bash[28699]: cluster 2023-12-08T00:26:30.446036+0000 mgr.a (mgr.14403) 17337 : cluster 0 pgmap v12945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:31 smithi194 bash[32038]: cluster 2023-12-08T00:26:30.446036+0000 mgr.a (mgr.14403) 17337 : cluster 0 pgmap v12945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:31 smithi135 bash[32435]: cluster 2023-12-08T00:26:30.446036+0000 mgr.a (mgr.14403) 17337 : cluster 0 pgmap v12945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:32.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:26:32.882 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:32.882 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:33 smithi194 bash[32038]: cluster 2023-12-08T00:26:32.446597+0000 mgr.a (mgr.14403) 17338 : cluster 0 pgmap v12946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:33 smithi135 bash[32435]: cluster 2023-12-08T00:26:32.446597+0000 mgr.a (mgr.14403) 17338 : cluster 0 pgmap v12946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:33.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:33 smithi079 bash[28699]: cluster 2023-12-08T00:26:32.446597+0000 mgr.a (mgr.14403) 17338 : cluster 0 pgmap v12946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:33.800 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:26:33.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:33.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:33.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:33.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:26:34.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:34 smithi194 bash[32038]: audit 2023-12-08T00:26:33.286266+0000 mgr.a (mgr.14403) 17339 : audit 0 from='client.345627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:34.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:34 smithi135 bash[32435]: audit 2023-12-08T00:26:33.286266+0000 mgr.a (mgr.14403) 17339 : audit 0 from='client.345627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:34.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:34 smithi079 bash[28699]: audit 2023-12-08T00:26:33.286266+0000 mgr.a (mgr.14403) 17339 : audit 0 from='client.345627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:35.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:35 smithi194 bash[32038]: cluster 2023-12-08T00:26:34.447695+0000 mgr.a (mgr.14403) 17340 : cluster 0 pgmap v12947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:26:35.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:35 smithi135 bash[32435]: cluster 2023-12-08T00:26:34.447695+0000 mgr.a (mgr.14403) 17340 : cluster 0 pgmap v12947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:26:35.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:35 smithi079 bash[28699]: cluster 2023-12-08T00:26:34.447695+0000 mgr.a (mgr.14403) 17340 : cluster 0 pgmap v12947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:26:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:37 smithi079 bash[28699]: cluster 2023-12-08T00:26:36.448274+0000 mgr.a (mgr.14403) 17341 : cluster 0 pgmap v12948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:26:37.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:37 smithi194 bash[32038]: cluster 2023-12-08T00:26:36.448274+0000 mgr.a (mgr.14403) 17341 : cluster 0 pgmap v12948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:26:37.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:37 smithi135 bash[32435]: cluster 2023-12-08T00:26:36.448274+0000 mgr.a (mgr.14403) 17341 : cluster 0 pgmap v12948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:26:38.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:26:38.803 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:38.804 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:39.699 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:26:39.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:39.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:39.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:39.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:26:39.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:39 smithi079 bash[28699]: cluster 2023-12-08T00:26:38.448852+0000 mgr.a (mgr.14403) 17342 : cluster 0 pgmap v12949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:26:39.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:39 smithi194 bash[32038]: cluster 2023-12-08T00:26:38.448852+0000 mgr.a (mgr.14403) 17342 : cluster 0 pgmap v12949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:26:39.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:39 smithi135 bash[32435]: cluster 2023-12-08T00:26:38.448852+0000 mgr.a (mgr.14403) 17342 : cluster 0 pgmap v12949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:26:40.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:40 smithi079 bash[28699]: audit 2023-12-08T00:26:39.205669+0000 mgr.a (mgr.14403) 17343 : audit 0 from='client.345705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:40 smithi194 bash[32038]: audit 2023-12-08T00:26:39.205669+0000 mgr.a (mgr.14403) 17343 : audit 0 from='client.345705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:40.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:40 smithi135 bash[32435]: audit 2023-12-08T00:26:39.205669+0000 mgr.a (mgr.14403) 17343 : audit 0 from='client.345705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:41.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:41 smithi079 bash[28699]: cluster 2023-12-08T00:26:40.449945+0000 mgr.a (mgr.14403) 17344 : cluster 0 pgmap v12950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:41.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:41 smithi194 bash[32038]: cluster 2023-12-08T00:26:40.449945+0000 mgr.a (mgr.14403) 17344 : cluster 0 pgmap v12950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:41.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:41 smithi135 bash[32435]: cluster 2023-12-08T00:26:40.449945+0000 mgr.a (mgr.14403) 17344 : cluster 0 pgmap v12950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:43 smithi194 bash[32038]: cluster 2023-12-08T00:26:42.450528+0000 mgr.a (mgr.14403) 17345 : cluster 0 pgmap v12951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:43 smithi135 bash[32435]: cluster 2023-12-08T00:26:42.450528+0000 mgr.a (mgr.14403) 17345 : cluster 0 pgmap v12951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:43.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:43 smithi079 bash[28699]: cluster 2023-12-08T00:26:42.450528+0000 mgr.a (mgr.14403) 17345 : cluster 0 pgmap v12951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:26:44.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:26:44.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:44.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:45.610 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:26:45.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:45.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:45.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:45.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:26:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:45 smithi079 bash[28699]: cluster 2023-12-08T00:26:44.451301+0000 mgr.a (mgr.14403) 17346 : cluster 0 pgmap v12952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:45 smithi194 bash[32038]: cluster 2023-12-08T00:26:44.451301+0000 mgr.a (mgr.14403) 17346 : cluster 0 pgmap v12952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:45.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:45 smithi135 bash[32435]: cluster 2023-12-08T00:26:44.451301+0000 mgr.a (mgr.14403) 17346 : cluster 0 pgmap v12952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:46.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:46 smithi079 bash[28699]: audit 2023-12-08T00:26:45.111280+0000 mgr.a (mgr.14403) 17347 : audit 0 from='client.345780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:46.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:46 smithi194 bash[32038]: audit 2023-12-08T00:26:45.111280+0000 mgr.a (mgr.14403) 17347 : audit 0 from='client.345780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:46.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:46 smithi135 bash[32435]: audit 2023-12-08T00:26:45.111280+0000 mgr.a (mgr.14403) 17347 : audit 0 from='client.345780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:47.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:47 smithi079 bash[28699]: cluster 2023-12-08T00:26:46.451964+0000 mgr.a (mgr.14403) 17348 : cluster 0 pgmap v12953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:26:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:47 smithi194 bash[32038]: cluster 2023-12-08T00:26:46.451964+0000 mgr.a (mgr.14403) 17348 : cluster 0 pgmap v12953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:26:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:47 smithi135 bash[32435]: cluster 2023-12-08T00:26:46.451964+0000 mgr.a (mgr.14403) 17348 : cluster 0 pgmap v12953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:26:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:49 smithi079 bash[28699]: cluster 2023-12-08T00:26:48.452541+0000 mgr.a (mgr.14403) 17349 : cluster 0 pgmap v12954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:26:49.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:49 smithi194 bash[32038]: cluster 2023-12-08T00:26:48.452541+0000 mgr.a (mgr.14403) 17349 : cluster 0 pgmap v12954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:26:49.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:49 smithi135 bash[32435]: cluster 2023-12-08T00:26:48.452541+0000 mgr.a (mgr.14403) 17349 : cluster 0 pgmap v12954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:26:50.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:26:50.613 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:50.613 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:51.526 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:26:51.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:51.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:51.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:51.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:26:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:51 smithi079 bash[28699]: cluster 2023-12-08T00:26:50.453434+0000 mgr.a (mgr.14403) 17350 : cluster 0 pgmap v12955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:26:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:51 smithi194 bash[32038]: cluster 2023-12-08T00:26:50.453434+0000 mgr.a (mgr.14403) 17350 : cluster 0 pgmap v12955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:26:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:51 smithi135 bash[32435]: cluster 2023-12-08T00:26:50.453434+0000 mgr.a (mgr.14403) 17350 : cluster 0 pgmap v12955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:26:52.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:52 smithi079 bash[28699]: audit 2023-12-08T00:26:51.010647+0000 mgr.a (mgr.14403) 17351 : audit 0 from='client.345855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:52.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:52 smithi194 bash[32038]: audit 2023-12-08T00:26:51.010647+0000 mgr.a (mgr.14403) 17351 : audit 0 from='client.345855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:52.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:52 smithi135 bash[32435]: audit 2023-12-08T00:26:51.010647+0000 mgr.a (mgr.14403) 17351 : audit 0 from='client.345855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:53.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:53 smithi079 bash[28699]: cluster 2023-12-08T00:26:52.454107+0000 mgr.a (mgr.14403) 17352 : cluster 0 pgmap v12956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:53.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:53 smithi194 bash[32038]: cluster 2023-12-08T00:26:52.454107+0000 mgr.a (mgr.14403) 17352 : cluster 0 pgmap v12956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:53.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:53 smithi135 bash[32435]: cluster 2023-12-08T00:26:52.454107+0000 mgr.a (mgr.14403) 17352 : cluster 0 pgmap v12956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:55.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:55 smithi079 bash[28699]: cluster 2023-12-08T00:26:54.455144+0000 mgr.a (mgr.14403) 17353 : cluster 0 pgmap v12957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:55.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:55 smithi079 bash[28699]: audit 2023-12-08T00:26:55.187283+0000 mon.a (mon.0) 2855 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:26:55.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:55 smithi194 bash[32038]: cluster 2023-12-08T00:26:54.455144+0000 mgr.a (mgr.14403) 17353 : cluster 0 pgmap v12957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:55.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:55 smithi194 bash[32038]: audit 2023-12-08T00:26:55.187283+0000 mon.a (mon.0) 2855 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:26:55.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:55 smithi135 bash[32435]: cluster 2023-12-08T00:26:54.455144+0000 mgr.a (mgr.14403) 17353 : cluster 0 pgmap v12957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:26:55.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:55 smithi135 bash[32435]: audit 2023-12-08T00:26:55.187283+0000 mon.a (mon.0) 2855 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:26:56.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:26:56.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:26:56.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:26:57.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:56 smithi079 bash[28699]: audit 2023-12-08T00:26:55.715917+0000 mon.a (mon.0) 2856 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:26:57.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:56 smithi079 bash[28699]: audit 2023-12-08T00:26:55.726784+0000 mon.a (mon.0) 2857 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:26:57.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:56 smithi079 bash[28699]: audit 2023-12-08T00:26:56.438663+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:26:57.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:56 smithi079 bash[28699]: audit 2023-12-08T00:26:56.440762+0000 mon.a (mon.0) 2859 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:26:57.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:56 smithi079 bash[28699]: audit 2023-12-08T00:26:56.451314+0000 mon.a (mon.0) 2860 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:26:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:56 smithi194 bash[32038]: audit 2023-12-08T00:26:55.715917+0000 mon.a (mon.0) 2856 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:26:57.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:56 smithi194 bash[32038]: audit 2023-12-08T00:26:55.726784+0000 mon.a (mon.0) 2857 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:26:57.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:56 smithi194 bash[32038]: audit 2023-12-08T00:26:56.438663+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:26:57.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:56 smithi194 bash[32038]: audit 2023-12-08T00:26:56.440762+0000 mon.a (mon.0) 2859 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:26:57.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:56 smithi194 bash[32038]: audit 2023-12-08T00:26:56.451314+0000 mon.a (mon.0) 2860 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:26:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:56 smithi135 bash[32435]: audit 2023-12-08T00:26:55.715917+0000 mon.a (mon.0) 2856 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:26:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:56 smithi135 bash[32435]: audit 2023-12-08T00:26:55.726784+0000 mon.a (mon.0) 2857 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:26:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:56 smithi135 bash[32435]: audit 2023-12-08T00:26:56.438663+0000 mon.a (mon.0) 2858 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:26:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:56 smithi135 bash[32435]: audit 2023-12-08T00:26:56.440762+0000 mon.a (mon.0) 2859 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:26:57.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:56 smithi135 bash[32435]: audit 2023-12-08T00:26:56.451314+0000 mon.a (mon.0) 2860 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:26:57.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:26:57.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:26:57.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:26:57.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:26:57.446 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:26:58.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:57 smithi079 bash[28699]: cluster 2023-12-08T00:26:56.455599+0000 mgr.a (mgr.14403) 17354 : cluster 0 pgmap v12958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:58.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:57 smithi194 bash[32038]: cluster 2023-12-08T00:26:56.455599+0000 mgr.a (mgr.14403) 17354 : cluster 0 pgmap v12958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:58.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:57 smithi135 bash[32435]: cluster 2023-12-08T00:26:56.455599+0000 mgr.a (mgr.14403) 17354 : cluster 0 pgmap v12958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:26:59.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:58 smithi079 bash[28699]: audit 2023-12-08T00:26:56.933486+0000 mgr.a (mgr.14403) 17355 : audit 0 from='client.345930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:59.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:58 smithi194 bash[32038]: audit 2023-12-08T00:26:56.933486+0000 mgr.a (mgr.14403) 17355 : audit 0 from='client.345930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:26:59.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:58 smithi135 bash[32435]: audit 2023-12-08T00:26:56.933486+0000 mgr.a (mgr.14403) 17355 : audit 0 from='client.345930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:00.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:26:59 smithi079 bash[28699]: cluster 2023-12-08T00:26:58.456250+0000 mgr.a (mgr.14403) 17356 : cluster 0 pgmap v12959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:00.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:26:59 smithi194 bash[32038]: cluster 2023-12-08T00:26:58.456250+0000 mgr.a (mgr.14403) 17356 : cluster 0 pgmap v12959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:00.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:26:59 smithi135 bash[32435]: cluster 2023-12-08T00:26:58.456250+0000 mgr.a (mgr.14403) 17356 : cluster 0 pgmap v12959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:02.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:01 smithi079 bash[28699]: cluster 2023-12-08T00:27:00.457086+0000 mgr.a (mgr.14403) 17357 : cluster 0 pgmap v12960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:01 smithi194 bash[32038]: cluster 2023-12-08T00:27:00.457086+0000 mgr.a (mgr.14403) 17357 : cluster 0 pgmap v12960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:01 smithi135 bash[32435]: cluster 2023-12-08T00:27:00.457086+0000 mgr.a (mgr.14403) 17357 : cluster 0 pgmap v12960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:02.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:27:02.450 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:02.450 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:03.336 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:27:03.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:03.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:03.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:03.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:27:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:03 smithi194 bash[32038]: cluster 2023-12-08T00:27:02.457597+0000 mgr.a (mgr.14403) 17358 : cluster 0 pgmap v12961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:03 smithi135 bash[32435]: cluster 2023-12-08T00:27:02.457597+0000 mgr.a (mgr.14403) 17358 : cluster 0 pgmap v12961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:03.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:03 smithi079 bash[28699]: cluster 2023-12-08T00:27:02.457597+0000 mgr.a (mgr.14403) 17358 : cluster 0 pgmap v12961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:04.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:04 smithi194 bash[32038]: audit 2023-12-08T00:27:02.844279+0000 mgr.a (mgr.14403) 17359 : audit 0 from='client.346002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:04.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:04 smithi135 bash[32435]: audit 2023-12-08T00:27:02.844279+0000 mgr.a (mgr.14403) 17359 : audit 0 from='client.346002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:04.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:04 smithi079 bash[28699]: audit 2023-12-08T00:27:02.844279+0000 mgr.a (mgr.14403) 17359 : audit 0 from='client.346002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:05.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:05 smithi194 bash[32038]: cluster 2023-12-08T00:27:04.458473+0000 mgr.a (mgr.14403) 17360 : cluster 0 pgmap v12962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:05.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:05 smithi135 bash[32435]: cluster 2023-12-08T00:27:04.458473+0000 mgr.a (mgr.14403) 17360 : cluster 0 pgmap v12962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:05.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:05 smithi079 bash[28699]: cluster 2023-12-08T00:27:04.458473+0000 mgr.a (mgr.14403) 17360 : cluster 0 pgmap v12962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:07 smithi079 bash[28699]: cluster 2023-12-08T00:27:06.459174+0000 mgr.a (mgr.14403) 17361 : cluster 0 pgmap v12963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:07.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:07 smithi194 bash[32038]: cluster 2023-12-08T00:27:06.459174+0000 mgr.a (mgr.14403) 17361 : cluster 0 pgmap v12963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:07.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:07 smithi135 bash[32435]: cluster 2023-12-08T00:27:06.459174+0000 mgr.a (mgr.14403) 17361 : cluster 0 pgmap v12963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:08.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:27:08.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:08.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:09.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:09.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:09.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:09.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:27:09.245 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:27:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:09 smithi079 bash[28699]: cluster 2023-12-08T00:27:08.459796+0000 mgr.a (mgr.14403) 17362 : cluster 0 pgmap v12964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:09 smithi079 bash[28699]: audit 2023-12-08T00:27:08.742742+0000 mgr.a (mgr.14403) 17363 : audit 0 from='client.346080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:09 smithi194 bash[32038]: cluster 2023-12-08T00:27:08.459796+0000 mgr.a (mgr.14403) 17362 : cluster 0 pgmap v12964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:09 smithi194 bash[32038]: audit 2023-12-08T00:27:08.742742+0000 mgr.a (mgr.14403) 17363 : audit 0 from='client.346080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:09.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:09 smithi135 bash[32435]: cluster 2023-12-08T00:27:08.459796+0000 mgr.a (mgr.14403) 17362 : cluster 0 pgmap v12964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:09.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:09 smithi135 bash[32435]: audit 2023-12-08T00:27:08.742742+0000 mgr.a (mgr.14403) 17363 : audit 0 from='client.346080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:11.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:11 smithi079 bash[28699]: cluster 2023-12-08T00:27:10.460746+0000 mgr.a (mgr.14403) 17364 : cluster 0 pgmap v12965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:11 smithi194 bash[32038]: cluster 2023-12-08T00:27:10.460746+0000 mgr.a (mgr.14403) 17364 : cluster 0 pgmap v12965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:11 smithi135 bash[32435]: cluster 2023-12-08T00:27:10.460746+0000 mgr.a (mgr.14403) 17364 : cluster 0 pgmap v12965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:13 smithi194 bash[32038]: cluster 2023-12-08T00:27:12.461344+0000 mgr.a (mgr.14403) 17365 : cluster 0 pgmap v12966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:13 smithi135 bash[32435]: cluster 2023-12-08T00:27:12.461344+0000 mgr.a (mgr.14403) 17365 : cluster 0 pgmap v12966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:13.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:13 smithi079 bash[28699]: cluster 2023-12-08T00:27:12.461344+0000 mgr.a (mgr.14403) 17365 : cluster 0 pgmap v12966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:14.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:27:14.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:14.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:15.134 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:27:15.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:15.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:15.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:15.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:27:15.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:15 smithi079 bash[28699]: cluster 2023-12-08T00:27:14.461866+0000 mgr.a (mgr.14403) 17366 : cluster 0 pgmap v12967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:15.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:15 smithi079 bash[28699]: audit 2023-12-08T00:27:14.646810+0000 mgr.a (mgr.14403) 17367 : audit 0 from='client.346158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:15 smithi194 bash[32038]: cluster 2023-12-08T00:27:14.461866+0000 mgr.a (mgr.14403) 17366 : cluster 0 pgmap v12967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:15 smithi194 bash[32038]: audit 2023-12-08T00:27:14.646810+0000 mgr.a (mgr.14403) 17367 : audit 0 from='client.346158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:15.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:15 smithi135 bash[32435]: cluster 2023-12-08T00:27:14.461866+0000 mgr.a (mgr.14403) 17366 : cluster 0 pgmap v12967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:15.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:15 smithi135 bash[32435]: audit 2023-12-08T00:27:14.646810+0000 mgr.a (mgr.14403) 17367 : audit 0 from='client.346158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:17.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:17 smithi079 bash[28699]: cluster 2023-12-08T00:27:16.462512+0000 mgr.a (mgr.14403) 17368 : cluster 0 pgmap v12968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:17 smithi194 bash[32038]: cluster 2023-12-08T00:27:16.462512+0000 mgr.a (mgr.14403) 17368 : cluster 0 pgmap v12968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:17.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:17 smithi135 bash[32435]: cluster 2023-12-08T00:27:16.462512+0000 mgr.a (mgr.14403) 17368 : cluster 0 pgmap v12968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:19.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:19 smithi079 bash[28699]: cluster 2023-12-08T00:27:18.463120+0000 mgr.a (mgr.14403) 17369 : cluster 0 pgmap v12969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:19.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:19 smithi194 bash[32038]: cluster 2023-12-08T00:27:18.463120+0000 mgr.a (mgr.14403) 17369 : cluster 0 pgmap v12969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:19.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:19 smithi135 bash[32435]: cluster 2023-12-08T00:27:18.463120+0000 mgr.a (mgr.14403) 17369 : cluster 0 pgmap v12969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:27:20.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:27:20.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:20.138 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:21.042 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:27:21.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:21.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:21.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:21.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:27:21.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:21 smithi079 bash[28699]: cluster 2023-12-08T00:27:20.463855+0000 mgr.a (mgr.14403) 17370 : cluster 0 pgmap v12970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:21.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:21 smithi079 bash[28699]: audit 2023-12-08T00:27:20.537467+0000 mgr.a (mgr.14403) 17371 : audit 0 from='client.346236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:21.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:21 smithi194 bash[32038]: cluster 2023-12-08T00:27:20.463855+0000 mgr.a (mgr.14403) 17370 : cluster 0 pgmap v12970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:21.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:21 smithi194 bash[32038]: audit 2023-12-08T00:27:20.537467+0000 mgr.a (mgr.14403) 17371 : audit 0 from='client.346236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:21.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:21 smithi135 bash[32435]: cluster 2023-12-08T00:27:20.463855+0000 mgr.a (mgr.14403) 17370 : cluster 0 pgmap v12970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:21.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:21 smithi135 bash[32435]: audit 2023-12-08T00:27:20.537467+0000 mgr.a (mgr.14403) 17371 : audit 0 from='client.346236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:23 smithi194 bash[32038]: cluster 2023-12-08T00:27:22.464460+0000 mgr.a (mgr.14403) 17372 : cluster 0 pgmap v12971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:23 smithi135 bash[32435]: cluster 2023-12-08T00:27:22.464460+0000 mgr.a (mgr.14403) 17372 : cluster 0 pgmap v12971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:23.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:23 smithi079 bash[28699]: cluster 2023-12-08T00:27:22.464460+0000 mgr.a (mgr.14403) 17372 : cluster 0 pgmap v12971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:25.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:25 smithi079 bash[28699]: cluster 2023-12-08T00:27:24.465407+0000 mgr.a (mgr.14403) 17373 : cluster 0 pgmap v12972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:25.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:25 smithi194 bash[32038]: cluster 2023-12-08T00:27:24.465407+0000 mgr.a (mgr.14403) 17373 : cluster 0 pgmap v12972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:25.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:25 smithi135 bash[32435]: cluster 2023-12-08T00:27:24.465407+0000 mgr.a (mgr.14403) 17373 : cluster 0 pgmap v12972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:26.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:27:26.045 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:26.045 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:26.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:26.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:26.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:26.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:27:26.917 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:27:27.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:27 smithi079 bash[28699]: audit 2023-12-08T00:27:26.445588+0000 mgr.a (mgr.14403) 17374 : audit 0 from='client.346311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:27.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:27 smithi079 bash[28699]: cluster 2023-12-08T00:27:26.466293+0000 mgr.a (mgr.14403) 17375 : cluster 0 pgmap v12973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:27.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:27 smithi194 bash[32038]: audit 2023-12-08T00:27:26.445588+0000 mgr.a (mgr.14403) 17374 : audit 0 from='client.346311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:27.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:27 smithi194 bash[32038]: cluster 2023-12-08T00:27:26.466293+0000 mgr.a (mgr.14403) 17375 : cluster 0 pgmap v12973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:27.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:27 smithi135 bash[32435]: audit 2023-12-08T00:27:26.445588+0000 mgr.a (mgr.14403) 17374 : audit 0 from='client.346311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:27.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:27 smithi135 bash[32435]: cluster 2023-12-08T00:27:26.466293+0000 mgr.a (mgr.14403) 17375 : cluster 0 pgmap v12973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:29.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:29 smithi079 bash[28699]: cluster 2023-12-08T00:27:28.467188+0000 mgr.a (mgr.14403) 17376 : cluster 0 pgmap v12974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:29 smithi194 bash[32038]: cluster 2023-12-08T00:27:28.467188+0000 mgr.a (mgr.14403) 17376 : cluster 0 pgmap v12974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:29.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:29 smithi135 bash[32435]: cluster 2023-12-08T00:27:28.467188+0000 mgr.a (mgr.14403) 17376 : cluster 0 pgmap v12974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:31 smithi079 bash[28699]: cluster 2023-12-08T00:27:30.468053+0000 mgr.a (mgr.14403) 17377 : cluster 0 pgmap v12975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:31.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:27:31.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:31.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:31 smithi194 bash[32038]: cluster 2023-12-08T00:27:30.468053+0000 mgr.a (mgr.14403) 17377 : cluster 0 pgmap v12975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:31 smithi135 bash[32435]: cluster 2023-12-08T00:27:30.468053+0000 mgr.a (mgr.14403) 17377 : cluster 0 pgmap v12975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:32.837 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:27:32.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:32.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:32.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:32.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:27:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:33 smithi194 bash[32038]: audit 2023-12-08T00:27:32.322839+0000 mgr.a (mgr.14403) 17378 : audit 0 from='client.346389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:33.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:33 smithi194 bash[32038]: cluster 2023-12-08T00:27:32.481730+0000 mgr.a (mgr.14403) 17379 : cluster 0 pgmap v12976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:33 smithi135 bash[32435]: audit 2023-12-08T00:27:32.322839+0000 mgr.a (mgr.14403) 17378 : audit 0 from='client.346389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:33.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:33 smithi135 bash[32435]: cluster 2023-12-08T00:27:32.481730+0000 mgr.a (mgr.14403) 17379 : cluster 0 pgmap v12976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:33.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:33 smithi079 bash[28699]: audit 2023-12-08T00:27:32.322839+0000 mgr.a (mgr.14403) 17378 : audit 0 from='client.346389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:33.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:33 smithi079 bash[28699]: cluster 2023-12-08T00:27:32.481730+0000 mgr.a (mgr.14403) 17379 : cluster 0 pgmap v12976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:35.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:35 smithi079 bash[28699]: cluster 2023-12-08T00:27:34.482852+0000 mgr.a (mgr.14403) 17380 : cluster 0 pgmap v12977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:35.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:35 smithi194 bash[32038]: cluster 2023-12-08T00:27:34.482852+0000 mgr.a (mgr.14403) 17380 : cluster 0 pgmap v12977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:35.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:35 smithi135 bash[32435]: cluster 2023-12-08T00:27:34.482852+0000 mgr.a (mgr.14403) 17380 : cluster 0 pgmap v12977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:27:37.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:27:37.841 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:37.841 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:37 smithi079 bash[28699]: cluster 2023-12-08T00:27:36.483541+0000 mgr.a (mgr.14403) 17381 : cluster 0 pgmap v12978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:37.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:37 smithi194 bash[32038]: cluster 2023-12-08T00:27:36.483541+0000 mgr.a (mgr.14403) 17381 : cluster 0 pgmap v12978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:37.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:37 smithi135 bash[32435]: cluster 2023-12-08T00:27:36.483541+0000 mgr.a (mgr.14403) 17381 : cluster 0 pgmap v12978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:38.750 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:27:38.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:38.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:38.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:38.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:27:39.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:39 smithi079 bash[28699]: audit 2023-12-08T00:27:38.238897+0000 mgr.a (mgr.14403) 17382 : audit 0 from='client.346464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:39.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:39 smithi079 bash[28699]: cluster 2023-12-08T00:27:38.496438+0000 mgr.a (mgr.14403) 17383 : cluster 0 pgmap v12979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:39.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:39 smithi194 bash[32038]: audit 2023-12-08T00:27:38.238897+0000 mgr.a (mgr.14403) 17382 : audit 0 from='client.346464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:39.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:39 smithi194 bash[32038]: cluster 2023-12-08T00:27:38.496438+0000 mgr.a (mgr.14403) 17383 : cluster 0 pgmap v12979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:39.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:39 smithi135 bash[32435]: audit 2023-12-08T00:27:38.238897+0000 mgr.a (mgr.14403) 17382 : audit 0 from='client.346464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:39.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:39 smithi135 bash[32435]: cluster 2023-12-08T00:27:38.496438+0000 mgr.a (mgr.14403) 17383 : cluster 0 pgmap v12979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:41.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:41 smithi079 bash[28699]: cluster 2023-12-08T00:27:40.497471+0000 mgr.a (mgr.14403) 17384 : cluster 0 pgmap v12980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:27:41.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:41 smithi194 bash[32038]: cluster 2023-12-08T00:27:40.497471+0000 mgr.a (mgr.14403) 17384 : cluster 0 pgmap v12980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:27:41.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:41 smithi135 bash[32435]: cluster 2023-12-08T00:27:40.497471+0000 mgr.a (mgr.14403) 17384 : cluster 0 pgmap v12980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:27:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:43 smithi194 bash[32038]: cluster 2023-12-08T00:27:42.498044+0000 mgr.a (mgr.14403) 17385 : cluster 0 pgmap v12981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:27:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:43 smithi135 bash[32435]: cluster 2023-12-08T00:27:42.498044+0000 mgr.a (mgr.14403) 17385 : cluster 0 pgmap v12981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:27:43.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:43 smithi079 bash[28699]: cluster 2023-12-08T00:27:42.498044+0000 mgr.a (mgr.14403) 17385 : cluster 0 pgmap v12981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:27:43.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:27:43.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:43.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:44.654 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:27:44.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:44.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:44.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:44.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:27:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:45 smithi079 bash[28699]: audit 2023-12-08T00:27:44.156908+0000 mgr.a (mgr.14403) 17386 : audit 0 from='client.346539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:45 smithi079 bash[28699]: cluster 2023-12-08T00:27:44.498770+0000 mgr.a (mgr.14403) 17387 : cluster 0 pgmap v12982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:45 smithi194 bash[32038]: audit 2023-12-08T00:27:44.156908+0000 mgr.a (mgr.14403) 17386 : audit 0 from='client.346539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:45.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:45 smithi194 bash[32038]: cluster 2023-12-08T00:27:44.498770+0000 mgr.a (mgr.14403) 17387 : cluster 0 pgmap v12982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:45.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:45 smithi135 bash[32435]: audit 2023-12-08T00:27:44.156908+0000 mgr.a (mgr.14403) 17386 : audit 0 from='client.346539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:45.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:45 smithi135 bash[32435]: cluster 2023-12-08T00:27:44.498770+0000 mgr.a (mgr.14403) 17387 : cluster 0 pgmap v12982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:47.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:47 smithi079 bash[28699]: cluster 2023-12-08T00:27:46.499409+0000 mgr.a (mgr.14403) 17388 : cluster 0 pgmap v12983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:27:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:47 smithi194 bash[32038]: cluster 2023-12-08T00:27:46.499409+0000 mgr.a (mgr.14403) 17388 : cluster 0 pgmap v12983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:27:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:47 smithi135 bash[32435]: cluster 2023-12-08T00:27:46.499409+0000 mgr.a (mgr.14403) 17388 : cluster 0 pgmap v12983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:27:49.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:27:49.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:49.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:49 smithi079 bash[28699]: cluster 2023-12-08T00:27:48.499893+0000 mgr.a (mgr.14403) 17389 : cluster 0 pgmap v12984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:27:49.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:49 smithi194 bash[32038]: cluster 2023-12-08T00:27:48.499893+0000 mgr.a (mgr.14403) 17389 : cluster 0 pgmap v12984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:27:49.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:49 smithi135 bash[32435]: cluster 2023-12-08T00:27:48.499893+0000 mgr.a (mgr.14403) 17389 : cluster 0 pgmap v12984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:27:50.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:50.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:50.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:50.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:27:50.548 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:27:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:51 smithi079 bash[28699]: audit 2023-12-08T00:27:50.054080+0000 mgr.a (mgr.14403) 17390 : audit 0 from='client.346611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:51 smithi079 bash[28699]: cluster 2023-12-08T00:27:50.500548+0000 mgr.a (mgr.14403) 17391 : cluster 0 pgmap v12985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:51 smithi194 bash[32038]: audit 2023-12-08T00:27:50.054080+0000 mgr.a (mgr.14403) 17390 : audit 0 from='client.346611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:51 smithi194 bash[32038]: cluster 2023-12-08T00:27:50.500548+0000 mgr.a (mgr.14403) 17391 : cluster 0 pgmap v12985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:51 smithi135 bash[32435]: audit 2023-12-08T00:27:50.054080+0000 mgr.a (mgr.14403) 17390 : audit 0 from='client.346611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:51.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:51 smithi135 bash[32435]: cluster 2023-12-08T00:27:50.500548+0000 mgr.a (mgr.14403) 17391 : cluster 0 pgmap v12985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:53 smithi194 bash[32038]: cluster 2023-12-08T00:27:52.501102+0000 mgr.a (mgr.14403) 17392 : cluster 0 pgmap v12986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:27:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:53 smithi135 bash[32435]: cluster 2023-12-08T00:27:52.501102+0000 mgr.a (mgr.14403) 17392 : cluster 0 pgmap v12986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:27:53.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:53 smithi079 bash[28699]: cluster 2023-12-08T00:27:52.501102+0000 mgr.a (mgr.14403) 17392 : cluster 0 pgmap v12986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:27:55.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:27:55.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:27:55.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:27:55.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:55 smithi079 bash[28699]: cluster 2023-12-08T00:27:54.501854+0000 mgr.a (mgr.14403) 17393 : cluster 0 pgmap v12987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:27:55.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:55 smithi194 bash[32038]: cluster 2023-12-08T00:27:54.501854+0000 mgr.a (mgr.14403) 17393 : cluster 0 pgmap v12987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:27:55.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:55 smithi135 bash[32435]: cluster 2023-12-08T00:27:54.501854+0000 mgr.a (mgr.14403) 17393 : cluster 0 pgmap v12987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:27:56.464 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:27:56.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:27:56.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:27:56.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:27:56.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:27:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:56 smithi079 bash[28699]: audit 2023-12-08T00:27:56.555773+0000 mon.a (mon.0) 2861 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:27:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:56 smithi194 bash[32038]: audit 2023-12-08T00:27:56.555773+0000 mon.a (mon.0) 2861 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:27:56.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:56 smithi135 bash[32435]: audit 2023-12-08T00:27:56.555773+0000 mon.a (mon.0) 2861 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:27:57.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:57 smithi079 bash[28699]: audit 2023-12-08T00:27:55.953319+0000 mgr.a (mgr.14403) 17394 : audit 0 from='client.346686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:57.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:57 smithi079 bash[28699]: cluster 2023-12-08T00:27:56.502600+0000 mgr.a (mgr.14403) 17395 : cluster 0 pgmap v12988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:57.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:57 smithi079 bash[28699]: audit 2023-12-08T00:27:57.085393+0000 mon.a (mon.0) 2862 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:27:57.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:57 smithi079 bash[28699]: audit 2023-12-08T00:27:57.091174+0000 mon.a (mon.0) 2863 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:27:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:57 smithi194 bash[32038]: audit 2023-12-08T00:27:55.953319+0000 mgr.a (mgr.14403) 17394 : audit 0 from='client.346686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:57 smithi194 bash[32038]: cluster 2023-12-08T00:27:56.502600+0000 mgr.a (mgr.14403) 17395 : cluster 0 pgmap v12988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:57 smithi194 bash[32038]: audit 2023-12-08T00:27:57.085393+0000 mon.a (mon.0) 2862 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:27:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:57 smithi194 bash[32038]: audit 2023-12-08T00:27:57.091174+0000 mon.a (mon.0) 2863 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:27:57.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:57 smithi135 bash[32435]: audit 2023-12-08T00:27:55.953319+0000 mgr.a (mgr.14403) 17394 : audit 0 from='client.346686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:27:57.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:57 smithi135 bash[32435]: cluster 2023-12-08T00:27:56.502600+0000 mgr.a (mgr.14403) 17395 : cluster 0 pgmap v12988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:27:57.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:57 smithi135 bash[32435]: audit 2023-12-08T00:27:57.085393+0000 mon.a (mon.0) 2862 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:27:57.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:57 smithi135 bash[32435]: audit 2023-12-08T00:27:57.091174+0000 mon.a (mon.0) 2863 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:27:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:58 smithi079 bash[28699]: audit 2023-12-08T00:27:57.787770+0000 mon.a (mon.0) 2864 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:27:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:58 smithi079 bash[28699]: audit 2023-12-08T00:27:57.789536+0000 mon.a (mon.0) 2865 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:27:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:58 smithi079 bash[28699]: audit 2023-12-08T00:27:57.799270+0000 mon.a (mon.0) 2866 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:27:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:58 smithi194 bash[32038]: audit 2023-12-08T00:27:57.787770+0000 mon.a (mon.0) 2864 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:27:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:58 smithi194 bash[32038]: audit 2023-12-08T00:27:57.789536+0000 mon.a (mon.0) 2865 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:27:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:58 smithi194 bash[32038]: audit 2023-12-08T00:27:57.799270+0000 mon.a (mon.0) 2866 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:27:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:58 smithi135 bash[32435]: audit 2023-12-08T00:27:57.787770+0000 mon.a (mon.0) 2864 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:27:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:58 smithi135 bash[32435]: audit 2023-12-08T00:27:57.789536+0000 mon.a (mon.0) 2865 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:27:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:58 smithi135 bash[32435]: audit 2023-12-08T00:27:57.799270+0000 mon.a (mon.0) 2866 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:28:00.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:27:59 smithi079 bash[28699]: cluster 2023-12-08T00:27:58.503300+0000 mgr.a (mgr.14403) 17396 : cluster 0 pgmap v12989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:00.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:27:59 smithi194 bash[32038]: cluster 2023-12-08T00:27:58.503300+0000 mgr.a (mgr.14403) 17396 : cluster 0 pgmap v12989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:00.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:27:59 smithi135 bash[32435]: cluster 2023-12-08T00:27:58.503300+0000 mgr.a (mgr.14403) 17396 : cluster 0 pgmap v12989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:01.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:28:01.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:01.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:02.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:01 smithi079 bash[28699]: cluster 2023-12-08T00:28:00.504123+0000 mgr.a (mgr.14403) 17397 : cluster 0 pgmap v12990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:01 smithi194 bash[32038]: cluster 2023-12-08T00:28:00.504123+0000 mgr.a (mgr.14403) 17397 : cluster 0 pgmap v12990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:01 smithi135 bash[32435]: cluster 2023-12-08T00:28:00.504123+0000 mgr.a (mgr.14403) 17397 : cluster 0 pgmap v12990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:02.377 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:28:02.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:02.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:02.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:02.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:28:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:03 smithi194 bash[32038]: audit 2023-12-08T00:28:01.867429+0000 mgr.a (mgr.14403) 17398 : audit 0 from='client.346758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:03 smithi194 bash[32038]: cluster 2023-12-08T00:28:02.504856+0000 mgr.a (mgr.14403) 17399 : cluster 0 pgmap v12991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:03 smithi135 bash[32435]: audit 2023-12-08T00:28:01.867429+0000 mgr.a (mgr.14403) 17398 : audit 0 from='client.346758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:03.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:03 smithi135 bash[32435]: cluster 2023-12-08T00:28:02.504856+0000 mgr.a (mgr.14403) 17399 : cluster 0 pgmap v12991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:03.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:03 smithi079 bash[28699]: audit 2023-12-08T00:28:01.867429+0000 mgr.a (mgr.14403) 17398 : audit 0 from='client.346758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:03.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:03 smithi079 bash[28699]: cluster 2023-12-08T00:28:02.504856+0000 mgr.a (mgr.14403) 17399 : cluster 0 pgmap v12991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:05.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:05 smithi079 bash[28699]: cluster 2023-12-08T00:28:04.505603+0000 mgr.a (mgr.14403) 17400 : cluster 0 pgmap v12992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:05.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:05 smithi194 bash[32038]: cluster 2023-12-08T00:28:04.505603+0000 mgr.a (mgr.14403) 17400 : cluster 0 pgmap v12992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:05.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:05 smithi135 bash[32435]: cluster 2023-12-08T00:28:04.505603+0000 mgr.a (mgr.14403) 17400 : cluster 0 pgmap v12992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:07.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:28:07.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:07.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:07 smithi079 bash[28699]: cluster 2023-12-08T00:28:06.506154+0000 mgr.a (mgr.14403) 17401 : cluster 0 pgmap v12993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:07.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:07 smithi194 bash[32038]: cluster 2023-12-08T00:28:06.506154+0000 mgr.a (mgr.14403) 17401 : cluster 0 pgmap v12993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:07.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:07 smithi135 bash[32435]: cluster 2023-12-08T00:28:06.506154+0000 mgr.a (mgr.14403) 17401 : cluster 0 pgmap v12993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:08.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:08.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:08.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:08.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:28:08.291 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:28:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:08 smithi079 bash[28699]: audit 2023-12-08T00:28:07.783119+0000 mgr.a (mgr.14403) 17402 : audit 0 from='client.346833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:08 smithi194 bash[32038]: audit 2023-12-08T00:28:07.783119+0000 mgr.a (mgr.14403) 17402 : audit 0 from='client.346833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:08 smithi135 bash[32435]: audit 2023-12-08T00:28:07.783119+0000 mgr.a (mgr.14403) 17402 : audit 0 from='client.346833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:09 smithi079 bash[28699]: cluster 2023-12-08T00:28:08.506766+0000 mgr.a (mgr.14403) 17403 : cluster 0 pgmap v12994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:09 smithi194 bash[32038]: cluster 2023-12-08T00:28:08.506766+0000 mgr.a (mgr.14403) 17403 : cluster 0 pgmap v12994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:09.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:09 smithi135 bash[32435]: cluster 2023-12-08T00:28:08.506766+0000 mgr.a (mgr.14403) 17403 : cluster 0 pgmap v12994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:11.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:11 smithi079 bash[28699]: cluster 2023-12-08T00:28:10.507573+0000 mgr.a (mgr.14403) 17404 : cluster 0 pgmap v12995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:11.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:11 smithi194 bash[32038]: cluster 2023-12-08T00:28:10.507573+0000 mgr.a (mgr.14403) 17404 : cluster 0 pgmap v12995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:11.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:11 smithi135 bash[32435]: cluster 2023-12-08T00:28:10.507573+0000 mgr.a (mgr.14403) 17404 : cluster 0 pgmap v12995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:13.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:28:13.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:13.295 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:13 smithi194 bash[32038]: cluster 2023-12-08T00:28:12.508112+0000 mgr.a (mgr.14403) 17405 : cluster 0 pgmap v12996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:13 smithi135 bash[32435]: cluster 2023-12-08T00:28:12.508112+0000 mgr.a (mgr.14403) 17405 : cluster 0 pgmap v12996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:13.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:13 smithi079 bash[28699]: cluster 2023-12-08T00:28:12.508112+0000 mgr.a (mgr.14403) 17405 : cluster 0 pgmap v12996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:14.208 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:28:14.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:14.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:14.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:14.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:28:14.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:14 smithi194 bash[32038]: audit 2023-12-08T00:28:13.694488+0000 mgr.a (mgr.14403) 17406 : audit 0 from='client.346911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:14.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:14 smithi135 bash[32435]: audit 2023-12-08T00:28:13.694488+0000 mgr.a (mgr.14403) 17406 : audit 0 from='client.346911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:14.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:14 smithi079 bash[28699]: audit 2023-12-08T00:28:13.694488+0000 mgr.a (mgr.14403) 17406 : audit 0 from='client.346911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:15.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:15 smithi194 bash[32038]: cluster 2023-12-08T00:28:14.509118+0000 mgr.a (mgr.14403) 17407 : cluster 0 pgmap v12997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:15.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:15 smithi135 bash[32435]: cluster 2023-12-08T00:28:14.509118+0000 mgr.a (mgr.14403) 17407 : cluster 0 pgmap v12997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:15.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:15 smithi079 bash[28699]: cluster 2023-12-08T00:28:14.509118+0000 mgr.a (mgr.14403) 17407 : cluster 0 pgmap v12997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:17.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:17 smithi079 bash[28699]: cluster 2023-12-08T00:28:16.509739+0000 mgr.a (mgr.14403) 17408 : cluster 0 pgmap v12998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:17 smithi194 bash[32038]: cluster 2023-12-08T00:28:16.509739+0000 mgr.a (mgr.14403) 17408 : cluster 0 pgmap v12998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:17.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:17 smithi135 bash[32435]: cluster 2023-12-08T00:28:16.509739+0000 mgr.a (mgr.14403) 17408 : cluster 0 pgmap v12998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:19.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:28:19.211 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:19.211 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:19 smithi079 bash[28699]: cluster 2023-12-08T00:28:18.510324+0000 mgr.a (mgr.14403) 17409 : cluster 0 pgmap v12999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:19.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:19 smithi194 bash[32038]: cluster 2023-12-08T00:28:18.510324+0000 mgr.a (mgr.14403) 17409 : cluster 0 pgmap v12999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:19.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:19 smithi135 bash[32435]: cluster 2023-12-08T00:28:18.510324+0000 mgr.a (mgr.14403) 17409 : cluster 0 pgmap v12999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:20.106 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:28:20.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:20.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:20.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:20.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:28:20.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:20 smithi079 bash[28699]: audit 2023-12-08T00:28:19.610120+0000 mgr.a (mgr.14403) 17410 : audit 0 from='client.346986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:20.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:20 smithi194 bash[32038]: audit 2023-12-08T00:28:19.610120+0000 mgr.a (mgr.14403) 17410 : audit 0 from='client.346986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:20.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:20 smithi135 bash[32435]: audit 2023-12-08T00:28:19.610120+0000 mgr.a (mgr.14403) 17410 : audit 0 from='client.346986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:21.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:21 smithi079 bash[28699]: cluster 2023-12-08T00:28:20.511318+0000 mgr.a (mgr.14403) 17411 : cluster 0 pgmap v13000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:21.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:21 smithi194 bash[32038]: cluster 2023-12-08T00:28:20.511318+0000 mgr.a (mgr.14403) 17411 : cluster 0 pgmap v13000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:21.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:21 smithi135 bash[32435]: cluster 2023-12-08T00:28:20.511318+0000 mgr.a (mgr.14403) 17411 : cluster 0 pgmap v13000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:23.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:23 smithi194 bash[32038]: cluster 2023-12-08T00:28:22.511835+0000 mgr.a (mgr.14403) 17412 : cluster 0 pgmap v13001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:23 smithi135 bash[32435]: cluster 2023-12-08T00:28:22.511835+0000 mgr.a (mgr.14403) 17412 : cluster 0 pgmap v13001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:23.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:23 smithi079 bash[28699]: cluster 2023-12-08T00:28:22.511835+0000 mgr.a (mgr.14403) 17412 : cluster 0 pgmap v13001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:25.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:28:25.110 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:25.111 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:25.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:25 smithi079 bash[28699]: cluster 2023-12-08T00:28:24.512615+0000 mgr.a (mgr.14403) 17413 : cluster 0 pgmap v13002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:25.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:25 smithi194 bash[32038]: cluster 2023-12-08T00:28:24.512615+0000 mgr.a (mgr.14403) 17413 : cluster 0 pgmap v13002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:25.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:25 smithi135 bash[32435]: cluster 2023-12-08T00:28:24.512615+0000 mgr.a (mgr.14403) 17413 : cluster 0 pgmap v13002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:25.990 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:28:25.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:25.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:25.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:25.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:28:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:26 smithi079 bash[28699]: audit 2023-12-08T00:28:25.503148+0000 mgr.a (mgr.14403) 17414 : audit 0 from='client.347061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:26.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:26 smithi194 bash[32038]: audit 2023-12-08T00:28:25.503148+0000 mgr.a (mgr.14403) 17414 : audit 0 from='client.347061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:26.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:26 smithi135 bash[32435]: audit 2023-12-08T00:28:25.503148+0000 mgr.a (mgr.14403) 17414 : audit 0 from='client.347061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:27.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:27 smithi079 bash[28699]: cluster 2023-12-08T00:28:26.513280+0000 mgr.a (mgr.14403) 17415 : cluster 0 pgmap v13003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:27.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:27 smithi194 bash[32038]: cluster 2023-12-08T00:28:26.513280+0000 mgr.a (mgr.14403) 17415 : cluster 0 pgmap v13003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:27.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:27 smithi135 bash[32435]: cluster 2023-12-08T00:28:26.513280+0000 mgr.a (mgr.14403) 17415 : cluster 0 pgmap v13003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:29.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:29 smithi079 bash[28699]: cluster 2023-12-08T00:28:28.513841+0000 mgr.a (mgr.14403) 17416 : cluster 0 pgmap v13004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:29.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:29 smithi194 bash[32038]: cluster 2023-12-08T00:28:28.513841+0000 mgr.a (mgr.14403) 17416 : cluster 0 pgmap v13004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:29.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:29 smithi135 bash[32435]: cluster 2023-12-08T00:28:28.513841+0000 mgr.a (mgr.14403) 17416 : cluster 0 pgmap v13004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:30.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:28:30.994 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:30.994 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:31 smithi079 bash[28699]: cluster 2023-12-08T00:28:30.514628+0000 mgr.a (mgr.14403) 17417 : cluster 0 pgmap v13005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:31.924 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:28:31.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:31.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:31.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:31.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:28:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:31 smithi194 bash[32038]: cluster 2023-12-08T00:28:30.514628+0000 mgr.a (mgr.14403) 17417 : cluster 0 pgmap v13005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:31 smithi135 bash[32435]: cluster 2023-12-08T00:28:30.514628+0000 mgr.a (mgr.14403) 17417 : cluster 0 pgmap v13005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:32.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:32 smithi079 bash[28699]: audit 2023-12-08T00:28:31.403887+0000 mgr.a (mgr.14403) 17418 : audit 0 from='client.347136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:32.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:32 smithi194 bash[32038]: audit 2023-12-08T00:28:31.403887+0000 mgr.a (mgr.14403) 17418 : audit 0 from='client.347136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:32.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:32 smithi135 bash[32435]: audit 2023-12-08T00:28:31.403887+0000 mgr.a (mgr.14403) 17418 : audit 0 from='client.347136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:33.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:33 smithi079 bash[28699]: cluster 2023-12-08T00:28:32.515465+0000 mgr.a (mgr.14403) 17419 : cluster 0 pgmap v13006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:33.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:33 smithi194 bash[32038]: cluster 2023-12-08T00:28:32.515465+0000 mgr.a (mgr.14403) 17419 : cluster 0 pgmap v13006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:33.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:33 smithi135 bash[32435]: cluster 2023-12-08T00:28:32.515465+0000 mgr.a (mgr.14403) 17419 : cluster 0 pgmap v13006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:35.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:35 smithi079 bash[28699]: cluster 2023-12-08T00:28:34.516434+0000 mgr.a (mgr.14403) 17420 : cluster 0 pgmap v13007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:35.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:35 smithi194 bash[32038]: cluster 2023-12-08T00:28:34.516434+0000 mgr.a (mgr.14403) 17420 : cluster 0 pgmap v13007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:35.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:35 smithi135 bash[32435]: cluster 2023-12-08T00:28:34.516434+0000 mgr.a (mgr.14403) 17420 : cluster 0 pgmap v13007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:36.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:28:36.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:36.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:37.857 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:28:37.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:37.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:37.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:37.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:28:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:37 smithi079 bash[28699]: cluster 2023-12-08T00:28:36.517027+0000 mgr.a (mgr.14403) 17421 : cluster 0 pgmap v13008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:37.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:37 smithi194 bash[32038]: cluster 2023-12-08T00:28:36.517027+0000 mgr.a (mgr.14403) 17421 : cluster 0 pgmap v13008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:37.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:37 smithi135 bash[32435]: cluster 2023-12-08T00:28:36.517027+0000 mgr.a (mgr.14403) 17421 : cluster 0 pgmap v13008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:38.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:38 smithi079 bash[28699]: audit 2023-12-08T00:28:37.330719+0000 mgr.a (mgr.14403) 17422 : audit 0 from='client.347208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:38.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:38 smithi194 bash[32038]: audit 2023-12-08T00:28:37.330719+0000 mgr.a (mgr.14403) 17422 : audit 0 from='client.347208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:38.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:38 smithi135 bash[32435]: audit 2023-12-08T00:28:37.330719+0000 mgr.a (mgr.14403) 17422 : audit 0 from='client.347208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:39.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:39 smithi079 bash[28699]: cluster 2023-12-08T00:28:38.517719+0000 mgr.a (mgr.14403) 17423 : cluster 0 pgmap v13009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:39.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:39 smithi194 bash[32038]: cluster 2023-12-08T00:28:38.517719+0000 mgr.a (mgr.14403) 17423 : cluster 0 pgmap v13009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:39.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:39 smithi135 bash[32435]: cluster 2023-12-08T00:28:38.517719+0000 mgr.a (mgr.14403) 17423 : cluster 0 pgmap v13009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:41.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:41 smithi079 bash[28699]: cluster 2023-12-08T00:28:40.518571+0000 mgr.a (mgr.14403) 17424 : cluster 0 pgmap v13010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:41.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:41 smithi194 bash[32038]: cluster 2023-12-08T00:28:40.518571+0000 mgr.a (mgr.14403) 17424 : cluster 0 pgmap v13010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:41.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:41 smithi135 bash[32435]: cluster 2023-12-08T00:28:40.518571+0000 mgr.a (mgr.14403) 17424 : cluster 0 pgmap v13010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:28:42.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:28:42.861 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:42.861 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:43.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:43 smithi194 bash[32038]: cluster 2023-12-08T00:28:42.519191+0000 mgr.a (mgr.14403) 17425 : cluster 0 pgmap v13011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:43.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:43 smithi135 bash[32435]: cluster 2023-12-08T00:28:42.519191+0000 mgr.a (mgr.14403) 17425 : cluster 0 pgmap v13011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:43.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:43 smithi079 bash[28699]: cluster 2023-12-08T00:28:42.519191+0000 mgr.a (mgr.14403) 17425 : cluster 0 pgmap v13011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:43.761 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:28:43.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:43.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:43.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:43.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:28:44.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:44 smithi194 bash[32038]: audit 2023-12-08T00:28:43.255970+0000 mgr.a (mgr.14403) 17426 : audit 0 from='client.347280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:44.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:44 smithi135 bash[32435]: audit 2023-12-08T00:28:43.255970+0000 mgr.a (mgr.14403) 17426 : audit 0 from='client.347280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:44.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:44 smithi079 bash[28699]: audit 2023-12-08T00:28:43.255970+0000 mgr.a (mgr.14403) 17426 : audit 0 from='client.347280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:45.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:45 smithi194 bash[32038]: cluster 2023-12-08T00:28:44.520193+0000 mgr.a (mgr.14403) 17427 : cluster 0 pgmap v13012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:28:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:45 smithi135 bash[32435]: cluster 2023-12-08T00:28:44.520193+0000 mgr.a (mgr.14403) 17427 : cluster 0 pgmap v13012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:28:45.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:45 smithi079 bash[28699]: cluster 2023-12-08T00:28:44.520193+0000 mgr.a (mgr.14403) 17427 : cluster 0 pgmap v13012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:28:47.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:47 smithi079 bash[28699]: cluster 2023-12-08T00:28:46.520822+0000 mgr.a (mgr.14403) 17428 : cluster 0 pgmap v13013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:28:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:47 smithi194 bash[32038]: cluster 2023-12-08T00:28:46.520822+0000 mgr.a (mgr.14403) 17428 : cluster 0 pgmap v13013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:28:47.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:47 smithi135 bash[32435]: cluster 2023-12-08T00:28:46.520822+0000 mgr.a (mgr.14403) 17428 : cluster 0 pgmap v13013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:28:48.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:28:48.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:48.765 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:49.669 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:28:49.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:49.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:49.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:49.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:28:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:49 smithi079 bash[28699]: cluster 2023-12-08T00:28:48.521431+0000 mgr.a (mgr.14403) 17429 : cluster 0 pgmap v13014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:28:49.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:49 smithi194 bash[32038]: cluster 2023-12-08T00:28:48.521431+0000 mgr.a (mgr.14403) 17429 : cluster 0 pgmap v13014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:28:49.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:49 smithi135 bash[32435]: cluster 2023-12-08T00:28:48.521431+0000 mgr.a (mgr.14403) 17429 : cluster 0 pgmap v13014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:28:50.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:50 smithi079 bash[28699]: audit 2023-12-08T00:28:49.167340+0000 mgr.a (mgr.14403) 17430 : audit 0 from='client.347355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:50.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:50 smithi194 bash[32038]: audit 2023-12-08T00:28:49.167340+0000 mgr.a (mgr.14403) 17430 : audit 0 from='client.347355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:50.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:50 smithi135 bash[32435]: audit 2023-12-08T00:28:49.167340+0000 mgr.a (mgr.14403) 17430 : audit 0 from='client.347355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:51 smithi079 bash[28699]: cluster 2023-12-08T00:28:50.522619+0000 mgr.a (mgr.14403) 17431 : cluster 0 pgmap v13015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:51 smithi194 bash[32038]: cluster 2023-12-08T00:28:50.522619+0000 mgr.a (mgr.14403) 17431 : cluster 0 pgmap v13015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:51 smithi135 bash[32435]: cluster 2023-12-08T00:28:50.522619+0000 mgr.a (mgr.14403) 17431 : cluster 0 pgmap v13015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:53.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:53 smithi194 bash[32038]: cluster 2023-12-08T00:28:52.523361+0000 mgr.a (mgr.14403) 17432 : cluster 0 pgmap v13016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:53.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:53 smithi135 bash[32435]: cluster 2023-12-08T00:28:52.523361+0000 mgr.a (mgr.14403) 17432 : cluster 0 pgmap v13016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:53.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:53 smithi079 bash[28699]: cluster 2023-12-08T00:28:52.523361+0000 mgr.a (mgr.14403) 17432 : cluster 0 pgmap v13016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:28:54.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:28:54.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:28:54.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:28:55.573 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:28:55.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:28:55.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:28:55.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:28:55.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:28:55.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:55 smithi079 bash[28699]: cluster 2023-12-08T00:28:54.524159+0000 mgr.a (mgr.14403) 17433 : cluster 0 pgmap v13017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:55.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:55 smithi194 bash[32038]: cluster 2023-12-08T00:28:54.524159+0000 mgr.a (mgr.14403) 17433 : cluster 0 pgmap v13017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:55.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:55 smithi135 bash[32435]: cluster 2023-12-08T00:28:54.524159+0000 mgr.a (mgr.14403) 17433 : cluster 0 pgmap v13017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:28:56.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:56 smithi079 bash[28699]: audit 2023-12-08T00:28:55.075293+0000 mgr.a (mgr.14403) 17434 : audit 0 from='client.347430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:56.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:56 smithi194 bash[32038]: audit 2023-12-08T00:28:55.075293+0000 mgr.a (mgr.14403) 17434 : audit 0 from='client.347430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:56.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:56 smithi135 bash[32435]: audit 2023-12-08T00:28:55.075293+0000 mgr.a (mgr.14403) 17434 : audit 0 from='client.347430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:28:57.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:57 smithi079 bash[28699]: cluster 2023-12-08T00:28:56.524797+0000 mgr.a (mgr.14403) 17435 : cluster 0 pgmap v13018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:28:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:57 smithi194 bash[32038]: cluster 2023-12-08T00:28:56.524797+0000 mgr.a (mgr.14403) 17435 : cluster 0 pgmap v13018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:28:57.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:57 smithi135 bash[32435]: cluster 2023-12-08T00:28:56.524797+0000 mgr.a (mgr.14403) 17435 : cluster 0 pgmap v13018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:28:58.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:58 smithi079 bash[28699]: audit 2023-12-08T00:28:57.902420+0000 mon.a (mon.0) 2867 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:28:58.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:58 smithi194 bash[32038]: audit 2023-12-08T00:28:57.902420+0000 mon.a (mon.0) 2867 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:28:58.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:58 smithi135 bash[32435]: audit 2023-12-08T00:28:57.902420+0000 mon.a (mon.0) 2867 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:28:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:59 smithi079 bash[28699]: cluster 2023-12-08T00:28:58.525479+0000 mgr.a (mgr.14403) 17436 : cluster 0 pgmap v13019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:28:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:59 smithi079 bash[28699]: audit 2023-12-08T00:28:58.650678+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:28:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:59 smithi079 bash[28699]: audit 2023-12-08T00:28:58.652004+0000 mon.a (mon.0) 2869 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:28:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:28:59 smithi079 bash[28699]: audit 2023-12-08T00:28:58.660600+0000 mon.a (mon.0) 2870 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:28:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:59 smithi194 bash[32038]: cluster 2023-12-08T00:28:58.525479+0000 mgr.a (mgr.14403) 17436 : cluster 0 pgmap v13019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:28:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:59 smithi194 bash[32038]: audit 2023-12-08T00:28:58.650678+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:28:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:59 smithi194 bash[32038]: audit 2023-12-08T00:28:58.652004+0000 mon.a (mon.0) 2869 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:28:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:28:59 smithi194 bash[32038]: audit 2023-12-08T00:28:58.660600+0000 mon.a (mon.0) 2870 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:28:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:59 smithi135 bash[32435]: cluster 2023-12-08T00:28:58.525479+0000 mgr.a (mgr.14403) 17436 : cluster 0 pgmap v13019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:28:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:59 smithi135 bash[32435]: audit 2023-12-08T00:28:58.650678+0000 mon.a (mon.0) 2868 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:28:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:59 smithi135 bash[32435]: audit 2023-12-08T00:28:58.652004+0000 mon.a (mon.0) 2869 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:28:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:28:59 smithi135 bash[32435]: audit 2023-12-08T00:28:58.660600+0000 mon.a (mon.0) 2870 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:29:00.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:29:00.575 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:00.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:01.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:01.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:01.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:01.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:29:01.482 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:29:01.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:01 smithi079 bash[28699]: cluster 2023-12-08T00:29:00.526312+0000 mgr.a (mgr.14403) 17437 : cluster 0 pgmap v13020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:29:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:01 smithi194 bash[32038]: cluster 2023-12-08T00:29:00.526312+0000 mgr.a (mgr.14403) 17437 : cluster 0 pgmap v13020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:29:01.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:01 smithi135 bash[32435]: cluster 2023-12-08T00:29:00.526312+0000 mgr.a (mgr.14403) 17437 : cluster 0 pgmap v13020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:29:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:02 smithi079 bash[28699]: audit 2023-12-08T00:29:00.973938+0000 mgr.a (mgr.14403) 17438 : audit 0 from='client.347508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:02 smithi194 bash[32038]: audit 2023-12-08T00:29:00.973938+0000 mgr.a (mgr.14403) 17438 : audit 0 from='client.347508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:02.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:02 smithi135 bash[32435]: audit 2023-12-08T00:29:00.973938+0000 mgr.a (mgr.14403) 17438 : audit 0 from='client.347508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:03.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:03 smithi079 bash[28699]: cluster 2023-12-08T00:29:02.527029+0000 mgr.a (mgr.14403) 17439 : cluster 0 pgmap v13021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:03.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:03 smithi194 bash[32038]: cluster 2023-12-08T00:29:02.527029+0000 mgr.a (mgr.14403) 17439 : cluster 0 pgmap v13021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:03.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:03 smithi135 bash[32435]: cluster 2023-12-08T00:29:02.527029+0000 mgr.a (mgr.14403) 17439 : cluster 0 pgmap v13021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:05.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:05 smithi079 bash[28699]: cluster 2023-12-08T00:29:04.527752+0000 mgr.a (mgr.14403) 17440 : cluster 0 pgmap v13022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:05.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:05 smithi194 bash[32038]: cluster 2023-12-08T00:29:04.527752+0000 mgr.a (mgr.14403) 17440 : cluster 0 pgmap v13022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:05.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:05 smithi135 bash[32435]: cluster 2023-12-08T00:29:04.527752+0000 mgr.a (mgr.14403) 17440 : cluster 0 pgmap v13022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:06.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:29:06.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:06.486 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:07.410 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:29:07.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:07.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:07.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:07.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:29:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:07 smithi079 bash[28699]: cluster 2023-12-08T00:29:06.528239+0000 mgr.a (mgr.14403) 17441 : cluster 0 pgmap v13023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:07.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:07 smithi194 bash[32038]: cluster 2023-12-08T00:29:06.528239+0000 mgr.a (mgr.14403) 17441 : cluster 0 pgmap v13023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:07.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:07 smithi135 bash[32435]: cluster 2023-12-08T00:29:06.528239+0000 mgr.a (mgr.14403) 17441 : cluster 0 pgmap v13023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:08.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:08 smithi079 bash[28699]: audit 2023-12-08T00:29:06.884900+0000 mgr.a (mgr.14403) 17442 : audit 0 from='client.347583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:08.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:08 smithi194 bash[32038]: audit 2023-12-08T00:29:06.884900+0000 mgr.a (mgr.14403) 17442 : audit 0 from='client.347583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:08.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:08 smithi135 bash[32435]: audit 2023-12-08T00:29:06.884900+0000 mgr.a (mgr.14403) 17442 : audit 0 from='client.347583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:09 smithi079 bash[28699]: cluster 2023-12-08T00:29:08.529081+0000 mgr.a (mgr.14403) 17443 : cluster 0 pgmap v13024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:09 smithi194 bash[32038]: cluster 2023-12-08T00:29:08.529081+0000 mgr.a (mgr.14403) 17443 : cluster 0 pgmap v13024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:09.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:09 smithi135 bash[32435]: cluster 2023-12-08T00:29:08.529081+0000 mgr.a (mgr.14403) 17443 : cluster 0 pgmap v13024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:11.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:11 smithi079 bash[28699]: cluster 2023-12-08T00:29:10.529920+0000 mgr.a (mgr.14403) 17444 : cluster 0 pgmap v13025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:11 smithi194 bash[32038]: cluster 2023-12-08T00:29:10.529920+0000 mgr.a (mgr.14403) 17444 : cluster 0 pgmap v13025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:11 smithi135 bash[32435]: cluster 2023-12-08T00:29:10.529920+0000 mgr.a (mgr.14403) 17444 : cluster 0 pgmap v13025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:12.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:29:12.414 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:12.414 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:13.316 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:29:13.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:13.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:13.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:13.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:29:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:13 smithi194 bash[32038]: cluster 2023-12-08T00:29:12.530472+0000 mgr.a (mgr.14403) 17445 : cluster 0 pgmap v13026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:13 smithi194 bash[32038]: audit 2023-12-08T00:29:12.816215+0000 mgr.a (mgr.14403) 17446 : audit 0 from='client.347655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:13 smithi135 bash[32435]: cluster 2023-12-08T00:29:12.530472+0000 mgr.a (mgr.14403) 17445 : cluster 0 pgmap v13026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:13.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:13 smithi135 bash[32435]: audit 2023-12-08T00:29:12.816215+0000 mgr.a (mgr.14403) 17446 : audit 0 from='client.347655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:13.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:13 smithi079 bash[28699]: cluster 2023-12-08T00:29:12.530472+0000 mgr.a (mgr.14403) 17445 : cluster 0 pgmap v13026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:13.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:13 smithi079 bash[28699]: audit 2023-12-08T00:29:12.816215+0000 mgr.a (mgr.14403) 17446 : audit 0 from='client.347655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:15.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:15 smithi079 bash[28699]: cluster 2023-12-08T00:29:14.531313+0000 mgr.a (mgr.14403) 17447 : cluster 0 pgmap v13027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:15 smithi194 bash[32038]: cluster 2023-12-08T00:29:14.531313+0000 mgr.a (mgr.14403) 17447 : cluster 0 pgmap v13027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:15.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:15 smithi135 bash[32435]: cluster 2023-12-08T00:29:14.531313+0000 mgr.a (mgr.14403) 17447 : cluster 0 pgmap v13027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:17.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:17 smithi079 bash[28699]: cluster 2023-12-08T00:29:16.531954+0000 mgr.a (mgr.14403) 17448 : cluster 0 pgmap v13028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:17 smithi194 bash[32038]: cluster 2023-12-08T00:29:16.531954+0000 mgr.a (mgr.14403) 17448 : cluster 0 pgmap v13028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:17 smithi135 bash[32435]: cluster 2023-12-08T00:29:16.531954+0000 mgr.a (mgr.14403) 17448 : cluster 0 pgmap v13028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:18.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:29:18.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:18.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:19.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:19.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:19.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:19.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:29:19.238 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:29:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:19 smithi079 bash[28699]: cluster 2023-12-08T00:29:18.532353+0000 mgr.a (mgr.14403) 17449 : cluster 0 pgmap v13029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:19 smithi079 bash[28699]: audit 2023-12-08T00:29:18.721086+0000 mgr.a (mgr.14403) 17450 : audit 0 from='client.347727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:19.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:19 smithi194 bash[32038]: cluster 2023-12-08T00:29:18.532353+0000 mgr.a (mgr.14403) 17449 : cluster 0 pgmap v13029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:19.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:19 smithi194 bash[32038]: audit 2023-12-08T00:29:18.721086+0000 mgr.a (mgr.14403) 17450 : audit 0 from='client.347727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:19.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:19 smithi135 bash[32435]: cluster 2023-12-08T00:29:18.532353+0000 mgr.a (mgr.14403) 17449 : cluster 0 pgmap v13029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:19.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:19 smithi135 bash[32435]: audit 2023-12-08T00:29:18.721086+0000 mgr.a (mgr.14403) 17450 : audit 0 from='client.347727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:21.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:21 smithi079 bash[28699]: cluster 2023-12-08T00:29:20.533384+0000 mgr.a (mgr.14403) 17451 : cluster 0 pgmap v13030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:21.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:21 smithi194 bash[32038]: cluster 2023-12-08T00:29:20.533384+0000 mgr.a (mgr.14403) 17451 : cluster 0 pgmap v13030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:21 smithi135 bash[32435]: cluster 2023-12-08T00:29:20.533384+0000 mgr.a (mgr.14403) 17451 : cluster 0 pgmap v13030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:23.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:23 smithi135 bash[32435]: cluster 2023-12-08T00:29:22.533981+0000 mgr.a (mgr.14403) 17452 : cluster 0 pgmap v13031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:23.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:23 smithi079 bash[28699]: cluster 2023-12-08T00:29:22.533981+0000 mgr.a (mgr.14403) 17452 : cluster 0 pgmap v13031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:23.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:23 smithi194 bash[32038]: cluster 2023-12-08T00:29:22.533981+0000 mgr.a (mgr.14403) 17452 : cluster 0 pgmap v13031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:24.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:29:24.240 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:24.241 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:25.138 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:29:25.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:25.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:25.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:25.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:29:25.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:25 smithi079 bash[28699]: cluster 2023-12-08T00:29:24.534727+0000 mgr.a (mgr.14403) 17453 : cluster 0 pgmap v13032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:25.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:25 smithi079 bash[28699]: audit 2023-12-08T00:29:24.636109+0000 mgr.a (mgr.14403) 17454 : audit 0 from='client.347802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:25.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:25 smithi194 bash[32038]: cluster 2023-12-08T00:29:24.534727+0000 mgr.a (mgr.14403) 17453 : cluster 0 pgmap v13032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:25.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:25 smithi194 bash[32038]: audit 2023-12-08T00:29:24.636109+0000 mgr.a (mgr.14403) 17454 : audit 0 from='client.347802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:25.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:25 smithi135 bash[32435]: cluster 2023-12-08T00:29:24.534727+0000 mgr.a (mgr.14403) 17453 : cluster 0 pgmap v13032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:25.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:25 smithi135 bash[32435]: audit 2023-12-08T00:29:24.636109+0000 mgr.a (mgr.14403) 17454 : audit 0 from='client.347802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:27.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:27 smithi079 bash[28699]: cluster 2023-12-08T00:29:26.535419+0000 mgr.a (mgr.14403) 17455 : cluster 0 pgmap v13033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:27.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:27 smithi194 bash[32038]: cluster 2023-12-08T00:29:26.535419+0000 mgr.a (mgr.14403) 17455 : cluster 0 pgmap v13033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:27 smithi135 bash[32435]: cluster 2023-12-08T00:29:26.535419+0000 mgr.a (mgr.14403) 17455 : cluster 0 pgmap v13033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:29.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:29 smithi079 bash[28699]: cluster 2023-12-08T00:29:28.536005+0000 mgr.a (mgr.14403) 17456 : cluster 0 pgmap v13034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:29 smithi194 bash[32038]: cluster 2023-12-08T00:29:28.536005+0000 mgr.a (mgr.14403) 17456 : cluster 0 pgmap v13034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:29 smithi135 bash[32435]: cluster 2023-12-08T00:29:28.536005+0000 mgr.a (mgr.14403) 17456 : cluster 0 pgmap v13034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:30.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:29:30.142 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:30.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:31.035 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:29:31.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:31.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:31.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:31.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:29:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:31 smithi079 bash[28699]: cluster 2023-12-08T00:29:30.536785+0000 mgr.a (mgr.14403) 17457 : cluster 0 pgmap v13035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:31 smithi079 bash[28699]: audit 2023-12-08T00:29:30.545236+0000 mgr.a (mgr.14403) 17458 : audit 0 from='client.347877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:31 smithi194 bash[32038]: cluster 2023-12-08T00:29:30.536785+0000 mgr.a (mgr.14403) 17457 : cluster 0 pgmap v13035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:31 smithi194 bash[32038]: audit 2023-12-08T00:29:30.545236+0000 mgr.a (mgr.14403) 17458 : audit 0 from='client.347877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:31 smithi135 bash[32435]: cluster 2023-12-08T00:29:30.536785+0000 mgr.a (mgr.14403) 17457 : cluster 0 pgmap v13035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:31 smithi135 bash[32435]: audit 2023-12-08T00:29:30.545236+0000 mgr.a (mgr.14403) 17458 : audit 0 from='client.347877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:33.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:33 smithi079 bash[28699]: cluster 2023-12-08T00:29:32.537494+0000 mgr.a (mgr.14403) 17459 : cluster 0 pgmap v13036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:33.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:33 smithi194 bash[32038]: cluster 2023-12-08T00:29:32.537494+0000 mgr.a (mgr.14403) 17459 : cluster 0 pgmap v13036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:33 smithi135 bash[32435]: cluster 2023-12-08T00:29:32.537494+0000 mgr.a (mgr.14403) 17459 : cluster 0 pgmap v13036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:35.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:35 smithi079 bash[28699]: cluster 2023-12-08T00:29:34.538282+0000 mgr.a (mgr.14403) 17460 : cluster 0 pgmap v13037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:35.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:35 smithi194 bash[32038]: cluster 2023-12-08T00:29:34.538282+0000 mgr.a (mgr.14403) 17460 : cluster 0 pgmap v13037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:35 smithi135 bash[32435]: cluster 2023-12-08T00:29:34.538282+0000 mgr.a (mgr.14403) 17460 : cluster 0 pgmap v13037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:36.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:29:36.038 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:36.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:36.951 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:29:36.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:36.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:36.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:36.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:29:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:37 smithi079 bash[28699]: audit 2023-12-08T00:29:36.444916+0000 mgr.a (mgr.14403) 17461 : audit 0 from='client.249662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:37 smithi079 bash[28699]: cluster 2023-12-08T00:29:36.538696+0000 mgr.a (mgr.14403) 17462 : cluster 0 pgmap v13038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:37.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:37 smithi194 bash[32038]: audit 2023-12-08T00:29:36.444916+0000 mgr.a (mgr.14403) 17461 : audit 0 from='client.249662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:37.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:37 smithi194 bash[32038]: cluster 2023-12-08T00:29:36.538696+0000 mgr.a (mgr.14403) 17462 : cluster 0 pgmap v13038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:37.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:37 smithi135 bash[32435]: audit 2023-12-08T00:29:36.444916+0000 mgr.a (mgr.14403) 17461 : audit 0 from='client.249662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:37.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:37 smithi135 bash[32435]: cluster 2023-12-08T00:29:36.538696+0000 mgr.a (mgr.14403) 17462 : cluster 0 pgmap v13038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:39.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:39 smithi079 bash[28699]: cluster 2023-12-08T00:29:38.539318+0000 mgr.a (mgr.14403) 17463 : cluster 0 pgmap v13039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:39.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:39 smithi194 bash[32038]: cluster 2023-12-08T00:29:38.539318+0000 mgr.a (mgr.14403) 17463 : cluster 0 pgmap v13039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:39 smithi135 bash[32435]: cluster 2023-12-08T00:29:38.539318+0000 mgr.a (mgr.14403) 17463 : cluster 0 pgmap v13039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:41.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:41 smithi079 bash[28699]: cluster 2023-12-08T00:29:40.540081+0000 mgr.a (mgr.14403) 17464 : cluster 0 pgmap v13040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:41.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:29:41.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:41.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:41.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:41 smithi194 bash[32038]: cluster 2023-12-08T00:29:40.540081+0000 mgr.a (mgr.14403) 17464 : cluster 0 pgmap v13040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:41 smithi135 bash[32435]: cluster 2023-12-08T00:29:40.540081+0000 mgr.a (mgr.14403) 17464 : cluster 0 pgmap v13040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:42.857 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:29:42.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:42.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:42.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:42.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:29:43.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:43 smithi079 bash[28699]: audit 2023-12-08T00:29:42.354679+0000 mgr.a (mgr.14403) 17465 : audit 0 from='client.348027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:43.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:43 smithi079 bash[28699]: cluster 2023-12-08T00:29:42.540744+0000 mgr.a (mgr.14403) 17466 : cluster 0 pgmap v13041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:43.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:43 smithi194 bash[32038]: audit 2023-12-08T00:29:42.354679+0000 mgr.a (mgr.14403) 17465 : audit 0 from='client.348027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:43.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:43 smithi194 bash[32038]: cluster 2023-12-08T00:29:42.540744+0000 mgr.a (mgr.14403) 17466 : cluster 0 pgmap v13041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:43 smithi135 bash[32435]: audit 2023-12-08T00:29:42.354679+0000 mgr.a (mgr.14403) 17465 : audit 0 from='client.348027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:43.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:43 smithi135 bash[32435]: cluster 2023-12-08T00:29:42.540744+0000 mgr.a (mgr.14403) 17466 : cluster 0 pgmap v13041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:45.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:45 smithi079 bash[28699]: cluster 2023-12-08T00:29:44.541637+0000 mgr.a (mgr.14403) 17467 : cluster 0 pgmap v13042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:45 smithi194 bash[32038]: cluster 2023-12-08T00:29:44.541637+0000 mgr.a (mgr.14403) 17467 : cluster 0 pgmap v13042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:45 smithi135 bash[32435]: cluster 2023-12-08T00:29:44.541637+0000 mgr.a (mgr.14403) 17467 : cluster 0 pgmap v13042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:29:47.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:29:47.861 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:47.861 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:47.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:47 smithi079 bash[28699]: cluster 2023-12-08T00:29:46.542185+0000 mgr.a (mgr.14403) 17468 : cluster 0 pgmap v13043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:47 smithi194 bash[32038]: cluster 2023-12-08T00:29:46.542185+0000 mgr.a (mgr.14403) 17468 : cluster 0 pgmap v13043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:47 smithi135 bash[32435]: cluster 2023-12-08T00:29:46.542185+0000 mgr.a (mgr.14403) 17468 : cluster 0 pgmap v13043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:48.756 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:29:48.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:48.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:48.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:48.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:29:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:49 smithi079 bash[28699]: audit 2023-12-08T00:29:48.267798+0000 mgr.a (mgr.14403) 17469 : audit 0 from='client.348102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:49.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:49 smithi079 bash[28699]: cluster 2023-12-08T00:29:48.542889+0000 mgr.a (mgr.14403) 17470 : cluster 0 pgmap v13044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:49.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:49 smithi194 bash[32038]: audit 2023-12-08T00:29:48.267798+0000 mgr.a (mgr.14403) 17469 : audit 0 from='client.348102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:49.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:49 smithi194 bash[32038]: cluster 2023-12-08T00:29:48.542889+0000 mgr.a (mgr.14403) 17470 : cluster 0 pgmap v13044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:49.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:49 smithi135 bash[32435]: audit 2023-12-08T00:29:48.267798+0000 mgr.a (mgr.14403) 17469 : audit 0 from='client.348102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:49.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:49 smithi135 bash[32435]: cluster 2023-12-08T00:29:48.542889+0000 mgr.a (mgr.14403) 17470 : cluster 0 pgmap v13044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:51.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:51 smithi079 bash[28699]: cluster 2023-12-08T00:29:50.543934+0000 mgr.a (mgr.14403) 17471 : cluster 0 pgmap v13045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:29:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:51 smithi194 bash[32038]: cluster 2023-12-08T00:29:50.543934+0000 mgr.a (mgr.14403) 17471 : cluster 0 pgmap v13045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:29:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:51 smithi135 bash[32435]: cluster 2023-12-08T00:29:50.543934+0000 mgr.a (mgr.14403) 17471 : cluster 0 pgmap v13045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:29:53.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:53 smithi079 bash[28699]: cluster 2023-12-08T00:29:52.544544+0000 mgr.a (mgr.14403) 17472 : cluster 0 pgmap v13046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:29:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:53 smithi194 bash[32038]: cluster 2023-12-08T00:29:52.544544+0000 mgr.a (mgr.14403) 17472 : cluster 0 pgmap v13046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:29:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:53 smithi135 bash[32435]: cluster 2023-12-08T00:29:52.544544+0000 mgr.a (mgr.14403) 17472 : cluster 0 pgmap v13046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:29:53.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:29:53.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:53.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:54.676 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:29:54.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:29:54.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:29:54.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:29:54.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:29:55.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:55 smithi079 bash[28699]: audit 2023-12-08T00:29:54.162259+0000 mgr.a (mgr.14403) 17473 : audit 0 from='client.348177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:55.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:55 smithi079 bash[28699]: cluster 2023-12-08T00:29:54.549366+0000 mgr.a (mgr.14403) 17474 : cluster 0 pgmap v13047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:55.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:55 smithi194 bash[32038]: audit 2023-12-08T00:29:54.162259+0000 mgr.a (mgr.14403) 17473 : audit 0 from='client.348177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:55.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:55 smithi194 bash[32038]: cluster 2023-12-08T00:29:54.549366+0000 mgr.a (mgr.14403) 17474 : cluster 0 pgmap v13047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:55 smithi135 bash[32435]: audit 2023-12-08T00:29:54.162259+0000 mgr.a (mgr.14403) 17473 : audit 0 from='client.348177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:29:55.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:55 smithi135 bash[32435]: cluster 2023-12-08T00:29:54.549366+0000 mgr.a (mgr.14403) 17474 : cluster 0 pgmap v13047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:29:57.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:57 smithi079 bash[28699]: cluster 2023-12-08T00:29:56.550077+0000 mgr.a (mgr.14403) 17475 : cluster 0 pgmap v13048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:57 smithi194 bash[32038]: cluster 2023-12-08T00:29:56.550077+0000 mgr.a (mgr.14403) 17475 : cluster 0 pgmap v13048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:57 smithi135 bash[32435]: cluster 2023-12-08T00:29:56.550077+0000 mgr.a (mgr.14403) 17475 : cluster 0 pgmap v13048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:59.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:29:59.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:29:59.679 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:29:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:59 smithi079 bash[28699]: cluster 2023-12-08T00:29:58.550628+0000 mgr.a (mgr.14403) 17476 : cluster 0 pgmap v13049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:59 smithi079 bash[28699]: audit 2023-12-08T00:29:58.763797+0000 mon.a (mon.0) 2871 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:29:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:59 smithi079 bash[28699]: audit 2023-12-08T00:29:59.498830+0000 mon.a (mon.0) 2872 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:29:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:59 smithi079 bash[28699]: audit 2023-12-08T00:29:59.500698+0000 mon.a (mon.0) 2873 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:29:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:29:59 smithi079 bash[28699]: audit 2023-12-08T00:29:59.509769+0000 mon.a (mon.0) 2874 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:29:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:59 smithi194 bash[32038]: cluster 2023-12-08T00:29:58.550628+0000 mgr.a (mgr.14403) 17476 : cluster 0 pgmap v13049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:59 smithi194 bash[32038]: audit 2023-12-08T00:29:58.763797+0000 mon.a (mon.0) 2871 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:29:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:59 smithi194 bash[32038]: audit 2023-12-08T00:29:59.498830+0000 mon.a (mon.0) 2872 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:29:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:59 smithi194 bash[32038]: audit 2023-12-08T00:29:59.500698+0000 mon.a (mon.0) 2873 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:29:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:29:59 smithi194 bash[32038]: audit 2023-12-08T00:29:59.509769+0000 mon.a (mon.0) 2874 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:29:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:59 smithi135 bash[32435]: cluster 2023-12-08T00:29:58.550628+0000 mgr.a (mgr.14403) 17476 : cluster 0 pgmap v13049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:29:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:59 smithi135 bash[32435]: audit 2023-12-08T00:29:58.763797+0000 mon.a (mon.0) 2871 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:29:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:59 smithi135 bash[32435]: audit 2023-12-08T00:29:59.498830+0000 mon.a (mon.0) 2872 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:29:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:59 smithi135 bash[32435]: audit 2023-12-08T00:29:59.500698+0000 mon.a (mon.0) 2873 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:29:59.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:29:59 smithi135 bash[32435]: audit 2023-12-08T00:29:59.509769+0000 mon.a (mon.0) 2874 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:30:00.579 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:30:00.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:00.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:00.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:00.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:30:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:00 smithi079 bash[28699]: cluster 2023-12-08T00:30:00.000164+0000 mon.a (mon.0) 2875 : cluster 1 overall HEALTH_OK 2023-12-08T00:30:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:00 smithi194 bash[32038]: cluster 2023-12-08T00:30:00.000164+0000 mon.a (mon.0) 2875 : cluster 1 overall HEALTH_OK 2023-12-08T00:30:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:00 smithi135 bash[32435]: cluster 2023-12-08T00:30:00.000164+0000 mon.a (mon.0) 2875 : cluster 1 overall HEALTH_OK 2023-12-08T00:30:01.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:01 smithi079 bash[28699]: audit 2023-12-08T00:30:00.076526+0000 mgr.a (mgr.14403) 17477 : audit 0 from='client.348255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:01.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:01 smithi079 bash[28699]: cluster 2023-12-08T00:30:00.551306+0000 mgr.a (mgr.14403) 17478 : cluster 0 pgmap v13050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:01 smithi194 bash[32038]: audit 2023-12-08T00:30:00.076526+0000 mgr.a (mgr.14403) 17477 : audit 0 from='client.348255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:01 smithi194 bash[32038]: cluster 2023-12-08T00:30:00.551306+0000 mgr.a (mgr.14403) 17478 : cluster 0 pgmap v13050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:01 smithi135 bash[32435]: audit 2023-12-08T00:30:00.076526+0000 mgr.a (mgr.14403) 17477 : audit 0 from='client.348255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:01 smithi135 bash[32435]: cluster 2023-12-08T00:30:00.551306+0000 mgr.a (mgr.14403) 17478 : cluster 0 pgmap v13050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:03.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:03 smithi079 bash[28699]: cluster 2023-12-08T00:30:02.551785+0000 mgr.a (mgr.14403) 17479 : cluster 0 pgmap v13051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:30:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:03 smithi194 bash[32038]: cluster 2023-12-08T00:30:02.551785+0000 mgr.a (mgr.14403) 17479 : cluster 0 pgmap v13051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:30:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:03 smithi135 bash[32435]: cluster 2023-12-08T00:30:02.551785+0000 mgr.a (mgr.14403) 17479 : cluster 0 pgmap v13051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:30:05.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:30:05.582 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:05.583 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:05.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:05 smithi079 bash[28699]: cluster 2023-12-08T00:30:04.552535+0000 mgr.a (mgr.14403) 17480 : cluster 0 pgmap v13052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:30:05.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:05 smithi194 bash[32038]: cluster 2023-12-08T00:30:04.552535+0000 mgr.a (mgr.14403) 17480 : cluster 0 pgmap v13052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:30:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:05 smithi135 bash[32435]: cluster 2023-12-08T00:30:04.552535+0000 mgr.a (mgr.14403) 17480 : cluster 0 pgmap v13052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:30:06.469 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:30:06.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:06.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:06.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:06.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:30:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:07 smithi079 bash[28699]: audit 2023-12-08T00:30:05.991564+0000 mgr.a (mgr.14403) 17481 : audit 0 from='client.348333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:07 smithi079 bash[28699]: cluster 2023-12-08T00:30:06.553165+0000 mgr.a (mgr.14403) 17482 : cluster 0 pgmap v13053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:07.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:07 smithi194 bash[32038]: audit 2023-12-08T00:30:05.991564+0000 mgr.a (mgr.14403) 17481 : audit 0 from='client.348333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:07.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:07 smithi194 bash[32038]: cluster 2023-12-08T00:30:06.553165+0000 mgr.a (mgr.14403) 17482 : cluster 0 pgmap v13053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:07 smithi135 bash[32435]: audit 2023-12-08T00:30:05.991564+0000 mgr.a (mgr.14403) 17481 : audit 0 from='client.348333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:07.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:07 smithi135 bash[32435]: cluster 2023-12-08T00:30:06.553165+0000 mgr.a (mgr.14403) 17482 : cluster 0 pgmap v13053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:09.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:09 smithi079 bash[28699]: cluster 2023-12-08T00:30:08.553904+0000 mgr.a (mgr.14403) 17483 : cluster 0 pgmap v13054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:30:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:09 smithi194 bash[32038]: cluster 2023-12-08T00:30:08.553904+0000 mgr.a (mgr.14403) 17483 : cluster 0 pgmap v13054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:30:09.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:09 smithi135 bash[32435]: cluster 2023-12-08T00:30:08.553904+0000 mgr.a (mgr.14403) 17483 : cluster 0 pgmap v13054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:30:11.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:30:11.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:11.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:11.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:11 smithi079 bash[28699]: cluster 2023-12-08T00:30:10.554545+0000 mgr.a (mgr.14403) 17484 : cluster 0 pgmap v13055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:11 smithi194 bash[32038]: cluster 2023-12-08T00:30:10.554545+0000 mgr.a (mgr.14403) 17484 : cluster 0 pgmap v13055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:11 smithi135 bash[32435]: cluster 2023-12-08T00:30:10.554545+0000 mgr.a (mgr.14403) 17484 : cluster 0 pgmap v13055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:12.382 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:30:12.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:12.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:12.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:12.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:30:13.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:13 smithi079 bash[28699]: audit 2023-12-08T00:30:11.872563+0000 mgr.a (mgr.14403) 17485 : audit 0 from='client.348408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:13.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:13 smithi079 bash[28699]: cluster 2023-12-08T00:30:12.555443+0000 mgr.a (mgr.14403) 17486 : cluster 0 pgmap v13056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:13.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:13 smithi194 bash[32038]: audit 2023-12-08T00:30:11.872563+0000 mgr.a (mgr.14403) 17485 : audit 0 from='client.348408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:13.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:13 smithi194 bash[32038]: cluster 2023-12-08T00:30:12.555443+0000 mgr.a (mgr.14403) 17486 : cluster 0 pgmap v13056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:13 smithi135 bash[32435]: audit 2023-12-08T00:30:11.872563+0000 mgr.a (mgr.14403) 17485 : audit 0 from='client.348408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:13.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:13 smithi135 bash[32435]: cluster 2023-12-08T00:30:12.555443+0000 mgr.a (mgr.14403) 17486 : cluster 0 pgmap v13056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:15.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:15 smithi079 bash[28699]: cluster 2023-12-08T00:30:14.556452+0000 mgr.a (mgr.14403) 17487 : cluster 0 pgmap v13057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:15 smithi194 bash[32038]: cluster 2023-12-08T00:30:14.556452+0000 mgr.a (mgr.14403) 17487 : cluster 0 pgmap v13057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:15 smithi135 bash[32435]: cluster 2023-12-08T00:30:14.556452+0000 mgr.a (mgr.14403) 17487 : cluster 0 pgmap v13057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:17.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:30:17.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:17.385 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:17 smithi079 bash[28699]: cluster 2023-12-08T00:30:16.557154+0000 mgr.a (mgr.14403) 17488 : cluster 0 pgmap v13058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:17 smithi194 bash[32038]: cluster 2023-12-08T00:30:16.557154+0000 mgr.a (mgr.14403) 17488 : cluster 0 pgmap v13058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:17.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:17 smithi135 bash[32435]: cluster 2023-12-08T00:30:16.557154+0000 mgr.a (mgr.14403) 17488 : cluster 0 pgmap v13058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:18.281 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:30:18.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:18.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:18.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:18.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:30:18.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:18 smithi079 bash[28699]: audit 2023-12-08T00:30:17.785670+0000 mgr.a (mgr.14403) 17489 : audit 0 from='client.348486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:18.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:18 smithi194 bash[32038]: audit 2023-12-08T00:30:17.785670+0000 mgr.a (mgr.14403) 17489 : audit 0 from='client.348486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:18.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:18 smithi135 bash[32435]: audit 2023-12-08T00:30:17.785670+0000 mgr.a (mgr.14403) 17489 : audit 0 from='client.348486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:19 smithi079 bash[28699]: cluster 2023-12-08T00:30:18.557981+0000 mgr.a (mgr.14403) 17490 : cluster 0 pgmap v13059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:30:19.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:19 smithi194 bash[32038]: cluster 2023-12-08T00:30:18.557981+0000 mgr.a (mgr.14403) 17490 : cluster 0 pgmap v13059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:30:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:19 smithi135 bash[32435]: cluster 2023-12-08T00:30:18.557981+0000 mgr.a (mgr.14403) 17490 : cluster 0 pgmap v13059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:30:21.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:21 smithi079 bash[28699]: cluster 2023-12-08T00:30:20.558659+0000 mgr.a (mgr.14403) 17491 : cluster 0 pgmap v13060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:30:21.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:21 smithi194 bash[32038]: cluster 2023-12-08T00:30:20.558659+0000 mgr.a (mgr.14403) 17491 : cluster 0 pgmap v13060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:30:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:21 smithi135 bash[32435]: cluster 2023-12-08T00:30:20.558659+0000 mgr.a (mgr.14403) 17491 : cluster 0 pgmap v13060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:30:23.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:30:23.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:23.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:23.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:23 smithi079 bash[28699]: cluster 2023-12-08T00:30:22.559300+0000 mgr.a (mgr.14403) 17492 : cluster 0 pgmap v13061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:23.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:23 smithi194 bash[32038]: cluster 2023-12-08T00:30:22.559300+0000 mgr.a (mgr.14403) 17492 : cluster 0 pgmap v13061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:23 smithi135 bash[32435]: cluster 2023-12-08T00:30:22.559300+0000 mgr.a (mgr.14403) 17492 : cluster 0 pgmap v13061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:24.183 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:30:24.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:24.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:24.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:24.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:30:24.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:24 smithi079 bash[28699]: audit 2023-12-08T00:30:23.678116+0000 mgr.a (mgr.14403) 17493 : audit 0 from='client.348564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:24 smithi194 bash[32038]: audit 2023-12-08T00:30:23.678116+0000 mgr.a (mgr.14403) 17493 : audit 0 from='client.348564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:24 smithi135 bash[32435]: audit 2023-12-08T00:30:23.678116+0000 mgr.a (mgr.14403) 17493 : audit 0 from='client.348564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:25.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:25 smithi079 bash[28699]: cluster 2023-12-08T00:30:24.560323+0000 mgr.a (mgr.14403) 17494 : cluster 0 pgmap v13062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:25 smithi194 bash[32038]: cluster 2023-12-08T00:30:24.560323+0000 mgr.a (mgr.14403) 17494 : cluster 0 pgmap v13062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:25 smithi135 bash[32435]: cluster 2023-12-08T00:30:24.560323+0000 mgr.a (mgr.14403) 17494 : cluster 0 pgmap v13062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:27.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:27 smithi079 bash[28699]: cluster 2023-12-08T00:30:26.560906+0000 mgr.a (mgr.14403) 17495 : cluster 0 pgmap v13063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:27.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:27 smithi194 bash[32038]: cluster 2023-12-08T00:30:26.560906+0000 mgr.a (mgr.14403) 17495 : cluster 0 pgmap v13063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:27.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:27 smithi135 bash[32435]: cluster 2023-12-08T00:30:26.560906+0000 mgr.a (mgr.14403) 17495 : cluster 0 pgmap v13063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:29.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:30:29.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:29.188 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:29 smithi079 bash[28699]: cluster 2023-12-08T00:30:28.561607+0000 mgr.a (mgr.14403) 17496 : cluster 0 pgmap v13064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:30:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:29 smithi194 bash[32038]: cluster 2023-12-08T00:30:28.561607+0000 mgr.a (mgr.14403) 17496 : cluster 0 pgmap v13064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:30:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:29 smithi135 bash[32435]: cluster 2023-12-08T00:30:28.561607+0000 mgr.a (mgr.14403) 17496 : cluster 0 pgmap v13064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:30:30.113 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:30:30.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:30.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:30.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:30.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:30:30.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:30 smithi079 bash[28699]: audit 2023-12-08T00:30:29.590052+0000 mgr.a (mgr.14403) 17497 : audit 0 from='client.348642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:30.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:30 smithi194 bash[32038]: audit 2023-12-08T00:30:29.590052+0000 mgr.a (mgr.14403) 17497 : audit 0 from='client.348642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:30.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:30 smithi135 bash[32435]: audit 2023-12-08T00:30:29.590052+0000 mgr.a (mgr.14403) 17497 : audit 0 from='client.348642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:31.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:31 smithi079 bash[28699]: cluster 2023-12-08T00:30:30.562527+0000 mgr.a (mgr.14403) 17498 : cluster 0 pgmap v13065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:30:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:31 smithi194 bash[32038]: cluster 2023-12-08T00:30:30.562527+0000 mgr.a (mgr.14403) 17498 : cluster 0 pgmap v13065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:30:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:31 smithi135 bash[32435]: cluster 2023-12-08T00:30:30.562527+0000 mgr.a (mgr.14403) 17498 : cluster 0 pgmap v13065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:30:33.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:33 smithi079 bash[28699]: cluster 2023-12-08T00:30:32.563186+0000 mgr.a (mgr.14403) 17499 : cluster 0 pgmap v13066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:33.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:33 smithi194 bash[32038]: cluster 2023-12-08T00:30:32.563186+0000 mgr.a (mgr.14403) 17499 : cluster 0 pgmap v13066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:33 smithi135 bash[32435]: cluster 2023-12-08T00:30:32.563186+0000 mgr.a (mgr.14403) 17499 : cluster 0 pgmap v13066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:30:35.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:30:35.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:35.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:35 smithi079 bash[28699]: cluster 2023-12-08T00:30:34.564038+0000 mgr.a (mgr.14403) 17500 : cluster 0 pgmap v13067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:35.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:35 smithi194 bash[32038]: cluster 2023-12-08T00:30:34.564038+0000 mgr.a (mgr.14403) 17500 : cluster 0 pgmap v13067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:35 smithi135 bash[32435]: cluster 2023-12-08T00:30:34.564038+0000 mgr.a (mgr.14403) 17500 : cluster 0 pgmap v13067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:36.032 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:30:36.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:36.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:36.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:36.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:30:36.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:36 smithi079 bash[28699]: audit 2023-12-08T00:30:35.518510+0000 mgr.a (mgr.14403) 17501 : audit 0 from='client.348720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:36.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:36 smithi194 bash[32038]: audit 2023-12-08T00:30:35.518510+0000 mgr.a (mgr.14403) 17501 : audit 0 from='client.348720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:36.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:36 smithi135 bash[32435]: audit 2023-12-08T00:30:35.518510+0000 mgr.a (mgr.14403) 17501 : audit 0 from='client.348720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:37 smithi079 bash[28699]: cluster 2023-12-08T00:30:36.564778+0000 mgr.a (mgr.14403) 17502 : cluster 0 pgmap v13068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:37.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:37 smithi194 bash[32038]: cluster 2023-12-08T00:30:36.564778+0000 mgr.a (mgr.14403) 17502 : cluster 0 pgmap v13068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:37 smithi135 bash[32435]: cluster 2023-12-08T00:30:36.564778+0000 mgr.a (mgr.14403) 17502 : cluster 0 pgmap v13068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:39.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:39 smithi079 bash[28699]: cluster 2023-12-08T00:30:38.565502+0000 mgr.a (mgr.14403) 17503 : cluster 0 pgmap v13069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:30:39.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:39 smithi194 bash[32038]: cluster 2023-12-08T00:30:38.565502+0000 mgr.a (mgr.14403) 17503 : cluster 0 pgmap v13069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:30:39.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:39 smithi135 bash[32435]: cluster 2023-12-08T00:30:38.565502+0000 mgr.a (mgr.14403) 17503 : cluster 0 pgmap v13069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:30:41.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:30:41.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:41.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:41.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:41 smithi079 bash[28699]: cluster 2023-12-08T00:30:40.566128+0000 mgr.a (mgr.14403) 17504 : cluster 0 pgmap v13070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:30:41.936 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:30:41.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:41.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:41.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:41.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:30:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:41 smithi194 bash[32038]: cluster 2023-12-08T00:30:40.566128+0000 mgr.a (mgr.14403) 17504 : cluster 0 pgmap v13070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:30:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:41 smithi135 bash[32435]: cluster 2023-12-08T00:30:40.566128+0000 mgr.a (mgr.14403) 17504 : cluster 0 pgmap v13070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:30:42.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:42 smithi079 bash[28699]: audit 2023-12-08T00:30:41.440375+0000 mgr.a (mgr.14403) 17505 : audit 0 from='client.348795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:42.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:42 smithi194 bash[32038]: audit 2023-12-08T00:30:41.440375+0000 mgr.a (mgr.14403) 17505 : audit 0 from='client.348795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:42.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:42 smithi135 bash[32435]: audit 2023-12-08T00:30:41.440375+0000 mgr.a (mgr.14403) 17505 : audit 0 from='client.348795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:43.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:43 smithi079 bash[28699]: cluster 2023-12-08T00:30:42.566801+0000 mgr.a (mgr.14403) 17506 : cluster 0 pgmap v13071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:43.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:43 smithi194 bash[32038]: cluster 2023-12-08T00:30:42.566801+0000 mgr.a (mgr.14403) 17506 : cluster 0 pgmap v13071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:43 smithi135 bash[32435]: cluster 2023-12-08T00:30:42.566801+0000 mgr.a (mgr.14403) 17506 : cluster 0 pgmap v13071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:45 smithi194 bash[32038]: cluster 2023-12-08T00:30:44.567766+0000 mgr.a (mgr.14403) 17507 : cluster 0 pgmap v13072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:45 smithi135 bash[32435]: cluster 2023-12-08T00:30:44.567766+0000 mgr.a (mgr.14403) 17507 : cluster 0 pgmap v13072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:46.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:45 smithi079 bash[28699]: cluster 2023-12-08T00:30:44.567766+0000 mgr.a (mgr.14403) 17507 : cluster 0 pgmap v13072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:30:46.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:30:46.940 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:46.940 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:47.836 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:30:47.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:47.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:47.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:47.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:30:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:47 smithi194 bash[32038]: cluster 2023-12-08T00:30:46.568515+0000 mgr.a (mgr.14403) 17508 : cluster 0 pgmap v13073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:47 smithi135 bash[32435]: cluster 2023-12-08T00:30:46.568515+0000 mgr.a (mgr.14403) 17508 : cluster 0 pgmap v13073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:48.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:47 smithi079 bash[28699]: cluster 2023-12-08T00:30:46.568515+0000 mgr.a (mgr.14403) 17508 : cluster 0 pgmap v13073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:48.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:48 smithi194 bash[32038]: audit 2023-12-08T00:30:47.339398+0000 mgr.a (mgr.14403) 17509 : audit 0 from='client.348870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:48.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:48 smithi135 bash[32435]: audit 2023-12-08T00:30:47.339398+0000 mgr.a (mgr.14403) 17509 : audit 0 from='client.348870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:49.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:48 smithi079 bash[28699]: audit 2023-12-08T00:30:47.339398+0000 mgr.a (mgr.14403) 17509 : audit 0 from='client.348870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:49.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:49 smithi194 bash[32038]: cluster 2023-12-08T00:30:48.569357+0000 mgr.a (mgr.14403) 17510 : cluster 0 pgmap v13074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:30:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:49 smithi135 bash[32435]: cluster 2023-12-08T00:30:48.569357+0000 mgr.a (mgr.14403) 17510 : cluster 0 pgmap v13074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:30:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:49 smithi079 bash[28699]: cluster 2023-12-08T00:30:48.569357+0000 mgr.a (mgr.14403) 17510 : cluster 0 pgmap v13074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:30:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:51 smithi194 bash[32038]: cluster 2023-12-08T00:30:50.570038+0000 mgr.a (mgr.14403) 17511 : cluster 0 pgmap v13075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:30:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:51 smithi135 bash[32435]: cluster 2023-12-08T00:30:50.570038+0000 mgr.a (mgr.14403) 17511 : cluster 0 pgmap v13075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:30:52.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:51 smithi079 bash[28699]: cluster 2023-12-08T00:30:50.570038+0000 mgr.a (mgr.14403) 17511 : cluster 0 pgmap v13075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:30:52.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:30:52.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:52.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:53 smithi079 bash[28699]: cluster 2023-12-08T00:30:52.570748+0000 mgr.a (mgr.14403) 17512 : cluster 0 pgmap v13076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:53 smithi194 bash[32038]: cluster 2023-12-08T00:30:52.570748+0000 mgr.a (mgr.14403) 17512 : cluster 0 pgmap v13076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:53.711 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:53 smithi135 bash[32435]: cluster 2023-12-08T00:30:52.570748+0000 mgr.a (mgr.14403) 17512 : cluster 0 pgmap v13076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:30:53.760 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:30:53.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:53.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:53.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:53.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:30:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:54 smithi079 bash[28699]: audit 2023-12-08T00:30:53.251270+0000 mgr.a (mgr.14403) 17513 : audit 0 from='client.348942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:54.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:54 smithi194 bash[32038]: audit 2023-12-08T00:30:53.251270+0000 mgr.a (mgr.14403) 17513 : audit 0 from='client.348942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:54 smithi135 bash[32435]: audit 2023-12-08T00:30:53.251270+0000 mgr.a (mgr.14403) 17513 : audit 0 from='client.348942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:30:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:55 smithi079 bash[28699]: cluster 2023-12-08T00:30:54.571732+0000 mgr.a (mgr.14403) 17514 : cluster 0 pgmap v13077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:30:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:55 smithi194 bash[32038]: cluster 2023-12-08T00:30:54.571732+0000 mgr.a (mgr.14403) 17514 : cluster 0 pgmap v13077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:30:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:55 smithi135 bash[32435]: cluster 2023-12-08T00:30:54.571732+0000 mgr.a (mgr.14403) 17514 : cluster 0 pgmap v13077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:30:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:57 smithi079 bash[28699]: cluster 2023-12-08T00:30:56.572301+0000 mgr.a (mgr.14403) 17515 : cluster 0 pgmap v13078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:30:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:57 smithi194 bash[32038]: cluster 2023-12-08T00:30:56.572301+0000 mgr.a (mgr.14403) 17515 : cluster 0 pgmap v13078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:30:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:57 smithi135 bash[32435]: cluster 2023-12-08T00:30:56.572301+0000 mgr.a (mgr.14403) 17515 : cluster 0 pgmap v13078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:30:58.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:30:58.763 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:30:58.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:30:59.657 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:30:59.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:30:59.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:30:59.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:30:59.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:30:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:59 smithi079 bash[28699]: cluster 2023-12-08T00:30:58.573007+0000 mgr.a (mgr.14403) 17516 : cluster 0 pgmap v13079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:30:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:30:59 smithi079 bash[28699]: audit 2023-12-08T00:30:59.613352+0000 mon.a (mon.0) 2876 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:30:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:59 smithi194 bash[32038]: cluster 2023-12-08T00:30:58.573007+0000 mgr.a (mgr.14403) 17516 : cluster 0 pgmap v13079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:30:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:30:59 smithi194 bash[32038]: audit 2023-12-08T00:30:59.613352+0000 mon.a (mon.0) 2876 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:30:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:59 smithi135 bash[32435]: cluster 2023-12-08T00:30:58.573007+0000 mgr.a (mgr.14403) 17516 : cluster 0 pgmap v13079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:30:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:30:59 smithi135 bash[32435]: audit 2023-12-08T00:30:59.613352+0000 mon.a (mon.0) 2876 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:31:00.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:00 smithi079 bash[28699]: audit 2023-12-08T00:30:59.158962+0000 mgr.a (mgr.14403) 17517 : audit 0 from='client.349020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:00.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:00 smithi079 bash[28699]: audit 2023-12-08T00:31:00.351721+0000 mon.a (mon.0) 2877 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:31:00.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:00 smithi079 bash[28699]: audit 2023-12-08T00:31:00.353322+0000 mon.a (mon.0) 2878 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:31:00.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:00 smithi079 bash[28699]: audit 2023-12-08T00:31:00.362766+0000 mon.a (mon.0) 2879 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:31:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:00 smithi194 bash[32038]: audit 2023-12-08T00:30:59.158962+0000 mgr.a (mgr.14403) 17517 : audit 0 from='client.349020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:00 smithi194 bash[32038]: audit 2023-12-08T00:31:00.351721+0000 mon.a (mon.0) 2877 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:31:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:00 smithi194 bash[32038]: audit 2023-12-08T00:31:00.353322+0000 mon.a (mon.0) 2878 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:31:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:00 smithi194 bash[32038]: audit 2023-12-08T00:31:00.362766+0000 mon.a (mon.0) 2879 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:31:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:00 smithi135 bash[32435]: audit 2023-12-08T00:30:59.158962+0000 mgr.a (mgr.14403) 17517 : audit 0 from='client.349020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:00 smithi135 bash[32435]: audit 2023-12-08T00:31:00.351721+0000 mon.a (mon.0) 2877 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:31:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:00 smithi135 bash[32435]: audit 2023-12-08T00:31:00.353322+0000 mon.a (mon.0) 2878 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:31:00.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:00 smithi135 bash[32435]: audit 2023-12-08T00:31:00.362766+0000 mon.a (mon.0) 2879 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:31:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:01 smithi079 bash[28699]: cluster 2023-12-08T00:31:00.573784+0000 mgr.a (mgr.14403) 17518 : cluster 0 pgmap v13080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:31:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:01 smithi194 bash[32038]: cluster 2023-12-08T00:31:00.573784+0000 mgr.a (mgr.14403) 17518 : cluster 0 pgmap v13080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:31:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:01 smithi135 bash[32435]: cluster 2023-12-08T00:31:00.573784+0000 mgr.a (mgr.14403) 17518 : cluster 0 pgmap v13080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:31:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:03 smithi079 bash[28699]: cluster 2023-12-08T00:31:02.574421+0000 mgr.a (mgr.14403) 17519 : cluster 0 pgmap v13081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:03 smithi194 bash[32038]: cluster 2023-12-08T00:31:02.574421+0000 mgr.a (mgr.14403) 17519 : cluster 0 pgmap v13081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:03 smithi135 bash[32435]: cluster 2023-12-08T00:31:02.574421+0000 mgr.a (mgr.14403) 17519 : cluster 0 pgmap v13081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:04.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:31:04.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:04.660 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:05.548 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:31:05.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:05.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:05.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:05.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:31:05.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:05 smithi079 bash[28699]: cluster 2023-12-08T00:31:04.575309+0000 mgr.a (mgr.14403) 17520 : cluster 0 pgmap v13082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:05.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:05 smithi194 bash[32038]: cluster 2023-12-08T00:31:04.575309+0000 mgr.a (mgr.14403) 17520 : cluster 0 pgmap v13082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:05 smithi135 bash[32435]: cluster 2023-12-08T00:31:04.575309+0000 mgr.a (mgr.14403) 17520 : cluster 0 pgmap v13082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:06 smithi079 bash[28699]: audit 2023-12-08T00:31:05.059486+0000 mgr.a (mgr.14403) 17521 : audit 0 from='client.349098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:06.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:06 smithi194 bash[32038]: audit 2023-12-08T00:31:05.059486+0000 mgr.a (mgr.14403) 17521 : audit 0 from='client.349098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:06.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:06 smithi135 bash[32435]: audit 2023-12-08T00:31:05.059486+0000 mgr.a (mgr.14403) 17521 : audit 0 from='client.349098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:07.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:07 smithi079 bash[28699]: cluster 2023-12-08T00:31:06.575891+0000 mgr.a (mgr.14403) 17522 : cluster 0 pgmap v13083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:31:07.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:07 smithi194 bash[32038]: cluster 2023-12-08T00:31:06.575891+0000 mgr.a (mgr.14403) 17522 : cluster 0 pgmap v13083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:31:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:07 smithi135 bash[32435]: cluster 2023-12-08T00:31:06.575891+0000 mgr.a (mgr.14403) 17522 : cluster 0 pgmap v13083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:31:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:09 smithi194 bash[32038]: cluster 2023-12-08T00:31:08.576575+0000 mgr.a (mgr.14403) 17523 : cluster 0 pgmap v13084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:31:09.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:09 smithi135 bash[32435]: cluster 2023-12-08T00:31:08.576575+0000 mgr.a (mgr.14403) 17523 : cluster 0 pgmap v13084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:31:10.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:09 smithi079 bash[28699]: cluster 2023-12-08T00:31:08.576575+0000 mgr.a (mgr.14403) 17523 : cluster 0 pgmap v13084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:31:10.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:31:10.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:10.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:11.444 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:31:11.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:11.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:11.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:11.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:31:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:11 smithi194 bash[32038]: cluster 2023-12-08T00:31:10.577180+0000 mgr.a (mgr.14403) 17524 : cluster 0 pgmap v13085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:31:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:11 smithi135 bash[32435]: cluster 2023-12-08T00:31:10.577180+0000 mgr.a (mgr.14403) 17524 : cluster 0 pgmap v13085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:31:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:11 smithi079 bash[28699]: cluster 2023-12-08T00:31:10.577180+0000 mgr.a (mgr.14403) 17524 : cluster 0 pgmap v13085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:31:12.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:12 smithi194 bash[32038]: audit 2023-12-08T00:31:10.946720+0000 mgr.a (mgr.14403) 17525 : audit 0 from='client.349176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:12.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:12 smithi135 bash[32435]: audit 2023-12-08T00:31:10.946720+0000 mgr.a (mgr.14403) 17525 : audit 0 from='client.349176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:13.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:12 smithi079 bash[28699]: audit 2023-12-08T00:31:10.946720+0000 mgr.a (mgr.14403) 17525 : audit 0 from='client.349176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:13.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:13 smithi194 bash[32038]: cluster 2023-12-08T00:31:12.577850+0000 mgr.a (mgr.14403) 17526 : cluster 0 pgmap v13086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:13 smithi135 bash[32435]: cluster 2023-12-08T00:31:12.577850+0000 mgr.a (mgr.14403) 17526 : cluster 0 pgmap v13086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:14.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:13 smithi079 bash[28699]: cluster 2023-12-08T00:31:12.577850+0000 mgr.a (mgr.14403) 17526 : cluster 0 pgmap v13086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:15 smithi194 bash[32038]: cluster 2023-12-08T00:31:14.578677+0000 mgr.a (mgr.14403) 17527 : cluster 0 pgmap v13087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:15 smithi135 bash[32435]: cluster 2023-12-08T00:31:14.578677+0000 mgr.a (mgr.14403) 17527 : cluster 0 pgmap v13087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:16.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:15 smithi079 bash[28699]: cluster 2023-12-08T00:31:14.578677+0000 mgr.a (mgr.14403) 17527 : cluster 0 pgmap v13087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:16.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:31:16.448 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:16.448 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:17.361 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:31:17.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:17.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:17.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:17.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:31:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:17 smithi194 bash[32038]: cluster 2023-12-08T00:31:16.579067+0000 mgr.a (mgr.14403) 17528 : cluster 0 pgmap v13088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:17 smithi194 bash[32038]: audit 2023-12-08T00:31:16.850682+0000 mgr.a (mgr.14403) 17529 : audit 0 from='client.349254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:17 smithi135 bash[32435]: cluster 2023-12-08T00:31:16.579067+0000 mgr.a (mgr.14403) 17528 : cluster 0 pgmap v13088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:17 smithi135 bash[32435]: audit 2023-12-08T00:31:16.850682+0000 mgr.a (mgr.14403) 17529 : audit 0 from='client.349254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:18.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:17 smithi079 bash[28699]: cluster 2023-12-08T00:31:16.579067+0000 mgr.a (mgr.14403) 17528 : cluster 0 pgmap v13088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:18.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:17 smithi079 bash[28699]: audit 2023-12-08T00:31:16.850682+0000 mgr.a (mgr.14403) 17529 : audit 0 from='client.349254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:19.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:19 smithi194 bash[32038]: cluster 2023-12-08T00:31:18.579777+0000 mgr.a (mgr.14403) 17530 : cluster 0 pgmap v13089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:31:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:19 smithi135 bash[32435]: cluster 2023-12-08T00:31:18.579777+0000 mgr.a (mgr.14403) 17530 : cluster 0 pgmap v13089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:31:20.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:19 smithi079 bash[28699]: cluster 2023-12-08T00:31:18.579777+0000 mgr.a (mgr.14403) 17530 : cluster 0 pgmap v13089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:31:21.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:21 smithi194 bash[32038]: cluster 2023-12-08T00:31:20.580455+0000 mgr.a (mgr.14403) 17531 : cluster 0 pgmap v13090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:31:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:21 smithi135 bash[32435]: cluster 2023-12-08T00:31:20.580455+0000 mgr.a (mgr.14403) 17531 : cluster 0 pgmap v13090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:31:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:21 smithi079 bash[28699]: cluster 2023-12-08T00:31:20.580455+0000 mgr.a (mgr.14403) 17531 : cluster 0 pgmap v13090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:31:22.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:31:22.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:22.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:23.218 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:31:23.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:23.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:23.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:23.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:31:23.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:23 smithi079 bash[28699]: cluster 2023-12-08T00:31:22.580995+0000 mgr.a (mgr.14403) 17532 : cluster 0 pgmap v13091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:23.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:23 smithi079 bash[28699]: audit 2023-12-08T00:31:22.749695+0000 mgr.a (mgr.14403) 17533 : audit 0 from='client.349332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:23.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:23 smithi194 bash[32038]: cluster 2023-12-08T00:31:22.580995+0000 mgr.a (mgr.14403) 17532 : cluster 0 pgmap v13091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:23.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:23 smithi194 bash[32038]: audit 2023-12-08T00:31:22.749695+0000 mgr.a (mgr.14403) 17533 : audit 0 from='client.349332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:23 smithi135 bash[32435]: cluster 2023-12-08T00:31:22.580995+0000 mgr.a (mgr.14403) 17532 : cluster 0 pgmap v13091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:23 smithi135 bash[32435]: audit 2023-12-08T00:31:22.749695+0000 mgr.a (mgr.14403) 17533 : audit 0 from='client.349332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:25.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:25 smithi079 bash[28699]: cluster 2023-12-08T00:31:24.581974+0000 mgr.a (mgr.14403) 17534 : cluster 0 pgmap v13092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:25.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:25 smithi194 bash[32038]: cluster 2023-12-08T00:31:24.581974+0000 mgr.a (mgr.14403) 17534 : cluster 0 pgmap v13092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:25 smithi135 bash[32435]: cluster 2023-12-08T00:31:24.581974+0000 mgr.a (mgr.14403) 17534 : cluster 0 pgmap v13092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:27 smithi079 bash[28699]: cluster 2023-12-08T00:31:26.582544+0000 mgr.a (mgr.14403) 17535 : cluster 0 pgmap v13093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:27.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:27 smithi194 bash[32038]: cluster 2023-12-08T00:31:26.582544+0000 mgr.a (mgr.14403) 17535 : cluster 0 pgmap v13093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:27 smithi135 bash[32435]: cluster 2023-12-08T00:31:26.582544+0000 mgr.a (mgr.14403) 17535 : cluster 0 pgmap v13093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:28.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:31:28.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:28.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:29.110 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:31:29.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:29.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:29.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:29.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:31:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:29 smithi194 bash[32038]: cluster 2023-12-08T00:31:28.583241+0000 mgr.a (mgr.14403) 17536 : cluster 0 pgmap v13094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:29.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:29 smithi194 bash[32038]: audit 2023-12-08T00:31:28.628894+0000 mgr.a (mgr.14403) 17537 : audit 0 from='client.349410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:29 smithi135 bash[32435]: cluster 2023-12-08T00:31:28.583241+0000 mgr.a (mgr.14403) 17536 : cluster 0 pgmap v13094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:29 smithi135 bash[32435]: audit 2023-12-08T00:31:28.628894+0000 mgr.a (mgr.14403) 17537 : audit 0 from='client.349410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:29 smithi079 bash[28699]: cluster 2023-12-08T00:31:28.583241+0000 mgr.a (mgr.14403) 17536 : cluster 0 pgmap v13094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:30.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:29 smithi079 bash[28699]: audit 2023-12-08T00:31:28.628894+0000 mgr.a (mgr.14403) 17537 : audit 0 from='client.349410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:31 smithi194 bash[32038]: cluster 2023-12-08T00:31:30.584049+0000 mgr.a (mgr.14403) 17538 : cluster 0 pgmap v13095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:31:31.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:31 smithi135 bash[32435]: cluster 2023-12-08T00:31:30.584049+0000 mgr.a (mgr.14403) 17538 : cluster 0 pgmap v13095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:31:32.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:31 smithi079 bash[28699]: cluster 2023-12-08T00:31:30.584049+0000 mgr.a (mgr.14403) 17538 : cluster 0 pgmap v13095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:31:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:33 smithi079 bash[28699]: cluster 2023-12-08T00:31:32.584644+0000 mgr.a (mgr.14403) 17539 : cluster 0 pgmap v13096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:33.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:33 smithi194 bash[32038]: cluster 2023-12-08T00:31:32.584644+0000 mgr.a (mgr.14403) 17539 : cluster 0 pgmap v13096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:33 smithi135 bash[32435]: cluster 2023-12-08T00:31:32.584644+0000 mgr.a (mgr.14403) 17539 : cluster 0 pgmap v13096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:34.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:31:34.114 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:34.114 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:35.034 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:31:35.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:35.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:35.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:35.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:31:35.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:35 smithi079 bash[28699]: audit 2023-12-08T00:31:34.513127+0000 mgr.a (mgr.14403) 17540 : audit 0 from='client.349482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:35.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:35 smithi079 bash[28699]: cluster 2023-12-08T00:31:34.585774+0000 mgr.a (mgr.14403) 17541 : cluster 0 pgmap v13097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:35.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:35 smithi194 bash[32038]: audit 2023-12-08T00:31:34.513127+0000 mgr.a (mgr.14403) 17540 : audit 0 from='client.349482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:35.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:35 smithi194 bash[32038]: cluster 2023-12-08T00:31:34.585774+0000 mgr.a (mgr.14403) 17541 : cluster 0 pgmap v13097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:35 smithi135 bash[32435]: audit 2023-12-08T00:31:34.513127+0000 mgr.a (mgr.14403) 17540 : audit 0 from='client.349482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:35 smithi135 bash[32435]: cluster 2023-12-08T00:31:34.585774+0000 mgr.a (mgr.14403) 17541 : cluster 0 pgmap v13097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:37.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:37 smithi194 bash[32038]: cluster 2023-12-08T00:31:36.586413+0000 mgr.a (mgr.14403) 17542 : cluster 0 pgmap v13098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:37 smithi135 bash[32435]: cluster 2023-12-08T00:31:36.586413+0000 mgr.a (mgr.14403) 17542 : cluster 0 pgmap v13098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:37 smithi079 bash[28699]: cluster 2023-12-08T00:31:36.586413+0000 mgr.a (mgr.14403) 17542 : cluster 0 pgmap v13098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:31:39.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:39 smithi194 bash[32038]: cluster 2023-12-08T00:31:38.587153+0000 mgr.a (mgr.14403) 17543 : cluster 0 pgmap v13099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:31:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:39 smithi135 bash[32435]: cluster 2023-12-08T00:31:38.587153+0000 mgr.a (mgr.14403) 17543 : cluster 0 pgmap v13099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:31:40.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:31:40.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:40.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:39 smithi079 bash[28699]: cluster 2023-12-08T00:31:38.587153+0000 mgr.a (mgr.14403) 17543 : cluster 0 pgmap v13099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:31:40.980 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:31:40.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:40.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:40.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:40.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:31:41.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:41 smithi194 bash[32038]: audit 2023-12-08T00:31:40.444347+0000 mgr.a (mgr.14403) 17544 : audit 0 from='client.349557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:41.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:41 smithi194 bash[32038]: cluster 2023-12-08T00:31:40.600536+0000 mgr.a (mgr.14403) 17545 : cluster 0 pgmap v13100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:41 smithi135 bash[32435]: audit 2023-12-08T00:31:40.444347+0000 mgr.a (mgr.14403) 17544 : audit 0 from='client.349557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:41 smithi135 bash[32435]: cluster 2023-12-08T00:31:40.600536+0000 mgr.a (mgr.14403) 17545 : cluster 0 pgmap v13100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:41 smithi079 bash[28699]: audit 2023-12-08T00:31:40.444347+0000 mgr.a (mgr.14403) 17544 : audit 0 from='client.349557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:42.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:41 smithi079 bash[28699]: cluster 2023-12-08T00:31:40.600536+0000 mgr.a (mgr.14403) 17545 : cluster 0 pgmap v13100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:43.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:43 smithi079 bash[28699]: cluster 2023-12-08T00:31:42.601592+0000 mgr.a (mgr.14403) 17546 : cluster 0 pgmap v13101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:43 smithi194 bash[32038]: cluster 2023-12-08T00:31:42.601592+0000 mgr.a (mgr.14403) 17546 : cluster 0 pgmap v13101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:43 smithi135 bash[32435]: cluster 2023-12-08T00:31:42.601592+0000 mgr.a (mgr.14403) 17546 : cluster 0 pgmap v13101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:45 smithi194 bash[32038]: cluster 2023-12-08T00:31:44.602547+0000 mgr.a (mgr.14403) 17547 : cluster 0 pgmap v13102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:45 smithi135 bash[32435]: cluster 2023-12-08T00:31:44.602547+0000 mgr.a (mgr.14403) 17547 : cluster 0 pgmap v13102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:45.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:31:45.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:45.985 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:45 smithi079 bash[28699]: cluster 2023-12-08T00:31:44.602547+0000 mgr.a (mgr.14403) 17547 : cluster 0 pgmap v13102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:46.915 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:31:46.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:46.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:46.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:46.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:31:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:47 smithi194 bash[32038]: audit 2023-12-08T00:31:46.386672+0000 mgr.a (mgr.14403) 17548 : audit 0 from='client.349629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:47.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:47 smithi194 bash[32038]: cluster 2023-12-08T00:31:46.603003+0000 mgr.a (mgr.14403) 17549 : cluster 0 pgmap v13103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:47 smithi135 bash[32435]: audit 2023-12-08T00:31:46.386672+0000 mgr.a (mgr.14403) 17548 : audit 0 from='client.349629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:47 smithi135 bash[32435]: cluster 2023-12-08T00:31:46.603003+0000 mgr.a (mgr.14403) 17549 : cluster 0 pgmap v13103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:47 smithi079 bash[28699]: audit 2023-12-08T00:31:46.386672+0000 mgr.a (mgr.14403) 17548 : audit 0 from='client.349629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:47 smithi079 bash[28699]: cluster 2023-12-08T00:31:46.603003+0000 mgr.a (mgr.14403) 17549 : cluster 0 pgmap v13103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:49 smithi194 bash[32038]: cluster 2023-12-08T00:31:48.603819+0000 mgr.a (mgr.14403) 17550 : cluster 0 pgmap v13104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:49 smithi135 bash[32435]: cluster 2023-12-08T00:31:48.603819+0000 mgr.a (mgr.14403) 17550 : cluster 0 pgmap v13104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:49 smithi079 bash[28699]: cluster 2023-12-08T00:31:48.603819+0000 mgr.a (mgr.14403) 17550 : cluster 0 pgmap v13104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:51.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:31:51.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:51.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:51.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:51 smithi194 bash[32038]: cluster 2023-12-08T00:31:50.604372+0000 mgr.a (mgr.14403) 17551 : cluster 0 pgmap v13105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:31:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:51 smithi135 bash[32435]: cluster 2023-12-08T00:31:50.604372+0000 mgr.a (mgr.14403) 17551 : cluster 0 pgmap v13105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:31:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:51 smithi079 bash[28699]: cluster 2023-12-08T00:31:50.604372+0000 mgr.a (mgr.14403) 17551 : cluster 0 pgmap v13105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:31:52.835 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:31:52.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:52.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:52.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:52.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:31:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:53 smithi079 bash[28699]: audit 2023-12-08T00:31:52.317619+0000 mgr.a (mgr.14403) 17552 : audit 0 from='client.349707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:53.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:53 smithi079 bash[28699]: cluster 2023-12-08T00:31:52.605245+0000 mgr.a (mgr.14403) 17553 : cluster 0 pgmap v13106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:53 smithi194 bash[32038]: audit 2023-12-08T00:31:52.317619+0000 mgr.a (mgr.14403) 17552 : audit 0 from='client.349707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:53 smithi194 bash[32038]: cluster 2023-12-08T00:31:52.605245+0000 mgr.a (mgr.14403) 17553 : cluster 0 pgmap v13106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:53 smithi135 bash[32435]: audit 2023-12-08T00:31:52.317619+0000 mgr.a (mgr.14403) 17552 : audit 0 from='client.349707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:53 smithi135 bash[32435]: cluster 2023-12-08T00:31:52.605245+0000 mgr.a (mgr.14403) 17553 : cluster 0 pgmap v13106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:55 smithi194 bash[32038]: cluster 2023-12-08T00:31:54.606174+0000 mgr.a (mgr.14403) 17554 : cluster 0 pgmap v13107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:55 smithi135 bash[32435]: cluster 2023-12-08T00:31:54.606174+0000 mgr.a (mgr.14403) 17554 : cluster 0 pgmap v13107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:55 smithi079 bash[28699]: cluster 2023-12-08T00:31:54.606174+0000 mgr.a (mgr.14403) 17554 : cluster 0 pgmap v13107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:31:57.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:31:57.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:31:57.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:31:57.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:57 smithi194 bash[32038]: cluster 2023-12-08T00:31:56.606721+0000 mgr.a (mgr.14403) 17555 : cluster 0 pgmap v13108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:57 smithi135 bash[32435]: cluster 2023-12-08T00:31:56.606721+0000 mgr.a (mgr.14403) 17555 : cluster 0 pgmap v13108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:57 smithi079 bash[28699]: cluster 2023-12-08T00:31:56.606721+0000 mgr.a (mgr.14403) 17555 : cluster 0 pgmap v13108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:31:58.752 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:31:58.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:31:58.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:31:58.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:31:58.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:31:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:59 smithi194 bash[32038]: audit 2023-12-08T00:31:58.247163+0000 mgr.a (mgr.14403) 17556 : audit 0 from='client.349779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:59.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:31:59 smithi194 bash[32038]: cluster 2023-12-08T00:31:58.607410+0000 mgr.a (mgr.14403) 17557 : cluster 0 pgmap v13109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:31:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:59 smithi135 bash[32435]: audit 2023-12-08T00:31:58.247163+0000 mgr.a (mgr.14403) 17556 : audit 0 from='client.349779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:31:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:31:59 smithi135 bash[32435]: cluster 2023-12-08T00:31:58.607410+0000 mgr.a (mgr.14403) 17557 : cluster 0 pgmap v13109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:32:00.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:59 smithi079 bash[28699]: audit 2023-12-08T00:31:58.247163+0000 mgr.a (mgr.14403) 17556 : audit 0 from='client.349779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:00.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:31:59 smithi079 bash[28699]: cluster 2023-12-08T00:31:58.607410+0000 mgr.a (mgr.14403) 17557 : cluster 0 pgmap v13109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:32:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:00 smithi194 bash[32038]: audit 2023-12-08T00:32:00.465940+0000 mon.a (mon.0) 2880 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:32:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:00 smithi135 bash[32435]: audit 2023-12-08T00:32:00.465940+0000 mon.a (mon.0) 2880 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:32:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:00 smithi079 bash[28699]: audit 2023-12-08T00:32:00.465940+0000 mon.a (mon.0) 2880 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:32:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:01 smithi194 bash[32038]: cluster 2023-12-08T00:32:00.608058+0000 mgr.a (mgr.14403) 17558 : cluster 0 pgmap v13110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:32:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:01 smithi194 bash[32038]: audit 2023-12-08T00:32:01.252992+0000 mon.a (mon.0) 2881 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:32:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:01 smithi194 bash[32038]: audit 2023-12-08T00:32:01.254858+0000 mon.a (mon.0) 2882 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:32:01.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:01 smithi194 bash[32038]: audit 2023-12-08T00:32:01.264001+0000 mon.a (mon.0) 2883 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:32:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:01 smithi135 bash[32435]: cluster 2023-12-08T00:32:00.608058+0000 mgr.a (mgr.14403) 17558 : cluster 0 pgmap v13110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:32:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:01 smithi135 bash[32435]: audit 2023-12-08T00:32:01.252992+0000 mon.a (mon.0) 2881 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:32:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:01 smithi135 bash[32435]: audit 2023-12-08T00:32:01.254858+0000 mon.a (mon.0) 2882 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:32:01.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:01 smithi135 bash[32435]: audit 2023-12-08T00:32:01.264001+0000 mon.a (mon.0) 2883 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:32:02.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:01 smithi079 bash[28699]: cluster 2023-12-08T00:32:00.608058+0000 mgr.a (mgr.14403) 17558 : cluster 0 pgmap v13110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:32:02.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:01 smithi079 bash[28699]: audit 2023-12-08T00:32:01.252992+0000 mon.a (mon.0) 2881 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:32:02.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:01 smithi079 bash[28699]: audit 2023-12-08T00:32:01.254858+0000 mon.a (mon.0) 2882 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:32:02.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:01 smithi079 bash[28699]: audit 2023-12-08T00:32:01.264001+0000 mon.a (mon.0) 2883 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:32:03.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:03 smithi079 bash[28699]: cluster 2023-12-08T00:32:02.608620+0000 mgr.a (mgr.14403) 17559 : cluster 0 pgmap v13111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:32:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:03 smithi194 bash[32038]: cluster 2023-12-08T00:32:02.608620+0000 mgr.a (mgr.14403) 17559 : cluster 0 pgmap v13111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:32:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:03 smithi135 bash[32435]: cluster 2023-12-08T00:32:02.608620+0000 mgr.a (mgr.14403) 17559 : cluster 0 pgmap v13111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:32:03.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:32:03.755 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:03.755 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:04.668 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:32:04.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:04.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:04.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:04.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:32:05.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:05 smithi194 bash[32038]: audit 2023-12-08T00:32:04.161796+0000 mgr.a (mgr.14403) 17560 : audit 0 from='client.349854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:05.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:05 smithi194 bash[32038]: cluster 2023-12-08T00:32:04.609857+0000 mgr.a (mgr.14403) 17561 : cluster 0 pgmap v13112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:05 smithi135 bash[32435]: audit 2023-12-08T00:32:04.161796+0000 mgr.a (mgr.14403) 17560 : audit 0 from='client.349854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:05 smithi135 bash[32435]: cluster 2023-12-08T00:32:04.609857+0000 mgr.a (mgr.14403) 17561 : cluster 0 pgmap v13112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:06.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:05 smithi079 bash[28699]: audit 2023-12-08T00:32:04.161796+0000 mgr.a (mgr.14403) 17560 : audit 0 from='client.349854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:06.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:05 smithi079 bash[28699]: cluster 2023-12-08T00:32:04.609857+0000 mgr.a (mgr.14403) 17561 : cluster 0 pgmap v13112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:07 smithi194 bash[32038]: cluster 2023-12-08T00:32:06.610566+0000 mgr.a (mgr.14403) 17562 : cluster 0 pgmap v13113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:07 smithi135 bash[32435]: cluster 2023-12-08T00:32:06.610566+0000 mgr.a (mgr.14403) 17562 : cluster 0 pgmap v13113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:07 smithi079 bash[28699]: cluster 2023-12-08T00:32:06.610566+0000 mgr.a (mgr.14403) 17562 : cluster 0 pgmap v13113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:09.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:32:09.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:09.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:09.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:09 smithi194 bash[32038]: cluster 2023-12-08T00:32:08.611376+0000 mgr.a (mgr.14403) 17563 : cluster 0 pgmap v13114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:09.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:09 smithi135 bash[32435]: cluster 2023-12-08T00:32:08.611376+0000 mgr.a (mgr.14403) 17563 : cluster 0 pgmap v13114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:09 smithi079 bash[28699]: cluster 2023-12-08T00:32:08.611376+0000 mgr.a (mgr.14403) 17563 : cluster 0 pgmap v13114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:10.557 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:32:10.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:10.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:10.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:10.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:32:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:11 smithi194 bash[32038]: audit 2023-12-08T00:32:10.070814+0000 mgr.a (mgr.14403) 17564 : audit 0 from='client.349929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:11.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:11 smithi194 bash[32038]: cluster 2023-12-08T00:32:10.612041+0000 mgr.a (mgr.14403) 17565 : cluster 0 pgmap v13115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:32:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:11 smithi135 bash[32435]: audit 2023-12-08T00:32:10.070814+0000 mgr.a (mgr.14403) 17564 : audit 0 from='client.349929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:11 smithi135 bash[32435]: cluster 2023-12-08T00:32:10.612041+0000 mgr.a (mgr.14403) 17565 : cluster 0 pgmap v13115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:32:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:11 smithi079 bash[28699]: audit 2023-12-08T00:32:10.070814+0000 mgr.a (mgr.14403) 17564 : audit 0 from='client.349929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:12.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:11 smithi079 bash[28699]: cluster 2023-12-08T00:32:10.612041+0000 mgr.a (mgr.14403) 17565 : cluster 0 pgmap v13115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:32:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:13 smithi079 bash[28699]: cluster 2023-12-08T00:32:12.612660+0000 mgr.a (mgr.14403) 17566 : cluster 0 pgmap v13116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:32:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:13 smithi194 bash[32038]: cluster 2023-12-08T00:32:12.612660+0000 mgr.a (mgr.14403) 17566 : cluster 0 pgmap v13116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:32:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:13 smithi135 bash[32435]: cluster 2023-12-08T00:32:12.612660+0000 mgr.a (mgr.14403) 17566 : cluster 0 pgmap v13116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:32:15.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:32:15.561 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:15.561 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:15 smithi194 bash[32038]: cluster 2023-12-08T00:32:14.613460+0000 mgr.a (mgr.14403) 17567 : cluster 0 pgmap v13117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:32:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:15 smithi135 bash[32435]: cluster 2023-12-08T00:32:14.613460+0000 mgr.a (mgr.14403) 17567 : cluster 0 pgmap v13117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:32:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:15 smithi079 bash[28699]: cluster 2023-12-08T00:32:14.613460+0000 mgr.a (mgr.14403) 17567 : cluster 0 pgmap v13117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:32:16.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:16.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:16.478 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:32:16.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:16.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:32:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:17 smithi194 bash[32038]: audit 2023-12-08T00:32:15.971957+0000 mgr.a (mgr.14403) 17568 : audit 0 from='client.350007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:17 smithi194 bash[32038]: cluster 2023-12-08T00:32:16.614269+0000 mgr.a (mgr.14403) 17569 : cluster 0 pgmap v13118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:17 smithi135 bash[32435]: audit 2023-12-08T00:32:15.971957+0000 mgr.a (mgr.14403) 17568 : audit 0 from='client.350007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:17 smithi135 bash[32435]: cluster 2023-12-08T00:32:16.614269+0000 mgr.a (mgr.14403) 17569 : cluster 0 pgmap v13118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:17 smithi079 bash[28699]: audit 2023-12-08T00:32:15.971957+0000 mgr.a (mgr.14403) 17568 : audit 0 from='client.350007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:18.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:17 smithi079 bash[28699]: cluster 2023-12-08T00:32:16.614269+0000 mgr.a (mgr.14403) 17569 : cluster 0 pgmap v13118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:19.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:19 smithi194 bash[32038]: cluster 2023-12-08T00:32:18.615174+0000 mgr.a (mgr.14403) 17570 : cluster 0 pgmap v13119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:19 smithi135 bash[32435]: cluster 2023-12-08T00:32:18.615174+0000 mgr.a (mgr.14403) 17570 : cluster 0 pgmap v13119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:19 smithi079 bash[28699]: cluster 2023-12-08T00:32:18.615174+0000 mgr.a (mgr.14403) 17570 : cluster 0 pgmap v13119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:21.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:32:21.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:21.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:21 smithi194 bash[32038]: cluster 2023-12-08T00:32:20.615735+0000 mgr.a (mgr.14403) 17571 : cluster 0 pgmap v13120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:21 smithi135 bash[32435]: cluster 2023-12-08T00:32:20.615735+0000 mgr.a (mgr.14403) 17571 : cluster 0 pgmap v13120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:21 smithi079 bash[28699]: cluster 2023-12-08T00:32:20.615735+0000 mgr.a (mgr.14403) 17571 : cluster 0 pgmap v13120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:22.410 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:32:22.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:22.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:22.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:22.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:32:22.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:22 smithi194 bash[32038]: audit 2023-12-08T00:32:21.881700+0000 mgr.a (mgr.14403) 17572 : audit 0 from='client.350079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:22.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:22 smithi135 bash[32435]: audit 2023-12-08T00:32:21.881700+0000 mgr.a (mgr.14403) 17572 : audit 0 from='client.350079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:22 smithi079 bash[28699]: audit 2023-12-08T00:32:21.881700+0000 mgr.a (mgr.14403) 17572 : audit 0 from='client.350079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:23 smithi194 bash[32038]: cluster 2023-12-08T00:32:22.616461+0000 mgr.a (mgr.14403) 17573 : cluster 0 pgmap v13121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:23 smithi135 bash[32435]: cluster 2023-12-08T00:32:22.616461+0000 mgr.a (mgr.14403) 17573 : cluster 0 pgmap v13121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:23 smithi079 bash[28699]: cluster 2023-12-08T00:32:22.616461+0000 mgr.a (mgr.14403) 17573 : cluster 0 pgmap v13121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:25.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:25 smithi194 bash[32038]: cluster 2023-12-08T00:32:24.617309+0000 mgr.a (mgr.14403) 17574 : cluster 0 pgmap v13122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:25 smithi135 bash[32435]: cluster 2023-12-08T00:32:24.617309+0000 mgr.a (mgr.14403) 17574 : cluster 0 pgmap v13122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:25 smithi079 bash[28699]: cluster 2023-12-08T00:32:24.617309+0000 mgr.a (mgr.14403) 17574 : cluster 0 pgmap v13122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:27.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:32:27.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:27.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:27 smithi194 bash[32038]: cluster 2023-12-08T00:32:26.617862+0000 mgr.a (mgr.14403) 17575 : cluster 0 pgmap v13123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:27 smithi135 bash[32435]: cluster 2023-12-08T00:32:26.617862+0000 mgr.a (mgr.14403) 17575 : cluster 0 pgmap v13123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:27 smithi079 bash[28699]: cluster 2023-12-08T00:32:26.617862+0000 mgr.a (mgr.14403) 17575 : cluster 0 pgmap v13123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:28.316 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:32:28.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:28.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:28.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:28.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:32:28.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:28 smithi194 bash[32038]: audit 2023-12-08T00:32:27.816663+0000 mgr.a (mgr.14403) 17576 : audit 0 from='client.350157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:28.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:28 smithi135 bash[32435]: audit 2023-12-08T00:32:27.816663+0000 mgr.a (mgr.14403) 17576 : audit 0 from='client.350157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:28 smithi079 bash[28699]: audit 2023-12-08T00:32:27.816663+0000 mgr.a (mgr.14403) 17576 : audit 0 from='client.350157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:29 smithi135 bash[32435]: cluster 2023-12-08T00:32:28.618792+0000 mgr.a (mgr.14403) 17577 : cluster 0 pgmap v13124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:29 smithi079 bash[28699]: cluster 2023-12-08T00:32:28.618792+0000 mgr.a (mgr.14403) 17577 : cluster 0 pgmap v13124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:29 smithi194 bash[32038]: cluster 2023-12-08T00:32:28.618792+0000 mgr.a (mgr.14403) 17577 : cluster 0 pgmap v13124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:31 smithi079 bash[28699]: cluster 2023-12-08T00:32:30.619361+0000 mgr.a (mgr.14403) 17578 : cluster 0 pgmap v13125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:31 smithi194 bash[32038]: cluster 2023-12-08T00:32:30.619361+0000 mgr.a (mgr.14403) 17578 : cluster 0 pgmap v13125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:31 smithi135 bash[32435]: cluster 2023-12-08T00:32:30.619361+0000 mgr.a (mgr.14403) 17578 : cluster 0 pgmap v13125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:33.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:32:33.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:33.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:33.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:33 smithi079 bash[28699]: cluster 2023-12-08T00:32:32.619926+0000 mgr.a (mgr.14403) 17579 : cluster 0 pgmap v13126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:33 smithi194 bash[32038]: cluster 2023-12-08T00:32:32.619926+0000 mgr.a (mgr.14403) 17579 : cluster 0 pgmap v13126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:33 smithi135 bash[32435]: cluster 2023-12-08T00:32:32.619926+0000 mgr.a (mgr.14403) 17579 : cluster 0 pgmap v13126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:34.215 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:32:34.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:34.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:34.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:34.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:32:34.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:34 smithi079 bash[28699]: audit 2023-12-08T00:32:33.721984+0000 mgr.a (mgr.14403) 17580 : audit 0 from='client.350232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:34 smithi194 bash[32038]: audit 2023-12-08T00:32:33.721984+0000 mgr.a (mgr.14403) 17580 : audit 0 from='client.350232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:34 smithi135 bash[32435]: audit 2023-12-08T00:32:33.721984+0000 mgr.a (mgr.14403) 17580 : audit 0 from='client.350232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:35 smithi079 bash[28699]: cluster 2023-12-08T00:32:34.620980+0000 mgr.a (mgr.14403) 17581 : cluster 0 pgmap v13127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:35 smithi194 bash[32038]: cluster 2023-12-08T00:32:34.620980+0000 mgr.a (mgr.14403) 17581 : cluster 0 pgmap v13127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:35 smithi135 bash[32435]: cluster 2023-12-08T00:32:34.620980+0000 mgr.a (mgr.14403) 17581 : cluster 0 pgmap v13127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:37 smithi194 bash[32038]: cluster 2023-12-08T00:32:36.621566+0000 mgr.a (mgr.14403) 17582 : cluster 0 pgmap v13128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:37 smithi135 bash[32435]: cluster 2023-12-08T00:32:36.621566+0000 mgr.a (mgr.14403) 17582 : cluster 0 pgmap v13128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:38.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:37 smithi079 bash[28699]: cluster 2023-12-08T00:32:36.621566+0000 mgr.a (mgr.14403) 17582 : cluster 0 pgmap v13128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:39.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:32:39.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:39.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:39 smithi194 bash[32038]: cluster 2023-12-08T00:32:38.622210+0000 mgr.a (mgr.14403) 17583 : cluster 0 pgmap v13129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:39 smithi135 bash[32435]: cluster 2023-12-08T00:32:38.622210+0000 mgr.a (mgr.14403) 17583 : cluster 0 pgmap v13129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:40.110 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:32:40.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:40.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:40.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:40.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:32:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:39 smithi079 bash[28699]: cluster 2023-12-08T00:32:38.622210+0000 mgr.a (mgr.14403) 17583 : cluster 0 pgmap v13129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:40.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:40 smithi194 bash[32038]: audit 2023-12-08T00:32:39.619419+0000 mgr.a (mgr.14403) 17584 : audit 0 from='client.350301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:40.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:40 smithi135 bash[32435]: audit 2023-12-08T00:32:39.619419+0000 mgr.a (mgr.14403) 17584 : audit 0 from='client.350301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:40 smithi079 bash[28699]: audit 2023-12-08T00:32:39.619419+0000 mgr.a (mgr.14403) 17584 : audit 0 from='client.350301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:41 smithi194 bash[32038]: cluster 2023-12-08T00:32:40.622869+0000 mgr.a (mgr.14403) 17585 : cluster 0 pgmap v13130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:41 smithi135 bash[32435]: cluster 2023-12-08T00:32:40.622869+0000 mgr.a (mgr.14403) 17585 : cluster 0 pgmap v13130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:41 smithi079 bash[28699]: cluster 2023-12-08T00:32:40.622869+0000 mgr.a (mgr.14403) 17585 : cluster 0 pgmap v13130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:43 smithi079 bash[28699]: cluster 2023-12-08T00:32:42.623417+0000 mgr.a (mgr.14403) 17586 : cluster 0 pgmap v13131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:43 smithi194 bash[32038]: cluster 2023-12-08T00:32:42.623417+0000 mgr.a (mgr.14403) 17586 : cluster 0 pgmap v13131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:43 smithi135 bash[32435]: cluster 2023-12-08T00:32:42.623417+0000 mgr.a (mgr.14403) 17586 : cluster 0 pgmap v13131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:32:45.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:32:45.114 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:45.114 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:45 smithi194 bash[32038]: cluster 2023-12-08T00:32:44.624154+0000 mgr.a (mgr.14403) 17587 : cluster 0 pgmap v13132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:45 smithi135 bash[32435]: cluster 2023-12-08T00:32:44.624154+0000 mgr.a (mgr.14403) 17587 : cluster 0 pgmap v13132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:46.032 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:32:46.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:46.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:46.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:46.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:32:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:45 smithi079 bash[28699]: cluster 2023-12-08T00:32:44.624154+0000 mgr.a (mgr.14403) 17587 : cluster 0 pgmap v13132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:46.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:46 smithi194 bash[32038]: audit 2023-12-08T00:32:45.516668+0000 mgr.a (mgr.14403) 17588 : audit 0 from='client.350379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:46.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:46 smithi135 bash[32435]: audit 2023-12-08T00:32:45.516668+0000 mgr.a (mgr.14403) 17588 : audit 0 from='client.350379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:46 smithi079 bash[28699]: audit 2023-12-08T00:32:45.516668+0000 mgr.a (mgr.14403) 17588 : audit 0 from='client.350379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:47.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:47 smithi194 bash[32038]: cluster 2023-12-08T00:32:46.624863+0000 mgr.a (mgr.14403) 17589 : cluster 0 pgmap v13133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:47 smithi135 bash[32435]: cluster 2023-12-08T00:32:46.624863+0000 mgr.a (mgr.14403) 17589 : cluster 0 pgmap v13133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:47 smithi079 bash[28699]: cluster 2023-12-08T00:32:46.624863+0000 mgr.a (mgr.14403) 17589 : cluster 0 pgmap v13133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:49 smithi194 bash[32038]: cluster 2023-12-08T00:32:48.625686+0000 mgr.a (mgr.14403) 17590 : cluster 0 pgmap v13134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:49 smithi135 bash[32435]: cluster 2023-12-08T00:32:48.625686+0000 mgr.a (mgr.14403) 17590 : cluster 0 pgmap v13134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:49 smithi079 bash[28699]: cluster 2023-12-08T00:32:48.625686+0000 mgr.a (mgr.14403) 17590 : cluster 0 pgmap v13134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:51.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:32:51.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:51.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:51.915 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:32:51.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:51.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:51.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:51.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:32:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:51 smithi194 bash[32038]: cluster 2023-12-08T00:32:50.626261+0000 mgr.a (mgr.14403) 17591 : cluster 0 pgmap v13135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:51 smithi135 bash[32435]: cluster 2023-12-08T00:32:50.626261+0000 mgr.a (mgr.14403) 17591 : cluster 0 pgmap v13135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:51 smithi079 bash[28699]: cluster 2023-12-08T00:32:50.626261+0000 mgr.a (mgr.14403) 17591 : cluster 0 pgmap v13135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:52.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:52 smithi135 bash[32435]: audit 2023-12-08T00:32:51.444222+0000 mgr.a (mgr.14403) 17592 : audit 0 from='client.350454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:52 smithi079 bash[28699]: audit 2023-12-08T00:32:51.444222+0000 mgr.a (mgr.14403) 17592 : audit 0 from='client.350454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:53.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:52 smithi194 bash[32038]: audit 2023-12-08T00:32:51.444222+0000 mgr.a (mgr.14403) 17592 : audit 0 from='client.350454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:53 smithi079 bash[28699]: cluster 2023-12-08T00:32:52.626960+0000 mgr.a (mgr.14403) 17593 : cluster 0 pgmap v13136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:53 smithi194 bash[32038]: cluster 2023-12-08T00:32:52.626960+0000 mgr.a (mgr.14403) 17593 : cluster 0 pgmap v13136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:54.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:53 smithi135 bash[32435]: cluster 2023-12-08T00:32:52.626960+0000 mgr.a (mgr.14403) 17593 : cluster 0 pgmap v13136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:55 smithi079 bash[28699]: cluster 2023-12-08T00:32:54.627757+0000 mgr.a (mgr.14403) 17594 : cluster 0 pgmap v13137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:55 smithi194 bash[32038]: cluster 2023-12-08T00:32:54.627757+0000 mgr.a (mgr.14403) 17594 : cluster 0 pgmap v13137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:55 smithi135 bash[32435]: cluster 2023-12-08T00:32:54.627757+0000 mgr.a (mgr.14403) 17594 : cluster 0 pgmap v13137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:32:56.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:32:56.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:32:56.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:32:57.830 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:32:57.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:32:57.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:32:57.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:32:57.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:32:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:57 smithi079 bash[28699]: cluster 2023-12-08T00:32:56.628334+0000 mgr.a (mgr.14403) 17595 : cluster 0 pgmap v13138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:57 smithi194 bash[32038]: cluster 2023-12-08T00:32:56.628334+0000 mgr.a (mgr.14403) 17595 : cluster 0 pgmap v13138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:57 smithi135 bash[32435]: cluster 2023-12-08T00:32:56.628334+0000 mgr.a (mgr.14403) 17595 : cluster 0 pgmap v13138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:32:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:58 smithi079 bash[28699]: audit 2023-12-08T00:32:57.327458+0000 mgr.a (mgr.14403) 17596 : audit 0 from='client.350526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:58 smithi194 bash[32038]: audit 2023-12-08T00:32:57.327458+0000 mgr.a (mgr.14403) 17596 : audit 0 from='client.350526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:32:59.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:58 smithi135 bash[32435]: audit 2023-12-08T00:32:57.327458+0000 mgr.a (mgr.14403) 17596 : audit 0 from='client.350526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:32:59 smithi079 bash[28699]: cluster 2023-12-08T00:32:58.629205+0000 mgr.a (mgr.14403) 17597 : cluster 0 pgmap v13139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:32:59 smithi194 bash[32038]: cluster 2023-12-08T00:32:58.629205+0000 mgr.a (mgr.14403) 17597 : cluster 0 pgmap v13139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:32:59 smithi135 bash[32435]: cluster 2023-12-08T00:32:58.629205+0000 mgr.a (mgr.14403) 17597 : cluster 0 pgmap v13139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:01 smithi079 bash[28699]: cluster 2023-12-08T00:33:00.629769+0000 mgr.a (mgr.14403) 17598 : cluster 0 pgmap v13140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:02.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:01 smithi079 bash[28699]: audit 2023-12-08T00:33:01.368371+0000 mon.a (mon.0) 2884 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:33:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:01 smithi194 bash[32038]: cluster 2023-12-08T00:33:00.629769+0000 mgr.a (mgr.14403) 17598 : cluster 0 pgmap v13140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:02.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:01 smithi194 bash[32038]: audit 2023-12-08T00:33:01.368371+0000 mon.a (mon.0) 2884 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:33:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:01 smithi135 bash[32435]: cluster 2023-12-08T00:33:00.629769+0000 mgr.a (mgr.14403) 17598 : cluster 0 pgmap v13140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:01 smithi135 bash[32435]: audit 2023-12-08T00:33:01.368371+0000 mon.a (mon.0) 2884 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:33:02.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:33:02.834 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:02.834 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:03 smithi079 bash[28699]: cluster 2023-12-08T00:33:02.630298+0000 mgr.a (mgr.14403) 17599 : cluster 0 pgmap v13141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:03 smithi194 bash[32038]: cluster 2023-12-08T00:33:02.630298+0000 mgr.a (mgr.14403) 17599 : cluster 0 pgmap v13141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:03 smithi135 bash[32435]: cluster 2023-12-08T00:33:02.630298+0000 mgr.a (mgr.14403) 17599 : cluster 0 pgmap v13141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:03.746 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:33:03.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:03.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:03.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:03.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:33:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:04 smithi079 bash[28699]: audit 2023-12-08T00:33:03.237887+0000 mgr.a (mgr.14403) 17600 : audit 0 from='client.350604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:04 smithi194 bash[32038]: audit 2023-12-08T00:33:03.237887+0000 mgr.a (mgr.14403) 17600 : audit 0 from='client.350604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:04 smithi135 bash[32435]: audit 2023-12-08T00:33:03.237887+0000 mgr.a (mgr.14403) 17600 : audit 0 from='client.350604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:05 smithi079 bash[28699]: cluster 2023-12-08T00:33:04.631241+0000 mgr.a (mgr.14403) 17601 : cluster 0 pgmap v13142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:33:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:05 smithi194 bash[32038]: cluster 2023-12-08T00:33:04.631241+0000 mgr.a (mgr.14403) 17601 : cluster 0 pgmap v13142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:33:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:05 smithi135 bash[32435]: cluster 2023-12-08T00:33:04.631241+0000 mgr.a (mgr.14403) 17601 : cluster 0 pgmap v13142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:33:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:07 smithi079 bash[28699]: cluster 2023-12-08T00:33:06.631633+0000 mgr.a (mgr.14403) 17602 : cluster 0 pgmap v13143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:33:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:07 smithi079 bash[28699]: audit 2023-12-08T00:33:06.730131+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:07 smithi079 bash[28699]: audit 2023-12-08T00:33:06.736063+0000 mon.a (mon.0) 2886 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:07 smithi079 bash[28699]: audit 2023-12-08T00:33:06.739959+0000 mon.a (mon.0) 2887 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:07 smithi079 bash[28699]: audit 2023-12-08T00:33:06.743269+0000 mon.a (mon.0) 2888 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:07 smithi079 bash[28699]: audit 2023-12-08T00:33:06.779928+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:07 smithi079 bash[28699]: audit 2023-12-08T00:33:06.786002+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:07 smithi079 bash[28699]: audit 2023-12-08T00:33:07.519544+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:33:08.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:07 smithi079 bash[28699]: audit 2023-12-08T00:33:07.521588+0000 mon.a (mon.0) 2892 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:33:08.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:07 smithi079 bash[28699]: audit 2023-12-08T00:33:07.532820+0000 mon.a (mon.0) 2893 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:07 smithi194 bash[32038]: cluster 2023-12-08T00:33:06.631633+0000 mgr.a (mgr.14403) 17602 : cluster 0 pgmap v13143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:33:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:07 smithi194 bash[32038]: audit 2023-12-08T00:33:06.730131+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:07 smithi194 bash[32038]: audit 2023-12-08T00:33:06.736063+0000 mon.a (mon.0) 2886 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:07 smithi194 bash[32038]: audit 2023-12-08T00:33:06.739959+0000 mon.a (mon.0) 2887 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:07 smithi194 bash[32038]: audit 2023-12-08T00:33:06.743269+0000 mon.a (mon.0) 2888 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:07 smithi194 bash[32038]: audit 2023-12-08T00:33:06.779928+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:07 smithi194 bash[32038]: audit 2023-12-08T00:33:06.786002+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:07 smithi194 bash[32038]: audit 2023-12-08T00:33:07.519544+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:33:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:07 smithi194 bash[32038]: audit 2023-12-08T00:33:07.521588+0000 mon.a (mon.0) 2892 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:33:08.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:07 smithi194 bash[32038]: audit 2023-12-08T00:33:07.532820+0000 mon.a (mon.0) 2893 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:07 smithi135 bash[32435]: cluster 2023-12-08T00:33:06.631633+0000 mgr.a (mgr.14403) 17602 : cluster 0 pgmap v13143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:33:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:07 smithi135 bash[32435]: audit 2023-12-08T00:33:06.730131+0000 mon.a (mon.0) 2885 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:07 smithi135 bash[32435]: audit 2023-12-08T00:33:06.736063+0000 mon.a (mon.0) 2886 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:07 smithi135 bash[32435]: audit 2023-12-08T00:33:06.739959+0000 mon.a (mon.0) 2887 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:07 smithi135 bash[32435]: audit 2023-12-08T00:33:06.743269+0000 mon.a (mon.0) 2888 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:07 smithi135 bash[32435]: audit 2023-12-08T00:33:06.779928+0000 mon.a (mon.0) 2889 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:07 smithi135 bash[32435]: audit 2023-12-08T00:33:06.786002+0000 mon.a (mon.0) 2890 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:07 smithi135 bash[32435]: audit 2023-12-08T00:33:07.519544+0000 mon.a (mon.0) 2891 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:33:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:07 smithi135 bash[32435]: audit 2023-12-08T00:33:07.521588+0000 mon.a (mon.0) 2892 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:33:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:07 smithi135 bash[32435]: audit 2023-12-08T00:33:07.532820+0000 mon.a (mon.0) 2893 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:33:08.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:33:08.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:08.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:09.651 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:33:09.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:09.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:09.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:09.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:33:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:09 smithi079 bash[28699]: cluster 2023-12-08T00:33:08.632462+0000 mgr.a (mgr.14403) 17603 : cluster 0 pgmap v13144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:09 smithi194 bash[32038]: cluster 2023-12-08T00:33:08.632462+0000 mgr.a (mgr.14403) 17603 : cluster 0 pgmap v13144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:09 smithi135 bash[32435]: cluster 2023-12-08T00:33:08.632462+0000 mgr.a (mgr.14403) 17603 : cluster 0 pgmap v13144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:11.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:10 smithi079 bash[28699]: audit 2023-12-08T00:33:09.148762+0000 mgr.a (mgr.14403) 17604 : audit 0 from='client.350682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:10 smithi194 bash[32038]: audit 2023-12-08T00:33:09.148762+0000 mgr.a (mgr.14403) 17604 : audit 0 from='client.350682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:11.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:10 smithi135 bash[32435]: audit 2023-12-08T00:33:09.148762+0000 mgr.a (mgr.14403) 17604 : audit 0 from='client.350682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:11 smithi079 bash[28699]: cluster 2023-12-08T00:33:10.633175+0000 mgr.a (mgr.14403) 17605 : cluster 0 pgmap v13145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:11 smithi194 bash[32038]: cluster 2023-12-08T00:33:10.633175+0000 mgr.a (mgr.14403) 17605 : cluster 0 pgmap v13145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:11 smithi135 bash[32435]: cluster 2023-12-08T00:33:10.633175+0000 mgr.a (mgr.14403) 17605 : cluster 0 pgmap v13145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:13 smithi079 bash[28699]: cluster 2023-12-08T00:33:12.633697+0000 mgr.a (mgr.14403) 17606 : cluster 0 pgmap v13146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:13 smithi194 bash[32038]: cluster 2023-12-08T00:33:12.633697+0000 mgr.a (mgr.14403) 17606 : cluster 0 pgmap v13146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:13 smithi135 bash[32435]: cluster 2023-12-08T00:33:12.633697+0000 mgr.a (mgr.14403) 17606 : cluster 0 pgmap v13146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:14.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:33:14.655 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:14.655 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:15.561 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:33:15.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:15.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:15.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:15.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:33:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:15 smithi194 bash[32038]: cluster 2023-12-08T00:33:14.634480+0000 mgr.a (mgr.14403) 17607 : cluster 0 pgmap v13147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:15 smithi135 bash[32435]: cluster 2023-12-08T00:33:14.634480+0000 mgr.a (mgr.14403) 17607 : cluster 0 pgmap v13147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:15 smithi079 bash[28699]: cluster 2023-12-08T00:33:14.634480+0000 mgr.a (mgr.14403) 17607 : cluster 0 pgmap v13147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:16 smithi194 bash[32038]: audit 2023-12-08T00:33:15.056825+0000 mgr.a (mgr.14403) 17608 : audit 0 from='client.350751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:16 smithi135 bash[32435]: audit 2023-12-08T00:33:15.056825+0000 mgr.a (mgr.14403) 17608 : audit 0 from='client.350751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:16 smithi079 bash[28699]: audit 2023-12-08T00:33:15.056825+0000 mgr.a (mgr.14403) 17608 : audit 0 from='client.350751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:17 smithi194 bash[32038]: cluster 2023-12-08T00:33:16.635217+0000 mgr.a (mgr.14403) 17609 : cluster 0 pgmap v13148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:33:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:17 smithi135 bash[32435]: cluster 2023-12-08T00:33:16.635217+0000 mgr.a (mgr.14403) 17609 : cluster 0 pgmap v13148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:33:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:17 smithi079 bash[28699]: cluster 2023-12-08T00:33:16.635217+0000 mgr.a (mgr.14403) 17609 : cluster 0 pgmap v13148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:33:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:19 smithi135 bash[32435]: cluster 2023-12-08T00:33:18.636033+0000 mgr.a (mgr.14403) 17610 : cluster 0 pgmap v13149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:33:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:19 smithi079 bash[28699]: cluster 2023-12-08T00:33:18.636033+0000 mgr.a (mgr.14403) 17610 : cluster 0 pgmap v13149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:33:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:19 smithi194 bash[32038]: cluster 2023-12-08T00:33:18.636033+0000 mgr.a (mgr.14403) 17610 : cluster 0 pgmap v13149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:33:20.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:33:20.564 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:20.564 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:21.463 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:33:21.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:21.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:21.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:21.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:33:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:21 smithi079 bash[28699]: cluster 2023-12-08T00:33:20.636578+0000 mgr.a (mgr.14403) 17611 : cluster 0 pgmap v13150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:21 smithi194 bash[32038]: cluster 2023-12-08T00:33:20.636578+0000 mgr.a (mgr.14403) 17611 : cluster 0 pgmap v13150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:21 smithi135 bash[32435]: cluster 2023-12-08T00:33:20.636578+0000 mgr.a (mgr.14403) 17611 : cluster 0 pgmap v13150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:22 smithi079 bash[28699]: audit 2023-12-08T00:33:20.962404+0000 mgr.a (mgr.14403) 17612 : audit 0 from='client.350826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:23.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:22 smithi194 bash[32038]: audit 2023-12-08T00:33:20.962404+0000 mgr.a (mgr.14403) 17612 : audit 0 from='client.350826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:23.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:22 smithi135 bash[32435]: audit 2023-12-08T00:33:20.962404+0000 mgr.a (mgr.14403) 17612 : audit 0 from='client.350826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:23 smithi079 bash[28699]: cluster 2023-12-08T00:33:22.637273+0000 mgr.a (mgr.14403) 17613 : cluster 0 pgmap v13151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:23 smithi194 bash[32038]: cluster 2023-12-08T00:33:22.637273+0000 mgr.a (mgr.14403) 17613 : cluster 0 pgmap v13151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:24.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:23 smithi135 bash[32435]: cluster 2023-12-08T00:33:22.637273+0000 mgr.a (mgr.14403) 17613 : cluster 0 pgmap v13151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:25 smithi079 bash[28699]: cluster 2023-12-08T00:33:24.638088+0000 mgr.a (mgr.14403) 17614 : cluster 0 pgmap v13152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:25 smithi194 bash[32038]: cluster 2023-12-08T00:33:24.638088+0000 mgr.a (mgr.14403) 17614 : cluster 0 pgmap v13152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:25 smithi135 bash[32435]: cluster 2023-12-08T00:33:24.638088+0000 mgr.a (mgr.14403) 17614 : cluster 0 pgmap v13152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:26.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:33:26.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:26.467 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:27.395 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:33:27.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:27.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:27.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:27.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:33:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:27 smithi079 bash[28699]: cluster 2023-12-08T00:33:26.638607+0000 mgr.a (mgr.14403) 17615 : cluster 0 pgmap v13153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:28.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:27 smithi079 bash[28699]: audit 2023-12-08T00:33:26.868861+0000 mgr.a (mgr.14403) 17616 : audit 0 from='client.350898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:27 smithi194 bash[32038]: cluster 2023-12-08T00:33:26.638607+0000 mgr.a (mgr.14403) 17615 : cluster 0 pgmap v13153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:27 smithi194 bash[32038]: audit 2023-12-08T00:33:26.868861+0000 mgr.a (mgr.14403) 17616 : audit 0 from='client.350898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:27 smithi135 bash[32435]: cluster 2023-12-08T00:33:26.638607+0000 mgr.a (mgr.14403) 17615 : cluster 0 pgmap v13153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:27 smithi135 bash[32435]: audit 2023-12-08T00:33:26.868861+0000 mgr.a (mgr.14403) 17616 : audit 0 from='client.350898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:29 smithi079 bash[28699]: cluster 2023-12-08T00:33:28.639490+0000 mgr.a (mgr.14403) 17617 : cluster 0 pgmap v13154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:29 smithi194 bash[32038]: cluster 2023-12-08T00:33:28.639490+0000 mgr.a (mgr.14403) 17617 : cluster 0 pgmap v13154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:29 smithi135 bash[32435]: cluster 2023-12-08T00:33:28.639490+0000 mgr.a (mgr.14403) 17617 : cluster 0 pgmap v13154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:31 smithi079 bash[28699]: cluster 2023-12-08T00:33:30.640081+0000 mgr.a (mgr.14403) 17618 : cluster 0 pgmap v13155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:31 smithi194 bash[32038]: cluster 2023-12-08T00:33:30.640081+0000 mgr.a (mgr.14403) 17618 : cluster 0 pgmap v13155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:31 smithi135 bash[32435]: cluster 2023-12-08T00:33:30.640081+0000 mgr.a (mgr.14403) 17618 : cluster 0 pgmap v13155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:32.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:33:32.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:32.398 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:33.308 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:33:33.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:33.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:33.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:33.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:33:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:33 smithi079 bash[28699]: cluster 2023-12-08T00:33:32.640472+0000 mgr.a (mgr.14403) 17619 : cluster 0 pgmap v13156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:33 smithi079 bash[28699]: audit 2023-12-08T00:33:32.795558+0000 mgr.a (mgr.14403) 17620 : audit 0 from='client.350973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:33 smithi194 bash[32038]: cluster 2023-12-08T00:33:32.640472+0000 mgr.a (mgr.14403) 17619 : cluster 0 pgmap v13156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:33.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:33 smithi194 bash[32038]: audit 2023-12-08T00:33:32.795558+0000 mgr.a (mgr.14403) 17620 : audit 0 from='client.350973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:33 smithi135 bash[32435]: cluster 2023-12-08T00:33:32.640472+0000 mgr.a (mgr.14403) 17619 : cluster 0 pgmap v13156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:33 smithi135 bash[32435]: audit 2023-12-08T00:33:32.795558+0000 mgr.a (mgr.14403) 17620 : audit 0 from='client.350973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:35 smithi194 bash[32038]: cluster 2023-12-08T00:33:34.641340+0000 mgr.a (mgr.14403) 17621 : cluster 0 pgmap v13157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:35 smithi135 bash[32435]: cluster 2023-12-08T00:33:34.641340+0000 mgr.a (mgr.14403) 17621 : cluster 0 pgmap v13157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:35 smithi079 bash[28699]: cluster 2023-12-08T00:33:34.641340+0000 mgr.a (mgr.14403) 17621 : cluster 0 pgmap v13157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:37.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:37 smithi135 bash[32435]: cluster 2023-12-08T00:33:36.641924+0000 mgr.a (mgr.14403) 17622 : cluster 0 pgmap v13158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:37 smithi079 bash[28699]: cluster 2023-12-08T00:33:36.641924+0000 mgr.a (mgr.14403) 17622 : cluster 0 pgmap v13158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:37 smithi194 bash[32038]: cluster 2023-12-08T00:33:36.641924+0000 mgr.a (mgr.14403) 17622 : cluster 0 pgmap v13158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:38.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:33:38.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:38.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:39.237 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:33:39.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:39.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:39.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:39.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:33:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:39 smithi079 bash[28699]: cluster 2023-12-08T00:33:38.642769+0000 mgr.a (mgr.14403) 17623 : cluster 0 pgmap v13159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:39 smithi079 bash[28699]: audit 2023-12-08T00:33:38.719406+0000 mgr.a (mgr.14403) 17624 : audit 0 from='client.351048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:39 smithi194 bash[32038]: cluster 2023-12-08T00:33:38.642769+0000 mgr.a (mgr.14403) 17623 : cluster 0 pgmap v13159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:40.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:39 smithi194 bash[32038]: audit 2023-12-08T00:33:38.719406+0000 mgr.a (mgr.14403) 17624 : audit 0 from='client.351048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:40.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:39 smithi135 bash[32435]: cluster 2023-12-08T00:33:38.642769+0000 mgr.a (mgr.14403) 17623 : cluster 0 pgmap v13159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:40.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:39 smithi135 bash[32435]: audit 2023-12-08T00:33:38.719406+0000 mgr.a (mgr.14403) 17624 : audit 0 from='client.351048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:41 smithi079 bash[28699]: cluster 2023-12-08T00:33:40.643491+0000 mgr.a (mgr.14403) 17625 : cluster 0 pgmap v13160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:41 smithi194 bash[32038]: cluster 2023-12-08T00:33:40.643491+0000 mgr.a (mgr.14403) 17625 : cluster 0 pgmap v13160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:41 smithi135 bash[32435]: cluster 2023-12-08T00:33:40.643491+0000 mgr.a (mgr.14403) 17625 : cluster 0 pgmap v13160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:43 smithi079 bash[28699]: cluster 2023-12-08T00:33:42.643994+0000 mgr.a (mgr.14403) 17626 : cluster 0 pgmap v13161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:43.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:43 smithi194 bash[32038]: cluster 2023-12-08T00:33:42.643994+0000 mgr.a (mgr.14403) 17626 : cluster 0 pgmap v13161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:43 smithi135 bash[32435]: cluster 2023-12-08T00:33:42.643994+0000 mgr.a (mgr.14403) 17626 : cluster 0 pgmap v13161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:44.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:33:44.241 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:44.241 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:45.183 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:33:45.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:45.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:45.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:45.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:33:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:45 smithi194 bash[32038]: cluster 2023-12-08T00:33:44.644782+0000 mgr.a (mgr.14403) 17627 : cluster 0 pgmap v13162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:45 smithi194 bash[32038]: audit 2023-12-08T00:33:44.651171+0000 mgr.a (mgr.14403) 17628 : audit 0 from='client.351126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:45 smithi135 bash[32435]: cluster 2023-12-08T00:33:44.644782+0000 mgr.a (mgr.14403) 17627 : cluster 0 pgmap v13162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:45 smithi135 bash[32435]: audit 2023-12-08T00:33:44.651171+0000 mgr.a (mgr.14403) 17628 : audit 0 from='client.351126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:45 smithi079 bash[28699]: cluster 2023-12-08T00:33:44.644782+0000 mgr.a (mgr.14403) 17627 : cluster 0 pgmap v13162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:45 smithi079 bash[28699]: audit 2023-12-08T00:33:44.651171+0000 mgr.a (mgr.14403) 17628 : audit 0 from='client.351126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:47 smithi135 bash[32435]: cluster 2023-12-08T00:33:46.645560+0000 mgr.a (mgr.14403) 17629 : cluster 0 pgmap v13163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:47 smithi079 bash[28699]: cluster 2023-12-08T00:33:46.645560+0000 mgr.a (mgr.14403) 17629 : cluster 0 pgmap v13163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:48.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:47 smithi194 bash[32038]: cluster 2023-12-08T00:33:46.645560+0000 mgr.a (mgr.14403) 17629 : cluster 0 pgmap v13163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:33:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:49 smithi079 bash[28699]: cluster 2023-12-08T00:33:48.646401+0000 mgr.a (mgr.14403) 17630 : cluster 0 pgmap v13164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:50.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:33:50.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:50.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:49 smithi194 bash[32038]: cluster 2023-12-08T00:33:48.646401+0000 mgr.a (mgr.14403) 17630 : cluster 0 pgmap v13164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:49 smithi135 bash[32435]: cluster 2023-12-08T00:33:48.646401+0000 mgr.a (mgr.14403) 17630 : cluster 0 pgmap v13164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:51.074 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:33:51.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:51.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:51.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:51.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:33:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:51 smithi079 bash[28699]: audit 2023-12-08T00:33:50.579524+0000 mgr.a (mgr.14403) 17631 : audit 0 from='client.351201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:52.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:51 smithi079 bash[28699]: cluster 2023-12-08T00:33:50.647119+0000 mgr.a (mgr.14403) 17632 : cluster 0 pgmap v13165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:52.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:51 smithi194 bash[32038]: audit 2023-12-08T00:33:50.579524+0000 mgr.a (mgr.14403) 17631 : audit 0 from='client.351201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:52.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:51 smithi194 bash[32038]: cluster 2023-12-08T00:33:50.647119+0000 mgr.a (mgr.14403) 17632 : cluster 0 pgmap v13165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:52.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:51 smithi135 bash[32435]: audit 2023-12-08T00:33:50.579524+0000 mgr.a (mgr.14403) 17631 : audit 0 from='client.351201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:52.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:51 smithi135 bash[32435]: cluster 2023-12-08T00:33:50.647119+0000 mgr.a (mgr.14403) 17632 : cluster 0 pgmap v13165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:53 smithi079 bash[28699]: cluster 2023-12-08T00:33:52.647740+0000 mgr.a (mgr.14403) 17633 : cluster 0 pgmap v13166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:53 smithi194 bash[32038]: cluster 2023-12-08T00:33:52.647740+0000 mgr.a (mgr.14403) 17633 : cluster 0 pgmap v13166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:53 smithi135 bash[32435]: cluster 2023-12-08T00:33:52.647740+0000 mgr.a (mgr.14403) 17633 : cluster 0 pgmap v13166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:55 smithi135 bash[32435]: cluster 2023-12-08T00:33:54.648549+0000 mgr.a (mgr.14403) 17634 : cluster 0 pgmap v13167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:56.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:33:56.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:33:56.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:33:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:55 smithi079 bash[28699]: cluster 2023-12-08T00:33:54.648549+0000 mgr.a (mgr.14403) 17634 : cluster 0 pgmap v13167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:55 smithi194 bash[32038]: cluster 2023-12-08T00:33:54.648549+0000 mgr.a (mgr.14403) 17634 : cluster 0 pgmap v13167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:33:56.967 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:33:56.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:33:56.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:33:56.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:33:56.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:33:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:57 smithi079 bash[28699]: audit 2023-12-08T00:33:56.480996+0000 mgr.a (mgr.14403) 17635 : audit 0 from='client.351273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:57 smithi079 bash[28699]: cluster 2023-12-08T00:33:56.649201+0000 mgr.a (mgr.14403) 17636 : cluster 0 pgmap v13168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:57 smithi194 bash[32038]: audit 2023-12-08T00:33:56.480996+0000 mgr.a (mgr.14403) 17635 : audit 0 from='client.351273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:58.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:57 smithi194 bash[32038]: cluster 2023-12-08T00:33:56.649201+0000 mgr.a (mgr.14403) 17636 : cluster 0 pgmap v13168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:33:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:57 smithi135 bash[32435]: audit 2023-12-08T00:33:56.480996+0000 mgr.a (mgr.14403) 17635 : audit 0 from='client.351273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:33:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:57 smithi135 bash[32435]: cluster 2023-12-08T00:33:56.649201+0000 mgr.a (mgr.14403) 17636 : cluster 0 pgmap v13168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:33:59 smithi079 bash[28699]: cluster 2023-12-08T00:33:58.650100+0000 mgr.a (mgr.14403) 17637 : cluster 0 pgmap v13169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:33:59 smithi194 bash[32038]: cluster 2023-12-08T00:33:58.650100+0000 mgr.a (mgr.14403) 17637 : cluster 0 pgmap v13169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:33:59 smithi135 bash[32435]: cluster 2023-12-08T00:33:58.650100+0000 mgr.a (mgr.14403) 17637 : cluster 0 pgmap v13169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:01.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:34:01.971 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:01.971 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:01 smithi079 bash[28699]: cluster 2023-12-08T00:34:00.650634+0000 mgr.a (mgr.14403) 17638 : cluster 0 pgmap v13170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:01 smithi194 bash[32038]: cluster 2023-12-08T00:34:00.650634+0000 mgr.a (mgr.14403) 17638 : cluster 0 pgmap v13170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:01 smithi135 bash[32435]: cluster 2023-12-08T00:34:00.650634+0000 mgr.a (mgr.14403) 17638 : cluster 0 pgmap v13170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:02.875 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:34:02.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:02.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:02.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:02.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:34:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:03 smithi079 bash[28699]: audit 2023-12-08T00:34:02.379564+0000 mgr.a (mgr.14403) 17639 : audit 0 from='client.351348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:03.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:03 smithi079 bash[28699]: cluster 2023-12-08T00:34:02.651532+0000 mgr.a (mgr.14403) 17640 : cluster 0 pgmap v13171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:03 smithi194 bash[32038]: audit 2023-12-08T00:34:02.379564+0000 mgr.a (mgr.14403) 17639 : audit 0 from='client.351348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:03 smithi194 bash[32038]: cluster 2023-12-08T00:34:02.651532+0000 mgr.a (mgr.14403) 17640 : cluster 0 pgmap v13171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:03 smithi135 bash[32435]: audit 2023-12-08T00:34:02.379564+0000 mgr.a (mgr.14403) 17639 : audit 0 from='client.351348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:03 smithi135 bash[32435]: cluster 2023-12-08T00:34:02.651532+0000 mgr.a (mgr.14403) 17640 : cluster 0 pgmap v13171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:05 smithi079 bash[28699]: cluster 2023-12-08T00:34:04.652555+0000 mgr.a (mgr.14403) 17641 : cluster 0 pgmap v13172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:05 smithi194 bash[32038]: cluster 2023-12-08T00:34:04.652555+0000 mgr.a (mgr.14403) 17641 : cluster 0 pgmap v13172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:06.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:05 smithi135 bash[32435]: cluster 2023-12-08T00:34:04.652555+0000 mgr.a (mgr.14403) 17641 : cluster 0 pgmap v13172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:07.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:34:07.879 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:07.879 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:07 smithi079 bash[28699]: cluster 2023-12-08T00:34:06.653161+0000 mgr.a (mgr.14403) 17642 : cluster 0 pgmap v13173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:07 smithi079 bash[28699]: audit 2023-12-08T00:34:07.636243+0000 mon.a (mon.0) 2894 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:34:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:07 smithi194 bash[32038]: cluster 2023-12-08T00:34:06.653161+0000 mgr.a (mgr.14403) 17642 : cluster 0 pgmap v13173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:08.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:07 smithi194 bash[32038]: audit 2023-12-08T00:34:07.636243+0000 mon.a (mon.0) 2894 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:34:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:07 smithi135 bash[32435]: cluster 2023-12-08T00:34:06.653161+0000 mgr.a (mgr.14403) 17642 : cluster 0 pgmap v13173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:07 smithi135 bash[32435]: audit 2023-12-08T00:34:07.636243+0000 mon.a (mon.0) 2894 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:34:08.777 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:34:08.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:08.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:08.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:08.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:34:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:08 smithi079 bash[28699]: audit 2023-12-08T00:34:08.482601+0000 mon.a (mon.0) 2895 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:34:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:08 smithi079 bash[28699]: audit 2023-12-08T00:34:08.484268+0000 mon.a (mon.0) 2896 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:34:09.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:08 smithi079 bash[28699]: audit 2023-12-08T00:34:08.492651+0000 mon.a (mon.0) 2897 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:34:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:08 smithi194 bash[32038]: audit 2023-12-08T00:34:08.482601+0000 mon.a (mon.0) 2895 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:34:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:08 smithi194 bash[32038]: audit 2023-12-08T00:34:08.484268+0000 mon.a (mon.0) 2896 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:34:09.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:08 smithi194 bash[32038]: audit 2023-12-08T00:34:08.492651+0000 mon.a (mon.0) 2897 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:34:09.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:08 smithi135 bash[32435]: audit 2023-12-08T00:34:08.482601+0000 mon.a (mon.0) 2895 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:34:09.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:08 smithi135 bash[32435]: audit 2023-12-08T00:34:08.484268+0000 mon.a (mon.0) 2896 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:34:09.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:08 smithi135 bash[32435]: audit 2023-12-08T00:34:08.492651+0000 mon.a (mon.0) 2897 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:34:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:09 smithi079 bash[28699]: audit 2023-12-08T00:34:08.276619+0000 mgr.a (mgr.14403) 17643 : audit 0 from='client.351426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:09 smithi079 bash[28699]: cluster 2023-12-08T00:34:08.654434+0000 mgr.a (mgr.14403) 17644 : cluster 0 pgmap v13174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:34:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:09 smithi194 bash[32038]: audit 2023-12-08T00:34:08.276619+0000 mgr.a (mgr.14403) 17643 : audit 0 from='client.351426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:09 smithi194 bash[32038]: cluster 2023-12-08T00:34:08.654434+0000 mgr.a (mgr.14403) 17644 : cluster 0 pgmap v13174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:34:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:09 smithi135 bash[32435]: audit 2023-12-08T00:34:08.276619+0000 mgr.a (mgr.14403) 17643 : audit 0 from='client.351426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:09 smithi135 bash[32435]: cluster 2023-12-08T00:34:08.654434+0000 mgr.a (mgr.14403) 17644 : cluster 0 pgmap v13174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:34:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:11 smithi079 bash[28699]: cluster 2023-12-08T00:34:10.655200+0000 mgr.a (mgr.14403) 17645 : cluster 0 pgmap v13175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:34:12.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:11 smithi194 bash[32038]: cluster 2023-12-08T00:34:10.655200+0000 mgr.a (mgr.14403) 17645 : cluster 0 pgmap v13175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:34:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:11 smithi135 bash[32435]: cluster 2023-12-08T00:34:10.655200+0000 mgr.a (mgr.14403) 17645 : cluster 0 pgmap v13175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:34:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:13 smithi079 bash[28699]: cluster 2023-12-08T00:34:12.655955+0000 mgr.a (mgr.14403) 17646 : cluster 0 pgmap v13176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:34:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:13 smithi194 bash[32038]: cluster 2023-12-08T00:34:12.655955+0000 mgr.a (mgr.14403) 17646 : cluster 0 pgmap v13176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:34:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:13 smithi135 bash[32435]: cluster 2023-12-08T00:34:12.655955+0000 mgr.a (mgr.14403) 17646 : cluster 0 pgmap v13176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:34:13.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:34:13.780 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:13.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:14.689 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:34:14.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:14.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:14.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:14.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:34:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:15 smithi079 bash[28699]: audit 2023-12-08T00:34:14.181303+0000 mgr.a (mgr.14403) 17647 : audit 0 from='client.351498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:16.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:15 smithi079 bash[28699]: cluster 2023-12-08T00:34:14.656993+0000 mgr.a (mgr.14403) 17648 : cluster 0 pgmap v13177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:15 smithi194 bash[32038]: audit 2023-12-08T00:34:14.181303+0000 mgr.a (mgr.14403) 17647 : audit 0 from='client.351498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:15 smithi194 bash[32038]: cluster 2023-12-08T00:34:14.656993+0000 mgr.a (mgr.14403) 17648 : cluster 0 pgmap v13177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:15 smithi135 bash[32435]: audit 2023-12-08T00:34:14.181303+0000 mgr.a (mgr.14403) 17647 : audit 0 from='client.351498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:15 smithi135 bash[32435]: cluster 2023-12-08T00:34:14.656993+0000 mgr.a (mgr.14403) 17648 : cluster 0 pgmap v13177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:17 smithi079 bash[28699]: cluster 2023-12-08T00:34:16.657693+0000 mgr.a (mgr.14403) 17649 : cluster 0 pgmap v13178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:17 smithi194 bash[32038]: cluster 2023-12-08T00:34:16.657693+0000 mgr.a (mgr.14403) 17649 : cluster 0 pgmap v13178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:18.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:17 smithi135 bash[32435]: cluster 2023-12-08T00:34:16.657693+0000 mgr.a (mgr.14403) 17649 : cluster 0 pgmap v13178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:19.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:34:19.693 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:19.693 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:19 smithi079 bash[28699]: cluster 2023-12-08T00:34:18.658478+0000 mgr.a (mgr.14403) 17650 : cluster 0 pgmap v13179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:19 smithi194 bash[32038]: cluster 2023-12-08T00:34:18.658478+0000 mgr.a (mgr.14403) 17650 : cluster 0 pgmap v13179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:19 smithi135 bash[32435]: cluster 2023-12-08T00:34:18.658478+0000 mgr.a (mgr.14403) 17650 : cluster 0 pgmap v13179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:20.614 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:34:20.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:20.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:20.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:20.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:34:22.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:21 smithi079 bash[28699]: audit 2023-12-08T00:34:20.098861+0000 mgr.a (mgr.14403) 17651 : audit 0 from='client.351576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:22.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:21 smithi079 bash[28699]: cluster 2023-12-08T00:34:20.659243+0000 mgr.a (mgr.14403) 17652 : cluster 0 pgmap v13180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:34:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:21 smithi194 bash[32038]: audit 2023-12-08T00:34:20.098861+0000 mgr.a (mgr.14403) 17651 : audit 0 from='client.351576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:22.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:21 smithi194 bash[32038]: cluster 2023-12-08T00:34:20.659243+0000 mgr.a (mgr.14403) 17652 : cluster 0 pgmap v13180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:34:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:21 smithi135 bash[32435]: audit 2023-12-08T00:34:20.098861+0000 mgr.a (mgr.14403) 17651 : audit 0 from='client.351576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:21 smithi135 bash[32435]: cluster 2023-12-08T00:34:20.659243+0000 mgr.a (mgr.14403) 17652 : cluster 0 pgmap v13180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:34:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:23 smithi079 bash[28699]: cluster 2023-12-08T00:34:22.659793+0000 mgr.a (mgr.14403) 17653 : cluster 0 pgmap v13181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:34:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:23 smithi194 bash[32038]: cluster 2023-12-08T00:34:22.659793+0000 mgr.a (mgr.14403) 17653 : cluster 0 pgmap v13181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:34:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:23 smithi135 bash[32435]: cluster 2023-12-08T00:34:22.659793+0000 mgr.a (mgr.14403) 17653 : cluster 0 pgmap v13181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:34:25.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:34:25.618 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:25.618 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:25 smithi079 bash[28699]: cluster 2023-12-08T00:34:24.660582+0000 mgr.a (mgr.14403) 17654 : cluster 0 pgmap v13182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:34:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:25 smithi194 bash[32038]: cluster 2023-12-08T00:34:24.660582+0000 mgr.a (mgr.14403) 17654 : cluster 0 pgmap v13182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:34:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:25 smithi135 bash[32435]: cluster 2023-12-08T00:34:24.660582+0000 mgr.a (mgr.14403) 17654 : cluster 0 pgmap v13182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:34:26.506 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:34:26.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:26.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:26.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:26.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:34:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:27 smithi079 bash[28699]: audit 2023-12-08T00:34:26.016713+0000 mgr.a (mgr.14403) 17655 : audit 0 from='client.351648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:28.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:27 smithi079 bash[28699]: cluster 2023-12-08T00:34:26.661414+0000 mgr.a (mgr.14403) 17656 : cluster 0 pgmap v13183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:27 smithi194 bash[32038]: audit 2023-12-08T00:34:26.016713+0000 mgr.a (mgr.14403) 17655 : audit 0 from='client.351648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:27 smithi194 bash[32038]: cluster 2023-12-08T00:34:26.661414+0000 mgr.a (mgr.14403) 17656 : cluster 0 pgmap v13183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:27 smithi135 bash[32435]: audit 2023-12-08T00:34:26.016713+0000 mgr.a (mgr.14403) 17655 : audit 0 from='client.351648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:27 smithi135 bash[32435]: cluster 2023-12-08T00:34:26.661414+0000 mgr.a (mgr.14403) 17656 : cluster 0 pgmap v13183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:29 smithi079 bash[28699]: cluster 2023-12-08T00:34:28.662389+0000 mgr.a (mgr.14403) 17657 : cluster 0 pgmap v13184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:29 smithi194 bash[32038]: cluster 2023-12-08T00:34:28.662389+0000 mgr.a (mgr.14403) 17657 : cluster 0 pgmap v13184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:29 smithi135 bash[32435]: cluster 2023-12-08T00:34:28.662389+0000 mgr.a (mgr.14403) 17657 : cluster 0 pgmap v13184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:31.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:34:31.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:31.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:32.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:31 smithi079 bash[28699]: cluster 2023-12-08T00:34:30.663087+0000 mgr.a (mgr.14403) 17658 : cluster 0 pgmap v13185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:31 smithi194 bash[32038]: cluster 2023-12-08T00:34:30.663087+0000 mgr.a (mgr.14403) 17658 : cluster 0 pgmap v13185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:31 smithi135 bash[32435]: cluster 2023-12-08T00:34:30.663087+0000 mgr.a (mgr.14403) 17658 : cluster 0 pgmap v13185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:32.422 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:34:32.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:32.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:32.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:32.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:34:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:32 smithi079 bash[28699]: audit 2023-12-08T00:34:31.908789+0000 mgr.a (mgr.14403) 17659 : audit 0 from='client.351723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:32 smithi194 bash[32038]: audit 2023-12-08T00:34:31.908789+0000 mgr.a (mgr.14403) 17659 : audit 0 from='client.351723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:33.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:32 smithi135 bash[32435]: audit 2023-12-08T00:34:31.908789+0000 mgr.a (mgr.14403) 17659 : audit 0 from='client.351723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:33 smithi079 bash[28699]: cluster 2023-12-08T00:34:32.663832+0000 mgr.a (mgr.14403) 17660 : cluster 0 pgmap v13186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:33 smithi194 bash[32038]: cluster 2023-12-08T00:34:32.663832+0000 mgr.a (mgr.14403) 17660 : cluster 0 pgmap v13186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:34.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:33 smithi135 bash[32435]: cluster 2023-12-08T00:34:32.663832+0000 mgr.a (mgr.14403) 17660 : cluster 0 pgmap v13186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:35 smithi079 bash[28699]: cluster 2023-12-08T00:34:34.664669+0000 mgr.a (mgr.14403) 17661 : cluster 0 pgmap v13187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:35 smithi194 bash[32038]: cluster 2023-12-08T00:34:34.664669+0000 mgr.a (mgr.14403) 17661 : cluster 0 pgmap v13187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:36.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:35 smithi135 bash[32435]: cluster 2023-12-08T00:34:34.664669+0000 mgr.a (mgr.14403) 17661 : cluster 0 pgmap v13187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:37.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:34:37.424 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:37.425 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:37 smithi079 bash[28699]: cluster 2023-12-08T00:34:36.665225+0000 mgr.a (mgr.14403) 17662 : cluster 0 pgmap v13188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:37 smithi194 bash[32038]: cluster 2023-12-08T00:34:36.665225+0000 mgr.a (mgr.14403) 17662 : cluster 0 pgmap v13188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:37 smithi135 bash[32435]: cluster 2023-12-08T00:34:36.665225+0000 mgr.a (mgr.14403) 17662 : cluster 0 pgmap v13188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:38.306 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:34:38.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:38.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:38.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:38.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:34:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:38 smithi079 bash[28699]: audit 2023-12-08T00:34:37.819708+0000 mgr.a (mgr.14403) 17663 : audit 0 from='client.351801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:39.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:38 smithi194 bash[32038]: audit 2023-12-08T00:34:37.819708+0000 mgr.a (mgr.14403) 17663 : audit 0 from='client.351801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:39.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:38 smithi135 bash[32435]: audit 2023-12-08T00:34:37.819708+0000 mgr.a (mgr.14403) 17663 : audit 0 from='client.351801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:39 smithi079 bash[28699]: cluster 2023-12-08T00:34:38.666147+0000 mgr.a (mgr.14403) 17664 : cluster 0 pgmap v13189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:39 smithi194 bash[32038]: cluster 2023-12-08T00:34:38.666147+0000 mgr.a (mgr.14403) 17664 : cluster 0 pgmap v13189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:40.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:39 smithi135 bash[32435]: cluster 2023-12-08T00:34:38.666147+0000 mgr.a (mgr.14403) 17664 : cluster 0 pgmap v13189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:34:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:41 smithi079 bash[28699]: cluster 2023-12-08T00:34:40.666737+0000 mgr.a (mgr.14403) 17665 : cluster 0 pgmap v13190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:41 smithi194 bash[32038]: cluster 2023-12-08T00:34:40.666737+0000 mgr.a (mgr.14403) 17665 : cluster 0 pgmap v13190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:41 smithi135 bash[32435]: cluster 2023-12-08T00:34:40.666737+0000 mgr.a (mgr.14403) 17665 : cluster 0 pgmap v13190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:43.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:34:43.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:43.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:43 smithi079 bash[28699]: cluster 2023-12-08T00:34:42.667317+0000 mgr.a (mgr.14403) 17666 : cluster 0 pgmap v13191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:43 smithi194 bash[32038]: cluster 2023-12-08T00:34:42.667317+0000 mgr.a (mgr.14403) 17666 : cluster 0 pgmap v13191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:43 smithi135 bash[32435]: cluster 2023-12-08T00:34:42.667317+0000 mgr.a (mgr.14403) 17666 : cluster 0 pgmap v13191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:44.212 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:34:44.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:44.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:44.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:44.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:34:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:44 smithi079 bash[28699]: audit 2023-12-08T00:34:43.709162+0000 mgr.a (mgr.14403) 17667 : audit 0 from='client.351876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:44.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:44 smithi194 bash[32038]: audit 2023-12-08T00:34:43.709162+0000 mgr.a (mgr.14403) 17667 : audit 0 from='client.351876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:44 smithi135 bash[32435]: audit 2023-12-08T00:34:43.709162+0000 mgr.a (mgr.14403) 17667 : audit 0 from='client.351876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:45 smithi079 bash[28699]: cluster 2023-12-08T00:34:44.668243+0000 mgr.a (mgr.14403) 17668 : cluster 0 pgmap v13192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:45 smithi194 bash[32038]: cluster 2023-12-08T00:34:44.668243+0000 mgr.a (mgr.14403) 17668 : cluster 0 pgmap v13192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:45 smithi135 bash[32435]: cluster 2023-12-08T00:34:44.668243+0000 mgr.a (mgr.14403) 17668 : cluster 0 pgmap v13192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:47 smithi079 bash[28699]: cluster 2023-12-08T00:34:46.668826+0000 mgr.a (mgr.14403) 17669 : cluster 0 pgmap v13193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:48.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:47 smithi194 bash[32038]: cluster 2023-12-08T00:34:46.668826+0000 mgr.a (mgr.14403) 17669 : cluster 0 pgmap v13193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:48.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:47 smithi135 bash[32435]: cluster 2023-12-08T00:34:46.668826+0000 mgr.a (mgr.14403) 17669 : cluster 0 pgmap v13193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:49.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:34:49.216 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:49.216 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:50.099 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:34:50.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:50.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:50.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:50.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:34:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:49 smithi079 bash[28699]: cluster 2023-12-08T00:34:48.669579+0000 mgr.a (mgr.14403) 17670 : cluster 0 pgmap v13194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:49 smithi194 bash[32038]: cluster 2023-12-08T00:34:48.669579+0000 mgr.a (mgr.14403) 17670 : cluster 0 pgmap v13194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:49 smithi135 bash[32435]: cluster 2023-12-08T00:34:48.669579+0000 mgr.a (mgr.14403) 17670 : cluster 0 pgmap v13194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:50 smithi079 bash[28699]: audit 2023-12-08T00:34:49.614046+0000 mgr.a (mgr.14403) 17671 : audit 0 from='client.351954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:50 smithi194 bash[32038]: audit 2023-12-08T00:34:49.614046+0000 mgr.a (mgr.14403) 17671 : audit 0 from='client.351954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:51.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:50 smithi135 bash[32435]: audit 2023-12-08T00:34:49.614046+0000 mgr.a (mgr.14403) 17671 : audit 0 from='client.351954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:51 smithi079 bash[28699]: cluster 2023-12-08T00:34:50.670229+0000 mgr.a (mgr.14403) 17672 : cluster 0 pgmap v13195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:52.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:51 smithi194 bash[32038]: cluster 2023-12-08T00:34:50.670229+0000 mgr.a (mgr.14403) 17672 : cluster 0 pgmap v13195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:52.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:51 smithi135 bash[32435]: cluster 2023-12-08T00:34:50.670229+0000 mgr.a (mgr.14403) 17672 : cluster 0 pgmap v13195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:53 smithi079 bash[28699]: cluster 2023-12-08T00:34:52.670791+0000 mgr.a (mgr.14403) 17673 : cluster 0 pgmap v13196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:53 smithi194 bash[32038]: cluster 2023-12-08T00:34:52.670791+0000 mgr.a (mgr.14403) 17673 : cluster 0 pgmap v13196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:53 smithi135 bash[32435]: cluster 2023-12-08T00:34:52.670791+0000 mgr.a (mgr.14403) 17673 : cluster 0 pgmap v13196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:34:55.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:34:55.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:34:55.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:34:56.018 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:34:56.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:34:56.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:34:56.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:34:56.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:34:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:55 smithi079 bash[28699]: cluster 2023-12-08T00:34:54.671568+0000 mgr.a (mgr.14403) 17674 : cluster 0 pgmap v13197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:55 smithi194 bash[32038]: cluster 2023-12-08T00:34:54.671568+0000 mgr.a (mgr.14403) 17674 : cluster 0 pgmap v13197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:55 smithi135 bash[32435]: cluster 2023-12-08T00:34:54.671568+0000 mgr.a (mgr.14403) 17674 : cluster 0 pgmap v13197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:56 smithi079 bash[28699]: audit 2023-12-08T00:34:55.498123+0000 mgr.a (mgr.14403) 17675 : audit 0 from='client.352029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:56 smithi194 bash[32038]: audit 2023-12-08T00:34:55.498123+0000 mgr.a (mgr.14403) 17675 : audit 0 from='client.352029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:57.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:56 smithi135 bash[32435]: audit 2023-12-08T00:34:55.498123+0000 mgr.a (mgr.14403) 17675 : audit 0 from='client.352029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:34:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:57 smithi079 bash[28699]: cluster 2023-12-08T00:34:56.672207+0000 mgr.a (mgr.14403) 17676 : cluster 0 pgmap v13198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:57 smithi194 bash[32038]: cluster 2023-12-08T00:34:56.672207+0000 mgr.a (mgr.14403) 17676 : cluster 0 pgmap v13198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:34:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:57 smithi135 bash[32435]: cluster 2023-12-08T00:34:56.672207+0000 mgr.a (mgr.14403) 17676 : cluster 0 pgmap v13198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:34:59 smithi079 bash[28699]: cluster 2023-12-08T00:34:58.673010+0000 mgr.a (mgr.14403) 17677 : cluster 0 pgmap v13199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:00.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:34:59 smithi194 bash[32038]: cluster 2023-12-08T00:34:58.673010+0000 mgr.a (mgr.14403) 17677 : cluster 0 pgmap v13199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:34:59 smithi135 bash[32435]: cluster 2023-12-08T00:34:58.673010+0000 mgr.a (mgr.14403) 17677 : cluster 0 pgmap v13199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:01.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:35:01.020 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:01.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:01.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:01.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:01.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:01.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:35:01.916 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:35:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:01 smithi135 bash[32435]: cluster 2023-12-08T00:35:00.673597+0000 mgr.a (mgr.14403) 17678 : cluster 0 pgmap v13200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:02.005 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:01 smithi194 bash[32038]: cluster 2023-12-08T00:35:00.673597+0000 mgr.a (mgr.14403) 17678 : cluster 0 pgmap v13200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:01 smithi079 bash[28699]: cluster 2023-12-08T00:35:00.673597+0000 mgr.a (mgr.14403) 17678 : cluster 0 pgmap v13200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:02 smithi079 bash[28699]: audit 2023-12-08T00:35:01.420616+0000 mgr.a (mgr.14403) 17679 : audit 0 from='client.352104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:03.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:02 smithi194 bash[32038]: audit 2023-12-08T00:35:01.420616+0000 mgr.a (mgr.14403) 17679 : audit 0 from='client.352104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:03.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:02 smithi135 bash[32435]: audit 2023-12-08T00:35:01.420616+0000 mgr.a (mgr.14403) 17679 : audit 0 from='client.352104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:03 smithi079 bash[28699]: cluster 2023-12-08T00:35:02.674287+0000 mgr.a (mgr.14403) 17680 : cluster 0 pgmap v13201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:03 smithi194 bash[32038]: cluster 2023-12-08T00:35:02.674287+0000 mgr.a (mgr.14403) 17680 : cluster 0 pgmap v13201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:04.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:03 smithi135 bash[32435]: cluster 2023-12-08T00:35:02.674287+0000 mgr.a (mgr.14403) 17680 : cluster 0 pgmap v13201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:05 smithi079 bash[28699]: cluster 2023-12-08T00:35:04.675125+0000 mgr.a (mgr.14403) 17681 : cluster 0 pgmap v13202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:05 smithi194 bash[32038]: cluster 2023-12-08T00:35:04.675125+0000 mgr.a (mgr.14403) 17681 : cluster 0 pgmap v13202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:06.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:05 smithi135 bash[32435]: cluster 2023-12-08T00:35:04.675125+0000 mgr.a (mgr.14403) 17681 : cluster 0 pgmap v13202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:06.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:35:06.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:06.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:07.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:07.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:07.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:07.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:35:07.837 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:35:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:07 smithi079 bash[28699]: cluster 2023-12-08T00:35:06.675607+0000 mgr.a (mgr.14403) 17682 : cluster 0 pgmap v13203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:07 smithi194 bash[32038]: cluster 2023-12-08T00:35:06.675607+0000 mgr.a (mgr.14403) 17682 : cluster 0 pgmap v13203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:07 smithi135 bash[32435]: cluster 2023-12-08T00:35:06.675607+0000 mgr.a (mgr.14403) 17682 : cluster 0 pgmap v13203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:08 smithi079 bash[28699]: audit 2023-12-08T00:35:07.327123+0000 mgr.a (mgr.14403) 17683 : audit 0 from='client.352182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:08 smithi079 bash[28699]: audit 2023-12-08T00:35:08.610196+0000 mon.a (mon.0) 2898 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:35:09.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:08 smithi194 bash[32038]: audit 2023-12-08T00:35:07.327123+0000 mgr.a (mgr.14403) 17683 : audit 0 from='client.352182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:09.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:08 smithi194 bash[32038]: audit 2023-12-08T00:35:08.610196+0000 mon.a (mon.0) 2898 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:35:09.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:08 smithi135 bash[32435]: audit 2023-12-08T00:35:07.327123+0000 mgr.a (mgr.14403) 17683 : audit 0 from='client.352182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:09.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:08 smithi135 bash[32435]: audit 2023-12-08T00:35:08.610196+0000 mon.a (mon.0) 2898 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:35:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:09 smithi079 bash[28699]: cluster 2023-12-08T00:35:08.676056+0000 mgr.a (mgr.14403) 17684 : cluster 0 pgmap v13204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:09 smithi079 bash[28699]: audit 2023-12-08T00:35:09.398035+0000 mon.a (mon.0) 2899 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:35:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:09 smithi079 bash[28699]: audit 2023-12-08T00:35:09.399808+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:35:10.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:09 smithi079 bash[28699]: audit 2023-12-08T00:35:09.409445+0000 mon.a (mon.0) 2901 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:35:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:09 smithi194 bash[32038]: cluster 2023-12-08T00:35:08.676056+0000 mgr.a (mgr.14403) 17684 : cluster 0 pgmap v13204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:09 smithi194 bash[32038]: audit 2023-12-08T00:35:09.398035+0000 mon.a (mon.0) 2899 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:35:10.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:09 smithi194 bash[32038]: audit 2023-12-08T00:35:09.399808+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:35:10.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:09 smithi194 bash[32038]: audit 2023-12-08T00:35:09.409445+0000 mon.a (mon.0) 2901 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:35:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:09 smithi135 bash[32435]: cluster 2023-12-08T00:35:08.676056+0000 mgr.a (mgr.14403) 17684 : cluster 0 pgmap v13204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:09 smithi135 bash[32435]: audit 2023-12-08T00:35:09.398035+0000 mon.a (mon.0) 2899 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:35:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:09 smithi135 bash[32435]: audit 2023-12-08T00:35:09.399808+0000 mon.a (mon.0) 2900 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:35:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:09 smithi135 bash[32435]: audit 2023-12-08T00:35:09.409445+0000 mon.a (mon.0) 2901 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:35:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:11 smithi079 bash[28699]: cluster 2023-12-08T00:35:10.676587+0000 mgr.a (mgr.14403) 17685 : cluster 0 pgmap v13205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:11 smithi194 bash[32038]: cluster 2023-12-08T00:35:10.676587+0000 mgr.a (mgr.14403) 17685 : cluster 0 pgmap v13205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:11 smithi135 bash[32435]: cluster 2023-12-08T00:35:10.676587+0000 mgr.a (mgr.14403) 17685 : cluster 0 pgmap v13205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:12.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:35:12.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:12.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:13 smithi079 bash[28699]: cluster 2023-12-08T00:35:12.677143+0000 mgr.a (mgr.14403) 17686 : cluster 0 pgmap v13206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:13 smithi194 bash[32038]: cluster 2023-12-08T00:35:12.677143+0000 mgr.a (mgr.14403) 17686 : cluster 0 pgmap v13206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:13 smithi135 bash[32435]: cluster 2023-12-08T00:35:12.677143+0000 mgr.a (mgr.14403) 17686 : cluster 0 pgmap v13206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:13.740 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:35:13.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:13.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:13.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:13.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:35:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:14 smithi079 bash[28699]: audit 2023-12-08T00:35:13.243775+0000 mgr.a (mgr.14403) 17687 : audit 0 from='client.352257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:14 smithi194 bash[32038]: audit 2023-12-08T00:35:13.243775+0000 mgr.a (mgr.14403) 17687 : audit 0 from='client.352257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:14 smithi135 bash[32435]: audit 2023-12-08T00:35:13.243775+0000 mgr.a (mgr.14403) 17687 : audit 0 from='client.352257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:15 smithi079 bash[28699]: cluster 2023-12-08T00:35:14.678062+0000 mgr.a (mgr.14403) 17688 : cluster 0 pgmap v13207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:35:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:15 smithi194 bash[32038]: cluster 2023-12-08T00:35:14.678062+0000 mgr.a (mgr.14403) 17688 : cluster 0 pgmap v13207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:35:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:15 smithi135 bash[32435]: cluster 2023-12-08T00:35:14.678062+0000 mgr.a (mgr.14403) 17688 : cluster 0 pgmap v13207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:35:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:17 smithi079 bash[28699]: cluster 2023-12-08T00:35:16.678627+0000 mgr.a (mgr.14403) 17689 : cluster 0 pgmap v13208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:35:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:17 smithi194 bash[32038]: cluster 2023-12-08T00:35:16.678627+0000 mgr.a (mgr.14403) 17689 : cluster 0 pgmap v13208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:35:18.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:17 smithi135 bash[32435]: cluster 2023-12-08T00:35:16.678627+0000 mgr.a (mgr.14403) 17689 : cluster 0 pgmap v13208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:35:18.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:35:18.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:18.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:19.654 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:35:19.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:19.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:19.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:19.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:35:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:19 smithi079 bash[28699]: cluster 2023-12-08T00:35:18.679370+0000 mgr.a (mgr.14403) 17690 : cluster 0 pgmap v13209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:19 smithi194 bash[32038]: cluster 2023-12-08T00:35:18.679370+0000 mgr.a (mgr.14403) 17690 : cluster 0 pgmap v13209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:19 smithi135 bash[32435]: cluster 2023-12-08T00:35:18.679370+0000 mgr.a (mgr.14403) 17690 : cluster 0 pgmap v13209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:20 smithi079 bash[28699]: audit 2023-12-08T00:35:19.143982+0000 mgr.a (mgr.14403) 17691 : audit 0 from='client.352332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:21.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:20 smithi194 bash[32038]: audit 2023-12-08T00:35:19.143982+0000 mgr.a (mgr.14403) 17691 : audit 0 from='client.352332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:21.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:20 smithi135 bash[32435]: audit 2023-12-08T00:35:19.143982+0000 mgr.a (mgr.14403) 17691 : audit 0 from='client.352332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:21 smithi079 bash[28699]: cluster 2023-12-08T00:35:20.679966+0000 mgr.a (mgr.14403) 17692 : cluster 0 pgmap v13210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:21 smithi194 bash[32038]: cluster 2023-12-08T00:35:20.679966+0000 mgr.a (mgr.14403) 17692 : cluster 0 pgmap v13210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:21 smithi135 bash[32435]: cluster 2023-12-08T00:35:20.679966+0000 mgr.a (mgr.14403) 17692 : cluster 0 pgmap v13210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:23 smithi079 bash[28699]: cluster 2023-12-08T00:35:22.680504+0000 mgr.a (mgr.14403) 17693 : cluster 0 pgmap v13211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:23 smithi194 bash[32038]: cluster 2023-12-08T00:35:22.680504+0000 mgr.a (mgr.14403) 17693 : cluster 0 pgmap v13211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:23 smithi135 bash[32435]: cluster 2023-12-08T00:35:22.680504+0000 mgr.a (mgr.14403) 17693 : cluster 0 pgmap v13211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:24.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:35:24.654 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:24.654 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:25.582 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:35:25.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:25.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:25.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:25.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:35:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:25 smithi079 bash[28699]: cluster 2023-12-08T00:35:24.681250+0000 mgr.a (mgr.14403) 17694 : cluster 0 pgmap v13212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:25 smithi194 bash[32038]: cluster 2023-12-08T00:35:24.681250+0000 mgr.a (mgr.14403) 17694 : cluster 0 pgmap v13212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:25 smithi135 bash[32435]: cluster 2023-12-08T00:35:24.681250+0000 mgr.a (mgr.14403) 17694 : cluster 0 pgmap v13212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:26 smithi079 bash[28699]: audit 2023-12-08T00:35:25.059758+0000 mgr.a (mgr.14403) 17695 : audit 0 from='client.352404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:27.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:26 smithi194 bash[32038]: audit 2023-12-08T00:35:25.059758+0000 mgr.a (mgr.14403) 17695 : audit 0 from='client.352404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:27.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:26 smithi135 bash[32435]: audit 2023-12-08T00:35:25.059758+0000 mgr.a (mgr.14403) 17695 : audit 0 from='client.352404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:27 smithi079 bash[28699]: cluster 2023-12-08T00:35:26.681901+0000 mgr.a (mgr.14403) 17696 : cluster 0 pgmap v13213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:35:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:27 smithi194 bash[32038]: cluster 2023-12-08T00:35:26.681901+0000 mgr.a (mgr.14403) 17696 : cluster 0 pgmap v13213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:35:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:27 smithi135 bash[32435]: cluster 2023-12-08T00:35:26.681901+0000 mgr.a (mgr.14403) 17696 : cluster 0 pgmap v13213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T00:35:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:29 smithi079 bash[28699]: cluster 2023-12-08T00:35:28.682692+0000 mgr.a (mgr.14403) 17697 : cluster 0 pgmap v13214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:35:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:29 smithi194 bash[32038]: cluster 2023-12-08T00:35:28.682692+0000 mgr.a (mgr.14403) 17697 : cluster 0 pgmap v13214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:35:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:29 smithi135 bash[32435]: cluster 2023-12-08T00:35:28.682692+0000 mgr.a (mgr.14403) 17697 : cluster 0 pgmap v13214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T00:35:30.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:35:30.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:30.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:31.504 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:35:31.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:31.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:31.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:31.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:35:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:31 smithi079 bash[28699]: cluster 2023-12-08T00:35:30.683227+0000 mgr.a (mgr.14403) 17698 : cluster 0 pgmap v13215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:31 smithi194 bash[32038]: cluster 2023-12-08T00:35:30.683227+0000 mgr.a (mgr.14403) 17698 : cluster 0 pgmap v13215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:31 smithi135 bash[32435]: cluster 2023-12-08T00:35:30.683227+0000 mgr.a (mgr.14403) 17698 : cluster 0 pgmap v13215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:32 smithi079 bash[28699]: audit 2023-12-08T00:35:30.993204+0000 mgr.a (mgr.14403) 17699 : audit 0 from='client.352479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:32 smithi194 bash[32038]: audit 2023-12-08T00:35:30.993204+0000 mgr.a (mgr.14403) 17699 : audit 0 from='client.352479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:33.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:32 smithi135 bash[32435]: audit 2023-12-08T00:35:30.993204+0000 mgr.a (mgr.14403) 17699 : audit 0 from='client.352479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:33 smithi079 bash[28699]: cluster 2023-12-08T00:35:32.683871+0000 mgr.a (mgr.14403) 17700 : cluster 0 pgmap v13216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:33 smithi194 bash[32038]: cluster 2023-12-08T00:35:32.683871+0000 mgr.a (mgr.14403) 17700 : cluster 0 pgmap v13216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:34.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:33 smithi135 bash[32435]: cluster 2023-12-08T00:35:32.683871+0000 mgr.a (mgr.14403) 17700 : cluster 0 pgmap v13216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:35 smithi079 bash[28699]: cluster 2023-12-08T00:35:34.684709+0000 mgr.a (mgr.14403) 17701 : cluster 0 pgmap v13217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:35 smithi194 bash[32038]: cluster 2023-12-08T00:35:34.684709+0000 mgr.a (mgr.14403) 17701 : cluster 0 pgmap v13217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:36.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:35 smithi135 bash[32435]: cluster 2023-12-08T00:35:34.684709+0000 mgr.a (mgr.14403) 17701 : cluster 0 pgmap v13217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:36.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:35:36.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:36.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:37.438 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:35:37.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:37.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:37.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:37.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:35:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:37 smithi079 bash[28699]: cluster 2023-12-08T00:35:36.685252+0000 mgr.a (mgr.14403) 17702 : cluster 0 pgmap v13218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:37 smithi079 bash[28699]: audit 2023-12-08T00:35:36.915007+0000 mgr.a (mgr.14403) 17703 : audit 0 from='client.352557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:37 smithi194 bash[32038]: cluster 2023-12-08T00:35:36.685252+0000 mgr.a (mgr.14403) 17702 : cluster 0 pgmap v13218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:38.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:37 smithi194 bash[32038]: audit 2023-12-08T00:35:36.915007+0000 mgr.a (mgr.14403) 17703 : audit 0 from='client.352557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:37 smithi135 bash[32435]: cluster 2023-12-08T00:35:36.685252+0000 mgr.a (mgr.14403) 17702 : cluster 0 pgmap v13218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:37 smithi135 bash[32435]: audit 2023-12-08T00:35:36.915007+0000 mgr.a (mgr.14403) 17703 : audit 0 from='client.352557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:40.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:39 smithi079 bash[28699]: cluster 2023-12-08T00:35:38.686159+0000 mgr.a (mgr.14403) 17704 : cluster 0 pgmap v13219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:40.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:39 smithi194 bash[32038]: cluster 2023-12-08T00:35:38.686159+0000 mgr.a (mgr.14403) 17704 : cluster 0 pgmap v13219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:40.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:39 smithi135 bash[32435]: cluster 2023-12-08T00:35:38.686159+0000 mgr.a (mgr.14403) 17704 : cluster 0 pgmap v13219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:41 smithi079 bash[28699]: cluster 2023-12-08T00:35:40.686717+0000 mgr.a (mgr.14403) 17705 : cluster 0 pgmap v13220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:41 smithi194 bash[32038]: cluster 2023-12-08T00:35:40.686717+0000 mgr.a (mgr.14403) 17705 : cluster 0 pgmap v13220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:41 smithi135 bash[32435]: cluster 2023-12-08T00:35:40.686717+0000 mgr.a (mgr.14403) 17705 : cluster 0 pgmap v13220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:42.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:35:42.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:42.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:43.350 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:35:43.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:43.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:43.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:43.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:35:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:43 smithi079 bash[28699]: cluster 2023-12-08T00:35:42.687127+0000 mgr.a (mgr.14403) 17706 : cluster 0 pgmap v13221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:43 smithi079 bash[28699]: audit 2023-12-08T00:35:42.846276+0000 mgr.a (mgr.14403) 17707 : audit 0 from='client.352632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:43 smithi194 bash[32038]: cluster 2023-12-08T00:35:42.687127+0000 mgr.a (mgr.14403) 17706 : cluster 0 pgmap v13221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:43 smithi194 bash[32038]: audit 2023-12-08T00:35:42.846276+0000 mgr.a (mgr.14403) 17707 : audit 0 from='client.352632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:43 smithi135 bash[32435]: cluster 2023-12-08T00:35:42.687127+0000 mgr.a (mgr.14403) 17706 : cluster 0 pgmap v13221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:43 smithi135 bash[32435]: audit 2023-12-08T00:35:42.846276+0000 mgr.a (mgr.14403) 17707 : audit 0 from='client.352632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:45 smithi079 bash[28699]: cluster 2023-12-08T00:35:44.687976+0000 mgr.a (mgr.14403) 17708 : cluster 0 pgmap v13222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:46.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:45 smithi194 bash[32038]: cluster 2023-12-08T00:35:44.687976+0000 mgr.a (mgr.14403) 17708 : cluster 0 pgmap v13222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:46.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:45 smithi135 bash[32435]: cluster 2023-12-08T00:35:44.687976+0000 mgr.a (mgr.14403) 17708 : cluster 0 pgmap v13222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:35:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:47 smithi079 bash[28699]: cluster 2023-12-08T00:35:46.688533+0000 mgr.a (mgr.14403) 17709 : cluster 0 pgmap v13223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:48.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:47 smithi194 bash[32038]: cluster 2023-12-08T00:35:46.688533+0000 mgr.a (mgr.14403) 17709 : cluster 0 pgmap v13223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:48.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:47 smithi135 bash[32435]: cluster 2023-12-08T00:35:46.688533+0000 mgr.a (mgr.14403) 17709 : cluster 0 pgmap v13223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:48.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:35:48.353 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:48.353 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:49.285 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:35:49.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:49.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:49.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:49.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:35:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:49 smithi079 bash[28699]: cluster 2023-12-08T00:35:48.689028+0000 mgr.a (mgr.14403) 17710 : cluster 0 pgmap v13224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:49 smithi079 bash[28699]: audit 2023-12-08T00:35:48.757945+0000 mgr.a (mgr.14403) 17711 : audit 0 from='client.352707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:49 smithi194 bash[32038]: cluster 2023-12-08T00:35:48.689028+0000 mgr.a (mgr.14403) 17710 : cluster 0 pgmap v13224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:49 smithi194 bash[32038]: audit 2023-12-08T00:35:48.757945+0000 mgr.a (mgr.14403) 17711 : audit 0 from='client.352707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:49 smithi135 bash[32435]: cluster 2023-12-08T00:35:48.689028+0000 mgr.a (mgr.14403) 17710 : cluster 0 pgmap v13224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:49 smithi135 bash[32435]: audit 2023-12-08T00:35:48.757945+0000 mgr.a (mgr.14403) 17711 : audit 0 from='client.352707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:51 smithi079 bash[28699]: cluster 2023-12-08T00:35:50.689731+0000 mgr.a (mgr.14403) 17712 : cluster 0 pgmap v13225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:52.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:51 smithi194 bash[32038]: cluster 2023-12-08T00:35:50.689731+0000 mgr.a (mgr.14403) 17712 : cluster 0 pgmap v13225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:52.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:51 smithi135 bash[32435]: cluster 2023-12-08T00:35:50.689731+0000 mgr.a (mgr.14403) 17712 : cluster 0 pgmap v13225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:53 smithi079 bash[28699]: cluster 2023-12-08T00:35:52.690312+0000 mgr.a (mgr.14403) 17713 : cluster 0 pgmap v13226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:53 smithi194 bash[32038]: cluster 2023-12-08T00:35:52.690312+0000 mgr.a (mgr.14403) 17713 : cluster 0 pgmap v13226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:53 smithi135 bash[32435]: cluster 2023-12-08T00:35:52.690312+0000 mgr.a (mgr.14403) 17713 : cluster 0 pgmap v13226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:54.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:35:54.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:35:54.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:35:55.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:35:55.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:35:55.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:35:55.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:35:55.189 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:35:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:55 smithi079 bash[28699]: audit 2023-12-08T00:35:54.690251+0000 mgr.a (mgr.14403) 17714 : audit 0 from='client.352785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:56.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:55 smithi079 bash[28699]: cluster 2023-12-08T00:35:54.691091+0000 mgr.a (mgr.14403) 17715 : cluster 0 pgmap v13227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:55 smithi194 bash[32038]: audit 2023-12-08T00:35:54.690251+0000 mgr.a (mgr.14403) 17714 : audit 0 from='client.352785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:55 smithi194 bash[32038]: cluster 2023-12-08T00:35:54.691091+0000 mgr.a (mgr.14403) 17715 : cluster 0 pgmap v13227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:55 smithi135 bash[32435]: audit 2023-12-08T00:35:54.690251+0000 mgr.a (mgr.14403) 17714 : audit 0 from='client.352785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:35:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:55 smithi135 bash[32435]: cluster 2023-12-08T00:35:54.691091+0000 mgr.a (mgr.14403) 17715 : cluster 0 pgmap v13227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:35:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:57 smithi079 bash[28699]: cluster 2023-12-08T00:35:56.691805+0000 mgr.a (mgr.14403) 17716 : cluster 0 pgmap v13228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:57 smithi194 bash[32038]: cluster 2023-12-08T00:35:56.691805+0000 mgr.a (mgr.14403) 17716 : cluster 0 pgmap v13228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:35:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:57 smithi135 bash[32435]: cluster 2023-12-08T00:35:56.691805+0000 mgr.a (mgr.14403) 17716 : cluster 0 pgmap v13228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:35:59 smithi079 bash[28699]: cluster 2023-12-08T00:35:58.692641+0000 mgr.a (mgr.14403) 17717 : cluster 0 pgmap v13229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:00.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:36:00.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:00.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:35:59 smithi194 bash[32038]: cluster 2023-12-08T00:35:58.692641+0000 mgr.a (mgr.14403) 17717 : cluster 0 pgmap v13229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:35:59 smithi135 bash[32435]: cluster 2023-12-08T00:35:58.692641+0000 mgr.a (mgr.14403) 17717 : cluster 0 pgmap v13229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:01.128 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:36:01.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:01.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:01.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:01.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:36:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:01 smithi079 bash[28699]: audit 2023-12-08T00:36:00.596026+0000 mgr.a (mgr.14403) 17718 : audit 0 from='client.352860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:01 smithi079 bash[28699]: cluster 2023-12-08T00:36:00.693271+0000 mgr.a (mgr.14403) 17719 : cluster 0 pgmap v13230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:01 smithi194 bash[32038]: audit 2023-12-08T00:36:00.596026+0000 mgr.a (mgr.14403) 17718 : audit 0 from='client.352860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:01 smithi194 bash[32038]: cluster 2023-12-08T00:36:00.693271+0000 mgr.a (mgr.14403) 17719 : cluster 0 pgmap v13230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:01 smithi135 bash[32435]: audit 2023-12-08T00:36:00.596026+0000 mgr.a (mgr.14403) 17718 : audit 0 from='client.352860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:01 smithi135 bash[32435]: cluster 2023-12-08T00:36:00.693271+0000 mgr.a (mgr.14403) 17719 : cluster 0 pgmap v13230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:03 smithi079 bash[28699]: cluster 2023-12-08T00:36:02.693931+0000 mgr.a (mgr.14403) 17720 : cluster 0 pgmap v13231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:03 smithi194 bash[32038]: cluster 2023-12-08T00:36:02.693931+0000 mgr.a (mgr.14403) 17720 : cluster 0 pgmap v13231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:03 smithi135 bash[32435]: cluster 2023-12-08T00:36:02.693931+0000 mgr.a (mgr.14403) 17720 : cluster 0 pgmap v13231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:06.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:36:06.132 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:06.132 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:05 smithi079 bash[28699]: cluster 2023-12-08T00:36:04.694735+0000 mgr.a (mgr.14403) 17721 : cluster 0 pgmap v13232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:05 smithi194 bash[32038]: cluster 2023-12-08T00:36:04.694735+0000 mgr.a (mgr.14403) 17721 : cluster 0 pgmap v13232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:06.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:05 smithi135 bash[32435]: cluster 2023-12-08T00:36:04.694735+0000 mgr.a (mgr.14403) 17721 : cluster 0 pgmap v13232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:07.019 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:36:07.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:07.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:07.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:07.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:36:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:07 smithi079 bash[28699]: audit 2023-12-08T00:36:06.531693+0000 mgr.a (mgr.14403) 17722 : audit 0 from='client.352938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:07 smithi079 bash[28699]: cluster 2023-12-08T00:36:06.695492+0000 mgr.a (mgr.14403) 17723 : cluster 0 pgmap v13233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:07 smithi194 bash[32038]: audit 2023-12-08T00:36:06.531693+0000 mgr.a (mgr.14403) 17722 : audit 0 from='client.352938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:07 smithi194 bash[32038]: cluster 2023-12-08T00:36:06.695492+0000 mgr.a (mgr.14403) 17723 : cluster 0 pgmap v13233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:07 smithi135 bash[32435]: audit 2023-12-08T00:36:06.531693+0000 mgr.a (mgr.14403) 17722 : audit 0 from='client.352938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:07 smithi135 bash[32435]: cluster 2023-12-08T00:36:06.695492+0000 mgr.a (mgr.14403) 17723 : cluster 0 pgmap v13233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:09 smithi079 bash[28699]: cluster 2023-12-08T00:36:08.696396+0000 mgr.a (mgr.14403) 17724 : cluster 0 pgmap v13234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:09 smithi079 bash[28699]: audit 2023-12-08T00:36:09.512459+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:36:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:09 smithi194 bash[32038]: cluster 2023-12-08T00:36:08.696396+0000 mgr.a (mgr.14403) 17724 : cluster 0 pgmap v13234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:09 smithi194 bash[32038]: audit 2023-12-08T00:36:09.512459+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:36:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:09 smithi135 bash[32435]: cluster 2023-12-08T00:36:08.696396+0000 mgr.a (mgr.14403) 17724 : cluster 0 pgmap v13234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:09 smithi135 bash[32435]: audit 2023-12-08T00:36:09.512459+0000 mon.a (mon.0) 2902 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:36:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:11 smithi079 bash[28699]: audit 2023-12-08T00:36:10.041719+0000 mon.a (mon.0) 2903 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:36:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:11 smithi079 bash[28699]: audit 2023-12-08T00:36:10.048063+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:36:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:11 smithi079 bash[28699]: cluster 2023-12-08T00:36:10.696954+0000 mgr.a (mgr.14403) 17725 : cluster 0 pgmap v13235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:11 smithi079 bash[28699]: audit 2023-12-08T00:36:10.789528+0000 mon.a (mon.0) 2905 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:36:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:11 smithi079 bash[28699]: audit 2023-12-08T00:36:10.791404+0000 mon.a (mon.0) 2906 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:36:11.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:11 smithi079 bash[28699]: audit 2023-12-08T00:36:10.800395+0000 mon.a (mon.0) 2907 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:36:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:11 smithi194 bash[32038]: audit 2023-12-08T00:36:10.041719+0000 mon.a (mon.0) 2903 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:36:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:11 smithi194 bash[32038]: audit 2023-12-08T00:36:10.048063+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:36:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:11 smithi194 bash[32038]: cluster 2023-12-08T00:36:10.696954+0000 mgr.a (mgr.14403) 17725 : cluster 0 pgmap v13235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:11 smithi194 bash[32038]: audit 2023-12-08T00:36:10.789528+0000 mon.a (mon.0) 2905 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:36:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:11 smithi194 bash[32038]: audit 2023-12-08T00:36:10.791404+0000 mon.a (mon.0) 2906 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:36:11.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:11 smithi194 bash[32038]: audit 2023-12-08T00:36:10.800395+0000 mon.a (mon.0) 2907 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:36:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:11 smithi135 bash[32435]: audit 2023-12-08T00:36:10.041719+0000 mon.a (mon.0) 2903 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:36:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:11 smithi135 bash[32435]: audit 2023-12-08T00:36:10.048063+0000 mon.a (mon.0) 2904 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:36:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:11 smithi135 bash[32435]: cluster 2023-12-08T00:36:10.696954+0000 mgr.a (mgr.14403) 17725 : cluster 0 pgmap v13235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:11 smithi135 bash[32435]: audit 2023-12-08T00:36:10.789528+0000 mon.a (mon.0) 2905 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:36:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:11 smithi135 bash[32435]: audit 2023-12-08T00:36:10.791404+0000 mon.a (mon.0) 2906 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:36:11.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:11 smithi135 bash[32435]: audit 2023-12-08T00:36:10.800395+0000 mon.a (mon.0) 2907 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:36:12.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:36:12.023 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:12.023 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:12.930 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:36:12.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:12.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:12.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:12.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:36:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:13 smithi079 bash[28699]: audit 2023-12-08T00:36:12.430760+0000 mgr.a (mgr.14403) 17726 : audit 0 from='client.353010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:13 smithi079 bash[28699]: cluster 2023-12-08T00:36:12.697724+0000 mgr.a (mgr.14403) 17727 : cluster 0 pgmap v13236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:13 smithi194 bash[32038]: audit 2023-12-08T00:36:12.430760+0000 mgr.a (mgr.14403) 17726 : audit 0 from='client.353010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:13 smithi194 bash[32038]: cluster 2023-12-08T00:36:12.697724+0000 mgr.a (mgr.14403) 17727 : cluster 0 pgmap v13236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:13 smithi135 bash[32435]: audit 2023-12-08T00:36:12.430760+0000 mgr.a (mgr.14403) 17726 : audit 0 from='client.353010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:13 smithi135 bash[32435]: cluster 2023-12-08T00:36:12.697724+0000 mgr.a (mgr.14403) 17727 : cluster 0 pgmap v13236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:15 smithi079 bash[28699]: cluster 2023-12-08T00:36:14.698625+0000 mgr.a (mgr.14403) 17728 : cluster 0 pgmap v13237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:15 smithi194 bash[32038]: cluster 2023-12-08T00:36:14.698625+0000 mgr.a (mgr.14403) 17728 : cluster 0 pgmap v13237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:15 smithi135 bash[32435]: cluster 2023-12-08T00:36:14.698625+0000 mgr.a (mgr.14403) 17728 : cluster 0 pgmap v13237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:17.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:36:17.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:17.935 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:17 smithi079 bash[28699]: cluster 2023-12-08T00:36:16.699235+0000 mgr.a (mgr.14403) 17729 : cluster 0 pgmap v13238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:17 smithi194 bash[32038]: cluster 2023-12-08T00:36:16.699235+0000 mgr.a (mgr.14403) 17729 : cluster 0 pgmap v13238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:18.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:17 smithi135 bash[32435]: cluster 2023-12-08T00:36:16.699235+0000 mgr.a (mgr.14403) 17729 : cluster 0 pgmap v13238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:18.837 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:36:18.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:18.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:18.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:18.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:36:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:19 smithi079 bash[28699]: audit 2023-12-08T00:36:18.341511+0000 mgr.a (mgr.14403) 17730 : audit 0 from='client.353088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:19 smithi079 bash[28699]: cluster 2023-12-08T00:36:18.699897+0000 mgr.a (mgr.14403) 17731 : cluster 0 pgmap v13239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:36:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:19 smithi194 bash[32038]: audit 2023-12-08T00:36:18.341511+0000 mgr.a (mgr.14403) 17730 : audit 0 from='client.353088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:19 smithi194 bash[32038]: cluster 2023-12-08T00:36:18.699897+0000 mgr.a (mgr.14403) 17731 : cluster 0 pgmap v13239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:36:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:19 smithi135 bash[32435]: audit 2023-12-08T00:36:18.341511+0000 mgr.a (mgr.14403) 17730 : audit 0 from='client.353088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:19 smithi135 bash[32435]: cluster 2023-12-08T00:36:18.699897+0000 mgr.a (mgr.14403) 17731 : cluster 0 pgmap v13239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:36:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:21 smithi079 bash[28699]: cluster 2023-12-08T00:36:20.700690+0000 mgr.a (mgr.14403) 17732 : cluster 0 pgmap v13240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:36:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:21 smithi194 bash[32038]: cluster 2023-12-08T00:36:20.700690+0000 mgr.a (mgr.14403) 17732 : cluster 0 pgmap v13240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:36:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:21 smithi135 bash[32435]: cluster 2023-12-08T00:36:20.700690+0000 mgr.a (mgr.14403) 17732 : cluster 0 pgmap v13240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:36:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:23 smithi079 bash[28699]: cluster 2023-12-08T00:36:22.701330+0000 mgr.a (mgr.14403) 17733 : cluster 0 pgmap v13241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:36:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:23 smithi194 bash[32038]: cluster 2023-12-08T00:36:22.701330+0000 mgr.a (mgr.14403) 17733 : cluster 0 pgmap v13241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:36:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:23 smithi135 bash[32435]: cluster 2023-12-08T00:36:22.701330+0000 mgr.a (mgr.14403) 17733 : cluster 0 pgmap v13241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:36:23.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:36:23.841 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:23.841 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:24.755 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:36:24.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:24.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:24.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:24.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:36:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:25 smithi079 bash[28699]: audit 2023-12-08T00:36:24.247692+0000 mgr.a (mgr.14403) 17734 : audit 0 from='client.353166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:25 smithi079 bash[28699]: cluster 2023-12-08T00:36:24.702319+0000 mgr.a (mgr.14403) 17735 : cluster 0 pgmap v13242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:25 smithi194 bash[32038]: audit 2023-12-08T00:36:24.247692+0000 mgr.a (mgr.14403) 17734 : audit 0 from='client.353166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:25 smithi194 bash[32038]: cluster 2023-12-08T00:36:24.702319+0000 mgr.a (mgr.14403) 17735 : cluster 0 pgmap v13242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:25 smithi135 bash[32435]: audit 2023-12-08T00:36:24.247692+0000 mgr.a (mgr.14403) 17734 : audit 0 from='client.353166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:25 smithi135 bash[32435]: cluster 2023-12-08T00:36:24.702319+0000 mgr.a (mgr.14403) 17735 : cluster 0 pgmap v13242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:27 smithi079 bash[28699]: cluster 2023-12-08T00:36:26.702897+0000 mgr.a (mgr.14403) 17736 : cluster 0 pgmap v13243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:27 smithi194 bash[32038]: cluster 2023-12-08T00:36:26.702897+0000 mgr.a (mgr.14403) 17736 : cluster 0 pgmap v13243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:27 smithi135 bash[32435]: cluster 2023-12-08T00:36:26.702897+0000 mgr.a (mgr.14403) 17736 : cluster 0 pgmap v13243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:29.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:36:29.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:29.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:29 smithi079 bash[28699]: cluster 2023-12-08T00:36:28.703797+0000 mgr.a (mgr.14403) 17737 : cluster 0 pgmap v13244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:29 smithi194 bash[32038]: cluster 2023-12-08T00:36:28.703797+0000 mgr.a (mgr.14403) 17737 : cluster 0 pgmap v13244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:29 smithi135 bash[32435]: cluster 2023-12-08T00:36:28.703797+0000 mgr.a (mgr.14403) 17737 : cluster 0 pgmap v13244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:30.684 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:36:30.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:30.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:30.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:30.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:36:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:31 smithi079 bash[28699]: audit 2023-12-08T00:36:30.167328+0000 mgr.a (mgr.14403) 17738 : audit 0 from='client.353244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:31 smithi079 bash[28699]: cluster 2023-12-08T00:36:30.704498+0000 mgr.a (mgr.14403) 17739 : cluster 0 pgmap v13245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:36:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:31 smithi194 bash[32038]: audit 2023-12-08T00:36:30.167328+0000 mgr.a (mgr.14403) 17738 : audit 0 from='client.353244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:31 smithi194 bash[32038]: cluster 2023-12-08T00:36:30.704498+0000 mgr.a (mgr.14403) 17739 : cluster 0 pgmap v13245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:36:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:31 smithi135 bash[32435]: audit 2023-12-08T00:36:30.167328+0000 mgr.a (mgr.14403) 17738 : audit 0 from='client.353244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:31 smithi135 bash[32435]: cluster 2023-12-08T00:36:30.704498+0000 mgr.a (mgr.14403) 17739 : cluster 0 pgmap v13245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:36:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:33 smithi079 bash[28699]: cluster 2023-12-08T00:36:32.705084+0000 mgr.a (mgr.14403) 17740 : cluster 0 pgmap v13246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:36:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:33 smithi194 bash[32038]: cluster 2023-12-08T00:36:32.705084+0000 mgr.a (mgr.14403) 17740 : cluster 0 pgmap v13246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:36:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:33 smithi135 bash[32435]: cluster 2023-12-08T00:36:32.705084+0000 mgr.a (mgr.14403) 17740 : cluster 0 pgmap v13246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:36:35.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:36:35.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:35.689 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:35 smithi079 bash[28699]: cluster 2023-12-08T00:36:34.705979+0000 mgr.a (mgr.14403) 17741 : cluster 0 pgmap v13247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:36:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:35 smithi194 bash[32038]: cluster 2023-12-08T00:36:34.705979+0000 mgr.a (mgr.14403) 17741 : cluster 0 pgmap v13247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:36:36.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:35 smithi135 bash[32435]: cluster 2023-12-08T00:36:34.705979+0000 mgr.a (mgr.14403) 17741 : cluster 0 pgmap v13247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:36:36.592 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:36:36.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:36.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:36.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:36.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:36:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:37 smithi079 bash[28699]: audit 2023-12-08T00:36:36.090913+0000 mgr.a (mgr.14403) 17742 : audit 0 from='client.353316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:37 smithi079 bash[28699]: cluster 2023-12-08T00:36:36.706647+0000 mgr.a (mgr.14403) 17743 : cluster 0 pgmap v13248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:37 smithi194 bash[32038]: audit 2023-12-08T00:36:36.090913+0000 mgr.a (mgr.14403) 17742 : audit 0 from='client.353316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:37 smithi194 bash[32038]: cluster 2023-12-08T00:36:36.706647+0000 mgr.a (mgr.14403) 17743 : cluster 0 pgmap v13248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:37 smithi135 bash[32435]: audit 2023-12-08T00:36:36.090913+0000 mgr.a (mgr.14403) 17742 : audit 0 from='client.353316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:37 smithi135 bash[32435]: cluster 2023-12-08T00:36:36.706647+0000 mgr.a (mgr.14403) 17743 : cluster 0 pgmap v13248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:39 smithi079 bash[28699]: cluster 2023-12-08T00:36:38.707457+0000 mgr.a (mgr.14403) 17744 : cluster 0 pgmap v13249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:39 smithi194 bash[32038]: cluster 2023-12-08T00:36:38.707457+0000 mgr.a (mgr.14403) 17744 : cluster 0 pgmap v13249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:40.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:39 smithi135 bash[32435]: cluster 2023-12-08T00:36:38.707457+0000 mgr.a (mgr.14403) 17744 : cluster 0 pgmap v13249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:41.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:36:41.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:41.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:41 smithi079 bash[28699]: cluster 2023-12-08T00:36:40.708008+0000 mgr.a (mgr.14403) 17745 : cluster 0 pgmap v13250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:41 smithi194 bash[32038]: cluster 2023-12-08T00:36:40.708008+0000 mgr.a (mgr.14403) 17745 : cluster 0 pgmap v13250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:41 smithi135 bash[32435]: cluster 2023-12-08T00:36:40.708008+0000 mgr.a (mgr.14403) 17745 : cluster 0 pgmap v13250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:42.478 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:36:42.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:42.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:42.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:42.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:36:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:43 smithi079 bash[28699]: audit 2023-12-08T00:36:41.989532+0000 mgr.a (mgr.14403) 17746 : audit 0 from='client.353388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:43 smithi079 bash[28699]: cluster 2023-12-08T00:36:42.708828+0000 mgr.a (mgr.14403) 17747 : cluster 0 pgmap v13251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:43 smithi194 bash[32038]: audit 2023-12-08T00:36:41.989532+0000 mgr.a (mgr.14403) 17746 : audit 0 from='client.353388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:43 smithi194 bash[32038]: cluster 2023-12-08T00:36:42.708828+0000 mgr.a (mgr.14403) 17747 : cluster 0 pgmap v13251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:43 smithi135 bash[32435]: audit 2023-12-08T00:36:41.989532+0000 mgr.a (mgr.14403) 17746 : audit 0 from='client.353388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:43 smithi135 bash[32435]: cluster 2023-12-08T00:36:42.708828+0000 mgr.a (mgr.14403) 17747 : cluster 0 pgmap v13251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:45 smithi079 bash[28699]: cluster 2023-12-08T00:36:44.709624+0000 mgr.a (mgr.14403) 17748 : cluster 0 pgmap v13252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:46.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:45 smithi194 bash[32038]: cluster 2023-12-08T00:36:44.709624+0000 mgr.a (mgr.14403) 17748 : cluster 0 pgmap v13252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:46.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:45 smithi135 bash[32435]: cluster 2023-12-08T00:36:44.709624+0000 mgr.a (mgr.14403) 17748 : cluster 0 pgmap v13252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:47.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:36:47.482 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:47.482 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:47 smithi079 bash[28699]: cluster 2023-12-08T00:36:46.710264+0000 mgr.a (mgr.14403) 17749 : cluster 0 pgmap v13253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:48.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:47 smithi194 bash[32038]: cluster 2023-12-08T00:36:46.710264+0000 mgr.a (mgr.14403) 17749 : cluster 0 pgmap v13253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:48.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:47 smithi135 bash[32435]: cluster 2023-12-08T00:36:46.710264+0000 mgr.a (mgr.14403) 17749 : cluster 0 pgmap v13253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:48.408 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:36:48.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:48.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:48.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:48.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:36:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:48 smithi079 bash[28699]: audit 2023-12-08T00:36:47.886828+0000 mgr.a (mgr.14403) 17750 : audit 0 from='client.353466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:48 smithi194 bash[32038]: audit 2023-12-08T00:36:47.886828+0000 mgr.a (mgr.14403) 17750 : audit 0 from='client.353466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:49.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:48 smithi135 bash[32435]: audit 2023-12-08T00:36:47.886828+0000 mgr.a (mgr.14403) 17750 : audit 0 from='client.353466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:49 smithi079 bash[28699]: cluster 2023-12-08T00:36:48.711394+0000 mgr.a (mgr.14403) 17751 : cluster 0 pgmap v13254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:49 smithi194 bash[32038]: cluster 2023-12-08T00:36:48.711394+0000 mgr.a (mgr.14403) 17751 : cluster 0 pgmap v13254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:49 smithi135 bash[32435]: cluster 2023-12-08T00:36:48.711394+0000 mgr.a (mgr.14403) 17751 : cluster 0 pgmap v13254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:36:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:51 smithi079 bash[28699]: cluster 2023-12-08T00:36:50.712075+0000 mgr.a (mgr.14403) 17752 : cluster 0 pgmap v13255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:52.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:51 smithi194 bash[32038]: cluster 2023-12-08T00:36:50.712075+0000 mgr.a (mgr.14403) 17752 : cluster 0 pgmap v13255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:52.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:51 smithi135 bash[32435]: cluster 2023-12-08T00:36:50.712075+0000 mgr.a (mgr.14403) 17752 : cluster 0 pgmap v13255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:53.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:36:53.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:53.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:36:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:53 smithi079 bash[28699]: cluster 2023-12-08T00:36:52.712666+0000 mgr.a (mgr.14403) 17753 : cluster 0 pgmap v13256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:53 smithi194 bash[32038]: cluster 2023-12-08T00:36:52.712666+0000 mgr.a (mgr.14403) 17753 : cluster 0 pgmap v13256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:53 smithi135 bash[32435]: cluster 2023-12-08T00:36:52.712666+0000 mgr.a (mgr.14403) 17753 : cluster 0 pgmap v13256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:54.324 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:36:54.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:36:54.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:36:54.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:36:54.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:36:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:54 smithi079 bash[28699]: audit 2023-12-08T00:36:53.811158+0000 mgr.a (mgr.14403) 17754 : audit 0 from='client.353541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:54 smithi194 bash[32038]: audit 2023-12-08T00:36:53.811158+0000 mgr.a (mgr.14403) 17754 : audit 0 from='client.353541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:54 smithi135 bash[32435]: audit 2023-12-08T00:36:53.811158+0000 mgr.a (mgr.14403) 17754 : audit 0 from='client.353541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:36:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:55 smithi079 bash[28699]: cluster 2023-12-08T00:36:54.713757+0000 mgr.a (mgr.14403) 17755 : cluster 0 pgmap v13257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:55 smithi194 bash[32038]: cluster 2023-12-08T00:36:54.713757+0000 mgr.a (mgr.14403) 17755 : cluster 0 pgmap v13257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:55 smithi135 bash[32435]: cluster 2023-12-08T00:36:54.713757+0000 mgr.a (mgr.14403) 17755 : cluster 0 pgmap v13257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:36:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:57 smithi079 bash[28699]: cluster 2023-12-08T00:36:56.714463+0000 mgr.a (mgr.14403) 17756 : cluster 0 pgmap v13258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:57 smithi194 bash[32038]: cluster 2023-12-08T00:36:56.714463+0000 mgr.a (mgr.14403) 17756 : cluster 0 pgmap v13258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:57 smithi135 bash[32435]: cluster 2023-12-08T00:36:56.714463+0000 mgr.a (mgr.14403) 17756 : cluster 0 pgmap v13258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:36:59.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:36:59.328 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:36:59.328 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:36:59 smithi079 bash[28699]: cluster 2023-12-08T00:36:58.715374+0000 mgr.a (mgr.14403) 17757 : cluster 0 pgmap v13259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:36:59 smithi194 bash[32038]: cluster 2023-12-08T00:36:58.715374+0000 mgr.a (mgr.14403) 17757 : cluster 0 pgmap v13259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:36:59 smithi135 bash[32435]: cluster 2023-12-08T00:36:58.715374+0000 mgr.a (mgr.14403) 17757 : cluster 0 pgmap v13259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:00.249 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:37:00.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:00.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:00.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:00.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:37:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:00 smithi079 bash[28699]: audit 2023-12-08T00:36:59.735622+0000 mgr.a (mgr.14403) 17758 : audit 0 from='client.353619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:00 smithi194 bash[32038]: audit 2023-12-08T00:36:59.735622+0000 mgr.a (mgr.14403) 17758 : audit 0 from='client.353619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:01.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:00 smithi135 bash[32435]: audit 2023-12-08T00:36:59.735622+0000 mgr.a (mgr.14403) 17758 : audit 0 from='client.353619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:01 smithi079 bash[28699]: cluster 2023-12-08T00:37:00.716090+0000 mgr.a (mgr.14403) 17759 : cluster 0 pgmap v13260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:01 smithi194 bash[32038]: cluster 2023-12-08T00:37:00.716090+0000 mgr.a (mgr.14403) 17759 : cluster 0 pgmap v13260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:01 smithi135 bash[32435]: cluster 2023-12-08T00:37:00.716090+0000 mgr.a (mgr.14403) 17759 : cluster 0 pgmap v13260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:03 smithi079 bash[28699]: cluster 2023-12-08T00:37:02.716673+0000 mgr.a (mgr.14403) 17760 : cluster 0 pgmap v13261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:03 smithi194 bash[32038]: cluster 2023-12-08T00:37:02.716673+0000 mgr.a (mgr.14403) 17760 : cluster 0 pgmap v13261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:03 smithi135 bash[32435]: cluster 2023-12-08T00:37:02.716673+0000 mgr.a (mgr.14403) 17760 : cluster 0 pgmap v13261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:05.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:37:05.253 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:05.253 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:05 smithi079 bash[28699]: cluster 2023-12-08T00:37:04.717372+0000 mgr.a (mgr.14403) 17761 : cluster 0 pgmap v13262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:06.153 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:37:06.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:06.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:06.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:06.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:37:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:05 smithi194 bash[32038]: cluster 2023-12-08T00:37:04.717372+0000 mgr.a (mgr.14403) 17761 : cluster 0 pgmap v13262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:06.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:05 smithi135 bash[32435]: cluster 2023-12-08T00:37:04.717372+0000 mgr.a (mgr.14403) 17761 : cluster 0 pgmap v13262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:06 smithi079 bash[28699]: audit 2023-12-08T00:37:05.658612+0000 mgr.a (mgr.14403) 17762 : audit 0 from='client.253502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:07.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:06 smithi194 bash[32038]: audit 2023-12-08T00:37:05.658612+0000 mgr.a (mgr.14403) 17762 : audit 0 from='client.253502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:07.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:06 smithi135 bash[32435]: audit 2023-12-08T00:37:05.658612+0000 mgr.a (mgr.14403) 17762 : audit 0 from='client.253502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:07 smithi079 bash[28699]: cluster 2023-12-08T00:37:06.718056+0000 mgr.a (mgr.14403) 17763 : cluster 0 pgmap v13263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:07 smithi194 bash[32038]: cluster 2023-12-08T00:37:06.718056+0000 mgr.a (mgr.14403) 17763 : cluster 0 pgmap v13263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:07 smithi135 bash[32435]: cluster 2023-12-08T00:37:06.718056+0000 mgr.a (mgr.14403) 17763 : cluster 0 pgmap v13263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:09 smithi079 bash[28699]: cluster 2023-12-08T00:37:08.718860+0000 mgr.a (mgr.14403) 17764 : cluster 0 pgmap v13264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:09 smithi194 bash[32038]: cluster 2023-12-08T00:37:08.718860+0000 mgr.a (mgr.14403) 17764 : cluster 0 pgmap v13264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:09 smithi135 bash[32435]: cluster 2023-12-08T00:37:08.718860+0000 mgr.a (mgr.14403) 17764 : cluster 0 pgmap v13264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:11.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:37:11.157 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:11.157 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:12.101 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:37:12.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:12.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:12.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:12.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:37:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:11 smithi079 bash[28699]: cluster 2023-12-08T00:37:10.719355+0000 mgr.a (mgr.14403) 17765 : cluster 0 pgmap v13265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:11 smithi079 bash[28699]: audit 2023-12-08T00:37:10.903895+0000 mon.a (mon.0) 2908 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:37:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:11 smithi079 bash[28699]: audit 2023-12-08T00:37:11.430403+0000 mon.a (mon.0) 2909 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:37:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:11 smithi079 bash[28699]: audit 2023-12-08T00:37:11.436653+0000 mon.a (mon.0) 2910 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:37:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:11 smithi194 bash[32038]: cluster 2023-12-08T00:37:10.719355+0000 mgr.a (mgr.14403) 17765 : cluster 0 pgmap v13265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:11 smithi194 bash[32038]: audit 2023-12-08T00:37:10.903895+0000 mon.a (mon.0) 2908 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:37:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:11 smithi194 bash[32038]: audit 2023-12-08T00:37:11.430403+0000 mon.a (mon.0) 2909 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:37:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:11 smithi194 bash[32038]: audit 2023-12-08T00:37:11.436653+0000 mon.a (mon.0) 2910 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:37:12.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:11 smithi135 bash[32435]: cluster 2023-12-08T00:37:10.719355+0000 mgr.a (mgr.14403) 17765 : cluster 0 pgmap v13265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:12.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:11 smithi135 bash[32435]: audit 2023-12-08T00:37:10.903895+0000 mon.a (mon.0) 2908 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:37:12.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:11 smithi135 bash[32435]: audit 2023-12-08T00:37:11.430403+0000 mon.a (mon.0) 2909 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:37:12.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:11 smithi135 bash[32435]: audit 2023-12-08T00:37:11.436653+0000 mon.a (mon.0) 2910 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:37:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:12 smithi079 bash[28699]: audit 2023-12-08T00:37:11.557818+0000 mgr.a (mgr.14403) 17766 : audit 0 from='client.353769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:12 smithi079 bash[28699]: audit 2023-12-08T00:37:12.229767+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:37:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:12 smithi079 bash[28699]: audit 2023-12-08T00:37:12.232000+0000 mon.a (mon.0) 2912 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:37:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:12 smithi079 bash[28699]: audit 2023-12-08T00:37:12.243833+0000 mon.a (mon.0) 2913 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:37:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:12 smithi194 bash[32038]: audit 2023-12-08T00:37:11.557818+0000 mgr.a (mgr.14403) 17766 : audit 0 from='client.353769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:12 smithi194 bash[32038]: audit 2023-12-08T00:37:12.229767+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:37:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:12 smithi194 bash[32038]: audit 2023-12-08T00:37:12.232000+0000 mon.a (mon.0) 2912 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:37:13.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:12 smithi194 bash[32038]: audit 2023-12-08T00:37:12.243833+0000 mon.a (mon.0) 2913 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:37:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:12 smithi135 bash[32435]: audit 2023-12-08T00:37:11.557818+0000 mgr.a (mgr.14403) 17766 : audit 0 from='client.353769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:12 smithi135 bash[32435]: audit 2023-12-08T00:37:12.229767+0000 mon.a (mon.0) 2911 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:37:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:12 smithi135 bash[32435]: audit 2023-12-08T00:37:12.232000+0000 mon.a (mon.0) 2912 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:37:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:12 smithi135 bash[32435]: audit 2023-12-08T00:37:12.243833+0000 mon.a (mon.0) 2913 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:37:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:13 smithi079 bash[28699]: cluster 2023-12-08T00:37:12.719993+0000 mgr.a (mgr.14403) 17767 : cluster 0 pgmap v13266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:13 smithi194 bash[32038]: cluster 2023-12-08T00:37:12.719993+0000 mgr.a (mgr.14403) 17767 : cluster 0 pgmap v13266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:13 smithi135 bash[32435]: cluster 2023-12-08T00:37:12.719993+0000 mgr.a (mgr.14403) 17767 : cluster 0 pgmap v13266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:15 smithi079 bash[28699]: cluster 2023-12-08T00:37:14.720738+0000 mgr.a (mgr.14403) 17768 : cluster 0 pgmap v13267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:15 smithi194 bash[32038]: cluster 2023-12-08T00:37:14.720738+0000 mgr.a (mgr.14403) 17768 : cluster 0 pgmap v13267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:15 smithi135 bash[32435]: cluster 2023-12-08T00:37:14.720738+0000 mgr.a (mgr.14403) 17768 : cluster 0 pgmap v13267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:17.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:37:17.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:17.104 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:18.007 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:37:18.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:18.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:18.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:18.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:37:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:17 smithi079 bash[28699]: cluster 2023-12-08T00:37:16.721219+0000 mgr.a (mgr.14403) 17769 : cluster 0 pgmap v13268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:17 smithi194 bash[32038]: cluster 2023-12-08T00:37:16.721219+0000 mgr.a (mgr.14403) 17769 : cluster 0 pgmap v13268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:18.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:17 smithi135 bash[32435]: cluster 2023-12-08T00:37:16.721219+0000 mgr.a (mgr.14403) 17769 : cluster 0 pgmap v13268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:18 smithi079 bash[28699]: audit 2023-12-08T00:37:17.501685+0000 mgr.a (mgr.14403) 17770 : audit 0 from='client.353847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:18 smithi194 bash[32038]: audit 2023-12-08T00:37:17.501685+0000 mgr.a (mgr.14403) 17770 : audit 0 from='client.353847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:19.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:18 smithi135 bash[32435]: audit 2023-12-08T00:37:17.501685+0000 mgr.a (mgr.14403) 17770 : audit 0 from='client.353847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:19 smithi079 bash[28699]: cluster 2023-12-08T00:37:18.722128+0000 mgr.a (mgr.14403) 17771 : cluster 0 pgmap v13269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:19 smithi194 bash[32038]: cluster 2023-12-08T00:37:18.722128+0000 mgr.a (mgr.14403) 17771 : cluster 0 pgmap v13269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:19 smithi135 bash[32435]: cluster 2023-12-08T00:37:18.722128+0000 mgr.a (mgr.14403) 17771 : cluster 0 pgmap v13269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:21 smithi079 bash[28699]: cluster 2023-12-08T00:37:20.722697+0000 mgr.a (mgr.14403) 17772 : cluster 0 pgmap v13270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:21 smithi194 bash[32038]: cluster 2023-12-08T00:37:20.722697+0000 mgr.a (mgr.14403) 17772 : cluster 0 pgmap v13270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:21 smithi135 bash[32435]: cluster 2023-12-08T00:37:20.722697+0000 mgr.a (mgr.14403) 17772 : cluster 0 pgmap v13270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:23.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:37:23.010 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:23.010 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:23 smithi079 bash[28699]: cluster 2023-12-08T00:37:22.723277+0000 mgr.a (mgr.14403) 17773 : cluster 0 pgmap v13271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:23 smithi194 bash[32038]: cluster 2023-12-08T00:37:22.723277+0000 mgr.a (mgr.14403) 17773 : cluster 0 pgmap v13271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:23 smithi135 bash[32435]: cluster 2023-12-08T00:37:22.723277+0000 mgr.a (mgr.14403) 17773 : cluster 0 pgmap v13271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:23.898 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:37:23.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:23.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:23.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:23.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:37:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:24 smithi079 bash[28699]: audit 2023-12-08T00:37:23.410350+0000 mgr.a (mgr.14403) 17774 : audit 0 from='client.353922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:24 smithi194 bash[32038]: audit 2023-12-08T00:37:23.410350+0000 mgr.a (mgr.14403) 17774 : audit 0 from='client.353922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:24 smithi135 bash[32435]: audit 2023-12-08T00:37:23.410350+0000 mgr.a (mgr.14403) 17774 : audit 0 from='client.353922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:25 smithi079 bash[28699]: cluster 2023-12-08T00:37:24.724390+0000 mgr.a (mgr.14403) 17775 : cluster 0 pgmap v13272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:37:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:25 smithi194 bash[32038]: cluster 2023-12-08T00:37:24.724390+0000 mgr.a (mgr.14403) 17775 : cluster 0 pgmap v13272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:37:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:25 smithi135 bash[32435]: cluster 2023-12-08T00:37:24.724390+0000 mgr.a (mgr.14403) 17775 : cluster 0 pgmap v13272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:37:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:27 smithi079 bash[28699]: cluster 2023-12-08T00:37:26.724978+0000 mgr.a (mgr.14403) 17776 : cluster 0 pgmap v13273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:37:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:27 smithi194 bash[32038]: cluster 2023-12-08T00:37:26.724978+0000 mgr.a (mgr.14403) 17776 : cluster 0 pgmap v13273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:37:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:27 smithi135 bash[32435]: cluster 2023-12-08T00:37:26.724978+0000 mgr.a (mgr.14403) 17776 : cluster 0 pgmap v13273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:37:28.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:37:28.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:28.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:29.793 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:37:29.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:29.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:29.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:29.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:37:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:29 smithi079 bash[28699]: cluster 2023-12-08T00:37:28.725812+0000 mgr.a (mgr.14403) 17777 : cluster 0 pgmap v13274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:29 smithi194 bash[32038]: cluster 2023-12-08T00:37:28.725812+0000 mgr.a (mgr.14403) 17777 : cluster 0 pgmap v13274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:29 smithi135 bash[32435]: cluster 2023-12-08T00:37:28.725812+0000 mgr.a (mgr.14403) 17777 : cluster 0 pgmap v13274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:30 smithi079 bash[28699]: audit 2023-12-08T00:37:29.306006+0000 mgr.a (mgr.14403) 17778 : audit 0 from='client.354000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:31.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:30 smithi194 bash[32038]: audit 2023-12-08T00:37:29.306006+0000 mgr.a (mgr.14403) 17778 : audit 0 from='client.354000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:31.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:30 smithi135 bash[32435]: audit 2023-12-08T00:37:29.306006+0000 mgr.a (mgr.14403) 17778 : audit 0 from='client.354000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:31 smithi079 bash[28699]: cluster 2023-12-08T00:37:30.726464+0000 mgr.a (mgr.14403) 17779 : cluster 0 pgmap v13275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:31 smithi194 bash[32038]: cluster 2023-12-08T00:37:30.726464+0000 mgr.a (mgr.14403) 17779 : cluster 0 pgmap v13275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:31 smithi135 bash[32435]: cluster 2023-12-08T00:37:30.726464+0000 mgr.a (mgr.14403) 17779 : cluster 0 pgmap v13275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:33 smithi079 bash[28699]: cluster 2023-12-08T00:37:32.727068+0000 mgr.a (mgr.14403) 17780 : cluster 0 pgmap v13276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:33 smithi194 bash[32038]: cluster 2023-12-08T00:37:32.727068+0000 mgr.a (mgr.14403) 17780 : cluster 0 pgmap v13276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:33 smithi135 bash[32435]: cluster 2023-12-08T00:37:32.727068+0000 mgr.a (mgr.14403) 17780 : cluster 0 pgmap v13276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:37:34.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:37:34.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:34.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:35.706 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:37:35.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:35.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:35.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:35.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:37:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:35 smithi079 bash[28699]: cluster 2023-12-08T00:37:34.727944+0000 mgr.a (mgr.14403) 17781 : cluster 0 pgmap v13277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:35 smithi194 bash[32038]: cluster 2023-12-08T00:37:34.727944+0000 mgr.a (mgr.14403) 17781 : cluster 0 pgmap v13277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:36.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:35 smithi135 bash[32435]: cluster 2023-12-08T00:37:34.727944+0000 mgr.a (mgr.14403) 17781 : cluster 0 pgmap v13277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:36 smithi079 bash[28699]: audit 2023-12-08T00:37:35.202751+0000 mgr.a (mgr.14403) 17782 : audit 0 from='client.354072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:36 smithi194 bash[32038]: audit 2023-12-08T00:37:35.202751+0000 mgr.a (mgr.14403) 17782 : audit 0 from='client.354072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:37.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:36 smithi135 bash[32435]: audit 2023-12-08T00:37:35.202751+0000 mgr.a (mgr.14403) 17782 : audit 0 from='client.354072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:37 smithi079 bash[28699]: cluster 2023-12-08T00:37:36.728643+0000 mgr.a (mgr.14403) 17783 : cluster 0 pgmap v13278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:37:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:37 smithi194 bash[32038]: cluster 2023-12-08T00:37:36.728643+0000 mgr.a (mgr.14403) 17783 : cluster 0 pgmap v13278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:37:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:37 smithi135 bash[32435]: cluster 2023-12-08T00:37:36.728643+0000 mgr.a (mgr.14403) 17783 : cluster 0 pgmap v13278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:37:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:39 smithi079 bash[28699]: cluster 2023-12-08T00:37:38.729393+0000 mgr.a (mgr.14403) 17784 : cluster 0 pgmap v13279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:37:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:39 smithi194 bash[32038]: cluster 2023-12-08T00:37:38.729393+0000 mgr.a (mgr.14403) 17784 : cluster 0 pgmap v13279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:37:40.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:39 smithi135 bash[32435]: cluster 2023-12-08T00:37:38.729393+0000 mgr.a (mgr.14403) 17784 : cluster 0 pgmap v13279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:37:40.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:37:40.710 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:40.710 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:41.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:41.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:41.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:41.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:37:41.629 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:37:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:41 smithi079 bash[28699]: cluster 2023-12-08T00:37:40.730023+0000 mgr.a (mgr.14403) 17785 : cluster 0 pgmap v13280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:41 smithi194 bash[32038]: cluster 2023-12-08T00:37:40.730023+0000 mgr.a (mgr.14403) 17785 : cluster 0 pgmap v13280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:41 smithi135 bash[32435]: cluster 2023-12-08T00:37:40.730023+0000 mgr.a (mgr.14403) 17785 : cluster 0 pgmap v13280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:43.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:42 smithi079 bash[28699]: audit 2023-12-08T00:37:41.113289+0000 mgr.a (mgr.14403) 17786 : audit 0 from='client.354147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:43.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:42 smithi194 bash[32038]: audit 2023-12-08T00:37:41.113289+0000 mgr.a (mgr.14403) 17786 : audit 0 from='client.354147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:43.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:42 smithi135 bash[32435]: audit 2023-12-08T00:37:41.113289+0000 mgr.a (mgr.14403) 17786 : audit 0 from='client.354147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:43 smithi079 bash[28699]: cluster 2023-12-08T00:37:42.730680+0000 mgr.a (mgr.14403) 17787 : cluster 0 pgmap v13281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:43 smithi194 bash[32038]: cluster 2023-12-08T00:37:42.730680+0000 mgr.a (mgr.14403) 17787 : cluster 0 pgmap v13281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:44.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:43 smithi135 bash[32435]: cluster 2023-12-08T00:37:42.730680+0000 mgr.a (mgr.14403) 17787 : cluster 0 pgmap v13281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:45 smithi079 bash[28699]: cluster 2023-12-08T00:37:44.731522+0000 mgr.a (mgr.14403) 17788 : cluster 0 pgmap v13282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:46.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:45 smithi194 bash[32038]: cluster 2023-12-08T00:37:44.731522+0000 mgr.a (mgr.14403) 17788 : cluster 0 pgmap v13282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:46.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:45 smithi135 bash[32435]: cluster 2023-12-08T00:37:44.731522+0000 mgr.a (mgr.14403) 17788 : cluster 0 pgmap v13282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:46.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:37:46.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:46.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:47.540 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:37:47.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:47.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:47.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:47.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:37:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:47 smithi079 bash[28699]: cluster 2023-12-08T00:37:46.732218+0000 mgr.a (mgr.14403) 17789 : cluster 0 pgmap v13283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:48.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:47 smithi194 bash[32038]: cluster 2023-12-08T00:37:46.732218+0000 mgr.a (mgr.14403) 17789 : cluster 0 pgmap v13283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:48.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:47 smithi135 bash[32435]: cluster 2023-12-08T00:37:46.732218+0000 mgr.a (mgr.14403) 17789 : cluster 0 pgmap v13283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:48 smithi079 bash[28699]: audit 2023-12-08T00:37:47.021458+0000 mgr.a (mgr.14403) 17790 : audit 0 from='client.354225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:48 smithi194 bash[32038]: audit 2023-12-08T00:37:47.021458+0000 mgr.a (mgr.14403) 17790 : audit 0 from='client.354225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:49.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:48 smithi135 bash[32435]: audit 2023-12-08T00:37:47.021458+0000 mgr.a (mgr.14403) 17790 : audit 0 from='client.354225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:49 smithi079 bash[28699]: cluster 2023-12-08T00:37:48.733081+0000 mgr.a (mgr.14403) 17791 : cluster 0 pgmap v13284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:49 smithi194 bash[32038]: cluster 2023-12-08T00:37:48.733081+0000 mgr.a (mgr.14403) 17791 : cluster 0 pgmap v13284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:49 smithi135 bash[32435]: cluster 2023-12-08T00:37:48.733081+0000 mgr.a (mgr.14403) 17791 : cluster 0 pgmap v13284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:51 smithi079 bash[28699]: cluster 2023-12-08T00:37:50.733589+0000 mgr.a (mgr.14403) 17792 : cluster 0 pgmap v13285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:52.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:51 smithi194 bash[32038]: cluster 2023-12-08T00:37:50.733589+0000 mgr.a (mgr.14403) 17792 : cluster 0 pgmap v13285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:52.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:51 smithi135 bash[32435]: cluster 2023-12-08T00:37:50.733589+0000 mgr.a (mgr.14403) 17792 : cluster 0 pgmap v13285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:52.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:37:52.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:52.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:53.451 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:37:53.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:53.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:53.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:53.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:37:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:53 smithi079 bash[28699]: cluster 2023-12-08T00:37:52.734155+0000 mgr.a (mgr.14403) 17793 : cluster 0 pgmap v13286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:53 smithi079 bash[28699]: audit 2023-12-08T00:37:52.938728+0000 mgr.a (mgr.14403) 17794 : audit 0 from='client.354297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:53 smithi194 bash[32038]: cluster 2023-12-08T00:37:52.734155+0000 mgr.a (mgr.14403) 17793 : cluster 0 pgmap v13286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:53 smithi194 bash[32038]: audit 2023-12-08T00:37:52.938728+0000 mgr.a (mgr.14403) 17794 : audit 0 from='client.354297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:53 smithi135 bash[32435]: cluster 2023-12-08T00:37:52.734155+0000 mgr.a (mgr.14403) 17793 : cluster 0 pgmap v13286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:53 smithi135 bash[32435]: audit 2023-12-08T00:37:52.938728+0000 mgr.a (mgr.14403) 17794 : audit 0 from='client.354297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:37:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:55 smithi079 bash[28699]: cluster 2023-12-08T00:37:54.735138+0000 mgr.a (mgr.14403) 17795 : cluster 0 pgmap v13287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:55 smithi194 bash[32038]: cluster 2023-12-08T00:37:54.735138+0000 mgr.a (mgr.14403) 17795 : cluster 0 pgmap v13287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:55 smithi135 bash[32435]: cluster 2023-12-08T00:37:54.735138+0000 mgr.a (mgr.14403) 17795 : cluster 0 pgmap v13287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:37:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:57 smithi079 bash[28699]: cluster 2023-12-08T00:37:56.735655+0000 mgr.a (mgr.14403) 17796 : cluster 0 pgmap v13288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:57 smithi194 bash[32038]: cluster 2023-12-08T00:37:56.735655+0000 mgr.a (mgr.14403) 17796 : cluster 0 pgmap v13288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:57 smithi135 bash[32435]: cluster 2023-12-08T00:37:56.735655+0000 mgr.a (mgr.14403) 17796 : cluster 0 pgmap v13288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:37:58.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:37:58.454 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:37:58.455 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:37:59.381 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:37:59.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:37:59.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:37:59.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:37:59.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:38:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:59 smithi079 bash[28699]: cluster 2023-12-08T00:37:58.736321+0000 mgr.a (mgr.14403) 17797 : cluster 0 pgmap v13289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:37:59 smithi079 bash[28699]: audit 2023-12-08T00:37:58.868185+0000 mgr.a (mgr.14403) 17798 : audit 0 from='client.354375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:59 smithi194 bash[32038]: cluster 2023-12-08T00:37:58.736321+0000 mgr.a (mgr.14403) 17797 : cluster 0 pgmap v13289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:37:59 smithi194 bash[32038]: audit 2023-12-08T00:37:58.868185+0000 mgr.a (mgr.14403) 17798 : audit 0 from='client.354375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:59 smithi135 bash[32435]: cluster 2023-12-08T00:37:58.736321+0000 mgr.a (mgr.14403) 17797 : cluster 0 pgmap v13289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:37:59 smithi135 bash[32435]: audit 2023-12-08T00:37:58.868185+0000 mgr.a (mgr.14403) 17798 : audit 0 from='client.354375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:01 smithi079 bash[28699]: cluster 2023-12-08T00:38:00.736985+0000 mgr.a (mgr.14403) 17799 : cluster 0 pgmap v13290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:01 smithi194 bash[32038]: cluster 2023-12-08T00:38:00.736985+0000 mgr.a (mgr.14403) 17799 : cluster 0 pgmap v13290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:01 smithi135 bash[32435]: cluster 2023-12-08T00:38:00.736985+0000 mgr.a (mgr.14403) 17799 : cluster 0 pgmap v13290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:03 smithi079 bash[28699]: cluster 2023-12-08T00:38:02.737554+0000 mgr.a (mgr.14403) 17800 : cluster 0 pgmap v13291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:03 smithi194 bash[32038]: cluster 2023-12-08T00:38:02.737554+0000 mgr.a (mgr.14403) 17800 : cluster 0 pgmap v13291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:03 smithi135 bash[32435]: cluster 2023-12-08T00:38:02.737554+0000 mgr.a (mgr.14403) 17800 : cluster 0 pgmap v13291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:04.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:38:04.385 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:04.385 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:05.283 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:38:05.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:05.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:05.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:05.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:38:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:05 smithi079 bash[28699]: cluster 2023-12-08T00:38:04.738345+0000 mgr.a (mgr.14403) 17801 : cluster 0 pgmap v13292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:05 smithi079 bash[28699]: audit 2023-12-08T00:38:04.789168+0000 mgr.a (mgr.14403) 17802 : audit 0 from='client.354453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:05 smithi194 bash[32038]: cluster 2023-12-08T00:38:04.738345+0000 mgr.a (mgr.14403) 17801 : cluster 0 pgmap v13292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:06.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:05 smithi194 bash[32038]: audit 2023-12-08T00:38:04.789168+0000 mgr.a (mgr.14403) 17802 : audit 0 from='client.354453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:06.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:05 smithi135 bash[32435]: cluster 2023-12-08T00:38:04.738345+0000 mgr.a (mgr.14403) 17801 : cluster 0 pgmap v13292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:06.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:05 smithi135 bash[32435]: audit 2023-12-08T00:38:04.789168+0000 mgr.a (mgr.14403) 17802 : audit 0 from='client.354453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:07 smithi079 bash[28699]: cluster 2023-12-08T00:38:06.738998+0000 mgr.a (mgr.14403) 17803 : cluster 0 pgmap v13293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:07 smithi194 bash[32038]: cluster 2023-12-08T00:38:06.738998+0000 mgr.a (mgr.14403) 17803 : cluster 0 pgmap v13293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:07 smithi135 bash[32435]: cluster 2023-12-08T00:38:06.738998+0000 mgr.a (mgr.14403) 17803 : cluster 0 pgmap v13293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:09 smithi079 bash[28699]: cluster 2023-12-08T00:38:08.739744+0000 mgr.a (mgr.14403) 17804 : cluster 0 pgmap v13294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:09 smithi194 bash[32038]: cluster 2023-12-08T00:38:08.739744+0000 mgr.a (mgr.14403) 17804 : cluster 0 pgmap v13294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:09 smithi135 bash[32435]: cluster 2023-12-08T00:38:08.739744+0000 mgr.a (mgr.14403) 17804 : cluster 0 pgmap v13294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:10.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:38:10.287 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:10.287 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:11.194 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:38:11.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:11.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:11.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:11.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:38:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:11 smithi079 bash[28699]: audit 2023-12-08T00:38:10.689340+0000 mgr.a (mgr.14403) 17805 : audit 0 from='client.354531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:11 smithi079 bash[28699]: cluster 2023-12-08T00:38:10.740190+0000 mgr.a (mgr.14403) 17806 : cluster 0 pgmap v13295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:11 smithi194 bash[32038]: audit 2023-12-08T00:38:10.689340+0000 mgr.a (mgr.14403) 17805 : audit 0 from='client.354531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:11 smithi194 bash[32038]: cluster 2023-12-08T00:38:10.740190+0000 mgr.a (mgr.14403) 17806 : cluster 0 pgmap v13295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:11 smithi135 bash[32435]: audit 2023-12-08T00:38:10.689340+0000 mgr.a (mgr.14403) 17805 : audit 0 from='client.354531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:11 smithi135 bash[32435]: cluster 2023-12-08T00:38:10.740190+0000 mgr.a (mgr.14403) 17806 : cluster 0 pgmap v13295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:12 smithi079 bash[28699]: audit 2023-12-08T00:38:12.348426+0000 mon.a (mon.0) 2914 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:38:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:12 smithi194 bash[32038]: audit 2023-12-08T00:38:12.348426+0000 mon.a (mon.0) 2914 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:38:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:12 smithi135 bash[32435]: audit 2023-12-08T00:38:12.348426+0000 mon.a (mon.0) 2914 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:38:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:13 smithi079 bash[28699]: cluster 2023-12-08T00:38:12.740858+0000 mgr.a (mgr.14403) 17807 : cluster 0 pgmap v13296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:13 smithi079 bash[28699]: audit 2023-12-08T00:38:12.877930+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:38:14.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:13 smithi079 bash[28699]: audit 2023-12-08T00:38:12.885071+0000 mon.a (mon.0) 2916 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:38:14.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:13 smithi079 bash[28699]: audit 2023-12-08T00:38:13.626171+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:38:14.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:13 smithi079 bash[28699]: audit 2023-12-08T00:38:13.627823+0000 mon.a (mon.0) 2918 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:38:14.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:13 smithi079 bash[28699]: audit 2023-12-08T00:38:13.641492+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:38:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:13 smithi194 bash[32038]: cluster 2023-12-08T00:38:12.740858+0000 mgr.a (mgr.14403) 17807 : cluster 0 pgmap v13296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:13 smithi194 bash[32038]: audit 2023-12-08T00:38:12.877930+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:38:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:13 smithi194 bash[32038]: audit 2023-12-08T00:38:12.885071+0000 mon.a (mon.0) 2916 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:38:14.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:13 smithi194 bash[32038]: audit 2023-12-08T00:38:13.626171+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:38:14.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:13 smithi194 bash[32038]: audit 2023-12-08T00:38:13.627823+0000 mon.a (mon.0) 2918 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:38:14.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:13 smithi194 bash[32038]: audit 2023-12-08T00:38:13.641492+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:38:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:13 smithi135 bash[32435]: cluster 2023-12-08T00:38:12.740858+0000 mgr.a (mgr.14403) 17807 : cluster 0 pgmap v13296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:13 smithi135 bash[32435]: audit 2023-12-08T00:38:12.877930+0000 mon.a (mon.0) 2915 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:38:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:13 smithi135 bash[32435]: audit 2023-12-08T00:38:12.885071+0000 mon.a (mon.0) 2916 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:38:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:13 smithi135 bash[32435]: audit 2023-12-08T00:38:13.626171+0000 mon.a (mon.0) 2917 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:38:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:13 smithi135 bash[32435]: audit 2023-12-08T00:38:13.627823+0000 mon.a (mon.0) 2918 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:38:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:13 smithi135 bash[32435]: audit 2023-12-08T00:38:13.641492+0000 mon.a (mon.0) 2919 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:38:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:15 smithi079 bash[28699]: cluster 2023-12-08T00:38:14.741673+0000 mgr.a (mgr.14403) 17808 : cluster 0 pgmap v13297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:16.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:38:16.196 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:16.197 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:15 smithi194 bash[32038]: cluster 2023-12-08T00:38:14.741673+0000 mgr.a (mgr.14403) 17808 : cluster 0 pgmap v13297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:15 smithi135 bash[32435]: cluster 2023-12-08T00:38:14.741673+0000 mgr.a (mgr.14403) 17808 : cluster 0 pgmap v13297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:17.119 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:38:17.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:17.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:17.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:17.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:38:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:17 smithi079 bash[28699]: audit 2023-12-08T00:38:16.598943+0000 mgr.a (mgr.14403) 17809 : audit 0 from='client.354609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:17 smithi079 bash[28699]: cluster 2023-12-08T00:38:16.753097+0000 mgr.a (mgr.14403) 17810 : cluster 0 pgmap v13298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:17 smithi194 bash[32038]: audit 2023-12-08T00:38:16.598943+0000 mgr.a (mgr.14403) 17809 : audit 0 from='client.354609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:17 smithi194 bash[32038]: cluster 2023-12-08T00:38:16.753097+0000 mgr.a (mgr.14403) 17810 : cluster 0 pgmap v13298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:18.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:17 smithi135 bash[32435]: audit 2023-12-08T00:38:16.598943+0000 mgr.a (mgr.14403) 17809 : audit 0 from='client.354609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:18.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:17 smithi135 bash[32435]: cluster 2023-12-08T00:38:16.753097+0000 mgr.a (mgr.14403) 17810 : cluster 0 pgmap v13298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:19 smithi079 bash[28699]: cluster 2023-12-08T00:38:18.754216+0000 mgr.a (mgr.14403) 17811 : cluster 0 pgmap v13299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:19 smithi194 bash[32038]: cluster 2023-12-08T00:38:18.754216+0000 mgr.a (mgr.14403) 17811 : cluster 0 pgmap v13299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:19 smithi135 bash[32435]: cluster 2023-12-08T00:38:18.754216+0000 mgr.a (mgr.14403) 17811 : cluster 0 pgmap v13299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:22.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:38:22.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:22.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:21 smithi194 bash[32038]: cluster 2023-12-08T00:38:20.754906+0000 mgr.a (mgr.14403) 17812 : cluster 0 pgmap v13300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:21 smithi135 bash[32435]: cluster 2023-12-08T00:38:20.754906+0000 mgr.a (mgr.14403) 17812 : cluster 0 pgmap v13300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:21 smithi079 bash[28699]: cluster 2023-12-08T00:38:20.754906+0000 mgr.a (mgr.14403) 17812 : cluster 0 pgmap v13300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:23.040 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:38:23.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:23.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:23.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:23.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:38:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:23 smithi194 bash[32038]: audit 2023-12-08T00:38:22.525919+0000 mgr.a (mgr.14403) 17813 : audit 0 from='client.354684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:23 smithi194 bash[32038]: cluster 2023-12-08T00:38:22.755534+0000 mgr.a (mgr.14403) 17814 : cluster 0 pgmap v13301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:23 smithi135 bash[32435]: audit 2023-12-08T00:38:22.525919+0000 mgr.a (mgr.14403) 17813 : audit 0 from='client.354684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:23 smithi135 bash[32435]: cluster 2023-12-08T00:38:22.755534+0000 mgr.a (mgr.14403) 17814 : cluster 0 pgmap v13301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:23 smithi079 bash[28699]: audit 2023-12-08T00:38:22.525919+0000 mgr.a (mgr.14403) 17813 : audit 0 from='client.354684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:23 smithi079 bash[28699]: cluster 2023-12-08T00:38:22.755534+0000 mgr.a (mgr.14403) 17814 : cluster 0 pgmap v13301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:25 smithi079 bash[28699]: cluster 2023-12-08T00:38:24.756398+0000 mgr.a (mgr.14403) 17815 : cluster 0 pgmap v13302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:25 smithi194 bash[32038]: cluster 2023-12-08T00:38:24.756398+0000 mgr.a (mgr.14403) 17815 : cluster 0 pgmap v13302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:25 smithi135 bash[32435]: cluster 2023-12-08T00:38:24.756398+0000 mgr.a (mgr.14403) 17815 : cluster 0 pgmap v13302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:28.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:38:28.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:28.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:27 smithi079 bash[28699]: cluster 2023-12-08T00:38:26.756940+0000 mgr.a (mgr.14403) 17816 : cluster 0 pgmap v13303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:27 smithi194 bash[32038]: cluster 2023-12-08T00:38:26.756940+0000 mgr.a (mgr.14403) 17816 : cluster 0 pgmap v13303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:27 smithi135 bash[32435]: cluster 2023-12-08T00:38:26.756940+0000 mgr.a (mgr.14403) 17816 : cluster 0 pgmap v13303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:28.932 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:38:28.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:28.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:28.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:28.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:38:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:29 smithi079 bash[28699]: audit 2023-12-08T00:38:28.435100+0000 mgr.a (mgr.14403) 17817 : audit 0 from='client.354762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:29 smithi079 bash[28699]: cluster 2023-12-08T00:38:28.757673+0000 mgr.a (mgr.14403) 17818 : cluster 0 pgmap v13304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:29 smithi194 bash[32038]: audit 2023-12-08T00:38:28.435100+0000 mgr.a (mgr.14403) 17817 : audit 0 from='client.354762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:29 smithi194 bash[32038]: cluster 2023-12-08T00:38:28.757673+0000 mgr.a (mgr.14403) 17818 : cluster 0 pgmap v13304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:29 smithi135 bash[32435]: audit 2023-12-08T00:38:28.435100+0000 mgr.a (mgr.14403) 17817 : audit 0 from='client.354762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:29 smithi135 bash[32435]: cluster 2023-12-08T00:38:28.757673+0000 mgr.a (mgr.14403) 17818 : cluster 0 pgmap v13304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:31 smithi079 bash[28699]: cluster 2023-12-08T00:38:30.758341+0000 mgr.a (mgr.14403) 17819 : cluster 0 pgmap v13305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:31 smithi194 bash[32038]: cluster 2023-12-08T00:38:30.758341+0000 mgr.a (mgr.14403) 17819 : cluster 0 pgmap v13305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:31 smithi135 bash[32435]: cluster 2023-12-08T00:38:30.758341+0000 mgr.a (mgr.14403) 17819 : cluster 0 pgmap v13305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:33 smithi194 bash[32038]: cluster 2023-12-08T00:38:32.758909+0000 mgr.a (mgr.14403) 17820 : cluster 0 pgmap v13306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:33 smithi135 bash[32435]: cluster 2023-12-08T00:38:32.758909+0000 mgr.a (mgr.14403) 17820 : cluster 0 pgmap v13306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:33 smithi079 bash[28699]: cluster 2023-12-08T00:38:32.758909+0000 mgr.a (mgr.14403) 17820 : cluster 0 pgmap v13306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:33.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:38:33.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:33.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:34.847 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:38:34.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:34.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:34.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:34.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:38:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:35 smithi079 bash[28699]: audit 2023-12-08T00:38:34.339759+0000 mgr.a (mgr.14403) 17821 : audit 0 from='client.354840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:35 smithi079 bash[28699]: cluster 2023-12-08T00:38:34.760147+0000 mgr.a (mgr.14403) 17822 : cluster 0 pgmap v13307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:35 smithi194 bash[32038]: audit 2023-12-08T00:38:34.339759+0000 mgr.a (mgr.14403) 17821 : audit 0 from='client.354840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:35 smithi194 bash[32038]: cluster 2023-12-08T00:38:34.760147+0000 mgr.a (mgr.14403) 17822 : cluster 0 pgmap v13307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:36.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:35 smithi135 bash[32435]: audit 2023-12-08T00:38:34.339759+0000 mgr.a (mgr.14403) 17821 : audit 0 from='client.354840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:36.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:35 smithi135 bash[32435]: cluster 2023-12-08T00:38:34.760147+0000 mgr.a (mgr.14403) 17822 : cluster 0 pgmap v13307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:37 smithi079 bash[28699]: cluster 2023-12-08T00:38:36.760744+0000 mgr.a (mgr.14403) 17823 : cluster 0 pgmap v13308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:37 smithi194 bash[32038]: cluster 2023-12-08T00:38:36.760744+0000 mgr.a (mgr.14403) 17823 : cluster 0 pgmap v13308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:37 smithi135 bash[32435]: cluster 2023-12-08T00:38:36.760744+0000 mgr.a (mgr.14403) 17823 : cluster 0 pgmap v13308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:38:39.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:38:39.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:39.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:39 smithi079 bash[28699]: cluster 2023-12-08T00:38:38.761474+0000 mgr.a (mgr.14403) 17824 : cluster 0 pgmap v13309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:39 smithi194 bash[32038]: cluster 2023-12-08T00:38:38.761474+0000 mgr.a (mgr.14403) 17824 : cluster 0 pgmap v13309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:40.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:39 smithi135 bash[32435]: cluster 2023-12-08T00:38:38.761474+0000 mgr.a (mgr.14403) 17824 : cluster 0 pgmap v13309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:40.783 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:38:40.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:40.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:40.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:40.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:38:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:41 smithi079 bash[28699]: audit 2023-12-08T00:38:40.250785+0000 mgr.a (mgr.14403) 17825 : audit 0 from='client.354918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:41 smithi079 bash[28699]: cluster 2023-12-08T00:38:40.762201+0000 mgr.a (mgr.14403) 17826 : cluster 0 pgmap v13310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:41 smithi194 bash[32038]: audit 2023-12-08T00:38:40.250785+0000 mgr.a (mgr.14403) 17825 : audit 0 from='client.354918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:41 smithi194 bash[32038]: cluster 2023-12-08T00:38:40.762201+0000 mgr.a (mgr.14403) 17826 : cluster 0 pgmap v13310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:41 smithi135 bash[32435]: audit 2023-12-08T00:38:40.250785+0000 mgr.a (mgr.14403) 17825 : audit 0 from='client.354918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:41 smithi135 bash[32435]: cluster 2023-12-08T00:38:40.762201+0000 mgr.a (mgr.14403) 17826 : cluster 0 pgmap v13310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:43 smithi194 bash[32038]: cluster 2023-12-08T00:38:42.762832+0000 mgr.a (mgr.14403) 17827 : cluster 0 pgmap v13311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:43 smithi135 bash[32435]: cluster 2023-12-08T00:38:42.762832+0000 mgr.a (mgr.14403) 17827 : cluster 0 pgmap v13311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:43 smithi079 bash[28699]: cluster 2023-12-08T00:38:42.762832+0000 mgr.a (mgr.14403) 17827 : cluster 0 pgmap v13311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:45.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:38:45.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:45.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:45 smithi079 bash[28699]: cluster 2023-12-08T00:38:44.763617+0000 mgr.a (mgr.14403) 17828 : cluster 0 pgmap v13312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:46.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:45 smithi194 bash[32038]: cluster 2023-12-08T00:38:44.763617+0000 mgr.a (mgr.14403) 17828 : cluster 0 pgmap v13312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:46.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:45 smithi135 bash[32435]: cluster 2023-12-08T00:38:44.763617+0000 mgr.a (mgr.14403) 17828 : cluster 0 pgmap v13312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:46.681 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:38:46.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:46.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:46.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:46.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:38:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:47 smithi079 bash[28699]: audit 2023-12-08T00:38:46.189715+0000 mgr.a (mgr.14403) 17829 : audit 0 from='client.354996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:47 smithi079 bash[28699]: cluster 2023-12-08T00:38:46.764275+0000 mgr.a (mgr.14403) 17830 : cluster 0 pgmap v13313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:48.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:47 smithi194 bash[32038]: audit 2023-12-08T00:38:46.189715+0000 mgr.a (mgr.14403) 17829 : audit 0 from='client.354996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:48.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:47 smithi194 bash[32038]: cluster 2023-12-08T00:38:46.764275+0000 mgr.a (mgr.14403) 17830 : cluster 0 pgmap v13313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:48.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:47 smithi135 bash[32435]: audit 2023-12-08T00:38:46.189715+0000 mgr.a (mgr.14403) 17829 : audit 0 from='client.354996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:48.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:47 smithi135 bash[32435]: cluster 2023-12-08T00:38:46.764275+0000 mgr.a (mgr.14403) 17830 : cluster 0 pgmap v13313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:49 smithi079 bash[28699]: cluster 2023-12-08T00:38:48.765063+0000 mgr.a (mgr.14403) 17831 : cluster 0 pgmap v13314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:49 smithi194 bash[32038]: cluster 2023-12-08T00:38:48.765063+0000 mgr.a (mgr.14403) 17831 : cluster 0 pgmap v13314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:49 smithi135 bash[32435]: cluster 2023-12-08T00:38:48.765063+0000 mgr.a (mgr.14403) 17831 : cluster 0 pgmap v13314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:51.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:38:51.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:51.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:51 smithi079 bash[28699]: cluster 2023-12-08T00:38:50.765659+0000 mgr.a (mgr.14403) 17832 : cluster 0 pgmap v13315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:52.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:51 smithi194 bash[32038]: cluster 2023-12-08T00:38:50.765659+0000 mgr.a (mgr.14403) 17832 : cluster 0 pgmap v13315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:52.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:51 smithi135 bash[32435]: cluster 2023-12-08T00:38:50.765659+0000 mgr.a (mgr.14403) 17832 : cluster 0 pgmap v13315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:52.612 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:38:52.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:52.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:52.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:52.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:38:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:53 smithi194 bash[32038]: audit 2023-12-08T00:38:52.087023+0000 mgr.a (mgr.14403) 17833 : audit 0 from='client.355074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:53 smithi194 bash[32038]: cluster 2023-12-08T00:38:52.766318+0000 mgr.a (mgr.14403) 17834 : cluster 0 pgmap v13316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:53 smithi135 bash[32435]: audit 2023-12-08T00:38:52.087023+0000 mgr.a (mgr.14403) 17833 : audit 0 from='client.355074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:53 smithi135 bash[32435]: cluster 2023-12-08T00:38:52.766318+0000 mgr.a (mgr.14403) 17834 : cluster 0 pgmap v13316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:53 smithi079 bash[28699]: audit 2023-12-08T00:38:52.087023+0000 mgr.a (mgr.14403) 17833 : audit 0 from='client.355074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:38:53.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:53 smithi079 bash[28699]: cluster 2023-12-08T00:38:52.766318+0000 mgr.a (mgr.14403) 17834 : cluster 0 pgmap v13316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:55 smithi079 bash[28699]: cluster 2023-12-08T00:38:54.767120+0000 mgr.a (mgr.14403) 17835 : cluster 0 pgmap v13317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:55 smithi194 bash[32038]: cluster 2023-12-08T00:38:54.767120+0000 mgr.a (mgr.14403) 17835 : cluster 0 pgmap v13317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:55 smithi135 bash[32435]: cluster 2023-12-08T00:38:54.767120+0000 mgr.a (mgr.14403) 17835 : cluster 0 pgmap v13317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:38:57.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:38:57.616 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:38:57.616 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:38:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:57 smithi079 bash[28699]: cluster 2023-12-08T00:38:56.767606+0000 mgr.a (mgr.14403) 17836 : cluster 0 pgmap v13318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:57 smithi194 bash[32038]: cluster 2023-12-08T00:38:56.767606+0000 mgr.a (mgr.14403) 17836 : cluster 0 pgmap v13318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:57 smithi135 bash[32435]: cluster 2023-12-08T00:38:56.767606+0000 mgr.a (mgr.14403) 17836 : cluster 0 pgmap v13318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:38:58.545 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:38:58.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:38:58.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:38:58.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:38:58.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:39:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:59 smithi079 bash[28699]: audit 2023-12-08T00:38:58.025314+0000 mgr.a (mgr.14403) 17837 : audit 0 from='client.355152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:38:59 smithi079 bash[28699]: cluster 2023-12-08T00:38:58.768560+0000 mgr.a (mgr.14403) 17838 : cluster 0 pgmap v13319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:59 smithi194 bash[32038]: audit 2023-12-08T00:38:58.025314+0000 mgr.a (mgr.14403) 17837 : audit 0 from='client.355152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:38:59 smithi194 bash[32038]: cluster 2023-12-08T00:38:58.768560+0000 mgr.a (mgr.14403) 17838 : cluster 0 pgmap v13319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:59 smithi135 bash[32435]: audit 2023-12-08T00:38:58.025314+0000 mgr.a (mgr.14403) 17837 : audit 0 from='client.355152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:38:59 smithi135 bash[32435]: cluster 2023-12-08T00:38:58.768560+0000 mgr.a (mgr.14403) 17838 : cluster 0 pgmap v13319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:01 smithi079 bash[28699]: cluster 2023-12-08T00:39:00.769136+0000 mgr.a (mgr.14403) 17839 : cluster 0 pgmap v13320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:01 smithi194 bash[32038]: cluster 2023-12-08T00:39:00.769136+0000 mgr.a (mgr.14403) 17839 : cluster 0 pgmap v13320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:02.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:01 smithi135 bash[32435]: cluster 2023-12-08T00:39:00.769136+0000 mgr.a (mgr.14403) 17839 : cluster 0 pgmap v13320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:03.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:39:03.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:03.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:03 smithi194 bash[32038]: cluster 2023-12-08T00:39:02.769687+0000 mgr.a (mgr.14403) 17840 : cluster 0 pgmap v13321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:03 smithi135 bash[32435]: cluster 2023-12-08T00:39:02.769687+0000 mgr.a (mgr.14403) 17840 : cluster 0 pgmap v13321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:03 smithi079 bash[28699]: cluster 2023-12-08T00:39:02.769687+0000 mgr.a (mgr.14403) 17840 : cluster 0 pgmap v13321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:04.461 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:39:04.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:04.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:04.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:04.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:39:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:04 smithi194 bash[32038]: audit 2023-12-08T00:39:03.954204+0000 mgr.a (mgr.14403) 17841 : audit 0 from='client.355230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:04 smithi135 bash[32435]: audit 2023-12-08T00:39:03.954204+0000 mgr.a (mgr.14403) 17841 : audit 0 from='client.355230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:04 smithi079 bash[28699]: audit 2023-12-08T00:39:03.954204+0000 mgr.a (mgr.14403) 17841 : audit 0 from='client.355230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:05 smithi194 bash[32038]: cluster 2023-12-08T00:39:04.770769+0000 mgr.a (mgr.14403) 17842 : cluster 0 pgmap v13322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:05 smithi135 bash[32435]: cluster 2023-12-08T00:39:04.770769+0000 mgr.a (mgr.14403) 17842 : cluster 0 pgmap v13322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:05 smithi079 bash[28699]: cluster 2023-12-08T00:39:04.770769+0000 mgr.a (mgr.14403) 17842 : cluster 0 pgmap v13322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:07 smithi079 bash[28699]: cluster 2023-12-08T00:39:06.771339+0000 mgr.a (mgr.14403) 17843 : cluster 0 pgmap v13323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:07 smithi194 bash[32038]: cluster 2023-12-08T00:39:06.771339+0000 mgr.a (mgr.14403) 17843 : cluster 0 pgmap v13323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:07 smithi135 bash[32435]: cluster 2023-12-08T00:39:06.771339+0000 mgr.a (mgr.14403) 17843 : cluster 0 pgmap v13323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:09.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:39:09.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:09.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:09 smithi079 bash[28699]: cluster 2023-12-08T00:39:08.772082+0000 mgr.a (mgr.14403) 17844 : cluster 0 pgmap v13324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:09 smithi194 bash[32038]: cluster 2023-12-08T00:39:08.772082+0000 mgr.a (mgr.14403) 17844 : cluster 0 pgmap v13324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:09 smithi135 bash[32435]: cluster 2023-12-08T00:39:08.772082+0000 mgr.a (mgr.14403) 17844 : cluster 0 pgmap v13324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:10.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:39:10.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:10.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:10.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:10.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:39:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:10 smithi079 bash[28699]: audit 2023-12-08T00:39:09.874316+0000 mgr.a (mgr.14403) 17845 : audit 0 from='client.355305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:10 smithi194 bash[32038]: audit 2023-12-08T00:39:09.874316+0000 mgr.a (mgr.14403) 17845 : audit 0 from='client.355305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:11.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:10 smithi135 bash[32435]: audit 2023-12-08T00:39:09.874316+0000 mgr.a (mgr.14403) 17845 : audit 0 from='client.355305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:11 smithi079 bash[28699]: cluster 2023-12-08T00:39:10.772843+0000 mgr.a (mgr.14403) 17846 : cluster 0 pgmap v13325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:11 smithi194 bash[32038]: cluster 2023-12-08T00:39:10.772843+0000 mgr.a (mgr.14403) 17846 : cluster 0 pgmap v13325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:11 smithi135 bash[32435]: cluster 2023-12-08T00:39:10.772843+0000 mgr.a (mgr.14403) 17846 : cluster 0 pgmap v13325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:13 smithi194 bash[32038]: cluster 2023-12-08T00:39:12.773447+0000 mgr.a (mgr.14403) 17847 : cluster 0 pgmap v13326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:13 smithi135 bash[32435]: cluster 2023-12-08T00:39:12.773447+0000 mgr.a (mgr.14403) 17847 : cluster 0 pgmap v13326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:13 smithi079 bash[28699]: cluster 2023-12-08T00:39:12.773447+0000 mgr.a (mgr.14403) 17847 : cluster 0 pgmap v13326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:14 smithi194 bash[32038]: audit 2023-12-08T00:39:13.745122+0000 mon.a (mon.0) 2920 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:39:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:14 smithi135 bash[32435]: audit 2023-12-08T00:39:13.745122+0000 mon.a (mon.0) 2920 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:39:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:14 smithi079 bash[28699]: audit 2023-12-08T00:39:13.745122+0000 mon.a (mon.0) 2920 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:39:15.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:39:15.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:15.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:15 smithi194 bash[32038]: audit 2023-12-08T00:39:14.487160+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:39:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:15 smithi194 bash[32038]: audit 2023-12-08T00:39:14.489142+0000 mon.a (mon.0) 2922 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:39:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:15 smithi194 bash[32038]: audit 2023-12-08T00:39:14.500369+0000 mon.a (mon.0) 2923 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:39:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:15 smithi194 bash[32038]: cluster 2023-12-08T00:39:14.774230+0000 mgr.a (mgr.14403) 17848 : cluster 0 pgmap v13327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:15 smithi135 bash[32435]: audit 2023-12-08T00:39:14.487160+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:39:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:15 smithi135 bash[32435]: audit 2023-12-08T00:39:14.489142+0000 mon.a (mon.0) 2922 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:39:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:15 smithi135 bash[32435]: audit 2023-12-08T00:39:14.500369+0000 mon.a (mon.0) 2923 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:39:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:15 smithi135 bash[32435]: cluster 2023-12-08T00:39:14.774230+0000 mgr.a (mgr.14403) 17848 : cluster 0 pgmap v13327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:15 smithi079 bash[28699]: audit 2023-12-08T00:39:14.487160+0000 mon.a (mon.0) 2921 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:39:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:15 smithi079 bash[28699]: audit 2023-12-08T00:39:14.489142+0000 mon.a (mon.0) 2922 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:39:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:15 smithi079 bash[28699]: audit 2023-12-08T00:39:14.500369+0000 mon.a (mon.0) 2923 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:39:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:15 smithi079 bash[28699]: cluster 2023-12-08T00:39:14.774230+0000 mgr.a (mgr.14403) 17848 : cluster 0 pgmap v13327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:16.289 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:39:16.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:16.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:16.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:16.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:39:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:16 smithi079 bash[28699]: audit 2023-12-08T00:39:15.776746+0000 mgr.a (mgr.14403) 17849 : audit 0 from='client.355383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:16 smithi194 bash[32038]: audit 2023-12-08T00:39:15.776746+0000 mgr.a (mgr.14403) 17849 : audit 0 from='client.355383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:16 smithi135 bash[32435]: audit 2023-12-08T00:39:15.776746+0000 mgr.a (mgr.14403) 17849 : audit 0 from='client.355383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:17 smithi079 bash[28699]: cluster 2023-12-08T00:39:16.774996+0000 mgr.a (mgr.14403) 17850 : cluster 0 pgmap v13328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:17.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:17 smithi194 bash[32038]: cluster 2023-12-08T00:39:16.774996+0000 mgr.a (mgr.14403) 17850 : cluster 0 pgmap v13328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:17 smithi135 bash[32435]: cluster 2023-12-08T00:39:16.774996+0000 mgr.a (mgr.14403) 17850 : cluster 0 pgmap v13328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:19 smithi079 bash[28699]: cluster 2023-12-08T00:39:18.775797+0000 mgr.a (mgr.14403) 17851 : cluster 0 pgmap v13329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:19 smithi194 bash[32038]: cluster 2023-12-08T00:39:18.775797+0000 mgr.a (mgr.14403) 17851 : cluster 0 pgmap v13329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:19 smithi135 bash[32435]: cluster 2023-12-08T00:39:18.775797+0000 mgr.a (mgr.14403) 17851 : cluster 0 pgmap v13329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:21.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:39:21.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:21.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:21 smithi079 bash[28699]: cluster 2023-12-08T00:39:20.776363+0000 mgr.a (mgr.14403) 17852 : cluster 0 pgmap v13330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:22.187 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:39:22.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:22.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:22.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:22.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:39:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:21 smithi194 bash[32038]: cluster 2023-12-08T00:39:20.776363+0000 mgr.a (mgr.14403) 17852 : cluster 0 pgmap v13330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:21 smithi135 bash[32435]: cluster 2023-12-08T00:39:20.776363+0000 mgr.a (mgr.14403) 17852 : cluster 0 pgmap v13330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:22 smithi079 bash[28699]: audit 2023-12-08T00:39:21.683572+0000 mgr.a (mgr.14403) 17853 : audit 0 from='client.355455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:23.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:22 smithi194 bash[32038]: audit 2023-12-08T00:39:21.683572+0000 mgr.a (mgr.14403) 17853 : audit 0 from='client.355455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:23.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:22 smithi135 bash[32435]: audit 2023-12-08T00:39:21.683572+0000 mgr.a (mgr.14403) 17853 : audit 0 from='client.355455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:23 smithi079 bash[28699]: cluster 2023-12-08T00:39:22.777089+0000 mgr.a (mgr.14403) 17854 : cluster 0 pgmap v13331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:23 smithi194 bash[32038]: cluster 2023-12-08T00:39:22.777089+0000 mgr.a (mgr.14403) 17854 : cluster 0 pgmap v13331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:24.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:23 smithi135 bash[32435]: cluster 2023-12-08T00:39:22.777089+0000 mgr.a (mgr.14403) 17854 : cluster 0 pgmap v13331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:25 smithi079 bash[28699]: cluster 2023-12-08T00:39:24.777896+0000 mgr.a (mgr.14403) 17855 : cluster 0 pgmap v13332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:25 smithi194 bash[32038]: cluster 2023-12-08T00:39:24.777896+0000 mgr.a (mgr.14403) 17855 : cluster 0 pgmap v13332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:25 smithi135 bash[32435]: cluster 2023-12-08T00:39:24.777896+0000 mgr.a (mgr.14403) 17855 : cluster 0 pgmap v13332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:27.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:39:27.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:27.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:28.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:28.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:28.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:28.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:39:28.119 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:39:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:27 smithi079 bash[28699]: cluster 2023-12-08T00:39:26.778437+0000 mgr.a (mgr.14403) 17856 : cluster 0 pgmap v13333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:27 smithi194 bash[32038]: cluster 2023-12-08T00:39:26.778437+0000 mgr.a (mgr.14403) 17856 : cluster 0 pgmap v13333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:27 smithi135 bash[32435]: cluster 2023-12-08T00:39:26.778437+0000 mgr.a (mgr.14403) 17856 : cluster 0 pgmap v13333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:28 smithi079 bash[28699]: audit 2023-12-08T00:39:27.601534+0000 mgr.a (mgr.14403) 17857 : audit 0 from='client.355527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:28 smithi194 bash[32038]: audit 2023-12-08T00:39:27.601534+0000 mgr.a (mgr.14403) 17857 : audit 0 from='client.355527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:29.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:28 smithi135 bash[32435]: audit 2023-12-08T00:39:27.601534+0000 mgr.a (mgr.14403) 17857 : audit 0 from='client.355527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:29 smithi079 bash[28699]: cluster 2023-12-08T00:39:28.779510+0000 mgr.a (mgr.14403) 17858 : cluster 0 pgmap v13334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:29 smithi194 bash[32038]: cluster 2023-12-08T00:39:28.779510+0000 mgr.a (mgr.14403) 17858 : cluster 0 pgmap v13334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:29 smithi135 bash[32435]: cluster 2023-12-08T00:39:28.779510+0000 mgr.a (mgr.14403) 17858 : cluster 0 pgmap v13334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:31 smithi079 bash[28699]: cluster 2023-12-08T00:39:30.780132+0000 mgr.a (mgr.14403) 17859 : cluster 0 pgmap v13335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:31 smithi194 bash[32038]: cluster 2023-12-08T00:39:30.780132+0000 mgr.a (mgr.14403) 17859 : cluster 0 pgmap v13335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:31 smithi135 bash[32435]: cluster 2023-12-08T00:39:30.780132+0000 mgr.a (mgr.14403) 17859 : cluster 0 pgmap v13335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:33.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:39:33.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:33.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:33 smithi194 bash[32038]: cluster 2023-12-08T00:39:32.780679+0000 mgr.a (mgr.14403) 17860 : cluster 0 pgmap v13336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:33 smithi135 bash[32435]: cluster 2023-12-08T00:39:32.780679+0000 mgr.a (mgr.14403) 17860 : cluster 0 pgmap v13336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:33 smithi079 bash[28699]: cluster 2023-12-08T00:39:32.780679+0000 mgr.a (mgr.14403) 17860 : cluster 0 pgmap v13336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:34.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:34.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:34.047 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:39:34.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:34.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:39:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:34 smithi194 bash[32038]: audit 2023-12-08T00:39:33.523835+0000 mgr.a (mgr.14403) 17861 : audit 0 from='client.355602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:34 smithi135 bash[32435]: audit 2023-12-08T00:39:33.523835+0000 mgr.a (mgr.14403) 17861 : audit 0 from='client.355602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:34.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:34 smithi079 bash[28699]: audit 2023-12-08T00:39:33.523835+0000 mgr.a (mgr.14403) 17861 : audit 0 from='client.355602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:35 smithi194 bash[32038]: cluster 2023-12-08T00:39:34.781718+0000 mgr.a (mgr.14403) 17862 : cluster 0 pgmap v13337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:35 smithi135 bash[32435]: cluster 2023-12-08T00:39:34.781718+0000 mgr.a (mgr.14403) 17862 : cluster 0 pgmap v13337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:35 smithi079 bash[28699]: cluster 2023-12-08T00:39:34.781718+0000 mgr.a (mgr.14403) 17862 : cluster 0 pgmap v13337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:37 smithi079 bash[28699]: cluster 2023-12-08T00:39:36.782284+0000 mgr.a (mgr.14403) 17863 : cluster 0 pgmap v13338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:37 smithi194 bash[32038]: cluster 2023-12-08T00:39:36.782284+0000 mgr.a (mgr.14403) 17863 : cluster 0 pgmap v13338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:37 smithi135 bash[32435]: cluster 2023-12-08T00:39:36.782284+0000 mgr.a (mgr.14403) 17863 : cluster 0 pgmap v13338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:39.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:39:39.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:39.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:39.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:39.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:39.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:39.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:39:39.973 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:39:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:39 smithi079 bash[28699]: cluster 2023-12-08T00:39:38.783133+0000 mgr.a (mgr.14403) 17864 : cluster 0 pgmap v13339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:39 smithi194 bash[32038]: cluster 2023-12-08T00:39:38.783133+0000 mgr.a (mgr.14403) 17864 : cluster 0 pgmap v13339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:40.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:39 smithi135 bash[32435]: cluster 2023-12-08T00:39:38.783133+0000 mgr.a (mgr.14403) 17864 : cluster 0 pgmap v13339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:40 smithi079 bash[28699]: audit 2023-12-08T00:39:39.454594+0000 mgr.a (mgr.14403) 17865 : audit 0 from='client.355674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:41.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:40 smithi194 bash[32038]: audit 2023-12-08T00:39:39.454594+0000 mgr.a (mgr.14403) 17865 : audit 0 from='client.355674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:41.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:40 smithi135 bash[32435]: audit 2023-12-08T00:39:39.454594+0000 mgr.a (mgr.14403) 17865 : audit 0 from='client.355674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:41 smithi079 bash[28699]: cluster 2023-12-08T00:39:40.783758+0000 mgr.a (mgr.14403) 17866 : cluster 0 pgmap v13340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:41 smithi194 bash[32038]: cluster 2023-12-08T00:39:40.783758+0000 mgr.a (mgr.14403) 17866 : cluster 0 pgmap v13340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:41 smithi135 bash[32435]: cluster 2023-12-08T00:39:40.783758+0000 mgr.a (mgr.14403) 17866 : cluster 0 pgmap v13340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:43 smithi194 bash[32038]: cluster 2023-12-08T00:39:42.784307+0000 mgr.a (mgr.14403) 17867 : cluster 0 pgmap v13341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:43 smithi135 bash[32435]: cluster 2023-12-08T00:39:42.784307+0000 mgr.a (mgr.14403) 17867 : cluster 0 pgmap v13341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:43 smithi079 bash[28699]: cluster 2023-12-08T00:39:42.784307+0000 mgr.a (mgr.14403) 17867 : cluster 0 pgmap v13341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:39:44.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:39:44.976 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:44.977 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:45.862 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:39:45.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:45.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:45.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:45.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:39:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:45 smithi079 bash[28699]: cluster 2023-12-08T00:39:44.785117+0000 mgr.a (mgr.14403) 17868 : cluster 0 pgmap v13342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:46.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:45 smithi194 bash[32038]: cluster 2023-12-08T00:39:44.785117+0000 mgr.a (mgr.14403) 17868 : cluster 0 pgmap v13342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:46.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:45 smithi135 bash[32435]: cluster 2023-12-08T00:39:44.785117+0000 mgr.a (mgr.14403) 17868 : cluster 0 pgmap v13342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:46 smithi079 bash[28699]: audit 2023-12-08T00:39:45.370002+0000 mgr.a (mgr.14403) 17869 : audit 0 from='client.355752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:46 smithi194 bash[32038]: audit 2023-12-08T00:39:45.370002+0000 mgr.a (mgr.14403) 17869 : audit 0 from='client.355752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:47.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:46 smithi135 bash[32435]: audit 2023-12-08T00:39:45.370002+0000 mgr.a (mgr.14403) 17869 : audit 0 from='client.355752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:47 smithi079 bash[28699]: cluster 2023-12-08T00:39:46.785910+0000 mgr.a (mgr.14403) 17870 : cluster 0 pgmap v13343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:48.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:47 smithi194 bash[32038]: cluster 2023-12-08T00:39:46.785910+0000 mgr.a (mgr.14403) 17870 : cluster 0 pgmap v13343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:48.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:47 smithi135 bash[32435]: cluster 2023-12-08T00:39:46.785910+0000 mgr.a (mgr.14403) 17870 : cluster 0 pgmap v13343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:49 smithi079 bash[28699]: cluster 2023-12-08T00:39:48.786733+0000 mgr.a (mgr.14403) 17871 : cluster 0 pgmap v13344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:49 smithi194 bash[32038]: cluster 2023-12-08T00:39:48.786733+0000 mgr.a (mgr.14403) 17871 : cluster 0 pgmap v13344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:49 smithi135 bash[32435]: cluster 2023-12-08T00:39:48.786733+0000 mgr.a (mgr.14403) 17871 : cluster 0 pgmap v13344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:50.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:39:50.865 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:50.865 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:51.780 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:39:51.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:51.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:51.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:51.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:39:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:51 smithi079 bash[28699]: cluster 2023-12-08T00:39:50.787330+0000 mgr.a (mgr.14403) 17872 : cluster 0 pgmap v13345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:52.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:51 smithi194 bash[32038]: cluster 2023-12-08T00:39:50.787330+0000 mgr.a (mgr.14403) 17872 : cluster 0 pgmap v13345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:52.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:51 smithi135 bash[32435]: cluster 2023-12-08T00:39:50.787330+0000 mgr.a (mgr.14403) 17872 : cluster 0 pgmap v13345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:52 smithi079 bash[28699]: audit 2023-12-08T00:39:51.265124+0000 mgr.a (mgr.14403) 17873 : audit 0 from='client.355830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:53.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:52 smithi194 bash[32038]: audit 2023-12-08T00:39:51.265124+0000 mgr.a (mgr.14403) 17873 : audit 0 from='client.355830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:53.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:52 smithi135 bash[32435]: audit 2023-12-08T00:39:51.265124+0000 mgr.a (mgr.14403) 17873 : audit 0 from='client.355830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:53 smithi079 bash[28699]: cluster 2023-12-08T00:39:52.788048+0000 mgr.a (mgr.14403) 17874 : cluster 0 pgmap v13346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:53 smithi194 bash[32038]: cluster 2023-12-08T00:39:52.788048+0000 mgr.a (mgr.14403) 17874 : cluster 0 pgmap v13346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:54.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:53 smithi135 bash[32435]: cluster 2023-12-08T00:39:52.788048+0000 mgr.a (mgr.14403) 17874 : cluster 0 pgmap v13346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:55 smithi079 bash[28699]: cluster 2023-12-08T00:39:54.788863+0000 mgr.a (mgr.14403) 17875 : cluster 0 pgmap v13347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:55 smithi194 bash[32038]: cluster 2023-12-08T00:39:54.788863+0000 mgr.a (mgr.14403) 17875 : cluster 0 pgmap v13347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:55 smithi135 bash[32435]: cluster 2023-12-08T00:39:54.788863+0000 mgr.a (mgr.14403) 17875 : cluster 0 pgmap v13347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:39:56.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:39:56.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:39:56.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:39:57.718 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:39:57.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:39:57.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:39:57.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:39:57.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:39:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:57 smithi079 bash[28699]: cluster 2023-12-08T00:39:56.789520+0000 mgr.a (mgr.14403) 17876 : cluster 0 pgmap v13348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:57 smithi194 bash[32038]: cluster 2023-12-08T00:39:56.789520+0000 mgr.a (mgr.14403) 17876 : cluster 0 pgmap v13348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:57 smithi135 bash[32435]: cluster 2023-12-08T00:39:56.789520+0000 mgr.a (mgr.14403) 17876 : cluster 0 pgmap v13348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:39:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:58 smithi079 bash[28699]: audit 2023-12-08T00:39:57.194534+0000 mgr.a (mgr.14403) 17877 : audit 0 from='client.355905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:58 smithi194 bash[32038]: audit 2023-12-08T00:39:57.194534+0000 mgr.a (mgr.14403) 17877 : audit 0 from='client.355905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:39:59.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:58 smithi135 bash[32435]: audit 2023-12-08T00:39:57.194534+0000 mgr.a (mgr.14403) 17877 : audit 0 from='client.355905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:39:59 smithi079 bash[28699]: cluster 2023-12-08T00:39:58.790463+0000 mgr.a (mgr.14403) 17878 : cluster 0 pgmap v13349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:39:59 smithi194 bash[32038]: cluster 2023-12-08T00:39:58.790463+0000 mgr.a (mgr.14403) 17878 : cluster 0 pgmap v13349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:39:59 smithi135 bash[32435]: cluster 2023-12-08T00:39:58.790463+0000 mgr.a (mgr.14403) 17878 : cluster 0 pgmap v13349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:00 smithi079 bash[28699]: cluster 2023-12-08T00:40:00.000150+0000 mon.a (mon.0) 2924 : cluster 1 overall HEALTH_OK 2023-12-08T00:40:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:00 smithi194 bash[32038]: cluster 2023-12-08T00:40:00.000150+0000 mon.a (mon.0) 2924 : cluster 1 overall HEALTH_OK 2023-12-08T00:40:01.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:00 smithi135 bash[32435]: cluster 2023-12-08T00:40:00.000150+0000 mon.a (mon.0) 2924 : cluster 1 overall HEALTH_OK 2023-12-08T00:40:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:01 smithi079 bash[28699]: cluster 2023-12-08T00:40:00.791060+0000 mgr.a (mgr.14403) 17879 : cluster 0 pgmap v13350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:01 smithi194 bash[32038]: cluster 2023-12-08T00:40:00.791060+0000 mgr.a (mgr.14403) 17879 : cluster 0 pgmap v13350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:01 smithi135 bash[32435]: cluster 2023-12-08T00:40:00.791060+0000 mgr.a (mgr.14403) 17879 : cluster 0 pgmap v13350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:02.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:40:02.723 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:02.723 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:03.619 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:40:03.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:03.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:03.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:03.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:40:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:03 smithi194 bash[32038]: cluster 2023-12-08T00:40:02.791586+0000 mgr.a (mgr.14403) 17880 : cluster 0 pgmap v13351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:03 smithi135 bash[32435]: cluster 2023-12-08T00:40:02.791586+0000 mgr.a (mgr.14403) 17880 : cluster 0 pgmap v13351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:03 smithi079 bash[28699]: cluster 2023-12-08T00:40:02.791586+0000 mgr.a (mgr.14403) 17880 : cluster 0 pgmap v13351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:04 smithi194 bash[32038]: audit 2023-12-08T00:40:03.130037+0000 mgr.a (mgr.14403) 17881 : audit 0 from='client.355980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:04 smithi135 bash[32435]: audit 2023-12-08T00:40:03.130037+0000 mgr.a (mgr.14403) 17881 : audit 0 from='client.355980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:04 smithi079 bash[28699]: audit 2023-12-08T00:40:03.130037+0000 mgr.a (mgr.14403) 17881 : audit 0 from='client.355980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:05 smithi194 bash[32038]: cluster 2023-12-08T00:40:04.792499+0000 mgr.a (mgr.14403) 17882 : cluster 0 pgmap v13352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:40:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:05 smithi135 bash[32435]: cluster 2023-12-08T00:40:04.792499+0000 mgr.a (mgr.14403) 17882 : cluster 0 pgmap v13352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:40:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:05 smithi079 bash[28699]: cluster 2023-12-08T00:40:04.792499+0000 mgr.a (mgr.14403) 17882 : cluster 0 pgmap v13352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:40:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:07 smithi079 bash[28699]: cluster 2023-12-08T00:40:06.793054+0000 mgr.a (mgr.14403) 17883 : cluster 0 pgmap v13353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:40:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:07 smithi194 bash[32038]: cluster 2023-12-08T00:40:06.793054+0000 mgr.a (mgr.14403) 17883 : cluster 0 pgmap v13353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:40:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:07 smithi135 bash[32435]: cluster 2023-12-08T00:40:06.793054+0000 mgr.a (mgr.14403) 17883 : cluster 0 pgmap v13353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:40:08.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:40:08.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:08.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:09.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:09.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:09.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:09.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:40:09.528 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:40:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:09 smithi079 bash[28699]: cluster 2023-12-08T00:40:08.793828+0000 mgr.a (mgr.14403) 17884 : cluster 0 pgmap v13354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:09 smithi194 bash[32038]: cluster 2023-12-08T00:40:08.793828+0000 mgr.a (mgr.14403) 17884 : cluster 0 pgmap v13354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:09 smithi135 bash[32435]: cluster 2023-12-08T00:40:08.793828+0000 mgr.a (mgr.14403) 17884 : cluster 0 pgmap v13354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:10 smithi079 bash[28699]: audit 2023-12-08T00:40:09.027075+0000 mgr.a (mgr.14403) 17885 : audit 0 from='client.356052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:10 smithi194 bash[32038]: audit 2023-12-08T00:40:09.027075+0000 mgr.a (mgr.14403) 17885 : audit 0 from='client.356052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:11.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:10 smithi135 bash[32435]: audit 2023-12-08T00:40:09.027075+0000 mgr.a (mgr.14403) 17885 : audit 0 from='client.356052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:11 smithi079 bash[28699]: cluster 2023-12-08T00:40:10.794478+0000 mgr.a (mgr.14403) 17886 : cluster 0 pgmap v13355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:11 smithi194 bash[32038]: cluster 2023-12-08T00:40:10.794478+0000 mgr.a (mgr.14403) 17886 : cluster 0 pgmap v13355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:11 smithi135 bash[32435]: cluster 2023-12-08T00:40:10.794478+0000 mgr.a (mgr.14403) 17886 : cluster 0 pgmap v13355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:13 smithi194 bash[32038]: cluster 2023-12-08T00:40:12.795007+0000 mgr.a (mgr.14403) 17887 : cluster 0 pgmap v13356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:13 smithi135 bash[32435]: cluster 2023-12-08T00:40:12.795007+0000 mgr.a (mgr.14403) 17887 : cluster 0 pgmap v13356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:13 smithi079 bash[28699]: cluster 2023-12-08T00:40:12.795007+0000 mgr.a (mgr.14403) 17887 : cluster 0 pgmap v13356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:14.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:40:14.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:14.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:14.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:14 smithi194 bash[32038]: audit 2023-12-08T00:40:14.603348+0000 mon.a (mon.0) 2925 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:40:14.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:14 smithi135 bash[32435]: audit 2023-12-08T00:40:14.603348+0000 mon.a (mon.0) 2925 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:40:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:14 smithi079 bash[28699]: audit 2023-12-08T00:40:14.603348+0000 mon.a (mon.0) 2925 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:40:15.474 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:40:15.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:15.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:15.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:15.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:40:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:15 smithi194 bash[32038]: cluster 2023-12-08T00:40:14.795907+0000 mgr.a (mgr.14403) 17888 : cluster 0 pgmap v13357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:15 smithi194 bash[32038]: audit 2023-12-08T00:40:14.937201+0000 mgr.a (mgr.14403) 17889 : audit 0 from='client.356124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:15 smithi194 bash[32038]: audit 2023-12-08T00:40:15.442575+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:40:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:15 smithi194 bash[32038]: audit 2023-12-08T00:40:15.444425+0000 mon.a (mon.0) 2927 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:40:15.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:15 smithi194 bash[32038]: audit 2023-12-08T00:40:15.451214+0000 mon.a (mon.0) 2928 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:40:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:15 smithi135 bash[32435]: cluster 2023-12-08T00:40:14.795907+0000 mgr.a (mgr.14403) 17888 : cluster 0 pgmap v13357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:15 smithi135 bash[32435]: audit 2023-12-08T00:40:14.937201+0000 mgr.a (mgr.14403) 17889 : audit 0 from='client.356124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:15 smithi135 bash[32435]: audit 2023-12-08T00:40:15.442575+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:40:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:15 smithi135 bash[32435]: audit 2023-12-08T00:40:15.444425+0000 mon.a (mon.0) 2927 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:40:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:15 smithi135 bash[32435]: audit 2023-12-08T00:40:15.451214+0000 mon.a (mon.0) 2928 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:40:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:15 smithi079 bash[28699]: cluster 2023-12-08T00:40:14.795907+0000 mgr.a (mgr.14403) 17888 : cluster 0 pgmap v13357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:15 smithi079 bash[28699]: audit 2023-12-08T00:40:14.937201+0000 mgr.a (mgr.14403) 17889 : audit 0 from='client.356124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:15 smithi079 bash[28699]: audit 2023-12-08T00:40:15.442575+0000 mon.a (mon.0) 2926 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:40:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:15 smithi079 bash[28699]: audit 2023-12-08T00:40:15.444425+0000 mon.a (mon.0) 2927 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:40:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:15 smithi079 bash[28699]: audit 2023-12-08T00:40:15.451214+0000 mon.a (mon.0) 2928 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:40:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:17 smithi079 bash[28699]: cluster 2023-12-08T00:40:16.796577+0000 mgr.a (mgr.14403) 17890 : cluster 0 pgmap v13358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:40:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:17 smithi194 bash[32038]: cluster 2023-12-08T00:40:16.796577+0000 mgr.a (mgr.14403) 17890 : cluster 0 pgmap v13358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:40:18.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:17 smithi135 bash[32435]: cluster 2023-12-08T00:40:16.796577+0000 mgr.a (mgr.14403) 17890 : cluster 0 pgmap v13358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:40:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:19 smithi079 bash[28699]: cluster 2023-12-08T00:40:18.797348+0000 mgr.a (mgr.14403) 17891 : cluster 0 pgmap v13359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:40:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:19 smithi194 bash[32038]: cluster 2023-12-08T00:40:18.797348+0000 mgr.a (mgr.14403) 17891 : cluster 0 pgmap v13359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:40:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:19 smithi135 bash[32435]: cluster 2023-12-08T00:40:18.797348+0000 mgr.a (mgr.14403) 17891 : cluster 0 pgmap v13359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:40:20.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:40:20.477 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:20.477 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:21.356 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:40:21.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:21.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:21.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:21.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:40:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:21 smithi079 bash[28699]: cluster 2023-12-08T00:40:20.797882+0000 mgr.a (mgr.14403) 17892 : cluster 0 pgmap v13360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:21 smithi079 bash[28699]: audit 2023-12-08T00:40:20.866870+0000 mgr.a (mgr.14403) 17893 : audit 0 from='client.356199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:21 smithi194 bash[32038]: cluster 2023-12-08T00:40:20.797882+0000 mgr.a (mgr.14403) 17892 : cluster 0 pgmap v13360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:21 smithi194 bash[32038]: audit 2023-12-08T00:40:20.866870+0000 mgr.a (mgr.14403) 17893 : audit 0 from='client.356199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:21 smithi135 bash[32435]: cluster 2023-12-08T00:40:20.797882+0000 mgr.a (mgr.14403) 17892 : cluster 0 pgmap v13360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:21 smithi135 bash[32435]: audit 2023-12-08T00:40:20.866870+0000 mgr.a (mgr.14403) 17893 : audit 0 from='client.356199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:23 smithi194 bash[32038]: cluster 2023-12-08T00:40:22.798570+0000 mgr.a (mgr.14403) 17894 : cluster 0 pgmap v13361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:23 smithi135 bash[32435]: cluster 2023-12-08T00:40:22.798570+0000 mgr.a (mgr.14403) 17894 : cluster 0 pgmap v13361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:23 smithi079 bash[28699]: cluster 2023-12-08T00:40:22.798570+0000 mgr.a (mgr.14403) 17894 : cluster 0 pgmap v13361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:25 smithi079 bash[28699]: cluster 2023-12-08T00:40:24.799548+0000 mgr.a (mgr.14403) 17895 : cluster 0 pgmap v13362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:25 smithi194 bash[32038]: cluster 2023-12-08T00:40:24.799548+0000 mgr.a (mgr.14403) 17895 : cluster 0 pgmap v13362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:25 smithi135 bash[32435]: cluster 2023-12-08T00:40:24.799548+0000 mgr.a (mgr.14403) 17895 : cluster 0 pgmap v13362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:26.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:40:26.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:26.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:27.292 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:40:27.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:27.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:27.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:27.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:40:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:27 smithi079 bash[28699]: audit 2023-12-08T00:40:26.770669+0000 mgr.a (mgr.14403) 17896 : audit 0 from='client.356274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:27 smithi079 bash[28699]: cluster 2023-12-08T00:40:26.800106+0000 mgr.a (mgr.14403) 17897 : cluster 0 pgmap v13363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:27 smithi194 bash[32038]: audit 2023-12-08T00:40:26.770669+0000 mgr.a (mgr.14403) 17896 : audit 0 from='client.356274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:27 smithi194 bash[32038]: cluster 2023-12-08T00:40:26.800106+0000 mgr.a (mgr.14403) 17897 : cluster 0 pgmap v13363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:27 smithi135 bash[32435]: audit 2023-12-08T00:40:26.770669+0000 mgr.a (mgr.14403) 17896 : audit 0 from='client.356274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:27 smithi135 bash[32435]: cluster 2023-12-08T00:40:26.800106+0000 mgr.a (mgr.14403) 17897 : cluster 0 pgmap v13363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:29 smithi079 bash[28699]: cluster 2023-12-08T00:40:28.800923+0000 mgr.a (mgr.14403) 17898 : cluster 0 pgmap v13364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:29 smithi194 bash[32038]: cluster 2023-12-08T00:40:28.800923+0000 mgr.a (mgr.14403) 17898 : cluster 0 pgmap v13364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:29 smithi135 bash[32435]: cluster 2023-12-08T00:40:28.800923+0000 mgr.a (mgr.14403) 17898 : cluster 0 pgmap v13364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:31 smithi079 bash[28699]: cluster 2023-12-08T00:40:30.801527+0000 mgr.a (mgr.14403) 17899 : cluster 0 pgmap v13365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:31 smithi194 bash[32038]: cluster 2023-12-08T00:40:30.801527+0000 mgr.a (mgr.14403) 17899 : cluster 0 pgmap v13365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:31 smithi135 bash[32435]: cluster 2023-12-08T00:40:30.801527+0000 mgr.a (mgr.14403) 17899 : cluster 0 pgmap v13365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:32.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:40:32.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:32.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:33.212 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:40:33.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:33.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:33.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:33.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:40:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:33 smithi194 bash[32038]: audit 2023-12-08T00:40:32.696523+0000 mgr.a (mgr.14403) 17900 : audit 0 from='client.356349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:33 smithi194 bash[32038]: cluster 2023-12-08T00:40:32.802101+0000 mgr.a (mgr.14403) 17901 : cluster 0 pgmap v13366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:33 smithi135 bash[32435]: audit 2023-12-08T00:40:32.696523+0000 mgr.a (mgr.14403) 17900 : audit 0 from='client.356349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:33 smithi135 bash[32435]: cluster 2023-12-08T00:40:32.802101+0000 mgr.a (mgr.14403) 17901 : cluster 0 pgmap v13366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:33 smithi079 bash[28699]: audit 2023-12-08T00:40:32.696523+0000 mgr.a (mgr.14403) 17900 : audit 0 from='client.356349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:33 smithi079 bash[28699]: cluster 2023-12-08T00:40:32.802101+0000 mgr.a (mgr.14403) 17901 : cluster 0 pgmap v13366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:35 smithi079 bash[28699]: cluster 2023-12-08T00:40:34.802990+0000 mgr.a (mgr.14403) 17902 : cluster 0 pgmap v13367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:35 smithi194 bash[32038]: cluster 2023-12-08T00:40:34.802990+0000 mgr.a (mgr.14403) 17902 : cluster 0 pgmap v13367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:36.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:35 smithi135 bash[32435]: cluster 2023-12-08T00:40:34.802990+0000 mgr.a (mgr.14403) 17902 : cluster 0 pgmap v13367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:37 smithi079 bash[28699]: cluster 2023-12-08T00:40:36.803529+0000 mgr.a (mgr.14403) 17903 : cluster 0 pgmap v13368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:37 smithi194 bash[32038]: cluster 2023-12-08T00:40:36.803529+0000 mgr.a (mgr.14403) 17903 : cluster 0 pgmap v13368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:38.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:37 smithi135 bash[32435]: cluster 2023-12-08T00:40:36.803529+0000 mgr.a (mgr.14403) 17903 : cluster 0 pgmap v13368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:38.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:40:38.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:38.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:39.130 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:40:39.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:39.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:39.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:39.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:40:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:39 smithi079 bash[28699]: audit 2023-12-08T00:40:38.625266+0000 mgr.a (mgr.14403) 17904 : audit 0 from='client.356427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:39 smithi079 bash[28699]: cluster 2023-12-08T00:40:38.804580+0000 mgr.a (mgr.14403) 17905 : cluster 0 pgmap v13369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:39 smithi194 bash[32038]: audit 2023-12-08T00:40:38.625266+0000 mgr.a (mgr.14403) 17904 : audit 0 from='client.356427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:39 smithi194 bash[32038]: cluster 2023-12-08T00:40:38.804580+0000 mgr.a (mgr.14403) 17905 : cluster 0 pgmap v13369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:40.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:39 smithi135 bash[32435]: audit 2023-12-08T00:40:38.625266+0000 mgr.a (mgr.14403) 17904 : audit 0 from='client.356427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:40.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:39 smithi135 bash[32435]: cluster 2023-12-08T00:40:38.804580+0000 mgr.a (mgr.14403) 17905 : cluster 0 pgmap v13369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:41 smithi079 bash[28699]: cluster 2023-12-08T00:40:40.805291+0000 mgr.a (mgr.14403) 17906 : cluster 0 pgmap v13370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:41 smithi194 bash[32038]: cluster 2023-12-08T00:40:40.805291+0000 mgr.a (mgr.14403) 17906 : cluster 0 pgmap v13370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:41 smithi135 bash[32435]: cluster 2023-12-08T00:40:40.805291+0000 mgr.a (mgr.14403) 17906 : cluster 0 pgmap v13370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:43 smithi135 bash[32435]: cluster 2023-12-08T00:40:42.805872+0000 mgr.a (mgr.14403) 17907 : cluster 0 pgmap v13371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:43 smithi079 bash[28699]: cluster 2023-12-08T00:40:42.805872+0000 mgr.a (mgr.14403) 17907 : cluster 0 pgmap v13371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:43 smithi194 bash[32038]: cluster 2023-12-08T00:40:42.805872+0000 mgr.a (mgr.14403) 17907 : cluster 0 pgmap v13371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:40:44.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:40:44.134 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:44.134 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:45.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:45.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:45.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:45.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:40:45.065 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:40:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:45 smithi079 bash[28699]: audit 2023-12-08T00:40:44.542659+0000 mgr.a (mgr.14403) 17908 : audit 0 from='client.356502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:45 smithi079 bash[28699]: cluster 2023-12-08T00:40:44.816187+0000 mgr.a (mgr.14403) 17909 : cluster 0 pgmap v13372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:46.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:45 smithi194 bash[32038]: audit 2023-12-08T00:40:44.542659+0000 mgr.a (mgr.14403) 17908 : audit 0 from='client.356502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:46.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:45 smithi194 bash[32038]: cluster 2023-12-08T00:40:44.816187+0000 mgr.a (mgr.14403) 17909 : cluster 0 pgmap v13372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:46.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:45 smithi135 bash[32435]: audit 2023-12-08T00:40:44.542659+0000 mgr.a (mgr.14403) 17908 : audit 0 from='client.356502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:46.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:45 smithi135 bash[32435]: cluster 2023-12-08T00:40:44.816187+0000 mgr.a (mgr.14403) 17909 : cluster 0 pgmap v13372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:47 smithi079 bash[28699]: cluster 2023-12-08T00:40:46.817073+0000 mgr.a (mgr.14403) 17910 : cluster 0 pgmap v13373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:40:48.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:47 smithi194 bash[32038]: cluster 2023-12-08T00:40:46.817073+0000 mgr.a (mgr.14403) 17910 : cluster 0 pgmap v13373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:40:48.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:47 smithi135 bash[32435]: cluster 2023-12-08T00:40:46.817073+0000 mgr.a (mgr.14403) 17910 : cluster 0 pgmap v13373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:40:50.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:40:50.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:50.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:49 smithi079 bash[28699]: cluster 2023-12-08T00:40:48.817908+0000 mgr.a (mgr.14403) 17911 : cluster 0 pgmap v13374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:49 smithi194 bash[32038]: cluster 2023-12-08T00:40:48.817908+0000 mgr.a (mgr.14403) 17911 : cluster 0 pgmap v13374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:49 smithi135 bash[32435]: cluster 2023-12-08T00:40:48.817908+0000 mgr.a (mgr.14403) 17911 : cluster 0 pgmap v13374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:50.984 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:40:50.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:50.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:50.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:50.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:40:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:51 smithi079 bash[28699]: audit 2023-12-08T00:40:50.465514+0000 mgr.a (mgr.14403) 17912 : audit 0 from='client.356574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:51 smithi079 bash[28699]: cluster 2023-12-08T00:40:50.818515+0000 mgr.a (mgr.14403) 17913 : cluster 0 pgmap v13375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:52.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:51 smithi194 bash[32038]: audit 2023-12-08T00:40:50.465514+0000 mgr.a (mgr.14403) 17912 : audit 0 from='client.356574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:52.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:51 smithi194 bash[32038]: cluster 2023-12-08T00:40:50.818515+0000 mgr.a (mgr.14403) 17913 : cluster 0 pgmap v13375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:52.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:51 smithi135 bash[32435]: audit 2023-12-08T00:40:50.465514+0000 mgr.a (mgr.14403) 17912 : audit 0 from='client.356574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:52.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:51 smithi135 bash[32435]: cluster 2023-12-08T00:40:50.818515+0000 mgr.a (mgr.14403) 17913 : cluster 0 pgmap v13375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:53 smithi079 bash[28699]: cluster 2023-12-08T00:40:52.819182+0000 mgr.a (mgr.14403) 17914 : cluster 0 pgmap v13376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:53 smithi194 bash[32038]: cluster 2023-12-08T00:40:52.819182+0000 mgr.a (mgr.14403) 17914 : cluster 0 pgmap v13376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:53 smithi135 bash[32435]: cluster 2023-12-08T00:40:52.819182+0000 mgr.a (mgr.14403) 17914 : cluster 0 pgmap v13376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:55.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:40:55.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:40:55.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:40:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:55 smithi079 bash[28699]: cluster 2023-12-08T00:40:54.819935+0000 mgr.a (mgr.14403) 17915 : cluster 0 pgmap v13377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:55 smithi194 bash[32038]: cluster 2023-12-08T00:40:54.819935+0000 mgr.a (mgr.14403) 17915 : cluster 0 pgmap v13377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:55 smithi135 bash[32435]: cluster 2023-12-08T00:40:54.819935+0000 mgr.a (mgr.14403) 17915 : cluster 0 pgmap v13377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:40:56.877 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:40:56.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:40:56.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:40:56.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:40:56.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:40:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:57 smithi079 bash[28699]: audit 2023-12-08T00:40:56.375808+0000 mgr.a (mgr.14403) 17916 : audit 0 from='client.356652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:57 smithi079 bash[28699]: cluster 2023-12-08T00:40:56.820613+0000 mgr.a (mgr.14403) 17917 : cluster 0 pgmap v13378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:57 smithi194 bash[32038]: audit 2023-12-08T00:40:56.375808+0000 mgr.a (mgr.14403) 17916 : audit 0 from='client.356652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:57 smithi194 bash[32038]: cluster 2023-12-08T00:40:56.820613+0000 mgr.a (mgr.14403) 17917 : cluster 0 pgmap v13378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:40:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:57 smithi135 bash[32435]: audit 2023-12-08T00:40:56.375808+0000 mgr.a (mgr.14403) 17916 : audit 0 from='client.356652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:40:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:57 smithi135 bash[32435]: cluster 2023-12-08T00:40:56.820613+0000 mgr.a (mgr.14403) 17917 : cluster 0 pgmap v13378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:40:59 smithi079 bash[28699]: cluster 2023-12-08T00:40:58.821593+0000 mgr.a (mgr.14403) 17918 : cluster 0 pgmap v13379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:40:59 smithi194 bash[32038]: cluster 2023-12-08T00:40:58.821593+0000 mgr.a (mgr.14403) 17918 : cluster 0 pgmap v13379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:40:59 smithi135 bash[32435]: cluster 2023-12-08T00:40:58.821593+0000 mgr.a (mgr.14403) 17918 : cluster 0 pgmap v13379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:01.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:41:01.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:01.882 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:01 smithi079 bash[28699]: cluster 2023-12-08T00:41:00.822350+0000 mgr.a (mgr.14403) 17919 : cluster 0 pgmap v13380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:01 smithi194 bash[32038]: cluster 2023-12-08T00:41:00.822350+0000 mgr.a (mgr.14403) 17919 : cluster 0 pgmap v13380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:01 smithi135 bash[32435]: cluster 2023-12-08T00:41:00.822350+0000 mgr.a (mgr.14403) 17919 : cluster 0 pgmap v13380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:02.813 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:41:02.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:02.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:02.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:02.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:41:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:03 smithi079 bash[28699]: audit 2023-12-08T00:41:02.292246+0000 mgr.a (mgr.14403) 17920 : audit 0 from='client.356730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:03 smithi079 bash[28699]: cluster 2023-12-08T00:41:02.823043+0000 mgr.a (mgr.14403) 17921 : cluster 0 pgmap v13381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:03 smithi194 bash[32038]: audit 2023-12-08T00:41:02.292246+0000 mgr.a (mgr.14403) 17920 : audit 0 from='client.356730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:03 smithi194 bash[32038]: cluster 2023-12-08T00:41:02.823043+0000 mgr.a (mgr.14403) 17921 : cluster 0 pgmap v13381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:03 smithi135 bash[32435]: audit 2023-12-08T00:41:02.292246+0000 mgr.a (mgr.14403) 17920 : audit 0 from='client.356730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:03 smithi135 bash[32435]: cluster 2023-12-08T00:41:02.823043+0000 mgr.a (mgr.14403) 17921 : cluster 0 pgmap v13381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:05 smithi079 bash[28699]: cluster 2023-12-08T00:41:04.823795+0000 mgr.a (mgr.14403) 17922 : cluster 0 pgmap v13382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:05 smithi194 bash[32038]: cluster 2023-12-08T00:41:04.823795+0000 mgr.a (mgr.14403) 17922 : cluster 0 pgmap v13382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:06.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:05 smithi135 bash[32435]: cluster 2023-12-08T00:41:04.823795+0000 mgr.a (mgr.14403) 17922 : cluster 0 pgmap v13382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:07.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:41:07.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:07.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:07 smithi079 bash[28699]: cluster 2023-12-08T00:41:06.824341+0000 mgr.a (mgr.14403) 17923 : cluster 0 pgmap v13383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:07 smithi194 bash[32038]: cluster 2023-12-08T00:41:06.824341+0000 mgr.a (mgr.14403) 17923 : cluster 0 pgmap v13383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:07 smithi135 bash[32435]: cluster 2023-12-08T00:41:06.824341+0000 mgr.a (mgr.14403) 17923 : cluster 0 pgmap v13383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:08.729 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:41:08.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:08.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:08.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:08.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:41:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:09 smithi079 bash[28699]: audit 2023-12-08T00:41:08.216867+0000 mgr.a (mgr.14403) 17924 : audit 0 from='client.356808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:09 smithi079 bash[28699]: cluster 2023-12-08T00:41:08.825323+0000 mgr.a (mgr.14403) 17925 : cluster 0 pgmap v13384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:41:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:09 smithi194 bash[32038]: audit 2023-12-08T00:41:08.216867+0000 mgr.a (mgr.14403) 17924 : audit 0 from='client.356808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:09 smithi194 bash[32038]: cluster 2023-12-08T00:41:08.825323+0000 mgr.a (mgr.14403) 17925 : cluster 0 pgmap v13384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:41:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:09 smithi135 bash[32435]: audit 2023-12-08T00:41:08.216867+0000 mgr.a (mgr.14403) 17924 : audit 0 from='client.356808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:09 smithi135 bash[32435]: cluster 2023-12-08T00:41:08.825323+0000 mgr.a (mgr.14403) 17925 : cluster 0 pgmap v13384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:41:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:11 smithi079 bash[28699]: cluster 2023-12-08T00:41:10.825879+0000 mgr.a (mgr.14403) 17926 : cluster 0 pgmap v13385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:41:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:11 smithi194 bash[32038]: cluster 2023-12-08T00:41:10.825879+0000 mgr.a (mgr.14403) 17926 : cluster 0 pgmap v13385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:41:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:11 smithi135 bash[32435]: cluster 2023-12-08T00:41:10.825879+0000 mgr.a (mgr.14403) 17926 : cluster 0 pgmap v13385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:41:13.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:41:13.731 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:13.731 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:13 smithi079 bash[28699]: cluster 2023-12-08T00:41:12.826454+0000 mgr.a (mgr.14403) 17927 : cluster 0 pgmap v13386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:41:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:13 smithi194 bash[32038]: cluster 2023-12-08T00:41:12.826454+0000 mgr.a (mgr.14403) 17927 : cluster 0 pgmap v13386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:41:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:13 smithi135 bash[32435]: cluster 2023-12-08T00:41:12.826454+0000 mgr.a (mgr.14403) 17927 : cluster 0 pgmap v13386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:41:14.652 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:41:14.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:14.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:14.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:14.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:41:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:15 smithi079 bash[28699]: audit 2023-12-08T00:41:14.134353+0000 mgr.a (mgr.14403) 17928 : audit 0 from='client.356886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:15 smithi079 bash[28699]: cluster 2023-12-08T00:41:14.827586+0000 mgr.a (mgr.14403) 17929 : cluster 0 pgmap v13387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:15 smithi079 bash[28699]: audit 2023-12-08T00:41:15.555999+0000 mon.a (mon.0) 2929 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:41:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:15 smithi194 bash[32038]: audit 2023-12-08T00:41:14.134353+0000 mgr.a (mgr.14403) 17928 : audit 0 from='client.356886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:15 smithi194 bash[32038]: cluster 2023-12-08T00:41:14.827586+0000 mgr.a (mgr.14403) 17929 : cluster 0 pgmap v13387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:15 smithi194 bash[32038]: audit 2023-12-08T00:41:15.555999+0000 mon.a (mon.0) 2929 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:41:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:15 smithi135 bash[32435]: audit 2023-12-08T00:41:14.134353+0000 mgr.a (mgr.14403) 17928 : audit 0 from='client.356886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:15 smithi135 bash[32435]: cluster 2023-12-08T00:41:14.827586+0000 mgr.a (mgr.14403) 17929 : cluster 0 pgmap v13387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:15 smithi135 bash[32435]: audit 2023-12-08T00:41:15.555999+0000 mon.a (mon.0) 2929 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:41:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:16 smithi079 bash[28699]: audit 2023-12-08T00:41:16.296288+0000 mon.a (mon.0) 2930 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:41:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:16 smithi079 bash[28699]: audit 2023-12-08T00:41:16.297816+0000 mon.a (mon.0) 2931 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:41:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:16 smithi079 bash[28699]: audit 2023-12-08T00:41:16.307225+0000 mon.a (mon.0) 2932 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:41:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:16 smithi194 bash[32038]: audit 2023-12-08T00:41:16.296288+0000 mon.a (mon.0) 2930 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:41:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:16 smithi194 bash[32038]: audit 2023-12-08T00:41:16.297816+0000 mon.a (mon.0) 2931 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:41:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:16 smithi194 bash[32038]: audit 2023-12-08T00:41:16.307225+0000 mon.a (mon.0) 2932 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:41:17.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:16 smithi135 bash[32435]: audit 2023-12-08T00:41:16.296288+0000 mon.a (mon.0) 2930 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:41:17.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:16 smithi135 bash[32435]: audit 2023-12-08T00:41:16.297816+0000 mon.a (mon.0) 2931 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:41:17.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:16 smithi135 bash[32435]: audit 2023-12-08T00:41:16.307225+0000 mon.a (mon.0) 2932 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:41:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:17 smithi079 bash[28699]: cluster 2023-12-08T00:41:16.828182+0000 mgr.a (mgr.14403) 17930 : cluster 0 pgmap v13388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:17 smithi194 bash[32038]: cluster 2023-12-08T00:41:16.828182+0000 mgr.a (mgr.14403) 17930 : cluster 0 pgmap v13388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:18.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:17 smithi135 bash[32435]: cluster 2023-12-08T00:41:16.828182+0000 mgr.a (mgr.14403) 17930 : cluster 0 pgmap v13388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:19.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:41:19.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:19.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:19 smithi079 bash[28699]: cluster 2023-12-08T00:41:18.828847+0000 mgr.a (mgr.14403) 17931 : cluster 0 pgmap v13389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:19 smithi194 bash[32038]: cluster 2023-12-08T00:41:18.828847+0000 mgr.a (mgr.14403) 17931 : cluster 0 pgmap v13389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:19 smithi135 bash[32435]: cluster 2023-12-08T00:41:18.828847+0000 mgr.a (mgr.14403) 17931 : cluster 0 pgmap v13389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:20.548 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:41:20.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:20.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:20.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:20.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:41:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:21 smithi194 bash[32038]: audit 2023-12-08T00:41:20.053446+0000 mgr.a (mgr.14403) 17932 : audit 0 from='client.356964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:21 smithi194 bash[32038]: cluster 2023-12-08T00:41:20.829571+0000 mgr.a (mgr.14403) 17933 : cluster 0 pgmap v13390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:41:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:21 smithi135 bash[32435]: audit 2023-12-08T00:41:20.053446+0000 mgr.a (mgr.14403) 17932 : audit 0 from='client.356964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:21 smithi135 bash[32435]: cluster 2023-12-08T00:41:20.829571+0000 mgr.a (mgr.14403) 17933 : cluster 0 pgmap v13390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:41:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:21 smithi079 bash[28699]: audit 2023-12-08T00:41:20.053446+0000 mgr.a (mgr.14403) 17932 : audit 0 from='client.356964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:21 smithi079 bash[28699]: cluster 2023-12-08T00:41:20.829571+0000 mgr.a (mgr.14403) 17933 : cluster 0 pgmap v13390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:41:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:23 smithi079 bash[28699]: cluster 2023-12-08T00:41:22.830190+0000 mgr.a (mgr.14403) 17934 : cluster 0 pgmap v13391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:41:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:23 smithi194 bash[32038]: cluster 2023-12-08T00:41:22.830190+0000 mgr.a (mgr.14403) 17934 : cluster 0 pgmap v13391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:41:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:23 smithi135 bash[32435]: cluster 2023-12-08T00:41:22.830190+0000 mgr.a (mgr.14403) 17934 : cluster 0 pgmap v13391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:41:25.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:41:25.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:25.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:25 smithi079 bash[28699]: cluster 2023-12-08T00:41:24.830993+0000 mgr.a (mgr.14403) 17935 : cluster 0 pgmap v13392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:41:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:25 smithi194 bash[32038]: cluster 2023-12-08T00:41:24.830993+0000 mgr.a (mgr.14403) 17935 : cluster 0 pgmap v13392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:41:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:25 smithi135 bash[32435]: cluster 2023-12-08T00:41:24.830993+0000 mgr.a (mgr.14403) 17935 : cluster 0 pgmap v13392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:41:26.440 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:41:26.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:26.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:26.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:26.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:41:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:26 smithi079 bash[28699]: audit 2023-12-08T00:41:25.955408+0000 mgr.a (mgr.14403) 17936 : audit 0 from='client.357042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:27.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:26 smithi194 bash[32038]: audit 2023-12-08T00:41:25.955408+0000 mgr.a (mgr.14403) 17936 : audit 0 from='client.357042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:27.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:26 smithi135 bash[32435]: audit 2023-12-08T00:41:25.955408+0000 mgr.a (mgr.14403) 17936 : audit 0 from='client.357042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:27 smithi194 bash[32038]: cluster 2023-12-08T00:41:26.831660+0000 mgr.a (mgr.14403) 17937 : cluster 0 pgmap v13393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:27 smithi135 bash[32435]: cluster 2023-12-08T00:41:26.831660+0000 mgr.a (mgr.14403) 17937 : cluster 0 pgmap v13393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:27 smithi079 bash[28699]: cluster 2023-12-08T00:41:26.831660+0000 mgr.a (mgr.14403) 17937 : cluster 0 pgmap v13393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:29 smithi194 bash[32038]: cluster 2023-12-08T00:41:28.832471+0000 mgr.a (mgr.14403) 17938 : cluster 0 pgmap v13394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:29 smithi135 bash[32435]: cluster 2023-12-08T00:41:28.832471+0000 mgr.a (mgr.14403) 17938 : cluster 0 pgmap v13394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:29 smithi079 bash[28699]: cluster 2023-12-08T00:41:28.832471+0000 mgr.a (mgr.14403) 17938 : cluster 0 pgmap v13394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:31.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:41:31.444 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:31.444 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:31 smithi194 bash[32038]: cluster 2023-12-08T00:41:30.833001+0000 mgr.a (mgr.14403) 17939 : cluster 0 pgmap v13395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:31 smithi135 bash[32435]: cluster 2023-12-08T00:41:30.833001+0000 mgr.a (mgr.14403) 17939 : cluster 0 pgmap v13395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:32.340 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:41:32.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:32.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:32.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:32.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:41:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:31 smithi079 bash[28699]: cluster 2023-12-08T00:41:30.833001+0000 mgr.a (mgr.14403) 17939 : cluster 0 pgmap v13395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:32 smithi194 bash[32038]: audit 2023-12-08T00:41:31.842863+0000 mgr.a (mgr.14403) 17940 : audit 0 from='client.357120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:33.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:32 smithi135 bash[32435]: audit 2023-12-08T00:41:31.842863+0000 mgr.a (mgr.14403) 17940 : audit 0 from='client.357120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:32 smithi079 bash[28699]: audit 2023-12-08T00:41:31.842863+0000 mgr.a (mgr.14403) 17940 : audit 0 from='client.357120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:33 smithi194 bash[32038]: cluster 2023-12-08T00:41:32.833657+0000 mgr.a (mgr.14403) 17941 : cluster 0 pgmap v13396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:34.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:33 smithi135 bash[32435]: cluster 2023-12-08T00:41:32.833657+0000 mgr.a (mgr.14403) 17941 : cluster 0 pgmap v13396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:33 smithi079 bash[28699]: cluster 2023-12-08T00:41:32.833657+0000 mgr.a (mgr.14403) 17941 : cluster 0 pgmap v13396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:35 smithi194 bash[32038]: cluster 2023-12-08T00:41:34.834476+0000 mgr.a (mgr.14403) 17942 : cluster 0 pgmap v13397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:36.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:35 smithi135 bash[32435]: cluster 2023-12-08T00:41:34.834476+0000 mgr.a (mgr.14403) 17942 : cluster 0 pgmap v13397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:35 smithi079 bash[28699]: cluster 2023-12-08T00:41:34.834476+0000 mgr.a (mgr.14403) 17942 : cluster 0 pgmap v13397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:37.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:41:37.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:37.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:37 smithi194 bash[32038]: cluster 2023-12-08T00:41:36.835012+0000 mgr.a (mgr.14403) 17943 : cluster 0 pgmap v13398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:38.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:37 smithi135 bash[32435]: cluster 2023-12-08T00:41:36.835012+0000 mgr.a (mgr.14403) 17943 : cluster 0 pgmap v13398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:38.263 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:41:38.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:38.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:38.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:38.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:41:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:37 smithi079 bash[28699]: cluster 2023-12-08T00:41:36.835012+0000 mgr.a (mgr.14403) 17943 : cluster 0 pgmap v13398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:39.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:38 smithi194 bash[32038]: audit 2023-12-08T00:41:37.748495+0000 mgr.a (mgr.14403) 17944 : audit 0 from='client.357195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:38 smithi135 bash[32435]: audit 2023-12-08T00:41:37.748495+0000 mgr.a (mgr.14403) 17944 : audit 0 from='client.357195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:38 smithi079 bash[28699]: audit 2023-12-08T00:41:37.748495+0000 mgr.a (mgr.14403) 17944 : audit 0 from='client.357195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:39 smithi194 bash[32038]: cluster 2023-12-08T00:41:38.835890+0000 mgr.a (mgr.14403) 17945 : cluster 0 pgmap v13399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:40.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:39 smithi135 bash[32435]: cluster 2023-12-08T00:41:38.835890+0000 mgr.a (mgr.14403) 17945 : cluster 0 pgmap v13399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:39 smithi079 bash[28699]: cluster 2023-12-08T00:41:38.835890+0000 mgr.a (mgr.14403) 17945 : cluster 0 pgmap v13399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:41:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:41 smithi194 bash[32038]: cluster 2023-12-08T00:41:40.836434+0000 mgr.a (mgr.14403) 17946 : cluster 0 pgmap v13400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:41 smithi135 bash[32435]: cluster 2023-12-08T00:41:40.836434+0000 mgr.a (mgr.14403) 17946 : cluster 0 pgmap v13400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:41 smithi079 bash[28699]: cluster 2023-12-08T00:41:40.836434+0000 mgr.a (mgr.14403) 17946 : cluster 0 pgmap v13400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:43.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:41:43.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:43.267 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:43 smithi079 bash[28699]: cluster 2023-12-08T00:41:42.836981+0000 mgr.a (mgr.14403) 17947 : cluster 0 pgmap v13401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:43 smithi194 bash[32038]: cluster 2023-12-08T00:41:42.836981+0000 mgr.a (mgr.14403) 17947 : cluster 0 pgmap v13401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:43 smithi135 bash[32435]: cluster 2023-12-08T00:41:42.836981+0000 mgr.a (mgr.14403) 17947 : cluster 0 pgmap v13401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:44.175 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:41:44.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:44.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:44.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:44.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:41:44.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:44 smithi079 bash[28699]: audit 2023-12-08T00:41:43.675592+0000 mgr.a (mgr.14403) 17948 : audit 0 from='client.357270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:44.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:44 smithi194 bash[32038]: audit 2023-12-08T00:41:43.675592+0000 mgr.a (mgr.14403) 17948 : audit 0 from='client.357270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:44.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:44 smithi135 bash[32435]: audit 2023-12-08T00:41:43.675592+0000 mgr.a (mgr.14403) 17948 : audit 0 from='client.357270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:45 smithi079 bash[28699]: cluster 2023-12-08T00:41:44.837973+0000 mgr.a (mgr.14403) 17949 : cluster 0 pgmap v13402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:45 smithi194 bash[32038]: cluster 2023-12-08T00:41:44.837973+0000 mgr.a (mgr.14403) 17949 : cluster 0 pgmap v13402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:45 smithi135 bash[32435]: cluster 2023-12-08T00:41:44.837973+0000 mgr.a (mgr.14403) 17949 : cluster 0 pgmap v13402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:48.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:47 smithi194 bash[32038]: cluster 2023-12-08T00:41:46.838553+0000 mgr.a (mgr.14403) 17950 : cluster 0 pgmap v13403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:48.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:47 smithi135 bash[32435]: cluster 2023-12-08T00:41:46.838553+0000 mgr.a (mgr.14403) 17950 : cluster 0 pgmap v13403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:47 smithi079 bash[28699]: cluster 2023-12-08T00:41:46.838553+0000 mgr.a (mgr.14403) 17950 : cluster 0 pgmap v13403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:49.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:41:49.179 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:49.179 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:50.076 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:41:50.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:50.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:50.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:50.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:41:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:49 smithi194 bash[32038]: cluster 2023-12-08T00:41:48.839280+0000 mgr.a (mgr.14403) 17951 : cluster 0 pgmap v13404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:49 smithi135 bash[32435]: cluster 2023-12-08T00:41:48.839280+0000 mgr.a (mgr.14403) 17951 : cluster 0 pgmap v13404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:49 smithi079 bash[28699]: cluster 2023-12-08T00:41:48.839280+0000 mgr.a (mgr.14403) 17951 : cluster 0 pgmap v13404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:50 smithi194 bash[32038]: audit 2023-12-08T00:41:49.579574+0000 mgr.a (mgr.14403) 17952 : audit 0 from='client.357345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:51.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:50 smithi135 bash[32435]: audit 2023-12-08T00:41:49.579574+0000 mgr.a (mgr.14403) 17952 : audit 0 from='client.357345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:50 smithi079 bash[28699]: audit 2023-12-08T00:41:49.579574+0000 mgr.a (mgr.14403) 17952 : audit 0 from='client.357345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:52.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:51 smithi194 bash[32038]: cluster 2023-12-08T00:41:50.839930+0000 mgr.a (mgr.14403) 17953 : cluster 0 pgmap v13405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:52.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:51 smithi135 bash[32435]: cluster 2023-12-08T00:41:50.839930+0000 mgr.a (mgr.14403) 17953 : cluster 0 pgmap v13405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:51 smithi079 bash[28699]: cluster 2023-12-08T00:41:50.839930+0000 mgr.a (mgr.14403) 17953 : cluster 0 pgmap v13405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:53 smithi079 bash[28699]: cluster 2023-12-08T00:41:52.840488+0000 mgr.a (mgr.14403) 17954 : cluster 0 pgmap v13406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:53 smithi194 bash[32038]: cluster 2023-12-08T00:41:52.840488+0000 mgr.a (mgr.14403) 17954 : cluster 0 pgmap v13406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:53 smithi135 bash[32435]: cluster 2023-12-08T00:41:52.840488+0000 mgr.a (mgr.14403) 17954 : cluster 0 pgmap v13406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:41:55.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:41:55.079 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:41:55.080 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:41:55.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:41:55.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:41:55.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:41:55.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:41:55.984 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:41:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:55 smithi194 bash[32038]: cluster 2023-12-08T00:41:54.841239+0000 mgr.a (mgr.14403) 17955 : cluster 0 pgmap v13407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:55 smithi135 bash[32435]: cluster 2023-12-08T00:41:54.841239+0000 mgr.a (mgr.14403) 17955 : cluster 0 pgmap v13407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:55 smithi079 bash[28699]: cluster 2023-12-08T00:41:54.841239+0000 mgr.a (mgr.14403) 17955 : cluster 0 pgmap v13407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:56 smithi194 bash[32038]: audit 2023-12-08T00:41:55.476696+0000 mgr.a (mgr.14403) 17956 : audit 0 from='client.357420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:57.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:56 smithi135 bash[32435]: audit 2023-12-08T00:41:55.476696+0000 mgr.a (mgr.14403) 17956 : audit 0 from='client.357420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:56 smithi079 bash[28699]: audit 2023-12-08T00:41:55.476696+0000 mgr.a (mgr.14403) 17956 : audit 0 from='client.357420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:41:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:57 smithi194 bash[32038]: cluster 2023-12-08T00:41:56.841903+0000 mgr.a (mgr.14403) 17957 : cluster 0 pgmap v13408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:57 smithi135 bash[32435]: cluster 2023-12-08T00:41:56.841903+0000 mgr.a (mgr.14403) 17957 : cluster 0 pgmap v13408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:41:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:57 smithi079 bash[28699]: cluster 2023-12-08T00:41:56.841903+0000 mgr.a (mgr.14403) 17957 : cluster 0 pgmap v13408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:41:59 smithi194 bash[32038]: cluster 2023-12-08T00:41:58.842719+0000 mgr.a (mgr.14403) 17958 : cluster 0 pgmap v13409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:41:59 smithi135 bash[32435]: cluster 2023-12-08T00:41:58.842719+0000 mgr.a (mgr.14403) 17958 : cluster 0 pgmap v13409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:41:59 smithi079 bash[28699]: cluster 2023-12-08T00:41:58.842719+0000 mgr.a (mgr.14403) 17958 : cluster 0 pgmap v13409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:00.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:42:00.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:00.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:01.878 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:42:01.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:01.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:01.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:01.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:42:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:01 smithi194 bash[32038]: cluster 2023-12-08T00:42:00.843277+0000 mgr.a (mgr.14403) 17959 : cluster 0 pgmap v13410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:02.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:01 smithi135 bash[32435]: cluster 2023-12-08T00:42:00.843277+0000 mgr.a (mgr.14403) 17959 : cluster 0 pgmap v13410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:01 smithi079 bash[28699]: cluster 2023-12-08T00:42:00.843277+0000 mgr.a (mgr.14403) 17959 : cluster 0 pgmap v13410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:03.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:02 smithi194 bash[32038]: audit 2023-12-08T00:42:01.390967+0000 mgr.a (mgr.14403) 17960 : audit 0 from='client.274393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:03.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:02 smithi135 bash[32435]: audit 2023-12-08T00:42:01.390967+0000 mgr.a (mgr.14403) 17960 : audit 0 from='client.274393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:02 smithi079 bash[28699]: audit 2023-12-08T00:42:01.390967+0000 mgr.a (mgr.14403) 17960 : audit 0 from='client.274393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:03 smithi194 bash[32038]: cluster 2023-12-08T00:42:02.844007+0000 mgr.a (mgr.14403) 17961 : cluster 0 pgmap v13411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:04.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:03 smithi135 bash[32435]: cluster 2023-12-08T00:42:02.844007+0000 mgr.a (mgr.14403) 17961 : cluster 0 pgmap v13411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:03 smithi079 bash[28699]: cluster 2023-12-08T00:42:02.844007+0000 mgr.a (mgr.14403) 17961 : cluster 0 pgmap v13411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:05 smithi194 bash[32038]: cluster 2023-12-08T00:42:04.844996+0000 mgr.a (mgr.14403) 17962 : cluster 0 pgmap v13412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:06.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:05 smithi135 bash[32435]: cluster 2023-12-08T00:42:04.844996+0000 mgr.a (mgr.14403) 17962 : cluster 0 pgmap v13412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:05 smithi079 bash[28699]: cluster 2023-12-08T00:42:04.844996+0000 mgr.a (mgr.14403) 17962 : cluster 0 pgmap v13412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:06.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:42:06.879 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:06.879 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:07.786 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:42:07.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:07.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:07.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:07.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:42:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:07 smithi194 bash[32038]: cluster 2023-12-08T00:42:06.845566+0000 mgr.a (mgr.14403) 17963 : cluster 0 pgmap v13413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:07 smithi135 bash[32435]: cluster 2023-12-08T00:42:06.845566+0000 mgr.a (mgr.14403) 17963 : cluster 0 pgmap v13413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:07 smithi079 bash[28699]: cluster 2023-12-08T00:42:06.845566+0000 mgr.a (mgr.14403) 17963 : cluster 0 pgmap v13413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:09.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:08 smithi194 bash[32038]: audit 2023-12-08T00:42:07.291638+0000 mgr.a (mgr.14403) 17964 : audit 0 from='client.357570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:09.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:08 smithi135 bash[32435]: audit 2023-12-08T00:42:07.291638+0000 mgr.a (mgr.14403) 17964 : audit 0 from='client.357570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:08 smithi079 bash[28699]: audit 2023-12-08T00:42:07.291638+0000 mgr.a (mgr.14403) 17964 : audit 0 from='client.357570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:09 smithi194 bash[32038]: cluster 2023-12-08T00:42:08.846429+0000 mgr.a (mgr.14403) 17965 : cluster 0 pgmap v13414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:09 smithi135 bash[32435]: cluster 2023-12-08T00:42:08.846429+0000 mgr.a (mgr.14403) 17965 : cluster 0 pgmap v13414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:09 smithi079 bash[28699]: cluster 2023-12-08T00:42:08.846429+0000 mgr.a (mgr.14403) 17965 : cluster 0 pgmap v13414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:11 smithi194 bash[32038]: cluster 2023-12-08T00:42:10.847025+0000 mgr.a (mgr.14403) 17966 : cluster 0 pgmap v13415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:11 smithi135 bash[32435]: cluster 2023-12-08T00:42:10.847025+0000 mgr.a (mgr.14403) 17966 : cluster 0 pgmap v13415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:11 smithi079 bash[28699]: cluster 2023-12-08T00:42:10.847025+0000 mgr.a (mgr.14403) 17966 : cluster 0 pgmap v13415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:12.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:42:12.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:12.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:13.704 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:42:13.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:13.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:13.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:13.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:42:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:13 smithi079 bash[28699]: cluster 2023-12-08T00:42:12.847490+0000 mgr.a (mgr.14403) 17967 : cluster 0 pgmap v13416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:13 smithi194 bash[32038]: cluster 2023-12-08T00:42:12.847490+0000 mgr.a (mgr.14403) 17967 : cluster 0 pgmap v13416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:13 smithi135 bash[32435]: cluster 2023-12-08T00:42:12.847490+0000 mgr.a (mgr.14403) 17967 : cluster 0 pgmap v13416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:14 smithi079 bash[28699]: audit 2023-12-08T00:42:13.195900+0000 mgr.a (mgr.14403) 17968 : audit 0 from='client.357648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:14.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:14 smithi194 bash[32038]: audit 2023-12-08T00:42:13.195900+0000 mgr.a (mgr.14403) 17968 : audit 0 from='client.357648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:14.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:14 smithi135 bash[32435]: audit 2023-12-08T00:42:13.195900+0000 mgr.a (mgr.14403) 17968 : audit 0 from='client.357648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:15 smithi079 bash[28699]: cluster 2023-12-08T00:42:14.848349+0000 mgr.a (mgr.14403) 17969 : cluster 0 pgmap v13417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:42:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:15 smithi194 bash[32038]: cluster 2023-12-08T00:42:14.848349+0000 mgr.a (mgr.14403) 17969 : cluster 0 pgmap v13417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:42:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:15 smithi135 bash[32435]: cluster 2023-12-08T00:42:14.848349+0000 mgr.a (mgr.14403) 17969 : cluster 0 pgmap v13417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:42:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:16 smithi079 bash[28699]: audit 2023-12-08T00:42:16.410048+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:42:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:16 smithi194 bash[32038]: audit 2023-12-08T00:42:16.410048+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:42:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:16 smithi135 bash[32435]: audit 2023-12-08T00:42:16.410048+0000 mon.a (mon.0) 2933 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:42:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:17 smithi079 bash[28699]: cluster 2023-12-08T00:42:16.848742+0000 mgr.a (mgr.14403) 17970 : cluster 0 pgmap v13418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:42:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:17 smithi079 bash[28699]: audit 2023-12-08T00:42:17.151184+0000 mon.a (mon.0) 2934 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:42:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:17 smithi079 bash[28699]: audit 2023-12-08T00:42:17.152930+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:42:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:17 smithi079 bash[28699]: audit 2023-12-08T00:42:17.160754+0000 mon.a (mon.0) 2936 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:42:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:17 smithi194 bash[32038]: cluster 2023-12-08T00:42:16.848742+0000 mgr.a (mgr.14403) 17970 : cluster 0 pgmap v13418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:42:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:17 smithi194 bash[32038]: audit 2023-12-08T00:42:17.151184+0000 mon.a (mon.0) 2934 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:42:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:17 smithi194 bash[32038]: audit 2023-12-08T00:42:17.152930+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:42:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:17 smithi194 bash[32038]: audit 2023-12-08T00:42:17.160754+0000 mon.a (mon.0) 2936 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:42:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:17 smithi135 bash[32435]: cluster 2023-12-08T00:42:16.848742+0000 mgr.a (mgr.14403) 17970 : cluster 0 pgmap v13418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:42:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:17 smithi135 bash[32435]: audit 2023-12-08T00:42:17.151184+0000 mon.a (mon.0) 2934 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:42:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:17 smithi135 bash[32435]: audit 2023-12-08T00:42:17.152930+0000 mon.a (mon.0) 2935 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:42:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:17 smithi135 bash[32435]: audit 2023-12-08T00:42:17.160754+0000 mon.a (mon.0) 2936 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:42:18.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:42:18.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:18.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:19.617 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:42:19.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:19.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:19.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:19.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:42:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:19 smithi194 bash[32038]: cluster 2023-12-08T00:42:18.849447+0000 mgr.a (mgr.14403) 17971 : cluster 0 pgmap v13419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:19 smithi135 bash[32435]: cluster 2023-12-08T00:42:18.849447+0000 mgr.a (mgr.14403) 17971 : cluster 0 pgmap v13419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:19 smithi079 bash[28699]: cluster 2023-12-08T00:42:18.849447+0000 mgr.a (mgr.14403) 17971 : cluster 0 pgmap v13419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:21.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:20 smithi194 bash[32038]: audit 2023-12-08T00:42:19.111429+0000 mgr.a (mgr.14403) 17972 : audit 0 from='client.357726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:21.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:20 smithi135 bash[32435]: audit 2023-12-08T00:42:19.111429+0000 mgr.a (mgr.14403) 17972 : audit 0 from='client.357726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:20 smithi079 bash[28699]: audit 2023-12-08T00:42:19.111429+0000 mgr.a (mgr.14403) 17972 : audit 0 from='client.357726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:22.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:21 smithi194 bash[32038]: cluster 2023-12-08T00:42:20.850148+0000 mgr.a (mgr.14403) 17973 : cluster 0 pgmap v13420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:42:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:21 smithi135 bash[32435]: cluster 2023-12-08T00:42:20.850148+0000 mgr.a (mgr.14403) 17973 : cluster 0 pgmap v13420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:42:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:21 smithi079 bash[28699]: cluster 2023-12-08T00:42:20.850148+0000 mgr.a (mgr.14403) 17973 : cluster 0 pgmap v13420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:42:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:23 smithi079 bash[28699]: cluster 2023-12-08T00:42:22.850861+0000 mgr.a (mgr.14403) 17974 : cluster 0 pgmap v13421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:42:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:23 smithi194 bash[32038]: cluster 2023-12-08T00:42:22.850861+0000 mgr.a (mgr.14403) 17974 : cluster 0 pgmap v13421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:42:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:23 smithi135 bash[32435]: cluster 2023-12-08T00:42:22.850861+0000 mgr.a (mgr.14403) 17974 : cluster 0 pgmap v13421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:42:24.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:42:24.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:24.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:25.511 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:42:25.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:25.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:25.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:25.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:42:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:25 smithi194 bash[32038]: cluster 2023-12-08T00:42:24.851571+0000 mgr.a (mgr.14403) 17975 : cluster 0 pgmap v13422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:25 smithi194 bash[32038]: audit 2023-12-08T00:42:25.024568+0000 mgr.a (mgr.14403) 17976 : audit 0 from='client.357801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:25 smithi135 bash[32435]: cluster 2023-12-08T00:42:24.851571+0000 mgr.a (mgr.14403) 17975 : cluster 0 pgmap v13422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:25 smithi135 bash[32435]: audit 2023-12-08T00:42:25.024568+0000 mgr.a (mgr.14403) 17976 : audit 0 from='client.357801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:25 smithi079 bash[28699]: cluster 2023-12-08T00:42:24.851571+0000 mgr.a (mgr.14403) 17975 : cluster 0 pgmap v13422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:25 smithi079 bash[28699]: audit 2023-12-08T00:42:25.024568+0000 mgr.a (mgr.14403) 17976 : audit 0 from='client.357801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:28.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:27 smithi194 bash[32038]: cluster 2023-12-08T00:42:26.852365+0000 mgr.a (mgr.14403) 17977 : cluster 0 pgmap v13423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:42:28.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:27 smithi135 bash[32435]: cluster 2023-12-08T00:42:26.852365+0000 mgr.a (mgr.14403) 17977 : cluster 0 pgmap v13423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:42:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:27 smithi079 bash[28699]: cluster 2023-12-08T00:42:26.852365+0000 mgr.a (mgr.14403) 17977 : cluster 0 pgmap v13423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:42:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:29 smithi194 bash[32038]: cluster 2023-12-08T00:42:28.853364+0000 mgr.a (mgr.14403) 17978 : cluster 0 pgmap v13424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:42:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:29 smithi135 bash[32435]: cluster 2023-12-08T00:42:28.853364+0000 mgr.a (mgr.14403) 17978 : cluster 0 pgmap v13424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:42:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:29 smithi079 bash[28699]: cluster 2023-12-08T00:42:28.853364+0000 mgr.a (mgr.14403) 17978 : cluster 0 pgmap v13424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:42:30.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:42:30.514 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:30.514 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:31.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:31.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:31.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:31.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:42:31.387 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:42:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:31 smithi194 bash[32038]: cluster 2023-12-08T00:42:30.853935+0000 mgr.a (mgr.14403) 17979 : cluster 0 pgmap v13425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:31 smithi194 bash[32038]: audit 2023-12-08T00:42:30.897677+0000 mgr.a (mgr.14403) 17980 : audit 0 from='client.357876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:31 smithi135 bash[32435]: cluster 2023-12-08T00:42:30.853935+0000 mgr.a (mgr.14403) 17979 : cluster 0 pgmap v13425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:31 smithi135 bash[32435]: audit 2023-12-08T00:42:30.897677+0000 mgr.a (mgr.14403) 17980 : audit 0 from='client.357876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:31 smithi079 bash[28699]: cluster 2023-12-08T00:42:30.853935+0000 mgr.a (mgr.14403) 17979 : cluster 0 pgmap v13425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:31 smithi079 bash[28699]: audit 2023-12-08T00:42:30.897677+0000 mgr.a (mgr.14403) 17980 : audit 0 from='client.357876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:33.899 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:33 smithi079 bash[28699]: cluster 2023-12-08T00:42:32.854626+0000 mgr.a (mgr.14403) 17981 : cluster 0 pgmap v13426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:33 smithi194 bash[32038]: cluster 2023-12-08T00:42:32.854626+0000 mgr.a (mgr.14403) 17981 : cluster 0 pgmap v13426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:33 smithi135 bash[32435]: cluster 2023-12-08T00:42:32.854626+0000 mgr.a (mgr.14403) 17981 : cluster 0 pgmap v13426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:35 smithi194 bash[32038]: cluster 2023-12-08T00:42:34.855485+0000 mgr.a (mgr.14403) 17982 : cluster 0 pgmap v13427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:36.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:35 smithi135 bash[32435]: cluster 2023-12-08T00:42:34.855485+0000 mgr.a (mgr.14403) 17982 : cluster 0 pgmap v13427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:36.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:42:36.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:36.390 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:35 smithi079 bash[28699]: cluster 2023-12-08T00:42:34.855485+0000 mgr.a (mgr.14403) 17982 : cluster 0 pgmap v13427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:37.303 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:42:37.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:37.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:37.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:37.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:42:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:37 smithi194 bash[32038]: audit 2023-12-08T00:42:36.798065+0000 mgr.a (mgr.14403) 17983 : audit 0 from='client.357951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:37 smithi194 bash[32038]: cluster 2023-12-08T00:42:36.855923+0000 mgr.a (mgr.14403) 17984 : cluster 0 pgmap v13428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:37 smithi135 bash[32435]: audit 2023-12-08T00:42:36.798065+0000 mgr.a (mgr.14403) 17983 : audit 0 from='client.357951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:37 smithi135 bash[32435]: cluster 2023-12-08T00:42:36.855923+0000 mgr.a (mgr.14403) 17984 : cluster 0 pgmap v13428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:38.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:37 smithi079 bash[28699]: audit 2023-12-08T00:42:36.798065+0000 mgr.a (mgr.14403) 17983 : audit 0 from='client.357951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:38.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:37 smithi079 bash[28699]: cluster 2023-12-08T00:42:36.855923+0000 mgr.a (mgr.14403) 17984 : cluster 0 pgmap v13428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:39 smithi194 bash[32038]: cluster 2023-12-08T00:42:38.856817+0000 mgr.a (mgr.14403) 17985 : cluster 0 pgmap v13429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:40.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:39 smithi135 bash[32435]: cluster 2023-12-08T00:42:38.856817+0000 mgr.a (mgr.14403) 17985 : cluster 0 pgmap v13429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:39 smithi079 bash[28699]: cluster 2023-12-08T00:42:38.856817+0000 mgr.a (mgr.14403) 17985 : cluster 0 pgmap v13429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:41 smithi194 bash[32038]: cluster 2023-12-08T00:42:40.857417+0000 mgr.a (mgr.14403) 17986 : cluster 0 pgmap v13430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:41 smithi135 bash[32435]: cluster 2023-12-08T00:42:40.857417+0000 mgr.a (mgr.14403) 17986 : cluster 0 pgmap v13430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:42.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:42:42.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:42.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:41 smithi079 bash[28699]: cluster 2023-12-08T00:42:40.857417+0000 mgr.a (mgr.14403) 17986 : cluster 0 pgmap v13430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:43.243 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:42:43.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:43.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:43.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:43.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:42:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:43 smithi079 bash[28699]: audit 2023-12-08T00:42:42.716350+0000 mgr.a (mgr.14403) 17987 : audit 0 from='client.358026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:43 smithi079 bash[28699]: cluster 2023-12-08T00:42:42.871350+0000 mgr.a (mgr.14403) 17988 : cluster 0 pgmap v13431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:43 smithi194 bash[32038]: audit 2023-12-08T00:42:42.716350+0000 mgr.a (mgr.14403) 17987 : audit 0 from='client.358026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:43 smithi194 bash[32038]: cluster 2023-12-08T00:42:42.871350+0000 mgr.a (mgr.14403) 17988 : cluster 0 pgmap v13431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:43 smithi135 bash[32435]: audit 2023-12-08T00:42:42.716350+0000 mgr.a (mgr.14403) 17987 : audit 0 from='client.358026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:43 smithi135 bash[32435]: cluster 2023-12-08T00:42:42.871350+0000 mgr.a (mgr.14403) 17988 : cluster 0 pgmap v13431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:46.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:45 smithi194 bash[32038]: cluster 2023-12-08T00:42:44.872541+0000 mgr.a (mgr.14403) 17989 : cluster 0 pgmap v13432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:46.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:45 smithi135 bash[32435]: cluster 2023-12-08T00:42:44.872541+0000 mgr.a (mgr.14403) 17989 : cluster 0 pgmap v13432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:46.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:45 smithi079 bash[28699]: cluster 2023-12-08T00:42:44.872541+0000 mgr.a (mgr.14403) 17989 : cluster 0 pgmap v13432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:42:48.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:47 smithi194 bash[32038]: cluster 2023-12-08T00:42:46.873040+0000 mgr.a (mgr.14403) 17990 : cluster 0 pgmap v13433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:48.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:47 smithi135 bash[32435]: cluster 2023-12-08T00:42:46.873040+0000 mgr.a (mgr.14403) 17990 : cluster 0 pgmap v13433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:48.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:42:48.246 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:48.246 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:47 smithi079 bash[28699]: cluster 2023-12-08T00:42:46.873040+0000 mgr.a (mgr.14403) 17990 : cluster 0 pgmap v13433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:49.154 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:42:49.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:49.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:49.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:49.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:42:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:49 smithi194 bash[32038]: audit 2023-12-08T00:42:48.654546+0000 mgr.a (mgr.14403) 17991 : audit 0 from='client.358101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:49 smithi194 bash[32038]: cluster 2023-12-08T00:42:48.873872+0000 mgr.a (mgr.14403) 17992 : cluster 0 pgmap v13434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:49 smithi135 bash[32435]: audit 2023-12-08T00:42:48.654546+0000 mgr.a (mgr.14403) 17991 : audit 0 from='client.358101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:49 smithi135 bash[32435]: cluster 2023-12-08T00:42:48.873872+0000 mgr.a (mgr.14403) 17992 : cluster 0 pgmap v13434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:49 smithi079 bash[28699]: audit 2023-12-08T00:42:48.654546+0000 mgr.a (mgr.14403) 17991 : audit 0 from='client.358101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:50.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:49 smithi079 bash[28699]: cluster 2023-12-08T00:42:48.873872+0000 mgr.a (mgr.14403) 17992 : cluster 0 pgmap v13434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:52.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:51 smithi194 bash[32038]: cluster 2023-12-08T00:42:50.874609+0000 mgr.a (mgr.14403) 17993 : cluster 0 pgmap v13435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:42:52.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:51 smithi135 bash[32435]: cluster 2023-12-08T00:42:50.874609+0000 mgr.a (mgr.14403) 17993 : cluster 0 pgmap v13435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:42:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:51 smithi079 bash[28699]: cluster 2023-12-08T00:42:50.874609+0000 mgr.a (mgr.14403) 17993 : cluster 0 pgmap v13435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:42:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:53 smithi079 bash[28699]: cluster 2023-12-08T00:42:52.875187+0000 mgr.a (mgr.14403) 17994 : cluster 0 pgmap v13436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:42:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:53 smithi194 bash[32038]: cluster 2023-12-08T00:42:52.875187+0000 mgr.a (mgr.14403) 17994 : cluster 0 pgmap v13436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:42:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:53 smithi135 bash[32435]: cluster 2023-12-08T00:42:52.875187+0000 mgr.a (mgr.14403) 17994 : cluster 0 pgmap v13436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:42:54.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:42:54.158 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:42:54.158 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:42:55.052 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:42:55.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:42:55.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:42:55.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:42:55.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:42:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:55 smithi194 bash[32038]: audit 2023-12-08T00:42:54.562315+0000 mgr.a (mgr.14403) 17995 : audit 0 from='client.358179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:55 smithi194 bash[32038]: cluster 2023-12-08T00:42:54.876166+0000 mgr.a (mgr.14403) 17996 : cluster 0 pgmap v13437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:55 smithi135 bash[32435]: audit 2023-12-08T00:42:54.562315+0000 mgr.a (mgr.14403) 17995 : audit 0 from='client.358179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:55 smithi135 bash[32435]: cluster 2023-12-08T00:42:54.876166+0000 mgr.a (mgr.14403) 17996 : cluster 0 pgmap v13437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:55 smithi079 bash[28699]: audit 2023-12-08T00:42:54.562315+0000 mgr.a (mgr.14403) 17995 : audit 0 from='client.358179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:42:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:55 smithi079 bash[28699]: cluster 2023-12-08T00:42:54.876166+0000 mgr.a (mgr.14403) 17996 : cluster 0 pgmap v13437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:42:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:57 smithi194 bash[32038]: cluster 2023-12-08T00:42:56.876823+0000 mgr.a (mgr.14403) 17997 : cluster 0 pgmap v13438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:42:58.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:57 smithi135 bash[32435]: cluster 2023-12-08T00:42:56.876823+0000 mgr.a (mgr.14403) 17997 : cluster 0 pgmap v13438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:42:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:57 smithi079 bash[28699]: cluster 2023-12-08T00:42:56.876823+0000 mgr.a (mgr.14403) 17997 : cluster 0 pgmap v13438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:00.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:43:00.055 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:00.055 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:42:59 smithi194 bash[32038]: cluster 2023-12-08T00:42:58.877604+0000 mgr.a (mgr.14403) 17998 : cluster 0 pgmap v13439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:42:59 smithi135 bash[32435]: cluster 2023-12-08T00:42:58.877604+0000 mgr.a (mgr.14403) 17998 : cluster 0 pgmap v13439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:42:59 smithi079 bash[28699]: cluster 2023-12-08T00:42:58.877604+0000 mgr.a (mgr.14403) 17998 : cluster 0 pgmap v13439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:00.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:00.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:00.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:00.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:43:00.952 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:43:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:01 smithi194 bash[32038]: audit 2023-12-08T00:43:00.457512+0000 mgr.a (mgr.14403) 17999 : audit 0 from='client.358251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:01 smithi194 bash[32038]: cluster 2023-12-08T00:43:00.878247+0000 mgr.a (mgr.14403) 18000 : cluster 0 pgmap v13440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:01 smithi135 bash[32435]: audit 2023-12-08T00:43:00.457512+0000 mgr.a (mgr.14403) 17999 : audit 0 from='client.358251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:01 smithi135 bash[32435]: cluster 2023-12-08T00:43:00.878247+0000 mgr.a (mgr.14403) 18000 : cluster 0 pgmap v13440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:01 smithi079 bash[28699]: audit 2023-12-08T00:43:00.457512+0000 mgr.a (mgr.14403) 17999 : audit 0 from='client.358251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:01 smithi079 bash[28699]: cluster 2023-12-08T00:43:00.878247+0000 mgr.a (mgr.14403) 18000 : cluster 0 pgmap v13440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:03 smithi079 bash[28699]: cluster 2023-12-08T00:43:02.878828+0000 mgr.a (mgr.14403) 18001 : cluster 0 pgmap v13441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:03 smithi194 bash[32038]: cluster 2023-12-08T00:43:02.878828+0000 mgr.a (mgr.14403) 18001 : cluster 0 pgmap v13441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:03 smithi135 bash[32435]: cluster 2023-12-08T00:43:02.878828+0000 mgr.a (mgr.14403) 18001 : cluster 0 pgmap v13441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:05.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:43:05.955 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:05.955 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:05 smithi194 bash[32038]: cluster 2023-12-08T00:43:04.879583+0000 mgr.a (mgr.14403) 18002 : cluster 0 pgmap v13442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:06.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:05 smithi135 bash[32435]: cluster 2023-12-08T00:43:04.879583+0000 mgr.a (mgr.14403) 18002 : cluster 0 pgmap v13442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:05 smithi079 bash[28699]: cluster 2023-12-08T00:43:04.879583+0000 mgr.a (mgr.14403) 18002 : cluster 0 pgmap v13442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:06.847 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:43:06.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:06.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:06.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:06.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:43:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:07 smithi194 bash[32038]: audit 2023-12-08T00:43:06.361594+0000 mgr.a (mgr.14403) 18003 : audit 0 from='client.358329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:07 smithi194 bash[32038]: cluster 2023-12-08T00:43:06.880256+0000 mgr.a (mgr.14403) 18004 : cluster 0 pgmap v13443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:07 smithi135 bash[32435]: audit 2023-12-08T00:43:06.361594+0000 mgr.a (mgr.14403) 18003 : audit 0 from='client.358329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:07 smithi135 bash[32435]: cluster 2023-12-08T00:43:06.880256+0000 mgr.a (mgr.14403) 18004 : cluster 0 pgmap v13443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:07 smithi079 bash[28699]: audit 2023-12-08T00:43:06.361594+0000 mgr.a (mgr.14403) 18003 : audit 0 from='client.358329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:07 smithi079 bash[28699]: cluster 2023-12-08T00:43:06.880256+0000 mgr.a (mgr.14403) 18004 : cluster 0 pgmap v13443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:09 smithi194 bash[32038]: cluster 2023-12-08T00:43:08.881105+0000 mgr.a (mgr.14403) 18005 : cluster 0 pgmap v13444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:10.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:09 smithi135 bash[32435]: cluster 2023-12-08T00:43:08.881105+0000 mgr.a (mgr.14403) 18005 : cluster 0 pgmap v13444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:09 smithi079 bash[28699]: cluster 2023-12-08T00:43:08.881105+0000 mgr.a (mgr.14403) 18005 : cluster 0 pgmap v13444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:11.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:43:11.849 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:11.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:12.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:11 smithi194 bash[32038]: cluster 2023-12-08T00:43:10.881656+0000 mgr.a (mgr.14403) 18006 : cluster 0 pgmap v13445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:12.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:11 smithi135 bash[32435]: cluster 2023-12-08T00:43:10.881656+0000 mgr.a (mgr.14403) 18006 : cluster 0 pgmap v13445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:11 smithi079 bash[28699]: cluster 2023-12-08T00:43:10.881656+0000 mgr.a (mgr.14403) 18006 : cluster 0 pgmap v13445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:12.768 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:43:12.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:12.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:12.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:12.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:43:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:13 smithi079 bash[28699]: audit 2023-12-08T00:43:12.246944+0000 mgr.a (mgr.14403) 18007 : audit 0 from='client.358407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:13 smithi079 bash[28699]: cluster 2023-12-08T00:43:12.882446+0000 mgr.a (mgr.14403) 18008 : cluster 0 pgmap v13446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:13 smithi194 bash[32038]: audit 2023-12-08T00:43:12.246944+0000 mgr.a (mgr.14403) 18007 : audit 0 from='client.358407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:13.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:13 smithi194 bash[32038]: cluster 2023-12-08T00:43:12.882446+0000 mgr.a (mgr.14403) 18008 : cluster 0 pgmap v13446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:13.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:13 smithi135 bash[32435]: audit 2023-12-08T00:43:12.246944+0000 mgr.a (mgr.14403) 18007 : audit 0 from='client.358407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:13.963 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:13 smithi135 bash[32435]: cluster 2023-12-08T00:43:12.882446+0000 mgr.a (mgr.14403) 18008 : cluster 0 pgmap v13446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:15 smithi194 bash[32038]: cluster 2023-12-08T00:43:14.883343+0000 mgr.a (mgr.14403) 18009 : cluster 0 pgmap v13447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:15 smithi135 bash[32435]: cluster 2023-12-08T00:43:14.883343+0000 mgr.a (mgr.14403) 18009 : cluster 0 pgmap v13447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:15 smithi079 bash[28699]: cluster 2023-12-08T00:43:14.883343+0000 mgr.a (mgr.14403) 18009 : cluster 0 pgmap v13447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:17.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:43:17.772 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:17.772 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:17 smithi194 bash[32038]: cluster 2023-12-08T00:43:16.883984+0000 mgr.a (mgr.14403) 18010 : cluster 0 pgmap v13448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:17 smithi194 bash[32038]: audit 2023-12-08T00:43:17.262834+0000 mon.a (mon.0) 2937 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:43:18.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:17 smithi135 bash[32435]: cluster 2023-12-08T00:43:16.883984+0000 mgr.a (mgr.14403) 18010 : cluster 0 pgmap v13448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:18.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:17 smithi135 bash[32435]: audit 2023-12-08T00:43:17.262834+0000 mon.a (mon.0) 2937 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:43:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:17 smithi079 bash[28699]: cluster 2023-12-08T00:43:16.883984+0000 mgr.a (mgr.14403) 18010 : cluster 0 pgmap v13448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:17 smithi079 bash[28699]: audit 2023-12-08T00:43:17.262834+0000 mon.a (mon.0) 2937 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:43:18.655 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:43:18.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:18.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:18.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:18.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:43:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:19 smithi194 bash[32038]: audit 2023-12-08T00:43:18.170422+0000 mgr.a (mgr.14403) 18011 : audit 0 from='client.358476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:19 smithi194 bash[32038]: cluster 2023-12-08T00:43:18.884961+0000 mgr.a (mgr.14403) 18012 : cluster 0 pgmap v13449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:43:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:19 smithi135 bash[32435]: audit 2023-12-08T00:43:18.170422+0000 mgr.a (mgr.14403) 18011 : audit 0 from='client.358476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:19 smithi135 bash[32435]: cluster 2023-12-08T00:43:18.884961+0000 mgr.a (mgr.14403) 18012 : cluster 0 pgmap v13449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:43:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:19 smithi079 bash[28699]: audit 2023-12-08T00:43:18.170422+0000 mgr.a (mgr.14403) 18011 : audit 0 from='client.358476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:19 smithi079 bash[28699]: cluster 2023-12-08T00:43:18.884961+0000 mgr.a (mgr.14403) 18012 : cluster 0 pgmap v13449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:43:22.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:21 smithi135 bash[32435]: cluster 2023-12-08T00:43:20.885587+0000 mgr.a (mgr.14403) 18013 : cluster 0 pgmap v13450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:43:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:21 smithi079 bash[28699]: cluster 2023-12-08T00:43:20.885587+0000 mgr.a (mgr.14403) 18013 : cluster 0 pgmap v13450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:43:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:21 smithi194 bash[32038]: cluster 2023-12-08T00:43:20.885587+0000 mgr.a (mgr.14403) 18013 : cluster 0 pgmap v13450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:43:23.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:43:23.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:23.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:23 smithi079 bash[28699]: audit 2023-12-08T00:43:22.606359+0000 mon.a (mon.0) 2938 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:23 smithi079 bash[28699]: audit 2023-12-08T00:43:22.613663+0000 mon.a (mon.0) 2939 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:23 smithi079 bash[28699]: audit 2023-12-08T00:43:22.654926+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:23 smithi079 bash[28699]: audit 2023-12-08T00:43:22.660634+0000 mon.a (mon.0) 2941 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:23 smithi079 bash[28699]: audit 2023-12-08T00:43:22.664368+0000 mon.a (mon.0) 2942 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:23 smithi079 bash[28699]: audit 2023-12-08T00:43:22.668962+0000 mon.a (mon.0) 2943 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:23 smithi079 bash[28699]: cluster 2023-12-08T00:43:22.886100+0000 mgr.a (mgr.14403) 18014 : cluster 0 pgmap v13451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:43:23.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:23 smithi079 bash[28699]: audit 2023-12-08T00:43:23.352728+0000 mon.a (mon.0) 2944 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:43:23.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:23 smithi079 bash[28699]: audit 2023-12-08T00:43:23.354842+0000 mon.a (mon.0) 2945 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:43:23.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:23 smithi079 bash[28699]: audit 2023-12-08T00:43:23.364106+0000 mon.a (mon.0) 2946 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:23 smithi194 bash[32038]: audit 2023-12-08T00:43:22.606359+0000 mon.a (mon.0) 2938 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:23 smithi194 bash[32038]: audit 2023-12-08T00:43:22.613663+0000 mon.a (mon.0) 2939 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:23 smithi194 bash[32038]: audit 2023-12-08T00:43:22.654926+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:23 smithi194 bash[32038]: audit 2023-12-08T00:43:22.660634+0000 mon.a (mon.0) 2941 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:23 smithi194 bash[32038]: audit 2023-12-08T00:43:22.664368+0000 mon.a (mon.0) 2942 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:23 smithi194 bash[32038]: audit 2023-12-08T00:43:22.668962+0000 mon.a (mon.0) 2943 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:23 smithi194 bash[32038]: cluster 2023-12-08T00:43:22.886100+0000 mgr.a (mgr.14403) 18014 : cluster 0 pgmap v13451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:43:23.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:23 smithi194 bash[32038]: audit 2023-12-08T00:43:23.352728+0000 mon.a (mon.0) 2944 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:43:23.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:23 smithi194 bash[32038]: audit 2023-12-08T00:43:23.354842+0000 mon.a (mon.0) 2945 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:43:23.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:23 smithi194 bash[32038]: audit 2023-12-08T00:43:23.364106+0000 mon.a (mon.0) 2946 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:23 smithi135 bash[32435]: audit 2023-12-08T00:43:22.606359+0000 mon.a (mon.0) 2938 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:23 smithi135 bash[32435]: audit 2023-12-08T00:43:22.613663+0000 mon.a (mon.0) 2939 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:23 smithi135 bash[32435]: audit 2023-12-08T00:43:22.654926+0000 mon.a (mon.0) 2940 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:23 smithi135 bash[32435]: audit 2023-12-08T00:43:22.660634+0000 mon.a (mon.0) 2941 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:23 smithi135 bash[32435]: audit 2023-12-08T00:43:22.664368+0000 mon.a (mon.0) 2942 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:23 smithi135 bash[32435]: audit 2023-12-08T00:43:22.668962+0000 mon.a (mon.0) 2943 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:23 smithi135 bash[32435]: cluster 2023-12-08T00:43:22.886100+0000 mgr.a (mgr.14403) 18014 : cluster 0 pgmap v13451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:43:23.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:23 smithi135 bash[32435]: audit 2023-12-08T00:43:23.352728+0000 mon.a (mon.0) 2944 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:43:23.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:23 smithi135 bash[32435]: audit 2023-12-08T00:43:23.354842+0000 mon.a (mon.0) 2945 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:43:23.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:23 smithi135 bash[32435]: audit 2023-12-08T00:43:23.364106+0000 mon.a (mon.0) 2946 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:43:24.569 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:43:24.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:24.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:24.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:24.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:43:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:25 smithi194 bash[32038]: audit 2023-12-08T00:43:24.068052+0000 mgr.a (mgr.14403) 18015 : audit 0 from='client.358554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:25 smithi194 bash[32038]: cluster 2023-12-08T00:43:24.887217+0000 mgr.a (mgr.14403) 18016 : cluster 0 pgmap v13452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:25 smithi135 bash[32435]: audit 2023-12-08T00:43:24.068052+0000 mgr.a (mgr.14403) 18015 : audit 0 from='client.358554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:25 smithi135 bash[32435]: cluster 2023-12-08T00:43:24.887217+0000 mgr.a (mgr.14403) 18016 : cluster 0 pgmap v13452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:25 smithi079 bash[28699]: audit 2023-12-08T00:43:24.068052+0000 mgr.a (mgr.14403) 18015 : audit 0 from='client.358554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:25 smithi079 bash[28699]: cluster 2023-12-08T00:43:24.887217+0000 mgr.a (mgr.14403) 18016 : cluster 0 pgmap v13452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:28.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:27 smithi135 bash[32435]: cluster 2023-12-08T00:43:26.887852+0000 mgr.a (mgr.14403) 18017 : cluster 0 pgmap v13453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:27 smithi079 bash[28699]: cluster 2023-12-08T00:43:26.887852+0000 mgr.a (mgr.14403) 18017 : cluster 0 pgmap v13453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:27 smithi194 bash[32038]: cluster 2023-12-08T00:43:26.887852+0000 mgr.a (mgr.14403) 18017 : cluster 0 pgmap v13453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:29.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:43:29.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:29.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:29 smithi079 bash[28699]: cluster 2023-12-08T00:43:28.888592+0000 mgr.a (mgr.14403) 18018 : cluster 0 pgmap v13454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:29 smithi194 bash[32038]: cluster 2023-12-08T00:43:28.888592+0000 mgr.a (mgr.14403) 18018 : cluster 0 pgmap v13454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:29 smithi135 bash[32435]: cluster 2023-12-08T00:43:28.888592+0000 mgr.a (mgr.14403) 18018 : cluster 0 pgmap v13454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:30.494 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:43:30.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:30.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:30.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:30.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:43:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:30 smithi079 bash[28699]: audit 2023-12-08T00:43:29.973610+0000 mgr.a (mgr.14403) 18019 : audit 0 from='client.358629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:30 smithi194 bash[32038]: audit 2023-12-08T00:43:29.973610+0000 mgr.a (mgr.14403) 18019 : audit 0 from='client.358629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:30 smithi135 bash[32435]: audit 2023-12-08T00:43:29.973610+0000 mgr.a (mgr.14403) 18019 : audit 0 from='client.358629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:31 smithi079 bash[28699]: cluster 2023-12-08T00:43:30.889455+0000 mgr.a (mgr.14403) 18020 : cluster 0 pgmap v13455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:43:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:31 smithi194 bash[32038]: cluster 2023-12-08T00:43:30.889455+0000 mgr.a (mgr.14403) 18020 : cluster 0 pgmap v13455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:43:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:31 smithi135 bash[32435]: cluster 2023-12-08T00:43:30.889455+0000 mgr.a (mgr.14403) 18020 : cluster 0 pgmap v13455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:43:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:33 smithi079 bash[28699]: cluster 2023-12-08T00:43:32.890065+0000 mgr.a (mgr.14403) 18021 : cluster 0 pgmap v13456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:43:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:33 smithi194 bash[32038]: cluster 2023-12-08T00:43:32.890065+0000 mgr.a (mgr.14403) 18021 : cluster 0 pgmap v13456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:43:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:33 smithi135 bash[32435]: cluster 2023-12-08T00:43:32.890065+0000 mgr.a (mgr.14403) 18021 : cluster 0 pgmap v13456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:43:35.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:43:35.497 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:35.498 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:35 smithi194 bash[32038]: cluster 2023-12-08T00:43:34.890909+0000 mgr.a (mgr.14403) 18022 : cluster 0 pgmap v13457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:43:36.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:35 smithi135 bash[32435]: cluster 2023-12-08T00:43:34.890909+0000 mgr.a (mgr.14403) 18022 : cluster 0 pgmap v13457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:43:36.394 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:43:36.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:36.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:36.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:36.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:43:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:35 smithi079 bash[28699]: cluster 2023-12-08T00:43:34.890909+0000 mgr.a (mgr.14403) 18022 : cluster 0 pgmap v13457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:43:37.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:36 smithi135 bash[32435]: audit 2023-12-08T00:43:35.898059+0000 mgr.a (mgr.14403) 18023 : audit 0 from='client.358704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:36 smithi079 bash[28699]: audit 2023-12-08T00:43:35.898059+0000 mgr.a (mgr.14403) 18023 : audit 0 from='client.358704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:36 smithi194 bash[32038]: audit 2023-12-08T00:43:35.898059+0000 mgr.a (mgr.14403) 18023 : audit 0 from='client.358704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:37 smithi079 bash[28699]: cluster 2023-12-08T00:43:36.891673+0000 mgr.a (mgr.14403) 18024 : cluster 0 pgmap v13458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:37 smithi194 bash[32038]: cluster 2023-12-08T00:43:36.891673+0000 mgr.a (mgr.14403) 18024 : cluster 0 pgmap v13458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:37 smithi135 bash[32435]: cluster 2023-12-08T00:43:36.891673+0000 mgr.a (mgr.14403) 18024 : cluster 0 pgmap v13458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:39 smithi079 bash[28699]: cluster 2023-12-08T00:43:38.892462+0000 mgr.a (mgr.14403) 18025 : cluster 0 pgmap v13459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:39 smithi194 bash[32038]: cluster 2023-12-08T00:43:38.892462+0000 mgr.a (mgr.14403) 18025 : cluster 0 pgmap v13459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:39 smithi135 bash[32435]: cluster 2023-12-08T00:43:38.892462+0000 mgr.a (mgr.14403) 18025 : cluster 0 pgmap v13459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:41.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:43:41.398 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:41.399 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:42.316 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:43:42.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:42.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:42.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:42.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:43:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:41 smithi079 bash[28699]: cluster 2023-12-08T00:43:40.893034+0000 mgr.a (mgr.14403) 18026 : cluster 0 pgmap v13460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:42.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:41 smithi194 bash[32038]: cluster 2023-12-08T00:43:40.893034+0000 mgr.a (mgr.14403) 18026 : cluster 0 pgmap v13460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:41 smithi135 bash[32435]: cluster 2023-12-08T00:43:40.893034+0000 mgr.a (mgr.14403) 18026 : cluster 0 pgmap v13460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:42 smithi079 bash[28699]: audit 2023-12-08T00:43:41.800259+0000 mgr.a (mgr.14403) 18027 : audit 0 from='client.358779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:42 smithi194 bash[32038]: audit 2023-12-08T00:43:41.800259+0000 mgr.a (mgr.14403) 18027 : audit 0 from='client.358779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:42 smithi135 bash[32435]: audit 2023-12-08T00:43:41.800259+0000 mgr.a (mgr.14403) 18027 : audit 0 from='client.358779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:43 smithi079 bash[28699]: cluster 2023-12-08T00:43:42.893833+0000 mgr.a (mgr.14403) 18028 : cluster 0 pgmap v13461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:43 smithi194 bash[32038]: cluster 2023-12-08T00:43:42.893833+0000 mgr.a (mgr.14403) 18028 : cluster 0 pgmap v13461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:43 smithi135 bash[32435]: cluster 2023-12-08T00:43:42.893833+0000 mgr.a (mgr.14403) 18028 : cluster 0 pgmap v13461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:45 smithi079 bash[28699]: cluster 2023-12-08T00:43:44.894699+0000 mgr.a (mgr.14403) 18029 : cluster 0 pgmap v13462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:45 smithi194 bash[32038]: cluster 2023-12-08T00:43:44.894699+0000 mgr.a (mgr.14403) 18029 : cluster 0 pgmap v13462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:46.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:45 smithi135 bash[32435]: cluster 2023-12-08T00:43:44.894699+0000 mgr.a (mgr.14403) 18029 : cluster 0 pgmap v13462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:47.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:43:47.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:47.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:48.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:43:48.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:48.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:48.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:48.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:43:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:47 smithi079 bash[28699]: cluster 2023-12-08T00:43:46.895230+0000 mgr.a (mgr.14403) 18030 : cluster 0 pgmap v13463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:47 smithi194 bash[32038]: cluster 2023-12-08T00:43:46.895230+0000 mgr.a (mgr.14403) 18030 : cluster 0 pgmap v13463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:47 smithi135 bash[32435]: cluster 2023-12-08T00:43:46.895230+0000 mgr.a (mgr.14403) 18030 : cluster 0 pgmap v13463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:48 smithi079 bash[28699]: audit 2023-12-08T00:43:47.720625+0000 mgr.a (mgr.14403) 18031 : audit 0 from='client.358851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:48 smithi194 bash[32038]: audit 2023-12-08T00:43:47.720625+0000 mgr.a (mgr.14403) 18031 : audit 0 from='client.358851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:48 smithi135 bash[32435]: audit 2023-12-08T00:43:47.720625+0000 mgr.a (mgr.14403) 18031 : audit 0 from='client.358851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:49 smithi079 bash[28699]: cluster 2023-12-08T00:43:48.896220+0000 mgr.a (mgr.14403) 18032 : cluster 0 pgmap v13464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:49 smithi194 bash[32038]: cluster 2023-12-08T00:43:48.896220+0000 mgr.a (mgr.14403) 18032 : cluster 0 pgmap v13464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:49 smithi135 bash[32435]: cluster 2023-12-08T00:43:48.896220+0000 mgr.a (mgr.14403) 18032 : cluster 0 pgmap v13464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:43:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:51 smithi079 bash[28699]: cluster 2023-12-08T00:43:50.896798+0000 mgr.a (mgr.14403) 18033 : cluster 0 pgmap v13465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:51 smithi194 bash[32038]: cluster 2023-12-08T00:43:50.896798+0000 mgr.a (mgr.14403) 18033 : cluster 0 pgmap v13465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:51 smithi135 bash[32435]: cluster 2023-12-08T00:43:50.896798+0000 mgr.a (mgr.14403) 18033 : cluster 0 pgmap v13465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:53.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:43:53.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:53.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:43:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:53 smithi079 bash[28699]: cluster 2023-12-08T00:43:52.897394+0000 mgr.a (mgr.14403) 18034 : cluster 0 pgmap v13466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:53 smithi194 bash[32038]: cluster 2023-12-08T00:43:52.897394+0000 mgr.a (mgr.14403) 18034 : cluster 0 pgmap v13466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:53 smithi135 bash[32435]: cluster 2023-12-08T00:43:52.897394+0000 mgr.a (mgr.14403) 18034 : cluster 0 pgmap v13466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:54.163 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:43:54.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:43:54.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:43:54.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:43:54.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:43:54.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:54 smithi079 bash[28699]: audit 2023-12-08T00:43:53.630583+0000 mgr.a (mgr.14403) 18035 : audit 0 from='client.358926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:54 smithi194 bash[32038]: audit 2023-12-08T00:43:53.630583+0000 mgr.a (mgr.14403) 18035 : audit 0 from='client.358926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:54.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:54 smithi135 bash[32435]: audit 2023-12-08T00:43:53.630583+0000 mgr.a (mgr.14403) 18035 : audit 0 from='client.358926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:43:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:55 smithi079 bash[28699]: cluster 2023-12-08T00:43:54.898437+0000 mgr.a (mgr.14403) 18036 : cluster 0 pgmap v13467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:55 smithi194 bash[32038]: cluster 2023-12-08T00:43:54.898437+0000 mgr.a (mgr.14403) 18036 : cluster 0 pgmap v13467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:55.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:55 smithi135 bash[32435]: cluster 2023-12-08T00:43:54.898437+0000 mgr.a (mgr.14403) 18036 : cluster 0 pgmap v13467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:43:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:57 smithi135 bash[32435]: cluster 2023-12-08T00:43:56.899067+0000 mgr.a (mgr.14403) 18037 : cluster 0 pgmap v13468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:57 smithi079 bash[28699]: cluster 2023-12-08T00:43:56.899067+0000 mgr.a (mgr.14403) 18037 : cluster 0 pgmap v13468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:57 smithi194 bash[32038]: cluster 2023-12-08T00:43:56.899067+0000 mgr.a (mgr.14403) 18037 : cluster 0 pgmap v13468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:43:59.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:43:59.165 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:43:59.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:00.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:00.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:00.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:00.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:44:00.056 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:44:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:43:59 smithi079 bash[28699]: cluster 2023-12-08T00:43:58.899838+0000 mgr.a (mgr.14403) 18038 : cluster 0 pgmap v13469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:43:59 smithi194 bash[32038]: cluster 2023-12-08T00:43:58.899838+0000 mgr.a (mgr.14403) 18038 : cluster 0 pgmap v13469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:43:59 smithi135 bash[32435]: cluster 2023-12-08T00:43:58.899838+0000 mgr.a (mgr.14403) 18038 : cluster 0 pgmap v13469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:00 smithi079 bash[28699]: audit 2023-12-08T00:43:59.572952+0000 mgr.a (mgr.14403) 18039 : audit 0 from='client.359001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:00 smithi194 bash[32038]: audit 2023-12-08T00:43:59.572952+0000 mgr.a (mgr.14403) 18039 : audit 0 from='client.359001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:00 smithi135 bash[32435]: audit 2023-12-08T00:43:59.572952+0000 mgr.a (mgr.14403) 18039 : audit 0 from='client.359001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:01 smithi079 bash[28699]: cluster 2023-12-08T00:44:00.900570+0000 mgr.a (mgr.14403) 18040 : cluster 0 pgmap v13470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:01 smithi194 bash[32038]: cluster 2023-12-08T00:44:00.900570+0000 mgr.a (mgr.14403) 18040 : cluster 0 pgmap v13470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:01 smithi135 bash[32435]: cluster 2023-12-08T00:44:00.900570+0000 mgr.a (mgr.14403) 18040 : cluster 0 pgmap v13470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:03 smithi079 bash[28699]: cluster 2023-12-08T00:44:02.901161+0000 mgr.a (mgr.14403) 18041 : cluster 0 pgmap v13471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:03 smithi194 bash[32038]: cluster 2023-12-08T00:44:02.901161+0000 mgr.a (mgr.14403) 18041 : cluster 0 pgmap v13471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:03.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:03 smithi135 bash[32435]: cluster 2023-12-08T00:44:02.901161+0000 mgr.a (mgr.14403) 18041 : cluster 0 pgmap v13471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:05.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:44:05.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:05.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:05.964 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:44:05.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:05.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:05.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:05.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:44:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:05 smithi079 bash[28699]: cluster 2023-12-08T00:44:04.901931+0000 mgr.a (mgr.14403) 18042 : cluster 0 pgmap v13472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:05 smithi194 bash[32038]: cluster 2023-12-08T00:44:04.901931+0000 mgr.a (mgr.14403) 18042 : cluster 0 pgmap v13472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:05 smithi135 bash[32435]: cluster 2023-12-08T00:44:04.901931+0000 mgr.a (mgr.14403) 18042 : cluster 0 pgmap v13472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:06 smithi079 bash[28699]: audit 2023-12-08T00:44:05.463061+0000 mgr.a (mgr.14403) 18043 : audit 0 from='client.359076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:06 smithi194 bash[32038]: audit 2023-12-08T00:44:05.463061+0000 mgr.a (mgr.14403) 18043 : audit 0 from='client.359076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:06 smithi135 bash[32435]: audit 2023-12-08T00:44:05.463061+0000 mgr.a (mgr.14403) 18043 : audit 0 from='client.359076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:08.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:07 smithi079 bash[28699]: cluster 2023-12-08T00:44:06.902556+0000 mgr.a (mgr.14403) 18044 : cluster 0 pgmap v13473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:07 smithi194 bash[32038]: cluster 2023-12-08T00:44:06.902556+0000 mgr.a (mgr.14403) 18044 : cluster 0 pgmap v13473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:08.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:07 smithi135 bash[32435]: cluster 2023-12-08T00:44:06.902556+0000 mgr.a (mgr.14403) 18044 : cluster 0 pgmap v13473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:09 smithi079 bash[28699]: cluster 2023-12-08T00:44:08.903343+0000 mgr.a (mgr.14403) 18045 : cluster 0 pgmap v13474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:09 smithi194 bash[32038]: cluster 2023-12-08T00:44:08.903343+0000 mgr.a (mgr.14403) 18045 : cluster 0 pgmap v13474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:09 smithi135 bash[32435]: cluster 2023-12-08T00:44:08.903343+0000 mgr.a (mgr.14403) 18045 : cluster 0 pgmap v13474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:10.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:44:10.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:10.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:11.855 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:44:11.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:11.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:11.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:11.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:44:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:11 smithi079 bash[28699]: cluster 2023-12-08T00:44:10.903856+0000 mgr.a (mgr.14403) 18046 : cluster 0 pgmap v13475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:11 smithi194 bash[32038]: cluster 2023-12-08T00:44:10.903856+0000 mgr.a (mgr.14403) 18046 : cluster 0 pgmap v13475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:11 smithi135 bash[32435]: cluster 2023-12-08T00:44:10.903856+0000 mgr.a (mgr.14403) 18046 : cluster 0 pgmap v13475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:12 smithi079 bash[28699]: audit 2023-12-08T00:44:11.361916+0000 mgr.a (mgr.14403) 18047 : audit 0 from='client.359151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:12 smithi194 bash[32038]: audit 2023-12-08T00:44:11.361916+0000 mgr.a (mgr.14403) 18047 : audit 0 from='client.359151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:12 smithi135 bash[32435]: audit 2023-12-08T00:44:11.361916+0000 mgr.a (mgr.14403) 18047 : audit 0 from='client.359151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:13 smithi079 bash[28699]: cluster 2023-12-08T00:44:12.904526+0000 mgr.a (mgr.14403) 18048 : cluster 0 pgmap v13476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:13 smithi194 bash[32038]: cluster 2023-12-08T00:44:12.904526+0000 mgr.a (mgr.14403) 18048 : cluster 0 pgmap v13476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:13 smithi135 bash[32435]: cluster 2023-12-08T00:44:12.904526+0000 mgr.a (mgr.14403) 18048 : cluster 0 pgmap v13476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:15 smithi079 bash[28699]: cluster 2023-12-08T00:44:14.905488+0000 mgr.a (mgr.14403) 18049 : cluster 0 pgmap v13477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:15 smithi194 bash[32038]: cluster 2023-12-08T00:44:14.905488+0000 mgr.a (mgr.14403) 18049 : cluster 0 pgmap v13477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:15 smithi135 bash[32435]: cluster 2023-12-08T00:44:14.905488+0000 mgr.a (mgr.14403) 18049 : cluster 0 pgmap v13477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:16.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:44:16.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:16.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:17.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:17.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:17.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:17.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:44:17.777 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:44:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:18 smithi079 bash[28699]: cluster 2023-12-08T00:44:16.906178+0000 mgr.a (mgr.14403) 18050 : cluster 0 pgmap v13478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:18 smithi194 bash[32038]: cluster 2023-12-08T00:44:16.906178+0000 mgr.a (mgr.14403) 18050 : cluster 0 pgmap v13478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:18 smithi135 bash[32435]: cluster 2023-12-08T00:44:16.906178+0000 mgr.a (mgr.14403) 18050 : cluster 0 pgmap v13478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:19 smithi079 bash[28699]: audit 2023-12-08T00:44:17.264916+0000 mgr.a (mgr.14403) 18051 : audit 0 from='client.359229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:19 smithi194 bash[32038]: audit 2023-12-08T00:44:17.264916+0000 mgr.a (mgr.14403) 18051 : audit 0 from='client.359229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:19.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:19 smithi135 bash[32435]: audit 2023-12-08T00:44:17.264916+0000 mgr.a (mgr.14403) 18051 : audit 0 from='client.359229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:20 smithi079 bash[28699]: cluster 2023-12-08T00:44:18.907032+0000 mgr.a (mgr.14403) 18052 : cluster 0 pgmap v13479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:20 smithi194 bash[32038]: cluster 2023-12-08T00:44:18.907032+0000 mgr.a (mgr.14403) 18052 : cluster 0 pgmap v13479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:20 smithi135 bash[32435]: cluster 2023-12-08T00:44:18.907032+0000 mgr.a (mgr.14403) 18052 : cluster 0 pgmap v13479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:22 smithi079 bash[28699]: cluster 2023-12-08T00:44:20.907526+0000 mgr.a (mgr.14403) 18053 : cluster 0 pgmap v13480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:22 smithi194 bash[32038]: cluster 2023-12-08T00:44:20.907526+0000 mgr.a (mgr.14403) 18053 : cluster 0 pgmap v13480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:22 smithi135 bash[32435]: cluster 2023-12-08T00:44:20.907526+0000 mgr.a (mgr.14403) 18053 : cluster 0 pgmap v13480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:22.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:44:22.780 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:22.780 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:23.688 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:44:23.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:23.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:23.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:23.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:44:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:23 smithi079 bash[28699]: cluster 2023-12-08T00:44:22.907915+0000 mgr.a (mgr.14403) 18054 : cluster 0 pgmap v13481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:23 smithi079 bash[28699]: audit 2023-12-08T00:44:23.466056+0000 mon.a (mon.0) 2947 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:44:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:23 smithi194 bash[32038]: cluster 2023-12-08T00:44:22.907915+0000 mgr.a (mgr.14403) 18054 : cluster 0 pgmap v13481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:23 smithi194 bash[32038]: audit 2023-12-08T00:44:23.466056+0000 mon.a (mon.0) 2947 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:44:23.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:23 smithi135 bash[32435]: cluster 2023-12-08T00:44:22.907915+0000 mgr.a (mgr.14403) 18054 : cluster 0 pgmap v13481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:23.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:23 smithi135 bash[32435]: audit 2023-12-08T00:44:23.466056+0000 mon.a (mon.0) 2947 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:44:24.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:24 smithi079 bash[28699]: audit 2023-12-08T00:44:23.176600+0000 mgr.a (mgr.14403) 18055 : audit 0 from='client.359304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:24.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:24 smithi079 bash[28699]: audit 2023-12-08T00:44:24.256355+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:44:24.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:24 smithi079 bash[28699]: audit 2023-12-08T00:44:24.258641+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:44:24.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:24 smithi079 bash[28699]: audit 2023-12-08T00:44:24.268176+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:44:24.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:24 smithi194 bash[32038]: audit 2023-12-08T00:44:23.176600+0000 mgr.a (mgr.14403) 18055 : audit 0 from='client.359304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:24.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:24 smithi194 bash[32038]: audit 2023-12-08T00:44:24.256355+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:44:24.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:24 smithi194 bash[32038]: audit 2023-12-08T00:44:24.258641+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:44:24.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:24 smithi194 bash[32038]: audit 2023-12-08T00:44:24.268176+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:44:24.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:24 smithi135 bash[32435]: audit 2023-12-08T00:44:23.176600+0000 mgr.a (mgr.14403) 18055 : audit 0 from='client.359304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:24.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:24 smithi135 bash[32435]: audit 2023-12-08T00:44:24.256355+0000 mon.a (mon.0) 2948 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:44:24.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:24 smithi135 bash[32435]: audit 2023-12-08T00:44:24.258641+0000 mon.a (mon.0) 2949 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:44:24.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:24 smithi135 bash[32435]: audit 2023-12-08T00:44:24.268176+0000 mon.a (mon.0) 2950 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:44:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:25 smithi079 bash[28699]: cluster 2023-12-08T00:44:24.908752+0000 mgr.a (mgr.14403) 18056 : cluster 0 pgmap v13482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:44:25.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:25 smithi194 bash[32038]: cluster 2023-12-08T00:44:24.908752+0000 mgr.a (mgr.14403) 18056 : cluster 0 pgmap v13482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:44:25.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:25 smithi135 bash[32435]: cluster 2023-12-08T00:44:24.908752+0000 mgr.a (mgr.14403) 18056 : cluster 0 pgmap v13482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:44:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:27 smithi079 bash[28699]: cluster 2023-12-08T00:44:26.909301+0000 mgr.a (mgr.14403) 18057 : cluster 0 pgmap v13483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:44:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:27 smithi194 bash[32038]: cluster 2023-12-08T00:44:26.909301+0000 mgr.a (mgr.14403) 18057 : cluster 0 pgmap v13483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:44:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:27 smithi135 bash[32435]: cluster 2023-12-08T00:44:26.909301+0000 mgr.a (mgr.14403) 18057 : cluster 0 pgmap v13483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:44:28.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:44:28.691 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:28.691 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:29.608 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:44:29.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:29.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:29.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:29.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:44:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:29 smithi079 bash[28699]: cluster 2023-12-08T00:44:28.909953+0000 mgr.a (mgr.14403) 18058 : cluster 0 pgmap v13484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:29 smithi194 bash[32038]: cluster 2023-12-08T00:44:28.909953+0000 mgr.a (mgr.14403) 18058 : cluster 0 pgmap v13484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:29 smithi135 bash[32435]: cluster 2023-12-08T00:44:28.909953+0000 mgr.a (mgr.14403) 18058 : cluster 0 pgmap v13484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:30 smithi079 bash[28699]: audit 2023-12-08T00:44:29.093976+0000 mgr.a (mgr.14403) 18059 : audit 0 from='client.359379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:30 smithi194 bash[32038]: audit 2023-12-08T00:44:29.093976+0000 mgr.a (mgr.14403) 18059 : audit 0 from='client.359379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:30 smithi135 bash[32435]: audit 2023-12-08T00:44:29.093976+0000 mgr.a (mgr.14403) 18059 : audit 0 from='client.359379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:31 smithi079 bash[28699]: cluster 2023-12-08T00:44:30.910572+0000 mgr.a (mgr.14403) 18060 : cluster 0 pgmap v13485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:32.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:31 smithi194 bash[32038]: cluster 2023-12-08T00:44:30.910572+0000 mgr.a (mgr.14403) 18060 : cluster 0 pgmap v13485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:31 smithi135 bash[32435]: cluster 2023-12-08T00:44:30.910572+0000 mgr.a (mgr.14403) 18060 : cluster 0 pgmap v13485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:33 smithi079 bash[28699]: cluster 2023-12-08T00:44:32.911127+0000 mgr.a (mgr.14403) 18061 : cluster 0 pgmap v13486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:33 smithi194 bash[32038]: cluster 2023-12-08T00:44:32.911127+0000 mgr.a (mgr.14403) 18061 : cluster 0 pgmap v13486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:33 smithi135 bash[32435]: cluster 2023-12-08T00:44:32.911127+0000 mgr.a (mgr.14403) 18061 : cluster 0 pgmap v13486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:44:34.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:44:34.612 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:34.612 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:35.534 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:44:35.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:35.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:35.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:35.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:44:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:35 smithi079 bash[28699]: cluster 2023-12-08T00:44:34.911861+0000 mgr.a (mgr.14403) 18062 : cluster 0 pgmap v13487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:35 smithi079 bash[28699]: audit 2023-12-08T00:44:35.011215+0000 mgr.a (mgr.14403) 18063 : audit 0 from='client.359454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:35 smithi194 bash[32038]: cluster 2023-12-08T00:44:34.911861+0000 mgr.a (mgr.14403) 18062 : cluster 0 pgmap v13487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:35 smithi194 bash[32038]: audit 2023-12-08T00:44:35.011215+0000 mgr.a (mgr.14403) 18063 : audit 0 from='client.359454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:35 smithi135 bash[32435]: cluster 2023-12-08T00:44:34.911861+0000 mgr.a (mgr.14403) 18062 : cluster 0 pgmap v13487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:35 smithi135 bash[32435]: audit 2023-12-08T00:44:35.011215+0000 mgr.a (mgr.14403) 18063 : audit 0 from='client.359454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:37 smithi079 bash[28699]: cluster 2023-12-08T00:44:36.912514+0000 mgr.a (mgr.14403) 18064 : cluster 0 pgmap v13488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:44:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:37 smithi194 bash[32038]: cluster 2023-12-08T00:44:36.912514+0000 mgr.a (mgr.14403) 18064 : cluster 0 pgmap v13488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:44:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:37 smithi135 bash[32435]: cluster 2023-12-08T00:44:36.912514+0000 mgr.a (mgr.14403) 18064 : cluster 0 pgmap v13488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:44:40.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:39 smithi079 bash[28699]: cluster 2023-12-08T00:44:38.913314+0000 mgr.a (mgr.14403) 18065 : cluster 0 pgmap v13489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:44:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:39 smithi194 bash[32038]: cluster 2023-12-08T00:44:38.913314+0000 mgr.a (mgr.14403) 18065 : cluster 0 pgmap v13489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:44:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:39 smithi135 bash[32435]: cluster 2023-12-08T00:44:38.913314+0000 mgr.a (mgr.14403) 18065 : cluster 0 pgmap v13489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:44:40.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:44:40.537 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:40.537 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:41.467 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:44:41.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:41.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:41.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:41.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:44:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:41 smithi079 bash[28699]: cluster 2023-12-08T00:44:40.913913+0000 mgr.a (mgr.14403) 18066 : cluster 0 pgmap v13490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:41 smithi079 bash[28699]: audit 2023-12-08T00:44:40.940980+0000 mgr.a (mgr.14403) 18067 : audit 0 from='client.359532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:41 smithi194 bash[32038]: cluster 2023-12-08T00:44:40.913913+0000 mgr.a (mgr.14403) 18066 : cluster 0 pgmap v13490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:41 smithi194 bash[32038]: audit 2023-12-08T00:44:40.940980+0000 mgr.a (mgr.14403) 18067 : audit 0 from='client.359532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:41 smithi135 bash[32435]: cluster 2023-12-08T00:44:40.913913+0000 mgr.a (mgr.14403) 18066 : cluster 0 pgmap v13490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:41 smithi135 bash[32435]: audit 2023-12-08T00:44:40.940980+0000 mgr.a (mgr.14403) 18067 : audit 0 from='client.359532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:43 smithi079 bash[28699]: cluster 2023-12-08T00:44:42.914493+0000 mgr.a (mgr.14403) 18068 : cluster 0 pgmap v13491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:43 smithi194 bash[32038]: cluster 2023-12-08T00:44:42.914493+0000 mgr.a (mgr.14403) 18068 : cluster 0 pgmap v13491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:43.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:43 smithi135 bash[32435]: cluster 2023-12-08T00:44:42.914493+0000 mgr.a (mgr.14403) 18068 : cluster 0 pgmap v13491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:45 smithi079 bash[28699]: cluster 2023-12-08T00:44:44.915319+0000 mgr.a (mgr.14403) 18069 : cluster 0 pgmap v13492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:45 smithi194 bash[32038]: cluster 2023-12-08T00:44:44.915319+0000 mgr.a (mgr.14403) 18069 : cluster 0 pgmap v13492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:45 smithi135 bash[32435]: cluster 2023-12-08T00:44:44.915319+0000 mgr.a (mgr.14403) 18069 : cluster 0 pgmap v13492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:46.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:44:46.471 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:46.471 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:47.381 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:44:47.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:47.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:47.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:47.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:44:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:47 smithi079 bash[28699]: audit 2023-12-08T00:44:46.873561+0000 mgr.a (mgr.14403) 18070 : audit 0 from='client.359607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:47 smithi079 bash[28699]: cluster 2023-12-08T00:44:46.916028+0000 mgr.a (mgr.14403) 18071 : cluster 0 pgmap v13493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:47 smithi194 bash[32038]: audit 2023-12-08T00:44:46.873561+0000 mgr.a (mgr.14403) 18070 : audit 0 from='client.359607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:47 smithi194 bash[32038]: cluster 2023-12-08T00:44:46.916028+0000 mgr.a (mgr.14403) 18071 : cluster 0 pgmap v13493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:47 smithi135 bash[32435]: audit 2023-12-08T00:44:46.873561+0000 mgr.a (mgr.14403) 18070 : audit 0 from='client.359607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:47 smithi135 bash[32435]: cluster 2023-12-08T00:44:46.916028+0000 mgr.a (mgr.14403) 18071 : cluster 0 pgmap v13493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:49 smithi079 bash[28699]: cluster 2023-12-08T00:44:48.917024+0000 mgr.a (mgr.14403) 18072 : cluster 0 pgmap v13494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:49 smithi194 bash[32038]: cluster 2023-12-08T00:44:48.917024+0000 mgr.a (mgr.14403) 18072 : cluster 0 pgmap v13494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:49 smithi135 bash[32435]: cluster 2023-12-08T00:44:48.917024+0000 mgr.a (mgr.14403) 18072 : cluster 0 pgmap v13494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:52.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:44:52.385 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:52.385 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:51 smithi079 bash[28699]: cluster 2023-12-08T00:44:50.917707+0000 mgr.a (mgr.14403) 18073 : cluster 0 pgmap v13495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:51 smithi194 bash[32038]: cluster 2023-12-08T00:44:50.917707+0000 mgr.a (mgr.14403) 18073 : cluster 0 pgmap v13495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:51 smithi135 bash[32435]: cluster 2023-12-08T00:44:50.917707+0000 mgr.a (mgr.14403) 18073 : cluster 0 pgmap v13495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:53.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:53.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:53.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:53.252 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:44:53.252 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:44:53.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:53 smithi079 bash[28699]: audit 2023-12-08T00:44:52.782900+0000 mgr.a (mgr.14403) 18074 : audit 0 from='client.359685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:53.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:53 smithi079 bash[28699]: cluster 2023-12-08T00:44:52.918506+0000 mgr.a (mgr.14403) 18075 : cluster 0 pgmap v13496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:53 smithi194 bash[32038]: audit 2023-12-08T00:44:52.782900+0000 mgr.a (mgr.14403) 18074 : audit 0 from='client.359685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:53 smithi194 bash[32038]: cluster 2023-12-08T00:44:52.918506+0000 mgr.a (mgr.14403) 18075 : cluster 0 pgmap v13496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:53 smithi135 bash[32435]: audit 2023-12-08T00:44:52.782900+0000 mgr.a (mgr.14403) 18074 : audit 0 from='client.359685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:44:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:53 smithi135 bash[32435]: cluster 2023-12-08T00:44:52.918506+0000 mgr.a (mgr.14403) 18075 : cluster 0 pgmap v13496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:55 smithi079 bash[28699]: cluster 2023-12-08T00:44:54.919486+0000 mgr.a (mgr.14403) 18076 : cluster 0 pgmap v13497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:55 smithi194 bash[32038]: cluster 2023-12-08T00:44:54.919486+0000 mgr.a (mgr.14403) 18076 : cluster 0 pgmap v13497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:55 smithi135 bash[32435]: cluster 2023-12-08T00:44:54.919486+0000 mgr.a (mgr.14403) 18076 : cluster 0 pgmap v13497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:44:58.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:44:58.256 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:44:58.256 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:44:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:57 smithi079 bash[28699]: cluster 2023-12-08T00:44:56.920196+0000 mgr.a (mgr.14403) 18077 : cluster 0 pgmap v13498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:57 smithi194 bash[32038]: cluster 2023-12-08T00:44:56.920196+0000 mgr.a (mgr.14403) 18077 : cluster 0 pgmap v13498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:57 smithi135 bash[32435]: cluster 2023-12-08T00:44:56.920196+0000 mgr.a (mgr.14403) 18077 : cluster 0 pgmap v13498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:44:59.171 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:44:59.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:44:59.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:44:59.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:44:59.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:45:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:59 smithi079 bash[28699]: audit 2023-12-08T00:44:58.665485+0000 mgr.a (mgr.14403) 18078 : audit 0 from='client.359760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:44:59 smithi079 bash[28699]: cluster 2023-12-08T00:44:58.925941+0000 mgr.a (mgr.14403) 18079 : cluster 0 pgmap v13499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:59 smithi194 bash[32038]: audit 2023-12-08T00:44:58.665485+0000 mgr.a (mgr.14403) 18078 : audit 0 from='client.359760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:44:59 smithi194 bash[32038]: cluster 2023-12-08T00:44:58.925941+0000 mgr.a (mgr.14403) 18079 : cluster 0 pgmap v13499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:59 smithi135 bash[32435]: audit 2023-12-08T00:44:58.665485+0000 mgr.a (mgr.14403) 18078 : audit 0 from='client.359760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:44:59 smithi135 bash[32435]: cluster 2023-12-08T00:44:58.925941+0000 mgr.a (mgr.14403) 18079 : cluster 0 pgmap v13499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:01 smithi079 bash[28699]: cluster 2023-12-08T00:45:00.926639+0000 mgr.a (mgr.14403) 18080 : cluster 0 pgmap v13500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:01 smithi194 bash[32038]: cluster 2023-12-08T00:45:00.926639+0000 mgr.a (mgr.14403) 18080 : cluster 0 pgmap v13500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:01 smithi135 bash[32435]: cluster 2023-12-08T00:45:00.926639+0000 mgr.a (mgr.14403) 18080 : cluster 0 pgmap v13500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:03 smithi079 bash[28699]: cluster 2023-12-08T00:45:02.927200+0000 mgr.a (mgr.14403) 18081 : cluster 0 pgmap v13501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:03 smithi194 bash[32038]: cluster 2023-12-08T00:45:02.927200+0000 mgr.a (mgr.14403) 18081 : cluster 0 pgmap v13501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:03.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:03 smithi135 bash[32435]: cluster 2023-12-08T00:45:02.927200+0000 mgr.a (mgr.14403) 18081 : cluster 0 pgmap v13501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:04.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:45:04.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:04.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:05.097 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:45:05.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:05.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:05.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:05.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:45:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:05 smithi079 bash[28699]: audit 2023-12-08T00:45:04.576903+0000 mgr.a (mgr.14403) 18082 : audit 0 from='client.359829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:05 smithi079 bash[28699]: cluster 2023-12-08T00:45:04.927861+0000 mgr.a (mgr.14403) 18083 : cluster 0 pgmap v13502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:05 smithi194 bash[32038]: audit 2023-12-08T00:45:04.576903+0000 mgr.a (mgr.14403) 18082 : audit 0 from='client.359829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:05 smithi194 bash[32038]: cluster 2023-12-08T00:45:04.927861+0000 mgr.a (mgr.14403) 18083 : cluster 0 pgmap v13502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:05 smithi135 bash[32435]: audit 2023-12-08T00:45:04.576903+0000 mgr.a (mgr.14403) 18082 : audit 0 from='client.359829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:05 smithi135 bash[32435]: cluster 2023-12-08T00:45:04.927861+0000 mgr.a (mgr.14403) 18083 : cluster 0 pgmap v13502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:07 smithi079 bash[28699]: cluster 2023-12-08T00:45:06.928460+0000 mgr.a (mgr.14403) 18084 : cluster 0 pgmap v13503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:07 smithi194 bash[32038]: cluster 2023-12-08T00:45:06.928460+0000 mgr.a (mgr.14403) 18084 : cluster 0 pgmap v13503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:07 smithi135 bash[32435]: cluster 2023-12-08T00:45:06.928460+0000 mgr.a (mgr.14403) 18084 : cluster 0 pgmap v13503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:10.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:45:10.101 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:10.101 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:09 smithi079 bash[28699]: cluster 2023-12-08T00:45:08.929263+0000 mgr.a (mgr.14403) 18085 : cluster 0 pgmap v13504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:09 smithi194 bash[32038]: cluster 2023-12-08T00:45:08.929263+0000 mgr.a (mgr.14403) 18085 : cluster 0 pgmap v13504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:09 smithi135 bash[32435]: cluster 2023-12-08T00:45:08.929263+0000 mgr.a (mgr.14403) 18085 : cluster 0 pgmap v13504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:11.023 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:45:11.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:11.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:11.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:11.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:45:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:11 smithi079 bash[28699]: audit 2023-12-08T00:45:10.505158+0000 mgr.a (mgr.14403) 18086 : audit 0 from='client.359907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:11 smithi079 bash[28699]: cluster 2023-12-08T00:45:10.929845+0000 mgr.a (mgr.14403) 18087 : cluster 0 pgmap v13505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:11 smithi194 bash[32038]: audit 2023-12-08T00:45:10.505158+0000 mgr.a (mgr.14403) 18086 : audit 0 from='client.359907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:11 smithi194 bash[32038]: cluster 2023-12-08T00:45:10.929845+0000 mgr.a (mgr.14403) 18087 : cluster 0 pgmap v13505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:12.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:11 smithi135 bash[32435]: audit 2023-12-08T00:45:10.505158+0000 mgr.a (mgr.14403) 18086 : audit 0 from='client.359907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:12.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:11 smithi135 bash[32435]: cluster 2023-12-08T00:45:10.929845+0000 mgr.a (mgr.14403) 18087 : cluster 0 pgmap v13505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:13 smithi079 bash[28699]: cluster 2023-12-08T00:45:12.930347+0000 mgr.a (mgr.14403) 18088 : cluster 0 pgmap v13506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:13 smithi194 bash[32038]: cluster 2023-12-08T00:45:12.930347+0000 mgr.a (mgr.14403) 18088 : cluster 0 pgmap v13506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:13 smithi135 bash[32435]: cluster 2023-12-08T00:45:12.930347+0000 mgr.a (mgr.14403) 18088 : cluster 0 pgmap v13506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:16.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:45:16.027 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:16.027 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:15 smithi079 bash[28699]: cluster 2023-12-08T00:45:14.931171+0000 mgr.a (mgr.14403) 18089 : cluster 0 pgmap v13507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:15 smithi194 bash[32038]: cluster 2023-12-08T00:45:14.931171+0000 mgr.a (mgr.14403) 18089 : cluster 0 pgmap v13507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:15 smithi135 bash[32435]: cluster 2023-12-08T00:45:14.931171+0000 mgr.a (mgr.14403) 18089 : cluster 0 pgmap v13507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:16.954 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:45:16.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:16.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:16.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:16.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:45:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:17 smithi079 bash[28699]: audit 2023-12-08T00:45:16.444155+0000 mgr.a (mgr.14403) 18090 : audit 0 from='client.359982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:17 smithi079 bash[28699]: cluster 2023-12-08T00:45:16.931789+0000 mgr.a (mgr.14403) 18091 : cluster 0 pgmap v13508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:17 smithi194 bash[32038]: audit 2023-12-08T00:45:16.444155+0000 mgr.a (mgr.14403) 18090 : audit 0 from='client.359982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:17 smithi194 bash[32038]: cluster 2023-12-08T00:45:16.931789+0000 mgr.a (mgr.14403) 18091 : cluster 0 pgmap v13508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:17 smithi135 bash[32435]: audit 2023-12-08T00:45:16.444155+0000 mgr.a (mgr.14403) 18090 : audit 0 from='client.359982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:17 smithi135 bash[32435]: cluster 2023-12-08T00:45:16.931789+0000 mgr.a (mgr.14403) 18091 : cluster 0 pgmap v13508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:19 smithi079 bash[28699]: cluster 2023-12-08T00:45:18.932569+0000 mgr.a (mgr.14403) 18092 : cluster 0 pgmap v13509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:19 smithi194 bash[32038]: cluster 2023-12-08T00:45:18.932569+0000 mgr.a (mgr.14403) 18092 : cluster 0 pgmap v13509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:19 smithi135 bash[32435]: cluster 2023-12-08T00:45:18.932569+0000 mgr.a (mgr.14403) 18092 : cluster 0 pgmap v13509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:21.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:45:21.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:21.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:21 smithi079 bash[28699]: cluster 2023-12-08T00:45:20.933102+0000 mgr.a (mgr.14403) 18093 : cluster 0 pgmap v13510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:22 smithi194 bash[32038]: cluster 2023-12-08T00:45:20.933102+0000 mgr.a (mgr.14403) 18093 : cluster 0 pgmap v13510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:22 smithi135 bash[32435]: cluster 2023-12-08T00:45:20.933102+0000 mgr.a (mgr.14403) 18093 : cluster 0 pgmap v13510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:22.874 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:45:22.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:22.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:22.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:22.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:45:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:23 smithi079 bash[28699]: audit 2023-12-08T00:45:22.367772+0000 mgr.a (mgr.14403) 18094 : audit 0 from='client.360060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:23 smithi079 bash[28699]: cluster 2023-12-08T00:45:22.933850+0000 mgr.a (mgr.14403) 18095 : cluster 0 pgmap v13511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:23 smithi194 bash[32038]: audit 2023-12-08T00:45:22.367772+0000 mgr.a (mgr.14403) 18094 : audit 0 from='client.360060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:23 smithi194 bash[32038]: cluster 2023-12-08T00:45:22.933850+0000 mgr.a (mgr.14403) 18095 : cluster 0 pgmap v13511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:23 smithi135 bash[32435]: audit 2023-12-08T00:45:22.367772+0000 mgr.a (mgr.14403) 18094 : audit 0 from='client.360060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:23 smithi135 bash[32435]: cluster 2023-12-08T00:45:22.933850+0000 mgr.a (mgr.14403) 18095 : cluster 0 pgmap v13511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:24.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:24 smithi079 bash[28699]: audit 2023-12-08T00:45:24.371603+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:45:24.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:24 smithi194 bash[32038]: audit 2023-12-08T00:45:24.371603+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:45:24.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:24 smithi135 bash[32435]: audit 2023-12-08T00:45:24.371603+0000 mon.a (mon.0) 2951 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:45:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:25 smithi079 bash[28699]: cluster 2023-12-08T00:45:24.934586+0000 mgr.a (mgr.14403) 18096 : cluster 0 pgmap v13512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:25.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:25 smithi194 bash[32038]: cluster 2023-12-08T00:45:24.934586+0000 mgr.a (mgr.14403) 18096 : cluster 0 pgmap v13512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:25.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:25 smithi135 bash[32435]: cluster 2023-12-08T00:45:24.934586+0000 mgr.a (mgr.14403) 18096 : cluster 0 pgmap v13512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:27.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:45:27.876 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:27.877 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:27 smithi079 bash[28699]: cluster 2023-12-08T00:45:26.935322+0000 mgr.a (mgr.14403) 18097 : cluster 0 pgmap v13513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:27 smithi194 bash[32038]: cluster 2023-12-08T00:45:26.935322+0000 mgr.a (mgr.14403) 18097 : cluster 0 pgmap v13513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:27 smithi135 bash[32435]: cluster 2023-12-08T00:45:26.935322+0000 mgr.a (mgr.14403) 18097 : cluster 0 pgmap v13513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:28.803 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:45:28.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:28.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:28.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:28.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:45:30.279 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:29 smithi079 bash[28699]: audit 2023-12-08T00:45:28.276596+0000 mgr.a (mgr.14403) 18098 : audit 0 from='client.360132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:30.279 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:29 smithi079 bash[28699]: cluster 2023-12-08T00:45:28.936415+0000 mgr.a (mgr.14403) 18099 : cluster 0 pgmap v13514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:45:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:29 smithi194 bash[32038]: audit 2023-12-08T00:45:28.276596+0000 mgr.a (mgr.14403) 18098 : audit 0 from='client.360132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:29 smithi194 bash[32038]: cluster 2023-12-08T00:45:28.936415+0000 mgr.a (mgr.14403) 18099 : cluster 0 pgmap v13514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:45:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:29 smithi135 bash[32435]: audit 2023-12-08T00:45:28.276596+0000 mgr.a (mgr.14403) 18098 : audit 0 from='client.360132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:29 smithi135 bash[32435]: cluster 2023-12-08T00:45:28.936415+0000 mgr.a (mgr.14403) 18099 : cluster 0 pgmap v13514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:45:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:31 smithi079 bash[28699]: cluster 2023-12-08T00:45:30.937014+0000 mgr.a (mgr.14403) 18100 : cluster 0 pgmap v13515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:45:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:32 smithi194 bash[32038]: cluster 2023-12-08T00:45:30.937014+0000 mgr.a (mgr.14403) 18100 : cluster 0 pgmap v13515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:45:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:32 smithi135 bash[32435]: cluster 2023-12-08T00:45:30.937014+0000 mgr.a (mgr.14403) 18100 : cluster 0 pgmap v13515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:45:33.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:45:33.806 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:33.807 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:33.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:33 smithi079 bash[28699]: cluster 2023-12-08T00:45:32.937563+0000 mgr.a (mgr.14403) 18101 : cluster 0 pgmap v13516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:45:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:33 smithi194 bash[32038]: cluster 2023-12-08T00:45:32.937563+0000 mgr.a (mgr.14403) 18101 : cluster 0 pgmap v13516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:45:33.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:33 smithi135 bash[32435]: cluster 2023-12-08T00:45:32.937563+0000 mgr.a (mgr.14403) 18101 : cluster 0 pgmap v13516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:45:34.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:34.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:34.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:34.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:45:34.676 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:45:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:36 smithi079 bash[28699]: audit 2023-12-08T00:45:34.200447+0000 mgr.a (mgr.14403) 18102 : audit 0 from='client.360207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:36 smithi079 bash[28699]: cluster 2023-12-08T00:45:34.938419+0000 mgr.a (mgr.14403) 18103 : cluster 0 pgmap v13517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:36 smithi079 bash[28699]: audit 2023-12-08T00:45:35.025626+0000 mon.a (mon.0) 2952 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:45:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:36 smithi079 bash[28699]: audit 2023-12-08T00:45:35.033007+0000 mon.a (mon.0) 2953 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:45:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:36 smithi079 bash[28699]: audit 2023-12-08T00:45:35.034542+0000 mon.a (mon.0) 2954 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:45:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:36 smithi079 bash[28699]: audit 2023-12-08T00:45:35.036137+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:45:36.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:36 smithi079 bash[28699]: audit 2023-12-08T00:45:35.045610+0000 mon.a (mon.0) 2956 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:45:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:36 smithi194 bash[32038]: audit 2023-12-08T00:45:34.200447+0000 mgr.a (mgr.14403) 18102 : audit 0 from='client.360207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:36 smithi194 bash[32038]: cluster 2023-12-08T00:45:34.938419+0000 mgr.a (mgr.14403) 18103 : cluster 0 pgmap v13517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:36 smithi194 bash[32038]: audit 2023-12-08T00:45:35.025626+0000 mon.a (mon.0) 2952 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:45:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:36 smithi194 bash[32038]: audit 2023-12-08T00:45:35.033007+0000 mon.a (mon.0) 2953 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:45:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:36 smithi194 bash[32038]: audit 2023-12-08T00:45:35.034542+0000 mon.a (mon.0) 2954 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:45:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:36 smithi194 bash[32038]: audit 2023-12-08T00:45:35.036137+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:45:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:36 smithi194 bash[32038]: audit 2023-12-08T00:45:35.045610+0000 mon.a (mon.0) 2956 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:45:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:36 smithi135 bash[32435]: audit 2023-12-08T00:45:34.200447+0000 mgr.a (mgr.14403) 18102 : audit 0 from='client.360207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:36 smithi135 bash[32435]: cluster 2023-12-08T00:45:34.938419+0000 mgr.a (mgr.14403) 18103 : cluster 0 pgmap v13517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:36 smithi135 bash[32435]: audit 2023-12-08T00:45:35.025626+0000 mon.a (mon.0) 2952 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:45:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:36 smithi135 bash[32435]: audit 2023-12-08T00:45:35.033007+0000 mon.a (mon.0) 2953 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:45:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:36 smithi135 bash[32435]: audit 2023-12-08T00:45:35.034542+0000 mon.a (mon.0) 2954 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:45:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:36 smithi135 bash[32435]: audit 2023-12-08T00:45:35.036137+0000 mon.a (mon.0) 2955 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:45:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:36 smithi135 bash[32435]: audit 2023-12-08T00:45:35.045610+0000 mon.a (mon.0) 2956 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:45:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:38 smithi079 bash[28699]: cluster 2023-12-08T00:45:36.939003+0000 mgr.a (mgr.14403) 18104 : cluster 0 pgmap v13518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:38 smithi194 bash[32038]: cluster 2023-12-08T00:45:36.939003+0000 mgr.a (mgr.14403) 18104 : cluster 0 pgmap v13518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:38 smithi135 bash[32435]: cluster 2023-12-08T00:45:36.939003+0000 mgr.a (mgr.14403) 18104 : cluster 0 pgmap v13518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:45:39.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:45:39.679 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:39.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:40 smithi079 bash[28699]: cluster 2023-12-08T00:45:38.939739+0000 mgr.a (mgr.14403) 18105 : cluster 0 pgmap v13519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:40 smithi194 bash[32038]: cluster 2023-12-08T00:45:38.939739+0000 mgr.a (mgr.14403) 18105 : cluster 0 pgmap v13519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:40 smithi135 bash[32435]: cluster 2023-12-08T00:45:38.939739+0000 mgr.a (mgr.14403) 18105 : cluster 0 pgmap v13519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:40.572 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:45:40.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:40.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:40.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:40.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:45:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:41 smithi079 bash[28699]: audit 2023-12-08T00:45:40.084742+0000 mgr.a (mgr.14403) 18106 : audit 0 from='client.360279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:41 smithi194 bash[32038]: audit 2023-12-08T00:45:40.084742+0000 mgr.a (mgr.14403) 18106 : audit 0 from='client.360279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:41.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:41 smithi135 bash[32435]: audit 2023-12-08T00:45:40.084742+0000 mgr.a (mgr.14403) 18106 : audit 0 from='client.360279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:42 smithi079 bash[28699]: cluster 2023-12-08T00:45:40.940421+0000 mgr.a (mgr.14403) 18107 : cluster 0 pgmap v13520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:45:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:42 smithi194 bash[32038]: cluster 2023-12-08T00:45:40.940421+0000 mgr.a (mgr.14403) 18107 : cluster 0 pgmap v13520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:45:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:42 smithi135 bash[32435]: cluster 2023-12-08T00:45:40.940421+0000 mgr.a (mgr.14403) 18107 : cluster 0 pgmap v13520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:45:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:43 smithi079 bash[28699]: cluster 2023-12-08T00:45:42.941044+0000 mgr.a (mgr.14403) 18108 : cluster 0 pgmap v13521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:45:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:43 smithi194 bash[32038]: cluster 2023-12-08T00:45:42.941044+0000 mgr.a (mgr.14403) 18108 : cluster 0 pgmap v13521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:45:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:43 smithi135 bash[32435]: cluster 2023-12-08T00:45:42.941044+0000 mgr.a (mgr.14403) 18108 : cluster 0 pgmap v13521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:45:45.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:45:45.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:45.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:45 smithi079 bash[28699]: cluster 2023-12-08T00:45:44.941958+0000 mgr.a (mgr.14403) 18109 : cluster 0 pgmap v13522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:45:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:45 smithi194 bash[32038]: cluster 2023-12-08T00:45:44.941958+0000 mgr.a (mgr.14403) 18109 : cluster 0 pgmap v13522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:45:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:45 smithi135 bash[32435]: cluster 2023-12-08T00:45:44.941958+0000 mgr.a (mgr.14403) 18109 : cluster 0 pgmap v13522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:45:46.466 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:45:46.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:46.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:46.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:46.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:45:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:47 smithi079 bash[28699]: audit 2023-12-08T00:45:45.967948+0000 mgr.a (mgr.14403) 18110 : audit 0 from='client.360354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:47 smithi194 bash[32038]: audit 2023-12-08T00:45:45.967948+0000 mgr.a (mgr.14403) 18110 : audit 0 from='client.360354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:47 smithi135 bash[32435]: audit 2023-12-08T00:45:45.967948+0000 mgr.a (mgr.14403) 18110 : audit 0 from='client.360354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:48 smithi079 bash[28699]: cluster 2023-12-08T00:45:46.942631+0000 mgr.a (mgr.14403) 18111 : cluster 0 pgmap v13523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:48 smithi194 bash[32038]: cluster 2023-12-08T00:45:46.942631+0000 mgr.a (mgr.14403) 18111 : cluster 0 pgmap v13523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:48 smithi135 bash[32435]: cluster 2023-12-08T00:45:46.942631+0000 mgr.a (mgr.14403) 18111 : cluster 0 pgmap v13523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:50 smithi079 bash[28699]: cluster 2023-12-08T00:45:48.943428+0000 mgr.a (mgr.14403) 18112 : cluster 0 pgmap v13524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:50 smithi194 bash[32038]: cluster 2023-12-08T00:45:48.943428+0000 mgr.a (mgr.14403) 18112 : cluster 0 pgmap v13524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:50 smithi135 bash[32435]: cluster 2023-12-08T00:45:48.943428+0000 mgr.a (mgr.14403) 18112 : cluster 0 pgmap v13524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:51.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:45:51.470 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:51.470 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:52.387 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:45:52.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:52.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:52.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:52.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:45:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:52 smithi079 bash[28699]: cluster 2023-12-08T00:45:50.944020+0000 mgr.a (mgr.14403) 18113 : cluster 0 pgmap v13525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:52 smithi194 bash[32038]: cluster 2023-12-08T00:45:50.944020+0000 mgr.a (mgr.14403) 18113 : cluster 0 pgmap v13525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:52 smithi135 bash[32435]: cluster 2023-12-08T00:45:50.944020+0000 mgr.a (mgr.14403) 18113 : cluster 0 pgmap v13525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:53 smithi079 bash[28699]: audit 2023-12-08T00:45:51.867454+0000 mgr.a (mgr.14403) 18114 : audit 0 from='client.360426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:53 smithi194 bash[32038]: audit 2023-12-08T00:45:51.867454+0000 mgr.a (mgr.14403) 18114 : audit 0 from='client.360426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:53.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:53 smithi135 bash[32435]: audit 2023-12-08T00:45:51.867454+0000 mgr.a (mgr.14403) 18114 : audit 0 from='client.360426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:54 smithi079 bash[28699]: cluster 2023-12-08T00:45:52.944749+0000 mgr.a (mgr.14403) 18115 : cluster 0 pgmap v13526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:54 smithi194 bash[32038]: cluster 2023-12-08T00:45:52.944749+0000 mgr.a (mgr.14403) 18115 : cluster 0 pgmap v13526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:54 smithi135 bash[32435]: cluster 2023-12-08T00:45:52.944749+0000 mgr.a (mgr.14403) 18115 : cluster 0 pgmap v13526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:56 smithi079 bash[28699]: cluster 2023-12-08T00:45:54.945569+0000 mgr.a (mgr.14403) 18116 : cluster 0 pgmap v13527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:56 smithi194 bash[32038]: cluster 2023-12-08T00:45:54.945569+0000 mgr.a (mgr.14403) 18116 : cluster 0 pgmap v13527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:56 smithi135 bash[32435]: cluster 2023-12-08T00:45:54.945569+0000 mgr.a (mgr.14403) 18116 : cluster 0 pgmap v13527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:45:57.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:45:57.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:45:57.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:45:58.315 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:45:58.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:45:58.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:45:58.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:45:58.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:45:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:58 smithi079 bash[28699]: cluster 2023-12-08T00:45:56.946146+0000 mgr.a (mgr.14403) 18117 : cluster 0 pgmap v13528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:58 smithi194 bash[32038]: cluster 2023-12-08T00:45:56.946146+0000 mgr.a (mgr.14403) 18117 : cluster 0 pgmap v13528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:58 smithi135 bash[32435]: cluster 2023-12-08T00:45:56.946146+0000 mgr.a (mgr.14403) 18117 : cluster 0 pgmap v13528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:45:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:45:59 smithi079 bash[28699]: audit 2023-12-08T00:45:57.799309+0000 mgr.a (mgr.14403) 18118 : audit 0 from='client.360504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:45:59 smithi194 bash[32038]: audit 2023-12-08T00:45:57.799309+0000 mgr.a (mgr.14403) 18118 : audit 0 from='client.360504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:45:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:45:59 smithi135 bash[32435]: audit 2023-12-08T00:45:57.799309+0000 mgr.a (mgr.14403) 18118 : audit 0 from='client.360504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:00 smithi079 bash[28699]: cluster 2023-12-08T00:45:58.947106+0000 mgr.a (mgr.14403) 18119 : cluster 0 pgmap v13529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:00 smithi194 bash[32038]: cluster 2023-12-08T00:45:58.947106+0000 mgr.a (mgr.14403) 18119 : cluster 0 pgmap v13529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:00 smithi135 bash[32435]: cluster 2023-12-08T00:45:58.947106+0000 mgr.a (mgr.14403) 18119 : cluster 0 pgmap v13529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:02 smithi079 bash[28699]: cluster 2023-12-08T00:46:00.947637+0000 mgr.a (mgr.14403) 18120 : cluster 0 pgmap v13530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:02 smithi194 bash[32038]: cluster 2023-12-08T00:46:00.947637+0000 mgr.a (mgr.14403) 18120 : cluster 0 pgmap v13530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:02 smithi135 bash[32435]: cluster 2023-12-08T00:46:00.947637+0000 mgr.a (mgr.14403) 18120 : cluster 0 pgmap v13530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:03.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:46:03.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:03.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:03 smithi079 bash[28699]: cluster 2023-12-08T00:46:02.948244+0000 mgr.a (mgr.14403) 18121 : cluster 0 pgmap v13531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:03 smithi194 bash[32038]: cluster 2023-12-08T00:46:02.948244+0000 mgr.a (mgr.14403) 18121 : cluster 0 pgmap v13531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:03 smithi135 bash[32435]: cluster 2023-12-08T00:46:02.948244+0000 mgr.a (mgr.14403) 18121 : cluster 0 pgmap v13531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:04.225 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:46:04.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:04.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:04.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:04.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:46:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:04 smithi079 bash[28699]: audit 2023-12-08T00:46:03.732023+0000 mgr.a (mgr.14403) 18122 : audit 0 from='client.360579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:04.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:04 smithi194 bash[32038]: audit 2023-12-08T00:46:03.732023+0000 mgr.a (mgr.14403) 18122 : audit 0 from='client.360579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:04.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:04 smithi135 bash[32435]: audit 2023-12-08T00:46:03.732023+0000 mgr.a (mgr.14403) 18122 : audit 0 from='client.360579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:05 smithi079 bash[28699]: cluster 2023-12-08T00:46:04.949679+0000 mgr.a (mgr.14403) 18123 : cluster 0 pgmap v13532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:05 smithi194 bash[32038]: cluster 2023-12-08T00:46:04.949679+0000 mgr.a (mgr.14403) 18123 : cluster 0 pgmap v13532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:05.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:05 smithi135 bash[32435]: cluster 2023-12-08T00:46:04.949679+0000 mgr.a (mgr.14403) 18123 : cluster 0 pgmap v13532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:08 smithi079 bash[28699]: cluster 2023-12-08T00:46:06.950356+0000 mgr.a (mgr.14403) 18124 : cluster 0 pgmap v13533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:08 smithi194 bash[32038]: cluster 2023-12-08T00:46:06.950356+0000 mgr.a (mgr.14403) 18124 : cluster 0 pgmap v13533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:08 smithi135 bash[32435]: cluster 2023-12-08T00:46:06.950356+0000 mgr.a (mgr.14403) 18124 : cluster 0 pgmap v13533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:09.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:46:09.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:09.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:10.121 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:46:10.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:10.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:10.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:10.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:46:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:10 smithi079 bash[28699]: cluster 2023-12-08T00:46:08.951224+0000 mgr.a (mgr.14403) 18125 : cluster 0 pgmap v13534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:10 smithi194 bash[32038]: cluster 2023-12-08T00:46:08.951224+0000 mgr.a (mgr.14403) 18125 : cluster 0 pgmap v13534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:10 smithi135 bash[32435]: cluster 2023-12-08T00:46:08.951224+0000 mgr.a (mgr.14403) 18125 : cluster 0 pgmap v13534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:11 smithi079 bash[28699]: audit 2023-12-08T00:46:09.631253+0000 mgr.a (mgr.14403) 18126 : audit 0 from='client.360654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:11 smithi194 bash[32038]: audit 2023-12-08T00:46:09.631253+0000 mgr.a (mgr.14403) 18126 : audit 0 from='client.360654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:11 smithi135 bash[32435]: audit 2023-12-08T00:46:09.631253+0000 mgr.a (mgr.14403) 18126 : audit 0 from='client.360654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:12 smithi079 bash[28699]: cluster 2023-12-08T00:46:10.951936+0000 mgr.a (mgr.14403) 18127 : cluster 0 pgmap v13535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:12 smithi194 bash[32038]: cluster 2023-12-08T00:46:10.951936+0000 mgr.a (mgr.14403) 18127 : cluster 0 pgmap v13535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:12 smithi135 bash[32435]: cluster 2023-12-08T00:46:10.951936+0000 mgr.a (mgr.14403) 18127 : cluster 0 pgmap v13535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:13 smithi079 bash[28699]: cluster 2023-12-08T00:46:12.952547+0000 mgr.a (mgr.14403) 18128 : cluster 0 pgmap v13536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:13 smithi194 bash[32038]: cluster 2023-12-08T00:46:12.952547+0000 mgr.a (mgr.14403) 18128 : cluster 0 pgmap v13536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:13 smithi135 bash[32435]: cluster 2023-12-08T00:46:12.952547+0000 mgr.a (mgr.14403) 18128 : cluster 0 pgmap v13536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:15.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:46:15.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:15.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:16.035 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:46:16.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:16.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:16.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:16.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:46:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:16 smithi079 bash[28699]: cluster 2023-12-08T00:46:14.953418+0000 mgr.a (mgr.14403) 18129 : cluster 0 pgmap v13537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:16 smithi194 bash[32038]: cluster 2023-12-08T00:46:14.953418+0000 mgr.a (mgr.14403) 18129 : cluster 0 pgmap v13537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:16 smithi135 bash[32435]: cluster 2023-12-08T00:46:14.953418+0000 mgr.a (mgr.14403) 18129 : cluster 0 pgmap v13537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:17 smithi079 bash[28699]: audit 2023-12-08T00:46:15.521665+0000 mgr.a (mgr.14403) 18130 : audit 0 from='client.360729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:17 smithi194 bash[32038]: audit 2023-12-08T00:46:15.521665+0000 mgr.a (mgr.14403) 18130 : audit 0 from='client.360729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:17 smithi135 bash[32435]: audit 2023-12-08T00:46:15.521665+0000 mgr.a (mgr.14403) 18130 : audit 0 from='client.360729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:18 smithi079 bash[28699]: cluster 2023-12-08T00:46:16.954131+0000 mgr.a (mgr.14403) 18131 : cluster 0 pgmap v13538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:18 smithi194 bash[32038]: cluster 2023-12-08T00:46:16.954131+0000 mgr.a (mgr.14403) 18131 : cluster 0 pgmap v13538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:18 smithi135 bash[32435]: cluster 2023-12-08T00:46:16.954131+0000 mgr.a (mgr.14403) 18131 : cluster 0 pgmap v13538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:20 smithi079 bash[28699]: cluster 2023-12-08T00:46:18.954960+0000 mgr.a (mgr.14403) 18132 : cluster 0 pgmap v13539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:20 smithi194 bash[32038]: cluster 2023-12-08T00:46:18.954960+0000 mgr.a (mgr.14403) 18132 : cluster 0 pgmap v13539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:20 smithi135 bash[32435]: cluster 2023-12-08T00:46:18.954960+0000 mgr.a (mgr.14403) 18132 : cluster 0 pgmap v13539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:21.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:46:21.038 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:21.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:21.948 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:46:21.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:21.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:21.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:21.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:46:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:22 smithi079 bash[28699]: cluster 2023-12-08T00:46:20.955506+0000 mgr.a (mgr.14403) 18133 : cluster 0 pgmap v13540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:22 smithi194 bash[32038]: cluster 2023-12-08T00:46:20.955506+0000 mgr.a (mgr.14403) 18133 : cluster 0 pgmap v13540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:22 smithi135 bash[32435]: cluster 2023-12-08T00:46:20.955506+0000 mgr.a (mgr.14403) 18133 : cluster 0 pgmap v13540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:23 smithi079 bash[28699]: audit 2023-12-08T00:46:21.447889+0000 mgr.a (mgr.14403) 18134 : audit 0 from='client.360807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:23 smithi194 bash[32038]: audit 2023-12-08T00:46:21.447889+0000 mgr.a (mgr.14403) 18134 : audit 0 from='client.360807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:23.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:23 smithi135 bash[32435]: audit 2023-12-08T00:46:21.447889+0000 mgr.a (mgr.14403) 18134 : audit 0 from='client.360807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:24 smithi079 bash[28699]: cluster 2023-12-08T00:46:22.956235+0000 mgr.a (mgr.14403) 18135 : cluster 0 pgmap v13541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:24 smithi194 bash[32038]: cluster 2023-12-08T00:46:22.956235+0000 mgr.a (mgr.14403) 18135 : cluster 0 pgmap v13541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:24.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:24 smithi135 bash[32435]: cluster 2023-12-08T00:46:22.956235+0000 mgr.a (mgr.14403) 18135 : cluster 0 pgmap v13541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:26 smithi079 bash[28699]: cluster 2023-12-08T00:46:24.957087+0000 mgr.a (mgr.14403) 18136 : cluster 0 pgmap v13542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:26 smithi194 bash[32038]: cluster 2023-12-08T00:46:24.957087+0000 mgr.a (mgr.14403) 18136 : cluster 0 pgmap v13542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:26 smithi135 bash[32435]: cluster 2023-12-08T00:46:24.957087+0000 mgr.a (mgr.14403) 18136 : cluster 0 pgmap v13542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:26.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:46:26.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:26.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:27.870 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:46:27.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:27.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:27.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:27.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:46:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:28 smithi079 bash[28699]: cluster 2023-12-08T00:46:26.957695+0000 mgr.a (mgr.14403) 18137 : cluster 0 pgmap v13543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:28 smithi194 bash[32038]: cluster 2023-12-08T00:46:26.957695+0000 mgr.a (mgr.14403) 18137 : cluster 0 pgmap v13543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:28 smithi135 bash[32435]: cluster 2023-12-08T00:46:26.957695+0000 mgr.a (mgr.14403) 18137 : cluster 0 pgmap v13543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:29 smithi079 bash[28699]: audit 2023-12-08T00:46:27.356750+0000 mgr.a (mgr.14403) 18138 : audit 0 from='client.360882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:29 smithi194 bash[32038]: audit 2023-12-08T00:46:27.356750+0000 mgr.a (mgr.14403) 18138 : audit 0 from='client.360882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:29.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:29 smithi135 bash[32435]: audit 2023-12-08T00:46:27.356750+0000 mgr.a (mgr.14403) 18138 : audit 0 from='client.360882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:30 smithi079 bash[28699]: cluster 2023-12-08T00:46:28.958800+0000 mgr.a (mgr.14403) 18139 : cluster 0 pgmap v13544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:30 smithi194 bash[32038]: cluster 2023-12-08T00:46:28.958800+0000 mgr.a (mgr.14403) 18139 : cluster 0 pgmap v13544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:30 smithi135 bash[32435]: cluster 2023-12-08T00:46:28.958800+0000 mgr.a (mgr.14403) 18139 : cluster 0 pgmap v13544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:32 smithi079 bash[28699]: cluster 2023-12-08T00:46:30.959542+0000 mgr.a (mgr.14403) 18140 : cluster 0 pgmap v13545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:32 smithi194 bash[32038]: cluster 2023-12-08T00:46:30.959542+0000 mgr.a (mgr.14403) 18140 : cluster 0 pgmap v13545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:32 smithi135 bash[32435]: cluster 2023-12-08T00:46:30.959542+0000 mgr.a (mgr.14403) 18140 : cluster 0 pgmap v13545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:32.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:46:32.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:32.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:33.788 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:46:33.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:33.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:33.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:33.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:46:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:33 smithi079 bash[28699]: cluster 2023-12-08T00:46:32.960137+0000 mgr.a (mgr.14403) 18141 : cluster 0 pgmap v13546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:33 smithi194 bash[32038]: cluster 2023-12-08T00:46:32.960137+0000 mgr.a (mgr.14403) 18141 : cluster 0 pgmap v13546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:33.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:33 smithi135 bash[32435]: cluster 2023-12-08T00:46:32.960137+0000 mgr.a (mgr.14403) 18141 : cluster 0 pgmap v13546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:34.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:34 smithi079 bash[28699]: audit 2023-12-08T00:46:33.275621+0000 mgr.a (mgr.14403) 18142 : audit 0 from='client.360960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:34.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:34 smithi194 bash[32038]: audit 2023-12-08T00:46:33.275621+0000 mgr.a (mgr.14403) 18142 : audit 0 from='client.360960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:34.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:34 smithi135 bash[32435]: audit 2023-12-08T00:46:33.275621+0000 mgr.a (mgr.14403) 18142 : audit 0 from='client.360960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:35 smithi079 bash[28699]: cluster 2023-12-08T00:46:34.961190+0000 mgr.a (mgr.14403) 18143 : cluster 0 pgmap v13547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:46:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:35 smithi079 bash[28699]: audit 2023-12-08T00:46:35.149377+0000 mon.a (mon.0) 2957 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:46:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:35 smithi194 bash[32038]: cluster 2023-12-08T00:46:34.961190+0000 mgr.a (mgr.14403) 18143 : cluster 0 pgmap v13547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:46:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:35 smithi194 bash[32038]: audit 2023-12-08T00:46:35.149377+0000 mon.a (mon.0) 2957 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:46:35.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:35 smithi135 bash[32435]: cluster 2023-12-08T00:46:34.961190+0000 mgr.a (mgr.14403) 18143 : cluster 0 pgmap v13547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:46:35.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:35 smithi135 bash[32435]: audit 2023-12-08T00:46:35.149377+0000 mon.a (mon.0) 2957 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:46:36.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:36 smithi194 bash[32038]: audit 2023-12-08T00:46:35.679168+0000 mon.a (mon.0) 2958 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:36.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:36 smithi194 bash[32038]: audit 2023-12-08T00:46:35.686733+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:36.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:36 smithi135 bash[32435]: audit 2023-12-08T00:46:35.679168+0000 mon.a (mon.0) 2958 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:36.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:36 smithi135 bash[32435]: audit 2023-12-08T00:46:35.686733+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:36 smithi079 bash[28699]: audit 2023-12-08T00:46:35.679168+0000 mon.a (mon.0) 2958 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:36 smithi079 bash[28699]: audit 2023-12-08T00:46:35.686733+0000 mon.a (mon.0) 2959 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:37 smithi194 bash[32038]: cluster 2023-12-08T00:46:36.961697+0000 mgr.a (mgr.14403) 18144 : cluster 0 pgmap v13548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:46:37.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:37 smithi135 bash[32435]: cluster 2023-12-08T00:46:36.961697+0000 mgr.a (mgr.14403) 18144 : cluster 0 pgmap v13548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:46:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:37 smithi079 bash[28699]: cluster 2023-12-08T00:46:36.961697+0000 mgr.a (mgr.14403) 18144 : cluster 0 pgmap v13548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:46:38.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:46:38.792 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:38.793 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:39.698 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:46:39.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:39.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:39.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:39.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:46:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:40 smithi079 bash[28699]: cluster 2023-12-08T00:46:38.962586+0000 mgr.a (mgr.14403) 18145 : cluster 0 pgmap v13549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:40 smithi194 bash[32038]: cluster 2023-12-08T00:46:38.962586+0000 mgr.a (mgr.14403) 18145 : cluster 0 pgmap v13549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:40.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:40 smithi135 bash[32435]: cluster 2023-12-08T00:46:38.962586+0000 mgr.a (mgr.14403) 18145 : cluster 0 pgmap v13549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:41 smithi135 bash[32435]: audit 2023-12-08T00:46:39.196526+0000 mgr.a (mgr.14403) 18146 : audit 0 from='client.361032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:41 smithi079 bash[28699]: audit 2023-12-08T00:46:39.196526+0000 mgr.a (mgr.14403) 18146 : audit 0 from='client.361032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:41 smithi194 bash[32038]: audit 2023-12-08T00:46:39.196526+0000 mgr.a (mgr.14403) 18146 : audit 0 from='client.361032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:42 smithi079 bash[28699]: cluster 2023-12-08T00:46:40.963514+0000 mgr.a (mgr.14403) 18147 : cluster 0 pgmap v13550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:42 smithi194 bash[32038]: cluster 2023-12-08T00:46:40.963514+0000 mgr.a (mgr.14403) 18147 : cluster 0 pgmap v13550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:42 smithi135 bash[32435]: cluster 2023-12-08T00:46:40.963514+0000 mgr.a (mgr.14403) 18147 : cluster 0 pgmap v13550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:43 smithi135 bash[32435]: cluster 2023-12-08T00:46:42.964062+0000 mgr.a (mgr.14403) 18148 : cluster 0 pgmap v13551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:43 smithi079 bash[28699]: cluster 2023-12-08T00:46:42.964062+0000 mgr.a (mgr.14403) 18148 : cluster 0 pgmap v13551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:43 smithi194 bash[32038]: cluster 2023-12-08T00:46:42.964062+0000 mgr.a (mgr.14403) 18148 : cluster 0 pgmap v13551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:46:44.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:46:44.702 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:44.702 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:45.627 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:46:45.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:45.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:45.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:45.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:46:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:46 smithi079 bash[28699]: cluster 2023-12-08T00:46:44.964837+0000 mgr.a (mgr.14403) 18149 : cluster 0 pgmap v13552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:46 smithi079 bash[28699]: audit 2023-12-08T00:46:45.106584+0000 mgr.a (mgr.14403) 18150 : audit 0 from='client.361110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:46 smithi079 bash[28699]: audit 2023-12-08T00:46:45.743314+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:46 smithi079 bash[28699]: audit 2023-12-08T00:46:45.750744+0000 mon.a (mon.0) 2961 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:46 smithi079 bash[28699]: audit 2023-12-08T00:46:45.752445+0000 mon.a (mon.0) 2962 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:46:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:46 smithi079 bash[28699]: audit 2023-12-08T00:46:45.753986+0000 mon.a (mon.0) 2963 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:46:46.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:46 smithi079 bash[28699]: audit 2023-12-08T00:46:45.764132+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:46 smithi194 bash[32038]: cluster 2023-12-08T00:46:44.964837+0000 mgr.a (mgr.14403) 18149 : cluster 0 pgmap v13552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:46 smithi194 bash[32038]: audit 2023-12-08T00:46:45.106584+0000 mgr.a (mgr.14403) 18150 : audit 0 from='client.361110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:46 smithi194 bash[32038]: audit 2023-12-08T00:46:45.743314+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:46 smithi194 bash[32038]: audit 2023-12-08T00:46:45.750744+0000 mon.a (mon.0) 2961 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:46 smithi194 bash[32038]: audit 2023-12-08T00:46:45.752445+0000 mon.a (mon.0) 2962 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:46:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:46 smithi194 bash[32038]: audit 2023-12-08T00:46:45.753986+0000 mon.a (mon.0) 2963 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:46:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:46 smithi194 bash[32038]: audit 2023-12-08T00:46:45.764132+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:46 smithi135 bash[32435]: cluster 2023-12-08T00:46:44.964837+0000 mgr.a (mgr.14403) 18149 : cluster 0 pgmap v13552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:46 smithi135 bash[32435]: audit 2023-12-08T00:46:45.106584+0000 mgr.a (mgr.14403) 18150 : audit 0 from='client.361110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:46 smithi135 bash[32435]: audit 2023-12-08T00:46:45.743314+0000 mon.a (mon.0) 2960 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:46 smithi135 bash[32435]: audit 2023-12-08T00:46:45.750744+0000 mon.a (mon.0) 2961 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:46 smithi135 bash[32435]: audit 2023-12-08T00:46:45.752445+0000 mon.a (mon.0) 2962 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:46:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:46 smithi135 bash[32435]: audit 2023-12-08T00:46:45.753986+0000 mon.a (mon.0) 2963 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:46:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:46 smithi135 bash[32435]: audit 2023-12-08T00:46:45.764132+0000 mon.a (mon.0) 2964 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:46:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:48 smithi079 bash[28699]: cluster 2023-12-08T00:46:46.965606+0000 mgr.a (mgr.14403) 18151 : cluster 0 pgmap v13553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:46:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:48 smithi194 bash[32038]: cluster 2023-12-08T00:46:46.965606+0000 mgr.a (mgr.14403) 18151 : cluster 0 pgmap v13553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:46:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:48 smithi135 bash[32435]: cluster 2023-12-08T00:46:46.965606+0000 mgr.a (mgr.14403) 18151 : cluster 0 pgmap v13553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:46:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:50 smithi079 bash[28699]: cluster 2023-12-08T00:46:48.966463+0000 mgr.a (mgr.14403) 18152 : cluster 0 pgmap v13554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:46:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:50 smithi194 bash[32038]: cluster 2023-12-08T00:46:48.966463+0000 mgr.a (mgr.14403) 18152 : cluster 0 pgmap v13554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:46:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:50 smithi135 bash[32435]: cluster 2023-12-08T00:46:48.966463+0000 mgr.a (mgr.14403) 18152 : cluster 0 pgmap v13554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:46:50.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:46:50.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:50.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:51.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:51.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:51.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:51.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:46:51.534 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:46:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:52 smithi079 bash[28699]: cluster 2023-12-08T00:46:50.966871+0000 mgr.a (mgr.14403) 18153 : cluster 0 pgmap v13555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:52 smithi079 bash[28699]: audit 2023-12-08T00:46:51.034068+0000 mgr.a (mgr.14403) 18154 : audit 0 from='client.361188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:52 smithi194 bash[32038]: cluster 2023-12-08T00:46:50.966871+0000 mgr.a (mgr.14403) 18153 : cluster 0 pgmap v13555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:52 smithi194 bash[32038]: audit 2023-12-08T00:46:51.034068+0000 mgr.a (mgr.14403) 18154 : audit 0 from='client.361188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:52 smithi135 bash[32435]: cluster 2023-12-08T00:46:50.966871+0000 mgr.a (mgr.14403) 18153 : cluster 0 pgmap v13555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:52 smithi135 bash[32435]: audit 2023-12-08T00:46:51.034068+0000 mgr.a (mgr.14403) 18154 : audit 0 from='client.361188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:53 smithi079 bash[28699]: cluster 2023-12-08T00:46:52.967606+0000 mgr.a (mgr.14403) 18155 : cluster 0 pgmap v13556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:53 smithi194 bash[32038]: cluster 2023-12-08T00:46:52.967606+0000 mgr.a (mgr.14403) 18155 : cluster 0 pgmap v13556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:53.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:53 smithi135 bash[32435]: cluster 2023-12-08T00:46:52.967606+0000 mgr.a (mgr.14403) 18155 : cluster 0 pgmap v13556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:56 smithi079 bash[28699]: cluster 2023-12-08T00:46:54.968399+0000 mgr.a (mgr.14403) 18156 : cluster 0 pgmap v13557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:56 smithi194 bash[32038]: cluster 2023-12-08T00:46:54.968399+0000 mgr.a (mgr.14403) 18156 : cluster 0 pgmap v13557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:56 smithi135 bash[32435]: cluster 2023-12-08T00:46:54.968399+0000 mgr.a (mgr.14403) 18156 : cluster 0 pgmap v13557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:46:56.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:46:56.538 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:46:56.538 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:46:57.436 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:46:57.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:46:57.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:46:57.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:46:57.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:46:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:58 smithi079 bash[28699]: audit 2023-12-08T00:46:56.933932+0000 mgr.a (mgr.14403) 18157 : audit 0 from='client.361266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:46:58 smithi079 bash[28699]: cluster 2023-12-08T00:46:56.969255+0000 mgr.a (mgr.14403) 18158 : cluster 0 pgmap v13558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:58 smithi194 bash[32038]: audit 2023-12-08T00:46:56.933932+0000 mgr.a (mgr.14403) 18157 : audit 0 from='client.361266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:46:58 smithi194 bash[32038]: cluster 2023-12-08T00:46:56.969255+0000 mgr.a (mgr.14403) 18158 : cluster 0 pgmap v13558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:46:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:58 smithi135 bash[32435]: audit 2023-12-08T00:46:56.933932+0000 mgr.a (mgr.14403) 18157 : audit 0 from='client.361266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:46:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:46:58 smithi135 bash[32435]: cluster 2023-12-08T00:46:56.969255+0000 mgr.a (mgr.14403) 18158 : cluster 0 pgmap v13558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:00 smithi079 bash[28699]: cluster 2023-12-08T00:46:58.970204+0000 mgr.a (mgr.14403) 18159 : cluster 0 pgmap v13559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:00 smithi194 bash[32038]: cluster 2023-12-08T00:46:58.970204+0000 mgr.a (mgr.14403) 18159 : cluster 0 pgmap v13559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:00 smithi135 bash[32435]: cluster 2023-12-08T00:46:58.970204+0000 mgr.a (mgr.14403) 18159 : cluster 0 pgmap v13559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:02 smithi079 bash[28699]: cluster 2023-12-08T00:47:00.970798+0000 mgr.a (mgr.14403) 18160 : cluster 0 pgmap v13560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:02.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:47:02.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:02.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:02 smithi194 bash[32038]: cluster 2023-12-08T00:47:00.970798+0000 mgr.a (mgr.14403) 18160 : cluster 0 pgmap v13560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:02 smithi135 bash[32435]: cluster 2023-12-08T00:47:00.970798+0000 mgr.a (mgr.14403) 18160 : cluster 0 pgmap v13560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:03.351 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:47:03.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:03.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:03.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:03.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:47:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:03 smithi079 bash[28699]: audit 2023-12-08T00:47:02.839694+0000 mgr.a (mgr.14403) 18161 : audit 0 from='client.361341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:03 smithi079 bash[28699]: cluster 2023-12-08T00:47:02.971343+0000 mgr.a (mgr.14403) 18162 : cluster 0 pgmap v13561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:03 smithi194 bash[32038]: audit 2023-12-08T00:47:02.839694+0000 mgr.a (mgr.14403) 18161 : audit 0 from='client.361341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:03 smithi194 bash[32038]: cluster 2023-12-08T00:47:02.971343+0000 mgr.a (mgr.14403) 18162 : cluster 0 pgmap v13561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:03.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:03 smithi135 bash[32435]: audit 2023-12-08T00:47:02.839694+0000 mgr.a (mgr.14403) 18161 : audit 0 from='client.361341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:03 smithi135 bash[32435]: cluster 2023-12-08T00:47:02.971343+0000 mgr.a (mgr.14403) 18162 : cluster 0 pgmap v13561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:06 smithi079 bash[28699]: cluster 2023-12-08T00:47:04.972254+0000 mgr.a (mgr.14403) 18163 : cluster 0 pgmap v13562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:06 smithi194 bash[32038]: cluster 2023-12-08T00:47:04.972254+0000 mgr.a (mgr.14403) 18163 : cluster 0 pgmap v13562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:06 smithi135 bash[32435]: cluster 2023-12-08T00:47:04.972254+0000 mgr.a (mgr.14403) 18163 : cluster 0 pgmap v13562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:08.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:47:08.355 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:08.355 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:08.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:08 smithi079 bash[28699]: cluster 2023-12-08T00:47:06.972794+0000 mgr.a (mgr.14403) 18164 : cluster 0 pgmap v13563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:08 smithi194 bash[32038]: cluster 2023-12-08T00:47:06.972794+0000 mgr.a (mgr.14403) 18164 : cluster 0 pgmap v13563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:08 smithi135 bash[32435]: cluster 2023-12-08T00:47:06.972794+0000 mgr.a (mgr.14403) 18164 : cluster 0 pgmap v13563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:09.229 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:47:09.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:09.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:09.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:09.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:47:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:10 smithi079 bash[28699]: audit 2023-12-08T00:47:08.760499+0000 mgr.a (mgr.14403) 18165 : audit 0 from='client.361416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:10 smithi079 bash[28699]: cluster 2023-12-08T00:47:08.973477+0000 mgr.a (mgr.14403) 18166 : cluster 0 pgmap v13564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:10 smithi194 bash[32038]: audit 2023-12-08T00:47:08.760499+0000 mgr.a (mgr.14403) 18165 : audit 0 from='client.361416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:10 smithi194 bash[32038]: cluster 2023-12-08T00:47:08.973477+0000 mgr.a (mgr.14403) 18166 : cluster 0 pgmap v13564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:10 smithi135 bash[32435]: audit 2023-12-08T00:47:08.760499+0000 mgr.a (mgr.14403) 18165 : audit 0 from='client.361416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:10 smithi135 bash[32435]: cluster 2023-12-08T00:47:08.973477+0000 mgr.a (mgr.14403) 18166 : cluster 0 pgmap v13564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:12 smithi079 bash[28699]: cluster 2023-12-08T00:47:10.974241+0000 mgr.a (mgr.14403) 18167 : cluster 0 pgmap v13565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:12 smithi194 bash[32038]: cluster 2023-12-08T00:47:10.974241+0000 mgr.a (mgr.14403) 18167 : cluster 0 pgmap v13565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:12 smithi135 bash[32435]: cluster 2023-12-08T00:47:10.974241+0000 mgr.a (mgr.14403) 18167 : cluster 0 pgmap v13565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:13 smithi079 bash[28699]: cluster 2023-12-08T00:47:12.974806+0000 mgr.a (mgr.14403) 18168 : cluster 0 pgmap v13566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:13 smithi194 bash[32038]: cluster 2023-12-08T00:47:12.974806+0000 mgr.a (mgr.14403) 18168 : cluster 0 pgmap v13566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:13.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:13 smithi135 bash[32435]: cluster 2023-12-08T00:47:12.974806+0000 mgr.a (mgr.14403) 18168 : cluster 0 pgmap v13566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:14.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:47:14.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:14.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:15.118 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:47:15.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:15.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:15.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:15.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:47:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:16 smithi079 bash[28699]: audit 2023-12-08T00:47:14.637469+0000 mgr.a (mgr.14403) 18169 : audit 0 from='client.361494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:16 smithi079 bash[28699]: cluster 2023-12-08T00:47:14.975568+0000 mgr.a (mgr.14403) 18170 : cluster 0 pgmap v13567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:16 smithi194 bash[32038]: audit 2023-12-08T00:47:14.637469+0000 mgr.a (mgr.14403) 18169 : audit 0 from='client.361494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:16 smithi194 bash[32038]: cluster 2023-12-08T00:47:14.975568+0000 mgr.a (mgr.14403) 18170 : cluster 0 pgmap v13567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:16 smithi135 bash[32435]: audit 2023-12-08T00:47:14.637469+0000 mgr.a (mgr.14403) 18169 : audit 0 from='client.361494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:16 smithi135 bash[32435]: cluster 2023-12-08T00:47:14.975568+0000 mgr.a (mgr.14403) 18170 : cluster 0 pgmap v13567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:18 smithi079 bash[28699]: cluster 2023-12-08T00:47:16.976243+0000 mgr.a (mgr.14403) 18171 : cluster 0 pgmap v13568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:18 smithi194 bash[32038]: cluster 2023-12-08T00:47:16.976243+0000 mgr.a (mgr.14403) 18171 : cluster 0 pgmap v13568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:18 smithi135 bash[32435]: cluster 2023-12-08T00:47:16.976243+0000 mgr.a (mgr.14403) 18171 : cluster 0 pgmap v13568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:20.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:47:20.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:20.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:20 smithi079 bash[28699]: cluster 2023-12-08T00:47:18.977052+0000 mgr.a (mgr.14403) 18172 : cluster 0 pgmap v13569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:20 smithi194 bash[32038]: cluster 2023-12-08T00:47:18.977052+0000 mgr.a (mgr.14403) 18172 : cluster 0 pgmap v13569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:20 smithi135 bash[32435]: cluster 2023-12-08T00:47:18.977052+0000 mgr.a (mgr.14403) 18172 : cluster 0 pgmap v13569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:21.021 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:47:21.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:21.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:21.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:21.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:47:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:22 smithi079 bash[28699]: audit 2023-12-08T00:47:20.522867+0000 mgr.a (mgr.14403) 18173 : audit 0 from='client.361572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:22 smithi079 bash[28699]: cluster 2023-12-08T00:47:20.977513+0000 mgr.a (mgr.14403) 18174 : cluster 0 pgmap v13570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:22 smithi194 bash[32038]: audit 2023-12-08T00:47:20.522867+0000 mgr.a (mgr.14403) 18173 : audit 0 from='client.361572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:22 smithi194 bash[32038]: cluster 2023-12-08T00:47:20.977513+0000 mgr.a (mgr.14403) 18174 : cluster 0 pgmap v13570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:22 smithi135 bash[32435]: audit 2023-12-08T00:47:20.522867+0000 mgr.a (mgr.14403) 18173 : audit 0 from='client.361572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:22 smithi135 bash[32435]: cluster 2023-12-08T00:47:20.977513+0000 mgr.a (mgr.14403) 18174 : cluster 0 pgmap v13570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:23 smithi079 bash[28699]: cluster 2023-12-08T00:47:22.978089+0000 mgr.a (mgr.14403) 18175 : cluster 0 pgmap v13571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:23 smithi194 bash[32038]: cluster 2023-12-08T00:47:22.978089+0000 mgr.a (mgr.14403) 18175 : cluster 0 pgmap v13571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:23.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:23 smithi135 bash[32435]: cluster 2023-12-08T00:47:22.978089+0000 mgr.a (mgr.14403) 18175 : cluster 0 pgmap v13571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:26.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:47:26.025 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:26.025 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:26 smithi079 bash[28699]: cluster 2023-12-08T00:47:24.978859+0000 mgr.a (mgr.14403) 18176 : cluster 0 pgmap v13572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:26 smithi194 bash[32038]: cluster 2023-12-08T00:47:24.978859+0000 mgr.a (mgr.14403) 18176 : cluster 0 pgmap v13572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:26 smithi135 bash[32435]: cluster 2023-12-08T00:47:24.978859+0000 mgr.a (mgr.14403) 18176 : cluster 0 pgmap v13572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:26.948 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:47:26.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:26.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:26.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:26.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:47:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:28 smithi079 bash[28699]: audit 2023-12-08T00:47:26.427576+0000 mgr.a (mgr.14403) 18177 : audit 0 from='client.361644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:28 smithi079 bash[28699]: cluster 2023-12-08T00:47:26.979612+0000 mgr.a (mgr.14403) 18178 : cluster 0 pgmap v13573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:28 smithi194 bash[32038]: audit 2023-12-08T00:47:26.427576+0000 mgr.a (mgr.14403) 18177 : audit 0 from='client.361644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:28.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:28 smithi194 bash[32038]: cluster 2023-12-08T00:47:26.979612+0000 mgr.a (mgr.14403) 18178 : cluster 0 pgmap v13573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:28 smithi135 bash[32435]: audit 2023-12-08T00:47:26.427576+0000 mgr.a (mgr.14403) 18177 : audit 0 from='client.361644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:28 smithi135 bash[32435]: cluster 2023-12-08T00:47:26.979612+0000 mgr.a (mgr.14403) 18178 : cluster 0 pgmap v13573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:30 smithi079 bash[28699]: cluster 2023-12-08T00:47:28.980465+0000 mgr.a (mgr.14403) 18179 : cluster 0 pgmap v13574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:30 smithi194 bash[32038]: cluster 2023-12-08T00:47:28.980465+0000 mgr.a (mgr.14403) 18179 : cluster 0 pgmap v13574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:30 smithi135 bash[32435]: cluster 2023-12-08T00:47:28.980465+0000 mgr.a (mgr.14403) 18179 : cluster 0 pgmap v13574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:31.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:47:31.952 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:31.952 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:32 smithi079 bash[28699]: cluster 2023-12-08T00:47:30.981018+0000 mgr.a (mgr.14403) 18180 : cluster 0 pgmap v13575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:32 smithi194 bash[32038]: cluster 2023-12-08T00:47:30.981018+0000 mgr.a (mgr.14403) 18180 : cluster 0 pgmap v13575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:32.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:32 smithi135 bash[32435]: cluster 2023-12-08T00:47:30.981018+0000 mgr.a (mgr.14403) 18180 : cluster 0 pgmap v13575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:32.870 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:47:32.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:32.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:32.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:32.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:47:33.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:33 smithi079 bash[28699]: audit 2023-12-08T00:47:32.357405+0000 mgr.a (mgr.14403) 18181 : audit 0 from='client.361716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:33.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:33 smithi079 bash[28699]: cluster 2023-12-08T00:47:32.981786+0000 mgr.a (mgr.14403) 18182 : cluster 0 pgmap v13576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:33 smithi194 bash[32038]: audit 2023-12-08T00:47:32.357405+0000 mgr.a (mgr.14403) 18181 : audit 0 from='client.361716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:33 smithi194 bash[32038]: cluster 2023-12-08T00:47:32.981786+0000 mgr.a (mgr.14403) 18182 : cluster 0 pgmap v13576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:33.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:33 smithi135 bash[32435]: audit 2023-12-08T00:47:32.357405+0000 mgr.a (mgr.14403) 18181 : audit 0 from='client.361716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:33 smithi135 bash[32435]: cluster 2023-12-08T00:47:32.981786+0000 mgr.a (mgr.14403) 18182 : cluster 0 pgmap v13576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:36 smithi079 bash[28699]: cluster 2023-12-08T00:47:34.982754+0000 mgr.a (mgr.14403) 18183 : cluster 0 pgmap v13577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:36 smithi194 bash[32038]: cluster 2023-12-08T00:47:34.982754+0000 mgr.a (mgr.14403) 18183 : cluster 0 pgmap v13577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:36 smithi135 bash[32435]: cluster 2023-12-08T00:47:34.982754+0000 mgr.a (mgr.14403) 18183 : cluster 0 pgmap v13577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:47:37.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:47:37.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:37.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:38 smithi079 bash[28699]: cluster 2023-12-08T00:47:36.983333+0000 mgr.a (mgr.14403) 18184 : cluster 0 pgmap v13578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:38 smithi194 bash[32038]: cluster 2023-12-08T00:47:36.983333+0000 mgr.a (mgr.14403) 18184 : cluster 0 pgmap v13578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:38 smithi135 bash[32435]: cluster 2023-12-08T00:47:36.983333+0000 mgr.a (mgr.14403) 18184 : cluster 0 pgmap v13578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:38.783 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:47:38.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:38.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:38.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:38.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:47:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:40 smithi079 bash[28699]: audit 2023-12-08T00:47:38.273708+0000 mgr.a (mgr.14403) 18185 : audit 0 from='client.361785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:40 smithi079 bash[28699]: cluster 2023-12-08T00:47:38.984397+0000 mgr.a (mgr.14403) 18186 : cluster 0 pgmap v13579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:47:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:40 smithi194 bash[32038]: audit 2023-12-08T00:47:38.273708+0000 mgr.a (mgr.14403) 18185 : audit 0 from='client.361785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:40 smithi194 bash[32038]: cluster 2023-12-08T00:47:38.984397+0000 mgr.a (mgr.14403) 18186 : cluster 0 pgmap v13579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:47:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:40 smithi135 bash[32435]: audit 2023-12-08T00:47:38.273708+0000 mgr.a (mgr.14403) 18185 : audit 0 from='client.361785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:40 smithi135 bash[32435]: cluster 2023-12-08T00:47:38.984397+0000 mgr.a (mgr.14403) 18186 : cluster 0 pgmap v13579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T00:47:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:42 smithi079 bash[28699]: cluster 2023-12-08T00:47:40.984979+0000 mgr.a (mgr.14403) 18187 : cluster 0 pgmap v13580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:47:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:42 smithi194 bash[32038]: cluster 2023-12-08T00:47:40.984979+0000 mgr.a (mgr.14403) 18187 : cluster 0 pgmap v13580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:47:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:42 smithi135 bash[32435]: cluster 2023-12-08T00:47:40.984979+0000 mgr.a (mgr.14403) 18187 : cluster 0 pgmap v13580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:47:43.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:47:43.787 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:43.787 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:43 smithi079 bash[28699]: cluster 2023-12-08T00:47:42.985593+0000 mgr.a (mgr.14403) 18188 : cluster 0 pgmap v13581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:47:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:43 smithi194 bash[32038]: cluster 2023-12-08T00:47:42.985593+0000 mgr.a (mgr.14403) 18188 : cluster 0 pgmap v13581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:47:43.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:43 smithi135 bash[32435]: cluster 2023-12-08T00:47:42.985593+0000 mgr.a (mgr.14403) 18188 : cluster 0 pgmap v13581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T00:47:44.732 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:47:44.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:44.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:44.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:44.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:47:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:46 smithi079 bash[28699]: audit 2023-12-08T00:47:44.202187+0000 mgr.a (mgr.14403) 18189 : audit 0 from='client.361863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:46 smithi079 bash[28699]: cluster 2023-12-08T00:47:44.986749+0000 mgr.a (mgr.14403) 18190 : cluster 0 pgmap v13582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:46 smithi079 bash[28699]: audit 2023-12-08T00:47:45.869219+0000 mon.a (mon.0) 2965 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:47:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:46 smithi194 bash[32038]: audit 2023-12-08T00:47:44.202187+0000 mgr.a (mgr.14403) 18189 : audit 0 from='client.361863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:46 smithi194 bash[32038]: cluster 2023-12-08T00:47:44.986749+0000 mgr.a (mgr.14403) 18190 : cluster 0 pgmap v13582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:46 smithi194 bash[32038]: audit 2023-12-08T00:47:45.869219+0000 mon.a (mon.0) 2965 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:47:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:46 smithi135 bash[32435]: audit 2023-12-08T00:47:44.202187+0000 mgr.a (mgr.14403) 18189 : audit 0 from='client.361863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:46 smithi135 bash[32435]: cluster 2023-12-08T00:47:44.986749+0000 mgr.a (mgr.14403) 18190 : cluster 0 pgmap v13582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:46 smithi135 bash[32435]: audit 2023-12-08T00:47:45.869219+0000 mon.a (mon.0) 2965 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:47:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:47 smithi194 bash[32038]: audit 2023-12-08T00:47:46.407734+0000 mon.a (mon.0) 2966 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:47 smithi194 bash[32038]: audit 2023-12-08T00:47:46.413841+0000 mon.a (mon.0) 2967 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:47 smithi194 bash[32038]: cluster 2023-12-08T00:47:46.987352+0000 mgr.a (mgr.14403) 18191 : cluster 0 pgmap v13583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:47.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:47 smithi135 bash[32435]: audit 2023-12-08T00:47:46.407734+0000 mon.a (mon.0) 2966 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:47 smithi135 bash[32435]: audit 2023-12-08T00:47:46.413841+0000 mon.a (mon.0) 2967 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:47 smithi135 bash[32435]: cluster 2023-12-08T00:47:46.987352+0000 mgr.a (mgr.14403) 18191 : cluster 0 pgmap v13583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:47 smithi079 bash[28699]: audit 2023-12-08T00:47:46.407734+0000 mon.a (mon.0) 2966 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:47 smithi079 bash[28699]: audit 2023-12-08T00:47:46.413841+0000 mon.a (mon.0) 2967 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:47 smithi079 bash[28699]: cluster 2023-12-08T00:47:46.987352+0000 mgr.a (mgr.14403) 18191 : cluster 0 pgmap v13583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:47:49.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:47:49.736 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:49.736 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:50 smithi079 bash[28699]: cluster 2023-12-08T00:47:48.988094+0000 mgr.a (mgr.14403) 18192 : cluster 0 pgmap v13584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:50 smithi194 bash[32038]: cluster 2023-12-08T00:47:48.988094+0000 mgr.a (mgr.14403) 18192 : cluster 0 pgmap v13584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:50 smithi135 bash[32435]: cluster 2023-12-08T00:47:48.988094+0000 mgr.a (mgr.14403) 18192 : cluster 0 pgmap v13584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:50.669 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:47:50.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:50.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:50.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:50.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:47:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:52 smithi079 bash[28699]: audit 2023-12-08T00:47:50.141039+0000 mgr.a (mgr.14403) 18193 : audit 0 from='client.361938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:52 smithi079 bash[28699]: cluster 2023-12-08T00:47:50.988834+0000 mgr.a (mgr.14403) 18194 : cluster 0 pgmap v13585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:47:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:52 smithi194 bash[32038]: audit 2023-12-08T00:47:50.141039+0000 mgr.a (mgr.14403) 18193 : audit 0 from='client.361938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:52 smithi194 bash[32038]: cluster 2023-12-08T00:47:50.988834+0000 mgr.a (mgr.14403) 18194 : cluster 0 pgmap v13585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:47:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:52 smithi135 bash[32435]: audit 2023-12-08T00:47:50.141039+0000 mgr.a (mgr.14403) 18193 : audit 0 from='client.361938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:52 smithi135 bash[32435]: cluster 2023-12-08T00:47:50.988834+0000 mgr.a (mgr.14403) 18194 : cluster 0 pgmap v13585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:47:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:53 smithi079 bash[28699]: cluster 2023-12-08T00:47:52.989423+0000 mgr.a (mgr.14403) 18195 : cluster 0 pgmap v13586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:47:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:53 smithi194 bash[32038]: cluster 2023-12-08T00:47:52.989423+0000 mgr.a (mgr.14403) 18195 : cluster 0 pgmap v13586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:47:53.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:53 smithi135 bash[32435]: cluster 2023-12-08T00:47:52.989423+0000 mgr.a (mgr.14403) 18195 : cluster 0 pgmap v13586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T00:47:55.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:47:55.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:47:55.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:47:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:56 smithi194 bash[32038]: cluster 2023-12-08T00:47:54.990271+0000 mgr.a (mgr.14403) 18196 : cluster 0 pgmap v13587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:47:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:56 smithi079 bash[28699]: cluster 2023-12-08T00:47:54.990271+0000 mgr.a (mgr.14403) 18196 : cluster 0 pgmap v13587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:47:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:56 smithi135 bash[32435]: cluster 2023-12-08T00:47:54.990271+0000 mgr.a (mgr.14403) 18196 : cluster 0 pgmap v13587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T00:47:56.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:47:56.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:47:56.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:47:56.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:47:56.580 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:47:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:57 smithi079 bash[28699]: audit 2023-12-08T00:47:56.085757+0000 mgr.a (mgr.14403) 18197 : audit 0 from='client.362016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:57 smithi079 bash[28699]: audit 2023-12-08T00:47:56.767224+0000 mon.a (mon.0) 2968 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:57 smithi079 bash[28699]: audit 2023-12-08T00:47:56.773715+0000 mon.a (mon.0) 2969 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:57 smithi079 bash[28699]: audit 2023-12-08T00:47:56.775470+0000 mon.a (mon.0) 2970 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:47:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:57 smithi079 bash[28699]: audit 2023-12-08T00:47:56.777121+0000 mon.a (mon.0) 2971 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:47:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:57 smithi079 bash[28699]: audit 2023-12-08T00:47:56.785204+0000 mon.a (mon.0) 2972 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:57 smithi194 bash[32038]: audit 2023-12-08T00:47:56.085757+0000 mgr.a (mgr.14403) 18197 : audit 0 from='client.362016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:57 smithi194 bash[32038]: audit 2023-12-08T00:47:56.767224+0000 mon.a (mon.0) 2968 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:57 smithi194 bash[32038]: audit 2023-12-08T00:47:56.773715+0000 mon.a (mon.0) 2969 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:57 smithi194 bash[32038]: audit 2023-12-08T00:47:56.775470+0000 mon.a (mon.0) 2970 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:47:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:57 smithi194 bash[32038]: audit 2023-12-08T00:47:56.777121+0000 mon.a (mon.0) 2971 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:47:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:57 smithi194 bash[32038]: audit 2023-12-08T00:47:56.785204+0000 mon.a (mon.0) 2972 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:57 smithi135 bash[32435]: audit 2023-12-08T00:47:56.085757+0000 mgr.a (mgr.14403) 18197 : audit 0 from='client.362016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:47:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:57 smithi135 bash[32435]: audit 2023-12-08T00:47:56.767224+0000 mon.a (mon.0) 2968 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:57 smithi135 bash[32435]: audit 2023-12-08T00:47:56.773715+0000 mon.a (mon.0) 2969 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:57 smithi135 bash[32435]: audit 2023-12-08T00:47:56.775470+0000 mon.a (mon.0) 2970 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:47:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:57 smithi135 bash[32435]: audit 2023-12-08T00:47:56.777121+0000 mon.a (mon.0) 2971 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:47:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:57 smithi135 bash[32435]: audit 2023-12-08T00:47:56.785204+0000 mon.a (mon.0) 2972 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:47:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:47:58 smithi079 bash[28699]: cluster 2023-12-08T00:47:56.990940+0000 mgr.a (mgr.14403) 18198 : cluster 0 pgmap v13588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:47:58 smithi194 bash[32038]: cluster 2023-12-08T00:47:56.990940+0000 mgr.a (mgr.14403) 18198 : cluster 0 pgmap v13588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:47:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:47:58 smithi135 bash[32435]: cluster 2023-12-08T00:47:56.990940+0000 mgr.a (mgr.14403) 18198 : cluster 0 pgmap v13588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:00 smithi079 bash[28699]: cluster 2023-12-08T00:47:58.991854+0000 mgr.a (mgr.14403) 18199 : cluster 0 pgmap v13589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:00 smithi194 bash[32038]: cluster 2023-12-08T00:47:58.991854+0000 mgr.a (mgr.14403) 18199 : cluster 0 pgmap v13589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:00 smithi135 bash[32435]: cluster 2023-12-08T00:47:58.991854+0000 mgr.a (mgr.14403) 18199 : cluster 0 pgmap v13589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:01.582 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:48:01.583 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:01.583 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:02 smithi079 bash[28699]: cluster 2023-12-08T00:48:00.992557+0000 mgr.a (mgr.14403) 18200 : cluster 0 pgmap v13590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:02 smithi194 bash[32038]: cluster 2023-12-08T00:48:00.992557+0000 mgr.a (mgr.14403) 18200 : cluster 0 pgmap v13590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:02 smithi135 bash[32435]: cluster 2023-12-08T00:48:00.992557+0000 mgr.a (mgr.14403) 18200 : cluster 0 pgmap v13590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:02.519 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:48:02.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:02.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:02.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:02.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:48:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:03 smithi079 bash[28699]: audit 2023-12-08T00:48:01.985189+0000 mgr.a (mgr.14403) 18201 : audit 0 from='client.362094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:03 smithi194 bash[32038]: audit 2023-12-08T00:48:01.985189+0000 mgr.a (mgr.14403) 18201 : audit 0 from='client.362094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:03.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:03 smithi135 bash[32435]: audit 2023-12-08T00:48:01.985189+0000 mgr.a (mgr.14403) 18201 : audit 0 from='client.362094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:04 smithi079 bash[28699]: cluster 2023-12-08T00:48:02.993325+0000 mgr.a (mgr.14403) 18202 : cluster 0 pgmap v13591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:04 smithi194 bash[32038]: cluster 2023-12-08T00:48:02.993325+0000 mgr.a (mgr.14403) 18202 : cluster 0 pgmap v13591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:04.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:04 smithi135 bash[32435]: cluster 2023-12-08T00:48:02.993325+0000 mgr.a (mgr.14403) 18202 : cluster 0 pgmap v13591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:06 smithi079 bash[28699]: cluster 2023-12-08T00:48:04.994227+0000 mgr.a (mgr.14403) 18203 : cluster 0 pgmap v13592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:06 smithi194 bash[32038]: cluster 2023-12-08T00:48:04.994227+0000 mgr.a (mgr.14403) 18203 : cluster 0 pgmap v13592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:06 smithi135 bash[32435]: cluster 2023-12-08T00:48:04.994227+0000 mgr.a (mgr.14403) 18203 : cluster 0 pgmap v13592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:07.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:48:07.523 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:07.523 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:08 smithi079 bash[28699]: cluster 2023-12-08T00:48:06.995006+0000 mgr.a (mgr.14403) 18204 : cluster 0 pgmap v13593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:08.415 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:48:08.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:08.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:08.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:08.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:48:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:08 smithi194 bash[32038]: cluster 2023-12-08T00:48:06.995006+0000 mgr.a (mgr.14403) 18204 : cluster 0 pgmap v13593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:08 smithi135 bash[32435]: cluster 2023-12-08T00:48:06.995006+0000 mgr.a (mgr.14403) 18204 : cluster 0 pgmap v13593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:09 smithi079 bash[28699]: audit 2023-12-08T00:48:07.927816+0000 mgr.a (mgr.14403) 18205 : audit 0 from='client.362172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:09 smithi194 bash[32038]: audit 2023-12-08T00:48:07.927816+0000 mgr.a (mgr.14403) 18205 : audit 0 from='client.362172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:09.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:09 smithi135 bash[32435]: audit 2023-12-08T00:48:07.927816+0000 mgr.a (mgr.14403) 18205 : audit 0 from='client.362172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:10 smithi079 bash[28699]: cluster 2023-12-08T00:48:08.995950+0000 mgr.a (mgr.14403) 18206 : cluster 0 pgmap v13594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:10 smithi194 bash[32038]: cluster 2023-12-08T00:48:08.995950+0000 mgr.a (mgr.14403) 18206 : cluster 0 pgmap v13594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:10 smithi135 bash[32435]: cluster 2023-12-08T00:48:08.995950+0000 mgr.a (mgr.14403) 18206 : cluster 0 pgmap v13594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:12 smithi079 bash[28699]: cluster 2023-12-08T00:48:10.996520+0000 mgr.a (mgr.14403) 18207 : cluster 0 pgmap v13595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:12 smithi194 bash[32038]: cluster 2023-12-08T00:48:10.996520+0000 mgr.a (mgr.14403) 18207 : cluster 0 pgmap v13595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:12 smithi135 bash[32435]: cluster 2023-12-08T00:48:10.996520+0000 mgr.a (mgr.14403) 18207 : cluster 0 pgmap v13595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:13.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:48:13.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:13.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:13 smithi079 bash[28699]: cluster 2023-12-08T00:48:12.997017+0000 mgr.a (mgr.14403) 18208 : cluster 0 pgmap v13596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:13 smithi194 bash[32038]: cluster 2023-12-08T00:48:12.997017+0000 mgr.a (mgr.14403) 18208 : cluster 0 pgmap v13596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:13.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:13 smithi135 bash[32435]: cluster 2023-12-08T00:48:12.997017+0000 mgr.a (mgr.14403) 18208 : cluster 0 pgmap v13596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:14.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:14.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:14.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:14.332 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:48:14.332 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:48:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:14 smithi079 bash[28699]: audit 2023-12-08T00:48:13.825568+0000 mgr.a (mgr.14403) 18209 : audit 0 from='client.362244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:14.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:14 smithi194 bash[32038]: audit 2023-12-08T00:48:13.825568+0000 mgr.a (mgr.14403) 18209 : audit 0 from='client.362244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:14.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:14 smithi135 bash[32435]: audit 2023-12-08T00:48:13.825568+0000 mgr.a (mgr.14403) 18209 : audit 0 from='client.362244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:15 smithi079 bash[28699]: cluster 2023-12-08T00:48:14.998037+0000 mgr.a (mgr.14403) 18210 : cluster 0 pgmap v13597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:15 smithi194 bash[32038]: cluster 2023-12-08T00:48:14.998037+0000 mgr.a (mgr.14403) 18210 : cluster 0 pgmap v13597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:15.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:15 smithi135 bash[32435]: cluster 2023-12-08T00:48:14.998037+0000 mgr.a (mgr.14403) 18210 : cluster 0 pgmap v13597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:18 smithi079 bash[28699]: cluster 2023-12-08T00:48:16.998587+0000 mgr.a (mgr.14403) 18211 : cluster 0 pgmap v13598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:18 smithi194 bash[32038]: cluster 2023-12-08T00:48:16.998587+0000 mgr.a (mgr.14403) 18211 : cluster 0 pgmap v13598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:18 smithi135 bash[32435]: cluster 2023-12-08T00:48:16.998587+0000 mgr.a (mgr.14403) 18211 : cluster 0 pgmap v13598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:19.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:48:19.335 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:19.336 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:20.246 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:48:20.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:20.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:20.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:20.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:48:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:20 smithi079 bash[28699]: cluster 2023-12-08T00:48:18.999475+0000 mgr.a (mgr.14403) 18212 : cluster 0 pgmap v13599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:20 smithi194 bash[32038]: cluster 2023-12-08T00:48:18.999475+0000 mgr.a (mgr.14403) 18212 : cluster 0 pgmap v13599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:20 smithi135 bash[32435]: cluster 2023-12-08T00:48:18.999475+0000 mgr.a (mgr.14403) 18212 : cluster 0 pgmap v13599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:21 smithi079 bash[28699]: audit 2023-12-08T00:48:19.743411+0000 mgr.a (mgr.14403) 18213 : audit 0 from='client.362322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:21 smithi194 bash[32038]: audit 2023-12-08T00:48:19.743411+0000 mgr.a (mgr.14403) 18213 : audit 0 from='client.362322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:21.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:21 smithi135 bash[32435]: audit 2023-12-08T00:48:19.743411+0000 mgr.a (mgr.14403) 18213 : audit 0 from='client.362322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:22 smithi079 bash[28699]: cluster 2023-12-08T00:48:21.000160+0000 mgr.a (mgr.14403) 18214 : cluster 0 pgmap v13600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:22 smithi194 bash[32038]: cluster 2023-12-08T00:48:21.000160+0000 mgr.a (mgr.14403) 18214 : cluster 0 pgmap v13600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:22 smithi135 bash[32435]: cluster 2023-12-08T00:48:21.000160+0000 mgr.a (mgr.14403) 18214 : cluster 0 pgmap v13600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:23 smithi079 bash[28699]: cluster 2023-12-08T00:48:23.000723+0000 mgr.a (mgr.14403) 18215 : cluster 0 pgmap v13601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:23 smithi194 bash[32038]: cluster 2023-12-08T00:48:23.000723+0000 mgr.a (mgr.14403) 18215 : cluster 0 pgmap v13601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:23.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:23 smithi135 bash[32435]: cluster 2023-12-08T00:48:23.000723+0000 mgr.a (mgr.14403) 18215 : cluster 0 pgmap v13601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:25.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:48:25.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:25.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:26.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:26.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:26.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:26.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:48:26.151 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:48:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:26 smithi079 bash[28699]: cluster 2023-12-08T00:48:25.001553+0000 mgr.a (mgr.14403) 18216 : cluster 0 pgmap v13602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:26 smithi194 bash[32038]: cluster 2023-12-08T00:48:25.001553+0000 mgr.a (mgr.14403) 18216 : cluster 0 pgmap v13602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:26 smithi135 bash[32435]: cluster 2023-12-08T00:48:25.001553+0000 mgr.a (mgr.14403) 18216 : cluster 0 pgmap v13602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:27 smithi079 bash[28699]: audit 2023-12-08T00:48:25.656994+0000 mgr.a (mgr.14403) 18217 : audit 0 from='client.362400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:27 smithi194 bash[32038]: audit 2023-12-08T00:48:25.656994+0000 mgr.a (mgr.14403) 18217 : audit 0 from='client.362400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:27.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:27 smithi135 bash[32435]: audit 2023-12-08T00:48:25.656994+0000 mgr.a (mgr.14403) 18217 : audit 0 from='client.362400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:28 smithi079 bash[28699]: cluster 2023-12-08T00:48:27.002211+0000 mgr.a (mgr.14403) 18218 : cluster 0 pgmap v13603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:28 smithi194 bash[32038]: cluster 2023-12-08T00:48:27.002211+0000 mgr.a (mgr.14403) 18218 : cluster 0 pgmap v13603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:28 smithi135 bash[32435]: cluster 2023-12-08T00:48:27.002211+0000 mgr.a (mgr.14403) 18218 : cluster 0 pgmap v13603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:30 smithi079 bash[28699]: cluster 2023-12-08T00:48:29.003012+0000 mgr.a (mgr.14403) 18219 : cluster 0 pgmap v13604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:30 smithi194 bash[32038]: cluster 2023-12-08T00:48:29.003012+0000 mgr.a (mgr.14403) 18219 : cluster 0 pgmap v13604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:30 smithi135 bash[32435]: cluster 2023-12-08T00:48:29.003012+0000 mgr.a (mgr.14403) 18219 : cluster 0 pgmap v13604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:31.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:48:31.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:31.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:32.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:32.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:32.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:32.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:48:32.078 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:48:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:32 smithi079 bash[28699]: cluster 2023-12-08T00:48:31.003519+0000 mgr.a (mgr.14403) 18220 : cluster 0 pgmap v13605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:32 smithi194 bash[32038]: cluster 2023-12-08T00:48:31.003519+0000 mgr.a (mgr.14403) 18220 : cluster 0 pgmap v13605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:32 smithi135 bash[32435]: cluster 2023-12-08T00:48:31.003519+0000 mgr.a (mgr.14403) 18220 : cluster 0 pgmap v13605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:33 smithi079 bash[28699]: audit 2023-12-08T00:48:31.556827+0000 mgr.a (mgr.14403) 18221 : audit 0 from='client.362478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:33 smithi194 bash[32038]: audit 2023-12-08T00:48:31.556827+0000 mgr.a (mgr.14403) 18221 : audit 0 from='client.362478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:33.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:33 smithi135 bash[32435]: audit 2023-12-08T00:48:31.556827+0000 mgr.a (mgr.14403) 18221 : audit 0 from='client.362478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:34 smithi079 bash[28699]: cluster 2023-12-08T00:48:33.004155+0000 mgr.a (mgr.14403) 18222 : cluster 0 pgmap v13606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:34 smithi194 bash[32038]: cluster 2023-12-08T00:48:33.004155+0000 mgr.a (mgr.14403) 18222 : cluster 0 pgmap v13606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:34 smithi135 bash[32435]: cluster 2023-12-08T00:48:33.004155+0000 mgr.a (mgr.14403) 18222 : cluster 0 pgmap v13606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:36 smithi079 bash[28699]: cluster 2023-12-08T00:48:35.004951+0000 mgr.a (mgr.14403) 18223 : cluster 0 pgmap v13607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:36 smithi194 bash[32038]: cluster 2023-12-08T00:48:35.004951+0000 mgr.a (mgr.14403) 18223 : cluster 0 pgmap v13607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:36 smithi135 bash[32435]: cluster 2023-12-08T00:48:35.004951+0000 mgr.a (mgr.14403) 18223 : cluster 0 pgmap v13607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:37.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:48:37.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:37.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:37.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:37.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:37.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:37.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:48:38.000 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:48:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:38 smithi079 bash[28699]: cluster 2023-12-08T00:48:37.005515+0000 mgr.a (mgr.14403) 18224 : cluster 0 pgmap v13608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:38 smithi194 bash[32038]: cluster 2023-12-08T00:48:37.005515+0000 mgr.a (mgr.14403) 18224 : cluster 0 pgmap v13608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:38 smithi135 bash[32435]: cluster 2023-12-08T00:48:37.005515+0000 mgr.a (mgr.14403) 18224 : cluster 0 pgmap v13608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:39 smithi079 bash[28699]: audit 2023-12-08T00:48:37.482624+0000 mgr.a (mgr.14403) 18225 : audit 0 from='client.362550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:39 smithi194 bash[32038]: audit 2023-12-08T00:48:37.482624+0000 mgr.a (mgr.14403) 18225 : audit 0 from='client.362550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:39.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:39 smithi135 bash[32435]: audit 2023-12-08T00:48:37.482624+0000 mgr.a (mgr.14403) 18225 : audit 0 from='client.362550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:40 smithi079 bash[28699]: cluster 2023-12-08T00:48:39.006445+0000 mgr.a (mgr.14403) 18226 : cluster 0 pgmap v13609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:40 smithi194 bash[32038]: cluster 2023-12-08T00:48:39.006445+0000 mgr.a (mgr.14403) 18226 : cluster 0 pgmap v13609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:40 smithi135 bash[32435]: cluster 2023-12-08T00:48:39.006445+0000 mgr.a (mgr.14403) 18226 : cluster 0 pgmap v13609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:42 smithi079 bash[28699]: cluster 2023-12-08T00:48:41.007051+0000 mgr.a (mgr.14403) 18227 : cluster 0 pgmap v13610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:42 smithi194 bash[32038]: cluster 2023-12-08T00:48:41.007051+0000 mgr.a (mgr.14403) 18227 : cluster 0 pgmap v13610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:42 smithi135 bash[32435]: cluster 2023-12-08T00:48:41.007051+0000 mgr.a (mgr.14403) 18227 : cluster 0 pgmap v13610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:43.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:48:43.003 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:43.003 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:43.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:43 smithi079 bash[28699]: cluster 2023-12-08T00:48:43.007690+0000 mgr.a (mgr.14403) 18228 : cluster 0 pgmap v13611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:43.908 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:48:43.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:43.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:43.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:43.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:48:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:43 smithi194 bash[32038]: cluster 2023-12-08T00:48:43.007690+0000 mgr.a (mgr.14403) 18228 : cluster 0 pgmap v13611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:43.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:43 smithi135 bash[32435]: cluster 2023-12-08T00:48:43.007690+0000 mgr.a (mgr.14403) 18228 : cluster 0 pgmap v13611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:44.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:44 smithi079 bash[28699]: audit 2023-12-08T00:48:43.408229+0000 mgr.a (mgr.14403) 18229 : audit 0 from='client.362625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:44.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:44 smithi194 bash[32038]: audit 2023-12-08T00:48:43.408229+0000 mgr.a (mgr.14403) 18229 : audit 0 from='client.362625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:44.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:44 smithi135 bash[32435]: audit 2023-12-08T00:48:43.408229+0000 mgr.a (mgr.14403) 18229 : audit 0 from='client.362625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:45 smithi079 bash[28699]: cluster 2023-12-08T00:48:45.008678+0000 mgr.a (mgr.14403) 18230 : cluster 0 pgmap v13612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:45 smithi194 bash[32038]: cluster 2023-12-08T00:48:45.008678+0000 mgr.a (mgr.14403) 18230 : cluster 0 pgmap v13612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:45.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:45 smithi135 bash[32435]: cluster 2023-12-08T00:48:45.008678+0000 mgr.a (mgr.14403) 18230 : cluster 0 pgmap v13612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:48.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:48 smithi079 bash[28699]: cluster 2023-12-08T00:48:47.009279+0000 mgr.a (mgr.14403) 18231 : cluster 0 pgmap v13613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:48 smithi194 bash[32038]: cluster 2023-12-08T00:48:47.009279+0000 mgr.a (mgr.14403) 18231 : cluster 0 pgmap v13613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:48 smithi135 bash[32435]: cluster 2023-12-08T00:48:47.009279+0000 mgr.a (mgr.14403) 18231 : cluster 0 pgmap v13613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:48.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:48:48.912 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:48.912 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:49.808 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:48:49.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:49.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:49.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:49.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:48:50.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:50 smithi079 bash[28699]: cluster 2023-12-08T00:48:49.010013+0000 mgr.a (mgr.14403) 18232 : cluster 0 pgmap v13614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:50 smithi194 bash[32038]: cluster 2023-12-08T00:48:49.010013+0000 mgr.a (mgr.14403) 18232 : cluster 0 pgmap v13614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:50 smithi135 bash[32435]: cluster 2023-12-08T00:48:49.010013+0000 mgr.a (mgr.14403) 18232 : cluster 0 pgmap v13614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:51 smithi079 bash[28699]: audit 2023-12-08T00:48:49.308759+0000 mgr.a (mgr.14403) 18233 : audit 0 from='client.362703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:51 smithi194 bash[32038]: audit 2023-12-08T00:48:49.308759+0000 mgr.a (mgr.14403) 18233 : audit 0 from='client.362703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:51.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:51 smithi135 bash[32435]: audit 2023-12-08T00:48:49.308759+0000 mgr.a (mgr.14403) 18233 : audit 0 from='client.362703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:52 smithi079 bash[28699]: cluster 2023-12-08T00:48:51.010647+0000 mgr.a (mgr.14403) 18234 : cluster 0 pgmap v13615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:52 smithi194 bash[32038]: cluster 2023-12-08T00:48:51.010647+0000 mgr.a (mgr.14403) 18234 : cluster 0 pgmap v13615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:52 smithi135 bash[32435]: cluster 2023-12-08T00:48:51.010647+0000 mgr.a (mgr.14403) 18234 : cluster 0 pgmap v13615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:53 smithi079 bash[28699]: cluster 2023-12-08T00:48:53.011284+0000 mgr.a (mgr.14403) 18235 : cluster 0 pgmap v13616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:53 smithi194 bash[32038]: cluster 2023-12-08T00:48:53.011284+0000 mgr.a (mgr.14403) 18235 : cluster 0 pgmap v13616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:53.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:53 smithi135 bash[32435]: cluster 2023-12-08T00:48:53.011284+0000 mgr.a (mgr.14403) 18235 : cluster 0 pgmap v13616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:48:54.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:48:54.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:48:54.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:48:55.705 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:48:55.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:48:55.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:48:55.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:48:55.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:48:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:56 smithi079 bash[28699]: cluster 2023-12-08T00:48:55.011839+0000 mgr.a (mgr.14403) 18236 : cluster 0 pgmap v13617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:56 smithi194 bash[32038]: cluster 2023-12-08T00:48:55.011839+0000 mgr.a (mgr.14403) 18236 : cluster 0 pgmap v13617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:56 smithi135 bash[32435]: cluster 2023-12-08T00:48:55.011839+0000 mgr.a (mgr.14403) 18236 : cluster 0 pgmap v13617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:57 smithi079 bash[28699]: audit 2023-12-08T00:48:55.217313+0000 mgr.a (mgr.14403) 18237 : audit 0 from='client.362781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:57 smithi079 bash[28699]: audit 2023-12-08T00:48:56.888419+0000 mon.a (mon.0) 2973 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:48:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:57 smithi194 bash[32038]: audit 2023-12-08T00:48:55.217313+0000 mgr.a (mgr.14403) 18237 : audit 0 from='client.362781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:57 smithi194 bash[32038]: audit 2023-12-08T00:48:56.888419+0000 mon.a (mon.0) 2973 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:48:57.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:57 smithi135 bash[32435]: audit 2023-12-08T00:48:55.217313+0000 mgr.a (mgr.14403) 18237 : audit 0 from='client.362781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:48:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:57 smithi135 bash[32435]: audit 2023-12-08T00:48:56.888419+0000 mon.a (mon.0) 2973 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:48:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:58 smithi079 bash[28699]: cluster 2023-12-08T00:48:57.012443+0000 mgr.a (mgr.14403) 18238 : cluster 0 pgmap v13618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:58 smithi079 bash[28699]: audit 2023-12-08T00:48:57.418270+0000 mon.a (mon.0) 2974 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:58 smithi079 bash[28699]: audit 2023-12-08T00:48:57.424520+0000 mon.a (mon.0) 2975 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:58 smithi079 bash[28699]: audit 2023-12-08T00:48:58.042684+0000 mon.a (mon.0) 2976 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:58 smithi079 bash[28699]: audit 2023-12-08T00:48:58.047034+0000 mon.a (mon.0) 2977 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:58 smithi079 bash[28699]: audit 2023-12-08T00:48:58.051592+0000 mon.a (mon.0) 2978 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:58 smithi079 bash[28699]: audit 2023-12-08T00:48:58.057050+0000 mon.a (mon.0) 2979 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:58 smithi194 bash[32038]: cluster 2023-12-08T00:48:57.012443+0000 mgr.a (mgr.14403) 18238 : cluster 0 pgmap v13618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:58 smithi194 bash[32038]: audit 2023-12-08T00:48:57.418270+0000 mon.a (mon.0) 2974 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:58 smithi194 bash[32038]: audit 2023-12-08T00:48:57.424520+0000 mon.a (mon.0) 2975 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:58 smithi194 bash[32038]: audit 2023-12-08T00:48:58.042684+0000 mon.a (mon.0) 2976 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:58 smithi194 bash[32038]: audit 2023-12-08T00:48:58.047034+0000 mon.a (mon.0) 2977 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:58 smithi194 bash[32038]: audit 2023-12-08T00:48:58.051592+0000 mon.a (mon.0) 2978 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:58 smithi194 bash[32038]: audit 2023-12-08T00:48:58.057050+0000 mon.a (mon.0) 2979 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:58 smithi135 bash[32435]: cluster 2023-12-08T00:48:57.012443+0000 mgr.a (mgr.14403) 18238 : cluster 0 pgmap v13618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:48:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:58 smithi135 bash[32435]: audit 2023-12-08T00:48:57.418270+0000 mon.a (mon.0) 2974 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:58 smithi135 bash[32435]: audit 2023-12-08T00:48:57.424520+0000 mon.a (mon.0) 2975 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:58 smithi135 bash[32435]: audit 2023-12-08T00:48:58.042684+0000 mon.a (mon.0) 2976 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:58 smithi135 bash[32435]: audit 2023-12-08T00:48:58.047034+0000 mon.a (mon.0) 2977 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:58 smithi135 bash[32435]: audit 2023-12-08T00:48:58.051592+0000 mon.a (mon.0) 2978 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:58 smithi135 bash[32435]: audit 2023-12-08T00:48:58.057050+0000 mon.a (mon.0) 2979 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:59 smithi079 bash[28699]: audit 2023-12-08T00:48:58.585732+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:59 smithi079 bash[28699]: audit 2023-12-08T00:48:58.591619+0000 mon.a (mon.0) 2981 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:59 smithi079 bash[28699]: audit 2023-12-08T00:48:58.592887+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:48:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:59 smithi079 bash[28699]: audit 2023-12-08T00:48:58.594392+0000 mon.a (mon.0) 2983 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:48:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:59 smithi079 bash[28699]: audit 2023-12-08T00:48:58.601902+0000 mon.a (mon.0) 2984 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:59.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:48:59 smithi079 bash[28699]: cluster 2023-12-08T00:48:59.013276+0000 mgr.a (mgr.14403) 18239 : cluster 0 pgmap v13619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:59 smithi194 bash[32038]: audit 2023-12-08T00:48:58.585732+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:59 smithi194 bash[32038]: audit 2023-12-08T00:48:58.591619+0000 mon.a (mon.0) 2981 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:59 smithi194 bash[32038]: audit 2023-12-08T00:48:58.592887+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:48:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:59 smithi194 bash[32038]: audit 2023-12-08T00:48:58.594392+0000 mon.a (mon.0) 2983 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:48:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:59 smithi194 bash[32038]: audit 2023-12-08T00:48:58.601902+0000 mon.a (mon.0) 2984 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:48:59 smithi194 bash[32038]: cluster 2023-12-08T00:48:59.013276+0000 mgr.a (mgr.14403) 18239 : cluster 0 pgmap v13619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:48:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:59 smithi135 bash[32435]: audit 2023-12-08T00:48:58.585732+0000 mon.a (mon.0) 2980 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:59 smithi135 bash[32435]: audit 2023-12-08T00:48:58.591619+0000 mon.a (mon.0) 2981 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:59 smithi135 bash[32435]: audit 2023-12-08T00:48:58.592887+0000 mon.a (mon.0) 2982 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:48:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:59 smithi135 bash[32435]: audit 2023-12-08T00:48:58.594392+0000 mon.a (mon.0) 2983 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:48:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:59 smithi135 bash[32435]: audit 2023-12-08T00:48:58.601902+0000 mon.a (mon.0) 2984 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:48:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:48:59 smithi135 bash[32435]: cluster 2023-12-08T00:48:59.013276+0000 mgr.a (mgr.14403) 18239 : cluster 0 pgmap v13619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:00.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:49:00.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:00.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:01.607 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:49:01.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:01.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:01.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:01.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:49:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:02 smithi079 bash[28699]: cluster 2023-12-08T00:49:01.013819+0000 mgr.a (mgr.14403) 18240 : cluster 0 pgmap v13620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:02 smithi079 bash[28699]: audit 2023-12-08T00:49:01.112714+0000 mgr.a (mgr.14403) 18241 : audit 0 from='client.362859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:02 smithi194 bash[32038]: cluster 2023-12-08T00:49:01.013819+0000 mgr.a (mgr.14403) 18240 : cluster 0 pgmap v13620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:02 smithi194 bash[32038]: audit 2023-12-08T00:49:01.112714+0000 mgr.a (mgr.14403) 18241 : audit 0 from='client.362859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:02 smithi135 bash[32435]: cluster 2023-12-08T00:49:01.013819+0000 mgr.a (mgr.14403) 18240 : cluster 0 pgmap v13620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:02 smithi135 bash[32435]: audit 2023-12-08T00:49:01.112714+0000 mgr.a (mgr.14403) 18241 : audit 0 from='client.362859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:03 smithi079 bash[28699]: cluster 2023-12-08T00:49:03.014492+0000 mgr.a (mgr.14403) 18242 : cluster 0 pgmap v13621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:03 smithi194 bash[32038]: cluster 2023-12-08T00:49:03.014492+0000 mgr.a (mgr.14403) 18242 : cluster 0 pgmap v13621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:03.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:03 smithi135 bash[32435]: cluster 2023-12-08T00:49:03.014492+0000 mgr.a (mgr.14403) 18242 : cluster 0 pgmap v13621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:06 smithi079 bash[28699]: cluster 2023-12-08T00:49:05.015292+0000 mgr.a (mgr.14403) 18243 : cluster 0 pgmap v13622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:06 smithi194 bash[32038]: cluster 2023-12-08T00:49:05.015292+0000 mgr.a (mgr.14403) 18243 : cluster 0 pgmap v13622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:06 smithi135 bash[32435]: cluster 2023-12-08T00:49:05.015292+0000 mgr.a (mgr.14403) 18243 : cluster 0 pgmap v13622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:06.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:49:06.611 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:06.611 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:07.502 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:49:07.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:07.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:07.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:07.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:49:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:08 smithi079 bash[28699]: audit 2023-12-08T00:49:07.012093+0000 mgr.a (mgr.14403) 18244 : audit 0 from='client.362937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:08 smithi079 bash[28699]: cluster 2023-12-08T00:49:07.025567+0000 mgr.a (mgr.14403) 18245 : cluster 0 pgmap v13623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:08 smithi194 bash[32038]: audit 2023-12-08T00:49:07.012093+0000 mgr.a (mgr.14403) 18244 : audit 0 from='client.362937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:08 smithi194 bash[32038]: cluster 2023-12-08T00:49:07.025567+0000 mgr.a (mgr.14403) 18245 : cluster 0 pgmap v13623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:08 smithi135 bash[32435]: audit 2023-12-08T00:49:07.012093+0000 mgr.a (mgr.14403) 18244 : audit 0 from='client.362937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:08 smithi135 bash[32435]: cluster 2023-12-08T00:49:07.025567+0000 mgr.a (mgr.14403) 18245 : cluster 0 pgmap v13623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:10 smithi079 bash[28699]: cluster 2023-12-08T00:49:09.026587+0000 mgr.a (mgr.14403) 18246 : cluster 0 pgmap v13624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:10 smithi194 bash[32038]: cluster 2023-12-08T00:49:09.026587+0000 mgr.a (mgr.14403) 18246 : cluster 0 pgmap v13624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:10 smithi135 bash[32435]: cluster 2023-12-08T00:49:09.026587+0000 mgr.a (mgr.14403) 18246 : cluster 0 pgmap v13624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:12 smithi079 bash[28699]: cluster 2023-12-08T00:49:11.027295+0000 mgr.a (mgr.14403) 18247 : cluster 0 pgmap v13625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:12 smithi194 bash[32038]: cluster 2023-12-08T00:49:11.027295+0000 mgr.a (mgr.14403) 18247 : cluster 0 pgmap v13625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:12 smithi135 bash[32435]: cluster 2023-12-08T00:49:11.027295+0000 mgr.a (mgr.14403) 18247 : cluster 0 pgmap v13625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:12.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:49:12.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:12.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:13.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:13.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:13.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:13.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:49:13.425 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:49:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:13 smithi079 bash[28699]: audit 2023-12-08T00:49:12.905826+0000 mgr.a (mgr.14403) 18248 : audit 0 from='client.363012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:13 smithi079 bash[28699]: cluster 2023-12-08T00:49:13.027969+0000 mgr.a (mgr.14403) 18249 : cluster 0 pgmap v13626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:13 smithi194 bash[32038]: audit 2023-12-08T00:49:12.905826+0000 mgr.a (mgr.14403) 18248 : audit 0 from='client.363012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:13 smithi194 bash[32038]: cluster 2023-12-08T00:49:13.027969+0000 mgr.a (mgr.14403) 18249 : cluster 0 pgmap v13626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:13.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:13 smithi135 bash[32435]: audit 2023-12-08T00:49:12.905826+0000 mgr.a (mgr.14403) 18248 : audit 0 from='client.363012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:13.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:13 smithi135 bash[32435]: cluster 2023-12-08T00:49:13.027969+0000 mgr.a (mgr.14403) 18249 : cluster 0 pgmap v13626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:16 smithi079 bash[28699]: cluster 2023-12-08T00:49:15.028837+0000 mgr.a (mgr.14403) 18250 : cluster 0 pgmap v13627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:16 smithi194 bash[32038]: cluster 2023-12-08T00:49:15.028837+0000 mgr.a (mgr.14403) 18250 : cluster 0 pgmap v13627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:16 smithi135 bash[32435]: cluster 2023-12-08T00:49:15.028837+0000 mgr.a (mgr.14403) 18250 : cluster 0 pgmap v13627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:18 smithi079 bash[28699]: cluster 2023-12-08T00:49:17.029414+0000 mgr.a (mgr.14403) 18251 : cluster 0 pgmap v13628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:18.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:49:18.428 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:18.428 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:18 smithi194 bash[32038]: cluster 2023-12-08T00:49:17.029414+0000 mgr.a (mgr.14403) 18251 : cluster 0 pgmap v13628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:18 smithi135 bash[32435]: cluster 2023-12-08T00:49:17.029414+0000 mgr.a (mgr.14403) 18251 : cluster 0 pgmap v13628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:19.365 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:49:19.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:19.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:19.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:19.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:49:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:20 smithi079 bash[28699]: audit 2023-12-08T00:49:18.842821+0000 mgr.a (mgr.14403) 18252 : audit 0 from='client.363087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:20 smithi079 bash[28699]: cluster 2023-12-08T00:49:19.030217+0000 mgr.a (mgr.14403) 18253 : cluster 0 pgmap v13629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:20 smithi194 bash[32038]: audit 2023-12-08T00:49:18.842821+0000 mgr.a (mgr.14403) 18252 : audit 0 from='client.363087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:20 smithi194 bash[32038]: cluster 2023-12-08T00:49:19.030217+0000 mgr.a (mgr.14403) 18253 : cluster 0 pgmap v13629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:20 smithi135 bash[32435]: audit 2023-12-08T00:49:18.842821+0000 mgr.a (mgr.14403) 18252 : audit 0 from='client.363087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:20 smithi135 bash[32435]: cluster 2023-12-08T00:49:19.030217+0000 mgr.a (mgr.14403) 18253 : cluster 0 pgmap v13629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:22 smithi079 bash[28699]: cluster 2023-12-08T00:49:21.030931+0000 mgr.a (mgr.14403) 18254 : cluster 0 pgmap v13630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:22 smithi194 bash[32038]: cluster 2023-12-08T00:49:21.030931+0000 mgr.a (mgr.14403) 18254 : cluster 0 pgmap v13630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:22 smithi135 bash[32435]: cluster 2023-12-08T00:49:21.030931+0000 mgr.a (mgr.14403) 18254 : cluster 0 pgmap v13630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:23 smithi079 bash[28699]: cluster 2023-12-08T00:49:23.031627+0000 mgr.a (mgr.14403) 18255 : cluster 0 pgmap v13631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:23 smithi194 bash[32038]: cluster 2023-12-08T00:49:23.031627+0000 mgr.a (mgr.14403) 18255 : cluster 0 pgmap v13631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:23.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:23 smithi135 bash[32435]: cluster 2023-12-08T00:49:23.031627+0000 mgr.a (mgr.14403) 18255 : cluster 0 pgmap v13631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:24.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:49:24.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:24.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:25.238 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:49:25.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:25.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:25.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:25.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:49:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:26 smithi079 bash[28699]: audit 2023-12-08T00:49:24.771145+0000 mgr.a (mgr.14403) 18256 : audit 0 from='client.363162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:26 smithi079 bash[28699]: cluster 2023-12-08T00:49:25.032737+0000 mgr.a (mgr.14403) 18257 : cluster 0 pgmap v13632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:26 smithi194 bash[32038]: audit 2023-12-08T00:49:24.771145+0000 mgr.a (mgr.14403) 18256 : audit 0 from='client.363162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:26 smithi194 bash[32038]: cluster 2023-12-08T00:49:25.032737+0000 mgr.a (mgr.14403) 18257 : cluster 0 pgmap v13632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:26 smithi135 bash[32435]: audit 2023-12-08T00:49:24.771145+0000 mgr.a (mgr.14403) 18256 : audit 0 from='client.363162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:26 smithi135 bash[32435]: cluster 2023-12-08T00:49:25.032737+0000 mgr.a (mgr.14403) 18257 : cluster 0 pgmap v13632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:28 smithi079 bash[28699]: cluster 2023-12-08T00:49:27.033462+0000 mgr.a (mgr.14403) 18258 : cluster 0 pgmap v13633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:28 smithi194 bash[32038]: cluster 2023-12-08T00:49:27.033462+0000 mgr.a (mgr.14403) 18258 : cluster 0 pgmap v13633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:28 smithi135 bash[32435]: cluster 2023-12-08T00:49:27.033462+0000 mgr.a (mgr.14403) 18258 : cluster 0 pgmap v13633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:30.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:49:30.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:30.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:30 smithi079 bash[28699]: cluster 2023-12-08T00:49:29.034426+0000 mgr.a (mgr.14403) 18259 : cluster 0 pgmap v13634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:30 smithi194 bash[32038]: cluster 2023-12-08T00:49:29.034426+0000 mgr.a (mgr.14403) 18259 : cluster 0 pgmap v13634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:30 smithi135 bash[32435]: cluster 2023-12-08T00:49:29.034426+0000 mgr.a (mgr.14403) 18259 : cluster 0 pgmap v13634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:31.169 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:49:31.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:31.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:31.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:31.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:49:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:32 smithi079 bash[28699]: audit 2023-12-08T00:49:30.638892+0000 mgr.a (mgr.14403) 18260 : audit 0 from='client.363240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:32 smithi079 bash[28699]: cluster 2023-12-08T00:49:31.035944+0000 mgr.a (mgr.14403) 18261 : cluster 0 pgmap v13635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:32 smithi194 bash[32038]: audit 2023-12-08T00:49:30.638892+0000 mgr.a (mgr.14403) 18260 : audit 0 from='client.363240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:32 smithi194 bash[32038]: cluster 2023-12-08T00:49:31.035944+0000 mgr.a (mgr.14403) 18261 : cluster 0 pgmap v13635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:32 smithi135 bash[32435]: audit 2023-12-08T00:49:30.638892+0000 mgr.a (mgr.14403) 18260 : audit 0 from='client.363240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:32 smithi135 bash[32435]: cluster 2023-12-08T00:49:31.035944+0000 mgr.a (mgr.14403) 18261 : cluster 0 pgmap v13635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:33.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:33 smithi079 bash[28699]: cluster 2023-12-08T00:49:33.036685+0000 mgr.a (mgr.14403) 18262 : cluster 0 pgmap v13636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:33 smithi194 bash[32038]: cluster 2023-12-08T00:49:33.036685+0000 mgr.a (mgr.14403) 18262 : cluster 0 pgmap v13636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:33.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:33 smithi135 bash[32435]: cluster 2023-12-08T00:49:33.036685+0000 mgr.a (mgr.14403) 18262 : cluster 0 pgmap v13636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:36.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:49:36.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:36.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:36 smithi079 bash[28699]: cluster 2023-12-08T00:49:35.037513+0000 mgr.a (mgr.14403) 18263 : cluster 0 pgmap v13637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:36 smithi194 bash[32038]: cluster 2023-12-08T00:49:35.037513+0000 mgr.a (mgr.14403) 18263 : cluster 0 pgmap v13637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:36 smithi135 bash[32435]: cluster 2023-12-08T00:49:35.037513+0000 mgr.a (mgr.14403) 18263 : cluster 0 pgmap v13637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:37.062 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:49:37.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:37.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:37.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:37.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:49:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:38 smithi079 bash[28699]: audit 2023-12-08T00:49:36.576622+0000 mgr.a (mgr.14403) 18264 : audit 0 from='client.363318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:38 smithi079 bash[28699]: cluster 2023-12-08T00:49:37.037993+0000 mgr.a (mgr.14403) 18265 : cluster 0 pgmap v13638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:38 smithi194 bash[32038]: audit 2023-12-08T00:49:36.576622+0000 mgr.a (mgr.14403) 18264 : audit 0 from='client.363318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:38 smithi194 bash[32038]: cluster 2023-12-08T00:49:37.037993+0000 mgr.a (mgr.14403) 18265 : cluster 0 pgmap v13638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:38 smithi135 bash[32435]: audit 2023-12-08T00:49:36.576622+0000 mgr.a (mgr.14403) 18264 : audit 0 from='client.363318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:38 smithi135 bash[32435]: cluster 2023-12-08T00:49:37.037993+0000 mgr.a (mgr.14403) 18265 : cluster 0 pgmap v13638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:40.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:40 smithi079 bash[28699]: cluster 2023-12-08T00:49:39.038830+0000 mgr.a (mgr.14403) 18266 : cluster 0 pgmap v13639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:40 smithi194 bash[32038]: cluster 2023-12-08T00:49:39.038830+0000 mgr.a (mgr.14403) 18266 : cluster 0 pgmap v13639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:40 smithi135 bash[32435]: cluster 2023-12-08T00:49:39.038830+0000 mgr.a (mgr.14403) 18266 : cluster 0 pgmap v13639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:42.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:49:42.066 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:42.066 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:42 smithi079 bash[28699]: cluster 2023-12-08T00:49:41.039437+0000 mgr.a (mgr.14403) 18267 : cluster 0 pgmap v13640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:42 smithi194 bash[32038]: cluster 2023-12-08T00:49:41.039437+0000 mgr.a (mgr.14403) 18267 : cluster 0 pgmap v13640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:42 smithi135 bash[32435]: cluster 2023-12-08T00:49:41.039437+0000 mgr.a (mgr.14403) 18267 : cluster 0 pgmap v13640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:42.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:42.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:42.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:42.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:49:42.959 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:49:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:43 smithi194 bash[32038]: audit 2023-12-08T00:49:42.461644+0000 mgr.a (mgr.14403) 18268 : audit 0 from='client.363393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:43 smithi194 bash[32038]: cluster 2023-12-08T00:49:43.040199+0000 mgr.a (mgr.14403) 18269 : cluster 0 pgmap v13641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:43.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:43 smithi135 bash[32435]: audit 2023-12-08T00:49:42.461644+0000 mgr.a (mgr.14403) 18268 : audit 0 from='client.363393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:43.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:43 smithi135 bash[32435]: cluster 2023-12-08T00:49:43.040199+0000 mgr.a (mgr.14403) 18269 : cluster 0 pgmap v13641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:43 smithi079 bash[28699]: audit 2023-12-08T00:49:42.461644+0000 mgr.a (mgr.14403) 18268 : audit 0 from='client.363393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:43 smithi079 bash[28699]: cluster 2023-12-08T00:49:43.040199+0000 mgr.a (mgr.14403) 18269 : cluster 0 pgmap v13641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:46 smithi079 bash[28699]: cluster 2023-12-08T00:49:45.041084+0000 mgr.a (mgr.14403) 18270 : cluster 0 pgmap v13642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:46 smithi194 bash[32038]: cluster 2023-12-08T00:49:45.041084+0000 mgr.a (mgr.14403) 18270 : cluster 0 pgmap v13642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:46 smithi135 bash[32435]: cluster 2023-12-08T00:49:45.041084+0000 mgr.a (mgr.14403) 18270 : cluster 0 pgmap v13642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:49:47.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:49:47.962 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:47.962 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:48 smithi079 bash[28699]: cluster 2023-12-08T00:49:47.041664+0000 mgr.a (mgr.14403) 18271 : cluster 0 pgmap v13643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:48 smithi194 bash[32038]: cluster 2023-12-08T00:49:47.041664+0000 mgr.a (mgr.14403) 18271 : cluster 0 pgmap v13643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:48 smithi135 bash[32435]: cluster 2023-12-08T00:49:47.041664+0000 mgr.a (mgr.14403) 18271 : cluster 0 pgmap v13643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:48.869 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:49:48.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:48.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:48.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:48.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:49:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:50 smithi079 bash[28699]: audit 2023-12-08T00:49:48.369651+0000 mgr.a (mgr.14403) 18272 : audit 0 from='client.363471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:50 smithi079 bash[28699]: cluster 2023-12-08T00:49:49.042927+0000 mgr.a (mgr.14403) 18273 : cluster 0 pgmap v13644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:49:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:50 smithi194 bash[32038]: audit 2023-12-08T00:49:48.369651+0000 mgr.a (mgr.14403) 18272 : audit 0 from='client.363471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:50 smithi194 bash[32038]: cluster 2023-12-08T00:49:49.042927+0000 mgr.a (mgr.14403) 18273 : cluster 0 pgmap v13644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:49:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:50 smithi135 bash[32435]: audit 2023-12-08T00:49:48.369651+0000 mgr.a (mgr.14403) 18272 : audit 0 from='client.363471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:50 smithi135 bash[32435]: cluster 2023-12-08T00:49:49.042927+0000 mgr.a (mgr.14403) 18273 : cluster 0 pgmap v13644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:49:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:52 smithi079 bash[28699]: cluster 2023-12-08T00:49:51.043686+0000 mgr.a (mgr.14403) 18274 : cluster 0 pgmap v13645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:49:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:52 smithi194 bash[32038]: cluster 2023-12-08T00:49:51.043686+0000 mgr.a (mgr.14403) 18274 : cluster 0 pgmap v13645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:49:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:52 smithi135 bash[32435]: cluster 2023-12-08T00:49:51.043686+0000 mgr.a (mgr.14403) 18274 : cluster 0 pgmap v13645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:49:53.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:49:53.877 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:53.877 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:49:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:53 smithi194 bash[32038]: cluster 2023-12-08T00:49:53.044276+0000 mgr.a (mgr.14403) 18275 : cluster 0 pgmap v13646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:49:53.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:53 smithi135 bash[32435]: cluster 2023-12-08T00:49:53.044276+0000 mgr.a (mgr.14403) 18275 : cluster 0 pgmap v13646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:49:54.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:53 smithi079 bash[28699]: cluster 2023-12-08T00:49:53.044276+0000 mgr.a (mgr.14403) 18275 : cluster 0 pgmap v13646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:49:54.773 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:49:54.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:49:54.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:49:54.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:49:54.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:49:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:56 smithi079 bash[28699]: audit 2023-12-08T00:49:54.267957+0000 mgr.a (mgr.14403) 18276 : audit 0 from='client.363543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:56.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:56 smithi079 bash[28699]: cluster 2023-12-08T00:49:55.045458+0000 mgr.a (mgr.14403) 18277 : cluster 0 pgmap v13647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:56 smithi194 bash[32038]: audit 2023-12-08T00:49:54.267957+0000 mgr.a (mgr.14403) 18276 : audit 0 from='client.363543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:56 smithi194 bash[32038]: cluster 2023-12-08T00:49:55.045458+0000 mgr.a (mgr.14403) 18277 : cluster 0 pgmap v13647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:56 smithi135 bash[32435]: audit 2023-12-08T00:49:54.267957+0000 mgr.a (mgr.14403) 18276 : audit 0 from='client.363543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:49:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:56 smithi135 bash[32435]: cluster 2023-12-08T00:49:55.045458+0000 mgr.a (mgr.14403) 18277 : cluster 0 pgmap v13647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:49:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:58 smithi079 bash[28699]: cluster 2023-12-08T00:49:57.046061+0000 mgr.a (mgr.14403) 18278 : cluster 0 pgmap v13648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:58 smithi194 bash[32038]: cluster 2023-12-08T00:49:57.046061+0000 mgr.a (mgr.14403) 18278 : cluster 0 pgmap v13648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:58 smithi135 bash[32435]: cluster 2023-12-08T00:49:57.046061+0000 mgr.a (mgr.14403) 18278 : cluster 0 pgmap v13648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:49:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:49:59 smithi079 bash[28699]: audit 2023-12-08T00:49:58.704434+0000 mon.a (mon.0) 2985 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:49:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:49:59 smithi194 bash[32038]: audit 2023-12-08T00:49:58.704434+0000 mon.a (mon.0) 2985 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:49:59.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:49:59 smithi135 bash[32435]: audit 2023-12-08T00:49:58.704434+0000 mon.a (mon.0) 2985 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:49:59.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:49:59.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:49:59.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:00.422 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:00 smithi079 bash[28699]: cluster 2023-12-08T00:49:59.046824+0000 mgr.a (mgr.14403) 18279 : cluster 0 pgmap v13649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:00.422 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:00 smithi079 bash[28699]: audit 2023-12-08T00:49:59.487288+0000 mon.a (mon.0) 2986 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:50:00.422 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:00 smithi079 bash[28699]: audit 2023-12-08T00:49:59.489213+0000 mon.a (mon.0) 2987 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:50:00.422 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:00 smithi079 bash[28699]: audit 2023-12-08T00:49:59.497967+0000 mon.a (mon.0) 2988 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:50:00.422 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:00 smithi079 bash[28699]: cluster 2023-12-08T00:50:00.000153+0000 mon.a (mon.0) 2989 : cluster 1 overall HEALTH_OK 2023-12-08T00:50:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:00 smithi194 bash[32038]: cluster 2023-12-08T00:49:59.046824+0000 mgr.a (mgr.14403) 18279 : cluster 0 pgmap v13649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:00 smithi194 bash[32038]: audit 2023-12-08T00:49:59.487288+0000 mon.a (mon.0) 2986 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:50:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:00 smithi194 bash[32038]: audit 2023-12-08T00:49:59.489213+0000 mon.a (mon.0) 2987 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:50:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:00 smithi194 bash[32038]: audit 2023-12-08T00:49:59.497967+0000 mon.a (mon.0) 2988 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:50:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:00 smithi194 bash[32038]: cluster 2023-12-08T00:50:00.000153+0000 mon.a (mon.0) 2989 : cluster 1 overall HEALTH_OK 2023-12-08T00:50:00.472 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:00 smithi135 bash[32435]: cluster 2023-12-08T00:49:59.046824+0000 mgr.a (mgr.14403) 18279 : cluster 0 pgmap v13649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:00.472 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:00 smithi135 bash[32435]: audit 2023-12-08T00:49:59.487288+0000 mon.a (mon.0) 2986 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:50:00.472 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:00 smithi135 bash[32435]: audit 2023-12-08T00:49:59.489213+0000 mon.a (mon.0) 2987 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:50:00.472 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:00 smithi135 bash[32435]: audit 2023-12-08T00:49:59.497967+0000 mon.a (mon.0) 2988 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:50:00.472 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:00 smithi135 bash[32435]: cluster 2023-12-08T00:50:00.000153+0000 mon.a (mon.0) 2989 : cluster 1 overall HEALTH_OK 2023-12-08T00:50:00.684 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:50:00.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:00.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:00.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:00.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:50:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:02 smithi079 bash[28699]: audit 2023-12-08T00:50:00.172216+0000 mgr.a (mgr.14403) 18280 : audit 0 from='client.363621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:02 smithi079 bash[28699]: cluster 2023-12-08T00:50:01.047605+0000 mgr.a (mgr.14403) 18281 : cluster 0 pgmap v13650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:50:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:02 smithi194 bash[32038]: audit 2023-12-08T00:50:00.172216+0000 mgr.a (mgr.14403) 18280 : audit 0 from='client.363621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:02.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:02 smithi194 bash[32038]: cluster 2023-12-08T00:50:01.047605+0000 mgr.a (mgr.14403) 18281 : cluster 0 pgmap v13650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:50:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:02 smithi135 bash[32435]: audit 2023-12-08T00:50:00.172216+0000 mgr.a (mgr.14403) 18280 : audit 0 from='client.363621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:02 smithi135 bash[32435]: cluster 2023-12-08T00:50:01.047605+0000 mgr.a (mgr.14403) 18281 : cluster 0 pgmap v13650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:50:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:03 smithi194 bash[32038]: cluster 2023-12-08T00:50:03.048192+0000 mgr.a (mgr.14403) 18282 : cluster 0 pgmap v13651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:50:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:03 smithi135 bash[32435]: cluster 2023-12-08T00:50:03.048192+0000 mgr.a (mgr.14403) 18282 : cluster 0 pgmap v13651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:50:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:03 smithi079 bash[28699]: cluster 2023-12-08T00:50:03.048192+0000 mgr.a (mgr.14403) 18282 : cluster 0 pgmap v13651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:50:05.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:50:05.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:05.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:06 smithi079 bash[28699]: cluster 2023-12-08T00:50:05.048966+0000 mgr.a (mgr.14403) 18283 : cluster 0 pgmap v13652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:50:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:06 smithi194 bash[32038]: cluster 2023-12-08T00:50:05.048966+0000 mgr.a (mgr.14403) 18283 : cluster 0 pgmap v13652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:50:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:06 smithi135 bash[32435]: cluster 2023-12-08T00:50:05.048966+0000 mgr.a (mgr.14403) 18283 : cluster 0 pgmap v13652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:50:06.597 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:50:06.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:06.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:06.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:06.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:50:07.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:07 smithi079 bash[28699]: audit 2023-12-08T00:50:06.089469+0000 mgr.a (mgr.14403) 18284 : audit 0 from='client.363693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:07 smithi194 bash[32038]: audit 2023-12-08T00:50:06.089469+0000 mgr.a (mgr.14403) 18284 : audit 0 from='client.363693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:07 smithi135 bash[32435]: audit 2023-12-08T00:50:06.089469+0000 mgr.a (mgr.14403) 18284 : audit 0 from='client.363693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:08.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:08 smithi079 bash[28699]: cluster 2023-12-08T00:50:07.049641+0000 mgr.a (mgr.14403) 18285 : cluster 0 pgmap v13653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:08 smithi194 bash[32038]: cluster 2023-12-08T00:50:07.049641+0000 mgr.a (mgr.14403) 18285 : cluster 0 pgmap v13653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:08.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:08 smithi135 bash[32435]: cluster 2023-12-08T00:50:07.049641+0000 mgr.a (mgr.14403) 18285 : cluster 0 pgmap v13653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:10 smithi079 bash[28699]: cluster 2023-12-08T00:50:09.050446+0000 mgr.a (mgr.14403) 18286 : cluster 0 pgmap v13654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:10 smithi194 bash[32038]: cluster 2023-12-08T00:50:09.050446+0000 mgr.a (mgr.14403) 18286 : cluster 0 pgmap v13654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:10 smithi135 bash[32435]: cluster 2023-12-08T00:50:09.050446+0000 mgr.a (mgr.14403) 18286 : cluster 0 pgmap v13654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:11.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:50:11.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:11.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:12 smithi079 bash[28699]: cluster 2023-12-08T00:50:11.051086+0000 mgr.a (mgr.14403) 18287 : cluster 0 pgmap v13655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:12 smithi194 bash[32038]: cluster 2023-12-08T00:50:11.051086+0000 mgr.a (mgr.14403) 18287 : cluster 0 pgmap v13655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:12 smithi135 bash[32435]: cluster 2023-12-08T00:50:11.051086+0000 mgr.a (mgr.14403) 18287 : cluster 0 pgmap v13655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:12.502 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:50:12.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:12.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:12.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:12.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:50:13.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:13 smithi079 bash[28699]: audit 2023-12-08T00:50:12.008947+0000 mgr.a (mgr.14403) 18288 : audit 0 from='client.363771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:13 smithi194 bash[32038]: audit 2023-12-08T00:50:12.008947+0000 mgr.a (mgr.14403) 18288 : audit 0 from='client.363771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:13 smithi135 bash[32435]: audit 2023-12-08T00:50:12.008947+0000 mgr.a (mgr.14403) 18288 : audit 0 from='client.363771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:14.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:14 smithi079 bash[28699]: cluster 2023-12-08T00:50:13.051792+0000 mgr.a (mgr.14403) 18289 : cluster 0 pgmap v13656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:14 smithi194 bash[32038]: cluster 2023-12-08T00:50:13.051792+0000 mgr.a (mgr.14403) 18289 : cluster 0 pgmap v13656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:14 smithi135 bash[32435]: cluster 2023-12-08T00:50:13.051792+0000 mgr.a (mgr.14403) 18289 : cluster 0 pgmap v13656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:16.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:16 smithi079 bash[28699]: cluster 2023-12-08T00:50:15.052731+0000 mgr.a (mgr.14403) 18290 : cluster 0 pgmap v13657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:16 smithi194 bash[32038]: cluster 2023-12-08T00:50:15.052731+0000 mgr.a (mgr.14403) 18290 : cluster 0 pgmap v13657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:16 smithi135 bash[32435]: cluster 2023-12-08T00:50:15.052731+0000 mgr.a (mgr.14403) 18290 : cluster 0 pgmap v13657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:17.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:50:17.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:17.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:18 smithi079 bash[28699]: cluster 2023-12-08T00:50:17.053489+0000 mgr.a (mgr.14403) 18291 : cluster 0 pgmap v13658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:18.419 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:50:18.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:18.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:18.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:18.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:50:18.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:18 smithi194 bash[32038]: cluster 2023-12-08T00:50:17.053489+0000 mgr.a (mgr.14403) 18291 : cluster 0 pgmap v13658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:18 smithi135 bash[32435]: cluster 2023-12-08T00:50:17.053489+0000 mgr.a (mgr.14403) 18291 : cluster 0 pgmap v13658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:19.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:19 smithi194 bash[32038]: audit 2023-12-08T00:50:17.910662+0000 mgr.a (mgr.14403) 18292 : audit 0 from='client.363849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:19 smithi135 bash[32435]: audit 2023-12-08T00:50:17.910662+0000 mgr.a (mgr.14403) 18292 : audit 0 from='client.363849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:19.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:19 smithi079 bash[28699]: audit 2023-12-08T00:50:17.910662+0000 mgr.a (mgr.14403) 18292 : audit 0 from='client.363849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:20 smithi194 bash[32038]: cluster 2023-12-08T00:50:19.054497+0000 mgr.a (mgr.14403) 18293 : cluster 0 pgmap v13659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:20 smithi135 bash[32435]: cluster 2023-12-08T00:50:19.054497+0000 mgr.a (mgr.14403) 18293 : cluster 0 pgmap v13659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:20 smithi079 bash[28699]: cluster 2023-12-08T00:50:19.054497+0000 mgr.a (mgr.14403) 18293 : cluster 0 pgmap v13659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:22 smithi194 bash[32038]: cluster 2023-12-08T00:50:21.055149+0000 mgr.a (mgr.14403) 18294 : cluster 0 pgmap v13660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:22 smithi135 bash[32435]: cluster 2023-12-08T00:50:21.055149+0000 mgr.a (mgr.14403) 18294 : cluster 0 pgmap v13660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:22 smithi079 bash[28699]: cluster 2023-12-08T00:50:21.055149+0000 mgr.a (mgr.14403) 18294 : cluster 0 pgmap v13660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:23.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:50:23.423 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:23.423 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:23.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:23 smithi194 bash[32038]: cluster 2023-12-08T00:50:23.055676+0000 mgr.a (mgr.14403) 18295 : cluster 0 pgmap v13661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:23 smithi135 bash[32435]: cluster 2023-12-08T00:50:23.055676+0000 mgr.a (mgr.14403) 18295 : cluster 0 pgmap v13661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:24.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:23 smithi079 bash[28699]: cluster 2023-12-08T00:50:23.055676+0000 mgr.a (mgr.14403) 18295 : cluster 0 pgmap v13661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:24.324 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:50:24.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:24.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:24.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:24.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:50:24.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:24 smithi194 bash[32038]: audit 2023-12-08T00:50:23.823355+0000 mgr.a (mgr.14403) 18296 : audit 0 from='client.363924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:24.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:24 smithi135 bash[32435]: audit 2023-12-08T00:50:23.823355+0000 mgr.a (mgr.14403) 18296 : audit 0 from='client.363924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:24 smithi079 bash[28699]: audit 2023-12-08T00:50:23.823355+0000 mgr.a (mgr.14403) 18296 : audit 0 from='client.363924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:25.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:25 smithi194 bash[32038]: cluster 2023-12-08T00:50:25.056760+0000 mgr.a (mgr.14403) 18297 : cluster 0 pgmap v13662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:25.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:25 smithi135 bash[32435]: cluster 2023-12-08T00:50:25.056760+0000 mgr.a (mgr.14403) 18297 : cluster 0 pgmap v13662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:25 smithi079 bash[28699]: cluster 2023-12-08T00:50:25.056760+0000 mgr.a (mgr.14403) 18297 : cluster 0 pgmap v13662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:28 smithi079 bash[28699]: cluster 2023-12-08T00:50:27.057348+0000 mgr.a (mgr.14403) 18298 : cluster 0 pgmap v13663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:28 smithi194 bash[32038]: cluster 2023-12-08T00:50:27.057348+0000 mgr.a (mgr.14403) 18298 : cluster 0 pgmap v13663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:28.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:28 smithi135 bash[32435]: cluster 2023-12-08T00:50:27.057348+0000 mgr.a (mgr.14403) 18298 : cluster 0 pgmap v13663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:29.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:50:29.328 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:29.328 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:30.229 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:50:30.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:30.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:30.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:30.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:50:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:30 smithi079 bash[28699]: cluster 2023-12-08T00:50:29.058078+0000 mgr.a (mgr.14403) 18299 : cluster 0 pgmap v13664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:30 smithi194 bash[32038]: cluster 2023-12-08T00:50:29.058078+0000 mgr.a (mgr.14403) 18299 : cluster 0 pgmap v13664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:30 smithi135 bash[32435]: cluster 2023-12-08T00:50:29.058078+0000 mgr.a (mgr.14403) 18299 : cluster 0 pgmap v13664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:31.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:31 smithi079 bash[28699]: audit 2023-12-08T00:50:29.719814+0000 mgr.a (mgr.14403) 18300 : audit 0 from='client.364002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:31 smithi194 bash[32038]: audit 2023-12-08T00:50:29.719814+0000 mgr.a (mgr.14403) 18300 : audit 0 from='client.364002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:31.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:31 smithi135 bash[32435]: audit 2023-12-08T00:50:29.719814+0000 mgr.a (mgr.14403) 18300 : audit 0 from='client.364002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:32 smithi079 bash[28699]: cluster 2023-12-08T00:50:31.058898+0000 mgr.a (mgr.14403) 18301 : cluster 0 pgmap v13665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:32 smithi194 bash[32038]: cluster 2023-12-08T00:50:31.058898+0000 mgr.a (mgr.14403) 18301 : cluster 0 pgmap v13665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:32 smithi135 bash[32435]: cluster 2023-12-08T00:50:31.058898+0000 mgr.a (mgr.14403) 18301 : cluster 0 pgmap v13665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:33 smithi194 bash[32038]: cluster 2023-12-08T00:50:33.059520+0000 mgr.a (mgr.14403) 18302 : cluster 0 pgmap v13666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:33 smithi135 bash[32435]: cluster 2023-12-08T00:50:33.059520+0000 mgr.a (mgr.14403) 18302 : cluster 0 pgmap v13666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:33 smithi079 bash[28699]: cluster 2023-12-08T00:50:33.059520+0000 mgr.a (mgr.14403) 18302 : cluster 0 pgmap v13666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:50:35.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:50:35.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:35.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:36.148 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:50:36.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:36.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:36.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:36.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:50:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:36 smithi079 bash[28699]: cluster 2023-12-08T00:50:35.060494+0000 mgr.a (mgr.14403) 18303 : cluster 0 pgmap v13667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:36 smithi194 bash[32038]: cluster 2023-12-08T00:50:35.060494+0000 mgr.a (mgr.14403) 18303 : cluster 0 pgmap v13667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:36 smithi135 bash[32435]: cluster 2023-12-08T00:50:35.060494+0000 mgr.a (mgr.14403) 18303 : cluster 0 pgmap v13667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:37.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:37 smithi079 bash[28699]: audit 2023-12-08T00:50:35.636400+0000 mgr.a (mgr.14403) 18304 : audit 0 from='client.364080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:37 smithi194 bash[32038]: audit 2023-12-08T00:50:35.636400+0000 mgr.a (mgr.14403) 18304 : audit 0 from='client.364080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:37.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:37 smithi135 bash[32435]: audit 2023-12-08T00:50:35.636400+0000 mgr.a (mgr.14403) 18304 : audit 0 from='client.364080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:38 smithi079 bash[28699]: cluster 2023-12-08T00:50:37.061215+0000 mgr.a (mgr.14403) 18305 : cluster 0 pgmap v13668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:38 smithi194 bash[32038]: cluster 2023-12-08T00:50:37.061215+0000 mgr.a (mgr.14403) 18305 : cluster 0 pgmap v13668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:38 smithi135 bash[32435]: cluster 2023-12-08T00:50:37.061215+0000 mgr.a (mgr.14403) 18305 : cluster 0 pgmap v13668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:40 smithi079 bash[28699]: cluster 2023-12-08T00:50:39.062024+0000 mgr.a (mgr.14403) 18306 : cluster 0 pgmap v13669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:40 smithi194 bash[32038]: cluster 2023-12-08T00:50:39.062024+0000 mgr.a (mgr.14403) 18306 : cluster 0 pgmap v13669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:40 smithi135 bash[32435]: cluster 2023-12-08T00:50:39.062024+0000 mgr.a (mgr.14403) 18306 : cluster 0 pgmap v13669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:41.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:50:41.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:41.153 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:42.069 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:50:42.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:42.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:42.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:42.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:50:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:42 smithi079 bash[28699]: cluster 2023-12-08T00:50:41.062578+0000 mgr.a (mgr.14403) 18307 : cluster 0 pgmap v13670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:42 smithi194 bash[32038]: cluster 2023-12-08T00:50:41.062578+0000 mgr.a (mgr.14403) 18307 : cluster 0 pgmap v13670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:42 smithi135 bash[32435]: cluster 2023-12-08T00:50:41.062578+0000 mgr.a (mgr.14403) 18307 : cluster 0 pgmap v13670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:43 smithi079 bash[28699]: audit 2023-12-08T00:50:41.556678+0000 mgr.a (mgr.14403) 18308 : audit 0 from='client.364158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:43 smithi194 bash[32038]: audit 2023-12-08T00:50:41.556678+0000 mgr.a (mgr.14403) 18308 : audit 0 from='client.364158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:43 smithi135 bash[32435]: audit 2023-12-08T00:50:41.556678+0000 mgr.a (mgr.14403) 18308 : audit 0 from='client.364158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:44 smithi079 bash[28699]: cluster 2023-12-08T00:50:43.063329+0000 mgr.a (mgr.14403) 18309 : cluster 0 pgmap v13671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:44 smithi194 bash[32038]: cluster 2023-12-08T00:50:43.063329+0000 mgr.a (mgr.14403) 18309 : cluster 0 pgmap v13671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:44 smithi135 bash[32435]: cluster 2023-12-08T00:50:43.063329+0000 mgr.a (mgr.14403) 18309 : cluster 0 pgmap v13671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:46 smithi079 bash[28699]: cluster 2023-12-08T00:50:45.064315+0000 mgr.a (mgr.14403) 18310 : cluster 0 pgmap v13672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:46 smithi194 bash[32038]: cluster 2023-12-08T00:50:45.064315+0000 mgr.a (mgr.14403) 18310 : cluster 0 pgmap v13672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:46 smithi135 bash[32435]: cluster 2023-12-08T00:50:45.064315+0000 mgr.a (mgr.14403) 18310 : cluster 0 pgmap v13672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:47.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:50:47.073 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:47.073 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:47.980 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:50:47.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:47.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:47.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:47.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:50:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:48 smithi194 bash[32038]: cluster 2023-12-08T00:50:47.064926+0000 mgr.a (mgr.14403) 18311 : cluster 0 pgmap v13673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:48 smithi135 bash[32435]: cluster 2023-12-08T00:50:47.064926+0000 mgr.a (mgr.14403) 18311 : cluster 0 pgmap v13673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:48.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:48 smithi079 bash[28699]: cluster 2023-12-08T00:50:47.064926+0000 mgr.a (mgr.14403) 18311 : cluster 0 pgmap v13673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:49 smithi194 bash[32038]: audit 2023-12-08T00:50:47.474139+0000 mgr.a (mgr.14403) 18312 : audit 0 from='client.364236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:49 smithi135 bash[32435]: audit 2023-12-08T00:50:47.474139+0000 mgr.a (mgr.14403) 18312 : audit 0 from='client.364236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:49 smithi079 bash[28699]: audit 2023-12-08T00:50:47.474139+0000 mgr.a (mgr.14403) 18312 : audit 0 from='client.364236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:50 smithi194 bash[32038]: cluster 2023-12-08T00:50:49.065778+0000 mgr.a (mgr.14403) 18313 : cluster 0 pgmap v13674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:50 smithi135 bash[32435]: cluster 2023-12-08T00:50:49.065778+0000 mgr.a (mgr.14403) 18313 : cluster 0 pgmap v13674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:50 smithi079 bash[28699]: cluster 2023-12-08T00:50:49.065778+0000 mgr.a (mgr.14403) 18313 : cluster 0 pgmap v13674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:50:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:52 smithi194 bash[32038]: cluster 2023-12-08T00:50:51.066390+0000 mgr.a (mgr.14403) 18314 : cluster 0 pgmap v13675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:52 smithi135 bash[32435]: cluster 2023-12-08T00:50:51.066390+0000 mgr.a (mgr.14403) 18314 : cluster 0 pgmap v13675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:52 smithi079 bash[28699]: cluster 2023-12-08T00:50:51.066390+0000 mgr.a (mgr.14403) 18314 : cluster 0 pgmap v13675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:52.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:50:52.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:52.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:53.882 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:50:53.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:53.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:53.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:53.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:50:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:53 smithi194 bash[32038]: cluster 2023-12-08T00:50:53.066952+0000 mgr.a (mgr.14403) 18315 : cluster 0 pgmap v13676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:53.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:53 smithi135 bash[32435]: cluster 2023-12-08T00:50:53.066952+0000 mgr.a (mgr.14403) 18315 : cluster 0 pgmap v13676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:54.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:53 smithi079 bash[28699]: cluster 2023-12-08T00:50:53.066952+0000 mgr.a (mgr.14403) 18315 : cluster 0 pgmap v13676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:50:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:54 smithi194 bash[32038]: audit 2023-12-08T00:50:53.379693+0000 mgr.a (mgr.14403) 18316 : audit 0 from='client.364311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:54.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:54 smithi135 bash[32435]: audit 2023-12-08T00:50:53.379693+0000 mgr.a (mgr.14403) 18316 : audit 0 from='client.364311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:54 smithi079 bash[28699]: audit 2023-12-08T00:50:53.379693+0000 mgr.a (mgr.14403) 18316 : audit 0 from='client.364311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:50:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:55 smithi194 bash[32038]: cluster 2023-12-08T00:50:55.067964+0000 mgr.a (mgr.14403) 18317 : cluster 0 pgmap v13677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:50:55.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:55 smithi135 bash[32435]: cluster 2023-12-08T00:50:55.067964+0000 mgr.a (mgr.14403) 18317 : cluster 0 pgmap v13677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:50:56.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:55 smithi079 bash[28699]: cluster 2023-12-08T00:50:55.067964+0000 mgr.a (mgr.14403) 18317 : cluster 0 pgmap v13677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:50:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:50:58 smithi079 bash[28699]: cluster 2023-12-08T00:50:57.068556+0000 mgr.a (mgr.14403) 18318 : cluster 0 pgmap v13678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:50:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:50:58 smithi194 bash[32038]: cluster 2023-12-08T00:50:57.068556+0000 mgr.a (mgr.14403) 18318 : cluster 0 pgmap v13678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:50:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:50:58 smithi135 bash[32435]: cluster 2023-12-08T00:50:57.068556+0000 mgr.a (mgr.14403) 18318 : cluster 0 pgmap v13678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:50:58.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:50:58.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:50:58.887 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:50:59.778 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:50:59.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:50:59.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:50:59.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:50:59.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:51:00.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:00 smithi079 bash[28699]: cluster 2023-12-08T00:50:59.069463+0000 mgr.a (mgr.14403) 18319 : cluster 0 pgmap v13679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:00 smithi079 bash[28699]: audit 2023-12-08T00:50:59.601014+0000 mon.a (mon.0) 2990 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:51:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:00 smithi194 bash[32038]: cluster 2023-12-08T00:50:59.069463+0000 mgr.a (mgr.14403) 18319 : cluster 0 pgmap v13679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:00 smithi194 bash[32038]: audit 2023-12-08T00:50:59.601014+0000 mon.a (mon.0) 2990 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:51:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:00 smithi135 bash[32435]: cluster 2023-12-08T00:50:59.069463+0000 mgr.a (mgr.14403) 18319 : cluster 0 pgmap v13679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:00 smithi135 bash[32435]: audit 2023-12-08T00:50:59.601014+0000 mon.a (mon.0) 2990 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:51:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:01 smithi079 bash[28699]: audit 2023-12-08T00:50:59.283015+0000 mgr.a (mgr.14403) 18320 : audit 0 from='client.364383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:01 smithi079 bash[28699]: audit 2023-12-08T00:51:00.390052+0000 mon.a (mon.0) 2991 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:51:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:01 smithi079 bash[28699]: audit 2023-12-08T00:51:00.392115+0000 mon.a (mon.0) 2992 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:51:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:01 smithi079 bash[28699]: audit 2023-12-08T00:51:00.401683+0000 mon.a (mon.0) 2993 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:51:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:01 smithi194 bash[32038]: audit 2023-12-08T00:50:59.283015+0000 mgr.a (mgr.14403) 18320 : audit 0 from='client.364383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:01 smithi194 bash[32038]: audit 2023-12-08T00:51:00.390052+0000 mon.a (mon.0) 2991 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:51:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:01 smithi194 bash[32038]: audit 2023-12-08T00:51:00.392115+0000 mon.a (mon.0) 2992 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:51:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:01 smithi194 bash[32038]: audit 2023-12-08T00:51:00.401683+0000 mon.a (mon.0) 2993 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:51:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:01 smithi135 bash[32435]: audit 2023-12-08T00:50:59.283015+0000 mgr.a (mgr.14403) 18320 : audit 0 from='client.364383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:01 smithi135 bash[32435]: audit 2023-12-08T00:51:00.390052+0000 mon.a (mon.0) 2991 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:51:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:01 smithi135 bash[32435]: audit 2023-12-08T00:51:00.392115+0000 mon.a (mon.0) 2992 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:51:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:01 smithi135 bash[32435]: audit 2023-12-08T00:51:00.401683+0000 mon.a (mon.0) 2993 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:51:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:02 smithi079 bash[28699]: cluster 2023-12-08T00:51:01.070123+0000 mgr.a (mgr.14403) 18321 : cluster 0 pgmap v13680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:02 smithi194 bash[32038]: cluster 2023-12-08T00:51:01.070123+0000 mgr.a (mgr.14403) 18321 : cluster 0 pgmap v13680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:02 smithi135 bash[32435]: cluster 2023-12-08T00:51:01.070123+0000 mgr.a (mgr.14403) 18321 : cluster 0 pgmap v13680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:03 smithi194 bash[32038]: cluster 2023-12-08T00:51:03.070685+0000 mgr.a (mgr.14403) 18322 : cluster 0 pgmap v13681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:03.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:03 smithi135 bash[32435]: cluster 2023-12-08T00:51:03.070685+0000 mgr.a (mgr.14403) 18322 : cluster 0 pgmap v13681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:03 smithi079 bash[28699]: cluster 2023-12-08T00:51:03.070685+0000 mgr.a (mgr.14403) 18322 : cluster 0 pgmap v13681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:51:04.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:51:04.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:04.781 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:05.693 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:51:05.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:05.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:05.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:05.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:51:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:06 smithi079 bash[28699]: cluster 2023-12-08T00:51:05.071485+0000 mgr.a (mgr.14403) 18323 : cluster 0 pgmap v13682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:06 smithi194 bash[32038]: cluster 2023-12-08T00:51:05.071485+0000 mgr.a (mgr.14403) 18323 : cluster 0 pgmap v13682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:06 smithi135 bash[32435]: cluster 2023-12-08T00:51:05.071485+0000 mgr.a (mgr.14403) 18323 : cluster 0 pgmap v13682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:07 smithi079 bash[28699]: audit 2023-12-08T00:51:05.190653+0000 mgr.a (mgr.14403) 18324 : audit 0 from='client.364458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:07 smithi194 bash[32038]: audit 2023-12-08T00:51:05.190653+0000 mgr.a (mgr.14403) 18324 : audit 0 from='client.364458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:07 smithi135 bash[32435]: audit 2023-12-08T00:51:05.190653+0000 mgr.a (mgr.14403) 18324 : audit 0 from='client.364458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:08 smithi079 bash[28699]: cluster 2023-12-08T00:51:07.072275+0000 mgr.a (mgr.14403) 18325 : cluster 0 pgmap v13683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:51:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:08 smithi194 bash[32038]: cluster 2023-12-08T00:51:07.072275+0000 mgr.a (mgr.14403) 18325 : cluster 0 pgmap v13683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:51:08.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:08 smithi135 bash[32435]: cluster 2023-12-08T00:51:07.072275+0000 mgr.a (mgr.14403) 18325 : cluster 0 pgmap v13683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:51:10.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:10 smithi079 bash[28699]: cluster 2023-12-08T00:51:09.073031+0000 mgr.a (mgr.14403) 18326 : cluster 0 pgmap v13684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:51:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:10 smithi194 bash[32038]: cluster 2023-12-08T00:51:09.073031+0000 mgr.a (mgr.14403) 18326 : cluster 0 pgmap v13684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:51:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:10 smithi135 bash[32435]: cluster 2023-12-08T00:51:09.073031+0000 mgr.a (mgr.14403) 18326 : cluster 0 pgmap v13684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:51:10.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:51:10.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:10.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:11.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:11.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:11.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:11.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:51:11.596 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:51:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:12 smithi194 bash[32038]: cluster 2023-12-08T00:51:11.073731+0000 mgr.a (mgr.14403) 18327 : cluster 0 pgmap v13685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:12 smithi194 bash[32038]: audit 2023-12-08T00:51:11.083216+0000 mgr.a (mgr.14403) 18328 : audit 0 from='client.364536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:12 smithi135 bash[32435]: cluster 2023-12-08T00:51:11.073731+0000 mgr.a (mgr.14403) 18327 : cluster 0 pgmap v13685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:12 smithi135 bash[32435]: audit 2023-12-08T00:51:11.083216+0000 mgr.a (mgr.14403) 18328 : audit 0 from='client.364536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:12 smithi079 bash[28699]: cluster 2023-12-08T00:51:11.073731+0000 mgr.a (mgr.14403) 18327 : cluster 0 pgmap v13685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:12 smithi079 bash[28699]: audit 2023-12-08T00:51:11.083216+0000 mgr.a (mgr.14403) 18328 : audit 0 from='client.364536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:13 smithi194 bash[32038]: cluster 2023-12-08T00:51:13.074409+0000 mgr.a (mgr.14403) 18329 : cluster 0 pgmap v13686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:13.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:13 smithi135 bash[32435]: cluster 2023-12-08T00:51:13.074409+0000 mgr.a (mgr.14403) 18329 : cluster 0 pgmap v13686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:13 smithi079 bash[28699]: cluster 2023-12-08T00:51:13.074409+0000 mgr.a (mgr.14403) 18329 : cluster 0 pgmap v13686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:16 smithi079 bash[28699]: cluster 2023-12-08T00:51:15.075224+0000 mgr.a (mgr.14403) 18330 : cluster 0 pgmap v13687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:16 smithi194 bash[32038]: cluster 2023-12-08T00:51:15.075224+0000 mgr.a (mgr.14403) 18330 : cluster 0 pgmap v13687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:16 smithi135 bash[32435]: cluster 2023-12-08T00:51:15.075224+0000 mgr.a (mgr.14403) 18330 : cluster 0 pgmap v13687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:16.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:51:16.599 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:16.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:17.519 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:51:17.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:17.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:17.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:17.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:51:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:18 smithi079 bash[28699]: audit 2023-12-08T00:51:17.004426+0000 mgr.a (mgr.14403) 18331 : audit 0 from='client.364611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:18 smithi079 bash[28699]: cluster 2023-12-08T00:51:17.075734+0000 mgr.a (mgr.14403) 18332 : cluster 0 pgmap v13688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:18 smithi194 bash[32038]: audit 2023-12-08T00:51:17.004426+0000 mgr.a (mgr.14403) 18331 : audit 0 from='client.364611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:18 smithi194 bash[32038]: cluster 2023-12-08T00:51:17.075734+0000 mgr.a (mgr.14403) 18332 : cluster 0 pgmap v13688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:18 smithi135 bash[32435]: audit 2023-12-08T00:51:17.004426+0000 mgr.a (mgr.14403) 18331 : audit 0 from='client.364611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:18 smithi135 bash[32435]: cluster 2023-12-08T00:51:17.075734+0000 mgr.a (mgr.14403) 18332 : cluster 0 pgmap v13688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:20.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:20 smithi079 bash[28699]: cluster 2023-12-08T00:51:19.076570+0000 mgr.a (mgr.14403) 18333 : cluster 0 pgmap v13689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:20 smithi194 bash[32038]: cluster 2023-12-08T00:51:19.076570+0000 mgr.a (mgr.14403) 18333 : cluster 0 pgmap v13689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:20 smithi135 bash[32435]: cluster 2023-12-08T00:51:19.076570+0000 mgr.a (mgr.14403) 18333 : cluster 0 pgmap v13689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:22 smithi079 bash[28699]: cluster 2023-12-08T00:51:21.077147+0000 mgr.a (mgr.14403) 18334 : cluster 0 pgmap v13690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:22 smithi194 bash[32038]: cluster 2023-12-08T00:51:21.077147+0000 mgr.a (mgr.14403) 18334 : cluster 0 pgmap v13690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:22 smithi135 bash[32435]: cluster 2023-12-08T00:51:21.077147+0000 mgr.a (mgr.14403) 18334 : cluster 0 pgmap v13690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:22.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:51:22.524 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:22.524 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:23.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:23.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:23.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:23.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:51:23.433 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:51:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:23 smithi194 bash[32038]: audit 2023-12-08T00:51:22.929964+0000 mgr.a (mgr.14403) 18335 : audit 0 from='client.364686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:23 smithi194 bash[32038]: cluster 2023-12-08T00:51:23.085591+0000 mgr.a (mgr.14403) 18336 : cluster 0 pgmap v13691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:23.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:23 smithi135 bash[32435]: audit 2023-12-08T00:51:22.929964+0000 mgr.a (mgr.14403) 18335 : audit 0 from='client.364686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:23 smithi135 bash[32435]: cluster 2023-12-08T00:51:23.085591+0000 mgr.a (mgr.14403) 18336 : cluster 0 pgmap v13691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:23 smithi079 bash[28699]: audit 2023-12-08T00:51:22.929964+0000 mgr.a (mgr.14403) 18335 : audit 0 from='client.364686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:23 smithi079 bash[28699]: cluster 2023-12-08T00:51:23.085591+0000 mgr.a (mgr.14403) 18336 : cluster 0 pgmap v13691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:26 smithi079 bash[28699]: cluster 2023-12-08T00:51:25.086683+0000 mgr.a (mgr.14403) 18337 : cluster 0 pgmap v13692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:26 smithi194 bash[32038]: cluster 2023-12-08T00:51:25.086683+0000 mgr.a (mgr.14403) 18337 : cluster 0 pgmap v13692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:26 smithi135 bash[32435]: cluster 2023-12-08T00:51:25.086683+0000 mgr.a (mgr.14403) 18337 : cluster 0 pgmap v13692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:28.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:51:28.435 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:28.435 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:28 smithi194 bash[32038]: cluster 2023-12-08T00:51:27.087287+0000 mgr.a (mgr.14403) 18338 : cluster 0 pgmap v13693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:28 smithi135 bash[32435]: cluster 2023-12-08T00:51:27.087287+0000 mgr.a (mgr.14403) 18338 : cluster 0 pgmap v13693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:28 smithi079 bash[28699]: cluster 2023-12-08T00:51:27.087287+0000 mgr.a (mgr.14403) 18338 : cluster 0 pgmap v13693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:29.319 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:51:29.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:29.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:29.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:29.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:51:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:30 smithi194 bash[32038]: audit 2023-12-08T00:51:28.831846+0000 mgr.a (mgr.14403) 18339 : audit 0 from='client.364761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:30 smithi194 bash[32038]: cluster 2023-12-08T00:51:29.089716+0000 mgr.a (mgr.14403) 18340 : cluster 0 pgmap v13694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:30 smithi135 bash[32435]: audit 2023-12-08T00:51:28.831846+0000 mgr.a (mgr.14403) 18339 : audit 0 from='client.364761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:30 smithi135 bash[32435]: cluster 2023-12-08T00:51:29.089716+0000 mgr.a (mgr.14403) 18340 : cluster 0 pgmap v13694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:30 smithi079 bash[28699]: audit 2023-12-08T00:51:28.831846+0000 mgr.a (mgr.14403) 18339 : audit 0 from='client.364761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:30 smithi079 bash[28699]: cluster 2023-12-08T00:51:29.089716+0000 mgr.a (mgr.14403) 18340 : cluster 0 pgmap v13694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:32 smithi194 bash[32038]: cluster 2023-12-08T00:51:31.090510+0000 mgr.a (mgr.14403) 18341 : cluster 0 pgmap v13695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:51:32.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:32 smithi135 bash[32435]: cluster 2023-12-08T00:51:31.090510+0000 mgr.a (mgr.14403) 18341 : cluster 0 pgmap v13695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:51:32.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:32 smithi079 bash[28699]: cluster 2023-12-08T00:51:31.090510+0000 mgr.a (mgr.14403) 18341 : cluster 0 pgmap v13695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:51:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:33 smithi194 bash[32038]: cluster 2023-12-08T00:51:33.091114+0000 mgr.a (mgr.14403) 18342 : cluster 0 pgmap v13696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:51:33.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:33 smithi135 bash[32435]: cluster 2023-12-08T00:51:33.091114+0000 mgr.a (mgr.14403) 18342 : cluster 0 pgmap v13696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:51:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:33 smithi079 bash[28699]: cluster 2023-12-08T00:51:33.091114+0000 mgr.a (mgr.14403) 18342 : cluster 0 pgmap v13696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:51:34.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:51:34.321 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:34.322 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:35.225 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:51:35.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:35.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:35.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:35.225 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:51:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:36 smithi194 bash[32038]: audit 2023-12-08T00:51:34.728329+0000 mgr.a (mgr.14403) 18343 : audit 0 from='client.364839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:36 smithi194 bash[32038]: cluster 2023-12-08T00:51:35.098742+0000 mgr.a (mgr.14403) 18344 : cluster 0 pgmap v13697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:36 smithi135 bash[32435]: audit 2023-12-08T00:51:34.728329+0000 mgr.a (mgr.14403) 18343 : audit 0 from='client.364839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:36 smithi135 bash[32435]: cluster 2023-12-08T00:51:35.098742+0000 mgr.a (mgr.14403) 18344 : cluster 0 pgmap v13697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:36 smithi079 bash[28699]: audit 2023-12-08T00:51:34.728329+0000 mgr.a (mgr.14403) 18343 : audit 0 from='client.364839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:36 smithi079 bash[28699]: cluster 2023-12-08T00:51:35.098742+0000 mgr.a (mgr.14403) 18344 : cluster 0 pgmap v13697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:38 smithi194 bash[32038]: cluster 2023-12-08T00:51:37.099409+0000 mgr.a (mgr.14403) 18345 : cluster 0 pgmap v13698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:51:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:38 smithi135 bash[32435]: cluster 2023-12-08T00:51:37.099409+0000 mgr.a (mgr.14403) 18345 : cluster 0 pgmap v13698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:51:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:38 smithi079 bash[28699]: cluster 2023-12-08T00:51:37.099409+0000 mgr.a (mgr.14403) 18345 : cluster 0 pgmap v13698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:51:40.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:51:40.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:40.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:40 smithi194 bash[32038]: cluster 2023-12-08T00:51:39.100143+0000 mgr.a (mgr.14403) 18346 : cluster 0 pgmap v13699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:40 smithi135 bash[32435]: cluster 2023-12-08T00:51:39.100143+0000 mgr.a (mgr.14403) 18346 : cluster 0 pgmap v13699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:40 smithi079 bash[28699]: cluster 2023-12-08T00:51:39.100143+0000 mgr.a (mgr.14403) 18346 : cluster 0 pgmap v13699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:41.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:41.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:41.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:41.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:51:41.158 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:51:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:42 smithi194 bash[32038]: audit 2023-12-08T00:51:40.630805+0000 mgr.a (mgr.14403) 18347 : audit 0 from='client.364917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:42 smithi194 bash[32038]: cluster 2023-12-08T00:51:41.100789+0000 mgr.a (mgr.14403) 18348 : cluster 0 pgmap v13700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:42 smithi135 bash[32435]: audit 2023-12-08T00:51:40.630805+0000 mgr.a (mgr.14403) 18347 : audit 0 from='client.364917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:42 smithi135 bash[32435]: cluster 2023-12-08T00:51:41.100789+0000 mgr.a (mgr.14403) 18348 : cluster 0 pgmap v13700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:42 smithi079 bash[28699]: audit 2023-12-08T00:51:40.630805+0000 mgr.a (mgr.14403) 18347 : audit 0 from='client.364917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:42.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:42 smithi079 bash[28699]: cluster 2023-12-08T00:51:41.100789+0000 mgr.a (mgr.14403) 18348 : cluster 0 pgmap v13700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:43.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:43 smithi194 bash[32038]: cluster 2023-12-08T00:51:43.101581+0000 mgr.a (mgr.14403) 18349 : cluster 0 pgmap v13701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:43.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:43 smithi135 bash[32435]: cluster 2023-12-08T00:51:43.101581+0000 mgr.a (mgr.14403) 18349 : cluster 0 pgmap v13701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:43 smithi079 bash[28699]: cluster 2023-12-08T00:51:43.101581+0000 mgr.a (mgr.14403) 18349 : cluster 0 pgmap v13701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:46.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:51:46.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:46.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:46 smithi194 bash[32038]: cluster 2023-12-08T00:51:45.102406+0000 mgr.a (mgr.14403) 18350 : cluster 0 pgmap v13702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:46 smithi135 bash[32435]: cluster 2023-12-08T00:51:45.102406+0000 mgr.a (mgr.14403) 18350 : cluster 0 pgmap v13702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:46 smithi079 bash[28699]: cluster 2023-12-08T00:51:45.102406+0000 mgr.a (mgr.14403) 18350 : cluster 0 pgmap v13702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:47.081 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:51:47.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:47.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:47.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:47.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:51:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:48 smithi194 bash[32038]: audit 2023-12-08T00:51:46.565621+0000 mgr.a (mgr.14403) 18351 : audit 0 from='client.364992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:48 smithi194 bash[32038]: cluster 2023-12-08T00:51:47.103163+0000 mgr.a (mgr.14403) 18352 : cluster 0 pgmap v13703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:48 smithi135 bash[32435]: audit 2023-12-08T00:51:46.565621+0000 mgr.a (mgr.14403) 18351 : audit 0 from='client.364992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:48 smithi135 bash[32435]: cluster 2023-12-08T00:51:47.103163+0000 mgr.a (mgr.14403) 18352 : cluster 0 pgmap v13703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:48 smithi079 bash[28699]: audit 2023-12-08T00:51:46.565621+0000 mgr.a (mgr.14403) 18351 : audit 0 from='client.364992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:48 smithi079 bash[28699]: cluster 2023-12-08T00:51:47.103163+0000 mgr.a (mgr.14403) 18352 : cluster 0 pgmap v13703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:50 smithi194 bash[32038]: cluster 2023-12-08T00:51:49.103885+0000 mgr.a (mgr.14403) 18353 : cluster 0 pgmap v13704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:50 smithi135 bash[32435]: cluster 2023-12-08T00:51:49.103885+0000 mgr.a (mgr.14403) 18353 : cluster 0 pgmap v13704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:50 smithi079 bash[28699]: cluster 2023-12-08T00:51:49.103885+0000 mgr.a (mgr.14403) 18353 : cluster 0 pgmap v13704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:52.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:51:52.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:52.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:52 smithi194 bash[32038]: cluster 2023-12-08T00:51:51.104554+0000 mgr.a (mgr.14403) 18354 : cluster 0 pgmap v13705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:52 smithi135 bash[32435]: cluster 2023-12-08T00:51:51.104554+0000 mgr.a (mgr.14403) 18354 : cluster 0 pgmap v13705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:52 smithi079 bash[28699]: cluster 2023-12-08T00:51:51.104554+0000 mgr.a (mgr.14403) 18354 : cluster 0 pgmap v13705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:52.999 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:51:53.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:53.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:53.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:53.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:51:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:53 smithi194 bash[32038]: audit 2023-12-08T00:51:52.487888+0000 mgr.a (mgr.14403) 18355 : audit 0 from='client.365070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:53 smithi194 bash[32038]: cluster 2023-12-08T00:51:53.105404+0000 mgr.a (mgr.14403) 18356 : cluster 0 pgmap v13706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:53.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:53 smithi135 bash[32435]: audit 2023-12-08T00:51:52.487888+0000 mgr.a (mgr.14403) 18355 : audit 0 from='client.365070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:53.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:53 smithi135 bash[32435]: cluster 2023-12-08T00:51:53.105404+0000 mgr.a (mgr.14403) 18356 : cluster 0 pgmap v13706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:54.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:53 smithi079 bash[28699]: audit 2023-12-08T00:51:52.487888+0000 mgr.a (mgr.14403) 18355 : audit 0 from='client.365070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:51:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:53 smithi079 bash[28699]: cluster 2023-12-08T00:51:53.105404+0000 mgr.a (mgr.14403) 18356 : cluster 0 pgmap v13706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:56 smithi194 bash[32038]: cluster 2023-12-08T00:51:55.106373+0000 mgr.a (mgr.14403) 18357 : cluster 0 pgmap v13707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:56 smithi135 bash[32435]: cluster 2023-12-08T00:51:55.106373+0000 mgr.a (mgr.14403) 18357 : cluster 0 pgmap v13707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:56 smithi079 bash[28699]: cluster 2023-12-08T00:51:55.106373+0000 mgr.a (mgr.14403) 18357 : cluster 0 pgmap v13707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:51:58.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:51:58.003 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:51:58.003 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:51:58.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:51:58 smithi194 bash[32038]: cluster 2023-12-08T00:51:57.107039+0000 mgr.a (mgr.14403) 18358 : cluster 0 pgmap v13708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:51:58 smithi135 bash[32435]: cluster 2023-12-08T00:51:57.107039+0000 mgr.a (mgr.14403) 18358 : cluster 0 pgmap v13708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:51:58 smithi079 bash[28699]: cluster 2023-12-08T00:51:57.107039+0000 mgr.a (mgr.14403) 18358 : cluster 0 pgmap v13708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:51:58.900 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:51:58.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:51:58.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:51:58.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:51:58.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:52:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:00 smithi194 bash[32038]: audit 2023-12-08T00:51:58.399342+0000 mgr.a (mgr.14403) 18359 : audit 0 from='client.365145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:00 smithi194 bash[32038]: cluster 2023-12-08T00:51:59.108251+0000 mgr.a (mgr.14403) 18360 : cluster 0 pgmap v13709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:52:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:00 smithi135 bash[32435]: audit 2023-12-08T00:51:58.399342+0000 mgr.a (mgr.14403) 18359 : audit 0 from='client.365145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:00 smithi135 bash[32435]: cluster 2023-12-08T00:51:59.108251+0000 mgr.a (mgr.14403) 18360 : cluster 0 pgmap v13709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:52:00.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:00 smithi079 bash[28699]: audit 2023-12-08T00:51:58.399342+0000 mgr.a (mgr.14403) 18359 : audit 0 from='client.365145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:00 smithi079 bash[28699]: cluster 2023-12-08T00:51:59.108251+0000 mgr.a (mgr.14403) 18360 : cluster 0 pgmap v13709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T00:52:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:01 smithi194 bash[32038]: audit 2023-12-08T00:52:00.503743+0000 mon.a (mon.0) 2994 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:52:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:01 smithi135 bash[32435]: audit 2023-12-08T00:52:00.503743+0000 mon.a (mon.0) 2994 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:52:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:01 smithi079 bash[28699]: audit 2023-12-08T00:52:00.503743+0000 mon.a (mon.0) 2994 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:52:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:02 smithi194 bash[32038]: cluster 2023-12-08T00:52:01.108845+0000 mgr.a (mgr.14403) 18361 : cluster 0 pgmap v13710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:52:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:02 smithi194 bash[32038]: audit 2023-12-08T00:52:01.239041+0000 mon.a (mon.0) 2995 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:52:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:02 smithi194 bash[32038]: audit 2023-12-08T00:52:01.240686+0000 mon.a (mon.0) 2996 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:52:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:02 smithi194 bash[32038]: audit 2023-12-08T00:52:01.249024+0000 mon.a (mon.0) 2997 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:52:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:02 smithi135 bash[32435]: cluster 2023-12-08T00:52:01.108845+0000 mgr.a (mgr.14403) 18361 : cluster 0 pgmap v13710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:52:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:02 smithi135 bash[32435]: audit 2023-12-08T00:52:01.239041+0000 mon.a (mon.0) 2995 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:52:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:02 smithi135 bash[32435]: audit 2023-12-08T00:52:01.240686+0000 mon.a (mon.0) 2996 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:52:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:02 smithi135 bash[32435]: audit 2023-12-08T00:52:01.249024+0000 mon.a (mon.0) 2997 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:52:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:02 smithi079 bash[28699]: cluster 2023-12-08T00:52:01.108845+0000 mgr.a (mgr.14403) 18361 : cluster 0 pgmap v13710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:52:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:02 smithi079 bash[28699]: audit 2023-12-08T00:52:01.239041+0000 mon.a (mon.0) 2995 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:52:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:02 smithi079 bash[28699]: audit 2023-12-08T00:52:01.240686+0000 mon.a (mon.0) 2996 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:52:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:02 smithi079 bash[28699]: audit 2023-12-08T00:52:01.249024+0000 mon.a (mon.0) 2997 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:52:03.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:52:03.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:03.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:03.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:03 smithi194 bash[32038]: cluster 2023-12-08T00:52:03.109373+0000 mgr.a (mgr.14403) 18362 : cluster 0 pgmap v13711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:52:03.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:03 smithi135 bash[32435]: cluster 2023-12-08T00:52:03.109373+0000 mgr.a (mgr.14403) 18362 : cluster 0 pgmap v13711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:52:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:03 smithi079 bash[28699]: cluster 2023-12-08T00:52:03.109373+0000 mgr.a (mgr.14403) 18362 : cluster 0 pgmap v13711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T00:52:04.835 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:52:04.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:04.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:04.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:04.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:52:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:06 smithi194 bash[32038]: audit 2023-12-08T00:52:04.307831+0000 mgr.a (mgr.14403) 18363 : audit 0 from='client.365220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:06 smithi194 bash[32038]: cluster 2023-12-08T00:52:05.110367+0000 mgr.a (mgr.14403) 18364 : cluster 0 pgmap v13712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:06 smithi135 bash[32435]: audit 2023-12-08T00:52:04.307831+0000 mgr.a (mgr.14403) 18363 : audit 0 from='client.365220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:06 smithi135 bash[32435]: cluster 2023-12-08T00:52:05.110367+0000 mgr.a (mgr.14403) 18364 : cluster 0 pgmap v13712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:06 smithi079 bash[28699]: audit 2023-12-08T00:52:04.307831+0000 mgr.a (mgr.14403) 18363 : audit 0 from='client.365220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:06 smithi079 bash[28699]: cluster 2023-12-08T00:52:05.110367+0000 mgr.a (mgr.14403) 18364 : cluster 0 pgmap v13712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:08 smithi194 bash[32038]: cluster 2023-12-08T00:52:07.110928+0000 mgr.a (mgr.14403) 18365 : cluster 0 pgmap v13713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:08 smithi135 bash[32435]: cluster 2023-12-08T00:52:07.110928+0000 mgr.a (mgr.14403) 18365 : cluster 0 pgmap v13713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:08 smithi079 bash[28699]: cluster 2023-12-08T00:52:07.110928+0000 mgr.a (mgr.14403) 18365 : cluster 0 pgmap v13713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:09.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:52:09.838 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:09.838 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:10 smithi194 bash[32038]: cluster 2023-12-08T00:52:09.111638+0000 mgr.a (mgr.14403) 18366 : cluster 0 pgmap v13714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:10 smithi135 bash[32435]: cluster 2023-12-08T00:52:09.111638+0000 mgr.a (mgr.14403) 18366 : cluster 0 pgmap v13714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:10 smithi079 bash[28699]: cluster 2023-12-08T00:52:09.111638+0000 mgr.a (mgr.14403) 18366 : cluster 0 pgmap v13714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:10.747 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:52:10.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:10.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:10.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:10.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:52:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:12 smithi194 bash[32038]: audit 2023-12-08T00:52:10.247153+0000 mgr.a (mgr.14403) 18367 : audit 0 from='client.365298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:12 smithi194 bash[32038]: cluster 2023-12-08T00:52:11.112287+0000 mgr.a (mgr.14403) 18368 : cluster 0 pgmap v13715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:52:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:12 smithi135 bash[32435]: audit 2023-12-08T00:52:10.247153+0000 mgr.a (mgr.14403) 18367 : audit 0 from='client.365298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:12 smithi135 bash[32435]: cluster 2023-12-08T00:52:11.112287+0000 mgr.a (mgr.14403) 18368 : cluster 0 pgmap v13715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:52:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:12 smithi079 bash[28699]: audit 2023-12-08T00:52:10.247153+0000 mgr.a (mgr.14403) 18367 : audit 0 from='client.365298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:12 smithi079 bash[28699]: cluster 2023-12-08T00:52:11.112287+0000 mgr.a (mgr.14403) 18368 : cluster 0 pgmap v13715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:52:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:13 smithi194 bash[32038]: cluster 2023-12-08T00:52:13.112845+0000 mgr.a (mgr.14403) 18369 : cluster 0 pgmap v13716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:52:13.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:13 smithi135 bash[32435]: cluster 2023-12-08T00:52:13.112845+0000 mgr.a (mgr.14403) 18369 : cluster 0 pgmap v13716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:52:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:13 smithi079 bash[28699]: cluster 2023-12-08T00:52:13.112845+0000 mgr.a (mgr.14403) 18369 : cluster 0 pgmap v13716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T00:52:15.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:52:15.751 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:15.751 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:16 smithi194 bash[32038]: cluster 2023-12-08T00:52:15.113583+0000 mgr.a (mgr.14403) 18370 : cluster 0 pgmap v13717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:52:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:16 smithi135 bash[32435]: cluster 2023-12-08T00:52:15.113583+0000 mgr.a (mgr.14403) 18370 : cluster 0 pgmap v13717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:52:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:16 smithi079 bash[28699]: cluster 2023-12-08T00:52:15.113583+0000 mgr.a (mgr.14403) 18370 : cluster 0 pgmap v13717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T00:52:16.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:16.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:16.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:16.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:52:16.659 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:52:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:17 smithi194 bash[32038]: audit 2023-12-08T00:52:16.149193+0000 mgr.a (mgr.14403) 18371 : audit 0 from='client.365373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:17 smithi135 bash[32435]: audit 2023-12-08T00:52:16.149193+0000 mgr.a (mgr.14403) 18371 : audit 0 from='client.365373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:17.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:17 smithi079 bash[28699]: audit 2023-12-08T00:52:16.149193+0000 mgr.a (mgr.14403) 18371 : audit 0 from='client.365373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:18 smithi194 bash[32038]: cluster 2023-12-08T00:52:17.114195+0000 mgr.a (mgr.14403) 18372 : cluster 0 pgmap v13718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:18 smithi135 bash[32435]: cluster 2023-12-08T00:52:17.114195+0000 mgr.a (mgr.14403) 18372 : cluster 0 pgmap v13718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:18 smithi079 bash[28699]: cluster 2023-12-08T00:52:17.114195+0000 mgr.a (mgr.14403) 18372 : cluster 0 pgmap v13718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:20 smithi194 bash[32038]: cluster 2023-12-08T00:52:19.115036+0000 mgr.a (mgr.14403) 18373 : cluster 0 pgmap v13719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:20 smithi135 bash[32435]: cluster 2023-12-08T00:52:19.115036+0000 mgr.a (mgr.14403) 18373 : cluster 0 pgmap v13719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:20 smithi079 bash[28699]: cluster 2023-12-08T00:52:19.115036+0000 mgr.a (mgr.14403) 18373 : cluster 0 pgmap v13719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:21.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:52:21.662 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:21.662 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:22 smithi194 bash[32038]: cluster 2023-12-08T00:52:21.115539+0000 mgr.a (mgr.14403) 18374 : cluster 0 pgmap v13720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:22.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:22 smithi135 bash[32435]: cluster 2023-12-08T00:52:21.115539+0000 mgr.a (mgr.14403) 18374 : cluster 0 pgmap v13720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:22.577 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:52:22.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:22.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:22.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:22.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:52:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:22 smithi079 bash[28699]: cluster 2023-12-08T00:52:21.115539+0000 mgr.a (mgr.14403) 18374 : cluster 0 pgmap v13720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:23 smithi194 bash[32038]: audit 2023-12-08T00:52:22.067091+0000 mgr.a (mgr.14403) 18375 : audit 0 from='client.365445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:23.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:23 smithi135 bash[32435]: audit 2023-12-08T00:52:22.067091+0000 mgr.a (mgr.14403) 18375 : audit 0 from='client.365445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:23.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:23 smithi079 bash[28699]: audit 2023-12-08T00:52:22.067091+0000 mgr.a (mgr.14403) 18375 : audit 0 from='client.365445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:24 smithi194 bash[32038]: cluster 2023-12-08T00:52:23.116130+0000 mgr.a (mgr.14403) 18376 : cluster 0 pgmap v13721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:24.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:24 smithi135 bash[32435]: cluster 2023-12-08T00:52:23.116130+0000 mgr.a (mgr.14403) 18376 : cluster 0 pgmap v13721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:24 smithi079 bash[28699]: cluster 2023-12-08T00:52:23.116130+0000 mgr.a (mgr.14403) 18376 : cluster 0 pgmap v13721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:26 smithi194 bash[32038]: cluster 2023-12-08T00:52:25.116932+0000 mgr.a (mgr.14403) 18377 : cluster 0 pgmap v13722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:26 smithi135 bash[32435]: cluster 2023-12-08T00:52:25.116932+0000 mgr.a (mgr.14403) 18377 : cluster 0 pgmap v13722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:26 smithi079 bash[28699]: cluster 2023-12-08T00:52:25.116932+0000 mgr.a (mgr.14403) 18377 : cluster 0 pgmap v13722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:27.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:52:27.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:27.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:28 smithi194 bash[32038]: cluster 2023-12-08T00:52:27.117421+0000 mgr.a (mgr.14403) 18378 : cluster 0 pgmap v13723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:28 smithi135 bash[32435]: cluster 2023-12-08T00:52:27.117421+0000 mgr.a (mgr.14403) 18378 : cluster 0 pgmap v13723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:28.503 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:52:28.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:28.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:28.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:28.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:52:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:28 smithi079 bash[28699]: cluster 2023-12-08T00:52:27.117421+0000 mgr.a (mgr.14403) 18378 : cluster 0 pgmap v13723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:29.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:29 smithi079 bash[28699]: audit 2023-12-08T00:52:27.976592+0000 mgr.a (mgr.14403) 18379 : audit 0 from='client.365520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:29 smithi194 bash[32038]: audit 2023-12-08T00:52:27.976592+0000 mgr.a (mgr.14403) 18379 : audit 0 from='client.365520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:29 smithi135 bash[32435]: audit 2023-12-08T00:52:27.976592+0000 mgr.a (mgr.14403) 18379 : audit 0 from='client.365520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:30 smithi079 bash[28699]: cluster 2023-12-08T00:52:29.118275+0000 mgr.a (mgr.14403) 18380 : cluster 0 pgmap v13724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:30 smithi194 bash[32038]: cluster 2023-12-08T00:52:29.118275+0000 mgr.a (mgr.14403) 18380 : cluster 0 pgmap v13724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:30 smithi135 bash[32435]: cluster 2023-12-08T00:52:29.118275+0000 mgr.a (mgr.14403) 18380 : cluster 0 pgmap v13724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:32 smithi079 bash[28699]: cluster 2023-12-08T00:52:31.119007+0000 mgr.a (mgr.14403) 18381 : cluster 0 pgmap v13725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:32 smithi194 bash[32038]: cluster 2023-12-08T00:52:31.119007+0000 mgr.a (mgr.14403) 18381 : cluster 0 pgmap v13725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:32.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:32 smithi135 bash[32435]: cluster 2023-12-08T00:52:31.119007+0000 mgr.a (mgr.14403) 18381 : cluster 0 pgmap v13725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:33.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:52:33.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:33.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:34.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:33 smithi079 bash[28699]: cluster 2023-12-08T00:52:33.119550+0000 mgr.a (mgr.14403) 18382 : cluster 0 pgmap v13726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:33 smithi194 bash[32038]: cluster 2023-12-08T00:52:33.119550+0000 mgr.a (mgr.14403) 18382 : cluster 0 pgmap v13726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:33 smithi135 bash[32435]: cluster 2023-12-08T00:52:33.119550+0000 mgr.a (mgr.14403) 18382 : cluster 0 pgmap v13726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:34.423 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:52:34.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:34.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:34.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:34.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:52:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:34 smithi079 bash[28699]: audit 2023-12-08T00:52:33.916435+0000 mgr.a (mgr.14403) 18383 : audit 0 from='client.365598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:34 smithi194 bash[32038]: audit 2023-12-08T00:52:33.916435+0000 mgr.a (mgr.14403) 18383 : audit 0 from='client.365598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:35.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:34 smithi135 bash[32435]: audit 2023-12-08T00:52:33.916435+0000 mgr.a (mgr.14403) 18383 : audit 0 from='client.365598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:35 smithi079 bash[28699]: cluster 2023-12-08T00:52:35.120647+0000 mgr.a (mgr.14403) 18384 : cluster 0 pgmap v13727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:35 smithi194 bash[32038]: cluster 2023-12-08T00:52:35.120647+0000 mgr.a (mgr.14403) 18384 : cluster 0 pgmap v13727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:36.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:35 smithi135 bash[32435]: cluster 2023-12-08T00:52:35.120647+0000 mgr.a (mgr.14403) 18384 : cluster 0 pgmap v13727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:38 smithi194 bash[32038]: cluster 2023-12-08T00:52:37.121206+0000 mgr.a (mgr.14403) 18385 : cluster 0 pgmap v13728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:38.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:38 smithi135 bash[32435]: cluster 2023-12-08T00:52:37.121206+0000 mgr.a (mgr.14403) 18385 : cluster 0 pgmap v13728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:38.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:38 smithi079 bash[28699]: cluster 2023-12-08T00:52:37.121206+0000 mgr.a (mgr.14403) 18385 : cluster 0 pgmap v13728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:39.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:52:39.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:39.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:40.337 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:52:40.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:40.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:40.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:40.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:52:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:40 smithi194 bash[32038]: cluster 2023-12-08T00:52:39.121970+0000 mgr.a (mgr.14403) 18386 : cluster 0 pgmap v13729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:40 smithi135 bash[32435]: cluster 2023-12-08T00:52:39.121970+0000 mgr.a (mgr.14403) 18386 : cluster 0 pgmap v13729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:40.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:40 smithi079 bash[28699]: cluster 2023-12-08T00:52:39.121970+0000 mgr.a (mgr.14403) 18386 : cluster 0 pgmap v13729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:41 smithi194 bash[32038]: audit 2023-12-08T00:52:39.831155+0000 mgr.a (mgr.14403) 18387 : audit 0 from='client.365673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:41.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:41 smithi135 bash[32435]: audit 2023-12-08T00:52:39.831155+0000 mgr.a (mgr.14403) 18387 : audit 0 from='client.365673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:41.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:41 smithi079 bash[28699]: audit 2023-12-08T00:52:39.831155+0000 mgr.a (mgr.14403) 18387 : audit 0 from='client.365673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:42.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:42 smithi194 bash[32038]: cluster 2023-12-08T00:52:41.122625+0000 mgr.a (mgr.14403) 18388 : cluster 0 pgmap v13730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:42 smithi135 bash[32435]: cluster 2023-12-08T00:52:41.122625+0000 mgr.a (mgr.14403) 18388 : cluster 0 pgmap v13730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:42 smithi079 bash[28699]: cluster 2023-12-08T00:52:41.122625+0000 mgr.a (mgr.14403) 18388 : cluster 0 pgmap v13730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:43 smithi079 bash[28699]: cluster 2023-12-08T00:52:43.123190+0000 mgr.a (mgr.14403) 18389 : cluster 0 pgmap v13731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:43 smithi194 bash[32038]: cluster 2023-12-08T00:52:43.123190+0000 mgr.a (mgr.14403) 18389 : cluster 0 pgmap v13731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:43 smithi135 bash[32435]: cluster 2023-12-08T00:52:43.123190+0000 mgr.a (mgr.14403) 18389 : cluster 0 pgmap v13731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:52:45.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:52:45.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:45.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:46.238 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:52:46.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:46.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:46.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:46.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:52:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:46 smithi194 bash[32038]: cluster 2023-12-08T00:52:45.123932+0000 mgr.a (mgr.14403) 18390 : cluster 0 pgmap v13732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:46 smithi135 bash[32435]: cluster 2023-12-08T00:52:45.123932+0000 mgr.a (mgr.14403) 18390 : cluster 0 pgmap v13732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:46 smithi079 bash[28699]: cluster 2023-12-08T00:52:45.123932+0000 mgr.a (mgr.14403) 18390 : cluster 0 pgmap v13732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:47 smithi194 bash[32038]: audit 2023-12-08T00:52:45.739613+0000 mgr.a (mgr.14403) 18391 : audit 0 from='client.365751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:47 smithi135 bash[32435]: audit 2023-12-08T00:52:45.739613+0000 mgr.a (mgr.14403) 18391 : audit 0 from='client.365751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:47.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:47 smithi079 bash[28699]: audit 2023-12-08T00:52:45.739613+0000 mgr.a (mgr.14403) 18391 : audit 0 from='client.365751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:48 smithi194 bash[32038]: cluster 2023-12-08T00:52:47.124625+0000 mgr.a (mgr.14403) 18392 : cluster 0 pgmap v13733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:48 smithi135 bash[32435]: cluster 2023-12-08T00:52:47.124625+0000 mgr.a (mgr.14403) 18392 : cluster 0 pgmap v13733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:48.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:48 smithi079 bash[28699]: cluster 2023-12-08T00:52:47.124625+0000 mgr.a (mgr.14403) 18392 : cluster 0 pgmap v13733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:50 smithi194 bash[32038]: cluster 2023-12-08T00:52:49.125448+0000 mgr.a (mgr.14403) 18393 : cluster 0 pgmap v13734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:50.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:50 smithi135 bash[32435]: cluster 2023-12-08T00:52:49.125448+0000 mgr.a (mgr.14403) 18393 : cluster 0 pgmap v13734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:50 smithi079 bash[28699]: cluster 2023-12-08T00:52:49.125448+0000 mgr.a (mgr.14403) 18393 : cluster 0 pgmap v13734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:51.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:52:51.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:51.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:52.164 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:52:52.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:52.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:52.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:52.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:52:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:52 smithi194 bash[32038]: cluster 2023-12-08T00:52:51.126005+0000 mgr.a (mgr.14403) 18394 : cluster 0 pgmap v13735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:52 smithi135 bash[32435]: cluster 2023-12-08T00:52:51.126005+0000 mgr.a (mgr.14403) 18394 : cluster 0 pgmap v13735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:52 smithi079 bash[28699]: cluster 2023-12-08T00:52:51.126005+0000 mgr.a (mgr.14403) 18394 : cluster 0 pgmap v13735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:53 smithi135 bash[32435]: audit 2023-12-08T00:52:51.655123+0000 mgr.a (mgr.14403) 18395 : audit 0 from='client.365823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:53.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:53 smithi079 bash[28699]: audit 2023-12-08T00:52:51.655123+0000 mgr.a (mgr.14403) 18395 : audit 0 from='client.365823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:53 smithi194 bash[32038]: audit 2023-12-08T00:52:51.655123+0000 mgr.a (mgr.14403) 18395 : audit 0 from='client.365823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:54.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:54 smithi135 bash[32435]: cluster 2023-12-08T00:52:53.126789+0000 mgr.a (mgr.14403) 18396 : cluster 0 pgmap v13736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:54.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:54 smithi079 bash[28699]: cluster 2023-12-08T00:52:53.126789+0000 mgr.a (mgr.14403) 18396 : cluster 0 pgmap v13736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:54 smithi194 bash[32038]: cluster 2023-12-08T00:52:53.126789+0000 mgr.a (mgr.14403) 18396 : cluster 0 pgmap v13736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:56 smithi079 bash[28699]: cluster 2023-12-08T00:52:55.127768+0000 mgr.a (mgr.14403) 18397 : cluster 0 pgmap v13737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:56 smithi194 bash[32038]: cluster 2023-12-08T00:52:55.127768+0000 mgr.a (mgr.14403) 18397 : cluster 0 pgmap v13737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:56.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:56 smithi135 bash[32435]: cluster 2023-12-08T00:52:55.127768+0000 mgr.a (mgr.14403) 18397 : cluster 0 pgmap v13737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:52:57.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:52:57.168 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:52:57.168 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:52:58.099 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:52:58.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:52:58.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:52:58.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:52:58.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:52:58.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:58 smithi079 bash[28699]: cluster 2023-12-08T00:52:57.128392+0000 mgr.a (mgr.14403) 18398 : cluster 0 pgmap v13738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:58 smithi194 bash[32038]: cluster 2023-12-08T00:52:57.128392+0000 mgr.a (mgr.14403) 18398 : cluster 0 pgmap v13738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:58 smithi135 bash[32435]: cluster 2023-12-08T00:52:57.128392+0000 mgr.a (mgr.14403) 18398 : cluster 0 pgmap v13738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:52:59.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:52:59 smithi079 bash[28699]: audit 2023-12-08T00:52:57.580963+0000 mgr.a (mgr.14403) 18399 : audit 0 from='client.365895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:52:59 smithi194 bash[32038]: audit 2023-12-08T00:52:57.580963+0000 mgr.a (mgr.14403) 18399 : audit 0 from='client.365895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:52:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:52:59 smithi135 bash[32435]: audit 2023-12-08T00:52:57.580963+0000 mgr.a (mgr.14403) 18399 : audit 0 from='client.365895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:00.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:00 smithi079 bash[28699]: cluster 2023-12-08T00:52:59.129300+0000 mgr.a (mgr.14403) 18400 : cluster 0 pgmap v13739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:00 smithi194 bash[32038]: cluster 2023-12-08T00:52:59.129300+0000 mgr.a (mgr.14403) 18400 : cluster 0 pgmap v13739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:00 smithi135 bash[32435]: cluster 2023-12-08T00:52:59.129300+0000 mgr.a (mgr.14403) 18400 : cluster 0 pgmap v13739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:01.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:01 smithi079 bash[28699]: cluster 2023-12-08T00:53:01.130013+0000 mgr.a (mgr.14403) 18401 : cluster 0 pgmap v13740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:01 smithi194 bash[32038]: cluster 2023-12-08T00:53:01.130013+0000 mgr.a (mgr.14403) 18401 : cluster 0 pgmap v13740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:01.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:01 smithi135 bash[32435]: cluster 2023-12-08T00:53:01.130013+0000 mgr.a (mgr.14403) 18401 : cluster 0 pgmap v13740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:02 smithi079 bash[28699]: audit 2023-12-08T00:53:01.352597+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:53:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:02 smithi079 bash[28699]: audit 2023-12-08T00:53:02.145247+0000 mon.a (mon.0) 2999 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:53:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:02 smithi079 bash[28699]: audit 2023-12-08T00:53:02.147131+0000 mon.a (mon.0) 3000 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:53:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:02 smithi079 bash[28699]: audit 2023-12-08T00:53:02.156615+0000 mon.a (mon.0) 3001 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:53:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:02 smithi194 bash[32038]: audit 2023-12-08T00:53:01.352597+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:53:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:02 smithi194 bash[32038]: audit 2023-12-08T00:53:02.145247+0000 mon.a (mon.0) 2999 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:53:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:02 smithi194 bash[32038]: audit 2023-12-08T00:53:02.147131+0000 mon.a (mon.0) 3000 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:53:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:02 smithi194 bash[32038]: audit 2023-12-08T00:53:02.156615+0000 mon.a (mon.0) 3001 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:53:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:02 smithi135 bash[32435]: audit 2023-12-08T00:53:01.352597+0000 mon.a (mon.0) 2998 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:53:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:02 smithi135 bash[32435]: audit 2023-12-08T00:53:02.145247+0000 mon.a (mon.0) 2999 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:53:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:02 smithi135 bash[32435]: audit 2023-12-08T00:53:02.147131+0000 mon.a (mon.0) 3000 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:53:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:02 smithi135 bash[32435]: audit 2023-12-08T00:53:02.156615+0000 mon.a (mon.0) 3001 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:53:03.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:53:03.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:03.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:03.985 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:53:03.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:03.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:03.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:03.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:53:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:03 smithi079 bash[28699]: cluster 2023-12-08T00:53:03.130590+0000 mgr.a (mgr.14403) 18402 : cluster 0 pgmap v13741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:03 smithi194 bash[32038]: cluster 2023-12-08T00:53:03.130590+0000 mgr.a (mgr.14403) 18402 : cluster 0 pgmap v13741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:04.212 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:03 smithi135 bash[32435]: cluster 2023-12-08T00:53:03.130590+0000 mgr.a (mgr.14403) 18402 : cluster 0 pgmap v13741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:05.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:04 smithi079 bash[28699]: audit 2023-12-08T00:53:03.499242+0000 mgr.a (mgr.14403) 18403 : audit 0 from='client.365973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:05.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:04 smithi194 bash[32038]: audit 2023-12-08T00:53:03.499242+0000 mgr.a (mgr.14403) 18403 : audit 0 from='client.365973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:05.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:04 smithi135 bash[32435]: audit 2023-12-08T00:53:03.499242+0000 mgr.a (mgr.14403) 18403 : audit 0 from='client.365973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:06.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:05 smithi079 bash[28699]: cluster 2023-12-08T00:53:05.131616+0000 mgr.a (mgr.14403) 18404 : cluster 0 pgmap v13742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:05 smithi194 bash[32038]: cluster 2023-12-08T00:53:05.131616+0000 mgr.a (mgr.14403) 18404 : cluster 0 pgmap v13742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:06.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:05 smithi135 bash[32435]: cluster 2023-12-08T00:53:05.131616+0000 mgr.a (mgr.14403) 18404 : cluster 0 pgmap v13742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:08 smithi194 bash[32038]: cluster 2023-12-08T00:53:07.132163+0000 mgr.a (mgr.14403) 18405 : cluster 0 pgmap v13743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:08 smithi135 bash[32435]: cluster 2023-12-08T00:53:07.132163+0000 mgr.a (mgr.14403) 18405 : cluster 0 pgmap v13743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:08 smithi079 bash[28699]: cluster 2023-12-08T00:53:07.132163+0000 mgr.a (mgr.14403) 18405 : cluster 0 pgmap v13743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:08.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:53:08.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:08.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:09.876 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:53:09.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:09.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:09.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:09.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:53:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:10 smithi194 bash[32038]: cluster 2023-12-08T00:53:09.132869+0000 mgr.a (mgr.14403) 18406 : cluster 0 pgmap v13744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:10 smithi135 bash[32435]: cluster 2023-12-08T00:53:09.132869+0000 mgr.a (mgr.14403) 18406 : cluster 0 pgmap v13744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:10 smithi079 bash[28699]: cluster 2023-12-08T00:53:09.132869+0000 mgr.a (mgr.14403) 18406 : cluster 0 pgmap v13744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:11 smithi135 bash[32435]: audit 2023-12-08T00:53:09.392413+0000 mgr.a (mgr.14403) 18407 : audit 0 from='client.366051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:11.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:11 smithi079 bash[28699]: audit 2023-12-08T00:53:09.392413+0000 mgr.a (mgr.14403) 18407 : audit 0 from='client.366051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:11 smithi194 bash[32038]: audit 2023-12-08T00:53:09.392413+0000 mgr.a (mgr.14403) 18407 : audit 0 from='client.366051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:12.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:12 smithi079 bash[28699]: cluster 2023-12-08T00:53:11.133575+0000 mgr.a (mgr.14403) 18408 : cluster 0 pgmap v13745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:12 smithi194 bash[32038]: cluster 2023-12-08T00:53:11.133575+0000 mgr.a (mgr.14403) 18408 : cluster 0 pgmap v13745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:12.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:12 smithi135 bash[32435]: cluster 2023-12-08T00:53:11.133575+0000 mgr.a (mgr.14403) 18408 : cluster 0 pgmap v13745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:13 smithi079 bash[28699]: cluster 2023-12-08T00:53:13.134148+0000 mgr.a (mgr.14403) 18409 : cluster 0 pgmap v13746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:13 smithi194 bash[32038]: cluster 2023-12-08T00:53:13.134148+0000 mgr.a (mgr.14403) 18409 : cluster 0 pgmap v13746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:13 smithi135 bash[32435]: cluster 2023-12-08T00:53:13.134148+0000 mgr.a (mgr.14403) 18409 : cluster 0 pgmap v13746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:14.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:53:14.880 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:14.880 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:15.774 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:53:15.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:15.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:15.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:15.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:53:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:16 smithi194 bash[32038]: cluster 2023-12-08T00:53:15.134920+0000 mgr.a (mgr.14403) 18410 : cluster 0 pgmap v13747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:16.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:16 smithi135 bash[32435]: cluster 2023-12-08T00:53:15.134920+0000 mgr.a (mgr.14403) 18410 : cluster 0 pgmap v13747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:16 smithi079 bash[28699]: cluster 2023-12-08T00:53:15.134920+0000 mgr.a (mgr.14403) 18410 : cluster 0 pgmap v13747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:17 smithi194 bash[32038]: audit 2023-12-08T00:53:15.280701+0000 mgr.a (mgr.14403) 18411 : audit 0 from='client.366126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:17 smithi135 bash[32435]: audit 2023-12-08T00:53:15.280701+0000 mgr.a (mgr.14403) 18411 : audit 0 from='client.366126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:17.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:17 smithi079 bash[28699]: audit 2023-12-08T00:53:15.280701+0000 mgr.a (mgr.14403) 18411 : audit 0 from='client.366126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:18 smithi194 bash[32038]: cluster 2023-12-08T00:53:17.135664+0000 mgr.a (mgr.14403) 18412 : cluster 0 pgmap v13748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:18 smithi135 bash[32435]: cluster 2023-12-08T00:53:17.135664+0000 mgr.a (mgr.14403) 18412 : cluster 0 pgmap v13748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:18 smithi079 bash[28699]: cluster 2023-12-08T00:53:17.135664+0000 mgr.a (mgr.14403) 18412 : cluster 0 pgmap v13748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:20 smithi135 bash[32435]: cluster 2023-12-08T00:53:19.136457+0000 mgr.a (mgr.14403) 18413 : cluster 0 pgmap v13749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:20 smithi079 bash[28699]: cluster 2023-12-08T00:53:19.136457+0000 mgr.a (mgr.14403) 18413 : cluster 0 pgmap v13749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:20 smithi194 bash[32038]: cluster 2023-12-08T00:53:19.136457+0000 mgr.a (mgr.14403) 18413 : cluster 0 pgmap v13749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:20.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:53:20.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:20.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:21.679 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:53:21.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:21.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:21.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:21.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:53:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:22 smithi079 bash[28699]: cluster 2023-12-08T00:53:21.136994+0000 mgr.a (mgr.14403) 18414 : cluster 0 pgmap v13750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:22 smithi079 bash[28699]: audit 2023-12-08T00:53:21.175956+0000 mgr.a (mgr.14403) 18415 : audit 0 from='client.366204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:22 smithi194 bash[32038]: cluster 2023-12-08T00:53:21.136994+0000 mgr.a (mgr.14403) 18414 : cluster 0 pgmap v13750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:22 smithi194 bash[32038]: audit 2023-12-08T00:53:21.175956+0000 mgr.a (mgr.14403) 18415 : audit 0 from='client.366204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:22 smithi135 bash[32435]: cluster 2023-12-08T00:53:21.136994+0000 mgr.a (mgr.14403) 18414 : cluster 0 pgmap v13750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:22 smithi135 bash[32435]: audit 2023-12-08T00:53:21.175956+0000 mgr.a (mgr.14403) 18415 : audit 0 from='client.366204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:24.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:23 smithi079 bash[28699]: cluster 2023-12-08T00:53:23.137678+0000 mgr.a (mgr.14403) 18416 : cluster 0 pgmap v13751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:23 smithi194 bash[32038]: cluster 2023-12-08T00:53:23.137678+0000 mgr.a (mgr.14403) 18416 : cluster 0 pgmap v13751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:24.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:23 smithi135 bash[32435]: cluster 2023-12-08T00:53:23.137678+0000 mgr.a (mgr.14403) 18416 : cluster 0 pgmap v13751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:26 smithi194 bash[32038]: cluster 2023-12-08T00:53:25.138483+0000 mgr.a (mgr.14403) 18417 : cluster 0 pgmap v13752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:26 smithi135 bash[32435]: cluster 2023-12-08T00:53:25.138483+0000 mgr.a (mgr.14403) 18417 : cluster 0 pgmap v13752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:26 smithi079 bash[28699]: cluster 2023-12-08T00:53:25.138483+0000 mgr.a (mgr.14403) 18417 : cluster 0 pgmap v13752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:26.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:53:26.683 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:26.683 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:27.578 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:53:27.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:27.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:27.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:27.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:53:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:28 smithi194 bash[32038]: audit 2023-12-08T00:53:27.083669+0000 mgr.a (mgr.14403) 18418 : audit 0 from='client.366279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:28 smithi194 bash[32038]: cluster 2023-12-08T00:53:27.139168+0000 mgr.a (mgr.14403) 18419 : cluster 0 pgmap v13753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:28 smithi135 bash[32435]: audit 2023-12-08T00:53:27.083669+0000 mgr.a (mgr.14403) 18418 : audit 0 from='client.366279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:28 smithi135 bash[32435]: cluster 2023-12-08T00:53:27.139168+0000 mgr.a (mgr.14403) 18419 : cluster 0 pgmap v13753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:28 smithi079 bash[28699]: audit 2023-12-08T00:53:27.083669+0000 mgr.a (mgr.14403) 18418 : audit 0 from='client.366279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:28 smithi079 bash[28699]: cluster 2023-12-08T00:53:27.139168+0000 mgr.a (mgr.14403) 18419 : cluster 0 pgmap v13753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:30 smithi194 bash[32038]: cluster 2023-12-08T00:53:29.140057+0000 mgr.a (mgr.14403) 18420 : cluster 0 pgmap v13754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:30 smithi135 bash[32435]: cluster 2023-12-08T00:53:29.140057+0000 mgr.a (mgr.14403) 18420 : cluster 0 pgmap v13754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:30 smithi079 bash[28699]: cluster 2023-12-08T00:53:29.140057+0000 mgr.a (mgr.14403) 18420 : cluster 0 pgmap v13754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:32 smithi135 bash[32435]: cluster 2023-12-08T00:53:31.140642+0000 mgr.a (mgr.14403) 18421 : cluster 0 pgmap v13755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:32.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:53:32.582 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:32.582 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:32 smithi079 bash[28699]: cluster 2023-12-08T00:53:31.140642+0000 mgr.a (mgr.14403) 18421 : cluster 0 pgmap v13755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:32 smithi194 bash[32038]: cluster 2023-12-08T00:53:31.140642+0000 mgr.a (mgr.14403) 18421 : cluster 0 pgmap v13755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:33.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:33.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:33.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:33.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:53:33.505 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:53:34.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:33 smithi079 bash[28699]: audit 2023-12-08T00:53:32.990011+0000 mgr.a (mgr.14403) 18422 : audit 0 from='client.366357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:33 smithi079 bash[28699]: cluster 2023-12-08T00:53:33.145544+0000 mgr.a (mgr.14403) 18423 : cluster 0 pgmap v13756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:33 smithi194 bash[32038]: audit 2023-12-08T00:53:32.990011+0000 mgr.a (mgr.14403) 18422 : audit 0 from='client.366357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:33 smithi194 bash[32038]: cluster 2023-12-08T00:53:33.145544+0000 mgr.a (mgr.14403) 18423 : cluster 0 pgmap v13756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:33 smithi135 bash[32435]: audit 2023-12-08T00:53:32.990011+0000 mgr.a (mgr.14403) 18422 : audit 0 from='client.366357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:33 smithi135 bash[32435]: cluster 2023-12-08T00:53:33.145544+0000 mgr.a (mgr.14403) 18423 : cluster 0 pgmap v13756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:36 smithi194 bash[32038]: cluster 2023-12-08T00:53:35.146605+0000 mgr.a (mgr.14403) 18424 : cluster 0 pgmap v13757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:36 smithi135 bash[32435]: cluster 2023-12-08T00:53:35.146605+0000 mgr.a (mgr.14403) 18424 : cluster 0 pgmap v13757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:36 smithi079 bash[28699]: cluster 2023-12-08T00:53:35.146605+0000 mgr.a (mgr.14403) 18424 : cluster 0 pgmap v13757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:38.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:53:38.508 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:38.508 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:38 smithi079 bash[28699]: cluster 2023-12-08T00:53:37.147187+0000 mgr.a (mgr.14403) 18425 : cluster 0 pgmap v13758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:38 smithi194 bash[32038]: cluster 2023-12-08T00:53:37.147187+0000 mgr.a (mgr.14403) 18425 : cluster 0 pgmap v13758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:38.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:38 smithi135 bash[32435]: cluster 2023-12-08T00:53:37.147187+0000 mgr.a (mgr.14403) 18425 : cluster 0 pgmap v13758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:39.432 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:53:39.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:39.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:39.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:39.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:53:40.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:40 smithi079 bash[28699]: audit 2023-12-08T00:53:38.914016+0000 mgr.a (mgr.14403) 18426 : audit 0 from='client.366435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:40 smithi079 bash[28699]: cluster 2023-12-08T00:53:39.147970+0000 mgr.a (mgr.14403) 18427 : cluster 0 pgmap v13759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:40 smithi194 bash[32038]: audit 2023-12-08T00:53:38.914016+0000 mgr.a (mgr.14403) 18426 : audit 0 from='client.366435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:40 smithi194 bash[32038]: cluster 2023-12-08T00:53:39.147970+0000 mgr.a (mgr.14403) 18427 : cluster 0 pgmap v13759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:40 smithi135 bash[32435]: audit 2023-12-08T00:53:38.914016+0000 mgr.a (mgr.14403) 18426 : audit 0 from='client.366435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:40 smithi135 bash[32435]: cluster 2023-12-08T00:53:39.147970+0000 mgr.a (mgr.14403) 18427 : cluster 0 pgmap v13759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:42 smithi079 bash[28699]: cluster 2023-12-08T00:53:41.148619+0000 mgr.a (mgr.14403) 18428 : cluster 0 pgmap v13760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:42 smithi194 bash[32038]: cluster 2023-12-08T00:53:41.148619+0000 mgr.a (mgr.14403) 18428 : cluster 0 pgmap v13760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:42.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:42 smithi135 bash[32435]: cluster 2023-12-08T00:53:41.148619+0000 mgr.a (mgr.14403) 18428 : cluster 0 pgmap v13760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:44.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:43 smithi079 bash[28699]: cluster 2023-12-08T00:53:43.149342+0000 mgr.a (mgr.14403) 18429 : cluster 0 pgmap v13761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:43 smithi194 bash[32038]: cluster 2023-12-08T00:53:43.149342+0000 mgr.a (mgr.14403) 18429 : cluster 0 pgmap v13761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:43 smithi135 bash[32435]: cluster 2023-12-08T00:53:43.149342+0000 mgr.a (mgr.14403) 18429 : cluster 0 pgmap v13761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:44.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:53:44.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:44.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:45.347 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:53:45.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:45.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:45.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:45.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:53:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:46 smithi135 bash[32435]: audit 2023-12-08T00:53:44.836385+0000 mgr.a (mgr.14403) 18430 : audit 0 from='client.366510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:46 smithi135 bash[32435]: cluster 2023-12-08T00:53:45.150530+0000 mgr.a (mgr.14403) 18431 : cluster 0 pgmap v13762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:46 smithi079 bash[28699]: audit 2023-12-08T00:53:44.836385+0000 mgr.a (mgr.14403) 18430 : audit 0 from='client.366510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:46 smithi079 bash[28699]: cluster 2023-12-08T00:53:45.150530+0000 mgr.a (mgr.14403) 18431 : cluster 0 pgmap v13762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:46 smithi194 bash[32038]: audit 2023-12-08T00:53:44.836385+0000 mgr.a (mgr.14403) 18430 : audit 0 from='client.366510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:46 smithi194 bash[32038]: cluster 2023-12-08T00:53:45.150530+0000 mgr.a (mgr.14403) 18431 : cluster 0 pgmap v13762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:48.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:48 smithi079 bash[28699]: cluster 2023-12-08T00:53:47.151502+0000 mgr.a (mgr.14403) 18432 : cluster 0 pgmap v13763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:48 smithi194 bash[32038]: cluster 2023-12-08T00:53:47.151502+0000 mgr.a (mgr.14403) 18432 : cluster 0 pgmap v13763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:48.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:48 smithi135 bash[32435]: cluster 2023-12-08T00:53:47.151502+0000 mgr.a (mgr.14403) 18432 : cluster 0 pgmap v13763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:53:50.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:53:50.351 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:50.352 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:50 smithi079 bash[28699]: cluster 2023-12-08T00:53:49.152399+0000 mgr.a (mgr.14403) 18433 : cluster 0 pgmap v13764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:50 smithi194 bash[32038]: cluster 2023-12-08T00:53:49.152399+0000 mgr.a (mgr.14403) 18433 : cluster 0 pgmap v13764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:50 smithi135 bash[32435]: cluster 2023-12-08T00:53:49.152399+0000 mgr.a (mgr.14403) 18433 : cluster 0 pgmap v13764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:51.265 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:53:51.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:51.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:51.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:51.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:53:52.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:52 smithi079 bash[28699]: audit 2023-12-08T00:53:50.749812+0000 mgr.a (mgr.14403) 18434 : audit 0 from='client.366582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:52.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:52 smithi079 bash[28699]: cluster 2023-12-08T00:53:51.153133+0000 mgr.a (mgr.14403) 18435 : cluster 0 pgmap v13765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:52.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:52 smithi194 bash[32038]: audit 2023-12-08T00:53:50.749812+0000 mgr.a (mgr.14403) 18434 : audit 0 from='client.366582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:52.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:52 smithi194 bash[32038]: cluster 2023-12-08T00:53:51.153133+0000 mgr.a (mgr.14403) 18435 : cluster 0 pgmap v13765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:52.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:52 smithi135 bash[32435]: audit 2023-12-08T00:53:50.749812+0000 mgr.a (mgr.14403) 18434 : audit 0 from='client.366582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:52.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:52 smithi135 bash[32435]: cluster 2023-12-08T00:53:51.153133+0000 mgr.a (mgr.14403) 18435 : cluster 0 pgmap v13765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:54.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:53 smithi079 bash[28699]: cluster 2023-12-08T00:53:53.153792+0000 mgr.a (mgr.14403) 18436 : cluster 0 pgmap v13766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:54.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:53 smithi194 bash[32038]: cluster 2023-12-08T00:53:53.153792+0000 mgr.a (mgr.14403) 18436 : cluster 0 pgmap v13766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:54.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:53 smithi135 bash[32435]: cluster 2023-12-08T00:53:53.153792+0000 mgr.a (mgr.14403) 18436 : cluster 0 pgmap v13766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:56.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:53:56.269 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:53:56.269 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:53:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:56 smithi079 bash[28699]: cluster 2023-12-08T00:53:55.154524+0000 mgr.a (mgr.14403) 18437 : cluster 0 pgmap v13767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:56 smithi194 bash[32038]: cluster 2023-12-08T00:53:55.154524+0000 mgr.a (mgr.14403) 18437 : cluster 0 pgmap v13767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:56.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:56 smithi135 bash[32435]: cluster 2023-12-08T00:53:55.154524+0000 mgr.a (mgr.14403) 18437 : cluster 0 pgmap v13767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:53:57.196 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:53:57.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:53:57.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:53:57.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:53:57.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:53:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:58 smithi079 bash[28699]: audit 2023-12-08T00:53:56.674489+0000 mgr.a (mgr.14403) 18438 : audit 0 from='client.366657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:53:58 smithi079 bash[28699]: cluster 2023-12-08T00:53:57.155120+0000 mgr.a (mgr.14403) 18439 : cluster 0 pgmap v13768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:58 smithi194 bash[32038]: audit 2023-12-08T00:53:56.674489+0000 mgr.a (mgr.14403) 18438 : audit 0 from='client.366657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:53:58 smithi194 bash[32038]: cluster 2023-12-08T00:53:57.155120+0000 mgr.a (mgr.14403) 18439 : cluster 0 pgmap v13768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:53:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:58 smithi135 bash[32435]: audit 2023-12-08T00:53:56.674489+0000 mgr.a (mgr.14403) 18438 : audit 0 from='client.366657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:53:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:53:58 smithi135 bash[32435]: cluster 2023-12-08T00:53:57.155120+0000 mgr.a (mgr.14403) 18439 : cluster 0 pgmap v13768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:00.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:00 smithi079 bash[28699]: cluster 2023-12-08T00:53:59.155883+0000 mgr.a (mgr.14403) 18440 : cluster 0 pgmap v13769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:00 smithi194 bash[32038]: cluster 2023-12-08T00:53:59.155883+0000 mgr.a (mgr.14403) 18440 : cluster 0 pgmap v13769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:00.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:00 smithi135 bash[32435]: cluster 2023-12-08T00:53:59.155883+0000 mgr.a (mgr.14403) 18440 : cluster 0 pgmap v13769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:02.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:54:02.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:02.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:02 smithi079 bash[28699]: cluster 2023-12-08T00:54:01.156474+0000 mgr.a (mgr.14403) 18441 : cluster 0 pgmap v13770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:02.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:02 smithi194 bash[32038]: cluster 2023-12-08T00:54:01.156474+0000 mgr.a (mgr.14403) 18441 : cluster 0 pgmap v13770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:02 smithi135 bash[32435]: cluster 2023-12-08T00:54:01.156474+0000 mgr.a (mgr.14403) 18441 : cluster 0 pgmap v13770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:03.319 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:54:03.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:03.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:03.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:03.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:54:03.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:03 smithi079 bash[28699]: audit 2023-12-08T00:54:02.258499+0000 mon.a (mon.0) 3002 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:54:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:03 smithi194 bash[32038]: audit 2023-12-08T00:54:02.258499+0000 mon.a (mon.0) 3002 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:54:03.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:03 smithi135 bash[32435]: audit 2023-12-08T00:54:02.258499+0000 mon.a (mon.0) 3002 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:54:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:04 smithi079 bash[28699]: audit 2023-12-08T00:54:02.833320+0000 mgr.a (mgr.14403) 18442 : audit 0 from='client.366729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:04 smithi079 bash[28699]: cluster 2023-12-08T00:54:03.156844+0000 mgr.a (mgr.14403) 18443 : cluster 0 pgmap v13771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:04 smithi194 bash[32038]: audit 2023-12-08T00:54:02.833320+0000 mgr.a (mgr.14403) 18442 : audit 0 from='client.366729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:04 smithi194 bash[32038]: cluster 2023-12-08T00:54:03.156844+0000 mgr.a (mgr.14403) 18443 : cluster 0 pgmap v13771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:04 smithi135 bash[32435]: audit 2023-12-08T00:54:02.833320+0000 mgr.a (mgr.14403) 18442 : audit 0 from='client.366729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:04 smithi135 bash[32435]: cluster 2023-12-08T00:54:03.156844+0000 mgr.a (mgr.14403) 18443 : cluster 0 pgmap v13771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:06 smithi079 bash[28699]: cluster 2023-12-08T00:54:05.157628+0000 mgr.a (mgr.14403) 18444 : cluster 0 pgmap v13772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:06 smithi194 bash[32038]: cluster 2023-12-08T00:54:05.157628+0000 mgr.a (mgr.14403) 18444 : cluster 0 pgmap v13772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:06 smithi135 bash[32435]: cluster 2023-12-08T00:54:05.157628+0000 mgr.a (mgr.14403) 18444 : cluster 0 pgmap v13772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:08.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:54:08.322 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:08.322 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:08 smithi079 bash[28699]: cluster 2023-12-08T00:54:07.158269+0000 mgr.a (mgr.14403) 18445 : cluster 0 pgmap v13773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:08 smithi079 bash[28699]: audit 2023-12-08T00:54:07.613795+0000 mon.a (mon.0) 3003 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:08 smithi079 bash[28699]: audit 2023-12-08T00:54:07.619212+0000 mon.a (mon.0) 3004 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:08 smithi079 bash[28699]: audit 2023-12-08T00:54:07.662170+0000 mon.a (mon.0) 3005 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:08 smithi079 bash[28699]: audit 2023-12-08T00:54:07.667855+0000 mon.a (mon.0) 3006 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:08 smithi079 bash[28699]: audit 2023-12-08T00:54:07.819659+0000 mon.a (mon.0) 3007 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:08 smithi079 bash[28699]: audit 2023-12-08T00:54:07.825692+0000 mon.a (mon.0) 3008 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:08 smithi194 bash[32038]: cluster 2023-12-08T00:54:07.158269+0000 mgr.a (mgr.14403) 18445 : cluster 0 pgmap v13773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:08 smithi194 bash[32038]: audit 2023-12-08T00:54:07.613795+0000 mon.a (mon.0) 3003 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:08 smithi194 bash[32038]: audit 2023-12-08T00:54:07.619212+0000 mon.a (mon.0) 3004 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:08 smithi194 bash[32038]: audit 2023-12-08T00:54:07.662170+0000 mon.a (mon.0) 3005 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:08 smithi194 bash[32038]: audit 2023-12-08T00:54:07.667855+0000 mon.a (mon.0) 3006 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:08 smithi194 bash[32038]: audit 2023-12-08T00:54:07.819659+0000 mon.a (mon.0) 3007 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:08 smithi194 bash[32038]: audit 2023-12-08T00:54:07.825692+0000 mon.a (mon.0) 3008 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:08 smithi135 bash[32435]: cluster 2023-12-08T00:54:07.158269+0000 mgr.a (mgr.14403) 18445 : cluster 0 pgmap v13773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:08 smithi135 bash[32435]: audit 2023-12-08T00:54:07.613795+0000 mon.a (mon.0) 3003 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:08 smithi135 bash[32435]: audit 2023-12-08T00:54:07.619212+0000 mon.a (mon.0) 3004 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:08 smithi135 bash[32435]: audit 2023-12-08T00:54:07.662170+0000 mon.a (mon.0) 3005 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:08 smithi135 bash[32435]: audit 2023-12-08T00:54:07.667855+0000 mon.a (mon.0) 3006 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:08 smithi135 bash[32435]: audit 2023-12-08T00:54:07.819659+0000 mon.a (mon.0) 3007 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:08 smithi135 bash[32435]: audit 2023-12-08T00:54:07.825692+0000 mon.a (mon.0) 3008 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:09.242 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:54:09.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:09.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:09.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:09.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:54:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:09 smithi079 bash[28699]: audit 2023-12-08T00:54:08.460570+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:54:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:09 smithi079 bash[28699]: audit 2023-12-08T00:54:08.461841+0000 mon.a (mon.0) 3010 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:54:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:09 smithi079 bash[28699]: audit 2023-12-08T00:54:08.470120+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:09 smithi194 bash[32038]: audit 2023-12-08T00:54:08.460570+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:54:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:09 smithi194 bash[32038]: audit 2023-12-08T00:54:08.461841+0000 mon.a (mon.0) 3010 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:54:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:09 smithi194 bash[32038]: audit 2023-12-08T00:54:08.470120+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:09.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:09 smithi135 bash[32435]: audit 2023-12-08T00:54:08.460570+0000 mon.a (mon.0) 3009 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:54:09.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:09 smithi135 bash[32435]: audit 2023-12-08T00:54:08.461841+0000 mon.a (mon.0) 3010 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:54:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:09 smithi135 bash[32435]: audit 2023-12-08T00:54:08.470120+0000 mon.a (mon.0) 3011 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:54:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:10 smithi079 bash[28699]: audit 2023-12-08T00:54:08.739043+0000 mgr.a (mgr.14403) 18446 : audit 0 from='client.366801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:10 smithi079 bash[28699]: cluster 2023-12-08T00:54:09.159539+0000 mgr.a (mgr.14403) 18447 : cluster 0 pgmap v13774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:10 smithi194 bash[32038]: audit 2023-12-08T00:54:08.739043+0000 mgr.a (mgr.14403) 18446 : audit 0 from='client.366801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:10 smithi194 bash[32038]: cluster 2023-12-08T00:54:09.159539+0000 mgr.a (mgr.14403) 18447 : cluster 0 pgmap v13774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:10 smithi135 bash[32435]: audit 2023-12-08T00:54:08.739043+0000 mgr.a (mgr.14403) 18446 : audit 0 from='client.366801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:10 smithi135 bash[32435]: cluster 2023-12-08T00:54:09.159539+0000 mgr.a (mgr.14403) 18447 : cluster 0 pgmap v13774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:11.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:11 smithi079 bash[28699]: cluster 2023-12-08T00:54:11.160074+0000 mgr.a (mgr.14403) 18448 : cluster 0 pgmap v13775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:11 smithi194 bash[32038]: cluster 2023-12-08T00:54:11.160074+0000 mgr.a (mgr.14403) 18448 : cluster 0 pgmap v13775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:11 smithi135 bash[32435]: cluster 2023-12-08T00:54:11.160074+0000 mgr.a (mgr.14403) 18448 : cluster 0 pgmap v13775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:13 smithi079 bash[28699]: cluster 2023-12-08T00:54:13.160605+0000 mgr.a (mgr.14403) 18449 : cluster 0 pgmap v13776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:13 smithi194 bash[32038]: cluster 2023-12-08T00:54:13.160605+0000 mgr.a (mgr.14403) 18449 : cluster 0 pgmap v13776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:13 smithi135 bash[32435]: cluster 2023-12-08T00:54:13.160605+0000 mgr.a (mgr.14403) 18449 : cluster 0 pgmap v13776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:14.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:54:14.245 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:14.246 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:15.171 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:54:15.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:15.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:15.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:15.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:54:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:16 smithi079 bash[28699]: audit 2023-12-08T00:54:14.651741+0000 mgr.a (mgr.14403) 18450 : audit 0 from='client.366873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:16 smithi079 bash[28699]: cluster 2023-12-08T00:54:15.161565+0000 mgr.a (mgr.14403) 18451 : cluster 0 pgmap v13777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:16 smithi194 bash[32038]: audit 2023-12-08T00:54:14.651741+0000 mgr.a (mgr.14403) 18450 : audit 0 from='client.366873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:16.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:16 smithi194 bash[32038]: cluster 2023-12-08T00:54:15.161565+0000 mgr.a (mgr.14403) 18451 : cluster 0 pgmap v13777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:16 smithi135 bash[32435]: audit 2023-12-08T00:54:14.651741+0000 mgr.a (mgr.14403) 18450 : audit 0 from='client.366873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:16 smithi135 bash[32435]: cluster 2023-12-08T00:54:15.161565+0000 mgr.a (mgr.14403) 18451 : cluster 0 pgmap v13777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:18 smithi079 bash[28699]: cluster 2023-12-08T00:54:17.162283+0000 mgr.a (mgr.14403) 18452 : cluster 0 pgmap v13778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:18 smithi194 bash[32038]: cluster 2023-12-08T00:54:17.162283+0000 mgr.a (mgr.14403) 18452 : cluster 0 pgmap v13778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:18 smithi135 bash[32435]: cluster 2023-12-08T00:54:17.162283+0000 mgr.a (mgr.14403) 18452 : cluster 0 pgmap v13778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:20.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:54:20.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:20.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:20 smithi079 bash[28699]: cluster 2023-12-08T00:54:19.162935+0000 mgr.a (mgr.14403) 18453 : cluster 0 pgmap v13779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:20 smithi194 bash[32038]: cluster 2023-12-08T00:54:19.162935+0000 mgr.a (mgr.14403) 18453 : cluster 0 pgmap v13779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:20 smithi135 bash[32435]: cluster 2023-12-08T00:54:19.162935+0000 mgr.a (mgr.14403) 18453 : cluster 0 pgmap v13779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:21.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:21.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:21.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:21.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:54:21.059 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:54:22.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:22 smithi079 bash[28699]: audit 2023-12-08T00:54:20.571207+0000 mgr.a (mgr.14403) 18454 : audit 0 from='client.366951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:22 smithi079 bash[28699]: cluster 2023-12-08T00:54:21.163704+0000 mgr.a (mgr.14403) 18455 : cluster 0 pgmap v13780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:22 smithi194 bash[32038]: audit 2023-12-08T00:54:20.571207+0000 mgr.a (mgr.14403) 18454 : audit 0 from='client.366951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:22 smithi194 bash[32038]: cluster 2023-12-08T00:54:21.163704+0000 mgr.a (mgr.14403) 18455 : cluster 0 pgmap v13780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:22 smithi135 bash[32435]: audit 2023-12-08T00:54:20.571207+0000 mgr.a (mgr.14403) 18454 : audit 0 from='client.366951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:22 smithi135 bash[32435]: cluster 2023-12-08T00:54:21.163704+0000 mgr.a (mgr.14403) 18455 : cluster 0 pgmap v13780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:24.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:23 smithi079 bash[28699]: cluster 2023-12-08T00:54:23.164318+0000 mgr.a (mgr.14403) 18456 : cluster 0 pgmap v13781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:23 smithi194 bash[32038]: cluster 2023-12-08T00:54:23.164318+0000 mgr.a (mgr.14403) 18456 : cluster 0 pgmap v13781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:24.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:23 smithi135 bash[32435]: cluster 2023-12-08T00:54:23.164318+0000 mgr.a (mgr.14403) 18456 : cluster 0 pgmap v13781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:26.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:54:26.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:26.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:26 smithi079 bash[28699]: cluster 2023-12-08T00:54:25.165110+0000 mgr.a (mgr.14403) 18457 : cluster 0 pgmap v13782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:26 smithi194 bash[32038]: cluster 2023-12-08T00:54:25.165110+0000 mgr.a (mgr.14403) 18457 : cluster 0 pgmap v13782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:26 smithi135 bash[32435]: cluster 2023-12-08T00:54:25.165110+0000 mgr.a (mgr.14403) 18457 : cluster 0 pgmap v13782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:26.944 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:54:26.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:26.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:26.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:26.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:54:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:28 smithi079 bash[28699]: audit 2023-12-08T00:54:26.463471+0000 mgr.a (mgr.14403) 18458 : audit 0 from='client.367023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:28 smithi079 bash[28699]: cluster 2023-12-08T00:54:27.165718+0000 mgr.a (mgr.14403) 18459 : cluster 0 pgmap v13783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:28 smithi194 bash[32038]: audit 2023-12-08T00:54:26.463471+0000 mgr.a (mgr.14403) 18458 : audit 0 from='client.367023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:28 smithi194 bash[32038]: cluster 2023-12-08T00:54:27.165718+0000 mgr.a (mgr.14403) 18459 : cluster 0 pgmap v13783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:28 smithi135 bash[32435]: audit 2023-12-08T00:54:26.463471+0000 mgr.a (mgr.14403) 18458 : audit 0 from='client.367023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:28 smithi135 bash[32435]: cluster 2023-12-08T00:54:27.165718+0000 mgr.a (mgr.14403) 18459 : cluster 0 pgmap v13783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:30 smithi079 bash[28699]: cluster 2023-12-08T00:54:29.166466+0000 mgr.a (mgr.14403) 18460 : cluster 0 pgmap v13784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:30 smithi194 bash[32038]: cluster 2023-12-08T00:54:29.166466+0000 mgr.a (mgr.14403) 18460 : cluster 0 pgmap v13784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:30 smithi135 bash[32435]: cluster 2023-12-08T00:54:29.166466+0000 mgr.a (mgr.14403) 18460 : cluster 0 pgmap v13784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:31.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:54:31.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:31.951 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:32 smithi079 bash[28699]: cluster 2023-12-08T00:54:31.167078+0000 mgr.a (mgr.14403) 18461 : cluster 0 pgmap v13785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:32 smithi194 bash[32038]: cluster 2023-12-08T00:54:31.167078+0000 mgr.a (mgr.14403) 18461 : cluster 0 pgmap v13785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:32.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:32 smithi135 bash[32435]: cluster 2023-12-08T00:54:31.167078+0000 mgr.a (mgr.14403) 18461 : cluster 0 pgmap v13785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:32.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:32.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:32.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:32.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:54:32.858 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:54:34.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:33 smithi079 bash[28699]: audit 2023-12-08T00:54:32.348874+0000 mgr.a (mgr.14403) 18462 : audit 0 from='client.367101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:33 smithi079 bash[28699]: cluster 2023-12-08T00:54:33.167846+0000 mgr.a (mgr.14403) 18463 : cluster 0 pgmap v13786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:33 smithi194 bash[32038]: audit 2023-12-08T00:54:32.348874+0000 mgr.a (mgr.14403) 18462 : audit 0 from='client.367101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:33 smithi194 bash[32038]: cluster 2023-12-08T00:54:33.167846+0000 mgr.a (mgr.14403) 18463 : cluster 0 pgmap v13786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:33 smithi135 bash[32435]: audit 2023-12-08T00:54:32.348874+0000 mgr.a (mgr.14403) 18462 : audit 0 from='client.367101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:33 smithi135 bash[32435]: cluster 2023-12-08T00:54:33.167846+0000 mgr.a (mgr.14403) 18463 : cluster 0 pgmap v13786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:36 smithi079 bash[28699]: cluster 2023-12-08T00:54:35.168702+0000 mgr.a (mgr.14403) 18464 : cluster 0 pgmap v13787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:36 smithi194 bash[32038]: cluster 2023-12-08T00:54:35.168702+0000 mgr.a (mgr.14403) 18464 : cluster 0 pgmap v13787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:36 smithi135 bash[32435]: cluster 2023-12-08T00:54:35.168702+0000 mgr.a (mgr.14403) 18464 : cluster 0 pgmap v13787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:37.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:54:37.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:37.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:38 smithi079 bash[28699]: cluster 2023-12-08T00:54:37.169263+0000 mgr.a (mgr.14403) 18465 : cluster 0 pgmap v13788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:38 smithi194 bash[32038]: cluster 2023-12-08T00:54:37.169263+0000 mgr.a (mgr.14403) 18465 : cluster 0 pgmap v13788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:38.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:38 smithi135 bash[32435]: cluster 2023-12-08T00:54:37.169263+0000 mgr.a (mgr.14403) 18465 : cluster 0 pgmap v13788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:38.756 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:54:38.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:38.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:38.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:38.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:54:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:40 smithi079 bash[28699]: audit 2023-12-08T00:54:38.265927+0000 mgr.a (mgr.14403) 18466 : audit 0 from='client.367179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:40 smithi079 bash[28699]: cluster 2023-12-08T00:54:39.170367+0000 mgr.a (mgr.14403) 18467 : cluster 0 pgmap v13789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:54:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:40 smithi194 bash[32038]: audit 2023-12-08T00:54:38.265927+0000 mgr.a (mgr.14403) 18466 : audit 0 from='client.367179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:40 smithi194 bash[32038]: cluster 2023-12-08T00:54:39.170367+0000 mgr.a (mgr.14403) 18467 : cluster 0 pgmap v13789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:54:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:40 smithi135 bash[32435]: audit 2023-12-08T00:54:38.265927+0000 mgr.a (mgr.14403) 18466 : audit 0 from='client.367179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:40 smithi135 bash[32435]: cluster 2023-12-08T00:54:39.170367+0000 mgr.a (mgr.14403) 18467 : cluster 0 pgmap v13789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:54:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:42 smithi079 bash[28699]: cluster 2023-12-08T00:54:41.170988+0000 mgr.a (mgr.14403) 18468 : cluster 0 pgmap v13790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:54:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:42 smithi194 bash[32038]: cluster 2023-12-08T00:54:41.170988+0000 mgr.a (mgr.14403) 18468 : cluster 0 pgmap v13790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:54:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:42 smithi135 bash[32435]: cluster 2023-12-08T00:54:41.170988+0000 mgr.a (mgr.14403) 18468 : cluster 0 pgmap v13790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:54:43.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:54:43.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:43.760 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:43 smithi079 bash[28699]: cluster 2023-12-08T00:54:43.171442+0000 mgr.a (mgr.14403) 18469 : cluster 0 pgmap v13791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:54:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:43 smithi194 bash[32038]: cluster 2023-12-08T00:54:43.171442+0000 mgr.a (mgr.14403) 18469 : cluster 0 pgmap v13791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:54:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:43 smithi135 bash[32435]: cluster 2023-12-08T00:54:43.171442+0000 mgr.a (mgr.14403) 18469 : cluster 0 pgmap v13791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:54:44.672 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:54:44.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:44.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:44.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:44.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:54:45.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:44 smithi079 bash[28699]: audit 2023-12-08T00:54:44.155826+0000 mgr.a (mgr.14403) 18470 : audit 0 from='client.367257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:45.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:44 smithi194 bash[32038]: audit 2023-12-08T00:54:44.155826+0000 mgr.a (mgr.14403) 18470 : audit 0 from='client.367257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:45.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:44 smithi135 bash[32435]: audit 2023-12-08T00:54:44.155826+0000 mgr.a (mgr.14403) 18470 : audit 0 from='client.367257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:46.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:45 smithi079 bash[28699]: cluster 2023-12-08T00:54:45.172515+0000 mgr.a (mgr.14403) 18471 : cluster 0 pgmap v13792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:46.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:45 smithi194 bash[32038]: cluster 2023-12-08T00:54:45.172515+0000 mgr.a (mgr.14403) 18471 : cluster 0 pgmap v13792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:46.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:45 smithi135 bash[32435]: cluster 2023-12-08T00:54:45.172515+0000 mgr.a (mgr.14403) 18471 : cluster 0 pgmap v13792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:48.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:48 smithi079 bash[28699]: cluster 2023-12-08T00:54:47.173123+0000 mgr.a (mgr.14403) 18472 : cluster 0 pgmap v13793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:48 smithi194 bash[32038]: cluster 2023-12-08T00:54:47.173123+0000 mgr.a (mgr.14403) 18472 : cluster 0 pgmap v13793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:48.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:48 smithi135 bash[32435]: cluster 2023-12-08T00:54:47.173123+0000 mgr.a (mgr.14403) 18472 : cluster 0 pgmap v13793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:54:49.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:54:49.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:49.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:50.565 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:54:50.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:50.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:50.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:50.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:54:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:50 smithi079 bash[28699]: cluster 2023-12-08T00:54:49.173993+0000 mgr.a (mgr.14403) 18473 : cluster 0 pgmap v13794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:50 smithi194 bash[32038]: cluster 2023-12-08T00:54:49.173993+0000 mgr.a (mgr.14403) 18473 : cluster 0 pgmap v13794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:50 smithi135 bash[32435]: cluster 2023-12-08T00:54:49.173993+0000 mgr.a (mgr.14403) 18473 : cluster 0 pgmap v13794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:51 smithi079 bash[28699]: audit 2023-12-08T00:54:50.073993+0000 mgr.a (mgr.14403) 18474 : audit 0 from='client.367329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:51 smithi194 bash[32038]: audit 2023-12-08T00:54:50.073993+0000 mgr.a (mgr.14403) 18474 : audit 0 from='client.367329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:51.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:51 smithi135 bash[32435]: audit 2023-12-08T00:54:50.073993+0000 mgr.a (mgr.14403) 18474 : audit 0 from='client.367329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:52 smithi079 bash[28699]: cluster 2023-12-08T00:54:51.174784+0000 mgr.a (mgr.14403) 18475 : cluster 0 pgmap v13795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:54:52.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:52 smithi194 bash[32038]: cluster 2023-12-08T00:54:51.174784+0000 mgr.a (mgr.14403) 18475 : cluster 0 pgmap v13795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:54:52.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:52 smithi135 bash[32435]: cluster 2023-12-08T00:54:51.174784+0000 mgr.a (mgr.14403) 18475 : cluster 0 pgmap v13795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:54:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:53 smithi079 bash[28699]: cluster 2023-12-08T00:54:53.175379+0000 mgr.a (mgr.14403) 18476 : cluster 0 pgmap v13796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:54:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:53 smithi194 bash[32038]: cluster 2023-12-08T00:54:53.175379+0000 mgr.a (mgr.14403) 18476 : cluster 0 pgmap v13796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:54:54.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:53 smithi135 bash[32435]: cluster 2023-12-08T00:54:53.175379+0000 mgr.a (mgr.14403) 18476 : cluster 0 pgmap v13796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:54:55.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:54:55.567 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:54:55.567 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:54:56.457 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:54:56.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:54:56.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:54:56.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:54:56.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:54:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:56 smithi079 bash[28699]: cluster 2023-12-08T00:54:55.176113+0000 mgr.a (mgr.14403) 18477 : cluster 0 pgmap v13797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:54:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:56 smithi194 bash[32038]: cluster 2023-12-08T00:54:55.176113+0000 mgr.a (mgr.14403) 18477 : cluster 0 pgmap v13797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:54:56.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:56 smithi135 bash[32435]: cluster 2023-12-08T00:54:55.176113+0000 mgr.a (mgr.14403) 18477 : cluster 0 pgmap v13797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:54:57.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:57 smithi079 bash[28699]: audit 2023-12-08T00:54:55.959219+0000 mgr.a (mgr.14403) 18478 : audit 0 from='client.367404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:57 smithi194 bash[32038]: audit 2023-12-08T00:54:55.959219+0000 mgr.a (mgr.14403) 18478 : audit 0 from='client.367404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:57.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:57 smithi135 bash[32435]: audit 2023-12-08T00:54:55.959219+0000 mgr.a (mgr.14403) 18478 : audit 0 from='client.367404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:54:58.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:58 smithi079 bash[28699]: cluster 2023-12-08T00:54:57.176915+0000 mgr.a (mgr.14403) 18479 : cluster 0 pgmap v13798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:58 smithi194 bash[32038]: cluster 2023-12-08T00:54:57.176915+0000 mgr.a (mgr.14403) 18479 : cluster 0 pgmap v13798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:58 smithi135 bash[32435]: cluster 2023-12-08T00:54:57.176915+0000 mgr.a (mgr.14403) 18479 : cluster 0 pgmap v13798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:54:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:54:59 smithi079 bash[28699]: cluster 2023-12-08T00:54:59.177753+0000 mgr.a (mgr.14403) 18480 : cluster 0 pgmap v13799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:54:59 smithi194 bash[32038]: cluster 2023-12-08T00:54:59.177753+0000 mgr.a (mgr.14403) 18480 : cluster 0 pgmap v13799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:54:59.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:54:59 smithi135 bash[32435]: cluster 2023-12-08T00:54:59.177753+0000 mgr.a (mgr.14403) 18480 : cluster 0 pgmap v13799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:01.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:55:01.460 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:01.460 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:02.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:02.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:02.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:02.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:55:02.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:55:02.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:02 smithi079 bash[28699]: cluster 2023-12-08T00:55:01.178350+0000 mgr.a (mgr.14403) 18481 : cluster 0 pgmap v13800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:02 smithi194 bash[32038]: cluster 2023-12-08T00:55:01.178350+0000 mgr.a (mgr.14403) 18481 : cluster 0 pgmap v13800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:02 smithi135 bash[32435]: cluster 2023-12-08T00:55:01.178350+0000 mgr.a (mgr.14403) 18481 : cluster 0 pgmap v13800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:03 smithi079 bash[28699]: audit 2023-12-08T00:55:01.859668+0000 mgr.a (mgr.14403) 18482 : audit 0 from='client.367479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:03 smithi194 bash[32038]: audit 2023-12-08T00:55:01.859668+0000 mgr.a (mgr.14403) 18482 : audit 0 from='client.367479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:03.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:03 smithi135 bash[32435]: audit 2023-12-08T00:55:01.859668+0000 mgr.a (mgr.14403) 18482 : audit 0 from='client.367479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:04 smithi079 bash[28699]: cluster 2023-12-08T00:55:03.179057+0000 mgr.a (mgr.14403) 18483 : cluster 0 pgmap v13801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:04 smithi194 bash[32038]: cluster 2023-12-08T00:55:03.179057+0000 mgr.a (mgr.14403) 18483 : cluster 0 pgmap v13801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:04.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:04 smithi135 bash[32435]: cluster 2023-12-08T00:55:03.179057+0000 mgr.a (mgr.14403) 18483 : cluster 0 pgmap v13801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:06 smithi079 bash[28699]: cluster 2023-12-08T00:55:05.179804+0000 mgr.a (mgr.14403) 18484 : cluster 0 pgmap v13802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:06 smithi194 bash[32038]: cluster 2023-12-08T00:55:05.179804+0000 mgr.a (mgr.14403) 18484 : cluster 0 pgmap v13802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:06 smithi135 bash[32435]: cluster 2023-12-08T00:55:05.179804+0000 mgr.a (mgr.14403) 18484 : cluster 0 pgmap v13802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:07.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:55:07.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:07.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:08.259 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:55:08.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:08.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:08.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:08.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:55:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:08 smithi079 bash[28699]: cluster 2023-12-08T00:55:07.180372+0000 mgr.a (mgr.14403) 18485 : cluster 0 pgmap v13803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:08 smithi194 bash[32038]: cluster 2023-12-08T00:55:07.180372+0000 mgr.a (mgr.14403) 18485 : cluster 0 pgmap v13803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:08 smithi135 bash[32435]: cluster 2023-12-08T00:55:07.180372+0000 mgr.a (mgr.14403) 18485 : cluster 0 pgmap v13803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:09 smithi079 bash[28699]: audit 2023-12-08T00:55:07.769795+0000 mgr.a (mgr.14403) 18486 : audit 0 from='client.367551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:09 smithi079 bash[28699]: audit 2023-12-08T00:55:08.572645+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:55:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:09 smithi194 bash[32038]: audit 2023-12-08T00:55:07.769795+0000 mgr.a (mgr.14403) 18486 : audit 0 from='client.367551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:09 smithi194 bash[32038]: audit 2023-12-08T00:55:08.572645+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:55:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:09 smithi135 bash[32435]: audit 2023-12-08T00:55:07.769795+0000 mgr.a (mgr.14403) 18486 : audit 0 from='client.367551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:09 smithi135 bash[32435]: audit 2023-12-08T00:55:08.572645+0000 mon.a (mon.0) 3012 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:55:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:10 smithi079 bash[28699]: cluster 2023-12-08T00:55:09.181214+0000 mgr.a (mgr.14403) 18487 : cluster 0 pgmap v13804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:10 smithi079 bash[28699]: audit 2023-12-08T00:55:09.303660+0000 mon.a (mon.0) 3013 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:55:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:10 smithi079 bash[28699]: audit 2023-12-08T00:55:09.305406+0000 mon.a (mon.0) 3014 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:55:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:10 smithi079 bash[28699]: audit 2023-12-08T00:55:09.313783+0000 mon.a (mon.0) 3015 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:55:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:10 smithi194 bash[32038]: cluster 2023-12-08T00:55:09.181214+0000 mgr.a (mgr.14403) 18487 : cluster 0 pgmap v13804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:10 smithi194 bash[32038]: audit 2023-12-08T00:55:09.303660+0000 mon.a (mon.0) 3013 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:55:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:10 smithi194 bash[32038]: audit 2023-12-08T00:55:09.305406+0000 mon.a (mon.0) 3014 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:55:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:10 smithi194 bash[32038]: audit 2023-12-08T00:55:09.313783+0000 mon.a (mon.0) 3015 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:55:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:10 smithi135 bash[32435]: cluster 2023-12-08T00:55:09.181214+0000 mgr.a (mgr.14403) 18487 : cluster 0 pgmap v13804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:10 smithi135 bash[32435]: audit 2023-12-08T00:55:09.303660+0000 mon.a (mon.0) 3013 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:55:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:10 smithi135 bash[32435]: audit 2023-12-08T00:55:09.305406+0000 mon.a (mon.0) 3014 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:55:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:10 smithi135 bash[32435]: audit 2023-12-08T00:55:09.313783+0000 mon.a (mon.0) 3015 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:55:11.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:11 smithi079 bash[28699]: cluster 2023-12-08T00:55:11.181886+0000 mgr.a (mgr.14403) 18488 : cluster 0 pgmap v13805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:11 smithi194 bash[32038]: cluster 2023-12-08T00:55:11.181886+0000 mgr.a (mgr.14403) 18488 : cluster 0 pgmap v13805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:11 smithi135 bash[32435]: cluster 2023-12-08T00:55:11.181886+0000 mgr.a (mgr.14403) 18488 : cluster 0 pgmap v13805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:13.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:55:13.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:13.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:13 smithi079 bash[28699]: cluster 2023-12-08T00:55:13.182469+0000 mgr.a (mgr.14403) 18489 : cluster 0 pgmap v13806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:14.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:14.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:14.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:14.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:55:14.148 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:55:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:13 smithi194 bash[32038]: cluster 2023-12-08T00:55:13.182469+0000 mgr.a (mgr.14403) 18489 : cluster 0 pgmap v13806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:13 smithi135 bash[32435]: cluster 2023-12-08T00:55:13.182469+0000 mgr.a (mgr.14403) 18489 : cluster 0 pgmap v13806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:14 smithi079 bash[28699]: audit 2023-12-08T00:55:13.657573+0000 mgr.a (mgr.14403) 18490 : audit 0 from='client.367629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:14 smithi194 bash[32038]: audit 2023-12-08T00:55:13.657573+0000 mgr.a (mgr.14403) 18490 : audit 0 from='client.367629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:15.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:14 smithi135 bash[32435]: audit 2023-12-08T00:55:13.657573+0000 mgr.a (mgr.14403) 18490 : audit 0 from='client.367629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:16.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:15 smithi079 bash[28699]: cluster 2023-12-08T00:55:15.183544+0000 mgr.a (mgr.14403) 18491 : cluster 0 pgmap v13807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:15 smithi194 bash[32038]: cluster 2023-12-08T00:55:15.183544+0000 mgr.a (mgr.14403) 18491 : cluster 0 pgmap v13807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:15 smithi135 bash[32435]: cluster 2023-12-08T00:55:15.183544+0000 mgr.a (mgr.14403) 18491 : cluster 0 pgmap v13807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:18 smithi079 bash[28699]: cluster 2023-12-08T00:55:17.184118+0000 mgr.a (mgr.14403) 18492 : cluster 0 pgmap v13808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:18 smithi194 bash[32038]: cluster 2023-12-08T00:55:17.184118+0000 mgr.a (mgr.14403) 18492 : cluster 0 pgmap v13808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:18 smithi135 bash[32435]: cluster 2023-12-08T00:55:17.184118+0000 mgr.a (mgr.14403) 18492 : cluster 0 pgmap v13808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:19.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:55:19.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:19.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:20.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:20.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:20.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:20.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:55:20.056 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:55:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:20 smithi079 bash[28699]: cluster 2023-12-08T00:55:19.184873+0000 mgr.a (mgr.14403) 18493 : cluster 0 pgmap v13809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:20 smithi194 bash[32038]: cluster 2023-12-08T00:55:19.184873+0000 mgr.a (mgr.14403) 18493 : cluster 0 pgmap v13809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:20 smithi135 bash[32435]: cluster 2023-12-08T00:55:19.184873+0000 mgr.a (mgr.14403) 18493 : cluster 0 pgmap v13809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:21 smithi079 bash[28699]: audit 2023-12-08T00:55:19.544983+0000 mgr.a (mgr.14403) 18494 : audit 0 from='client.367707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:21 smithi194 bash[32038]: audit 2023-12-08T00:55:19.544983+0000 mgr.a (mgr.14403) 18494 : audit 0 from='client.367707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:21.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:21 smithi135 bash[32435]: audit 2023-12-08T00:55:19.544983+0000 mgr.a (mgr.14403) 18494 : audit 0 from='client.367707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:22.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:22 smithi079 bash[28699]: cluster 2023-12-08T00:55:21.185530+0000 mgr.a (mgr.14403) 18495 : cluster 0 pgmap v13810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:22 smithi194 bash[32038]: cluster 2023-12-08T00:55:21.185530+0000 mgr.a (mgr.14403) 18495 : cluster 0 pgmap v13810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:22 smithi135 bash[32435]: cluster 2023-12-08T00:55:21.185530+0000 mgr.a (mgr.14403) 18495 : cluster 0 pgmap v13810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:23 smithi079 bash[28699]: cluster 2023-12-08T00:55:23.186142+0000 mgr.a (mgr.14403) 18496 : cluster 0 pgmap v13811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:23 smithi194 bash[32038]: cluster 2023-12-08T00:55:23.186142+0000 mgr.a (mgr.14403) 18496 : cluster 0 pgmap v13811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:24.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:23 smithi135 bash[32435]: cluster 2023-12-08T00:55:23.186142+0000 mgr.a (mgr.14403) 18496 : cluster 0 pgmap v13811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:55:25.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:55:25.060 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:25.060 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:25.947 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:55:25.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:25.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:25.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:25.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:55:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:26 smithi079 bash[28699]: cluster 2023-12-08T00:55:25.186746+0000 mgr.a (mgr.14403) 18497 : cluster 0 pgmap v13812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:26 smithi194 bash[32038]: cluster 2023-12-08T00:55:25.186746+0000 mgr.a (mgr.14403) 18497 : cluster 0 pgmap v13812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:26 smithi135 bash[32435]: cluster 2023-12-08T00:55:25.186746+0000 mgr.a (mgr.14403) 18497 : cluster 0 pgmap v13812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:27 smithi079 bash[28699]: audit 2023-12-08T00:55:25.447222+0000 mgr.a (mgr.14403) 18498 : audit 0 from='client.367779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:27 smithi194 bash[32038]: audit 2023-12-08T00:55:25.447222+0000 mgr.a (mgr.14403) 18498 : audit 0 from='client.367779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:27.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:27 smithi135 bash[32435]: audit 2023-12-08T00:55:25.447222+0000 mgr.a (mgr.14403) 18498 : audit 0 from='client.367779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:28.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:28 smithi079 bash[28699]: cluster 2023-12-08T00:55:27.187408+0000 mgr.a (mgr.14403) 18499 : cluster 0 pgmap v13813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:28 smithi194 bash[32038]: cluster 2023-12-08T00:55:27.187408+0000 mgr.a (mgr.14403) 18499 : cluster 0 pgmap v13813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:28.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:28 smithi135 bash[32435]: cluster 2023-12-08T00:55:27.187408+0000 mgr.a (mgr.14403) 18499 : cluster 0 pgmap v13813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:29 smithi079 bash[28699]: cluster 2023-12-08T00:55:29.188197+0000 mgr.a (mgr.14403) 18500 : cluster 0 pgmap v13814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:29 smithi194 bash[32038]: cluster 2023-12-08T00:55:29.188197+0000 mgr.a (mgr.14403) 18500 : cluster 0 pgmap v13814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:29.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:29 smithi135 bash[32435]: cluster 2023-12-08T00:55:29.188197+0000 mgr.a (mgr.14403) 18500 : cluster 0 pgmap v13814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:30.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:55:30.951 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:30.951 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:31.849 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:55:31.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:31.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:31.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:31.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:55:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:32 smithi079 bash[28699]: cluster 2023-12-08T00:55:31.188732+0000 mgr.a (mgr.14403) 18501 : cluster 0 pgmap v13815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:32 smithi194 bash[32038]: cluster 2023-12-08T00:55:31.188732+0000 mgr.a (mgr.14403) 18501 : cluster 0 pgmap v13815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:32.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:32 smithi135 bash[32435]: cluster 2023-12-08T00:55:31.188732+0000 mgr.a (mgr.14403) 18501 : cluster 0 pgmap v13815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:33.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:33 smithi079 bash[28699]: audit 2023-12-08T00:55:31.362208+0000 mgr.a (mgr.14403) 18502 : audit 0 from='client.262943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:33 smithi194 bash[32038]: audit 2023-12-08T00:55:31.362208+0000 mgr.a (mgr.14403) 18502 : audit 0 from='client.262943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:33.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:33 smithi135 bash[32435]: audit 2023-12-08T00:55:31.362208+0000 mgr.a (mgr.14403) 18502 : audit 0 from='client.262943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:34.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:34 smithi079 bash[28699]: cluster 2023-12-08T00:55:33.189401+0000 mgr.a (mgr.14403) 18503 : cluster 0 pgmap v13816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:34 smithi194 bash[32038]: cluster 2023-12-08T00:55:33.189401+0000 mgr.a (mgr.14403) 18503 : cluster 0 pgmap v13816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:34.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:34 smithi135 bash[32435]: cluster 2023-12-08T00:55:33.189401+0000 mgr.a (mgr.14403) 18503 : cluster 0 pgmap v13816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:36 smithi079 bash[28699]: cluster 2023-12-08T00:55:35.190187+0000 mgr.a (mgr.14403) 18504 : cluster 0 pgmap v13817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:36 smithi194 bash[32038]: cluster 2023-12-08T00:55:35.190187+0000 mgr.a (mgr.14403) 18504 : cluster 0 pgmap v13817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:36 smithi135 bash[32435]: cluster 2023-12-08T00:55:35.190187+0000 mgr.a (mgr.14403) 18504 : cluster 0 pgmap v13817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:36.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:55:36.852 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:36.852 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:37.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:37 smithi079 bash[28699]: cluster 2023-12-08T00:55:37.190748+0000 mgr.a (mgr.14403) 18505 : cluster 0 pgmap v13818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:37 smithi194 bash[32038]: cluster 2023-12-08T00:55:37.190748+0000 mgr.a (mgr.14403) 18505 : cluster 0 pgmap v13818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:37.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:37 smithi135 bash[32435]: cluster 2023-12-08T00:55:37.190748+0000 mgr.a (mgr.14403) 18505 : cluster 0 pgmap v13818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:37.749 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:55:37.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:37.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:37.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:37.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:55:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:38 smithi079 bash[28699]: audit 2023-12-08T00:55:37.257214+0000 mgr.a (mgr.14403) 18506 : audit 0 from='client.367929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:39.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:38 smithi194 bash[32038]: audit 2023-12-08T00:55:37.257214+0000 mgr.a (mgr.14403) 18506 : audit 0 from='client.367929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:38 smithi135 bash[32435]: audit 2023-12-08T00:55:37.257214+0000 mgr.a (mgr.14403) 18506 : audit 0 from='client.367929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:40.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:39 smithi079 bash[28699]: cluster 2023-12-08T00:55:39.191642+0000 mgr.a (mgr.14403) 18507 : cluster 0 pgmap v13819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:39 smithi194 bash[32038]: cluster 2023-12-08T00:55:39.191642+0000 mgr.a (mgr.14403) 18507 : cluster 0 pgmap v13819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:40.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:39 smithi135 bash[32435]: cluster 2023-12-08T00:55:39.191642+0000 mgr.a (mgr.14403) 18507 : cluster 0 pgmap v13819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:55:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:42 smithi079 bash[28699]: cluster 2023-12-08T00:55:41.192326+0000 mgr.a (mgr.14403) 18508 : cluster 0 pgmap v13820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:42 smithi194 bash[32038]: cluster 2023-12-08T00:55:41.192326+0000 mgr.a (mgr.14403) 18508 : cluster 0 pgmap v13820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:42.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:42 smithi135 bash[32435]: cluster 2023-12-08T00:55:41.192326+0000 mgr.a (mgr.14403) 18508 : cluster 0 pgmap v13820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:42.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:55:42.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:42.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:43.653 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:55:43.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:43.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:43.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:43.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:55:44.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:43 smithi079 bash[28699]: audit 2023-12-08T00:55:43.157140+0000 mgr.a (mgr.14403) 18509 : audit 0 from='client.368001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:43 smithi079 bash[28699]: cluster 2023-12-08T00:55:43.193099+0000 mgr.a (mgr.14403) 18510 : cluster 0 pgmap v13821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:43 smithi194 bash[32038]: audit 2023-12-08T00:55:43.157140+0000 mgr.a (mgr.14403) 18509 : audit 0 from='client.368001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:43 smithi194 bash[32038]: cluster 2023-12-08T00:55:43.193099+0000 mgr.a (mgr.14403) 18510 : cluster 0 pgmap v13821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:43 smithi135 bash[32435]: audit 2023-12-08T00:55:43.157140+0000 mgr.a (mgr.14403) 18509 : audit 0 from='client.368001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:43 smithi135 bash[32435]: cluster 2023-12-08T00:55:43.193099+0000 mgr.a (mgr.14403) 18510 : cluster 0 pgmap v13821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:46 smithi079 bash[28699]: cluster 2023-12-08T00:55:45.194150+0000 mgr.a (mgr.14403) 18511 : cluster 0 pgmap v13822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:55:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:46 smithi194 bash[32038]: cluster 2023-12-08T00:55:45.194150+0000 mgr.a (mgr.14403) 18511 : cluster 0 pgmap v13822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:55:46.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:46 smithi135 bash[32435]: cluster 2023-12-08T00:55:45.194150+0000 mgr.a (mgr.14403) 18511 : cluster 0 pgmap v13822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:55:48.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:48 smithi079 bash[28699]: cluster 2023-12-08T00:55:47.194800+0000 mgr.a (mgr.14403) 18512 : cluster 0 pgmap v13823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:55:48.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:55:48.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:48.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:48 smithi194 bash[32038]: cluster 2023-12-08T00:55:47.194800+0000 mgr.a (mgr.14403) 18512 : cluster 0 pgmap v13823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:55:48.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:48 smithi135 bash[32435]: cluster 2023-12-08T00:55:47.194800+0000 mgr.a (mgr.14403) 18512 : cluster 0 pgmap v13823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:55:49.576 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:55:49.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:49.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:49.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:49.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:55:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:50 smithi079 bash[28699]: audit 2023-12-08T00:55:49.058479+0000 mgr.a (mgr.14403) 18513 : audit 0 from='client.368070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:50 smithi079 bash[28699]: cluster 2023-12-08T00:55:49.208662+0000 mgr.a (mgr.14403) 18514 : cluster 0 pgmap v13824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:50 smithi194 bash[32038]: audit 2023-12-08T00:55:49.058479+0000 mgr.a (mgr.14403) 18513 : audit 0 from='client.368070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:50 smithi194 bash[32038]: cluster 2023-12-08T00:55:49.208662+0000 mgr.a (mgr.14403) 18514 : cluster 0 pgmap v13824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:50 smithi135 bash[32435]: audit 2023-12-08T00:55:49.058479+0000 mgr.a (mgr.14403) 18513 : audit 0 from='client.368070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:50 smithi135 bash[32435]: cluster 2023-12-08T00:55:49.208662+0000 mgr.a (mgr.14403) 18514 : cluster 0 pgmap v13824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:51 smithi079 bash[28699]: cluster 2023-12-08T00:55:51.209434+0000 mgr.a (mgr.14403) 18515 : cluster 0 pgmap v13825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:55:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:51 smithi194 bash[32038]: cluster 2023-12-08T00:55:51.209434+0000 mgr.a (mgr.14403) 18515 : cluster 0 pgmap v13825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:55:51.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:51 smithi135 bash[32435]: cluster 2023-12-08T00:55:51.209434+0000 mgr.a (mgr.14403) 18515 : cluster 0 pgmap v13825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:55:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:53 smithi079 bash[28699]: cluster 2023-12-08T00:55:53.209994+0000 mgr.a (mgr.14403) 18516 : cluster 0 pgmap v13826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:55:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:53 smithi194 bash[32038]: cluster 2023-12-08T00:55:53.209994+0000 mgr.a (mgr.14403) 18516 : cluster 0 pgmap v13826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:55:54.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:53 smithi135 bash[32435]: cluster 2023-12-08T00:55:53.209994+0000 mgr.a (mgr.14403) 18516 : cluster 0 pgmap v13826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T00:55:54.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:55:54.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:55:54.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:55:55.471 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:55:55.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:55:55.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:55:55.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:55:55.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:55:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:55 smithi079 bash[28699]: audit 2023-12-08T00:55:54.982598+0000 mgr.a (mgr.14403) 18517 : audit 0 from='client.368148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:55 smithi079 bash[28699]: cluster 2023-12-08T00:55:55.210934+0000 mgr.a (mgr.14403) 18518 : cluster 0 pgmap v13827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:55 smithi194 bash[32038]: audit 2023-12-08T00:55:54.982598+0000 mgr.a (mgr.14403) 18517 : audit 0 from='client.368148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:55 smithi194 bash[32038]: cluster 2023-12-08T00:55:55.210934+0000 mgr.a (mgr.14403) 18518 : cluster 0 pgmap v13827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:55.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:55 smithi135 bash[32435]: audit 2023-12-08T00:55:54.982598+0000 mgr.a (mgr.14403) 18517 : audit 0 from='client.368148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:55:55.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:55 smithi135 bash[32435]: cluster 2023-12-08T00:55:55.210934+0000 mgr.a (mgr.14403) 18518 : cluster 0 pgmap v13827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:55:57.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:57 smithi079 bash[28699]: cluster 2023-12-08T00:55:57.211567+0000 mgr.a (mgr.14403) 18519 : cluster 0 pgmap v13828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:55:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:57 smithi194 bash[32038]: cluster 2023-12-08T00:55:57.211567+0000 mgr.a (mgr.14403) 18519 : cluster 0 pgmap v13828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:55:57.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:57 smithi135 bash[32435]: cluster 2023-12-08T00:55:57.211567+0000 mgr.a (mgr.14403) 18519 : cluster 0 pgmap v13828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:55:59.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:55:59 smithi079 bash[28699]: cluster 2023-12-08T00:55:59.212355+0000 mgr.a (mgr.14403) 18520 : cluster 0 pgmap v13829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:55:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:55:59 smithi194 bash[32038]: cluster 2023-12-08T00:55:59.212355+0000 mgr.a (mgr.14403) 18520 : cluster 0 pgmap v13829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:55:59.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:55:59 smithi135 bash[32435]: cluster 2023-12-08T00:55:59.212355+0000 mgr.a (mgr.14403) 18520 : cluster 0 pgmap v13829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:56:00.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:56:00.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:00.475 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:01.389 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:56:01.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:01.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:01.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:01.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:56:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:01 smithi079 bash[28699]: audit 2023-12-08T00:56:00.879870+0000 mgr.a (mgr.14403) 18521 : audit 0 from='client.368226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:01 smithi079 bash[28699]: cluster 2023-12-08T00:56:01.212912+0000 mgr.a (mgr.14403) 18522 : cluster 0 pgmap v13830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:01 smithi194 bash[32038]: audit 2023-12-08T00:56:00.879870+0000 mgr.a (mgr.14403) 18521 : audit 0 from='client.368226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:01 smithi194 bash[32038]: cluster 2023-12-08T00:56:01.212912+0000 mgr.a (mgr.14403) 18522 : cluster 0 pgmap v13830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:01.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:01 smithi135 bash[32435]: audit 2023-12-08T00:56:00.879870+0000 mgr.a (mgr.14403) 18521 : audit 0 from='client.368226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:01.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:01 smithi135 bash[32435]: cluster 2023-12-08T00:56:01.212912+0000 mgr.a (mgr.14403) 18522 : cluster 0 pgmap v13830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:03 smithi079 bash[28699]: cluster 2023-12-08T00:56:03.213512+0000 mgr.a (mgr.14403) 18523 : cluster 0 pgmap v13831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:03 smithi194 bash[32038]: cluster 2023-12-08T00:56:03.213512+0000 mgr.a (mgr.14403) 18523 : cluster 0 pgmap v13831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:03 smithi135 bash[32435]: cluster 2023-12-08T00:56:03.213512+0000 mgr.a (mgr.14403) 18523 : cluster 0 pgmap v13831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:05 smithi079 bash[28699]: cluster 2023-12-08T00:56:05.214269+0000 mgr.a (mgr.14403) 18524 : cluster 0 pgmap v13832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:05 smithi194 bash[32038]: cluster 2023-12-08T00:56:05.214269+0000 mgr.a (mgr.14403) 18524 : cluster 0 pgmap v13832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:05.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:05 smithi135 bash[32435]: cluster 2023-12-08T00:56:05.214269+0000 mgr.a (mgr.14403) 18524 : cluster 0 pgmap v13832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:06.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:56:06.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:06.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:07.309 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:56:07.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:07.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:07.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:07.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:56:07.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:07 smithi079 bash[28699]: audit 2023-12-08T00:56:06.799261+0000 mgr.a (mgr.14403) 18525 : audit 0 from='client.368298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:07 smithi079 bash[28699]: cluster 2023-12-08T00:56:07.215017+0000 mgr.a (mgr.14403) 18526 : cluster 0 pgmap v13833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:07 smithi194 bash[32038]: audit 2023-12-08T00:56:06.799261+0000 mgr.a (mgr.14403) 18525 : audit 0 from='client.368298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:07 smithi194 bash[32038]: cluster 2023-12-08T00:56:07.215017+0000 mgr.a (mgr.14403) 18526 : cluster 0 pgmap v13833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:07.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:07 smithi135 bash[32435]: audit 2023-12-08T00:56:06.799261+0000 mgr.a (mgr.14403) 18525 : audit 0 from='client.368298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:07.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:07 smithi135 bash[32435]: cluster 2023-12-08T00:56:07.215017+0000 mgr.a (mgr.14403) 18526 : cluster 0 pgmap v13833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:09 smithi079 bash[28699]: cluster 2023-12-08T00:56:09.215803+0000 mgr.a (mgr.14403) 18527 : cluster 0 pgmap v13834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:09 smithi194 bash[32038]: cluster 2023-12-08T00:56:09.215803+0000 mgr.a (mgr.14403) 18527 : cluster 0 pgmap v13834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:09.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:09 smithi135 bash[32435]: cluster 2023-12-08T00:56:09.215803+0000 mgr.a (mgr.14403) 18527 : cluster 0 pgmap v13834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:10 smithi079 bash[28699]: audit 2023-12-08T00:56:09.416546+0000 mon.a (mon.0) 3016 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:56:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:10 smithi079 bash[28699]: audit 2023-12-08T00:56:10.206109+0000 mon.a (mon.0) 3017 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:56:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:10 smithi079 bash[28699]: audit 2023-12-08T00:56:10.207700+0000 mon.a (mon.0) 3018 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:56:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:10 smithi079 bash[28699]: audit 2023-12-08T00:56:10.217745+0000 mon.a (mon.0) 3019 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:56:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:10 smithi194 bash[32038]: audit 2023-12-08T00:56:09.416546+0000 mon.a (mon.0) 3016 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:56:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:10 smithi194 bash[32038]: audit 2023-12-08T00:56:10.206109+0000 mon.a (mon.0) 3017 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:56:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:10 smithi194 bash[32038]: audit 2023-12-08T00:56:10.207700+0000 mon.a (mon.0) 3018 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:56:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:10 smithi194 bash[32038]: audit 2023-12-08T00:56:10.217745+0000 mon.a (mon.0) 3019 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:56:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:10 smithi135 bash[32435]: audit 2023-12-08T00:56:09.416546+0000 mon.a (mon.0) 3016 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:56:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:10 smithi135 bash[32435]: audit 2023-12-08T00:56:10.206109+0000 mon.a (mon.0) 3017 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:56:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:10 smithi135 bash[32435]: audit 2023-12-08T00:56:10.207700+0000 mon.a (mon.0) 3018 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:56:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:10 smithi135 bash[32435]: audit 2023-12-08T00:56:10.217745+0000 mon.a (mon.0) 3019 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:56:11.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:11 smithi079 bash[28699]: cluster 2023-12-08T00:56:11.216290+0000 mgr.a (mgr.14403) 18528 : cluster 0 pgmap v13835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:11 smithi194 bash[32038]: cluster 2023-12-08T00:56:11.216290+0000 mgr.a (mgr.14403) 18528 : cluster 0 pgmap v13835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:11 smithi135 bash[32435]: cluster 2023-12-08T00:56:11.216290+0000 mgr.a (mgr.14403) 18528 : cluster 0 pgmap v13835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:12.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:56:12.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:12.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:13.197 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:56:13.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:13.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:13.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:13.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:56:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:13 smithi079 bash[28699]: audit 2023-12-08T00:56:12.714119+0000 mgr.a (mgr.14403) 18529 : audit 0 from='client.368373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:13 smithi079 bash[28699]: cluster 2023-12-08T00:56:13.216921+0000 mgr.a (mgr.14403) 18530 : cluster 0 pgmap v13836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:13 smithi194 bash[32038]: audit 2023-12-08T00:56:12.714119+0000 mgr.a (mgr.14403) 18529 : audit 0 from='client.368373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:13 smithi194 bash[32038]: cluster 2023-12-08T00:56:13.216921+0000 mgr.a (mgr.14403) 18530 : cluster 0 pgmap v13836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:13 smithi135 bash[32435]: audit 2023-12-08T00:56:12.714119+0000 mgr.a (mgr.14403) 18529 : audit 0 from='client.368373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:13 smithi135 bash[32435]: cluster 2023-12-08T00:56:13.216921+0000 mgr.a (mgr.14403) 18530 : cluster 0 pgmap v13836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:15.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:15 smithi079 bash[28699]: cluster 2023-12-08T00:56:15.217773+0000 mgr.a (mgr.14403) 18531 : cluster 0 pgmap v13837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:15 smithi194 bash[32038]: cluster 2023-12-08T00:56:15.217773+0000 mgr.a (mgr.14403) 18531 : cluster 0 pgmap v13837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:15.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:15 smithi135 bash[32435]: cluster 2023-12-08T00:56:15.217773+0000 mgr.a (mgr.14403) 18531 : cluster 0 pgmap v13837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:17.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:17 smithi079 bash[28699]: cluster 2023-12-08T00:56:17.218330+0000 mgr.a (mgr.14403) 18532 : cluster 0 pgmap v13838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:17 smithi194 bash[32038]: cluster 2023-12-08T00:56:17.218330+0000 mgr.a (mgr.14403) 18532 : cluster 0 pgmap v13838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:17.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:17 smithi135 bash[32435]: cluster 2023-12-08T00:56:17.218330+0000 mgr.a (mgr.14403) 18532 : cluster 0 pgmap v13838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:18.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:56:18.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:18.201 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:19.142 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:56:19.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:19.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:19.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:19.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:56:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:19 smithi079 bash[28699]: audit 2023-12-08T00:56:18.603009+0000 mgr.a (mgr.14403) 18533 : audit 0 from='client.368448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:19.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:19 smithi079 bash[28699]: cluster 2023-12-08T00:56:19.219491+0000 mgr.a (mgr.14403) 18534 : cluster 0 pgmap v13839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:19 smithi194 bash[32038]: audit 2023-12-08T00:56:18.603009+0000 mgr.a (mgr.14403) 18533 : audit 0 from='client.368448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:19 smithi194 bash[32038]: cluster 2023-12-08T00:56:19.219491+0000 mgr.a (mgr.14403) 18534 : cluster 0 pgmap v13839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:19 smithi135 bash[32435]: audit 2023-12-08T00:56:18.603009+0000 mgr.a (mgr.14403) 18533 : audit 0 from='client.368448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:19 smithi135 bash[32435]: cluster 2023-12-08T00:56:19.219491+0000 mgr.a (mgr.14403) 18534 : cluster 0 pgmap v13839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:21.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:21 smithi079 bash[28699]: cluster 2023-12-08T00:56:21.220104+0000 mgr.a (mgr.14403) 18535 : cluster 0 pgmap v13840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:21 smithi194 bash[32038]: cluster 2023-12-08T00:56:21.220104+0000 mgr.a (mgr.14403) 18535 : cluster 0 pgmap v13840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:21.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:21 smithi135 bash[32435]: cluster 2023-12-08T00:56:21.220104+0000 mgr.a (mgr.14403) 18535 : cluster 0 pgmap v13840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:24.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:23 smithi079 bash[28699]: cluster 2023-12-08T00:56:23.220676+0000 mgr.a (mgr.14403) 18536 : cluster 0 pgmap v13841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:24.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:56:24.146 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:24.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:23 smithi194 bash[32038]: cluster 2023-12-08T00:56:23.220676+0000 mgr.a (mgr.14403) 18536 : cluster 0 pgmap v13841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:24.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:23 smithi135 bash[32435]: cluster 2023-12-08T00:56:23.220676+0000 mgr.a (mgr.14403) 18536 : cluster 0 pgmap v13841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:25.058 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:56:25.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:25.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:25.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:25.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:56:25.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:25 smithi079 bash[28699]: audit 2023-12-08T00:56:24.541197+0000 mgr.a (mgr.14403) 18537 : audit 0 from='client.368523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:25 smithi079 bash[28699]: cluster 2023-12-08T00:56:25.221812+0000 mgr.a (mgr.14403) 18538 : cluster 0 pgmap v13842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:25 smithi194 bash[32038]: audit 2023-12-08T00:56:24.541197+0000 mgr.a (mgr.14403) 18537 : audit 0 from='client.368523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:25 smithi194 bash[32038]: cluster 2023-12-08T00:56:25.221812+0000 mgr.a (mgr.14403) 18538 : cluster 0 pgmap v13842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:25.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:25 smithi135 bash[32435]: audit 2023-12-08T00:56:24.541197+0000 mgr.a (mgr.14403) 18537 : audit 0 from='client.368523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:25.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:25 smithi135 bash[32435]: cluster 2023-12-08T00:56:25.221812+0000 mgr.a (mgr.14403) 18538 : cluster 0 pgmap v13842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:27.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:27 smithi079 bash[28699]: cluster 2023-12-08T00:56:27.222418+0000 mgr.a (mgr.14403) 18539 : cluster 0 pgmap v13843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:27 smithi194 bash[32038]: cluster 2023-12-08T00:56:27.222418+0000 mgr.a (mgr.14403) 18539 : cluster 0 pgmap v13843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:27.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:27 smithi135 bash[32435]: cluster 2023-12-08T00:56:27.222418+0000 mgr.a (mgr.14403) 18539 : cluster 0 pgmap v13843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:29.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:29 smithi079 bash[28699]: cluster 2023-12-08T00:56:29.223099+0000 mgr.a (mgr.14403) 18540 : cluster 0 pgmap v13844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:29 smithi194 bash[32038]: cluster 2023-12-08T00:56:29.223099+0000 mgr.a (mgr.14403) 18540 : cluster 0 pgmap v13844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:29.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:29 smithi135 bash[32435]: cluster 2023-12-08T00:56:29.223099+0000 mgr.a (mgr.14403) 18540 : cluster 0 pgmap v13844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:30.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:56:30.062 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:30.062 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:30.994 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:56:30.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:30.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:30.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:30.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:56:31.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:31 smithi079 bash[28699]: audit 2023-12-08T00:56:30.463532+0000 mgr.a (mgr.14403) 18541 : audit 0 from='client.368601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:31 smithi079 bash[28699]: cluster 2023-12-08T00:56:31.223908+0000 mgr.a (mgr.14403) 18542 : cluster 0 pgmap v13845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:31 smithi194 bash[32038]: audit 2023-12-08T00:56:30.463532+0000 mgr.a (mgr.14403) 18541 : audit 0 from='client.368601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:31 smithi194 bash[32038]: cluster 2023-12-08T00:56:31.223908+0000 mgr.a (mgr.14403) 18542 : cluster 0 pgmap v13845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:31.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:31 smithi135 bash[32435]: audit 2023-12-08T00:56:30.463532+0000 mgr.a (mgr.14403) 18541 : audit 0 from='client.368601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:31.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:31 smithi135 bash[32435]: cluster 2023-12-08T00:56:31.223908+0000 mgr.a (mgr.14403) 18542 : cluster 0 pgmap v13845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:34.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:33 smithi079 bash[28699]: cluster 2023-12-08T00:56:33.224573+0000 mgr.a (mgr.14403) 18543 : cluster 0 pgmap v13846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:33 smithi194 bash[32038]: cluster 2023-12-08T00:56:33.224573+0000 mgr.a (mgr.14403) 18543 : cluster 0 pgmap v13846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:33 smithi135 bash[32435]: cluster 2023-12-08T00:56:33.224573+0000 mgr.a (mgr.14403) 18543 : cluster 0 pgmap v13846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:35 smithi079 bash[28699]: cluster 2023-12-08T00:56:35.225526+0000 mgr.a (mgr.14403) 18544 : cluster 0 pgmap v13847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:35.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:35 smithi194 bash[32038]: cluster 2023-12-08T00:56:35.225526+0000 mgr.a (mgr.14403) 18544 : cluster 0 pgmap v13847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:35.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:35 smithi135 bash[32435]: cluster 2023-12-08T00:56:35.225526+0000 mgr.a (mgr.14403) 18544 : cluster 0 pgmap v13847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:35.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:56:35.998 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:35.998 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:36.931 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:56:36.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:36.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:36.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:36.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:56:37.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:37 smithi079 bash[28699]: audit 2023-12-08T00:56:36.405837+0000 mgr.a (mgr.14403) 18545 : audit 0 from='client.368679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:37 smithi079 bash[28699]: cluster 2023-12-08T00:56:37.226310+0000 mgr.a (mgr.14403) 18546 : cluster 0 pgmap v13848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:37 smithi194 bash[32038]: audit 2023-12-08T00:56:36.405837+0000 mgr.a (mgr.14403) 18545 : audit 0 from='client.368679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:37 smithi194 bash[32038]: cluster 2023-12-08T00:56:37.226310+0000 mgr.a (mgr.14403) 18546 : cluster 0 pgmap v13848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:37.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:37 smithi135 bash[32435]: audit 2023-12-08T00:56:36.405837+0000 mgr.a (mgr.14403) 18545 : audit 0 from='client.368679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:37.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:37 smithi135 bash[32435]: cluster 2023-12-08T00:56:37.226310+0000 mgr.a (mgr.14403) 18546 : cluster 0 pgmap v13848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:39.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:39 smithi079 bash[28699]: cluster 2023-12-08T00:56:39.227192+0000 mgr.a (mgr.14403) 18547 : cluster 0 pgmap v13849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:39 smithi194 bash[32038]: cluster 2023-12-08T00:56:39.227192+0000 mgr.a (mgr.14403) 18547 : cluster 0 pgmap v13849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:39.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:39 smithi135 bash[32435]: cluster 2023-12-08T00:56:39.227192+0000 mgr.a (mgr.14403) 18547 : cluster 0 pgmap v13849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:41.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:41 smithi079 bash[28699]: cluster 2023-12-08T00:56:41.227786+0000 mgr.a (mgr.14403) 18548 : cluster 0 pgmap v13850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:41 smithi194 bash[32038]: cluster 2023-12-08T00:56:41.227786+0000 mgr.a (mgr.14403) 18548 : cluster 0 pgmap v13850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:41.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:41 smithi135 bash[32435]: cluster 2023-12-08T00:56:41.227786+0000 mgr.a (mgr.14403) 18548 : cluster 0 pgmap v13850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:41.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:56:41.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:41.935 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:42.829 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:56:42.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:42.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:42.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:42.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:56:44.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:43 smithi079 bash[28699]: audit 2023-12-08T00:56:42.336677+0000 mgr.a (mgr.14403) 18549 : audit 0 from='client.368754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:43 smithi079 bash[28699]: cluster 2023-12-08T00:56:43.228548+0000 mgr.a (mgr.14403) 18550 : cluster 0 pgmap v13851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:43 smithi194 bash[32038]: audit 2023-12-08T00:56:42.336677+0000 mgr.a (mgr.14403) 18549 : audit 0 from='client.368754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:43 smithi194 bash[32038]: cluster 2023-12-08T00:56:43.228548+0000 mgr.a (mgr.14403) 18550 : cluster 0 pgmap v13851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:43 smithi135 bash[32435]: audit 2023-12-08T00:56:42.336677+0000 mgr.a (mgr.14403) 18549 : audit 0 from='client.368754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:43 smithi135 bash[32435]: cluster 2023-12-08T00:56:43.228548+0000 mgr.a (mgr.14403) 18550 : cluster 0 pgmap v13851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:45.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:45 smithi079 bash[28699]: cluster 2023-12-08T00:56:45.229380+0000 mgr.a (mgr.14403) 18551 : cluster 0 pgmap v13852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:45.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:45 smithi194 bash[32038]: cluster 2023-12-08T00:56:45.229380+0000 mgr.a (mgr.14403) 18551 : cluster 0 pgmap v13852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:45.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:45 smithi135 bash[32435]: cluster 2023-12-08T00:56:45.229380+0000 mgr.a (mgr.14403) 18551 : cluster 0 pgmap v13852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:56:47.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:47 smithi079 bash[28699]: cluster 2023-12-08T00:56:47.230112+0000 mgr.a (mgr.14403) 18552 : cluster 0 pgmap v13853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:47 smithi194 bash[32038]: cluster 2023-12-08T00:56:47.230112+0000 mgr.a (mgr.14403) 18552 : cluster 0 pgmap v13853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:47.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:47 smithi135 bash[32435]: cluster 2023-12-08T00:56:47.230112+0000 mgr.a (mgr.14403) 18552 : cluster 0 pgmap v13853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:47.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:56:47.832 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:47.832 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:48.754 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:56:48.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:48.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:48.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:48.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:56:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:48 smithi079 bash[28699]: audit 2023-12-08T00:56:48.228137+0000 mgr.a (mgr.14403) 18553 : audit 0 from='client.368832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:48 smithi194 bash[32038]: audit 2023-12-08T00:56:48.228137+0000 mgr.a (mgr.14403) 18553 : audit 0 from='client.368832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:49.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:48 smithi135 bash[32435]: audit 2023-12-08T00:56:48.228137+0000 mgr.a (mgr.14403) 18553 : audit 0 from='client.368832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:50.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:49 smithi079 bash[28699]: cluster 2023-12-08T00:56:49.231380+0000 mgr.a (mgr.14403) 18554 : cluster 0 pgmap v13854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:56:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:49 smithi194 bash[32038]: cluster 2023-12-08T00:56:49.231380+0000 mgr.a (mgr.14403) 18554 : cluster 0 pgmap v13854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:56:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:49 smithi135 bash[32435]: cluster 2023-12-08T00:56:49.231380+0000 mgr.a (mgr.14403) 18554 : cluster 0 pgmap v13854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T00:56:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:51 smithi079 bash[28699]: cluster 2023-12-08T00:56:51.232153+0000 mgr.a (mgr.14403) 18555 : cluster 0 pgmap v13855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:56:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:51 smithi194 bash[32038]: cluster 2023-12-08T00:56:51.232153+0000 mgr.a (mgr.14403) 18555 : cluster 0 pgmap v13855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:56:51.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:51 smithi135 bash[32435]: cluster 2023-12-08T00:56:51.232153+0000 mgr.a (mgr.14403) 18555 : cluster 0 pgmap v13855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:56:53.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:56:53.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:53.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:54.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:53 smithi079 bash[28699]: cluster 2023-12-08T00:56:53.232886+0000 mgr.a (mgr.14403) 18556 : cluster 0 pgmap v13856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:56:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:53 smithi194 bash[32038]: cluster 2023-12-08T00:56:53.232886+0000 mgr.a (mgr.14403) 18556 : cluster 0 pgmap v13856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:56:54.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:53 smithi135 bash[32435]: cluster 2023-12-08T00:56:53.232886+0000 mgr.a (mgr.14403) 18556 : cluster 0 pgmap v13856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T00:56:54.642 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:56:54.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:56:54.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:56:54.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:56:54.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:56:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:54 smithi079 bash[28699]: audit 2023-12-08T00:56:54.158739+0000 mgr.a (mgr.14403) 18557 : audit 0 from='client.368910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:54 smithi194 bash[32038]: audit 2023-12-08T00:56:54.158739+0000 mgr.a (mgr.14403) 18557 : audit 0 from='client.368910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:55.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:54 smithi135 bash[32435]: audit 2023-12-08T00:56:54.158739+0000 mgr.a (mgr.14403) 18557 : audit 0 from='client.368910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:56:56.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:55 smithi079 bash[28699]: cluster 2023-12-08T00:56:55.233997+0000 mgr.a (mgr.14403) 18558 : cluster 0 pgmap v13857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:55 smithi194 bash[32038]: cluster 2023-12-08T00:56:55.233997+0000 mgr.a (mgr.14403) 18558 : cluster 0 pgmap v13857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:56.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:55 smithi135 bash[32435]: cluster 2023-12-08T00:56:55.233997+0000 mgr.a (mgr.14403) 18558 : cluster 0 pgmap v13857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:57.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:57 smithi079 bash[28699]: cluster 2023-12-08T00:56:57.234588+0000 mgr.a (mgr.14403) 18559 : cluster 0 pgmap v13858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:57 smithi194 bash[32038]: cluster 2023-12-08T00:56:57.234588+0000 mgr.a (mgr.14403) 18559 : cluster 0 pgmap v13858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:57.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:57 smithi135 bash[32435]: cluster 2023-12-08T00:56:57.234588+0000 mgr.a (mgr.14403) 18559 : cluster 0 pgmap v13858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:56:59.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:56:59 smithi079 bash[28699]: cluster 2023-12-08T00:56:59.235374+0000 mgr.a (mgr.14403) 18560 : cluster 0 pgmap v13859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:59.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:56:59.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:56:59.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:56:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:56:59 smithi194 bash[32038]: cluster 2023-12-08T00:56:59.235374+0000 mgr.a (mgr.14403) 18560 : cluster 0 pgmap v13859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:56:59.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:56:59 smithi135 bash[32435]: cluster 2023-12-08T00:56:59.235374+0000 mgr.a (mgr.14403) 18560 : cluster 0 pgmap v13859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:00.566 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:57:00.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:00.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:00.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:00.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:57:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:00 smithi079 bash[28699]: audit 2023-12-08T00:57:00.051946+0000 mgr.a (mgr.14403) 18561 : audit 0 from='client.368988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:00 smithi194 bash[32038]: audit 2023-12-08T00:57:00.051946+0000 mgr.a (mgr.14403) 18561 : audit 0 from='client.368988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:00.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:00 smithi135 bash[32435]: audit 2023-12-08T00:57:00.051946+0000 mgr.a (mgr.14403) 18561 : audit 0 from='client.368988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:01.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:01 smithi079 bash[28699]: cluster 2023-12-08T00:57:01.236059+0000 mgr.a (mgr.14403) 18562 : cluster 0 pgmap v13860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:57:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:01 smithi194 bash[32038]: cluster 2023-12-08T00:57:01.236059+0000 mgr.a (mgr.14403) 18562 : cluster 0 pgmap v13860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:57:01.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:01 smithi135 bash[32435]: cluster 2023-12-08T00:57:01.236059+0000 mgr.a (mgr.14403) 18562 : cluster 0 pgmap v13860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:57:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:03 smithi079 bash[28699]: cluster 2023-12-08T00:57:03.236676+0000 mgr.a (mgr.14403) 18563 : cluster 0 pgmap v13861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:57:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:03 smithi194 bash[32038]: cluster 2023-12-08T00:57:03.236676+0000 mgr.a (mgr.14403) 18563 : cluster 0 pgmap v13861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:57:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:03 smithi135 bash[32435]: cluster 2023-12-08T00:57:03.236676+0000 mgr.a (mgr.14403) 18563 : cluster 0 pgmap v13861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T00:57:05.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:57:05.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:05.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:05.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:05 smithi079 bash[28699]: cluster 2023-12-08T00:57:05.237494+0000 mgr.a (mgr.14403) 18564 : cluster 0 pgmap v13862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:57:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:05 smithi194 bash[32038]: cluster 2023-12-08T00:57:05.237494+0000 mgr.a (mgr.14403) 18564 : cluster 0 pgmap v13862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:57:05.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:05 smithi135 bash[32435]: cluster 2023-12-08T00:57:05.237494+0000 mgr.a (mgr.14403) 18564 : cluster 0 pgmap v13862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T00:57:06.452 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:57:06.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:06.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:06.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:06.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:57:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:06 smithi079 bash[28699]: audit 2023-12-08T00:57:05.969132+0000 mgr.a (mgr.14403) 18565 : audit 0 from='client.369066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:06 smithi194 bash[32038]: audit 2023-12-08T00:57:05.969132+0000 mgr.a (mgr.14403) 18565 : audit 0 from='client.369066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:06.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:06 smithi135 bash[32435]: audit 2023-12-08T00:57:05.969132+0000 mgr.a (mgr.14403) 18565 : audit 0 from='client.369066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:07.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:07 smithi079 bash[28699]: cluster 2023-12-08T00:57:07.238107+0000 mgr.a (mgr.14403) 18566 : cluster 0 pgmap v13863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:07 smithi194 bash[32038]: cluster 2023-12-08T00:57:07.238107+0000 mgr.a (mgr.14403) 18566 : cluster 0 pgmap v13863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:07.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:07 smithi135 bash[32435]: cluster 2023-12-08T00:57:07.238107+0000 mgr.a (mgr.14403) 18566 : cluster 0 pgmap v13863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:09.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:09 smithi079 bash[28699]: cluster 2023-12-08T00:57:09.238879+0000 mgr.a (mgr.14403) 18567 : cluster 0 pgmap v13864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:09 smithi194 bash[32038]: cluster 2023-12-08T00:57:09.238879+0000 mgr.a (mgr.14403) 18567 : cluster 0 pgmap v13864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:09.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:09 smithi135 bash[32435]: cluster 2023-12-08T00:57:09.238879+0000 mgr.a (mgr.14403) 18567 : cluster 0 pgmap v13864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:10 smithi079 bash[28699]: audit 2023-12-08T00:57:10.322030+0000 mon.a (mon.0) 3020 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:57:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:10 smithi194 bash[32038]: audit 2023-12-08T00:57:10.322030+0000 mon.a (mon.0) 3020 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:57:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:10 smithi135 bash[32435]: audit 2023-12-08T00:57:10.322030+0000 mon.a (mon.0) 3020 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:57:11.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:57:11.456 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:11.456 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:12.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:11 smithi079 bash[28699]: audit 2023-12-08T00:57:10.858122+0000 mon.a (mon.0) 3021 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:57:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:11 smithi079 bash[28699]: audit 2023-12-08T00:57:10.866052+0000 mon.a (mon.0) 3022 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:57:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:11 smithi079 bash[28699]: cluster 2023-12-08T00:57:11.239396+0000 mgr.a (mgr.14403) 18568 : cluster 0 pgmap v13865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:11 smithi079 bash[28699]: audit 2023-12-08T00:57:11.559761+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:57:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:11 smithi079 bash[28699]: audit 2023-12-08T00:57:11.561633+0000 mon.a (mon.0) 3024 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:57:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:11 smithi079 bash[28699]: audit 2023-12-08T00:57:11.568090+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:57:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:11 smithi194 bash[32038]: audit 2023-12-08T00:57:10.858122+0000 mon.a (mon.0) 3021 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:57:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:11 smithi194 bash[32038]: audit 2023-12-08T00:57:10.866052+0000 mon.a (mon.0) 3022 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:57:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:11 smithi194 bash[32038]: cluster 2023-12-08T00:57:11.239396+0000 mgr.a (mgr.14403) 18568 : cluster 0 pgmap v13865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:11 smithi194 bash[32038]: audit 2023-12-08T00:57:11.559761+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:57:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:11 smithi194 bash[32038]: audit 2023-12-08T00:57:11.561633+0000 mon.a (mon.0) 3024 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:57:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:11 smithi194 bash[32038]: audit 2023-12-08T00:57:11.568090+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:57:12.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:11 smithi135 bash[32435]: audit 2023-12-08T00:57:10.858122+0000 mon.a (mon.0) 3021 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:57:12.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:11 smithi135 bash[32435]: audit 2023-12-08T00:57:10.866052+0000 mon.a (mon.0) 3022 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:57:12.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:11 smithi135 bash[32435]: cluster 2023-12-08T00:57:11.239396+0000 mgr.a (mgr.14403) 18568 : cluster 0 pgmap v13865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:12.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:11 smithi135 bash[32435]: audit 2023-12-08T00:57:11.559761+0000 mon.a (mon.0) 3023 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:57:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:11 smithi135 bash[32435]: audit 2023-12-08T00:57:11.561633+0000 mon.a (mon.0) 3024 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:57:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:11 smithi135 bash[32435]: audit 2023-12-08T00:57:11.568090+0000 mon.a (mon.0) 3025 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:57:12.330 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:57:12.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:12.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:12.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:12.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:57:13.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:12 smithi079 bash[28699]: audit 2023-12-08T00:57:11.837158+0000 mgr.a (mgr.14403) 18569 : audit 0 from='client.369141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:12 smithi194 bash[32038]: audit 2023-12-08T00:57:11.837158+0000 mgr.a (mgr.14403) 18569 : audit 0 from='client.369141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:13.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:12 smithi135 bash[32435]: audit 2023-12-08T00:57:11.837158+0000 mgr.a (mgr.14403) 18569 : audit 0 from='client.369141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:13 smithi079 bash[28699]: cluster 2023-12-08T00:57:13.240073+0000 mgr.a (mgr.14403) 18570 : cluster 0 pgmap v13866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:13 smithi194 bash[32038]: cluster 2023-12-08T00:57:13.240073+0000 mgr.a (mgr.14403) 18570 : cluster 0 pgmap v13866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:13 smithi135 bash[32435]: cluster 2023-12-08T00:57:13.240073+0000 mgr.a (mgr.14403) 18570 : cluster 0 pgmap v13866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:15.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:15 smithi079 bash[28699]: cluster 2023-12-08T00:57:15.241014+0000 mgr.a (mgr.14403) 18571 : cluster 0 pgmap v13867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:15 smithi194 bash[32038]: cluster 2023-12-08T00:57:15.241014+0000 mgr.a (mgr.14403) 18571 : cluster 0 pgmap v13867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:15.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:15 smithi135 bash[32435]: cluster 2023-12-08T00:57:15.241014+0000 mgr.a (mgr.14403) 18571 : cluster 0 pgmap v13867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:17.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:57:17.334 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:17.334 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:17.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:17 smithi079 bash[28699]: cluster 2023-12-08T00:57:17.241594+0000 mgr.a (mgr.14403) 18572 : cluster 0 pgmap v13868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:17 smithi194 bash[32038]: cluster 2023-12-08T00:57:17.241594+0000 mgr.a (mgr.14403) 18572 : cluster 0 pgmap v13868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:17.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:17 smithi135 bash[32435]: cluster 2023-12-08T00:57:17.241594+0000 mgr.a (mgr.14403) 18572 : cluster 0 pgmap v13868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:18.233 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:57:18.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:18.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:18.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:18.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:57:19.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:18 smithi079 bash[28699]: audit 2023-12-08T00:57:17.735645+0000 mgr.a (mgr.14403) 18573 : audit 0 from='client.369216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:18 smithi194 bash[32038]: audit 2023-12-08T00:57:17.735645+0000 mgr.a (mgr.14403) 18573 : audit 0 from='client.369216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:19.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:18 smithi135 bash[32435]: audit 2023-12-08T00:57:17.735645+0000 mgr.a (mgr.14403) 18573 : audit 0 from='client.369216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:20.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:19 smithi079 bash[28699]: cluster 2023-12-08T00:57:19.242667+0000 mgr.a (mgr.14403) 18574 : cluster 0 pgmap v13869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:19 smithi194 bash[32038]: cluster 2023-12-08T00:57:19.242667+0000 mgr.a (mgr.14403) 18574 : cluster 0 pgmap v13869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:20.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:19 smithi135 bash[32435]: cluster 2023-12-08T00:57:19.242667+0000 mgr.a (mgr.14403) 18574 : cluster 0 pgmap v13869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:21.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:21 smithi079 bash[28699]: cluster 2023-12-08T00:57:21.243280+0000 mgr.a (mgr.14403) 18575 : cluster 0 pgmap v13870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:21 smithi194 bash[32038]: cluster 2023-12-08T00:57:21.243280+0000 mgr.a (mgr.14403) 18575 : cluster 0 pgmap v13870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:21.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:21 smithi135 bash[32435]: cluster 2023-12-08T00:57:21.243280+0000 mgr.a (mgr.14403) 18575 : cluster 0 pgmap v13870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:23.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:57:23.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:23.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:24.131 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:57:24.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:24.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:24.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:24.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:57:24.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:23 smithi079 bash[28699]: cluster 2023-12-08T00:57:23.243863+0000 mgr.a (mgr.14403) 18576 : cluster 0 pgmap v13871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:23 smithi194 bash[32038]: cluster 2023-12-08T00:57:23.243863+0000 mgr.a (mgr.14403) 18576 : cluster 0 pgmap v13871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:24.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:23 smithi135 bash[32435]: cluster 2023-12-08T00:57:23.243863+0000 mgr.a (mgr.14403) 18576 : cluster 0 pgmap v13871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:24 smithi079 bash[28699]: audit 2023-12-08T00:57:23.630201+0000 mgr.a (mgr.14403) 18577 : audit 0 from='client.369294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:24 smithi194 bash[32038]: audit 2023-12-08T00:57:23.630201+0000 mgr.a (mgr.14403) 18577 : audit 0 from='client.369294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:25.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:24 smithi135 bash[32435]: audit 2023-12-08T00:57:23.630201+0000 mgr.a (mgr.14403) 18577 : audit 0 from='client.369294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:26.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:25 smithi079 bash[28699]: cluster 2023-12-08T00:57:25.245063+0000 mgr.a (mgr.14403) 18578 : cluster 0 pgmap v13872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:25 smithi194 bash[32038]: cluster 2023-12-08T00:57:25.245063+0000 mgr.a (mgr.14403) 18578 : cluster 0 pgmap v13872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:26.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:25 smithi135 bash[32435]: cluster 2023-12-08T00:57:25.245063+0000 mgr.a (mgr.14403) 18578 : cluster 0 pgmap v13872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:27.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:27 smithi079 bash[28699]: cluster 2023-12-08T00:57:27.245803+0000 mgr.a (mgr.14403) 18579 : cluster 0 pgmap v13873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:27 smithi194 bash[32038]: cluster 2023-12-08T00:57:27.245803+0000 mgr.a (mgr.14403) 18579 : cluster 0 pgmap v13873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:27.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:27 smithi135 bash[32435]: cluster 2023-12-08T00:57:27.245803+0000 mgr.a (mgr.14403) 18579 : cluster 0 pgmap v13873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:29.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:57:29.135 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:29.135 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:29.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:29 smithi079 bash[28699]: cluster 2023-12-08T00:57:29.246576+0000 mgr.a (mgr.14403) 18580 : cluster 0 pgmap v13874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:29 smithi194 bash[32038]: cluster 2023-12-08T00:57:29.246576+0000 mgr.a (mgr.14403) 18580 : cluster 0 pgmap v13874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:29.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:29 smithi135 bash[32435]: cluster 2023-12-08T00:57:29.246576+0000 mgr.a (mgr.14403) 18580 : cluster 0 pgmap v13874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:30.042 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:57:30.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:30.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:30.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:30.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:57:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:30 smithi079 bash[28699]: audit 2023-12-08T00:57:29.532993+0000 mgr.a (mgr.14403) 18581 : audit 0 from='client.369372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:30 smithi194 bash[32038]: audit 2023-12-08T00:57:29.532993+0000 mgr.a (mgr.14403) 18581 : audit 0 from='client.369372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:30 smithi135 bash[32435]: audit 2023-12-08T00:57:29.532993+0000 mgr.a (mgr.14403) 18581 : audit 0 from='client.369372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:31.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:31 smithi079 bash[28699]: cluster 2023-12-08T00:57:31.247293+0000 mgr.a (mgr.14403) 18582 : cluster 0 pgmap v13875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:31 smithi194 bash[32038]: cluster 2023-12-08T00:57:31.247293+0000 mgr.a (mgr.14403) 18582 : cluster 0 pgmap v13875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:31.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:31 smithi135 bash[32435]: cluster 2023-12-08T00:57:31.247293+0000 mgr.a (mgr.14403) 18582 : cluster 0 pgmap v13875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:34.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:33 smithi079 bash[28699]: cluster 2023-12-08T00:57:33.247812+0000 mgr.a (mgr.14403) 18583 : cluster 0 pgmap v13876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:33 smithi194 bash[32038]: cluster 2023-12-08T00:57:33.247812+0000 mgr.a (mgr.14403) 18583 : cluster 0 pgmap v13876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:33 smithi135 bash[32435]: cluster 2023-12-08T00:57:33.247812+0000 mgr.a (mgr.14403) 18583 : cluster 0 pgmap v13876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:57:35.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:57:35.045 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:35.045 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:35.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:35 smithi079 bash[28699]: cluster 2023-12-08T00:57:35.248359+0000 mgr.a (mgr.14403) 18584 : cluster 0 pgmap v13877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:35 smithi194 bash[32038]: cluster 2023-12-08T00:57:35.248359+0000 mgr.a (mgr.14403) 18584 : cluster 0 pgmap v13877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:35.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:35 smithi135 bash[32435]: cluster 2023-12-08T00:57:35.248359+0000 mgr.a (mgr.14403) 18584 : cluster 0 pgmap v13877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:35.932 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:57:35.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:35.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:35.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:35.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:57:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:36 smithi079 bash[28699]: audit 2023-12-08T00:57:35.436747+0000 mgr.a (mgr.14403) 18585 : audit 0 from='client.369450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:36 smithi194 bash[32038]: audit 2023-12-08T00:57:35.436747+0000 mgr.a (mgr.14403) 18585 : audit 0 from='client.369450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:36.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:36 smithi135 bash[32435]: audit 2023-12-08T00:57:35.436747+0000 mgr.a (mgr.14403) 18585 : audit 0 from='client.369450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:37.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:37 smithi079 bash[28699]: cluster 2023-12-08T00:57:37.249010+0000 mgr.a (mgr.14403) 18586 : cluster 0 pgmap v13878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:37 smithi194 bash[32038]: cluster 2023-12-08T00:57:37.249010+0000 mgr.a (mgr.14403) 18586 : cluster 0 pgmap v13878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:37.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:37 smithi135 bash[32435]: cluster 2023-12-08T00:57:37.249010+0000 mgr.a (mgr.14403) 18586 : cluster 0 pgmap v13878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:39.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:39 smithi079 bash[28699]: cluster 2023-12-08T00:57:39.249808+0000 mgr.a (mgr.14403) 18587 : cluster 0 pgmap v13879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:39 smithi194 bash[32038]: cluster 2023-12-08T00:57:39.249808+0000 mgr.a (mgr.14403) 18587 : cluster 0 pgmap v13879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:39.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:39 smithi135 bash[32435]: cluster 2023-12-08T00:57:39.249808+0000 mgr.a (mgr.14403) 18587 : cluster 0 pgmap v13879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:40.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:57:40.935 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:40.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:41.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:41 smithi079 bash[28699]: cluster 2023-12-08T00:57:41.250478+0000 mgr.a (mgr.14403) 18588 : cluster 0 pgmap v13880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:41 smithi194 bash[32038]: cluster 2023-12-08T00:57:41.250478+0000 mgr.a (mgr.14403) 18588 : cluster 0 pgmap v13880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:41.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:41 smithi135 bash[32435]: cluster 2023-12-08T00:57:41.250478+0000 mgr.a (mgr.14403) 18588 : cluster 0 pgmap v13880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:41.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:41.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:41.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:41.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:57:41.832 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:57:42.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:42 smithi079 bash[28699]: audit 2023-12-08T00:57:41.336934+0000 mgr.a (mgr.14403) 18589 : audit 0 from='client.369528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:42 smithi194 bash[32038]: audit 2023-12-08T00:57:41.336934+0000 mgr.a (mgr.14403) 18589 : audit 0 from='client.369528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:42.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:42 smithi135 bash[32435]: audit 2023-12-08T00:57:41.336934+0000 mgr.a (mgr.14403) 18589 : audit 0 from='client.369528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:44.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:43 smithi079 bash[28699]: cluster 2023-12-08T00:57:43.251239+0000 mgr.a (mgr.14403) 18590 : cluster 0 pgmap v13881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:43 smithi194 bash[32038]: cluster 2023-12-08T00:57:43.251239+0000 mgr.a (mgr.14403) 18590 : cluster 0 pgmap v13881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:43 smithi135 bash[32435]: cluster 2023-12-08T00:57:43.251239+0000 mgr.a (mgr.14403) 18590 : cluster 0 pgmap v13881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:45.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:45 smithi079 bash[28699]: cluster 2023-12-08T00:57:45.252066+0000 mgr.a (mgr.14403) 18591 : cluster 0 pgmap v13882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:45 smithi194 bash[32038]: cluster 2023-12-08T00:57:45.252066+0000 mgr.a (mgr.14403) 18591 : cluster 0 pgmap v13882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:45.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:45 smithi135 bash[32435]: cluster 2023-12-08T00:57:45.252066+0000 mgr.a (mgr.14403) 18591 : cluster 0 pgmap v13882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:46.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:57:46.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:46.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:47.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:47 smithi079 bash[28699]: audit 2023-12-08T00:57:47.234629+0000 mgr.a (mgr.14403) 18592 : audit 0 from='client.369603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:47.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:47 smithi079 bash[28699]: cluster 2023-12-08T00:57:47.253232+0000 mgr.a (mgr.14403) 18593 : cluster 0 pgmap v13883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:47 smithi194 bash[32038]: audit 2023-12-08T00:57:47.234629+0000 mgr.a (mgr.14403) 18592 : audit 0 from='client.369603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:47 smithi194 bash[32038]: cluster 2023-12-08T00:57:47.253232+0000 mgr.a (mgr.14403) 18593 : cluster 0 pgmap v13883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:47.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:47 smithi135 bash[32435]: audit 2023-12-08T00:57:47.234629+0000 mgr.a (mgr.14403) 18592 : audit 0 from='client.369603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:47.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:47 smithi135 bash[32435]: cluster 2023-12-08T00:57:47.253232+0000 mgr.a (mgr.14403) 18593 : cluster 0 pgmap v13883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:47.736 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:57:47.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:47.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:47.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:47.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:57:49.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:49 smithi079 bash[28699]: cluster 2023-12-08T00:57:49.254179+0000 mgr.a (mgr.14403) 18594 : cluster 0 pgmap v13884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:49 smithi194 bash[32038]: cluster 2023-12-08T00:57:49.254179+0000 mgr.a (mgr.14403) 18594 : cluster 0 pgmap v13884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:49.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:49 smithi135 bash[32435]: cluster 2023-12-08T00:57:49.254179+0000 mgr.a (mgr.14403) 18594 : cluster 0 pgmap v13884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:57:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:51 smithi079 bash[28699]: cluster 2023-12-08T00:57:51.254771+0000 mgr.a (mgr.14403) 18595 : cluster 0 pgmap v13885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:51 smithi194 bash[32038]: cluster 2023-12-08T00:57:51.254771+0000 mgr.a (mgr.14403) 18595 : cluster 0 pgmap v13885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:51.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:51 smithi135 bash[32435]: cluster 2023-12-08T00:57:51.254771+0000 mgr.a (mgr.14403) 18595 : cluster 0 pgmap v13885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:52.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:57:52.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:52.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:53.682 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:57:53.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:53.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:53.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:53.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:57:54.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:53 smithi079 bash[28699]: audit 2023-12-08T00:57:53.142345+0000 mgr.a (mgr.14403) 18596 : audit 0 from='client.369681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:53 smithi079 bash[28699]: cluster 2023-12-08T00:57:53.255412+0000 mgr.a (mgr.14403) 18597 : cluster 0 pgmap v13886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:53 smithi194 bash[32038]: audit 2023-12-08T00:57:53.142345+0000 mgr.a (mgr.14403) 18596 : audit 0 from='client.369681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:53 smithi194 bash[32038]: cluster 2023-12-08T00:57:53.255412+0000 mgr.a (mgr.14403) 18597 : cluster 0 pgmap v13886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:54.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:53 smithi135 bash[32435]: audit 2023-12-08T00:57:53.142345+0000 mgr.a (mgr.14403) 18596 : audit 0 from='client.369681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:54.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:53 smithi135 bash[32435]: cluster 2023-12-08T00:57:53.255412+0000 mgr.a (mgr.14403) 18597 : cluster 0 pgmap v13886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:55 smithi079 bash[28699]: cluster 2023-12-08T00:57:55.256260+0000 mgr.a (mgr.14403) 18598 : cluster 0 pgmap v13887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:57:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:55 smithi194 bash[32038]: cluster 2023-12-08T00:57:55.256260+0000 mgr.a (mgr.14403) 18598 : cluster 0 pgmap v13887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:57:55.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:55 smithi135 bash[32435]: cluster 2023-12-08T00:57:55.256260+0000 mgr.a (mgr.14403) 18598 : cluster 0 pgmap v13887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:57:57.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:57 smithi079 bash[28699]: cluster 2023-12-08T00:57:57.256793+0000 mgr.a (mgr.14403) 18599 : cluster 0 pgmap v13888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:57:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:57 smithi194 bash[32038]: cluster 2023-12-08T00:57:57.256793+0000 mgr.a (mgr.14403) 18599 : cluster 0 pgmap v13888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:57:57.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:57 smithi135 bash[32435]: cluster 2023-12-08T00:57:57.256793+0000 mgr.a (mgr.14403) 18599 : cluster 0 pgmap v13888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:57:58.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:57:58.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:57:58.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:57:59.600 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:57:59.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:57:59.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:57:59.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:57:59.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:57:59.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:59 smithi079 bash[28699]: audit 2023-12-08T00:57:59.094448+0000 mgr.a (mgr.14403) 18600 : audit 0 from='client.369759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:57:59 smithi079 bash[28699]: cluster 2023-12-08T00:57:59.257985+0000 mgr.a (mgr.14403) 18601 : cluster 0 pgmap v13889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:59 smithi194 bash[32038]: audit 2023-12-08T00:57:59.094448+0000 mgr.a (mgr.14403) 18600 : audit 0 from='client.369759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:57:59 smithi194 bash[32038]: cluster 2023-12-08T00:57:59.257985+0000 mgr.a (mgr.14403) 18601 : cluster 0 pgmap v13889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:57:59.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:59 smithi135 bash[32435]: audit 2023-12-08T00:57:59.094448+0000 mgr.a (mgr.14403) 18600 : audit 0 from='client.369759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:57:59.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:57:59 smithi135 bash[32435]: cluster 2023-12-08T00:57:59.257985+0000 mgr.a (mgr.14403) 18601 : cluster 0 pgmap v13889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:01.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:01 smithi079 bash[28699]: cluster 2023-12-08T00:58:01.258647+0000 mgr.a (mgr.14403) 18602 : cluster 0 pgmap v13890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:01 smithi194 bash[32038]: cluster 2023-12-08T00:58:01.258647+0000 mgr.a (mgr.14403) 18602 : cluster 0 pgmap v13890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:01.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:01 smithi135 bash[32435]: cluster 2023-12-08T00:58:01.258647+0000 mgr.a (mgr.14403) 18602 : cluster 0 pgmap v13890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:03 smithi079 bash[28699]: cluster 2023-12-08T00:58:03.259207+0000 mgr.a (mgr.14403) 18603 : cluster 0 pgmap v13891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:03 smithi194 bash[32038]: cluster 2023-12-08T00:58:03.259207+0000 mgr.a (mgr.14403) 18603 : cluster 0 pgmap v13891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:03 smithi135 bash[32435]: cluster 2023-12-08T00:58:03.259207+0000 mgr.a (mgr.14403) 18603 : cluster 0 pgmap v13891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:04.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:58:04.604 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:04.604 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:05.481 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:58:05.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:05.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:05.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:05.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:58:05.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:05 smithi079 bash[28699]: audit 2023-12-08T00:58:05.003920+0000 mgr.a (mgr.14403) 18604 : audit 0 from='client.369831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:05 smithi079 bash[28699]: cluster 2023-12-08T00:58:05.260245+0000 mgr.a (mgr.14403) 18605 : cluster 0 pgmap v13892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:05 smithi194 bash[32038]: audit 2023-12-08T00:58:05.003920+0000 mgr.a (mgr.14403) 18604 : audit 0 from='client.369831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:05 smithi194 bash[32038]: cluster 2023-12-08T00:58:05.260245+0000 mgr.a (mgr.14403) 18605 : cluster 0 pgmap v13892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:05.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:05 smithi135 bash[32435]: audit 2023-12-08T00:58:05.003920+0000 mgr.a (mgr.14403) 18604 : audit 0 from='client.369831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:05.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:05 smithi135 bash[32435]: cluster 2023-12-08T00:58:05.260245+0000 mgr.a (mgr.14403) 18605 : cluster 0 pgmap v13892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:07.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:07 smithi079 bash[28699]: cluster 2023-12-08T00:58:07.260931+0000 mgr.a (mgr.14403) 18606 : cluster 0 pgmap v13893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:58:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:07 smithi194 bash[32038]: cluster 2023-12-08T00:58:07.260931+0000 mgr.a (mgr.14403) 18606 : cluster 0 pgmap v13893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:58:07.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:07 smithi135 bash[32435]: cluster 2023-12-08T00:58:07.260931+0000 mgr.a (mgr.14403) 18606 : cluster 0 pgmap v13893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:58:09.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:09 smithi079 bash[28699]: cluster 2023-12-08T00:58:09.261693+0000 mgr.a (mgr.14403) 18607 : cluster 0 pgmap v13894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:58:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:09 smithi194 bash[32038]: cluster 2023-12-08T00:58:09.261693+0000 mgr.a (mgr.14403) 18607 : cluster 0 pgmap v13894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:58:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:09 smithi135 bash[32435]: cluster 2023-12-08T00:58:09.261693+0000 mgr.a (mgr.14403) 18607 : cluster 0 pgmap v13894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:58:10.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:58:10.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:10.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:11.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:11.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:11.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:11.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:58:11.389 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:58:11.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:11 smithi079 bash[28699]: audit 2023-12-08T00:58:10.886748+0000 mgr.a (mgr.14403) 18608 : audit 0 from='client.369906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:11 smithi079 bash[28699]: cluster 2023-12-08T00:58:11.262950+0000 mgr.a (mgr.14403) 18609 : cluster 0 pgmap v13895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:11 smithi194 bash[32038]: audit 2023-12-08T00:58:10.886748+0000 mgr.a (mgr.14403) 18608 : audit 0 from='client.369906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:11 smithi194 bash[32038]: cluster 2023-12-08T00:58:11.262950+0000 mgr.a (mgr.14403) 18609 : cluster 0 pgmap v13895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:11 smithi135 bash[32435]: audit 2023-12-08T00:58:10.886748+0000 mgr.a (mgr.14403) 18608 : audit 0 from='client.369906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:11 smithi135 bash[32435]: cluster 2023-12-08T00:58:11.262950+0000 mgr.a (mgr.14403) 18609 : cluster 0 pgmap v13895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:12.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:12 smithi079 bash[28699]: audit 2023-12-08T00:58:11.670957+0000 mon.a (mon.0) 3026 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:58:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:12 smithi079 bash[28699]: audit 2023-12-08T00:58:12.201659+0000 mon.a (mon.0) 3027 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:58:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:12 smithi079 bash[28699]: audit 2023-12-08T00:58:12.208094+0000 mon.a (mon.0) 3028 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:58:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:12 smithi194 bash[32038]: audit 2023-12-08T00:58:11.670957+0000 mon.a (mon.0) 3026 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:58:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:12 smithi194 bash[32038]: audit 2023-12-08T00:58:12.201659+0000 mon.a (mon.0) 3027 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:58:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:12 smithi194 bash[32038]: audit 2023-12-08T00:58:12.208094+0000 mon.a (mon.0) 3028 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:58:12.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:12 smithi135 bash[32435]: audit 2023-12-08T00:58:11.670957+0000 mon.a (mon.0) 3026 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:58:12.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:12 smithi135 bash[32435]: audit 2023-12-08T00:58:12.201659+0000 mon.a (mon.0) 3027 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:58:12.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:12 smithi135 bash[32435]: audit 2023-12-08T00:58:12.208094+0000 mon.a (mon.0) 3028 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:58:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:13 smithi079 bash[28699]: audit 2023-12-08T00:58:12.940735+0000 mon.a (mon.0) 3029 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:58:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:13 smithi079 bash[28699]: audit 2023-12-08T00:58:12.942130+0000 mon.a (mon.0) 3030 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:58:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:13 smithi079 bash[28699]: audit 2023-12-08T00:58:12.950574+0000 mon.a (mon.0) 3031 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:58:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:13 smithi079 bash[28699]: cluster 2023-12-08T00:58:13.263952+0000 mgr.a (mgr.14403) 18610 : cluster 0 pgmap v13896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:13 smithi194 bash[32038]: audit 2023-12-08T00:58:12.940735+0000 mon.a (mon.0) 3029 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:58:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:13 smithi194 bash[32038]: audit 2023-12-08T00:58:12.942130+0000 mon.a (mon.0) 3030 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:58:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:13 smithi194 bash[32038]: audit 2023-12-08T00:58:12.950574+0000 mon.a (mon.0) 3031 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:58:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:13 smithi194 bash[32038]: cluster 2023-12-08T00:58:13.263952+0000 mgr.a (mgr.14403) 18610 : cluster 0 pgmap v13896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:13 smithi135 bash[32435]: audit 2023-12-08T00:58:12.940735+0000 mon.a (mon.0) 3029 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:58:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:13 smithi135 bash[32435]: audit 2023-12-08T00:58:12.942130+0000 mon.a (mon.0) 3030 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:58:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:13 smithi135 bash[32435]: audit 2023-12-08T00:58:12.950574+0000 mon.a (mon.0) 3031 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:58:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:13 smithi135 bash[32435]: cluster 2023-12-08T00:58:13.263952+0000 mgr.a (mgr.14403) 18610 : cluster 0 pgmap v13896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:15.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:15 smithi079 bash[28699]: cluster 2023-12-08T00:58:15.264773+0000 mgr.a (mgr.14403) 18611 : cluster 0 pgmap v13897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:15 smithi194 bash[32038]: cluster 2023-12-08T00:58:15.264773+0000 mgr.a (mgr.14403) 18611 : cluster 0 pgmap v13897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:15.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:15 smithi135 bash[32435]: cluster 2023-12-08T00:58:15.264773+0000 mgr.a (mgr.14403) 18611 : cluster 0 pgmap v13897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:16.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:58:16.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:16.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:17.299 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:58:17.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:17.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:17.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:17.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:58:17.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:17 smithi079 bash[28699]: audit 2023-12-08T00:58:16.799870+0000 mgr.a (mgr.14403) 18612 : audit 0 from='client.369978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:17 smithi079 bash[28699]: cluster 2023-12-08T00:58:17.265461+0000 mgr.a (mgr.14403) 18613 : cluster 0 pgmap v13898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:17 smithi194 bash[32038]: audit 2023-12-08T00:58:16.799870+0000 mgr.a (mgr.14403) 18612 : audit 0 from='client.369978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:17 smithi194 bash[32038]: cluster 2023-12-08T00:58:17.265461+0000 mgr.a (mgr.14403) 18613 : cluster 0 pgmap v13898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:17 smithi135 bash[32435]: audit 2023-12-08T00:58:16.799870+0000 mgr.a (mgr.14403) 18612 : audit 0 from='client.369978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:17 smithi135 bash[32435]: cluster 2023-12-08T00:58:17.265461+0000 mgr.a (mgr.14403) 18613 : cluster 0 pgmap v13898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:19.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:19 smithi079 bash[28699]: cluster 2023-12-08T00:58:19.266283+0000 mgr.a (mgr.14403) 18614 : cluster 0 pgmap v13899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:19 smithi194 bash[32038]: cluster 2023-12-08T00:58:19.266283+0000 mgr.a (mgr.14403) 18614 : cluster 0 pgmap v13899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:19 smithi135 bash[32435]: cluster 2023-12-08T00:58:19.266283+0000 mgr.a (mgr.14403) 18614 : cluster 0 pgmap v13899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:21.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:21 smithi079 bash[28699]: cluster 2023-12-08T00:58:21.266767+0000 mgr.a (mgr.14403) 18615 : cluster 0 pgmap v13900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:21 smithi194 bash[32038]: cluster 2023-12-08T00:58:21.266767+0000 mgr.a (mgr.14403) 18615 : cluster 0 pgmap v13900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:21.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:21 smithi135 bash[32435]: cluster 2023-12-08T00:58:21.266767+0000 mgr.a (mgr.14403) 18615 : cluster 0 pgmap v13900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:22.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:58:22.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:22.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:23.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:23.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:23.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:23.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:58:23.239 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:58:24.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:23 smithi079 bash[28699]: audit 2023-12-08T00:58:22.710645+0000 mgr.a (mgr.14403) 18616 : audit 0 from='client.370053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:23 smithi079 bash[28699]: cluster 2023-12-08T00:58:23.267505+0000 mgr.a (mgr.14403) 18617 : cluster 0 pgmap v13901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:23 smithi194 bash[32038]: audit 2023-12-08T00:58:22.710645+0000 mgr.a (mgr.14403) 18616 : audit 0 from='client.370053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:23 smithi194 bash[32038]: cluster 2023-12-08T00:58:23.267505+0000 mgr.a (mgr.14403) 18617 : cluster 0 pgmap v13901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:24.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:23 smithi135 bash[32435]: audit 2023-12-08T00:58:22.710645+0000 mgr.a (mgr.14403) 18616 : audit 0 from='client.370053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:24.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:23 smithi135 bash[32435]: cluster 2023-12-08T00:58:23.267505+0000 mgr.a (mgr.14403) 18617 : cluster 0 pgmap v13901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:25.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:25 smithi079 bash[28699]: cluster 2023-12-08T00:58:25.268320+0000 mgr.a (mgr.14403) 18618 : cluster 0 pgmap v13902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:25 smithi194 bash[32038]: cluster 2023-12-08T00:58:25.268320+0000 mgr.a (mgr.14403) 18618 : cluster 0 pgmap v13902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:25.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:25 smithi135 bash[32435]: cluster 2023-12-08T00:58:25.268320+0000 mgr.a (mgr.14403) 18618 : cluster 0 pgmap v13902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:27.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:27 smithi079 bash[28699]: cluster 2023-12-08T00:58:27.268889+0000 mgr.a (mgr.14403) 18619 : cluster 0 pgmap v13903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:27 smithi194 bash[32038]: cluster 2023-12-08T00:58:27.268889+0000 mgr.a (mgr.14403) 18619 : cluster 0 pgmap v13903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:27.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:27 smithi135 bash[32435]: cluster 2023-12-08T00:58:27.268889+0000 mgr.a (mgr.14403) 18619 : cluster 0 pgmap v13903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:28.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:58:28.241 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:28.241 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:29.169 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:58:29.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:29.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:29.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:29.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:58:29.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:29 smithi079 bash[28699]: audit 2023-12-08T00:58:28.653825+0000 mgr.a (mgr.14403) 18620 : audit 0 from='client.370125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:29 smithi079 bash[28699]: cluster 2023-12-08T00:58:29.270196+0000 mgr.a (mgr.14403) 18621 : cluster 0 pgmap v13904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:29 smithi194 bash[32038]: audit 2023-12-08T00:58:28.653825+0000 mgr.a (mgr.14403) 18620 : audit 0 from='client.370125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:29 smithi194 bash[32038]: cluster 2023-12-08T00:58:29.270196+0000 mgr.a (mgr.14403) 18621 : cluster 0 pgmap v13904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:29 smithi135 bash[32435]: audit 2023-12-08T00:58:28.653825+0000 mgr.a (mgr.14403) 18620 : audit 0 from='client.370125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:29 smithi135 bash[32435]: cluster 2023-12-08T00:58:29.270196+0000 mgr.a (mgr.14403) 18621 : cluster 0 pgmap v13904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:31.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:31 smithi079 bash[28699]: cluster 2023-12-08T00:58:31.270848+0000 mgr.a (mgr.14403) 18622 : cluster 0 pgmap v13905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:31 smithi194 bash[32038]: cluster 2023-12-08T00:58:31.270848+0000 mgr.a (mgr.14403) 18622 : cluster 0 pgmap v13905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:31.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:31 smithi135 bash[32435]: cluster 2023-12-08T00:58:31.270848+0000 mgr.a (mgr.14403) 18622 : cluster 0 pgmap v13905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:34.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:33 smithi079 bash[28699]: cluster 2023-12-08T00:58:33.271438+0000 mgr.a (mgr.14403) 18623 : cluster 0 pgmap v13906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:34.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:58:34.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:34.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:33 smithi194 bash[32038]: cluster 2023-12-08T00:58:33.271438+0000 mgr.a (mgr.14403) 18623 : cluster 0 pgmap v13906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:34.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:33 smithi135 bash[32435]: cluster 2023-12-08T00:58:33.271438+0000 mgr.a (mgr.14403) 18623 : cluster 0 pgmap v13906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:35.082 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:58:35.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:35.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:35.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:35.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:58:35.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:35 smithi079 bash[28699]: audit 2023-12-08T00:58:34.571299+0000 mgr.a (mgr.14403) 18624 : audit 0 from='client.370203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:35 smithi079 bash[28699]: cluster 2023-12-08T00:58:35.272531+0000 mgr.a (mgr.14403) 18625 : cluster 0 pgmap v13907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:35 smithi194 bash[32038]: audit 2023-12-08T00:58:34.571299+0000 mgr.a (mgr.14403) 18624 : audit 0 from='client.370203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:35 smithi194 bash[32038]: cluster 2023-12-08T00:58:35.272531+0000 mgr.a (mgr.14403) 18625 : cluster 0 pgmap v13907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:35.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:35 smithi135 bash[32435]: audit 2023-12-08T00:58:34.571299+0000 mgr.a (mgr.14403) 18624 : audit 0 from='client.370203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:35.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:35 smithi135 bash[32435]: cluster 2023-12-08T00:58:35.272531+0000 mgr.a (mgr.14403) 18625 : cluster 0 pgmap v13907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:37 smithi079 bash[28699]: cluster 2023-12-08T00:58:37.273094+0000 mgr.a (mgr.14403) 18626 : cluster 0 pgmap v13908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:37 smithi194 bash[32038]: cluster 2023-12-08T00:58:37.273094+0000 mgr.a (mgr.14403) 18626 : cluster 0 pgmap v13908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:37.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:37 smithi135 bash[32435]: cluster 2023-12-08T00:58:37.273094+0000 mgr.a (mgr.14403) 18626 : cluster 0 pgmap v13908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:58:39.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:39 smithi079 bash[28699]: cluster 2023-12-08T00:58:39.273818+0000 mgr.a (mgr.14403) 18627 : cluster 0 pgmap v13909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:39 smithi194 bash[32038]: cluster 2023-12-08T00:58:39.273818+0000 mgr.a (mgr.14403) 18627 : cluster 0 pgmap v13909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:39.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:39 smithi135 bash[32435]: cluster 2023-12-08T00:58:39.273818+0000 mgr.a (mgr.14403) 18627 : cluster 0 pgmap v13909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:40.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:58:40.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:40.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:40.962 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:58:40.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:40.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:40.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:40.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:58:41.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:41 smithi079 bash[28699]: audit 2023-12-08T00:58:40.473450+0000 mgr.a (mgr.14403) 18628 : audit 0 from='client.370281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:41 smithi079 bash[28699]: cluster 2023-12-08T00:58:41.274567+0000 mgr.a (mgr.14403) 18629 : cluster 0 pgmap v13910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:41 smithi194 bash[32038]: audit 2023-12-08T00:58:40.473450+0000 mgr.a (mgr.14403) 18628 : audit 0 from='client.370281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:41 smithi194 bash[32038]: cluster 2023-12-08T00:58:41.274567+0000 mgr.a (mgr.14403) 18629 : cluster 0 pgmap v13910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:41.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:41 smithi135 bash[32435]: audit 2023-12-08T00:58:40.473450+0000 mgr.a (mgr.14403) 18628 : audit 0 from='client.370281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:41.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:41 smithi135 bash[32435]: cluster 2023-12-08T00:58:41.274567+0000 mgr.a (mgr.14403) 18629 : cluster 0 pgmap v13910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:43 smithi079 bash[28699]: cluster 2023-12-08T00:58:43.275189+0000 mgr.a (mgr.14403) 18630 : cluster 0 pgmap v13911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:43 smithi194 bash[32038]: cluster 2023-12-08T00:58:43.275189+0000 mgr.a (mgr.14403) 18630 : cluster 0 pgmap v13911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:43 smithi135 bash[32435]: cluster 2023-12-08T00:58:43.275189+0000 mgr.a (mgr.14403) 18630 : cluster 0 pgmap v13911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:45.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:45 smithi079 bash[28699]: cluster 2023-12-08T00:58:45.275930+0000 mgr.a (mgr.14403) 18631 : cluster 0 pgmap v13912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:45 smithi194 bash[32038]: cluster 2023-12-08T00:58:45.275930+0000 mgr.a (mgr.14403) 18631 : cluster 0 pgmap v13912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:45 smithi135 bash[32435]: cluster 2023-12-08T00:58:45.275930+0000 mgr.a (mgr.14403) 18631 : cluster 0 pgmap v13912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:45.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:58:45.966 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:45.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:46.848 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:58:46.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:46.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:46.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:46.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:58:47.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:47 smithi079 bash[28699]: audit 2023-12-08T00:58:46.363354+0000 mgr.a (mgr.14403) 18632 : audit 0 from='client.370359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:47 smithi079 bash[28699]: cluster 2023-12-08T00:58:47.276628+0000 mgr.a (mgr.14403) 18633 : cluster 0 pgmap v13913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:47 smithi194 bash[32038]: audit 2023-12-08T00:58:46.363354+0000 mgr.a (mgr.14403) 18632 : audit 0 from='client.370359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:47 smithi194 bash[32038]: cluster 2023-12-08T00:58:47.276628+0000 mgr.a (mgr.14403) 18633 : cluster 0 pgmap v13913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:47.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:47 smithi135 bash[32435]: audit 2023-12-08T00:58:46.363354+0000 mgr.a (mgr.14403) 18632 : audit 0 from='client.370359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:47.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:47 smithi135 bash[32435]: cluster 2023-12-08T00:58:47.276628+0000 mgr.a (mgr.14403) 18633 : cluster 0 pgmap v13913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:49.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:49 smithi079 bash[28699]: cluster 2023-12-08T00:58:49.277418+0000 mgr.a (mgr.14403) 18634 : cluster 0 pgmap v13914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:49 smithi194 bash[32038]: cluster 2023-12-08T00:58:49.277418+0000 mgr.a (mgr.14403) 18634 : cluster 0 pgmap v13914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:49 smithi135 bash[32435]: cluster 2023-12-08T00:58:49.277418+0000 mgr.a (mgr.14403) 18634 : cluster 0 pgmap v13914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:51 smithi079 bash[28699]: cluster 2023-12-08T00:58:51.278009+0000 mgr.a (mgr.14403) 18635 : cluster 0 pgmap v13915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:51 smithi194 bash[32038]: cluster 2023-12-08T00:58:51.278009+0000 mgr.a (mgr.14403) 18635 : cluster 0 pgmap v13915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:51.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:51 smithi135 bash[32435]: cluster 2023-12-08T00:58:51.278009+0000 mgr.a (mgr.14403) 18635 : cluster 0 pgmap v13915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:51.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:58:51.850 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:51.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:52 smithi079 bash[28699]: audit 2023-12-08T00:58:52.254474+0000 mgr.a (mgr.14403) 18636 : audit 0 from='client.370434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:52.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:52 smithi194 bash[32038]: audit 2023-12-08T00:58:52.254474+0000 mgr.a (mgr.14403) 18636 : audit 0 from='client.370434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:52.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:52 smithi135 bash[32435]: audit 2023-12-08T00:58:52.254474+0000 mgr.a (mgr.14403) 18636 : audit 0 from='client.370434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:52.779 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:58:52.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:52.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:52.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:52.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:58:54.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:53 smithi079 bash[28699]: cluster 2023-12-08T00:58:53.278663+0000 mgr.a (mgr.14403) 18637 : cluster 0 pgmap v13916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:53 smithi194 bash[32038]: cluster 2023-12-08T00:58:53.278663+0000 mgr.a (mgr.14403) 18637 : cluster 0 pgmap v13916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:54.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:53 smithi135 bash[32435]: cluster 2023-12-08T00:58:53.278663+0000 mgr.a (mgr.14403) 18637 : cluster 0 pgmap v13916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:55 smithi079 bash[28699]: cluster 2023-12-08T00:58:55.279498+0000 mgr.a (mgr.14403) 18638 : cluster 0 pgmap v13917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:55 smithi194 bash[32038]: cluster 2023-12-08T00:58:55.279498+0000 mgr.a (mgr.14403) 18638 : cluster 0 pgmap v13917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:55.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:55 smithi135 bash[32435]: cluster 2023-12-08T00:58:55.279498+0000 mgr.a (mgr.14403) 18638 : cluster 0 pgmap v13917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:58:57.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:57 smithi079 bash[28699]: cluster 2023-12-08T00:58:57.280219+0000 mgr.a (mgr.14403) 18639 : cluster 0 pgmap v13918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:57 smithi194 bash[32038]: cluster 2023-12-08T00:58:57.280219+0000 mgr.a (mgr.14403) 18639 : cluster 0 pgmap v13918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:57.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:57 smithi135 bash[32435]: cluster 2023-12-08T00:58:57.280219+0000 mgr.a (mgr.14403) 18639 : cluster 0 pgmap v13918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:58:57.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:58:57.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:58:57.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:58:58.680 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:58:58.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:58:58.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:58:58.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:58:58.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:58:59.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:58 smithi079 bash[28699]: audit 2023-12-08T00:58:58.189249+0000 mgr.a (mgr.14403) 18640 : audit 0 from='client.370506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:58 smithi194 bash[32038]: audit 2023-12-08T00:58:58.189249+0000 mgr.a (mgr.14403) 18640 : audit 0 from='client.370506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:58:59.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:58 smithi135 bash[32435]: audit 2023-12-08T00:58:58.189249+0000 mgr.a (mgr.14403) 18640 : audit 0 from='client.370506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:00.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:58:59 smithi079 bash[28699]: cluster 2023-12-08T00:58:59.281182+0000 mgr.a (mgr.14403) 18641 : cluster 0 pgmap v13919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:59:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:58:59 smithi194 bash[32038]: cluster 2023-12-08T00:58:59.281182+0000 mgr.a (mgr.14403) 18641 : cluster 0 pgmap v13919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:59:00.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:58:59 smithi135 bash[32435]: cluster 2023-12-08T00:58:59.281182+0000 mgr.a (mgr.14403) 18641 : cluster 0 pgmap v13919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T00:59:01.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:01 smithi079 bash[28699]: cluster 2023-12-08T00:59:01.281810+0000 mgr.a (mgr.14403) 18642 : cluster 0 pgmap v13920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:59:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:01 smithi194 bash[32038]: cluster 2023-12-08T00:59:01.281810+0000 mgr.a (mgr.14403) 18642 : cluster 0 pgmap v13920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:59:01.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:01 smithi135 bash[32435]: cluster 2023-12-08T00:59:01.281810+0000 mgr.a (mgr.14403) 18642 : cluster 0 pgmap v13920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:59:03.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:59:03.682 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:03.683 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:03 smithi079 bash[28699]: cluster 2023-12-08T00:59:03.282445+0000 mgr.a (mgr.14403) 18643 : cluster 0 pgmap v13921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:59:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:03 smithi194 bash[32038]: cluster 2023-12-08T00:59:03.282445+0000 mgr.a (mgr.14403) 18643 : cluster 0 pgmap v13921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:59:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:03 smithi135 bash[32435]: cluster 2023-12-08T00:59:03.282445+0000 mgr.a (mgr.14403) 18643 : cluster 0 pgmap v13921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T00:59:04.573 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:59:04.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:04.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:04.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:04.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:59:05.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:04 smithi079 bash[28699]: audit 2023-12-08T00:59:04.085489+0000 mgr.a (mgr.14403) 18644 : audit 0 from='client.370581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:05.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:04 smithi194 bash[32038]: audit 2023-12-08T00:59:04.085489+0000 mgr.a (mgr.14403) 18644 : audit 0 from='client.370581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:05.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:04 smithi135 bash[32435]: audit 2023-12-08T00:59:04.085489+0000 mgr.a (mgr.14403) 18644 : audit 0 from='client.370581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:05 smithi079 bash[28699]: cluster 2023-12-08T00:59:05.283593+0000 mgr.a (mgr.14403) 18645 : cluster 0 pgmap v13922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:05 smithi194 bash[32038]: cluster 2023-12-08T00:59:05.283593+0000 mgr.a (mgr.14403) 18645 : cluster 0 pgmap v13922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:06.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:05 smithi135 bash[32435]: cluster 2023-12-08T00:59:05.283593+0000 mgr.a (mgr.14403) 18645 : cluster 0 pgmap v13922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:07.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:07 smithi079 bash[28699]: cluster 2023-12-08T00:59:07.284323+0000 mgr.a (mgr.14403) 18646 : cluster 0 pgmap v13923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:07 smithi194 bash[32038]: cluster 2023-12-08T00:59:07.284323+0000 mgr.a (mgr.14403) 18646 : cluster 0 pgmap v13923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:07.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:07 smithi135 bash[32435]: cluster 2023-12-08T00:59:07.284323+0000 mgr.a (mgr.14403) 18646 : cluster 0 pgmap v13923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:09.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:59:09.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:09.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:09.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:09 smithi079 bash[28699]: cluster 2023-12-08T00:59:09.285240+0000 mgr.a (mgr.14403) 18647 : cluster 0 pgmap v13924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:09.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:09 smithi194 bash[32038]: cluster 2023-12-08T00:59:09.285240+0000 mgr.a (mgr.14403) 18647 : cluster 0 pgmap v13924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:09.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:09 smithi135 bash[32435]: cluster 2023-12-08T00:59:09.285240+0000 mgr.a (mgr.14403) 18647 : cluster 0 pgmap v13924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:10.462 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:59:10.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:10.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:10.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:10.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:59:10.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:10 smithi079 bash[28699]: audit 2023-12-08T00:59:09.969203+0000 mgr.a (mgr.14403) 18648 : audit 0 from='client.370656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:10 smithi194 bash[32038]: audit 2023-12-08T00:59:09.969203+0000 mgr.a (mgr.14403) 18648 : audit 0 from='client.370656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:10.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:10 smithi135 bash[32435]: audit 2023-12-08T00:59:09.969203+0000 mgr.a (mgr.14403) 18648 : audit 0 from='client.370656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:11.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:11 smithi079 bash[28699]: cluster 2023-12-08T00:59:11.285915+0000 mgr.a (mgr.14403) 18649 : cluster 0 pgmap v13925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:59:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:11 smithi194 bash[32038]: cluster 2023-12-08T00:59:11.285915+0000 mgr.a (mgr.14403) 18649 : cluster 0 pgmap v13925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:59:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:11 smithi135 bash[32435]: cluster 2023-12-08T00:59:11.285915+0000 mgr.a (mgr.14403) 18649 : cluster 0 pgmap v13925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:59:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:13 smithi079 bash[28699]: audit 2023-12-08T00:59:13.053772+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:59:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:13 smithi079 bash[28699]: cluster 2023-12-08T00:59:13.286486+0000 mgr.a (mgr.14403) 18650 : cluster 0 pgmap v13926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:59:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:13 smithi079 bash[28699]: audit 2023-12-08T00:59:13.583635+0000 mon.a (mon.0) 3033 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:59:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:13 smithi079 bash[28699]: audit 2023-12-08T00:59:13.590466+0000 mon.a (mon.0) 3034 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:59:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:13 smithi194 bash[32038]: audit 2023-12-08T00:59:13.053772+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:59:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:13 smithi194 bash[32038]: cluster 2023-12-08T00:59:13.286486+0000 mgr.a (mgr.14403) 18650 : cluster 0 pgmap v13926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:59:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:13 smithi194 bash[32038]: audit 2023-12-08T00:59:13.583635+0000 mon.a (mon.0) 3033 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:59:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:13 smithi194 bash[32038]: audit 2023-12-08T00:59:13.590466+0000 mon.a (mon.0) 3034 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:59:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:13 smithi135 bash[32435]: audit 2023-12-08T00:59:13.053772+0000 mon.a (mon.0) 3032 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T00:59:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:13 smithi135 bash[32435]: cluster 2023-12-08T00:59:13.286486+0000 mgr.a (mgr.14403) 18650 : cluster 0 pgmap v13926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T00:59:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:13 smithi135 bash[32435]: audit 2023-12-08T00:59:13.583635+0000 mon.a (mon.0) 3033 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:59:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:13 smithi135 bash[32435]: audit 2023-12-08T00:59:13.590466+0000 mon.a (mon.0) 3034 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:59:15.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:14 smithi079 bash[28699]: audit 2023-12-08T00:59:14.343452+0000 mon.a (mon.0) 3035 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:59:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:14 smithi079 bash[28699]: audit 2023-12-08T00:59:14.345291+0000 mon.a (mon.0) 3036 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:59:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:14 smithi079 bash[28699]: audit 2023-12-08T00:59:14.354235+0000 mon.a (mon.0) 3037 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:59:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:14 smithi194 bash[32038]: audit 2023-12-08T00:59:14.343452+0000 mon.a (mon.0) 3035 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:59:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:14 smithi194 bash[32038]: audit 2023-12-08T00:59:14.345291+0000 mon.a (mon.0) 3036 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:59:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:14 smithi194 bash[32038]: audit 2023-12-08T00:59:14.354235+0000 mon.a (mon.0) 3037 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:59:15.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:14 smithi135 bash[32435]: audit 2023-12-08T00:59:14.343452+0000 mon.a (mon.0) 3035 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T00:59:15.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:14 smithi135 bash[32435]: audit 2023-12-08T00:59:14.345291+0000 mon.a (mon.0) 3036 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T00:59:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:14 smithi135 bash[32435]: audit 2023-12-08T00:59:14.354235+0000 mon.a (mon.0) 3037 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T00:59:15.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:59:15.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:15.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:16.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:15 smithi079 bash[28699]: cluster 2023-12-08T00:59:15.287279+0000 mgr.a (mgr.14403) 18651 : cluster 0 pgmap v13927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:59:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:15 smithi194 bash[32038]: cluster 2023-12-08T00:59:15.287279+0000 mgr.a (mgr.14403) 18651 : cluster 0 pgmap v13927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:59:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:15 smithi135 bash[32435]: cluster 2023-12-08T00:59:15.287279+0000 mgr.a (mgr.14403) 18651 : cluster 0 pgmap v13927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T00:59:16.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:16.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:16.388 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:59:16.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:16.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:59:17.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:16 smithi079 bash[28699]: audit 2023-12-08T00:59:15.863370+0000 mgr.a (mgr.14403) 18652 : audit 0 from='client.370731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:16 smithi194 bash[32038]: audit 2023-12-08T00:59:15.863370+0000 mgr.a (mgr.14403) 18652 : audit 0 from='client.370731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:17.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:16 smithi135 bash[32435]: audit 2023-12-08T00:59:15.863370+0000 mgr.a (mgr.14403) 18652 : audit 0 from='client.370731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:18.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:17 smithi079 bash[28699]: cluster 2023-12-08T00:59:17.287859+0000 mgr.a (mgr.14403) 18653 : cluster 0 pgmap v13928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:17 smithi194 bash[32038]: cluster 2023-12-08T00:59:17.287859+0000 mgr.a (mgr.14403) 18653 : cluster 0 pgmap v13928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:18.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:17 smithi135 bash[32435]: cluster 2023-12-08T00:59:17.287859+0000 mgr.a (mgr.14403) 18653 : cluster 0 pgmap v13928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:19.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:19 smithi079 bash[28699]: cluster 2023-12-08T00:59:19.288655+0000 mgr.a (mgr.14403) 18654 : cluster 0 pgmap v13929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:19 smithi194 bash[32038]: cluster 2023-12-08T00:59:19.288655+0000 mgr.a (mgr.14403) 18654 : cluster 0 pgmap v13929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:19 smithi135 bash[32435]: cluster 2023-12-08T00:59:19.288655+0000 mgr.a (mgr.14403) 18654 : cluster 0 pgmap v13929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:21.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:59:21.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:21.393 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:21.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:21 smithi079 bash[28699]: cluster 2023-12-08T00:59:21.289186+0000 mgr.a (mgr.14403) 18655 : cluster 0 pgmap v13930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:21 smithi194 bash[32038]: cluster 2023-12-08T00:59:21.289186+0000 mgr.a (mgr.14403) 18655 : cluster 0 pgmap v13930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:21.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:21 smithi135 bash[32435]: cluster 2023-12-08T00:59:21.289186+0000 mgr.a (mgr.14403) 18655 : cluster 0 pgmap v13930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:22.322 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:59:22.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:22.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:22.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:22.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:59:22.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:22 smithi079 bash[28699]: audit 2023-12-08T00:59:21.796985+0000 mgr.a (mgr.14403) 18656 : audit 0 from='client.370806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:22 smithi194 bash[32038]: audit 2023-12-08T00:59:21.796985+0000 mgr.a (mgr.14403) 18656 : audit 0 from='client.370806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:22 smithi135 bash[32435]: audit 2023-12-08T00:59:21.796985+0000 mgr.a (mgr.14403) 18656 : audit 0 from='client.370806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:24.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:23 smithi079 bash[28699]: cluster 2023-12-08T00:59:23.289836+0000 mgr.a (mgr.14403) 18657 : cluster 0 pgmap v13931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:23 smithi194 bash[32038]: cluster 2023-12-08T00:59:23.289836+0000 mgr.a (mgr.14403) 18657 : cluster 0 pgmap v13931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:24.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:23 smithi135 bash[32435]: cluster 2023-12-08T00:59:23.289836+0000 mgr.a (mgr.14403) 18657 : cluster 0 pgmap v13931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:25.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:25 smithi079 bash[28699]: cluster 2023-12-08T00:59:25.290603+0000 mgr.a (mgr.14403) 18658 : cluster 0 pgmap v13932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:25 smithi194 bash[32038]: cluster 2023-12-08T00:59:25.290603+0000 mgr.a (mgr.14403) 18658 : cluster 0 pgmap v13932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:25.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:25 smithi135 bash[32435]: cluster 2023-12-08T00:59:25.290603+0000 mgr.a (mgr.14403) 18658 : cluster 0 pgmap v13932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:27.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:59:27.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:27.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:27.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:27 smithi079 bash[28699]: cluster 2023-12-08T00:59:27.291179+0000 mgr.a (mgr.14403) 18659 : cluster 0 pgmap v13933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:27 smithi194 bash[32038]: cluster 2023-12-08T00:59:27.291179+0000 mgr.a (mgr.14403) 18659 : cluster 0 pgmap v13933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:27.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:27 smithi135 bash[32435]: cluster 2023-12-08T00:59:27.291179+0000 mgr.a (mgr.14403) 18659 : cluster 0 pgmap v13933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:28.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:28.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:28.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:28.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:59:28.269 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:59:29.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:28 smithi079 bash[28699]: audit 2023-12-08T00:59:27.737016+0000 mgr.a (mgr.14403) 18660 : audit 0 from='client.370878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:28 smithi194 bash[32038]: audit 2023-12-08T00:59:27.737016+0000 mgr.a (mgr.14403) 18660 : audit 0 from='client.370878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:29.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:28 smithi135 bash[32435]: audit 2023-12-08T00:59:27.737016+0000 mgr.a (mgr.14403) 18660 : audit 0 from='client.370878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:30.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:29 smithi079 bash[28699]: cluster 2023-12-08T00:59:29.291976+0000 mgr.a (mgr.14403) 18661 : cluster 0 pgmap v13934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:30.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:29 smithi194 bash[32038]: cluster 2023-12-08T00:59:29.291976+0000 mgr.a (mgr.14403) 18661 : cluster 0 pgmap v13934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:30.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:29 smithi135 bash[32435]: cluster 2023-12-08T00:59:29.291976+0000 mgr.a (mgr.14403) 18661 : cluster 0 pgmap v13934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:31.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:31 smithi079 bash[28699]: cluster 2023-12-08T00:59:31.292544+0000 mgr.a (mgr.14403) 18662 : cluster 0 pgmap v13935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:31 smithi194 bash[32038]: cluster 2023-12-08T00:59:31.292544+0000 mgr.a (mgr.14403) 18662 : cluster 0 pgmap v13935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:31.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:31 smithi135 bash[32435]: cluster 2023-12-08T00:59:31.292544+0000 mgr.a (mgr.14403) 18662 : cluster 0 pgmap v13935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:33.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:59:33.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:33.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:34.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:33 smithi079 bash[28699]: cluster 2023-12-08T00:59:33.293108+0000 mgr.a (mgr.14403) 18663 : cluster 0 pgmap v13936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:34.172 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:59:34.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:34.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:34.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:34.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:59:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:33 smithi194 bash[32038]: cluster 2023-12-08T00:59:33.293108+0000 mgr.a (mgr.14403) 18663 : cluster 0 pgmap v13936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:33 smithi135 bash[32435]: cluster 2023-12-08T00:59:33.293108+0000 mgr.a (mgr.14403) 18663 : cluster 0 pgmap v13936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:34 smithi079 bash[28699]: audit 2023-12-08T00:59:33.671460+0000 mgr.a (mgr.14403) 18664 : audit 0 from='client.370956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:34 smithi194 bash[32038]: audit 2023-12-08T00:59:33.671460+0000 mgr.a (mgr.14403) 18664 : audit 0 from='client.370956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:35.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:34 smithi135 bash[32435]: audit 2023-12-08T00:59:33.671460+0000 mgr.a (mgr.14403) 18664 : audit 0 from='client.370956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:36.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:35 smithi079 bash[28699]: cluster 2023-12-08T00:59:35.294074+0000 mgr.a (mgr.14403) 18665 : cluster 0 pgmap v13937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:35 smithi194 bash[32038]: cluster 2023-12-08T00:59:35.294074+0000 mgr.a (mgr.14403) 18665 : cluster 0 pgmap v13937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:36.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:35 smithi135 bash[32435]: cluster 2023-12-08T00:59:35.294074+0000 mgr.a (mgr.14403) 18665 : cluster 0 pgmap v13937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:37.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:37 smithi079 bash[28699]: cluster 2023-12-08T00:59:37.294634+0000 mgr.a (mgr.14403) 18666 : cluster 0 pgmap v13938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:37 smithi194 bash[32038]: cluster 2023-12-08T00:59:37.294634+0000 mgr.a (mgr.14403) 18666 : cluster 0 pgmap v13938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:37.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:37 smithi135 bash[32435]: cluster 2023-12-08T00:59:37.294634+0000 mgr.a (mgr.14403) 18666 : cluster 0 pgmap v13938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:39.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:59:39.176 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:39.176 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:39.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:39 smithi079 bash[28699]: cluster 2023-12-08T00:59:39.295384+0000 mgr.a (mgr.14403) 18667 : cluster 0 pgmap v13939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:39 smithi194 bash[32038]: cluster 2023-12-08T00:59:39.295384+0000 mgr.a (mgr.14403) 18667 : cluster 0 pgmap v13939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:39.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:39 smithi135 bash[32435]: cluster 2023-12-08T00:59:39.295384+0000 mgr.a (mgr.14403) 18667 : cluster 0 pgmap v13939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:40.093 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:59:40.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:40.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:40.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:40.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:59:40.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:40 smithi079 bash[28699]: audit 2023-12-08T00:59:39.578354+0000 mgr.a (mgr.14403) 18668 : audit 0 from='client.371031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:40 smithi194 bash[32038]: audit 2023-12-08T00:59:39.578354+0000 mgr.a (mgr.14403) 18668 : audit 0 from='client.371031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:40 smithi135 bash[32435]: audit 2023-12-08T00:59:39.578354+0000 mgr.a (mgr.14403) 18668 : audit 0 from='client.371031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:41.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:41 smithi079 bash[28699]: cluster 2023-12-08T00:59:41.295968+0000 mgr.a (mgr.14403) 18669 : cluster 0 pgmap v13940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:41 smithi194 bash[32038]: cluster 2023-12-08T00:59:41.295968+0000 mgr.a (mgr.14403) 18669 : cluster 0 pgmap v13940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:41.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:41 smithi135 bash[32435]: cluster 2023-12-08T00:59:41.295968+0000 mgr.a (mgr.14403) 18669 : cluster 0 pgmap v13940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:44.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:43 smithi079 bash[28699]: cluster 2023-12-08T00:59:43.296537+0000 mgr.a (mgr.14403) 18670 : cluster 0 pgmap v13941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:44.207 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:43 smithi194 bash[32038]: cluster 2023-12-08T00:59:43.296537+0000 mgr.a (mgr.14403) 18670 : cluster 0 pgmap v13941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:43 smithi135 bash[32435]: cluster 2023-12-08T00:59:43.296537+0000 mgr.a (mgr.14403) 18670 : cluster 0 pgmap v13941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T00:59:45.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:59:45.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:45.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:45 smithi079 bash[28699]: cluster 2023-12-08T00:59:45.297051+0000 mgr.a (mgr.14403) 18671 : cluster 0 pgmap v13942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:45 smithi194 bash[32038]: cluster 2023-12-08T00:59:45.297051+0000 mgr.a (mgr.14403) 18671 : cluster 0 pgmap v13942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:45.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:45 smithi135 bash[32435]: cluster 2023-12-08T00:59:45.297051+0000 mgr.a (mgr.14403) 18671 : cluster 0 pgmap v13942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:46.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:46.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:46.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:46.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:59:46.010 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:59:46.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:46 smithi079 bash[28699]: audit 2023-12-08T00:59:45.499417+0000 mgr.a (mgr.14403) 18672 : audit 0 from='client.371109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:46 smithi194 bash[32038]: audit 2023-12-08T00:59:45.499417+0000 mgr.a (mgr.14403) 18672 : audit 0 from='client.371109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:46 smithi135 bash[32435]: audit 2023-12-08T00:59:45.499417+0000 mgr.a (mgr.14403) 18672 : audit 0 from='client.371109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:47.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:47 smithi079 bash[28699]: cluster 2023-12-08T00:59:47.297759+0000 mgr.a (mgr.14403) 18673 : cluster 0 pgmap v13943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:47 smithi194 bash[32038]: cluster 2023-12-08T00:59:47.297759+0000 mgr.a (mgr.14403) 18673 : cluster 0 pgmap v13943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:47.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:47 smithi135 bash[32435]: cluster 2023-12-08T00:59:47.297759+0000 mgr.a (mgr.14403) 18673 : cluster 0 pgmap v13943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:49.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:49 smithi079 bash[28699]: cluster 2023-12-08T00:59:49.298577+0000 mgr.a (mgr.14403) 18674 : cluster 0 pgmap v13944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:49 smithi194 bash[32038]: cluster 2023-12-08T00:59:49.298577+0000 mgr.a (mgr.14403) 18674 : cluster 0 pgmap v13944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:49.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:49 smithi135 bash[32435]: cluster 2023-12-08T00:59:49.298577+0000 mgr.a (mgr.14403) 18674 : cluster 0 pgmap v13944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:51.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:59:51.014 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:51.014 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:51 smithi079 bash[28699]: cluster 2023-12-08T00:59:51.299124+0000 mgr.a (mgr.14403) 18675 : cluster 0 pgmap v13945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:51 smithi194 bash[32038]: cluster 2023-12-08T00:59:51.299124+0000 mgr.a (mgr.14403) 18675 : cluster 0 pgmap v13945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:51.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:51 smithi135 bash[32435]: cluster 2023-12-08T00:59:51.299124+0000 mgr.a (mgr.14403) 18675 : cluster 0 pgmap v13945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:51.913 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:59:51.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:51.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:51.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:51.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:59:52.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:52 smithi079 bash[28699]: audit 2023-12-08T00:59:51.420868+0000 mgr.a (mgr.14403) 18676 : audit 0 from='client.371184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:52.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:52 smithi194 bash[32038]: audit 2023-12-08T00:59:51.420868+0000 mgr.a (mgr.14403) 18676 : audit 0 from='client.371184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:52.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:52 smithi135 bash[32435]: audit 2023-12-08T00:59:51.420868+0000 mgr.a (mgr.14403) 18676 : audit 0 from='client.371184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:53 smithi079 bash[28699]: cluster 2023-12-08T00:59:53.299747+0000 mgr.a (mgr.14403) 18677 : cluster 0 pgmap v13946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:53 smithi194 bash[32038]: cluster 2023-12-08T00:59:53.299747+0000 mgr.a (mgr.14403) 18677 : cluster 0 pgmap v13946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:54.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:53 smithi135 bash[32435]: cluster 2023-12-08T00:59:53.299747+0000 mgr.a (mgr.14403) 18677 : cluster 0 pgmap v13946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:55 smithi079 bash[28699]: cluster 2023-12-08T00:59:55.300599+0000 mgr.a (mgr.14403) 18678 : cluster 0 pgmap v13947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:55 smithi194 bash[32038]: cluster 2023-12-08T00:59:55.300599+0000 mgr.a (mgr.14403) 18678 : cluster 0 pgmap v13947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:55.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:55 smithi135 bash[32435]: cluster 2023-12-08T00:59:55.300599+0000 mgr.a (mgr.14403) 18678 : cluster 0 pgmap v13947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T00:59:56.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T00:59:56.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T00:59:56.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T00:59:57.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:57 smithi079 bash[28699]: cluster 2023-12-08T00:59:57.301095+0000 mgr.a (mgr.14403) 18679 : cluster 0 pgmap v13948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:57 smithi194 bash[32038]: cluster 2023-12-08T00:59:57.301095+0000 mgr.a (mgr.14403) 18679 : cluster 0 pgmap v13948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:57.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:57 smithi135 bash[32435]: cluster 2023-12-08T00:59:57.301095+0000 mgr.a (mgr.14403) 18679 : cluster 0 pgmap v13948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T00:59:57.798 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T00:59:57.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T00:59:57.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T00:59:57.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T00:59:57.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T00:59:59.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:58 smithi079 bash[28699]: audit 2023-12-08T00:59:57.317025+0000 mgr.a (mgr.14403) 18680 : audit 0 from='client.371259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:58 smithi194 bash[32038]: audit 2023-12-08T00:59:57.317025+0000 mgr.a (mgr.14403) 18680 : audit 0 from='client.371259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T00:59:59.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:58 smithi135 bash[32435]: audit 2023-12-08T00:59:57.317025+0000 mgr.a (mgr.14403) 18680 : audit 0 from='client.371259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:00.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 00:59:59 smithi079 bash[28699]: cluster 2023-12-08T00:59:59.302013+0000 mgr.a (mgr.14403) 18681 : cluster 0 pgmap v13949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 00:59:59 smithi194 bash[32038]: cluster 2023-12-08T00:59:59.302013+0000 mgr.a (mgr.14403) 18681 : cluster 0 pgmap v13949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:00.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 00:59:59 smithi135 bash[32435]: cluster 2023-12-08T00:59:59.302013+0000 mgr.a (mgr.14403) 18681 : cluster 0 pgmap v13949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:01.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:00 smithi079 bash[28699]: cluster 2023-12-08T01:00:00.000152+0000 mon.a (mon.0) 3038 : cluster 1 overall HEALTH_OK 2023-12-08T01:00:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:00 smithi194 bash[32038]: cluster 2023-12-08T01:00:00.000152+0000 mon.a (mon.0) 3038 : cluster 1 overall HEALTH_OK 2023-12-08T01:00:01.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:00 smithi135 bash[32435]: cluster 2023-12-08T01:00:00.000152+0000 mon.a (mon.0) 3038 : cluster 1 overall HEALTH_OK 2023-12-08T01:00:02.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:01 smithi079 bash[28699]: cluster 2023-12-08T01:00:01.302562+0000 mgr.a (mgr.14403) 18682 : cluster 0 pgmap v13950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:01 smithi194 bash[32038]: cluster 2023-12-08T01:00:01.302562+0000 mgr.a (mgr.14403) 18682 : cluster 0 pgmap v13950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:02.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:01 smithi135 bash[32435]: cluster 2023-12-08T01:00:01.302562+0000 mgr.a (mgr.14403) 18682 : cluster 0 pgmap v13950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:02.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:00:02.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:02.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:03.730 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:00:03.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:03.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:03.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:03.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:00:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:03 smithi079 bash[28699]: audit 2023-12-08T01:00:03.206835+0000 mgr.a (mgr.14403) 18683 : audit 0 from='client.371334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:03 smithi079 bash[28699]: cluster 2023-12-08T01:00:03.303181+0000 mgr.a (mgr.14403) 18684 : cluster 0 pgmap v13951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:03 smithi194 bash[32038]: audit 2023-12-08T01:00:03.206835+0000 mgr.a (mgr.14403) 18683 : audit 0 from='client.371334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:03 smithi194 bash[32038]: cluster 2023-12-08T01:00:03.303181+0000 mgr.a (mgr.14403) 18684 : cluster 0 pgmap v13951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:03 smithi135 bash[32435]: audit 2023-12-08T01:00:03.206835+0000 mgr.a (mgr.14403) 18683 : audit 0 from='client.371334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:03 smithi135 bash[32435]: cluster 2023-12-08T01:00:03.303181+0000 mgr.a (mgr.14403) 18684 : cluster 0 pgmap v13951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:05.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:05 smithi079 bash[28699]: cluster 2023-12-08T01:00:05.304056+0000 mgr.a (mgr.14403) 18685 : cluster 0 pgmap v13952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:00:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:05 smithi194 bash[32038]: cluster 2023-12-08T01:00:05.304056+0000 mgr.a (mgr.14403) 18685 : cluster 0 pgmap v13952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:00:05.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:05 smithi135 bash[32435]: cluster 2023-12-08T01:00:05.304056+0000 mgr.a (mgr.14403) 18685 : cluster 0 pgmap v13952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:00:07.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:07 smithi079 bash[28699]: cluster 2023-12-08T01:00:07.304616+0000 mgr.a (mgr.14403) 18686 : cluster 0 pgmap v13953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:00:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:07 smithi194 bash[32038]: cluster 2023-12-08T01:00:07.304616+0000 mgr.a (mgr.14403) 18686 : cluster 0 pgmap v13953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:00:07.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:07 smithi135 bash[32435]: cluster 2023-12-08T01:00:07.304616+0000 mgr.a (mgr.14403) 18686 : cluster 0 pgmap v13953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:00:08.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:00:08.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:08.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:09.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:09 smithi079 bash[28699]: audit 2023-12-08T01:00:09.138432+0000 mgr.a (mgr.14403) 18687 : audit 0 from='client.371406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:09.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:09 smithi079 bash[28699]: cluster 2023-12-08T01:00:09.305371+0000 mgr.a (mgr.14403) 18688 : cluster 0 pgmap v13954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:09.669 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:00:09.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:09.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:09.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:09.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:00:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:09 smithi194 bash[32038]: audit 2023-12-08T01:00:09.138432+0000 mgr.a (mgr.14403) 18687 : audit 0 from='client.371406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:09 smithi194 bash[32038]: cluster 2023-12-08T01:00:09.305371+0000 mgr.a (mgr.14403) 18688 : cluster 0 pgmap v13954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:09.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:09 smithi135 bash[32435]: audit 2023-12-08T01:00:09.138432+0000 mgr.a (mgr.14403) 18687 : audit 0 from='client.371406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:09.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:09 smithi135 bash[32435]: cluster 2023-12-08T01:00:09.305371+0000 mgr.a (mgr.14403) 18688 : cluster 0 pgmap v13954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:11.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:11 smithi079 bash[28699]: cluster 2023-12-08T01:00:11.306145+0000 mgr.a (mgr.14403) 18689 : cluster 0 pgmap v13955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:11 smithi194 bash[32038]: cluster 2023-12-08T01:00:11.306145+0000 mgr.a (mgr.14403) 18689 : cluster 0 pgmap v13955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:11 smithi135 bash[32435]: cluster 2023-12-08T01:00:11.306145+0000 mgr.a (mgr.14403) 18689 : cluster 0 pgmap v13955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:13 smithi079 bash[28699]: cluster 2023-12-08T01:00:13.306824+0000 mgr.a (mgr.14403) 18690 : cluster 0 pgmap v13956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:13 smithi194 bash[32038]: cluster 2023-12-08T01:00:13.306824+0000 mgr.a (mgr.14403) 18690 : cluster 0 pgmap v13956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:13 smithi135 bash[32435]: cluster 2023-12-08T01:00:13.306824+0000 mgr.a (mgr.14403) 18690 : cluster 0 pgmap v13956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:14.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:00:14.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:14.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:15.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:14 smithi079 bash[28699]: audit 2023-12-08T01:00:14.457267+0000 mon.a (mon.0) 3039 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:00:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:14 smithi194 bash[32038]: audit 2023-12-08T01:00:14.457267+0000 mon.a (mon.0) 3039 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:00:15.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:14 smithi135 bash[32435]: audit 2023-12-08T01:00:14.457267+0000 mon.a (mon.0) 3039 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:00:15.590 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:00:15.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:15.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:15.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:15.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:00:16.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:15 smithi079 bash[28699]: audit 2023-12-08T01:00:15.074935+0000 mgr.a (mgr.14403) 18691 : audit 0 from='client.371481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:15 smithi079 bash[28699]: audit 2023-12-08T01:00:15.242962+0000 mon.a (mon.0) 3040 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:00:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:15 smithi079 bash[28699]: audit 2023-12-08T01:00:15.245280+0000 mon.a (mon.0) 3041 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:00:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:15 smithi079 bash[28699]: audit 2023-12-08T01:00:15.254356+0000 mon.a (mon.0) 3042 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:00:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:15 smithi079 bash[28699]: cluster 2023-12-08T01:00:15.307543+0000 mgr.a (mgr.14403) 18692 : cluster 0 pgmap v13957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:15 smithi194 bash[32038]: audit 2023-12-08T01:00:15.074935+0000 mgr.a (mgr.14403) 18691 : audit 0 from='client.371481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:16.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:15 smithi194 bash[32038]: audit 2023-12-08T01:00:15.242962+0000 mon.a (mon.0) 3040 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:00:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:15 smithi194 bash[32038]: audit 2023-12-08T01:00:15.245280+0000 mon.a (mon.0) 3041 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:00:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:15 smithi194 bash[32038]: audit 2023-12-08T01:00:15.254356+0000 mon.a (mon.0) 3042 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:00:16.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:15 smithi194 bash[32038]: cluster 2023-12-08T01:00:15.307543+0000 mgr.a (mgr.14403) 18692 : cluster 0 pgmap v13957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:15 smithi135 bash[32435]: audit 2023-12-08T01:00:15.074935+0000 mgr.a (mgr.14403) 18691 : audit 0 from='client.371481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:15 smithi135 bash[32435]: audit 2023-12-08T01:00:15.242962+0000 mon.a (mon.0) 3040 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:00:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:15 smithi135 bash[32435]: audit 2023-12-08T01:00:15.245280+0000 mon.a (mon.0) 3041 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:00:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:15 smithi135 bash[32435]: audit 2023-12-08T01:00:15.254356+0000 mon.a (mon.0) 3042 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:00:16.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:15 smithi135 bash[32435]: cluster 2023-12-08T01:00:15.307543+0000 mgr.a (mgr.14403) 18692 : cluster 0 pgmap v13957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:17.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:17 smithi079 bash[28699]: cluster 2023-12-08T01:00:17.308198+0000 mgr.a (mgr.14403) 18693 : cluster 0 pgmap v13958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:00:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:17 smithi194 bash[32038]: cluster 2023-12-08T01:00:17.308198+0000 mgr.a (mgr.14403) 18693 : cluster 0 pgmap v13958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:00:17.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:17 smithi135 bash[32435]: cluster 2023-12-08T01:00:17.308198+0000 mgr.a (mgr.14403) 18693 : cluster 0 pgmap v13958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:00:19.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:19 smithi079 bash[28699]: cluster 2023-12-08T01:00:19.309027+0000 mgr.a (mgr.14403) 18694 : cluster 0 pgmap v13959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:00:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:19 smithi194 bash[32038]: cluster 2023-12-08T01:00:19.309027+0000 mgr.a (mgr.14403) 18694 : cluster 0 pgmap v13959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:00:19.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:19 smithi135 bash[32435]: cluster 2023-12-08T01:00:19.309027+0000 mgr.a (mgr.14403) 18694 : cluster 0 pgmap v13959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:00:20.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:00:20.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:20.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:21.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:21.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:21.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:21.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:00:21.508 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:00:21.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:21 smithi079 bash[28699]: audit 2023-12-08T01:00:20.994054+0000 mgr.a (mgr.14403) 18695 : audit 0 from='client.371553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:21 smithi079 bash[28699]: cluster 2023-12-08T01:00:21.309627+0000 mgr.a (mgr.14403) 18696 : cluster 0 pgmap v13960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:21 smithi194 bash[32038]: audit 2023-12-08T01:00:20.994054+0000 mgr.a (mgr.14403) 18695 : audit 0 from='client.371553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:21 smithi194 bash[32038]: cluster 2023-12-08T01:00:21.309627+0000 mgr.a (mgr.14403) 18696 : cluster 0 pgmap v13960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:21.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:21 smithi135 bash[32435]: audit 2023-12-08T01:00:20.994054+0000 mgr.a (mgr.14403) 18695 : audit 0 from='client.371553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:21.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:21 smithi135 bash[32435]: cluster 2023-12-08T01:00:21.309627+0000 mgr.a (mgr.14403) 18696 : cluster 0 pgmap v13960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:24.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:23 smithi079 bash[28699]: cluster 2023-12-08T01:00:23.310283+0000 mgr.a (mgr.14403) 18697 : cluster 0 pgmap v13961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:23 smithi194 bash[32038]: cluster 2023-12-08T01:00:23.310283+0000 mgr.a (mgr.14403) 18697 : cluster 0 pgmap v13961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:24.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:23 smithi135 bash[32435]: cluster 2023-12-08T01:00:23.310283+0000 mgr.a (mgr.14403) 18697 : cluster 0 pgmap v13961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:25.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:25 smithi079 bash[28699]: cluster 2023-12-08T01:00:25.311125+0000 mgr.a (mgr.14403) 18698 : cluster 0 pgmap v13962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:25 smithi194 bash[32038]: cluster 2023-12-08T01:00:25.311125+0000 mgr.a (mgr.14403) 18698 : cluster 0 pgmap v13962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:25.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:25 smithi135 bash[32435]: cluster 2023-12-08T01:00:25.311125+0000 mgr.a (mgr.14403) 18698 : cluster 0 pgmap v13962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:26.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:00:26.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:26.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:27.434 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:00:27.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:27.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:27.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:27.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:00:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:27 smithi079 bash[28699]: audit 2023-12-08T01:00:26.919235+0000 mgr.a (mgr.14403) 18699 : audit 0 from='client.371631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:27 smithi079 bash[28699]: cluster 2023-12-08T01:00:27.312185+0000 mgr.a (mgr.14403) 18700 : cluster 0 pgmap v13963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:27 smithi194 bash[32038]: audit 2023-12-08T01:00:26.919235+0000 mgr.a (mgr.14403) 18699 : audit 0 from='client.371631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:27 smithi194 bash[32038]: cluster 2023-12-08T01:00:27.312185+0000 mgr.a (mgr.14403) 18700 : cluster 0 pgmap v13963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:27.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:27 smithi135 bash[32435]: audit 2023-12-08T01:00:26.919235+0000 mgr.a (mgr.14403) 18699 : audit 0 from='client.371631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:27 smithi135 bash[32435]: cluster 2023-12-08T01:00:27.312185+0000 mgr.a (mgr.14403) 18700 : cluster 0 pgmap v13963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:30 smithi079 bash[28699]: cluster 2023-12-08T01:00:29.313048+0000 mgr.a (mgr.14403) 18701 : cluster 0 pgmap v13964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:30 smithi194 bash[32038]: cluster 2023-12-08T01:00:29.313048+0000 mgr.a (mgr.14403) 18701 : cluster 0 pgmap v13964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:30 smithi135 bash[32435]: cluster 2023-12-08T01:00:29.313048+0000 mgr.a (mgr.14403) 18701 : cluster 0 pgmap v13964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:32.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:00:32.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:32.438 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:32 smithi079 bash[28699]: cluster 2023-12-08T01:00:31.313588+0000 mgr.a (mgr.14403) 18702 : cluster 0 pgmap v13965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:32 smithi194 bash[32038]: cluster 2023-12-08T01:00:31.313588+0000 mgr.a (mgr.14403) 18702 : cluster 0 pgmap v13965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:32.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:32 smithi135 bash[32435]: cluster 2023-12-08T01:00:31.313588+0000 mgr.a (mgr.14403) 18702 : cluster 0 pgmap v13965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:33.344 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:00:33.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:33.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:33.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:33.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:00:34.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:33 smithi079 bash[28699]: audit 2023-12-08T01:00:32.842631+0000 mgr.a (mgr.14403) 18703 : audit 0 from='client.371709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:34.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:33 smithi194 bash[32038]: audit 2023-12-08T01:00:32.842631+0000 mgr.a (mgr.14403) 18703 : audit 0 from='client.371709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:33 smithi135 bash[32435]: audit 2023-12-08T01:00:32.842631+0000 mgr.a (mgr.14403) 18703 : audit 0 from='client.371709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:35.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:34 smithi079 bash[28699]: cluster 2023-12-08T01:00:33.314175+0000 mgr.a (mgr.14403) 18704 : cluster 0 pgmap v13966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:34 smithi194 bash[32038]: cluster 2023-12-08T01:00:33.314175+0000 mgr.a (mgr.14403) 18704 : cluster 0 pgmap v13966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:35.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:34 smithi135 bash[32435]: cluster 2023-12-08T01:00:33.314175+0000 mgr.a (mgr.14403) 18704 : cluster 0 pgmap v13966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:36 smithi079 bash[28699]: cluster 2023-12-08T01:00:35.314962+0000 mgr.a (mgr.14403) 18705 : cluster 0 pgmap v13967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:36 smithi194 bash[32038]: cluster 2023-12-08T01:00:35.314962+0000 mgr.a (mgr.14403) 18705 : cluster 0 pgmap v13967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:37.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:36 smithi135 bash[32435]: cluster 2023-12-08T01:00:35.314962+0000 mgr.a (mgr.14403) 18705 : cluster 0 pgmap v13967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:38.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:00:38.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:38.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:39.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:38 smithi079 bash[28699]: cluster 2023-12-08T01:00:37.315485+0000 mgr.a (mgr.14403) 18706 : cluster 0 pgmap v13968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:39.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:38 smithi194 bash[32038]: cluster 2023-12-08T01:00:37.315485+0000 mgr.a (mgr.14403) 18706 : cluster 0 pgmap v13968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:38 smithi135 bash[32435]: cluster 2023-12-08T01:00:37.315485+0000 mgr.a (mgr.14403) 18706 : cluster 0 pgmap v13968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:39.252 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:00:39.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:39.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:39.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:39.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:00:40.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:39 smithi194 bash[32038]: audit 2023-12-08T01:00:38.748759+0000 mgr.a (mgr.14403) 18707 : audit 0 from='client.371781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:40.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:39 smithi135 bash[32435]: audit 2023-12-08T01:00:38.748759+0000 mgr.a (mgr.14403) 18707 : audit 0 from='client.371781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:39 smithi079 bash[28699]: audit 2023-12-08T01:00:38.748759+0000 mgr.a (mgr.14403) 18707 : audit 0 from='client.371781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:40 smithi194 bash[32038]: cluster 2023-12-08T01:00:39.316517+0000 mgr.a (mgr.14403) 18708 : cluster 0 pgmap v13969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:40 smithi135 bash[32435]: cluster 2023-12-08T01:00:39.316517+0000 mgr.a (mgr.14403) 18708 : cluster 0 pgmap v13969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:40 smithi079 bash[28699]: cluster 2023-12-08T01:00:39.316517+0000 mgr.a (mgr.14403) 18708 : cluster 0 pgmap v13969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:43.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:42 smithi194 bash[32038]: cluster 2023-12-08T01:00:41.317073+0000 mgr.a (mgr.14403) 18709 : cluster 0 pgmap v13970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:43.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:42 smithi135 bash[32435]: cluster 2023-12-08T01:00:41.317073+0000 mgr.a (mgr.14403) 18709 : cluster 0 pgmap v13970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:42 smithi079 bash[28699]: cluster 2023-12-08T01:00:41.317073+0000 mgr.a (mgr.14403) 18709 : cluster 0 pgmap v13970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:44.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:00:44.256 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:44.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:45.188 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:00:45.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:45.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:45.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:45.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:00:45.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:44 smithi194 bash[32038]: cluster 2023-12-08T01:00:43.317483+0000 mgr.a (mgr.14403) 18710 : cluster 0 pgmap v13971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:45.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:44 smithi135 bash[32435]: cluster 2023-12-08T01:00:43.317483+0000 mgr.a (mgr.14403) 18710 : cluster 0 pgmap v13971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:44 smithi079 bash[28699]: cluster 2023-12-08T01:00:43.317483+0000 mgr.a (mgr.14403) 18710 : cluster 0 pgmap v13971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:46.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:45 smithi194 bash[32038]: audit 2023-12-08T01:00:44.662995+0000 mgr.a (mgr.14403) 18711 : audit 0 from='client.371859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:46.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:45 smithi135 bash[32435]: audit 2023-12-08T01:00:44.662995+0000 mgr.a (mgr.14403) 18711 : audit 0 from='client.371859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:45 smithi079 bash[28699]: audit 2023-12-08T01:00:44.662995+0000 mgr.a (mgr.14403) 18711 : audit 0 from='client.371859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:46 smithi194 bash[32038]: cluster 2023-12-08T01:00:45.318579+0000 mgr.a (mgr.14403) 18712 : cluster 0 pgmap v13972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:47.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:46 smithi135 bash[32435]: cluster 2023-12-08T01:00:45.318579+0000 mgr.a (mgr.14403) 18712 : cluster 0 pgmap v13972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:47.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:46 smithi079 bash[28699]: cluster 2023-12-08T01:00:45.318579+0000 mgr.a (mgr.14403) 18712 : cluster 0 pgmap v13972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:48 smithi194 bash[32038]: cluster 2023-12-08T01:00:47.319298+0000 mgr.a (mgr.14403) 18713 : cluster 0 pgmap v13973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:49.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:48 smithi135 bash[32435]: cluster 2023-12-08T01:00:47.319298+0000 mgr.a (mgr.14403) 18713 : cluster 0 pgmap v13973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:48 smithi079 bash[28699]: cluster 2023-12-08T01:00:47.319298+0000 mgr.a (mgr.14403) 18713 : cluster 0 pgmap v13973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:00:50.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:00:50.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:50.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:51.099 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:00:51.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:51.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:51.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:51.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:00:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:50 smithi194 bash[32038]: cluster 2023-12-08T01:00:49.320049+0000 mgr.a (mgr.14403) 18714 : cluster 0 pgmap v13974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:51.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:50 smithi135 bash[32435]: cluster 2023-12-08T01:00:49.320049+0000 mgr.a (mgr.14403) 18714 : cluster 0 pgmap v13974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:51.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:50 smithi079 bash[28699]: cluster 2023-12-08T01:00:49.320049+0000 mgr.a (mgr.14403) 18714 : cluster 0 pgmap v13974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:52.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:51 smithi194 bash[32038]: audit 2023-12-08T01:00:50.596531+0000 mgr.a (mgr.14403) 18715 : audit 0 from='client.371934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:52.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:51 smithi135 bash[32435]: audit 2023-12-08T01:00:50.596531+0000 mgr.a (mgr.14403) 18715 : audit 0 from='client.371934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:51 smithi079 bash[28699]: audit 2023-12-08T01:00:50.596531+0000 mgr.a (mgr.14403) 18715 : audit 0 from='client.371934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:53.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:52 smithi194 bash[32038]: cluster 2023-12-08T01:00:51.320808+0000 mgr.a (mgr.14403) 18716 : cluster 0 pgmap v13975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:53.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:52 smithi135 bash[32435]: cluster 2023-12-08T01:00:51.320808+0000 mgr.a (mgr.14403) 18716 : cluster 0 pgmap v13975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:53.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:52 smithi079 bash[28699]: cluster 2023-12-08T01:00:51.320808+0000 mgr.a (mgr.14403) 18716 : cluster 0 pgmap v13975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:54 smithi194 bash[32038]: cluster 2023-12-08T01:00:53.321403+0000 mgr.a (mgr.14403) 18717 : cluster 0 pgmap v13976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:55.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:54 smithi135 bash[32435]: cluster 2023-12-08T01:00:53.321403+0000 mgr.a (mgr.14403) 18717 : cluster 0 pgmap v13976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:54 smithi079 bash[28699]: cluster 2023-12-08T01:00:53.321403+0000 mgr.a (mgr.14403) 18717 : cluster 0 pgmap v13976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:56.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:00:56.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:00:56.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:00:57.022 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:00:57.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:00:57.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:00:57.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:00:57.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:00:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:56 smithi194 bash[32038]: cluster 2023-12-08T01:00:55.322231+0000 mgr.a (mgr.14403) 18718 : cluster 0 pgmap v13977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:57.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:56 smithi135 bash[32435]: cluster 2023-12-08T01:00:55.322231+0000 mgr.a (mgr.14403) 18718 : cluster 0 pgmap v13977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:56 smithi079 bash[28699]: cluster 2023-12-08T01:00:55.322231+0000 mgr.a (mgr.14403) 18718 : cluster 0 pgmap v13977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:00:58.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:57 smithi135 bash[32435]: audit 2023-12-08T01:00:56.510203+0000 mgr.a (mgr.14403) 18719 : audit 0 from='client.372009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:57 smithi079 bash[28699]: audit 2023-12-08T01:00:56.510203+0000 mgr.a (mgr.14403) 18719 : audit 0 from='client.372009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:57 smithi194 bash[32038]: audit 2023-12-08T01:00:56.510203+0000 mgr.a (mgr.14403) 18719 : audit 0 from='client.372009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:00:59.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:00:58 smithi135 bash[32435]: cluster 2023-12-08T01:00:57.322999+0000 mgr.a (mgr.14403) 18720 : cluster 0 pgmap v13978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:00:58 smithi079 bash[28699]: cluster 2023-12-08T01:00:57.322999+0000 mgr.a (mgr.14403) 18720 : cluster 0 pgmap v13978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:00:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:00:58 smithi194 bash[32038]: cluster 2023-12-08T01:00:57.322999+0000 mgr.a (mgr.14403) 18720 : cluster 0 pgmap v13978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:00 smithi079 bash[28699]: cluster 2023-12-08T01:00:59.323791+0000 mgr.a (mgr.14403) 18721 : cluster 0 pgmap v13979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:00 smithi194 bash[32038]: cluster 2023-12-08T01:00:59.323791+0000 mgr.a (mgr.14403) 18721 : cluster 0 pgmap v13979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:00 smithi135 bash[32435]: cluster 2023-12-08T01:00:59.323791+0000 mgr.a (mgr.14403) 18721 : cluster 0 pgmap v13979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:02.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:01:02.025 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:02.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:02.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:02.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:02.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:02.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:01:02.938 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:01:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:02 smithi079 bash[28699]: cluster 2023-12-08T01:01:01.324401+0000 mgr.a (mgr.14403) 18722 : cluster 0 pgmap v13980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:02 smithi194 bash[32038]: cluster 2023-12-08T01:01:01.324401+0000 mgr.a (mgr.14403) 18722 : cluster 0 pgmap v13980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:03.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:02 smithi135 bash[32435]: cluster 2023-12-08T01:01:01.324401+0000 mgr.a (mgr.14403) 18722 : cluster 0 pgmap v13980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:04.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:03 smithi079 bash[28699]: audit 2023-12-08T01:01:02.434687+0000 mgr.a (mgr.14403) 18723 : audit 0 from='client.372087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:03 smithi194 bash[32038]: audit 2023-12-08T01:01:02.434687+0000 mgr.a (mgr.14403) 18723 : audit 0 from='client.372087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:04.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:03 smithi135 bash[32435]: audit 2023-12-08T01:01:02.434687+0000 mgr.a (mgr.14403) 18723 : audit 0 from='client.372087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:04 smithi079 bash[28699]: cluster 2023-12-08T01:01:03.325255+0000 mgr.a (mgr.14403) 18724 : cluster 0 pgmap v13981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:04 smithi194 bash[32038]: cluster 2023-12-08T01:01:03.325255+0000 mgr.a (mgr.14403) 18724 : cluster 0 pgmap v13981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:05.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:04 smithi135 bash[32435]: cluster 2023-12-08T01:01:03.325255+0000 mgr.a (mgr.14403) 18724 : cluster 0 pgmap v13981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:07.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:06 smithi079 bash[28699]: cluster 2023-12-08T01:01:05.326216+0000 mgr.a (mgr.14403) 18725 : cluster 0 pgmap v13982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:06 smithi194 bash[32038]: cluster 2023-12-08T01:01:05.326216+0000 mgr.a (mgr.14403) 18725 : cluster 0 pgmap v13982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:06 smithi135 bash[32435]: cluster 2023-12-08T01:01:05.326216+0000 mgr.a (mgr.14403) 18725 : cluster 0 pgmap v13982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:07.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:01:07.941 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:07.941 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:08.840 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:01:08.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:08.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:08.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:08.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:01:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:08 smithi079 bash[28699]: cluster 2023-12-08T01:01:07.326902+0000 mgr.a (mgr.14403) 18726 : cluster 0 pgmap v13983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:08 smithi194 bash[32038]: cluster 2023-12-08T01:01:07.326902+0000 mgr.a (mgr.14403) 18726 : cluster 0 pgmap v13983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:09.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:08 smithi135 bash[32435]: cluster 2023-12-08T01:01:07.326902+0000 mgr.a (mgr.14403) 18726 : cluster 0 pgmap v13983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:10.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:09 smithi079 bash[28699]: audit 2023-12-08T01:01:08.337998+0000 mgr.a (mgr.14403) 18727 : audit 0 from='client.372159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:09 smithi194 bash[32038]: audit 2023-12-08T01:01:08.337998+0000 mgr.a (mgr.14403) 18727 : audit 0 from='client.372159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:10.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:09 smithi135 bash[32435]: audit 2023-12-08T01:01:08.337998+0000 mgr.a (mgr.14403) 18727 : audit 0 from='client.372159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:10 smithi079 bash[28699]: cluster 2023-12-08T01:01:09.327991+0000 mgr.a (mgr.14403) 18728 : cluster 0 pgmap v13984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:01:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:10 smithi194 bash[32038]: cluster 2023-12-08T01:01:09.327991+0000 mgr.a (mgr.14403) 18728 : cluster 0 pgmap v13984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:01:11.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:10 smithi135 bash[32435]: cluster 2023-12-08T01:01:09.327991+0000 mgr.a (mgr.14403) 18728 : cluster 0 pgmap v13984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:01:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:12 smithi079 bash[28699]: cluster 2023-12-08T01:01:11.328585+0000 mgr.a (mgr.14403) 18729 : cluster 0 pgmap v13985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:01:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:12 smithi194 bash[32038]: cluster 2023-12-08T01:01:11.328585+0000 mgr.a (mgr.14403) 18729 : cluster 0 pgmap v13985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:01:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:12 smithi135 bash[32435]: cluster 2023-12-08T01:01:11.328585+0000 mgr.a (mgr.14403) 18729 : cluster 0 pgmap v13985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:01:13.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:01:13.843 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:13.843 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:14.724 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:01:14.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:14.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:14.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:14.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:01:15.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:15 smithi079 bash[28699]: cluster 2023-12-08T01:01:13.329155+0000 mgr.a (mgr.14403) 18730 : cluster 0 pgmap v13986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:01:15.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:15 smithi079 bash[28699]: audit 2023-12-08T01:01:14.244458+0000 mgr.a (mgr.14403) 18731 : audit 0 from='client.372237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:15 smithi194 bash[32038]: cluster 2023-12-08T01:01:13.329155+0000 mgr.a (mgr.14403) 18730 : cluster 0 pgmap v13986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:01:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:15 smithi194 bash[32038]: audit 2023-12-08T01:01:14.244458+0000 mgr.a (mgr.14403) 18731 : audit 0 from='client.372237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:15.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:15 smithi135 bash[32435]: cluster 2023-12-08T01:01:13.329155+0000 mgr.a (mgr.14403) 18730 : cluster 0 pgmap v13986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:01:15.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:15 smithi135 bash[32435]: audit 2023-12-08T01:01:14.244458+0000 mgr.a (mgr.14403) 18731 : audit 0 from='client.372237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:16 smithi079 bash[28699]: audit 2023-12-08T01:01:15.369712+0000 mon.a (mon.0) 3043 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:01:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:16 smithi194 bash[32038]: audit 2023-12-08T01:01:15.369712+0000 mon.a (mon.0) 3043 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:01:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:16 smithi135 bash[32435]: audit 2023-12-08T01:01:15.369712+0000 mon.a (mon.0) 3043 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:01:17.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:17 smithi079 bash[28699]: cluster 2023-12-08T01:01:15.330221+0000 mgr.a (mgr.14403) 18732 : cluster 0 pgmap v13987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:17 smithi079 bash[28699]: audit 2023-12-08T01:01:16.116480+0000 mon.a (mon.0) 3044 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:01:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:17 smithi079 bash[28699]: audit 2023-12-08T01:01:16.118420+0000 mon.a (mon.0) 3045 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:01:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:17 smithi079 bash[28699]: audit 2023-12-08T01:01:16.129401+0000 mon.a (mon.0) 3046 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:01:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:17 smithi194 bash[32038]: cluster 2023-12-08T01:01:15.330221+0000 mgr.a (mgr.14403) 18732 : cluster 0 pgmap v13987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:17 smithi194 bash[32038]: audit 2023-12-08T01:01:16.116480+0000 mon.a (mon.0) 3044 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:01:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:17 smithi194 bash[32038]: audit 2023-12-08T01:01:16.118420+0000 mon.a (mon.0) 3045 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:01:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:17 smithi194 bash[32038]: audit 2023-12-08T01:01:16.129401+0000 mon.a (mon.0) 3046 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:01:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:17 smithi135 bash[32435]: cluster 2023-12-08T01:01:15.330221+0000 mgr.a (mgr.14403) 18732 : cluster 0 pgmap v13987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:17 smithi135 bash[32435]: audit 2023-12-08T01:01:16.116480+0000 mon.a (mon.0) 3044 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:01:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:17 smithi135 bash[32435]: audit 2023-12-08T01:01:16.118420+0000 mon.a (mon.0) 3045 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:01:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:17 smithi135 bash[32435]: audit 2023-12-08T01:01:16.129401+0000 mon.a (mon.0) 3046 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:01:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:19 smithi079 bash[28699]: cluster 2023-12-08T01:01:17.330940+0000 mgr.a (mgr.14403) 18733 : cluster 0 pgmap v13988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:19 smithi194 bash[32038]: cluster 2023-12-08T01:01:17.330940+0000 mgr.a (mgr.14403) 18733 : cluster 0 pgmap v13988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:19.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:19 smithi135 bash[32435]: cluster 2023-12-08T01:01:17.330940+0000 mgr.a (mgr.14403) 18733 : cluster 0 pgmap v13988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:19.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:01:19.727 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:19.727 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:20.619 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:01:20.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:20.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:20.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:20.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:01:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:21 smithi079 bash[28699]: cluster 2023-12-08T01:01:19.331908+0000 mgr.a (mgr.14403) 18734 : cluster 0 pgmap v13989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:21 smithi079 bash[28699]: audit 2023-12-08T01:01:20.128917+0000 mgr.a (mgr.14403) 18735 : audit 0 from='client.372315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:21 smithi194 bash[32038]: cluster 2023-12-08T01:01:19.331908+0000 mgr.a (mgr.14403) 18734 : cluster 0 pgmap v13989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:21 smithi194 bash[32038]: audit 2023-12-08T01:01:20.128917+0000 mgr.a (mgr.14403) 18735 : audit 0 from='client.372315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:21.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:21 smithi135 bash[32435]: cluster 2023-12-08T01:01:19.331908+0000 mgr.a (mgr.14403) 18734 : cluster 0 pgmap v13989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:21.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:21 smithi135 bash[32435]: audit 2023-12-08T01:01:20.128917+0000 mgr.a (mgr.14403) 18735 : audit 0 from='client.372315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:23.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:23 smithi079 bash[28699]: cluster 2023-12-08T01:01:21.332813+0000 mgr.a (mgr.14403) 18736 : cluster 0 pgmap v13990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:01:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:23 smithi194 bash[32038]: cluster 2023-12-08T01:01:21.332813+0000 mgr.a (mgr.14403) 18736 : cluster 0 pgmap v13990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:01:23.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:23 smithi135 bash[32435]: cluster 2023-12-08T01:01:21.332813+0000 mgr.a (mgr.14403) 18736 : cluster 0 pgmap v13990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:01:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:25 smithi079 bash[28699]: cluster 2023-12-08T01:01:23.333453+0000 mgr.a (mgr.14403) 18737 : cluster 0 pgmap v13991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:01:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:25 smithi194 bash[32038]: cluster 2023-12-08T01:01:23.333453+0000 mgr.a (mgr.14403) 18737 : cluster 0 pgmap v13991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:01:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:25 smithi135 bash[32435]: cluster 2023-12-08T01:01:23.333453+0000 mgr.a (mgr.14403) 18737 : cluster 0 pgmap v13991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:01:25.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:01:25.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:25.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:26.538 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:01:26.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:26.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:26.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:26.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:01:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:27 smithi079 bash[28699]: cluster 2023-12-08T01:01:25.334424+0000 mgr.a (mgr.14403) 18738 : cluster 0 pgmap v13992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:01:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:27 smithi079 bash[28699]: audit 2023-12-08T01:01:26.025617+0000 mgr.a (mgr.14403) 18739 : audit 0 from='client.372393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:27 smithi194 bash[32038]: cluster 2023-12-08T01:01:25.334424+0000 mgr.a (mgr.14403) 18738 : cluster 0 pgmap v13992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:01:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:27 smithi194 bash[32038]: audit 2023-12-08T01:01:26.025617+0000 mgr.a (mgr.14403) 18739 : audit 0 from='client.372393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:27.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:27 smithi135 bash[32435]: cluster 2023-12-08T01:01:25.334424+0000 mgr.a (mgr.14403) 18738 : cluster 0 pgmap v13992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:01:27.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:27 smithi135 bash[32435]: audit 2023-12-08T01:01:26.025617+0000 mgr.a (mgr.14403) 18739 : audit 0 from='client.372393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:29 smithi079 bash[28699]: cluster 2023-12-08T01:01:27.335200+0000 mgr.a (mgr.14403) 18740 : cluster 0 pgmap v13993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:29 smithi194 bash[32038]: cluster 2023-12-08T01:01:27.335200+0000 mgr.a (mgr.14403) 18740 : cluster 0 pgmap v13993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:29.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:29 smithi135 bash[32435]: cluster 2023-12-08T01:01:27.335200+0000 mgr.a (mgr.14403) 18740 : cluster 0 pgmap v13993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:31 smithi079 bash[28699]: cluster 2023-12-08T01:01:29.336117+0000 mgr.a (mgr.14403) 18741 : cluster 0 pgmap v13994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:31 smithi194 bash[32038]: cluster 2023-12-08T01:01:29.336117+0000 mgr.a (mgr.14403) 18741 : cluster 0 pgmap v13994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:31.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:31 smithi135 bash[32435]: cluster 2023-12-08T01:01:29.336117+0000 mgr.a (mgr.14403) 18741 : cluster 0 pgmap v13994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:31.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:01:31.540 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:31.540 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:32.454 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:01:32.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:32.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:32.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:32.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:01:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:33 smithi079 bash[28699]: cluster 2023-12-08T01:01:31.336837+0000 mgr.a (mgr.14403) 18742 : cluster 0 pgmap v13995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:33 smithi079 bash[28699]: audit 2023-12-08T01:01:31.943826+0000 mgr.a (mgr.14403) 18743 : audit 0 from='client.372471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:33 smithi194 bash[32038]: cluster 2023-12-08T01:01:31.336837+0000 mgr.a (mgr.14403) 18742 : cluster 0 pgmap v13995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:33 smithi194 bash[32038]: audit 2023-12-08T01:01:31.943826+0000 mgr.a (mgr.14403) 18743 : audit 0 from='client.372471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:33.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:33 smithi135 bash[32435]: cluster 2023-12-08T01:01:31.336837+0000 mgr.a (mgr.14403) 18742 : cluster 0 pgmap v13995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:33.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:33 smithi135 bash[32435]: audit 2023-12-08T01:01:31.943826+0000 mgr.a (mgr.14403) 18743 : audit 0 from='client.372471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:35 smithi079 bash[28699]: cluster 2023-12-08T01:01:33.337489+0000 mgr.a (mgr.14403) 18744 : cluster 0 pgmap v13996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:35 smithi194 bash[32038]: cluster 2023-12-08T01:01:33.337489+0000 mgr.a (mgr.14403) 18744 : cluster 0 pgmap v13996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:35.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:35 smithi135 bash[32435]: cluster 2023-12-08T01:01:33.337489+0000 mgr.a (mgr.14403) 18744 : cluster 0 pgmap v13996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:37 smithi079 bash[28699]: cluster 2023-12-08T01:01:35.338286+0000 mgr.a (mgr.14403) 18745 : cluster 0 pgmap v13997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:37 smithi194 bash[32038]: cluster 2023-12-08T01:01:35.338286+0000 mgr.a (mgr.14403) 18745 : cluster 0 pgmap v13997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:37.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:01:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:37 smithi135 bash[32435]: cluster 2023-12-08T01:01:35.338286+0000 mgr.a (mgr.14403) 18745 : cluster 0 pgmap v13997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:37.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:37.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:38.358 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:01:38.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:38.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:38.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:38.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:01:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:39 smithi079 bash[28699]: cluster 2023-12-08T01:01:37.338896+0000 mgr.a (mgr.14403) 18746 : cluster 0 pgmap v13998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:39 smithi079 bash[28699]: audit 2023-12-08T01:01:37.862045+0000 mgr.a (mgr.14403) 18747 : audit 0 from='client.372543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:39 smithi194 bash[32038]: cluster 2023-12-08T01:01:37.338896+0000 mgr.a (mgr.14403) 18746 : cluster 0 pgmap v13998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:39 smithi194 bash[32038]: audit 2023-12-08T01:01:37.862045+0000 mgr.a (mgr.14403) 18747 : audit 0 from='client.372543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:39.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:39 smithi135 bash[32435]: cluster 2023-12-08T01:01:37.338896+0000 mgr.a (mgr.14403) 18746 : cluster 0 pgmap v13998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:39.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:39 smithi135 bash[32435]: audit 2023-12-08T01:01:37.862045+0000 mgr.a (mgr.14403) 18747 : audit 0 from='client.372543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:41 smithi079 bash[28699]: cluster 2023-12-08T01:01:39.339873+0000 mgr.a (mgr.14403) 18748 : cluster 0 pgmap v13999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:41 smithi194 bash[32038]: cluster 2023-12-08T01:01:39.339873+0000 mgr.a (mgr.14403) 18748 : cluster 0 pgmap v13999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:41.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:41 smithi135 bash[32435]: cluster 2023-12-08T01:01:39.339873+0000 mgr.a (mgr.14403) 18748 : cluster 0 pgmap v13999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:01:43.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:01:43.361 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:43.361 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:43 smithi079 bash[28699]: cluster 2023-12-08T01:01:41.340452+0000 mgr.a (mgr.14403) 18749 : cluster 0 pgmap v14000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:43 smithi194 bash[32038]: cluster 2023-12-08T01:01:41.340452+0000 mgr.a (mgr.14403) 18749 : cluster 0 pgmap v14000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:43 smithi135 bash[32435]: cluster 2023-12-08T01:01:41.340452+0000 mgr.a (mgr.14403) 18749 : cluster 0 pgmap v14000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:44.237 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:01:44.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:44.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:44.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:44.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:01:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:45 smithi079 bash[28699]: cluster 2023-12-08T01:01:43.340973+0000 mgr.a (mgr.14403) 18750 : cluster 0 pgmap v14001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:45 smithi079 bash[28699]: audit 2023-12-08T01:01:43.749066+0000 mgr.a (mgr.14403) 18751 : audit 0 from='client.372621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:45 smithi194 bash[32038]: cluster 2023-12-08T01:01:43.340973+0000 mgr.a (mgr.14403) 18750 : cluster 0 pgmap v14001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:45 smithi194 bash[32038]: audit 2023-12-08T01:01:43.749066+0000 mgr.a (mgr.14403) 18751 : audit 0 from='client.372621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:45 smithi135 bash[32435]: cluster 2023-12-08T01:01:43.340973+0000 mgr.a (mgr.14403) 18750 : cluster 0 pgmap v14001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:45 smithi135 bash[32435]: audit 2023-12-08T01:01:43.749066+0000 mgr.a (mgr.14403) 18751 : audit 0 from='client.372621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:47.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:47 smithi079 bash[28699]: cluster 2023-12-08T01:01:45.342120+0000 mgr.a (mgr.14403) 18752 : cluster 0 pgmap v14002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:47 smithi194 bash[32038]: cluster 2023-12-08T01:01:45.342120+0000 mgr.a (mgr.14403) 18752 : cluster 0 pgmap v14002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:47 smithi135 bash[32435]: cluster 2023-12-08T01:01:45.342120+0000 mgr.a (mgr.14403) 18752 : cluster 0 pgmap v14002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:49.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:01:49.241 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:49.241 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:49 smithi079 bash[28699]: cluster 2023-12-08T01:01:47.342727+0000 mgr.a (mgr.14403) 18753 : cluster 0 pgmap v14003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:49 smithi194 bash[32038]: cluster 2023-12-08T01:01:47.342727+0000 mgr.a (mgr.14403) 18753 : cluster 0 pgmap v14003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:49 smithi135 bash[32435]: cluster 2023-12-08T01:01:47.342727+0000 mgr.a (mgr.14403) 18753 : cluster 0 pgmap v14003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:50.111 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:01:50.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:50.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:50.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:50.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:01:51.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:51 smithi079 bash[28699]: cluster 2023-12-08T01:01:49.343345+0000 mgr.a (mgr.14403) 18754 : cluster 0 pgmap v14004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:51 smithi079 bash[28699]: audit 2023-12-08T01:01:49.633805+0000 mgr.a (mgr.14403) 18755 : audit 0 from='client.372699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:51 smithi194 bash[32038]: cluster 2023-12-08T01:01:49.343345+0000 mgr.a (mgr.14403) 18754 : cluster 0 pgmap v14004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:51 smithi194 bash[32038]: audit 2023-12-08T01:01:49.633805+0000 mgr.a (mgr.14403) 18755 : audit 0 from='client.372699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:51.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:51 smithi135 bash[32435]: cluster 2023-12-08T01:01:49.343345+0000 mgr.a (mgr.14403) 18754 : cluster 0 pgmap v14004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:51.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:51 smithi135 bash[32435]: audit 2023-12-08T01:01:49.633805+0000 mgr.a (mgr.14403) 18755 : audit 0 from='client.372699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:53.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:53 smithi079 bash[28699]: cluster 2023-12-08T01:01:51.344036+0000 mgr.a (mgr.14403) 18756 : cluster 0 pgmap v14005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:53 smithi194 bash[32038]: cluster 2023-12-08T01:01:51.344036+0000 mgr.a (mgr.14403) 18756 : cluster 0 pgmap v14005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:53.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:53 smithi135 bash[32435]: cluster 2023-12-08T01:01:51.344036+0000 mgr.a (mgr.14403) 18756 : cluster 0 pgmap v14005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:55.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:01:55.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:01:55.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:01:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:55 smithi079 bash[28699]: cluster 2023-12-08T01:01:53.344771+0000 mgr.a (mgr.14403) 18757 : cluster 0 pgmap v14006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:55 smithi194 bash[32038]: cluster 2023-12-08T01:01:53.344771+0000 mgr.a (mgr.14403) 18757 : cluster 0 pgmap v14006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:55 smithi135 bash[32435]: cluster 2023-12-08T01:01:53.344771+0000 mgr.a (mgr.14403) 18757 : cluster 0 pgmap v14006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:01:56.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:01:56.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:01:56.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:01:56.016 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:01:56.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:01:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:57 smithi079 bash[28699]: cluster 2023-12-08T01:01:55.345768+0000 mgr.a (mgr.14403) 18758 : cluster 0 pgmap v14007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:57 smithi079 bash[28699]: audit 2023-12-08T01:01:55.517141+0000 mgr.a (mgr.14403) 18759 : audit 0 from='client.372777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:57 smithi194 bash[32038]: cluster 2023-12-08T01:01:55.345768+0000 mgr.a (mgr.14403) 18758 : cluster 0 pgmap v14007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:57 smithi194 bash[32038]: audit 2023-12-08T01:01:55.517141+0000 mgr.a (mgr.14403) 18759 : audit 0 from='client.372777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:57.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:57 smithi135 bash[32435]: cluster 2023-12-08T01:01:55.345768+0000 mgr.a (mgr.14403) 18758 : cluster 0 pgmap v14007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:57.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:57 smithi135 bash[32435]: audit 2023-12-08T01:01:55.517141+0000 mgr.a (mgr.14403) 18759 : audit 0 from='client.372777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:01:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:01:59 smithi079 bash[28699]: cluster 2023-12-08T01:01:57.346444+0000 mgr.a (mgr.14403) 18760 : cluster 0 pgmap v14008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:01:59 smithi194 bash[32038]: cluster 2023-12-08T01:01:57.346444+0000 mgr.a (mgr.14403) 18760 : cluster 0 pgmap v14008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:01:59.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:01:59 smithi135 bash[32435]: cluster 2023-12-08T01:01:57.346444+0000 mgr.a (mgr.14403) 18760 : cluster 0 pgmap v14008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:01.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:02:01.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:01.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:01 smithi079 bash[28699]: cluster 2023-12-08T01:01:59.347281+0000 mgr.a (mgr.14403) 18761 : cluster 0 pgmap v14009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:01 smithi194 bash[32038]: cluster 2023-12-08T01:01:59.347281+0000 mgr.a (mgr.14403) 18761 : cluster 0 pgmap v14009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:01 smithi135 bash[32435]: cluster 2023-12-08T01:01:59.347281+0000 mgr.a (mgr.14403) 18761 : cluster 0 pgmap v14009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:01.918 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:02:01.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:01.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:01.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:01.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:02:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:03 smithi079 bash[28699]: cluster 2023-12-08T01:02:01.347770+0000 mgr.a (mgr.14403) 18762 : cluster 0 pgmap v14010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:03 smithi079 bash[28699]: audit 2023-12-08T01:02:01.413422+0000 mgr.a (mgr.14403) 18763 : audit 0 from='client.372855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:03 smithi194 bash[32038]: cluster 2023-12-08T01:02:01.347770+0000 mgr.a (mgr.14403) 18762 : cluster 0 pgmap v14010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:03 smithi194 bash[32038]: audit 2023-12-08T01:02:01.413422+0000 mgr.a (mgr.14403) 18763 : audit 0 from='client.372855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:03.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:03 smithi135 bash[32435]: cluster 2023-12-08T01:02:01.347770+0000 mgr.a (mgr.14403) 18762 : cluster 0 pgmap v14010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:03.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:03 smithi135 bash[32435]: audit 2023-12-08T01:02:01.413422+0000 mgr.a (mgr.14403) 18763 : audit 0 from='client.372855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:05 smithi079 bash[28699]: cluster 2023-12-08T01:02:03.348394+0000 mgr.a (mgr.14403) 18764 : cluster 0 pgmap v14011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:05 smithi194 bash[32038]: cluster 2023-12-08T01:02:03.348394+0000 mgr.a (mgr.14403) 18764 : cluster 0 pgmap v14011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:05.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:05 smithi135 bash[32435]: cluster 2023-12-08T01:02:03.348394+0000 mgr.a (mgr.14403) 18764 : cluster 0 pgmap v14011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:06.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:02:06.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:06.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:07.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:07 smithi079 bash[28699]: cluster 2023-12-08T01:02:05.349233+0000 mgr.a (mgr.14403) 18765 : cluster 0 pgmap v14012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:07 smithi194 bash[32038]: cluster 2023-12-08T01:02:05.349233+0000 mgr.a (mgr.14403) 18765 : cluster 0 pgmap v14012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:07 smithi135 bash[32435]: cluster 2023-12-08T01:02:05.349233+0000 mgr.a (mgr.14403) 18765 : cluster 0 pgmap v14012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:07.812 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:02:07.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:07.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:07.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:07.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:02:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:08 smithi079 bash[28699]: audit 2023-12-08T01:02:07.322797+0000 mgr.a (mgr.14403) 18766 : audit 0 from='client.372927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:08.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:08 smithi194 bash[32038]: audit 2023-12-08T01:02:07.322797+0000 mgr.a (mgr.14403) 18766 : audit 0 from='client.372927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:08 smithi135 bash[32435]: audit 2023-12-08T01:02:07.322797+0000 mgr.a (mgr.14403) 18766 : audit 0 from='client.372927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:09 smithi079 bash[28699]: cluster 2023-12-08T01:02:07.349921+0000 mgr.a (mgr.14403) 18767 : cluster 0 pgmap v14013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:09 smithi194 bash[32038]: cluster 2023-12-08T01:02:07.349921+0000 mgr.a (mgr.14403) 18767 : cluster 0 pgmap v14013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:09.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:09 smithi135 bash[32435]: cluster 2023-12-08T01:02:07.349921+0000 mgr.a (mgr.14403) 18767 : cluster 0 pgmap v14013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:11 smithi194 bash[32038]: cluster 2023-12-08T01:02:09.350807+0000 mgr.a (mgr.14403) 18768 : cluster 0 pgmap v14014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:11.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:11 smithi135 bash[32435]: cluster 2023-12-08T01:02:09.350807+0000 mgr.a (mgr.14403) 18768 : cluster 0 pgmap v14014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:11.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:11 smithi079 bash[28699]: cluster 2023-12-08T01:02:09.350807+0000 mgr.a (mgr.14403) 18768 : cluster 0 pgmap v14014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:12.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:02:12.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:12.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:13.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:13 smithi194 bash[32038]: cluster 2023-12-08T01:02:11.351399+0000 mgr.a (mgr.14403) 18769 : cluster 0 pgmap v14015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:13 smithi135 bash[32435]: cluster 2023-12-08T01:02:11.351399+0000 mgr.a (mgr.14403) 18769 : cluster 0 pgmap v14015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:13.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:13 smithi079 bash[28699]: cluster 2023-12-08T01:02:11.351399+0000 mgr.a (mgr.14403) 18769 : cluster 0 pgmap v14015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:13.736 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:02:13.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:13.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:13.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:13.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:02:14.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:14 smithi194 bash[32038]: audit 2023-12-08T01:02:13.224112+0000 mgr.a (mgr.14403) 18770 : audit 0 from='client.373002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:14 smithi135 bash[32435]: audit 2023-12-08T01:02:13.224112+0000 mgr.a (mgr.14403) 18770 : audit 0 from='client.373002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:14 smithi079 bash[28699]: audit 2023-12-08T01:02:13.224112+0000 mgr.a (mgr.14403) 18770 : audit 0 from='client.373002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:15 smithi194 bash[32038]: cluster 2023-12-08T01:02:13.351871+0000 mgr.a (mgr.14403) 18771 : cluster 0 pgmap v14016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:15.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:15 smithi135 bash[32435]: cluster 2023-12-08T01:02:13.351871+0000 mgr.a (mgr.14403) 18771 : cluster 0 pgmap v14016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:15.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:15 smithi079 bash[28699]: cluster 2023-12-08T01:02:13.351871+0000 mgr.a (mgr.14403) 18771 : cluster 0 pgmap v14016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:17 smithi194 bash[32038]: cluster 2023-12-08T01:02:15.352748+0000 mgr.a (mgr.14403) 18772 : cluster 0 pgmap v14017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:02:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:17 smithi194 bash[32038]: audit 2023-12-08T01:02:16.233587+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:02:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:17 smithi194 bash[32038]: audit 2023-12-08T01:02:17.028156+0000 mon.a (mon.0) 3048 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:02:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:17 smithi194 bash[32038]: audit 2023-12-08T01:02:17.029678+0000 mon.a (mon.0) 3049 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:02:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:17 smithi194 bash[32038]: audit 2023-12-08T01:02:17.037765+0000 mon.a (mon.0) 3050 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:02:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:17 smithi135 bash[32435]: cluster 2023-12-08T01:02:15.352748+0000 mgr.a (mgr.14403) 18772 : cluster 0 pgmap v14017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:02:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:17 smithi135 bash[32435]: audit 2023-12-08T01:02:16.233587+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:02:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:17 smithi135 bash[32435]: audit 2023-12-08T01:02:17.028156+0000 mon.a (mon.0) 3048 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:02:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:17 smithi135 bash[32435]: audit 2023-12-08T01:02:17.029678+0000 mon.a (mon.0) 3049 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:02:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:17 smithi135 bash[32435]: audit 2023-12-08T01:02:17.037765+0000 mon.a (mon.0) 3050 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:02:17.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:17 smithi079 bash[28699]: cluster 2023-12-08T01:02:15.352748+0000 mgr.a (mgr.14403) 18772 : cluster 0 pgmap v14017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:02:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:17 smithi079 bash[28699]: audit 2023-12-08T01:02:16.233587+0000 mon.a (mon.0) 3047 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:02:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:17 smithi079 bash[28699]: audit 2023-12-08T01:02:17.028156+0000 mon.a (mon.0) 3048 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:02:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:17 smithi079 bash[28699]: audit 2023-12-08T01:02:17.029678+0000 mon.a (mon.0) 3049 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:02:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:17 smithi079 bash[28699]: audit 2023-12-08T01:02:17.037765+0000 mon.a (mon.0) 3050 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:02:18.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:02:18.740 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:18.740 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:19 smithi194 bash[32038]: cluster 2023-12-08T01:02:17.353309+0000 mgr.a (mgr.14403) 18773 : cluster 0 pgmap v14018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:02:19.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:19 smithi135 bash[32435]: cluster 2023-12-08T01:02:17.353309+0000 mgr.a (mgr.14403) 18773 : cluster 0 pgmap v14018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:02:19.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:19 smithi079 bash[28699]: cluster 2023-12-08T01:02:17.353309+0000 mgr.a (mgr.14403) 18773 : cluster 0 pgmap v14018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:02:19.650 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:02:19.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:19.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:19.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:19.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:02:20.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:20 smithi194 bash[32038]: audit 2023-12-08T01:02:19.142629+0000 mgr.a (mgr.14403) 18774 : audit 0 from='client.373077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:20.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:20 smithi135 bash[32435]: audit 2023-12-08T01:02:19.142629+0000 mgr.a (mgr.14403) 18774 : audit 0 from='client.373077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:20 smithi079 bash[28699]: audit 2023-12-08T01:02:19.142629+0000 mgr.a (mgr.14403) 18774 : audit 0 from='client.373077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:21 smithi194 bash[32038]: cluster 2023-12-08T01:02:19.354077+0000 mgr.a (mgr.14403) 18775 : cluster 0 pgmap v14019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:21.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:21 smithi135 bash[32435]: cluster 2023-12-08T01:02:19.354077+0000 mgr.a (mgr.14403) 18775 : cluster 0 pgmap v14019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:21.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:21 smithi079 bash[28699]: cluster 2023-12-08T01:02:19.354077+0000 mgr.a (mgr.14403) 18775 : cluster 0 pgmap v14019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:23 smithi194 bash[32038]: cluster 2023-12-08T01:02:21.354699+0000 mgr.a (mgr.14403) 18776 : cluster 0 pgmap v14020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:23.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:23 smithi135 bash[32435]: cluster 2023-12-08T01:02:21.354699+0000 mgr.a (mgr.14403) 18776 : cluster 0 pgmap v14020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:23.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:23 smithi079 bash[28699]: cluster 2023-12-08T01:02:21.354699+0000 mgr.a (mgr.14403) 18776 : cluster 0 pgmap v14020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:24.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:02:24.654 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:24.654 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:25 smithi194 bash[32038]: cluster 2023-12-08T01:02:23.355414+0000 mgr.a (mgr.14403) 18777 : cluster 0 pgmap v14021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:25 smithi135 bash[32435]: cluster 2023-12-08T01:02:23.355414+0000 mgr.a (mgr.14403) 18777 : cluster 0 pgmap v14021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:25.583 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:02:25.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:25.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:25.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:25.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:02:25.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:25 smithi079 bash[28699]: cluster 2023-12-08T01:02:23.355414+0000 mgr.a (mgr.14403) 18777 : cluster 0 pgmap v14021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:26.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:26 smithi194 bash[32038]: audit 2023-12-08T01:02:25.057573+0000 mgr.a (mgr.14403) 18778 : audit 0 from='client.373155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:26 smithi135 bash[32435]: audit 2023-12-08T01:02:25.057573+0000 mgr.a (mgr.14403) 18778 : audit 0 from='client.373155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:26 smithi079 bash[28699]: audit 2023-12-08T01:02:25.057573+0000 mgr.a (mgr.14403) 18778 : audit 0 from='client.373155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:27 smithi194 bash[32038]: cluster 2023-12-08T01:02:25.356570+0000 mgr.a (mgr.14403) 18779 : cluster 0 pgmap v14022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:27.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:27 smithi135 bash[32435]: cluster 2023-12-08T01:02:25.356570+0000 mgr.a (mgr.14403) 18779 : cluster 0 pgmap v14022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:27.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:27 smithi079 bash[28699]: cluster 2023-12-08T01:02:25.356570+0000 mgr.a (mgr.14403) 18779 : cluster 0 pgmap v14022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:29 smithi194 bash[32038]: cluster 2023-12-08T01:02:27.357219+0000 mgr.a (mgr.14403) 18780 : cluster 0 pgmap v14023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:02:29.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:29 smithi135 bash[32435]: cluster 2023-12-08T01:02:27.357219+0000 mgr.a (mgr.14403) 18780 : cluster 0 pgmap v14023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:02:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:29 smithi079 bash[28699]: cluster 2023-12-08T01:02:27.357219+0000 mgr.a (mgr.14403) 18780 : cluster 0 pgmap v14023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:02:30.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:02:30.587 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:30.587 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:31.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:31 smithi135 bash[32435]: cluster 2023-12-08T01:02:29.358042+0000 mgr.a (mgr.14403) 18781 : cluster 0 pgmap v14024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:02:31.507 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:02:31.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:31.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:31.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:31.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:02:31.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:31 smithi079 bash[28699]: cluster 2023-12-08T01:02:29.358042+0000 mgr.a (mgr.14403) 18781 : cluster 0 pgmap v14024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:02:31.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:31 smithi194 bash[32038]: cluster 2023-12-08T01:02:29.358042+0000 mgr.a (mgr.14403) 18781 : cluster 0 pgmap v14024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:02:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:32 smithi079 bash[28699]: audit 2023-12-08T01:02:30.994490+0000 mgr.a (mgr.14403) 18782 : audit 0 from='client.373233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:32 smithi194 bash[32038]: audit 2023-12-08T01:02:30.994490+0000 mgr.a (mgr.14403) 18782 : audit 0 from='client.373233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:32.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:32 smithi135 bash[32435]: audit 2023-12-08T01:02:30.994490+0000 mgr.a (mgr.14403) 18782 : audit 0 from='client.373233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:33.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:33 smithi079 bash[28699]: cluster 2023-12-08T01:02:31.358595+0000 mgr.a (mgr.14403) 18783 : cluster 0 pgmap v14025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:33.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:33 smithi194 bash[32038]: cluster 2023-12-08T01:02:31.358595+0000 mgr.a (mgr.14403) 18783 : cluster 0 pgmap v14025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:33.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:33 smithi135 bash[32435]: cluster 2023-12-08T01:02:31.358595+0000 mgr.a (mgr.14403) 18783 : cluster 0 pgmap v14025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:35.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:35 smithi079 bash[28699]: cluster 2023-12-08T01:02:33.359416+0000 mgr.a (mgr.14403) 18784 : cluster 0 pgmap v14026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:35 smithi194 bash[32038]: cluster 2023-12-08T01:02:33.359416+0000 mgr.a (mgr.14403) 18784 : cluster 0 pgmap v14026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:35.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:35 smithi135 bash[32435]: cluster 2023-12-08T01:02:33.359416+0000 mgr.a (mgr.14403) 18784 : cluster 0 pgmap v14026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:36.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:02:36.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:36.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:37.432 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:02:37.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:37.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:37.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:37.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:02:37.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:37 smithi079 bash[28699]: cluster 2023-12-08T01:02:35.360415+0000 mgr.a (mgr.14403) 18785 : cluster 0 pgmap v14027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:37.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:37 smithi194 bash[32038]: cluster 2023-12-08T01:02:35.360415+0000 mgr.a (mgr.14403) 18785 : cluster 0 pgmap v14027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:37.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:37 smithi135 bash[32435]: cluster 2023-12-08T01:02:35.360415+0000 mgr.a (mgr.14403) 18785 : cluster 0 pgmap v14027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:38.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:38 smithi079 bash[28699]: audit 2023-12-08T01:02:36.924989+0000 mgr.a (mgr.14403) 18786 : audit 0 from='client.373311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:38.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:38 smithi194 bash[32038]: audit 2023-12-08T01:02:36.924989+0000 mgr.a (mgr.14403) 18786 : audit 0 from='client.373311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:38.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:38 smithi135 bash[32435]: audit 2023-12-08T01:02:36.924989+0000 mgr.a (mgr.14403) 18786 : audit 0 from='client.373311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:39.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:39 smithi079 bash[28699]: cluster 2023-12-08T01:02:37.361072+0000 mgr.a (mgr.14403) 18787 : cluster 0 pgmap v14028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:39.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:39 smithi194 bash[32038]: cluster 2023-12-08T01:02:37.361072+0000 mgr.a (mgr.14403) 18787 : cluster 0 pgmap v14028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:39.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:39 smithi135 bash[32435]: cluster 2023-12-08T01:02:37.361072+0000 mgr.a (mgr.14403) 18787 : cluster 0 pgmap v14028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:41.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:41 smithi079 bash[28699]: cluster 2023-12-08T01:02:39.361882+0000 mgr.a (mgr.14403) 18788 : cluster 0 pgmap v14029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:41.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:41 smithi194 bash[32038]: cluster 2023-12-08T01:02:39.361882+0000 mgr.a (mgr.14403) 18788 : cluster 0 pgmap v14029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:41.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:41 smithi135 bash[32435]: cluster 2023-12-08T01:02:39.361882+0000 mgr.a (mgr.14403) 18788 : cluster 0 pgmap v14029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:42.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:02:42.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:42.435 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:43.357 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:02:43.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:43.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:43.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:43.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:02:43.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:43 smithi079 bash[28699]: cluster 2023-12-08T01:02:41.362561+0000 mgr.a (mgr.14403) 18789 : cluster 0 pgmap v14030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:43.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:43 smithi194 bash[32038]: cluster 2023-12-08T01:02:41.362561+0000 mgr.a (mgr.14403) 18789 : cluster 0 pgmap v14030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:43.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:43 smithi135 bash[32435]: cluster 2023-12-08T01:02:41.362561+0000 mgr.a (mgr.14403) 18789 : cluster 0 pgmap v14030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:44.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:44 smithi079 bash[28699]: audit 2023-12-08T01:02:42.846086+0000 mgr.a (mgr.14403) 18790 : audit 0 from='client.373383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:44 smithi194 bash[32038]: audit 2023-12-08T01:02:42.846086+0000 mgr.a (mgr.14403) 18790 : audit 0 from='client.373383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:44.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:44 smithi135 bash[32435]: audit 2023-12-08T01:02:42.846086+0000 mgr.a (mgr.14403) 18790 : audit 0 from='client.373383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:45.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:45 smithi079 bash[28699]: cluster 2023-12-08T01:02:43.363395+0000 mgr.a (mgr.14403) 18791 : cluster 0 pgmap v14031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:45 smithi194 bash[32038]: cluster 2023-12-08T01:02:43.363395+0000 mgr.a (mgr.14403) 18791 : cluster 0 pgmap v14031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:45.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:45 smithi135 bash[32435]: cluster 2023-12-08T01:02:43.363395+0000 mgr.a (mgr.14403) 18791 : cluster 0 pgmap v14031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:47.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:47 smithi079 bash[28699]: cluster 2023-12-08T01:02:45.364399+0000 mgr.a (mgr.14403) 18792 : cluster 0 pgmap v14032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:47.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:47 smithi194 bash[32038]: cluster 2023-12-08T01:02:45.364399+0000 mgr.a (mgr.14403) 18792 : cluster 0 pgmap v14032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:47.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:47 smithi135 bash[32435]: cluster 2023-12-08T01:02:45.364399+0000 mgr.a (mgr.14403) 18792 : cluster 0 pgmap v14032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:02:48.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:02:48.361 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:48.361 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:49.259 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:02:49.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:49.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:49.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:49.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:02:49.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:49 smithi079 bash[28699]: cluster 2023-12-08T01:02:47.365112+0000 mgr.a (mgr.14403) 18793 : cluster 0 pgmap v14033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:49.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:49 smithi194 bash[32038]: cluster 2023-12-08T01:02:47.365112+0000 mgr.a (mgr.14403) 18793 : cluster 0 pgmap v14033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:49.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:49 smithi135 bash[32435]: cluster 2023-12-08T01:02:47.365112+0000 mgr.a (mgr.14403) 18793 : cluster 0 pgmap v14033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:50.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:50 smithi079 bash[28699]: audit 2023-12-08T01:02:48.755973+0000 mgr.a (mgr.14403) 18794 : audit 0 from='client.373455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:50 smithi194 bash[32038]: audit 2023-12-08T01:02:48.755973+0000 mgr.a (mgr.14403) 18794 : audit 0 from='client.373455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:50.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:50 smithi135 bash[32435]: audit 2023-12-08T01:02:48.755973+0000 mgr.a (mgr.14403) 18794 : audit 0 from='client.373455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:51 smithi079 bash[28699]: cluster 2023-12-08T01:02:49.366131+0000 mgr.a (mgr.14403) 18795 : cluster 0 pgmap v14034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:51.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:51 smithi194 bash[32038]: cluster 2023-12-08T01:02:49.366131+0000 mgr.a (mgr.14403) 18795 : cluster 0 pgmap v14034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:51.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:51 smithi135 bash[32435]: cluster 2023-12-08T01:02:49.366131+0000 mgr.a (mgr.14403) 18795 : cluster 0 pgmap v14034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:53.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:53 smithi079 bash[28699]: cluster 2023-12-08T01:02:51.366630+0000 mgr.a (mgr.14403) 18796 : cluster 0 pgmap v14035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:53.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:53 smithi194 bash[32038]: cluster 2023-12-08T01:02:51.366630+0000 mgr.a (mgr.14403) 18796 : cluster 0 pgmap v14035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:53.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:53 smithi135 bash[32435]: cluster 2023-12-08T01:02:51.366630+0000 mgr.a (mgr.14403) 18796 : cluster 0 pgmap v14035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:54.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:02:54.263 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:02:54.263 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:02:55.184 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:02:55.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:02:55.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:02:55.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:02:55.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:02:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:55 smithi079 bash[28699]: cluster 2023-12-08T01:02:53.367214+0000 mgr.a (mgr.14403) 18797 : cluster 0 pgmap v14036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:55.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:55 smithi194 bash[32038]: cluster 2023-12-08T01:02:53.367214+0000 mgr.a (mgr.14403) 18797 : cluster 0 pgmap v14036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:55.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:55 smithi135 bash[32435]: cluster 2023-12-08T01:02:53.367214+0000 mgr.a (mgr.14403) 18797 : cluster 0 pgmap v14036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:56.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:56 smithi079 bash[28699]: audit 2023-12-08T01:02:54.668737+0000 mgr.a (mgr.14403) 18798 : audit 0 from='client.373533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:56.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:56 smithi194 bash[32038]: audit 2023-12-08T01:02:54.668737+0000 mgr.a (mgr.14403) 18798 : audit 0 from='client.373533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:56.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:56 smithi135 bash[32435]: audit 2023-12-08T01:02:54.668737+0000 mgr.a (mgr.14403) 18798 : audit 0 from='client.373533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:02:57.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:57 smithi079 bash[28699]: cluster 2023-12-08T01:02:55.368256+0000 mgr.a (mgr.14403) 18799 : cluster 0 pgmap v14037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:57.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:57 smithi194 bash[32038]: cluster 2023-12-08T01:02:55.368256+0000 mgr.a (mgr.14403) 18799 : cluster 0 pgmap v14037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:57.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:57 smithi135 bash[32435]: cluster 2023-12-08T01:02:55.368256+0000 mgr.a (mgr.14403) 18799 : cluster 0 pgmap v14037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:02:59.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:02:59 smithi079 bash[28699]: cluster 2023-12-08T01:02:57.368816+0000 mgr.a (mgr.14403) 18800 : cluster 0 pgmap v14038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:02:59 smithi194 bash[32038]: cluster 2023-12-08T01:02:57.368816+0000 mgr.a (mgr.14403) 18800 : cluster 0 pgmap v14038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:02:59.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:02:59 smithi135 bash[32435]: cluster 2023-12-08T01:02:57.368816+0000 mgr.a (mgr.14403) 18800 : cluster 0 pgmap v14038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:03:00.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:03:00.188 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:00.189 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:01.072 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:03:01.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:01.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:01.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:01.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:03:01.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:01 smithi079 bash[28699]: cluster 2023-12-08T01:02:59.369609+0000 mgr.a (mgr.14403) 18801 : cluster 0 pgmap v14039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:01.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:01 smithi194 bash[32038]: cluster 2023-12-08T01:02:59.369609+0000 mgr.a (mgr.14403) 18801 : cluster 0 pgmap v14039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:01.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:01 smithi135 bash[32435]: cluster 2023-12-08T01:02:59.369609+0000 mgr.a (mgr.14403) 18801 : cluster 0 pgmap v14039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:02 smithi079 bash[28699]: audit 2023-12-08T01:03:00.587268+0000 mgr.a (mgr.14403) 18802 : audit 0 from='client.373611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:02.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:02 smithi194 bash[32038]: audit 2023-12-08T01:03:00.587268+0000 mgr.a (mgr.14403) 18802 : audit 0 from='client.373611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:02.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:02 smithi135 bash[32435]: audit 2023-12-08T01:03:00.587268+0000 mgr.a (mgr.14403) 18802 : audit 0 from='client.373611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:03.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:03 smithi079 bash[28699]: cluster 2023-12-08T01:03:01.370235+0000 mgr.a (mgr.14403) 18803 : cluster 0 pgmap v14040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:03.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:03 smithi194 bash[32038]: cluster 2023-12-08T01:03:01.370235+0000 mgr.a (mgr.14403) 18803 : cluster 0 pgmap v14040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:03.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:03 smithi135 bash[32435]: cluster 2023-12-08T01:03:01.370235+0000 mgr.a (mgr.14403) 18803 : cluster 0 pgmap v14040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:05.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:05 smithi079 bash[28699]: cluster 2023-12-08T01:03:03.370809+0000 mgr.a (mgr.14403) 18804 : cluster 0 pgmap v14041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:05.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:05 smithi194 bash[32038]: cluster 2023-12-08T01:03:03.370809+0000 mgr.a (mgr.14403) 18804 : cluster 0 pgmap v14041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:05 smithi135 bash[32435]: cluster 2023-12-08T01:03:03.370809+0000 mgr.a (mgr.14403) 18804 : cluster 0 pgmap v14041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:06.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:03:06.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:06.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:07.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:07.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:07.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:07.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:03:07.008 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:03:07.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:07 smithi079 bash[28699]: cluster 2023-12-08T01:03:05.371559+0000 mgr.a (mgr.14403) 18805 : cluster 0 pgmap v14042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:07.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:07 smithi194 bash[32038]: cluster 2023-12-08T01:03:05.371559+0000 mgr.a (mgr.14403) 18805 : cluster 0 pgmap v14042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:07.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:07 smithi135 bash[32435]: cluster 2023-12-08T01:03:05.371559+0000 mgr.a (mgr.14403) 18805 : cluster 0 pgmap v14042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:08.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:08 smithi079 bash[28699]: audit 2023-12-08T01:03:06.486859+0000 mgr.a (mgr.14403) 18806 : audit 0 from='client.373683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:08.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:08 smithi194 bash[32038]: audit 2023-12-08T01:03:06.486859+0000 mgr.a (mgr.14403) 18806 : audit 0 from='client.373683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:08.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:08 smithi135 bash[32435]: audit 2023-12-08T01:03:06.486859+0000 mgr.a (mgr.14403) 18806 : audit 0 from='client.373683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:09.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:09 smithi079 bash[28699]: cluster 2023-12-08T01:03:07.372210+0000 mgr.a (mgr.14403) 18807 : cluster 0 pgmap v14043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:09.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:09 smithi194 bash[32038]: cluster 2023-12-08T01:03:07.372210+0000 mgr.a (mgr.14403) 18807 : cluster 0 pgmap v14043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:09.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:09 smithi135 bash[32435]: cluster 2023-12-08T01:03:07.372210+0000 mgr.a (mgr.14403) 18807 : cluster 0 pgmap v14043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:11.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:11 smithi079 bash[28699]: cluster 2023-12-08T01:03:09.373154+0000 mgr.a (mgr.14403) 18808 : cluster 0 pgmap v14044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:11.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:11 smithi194 bash[32038]: cluster 2023-12-08T01:03:09.373154+0000 mgr.a (mgr.14403) 18808 : cluster 0 pgmap v14044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:11 smithi135 bash[32435]: cluster 2023-12-08T01:03:09.373154+0000 mgr.a (mgr.14403) 18808 : cluster 0 pgmap v14044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:12.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:03:12.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:12.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:12.921 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:03:12.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:12.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:12.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:12.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:03:13.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:13 smithi079 bash[28699]: cluster 2023-12-08T01:03:11.373830+0000 mgr.a (mgr.14403) 18809 : cluster 0 pgmap v14045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:13.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:13 smithi194 bash[32038]: cluster 2023-12-08T01:03:11.373830+0000 mgr.a (mgr.14403) 18809 : cluster 0 pgmap v14045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:13.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:13 smithi135 bash[32435]: cluster 2023-12-08T01:03:11.373830+0000 mgr.a (mgr.14403) 18809 : cluster 0 pgmap v14045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:14.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:14 smithi079 bash[28699]: audit 2023-12-08T01:03:12.407765+0000 mgr.a (mgr.14403) 18810 : audit 0 from='client.373761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:14.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:14 smithi194 bash[32038]: audit 2023-12-08T01:03:12.407765+0000 mgr.a (mgr.14403) 18810 : audit 0 from='client.373761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:14.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:14 smithi135 bash[32435]: audit 2023-12-08T01:03:12.407765+0000 mgr.a (mgr.14403) 18810 : audit 0 from='client.373761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:15.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:15 smithi079 bash[28699]: cluster 2023-12-08T01:03:13.374584+0000 mgr.a (mgr.14403) 18811 : cluster 0 pgmap v14046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:15.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:15 smithi194 bash[32038]: cluster 2023-12-08T01:03:13.374584+0000 mgr.a (mgr.14403) 18811 : cluster 0 pgmap v14046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:15.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:15 smithi135 bash[32435]: cluster 2023-12-08T01:03:13.374584+0000 mgr.a (mgr.14403) 18811 : cluster 0 pgmap v14046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:16 smithi079 bash[28699]: cluster 2023-12-08T01:03:15.375539+0000 mgr.a (mgr.14403) 18812 : cluster 0 pgmap v14047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:16.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:16 smithi194 bash[32038]: cluster 2023-12-08T01:03:15.375539+0000 mgr.a (mgr.14403) 18812 : cluster 0 pgmap v14047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:16.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:16 smithi135 bash[32435]: cluster 2023-12-08T01:03:15.375539+0000 mgr.a (mgr.14403) 18812 : cluster 0 pgmap v14047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:17.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:17 smithi079 bash[28699]: audit 2023-12-08T01:03:17.140222+0000 mon.a (mon.0) 3051 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:03:17.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:17 smithi194 bash[32038]: audit 2023-12-08T01:03:17.140222+0000 mon.a (mon.0) 3051 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:03:17.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:17 smithi135 bash[32435]: audit 2023-12-08T01:03:17.140222+0000 mon.a (mon.0) 3051 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:03:17.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:03:17.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:17.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:18 smithi079 bash[28699]: cluster 2023-12-08T01:03:17.376124+0000 mgr.a (mgr.14403) 18813 : cluster 0 pgmap v14048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:18 smithi079 bash[28699]: audit 2023-12-08T01:03:17.883772+0000 mon.a (mon.0) 3052 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:03:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:18 smithi079 bash[28699]: audit 2023-12-08T01:03:17.885587+0000 mon.a (mon.0) 3053 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:03:18.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:18 smithi079 bash[28699]: audit 2023-12-08T01:03:17.895396+0000 mon.a (mon.0) 3054 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:03:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:18 smithi079 bash[28699]: audit 2023-12-08T01:03:18.320814+0000 mgr.a (mgr.14403) 18814 : audit 0 from='client.373839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:18 smithi194 bash[32038]: cluster 2023-12-08T01:03:17.376124+0000 mgr.a (mgr.14403) 18813 : cluster 0 pgmap v14048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:18 smithi194 bash[32038]: audit 2023-12-08T01:03:17.883772+0000 mon.a (mon.0) 3052 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:03:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:18 smithi194 bash[32038]: audit 2023-12-08T01:03:17.885587+0000 mon.a (mon.0) 3053 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:03:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:18 smithi194 bash[32038]: audit 2023-12-08T01:03:17.895396+0000 mon.a (mon.0) 3054 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:03:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:18 smithi194 bash[32038]: audit 2023-12-08T01:03:18.320814+0000 mgr.a (mgr.14403) 18814 : audit 0 from='client.373839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:18 smithi135 bash[32435]: cluster 2023-12-08T01:03:17.376124+0000 mgr.a (mgr.14403) 18813 : cluster 0 pgmap v14048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:18 smithi135 bash[32435]: audit 2023-12-08T01:03:17.883772+0000 mon.a (mon.0) 3052 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:03:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:18 smithi135 bash[32435]: audit 2023-12-08T01:03:17.885587+0000 mon.a (mon.0) 3053 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:03:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:18 smithi135 bash[32435]: audit 2023-12-08T01:03:17.895396+0000 mon.a (mon.0) 3054 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:03:18.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:18 smithi135 bash[32435]: audit 2023-12-08T01:03:18.320814+0000 mgr.a (mgr.14403) 18814 : audit 0 from='client.373839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:18.858 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:03:18.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:18.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:18.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:18.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:03:20.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:20 smithi079 bash[28699]: cluster 2023-12-08T01:03:19.377302+0000 mgr.a (mgr.14403) 18815 : cluster 0 pgmap v14049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:03:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:20 smithi194 bash[32038]: cluster 2023-12-08T01:03:19.377302+0000 mgr.a (mgr.14403) 18815 : cluster 0 pgmap v14049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:03:20.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:20 smithi135 bash[32435]: cluster 2023-12-08T01:03:19.377302+0000 mgr.a (mgr.14403) 18815 : cluster 0 pgmap v14049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:03:22.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:22 smithi079 bash[28699]: cluster 2023-12-08T01:03:21.378061+0000 mgr.a (mgr.14403) 18816 : cluster 0 pgmap v14050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:03:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:22 smithi194 bash[32038]: cluster 2023-12-08T01:03:21.378061+0000 mgr.a (mgr.14403) 18816 : cluster 0 pgmap v14050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:03:22.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:22 smithi135 bash[32435]: cluster 2023-12-08T01:03:21.378061+0000 mgr.a (mgr.14403) 18816 : cluster 0 pgmap v14050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:03:23.861 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:03:23.862 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:23.862 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:24.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:24.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:24.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:24.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:03:24.764 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:03:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:24 smithi194 bash[32038]: cluster 2023-12-08T01:03:23.378731+0000 mgr.a (mgr.14403) 18817 : cluster 0 pgmap v14051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:03:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:24 smithi194 bash[32038]: audit 2023-12-08T01:03:24.263809+0000 mgr.a (mgr.14403) 18818 : audit 0 from='client.373917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:25.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:24 smithi135 bash[32435]: cluster 2023-12-08T01:03:23.378731+0000 mgr.a (mgr.14403) 18817 : cluster 0 pgmap v14051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:03:25.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:24 smithi135 bash[32435]: audit 2023-12-08T01:03:24.263809+0000 mgr.a (mgr.14403) 18818 : audit 0 from='client.373917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:24 smithi079 bash[28699]: cluster 2023-12-08T01:03:23.378731+0000 mgr.a (mgr.14403) 18817 : cluster 0 pgmap v14051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:03:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:24 smithi079 bash[28699]: audit 2023-12-08T01:03:24.263809+0000 mgr.a (mgr.14403) 18818 : audit 0 from='client.373917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:26 smithi194 bash[32038]: cluster 2023-12-08T01:03:25.379847+0000 mgr.a (mgr.14403) 18819 : cluster 0 pgmap v14052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:27.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:26 smithi135 bash[32435]: cluster 2023-12-08T01:03:25.379847+0000 mgr.a (mgr.14403) 18819 : cluster 0 pgmap v14052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:26 smithi079 bash[28699]: cluster 2023-12-08T01:03:25.379847+0000 mgr.a (mgr.14403) 18819 : cluster 0 pgmap v14052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:28 smithi194 bash[32038]: cluster 2023-12-08T01:03:27.380419+0000 mgr.a (mgr.14403) 18820 : cluster 0 pgmap v14053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:03:29.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:28 smithi135 bash[32435]: cluster 2023-12-08T01:03:27.380419+0000 mgr.a (mgr.14403) 18820 : cluster 0 pgmap v14053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:03:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:28 smithi079 bash[28699]: cluster 2023-12-08T01:03:27.380419+0000 mgr.a (mgr.14403) 18820 : cluster 0 pgmap v14053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:03:29.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:03:29.766 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:29.766 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:30.690 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:03:30.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:30.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:30.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:30.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:03:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:30 smithi194 bash[32038]: cluster 2023-12-08T01:03:29.381203+0000 mgr.a (mgr.14403) 18821 : cluster 0 pgmap v14054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:31.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:30 smithi194 bash[32038]: audit 2023-12-08T01:03:30.172586+0000 mgr.a (mgr.14403) 18822 : audit 0 from='client.373995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:31.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:30 smithi135 bash[32435]: cluster 2023-12-08T01:03:29.381203+0000 mgr.a (mgr.14403) 18821 : cluster 0 pgmap v14054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:31.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:30 smithi135 bash[32435]: audit 2023-12-08T01:03:30.172586+0000 mgr.a (mgr.14403) 18822 : audit 0 from='client.373995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:30 smithi079 bash[28699]: cluster 2023-12-08T01:03:29.381203+0000 mgr.a (mgr.14403) 18821 : cluster 0 pgmap v14054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:30 smithi079 bash[28699]: audit 2023-12-08T01:03:30.172586+0000 mgr.a (mgr.14403) 18822 : audit 0 from='client.373995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:33.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:32 smithi135 bash[32435]: cluster 2023-12-08T01:03:31.382064+0000 mgr.a (mgr.14403) 18823 : cluster 0 pgmap v14055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:03:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:32 smithi079 bash[28699]: cluster 2023-12-08T01:03:31.382064+0000 mgr.a (mgr.14403) 18823 : cluster 0 pgmap v14055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:03:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:32 smithi194 bash[32038]: cluster 2023-12-08T01:03:31.382064+0000 mgr.a (mgr.14403) 18823 : cluster 0 pgmap v14055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:03:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:34 smithi079 bash[28699]: cluster 2023-12-08T01:03:33.382677+0000 mgr.a (mgr.14403) 18824 : cluster 0 pgmap v14056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:03:35.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:34 smithi194 bash[32038]: cluster 2023-12-08T01:03:33.382677+0000 mgr.a (mgr.14403) 18824 : cluster 0 pgmap v14056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:03:35.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:34 smithi135 bash[32435]: cluster 2023-12-08T01:03:33.382677+0000 mgr.a (mgr.14403) 18824 : cluster 0 pgmap v14056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:03:35.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:03:35.693 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:35.693 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:36.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:36.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:36.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:36.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:03:36.592 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:03:37.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:36 smithi079 bash[28699]: cluster 2023-12-08T01:03:35.383498+0000 mgr.a (mgr.14403) 18825 : cluster 0 pgmap v14057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:03:37.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:36 smithi079 bash[28699]: audit 2023-12-08T01:03:36.101999+0000 mgr.a (mgr.14403) 18826 : audit 0 from='client.374070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:36 smithi194 bash[32038]: cluster 2023-12-08T01:03:35.383498+0000 mgr.a (mgr.14403) 18825 : cluster 0 pgmap v14057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:03:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:36 smithi194 bash[32038]: audit 2023-12-08T01:03:36.101999+0000 mgr.a (mgr.14403) 18826 : audit 0 from='client.374070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:37.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:36 smithi135 bash[32435]: cluster 2023-12-08T01:03:35.383498+0000 mgr.a (mgr.14403) 18825 : cluster 0 pgmap v14057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:03:37.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:36 smithi135 bash[32435]: audit 2023-12-08T01:03:36.101999+0000 mgr.a (mgr.14403) 18826 : audit 0 from='client.374070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:38 smithi079 bash[28699]: cluster 2023-12-08T01:03:37.384195+0000 mgr.a (mgr.14403) 18827 : cluster 0 pgmap v14058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:38 smithi194 bash[32038]: cluster 2023-12-08T01:03:37.384195+0000 mgr.a (mgr.14403) 18827 : cluster 0 pgmap v14058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:39.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:38 smithi135 bash[32435]: cluster 2023-12-08T01:03:37.384195+0000 mgr.a (mgr.14403) 18827 : cluster 0 pgmap v14058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:40 smithi079 bash[28699]: cluster 2023-12-08T01:03:39.385218+0000 mgr.a (mgr.14403) 18828 : cluster 0 pgmap v14059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:40 smithi194 bash[32038]: cluster 2023-12-08T01:03:39.385218+0000 mgr.a (mgr.14403) 18828 : cluster 0 pgmap v14059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:41.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:40 smithi135 bash[32435]: cluster 2023-12-08T01:03:39.385218+0000 mgr.a (mgr.14403) 18828 : cluster 0 pgmap v14059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:41.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:03:41.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:41.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:42.491 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:03:42.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:42.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:42.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:42.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:03:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:42 smithi079 bash[28699]: cluster 2023-12-08T01:03:41.385810+0000 mgr.a (mgr.14403) 18829 : cluster 0 pgmap v14060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:42 smithi079 bash[28699]: audit 2023-12-08T01:03:41.998873+0000 mgr.a (mgr.14403) 18830 : audit 0 from='client.374148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:42 smithi194 bash[32038]: cluster 2023-12-08T01:03:41.385810+0000 mgr.a (mgr.14403) 18829 : cluster 0 pgmap v14060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:42 smithi194 bash[32038]: audit 2023-12-08T01:03:41.998873+0000 mgr.a (mgr.14403) 18830 : audit 0 from='client.374148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:42 smithi135 bash[32435]: cluster 2023-12-08T01:03:41.385810+0000 mgr.a (mgr.14403) 18829 : cluster 0 pgmap v14060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:42 smithi135 bash[32435]: audit 2023-12-08T01:03:41.998873+0000 mgr.a (mgr.14403) 18830 : audit 0 from='client.374148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:44 smithi079 bash[28699]: cluster 2023-12-08T01:03:43.386510+0000 mgr.a (mgr.14403) 18831 : cluster 0 pgmap v14061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:44 smithi194 bash[32038]: cluster 2023-12-08T01:03:43.386510+0000 mgr.a (mgr.14403) 18831 : cluster 0 pgmap v14061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:45.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:44 smithi135 bash[32435]: cluster 2023-12-08T01:03:43.386510+0000 mgr.a (mgr.14403) 18831 : cluster 0 pgmap v14061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:47.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:46 smithi079 bash[28699]: cluster 2023-12-08T01:03:45.387515+0000 mgr.a (mgr.14403) 18832 : cluster 0 pgmap v14062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:46 smithi194 bash[32038]: cluster 2023-12-08T01:03:45.387515+0000 mgr.a (mgr.14403) 18832 : cluster 0 pgmap v14062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:46 smithi135 bash[32435]: cluster 2023-12-08T01:03:45.387515+0000 mgr.a (mgr.14403) 18832 : cluster 0 pgmap v14062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:47.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:03:47.493 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:47.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:48.387 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:03:48.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:48.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:48.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:48.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:03:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:48 smithi079 bash[28699]: cluster 2023-12-08T01:03:47.388111+0000 mgr.a (mgr.14403) 18833 : cluster 0 pgmap v14063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:48 smithi079 bash[28699]: audit 2023-12-08T01:03:47.899335+0000 mgr.a (mgr.14403) 18834 : audit 0 from='client.374226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:48 smithi194 bash[32038]: cluster 2023-12-08T01:03:47.388111+0000 mgr.a (mgr.14403) 18833 : cluster 0 pgmap v14063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:48 smithi194 bash[32038]: audit 2023-12-08T01:03:47.899335+0000 mgr.a (mgr.14403) 18834 : audit 0 from='client.374226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:48 smithi135 bash[32435]: cluster 2023-12-08T01:03:47.388111+0000 mgr.a (mgr.14403) 18833 : cluster 0 pgmap v14063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:48 smithi135 bash[32435]: audit 2023-12-08T01:03:47.899335+0000 mgr.a (mgr.14403) 18834 : audit 0 from='client.374226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:51.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:50 smithi079 bash[28699]: cluster 2023-12-08T01:03:49.389036+0000 mgr.a (mgr.14403) 18835 : cluster 0 pgmap v14064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:50 smithi194 bash[32038]: cluster 2023-12-08T01:03:49.389036+0000 mgr.a (mgr.14403) 18835 : cluster 0 pgmap v14064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:51.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:50 smithi135 bash[32435]: cluster 2023-12-08T01:03:49.389036+0000 mgr.a (mgr.14403) 18835 : cluster 0 pgmap v14064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:03:53.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:03:53.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:53.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:53.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:52 smithi079 bash[28699]: cluster 2023-12-08T01:03:51.389614+0000 mgr.a (mgr.14403) 18836 : cluster 0 pgmap v14065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:52 smithi194 bash[32038]: cluster 2023-12-08T01:03:51.389614+0000 mgr.a (mgr.14403) 18836 : cluster 0 pgmap v14065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:53.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:52 smithi135 bash[32435]: cluster 2023-12-08T01:03:51.389614+0000 mgr.a (mgr.14403) 18836 : cluster 0 pgmap v14065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:54.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:03:54.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:03:54.310 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:03:54.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:03:54.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:03:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:55 smithi079 bash[28699]: cluster 2023-12-08T01:03:53.390267+0000 mgr.a (mgr.14403) 18837 : cluster 0 pgmap v14066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:55 smithi079 bash[28699]: audit 2023-12-08T01:03:53.799562+0000 mgr.a (mgr.14403) 18838 : audit 0 from='client.286525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:55 smithi194 bash[32038]: cluster 2023-12-08T01:03:53.390267+0000 mgr.a (mgr.14403) 18837 : cluster 0 pgmap v14066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:55 smithi194 bash[32038]: audit 2023-12-08T01:03:53.799562+0000 mgr.a (mgr.14403) 18838 : audit 0 from='client.286525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:55 smithi135 bash[32435]: cluster 2023-12-08T01:03:53.390267+0000 mgr.a (mgr.14403) 18837 : cluster 0 pgmap v14066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:55 smithi135 bash[32435]: audit 2023-12-08T01:03:53.799562+0000 mgr.a (mgr.14403) 18838 : audit 0 from='client.286525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:03:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:57 smithi079 bash[28699]: cluster 2023-12-08T01:03:55.391351+0000 mgr.a (mgr.14403) 18839 : cluster 0 pgmap v14067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:57 smithi194 bash[32038]: cluster 2023-12-08T01:03:55.391351+0000 mgr.a (mgr.14403) 18839 : cluster 0 pgmap v14067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:57.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:57 smithi135 bash[32435]: cluster 2023-12-08T01:03:55.391351+0000 mgr.a (mgr.14403) 18839 : cluster 0 pgmap v14067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:03:59.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:03:59.313 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:03:59.313 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:03:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:03:59 smithi079 bash[28699]: cluster 2023-12-08T01:03:57.391877+0000 mgr.a (mgr.14403) 18840 : cluster 0 pgmap v14068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:03:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:03:59 smithi194 bash[32038]: cluster 2023-12-08T01:03:57.391877+0000 mgr.a (mgr.14403) 18840 : cluster 0 pgmap v14068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:03:59.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:03:59 smithi135 bash[32435]: cluster 2023-12-08T01:03:57.391877+0000 mgr.a (mgr.14403) 18840 : cluster 0 pgmap v14068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:00.214 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:04:00.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:00.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:00.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:00.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:04:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:01 smithi079 bash[28699]: cluster 2023-12-08T01:03:59.392638+0000 mgr.a (mgr.14403) 18841 : cluster 0 pgmap v14069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:01 smithi079 bash[28699]: audit 2023-12-08T01:03:59.712578+0000 mgr.a (mgr.14403) 18842 : audit 0 from='client.374376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:01 smithi194 bash[32038]: cluster 2023-12-08T01:03:59.392638+0000 mgr.a (mgr.14403) 18841 : cluster 0 pgmap v14069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:01 smithi194 bash[32038]: audit 2023-12-08T01:03:59.712578+0000 mgr.a (mgr.14403) 18842 : audit 0 from='client.374376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:01 smithi135 bash[32435]: cluster 2023-12-08T01:03:59.392638+0000 mgr.a (mgr.14403) 18841 : cluster 0 pgmap v14069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:01 smithi135 bash[32435]: audit 2023-12-08T01:03:59.712578+0000 mgr.a (mgr.14403) 18842 : audit 0 from='client.374376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:03 smithi079 bash[28699]: cluster 2023-12-08T01:04:01.393336+0000 mgr.a (mgr.14403) 18843 : cluster 0 pgmap v14070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:03 smithi194 bash[32038]: cluster 2023-12-08T01:04:01.393336+0000 mgr.a (mgr.14403) 18843 : cluster 0 pgmap v14070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:03.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:03 smithi135 bash[32435]: cluster 2023-12-08T01:04:01.393336+0000 mgr.a (mgr.14403) 18843 : cluster 0 pgmap v14070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:05.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:04:05.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:05.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:05 smithi079 bash[28699]: cluster 2023-12-08T01:04:03.393941+0000 mgr.a (mgr.14403) 18844 : cluster 0 pgmap v14071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:05 smithi194 bash[32038]: cluster 2023-12-08T01:04:03.393941+0000 mgr.a (mgr.14403) 18844 : cluster 0 pgmap v14071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:05.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:05 smithi135 bash[32435]: cluster 2023-12-08T01:04:03.393941+0000 mgr.a (mgr.14403) 18844 : cluster 0 pgmap v14071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:06.135 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:04:06.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:06.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:06.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:06.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:04:07.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:07 smithi079 bash[28699]: cluster 2023-12-08T01:04:05.394671+0000 mgr.a (mgr.14403) 18845 : cluster 0 pgmap v14072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:07.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:07 smithi079 bash[28699]: audit 2023-12-08T01:04:05.625157+0000 mgr.a (mgr.14403) 18846 : audit 0 from='client.374451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:07 smithi194 bash[32038]: cluster 2023-12-08T01:04:05.394671+0000 mgr.a (mgr.14403) 18845 : cluster 0 pgmap v14072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:07 smithi194 bash[32038]: audit 2023-12-08T01:04:05.625157+0000 mgr.a (mgr.14403) 18846 : audit 0 from='client.374451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:07 smithi135 bash[32435]: cluster 2023-12-08T01:04:05.394671+0000 mgr.a (mgr.14403) 18845 : cluster 0 pgmap v14072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:07 smithi135 bash[32435]: audit 2023-12-08T01:04:05.625157+0000 mgr.a (mgr.14403) 18846 : audit 0 from='client.374451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:09 smithi079 bash[28699]: cluster 2023-12-08T01:04:07.395388+0000 mgr.a (mgr.14403) 18847 : cluster 0 pgmap v14073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:09 smithi194 bash[32038]: cluster 2023-12-08T01:04:07.395388+0000 mgr.a (mgr.14403) 18847 : cluster 0 pgmap v14073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:09.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:09 smithi135 bash[32435]: cluster 2023-12-08T01:04:07.395388+0000 mgr.a (mgr.14403) 18847 : cluster 0 pgmap v14073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:11.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:04:11.138 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:11.138 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:11 smithi079 bash[28699]: cluster 2023-12-08T01:04:09.396157+0000 mgr.a (mgr.14403) 18848 : cluster 0 pgmap v14074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:11 smithi194 bash[32038]: cluster 2023-12-08T01:04:09.396157+0000 mgr.a (mgr.14403) 18848 : cluster 0 pgmap v14074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:11.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:11 smithi135 bash[32435]: cluster 2023-12-08T01:04:09.396157+0000 mgr.a (mgr.14403) 18848 : cluster 0 pgmap v14074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:12.079 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:04:12.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:12.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:12.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:12.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:04:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:13 smithi079 bash[28699]: cluster 2023-12-08T01:04:11.396686+0000 mgr.a (mgr.14403) 18849 : cluster 0 pgmap v14075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:13 smithi079 bash[28699]: audit 2023-12-08T01:04:11.549073+0000 mgr.a (mgr.14403) 18850 : audit 0 from='client.374526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:13 smithi194 bash[32038]: cluster 2023-12-08T01:04:11.396686+0000 mgr.a (mgr.14403) 18849 : cluster 0 pgmap v14075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:13 smithi194 bash[32038]: audit 2023-12-08T01:04:11.549073+0000 mgr.a (mgr.14403) 18850 : audit 0 from='client.374526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:13 smithi135 bash[32435]: cluster 2023-12-08T01:04:11.396686+0000 mgr.a (mgr.14403) 18849 : cluster 0 pgmap v14075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:13 smithi135 bash[32435]: audit 2023-12-08T01:04:11.549073+0000 mgr.a (mgr.14403) 18850 : audit 0 from='client.374526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:15.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:15 smithi079 bash[28699]: cluster 2023-12-08T01:04:13.397439+0000 mgr.a (mgr.14403) 18851 : cluster 0 pgmap v14076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:15 smithi194 bash[32038]: cluster 2023-12-08T01:04:13.397439+0000 mgr.a (mgr.14403) 18851 : cluster 0 pgmap v14076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:15.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:15 smithi135 bash[32435]: cluster 2023-12-08T01:04:13.397439+0000 mgr.a (mgr.14403) 18851 : cluster 0 pgmap v14076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:17.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:04:17.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:17.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:17.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:17 smithi079 bash[28699]: cluster 2023-12-08T01:04:15.398211+0000 mgr.a (mgr.14403) 18852 : cluster 0 pgmap v14077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:17 smithi194 bash[32038]: cluster 2023-12-08T01:04:15.398211+0000 mgr.a (mgr.14403) 18852 : cluster 0 pgmap v14077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:17 smithi135 bash[32435]: cluster 2023-12-08T01:04:15.398211+0000 mgr.a (mgr.14403) 18852 : cluster 0 pgmap v14077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:17.981 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:04:17.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:17.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:17.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:17.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:04:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:18 smithi194 bash[32038]: cluster 2023-12-08T01:04:17.398733+0000 mgr.a (mgr.14403) 18853 : cluster 0 pgmap v14078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:18 smithi194 bash[32038]: audit 2023-12-08T01:04:17.488065+0000 mgr.a (mgr.14403) 18854 : audit 0 from='client.374601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:18 smithi194 bash[32038]: audit 2023-12-08T01:04:17.998059+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:04:19.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:18 smithi135 bash[32435]: cluster 2023-12-08T01:04:17.398733+0000 mgr.a (mgr.14403) 18853 : cluster 0 pgmap v14078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:19.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:18 smithi135 bash[32435]: audit 2023-12-08T01:04:17.488065+0000 mgr.a (mgr.14403) 18854 : audit 0 from='client.374601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:19.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:18 smithi135 bash[32435]: audit 2023-12-08T01:04:17.998059+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:04:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:18 smithi079 bash[28699]: cluster 2023-12-08T01:04:17.398733+0000 mgr.a (mgr.14403) 18853 : cluster 0 pgmap v14078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:18 smithi079 bash[28699]: audit 2023-12-08T01:04:17.488065+0000 mgr.a (mgr.14403) 18854 : audit 0 from='client.374601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:18 smithi079 bash[28699]: audit 2023-12-08T01:04:17.998059+0000 mon.a (mon.0) 3055 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:04:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:20 smithi079 bash[28699]: cluster 2023-12-08T01:04:19.399632+0000 mgr.a (mgr.14403) 18855 : cluster 0 pgmap v14079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:20 smithi194 bash[32038]: cluster 2023-12-08T01:04:19.399632+0000 mgr.a (mgr.14403) 18855 : cluster 0 pgmap v14079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:21.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:20 smithi135 bash[32435]: cluster 2023-12-08T01:04:19.399632+0000 mgr.a (mgr.14403) 18855 : cluster 0 pgmap v14079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:22.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:04:22.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:22.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:23.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:22 smithi079 bash[28699]: cluster 2023-12-08T01:04:21.400297+0000 mgr.a (mgr.14403) 18856 : cluster 0 pgmap v14080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:22 smithi194 bash[32038]: cluster 2023-12-08T01:04:21.400297+0000 mgr.a (mgr.14403) 18856 : cluster 0 pgmap v14080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:23.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:22 smithi135 bash[32435]: cluster 2023-12-08T01:04:21.400297+0000 mgr.a (mgr.14403) 18856 : cluster 0 pgmap v14080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:23.894 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:04:23.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:23.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:23.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:23.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:04:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:24 smithi079 bash[28699]: audit 2023-12-08T01:04:23.340166+0000 mon.a (mon.0) 3056 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:24 smithi079 bash[28699]: audit 2023-12-08T01:04:23.345341+0000 mon.a (mon.0) 3057 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:24 smithi079 bash[28699]: audit 2023-12-08T01:04:23.351041+0000 mon.a (mon.0) 3058 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:24 smithi079 bash[28699]: audit 2023-12-08T01:04:23.356414+0000 mon.a (mon.0) 3059 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:24 smithi079 bash[28699]: audit 2023-12-08T01:04:23.389701+0000 mon.a (mon.0) 3060 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:24 smithi079 bash[28699]: audit 2023-12-08T01:04:23.396465+0000 mon.a (mon.0) 3061 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:24 smithi079 bash[28699]: audit 2023-12-08T01:04:24.102597+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:04:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:24 smithi079 bash[28699]: audit 2023-12-08T01:04:24.104518+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:04:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:24 smithi079 bash[28699]: audit 2023-12-08T01:04:24.114621+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:24 smithi194 bash[32038]: audit 2023-12-08T01:04:23.340166+0000 mon.a (mon.0) 3056 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:24 smithi194 bash[32038]: audit 2023-12-08T01:04:23.345341+0000 mon.a (mon.0) 3057 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:24 smithi194 bash[32038]: audit 2023-12-08T01:04:23.351041+0000 mon.a (mon.0) 3058 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:24 smithi194 bash[32038]: audit 2023-12-08T01:04:23.356414+0000 mon.a (mon.0) 3059 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:24 smithi194 bash[32038]: audit 2023-12-08T01:04:23.389701+0000 mon.a (mon.0) 3060 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:24 smithi194 bash[32038]: audit 2023-12-08T01:04:23.396465+0000 mon.a (mon.0) 3061 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:24 smithi194 bash[32038]: audit 2023-12-08T01:04:24.102597+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:04:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:24 smithi194 bash[32038]: audit 2023-12-08T01:04:24.104518+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:04:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:24 smithi194 bash[32038]: audit 2023-12-08T01:04:24.114621+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:24 smithi135 bash[32435]: audit 2023-12-08T01:04:23.340166+0000 mon.a (mon.0) 3056 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:24 smithi135 bash[32435]: audit 2023-12-08T01:04:23.345341+0000 mon.a (mon.0) 3057 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:24 smithi135 bash[32435]: audit 2023-12-08T01:04:23.351041+0000 mon.a (mon.0) 3058 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:24 smithi135 bash[32435]: audit 2023-12-08T01:04:23.356414+0000 mon.a (mon.0) 3059 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:24 smithi135 bash[32435]: audit 2023-12-08T01:04:23.389701+0000 mon.a (mon.0) 3060 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:24 smithi135 bash[32435]: audit 2023-12-08T01:04:23.396465+0000 mon.a (mon.0) 3061 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:24 smithi135 bash[32435]: audit 2023-12-08T01:04:24.102597+0000 mon.a (mon.0) 3062 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:04:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:24 smithi135 bash[32435]: audit 2023-12-08T01:04:24.104518+0000 mon.a (mon.0) 3063 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:04:24.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:24 smithi135 bash[32435]: audit 2023-12-08T01:04:24.114621+0000 mon.a (mon.0) 3064 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:04:25.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:25 smithi079 bash[28699]: cluster 2023-12-08T01:04:23.400695+0000 mgr.a (mgr.14403) 18857 : cluster 0 pgmap v14081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:25.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:25 smithi079 bash[28699]: audit 2023-12-08T01:04:23.409623+0000 mgr.a (mgr.14403) 18858 : audit 0 from='client.374676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:25.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:25 smithi194 bash[32038]: cluster 2023-12-08T01:04:23.400695+0000 mgr.a (mgr.14403) 18857 : cluster 0 pgmap v14081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:25.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:25 smithi194 bash[32038]: audit 2023-12-08T01:04:23.409623+0000 mgr.a (mgr.14403) 18858 : audit 0 from='client.374676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:25.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:25 smithi135 bash[32435]: cluster 2023-12-08T01:04:23.400695+0000 mgr.a (mgr.14403) 18857 : cluster 0 pgmap v14081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:25.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:25 smithi135 bash[32435]: audit 2023-12-08T01:04:23.409623+0000 mgr.a (mgr.14403) 18858 : audit 0 from='client.374676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:27.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:27 smithi079 bash[28699]: cluster 2023-12-08T01:04:25.401623+0000 mgr.a (mgr.14403) 18859 : cluster 0 pgmap v14082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:04:27.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:27 smithi194 bash[32038]: cluster 2023-12-08T01:04:25.401623+0000 mgr.a (mgr.14403) 18859 : cluster 0 pgmap v14082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:04:27.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:27 smithi135 bash[32435]: cluster 2023-12-08T01:04:25.401623+0000 mgr.a (mgr.14403) 18859 : cluster 0 pgmap v14082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:04:28.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:04:28.898 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:28.898 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:29.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:29 smithi079 bash[28699]: cluster 2023-12-08T01:04:27.402199+0000 mgr.a (mgr.14403) 18860 : cluster 0 pgmap v14083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:04:29.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:29 smithi194 bash[32038]: cluster 2023-12-08T01:04:27.402199+0000 mgr.a (mgr.14403) 18860 : cluster 0 pgmap v14083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:04:29.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:29 smithi135 bash[32435]: cluster 2023-12-08T01:04:27.402199+0000 mgr.a (mgr.14403) 18860 : cluster 0 pgmap v14083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:04:29.816 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:04:29.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:29.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:29.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:29.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:04:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:30 smithi079 bash[28699]: audit 2023-12-08T01:04:29.305299+0000 mgr.a (mgr.14403) 18861 : audit 0 from='client.374748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:30 smithi194 bash[32038]: audit 2023-12-08T01:04:29.305299+0000 mgr.a (mgr.14403) 18861 : audit 0 from='client.374748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:30 smithi135 bash[32435]: audit 2023-12-08T01:04:29.305299+0000 mgr.a (mgr.14403) 18861 : audit 0 from='client.374748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:31.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:31 smithi079 bash[28699]: cluster 2023-12-08T01:04:29.402950+0000 mgr.a (mgr.14403) 18862 : cluster 0 pgmap v14084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:31.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:31 smithi194 bash[32038]: cluster 2023-12-08T01:04:29.402950+0000 mgr.a (mgr.14403) 18862 : cluster 0 pgmap v14084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:31.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:31 smithi135 bash[32435]: cluster 2023-12-08T01:04:29.402950+0000 mgr.a (mgr.14403) 18862 : cluster 0 pgmap v14084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:33.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:33 smithi079 bash[28699]: cluster 2023-12-08T01:04:31.403605+0000 mgr.a (mgr.14403) 18863 : cluster 0 pgmap v14085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:33.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:33 smithi194 bash[32038]: cluster 2023-12-08T01:04:31.403605+0000 mgr.a (mgr.14403) 18863 : cluster 0 pgmap v14085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:33.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:33 smithi135 bash[32435]: cluster 2023-12-08T01:04:31.403605+0000 mgr.a (mgr.14403) 18863 : cluster 0 pgmap v14085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:34.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:04:34.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:34.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:35.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:35 smithi079 bash[28699]: cluster 2023-12-08T01:04:33.404215+0000 mgr.a (mgr.14403) 18864 : cluster 0 pgmap v14086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:35 smithi194 bash[32038]: cluster 2023-12-08T01:04:33.404215+0000 mgr.a (mgr.14403) 18864 : cluster 0 pgmap v14086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:35.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:35.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:35.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:35.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:04:35.707 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:04:35.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:35 smithi135 bash[32435]: cluster 2023-12-08T01:04:33.404215+0000 mgr.a (mgr.14403) 18864 : cluster 0 pgmap v14086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:04:36.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:36 smithi079 bash[28699]: audit 2023-12-08T01:04:35.221519+0000 mgr.a (mgr.14403) 18865 : audit 0 from='client.374823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:36 smithi194 bash[32038]: audit 2023-12-08T01:04:35.221519+0000 mgr.a (mgr.14403) 18865 : audit 0 from='client.374823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:36.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:36 smithi135 bash[32435]: audit 2023-12-08T01:04:35.221519+0000 mgr.a (mgr.14403) 18865 : audit 0 from='client.374823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:37.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:37 smithi079 bash[28699]: cluster 2023-12-08T01:04:35.404861+0000 mgr.a (mgr.14403) 18866 : cluster 0 pgmap v14087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:37.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:37 smithi194 bash[32038]: cluster 2023-12-08T01:04:35.404861+0000 mgr.a (mgr.14403) 18866 : cluster 0 pgmap v14087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:37.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:37 smithi135 bash[32435]: cluster 2023-12-08T01:04:35.404861+0000 mgr.a (mgr.14403) 18866 : cluster 0 pgmap v14087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:38 smithi079 bash[28699]: cluster 2023-12-08T01:04:37.405495+0000 mgr.a (mgr.14403) 18867 : cluster 0 pgmap v14088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:04:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:38 smithi194 bash[32038]: cluster 2023-12-08T01:04:37.405495+0000 mgr.a (mgr.14403) 18867 : cluster 0 pgmap v14088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:04:39.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:38 smithi135 bash[32435]: cluster 2023-12-08T01:04:37.405495+0000 mgr.a (mgr.14403) 18867 : cluster 0 pgmap v14088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:04:40.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:04:40.709 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:40.709 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:40 smithi079 bash[28699]: cluster 2023-12-08T01:04:39.406308+0000 mgr.a (mgr.14403) 18868 : cluster 0 pgmap v14089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:04:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:40 smithi194 bash[32038]: cluster 2023-12-08T01:04:39.406308+0000 mgr.a (mgr.14403) 18868 : cluster 0 pgmap v14089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:04:41.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:40 smithi135 bash[32435]: cluster 2023-12-08T01:04:39.406308+0000 mgr.a (mgr.14403) 18868 : cluster 0 pgmap v14089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:04:41.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:41.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:41.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:41.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:04:41.634 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:04:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:41 smithi079 bash[28699]: audit 2023-12-08T01:04:41.119878+0000 mgr.a (mgr.14403) 18869 : audit 0 from='client.374901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:42.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:41 smithi194 bash[32038]: audit 2023-12-08T01:04:41.119878+0000 mgr.a (mgr.14403) 18869 : audit 0 from='client.374901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:41 smithi135 bash[32435]: audit 2023-12-08T01:04:41.119878+0000 mgr.a (mgr.14403) 18869 : audit 0 from='client.374901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:42 smithi079 bash[28699]: cluster 2023-12-08T01:04:41.407063+0000 mgr.a (mgr.14403) 18870 : cluster 0 pgmap v14090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:42 smithi194 bash[32038]: cluster 2023-12-08T01:04:41.407063+0000 mgr.a (mgr.14403) 18870 : cluster 0 pgmap v14090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:42 smithi135 bash[32435]: cluster 2023-12-08T01:04:41.407063+0000 mgr.a (mgr.14403) 18870 : cluster 0 pgmap v14090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:44 smithi079 bash[28699]: cluster 2023-12-08T01:04:43.407885+0000 mgr.a (mgr.14403) 18871 : cluster 0 pgmap v14091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:44 smithi194 bash[32038]: cluster 2023-12-08T01:04:43.407885+0000 mgr.a (mgr.14403) 18871 : cluster 0 pgmap v14091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:45.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:44 smithi135 bash[32435]: cluster 2023-12-08T01:04:43.407885+0000 mgr.a (mgr.14403) 18871 : cluster 0 pgmap v14091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:46.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:04:46.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:46.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:47.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:46 smithi079 bash[28699]: cluster 2023-12-08T01:04:45.408751+0000 mgr.a (mgr.14403) 18872 : cluster 0 pgmap v14092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:46 smithi194 bash[32038]: cluster 2023-12-08T01:04:45.408751+0000 mgr.a (mgr.14403) 18872 : cluster 0 pgmap v14092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:46 smithi135 bash[32435]: cluster 2023-12-08T01:04:45.408751+0000 mgr.a (mgr.14403) 18872 : cluster 0 pgmap v14092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:47.557 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:04:47.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:47.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:47.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:47.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:04:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:47 smithi079 bash[28699]: audit 2023-12-08T01:04:47.042117+0000 mgr.a (mgr.14403) 18873 : audit 0 from='client.374976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:48.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:47 smithi194 bash[32038]: audit 2023-12-08T01:04:47.042117+0000 mgr.a (mgr.14403) 18873 : audit 0 from='client.374976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:47 smithi135 bash[32435]: audit 2023-12-08T01:04:47.042117+0000 mgr.a (mgr.14403) 18873 : audit 0 from='client.374976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:49 smithi079 bash[28699]: cluster 2023-12-08T01:04:47.409216+0000 mgr.a (mgr.14403) 18874 : cluster 0 pgmap v14093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:49 smithi194 bash[32038]: cluster 2023-12-08T01:04:47.409216+0000 mgr.a (mgr.14403) 18874 : cluster 0 pgmap v14093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:49 smithi135 bash[32435]: cluster 2023-12-08T01:04:47.409216+0000 mgr.a (mgr.14403) 18874 : cluster 0 pgmap v14093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:51.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:51 smithi079 bash[28699]: cluster 2023-12-08T01:04:49.410057+0000 mgr.a (mgr.14403) 18875 : cluster 0 pgmap v14094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:51 smithi194 bash[32038]: cluster 2023-12-08T01:04:49.410057+0000 mgr.a (mgr.14403) 18875 : cluster 0 pgmap v14094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:51.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:51 smithi135 bash[32435]: cluster 2023-12-08T01:04:49.410057+0000 mgr.a (mgr.14403) 18875 : cluster 0 pgmap v14094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:52.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:04:52.561 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:52.561 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:53.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:53 smithi079 bash[28699]: cluster 2023-12-08T01:04:51.410683+0000 mgr.a (mgr.14403) 18876 : cluster 0 pgmap v14095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:53 smithi194 bash[32038]: cluster 2023-12-08T01:04:51.410683+0000 mgr.a (mgr.14403) 18876 : cluster 0 pgmap v14095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:53.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:53 smithi135 bash[32435]: cluster 2023-12-08T01:04:51.410683+0000 mgr.a (mgr.14403) 18876 : cluster 0 pgmap v14095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:53.487 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:04:53.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:53.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:53.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:53.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:04:54.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:54 smithi079 bash[28699]: audit 2023-12-08T01:04:52.971919+0000 mgr.a (mgr.14403) 18877 : audit 0 from='client.375048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:54.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:54 smithi194 bash[32038]: audit 2023-12-08T01:04:52.971919+0000 mgr.a (mgr.14403) 18877 : audit 0 from='client.375048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:54.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:54 smithi135 bash[32435]: audit 2023-12-08T01:04:52.971919+0000 mgr.a (mgr.14403) 18877 : audit 0 from='client.375048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:04:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:55 smithi079 bash[28699]: cluster 2023-12-08T01:04:53.411490+0000 mgr.a (mgr.14403) 18878 : cluster 0 pgmap v14096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:55 smithi194 bash[32038]: cluster 2023-12-08T01:04:53.411490+0000 mgr.a (mgr.14403) 18878 : cluster 0 pgmap v14096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:55 smithi135 bash[32435]: cluster 2023-12-08T01:04:53.411490+0000 mgr.a (mgr.14403) 18878 : cluster 0 pgmap v14096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:57 smithi079 bash[28699]: cluster 2023-12-08T01:04:55.412474+0000 mgr.a (mgr.14403) 18879 : cluster 0 pgmap v14097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:57 smithi194 bash[32038]: cluster 2023-12-08T01:04:55.412474+0000 mgr.a (mgr.14403) 18879 : cluster 0 pgmap v14097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:57.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:57 smithi135 bash[32435]: cluster 2023-12-08T01:04:55.412474+0000 mgr.a (mgr.14403) 18879 : cluster 0 pgmap v14097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:04:58.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:04:58.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:04:58.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:04:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:04:59 smithi079 bash[28699]: cluster 2023-12-08T01:04:57.413146+0000 mgr.a (mgr.14403) 18880 : cluster 0 pgmap v14098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:59.416 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:04:59.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:04:59.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:04:59.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:04:59.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:04:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:04:59 smithi194 bash[32038]: cluster 2023-12-08T01:04:57.413146+0000 mgr.a (mgr.14403) 18880 : cluster 0 pgmap v14098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:04:59.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:04:59 smithi135 bash[32435]: cluster 2023-12-08T01:04:57.413146+0000 mgr.a (mgr.14403) 18880 : cluster 0 pgmap v14098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:00.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:00 smithi079 bash[28699]: audit 2023-12-08T01:04:58.894750+0000 mgr.a (mgr.14403) 18881 : audit 0 from='client.375123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:00.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:00 smithi194 bash[32038]: audit 2023-12-08T01:04:58.894750+0000 mgr.a (mgr.14403) 18881 : audit 0 from='client.375123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:00 smithi135 bash[32435]: audit 2023-12-08T01:04:58.894750+0000 mgr.a (mgr.14403) 18881 : audit 0 from='client.375123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:01 smithi079 bash[28699]: cluster 2023-12-08T01:04:59.414146+0000 mgr.a (mgr.14403) 18882 : cluster 0 pgmap v14099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:01 smithi194 bash[32038]: cluster 2023-12-08T01:04:59.414146+0000 mgr.a (mgr.14403) 18882 : cluster 0 pgmap v14099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:01 smithi135 bash[32435]: cluster 2023-12-08T01:04:59.414146+0000 mgr.a (mgr.14403) 18882 : cluster 0 pgmap v14099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:03 smithi079 bash[28699]: cluster 2023-12-08T01:05:01.414767+0000 mgr.a (mgr.14403) 18883 : cluster 0 pgmap v14100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:03 smithi194 bash[32038]: cluster 2023-12-08T01:05:01.414767+0000 mgr.a (mgr.14403) 18883 : cluster 0 pgmap v14100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:03.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:03 smithi135 bash[32435]: cluster 2023-12-08T01:05:01.414767+0000 mgr.a (mgr.14403) 18883 : cluster 0 pgmap v14100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:04.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:05:04.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:04.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:05.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:05.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:05.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:05.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:05:05.330 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:05:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:05 smithi079 bash[28699]: cluster 2023-12-08T01:05:03.415340+0000 mgr.a (mgr.14403) 18884 : cluster 0 pgmap v14101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:05 smithi194 bash[32038]: cluster 2023-12-08T01:05:03.415340+0000 mgr.a (mgr.14403) 18884 : cluster 0 pgmap v14101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:05.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:05 smithi135 bash[32435]: cluster 2023-12-08T01:05:03.415340+0000 mgr.a (mgr.14403) 18884 : cluster 0 pgmap v14101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:06.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:06 smithi079 bash[28699]: audit 2023-12-08T01:05:04.820949+0000 mgr.a (mgr.14403) 18885 : audit 0 from='client.375201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:06.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:06 smithi194 bash[32038]: audit 2023-12-08T01:05:04.820949+0000 mgr.a (mgr.14403) 18885 : audit 0 from='client.375201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:06 smithi135 bash[32435]: audit 2023-12-08T01:05:04.820949+0000 mgr.a (mgr.14403) 18885 : audit 0 from='client.375201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:07.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:07 smithi079 bash[28699]: cluster 2023-12-08T01:05:05.416440+0000 mgr.a (mgr.14403) 18886 : cluster 0 pgmap v14102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:07 smithi194 bash[32038]: cluster 2023-12-08T01:05:05.416440+0000 mgr.a (mgr.14403) 18886 : cluster 0 pgmap v14102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:07 smithi135 bash[32435]: cluster 2023-12-08T01:05:05.416440+0000 mgr.a (mgr.14403) 18886 : cluster 0 pgmap v14102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:09 smithi079 bash[28699]: cluster 2023-12-08T01:05:07.416998+0000 mgr.a (mgr.14403) 18887 : cluster 0 pgmap v14103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:09 smithi194 bash[32038]: cluster 2023-12-08T01:05:07.416998+0000 mgr.a (mgr.14403) 18887 : cluster 0 pgmap v14103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:09.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:09 smithi135 bash[32435]: cluster 2023-12-08T01:05:07.416998+0000 mgr.a (mgr.14403) 18887 : cluster 0 pgmap v14103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:10.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:05:10.334 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:10.334 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:11.262 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:05:11.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:11.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:11.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:11.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:05:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:11 smithi079 bash[28699]: cluster 2023-12-08T01:05:09.417751+0000 mgr.a (mgr.14403) 18888 : cluster 0 pgmap v14104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:11 smithi194 bash[32038]: cluster 2023-12-08T01:05:09.417751+0000 mgr.a (mgr.14403) 18888 : cluster 0 pgmap v14104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:11.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:11 smithi135 bash[32435]: cluster 2023-12-08T01:05:09.417751+0000 mgr.a (mgr.14403) 18888 : cluster 0 pgmap v14104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:12 smithi079 bash[28699]: audit 2023-12-08T01:05:10.745853+0000 mgr.a (mgr.14403) 18889 : audit 0 from='client.375273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:12.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:12 smithi194 bash[32038]: audit 2023-12-08T01:05:10.745853+0000 mgr.a (mgr.14403) 18889 : audit 0 from='client.375273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:12 smithi135 bash[32435]: audit 2023-12-08T01:05:10.745853+0000 mgr.a (mgr.14403) 18889 : audit 0 from='client.375273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:13 smithi079 bash[28699]: cluster 2023-12-08T01:05:11.418387+0000 mgr.a (mgr.14403) 18890 : cluster 0 pgmap v14105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:13 smithi194 bash[32038]: cluster 2023-12-08T01:05:11.418387+0000 mgr.a (mgr.14403) 18890 : cluster 0 pgmap v14105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:13 smithi135 bash[32435]: cluster 2023-12-08T01:05:11.418387+0000 mgr.a (mgr.14403) 18890 : cluster 0 pgmap v14105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:15.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:15 smithi079 bash[28699]: cluster 2023-12-08T01:05:13.419015+0000 mgr.a (mgr.14403) 18891 : cluster 0 pgmap v14106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:15 smithi194 bash[32038]: cluster 2023-12-08T01:05:13.419015+0000 mgr.a (mgr.14403) 18891 : cluster 0 pgmap v14106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:15.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:15 smithi135 bash[32435]: cluster 2023-12-08T01:05:13.419015+0000 mgr.a (mgr.14403) 18891 : cluster 0 pgmap v14106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:16.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:05:16.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:16.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:17.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:17.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:17.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:17.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:05:17.158 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:05:17.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:17 smithi079 bash[28699]: cluster 2023-12-08T01:05:15.419796+0000 mgr.a (mgr.14403) 18892 : cluster 0 pgmap v14107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:17 smithi194 bash[32038]: cluster 2023-12-08T01:05:15.419796+0000 mgr.a (mgr.14403) 18892 : cluster 0 pgmap v14107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:17 smithi135 bash[32435]: cluster 2023-12-08T01:05:15.419796+0000 mgr.a (mgr.14403) 18892 : cluster 0 pgmap v14107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:18 smithi079 bash[28699]: audit 2023-12-08T01:05:16.663897+0000 mgr.a (mgr.14403) 18893 : audit 0 from='client.375351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:18.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:18 smithi194 bash[32038]: audit 2023-12-08T01:05:16.663897+0000 mgr.a (mgr.14403) 18893 : audit 0 from='client.375351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:18 smithi135 bash[32435]: audit 2023-12-08T01:05:16.663897+0000 mgr.a (mgr.14403) 18893 : audit 0 from='client.375351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:19 smithi079 bash[28699]: cluster 2023-12-08T01:05:17.420464+0000 mgr.a (mgr.14403) 18894 : cluster 0 pgmap v14108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:19 smithi194 bash[32038]: cluster 2023-12-08T01:05:17.420464+0000 mgr.a (mgr.14403) 18894 : cluster 0 pgmap v14108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:19.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:19 smithi135 bash[32435]: cluster 2023-12-08T01:05:17.420464+0000 mgr.a (mgr.14403) 18894 : cluster 0 pgmap v14108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:21 smithi079 bash[28699]: cluster 2023-12-08T01:05:19.421414+0000 mgr.a (mgr.14403) 18895 : cluster 0 pgmap v14109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:21 smithi194 bash[32038]: cluster 2023-12-08T01:05:19.421414+0000 mgr.a (mgr.14403) 18895 : cluster 0 pgmap v14109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:21.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:21 smithi135 bash[32435]: cluster 2023-12-08T01:05:19.421414+0000 mgr.a (mgr.14403) 18895 : cluster 0 pgmap v14109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:22.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:05:22.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:22.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:23.034 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:05:23.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:23.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:23.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:23.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:05:23.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:23 smithi079 bash[28699]: cluster 2023-12-08T01:05:21.421972+0000 mgr.a (mgr.14403) 18896 : cluster 0 pgmap v14110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:23 smithi194 bash[32038]: cluster 2023-12-08T01:05:21.421972+0000 mgr.a (mgr.14403) 18896 : cluster 0 pgmap v14110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:23.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:23 smithi135 bash[32435]: cluster 2023-12-08T01:05:21.421972+0000 mgr.a (mgr.14403) 18896 : cluster 0 pgmap v14110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:24 smithi079 bash[28699]: audit 2023-12-08T01:05:22.562559+0000 mgr.a (mgr.14403) 18897 : audit 0 from='client.375429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:24.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:24 smithi194 bash[32038]: audit 2023-12-08T01:05:22.562559+0000 mgr.a (mgr.14403) 18897 : audit 0 from='client.375429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:24 smithi135 bash[32435]: audit 2023-12-08T01:05:22.562559+0000 mgr.a (mgr.14403) 18897 : audit 0 from='client.375429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:25 smithi079 bash[28699]: cluster 2023-12-08T01:05:23.422617+0000 mgr.a (mgr.14403) 18898 : cluster 0 pgmap v14111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:25 smithi079 bash[28699]: audit 2023-12-08T01:05:24.217735+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:05:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:25 smithi079 bash[28699]: audit 2023-12-08T01:05:25.000963+0000 mon.a (mon.0) 3066 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:05:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:25 smithi079 bash[28699]: audit 2023-12-08T01:05:25.002772+0000 mon.a (mon.0) 3067 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:05:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:25 smithi079 bash[28699]: audit 2023-12-08T01:05:25.011567+0000 mon.a (mon.0) 3068 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:05:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:25 smithi194 bash[32038]: cluster 2023-12-08T01:05:23.422617+0000 mgr.a (mgr.14403) 18898 : cluster 0 pgmap v14111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:25 smithi194 bash[32038]: audit 2023-12-08T01:05:24.217735+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:05:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:25 smithi194 bash[32038]: audit 2023-12-08T01:05:25.000963+0000 mon.a (mon.0) 3066 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:05:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:25 smithi194 bash[32038]: audit 2023-12-08T01:05:25.002772+0000 mon.a (mon.0) 3067 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:05:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:25 smithi194 bash[32038]: audit 2023-12-08T01:05:25.011567+0000 mon.a (mon.0) 3068 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:05:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:25 smithi135 bash[32435]: cluster 2023-12-08T01:05:23.422617+0000 mgr.a (mgr.14403) 18898 : cluster 0 pgmap v14111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:25 smithi135 bash[32435]: audit 2023-12-08T01:05:24.217735+0000 mon.a (mon.0) 3065 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:05:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:25 smithi135 bash[32435]: audit 2023-12-08T01:05:25.000963+0000 mon.a (mon.0) 3066 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:05:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:25 smithi135 bash[32435]: audit 2023-12-08T01:05:25.002772+0000 mon.a (mon.0) 3067 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:05:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:25 smithi135 bash[32435]: audit 2023-12-08T01:05:25.011567+0000 mon.a (mon.0) 3068 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:05:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:27 smithi079 bash[28699]: cluster 2023-12-08T01:05:25.423496+0000 mgr.a (mgr.14403) 18899 : cluster 0 pgmap v14112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:27 smithi194 bash[32038]: cluster 2023-12-08T01:05:25.423496+0000 mgr.a (mgr.14403) 18899 : cluster 0 pgmap v14112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:27.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:27 smithi135 bash[32435]: cluster 2023-12-08T01:05:25.423496+0000 mgr.a (mgr.14403) 18899 : cluster 0 pgmap v14112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:28.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:05:28.038 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:28.038 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:28.938 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:05:28.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:28.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:28.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:28.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:05:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:29 smithi079 bash[28699]: cluster 2023-12-08T01:05:27.424216+0000 mgr.a (mgr.14403) 18900 : cluster 0 pgmap v14113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:29 smithi194 bash[32038]: cluster 2023-12-08T01:05:27.424216+0000 mgr.a (mgr.14403) 18900 : cluster 0 pgmap v14113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:29.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:29 smithi135 bash[32435]: cluster 2023-12-08T01:05:27.424216+0000 mgr.a (mgr.14403) 18900 : cluster 0 pgmap v14113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:30 smithi079 bash[28699]: audit 2023-12-08T01:05:28.438401+0000 mgr.a (mgr.14403) 18901 : audit 0 from='client.375501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:30.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:30 smithi194 bash[32038]: audit 2023-12-08T01:05:28.438401+0000 mgr.a (mgr.14403) 18901 : audit 0 from='client.375501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:30 smithi135 bash[32435]: audit 2023-12-08T01:05:28.438401+0000 mgr.a (mgr.14403) 18901 : audit 0 from='client.375501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:31 smithi079 bash[28699]: cluster 2023-12-08T01:05:29.425432+0000 mgr.a (mgr.14403) 18902 : cluster 0 pgmap v14114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:05:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:31 smithi194 bash[32038]: cluster 2023-12-08T01:05:29.425432+0000 mgr.a (mgr.14403) 18902 : cluster 0 pgmap v14114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:05:31.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:31 smithi135 bash[32435]: cluster 2023-12-08T01:05:29.425432+0000 mgr.a (mgr.14403) 18902 : cluster 0 pgmap v14114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:05:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:33 smithi194 bash[32038]: cluster 2023-12-08T01:05:31.426053+0000 mgr.a (mgr.14403) 18903 : cluster 0 pgmap v14115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:05:33.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:33 smithi135 bash[32435]: cluster 2023-12-08T01:05:31.426053+0000 mgr.a (mgr.14403) 18903 : cluster 0 pgmap v14115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:05:33.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:33 smithi079 bash[28699]: cluster 2023-12-08T01:05:31.426053+0000 mgr.a (mgr.14403) 18903 : cluster 0 pgmap v14115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:05:33.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:05:33.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:33.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:34.836 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:05:34.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:34.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:34.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:34.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:05:35.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:35 smithi194 bash[32038]: cluster 2023-12-08T01:05:33.426740+0000 mgr.a (mgr.14403) 18904 : cluster 0 pgmap v14116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:05:35.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:35 smithi194 bash[32038]: audit 2023-12-08T01:05:34.346516+0000 mgr.a (mgr.14403) 18905 : audit 0 from='client.375579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:35.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:35 smithi135 bash[32435]: cluster 2023-12-08T01:05:33.426740+0000 mgr.a (mgr.14403) 18904 : cluster 0 pgmap v14116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:05:35.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:35 smithi135 bash[32435]: audit 2023-12-08T01:05:34.346516+0000 mgr.a (mgr.14403) 18905 : audit 0 from='client.375579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:35.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:35 smithi079 bash[28699]: cluster 2023-12-08T01:05:33.426740+0000 mgr.a (mgr.14403) 18904 : cluster 0 pgmap v14116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:05:35.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:35 smithi079 bash[28699]: audit 2023-12-08T01:05:34.346516+0000 mgr.a (mgr.14403) 18905 : audit 0 from='client.375579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:37 smithi194 bash[32038]: cluster 2023-12-08T01:05:35.427764+0000 mgr.a (mgr.14403) 18906 : cluster 0 pgmap v14117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:37.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:37 smithi135 bash[32435]: cluster 2023-12-08T01:05:35.427764+0000 mgr.a (mgr.14403) 18906 : cluster 0 pgmap v14117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:37.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:37 smithi079 bash[28699]: cluster 2023-12-08T01:05:35.427764+0000 mgr.a (mgr.14403) 18906 : cluster 0 pgmap v14117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:39 smithi194 bash[32038]: cluster 2023-12-08T01:05:37.428333+0000 mgr.a (mgr.14403) 18907 : cluster 0 pgmap v14118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:39 smithi135 bash[32435]: cluster 2023-12-08T01:05:37.428333+0000 mgr.a (mgr.14403) 18907 : cluster 0 pgmap v14118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:39.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:39 smithi079 bash[28699]: cluster 2023-12-08T01:05:37.428333+0000 mgr.a (mgr.14403) 18907 : cluster 0 pgmap v14118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:05:39.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:05:39.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:39.841 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:40.754 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:05:40.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:40.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:40.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:40.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:05:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:41 smithi194 bash[32038]: cluster 2023-12-08T01:05:39.429111+0000 mgr.a (mgr.14403) 18908 : cluster 0 pgmap v14119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:41 smithi194 bash[32038]: audit 2023-12-08T01:05:40.242514+0000 mgr.a (mgr.14403) 18909 : audit 0 from='client.375657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:41.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:41 smithi135 bash[32435]: cluster 2023-12-08T01:05:39.429111+0000 mgr.a (mgr.14403) 18908 : cluster 0 pgmap v14119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:41.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:41 smithi135 bash[32435]: audit 2023-12-08T01:05:40.242514+0000 mgr.a (mgr.14403) 18909 : audit 0 from='client.375657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:41.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:41 smithi079 bash[28699]: cluster 2023-12-08T01:05:39.429111+0000 mgr.a (mgr.14403) 18908 : cluster 0 pgmap v14119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:41.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:41 smithi079 bash[28699]: audit 2023-12-08T01:05:40.242514+0000 mgr.a (mgr.14403) 18909 : audit 0 from='client.375657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:43 smithi194 bash[32038]: cluster 2023-12-08T01:05:41.429927+0000 mgr.a (mgr.14403) 18910 : cluster 0 pgmap v14120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:05:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:43 smithi135 bash[32435]: cluster 2023-12-08T01:05:41.429927+0000 mgr.a (mgr.14403) 18910 : cluster 0 pgmap v14120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:05:43.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:43 smithi079 bash[28699]: cluster 2023-12-08T01:05:41.429927+0000 mgr.a (mgr.14403) 18910 : cluster 0 pgmap v14120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:05:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:45 smithi194 bash[32038]: cluster 2023-12-08T01:05:43.430552+0000 mgr.a (mgr.14403) 18911 : cluster 0 pgmap v14121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:05:45.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:45 smithi135 bash[32435]: cluster 2023-12-08T01:05:43.430552+0000 mgr.a (mgr.14403) 18911 : cluster 0 pgmap v14121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:05:45.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:45 smithi079 bash[28699]: cluster 2023-12-08T01:05:43.430552+0000 mgr.a (mgr.14403) 18911 : cluster 0 pgmap v14121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:05:45.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:05:45.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:45.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:46.656 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:05:46.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:46.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:46.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:46.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:05:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:47 smithi194 bash[32038]: cluster 2023-12-08T01:05:45.431394+0000 mgr.a (mgr.14403) 18912 : cluster 0 pgmap v14122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:05:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:47 smithi194 bash[32038]: audit 2023-12-08T01:05:46.157038+0000 mgr.a (mgr.14403) 18913 : audit 0 from='client.287557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:47 smithi135 bash[32435]: cluster 2023-12-08T01:05:45.431394+0000 mgr.a (mgr.14403) 18912 : cluster 0 pgmap v14122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:05:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:47 smithi135 bash[32435]: audit 2023-12-08T01:05:46.157038+0000 mgr.a (mgr.14403) 18913 : audit 0 from='client.287557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:47.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:47 smithi079 bash[28699]: cluster 2023-12-08T01:05:45.431394+0000 mgr.a (mgr.14403) 18912 : cluster 0 pgmap v14122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:05:47.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:47 smithi079 bash[28699]: audit 2023-12-08T01:05:46.157038+0000 mgr.a (mgr.14403) 18913 : audit 0 from='client.287557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:49 smithi194 bash[32038]: cluster 2023-12-08T01:05:47.432195+0000 mgr.a (mgr.14403) 18914 : cluster 0 pgmap v14123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:49 smithi135 bash[32435]: cluster 2023-12-08T01:05:47.432195+0000 mgr.a (mgr.14403) 18914 : cluster 0 pgmap v14123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:49.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:49 smithi079 bash[28699]: cluster 2023-12-08T01:05:47.432195+0000 mgr.a (mgr.14403) 18914 : cluster 0 pgmap v14123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:51 smithi194 bash[32038]: cluster 2023-12-08T01:05:49.433172+0000 mgr.a (mgr.14403) 18915 : cluster 0 pgmap v14124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:51.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:51 smithi135 bash[32435]: cluster 2023-12-08T01:05:49.433172+0000 mgr.a (mgr.14403) 18915 : cluster 0 pgmap v14124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:51 smithi079 bash[28699]: cluster 2023-12-08T01:05:49.433172+0000 mgr.a (mgr.14403) 18915 : cluster 0 pgmap v14124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:51.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:05:51.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:51.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:52.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:52.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:52.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:52.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:05:52.551 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:05:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:53 smithi194 bash[32038]: cluster 2023-12-08T01:05:51.433765+0000 mgr.a (mgr.14403) 18916 : cluster 0 pgmap v14125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:53 smithi194 bash[32038]: audit 2023-12-08T01:05:52.055941+0000 mgr.a (mgr.14403) 18917 : audit 0 from='client.375807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:53.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:53 smithi135 bash[32435]: cluster 2023-12-08T01:05:51.433765+0000 mgr.a (mgr.14403) 18916 : cluster 0 pgmap v14125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:53.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:53 smithi135 bash[32435]: audit 2023-12-08T01:05:52.055941+0000 mgr.a (mgr.14403) 18917 : audit 0 from='client.375807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:53.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:53 smithi079 bash[28699]: cluster 2023-12-08T01:05:51.433765+0000 mgr.a (mgr.14403) 18916 : cluster 0 pgmap v14125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:53.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:53 smithi079 bash[28699]: audit 2023-12-08T01:05:52.055941+0000 mgr.a (mgr.14403) 18917 : audit 0 from='client.375807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:55 smithi194 bash[32038]: cluster 2023-12-08T01:05:53.434449+0000 mgr.a (mgr.14403) 18918 : cluster 0 pgmap v14126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:55 smithi135 bash[32435]: cluster 2023-12-08T01:05:53.434449+0000 mgr.a (mgr.14403) 18918 : cluster 0 pgmap v14126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:55 smithi079 bash[28699]: cluster 2023-12-08T01:05:53.434449+0000 mgr.a (mgr.14403) 18918 : cluster 0 pgmap v14126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:57 smithi194 bash[32038]: cluster 2023-12-08T01:05:55.435289+0000 mgr.a (mgr.14403) 18919 : cluster 0 pgmap v14127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:57.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:57 smithi135 bash[32435]: cluster 2023-12-08T01:05:55.435289+0000 mgr.a (mgr.14403) 18919 : cluster 0 pgmap v14127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:57.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:05:57.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:05:57.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:05:57.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:57 smithi079 bash[28699]: cluster 2023-12-08T01:05:55.435289+0000 mgr.a (mgr.14403) 18919 : cluster 0 pgmap v14127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:05:58.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:05:58.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:05:58.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:05:58.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:05:58.470 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:05:59.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:59 smithi135 bash[32435]: cluster 2023-12-08T01:05:57.435886+0000 mgr.a (mgr.14403) 18920 : cluster 0 pgmap v14128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:59.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:05:59 smithi135 bash[32435]: audit 2023-12-08T01:05:57.963630+0000 mgr.a (mgr.14403) 18921 : audit 0 from='client.375879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:59.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:59 smithi079 bash[28699]: cluster 2023-12-08T01:05:57.435886+0000 mgr.a (mgr.14403) 18920 : cluster 0 pgmap v14128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:59.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:05:59 smithi079 bash[28699]: audit 2023-12-08T01:05:57.963630+0000 mgr.a (mgr.14403) 18921 : audit 0 from='client.375879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:05:59.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:59 smithi194 bash[32038]: cluster 2023-12-08T01:05:57.435886+0000 mgr.a (mgr.14403) 18920 : cluster 0 pgmap v14128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:05:59.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:05:59 smithi194 bash[32038]: audit 2023-12-08T01:05:57.963630+0000 mgr.a (mgr.14403) 18921 : audit 0 from='client.375879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:01.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:01 smithi079 bash[28699]: cluster 2023-12-08T01:05:59.436734+0000 mgr.a (mgr.14403) 18922 : cluster 0 pgmap v14129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:01.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:01 smithi194 bash[32038]: cluster 2023-12-08T01:05:59.436734+0000 mgr.a (mgr.14403) 18922 : cluster 0 pgmap v14129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:01.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:01 smithi135 bash[32435]: cluster 2023-12-08T01:05:59.436734+0000 mgr.a (mgr.14403) 18922 : cluster 0 pgmap v14129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:03.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:06:03.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:03.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:03 smithi079 bash[28699]: cluster 2023-12-08T01:06:01.437286+0000 mgr.a (mgr.14403) 18923 : cluster 0 pgmap v14130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:03.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:03 smithi194 bash[32038]: cluster 2023-12-08T01:06:01.437286+0000 mgr.a (mgr.14403) 18923 : cluster 0 pgmap v14130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:03 smithi135 bash[32435]: cluster 2023-12-08T01:06:01.437286+0000 mgr.a (mgr.14403) 18923 : cluster 0 pgmap v14130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:04.369 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:06:04.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:04.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:04.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:04.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:06:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:05 smithi079 bash[28699]: cluster 2023-12-08T01:06:03.437835+0000 mgr.a (mgr.14403) 18924 : cluster 0 pgmap v14131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:05.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:05 smithi079 bash[28699]: audit 2023-12-08T01:06:03.882929+0000 mgr.a (mgr.14403) 18925 : audit 0 from='client.287719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:05.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:05 smithi194 bash[32038]: cluster 2023-12-08T01:06:03.437835+0000 mgr.a (mgr.14403) 18924 : cluster 0 pgmap v14131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:05.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:05 smithi194 bash[32038]: audit 2023-12-08T01:06:03.882929+0000 mgr.a (mgr.14403) 18925 : audit 0 from='client.287719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:05.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:05 smithi135 bash[32435]: cluster 2023-12-08T01:06:03.437835+0000 mgr.a (mgr.14403) 18924 : cluster 0 pgmap v14131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:05.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:05 smithi135 bash[32435]: audit 2023-12-08T01:06:03.882929+0000 mgr.a (mgr.14403) 18925 : audit 0 from='client.287719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:07.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:07 smithi079 bash[28699]: cluster 2023-12-08T01:06:05.438756+0000 mgr.a (mgr.14403) 18926 : cluster 0 pgmap v14132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:07.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:07 smithi194 bash[32038]: cluster 2023-12-08T01:06:05.438756+0000 mgr.a (mgr.14403) 18926 : cluster 0 pgmap v14132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:07.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:07 smithi135 bash[32435]: cluster 2023-12-08T01:06:05.438756+0000 mgr.a (mgr.14403) 18926 : cluster 0 pgmap v14132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:09.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:06:09.374 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:09.374 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:09.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:09 smithi079 bash[28699]: cluster 2023-12-08T01:06:07.439354+0000 mgr.a (mgr.14403) 18927 : cluster 0 pgmap v14133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:09.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:09 smithi194 bash[32038]: cluster 2023-12-08T01:06:07.439354+0000 mgr.a (mgr.14403) 18927 : cluster 0 pgmap v14133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:09.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:09 smithi135 bash[32435]: cluster 2023-12-08T01:06:07.439354+0000 mgr.a (mgr.14403) 18927 : cluster 0 pgmap v14133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:10.298 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:06:10.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:10.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:10.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:10.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:06:11.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:11 smithi079 bash[28699]: cluster 2023-12-08T01:06:09.439906+0000 mgr.a (mgr.14403) 18928 : cluster 0 pgmap v14134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:11.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:11 smithi079 bash[28699]: audit 2023-12-08T01:06:09.779888+0000 mgr.a (mgr.14403) 18929 : audit 0 from='client.376032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:11.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:11 smithi194 bash[32038]: cluster 2023-12-08T01:06:09.439906+0000 mgr.a (mgr.14403) 18928 : cluster 0 pgmap v14134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:11.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:11 smithi194 bash[32038]: audit 2023-12-08T01:06:09.779888+0000 mgr.a (mgr.14403) 18929 : audit 0 from='client.376032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:11 smithi135 bash[32435]: cluster 2023-12-08T01:06:09.439906+0000 mgr.a (mgr.14403) 18928 : cluster 0 pgmap v14134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:11.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:11 smithi135 bash[32435]: audit 2023-12-08T01:06:09.779888+0000 mgr.a (mgr.14403) 18929 : audit 0 from='client.376032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:13.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:13 smithi079 bash[28699]: cluster 2023-12-08T01:06:11.440541+0000 mgr.a (mgr.14403) 18930 : cluster 0 pgmap v14135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:13.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:13 smithi194 bash[32038]: cluster 2023-12-08T01:06:11.440541+0000 mgr.a (mgr.14403) 18930 : cluster 0 pgmap v14135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:13 smithi135 bash[32435]: cluster 2023-12-08T01:06:11.440541+0000 mgr.a (mgr.14403) 18930 : cluster 0 pgmap v14135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:15.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:06:15.301 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:15.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:15.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:15 smithi079 bash[28699]: cluster 2023-12-08T01:06:13.441115+0000 mgr.a (mgr.14403) 18931 : cluster 0 pgmap v14136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:15.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:15 smithi194 bash[32038]: cluster 2023-12-08T01:06:13.441115+0000 mgr.a (mgr.14403) 18931 : cluster 0 pgmap v14136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:15 smithi135 bash[32435]: cluster 2023-12-08T01:06:13.441115+0000 mgr.a (mgr.14403) 18931 : cluster 0 pgmap v14136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:16.201 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:06:16.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:16.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:16.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:16.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:06:17.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:17 smithi079 bash[28699]: cluster 2023-12-08T01:06:15.441862+0000 mgr.a (mgr.14403) 18932 : cluster 0 pgmap v14137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:17.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:17 smithi079 bash[28699]: audit 2023-12-08T01:06:15.709092+0000 mgr.a (mgr.14403) 18933 : audit 0 from='client.376110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:17.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:17 smithi194 bash[32038]: cluster 2023-12-08T01:06:15.441862+0000 mgr.a (mgr.14403) 18932 : cluster 0 pgmap v14137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:17.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:17 smithi194 bash[32038]: audit 2023-12-08T01:06:15.709092+0000 mgr.a (mgr.14403) 18933 : audit 0 from='client.376110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:17.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:17 smithi135 bash[32435]: cluster 2023-12-08T01:06:15.441862+0000 mgr.a (mgr.14403) 18932 : cluster 0 pgmap v14137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:17.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:17 smithi135 bash[32435]: audit 2023-12-08T01:06:15.709092+0000 mgr.a (mgr.14403) 18933 : audit 0 from='client.376110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:19 smithi079 bash[28699]: cluster 2023-12-08T01:06:17.442510+0000 mgr.a (mgr.14403) 18934 : cluster 0 pgmap v14138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:19.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:19 smithi194 bash[32038]: cluster 2023-12-08T01:06:17.442510+0000 mgr.a (mgr.14403) 18934 : cluster 0 pgmap v14138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:19 smithi135 bash[32435]: cluster 2023-12-08T01:06:17.442510+0000 mgr.a (mgr.14403) 18934 : cluster 0 pgmap v14138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:21.203 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:06:21.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:21.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:21.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:21 smithi079 bash[28699]: cluster 2023-12-08T01:06:19.443262+0000 mgr.a (mgr.14403) 18935 : cluster 0 pgmap v14139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:21.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:21 smithi194 bash[32038]: cluster 2023-12-08T01:06:19.443262+0000 mgr.a (mgr.14403) 18935 : cluster 0 pgmap v14139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:21 smithi135 bash[32435]: cluster 2023-12-08T01:06:19.443262+0000 mgr.a (mgr.14403) 18935 : cluster 0 pgmap v14139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:22.118 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:06:22.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:22.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:22.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:22.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:06:23.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:23 smithi079 bash[28699]: cluster 2023-12-08T01:06:21.443805+0000 mgr.a (mgr.14403) 18936 : cluster 0 pgmap v14140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:23.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:23 smithi079 bash[28699]: audit 2023-12-08T01:06:21.611492+0000 mgr.a (mgr.14403) 18937 : audit 0 from='client.376185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:23.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:23 smithi194 bash[32038]: cluster 2023-12-08T01:06:21.443805+0000 mgr.a (mgr.14403) 18936 : cluster 0 pgmap v14140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:23.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:23 smithi194 bash[32038]: audit 2023-12-08T01:06:21.611492+0000 mgr.a (mgr.14403) 18937 : audit 0 from='client.376185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:23 smithi135 bash[32435]: cluster 2023-12-08T01:06:21.443805+0000 mgr.a (mgr.14403) 18936 : cluster 0 pgmap v14140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:23.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:23 smithi135 bash[32435]: audit 2023-12-08T01:06:21.611492+0000 mgr.a (mgr.14403) 18937 : audit 0 from='client.376185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:25 smithi079 bash[28699]: cluster 2023-12-08T01:06:23.444479+0000 mgr.a (mgr.14403) 18938 : cluster 0 pgmap v14141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:25.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:25 smithi079 bash[28699]: audit 2023-12-08T01:06:25.114099+0000 mon.a (mon.0) 3069 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:06:25.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:25 smithi194 bash[32038]: cluster 2023-12-08T01:06:23.444479+0000 mgr.a (mgr.14403) 18938 : cluster 0 pgmap v14141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:25.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:25 smithi194 bash[32038]: audit 2023-12-08T01:06:25.114099+0000 mon.a (mon.0) 3069 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:06:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:25 smithi135 bash[32435]: cluster 2023-12-08T01:06:23.444479+0000 mgr.a (mgr.14403) 18938 : cluster 0 pgmap v14141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:25.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:25 smithi135 bash[32435]: audit 2023-12-08T01:06:25.114099+0000 mon.a (mon.0) 3069 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:06:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:26 smithi079 bash[28699]: audit 2023-12-08T01:06:25.855699+0000 mon.a (mon.0) 3070 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:06:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:26 smithi079 bash[28699]: audit 2023-12-08T01:06:25.857356+0000 mon.a (mon.0) 3071 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:06:26.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:26 smithi079 bash[28699]: audit 2023-12-08T01:06:25.867314+0000 mon.a (mon.0) 3072 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:06:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:26 smithi194 bash[32038]: audit 2023-12-08T01:06:25.855699+0000 mon.a (mon.0) 3070 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:06:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:26 smithi194 bash[32038]: audit 2023-12-08T01:06:25.857356+0000 mon.a (mon.0) 3071 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:06:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:26 smithi194 bash[32038]: audit 2023-12-08T01:06:25.867314+0000 mon.a (mon.0) 3072 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:06:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:26 smithi135 bash[32435]: audit 2023-12-08T01:06:25.855699+0000 mon.a (mon.0) 3070 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:06:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:26 smithi135 bash[32435]: audit 2023-12-08T01:06:25.857356+0000 mon.a (mon.0) 3071 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:06:26.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:26 smithi135 bash[32435]: audit 2023-12-08T01:06:25.867314+0000 mon.a (mon.0) 3072 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:06:27.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:06:27.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:27.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:27.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:27 smithi079 bash[28699]: cluster 2023-12-08T01:06:25.445277+0000 mgr.a (mgr.14403) 18939 : cluster 0 pgmap v14142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:27.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:27 smithi194 bash[32038]: cluster 2023-12-08T01:06:25.445277+0000 mgr.a (mgr.14403) 18939 : cluster 0 pgmap v14142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:27 smithi135 bash[32435]: cluster 2023-12-08T01:06:25.445277+0000 mgr.a (mgr.14403) 18939 : cluster 0 pgmap v14142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:28.030 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:06:28.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:28.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:28.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:28.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:06:29.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:29 smithi079 bash[28699]: cluster 2023-12-08T01:06:27.445768+0000 mgr.a (mgr.14403) 18940 : cluster 0 pgmap v14143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:29.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:29 smithi079 bash[28699]: audit 2023-12-08T01:06:27.526134+0000 mgr.a (mgr.14403) 18941 : audit 0 from='client.376260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:29.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:29 smithi194 bash[32038]: cluster 2023-12-08T01:06:27.445768+0000 mgr.a (mgr.14403) 18940 : cluster 0 pgmap v14143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:29.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:29 smithi194 bash[32038]: audit 2023-12-08T01:06:27.526134+0000 mgr.a (mgr.14403) 18941 : audit 0 from='client.376260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:29.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:29 smithi135 bash[32435]: cluster 2023-12-08T01:06:27.445768+0000 mgr.a (mgr.14403) 18940 : cluster 0 pgmap v14143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:29.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:29 smithi135 bash[32435]: audit 2023-12-08T01:06:27.526134+0000 mgr.a (mgr.14403) 18941 : audit 0 from='client.376260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:31.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:31 smithi079 bash[28699]: cluster 2023-12-08T01:06:29.446619+0000 mgr.a (mgr.14403) 18942 : cluster 0 pgmap v14144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:31 smithi194 bash[32038]: cluster 2023-12-08T01:06:29.446619+0000 mgr.a (mgr.14403) 18942 : cluster 0 pgmap v14144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:31 smithi135 bash[32435]: cluster 2023-12-08T01:06:29.446619+0000 mgr.a (mgr.14403) 18942 : cluster 0 pgmap v14144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:33.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:06:33.034 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:33.034 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:33.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:33 smithi079 bash[28699]: cluster 2023-12-08T01:06:31.447207+0000 mgr.a (mgr.14403) 18943 : cluster 0 pgmap v14145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:33.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:33 smithi194 bash[32038]: cluster 2023-12-08T01:06:31.447207+0000 mgr.a (mgr.14403) 18943 : cluster 0 pgmap v14145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:33 smithi135 bash[32435]: cluster 2023-12-08T01:06:31.447207+0000 mgr.a (mgr.14403) 18943 : cluster 0 pgmap v14145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:33.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:33.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:33.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:33.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:06:33.945 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:06:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:35 smithi079 bash[28699]: audit 2023-12-08T01:06:33.439165+0000 mgr.a (mgr.14403) 18944 : audit 0 from='client.376335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:35.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:35 smithi079 bash[28699]: cluster 2023-12-08T01:06:33.453038+0000 mgr.a (mgr.14403) 18945 : cluster 0 pgmap v14146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:35 smithi194 bash[32038]: audit 2023-12-08T01:06:33.439165+0000 mgr.a (mgr.14403) 18944 : audit 0 from='client.376335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:35 smithi194 bash[32038]: cluster 2023-12-08T01:06:33.453038+0000 mgr.a (mgr.14403) 18945 : cluster 0 pgmap v14146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:35 smithi135 bash[32435]: audit 2023-12-08T01:06:33.439165+0000 mgr.a (mgr.14403) 18944 : audit 0 from='client.376335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:35.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:35 smithi135 bash[32435]: cluster 2023-12-08T01:06:33.453038+0000 mgr.a (mgr.14403) 18945 : cluster 0 pgmap v14146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:37.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:37 smithi079 bash[28699]: cluster 2023-12-08T01:06:35.454179+0000 mgr.a (mgr.14403) 18946 : cluster 0 pgmap v14147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:06:37.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:37 smithi194 bash[32038]: cluster 2023-12-08T01:06:35.454179+0000 mgr.a (mgr.14403) 18946 : cluster 0 pgmap v14147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:06:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:37 smithi135 bash[32435]: cluster 2023-12-08T01:06:35.454179+0000 mgr.a (mgr.14403) 18946 : cluster 0 pgmap v14147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:06:38.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:06:38.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:38.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:39 smithi079 bash[28699]: cluster 2023-12-08T01:06:37.454777+0000 mgr.a (mgr.14403) 18947 : cluster 0 pgmap v14148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:06:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:39 smithi194 bash[32038]: cluster 2023-12-08T01:06:37.454777+0000 mgr.a (mgr.14403) 18947 : cluster 0 pgmap v14148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:06:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:39 smithi135 bash[32435]: cluster 2023-12-08T01:06:37.454777+0000 mgr.a (mgr.14403) 18947 : cluster 0 pgmap v14148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:06:39.815 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:06:39.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:39.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:39.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:39.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:06:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:40 smithi079 bash[28699]: audit 2023-12-08T01:06:39.345350+0000 mgr.a (mgr.14403) 18948 : audit 0 from='client.376410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:40.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:40 smithi194 bash[32038]: audit 2023-12-08T01:06:39.345350+0000 mgr.a (mgr.14403) 18948 : audit 0 from='client.376410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:40.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:40 smithi135 bash[32435]: audit 2023-12-08T01:06:39.345350+0000 mgr.a (mgr.14403) 18948 : audit 0 from='client.376410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:41.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:41 smithi079 bash[28699]: cluster 2023-12-08T01:06:39.455652+0000 mgr.a (mgr.14403) 18949 : cluster 0 pgmap v14149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:41.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:41 smithi194 bash[32038]: cluster 2023-12-08T01:06:39.455652+0000 mgr.a (mgr.14403) 18949 : cluster 0 pgmap v14149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:41.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:41 smithi135 bash[32435]: cluster 2023-12-08T01:06:39.455652+0000 mgr.a (mgr.14403) 18949 : cluster 0 pgmap v14149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:43.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:43 smithi079 bash[28699]: cluster 2023-12-08T01:06:41.456268+0000 mgr.a (mgr.14403) 18950 : cluster 0 pgmap v14150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:43.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:43 smithi194 bash[32038]: cluster 2023-12-08T01:06:41.456268+0000 mgr.a (mgr.14403) 18950 : cluster 0 pgmap v14150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:43 smithi135 bash[32435]: cluster 2023-12-08T01:06:41.456268+0000 mgr.a (mgr.14403) 18950 : cluster 0 pgmap v14150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:44.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:06:44.819 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:44.819 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:45 smithi079 bash[28699]: cluster 2023-12-08T01:06:43.456849+0000 mgr.a (mgr.14403) 18951 : cluster 0 pgmap v14151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:45.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:45 smithi194 bash[32038]: cluster 2023-12-08T01:06:43.456849+0000 mgr.a (mgr.14403) 18951 : cluster 0 pgmap v14151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:45 smithi135 bash[32435]: cluster 2023-12-08T01:06:43.456849+0000 mgr.a (mgr.14403) 18951 : cluster 0 pgmap v14151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:06:45.749 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:06:45.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:45.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:45.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:45.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:06:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:46 smithi079 bash[28699]: audit 2023-12-08T01:06:45.225605+0000 mgr.a (mgr.14403) 18952 : audit 0 from='client.376488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:46.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:46 smithi194 bash[32038]: audit 2023-12-08T01:06:45.225605+0000 mgr.a (mgr.14403) 18952 : audit 0 from='client.376488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:46 smithi135 bash[32435]: audit 2023-12-08T01:06:45.225605+0000 mgr.a (mgr.14403) 18952 : audit 0 from='client.376488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:47.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:47 smithi079 bash[28699]: cluster 2023-12-08T01:06:45.457652+0000 mgr.a (mgr.14403) 18953 : cluster 0 pgmap v14152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:47.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:47 smithi194 bash[32038]: cluster 2023-12-08T01:06:45.457652+0000 mgr.a (mgr.14403) 18953 : cluster 0 pgmap v14152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:47 smithi135 bash[32435]: cluster 2023-12-08T01:06:45.457652+0000 mgr.a (mgr.14403) 18953 : cluster 0 pgmap v14152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:49.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:49 smithi079 bash[28699]: cluster 2023-12-08T01:06:47.458283+0000 mgr.a (mgr.14403) 18954 : cluster 0 pgmap v14153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:06:49.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:49 smithi194 bash[32038]: cluster 2023-12-08T01:06:47.458283+0000 mgr.a (mgr.14403) 18954 : cluster 0 pgmap v14153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:06:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:49 smithi135 bash[32435]: cluster 2023-12-08T01:06:47.458283+0000 mgr.a (mgr.14403) 18954 : cluster 0 pgmap v14153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:06:50.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:06:50.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:50.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:51 smithi079 bash[28699]: cluster 2023-12-08T01:06:49.459082+0000 mgr.a (mgr.14403) 18955 : cluster 0 pgmap v14154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:06:51.654 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:06:51.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:51.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:51.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:51.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:06:51.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:51 smithi194 bash[32038]: cluster 2023-12-08T01:06:49.459082+0000 mgr.a (mgr.14403) 18955 : cluster 0 pgmap v14154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:06:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:51 smithi135 bash[32435]: cluster 2023-12-08T01:06:49.459082+0000 mgr.a (mgr.14403) 18955 : cluster 0 pgmap v14154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:06:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:52 smithi079 bash[28699]: audit 2023-12-08T01:06:51.152239+0000 mgr.a (mgr.14403) 18956 : audit 0 from='client.376566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:52.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:52 smithi194 bash[32038]: audit 2023-12-08T01:06:51.152239+0000 mgr.a (mgr.14403) 18956 : audit 0 from='client.376566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:52 smithi135 bash[32435]: audit 2023-12-08T01:06:51.152239+0000 mgr.a (mgr.14403) 18956 : audit 0 from='client.376566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:53.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:53 smithi079 bash[28699]: cluster 2023-12-08T01:06:51.459864+0000 mgr.a (mgr.14403) 18957 : cluster 0 pgmap v14155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:53.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:53 smithi194 bash[32038]: cluster 2023-12-08T01:06:51.459864+0000 mgr.a (mgr.14403) 18957 : cluster 0 pgmap v14155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:53 smithi135 bash[32435]: cluster 2023-12-08T01:06:51.459864+0000 mgr.a (mgr.14403) 18957 : cluster 0 pgmap v14155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:55 smithi079 bash[28699]: cluster 2023-12-08T01:06:53.460536+0000 mgr.a (mgr.14403) 18958 : cluster 0 pgmap v14156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:55.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:55 smithi194 bash[32038]: cluster 2023-12-08T01:06:53.460536+0000 mgr.a (mgr.14403) 18958 : cluster 0 pgmap v14156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:55.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:55 smithi135 bash[32435]: cluster 2023-12-08T01:06:53.460536+0000 mgr.a (mgr.14403) 18958 : cluster 0 pgmap v14156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:56.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:06:56.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:06:56.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:06:57.579 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:06:57.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:06:57.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:06:57.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:06:57.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:06:57.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:57 smithi079 bash[28699]: cluster 2023-12-08T01:06:55.461377+0000 mgr.a (mgr.14403) 18959 : cluster 0 pgmap v14157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:57.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:57 smithi194 bash[32038]: cluster 2023-12-08T01:06:55.461377+0000 mgr.a (mgr.14403) 18959 : cluster 0 pgmap v14157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:57 smithi135 bash[32435]: cluster 2023-12-08T01:06:55.461377+0000 mgr.a (mgr.14403) 18959 : cluster 0 pgmap v14157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:06:58.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:58 smithi079 bash[28699]: audit 2023-12-08T01:06:57.055623+0000 mgr.a (mgr.14403) 18960 : audit 0 from='client.376644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:58 smithi194 bash[32038]: audit 2023-12-08T01:06:57.055623+0000 mgr.a (mgr.14403) 18960 : audit 0 from='client.376644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:58 smithi135 bash[32435]: audit 2023-12-08T01:06:57.055623+0000 mgr.a (mgr.14403) 18960 : audit 0 from='client.376644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:06:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:06:59 smithi079 bash[28699]: cluster 2023-12-08T01:06:57.462152+0000 mgr.a (mgr.14403) 18961 : cluster 0 pgmap v14158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:59.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:06:59 smithi194 bash[32038]: cluster 2023-12-08T01:06:57.462152+0000 mgr.a (mgr.14403) 18961 : cluster 0 pgmap v14158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:06:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:06:59 smithi135 bash[32435]: cluster 2023-12-08T01:06:57.462152+0000 mgr.a (mgr.14403) 18961 : cluster 0 pgmap v14158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:01.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:01 smithi079 bash[28699]: cluster 2023-12-08T01:06:59.463054+0000 mgr.a (mgr.14403) 18962 : cluster 0 pgmap v14159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:01.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:01 smithi194 bash[32038]: cluster 2023-12-08T01:06:59.463054+0000 mgr.a (mgr.14403) 18962 : cluster 0 pgmap v14159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:01 smithi135 bash[32435]: cluster 2023-12-08T01:06:59.463054+0000 mgr.a (mgr.14403) 18962 : cluster 0 pgmap v14159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:02.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:07:02.583 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:02.583 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:03.470 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:07:03.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:03.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:03.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:03.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:07:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:03 smithi079 bash[28699]: cluster 2023-12-08T01:07:01.463583+0000 mgr.a (mgr.14403) 18963 : cluster 0 pgmap v14160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:03.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:03 smithi194 bash[32038]: cluster 2023-12-08T01:07:01.463583+0000 mgr.a (mgr.14403) 18963 : cluster 0 pgmap v14160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:03 smithi135 bash[32435]: cluster 2023-12-08T01:07:01.463583+0000 mgr.a (mgr.14403) 18963 : cluster 0 pgmap v14160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:04.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:04 smithi194 bash[32038]: audit 2023-12-08T01:07:02.979296+0000 mgr.a (mgr.14403) 18964 : audit 0 from='client.376719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:04 smithi135 bash[32435]: audit 2023-12-08T01:07:02.979296+0000 mgr.a (mgr.14403) 18964 : audit 0 from='client.376719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:04 smithi079 bash[28699]: audit 2023-12-08T01:07:02.979296+0000 mgr.a (mgr.14403) 18964 : audit 0 from='client.376719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:05.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:05 smithi194 bash[32038]: cluster 2023-12-08T01:07:03.464168+0000 mgr.a (mgr.14403) 18965 : cluster 0 pgmap v14161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:05 smithi135 bash[32435]: cluster 2023-12-08T01:07:03.464168+0000 mgr.a (mgr.14403) 18965 : cluster 0 pgmap v14161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:05.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:05 smithi079 bash[28699]: cluster 2023-12-08T01:07:03.464168+0000 mgr.a (mgr.14403) 18965 : cluster 0 pgmap v14161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:07.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:07 smithi194 bash[32038]: cluster 2023-12-08T01:07:05.465005+0000 mgr.a (mgr.14403) 18966 : cluster 0 pgmap v14162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:07 smithi135 bash[32435]: cluster 2023-12-08T01:07:05.465005+0000 mgr.a (mgr.14403) 18966 : cluster 0 pgmap v14162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:07 smithi079 bash[28699]: cluster 2023-12-08T01:07:05.465005+0000 mgr.a (mgr.14403) 18966 : cluster 0 pgmap v14162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:08.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:07:08.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:08.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:09.379 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:07:09.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:09.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:09.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:09.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:07:09.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:09 smithi194 bash[32038]: cluster 2023-12-08T01:07:07.465559+0000 mgr.a (mgr.14403) 18967 : cluster 0 pgmap v14163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:09.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:09 smithi135 bash[32435]: cluster 2023-12-08T01:07:07.465559+0000 mgr.a (mgr.14403) 18967 : cluster 0 pgmap v14163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:09.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:09 smithi079 bash[28699]: cluster 2023-12-08T01:07:07.465559+0000 mgr.a (mgr.14403) 18967 : cluster 0 pgmap v14163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:10.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:10 smithi194 bash[32038]: audit 2023-12-08T01:07:08.882850+0000 mgr.a (mgr.14403) 18968 : audit 0 from='client.376797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:10 smithi135 bash[32435]: audit 2023-12-08T01:07:08.882850+0000 mgr.a (mgr.14403) 18968 : audit 0 from='client.376797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:10 smithi079 bash[28699]: audit 2023-12-08T01:07:08.882850+0000 mgr.a (mgr.14403) 18968 : audit 0 from='client.376797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:11.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:11 smithi194 bash[32038]: cluster 2023-12-08T01:07:09.466596+0000 mgr.a (mgr.14403) 18969 : cluster 0 pgmap v14164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:11 smithi135 bash[32435]: cluster 2023-12-08T01:07:09.466596+0000 mgr.a (mgr.14403) 18969 : cluster 0 pgmap v14164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:11.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:11 smithi079 bash[28699]: cluster 2023-12-08T01:07:09.466596+0000 mgr.a (mgr.14403) 18969 : cluster 0 pgmap v14164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:12.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:12 smithi194 bash[32038]: cluster 2023-12-08T01:07:11.467316+0000 mgr.a (mgr.14403) 18970 : cluster 0 pgmap v14165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:12 smithi135 bash[32435]: cluster 2023-12-08T01:07:11.467316+0000 mgr.a (mgr.14403) 18970 : cluster 0 pgmap v14165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:12 smithi079 bash[28699]: cluster 2023-12-08T01:07:11.467316+0000 mgr.a (mgr.14403) 18970 : cluster 0 pgmap v14165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:14.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:07:14.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:14.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:15.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:15.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:15.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:15.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:07:15.278 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:07:15.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:15 smithi079 bash[28699]: cluster 2023-12-08T01:07:13.467859+0000 mgr.a (mgr.14403) 18971 : cluster 0 pgmap v14166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:15 smithi194 bash[32038]: cluster 2023-12-08T01:07:13.467859+0000 mgr.a (mgr.14403) 18971 : cluster 0 pgmap v14166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:15 smithi135 bash[32435]: cluster 2023-12-08T01:07:13.467859+0000 mgr.a (mgr.14403) 18971 : cluster 0 pgmap v14166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:16.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:16 smithi079 bash[28699]: audit 2023-12-08T01:07:14.783511+0000 mgr.a (mgr.14403) 18972 : audit 0 from='client.376875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:16.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:16 smithi194 bash[32038]: audit 2023-12-08T01:07:14.783511+0000 mgr.a (mgr.14403) 18972 : audit 0 from='client.376875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:16.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:16 smithi135 bash[32435]: audit 2023-12-08T01:07:14.783511+0000 mgr.a (mgr.14403) 18972 : audit 0 from='client.376875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:17 smithi079 bash[28699]: cluster 2023-12-08T01:07:15.468908+0000 mgr.a (mgr.14403) 18973 : cluster 0 pgmap v14167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:17 smithi194 bash[32038]: cluster 2023-12-08T01:07:15.468908+0000 mgr.a (mgr.14403) 18973 : cluster 0 pgmap v14167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:17 smithi135 bash[32435]: cluster 2023-12-08T01:07:15.468908+0000 mgr.a (mgr.14403) 18973 : cluster 0 pgmap v14167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:19 smithi079 bash[28699]: cluster 2023-12-08T01:07:17.469470+0000 mgr.a (mgr.14403) 18974 : cluster 0 pgmap v14168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:19 smithi194 bash[32038]: cluster 2023-12-08T01:07:17.469470+0000 mgr.a (mgr.14403) 18974 : cluster 0 pgmap v14168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:19 smithi135 bash[32435]: cluster 2023-12-08T01:07:17.469470+0000 mgr.a (mgr.14403) 18974 : cluster 0 pgmap v14168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:20.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:07:20.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:20.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:21.196 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:07:21.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:21.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:21.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:21.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:07:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:21 smithi079 bash[28699]: cluster 2023-12-08T01:07:19.470233+0000 mgr.a (mgr.14403) 18975 : cluster 0 pgmap v14169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:21 smithi194 bash[32038]: cluster 2023-12-08T01:07:19.470233+0000 mgr.a (mgr.14403) 18975 : cluster 0 pgmap v14169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:21 smithi135 bash[32435]: cluster 2023-12-08T01:07:19.470233+0000 mgr.a (mgr.14403) 18975 : cluster 0 pgmap v14169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:22 smithi079 bash[28699]: audit 2023-12-08T01:07:20.681703+0000 mgr.a (mgr.14403) 18976 : audit 0 from='client.376950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:22.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:22 smithi194 bash[32038]: audit 2023-12-08T01:07:20.681703+0000 mgr.a (mgr.14403) 18976 : audit 0 from='client.376950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:22.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:22 smithi135 bash[32435]: audit 2023-12-08T01:07:20.681703+0000 mgr.a (mgr.14403) 18976 : audit 0 from='client.376950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:23.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:23 smithi079 bash[28699]: cluster 2023-12-08T01:07:21.470929+0000 mgr.a (mgr.14403) 18977 : cluster 0 pgmap v14170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:23 smithi194 bash[32038]: cluster 2023-12-08T01:07:21.470929+0000 mgr.a (mgr.14403) 18977 : cluster 0 pgmap v14170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:23 smithi135 bash[32435]: cluster 2023-12-08T01:07:21.470929+0000 mgr.a (mgr.14403) 18977 : cluster 0 pgmap v14170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:25 smithi079 bash[28699]: cluster 2023-12-08T01:07:23.471513+0000 mgr.a (mgr.14403) 18978 : cluster 0 pgmap v14171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:25 smithi194 bash[32038]: cluster 2023-12-08T01:07:23.471513+0000 mgr.a (mgr.14403) 18978 : cluster 0 pgmap v14171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:25 smithi135 bash[32435]: cluster 2023-12-08T01:07:23.471513+0000 mgr.a (mgr.14403) 18978 : cluster 0 pgmap v14171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:26.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:07:26.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:26.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:26.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:26 smithi079 bash[28699]: audit 2023-12-08T01:07:25.970734+0000 mon.a (mon.0) 3073 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:07:26.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:26 smithi194 bash[32038]: audit 2023-12-08T01:07:25.970734+0000 mon.a (mon.0) 3073 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:07:26.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:26 smithi135 bash[32435]: audit 2023-12-08T01:07:25.970734+0000 mon.a (mon.0) 3073 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:07:27.133 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:07:27.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:27.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:27.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:27.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:07:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:27 smithi079 bash[28699]: cluster 2023-12-08T01:07:25.472331+0000 mgr.a (mgr.14403) 18979 : cluster 0 pgmap v14172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:27 smithi079 bash[28699]: audit 2023-12-08T01:07:26.498837+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:07:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:27 smithi079 bash[28699]: audit 2023-12-08T01:07:26.504597+0000 mon.a (mon.0) 3075 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:07:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:27 smithi194 bash[32038]: cluster 2023-12-08T01:07:25.472331+0000 mgr.a (mgr.14403) 18979 : cluster 0 pgmap v14172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:27 smithi194 bash[32038]: audit 2023-12-08T01:07:26.498837+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:07:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:27 smithi194 bash[32038]: audit 2023-12-08T01:07:26.504597+0000 mon.a (mon.0) 3075 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:07:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:27 smithi135 bash[32435]: cluster 2023-12-08T01:07:25.472331+0000 mgr.a (mgr.14403) 18979 : cluster 0 pgmap v14172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:27.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:27 smithi135 bash[32435]: audit 2023-12-08T01:07:26.498837+0000 mon.a (mon.0) 3074 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:07:27.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:27 smithi135 bash[32435]: audit 2023-12-08T01:07:26.504597+0000 mon.a (mon.0) 3075 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:07:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:28 smithi079 bash[28699]: audit 2023-12-08T01:07:26.622085+0000 mgr.a (mgr.14403) 18980 : audit 0 from='client.377028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:28 smithi079 bash[28699]: audit 2023-12-08T01:07:27.314853+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:07:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:28 smithi079 bash[28699]: audit 2023-12-08T01:07:27.316963+0000 mon.a (mon.0) 3077 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:07:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:28 smithi079 bash[28699]: audit 2023-12-08T01:07:27.328296+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:07:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:28 smithi194 bash[32038]: audit 2023-12-08T01:07:26.622085+0000 mgr.a (mgr.14403) 18980 : audit 0 from='client.377028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:28 smithi194 bash[32038]: audit 2023-12-08T01:07:27.314853+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:07:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:28 smithi194 bash[32038]: audit 2023-12-08T01:07:27.316963+0000 mon.a (mon.0) 3077 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:07:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:28 smithi194 bash[32038]: audit 2023-12-08T01:07:27.328296+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:07:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:28 smithi135 bash[32435]: audit 2023-12-08T01:07:26.622085+0000 mgr.a (mgr.14403) 18980 : audit 0 from='client.377028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:28 smithi135 bash[32435]: audit 2023-12-08T01:07:27.314853+0000 mon.a (mon.0) 3076 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:07:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:28 smithi135 bash[32435]: audit 2023-12-08T01:07:27.316963+0000 mon.a (mon.0) 3077 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:07:28.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:28 smithi135 bash[32435]: audit 2023-12-08T01:07:27.328296+0000 mon.a (mon.0) 3078 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:07:29.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:29 smithi079 bash[28699]: cluster 2023-12-08T01:07:27.473002+0000 mgr.a (mgr.14403) 18981 : cluster 0 pgmap v14173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:29.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:29 smithi194 bash[32038]: cluster 2023-12-08T01:07:27.473002+0000 mgr.a (mgr.14403) 18981 : cluster 0 pgmap v14173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:29 smithi135 bash[32435]: cluster 2023-12-08T01:07:27.473002+0000 mgr.a (mgr.14403) 18981 : cluster 0 pgmap v14173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:31.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:31 smithi079 bash[28699]: cluster 2023-12-08T01:07:29.473754+0000 mgr.a (mgr.14403) 18982 : cluster 0 pgmap v14174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:31.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:31 smithi194 bash[32038]: cluster 2023-12-08T01:07:29.473754+0000 mgr.a (mgr.14403) 18982 : cluster 0 pgmap v14174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:31 smithi135 bash[32435]: cluster 2023-12-08T01:07:29.473754+0000 mgr.a (mgr.14403) 18982 : cluster 0 pgmap v14174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:32.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:07:32.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:32.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:33.081 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:07:33.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:33.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:33.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:33.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:07:33.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:33 smithi079 bash[28699]: cluster 2023-12-08T01:07:31.474312+0000 mgr.a (mgr.14403) 18983 : cluster 0 pgmap v14175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:33.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:33 smithi194 bash[32038]: cluster 2023-12-08T01:07:31.474312+0000 mgr.a (mgr.14403) 18983 : cluster 0 pgmap v14175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:33 smithi135 bash[32435]: cluster 2023-12-08T01:07:31.474312+0000 mgr.a (mgr.14403) 18983 : cluster 0 pgmap v14175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:34 smithi079 bash[28699]: audit 2023-12-08T01:07:32.545117+0000 mgr.a (mgr.14403) 18984 : audit 0 from='client.377103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:34 smithi194 bash[32038]: audit 2023-12-08T01:07:32.545117+0000 mgr.a (mgr.14403) 18984 : audit 0 from='client.377103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:34 smithi135 bash[32435]: audit 2023-12-08T01:07:32.545117+0000 mgr.a (mgr.14403) 18984 : audit 0 from='client.377103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:35 smithi079 bash[28699]: cluster 2023-12-08T01:07:33.475030+0000 mgr.a (mgr.14403) 18985 : cluster 0 pgmap v14176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:35 smithi194 bash[32038]: cluster 2023-12-08T01:07:33.475030+0000 mgr.a (mgr.14403) 18985 : cluster 0 pgmap v14176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:35 smithi135 bash[32435]: cluster 2023-12-08T01:07:33.475030+0000 mgr.a (mgr.14403) 18985 : cluster 0 pgmap v14176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:37 smithi079 bash[28699]: cluster 2023-12-08T01:07:35.475800+0000 mgr.a (mgr.14403) 18986 : cluster 0 pgmap v14177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:37.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:37 smithi194 bash[32038]: cluster 2023-12-08T01:07:35.475800+0000 mgr.a (mgr.14403) 18986 : cluster 0 pgmap v14177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:37 smithi135 bash[32435]: cluster 2023-12-08T01:07:35.475800+0000 mgr.a (mgr.14403) 18986 : cluster 0 pgmap v14177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:07:38.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:07:38.084 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:38.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:38.988 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:07:38.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:38.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:38.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:38.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:07:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:39 smithi079 bash[28699]: cluster 2023-12-08T01:07:37.476352+0000 mgr.a (mgr.14403) 18987 : cluster 0 pgmap v14178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:39.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:39 smithi194 bash[32038]: cluster 2023-12-08T01:07:37.476352+0000 mgr.a (mgr.14403) 18987 : cluster 0 pgmap v14178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:39 smithi135 bash[32435]: cluster 2023-12-08T01:07:37.476352+0000 mgr.a (mgr.14403) 18987 : cluster 0 pgmap v14178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:40 smithi079 bash[28699]: audit 2023-12-08T01:07:38.492000+0000 mgr.a (mgr.14403) 18988 : audit 0 from='client.377181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:40.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:40 smithi194 bash[32038]: audit 2023-12-08T01:07:38.492000+0000 mgr.a (mgr.14403) 18988 : audit 0 from='client.377181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:40 smithi135 bash[32435]: audit 2023-12-08T01:07:38.492000+0000 mgr.a (mgr.14403) 18988 : audit 0 from='client.377181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:41 smithi079 bash[28699]: cluster 2023-12-08T01:07:39.477361+0000 mgr.a (mgr.14403) 18989 : cluster 0 pgmap v14179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:07:41.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:41 smithi194 bash[32038]: cluster 2023-12-08T01:07:39.477361+0000 mgr.a (mgr.14403) 18989 : cluster 0 pgmap v14179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:07:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:41 smithi135 bash[32435]: cluster 2023-12-08T01:07:39.477361+0000 mgr.a (mgr.14403) 18989 : cluster 0 pgmap v14179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:07:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:43 smithi079 bash[28699]: cluster 2023-12-08T01:07:41.477908+0000 mgr.a (mgr.14403) 18990 : cluster 0 pgmap v14180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:07:43.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:43 smithi194 bash[32038]: cluster 2023-12-08T01:07:41.477908+0000 mgr.a (mgr.14403) 18990 : cluster 0 pgmap v14180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:07:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:43 smithi135 bash[32435]: cluster 2023-12-08T01:07:41.477908+0000 mgr.a (mgr.14403) 18990 : cluster 0 pgmap v14180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:07:43.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:07:43.992 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:43.992 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:44.901 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:07:44.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:44.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:44.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:44.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:07:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:45 smithi079 bash[28699]: cluster 2023-12-08T01:07:43.478474+0000 mgr.a (mgr.14403) 18991 : cluster 0 pgmap v14181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:07:45.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:45 smithi079 bash[28699]: audit 2023-12-08T01:07:44.395252+0000 mgr.a (mgr.14403) 18992 : audit 0 from='client.377259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:45.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:45 smithi194 bash[32038]: cluster 2023-12-08T01:07:43.478474+0000 mgr.a (mgr.14403) 18991 : cluster 0 pgmap v14181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:07:45.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:45 smithi194 bash[32038]: audit 2023-12-08T01:07:44.395252+0000 mgr.a (mgr.14403) 18992 : audit 0 from='client.377259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:45 smithi135 bash[32435]: cluster 2023-12-08T01:07:43.478474+0000 mgr.a (mgr.14403) 18991 : cluster 0 pgmap v14181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:07:45.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:45 smithi135 bash[32435]: audit 2023-12-08T01:07:44.395252+0000 mgr.a (mgr.14403) 18992 : audit 0 from='client.377259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:47 smithi079 bash[28699]: cluster 2023-12-08T01:07:45.479534+0000 mgr.a (mgr.14403) 18993 : cluster 0 pgmap v14182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:47.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:47 smithi194 bash[32038]: cluster 2023-12-08T01:07:45.479534+0000 mgr.a (mgr.14403) 18993 : cluster 0 pgmap v14182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:47 smithi135 bash[32435]: cluster 2023-12-08T01:07:45.479534+0000 mgr.a (mgr.14403) 18993 : cluster 0 pgmap v14182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:49 smithi079 bash[28699]: cluster 2023-12-08T01:07:47.480047+0000 mgr.a (mgr.14403) 18994 : cluster 0 pgmap v14183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:49.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:49 smithi194 bash[32038]: cluster 2023-12-08T01:07:47.480047+0000 mgr.a (mgr.14403) 18994 : cluster 0 pgmap v14183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:49 smithi135 bash[32435]: cluster 2023-12-08T01:07:47.480047+0000 mgr.a (mgr.14403) 18994 : cluster 0 pgmap v14183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:07:49.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:07:49.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:49.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:50.831 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:07:50.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:50.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:50.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:50.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:07:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:51 smithi079 bash[28699]: cluster 2023-12-08T01:07:49.480975+0000 mgr.a (mgr.14403) 18995 : cluster 0 pgmap v14184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:51 smithi079 bash[28699]: audit 2023-12-08T01:07:50.308697+0000 mgr.a (mgr.14403) 18996 : audit 0 from='client.377334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:51.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:51 smithi194 bash[32038]: cluster 2023-12-08T01:07:49.480975+0000 mgr.a (mgr.14403) 18995 : cluster 0 pgmap v14184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:51.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:51 smithi194 bash[32038]: audit 2023-12-08T01:07:50.308697+0000 mgr.a (mgr.14403) 18996 : audit 0 from='client.377334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:51.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:51 smithi135 bash[32435]: cluster 2023-12-08T01:07:49.480975+0000 mgr.a (mgr.14403) 18995 : cluster 0 pgmap v14184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:51.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:51 smithi135 bash[32435]: audit 2023-12-08T01:07:50.308697+0000 mgr.a (mgr.14403) 18996 : audit 0 from='client.377334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:53.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:53 smithi194 bash[32038]: cluster 2023-12-08T01:07:51.481738+0000 mgr.a (mgr.14403) 18997 : cluster 0 pgmap v14185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:07:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:53 smithi135 bash[32435]: cluster 2023-12-08T01:07:51.481738+0000 mgr.a (mgr.14403) 18997 : cluster 0 pgmap v14185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:07:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:53 smithi079 bash[28699]: cluster 2023-12-08T01:07:51.481738+0000 mgr.a (mgr.14403) 18997 : cluster 0 pgmap v14185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:07:55.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:55 smithi194 bash[32038]: cluster 2023-12-08T01:07:53.482387+0000 mgr.a (mgr.14403) 18998 : cluster 0 pgmap v14186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:07:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:55 smithi135 bash[32435]: cluster 2023-12-08T01:07:53.482387+0000 mgr.a (mgr.14403) 18998 : cluster 0 pgmap v14186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:07:55.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:07:55.834 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:07:55.834 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:07:55.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:55 smithi079 bash[28699]: cluster 2023-12-08T01:07:53.482387+0000 mgr.a (mgr.14403) 18998 : cluster 0 pgmap v14186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:07:56.737 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:07:56.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:07:56.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:07:56.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:07:56.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:07:57.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:57 smithi194 bash[32038]: cluster 2023-12-08T01:07:55.483254+0000 mgr.a (mgr.14403) 18999 : cluster 0 pgmap v14187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:07:57.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:57 smithi194 bash[32038]: audit 2023-12-08T01:07:56.237160+0000 mgr.a (mgr.14403) 19000 : audit 0 from='client.377412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:57 smithi135 bash[32435]: cluster 2023-12-08T01:07:55.483254+0000 mgr.a (mgr.14403) 18999 : cluster 0 pgmap v14187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:07:57.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:57 smithi135 bash[32435]: audit 2023-12-08T01:07:56.237160+0000 mgr.a (mgr.14403) 19000 : audit 0 from='client.377412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:57.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:57 smithi079 bash[28699]: cluster 2023-12-08T01:07:55.483254+0000 mgr.a (mgr.14403) 18999 : cluster 0 pgmap v14187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:07:57.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:57 smithi079 bash[28699]: audit 2023-12-08T01:07:56.237160+0000 mgr.a (mgr.14403) 19000 : audit 0 from='client.377412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:07:59.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:07:59 smithi194 bash[32038]: cluster 2023-12-08T01:07:57.483979+0000 mgr.a (mgr.14403) 19001 : cluster 0 pgmap v14188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:07:59 smithi135 bash[32435]: cluster 2023-12-08T01:07:57.483979+0000 mgr.a (mgr.14403) 19001 : cluster 0 pgmap v14188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:07:59.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:07:59 smithi079 bash[28699]: cluster 2023-12-08T01:07:57.483979+0000 mgr.a (mgr.14403) 19001 : cluster 0 pgmap v14188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:01.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:01 smithi194 bash[32038]: cluster 2023-12-08T01:07:59.484808+0000 mgr.a (mgr.14403) 19002 : cluster 0 pgmap v14189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:01 smithi135 bash[32435]: cluster 2023-12-08T01:07:59.484808+0000 mgr.a (mgr.14403) 19002 : cluster 0 pgmap v14189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:01.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:08:01.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:01.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:01.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:01 smithi079 bash[28699]: cluster 2023-12-08T01:07:59.484808+0000 mgr.a (mgr.14403) 19002 : cluster 0 pgmap v14189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:02.627 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:08:02.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:02.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:02.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:02.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:08:03.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:03 smithi194 bash[32038]: cluster 2023-12-08T01:08:01.485321+0000 mgr.a (mgr.14403) 19003 : cluster 0 pgmap v14190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:03.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:03 smithi194 bash[32038]: audit 2023-12-08T01:08:02.137229+0000 mgr.a (mgr.14403) 19004 : audit 0 from='client.377484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:03 smithi135 bash[32435]: cluster 2023-12-08T01:08:01.485321+0000 mgr.a (mgr.14403) 19003 : cluster 0 pgmap v14190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:03 smithi135 bash[32435]: audit 2023-12-08T01:08:02.137229+0000 mgr.a (mgr.14403) 19004 : audit 0 from='client.377484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:03 smithi079 bash[28699]: cluster 2023-12-08T01:08:01.485321+0000 mgr.a (mgr.14403) 19003 : cluster 0 pgmap v14190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:03.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:03 smithi079 bash[28699]: audit 2023-12-08T01:08:02.137229+0000 mgr.a (mgr.14403) 19004 : audit 0 from='client.377484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:05.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:05 smithi194 bash[32038]: cluster 2023-12-08T01:08:03.486015+0000 mgr.a (mgr.14403) 19005 : cluster 0 pgmap v14191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:05 smithi135 bash[32435]: cluster 2023-12-08T01:08:03.486015+0000 mgr.a (mgr.14403) 19005 : cluster 0 pgmap v14191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:05.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:05 smithi079 bash[28699]: cluster 2023-12-08T01:08:03.486015+0000 mgr.a (mgr.14403) 19005 : cluster 0 pgmap v14191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:07.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:08:07.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:07.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:07.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:07 smithi194 bash[32038]: cluster 2023-12-08T01:08:05.486804+0000 mgr.a (mgr.14403) 19006 : cluster 0 pgmap v14192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:07 smithi135 bash[32435]: cluster 2023-12-08T01:08:05.486804+0000 mgr.a (mgr.14403) 19006 : cluster 0 pgmap v14192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:07 smithi079 bash[28699]: cluster 2023-12-08T01:08:05.486804+0000 mgr.a (mgr.14403) 19006 : cluster 0 pgmap v14192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:08.529 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:08:08.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:08.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:08.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:08.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:08:09.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:09 smithi079 bash[28699]: cluster 2023-12-08T01:08:07.487384+0000 mgr.a (mgr.14403) 19007 : cluster 0 pgmap v14193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:09 smithi079 bash[28699]: audit 2023-12-08T01:08:08.042837+0000 mgr.a (mgr.14403) 19008 : audit 0 from='client.288877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:09 smithi194 bash[32038]: cluster 2023-12-08T01:08:07.487384+0000 mgr.a (mgr.14403) 19007 : cluster 0 pgmap v14193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:09 smithi194 bash[32038]: audit 2023-12-08T01:08:08.042837+0000 mgr.a (mgr.14403) 19008 : audit 0 from='client.288877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:09 smithi135 bash[32435]: cluster 2023-12-08T01:08:07.487384+0000 mgr.a (mgr.14403) 19007 : cluster 0 pgmap v14193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:09 smithi135 bash[32435]: audit 2023-12-08T01:08:08.042837+0000 mgr.a (mgr.14403) 19008 : audit 0 from='client.288877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:11.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:11 smithi079 bash[28699]: cluster 2023-12-08T01:08:09.488334+0000 mgr.a (mgr.14403) 19009 : cluster 0 pgmap v14194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:11 smithi194 bash[32038]: cluster 2023-12-08T01:08:09.488334+0000 mgr.a (mgr.14403) 19009 : cluster 0 pgmap v14194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:11 smithi135 bash[32435]: cluster 2023-12-08T01:08:09.488334+0000 mgr.a (mgr.14403) 19009 : cluster 0 pgmap v14194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:13.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:13 smithi079 bash[28699]: cluster 2023-12-08T01:08:11.488899+0000 mgr.a (mgr.14403) 19010 : cluster 0 pgmap v14195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:13 smithi194 bash[32038]: cluster 2023-12-08T01:08:11.488899+0000 mgr.a (mgr.14403) 19010 : cluster 0 pgmap v14195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:13 smithi135 bash[32435]: cluster 2023-12-08T01:08:11.488899+0000 mgr.a (mgr.14403) 19010 : cluster 0 pgmap v14195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:13.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:08:13.533 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:13.533 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:14.450 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:08:14.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:14.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:14.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:14.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:08:15.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:15 smithi079 bash[28699]: cluster 2023-12-08T01:08:13.489457+0000 mgr.a (mgr.14403) 19011 : cluster 0 pgmap v14196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:15.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:15 smithi079 bash[28699]: audit 2023-12-08T01:08:13.940650+0000 mgr.a (mgr.14403) 19012 : audit 0 from='client.377634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:15 smithi194 bash[32038]: cluster 2023-12-08T01:08:13.489457+0000 mgr.a (mgr.14403) 19011 : cluster 0 pgmap v14196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:15 smithi194 bash[32038]: audit 2023-12-08T01:08:13.940650+0000 mgr.a (mgr.14403) 19012 : audit 0 from='client.377634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:15 smithi135 bash[32435]: cluster 2023-12-08T01:08:13.489457+0000 mgr.a (mgr.14403) 19011 : cluster 0 pgmap v14196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:15 smithi135 bash[32435]: audit 2023-12-08T01:08:13.940650+0000 mgr.a (mgr.14403) 19012 : audit 0 from='client.377634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:17.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:17 smithi079 bash[28699]: cluster 2023-12-08T01:08:15.490473+0000 mgr.a (mgr.14403) 19013 : cluster 0 pgmap v14197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:17 smithi194 bash[32038]: cluster 2023-12-08T01:08:15.490473+0000 mgr.a (mgr.14403) 19013 : cluster 0 pgmap v14197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:17 smithi135 bash[32435]: cluster 2023-12-08T01:08:15.490473+0000 mgr.a (mgr.14403) 19013 : cluster 0 pgmap v14197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:19 smithi079 bash[28699]: cluster 2023-12-08T01:08:17.491087+0000 mgr.a (mgr.14403) 19014 : cluster 0 pgmap v14198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:19.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:08:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:19 smithi194 bash[32038]: cluster 2023-12-08T01:08:17.491087+0000 mgr.a (mgr.14403) 19014 : cluster 0 pgmap v14198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:19.454 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:19.454 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:19 smithi135 bash[32435]: cluster 2023-12-08T01:08:17.491087+0000 mgr.a (mgr.14403) 19014 : cluster 0 pgmap v14198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:20.378 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:08:20.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:20.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:20.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:20.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:08:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:21 smithi079 bash[28699]: cluster 2023-12-08T01:08:19.491812+0000 mgr.a (mgr.14403) 19015 : cluster 0 pgmap v14199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:21 smithi079 bash[28699]: audit 2023-12-08T01:08:19.858579+0000 mgr.a (mgr.14403) 19016 : audit 0 from='client.377709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:21 smithi194 bash[32038]: cluster 2023-12-08T01:08:19.491812+0000 mgr.a (mgr.14403) 19015 : cluster 0 pgmap v14199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:21 smithi194 bash[32038]: audit 2023-12-08T01:08:19.858579+0000 mgr.a (mgr.14403) 19016 : audit 0 from='client.377709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:21.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:21 smithi135 bash[32435]: cluster 2023-12-08T01:08:19.491812+0000 mgr.a (mgr.14403) 19015 : cluster 0 pgmap v14199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:21.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:21 smithi135 bash[32435]: audit 2023-12-08T01:08:19.858579+0000 mgr.a (mgr.14403) 19016 : audit 0 from='client.377709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:23.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:23 smithi079 bash[28699]: cluster 2023-12-08T01:08:21.492466+0000 mgr.a (mgr.14403) 19017 : cluster 0 pgmap v14200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:23 smithi194 bash[32038]: cluster 2023-12-08T01:08:21.492466+0000 mgr.a (mgr.14403) 19017 : cluster 0 pgmap v14200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:23 smithi135 bash[32435]: cluster 2023-12-08T01:08:21.492466+0000 mgr.a (mgr.14403) 19017 : cluster 0 pgmap v14200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:25.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:08:25.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:25.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:25 smithi079 bash[28699]: cluster 2023-12-08T01:08:23.493173+0000 mgr.a (mgr.14403) 19018 : cluster 0 pgmap v14201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:25 smithi194 bash[32038]: cluster 2023-12-08T01:08:23.493173+0000 mgr.a (mgr.14403) 19018 : cluster 0 pgmap v14201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:25 smithi135 bash[32435]: cluster 2023-12-08T01:08:23.493173+0000 mgr.a (mgr.14403) 19018 : cluster 0 pgmap v14201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:26.288 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:08:26.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:26.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:26.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:26.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:08:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:27 smithi079 bash[28699]: cluster 2023-12-08T01:08:25.493989+0000 mgr.a (mgr.14403) 19019 : cluster 0 pgmap v14202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:27 smithi079 bash[28699]: audit 2023-12-08T01:08:25.785162+0000 mgr.a (mgr.14403) 19020 : audit 0 from='client.377787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:27 smithi194 bash[32038]: cluster 2023-12-08T01:08:25.493989+0000 mgr.a (mgr.14403) 19019 : cluster 0 pgmap v14202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:27 smithi194 bash[32038]: audit 2023-12-08T01:08:25.785162+0000 mgr.a (mgr.14403) 19020 : audit 0 from='client.377787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:27.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:27 smithi135 bash[32435]: cluster 2023-12-08T01:08:25.493989+0000 mgr.a (mgr.14403) 19019 : cluster 0 pgmap v14202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:27.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:27 smithi135 bash[32435]: audit 2023-12-08T01:08:25.785162+0000 mgr.a (mgr.14403) 19020 : audit 0 from='client.377787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:28 smithi079 bash[28699]: audit 2023-12-08T01:08:27.432126+0000 mon.a (mon.0) 3079 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:08:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:28 smithi079 bash[28699]: audit 2023-12-08T01:08:27.960391+0000 mon.a (mon.0) 3080 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:08:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:28 smithi079 bash[28699]: audit 2023-12-08T01:08:27.972573+0000 mon.a (mon.0) 3081 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:08:28.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:28 smithi194 bash[32038]: audit 2023-12-08T01:08:27.432126+0000 mon.a (mon.0) 3079 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:08:28.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:28 smithi194 bash[32038]: audit 2023-12-08T01:08:27.960391+0000 mon.a (mon.0) 3080 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:08:28.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:28 smithi194 bash[32038]: audit 2023-12-08T01:08:27.972573+0000 mon.a (mon.0) 3081 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:08:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:28 smithi135 bash[32435]: audit 2023-12-08T01:08:27.432126+0000 mon.a (mon.0) 3079 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:08:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:28 smithi135 bash[32435]: audit 2023-12-08T01:08:27.960391+0000 mon.a (mon.0) 3080 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:08:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:28 smithi135 bash[32435]: audit 2023-12-08T01:08:27.972573+0000 mon.a (mon.0) 3081 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:08:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:29 smithi079 bash[28699]: cluster 2023-12-08T01:08:27.494460+0000 mgr.a (mgr.14403) 19021 : cluster 0 pgmap v14203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:29 smithi079 bash[28699]: audit 2023-12-08T01:08:28.667924+0000 mon.a (mon.0) 3082 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:08:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:29 smithi079 bash[28699]: audit 2023-12-08T01:08:28.669411+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:08:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:29 smithi079 bash[28699]: audit 2023-12-08T01:08:28.679554+0000 mon.a (mon.0) 3084 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:08:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:29 smithi194 bash[32038]: cluster 2023-12-08T01:08:27.494460+0000 mgr.a (mgr.14403) 19021 : cluster 0 pgmap v14203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:29 smithi194 bash[32038]: audit 2023-12-08T01:08:28.667924+0000 mon.a (mon.0) 3082 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:08:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:29 smithi194 bash[32038]: audit 2023-12-08T01:08:28.669411+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:08:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:29 smithi194 bash[32038]: audit 2023-12-08T01:08:28.679554+0000 mon.a (mon.0) 3084 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:08:29.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:29 smithi135 bash[32435]: cluster 2023-12-08T01:08:27.494460+0000 mgr.a (mgr.14403) 19021 : cluster 0 pgmap v14203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:29.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:29 smithi135 bash[32435]: audit 2023-12-08T01:08:28.667924+0000 mon.a (mon.0) 3082 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:08:29.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:29 smithi135 bash[32435]: audit 2023-12-08T01:08:28.669411+0000 mon.a (mon.0) 3083 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:08:29.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:29 smithi135 bash[32435]: audit 2023-12-08T01:08:28.679554+0000 mon.a (mon.0) 3084 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:08:31.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:08:31.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:31.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:31 smithi079 bash[28699]: cluster 2023-12-08T01:08:29.495196+0000 mgr.a (mgr.14403) 19022 : cluster 0 pgmap v14204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:31 smithi194 bash[32038]: cluster 2023-12-08T01:08:29.495196+0000 mgr.a (mgr.14403) 19022 : cluster 0 pgmap v14204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:31 smithi135 bash[32435]: cluster 2023-12-08T01:08:29.495196+0000 mgr.a (mgr.14403) 19022 : cluster 0 pgmap v14204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:32.170 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:08:32.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:32.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:32.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:32.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:08:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:33 smithi079 bash[28699]: cluster 2023-12-08T01:08:31.495705+0000 mgr.a (mgr.14403) 19023 : cluster 0 pgmap v14205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:33 smithi079 bash[28699]: audit 2023-12-08T01:08:31.697412+0000 mgr.a (mgr.14403) 19024 : audit 0 from='client.377865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:33 smithi194 bash[32038]: cluster 2023-12-08T01:08:31.495705+0000 mgr.a (mgr.14403) 19023 : cluster 0 pgmap v14205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:33 smithi194 bash[32038]: audit 2023-12-08T01:08:31.697412+0000 mgr.a (mgr.14403) 19024 : audit 0 from='client.377865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:33 smithi135 bash[32435]: cluster 2023-12-08T01:08:31.495705+0000 mgr.a (mgr.14403) 19023 : cluster 0 pgmap v14205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:33 smithi135 bash[32435]: audit 2023-12-08T01:08:31.697412+0000 mgr.a (mgr.14403) 19024 : audit 0 from='client.377865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:35 smithi079 bash[28699]: cluster 2023-12-08T01:08:33.496500+0000 mgr.a (mgr.14403) 19025 : cluster 0 pgmap v14206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:35.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:35 smithi194 bash[32038]: cluster 2023-12-08T01:08:33.496500+0000 mgr.a (mgr.14403) 19025 : cluster 0 pgmap v14206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:35 smithi135 bash[32435]: cluster 2023-12-08T01:08:33.496500+0000 mgr.a (mgr.14403) 19025 : cluster 0 pgmap v14206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:37.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:08:37.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:37.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:37 smithi079 bash[28699]: cluster 2023-12-08T01:08:35.497523+0000 mgr.a (mgr.14403) 19026 : cluster 0 pgmap v14207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:37 smithi194 bash[32038]: cluster 2023-12-08T01:08:35.497523+0000 mgr.a (mgr.14403) 19026 : cluster 0 pgmap v14207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:37 smithi135 bash[32435]: cluster 2023-12-08T01:08:35.497523+0000 mgr.a (mgr.14403) 19026 : cluster 0 pgmap v14207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:38.058 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:08:38.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:38.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:38.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:38.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:08:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:39 smithi079 bash[28699]: cluster 2023-12-08T01:08:37.498111+0000 mgr.a (mgr.14403) 19027 : cluster 0 pgmap v14208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:39 smithi079 bash[28699]: audit 2023-12-08T01:08:37.569398+0000 mgr.a (mgr.14403) 19028 : audit 0 from='client.377943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:39 smithi194 bash[32038]: cluster 2023-12-08T01:08:37.498111+0000 mgr.a (mgr.14403) 19027 : cluster 0 pgmap v14208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:39 smithi194 bash[32038]: audit 2023-12-08T01:08:37.569398+0000 mgr.a (mgr.14403) 19028 : audit 0 from='client.377943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:39 smithi135 bash[32435]: cluster 2023-12-08T01:08:37.498111+0000 mgr.a (mgr.14403) 19027 : cluster 0 pgmap v14208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:39 smithi135 bash[32435]: audit 2023-12-08T01:08:37.569398+0000 mgr.a (mgr.14403) 19028 : audit 0 from='client.377943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:41.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:41 smithi079 bash[28699]: cluster 2023-12-08T01:08:39.499157+0000 mgr.a (mgr.14403) 19029 : cluster 0 pgmap v14209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:41 smithi194 bash[32038]: cluster 2023-12-08T01:08:39.499157+0000 mgr.a (mgr.14403) 19029 : cluster 0 pgmap v14209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:41 smithi135 bash[32435]: cluster 2023-12-08T01:08:39.499157+0000 mgr.a (mgr.14403) 19029 : cluster 0 pgmap v14209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:08:43.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:08:43.062 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:43.062 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:43.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:43 smithi079 bash[28699]: cluster 2023-12-08T01:08:41.499881+0000 mgr.a (mgr.14403) 19030 : cluster 0 pgmap v14210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:43 smithi194 bash[32038]: cluster 2023-12-08T01:08:41.499881+0000 mgr.a (mgr.14403) 19030 : cluster 0 pgmap v14210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:43 smithi135 bash[32435]: cluster 2023-12-08T01:08:41.499881+0000 mgr.a (mgr.14403) 19030 : cluster 0 pgmap v14210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:43.958 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:08:43.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:43.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:43.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:43.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:08:45.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:45 smithi079 bash[28699]: audit 2023-12-08T01:08:43.465017+0000 mgr.a (mgr.14403) 19031 : audit 0 from='client.378021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:45 smithi079 bash[28699]: cluster 2023-12-08T01:08:43.500397+0000 mgr.a (mgr.14403) 19032 : cluster 0 pgmap v14211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:45 smithi194 bash[32038]: audit 2023-12-08T01:08:43.465017+0000 mgr.a (mgr.14403) 19031 : audit 0 from='client.378021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:45 smithi194 bash[32038]: cluster 2023-12-08T01:08:43.500397+0000 mgr.a (mgr.14403) 19032 : cluster 0 pgmap v14211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:45 smithi135 bash[32435]: audit 2023-12-08T01:08:43.465017+0000 mgr.a (mgr.14403) 19031 : audit 0 from='client.378021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:45 smithi135 bash[32435]: cluster 2023-12-08T01:08:43.500397+0000 mgr.a (mgr.14403) 19032 : cluster 0 pgmap v14211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:47 smithi079 bash[28699]: cluster 2023-12-08T01:08:45.501396+0000 mgr.a (mgr.14403) 19033 : cluster 0 pgmap v14212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:08:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:47 smithi194 bash[32038]: cluster 2023-12-08T01:08:45.501396+0000 mgr.a (mgr.14403) 19033 : cluster 0 pgmap v14212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:08:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:47 smithi135 bash[32435]: cluster 2023-12-08T01:08:45.501396+0000 mgr.a (mgr.14403) 19033 : cluster 0 pgmap v14212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:08:48.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:08:48.961 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:48.962 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:49 smithi079 bash[28699]: cluster 2023-12-08T01:08:47.502001+0000 mgr.a (mgr.14403) 19034 : cluster 0 pgmap v14213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:08:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:49 smithi194 bash[32038]: cluster 2023-12-08T01:08:47.502001+0000 mgr.a (mgr.14403) 19034 : cluster 0 pgmap v14213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:08:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:49 smithi135 bash[32435]: cluster 2023-12-08T01:08:47.502001+0000 mgr.a (mgr.14403) 19034 : cluster 0 pgmap v14213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:08:49.887 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:08:49.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:49.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:49.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:49.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:08:50.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:50 smithi079 bash[28699]: audit 2023-12-08T01:08:49.373696+0000 mgr.a (mgr.14403) 19035 : audit 0 from='client.378096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:50.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:50 smithi194 bash[32038]: audit 2023-12-08T01:08:49.373696+0000 mgr.a (mgr.14403) 19035 : audit 0 from='client.378096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:50 smithi135 bash[32435]: audit 2023-12-08T01:08:49.373696+0000 mgr.a (mgr.14403) 19035 : audit 0 from='client.378096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:51.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:51 smithi079 bash[28699]: cluster 2023-12-08T01:08:49.502602+0000 mgr.a (mgr.14403) 19036 : cluster 0 pgmap v14214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:51 smithi194 bash[32038]: cluster 2023-12-08T01:08:49.502602+0000 mgr.a (mgr.14403) 19036 : cluster 0 pgmap v14214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:51 smithi135 bash[32435]: cluster 2023-12-08T01:08:49.502602+0000 mgr.a (mgr.14403) 19036 : cluster 0 pgmap v14214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:53.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:53 smithi079 bash[28699]: cluster 2023-12-08T01:08:51.503386+0000 mgr.a (mgr.14403) 19037 : cluster 0 pgmap v14215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:53 smithi194 bash[32038]: cluster 2023-12-08T01:08:51.503386+0000 mgr.a (mgr.14403) 19037 : cluster 0 pgmap v14215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:53 smithi135 bash[32435]: cluster 2023-12-08T01:08:51.503386+0000 mgr.a (mgr.14403) 19037 : cluster 0 pgmap v14215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:54.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:08:54.890 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:08:54.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:08:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:55 smithi194 bash[32038]: cluster 2023-12-08T01:08:53.503996+0000 mgr.a (mgr.14403) 19038 : cluster 0 pgmap v14216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:55 smithi135 bash[32435]: cluster 2023-12-08T01:08:53.503996+0000 mgr.a (mgr.14403) 19038 : cluster 0 pgmap v14216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:55.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:55 smithi079 bash[28699]: cluster 2023-12-08T01:08:53.503996+0000 mgr.a (mgr.14403) 19038 : cluster 0 pgmap v14216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:08:55.811 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:08:55.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:08:55.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:08:55.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:08:55.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:08:56.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:56 smithi194 bash[32038]: audit 2023-12-08T01:08:55.292966+0000 mgr.a (mgr.14403) 19039 : audit 0 from='client.378174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:56 smithi135 bash[32435]: audit 2023-12-08T01:08:55.292966+0000 mgr.a (mgr.14403) 19039 : audit 0 from='client.378174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:56 smithi079 bash[28699]: audit 2023-12-08T01:08:55.292966+0000 mgr.a (mgr.14403) 19039 : audit 0 from='client.378174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:08:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:57 smithi194 bash[32038]: cluster 2023-12-08T01:08:55.504911+0000 mgr.a (mgr.14403) 19040 : cluster 0 pgmap v14217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:57 smithi135 bash[32435]: cluster 2023-12-08T01:08:55.504911+0000 mgr.a (mgr.14403) 19040 : cluster 0 pgmap v14217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:57.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:57 smithi079 bash[28699]: cluster 2023-12-08T01:08:55.504911+0000 mgr.a (mgr.14403) 19040 : cluster 0 pgmap v14217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:08:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:08:59 smithi194 bash[32038]: cluster 2023-12-08T01:08:57.505578+0000 mgr.a (mgr.14403) 19041 : cluster 0 pgmap v14218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:08:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:08:59 smithi135 bash[32435]: cluster 2023-12-08T01:08:57.505578+0000 mgr.a (mgr.14403) 19041 : cluster 0 pgmap v14218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:08:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:08:59 smithi079 bash[28699]: cluster 2023-12-08T01:08:57.505578+0000 mgr.a (mgr.14403) 19041 : cluster 0 pgmap v14218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:09:00.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:09:00.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:00.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:01 smithi194 bash[32038]: cluster 2023-12-08T01:08:59.506397+0000 mgr.a (mgr.14403) 19042 : cluster 0 pgmap v14219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:09:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:01 smithi135 bash[32435]: cluster 2023-12-08T01:08:59.506397+0000 mgr.a (mgr.14403) 19042 : cluster 0 pgmap v14219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:09:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:01 smithi079 bash[28699]: cluster 2023-12-08T01:08:59.506397+0000 mgr.a (mgr.14403) 19042 : cluster 0 pgmap v14219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:09:01.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:01.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:01.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:01.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:09:01.741 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:09:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:02 smithi194 bash[32038]: audit 2023-12-08T01:09:01.223790+0000 mgr.a (mgr.14403) 19043 : audit 0 from='client.378252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:02 smithi135 bash[32435]: audit 2023-12-08T01:09:01.223790+0000 mgr.a (mgr.14403) 19043 : audit 0 from='client.378252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:02 smithi079 bash[28699]: audit 2023-12-08T01:09:01.223790+0000 mgr.a (mgr.14403) 19043 : audit 0 from='client.378252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:03 smithi194 bash[32038]: cluster 2023-12-08T01:09:01.507208+0000 mgr.a (mgr.14403) 19044 : cluster 0 pgmap v14220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:03 smithi135 bash[32435]: cluster 2023-12-08T01:09:01.507208+0000 mgr.a (mgr.14403) 19044 : cluster 0 pgmap v14220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:03 smithi079 bash[28699]: cluster 2023-12-08T01:09:01.507208+0000 mgr.a (mgr.14403) 19044 : cluster 0 pgmap v14220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:05 smithi194 bash[32038]: cluster 2023-12-08T01:09:03.507647+0000 mgr.a (mgr.14403) 19045 : cluster 0 pgmap v14221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:05 smithi135 bash[32435]: cluster 2023-12-08T01:09:03.507647+0000 mgr.a (mgr.14403) 19045 : cluster 0 pgmap v14221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:05 smithi079 bash[28699]: cluster 2023-12-08T01:09:03.507647+0000 mgr.a (mgr.14403) 19045 : cluster 0 pgmap v14221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:06.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:09:06.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:06.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:07 smithi194 bash[32038]: cluster 2023-12-08T01:09:05.508401+0000 mgr.a (mgr.14403) 19046 : cluster 0 pgmap v14222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:07 smithi135 bash[32435]: cluster 2023-12-08T01:09:05.508401+0000 mgr.a (mgr.14403) 19046 : cluster 0 pgmap v14222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:07 smithi079 bash[28699]: cluster 2023-12-08T01:09:05.508401+0000 mgr.a (mgr.14403) 19046 : cluster 0 pgmap v14222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:07.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:07.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:07.645 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:09:07.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:07.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:09:08.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:08 smithi194 bash[32038]: audit 2023-12-08T01:09:07.148453+0000 mgr.a (mgr.14403) 19047 : audit 0 from='client.378330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:08 smithi135 bash[32435]: audit 2023-12-08T01:09:07.148453+0000 mgr.a (mgr.14403) 19047 : audit 0 from='client.378330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:08 smithi079 bash[28699]: audit 2023-12-08T01:09:07.148453+0000 mgr.a (mgr.14403) 19047 : audit 0 from='client.378330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:09 smithi194 bash[32038]: cluster 2023-12-08T01:09:07.508820+0000 mgr.a (mgr.14403) 19048 : cluster 0 pgmap v14223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:09 smithi135 bash[32435]: cluster 2023-12-08T01:09:07.508820+0000 mgr.a (mgr.14403) 19048 : cluster 0 pgmap v14223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:09.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:09 smithi079 bash[28699]: cluster 2023-12-08T01:09:07.508820+0000 mgr.a (mgr.14403) 19048 : cluster 0 pgmap v14223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:11 smithi194 bash[32038]: cluster 2023-12-08T01:09:09.509661+0000 mgr.a (mgr.14403) 19049 : cluster 0 pgmap v14224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:11 smithi135 bash[32435]: cluster 2023-12-08T01:09:09.509661+0000 mgr.a (mgr.14403) 19049 : cluster 0 pgmap v14224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:11.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:11 smithi079 bash[28699]: cluster 2023-12-08T01:09:09.509661+0000 mgr.a (mgr.14403) 19049 : cluster 0 pgmap v14224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:12.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:09:12.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:12.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:13 smithi194 bash[32038]: cluster 2023-12-08T01:09:11.510246+0000 mgr.a (mgr.14403) 19050 : cluster 0 pgmap v14225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:13 smithi135 bash[32435]: cluster 2023-12-08T01:09:11.510246+0000 mgr.a (mgr.14403) 19050 : cluster 0 pgmap v14225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:13.554 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:09:13.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:13.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:13.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:13.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:09:13.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:13 smithi079 bash[28699]: cluster 2023-12-08T01:09:11.510246+0000 mgr.a (mgr.14403) 19050 : cluster 0 pgmap v14225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:14 smithi079 bash[28699]: audit 2023-12-08T01:09:13.049613+0000 mgr.a (mgr.14403) 19051 : audit 0 from='client.378408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:14.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:14 smithi194 bash[32038]: audit 2023-12-08T01:09:13.049613+0000 mgr.a (mgr.14403) 19051 : audit 0 from='client.378408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:14 smithi135 bash[32435]: audit 2023-12-08T01:09:13.049613+0000 mgr.a (mgr.14403) 19051 : audit 0 from='client.378408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:15 smithi079 bash[28699]: cluster 2023-12-08T01:09:13.510700+0000 mgr.a (mgr.14403) 19052 : cluster 0 pgmap v14226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:15.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:15 smithi194 bash[32038]: cluster 2023-12-08T01:09:13.510700+0000 mgr.a (mgr.14403) 19052 : cluster 0 pgmap v14226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:15 smithi135 bash[32435]: cluster 2023-12-08T01:09:13.510700+0000 mgr.a (mgr.14403) 19052 : cluster 0 pgmap v14226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:17.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:17 smithi079 bash[28699]: cluster 2023-12-08T01:09:15.511515+0000 mgr.a (mgr.14403) 19053 : cluster 0 pgmap v14227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:17.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:17 smithi194 bash[32038]: cluster 2023-12-08T01:09:15.511515+0000 mgr.a (mgr.14403) 19053 : cluster 0 pgmap v14227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:17 smithi135 bash[32435]: cluster 2023-12-08T01:09:15.511515+0000 mgr.a (mgr.14403) 19053 : cluster 0 pgmap v14227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:18.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:09:18.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:18.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:19.488 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:09:19.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:19.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:19.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:19.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:09:19.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:19 smithi079 bash[28699]: cluster 2023-12-08T01:09:17.512099+0000 mgr.a (mgr.14403) 19054 : cluster 0 pgmap v14228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:19.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:19 smithi194 bash[32038]: cluster 2023-12-08T01:09:17.512099+0000 mgr.a (mgr.14403) 19054 : cluster 0 pgmap v14228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:19 smithi135 bash[32435]: cluster 2023-12-08T01:09:17.512099+0000 mgr.a (mgr.14403) 19054 : cluster 0 pgmap v14228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:20 smithi079 bash[28699]: audit 2023-12-08T01:09:18.961557+0000 mgr.a (mgr.14403) 19055 : audit 0 from='client.378483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:20 smithi194 bash[32038]: audit 2023-12-08T01:09:18.961557+0000 mgr.a (mgr.14403) 19055 : audit 0 from='client.378483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:20 smithi135 bash[32435]: audit 2023-12-08T01:09:18.961557+0000 mgr.a (mgr.14403) 19055 : audit 0 from='client.378483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:21 smithi079 bash[28699]: cluster 2023-12-08T01:09:19.513214+0000 mgr.a (mgr.14403) 19056 : cluster 0 pgmap v14229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:21.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:21 smithi194 bash[32038]: cluster 2023-12-08T01:09:19.513214+0000 mgr.a (mgr.14403) 19056 : cluster 0 pgmap v14229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:21 smithi135 bash[32435]: cluster 2023-12-08T01:09:19.513214+0000 mgr.a (mgr.14403) 19056 : cluster 0 pgmap v14229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:23 smithi079 bash[28699]: cluster 2023-12-08T01:09:21.513800+0000 mgr.a (mgr.14403) 19057 : cluster 0 pgmap v14230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:23.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:23 smithi194 bash[32038]: cluster 2023-12-08T01:09:21.513800+0000 mgr.a (mgr.14403) 19057 : cluster 0 pgmap v14230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:23 smithi135 bash[32435]: cluster 2023-12-08T01:09:21.513800+0000 mgr.a (mgr.14403) 19057 : cluster 0 pgmap v14230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:24.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:09:24.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:24.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:25.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:25.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:25.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:25.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:09:25.364 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:09:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:25 smithi079 bash[28699]: cluster 2023-12-08T01:09:23.514411+0000 mgr.a (mgr.14403) 19058 : cluster 0 pgmap v14231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:25.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:25 smithi194 bash[32038]: cluster 2023-12-08T01:09:23.514411+0000 mgr.a (mgr.14403) 19058 : cluster 0 pgmap v14231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:25 smithi135 bash[32435]: cluster 2023-12-08T01:09:23.514411+0000 mgr.a (mgr.14403) 19058 : cluster 0 pgmap v14231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:26 smithi079 bash[28699]: audit 2023-12-08T01:09:24.889821+0000 mgr.a (mgr.14403) 19059 : audit 0 from='client.378561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:26 smithi194 bash[32038]: audit 2023-12-08T01:09:24.889821+0000 mgr.a (mgr.14403) 19059 : audit 0 from='client.378561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:26 smithi135 bash[32435]: audit 2023-12-08T01:09:24.889821+0000 mgr.a (mgr.14403) 19059 : audit 0 from='client.378561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:27.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:27 smithi079 bash[28699]: cluster 2023-12-08T01:09:25.515484+0000 mgr.a (mgr.14403) 19060 : cluster 0 pgmap v14232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:27.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:27 smithi194 bash[32038]: cluster 2023-12-08T01:09:25.515484+0000 mgr.a (mgr.14403) 19060 : cluster 0 pgmap v14232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:27 smithi135 bash[32435]: cluster 2023-12-08T01:09:25.515484+0000 mgr.a (mgr.14403) 19060 : cluster 0 pgmap v14232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:29.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:29 smithi079 bash[28699]: cluster 2023-12-08T01:09:27.516061+0000 mgr.a (mgr.14403) 19061 : cluster 0 pgmap v14233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:29.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:29 smithi079 bash[28699]: audit 2023-12-08T01:09:28.783244+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:09:29.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:29 smithi194 bash[32038]: cluster 2023-12-08T01:09:27.516061+0000 mgr.a (mgr.14403) 19061 : cluster 0 pgmap v14233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:29.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:29 smithi194 bash[32038]: audit 2023-12-08T01:09:28.783244+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:09:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:29 smithi135 bash[32435]: cluster 2023-12-08T01:09:27.516061+0000 mgr.a (mgr.14403) 19061 : cluster 0 pgmap v14233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:29 smithi135 bash[32435]: audit 2023-12-08T01:09:28.783244+0000 mon.a (mon.0) 3085 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:09:30.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:09:30.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:30.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:30 smithi079 bash[28699]: audit 2023-12-08T01:09:29.324107+0000 mon.a (mon.0) 3086 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:09:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:30 smithi079 bash[28699]: audit 2023-12-08T01:09:29.334517+0000 mon.a (mon.0) 3087 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:09:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:30 smithi079 bash[28699]: audit 2023-12-08T01:09:30.079355+0000 mon.a (mon.0) 3088 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:09:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:30 smithi079 bash[28699]: audit 2023-12-08T01:09:30.081238+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:09:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:30 smithi079 bash[28699]: audit 2023-12-08T01:09:30.091813+0000 mon.a (mon.0) 3090 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:09:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:30 smithi194 bash[32038]: audit 2023-12-08T01:09:29.324107+0000 mon.a (mon.0) 3086 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:09:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:30 smithi194 bash[32038]: audit 2023-12-08T01:09:29.334517+0000 mon.a (mon.0) 3087 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:09:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:30 smithi194 bash[32038]: audit 2023-12-08T01:09:30.079355+0000 mon.a (mon.0) 3088 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:09:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:30 smithi194 bash[32038]: audit 2023-12-08T01:09:30.081238+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:09:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:30 smithi194 bash[32038]: audit 2023-12-08T01:09:30.091813+0000 mon.a (mon.0) 3090 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:09:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:30 smithi135 bash[32435]: audit 2023-12-08T01:09:29.324107+0000 mon.a (mon.0) 3086 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:09:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:30 smithi135 bash[32435]: audit 2023-12-08T01:09:29.334517+0000 mon.a (mon.0) 3087 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:09:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:30 smithi135 bash[32435]: audit 2023-12-08T01:09:30.079355+0000 mon.a (mon.0) 3088 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:09:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:30 smithi135 bash[32435]: audit 2023-12-08T01:09:30.081238+0000 mon.a (mon.0) 3089 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:09:30.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:30 smithi135 bash[32435]: audit 2023-12-08T01:09:30.091813+0000 mon.a (mon.0) 3090 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:09:31.282 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:09:31.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:31.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:31.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:31.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:09:31.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:31 smithi079 bash[28699]: cluster 2023-12-08T01:09:29.516806+0000 mgr.a (mgr.14403) 19062 : cluster 0 pgmap v14234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:31.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:31 smithi194 bash[32038]: cluster 2023-12-08T01:09:29.516806+0000 mgr.a (mgr.14403) 19062 : cluster 0 pgmap v14234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:31 smithi135 bash[32435]: cluster 2023-12-08T01:09:29.516806+0000 mgr.a (mgr.14403) 19062 : cluster 0 pgmap v14234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:32 smithi079 bash[28699]: audit 2023-12-08T01:09:30.770788+0000 mgr.a (mgr.14403) 19063 : audit 0 from='client.378639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:32 smithi194 bash[32038]: audit 2023-12-08T01:09:30.770788+0000 mgr.a (mgr.14403) 19063 : audit 0 from='client.378639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:32 smithi135 bash[32435]: audit 2023-12-08T01:09:30.770788+0000 mgr.a (mgr.14403) 19063 : audit 0 from='client.378639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:33.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:33 smithi079 bash[28699]: cluster 2023-12-08T01:09:31.517475+0000 mgr.a (mgr.14403) 19064 : cluster 0 pgmap v14235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:33 smithi194 bash[32038]: cluster 2023-12-08T01:09:31.517475+0000 mgr.a (mgr.14403) 19064 : cluster 0 pgmap v14235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:33 smithi135 bash[32435]: cluster 2023-12-08T01:09:31.517475+0000 mgr.a (mgr.14403) 19064 : cluster 0 pgmap v14235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:35 smithi079 bash[28699]: cluster 2023-12-08T01:09:33.518063+0000 mgr.a (mgr.14403) 19065 : cluster 0 pgmap v14236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:35.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:35 smithi194 bash[32038]: cluster 2023-12-08T01:09:33.518063+0000 mgr.a (mgr.14403) 19065 : cluster 0 pgmap v14236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:35 smithi135 bash[32435]: cluster 2023-12-08T01:09:33.518063+0000 mgr.a (mgr.14403) 19065 : cluster 0 pgmap v14236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:36.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:09:36.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:36.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:37.153 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:09:37.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:37.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:37.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:37.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:09:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:37 smithi079 bash[28699]: cluster 2023-12-08T01:09:35.518866+0000 mgr.a (mgr.14403) 19066 : cluster 0 pgmap v14237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:37.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:37 smithi194 bash[32038]: cluster 2023-12-08T01:09:35.518866+0000 mgr.a (mgr.14403) 19066 : cluster 0 pgmap v14237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:37 smithi135 bash[32435]: cluster 2023-12-08T01:09:35.518866+0000 mgr.a (mgr.14403) 19066 : cluster 0 pgmap v14237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:38 smithi079 bash[28699]: audit 2023-12-08T01:09:36.681143+0000 mgr.a (mgr.14403) 19067 : audit 0 from='client.378717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:38.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:38 smithi194 bash[32038]: audit 2023-12-08T01:09:36.681143+0000 mgr.a (mgr.14403) 19067 : audit 0 from='client.378717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:38 smithi135 bash[32435]: audit 2023-12-08T01:09:36.681143+0000 mgr.a (mgr.14403) 19067 : audit 0 from='client.378717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:39 smithi079 bash[28699]: cluster 2023-12-08T01:09:37.519495+0000 mgr.a (mgr.14403) 19068 : cluster 0 pgmap v14238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:39.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:39 smithi194 bash[32038]: cluster 2023-12-08T01:09:37.519495+0000 mgr.a (mgr.14403) 19068 : cluster 0 pgmap v14238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:39 smithi135 bash[32435]: cluster 2023-12-08T01:09:37.519495+0000 mgr.a (mgr.14403) 19068 : cluster 0 pgmap v14238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:41 smithi079 bash[28699]: cluster 2023-12-08T01:09:39.520313+0000 mgr.a (mgr.14403) 19069 : cluster 0 pgmap v14239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:41.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:41 smithi194 bash[32038]: cluster 2023-12-08T01:09:39.520313+0000 mgr.a (mgr.14403) 19069 : cluster 0 pgmap v14239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:41 smithi135 bash[32435]: cluster 2023-12-08T01:09:39.520313+0000 mgr.a (mgr.14403) 19069 : cluster 0 pgmap v14239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:42.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:09:42.156 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:42.156 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:43.079 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:09:43.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:43.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:43.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:43.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:09:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:43 smithi079 bash[28699]: cluster 2023-12-08T01:09:41.520872+0000 mgr.a (mgr.14403) 19070 : cluster 0 pgmap v14240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:43 smithi194 bash[32038]: cluster 2023-12-08T01:09:41.520872+0000 mgr.a (mgr.14403) 19070 : cluster 0 pgmap v14240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:43 smithi135 bash[32435]: cluster 2023-12-08T01:09:41.520872+0000 mgr.a (mgr.14403) 19070 : cluster 0 pgmap v14240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:44 smithi079 bash[28699]: audit 2023-12-08T01:09:42.567791+0000 mgr.a (mgr.14403) 19071 : audit 0 from='client.378795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:44 smithi194 bash[32038]: audit 2023-12-08T01:09:42.567791+0000 mgr.a (mgr.14403) 19071 : audit 0 from='client.378795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:44 smithi135 bash[32435]: audit 2023-12-08T01:09:42.567791+0000 mgr.a (mgr.14403) 19071 : audit 0 from='client.378795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:45 smithi079 bash[28699]: cluster 2023-12-08T01:09:43.521529+0000 mgr.a (mgr.14403) 19072 : cluster 0 pgmap v14241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:45.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:45 smithi194 bash[32038]: cluster 2023-12-08T01:09:43.521529+0000 mgr.a (mgr.14403) 19072 : cluster 0 pgmap v14241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:45 smithi135 bash[32435]: cluster 2023-12-08T01:09:43.521529+0000 mgr.a (mgr.14403) 19072 : cluster 0 pgmap v14241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:47 smithi079 bash[28699]: cluster 2023-12-08T01:09:45.522346+0000 mgr.a (mgr.14403) 19073 : cluster 0 pgmap v14242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:47.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:47 smithi194 bash[32038]: cluster 2023-12-08T01:09:45.522346+0000 mgr.a (mgr.14403) 19073 : cluster 0 pgmap v14242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:47 smithi135 bash[32435]: cluster 2023-12-08T01:09:45.522346+0000 mgr.a (mgr.14403) 19073 : cluster 0 pgmap v14242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:09:48.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:09:48.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:48.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:48.985 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:09:48.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:48.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:48.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:48.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:09:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:49 smithi079 bash[28699]: cluster 2023-12-08T01:09:47.522918+0000 mgr.a (mgr.14403) 19074 : cluster 0 pgmap v14243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:49.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:49 smithi194 bash[32038]: cluster 2023-12-08T01:09:47.522918+0000 mgr.a (mgr.14403) 19074 : cluster 0 pgmap v14243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:49 smithi135 bash[32435]: cluster 2023-12-08T01:09:47.522918+0000 mgr.a (mgr.14403) 19074 : cluster 0 pgmap v14243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:50.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:50 smithi194 bash[32038]: audit 2023-12-08T01:09:48.487391+0000 mgr.a (mgr.14403) 19075 : audit 0 from='client.378873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:50 smithi135 bash[32435]: audit 2023-12-08T01:09:48.487391+0000 mgr.a (mgr.14403) 19075 : audit 0 from='client.378873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:50 smithi079 bash[28699]: audit 2023-12-08T01:09:48.487391+0000 mgr.a (mgr.14403) 19075 : audit 0 from='client.378873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:51.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:51 smithi194 bash[32038]: cluster 2023-12-08T01:09:49.523871+0000 mgr.a (mgr.14403) 19076 : cluster 0 pgmap v14244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:09:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:51 smithi135 bash[32435]: cluster 2023-12-08T01:09:49.523871+0000 mgr.a (mgr.14403) 19076 : cluster 0 pgmap v14244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:09:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:51 smithi079 bash[28699]: cluster 2023-12-08T01:09:49.523871+0000 mgr.a (mgr.14403) 19076 : cluster 0 pgmap v14244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:09:53.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:53 smithi194 bash[32038]: cluster 2023-12-08T01:09:51.524419+0000 mgr.a (mgr.14403) 19077 : cluster 0 pgmap v14245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:09:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:53 smithi135 bash[32435]: cluster 2023-12-08T01:09:51.524419+0000 mgr.a (mgr.14403) 19077 : cluster 0 pgmap v14245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:09:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:53 smithi079 bash[28699]: cluster 2023-12-08T01:09:51.524419+0000 mgr.a (mgr.14403) 19077 : cluster 0 pgmap v14245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:09:53.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:09:53.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:53.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:54.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:09:54.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:09:54.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:09:54.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:09:54.887 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:09:55.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:55 smithi194 bash[32038]: cluster 2023-12-08T01:09:53.524807+0000 mgr.a (mgr.14403) 19078 : cluster 0 pgmap v14246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:09:55.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:55 smithi194 bash[32038]: audit 2023-12-08T01:09:54.387910+0000 mgr.a (mgr.14403) 19079 : audit 0 from='client.378942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:55 smithi135 bash[32435]: cluster 2023-12-08T01:09:53.524807+0000 mgr.a (mgr.14403) 19078 : cluster 0 pgmap v14246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:09:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:55 smithi135 bash[32435]: audit 2023-12-08T01:09:54.387910+0000 mgr.a (mgr.14403) 19079 : audit 0 from='client.378942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:55.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:55 smithi079 bash[28699]: cluster 2023-12-08T01:09:53.524807+0000 mgr.a (mgr.14403) 19078 : cluster 0 pgmap v14246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:09:55.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:55 smithi079 bash[28699]: audit 2023-12-08T01:09:54.387910+0000 mgr.a (mgr.14403) 19079 : audit 0 from='client.378942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:09:57.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:57 smithi194 bash[32038]: cluster 2023-12-08T01:09:55.525899+0000 mgr.a (mgr.14403) 19080 : cluster 0 pgmap v14247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:57 smithi135 bash[32435]: cluster 2023-12-08T01:09:55.525899+0000 mgr.a (mgr.14403) 19080 : cluster 0 pgmap v14247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:57.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:57 smithi079 bash[28699]: cluster 2023-12-08T01:09:55.525899+0000 mgr.a (mgr.14403) 19080 : cluster 0 pgmap v14247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:09:59.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:09:59 smithi194 bash[32038]: cluster 2023-12-08T01:09:57.526570+0000 mgr.a (mgr.14403) 19081 : cluster 0 pgmap v14248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:09:59 smithi135 bash[32435]: cluster 2023-12-08T01:09:57.526570+0000 mgr.a (mgr.14403) 19081 : cluster 0 pgmap v14248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:09:59.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:09:59.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:09:59.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:09:59.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:09:59 smithi079 bash[28699]: cluster 2023-12-08T01:09:57.526570+0000 mgr.a (mgr.14403) 19081 : cluster 0 pgmap v14248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:00 smithi194 bash[32038]: cluster 2023-12-08T01:10:00.000170+0000 mon.a (mon.0) 3091 : cluster 1 overall HEALTH_OK 2023-12-08T01:10:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:00 smithi135 bash[32435]: cluster 2023-12-08T01:10:00.000170+0000 mon.a (mon.0) 3091 : cluster 1 overall HEALTH_OK 2023-12-08T01:10:00.784 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:10:00.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:00.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:00.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:00.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:10:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:00 smithi079 bash[28699]: cluster 2023-12-08T01:10:00.000170+0000 mon.a (mon.0) 3091 : cluster 1 overall HEALTH_OK 2023-12-08T01:10:01.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:01 smithi194 bash[32038]: cluster 2023-12-08T01:09:59.527360+0000 mgr.a (mgr.14403) 19082 : cluster 0 pgmap v14249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:01.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:01 smithi194 bash[32038]: audit 2023-12-08T01:10:00.289148+0000 mgr.a (mgr.14403) 19083 : audit 0 from='client.379020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:01 smithi135 bash[32435]: cluster 2023-12-08T01:09:59.527360+0000 mgr.a (mgr.14403) 19082 : cluster 0 pgmap v14249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:01 smithi135 bash[32435]: audit 2023-12-08T01:10:00.289148+0000 mgr.a (mgr.14403) 19083 : audit 0 from='client.379020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:01.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:01 smithi079 bash[28699]: cluster 2023-12-08T01:09:59.527360+0000 mgr.a (mgr.14403) 19082 : cluster 0 pgmap v14249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:01.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:01 smithi079 bash[28699]: audit 2023-12-08T01:10:00.289148+0000 mgr.a (mgr.14403) 19083 : audit 0 from='client.379020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:03.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:03 smithi194 bash[32038]: cluster 2023-12-08T01:10:01.528026+0000 mgr.a (mgr.14403) 19084 : cluster 0 pgmap v14250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:10:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:03 smithi135 bash[32435]: cluster 2023-12-08T01:10:01.528026+0000 mgr.a (mgr.14403) 19084 : cluster 0 pgmap v14250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:10:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:03 smithi079 bash[28699]: cluster 2023-12-08T01:10:01.528026+0000 mgr.a (mgr.14403) 19084 : cluster 0 pgmap v14250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:10:05.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:05 smithi194 bash[32038]: cluster 2023-12-08T01:10:03.528596+0000 mgr.a (mgr.14403) 19085 : cluster 0 pgmap v14251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:10:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:05 smithi135 bash[32435]: cluster 2023-12-08T01:10:03.528596+0000 mgr.a (mgr.14403) 19085 : cluster 0 pgmap v14251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:10:05.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:10:05.787 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:05.788 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:05.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:05 smithi079 bash[28699]: cluster 2023-12-08T01:10:03.528596+0000 mgr.a (mgr.14403) 19085 : cluster 0 pgmap v14251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:10:06.711 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:10:06.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:06.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:06.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:06.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:10:07.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:07 smithi194 bash[32038]: cluster 2023-12-08T01:10:05.529418+0000 mgr.a (mgr.14403) 19086 : cluster 0 pgmap v14252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:10:07.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:07 smithi194 bash[32038]: audit 2023-12-08T01:10:06.185759+0000 mgr.a (mgr.14403) 19087 : audit 0 from='client.379092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:07 smithi135 bash[32435]: cluster 2023-12-08T01:10:05.529418+0000 mgr.a (mgr.14403) 19086 : cluster 0 pgmap v14252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:10:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:07 smithi135 bash[32435]: audit 2023-12-08T01:10:06.185759+0000 mgr.a (mgr.14403) 19087 : audit 0 from='client.379092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:07 smithi079 bash[28699]: cluster 2023-12-08T01:10:05.529418+0000 mgr.a (mgr.14403) 19086 : cluster 0 pgmap v14252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:10:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:07 smithi079 bash[28699]: audit 2023-12-08T01:10:06.185759+0000 mgr.a (mgr.14403) 19087 : audit 0 from='client.379092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:09.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:09 smithi194 bash[32038]: cluster 2023-12-08T01:10:07.530129+0000 mgr.a (mgr.14403) 19088 : cluster 0 pgmap v14253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:09 smithi135 bash[32435]: cluster 2023-12-08T01:10:07.530129+0000 mgr.a (mgr.14403) 19088 : cluster 0 pgmap v14253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:09.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:09 smithi079 bash[28699]: cluster 2023-12-08T01:10:07.530129+0000 mgr.a (mgr.14403) 19088 : cluster 0 pgmap v14253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:11 smithi194 bash[32038]: cluster 2023-12-08T01:10:09.531009+0000 mgr.a (mgr.14403) 19089 : cluster 0 pgmap v14254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:11 smithi135 bash[32435]: cluster 2023-12-08T01:10:09.531009+0000 mgr.a (mgr.14403) 19089 : cluster 0 pgmap v14254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:11.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:10:11.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:11.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:11.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:11 smithi079 bash[28699]: cluster 2023-12-08T01:10:09.531009+0000 mgr.a (mgr.14403) 19089 : cluster 0 pgmap v14254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:12.651 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:10:12.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:12.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:12.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:12.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:10:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:13 smithi135 bash[32435]: cluster 2023-12-08T01:10:11.531553+0000 mgr.a (mgr.14403) 19090 : cluster 0 pgmap v14255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:13.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:13 smithi135 bash[32435]: audit 2023-12-08T01:10:12.127186+0000 mgr.a (mgr.14403) 19091 : audit 0 from='client.379167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:13.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:13 smithi079 bash[28699]: cluster 2023-12-08T01:10:11.531553+0000 mgr.a (mgr.14403) 19090 : cluster 0 pgmap v14255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:13.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:13 smithi079 bash[28699]: audit 2023-12-08T01:10:12.127186+0000 mgr.a (mgr.14403) 19091 : audit 0 from='client.379167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:13 smithi194 bash[32038]: cluster 2023-12-08T01:10:11.531553+0000 mgr.a (mgr.14403) 19090 : cluster 0 pgmap v14255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:13.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:13 smithi194 bash[32038]: audit 2023-12-08T01:10:12.127186+0000 mgr.a (mgr.14403) 19091 : audit 0 from='client.379167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:15.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:15 smithi079 bash[28699]: cluster 2023-12-08T01:10:13.532244+0000 mgr.a (mgr.14403) 19092 : cluster 0 pgmap v14256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:15 smithi194 bash[32038]: cluster 2023-12-08T01:10:13.532244+0000 mgr.a (mgr.14403) 19092 : cluster 0 pgmap v14256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:15 smithi135 bash[32435]: cluster 2023-12-08T01:10:13.532244+0000 mgr.a (mgr.14403) 19092 : cluster 0 pgmap v14256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:17.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:10:17.653 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:17.654 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:17.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:17 smithi079 bash[28699]: cluster 2023-12-08T01:10:15.533106+0000 mgr.a (mgr.14403) 19093 : cluster 0 pgmap v14257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:17.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:17 smithi194 bash[32038]: cluster 2023-12-08T01:10:15.533106+0000 mgr.a (mgr.14403) 19093 : cluster 0 pgmap v14257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:17 smithi135 bash[32435]: cluster 2023-12-08T01:10:15.533106+0000 mgr.a (mgr.14403) 19093 : cluster 0 pgmap v14257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:18.553 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:10:18.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:18.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:18.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:18.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:10:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:19 smithi079 bash[28699]: cluster 2023-12-08T01:10:17.533682+0000 mgr.a (mgr.14403) 19094 : cluster 0 pgmap v14258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:19.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:19 smithi079 bash[28699]: audit 2023-12-08T01:10:18.065256+0000 mgr.a (mgr.14403) 19095 : audit 0 from='client.379242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:19 smithi194 bash[32038]: cluster 2023-12-08T01:10:17.533682+0000 mgr.a (mgr.14403) 19094 : cluster 0 pgmap v14258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:19 smithi194 bash[32038]: audit 2023-12-08T01:10:18.065256+0000 mgr.a (mgr.14403) 19095 : audit 0 from='client.379242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:19 smithi135 bash[32435]: cluster 2023-12-08T01:10:17.533682+0000 mgr.a (mgr.14403) 19094 : cluster 0 pgmap v14258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:19 smithi135 bash[32435]: audit 2023-12-08T01:10:18.065256+0000 mgr.a (mgr.14403) 19095 : audit 0 from='client.379242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:21.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:21 smithi079 bash[28699]: cluster 2023-12-08T01:10:19.534670+0000 mgr.a (mgr.14403) 19096 : cluster 0 pgmap v14259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:21 smithi194 bash[32038]: cluster 2023-12-08T01:10:19.534670+0000 mgr.a (mgr.14403) 19096 : cluster 0 pgmap v14259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:21 smithi135 bash[32435]: cluster 2023-12-08T01:10:19.534670+0000 mgr.a (mgr.14403) 19096 : cluster 0 pgmap v14259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:23.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:23 smithi079 bash[28699]: cluster 2023-12-08T01:10:21.535288+0000 mgr.a (mgr.14403) 19097 : cluster 0 pgmap v14260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:23 smithi194 bash[32038]: cluster 2023-12-08T01:10:21.535288+0000 mgr.a (mgr.14403) 19097 : cluster 0 pgmap v14260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:23 smithi135 bash[32435]: cluster 2023-12-08T01:10:21.535288+0000 mgr.a (mgr.14403) 19097 : cluster 0 pgmap v14260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:23.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:10:23.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:23.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:24.474 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:10:24.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:24.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:24.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:24.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:10:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:25 smithi079 bash[28699]: cluster 2023-12-08T01:10:23.535811+0000 mgr.a (mgr.14403) 19098 : cluster 0 pgmap v14261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:25 smithi079 bash[28699]: audit 2023-12-08T01:10:23.963408+0000 mgr.a (mgr.14403) 19099 : audit 0 from='client.379320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:25 smithi194 bash[32038]: cluster 2023-12-08T01:10:23.535811+0000 mgr.a (mgr.14403) 19098 : cluster 0 pgmap v14261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:25 smithi194 bash[32038]: audit 2023-12-08T01:10:23.963408+0000 mgr.a (mgr.14403) 19099 : audit 0 from='client.379320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:25 smithi135 bash[32435]: cluster 2023-12-08T01:10:23.535811+0000 mgr.a (mgr.14403) 19098 : cluster 0 pgmap v14261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:25 smithi135 bash[32435]: audit 2023-12-08T01:10:23.963408+0000 mgr.a (mgr.14403) 19099 : audit 0 from='client.379320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:27.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:27 smithi079 bash[28699]: cluster 2023-12-08T01:10:25.536886+0000 mgr.a (mgr.14403) 19100 : cluster 0 pgmap v14262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:27 smithi194 bash[32038]: cluster 2023-12-08T01:10:25.536886+0000 mgr.a (mgr.14403) 19100 : cluster 0 pgmap v14262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:27 smithi135 bash[32435]: cluster 2023-12-08T01:10:25.536886+0000 mgr.a (mgr.14403) 19100 : cluster 0 pgmap v14262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:29 smithi079 bash[28699]: cluster 2023-12-08T01:10:27.537508+0000 mgr.a (mgr.14403) 19101 : cluster 0 pgmap v14263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:29 smithi194 bash[32038]: cluster 2023-12-08T01:10:27.537508+0000 mgr.a (mgr.14403) 19101 : cluster 0 pgmap v14263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:29 smithi135 bash[32435]: cluster 2023-12-08T01:10:27.537508+0000 mgr.a (mgr.14403) 19101 : cluster 0 pgmap v14263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:29.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:10:29.478 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:29.478 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:30.377 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:10:30.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:30.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:30.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:30.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:10:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:31 smithi079 bash[28699]: cluster 2023-12-08T01:10:29.538273+0000 mgr.a (mgr.14403) 19102 : cluster 0 pgmap v14264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:31.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:31 smithi079 bash[28699]: audit 2023-12-08T01:10:29.886544+0000 mgr.a (mgr.14403) 19103 : audit 0 from='client.379395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:31 smithi079 bash[28699]: audit 2023-12-08T01:10:30.195695+0000 mon.a (mon.0) 3092 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:10:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:31 smithi079 bash[28699]: audit 2023-12-08T01:10:30.989481+0000 mon.a (mon.0) 3093 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:10:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:31 smithi079 bash[28699]: audit 2023-12-08T01:10:30.991470+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:10:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:31 smithi079 bash[28699]: audit 2023-12-08T01:10:31.001192+0000 mon.a (mon.0) 3095 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:10:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:31 smithi194 bash[32038]: cluster 2023-12-08T01:10:29.538273+0000 mgr.a (mgr.14403) 19102 : cluster 0 pgmap v14264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:31 smithi194 bash[32038]: audit 2023-12-08T01:10:29.886544+0000 mgr.a (mgr.14403) 19103 : audit 0 from='client.379395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:31 smithi194 bash[32038]: audit 2023-12-08T01:10:30.195695+0000 mon.a (mon.0) 3092 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:10:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:31 smithi194 bash[32038]: audit 2023-12-08T01:10:30.989481+0000 mon.a (mon.0) 3093 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:10:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:31 smithi194 bash[32038]: audit 2023-12-08T01:10:30.991470+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:10:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:31 smithi194 bash[32038]: audit 2023-12-08T01:10:31.001192+0000 mon.a (mon.0) 3095 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:10:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:31 smithi135 bash[32435]: cluster 2023-12-08T01:10:29.538273+0000 mgr.a (mgr.14403) 19102 : cluster 0 pgmap v14264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:31 smithi135 bash[32435]: audit 2023-12-08T01:10:29.886544+0000 mgr.a (mgr.14403) 19103 : audit 0 from='client.379395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:31 smithi135 bash[32435]: audit 2023-12-08T01:10:30.195695+0000 mon.a (mon.0) 3092 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:10:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:31 smithi135 bash[32435]: audit 2023-12-08T01:10:30.989481+0000 mon.a (mon.0) 3093 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:10:31.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:31 smithi135 bash[32435]: audit 2023-12-08T01:10:30.991470+0000 mon.a (mon.0) 3094 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:10:31.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:31 smithi135 bash[32435]: audit 2023-12-08T01:10:31.001192+0000 mon.a (mon.0) 3095 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:10:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:33 smithi079 bash[28699]: cluster 2023-12-08T01:10:31.538942+0000 mgr.a (mgr.14403) 19104 : cluster 0 pgmap v14265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:33 smithi194 bash[32038]: cluster 2023-12-08T01:10:31.538942+0000 mgr.a (mgr.14403) 19104 : cluster 0 pgmap v14265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:33 smithi135 bash[32435]: cluster 2023-12-08T01:10:31.538942+0000 mgr.a (mgr.14403) 19104 : cluster 0 pgmap v14265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:35.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:10:35.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:35.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:35 smithi079 bash[28699]: cluster 2023-12-08T01:10:33.539489+0000 mgr.a (mgr.14403) 19105 : cluster 0 pgmap v14266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:35.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:35 smithi194 bash[32038]: cluster 2023-12-08T01:10:33.539489+0000 mgr.a (mgr.14403) 19105 : cluster 0 pgmap v14266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:35 smithi135 bash[32435]: cluster 2023-12-08T01:10:33.539489+0000 mgr.a (mgr.14403) 19105 : cluster 0 pgmap v14266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:10:36.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:36.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:36.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:36.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:10:36.295 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:10:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:37 smithi079 bash[28699]: cluster 2023-12-08T01:10:35.540219+0000 mgr.a (mgr.14403) 19106 : cluster 0 pgmap v14267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:37 smithi079 bash[28699]: audit 2023-12-08T01:10:35.786646+0000 mgr.a (mgr.14403) 19107 : audit 0 from='client.379473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:37 smithi194 bash[32038]: cluster 2023-12-08T01:10:35.540219+0000 mgr.a (mgr.14403) 19106 : cluster 0 pgmap v14267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:37 smithi194 bash[32038]: audit 2023-12-08T01:10:35.786646+0000 mgr.a (mgr.14403) 19107 : audit 0 from='client.379473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:37 smithi135 bash[32435]: cluster 2023-12-08T01:10:35.540219+0000 mgr.a (mgr.14403) 19106 : cluster 0 pgmap v14267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:37 smithi135 bash[32435]: audit 2023-12-08T01:10:35.786646+0000 mgr.a (mgr.14403) 19107 : audit 0 from='client.379473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:39 smithi079 bash[28699]: cluster 2023-12-08T01:10:37.540915+0000 mgr.a (mgr.14403) 19108 : cluster 0 pgmap v14268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:39 smithi194 bash[32038]: cluster 2023-12-08T01:10:37.540915+0000 mgr.a (mgr.14403) 19108 : cluster 0 pgmap v14268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:39 smithi135 bash[32435]: cluster 2023-12-08T01:10:37.540915+0000 mgr.a (mgr.14403) 19108 : cluster 0 pgmap v14268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:41.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:10:41.297 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:41.297 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:41.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:41 smithi079 bash[28699]: cluster 2023-12-08T01:10:39.541747+0000 mgr.a (mgr.14403) 19109 : cluster 0 pgmap v14269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:41 smithi194 bash[32038]: cluster 2023-12-08T01:10:39.541747+0000 mgr.a (mgr.14403) 19109 : cluster 0 pgmap v14269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:41 smithi135 bash[32435]: cluster 2023-12-08T01:10:39.541747+0000 mgr.a (mgr.14403) 19109 : cluster 0 pgmap v14269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:42.226 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:10:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:42.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:10:43.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:43 smithi079 bash[28699]: cluster 2023-12-08T01:10:41.542302+0000 mgr.a (mgr.14403) 19110 : cluster 0 pgmap v14270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:43.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:43 smithi079 bash[28699]: audit 2023-12-08T01:10:41.711723+0000 mgr.a (mgr.14403) 19111 : audit 0 from='client.379551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:43 smithi194 bash[32038]: cluster 2023-12-08T01:10:41.542302+0000 mgr.a (mgr.14403) 19110 : cluster 0 pgmap v14270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:43 smithi194 bash[32038]: audit 2023-12-08T01:10:41.711723+0000 mgr.a (mgr.14403) 19111 : audit 0 from='client.379551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:43 smithi135 bash[32435]: cluster 2023-12-08T01:10:41.542302+0000 mgr.a (mgr.14403) 19110 : cluster 0 pgmap v14270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:43 smithi135 bash[32435]: audit 2023-12-08T01:10:41.711723+0000 mgr.a (mgr.14403) 19111 : audit 0 from='client.379551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:45.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:45 smithi079 bash[28699]: cluster 2023-12-08T01:10:43.543189+0000 mgr.a (mgr.14403) 19112 : cluster 0 pgmap v14271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:45 smithi194 bash[32038]: cluster 2023-12-08T01:10:43.543189+0000 mgr.a (mgr.14403) 19112 : cluster 0 pgmap v14271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:45 smithi135 bash[32435]: cluster 2023-12-08T01:10:43.543189+0000 mgr.a (mgr.14403) 19112 : cluster 0 pgmap v14271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:47.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:10:47.229 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:47.229 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:47.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:47 smithi079 bash[28699]: cluster 2023-12-08T01:10:45.544118+0000 mgr.a (mgr.14403) 19113 : cluster 0 pgmap v14272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:47 smithi194 bash[32038]: cluster 2023-12-08T01:10:45.544118+0000 mgr.a (mgr.14403) 19113 : cluster 0 pgmap v14272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:47 smithi135 bash[32435]: cluster 2023-12-08T01:10:45.544118+0000 mgr.a (mgr.14403) 19113 : cluster 0 pgmap v14272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:48.155 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:10:48.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:48.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:48.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:48.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:10:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:49 smithi194 bash[32038]: cluster 2023-12-08T01:10:47.544564+0000 mgr.a (mgr.14403) 19114 : cluster 0 pgmap v14273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:49 smithi194 bash[32038]: audit 2023-12-08T01:10:47.639054+0000 mgr.a (mgr.14403) 19115 : audit 0 from='client.379629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:49 smithi135 bash[32435]: cluster 2023-12-08T01:10:47.544564+0000 mgr.a (mgr.14403) 19114 : cluster 0 pgmap v14273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:49 smithi135 bash[32435]: audit 2023-12-08T01:10:47.639054+0000 mgr.a (mgr.14403) 19115 : audit 0 from='client.379629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:49 smithi079 bash[28699]: cluster 2023-12-08T01:10:47.544564+0000 mgr.a (mgr.14403) 19114 : cluster 0 pgmap v14273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:49 smithi079 bash[28699]: audit 2023-12-08T01:10:47.639054+0000 mgr.a (mgr.14403) 19115 : audit 0 from='client.379629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:51 smithi194 bash[32038]: cluster 2023-12-08T01:10:49.545613+0000 mgr.a (mgr.14403) 19116 : cluster 0 pgmap v14274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:51 smithi135 bash[32435]: cluster 2023-12-08T01:10:49.545613+0000 mgr.a (mgr.14403) 19116 : cluster 0 pgmap v14274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:51 smithi079 bash[28699]: cluster 2023-12-08T01:10:49.545613+0000 mgr.a (mgr.14403) 19116 : cluster 0 pgmap v14274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:10:53.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:10:53.158 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:53.158 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:53 smithi194 bash[32038]: cluster 2023-12-08T01:10:51.546230+0000 mgr.a (mgr.14403) 19117 : cluster 0 pgmap v14275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:53 smithi135 bash[32435]: cluster 2023-12-08T01:10:51.546230+0000 mgr.a (mgr.14403) 19117 : cluster 0 pgmap v14275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:53.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:53 smithi079 bash[28699]: cluster 2023-12-08T01:10:51.546230+0000 mgr.a (mgr.14403) 19117 : cluster 0 pgmap v14275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:54.073 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:10:54.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:54.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:54.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:54.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:10:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:55 smithi194 bash[32038]: cluster 2023-12-08T01:10:53.546677+0000 mgr.a (mgr.14403) 19118 : cluster 0 pgmap v14276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:55 smithi194 bash[32038]: audit 2023-12-08T01:10:53.564448+0000 mgr.a (mgr.14403) 19119 : audit 0 from='client.379707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:55 smithi135 bash[32435]: cluster 2023-12-08T01:10:53.546677+0000 mgr.a (mgr.14403) 19118 : cluster 0 pgmap v14276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:55 smithi135 bash[32435]: audit 2023-12-08T01:10:53.564448+0000 mgr.a (mgr.14403) 19119 : audit 0 from='client.379707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:55 smithi079 bash[28699]: cluster 2023-12-08T01:10:53.546677+0000 mgr.a (mgr.14403) 19118 : cluster 0 pgmap v14276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:10:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:55 smithi079 bash[28699]: audit 2023-12-08T01:10:53.564448+0000 mgr.a (mgr.14403) 19119 : audit 0 from='client.379707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:10:57.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:57 smithi194 bash[32038]: cluster 2023-12-08T01:10:55.547847+0000 mgr.a (mgr.14403) 19120 : cluster 0 pgmap v14277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:10:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:57 smithi135 bash[32435]: cluster 2023-12-08T01:10:55.547847+0000 mgr.a (mgr.14403) 19120 : cluster 0 pgmap v14277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:10:57.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:57 smithi079 bash[28699]: cluster 2023-12-08T01:10:55.547847+0000 mgr.a (mgr.14403) 19120 : cluster 0 pgmap v14277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:10:59.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:10:59.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:10:59.076 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:10:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:10:59 smithi194 bash[32038]: cluster 2023-12-08T01:10:57.548484+0000 mgr.a (mgr.14403) 19121 : cluster 0 pgmap v14278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:10:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:10:59 smithi135 bash[32435]: cluster 2023-12-08T01:10:57.548484+0000 mgr.a (mgr.14403) 19121 : cluster 0 pgmap v14278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:10:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:10:59 smithi079 bash[28699]: cluster 2023-12-08T01:10:57.548484+0000 mgr.a (mgr.14403) 19121 : cluster 0 pgmap v14278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:10:59.961 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:10:59.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:10:59.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:10:59.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:10:59.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:11:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:01 smithi194 bash[32038]: audit 2023-12-08T01:10:59.478307+0000 mgr.a (mgr.14403) 19122 : audit 0 from='client.379782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:01 smithi194 bash[32038]: cluster 2023-12-08T01:10:59.549750+0000 mgr.a (mgr.14403) 19123 : cluster 0 pgmap v14279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:01 smithi135 bash[32435]: audit 2023-12-08T01:10:59.478307+0000 mgr.a (mgr.14403) 19122 : audit 0 from='client.379782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:01 smithi135 bash[32435]: cluster 2023-12-08T01:10:59.549750+0000 mgr.a (mgr.14403) 19123 : cluster 0 pgmap v14279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:01 smithi079 bash[28699]: audit 2023-12-08T01:10:59.478307+0000 mgr.a (mgr.14403) 19122 : audit 0 from='client.379782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:01 smithi079 bash[28699]: cluster 2023-12-08T01:10:59.549750+0000 mgr.a (mgr.14403) 19123 : cluster 0 pgmap v14279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:03 smithi194 bash[32038]: cluster 2023-12-08T01:11:01.550569+0000 mgr.a (mgr.14403) 19124 : cluster 0 pgmap v14280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:03 smithi135 bash[32435]: cluster 2023-12-08T01:11:01.550569+0000 mgr.a (mgr.14403) 19124 : cluster 0 pgmap v14280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:03 smithi079 bash[28699]: cluster 2023-12-08T01:11:01.550569+0000 mgr.a (mgr.14403) 19124 : cluster 0 pgmap v14280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:04.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:11:04.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:04.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:05 smithi194 bash[32038]: cluster 2023-12-08T01:11:03.551409+0000 mgr.a (mgr.14403) 19125 : cluster 0 pgmap v14281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:11:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:05 smithi135 bash[32435]: cluster 2023-12-08T01:11:03.551409+0000 mgr.a (mgr.14403) 19125 : cluster 0 pgmap v14281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:11:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:05 smithi079 bash[28699]: cluster 2023-12-08T01:11:03.551409+0000 mgr.a (mgr.14403) 19125 : cluster 0 pgmap v14281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:11:05.873 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:11:05.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:05.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:05.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:05.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:11:06.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:06 smithi194 bash[32038]: audit 2023-12-08T01:11:05.377940+0000 mgr.a (mgr.14403) 19126 : audit 0 from='client.379860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:06.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:06 smithi135 bash[32435]: audit 2023-12-08T01:11:05.377940+0000 mgr.a (mgr.14403) 19126 : audit 0 from='client.379860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:06 smithi079 bash[28699]: audit 2023-12-08T01:11:05.377940+0000 mgr.a (mgr.14403) 19126 : audit 0 from='client.379860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:07 smithi194 bash[32038]: cluster 2023-12-08T01:11:05.552601+0000 mgr.a (mgr.14403) 19127 : cluster 0 pgmap v14282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:07 smithi135 bash[32435]: cluster 2023-12-08T01:11:05.552601+0000 mgr.a (mgr.14403) 19127 : cluster 0 pgmap v14282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:07 smithi079 bash[28699]: cluster 2023-12-08T01:11:05.552601+0000 mgr.a (mgr.14403) 19127 : cluster 0 pgmap v14282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:09.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:09 smithi194 bash[32038]: cluster 2023-12-08T01:11:07.553252+0000 mgr.a (mgr.14403) 19128 : cluster 0 pgmap v14283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:11:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:09 smithi135 bash[32435]: cluster 2023-12-08T01:11:07.553252+0000 mgr.a (mgr.14403) 19128 : cluster 0 pgmap v14283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:11:09.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:09 smithi079 bash[28699]: cluster 2023-12-08T01:11:07.553252+0000 mgr.a (mgr.14403) 19128 : cluster 0 pgmap v14283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:11:10.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:11:10.877 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:10.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:11 smithi135 bash[32435]: cluster 2023-12-08T01:11:09.554114+0000 mgr.a (mgr.14403) 19129 : cluster 0 pgmap v14284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:11:11.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:11 smithi079 bash[28699]: cluster 2023-12-08T01:11:09.554114+0000 mgr.a (mgr.14403) 19129 : cluster 0 pgmap v14284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:11:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:11 smithi194 bash[32038]: cluster 2023-12-08T01:11:09.554114+0000 mgr.a (mgr.14403) 19129 : cluster 0 pgmap v14284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:11:11.814 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:11:11.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:11.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:11.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:11.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:11:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:12 smithi079 bash[28699]: audit 2023-12-08T01:11:11.281036+0000 mgr.a (mgr.14403) 19130 : audit 0 from='client.379935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:12 smithi194 bash[32038]: audit 2023-12-08T01:11:11.281036+0000 mgr.a (mgr.14403) 19130 : audit 0 from='client.379935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:12 smithi135 bash[32435]: audit 2023-12-08T01:11:11.281036+0000 mgr.a (mgr.14403) 19130 : audit 0 from='client.379935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:13.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:13 smithi079 bash[28699]: cluster 2023-12-08T01:11:11.554803+0000 mgr.a (mgr.14403) 19131 : cluster 0 pgmap v14285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:13.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:13 smithi194 bash[32038]: cluster 2023-12-08T01:11:11.554803+0000 mgr.a (mgr.14403) 19131 : cluster 0 pgmap v14285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:13 smithi135 bash[32435]: cluster 2023-12-08T01:11:11.554803+0000 mgr.a (mgr.14403) 19131 : cluster 0 pgmap v14285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:15 smithi079 bash[28699]: cluster 2023-12-08T01:11:13.555578+0000 mgr.a (mgr.14403) 19132 : cluster 0 pgmap v14286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:11:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:15 smithi194 bash[32038]: cluster 2023-12-08T01:11:13.555578+0000 mgr.a (mgr.14403) 19132 : cluster 0 pgmap v14286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:11:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:15 smithi135 bash[32435]: cluster 2023-12-08T01:11:13.555578+0000 mgr.a (mgr.14403) 19132 : cluster 0 pgmap v14286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:11:16.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:11:16.818 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:16.818 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:17.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:17 smithi079 bash[28699]: cluster 2023-12-08T01:11:15.556331+0000 mgr.a (mgr.14403) 19133 : cluster 0 pgmap v14287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:17 smithi194 bash[32038]: cluster 2023-12-08T01:11:15.556331+0000 mgr.a (mgr.14403) 19133 : cluster 0 pgmap v14287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:17 smithi135 bash[32435]: cluster 2023-12-08T01:11:15.556331+0000 mgr.a (mgr.14403) 19133 : cluster 0 pgmap v14287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:17.725 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:11:17.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:17.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:17.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:17.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:11:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:18 smithi079 bash[28699]: audit 2023-12-08T01:11:17.225399+0000 mgr.a (mgr.14403) 19134 : audit 0 from='client.380013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:18 smithi194 bash[32038]: audit 2023-12-08T01:11:17.225399+0000 mgr.a (mgr.14403) 19134 : audit 0 from='client.380013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:18 smithi135 bash[32435]: audit 2023-12-08T01:11:17.225399+0000 mgr.a (mgr.14403) 19134 : audit 0 from='client.380013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:19 smithi079 bash[28699]: cluster 2023-12-08T01:11:17.556914+0000 mgr.a (mgr.14403) 19135 : cluster 0 pgmap v14288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:19 smithi194 bash[32038]: cluster 2023-12-08T01:11:17.556914+0000 mgr.a (mgr.14403) 19135 : cluster 0 pgmap v14288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:19 smithi135 bash[32435]: cluster 2023-12-08T01:11:17.556914+0000 mgr.a (mgr.14403) 19135 : cluster 0 pgmap v14288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:21 smithi079 bash[28699]: cluster 2023-12-08T01:11:19.557785+0000 mgr.a (mgr.14403) 19136 : cluster 0 pgmap v14289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:21 smithi194 bash[32038]: cluster 2023-12-08T01:11:19.557785+0000 mgr.a (mgr.14403) 19136 : cluster 0 pgmap v14289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:21 smithi135 bash[32435]: cluster 2023-12-08T01:11:19.557785+0000 mgr.a (mgr.14403) 19136 : cluster 0 pgmap v14289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:22.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:11:22.729 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:22.729 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:23.623 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:11:23.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:23.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:23.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:23.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:11:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:23 smithi079 bash[28699]: cluster 2023-12-08T01:11:21.558320+0000 mgr.a (mgr.14403) 19137 : cluster 0 pgmap v14290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:23.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:23 smithi194 bash[32038]: cluster 2023-12-08T01:11:21.558320+0000 mgr.a (mgr.14403) 19137 : cluster 0 pgmap v14290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:23 smithi135 bash[32435]: cluster 2023-12-08T01:11:21.558320+0000 mgr.a (mgr.14403) 19137 : cluster 0 pgmap v14290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:24 smithi079 bash[28699]: audit 2023-12-08T01:11:23.135214+0000 mgr.a (mgr.14403) 19138 : audit 0 from='client.380088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:24 smithi194 bash[32038]: audit 2023-12-08T01:11:23.135214+0000 mgr.a (mgr.14403) 19138 : audit 0 from='client.380088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:24 smithi135 bash[32435]: audit 2023-12-08T01:11:23.135214+0000 mgr.a (mgr.14403) 19138 : audit 0 from='client.380088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:25 smithi079 bash[28699]: cluster 2023-12-08T01:11:23.559213+0000 mgr.a (mgr.14403) 19139 : cluster 0 pgmap v14291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:11:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:25 smithi194 bash[32038]: cluster 2023-12-08T01:11:23.559213+0000 mgr.a (mgr.14403) 19139 : cluster 0 pgmap v14291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:11:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:25 smithi135 bash[32435]: cluster 2023-12-08T01:11:23.559213+0000 mgr.a (mgr.14403) 19139 : cluster 0 pgmap v14291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:11:27.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:27 smithi079 bash[28699]: cluster 2023-12-08T01:11:25.559979+0000 mgr.a (mgr.14403) 19140 : cluster 0 pgmap v14292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:27 smithi194 bash[32038]: cluster 2023-12-08T01:11:25.559979+0000 mgr.a (mgr.14403) 19140 : cluster 0 pgmap v14292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:27 smithi135 bash[32435]: cluster 2023-12-08T01:11:25.559979+0000 mgr.a (mgr.14403) 19140 : cluster 0 pgmap v14292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:28.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:11:28.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:28.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:29.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:29.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:29.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:29.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:11:29.554 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:11:29.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:29 smithi079 bash[28699]: cluster 2023-12-08T01:11:27.560550+0000 mgr.a (mgr.14403) 19141 : cluster 0 pgmap v14293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:11:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:29 smithi194 bash[32038]: cluster 2023-12-08T01:11:27.560550+0000 mgr.a (mgr.14403) 19141 : cluster 0 pgmap v14293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:11:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:29 smithi135 bash[32435]: cluster 2023-12-08T01:11:27.560550+0000 mgr.a (mgr.14403) 19141 : cluster 0 pgmap v14293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:11:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:30 smithi079 bash[28699]: audit 2023-12-08T01:11:29.030143+0000 mgr.a (mgr.14403) 19142 : audit 0 from='client.380166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:30 smithi194 bash[32038]: audit 2023-12-08T01:11:29.030143+0000 mgr.a (mgr.14403) 19142 : audit 0 from='client.380166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:30 smithi135 bash[32435]: audit 2023-12-08T01:11:29.030143+0000 mgr.a (mgr.14403) 19142 : audit 0 from='client.380166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:31.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:31 smithi079 bash[28699]: cluster 2023-12-08T01:11:29.561562+0000 mgr.a (mgr.14403) 19143 : cluster 0 pgmap v14294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:31.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:31 smithi079 bash[28699]: audit 2023-12-08T01:11:31.104491+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:11:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:31 smithi194 bash[32038]: cluster 2023-12-08T01:11:29.561562+0000 mgr.a (mgr.14403) 19143 : cluster 0 pgmap v14294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:31.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:31 smithi194 bash[32038]: audit 2023-12-08T01:11:31.104491+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:11:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:31 smithi135 bash[32435]: cluster 2023-12-08T01:11:29.561562+0000 mgr.a (mgr.14403) 19143 : cluster 0 pgmap v14294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:31 smithi135 bash[32435]: audit 2023-12-08T01:11:31.104491+0000 mon.a (mon.0) 3096 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:11:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:32 smithi079 bash[28699]: audit 2023-12-08T01:11:31.844146+0000 mon.a (mon.0) 3097 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:11:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:32 smithi079 bash[28699]: audit 2023-12-08T01:11:31.845833+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:11:32.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:32 smithi079 bash[28699]: audit 2023-12-08T01:11:31.854858+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:11:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:32 smithi194 bash[32038]: audit 2023-12-08T01:11:31.844146+0000 mon.a (mon.0) 3097 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:11:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:32 smithi194 bash[32038]: audit 2023-12-08T01:11:31.845833+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:11:32.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:32 smithi194 bash[32038]: audit 2023-12-08T01:11:31.854858+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:11:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:32 smithi135 bash[32435]: audit 2023-12-08T01:11:31.844146+0000 mon.a (mon.0) 3097 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:11:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:32 smithi135 bash[32435]: audit 2023-12-08T01:11:31.845833+0000 mon.a (mon.0) 3098 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:11:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:32 smithi135 bash[32435]: audit 2023-12-08T01:11:31.854858+0000 mon.a (mon.0) 3099 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:11:33.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:33 smithi079 bash[28699]: cluster 2023-12-08T01:11:31.562249+0000 mgr.a (mgr.14403) 19144 : cluster 0 pgmap v14295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:33 smithi194 bash[32038]: cluster 2023-12-08T01:11:31.562249+0000 mgr.a (mgr.14403) 19144 : cluster 0 pgmap v14295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:33 smithi135 bash[32435]: cluster 2023-12-08T01:11:31.562249+0000 mgr.a (mgr.14403) 19144 : cluster 0 pgmap v14295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:11:34.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:11:34.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:34.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:35.455 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:11:35.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:35.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:35.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:35.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:11:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:35 smithi079 bash[28699]: cluster 2023-12-08T01:11:33.562935+0000 mgr.a (mgr.14403) 19145 : cluster 0 pgmap v14296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:11:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:35 smithi194 bash[32038]: cluster 2023-12-08T01:11:33.562935+0000 mgr.a (mgr.14403) 19145 : cluster 0 pgmap v14296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:11:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:35 smithi135 bash[32435]: cluster 2023-12-08T01:11:33.562935+0000 mgr.a (mgr.14403) 19145 : cluster 0 pgmap v14296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:11:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:36 smithi079 bash[28699]: audit 2023-12-08T01:11:34.953184+0000 mgr.a (mgr.14403) 19146 : audit 0 from='client.380241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:36 smithi194 bash[32038]: audit 2023-12-08T01:11:34.953184+0000 mgr.a (mgr.14403) 19146 : audit 0 from='client.380241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:36 smithi135 bash[32435]: audit 2023-12-08T01:11:34.953184+0000 mgr.a (mgr.14403) 19146 : audit 0 from='client.380241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:37 smithi079 bash[28699]: cluster 2023-12-08T01:11:35.564140+0000 mgr.a (mgr.14403) 19147 : cluster 0 pgmap v14297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:11:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:37 smithi194 bash[32038]: cluster 2023-12-08T01:11:35.564140+0000 mgr.a (mgr.14403) 19147 : cluster 0 pgmap v14297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:11:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:37 smithi135 bash[32435]: cluster 2023-12-08T01:11:35.564140+0000 mgr.a (mgr.14403) 19147 : cluster 0 pgmap v14297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:11:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:39 smithi079 bash[28699]: cluster 2023-12-08T01:11:37.564746+0000 mgr.a (mgr.14403) 19148 : cluster 0 pgmap v14298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:11:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:39 smithi194 bash[32038]: cluster 2023-12-08T01:11:37.564746+0000 mgr.a (mgr.14403) 19148 : cluster 0 pgmap v14298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:11:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:39 smithi135 bash[32435]: cluster 2023-12-08T01:11:37.564746+0000 mgr.a (mgr.14403) 19148 : cluster 0 pgmap v14298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:11:40.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:11:40.457 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:40.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:41.359 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:11:41.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:41.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:41.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:41.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:11:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:41 smithi079 bash[28699]: cluster 2023-12-08T01:11:39.565554+0000 mgr.a (mgr.14403) 19149 : cluster 0 pgmap v14299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:11:41.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:41 smithi194 bash[32038]: cluster 2023-12-08T01:11:39.565554+0000 mgr.a (mgr.14403) 19149 : cluster 0 pgmap v14299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:11:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:41 smithi135 bash[32435]: cluster 2023-12-08T01:11:39.565554+0000 mgr.a (mgr.14403) 19149 : cluster 0 pgmap v14299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:11:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:42 smithi079 bash[28699]: audit 2023-12-08T01:11:40.859449+0000 mgr.a (mgr.14403) 19150 : audit 0 from='client.380316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:42 smithi194 bash[32038]: audit 2023-12-08T01:11:40.859449+0000 mgr.a (mgr.14403) 19150 : audit 0 from='client.380316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:42 smithi135 bash[32435]: audit 2023-12-08T01:11:40.859449+0000 mgr.a (mgr.14403) 19150 : audit 0 from='client.380316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:43 smithi079 bash[28699]: cluster 2023-12-08T01:11:41.566279+0000 mgr.a (mgr.14403) 19151 : cluster 0 pgmap v14300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:43 smithi194 bash[32038]: cluster 2023-12-08T01:11:41.566279+0000 mgr.a (mgr.14403) 19151 : cluster 0 pgmap v14300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:43 smithi135 bash[32435]: cluster 2023-12-08T01:11:41.566279+0000 mgr.a (mgr.14403) 19151 : cluster 0 pgmap v14300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:45 smithi079 bash[28699]: cluster 2023-12-08T01:11:43.567013+0000 mgr.a (mgr.14403) 19152 : cluster 0 pgmap v14301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:11:45.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:45 smithi194 bash[32038]: cluster 2023-12-08T01:11:43.567013+0000 mgr.a (mgr.14403) 19152 : cluster 0 pgmap v14301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:11:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:45 smithi135 bash[32435]: cluster 2023-12-08T01:11:43.567013+0000 mgr.a (mgr.14403) 19152 : cluster 0 pgmap v14301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:11:46.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:11:46.363 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:46.363 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:47.294 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:11:47.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:47.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:47.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:47.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:11:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:47 smithi079 bash[28699]: cluster 2023-12-08T01:11:45.567762+0000 mgr.a (mgr.14403) 19153 : cluster 0 pgmap v14302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:47 smithi194 bash[32038]: cluster 2023-12-08T01:11:45.567762+0000 mgr.a (mgr.14403) 19153 : cluster 0 pgmap v14302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:47 smithi135 bash[32435]: cluster 2023-12-08T01:11:45.567762+0000 mgr.a (mgr.14403) 19153 : cluster 0 pgmap v14302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:48 smithi079 bash[28699]: audit 2023-12-08T01:11:46.770195+0000 mgr.a (mgr.14403) 19154 : audit 0 from='client.380391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:48 smithi194 bash[32038]: audit 2023-12-08T01:11:46.770195+0000 mgr.a (mgr.14403) 19154 : audit 0 from='client.380391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:48 smithi135 bash[32435]: audit 2023-12-08T01:11:46.770195+0000 mgr.a (mgr.14403) 19154 : audit 0 from='client.380391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:49 smithi079 bash[28699]: cluster 2023-12-08T01:11:47.568503+0000 mgr.a (mgr.14403) 19155 : cluster 0 pgmap v14303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:49 smithi194 bash[32038]: cluster 2023-12-08T01:11:47.568503+0000 mgr.a (mgr.14403) 19155 : cluster 0 pgmap v14303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:49 smithi135 bash[32435]: cluster 2023-12-08T01:11:47.568503+0000 mgr.a (mgr.14403) 19155 : cluster 0 pgmap v14303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:51.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:51 smithi079 bash[28699]: cluster 2023-12-08T01:11:49.569338+0000 mgr.a (mgr.14403) 19156 : cluster 0 pgmap v14304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:51 smithi194 bash[32038]: cluster 2023-12-08T01:11:49.569338+0000 mgr.a (mgr.14403) 19156 : cluster 0 pgmap v14304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:51 smithi135 bash[32435]: cluster 2023-12-08T01:11:49.569338+0000 mgr.a (mgr.14403) 19156 : cluster 0 pgmap v14304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:11:52.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:11:52.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:52.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:53.221 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:11:53.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:53.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:53.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:53.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:11:53.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:53 smithi079 bash[28699]: cluster 2023-12-08T01:11:51.569920+0000 mgr.a (mgr.14403) 19157 : cluster 0 pgmap v14305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:53.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:53 smithi194 bash[32038]: cluster 2023-12-08T01:11:51.569920+0000 mgr.a (mgr.14403) 19157 : cluster 0 pgmap v14305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:53 smithi135 bash[32435]: cluster 2023-12-08T01:11:51.569920+0000 mgr.a (mgr.14403) 19157 : cluster 0 pgmap v14305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:54 smithi079 bash[28699]: audit 2023-12-08T01:11:52.700720+0000 mgr.a (mgr.14403) 19158 : audit 0 from='client.380469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:54 smithi194 bash[32038]: audit 2023-12-08T01:11:52.700720+0000 mgr.a (mgr.14403) 19158 : audit 0 from='client.380469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:54 smithi135 bash[32435]: audit 2023-12-08T01:11:52.700720+0000 mgr.a (mgr.14403) 19158 : audit 0 from='client.380469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:11:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:55 smithi079 bash[28699]: cluster 2023-12-08T01:11:53.570848+0000 mgr.a (mgr.14403) 19159 : cluster 0 pgmap v14306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:11:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:55 smithi194 bash[32038]: cluster 2023-12-08T01:11:53.570848+0000 mgr.a (mgr.14403) 19159 : cluster 0 pgmap v14306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:11:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:55 smithi135 bash[32435]: cluster 2023-12-08T01:11:53.570848+0000 mgr.a (mgr.14403) 19159 : cluster 0 pgmap v14306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:11:57.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:57 smithi079 bash[28699]: cluster 2023-12-08T01:11:55.571619+0000 mgr.a (mgr.14403) 19160 : cluster 0 pgmap v14307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:57 smithi194 bash[32038]: cluster 2023-12-08T01:11:55.571619+0000 mgr.a (mgr.14403) 19160 : cluster 0 pgmap v14307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:57 smithi135 bash[32435]: cluster 2023-12-08T01:11:55.571619+0000 mgr.a (mgr.14403) 19160 : cluster 0 pgmap v14307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:11:58.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:11:58.225 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:11:58.225 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:11:59.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:11:59.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:11:59.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:11:59.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:11:59.121 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:11:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:11:59 smithi079 bash[28699]: cluster 2023-12-08T01:11:57.572186+0000 mgr.a (mgr.14403) 19161 : cluster 0 pgmap v14308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:11:59 smithi194 bash[32038]: cluster 2023-12-08T01:11:57.572186+0000 mgr.a (mgr.14403) 19161 : cluster 0 pgmap v14308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:11:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:11:59 smithi135 bash[32435]: cluster 2023-12-08T01:11:57.572186+0000 mgr.a (mgr.14403) 19161 : cluster 0 pgmap v14308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:00 smithi079 bash[28699]: audit 2023-12-08T01:11:58.618906+0000 mgr.a (mgr.14403) 19162 : audit 0 from='client.380547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:00.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:00 smithi194 bash[32038]: audit 2023-12-08T01:11:58.618906+0000 mgr.a (mgr.14403) 19162 : audit 0 from='client.380547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:00 smithi135 bash[32435]: audit 2023-12-08T01:11:58.618906+0000 mgr.a (mgr.14403) 19162 : audit 0 from='client.380547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:01 smithi079 bash[28699]: cluster 2023-12-08T01:11:59.573248+0000 mgr.a (mgr.14403) 19163 : cluster 0 pgmap v14309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:12:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:01 smithi194 bash[32038]: cluster 2023-12-08T01:11:59.573248+0000 mgr.a (mgr.14403) 19163 : cluster 0 pgmap v14309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:12:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:01 smithi135 bash[32435]: cluster 2023-12-08T01:11:59.573248+0000 mgr.a (mgr.14403) 19163 : cluster 0 pgmap v14309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:12:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:03 smithi079 bash[28699]: cluster 2023-12-08T01:12:01.573837+0000 mgr.a (mgr.14403) 19164 : cluster 0 pgmap v14310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:12:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:03 smithi194 bash[32038]: cluster 2023-12-08T01:12:01.573837+0000 mgr.a (mgr.14403) 19164 : cluster 0 pgmap v14310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:12:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:03 smithi135 bash[32435]: cluster 2023-12-08T01:12:01.573837+0000 mgr.a (mgr.14403) 19164 : cluster 0 pgmap v14310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:12:04.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:12:04.125 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:04.125 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:05.022 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:12:05.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:05.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:05.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:05.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:12:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:05 smithi079 bash[28699]: cluster 2023-12-08T01:12:03.574476+0000 mgr.a (mgr.14403) 19165 : cluster 0 pgmap v14311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:12:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:05 smithi194 bash[32038]: cluster 2023-12-08T01:12:03.574476+0000 mgr.a (mgr.14403) 19165 : cluster 0 pgmap v14311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:12:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:05 smithi135 bash[32435]: cluster 2023-12-08T01:12:03.574476+0000 mgr.a (mgr.14403) 19165 : cluster 0 pgmap v14311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:12:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:06 smithi194 bash[32038]: audit 2023-12-08T01:12:04.530270+0000 mgr.a (mgr.14403) 19166 : audit 0 from='client.380625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:06 smithi135 bash[32435]: audit 2023-12-08T01:12:04.530270+0000 mgr.a (mgr.14403) 19166 : audit 0 from='client.380625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:06 smithi079 bash[28699]: audit 2023-12-08T01:12:04.530270+0000 mgr.a (mgr.14403) 19166 : audit 0 from='client.380625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:07 smithi194 bash[32038]: cluster 2023-12-08T01:12:05.575476+0000 mgr.a (mgr.14403) 19167 : cluster 0 pgmap v14312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:12:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:07 smithi135 bash[32435]: cluster 2023-12-08T01:12:05.575476+0000 mgr.a (mgr.14403) 19167 : cluster 0 pgmap v14312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:12:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:07 smithi079 bash[28699]: cluster 2023-12-08T01:12:05.575476+0000 mgr.a (mgr.14403) 19167 : cluster 0 pgmap v14312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:12:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:09 smithi194 bash[32038]: cluster 2023-12-08T01:12:07.576082+0000 mgr.a (mgr.14403) 19168 : cluster 0 pgmap v14313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:12:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:09 smithi135 bash[32435]: cluster 2023-12-08T01:12:07.576082+0000 mgr.a (mgr.14403) 19168 : cluster 0 pgmap v14313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:12:09.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:09 smithi079 bash[28699]: cluster 2023-12-08T01:12:07.576082+0000 mgr.a (mgr.14403) 19168 : cluster 0 pgmap v14313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:12:10.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:12:10.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:10.027 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:10.915 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:12:10.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:10.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:10.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:10.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:12:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:11 smithi194 bash[32038]: cluster 2023-12-08T01:12:09.576867+0000 mgr.a (mgr.14403) 19169 : cluster 0 pgmap v14314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:11.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:11 smithi194 bash[32038]: audit 2023-12-08T01:12:10.430398+0000 mgr.a (mgr.14403) 19170 : audit 0 from='client.380703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:11 smithi135 bash[32435]: cluster 2023-12-08T01:12:09.576867+0000 mgr.a (mgr.14403) 19169 : cluster 0 pgmap v14314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:11 smithi135 bash[32435]: audit 2023-12-08T01:12:10.430398+0000 mgr.a (mgr.14403) 19170 : audit 0 from='client.380703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:11.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:11 smithi079 bash[28699]: cluster 2023-12-08T01:12:09.576867+0000 mgr.a (mgr.14403) 19169 : cluster 0 pgmap v14314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:11.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:11 smithi079 bash[28699]: audit 2023-12-08T01:12:10.430398+0000 mgr.a (mgr.14403) 19170 : audit 0 from='client.380703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:13 smithi194 bash[32038]: cluster 2023-12-08T01:12:11.577614+0000 mgr.a (mgr.14403) 19171 : cluster 0 pgmap v14315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:12:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:13 smithi135 bash[32435]: cluster 2023-12-08T01:12:11.577614+0000 mgr.a (mgr.14403) 19171 : cluster 0 pgmap v14315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:12:13.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:13 smithi079 bash[28699]: cluster 2023-12-08T01:12:11.577614+0000 mgr.a (mgr.14403) 19171 : cluster 0 pgmap v14315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:12:15.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:15 smithi194 bash[32038]: cluster 2023-12-08T01:12:13.578285+0000 mgr.a (mgr.14403) 19172 : cluster 0 pgmap v14316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:12:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:15 smithi135 bash[32435]: cluster 2023-12-08T01:12:13.578285+0000 mgr.a (mgr.14403) 19172 : cluster 0 pgmap v14316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:12:15.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:15 smithi079 bash[28699]: cluster 2023-12-08T01:12:13.578285+0000 mgr.a (mgr.14403) 19172 : cluster 0 pgmap v14316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:12:15.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:12:15.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:15.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:16.827 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:12:16.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:16.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:16.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:16.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:12:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:17 smithi194 bash[32038]: cluster 2023-12-08T01:12:15.579012+0000 mgr.a (mgr.14403) 19173 : cluster 0 pgmap v14317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:12:17.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:17 smithi194 bash[32038]: audit 2023-12-08T01:12:16.318008+0000 mgr.a (mgr.14403) 19174 : audit 0 from='client.380778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:17 smithi135 bash[32435]: cluster 2023-12-08T01:12:15.579012+0000 mgr.a (mgr.14403) 19173 : cluster 0 pgmap v14317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:12:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:17 smithi135 bash[32435]: audit 2023-12-08T01:12:16.318008+0000 mgr.a (mgr.14403) 19174 : audit 0 from='client.380778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:17.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:17 smithi079 bash[28699]: cluster 2023-12-08T01:12:15.579012+0000 mgr.a (mgr.14403) 19173 : cluster 0 pgmap v14317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:12:17.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:17 smithi079 bash[28699]: audit 2023-12-08T01:12:16.318008+0000 mgr.a (mgr.14403) 19174 : audit 0 from='client.380778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:19.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:19 smithi194 bash[32038]: cluster 2023-12-08T01:12:17.579670+0000 mgr.a (mgr.14403) 19175 : cluster 0 pgmap v14318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:19 smithi135 bash[32435]: cluster 2023-12-08T01:12:17.579670+0000 mgr.a (mgr.14403) 19175 : cluster 0 pgmap v14318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:19.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:19 smithi079 bash[28699]: cluster 2023-12-08T01:12:17.579670+0000 mgr.a (mgr.14403) 19175 : cluster 0 pgmap v14318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:21 smithi194 bash[32038]: cluster 2023-12-08T01:12:19.580502+0000 mgr.a (mgr.14403) 19176 : cluster 0 pgmap v14319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:21 smithi135 bash[32435]: cluster 2023-12-08T01:12:19.580502+0000 mgr.a (mgr.14403) 19176 : cluster 0 pgmap v14319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:21.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:12:21.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:21.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:21 smithi079 bash[28699]: cluster 2023-12-08T01:12:19.580502+0000 mgr.a (mgr.14403) 19176 : cluster 0 pgmap v14319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:22.751 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:12:22.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:22.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:22.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:22.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:12:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:23 smithi194 bash[32038]: cluster 2023-12-08T01:12:21.581102+0000 mgr.a (mgr.14403) 19177 : cluster 0 pgmap v14320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:23.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:23 smithi194 bash[32038]: audit 2023-12-08T01:12:22.242401+0000 mgr.a (mgr.14403) 19178 : audit 0 from='client.380856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:23 smithi135 bash[32435]: cluster 2023-12-08T01:12:21.581102+0000 mgr.a (mgr.14403) 19177 : cluster 0 pgmap v14320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:23 smithi135 bash[32435]: audit 2023-12-08T01:12:22.242401+0000 mgr.a (mgr.14403) 19178 : audit 0 from='client.380856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:23 smithi079 bash[28699]: cluster 2023-12-08T01:12:21.581102+0000 mgr.a (mgr.14403) 19177 : cluster 0 pgmap v14320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:23 smithi079 bash[28699]: audit 2023-12-08T01:12:22.242401+0000 mgr.a (mgr.14403) 19178 : audit 0 from='client.380856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:25 smithi194 bash[32038]: cluster 2023-12-08T01:12:23.581863+0000 mgr.a (mgr.14403) 19179 : cluster 0 pgmap v14321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:12:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:25 smithi135 bash[32435]: cluster 2023-12-08T01:12:23.581863+0000 mgr.a (mgr.14403) 19179 : cluster 0 pgmap v14321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:12:25.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:25 smithi079 bash[28699]: cluster 2023-12-08T01:12:23.581863+0000 mgr.a (mgr.14403) 19179 : cluster 0 pgmap v14321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:12:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:27 smithi194 bash[32038]: cluster 2023-12-08T01:12:25.582633+0000 mgr.a (mgr.14403) 19180 : cluster 0 pgmap v14322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:12:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:27 smithi135 bash[32435]: cluster 2023-12-08T01:12:25.582633+0000 mgr.a (mgr.14403) 19180 : cluster 0 pgmap v14322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:12:27.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:12:27.755 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:27.755 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:27.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:27 smithi079 bash[28699]: cluster 2023-12-08T01:12:25.582633+0000 mgr.a (mgr.14403) 19180 : cluster 0 pgmap v14322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:12:28.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:28.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:28.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:28.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:12:28.670 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:12:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:29 smithi194 bash[32038]: cluster 2023-12-08T01:12:27.583244+0000 mgr.a (mgr.14403) 19181 : cluster 0 pgmap v14323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:29.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:29 smithi194 bash[32038]: audit 2023-12-08T01:12:28.161672+0000 mgr.a (mgr.14403) 19182 : audit 0 from='client.380934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:29 smithi135 bash[32435]: cluster 2023-12-08T01:12:27.583244+0000 mgr.a (mgr.14403) 19181 : cluster 0 pgmap v14323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:29 smithi135 bash[32435]: audit 2023-12-08T01:12:28.161672+0000 mgr.a (mgr.14403) 19182 : audit 0 from='client.380934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:29 smithi079 bash[28699]: cluster 2023-12-08T01:12:27.583244+0000 mgr.a (mgr.14403) 19181 : cluster 0 pgmap v14323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:29 smithi079 bash[28699]: audit 2023-12-08T01:12:28.161672+0000 mgr.a (mgr.14403) 19182 : audit 0 from='client.380934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:31 smithi194 bash[32038]: cluster 2023-12-08T01:12:29.584092+0000 mgr.a (mgr.14403) 19183 : cluster 0 pgmap v14324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:12:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:31 smithi135 bash[32435]: cluster 2023-12-08T01:12:29.584092+0000 mgr.a (mgr.14403) 19183 : cluster 0 pgmap v14324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:12:31.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:31 smithi079 bash[28699]: cluster 2023-12-08T01:12:29.584092+0000 mgr.a (mgr.14403) 19183 : cluster 0 pgmap v14324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:12:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:32 smithi135 bash[32435]: audit 2023-12-08T01:12:31.958115+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:12:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:32 smithi079 bash[28699]: audit 2023-12-08T01:12:31.958115+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:12:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:32 smithi194 bash[32038]: audit 2023-12-08T01:12:31.958115+0000 mon.a (mon.0) 3100 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:12:33.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:12:33.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:33.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:33 smithi135 bash[32435]: cluster 2023-12-08T01:12:31.584612+0000 mgr.a (mgr.14403) 19184 : cluster 0 pgmap v14325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:12:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:33 smithi135 bash[32435]: audit 2023-12-08T01:12:32.751005+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:12:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:33 smithi135 bash[32435]: audit 2023-12-08T01:12:32.752684+0000 mon.a (mon.0) 3102 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:12:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:33 smithi135 bash[32435]: audit 2023-12-08T01:12:32.763087+0000 mon.a (mon.0) 3103 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:12:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:33 smithi079 bash[28699]: cluster 2023-12-08T01:12:31.584612+0000 mgr.a (mgr.14403) 19184 : cluster 0 pgmap v14325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:12:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:33 smithi079 bash[28699]: audit 2023-12-08T01:12:32.751005+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:12:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:33 smithi079 bash[28699]: audit 2023-12-08T01:12:32.752684+0000 mon.a (mon.0) 3102 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:12:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:33 smithi079 bash[28699]: audit 2023-12-08T01:12:32.763087+0000 mon.a (mon.0) 3103 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:12:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:33 smithi194 bash[32038]: cluster 2023-12-08T01:12:31.584612+0000 mgr.a (mgr.14403) 19184 : cluster 0 pgmap v14325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:12:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:33 smithi194 bash[32038]: audit 2023-12-08T01:12:32.751005+0000 mon.a (mon.0) 3101 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:12:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:33 smithi194 bash[32038]: audit 2023-12-08T01:12:32.752684+0000 mon.a (mon.0) 3102 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:12:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:33 smithi194 bash[32038]: audit 2023-12-08T01:12:32.763087+0000 mon.a (mon.0) 3103 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:12:34.612 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:12:34.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:34.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:34.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:34.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:12:35.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:35 smithi079 bash[28699]: cluster 2023-12-08T01:12:33.585357+0000 mgr.a (mgr.14403) 19185 : cluster 0 pgmap v14326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:12:35.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:35 smithi079 bash[28699]: audit 2023-12-08T01:12:34.085801+0000 mgr.a (mgr.14403) 19186 : audit 0 from='client.381012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:35 smithi194 bash[32038]: cluster 2023-12-08T01:12:33.585357+0000 mgr.a (mgr.14403) 19185 : cluster 0 pgmap v14326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:12:35.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:35 smithi194 bash[32038]: audit 2023-12-08T01:12:34.085801+0000 mgr.a (mgr.14403) 19186 : audit 0 from='client.381012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:35 smithi135 bash[32435]: cluster 2023-12-08T01:12:33.585357+0000 mgr.a (mgr.14403) 19185 : cluster 0 pgmap v14326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:12:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:35 smithi135 bash[32435]: audit 2023-12-08T01:12:34.085801+0000 mgr.a (mgr.14403) 19186 : audit 0 from='client.381012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:37.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:37 smithi079 bash[28699]: cluster 2023-12-08T01:12:35.586302+0000 mgr.a (mgr.14403) 19187 : cluster 0 pgmap v14327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:12:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:37 smithi194 bash[32038]: cluster 2023-12-08T01:12:35.586302+0000 mgr.a (mgr.14403) 19187 : cluster 0 pgmap v14327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:12:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:37 smithi135 bash[32435]: cluster 2023-12-08T01:12:35.586302+0000 mgr.a (mgr.14403) 19187 : cluster 0 pgmap v14327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:12:39.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:12:39.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:39.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:39 smithi079 bash[28699]: cluster 2023-12-08T01:12:37.586881+0000 mgr.a (mgr.14403) 19188 : cluster 0 pgmap v14328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:12:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:39 smithi194 bash[32038]: cluster 2023-12-08T01:12:37.586881+0000 mgr.a (mgr.14403) 19188 : cluster 0 pgmap v14328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:12:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:39 smithi135 bash[32435]: cluster 2023-12-08T01:12:37.586881+0000 mgr.a (mgr.14403) 19188 : cluster 0 pgmap v14328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:12:40.514 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:12:40.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:40.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:40.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:40.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:12:41.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:41 smithi079 bash[28699]: cluster 2023-12-08T01:12:39.587667+0000 mgr.a (mgr.14403) 19189 : cluster 0 pgmap v14329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:41.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:41 smithi079 bash[28699]: audit 2023-12-08T01:12:40.013759+0000 mgr.a (mgr.14403) 19190 : audit 0 from='client.381090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:41 smithi194 bash[32038]: cluster 2023-12-08T01:12:39.587667+0000 mgr.a (mgr.14403) 19189 : cluster 0 pgmap v14329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:41 smithi194 bash[32038]: audit 2023-12-08T01:12:40.013759+0000 mgr.a (mgr.14403) 19190 : audit 0 from='client.381090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:41 smithi135 bash[32435]: cluster 2023-12-08T01:12:39.587667+0000 mgr.a (mgr.14403) 19189 : cluster 0 pgmap v14329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:41 smithi135 bash[32435]: audit 2023-12-08T01:12:40.013759+0000 mgr.a (mgr.14403) 19190 : audit 0 from='client.381090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:43.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:43 smithi079 bash[28699]: cluster 2023-12-08T01:12:41.588332+0000 mgr.a (mgr.14403) 19191 : cluster 0 pgmap v14330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:12:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:43 smithi194 bash[32038]: cluster 2023-12-08T01:12:41.588332+0000 mgr.a (mgr.14403) 19191 : cluster 0 pgmap v14330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:12:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:43 smithi135 bash[32435]: cluster 2023-12-08T01:12:41.588332+0000 mgr.a (mgr.14403) 19191 : cluster 0 pgmap v14330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:12:45.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:12:45.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:45.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:45.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:45 smithi079 bash[28699]: cluster 2023-12-08T01:12:43.589032+0000 mgr.a (mgr.14403) 19192 : cluster 0 pgmap v14331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:12:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:45 smithi194 bash[32038]: cluster 2023-12-08T01:12:43.589032+0000 mgr.a (mgr.14403) 19192 : cluster 0 pgmap v14331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:12:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:45 smithi135 bash[32435]: cluster 2023-12-08T01:12:43.589032+0000 mgr.a (mgr.14403) 19192 : cluster 0 pgmap v14331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:12:46.430 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:12:46.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:46.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:46.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:46.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:12:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:47 smithi079 bash[28699]: cluster 2023-12-08T01:12:45.589771+0000 mgr.a (mgr.14403) 19193 : cluster 0 pgmap v14332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:12:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:47 smithi079 bash[28699]: audit 2023-12-08T01:12:45.927694+0000 mgr.a (mgr.14403) 19194 : audit 0 from='client.381165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:47 smithi194 bash[32038]: cluster 2023-12-08T01:12:45.589771+0000 mgr.a (mgr.14403) 19193 : cluster 0 pgmap v14332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:12:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:47 smithi194 bash[32038]: audit 2023-12-08T01:12:45.927694+0000 mgr.a (mgr.14403) 19194 : audit 0 from='client.381165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:47 smithi135 bash[32435]: cluster 2023-12-08T01:12:45.589771+0000 mgr.a (mgr.14403) 19193 : cluster 0 pgmap v14332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:12:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:47 smithi135 bash[32435]: audit 2023-12-08T01:12:45.927694+0000 mgr.a (mgr.14403) 19194 : audit 0 from='client.381165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:49.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:49 smithi079 bash[28699]: cluster 2023-12-08T01:12:47.590433+0000 mgr.a (mgr.14403) 19195 : cluster 0 pgmap v14333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:49 smithi194 bash[32038]: cluster 2023-12-08T01:12:47.590433+0000 mgr.a (mgr.14403) 19195 : cluster 0 pgmap v14333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:49 smithi135 bash[32435]: cluster 2023-12-08T01:12:47.590433+0000 mgr.a (mgr.14403) 19195 : cluster 0 pgmap v14333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:51.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:12:51.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:51.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:51 smithi079 bash[28699]: cluster 2023-12-08T01:12:49.591327+0000 mgr.a (mgr.14403) 19196 : cluster 0 pgmap v14334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:51 smithi194 bash[32038]: cluster 2023-12-08T01:12:49.591327+0000 mgr.a (mgr.14403) 19196 : cluster 0 pgmap v14334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:51 smithi135 bash[32435]: cluster 2023-12-08T01:12:49.591327+0000 mgr.a (mgr.14403) 19196 : cluster 0 pgmap v14334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:12:52.321 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:12:52.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:52.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:52.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:52.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:12:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:53 smithi079 bash[28699]: cluster 2023-12-08T01:12:51.591807+0000 mgr.a (mgr.14403) 19197 : cluster 0 pgmap v14335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:53 smithi079 bash[28699]: audit 2023-12-08T01:12:51.841929+0000 mgr.a (mgr.14403) 19198 : audit 0 from='client.381243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:53 smithi194 bash[32038]: cluster 2023-12-08T01:12:51.591807+0000 mgr.a (mgr.14403) 19197 : cluster 0 pgmap v14335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:53.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:53 smithi194 bash[32038]: audit 2023-12-08T01:12:51.841929+0000 mgr.a (mgr.14403) 19198 : audit 0 from='client.381243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:53 smithi135 bash[32435]: cluster 2023-12-08T01:12:51.591807+0000 mgr.a (mgr.14403) 19197 : cluster 0 pgmap v14335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:53 smithi135 bash[32435]: audit 2023-12-08T01:12:51.841929+0000 mgr.a (mgr.14403) 19198 : audit 0 from='client.381243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:54 smithi079 bash[28699]: cluster 2023-12-08T01:12:53.592505+0000 mgr.a (mgr.14403) 19199 : cluster 0 pgmap v14336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:12:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:54 smithi194 bash[32038]: cluster 2023-12-08T01:12:53.592505+0000 mgr.a (mgr.14403) 19199 : cluster 0 pgmap v14336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:12:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:54 smithi135 bash[32435]: cluster 2023-12-08T01:12:53.592505+0000 mgr.a (mgr.14403) 19199 : cluster 0 pgmap v14336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:12:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:56 smithi194 bash[32038]: cluster 2023-12-08T01:12:55.593211+0000 mgr.a (mgr.14403) 19200 : cluster 0 pgmap v14337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:12:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:56 smithi135 bash[32435]: cluster 2023-12-08T01:12:55.593211+0000 mgr.a (mgr.14403) 19200 : cluster 0 pgmap v14337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:12:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:56 smithi079 bash[28699]: cluster 2023-12-08T01:12:55.593211+0000 mgr.a (mgr.14403) 19200 : cluster 0 pgmap v14337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:12:57.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:12:57.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:12:57.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:12:58.223 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:12:58.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:12:58.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:12:58.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:12:58.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:12:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:59 smithi194 bash[32038]: cluster 2023-12-08T01:12:57.593627+0000 mgr.a (mgr.14403) 19201 : cluster 0 pgmap v14338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:12:59 smithi194 bash[32038]: audit 2023-12-08T01:12:57.725798+0000 mgr.a (mgr.14403) 19202 : audit 0 from='client.381318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:59 smithi135 bash[32435]: cluster 2023-12-08T01:12:57.593627+0000 mgr.a (mgr.14403) 19201 : cluster 0 pgmap v14338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:12:59 smithi135 bash[32435]: audit 2023-12-08T01:12:57.725798+0000 mgr.a (mgr.14403) 19202 : audit 0 from='client.381318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:12:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:59 smithi079 bash[28699]: cluster 2023-12-08T01:12:57.593627+0000 mgr.a (mgr.14403) 19201 : cluster 0 pgmap v14338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:12:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:12:59 smithi079 bash[28699]: audit 2023-12-08T01:12:57.725798+0000 mgr.a (mgr.14403) 19202 : audit 0 from='client.381318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:01 smithi194 bash[32038]: cluster 2023-12-08T01:12:59.594392+0000 mgr.a (mgr.14403) 19203 : cluster 0 pgmap v14339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:01 smithi135 bash[32435]: cluster 2023-12-08T01:12:59.594392+0000 mgr.a (mgr.14403) 19203 : cluster 0 pgmap v14339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:01 smithi079 bash[28699]: cluster 2023-12-08T01:12:59.594392+0000 mgr.a (mgr.14403) 19203 : cluster 0 pgmap v14339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:03.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:13:03.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:03.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:03 smithi194 bash[32038]: cluster 2023-12-08T01:13:01.594903+0000 mgr.a (mgr.14403) 19204 : cluster 0 pgmap v14340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:03 smithi135 bash[32435]: cluster 2023-12-08T01:13:01.594903+0000 mgr.a (mgr.14403) 19204 : cluster 0 pgmap v14340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:03 smithi079 bash[28699]: cluster 2023-12-08T01:13:01.594903+0000 mgr.a (mgr.14403) 19204 : cluster 0 pgmap v14340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:04.156 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:13:04.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:04.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:04.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:04.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:13:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:05 smithi194 bash[32038]: cluster 2023-12-08T01:13:03.595558+0000 mgr.a (mgr.14403) 19205 : cluster 0 pgmap v14341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:05 smithi194 bash[32038]: audit 2023-12-08T01:13:03.636928+0000 mgr.a (mgr.14403) 19206 : audit 0 from='client.381396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:05 smithi135 bash[32435]: cluster 2023-12-08T01:13:03.595558+0000 mgr.a (mgr.14403) 19205 : cluster 0 pgmap v14341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:05 smithi135 bash[32435]: audit 2023-12-08T01:13:03.636928+0000 mgr.a (mgr.14403) 19206 : audit 0 from='client.381396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:05 smithi079 bash[28699]: cluster 2023-12-08T01:13:03.595558+0000 mgr.a (mgr.14403) 19205 : cluster 0 pgmap v14341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:05 smithi079 bash[28699]: audit 2023-12-08T01:13:03.636928+0000 mgr.a (mgr.14403) 19206 : audit 0 from='client.381396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:07 smithi194 bash[32038]: cluster 2023-12-08T01:13:05.596559+0000 mgr.a (mgr.14403) 19207 : cluster 0 pgmap v14342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:13:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:07 smithi135 bash[32435]: cluster 2023-12-08T01:13:05.596559+0000 mgr.a (mgr.14403) 19207 : cluster 0 pgmap v14342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:13:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:07 smithi079 bash[28699]: cluster 2023-12-08T01:13:05.596559+0000 mgr.a (mgr.14403) 19207 : cluster 0 pgmap v14342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:13:09.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:13:09.158 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:09.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:09.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:09 smithi194 bash[32038]: cluster 2023-12-08T01:13:07.597283+0000 mgr.a (mgr.14403) 19208 : cluster 0 pgmap v14343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:13:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:09 smithi135 bash[32435]: cluster 2023-12-08T01:13:07.597283+0000 mgr.a (mgr.14403) 19208 : cluster 0 pgmap v14343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:13:09.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:09 smithi079 bash[28699]: cluster 2023-12-08T01:13:07.597283+0000 mgr.a (mgr.14403) 19208 : cluster 0 pgmap v14343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:13:10.082 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:13:10.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:10.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:10.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:10.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:13:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:11 smithi194 bash[32038]: audit 2023-12-08T01:13:09.563055+0000 mgr.a (mgr.14403) 19209 : audit 0 from='client.381474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:11 smithi194 bash[32038]: cluster 2023-12-08T01:13:09.598537+0000 mgr.a (mgr.14403) 19210 : cluster 0 pgmap v14344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:11 smithi135 bash[32435]: audit 2023-12-08T01:13:09.563055+0000 mgr.a (mgr.14403) 19209 : audit 0 from='client.381474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:11 smithi135 bash[32435]: cluster 2023-12-08T01:13:09.598537+0000 mgr.a (mgr.14403) 19210 : cluster 0 pgmap v14344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:11.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:11 smithi079 bash[28699]: audit 2023-12-08T01:13:09.563055+0000 mgr.a (mgr.14403) 19209 : audit 0 from='client.381474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:11.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:11 smithi079 bash[28699]: cluster 2023-12-08T01:13:09.598537+0000 mgr.a (mgr.14403) 19210 : cluster 0 pgmap v14344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:13.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:13 smithi194 bash[32038]: cluster 2023-12-08T01:13:11.599255+0000 mgr.a (mgr.14403) 19211 : cluster 0 pgmap v14345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:13 smithi135 bash[32435]: cluster 2023-12-08T01:13:11.599255+0000 mgr.a (mgr.14403) 19211 : cluster 0 pgmap v14345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:13.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:13 smithi079 bash[28699]: cluster 2023-12-08T01:13:11.599255+0000 mgr.a (mgr.14403) 19211 : cluster 0 pgmap v14345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:15.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:13:15.086 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:15.086 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:15 smithi194 bash[32038]: cluster 2023-12-08T01:13:13.600097+0000 mgr.a (mgr.14403) 19212 : cluster 0 pgmap v14346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:13:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:15 smithi135 bash[32435]: cluster 2023-12-08T01:13:13.600097+0000 mgr.a (mgr.14403) 19212 : cluster 0 pgmap v14346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:13:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:15 smithi079 bash[28699]: cluster 2023-12-08T01:13:13.600097+0000 mgr.a (mgr.14403) 19212 : cluster 0 pgmap v14346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:13:15.982 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:13:15.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:15.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:15.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:15.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:13:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:16 smithi194 bash[32038]: audit 2023-12-08T01:13:15.484064+0000 mgr.a (mgr.14403) 19213 : audit 0 from='client.381549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:16.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:16 smithi135 bash[32435]: audit 2023-12-08T01:13:15.484064+0000 mgr.a (mgr.14403) 19213 : audit 0 from='client.381549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:16.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:16 smithi079 bash[28699]: audit 2023-12-08T01:13:15.484064+0000 mgr.a (mgr.14403) 19213 : audit 0 from='client.381549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:17 smithi194 bash[32038]: cluster 2023-12-08T01:13:15.601203+0000 mgr.a (mgr.14403) 19214 : cluster 0 pgmap v14347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:17.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:17 smithi135 bash[32435]: cluster 2023-12-08T01:13:15.601203+0000 mgr.a (mgr.14403) 19214 : cluster 0 pgmap v14347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:17.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:17 smithi079 bash[28699]: cluster 2023-12-08T01:13:15.601203+0000 mgr.a (mgr.14403) 19214 : cluster 0 pgmap v14347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:19.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:19 smithi194 bash[32038]: cluster 2023-12-08T01:13:17.601896+0000 mgr.a (mgr.14403) 19215 : cluster 0 pgmap v14348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:13:19.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:19 smithi135 bash[32435]: cluster 2023-12-08T01:13:17.601896+0000 mgr.a (mgr.14403) 19215 : cluster 0 pgmap v14348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:13:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:19 smithi079 bash[28699]: cluster 2023-12-08T01:13:17.601896+0000 mgr.a (mgr.14403) 19215 : cluster 0 pgmap v14348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:13:20.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:13:20.985 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:20.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:21.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:21 smithi194 bash[32038]: cluster 2023-12-08T01:13:19.602713+0000 mgr.a (mgr.14403) 19216 : cluster 0 pgmap v14349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:13:21.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:21 smithi135 bash[32435]: cluster 2023-12-08T01:13:19.602713+0000 mgr.a (mgr.14403) 19216 : cluster 0 pgmap v14349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:13:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:21 smithi079 bash[28699]: cluster 2023-12-08T01:13:19.602713+0000 mgr.a (mgr.14403) 19216 : cluster 0 pgmap v14349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:13:21.888 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:13:21.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:21.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:21.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:21.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:13:22.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:22 smithi135 bash[32435]: audit 2023-12-08T01:13:21.387468+0000 mgr.a (mgr.14403) 19217 : audit 0 from='client.381627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:22 smithi079 bash[28699]: audit 2023-12-08T01:13:21.387468+0000 mgr.a (mgr.14403) 19217 : audit 0 from='client.381627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:22 smithi194 bash[32038]: audit 2023-12-08T01:13:21.387468+0000 mgr.a (mgr.14403) 19217 : audit 0 from='client.381627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:23 smithi079 bash[28699]: cluster 2023-12-08T01:13:21.603489+0000 mgr.a (mgr.14403) 19218 : cluster 0 pgmap v14350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:23 smithi194 bash[32038]: cluster 2023-12-08T01:13:21.603489+0000 mgr.a (mgr.14403) 19218 : cluster 0 pgmap v14350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:23 smithi135 bash[32435]: cluster 2023-12-08T01:13:21.603489+0000 mgr.a (mgr.14403) 19218 : cluster 0 pgmap v14350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:25 smithi079 bash[28699]: cluster 2023-12-08T01:13:23.604254+0000 mgr.a (mgr.14403) 19219 : cluster 0 pgmap v14351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:13:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:25 smithi194 bash[32038]: cluster 2023-12-08T01:13:23.604254+0000 mgr.a (mgr.14403) 19219 : cluster 0 pgmap v14351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:13:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:25 smithi135 bash[32435]: cluster 2023-12-08T01:13:23.604254+0000 mgr.a (mgr.14403) 19219 : cluster 0 pgmap v14351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:13:26.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:13:26.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:26.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:27.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:27 smithi079 bash[28699]: cluster 2023-12-08T01:13:25.605095+0000 mgr.a (mgr.14403) 19220 : cluster 0 pgmap v14352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:13:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:27 smithi194 bash[32038]: cluster 2023-12-08T01:13:25.605095+0000 mgr.a (mgr.14403) 19220 : cluster 0 pgmap v14352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:13:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:27 smithi135 bash[32435]: cluster 2023-12-08T01:13:25.605095+0000 mgr.a (mgr.14403) 19220 : cluster 0 pgmap v14352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:13:27.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:27.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:27.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:27.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:13:27.779 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:13:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:28 smithi079 bash[28699]: audit 2023-12-08T01:13:27.288329+0000 mgr.a (mgr.14403) 19221 : audit 0 from='client.381699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:28 smithi194 bash[32038]: audit 2023-12-08T01:13:27.288329+0000 mgr.a (mgr.14403) 19221 : audit 0 from='client.381699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:28 smithi135 bash[32435]: audit 2023-12-08T01:13:27.288329+0000 mgr.a (mgr.14403) 19221 : audit 0 from='client.381699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:29.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:29 smithi079 bash[28699]: cluster 2023-12-08T01:13:27.605577+0000 mgr.a (mgr.14403) 19222 : cluster 0 pgmap v14353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:29 smithi194 bash[32038]: cluster 2023-12-08T01:13:27.605577+0000 mgr.a (mgr.14403) 19222 : cluster 0 pgmap v14353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:29 smithi135 bash[32435]: cluster 2023-12-08T01:13:27.605577+0000 mgr.a (mgr.14403) 19222 : cluster 0 pgmap v14353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:31.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:31 smithi079 bash[28699]: cluster 2023-12-08T01:13:29.606402+0000 mgr.a (mgr.14403) 19223 : cluster 0 pgmap v14354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:31 smithi194 bash[32038]: cluster 2023-12-08T01:13:29.606402+0000 mgr.a (mgr.14403) 19223 : cluster 0 pgmap v14354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:31 smithi135 bash[32435]: cluster 2023-12-08T01:13:29.606402+0000 mgr.a (mgr.14403) 19223 : cluster 0 pgmap v14354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:13:32.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:13:32.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:32.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:33.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:33 smithi079 bash[28699]: cluster 2023-12-08T01:13:31.607086+0000 mgr.a (mgr.14403) 19224 : cluster 0 pgmap v14355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:33.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:33 smithi079 bash[28699]: audit 2023-12-08T01:13:32.866694+0000 mon.a (mon.0) 3104 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:13:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:33 smithi194 bash[32038]: cluster 2023-12-08T01:13:31.607086+0000 mgr.a (mgr.14403) 19224 : cluster 0 pgmap v14355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:33 smithi194 bash[32038]: audit 2023-12-08T01:13:32.866694+0000 mon.a (mon.0) 3104 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:13:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:33 smithi135 bash[32435]: cluster 2023-12-08T01:13:31.607086+0000 mgr.a (mgr.14403) 19224 : cluster 0 pgmap v14355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:33 smithi135 bash[32435]: audit 2023-12-08T01:13:32.866694+0000 mon.a (mon.0) 3104 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:13:33.708 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:13:33.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:33.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:33.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:33.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:13:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:34 smithi079 bash[28699]: audit 2023-12-08T01:13:33.191635+0000 mgr.a (mgr.14403) 19225 : audit 0 from='client.381777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:34 smithi079 bash[28699]: audit 2023-12-08T01:13:33.723270+0000 mon.a (mon.0) 3105 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:13:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:34 smithi079 bash[28699]: audit 2023-12-08T01:13:33.725006+0000 mon.a (mon.0) 3106 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:13:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:34 smithi079 bash[28699]: audit 2023-12-08T01:13:33.735084+0000 mon.a (mon.0) 3107 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:13:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:34 smithi194 bash[32038]: audit 2023-12-08T01:13:33.191635+0000 mgr.a (mgr.14403) 19225 : audit 0 from='client.381777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:34 smithi194 bash[32038]: audit 2023-12-08T01:13:33.723270+0000 mon.a (mon.0) 3105 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:13:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:34 smithi194 bash[32038]: audit 2023-12-08T01:13:33.725006+0000 mon.a (mon.0) 3106 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:13:34.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:34 smithi194 bash[32038]: audit 2023-12-08T01:13:33.735084+0000 mon.a (mon.0) 3107 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:13:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:34 smithi135 bash[32435]: audit 2023-12-08T01:13:33.191635+0000 mgr.a (mgr.14403) 19225 : audit 0 from='client.381777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:34 smithi135 bash[32435]: audit 2023-12-08T01:13:33.723270+0000 mon.a (mon.0) 3105 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:13:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:34 smithi135 bash[32435]: audit 2023-12-08T01:13:33.725006+0000 mon.a (mon.0) 3106 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:13:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:34 smithi135 bash[32435]: audit 2023-12-08T01:13:33.735084+0000 mon.a (mon.0) 3107 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:13:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:35 smithi079 bash[28699]: cluster 2023-12-08T01:13:33.607875+0000 mgr.a (mgr.14403) 19226 : cluster 0 pgmap v14356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:13:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:35 smithi194 bash[32038]: cluster 2023-12-08T01:13:33.607875+0000 mgr.a (mgr.14403) 19226 : cluster 0 pgmap v14356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:13:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:35 smithi135 bash[32435]: cluster 2023-12-08T01:13:33.607875+0000 mgr.a (mgr.14403) 19226 : cluster 0 pgmap v14356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:13:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:37 smithi079 bash[28699]: cluster 2023-12-08T01:13:35.608642+0000 mgr.a (mgr.14403) 19227 : cluster 0 pgmap v14357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:13:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:37 smithi194 bash[32038]: cluster 2023-12-08T01:13:35.608642+0000 mgr.a (mgr.14403) 19227 : cluster 0 pgmap v14357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:13:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:37 smithi135 bash[32435]: cluster 2023-12-08T01:13:35.608642+0000 mgr.a (mgr.14403) 19227 : cluster 0 pgmap v14357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:13:38.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:13:38.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:38.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:39 smithi079 bash[28699]: cluster 2023-12-08T01:13:37.609184+0000 mgr.a (mgr.14403) 19228 : cluster 0 pgmap v14358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:13:39.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:39.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:39.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:39.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:13:39.646 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:13:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:39 smithi194 bash[32038]: cluster 2023-12-08T01:13:37.609184+0000 mgr.a (mgr.14403) 19228 : cluster 0 pgmap v14358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:13:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:39 smithi135 bash[32435]: cluster 2023-12-08T01:13:37.609184+0000 mgr.a (mgr.14403) 19228 : cluster 0 pgmap v14358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:13:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:40 smithi079 bash[28699]: audit 2023-12-08T01:13:39.113112+0000 mgr.a (mgr.14403) 19229 : audit 0 from='client.381852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:40 smithi194 bash[32038]: audit 2023-12-08T01:13:39.113112+0000 mgr.a (mgr.14403) 19229 : audit 0 from='client.381852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:40 smithi135 bash[32435]: audit 2023-12-08T01:13:39.113112+0000 mgr.a (mgr.14403) 19229 : audit 0 from='client.381852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:41 smithi079 bash[28699]: cluster 2023-12-08T01:13:39.610237+0000 mgr.a (mgr.14403) 19230 : cluster 0 pgmap v14359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:41 smithi194 bash[32038]: cluster 2023-12-08T01:13:39.610237+0000 mgr.a (mgr.14403) 19230 : cluster 0 pgmap v14359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:41 smithi135 bash[32435]: cluster 2023-12-08T01:13:39.610237+0000 mgr.a (mgr.14403) 19230 : cluster 0 pgmap v14359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:43 smithi079 bash[28699]: cluster 2023-12-08T01:13:41.610831+0000 mgr.a (mgr.14403) 19231 : cluster 0 pgmap v14360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:43 smithi194 bash[32038]: cluster 2023-12-08T01:13:41.610831+0000 mgr.a (mgr.14403) 19231 : cluster 0 pgmap v14360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:43 smithi135 bash[32435]: cluster 2023-12-08T01:13:41.610831+0000 mgr.a (mgr.14403) 19231 : cluster 0 pgmap v14360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:13:44.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:13:44.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:44.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:45.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:45.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:45.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:45.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:13:45.576 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:13:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:45 smithi079 bash[28699]: cluster 2023-12-08T01:13:43.611461+0000 mgr.a (mgr.14403) 19232 : cluster 0 pgmap v14361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:13:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:45 smithi194 bash[32038]: cluster 2023-12-08T01:13:43.611461+0000 mgr.a (mgr.14403) 19232 : cluster 0 pgmap v14361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:13:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:45 smithi135 bash[32435]: cluster 2023-12-08T01:13:43.611461+0000 mgr.a (mgr.14403) 19232 : cluster 0 pgmap v14361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:13:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:46 smithi079 bash[28699]: audit 2023-12-08T01:13:45.051060+0000 mgr.a (mgr.14403) 19233 : audit 0 from='client.381927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:46 smithi194 bash[32038]: audit 2023-12-08T01:13:45.051060+0000 mgr.a (mgr.14403) 19233 : audit 0 from='client.381927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:46 smithi135 bash[32435]: audit 2023-12-08T01:13:45.051060+0000 mgr.a (mgr.14403) 19233 : audit 0 from='client.381927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:47 smithi079 bash[28699]: cluster 2023-12-08T01:13:45.612490+0000 mgr.a (mgr.14403) 19234 : cluster 0 pgmap v14362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:13:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:47 smithi194 bash[32038]: cluster 2023-12-08T01:13:45.612490+0000 mgr.a (mgr.14403) 19234 : cluster 0 pgmap v14362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:13:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:47 smithi135 bash[32435]: cluster 2023-12-08T01:13:45.612490+0000 mgr.a (mgr.14403) 19234 : cluster 0 pgmap v14362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:13:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:49 smithi079 bash[28699]: cluster 2023-12-08T01:13:47.613078+0000 mgr.a (mgr.14403) 19235 : cluster 0 pgmap v14363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:13:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:49 smithi194 bash[32038]: cluster 2023-12-08T01:13:47.613078+0000 mgr.a (mgr.14403) 19235 : cluster 0 pgmap v14363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:13:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:49 smithi135 bash[32435]: cluster 2023-12-08T01:13:47.613078+0000 mgr.a (mgr.14403) 19235 : cluster 0 pgmap v14363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:13:50.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:13:50.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:50.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:51.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:51.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:51.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:51.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:13:51.478 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:13:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:51 smithi079 bash[28699]: cluster 2023-12-08T01:13:49.613884+0000 mgr.a (mgr.14403) 19236 : cluster 0 pgmap v14364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:13:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:51 smithi194 bash[32038]: cluster 2023-12-08T01:13:49.613884+0000 mgr.a (mgr.14403) 19236 : cluster 0 pgmap v14364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:13:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:51 smithi135 bash[32435]: cluster 2023-12-08T01:13:49.613884+0000 mgr.a (mgr.14403) 19236 : cluster 0 pgmap v14364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:13:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:52 smithi079 bash[28699]: audit 2023-12-08T01:13:50.975033+0000 mgr.a (mgr.14403) 19237 : audit 0 from='client.382005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:52 smithi194 bash[32038]: audit 2023-12-08T01:13:50.975033+0000 mgr.a (mgr.14403) 19237 : audit 0 from='client.382005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:52 smithi135 bash[32435]: audit 2023-12-08T01:13:50.975033+0000 mgr.a (mgr.14403) 19237 : audit 0 from='client.382005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:53.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:53 smithi079 bash[28699]: cluster 2023-12-08T01:13:51.614641+0000 mgr.a (mgr.14403) 19238 : cluster 0 pgmap v14365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:53 smithi194 bash[32038]: cluster 2023-12-08T01:13:51.614641+0000 mgr.a (mgr.14403) 19238 : cluster 0 pgmap v14365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:53 smithi135 bash[32435]: cluster 2023-12-08T01:13:51.614641+0000 mgr.a (mgr.14403) 19238 : cluster 0 pgmap v14365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:55 smithi079 bash[28699]: cluster 2023-12-08T01:13:53.615291+0000 mgr.a (mgr.14403) 19239 : cluster 0 pgmap v14366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:13:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:55 smithi194 bash[32038]: cluster 2023-12-08T01:13:53.615291+0000 mgr.a (mgr.14403) 19239 : cluster 0 pgmap v14366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:13:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:55 smithi135 bash[32435]: cluster 2023-12-08T01:13:53.615291+0000 mgr.a (mgr.14403) 19239 : cluster 0 pgmap v14366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:13:56.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:13:56.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:13:56.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:13:57.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:13:57.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:13:57.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:13:57.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:13:57.401 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:13:57.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:57 smithi079 bash[28699]: cluster 2023-12-08T01:13:55.615973+0000 mgr.a (mgr.14403) 19240 : cluster 0 pgmap v14367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:13:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:57 smithi194 bash[32038]: cluster 2023-12-08T01:13:55.615973+0000 mgr.a (mgr.14403) 19240 : cluster 0 pgmap v14367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:13:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:57 smithi135 bash[32435]: cluster 2023-12-08T01:13:55.615973+0000 mgr.a (mgr.14403) 19240 : cluster 0 pgmap v14367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:13:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:58 smithi079 bash[28699]: audit 2023-12-08T01:13:56.892669+0000 mgr.a (mgr.14403) 19241 : audit 0 from='client.382077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:58 smithi194 bash[32038]: audit 2023-12-08T01:13:56.892669+0000 mgr.a (mgr.14403) 19241 : audit 0 from='client.382077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:58 smithi135 bash[32435]: audit 2023-12-08T01:13:56.892669+0000 mgr.a (mgr.14403) 19241 : audit 0 from='client.382077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:13:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:13:59 smithi079 bash[28699]: cluster 2023-12-08T01:13:57.616729+0000 mgr.a (mgr.14403) 19242 : cluster 0 pgmap v14368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:13:59 smithi194 bash[32038]: cluster 2023-12-08T01:13:57.616729+0000 mgr.a (mgr.14403) 19242 : cluster 0 pgmap v14368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:13:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:13:59 smithi135 bash[32435]: cluster 2023-12-08T01:13:57.616729+0000 mgr.a (mgr.14403) 19242 : cluster 0 pgmap v14368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:01 smithi079 bash[28699]: cluster 2023-12-08T01:13:59.617661+0000 mgr.a (mgr.14403) 19243 : cluster 0 pgmap v14369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:01 smithi194 bash[32038]: cluster 2023-12-08T01:13:59.617661+0000 mgr.a (mgr.14403) 19243 : cluster 0 pgmap v14369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:01 smithi135 bash[32435]: cluster 2023-12-08T01:13:59.617661+0000 mgr.a (mgr.14403) 19243 : cluster 0 pgmap v14369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:02.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:14:02.405 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:02.405 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:03.306 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:14:03.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:03.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:03.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:03.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:14:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:03 smithi079 bash[28699]: cluster 2023-12-08T01:14:01.618257+0000 mgr.a (mgr.14403) 19244 : cluster 0 pgmap v14370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:03 smithi194 bash[32038]: cluster 2023-12-08T01:14:01.618257+0000 mgr.a (mgr.14403) 19244 : cluster 0 pgmap v14370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:03 smithi135 bash[32435]: cluster 2023-12-08T01:14:01.618257+0000 mgr.a (mgr.14403) 19244 : cluster 0 pgmap v14370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:04.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:04 smithi079 bash[28699]: audit 2023-12-08T01:14:02.800327+0000 mgr.a (mgr.14403) 19245 : audit 0 from='client.382152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:04 smithi194 bash[32038]: audit 2023-12-08T01:14:02.800327+0000 mgr.a (mgr.14403) 19245 : audit 0 from='client.382152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:04 smithi135 bash[32435]: audit 2023-12-08T01:14:02.800327+0000 mgr.a (mgr.14403) 19245 : audit 0 from='client.382152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:05 smithi079 bash[28699]: cluster 2023-12-08T01:14:03.619077+0000 mgr.a (mgr.14403) 19246 : cluster 0 pgmap v14371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:05 smithi194 bash[32038]: cluster 2023-12-08T01:14:03.619077+0000 mgr.a (mgr.14403) 19246 : cluster 0 pgmap v14371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:05 smithi135 bash[32435]: cluster 2023-12-08T01:14:03.619077+0000 mgr.a (mgr.14403) 19246 : cluster 0 pgmap v14371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:07 smithi079 bash[28699]: cluster 2023-12-08T01:14:05.619832+0000 mgr.a (mgr.14403) 19247 : cluster 0 pgmap v14372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:14:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:07 smithi194 bash[32038]: cluster 2023-12-08T01:14:05.619832+0000 mgr.a (mgr.14403) 19247 : cluster 0 pgmap v14372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:14:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:07 smithi135 bash[32435]: cluster 2023-12-08T01:14:05.619832+0000 mgr.a (mgr.14403) 19247 : cluster 0 pgmap v14372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:14:08.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:14:08.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:08.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:09.218 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:14:09.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:09.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:09.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:09.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:14:09.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:09 smithi079 bash[28699]: cluster 2023-12-08T01:14:07.620389+0000 mgr.a (mgr.14403) 19248 : cluster 0 pgmap v14373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:09 smithi194 bash[32038]: cluster 2023-12-08T01:14:07.620389+0000 mgr.a (mgr.14403) 19248 : cluster 0 pgmap v14373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:09 smithi135 bash[32435]: cluster 2023-12-08T01:14:07.620389+0000 mgr.a (mgr.14403) 19248 : cluster 0 pgmap v14373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:10 smithi079 bash[28699]: audit 2023-12-08T01:14:08.711108+0000 mgr.a (mgr.14403) 19249 : audit 0 from='client.382230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:10 smithi194 bash[32038]: audit 2023-12-08T01:14:08.711108+0000 mgr.a (mgr.14403) 19249 : audit 0 from='client.382230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:10 smithi135 bash[32435]: audit 2023-12-08T01:14:08.711108+0000 mgr.a (mgr.14403) 19249 : audit 0 from='client.382230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:11.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:11 smithi079 bash[28699]: cluster 2023-12-08T01:14:09.621450+0000 mgr.a (mgr.14403) 19250 : cluster 0 pgmap v14374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:11 smithi194 bash[32038]: cluster 2023-12-08T01:14:09.621450+0000 mgr.a (mgr.14403) 19250 : cluster 0 pgmap v14374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:11 smithi135 bash[32435]: cluster 2023-12-08T01:14:09.621450+0000 mgr.a (mgr.14403) 19250 : cluster 0 pgmap v14374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:13.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:13 smithi079 bash[28699]: cluster 2023-12-08T01:14:11.622049+0000 mgr.a (mgr.14403) 19251 : cluster 0 pgmap v14375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:14:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:13 smithi194 bash[32038]: cluster 2023-12-08T01:14:11.622049+0000 mgr.a (mgr.14403) 19251 : cluster 0 pgmap v14375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:14:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:13 smithi135 bash[32435]: cluster 2023-12-08T01:14:11.622049+0000 mgr.a (mgr.14403) 19251 : cluster 0 pgmap v14375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:14:14.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:14:14.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:14.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:15.107 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:14:15.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:15.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:15.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:15.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:14:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:15 smithi079 bash[28699]: cluster 2023-12-08T01:14:13.622680+0000 mgr.a (mgr.14403) 19252 : cluster 0 pgmap v14376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:14:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:15 smithi194 bash[32038]: cluster 2023-12-08T01:14:13.622680+0000 mgr.a (mgr.14403) 19252 : cluster 0 pgmap v14376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:14:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:15 smithi135 bash[32435]: cluster 2023-12-08T01:14:13.622680+0000 mgr.a (mgr.14403) 19252 : cluster 0 pgmap v14376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:14:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:16 smithi079 bash[28699]: audit 2023-12-08T01:14:14.626529+0000 mgr.a (mgr.14403) 19253 : audit 0 from='client.382308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:16 smithi194 bash[32038]: audit 2023-12-08T01:14:14.626529+0000 mgr.a (mgr.14403) 19253 : audit 0 from='client.382308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:16 smithi135 bash[32435]: audit 2023-12-08T01:14:14.626529+0000 mgr.a (mgr.14403) 19253 : audit 0 from='client.382308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:17.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:17 smithi079 bash[28699]: cluster 2023-12-08T01:14:15.623671+0000 mgr.a (mgr.14403) 19254 : cluster 0 pgmap v14377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:14:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:17 smithi194 bash[32038]: cluster 2023-12-08T01:14:15.623671+0000 mgr.a (mgr.14403) 19254 : cluster 0 pgmap v14377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:14:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:17 smithi135 bash[32435]: cluster 2023-12-08T01:14:15.623671+0000 mgr.a (mgr.14403) 19254 : cluster 0 pgmap v14377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:14:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:19 smithi079 bash[28699]: cluster 2023-12-08T01:14:17.624236+0000 mgr.a (mgr.14403) 19255 : cluster 0 pgmap v14378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:14:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:19 smithi194 bash[32038]: cluster 2023-12-08T01:14:17.624236+0000 mgr.a (mgr.14403) 19255 : cluster 0 pgmap v14378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:14:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:19 smithi135 bash[32435]: cluster 2023-12-08T01:14:17.624236+0000 mgr.a (mgr.14403) 19255 : cluster 0 pgmap v14378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:14:20.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:14:20.111 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:20.111 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:20.990 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:14:20.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:20.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:20.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:20.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:14:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:21 smithi194 bash[32038]: cluster 2023-12-08T01:14:19.625026+0000 mgr.a (mgr.14403) 19256 : cluster 0 pgmap v14379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:21 smithi194 bash[32038]: audit 2023-12-08T01:14:20.514900+0000 mgr.a (mgr.14403) 19257 : audit 0 from='client.382386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:21 smithi135 bash[32435]: cluster 2023-12-08T01:14:19.625026+0000 mgr.a (mgr.14403) 19256 : cluster 0 pgmap v14379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:21 smithi135 bash[32435]: audit 2023-12-08T01:14:20.514900+0000 mgr.a (mgr.14403) 19257 : audit 0 from='client.382386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:21 smithi079 bash[28699]: cluster 2023-12-08T01:14:19.625026+0000 mgr.a (mgr.14403) 19256 : cluster 0 pgmap v14379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:21 smithi079 bash[28699]: audit 2023-12-08T01:14:20.514900+0000 mgr.a (mgr.14403) 19257 : audit 0 from='client.382386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:23 smithi194 bash[32038]: cluster 2023-12-08T01:14:21.625748+0000 mgr.a (mgr.14403) 19258 : cluster 0 pgmap v14380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:23 smithi135 bash[32435]: cluster 2023-12-08T01:14:21.625748+0000 mgr.a (mgr.14403) 19258 : cluster 0 pgmap v14380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:23 smithi079 bash[28699]: cluster 2023-12-08T01:14:21.625748+0000 mgr.a (mgr.14403) 19258 : cluster 0 pgmap v14380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:25 smithi194 bash[32038]: cluster 2023-12-08T01:14:23.626431+0000 mgr.a (mgr.14403) 19259 : cluster 0 pgmap v14381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:25 smithi135 bash[32435]: cluster 2023-12-08T01:14:23.626431+0000 mgr.a (mgr.14403) 19259 : cluster 0 pgmap v14381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:25.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:25 smithi079 bash[28699]: cluster 2023-12-08T01:14:23.626431+0000 mgr.a (mgr.14403) 19259 : cluster 0 pgmap v14381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:25.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:14:25.994 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:25.994 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:26.869 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:14:26.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:26.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:26.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:26.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:14:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:27 smithi194 bash[32038]: cluster 2023-12-08T01:14:25.627159+0000 mgr.a (mgr.14403) 19260 : cluster 0 pgmap v14382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:14:27.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:27 smithi194 bash[32038]: audit 2023-12-08T01:14:26.394562+0000 mgr.a (mgr.14403) 19261 : audit 0 from='client.382464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:27 smithi135 bash[32435]: cluster 2023-12-08T01:14:25.627159+0000 mgr.a (mgr.14403) 19260 : cluster 0 pgmap v14382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:14:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:27 smithi135 bash[32435]: audit 2023-12-08T01:14:26.394562+0000 mgr.a (mgr.14403) 19261 : audit 0 from='client.382464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:27.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:27 smithi079 bash[28699]: cluster 2023-12-08T01:14:25.627159+0000 mgr.a (mgr.14403) 19260 : cluster 0 pgmap v14382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:14:27.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:27 smithi079 bash[28699]: audit 2023-12-08T01:14:26.394562+0000 mgr.a (mgr.14403) 19261 : audit 0 from='client.382464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:29 smithi194 bash[32038]: cluster 2023-12-08T01:14:27.627822+0000 mgr.a (mgr.14403) 19262 : cluster 0 pgmap v14383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:29 smithi135 bash[32435]: cluster 2023-12-08T01:14:27.627822+0000 mgr.a (mgr.14403) 19262 : cluster 0 pgmap v14383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:29 smithi079 bash[28699]: cluster 2023-12-08T01:14:27.627822+0000 mgr.a (mgr.14403) 19262 : cluster 0 pgmap v14383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:31 smithi194 bash[32038]: cluster 2023-12-08T01:14:29.628661+0000 mgr.a (mgr.14403) 19263 : cluster 0 pgmap v14384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:31 smithi135 bash[32435]: cluster 2023-12-08T01:14:29.628661+0000 mgr.a (mgr.14403) 19263 : cluster 0 pgmap v14384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:31.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:14:31.873 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:31.873 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:31.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:31 smithi079 bash[28699]: cluster 2023-12-08T01:14:29.628661+0000 mgr.a (mgr.14403) 19263 : cluster 0 pgmap v14384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:14:32.745 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:14:32.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:32.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:32.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:32.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:14:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:33 smithi194 bash[32038]: cluster 2023-12-08T01:14:31.629269+0000 mgr.a (mgr.14403) 19264 : cluster 0 pgmap v14385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:33 smithi194 bash[32038]: audit 2023-12-08T01:14:32.279498+0000 mgr.a (mgr.14403) 19265 : audit 0 from='client.382539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:33 smithi135 bash[32435]: cluster 2023-12-08T01:14:31.629269+0000 mgr.a (mgr.14403) 19264 : cluster 0 pgmap v14385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:33 smithi135 bash[32435]: audit 2023-12-08T01:14:32.279498+0000 mgr.a (mgr.14403) 19265 : audit 0 from='client.382539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:33 smithi079 bash[28699]: cluster 2023-12-08T01:14:31.629269+0000 mgr.a (mgr.14403) 19264 : cluster 0 pgmap v14385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:33 smithi079 bash[28699]: audit 2023-12-08T01:14:32.279498+0000 mgr.a (mgr.14403) 19265 : audit 0 from='client.382539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:34 smithi194 bash[32038]: audit 2023-12-08T01:14:33.838275+0000 mon.a (mon.0) 3108 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:14:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:34 smithi135 bash[32435]: audit 2023-12-08T01:14:33.838275+0000 mon.a (mon.0) 3108 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:14:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:34 smithi079 bash[28699]: audit 2023-12-08T01:14:33.838275+0000 mon.a (mon.0) 3108 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:14:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:35 smithi194 bash[32038]: cluster 2023-12-08T01:14:33.630109+0000 mgr.a (mgr.14403) 19266 : cluster 0 pgmap v14386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:35 smithi135 bash[32435]: cluster 2023-12-08T01:14:33.630109+0000 mgr.a (mgr.14403) 19266 : cluster 0 pgmap v14386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:35.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:35 smithi079 bash[28699]: cluster 2023-12-08T01:14:33.630109+0000 mgr.a (mgr.14403) 19266 : cluster 0 pgmap v14386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:14:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:37 smithi194 bash[32038]: cluster 2023-12-08T01:14:35.630875+0000 mgr.a (mgr.14403) 19267 : cluster 0 pgmap v14387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:14:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:37 smithi135 bash[32435]: cluster 2023-12-08T01:14:35.630875+0000 mgr.a (mgr.14403) 19267 : cluster 0 pgmap v14387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:14:37.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:14:37.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:37.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:37.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:37 smithi079 bash[28699]: cluster 2023-12-08T01:14:35.630875+0000 mgr.a (mgr.14403) 19267 : cluster 0 pgmap v14387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:14:38.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:38.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:38.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:38.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:14:38.647 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:14:39.716 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:39 smithi194 bash[32038]: cluster 2023-12-08T01:14:37.631449+0000 mgr.a (mgr.14403) 19268 : cluster 0 pgmap v14388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:39.717 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:39 smithi194 bash[32038]: audit 2023-12-08T01:14:38.145526+0000 mgr.a (mgr.14403) 19269 : audit 0 from='client.382617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:39.717 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:39 smithi194 bash[32038]: audit 2023-12-08T01:14:39.181566+0000 mon.a (mon.0) 3109 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.717 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:39 smithi194 bash[32038]: audit 2023-12-08T01:14:39.186830+0000 mon.a (mon.0) 3110 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.717 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:39 smithi194 bash[32038]: audit 2023-12-08T01:14:39.231197+0000 mon.a (mon.0) 3111 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.717 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:39 smithi194 bash[32038]: audit 2023-12-08T01:14:39.238510+0000 mon.a (mon.0) 3112 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.717 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:39 smithi194 bash[32038]: audit 2023-12-08T01:14:39.243295+0000 mon.a (mon.0) 3113 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.717 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:39 smithi194 bash[32038]: audit 2023-12-08T01:14:39.248964+0000 mon.a (mon.0) 3114 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.717 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:39 smithi135 bash[32435]: cluster 2023-12-08T01:14:37.631449+0000 mgr.a (mgr.14403) 19268 : cluster 0 pgmap v14388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:39.718 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:39 smithi135 bash[32435]: audit 2023-12-08T01:14:38.145526+0000 mgr.a (mgr.14403) 19269 : audit 0 from='client.382617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:39.718 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:39 smithi135 bash[32435]: audit 2023-12-08T01:14:39.181566+0000 mon.a (mon.0) 3109 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.718 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:39 smithi135 bash[32435]: audit 2023-12-08T01:14:39.186830+0000 mon.a (mon.0) 3110 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.718 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:39 smithi135 bash[32435]: audit 2023-12-08T01:14:39.231197+0000 mon.a (mon.0) 3111 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.718 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:39 smithi135 bash[32435]: audit 2023-12-08T01:14:39.238510+0000 mon.a (mon.0) 3112 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.718 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:39 smithi135 bash[32435]: audit 2023-12-08T01:14:39.243295+0000 mon.a (mon.0) 3113 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.718 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:39 smithi135 bash[32435]: audit 2023-12-08T01:14:39.248964+0000 mon.a (mon.0) 3114 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:39 smithi079 bash[28699]: cluster 2023-12-08T01:14:37.631449+0000 mgr.a (mgr.14403) 19268 : cluster 0 pgmap v14388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:39 smithi079 bash[28699]: audit 2023-12-08T01:14:38.145526+0000 mgr.a (mgr.14403) 19269 : audit 0 from='client.382617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:39 smithi079 bash[28699]: audit 2023-12-08T01:14:39.181566+0000 mon.a (mon.0) 3109 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:39 smithi079 bash[28699]: audit 2023-12-08T01:14:39.186830+0000 mon.a (mon.0) 3110 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:39 smithi079 bash[28699]: audit 2023-12-08T01:14:39.231197+0000 mon.a (mon.0) 3111 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:39 smithi079 bash[28699]: audit 2023-12-08T01:14:39.238510+0000 mon.a (mon.0) 3112 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:39 smithi079 bash[28699]: audit 2023-12-08T01:14:39.243295+0000 mon.a (mon.0) 3113 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:39 smithi079 bash[28699]: audit 2023-12-08T01:14:39.248964+0000 mon.a (mon.0) 3114 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:40 smithi194 bash[32038]: audit 2023-12-08T01:14:39.931490+0000 mon.a (mon.0) 3115 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:14:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:40 smithi194 bash[32038]: audit 2023-12-08T01:14:39.933335+0000 mon.a (mon.0) 3116 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:14:40.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:40 smithi194 bash[32038]: audit 2023-12-08T01:14:39.942164+0000 mon.a (mon.0) 3117 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:40 smithi135 bash[32435]: audit 2023-12-08T01:14:39.931490+0000 mon.a (mon.0) 3115 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:14:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:40 smithi135 bash[32435]: audit 2023-12-08T01:14:39.933335+0000 mon.a (mon.0) 3116 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:14:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:40 smithi135 bash[32435]: audit 2023-12-08T01:14:39.942164+0000 mon.a (mon.0) 3117 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:40 smithi079 bash[28699]: audit 2023-12-08T01:14:39.931490+0000 mon.a (mon.0) 3115 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:14:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:40 smithi079 bash[28699]: audit 2023-12-08T01:14:39.933335+0000 mon.a (mon.0) 3116 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:14:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:40 smithi079 bash[28699]: audit 2023-12-08T01:14:39.942164+0000 mon.a (mon.0) 3117 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:14:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:41 smithi194 bash[32038]: cluster 2023-12-08T01:14:39.631953+0000 mgr.a (mgr.14403) 19270 : cluster 0 pgmap v14389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:14:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:41 smithi135 bash[32435]: cluster 2023-12-08T01:14:39.631953+0000 mgr.a (mgr.14403) 19270 : cluster 0 pgmap v14389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:14:41.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:41 smithi079 bash[28699]: cluster 2023-12-08T01:14:39.631953+0000 mgr.a (mgr.14403) 19270 : cluster 0 pgmap v14389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:14:43.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:14:43.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:43.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:43 smithi135 bash[32435]: cluster 2023-12-08T01:14:41.632480+0000 mgr.a (mgr.14403) 19271 : cluster 0 pgmap v14390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:14:43.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:43 smithi079 bash[28699]: cluster 2023-12-08T01:14:41.632480+0000 mgr.a (mgr.14403) 19271 : cluster 0 pgmap v14390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:14:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:43 smithi194 bash[32038]: cluster 2023-12-08T01:14:41.632480+0000 mgr.a (mgr.14403) 19271 : cluster 0 pgmap v14390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:14:44.585 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:14:44.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:44.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:44.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:44.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:14:45.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:45 smithi079 bash[28699]: cluster 2023-12-08T01:14:43.633216+0000 mgr.a (mgr.14403) 19272 : cluster 0 pgmap v14391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:45.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:45 smithi079 bash[28699]: audit 2023-12-08T01:14:44.061126+0000 mgr.a (mgr.14403) 19273 : audit 0 from='client.382689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:45 smithi194 bash[32038]: cluster 2023-12-08T01:14:43.633216+0000 mgr.a (mgr.14403) 19272 : cluster 0 pgmap v14391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:45 smithi194 bash[32038]: audit 2023-12-08T01:14:44.061126+0000 mgr.a (mgr.14403) 19273 : audit 0 from='client.382689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:45 smithi135 bash[32435]: cluster 2023-12-08T01:14:43.633216+0000 mgr.a (mgr.14403) 19272 : cluster 0 pgmap v14391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:45 smithi135 bash[32435]: audit 2023-12-08T01:14:44.061126+0000 mgr.a (mgr.14403) 19273 : audit 0 from='client.382689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:47 smithi079 bash[28699]: cluster 2023-12-08T01:14:45.634381+0000 mgr.a (mgr.14403) 19274 : cluster 0 pgmap v14392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:14:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:47 smithi194 bash[32038]: cluster 2023-12-08T01:14:45.634381+0000 mgr.a (mgr.14403) 19274 : cluster 0 pgmap v14392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:14:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:47 smithi135 bash[32435]: cluster 2023-12-08T01:14:45.634381+0000 mgr.a (mgr.14403) 19274 : cluster 0 pgmap v14392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:14:49.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:14:49.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:49.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:49.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:49 smithi079 bash[28699]: cluster 2023-12-08T01:14:47.635010+0000 mgr.a (mgr.14403) 19275 : cluster 0 pgmap v14393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:14:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:49 smithi194 bash[32038]: cluster 2023-12-08T01:14:47.635010+0000 mgr.a (mgr.14403) 19275 : cluster 0 pgmap v14393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:14:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:49 smithi135 bash[32435]: cluster 2023-12-08T01:14:47.635010+0000 mgr.a (mgr.14403) 19275 : cluster 0 pgmap v14393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:14:50.486 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:14:50.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:50.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:50.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:50.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:14:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:51 smithi079 bash[28699]: cluster 2023-12-08T01:14:49.635892+0000 mgr.a (mgr.14403) 19276 : cluster 0 pgmap v14394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:51 smithi079 bash[28699]: audit 2023-12-08T01:14:50.000498+0000 mgr.a (mgr.14403) 19277 : audit 0 from='client.382767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:51 smithi194 bash[32038]: cluster 2023-12-08T01:14:49.635892+0000 mgr.a (mgr.14403) 19276 : cluster 0 pgmap v14394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:51 smithi194 bash[32038]: audit 2023-12-08T01:14:50.000498+0000 mgr.a (mgr.14403) 19277 : audit 0 from='client.382767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:51 smithi135 bash[32435]: cluster 2023-12-08T01:14:49.635892+0000 mgr.a (mgr.14403) 19276 : cluster 0 pgmap v14394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:51 smithi135 bash[32435]: audit 2023-12-08T01:14:50.000498+0000 mgr.a (mgr.14403) 19277 : audit 0 from='client.382767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:53 smithi079 bash[28699]: cluster 2023-12-08T01:14:51.636589+0000 mgr.a (mgr.14403) 19278 : cluster 0 pgmap v14395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:14:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:53 smithi194 bash[32038]: cluster 2023-12-08T01:14:51.636589+0000 mgr.a (mgr.14403) 19278 : cluster 0 pgmap v14395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:14:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:53 smithi135 bash[32435]: cluster 2023-12-08T01:14:51.636589+0000 mgr.a (mgr.14403) 19278 : cluster 0 pgmap v14395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:14:55.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:14:55.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:14:55.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:14:55.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:55 smithi079 bash[28699]: cluster 2023-12-08T01:14:53.637267+0000 mgr.a (mgr.14403) 19279 : cluster 0 pgmap v14396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:14:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:55 smithi194 bash[32038]: cluster 2023-12-08T01:14:53.637267+0000 mgr.a (mgr.14403) 19279 : cluster 0 pgmap v14396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:14:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:55 smithi135 bash[32435]: cluster 2023-12-08T01:14:53.637267+0000 mgr.a (mgr.14403) 19279 : cluster 0 pgmap v14396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:14:56.403 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:14:56.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:14:56.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:14:56.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:14:56.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:14:57.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:57 smithi079 bash[28699]: cluster 2023-12-08T01:14:55.637843+0000 mgr.a (mgr.14403) 19280 : cluster 0 pgmap v14397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:57.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:57 smithi079 bash[28699]: audit 2023-12-08T01:14:55.896153+0000 mgr.a (mgr.14403) 19281 : audit 0 from='client.382845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:57 smithi194 bash[32038]: cluster 2023-12-08T01:14:55.637843+0000 mgr.a (mgr.14403) 19280 : cluster 0 pgmap v14397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:57 smithi194 bash[32038]: audit 2023-12-08T01:14:55.896153+0000 mgr.a (mgr.14403) 19281 : audit 0 from='client.382845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:57 smithi135 bash[32435]: cluster 2023-12-08T01:14:55.637843+0000 mgr.a (mgr.14403) 19280 : cluster 0 pgmap v14397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:57 smithi135 bash[32435]: audit 2023-12-08T01:14:55.896153+0000 mgr.a (mgr.14403) 19281 : audit 0 from='client.382845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:14:59.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:14:59 smithi079 bash[28699]: cluster 2023-12-08T01:14:57.638563+0000 mgr.a (mgr.14403) 19282 : cluster 0 pgmap v14398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:14:59 smithi194 bash[32038]: cluster 2023-12-08T01:14:57.638563+0000 mgr.a (mgr.14403) 19282 : cluster 0 pgmap v14398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:14:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:14:59 smithi135 bash[32435]: cluster 2023-12-08T01:14:57.638563+0000 mgr.a (mgr.14403) 19282 : cluster 0 pgmap v14398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:01.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:15:01.405 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:01.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:01 smithi079 bash[28699]: cluster 2023-12-08T01:14:59.639461+0000 mgr.a (mgr.14403) 19283 : cluster 0 pgmap v14399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:01 smithi194 bash[32038]: cluster 2023-12-08T01:14:59.639461+0000 mgr.a (mgr.14403) 19283 : cluster 0 pgmap v14399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:01.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:01 smithi135 bash[32435]: cluster 2023-12-08T01:14:59.639461+0000 mgr.a (mgr.14403) 19283 : cluster 0 pgmap v14399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:02.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:02.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:02.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:02.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:15:02.327 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:15:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:03 smithi079 bash[28699]: cluster 2023-12-08T01:15:01.639974+0000 mgr.a (mgr.14403) 19284 : cluster 0 pgmap v14400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:03 smithi079 bash[28699]: audit 2023-12-08T01:15:01.808159+0000 mgr.a (mgr.14403) 19285 : audit 0 from='client.382920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:03 smithi194 bash[32038]: cluster 2023-12-08T01:15:01.639974+0000 mgr.a (mgr.14403) 19284 : cluster 0 pgmap v14400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:03 smithi194 bash[32038]: audit 2023-12-08T01:15:01.808159+0000 mgr.a (mgr.14403) 19285 : audit 0 from='client.382920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:03 smithi135 bash[32435]: cluster 2023-12-08T01:15:01.639974+0000 mgr.a (mgr.14403) 19284 : cluster 0 pgmap v14400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:03 smithi135 bash[32435]: audit 2023-12-08T01:15:01.808159+0000 mgr.a (mgr.14403) 19285 : audit 0 from='client.382920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:05.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:05 smithi079 bash[28699]: cluster 2023-12-08T01:15:03.640985+0000 mgr.a (mgr.14403) 19286 : cluster 0 pgmap v14401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:05 smithi194 bash[32038]: cluster 2023-12-08T01:15:03.640985+0000 mgr.a (mgr.14403) 19286 : cluster 0 pgmap v14401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:05 smithi135 bash[32435]: cluster 2023-12-08T01:15:03.640985+0000 mgr.a (mgr.14403) 19286 : cluster 0 pgmap v14401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:07.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:15:07.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:07.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:07 smithi079 bash[28699]: cluster 2023-12-08T01:15:05.641602+0000 mgr.a (mgr.14403) 19287 : cluster 0 pgmap v14402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:15:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:07 smithi194 bash[32038]: cluster 2023-12-08T01:15:05.641602+0000 mgr.a (mgr.14403) 19287 : cluster 0 pgmap v14402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:15:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:07 smithi135 bash[32435]: cluster 2023-12-08T01:15:05.641602+0000 mgr.a (mgr.14403) 19287 : cluster 0 pgmap v14402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:15:08.254 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:15:08.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:08.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:08.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:08.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:15:09.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:09 smithi079 bash[28699]: cluster 2023-12-08T01:15:07.642145+0000 mgr.a (mgr.14403) 19288 : cluster 0 pgmap v14403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:09.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:09 smithi079 bash[28699]: audit 2023-12-08T01:15:07.732426+0000 mgr.a (mgr.14403) 19289 : audit 0 from='client.382995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:09 smithi194 bash[32038]: cluster 2023-12-08T01:15:07.642145+0000 mgr.a (mgr.14403) 19288 : cluster 0 pgmap v14403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:09 smithi194 bash[32038]: audit 2023-12-08T01:15:07.732426+0000 mgr.a (mgr.14403) 19289 : audit 0 from='client.382995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:09 smithi135 bash[32435]: cluster 2023-12-08T01:15:07.642145+0000 mgr.a (mgr.14403) 19288 : cluster 0 pgmap v14403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:09 smithi135 bash[32435]: audit 2023-12-08T01:15:07.732426+0000 mgr.a (mgr.14403) 19289 : audit 0 from='client.382995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:11.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:11 smithi079 bash[28699]: cluster 2023-12-08T01:15:09.643109+0000 mgr.a (mgr.14403) 19290 : cluster 0 pgmap v14404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:11 smithi194 bash[32038]: cluster 2023-12-08T01:15:09.643109+0000 mgr.a (mgr.14403) 19290 : cluster 0 pgmap v14404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:11 smithi135 bash[32435]: cluster 2023-12-08T01:15:09.643109+0000 mgr.a (mgr.14403) 19290 : cluster 0 pgmap v14404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:13.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:15:13.256 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:13.256 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:13 smithi079 bash[28699]: cluster 2023-12-08T01:15:11.643695+0000 mgr.a (mgr.14403) 19291 : cluster 0 pgmap v14405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:13 smithi194 bash[32038]: cluster 2023-12-08T01:15:11.643695+0000 mgr.a (mgr.14403) 19291 : cluster 0 pgmap v14405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:13 smithi135 bash[32435]: cluster 2023-12-08T01:15:11.643695+0000 mgr.a (mgr.14403) 19291 : cluster 0 pgmap v14405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:14.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:14.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:14.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:14.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:15:14.173 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:15:15.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:15 smithi079 bash[28699]: cluster 2023-12-08T01:15:13.644227+0000 mgr.a (mgr.14403) 19292 : cluster 0 pgmap v14406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:15.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:15 smithi079 bash[28699]: audit 2023-12-08T01:15:13.661596+0000 mgr.a (mgr.14403) 19293 : audit 0 from='client.383070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:15 smithi194 bash[32038]: cluster 2023-12-08T01:15:13.644227+0000 mgr.a (mgr.14403) 19292 : cluster 0 pgmap v14406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:15 smithi194 bash[32038]: audit 2023-12-08T01:15:13.661596+0000 mgr.a (mgr.14403) 19293 : audit 0 from='client.383070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:15 smithi135 bash[32435]: cluster 2023-12-08T01:15:13.644227+0000 mgr.a (mgr.14403) 19292 : cluster 0 pgmap v14406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:15 smithi135 bash[32435]: audit 2023-12-08T01:15:13.661596+0000 mgr.a (mgr.14403) 19293 : audit 0 from='client.383070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:17.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:17 smithi079 bash[28699]: cluster 2023-12-08T01:15:15.644841+0000 mgr.a (mgr.14403) 19294 : cluster 0 pgmap v14407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:17 smithi194 bash[32038]: cluster 2023-12-08T01:15:15.644841+0000 mgr.a (mgr.14403) 19294 : cluster 0 pgmap v14407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:17.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:17 smithi135 bash[32435]: cluster 2023-12-08T01:15:15.644841+0000 mgr.a (mgr.14403) 19294 : cluster 0 pgmap v14407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:19.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:15:19.176 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:19.176 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:19.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:19 smithi079 bash[28699]: cluster 2023-12-08T01:15:17.645446+0000 mgr.a (mgr.14403) 19295 : cluster 0 pgmap v14408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:19 smithi194 bash[32038]: cluster 2023-12-08T01:15:17.645446+0000 mgr.a (mgr.14403) 19295 : cluster 0 pgmap v14408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:19 smithi135 bash[32435]: cluster 2023-12-08T01:15:17.645446+0000 mgr.a (mgr.14403) 19295 : cluster 0 pgmap v14408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:20.093 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:15:20.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:20.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:20.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:20.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:15:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:21 smithi079 bash[28699]: audit 2023-12-08T01:15:19.583533+0000 mgr.a (mgr.14403) 19296 : audit 0 from='client.383148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:21 smithi079 bash[28699]: cluster 2023-12-08T01:15:19.646613+0000 mgr.a (mgr.14403) 19297 : cluster 0 pgmap v14409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:21 smithi194 bash[32038]: audit 2023-12-08T01:15:19.583533+0000 mgr.a (mgr.14403) 19296 : audit 0 from='client.383148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:21 smithi194 bash[32038]: cluster 2023-12-08T01:15:19.646613+0000 mgr.a (mgr.14403) 19297 : cluster 0 pgmap v14409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:21 smithi135 bash[32435]: audit 2023-12-08T01:15:19.583533+0000 mgr.a (mgr.14403) 19296 : audit 0 from='client.383148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:21 smithi135 bash[32435]: cluster 2023-12-08T01:15:19.646613+0000 mgr.a (mgr.14403) 19297 : cluster 0 pgmap v14409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:23 smithi079 bash[28699]: cluster 2023-12-08T01:15:21.647354+0000 mgr.a (mgr.14403) 19298 : cluster 0 pgmap v14410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:23 smithi194 bash[32038]: cluster 2023-12-08T01:15:21.647354+0000 mgr.a (mgr.14403) 19298 : cluster 0 pgmap v14410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:23 smithi135 bash[32435]: cluster 2023-12-08T01:15:21.647354+0000 mgr.a (mgr.14403) 19298 : cluster 0 pgmap v14410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:15:25.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:15:25.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:25.096 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:25.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:25 smithi079 bash[28699]: cluster 2023-12-08T01:15:23.648206+0000 mgr.a (mgr.14403) 19299 : cluster 0 pgmap v14411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:25 smithi194 bash[32038]: cluster 2023-12-08T01:15:23.648206+0000 mgr.a (mgr.14403) 19299 : cluster 0 pgmap v14411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:25 smithi135 bash[32435]: cluster 2023-12-08T01:15:23.648206+0000 mgr.a (mgr.14403) 19299 : cluster 0 pgmap v14411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:26.027 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:15:26.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:26.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:26.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:26.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:15:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:26 smithi079 bash[28699]: audit 2023-12-08T01:15:25.503501+0000 mgr.a (mgr.14403) 19300 : audit 0 from='client.383226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:26 smithi194 bash[32038]: audit 2023-12-08T01:15:25.503501+0000 mgr.a (mgr.14403) 19300 : audit 0 from='client.383226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:26 smithi135 bash[32435]: audit 2023-12-08T01:15:25.503501+0000 mgr.a (mgr.14403) 19300 : audit 0 from='client.383226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:27.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:27 smithi079 bash[28699]: cluster 2023-12-08T01:15:25.649352+0000 mgr.a (mgr.14403) 19301 : cluster 0 pgmap v14412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:27 smithi194 bash[32038]: cluster 2023-12-08T01:15:25.649352+0000 mgr.a (mgr.14403) 19301 : cluster 0 pgmap v14412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:27 smithi135 bash[32435]: cluster 2023-12-08T01:15:25.649352+0000 mgr.a (mgr.14403) 19301 : cluster 0 pgmap v14412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:29 smithi194 bash[32038]: cluster 2023-12-08T01:15:27.650084+0000 mgr.a (mgr.14403) 19302 : cluster 0 pgmap v14413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:29 smithi135 bash[32435]: cluster 2023-12-08T01:15:27.650084+0000 mgr.a (mgr.14403) 19302 : cluster 0 pgmap v14413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:29.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:29 smithi079 bash[28699]: cluster 2023-12-08T01:15:27.650084+0000 mgr.a (mgr.14403) 19302 : cluster 0 pgmap v14413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:31.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:15:31.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:31.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:31 smithi135 bash[32435]: cluster 2023-12-08T01:15:29.650914+0000 mgr.a (mgr.14403) 19303 : cluster 0 pgmap v14414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:31 smithi079 bash[28699]: cluster 2023-12-08T01:15:29.650914+0000 mgr.a (mgr.14403) 19303 : cluster 0 pgmap v14414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:31 smithi194 bash[32038]: cluster 2023-12-08T01:15:29.650914+0000 mgr.a (mgr.14403) 19303 : cluster 0 pgmap v14414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:31.956 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:15:31.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:31.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:31.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:31.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:15:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:32 smithi079 bash[28699]: audit 2023-12-08T01:15:31.440049+0000 mgr.a (mgr.14403) 19304 : audit 0 from='client.383304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:32 smithi194 bash[32038]: audit 2023-12-08T01:15:31.440049+0000 mgr.a (mgr.14403) 19304 : audit 0 from='client.383304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:32 smithi135 bash[32435]: audit 2023-12-08T01:15:31.440049+0000 mgr.a (mgr.14403) 19304 : audit 0 from='client.383304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:33.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:33 smithi079 bash[28699]: cluster 2023-12-08T01:15:31.651580+0000 mgr.a (mgr.14403) 19305 : cluster 0 pgmap v14415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:33 smithi194 bash[32038]: cluster 2023-12-08T01:15:31.651580+0000 mgr.a (mgr.14403) 19305 : cluster 0 pgmap v14415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:33 smithi135 bash[32435]: cluster 2023-12-08T01:15:31.651580+0000 mgr.a (mgr.14403) 19305 : cluster 0 pgmap v14415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:35 smithi079 bash[28699]: cluster 2023-12-08T01:15:33.652429+0000 mgr.a (mgr.14403) 19306 : cluster 0 pgmap v14416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:35 smithi194 bash[32038]: cluster 2023-12-08T01:15:33.652429+0000 mgr.a (mgr.14403) 19306 : cluster 0 pgmap v14416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:35 smithi135 bash[32435]: cluster 2023-12-08T01:15:33.652429+0000 mgr.a (mgr.14403) 19306 : cluster 0 pgmap v14416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:36.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:15:36.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:36.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:37.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:37 smithi079 bash[28699]: cluster 2023-12-08T01:15:35.653015+0000 mgr.a (mgr.14403) 19307 : cluster 0 pgmap v14417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:37 smithi194 bash[32038]: cluster 2023-12-08T01:15:35.653015+0000 mgr.a (mgr.14403) 19307 : cluster 0 pgmap v14417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:37 smithi135 bash[32435]: cluster 2023-12-08T01:15:35.653015+0000 mgr.a (mgr.14403) 19307 : cluster 0 pgmap v14417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:37.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:37.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:37.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:37.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:15:37.871 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:15:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:38 smithi079 bash[28699]: audit 2023-12-08T01:15:37.372166+0000 mgr.a (mgr.14403) 19308 : audit 0 from='client.383382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:38 smithi194 bash[32038]: audit 2023-12-08T01:15:37.372166+0000 mgr.a (mgr.14403) 19308 : audit 0 from='client.383382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:38 smithi135 bash[32435]: audit 2023-12-08T01:15:37.372166+0000 mgr.a (mgr.14403) 19308 : audit 0 from='client.383382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:39 smithi079 bash[28699]: cluster 2023-12-08T01:15:37.653570+0000 mgr.a (mgr.14403) 19309 : cluster 0 pgmap v14418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:39 smithi194 bash[32038]: cluster 2023-12-08T01:15:37.653570+0000 mgr.a (mgr.14403) 19309 : cluster 0 pgmap v14418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:39 smithi135 bash[32435]: cluster 2023-12-08T01:15:37.653570+0000 mgr.a (mgr.14403) 19309 : cluster 0 pgmap v14418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:40 smithi079 bash[28699]: audit 2023-12-08T01:15:40.045889+0000 mon.a (mon.0) 3118 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:15:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:40 smithi194 bash[32038]: audit 2023-12-08T01:15:40.045889+0000 mon.a (mon.0) 3118 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:15:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:40 smithi135 bash[32435]: audit 2023-12-08T01:15:40.045889+0000 mon.a (mon.0) 3118 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:15:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:41 smithi079 bash[28699]: cluster 2023-12-08T01:15:39.654482+0000 mgr.a (mgr.14403) 19310 : cluster 0 pgmap v14419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:41 smithi194 bash[32038]: cluster 2023-12-08T01:15:39.654482+0000 mgr.a (mgr.14403) 19310 : cluster 0 pgmap v14419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:41 smithi135 bash[32435]: cluster 2023-12-08T01:15:39.654482+0000 mgr.a (mgr.14403) 19310 : cluster 0 pgmap v14419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:15:42.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:15:42.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:42.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:43 smithi079 bash[28699]: cluster 2023-12-08T01:15:41.655104+0000 mgr.a (mgr.14403) 19311 : cluster 0 pgmap v14420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:43 smithi194 bash[32038]: cluster 2023-12-08T01:15:41.655104+0000 mgr.a (mgr.14403) 19311 : cluster 0 pgmap v14420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:43 smithi135 bash[32435]: cluster 2023-12-08T01:15:41.655104+0000 mgr.a (mgr.14403) 19311 : cluster 0 pgmap v14420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:43.794 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:15:43.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:43.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:43.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:43.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:15:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:44 smithi079 bash[28699]: audit 2023-12-08T01:15:43.280353+0000 mgr.a (mgr.14403) 19312 : audit 0 from='client.383460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:44 smithi194 bash[32038]: audit 2023-12-08T01:15:43.280353+0000 mgr.a (mgr.14403) 19312 : audit 0 from='client.383460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:44 smithi135 bash[32435]: audit 2023-12-08T01:15:43.280353+0000 mgr.a (mgr.14403) 19312 : audit 0 from='client.383460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:45 smithi079 bash[28699]: cluster 2023-12-08T01:15:43.667260+0000 mgr.a (mgr.14403) 19313 : cluster 0 pgmap v14421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:15:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:45 smithi194 bash[32038]: cluster 2023-12-08T01:15:43.667260+0000 mgr.a (mgr.14403) 19313 : cluster 0 pgmap v14421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:15:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:45 smithi135 bash[32435]: cluster 2023-12-08T01:15:43.667260+0000 mgr.a (mgr.14403) 19313 : cluster 0 pgmap v14421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:15:47.422 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:47 smithi079 bash[28699]: cluster 2023-12-08T01:15:45.667933+0000 mgr.a (mgr.14403) 19314 : cluster 0 pgmap v14422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:15:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:47 smithi194 bash[32038]: cluster 2023-12-08T01:15:45.667933+0000 mgr.a (mgr.14403) 19314 : cluster 0 pgmap v14422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:15:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:47 smithi135 bash[32435]: cluster 2023-12-08T01:15:45.667933+0000 mgr.a (mgr.14403) 19314 : cluster 0 pgmap v14422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:15:48.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:15:48.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:48.797 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:49 smithi079 bash[28699]: cluster 2023-12-08T01:15:47.668506+0000 mgr.a (mgr.14403) 19315 : cluster 0 pgmap v14423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:15:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:49 smithi194 bash[32038]: cluster 2023-12-08T01:15:47.668506+0000 mgr.a (mgr.14403) 19315 : cluster 0 pgmap v14423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:15:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:49 smithi135 bash[32435]: cluster 2023-12-08T01:15:47.668506+0000 mgr.a (mgr.14403) 19315 : cluster 0 pgmap v14423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:15:49.721 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:15:49.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:49.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:49.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:49.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:15:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:50 smithi079 bash[28699]: audit 2023-12-08T01:15:49.203361+0000 mgr.a (mgr.14403) 19316 : audit 0 from='client.383535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:50 smithi194 bash[32038]: audit 2023-12-08T01:15:49.203361+0000 mgr.a (mgr.14403) 19316 : audit 0 from='client.383535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:50 smithi135 bash[32435]: audit 2023-12-08T01:15:49.203361+0000 mgr.a (mgr.14403) 19316 : audit 0 from='client.383535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:51 smithi079 bash[28699]: cluster 2023-12-08T01:15:49.669450+0000 mgr.a (mgr.14403) 19317 : cluster 0 pgmap v14424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:51 smithi079 bash[28699]: audit 2023-12-08T01:15:50.732922+0000 mon.a (mon.0) 3119 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:15:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:51 smithi079 bash[28699]: audit 2023-12-08T01:15:50.740380+0000 mon.a (mon.0) 3120 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:15:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:51 smithi079 bash[28699]: audit 2023-12-08T01:15:50.742134+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:15:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:51 smithi079 bash[28699]: audit 2023-12-08T01:15:50.743892+0000 mon.a (mon.0) 3122 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:15:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:51 smithi079 bash[28699]: audit 2023-12-08T01:15:50.754161+0000 mon.a (mon.0) 3123 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:15:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:51 smithi194 bash[32038]: cluster 2023-12-08T01:15:49.669450+0000 mgr.a (mgr.14403) 19317 : cluster 0 pgmap v14424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:51 smithi194 bash[32038]: audit 2023-12-08T01:15:50.732922+0000 mon.a (mon.0) 3119 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:15:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:51 smithi194 bash[32038]: audit 2023-12-08T01:15:50.740380+0000 mon.a (mon.0) 3120 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:15:51.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:51 smithi194 bash[32038]: audit 2023-12-08T01:15:50.742134+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:15:51.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:51 smithi194 bash[32038]: audit 2023-12-08T01:15:50.743892+0000 mon.a (mon.0) 3122 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:15:51.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:51 smithi194 bash[32038]: audit 2023-12-08T01:15:50.754161+0000 mon.a (mon.0) 3123 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:15:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:51 smithi135 bash[32435]: cluster 2023-12-08T01:15:49.669450+0000 mgr.a (mgr.14403) 19317 : cluster 0 pgmap v14424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:51 smithi135 bash[32435]: audit 2023-12-08T01:15:50.732922+0000 mon.a (mon.0) 3119 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:15:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:51 smithi135 bash[32435]: audit 2023-12-08T01:15:50.740380+0000 mon.a (mon.0) 3120 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:15:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:51 smithi135 bash[32435]: audit 2023-12-08T01:15:50.742134+0000 mon.a (mon.0) 3121 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:15:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:51 smithi135 bash[32435]: audit 2023-12-08T01:15:50.743892+0000 mon.a (mon.0) 3122 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:15:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:51 smithi135 bash[32435]: audit 2023-12-08T01:15:50.754161+0000 mon.a (mon.0) 3123 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:15:53.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:53 smithi079 bash[28699]: cluster 2023-12-08T01:15:51.670055+0000 mgr.a (mgr.14403) 19318 : cluster 0 pgmap v14425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T01:15:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:53 smithi194 bash[32038]: cluster 2023-12-08T01:15:51.670055+0000 mgr.a (mgr.14403) 19318 : cluster 0 pgmap v14425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T01:15:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:53 smithi135 bash[32435]: cluster 2023-12-08T01:15:51.670055+0000 mgr.a (mgr.14403) 19318 : cluster 0 pgmap v14425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T01:15:54.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:15:54.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:15:54.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:15:55.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:15:55.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:15:55.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:15:55.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:15:55.617 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:15:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:55 smithi079 bash[28699]: cluster 2023-12-08T01:15:53.670802+0000 mgr.a (mgr.14403) 19319 : cluster 0 pgmap v14426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:55 smithi194 bash[32038]: cluster 2023-12-08T01:15:53.670802+0000 mgr.a (mgr.14403) 19319 : cluster 0 pgmap v14426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:55 smithi135 bash[32435]: cluster 2023-12-08T01:15:53.670802+0000 mgr.a (mgr.14403) 19319 : cluster 0 pgmap v14426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:15:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:56 smithi079 bash[28699]: audit 2023-12-08T01:15:55.128111+0000 mgr.a (mgr.14403) 19320 : audit 0 from='client.383613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:56 smithi194 bash[32038]: audit 2023-12-08T01:15:55.128111+0000 mgr.a (mgr.14403) 19320 : audit 0 from='client.383613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:56 smithi135 bash[32435]: audit 2023-12-08T01:15:55.128111+0000 mgr.a (mgr.14403) 19320 : audit 0 from='client.383613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:15:57.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:57 smithi079 bash[28699]: cluster 2023-12-08T01:15:55.671554+0000 mgr.a (mgr.14403) 19321 : cluster 0 pgmap v14427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:15:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:57 smithi194 bash[32038]: cluster 2023-12-08T01:15:55.671554+0000 mgr.a (mgr.14403) 19321 : cluster 0 pgmap v14427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:15:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:57 smithi135 bash[32435]: cluster 2023-12-08T01:15:55.671554+0000 mgr.a (mgr.14403) 19321 : cluster 0 pgmap v14427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:15:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:15:59 smithi079 bash[28699]: cluster 2023-12-08T01:15:57.672134+0000 mgr.a (mgr.14403) 19322 : cluster 0 pgmap v14428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:15:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:15:59 smithi194 bash[32038]: cluster 2023-12-08T01:15:57.672134+0000 mgr.a (mgr.14403) 19322 : cluster 0 pgmap v14428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:15:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:15:59 smithi135 bash[32435]: cluster 2023-12-08T01:15:57.672134+0000 mgr.a (mgr.14403) 19322 : cluster 0 pgmap v14428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:16:00.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:16:00.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:00.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:01.505 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:16:01.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:01.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:01.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:01.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:16:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:01 smithi079 bash[28699]: cluster 2023-12-08T01:15:59.672884+0000 mgr.a (mgr.14403) 19323 : cluster 0 pgmap v14429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:16:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:01 smithi194 bash[32038]: cluster 2023-12-08T01:15:59.672884+0000 mgr.a (mgr.14403) 19323 : cluster 0 pgmap v14429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:16:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:01 smithi135 bash[32435]: cluster 2023-12-08T01:15:59.672884+0000 mgr.a (mgr.14403) 19323 : cluster 0 pgmap v14429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:16:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:02 smithi079 bash[28699]: audit 2023-12-08T01:16:01.014820+0000 mgr.a (mgr.14403) 19324 : audit 0 from='client.383688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:02 smithi194 bash[32038]: audit 2023-12-08T01:16:01.014820+0000 mgr.a (mgr.14403) 19324 : audit 0 from='client.383688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:02 smithi135 bash[32435]: audit 2023-12-08T01:16:01.014820+0000 mgr.a (mgr.14403) 19324 : audit 0 from='client.383688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:03 smithi079 bash[28699]: cluster 2023-12-08T01:16:01.673610+0000 mgr.a (mgr.14403) 19325 : cluster 0 pgmap v14430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:03 smithi194 bash[32038]: cluster 2023-12-08T01:16:01.673610+0000 mgr.a (mgr.14403) 19325 : cluster 0 pgmap v14430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:03 smithi135 bash[32435]: cluster 2023-12-08T01:16:01.673610+0000 mgr.a (mgr.14403) 19325 : cluster 0 pgmap v14430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:05 smithi079 bash[28699]: cluster 2023-12-08T01:16:03.674481+0000 mgr.a (mgr.14403) 19326 : cluster 0 pgmap v14431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:05 smithi194 bash[32038]: cluster 2023-12-08T01:16:03.674481+0000 mgr.a (mgr.14403) 19326 : cluster 0 pgmap v14431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:05 smithi135 bash[32435]: cluster 2023-12-08T01:16:03.674481+0000 mgr.a (mgr.14403) 19326 : cluster 0 pgmap v14431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:06.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:16:06.508 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:06.508 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:07.424 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:16:07.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:07.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:07.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:07.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:16:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:07 smithi079 bash[28699]: cluster 2023-12-08T01:16:05.675097+0000 mgr.a (mgr.14403) 19327 : cluster 0 pgmap v14432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:07 smithi194 bash[32038]: cluster 2023-12-08T01:16:05.675097+0000 mgr.a (mgr.14403) 19327 : cluster 0 pgmap v14432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:07 smithi135 bash[32435]: cluster 2023-12-08T01:16:05.675097+0000 mgr.a (mgr.14403) 19327 : cluster 0 pgmap v14432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:08 smithi079 bash[28699]: audit 2023-12-08T01:16:06.906531+0000 mgr.a (mgr.14403) 19328 : audit 0 from='client.383766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:08 smithi194 bash[32038]: audit 2023-12-08T01:16:06.906531+0000 mgr.a (mgr.14403) 19328 : audit 0 from='client.383766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:08 smithi135 bash[32435]: audit 2023-12-08T01:16:06.906531+0000 mgr.a (mgr.14403) 19328 : audit 0 from='client.383766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:09.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:09 smithi079 bash[28699]: cluster 2023-12-08T01:16:07.675751+0000 mgr.a (mgr.14403) 19329 : cluster 0 pgmap v14433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:09 smithi194 bash[32038]: cluster 2023-12-08T01:16:07.675751+0000 mgr.a (mgr.14403) 19329 : cluster 0 pgmap v14433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:09 smithi135 bash[32435]: cluster 2023-12-08T01:16:07.675751+0000 mgr.a (mgr.14403) 19329 : cluster 0 pgmap v14433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:11.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:11 smithi079 bash[28699]: cluster 2023-12-08T01:16:09.676600+0000 mgr.a (mgr.14403) 19330 : cluster 0 pgmap v14434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:11 smithi194 bash[32038]: cluster 2023-12-08T01:16:09.676600+0000 mgr.a (mgr.14403) 19330 : cluster 0 pgmap v14434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:11 smithi135 bash[32435]: cluster 2023-12-08T01:16:09.676600+0000 mgr.a (mgr.14403) 19330 : cluster 0 pgmap v14434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:12.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:16:12.426 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:12.426 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:13.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:13.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:13.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:13.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:16:13.337 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:16:13.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:13 smithi079 bash[28699]: cluster 2023-12-08T01:16:11.677285+0000 mgr.a (mgr.14403) 19331 : cluster 0 pgmap v14435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:13 smithi194 bash[32038]: cluster 2023-12-08T01:16:11.677285+0000 mgr.a (mgr.14403) 19331 : cluster 0 pgmap v14435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:13 smithi135 bash[32435]: cluster 2023-12-08T01:16:11.677285+0000 mgr.a (mgr.14403) 19331 : cluster 0 pgmap v14435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:14 smithi079 bash[28699]: audit 2023-12-08T01:16:12.834034+0000 mgr.a (mgr.14403) 19332 : audit 0 from='client.383844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:14 smithi194 bash[32038]: audit 2023-12-08T01:16:12.834034+0000 mgr.a (mgr.14403) 19332 : audit 0 from='client.383844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:14 smithi135 bash[32435]: audit 2023-12-08T01:16:12.834034+0000 mgr.a (mgr.14403) 19332 : audit 0 from='client.383844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:15 smithi079 bash[28699]: cluster 2023-12-08T01:16:13.678315+0000 mgr.a (mgr.14403) 19333 : cluster 0 pgmap v14436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:15 smithi194 bash[32038]: cluster 2023-12-08T01:16:13.678315+0000 mgr.a (mgr.14403) 19333 : cluster 0 pgmap v14436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:15 smithi135 bash[32435]: cluster 2023-12-08T01:16:13.678315+0000 mgr.a (mgr.14403) 19333 : cluster 0 pgmap v14436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:17.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:17 smithi079 bash[28699]: cluster 2023-12-08T01:16:15.678929+0000 mgr.a (mgr.14403) 19334 : cluster 0 pgmap v14437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:17 smithi194 bash[32038]: cluster 2023-12-08T01:16:15.678929+0000 mgr.a (mgr.14403) 19334 : cluster 0 pgmap v14437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:17 smithi135 bash[32435]: cluster 2023-12-08T01:16:15.678929+0000 mgr.a (mgr.14403) 19334 : cluster 0 pgmap v14437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:18.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:16:18.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:18.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:19.239 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:16:19.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:19.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:19.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:19.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:16:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:19 smithi079 bash[28699]: cluster 2023-12-08T01:16:17.679478+0000 mgr.a (mgr.14403) 19335 : cluster 0 pgmap v14438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:19 smithi194 bash[32038]: cluster 2023-12-08T01:16:17.679478+0000 mgr.a (mgr.14403) 19335 : cluster 0 pgmap v14438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:19 smithi135 bash[32435]: cluster 2023-12-08T01:16:17.679478+0000 mgr.a (mgr.14403) 19335 : cluster 0 pgmap v14438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:20 smithi079 bash[28699]: audit 2023-12-08T01:16:18.744135+0000 mgr.a (mgr.14403) 19336 : audit 0 from='client.383922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:20 smithi194 bash[32038]: audit 2023-12-08T01:16:18.744135+0000 mgr.a (mgr.14403) 19336 : audit 0 from='client.383922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:20 smithi135 bash[32435]: audit 2023-12-08T01:16:18.744135+0000 mgr.a (mgr.14403) 19336 : audit 0 from='client.383922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:21 smithi079 bash[28699]: cluster 2023-12-08T01:16:19.680504+0000 mgr.a (mgr.14403) 19337 : cluster 0 pgmap v14439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:21 smithi194 bash[32038]: cluster 2023-12-08T01:16:19.680504+0000 mgr.a (mgr.14403) 19337 : cluster 0 pgmap v14439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:21 smithi135 bash[32435]: cluster 2023-12-08T01:16:19.680504+0000 mgr.a (mgr.14403) 19337 : cluster 0 pgmap v14439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:23 smithi079 bash[28699]: cluster 2023-12-08T01:16:21.681066+0000 mgr.a (mgr.14403) 19338 : cluster 0 pgmap v14440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:23 smithi194 bash[32038]: cluster 2023-12-08T01:16:21.681066+0000 mgr.a (mgr.14403) 19338 : cluster 0 pgmap v14440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:23 smithi135 bash[32435]: cluster 2023-12-08T01:16:21.681066+0000 mgr.a (mgr.14403) 19338 : cluster 0 pgmap v14440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:24.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:16:24.241 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:24.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:25.152 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:16:25.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:25.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:25.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:25.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:16:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:25 smithi079 bash[28699]: cluster 2023-12-08T01:16:23.681839+0000 mgr.a (mgr.14403) 19339 : cluster 0 pgmap v14441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:25 smithi194 bash[32038]: cluster 2023-12-08T01:16:23.681839+0000 mgr.a (mgr.14403) 19339 : cluster 0 pgmap v14441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:25 smithi135 bash[32435]: cluster 2023-12-08T01:16:23.681839+0000 mgr.a (mgr.14403) 19339 : cluster 0 pgmap v14441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:26 smithi079 bash[28699]: audit 2023-12-08T01:16:24.656131+0000 mgr.a (mgr.14403) 19340 : audit 0 from='client.293365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:26 smithi194 bash[32038]: audit 2023-12-08T01:16:24.656131+0000 mgr.a (mgr.14403) 19340 : audit 0 from='client.293365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:26 smithi135 bash[32435]: audit 2023-12-08T01:16:24.656131+0000 mgr.a (mgr.14403) 19340 : audit 0 from='client.293365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:27 smithi079 bash[28699]: cluster 2023-12-08T01:16:25.682525+0000 mgr.a (mgr.14403) 19341 : cluster 0 pgmap v14442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:27 smithi194 bash[32038]: cluster 2023-12-08T01:16:25.682525+0000 mgr.a (mgr.14403) 19341 : cluster 0 pgmap v14442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:27 smithi135 bash[32435]: cluster 2023-12-08T01:16:25.682525+0000 mgr.a (mgr.14403) 19341 : cluster 0 pgmap v14442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:29 smithi194 bash[32038]: cluster 2023-12-08T01:16:27.683158+0000 mgr.a (mgr.14403) 19342 : cluster 0 pgmap v14443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:29 smithi135 bash[32435]: cluster 2023-12-08T01:16:27.683158+0000 mgr.a (mgr.14403) 19342 : cluster 0 pgmap v14443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:29 smithi079 bash[28699]: cluster 2023-12-08T01:16:27.683158+0000 mgr.a (mgr.14403) 19342 : cluster 0 pgmap v14443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:30.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:16:30.156 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:30.156 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:31.080 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:16:31.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:31.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:31.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:31.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:16:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:31 smithi194 bash[32038]: cluster 2023-12-08T01:16:29.683958+0000 mgr.a (mgr.14403) 19343 : cluster 0 pgmap v14444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:31 smithi135 bash[32435]: cluster 2023-12-08T01:16:29.683958+0000 mgr.a (mgr.14403) 19343 : cluster 0 pgmap v14444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:31.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:31 smithi079 bash[28699]: cluster 2023-12-08T01:16:29.683958+0000 mgr.a (mgr.14403) 19343 : cluster 0 pgmap v14444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:32 smithi194 bash[32038]: audit 2023-12-08T01:16:30.566603+0000 mgr.a (mgr.14403) 19344 : audit 0 from='client.384075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:32 smithi135 bash[32435]: audit 2023-12-08T01:16:30.566603+0000 mgr.a (mgr.14403) 19344 : audit 0 from='client.384075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:32 smithi079 bash[28699]: audit 2023-12-08T01:16:30.566603+0000 mgr.a (mgr.14403) 19344 : audit 0 from='client.384075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:33 smithi194 bash[32038]: cluster 2023-12-08T01:16:31.684603+0000 mgr.a (mgr.14403) 19345 : cluster 0 pgmap v14445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:33 smithi135 bash[32435]: cluster 2023-12-08T01:16:31.684603+0000 mgr.a (mgr.14403) 19345 : cluster 0 pgmap v14445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:33 smithi079 bash[28699]: cluster 2023-12-08T01:16:31.684603+0000 mgr.a (mgr.14403) 19345 : cluster 0 pgmap v14445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:35 smithi194 bash[32038]: cluster 2023-12-08T01:16:33.685398+0000 mgr.a (mgr.14403) 19346 : cluster 0 pgmap v14446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:35 smithi135 bash[32435]: cluster 2023-12-08T01:16:33.685398+0000 mgr.a (mgr.14403) 19346 : cluster 0 pgmap v14446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:35.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:35 smithi079 bash[28699]: cluster 2023-12-08T01:16:33.685398+0000 mgr.a (mgr.14403) 19346 : cluster 0 pgmap v14446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:36.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:16:36.087 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:36.087 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:36.981 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:16:36.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:36.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:36.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:36.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:16:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:37 smithi194 bash[32038]: cluster 2023-12-08T01:16:35.685938+0000 mgr.a (mgr.14403) 19347 : cluster 0 pgmap v14447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:37 smithi194 bash[32038]: audit 2023-12-08T01:16:36.485259+0000 mgr.a (mgr.14403) 19348 : audit 0 from='client.384153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:37 smithi135 bash[32435]: cluster 2023-12-08T01:16:35.685938+0000 mgr.a (mgr.14403) 19347 : cluster 0 pgmap v14447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:37 smithi135 bash[32435]: audit 2023-12-08T01:16:36.485259+0000 mgr.a (mgr.14403) 19348 : audit 0 from='client.384153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:37 smithi079 bash[28699]: cluster 2023-12-08T01:16:35.685938+0000 mgr.a (mgr.14403) 19347 : cluster 0 pgmap v14447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:37.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:37 smithi079 bash[28699]: audit 2023-12-08T01:16:36.485259+0000 mgr.a (mgr.14403) 19348 : audit 0 from='client.384153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:39 smithi194 bash[32038]: cluster 2023-12-08T01:16:37.686642+0000 mgr.a (mgr.14403) 19349 : cluster 0 pgmap v14448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:39 smithi135 bash[32435]: cluster 2023-12-08T01:16:37.686642+0000 mgr.a (mgr.14403) 19349 : cluster 0 pgmap v14448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:39 smithi079 bash[28699]: cluster 2023-12-08T01:16:37.686642+0000 mgr.a (mgr.14403) 19349 : cluster 0 pgmap v14448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:41 smithi194 bash[32038]: cluster 2023-12-08T01:16:39.687476+0000 mgr.a (mgr.14403) 19350 : cluster 0 pgmap v14449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:41 smithi135 bash[32435]: cluster 2023-12-08T01:16:39.687476+0000 mgr.a (mgr.14403) 19350 : cluster 0 pgmap v14449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:41.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:41 smithi079 bash[28699]: cluster 2023-12-08T01:16:39.687476+0000 mgr.a (mgr.14403) 19350 : cluster 0 pgmap v14449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:41.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:16:41.985 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:41.985 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:42.908 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:16:42.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:42.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:42.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:42.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:16:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:43 smithi194 bash[32038]: cluster 2023-12-08T01:16:41.688084+0000 mgr.a (mgr.14403) 19351 : cluster 0 pgmap v14450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:43.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:43 smithi194 bash[32038]: audit 2023-12-08T01:16:42.395521+0000 mgr.a (mgr.14403) 19352 : audit 0 from='client.384228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:43.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:43 smithi135 bash[32435]: cluster 2023-12-08T01:16:41.688084+0000 mgr.a (mgr.14403) 19351 : cluster 0 pgmap v14450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:43.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:43 smithi135 bash[32435]: audit 2023-12-08T01:16:42.395521+0000 mgr.a (mgr.14403) 19352 : audit 0 from='client.384228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:43.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:43 smithi079 bash[28699]: cluster 2023-12-08T01:16:41.688084+0000 mgr.a (mgr.14403) 19351 : cluster 0 pgmap v14450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:43.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:43 smithi079 bash[28699]: audit 2023-12-08T01:16:42.395521+0000 mgr.a (mgr.14403) 19352 : audit 0 from='client.384228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:45 smithi194 bash[32038]: cluster 2023-12-08T01:16:43.688930+0000 mgr.a (mgr.14403) 19353 : cluster 0 pgmap v14451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:45 smithi135 bash[32435]: cluster 2023-12-08T01:16:43.688930+0000 mgr.a (mgr.14403) 19353 : cluster 0 pgmap v14451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:45.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:45 smithi079 bash[28699]: cluster 2023-12-08T01:16:43.688930+0000 mgr.a (mgr.14403) 19353 : cluster 0 pgmap v14451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:16:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:47 smithi194 bash[32038]: cluster 2023-12-08T01:16:45.689474+0000 mgr.a (mgr.14403) 19354 : cluster 0 pgmap v14452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:47 smithi135 bash[32435]: cluster 2023-12-08T01:16:45.689474+0000 mgr.a (mgr.14403) 19354 : cluster 0 pgmap v14452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:47 smithi079 bash[28699]: cluster 2023-12-08T01:16:45.689474+0000 mgr.a (mgr.14403) 19354 : cluster 0 pgmap v14452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:47.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:16:47.911 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:47.911 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:48.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:48.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:48.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:48.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:16:48.832 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:16:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:49 smithi194 bash[32038]: cluster 2023-12-08T01:16:47.690037+0000 mgr.a (mgr.14403) 19355 : cluster 0 pgmap v14453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:49 smithi194 bash[32038]: audit 2023-12-08T01:16:48.322776+0000 mgr.a (mgr.14403) 19356 : audit 0 from='client.384306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:49.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:49 smithi135 bash[32435]: cluster 2023-12-08T01:16:47.690037+0000 mgr.a (mgr.14403) 19355 : cluster 0 pgmap v14453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:49.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:49 smithi135 bash[32435]: audit 2023-12-08T01:16:48.322776+0000 mgr.a (mgr.14403) 19356 : audit 0 from='client.384306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:49.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:49 smithi079 bash[28699]: cluster 2023-12-08T01:16:47.690037+0000 mgr.a (mgr.14403) 19355 : cluster 0 pgmap v14453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:49.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:49 smithi079 bash[28699]: audit 2023-12-08T01:16:48.322776+0000 mgr.a (mgr.14403) 19356 : audit 0 from='client.384306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:51 smithi194 bash[32038]: cluster 2023-12-08T01:16:49.691061+0000 mgr.a (mgr.14403) 19357 : cluster 0 pgmap v14454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:16:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:51 smithi194 bash[32038]: audit 2023-12-08T01:16:50.859145+0000 mon.a (mon.0) 3124 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:16:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:51 smithi135 bash[32435]: cluster 2023-12-08T01:16:49.691061+0000 mgr.a (mgr.14403) 19357 : cluster 0 pgmap v14454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:16:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:51 smithi135 bash[32435]: audit 2023-12-08T01:16:50.859145+0000 mon.a (mon.0) 3124 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:16:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:51 smithi079 bash[28699]: cluster 2023-12-08T01:16:49.691061+0000 mgr.a (mgr.14403) 19357 : cluster 0 pgmap v14454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:16:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:51 smithi079 bash[28699]: audit 2023-12-08T01:16:50.859145+0000 mon.a (mon.0) 3124 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:16:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:53 smithi135 bash[32435]: cluster 2023-12-08T01:16:51.691674+0000 mgr.a (mgr.14403) 19358 : cluster 0 pgmap v14455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:16:53.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:16:53.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:53.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:53 smithi079 bash[28699]: cluster 2023-12-08T01:16:51.691674+0000 mgr.a (mgr.14403) 19358 : cluster 0 pgmap v14455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:16:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:53 smithi194 bash[32038]: cluster 2023-12-08T01:16:51.691674+0000 mgr.a (mgr.14403) 19358 : cluster 0 pgmap v14455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:16:54.704 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:16:54.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:16:54.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:16:54.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:16:54.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:16:55.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:55 smithi079 bash[28699]: cluster 2023-12-08T01:16:53.692330+0000 mgr.a (mgr.14403) 19359 : cluster 0 pgmap v14456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:55.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:55 smithi079 bash[28699]: audit 2023-12-08T01:16:54.236209+0000 mgr.a (mgr.14403) 19360 : audit 0 from='client.384378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:55 smithi194 bash[32038]: cluster 2023-12-08T01:16:53.692330+0000 mgr.a (mgr.14403) 19359 : cluster 0 pgmap v14456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:55 smithi194 bash[32038]: audit 2023-12-08T01:16:54.236209+0000 mgr.a (mgr.14403) 19360 : audit 0 from='client.384378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:55 smithi135 bash[32435]: cluster 2023-12-08T01:16:53.692330+0000 mgr.a (mgr.14403) 19359 : cluster 0 pgmap v14456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:16:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:55 smithi135 bash[32435]: audit 2023-12-08T01:16:54.236209+0000 mgr.a (mgr.14403) 19360 : audit 0 from='client.384378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:16:57.754 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:57 smithi135 bash[32435]: cluster 2023-12-08T01:16:55.693024+0000 mgr.a (mgr.14403) 19361 : cluster 0 pgmap v14457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:57.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:57 smithi079 bash[28699]: cluster 2023-12-08T01:16:55.693024+0000 mgr.a (mgr.14403) 19361 : cluster 0 pgmap v14457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:57 smithi194 bash[32038]: cluster 2023-12-08T01:16:55.693024+0000 mgr.a (mgr.14403) 19361 : cluster 0 pgmap v14457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:16:59 smithi135 bash[32435]: cluster 2023-12-08T01:16:57.693572+0000 mgr.a (mgr.14403) 19362 : cluster 0 pgmap v14458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:59.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:16:59.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:16:59.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:16:59.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:16:59 smithi079 bash[28699]: cluster 2023-12-08T01:16:57.693572+0000 mgr.a (mgr.14403) 19362 : cluster 0 pgmap v14458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:16:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:16:59 smithi194 bash[32038]: cluster 2023-12-08T01:16:57.693572+0000 mgr.a (mgr.14403) 19362 : cluster 0 pgmap v14458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:00.645 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:17:00.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:00.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:00.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:00.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:17:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:01 smithi079 bash[28699]: cluster 2023-12-08T01:16:59.694377+0000 mgr.a (mgr.14403) 19363 : cluster 0 pgmap v14459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:01 smithi079 bash[28699]: audit 2023-12-08T01:17:00.114420+0000 mgr.a (mgr.14403) 19364 : audit 0 from='client.384456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:01.672 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:01 smithi135 bash[32435]: cluster 2023-12-08T01:16:59.694377+0000 mgr.a (mgr.14403) 19363 : cluster 0 pgmap v14459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:01.672 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:01 smithi135 bash[32435]: audit 2023-12-08T01:17:00.114420+0000 mgr.a (mgr.14403) 19364 : audit 0 from='client.384456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:01 smithi194 bash[32038]: cluster 2023-12-08T01:16:59.694377+0000 mgr.a (mgr.14403) 19363 : cluster 0 pgmap v14459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:01 smithi194 bash[32038]: audit 2023-12-08T01:17:00.114420+0000 mgr.a (mgr.14403) 19364 : audit 0 from='client.384456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:02 smithi079 bash[28699]: cluster 2023-12-08T01:17:01.695041+0000 mgr.a (mgr.14403) 19365 : cluster 0 pgmap v14460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:17:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:02 smithi079 bash[28699]: audit 2023-12-08T01:17:01.783169+0000 mon.a (mon.0) 3125 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:17:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:02 smithi079 bash[28699]: audit 2023-12-08T01:17:01.789530+0000 mon.a (mon.0) 3126 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:17:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:02 smithi079 bash[28699]: audit 2023-12-08T01:17:01.791343+0000 mon.a (mon.0) 3127 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:17:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:02 smithi079 bash[28699]: audit 2023-12-08T01:17:01.793058+0000 mon.a (mon.0) 3128 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:17:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:02 smithi079 bash[28699]: audit 2023-12-08T01:17:01.800602+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:17:03.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:02 smithi194 bash[32038]: cluster 2023-12-08T01:17:01.695041+0000 mgr.a (mgr.14403) 19365 : cluster 0 pgmap v14460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:17:03.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:02 smithi194 bash[32038]: audit 2023-12-08T01:17:01.783169+0000 mon.a (mon.0) 3125 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:17:03.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:02 smithi194 bash[32038]: audit 2023-12-08T01:17:01.789530+0000 mon.a (mon.0) 3126 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:17:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:02 smithi194 bash[32038]: audit 2023-12-08T01:17:01.791343+0000 mon.a (mon.0) 3127 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:17:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:02 smithi194 bash[32038]: audit 2023-12-08T01:17:01.793058+0000 mon.a (mon.0) 3128 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:17:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:02 smithi194 bash[32038]: audit 2023-12-08T01:17:01.800602+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:17:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:02 smithi135 bash[32435]: cluster 2023-12-08T01:17:01.695041+0000 mgr.a (mgr.14403) 19365 : cluster 0 pgmap v14460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:17:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:02 smithi135 bash[32435]: audit 2023-12-08T01:17:01.783169+0000 mon.a (mon.0) 3125 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:17:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:02 smithi135 bash[32435]: audit 2023-12-08T01:17:01.789530+0000 mon.a (mon.0) 3126 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:17:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:02 smithi135 bash[32435]: audit 2023-12-08T01:17:01.791343+0000 mon.a (mon.0) 3127 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:17:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:02 smithi135 bash[32435]: audit 2023-12-08T01:17:01.793058+0000 mon.a (mon.0) 3128 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:17:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:02 smithi135 bash[32435]: audit 2023-12-08T01:17:01.800602+0000 mon.a (mon.0) 3129 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:17:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:05 smithi079 bash[28699]: cluster 2023-12-08T01:17:03.695706+0000 mgr.a (mgr.14403) 19366 : cluster 0 pgmap v14461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:17:05.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:17:05.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:05.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:05 smithi194 bash[32038]: cluster 2023-12-08T01:17:03.695706+0000 mgr.a (mgr.14403) 19366 : cluster 0 pgmap v14461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:17:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:05 smithi135 bash[32435]: cluster 2023-12-08T01:17:03.695706+0000 mgr.a (mgr.14403) 19366 : cluster 0 pgmap v14461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:17:06.565 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:17:06.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:06.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:06.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:06.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:17:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:07 smithi079 bash[28699]: cluster 2023-12-08T01:17:05.696231+0000 mgr.a (mgr.14403) 19367 : cluster 0 pgmap v14462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:07 smithi079 bash[28699]: audit 2023-12-08T01:17:06.065938+0000 mgr.a (mgr.14403) 19368 : audit 0 from='client.384531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:07 smithi194 bash[32038]: cluster 2023-12-08T01:17:05.696231+0000 mgr.a (mgr.14403) 19367 : cluster 0 pgmap v14462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:07 smithi194 bash[32038]: audit 2023-12-08T01:17:06.065938+0000 mgr.a (mgr.14403) 19368 : audit 0 from='client.384531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:07 smithi135 bash[32435]: cluster 2023-12-08T01:17:05.696231+0000 mgr.a (mgr.14403) 19367 : cluster 0 pgmap v14462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:07 smithi135 bash[32435]: audit 2023-12-08T01:17:06.065938+0000 mgr.a (mgr.14403) 19368 : audit 0 from='client.384531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:09 smithi079 bash[28699]: cluster 2023-12-08T01:17:07.696971+0000 mgr.a (mgr.14403) 19369 : cluster 0 pgmap v14463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:09 smithi194 bash[32038]: cluster 2023-12-08T01:17:07.696971+0000 mgr.a (mgr.14403) 19369 : cluster 0 pgmap v14463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:09 smithi135 bash[32435]: cluster 2023-12-08T01:17:07.696971+0000 mgr.a (mgr.14403) 19369 : cluster 0 pgmap v14463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:11.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:17:11.569 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:11.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:11.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:11 smithi079 bash[28699]: cluster 2023-12-08T01:17:09.697796+0000 mgr.a (mgr.14403) 19370 : cluster 0 pgmap v14464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:11 smithi194 bash[32038]: cluster 2023-12-08T01:17:09.697796+0000 mgr.a (mgr.14403) 19370 : cluster 0 pgmap v14464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:11 smithi135 bash[32435]: cluster 2023-12-08T01:17:09.697796+0000 mgr.a (mgr.14403) 19370 : cluster 0 pgmap v14464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:12.481 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:17:12.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:12.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:12.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:12.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:17:13.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:13 smithi079 bash[28699]: cluster 2023-12-08T01:17:11.698360+0000 mgr.a (mgr.14403) 19371 : cluster 0 pgmap v14465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:13.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:13 smithi079 bash[28699]: audit 2023-12-08T01:17:11.979814+0000 mgr.a (mgr.14403) 19372 : audit 0 from='client.384609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:13 smithi194 bash[32038]: cluster 2023-12-08T01:17:11.698360+0000 mgr.a (mgr.14403) 19371 : cluster 0 pgmap v14465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:13 smithi194 bash[32038]: audit 2023-12-08T01:17:11.979814+0000 mgr.a (mgr.14403) 19372 : audit 0 from='client.384609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:13 smithi135 bash[32435]: cluster 2023-12-08T01:17:11.698360+0000 mgr.a (mgr.14403) 19371 : cluster 0 pgmap v14465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:13 smithi135 bash[32435]: audit 2023-12-08T01:17:11.979814+0000 mgr.a (mgr.14403) 19372 : audit 0 from='client.384609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:15 smithi079 bash[28699]: cluster 2023-12-08T01:17:13.699327+0000 mgr.a (mgr.14403) 19373 : cluster 0 pgmap v14466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:15 smithi194 bash[32038]: cluster 2023-12-08T01:17:13.699327+0000 mgr.a (mgr.14403) 19373 : cluster 0 pgmap v14466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:15 smithi135 bash[32435]: cluster 2023-12-08T01:17:13.699327+0000 mgr.a (mgr.14403) 19373 : cluster 0 pgmap v14466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:17.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:17:17.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:17.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:17 smithi079 bash[28699]: cluster 2023-12-08T01:17:15.699930+0000 mgr.a (mgr.14403) 19374 : cluster 0 pgmap v14467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:17 smithi194 bash[32038]: cluster 2023-12-08T01:17:15.699930+0000 mgr.a (mgr.14403) 19374 : cluster 0 pgmap v14467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:17 smithi135 bash[32435]: cluster 2023-12-08T01:17:15.699930+0000 mgr.a (mgr.14403) 19374 : cluster 0 pgmap v14467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:18.421 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:17:18.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:18.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:18.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:18.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:17:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:19 smithi079 bash[28699]: cluster 2023-12-08T01:17:17.700486+0000 mgr.a (mgr.14403) 19375 : cluster 0 pgmap v14468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:19 smithi079 bash[28699]: audit 2023-12-08T01:17:17.897494+0000 mgr.a (mgr.14403) 19376 : audit 0 from='client.384687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:19 smithi194 bash[32038]: cluster 2023-12-08T01:17:17.700486+0000 mgr.a (mgr.14403) 19375 : cluster 0 pgmap v14468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:19 smithi194 bash[32038]: audit 2023-12-08T01:17:17.897494+0000 mgr.a (mgr.14403) 19376 : audit 0 from='client.384687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:19 smithi135 bash[32435]: cluster 2023-12-08T01:17:17.700486+0000 mgr.a (mgr.14403) 19375 : cluster 0 pgmap v14468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:19 smithi135 bash[32435]: audit 2023-12-08T01:17:17.897494+0000 mgr.a (mgr.14403) 19376 : audit 0 from='client.384687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:21 smithi079 bash[28699]: cluster 2023-12-08T01:17:19.701473+0000 mgr.a (mgr.14403) 19377 : cluster 0 pgmap v14469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:21 smithi194 bash[32038]: cluster 2023-12-08T01:17:19.701473+0000 mgr.a (mgr.14403) 19377 : cluster 0 pgmap v14469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:21 smithi135 bash[32435]: cluster 2023-12-08T01:17:19.701473+0000 mgr.a (mgr.14403) 19377 : cluster 0 pgmap v14469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:23.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:17:23.424 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:23.424 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:23 smithi079 bash[28699]: cluster 2023-12-08T01:17:21.702092+0000 mgr.a (mgr.14403) 19378 : cluster 0 pgmap v14470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:23 smithi194 bash[32038]: cluster 2023-12-08T01:17:21.702092+0000 mgr.a (mgr.14403) 19378 : cluster 0 pgmap v14470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:23 smithi135 bash[32435]: cluster 2023-12-08T01:17:21.702092+0000 mgr.a (mgr.14403) 19378 : cluster 0 pgmap v14470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:24.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:24.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:24.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:24.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:17:24.342 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:17:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:25 smithi079 bash[28699]: cluster 2023-12-08T01:17:23.702916+0000 mgr.a (mgr.14403) 19379 : cluster 0 pgmap v14471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:25 smithi079 bash[28699]: audit 2023-12-08T01:17:23.830602+0000 mgr.a (mgr.14403) 19380 : audit 0 from='client.293884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:25 smithi194 bash[32038]: cluster 2023-12-08T01:17:23.702916+0000 mgr.a (mgr.14403) 19379 : cluster 0 pgmap v14471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:25 smithi194 bash[32038]: audit 2023-12-08T01:17:23.830602+0000 mgr.a (mgr.14403) 19380 : audit 0 from='client.293884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:25 smithi135 bash[32435]: cluster 2023-12-08T01:17:23.702916+0000 mgr.a (mgr.14403) 19379 : cluster 0 pgmap v14471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:25 smithi135 bash[32435]: audit 2023-12-08T01:17:23.830602+0000 mgr.a (mgr.14403) 19380 : audit 0 from='client.293884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:27 smithi079 bash[28699]: cluster 2023-12-08T01:17:25.703626+0000 mgr.a (mgr.14403) 19381 : cluster 0 pgmap v14472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:27 smithi194 bash[32038]: cluster 2023-12-08T01:17:25.703626+0000 mgr.a (mgr.14403) 19381 : cluster 0 pgmap v14472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:27 smithi135 bash[32435]: cluster 2023-12-08T01:17:25.703626+0000 mgr.a (mgr.14403) 19381 : cluster 0 pgmap v14472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:29.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:17:29.346 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:29.346 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:29.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:29 smithi079 bash[28699]: cluster 2023-12-08T01:17:27.704208+0000 mgr.a (mgr.14403) 19382 : cluster 0 pgmap v14473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:29 smithi194 bash[32038]: cluster 2023-12-08T01:17:27.704208+0000 mgr.a (mgr.14403) 19382 : cluster 0 pgmap v14473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:29 smithi135 bash[32435]: cluster 2023-12-08T01:17:27.704208+0000 mgr.a (mgr.14403) 19382 : cluster 0 pgmap v14473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:30.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:30.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:30.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:30.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:17:30.257 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:17:31.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:31 smithi079 bash[28699]: cluster 2023-12-08T01:17:29.704947+0000 mgr.a (mgr.14403) 19383 : cluster 0 pgmap v14474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:31.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:31 smithi079 bash[28699]: audit 2023-12-08T01:17:29.750051+0000 mgr.a (mgr.14403) 19384 : audit 0 from='client.384840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:31 smithi194 bash[32038]: cluster 2023-12-08T01:17:29.704947+0000 mgr.a (mgr.14403) 19383 : cluster 0 pgmap v14474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:31 smithi194 bash[32038]: audit 2023-12-08T01:17:29.750051+0000 mgr.a (mgr.14403) 19384 : audit 0 from='client.384840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:31 smithi135 bash[32435]: cluster 2023-12-08T01:17:29.704947+0000 mgr.a (mgr.14403) 19383 : cluster 0 pgmap v14474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:31 smithi135 bash[32435]: audit 2023-12-08T01:17:29.750051+0000 mgr.a (mgr.14403) 19384 : audit 0 from='client.384840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:33.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:33 smithi079 bash[28699]: cluster 2023-12-08T01:17:31.705634+0000 mgr.a (mgr.14403) 19385 : cluster 0 pgmap v14475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:33 smithi194 bash[32038]: cluster 2023-12-08T01:17:31.705634+0000 mgr.a (mgr.14403) 19385 : cluster 0 pgmap v14475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:33 smithi135 bash[32435]: cluster 2023-12-08T01:17:31.705634+0000 mgr.a (mgr.14403) 19385 : cluster 0 pgmap v14475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:35.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:17:35.261 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:35.261 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:35 smithi079 bash[28699]: cluster 2023-12-08T01:17:33.706435+0000 mgr.a (mgr.14403) 19386 : cluster 0 pgmap v14476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:35 smithi194 bash[32038]: cluster 2023-12-08T01:17:33.706435+0000 mgr.a (mgr.14403) 19386 : cluster 0 pgmap v14476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:35 smithi135 bash[32435]: cluster 2023-12-08T01:17:33.706435+0000 mgr.a (mgr.14403) 19386 : cluster 0 pgmap v14476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:36.155 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:17:36.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:36.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:36.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:36.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:17:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:37 smithi079 bash[28699]: audit 2023-12-08T01:17:35.660812+0000 mgr.a (mgr.14403) 19387 : audit 0 from='client.384918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:37 smithi079 bash[28699]: cluster 2023-12-08T01:17:35.707194+0000 mgr.a (mgr.14403) 19388 : cluster 0 pgmap v14477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:37 smithi194 bash[32038]: audit 2023-12-08T01:17:35.660812+0000 mgr.a (mgr.14403) 19387 : audit 0 from='client.384918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:37 smithi194 bash[32038]: cluster 2023-12-08T01:17:35.707194+0000 mgr.a (mgr.14403) 19388 : cluster 0 pgmap v14477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:37 smithi135 bash[32435]: audit 2023-12-08T01:17:35.660812+0000 mgr.a (mgr.14403) 19387 : audit 0 from='client.384918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:37 smithi135 bash[32435]: cluster 2023-12-08T01:17:35.707194+0000 mgr.a (mgr.14403) 19388 : cluster 0 pgmap v14477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:39 smithi079 bash[28699]: cluster 2023-12-08T01:17:37.707889+0000 mgr.a (mgr.14403) 19389 : cluster 0 pgmap v14478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:39 smithi194 bash[32038]: cluster 2023-12-08T01:17:37.707889+0000 mgr.a (mgr.14403) 19389 : cluster 0 pgmap v14478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:39 smithi135 bash[32435]: cluster 2023-12-08T01:17:37.707889+0000 mgr.a (mgr.14403) 19389 : cluster 0 pgmap v14478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:41.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:17:41.158 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:41.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:41 smithi079 bash[28699]: cluster 2023-12-08T01:17:39.708760+0000 mgr.a (mgr.14403) 19390 : cluster 0 pgmap v14479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:41 smithi194 bash[32038]: cluster 2023-12-08T01:17:39.708760+0000 mgr.a (mgr.14403) 19390 : cluster 0 pgmap v14479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:41 smithi135 bash[32435]: cluster 2023-12-08T01:17:39.708760+0000 mgr.a (mgr.14403) 19390 : cluster 0 pgmap v14479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:42.082 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:17:42.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:42.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:42.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:42.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:17:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:42 smithi079 bash[28699]: audit 2023-12-08T01:17:41.556536+0000 mgr.a (mgr.14403) 19391 : audit 0 from='client.384996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:42 smithi194 bash[32038]: audit 2023-12-08T01:17:41.556536+0000 mgr.a (mgr.14403) 19391 : audit 0 from='client.384996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:42 smithi135 bash[32435]: audit 2023-12-08T01:17:41.556536+0000 mgr.a (mgr.14403) 19391 : audit 0 from='client.384996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:43 smithi079 bash[28699]: cluster 2023-12-08T01:17:41.709670+0000 mgr.a (mgr.14403) 19392 : cluster 0 pgmap v14480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:43 smithi194 bash[32038]: cluster 2023-12-08T01:17:41.709670+0000 mgr.a (mgr.14403) 19392 : cluster 0 pgmap v14480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:43 smithi135 bash[32435]: cluster 2023-12-08T01:17:41.709670+0000 mgr.a (mgr.14403) 19392 : cluster 0 pgmap v14480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:45 smithi079 bash[28699]: cluster 2023-12-08T01:17:43.710634+0000 mgr.a (mgr.14403) 19393 : cluster 0 pgmap v14481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:45 smithi194 bash[32038]: cluster 2023-12-08T01:17:43.710634+0000 mgr.a (mgr.14403) 19393 : cluster 0 pgmap v14481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:45 smithi135 bash[32435]: cluster 2023-12-08T01:17:43.710634+0000 mgr.a (mgr.14403) 19393 : cluster 0 pgmap v14481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:47.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:17:47.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:47.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:47 smithi079 bash[28699]: cluster 2023-12-08T01:17:45.711261+0000 mgr.a (mgr.14403) 19394 : cluster 0 pgmap v14482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:47 smithi194 bash[32038]: cluster 2023-12-08T01:17:45.711261+0000 mgr.a (mgr.14403) 19394 : cluster 0 pgmap v14482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:47 smithi135 bash[32435]: cluster 2023-12-08T01:17:45.711261+0000 mgr.a (mgr.14403) 19394 : cluster 0 pgmap v14482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:47.985 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:17:47.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:47.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:47.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:47.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:17:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:48 smithi079 bash[28699]: audit 2023-12-08T01:17:47.492652+0000 mgr.a (mgr.14403) 19395 : audit 0 from='client.385074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:48 smithi194 bash[32038]: audit 2023-12-08T01:17:47.492652+0000 mgr.a (mgr.14403) 19395 : audit 0 from='client.385074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:48 smithi135 bash[32435]: audit 2023-12-08T01:17:47.492652+0000 mgr.a (mgr.14403) 19395 : audit 0 from='client.385074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:49 smithi079 bash[28699]: cluster 2023-12-08T01:17:47.711699+0000 mgr.a (mgr.14403) 19396 : cluster 0 pgmap v14483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:49 smithi194 bash[32038]: cluster 2023-12-08T01:17:47.711699+0000 mgr.a (mgr.14403) 19396 : cluster 0 pgmap v14483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:49 smithi135 bash[32435]: cluster 2023-12-08T01:17:47.711699+0000 mgr.a (mgr.14403) 19396 : cluster 0 pgmap v14483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:51.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:51 smithi079 bash[28699]: cluster 2023-12-08T01:17:49.712577+0000 mgr.a (mgr.14403) 19397 : cluster 0 pgmap v14484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:51 smithi194 bash[32038]: cluster 2023-12-08T01:17:49.712577+0000 mgr.a (mgr.14403) 19397 : cluster 0 pgmap v14484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:51 smithi135 bash[32435]: cluster 2023-12-08T01:17:49.712577+0000 mgr.a (mgr.14403) 19397 : cluster 0 pgmap v14484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:17:52.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:17:52.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:52.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:53 smithi079 bash[28699]: cluster 2023-12-08T01:17:51.713152+0000 mgr.a (mgr.14403) 19398 : cluster 0 pgmap v14485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:53 smithi194 bash[32038]: cluster 2023-12-08T01:17:51.713152+0000 mgr.a (mgr.14403) 19398 : cluster 0 pgmap v14485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:53 smithi135 bash[32435]: cluster 2023-12-08T01:17:51.713152+0000 mgr.a (mgr.14403) 19398 : cluster 0 pgmap v14485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:53.905 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:17:53.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:53.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:53.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:53.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:17:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:54 smithi079 bash[28699]: audit 2023-12-08T01:17:53.401220+0000 mgr.a (mgr.14403) 19399 : audit 0 from='client.385149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:54 smithi194 bash[32038]: audit 2023-12-08T01:17:53.401220+0000 mgr.a (mgr.14403) 19399 : audit 0 from='client.385149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:54 smithi135 bash[32435]: audit 2023-12-08T01:17:53.401220+0000 mgr.a (mgr.14403) 19399 : audit 0 from='client.385149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:17:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:55 smithi079 bash[28699]: cluster 2023-12-08T01:17:53.714040+0000 mgr.a (mgr.14403) 19400 : cluster 0 pgmap v14486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:55 smithi194 bash[32038]: cluster 2023-12-08T01:17:53.714040+0000 mgr.a (mgr.14403) 19400 : cluster 0 pgmap v14486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:55 smithi135 bash[32435]: cluster 2023-12-08T01:17:53.714040+0000 mgr.a (mgr.14403) 19400 : cluster 0 pgmap v14486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:17:57.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:57 smithi079 bash[28699]: cluster 2023-12-08T01:17:55.714685+0000 mgr.a (mgr.14403) 19401 : cluster 0 pgmap v14487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:57 smithi194 bash[32038]: cluster 2023-12-08T01:17:55.714685+0000 mgr.a (mgr.14403) 19401 : cluster 0 pgmap v14487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:57 smithi135 bash[32435]: cluster 2023-12-08T01:17:55.714685+0000 mgr.a (mgr.14403) 19401 : cluster 0 pgmap v14487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:58.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:17:58.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:17:58.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:17:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:17:59 smithi079 bash[28699]: cluster 2023-12-08T01:17:57.715296+0000 mgr.a (mgr.14403) 19402 : cluster 0 pgmap v14488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:17:59 smithi194 bash[32038]: cluster 2023-12-08T01:17:57.715296+0000 mgr.a (mgr.14403) 19402 : cluster 0 pgmap v14488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:17:59 smithi135 bash[32435]: cluster 2023-12-08T01:17:57.715296+0000 mgr.a (mgr.14403) 19402 : cluster 0 pgmap v14488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:17:59.830 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:17:59.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:17:59.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:17:59.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:17:59.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:18:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:00 smithi079 bash[28699]: audit 2023-12-08T01:17:59.318533+0000 mgr.a (mgr.14403) 19403 : audit 0 from='client.385221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:00 smithi194 bash[32038]: audit 2023-12-08T01:17:59.318533+0000 mgr.a (mgr.14403) 19403 : audit 0 from='client.385221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:00 smithi135 bash[32435]: audit 2023-12-08T01:17:59.318533+0000 mgr.a (mgr.14403) 19403 : audit 0 from='client.385221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:01 smithi079 bash[28699]: cluster 2023-12-08T01:17:59.716201+0000 mgr.a (mgr.14403) 19404 : cluster 0 pgmap v14489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:01 smithi194 bash[32038]: cluster 2023-12-08T01:17:59.716201+0000 mgr.a (mgr.14403) 19404 : cluster 0 pgmap v14489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:01 smithi135 bash[32435]: cluster 2023-12-08T01:17:59.716201+0000 mgr.a (mgr.14403) 19404 : cluster 0 pgmap v14489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:02 smithi079 bash[28699]: audit 2023-12-08T01:18:01.903401+0000 mon.a (mon.0) 3130 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:18:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:02 smithi194 bash[32038]: audit 2023-12-08T01:18:01.903401+0000 mon.a (mon.0) 3130 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:18:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:02 smithi135 bash[32435]: audit 2023-12-08T01:18:01.903401+0000 mon.a (mon.0) 3130 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:18:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:03 smithi194 bash[32038]: cluster 2023-12-08T01:18:01.716906+0000 mgr.a (mgr.14403) 19405 : cluster 0 pgmap v14490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:03 smithi194 bash[32038]: audit 2023-12-08T01:18:02.432016+0000 mon.a (mon.0) 3131 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:03 smithi194 bash[32038]: audit 2023-12-08T01:18:02.438217+0000 mon.a (mon.0) 3132 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:03 smithi135 bash[32435]: cluster 2023-12-08T01:18:01.716906+0000 mgr.a (mgr.14403) 19405 : cluster 0 pgmap v14490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:03 smithi135 bash[32435]: audit 2023-12-08T01:18:02.432016+0000 mon.a (mon.0) 3131 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:03 smithi135 bash[32435]: audit 2023-12-08T01:18:02.438217+0000 mon.a (mon.0) 3132 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:03 smithi079 bash[28699]: cluster 2023-12-08T01:18:01.716906+0000 mgr.a (mgr.14403) 19405 : cluster 0 pgmap v14490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:03 smithi079 bash[28699]: audit 2023-12-08T01:18:02.432016+0000 mon.a (mon.0) 3131 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:03 smithi079 bash[28699]: audit 2023-12-08T01:18:02.438217+0000 mon.a (mon.0) 3132 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:04.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:18:04.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:04.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:05 smithi194 bash[32038]: cluster 2023-12-08T01:18:03.717701+0000 mgr.a (mgr.14403) 19406 : cluster 0 pgmap v14491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:05 smithi135 bash[32435]: cluster 2023-12-08T01:18:03.717701+0000 mgr.a (mgr.14403) 19406 : cluster 0 pgmap v14491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:05.750 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:18:05.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:05.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:05.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:05.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:18:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:05 smithi079 bash[28699]: cluster 2023-12-08T01:18:03.717701+0000 mgr.a (mgr.14403) 19406 : cluster 0 pgmap v14491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:06 smithi194 bash[32038]: audit 2023-12-08T01:18:05.232119+0000 mgr.a (mgr.14403) 19407 : audit 0 from='client.385293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:06.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:06 smithi135 bash[32435]: audit 2023-12-08T01:18:05.232119+0000 mgr.a (mgr.14403) 19407 : audit 0 from='client.385293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:06.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:06 smithi079 bash[28699]: audit 2023-12-08T01:18:05.232119+0000 mgr.a (mgr.14403) 19407 : audit 0 from='client.385293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:07 smithi135 bash[32435]: cluster 2023-12-08T01:18:05.718373+0000 mgr.a (mgr.14403) 19408 : cluster 0 pgmap v14492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:07.740 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:07 smithi194 bash[32038]: cluster 2023-12-08T01:18:05.718373+0000 mgr.a (mgr.14403) 19408 : cluster 0 pgmap v14492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:07 smithi079 bash[28699]: cluster 2023-12-08T01:18:05.718373+0000 mgr.a (mgr.14403) 19408 : cluster 0 pgmap v14492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:09 smithi135 bash[32435]: cluster 2023-12-08T01:18:07.719006+0000 mgr.a (mgr.14403) 19409 : cluster 0 pgmap v14493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:09.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:09 smithi079 bash[28699]: cluster 2023-12-08T01:18:07.719006+0000 mgr.a (mgr.14403) 19409 : cluster 0 pgmap v14493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:09 smithi194 bash[32038]: cluster 2023-12-08T01:18:07.719006+0000 mgr.a (mgr.14403) 19409 : cluster 0 pgmap v14493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:10.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:18:10.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:10.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:11.648 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:18:11.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:11.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:11.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:11.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:18:11.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:11 smithi079 bash[28699]: cluster 2023-12-08T01:18:09.719839+0000 mgr.a (mgr.14403) 19410 : cluster 0 pgmap v14494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:11 smithi194 bash[32038]: cluster 2023-12-08T01:18:09.719839+0000 mgr.a (mgr.14403) 19410 : cluster 0 pgmap v14494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:11 smithi135 bash[32435]: cluster 2023-12-08T01:18:09.719839+0000 mgr.a (mgr.14403) 19410 : cluster 0 pgmap v14494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:12 smithi194 bash[32038]: audit 2023-12-08T01:18:11.158079+0000 mgr.a (mgr.14403) 19411 : audit 0 from='client.385368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:12 smithi079 bash[28699]: audit 2023-12-08T01:18:11.158079+0000 mgr.a (mgr.14403) 19411 : audit 0 from='client.385368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:12 smithi135 bash[32435]: audit 2023-12-08T01:18:11.158079+0000 mgr.a (mgr.14403) 19411 : audit 0 from='client.385368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:13.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:13 smithi079 bash[28699]: cluster 2023-12-08T01:18:11.720615+0000 mgr.a (mgr.14403) 19412 : cluster 0 pgmap v14495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:13.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:13 smithi079 bash[28699]: audit 2023-12-08T01:18:13.020425+0000 mon.a (mon.0) 3133 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:13.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:13 smithi079 bash[28699]: audit 2023-12-08T01:18:13.029389+0000 mon.a (mon.0) 3134 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:13.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:13 smithi079 bash[28699]: audit 2023-12-08T01:18:13.030803+0000 mon.a (mon.0) 3135 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:18:13.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:13 smithi079 bash[28699]: audit 2023-12-08T01:18:13.032019+0000 mon.a (mon.0) 3136 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:18:13.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:13 smithi079 bash[28699]: audit 2023-12-08T01:18:13.040908+0000 mon.a (mon.0) 3137 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:13 smithi194 bash[32038]: cluster 2023-12-08T01:18:11.720615+0000 mgr.a (mgr.14403) 19412 : cluster 0 pgmap v14495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:13 smithi194 bash[32038]: audit 2023-12-08T01:18:13.020425+0000 mon.a (mon.0) 3133 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:13 smithi194 bash[32038]: audit 2023-12-08T01:18:13.029389+0000 mon.a (mon.0) 3134 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:13 smithi194 bash[32038]: audit 2023-12-08T01:18:13.030803+0000 mon.a (mon.0) 3135 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:18:13.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:13 smithi194 bash[32038]: audit 2023-12-08T01:18:13.032019+0000 mon.a (mon.0) 3136 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:18:13.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:13 smithi194 bash[32038]: audit 2023-12-08T01:18:13.040908+0000 mon.a (mon.0) 3137 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:13 smithi135 bash[32435]: cluster 2023-12-08T01:18:11.720615+0000 mgr.a (mgr.14403) 19412 : cluster 0 pgmap v14495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:13 smithi135 bash[32435]: audit 2023-12-08T01:18:13.020425+0000 mon.a (mon.0) 3133 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:13 smithi135 bash[32435]: audit 2023-12-08T01:18:13.029389+0000 mon.a (mon.0) 3134 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:13 smithi135 bash[32435]: audit 2023-12-08T01:18:13.030803+0000 mon.a (mon.0) 3135 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:18:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:13 smithi135 bash[32435]: audit 2023-12-08T01:18:13.032019+0000 mon.a (mon.0) 3136 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:18:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:13 smithi135 bash[32435]: audit 2023-12-08T01:18:13.040908+0000 mon.a (mon.0) 3137 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:18:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:15 smithi079 bash[28699]: cluster 2023-12-08T01:18:13.721428+0000 mgr.a (mgr.14403) 19413 : cluster 0 pgmap v14496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:15 smithi194 bash[32038]: cluster 2023-12-08T01:18:13.721428+0000 mgr.a (mgr.14403) 19413 : cluster 0 pgmap v14496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:15 smithi135 bash[32435]: cluster 2023-12-08T01:18:13.721428+0000 mgr.a (mgr.14403) 19413 : cluster 0 pgmap v14496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:16.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:18:16.652 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:16.652 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:17.569 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:18:17.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:17.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:17.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:17.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:18:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:17 smithi079 bash[28699]: cluster 2023-12-08T01:18:15.721990+0000 mgr.a (mgr.14403) 19414 : cluster 0 pgmap v14497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:17 smithi194 bash[32038]: cluster 2023-12-08T01:18:15.721990+0000 mgr.a (mgr.14403) 19414 : cluster 0 pgmap v14497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:17 smithi135 bash[32435]: cluster 2023-12-08T01:18:15.721990+0000 mgr.a (mgr.14403) 19414 : cluster 0 pgmap v14497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:18 smithi079 bash[28699]: audit 2023-12-08T01:18:17.063051+0000 mgr.a (mgr.14403) 19415 : audit 0 from='client.385440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:18 smithi194 bash[32038]: audit 2023-12-08T01:18:17.063051+0000 mgr.a (mgr.14403) 19415 : audit 0 from='client.385440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:18 smithi135 bash[32435]: audit 2023-12-08T01:18:17.063051+0000 mgr.a (mgr.14403) 19415 : audit 0 from='client.385440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:19 smithi079 bash[28699]: cluster 2023-12-08T01:18:17.722702+0000 mgr.a (mgr.14403) 19416 : cluster 0 pgmap v14498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:19 smithi194 bash[32038]: cluster 2023-12-08T01:18:17.722702+0000 mgr.a (mgr.14403) 19416 : cluster 0 pgmap v14498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:19 smithi135 bash[32435]: cluster 2023-12-08T01:18:17.722702+0000 mgr.a (mgr.14403) 19416 : cluster 0 pgmap v14498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:21 smithi079 bash[28699]: cluster 2023-12-08T01:18:19.723574+0000 mgr.a (mgr.14403) 19417 : cluster 0 pgmap v14499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:21 smithi194 bash[32038]: cluster 2023-12-08T01:18:19.723574+0000 mgr.a (mgr.14403) 19417 : cluster 0 pgmap v14499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:21 smithi135 bash[32435]: cluster 2023-12-08T01:18:19.723574+0000 mgr.a (mgr.14403) 19417 : cluster 0 pgmap v14499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:22.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:18:22.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:22.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:23.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:23.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:23.506 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:18:23.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:23.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:18:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:23 smithi079 bash[28699]: cluster 2023-12-08T01:18:21.724178+0000 mgr.a (mgr.14403) 19418 : cluster 0 pgmap v14500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:23 smithi194 bash[32038]: cluster 2023-12-08T01:18:21.724178+0000 mgr.a (mgr.14403) 19418 : cluster 0 pgmap v14500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:23 smithi135 bash[32435]: cluster 2023-12-08T01:18:21.724178+0000 mgr.a (mgr.14403) 19418 : cluster 0 pgmap v14500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:24.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:24 smithi079 bash[28699]: audit 2023-12-08T01:18:22.981186+0000 mgr.a (mgr.14403) 19419 : audit 0 from='client.385515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:24 smithi194 bash[32038]: audit 2023-12-08T01:18:22.981186+0000 mgr.a (mgr.14403) 19419 : audit 0 from='client.385515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:24 smithi135 bash[32435]: audit 2023-12-08T01:18:22.981186+0000 mgr.a (mgr.14403) 19419 : audit 0 from='client.385515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:25 smithi079 bash[28699]: cluster 2023-12-08T01:18:23.725148+0000 mgr.a (mgr.14403) 19420 : cluster 0 pgmap v14501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:25 smithi194 bash[32038]: cluster 2023-12-08T01:18:23.725148+0000 mgr.a (mgr.14403) 19420 : cluster 0 pgmap v14501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:25 smithi135 bash[32435]: cluster 2023-12-08T01:18:23.725148+0000 mgr.a (mgr.14403) 19420 : cluster 0 pgmap v14501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:27 smithi079 bash[28699]: cluster 2023-12-08T01:18:25.725738+0000 mgr.a (mgr.14403) 19421 : cluster 0 pgmap v14502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:27 smithi194 bash[32038]: cluster 2023-12-08T01:18:25.725738+0000 mgr.a (mgr.14403) 19421 : cluster 0 pgmap v14502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:27 smithi135 bash[32435]: cluster 2023-12-08T01:18:25.725738+0000 mgr.a (mgr.14403) 19421 : cluster 0 pgmap v14502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:28.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:18:28.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:28.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:29.416 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:18:29.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:29.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:29.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:29.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:18:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:29 smithi079 bash[28699]: cluster 2023-12-08T01:18:27.726308+0000 mgr.a (mgr.14403) 19422 : cluster 0 pgmap v14503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:29 smithi194 bash[32038]: cluster 2023-12-08T01:18:27.726308+0000 mgr.a (mgr.14403) 19422 : cluster 0 pgmap v14503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:29 smithi135 bash[32435]: cluster 2023-12-08T01:18:27.726308+0000 mgr.a (mgr.14403) 19422 : cluster 0 pgmap v14503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:30 smithi079 bash[28699]: audit 2023-12-08T01:18:28.914403+0000 mgr.a (mgr.14403) 19423 : audit 0 from='client.385587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:30 smithi194 bash[32038]: audit 2023-12-08T01:18:28.914403+0000 mgr.a (mgr.14403) 19423 : audit 0 from='client.385587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:30.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:30 smithi135 bash[32435]: audit 2023-12-08T01:18:28.914403+0000 mgr.a (mgr.14403) 19423 : audit 0 from='client.385587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:31.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:31 smithi079 bash[28699]: cluster 2023-12-08T01:18:29.727415+0000 mgr.a (mgr.14403) 19424 : cluster 0 pgmap v14504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:31 smithi194 bash[32038]: cluster 2023-12-08T01:18:29.727415+0000 mgr.a (mgr.14403) 19424 : cluster 0 pgmap v14504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:31 smithi135 bash[32435]: cluster 2023-12-08T01:18:29.727415+0000 mgr.a (mgr.14403) 19424 : cluster 0 pgmap v14504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:33 smithi079 bash[28699]: cluster 2023-12-08T01:18:31.728021+0000 mgr.a (mgr.14403) 19425 : cluster 0 pgmap v14505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:33 smithi194 bash[32038]: cluster 2023-12-08T01:18:31.728021+0000 mgr.a (mgr.14403) 19425 : cluster 0 pgmap v14505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:33 smithi135 bash[32435]: cluster 2023-12-08T01:18:31.728021+0000 mgr.a (mgr.14403) 19425 : cluster 0 pgmap v14505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:34.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:18:34.420 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:34.420 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:35.344 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:18:35.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:35.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:35.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:35.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:18:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:35 smithi079 bash[28699]: cluster 2023-12-08T01:18:33.728751+0000 mgr.a (mgr.14403) 19426 : cluster 0 pgmap v14506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:35 smithi194 bash[32038]: cluster 2023-12-08T01:18:33.728751+0000 mgr.a (mgr.14403) 19426 : cluster 0 pgmap v14506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:35 smithi135 bash[32435]: cluster 2023-12-08T01:18:33.728751+0000 mgr.a (mgr.14403) 19426 : cluster 0 pgmap v14506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:36 smithi079 bash[28699]: audit 2023-12-08T01:18:34.831366+0000 mgr.a (mgr.14403) 19427 : audit 0 from='client.385662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:36 smithi194 bash[32038]: audit 2023-12-08T01:18:34.831366+0000 mgr.a (mgr.14403) 19427 : audit 0 from='client.385662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:36.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:36 smithi135 bash[32435]: audit 2023-12-08T01:18:34.831366+0000 mgr.a (mgr.14403) 19427 : audit 0 from='client.385662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:37 smithi079 bash[28699]: cluster 2023-12-08T01:18:35.729483+0000 mgr.a (mgr.14403) 19428 : cluster 0 pgmap v14507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:37 smithi194 bash[32038]: cluster 2023-12-08T01:18:35.729483+0000 mgr.a (mgr.14403) 19428 : cluster 0 pgmap v14507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:37 smithi135 bash[32435]: cluster 2023-12-08T01:18:35.729483+0000 mgr.a (mgr.14403) 19428 : cluster 0 pgmap v14507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:39 smithi079 bash[28699]: cluster 2023-12-08T01:18:37.730228+0000 mgr.a (mgr.14403) 19429 : cluster 0 pgmap v14508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:39 smithi194 bash[32038]: cluster 2023-12-08T01:18:37.730228+0000 mgr.a (mgr.14403) 19429 : cluster 0 pgmap v14508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:39 smithi135 bash[32435]: cluster 2023-12-08T01:18:37.730228+0000 mgr.a (mgr.14403) 19429 : cluster 0 pgmap v14508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:18:40.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:18:40.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:40.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:41.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:41.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:41.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:41.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:18:41.267 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:18:41.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:41 smithi079 bash[28699]: cluster 2023-12-08T01:18:39.731177+0000 mgr.a (mgr.14403) 19430 : cluster 0 pgmap v14509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:41 smithi194 bash[32038]: cluster 2023-12-08T01:18:39.731177+0000 mgr.a (mgr.14403) 19430 : cluster 0 pgmap v14509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:41 smithi135 bash[32435]: cluster 2023-12-08T01:18:39.731177+0000 mgr.a (mgr.14403) 19430 : cluster 0 pgmap v14509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:42.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:42 smithi079 bash[28699]: audit 2023-12-08T01:18:40.753468+0000 mgr.a (mgr.14403) 19431 : audit 0 from='client.385737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:42 smithi194 bash[32038]: audit 2023-12-08T01:18:40.753468+0000 mgr.a (mgr.14403) 19431 : audit 0 from='client.385737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:42 smithi135 bash[32435]: audit 2023-12-08T01:18:40.753468+0000 mgr.a (mgr.14403) 19431 : audit 0 from='client.385737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:43 smithi079 bash[28699]: cluster 2023-12-08T01:18:41.731865+0000 mgr.a (mgr.14403) 19432 : cluster 0 pgmap v14510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:43 smithi194 bash[32038]: cluster 2023-12-08T01:18:41.731865+0000 mgr.a (mgr.14403) 19432 : cluster 0 pgmap v14510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:43 smithi135 bash[32435]: cluster 2023-12-08T01:18:41.731865+0000 mgr.a (mgr.14403) 19432 : cluster 0 pgmap v14510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:45.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:45 smithi079 bash[28699]: cluster 2023-12-08T01:18:43.732670+0000 mgr.a (mgr.14403) 19433 : cluster 0 pgmap v14511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:45 smithi194 bash[32038]: cluster 2023-12-08T01:18:43.732670+0000 mgr.a (mgr.14403) 19433 : cluster 0 pgmap v14511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:45 smithi135 bash[32435]: cluster 2023-12-08T01:18:43.732670+0000 mgr.a (mgr.14403) 19433 : cluster 0 pgmap v14511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:46.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:18:46.270 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:46.270 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:47.165 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:18:47.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:47.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:47.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:47.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:18:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:47 smithi079 bash[28699]: cluster 2023-12-08T01:18:45.733255+0000 mgr.a (mgr.14403) 19434 : cluster 0 pgmap v14512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:47 smithi194 bash[32038]: cluster 2023-12-08T01:18:45.733255+0000 mgr.a (mgr.14403) 19434 : cluster 0 pgmap v14512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:47 smithi135 bash[32435]: cluster 2023-12-08T01:18:45.733255+0000 mgr.a (mgr.14403) 19434 : cluster 0 pgmap v14512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:48.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:48 smithi079 bash[28699]: audit 2023-12-08T01:18:46.671825+0000 mgr.a (mgr.14403) 19435 : audit 0 from='client.385815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:48 smithi194 bash[32038]: audit 2023-12-08T01:18:46.671825+0000 mgr.a (mgr.14403) 19435 : audit 0 from='client.385815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:48.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:48 smithi135 bash[32435]: audit 2023-12-08T01:18:46.671825+0000 mgr.a (mgr.14403) 19435 : audit 0 from='client.385815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:49 smithi079 bash[28699]: cluster 2023-12-08T01:18:47.734011+0000 mgr.a (mgr.14403) 19436 : cluster 0 pgmap v14513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:49 smithi194 bash[32038]: cluster 2023-12-08T01:18:47.734011+0000 mgr.a (mgr.14403) 19436 : cluster 0 pgmap v14513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:49 smithi135 bash[32435]: cluster 2023-12-08T01:18:47.734011+0000 mgr.a (mgr.14403) 19436 : cluster 0 pgmap v14513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:51.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:51 smithi079 bash[28699]: cluster 2023-12-08T01:18:49.734871+0000 mgr.a (mgr.14403) 19437 : cluster 0 pgmap v14514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:51 smithi194 bash[32038]: cluster 2023-12-08T01:18:49.734871+0000 mgr.a (mgr.14403) 19437 : cluster 0 pgmap v14514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:51 smithi135 bash[32435]: cluster 2023-12-08T01:18:49.734871+0000 mgr.a (mgr.14403) 19437 : cluster 0 pgmap v14514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:52.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:18:52.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:52.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:53.067 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:18:53.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:53.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:53.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:53.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:18:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:53 smithi079 bash[28699]: cluster 2023-12-08T01:18:51.735477+0000 mgr.a (mgr.14403) 19438 : cluster 0 pgmap v14515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:53 smithi079 bash[28699]: audit 2023-12-08T01:18:52.567880+0000 mgr.a (mgr.14403) 19439 : audit 0 from='client.385893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:53 smithi194 bash[32038]: cluster 2023-12-08T01:18:51.735477+0000 mgr.a (mgr.14403) 19438 : cluster 0 pgmap v14515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:53 smithi194 bash[32038]: audit 2023-12-08T01:18:52.567880+0000 mgr.a (mgr.14403) 19439 : audit 0 from='client.385893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:53 smithi135 bash[32435]: cluster 2023-12-08T01:18:51.735477+0000 mgr.a (mgr.14403) 19438 : cluster 0 pgmap v14515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:53 smithi135 bash[32435]: audit 2023-12-08T01:18:52.567880+0000 mgr.a (mgr.14403) 19439 : audit 0 from='client.385893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:55 smithi079 bash[28699]: cluster 2023-12-08T01:18:53.736328+0000 mgr.a (mgr.14403) 19440 : cluster 0 pgmap v14516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:55 smithi194 bash[32038]: cluster 2023-12-08T01:18:53.736328+0000 mgr.a (mgr.14403) 19440 : cluster 0 pgmap v14516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:55 smithi135 bash[32435]: cluster 2023-12-08T01:18:53.736328+0000 mgr.a (mgr.14403) 19440 : cluster 0 pgmap v14516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:18:56.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:56 smithi079 bash[28699]: cluster 2023-12-08T01:18:55.736864+0000 mgr.a (mgr.14403) 19441 : cluster 0 pgmap v14517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:56 smithi194 bash[32038]: cluster 2023-12-08T01:18:55.736864+0000 mgr.a (mgr.14403) 19441 : cluster 0 pgmap v14517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:56.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:56 smithi135 bash[32435]: cluster 2023-12-08T01:18:55.736864+0000 mgr.a (mgr.14403) 19441 : cluster 0 pgmap v14517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:58.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:18:58.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:18:58.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:18:59.001 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:18:59.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:18:59.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:18:59.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:18:59.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:18:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:59 smithi079 bash[28699]: cluster 2023-12-08T01:18:57.737437+0000 mgr.a (mgr.14403) 19442 : cluster 0 pgmap v14518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:18:59 smithi079 bash[28699]: audit 2023-12-08T01:18:58.481786+0000 mgr.a (mgr.14403) 19443 : audit 0 from='client.385971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:59 smithi194 bash[32038]: cluster 2023-12-08T01:18:57.737437+0000 mgr.a (mgr.14403) 19442 : cluster 0 pgmap v14518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:18:59 smithi194 bash[32038]: audit 2023-12-08T01:18:58.481786+0000 mgr.a (mgr.14403) 19443 : audit 0 from='client.385971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:18:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:59 smithi135 bash[32435]: cluster 2023-12-08T01:18:57.737437+0000 mgr.a (mgr.14403) 19442 : cluster 0 pgmap v14518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:18:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:18:59 smithi135 bash[32435]: audit 2023-12-08T01:18:58.481786+0000 mgr.a (mgr.14403) 19443 : audit 0 from='client.385971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:01 smithi079 bash[28699]: cluster 2023-12-08T01:18:59.738527+0000 mgr.a (mgr.14403) 19444 : cluster 0 pgmap v14519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:01 smithi194 bash[32038]: cluster 2023-12-08T01:18:59.738527+0000 mgr.a (mgr.14403) 19444 : cluster 0 pgmap v14519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:01 smithi135 bash[32435]: cluster 2023-12-08T01:18:59.738527+0000 mgr.a (mgr.14403) 19444 : cluster 0 pgmap v14519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:03 smithi079 bash[28699]: cluster 2023-12-08T01:19:01.739188+0000 mgr.a (mgr.14403) 19445 : cluster 0 pgmap v14520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:03 smithi194 bash[32038]: cluster 2023-12-08T01:19:01.739188+0000 mgr.a (mgr.14403) 19445 : cluster 0 pgmap v14520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:03 smithi135 bash[32435]: cluster 2023-12-08T01:19:01.739188+0000 mgr.a (mgr.14403) 19445 : cluster 0 pgmap v14520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:04.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:19:04.004 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:04.005 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:04.924 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:19:04.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:04.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:04.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:04.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:19:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:05 smithi079 bash[28699]: cluster 2023-12-08T01:19:03.739978+0000 mgr.a (mgr.14403) 19446 : cluster 0 pgmap v14521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:05 smithi079 bash[28699]: audit 2023-12-08T01:19:04.404983+0000 mgr.a (mgr.14403) 19447 : audit 0 from='client.386049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:05 smithi194 bash[32038]: cluster 2023-12-08T01:19:03.739978+0000 mgr.a (mgr.14403) 19446 : cluster 0 pgmap v14521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:05 smithi194 bash[32038]: audit 2023-12-08T01:19:04.404983+0000 mgr.a (mgr.14403) 19447 : audit 0 from='client.386049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:05 smithi135 bash[32435]: cluster 2023-12-08T01:19:03.739978+0000 mgr.a (mgr.14403) 19446 : cluster 0 pgmap v14521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:05 smithi135 bash[32435]: audit 2023-12-08T01:19:04.404983+0000 mgr.a (mgr.14403) 19447 : audit 0 from='client.386049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:07 smithi079 bash[28699]: cluster 2023-12-08T01:19:05.740667+0000 mgr.a (mgr.14403) 19448 : cluster 0 pgmap v14522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:07 smithi194 bash[32038]: cluster 2023-12-08T01:19:05.740667+0000 mgr.a (mgr.14403) 19448 : cluster 0 pgmap v14522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:07 smithi135 bash[32435]: cluster 2023-12-08T01:19:05.740667+0000 mgr.a (mgr.14403) 19448 : cluster 0 pgmap v14522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:09 smithi079 bash[28699]: cluster 2023-12-08T01:19:07.741236+0000 mgr.a (mgr.14403) 19449 : cluster 0 pgmap v14523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:09 smithi194 bash[32038]: cluster 2023-12-08T01:19:07.741236+0000 mgr.a (mgr.14403) 19449 : cluster 0 pgmap v14523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:09 smithi135 bash[32435]: cluster 2023-12-08T01:19:07.741236+0000 mgr.a (mgr.14403) 19449 : cluster 0 pgmap v14523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:09.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:19:09.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:09.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:10.852 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:19:10.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:10.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:10.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:10.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:19:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:11 smithi079 bash[28699]: cluster 2023-12-08T01:19:09.742042+0000 mgr.a (mgr.14403) 19450 : cluster 0 pgmap v14524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:11.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:11 smithi079 bash[28699]: audit 2023-12-08T01:19:10.335618+0000 mgr.a (mgr.14403) 19451 : audit 0 from='client.386124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:11 smithi194 bash[32038]: cluster 2023-12-08T01:19:09.742042+0000 mgr.a (mgr.14403) 19450 : cluster 0 pgmap v14524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:11 smithi194 bash[32038]: audit 2023-12-08T01:19:10.335618+0000 mgr.a (mgr.14403) 19451 : audit 0 from='client.386124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:11 smithi135 bash[32435]: cluster 2023-12-08T01:19:09.742042+0000 mgr.a (mgr.14403) 19450 : cluster 0 pgmap v14524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:11 smithi135 bash[32435]: audit 2023-12-08T01:19:10.335618+0000 mgr.a (mgr.14403) 19451 : audit 0 from='client.386124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:13 smithi079 bash[28699]: cluster 2023-12-08T01:19:11.742715+0000 mgr.a (mgr.14403) 19452 : cluster 0 pgmap v14525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:13 smithi079 bash[28699]: audit 2023-12-08T01:19:13.146194+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:19:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:13 smithi194 bash[32038]: cluster 2023-12-08T01:19:11.742715+0000 mgr.a (mgr.14403) 19452 : cluster 0 pgmap v14525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:13 smithi194 bash[32038]: audit 2023-12-08T01:19:13.146194+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:19:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:13 smithi135 bash[32435]: cluster 2023-12-08T01:19:11.742715+0000 mgr.a (mgr.14403) 19452 : cluster 0 pgmap v14525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:13 smithi135 bash[32435]: audit 2023-12-08T01:19:13.146194+0000 mon.a (mon.0) 3138 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:19:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:14 smithi194 bash[32038]: audit 2023-12-08T01:19:13.674803+0000 mon.a (mon.0) 3139 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:14 smithi194 bash[32038]: audit 2023-12-08T01:19:13.680303+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:14 smithi194 bash[32038]: cluster 2023-12-08T01:19:13.743612+0000 mgr.a (mgr.14403) 19453 : cluster 0 pgmap v14526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:14 smithi194 bash[32038]: audit 2023-12-08T01:19:14.247970+0000 mon.a (mon.0) 3141 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:14 smithi194 bash[32038]: audit 2023-12-08T01:19:14.252901+0000 mon.a (mon.0) 3142 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:14 smithi194 bash[32038]: audit 2023-12-08T01:19:14.288984+0000 mon.a (mon.0) 3143 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:14 smithi194 bash[32038]: audit 2023-12-08T01:19:14.295507+0000 mon.a (mon.0) 3144 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:14 smithi135 bash[32435]: audit 2023-12-08T01:19:13.674803+0000 mon.a (mon.0) 3139 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:14 smithi135 bash[32435]: audit 2023-12-08T01:19:13.680303+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:14 smithi135 bash[32435]: cluster 2023-12-08T01:19:13.743612+0000 mgr.a (mgr.14403) 19453 : cluster 0 pgmap v14526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:14 smithi135 bash[32435]: audit 2023-12-08T01:19:14.247970+0000 mon.a (mon.0) 3141 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:14 smithi135 bash[32435]: audit 2023-12-08T01:19:14.252901+0000 mon.a (mon.0) 3142 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:14 smithi135 bash[32435]: audit 2023-12-08T01:19:14.288984+0000 mon.a (mon.0) 3143 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:14 smithi135 bash[32435]: audit 2023-12-08T01:19:14.295507+0000 mon.a (mon.0) 3144 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:14 smithi079 bash[28699]: audit 2023-12-08T01:19:13.674803+0000 mon.a (mon.0) 3139 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:14 smithi079 bash[28699]: audit 2023-12-08T01:19:13.680303+0000 mon.a (mon.0) 3140 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:14 smithi079 bash[28699]: cluster 2023-12-08T01:19:13.743612+0000 mgr.a (mgr.14403) 19453 : cluster 0 pgmap v14526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:14 smithi079 bash[28699]: audit 2023-12-08T01:19:14.247970+0000 mon.a (mon.0) 3141 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:14 smithi079 bash[28699]: audit 2023-12-08T01:19:14.252901+0000 mon.a (mon.0) 3142 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:14 smithi079 bash[28699]: audit 2023-12-08T01:19:14.288984+0000 mon.a (mon.0) 3143 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:14 smithi079 bash[28699]: audit 2023-12-08T01:19:14.295507+0000 mon.a (mon.0) 3144 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:15.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:19:15.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:15.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:15 smithi079 bash[28699]: audit 2023-12-08T01:19:14.843929+0000 mon.a (mon.0) 3145 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:15 smithi079 bash[28699]: audit 2023-12-08T01:19:14.850560+0000 mon.a (mon.0) 3146 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:15 smithi079 bash[28699]: audit 2023-12-08T01:19:14.852093+0000 mon.a (mon.0) 3147 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:19:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:15 smithi079 bash[28699]: audit 2023-12-08T01:19:14.853599+0000 mon.a (mon.0) 3148 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:19:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:15 smithi079 bash[28699]: audit 2023-12-08T01:19:14.860587+0000 mon.a (mon.0) 3149 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:15 smithi194 bash[32038]: audit 2023-12-08T01:19:14.843929+0000 mon.a (mon.0) 3145 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:15 smithi194 bash[32038]: audit 2023-12-08T01:19:14.850560+0000 mon.a (mon.0) 3146 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:15 smithi194 bash[32038]: audit 2023-12-08T01:19:14.852093+0000 mon.a (mon.0) 3147 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:19:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:15 smithi194 bash[32038]: audit 2023-12-08T01:19:14.853599+0000 mon.a (mon.0) 3148 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:19:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:15 smithi194 bash[32038]: audit 2023-12-08T01:19:14.860587+0000 mon.a (mon.0) 3149 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:15 smithi135 bash[32435]: audit 2023-12-08T01:19:14.843929+0000 mon.a (mon.0) 3145 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:15 smithi135 bash[32435]: audit 2023-12-08T01:19:14.850560+0000 mon.a (mon.0) 3146 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:15 smithi135 bash[32435]: audit 2023-12-08T01:19:14.852093+0000 mon.a (mon.0) 3147 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:19:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:15 smithi135 bash[32435]: audit 2023-12-08T01:19:14.853599+0000 mon.a (mon.0) 3148 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:19:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:15 smithi135 bash[32435]: audit 2023-12-08T01:19:14.860587+0000 mon.a (mon.0) 3149 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:19:16.761 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:19:16.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:16.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:16.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:16.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:19:17.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:16 smithi079 bash[28699]: cluster 2023-12-08T01:19:15.744223+0000 mgr.a (mgr.14403) 19454 : cluster 0 pgmap v14527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:16 smithi079 bash[28699]: audit 2023-12-08T01:19:16.253270+0000 mgr.a (mgr.14403) 19455 : audit 0 from='client.386199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:17.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:16 smithi194 bash[32038]: cluster 2023-12-08T01:19:15.744223+0000 mgr.a (mgr.14403) 19454 : cluster 0 pgmap v14527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:17.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:16 smithi194 bash[32038]: audit 2023-12-08T01:19:16.253270+0000 mgr.a (mgr.14403) 19455 : audit 0 from='client.386199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:16 smithi135 bash[32435]: cluster 2023-12-08T01:19:15.744223+0000 mgr.a (mgr.14403) 19454 : cluster 0 pgmap v14527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:16 smithi135 bash[32435]: audit 2023-12-08T01:19:16.253270+0000 mgr.a (mgr.14403) 19455 : audit 0 from='client.386199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:19 smithi079 bash[28699]: cluster 2023-12-08T01:19:17.744880+0000 mgr.a (mgr.14403) 19456 : cluster 0 pgmap v14528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:19 smithi194 bash[32038]: cluster 2023-12-08T01:19:17.744880+0000 mgr.a (mgr.14403) 19456 : cluster 0 pgmap v14528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:19 smithi135 bash[32435]: cluster 2023-12-08T01:19:17.744880+0000 mgr.a (mgr.14403) 19456 : cluster 0 pgmap v14528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:21 smithi079 bash[28699]: cluster 2023-12-08T01:19:19.745692+0000 mgr.a (mgr.14403) 19457 : cluster 0 pgmap v14529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:21 smithi194 bash[32038]: cluster 2023-12-08T01:19:19.745692+0000 mgr.a (mgr.14403) 19457 : cluster 0 pgmap v14529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:21 smithi135 bash[32435]: cluster 2023-12-08T01:19:19.745692+0000 mgr.a (mgr.14403) 19457 : cluster 0 pgmap v14529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:21.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:19:21.765 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:21.765 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:22.661 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:19:22.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:22.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:22.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:22.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:19:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:23 smithi079 bash[28699]: cluster 2023-12-08T01:19:21.746263+0000 mgr.a (mgr.14403) 19458 : cluster 0 pgmap v14530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:23.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:23 smithi079 bash[28699]: audit 2023-12-08T01:19:22.167244+0000 mgr.a (mgr.14403) 19459 : audit 0 from='client.386277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:23 smithi194 bash[32038]: cluster 2023-12-08T01:19:21.746263+0000 mgr.a (mgr.14403) 19458 : cluster 0 pgmap v14530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:23 smithi194 bash[32038]: audit 2023-12-08T01:19:22.167244+0000 mgr.a (mgr.14403) 19459 : audit 0 from='client.386277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:23 smithi135 bash[32435]: cluster 2023-12-08T01:19:21.746263+0000 mgr.a (mgr.14403) 19458 : cluster 0 pgmap v14530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:23 smithi135 bash[32435]: audit 2023-12-08T01:19:22.167244+0000 mgr.a (mgr.14403) 19459 : audit 0 from='client.386277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:25 smithi079 bash[28699]: cluster 2023-12-08T01:19:23.747263+0000 mgr.a (mgr.14403) 19460 : cluster 0 pgmap v14531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:25 smithi194 bash[32038]: cluster 2023-12-08T01:19:23.747263+0000 mgr.a (mgr.14403) 19460 : cluster 0 pgmap v14531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:25 smithi135 bash[32435]: cluster 2023-12-08T01:19:23.747263+0000 mgr.a (mgr.14403) 19460 : cluster 0 pgmap v14531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:27.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:27 smithi079 bash[28699]: cluster 2023-12-08T01:19:25.747818+0000 mgr.a (mgr.14403) 19461 : cluster 0 pgmap v14532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:27.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:19:27.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:27.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:27 smithi194 bash[32038]: cluster 2023-12-08T01:19:25.747818+0000 mgr.a (mgr.14403) 19461 : cluster 0 pgmap v14532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:27 smithi135 bash[32435]: cluster 2023-12-08T01:19:25.747818+0000 mgr.a (mgr.14403) 19461 : cluster 0 pgmap v14532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:28.577 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:19:28.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:28.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:28.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:28.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:19:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:29 smithi079 bash[28699]: cluster 2023-12-08T01:19:27.748377+0000 mgr.a (mgr.14403) 19462 : cluster 0 pgmap v14533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:29.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:29 smithi079 bash[28699]: audit 2023-12-08T01:19:28.073958+0000 mgr.a (mgr.14403) 19463 : audit 0 from='client.386355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:29 smithi194 bash[32038]: cluster 2023-12-08T01:19:27.748377+0000 mgr.a (mgr.14403) 19462 : cluster 0 pgmap v14533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:29 smithi194 bash[32038]: audit 2023-12-08T01:19:28.073958+0000 mgr.a (mgr.14403) 19463 : audit 0 from='client.386355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:29 smithi135 bash[32435]: cluster 2023-12-08T01:19:27.748377+0000 mgr.a (mgr.14403) 19462 : cluster 0 pgmap v14533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:29 smithi135 bash[32435]: audit 2023-12-08T01:19:28.073958+0000 mgr.a (mgr.14403) 19463 : audit 0 from='client.386355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:31 smithi079 bash[28699]: cluster 2023-12-08T01:19:29.749257+0000 mgr.a (mgr.14403) 19464 : cluster 0 pgmap v14534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:19:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:31 smithi194 bash[32038]: cluster 2023-12-08T01:19:29.749257+0000 mgr.a (mgr.14403) 19464 : cluster 0 pgmap v14534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:19:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:31 smithi135 bash[32435]: cluster 2023-12-08T01:19:29.749257+0000 mgr.a (mgr.14403) 19464 : cluster 0 pgmap v14534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:19:33.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:19:33.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:33.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:33 smithi079 bash[28699]: cluster 2023-12-08T01:19:31.749820+0000 mgr.a (mgr.14403) 19465 : cluster 0 pgmap v14535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:19:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:33 smithi194 bash[32038]: cluster 2023-12-08T01:19:31.749820+0000 mgr.a (mgr.14403) 19465 : cluster 0 pgmap v14535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:19:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:33 smithi135 bash[32435]: cluster 2023-12-08T01:19:31.749820+0000 mgr.a (mgr.14403) 19465 : cluster 0 pgmap v14535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:19:34.461 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:19:34.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:34.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:34.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:34.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:19:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:35 smithi079 bash[28699]: cluster 2023-12-08T01:19:33.750553+0000 mgr.a (mgr.14403) 19466 : cluster 0 pgmap v14536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:35 smithi079 bash[28699]: audit 2023-12-08T01:19:33.979302+0000 mgr.a (mgr.14403) 19467 : audit 0 from='client.386430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:35 smithi194 bash[32038]: cluster 2023-12-08T01:19:33.750553+0000 mgr.a (mgr.14403) 19466 : cluster 0 pgmap v14536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:35 smithi194 bash[32038]: audit 2023-12-08T01:19:33.979302+0000 mgr.a (mgr.14403) 19467 : audit 0 from='client.386430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:35 smithi135 bash[32435]: cluster 2023-12-08T01:19:33.750553+0000 mgr.a (mgr.14403) 19466 : cluster 0 pgmap v14536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:35 smithi135 bash[32435]: audit 2023-12-08T01:19:33.979302+0000 mgr.a (mgr.14403) 19467 : audit 0 from='client.386430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:37 smithi079 bash[28699]: cluster 2023-12-08T01:19:35.751239+0000 mgr.a (mgr.14403) 19468 : cluster 0 pgmap v14537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:37 smithi194 bash[32038]: cluster 2023-12-08T01:19:35.751239+0000 mgr.a (mgr.14403) 19468 : cluster 0 pgmap v14537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:37 smithi135 bash[32435]: cluster 2023-12-08T01:19:35.751239+0000 mgr.a (mgr.14403) 19468 : cluster 0 pgmap v14537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:39.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:19:39.464 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:39.464 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:39 smithi079 bash[28699]: cluster 2023-12-08T01:19:37.751827+0000 mgr.a (mgr.14403) 19469 : cluster 0 pgmap v14538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:39 smithi194 bash[32038]: cluster 2023-12-08T01:19:37.751827+0000 mgr.a (mgr.14403) 19469 : cluster 0 pgmap v14538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:39 smithi135 bash[32435]: cluster 2023-12-08T01:19:37.751827+0000 mgr.a (mgr.14403) 19469 : cluster 0 pgmap v14538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:19:40.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:40.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:40.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:40.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:19:40.410 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:19:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:41 smithi079 bash[28699]: cluster 2023-12-08T01:19:39.752369+0000 mgr.a (mgr.14403) 19470 : cluster 0 pgmap v14539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:41.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:41 smithi079 bash[28699]: audit 2023-12-08T01:19:39.874455+0000 mgr.a (mgr.14403) 19471 : audit 0 from='client.386505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:41 smithi194 bash[32038]: cluster 2023-12-08T01:19:39.752369+0000 mgr.a (mgr.14403) 19470 : cluster 0 pgmap v14539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:41 smithi194 bash[32038]: audit 2023-12-08T01:19:39.874455+0000 mgr.a (mgr.14403) 19471 : audit 0 from='client.386505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:41 smithi135 bash[32435]: cluster 2023-12-08T01:19:39.752369+0000 mgr.a (mgr.14403) 19470 : cluster 0 pgmap v14539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:41 smithi135 bash[32435]: audit 2023-12-08T01:19:39.874455+0000 mgr.a (mgr.14403) 19471 : audit 0 from='client.386505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:43 smithi079 bash[28699]: cluster 2023-12-08T01:19:41.753001+0000 mgr.a (mgr.14403) 19472 : cluster 0 pgmap v14540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:19:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:43 smithi194 bash[32038]: cluster 2023-12-08T01:19:41.753001+0000 mgr.a (mgr.14403) 19472 : cluster 0 pgmap v14540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:19:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:43 smithi135 bash[32435]: cluster 2023-12-08T01:19:41.753001+0000 mgr.a (mgr.14403) 19472 : cluster 0 pgmap v14540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:19:45.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:19:45.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:45.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:45 smithi079 bash[28699]: cluster 2023-12-08T01:19:43.753810+0000 mgr.a (mgr.14403) 19473 : cluster 0 pgmap v14541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:19:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:45 smithi194 bash[32038]: cluster 2023-12-08T01:19:43.753810+0000 mgr.a (mgr.14403) 19473 : cluster 0 pgmap v14541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:19:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:45 smithi135 bash[32435]: cluster 2023-12-08T01:19:43.753810+0000 mgr.a (mgr.14403) 19473 : cluster 0 pgmap v14541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:19:46.320 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:19:46.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:46.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:46.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:46.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:19:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:47 smithi079 bash[28699]: cluster 2023-12-08T01:19:45.754331+0000 mgr.a (mgr.14403) 19474 : cluster 0 pgmap v14542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:47 smithi079 bash[28699]: audit 2023-12-08T01:19:45.820486+0000 mgr.a (mgr.14403) 19475 : audit 0 from='client.386580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:47 smithi194 bash[32038]: cluster 2023-12-08T01:19:45.754331+0000 mgr.a (mgr.14403) 19474 : cluster 0 pgmap v14542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:47 smithi194 bash[32038]: audit 2023-12-08T01:19:45.820486+0000 mgr.a (mgr.14403) 19475 : audit 0 from='client.386580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:47 smithi135 bash[32435]: cluster 2023-12-08T01:19:45.754331+0000 mgr.a (mgr.14403) 19474 : cluster 0 pgmap v14542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:47 smithi135 bash[32435]: audit 2023-12-08T01:19:45.820486+0000 mgr.a (mgr.14403) 19475 : audit 0 from='client.386580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:49 smithi079 bash[28699]: cluster 2023-12-08T01:19:47.755019+0000 mgr.a (mgr.14403) 19476 : cluster 0 pgmap v14543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:49 smithi194 bash[32038]: cluster 2023-12-08T01:19:47.755019+0000 mgr.a (mgr.14403) 19476 : cluster 0 pgmap v14543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:49 smithi135 bash[32435]: cluster 2023-12-08T01:19:47.755019+0000 mgr.a (mgr.14403) 19476 : cluster 0 pgmap v14543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:51.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:19:51.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:51.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:51 smithi079 bash[28699]: cluster 2023-12-08T01:19:49.755765+0000 mgr.a (mgr.14403) 19477 : cluster 0 pgmap v14544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:51 smithi194 bash[32038]: cluster 2023-12-08T01:19:49.755765+0000 mgr.a (mgr.14403) 19477 : cluster 0 pgmap v14544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:51 smithi135 bash[32435]: cluster 2023-12-08T01:19:49.755765+0000 mgr.a (mgr.14403) 19477 : cluster 0 pgmap v14544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:52.260 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:19:52.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:52.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:52.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:52.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:19:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:53 smithi079 bash[28699]: audit 2023-12-08T01:19:51.738216+0000 mgr.a (mgr.14403) 19478 : audit 0 from='client.386652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:53.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:53 smithi079 bash[28699]: cluster 2023-12-08T01:19:51.756851+0000 mgr.a (mgr.14403) 19479 : cluster 0 pgmap v14545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:53 smithi194 bash[32038]: audit 2023-12-08T01:19:51.738216+0000 mgr.a (mgr.14403) 19478 : audit 0 from='client.386652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:53 smithi194 bash[32038]: cluster 2023-12-08T01:19:51.756851+0000 mgr.a (mgr.14403) 19479 : cluster 0 pgmap v14545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:53 smithi135 bash[32435]: audit 2023-12-08T01:19:51.738216+0000 mgr.a (mgr.14403) 19478 : audit 0 from='client.386652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:53 smithi135 bash[32435]: cluster 2023-12-08T01:19:51.756851+0000 mgr.a (mgr.14403) 19479 : cluster 0 pgmap v14545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:55 smithi079 bash[28699]: cluster 2023-12-08T01:19:53.757774+0000 mgr.a (mgr.14403) 19480 : cluster 0 pgmap v14546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:55 smithi194 bash[32038]: cluster 2023-12-08T01:19:53.757774+0000 mgr.a (mgr.14403) 19480 : cluster 0 pgmap v14546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:55 smithi135 bash[32435]: cluster 2023-12-08T01:19:53.757774+0000 mgr.a (mgr.14403) 19480 : cluster 0 pgmap v14546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:19:57.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:19:57.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:19:57.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:19:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:57 smithi079 bash[28699]: cluster 2023-12-08T01:19:55.758328+0000 mgr.a (mgr.14403) 19481 : cluster 0 pgmap v14547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:57 smithi194 bash[32038]: cluster 2023-12-08T01:19:55.758328+0000 mgr.a (mgr.14403) 19481 : cluster 0 pgmap v14547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:57 smithi135 bash[32435]: cluster 2023-12-08T01:19:55.758328+0000 mgr.a (mgr.14403) 19481 : cluster 0 pgmap v14547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:58.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:19:58.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:19:58.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:19:58.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:19:58.159 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:19:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:59 smithi079 bash[28699]: audit 2023-12-08T01:19:57.661853+0000 mgr.a (mgr.14403) 19482 : audit 0 from='client.386724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:19:59 smithi079 bash[28699]: cluster 2023-12-08T01:19:57.758933+0000 mgr.a (mgr.14403) 19483 : cluster 0 pgmap v14548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:59 smithi194 bash[32038]: audit 2023-12-08T01:19:57.661853+0000 mgr.a (mgr.14403) 19482 : audit 0 from='client.386724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:19:59 smithi194 bash[32038]: cluster 2023-12-08T01:19:57.758933+0000 mgr.a (mgr.14403) 19483 : cluster 0 pgmap v14548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:19:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:59 smithi135 bash[32435]: audit 2023-12-08T01:19:57.661853+0000 mgr.a (mgr.14403) 19482 : audit 0 from='client.386724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:19:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:19:59 smithi135 bash[32435]: cluster 2023-12-08T01:19:57.758933+0000 mgr.a (mgr.14403) 19483 : cluster 0 pgmap v14548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:00 smithi079 bash[28699]: cluster 2023-12-08T01:20:00.000167+0000 mon.a (mon.0) 3150 : cluster 1 overall HEALTH_OK 2023-12-08T01:20:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:00 smithi194 bash[32038]: cluster 2023-12-08T01:20:00.000167+0000 mon.a (mon.0) 3150 : cluster 1 overall HEALTH_OK 2023-12-08T01:20:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:00 smithi135 bash[32435]: cluster 2023-12-08T01:20:00.000167+0000 mon.a (mon.0) 3150 : cluster 1 overall HEALTH_OK 2023-12-08T01:20:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:01 smithi079 bash[28699]: cluster 2023-12-08T01:19:59.759870+0000 mgr.a (mgr.14403) 19484 : cluster 0 pgmap v14549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:01 smithi194 bash[32038]: cluster 2023-12-08T01:19:59.759870+0000 mgr.a (mgr.14403) 19484 : cluster 0 pgmap v14549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:01 smithi135 bash[32435]: cluster 2023-12-08T01:19:59.759870+0000 mgr.a (mgr.14403) 19484 : cluster 0 pgmap v14549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:03.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:20:03.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:03.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:03 smithi079 bash[28699]: cluster 2023-12-08T01:20:01.760441+0000 mgr.a (mgr.14403) 19485 : cluster 0 pgmap v14550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:03 smithi194 bash[32038]: cluster 2023-12-08T01:20:01.760441+0000 mgr.a (mgr.14403) 19485 : cluster 0 pgmap v14550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:03 smithi135 bash[32435]: cluster 2023-12-08T01:20:01.760441+0000 mgr.a (mgr.14403) 19485 : cluster 0 pgmap v14550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:04.091 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:20:04.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:04.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:04.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:04.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:20:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:04 smithi079 bash[28699]: audit 2023-12-08T01:20:03.573566+0000 mgr.a (mgr.14403) 19486 : audit 0 from='client.386799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:04 smithi194 bash[32038]: audit 2023-12-08T01:20:03.573566+0000 mgr.a (mgr.14403) 19486 : audit 0 from='client.386799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:04 smithi135 bash[32435]: audit 2023-12-08T01:20:03.573566+0000 mgr.a (mgr.14403) 19486 : audit 0 from='client.386799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:05 smithi079 bash[28699]: cluster 2023-12-08T01:20:03.761561+0000 mgr.a (mgr.14403) 19487 : cluster 0 pgmap v14551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:05 smithi194 bash[32038]: cluster 2023-12-08T01:20:03.761561+0000 mgr.a (mgr.14403) 19487 : cluster 0 pgmap v14551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:05 smithi135 bash[32435]: cluster 2023-12-08T01:20:03.761561+0000 mgr.a (mgr.14403) 19487 : cluster 0 pgmap v14551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:07 smithi079 bash[28699]: cluster 2023-12-08T01:20:05.762223+0000 mgr.a (mgr.14403) 19488 : cluster 0 pgmap v14552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:07 smithi194 bash[32038]: cluster 2023-12-08T01:20:05.762223+0000 mgr.a (mgr.14403) 19488 : cluster 0 pgmap v14552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:07 smithi135 bash[32435]: cluster 2023-12-08T01:20:05.762223+0000 mgr.a (mgr.14403) 19488 : cluster 0 pgmap v14552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:09.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:20:09.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:09.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:09 smithi079 bash[28699]: cluster 2023-12-08T01:20:07.762773+0000 mgr.a (mgr.14403) 19489 : cluster 0 pgmap v14553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:09 smithi194 bash[32038]: cluster 2023-12-08T01:20:07.762773+0000 mgr.a (mgr.14403) 19489 : cluster 0 pgmap v14553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:09 smithi135 bash[32435]: cluster 2023-12-08T01:20:07.762773+0000 mgr.a (mgr.14403) 19489 : cluster 0 pgmap v14553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:10.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:10.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:10.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:10.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:20:10.011 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:20:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:10 smithi079 bash[28699]: audit 2023-12-08T01:20:09.499887+0000 mgr.a (mgr.14403) 19490 : audit 0 from='client.386877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:10 smithi194 bash[32038]: audit 2023-12-08T01:20:09.499887+0000 mgr.a (mgr.14403) 19490 : audit 0 from='client.386877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:10.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:10 smithi135 bash[32435]: audit 2023-12-08T01:20:09.499887+0000 mgr.a (mgr.14403) 19490 : audit 0 from='client.386877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:11 smithi194 bash[32038]: cluster 2023-12-08T01:20:09.768506+0000 mgr.a (mgr.14403) 19491 : cluster 0 pgmap v14554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:11 smithi135 bash[32435]: cluster 2023-12-08T01:20:09.768506+0000 mgr.a (mgr.14403) 19491 : cluster 0 pgmap v14554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:11 smithi079 bash[28699]: cluster 2023-12-08T01:20:09.768506+0000 mgr.a (mgr.14403) 19491 : cluster 0 pgmap v14554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:13 smithi194 bash[32038]: cluster 2023-12-08T01:20:11.769175+0000 mgr.a (mgr.14403) 19492 : cluster 0 pgmap v14555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:13 smithi135 bash[32435]: cluster 2023-12-08T01:20:11.769175+0000 mgr.a (mgr.14403) 19492 : cluster 0 pgmap v14555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:13.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:13 smithi079 bash[28699]: cluster 2023-12-08T01:20:11.769175+0000 mgr.a (mgr.14403) 19492 : cluster 0 pgmap v14555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:15.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:20:15.014 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:15.014 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:15 smithi194 bash[32038]: cluster 2023-12-08T01:20:13.770010+0000 mgr.a (mgr.14403) 19493 : cluster 0 pgmap v14556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:15 smithi194 bash[32038]: audit 2023-12-08T01:20:14.965776+0000 mon.a (mon.0) 3151 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:20:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:15 smithi135 bash[32435]: cluster 2023-12-08T01:20:13.770010+0000 mgr.a (mgr.14403) 19493 : cluster 0 pgmap v14556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:15 smithi135 bash[32435]: audit 2023-12-08T01:20:14.965776+0000 mon.a (mon.0) 3151 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:20:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:15 smithi079 bash[28699]: cluster 2023-12-08T01:20:13.770010+0000 mgr.a (mgr.14403) 19493 : cluster 0 pgmap v14556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:15.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:15 smithi079 bash[28699]: audit 2023-12-08T01:20:14.965776+0000 mon.a (mon.0) 3151 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:20:15.931 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:20:15.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:15.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:15.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:15.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:20:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:16 smithi079 bash[28699]: audit 2023-12-08T01:20:15.421618+0000 mgr.a (mgr.14403) 19494 : audit 0 from='client.386952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:16 smithi079 bash[28699]: audit 2023-12-08T01:20:15.505121+0000 mon.a (mon.0) 3152 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:20:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:16 smithi079 bash[28699]: audit 2023-12-08T01:20:15.515258+0000 mon.a (mon.0) 3153 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:20:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:16 smithi079 bash[28699]: audit 2023-12-08T01:20:16.315195+0000 mon.a (mon.0) 3154 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:20:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:16 smithi079 bash[28699]: audit 2023-12-08T01:20:16.317279+0000 mon.a (mon.0) 3155 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:20:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:16 smithi079 bash[28699]: audit 2023-12-08T01:20:16.327064+0000 mon.a (mon.0) 3156 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:20:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:16 smithi194 bash[32038]: audit 2023-12-08T01:20:15.421618+0000 mgr.a (mgr.14403) 19494 : audit 0 from='client.386952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:16 smithi194 bash[32038]: audit 2023-12-08T01:20:15.505121+0000 mon.a (mon.0) 3152 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:20:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:16 smithi194 bash[32038]: audit 2023-12-08T01:20:15.515258+0000 mon.a (mon.0) 3153 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:20:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:16 smithi194 bash[32038]: audit 2023-12-08T01:20:16.315195+0000 mon.a (mon.0) 3154 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:20:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:16 smithi194 bash[32038]: audit 2023-12-08T01:20:16.317279+0000 mon.a (mon.0) 3155 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:20:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:16 smithi194 bash[32038]: audit 2023-12-08T01:20:16.327064+0000 mon.a (mon.0) 3156 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:20:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:16 smithi135 bash[32435]: audit 2023-12-08T01:20:15.421618+0000 mgr.a (mgr.14403) 19494 : audit 0 from='client.386952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:16 smithi135 bash[32435]: audit 2023-12-08T01:20:15.505121+0000 mon.a (mon.0) 3152 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:20:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:16 smithi135 bash[32435]: audit 2023-12-08T01:20:15.515258+0000 mon.a (mon.0) 3153 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:20:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:16 smithi135 bash[32435]: audit 2023-12-08T01:20:16.315195+0000 mon.a (mon.0) 3154 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:20:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:16 smithi135 bash[32435]: audit 2023-12-08T01:20:16.317279+0000 mon.a (mon.0) 3155 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:20:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:16 smithi135 bash[32435]: audit 2023-12-08T01:20:16.327064+0000 mon.a (mon.0) 3156 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:20:17.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:17 smithi079 bash[28699]: cluster 2023-12-08T01:20:15.770660+0000 mgr.a (mgr.14403) 19495 : cluster 0 pgmap v14557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:17 smithi194 bash[32038]: cluster 2023-12-08T01:20:15.770660+0000 mgr.a (mgr.14403) 19495 : cluster 0 pgmap v14557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:17 smithi135 bash[32435]: cluster 2023-12-08T01:20:15.770660+0000 mgr.a (mgr.14403) 19495 : cluster 0 pgmap v14557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:19.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:19 smithi079 bash[28699]: cluster 2023-12-08T01:20:17.771382+0000 mgr.a (mgr.14403) 19496 : cluster 0 pgmap v14558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:19 smithi194 bash[32038]: cluster 2023-12-08T01:20:17.771382+0000 mgr.a (mgr.14403) 19496 : cluster 0 pgmap v14558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:19 smithi135 bash[32435]: cluster 2023-12-08T01:20:17.771382+0000 mgr.a (mgr.14403) 19496 : cluster 0 pgmap v14558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:20.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:20:20.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:20.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:21.839 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:20:21.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:21.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:21.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:21.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:20:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:21 smithi079 bash[28699]: cluster 2023-12-08T01:20:19.772226+0000 mgr.a (mgr.14403) 19497 : cluster 0 pgmap v14559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:21 smithi194 bash[32038]: cluster 2023-12-08T01:20:19.772226+0000 mgr.a (mgr.14403) 19497 : cluster 0 pgmap v14559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:21 smithi135 bash[32435]: cluster 2023-12-08T01:20:19.772226+0000 mgr.a (mgr.14403) 19497 : cluster 0 pgmap v14559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:22.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:22 smithi079 bash[28699]: audit 2023-12-08T01:20:21.338160+0000 mgr.a (mgr.14403) 19498 : audit 0 from='client.387030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:22 smithi194 bash[32038]: audit 2023-12-08T01:20:21.338160+0000 mgr.a (mgr.14403) 19498 : audit 0 from='client.387030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:22.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:22 smithi135 bash[32435]: audit 2023-12-08T01:20:21.338160+0000 mgr.a (mgr.14403) 19498 : audit 0 from='client.387030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:23 smithi079 bash[28699]: cluster 2023-12-08T01:20:21.772842+0000 mgr.a (mgr.14403) 19499 : cluster 0 pgmap v14560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:23 smithi194 bash[32038]: cluster 2023-12-08T01:20:21.772842+0000 mgr.a (mgr.14403) 19499 : cluster 0 pgmap v14560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:23 smithi135 bash[32435]: cluster 2023-12-08T01:20:21.772842+0000 mgr.a (mgr.14403) 19499 : cluster 0 pgmap v14560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:25 smithi079 bash[28699]: cluster 2023-12-08T01:20:23.773577+0000 mgr.a (mgr.14403) 19500 : cluster 0 pgmap v14561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:25 smithi194 bash[32038]: cluster 2023-12-08T01:20:23.773577+0000 mgr.a (mgr.14403) 19500 : cluster 0 pgmap v14561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:25 smithi135 bash[32435]: cluster 2023-12-08T01:20:23.773577+0000 mgr.a (mgr.14403) 19500 : cluster 0 pgmap v14561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:26.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:20:26.843 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:26.843 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:27.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:27.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:27.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:27.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:20:27.762 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:20:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:27 smithi079 bash[28699]: cluster 2023-12-08T01:20:25.774068+0000 mgr.a (mgr.14403) 19501 : cluster 0 pgmap v14562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:27 smithi194 bash[32038]: cluster 2023-12-08T01:20:25.774068+0000 mgr.a (mgr.14403) 19501 : cluster 0 pgmap v14562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:27 smithi135 bash[32435]: cluster 2023-12-08T01:20:25.774068+0000 mgr.a (mgr.14403) 19501 : cluster 0 pgmap v14562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:28.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:28 smithi079 bash[28699]: audit 2023-12-08T01:20:27.244594+0000 mgr.a (mgr.14403) 19502 : audit 0 from='client.387102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:28 smithi194 bash[32038]: audit 2023-12-08T01:20:27.244594+0000 mgr.a (mgr.14403) 19502 : audit 0 from='client.387102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:28 smithi135 bash[32435]: audit 2023-12-08T01:20:27.244594+0000 mgr.a (mgr.14403) 19502 : audit 0 from='client.387102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:29 smithi079 bash[28699]: cluster 2023-12-08T01:20:27.774730+0000 mgr.a (mgr.14403) 19503 : cluster 0 pgmap v14563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:29 smithi194 bash[32038]: cluster 2023-12-08T01:20:27.774730+0000 mgr.a (mgr.14403) 19503 : cluster 0 pgmap v14563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:29 smithi135 bash[32435]: cluster 2023-12-08T01:20:27.774730+0000 mgr.a (mgr.14403) 19503 : cluster 0 pgmap v14563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:31 smithi079 bash[28699]: cluster 2023-12-08T01:20:29.775584+0000 mgr.a (mgr.14403) 19504 : cluster 0 pgmap v14564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:31 smithi194 bash[32038]: cluster 2023-12-08T01:20:29.775584+0000 mgr.a (mgr.14403) 19504 : cluster 0 pgmap v14564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:31 smithi135 bash[32435]: cluster 2023-12-08T01:20:29.775584+0000 mgr.a (mgr.14403) 19504 : cluster 0 pgmap v14564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:32.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:20:32.766 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:32.766 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:33.669 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:20:33.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:33.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:33.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:33.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:20:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:33 smithi079 bash[28699]: cluster 2023-12-08T01:20:31.776128+0000 mgr.a (mgr.14403) 19505 : cluster 0 pgmap v14565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:33 smithi194 bash[32038]: cluster 2023-12-08T01:20:31.776128+0000 mgr.a (mgr.14403) 19505 : cluster 0 pgmap v14565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:33 smithi135 bash[32435]: cluster 2023-12-08T01:20:31.776128+0000 mgr.a (mgr.14403) 19505 : cluster 0 pgmap v14565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:34.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:34 smithi079 bash[28699]: audit 2023-12-08T01:20:33.165591+0000 mgr.a (mgr.14403) 19506 : audit 0 from='client.387177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:34 smithi194 bash[32038]: audit 2023-12-08T01:20:33.165591+0000 mgr.a (mgr.14403) 19506 : audit 0 from='client.387177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:34.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:34 smithi135 bash[32435]: audit 2023-12-08T01:20:33.165591+0000 mgr.a (mgr.14403) 19506 : audit 0 from='client.387177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:35 smithi079 bash[28699]: cluster 2023-12-08T01:20:33.777030+0000 mgr.a (mgr.14403) 19507 : cluster 0 pgmap v14566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:20:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:35 smithi194 bash[32038]: cluster 2023-12-08T01:20:33.777030+0000 mgr.a (mgr.14403) 19507 : cluster 0 pgmap v14566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:20:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:35 smithi135 bash[32435]: cluster 2023-12-08T01:20:33.777030+0000 mgr.a (mgr.14403) 19507 : cluster 0 pgmap v14566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:20:37.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:37 smithi079 bash[28699]: cluster 2023-12-08T01:20:35.777629+0000 mgr.a (mgr.14403) 19508 : cluster 0 pgmap v14567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:20:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:37 smithi194 bash[32038]: cluster 2023-12-08T01:20:35.777629+0000 mgr.a (mgr.14403) 19508 : cluster 0 pgmap v14567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:20:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:37 smithi135 bash[32435]: cluster 2023-12-08T01:20:35.777629+0000 mgr.a (mgr.14403) 19508 : cluster 0 pgmap v14567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:20:38.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:20:38.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:38.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:39.583 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:20:39.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:39.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:39.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:39.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:20:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:39 smithi079 bash[28699]: cluster 2023-12-08T01:20:37.778198+0000 mgr.a (mgr.14403) 19509 : cluster 0 pgmap v14568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:20:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:39 smithi194 bash[32038]: cluster 2023-12-08T01:20:37.778198+0000 mgr.a (mgr.14403) 19509 : cluster 0 pgmap v14568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:20:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:39 smithi135 bash[32435]: cluster 2023-12-08T01:20:37.778198+0000 mgr.a (mgr.14403) 19509 : cluster 0 pgmap v14568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:20:40.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:40 smithi079 bash[28699]: audit 2023-12-08T01:20:39.073646+0000 mgr.a (mgr.14403) 19510 : audit 0 from='client.387249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:40 smithi194 bash[32038]: audit 2023-12-08T01:20:39.073646+0000 mgr.a (mgr.14403) 19510 : audit 0 from='client.387249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:40 smithi135 bash[32435]: audit 2023-12-08T01:20:39.073646+0000 mgr.a (mgr.14403) 19510 : audit 0 from='client.387249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:41.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:41 smithi079 bash[28699]: cluster 2023-12-08T01:20:39.779349+0000 mgr.a (mgr.14403) 19511 : cluster 0 pgmap v14569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:41 smithi194 bash[32038]: cluster 2023-12-08T01:20:39.779349+0000 mgr.a (mgr.14403) 19511 : cluster 0 pgmap v14569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:41 smithi135 bash[32435]: cluster 2023-12-08T01:20:39.779349+0000 mgr.a (mgr.14403) 19511 : cluster 0 pgmap v14569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:43 smithi079 bash[28699]: cluster 2023-12-08T01:20:41.779921+0000 mgr.a (mgr.14403) 19512 : cluster 0 pgmap v14570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:43 smithi194 bash[32038]: cluster 2023-12-08T01:20:41.779921+0000 mgr.a (mgr.14403) 19512 : cluster 0 pgmap v14570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:43 smithi135 bash[32435]: cluster 2023-12-08T01:20:41.779921+0000 mgr.a (mgr.14403) 19512 : cluster 0 pgmap v14570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:20:44.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:20:44.587 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:44.587 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:45.500 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:20:45.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:45.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:45.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:45.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:20:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:45 smithi079 bash[28699]: cluster 2023-12-08T01:20:43.780792+0000 mgr.a (mgr.14403) 19513 : cluster 0 pgmap v14571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:45 smithi194 bash[32038]: cluster 2023-12-08T01:20:43.780792+0000 mgr.a (mgr.14403) 19513 : cluster 0 pgmap v14571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:45 smithi135 bash[32435]: cluster 2023-12-08T01:20:43.780792+0000 mgr.a (mgr.14403) 19513 : cluster 0 pgmap v14571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:46.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:46 smithi079 bash[28699]: audit 2023-12-08T01:20:44.994873+0000 mgr.a (mgr.14403) 19514 : audit 0 from='client.387324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:46 smithi194 bash[32038]: audit 2023-12-08T01:20:44.994873+0000 mgr.a (mgr.14403) 19514 : audit 0 from='client.387324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:46.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:46 smithi135 bash[32435]: audit 2023-12-08T01:20:44.994873+0000 mgr.a (mgr.14403) 19514 : audit 0 from='client.387324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:47 smithi079 bash[28699]: cluster 2023-12-08T01:20:45.781528+0000 mgr.a (mgr.14403) 19515 : cluster 0 pgmap v14572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:20:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:47 smithi194 bash[32038]: cluster 2023-12-08T01:20:45.781528+0000 mgr.a (mgr.14403) 19515 : cluster 0 pgmap v14572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:20:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:47 smithi135 bash[32435]: cluster 2023-12-08T01:20:45.781528+0000 mgr.a (mgr.14403) 19515 : cluster 0 pgmap v14572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:20:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:49 smithi079 bash[28699]: cluster 2023-12-08T01:20:47.782102+0000 mgr.a (mgr.14403) 19516 : cluster 0 pgmap v14573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:20:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:49 smithi194 bash[32038]: cluster 2023-12-08T01:20:47.782102+0000 mgr.a (mgr.14403) 19516 : cluster 0 pgmap v14573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:20:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:49 smithi135 bash[32435]: cluster 2023-12-08T01:20:47.782102+0000 mgr.a (mgr.14403) 19516 : cluster 0 pgmap v14573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:20:50.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:20:50.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:50.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:51.387 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:20:51.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:51.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:51.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:51.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:20:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:51 smithi079 bash[28699]: cluster 2023-12-08T01:20:49.782930+0000 mgr.a (mgr.14403) 19517 : cluster 0 pgmap v14574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:20:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:51 smithi194 bash[32038]: cluster 2023-12-08T01:20:49.782930+0000 mgr.a (mgr.14403) 19517 : cluster 0 pgmap v14574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:20:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:51 smithi135 bash[32435]: cluster 2023-12-08T01:20:49.782930+0000 mgr.a (mgr.14403) 19517 : cluster 0 pgmap v14574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:20:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:52 smithi079 bash[28699]: audit 2023-12-08T01:20:50.912821+0000 mgr.a (mgr.14403) 19518 : audit 0 from='client.387402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:52 smithi194 bash[32038]: audit 2023-12-08T01:20:50.912821+0000 mgr.a (mgr.14403) 19518 : audit 0 from='client.387402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:52 smithi135 bash[32435]: audit 2023-12-08T01:20:50.912821+0000 mgr.a (mgr.14403) 19518 : audit 0 from='client.387402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:53 smithi079 bash[28699]: cluster 2023-12-08T01:20:51.783576+0000 mgr.a (mgr.14403) 19519 : cluster 0 pgmap v14575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:53 smithi194 bash[32038]: cluster 2023-12-08T01:20:51.783576+0000 mgr.a (mgr.14403) 19519 : cluster 0 pgmap v14575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:53 smithi135 bash[32435]: cluster 2023-12-08T01:20:51.783576+0000 mgr.a (mgr.14403) 19519 : cluster 0 pgmap v14575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:55 smithi079 bash[28699]: cluster 2023-12-08T01:20:53.784463+0000 mgr.a (mgr.14403) 19520 : cluster 0 pgmap v14576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:55 smithi194 bash[32038]: cluster 2023-12-08T01:20:53.784463+0000 mgr.a (mgr.14403) 19520 : cluster 0 pgmap v14576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:55 smithi135 bash[32435]: cluster 2023-12-08T01:20:53.784463+0000 mgr.a (mgr.14403) 19520 : cluster 0 pgmap v14576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:20:56.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:20:56.390 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:20:56.390 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:20:57.307 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:20:57.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:20:57.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:20:57.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:20:57.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:20:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:57 smithi079 bash[28699]: cluster 2023-12-08T01:20:55.785075+0000 mgr.a (mgr.14403) 19521 : cluster 0 pgmap v14577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:57 smithi194 bash[32038]: cluster 2023-12-08T01:20:55.785075+0000 mgr.a (mgr.14403) 19521 : cluster 0 pgmap v14577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:57 smithi135 bash[32435]: cluster 2023-12-08T01:20:55.785075+0000 mgr.a (mgr.14403) 19521 : cluster 0 pgmap v14577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:58 smithi079 bash[28699]: audit 2023-12-08T01:20:56.797266+0000 mgr.a (mgr.14403) 19522 : audit 0 from='client.387477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:58 smithi194 bash[32038]: audit 2023-12-08T01:20:56.797266+0000 mgr.a (mgr.14403) 19522 : audit 0 from='client.387477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:58 smithi135 bash[32435]: audit 2023-12-08T01:20:56.797266+0000 mgr.a (mgr.14403) 19522 : audit 0 from='client.387477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:20:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:20:59 smithi079 bash[28699]: cluster 2023-12-08T01:20:57.785805+0000 mgr.a (mgr.14403) 19523 : cluster 0 pgmap v14578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:20:59 smithi194 bash[32038]: cluster 2023-12-08T01:20:57.785805+0000 mgr.a (mgr.14403) 19523 : cluster 0 pgmap v14578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:20:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:20:59 smithi135 bash[32435]: cluster 2023-12-08T01:20:57.785805+0000 mgr.a (mgr.14403) 19523 : cluster 0 pgmap v14578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:01 smithi079 bash[28699]: cluster 2023-12-08T01:20:59.786619+0000 mgr.a (mgr.14403) 19524 : cluster 0 pgmap v14579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:01 smithi194 bash[32038]: cluster 2023-12-08T01:20:59.786619+0000 mgr.a (mgr.14403) 19524 : cluster 0 pgmap v14579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:01 smithi135 bash[32435]: cluster 2023-12-08T01:20:59.786619+0000 mgr.a (mgr.14403) 19524 : cluster 0 pgmap v14579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:02.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:21:02.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:02.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:03.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:03.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:03.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:03.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:21:03.240 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:21:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:03 smithi079 bash[28699]: cluster 2023-12-08T01:21:01.787186+0000 mgr.a (mgr.14403) 19525 : cluster 0 pgmap v14580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:03 smithi194 bash[32038]: cluster 2023-12-08T01:21:01.787186+0000 mgr.a (mgr.14403) 19525 : cluster 0 pgmap v14580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:03 smithi135 bash[32435]: cluster 2023-12-08T01:21:01.787186+0000 mgr.a (mgr.14403) 19525 : cluster 0 pgmap v14580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:04 smithi079 bash[28699]: audit 2023-12-08T01:21:02.720178+0000 mgr.a (mgr.14403) 19526 : audit 0 from='client.387549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:04 smithi194 bash[32038]: audit 2023-12-08T01:21:02.720178+0000 mgr.a (mgr.14403) 19526 : audit 0 from='client.387549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:04 smithi135 bash[32435]: audit 2023-12-08T01:21:02.720178+0000 mgr.a (mgr.14403) 19526 : audit 0 from='client.387549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:05 smithi079 bash[28699]: cluster 2023-12-08T01:21:03.788138+0000 mgr.a (mgr.14403) 19527 : cluster 0 pgmap v14581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:05 smithi194 bash[32038]: cluster 2023-12-08T01:21:03.788138+0000 mgr.a (mgr.14403) 19527 : cluster 0 pgmap v14581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:05 smithi135 bash[32435]: cluster 2023-12-08T01:21:03.788138+0000 mgr.a (mgr.14403) 19527 : cluster 0 pgmap v14581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:07 smithi079 bash[28699]: cluster 2023-12-08T01:21:05.788747+0000 mgr.a (mgr.14403) 19528 : cluster 0 pgmap v14582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:07 smithi194 bash[32038]: cluster 2023-12-08T01:21:05.788747+0000 mgr.a (mgr.14403) 19528 : cluster 0 pgmap v14582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:07 smithi135 bash[32435]: cluster 2023-12-08T01:21:05.788747+0000 mgr.a (mgr.14403) 19528 : cluster 0 pgmap v14582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:08.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:21:08.243 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:08.243 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:09.157 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:21:09.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:09.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:09.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:09.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:21:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:09 smithi079 bash[28699]: cluster 2023-12-08T01:21:07.789345+0000 mgr.a (mgr.14403) 19529 : cluster 0 pgmap v14583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:09 smithi194 bash[32038]: cluster 2023-12-08T01:21:07.789345+0000 mgr.a (mgr.14403) 19529 : cluster 0 pgmap v14583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:09 smithi135 bash[32435]: cluster 2023-12-08T01:21:07.789345+0000 mgr.a (mgr.14403) 19529 : cluster 0 pgmap v14583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:10 smithi079 bash[28699]: audit 2023-12-08T01:21:08.647946+0000 mgr.a (mgr.14403) 19530 : audit 0 from='client.387621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:10 smithi194 bash[32038]: audit 2023-12-08T01:21:08.647946+0000 mgr.a (mgr.14403) 19530 : audit 0 from='client.387621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:10.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:10 smithi135 bash[32435]: audit 2023-12-08T01:21:08.647946+0000 mgr.a (mgr.14403) 19530 : audit 0 from='client.387621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:11 smithi079 bash[28699]: cluster 2023-12-08T01:21:09.790585+0000 mgr.a (mgr.14403) 19531 : cluster 0 pgmap v14584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:11 smithi194 bash[32038]: cluster 2023-12-08T01:21:09.790585+0000 mgr.a (mgr.14403) 19531 : cluster 0 pgmap v14584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:11 smithi135 bash[32435]: cluster 2023-12-08T01:21:09.790585+0000 mgr.a (mgr.14403) 19531 : cluster 0 pgmap v14584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:13 smithi079 bash[28699]: cluster 2023-12-08T01:21:11.791241+0000 mgr.a (mgr.14403) 19532 : cluster 0 pgmap v14585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:13 smithi194 bash[32038]: cluster 2023-12-08T01:21:11.791241+0000 mgr.a (mgr.14403) 19532 : cluster 0 pgmap v14585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:13 smithi135 bash[32435]: cluster 2023-12-08T01:21:11.791241+0000 mgr.a (mgr.14403) 19532 : cluster 0 pgmap v14585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:14.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:21:14.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:14.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:15.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:15.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:15.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:15.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:21:15.071 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:21:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:15 smithi079 bash[28699]: cluster 2023-12-08T01:21:13.791925+0000 mgr.a (mgr.14403) 19533 : cluster 0 pgmap v14586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:15 smithi079 bash[28699]: audit 2023-12-08T01:21:14.563062+0000 mgr.a (mgr.14403) 19534 : audit 0 from='client.387699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:15 smithi194 bash[32038]: cluster 2023-12-08T01:21:13.791925+0000 mgr.a (mgr.14403) 19533 : cluster 0 pgmap v14586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:15 smithi194 bash[32038]: audit 2023-12-08T01:21:14.563062+0000 mgr.a (mgr.14403) 19534 : audit 0 from='client.387699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:15 smithi135 bash[32435]: cluster 2023-12-08T01:21:13.791925+0000 mgr.a (mgr.14403) 19533 : cluster 0 pgmap v14586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:15 smithi135 bash[32435]: audit 2023-12-08T01:21:14.563062+0000 mgr.a (mgr.14403) 19534 : audit 0 from='client.387699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:17 smithi079 bash[28699]: cluster 2023-12-08T01:21:15.792643+0000 mgr.a (mgr.14403) 19535 : cluster 0 pgmap v14587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:17.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:17 smithi079 bash[28699]: audit 2023-12-08T01:21:16.429914+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:21:17.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:17 smithi079 bash[28699]: audit 2023-12-08T01:21:17.219695+0000 mon.a (mon.0) 3158 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:21:17.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:17 smithi079 bash[28699]: audit 2023-12-08T01:21:17.221798+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:21:17.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:17 smithi079 bash[28699]: audit 2023-12-08T01:21:17.230700+0000 mon.a (mon.0) 3160 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:21:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:17 smithi194 bash[32038]: cluster 2023-12-08T01:21:15.792643+0000 mgr.a (mgr.14403) 19535 : cluster 0 pgmap v14587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:17 smithi194 bash[32038]: audit 2023-12-08T01:21:16.429914+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:21:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:17 smithi194 bash[32038]: audit 2023-12-08T01:21:17.219695+0000 mon.a (mon.0) 3158 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:21:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:17 smithi194 bash[32038]: audit 2023-12-08T01:21:17.221798+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:21:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:17 smithi194 bash[32038]: audit 2023-12-08T01:21:17.230700+0000 mon.a (mon.0) 3160 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:21:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:17 smithi135 bash[32435]: cluster 2023-12-08T01:21:15.792643+0000 mgr.a (mgr.14403) 19535 : cluster 0 pgmap v14587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:17 smithi135 bash[32435]: audit 2023-12-08T01:21:16.429914+0000 mon.a (mon.0) 3157 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:21:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:17 smithi135 bash[32435]: audit 2023-12-08T01:21:17.219695+0000 mon.a (mon.0) 3158 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:21:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:17 smithi135 bash[32435]: audit 2023-12-08T01:21:17.221798+0000 mon.a (mon.0) 3159 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:21:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:17 smithi135 bash[32435]: audit 2023-12-08T01:21:17.230700+0000 mon.a (mon.0) 3160 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:21:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:19 smithi194 bash[32038]: cluster 2023-12-08T01:21:17.793220+0000 mgr.a (mgr.14403) 19536 : cluster 0 pgmap v14588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:19 smithi135 bash[32435]: cluster 2023-12-08T01:21:17.793220+0000 mgr.a (mgr.14403) 19536 : cluster 0 pgmap v14588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:19 smithi079 bash[28699]: cluster 2023-12-08T01:21:17.793220+0000 mgr.a (mgr.14403) 19536 : cluster 0 pgmap v14588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:20.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:21:20.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:20.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:20.939 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:21:20.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:20.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:20.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:20.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:21:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:21 smithi194 bash[32038]: cluster 2023-12-08T01:21:19.794056+0000 mgr.a (mgr.14403) 19537 : cluster 0 pgmap v14589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:21 smithi194 bash[32038]: audit 2023-12-08T01:21:20.470947+0000 mgr.a (mgr.14403) 19538 : audit 0 from='client.387777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:21 smithi135 bash[32435]: cluster 2023-12-08T01:21:19.794056+0000 mgr.a (mgr.14403) 19537 : cluster 0 pgmap v14589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:21 smithi135 bash[32435]: audit 2023-12-08T01:21:20.470947+0000 mgr.a (mgr.14403) 19538 : audit 0 from='client.387777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:21 smithi079 bash[28699]: cluster 2023-12-08T01:21:19.794056+0000 mgr.a (mgr.14403) 19537 : cluster 0 pgmap v14589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:21 smithi079 bash[28699]: audit 2023-12-08T01:21:20.470947+0000 mgr.a (mgr.14403) 19538 : audit 0 from='client.387777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:23 smithi194 bash[32038]: cluster 2023-12-08T01:21:21.794750+0000 mgr.a (mgr.14403) 19539 : cluster 0 pgmap v14590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:23 smithi135 bash[32435]: cluster 2023-12-08T01:21:21.794750+0000 mgr.a (mgr.14403) 19539 : cluster 0 pgmap v14590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:23 smithi079 bash[28699]: cluster 2023-12-08T01:21:21.794750+0000 mgr.a (mgr.14403) 19539 : cluster 0 pgmap v14590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:25 smithi194 bash[32038]: cluster 2023-12-08T01:21:23.795618+0000 mgr.a (mgr.14403) 19540 : cluster 0 pgmap v14591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:25 smithi135 bash[32435]: cluster 2023-12-08T01:21:23.795618+0000 mgr.a (mgr.14403) 19540 : cluster 0 pgmap v14591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:25 smithi079 bash[28699]: cluster 2023-12-08T01:21:23.795618+0000 mgr.a (mgr.14403) 19540 : cluster 0 pgmap v14591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:25.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:21:25.943 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:25.943 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:26.885 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:21:26.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:26.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:26.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:26.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:21:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:27 smithi194 bash[32038]: cluster 2023-12-08T01:21:25.796225+0000 mgr.a (mgr.14403) 19541 : cluster 0 pgmap v14592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:27 smithi194 bash[32038]: audit 2023-12-08T01:21:26.354944+0000 mgr.a (mgr.14403) 19542 : audit 0 from='client.387855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:27 smithi135 bash[32435]: cluster 2023-12-08T01:21:25.796225+0000 mgr.a (mgr.14403) 19541 : cluster 0 pgmap v14592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:27 smithi135 bash[32435]: audit 2023-12-08T01:21:26.354944+0000 mgr.a (mgr.14403) 19542 : audit 0 from='client.387855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:27 smithi079 bash[28699]: cluster 2023-12-08T01:21:25.796225+0000 mgr.a (mgr.14403) 19541 : cluster 0 pgmap v14592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:27.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:27 smithi079 bash[28699]: audit 2023-12-08T01:21:26.354944+0000 mgr.a (mgr.14403) 19542 : audit 0 from='client.387855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:29 smithi194 bash[32038]: cluster 2023-12-08T01:21:27.796922+0000 mgr.a (mgr.14403) 19543 : cluster 0 pgmap v14593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:29 smithi135 bash[32435]: cluster 2023-12-08T01:21:27.796922+0000 mgr.a (mgr.14403) 19543 : cluster 0 pgmap v14593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:29 smithi079 bash[28699]: cluster 2023-12-08T01:21:27.796922+0000 mgr.a (mgr.14403) 19543 : cluster 0 pgmap v14593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:31 smithi194 bash[32038]: cluster 2023-12-08T01:21:29.797799+0000 mgr.a (mgr.14403) 19544 : cluster 0 pgmap v14594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:31 smithi135 bash[32435]: cluster 2023-12-08T01:21:29.797799+0000 mgr.a (mgr.14403) 19544 : cluster 0 pgmap v14594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:31.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:21:31.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:31.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:31 smithi079 bash[28699]: cluster 2023-12-08T01:21:29.797799+0000 mgr.a (mgr.14403) 19544 : cluster 0 pgmap v14594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:32.796 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:21:32.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:32.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:32.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:32.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:21:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:33 smithi194 bash[32038]: cluster 2023-12-08T01:21:31.798318+0000 mgr.a (mgr.14403) 19545 : cluster 0 pgmap v14595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:33 smithi194 bash[32038]: audit 2023-12-08T01:21:32.291248+0000 mgr.a (mgr.14403) 19546 : audit 0 from='client.387933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:33 smithi135 bash[32435]: cluster 2023-12-08T01:21:31.798318+0000 mgr.a (mgr.14403) 19545 : cluster 0 pgmap v14595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:33 smithi135 bash[32435]: audit 2023-12-08T01:21:32.291248+0000 mgr.a (mgr.14403) 19546 : audit 0 from='client.387933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:33 smithi079 bash[28699]: cluster 2023-12-08T01:21:31.798318+0000 mgr.a (mgr.14403) 19545 : cluster 0 pgmap v14595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:33 smithi079 bash[28699]: audit 2023-12-08T01:21:32.291248+0000 mgr.a (mgr.14403) 19546 : audit 0 from='client.387933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:35 smithi194 bash[32038]: cluster 2023-12-08T01:21:33.799262+0000 mgr.a (mgr.14403) 19547 : cluster 0 pgmap v14596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:35 smithi135 bash[32435]: cluster 2023-12-08T01:21:33.799262+0000 mgr.a (mgr.14403) 19547 : cluster 0 pgmap v14596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:35 smithi079 bash[28699]: cluster 2023-12-08T01:21:33.799262+0000 mgr.a (mgr.14403) 19547 : cluster 0 pgmap v14596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:21:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:37 smithi194 bash[32038]: cluster 2023-12-08T01:21:35.799755+0000 mgr.a (mgr.14403) 19548 : cluster 0 pgmap v14597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:37 smithi135 bash[32435]: cluster 2023-12-08T01:21:35.799755+0000 mgr.a (mgr.14403) 19548 : cluster 0 pgmap v14597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:37.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:21:37.799 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:37.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:37 smithi079 bash[28699]: cluster 2023-12-08T01:21:35.799755+0000 mgr.a (mgr.14403) 19548 : cluster 0 pgmap v14597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:38.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:38.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:38.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:38.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:21:38.705 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:21:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:39 smithi194 bash[32038]: cluster 2023-12-08T01:21:37.800349+0000 mgr.a (mgr.14403) 19549 : cluster 0 pgmap v14598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:39 smithi194 bash[32038]: audit 2023-12-08T01:21:38.196150+0000 mgr.a (mgr.14403) 19550 : audit 0 from='client.388011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:39 smithi135 bash[32435]: cluster 2023-12-08T01:21:37.800349+0000 mgr.a (mgr.14403) 19549 : cluster 0 pgmap v14598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:39 smithi135 bash[32435]: audit 2023-12-08T01:21:38.196150+0000 mgr.a (mgr.14403) 19550 : audit 0 from='client.388011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:39 smithi079 bash[28699]: cluster 2023-12-08T01:21:37.800349+0000 mgr.a (mgr.14403) 19549 : cluster 0 pgmap v14598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:39 smithi079 bash[28699]: audit 2023-12-08T01:21:38.196150+0000 mgr.a (mgr.14403) 19550 : audit 0 from='client.388011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:41 smithi194 bash[32038]: cluster 2023-12-08T01:21:39.801396+0000 mgr.a (mgr.14403) 19551 : cluster 0 pgmap v14599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:21:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:41 smithi135 bash[32435]: cluster 2023-12-08T01:21:39.801396+0000 mgr.a (mgr.14403) 19551 : cluster 0 pgmap v14599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:21:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:41 smithi079 bash[28699]: cluster 2023-12-08T01:21:39.801396+0000 mgr.a (mgr.14403) 19551 : cluster 0 pgmap v14599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:21:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:43 smithi194 bash[32038]: cluster 2023-12-08T01:21:41.801913+0000 mgr.a (mgr.14403) 19552 : cluster 0 pgmap v14600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:21:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:43 smithi135 bash[32435]: cluster 2023-12-08T01:21:41.801913+0000 mgr.a (mgr.14403) 19552 : cluster 0 pgmap v14600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:21:43.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:21:43.708 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:43.709 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:43 smithi079 bash[28699]: cluster 2023-12-08T01:21:41.801913+0000 mgr.a (mgr.14403) 19552 : cluster 0 pgmap v14600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:21:44.623 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:21:44.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:44.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:44.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:44.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:21:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:45 smithi135 bash[32435]: cluster 2023-12-08T01:21:43.802653+0000 mgr.a (mgr.14403) 19553 : cluster 0 pgmap v14601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:45 smithi135 bash[32435]: audit 2023-12-08T01:21:44.112320+0000 mgr.a (mgr.14403) 19554 : audit 0 from='client.388086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:45.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:45 smithi079 bash[28699]: cluster 2023-12-08T01:21:43.802653+0000 mgr.a (mgr.14403) 19553 : cluster 0 pgmap v14601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:45.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:45 smithi079 bash[28699]: audit 2023-12-08T01:21:44.112320+0000 mgr.a (mgr.14403) 19554 : audit 0 from='client.388086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:45 smithi194 bash[32038]: cluster 2023-12-08T01:21:43.802653+0000 mgr.a (mgr.14403) 19553 : cluster 0 pgmap v14601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:45 smithi194 bash[32038]: audit 2023-12-08T01:21:44.112320+0000 mgr.a (mgr.14403) 19554 : audit 0 from='client.388086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:47 smithi079 bash[28699]: cluster 2023-12-08T01:21:45.803333+0000 mgr.a (mgr.14403) 19555 : cluster 0 pgmap v14602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:47 smithi194 bash[32038]: cluster 2023-12-08T01:21:45.803333+0000 mgr.a (mgr.14403) 19555 : cluster 0 pgmap v14602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:47 smithi135 bash[32435]: cluster 2023-12-08T01:21:45.803333+0000 mgr.a (mgr.14403) 19555 : cluster 0 pgmap v14602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:49.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:21:49.626 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:49.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:49 smithi079 bash[28699]: cluster 2023-12-08T01:21:47.803920+0000 mgr.a (mgr.14403) 19556 : cluster 0 pgmap v14603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:49 smithi194 bash[32038]: cluster 2023-12-08T01:21:47.803920+0000 mgr.a (mgr.14403) 19556 : cluster 0 pgmap v14603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:49 smithi135 bash[32435]: cluster 2023-12-08T01:21:47.803920+0000 mgr.a (mgr.14403) 19556 : cluster 0 pgmap v14603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:21:50.530 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:21:50.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:50.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:50.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:50.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:21:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:51 smithi079 bash[28699]: cluster 2023-12-08T01:21:49.804704+0000 mgr.a (mgr.14403) 19557 : cluster 0 pgmap v14604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:51 smithi079 bash[28699]: audit 2023-12-08T01:21:50.032134+0000 mgr.a (mgr.14403) 19558 : audit 0 from='client.388164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:51 smithi194 bash[32038]: cluster 2023-12-08T01:21:49.804704+0000 mgr.a (mgr.14403) 19557 : cluster 0 pgmap v14604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:51 smithi194 bash[32038]: audit 2023-12-08T01:21:50.032134+0000 mgr.a (mgr.14403) 19558 : audit 0 from='client.388164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:51 smithi135 bash[32435]: cluster 2023-12-08T01:21:49.804704+0000 mgr.a (mgr.14403) 19557 : cluster 0 pgmap v14604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:51 smithi135 bash[32435]: audit 2023-12-08T01:21:50.032134+0000 mgr.a (mgr.14403) 19558 : audit 0 from='client.388164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:53 smithi079 bash[28699]: cluster 2023-12-08T01:21:51.805347+0000 mgr.a (mgr.14403) 19559 : cluster 0 pgmap v14605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:21:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:53 smithi194 bash[32038]: cluster 2023-12-08T01:21:51.805347+0000 mgr.a (mgr.14403) 19559 : cluster 0 pgmap v14605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:21:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:53 smithi135 bash[32435]: cluster 2023-12-08T01:21:51.805347+0000 mgr.a (mgr.14403) 19559 : cluster 0 pgmap v14605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:21:55.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:21:55.532 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:21:55.533 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:21:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:55 smithi079 bash[28699]: cluster 2023-12-08T01:21:53.806150+0000 mgr.a (mgr.14403) 19560 : cluster 0 pgmap v14606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:21:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:55 smithi194 bash[32038]: cluster 2023-12-08T01:21:53.806150+0000 mgr.a (mgr.14403) 19560 : cluster 0 pgmap v14606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:21:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:55 smithi135 bash[32435]: cluster 2023-12-08T01:21:53.806150+0000 mgr.a (mgr.14403) 19560 : cluster 0 pgmap v14606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:21:56.453 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:21:56.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:21:56.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:21:56.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:21:56.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:21:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:57 smithi079 bash[28699]: cluster 2023-12-08T01:21:55.806692+0000 mgr.a (mgr.14403) 19561 : cluster 0 pgmap v14607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:57 smithi079 bash[28699]: audit 2023-12-08T01:21:55.940990+0000 mgr.a (mgr.14403) 19562 : audit 0 from='client.388239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:57 smithi194 bash[32038]: cluster 2023-12-08T01:21:55.806692+0000 mgr.a (mgr.14403) 19561 : cluster 0 pgmap v14607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:57 smithi194 bash[32038]: audit 2023-12-08T01:21:55.940990+0000 mgr.a (mgr.14403) 19562 : audit 0 from='client.388239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:57 smithi135 bash[32435]: cluster 2023-12-08T01:21:55.806692+0000 mgr.a (mgr.14403) 19561 : cluster 0 pgmap v14607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:57 smithi135 bash[32435]: audit 2023-12-08T01:21:55.940990+0000 mgr.a (mgr.14403) 19562 : audit 0 from='client.388239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:21:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:21:59 smithi079 bash[28699]: cluster 2023-12-08T01:21:57.807432+0000 mgr.a (mgr.14403) 19563 : cluster 0 pgmap v14608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:21:59 smithi194 bash[32038]: cluster 2023-12-08T01:21:57.807432+0000 mgr.a (mgr.14403) 19563 : cluster 0 pgmap v14608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:21:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:21:59 smithi135 bash[32435]: cluster 2023-12-08T01:21:57.807432+0000 mgr.a (mgr.14403) 19563 : cluster 0 pgmap v14608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:01.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:22:01.456 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:01.456 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:01 smithi079 bash[28699]: cluster 2023-12-08T01:21:59.808187+0000 mgr.a (mgr.14403) 19564 : cluster 0 pgmap v14609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:01 smithi194 bash[32038]: cluster 2023-12-08T01:21:59.808187+0000 mgr.a (mgr.14403) 19564 : cluster 0 pgmap v14609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:01 smithi135 bash[32435]: cluster 2023-12-08T01:21:59.808187+0000 mgr.a (mgr.14403) 19564 : cluster 0 pgmap v14609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:02.374 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:22:02.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:02.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:02.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:02.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:22:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:03 smithi079 bash[28699]: cluster 2023-12-08T01:22:01.808734+0000 mgr.a (mgr.14403) 19565 : cluster 0 pgmap v14610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:03 smithi079 bash[28699]: audit 2023-12-08T01:22:01.862588+0000 mgr.a (mgr.14403) 19566 : audit 0 from='client.388311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:03 smithi194 bash[32038]: cluster 2023-12-08T01:22:01.808734+0000 mgr.a (mgr.14403) 19565 : cluster 0 pgmap v14610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:03 smithi194 bash[32038]: audit 2023-12-08T01:22:01.862588+0000 mgr.a (mgr.14403) 19566 : audit 0 from='client.388311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:03 smithi135 bash[32435]: cluster 2023-12-08T01:22:01.808734+0000 mgr.a (mgr.14403) 19565 : cluster 0 pgmap v14610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:03 smithi135 bash[32435]: audit 2023-12-08T01:22:01.862588+0000 mgr.a (mgr.14403) 19566 : audit 0 from='client.388311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:05 smithi079 bash[28699]: cluster 2023-12-08T01:22:03.809609+0000 mgr.a (mgr.14403) 19567 : cluster 0 pgmap v14611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:05 smithi194 bash[32038]: cluster 2023-12-08T01:22:03.809609+0000 mgr.a (mgr.14403) 19567 : cluster 0 pgmap v14611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:05 smithi135 bash[32435]: cluster 2023-12-08T01:22:03.809609+0000 mgr.a (mgr.14403) 19567 : cluster 0 pgmap v14611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:07.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:22:07.378 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:07.378 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:07 smithi079 bash[28699]: cluster 2023-12-08T01:22:05.810202+0000 mgr.a (mgr.14403) 19568 : cluster 0 pgmap v14612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:07 smithi194 bash[32038]: cluster 2023-12-08T01:22:05.810202+0000 mgr.a (mgr.14403) 19568 : cluster 0 pgmap v14612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:07 smithi135 bash[32435]: cluster 2023-12-08T01:22:05.810202+0000 mgr.a (mgr.14403) 19568 : cluster 0 pgmap v14612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:08.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:08.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:08.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:08.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:22:08.241 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:22:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:09 smithi079 bash[28699]: audit 2023-12-08T01:22:07.778362+0000 mgr.a (mgr.14403) 19569 : audit 0 from='client.388389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:09.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:09 smithi079 bash[28699]: cluster 2023-12-08T01:22:07.810960+0000 mgr.a (mgr.14403) 19570 : cluster 0 pgmap v14613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:09 smithi194 bash[32038]: audit 2023-12-08T01:22:07.778362+0000 mgr.a (mgr.14403) 19569 : audit 0 from='client.388389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:09 smithi194 bash[32038]: cluster 2023-12-08T01:22:07.810960+0000 mgr.a (mgr.14403) 19570 : cluster 0 pgmap v14613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:09 smithi135 bash[32435]: audit 2023-12-08T01:22:07.778362+0000 mgr.a (mgr.14403) 19569 : audit 0 from='client.388389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:09 smithi135 bash[32435]: cluster 2023-12-08T01:22:07.810960+0000 mgr.a (mgr.14403) 19570 : cluster 0 pgmap v14613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:11 smithi079 bash[28699]: cluster 2023-12-08T01:22:09.811858+0000 mgr.a (mgr.14403) 19571 : cluster 0 pgmap v14614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:11 smithi194 bash[32038]: cluster 2023-12-08T01:22:09.811858+0000 mgr.a (mgr.14403) 19571 : cluster 0 pgmap v14614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:11 smithi135 bash[32435]: cluster 2023-12-08T01:22:09.811858+0000 mgr.a (mgr.14403) 19571 : cluster 0 pgmap v14614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:13.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:22:13.245 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:13.245 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:13 smithi079 bash[28699]: cluster 2023-12-08T01:22:11.812462+0000 mgr.a (mgr.14403) 19572 : cluster 0 pgmap v14615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:13 smithi194 bash[32038]: cluster 2023-12-08T01:22:11.812462+0000 mgr.a (mgr.14403) 19572 : cluster 0 pgmap v14615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:13 smithi135 bash[32435]: cluster 2023-12-08T01:22:11.812462+0000 mgr.a (mgr.14403) 19572 : cluster 0 pgmap v14615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:14.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:14.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:14.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:14.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:22:14.162 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:22:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:15 smithi079 bash[28699]: audit 2023-12-08T01:22:13.652373+0000 mgr.a (mgr.14403) 19573 : audit 0 from='client.388467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:15 smithi079 bash[28699]: cluster 2023-12-08T01:22:13.813573+0000 mgr.a (mgr.14403) 19574 : cluster 0 pgmap v14616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:15 smithi194 bash[32038]: audit 2023-12-08T01:22:13.652373+0000 mgr.a (mgr.14403) 19573 : audit 0 from='client.388467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:15 smithi194 bash[32038]: cluster 2023-12-08T01:22:13.813573+0000 mgr.a (mgr.14403) 19574 : cluster 0 pgmap v14616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:15 smithi135 bash[32435]: audit 2023-12-08T01:22:13.652373+0000 mgr.a (mgr.14403) 19573 : audit 0 from='client.388467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:15 smithi135 bash[32435]: cluster 2023-12-08T01:22:13.813573+0000 mgr.a (mgr.14403) 19574 : cluster 0 pgmap v14616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:17 smithi079 bash[28699]: cluster 2023-12-08T01:22:15.814361+0000 mgr.a (mgr.14403) 19575 : cluster 0 pgmap v14617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:17 smithi079 bash[28699]: audit 2023-12-08T01:22:17.333384+0000 mon.a (mon.0) 3161 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:22:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:17 smithi194 bash[32038]: cluster 2023-12-08T01:22:15.814361+0000 mgr.a (mgr.14403) 19575 : cluster 0 pgmap v14617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:17 smithi194 bash[32038]: audit 2023-12-08T01:22:17.333384+0000 mon.a (mon.0) 3161 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:22:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:17 smithi135 bash[32435]: cluster 2023-12-08T01:22:15.814361+0000 mgr.a (mgr.14403) 19575 : cluster 0 pgmap v14617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:17 smithi135 bash[32435]: audit 2023-12-08T01:22:17.333384+0000 mon.a (mon.0) 3161 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:22:18.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:18 smithi079 bash[28699]: audit 2023-12-08T01:22:18.075336+0000 mon.a (mon.0) 3162 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:22:18.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:18 smithi079 bash[28699]: audit 2023-12-08T01:22:18.077137+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:22:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:18 smithi079 bash[28699]: audit 2023-12-08T01:22:18.086031+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:22:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:18 smithi194 bash[32038]: audit 2023-12-08T01:22:18.075336+0000 mon.a (mon.0) 3162 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:22:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:18 smithi194 bash[32038]: audit 2023-12-08T01:22:18.077137+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:22:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:18 smithi194 bash[32038]: audit 2023-12-08T01:22:18.086031+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:22:18.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:18 smithi135 bash[32435]: audit 2023-12-08T01:22:18.075336+0000 mon.a (mon.0) 3162 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:22:18.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:18 smithi135 bash[32435]: audit 2023-12-08T01:22:18.077137+0000 mon.a (mon.0) 3163 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:22:18.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:18 smithi135 bash[32435]: audit 2023-12-08T01:22:18.086031+0000 mon.a (mon.0) 3164 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:22:19.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:22:19.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:19.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:19 smithi079 bash[28699]: cluster 2023-12-08T01:22:17.814999+0000 mgr.a (mgr.14403) 19576 : cluster 0 pgmap v14618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:19 smithi194 bash[32038]: cluster 2023-12-08T01:22:17.814999+0000 mgr.a (mgr.14403) 19576 : cluster 0 pgmap v14618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:19 smithi135 bash[32435]: cluster 2023-12-08T01:22:17.814999+0000 mgr.a (mgr.14403) 19576 : cluster 0 pgmap v14618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:20.082 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:22:20.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:20.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:20.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:20.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:22:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:20 smithi079 bash[28699]: audit 2023-12-08T01:22:19.578828+0000 mgr.a (mgr.14403) 19577 : audit 0 from='client.388542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:20 smithi194 bash[32038]: audit 2023-12-08T01:22:19.578828+0000 mgr.a (mgr.14403) 19577 : audit 0 from='client.388542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:20 smithi135 bash[32435]: audit 2023-12-08T01:22:19.578828+0000 mgr.a (mgr.14403) 19577 : audit 0 from='client.388542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:21 smithi079 bash[28699]: cluster 2023-12-08T01:22:19.815785+0000 mgr.a (mgr.14403) 19578 : cluster 0 pgmap v14619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:21 smithi194 bash[32038]: cluster 2023-12-08T01:22:19.815785+0000 mgr.a (mgr.14403) 19578 : cluster 0 pgmap v14619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:21 smithi135 bash[32435]: cluster 2023-12-08T01:22:19.815785+0000 mgr.a (mgr.14403) 19578 : cluster 0 pgmap v14619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:23 smithi079 bash[28699]: cluster 2023-12-08T01:22:21.816474+0000 mgr.a (mgr.14403) 19579 : cluster 0 pgmap v14620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:23 smithi194 bash[32038]: cluster 2023-12-08T01:22:21.816474+0000 mgr.a (mgr.14403) 19579 : cluster 0 pgmap v14620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:23 smithi135 bash[32435]: cluster 2023-12-08T01:22:21.816474+0000 mgr.a (mgr.14403) 19579 : cluster 0 pgmap v14620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:25.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:22:25.086 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:25.086 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:25 smithi079 bash[28699]: cluster 2023-12-08T01:22:23.817444+0000 mgr.a (mgr.14403) 19580 : cluster 0 pgmap v14621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:25 smithi194 bash[32038]: cluster 2023-12-08T01:22:23.817444+0000 mgr.a (mgr.14403) 19580 : cluster 0 pgmap v14621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:25 smithi135 bash[32435]: cluster 2023-12-08T01:22:23.817444+0000 mgr.a (mgr.14403) 19580 : cluster 0 pgmap v14621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:26.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:26.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:26.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:26.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:22:26.035 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:22:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:26 smithi079 bash[28699]: audit 2023-12-08T01:22:25.496552+0000 mgr.a (mgr.14403) 19581 : audit 0 from='client.276545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:26 smithi194 bash[32038]: audit 2023-12-08T01:22:25.496552+0000 mgr.a (mgr.14403) 19581 : audit 0 from='client.276545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:26.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:26 smithi135 bash[32435]: audit 2023-12-08T01:22:25.496552+0000 mgr.a (mgr.14403) 19581 : audit 0 from='client.276545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:27 smithi079 bash[28699]: cluster 2023-12-08T01:22:25.818228+0000 mgr.a (mgr.14403) 19582 : cluster 0 pgmap v14622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:27 smithi194 bash[32038]: cluster 2023-12-08T01:22:25.818228+0000 mgr.a (mgr.14403) 19582 : cluster 0 pgmap v14622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:27 smithi135 bash[32435]: cluster 2023-12-08T01:22:25.818228+0000 mgr.a (mgr.14403) 19582 : cluster 0 pgmap v14622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:29 smithi079 bash[28699]: cluster 2023-12-08T01:22:27.818955+0000 mgr.a (mgr.14403) 19583 : cluster 0 pgmap v14623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:29 smithi194 bash[32038]: cluster 2023-12-08T01:22:27.818955+0000 mgr.a (mgr.14403) 19583 : cluster 0 pgmap v14623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:29 smithi135 bash[32435]: cluster 2023-12-08T01:22:27.818955+0000 mgr.a (mgr.14403) 19583 : cluster 0 pgmap v14623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:31.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:22:31.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:31.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:31 smithi079 bash[28699]: cluster 2023-12-08T01:22:29.819776+0000 mgr.a (mgr.14403) 19584 : cluster 0 pgmap v14624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:31.929 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:22:31.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:31.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:31.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:31.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:22:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:31 smithi194 bash[32038]: cluster 2023-12-08T01:22:29.819776+0000 mgr.a (mgr.14403) 19584 : cluster 0 pgmap v14624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:31 smithi135 bash[32435]: cluster 2023-12-08T01:22:29.819776+0000 mgr.a (mgr.14403) 19584 : cluster 0 pgmap v14624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:32.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:32 smithi079 bash[28699]: audit 2023-12-08T01:22:31.436506+0000 mgr.a (mgr.14403) 19585 : audit 0 from='client.388695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:32 smithi194 bash[32038]: audit 2023-12-08T01:22:31.436506+0000 mgr.a (mgr.14403) 19585 : audit 0 from='client.388695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:32.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:32 smithi135 bash[32435]: audit 2023-12-08T01:22:31.436506+0000 mgr.a (mgr.14403) 19585 : audit 0 from='client.388695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:33 smithi079 bash[28699]: cluster 2023-12-08T01:22:31.820508+0000 mgr.a (mgr.14403) 19586 : cluster 0 pgmap v14625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:33 smithi194 bash[32038]: cluster 2023-12-08T01:22:31.820508+0000 mgr.a (mgr.14403) 19586 : cluster 0 pgmap v14625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:33 smithi135 bash[32435]: cluster 2023-12-08T01:22:31.820508+0000 mgr.a (mgr.14403) 19586 : cluster 0 pgmap v14625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:35 smithi079 bash[28699]: cluster 2023-12-08T01:22:33.821503+0000 mgr.a (mgr.14403) 19587 : cluster 0 pgmap v14626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:35 smithi194 bash[32038]: cluster 2023-12-08T01:22:33.821503+0000 mgr.a (mgr.14403) 19587 : cluster 0 pgmap v14626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:35 smithi135 bash[32435]: cluster 2023-12-08T01:22:33.821503+0000 mgr.a (mgr.14403) 19587 : cluster 0 pgmap v14626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:36.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:22:36.933 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:36.933 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:37.830 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:22:37.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:37.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:37.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:37.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:22:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:37 smithi079 bash[28699]: cluster 2023-12-08T01:22:35.822207+0000 mgr.a (mgr.14403) 19588 : cluster 0 pgmap v14627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:37 smithi194 bash[32038]: cluster 2023-12-08T01:22:35.822207+0000 mgr.a (mgr.14403) 19588 : cluster 0 pgmap v14627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:37 smithi135 bash[32435]: cluster 2023-12-08T01:22:35.822207+0000 mgr.a (mgr.14403) 19588 : cluster 0 pgmap v14627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:38.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:38 smithi079 bash[28699]: audit 2023-12-08T01:22:37.338308+0000 mgr.a (mgr.14403) 19589 : audit 0 from='client.388770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:38 smithi194 bash[32038]: audit 2023-12-08T01:22:37.338308+0000 mgr.a (mgr.14403) 19589 : audit 0 from='client.388770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:38.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:38 smithi135 bash[32435]: audit 2023-12-08T01:22:37.338308+0000 mgr.a (mgr.14403) 19589 : audit 0 from='client.388770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:39 smithi079 bash[28699]: cluster 2023-12-08T01:22:37.822656+0000 mgr.a (mgr.14403) 19590 : cluster 0 pgmap v14628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:39 smithi194 bash[32038]: cluster 2023-12-08T01:22:37.822656+0000 mgr.a (mgr.14403) 19590 : cluster 0 pgmap v14628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:39 smithi135 bash[32435]: cluster 2023-12-08T01:22:37.822656+0000 mgr.a (mgr.14403) 19590 : cluster 0 pgmap v14628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:41 smithi079 bash[28699]: cluster 2023-12-08T01:22:39.823488+0000 mgr.a (mgr.14403) 19591 : cluster 0 pgmap v14629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:41 smithi194 bash[32038]: cluster 2023-12-08T01:22:39.823488+0000 mgr.a (mgr.14403) 19591 : cluster 0 pgmap v14629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:41 smithi135 bash[32435]: cluster 2023-12-08T01:22:39.823488+0000 mgr.a (mgr.14403) 19591 : cluster 0 pgmap v14629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:22:42.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:22:42.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:42.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:43.761 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:22:43.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:43.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:43.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:43.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:22:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:43 smithi079 bash[28699]: cluster 2023-12-08T01:22:41.824075+0000 mgr.a (mgr.14403) 19592 : cluster 0 pgmap v14630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:43 smithi194 bash[32038]: cluster 2023-12-08T01:22:41.824075+0000 mgr.a (mgr.14403) 19592 : cluster 0 pgmap v14630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:43 smithi135 bash[32435]: cluster 2023-12-08T01:22:41.824075+0000 mgr.a (mgr.14403) 19592 : cluster 0 pgmap v14630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:44.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:44 smithi079 bash[28699]: audit 2023-12-08T01:22:43.240010+0000 mgr.a (mgr.14403) 19593 : audit 0 from='client.388848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:44 smithi194 bash[32038]: audit 2023-12-08T01:22:43.240010+0000 mgr.a (mgr.14403) 19593 : audit 0 from='client.388848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:44.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:44 smithi135 bash[32435]: audit 2023-12-08T01:22:43.240010+0000 mgr.a (mgr.14403) 19593 : audit 0 from='client.388848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:45 smithi079 bash[28699]: cluster 2023-12-08T01:22:43.825207+0000 mgr.a (mgr.14403) 19594 : cluster 0 pgmap v14631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:22:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:45 smithi194 bash[32038]: cluster 2023-12-08T01:22:43.825207+0000 mgr.a (mgr.14403) 19594 : cluster 0 pgmap v14631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:22:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:45 smithi135 bash[32435]: cluster 2023-12-08T01:22:43.825207+0000 mgr.a (mgr.14403) 19594 : cluster 0 pgmap v14631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:22:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:47 smithi079 bash[28699]: cluster 2023-12-08T01:22:45.825815+0000 mgr.a (mgr.14403) 19595 : cluster 0 pgmap v14632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:22:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:47 smithi194 bash[32038]: cluster 2023-12-08T01:22:45.825815+0000 mgr.a (mgr.14403) 19595 : cluster 0 pgmap v14632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:22:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:47 smithi135 bash[32435]: cluster 2023-12-08T01:22:45.825815+0000 mgr.a (mgr.14403) 19595 : cluster 0 pgmap v14632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:22:48.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:22:48.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:48.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:49.646 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:22:49.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:49.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:49.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:49.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:22:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:49 smithi079 bash[28699]: cluster 2023-12-08T01:22:47.826368+0000 mgr.a (mgr.14403) 19596 : cluster 0 pgmap v14633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:22:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:49 smithi194 bash[32038]: cluster 2023-12-08T01:22:47.826368+0000 mgr.a (mgr.14403) 19596 : cluster 0 pgmap v14633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:22:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:49 smithi135 bash[32435]: cluster 2023-12-08T01:22:47.826368+0000 mgr.a (mgr.14403) 19596 : cluster 0 pgmap v14633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:22:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:50 smithi079 bash[28699]: audit 2023-12-08T01:22:49.168481+0000 mgr.a (mgr.14403) 19597 : audit 0 from='client.388926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:50 smithi194 bash[32038]: audit 2023-12-08T01:22:49.168481+0000 mgr.a (mgr.14403) 19597 : audit 0 from='client.388926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:50.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:50 smithi135 bash[32435]: audit 2023-12-08T01:22:49.168481+0000 mgr.a (mgr.14403) 19597 : audit 0 from='client.388926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:51 smithi079 bash[28699]: cluster 2023-12-08T01:22:49.827439+0000 mgr.a (mgr.14403) 19598 : cluster 0 pgmap v14634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:51 smithi194 bash[32038]: cluster 2023-12-08T01:22:49.827439+0000 mgr.a (mgr.14403) 19598 : cluster 0 pgmap v14634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:51 smithi135 bash[32435]: cluster 2023-12-08T01:22:49.827439+0000 mgr.a (mgr.14403) 19598 : cluster 0 pgmap v14634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:53 smithi194 bash[32038]: cluster 2023-12-08T01:22:51.828034+0000 mgr.a (mgr.14403) 19599 : cluster 0 pgmap v14635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:53 smithi135 bash[32435]: cluster 2023-12-08T01:22:51.828034+0000 mgr.a (mgr.14403) 19599 : cluster 0 pgmap v14635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:53 smithi079 bash[28699]: cluster 2023-12-08T01:22:51.828034+0000 mgr.a (mgr.14403) 19599 : cluster 0 pgmap v14635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:22:54.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:22:54.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:22:54.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:22:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:54 smithi194 bash[32038]: cluster 2023-12-08T01:22:53.828958+0000 mgr.a (mgr.14403) 19600 : cluster 0 pgmap v14636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:54.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:54 smithi135 bash[32435]: cluster 2023-12-08T01:22:53.828958+0000 mgr.a (mgr.14403) 19600 : cluster 0 pgmap v14636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:54 smithi079 bash[28699]: cluster 2023-12-08T01:22:53.828958+0000 mgr.a (mgr.14403) 19600 : cluster 0 pgmap v14636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:22:55.546 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:22:55.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:22:55.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:22:55.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:22:55.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:22:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:55 smithi194 bash[32038]: audit 2023-12-08T01:22:55.050213+0000 mgr.a (mgr.14403) 19601 : audit 0 from='client.388995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:55 smithi135 bash[32435]: audit 2023-12-08T01:22:55.050213+0000 mgr.a (mgr.14403) 19601 : audit 0 from='client.388995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:55 smithi079 bash[28699]: audit 2023-12-08T01:22:55.050213+0000 mgr.a (mgr.14403) 19601 : audit 0 from='client.388995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:22:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:56 smithi194 bash[32038]: cluster 2023-12-08T01:22:55.829711+0000 mgr.a (mgr.14403) 19602 : cluster 0 pgmap v14637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:22:56.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:56 smithi135 bash[32435]: cluster 2023-12-08T01:22:55.829711+0000 mgr.a (mgr.14403) 19602 : cluster 0 pgmap v14637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:22:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:56 smithi079 bash[28699]: cluster 2023-12-08T01:22:55.829711+0000 mgr.a (mgr.14403) 19602 : cluster 0 pgmap v14637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:22:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:22:59 smithi079 bash[28699]: cluster 2023-12-08T01:22:57.830447+0000 mgr.a (mgr.14403) 19603 : cluster 0 pgmap v14638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:22:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:22:59 smithi194 bash[32038]: cluster 2023-12-08T01:22:57.830447+0000 mgr.a (mgr.14403) 19603 : cluster 0 pgmap v14638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:22:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:22:59 smithi135 bash[32435]: cluster 2023-12-08T01:22:57.830447+0000 mgr.a (mgr.14403) 19603 : cluster 0 pgmap v14638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:23:00.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:23:00.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:00.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:01.457 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:23:01.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:01.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:01.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:01.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:23:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:01 smithi079 bash[28699]: cluster 2023-12-08T01:22:59.831295+0000 mgr.a (mgr.14403) 19604 : cluster 0 pgmap v14639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:23:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:01 smithi194 bash[32038]: cluster 2023-12-08T01:22:59.831295+0000 mgr.a (mgr.14403) 19604 : cluster 0 pgmap v14639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:23:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:01 smithi135 bash[32435]: cluster 2023-12-08T01:22:59.831295+0000 mgr.a (mgr.14403) 19604 : cluster 0 pgmap v14639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:23:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:02 smithi079 bash[28699]: audit 2023-12-08T01:23:00.955676+0000 mgr.a (mgr.14403) 19605 : audit 0 from='client.389073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:02 smithi194 bash[32038]: audit 2023-12-08T01:23:00.955676+0000 mgr.a (mgr.14403) 19605 : audit 0 from='client.389073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:02 smithi135 bash[32435]: audit 2023-12-08T01:23:00.955676+0000 mgr.a (mgr.14403) 19605 : audit 0 from='client.389073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:03 smithi079 bash[28699]: cluster 2023-12-08T01:23:01.831963+0000 mgr.a (mgr.14403) 19606 : cluster 0 pgmap v14640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:03 smithi194 bash[32038]: cluster 2023-12-08T01:23:01.831963+0000 mgr.a (mgr.14403) 19606 : cluster 0 pgmap v14640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:03 smithi135 bash[32435]: cluster 2023-12-08T01:23:01.831963+0000 mgr.a (mgr.14403) 19606 : cluster 0 pgmap v14640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:05 smithi079 bash[28699]: cluster 2023-12-08T01:23:03.832740+0000 mgr.a (mgr.14403) 19607 : cluster 0 pgmap v14641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:05 smithi194 bash[32038]: cluster 2023-12-08T01:23:03.832740+0000 mgr.a (mgr.14403) 19607 : cluster 0 pgmap v14641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:05 smithi135 bash[32435]: cluster 2023-12-08T01:23:03.832740+0000 mgr.a (mgr.14403) 19607 : cluster 0 pgmap v14641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:06.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:23:06.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:06.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:07.343 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:23:07.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:07.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:07.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:07.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:23:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:07 smithi079 bash[28699]: cluster 2023-12-08T01:23:05.833230+0000 mgr.a (mgr.14403) 19608 : cluster 0 pgmap v14642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:07 smithi194 bash[32038]: cluster 2023-12-08T01:23:05.833230+0000 mgr.a (mgr.14403) 19608 : cluster 0 pgmap v14642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:07 smithi135 bash[32435]: cluster 2023-12-08T01:23:05.833230+0000 mgr.a (mgr.14403) 19608 : cluster 0 pgmap v14642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:08 smithi079 bash[28699]: audit 2023-12-08T01:23:06.858868+0000 mgr.a (mgr.14403) 19609 : audit 0 from='client.389151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:08 smithi194 bash[32038]: audit 2023-12-08T01:23:06.858868+0000 mgr.a (mgr.14403) 19609 : audit 0 from='client.389151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:08.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:08 smithi135 bash[32435]: audit 2023-12-08T01:23:06.858868+0000 mgr.a (mgr.14403) 19609 : audit 0 from='client.389151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:09 smithi079 bash[28699]: cluster 2023-12-08T01:23:07.833819+0000 mgr.a (mgr.14403) 19610 : cluster 0 pgmap v14643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:09 smithi194 bash[32038]: cluster 2023-12-08T01:23:07.833819+0000 mgr.a (mgr.14403) 19610 : cluster 0 pgmap v14643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:09 smithi135 bash[32435]: cluster 2023-12-08T01:23:07.833819+0000 mgr.a (mgr.14403) 19610 : cluster 0 pgmap v14643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:11 smithi079 bash[28699]: cluster 2023-12-08T01:23:09.834593+0000 mgr.a (mgr.14403) 19611 : cluster 0 pgmap v14644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:11 smithi194 bash[32038]: cluster 2023-12-08T01:23:09.834593+0000 mgr.a (mgr.14403) 19611 : cluster 0 pgmap v14644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:11 smithi135 bash[32435]: cluster 2023-12-08T01:23:09.834593+0000 mgr.a (mgr.14403) 19611 : cluster 0 pgmap v14644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:12.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:23:12.346 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:12.347 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:13.280 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:23:13.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:13.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:13.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:13.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:23:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:13 smithi194 bash[32038]: cluster 2023-12-08T01:23:11.835113+0000 mgr.a (mgr.14403) 19612 : cluster 0 pgmap v14645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:13 smithi135 bash[32435]: cluster 2023-12-08T01:23:11.835113+0000 mgr.a (mgr.14403) 19612 : cluster 0 pgmap v14645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:13 smithi079 bash[28699]: cluster 2023-12-08T01:23:11.835113+0000 mgr.a (mgr.14403) 19612 : cluster 0 pgmap v14645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:14 smithi194 bash[32038]: audit 2023-12-08T01:23:12.755452+0000 mgr.a (mgr.14403) 19613 : audit 0 from='client.389223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:14 smithi135 bash[32435]: audit 2023-12-08T01:23:12.755452+0000 mgr.a (mgr.14403) 19613 : audit 0 from='client.389223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:14.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:14 smithi079 bash[28699]: audit 2023-12-08T01:23:12.755452+0000 mgr.a (mgr.14403) 19613 : audit 0 from='client.389223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:15 smithi194 bash[32038]: cluster 2023-12-08T01:23:13.835920+0000 mgr.a (mgr.14403) 19614 : cluster 0 pgmap v14646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:15 smithi135 bash[32435]: cluster 2023-12-08T01:23:13.835920+0000 mgr.a (mgr.14403) 19614 : cluster 0 pgmap v14646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:15 smithi079 bash[28699]: cluster 2023-12-08T01:23:13.835920+0000 mgr.a (mgr.14403) 19614 : cluster 0 pgmap v14646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:17 smithi194 bash[32038]: cluster 2023-12-08T01:23:15.836459+0000 mgr.a (mgr.14403) 19615 : cluster 0 pgmap v14647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:17 smithi135 bash[32435]: cluster 2023-12-08T01:23:15.836459+0000 mgr.a (mgr.14403) 19615 : cluster 0 pgmap v14647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:17 smithi079 bash[28699]: cluster 2023-12-08T01:23:15.836459+0000 mgr.a (mgr.14403) 19615 : cluster 0 pgmap v14647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:18.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:23:18.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:18.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:18 smithi194 bash[32038]: audit 2023-12-08T01:23:18.190180+0000 mon.a (mon.0) 3165 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:23:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:18 smithi135 bash[32435]: audit 2023-12-08T01:23:18.190180+0000 mon.a (mon.0) 3165 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:23:18.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:18 smithi079 bash[28699]: audit 2023-12-08T01:23:18.190180+0000 mon.a (mon.0) 3165 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:23:19.212 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:23:19.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:19.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:19.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:19.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:23:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:19 smithi194 bash[32038]: cluster 2023-12-08T01:23:17.837001+0000 mgr.a (mgr.14403) 19616 : cluster 0 pgmap v14648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:19 smithi194 bash[32038]: audit 2023-12-08T01:23:18.981571+0000 mon.a (mon.0) 3166 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:23:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:19 smithi194 bash[32038]: audit 2023-12-08T01:23:18.983637+0000 mon.a (mon.0) 3167 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:23:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:19 smithi194 bash[32038]: audit 2023-12-08T01:23:18.992434+0000 mon.a (mon.0) 3168 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:23:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:19 smithi135 bash[32435]: cluster 2023-12-08T01:23:17.837001+0000 mgr.a (mgr.14403) 19616 : cluster 0 pgmap v14648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:19 smithi135 bash[32435]: audit 2023-12-08T01:23:18.981571+0000 mon.a (mon.0) 3166 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:23:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:19 smithi135 bash[32435]: audit 2023-12-08T01:23:18.983637+0000 mon.a (mon.0) 3167 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:23:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:19 smithi135 bash[32435]: audit 2023-12-08T01:23:18.992434+0000 mon.a (mon.0) 3168 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:23:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:19 smithi079 bash[28699]: cluster 2023-12-08T01:23:17.837001+0000 mgr.a (mgr.14403) 19616 : cluster 0 pgmap v14648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:19 smithi079 bash[28699]: audit 2023-12-08T01:23:18.981571+0000 mon.a (mon.0) 3166 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:23:19.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:19 smithi079 bash[28699]: audit 2023-12-08T01:23:18.983637+0000 mon.a (mon.0) 3167 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:23:19.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:19 smithi079 bash[28699]: audit 2023-12-08T01:23:18.992434+0000 mon.a (mon.0) 3168 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:23:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:20 smithi194 bash[32038]: audit 2023-12-08T01:23:18.686346+0000 mgr.a (mgr.14403) 19617 : audit 0 from='client.389301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:20 smithi135 bash[32435]: audit 2023-12-08T01:23:18.686346+0000 mgr.a (mgr.14403) 19617 : audit 0 from='client.389301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:20 smithi079 bash[28699]: audit 2023-12-08T01:23:18.686346+0000 mgr.a (mgr.14403) 19617 : audit 0 from='client.389301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:21 smithi194 bash[32038]: cluster 2023-12-08T01:23:19.837965+0000 mgr.a (mgr.14403) 19618 : cluster 0 pgmap v14649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:21 smithi135 bash[32435]: cluster 2023-12-08T01:23:19.837965+0000 mgr.a (mgr.14403) 19618 : cluster 0 pgmap v14649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:21 smithi079 bash[28699]: cluster 2023-12-08T01:23:19.837965+0000 mgr.a (mgr.14403) 19618 : cluster 0 pgmap v14649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:23 smithi194 bash[32038]: cluster 2023-12-08T01:23:21.838533+0000 mgr.a (mgr.14403) 19619 : cluster 0 pgmap v14650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:23 smithi135 bash[32435]: cluster 2023-12-08T01:23:21.838533+0000 mgr.a (mgr.14403) 19619 : cluster 0 pgmap v14650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:23 smithi079 bash[28699]: cluster 2023-12-08T01:23:21.838533+0000 mgr.a (mgr.14403) 19619 : cluster 0 pgmap v14650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:24.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:23:24.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:24.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:25.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:25.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:25.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:25.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:23:25.106 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:23:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:25 smithi194 bash[32038]: cluster 2023-12-08T01:23:23.839290+0000 mgr.a (mgr.14403) 19620 : cluster 0 pgmap v14651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:25 smithi194 bash[32038]: audit 2023-12-08T01:23:24.614553+0000 mgr.a (mgr.14403) 19621 : audit 0 from='client.389379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:25 smithi135 bash[32435]: cluster 2023-12-08T01:23:23.839290+0000 mgr.a (mgr.14403) 19620 : cluster 0 pgmap v14651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:25 smithi135 bash[32435]: audit 2023-12-08T01:23:24.614553+0000 mgr.a (mgr.14403) 19621 : audit 0 from='client.389379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:25 smithi079 bash[28699]: cluster 2023-12-08T01:23:23.839290+0000 mgr.a (mgr.14403) 19620 : cluster 0 pgmap v14651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:25 smithi079 bash[28699]: audit 2023-12-08T01:23:24.614553+0000 mgr.a (mgr.14403) 19621 : audit 0 from='client.389379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:27 smithi194 bash[32038]: cluster 2023-12-08T01:23:25.839906+0000 mgr.a (mgr.14403) 19622 : cluster 0 pgmap v14652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:27 smithi135 bash[32435]: cluster 2023-12-08T01:23:25.839906+0000 mgr.a (mgr.14403) 19622 : cluster 0 pgmap v14652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:27 smithi079 bash[28699]: cluster 2023-12-08T01:23:25.839906+0000 mgr.a (mgr.14403) 19622 : cluster 0 pgmap v14652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:29 smithi079 bash[28699]: cluster 2023-12-08T01:23:27.840474+0000 mgr.a (mgr.14403) 19623 : cluster 0 pgmap v14653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:29 smithi194 bash[32038]: cluster 2023-12-08T01:23:27.840474+0000 mgr.a (mgr.14403) 19623 : cluster 0 pgmap v14653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:29 smithi135 bash[32435]: cluster 2023-12-08T01:23:27.840474+0000 mgr.a (mgr.14403) 19623 : cluster 0 pgmap v14653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:30.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:23:30.110 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:30.110 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:31.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:31.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:31.017 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:23:31.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:31.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:23:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:31 smithi079 bash[28699]: cluster 2023-12-08T01:23:29.841312+0000 mgr.a (mgr.14403) 19624 : cluster 0 pgmap v14654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:31 smithi079 bash[28699]: audit 2023-12-08T01:23:30.524319+0000 mgr.a (mgr.14403) 19625 : audit 0 from='client.389457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:31 smithi194 bash[32038]: cluster 2023-12-08T01:23:29.841312+0000 mgr.a (mgr.14403) 19624 : cluster 0 pgmap v14654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:31 smithi194 bash[32038]: audit 2023-12-08T01:23:30.524319+0000 mgr.a (mgr.14403) 19625 : audit 0 from='client.389457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:31 smithi135 bash[32435]: cluster 2023-12-08T01:23:29.841312+0000 mgr.a (mgr.14403) 19624 : cluster 0 pgmap v14654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:31 smithi135 bash[32435]: audit 2023-12-08T01:23:30.524319+0000 mgr.a (mgr.14403) 19625 : audit 0 from='client.389457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:33 smithi079 bash[28699]: cluster 2023-12-08T01:23:31.841896+0000 mgr.a (mgr.14403) 19626 : cluster 0 pgmap v14655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:33 smithi194 bash[32038]: cluster 2023-12-08T01:23:31.841896+0000 mgr.a (mgr.14403) 19626 : cluster 0 pgmap v14655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:33 smithi135 bash[32435]: cluster 2023-12-08T01:23:31.841896+0000 mgr.a (mgr.14403) 19626 : cluster 0 pgmap v14655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:35 smithi079 bash[28699]: cluster 2023-12-08T01:23:33.842722+0000 mgr.a (mgr.14403) 19627 : cluster 0 pgmap v14656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:35 smithi194 bash[32038]: cluster 2023-12-08T01:23:33.842722+0000 mgr.a (mgr.14403) 19627 : cluster 0 pgmap v14656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:35 smithi135 bash[32435]: cluster 2023-12-08T01:23:33.842722+0000 mgr.a (mgr.14403) 19627 : cluster 0 pgmap v14656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:36.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:23:36.017 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:36.017 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:36.885 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:23:36.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:36.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:36.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:36.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:23:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:37 smithi079 bash[28699]: cluster 2023-12-08T01:23:35.843323+0000 mgr.a (mgr.14403) 19628 : cluster 0 pgmap v14657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:37 smithi079 bash[28699]: audit 2023-12-08T01:23:36.411714+0000 mgr.a (mgr.14403) 19629 : audit 0 from='client.389532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:37 smithi194 bash[32038]: cluster 2023-12-08T01:23:35.843323+0000 mgr.a (mgr.14403) 19628 : cluster 0 pgmap v14657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:37 smithi194 bash[32038]: audit 2023-12-08T01:23:36.411714+0000 mgr.a (mgr.14403) 19629 : audit 0 from='client.389532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:37 smithi135 bash[32435]: cluster 2023-12-08T01:23:35.843323+0000 mgr.a (mgr.14403) 19628 : cluster 0 pgmap v14657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:37 smithi135 bash[32435]: audit 2023-12-08T01:23:36.411714+0000 mgr.a (mgr.14403) 19629 : audit 0 from='client.389532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:39 smithi079 bash[28699]: cluster 2023-12-08T01:23:37.844018+0000 mgr.a (mgr.14403) 19630 : cluster 0 pgmap v14658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:39 smithi194 bash[32038]: cluster 2023-12-08T01:23:37.844018+0000 mgr.a (mgr.14403) 19630 : cluster 0 pgmap v14658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:39 smithi135 bash[32435]: cluster 2023-12-08T01:23:37.844018+0000 mgr.a (mgr.14403) 19630 : cluster 0 pgmap v14658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:41.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:23:41.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:41.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:41 smithi079 bash[28699]: cluster 2023-12-08T01:23:39.844837+0000 mgr.a (mgr.14403) 19631 : cluster 0 pgmap v14659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:41 smithi194 bash[32038]: cluster 2023-12-08T01:23:39.844837+0000 mgr.a (mgr.14403) 19631 : cluster 0 pgmap v14659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:41 smithi135 bash[32435]: cluster 2023-12-08T01:23:39.844837+0000 mgr.a (mgr.14403) 19631 : cluster 0 pgmap v14659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:42.772 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:23:42.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:42.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:42.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:42.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:23:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:43 smithi079 bash[28699]: cluster 2023-12-08T01:23:41.845401+0000 mgr.a (mgr.14403) 19632 : cluster 0 pgmap v14660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:43 smithi079 bash[28699]: audit 2023-12-08T01:23:42.285584+0000 mgr.a (mgr.14403) 19633 : audit 0 from='client.389610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:43 smithi194 bash[32038]: cluster 2023-12-08T01:23:41.845401+0000 mgr.a (mgr.14403) 19632 : cluster 0 pgmap v14660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:43 smithi194 bash[32038]: audit 2023-12-08T01:23:42.285584+0000 mgr.a (mgr.14403) 19633 : audit 0 from='client.389610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:43 smithi135 bash[32435]: cluster 2023-12-08T01:23:41.845401+0000 mgr.a (mgr.14403) 19632 : cluster 0 pgmap v14660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:43 smithi135 bash[32435]: audit 2023-12-08T01:23:42.285584+0000 mgr.a (mgr.14403) 19633 : audit 0 from='client.389610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:45 smithi079 bash[28699]: cluster 2023-12-08T01:23:43.846289+0000 mgr.a (mgr.14403) 19634 : cluster 0 pgmap v14661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:45 smithi194 bash[32038]: cluster 2023-12-08T01:23:43.846289+0000 mgr.a (mgr.14403) 19634 : cluster 0 pgmap v14661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:45 smithi135 bash[32435]: cluster 2023-12-08T01:23:43.846289+0000 mgr.a (mgr.14403) 19634 : cluster 0 pgmap v14661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:23:47.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:23:47.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:47.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:47 smithi079 bash[28699]: cluster 2023-12-08T01:23:45.846782+0000 mgr.a (mgr.14403) 19635 : cluster 0 pgmap v14662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:47 smithi194 bash[32038]: cluster 2023-12-08T01:23:45.846782+0000 mgr.a (mgr.14403) 19635 : cluster 0 pgmap v14662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:47 smithi135 bash[32435]: cluster 2023-12-08T01:23:45.846782+0000 mgr.a (mgr.14403) 19635 : cluster 0 pgmap v14662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:48.670 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:23:48.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:48.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:48.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:48.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:23:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:49 smithi079 bash[28699]: cluster 2023-12-08T01:23:47.847429+0000 mgr.a (mgr.14403) 19636 : cluster 0 pgmap v14663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:49.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:49 smithi079 bash[28699]: audit 2023-12-08T01:23:48.178365+0000 mgr.a (mgr.14403) 19637 : audit 0 from='client.389685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:49 smithi194 bash[32038]: cluster 2023-12-08T01:23:47.847429+0000 mgr.a (mgr.14403) 19636 : cluster 0 pgmap v14663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:49 smithi194 bash[32038]: audit 2023-12-08T01:23:48.178365+0000 mgr.a (mgr.14403) 19637 : audit 0 from='client.389685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:49 smithi135 bash[32435]: cluster 2023-12-08T01:23:47.847429+0000 mgr.a (mgr.14403) 19636 : cluster 0 pgmap v14663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:49 smithi135 bash[32435]: audit 2023-12-08T01:23:48.178365+0000 mgr.a (mgr.14403) 19637 : audit 0 from='client.389685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:51 smithi079 bash[28699]: cluster 2023-12-08T01:23:49.848282+0000 mgr.a (mgr.14403) 19638 : cluster 0 pgmap v14664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:23:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:51 smithi194 bash[32038]: cluster 2023-12-08T01:23:49.848282+0000 mgr.a (mgr.14403) 19638 : cluster 0 pgmap v14664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:23:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:51 smithi135 bash[32435]: cluster 2023-12-08T01:23:49.848282+0000 mgr.a (mgr.14403) 19638 : cluster 0 pgmap v14664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:23:53.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:23:53.673 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:53.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:53 smithi079 bash[28699]: cluster 2023-12-08T01:23:51.848823+0000 mgr.a (mgr.14403) 19639 : cluster 0 pgmap v14665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:23:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:53 smithi194 bash[32038]: cluster 2023-12-08T01:23:51.848823+0000 mgr.a (mgr.14403) 19639 : cluster 0 pgmap v14665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:23:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:53 smithi135 bash[32435]: cluster 2023-12-08T01:23:51.848823+0000 mgr.a (mgr.14403) 19639 : cluster 0 pgmap v14665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:23:54.557 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:23:54.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:23:54.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:23:54.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:23:54.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:23:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:55 smithi079 bash[28699]: cluster 2023-12-08T01:23:53.849559+0000 mgr.a (mgr.14403) 19640 : cluster 0 pgmap v14666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:55 smithi079 bash[28699]: audit 2023-12-08T01:23:54.079810+0000 mgr.a (mgr.14403) 19641 : audit 0 from='client.389757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:55 smithi194 bash[32038]: cluster 2023-12-08T01:23:53.849559+0000 mgr.a (mgr.14403) 19640 : cluster 0 pgmap v14666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:55 smithi194 bash[32038]: audit 2023-12-08T01:23:54.079810+0000 mgr.a (mgr.14403) 19641 : audit 0 from='client.389757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:55 smithi135 bash[32435]: cluster 2023-12-08T01:23:53.849559+0000 mgr.a (mgr.14403) 19640 : cluster 0 pgmap v14666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:23:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:55 smithi135 bash[32435]: audit 2023-12-08T01:23:54.079810+0000 mgr.a (mgr.14403) 19641 : audit 0 from='client.389757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:23:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:57 smithi079 bash[28699]: cluster 2023-12-08T01:23:55.850227+0000 mgr.a (mgr.14403) 19642 : cluster 0 pgmap v14667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:57 smithi194 bash[32038]: cluster 2023-12-08T01:23:55.850227+0000 mgr.a (mgr.14403) 19642 : cluster 0 pgmap v14667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:57 smithi135 bash[32435]: cluster 2023-12-08T01:23:55.850227+0000 mgr.a (mgr.14403) 19642 : cluster 0 pgmap v14667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:59.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:23:59.561 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:23:59.561 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:23:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:23:59 smithi079 bash[28699]: cluster 2023-12-08T01:23:57.850716+0000 mgr.a (mgr.14403) 19643 : cluster 0 pgmap v14668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:23:59 smithi194 bash[32038]: cluster 2023-12-08T01:23:57.850716+0000 mgr.a (mgr.14403) 19643 : cluster 0 pgmap v14668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:23:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:23:59 smithi135 bash[32435]: cluster 2023-12-08T01:23:57.850716+0000 mgr.a (mgr.14403) 19643 : cluster 0 pgmap v14668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:24:00.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:00.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:00.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:00.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:24:00.475 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:24:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:01 smithi079 bash[28699]: cluster 2023-12-08T01:23:59.851529+0000 mgr.a (mgr.14403) 19644 : cluster 0 pgmap v14669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:01 smithi079 bash[28699]: audit 2023-12-08T01:23:59.972015+0000 mgr.a (mgr.14403) 19645 : audit 0 from='client.389835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:01 smithi194 bash[32038]: cluster 2023-12-08T01:23:59.851529+0000 mgr.a (mgr.14403) 19644 : cluster 0 pgmap v14669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:01 smithi194 bash[32038]: audit 2023-12-08T01:23:59.972015+0000 mgr.a (mgr.14403) 19645 : audit 0 from='client.389835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:01 smithi135 bash[32435]: cluster 2023-12-08T01:23:59.851529+0000 mgr.a (mgr.14403) 19644 : cluster 0 pgmap v14669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:01 smithi135 bash[32435]: audit 2023-12-08T01:23:59.972015+0000 mgr.a (mgr.14403) 19645 : audit 0 from='client.389835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:03 smithi079 bash[28699]: cluster 2023-12-08T01:24:01.852177+0000 mgr.a (mgr.14403) 19646 : cluster 0 pgmap v14670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:24:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:03 smithi194 bash[32038]: cluster 2023-12-08T01:24:01.852177+0000 mgr.a (mgr.14403) 19646 : cluster 0 pgmap v14670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:24:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:03 smithi135 bash[32435]: cluster 2023-12-08T01:24:01.852177+0000 mgr.a (mgr.14403) 19646 : cluster 0 pgmap v14670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:24:05.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:24:05.478 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:05.478 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:05 smithi079 bash[28699]: cluster 2023-12-08T01:24:03.852985+0000 mgr.a (mgr.14403) 19647 : cluster 0 pgmap v14671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:24:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:05 smithi194 bash[32038]: cluster 2023-12-08T01:24:03.852985+0000 mgr.a (mgr.14403) 19647 : cluster 0 pgmap v14671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:24:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:05 smithi135 bash[32435]: cluster 2023-12-08T01:24:03.852985+0000 mgr.a (mgr.14403) 19647 : cluster 0 pgmap v14671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:24:06.389 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:24:06.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:06.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:06.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:06.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:24:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:07 smithi079 bash[28699]: cluster 2023-12-08T01:24:05.853341+0000 mgr.a (mgr.14403) 19648 : cluster 0 pgmap v14672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:07 smithi079 bash[28699]: audit 2023-12-08T01:24:05.885205+0000 mgr.a (mgr.14403) 19649 : audit 0 from='client.297646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:07 smithi194 bash[32038]: cluster 2023-12-08T01:24:05.853341+0000 mgr.a (mgr.14403) 19648 : cluster 0 pgmap v14672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:07 smithi194 bash[32038]: audit 2023-12-08T01:24:05.885205+0000 mgr.a (mgr.14403) 19649 : audit 0 from='client.297646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:07 smithi135 bash[32435]: cluster 2023-12-08T01:24:05.853341+0000 mgr.a (mgr.14403) 19648 : cluster 0 pgmap v14672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:07 smithi135 bash[32435]: audit 2023-12-08T01:24:05.885205+0000 mgr.a (mgr.14403) 19649 : audit 0 from='client.297646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:09 smithi079 bash[28699]: cluster 2023-12-08T01:24:07.854047+0000 mgr.a (mgr.14403) 19650 : cluster 0 pgmap v14673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:09 smithi194 bash[32038]: cluster 2023-12-08T01:24:07.854047+0000 mgr.a (mgr.14403) 19650 : cluster 0 pgmap v14673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:09 smithi135 bash[32435]: cluster 2023-12-08T01:24:07.854047+0000 mgr.a (mgr.14403) 19650 : cluster 0 pgmap v14673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:11.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:24:11.393 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:11.393 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:11 smithi079 bash[28699]: cluster 2023-12-08T01:24:09.854884+0000 mgr.a (mgr.14403) 19651 : cluster 0 pgmap v14674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:11 smithi194 bash[32038]: cluster 2023-12-08T01:24:09.854884+0000 mgr.a (mgr.14403) 19651 : cluster 0 pgmap v14674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:11 smithi135 bash[32435]: cluster 2023-12-08T01:24:09.854884+0000 mgr.a (mgr.14403) 19651 : cluster 0 pgmap v14674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:12.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:12.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:12.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:12.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:24:12.307 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:24:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:13 smithi079 bash[28699]: audit 2023-12-08T01:24:11.798512+0000 mgr.a (mgr.14403) 19652 : audit 0 from='client.297697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:13 smithi079 bash[28699]: cluster 2023-12-08T01:24:11.855518+0000 mgr.a (mgr.14403) 19653 : cluster 0 pgmap v14675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:13 smithi194 bash[32038]: audit 2023-12-08T01:24:11.798512+0000 mgr.a (mgr.14403) 19652 : audit 0 from='client.297697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:13 smithi194 bash[32038]: cluster 2023-12-08T01:24:11.855518+0000 mgr.a (mgr.14403) 19653 : cluster 0 pgmap v14675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:13 smithi135 bash[32435]: audit 2023-12-08T01:24:11.798512+0000 mgr.a (mgr.14403) 19652 : audit 0 from='client.297697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:13 smithi135 bash[32435]: cluster 2023-12-08T01:24:11.855518+0000 mgr.a (mgr.14403) 19653 : cluster 0 pgmap v14675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:15 smithi079 bash[28699]: cluster 2023-12-08T01:24:13.856450+0000 mgr.a (mgr.14403) 19654 : cluster 0 pgmap v14676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:15 smithi194 bash[32038]: cluster 2023-12-08T01:24:13.856450+0000 mgr.a (mgr.14403) 19654 : cluster 0 pgmap v14676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:15 smithi135 bash[32435]: cluster 2023-12-08T01:24:13.856450+0000 mgr.a (mgr.14403) 19654 : cluster 0 pgmap v14676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:17.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:24:17.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:17.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:17 smithi079 bash[28699]: cluster 2023-12-08T01:24:15.857014+0000 mgr.a (mgr.14403) 19655 : cluster 0 pgmap v14677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:17 smithi194 bash[32038]: cluster 2023-12-08T01:24:15.857014+0000 mgr.a (mgr.14403) 19655 : cluster 0 pgmap v14677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:17 smithi135 bash[32435]: cluster 2023-12-08T01:24:15.857014+0000 mgr.a (mgr.14403) 19655 : cluster 0 pgmap v14677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:18.211 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:24:18.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:18.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:18.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:18.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:24:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:19 smithi079 bash[28699]: audit 2023-12-08T01:24:17.720005+0000 mgr.a (mgr.14403) 19656 : audit 0 from='client.390063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:19 smithi079 bash[28699]: cluster 2023-12-08T01:24:17.866315+0000 mgr.a (mgr.14403) 19657 : cluster 0 pgmap v14678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:19.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:19 smithi079 bash[28699]: audit 2023-12-08T01:24:19.128984+0000 mon.a (mon.0) 3169 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:24:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:19 smithi194 bash[32038]: audit 2023-12-08T01:24:17.720005+0000 mgr.a (mgr.14403) 19656 : audit 0 from='client.390063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:19 smithi194 bash[32038]: cluster 2023-12-08T01:24:17.866315+0000 mgr.a (mgr.14403) 19657 : cluster 0 pgmap v14678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:19 smithi194 bash[32038]: audit 2023-12-08T01:24:19.128984+0000 mon.a (mon.0) 3169 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:24:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:19 smithi135 bash[32435]: audit 2023-12-08T01:24:17.720005+0000 mgr.a (mgr.14403) 19656 : audit 0 from='client.390063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:19 smithi135 bash[32435]: cluster 2023-12-08T01:24:17.866315+0000 mgr.a (mgr.14403) 19657 : cluster 0 pgmap v14678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:19 smithi135 bash[32435]: audit 2023-12-08T01:24:19.128984+0000 mon.a (mon.0) 3169 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:24:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:20 smithi079 bash[28699]: audit 2023-12-08T01:24:19.871515+0000 mon.a (mon.0) 3170 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:24:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:20 smithi079 bash[28699]: audit 2023-12-08T01:24:19.873194+0000 mon.a (mon.0) 3171 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:24:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:20 smithi079 bash[28699]: audit 2023-12-08T01:24:19.881636+0000 mon.a (mon.0) 3172 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:24:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:20 smithi194 bash[32038]: audit 2023-12-08T01:24:19.871515+0000 mon.a (mon.0) 3170 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:24:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:20 smithi194 bash[32038]: audit 2023-12-08T01:24:19.873194+0000 mon.a (mon.0) 3171 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:24:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:20 smithi194 bash[32038]: audit 2023-12-08T01:24:19.881636+0000 mon.a (mon.0) 3172 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:24:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:20 smithi135 bash[32435]: audit 2023-12-08T01:24:19.871515+0000 mon.a (mon.0) 3170 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:24:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:20 smithi135 bash[32435]: audit 2023-12-08T01:24:19.873194+0000 mon.a (mon.0) 3171 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:24:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:20 smithi135 bash[32435]: audit 2023-12-08T01:24:19.881636+0000 mon.a (mon.0) 3172 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:24:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:21 smithi079 bash[28699]: cluster 2023-12-08T01:24:19.867452+0000 mgr.a (mgr.14403) 19658 : cluster 0 pgmap v14679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:21 smithi194 bash[32038]: cluster 2023-12-08T01:24:19.867452+0000 mgr.a (mgr.14403) 19658 : cluster 0 pgmap v14679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:21 smithi135 bash[32435]: cluster 2023-12-08T01:24:19.867452+0000 mgr.a (mgr.14403) 19658 : cluster 0 pgmap v14679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:23.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:24:23.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:23.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:23 smithi079 bash[28699]: cluster 2023-12-08T01:24:21.868032+0000 mgr.a (mgr.14403) 19659 : cluster 0 pgmap v14680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:23 smithi194 bash[32038]: cluster 2023-12-08T01:24:21.868032+0000 mgr.a (mgr.14403) 19659 : cluster 0 pgmap v14680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:23 smithi135 bash[32435]: cluster 2023-12-08T01:24:21.868032+0000 mgr.a (mgr.14403) 19659 : cluster 0 pgmap v14680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:24.115 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:24:24.115 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:24.115 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:24.115 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:24.115 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:24:24.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:24 smithi079 bash[28699]: audit 2023-12-08T01:24:23.617216+0000 mgr.a (mgr.14403) 19660 : audit 0 from='client.390141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:24 smithi194 bash[32038]: audit 2023-12-08T01:24:23.617216+0000 mgr.a (mgr.14403) 19660 : audit 0 from='client.390141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:24 smithi135 bash[32435]: audit 2023-12-08T01:24:23.617216+0000 mgr.a (mgr.14403) 19660 : audit 0 from='client.390141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:25 smithi079 bash[28699]: cluster 2023-12-08T01:24:23.868693+0000 mgr.a (mgr.14403) 19661 : cluster 0 pgmap v14681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:25 smithi194 bash[32038]: cluster 2023-12-08T01:24:23.868693+0000 mgr.a (mgr.14403) 19661 : cluster 0 pgmap v14681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:25 smithi135 bash[32435]: cluster 2023-12-08T01:24:23.868693+0000 mgr.a (mgr.14403) 19661 : cluster 0 pgmap v14681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:27 smithi079 bash[28699]: cluster 2023-12-08T01:24:25.881141+0000 mgr.a (mgr.14403) 19662 : cluster 0 pgmap v14682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1021 B/s rd, 0 op/s 2023-12-08T01:24:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:27 smithi194 bash[32038]: cluster 2023-12-08T01:24:25.881141+0000 mgr.a (mgr.14403) 19662 : cluster 0 pgmap v14682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1021 B/s rd, 0 op/s 2023-12-08T01:24:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:27 smithi135 bash[32435]: cluster 2023-12-08T01:24:25.881141+0000 mgr.a (mgr.14403) 19662 : cluster 0 pgmap v14682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1021 B/s rd, 0 op/s 2023-12-08T01:24:29.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:24:29.118 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:29.118 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:29 smithi079 bash[28699]: cluster 2023-12-08T01:24:27.881732+0000 mgr.a (mgr.14403) 19663 : cluster 0 pgmap v14683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1021 B/s rd, 0 op/s 2023-12-08T01:24:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:29 smithi194 bash[32038]: cluster 2023-12-08T01:24:27.881732+0000 mgr.a (mgr.14403) 19663 : cluster 0 pgmap v14683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1021 B/s rd, 0 op/s 2023-12-08T01:24:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:29 smithi135 bash[32435]: cluster 2023-12-08T01:24:27.881732+0000 mgr.a (mgr.14403) 19663 : cluster 0 pgmap v14683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1021 B/s rd, 0 op/s 2023-12-08T01:24:30.042 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:24:30.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:30.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:30.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:30.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:24:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:30 smithi079 bash[28699]: audit 2023-12-08T01:24:29.528231+0000 mgr.a (mgr.14403) 19664 : audit 0 from='client.390216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:30 smithi194 bash[32038]: audit 2023-12-08T01:24:29.528231+0000 mgr.a (mgr.14403) 19664 : audit 0 from='client.390216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:30.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:30 smithi135 bash[32435]: audit 2023-12-08T01:24:29.528231+0000 mgr.a (mgr.14403) 19664 : audit 0 from='client.390216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:31 smithi079 bash[28699]: cluster 2023-12-08T01:24:29.882425+0000 mgr.a (mgr.14403) 19665 : cluster 0 pgmap v14684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:31 smithi194 bash[32038]: cluster 2023-12-08T01:24:29.882425+0000 mgr.a (mgr.14403) 19665 : cluster 0 pgmap v14684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:31 smithi135 bash[32435]: cluster 2023-12-08T01:24:29.882425+0000 mgr.a (mgr.14403) 19665 : cluster 0 pgmap v14684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:33 smithi079 bash[28699]: cluster 2023-12-08T01:24:31.883109+0000 mgr.a (mgr.14403) 19666 : cluster 0 pgmap v14685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T01:24:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:33 smithi194 bash[32038]: cluster 2023-12-08T01:24:31.883109+0000 mgr.a (mgr.14403) 19666 : cluster 0 pgmap v14685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T01:24:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:33 smithi135 bash[32435]: cluster 2023-12-08T01:24:31.883109+0000 mgr.a (mgr.14403) 19666 : cluster 0 pgmap v14685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T01:24:35.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:24:35.046 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:35.046 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:35 smithi079 bash[28699]: cluster 2023-12-08T01:24:33.883855+0000 mgr.a (mgr.14403) 19667 : cluster 0 pgmap v14686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:35 smithi194 bash[32038]: cluster 2023-12-08T01:24:33.883855+0000 mgr.a (mgr.14403) 19667 : cluster 0 pgmap v14686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:35.956 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:24:35.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:35.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:35.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:35.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:24:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:35 smithi135 bash[32435]: cluster 2023-12-08T01:24:33.883855+0000 mgr.a (mgr.14403) 19667 : cluster 0 pgmap v14686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:36.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:36 smithi079 bash[28699]: audit 2023-12-08T01:24:35.451869+0000 mgr.a (mgr.14403) 19668 : audit 0 from='client.390294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:36 smithi194 bash[32038]: audit 2023-12-08T01:24:35.451869+0000 mgr.a (mgr.14403) 19668 : audit 0 from='client.390294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:36.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:36 smithi135 bash[32435]: audit 2023-12-08T01:24:35.451869+0000 mgr.a (mgr.14403) 19668 : audit 0 from='client.390294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:37 smithi079 bash[28699]: cluster 2023-12-08T01:24:35.884598+0000 mgr.a (mgr.14403) 19669 : cluster 0 pgmap v14687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:37 smithi194 bash[32038]: cluster 2023-12-08T01:24:35.884598+0000 mgr.a (mgr.14403) 19669 : cluster 0 pgmap v14687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:37 smithi135 bash[32435]: cluster 2023-12-08T01:24:35.884598+0000 mgr.a (mgr.14403) 19669 : cluster 0 pgmap v14687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:39 smithi079 bash[28699]: cluster 2023-12-08T01:24:37.885230+0000 mgr.a (mgr.14403) 19670 : cluster 0 pgmap v14688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:39 smithi194 bash[32038]: cluster 2023-12-08T01:24:37.885230+0000 mgr.a (mgr.14403) 19670 : cluster 0 pgmap v14688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:39 smithi135 bash[32435]: cluster 2023-12-08T01:24:37.885230+0000 mgr.a (mgr.14403) 19670 : cluster 0 pgmap v14688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:40.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:24:40.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:40.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:41.847 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:24:41.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:41.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:41.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:41.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:24:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:41 smithi079 bash[28699]: cluster 2023-12-08T01:24:39.886040+0000 mgr.a (mgr.14403) 19671 : cluster 0 pgmap v14689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:41 smithi194 bash[32038]: cluster 2023-12-08T01:24:39.886040+0000 mgr.a (mgr.14403) 19671 : cluster 0 pgmap v14689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:41 smithi135 bash[32435]: cluster 2023-12-08T01:24:39.886040+0000 mgr.a (mgr.14403) 19671 : cluster 0 pgmap v14689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:42.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:42 smithi079 bash[28699]: audit 2023-12-08T01:24:41.361878+0000 mgr.a (mgr.14403) 19672 : audit 0 from='client.390372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:42 smithi194 bash[32038]: audit 2023-12-08T01:24:41.361878+0000 mgr.a (mgr.14403) 19672 : audit 0 from='client.390372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:42.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:42 smithi135 bash[32435]: audit 2023-12-08T01:24:41.361878+0000 mgr.a (mgr.14403) 19672 : audit 0 from='client.390372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:43 smithi194 bash[32038]: cluster 2023-12-08T01:24:41.886761+0000 mgr.a (mgr.14403) 19673 : cluster 0 pgmap v14690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:43 smithi135 bash[32435]: cluster 2023-12-08T01:24:41.886761+0000 mgr.a (mgr.14403) 19673 : cluster 0 pgmap v14690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:43 smithi079 bash[28699]: cluster 2023-12-08T01:24:41.886761+0000 mgr.a (mgr.14403) 19673 : cluster 0 pgmap v14690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:45 smithi194 bash[32038]: cluster 2023-12-08T01:24:43.887552+0000 mgr.a (mgr.14403) 19674 : cluster 0 pgmap v14691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:45 smithi135 bash[32435]: cluster 2023-12-08T01:24:43.887552+0000 mgr.a (mgr.14403) 19674 : cluster 0 pgmap v14691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:45 smithi079 bash[28699]: cluster 2023-12-08T01:24:43.887552+0000 mgr.a (mgr.14403) 19674 : cluster 0 pgmap v14691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:46.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:24:46.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:46.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:47.773 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:24:47.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:47.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:47.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:47.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:24:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:47 smithi194 bash[32038]: cluster 2023-12-08T01:24:45.888140+0000 mgr.a (mgr.14403) 19675 : cluster 0 pgmap v14692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:47 smithi135 bash[32435]: cluster 2023-12-08T01:24:45.888140+0000 mgr.a (mgr.14403) 19675 : cluster 0 pgmap v14692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:47 smithi079 bash[28699]: cluster 2023-12-08T01:24:45.888140+0000 mgr.a (mgr.14403) 19675 : cluster 0 pgmap v14692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:48 smithi194 bash[32038]: audit 2023-12-08T01:24:47.255110+0000 mgr.a (mgr.14403) 19676 : audit 0 from='client.390450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:48.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:48 smithi135 bash[32435]: audit 2023-12-08T01:24:47.255110+0000 mgr.a (mgr.14403) 19676 : audit 0 from='client.390450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:49.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:48 smithi079 bash[28699]: audit 2023-12-08T01:24:47.255110+0000 mgr.a (mgr.14403) 19676 : audit 0 from='client.390450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:49 smithi194 bash[32038]: cluster 2023-12-08T01:24:47.888882+0000 mgr.a (mgr.14403) 19677 : cluster 0 pgmap v14693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:49 smithi135 bash[32435]: cluster 2023-12-08T01:24:47.888882+0000 mgr.a (mgr.14403) 19677 : cluster 0 pgmap v14693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:49 smithi079 bash[28699]: cluster 2023-12-08T01:24:47.888882+0000 mgr.a (mgr.14403) 19677 : cluster 0 pgmap v14693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:51 smithi194 bash[32038]: cluster 2023-12-08T01:24:49.889709+0000 mgr.a (mgr.14403) 19678 : cluster 0 pgmap v14694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:51 smithi135 bash[32435]: cluster 2023-12-08T01:24:49.889709+0000 mgr.a (mgr.14403) 19678 : cluster 0 pgmap v14694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:51 smithi079 bash[28699]: cluster 2023-12-08T01:24:49.889709+0000 mgr.a (mgr.14403) 19678 : cluster 0 pgmap v14694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:24:52.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:24:52.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:52.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:53.718 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:24:53.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:53.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:53.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:53.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:24:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:53 smithi194 bash[32038]: cluster 2023-12-08T01:24:51.890335+0000 mgr.a (mgr.14403) 19679 : cluster 0 pgmap v14695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:53 smithi135 bash[32435]: cluster 2023-12-08T01:24:51.890335+0000 mgr.a (mgr.14403) 19679 : cluster 0 pgmap v14695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:53 smithi079 bash[28699]: cluster 2023-12-08T01:24:51.890335+0000 mgr.a (mgr.14403) 19679 : cluster 0 pgmap v14695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:24:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:54 smithi194 bash[32038]: audit 2023-12-08T01:24:53.185274+0000 mgr.a (mgr.14403) 19680 : audit 0 from='client.390528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:54.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:54 smithi135 bash[32435]: audit 2023-12-08T01:24:53.185274+0000 mgr.a (mgr.14403) 19680 : audit 0 from='client.390528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:54 smithi079 bash[28699]: audit 2023-12-08T01:24:53.185274+0000 mgr.a (mgr.14403) 19680 : audit 0 from='client.390528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:24:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:55 smithi194 bash[32038]: cluster 2023-12-08T01:24:53.891379+0000 mgr.a (mgr.14403) 19681 : cluster 0 pgmap v14696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:55.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:55 smithi135 bash[32435]: cluster 2023-12-08T01:24:53.891379+0000 mgr.a (mgr.14403) 19681 : cluster 0 pgmap v14696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:55 smithi079 bash[28699]: cluster 2023-12-08T01:24:53.891379+0000 mgr.a (mgr.14403) 19681 : cluster 0 pgmap v14696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:24:57.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:57 smithi194 bash[32038]: cluster 2023-12-08T01:24:55.891933+0000 mgr.a (mgr.14403) 19682 : cluster 0 pgmap v14697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:24:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:57 smithi135 bash[32435]: cluster 2023-12-08T01:24:55.891933+0000 mgr.a (mgr.14403) 19682 : cluster 0 pgmap v14697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:24:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:57 smithi079 bash[28699]: cluster 2023-12-08T01:24:55.891933+0000 mgr.a (mgr.14403) 19682 : cluster 0 pgmap v14697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:24:58.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:24:58.721 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:24:58.721 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:24:59.637 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:24:59.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:24:59.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:24:59.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:24:59.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:24:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:24:59 smithi194 bash[32038]: cluster 2023-12-08T01:24:57.892482+0000 mgr.a (mgr.14403) 19683 : cluster 0 pgmap v14698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:24:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:24:59 smithi135 bash[32435]: cluster 2023-12-08T01:24:57.892482+0000 mgr.a (mgr.14403) 19683 : cluster 0 pgmap v14698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:24:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:24:59 smithi079 bash[28699]: cluster 2023-12-08T01:24:57.892482+0000 mgr.a (mgr.14403) 19683 : cluster 0 pgmap v14698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:25:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:00 smithi194 bash[32038]: audit 2023-12-08T01:24:59.127445+0000 mgr.a (mgr.14403) 19684 : audit 0 from='client.390600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:00 smithi135 bash[32435]: audit 2023-12-08T01:24:59.127445+0000 mgr.a (mgr.14403) 19684 : audit 0 from='client.390600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:00.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:00 smithi079 bash[28699]: audit 2023-12-08T01:24:59.127445+0000 mgr.a (mgr.14403) 19684 : audit 0 from='client.390600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:01 smithi079 bash[28699]: cluster 2023-12-08T01:24:59.893770+0000 mgr.a (mgr.14403) 19685 : cluster 0 pgmap v14699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:01.682 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:01 smithi135 bash[32435]: cluster 2023-12-08T01:24:59.893770+0000 mgr.a (mgr.14403) 19685 : cluster 0 pgmap v14699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:01 smithi194 bash[32038]: cluster 2023-12-08T01:24:59.893770+0000 mgr.a (mgr.14403) 19685 : cluster 0 pgmap v14699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:03 smithi194 bash[32038]: cluster 2023-12-08T01:25:01.894364+0000 mgr.a (mgr.14403) 19686 : cluster 0 pgmap v14700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:03 smithi135 bash[32435]: cluster 2023-12-08T01:25:01.894364+0000 mgr.a (mgr.14403) 19686 : cluster 0 pgmap v14700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:03 smithi079 bash[28699]: cluster 2023-12-08T01:25:01.894364+0000 mgr.a (mgr.14403) 19686 : cluster 0 pgmap v14700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:04.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:25:04.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:04.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:05.551 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:25:05.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:05.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:05.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:05.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:25:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:05 smithi194 bash[32038]: cluster 2023-12-08T01:25:03.895176+0000 mgr.a (mgr.14403) 19687 : cluster 0 pgmap v14701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:05 smithi135 bash[32435]: cluster 2023-12-08T01:25:03.895176+0000 mgr.a (mgr.14403) 19687 : cluster 0 pgmap v14701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:05 smithi079 bash[28699]: cluster 2023-12-08T01:25:03.895176+0000 mgr.a (mgr.14403) 19687 : cluster 0 pgmap v14701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:06.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:06 smithi194 bash[32038]: audit 2023-12-08T01:25:05.045128+0000 mgr.a (mgr.14403) 19688 : audit 0 from='client.390678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:06 smithi135 bash[32435]: audit 2023-12-08T01:25:05.045128+0000 mgr.a (mgr.14403) 19688 : audit 0 from='client.390678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:06.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:06 smithi079 bash[28699]: audit 2023-12-08T01:25:05.045128+0000 mgr.a (mgr.14403) 19688 : audit 0 from='client.390678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:07 smithi194 bash[32038]: cluster 2023-12-08T01:25:05.895957+0000 mgr.a (mgr.14403) 19689 : cluster 0 pgmap v14702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:25:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:07 smithi135 bash[32435]: cluster 2023-12-08T01:25:05.895957+0000 mgr.a (mgr.14403) 19689 : cluster 0 pgmap v14702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:25:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:07 smithi079 bash[28699]: cluster 2023-12-08T01:25:05.895957+0000 mgr.a (mgr.14403) 19689 : cluster 0 pgmap v14702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:25:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:09 smithi194 bash[32038]: cluster 2023-12-08T01:25:07.896557+0000 mgr.a (mgr.14403) 19690 : cluster 0 pgmap v14703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:25:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:09 smithi135 bash[32435]: cluster 2023-12-08T01:25:07.896557+0000 mgr.a (mgr.14403) 19690 : cluster 0 pgmap v14703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:25:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:09 smithi079 bash[28699]: cluster 2023-12-08T01:25:07.896557+0000 mgr.a (mgr.14403) 19690 : cluster 0 pgmap v14703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:25:10.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:25:10.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:10.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:11.450 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:25:11.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:11.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:11.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:11.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:25:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:11 smithi194 bash[32038]: cluster 2023-12-08T01:25:09.897364+0000 mgr.a (mgr.14403) 19691 : cluster 0 pgmap v14704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:11 smithi135 bash[32435]: cluster 2023-12-08T01:25:09.897364+0000 mgr.a (mgr.14403) 19691 : cluster 0 pgmap v14704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:11 smithi079 bash[28699]: cluster 2023-12-08T01:25:09.897364+0000 mgr.a (mgr.14403) 19691 : cluster 0 pgmap v14704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:25:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:12 smithi194 bash[32038]: audit 2023-12-08T01:25:10.957102+0000 mgr.a (mgr.14403) 19692 : audit 0 from='client.390756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:12 smithi135 bash[32435]: audit 2023-12-08T01:25:10.957102+0000 mgr.a (mgr.14403) 19692 : audit 0 from='client.390756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:12.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:12 smithi079 bash[28699]: audit 2023-12-08T01:25:10.957102+0000 mgr.a (mgr.14403) 19692 : audit 0 from='client.390756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:13 smithi194 bash[32038]: cluster 2023-12-08T01:25:11.898051+0000 mgr.a (mgr.14403) 19693 : cluster 0 pgmap v14705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:13 smithi135 bash[32435]: cluster 2023-12-08T01:25:11.898051+0000 mgr.a (mgr.14403) 19693 : cluster 0 pgmap v14705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:13 smithi079 bash[28699]: cluster 2023-12-08T01:25:11.898051+0000 mgr.a (mgr.14403) 19693 : cluster 0 pgmap v14705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:15 smithi194 bash[32038]: cluster 2023-12-08T01:25:13.898840+0000 mgr.a (mgr.14403) 19694 : cluster 0 pgmap v14706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:15 smithi135 bash[32435]: cluster 2023-12-08T01:25:13.898840+0000 mgr.a (mgr.14403) 19694 : cluster 0 pgmap v14706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:15 smithi079 bash[28699]: cluster 2023-12-08T01:25:13.898840+0000 mgr.a (mgr.14403) 19694 : cluster 0 pgmap v14706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:16.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:25:16.454 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:16.454 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:17.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:17.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:17.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:17.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:25:17.363 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:25:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:17 smithi194 bash[32038]: cluster 2023-12-08T01:25:15.899405+0000 mgr.a (mgr.14403) 19695 : cluster 0 pgmap v14707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:17 smithi135 bash[32435]: cluster 2023-12-08T01:25:15.899405+0000 mgr.a (mgr.14403) 19695 : cluster 0 pgmap v14707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:17 smithi079 bash[28699]: cluster 2023-12-08T01:25:15.899405+0000 mgr.a (mgr.14403) 19695 : cluster 0 pgmap v14707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:18.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:18 smithi079 bash[28699]: audit 2023-12-08T01:25:16.855041+0000 mgr.a (mgr.14403) 19696 : audit 0 from='client.390828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:18 smithi194 bash[32038]: audit 2023-12-08T01:25:16.855041+0000 mgr.a (mgr.14403) 19696 : audit 0 from='client.390828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:18.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:18 smithi135 bash[32435]: audit 2023-12-08T01:25:16.855041+0000 mgr.a (mgr.14403) 19696 : audit 0 from='client.390828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:19 smithi079 bash[28699]: cluster 2023-12-08T01:25:17.900079+0000 mgr.a (mgr.14403) 19697 : cluster 0 pgmap v14708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:19 smithi194 bash[32038]: cluster 2023-12-08T01:25:17.900079+0000 mgr.a (mgr.14403) 19697 : cluster 0 pgmap v14708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:19 smithi135 bash[32435]: cluster 2023-12-08T01:25:17.900079+0000 mgr.a (mgr.14403) 19697 : cluster 0 pgmap v14708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:20 smithi079 bash[28699]: audit 2023-12-08T01:25:19.984537+0000 mon.a (mon.0) 3173 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:25:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:20 smithi194 bash[32038]: audit 2023-12-08T01:25:19.984537+0000 mon.a (mon.0) 3173 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:25:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:20 smithi135 bash[32435]: audit 2023-12-08T01:25:19.984537+0000 mon.a (mon.0) 3173 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:25:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:21 smithi079 bash[28699]: cluster 2023-12-08T01:25:19.900913+0000 mgr.a (mgr.14403) 19698 : cluster 0 pgmap v14709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:21 smithi194 bash[32038]: cluster 2023-12-08T01:25:19.900913+0000 mgr.a (mgr.14403) 19698 : cluster 0 pgmap v14709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:21 smithi135 bash[32435]: cluster 2023-12-08T01:25:19.900913+0000 mgr.a (mgr.14403) 19698 : cluster 0 pgmap v14709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:22.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:25:22.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:22.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:23.279 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:25:23.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:23.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:23.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:23.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:25:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:23 smithi079 bash[28699]: cluster 2023-12-08T01:25:21.901495+0000 mgr.a (mgr.14403) 19699 : cluster 0 pgmap v14710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:23 smithi194 bash[32038]: cluster 2023-12-08T01:25:21.901495+0000 mgr.a (mgr.14403) 19699 : cluster 0 pgmap v14710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:23 smithi135 bash[32435]: cluster 2023-12-08T01:25:21.901495+0000 mgr.a (mgr.14403) 19699 : cluster 0 pgmap v14710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:24.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:24 smithi079 bash[28699]: audit 2023-12-08T01:25:22.769283+0000 mgr.a (mgr.14403) 19700 : audit 0 from='client.390903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:24 smithi194 bash[32038]: audit 2023-12-08T01:25:22.769283+0000 mgr.a (mgr.14403) 19700 : audit 0 from='client.390903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:24.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:24 smithi135 bash[32435]: audit 2023-12-08T01:25:22.769283+0000 mgr.a (mgr.14403) 19700 : audit 0 from='client.390903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:25 smithi079 bash[28699]: cluster 2023-12-08T01:25:23.902429+0000 mgr.a (mgr.14403) 19701 : cluster 0 pgmap v14711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:25 smithi079 bash[28699]: audit 2023-12-08T01:25:25.330547+0000 mon.a (mon.0) 3174 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:25 smithi079 bash[28699]: audit 2023-12-08T01:25:25.337267+0000 mon.a (mon.0) 3175 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:25 smithi079 bash[28699]: audit 2023-12-08T01:25:25.378612+0000 mon.a (mon.0) 3176 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:25 smithi079 bash[28699]: audit 2023-12-08T01:25:25.383702+0000 mon.a (mon.0) 3177 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:25 smithi079 bash[28699]: audit 2023-12-08T01:25:25.387759+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:25 smithi079 bash[28699]: audit 2023-12-08T01:25:25.391052+0000 mon.a (mon.0) 3179 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:25 smithi194 bash[32038]: cluster 2023-12-08T01:25:23.902429+0000 mgr.a (mgr.14403) 19701 : cluster 0 pgmap v14711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:25 smithi194 bash[32038]: audit 2023-12-08T01:25:25.330547+0000 mon.a (mon.0) 3174 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:25 smithi194 bash[32038]: audit 2023-12-08T01:25:25.337267+0000 mon.a (mon.0) 3175 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:25 smithi194 bash[32038]: audit 2023-12-08T01:25:25.378612+0000 mon.a (mon.0) 3176 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:25 smithi194 bash[32038]: audit 2023-12-08T01:25:25.383702+0000 mon.a (mon.0) 3177 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:25 smithi194 bash[32038]: audit 2023-12-08T01:25:25.387759+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:25 smithi194 bash[32038]: audit 2023-12-08T01:25:25.391052+0000 mon.a (mon.0) 3179 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:25 smithi135 bash[32435]: cluster 2023-12-08T01:25:23.902429+0000 mgr.a (mgr.14403) 19701 : cluster 0 pgmap v14711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:25 smithi135 bash[32435]: audit 2023-12-08T01:25:25.330547+0000 mon.a (mon.0) 3174 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:25 smithi135 bash[32435]: audit 2023-12-08T01:25:25.337267+0000 mon.a (mon.0) 3175 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:25 smithi135 bash[32435]: audit 2023-12-08T01:25:25.378612+0000 mon.a (mon.0) 3176 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:25 smithi135 bash[32435]: audit 2023-12-08T01:25:25.383702+0000 mon.a (mon.0) 3177 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:25 smithi135 bash[32435]: audit 2023-12-08T01:25:25.387759+0000 mon.a (mon.0) 3178 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:25 smithi135 bash[32435]: audit 2023-12-08T01:25:25.391052+0000 mon.a (mon.0) 3179 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:26 smithi079 bash[28699]: audit 2023-12-08T01:25:26.070559+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:25:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:26 smithi079 bash[28699]: audit 2023-12-08T01:25:26.072495+0000 mon.a (mon.0) 3181 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:25:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:26 smithi079 bash[28699]: audit 2023-12-08T01:25:26.083172+0000 mon.a (mon.0) 3182 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:26 smithi194 bash[32038]: audit 2023-12-08T01:25:26.070559+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:25:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:26 smithi194 bash[32038]: audit 2023-12-08T01:25:26.072495+0000 mon.a (mon.0) 3181 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:25:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:26 smithi194 bash[32038]: audit 2023-12-08T01:25:26.083172+0000 mon.a (mon.0) 3182 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:26.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:26 smithi135 bash[32435]: audit 2023-12-08T01:25:26.070559+0000 mon.a (mon.0) 3180 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:25:26.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:26 smithi135 bash[32435]: audit 2023-12-08T01:25:26.072495+0000 mon.a (mon.0) 3181 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:25:26.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:26 smithi135 bash[32435]: audit 2023-12-08T01:25:26.083172+0000 mon.a (mon.0) 3182 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:25:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:27 smithi079 bash[28699]: cluster 2023-12-08T01:25:25.903000+0000 mgr.a (mgr.14403) 19702 : cluster 0 pgmap v14712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:27 smithi194 bash[32038]: cluster 2023-12-08T01:25:25.903000+0000 mgr.a (mgr.14403) 19702 : cluster 0 pgmap v14712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:27 smithi135 bash[32435]: cluster 2023-12-08T01:25:25.903000+0000 mgr.a (mgr.14403) 19702 : cluster 0 pgmap v14712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:28.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:25:28.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:28.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:29.208 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:25:29.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:29.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:29.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:29.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:25:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:29 smithi079 bash[28699]: cluster 2023-12-08T01:25:27.903500+0000 mgr.a (mgr.14403) 19703 : cluster 0 pgmap v14713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:29 smithi194 bash[32038]: cluster 2023-12-08T01:25:27.903500+0000 mgr.a (mgr.14403) 19703 : cluster 0 pgmap v14713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:29 smithi135 bash[32435]: cluster 2023-12-08T01:25:27.903500+0000 mgr.a (mgr.14403) 19703 : cluster 0 pgmap v14713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:30 smithi079 bash[28699]: audit 2023-12-08T01:25:28.694025+0000 mgr.a (mgr.14403) 19704 : audit 0 from='client.390978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:30 smithi194 bash[32038]: audit 2023-12-08T01:25:28.694025+0000 mgr.a (mgr.14403) 19704 : audit 0 from='client.390978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:30.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:30 smithi135 bash[32435]: audit 2023-12-08T01:25:28.694025+0000 mgr.a (mgr.14403) 19704 : audit 0 from='client.390978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:31 smithi079 bash[28699]: cluster 2023-12-08T01:25:29.904600+0000 mgr.a (mgr.14403) 19705 : cluster 0 pgmap v14714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:31 smithi194 bash[32038]: cluster 2023-12-08T01:25:29.904600+0000 mgr.a (mgr.14403) 19705 : cluster 0 pgmap v14714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:31 smithi135 bash[32435]: cluster 2023-12-08T01:25:29.904600+0000 mgr.a (mgr.14403) 19705 : cluster 0 pgmap v14714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:33 smithi079 bash[28699]: cluster 2023-12-08T01:25:31.905209+0000 mgr.a (mgr.14403) 19706 : cluster 0 pgmap v14715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:33 smithi194 bash[32038]: cluster 2023-12-08T01:25:31.905209+0000 mgr.a (mgr.14403) 19706 : cluster 0 pgmap v14715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:33 smithi135 bash[32435]: cluster 2023-12-08T01:25:31.905209+0000 mgr.a (mgr.14403) 19706 : cluster 0 pgmap v14715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:34.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:25:34.212 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:34.212 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:35.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:35.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:35.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:35.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:25:35.108 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:25:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:35 smithi079 bash[28699]: cluster 2023-12-08T01:25:33.905977+0000 mgr.a (mgr.14403) 19707 : cluster 0 pgmap v14716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:35 smithi079 bash[28699]: audit 2023-12-08T01:25:34.616897+0000 mgr.a (mgr.14403) 19708 : audit 0 from='client.391053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:35 smithi194 bash[32038]: cluster 2023-12-08T01:25:33.905977+0000 mgr.a (mgr.14403) 19707 : cluster 0 pgmap v14716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:35 smithi194 bash[32038]: audit 2023-12-08T01:25:34.616897+0000 mgr.a (mgr.14403) 19708 : audit 0 from='client.391053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:35 smithi135 bash[32435]: cluster 2023-12-08T01:25:33.905977+0000 mgr.a (mgr.14403) 19707 : cluster 0 pgmap v14716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:35 smithi135 bash[32435]: audit 2023-12-08T01:25:34.616897+0000 mgr.a (mgr.14403) 19708 : audit 0 from='client.391053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:37 smithi079 bash[28699]: cluster 2023-12-08T01:25:35.906723+0000 mgr.a (mgr.14403) 19709 : cluster 0 pgmap v14717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:37 smithi194 bash[32038]: cluster 2023-12-08T01:25:35.906723+0000 mgr.a (mgr.14403) 19709 : cluster 0 pgmap v14717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:37 smithi135 bash[32435]: cluster 2023-12-08T01:25:35.906723+0000 mgr.a (mgr.14403) 19709 : cluster 0 pgmap v14717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:39 smithi079 bash[28699]: cluster 2023-12-08T01:25:37.907319+0000 mgr.a (mgr.14403) 19710 : cluster 0 pgmap v14718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:39 smithi194 bash[32038]: cluster 2023-12-08T01:25:37.907319+0000 mgr.a (mgr.14403) 19710 : cluster 0 pgmap v14718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:39 smithi135 bash[32435]: cluster 2023-12-08T01:25:37.907319+0000 mgr.a (mgr.14403) 19710 : cluster 0 pgmap v14718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:25:40.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:25:40.112 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:40.112 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:40.989 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:25:40.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:40.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:40.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:40.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:25:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:41 smithi079 bash[28699]: cluster 2023-12-08T01:25:39.908123+0000 mgr.a (mgr.14403) 19711 : cluster 0 pgmap v14719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:41 smithi079 bash[28699]: audit 2023-12-08T01:25:40.515363+0000 mgr.a (mgr.14403) 19712 : audit 0 from='client.391125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:41 smithi194 bash[32038]: cluster 2023-12-08T01:25:39.908123+0000 mgr.a (mgr.14403) 19711 : cluster 0 pgmap v14719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:41 smithi194 bash[32038]: audit 2023-12-08T01:25:40.515363+0000 mgr.a (mgr.14403) 19712 : audit 0 from='client.391125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:41 smithi135 bash[32435]: cluster 2023-12-08T01:25:39.908123+0000 mgr.a (mgr.14403) 19711 : cluster 0 pgmap v14719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:41 smithi135 bash[32435]: audit 2023-12-08T01:25:40.515363+0000 mgr.a (mgr.14403) 19712 : audit 0 from='client.391125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:43 smithi079 bash[28699]: cluster 2023-12-08T01:25:41.908983+0000 mgr.a (mgr.14403) 19713 : cluster 0 pgmap v14720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:43 smithi194 bash[32038]: cluster 2023-12-08T01:25:41.908983+0000 mgr.a (mgr.14403) 19713 : cluster 0 pgmap v14720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:43 smithi135 bash[32435]: cluster 2023-12-08T01:25:41.908983+0000 mgr.a (mgr.14403) 19713 : cluster 0 pgmap v14720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:45 smithi079 bash[28699]: cluster 2023-12-08T01:25:43.909839+0000 mgr.a (mgr.14403) 19714 : cluster 0 pgmap v14721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:45 smithi194 bash[32038]: cluster 2023-12-08T01:25:43.909839+0000 mgr.a (mgr.14403) 19714 : cluster 0 pgmap v14721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:45 smithi135 bash[32435]: cluster 2023-12-08T01:25:43.909839+0000 mgr.a (mgr.14403) 19714 : cluster 0 pgmap v14721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:45.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:25:45.990 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:45.990 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:46.920 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:25:46.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:46.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:46.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:46.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:25:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:47 smithi079 bash[28699]: cluster 2023-12-08T01:25:45.910545+0000 mgr.a (mgr.14403) 19715 : cluster 0 pgmap v14722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:47 smithi079 bash[28699]: audit 2023-12-08T01:25:46.392874+0000 mgr.a (mgr.14403) 19716 : audit 0 from='client.391200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:47 smithi194 bash[32038]: cluster 2023-12-08T01:25:45.910545+0000 mgr.a (mgr.14403) 19715 : cluster 0 pgmap v14722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:47 smithi194 bash[32038]: audit 2023-12-08T01:25:46.392874+0000 mgr.a (mgr.14403) 19716 : audit 0 from='client.391200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:47 smithi135 bash[32435]: cluster 2023-12-08T01:25:45.910545+0000 mgr.a (mgr.14403) 19715 : cluster 0 pgmap v14722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:47 smithi135 bash[32435]: audit 2023-12-08T01:25:46.392874+0000 mgr.a (mgr.14403) 19716 : audit 0 from='client.391200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:49 smithi079 bash[28699]: cluster 2023-12-08T01:25:47.911280+0000 mgr.a (mgr.14403) 19717 : cluster 0 pgmap v14723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:49.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:49 smithi194 bash[32038]: cluster 2023-12-08T01:25:47.911280+0000 mgr.a (mgr.14403) 19717 : cluster 0 pgmap v14723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:49 smithi135 bash[32435]: cluster 2023-12-08T01:25:47.911280+0000 mgr.a (mgr.14403) 19717 : cluster 0 pgmap v14723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:51 smithi079 bash[28699]: cluster 2023-12-08T01:25:49.912059+0000 mgr.a (mgr.14403) 19718 : cluster 0 pgmap v14724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:51.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:25:51.923 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:51.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:51 smithi194 bash[32038]: cluster 2023-12-08T01:25:49.912059+0000 mgr.a (mgr.14403) 19718 : cluster 0 pgmap v14724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:51 smithi135 bash[32435]: cluster 2023-12-08T01:25:49.912059+0000 mgr.a (mgr.14403) 19718 : cluster 0 pgmap v14724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:52.849 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:25:52.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:52.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:52.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:52.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:25:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:53 smithi079 bash[28699]: cluster 2023-12-08T01:25:51.912635+0000 mgr.a (mgr.14403) 19719 : cluster 0 pgmap v14725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:53 smithi079 bash[28699]: audit 2023-12-08T01:25:52.329640+0000 mgr.a (mgr.14403) 19720 : audit 0 from='client.391275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:53 smithi194 bash[32038]: cluster 2023-12-08T01:25:51.912635+0000 mgr.a (mgr.14403) 19719 : cluster 0 pgmap v14725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:53 smithi194 bash[32038]: audit 2023-12-08T01:25:52.329640+0000 mgr.a (mgr.14403) 19720 : audit 0 from='client.391275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:53 smithi135 bash[32435]: cluster 2023-12-08T01:25:51.912635+0000 mgr.a (mgr.14403) 19719 : cluster 0 pgmap v14725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:53 smithi135 bash[32435]: audit 2023-12-08T01:25:52.329640+0000 mgr.a (mgr.14403) 19720 : audit 0 from='client.391275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:55 smithi079 bash[28699]: cluster 2023-12-08T01:25:53.913514+0000 mgr.a (mgr.14403) 19721 : cluster 0 pgmap v14726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:55.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:55 smithi194 bash[32038]: cluster 2023-12-08T01:25:53.913514+0000 mgr.a (mgr.14403) 19721 : cluster 0 pgmap v14726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:55 smithi135 bash[32435]: cluster 2023-12-08T01:25:53.913514+0000 mgr.a (mgr.14403) 19721 : cluster 0 pgmap v14726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:25:57.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:25:57.852 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:25:57.852 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:25:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:57 smithi079 bash[28699]: cluster 2023-12-08T01:25:55.914107+0000 mgr.a (mgr.14403) 19722 : cluster 0 pgmap v14727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:57 smithi194 bash[32038]: cluster 2023-12-08T01:25:55.914107+0000 mgr.a (mgr.14403) 19722 : cluster 0 pgmap v14727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:57 smithi135 bash[32435]: cluster 2023-12-08T01:25:55.914107+0000 mgr.a (mgr.14403) 19722 : cluster 0 pgmap v14727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:58.744 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:25:58.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:25:58.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:25:58.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:25:58.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:25:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:59 smithi079 bash[28699]: cluster 2023-12-08T01:25:57.914634+0000 mgr.a (mgr.14403) 19723 : cluster 0 pgmap v14728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:25:59 smithi079 bash[28699]: audit 2023-12-08T01:25:58.259047+0000 mgr.a (mgr.14403) 19724 : audit 0 from='client.298678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:59 smithi194 bash[32038]: cluster 2023-12-08T01:25:57.914634+0000 mgr.a (mgr.14403) 19723 : cluster 0 pgmap v14728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:25:59 smithi194 bash[32038]: audit 2023-12-08T01:25:58.259047+0000 mgr.a (mgr.14403) 19724 : audit 0 from='client.298678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:25:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:59 smithi135 bash[32435]: cluster 2023-12-08T01:25:57.914634+0000 mgr.a (mgr.14403) 19723 : cluster 0 pgmap v14728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:25:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:25:59 smithi135 bash[32435]: audit 2023-12-08T01:25:58.259047+0000 mgr.a (mgr.14403) 19724 : audit 0 from='client.298678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:01 smithi079 bash[28699]: cluster 2023-12-08T01:25:59.915654+0000 mgr.a (mgr.14403) 19725 : cluster 0 pgmap v14729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:26:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:01 smithi194 bash[32038]: cluster 2023-12-08T01:25:59.915654+0000 mgr.a (mgr.14403) 19725 : cluster 0 pgmap v14729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:26:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:01 smithi135 bash[32435]: cluster 2023-12-08T01:25:59.915654+0000 mgr.a (mgr.14403) 19725 : cluster 0 pgmap v14729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:26:03.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:26:03.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:03.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:03 smithi079 bash[28699]: cluster 2023-12-08T01:26:01.916221+0000 mgr.a (mgr.14403) 19726 : cluster 0 pgmap v14730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:26:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:03 smithi194 bash[32038]: cluster 2023-12-08T01:26:01.916221+0000 mgr.a (mgr.14403) 19726 : cluster 0 pgmap v14730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:26:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:03 smithi135 bash[32435]: cluster 2023-12-08T01:26:01.916221+0000 mgr.a (mgr.14403) 19726 : cluster 0 pgmap v14730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:26:04.671 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:26:04.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:04.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:04.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:04.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:26:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:05 smithi079 bash[28699]: cluster 2023-12-08T01:26:03.916961+0000 mgr.a (mgr.14403) 19727 : cluster 0 pgmap v14731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:05 smithi079 bash[28699]: audit 2023-12-08T01:26:04.144621+0000 mgr.a (mgr.14403) 19728 : audit 0 from='client.391425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:05 smithi194 bash[32038]: cluster 2023-12-08T01:26:03.916961+0000 mgr.a (mgr.14403) 19727 : cluster 0 pgmap v14731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:05 smithi194 bash[32038]: audit 2023-12-08T01:26:04.144621+0000 mgr.a (mgr.14403) 19728 : audit 0 from='client.391425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:05 smithi135 bash[32435]: cluster 2023-12-08T01:26:03.916961+0000 mgr.a (mgr.14403) 19727 : cluster 0 pgmap v14731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:05 smithi135 bash[32435]: audit 2023-12-08T01:26:04.144621+0000 mgr.a (mgr.14403) 19728 : audit 0 from='client.391425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:07 smithi079 bash[28699]: cluster 2023-12-08T01:26:05.917644+0000 mgr.a (mgr.14403) 19729 : cluster 0 pgmap v14732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:07 smithi194 bash[32038]: cluster 2023-12-08T01:26:05.917644+0000 mgr.a (mgr.14403) 19729 : cluster 0 pgmap v14732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:07 smithi135 bash[32435]: cluster 2023-12-08T01:26:05.917644+0000 mgr.a (mgr.14403) 19729 : cluster 0 pgmap v14732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:09.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:26:09.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:09.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:09 smithi079 bash[28699]: cluster 2023-12-08T01:26:07.918218+0000 mgr.a (mgr.14403) 19730 : cluster 0 pgmap v14733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:09 smithi194 bash[32038]: cluster 2023-12-08T01:26:07.918218+0000 mgr.a (mgr.14403) 19730 : cluster 0 pgmap v14733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:09 smithi135 bash[32435]: cluster 2023-12-08T01:26:07.918218+0000 mgr.a (mgr.14403) 19730 : cluster 0 pgmap v14733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:10.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:10.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:10.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:10.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:26:10.548 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:26:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:11 smithi079 bash[28699]: cluster 2023-12-08T01:26:09.919033+0000 mgr.a (mgr.14403) 19731 : cluster 0 pgmap v14734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:11.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:11 smithi079 bash[28699]: audit 2023-12-08T01:26:10.072862+0000 mgr.a (mgr.14403) 19732 : audit 0 from='client.391500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:11 smithi194 bash[32038]: cluster 2023-12-08T01:26:09.919033+0000 mgr.a (mgr.14403) 19731 : cluster 0 pgmap v14734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:11 smithi194 bash[32038]: audit 2023-12-08T01:26:10.072862+0000 mgr.a (mgr.14403) 19732 : audit 0 from='client.391500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:11 smithi135 bash[32435]: cluster 2023-12-08T01:26:09.919033+0000 mgr.a (mgr.14403) 19731 : cluster 0 pgmap v14734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:11 smithi135 bash[32435]: audit 2023-12-08T01:26:10.072862+0000 mgr.a (mgr.14403) 19732 : audit 0 from='client.391500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:13 smithi079 bash[28699]: cluster 2023-12-08T01:26:11.919644+0000 mgr.a (mgr.14403) 19733 : cluster 0 pgmap v14735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:26:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:13 smithi194 bash[32038]: cluster 2023-12-08T01:26:11.919644+0000 mgr.a (mgr.14403) 19733 : cluster 0 pgmap v14735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:26:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:13 smithi135 bash[32435]: cluster 2023-12-08T01:26:11.919644+0000 mgr.a (mgr.14403) 19733 : cluster 0 pgmap v14735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:26:15.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:26:15.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:15.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:15 smithi079 bash[28699]: cluster 2023-12-08T01:26:13.920484+0000 mgr.a (mgr.14403) 19734 : cluster 0 pgmap v14736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:26:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:15 smithi194 bash[32038]: cluster 2023-12-08T01:26:13.920484+0000 mgr.a (mgr.14403) 19734 : cluster 0 pgmap v14736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:26:15.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:15 smithi135 bash[32435]: cluster 2023-12-08T01:26:13.920484+0000 mgr.a (mgr.14403) 19734 : cluster 0 pgmap v14736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:26:16.458 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:26:16.459 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:16.459 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:16.459 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:16.459 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:26:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:17 smithi079 bash[28699]: cluster 2023-12-08T01:26:15.921158+0000 mgr.a (mgr.14403) 19735 : cluster 0 pgmap v14737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:17 smithi079 bash[28699]: audit 2023-12-08T01:26:15.957923+0000 mgr.a (mgr.14403) 19736 : audit 0 from='client.391575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:17 smithi194 bash[32038]: cluster 2023-12-08T01:26:15.921158+0000 mgr.a (mgr.14403) 19735 : cluster 0 pgmap v14737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:17 smithi194 bash[32038]: audit 2023-12-08T01:26:15.957923+0000 mgr.a (mgr.14403) 19736 : audit 0 from='client.391575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:17 smithi135 bash[32435]: cluster 2023-12-08T01:26:15.921158+0000 mgr.a (mgr.14403) 19735 : cluster 0 pgmap v14737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:17 smithi135 bash[32435]: audit 2023-12-08T01:26:15.957923+0000 mgr.a (mgr.14403) 19736 : audit 0 from='client.391575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:19 smithi079 bash[28699]: cluster 2023-12-08T01:26:17.921845+0000 mgr.a (mgr.14403) 19737 : cluster 0 pgmap v14738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:19 smithi194 bash[32038]: cluster 2023-12-08T01:26:17.921845+0000 mgr.a (mgr.14403) 19737 : cluster 0 pgmap v14738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:19 smithi135 bash[32435]: cluster 2023-12-08T01:26:17.921845+0000 mgr.a (mgr.14403) 19737 : cluster 0 pgmap v14738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:21.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:26:21.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:21.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:21 smithi079 bash[28699]: cluster 2023-12-08T01:26:19.922660+0000 mgr.a (mgr.14403) 19738 : cluster 0 pgmap v14739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:21 smithi194 bash[32038]: cluster 2023-12-08T01:26:19.922660+0000 mgr.a (mgr.14403) 19738 : cluster 0 pgmap v14739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:21 smithi135 bash[32435]: cluster 2023-12-08T01:26:19.922660+0000 mgr.a (mgr.14403) 19738 : cluster 0 pgmap v14739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:22.362 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:26:22.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:22.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:22.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:22.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:26:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:23 smithi079 bash[28699]: audit 2023-12-08T01:26:21.869238+0000 mgr.a (mgr.14403) 19739 : audit 0 from='client.391653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:23 smithi079 bash[28699]: cluster 2023-12-08T01:26:21.923562+0000 mgr.a (mgr.14403) 19740 : cluster 0 pgmap v14740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:23 smithi194 bash[32038]: audit 2023-12-08T01:26:21.869238+0000 mgr.a (mgr.14403) 19739 : audit 0 from='client.391653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:23 smithi194 bash[32038]: cluster 2023-12-08T01:26:21.923562+0000 mgr.a (mgr.14403) 19740 : cluster 0 pgmap v14740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:23 smithi135 bash[32435]: audit 2023-12-08T01:26:21.869238+0000 mgr.a (mgr.14403) 19739 : audit 0 from='client.391653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:23 smithi135 bash[32435]: cluster 2023-12-08T01:26:21.923562+0000 mgr.a (mgr.14403) 19740 : cluster 0 pgmap v14740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:25 smithi079 bash[28699]: cluster 2023-12-08T01:26:23.924486+0000 mgr.a (mgr.14403) 19741 : cluster 0 pgmap v14741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:25 smithi194 bash[32038]: cluster 2023-12-08T01:26:23.924486+0000 mgr.a (mgr.14403) 19741 : cluster 0 pgmap v14741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:25 smithi135 bash[32435]: cluster 2023-12-08T01:26:23.924486+0000 mgr.a (mgr.14403) 19741 : cluster 0 pgmap v14741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:26 smithi079 bash[28699]: audit 2023-12-08T01:26:26.185168+0000 mon.a (mon.0) 3183 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:26:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:26 smithi194 bash[32038]: audit 2023-12-08T01:26:26.185168+0000 mon.a (mon.0) 3183 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:26:26.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:26 smithi135 bash[32435]: audit 2023-12-08T01:26:26.185168+0000 mon.a (mon.0) 3183 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:26:27.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:26:27.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:27.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:27 smithi194 bash[32038]: cluster 2023-12-08T01:26:25.925035+0000 mgr.a (mgr.14403) 19742 : cluster 0 pgmap v14742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:27 smithi194 bash[32038]: audit 2023-12-08T01:26:26.975218+0000 mon.a (mon.0) 3184 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:26:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:27 smithi194 bash[32038]: audit 2023-12-08T01:26:26.977071+0000 mon.a (mon.0) 3185 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:26:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:27 smithi194 bash[32038]: audit 2023-12-08T01:26:26.985879+0000 mon.a (mon.0) 3186 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:26:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:27 smithi135 bash[32435]: cluster 2023-12-08T01:26:25.925035+0000 mgr.a (mgr.14403) 19742 : cluster 0 pgmap v14742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:27 smithi135 bash[32435]: audit 2023-12-08T01:26:26.975218+0000 mon.a (mon.0) 3184 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:26:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:27 smithi135 bash[32435]: audit 2023-12-08T01:26:26.977071+0000 mon.a (mon.0) 3185 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:26:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:27 smithi135 bash[32435]: audit 2023-12-08T01:26:26.985879+0000 mon.a (mon.0) 3186 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:26:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:27 smithi079 bash[28699]: cluster 2023-12-08T01:26:25.925035+0000 mgr.a (mgr.14403) 19742 : cluster 0 pgmap v14742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:27 smithi079 bash[28699]: audit 2023-12-08T01:26:26.975218+0000 mon.a (mon.0) 3184 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:26:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:27 smithi079 bash[28699]: audit 2023-12-08T01:26:26.977071+0000 mon.a (mon.0) 3185 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:26:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:27 smithi079 bash[28699]: audit 2023-12-08T01:26:26.985879+0000 mon.a (mon.0) 3186 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:26:28.274 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:26:28.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:28.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:28.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:28.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:26:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:29 smithi194 bash[32038]: audit 2023-12-08T01:26:27.770083+0000 mgr.a (mgr.14403) 19743 : audit 0 from='client.391728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:29 smithi194 bash[32038]: cluster 2023-12-08T01:26:27.925794+0000 mgr.a (mgr.14403) 19744 : cluster 0 pgmap v14743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:29 smithi135 bash[32435]: audit 2023-12-08T01:26:27.770083+0000 mgr.a (mgr.14403) 19743 : audit 0 from='client.391728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:29 smithi135 bash[32435]: cluster 2023-12-08T01:26:27.925794+0000 mgr.a (mgr.14403) 19744 : cluster 0 pgmap v14743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:29 smithi079 bash[28699]: audit 2023-12-08T01:26:27.770083+0000 mgr.a (mgr.14403) 19743 : audit 0 from='client.391728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:29 smithi079 bash[28699]: cluster 2023-12-08T01:26:27.925794+0000 mgr.a (mgr.14403) 19744 : cluster 0 pgmap v14743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:31 smithi194 bash[32038]: cluster 2023-12-08T01:26:29.926703+0000 mgr.a (mgr.14403) 19745 : cluster 0 pgmap v14744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:31 smithi135 bash[32435]: cluster 2023-12-08T01:26:29.926703+0000 mgr.a (mgr.14403) 19745 : cluster 0 pgmap v14744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:31 smithi079 bash[28699]: cluster 2023-12-08T01:26:29.926703+0000 mgr.a (mgr.14403) 19745 : cluster 0 pgmap v14744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:33.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:26:33.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:33.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:33 smithi194 bash[32038]: cluster 2023-12-08T01:26:31.927317+0000 mgr.a (mgr.14403) 19746 : cluster 0 pgmap v14745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:33 smithi135 bash[32435]: cluster 2023-12-08T01:26:31.927317+0000 mgr.a (mgr.14403) 19746 : cluster 0 pgmap v14745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:33 smithi079 bash[28699]: cluster 2023-12-08T01:26:31.927317+0000 mgr.a (mgr.14403) 19746 : cluster 0 pgmap v14745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:34.199 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:26:34.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:34.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:34.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:34.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:26:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:34 smithi194 bash[32038]: audit 2023-12-08T01:26:33.686204+0000 mgr.a (mgr.14403) 19747 : audit 0 from='client.391806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:34.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:34 smithi135 bash[32435]: audit 2023-12-08T01:26:33.686204+0000 mgr.a (mgr.14403) 19747 : audit 0 from='client.391806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:34 smithi079 bash[28699]: audit 2023-12-08T01:26:33.686204+0000 mgr.a (mgr.14403) 19747 : audit 0 from='client.391806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:35 smithi194 bash[32038]: cluster 2023-12-08T01:26:33.928024+0000 mgr.a (mgr.14403) 19748 : cluster 0 pgmap v14746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:35 smithi135 bash[32435]: cluster 2023-12-08T01:26:33.928024+0000 mgr.a (mgr.14403) 19748 : cluster 0 pgmap v14746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:35 smithi079 bash[28699]: cluster 2023-12-08T01:26:33.928024+0000 mgr.a (mgr.14403) 19748 : cluster 0 pgmap v14746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:37 smithi194 bash[32038]: cluster 2023-12-08T01:26:35.928649+0000 mgr.a (mgr.14403) 19749 : cluster 0 pgmap v14747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:37 smithi135 bash[32435]: cluster 2023-12-08T01:26:35.928649+0000 mgr.a (mgr.14403) 19749 : cluster 0 pgmap v14747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:37 smithi079 bash[28699]: cluster 2023-12-08T01:26:35.928649+0000 mgr.a (mgr.14403) 19749 : cluster 0 pgmap v14747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:39.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:26:39.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:39.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:39 smithi194 bash[32038]: cluster 2023-12-08T01:26:37.929237+0000 mgr.a (mgr.14403) 19750 : cluster 0 pgmap v14748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:39 smithi135 bash[32435]: cluster 2023-12-08T01:26:37.929237+0000 mgr.a (mgr.14403) 19750 : cluster 0 pgmap v14748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:40.117 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:26:40.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:40.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:40.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:40.118 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:26:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:39 smithi079 bash[28699]: cluster 2023-12-08T01:26:37.929237+0000 mgr.a (mgr.14403) 19750 : cluster 0 pgmap v14748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:40.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:40 smithi194 bash[32038]: audit 2023-12-08T01:26:39.611672+0000 mgr.a (mgr.14403) 19751 : audit 0 from='client.391884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:40.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:40 smithi135 bash[32435]: audit 2023-12-08T01:26:39.611672+0000 mgr.a (mgr.14403) 19751 : audit 0 from='client.391884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:40 smithi079 bash[28699]: audit 2023-12-08T01:26:39.611672+0000 mgr.a (mgr.14403) 19751 : audit 0 from='client.391884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:41 smithi194 bash[32038]: cluster 2023-12-08T01:26:39.930015+0000 mgr.a (mgr.14403) 19752 : cluster 0 pgmap v14749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:41 smithi135 bash[32435]: cluster 2023-12-08T01:26:39.930015+0000 mgr.a (mgr.14403) 19752 : cluster 0 pgmap v14749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:41 smithi079 bash[28699]: cluster 2023-12-08T01:26:39.930015+0000 mgr.a (mgr.14403) 19752 : cluster 0 pgmap v14749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:43 smithi135 bash[32435]: cluster 2023-12-08T01:26:41.930639+0000 mgr.a (mgr.14403) 19753 : cluster 0 pgmap v14750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:43 smithi079 bash[28699]: cluster 2023-12-08T01:26:41.930639+0000 mgr.a (mgr.14403) 19753 : cluster 0 pgmap v14750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:44.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:43 smithi194 bash[32038]: cluster 2023-12-08T01:26:41.930639+0000 mgr.a (mgr.14403) 19753 : cluster 0 pgmap v14750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:26:45.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:26:45.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:45.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:46.007 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:26:46.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:46.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:46.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:46.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:26:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:45 smithi079 bash[28699]: cluster 2023-12-08T01:26:43.931476+0000 mgr.a (mgr.14403) 19754 : cluster 0 pgmap v14751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:45 smithi194 bash[32038]: cluster 2023-12-08T01:26:43.931476+0000 mgr.a (mgr.14403) 19754 : cluster 0 pgmap v14751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:45 smithi135 bash[32435]: cluster 2023-12-08T01:26:43.931476+0000 mgr.a (mgr.14403) 19754 : cluster 0 pgmap v14751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:47.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:46 smithi079 bash[28699]: audit 2023-12-08T01:26:45.515858+0000 mgr.a (mgr.14403) 19755 : audit 0 from='client.391959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:47.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:46 smithi194 bash[32038]: audit 2023-12-08T01:26:45.515858+0000 mgr.a (mgr.14403) 19755 : audit 0 from='client.391959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:46 smithi135 bash[32435]: audit 2023-12-08T01:26:45.515858+0000 mgr.a (mgr.14403) 19755 : audit 0 from='client.391959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:47 smithi079 bash[28699]: cluster 2023-12-08T01:26:45.932150+0000 mgr.a (mgr.14403) 19756 : cluster 0 pgmap v14752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:47 smithi194 bash[32038]: cluster 2023-12-08T01:26:45.932150+0000 mgr.a (mgr.14403) 19756 : cluster 0 pgmap v14752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:47 smithi135 bash[32435]: cluster 2023-12-08T01:26:45.932150+0000 mgr.a (mgr.14403) 19756 : cluster 0 pgmap v14752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:49 smithi194 bash[32038]: cluster 2023-12-08T01:26:47.932721+0000 mgr.a (mgr.14403) 19757 : cluster 0 pgmap v14753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:49 smithi135 bash[32435]: cluster 2023-12-08T01:26:47.932721+0000 mgr.a (mgr.14403) 19757 : cluster 0 pgmap v14753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:49 smithi079 bash[28699]: cluster 2023-12-08T01:26:47.932721+0000 mgr.a (mgr.14403) 19757 : cluster 0 pgmap v14753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:51.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:26:51.011 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:51.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:51 smithi194 bash[32038]: cluster 2023-12-08T01:26:49.933492+0000 mgr.a (mgr.14403) 19758 : cluster 0 pgmap v14754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:51.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:51 smithi135 bash[32435]: cluster 2023-12-08T01:26:49.933492+0000 mgr.a (mgr.14403) 19758 : cluster 0 pgmap v14754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:51 smithi079 bash[28699]: cluster 2023-12-08T01:26:49.933492+0000 mgr.a (mgr.14403) 19758 : cluster 0 pgmap v14754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:51.909 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:26:51.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:51.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:51.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:51.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:26:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:52 smithi194 bash[32038]: audit 2023-12-08T01:26:51.422411+0000 mgr.a (mgr.14403) 19759 : audit 0 from='client.392034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:52 smithi135 bash[32435]: audit 2023-12-08T01:26:51.422411+0000 mgr.a (mgr.14403) 19759 : audit 0 from='client.392034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:52.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:52 smithi079 bash[28699]: audit 2023-12-08T01:26:51.422411+0000 mgr.a (mgr.14403) 19759 : audit 0 from='client.392034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:53 smithi194 bash[32038]: cluster 2023-12-08T01:26:51.934241+0000 mgr.a (mgr.14403) 19760 : cluster 0 pgmap v14755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:53 smithi135 bash[32435]: cluster 2023-12-08T01:26:51.934241+0000 mgr.a (mgr.14403) 19760 : cluster 0 pgmap v14755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:53 smithi079 bash[28699]: cluster 2023-12-08T01:26:51.934241+0000 mgr.a (mgr.14403) 19760 : cluster 0 pgmap v14755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:55 smithi135 bash[32435]: cluster 2023-12-08T01:26:53.935027+0000 mgr.a (mgr.14403) 19761 : cluster 0 pgmap v14756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:55 smithi079 bash[28699]: cluster 2023-12-08T01:26:53.935027+0000 mgr.a (mgr.14403) 19761 : cluster 0 pgmap v14756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:55 smithi194 bash[32038]: cluster 2023-12-08T01:26:53.935027+0000 mgr.a (mgr.14403) 19761 : cluster 0 pgmap v14756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:26:56.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:26:56.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:26:56.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:26:57.856 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:26:57.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:26:57.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:26:57.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:26:57.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:26:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:57 smithi079 bash[28699]: cluster 2023-12-08T01:26:55.935533+0000 mgr.a (mgr.14403) 19762 : cluster 0 pgmap v14757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:57 smithi194 bash[32038]: cluster 2023-12-08T01:26:55.935533+0000 mgr.a (mgr.14403) 19762 : cluster 0 pgmap v14757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:57 smithi135 bash[32435]: cluster 2023-12-08T01:26:55.935533+0000 mgr.a (mgr.14403) 19762 : cluster 0 pgmap v14757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:58.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:58 smithi079 bash[28699]: audit 2023-12-08T01:26:57.321864+0000 mgr.a (mgr.14403) 19763 : audit 0 from='client.392109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:58 smithi194 bash[32038]: audit 2023-12-08T01:26:57.321864+0000 mgr.a (mgr.14403) 19763 : audit 0 from='client.392109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:58.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:58 smithi135 bash[32435]: audit 2023-12-08T01:26:57.321864+0000 mgr.a (mgr.14403) 19763 : audit 0 from='client.392109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:26:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:26:59 smithi079 bash[28699]: cluster 2023-12-08T01:26:57.936201+0000 mgr.a (mgr.14403) 19764 : cluster 0 pgmap v14758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:26:59 smithi194 bash[32038]: cluster 2023-12-08T01:26:57.936201+0000 mgr.a (mgr.14403) 19764 : cluster 0 pgmap v14758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:26:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:26:59 smithi135 bash[32435]: cluster 2023-12-08T01:26:57.936201+0000 mgr.a (mgr.14403) 19764 : cluster 0 pgmap v14758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:01 smithi079 bash[28699]: cluster 2023-12-08T01:26:59.936974+0000 mgr.a (mgr.14403) 19765 : cluster 0 pgmap v14759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:01.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:01 smithi194 bash[32038]: cluster 2023-12-08T01:26:59.936974+0000 mgr.a (mgr.14403) 19765 : cluster 0 pgmap v14759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:01 smithi135 bash[32435]: cluster 2023-12-08T01:26:59.936974+0000 mgr.a (mgr.14403) 19765 : cluster 0 pgmap v14759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:02.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:27:02.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:02.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:03.781 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:27:03.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:03.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:03.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:03.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:27:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:03 smithi079 bash[28699]: cluster 2023-12-08T01:27:01.937561+0000 mgr.a (mgr.14403) 19766 : cluster 0 pgmap v14760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:03 smithi194 bash[32038]: cluster 2023-12-08T01:27:01.937561+0000 mgr.a (mgr.14403) 19766 : cluster 0 pgmap v14760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:03 smithi135 bash[32435]: cluster 2023-12-08T01:27:01.937561+0000 mgr.a (mgr.14403) 19766 : cluster 0 pgmap v14760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:04.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:04 smithi079 bash[28699]: audit 2023-12-08T01:27:03.274685+0000 mgr.a (mgr.14403) 19767 : audit 0 from='client.392187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:04.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:04 smithi194 bash[32038]: audit 2023-12-08T01:27:03.274685+0000 mgr.a (mgr.14403) 19767 : audit 0 from='client.392187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:04.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:04 smithi135 bash[32435]: audit 2023-12-08T01:27:03.274685+0000 mgr.a (mgr.14403) 19767 : audit 0 from='client.392187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:05 smithi079 bash[28699]: cluster 2023-12-08T01:27:03.938603+0000 mgr.a (mgr.14403) 19768 : cluster 0 pgmap v14761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:27:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:05 smithi194 bash[32038]: cluster 2023-12-08T01:27:03.938603+0000 mgr.a (mgr.14403) 19768 : cluster 0 pgmap v14761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:27:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:05 smithi135 bash[32435]: cluster 2023-12-08T01:27:03.938603+0000 mgr.a (mgr.14403) 19768 : cluster 0 pgmap v14761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:27:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:07 smithi079 bash[28699]: cluster 2023-12-08T01:27:05.939223+0000 mgr.a (mgr.14403) 19769 : cluster 0 pgmap v14762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:27:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:07 smithi194 bash[32038]: cluster 2023-12-08T01:27:05.939223+0000 mgr.a (mgr.14403) 19769 : cluster 0 pgmap v14762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:27:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:07 smithi135 bash[32435]: cluster 2023-12-08T01:27:05.939223+0000 mgr.a (mgr.14403) 19769 : cluster 0 pgmap v14762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:27:08.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:27:08.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:08.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:09.701 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:27:09.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:09.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:09.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:09.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:27:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:09 smithi079 bash[28699]: cluster 2023-12-08T01:27:07.939740+0000 mgr.a (mgr.14403) 19770 : cluster 0 pgmap v14763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:27:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:09 smithi194 bash[32038]: cluster 2023-12-08T01:27:07.939740+0000 mgr.a (mgr.14403) 19770 : cluster 0 pgmap v14763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:27:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:09 smithi135 bash[32435]: cluster 2023-12-08T01:27:07.939740+0000 mgr.a (mgr.14403) 19770 : cluster 0 pgmap v14763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:27:10.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:10 smithi079 bash[28699]: audit 2023-12-08T01:27:09.192150+0000 mgr.a (mgr.14403) 19771 : audit 0 from='client.299347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:10 smithi194 bash[32038]: audit 2023-12-08T01:27:09.192150+0000 mgr.a (mgr.14403) 19771 : audit 0 from='client.299347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:10.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:10 smithi135 bash[32435]: audit 2023-12-08T01:27:09.192150+0000 mgr.a (mgr.14403) 19771 : audit 0 from='client.299347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:11 smithi079 bash[28699]: cluster 2023-12-08T01:27:09.940761+0000 mgr.a (mgr.14403) 19772 : cluster 0 pgmap v14764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:11 smithi194 bash[32038]: cluster 2023-12-08T01:27:09.940761+0000 mgr.a (mgr.14403) 19772 : cluster 0 pgmap v14764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:11 smithi135 bash[32435]: cluster 2023-12-08T01:27:09.940761+0000 mgr.a (mgr.14403) 19772 : cluster 0 pgmap v14764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:13 smithi079 bash[28699]: cluster 2023-12-08T01:27:11.941426+0000 mgr.a (mgr.14403) 19773 : cluster 0 pgmap v14765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:13 smithi194 bash[32038]: cluster 2023-12-08T01:27:11.941426+0000 mgr.a (mgr.14403) 19773 : cluster 0 pgmap v14765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:13 smithi135 bash[32435]: cluster 2023-12-08T01:27:11.941426+0000 mgr.a (mgr.14403) 19773 : cluster 0 pgmap v14765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:14.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:27:14.705 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:14.705 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:15.628 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:27:15.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:15.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:15.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:15.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:27:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:15 smithi079 bash[28699]: cluster 2023-12-08T01:27:13.942186+0000 mgr.a (mgr.14403) 19774 : cluster 0 pgmap v14766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:15 smithi194 bash[32038]: cluster 2023-12-08T01:27:13.942186+0000 mgr.a (mgr.14403) 19774 : cluster 0 pgmap v14766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:15 smithi135 bash[32435]: cluster 2023-12-08T01:27:13.942186+0000 mgr.a (mgr.14403) 19774 : cluster 0 pgmap v14766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:16.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:16 smithi079 bash[28699]: audit 2023-12-08T01:27:15.115041+0000 mgr.a (mgr.14403) 19775 : audit 0 from='client.392340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:16 smithi194 bash[32038]: audit 2023-12-08T01:27:15.115041+0000 mgr.a (mgr.14403) 19775 : audit 0 from='client.392340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:16.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:16 smithi135 bash[32435]: audit 2023-12-08T01:27:15.115041+0000 mgr.a (mgr.14403) 19775 : audit 0 from='client.392340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:17 smithi079 bash[28699]: cluster 2023-12-08T01:27:15.942809+0000 mgr.a (mgr.14403) 19776 : cluster 0 pgmap v14767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:27:17.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:17 smithi194 bash[32038]: cluster 2023-12-08T01:27:15.942809+0000 mgr.a (mgr.14403) 19776 : cluster 0 pgmap v14767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:27:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:17 smithi135 bash[32435]: cluster 2023-12-08T01:27:15.942809+0000 mgr.a (mgr.14403) 19776 : cluster 0 pgmap v14767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:27:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:19 smithi079 bash[28699]: cluster 2023-12-08T01:27:17.943336+0000 mgr.a (mgr.14403) 19777 : cluster 0 pgmap v14768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:27:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:19 smithi194 bash[32038]: cluster 2023-12-08T01:27:17.943336+0000 mgr.a (mgr.14403) 19777 : cluster 0 pgmap v14768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:27:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:19 smithi135 bash[32435]: cluster 2023-12-08T01:27:17.943336+0000 mgr.a (mgr.14403) 19777 : cluster 0 pgmap v14768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:27:20.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:27:20.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:20.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:21.547 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:27:21.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:21.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:21.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:21.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:27:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:21 smithi079 bash[28699]: cluster 2023-12-08T01:27:19.944145+0000 mgr.a (mgr.14403) 19778 : cluster 0 pgmap v14769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:27:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:21 smithi194 bash[32038]: cluster 2023-12-08T01:27:19.944145+0000 mgr.a (mgr.14403) 19778 : cluster 0 pgmap v14769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:27:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:21 smithi135 bash[32435]: cluster 2023-12-08T01:27:19.944145+0000 mgr.a (mgr.14403) 19778 : cluster 0 pgmap v14769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:27:22.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:22 smithi079 bash[28699]: audit 2023-12-08T01:27:21.039312+0000 mgr.a (mgr.14403) 19779 : audit 0 from='client.392415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:22.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:22 smithi194 bash[32038]: audit 2023-12-08T01:27:21.039312+0000 mgr.a (mgr.14403) 19779 : audit 0 from='client.392415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:22.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:22 smithi135 bash[32435]: audit 2023-12-08T01:27:21.039312+0000 mgr.a (mgr.14403) 19779 : audit 0 from='client.392415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:23 smithi079 bash[28699]: cluster 2023-12-08T01:27:21.944768+0000 mgr.a (mgr.14403) 19780 : cluster 0 pgmap v14770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:23 smithi194 bash[32038]: cluster 2023-12-08T01:27:21.944768+0000 mgr.a (mgr.14403) 19780 : cluster 0 pgmap v14770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:23 smithi135 bash[32435]: cluster 2023-12-08T01:27:21.944768+0000 mgr.a (mgr.14403) 19780 : cluster 0 pgmap v14770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:25 smithi079 bash[28699]: cluster 2023-12-08T01:27:23.945563+0000 mgr.a (mgr.14403) 19781 : cluster 0 pgmap v14771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:25 smithi194 bash[32038]: cluster 2023-12-08T01:27:23.945563+0000 mgr.a (mgr.14403) 19781 : cluster 0 pgmap v14771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:25 smithi135 bash[32435]: cluster 2023-12-08T01:27:23.945563+0000 mgr.a (mgr.14403) 19781 : cluster 0 pgmap v14771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:26.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:27:26.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:26.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:27.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:27.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:27.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:27.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:27:27.453 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:27:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:27 smithi079 bash[28699]: cluster 2023-12-08T01:27:25.946118+0000 mgr.a (mgr.14403) 19782 : cluster 0 pgmap v14772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:27 smithi079 bash[28699]: audit 2023-12-08T01:27:27.088374+0000 mon.a (mon.0) 3187 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:27:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:27 smithi194 bash[32038]: cluster 2023-12-08T01:27:25.946118+0000 mgr.a (mgr.14403) 19782 : cluster 0 pgmap v14772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:27 smithi194 bash[32038]: audit 2023-12-08T01:27:27.088374+0000 mon.a (mon.0) 3187 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:27:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:27 smithi135 bash[32435]: cluster 2023-12-08T01:27:25.946118+0000 mgr.a (mgr.14403) 19782 : cluster 0 pgmap v14772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:27 smithi135 bash[32435]: audit 2023-12-08T01:27:27.088374+0000 mon.a (mon.0) 3187 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:27:28.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:28 smithi079 bash[28699]: audit 2023-12-08T01:27:26.957337+0000 mgr.a (mgr.14403) 19783 : audit 0 from='client.392490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:28.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:28 smithi079 bash[28699]: audit 2023-12-08T01:27:27.850167+0000 mon.a (mon.0) 3188 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:27:28.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:28 smithi079 bash[28699]: audit 2023-12-08T01:27:27.852270+0000 mon.a (mon.0) 3189 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:27:28.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:28 smithi079 bash[28699]: audit 2023-12-08T01:27:27.862271+0000 mon.a (mon.0) 3190 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:27:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:28 smithi194 bash[32038]: audit 2023-12-08T01:27:26.957337+0000 mgr.a (mgr.14403) 19783 : audit 0 from='client.392490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:28 smithi194 bash[32038]: audit 2023-12-08T01:27:27.850167+0000 mon.a (mon.0) 3188 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:27:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:28 smithi194 bash[32038]: audit 2023-12-08T01:27:27.852270+0000 mon.a (mon.0) 3189 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:27:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:28 smithi194 bash[32038]: audit 2023-12-08T01:27:27.862271+0000 mon.a (mon.0) 3190 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:27:28.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:28 smithi135 bash[32435]: audit 2023-12-08T01:27:26.957337+0000 mgr.a (mgr.14403) 19783 : audit 0 from='client.392490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:28.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:28 smithi135 bash[32435]: audit 2023-12-08T01:27:27.850167+0000 mon.a (mon.0) 3188 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:27:28.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:28 smithi135 bash[32435]: audit 2023-12-08T01:27:27.852270+0000 mon.a (mon.0) 3189 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:27:28.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:28 smithi135 bash[32435]: audit 2023-12-08T01:27:27.862271+0000 mon.a (mon.0) 3190 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:27:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:29 smithi079 bash[28699]: cluster 2023-12-08T01:27:27.946760+0000 mgr.a (mgr.14403) 19784 : cluster 0 pgmap v14773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:29 smithi194 bash[32038]: cluster 2023-12-08T01:27:27.946760+0000 mgr.a (mgr.14403) 19784 : cluster 0 pgmap v14773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:29 smithi135 bash[32435]: cluster 2023-12-08T01:27:27.946760+0000 mgr.a (mgr.14403) 19784 : cluster 0 pgmap v14773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:31 smithi079 bash[28699]: cluster 2023-12-08T01:27:29.947601+0000 mgr.a (mgr.14403) 19785 : cluster 0 pgmap v14774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:31.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:31 smithi194 bash[32038]: cluster 2023-12-08T01:27:29.947601+0000 mgr.a (mgr.14403) 19785 : cluster 0 pgmap v14774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:31 smithi135 bash[32435]: cluster 2023-12-08T01:27:29.947601+0000 mgr.a (mgr.14403) 19785 : cluster 0 pgmap v14774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:32.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:27:32.457 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:32.457 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:33.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:33.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:33.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:33.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:27:33.357 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:27:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:33 smithi079 bash[28699]: cluster 2023-12-08T01:27:31.948161+0000 mgr.a (mgr.14403) 19786 : cluster 0 pgmap v14775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:33 smithi194 bash[32038]: cluster 2023-12-08T01:27:31.948161+0000 mgr.a (mgr.14403) 19786 : cluster 0 pgmap v14775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:33 smithi135 bash[32435]: cluster 2023-12-08T01:27:31.948161+0000 mgr.a (mgr.14403) 19786 : cluster 0 pgmap v14775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:34.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:34 smithi079 bash[28699]: audit 2023-12-08T01:27:32.850216+0000 mgr.a (mgr.14403) 19787 : audit 0 from='client.392565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:34 smithi194 bash[32038]: audit 2023-12-08T01:27:32.850216+0000 mgr.a (mgr.14403) 19787 : audit 0 from='client.392565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:34.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:34 smithi135 bash[32435]: audit 2023-12-08T01:27:32.850216+0000 mgr.a (mgr.14403) 19787 : audit 0 from='client.392565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:35 smithi079 bash[28699]: cluster 2023-12-08T01:27:33.949024+0000 mgr.a (mgr.14403) 19788 : cluster 0 pgmap v14776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:35 smithi194 bash[32038]: cluster 2023-12-08T01:27:33.949024+0000 mgr.a (mgr.14403) 19788 : cluster 0 pgmap v14776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:35 smithi135 bash[32435]: cluster 2023-12-08T01:27:33.949024+0000 mgr.a (mgr.14403) 19788 : cluster 0 pgmap v14776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:37 smithi079 bash[28699]: cluster 2023-12-08T01:27:35.949605+0000 mgr.a (mgr.14403) 19789 : cluster 0 pgmap v14777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:37.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:37 smithi194 bash[32038]: cluster 2023-12-08T01:27:35.949605+0000 mgr.a (mgr.14403) 19789 : cluster 0 pgmap v14777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:37 smithi135 bash[32435]: cluster 2023-12-08T01:27:35.949605+0000 mgr.a (mgr.14403) 19789 : cluster 0 pgmap v14777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:38.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:27:38.361 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:38.361 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:39.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:39.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:39.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:39.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:27:39.268 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:27:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:39 smithi079 bash[28699]: cluster 2023-12-08T01:27:37.950154+0000 mgr.a (mgr.14403) 19790 : cluster 0 pgmap v14778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:39 smithi194 bash[32038]: cluster 2023-12-08T01:27:37.950154+0000 mgr.a (mgr.14403) 19790 : cluster 0 pgmap v14778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:39 smithi135 bash[32435]: cluster 2023-12-08T01:27:37.950154+0000 mgr.a (mgr.14403) 19790 : cluster 0 pgmap v14778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:40.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:40 smithi079 bash[28699]: audit 2023-12-08T01:27:38.775170+0000 mgr.a (mgr.14403) 19791 : audit 0 from='client.392640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:40 smithi194 bash[32038]: audit 2023-12-08T01:27:38.775170+0000 mgr.a (mgr.14403) 19791 : audit 0 from='client.392640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:40.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:40 smithi135 bash[32435]: audit 2023-12-08T01:27:38.775170+0000 mgr.a (mgr.14403) 19791 : audit 0 from='client.392640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:41 smithi079 bash[28699]: cluster 2023-12-08T01:27:39.951217+0000 mgr.a (mgr.14403) 19792 : cluster 0 pgmap v14779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:41 smithi194 bash[32038]: cluster 2023-12-08T01:27:39.951217+0000 mgr.a (mgr.14403) 19792 : cluster 0 pgmap v14779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:41 smithi135 bash[32435]: cluster 2023-12-08T01:27:39.951217+0000 mgr.a (mgr.14403) 19792 : cluster 0 pgmap v14779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:43 smithi079 bash[28699]: cluster 2023-12-08T01:27:41.951742+0000 mgr.a (mgr.14403) 19793 : cluster 0 pgmap v14780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:43.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:43 smithi194 bash[32038]: cluster 2023-12-08T01:27:41.951742+0000 mgr.a (mgr.14403) 19793 : cluster 0 pgmap v14780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:43 smithi135 bash[32435]: cluster 2023-12-08T01:27:41.951742+0000 mgr.a (mgr.14403) 19793 : cluster 0 pgmap v14780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:44.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:27:44.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:44.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:45.190 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:27:45.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:45.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:45.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:45.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:27:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:45 smithi079 bash[28699]: cluster 2023-12-08T01:27:43.952508+0000 mgr.a (mgr.14403) 19794 : cluster 0 pgmap v14781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:45 smithi079 bash[28699]: audit 2023-12-08T01:27:44.684186+0000 mgr.a (mgr.14403) 19795 : audit 0 from='client.392715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:45 smithi194 bash[32038]: cluster 2023-12-08T01:27:43.952508+0000 mgr.a (mgr.14403) 19794 : cluster 0 pgmap v14781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:45 smithi194 bash[32038]: audit 2023-12-08T01:27:44.684186+0000 mgr.a (mgr.14403) 19795 : audit 0 from='client.392715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:45 smithi135 bash[32435]: cluster 2023-12-08T01:27:43.952508+0000 mgr.a (mgr.14403) 19794 : cluster 0 pgmap v14781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:45 smithi135 bash[32435]: audit 2023-12-08T01:27:44.684186+0000 mgr.a (mgr.14403) 19795 : audit 0 from='client.392715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:47 smithi079 bash[28699]: cluster 2023-12-08T01:27:45.953238+0000 mgr.a (mgr.14403) 19796 : cluster 0 pgmap v14782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:47 smithi194 bash[32038]: cluster 2023-12-08T01:27:45.953238+0000 mgr.a (mgr.14403) 19796 : cluster 0 pgmap v14782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:47 smithi135 bash[32435]: cluster 2023-12-08T01:27:45.953238+0000 mgr.a (mgr.14403) 19796 : cluster 0 pgmap v14782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:49 smithi079 bash[28699]: cluster 2023-12-08T01:27:47.953834+0000 mgr.a (mgr.14403) 19797 : cluster 0 pgmap v14783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:49 smithi194 bash[32038]: cluster 2023-12-08T01:27:47.953834+0000 mgr.a (mgr.14403) 19797 : cluster 0 pgmap v14783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:49 smithi135 bash[32435]: cluster 2023-12-08T01:27:47.953834+0000 mgr.a (mgr.14403) 19797 : cluster 0 pgmap v14783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:27:50.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:27:50.193 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:50.194 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:51.095 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:27:51.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:51.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:51.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:51.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:27:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:51 smithi079 bash[28699]: cluster 2023-12-08T01:27:49.954648+0000 mgr.a (mgr.14403) 19798 : cluster 0 pgmap v14784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:51 smithi079 bash[28699]: audit 2023-12-08T01:27:50.598398+0000 mgr.a (mgr.14403) 19799 : audit 0 from='client.392793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:51.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:51 smithi194 bash[32038]: cluster 2023-12-08T01:27:49.954648+0000 mgr.a (mgr.14403) 19798 : cluster 0 pgmap v14784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:51 smithi194 bash[32038]: audit 2023-12-08T01:27:50.598398+0000 mgr.a (mgr.14403) 19799 : audit 0 from='client.392793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:51 smithi135 bash[32435]: cluster 2023-12-08T01:27:49.954648+0000 mgr.a (mgr.14403) 19798 : cluster 0 pgmap v14784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:51 smithi135 bash[32435]: audit 2023-12-08T01:27:50.598398+0000 mgr.a (mgr.14403) 19799 : audit 0 from='client.392793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:53 smithi079 bash[28699]: cluster 2023-12-08T01:27:51.955394+0000 mgr.a (mgr.14403) 19800 : cluster 0 pgmap v14785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:53 smithi194 bash[32038]: cluster 2023-12-08T01:27:51.955394+0000 mgr.a (mgr.14403) 19800 : cluster 0 pgmap v14785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:53 smithi135 bash[32435]: cluster 2023-12-08T01:27:51.955394+0000 mgr.a (mgr.14403) 19800 : cluster 0 pgmap v14785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:55 smithi079 bash[28699]: cluster 2023-12-08T01:27:53.956276+0000 mgr.a (mgr.14403) 19801 : cluster 0 pgmap v14786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:55 smithi194 bash[32038]: cluster 2023-12-08T01:27:53.956276+0000 mgr.a (mgr.14403) 19801 : cluster 0 pgmap v14786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:55 smithi135 bash[32435]: cluster 2023-12-08T01:27:53.956276+0000 mgr.a (mgr.14403) 19801 : cluster 0 pgmap v14786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:27:56.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:27:56.099 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:27:56.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:27:57.014 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:27:57.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:27:57.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:27:57.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:27:57.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:27:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:57 smithi079 bash[28699]: cluster 2023-12-08T01:27:55.956881+0000 mgr.a (mgr.14403) 19802 : cluster 0 pgmap v14787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:57 smithi079 bash[28699]: audit 2023-12-08T01:27:56.505343+0000 mgr.a (mgr.14403) 19803 : audit 0 from='client.392868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:57 smithi194 bash[32038]: cluster 2023-12-08T01:27:55.956881+0000 mgr.a (mgr.14403) 19802 : cluster 0 pgmap v14787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:57 smithi194 bash[32038]: audit 2023-12-08T01:27:56.505343+0000 mgr.a (mgr.14403) 19803 : audit 0 from='client.392868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:57 smithi135 bash[32435]: cluster 2023-12-08T01:27:55.956881+0000 mgr.a (mgr.14403) 19802 : cluster 0 pgmap v14787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:57 smithi135 bash[32435]: audit 2023-12-08T01:27:56.505343+0000 mgr.a (mgr.14403) 19803 : audit 0 from='client.392868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:27:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:27:59 smithi079 bash[28699]: cluster 2023-12-08T01:27:57.957584+0000 mgr.a (mgr.14403) 19804 : cluster 0 pgmap v14788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:27:59 smithi194 bash[32038]: cluster 2023-12-08T01:27:57.957584+0000 mgr.a (mgr.14403) 19804 : cluster 0 pgmap v14788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:27:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:27:59 smithi135 bash[32435]: cluster 2023-12-08T01:27:57.957584+0000 mgr.a (mgr.14403) 19804 : cluster 0 pgmap v14788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:01 smithi079 bash[28699]: cluster 2023-12-08T01:27:59.958424+0000 mgr.a (mgr.14403) 19805 : cluster 0 pgmap v14789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:01 smithi194 bash[32038]: cluster 2023-12-08T01:27:59.958424+0000 mgr.a (mgr.14403) 19805 : cluster 0 pgmap v14789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:01 smithi135 bash[32435]: cluster 2023-12-08T01:27:59.958424+0000 mgr.a (mgr.14403) 19805 : cluster 0 pgmap v14789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:02.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:28:02.017 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:02.017 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:02.943 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:28:02.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:02.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:02.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:02.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:28:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:03 smithi194 bash[32038]: cluster 2023-12-08T01:28:01.959012+0000 mgr.a (mgr.14403) 19806 : cluster 0 pgmap v14790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:03 smithi194 bash[32038]: audit 2023-12-08T01:28:02.417617+0000 mgr.a (mgr.14403) 19807 : audit 0 from='client.392943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:03 smithi135 bash[32435]: cluster 2023-12-08T01:28:01.959012+0000 mgr.a (mgr.14403) 19806 : cluster 0 pgmap v14790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:03 smithi135 bash[32435]: audit 2023-12-08T01:28:02.417617+0000 mgr.a (mgr.14403) 19807 : audit 0 from='client.392943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:03 smithi079 bash[28699]: cluster 2023-12-08T01:28:01.959012+0000 mgr.a (mgr.14403) 19806 : cluster 0 pgmap v14790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:03 smithi079 bash[28699]: audit 2023-12-08T01:28:02.417617+0000 mgr.a (mgr.14403) 19807 : audit 0 from='client.392943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:05 smithi194 bash[32038]: cluster 2023-12-08T01:28:03.959895+0000 mgr.a (mgr.14403) 19808 : cluster 0 pgmap v14791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:05 smithi135 bash[32435]: cluster 2023-12-08T01:28:03.959895+0000 mgr.a (mgr.14403) 19808 : cluster 0 pgmap v14791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:05 smithi079 bash[28699]: cluster 2023-12-08T01:28:03.959895+0000 mgr.a (mgr.14403) 19808 : cluster 0 pgmap v14791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:07.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:28:07.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:07.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:07.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:07 smithi194 bash[32038]: cluster 2023-12-08T01:28:05.960443+0000 mgr.a (mgr.14403) 19809 : cluster 0 pgmap v14792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:07 smithi135 bash[32435]: cluster 2023-12-08T01:28:05.960443+0000 mgr.a (mgr.14403) 19809 : cluster 0 pgmap v14792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:07 smithi079 bash[28699]: cluster 2023-12-08T01:28:05.960443+0000 mgr.a (mgr.14403) 19809 : cluster 0 pgmap v14792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:08.882 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:28:08.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:08.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:08.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:08.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:28:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:09 smithi194 bash[32038]: cluster 2023-12-08T01:28:07.960938+0000 mgr.a (mgr.14403) 19810 : cluster 0 pgmap v14793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:09 smithi194 bash[32038]: audit 2023-12-08T01:28:08.357753+0000 mgr.a (mgr.14403) 19811 : audit 0 from='client.393021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:09 smithi135 bash[32435]: cluster 2023-12-08T01:28:07.960938+0000 mgr.a (mgr.14403) 19810 : cluster 0 pgmap v14793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:09 smithi135 bash[32435]: audit 2023-12-08T01:28:08.357753+0000 mgr.a (mgr.14403) 19811 : audit 0 from='client.393021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:09 smithi079 bash[28699]: cluster 2023-12-08T01:28:07.960938+0000 mgr.a (mgr.14403) 19810 : cluster 0 pgmap v14793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:09 smithi079 bash[28699]: audit 2023-12-08T01:28:08.357753+0000 mgr.a (mgr.14403) 19811 : audit 0 from='client.393021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:11 smithi194 bash[32038]: cluster 2023-12-08T01:28:09.962004+0000 mgr.a (mgr.14403) 19812 : cluster 0 pgmap v14794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:28:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:11 smithi135 bash[32435]: cluster 2023-12-08T01:28:09.962004+0000 mgr.a (mgr.14403) 19812 : cluster 0 pgmap v14794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:28:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:11 smithi079 bash[28699]: cluster 2023-12-08T01:28:09.962004+0000 mgr.a (mgr.14403) 19812 : cluster 0 pgmap v14794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:28:13.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:28:13.884 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:13.884 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:13 smithi194 bash[32038]: cluster 2023-12-08T01:28:11.962586+0000 mgr.a (mgr.14403) 19813 : cluster 0 pgmap v14795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:28:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:13 smithi135 bash[32435]: cluster 2023-12-08T01:28:11.962586+0000 mgr.a (mgr.14403) 19813 : cluster 0 pgmap v14795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:28:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:13 smithi079 bash[28699]: cluster 2023-12-08T01:28:11.962586+0000 mgr.a (mgr.14403) 19813 : cluster 0 pgmap v14795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:28:14.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:14.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:14.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:14.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:28:14.807 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:28:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:15 smithi194 bash[32038]: cluster 2023-12-08T01:28:13.963342+0000 mgr.a (mgr.14403) 19814 : cluster 0 pgmap v14796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:15 smithi194 bash[32038]: audit 2023-12-08T01:28:14.289396+0000 mgr.a (mgr.14403) 19815 : audit 0 from='client.393099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:15 smithi135 bash[32435]: cluster 2023-12-08T01:28:13.963342+0000 mgr.a (mgr.14403) 19814 : cluster 0 pgmap v14796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:15 smithi135 bash[32435]: audit 2023-12-08T01:28:14.289396+0000 mgr.a (mgr.14403) 19815 : audit 0 from='client.393099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:15 smithi079 bash[28699]: cluster 2023-12-08T01:28:13.963342+0000 mgr.a (mgr.14403) 19814 : cluster 0 pgmap v14796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:15 smithi079 bash[28699]: audit 2023-12-08T01:28:14.289396+0000 mgr.a (mgr.14403) 19815 : audit 0 from='client.393099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:17 smithi194 bash[32038]: cluster 2023-12-08T01:28:15.964053+0000 mgr.a (mgr.14403) 19816 : cluster 0 pgmap v14797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:17 smithi135 bash[32435]: cluster 2023-12-08T01:28:15.964053+0000 mgr.a (mgr.14403) 19816 : cluster 0 pgmap v14797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:17 smithi079 bash[28699]: cluster 2023-12-08T01:28:15.964053+0000 mgr.a (mgr.14403) 19816 : cluster 0 pgmap v14797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:19.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:28:19.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:19.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:19 smithi194 bash[32038]: cluster 2023-12-08T01:28:17.964629+0000 mgr.a (mgr.14403) 19817 : cluster 0 pgmap v14798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:19 smithi135 bash[32435]: cluster 2023-12-08T01:28:17.964629+0000 mgr.a (mgr.14403) 19817 : cluster 0 pgmap v14798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:19 smithi079 bash[28699]: cluster 2023-12-08T01:28:17.964629+0000 mgr.a (mgr.14403) 19817 : cluster 0 pgmap v14798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:20.741 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:28:20.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:20.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:20.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:20.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:28:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:21 smithi194 bash[32038]: cluster 2023-12-08T01:28:19.965367+0000 mgr.a (mgr.14403) 19818 : cluster 0 pgmap v14799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:21 smithi194 bash[32038]: audit 2023-12-08T01:28:20.212852+0000 mgr.a (mgr.14403) 19819 : audit 0 from='client.393177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:21 smithi135 bash[32435]: cluster 2023-12-08T01:28:19.965367+0000 mgr.a (mgr.14403) 19818 : cluster 0 pgmap v14799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:21 smithi135 bash[32435]: audit 2023-12-08T01:28:20.212852+0000 mgr.a (mgr.14403) 19819 : audit 0 from='client.393177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:21 smithi079 bash[28699]: cluster 2023-12-08T01:28:19.965367+0000 mgr.a (mgr.14403) 19818 : cluster 0 pgmap v14799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:21 smithi079 bash[28699]: audit 2023-12-08T01:28:20.212852+0000 mgr.a (mgr.14403) 19819 : audit 0 from='client.393177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:23 smithi194 bash[32038]: cluster 2023-12-08T01:28:21.966087+0000 mgr.a (mgr.14403) 19820 : cluster 0 pgmap v14800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:28:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:23 smithi135 bash[32435]: cluster 2023-12-08T01:28:21.966087+0000 mgr.a (mgr.14403) 19820 : cluster 0 pgmap v14800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:28:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:23 smithi079 bash[28699]: cluster 2023-12-08T01:28:21.966087+0000 mgr.a (mgr.14403) 19820 : cluster 0 pgmap v14800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:28:25.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:28:25.743 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:25.743 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:25 smithi194 bash[32038]: cluster 2023-12-08T01:28:23.966872+0000 mgr.a (mgr.14403) 19821 : cluster 0 pgmap v14801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:28:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:25 smithi135 bash[32435]: cluster 2023-12-08T01:28:23.966872+0000 mgr.a (mgr.14403) 19821 : cluster 0 pgmap v14801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:28:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:25 smithi079 bash[28699]: cluster 2023-12-08T01:28:23.966872+0000 mgr.a (mgr.14403) 19821 : cluster 0 pgmap v14801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:28:26.689 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:28:26.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:26.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:26.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:26.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:28:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:27 smithi194 bash[32038]: cluster 2023-12-08T01:28:25.967396+0000 mgr.a (mgr.14403) 19822 : cluster 0 pgmap v14802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:27 smithi194 bash[32038]: audit 2023-12-08T01:28:26.156655+0000 mgr.a (mgr.14403) 19823 : audit 0 from='client.393252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:27 smithi135 bash[32435]: cluster 2023-12-08T01:28:25.967396+0000 mgr.a (mgr.14403) 19822 : cluster 0 pgmap v14802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:27 smithi135 bash[32435]: audit 2023-12-08T01:28:26.156655+0000 mgr.a (mgr.14403) 19823 : audit 0 from='client.393252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:27 smithi079 bash[28699]: cluster 2023-12-08T01:28:25.967396+0000 mgr.a (mgr.14403) 19822 : cluster 0 pgmap v14802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:27 smithi079 bash[28699]: audit 2023-12-08T01:28:26.156655+0000 mgr.a (mgr.14403) 19823 : audit 0 from='client.393252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:28.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:28 smithi194 bash[32038]: audit 2023-12-08T01:28:27.966207+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:28:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:28 smithi194 bash[32038]: audit 2023-12-08T01:28:28.495554+0000 mon.a (mon.0) 3192 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:28:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:28 smithi194 bash[32038]: audit 2023-12-08T01:28:28.501626+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:28:28.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:28 smithi135 bash[32435]: audit 2023-12-08T01:28:27.966207+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:28:28.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:28 smithi135 bash[32435]: audit 2023-12-08T01:28:28.495554+0000 mon.a (mon.0) 3192 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:28:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:28 smithi135 bash[32435]: audit 2023-12-08T01:28:28.501626+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:28:29.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:28 smithi079 bash[28699]: audit 2023-12-08T01:28:27.966207+0000 mon.a (mon.0) 3191 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:28:29.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:28 smithi079 bash[28699]: audit 2023-12-08T01:28:28.495554+0000 mon.a (mon.0) 3192 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:28:29.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:28 smithi079 bash[28699]: audit 2023-12-08T01:28:28.501626+0000 mon.a (mon.0) 3193 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:28:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:29 smithi079 bash[28699]: cluster 2023-12-08T01:28:27.968092+0000 mgr.a (mgr.14403) 19824 : cluster 0 pgmap v14803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:29 smithi079 bash[28699]: audit 2023-12-08T01:28:29.240927+0000 mon.a (mon.0) 3194 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:28:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:29 smithi079 bash[28699]: audit 2023-12-08T01:28:29.242650+0000 mon.a (mon.0) 3195 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:28:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:29 smithi079 bash[28699]: audit 2023-12-08T01:28:29.251892+0000 mon.a (mon.0) 3196 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:28:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:29 smithi194 bash[32038]: cluster 2023-12-08T01:28:27.968092+0000 mgr.a (mgr.14403) 19824 : cluster 0 pgmap v14803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:29 smithi194 bash[32038]: audit 2023-12-08T01:28:29.240927+0000 mon.a (mon.0) 3194 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:28:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:29 smithi194 bash[32038]: audit 2023-12-08T01:28:29.242650+0000 mon.a (mon.0) 3195 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:28:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:29 smithi194 bash[32038]: audit 2023-12-08T01:28:29.251892+0000 mon.a (mon.0) 3196 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:28:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:29 smithi135 bash[32435]: cluster 2023-12-08T01:28:27.968092+0000 mgr.a (mgr.14403) 19824 : cluster 0 pgmap v14803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:29 smithi135 bash[32435]: audit 2023-12-08T01:28:29.240927+0000 mon.a (mon.0) 3194 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:28:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:29 smithi135 bash[32435]: audit 2023-12-08T01:28:29.242650+0000 mon.a (mon.0) 3195 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:28:30.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:29 smithi135 bash[32435]: audit 2023-12-08T01:28:29.251892+0000 mon.a (mon.0) 3196 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:28:31.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:28:31.693 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:31.693 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:31 smithi079 bash[28699]: cluster 2023-12-08T01:28:29.969054+0000 mgr.a (mgr.14403) 19825 : cluster 0 pgmap v14804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:31 smithi194 bash[32038]: cluster 2023-12-08T01:28:29.969054+0000 mgr.a (mgr.14403) 19825 : cluster 0 pgmap v14804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:31 smithi135 bash[32435]: cluster 2023-12-08T01:28:29.969054+0000 mgr.a (mgr.14403) 19825 : cluster 0 pgmap v14804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:32.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:32.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:32.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:32.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:28:32.631 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:28:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:33 smithi079 bash[28699]: cluster 2023-12-08T01:28:31.969638+0000 mgr.a (mgr.14403) 19826 : cluster 0 pgmap v14805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:33 smithi079 bash[28699]: audit 2023-12-08T01:28:32.103292+0000 mgr.a (mgr.14403) 19827 : audit 0 from='client.393330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:33 smithi194 bash[32038]: cluster 2023-12-08T01:28:31.969638+0000 mgr.a (mgr.14403) 19826 : cluster 0 pgmap v14805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:33 smithi194 bash[32038]: audit 2023-12-08T01:28:32.103292+0000 mgr.a (mgr.14403) 19827 : audit 0 from='client.393330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:33 smithi135 bash[32435]: cluster 2023-12-08T01:28:31.969638+0000 mgr.a (mgr.14403) 19826 : cluster 0 pgmap v14805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:33 smithi135 bash[32435]: audit 2023-12-08T01:28:32.103292+0000 mgr.a (mgr.14403) 19827 : audit 0 from='client.393330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:35 smithi079 bash[28699]: cluster 2023-12-08T01:28:33.970515+0000 mgr.a (mgr.14403) 19828 : cluster 0 pgmap v14806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:35 smithi194 bash[32038]: cluster 2023-12-08T01:28:33.970515+0000 mgr.a (mgr.14403) 19828 : cluster 0 pgmap v14806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:35 smithi135 bash[32435]: cluster 2023-12-08T01:28:33.970515+0000 mgr.a (mgr.14403) 19828 : cluster 0 pgmap v14806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:37.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:28:37.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:37.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:37 smithi079 bash[28699]: cluster 2023-12-08T01:28:35.971129+0000 mgr.a (mgr.14403) 19829 : cluster 0 pgmap v14807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:37 smithi194 bash[32038]: cluster 2023-12-08T01:28:35.971129+0000 mgr.a (mgr.14403) 19829 : cluster 0 pgmap v14807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:37 smithi135 bash[32435]: cluster 2023-12-08T01:28:35.971129+0000 mgr.a (mgr.14403) 19829 : cluster 0 pgmap v14807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:38.540 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:28:38.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:38.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:38.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:38.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:28:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:39 smithi079 bash[28699]: cluster 2023-12-08T01:28:37.971667+0000 mgr.a (mgr.14403) 19830 : cluster 0 pgmap v14808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:39 smithi079 bash[28699]: audit 2023-12-08T01:28:38.036712+0000 mgr.a (mgr.14403) 19831 : audit 0 from='client.393405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:39 smithi194 bash[32038]: cluster 2023-12-08T01:28:37.971667+0000 mgr.a (mgr.14403) 19830 : cluster 0 pgmap v14808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:39 smithi194 bash[32038]: audit 2023-12-08T01:28:38.036712+0000 mgr.a (mgr.14403) 19831 : audit 0 from='client.393405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:39 smithi135 bash[32435]: cluster 2023-12-08T01:28:37.971667+0000 mgr.a (mgr.14403) 19830 : cluster 0 pgmap v14808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:39 smithi135 bash[32435]: audit 2023-12-08T01:28:38.036712+0000 mgr.a (mgr.14403) 19831 : audit 0 from='client.393405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:41 smithi079 bash[28699]: cluster 2023-12-08T01:28:39.972564+0000 mgr.a (mgr.14403) 19832 : cluster 0 pgmap v14809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:41 smithi194 bash[32038]: cluster 2023-12-08T01:28:39.972564+0000 mgr.a (mgr.14403) 19832 : cluster 0 pgmap v14809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:41 smithi135 bash[32435]: cluster 2023-12-08T01:28:39.972564+0000 mgr.a (mgr.14403) 19832 : cluster 0 pgmap v14809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:28:43.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:28:43.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:43.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:43 smithi079 bash[28699]: cluster 2023-12-08T01:28:41.973137+0000 mgr.a (mgr.14403) 19833 : cluster 0 pgmap v14810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:43 smithi194 bash[32038]: cluster 2023-12-08T01:28:41.973137+0000 mgr.a (mgr.14403) 19833 : cluster 0 pgmap v14810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:43 smithi135 bash[32435]: cluster 2023-12-08T01:28:41.973137+0000 mgr.a (mgr.14403) 19833 : cluster 0 pgmap v14810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:44.436 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:28:44.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:44.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:44.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:44.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:28:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:45 smithi079 bash[28699]: audit 2023-12-08T01:28:43.943195+0000 mgr.a (mgr.14403) 19834 : audit 0 from='client.393480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:45 smithi079 bash[28699]: cluster 2023-12-08T01:28:43.974220+0000 mgr.a (mgr.14403) 19835 : cluster 0 pgmap v14811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:45 smithi194 bash[32038]: audit 2023-12-08T01:28:43.943195+0000 mgr.a (mgr.14403) 19834 : audit 0 from='client.393480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:45 smithi194 bash[32038]: cluster 2023-12-08T01:28:43.974220+0000 mgr.a (mgr.14403) 19835 : cluster 0 pgmap v14811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:45 smithi135 bash[32435]: audit 2023-12-08T01:28:43.943195+0000 mgr.a (mgr.14403) 19834 : audit 0 from='client.393480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:45 smithi135 bash[32435]: cluster 2023-12-08T01:28:43.974220+0000 mgr.a (mgr.14403) 19835 : cluster 0 pgmap v14811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:47 smithi079 bash[28699]: cluster 2023-12-08T01:28:45.974883+0000 mgr.a (mgr.14403) 19836 : cluster 0 pgmap v14812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:47 smithi194 bash[32038]: cluster 2023-12-08T01:28:45.974883+0000 mgr.a (mgr.14403) 19836 : cluster 0 pgmap v14812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:47 smithi135 bash[32435]: cluster 2023-12-08T01:28:45.974883+0000 mgr.a (mgr.14403) 19836 : cluster 0 pgmap v14812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:49.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:28:49.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:49.441 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:49 smithi079 bash[28699]: cluster 2023-12-08T01:28:47.975408+0000 mgr.a (mgr.14403) 19837 : cluster 0 pgmap v14813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:49 smithi194 bash[32038]: cluster 2023-12-08T01:28:47.975408+0000 mgr.a (mgr.14403) 19837 : cluster 0 pgmap v14813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:49 smithi135 bash[32435]: cluster 2023-12-08T01:28:47.975408+0000 mgr.a (mgr.14403) 19837 : cluster 0 pgmap v14813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:50.314 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:28:50.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:50.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:50.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:50.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:28:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:51 smithi079 bash[28699]: audit 2023-12-08T01:28:49.851441+0000 mgr.a (mgr.14403) 19838 : audit 0 from='client.393552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:51 smithi079 bash[28699]: cluster 2023-12-08T01:28:49.976034+0000 mgr.a (mgr.14403) 19839 : cluster 0 pgmap v14814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:51 smithi194 bash[32038]: audit 2023-12-08T01:28:49.851441+0000 mgr.a (mgr.14403) 19838 : audit 0 from='client.393552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:51 smithi194 bash[32038]: cluster 2023-12-08T01:28:49.976034+0000 mgr.a (mgr.14403) 19839 : cluster 0 pgmap v14814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:51 smithi135 bash[32435]: audit 2023-12-08T01:28:49.851441+0000 mgr.a (mgr.14403) 19838 : audit 0 from='client.393552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:51 smithi135 bash[32435]: cluster 2023-12-08T01:28:49.976034+0000 mgr.a (mgr.14403) 19839 : cluster 0 pgmap v14814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:52 smithi079 bash[28699]: cluster 2023-12-08T01:28:51.976656+0000 mgr.a (mgr.14403) 19840 : cluster 0 pgmap v14815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:52 smithi194 bash[32038]: cluster 2023-12-08T01:28:51.976656+0000 mgr.a (mgr.14403) 19840 : cluster 0 pgmap v14815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:52 smithi135 bash[32435]: cluster 2023-12-08T01:28:51.976656+0000 mgr.a (mgr.14403) 19840 : cluster 0 pgmap v14815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:28:55.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:28:55.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:28:55.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:28:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:55 smithi079 bash[28699]: cluster 2023-12-08T01:28:53.977464+0000 mgr.a (mgr.14403) 19841 : cluster 0 pgmap v14816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:55 smithi194 bash[32038]: cluster 2023-12-08T01:28:53.977464+0000 mgr.a (mgr.14403) 19841 : cluster 0 pgmap v14816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:55 smithi135 bash[32435]: cluster 2023-12-08T01:28:53.977464+0000 mgr.a (mgr.14403) 19841 : cluster 0 pgmap v14816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:56.240 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:28:56.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:28:56.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:28:56.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:28:56.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:28:56.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:56 smithi079 bash[28699]: audit 2023-12-08T01:28:55.717931+0000 mgr.a (mgr.14403) 19842 : audit 0 from='client.393627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:56 smithi194 bash[32038]: audit 2023-12-08T01:28:55.717931+0000 mgr.a (mgr.14403) 19842 : audit 0 from='client.393627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:56.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:56 smithi135 bash[32435]: audit 2023-12-08T01:28:55.717931+0000 mgr.a (mgr.14403) 19842 : audit 0 from='client.393627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:28:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:57 smithi079 bash[28699]: cluster 2023-12-08T01:28:55.989826+0000 mgr.a (mgr.14403) 19843 : cluster 0 pgmap v14817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:57.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:57 smithi194 bash[32038]: cluster 2023-12-08T01:28:55.989826+0000 mgr.a (mgr.14403) 19843 : cluster 0 pgmap v14817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:57 smithi135 bash[32435]: cluster 2023-12-08T01:28:55.989826+0000 mgr.a (mgr.14403) 19843 : cluster 0 pgmap v14817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:28:59 smithi079 bash[28699]: cluster 2023-12-08T01:28:57.990785+0000 mgr.a (mgr.14403) 19844 : cluster 0 pgmap v14818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:28:59 smithi194 bash[32038]: cluster 2023-12-08T01:28:57.990785+0000 mgr.a (mgr.14403) 19844 : cluster 0 pgmap v14818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:28:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:28:59 smithi135 bash[32435]: cluster 2023-12-08T01:28:57.990785+0000 mgr.a (mgr.14403) 19844 : cluster 0 pgmap v14818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:01.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:29:01.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:01.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:01 smithi079 bash[28699]: cluster 2023-12-08T01:28:59.991614+0000 mgr.a (mgr.14403) 19845 : cluster 0 pgmap v14819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:01 smithi194 bash[32038]: cluster 2023-12-08T01:28:59.991614+0000 mgr.a (mgr.14403) 19845 : cluster 0 pgmap v14819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:01 smithi135 bash[32435]: cluster 2023-12-08T01:28:59.991614+0000 mgr.a (mgr.14403) 19845 : cluster 0 pgmap v14819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:02.153 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:29:02.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:02.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:02.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:02.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:29:02.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:02 smithi079 bash[28699]: audit 2023-12-08T01:29:01.640553+0000 mgr.a (mgr.14403) 19846 : audit 0 from='client.393705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:02.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:02 smithi194 bash[32038]: audit 2023-12-08T01:29:01.640553+0000 mgr.a (mgr.14403) 19846 : audit 0 from='client.393705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:02.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:02 smithi135 bash[32435]: audit 2023-12-08T01:29:01.640553+0000 mgr.a (mgr.14403) 19846 : audit 0 from='client.393705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:03 smithi079 bash[28699]: cluster 2023-12-08T01:29:01.992103+0000 mgr.a (mgr.14403) 19847 : cluster 0 pgmap v14820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:03 smithi194 bash[32038]: cluster 2023-12-08T01:29:01.992103+0000 mgr.a (mgr.14403) 19847 : cluster 0 pgmap v14820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:03 smithi135 bash[32435]: cluster 2023-12-08T01:29:01.992103+0000 mgr.a (mgr.14403) 19847 : cluster 0 pgmap v14820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:05 smithi079 bash[28699]: cluster 2023-12-08T01:29:03.992929+0000 mgr.a (mgr.14403) 19848 : cluster 0 pgmap v14821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:05 smithi194 bash[32038]: cluster 2023-12-08T01:29:03.992929+0000 mgr.a (mgr.14403) 19848 : cluster 0 pgmap v14821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:05 smithi135 bash[32435]: cluster 2023-12-08T01:29:03.992929+0000 mgr.a (mgr.14403) 19848 : cluster 0 pgmap v14821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:07.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:29:07.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:07.156 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:07 smithi079 bash[28699]: cluster 2023-12-08T01:29:05.993612+0000 mgr.a (mgr.14403) 19849 : cluster 0 pgmap v14822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:07.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:07 smithi194 bash[32038]: cluster 2023-12-08T01:29:05.993612+0000 mgr.a (mgr.14403) 19849 : cluster 0 pgmap v14822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:07 smithi135 bash[32435]: cluster 2023-12-08T01:29:05.993612+0000 mgr.a (mgr.14403) 19849 : cluster 0 pgmap v14822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:08.053 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:29:08.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:08.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:08.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:08.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:29:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:08 smithi079 bash[28699]: audit 2023-12-08T01:29:07.560941+0000 mgr.a (mgr.14403) 19850 : audit 0 from='client.393783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:08.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:08 smithi194 bash[32038]: audit 2023-12-08T01:29:07.560941+0000 mgr.a (mgr.14403) 19850 : audit 0 from='client.393783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:08 smithi135 bash[32435]: audit 2023-12-08T01:29:07.560941+0000 mgr.a (mgr.14403) 19850 : audit 0 from='client.393783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:09 smithi079 bash[28699]: cluster 2023-12-08T01:29:07.994699+0000 mgr.a (mgr.14403) 19851 : cluster 0 pgmap v14823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:09 smithi194 bash[32038]: cluster 2023-12-08T01:29:07.994699+0000 mgr.a (mgr.14403) 19851 : cluster 0 pgmap v14823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:09 smithi135 bash[32435]: cluster 2023-12-08T01:29:07.994699+0000 mgr.a (mgr.14403) 19851 : cluster 0 pgmap v14823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:11 smithi079 bash[28699]: cluster 2023-12-08T01:29:09.995609+0000 mgr.a (mgr.14403) 19852 : cluster 0 pgmap v14824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:11 smithi194 bash[32038]: cluster 2023-12-08T01:29:09.995609+0000 mgr.a (mgr.14403) 19852 : cluster 0 pgmap v14824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:11 smithi135 bash[32435]: cluster 2023-12-08T01:29:09.995609+0000 mgr.a (mgr.14403) 19852 : cluster 0 pgmap v14824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:13.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:29:13.057 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:13.057 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:13 smithi079 bash[28699]: cluster 2023-12-08T01:29:11.996183+0000 mgr.a (mgr.14403) 19853 : cluster 0 pgmap v14825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:13.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:13 smithi194 bash[32038]: cluster 2023-12-08T01:29:11.996183+0000 mgr.a (mgr.14403) 19853 : cluster 0 pgmap v14825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:13 smithi135 bash[32435]: cluster 2023-12-08T01:29:11.996183+0000 mgr.a (mgr.14403) 19853 : cluster 0 pgmap v14825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:13.969 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:29:13.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:13.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:13.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:13.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:29:14.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:14 smithi079 bash[28699]: audit 2023-12-08T01:29:13.459932+0000 mgr.a (mgr.14403) 19854 : audit 0 from='client.393855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:14.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:14 smithi194 bash[32038]: audit 2023-12-08T01:29:13.459932+0000 mgr.a (mgr.14403) 19854 : audit 0 from='client.393855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:14.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:14 smithi135 bash[32435]: audit 2023-12-08T01:29:13.459932+0000 mgr.a (mgr.14403) 19854 : audit 0 from='client.393855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:15 smithi079 bash[28699]: cluster 2023-12-08T01:29:13.997246+0000 mgr.a (mgr.14403) 19855 : cluster 0 pgmap v14826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:29:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:15 smithi194 bash[32038]: cluster 2023-12-08T01:29:13.997246+0000 mgr.a (mgr.14403) 19855 : cluster 0 pgmap v14826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:29:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:15 smithi135 bash[32435]: cluster 2023-12-08T01:29:13.997246+0000 mgr.a (mgr.14403) 19855 : cluster 0 pgmap v14826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:29:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:17 smithi079 bash[28699]: cluster 2023-12-08T01:29:15.997831+0000 mgr.a (mgr.14403) 19856 : cluster 0 pgmap v14827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:29:17.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:17 smithi194 bash[32038]: cluster 2023-12-08T01:29:15.997831+0000 mgr.a (mgr.14403) 19856 : cluster 0 pgmap v14827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:29:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:17 smithi135 bash[32435]: cluster 2023-12-08T01:29:15.997831+0000 mgr.a (mgr.14403) 19856 : cluster 0 pgmap v14827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:29:18.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:29:18.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:18.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:19.854 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:29:19.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:19.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:19.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:19.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:29:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:19 smithi079 bash[28699]: cluster 2023-12-08T01:29:17.998563+0000 mgr.a (mgr.14403) 19857 : cluster 0 pgmap v14828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:29:19.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:19 smithi194 bash[32038]: cluster 2023-12-08T01:29:17.998563+0000 mgr.a (mgr.14403) 19857 : cluster 0 pgmap v14828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:29:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:19 smithi135 bash[32435]: cluster 2023-12-08T01:29:17.998563+0000 mgr.a (mgr.14403) 19857 : cluster 0 pgmap v14828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:29:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:20 smithi079 bash[28699]: audit 2023-12-08T01:29:19.374509+0000 mgr.a (mgr.14403) 19858 : audit 0 from='client.393933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:20.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:20 smithi194 bash[32038]: audit 2023-12-08T01:29:19.374509+0000 mgr.a (mgr.14403) 19858 : audit 0 from='client.393933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:20 smithi135 bash[32435]: audit 2023-12-08T01:29:19.374509+0000 mgr.a (mgr.14403) 19858 : audit 0 from='client.393933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:21 smithi079 bash[28699]: cluster 2023-12-08T01:29:19.999734+0000 mgr.a (mgr.14403) 19859 : cluster 0 pgmap v14829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:21.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:21 smithi194 bash[32038]: cluster 2023-12-08T01:29:19.999734+0000 mgr.a (mgr.14403) 19859 : cluster 0 pgmap v14829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:21 smithi135 bash[32435]: cluster 2023-12-08T01:29:19.999734+0000 mgr.a (mgr.14403) 19859 : cluster 0 pgmap v14829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:23 smithi079 bash[28699]: cluster 2023-12-08T01:29:22.000326+0000 mgr.a (mgr.14403) 19860 : cluster 0 pgmap v14830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:23 smithi194 bash[32038]: cluster 2023-12-08T01:29:22.000326+0000 mgr.a (mgr.14403) 19860 : cluster 0 pgmap v14830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:23 smithi135 bash[32435]: cluster 2023-12-08T01:29:22.000326+0000 mgr.a (mgr.14403) 19860 : cluster 0 pgmap v14830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:24.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:29:24.858 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:24.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:25.773 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:29:25.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:25.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:25.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:25.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:29:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:25 smithi079 bash[28699]: cluster 2023-12-08T01:29:24.001009+0000 mgr.a (mgr.14403) 19861 : cluster 0 pgmap v14831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:25 smithi194 bash[32038]: cluster 2023-12-08T01:29:24.001009+0000 mgr.a (mgr.14403) 19861 : cluster 0 pgmap v14831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:25 smithi135 bash[32435]: cluster 2023-12-08T01:29:24.001009+0000 mgr.a (mgr.14403) 19861 : cluster 0 pgmap v14831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:26 smithi079 bash[28699]: audit 2023-12-08T01:29:25.273045+0000 mgr.a (mgr.14403) 19862 : audit 0 from='client.394008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:26.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:26 smithi194 bash[32038]: audit 2023-12-08T01:29:25.273045+0000 mgr.a (mgr.14403) 19862 : audit 0 from='client.394008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:26.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:26 smithi135 bash[32435]: audit 2023-12-08T01:29:25.273045+0000 mgr.a (mgr.14403) 19862 : audit 0 from='client.394008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:27 smithi079 bash[28699]: cluster 2023-12-08T01:29:26.001735+0000 mgr.a (mgr.14403) 19863 : cluster 0 pgmap v14832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:29:27.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:27 smithi194 bash[32038]: cluster 2023-12-08T01:29:26.001735+0000 mgr.a (mgr.14403) 19863 : cluster 0 pgmap v14832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:29:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:27 smithi135 bash[32435]: cluster 2023-12-08T01:29:26.001735+0000 mgr.a (mgr.14403) 19863 : cluster 0 pgmap v14832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:29:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:29 smithi079 bash[28699]: cluster 2023-12-08T01:29:28.002309+0000 mgr.a (mgr.14403) 19864 : cluster 0 pgmap v14833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:29:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:29 smithi079 bash[28699]: audit 2023-12-08T01:29:29.354601+0000 mon.a (mon.0) 3197 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:29:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:29 smithi194 bash[32038]: cluster 2023-12-08T01:29:28.002309+0000 mgr.a (mgr.14403) 19864 : cluster 0 pgmap v14833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:29:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:29 smithi194 bash[32038]: audit 2023-12-08T01:29:29.354601+0000 mon.a (mon.0) 3197 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:29:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:29 smithi135 bash[32435]: cluster 2023-12-08T01:29:28.002309+0000 mgr.a (mgr.14403) 19864 : cluster 0 pgmap v14833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:29:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:29 smithi135 bash[32435]: audit 2023-12-08T01:29:29.354601+0000 mon.a (mon.0) 3197 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:29:30.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:29:30.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:30.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:30 smithi079 bash[28699]: audit 2023-12-08T01:29:29.883833+0000 mon.a (mon.0) 3198 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:29:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:30 smithi079 bash[28699]: audit 2023-12-08T01:29:29.890811+0000 mon.a (mon.0) 3199 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:29:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:30 smithi079 bash[28699]: cluster 2023-12-08T01:29:30.003130+0000 mgr.a (mgr.14403) 19865 : cluster 0 pgmap v14834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:29:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:30 smithi079 bash[28699]: audit 2023-12-08T01:29:30.631563+0000 mon.a (mon.0) 3200 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:29:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:30 smithi079 bash[28699]: audit 2023-12-08T01:29:30.633398+0000 mon.a (mon.0) 3201 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:29:31.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:30 smithi079 bash[28699]: audit 2023-12-08T01:29:30.643494+0000 mon.a (mon.0) 3202 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:29:31.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:30 smithi194 bash[32038]: audit 2023-12-08T01:29:29.883833+0000 mon.a (mon.0) 3198 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:29:31.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:30 smithi194 bash[32038]: audit 2023-12-08T01:29:29.890811+0000 mon.a (mon.0) 3199 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:29:31.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:30 smithi194 bash[32038]: cluster 2023-12-08T01:29:30.003130+0000 mgr.a (mgr.14403) 19865 : cluster 0 pgmap v14834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:29:31.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:30 smithi194 bash[32038]: audit 2023-12-08T01:29:30.631563+0000 mon.a (mon.0) 3200 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:29:31.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:30 smithi194 bash[32038]: audit 2023-12-08T01:29:30.633398+0000 mon.a (mon.0) 3201 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:29:31.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:30 smithi194 bash[32038]: audit 2023-12-08T01:29:30.643494+0000 mon.a (mon.0) 3202 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:29:31.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:30 smithi135 bash[32435]: audit 2023-12-08T01:29:29.883833+0000 mon.a (mon.0) 3198 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:29:31.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:30 smithi135 bash[32435]: audit 2023-12-08T01:29:29.890811+0000 mon.a (mon.0) 3199 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:29:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:30 smithi135 bash[32435]: cluster 2023-12-08T01:29:30.003130+0000 mgr.a (mgr.14403) 19865 : cluster 0 pgmap v14834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:29:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:30 smithi135 bash[32435]: audit 2023-12-08T01:29:30.631563+0000 mon.a (mon.0) 3200 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:29:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:30 smithi135 bash[32435]: audit 2023-12-08T01:29:30.633398+0000 mon.a (mon.0) 3201 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:29:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:30 smithi135 bash[32435]: audit 2023-12-08T01:29:30.643494+0000 mon.a (mon.0) 3202 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:29:31.677 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:29:31.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:31.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:31.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:31.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:29:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:31 smithi079 bash[28699]: audit 2023-12-08T01:29:31.188097+0000 mgr.a (mgr.14403) 19866 : audit 0 from='client.394086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:31 smithi194 bash[32038]: audit 2023-12-08T01:29:31.188097+0000 mgr.a (mgr.14403) 19866 : audit 0 from='client.394086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:31 smithi135 bash[32435]: audit 2023-12-08T01:29:31.188097+0000 mgr.a (mgr.14403) 19866 : audit 0 from='client.394086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:33.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:32 smithi194 bash[32038]: cluster 2023-12-08T01:29:32.003812+0000 mgr.a (mgr.14403) 19867 : cluster 0 pgmap v14835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:32 smithi135 bash[32435]: cluster 2023-12-08T01:29:32.003812+0000 mgr.a (mgr.14403) 19867 : cluster 0 pgmap v14835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:32 smithi079 bash[28699]: cluster 2023-12-08T01:29:32.003812+0000 mgr.a (mgr.14403) 19867 : cluster 0 pgmap v14835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:35 smithi079 bash[28699]: cluster 2023-12-08T01:29:34.004643+0000 mgr.a (mgr.14403) 19868 : cluster 0 pgmap v14836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:35 smithi194 bash[32038]: cluster 2023-12-08T01:29:34.004643+0000 mgr.a (mgr.14403) 19868 : cluster 0 pgmap v14836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:35 smithi135 bash[32435]: cluster 2023-12-08T01:29:34.004643+0000 mgr.a (mgr.14403) 19868 : cluster 0 pgmap v14836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:36.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:29:36.681 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:36.681 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:37.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:37.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:37.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:37.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:29:37.580 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:29:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:37 smithi079 bash[28699]: cluster 2023-12-08T01:29:36.005254+0000 mgr.a (mgr.14403) 19869 : cluster 0 pgmap v14837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:37 smithi194 bash[32038]: cluster 2023-12-08T01:29:36.005254+0000 mgr.a (mgr.14403) 19869 : cluster 0 pgmap v14837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:37 smithi135 bash[32435]: cluster 2023-12-08T01:29:36.005254+0000 mgr.a (mgr.14403) 19869 : cluster 0 pgmap v14837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:38.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:38 smithi079 bash[28699]: audit 2023-12-08T01:29:37.090421+0000 mgr.a (mgr.14403) 19870 : audit 0 from='client.394161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:38 smithi194 bash[32038]: audit 2023-12-08T01:29:37.090421+0000 mgr.a (mgr.14403) 19870 : audit 0 from='client.394161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:38.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:38 smithi135 bash[32435]: audit 2023-12-08T01:29:37.090421+0000 mgr.a (mgr.14403) 19870 : audit 0 from='client.394161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:39 smithi079 bash[28699]: cluster 2023-12-08T01:29:38.005915+0000 mgr.a (mgr.14403) 19871 : cluster 0 pgmap v14838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:39.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:39 smithi194 bash[32038]: cluster 2023-12-08T01:29:38.005915+0000 mgr.a (mgr.14403) 19871 : cluster 0 pgmap v14838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:39 smithi135 bash[32435]: cluster 2023-12-08T01:29:38.005915+0000 mgr.a (mgr.14403) 19871 : cluster 0 pgmap v14838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:41 smithi079 bash[28699]: cluster 2023-12-08T01:29:40.006771+0000 mgr.a (mgr.14403) 19872 : cluster 0 pgmap v14839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:41.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:41 smithi194 bash[32038]: cluster 2023-12-08T01:29:40.006771+0000 mgr.a (mgr.14403) 19872 : cluster 0 pgmap v14839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:41 smithi135 bash[32435]: cluster 2023-12-08T01:29:40.006771+0000 mgr.a (mgr.14403) 19872 : cluster 0 pgmap v14839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:42.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:29:42.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:42.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:43.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:43.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:43.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:43.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:29:43.507 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:29:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:43 smithi079 bash[28699]: cluster 2023-12-08T01:29:42.007369+0000 mgr.a (mgr.14403) 19873 : cluster 0 pgmap v14840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:43.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:43 smithi194 bash[32038]: cluster 2023-12-08T01:29:42.007369+0000 mgr.a (mgr.14403) 19873 : cluster 0 pgmap v14840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:43 smithi135 bash[32435]: cluster 2023-12-08T01:29:42.007369+0000 mgr.a (mgr.14403) 19873 : cluster 0 pgmap v14840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:44.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:44 smithi079 bash[28699]: audit 2023-12-08T01:29:42.986632+0000 mgr.a (mgr.14403) 19874 : audit 0 from='client.394239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:44.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:44 smithi194 bash[32038]: audit 2023-12-08T01:29:42.986632+0000 mgr.a (mgr.14403) 19874 : audit 0 from='client.394239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:44.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:44 smithi135 bash[32435]: audit 2023-12-08T01:29:42.986632+0000 mgr.a (mgr.14403) 19874 : audit 0 from='client.394239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:45 smithi079 bash[28699]: cluster 2023-12-08T01:29:44.008285+0000 mgr.a (mgr.14403) 19875 : cluster 0 pgmap v14841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:45 smithi194 bash[32038]: cluster 2023-12-08T01:29:44.008285+0000 mgr.a (mgr.14403) 19875 : cluster 0 pgmap v14841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:45 smithi135 bash[32435]: cluster 2023-12-08T01:29:44.008285+0000 mgr.a (mgr.14403) 19875 : cluster 0 pgmap v14841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:29:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:47 smithi079 bash[28699]: cluster 2023-12-08T01:29:46.008852+0000 mgr.a (mgr.14403) 19876 : cluster 0 pgmap v14842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:47 smithi194 bash[32038]: cluster 2023-12-08T01:29:46.008852+0000 mgr.a (mgr.14403) 19876 : cluster 0 pgmap v14842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:47 smithi135 bash[32435]: cluster 2023-12-08T01:29:46.008852+0000 mgr.a (mgr.14403) 19876 : cluster 0 pgmap v14842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:48.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:29:48.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:48.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:49.408 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:29:49.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:49.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:49.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:49.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:29:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:49 smithi079 bash[28699]: cluster 2023-12-08T01:29:48.009424+0000 mgr.a (mgr.14403) 19877 : cluster 0 pgmap v14843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:49.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:49 smithi194 bash[32038]: cluster 2023-12-08T01:29:48.009424+0000 mgr.a (mgr.14403) 19877 : cluster 0 pgmap v14843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:49 smithi135 bash[32435]: cluster 2023-12-08T01:29:48.009424+0000 mgr.a (mgr.14403) 19877 : cluster 0 pgmap v14843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:50 smithi079 bash[28699]: audit 2023-12-08T01:29:48.910464+0000 mgr.a (mgr.14403) 19878 : audit 0 from='client.394317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:50.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:50 smithi194 bash[32038]: audit 2023-12-08T01:29:48.910464+0000 mgr.a (mgr.14403) 19878 : audit 0 from='client.394317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:50.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:50 smithi135 bash[32435]: audit 2023-12-08T01:29:48.910464+0000 mgr.a (mgr.14403) 19878 : audit 0 from='client.394317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:51 smithi079 bash[28699]: cluster 2023-12-08T01:29:50.010428+0000 mgr.a (mgr.14403) 19879 : cluster 0 pgmap v14844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:51 smithi194 bash[32038]: cluster 2023-12-08T01:29:50.010428+0000 mgr.a (mgr.14403) 19879 : cluster 0 pgmap v14844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:51 smithi135 bash[32435]: cluster 2023-12-08T01:29:50.010428+0000 mgr.a (mgr.14403) 19879 : cluster 0 pgmap v14844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:53 smithi079 bash[28699]: cluster 2023-12-08T01:29:52.011015+0000 mgr.a (mgr.14403) 19880 : cluster 0 pgmap v14845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:53.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:53 smithi194 bash[32038]: cluster 2023-12-08T01:29:52.011015+0000 mgr.a (mgr.14403) 19880 : cluster 0 pgmap v14845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:53 smithi135 bash[32435]: cluster 2023-12-08T01:29:52.011015+0000 mgr.a (mgr.14403) 19880 : cluster 0 pgmap v14845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:54.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:29:54.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:29:54.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:29:55.322 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:29:55.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:29:55.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:29:55.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:29:55.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:29:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:55 smithi079 bash[28699]: cluster 2023-12-08T01:29:54.011718+0000 mgr.a (mgr.14403) 19881 : cluster 0 pgmap v14846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:55 smithi194 bash[32038]: cluster 2023-12-08T01:29:54.011718+0000 mgr.a (mgr.14403) 19881 : cluster 0 pgmap v14846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:55 smithi135 bash[32435]: cluster 2023-12-08T01:29:54.011718+0000 mgr.a (mgr.14403) 19881 : cluster 0 pgmap v14846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:29:56.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:56 smithi079 bash[28699]: audit 2023-12-08T01:29:54.811508+0000 mgr.a (mgr.14403) 19882 : audit 0 from='client.394392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:56.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:56 smithi194 bash[32038]: audit 2023-12-08T01:29:54.811508+0000 mgr.a (mgr.14403) 19882 : audit 0 from='client.394392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:56.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:56 smithi135 bash[32435]: audit 2023-12-08T01:29:54.811508+0000 mgr.a (mgr.14403) 19882 : audit 0 from='client.394392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:29:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:57 smithi079 bash[28699]: cluster 2023-12-08T01:29:56.012355+0000 mgr.a (mgr.14403) 19883 : cluster 0 pgmap v14847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:57 smithi194 bash[32038]: cluster 2023-12-08T01:29:56.012355+0000 mgr.a (mgr.14403) 19883 : cluster 0 pgmap v14847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:57 smithi135 bash[32435]: cluster 2023-12-08T01:29:56.012355+0000 mgr.a (mgr.14403) 19883 : cluster 0 pgmap v14847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:29:59 smithi079 bash[28699]: cluster 2023-12-08T01:29:58.012941+0000 mgr.a (mgr.14403) 19884 : cluster 0 pgmap v14848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:59.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:29:59 smithi194 bash[32038]: cluster 2023-12-08T01:29:58.012941+0000 mgr.a (mgr.14403) 19884 : cluster 0 pgmap v14848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:29:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:29:59 smithi135 bash[32435]: cluster 2023-12-08T01:29:58.012941+0000 mgr.a (mgr.14403) 19884 : cluster 0 pgmap v14848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:00.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:30:00.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:00.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:00.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:00 smithi079 bash[28699]: cluster 2023-12-08T01:30:00.000161+0000 mon.a (mon.0) 3203 : cluster 1 overall HEALTH_OK 2023-12-08T01:30:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:00 smithi194 bash[32038]: cluster 2023-12-08T01:30:00.000161+0000 mon.a (mon.0) 3203 : cluster 1 overall HEALTH_OK 2023-12-08T01:30:00.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:00 smithi135 bash[32435]: cluster 2023-12-08T01:30:00.000161+0000 mon.a (mon.0) 3203 : cluster 1 overall HEALTH_OK 2023-12-08T01:30:01.234 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:30:01.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:01.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:01.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:01.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:30:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:01 smithi079 bash[28699]: cluster 2023-12-08T01:30:00.013724+0000 mgr.a (mgr.14403) 19885 : cluster 0 pgmap v14849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:01 smithi079 bash[28699]: audit 2023-12-08T01:30:00.734691+0000 mgr.a (mgr.14403) 19886 : audit 0 from='client.394470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:01.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:01 smithi194 bash[32038]: cluster 2023-12-08T01:30:00.013724+0000 mgr.a (mgr.14403) 19885 : cluster 0 pgmap v14849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:01 smithi194 bash[32038]: audit 2023-12-08T01:30:00.734691+0000 mgr.a (mgr.14403) 19886 : audit 0 from='client.394470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:01 smithi135 bash[32435]: cluster 2023-12-08T01:30:00.013724+0000 mgr.a (mgr.14403) 19885 : cluster 0 pgmap v14849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:01 smithi135 bash[32435]: audit 2023-12-08T01:30:00.734691+0000 mgr.a (mgr.14403) 19886 : audit 0 from='client.394470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:03 smithi079 bash[28699]: cluster 2023-12-08T01:30:02.014351+0000 mgr.a (mgr.14403) 19887 : cluster 0 pgmap v14850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:03 smithi194 bash[32038]: cluster 2023-12-08T01:30:02.014351+0000 mgr.a (mgr.14403) 19887 : cluster 0 pgmap v14850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:03 smithi135 bash[32435]: cluster 2023-12-08T01:30:02.014351+0000 mgr.a (mgr.14403) 19887 : cluster 0 pgmap v14850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:05 smithi079 bash[28699]: cluster 2023-12-08T01:30:04.015145+0000 mgr.a (mgr.14403) 19888 : cluster 0 pgmap v14851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:05 smithi194 bash[32038]: cluster 2023-12-08T01:30:04.015145+0000 mgr.a (mgr.14403) 19888 : cluster 0 pgmap v14851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:05 smithi135 bash[32435]: cluster 2023-12-08T01:30:04.015145+0000 mgr.a (mgr.14403) 19888 : cluster 0 pgmap v14851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:06.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:30:06.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:06.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:07.116 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:30:07.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:07.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:07.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:07.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:30:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:07 smithi079 bash[28699]: cluster 2023-12-08T01:30:06.015661+0000 mgr.a (mgr.14403) 19889 : cluster 0 pgmap v14852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:07 smithi079 bash[28699]: audit 2023-12-08T01:30:06.636796+0000 mgr.a (mgr.14403) 19890 : audit 0 from='client.394545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:07.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:07 smithi194 bash[32038]: cluster 2023-12-08T01:30:06.015661+0000 mgr.a (mgr.14403) 19889 : cluster 0 pgmap v14852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:07 smithi194 bash[32038]: audit 2023-12-08T01:30:06.636796+0000 mgr.a (mgr.14403) 19890 : audit 0 from='client.394545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:07 smithi135 bash[32435]: cluster 2023-12-08T01:30:06.015661+0000 mgr.a (mgr.14403) 19889 : cluster 0 pgmap v14852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:07 smithi135 bash[32435]: audit 2023-12-08T01:30:06.636796+0000 mgr.a (mgr.14403) 19890 : audit 0 from='client.394545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:09 smithi079 bash[28699]: cluster 2023-12-08T01:30:08.016469+0000 mgr.a (mgr.14403) 19891 : cluster 0 pgmap v14853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:09 smithi194 bash[32038]: cluster 2023-12-08T01:30:08.016469+0000 mgr.a (mgr.14403) 19891 : cluster 0 pgmap v14853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:09 smithi135 bash[32435]: cluster 2023-12-08T01:30:08.016469+0000 mgr.a (mgr.14403) 19891 : cluster 0 pgmap v14853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:11 smithi079 bash[28699]: cluster 2023-12-08T01:30:10.017423+0000 mgr.a (mgr.14403) 19892 : cluster 0 pgmap v14854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:11.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:11 smithi194 bash[32038]: cluster 2023-12-08T01:30:10.017423+0000 mgr.a (mgr.14403) 19892 : cluster 0 pgmap v14854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:11 smithi135 bash[32435]: cluster 2023-12-08T01:30:10.017423+0000 mgr.a (mgr.14403) 19892 : cluster 0 pgmap v14854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:12.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:30:12.120 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:12.120 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:12.996 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:30:12.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:12.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:12.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:12.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:30:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:13 smithi079 bash[28699]: cluster 2023-12-08T01:30:12.017988+0000 mgr.a (mgr.14403) 19893 : cluster 0 pgmap v14855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:13 smithi079 bash[28699]: audit 2023-12-08T01:30:12.506133+0000 mgr.a (mgr.14403) 19894 : audit 0 from='client.394620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:13.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:13 smithi194 bash[32038]: cluster 2023-12-08T01:30:12.017988+0000 mgr.a (mgr.14403) 19893 : cluster 0 pgmap v14855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:13 smithi194 bash[32038]: audit 2023-12-08T01:30:12.506133+0000 mgr.a (mgr.14403) 19894 : audit 0 from='client.394620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:13 smithi135 bash[32435]: cluster 2023-12-08T01:30:12.017988+0000 mgr.a (mgr.14403) 19893 : cluster 0 pgmap v14855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:13 smithi135 bash[32435]: audit 2023-12-08T01:30:12.506133+0000 mgr.a (mgr.14403) 19894 : audit 0 from='client.394620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:15 smithi079 bash[28699]: cluster 2023-12-08T01:30:14.019099+0000 mgr.a (mgr.14403) 19895 : cluster 0 pgmap v14856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:15 smithi194 bash[32038]: cluster 2023-12-08T01:30:14.019099+0000 mgr.a (mgr.14403) 19895 : cluster 0 pgmap v14856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:15 smithi135 bash[32435]: cluster 2023-12-08T01:30:14.019099+0000 mgr.a (mgr.14403) 19895 : cluster 0 pgmap v14856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:17 smithi079 bash[28699]: cluster 2023-12-08T01:30:16.019644+0000 mgr.a (mgr.14403) 19896 : cluster 0 pgmap v14857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:17.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:17 smithi194 bash[32038]: cluster 2023-12-08T01:30:16.019644+0000 mgr.a (mgr.14403) 19896 : cluster 0 pgmap v14857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:17 smithi135 bash[32435]: cluster 2023-12-08T01:30:16.019644+0000 mgr.a (mgr.14403) 19896 : cluster 0 pgmap v14857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:17.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:30:17.999 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:17.999 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:18.908 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:30:18.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:18.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:18.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:18.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:30:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:19 smithi079 bash[28699]: cluster 2023-12-08T01:30:18.020129+0000 mgr.a (mgr.14403) 19897 : cluster 0 pgmap v14858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:19 smithi079 bash[28699]: audit 2023-12-08T01:30:18.414429+0000 mgr.a (mgr.14403) 19898 : audit 0 from='client.394695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:19.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:19 smithi194 bash[32038]: cluster 2023-12-08T01:30:18.020129+0000 mgr.a (mgr.14403) 19897 : cluster 0 pgmap v14858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:19 smithi194 bash[32038]: audit 2023-12-08T01:30:18.414429+0000 mgr.a (mgr.14403) 19898 : audit 0 from='client.394695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:19 smithi135 bash[32435]: cluster 2023-12-08T01:30:18.020129+0000 mgr.a (mgr.14403) 19897 : cluster 0 pgmap v14858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:19 smithi135 bash[32435]: audit 2023-12-08T01:30:18.414429+0000 mgr.a (mgr.14403) 19898 : audit 0 from='client.394695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:21 smithi079 bash[28699]: cluster 2023-12-08T01:30:20.021147+0000 mgr.a (mgr.14403) 19899 : cluster 0 pgmap v14859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:21.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:21 smithi194 bash[32038]: cluster 2023-12-08T01:30:20.021147+0000 mgr.a (mgr.14403) 19899 : cluster 0 pgmap v14859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:21 smithi135 bash[32435]: cluster 2023-12-08T01:30:20.021147+0000 mgr.a (mgr.14403) 19899 : cluster 0 pgmap v14859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:23 smithi079 bash[28699]: cluster 2023-12-08T01:30:22.021768+0000 mgr.a (mgr.14403) 19900 : cluster 0 pgmap v14860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:23.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:30:23.910 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:23.911 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:23 smithi194 bash[32038]: cluster 2023-12-08T01:30:22.021768+0000 mgr.a (mgr.14403) 19900 : cluster 0 pgmap v14860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:23 smithi135 bash[32435]: cluster 2023-12-08T01:30:22.021768+0000 mgr.a (mgr.14403) 19900 : cluster 0 pgmap v14860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:24.803 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:30:24.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:24.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:24.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:24.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:30:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:25 smithi079 bash[28699]: cluster 2023-12-08T01:30:24.022527+0000 mgr.a (mgr.14403) 19901 : cluster 0 pgmap v14861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:25 smithi079 bash[28699]: audit 2023-12-08T01:30:24.314482+0000 mgr.a (mgr.14403) 19902 : audit 0 from='client.394767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:25 smithi194 bash[32038]: cluster 2023-12-08T01:30:24.022527+0000 mgr.a (mgr.14403) 19901 : cluster 0 pgmap v14861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:25 smithi194 bash[32038]: audit 2023-12-08T01:30:24.314482+0000 mgr.a (mgr.14403) 19902 : audit 0 from='client.394767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:25 smithi135 bash[32435]: cluster 2023-12-08T01:30:24.022527+0000 mgr.a (mgr.14403) 19901 : cluster 0 pgmap v14861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:25 smithi135 bash[32435]: audit 2023-12-08T01:30:24.314482+0000 mgr.a (mgr.14403) 19902 : audit 0 from='client.394767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:27 smithi079 bash[28699]: cluster 2023-12-08T01:30:26.023202+0000 mgr.a (mgr.14403) 19903 : cluster 0 pgmap v14862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:27.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:27 smithi194 bash[32038]: cluster 2023-12-08T01:30:26.023202+0000 mgr.a (mgr.14403) 19903 : cluster 0 pgmap v14862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:27 smithi135 bash[32435]: cluster 2023-12-08T01:30:26.023202+0000 mgr.a (mgr.14403) 19903 : cluster 0 pgmap v14862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:29.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:30:29.807 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:29.807 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:29.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:29 smithi194 bash[32038]: cluster 2023-12-08T01:30:28.023714+0000 mgr.a (mgr.14403) 19904 : cluster 0 pgmap v14863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:29 smithi135 bash[32435]: cluster 2023-12-08T01:30:28.023714+0000 mgr.a (mgr.14403) 19904 : cluster 0 pgmap v14863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:29 smithi079 bash[28699]: cluster 2023-12-08T01:30:28.023714+0000 mgr.a (mgr.14403) 19904 : cluster 0 pgmap v14863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:30.709 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:30:30.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:30.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:30.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:30.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:30:31.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:31 smithi194 bash[32038]: cluster 2023-12-08T01:30:30.024260+0000 mgr.a (mgr.14403) 19905 : cluster 0 pgmap v14864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:31 smithi194 bash[32038]: audit 2023-12-08T01:30:30.211294+0000 mgr.a (mgr.14403) 19906 : audit 0 from='client.394842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:31 smithi194 bash[32038]: audit 2023-12-08T01:30:30.746530+0000 mon.a (mon.0) 3204 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:30:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:31 smithi194 bash[32038]: audit 2023-12-08T01:30:31.273977+0000 mon.a (mon.0) 3205 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:30:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:31 smithi194 bash[32038]: audit 2023-12-08T01:30:31.280785+0000 mon.a (mon.0) 3206 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:30:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:31 smithi135 bash[32435]: cluster 2023-12-08T01:30:30.024260+0000 mgr.a (mgr.14403) 19905 : cluster 0 pgmap v14864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:31 smithi135 bash[32435]: audit 2023-12-08T01:30:30.211294+0000 mgr.a (mgr.14403) 19906 : audit 0 from='client.394842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:31 smithi135 bash[32435]: audit 2023-12-08T01:30:30.746530+0000 mon.a (mon.0) 3204 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:30:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:31 smithi135 bash[32435]: audit 2023-12-08T01:30:31.273977+0000 mon.a (mon.0) 3205 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:30:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:31 smithi135 bash[32435]: audit 2023-12-08T01:30:31.280785+0000 mon.a (mon.0) 3206 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:30:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:31 smithi079 bash[28699]: cluster 2023-12-08T01:30:30.024260+0000 mgr.a (mgr.14403) 19905 : cluster 0 pgmap v14864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:31 smithi079 bash[28699]: audit 2023-12-08T01:30:30.211294+0000 mgr.a (mgr.14403) 19906 : audit 0 from='client.394842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:32.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:31 smithi079 bash[28699]: audit 2023-12-08T01:30:30.746530+0000 mon.a (mon.0) 3204 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:30:32.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:31 smithi079 bash[28699]: audit 2023-12-08T01:30:31.273977+0000 mon.a (mon.0) 3205 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:30:32.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:31 smithi079 bash[28699]: audit 2023-12-08T01:30:31.280785+0000 mon.a (mon.0) 3206 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:30:32.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:32 smithi194 bash[32038]: audit 2023-12-08T01:30:32.026025+0000 mon.a (mon.0) 3207 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:30:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:32 smithi194 bash[32038]: audit 2023-12-08T01:30:32.028012+0000 mon.a (mon.0) 3208 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:30:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:32 smithi194 bash[32038]: audit 2023-12-08T01:30:32.037061+0000 mon.a (mon.0) 3209 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:30:32.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:32 smithi135 bash[32435]: audit 2023-12-08T01:30:32.026025+0000 mon.a (mon.0) 3207 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:30:32.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:32 smithi135 bash[32435]: audit 2023-12-08T01:30:32.028012+0000 mon.a (mon.0) 3208 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:30:32.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:32 smithi135 bash[32435]: audit 2023-12-08T01:30:32.037061+0000 mon.a (mon.0) 3209 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:30:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:32 smithi079 bash[28699]: audit 2023-12-08T01:30:32.026025+0000 mon.a (mon.0) 3207 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:30:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:32 smithi079 bash[28699]: audit 2023-12-08T01:30:32.028012+0000 mon.a (mon.0) 3208 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:30:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:32 smithi079 bash[28699]: audit 2023-12-08T01:30:32.037061+0000 mon.a (mon.0) 3209 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:30:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:33 smithi194 bash[32038]: cluster 2023-12-08T01:30:32.024866+0000 mgr.a (mgr.14403) 19907 : cluster 0 pgmap v14865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:33 smithi135 bash[32435]: cluster 2023-12-08T01:30:32.024866+0000 mgr.a (mgr.14403) 19907 : cluster 0 pgmap v14865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:33 smithi079 bash[28699]: cluster 2023-12-08T01:30:32.024866+0000 mgr.a (mgr.14403) 19907 : cluster 0 pgmap v14865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:35.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:30:35.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:35.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:35 smithi194 bash[32038]: cluster 2023-12-08T01:30:34.025809+0000 mgr.a (mgr.14403) 19908 : cluster 0 pgmap v14866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:35 smithi135 bash[32435]: cluster 2023-12-08T01:30:34.025809+0000 mgr.a (mgr.14403) 19908 : cluster 0 pgmap v14866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:35 smithi079 bash[28699]: cluster 2023-12-08T01:30:34.025809+0000 mgr.a (mgr.14403) 19908 : cluster 0 pgmap v14866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:36.628 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:30:36.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:36.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:36.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:36.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:30:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:37 smithi194 bash[32038]: cluster 2023-12-08T01:30:36.026396+0000 mgr.a (mgr.14403) 19909 : cluster 0 pgmap v14867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:37 smithi194 bash[32038]: audit 2023-12-08T01:30:36.111807+0000 mgr.a (mgr.14403) 19910 : audit 0 from='client.394914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:37 smithi135 bash[32435]: cluster 2023-12-08T01:30:36.026396+0000 mgr.a (mgr.14403) 19909 : cluster 0 pgmap v14867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:37 smithi135 bash[32435]: audit 2023-12-08T01:30:36.111807+0000 mgr.a (mgr.14403) 19910 : audit 0 from='client.394914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:37 smithi079 bash[28699]: cluster 2023-12-08T01:30:36.026396+0000 mgr.a (mgr.14403) 19909 : cluster 0 pgmap v14867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:37 smithi079 bash[28699]: audit 2023-12-08T01:30:36.111807+0000 mgr.a (mgr.14403) 19910 : audit 0 from='client.394914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:39.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:39 smithi194 bash[32038]: cluster 2023-12-08T01:30:38.027192+0000 mgr.a (mgr.14403) 19911 : cluster 0 pgmap v14868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:39 smithi135 bash[32435]: cluster 2023-12-08T01:30:38.027192+0000 mgr.a (mgr.14403) 19911 : cluster 0 pgmap v14868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:39 smithi079 bash[28699]: cluster 2023-12-08T01:30:38.027192+0000 mgr.a (mgr.14403) 19911 : cluster 0 pgmap v14868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:41.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:30:41.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:41.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:41 smithi194 bash[32038]: cluster 2023-12-08T01:30:40.028123+0000 mgr.a (mgr.14403) 19912 : cluster 0 pgmap v14869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:41 smithi135 bash[32435]: cluster 2023-12-08T01:30:40.028123+0000 mgr.a (mgr.14403) 19912 : cluster 0 pgmap v14869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:41 smithi079 bash[28699]: cluster 2023-12-08T01:30:40.028123+0000 mgr.a (mgr.14403) 19912 : cluster 0 pgmap v14869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:42.573 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:30:42.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:42.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:42.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:42.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:30:43.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:43 smithi194 bash[32038]: cluster 2023-12-08T01:30:42.028697+0000 mgr.a (mgr.14403) 19913 : cluster 0 pgmap v14870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:43 smithi194 bash[32038]: audit 2023-12-08T01:30:42.033725+0000 mgr.a (mgr.14403) 19914 : audit 0 from='client.394992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:43 smithi135 bash[32435]: cluster 2023-12-08T01:30:42.028697+0000 mgr.a (mgr.14403) 19913 : cluster 0 pgmap v14870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:43 smithi135 bash[32435]: audit 2023-12-08T01:30:42.033725+0000 mgr.a (mgr.14403) 19914 : audit 0 from='client.394992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:43 smithi079 bash[28699]: cluster 2023-12-08T01:30:42.028697+0000 mgr.a (mgr.14403) 19913 : cluster 0 pgmap v14870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:43 smithi079 bash[28699]: audit 2023-12-08T01:30:42.033725+0000 mgr.a (mgr.14403) 19914 : audit 0 from='client.394992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:45 smithi194 bash[32038]: cluster 2023-12-08T01:30:44.029568+0000 mgr.a (mgr.14403) 19915 : cluster 0 pgmap v14871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:45 smithi135 bash[32435]: cluster 2023-12-08T01:30:44.029568+0000 mgr.a (mgr.14403) 19915 : cluster 0 pgmap v14871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:45 smithi079 bash[28699]: cluster 2023-12-08T01:30:44.029568+0000 mgr.a (mgr.14403) 19915 : cluster 0 pgmap v14871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:30:47.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:30:47.577 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:47.577 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:47 smithi194 bash[32038]: cluster 2023-12-08T01:30:46.030077+0000 mgr.a (mgr.14403) 19916 : cluster 0 pgmap v14872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:47 smithi135 bash[32435]: cluster 2023-12-08T01:30:46.030077+0000 mgr.a (mgr.14403) 19916 : cluster 0 pgmap v14872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:47 smithi079 bash[28699]: cluster 2023-12-08T01:30:46.030077+0000 mgr.a (mgr.14403) 19916 : cluster 0 pgmap v14872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:48.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:48.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:48.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:48.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:30:48.499 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:30:49.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:49 smithi194 bash[32038]: audit 2023-12-08T01:30:47.976324+0000 mgr.a (mgr.14403) 19917 : audit 0 from='client.395070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:49 smithi194 bash[32038]: cluster 2023-12-08T01:30:48.030918+0000 mgr.a (mgr.14403) 19918 : cluster 0 pgmap v14873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:49 smithi135 bash[32435]: audit 2023-12-08T01:30:47.976324+0000 mgr.a (mgr.14403) 19917 : audit 0 from='client.395070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:49 smithi135 bash[32435]: cluster 2023-12-08T01:30:48.030918+0000 mgr.a (mgr.14403) 19918 : cluster 0 pgmap v14873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:49 smithi079 bash[28699]: audit 2023-12-08T01:30:47.976324+0000 mgr.a (mgr.14403) 19917 : audit 0 from='client.395070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:49 smithi079 bash[28699]: cluster 2023-12-08T01:30:48.030918+0000 mgr.a (mgr.14403) 19918 : cluster 0 pgmap v14873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:51.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:51 smithi194 bash[32038]: cluster 2023-12-08T01:30:50.031828+0000 mgr.a (mgr.14403) 19919 : cluster 0 pgmap v14874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:30:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:51 smithi135 bash[32435]: cluster 2023-12-08T01:30:50.031828+0000 mgr.a (mgr.14403) 19919 : cluster 0 pgmap v14874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:30:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:51 smithi079 bash[28699]: cluster 2023-12-08T01:30:50.031828+0000 mgr.a (mgr.14403) 19919 : cluster 0 pgmap v14874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:30:53.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:30:53.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:53.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:30:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:53 smithi079 bash[28699]: cluster 2023-12-08T01:30:52.032390+0000 mgr.a (mgr.14403) 19920 : cluster 0 pgmap v14875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:30:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:53 smithi194 bash[32038]: cluster 2023-12-08T01:30:52.032390+0000 mgr.a (mgr.14403) 19920 : cluster 0 pgmap v14875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:30:54.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:53 smithi135 bash[32435]: cluster 2023-12-08T01:30:52.032390+0000 mgr.a (mgr.14403) 19920 : cluster 0 pgmap v14875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:30:54.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:30:54.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:30:54.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:30:54.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:30:54.403 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:30:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:55 smithi079 bash[28699]: audit 2023-12-08T01:30:53.910718+0000 mgr.a (mgr.14403) 19921 : audit 0 from='client.395148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:55 smithi079 bash[28699]: cluster 2023-12-08T01:30:54.033047+0000 mgr.a (mgr.14403) 19922 : cluster 0 pgmap v14876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:55 smithi194 bash[32038]: audit 2023-12-08T01:30:53.910718+0000 mgr.a (mgr.14403) 19921 : audit 0 from='client.395148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:55 smithi194 bash[32038]: cluster 2023-12-08T01:30:54.033047+0000 mgr.a (mgr.14403) 19922 : cluster 0 pgmap v14876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:55 smithi135 bash[32435]: audit 2023-12-08T01:30:53.910718+0000 mgr.a (mgr.14403) 19921 : audit 0 from='client.395148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:30:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:55 smithi135 bash[32435]: cluster 2023-12-08T01:30:54.033047+0000 mgr.a (mgr.14403) 19922 : cluster 0 pgmap v14876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:30:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:57 smithi079 bash[28699]: cluster 2023-12-08T01:30:56.033659+0000 mgr.a (mgr.14403) 19923 : cluster 0 pgmap v14877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:57 smithi194 bash[32038]: cluster 2023-12-08T01:30:56.033659+0000 mgr.a (mgr.14403) 19923 : cluster 0 pgmap v14877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:57 smithi135 bash[32435]: cluster 2023-12-08T01:30:56.033659+0000 mgr.a (mgr.14403) 19923 : cluster 0 pgmap v14877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:30:59.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:30:59.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:30:59.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:30:59 smithi079 bash[28699]: cluster 2023-12-08T01:30:58.034241+0000 mgr.a (mgr.14403) 19924 : cluster 0 pgmap v14878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:30:59 smithi194 bash[32038]: cluster 2023-12-08T01:30:58.034241+0000 mgr.a (mgr.14403) 19924 : cluster 0 pgmap v14878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:30:59 smithi135 bash[32435]: cluster 2023-12-08T01:30:58.034241+0000 mgr.a (mgr.14403) 19924 : cluster 0 pgmap v14878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:00.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:00.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:00.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:00.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:31:00.298 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:31:01.725 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:01 smithi194 bash[32038]: audit 2023-12-08T01:30:59.809351+0000 mgr.a (mgr.14403) 19925 : audit 0 from='client.395226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:01 smithi079 bash[28699]: audit 2023-12-08T01:30:59.809351+0000 mgr.a (mgr.14403) 19925 : audit 0 from='client.395226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:01 smithi079 bash[28699]: cluster 2023-12-08T01:31:00.034874+0000 mgr.a (mgr.14403) 19926 : cluster 0 pgmap v14879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:01 smithi194 bash[32038]: cluster 2023-12-08T01:31:00.034874+0000 mgr.a (mgr.14403) 19926 : cluster 0 pgmap v14879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:01 smithi135 bash[32435]: audit 2023-12-08T01:30:59.809351+0000 mgr.a (mgr.14403) 19925 : audit 0 from='client.395226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:01 smithi135 bash[32435]: cluster 2023-12-08T01:31:00.034874+0000 mgr.a (mgr.14403) 19926 : cluster 0 pgmap v14879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:03 smithi079 bash[28699]: cluster 2023-12-08T01:31:02.035517+0000 mgr.a (mgr.14403) 19927 : cluster 0 pgmap v14880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:31:04.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:03 smithi194 bash[32038]: cluster 2023-12-08T01:31:02.035517+0000 mgr.a (mgr.14403) 19927 : cluster 0 pgmap v14880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:31:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:03 smithi135 bash[32435]: cluster 2023-12-08T01:31:02.035517+0000 mgr.a (mgr.14403) 19927 : cluster 0 pgmap v14880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:31:05.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:31:05.301 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:05.301 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:05 smithi079 bash[28699]: cluster 2023-12-08T01:31:04.036421+0000 mgr.a (mgr.14403) 19928 : cluster 0 pgmap v14881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:31:06.185 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:31:06.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:06.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:06.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:06.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:31:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:05 smithi194 bash[32038]: cluster 2023-12-08T01:31:04.036421+0000 mgr.a (mgr.14403) 19928 : cluster 0 pgmap v14881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:31:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:05 smithi135 bash[32435]: cluster 2023-12-08T01:31:04.036421+0000 mgr.a (mgr.14403) 19928 : cluster 0 pgmap v14881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:31:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:06 smithi079 bash[28699]: audit 2023-12-08T01:31:05.704428+0000 mgr.a (mgr.14403) 19929 : audit 0 from='client.395304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:07.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:06 smithi194 bash[32038]: audit 2023-12-08T01:31:05.704428+0000 mgr.a (mgr.14403) 19929 : audit 0 from='client.395304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:07.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:06 smithi135 bash[32435]: audit 2023-12-08T01:31:05.704428+0000 mgr.a (mgr.14403) 19929 : audit 0 from='client.395304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:07 smithi079 bash[28699]: cluster 2023-12-08T01:31:06.036962+0000 mgr.a (mgr.14403) 19930 : cluster 0 pgmap v14882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:07 smithi194 bash[32038]: cluster 2023-12-08T01:31:06.036962+0000 mgr.a (mgr.14403) 19930 : cluster 0 pgmap v14882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:07 smithi135 bash[32435]: cluster 2023-12-08T01:31:06.036962+0000 mgr.a (mgr.14403) 19930 : cluster 0 pgmap v14882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:09 smithi079 bash[28699]: cluster 2023-12-08T01:31:08.037740+0000 mgr.a (mgr.14403) 19931 : cluster 0 pgmap v14883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:09 smithi194 bash[32038]: cluster 2023-12-08T01:31:08.037740+0000 mgr.a (mgr.14403) 19931 : cluster 0 pgmap v14883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:09 smithi135 bash[32435]: cluster 2023-12-08T01:31:08.037740+0000 mgr.a (mgr.14403) 19931 : cluster 0 pgmap v14883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:11.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:31:11.189 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:11.189 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:12.083 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:31:12.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:12.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:12.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:12.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:31:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:11 smithi079 bash[28699]: cluster 2023-12-08T01:31:10.038593+0000 mgr.a (mgr.14403) 19932 : cluster 0 pgmap v14884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:11 smithi194 bash[32038]: cluster 2023-12-08T01:31:10.038593+0000 mgr.a (mgr.14403) 19932 : cluster 0 pgmap v14884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:11 smithi135 bash[32435]: cluster 2023-12-08T01:31:10.038593+0000 mgr.a (mgr.14403) 19932 : cluster 0 pgmap v14884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:12 smithi079 bash[28699]: audit 2023-12-08T01:31:11.588445+0000 mgr.a (mgr.14403) 19933 : audit 0 from='client.395379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:12 smithi194 bash[32038]: audit 2023-12-08T01:31:11.588445+0000 mgr.a (mgr.14403) 19933 : audit 0 from='client.395379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:12 smithi135 bash[32435]: audit 2023-12-08T01:31:11.588445+0000 mgr.a (mgr.14403) 19933 : audit 0 from='client.395379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:13 smithi079 bash[28699]: cluster 2023-12-08T01:31:12.039077+0000 mgr.a (mgr.14403) 19934 : cluster 0 pgmap v14885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:13 smithi194 bash[32038]: cluster 2023-12-08T01:31:12.039077+0000 mgr.a (mgr.14403) 19934 : cluster 0 pgmap v14885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:13 smithi135 bash[32435]: cluster 2023-12-08T01:31:12.039077+0000 mgr.a (mgr.14403) 19934 : cluster 0 pgmap v14885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:15 smithi079 bash[28699]: cluster 2023-12-08T01:31:14.039915+0000 mgr.a (mgr.14403) 19935 : cluster 0 pgmap v14886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:15 smithi194 bash[32038]: cluster 2023-12-08T01:31:14.039915+0000 mgr.a (mgr.14403) 19935 : cluster 0 pgmap v14886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:15 smithi135 bash[32435]: cluster 2023-12-08T01:31:14.039915+0000 mgr.a (mgr.14403) 19935 : cluster 0 pgmap v14886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:17.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:31:17.087 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:17.087 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:18.009 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:31:18.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:18.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:18.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:18.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:31:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:17 smithi079 bash[28699]: cluster 2023-12-08T01:31:16.040474+0000 mgr.a (mgr.14403) 19936 : cluster 0 pgmap v14887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:17 smithi194 bash[32038]: cluster 2023-12-08T01:31:16.040474+0000 mgr.a (mgr.14403) 19936 : cluster 0 pgmap v14887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:17 smithi135 bash[32435]: cluster 2023-12-08T01:31:16.040474+0000 mgr.a (mgr.14403) 19936 : cluster 0 pgmap v14887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:19.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:18 smithi079 bash[28699]: audit 2023-12-08T01:31:17.497234+0000 mgr.a (mgr.14403) 19937 : audit 0 from='client.395457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:19.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:18 smithi194 bash[32038]: audit 2023-12-08T01:31:17.497234+0000 mgr.a (mgr.14403) 19937 : audit 0 from='client.395457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:19.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:18 smithi135 bash[32435]: audit 2023-12-08T01:31:17.497234+0000 mgr.a (mgr.14403) 19937 : audit 0 from='client.395457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:19 smithi079 bash[28699]: cluster 2023-12-08T01:31:18.041151+0000 mgr.a (mgr.14403) 19938 : cluster 0 pgmap v14888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:19 smithi194 bash[32038]: cluster 2023-12-08T01:31:18.041151+0000 mgr.a (mgr.14403) 19938 : cluster 0 pgmap v14888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:19 smithi135 bash[32435]: cluster 2023-12-08T01:31:18.041151+0000 mgr.a (mgr.14403) 19938 : cluster 0 pgmap v14888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:21 smithi079 bash[28699]: cluster 2023-12-08T01:31:20.041998+0000 mgr.a (mgr.14403) 19939 : cluster 0 pgmap v14889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:21 smithi194 bash[32038]: cluster 2023-12-08T01:31:20.041998+0000 mgr.a (mgr.14403) 19939 : cluster 0 pgmap v14889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:21 smithi135 bash[32435]: cluster 2023-12-08T01:31:20.041998+0000 mgr.a (mgr.14403) 19939 : cluster 0 pgmap v14889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:23.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:31:23.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:23.013 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:23.922 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:31:23.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:23.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:23.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:23.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:31:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:23 smithi079 bash[28699]: cluster 2023-12-08T01:31:22.042550+0000 mgr.a (mgr.14403) 19940 : cluster 0 pgmap v14890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:23 smithi194 bash[32038]: cluster 2023-12-08T01:31:22.042550+0000 mgr.a (mgr.14403) 19940 : cluster 0 pgmap v14890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:23 smithi135 bash[32435]: cluster 2023-12-08T01:31:22.042550+0000 mgr.a (mgr.14403) 19940 : cluster 0 pgmap v14890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:25.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:24 smithi079 bash[28699]: audit 2023-12-08T01:31:23.419335+0000 mgr.a (mgr.14403) 19941 : audit 0 from='client.395529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:25.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:24 smithi194 bash[32038]: audit 2023-12-08T01:31:23.419335+0000 mgr.a (mgr.14403) 19941 : audit 0 from='client.395529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:25.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:24 smithi135 bash[32435]: audit 2023-12-08T01:31:23.419335+0000 mgr.a (mgr.14403) 19941 : audit 0 from='client.395529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:25 smithi079 bash[28699]: cluster 2023-12-08T01:31:24.043741+0000 mgr.a (mgr.14403) 19942 : cluster 0 pgmap v14891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:25 smithi194 bash[32038]: cluster 2023-12-08T01:31:24.043741+0000 mgr.a (mgr.14403) 19942 : cluster 0 pgmap v14891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:25 smithi135 bash[32435]: cluster 2023-12-08T01:31:24.043741+0000 mgr.a (mgr.14403) 19942 : cluster 0 pgmap v14891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:26 smithi079 bash[28699]: cluster 2023-12-08T01:31:26.044356+0000 mgr.a (mgr.14403) 19943 : cluster 0 pgmap v14892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:27.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:26 smithi194 bash[32038]: cluster 2023-12-08T01:31:26.044356+0000 mgr.a (mgr.14403) 19943 : cluster 0 pgmap v14892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:27.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:26 smithi135 bash[32435]: cluster 2023-12-08T01:31:26.044356+0000 mgr.a (mgr.14403) 19943 : cluster 0 pgmap v14892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:28.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:31:28.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:28.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:29.815 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:31:29.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:29.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:29.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:29.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:31:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:29 smithi079 bash[28699]: cluster 2023-12-08T01:31:28.044911+0000 mgr.a (mgr.14403) 19944 : cluster 0 pgmap v14893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:29 smithi194 bash[32038]: cluster 2023-12-08T01:31:28.044911+0000 mgr.a (mgr.14403) 19944 : cluster 0 pgmap v14893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:29 smithi135 bash[32435]: cluster 2023-12-08T01:31:28.044911+0000 mgr.a (mgr.14403) 19944 : cluster 0 pgmap v14893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:30 smithi079 bash[28699]: audit 2023-12-08T01:31:29.321871+0000 mgr.a (mgr.14403) 19945 : audit 0 from='client.395607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:30.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:30 smithi194 bash[32038]: audit 2023-12-08T01:31:29.321871+0000 mgr.a (mgr.14403) 19945 : audit 0 from='client.395607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:30.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:30 smithi135 bash[32435]: audit 2023-12-08T01:31:29.321871+0000 mgr.a (mgr.14403) 19945 : audit 0 from='client.395607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:31 smithi079 bash[28699]: cluster 2023-12-08T01:31:30.045992+0000 mgr.a (mgr.14403) 19946 : cluster 0 pgmap v14894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:31.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:31 smithi194 bash[32038]: cluster 2023-12-08T01:31:30.045992+0000 mgr.a (mgr.14403) 19946 : cluster 0 pgmap v14894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:31 smithi135 bash[32435]: cluster 2023-12-08T01:31:30.045992+0000 mgr.a (mgr.14403) 19946 : cluster 0 pgmap v14894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:32.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:32 smithi079 bash[28699]: audit 2023-12-08T01:31:32.140408+0000 mon.a (mon.0) 3210 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:31:32.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:32 smithi194 bash[32038]: audit 2023-12-08T01:31:32.140408+0000 mon.a (mon.0) 3210 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:31:32.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:32 smithi135 bash[32435]: audit 2023-12-08T01:31:32.140408+0000 mon.a (mon.0) 3210 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:31:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:33 smithi079 bash[28699]: cluster 2023-12-08T01:31:32.046573+0000 mgr.a (mgr.14403) 19947 : cluster 0 pgmap v14895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:33 smithi079 bash[28699]: audit 2023-12-08T01:31:32.880723+0000 mon.a (mon.0) 3211 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:31:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:33 smithi079 bash[28699]: audit 2023-12-08T01:31:32.882684+0000 mon.a (mon.0) 3212 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:31:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:33 smithi079 bash[28699]: audit 2023-12-08T01:31:32.893170+0000 mon.a (mon.0) 3213 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:31:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:33 smithi194 bash[32038]: cluster 2023-12-08T01:31:32.046573+0000 mgr.a (mgr.14403) 19947 : cluster 0 pgmap v14895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:33 smithi194 bash[32038]: audit 2023-12-08T01:31:32.880723+0000 mon.a (mon.0) 3211 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:31:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:33 smithi194 bash[32038]: audit 2023-12-08T01:31:32.882684+0000 mon.a (mon.0) 3212 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:31:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:33 smithi194 bash[32038]: audit 2023-12-08T01:31:32.893170+0000 mon.a (mon.0) 3213 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:31:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:33 smithi135 bash[32435]: cluster 2023-12-08T01:31:32.046573+0000 mgr.a (mgr.14403) 19947 : cluster 0 pgmap v14895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:31:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:33 smithi135 bash[32435]: audit 2023-12-08T01:31:32.880723+0000 mon.a (mon.0) 3211 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:31:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:33 smithi135 bash[32435]: audit 2023-12-08T01:31:32.882684+0000 mon.a (mon.0) 3212 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:31:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:33 smithi135 bash[32435]: audit 2023-12-08T01:31:32.893170+0000 mon.a (mon.0) 3213 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:31:34.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:31:34.819 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:34.819 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:35.726 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:31:35.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:35.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:35.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:35.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:31:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:35 smithi079 bash[28699]: cluster 2023-12-08T01:31:34.047415+0000 mgr.a (mgr.14403) 19948 : cluster 0 pgmap v14896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:35 smithi194 bash[32038]: cluster 2023-12-08T01:31:34.047415+0000 mgr.a (mgr.14403) 19948 : cluster 0 pgmap v14896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:35 smithi135 bash[32435]: cluster 2023-12-08T01:31:34.047415+0000 mgr.a (mgr.14403) 19948 : cluster 0 pgmap v14896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:36.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:36 smithi079 bash[28699]: audit 2023-12-08T01:31:35.227374+0000 mgr.a (mgr.14403) 19949 : audit 0 from='client.395685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:36.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:36 smithi194 bash[32038]: audit 2023-12-08T01:31:35.227374+0000 mgr.a (mgr.14403) 19949 : audit 0 from='client.395685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:36.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:36 smithi135 bash[32435]: audit 2023-12-08T01:31:35.227374+0000 mgr.a (mgr.14403) 19949 : audit 0 from='client.395685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:37 smithi079 bash[28699]: cluster 2023-12-08T01:31:36.048268+0000 mgr.a (mgr.14403) 19950 : cluster 0 pgmap v14897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:37.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:37 smithi194 bash[32038]: cluster 2023-12-08T01:31:36.048268+0000 mgr.a (mgr.14403) 19950 : cluster 0 pgmap v14897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:37 smithi135 bash[32435]: cluster 2023-12-08T01:31:36.048268+0000 mgr.a (mgr.14403) 19950 : cluster 0 pgmap v14897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:39 smithi079 bash[28699]: cluster 2023-12-08T01:31:38.049033+0000 mgr.a (mgr.14403) 19951 : cluster 0 pgmap v14898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:39.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:39 smithi194 bash[32038]: cluster 2023-12-08T01:31:38.049033+0000 mgr.a (mgr.14403) 19951 : cluster 0 pgmap v14898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:39 smithi135 bash[32435]: cluster 2023-12-08T01:31:38.049033+0000 mgr.a (mgr.14403) 19951 : cluster 0 pgmap v14898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:40.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:31:40.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:40.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:41.647 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:31:41.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:41.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:41.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:41.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:31:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:41 smithi079 bash[28699]: cluster 2023-12-08T01:31:40.049877+0000 mgr.a (mgr.14403) 19952 : cluster 0 pgmap v14899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:41.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:41 smithi194 bash[32038]: cluster 2023-12-08T01:31:40.049877+0000 mgr.a (mgr.14403) 19952 : cluster 0 pgmap v14899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:41 smithi135 bash[32435]: cluster 2023-12-08T01:31:40.049877+0000 mgr.a (mgr.14403) 19952 : cluster 0 pgmap v14899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:42.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:42 smithi079 bash[28699]: audit 2023-12-08T01:31:41.137157+0000 mgr.a (mgr.14403) 19953 : audit 0 from='client.395763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:42.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:42 smithi194 bash[32038]: audit 2023-12-08T01:31:41.137157+0000 mgr.a (mgr.14403) 19953 : audit 0 from='client.395763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:42.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:42 smithi135 bash[32435]: audit 2023-12-08T01:31:41.137157+0000 mgr.a (mgr.14403) 19953 : audit 0 from='client.395763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:43 smithi079 bash[28699]: cluster 2023-12-08T01:31:42.050612+0000 mgr.a (mgr.14403) 19954 : cluster 0 pgmap v14900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:43.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:43 smithi194 bash[32038]: cluster 2023-12-08T01:31:42.050612+0000 mgr.a (mgr.14403) 19954 : cluster 0 pgmap v14900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:43 smithi135 bash[32435]: cluster 2023-12-08T01:31:42.050612+0000 mgr.a (mgr.14403) 19954 : cluster 0 pgmap v14900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:45 smithi079 bash[28699]: cluster 2023-12-08T01:31:44.051440+0000 mgr.a (mgr.14403) 19955 : cluster 0 pgmap v14901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:45 smithi194 bash[32038]: cluster 2023-12-08T01:31:44.051440+0000 mgr.a (mgr.14403) 19955 : cluster 0 pgmap v14901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:45 smithi135 bash[32435]: cluster 2023-12-08T01:31:44.051440+0000 mgr.a (mgr.14403) 19955 : cluster 0 pgmap v14901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:46.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:31:46.651 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:46.651 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:47.565 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:31:47.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:47.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:47.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:47.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:31:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:47 smithi079 bash[28699]: cluster 2023-12-08T01:31:46.051991+0000 mgr.a (mgr.14403) 19956 : cluster 0 pgmap v14902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:47 smithi194 bash[32038]: cluster 2023-12-08T01:31:46.051991+0000 mgr.a (mgr.14403) 19956 : cluster 0 pgmap v14902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:47 smithi135 bash[32435]: cluster 2023-12-08T01:31:46.051991+0000 mgr.a (mgr.14403) 19956 : cluster 0 pgmap v14902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:48.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:48 smithi079 bash[28699]: audit 2023-12-08T01:31:47.057923+0000 mgr.a (mgr.14403) 19957 : audit 0 from='client.395838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:48.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:48 smithi194 bash[32038]: audit 2023-12-08T01:31:47.057923+0000 mgr.a (mgr.14403) 19957 : audit 0 from='client.395838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:48.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:48 smithi135 bash[32435]: audit 2023-12-08T01:31:47.057923+0000 mgr.a (mgr.14403) 19957 : audit 0 from='client.395838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:49 smithi079 bash[28699]: cluster 2023-12-08T01:31:48.052704+0000 mgr.a (mgr.14403) 19958 : cluster 0 pgmap v14903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:49.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:49 smithi194 bash[32038]: cluster 2023-12-08T01:31:48.052704+0000 mgr.a (mgr.14403) 19958 : cluster 0 pgmap v14903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:49 smithi135 bash[32435]: cluster 2023-12-08T01:31:48.052704+0000 mgr.a (mgr.14403) 19958 : cluster 0 pgmap v14903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:51 smithi079 bash[28699]: cluster 2023-12-08T01:31:50.053282+0000 mgr.a (mgr.14403) 19959 : cluster 0 pgmap v14904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:51.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:51 smithi194 bash[32038]: cluster 2023-12-08T01:31:50.053282+0000 mgr.a (mgr.14403) 19959 : cluster 0 pgmap v14904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:51 smithi135 bash[32435]: cluster 2023-12-08T01:31:50.053282+0000 mgr.a (mgr.14403) 19959 : cluster 0 pgmap v14904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:52.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:31:52.569 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:52.569 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:53.487 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:31:53.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:53.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:53.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:53.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:31:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:53 smithi079 bash[28699]: cluster 2023-12-08T01:31:52.053820+0000 mgr.a (mgr.14403) 19960 : cluster 0 pgmap v14905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:53.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:53 smithi194 bash[32038]: cluster 2023-12-08T01:31:52.053820+0000 mgr.a (mgr.14403) 19960 : cluster 0 pgmap v14905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:53 smithi135 bash[32435]: cluster 2023-12-08T01:31:52.053820+0000 mgr.a (mgr.14403) 19960 : cluster 0 pgmap v14905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:54 smithi079 bash[28699]: audit 2023-12-08T01:31:52.969808+0000 mgr.a (mgr.14403) 19961 : audit 0 from='client.395910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:54 smithi194 bash[32038]: audit 2023-12-08T01:31:52.969808+0000 mgr.a (mgr.14403) 19961 : audit 0 from='client.395910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:54.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:54 smithi135 bash[32435]: audit 2023-12-08T01:31:52.969808+0000 mgr.a (mgr.14403) 19961 : audit 0 from='client.395910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:31:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:55 smithi079 bash[28699]: cluster 2023-12-08T01:31:54.054924+0000 mgr.a (mgr.14403) 19962 : cluster 0 pgmap v14906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:55 smithi194 bash[32038]: cluster 2023-12-08T01:31:54.054924+0000 mgr.a (mgr.14403) 19962 : cluster 0 pgmap v14906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:55 smithi135 bash[32435]: cluster 2023-12-08T01:31:54.054924+0000 mgr.a (mgr.14403) 19962 : cluster 0 pgmap v14906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:31:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:57 smithi194 bash[32038]: cluster 2023-12-08T01:31:56.055629+0000 mgr.a (mgr.14403) 19963 : cluster 0 pgmap v14907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:57 smithi135 bash[32435]: cluster 2023-12-08T01:31:56.055629+0000 mgr.a (mgr.14403) 19963 : cluster 0 pgmap v14907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:57 smithi079 bash[28699]: cluster 2023-12-08T01:31:56.055629+0000 mgr.a (mgr.14403) 19963 : cluster 0 pgmap v14907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:58.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:31:58.492 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:31:58.492 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:31:59.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:31:59.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:31:59.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:31:59.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:31:59.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:31:59.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:31:59 smithi194 bash[32038]: cluster 2023-12-08T01:31:58.056204+0000 mgr.a (mgr.14403) 19964 : cluster 0 pgmap v14908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:31:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:31:59 smithi135 bash[32435]: cluster 2023-12-08T01:31:58.056204+0000 mgr.a (mgr.14403) 19964 : cluster 0 pgmap v14908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:31:59 smithi079 bash[28699]: cluster 2023-12-08T01:31:58.056204+0000 mgr.a (mgr.14403) 19964 : cluster 0 pgmap v14908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:00 smithi194 bash[32038]: audit 2023-12-08T01:31:58.892178+0000 mgr.a (mgr.14403) 19965 : audit 0 from='client.395985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:00.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:00 smithi135 bash[32435]: audit 2023-12-08T01:31:58.892178+0000 mgr.a (mgr.14403) 19965 : audit 0 from='client.395985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:00 smithi079 bash[28699]: audit 2023-12-08T01:31:58.892178+0000 mgr.a (mgr.14403) 19965 : audit 0 from='client.395985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:01.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:01 smithi194 bash[32038]: cluster 2023-12-08T01:32:00.057284+0000 mgr.a (mgr.14403) 19966 : cluster 0 pgmap v14909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:01 smithi135 bash[32435]: cluster 2023-12-08T01:32:00.057284+0000 mgr.a (mgr.14403) 19966 : cluster 0 pgmap v14909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:01 smithi079 bash[28699]: cluster 2023-12-08T01:32:00.057284+0000 mgr.a (mgr.14403) 19966 : cluster 0 pgmap v14909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:03 smithi194 bash[32038]: cluster 2023-12-08T01:32:02.057866+0000 mgr.a (mgr.14403) 19967 : cluster 0 pgmap v14910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:03 smithi135 bash[32435]: cluster 2023-12-08T01:32:02.057866+0000 mgr.a (mgr.14403) 19967 : cluster 0 pgmap v14910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:03 smithi079 bash[28699]: cluster 2023-12-08T01:32:02.057866+0000 mgr.a (mgr.14403) 19967 : cluster 0 pgmap v14910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:04.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:32:04.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:04.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:05.257 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:32:05.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:05.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:05.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:05.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:32:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:05 smithi194 bash[32038]: cluster 2023-12-08T01:32:04.058641+0000 mgr.a (mgr.14403) 19968 : cluster 0 pgmap v14911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:05 smithi194 bash[32038]: audit 2023-12-08T01:32:04.772764+0000 mgr.a (mgr.14403) 19969 : audit 0 from='client.396063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:05 smithi135 bash[32435]: cluster 2023-12-08T01:32:04.058641+0000 mgr.a (mgr.14403) 19968 : cluster 0 pgmap v14911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:05 smithi135 bash[32435]: audit 2023-12-08T01:32:04.772764+0000 mgr.a (mgr.14403) 19969 : audit 0 from='client.396063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:05 smithi079 bash[28699]: cluster 2023-12-08T01:32:04.058641+0000 mgr.a (mgr.14403) 19968 : cluster 0 pgmap v14911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:05 smithi079 bash[28699]: audit 2023-12-08T01:32:04.772764+0000 mgr.a (mgr.14403) 19969 : audit 0 from='client.396063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:07.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:07 smithi194 bash[32038]: cluster 2023-12-08T01:32:06.059394+0000 mgr.a (mgr.14403) 19970 : cluster 0 pgmap v14912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:07 smithi135 bash[32435]: cluster 2023-12-08T01:32:06.059394+0000 mgr.a (mgr.14403) 19970 : cluster 0 pgmap v14912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:07 smithi079 bash[28699]: cluster 2023-12-08T01:32:06.059394+0000 mgr.a (mgr.14403) 19970 : cluster 0 pgmap v14912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:09 smithi194 bash[32038]: cluster 2023-12-08T01:32:08.060025+0000 mgr.a (mgr.14403) 19971 : cluster 0 pgmap v14913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:09 smithi135 bash[32435]: cluster 2023-12-08T01:32:08.060025+0000 mgr.a (mgr.14403) 19971 : cluster 0 pgmap v14913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:09 smithi079 bash[28699]: cluster 2023-12-08T01:32:08.060025+0000 mgr.a (mgr.14403) 19971 : cluster 0 pgmap v14913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:10.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:32:10.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:10.261 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:11.187 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:32:11.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:11.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:11.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:11.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:32:11.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:11 smithi194 bash[32038]: cluster 2023-12-08T01:32:10.060866+0000 mgr.a (mgr.14403) 19972 : cluster 0 pgmap v14914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:11 smithi194 bash[32038]: audit 2023-12-08T01:32:10.669068+0000 mgr.a (mgr.14403) 19973 : audit 0 from='client.396141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:11 smithi135 bash[32435]: cluster 2023-12-08T01:32:10.060866+0000 mgr.a (mgr.14403) 19972 : cluster 0 pgmap v14914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:11 smithi135 bash[32435]: audit 2023-12-08T01:32:10.669068+0000 mgr.a (mgr.14403) 19973 : audit 0 from='client.396141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:11 smithi079 bash[28699]: cluster 2023-12-08T01:32:10.060866+0000 mgr.a (mgr.14403) 19972 : cluster 0 pgmap v14914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:11 smithi079 bash[28699]: audit 2023-12-08T01:32:10.669068+0000 mgr.a (mgr.14403) 19973 : audit 0 from='client.396141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:13.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:13 smithi194 bash[32038]: cluster 2023-12-08T01:32:12.061495+0000 mgr.a (mgr.14403) 19974 : cluster 0 pgmap v14915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:13 smithi135 bash[32435]: cluster 2023-12-08T01:32:12.061495+0000 mgr.a (mgr.14403) 19974 : cluster 0 pgmap v14915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:13 smithi079 bash[28699]: cluster 2023-12-08T01:32:12.061495+0000 mgr.a (mgr.14403) 19974 : cluster 0 pgmap v14915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:15 smithi194 bash[32038]: cluster 2023-12-08T01:32:14.062321+0000 mgr.a (mgr.14403) 19975 : cluster 0 pgmap v14916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:15 smithi135 bash[32435]: cluster 2023-12-08T01:32:14.062321+0000 mgr.a (mgr.14403) 19975 : cluster 0 pgmap v14916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:15 smithi079 bash[28699]: cluster 2023-12-08T01:32:14.062321+0000 mgr.a (mgr.14403) 19975 : cluster 0 pgmap v14916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:16.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:32:16.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:16.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:17.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:17.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:17.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:17.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:32:17.112 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:32:17.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:17 smithi194 bash[32038]: cluster 2023-12-08T01:32:16.062879+0000 mgr.a (mgr.14403) 19976 : cluster 0 pgmap v14917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:17 smithi194 bash[32038]: audit 2023-12-08T01:32:16.592310+0000 mgr.a (mgr.14403) 19977 : audit 0 from='client.396216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:17 smithi135 bash[32435]: cluster 2023-12-08T01:32:16.062879+0000 mgr.a (mgr.14403) 19976 : cluster 0 pgmap v14917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:17 smithi135 bash[32435]: audit 2023-12-08T01:32:16.592310+0000 mgr.a (mgr.14403) 19977 : audit 0 from='client.396216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:17 smithi079 bash[28699]: cluster 2023-12-08T01:32:16.062879+0000 mgr.a (mgr.14403) 19976 : cluster 0 pgmap v14917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:17 smithi079 bash[28699]: audit 2023-12-08T01:32:16.592310+0000 mgr.a (mgr.14403) 19977 : audit 0 from='client.396216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:19.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:19 smithi194 bash[32038]: cluster 2023-12-08T01:32:18.063644+0000 mgr.a (mgr.14403) 19978 : cluster 0 pgmap v14918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:19 smithi135 bash[32435]: cluster 2023-12-08T01:32:18.063644+0000 mgr.a (mgr.14403) 19978 : cluster 0 pgmap v14918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:19 smithi079 bash[28699]: cluster 2023-12-08T01:32:18.063644+0000 mgr.a (mgr.14403) 19978 : cluster 0 pgmap v14918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:21 smithi135 bash[32435]: cluster 2023-12-08T01:32:20.064525+0000 mgr.a (mgr.14403) 19979 : cluster 0 pgmap v14919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:22.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:32:22.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:22.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:21 smithi079 bash[28699]: cluster 2023-12-08T01:32:20.064525+0000 mgr.a (mgr.14403) 19979 : cluster 0 pgmap v14919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:21 smithi194 bash[32038]: cluster 2023-12-08T01:32:20.064525+0000 mgr.a (mgr.14403) 19979 : cluster 0 pgmap v14919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:23.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:23.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:23.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:23.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:32:23.054 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:32:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:23 smithi079 bash[28699]: cluster 2023-12-08T01:32:22.065112+0000 mgr.a (mgr.14403) 19980 : cluster 0 pgmap v14920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:23 smithi079 bash[28699]: audit 2023-12-08T01:32:22.514760+0000 mgr.a (mgr.14403) 19981 : audit 0 from='client.396291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:23 smithi194 bash[32038]: cluster 2023-12-08T01:32:22.065112+0000 mgr.a (mgr.14403) 19980 : cluster 0 pgmap v14920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:23 smithi194 bash[32038]: audit 2023-12-08T01:32:22.514760+0000 mgr.a (mgr.14403) 19981 : audit 0 from='client.396291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:23 smithi135 bash[32435]: cluster 2023-12-08T01:32:22.065112+0000 mgr.a (mgr.14403) 19980 : cluster 0 pgmap v14920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:23 smithi135 bash[32435]: audit 2023-12-08T01:32:22.514760+0000 mgr.a (mgr.14403) 19981 : audit 0 from='client.396291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:25 smithi079 bash[28699]: cluster 2023-12-08T01:32:24.066078+0000 mgr.a (mgr.14403) 19982 : cluster 0 pgmap v14921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:25 smithi194 bash[32038]: cluster 2023-12-08T01:32:24.066078+0000 mgr.a (mgr.14403) 19982 : cluster 0 pgmap v14921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:25 smithi135 bash[32435]: cluster 2023-12-08T01:32:24.066078+0000 mgr.a (mgr.14403) 19982 : cluster 0 pgmap v14921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:28.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:32:28.057 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:28.057 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:27 smithi079 bash[28699]: cluster 2023-12-08T01:32:26.066637+0000 mgr.a (mgr.14403) 19983 : cluster 0 pgmap v14922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:27 smithi194 bash[32038]: cluster 2023-12-08T01:32:26.066637+0000 mgr.a (mgr.14403) 19983 : cluster 0 pgmap v14922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:27 smithi135 bash[32435]: cluster 2023-12-08T01:32:26.066637+0000 mgr.a (mgr.14403) 19983 : cluster 0 pgmap v14922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:28.963 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:32:28.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:28.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:28.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:28.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:32:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:29 smithi079 bash[28699]: cluster 2023-12-08T01:32:28.067211+0000 mgr.a (mgr.14403) 19984 : cluster 0 pgmap v14923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:29 smithi079 bash[28699]: audit 2023-12-08T01:32:28.461582+0000 mgr.a (mgr.14403) 19985 : audit 0 from='client.396366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:29 smithi194 bash[32038]: cluster 2023-12-08T01:32:28.067211+0000 mgr.a (mgr.14403) 19984 : cluster 0 pgmap v14923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:29 smithi194 bash[32038]: audit 2023-12-08T01:32:28.461582+0000 mgr.a (mgr.14403) 19985 : audit 0 from='client.396366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:29 smithi135 bash[32435]: cluster 2023-12-08T01:32:28.067211+0000 mgr.a (mgr.14403) 19984 : cluster 0 pgmap v14923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:29 smithi135 bash[32435]: audit 2023-12-08T01:32:28.461582+0000 mgr.a (mgr.14403) 19985 : audit 0 from='client.396366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:31 smithi079 bash[28699]: cluster 2023-12-08T01:32:30.068198+0000 mgr.a (mgr.14403) 19986 : cluster 0 pgmap v14924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:31 smithi194 bash[32038]: cluster 2023-12-08T01:32:30.068198+0000 mgr.a (mgr.14403) 19986 : cluster 0 pgmap v14924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:31 smithi135 bash[32435]: cluster 2023-12-08T01:32:30.068198+0000 mgr.a (mgr.14403) 19986 : cluster 0 pgmap v14924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:33.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:32:33.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:33.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:33 smithi079 bash[28699]: cluster 2023-12-08T01:32:32.068797+0000 mgr.a (mgr.14403) 19987 : cluster 0 pgmap v14925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:33 smithi079 bash[28699]: audit 2023-12-08T01:32:32.996298+0000 mon.a (mon.0) 3214 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:32:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:33 smithi194 bash[32038]: cluster 2023-12-08T01:32:32.068797+0000 mgr.a (mgr.14403) 19987 : cluster 0 pgmap v14925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:33 smithi194 bash[32038]: audit 2023-12-08T01:32:32.996298+0000 mon.a (mon.0) 3214 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:32:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:33 smithi135 bash[32435]: cluster 2023-12-08T01:32:32.068797+0000 mgr.a (mgr.14403) 19987 : cluster 0 pgmap v14925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:33 smithi135 bash[32435]: audit 2023-12-08T01:32:32.996298+0000 mon.a (mon.0) 3214 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:32:34.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:34.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:34.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:34.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:32:34.899 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:32:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:34 smithi079 bash[28699]: audit 2023-12-08T01:32:33.776666+0000 mon.a (mon.0) 3215 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:32:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:34 smithi079 bash[28699]: audit 2023-12-08T01:32:33.778656+0000 mon.a (mon.0) 3216 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:32:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:34 smithi079 bash[28699]: audit 2023-12-08T01:32:33.787714+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:32:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:34 smithi194 bash[32038]: audit 2023-12-08T01:32:33.776666+0000 mon.a (mon.0) 3215 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:32:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:34 smithi194 bash[32038]: audit 2023-12-08T01:32:33.778656+0000 mon.a (mon.0) 3216 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:32:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:34 smithi194 bash[32038]: audit 2023-12-08T01:32:33.787714+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:32:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:34 smithi135 bash[32435]: audit 2023-12-08T01:32:33.776666+0000 mon.a (mon.0) 3215 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:32:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:34 smithi135 bash[32435]: audit 2023-12-08T01:32:33.778656+0000 mon.a (mon.0) 3216 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:32:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:34 smithi135 bash[32435]: audit 2023-12-08T01:32:33.787714+0000 mon.a (mon.0) 3217 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:32:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:35 smithi079 bash[28699]: cluster 2023-12-08T01:32:34.069529+0000 mgr.a (mgr.14403) 19988 : cluster 0 pgmap v14926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:35 smithi079 bash[28699]: audit 2023-12-08T01:32:34.368728+0000 mgr.a (mgr.14403) 19989 : audit 0 from='client.396438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:35 smithi194 bash[32038]: cluster 2023-12-08T01:32:34.069529+0000 mgr.a (mgr.14403) 19988 : cluster 0 pgmap v14926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:35 smithi194 bash[32038]: audit 2023-12-08T01:32:34.368728+0000 mgr.a (mgr.14403) 19989 : audit 0 from='client.396438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:35 smithi135 bash[32435]: cluster 2023-12-08T01:32:34.069529+0000 mgr.a (mgr.14403) 19988 : cluster 0 pgmap v14926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:35 smithi135 bash[32435]: audit 2023-12-08T01:32:34.368728+0000 mgr.a (mgr.14403) 19989 : audit 0 from='client.396438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:37 smithi079 bash[28699]: cluster 2023-12-08T01:32:36.070197+0000 mgr.a (mgr.14403) 19990 : cluster 0 pgmap v14927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:37 smithi194 bash[32038]: cluster 2023-12-08T01:32:36.070197+0000 mgr.a (mgr.14403) 19990 : cluster 0 pgmap v14927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:37 smithi135 bash[32435]: cluster 2023-12-08T01:32:36.070197+0000 mgr.a (mgr.14403) 19990 : cluster 0 pgmap v14927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:39.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:32:39.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:39.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:39 smithi079 bash[28699]: cluster 2023-12-08T01:32:38.070783+0000 mgr.a (mgr.14403) 19991 : cluster 0 pgmap v14928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:39 smithi194 bash[32038]: cluster 2023-12-08T01:32:38.070783+0000 mgr.a (mgr.14403) 19991 : cluster 0 pgmap v14928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:39 smithi135 bash[32435]: cluster 2023-12-08T01:32:38.070783+0000 mgr.a (mgr.14403) 19991 : cluster 0 pgmap v14928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:32:40.810 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:32:40.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:40.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:40.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:40.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:32:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:41 smithi079 bash[28699]: cluster 2023-12-08T01:32:40.071634+0000 mgr.a (mgr.14403) 19992 : cluster 0 pgmap v14929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:41 smithi079 bash[28699]: audit 2023-12-08T01:32:40.308079+0000 mgr.a (mgr.14403) 19993 : audit 0 from='client.396513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:41 smithi194 bash[32038]: cluster 2023-12-08T01:32:40.071634+0000 mgr.a (mgr.14403) 19992 : cluster 0 pgmap v14929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:41 smithi194 bash[32038]: audit 2023-12-08T01:32:40.308079+0000 mgr.a (mgr.14403) 19993 : audit 0 from='client.396513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:41 smithi135 bash[32435]: cluster 2023-12-08T01:32:40.071634+0000 mgr.a (mgr.14403) 19992 : cluster 0 pgmap v14929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:41 smithi135 bash[32435]: audit 2023-12-08T01:32:40.308079+0000 mgr.a (mgr.14403) 19993 : audit 0 from='client.396513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:43 smithi079 bash[28699]: cluster 2023-12-08T01:32:42.072286+0000 mgr.a (mgr.14403) 19994 : cluster 0 pgmap v14930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:44.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:43 smithi194 bash[32038]: cluster 2023-12-08T01:32:42.072286+0000 mgr.a (mgr.14403) 19994 : cluster 0 pgmap v14930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:43 smithi135 bash[32435]: cluster 2023-12-08T01:32:42.072286+0000 mgr.a (mgr.14403) 19994 : cluster 0 pgmap v14930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:45.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:32:45.813 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:45.813 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:45 smithi079 bash[28699]: cluster 2023-12-08T01:32:44.073127+0000 mgr.a (mgr.14403) 19995 : cluster 0 pgmap v14931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:45 smithi194 bash[32038]: cluster 2023-12-08T01:32:44.073127+0000 mgr.a (mgr.14403) 19995 : cluster 0 pgmap v14931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:45 smithi135 bash[32435]: cluster 2023-12-08T01:32:44.073127+0000 mgr.a (mgr.14403) 19995 : cluster 0 pgmap v14931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:46.744 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:32:46.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:46.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:46.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:46.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:32:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:47 smithi079 bash[28699]: cluster 2023-12-08T01:32:46.073679+0000 mgr.a (mgr.14403) 19996 : cluster 0 pgmap v14932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:47 smithi079 bash[28699]: audit 2023-12-08T01:32:46.217956+0000 mgr.a (mgr.14403) 19997 : audit 0 from='client.396591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:47 smithi194 bash[32038]: cluster 2023-12-08T01:32:46.073679+0000 mgr.a (mgr.14403) 19996 : cluster 0 pgmap v14932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:47 smithi194 bash[32038]: audit 2023-12-08T01:32:46.217956+0000 mgr.a (mgr.14403) 19997 : audit 0 from='client.396591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:47 smithi135 bash[32435]: cluster 2023-12-08T01:32:46.073679+0000 mgr.a (mgr.14403) 19996 : cluster 0 pgmap v14932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:47 smithi135 bash[32435]: audit 2023-12-08T01:32:46.217956+0000 mgr.a (mgr.14403) 19997 : audit 0 from='client.396591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:49 smithi079 bash[28699]: cluster 2023-12-08T01:32:48.074356+0000 mgr.a (mgr.14403) 19998 : cluster 0 pgmap v14933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:49 smithi194 bash[32038]: cluster 2023-12-08T01:32:48.074356+0000 mgr.a (mgr.14403) 19998 : cluster 0 pgmap v14933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:49 smithi135 bash[32435]: cluster 2023-12-08T01:32:48.074356+0000 mgr.a (mgr.14403) 19998 : cluster 0 pgmap v14933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:51.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:32:51.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:51.749 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:51 smithi079 bash[28699]: cluster 2023-12-08T01:32:50.075157+0000 mgr.a (mgr.14403) 19999 : cluster 0 pgmap v14934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:51 smithi194 bash[32038]: cluster 2023-12-08T01:32:50.075157+0000 mgr.a (mgr.14403) 19999 : cluster 0 pgmap v14934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:51 smithi135 bash[32435]: cluster 2023-12-08T01:32:50.075157+0000 mgr.a (mgr.14403) 19999 : cluster 0 pgmap v14934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:52.668 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:32:52.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:52.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:52.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:52.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:32:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:52 smithi079 bash[28699]: cluster 2023-12-08T01:32:52.075660+0000 mgr.a (mgr.14403) 20000 : cluster 0 pgmap v14935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:52 smithi079 bash[28699]: audit 2023-12-08T01:32:52.158193+0000 mgr.a (mgr.14403) 20001 : audit 0 from='client.396666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:52 smithi194 bash[32038]: cluster 2023-12-08T01:32:52.075660+0000 mgr.a (mgr.14403) 20000 : cluster 0 pgmap v14935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:52 smithi194 bash[32038]: audit 2023-12-08T01:32:52.158193+0000 mgr.a (mgr.14403) 20001 : audit 0 from='client.396666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:52 smithi135 bash[32435]: cluster 2023-12-08T01:32:52.075660+0000 mgr.a (mgr.14403) 20000 : cluster 0 pgmap v14935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:52 smithi135 bash[32435]: audit 2023-12-08T01:32:52.158193+0000 mgr.a (mgr.14403) 20001 : audit 0 from='client.396666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:55 smithi079 bash[28699]: cluster 2023-12-08T01:32:54.076538+0000 mgr.a (mgr.14403) 20002 : cluster 0 pgmap v14936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:55 smithi194 bash[32038]: cluster 2023-12-08T01:32:54.076538+0000 mgr.a (mgr.14403) 20002 : cluster 0 pgmap v14936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:55 smithi135 bash[32435]: cluster 2023-12-08T01:32:54.076538+0000 mgr.a (mgr.14403) 20002 : cluster 0 pgmap v14936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:32:57.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:32:57.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:32:57.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:32:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:57 smithi079 bash[28699]: cluster 2023-12-08T01:32:56.077134+0000 mgr.a (mgr.14403) 20003 : cluster 0 pgmap v14937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:57.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:57 smithi194 bash[32038]: cluster 2023-12-08T01:32:56.077134+0000 mgr.a (mgr.14403) 20003 : cluster 0 pgmap v14937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:57 smithi135 bash[32435]: cluster 2023-12-08T01:32:56.077134+0000 mgr.a (mgr.14403) 20003 : cluster 0 pgmap v14937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:58.574 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:32:58.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:32:58.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:32:58.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:32:58.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:32:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:59 smithi079 bash[28699]: audit 2023-12-08T01:32:58.069562+0000 mgr.a (mgr.14403) 20004 : audit 0 from='client.396741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:32:59 smithi079 bash[28699]: cluster 2023-12-08T01:32:58.084319+0000 mgr.a (mgr.14403) 20005 : cluster 0 pgmap v14938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:59.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:59 smithi194 bash[32038]: audit 2023-12-08T01:32:58.069562+0000 mgr.a (mgr.14403) 20004 : audit 0 from='client.396741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:32:59 smithi194 bash[32038]: cluster 2023-12-08T01:32:58.084319+0000 mgr.a (mgr.14403) 20005 : cluster 0 pgmap v14938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:32:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:59 smithi135 bash[32435]: audit 2023-12-08T01:32:58.069562+0000 mgr.a (mgr.14403) 20004 : audit 0 from='client.396741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:32:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:32:59 smithi135 bash[32435]: cluster 2023-12-08T01:32:58.084319+0000 mgr.a (mgr.14403) 20005 : cluster 0 pgmap v14938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:01 smithi079 bash[28699]: cluster 2023-12-08T01:33:00.085264+0000 mgr.a (mgr.14403) 20006 : cluster 0 pgmap v14939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:33:01.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:01 smithi194 bash[32038]: cluster 2023-12-08T01:33:00.085264+0000 mgr.a (mgr.14403) 20006 : cluster 0 pgmap v14939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:33:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:01 smithi135 bash[32435]: cluster 2023-12-08T01:33:00.085264+0000 mgr.a (mgr.14403) 20006 : cluster 0 pgmap v14939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:33:03.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:33:03.577 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:03.577 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:03 smithi079 bash[28699]: cluster 2023-12-08T01:33:02.085839+0000 mgr.a (mgr.14403) 20007 : cluster 0 pgmap v14940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:33:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:03 smithi194 bash[32038]: cluster 2023-12-08T01:33:02.085839+0000 mgr.a (mgr.14403) 20007 : cluster 0 pgmap v14940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:33:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:03 smithi135 bash[32435]: cluster 2023-12-08T01:33:02.085839+0000 mgr.a (mgr.14403) 20007 : cluster 0 pgmap v14940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:33:04.511 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:33:04.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:04.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:04.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:04.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:33:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:05 smithi079 bash[28699]: audit 2023-12-08T01:33:03.988531+0000 mgr.a (mgr.14403) 20008 : audit 0 from='client.396816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:05 smithi079 bash[28699]: cluster 2023-12-08T01:33:04.086529+0000 mgr.a (mgr.14403) 20009 : cluster 0 pgmap v14941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:05 smithi194 bash[32038]: audit 2023-12-08T01:33:03.988531+0000 mgr.a (mgr.14403) 20008 : audit 0 from='client.396816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:05 smithi194 bash[32038]: cluster 2023-12-08T01:33:04.086529+0000 mgr.a (mgr.14403) 20009 : cluster 0 pgmap v14941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:05 smithi135 bash[32435]: audit 2023-12-08T01:33:03.988531+0000 mgr.a (mgr.14403) 20008 : audit 0 from='client.396816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:05 smithi135 bash[32435]: cluster 2023-12-08T01:33:04.086529+0000 mgr.a (mgr.14403) 20009 : cluster 0 pgmap v14941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:07 smithi079 bash[28699]: cluster 2023-12-08T01:33:06.087181+0000 mgr.a (mgr.14403) 20010 : cluster 0 pgmap v14942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:07.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:07 smithi194 bash[32038]: cluster 2023-12-08T01:33:06.087181+0000 mgr.a (mgr.14403) 20010 : cluster 0 pgmap v14942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:07 smithi135 bash[32435]: cluster 2023-12-08T01:33:06.087181+0000 mgr.a (mgr.14403) 20010 : cluster 0 pgmap v14942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:09.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:33:09.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:09.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:09 smithi079 bash[28699]: cluster 2023-12-08T01:33:08.087753+0000 mgr.a (mgr.14403) 20011 : cluster 0 pgmap v14943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:09.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:09 smithi194 bash[32038]: cluster 2023-12-08T01:33:08.087753+0000 mgr.a (mgr.14403) 20011 : cluster 0 pgmap v14943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:09 smithi135 bash[32435]: cluster 2023-12-08T01:33:08.087753+0000 mgr.a (mgr.14403) 20011 : cluster 0 pgmap v14943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:10.449 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:33:10.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:10.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:10.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:10.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:33:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:11 smithi079 bash[28699]: audit 2023-12-08T01:33:09.921135+0000 mgr.a (mgr.14403) 20012 : audit 0 from='client.396891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:11 smithi079 bash[28699]: cluster 2023-12-08T01:33:10.088995+0000 mgr.a (mgr.14403) 20013 : cluster 0 pgmap v14944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:11.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:11 smithi194 bash[32038]: audit 2023-12-08T01:33:09.921135+0000 mgr.a (mgr.14403) 20012 : audit 0 from='client.396891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:11 smithi194 bash[32038]: cluster 2023-12-08T01:33:10.088995+0000 mgr.a (mgr.14403) 20013 : cluster 0 pgmap v14944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:11 smithi135 bash[32435]: audit 2023-12-08T01:33:09.921135+0000 mgr.a (mgr.14403) 20012 : audit 0 from='client.396891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:11 smithi135 bash[32435]: cluster 2023-12-08T01:33:10.088995+0000 mgr.a (mgr.14403) 20013 : cluster 0 pgmap v14944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:13 smithi079 bash[28699]: cluster 2023-12-08T01:33:12.089699+0000 mgr.a (mgr.14403) 20014 : cluster 0 pgmap v14945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:33:13.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:13 smithi194 bash[32038]: cluster 2023-12-08T01:33:12.089699+0000 mgr.a (mgr.14403) 20014 : cluster 0 pgmap v14945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:33:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:13 smithi135 bash[32435]: cluster 2023-12-08T01:33:12.089699+0000 mgr.a (mgr.14403) 20014 : cluster 0 pgmap v14945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:33:15.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:33:15.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:15.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:15 smithi079 bash[28699]: cluster 2023-12-08T01:33:14.090514+0000 mgr.a (mgr.14403) 20015 : cluster 0 pgmap v14946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:33:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:15 smithi194 bash[32038]: cluster 2023-12-08T01:33:14.090514+0000 mgr.a (mgr.14403) 20015 : cluster 0 pgmap v14946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:33:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:15 smithi135 bash[32435]: cluster 2023-12-08T01:33:14.090514+0000 mgr.a (mgr.14403) 20015 : cluster 0 pgmap v14946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:33:16.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:16.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:16.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:16.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:33:16.551 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:33:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:17 smithi079 bash[28699]: audit 2023-12-08T01:33:15.859209+0000 mgr.a (mgr.14403) 20016 : audit 0 from='client.396966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:17 smithi079 bash[28699]: cluster 2023-12-08T01:33:16.091260+0000 mgr.a (mgr.14403) 20017 : cluster 0 pgmap v14947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:17.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:17 smithi194 bash[32038]: audit 2023-12-08T01:33:15.859209+0000 mgr.a (mgr.14403) 20016 : audit 0 from='client.396966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:17.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:17 smithi194 bash[32038]: cluster 2023-12-08T01:33:16.091260+0000 mgr.a (mgr.14403) 20017 : cluster 0 pgmap v14947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:17 smithi135 bash[32435]: audit 2023-12-08T01:33:15.859209+0000 mgr.a (mgr.14403) 20016 : audit 0 from='client.396966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:17 smithi135 bash[32435]: cluster 2023-12-08T01:33:16.091260+0000 mgr.a (mgr.14403) 20017 : cluster 0 pgmap v14947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:19 smithi079 bash[28699]: cluster 2023-12-08T01:33:18.091936+0000 mgr.a (mgr.14403) 20018 : cluster 0 pgmap v14948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:19.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:19 smithi194 bash[32038]: cluster 2023-12-08T01:33:18.091936+0000 mgr.a (mgr.14403) 20018 : cluster 0 pgmap v14948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:19 smithi135 bash[32435]: cluster 2023-12-08T01:33:18.091936+0000 mgr.a (mgr.14403) 20018 : cluster 0 pgmap v14948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:21.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:33:21.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:21.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:21 smithi079 bash[28699]: cluster 2023-12-08T01:33:20.092777+0000 mgr.a (mgr.14403) 20019 : cluster 0 pgmap v14949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:21.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:21 smithi194 bash[32038]: cluster 2023-12-08T01:33:20.092777+0000 mgr.a (mgr.14403) 20019 : cluster 0 pgmap v14949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:21 smithi135 bash[32435]: cluster 2023-12-08T01:33:20.092777+0000 mgr.a (mgr.14403) 20019 : cluster 0 pgmap v14949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:22.481 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:33:22.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:22.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:22.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:22.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:33:23.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:23 smithi079 bash[28699]: audit 2023-12-08T01:33:21.966543+0000 mgr.a (mgr.14403) 20020 : audit 0 from='client.397044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:23.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:23 smithi079 bash[28699]: cluster 2023-12-08T01:33:22.093295+0000 mgr.a (mgr.14403) 20021 : cluster 0 pgmap v14950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:23 smithi194 bash[32038]: audit 2023-12-08T01:33:21.966543+0000 mgr.a (mgr.14403) 20020 : audit 0 from='client.397044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:23 smithi194 bash[32038]: cluster 2023-12-08T01:33:22.093295+0000 mgr.a (mgr.14403) 20021 : cluster 0 pgmap v14950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:23 smithi135 bash[32435]: audit 2023-12-08T01:33:21.966543+0000 mgr.a (mgr.14403) 20020 : audit 0 from='client.397044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:23 smithi135 bash[32435]: cluster 2023-12-08T01:33:22.093295+0000 mgr.a (mgr.14403) 20021 : cluster 0 pgmap v14950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:25 smithi079 bash[28699]: cluster 2023-12-08T01:33:24.094295+0000 mgr.a (mgr.14403) 20022 : cluster 0 pgmap v14951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:25 smithi194 bash[32038]: cluster 2023-12-08T01:33:24.094295+0000 mgr.a (mgr.14403) 20022 : cluster 0 pgmap v14951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:25 smithi135 bash[32435]: cluster 2023-12-08T01:33:24.094295+0000 mgr.a (mgr.14403) 20022 : cluster 0 pgmap v14951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:27.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:33:27.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:27.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:27.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:27 smithi079 bash[28699]: cluster 2023-12-08T01:33:26.094916+0000 mgr.a (mgr.14403) 20023 : cluster 0 pgmap v14952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:27.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:27 smithi194 bash[32038]: cluster 2023-12-08T01:33:26.094916+0000 mgr.a (mgr.14403) 20023 : cluster 0 pgmap v14952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:27 smithi135 bash[32435]: cluster 2023-12-08T01:33:26.094916+0000 mgr.a (mgr.14403) 20023 : cluster 0 pgmap v14952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:28.379 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:33:28.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:28.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:28.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:28.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:33:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:29 smithi079 bash[28699]: audit 2023-12-08T01:33:27.885749+0000 mgr.a (mgr.14403) 20024 : audit 0 from='client.397119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:29 smithi079 bash[28699]: cluster 2023-12-08T01:33:28.095483+0000 mgr.a (mgr.14403) 20025 : cluster 0 pgmap v14953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:29.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:29 smithi194 bash[32038]: audit 2023-12-08T01:33:27.885749+0000 mgr.a (mgr.14403) 20024 : audit 0 from='client.397119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:29.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:29 smithi194 bash[32038]: cluster 2023-12-08T01:33:28.095483+0000 mgr.a (mgr.14403) 20025 : cluster 0 pgmap v14953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:29 smithi135 bash[32435]: audit 2023-12-08T01:33:27.885749+0000 mgr.a (mgr.14403) 20024 : audit 0 from='client.397119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:29 smithi135 bash[32435]: cluster 2023-12-08T01:33:28.095483+0000 mgr.a (mgr.14403) 20025 : cluster 0 pgmap v14953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:31.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:31 smithi194 bash[32038]: cluster 2023-12-08T01:33:30.096390+0000 mgr.a (mgr.14403) 20026 : cluster 0 pgmap v14954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:31 smithi135 bash[32435]: cluster 2023-12-08T01:33:30.096390+0000 mgr.a (mgr.14403) 20026 : cluster 0 pgmap v14954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:31 smithi079 bash[28699]: cluster 2023-12-08T01:33:30.096390+0000 mgr.a (mgr.14403) 20026 : cluster 0 pgmap v14954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:33.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:33:33.383 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:33.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:33.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:33 smithi194 bash[32038]: cluster 2023-12-08T01:33:32.096941+0000 mgr.a (mgr.14403) 20027 : cluster 0 pgmap v14955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:33 smithi135 bash[32435]: cluster 2023-12-08T01:33:32.096941+0000 mgr.a (mgr.14403) 20027 : cluster 0 pgmap v14955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:34.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:33 smithi079 bash[28699]: cluster 2023-12-08T01:33:32.096941+0000 mgr.a (mgr.14403) 20027 : cluster 0 pgmap v14955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:34.276 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:33:34.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:34.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:34.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:34.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:33:34.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:34 smithi194 bash[32038]: audit 2023-12-08T01:33:33.785995+0000 mgr.a (mgr.14403) 20028 : audit 0 from='client.397197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:34 smithi194 bash[32038]: audit 2023-12-08T01:33:33.889766+0000 mon.a (mon.0) 3218 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:33:34.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:34 smithi135 bash[32435]: audit 2023-12-08T01:33:33.785995+0000 mgr.a (mgr.14403) 20028 : audit 0 from='client.397197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:34.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:34 smithi135 bash[32435]: audit 2023-12-08T01:33:33.889766+0000 mon.a (mon.0) 3218 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:33:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:34 smithi079 bash[28699]: audit 2023-12-08T01:33:33.785995+0000 mgr.a (mgr.14403) 20028 : audit 0 from='client.397197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:34 smithi079 bash[28699]: audit 2023-12-08T01:33:33.889766+0000 mon.a (mon.0) 3218 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:33:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:35 smithi194 bash[32038]: cluster 2023-12-08T01:33:34.097933+0000 mgr.a (mgr.14403) 20029 : cluster 0 pgmap v14956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:35 smithi194 bash[32038]: audit 2023-12-08T01:33:34.677845+0000 mon.a (mon.0) 3219 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:33:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:35 smithi194 bash[32038]: audit 2023-12-08T01:33:34.679601+0000 mon.a (mon.0) 3220 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:33:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:35 smithi194 bash[32038]: audit 2023-12-08T01:33:34.688779+0000 mon.a (mon.0) 3221 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:33:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:35 smithi135 bash[32435]: cluster 2023-12-08T01:33:34.097933+0000 mgr.a (mgr.14403) 20029 : cluster 0 pgmap v14956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:35 smithi135 bash[32435]: audit 2023-12-08T01:33:34.677845+0000 mon.a (mon.0) 3219 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:33:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:35 smithi135 bash[32435]: audit 2023-12-08T01:33:34.679601+0000 mon.a (mon.0) 3220 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:33:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:35 smithi135 bash[32435]: audit 2023-12-08T01:33:34.688779+0000 mon.a (mon.0) 3221 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:33:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:35 smithi079 bash[28699]: cluster 2023-12-08T01:33:34.097933+0000 mgr.a (mgr.14403) 20029 : cluster 0 pgmap v14956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:35 smithi079 bash[28699]: audit 2023-12-08T01:33:34.677845+0000 mon.a (mon.0) 3219 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:33:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:35 smithi079 bash[28699]: audit 2023-12-08T01:33:34.679601+0000 mon.a (mon.0) 3220 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:33:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:35 smithi079 bash[28699]: audit 2023-12-08T01:33:34.688779+0000 mon.a (mon.0) 3221 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:33:37.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:37 smithi194 bash[32038]: cluster 2023-12-08T01:33:36.098724+0000 mgr.a (mgr.14403) 20030 : cluster 0 pgmap v14957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:37 smithi135 bash[32435]: cluster 2023-12-08T01:33:36.098724+0000 mgr.a (mgr.14403) 20030 : cluster 0 pgmap v14957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:37 smithi079 bash[28699]: cluster 2023-12-08T01:33:36.098724+0000 mgr.a (mgr.14403) 20030 : cluster 0 pgmap v14957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:39.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:33:39.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:39.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:39.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:39 smithi194 bash[32038]: cluster 2023-12-08T01:33:38.099451+0000 mgr.a (mgr.14403) 20031 : cluster 0 pgmap v14958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:39 smithi135 bash[32435]: cluster 2023-12-08T01:33:38.099451+0000 mgr.a (mgr.14403) 20031 : cluster 0 pgmap v14958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:40.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:39 smithi079 bash[28699]: cluster 2023-12-08T01:33:38.099451+0000 mgr.a (mgr.14403) 20031 : cluster 0 pgmap v14958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:40.180 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:33:40.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:40.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:40.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:40.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:33:40.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:40 smithi194 bash[32038]: audit 2023-12-08T01:33:39.681495+0000 mgr.a (mgr.14403) 20032 : audit 0 from='client.397272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:40.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:40 smithi135 bash[32435]: audit 2023-12-08T01:33:39.681495+0000 mgr.a (mgr.14403) 20032 : audit 0 from='client.397272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:40 smithi079 bash[28699]: audit 2023-12-08T01:33:39.681495+0000 mgr.a (mgr.14403) 20032 : audit 0 from='client.397272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:41.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:41 smithi194 bash[32038]: cluster 2023-12-08T01:33:40.100706+0000 mgr.a (mgr.14403) 20033 : cluster 0 pgmap v14959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:41 smithi135 bash[32435]: cluster 2023-12-08T01:33:40.100706+0000 mgr.a (mgr.14403) 20033 : cluster 0 pgmap v14959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:41 smithi079 bash[28699]: cluster 2023-12-08T01:33:40.100706+0000 mgr.a (mgr.14403) 20033 : cluster 0 pgmap v14959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:43.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:43 smithi194 bash[32038]: cluster 2023-12-08T01:33:42.101240+0000 mgr.a (mgr.14403) 20034 : cluster 0 pgmap v14960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:43 smithi135 bash[32435]: cluster 2023-12-08T01:33:42.101240+0000 mgr.a (mgr.14403) 20034 : cluster 0 pgmap v14960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:43 smithi079 bash[28699]: cluster 2023-12-08T01:33:42.101240+0000 mgr.a (mgr.14403) 20034 : cluster 0 pgmap v14960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:33:45.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:33:45.185 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:45.185 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:45 smithi194 bash[32038]: cluster 2023-12-08T01:33:44.102118+0000 mgr.a (mgr.14403) 20035 : cluster 0 pgmap v14961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:45 smithi135 bash[32435]: cluster 2023-12-08T01:33:44.102118+0000 mgr.a (mgr.14403) 20035 : cluster 0 pgmap v14961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:46.066 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:33:46.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:46.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:46.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:46.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:33:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:45 smithi079 bash[28699]: cluster 2023-12-08T01:33:44.102118+0000 mgr.a (mgr.14403) 20035 : cluster 0 pgmap v14961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:46.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:46 smithi194 bash[32038]: audit 2023-12-08T01:33:45.585190+0000 mgr.a (mgr.14403) 20036 : audit 0 from='client.397350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:46.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:46 smithi135 bash[32435]: audit 2023-12-08T01:33:45.585190+0000 mgr.a (mgr.14403) 20036 : audit 0 from='client.397350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:47.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:46 smithi079 bash[28699]: audit 2023-12-08T01:33:45.585190+0000 mgr.a (mgr.14403) 20036 : audit 0 from='client.397350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:47 smithi194 bash[32038]: cluster 2023-12-08T01:33:46.102840+0000 mgr.a (mgr.14403) 20037 : cluster 0 pgmap v14962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:47 smithi135 bash[32435]: cluster 2023-12-08T01:33:46.102840+0000 mgr.a (mgr.14403) 20037 : cluster 0 pgmap v14962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:47 smithi079 bash[28699]: cluster 2023-12-08T01:33:46.102840+0000 mgr.a (mgr.14403) 20037 : cluster 0 pgmap v14962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:49.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:49 smithi194 bash[32038]: cluster 2023-12-08T01:33:48.103395+0000 mgr.a (mgr.14403) 20038 : cluster 0 pgmap v14963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:49 smithi135 bash[32435]: cluster 2023-12-08T01:33:48.103395+0000 mgr.a (mgr.14403) 20038 : cluster 0 pgmap v14963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:49 smithi079 bash[28699]: cluster 2023-12-08T01:33:48.103395+0000 mgr.a (mgr.14403) 20038 : cluster 0 pgmap v14963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:51.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:33:51.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:51.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:51 smithi135 bash[32435]: cluster 2023-12-08T01:33:50.104179+0000 mgr.a (mgr.14403) 20039 : cluster 0 pgmap v14964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:51.966 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:33:51.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:51.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:51.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:51.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:33:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:51 smithi079 bash[28699]: cluster 2023-12-08T01:33:50.104179+0000 mgr.a (mgr.14403) 20039 : cluster 0 pgmap v14964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:51 smithi194 bash[32038]: cluster 2023-12-08T01:33:50.104179+0000 mgr.a (mgr.14403) 20039 : cluster 0 pgmap v14964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:52 smithi079 bash[28699]: audit 2023-12-08T01:33:51.467498+0000 mgr.a (mgr.14403) 20040 : audit 0 from='client.397428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:52 smithi194 bash[32038]: audit 2023-12-08T01:33:51.467498+0000 mgr.a (mgr.14403) 20040 : audit 0 from='client.397428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:52 smithi135 bash[32435]: audit 2023-12-08T01:33:51.467498+0000 mgr.a (mgr.14403) 20040 : audit 0 from='client.397428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:53 smithi079 bash[28699]: cluster 2023-12-08T01:33:52.104887+0000 mgr.a (mgr.14403) 20041 : cluster 0 pgmap v14965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:53 smithi194 bash[32038]: cluster 2023-12-08T01:33:52.104887+0000 mgr.a (mgr.14403) 20041 : cluster 0 pgmap v14965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:53 smithi135 bash[32435]: cluster 2023-12-08T01:33:52.104887+0000 mgr.a (mgr.14403) 20041 : cluster 0 pgmap v14965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:55 smithi079 bash[28699]: cluster 2023-12-08T01:33:54.105771+0000 mgr.a (mgr.14403) 20042 : cluster 0 pgmap v14966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:55 smithi194 bash[32038]: cluster 2023-12-08T01:33:54.105771+0000 mgr.a (mgr.14403) 20042 : cluster 0 pgmap v14966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:55 smithi135 bash[32435]: cluster 2023-12-08T01:33:54.105771+0000 mgr.a (mgr.14403) 20042 : cluster 0 pgmap v14966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:33:56.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:33:56.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:33:56.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:33:57.866 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:33:57.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:33:57.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:33:57.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:33:57.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:33:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:57 smithi079 bash[28699]: cluster 2023-12-08T01:33:56.106504+0000 mgr.a (mgr.14403) 20043 : cluster 0 pgmap v14967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:57 smithi194 bash[32038]: cluster 2023-12-08T01:33:56.106504+0000 mgr.a (mgr.14403) 20043 : cluster 0 pgmap v14967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:57 smithi135 bash[32435]: cluster 2023-12-08T01:33:56.106504+0000 mgr.a (mgr.14403) 20043 : cluster 0 pgmap v14967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:33:59.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:58 smithi079 bash[28699]: audit 2023-12-08T01:33:57.369019+0000 mgr.a (mgr.14403) 20044 : audit 0 from='client.397503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:59.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:58 smithi194 bash[32038]: audit 2023-12-08T01:33:57.369019+0000 mgr.a (mgr.14403) 20044 : audit 0 from='client.397503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:33:59.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:58 smithi135 bash[32435]: audit 2023-12-08T01:33:57.369019+0000 mgr.a (mgr.14403) 20044 : audit 0 from='client.397503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:33:59 smithi079 bash[28699]: cluster 2023-12-08T01:33:58.107251+0000 mgr.a (mgr.14403) 20045 : cluster 0 pgmap v14968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:33:59 smithi194 bash[32038]: cluster 2023-12-08T01:33:58.107251+0000 mgr.a (mgr.14403) 20045 : cluster 0 pgmap v14968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:00.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:33:59 smithi135 bash[32435]: cluster 2023-12-08T01:33:58.107251+0000 mgr.a (mgr.14403) 20045 : cluster 0 pgmap v14968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:01 smithi079 bash[28699]: cluster 2023-12-08T01:34:00.108014+0000 mgr.a (mgr.14403) 20046 : cluster 0 pgmap v14969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:01 smithi194 bash[32038]: cluster 2023-12-08T01:34:00.108014+0000 mgr.a (mgr.14403) 20046 : cluster 0 pgmap v14969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:01 smithi135 bash[32435]: cluster 2023-12-08T01:34:00.108014+0000 mgr.a (mgr.14403) 20046 : cluster 0 pgmap v14969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:02.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:34:02.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:02.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:03.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:03.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:03.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:03.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:34:03.781 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:34:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:03 smithi079 bash[28699]: cluster 2023-12-08T01:34:02.108566+0000 mgr.a (mgr.14403) 20047 : cluster 0 pgmap v14970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:04.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:03 smithi194 bash[32038]: cluster 2023-12-08T01:34:02.108566+0000 mgr.a (mgr.14403) 20047 : cluster 0 pgmap v14970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:03 smithi135 bash[32435]: cluster 2023-12-08T01:34:02.108566+0000 mgr.a (mgr.14403) 20047 : cluster 0 pgmap v14970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:04 smithi079 bash[28699]: audit 2023-12-08T01:34:03.276221+0000 mgr.a (mgr.14403) 20048 : audit 0 from='client.397575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:05.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:04 smithi194 bash[32038]: audit 2023-12-08T01:34:03.276221+0000 mgr.a (mgr.14403) 20048 : audit 0 from='client.397575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:04 smithi135 bash[32435]: audit 2023-12-08T01:34:03.276221+0000 mgr.a (mgr.14403) 20048 : audit 0 from='client.397575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:05 smithi079 bash[28699]: cluster 2023-12-08T01:34:04.109518+0000 mgr.a (mgr.14403) 20049 : cluster 0 pgmap v14971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:34:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:05 smithi194 bash[32038]: cluster 2023-12-08T01:34:04.109518+0000 mgr.a (mgr.14403) 20049 : cluster 0 pgmap v14971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:34:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:05 smithi135 bash[32435]: cluster 2023-12-08T01:34:04.109518+0000 mgr.a (mgr.14403) 20049 : cluster 0 pgmap v14971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:34:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:07 smithi079 bash[28699]: cluster 2023-12-08T01:34:06.110073+0000 mgr.a (mgr.14403) 20050 : cluster 0 pgmap v14972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:34:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:07 smithi194 bash[32038]: cluster 2023-12-08T01:34:06.110073+0000 mgr.a (mgr.14403) 20050 : cluster 0 pgmap v14972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:34:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:07 smithi135 bash[32435]: cluster 2023-12-08T01:34:06.110073+0000 mgr.a (mgr.14403) 20050 : cluster 0 pgmap v14972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:34:08.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:34:08.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:08.785 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:09.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:09.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:09.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:09.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:34:09.710 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:34:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:09 smithi079 bash[28699]: cluster 2023-12-08T01:34:08.110607+0000 mgr.a (mgr.14403) 20051 : cluster 0 pgmap v14973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:34:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:09 smithi194 bash[32038]: cluster 2023-12-08T01:34:08.110607+0000 mgr.a (mgr.14403) 20051 : cluster 0 pgmap v14973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:34:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:09 smithi135 bash[32435]: cluster 2023-12-08T01:34:08.110607+0000 mgr.a (mgr.14403) 20051 : cluster 0 pgmap v14973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:34:11.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:10 smithi079 bash[28699]: audit 2023-12-08T01:34:09.188287+0000 mgr.a (mgr.14403) 20052 : audit 0 from='client.397653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:11.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:10 smithi194 bash[32038]: audit 2023-12-08T01:34:09.188287+0000 mgr.a (mgr.14403) 20052 : audit 0 from='client.397653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:11.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:10 smithi135 bash[32435]: audit 2023-12-08T01:34:09.188287+0000 mgr.a (mgr.14403) 20052 : audit 0 from='client.397653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:11 smithi079 bash[28699]: cluster 2023-12-08T01:34:10.111621+0000 mgr.a (mgr.14403) 20053 : cluster 0 pgmap v14974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:11 smithi194 bash[32038]: cluster 2023-12-08T01:34:10.111621+0000 mgr.a (mgr.14403) 20053 : cluster 0 pgmap v14974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:11 smithi135 bash[32435]: cluster 2023-12-08T01:34:10.111621+0000 mgr.a (mgr.14403) 20053 : cluster 0 pgmap v14974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:13 smithi079 bash[28699]: cluster 2023-12-08T01:34:12.112166+0000 mgr.a (mgr.14403) 20054 : cluster 0 pgmap v14975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:13 smithi194 bash[32038]: cluster 2023-12-08T01:34:12.112166+0000 mgr.a (mgr.14403) 20054 : cluster 0 pgmap v14975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:13 smithi135 bash[32435]: cluster 2023-12-08T01:34:12.112166+0000 mgr.a (mgr.14403) 20054 : cluster 0 pgmap v14975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:14.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:34:14.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:14.714 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:15.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:15.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:15.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:15.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:34:15.629 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:34:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:15 smithi079 bash[28699]: cluster 2023-12-08T01:34:14.112910+0000 mgr.a (mgr.14403) 20055 : cluster 0 pgmap v14976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:15 smithi194 bash[32038]: cluster 2023-12-08T01:34:14.112910+0000 mgr.a (mgr.14403) 20055 : cluster 0 pgmap v14976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:15 smithi135 bash[32435]: cluster 2023-12-08T01:34:14.112910+0000 mgr.a (mgr.14403) 20055 : cluster 0 pgmap v14976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:17.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:16 smithi079 bash[28699]: audit 2023-12-08T01:34:15.125144+0000 mgr.a (mgr.14403) 20056 : audit 0 from='client.397725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:17.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:16 smithi194 bash[32038]: audit 2023-12-08T01:34:15.125144+0000 mgr.a (mgr.14403) 20056 : audit 0 from='client.397725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:17.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:16 smithi135 bash[32435]: audit 2023-12-08T01:34:15.125144+0000 mgr.a (mgr.14403) 20056 : audit 0 from='client.397725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:17 smithi079 bash[28699]: cluster 2023-12-08T01:34:16.113548+0000 mgr.a (mgr.14403) 20057 : cluster 0 pgmap v14977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:34:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:17 smithi194 bash[32038]: cluster 2023-12-08T01:34:16.113548+0000 mgr.a (mgr.14403) 20057 : cluster 0 pgmap v14977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:34:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:17 smithi135 bash[32435]: cluster 2023-12-08T01:34:16.113548+0000 mgr.a (mgr.14403) 20057 : cluster 0 pgmap v14977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:34:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:19 smithi079 bash[28699]: cluster 2023-12-08T01:34:18.114108+0000 mgr.a (mgr.14403) 20058 : cluster 0 pgmap v14978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:34:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:19 smithi194 bash[32038]: cluster 2023-12-08T01:34:18.114108+0000 mgr.a (mgr.14403) 20058 : cluster 0 pgmap v14978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:34:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:19 smithi135 bash[32435]: cluster 2023-12-08T01:34:18.114108+0000 mgr.a (mgr.14403) 20058 : cluster 0 pgmap v14978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T01:34:20.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:34:20.632 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:20.632 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:21.519 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:34:21.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:21.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:21.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:21.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:34:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:21 smithi079 bash[28699]: cluster 2023-12-08T01:34:20.114915+0000 mgr.a (mgr.14403) 20059 : cluster 0 pgmap v14979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:34:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:21 smithi194 bash[32038]: cluster 2023-12-08T01:34:20.114915+0000 mgr.a (mgr.14403) 20059 : cluster 0 pgmap v14979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:34:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:21 smithi135 bash[32435]: cluster 2023-12-08T01:34:20.114915+0000 mgr.a (mgr.14403) 20059 : cluster 0 pgmap v14979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T01:34:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:22 smithi079 bash[28699]: audit 2023-12-08T01:34:21.034426+0000 mgr.a (mgr.14403) 20060 : audit 0 from='client.397803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:22 smithi194 bash[32038]: audit 2023-12-08T01:34:21.034426+0000 mgr.a (mgr.14403) 20060 : audit 0 from='client.397803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:22 smithi135 bash[32435]: audit 2023-12-08T01:34:21.034426+0000 mgr.a (mgr.14403) 20060 : audit 0 from='client.397803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:23 smithi079 bash[28699]: cluster 2023-12-08T01:34:22.115615+0000 mgr.a (mgr.14403) 20061 : cluster 0 pgmap v14980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:23 smithi194 bash[32038]: cluster 2023-12-08T01:34:22.115615+0000 mgr.a (mgr.14403) 20061 : cluster 0 pgmap v14980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:23 smithi135 bash[32435]: cluster 2023-12-08T01:34:22.115615+0000 mgr.a (mgr.14403) 20061 : cluster 0 pgmap v14980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:25 smithi079 bash[28699]: cluster 2023-12-08T01:34:24.116431+0000 mgr.a (mgr.14403) 20062 : cluster 0 pgmap v14981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:25 smithi194 bash[32038]: cluster 2023-12-08T01:34:24.116431+0000 mgr.a (mgr.14403) 20062 : cluster 0 pgmap v14981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:25 smithi135 bash[32435]: cluster 2023-12-08T01:34:24.116431+0000 mgr.a (mgr.14403) 20062 : cluster 0 pgmap v14981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:26.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:34:26.523 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:26.523 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:27.438 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:34:27.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:27.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:27.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:27.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:34:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:27 smithi079 bash[28699]: cluster 2023-12-08T01:34:26.116977+0000 mgr.a (mgr.14403) 20063 : cluster 0 pgmap v14982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:27 smithi194 bash[32038]: cluster 2023-12-08T01:34:26.116977+0000 mgr.a (mgr.14403) 20063 : cluster 0 pgmap v14982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:27 smithi135 bash[32435]: cluster 2023-12-08T01:34:26.116977+0000 mgr.a (mgr.14403) 20063 : cluster 0 pgmap v14982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:29.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:28 smithi079 bash[28699]: audit 2023-12-08T01:34:26.932372+0000 mgr.a (mgr.14403) 20064 : audit 0 from='client.397878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:29.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:28 smithi194 bash[32038]: audit 2023-12-08T01:34:26.932372+0000 mgr.a (mgr.14403) 20064 : audit 0 from='client.397878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:29.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:28 smithi135 bash[32435]: audit 2023-12-08T01:34:26.932372+0000 mgr.a (mgr.14403) 20064 : audit 0 from='client.397878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:29 smithi079 bash[28699]: cluster 2023-12-08T01:34:28.117738+0000 mgr.a (mgr.14403) 20065 : cluster 0 pgmap v14983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:29 smithi194 bash[32038]: cluster 2023-12-08T01:34:28.117738+0000 mgr.a (mgr.14403) 20065 : cluster 0 pgmap v14983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:29 smithi135 bash[32435]: cluster 2023-12-08T01:34:28.117738+0000 mgr.a (mgr.14403) 20065 : cluster 0 pgmap v14983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:31 smithi079 bash[28699]: cluster 2023-12-08T01:34:30.118670+0000 mgr.a (mgr.14403) 20066 : cluster 0 pgmap v14984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:31 smithi194 bash[32038]: cluster 2023-12-08T01:34:30.118670+0000 mgr.a (mgr.14403) 20066 : cluster 0 pgmap v14984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:31 smithi135 bash[32435]: cluster 2023-12-08T01:34:30.118670+0000 mgr.a (mgr.14403) 20066 : cluster 0 pgmap v14984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:32.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:34:32.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:32.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:33.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:33.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:33.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:33.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:34:33.365 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:34:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:33 smithi079 bash[28699]: cluster 2023-12-08T01:34:32.119383+0000 mgr.a (mgr.14403) 20067 : cluster 0 pgmap v14985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:33 smithi079 bash[28699]: audit 2023-12-08T01:34:32.844381+0000 mgr.a (mgr.14403) 20068 : audit 0 from='client.397956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:33 smithi194 bash[32038]: cluster 2023-12-08T01:34:32.119383+0000 mgr.a (mgr.14403) 20067 : cluster 0 pgmap v14985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:33 smithi194 bash[32038]: audit 2023-12-08T01:34:32.844381+0000 mgr.a (mgr.14403) 20068 : audit 0 from='client.397956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:33 smithi135 bash[32435]: cluster 2023-12-08T01:34:32.119383+0000 mgr.a (mgr.14403) 20067 : cluster 0 pgmap v14985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:33 smithi135 bash[32435]: audit 2023-12-08T01:34:32.844381+0000 mgr.a (mgr.14403) 20068 : audit 0 from='client.397956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:34 smithi079 bash[28699]: audit 2023-12-08T01:34:34.791530+0000 mon.a (mon.0) 3222 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:34:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:34 smithi194 bash[32038]: audit 2023-12-08T01:34:34.791530+0000 mon.a (mon.0) 3222 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:34:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:34 smithi135 bash[32435]: audit 2023-12-08T01:34:34.791530+0000 mon.a (mon.0) 3222 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:34:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:35 smithi079 bash[28699]: cluster 2023-12-08T01:34:34.120427+0000 mgr.a (mgr.14403) 20069 : cluster 0 pgmap v14986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:35 smithi079 bash[28699]: audit 2023-12-08T01:34:35.523332+0000 mon.a (mon.0) 3223 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:34:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:35 smithi079 bash[28699]: audit 2023-12-08T01:34:35.525082+0000 mon.a (mon.0) 3224 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:34:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:35 smithi079 bash[28699]: audit 2023-12-08T01:34:35.533544+0000 mon.a (mon.0) 3225 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:34:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:35 smithi194 bash[32038]: cluster 2023-12-08T01:34:34.120427+0000 mgr.a (mgr.14403) 20069 : cluster 0 pgmap v14986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:35 smithi194 bash[32038]: audit 2023-12-08T01:34:35.523332+0000 mon.a (mon.0) 3223 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:34:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:35 smithi194 bash[32038]: audit 2023-12-08T01:34:35.525082+0000 mon.a (mon.0) 3224 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:34:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:35 smithi194 bash[32038]: audit 2023-12-08T01:34:35.533544+0000 mon.a (mon.0) 3225 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:34:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:35 smithi135 bash[32435]: cluster 2023-12-08T01:34:34.120427+0000 mgr.a (mgr.14403) 20069 : cluster 0 pgmap v14986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:35 smithi135 bash[32435]: audit 2023-12-08T01:34:35.523332+0000 mon.a (mon.0) 3223 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:34:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:35 smithi135 bash[32435]: audit 2023-12-08T01:34:35.525082+0000 mon.a (mon.0) 3224 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:34:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:35 smithi135 bash[32435]: audit 2023-12-08T01:34:35.533544+0000 mon.a (mon.0) 3225 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:34:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:37 smithi079 bash[28699]: cluster 2023-12-08T01:34:36.121038+0000 mgr.a (mgr.14403) 20070 : cluster 0 pgmap v14987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:37 smithi194 bash[32038]: cluster 2023-12-08T01:34:36.121038+0000 mgr.a (mgr.14403) 20070 : cluster 0 pgmap v14987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:37 smithi135 bash[32435]: cluster 2023-12-08T01:34:36.121038+0000 mgr.a (mgr.14403) 20070 : cluster 0 pgmap v14987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:38.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:34:38.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:38.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:39.304 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:34:39.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:39.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:39.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:39.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:34:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:39 smithi079 bash[28699]: cluster 2023-12-08T01:34:38.121625+0000 mgr.a (mgr.14403) 20071 : cluster 0 pgmap v14988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:39 smithi079 bash[28699]: audit 2023-12-08T01:34:38.779615+0000 mgr.a (mgr.14403) 20072 : audit 0 from='client.398031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:39 smithi194 bash[32038]: cluster 2023-12-08T01:34:38.121625+0000 mgr.a (mgr.14403) 20071 : cluster 0 pgmap v14988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:39 smithi194 bash[32038]: audit 2023-12-08T01:34:38.779615+0000 mgr.a (mgr.14403) 20072 : audit 0 from='client.398031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:39 smithi135 bash[32435]: cluster 2023-12-08T01:34:38.121625+0000 mgr.a (mgr.14403) 20071 : cluster 0 pgmap v14988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:39 smithi135 bash[32435]: audit 2023-12-08T01:34:38.779615+0000 mgr.a (mgr.14403) 20072 : audit 0 from='client.398031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:41.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:40 smithi194 bash[32038]: cluster 2023-12-08T01:34:40.122739+0000 mgr.a (mgr.14403) 20073 : cluster 0 pgmap v14989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:41.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:40 smithi135 bash[32435]: cluster 2023-12-08T01:34:40.122739+0000 mgr.a (mgr.14403) 20073 : cluster 0 pgmap v14989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:41.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:40 smithi079 bash[28699]: cluster 2023-12-08T01:34:40.122739+0000 mgr.a (mgr.14403) 20073 : cluster 0 pgmap v14989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:43 smithi194 bash[32038]: cluster 2023-12-08T01:34:42.123305+0000 mgr.a (mgr.14403) 20074 : cluster 0 pgmap v14990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:43 smithi135 bash[32435]: cluster 2023-12-08T01:34:42.123305+0000 mgr.a (mgr.14403) 20074 : cluster 0 pgmap v14990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:43 smithi079 bash[28699]: cluster 2023-12-08T01:34:42.123305+0000 mgr.a (mgr.14403) 20074 : cluster 0 pgmap v14990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:44.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:34:44.307 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:44.307 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:45.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:45.230 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:34:45.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:45.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:45.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:34:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:45 smithi079 bash[28699]: cluster 2023-12-08T01:34:44.124216+0000 mgr.a (mgr.14403) 20075 : cluster 0 pgmap v14991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:45 smithi079 bash[28699]: audit 2023-12-08T01:34:44.717161+0000 mgr.a (mgr.14403) 20076 : audit 0 from='client.398109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:45 smithi194 bash[32038]: cluster 2023-12-08T01:34:44.124216+0000 mgr.a (mgr.14403) 20075 : cluster 0 pgmap v14991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:45 smithi194 bash[32038]: audit 2023-12-08T01:34:44.717161+0000 mgr.a (mgr.14403) 20076 : audit 0 from='client.398109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:45 smithi135 bash[32435]: cluster 2023-12-08T01:34:44.124216+0000 mgr.a (mgr.14403) 20075 : cluster 0 pgmap v14991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:45 smithi135 bash[32435]: audit 2023-12-08T01:34:44.717161+0000 mgr.a (mgr.14403) 20076 : audit 0 from='client.398109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:47 smithi079 bash[28699]: cluster 2023-12-08T01:34:46.124984+0000 mgr.a (mgr.14403) 20077 : cluster 0 pgmap v14992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:47 smithi194 bash[32038]: cluster 2023-12-08T01:34:46.124984+0000 mgr.a (mgr.14403) 20077 : cluster 0 pgmap v14992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:47 smithi135 bash[32435]: cluster 2023-12-08T01:34:46.124984+0000 mgr.a (mgr.14403) 20077 : cluster 0 pgmap v14992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:49 smithi079 bash[28699]: cluster 2023-12-08T01:34:48.125526+0000 mgr.a (mgr.14403) 20078 : cluster 0 pgmap v14993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:49.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:49 smithi194 bash[32038]: cluster 2023-12-08T01:34:48.125526+0000 mgr.a (mgr.14403) 20078 : cluster 0 pgmap v14993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:49 smithi135 bash[32435]: cluster 2023-12-08T01:34:48.125526+0000 mgr.a (mgr.14403) 20078 : cluster 0 pgmap v14993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:34:50.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:34:50.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:50.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:51.136 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:34:51.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:51.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:51.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:51.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:34:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:51 smithi079 bash[28699]: cluster 2023-12-08T01:34:50.126344+0000 mgr.a (mgr.14403) 20079 : cluster 0 pgmap v14994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:51 smithi079 bash[28699]: audit 2023-12-08T01:34:50.632942+0000 mgr.a (mgr.14403) 20080 : audit 0 from='client.398184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:51.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:51 smithi194 bash[32038]: cluster 2023-12-08T01:34:50.126344+0000 mgr.a (mgr.14403) 20079 : cluster 0 pgmap v14994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:51.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:51 smithi194 bash[32038]: audit 2023-12-08T01:34:50.632942+0000 mgr.a (mgr.14403) 20080 : audit 0 from='client.398184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:51 smithi135 bash[32435]: cluster 2023-12-08T01:34:50.126344+0000 mgr.a (mgr.14403) 20079 : cluster 0 pgmap v14994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:51 smithi135 bash[32435]: audit 2023-12-08T01:34:50.632942+0000 mgr.a (mgr.14403) 20080 : audit 0 from='client.398184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:53 smithi079 bash[28699]: cluster 2023-12-08T01:34:52.127036+0000 mgr.a (mgr.14403) 20081 : cluster 0 pgmap v14995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:53.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:53 smithi194 bash[32038]: cluster 2023-12-08T01:34:52.127036+0000 mgr.a (mgr.14403) 20081 : cluster 0 pgmap v14995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:53 smithi135 bash[32435]: cluster 2023-12-08T01:34:52.127036+0000 mgr.a (mgr.14403) 20081 : cluster 0 pgmap v14995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:55 smithi079 bash[28699]: cluster 2023-12-08T01:34:54.127792+0000 mgr.a (mgr.14403) 20082 : cluster 0 pgmap v14996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:55 smithi194 bash[32038]: cluster 2023-12-08T01:34:54.127792+0000 mgr.a (mgr.14403) 20082 : cluster 0 pgmap v14996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:55 smithi135 bash[32435]: cluster 2023-12-08T01:34:54.127792+0000 mgr.a (mgr.14403) 20082 : cluster 0 pgmap v14996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:34:56.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:34:56.139 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:34:56.140 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:34:57.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:34:57.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:34:57.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:34:57.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:34:57.064 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:34:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:57 smithi079 bash[28699]: cluster 2023-12-08T01:34:56.128379+0000 mgr.a (mgr.14403) 20083 : cluster 0 pgmap v14997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:57 smithi079 bash[28699]: audit 2023-12-08T01:34:56.548045+0000 mgr.a (mgr.14403) 20084 : audit 0 from='client.398259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:57.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:57 smithi194 bash[32038]: cluster 2023-12-08T01:34:56.128379+0000 mgr.a (mgr.14403) 20083 : cluster 0 pgmap v14997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:57.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:57 smithi194 bash[32038]: audit 2023-12-08T01:34:56.548045+0000 mgr.a (mgr.14403) 20084 : audit 0 from='client.398259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:57 smithi135 bash[32435]: cluster 2023-12-08T01:34:56.128379+0000 mgr.a (mgr.14403) 20083 : cluster 0 pgmap v14997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:57 smithi135 bash[32435]: audit 2023-12-08T01:34:56.548045+0000 mgr.a (mgr.14403) 20084 : audit 0 from='client.398259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:34:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:34:59 smithi079 bash[28699]: cluster 2023-12-08T01:34:58.129119+0000 mgr.a (mgr.14403) 20085 : cluster 0 pgmap v14998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:59.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:34:59 smithi194 bash[32038]: cluster 2023-12-08T01:34:58.129119+0000 mgr.a (mgr.14403) 20085 : cluster 0 pgmap v14998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:34:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:34:59 smithi135 bash[32435]: cluster 2023-12-08T01:34:58.129119+0000 mgr.a (mgr.14403) 20085 : cluster 0 pgmap v14998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:01 smithi079 bash[28699]: cluster 2023-12-08T01:35:00.129965+0000 mgr.a (mgr.14403) 20086 : cluster 0 pgmap v14999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:01.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:01 smithi194 bash[32038]: cluster 2023-12-08T01:35:00.129965+0000 mgr.a (mgr.14403) 20086 : cluster 0 pgmap v14999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:01 smithi135 bash[32435]: cluster 2023-12-08T01:35:00.129965+0000 mgr.a (mgr.14403) 20086 : cluster 0 pgmap v14999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:02.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:35:02.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:02.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:02.981 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:35:02.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:02.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:02.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:02.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:35:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:03 smithi079 bash[28699]: cluster 2023-12-08T01:35:02.130474+0000 mgr.a (mgr.14403) 20087 : cluster 0 pgmap v15000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:03 smithi079 bash[28699]: audit 2023-12-08T01:35:02.474144+0000 mgr.a (mgr.14403) 20088 : audit 0 from='client.398337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:03 smithi194 bash[32038]: cluster 2023-12-08T01:35:02.130474+0000 mgr.a (mgr.14403) 20087 : cluster 0 pgmap v15000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:03 smithi194 bash[32038]: audit 2023-12-08T01:35:02.474144+0000 mgr.a (mgr.14403) 20088 : audit 0 from='client.398337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:03 smithi135 bash[32435]: cluster 2023-12-08T01:35:02.130474+0000 mgr.a (mgr.14403) 20087 : cluster 0 pgmap v15000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:03 smithi135 bash[32435]: audit 2023-12-08T01:35:02.474144+0000 mgr.a (mgr.14403) 20088 : audit 0 from='client.398337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:05.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:05 smithi194 bash[32038]: cluster 2023-12-08T01:35:04.131387+0000 mgr.a (mgr.14403) 20089 : cluster 0 pgmap v15001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:05 smithi135 bash[32435]: cluster 2023-12-08T01:35:04.131387+0000 mgr.a (mgr.14403) 20089 : cluster 0 pgmap v15001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:05 smithi079 bash[28699]: cluster 2023-12-08T01:35:04.131387+0000 mgr.a (mgr.14403) 20089 : cluster 0 pgmap v15001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:07.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:07 smithi194 bash[32038]: cluster 2023-12-08T01:35:06.131888+0000 mgr.a (mgr.14403) 20090 : cluster 0 pgmap v15002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:07 smithi135 bash[32435]: cluster 2023-12-08T01:35:06.131888+0000 mgr.a (mgr.14403) 20090 : cluster 0 pgmap v15002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:07.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:35:07.985 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:07.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:07 smithi079 bash[28699]: cluster 2023-12-08T01:35:06.131888+0000 mgr.a (mgr.14403) 20090 : cluster 0 pgmap v15002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:08.894 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:35:08.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:08.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:08.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:08.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:35:09.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:09 smithi194 bash[32038]: cluster 2023-12-08T01:35:08.132387+0000 mgr.a (mgr.14403) 20091 : cluster 0 pgmap v15003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:09.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:09 smithi194 bash[32038]: audit 2023-12-08T01:35:08.395228+0000 mgr.a (mgr.14403) 20092 : audit 0 from='client.398415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:09 smithi135 bash[32435]: cluster 2023-12-08T01:35:08.132387+0000 mgr.a (mgr.14403) 20091 : cluster 0 pgmap v15003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:09 smithi135 bash[32435]: audit 2023-12-08T01:35:08.395228+0000 mgr.a (mgr.14403) 20092 : audit 0 from='client.398415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:09 smithi079 bash[28699]: cluster 2023-12-08T01:35:08.132387+0000 mgr.a (mgr.14403) 20091 : cluster 0 pgmap v15003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:09 smithi079 bash[28699]: audit 2023-12-08T01:35:08.395228+0000 mgr.a (mgr.14403) 20092 : audit 0 from='client.398415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:11.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:11 smithi194 bash[32038]: cluster 2023-12-08T01:35:10.133431+0000 mgr.a (mgr.14403) 20093 : cluster 0 pgmap v15004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:35:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:11 smithi135 bash[32435]: cluster 2023-12-08T01:35:10.133431+0000 mgr.a (mgr.14403) 20093 : cluster 0 pgmap v15004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:35:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:11 smithi079 bash[28699]: cluster 2023-12-08T01:35:10.133431+0000 mgr.a (mgr.14403) 20093 : cluster 0 pgmap v15004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:35:13.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:35:13.898 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:13.898 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:13 smithi194 bash[32038]: cluster 2023-12-08T01:35:12.133972+0000 mgr.a (mgr.14403) 20094 : cluster 0 pgmap v15005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:35:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:13 smithi135 bash[32435]: cluster 2023-12-08T01:35:12.133972+0000 mgr.a (mgr.14403) 20094 : cluster 0 pgmap v15005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:35:14.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:13 smithi079 bash[28699]: cluster 2023-12-08T01:35:12.133972+0000 mgr.a (mgr.14403) 20094 : cluster 0 pgmap v15005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:35:14.816 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:35:14.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:14.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:14.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:14.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:35:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:15 smithi194 bash[32038]: cluster 2023-12-08T01:35:14.134678+0000 mgr.a (mgr.14403) 20095 : cluster 0 pgmap v15006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:15 smithi194 bash[32038]: audit 2023-12-08T01:35:14.303857+0000 mgr.a (mgr.14403) 20096 : audit 0 from='client.398487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:15 smithi135 bash[32435]: cluster 2023-12-08T01:35:14.134678+0000 mgr.a (mgr.14403) 20095 : cluster 0 pgmap v15006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:15 smithi135 bash[32435]: audit 2023-12-08T01:35:14.303857+0000 mgr.a (mgr.14403) 20096 : audit 0 from='client.398487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:16.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:15 smithi079 bash[28699]: cluster 2023-12-08T01:35:14.134678+0000 mgr.a (mgr.14403) 20095 : cluster 0 pgmap v15006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:15 smithi079 bash[28699]: audit 2023-12-08T01:35:14.303857+0000 mgr.a (mgr.14403) 20096 : audit 0 from='client.398487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:17.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:17 smithi194 bash[32038]: cluster 2023-12-08T01:35:16.135396+0000 mgr.a (mgr.14403) 20097 : cluster 0 pgmap v15007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:17 smithi135 bash[32435]: cluster 2023-12-08T01:35:16.135396+0000 mgr.a (mgr.14403) 20097 : cluster 0 pgmap v15007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:18.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:17 smithi079 bash[28699]: cluster 2023-12-08T01:35:16.135396+0000 mgr.a (mgr.14403) 20097 : cluster 0 pgmap v15007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:19.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:35:19.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:19.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:19.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:19 smithi194 bash[32038]: cluster 2023-12-08T01:35:18.135918+0000 mgr.a (mgr.14403) 20098 : cluster 0 pgmap v15008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:19 smithi135 bash[32435]: cluster 2023-12-08T01:35:18.135918+0000 mgr.a (mgr.14403) 20098 : cluster 0 pgmap v15008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:20.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:19 smithi079 bash[28699]: cluster 2023-12-08T01:35:18.135918+0000 mgr.a (mgr.14403) 20098 : cluster 0 pgmap v15008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:20.740 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:35:20.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:20.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:20.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:20.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:35:21.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:21 smithi194 bash[32038]: cluster 2023-12-08T01:35:20.136670+0000 mgr.a (mgr.14403) 20099 : cluster 0 pgmap v15009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:21.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:21 smithi194 bash[32038]: audit 2023-12-08T01:35:20.228798+0000 mgr.a (mgr.14403) 20100 : audit 0 from='client.398562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:21 smithi135 bash[32435]: cluster 2023-12-08T01:35:20.136670+0000 mgr.a (mgr.14403) 20099 : cluster 0 pgmap v15009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:21 smithi135 bash[32435]: audit 2023-12-08T01:35:20.228798+0000 mgr.a (mgr.14403) 20100 : audit 0 from='client.398562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:21 smithi079 bash[28699]: cluster 2023-12-08T01:35:20.136670+0000 mgr.a (mgr.14403) 20099 : cluster 0 pgmap v15009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:21 smithi079 bash[28699]: audit 2023-12-08T01:35:20.228798+0000 mgr.a (mgr.14403) 20100 : audit 0 from='client.398562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:23 smithi194 bash[32038]: cluster 2023-12-08T01:35:22.137301+0000 mgr.a (mgr.14403) 20101 : cluster 0 pgmap v15010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:35:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:23 smithi135 bash[32435]: cluster 2023-12-08T01:35:22.137301+0000 mgr.a (mgr.14403) 20101 : cluster 0 pgmap v15010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:35:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:23 smithi079 bash[28699]: cluster 2023-12-08T01:35:22.137301+0000 mgr.a (mgr.14403) 20101 : cluster 0 pgmap v15010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:35:25.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:35:25.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:25.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:25 smithi194 bash[32038]: cluster 2023-12-08T01:35:24.138157+0000 mgr.a (mgr.14403) 20102 : cluster 0 pgmap v15011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:35:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:25 smithi135 bash[32435]: cluster 2023-12-08T01:35:24.138157+0000 mgr.a (mgr.14403) 20102 : cluster 0 pgmap v15011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:35:26.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:25 smithi079 bash[28699]: cluster 2023-12-08T01:35:24.138157+0000 mgr.a (mgr.14403) 20102 : cluster 0 pgmap v15011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:35:26.665 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:35:26.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:26.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:26.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:26.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:35:27.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:27 smithi194 bash[32038]: cluster 2023-12-08T01:35:26.138691+0000 mgr.a (mgr.14403) 20103 : cluster 0 pgmap v15012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:27.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:27 smithi194 bash[32038]: audit 2023-12-08T01:35:26.155270+0000 mgr.a (mgr.14403) 20104 : audit 0 from='client.398637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:27 smithi135 bash[32435]: cluster 2023-12-08T01:35:26.138691+0000 mgr.a (mgr.14403) 20103 : cluster 0 pgmap v15012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:27 smithi135 bash[32435]: audit 2023-12-08T01:35:26.155270+0000 mgr.a (mgr.14403) 20104 : audit 0 from='client.398637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:27 smithi079 bash[28699]: cluster 2023-12-08T01:35:26.138691+0000 mgr.a (mgr.14403) 20103 : cluster 0 pgmap v15012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:27 smithi079 bash[28699]: audit 2023-12-08T01:35:26.155270+0000 mgr.a (mgr.14403) 20104 : audit 0 from='client.398637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:29.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:29 smithi194 bash[32038]: cluster 2023-12-08T01:35:28.139370+0000 mgr.a (mgr.14403) 20105 : cluster 0 pgmap v15013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:29 smithi135 bash[32435]: cluster 2023-12-08T01:35:28.139370+0000 mgr.a (mgr.14403) 20105 : cluster 0 pgmap v15013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:29 smithi079 bash[28699]: cluster 2023-12-08T01:35:28.139370+0000 mgr.a (mgr.14403) 20105 : cluster 0 pgmap v15013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:31.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:35:31.669 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:31.669 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:31.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:31 smithi194 bash[32038]: cluster 2023-12-08T01:35:30.140183+0000 mgr.a (mgr.14403) 20106 : cluster 0 pgmap v15014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:31 smithi135 bash[32435]: cluster 2023-12-08T01:35:30.140183+0000 mgr.a (mgr.14403) 20106 : cluster 0 pgmap v15014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:32.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:31 smithi079 bash[28699]: cluster 2023-12-08T01:35:30.140183+0000 mgr.a (mgr.14403) 20106 : cluster 0 pgmap v15014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:32.602 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:35:32.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:32.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:32.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:32.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:35:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:33 smithi079 bash[28699]: audit 2023-12-08T01:35:32.086623+0000 mgr.a (mgr.14403) 20107 : audit 0 from='client.398709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:33 smithi079 bash[28699]: cluster 2023-12-08T01:35:32.140901+0000 mgr.a (mgr.14403) 20108 : cluster 0 pgmap v15015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:33 smithi194 bash[32038]: audit 2023-12-08T01:35:32.086623+0000 mgr.a (mgr.14403) 20107 : audit 0 from='client.398709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:33 smithi194 bash[32038]: cluster 2023-12-08T01:35:32.140901+0000 mgr.a (mgr.14403) 20108 : cluster 0 pgmap v15015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:33 smithi135 bash[32435]: audit 2023-12-08T01:35:32.086623+0000 mgr.a (mgr.14403) 20107 : audit 0 from='client.398709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:33 smithi135 bash[32435]: cluster 2023-12-08T01:35:32.140901+0000 mgr.a (mgr.14403) 20108 : cluster 0 pgmap v15015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:35 smithi079 bash[28699]: cluster 2023-12-08T01:35:34.141747+0000 mgr.a (mgr.14403) 20109 : cluster 0 pgmap v15016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:35 smithi079 bash[28699]: audit 2023-12-08T01:35:35.636991+0000 mon.a (mon.0) 3226 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:35:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:35 smithi194 bash[32038]: cluster 2023-12-08T01:35:34.141747+0000 mgr.a (mgr.14403) 20109 : cluster 0 pgmap v15016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:35 smithi194 bash[32038]: audit 2023-12-08T01:35:35.636991+0000 mon.a (mon.0) 3226 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:35:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:35 smithi135 bash[32435]: cluster 2023-12-08T01:35:34.141747+0000 mgr.a (mgr.14403) 20109 : cluster 0 pgmap v15016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:35:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:35 smithi135 bash[32435]: audit 2023-12-08T01:35:35.636991+0000 mon.a (mon.0) 3226 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:35:37.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:35:37.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:37.607 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:38.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:37 smithi079 bash[28699]: cluster 2023-12-08T01:35:36.142343+0000 mgr.a (mgr.14403) 20110 : cluster 0 pgmap v15017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:37 smithi194 bash[32038]: cluster 2023-12-08T01:35:36.142343+0000 mgr.a (mgr.14403) 20110 : cluster 0 pgmap v15017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:37 smithi135 bash[32435]: cluster 2023-12-08T01:35:36.142343+0000 mgr.a (mgr.14403) 20110 : cluster 0 pgmap v15017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:38.544 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:35:38.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:38.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:38.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:38.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:35:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:39 smithi079 bash[28699]: audit 2023-12-08T01:35:38.017951+0000 mgr.a (mgr.14403) 20111 : audit 0 from='client.398784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:39 smithi079 bash[28699]: cluster 2023-12-08T01:35:38.142958+0000 mgr.a (mgr.14403) 20112 : cluster 0 pgmap v15018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:39 smithi194 bash[32038]: audit 2023-12-08T01:35:38.017951+0000 mgr.a (mgr.14403) 20111 : audit 0 from='client.398784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:39 smithi194 bash[32038]: cluster 2023-12-08T01:35:38.142958+0000 mgr.a (mgr.14403) 20112 : cluster 0 pgmap v15018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:39 smithi135 bash[32435]: audit 2023-12-08T01:35:38.017951+0000 mgr.a (mgr.14403) 20111 : audit 0 from='client.398784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:39 smithi135 bash[32435]: cluster 2023-12-08T01:35:38.142958+0000 mgr.a (mgr.14403) 20112 : cluster 0 pgmap v15018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:41 smithi079 bash[28699]: cluster 2023-12-08T01:35:40.143987+0000 mgr.a (mgr.14403) 20113 : cluster 0 pgmap v15019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:35:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:41 smithi079 bash[28699]: audit 2023-12-08T01:35:40.991314+0000 mon.a (mon.0) 3227 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:41 smithi079 bash[28699]: audit 2023-12-08T01:35:40.999132+0000 mon.a (mon.0) 3228 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:41 smithi079 bash[28699]: audit 2023-12-08T01:35:41.040408+0000 mon.a (mon.0) 3229 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:41 smithi079 bash[28699]: audit 2023-12-08T01:35:41.045764+0000 mon.a (mon.0) 3230 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:41 smithi079 bash[28699]: audit 2023-12-08T01:35:41.050192+0000 mon.a (mon.0) 3231 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:41 smithi079 bash[28699]: audit 2023-12-08T01:35:41.054397+0000 mon.a (mon.0) 3232 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:41 smithi194 bash[32038]: cluster 2023-12-08T01:35:40.143987+0000 mgr.a (mgr.14403) 20113 : cluster 0 pgmap v15019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:35:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:41 smithi194 bash[32038]: audit 2023-12-08T01:35:40.991314+0000 mon.a (mon.0) 3227 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:41 smithi194 bash[32038]: audit 2023-12-08T01:35:40.999132+0000 mon.a (mon.0) 3228 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:41 smithi194 bash[32038]: audit 2023-12-08T01:35:41.040408+0000 mon.a (mon.0) 3229 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:41 smithi194 bash[32038]: audit 2023-12-08T01:35:41.045764+0000 mon.a (mon.0) 3230 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:41 smithi194 bash[32038]: audit 2023-12-08T01:35:41.050192+0000 mon.a (mon.0) 3231 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:41 smithi194 bash[32038]: audit 2023-12-08T01:35:41.054397+0000 mon.a (mon.0) 3232 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:41 smithi135 bash[32435]: cluster 2023-12-08T01:35:40.143987+0000 mgr.a (mgr.14403) 20113 : cluster 0 pgmap v15019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:35:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:41 smithi135 bash[32435]: audit 2023-12-08T01:35:40.991314+0000 mon.a (mon.0) 3227 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:41 smithi135 bash[32435]: audit 2023-12-08T01:35:40.999132+0000 mon.a (mon.0) 3228 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:41 smithi135 bash[32435]: audit 2023-12-08T01:35:41.040408+0000 mon.a (mon.0) 3229 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:41 smithi135 bash[32435]: audit 2023-12-08T01:35:41.045764+0000 mon.a (mon.0) 3230 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:41 smithi135 bash[32435]: audit 2023-12-08T01:35:41.050192+0000 mon.a (mon.0) 3231 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:41 smithi135 bash[32435]: audit 2023-12-08T01:35:41.054397+0000 mon.a (mon.0) 3232 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:42 smithi079 bash[28699]: audit 2023-12-08T01:35:41.740178+0000 mon.a (mon.0) 3233 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:35:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:42 smithi079 bash[28699]: audit 2023-12-08T01:35:41.742109+0000 mon.a (mon.0) 3234 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:35:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:42 smithi079 bash[28699]: audit 2023-12-08T01:35:41.752022+0000 mon.a (mon.0) 3235 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:43.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:42 smithi194 bash[32038]: audit 2023-12-08T01:35:41.740178+0000 mon.a (mon.0) 3233 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:35:43.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:42 smithi194 bash[32038]: audit 2023-12-08T01:35:41.742109+0000 mon.a (mon.0) 3234 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:35:43.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:42 smithi194 bash[32038]: audit 2023-12-08T01:35:41.752022+0000 mon.a (mon.0) 3235 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:42 smithi135 bash[32435]: audit 2023-12-08T01:35:41.740178+0000 mon.a (mon.0) 3233 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:35:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:42 smithi135 bash[32435]: audit 2023-12-08T01:35:41.742109+0000 mon.a (mon.0) 3234 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:35:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:42 smithi135 bash[32435]: audit 2023-12-08T01:35:41.752022+0000 mon.a (mon.0) 3235 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:35:43.547 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:35:43.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:43.548 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:44.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:43 smithi079 bash[28699]: cluster 2023-12-08T01:35:42.144576+0000 mgr.a (mgr.14403) 20114 : cluster 0 pgmap v15020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:35:44.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:43 smithi194 bash[32038]: cluster 2023-12-08T01:35:42.144576+0000 mgr.a (mgr.14403) 20114 : cluster 0 pgmap v15020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:35:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:43 smithi135 bash[32435]: cluster 2023-12-08T01:35:42.144576+0000 mgr.a (mgr.14403) 20114 : cluster 0 pgmap v15020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:35:44.450 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:35:44.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:44.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:44.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:44.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:35:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:45 smithi079 bash[28699]: audit 2023-12-08T01:35:43.954155+0000 mgr.a (mgr.14403) 20115 : audit 0 from='client.398862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:45 smithi079 bash[28699]: cluster 2023-12-08T01:35:44.145186+0000 mgr.a (mgr.14403) 20116 : cluster 0 pgmap v15021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:45 smithi194 bash[32038]: audit 2023-12-08T01:35:43.954155+0000 mgr.a (mgr.14403) 20115 : audit 0 from='client.398862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:45 smithi194 bash[32038]: cluster 2023-12-08T01:35:44.145186+0000 mgr.a (mgr.14403) 20116 : cluster 0 pgmap v15021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:45 smithi135 bash[32435]: audit 2023-12-08T01:35:43.954155+0000 mgr.a (mgr.14403) 20115 : audit 0 from='client.398862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:45 smithi135 bash[32435]: cluster 2023-12-08T01:35:44.145186+0000 mgr.a (mgr.14403) 20116 : cluster 0 pgmap v15021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:47 smithi079 bash[28699]: cluster 2023-12-08T01:35:46.145788+0000 mgr.a (mgr.14403) 20117 : cluster 0 pgmap v15022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:47 smithi194 bash[32038]: cluster 2023-12-08T01:35:46.145788+0000 mgr.a (mgr.14403) 20117 : cluster 0 pgmap v15022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:47 smithi135 bash[32435]: cluster 2023-12-08T01:35:46.145788+0000 mgr.a (mgr.14403) 20117 : cluster 0 pgmap v15022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:49.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:35:49.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:49.454 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:50.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:49 smithi079 bash[28699]: cluster 2023-12-08T01:35:48.146375+0000 mgr.a (mgr.14403) 20118 : cluster 0 pgmap v15023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:49 smithi194 bash[32038]: cluster 2023-12-08T01:35:48.146375+0000 mgr.a (mgr.14403) 20118 : cluster 0 pgmap v15023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:49 smithi135 bash[32435]: cluster 2023-12-08T01:35:48.146375+0000 mgr.a (mgr.14403) 20118 : cluster 0 pgmap v15023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:35:50.362 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:35:50.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:50.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:50.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:50.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:35:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:50 smithi079 bash[28699]: audit 2023-12-08T01:35:49.856456+0000 mgr.a (mgr.14403) 20119 : audit 0 from='client.398940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:50 smithi194 bash[32038]: audit 2023-12-08T01:35:49.856456+0000 mgr.a (mgr.14403) 20119 : audit 0 from='client.398940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:50 smithi135 bash[32435]: audit 2023-12-08T01:35:49.856456+0000 mgr.a (mgr.14403) 20119 : audit 0 from='client.398940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:52.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:51 smithi079 bash[28699]: cluster 2023-12-08T01:35:50.147521+0000 mgr.a (mgr.14403) 20120 : cluster 0 pgmap v15024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:51 smithi194 bash[32038]: cluster 2023-12-08T01:35:50.147521+0000 mgr.a (mgr.14403) 20120 : cluster 0 pgmap v15024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:51 smithi135 bash[32435]: cluster 2023-12-08T01:35:50.147521+0000 mgr.a (mgr.14403) 20120 : cluster 0 pgmap v15024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:53 smithi079 bash[28699]: cluster 2023-12-08T01:35:52.148142+0000 mgr.a (mgr.14403) 20121 : cluster 0 pgmap v15025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:35:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:53 smithi194 bash[32038]: cluster 2023-12-08T01:35:52.148142+0000 mgr.a (mgr.14403) 20121 : cluster 0 pgmap v15025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:35:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:53 smithi135 bash[32435]: cluster 2023-12-08T01:35:52.148142+0000 mgr.a (mgr.14403) 20121 : cluster 0 pgmap v15025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:35:55.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:35:55.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:35:55.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:35:56.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:55 smithi079 bash[28699]: cluster 2023-12-08T01:35:54.149022+0000 mgr.a (mgr.14403) 20122 : cluster 0 pgmap v15026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:35:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:55 smithi194 bash[32038]: cluster 2023-12-08T01:35:54.149022+0000 mgr.a (mgr.14403) 20122 : cluster 0 pgmap v15026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:35:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:55 smithi135 bash[32435]: cluster 2023-12-08T01:35:54.149022+0000 mgr.a (mgr.14403) 20122 : cluster 0 pgmap v15026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:35:56.283 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:35:56.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:35:56.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:35:56.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:35:56.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:35:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:56 smithi079 bash[28699]: audit 2023-12-08T01:35:55.768123+0000 mgr.a (mgr.14403) 20123 : audit 0 from='client.399015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:57.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:56 smithi194 bash[32038]: audit 2023-12-08T01:35:55.768123+0000 mgr.a (mgr.14403) 20123 : audit 0 from='client.399015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:56 smithi135 bash[32435]: audit 2023-12-08T01:35:55.768123+0000 mgr.a (mgr.14403) 20123 : audit 0 from='client.399015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:35:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:57 smithi079 bash[28699]: cluster 2023-12-08T01:35:56.161626+0000 mgr.a (mgr.14403) 20124 : cluster 0 pgmap v15027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:57 smithi194 bash[32038]: cluster 2023-12-08T01:35:56.161626+0000 mgr.a (mgr.14403) 20124 : cluster 0 pgmap v15027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:35:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:57 smithi135 bash[32435]: cluster 2023-12-08T01:35:56.161626+0000 mgr.a (mgr.14403) 20124 : cluster 0 pgmap v15027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:35:59 smithi079 bash[28699]: cluster 2023-12-08T01:35:58.162355+0000 mgr.a (mgr.14403) 20125 : cluster 0 pgmap v15028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:35:59 smithi194 bash[32038]: cluster 2023-12-08T01:35:58.162355+0000 mgr.a (mgr.14403) 20125 : cluster 0 pgmap v15028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:35:59 smithi135 bash[32435]: cluster 2023-12-08T01:35:58.162355+0000 mgr.a (mgr.14403) 20125 : cluster 0 pgmap v15028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:01.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:36:01.286 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:01.286 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:01 smithi079 bash[28699]: cluster 2023-12-08T01:36:00.163316+0000 mgr.a (mgr.14403) 20126 : cluster 0 pgmap v15029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:02.198 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:36:02.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:02.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:02.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:02.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:36:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:01 smithi194 bash[32038]: cluster 2023-12-08T01:36:00.163316+0000 mgr.a (mgr.14403) 20126 : cluster 0 pgmap v15029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:01 smithi135 bash[32435]: cluster 2023-12-08T01:36:00.163316+0000 mgr.a (mgr.14403) 20126 : cluster 0 pgmap v15029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:02 smithi079 bash[28699]: audit 2023-12-08T01:36:01.690325+0000 mgr.a (mgr.14403) 20127 : audit 0 from='client.399090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:02 smithi194 bash[32038]: audit 2023-12-08T01:36:01.690325+0000 mgr.a (mgr.14403) 20127 : audit 0 from='client.399090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:02 smithi135 bash[32435]: audit 2023-12-08T01:36:01.690325+0000 mgr.a (mgr.14403) 20127 : audit 0 from='client.399090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:03 smithi079 bash[28699]: cluster 2023-12-08T01:36:02.163888+0000 mgr.a (mgr.14403) 20128 : cluster 0 pgmap v15030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:04.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:03 smithi194 bash[32038]: cluster 2023-12-08T01:36:02.163888+0000 mgr.a (mgr.14403) 20128 : cluster 0 pgmap v15030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:03 smithi135 bash[32435]: cluster 2023-12-08T01:36:02.163888+0000 mgr.a (mgr.14403) 20128 : cluster 0 pgmap v15030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:05 smithi079 bash[28699]: cluster 2023-12-08T01:36:04.164834+0000 mgr.a (mgr.14403) 20129 : cluster 0 pgmap v15031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:05 smithi194 bash[32038]: cluster 2023-12-08T01:36:04.164834+0000 mgr.a (mgr.14403) 20129 : cluster 0 pgmap v15031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:05 smithi135 bash[32435]: cluster 2023-12-08T01:36:04.164834+0000 mgr.a (mgr.14403) 20129 : cluster 0 pgmap v15031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:07.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:36:07.201 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:07.202 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:08.087 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:36:08.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:08.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:08.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:08.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:36:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:07 smithi079 bash[28699]: cluster 2023-12-08T01:36:06.165448+0000 mgr.a (mgr.14403) 20130 : cluster 0 pgmap v15032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:07 smithi194 bash[32038]: cluster 2023-12-08T01:36:06.165448+0000 mgr.a (mgr.14403) 20130 : cluster 0 pgmap v15032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:07 smithi135 bash[32435]: cluster 2023-12-08T01:36:06.165448+0000 mgr.a (mgr.14403) 20130 : cluster 0 pgmap v15032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:09.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:08 smithi079 bash[28699]: audit 2023-12-08T01:36:07.594434+0000 mgr.a (mgr.14403) 20131 : audit 0 from='client.399165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:09.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:08 smithi194 bash[32038]: audit 2023-12-08T01:36:07.594434+0000 mgr.a (mgr.14403) 20131 : audit 0 from='client.399165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:09.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:08 smithi135 bash[32435]: audit 2023-12-08T01:36:07.594434+0000 mgr.a (mgr.14403) 20131 : audit 0 from='client.399165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:09 smithi079 bash[28699]: cluster 2023-12-08T01:36:08.166192+0000 mgr.a (mgr.14403) 20132 : cluster 0 pgmap v15033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:09 smithi194 bash[32038]: cluster 2023-12-08T01:36:08.166192+0000 mgr.a (mgr.14403) 20132 : cluster 0 pgmap v15033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:09 smithi135 bash[32435]: cluster 2023-12-08T01:36:08.166192+0000 mgr.a (mgr.14403) 20132 : cluster 0 pgmap v15033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:12.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:11 smithi079 bash[28699]: cluster 2023-12-08T01:36:10.167053+0000 mgr.a (mgr.14403) 20133 : cluster 0 pgmap v15034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:11 smithi194 bash[32038]: cluster 2023-12-08T01:36:10.167053+0000 mgr.a (mgr.14403) 20133 : cluster 0 pgmap v15034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:11 smithi135 bash[32435]: cluster 2023-12-08T01:36:10.167053+0000 mgr.a (mgr.14403) 20133 : cluster 0 pgmap v15034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:13.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:36:13.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:13.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:14.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:14.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:14.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:14.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:36:14.004 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:36:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:13 smithi079 bash[28699]: cluster 2023-12-08T01:36:12.167682+0000 mgr.a (mgr.14403) 20134 : cluster 0 pgmap v15035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:13 smithi194 bash[32038]: cluster 2023-12-08T01:36:12.167682+0000 mgr.a (mgr.14403) 20134 : cluster 0 pgmap v15035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:13 smithi135 bash[32435]: cluster 2023-12-08T01:36:12.167682+0000 mgr.a (mgr.14403) 20134 : cluster 0 pgmap v15035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:14 smithi079 bash[28699]: audit 2023-12-08T01:36:13.498936+0000 mgr.a (mgr.14403) 20135 : audit 0 from='client.399243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:15.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:14 smithi194 bash[32038]: audit 2023-12-08T01:36:13.498936+0000 mgr.a (mgr.14403) 20135 : audit 0 from='client.399243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:15.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:14 smithi135 bash[32435]: audit 2023-12-08T01:36:13.498936+0000 mgr.a (mgr.14403) 20135 : audit 0 from='client.399243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:15 smithi079 bash[28699]: cluster 2023-12-08T01:36:14.168739+0000 mgr.a (mgr.14403) 20136 : cluster 0 pgmap v15036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:15 smithi194 bash[32038]: cluster 2023-12-08T01:36:14.168739+0000 mgr.a (mgr.14403) 20136 : cluster 0 pgmap v15036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:15 smithi135 bash[32435]: cluster 2023-12-08T01:36:14.168739+0000 mgr.a (mgr.14403) 20136 : cluster 0 pgmap v15036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:17 smithi079 bash[28699]: cluster 2023-12-08T01:36:16.169347+0000 mgr.a (mgr.14403) 20137 : cluster 0 pgmap v15037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:17 smithi194 bash[32038]: cluster 2023-12-08T01:36:16.169347+0000 mgr.a (mgr.14403) 20137 : cluster 0 pgmap v15037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:17 smithi135 bash[32435]: cluster 2023-12-08T01:36:16.169347+0000 mgr.a (mgr.14403) 20137 : cluster 0 pgmap v15037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:19.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:36:19.008 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:19.008 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:19.884 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:36:19.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:19.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:19.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:19.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:36:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:19 smithi079 bash[28699]: cluster 2023-12-08T01:36:18.169923+0000 mgr.a (mgr.14403) 20138 : cluster 0 pgmap v15038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:19 smithi194 bash[32038]: cluster 2023-12-08T01:36:18.169923+0000 mgr.a (mgr.14403) 20138 : cluster 0 pgmap v15038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:19 smithi135 bash[32435]: cluster 2023-12-08T01:36:18.169923+0000 mgr.a (mgr.14403) 20138 : cluster 0 pgmap v15038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:20 smithi079 bash[28699]: audit 2023-12-08T01:36:19.412289+0000 mgr.a (mgr.14403) 20139 : audit 0 from='client.399321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:21.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:20 smithi194 bash[32038]: audit 2023-12-08T01:36:19.412289+0000 mgr.a (mgr.14403) 20139 : audit 0 from='client.399321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:21.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:20 smithi135 bash[32435]: audit 2023-12-08T01:36:19.412289+0000 mgr.a (mgr.14403) 20139 : audit 0 from='client.399321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:21 smithi079 bash[28699]: cluster 2023-12-08T01:36:20.171202+0000 mgr.a (mgr.14403) 20140 : cluster 0 pgmap v15039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:21 smithi194 bash[32038]: cluster 2023-12-08T01:36:20.171202+0000 mgr.a (mgr.14403) 20140 : cluster 0 pgmap v15039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:21 smithi135 bash[32435]: cluster 2023-12-08T01:36:20.171202+0000 mgr.a (mgr.14403) 20140 : cluster 0 pgmap v15039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:23 smithi079 bash[28699]: cluster 2023-12-08T01:36:22.171957+0000 mgr.a (mgr.14403) 20141 : cluster 0 pgmap v15040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:23 smithi194 bash[32038]: cluster 2023-12-08T01:36:22.171957+0000 mgr.a (mgr.14403) 20141 : cluster 0 pgmap v15040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:23 smithi135 bash[32435]: cluster 2023-12-08T01:36:22.171957+0000 mgr.a (mgr.14403) 20141 : cluster 0 pgmap v15040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:24.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:36:24.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:24.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:25.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:24 smithi194 bash[32038]: cluster 2023-12-08T01:36:24.172766+0000 mgr.a (mgr.14403) 20142 : cluster 0 pgmap v15041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:25.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:24 smithi135 bash[32435]: cluster 2023-12-08T01:36:24.172766+0000 mgr.a (mgr.14403) 20142 : cluster 0 pgmap v15041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:25.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:24 smithi079 bash[28699]: cluster 2023-12-08T01:36:24.172766+0000 mgr.a (mgr.14403) 20142 : cluster 0 pgmap v15041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:25.811 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:36:25.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:25.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:25.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:25.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:36:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:25 smithi194 bash[32038]: audit 2023-12-08T01:36:25.300842+0000 mgr.a (mgr.14403) 20143 : audit 0 from='client.399399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:25 smithi135 bash[32435]: audit 2023-12-08T01:36:25.300842+0000 mgr.a (mgr.14403) 20143 : audit 0 from='client.399399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:25 smithi079 bash[28699]: audit 2023-12-08T01:36:25.300842+0000 mgr.a (mgr.14403) 20143 : audit 0 from='client.399399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:27.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:26 smithi194 bash[32038]: cluster 2023-12-08T01:36:26.173459+0000 mgr.a (mgr.14403) 20144 : cluster 0 pgmap v15042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:27.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:26 smithi135 bash[32435]: cluster 2023-12-08T01:36:26.173459+0000 mgr.a (mgr.14403) 20144 : cluster 0 pgmap v15042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:26 smithi079 bash[28699]: cluster 2023-12-08T01:36:26.173459+0000 mgr.a (mgr.14403) 20144 : cluster 0 pgmap v15042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:29 smithi079 bash[28699]: cluster 2023-12-08T01:36:28.174042+0000 mgr.a (mgr.14403) 20145 : cluster 0 pgmap v15043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:29.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:29 smithi194 bash[32038]: cluster 2023-12-08T01:36:28.174042+0000 mgr.a (mgr.14403) 20145 : cluster 0 pgmap v15043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:29 smithi135 bash[32435]: cluster 2023-12-08T01:36:28.174042+0000 mgr.a (mgr.14403) 20145 : cluster 0 pgmap v15043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:30.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:36:30.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:30.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:31.738 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:36:31.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:31.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:31.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:31.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:36:31.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:31 smithi194 bash[32038]: cluster 2023-12-08T01:36:30.174876+0000 mgr.a (mgr.14403) 20146 : cluster 0 pgmap v15044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:31 smithi135 bash[32435]: cluster 2023-12-08T01:36:30.174876+0000 mgr.a (mgr.14403) 20146 : cluster 0 pgmap v15044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:31 smithi079 bash[28699]: cluster 2023-12-08T01:36:30.174876+0000 mgr.a (mgr.14403) 20146 : cluster 0 pgmap v15044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:32.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:32 smithi194 bash[32038]: audit 2023-12-08T01:36:31.219980+0000 mgr.a (mgr.14403) 20147 : audit 0 from='client.399471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:32.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:32 smithi135 bash[32435]: audit 2023-12-08T01:36:31.219980+0000 mgr.a (mgr.14403) 20147 : audit 0 from='client.399471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:32 smithi079 bash[28699]: audit 2023-12-08T01:36:31.219980+0000 mgr.a (mgr.14403) 20147 : audit 0 from='client.399471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:33.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:33 smithi194 bash[32038]: cluster 2023-12-08T01:36:32.175541+0000 mgr.a (mgr.14403) 20148 : cluster 0 pgmap v15045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:33 smithi135 bash[32435]: cluster 2023-12-08T01:36:32.175541+0000 mgr.a (mgr.14403) 20148 : cluster 0 pgmap v15045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:33 smithi079 bash[28699]: cluster 2023-12-08T01:36:32.175541+0000 mgr.a (mgr.14403) 20148 : cluster 0 pgmap v15045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:35 smithi194 bash[32038]: cluster 2023-12-08T01:36:34.176414+0000 mgr.a (mgr.14403) 20149 : cluster 0 pgmap v15046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:35 smithi135 bash[32435]: cluster 2023-12-08T01:36:34.176414+0000 mgr.a (mgr.14403) 20149 : cluster 0 pgmap v15046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:35 smithi079 bash[28699]: cluster 2023-12-08T01:36:34.176414+0000 mgr.a (mgr.14403) 20149 : cluster 0 pgmap v15046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:36.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:36:36.742 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:36.742 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:37.671 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:36:37.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:37.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:37.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:37.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:36:37.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:37 smithi194 bash[32038]: cluster 2023-12-08T01:36:36.176970+0000 mgr.a (mgr.14403) 20150 : cluster 0 pgmap v15047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:37 smithi135 bash[32435]: cluster 2023-12-08T01:36:36.176970+0000 mgr.a (mgr.14403) 20150 : cluster 0 pgmap v15047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:37 smithi079 bash[28699]: cluster 2023-12-08T01:36:36.176970+0000 mgr.a (mgr.14403) 20150 : cluster 0 pgmap v15047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:38.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:38 smithi194 bash[32038]: audit 2023-12-08T01:36:37.144271+0000 mgr.a (mgr.14403) 20151 : audit 0 from='client.399543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:38.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:38 smithi135 bash[32435]: audit 2023-12-08T01:36:37.144271+0000 mgr.a (mgr.14403) 20151 : audit 0 from='client.399543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:38 smithi079 bash[28699]: audit 2023-12-08T01:36:37.144271+0000 mgr.a (mgr.14403) 20151 : audit 0 from='client.399543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:39.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:39 smithi194 bash[32038]: cluster 2023-12-08T01:36:38.177673+0000 mgr.a (mgr.14403) 20152 : cluster 0 pgmap v15048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:39 smithi135 bash[32435]: cluster 2023-12-08T01:36:38.177673+0000 mgr.a (mgr.14403) 20152 : cluster 0 pgmap v15048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:39 smithi079 bash[28699]: cluster 2023-12-08T01:36:38.177673+0000 mgr.a (mgr.14403) 20152 : cluster 0 pgmap v15048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:41.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:41 smithi194 bash[32038]: cluster 2023-12-08T01:36:40.178521+0000 mgr.a (mgr.14403) 20153 : cluster 0 pgmap v15049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:41 smithi135 bash[32435]: cluster 2023-12-08T01:36:40.178521+0000 mgr.a (mgr.14403) 20153 : cluster 0 pgmap v15049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:41 smithi079 bash[28699]: cluster 2023-12-08T01:36:40.178521+0000 mgr.a (mgr.14403) 20153 : cluster 0 pgmap v15049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:36:42.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:36:42.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:42.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:42.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:42 smithi194 bash[32038]: audit 2023-12-08T01:36:41.854390+0000 mon.a (mon.0) 3236 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:36:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:42 smithi194 bash[32038]: audit 2023-12-08T01:36:42.591212+0000 mon.a (mon.0) 3237 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:36:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:42 smithi194 bash[32038]: audit 2023-12-08T01:36:42.592639+0000 mon.a (mon.0) 3238 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:36:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:42 smithi194 bash[32038]: audit 2023-12-08T01:36:42.599501+0000 mon.a (mon.0) 3239 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:36:42.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:42 smithi135 bash[32435]: audit 2023-12-08T01:36:41.854390+0000 mon.a (mon.0) 3236 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:36:42.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:42 smithi135 bash[32435]: audit 2023-12-08T01:36:42.591212+0000 mon.a (mon.0) 3237 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:36:42.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:42 smithi135 bash[32435]: audit 2023-12-08T01:36:42.592639+0000 mon.a (mon.0) 3238 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:36:42.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:42 smithi135 bash[32435]: audit 2023-12-08T01:36:42.599501+0000 mon.a (mon.0) 3239 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:36:43.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:42 smithi079 bash[28699]: audit 2023-12-08T01:36:41.854390+0000 mon.a (mon.0) 3236 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:36:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:42 smithi079 bash[28699]: audit 2023-12-08T01:36:42.591212+0000 mon.a (mon.0) 3237 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:36:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:42 smithi079 bash[28699]: audit 2023-12-08T01:36:42.592639+0000 mon.a (mon.0) 3238 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:36:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:42 smithi079 bash[28699]: audit 2023-12-08T01:36:42.599501+0000 mon.a (mon.0) 3239 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:36:43.563 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:36:43.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:43.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:43.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:43.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:36:43.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:43 smithi194 bash[32038]: cluster 2023-12-08T01:36:42.179240+0000 mgr.a (mgr.14403) 20154 : cluster 0 pgmap v15050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:43 smithi135 bash[32435]: cluster 2023-12-08T01:36:42.179240+0000 mgr.a (mgr.14403) 20154 : cluster 0 pgmap v15050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:43 smithi079 bash[28699]: cluster 2023-12-08T01:36:42.179240+0000 mgr.a (mgr.14403) 20154 : cluster 0 pgmap v15050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:44.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:44 smithi194 bash[32038]: audit 2023-12-08T01:36:43.059615+0000 mgr.a (mgr.14403) 20155 : audit 0 from='client.399615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:44.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:44 smithi135 bash[32435]: audit 2023-12-08T01:36:43.059615+0000 mgr.a (mgr.14403) 20155 : audit 0 from='client.399615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:44 smithi079 bash[28699]: audit 2023-12-08T01:36:43.059615+0000 mgr.a (mgr.14403) 20155 : audit 0 from='client.399615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:45 smithi194 bash[32038]: cluster 2023-12-08T01:36:44.180281+0000 mgr.a (mgr.14403) 20156 : cluster 0 pgmap v15051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:36:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:45 smithi135 bash[32435]: cluster 2023-12-08T01:36:44.180281+0000 mgr.a (mgr.14403) 20156 : cluster 0 pgmap v15051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:36:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:45 smithi079 bash[28699]: cluster 2023-12-08T01:36:44.180281+0000 mgr.a (mgr.14403) 20156 : cluster 0 pgmap v15051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:36:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:47 smithi135 bash[32435]: cluster 2023-12-08T01:36:46.180968+0000 mgr.a (mgr.14403) 20157 : cluster 0 pgmap v15052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:36:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:47 smithi079 bash[28699]: cluster 2023-12-08T01:36:46.180968+0000 mgr.a (mgr.14403) 20157 : cluster 0 pgmap v15052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:36:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:47 smithi194 bash[32038]: cluster 2023-12-08T01:36:46.180968+0000 mgr.a (mgr.14403) 20157 : cluster 0 pgmap v15052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:36:48.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:36:48.567 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:48.567 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:49.460 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:36:49.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:49.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:49.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:49.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:36:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:49 smithi079 bash[28699]: cluster 2023-12-08T01:36:48.181719+0000 mgr.a (mgr.14403) 20158 : cluster 0 pgmap v15053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:36:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:49 smithi194 bash[32038]: cluster 2023-12-08T01:36:48.181719+0000 mgr.a (mgr.14403) 20158 : cluster 0 pgmap v15053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:36:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:49 smithi135 bash[32435]: cluster 2023-12-08T01:36:48.181719+0000 mgr.a (mgr.14403) 20158 : cluster 0 pgmap v15053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:36:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:50 smithi079 bash[28699]: audit 2023-12-08T01:36:48.977604+0000 mgr.a (mgr.14403) 20159 : audit 0 from='client.399687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:50 smithi194 bash[32038]: audit 2023-12-08T01:36:48.977604+0000 mgr.a (mgr.14403) 20159 : audit 0 from='client.399687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:50 smithi135 bash[32435]: audit 2023-12-08T01:36:48.977604+0000 mgr.a (mgr.14403) 20159 : audit 0 from='client.399687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:51 smithi079 bash[28699]: cluster 2023-12-08T01:36:50.182739+0000 mgr.a (mgr.14403) 20160 : cluster 0 pgmap v15054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:51 smithi194 bash[32038]: cluster 2023-12-08T01:36:50.182739+0000 mgr.a (mgr.14403) 20160 : cluster 0 pgmap v15054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:51 smithi135 bash[32435]: cluster 2023-12-08T01:36:50.182739+0000 mgr.a (mgr.14403) 20160 : cluster 0 pgmap v15054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:53 smithi079 bash[28699]: cluster 2023-12-08T01:36:52.183446+0000 mgr.a (mgr.14403) 20161 : cluster 0 pgmap v15055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:53 smithi194 bash[32038]: cluster 2023-12-08T01:36:52.183446+0000 mgr.a (mgr.14403) 20161 : cluster 0 pgmap v15055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:53 smithi135 bash[32435]: cluster 2023-12-08T01:36:52.183446+0000 mgr.a (mgr.14403) 20161 : cluster 0 pgmap v15055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:36:54.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:36:54.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:36:54.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:36:55.387 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:36:55.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:36:55.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:36:55.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:36:55.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:36:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:55 smithi079 bash[28699]: cluster 2023-12-08T01:36:54.184387+0000 mgr.a (mgr.14403) 20162 : cluster 0 pgmap v15056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:55 smithi079 bash[28699]: audit 2023-12-08T01:36:54.871939+0000 mgr.a (mgr.14403) 20163 : audit 0 from='client.399765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:55 smithi194 bash[32038]: cluster 2023-12-08T01:36:54.184387+0000 mgr.a (mgr.14403) 20162 : cluster 0 pgmap v15056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:55 smithi194 bash[32038]: audit 2023-12-08T01:36:54.871939+0000 mgr.a (mgr.14403) 20163 : audit 0 from='client.399765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:55 smithi135 bash[32435]: cluster 2023-12-08T01:36:54.184387+0000 mgr.a (mgr.14403) 20162 : cluster 0 pgmap v15056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:36:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:55 smithi135 bash[32435]: audit 2023-12-08T01:36:54.871939+0000 mgr.a (mgr.14403) 20163 : audit 0 from='client.399765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:36:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:57 smithi079 bash[28699]: cluster 2023-12-08T01:36:56.185125+0000 mgr.a (mgr.14403) 20164 : cluster 0 pgmap v15057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:36:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:57 smithi194 bash[32038]: cluster 2023-12-08T01:36:56.185125+0000 mgr.a (mgr.14403) 20164 : cluster 0 pgmap v15057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:36:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:57 smithi135 bash[32435]: cluster 2023-12-08T01:36:56.185125+0000 mgr.a (mgr.14403) 20164 : cluster 0 pgmap v15057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:37:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:36:59 smithi079 bash[28699]: cluster 2023-12-08T01:36:58.185713+0000 mgr.a (mgr.14403) 20165 : cluster 0 pgmap v15058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:37:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:36:59 smithi194 bash[32038]: cluster 2023-12-08T01:36:58.185713+0000 mgr.a (mgr.14403) 20165 : cluster 0 pgmap v15058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:37:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:36:59 smithi135 bash[32435]: cluster 2023-12-08T01:36:58.185713+0000 mgr.a (mgr.14403) 20165 : cluster 0 pgmap v15058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:37:00.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:37:00.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:00.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:01.305 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:37:01.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:01.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:01.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:01.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:37:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:01 smithi079 bash[28699]: cluster 2023-12-08T01:37:00.186549+0000 mgr.a (mgr.14403) 20166 : cluster 0 pgmap v15059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:37:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:01 smithi079 bash[28699]: audit 2023-12-08T01:37:00.789296+0000 mgr.a (mgr.14403) 20167 : audit 0 from='client.399840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:01 smithi194 bash[32038]: cluster 2023-12-08T01:37:00.186549+0000 mgr.a (mgr.14403) 20166 : cluster 0 pgmap v15059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:37:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:01 smithi194 bash[32038]: audit 2023-12-08T01:37:00.789296+0000 mgr.a (mgr.14403) 20167 : audit 0 from='client.399840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:01 smithi135 bash[32435]: cluster 2023-12-08T01:37:00.186549+0000 mgr.a (mgr.14403) 20166 : cluster 0 pgmap v15059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:37:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:01 smithi135 bash[32435]: audit 2023-12-08T01:37:00.789296+0000 mgr.a (mgr.14403) 20167 : audit 0 from='client.399840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:03 smithi079 bash[28699]: cluster 2023-12-08T01:37:02.187236+0000 mgr.a (mgr.14403) 20168 : cluster 0 pgmap v15060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:04.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:03 smithi194 bash[32038]: cluster 2023-12-08T01:37:02.187236+0000 mgr.a (mgr.14403) 20168 : cluster 0 pgmap v15060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:03 smithi135 bash[32435]: cluster 2023-12-08T01:37:02.187236+0000 mgr.a (mgr.14403) 20168 : cluster 0 pgmap v15060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:05 smithi079 bash[28699]: cluster 2023-12-08T01:37:04.188046+0000 mgr.a (mgr.14403) 20169 : cluster 0 pgmap v15061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:05 smithi194 bash[32038]: cluster 2023-12-08T01:37:04.188046+0000 mgr.a (mgr.14403) 20169 : cluster 0 pgmap v15061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:05 smithi135 bash[32435]: cluster 2023-12-08T01:37:04.188046+0000 mgr.a (mgr.14403) 20169 : cluster 0 pgmap v15061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:06.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:37:06.308 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:06.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:07.205 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:37:07.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:07.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:07.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:07.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:37:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:07 smithi079 bash[28699]: cluster 2023-12-08T01:37:06.188608+0000 mgr.a (mgr.14403) 20170 : cluster 0 pgmap v15062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:07 smithi079 bash[28699]: audit 2023-12-08T01:37:06.709277+0000 mgr.a (mgr.14403) 20171 : audit 0 from='client.399918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:07 smithi194 bash[32038]: cluster 2023-12-08T01:37:06.188608+0000 mgr.a (mgr.14403) 20170 : cluster 0 pgmap v15062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:07 smithi194 bash[32038]: audit 2023-12-08T01:37:06.709277+0000 mgr.a (mgr.14403) 20171 : audit 0 from='client.399918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:07 smithi135 bash[32435]: cluster 2023-12-08T01:37:06.188608+0000 mgr.a (mgr.14403) 20170 : cluster 0 pgmap v15062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:07 smithi135 bash[32435]: audit 2023-12-08T01:37:06.709277+0000 mgr.a (mgr.14403) 20171 : audit 0 from='client.399918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:09 smithi079 bash[28699]: cluster 2023-12-08T01:37:08.189404+0000 mgr.a (mgr.14403) 20172 : cluster 0 pgmap v15063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:09 smithi194 bash[32038]: cluster 2023-12-08T01:37:08.189404+0000 mgr.a (mgr.14403) 20172 : cluster 0 pgmap v15063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:09 smithi135 bash[32435]: cluster 2023-12-08T01:37:08.189404+0000 mgr.a (mgr.14403) 20172 : cluster 0 pgmap v15063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:11 smithi079 bash[28699]: cluster 2023-12-08T01:37:10.190280+0000 mgr.a (mgr.14403) 20173 : cluster 0 pgmap v15064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:11 smithi194 bash[32038]: cluster 2023-12-08T01:37:10.190280+0000 mgr.a (mgr.14403) 20173 : cluster 0 pgmap v15064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:11 smithi135 bash[32435]: cluster 2023-12-08T01:37:10.190280+0000 mgr.a (mgr.14403) 20173 : cluster 0 pgmap v15064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:12.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:37:12.208 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:12.209 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:13.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:13.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:13.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:13.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:37:13.134 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:37:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:13 smithi079 bash[28699]: cluster 2023-12-08T01:37:12.190807+0000 mgr.a (mgr.14403) 20174 : cluster 0 pgmap v15065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:13 smithi079 bash[28699]: audit 2023-12-08T01:37:12.628117+0000 mgr.a (mgr.14403) 20175 : audit 0 from='client.399990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:13 smithi194 bash[32038]: cluster 2023-12-08T01:37:12.190807+0000 mgr.a (mgr.14403) 20174 : cluster 0 pgmap v15065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:13 smithi194 bash[32038]: audit 2023-12-08T01:37:12.628117+0000 mgr.a (mgr.14403) 20175 : audit 0 from='client.399990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:13 smithi135 bash[32435]: cluster 2023-12-08T01:37:12.190807+0000 mgr.a (mgr.14403) 20174 : cluster 0 pgmap v15065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:13 smithi135 bash[32435]: audit 2023-12-08T01:37:12.628117+0000 mgr.a (mgr.14403) 20175 : audit 0 from='client.399990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:15 smithi079 bash[28699]: cluster 2023-12-08T01:37:14.191719+0000 mgr.a (mgr.14403) 20176 : cluster 0 pgmap v15066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:15 smithi194 bash[32038]: cluster 2023-12-08T01:37:14.191719+0000 mgr.a (mgr.14403) 20176 : cluster 0 pgmap v15066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:15 smithi135 bash[32435]: cluster 2023-12-08T01:37:14.191719+0000 mgr.a (mgr.14403) 20176 : cluster 0 pgmap v15066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:18.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:37:18.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:18.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:18.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:17 smithi079 bash[28699]: cluster 2023-12-08T01:37:16.192289+0000 mgr.a (mgr.14403) 20177 : cluster 0 pgmap v15067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:17 smithi194 bash[32038]: cluster 2023-12-08T01:37:16.192289+0000 mgr.a (mgr.14403) 20177 : cluster 0 pgmap v15067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:17 smithi135 bash[32435]: cluster 2023-12-08T01:37:16.192289+0000 mgr.a (mgr.14403) 20177 : cluster 0 pgmap v15067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:19.059 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:37:19.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:19.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:19.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:19.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:37:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:19 smithi079 bash[28699]: cluster 2023-12-08T01:37:18.192695+0000 mgr.a (mgr.14403) 20178 : cluster 0 pgmap v15068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:19 smithi079 bash[28699]: audit 2023-12-08T01:37:18.543500+0000 mgr.a (mgr.14403) 20179 : audit 0 from='client.400068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:19 smithi194 bash[32038]: cluster 2023-12-08T01:37:18.192695+0000 mgr.a (mgr.14403) 20178 : cluster 0 pgmap v15068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:19 smithi194 bash[32038]: audit 2023-12-08T01:37:18.543500+0000 mgr.a (mgr.14403) 20179 : audit 0 from='client.400068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:19 smithi135 bash[32435]: cluster 2023-12-08T01:37:18.192695+0000 mgr.a (mgr.14403) 20178 : cluster 0 pgmap v15068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:19 smithi135 bash[32435]: audit 2023-12-08T01:37:18.543500+0000 mgr.a (mgr.14403) 20179 : audit 0 from='client.400068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:21 smithi079 bash[28699]: cluster 2023-12-08T01:37:20.193659+0000 mgr.a (mgr.14403) 20180 : cluster 0 pgmap v15069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:21 smithi194 bash[32038]: cluster 2023-12-08T01:37:20.193659+0000 mgr.a (mgr.14403) 20180 : cluster 0 pgmap v15069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:21 smithi135 bash[32435]: cluster 2023-12-08T01:37:20.193659+0000 mgr.a (mgr.14403) 20180 : cluster 0 pgmap v15069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:24.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:37:24.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:24.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:23 smithi079 bash[28699]: cluster 2023-12-08T01:37:22.194219+0000 mgr.a (mgr.14403) 20181 : cluster 0 pgmap v15070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:23 smithi194 bash[32038]: cluster 2023-12-08T01:37:22.194219+0000 mgr.a (mgr.14403) 20181 : cluster 0 pgmap v15070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:23 smithi135 bash[32435]: cluster 2023-12-08T01:37:22.194219+0000 mgr.a (mgr.14403) 20181 : cluster 0 pgmap v15070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:24.995 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:37:24.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:24.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:24.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:24.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:37:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:25 smithi079 bash[28699]: cluster 2023-12-08T01:37:24.195110+0000 mgr.a (mgr.14403) 20182 : cluster 0 pgmap v15071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:25 smithi079 bash[28699]: audit 2023-12-08T01:37:24.469836+0000 mgr.a (mgr.14403) 20183 : audit 0 from='client.400143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:25 smithi194 bash[32038]: cluster 2023-12-08T01:37:24.195110+0000 mgr.a (mgr.14403) 20182 : cluster 0 pgmap v15071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:25 smithi194 bash[32038]: audit 2023-12-08T01:37:24.469836+0000 mgr.a (mgr.14403) 20183 : audit 0 from='client.400143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:25 smithi135 bash[32435]: cluster 2023-12-08T01:37:24.195110+0000 mgr.a (mgr.14403) 20182 : cluster 0 pgmap v15071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:25 smithi135 bash[32435]: audit 2023-12-08T01:37:24.469836+0000 mgr.a (mgr.14403) 20183 : audit 0 from='client.400143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:27 smithi079 bash[28699]: cluster 2023-12-08T01:37:26.195780+0000 mgr.a (mgr.14403) 20184 : cluster 0 pgmap v15072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:27 smithi194 bash[32038]: cluster 2023-12-08T01:37:26.195780+0000 mgr.a (mgr.14403) 20184 : cluster 0 pgmap v15072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:27 smithi135 bash[32435]: cluster 2023-12-08T01:37:26.195780+0000 mgr.a (mgr.14403) 20184 : cluster 0 pgmap v15072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:29.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:37:29.998 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:29.998 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:29 smithi079 bash[28699]: cluster 2023-12-08T01:37:28.196336+0000 mgr.a (mgr.14403) 20185 : cluster 0 pgmap v15073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:29 smithi194 bash[32038]: cluster 2023-12-08T01:37:28.196336+0000 mgr.a (mgr.14403) 20185 : cluster 0 pgmap v15073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:29 smithi135 bash[32435]: cluster 2023-12-08T01:37:28.196336+0000 mgr.a (mgr.14403) 20185 : cluster 0 pgmap v15073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:30.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:30.890 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:37:30.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:30.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:30.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:37:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:31 smithi079 bash[28699]: cluster 2023-12-08T01:37:30.197115+0000 mgr.a (mgr.14403) 20186 : cluster 0 pgmap v15074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:31 smithi079 bash[28699]: audit 2023-12-08T01:37:30.398747+0000 mgr.a (mgr.14403) 20187 : audit 0 from='client.400215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:31 smithi194 bash[32038]: cluster 2023-12-08T01:37:30.197115+0000 mgr.a (mgr.14403) 20186 : cluster 0 pgmap v15074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:31 smithi194 bash[32038]: audit 2023-12-08T01:37:30.398747+0000 mgr.a (mgr.14403) 20187 : audit 0 from='client.400215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:31 smithi135 bash[32435]: cluster 2023-12-08T01:37:30.197115+0000 mgr.a (mgr.14403) 20186 : cluster 0 pgmap v15074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:31 smithi135 bash[32435]: audit 2023-12-08T01:37:30.398747+0000 mgr.a (mgr.14403) 20187 : audit 0 from='client.400215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:33 smithi079 bash[28699]: cluster 2023-12-08T01:37:32.197746+0000 mgr.a (mgr.14403) 20188 : cluster 0 pgmap v15075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:33 smithi194 bash[32038]: cluster 2023-12-08T01:37:32.197746+0000 mgr.a (mgr.14403) 20188 : cluster 0 pgmap v15075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:33 smithi135 bash[32435]: cluster 2023-12-08T01:37:32.197746+0000 mgr.a (mgr.14403) 20188 : cluster 0 pgmap v15075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:35.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:37:35.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:35.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:35 smithi079 bash[28699]: cluster 2023-12-08T01:37:34.198544+0000 mgr.a (mgr.14403) 20189 : cluster 0 pgmap v15076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:35 smithi194 bash[32038]: cluster 2023-12-08T01:37:34.198544+0000 mgr.a (mgr.14403) 20189 : cluster 0 pgmap v15076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:35 smithi135 bash[32435]: cluster 2023-12-08T01:37:34.198544+0000 mgr.a (mgr.14403) 20189 : cluster 0 pgmap v15076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:36.791 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:37:36.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:36.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:36.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:36.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:37:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:37 smithi079 bash[28699]: cluster 2023-12-08T01:37:36.199244+0000 mgr.a (mgr.14403) 20190 : cluster 0 pgmap v15077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:37 smithi079 bash[28699]: audit 2023-12-08T01:37:36.299217+0000 mgr.a (mgr.14403) 20191 : audit 0 from='client.400290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:37 smithi194 bash[32038]: cluster 2023-12-08T01:37:36.199244+0000 mgr.a (mgr.14403) 20190 : cluster 0 pgmap v15077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:37 smithi194 bash[32038]: audit 2023-12-08T01:37:36.299217+0000 mgr.a (mgr.14403) 20191 : audit 0 from='client.400290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:37 smithi135 bash[32435]: cluster 2023-12-08T01:37:36.199244+0000 mgr.a (mgr.14403) 20190 : cluster 0 pgmap v15077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:37 smithi135 bash[32435]: audit 2023-12-08T01:37:36.299217+0000 mgr.a (mgr.14403) 20191 : audit 0 from='client.400290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:39 smithi079 bash[28699]: cluster 2023-12-08T01:37:38.199851+0000 mgr.a (mgr.14403) 20192 : cluster 0 pgmap v15078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:39 smithi194 bash[32038]: cluster 2023-12-08T01:37:38.199851+0000 mgr.a (mgr.14403) 20192 : cluster 0 pgmap v15078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:39 smithi135 bash[32435]: cluster 2023-12-08T01:37:38.199851+0000 mgr.a (mgr.14403) 20192 : cluster 0 pgmap v15078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:41.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:37:41.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:41.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:41 smithi079 bash[28699]: cluster 2023-12-08T01:37:40.200688+0000 mgr.a (mgr.14403) 20193 : cluster 0 pgmap v15079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:41 smithi194 bash[32038]: cluster 2023-12-08T01:37:40.200688+0000 mgr.a (mgr.14403) 20193 : cluster 0 pgmap v15079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:41 smithi135 bash[32435]: cluster 2023-12-08T01:37:40.200688+0000 mgr.a (mgr.14403) 20193 : cluster 0 pgmap v15079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:42.693 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:37:42.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:42.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:42.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:42.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:37:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:42 smithi079 bash[28699]: audit 2023-12-08T01:37:42.702375+0000 mon.a (mon.0) 3240 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:37:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:42 smithi194 bash[32038]: audit 2023-12-08T01:37:42.702375+0000 mon.a (mon.0) 3240 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:37:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:42 smithi135 bash[32435]: audit 2023-12-08T01:37:42.702375+0000 mon.a (mon.0) 3240 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:37:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:43 smithi079 bash[28699]: cluster 2023-12-08T01:37:42.201349+0000 mgr.a (mgr.14403) 20194 : cluster 0 pgmap v15080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:43 smithi079 bash[28699]: audit 2023-12-08T01:37:42.205660+0000 mgr.a (mgr.14403) 20195 : audit 0 from='client.400368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:43 smithi079 bash[28699]: audit 2023-12-08T01:37:43.444694+0000 mon.a (mon.0) 3241 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:37:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:43 smithi079 bash[28699]: audit 2023-12-08T01:37:43.446616+0000 mon.a (mon.0) 3242 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:37:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:43 smithi079 bash[28699]: audit 2023-12-08T01:37:43.456948+0000 mon.a (mon.0) 3243 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:37:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:43 smithi194 bash[32038]: cluster 2023-12-08T01:37:42.201349+0000 mgr.a (mgr.14403) 20194 : cluster 0 pgmap v15080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:43 smithi194 bash[32038]: audit 2023-12-08T01:37:42.205660+0000 mgr.a (mgr.14403) 20195 : audit 0 from='client.400368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:43 smithi194 bash[32038]: audit 2023-12-08T01:37:43.444694+0000 mon.a (mon.0) 3241 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:37:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:43 smithi194 bash[32038]: audit 2023-12-08T01:37:43.446616+0000 mon.a (mon.0) 3242 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:37:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:43 smithi194 bash[32038]: audit 2023-12-08T01:37:43.456948+0000 mon.a (mon.0) 3243 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:37:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:43 smithi135 bash[32435]: cluster 2023-12-08T01:37:42.201349+0000 mgr.a (mgr.14403) 20194 : cluster 0 pgmap v15080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:43 smithi135 bash[32435]: audit 2023-12-08T01:37:42.205660+0000 mgr.a (mgr.14403) 20195 : audit 0 from='client.400368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:43 smithi135 bash[32435]: audit 2023-12-08T01:37:43.444694+0000 mon.a (mon.0) 3241 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:37:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:43 smithi135 bash[32435]: audit 2023-12-08T01:37:43.446616+0000 mon.a (mon.0) 3242 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:37:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:43 smithi135 bash[32435]: audit 2023-12-08T01:37:43.456948+0000 mon.a (mon.0) 3243 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:37:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:45 smithi079 bash[28699]: cluster 2023-12-08T01:37:44.202295+0000 mgr.a (mgr.14403) 20196 : cluster 0 pgmap v15081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:45 smithi194 bash[32038]: cluster 2023-12-08T01:37:44.202295+0000 mgr.a (mgr.14403) 20196 : cluster 0 pgmap v15081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:45 smithi135 bash[32435]: cluster 2023-12-08T01:37:44.202295+0000 mgr.a (mgr.14403) 20196 : cluster 0 pgmap v15081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:37:47.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:37:47.697 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:47.697 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:47 smithi079 bash[28699]: cluster 2023-12-08T01:37:46.202879+0000 mgr.a (mgr.14403) 20197 : cluster 0 pgmap v15082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:47 smithi194 bash[32038]: cluster 2023-12-08T01:37:46.202879+0000 mgr.a (mgr.14403) 20197 : cluster 0 pgmap v15082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:47 smithi135 bash[32435]: cluster 2023-12-08T01:37:46.202879+0000 mgr.a (mgr.14403) 20197 : cluster 0 pgmap v15082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:48.607 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:37:48.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:48.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:48.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:48.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:37:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:49 smithi079 bash[28699]: audit 2023-12-08T01:37:48.100505+0000 mgr.a (mgr.14403) 20198 : audit 0 from='client.400440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:49 smithi079 bash[28699]: cluster 2023-12-08T01:37:48.203405+0000 mgr.a (mgr.14403) 20199 : cluster 0 pgmap v15083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:49 smithi194 bash[32038]: audit 2023-12-08T01:37:48.100505+0000 mgr.a (mgr.14403) 20198 : audit 0 from='client.400440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:49 smithi194 bash[32038]: cluster 2023-12-08T01:37:48.203405+0000 mgr.a (mgr.14403) 20199 : cluster 0 pgmap v15083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:49 smithi135 bash[32435]: audit 2023-12-08T01:37:48.100505+0000 mgr.a (mgr.14403) 20198 : audit 0 from='client.400440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:49 smithi135 bash[32435]: cluster 2023-12-08T01:37:48.203405+0000 mgr.a (mgr.14403) 20199 : cluster 0 pgmap v15083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:51 smithi079 bash[28699]: cluster 2023-12-08T01:37:50.204302+0000 mgr.a (mgr.14403) 20200 : cluster 0 pgmap v15084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:37:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:51 smithi194 bash[32038]: cluster 2023-12-08T01:37:50.204302+0000 mgr.a (mgr.14403) 20200 : cluster 0 pgmap v15084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:37:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:51 smithi135 bash[32435]: cluster 2023-12-08T01:37:50.204302+0000 mgr.a (mgr.14403) 20200 : cluster 0 pgmap v15084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:37:53.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:37:53.611 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:53.611 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:37:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:53 smithi079 bash[28699]: cluster 2023-12-08T01:37:52.204868+0000 mgr.a (mgr.14403) 20201 : cluster 0 pgmap v15085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:37:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:53 smithi194 bash[32038]: cluster 2023-12-08T01:37:52.204868+0000 mgr.a (mgr.14403) 20201 : cluster 0 pgmap v15085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:37:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:53 smithi135 bash[32435]: cluster 2023-12-08T01:37:52.204868+0000 mgr.a (mgr.14403) 20201 : cluster 0 pgmap v15085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:37:54.518 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:37:54.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:37:54.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:37:54.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:37:54.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:37:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:55 smithi079 bash[28699]: audit 2023-12-08T01:37:54.021432+0000 mgr.a (mgr.14403) 20202 : audit 0 from='client.400518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:55 smithi079 bash[28699]: cluster 2023-12-08T01:37:54.205981+0000 mgr.a (mgr.14403) 20203 : cluster 0 pgmap v15086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:55 smithi194 bash[32038]: audit 2023-12-08T01:37:54.021432+0000 mgr.a (mgr.14403) 20202 : audit 0 from='client.400518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:55 smithi194 bash[32038]: cluster 2023-12-08T01:37:54.205981+0000 mgr.a (mgr.14403) 20203 : cluster 0 pgmap v15086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:55 smithi135 bash[32435]: audit 2023-12-08T01:37:54.021432+0000 mgr.a (mgr.14403) 20202 : audit 0 from='client.400518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:37:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:55 smithi135 bash[32435]: cluster 2023-12-08T01:37:54.205981+0000 mgr.a (mgr.14403) 20203 : cluster 0 pgmap v15086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:37:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:57 smithi079 bash[28699]: cluster 2023-12-08T01:37:56.206627+0000 mgr.a (mgr.14403) 20204 : cluster 0 pgmap v15087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:57 smithi194 bash[32038]: cluster 2023-12-08T01:37:56.206627+0000 mgr.a (mgr.14403) 20204 : cluster 0 pgmap v15087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:57 smithi135 bash[32435]: cluster 2023-12-08T01:37:56.206627+0000 mgr.a (mgr.14403) 20204 : cluster 0 pgmap v15087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:37:59.521 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:37:59.522 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:37:59.522 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:37:59 smithi079 bash[28699]: cluster 2023-12-08T01:37:58.207180+0000 mgr.a (mgr.14403) 20205 : cluster 0 pgmap v15088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:37:59 smithi194 bash[32038]: cluster 2023-12-08T01:37:58.207180+0000 mgr.a (mgr.14403) 20205 : cluster 0 pgmap v15088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:37:59 smithi135 bash[32435]: cluster 2023-12-08T01:37:58.207180+0000 mgr.a (mgr.14403) 20205 : cluster 0 pgmap v15088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:00.426 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:38:00.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:00.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:00.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:00.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:38:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:01 smithi079 bash[28699]: audit 2023-12-08T01:37:59.932510+0000 mgr.a (mgr.14403) 20206 : audit 0 from='client.400593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:01 smithi079 bash[28699]: cluster 2023-12-08T01:38:00.208305+0000 mgr.a (mgr.14403) 20207 : cluster 0 pgmap v15089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:01 smithi194 bash[32038]: audit 2023-12-08T01:37:59.932510+0000 mgr.a (mgr.14403) 20206 : audit 0 from='client.400593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:01 smithi194 bash[32038]: cluster 2023-12-08T01:38:00.208305+0000 mgr.a (mgr.14403) 20207 : cluster 0 pgmap v15089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:01 smithi135 bash[32435]: audit 2023-12-08T01:37:59.932510+0000 mgr.a (mgr.14403) 20206 : audit 0 from='client.400593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:01 smithi135 bash[32435]: cluster 2023-12-08T01:38:00.208305+0000 mgr.a (mgr.14403) 20207 : cluster 0 pgmap v15089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:03 smithi079 bash[28699]: cluster 2023-12-08T01:38:02.209008+0000 mgr.a (mgr.14403) 20208 : cluster 0 pgmap v15090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:38:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:03 smithi194 bash[32038]: cluster 2023-12-08T01:38:02.209008+0000 mgr.a (mgr.14403) 20208 : cluster 0 pgmap v15090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:38:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:03 smithi135 bash[32435]: cluster 2023-12-08T01:38:02.209008+0000 mgr.a (mgr.14403) 20208 : cluster 0 pgmap v15090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:38:05.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:38:05.429 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:05.430 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:05 smithi079 bash[28699]: cluster 2023-12-08T01:38:04.209864+0000 mgr.a (mgr.14403) 20209 : cluster 0 pgmap v15091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:38:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:05 smithi194 bash[32038]: cluster 2023-12-08T01:38:04.209864+0000 mgr.a (mgr.14403) 20209 : cluster 0 pgmap v15091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:38:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:05 smithi135 bash[32435]: cluster 2023-12-08T01:38:04.209864+0000 mgr.a (mgr.14403) 20209 : cluster 0 pgmap v15091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:38:06.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:06.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:06.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:06.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:38:06.337 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:38:07.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:06 smithi194 bash[32038]: audit 2023-12-08T01:38:05.835829+0000 mgr.a (mgr.14403) 20210 : audit 0 from='client.400671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:07.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:06 smithi135 bash[32435]: audit 2023-12-08T01:38:05.835829+0000 mgr.a (mgr.14403) 20210 : audit 0 from='client.400671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:07.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:06 smithi079 bash[28699]: audit 2023-12-08T01:38:05.835829+0000 mgr.a (mgr.14403) 20210 : audit 0 from='client.400671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:07 smithi194 bash[32038]: cluster 2023-12-08T01:38:06.210899+0000 mgr.a (mgr.14403) 20211 : cluster 0 pgmap v15092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:07 smithi135 bash[32435]: cluster 2023-12-08T01:38:06.210899+0000 mgr.a (mgr.14403) 20211 : cluster 0 pgmap v15092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:07 smithi079 bash[28699]: cluster 2023-12-08T01:38:06.210899+0000 mgr.a (mgr.14403) 20211 : cluster 0 pgmap v15092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:09 smithi194 bash[32038]: cluster 2023-12-08T01:38:08.211510+0000 mgr.a (mgr.14403) 20212 : cluster 0 pgmap v15093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:09 smithi135 bash[32435]: cluster 2023-12-08T01:38:08.211510+0000 mgr.a (mgr.14403) 20212 : cluster 0 pgmap v15093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:09 smithi079 bash[28699]: cluster 2023-12-08T01:38:08.211510+0000 mgr.a (mgr.14403) 20212 : cluster 0 pgmap v15093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:11.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:38:11.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:11.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:11 smithi194 bash[32038]: cluster 2023-12-08T01:38:10.212364+0000 mgr.a (mgr.14403) 20213 : cluster 0 pgmap v15094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:11 smithi135 bash[32435]: cluster 2023-12-08T01:38:10.212364+0000 mgr.a (mgr.14403) 20213 : cluster 0 pgmap v15094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:12.266 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:38:12.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:12.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:12.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:12.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:38:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:11 smithi079 bash[28699]: cluster 2023-12-08T01:38:10.212364+0000 mgr.a (mgr.14403) 20213 : cluster 0 pgmap v15094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:13.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:12 smithi194 bash[32038]: audit 2023-12-08T01:38:11.746497+0000 mgr.a (mgr.14403) 20214 : audit 0 from='client.400746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:12 smithi135 bash[32435]: audit 2023-12-08T01:38:11.746497+0000 mgr.a (mgr.14403) 20214 : audit 0 from='client.400746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:13.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:12 smithi079 bash[28699]: audit 2023-12-08T01:38:11.746497+0000 mgr.a (mgr.14403) 20214 : audit 0 from='client.400746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:13 smithi194 bash[32038]: cluster 2023-12-08T01:38:12.212972+0000 mgr.a (mgr.14403) 20215 : cluster 0 pgmap v15095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:13 smithi135 bash[32435]: cluster 2023-12-08T01:38:12.212972+0000 mgr.a (mgr.14403) 20215 : cluster 0 pgmap v15095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:13 smithi079 bash[28699]: cluster 2023-12-08T01:38:12.212972+0000 mgr.a (mgr.14403) 20215 : cluster 0 pgmap v15095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:14 smithi194 bash[32038]: cluster 2023-12-08T01:38:14.213839+0000 mgr.a (mgr.14403) 20216 : cluster 0 pgmap v15096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:15.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:14 smithi135 bash[32435]: cluster 2023-12-08T01:38:14.213839+0000 mgr.a (mgr.14403) 20216 : cluster 0 pgmap v15096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:14 smithi079 bash[28699]: cluster 2023-12-08T01:38:14.213839+0000 mgr.a (mgr.14403) 20216 : cluster 0 pgmap v15096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:17.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:38:17.270 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:17.270 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:17 smithi079 bash[28699]: cluster 2023-12-08T01:38:16.214439+0000 mgr.a (mgr.14403) 20217 : cluster 0 pgmap v15097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:17 smithi194 bash[32038]: cluster 2023-12-08T01:38:16.214439+0000 mgr.a (mgr.14403) 20217 : cluster 0 pgmap v15097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:17 smithi135 bash[32435]: cluster 2023-12-08T01:38:16.214439+0000 mgr.a (mgr.14403) 20217 : cluster 0 pgmap v15097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:18.183 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:38:18.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:18.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:18.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:18.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:38:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:18 smithi079 bash[28699]: audit 2023-12-08T01:38:17.684926+0000 mgr.a (mgr.14403) 20218 : audit 0 from='client.400821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:18 smithi194 bash[32038]: audit 2023-12-08T01:38:17.684926+0000 mgr.a (mgr.14403) 20218 : audit 0 from='client.400821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:18 smithi135 bash[32435]: audit 2023-12-08T01:38:17.684926+0000 mgr.a (mgr.14403) 20218 : audit 0 from='client.400821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:19.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:19 smithi194 bash[32038]: cluster 2023-12-08T01:38:18.215192+0000 mgr.a (mgr.14403) 20219 : cluster 0 pgmap v15098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:19 smithi135 bash[32435]: cluster 2023-12-08T01:38:18.215192+0000 mgr.a (mgr.14403) 20219 : cluster 0 pgmap v15098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:19 smithi079 bash[28699]: cluster 2023-12-08T01:38:18.215192+0000 mgr.a (mgr.14403) 20219 : cluster 0 pgmap v15098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:21 smithi194 bash[32038]: cluster 2023-12-08T01:38:20.216002+0000 mgr.a (mgr.14403) 20220 : cluster 0 pgmap v15099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:21 smithi135 bash[32435]: cluster 2023-12-08T01:38:20.216002+0000 mgr.a (mgr.14403) 20220 : cluster 0 pgmap v15099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:21 smithi079 bash[28699]: cluster 2023-12-08T01:38:20.216002+0000 mgr.a (mgr.14403) 20220 : cluster 0 pgmap v15099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:23.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:38:23.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:23.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:23 smithi194 bash[32038]: cluster 2023-12-08T01:38:22.216489+0000 mgr.a (mgr.14403) 20221 : cluster 0 pgmap v15100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:23 smithi135 bash[32435]: cluster 2023-12-08T01:38:22.216489+0000 mgr.a (mgr.14403) 20221 : cluster 0 pgmap v15100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:24.113 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:38:24.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:24.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:24.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:24.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:38:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:23 smithi079 bash[28699]: cluster 2023-12-08T01:38:22.216489+0000 mgr.a (mgr.14403) 20221 : cluster 0 pgmap v15100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:24.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:24 smithi194 bash[32038]: audit 2023-12-08T01:38:23.590740+0000 mgr.a (mgr.14403) 20222 : audit 0 from='client.400893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:24.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:24 smithi135 bash[32435]: audit 2023-12-08T01:38:23.590740+0000 mgr.a (mgr.14403) 20222 : audit 0 from='client.400893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:25.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:24 smithi079 bash[28699]: audit 2023-12-08T01:38:23.590740+0000 mgr.a (mgr.14403) 20222 : audit 0 from='client.400893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:25 smithi194 bash[32038]: cluster 2023-12-08T01:38:24.217544+0000 mgr.a (mgr.14403) 20223 : cluster 0 pgmap v15101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:25 smithi135 bash[32435]: cluster 2023-12-08T01:38:24.217544+0000 mgr.a (mgr.14403) 20223 : cluster 0 pgmap v15101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:25 smithi079 bash[28699]: cluster 2023-12-08T01:38:24.217544+0000 mgr.a (mgr.14403) 20223 : cluster 0 pgmap v15101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:27 smithi135 bash[32435]: cluster 2023-12-08T01:38:26.218125+0000 mgr.a (mgr.14403) 20224 : cluster 0 pgmap v15102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:27 smithi079 bash[28699]: cluster 2023-12-08T01:38:26.218125+0000 mgr.a (mgr.14403) 20224 : cluster 0 pgmap v15102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:27 smithi194 bash[32038]: cluster 2023-12-08T01:38:26.218125+0000 mgr.a (mgr.14403) 20224 : cluster 0 pgmap v15102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:29.115 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:38:29.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:29.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:30.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:30.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:30.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:30.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:38:30.046 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:38:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:29 smithi079 bash[28699]: cluster 2023-12-08T01:38:28.218693+0000 mgr.a (mgr.14403) 20225 : cluster 0 pgmap v15103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:29 smithi194 bash[32038]: cluster 2023-12-08T01:38:28.218693+0000 mgr.a (mgr.14403) 20225 : cluster 0 pgmap v15103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:29 smithi135 bash[32435]: cluster 2023-12-08T01:38:28.218693+0000 mgr.a (mgr.14403) 20225 : cluster 0 pgmap v15103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:30 smithi079 bash[28699]: audit 2023-12-08T01:38:29.533572+0000 mgr.a (mgr.14403) 20226 : audit 0 from='client.400971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:31.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:30 smithi194 bash[32038]: audit 2023-12-08T01:38:29.533572+0000 mgr.a (mgr.14403) 20226 : audit 0 from='client.400971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:31.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:30 smithi135 bash[32435]: audit 2023-12-08T01:38:29.533572+0000 mgr.a (mgr.14403) 20226 : audit 0 from='client.400971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:31 smithi079 bash[28699]: cluster 2023-12-08T01:38:30.219918+0000 mgr.a (mgr.14403) 20227 : cluster 0 pgmap v15104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:31 smithi194 bash[32038]: cluster 2023-12-08T01:38:30.219918+0000 mgr.a (mgr.14403) 20227 : cluster 0 pgmap v15104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:31 smithi135 bash[32435]: cluster 2023-12-08T01:38:30.219918+0000 mgr.a (mgr.14403) 20227 : cluster 0 pgmap v15104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:33 smithi079 bash[28699]: cluster 2023-12-08T01:38:32.220637+0000 mgr.a (mgr.14403) 20228 : cluster 0 pgmap v15105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:33 smithi194 bash[32038]: cluster 2023-12-08T01:38:32.220637+0000 mgr.a (mgr.14403) 20228 : cluster 0 pgmap v15105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:33 smithi135 bash[32435]: cluster 2023-12-08T01:38:32.220637+0000 mgr.a (mgr.14403) 20228 : cluster 0 pgmap v15105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:38:35.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:38:35.049 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:35.049 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:35.961 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:38:35.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:35.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:35.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:35.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:38:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:35 smithi079 bash[28699]: cluster 2023-12-08T01:38:34.221578+0000 mgr.a (mgr.14403) 20229 : cluster 0 pgmap v15106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:35 smithi194 bash[32038]: cluster 2023-12-08T01:38:34.221578+0000 mgr.a (mgr.14403) 20229 : cluster 0 pgmap v15106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:35 smithi135 bash[32435]: cluster 2023-12-08T01:38:34.221578+0000 mgr.a (mgr.14403) 20229 : cluster 0 pgmap v15106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:37.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:36 smithi079 bash[28699]: audit 2023-12-08T01:38:35.451196+0000 mgr.a (mgr.14403) 20230 : audit 0 from='client.401049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:37.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:36 smithi194 bash[32038]: audit 2023-12-08T01:38:35.451196+0000 mgr.a (mgr.14403) 20230 : audit 0 from='client.401049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:37.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:36 smithi135 bash[32435]: audit 2023-12-08T01:38:35.451196+0000 mgr.a (mgr.14403) 20230 : audit 0 from='client.401049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:37 smithi079 bash[28699]: cluster 2023-12-08T01:38:36.222234+0000 mgr.a (mgr.14403) 20231 : cluster 0 pgmap v15107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:37 smithi194 bash[32038]: cluster 2023-12-08T01:38:36.222234+0000 mgr.a (mgr.14403) 20231 : cluster 0 pgmap v15107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:37 smithi135 bash[32435]: cluster 2023-12-08T01:38:36.222234+0000 mgr.a (mgr.14403) 20231 : cluster 0 pgmap v15107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:39 smithi079 bash[28699]: cluster 2023-12-08T01:38:38.222866+0000 mgr.a (mgr.14403) 20232 : cluster 0 pgmap v15108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:39 smithi194 bash[32038]: cluster 2023-12-08T01:38:38.222866+0000 mgr.a (mgr.14403) 20232 : cluster 0 pgmap v15108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:39 smithi135 bash[32435]: cluster 2023-12-08T01:38:38.222866+0000 mgr.a (mgr.14403) 20232 : cluster 0 pgmap v15108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:40.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:38:40.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:40.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:41.878 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:38:41.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:41.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:41.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:41.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:38:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:41 smithi079 bash[28699]: cluster 2023-12-08T01:38:40.223698+0000 mgr.a (mgr.14403) 20233 : cluster 0 pgmap v15109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:41 smithi194 bash[32038]: cluster 2023-12-08T01:38:40.223698+0000 mgr.a (mgr.14403) 20233 : cluster 0 pgmap v15109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:41 smithi135 bash[32435]: cluster 2023-12-08T01:38:40.223698+0000 mgr.a (mgr.14403) 20233 : cluster 0 pgmap v15109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:42 smithi079 bash[28699]: audit 2023-12-08T01:38:41.366360+0000 mgr.a (mgr.14403) 20234 : audit 0 from='client.401121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:43.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:42 smithi194 bash[32038]: audit 2023-12-08T01:38:41.366360+0000 mgr.a (mgr.14403) 20234 : audit 0 from='client.401121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:42 smithi135 bash[32435]: audit 2023-12-08T01:38:41.366360+0000 mgr.a (mgr.14403) 20234 : audit 0 from='client.401121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:43 smithi079 bash[28699]: cluster 2023-12-08T01:38:42.224410+0000 mgr.a (mgr.14403) 20235 : cluster 0 pgmap v15110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:43 smithi079 bash[28699]: audit 2023-12-08T01:38:43.559658+0000 mon.a (mon.0) 3244 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:38:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:43 smithi194 bash[32038]: cluster 2023-12-08T01:38:42.224410+0000 mgr.a (mgr.14403) 20235 : cluster 0 pgmap v15110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:43 smithi194 bash[32038]: audit 2023-12-08T01:38:43.559658+0000 mon.a (mon.0) 3244 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:38:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:43 smithi135 bash[32435]: cluster 2023-12-08T01:38:42.224410+0000 mgr.a (mgr.14403) 20235 : cluster 0 pgmap v15110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:43 smithi135 bash[32435]: audit 2023-12-08T01:38:43.559658+0000 mon.a (mon.0) 3244 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:38:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:45 smithi079 bash[28699]: audit 2023-12-08T01:38:44.090509+0000 mon.a (mon.0) 3245 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:38:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:45 smithi079 bash[28699]: audit 2023-12-08T01:38:44.097978+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:38:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:45 smithi079 bash[28699]: cluster 2023-12-08T01:38:44.225202+0000 mgr.a (mgr.14403) 20236 : cluster 0 pgmap v15111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:45 smithi079 bash[28699]: audit 2023-12-08T01:38:44.789259+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:38:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:45 smithi079 bash[28699]: audit 2023-12-08T01:38:44.790660+0000 mon.a (mon.0) 3248 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:38:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:45 smithi079 bash[28699]: audit 2023-12-08T01:38:44.798611+0000 mon.a (mon.0) 3249 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:38:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:45 smithi194 bash[32038]: audit 2023-12-08T01:38:44.090509+0000 mon.a (mon.0) 3245 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:38:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:45 smithi194 bash[32038]: audit 2023-12-08T01:38:44.097978+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:38:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:45 smithi194 bash[32038]: cluster 2023-12-08T01:38:44.225202+0000 mgr.a (mgr.14403) 20236 : cluster 0 pgmap v15111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:45 smithi194 bash[32038]: audit 2023-12-08T01:38:44.789259+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:38:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:45 smithi194 bash[32038]: audit 2023-12-08T01:38:44.790660+0000 mon.a (mon.0) 3248 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:38:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:45 smithi194 bash[32038]: audit 2023-12-08T01:38:44.798611+0000 mon.a (mon.0) 3249 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:38:45.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:45 smithi135 bash[32435]: audit 2023-12-08T01:38:44.090509+0000 mon.a (mon.0) 3245 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:38:45.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:45 smithi135 bash[32435]: audit 2023-12-08T01:38:44.097978+0000 mon.a (mon.0) 3246 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:38:45.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:45 smithi135 bash[32435]: cluster 2023-12-08T01:38:44.225202+0000 mgr.a (mgr.14403) 20236 : cluster 0 pgmap v15111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:45.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:45 smithi135 bash[32435]: audit 2023-12-08T01:38:44.789259+0000 mon.a (mon.0) 3247 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:38:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:45 smithi135 bash[32435]: audit 2023-12-08T01:38:44.790660+0000 mon.a (mon.0) 3248 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:38:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:45 smithi135 bash[32435]: audit 2023-12-08T01:38:44.798611+0000 mon.a (mon.0) 3249 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:38:46.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:38:46.882 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:46.882 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:47 smithi079 bash[28699]: cluster 2023-12-08T01:38:46.225805+0000 mgr.a (mgr.14403) 20237 : cluster 0 pgmap v15112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:47 smithi194 bash[32038]: cluster 2023-12-08T01:38:46.225805+0000 mgr.a (mgr.14403) 20237 : cluster 0 pgmap v15112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:47 smithi135 bash[32435]: cluster 2023-12-08T01:38:46.225805+0000 mgr.a (mgr.14403) 20237 : cluster 0 pgmap v15112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:47.787 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:38:47.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:47.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:47.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:47.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:38:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:48 smithi079 bash[28699]: audit 2023-12-08T01:38:47.285339+0000 mgr.a (mgr.14403) 20238 : audit 0 from='client.401190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:48 smithi194 bash[32038]: audit 2023-12-08T01:38:47.285339+0000 mgr.a (mgr.14403) 20238 : audit 0 from='client.401190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:48 smithi135 bash[32435]: audit 2023-12-08T01:38:47.285339+0000 mgr.a (mgr.14403) 20238 : audit 0 from='client.401190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:49.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:49 smithi194 bash[32038]: cluster 2023-12-08T01:38:48.226553+0000 mgr.a (mgr.14403) 20239 : cluster 0 pgmap v15113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:49 smithi135 bash[32435]: cluster 2023-12-08T01:38:48.226553+0000 mgr.a (mgr.14403) 20239 : cluster 0 pgmap v15113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:49 smithi079 bash[28699]: cluster 2023-12-08T01:38:48.226553+0000 mgr.a (mgr.14403) 20239 : cluster 0 pgmap v15113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:51 smithi194 bash[32038]: cluster 2023-12-08T01:38:50.227397+0000 mgr.a (mgr.14403) 20240 : cluster 0 pgmap v15114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:51 smithi135 bash[32435]: cluster 2023-12-08T01:38:50.227397+0000 mgr.a (mgr.14403) 20240 : cluster 0 pgmap v15114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:51 smithi079 bash[28699]: cluster 2023-12-08T01:38:50.227397+0000 mgr.a (mgr.14403) 20240 : cluster 0 pgmap v15114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:38:52.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:38:52.792 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:52.792 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:53.712 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:38:53.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:53.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:53.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:53.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:38:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:53 smithi194 bash[32038]: cluster 2023-12-08T01:38:52.227976+0000 mgr.a (mgr.14403) 20241 : cluster 0 pgmap v15115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:53 smithi135 bash[32435]: cluster 2023-12-08T01:38:52.227976+0000 mgr.a (mgr.14403) 20241 : cluster 0 pgmap v15115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:53 smithi079 bash[28699]: cluster 2023-12-08T01:38:52.227976+0000 mgr.a (mgr.14403) 20241 : cluster 0 pgmap v15115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:38:54.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:54 smithi135 bash[32435]: audit 2023-12-08T01:38:53.195250+0000 mgr.a (mgr.14403) 20242 : audit 0 from='client.401268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:54 smithi079 bash[28699]: audit 2023-12-08T01:38:53.195250+0000 mgr.a (mgr.14403) 20242 : audit 0 from='client.401268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:55.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:54 smithi194 bash[32038]: audit 2023-12-08T01:38:53.195250+0000 mgr.a (mgr.14403) 20242 : audit 0 from='client.401268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:38:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:55 smithi079 bash[28699]: cluster 2023-12-08T01:38:54.229121+0000 mgr.a (mgr.14403) 20243 : cluster 0 pgmap v15116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:38:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:55 smithi194 bash[32038]: cluster 2023-12-08T01:38:54.229121+0000 mgr.a (mgr.14403) 20243 : cluster 0 pgmap v15116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:38:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:55 smithi135 bash[32435]: cluster 2023-12-08T01:38:54.229121+0000 mgr.a (mgr.14403) 20243 : cluster 0 pgmap v15116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:38:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:57 smithi079 bash[28699]: cluster 2023-12-08T01:38:56.229748+0000 mgr.a (mgr.14403) 20244 : cluster 0 pgmap v15117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:38:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:57 smithi194 bash[32038]: cluster 2023-12-08T01:38:56.229748+0000 mgr.a (mgr.14403) 20244 : cluster 0 pgmap v15117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:38:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:57 smithi135 bash[32435]: cluster 2023-12-08T01:38:56.229748+0000 mgr.a (mgr.14403) 20244 : cluster 0 pgmap v15117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:38:58.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:38:58.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:38:58.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:38:59.635 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:38:59.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:38:59.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:38:59.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:38:59.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:39:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:38:59 smithi079 bash[28699]: cluster 2023-12-08T01:38:58.230352+0000 mgr.a (mgr.14403) 20245 : cluster 0 pgmap v15118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:39:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:38:59 smithi194 bash[32038]: cluster 2023-12-08T01:38:58.230352+0000 mgr.a (mgr.14403) 20245 : cluster 0 pgmap v15118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:39:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:38:59 smithi135 bash[32435]: cluster 2023-12-08T01:38:58.230352+0000 mgr.a (mgr.14403) 20245 : cluster 0 pgmap v15118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:39:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:00 smithi079 bash[28699]: audit 2023-12-08T01:38:59.131654+0000 mgr.a (mgr.14403) 20246 : audit 0 from='client.401343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:01.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:00 smithi194 bash[32038]: audit 2023-12-08T01:38:59.131654+0000 mgr.a (mgr.14403) 20246 : audit 0 from='client.401343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:00 smithi135 bash[32435]: audit 2023-12-08T01:38:59.131654+0000 mgr.a (mgr.14403) 20246 : audit 0 from='client.401343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:01 smithi079 bash[28699]: cluster 2023-12-08T01:39:00.231441+0000 mgr.a (mgr.14403) 20247 : cluster 0 pgmap v15119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:01 smithi194 bash[32038]: cluster 2023-12-08T01:39:00.231441+0000 mgr.a (mgr.14403) 20247 : cluster 0 pgmap v15119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:01 smithi135 bash[32435]: cluster 2023-12-08T01:39:00.231441+0000 mgr.a (mgr.14403) 20247 : cluster 0 pgmap v15119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:03 smithi079 bash[28699]: cluster 2023-12-08T01:39:02.232046+0000 mgr.a (mgr.14403) 20248 : cluster 0 pgmap v15120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:03 smithi194 bash[32038]: cluster 2023-12-08T01:39:02.232046+0000 mgr.a (mgr.14403) 20248 : cluster 0 pgmap v15120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:03 smithi135 bash[32435]: cluster 2023-12-08T01:39:02.232046+0000 mgr.a (mgr.14403) 20248 : cluster 0 pgmap v15120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:04.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:39:04.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:04.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:05.538 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:39:05.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:05.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:05.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:05.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:39:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:05 smithi079 bash[28699]: cluster 2023-12-08T01:39:04.232796+0000 mgr.a (mgr.14403) 20249 : cluster 0 pgmap v15121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:05 smithi194 bash[32038]: cluster 2023-12-08T01:39:04.232796+0000 mgr.a (mgr.14403) 20249 : cluster 0 pgmap v15121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:05 smithi135 bash[32435]: cluster 2023-12-08T01:39:04.232796+0000 mgr.a (mgr.14403) 20249 : cluster 0 pgmap v15121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:06 smithi079 bash[28699]: audit 2023-12-08T01:39:05.042898+0000 mgr.a (mgr.14403) 20250 : audit 0 from='client.305713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:07.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:06 smithi194 bash[32038]: audit 2023-12-08T01:39:05.042898+0000 mgr.a (mgr.14403) 20250 : audit 0 from='client.305713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:07.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:06 smithi135 bash[32435]: audit 2023-12-08T01:39:05.042898+0000 mgr.a (mgr.14403) 20250 : audit 0 from='client.305713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:07 smithi079 bash[28699]: cluster 2023-12-08T01:39:06.233497+0000 mgr.a (mgr.14403) 20251 : cluster 0 pgmap v15122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:39:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:07 smithi194 bash[32038]: cluster 2023-12-08T01:39:06.233497+0000 mgr.a (mgr.14403) 20251 : cluster 0 pgmap v15122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:39:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:07 smithi135 bash[32435]: cluster 2023-12-08T01:39:06.233497+0000 mgr.a (mgr.14403) 20251 : cluster 0 pgmap v15122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:39:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:09 smithi079 bash[28699]: cluster 2023-12-08T01:39:08.234069+0000 mgr.a (mgr.14403) 20252 : cluster 0 pgmap v15123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:39:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:09 smithi194 bash[32038]: cluster 2023-12-08T01:39:08.234069+0000 mgr.a (mgr.14403) 20252 : cluster 0 pgmap v15123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:39:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:09 smithi135 bash[32435]: cluster 2023-12-08T01:39:08.234069+0000 mgr.a (mgr.14403) 20252 : cluster 0 pgmap v15123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:39:10.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:39:10.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:10.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:11.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:11.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:11.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:11.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:39:11.439 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:39:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:11 smithi079 bash[28699]: cluster 2023-12-08T01:39:10.234926+0000 mgr.a (mgr.14403) 20253 : cluster 0 pgmap v15124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:39:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:11 smithi194 bash[32038]: cluster 2023-12-08T01:39:10.234926+0000 mgr.a (mgr.14403) 20253 : cluster 0 pgmap v15124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:39:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:11 smithi135 bash[32435]: cluster 2023-12-08T01:39:10.234926+0000 mgr.a (mgr.14403) 20253 : cluster 0 pgmap v15124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:39:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:12 smithi079 bash[28699]: audit 2023-12-08T01:39:10.942217+0000 mgr.a (mgr.14403) 20254 : audit 0 from='client.401499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:13.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:12 smithi194 bash[32038]: audit 2023-12-08T01:39:10.942217+0000 mgr.a (mgr.14403) 20254 : audit 0 from='client.401499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:12 smithi135 bash[32435]: audit 2023-12-08T01:39:10.942217+0000 mgr.a (mgr.14403) 20254 : audit 0 from='client.401499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:13 smithi079 bash[28699]: cluster 2023-12-08T01:39:12.235663+0000 mgr.a (mgr.14403) 20255 : cluster 0 pgmap v15125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:13 smithi194 bash[32038]: cluster 2023-12-08T01:39:12.235663+0000 mgr.a (mgr.14403) 20255 : cluster 0 pgmap v15125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:13 smithi135 bash[32435]: cluster 2023-12-08T01:39:12.235663+0000 mgr.a (mgr.14403) 20255 : cluster 0 pgmap v15125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:15 smithi079 bash[28699]: cluster 2023-12-08T01:39:14.236693+0000 mgr.a (mgr.14403) 20256 : cluster 0 pgmap v15126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:15 smithi194 bash[32038]: cluster 2023-12-08T01:39:14.236693+0000 mgr.a (mgr.14403) 20256 : cluster 0 pgmap v15126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:15 smithi135 bash[32435]: cluster 2023-12-08T01:39:14.236693+0000 mgr.a (mgr.14403) 20256 : cluster 0 pgmap v15126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:16.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:39:16.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:16.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:17.349 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:39:17.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:17.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:17.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:17.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:39:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:17 smithi079 bash[28699]: cluster 2023-12-08T01:39:16.237433+0000 mgr.a (mgr.14403) 20257 : cluster 0 pgmap v15127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:17 smithi079 bash[28699]: audit 2023-12-08T01:39:16.844791+0000 mgr.a (mgr.14403) 20258 : audit 0 from='client.401577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:17 smithi194 bash[32038]: cluster 2023-12-08T01:39:16.237433+0000 mgr.a (mgr.14403) 20257 : cluster 0 pgmap v15127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:17 smithi194 bash[32038]: audit 2023-12-08T01:39:16.844791+0000 mgr.a (mgr.14403) 20258 : audit 0 from='client.401577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:17 smithi135 bash[32435]: cluster 2023-12-08T01:39:16.237433+0000 mgr.a (mgr.14403) 20257 : cluster 0 pgmap v15127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:17 smithi135 bash[32435]: audit 2023-12-08T01:39:16.844791+0000 mgr.a (mgr.14403) 20258 : audit 0 from='client.401577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:19 smithi079 bash[28699]: cluster 2023-12-08T01:39:18.238206+0000 mgr.a (mgr.14403) 20259 : cluster 0 pgmap v15128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:19 smithi194 bash[32038]: cluster 2023-12-08T01:39:18.238206+0000 mgr.a (mgr.14403) 20259 : cluster 0 pgmap v15128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:19 smithi135 bash[32435]: cluster 2023-12-08T01:39:18.238206+0000 mgr.a (mgr.14403) 20259 : cluster 0 pgmap v15128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:21 smithi079 bash[28699]: cluster 2023-12-08T01:39:20.239110+0000 mgr.a (mgr.14403) 20260 : cluster 0 pgmap v15129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:21 smithi194 bash[32038]: cluster 2023-12-08T01:39:20.239110+0000 mgr.a (mgr.14403) 20260 : cluster 0 pgmap v15129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:22.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:21 smithi135 bash[32435]: cluster 2023-12-08T01:39:20.239110+0000 mgr.a (mgr.14403) 20260 : cluster 0 pgmap v15129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:22.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:39:22.353 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:22.354 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:23.252 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:39:23.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:23.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:23.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:23.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:39:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:23 smithi079 bash[28699]: cluster 2023-12-08T01:39:22.239597+0000 mgr.a (mgr.14403) 20261 : cluster 0 pgmap v15130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:23 smithi079 bash[28699]: audit 2023-12-08T01:39:22.760025+0000 mgr.a (mgr.14403) 20262 : audit 0 from='client.401652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:23 smithi194 bash[32038]: cluster 2023-12-08T01:39:22.239597+0000 mgr.a (mgr.14403) 20261 : cluster 0 pgmap v15130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:23 smithi194 bash[32038]: audit 2023-12-08T01:39:22.760025+0000 mgr.a (mgr.14403) 20262 : audit 0 from='client.401652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:23 smithi135 bash[32435]: cluster 2023-12-08T01:39:22.239597+0000 mgr.a (mgr.14403) 20261 : cluster 0 pgmap v15130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:23 smithi135 bash[32435]: audit 2023-12-08T01:39:22.760025+0000 mgr.a (mgr.14403) 20262 : audit 0 from='client.401652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:25 smithi079 bash[28699]: cluster 2023-12-08T01:39:24.240538+0000 mgr.a (mgr.14403) 20263 : cluster 0 pgmap v15131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:25 smithi194 bash[32038]: cluster 2023-12-08T01:39:24.240538+0000 mgr.a (mgr.14403) 20263 : cluster 0 pgmap v15131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:25 smithi135 bash[32435]: cluster 2023-12-08T01:39:24.240538+0000 mgr.a (mgr.14403) 20263 : cluster 0 pgmap v15131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:27 smithi079 bash[28699]: cluster 2023-12-08T01:39:26.241141+0000 mgr.a (mgr.14403) 20264 : cluster 0 pgmap v15132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:27 smithi194 bash[32038]: cluster 2023-12-08T01:39:26.241141+0000 mgr.a (mgr.14403) 20264 : cluster 0 pgmap v15132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:27 smithi135 bash[32435]: cluster 2023-12-08T01:39:26.241141+0000 mgr.a (mgr.14403) 20264 : cluster 0 pgmap v15132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:28.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:39:28.256 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:28.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:29.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:29.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:29.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:29.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:39:29.141 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:39:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:29 smithi079 bash[28699]: cluster 2023-12-08T01:39:28.241705+0000 mgr.a (mgr.14403) 20265 : cluster 0 pgmap v15133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:29 smithi079 bash[28699]: audit 2023-12-08T01:39:28.653449+0000 mgr.a (mgr.14403) 20266 : audit 0 from='client.401727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:29 smithi194 bash[32038]: cluster 2023-12-08T01:39:28.241705+0000 mgr.a (mgr.14403) 20265 : cluster 0 pgmap v15133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:29 smithi194 bash[32038]: audit 2023-12-08T01:39:28.653449+0000 mgr.a (mgr.14403) 20266 : audit 0 from='client.401727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:29 smithi135 bash[32435]: cluster 2023-12-08T01:39:28.241705+0000 mgr.a (mgr.14403) 20265 : cluster 0 pgmap v15133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:29 smithi135 bash[32435]: audit 2023-12-08T01:39:28.653449+0000 mgr.a (mgr.14403) 20266 : audit 0 from='client.401727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:31 smithi079 bash[28699]: cluster 2023-12-08T01:39:30.242627+0000 mgr.a (mgr.14403) 20267 : cluster 0 pgmap v15134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:31 smithi194 bash[32038]: cluster 2023-12-08T01:39:30.242627+0000 mgr.a (mgr.14403) 20267 : cluster 0 pgmap v15134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:31 smithi135 bash[32435]: cluster 2023-12-08T01:39:30.242627+0000 mgr.a (mgr.14403) 20267 : cluster 0 pgmap v15134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:33 smithi079 bash[28699]: cluster 2023-12-08T01:39:32.243183+0000 mgr.a (mgr.14403) 20268 : cluster 0 pgmap v15135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:34.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:39:34.145 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:34.145 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:33 smithi194 bash[32038]: cluster 2023-12-08T01:39:32.243183+0000 mgr.a (mgr.14403) 20268 : cluster 0 pgmap v15135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:33 smithi135 bash[32435]: cluster 2023-12-08T01:39:32.243183+0000 mgr.a (mgr.14403) 20268 : cluster 0 pgmap v15135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:35.070 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:39:35.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:35.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:35.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:35.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:39:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:35 smithi079 bash[28699]: cluster 2023-12-08T01:39:34.243885+0000 mgr.a (mgr.14403) 20269 : cluster 0 pgmap v15136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:35 smithi079 bash[28699]: audit 2023-12-08T01:39:34.550740+0000 mgr.a (mgr.14403) 20270 : audit 0 from='client.401805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:35 smithi194 bash[32038]: cluster 2023-12-08T01:39:34.243885+0000 mgr.a (mgr.14403) 20269 : cluster 0 pgmap v15136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:35 smithi194 bash[32038]: audit 2023-12-08T01:39:34.550740+0000 mgr.a (mgr.14403) 20270 : audit 0 from='client.401805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:35 smithi135 bash[32435]: cluster 2023-12-08T01:39:34.243885+0000 mgr.a (mgr.14403) 20269 : cluster 0 pgmap v15136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:35 smithi135 bash[32435]: audit 2023-12-08T01:39:34.550740+0000 mgr.a (mgr.14403) 20270 : audit 0 from='client.401805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:37 smithi079 bash[28699]: cluster 2023-12-08T01:39:36.244547+0000 mgr.a (mgr.14403) 20271 : cluster 0 pgmap v15137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:37 smithi194 bash[32038]: cluster 2023-12-08T01:39:36.244547+0000 mgr.a (mgr.14403) 20271 : cluster 0 pgmap v15137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:37 smithi135 bash[32435]: cluster 2023-12-08T01:39:36.244547+0000 mgr.a (mgr.14403) 20271 : cluster 0 pgmap v15137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:40.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:39:40.073 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:40.073 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:39 smithi079 bash[28699]: cluster 2023-12-08T01:39:38.245120+0000 mgr.a (mgr.14403) 20272 : cluster 0 pgmap v15138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:39 smithi194 bash[32038]: cluster 2023-12-08T01:39:38.245120+0000 mgr.a (mgr.14403) 20272 : cluster 0 pgmap v15138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:39 smithi135 bash[32435]: cluster 2023-12-08T01:39:38.245120+0000 mgr.a (mgr.14403) 20272 : cluster 0 pgmap v15138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:39:40.995 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:39:40.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:40.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:40.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:40.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:39:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:41 smithi079 bash[28699]: cluster 2023-12-08T01:39:40.245923+0000 mgr.a (mgr.14403) 20273 : cluster 0 pgmap v15139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:41 smithi079 bash[28699]: audit 2023-12-08T01:39:40.479243+0000 mgr.a (mgr.14403) 20274 : audit 0 from='client.401880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:41 smithi194 bash[32038]: cluster 2023-12-08T01:39:40.245923+0000 mgr.a (mgr.14403) 20273 : cluster 0 pgmap v15139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:41 smithi194 bash[32038]: audit 2023-12-08T01:39:40.479243+0000 mgr.a (mgr.14403) 20274 : audit 0 from='client.401880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:41 smithi135 bash[32435]: cluster 2023-12-08T01:39:40.245923+0000 mgr.a (mgr.14403) 20273 : cluster 0 pgmap v15139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:41 smithi135 bash[32435]: audit 2023-12-08T01:39:40.479243+0000 mgr.a (mgr.14403) 20274 : audit 0 from='client.401880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:43 smithi079 bash[28699]: cluster 2023-12-08T01:39:42.246614+0000 mgr.a (mgr.14403) 20275 : cluster 0 pgmap v15140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:43 smithi194 bash[32038]: cluster 2023-12-08T01:39:42.246614+0000 mgr.a (mgr.14403) 20275 : cluster 0 pgmap v15140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:43 smithi135 bash[32435]: cluster 2023-12-08T01:39:42.246614+0000 mgr.a (mgr.14403) 20275 : cluster 0 pgmap v15140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:45.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:39:45.999 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:45.999 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:45 smithi079 bash[28699]: cluster 2023-12-08T01:39:44.247452+0000 mgr.a (mgr.14403) 20276 : cluster 0 pgmap v15141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:45 smithi079 bash[28699]: audit 2023-12-08T01:39:44.901662+0000 mon.a (mon.0) 3250 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:39:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:45 smithi079 bash[28699]: audit 2023-12-08T01:39:45.433450+0000 mon.a (mon.0) 3251 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:39:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:45 smithi079 bash[28699]: audit 2023-12-08T01:39:45.447311+0000 mon.a (mon.0) 3252 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:39:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:45 smithi194 bash[32038]: cluster 2023-12-08T01:39:44.247452+0000 mgr.a (mgr.14403) 20276 : cluster 0 pgmap v15141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:45 smithi194 bash[32038]: audit 2023-12-08T01:39:44.901662+0000 mon.a (mon.0) 3250 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:39:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:45 smithi194 bash[32038]: audit 2023-12-08T01:39:45.433450+0000 mon.a (mon.0) 3251 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:39:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:45 smithi194 bash[32038]: audit 2023-12-08T01:39:45.447311+0000 mon.a (mon.0) 3252 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:39:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:45 smithi135 bash[32435]: cluster 2023-12-08T01:39:44.247452+0000 mgr.a (mgr.14403) 20276 : cluster 0 pgmap v15141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:45 smithi135 bash[32435]: audit 2023-12-08T01:39:44.901662+0000 mon.a (mon.0) 3250 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:39:46.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:45 smithi135 bash[32435]: audit 2023-12-08T01:39:45.433450+0000 mon.a (mon.0) 3251 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:39:46.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:45 smithi135 bash[32435]: audit 2023-12-08T01:39:45.447311+0000 mon.a (mon.0) 3252 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:39:46.899 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:39:46.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:46.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:46.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:46.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:39:47.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:46 smithi079 bash[28699]: audit 2023-12-08T01:39:46.151319+0000 mon.a (mon.0) 3253 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:39:47.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:46 smithi079 bash[28699]: audit 2023-12-08T01:39:46.153020+0000 mon.a (mon.0) 3254 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:39:47.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:46 smithi079 bash[28699]: audit 2023-12-08T01:39:46.163260+0000 mon.a (mon.0) 3255 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:39:47.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:46 smithi194 bash[32038]: audit 2023-12-08T01:39:46.151319+0000 mon.a (mon.0) 3253 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:39:47.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:46 smithi194 bash[32038]: audit 2023-12-08T01:39:46.153020+0000 mon.a (mon.0) 3254 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:39:47.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:46 smithi194 bash[32038]: audit 2023-12-08T01:39:46.163260+0000 mon.a (mon.0) 3255 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:39:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:46 smithi135 bash[32435]: audit 2023-12-08T01:39:46.151319+0000 mon.a (mon.0) 3253 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:39:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:46 smithi135 bash[32435]: audit 2023-12-08T01:39:46.153020+0000 mon.a (mon.0) 3254 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:39:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:46 smithi135 bash[32435]: audit 2023-12-08T01:39:46.163260+0000 mon.a (mon.0) 3255 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:39:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:47 smithi079 bash[28699]: cluster 2023-12-08T01:39:46.247981+0000 mgr.a (mgr.14403) 20277 : cluster 0 pgmap v15142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:47 smithi079 bash[28699]: audit 2023-12-08T01:39:46.405188+0000 mgr.a (mgr.14403) 20278 : audit 0 from='client.401958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:47 smithi194 bash[32038]: cluster 2023-12-08T01:39:46.247981+0000 mgr.a (mgr.14403) 20277 : cluster 0 pgmap v15142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:47 smithi194 bash[32038]: audit 2023-12-08T01:39:46.405188+0000 mgr.a (mgr.14403) 20278 : audit 0 from='client.401958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:47 smithi135 bash[32435]: cluster 2023-12-08T01:39:46.247981+0000 mgr.a (mgr.14403) 20277 : cluster 0 pgmap v15142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:47 smithi135 bash[32435]: audit 2023-12-08T01:39:46.405188+0000 mgr.a (mgr.14403) 20278 : audit 0 from='client.401958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:49 smithi079 bash[28699]: cluster 2023-12-08T01:39:48.248629+0000 mgr.a (mgr.14403) 20279 : cluster 0 pgmap v15143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:49 smithi194 bash[32038]: cluster 2023-12-08T01:39:48.248629+0000 mgr.a (mgr.14403) 20279 : cluster 0 pgmap v15143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:49 smithi135 bash[32435]: cluster 2023-12-08T01:39:48.248629+0000 mgr.a (mgr.14403) 20279 : cluster 0 pgmap v15143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:51.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:39:51.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:51.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:51 smithi079 bash[28699]: cluster 2023-12-08T01:39:50.249472+0000 mgr.a (mgr.14403) 20280 : cluster 0 pgmap v15144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:51 smithi194 bash[32038]: cluster 2023-12-08T01:39:50.249472+0000 mgr.a (mgr.14403) 20280 : cluster 0 pgmap v15144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:51 smithi135 bash[32435]: cluster 2023-12-08T01:39:50.249472+0000 mgr.a (mgr.14403) 20280 : cluster 0 pgmap v15144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:52.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:52.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:52.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:52.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:39:52.820 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:39:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:53 smithi079 bash[28699]: cluster 2023-12-08T01:39:52.249969+0000 mgr.a (mgr.14403) 20281 : cluster 0 pgmap v15145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:53 smithi079 bash[28699]: audit 2023-12-08T01:39:52.312455+0000 mgr.a (mgr.14403) 20282 : audit 0 from='client.402036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:53 smithi194 bash[32038]: cluster 2023-12-08T01:39:52.249969+0000 mgr.a (mgr.14403) 20281 : cluster 0 pgmap v15145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:53 smithi194 bash[32038]: audit 2023-12-08T01:39:52.312455+0000 mgr.a (mgr.14403) 20282 : audit 0 from='client.402036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:53 smithi135 bash[32435]: cluster 2023-12-08T01:39:52.249969+0000 mgr.a (mgr.14403) 20281 : cluster 0 pgmap v15145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:53 smithi135 bash[32435]: audit 2023-12-08T01:39:52.312455+0000 mgr.a (mgr.14403) 20282 : audit 0 from='client.402036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:39:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:55 smithi079 bash[28699]: cluster 2023-12-08T01:39:54.250895+0000 mgr.a (mgr.14403) 20283 : cluster 0 pgmap v15146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:55 smithi194 bash[32038]: cluster 2023-12-08T01:39:54.250895+0000 mgr.a (mgr.14403) 20283 : cluster 0 pgmap v15146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:55 smithi135 bash[32435]: cluster 2023-12-08T01:39:54.250895+0000 mgr.a (mgr.14403) 20283 : cluster 0 pgmap v15146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:39:57.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:39:57.824 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:39:57.824 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:39:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:57 smithi079 bash[28699]: cluster 2023-12-08T01:39:56.251422+0000 mgr.a (mgr.14403) 20284 : cluster 0 pgmap v15147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:57 smithi194 bash[32038]: cluster 2023-12-08T01:39:56.251422+0000 mgr.a (mgr.14403) 20284 : cluster 0 pgmap v15147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:57 smithi135 bash[32435]: cluster 2023-12-08T01:39:56.251422+0000 mgr.a (mgr.14403) 20284 : cluster 0 pgmap v15147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:39:58.762 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:39:58.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:39:58.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:39:58.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:39:58.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:40:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:59 smithi079 bash[28699]: audit 2023-12-08T01:39:58.221950+0000 mgr.a (mgr.14403) 20285 : audit 0 from='client.402114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:39:59 smithi079 bash[28699]: cluster 2023-12-08T01:39:58.252226+0000 mgr.a (mgr.14403) 20286 : cluster 0 pgmap v15148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:59 smithi194 bash[32038]: audit 2023-12-08T01:39:58.221950+0000 mgr.a (mgr.14403) 20285 : audit 0 from='client.402114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:39:59 smithi194 bash[32038]: cluster 2023-12-08T01:39:58.252226+0000 mgr.a (mgr.14403) 20286 : cluster 0 pgmap v15148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:59 smithi135 bash[32435]: audit 2023-12-08T01:39:58.221950+0000 mgr.a (mgr.14403) 20285 : audit 0 from='client.402114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:39:59 smithi135 bash[32435]: cluster 2023-12-08T01:39:58.252226+0000 mgr.a (mgr.14403) 20286 : cluster 0 pgmap v15148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:00 smithi079 bash[28699]: cluster 2023-12-08T01:40:00.000161+0000 mon.a (mon.0) 3256 : cluster 1 overall HEALTH_OK 2023-12-08T01:40:01.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:00 smithi194 bash[32038]: cluster 2023-12-08T01:40:00.000161+0000 mon.a (mon.0) 3256 : cluster 1 overall HEALTH_OK 2023-12-08T01:40:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:00 smithi135 bash[32435]: cluster 2023-12-08T01:40:00.000161+0000 mon.a (mon.0) 3256 : cluster 1 overall HEALTH_OK 2023-12-08T01:40:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:01 smithi079 bash[28699]: cluster 2023-12-08T01:40:00.253249+0000 mgr.a (mgr.14403) 20287 : cluster 0 pgmap v15149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:40:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:01 smithi194 bash[32038]: cluster 2023-12-08T01:40:00.253249+0000 mgr.a (mgr.14403) 20287 : cluster 0 pgmap v15149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:40:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:01 smithi135 bash[32435]: cluster 2023-12-08T01:40:00.253249+0000 mgr.a (mgr.14403) 20287 : cluster 0 pgmap v15149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:40:03.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:40:03.766 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:03.766 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:03 smithi079 bash[28699]: cluster 2023-12-08T01:40:02.253817+0000 mgr.a (mgr.14403) 20288 : cluster 0 pgmap v15150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:40:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:03 smithi194 bash[32038]: cluster 2023-12-08T01:40:02.253817+0000 mgr.a (mgr.14403) 20288 : cluster 0 pgmap v15150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:40:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:03 smithi135 bash[32435]: cluster 2023-12-08T01:40:02.253817+0000 mgr.a (mgr.14403) 20288 : cluster 0 pgmap v15150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:40:04.673 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:40:04.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:04.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:04.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:04.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:40:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:05 smithi079 bash[28699]: audit 2023-12-08T01:40:04.169261+0000 mgr.a (mgr.14403) 20289 : audit 0 from='client.402186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:05 smithi079 bash[28699]: cluster 2023-12-08T01:40:04.254479+0000 mgr.a (mgr.14403) 20290 : cluster 0 pgmap v15151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:05 smithi194 bash[32038]: audit 2023-12-08T01:40:04.169261+0000 mgr.a (mgr.14403) 20289 : audit 0 from='client.402186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:05 smithi194 bash[32038]: cluster 2023-12-08T01:40:04.254479+0000 mgr.a (mgr.14403) 20290 : cluster 0 pgmap v15151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:05 smithi135 bash[32435]: audit 2023-12-08T01:40:04.169261+0000 mgr.a (mgr.14403) 20289 : audit 0 from='client.402186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:05 smithi135 bash[32435]: cluster 2023-12-08T01:40:04.254479+0000 mgr.a (mgr.14403) 20290 : cluster 0 pgmap v15151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:07 smithi194 bash[32038]: cluster 2023-12-08T01:40:06.255083+0000 mgr.a (mgr.14403) 20291 : cluster 0 pgmap v15152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:07 smithi135 bash[32435]: cluster 2023-12-08T01:40:06.255083+0000 mgr.a (mgr.14403) 20291 : cluster 0 pgmap v15152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:07 smithi079 bash[28699]: cluster 2023-12-08T01:40:06.255083+0000 mgr.a (mgr.14403) 20291 : cluster 0 pgmap v15152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:09.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:40:09.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:09.677 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:09 smithi194 bash[32038]: cluster 2023-12-08T01:40:08.255653+0000 mgr.a (mgr.14403) 20292 : cluster 0 pgmap v15153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:09 smithi135 bash[32435]: cluster 2023-12-08T01:40:08.255653+0000 mgr.a (mgr.14403) 20292 : cluster 0 pgmap v15153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:09 smithi079 bash[28699]: cluster 2023-12-08T01:40:08.255653+0000 mgr.a (mgr.14403) 20292 : cluster 0 pgmap v15153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:10.584 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:40:10.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:10.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:10.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:10.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:40:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:11 smithi194 bash[32038]: audit 2023-12-08T01:40:10.080893+0000 mgr.a (mgr.14403) 20293 : audit 0 from='client.402261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:11 smithi194 bash[32038]: cluster 2023-12-08T01:40:10.256374+0000 mgr.a (mgr.14403) 20294 : cluster 0 pgmap v15154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:11 smithi135 bash[32435]: audit 2023-12-08T01:40:10.080893+0000 mgr.a (mgr.14403) 20293 : audit 0 from='client.402261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:11 smithi135 bash[32435]: cluster 2023-12-08T01:40:10.256374+0000 mgr.a (mgr.14403) 20294 : cluster 0 pgmap v15154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:11 smithi079 bash[28699]: audit 2023-12-08T01:40:10.080893+0000 mgr.a (mgr.14403) 20293 : audit 0 from='client.402261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:11 smithi079 bash[28699]: cluster 2023-12-08T01:40:10.256374+0000 mgr.a (mgr.14403) 20294 : cluster 0 pgmap v15154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:13 smithi194 bash[32038]: cluster 2023-12-08T01:40:12.256948+0000 mgr.a (mgr.14403) 20295 : cluster 0 pgmap v15155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:40:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:13 smithi135 bash[32435]: cluster 2023-12-08T01:40:12.256948+0000 mgr.a (mgr.14403) 20295 : cluster 0 pgmap v15155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:40:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:13 smithi079 bash[28699]: cluster 2023-12-08T01:40:12.256948+0000 mgr.a (mgr.14403) 20295 : cluster 0 pgmap v15155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:40:15.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:40:15.588 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:15.588 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:15 smithi194 bash[32038]: cluster 2023-12-08T01:40:14.257757+0000 mgr.a (mgr.14403) 20296 : cluster 0 pgmap v15156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:40:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:15 smithi135 bash[32435]: cluster 2023-12-08T01:40:14.257757+0000 mgr.a (mgr.14403) 20296 : cluster 0 pgmap v15156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:40:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:15 smithi079 bash[28699]: cluster 2023-12-08T01:40:14.257757+0000 mgr.a (mgr.14403) 20296 : cluster 0 pgmap v15156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:40:16.501 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:40:16.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:16.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:16.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:16.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:40:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:17 smithi194 bash[32038]: audit 2023-12-08T01:40:15.996913+0000 mgr.a (mgr.14403) 20297 : audit 0 from='client.402336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:17 smithi194 bash[32038]: cluster 2023-12-08T01:40:16.258944+0000 mgr.a (mgr.14403) 20298 : cluster 0 pgmap v15157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:17 smithi135 bash[32435]: audit 2023-12-08T01:40:15.996913+0000 mgr.a (mgr.14403) 20297 : audit 0 from='client.402336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:17 smithi135 bash[32435]: cluster 2023-12-08T01:40:16.258944+0000 mgr.a (mgr.14403) 20298 : cluster 0 pgmap v15157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:17 smithi079 bash[28699]: audit 2023-12-08T01:40:15.996913+0000 mgr.a (mgr.14403) 20297 : audit 0 from='client.402336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:17 smithi079 bash[28699]: cluster 2023-12-08T01:40:16.258944+0000 mgr.a (mgr.14403) 20298 : cluster 0 pgmap v15157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:19 smithi194 bash[32038]: cluster 2023-12-08T01:40:18.259739+0000 mgr.a (mgr.14403) 20299 : cluster 0 pgmap v15158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:19 smithi135 bash[32435]: cluster 2023-12-08T01:40:18.259739+0000 mgr.a (mgr.14403) 20299 : cluster 0 pgmap v15158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:19 smithi079 bash[28699]: cluster 2023-12-08T01:40:18.259739+0000 mgr.a (mgr.14403) 20299 : cluster 0 pgmap v15158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:21.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:40:21.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:21.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:21 smithi194 bash[32038]: cluster 2023-12-08T01:40:20.260545+0000 mgr.a (mgr.14403) 20300 : cluster 0 pgmap v15159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:21 smithi135 bash[32435]: cluster 2023-12-08T01:40:20.260545+0000 mgr.a (mgr.14403) 20300 : cluster 0 pgmap v15159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:21 smithi079 bash[28699]: cluster 2023-12-08T01:40:20.260545+0000 mgr.a (mgr.14403) 20300 : cluster 0 pgmap v15159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:22.416 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:40:22.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:22.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:22.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:22.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:40:23.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:22 smithi194 bash[32038]: audit 2023-12-08T01:40:21.912904+0000 mgr.a (mgr.14403) 20301 : audit 0 from='client.402411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:22 smithi135 bash[32435]: audit 2023-12-08T01:40:21.912904+0000 mgr.a (mgr.14403) 20301 : audit 0 from='client.402411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:22 smithi079 bash[28699]: audit 2023-12-08T01:40:21.912904+0000 mgr.a (mgr.14403) 20301 : audit 0 from='client.402411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:23 smithi194 bash[32038]: cluster 2023-12-08T01:40:22.261114+0000 mgr.a (mgr.14403) 20302 : cluster 0 pgmap v15160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:23 smithi135 bash[32435]: cluster 2023-12-08T01:40:22.261114+0000 mgr.a (mgr.14403) 20302 : cluster 0 pgmap v15160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:23 smithi079 bash[28699]: cluster 2023-12-08T01:40:22.261114+0000 mgr.a (mgr.14403) 20302 : cluster 0 pgmap v15160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:25 smithi194 bash[32038]: cluster 2023-12-08T01:40:24.262023+0000 mgr.a (mgr.14403) 20303 : cluster 0 pgmap v15161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:25 smithi135 bash[32435]: cluster 2023-12-08T01:40:24.262023+0000 mgr.a (mgr.14403) 20303 : cluster 0 pgmap v15161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:25 smithi079 bash[28699]: cluster 2023-12-08T01:40:24.262023+0000 mgr.a (mgr.14403) 20303 : cluster 0 pgmap v15161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:27.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:26 smithi194 bash[32038]: cluster 2023-12-08T01:40:26.262587+0000 mgr.a (mgr.14403) 20304 : cluster 0 pgmap v15162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:27.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:26 smithi135 bash[32435]: cluster 2023-12-08T01:40:26.262587+0000 mgr.a (mgr.14403) 20304 : cluster 0 pgmap v15162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:26 smithi079 bash[28699]: cluster 2023-12-08T01:40:26.262587+0000 mgr.a (mgr.14403) 20304 : cluster 0 pgmap v15162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:27.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:40:27.420 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:27.420 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:27 smithi194 bash[32038]: audit 2023-12-08T01:40:27.825833+0000 mgr.a (mgr.14403) 20305 : audit 0 from='client.402486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:27 smithi135 bash[32435]: audit 2023-12-08T01:40:27.825833+0000 mgr.a (mgr.14403) 20305 : audit 0 from='client.402486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:28.334 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:40:28.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:28.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:28.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:28.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:40:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:27 smithi079 bash[28699]: audit 2023-12-08T01:40:27.825833+0000 mgr.a (mgr.14403) 20305 : audit 0 from='client.402486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:29 smithi079 bash[28699]: cluster 2023-12-08T01:40:28.263157+0000 mgr.a (mgr.14403) 20306 : cluster 0 pgmap v15163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:29 smithi194 bash[32038]: cluster 2023-12-08T01:40:28.263157+0000 mgr.a (mgr.14403) 20306 : cluster 0 pgmap v15163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:29 smithi135 bash[32435]: cluster 2023-12-08T01:40:28.263157+0000 mgr.a (mgr.14403) 20306 : cluster 0 pgmap v15163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:31 smithi079 bash[28699]: cluster 2023-12-08T01:40:30.264008+0000 mgr.a (mgr.14403) 20307 : cluster 0 pgmap v15164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:31 smithi194 bash[32038]: cluster 2023-12-08T01:40:30.264008+0000 mgr.a (mgr.14403) 20307 : cluster 0 pgmap v15164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:31 smithi135 bash[32435]: cluster 2023-12-08T01:40:30.264008+0000 mgr.a (mgr.14403) 20307 : cluster 0 pgmap v15164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:33.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:40:33.338 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:33.338 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:33 smithi079 bash[28699]: cluster 2023-12-08T01:40:32.264583+0000 mgr.a (mgr.14403) 20308 : cluster 0 pgmap v15165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:33 smithi194 bash[32038]: cluster 2023-12-08T01:40:32.264583+0000 mgr.a (mgr.14403) 20308 : cluster 0 pgmap v15165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:33 smithi135 bash[32435]: cluster 2023-12-08T01:40:32.264583+0000 mgr.a (mgr.14403) 20308 : cluster 0 pgmap v15165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:34.246 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:40:34.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:34.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:34.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:34.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:40:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:34 smithi079 bash[28699]: audit 2023-12-08T01:40:33.748140+0000 mgr.a (mgr.14403) 20309 : audit 0 from='client.402558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:34 smithi194 bash[32038]: audit 2023-12-08T01:40:33.748140+0000 mgr.a (mgr.14403) 20309 : audit 0 from='client.402558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:34 smithi135 bash[32435]: audit 2023-12-08T01:40:33.748140+0000 mgr.a (mgr.14403) 20309 : audit 0 from='client.402558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:35 smithi079 bash[28699]: cluster 2023-12-08T01:40:34.265779+0000 mgr.a (mgr.14403) 20310 : cluster 0 pgmap v15166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:35 smithi194 bash[32038]: cluster 2023-12-08T01:40:34.265779+0000 mgr.a (mgr.14403) 20310 : cluster 0 pgmap v15166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:35 smithi135 bash[32435]: cluster 2023-12-08T01:40:34.265779+0000 mgr.a (mgr.14403) 20310 : cluster 0 pgmap v15166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:37 smithi079 bash[28699]: cluster 2023-12-08T01:40:36.266488+0000 mgr.a (mgr.14403) 20311 : cluster 0 pgmap v15167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:37 smithi194 bash[32038]: cluster 2023-12-08T01:40:36.266488+0000 mgr.a (mgr.14403) 20311 : cluster 0 pgmap v15167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:37 smithi135 bash[32435]: cluster 2023-12-08T01:40:36.266488+0000 mgr.a (mgr.14403) 20311 : cluster 0 pgmap v15167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:39.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:40:39.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:39.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:39 smithi079 bash[28699]: cluster 2023-12-08T01:40:38.267214+0000 mgr.a (mgr.14403) 20312 : cluster 0 pgmap v15168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:40.184 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:40:40.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:40.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:40.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:40.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:40:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:39 smithi194 bash[32038]: cluster 2023-12-08T01:40:38.267214+0000 mgr.a (mgr.14403) 20312 : cluster 0 pgmap v15168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:39 smithi135 bash[32435]: cluster 2023-12-08T01:40:38.267214+0000 mgr.a (mgr.14403) 20312 : cluster 0 pgmap v15168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:40 smithi079 bash[28699]: audit 2023-12-08T01:40:39.659277+0000 mgr.a (mgr.14403) 20313 : audit 0 from='client.402636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:41.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:40 smithi194 bash[32038]: audit 2023-12-08T01:40:39.659277+0000 mgr.a (mgr.14403) 20313 : audit 0 from='client.402636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:41.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:40 smithi135 bash[32435]: audit 2023-12-08T01:40:39.659277+0000 mgr.a (mgr.14403) 20313 : audit 0 from='client.402636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:41 smithi079 bash[28699]: cluster 2023-12-08T01:40:40.268318+0000 mgr.a (mgr.14403) 20314 : cluster 0 pgmap v15169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:41 smithi194 bash[32038]: cluster 2023-12-08T01:40:40.268318+0000 mgr.a (mgr.14403) 20314 : cluster 0 pgmap v15169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:41 smithi135 bash[32435]: cluster 2023-12-08T01:40:40.268318+0000 mgr.a (mgr.14403) 20314 : cluster 0 pgmap v15169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:43 smithi079 bash[28699]: cluster 2023-12-08T01:40:42.268888+0000 mgr.a (mgr.14403) 20315 : cluster 0 pgmap v15170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:44.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:43 smithi194 bash[32038]: cluster 2023-12-08T01:40:42.268888+0000 mgr.a (mgr.14403) 20315 : cluster 0 pgmap v15170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:43 smithi135 bash[32435]: cluster 2023-12-08T01:40:42.268888+0000 mgr.a (mgr.14403) 20315 : cluster 0 pgmap v15170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:40:45.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:40:45.188 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:45.188 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:46.059 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:40:46.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:46.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:46.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:46.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:40:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:45 smithi079 bash[28699]: cluster 2023-12-08T01:40:44.269600+0000 mgr.a (mgr.14403) 20316 : cluster 0 pgmap v15171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:45 smithi194 bash[32038]: cluster 2023-12-08T01:40:44.269600+0000 mgr.a (mgr.14403) 20316 : cluster 0 pgmap v15171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:45 smithi135 bash[32435]: cluster 2023-12-08T01:40:44.269600+0000 mgr.a (mgr.14403) 20316 : cluster 0 pgmap v15171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:47.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:46 smithi079 bash[28699]: audit 2023-12-08T01:40:45.591009+0000 mgr.a (mgr.14403) 20317 : audit 0 from='client.402714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:47.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:46 smithi079 bash[28699]: audit 2023-12-08T01:40:46.263880+0000 mon.a (mon.0) 3257 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:40:47.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:46 smithi194 bash[32038]: audit 2023-12-08T01:40:45.591009+0000 mgr.a (mgr.14403) 20317 : audit 0 from='client.402714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:47.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:46 smithi194 bash[32038]: audit 2023-12-08T01:40:46.263880+0000 mon.a (mon.0) 3257 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:40:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:46 smithi135 bash[32435]: audit 2023-12-08T01:40:45.591009+0000 mgr.a (mgr.14403) 20317 : audit 0 from='client.402714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:46 smithi135 bash[32435]: audit 2023-12-08T01:40:46.263880+0000 mon.a (mon.0) 3257 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:40:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:47 smithi079 bash[28699]: cluster 2023-12-08T01:40:46.270211+0000 mgr.a (mgr.14403) 20318 : cluster 0 pgmap v15172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:47 smithi079 bash[28699]: audit 2023-12-08T01:40:46.793805+0000 mon.a (mon.0) 3258 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:40:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:47 smithi079 bash[28699]: audit 2023-12-08T01:40:46.801086+0000 mon.a (mon.0) 3259 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:40:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:47 smithi079 bash[28699]: audit 2023-12-08T01:40:47.513941+0000 mon.a (mon.0) 3260 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:40:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:47 smithi079 bash[28699]: audit 2023-12-08T01:40:47.515858+0000 mon.a (mon.0) 3261 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:40:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:47 smithi079 bash[28699]: audit 2023-12-08T01:40:47.525797+0000 mon.a (mon.0) 3262 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:40:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:47 smithi194 bash[32038]: cluster 2023-12-08T01:40:46.270211+0000 mgr.a (mgr.14403) 20318 : cluster 0 pgmap v15172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:47 smithi194 bash[32038]: audit 2023-12-08T01:40:46.793805+0000 mon.a (mon.0) 3258 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:40:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:47 smithi194 bash[32038]: audit 2023-12-08T01:40:46.801086+0000 mon.a (mon.0) 3259 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:40:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:47 smithi194 bash[32038]: audit 2023-12-08T01:40:47.513941+0000 mon.a (mon.0) 3260 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:40:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:47 smithi194 bash[32038]: audit 2023-12-08T01:40:47.515858+0000 mon.a (mon.0) 3261 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:40:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:47 smithi194 bash[32038]: audit 2023-12-08T01:40:47.525797+0000 mon.a (mon.0) 3262 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:40:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:47 smithi135 bash[32435]: cluster 2023-12-08T01:40:46.270211+0000 mgr.a (mgr.14403) 20318 : cluster 0 pgmap v15172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:47 smithi135 bash[32435]: audit 2023-12-08T01:40:46.793805+0000 mon.a (mon.0) 3258 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:40:48.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:47 smithi135 bash[32435]: audit 2023-12-08T01:40:46.801086+0000 mon.a (mon.0) 3259 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:40:48.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:47 smithi135 bash[32435]: audit 2023-12-08T01:40:47.513941+0000 mon.a (mon.0) 3260 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:40:48.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:47 smithi135 bash[32435]: audit 2023-12-08T01:40:47.515858+0000 mon.a (mon.0) 3261 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:40:48.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:47 smithi135 bash[32435]: audit 2023-12-08T01:40:47.525797+0000 mon.a (mon.0) 3262 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:40:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:49 smithi079 bash[28699]: cluster 2023-12-08T01:40:48.270790+0000 mgr.a (mgr.14403) 20319 : cluster 0 pgmap v15173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:49 smithi194 bash[32038]: cluster 2023-12-08T01:40:48.270790+0000 mgr.a (mgr.14403) 20319 : cluster 0 pgmap v15173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:49 smithi135 bash[32435]: cluster 2023-12-08T01:40:48.270790+0000 mgr.a (mgr.14403) 20319 : cluster 0 pgmap v15173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:51.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:40:51.062 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:51.062 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:51.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:51.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:51.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:51.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:40:51.963 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:40:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:51 smithi079 bash[28699]: cluster 2023-12-08T01:40:50.271655+0000 mgr.a (mgr.14403) 20320 : cluster 0 pgmap v15174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:51 smithi194 bash[32038]: cluster 2023-12-08T01:40:50.271655+0000 mgr.a (mgr.14403) 20320 : cluster 0 pgmap v15174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:51 smithi135 bash[32435]: cluster 2023-12-08T01:40:50.271655+0000 mgr.a (mgr.14403) 20320 : cluster 0 pgmap v15174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:52 smithi079 bash[28699]: audit 2023-12-08T01:40:51.460426+0000 mgr.a (mgr.14403) 20321 : audit 0 from='client.402789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:53.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:52 smithi194 bash[32038]: audit 2023-12-08T01:40:51.460426+0000 mgr.a (mgr.14403) 20321 : audit 0 from='client.402789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:52 smithi135 bash[32435]: audit 2023-12-08T01:40:51.460426+0000 mgr.a (mgr.14403) 20321 : audit 0 from='client.402789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:53 smithi079 bash[28699]: cluster 2023-12-08T01:40:52.272270+0000 mgr.a (mgr.14403) 20322 : cluster 0 pgmap v15175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:53 smithi194 bash[32038]: cluster 2023-12-08T01:40:52.272270+0000 mgr.a (mgr.14403) 20322 : cluster 0 pgmap v15175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:53 smithi135 bash[32435]: cluster 2023-12-08T01:40:52.272270+0000 mgr.a (mgr.14403) 20322 : cluster 0 pgmap v15175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:55 smithi079 bash[28699]: cluster 2023-12-08T01:40:54.273128+0000 mgr.a (mgr.14403) 20323 : cluster 0 pgmap v15176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:55 smithi194 bash[32038]: cluster 2023-12-08T01:40:54.273128+0000 mgr.a (mgr.14403) 20323 : cluster 0 pgmap v15176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:55 smithi135 bash[32435]: cluster 2023-12-08T01:40:54.273128+0000 mgr.a (mgr.14403) 20323 : cluster 0 pgmap v15176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:40:56.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:40:56.966 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:40:56.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:40:57.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:40:57.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:40:57.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:40:57.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:40:57.895 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:40:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:57 smithi079 bash[28699]: cluster 2023-12-08T01:40:56.273684+0000 mgr.a (mgr.14403) 20324 : cluster 0 pgmap v15177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:57 smithi194 bash[32038]: cluster 2023-12-08T01:40:56.273684+0000 mgr.a (mgr.14403) 20324 : cluster 0 pgmap v15177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:57 smithi135 bash[32435]: cluster 2023-12-08T01:40:56.273684+0000 mgr.a (mgr.14403) 20324 : cluster 0 pgmap v15177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:40:59.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:58 smithi079 bash[28699]: audit 2023-12-08T01:40:57.370189+0000 mgr.a (mgr.14403) 20325 : audit 0 from='client.402867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:59.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:58 smithi194 bash[32038]: audit 2023-12-08T01:40:57.370189+0000 mgr.a (mgr.14403) 20325 : audit 0 from='client.402867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:40:59.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:58 smithi135 bash[32435]: audit 2023-12-08T01:40:57.370189+0000 mgr.a (mgr.14403) 20325 : audit 0 from='client.402867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:40:59 smithi079 bash[28699]: cluster 2023-12-08T01:40:58.274465+0000 mgr.a (mgr.14403) 20326 : cluster 0 pgmap v15178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:40:59 smithi194 bash[32038]: cluster 2023-12-08T01:40:58.274465+0000 mgr.a (mgr.14403) 20326 : cluster 0 pgmap v15178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:40:59 smithi135 bash[32435]: cluster 2023-12-08T01:40:58.274465+0000 mgr.a (mgr.14403) 20326 : cluster 0 pgmap v15178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:01 smithi079 bash[28699]: cluster 2023-12-08T01:41:00.275492+0000 mgr.a (mgr.14403) 20327 : cluster 0 pgmap v15179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:01 smithi194 bash[32038]: cluster 2023-12-08T01:41:00.275492+0000 mgr.a (mgr.14403) 20327 : cluster 0 pgmap v15179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:01 smithi135 bash[32435]: cluster 2023-12-08T01:41:00.275492+0000 mgr.a (mgr.14403) 20327 : cluster 0 pgmap v15179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:02.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:41:02.898 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:02.898 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:03.806 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:41:03.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:03.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:03.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:03.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:41:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:03 smithi079 bash[28699]: cluster 2023-12-08T01:41:02.276082+0000 mgr.a (mgr.14403) 20328 : cluster 0 pgmap v15180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:03 smithi194 bash[32038]: cluster 2023-12-08T01:41:02.276082+0000 mgr.a (mgr.14403) 20328 : cluster 0 pgmap v15180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:03 smithi135 bash[32435]: cluster 2023-12-08T01:41:02.276082+0000 mgr.a (mgr.14403) 20328 : cluster 0 pgmap v15180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:04 smithi079 bash[28699]: audit 2023-12-08T01:41:03.304354+0000 mgr.a (mgr.14403) 20329 : audit 0 from='client.402942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:05.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:04 smithi194 bash[32038]: audit 2023-12-08T01:41:03.304354+0000 mgr.a (mgr.14403) 20329 : audit 0 from='client.402942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:04 smithi135 bash[32435]: audit 2023-12-08T01:41:03.304354+0000 mgr.a (mgr.14403) 20329 : audit 0 from='client.402942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:05 smithi079 bash[28699]: cluster 2023-12-08T01:41:04.277055+0000 mgr.a (mgr.14403) 20330 : cluster 0 pgmap v15181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:41:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:05 smithi194 bash[32038]: cluster 2023-12-08T01:41:04.277055+0000 mgr.a (mgr.14403) 20330 : cluster 0 pgmap v15181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:41:06.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:05 smithi135 bash[32435]: cluster 2023-12-08T01:41:04.277055+0000 mgr.a (mgr.14403) 20330 : cluster 0 pgmap v15181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:41:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:07 smithi079 bash[28699]: cluster 2023-12-08T01:41:06.277573+0000 mgr.a (mgr.14403) 20331 : cluster 0 pgmap v15182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:41:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:07 smithi194 bash[32038]: cluster 2023-12-08T01:41:06.277573+0000 mgr.a (mgr.14403) 20331 : cluster 0 pgmap v15182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:41:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:07 smithi135 bash[32435]: cluster 2023-12-08T01:41:06.277573+0000 mgr.a (mgr.14403) 20331 : cluster 0 pgmap v15182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:41:08.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:41:08.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:08.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:09.714 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:41:09.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:09.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:09.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:09.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:41:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:09 smithi079 bash[28699]: cluster 2023-12-08T01:41:08.278151+0000 mgr.a (mgr.14403) 20332 : cluster 0 pgmap v15183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:41:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:09 smithi194 bash[32038]: cluster 2023-12-08T01:41:08.278151+0000 mgr.a (mgr.14403) 20332 : cluster 0 pgmap v15183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:41:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:09 smithi135 bash[32435]: cluster 2023-12-08T01:41:08.278151+0000 mgr.a (mgr.14403) 20332 : cluster 0 pgmap v15183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:41:11.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:10 smithi079 bash[28699]: audit 2023-12-08T01:41:09.222958+0000 mgr.a (mgr.14403) 20333 : audit 0 from='client.403020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:10 smithi194 bash[32038]: audit 2023-12-08T01:41:09.222958+0000 mgr.a (mgr.14403) 20333 : audit 0 from='client.403020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:11.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:10 smithi135 bash[32435]: audit 2023-12-08T01:41:09.222958+0000 mgr.a (mgr.14403) 20333 : audit 0 from='client.403020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:11 smithi079 bash[28699]: cluster 2023-12-08T01:41:10.279145+0000 mgr.a (mgr.14403) 20334 : cluster 0 pgmap v15184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:11 smithi194 bash[32038]: cluster 2023-12-08T01:41:10.279145+0000 mgr.a (mgr.14403) 20334 : cluster 0 pgmap v15184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:11 smithi135 bash[32435]: cluster 2023-12-08T01:41:10.279145+0000 mgr.a (mgr.14403) 20334 : cluster 0 pgmap v15184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:13 smithi079 bash[28699]: cluster 2023-12-08T01:41:12.279703+0000 mgr.a (mgr.14403) 20335 : cluster 0 pgmap v15185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:13 smithi194 bash[32038]: cluster 2023-12-08T01:41:12.279703+0000 mgr.a (mgr.14403) 20335 : cluster 0 pgmap v15185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:13 smithi135 bash[32435]: cluster 2023-12-08T01:41:12.279703+0000 mgr.a (mgr.14403) 20335 : cluster 0 pgmap v15185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:14.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:41:14.717 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:14.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:15.610 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:41:15.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:15.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:15.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:15.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:41:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:15 smithi079 bash[28699]: cluster 2023-12-08T01:41:14.280432+0000 mgr.a (mgr.14403) 20336 : cluster 0 pgmap v15186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:15 smithi194 bash[32038]: cluster 2023-12-08T01:41:14.280432+0000 mgr.a (mgr.14403) 20336 : cluster 0 pgmap v15186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:15 smithi135 bash[32435]: cluster 2023-12-08T01:41:14.280432+0000 mgr.a (mgr.14403) 20336 : cluster 0 pgmap v15186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:17.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:16 smithi079 bash[28699]: audit 2023-12-08T01:41:15.117853+0000 mgr.a (mgr.14403) 20337 : audit 0 from='client.403098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:17.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:16 smithi194 bash[32038]: audit 2023-12-08T01:41:15.117853+0000 mgr.a (mgr.14403) 20337 : audit 0 from='client.403098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:17.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:16 smithi135 bash[32435]: audit 2023-12-08T01:41:15.117853+0000 mgr.a (mgr.14403) 20337 : audit 0 from='client.403098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:17 smithi079 bash[28699]: cluster 2023-12-08T01:41:16.281058+0000 mgr.a (mgr.14403) 20338 : cluster 0 pgmap v15187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:41:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:17 smithi194 bash[32038]: cluster 2023-12-08T01:41:16.281058+0000 mgr.a (mgr.14403) 20338 : cluster 0 pgmap v15187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:41:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:17 smithi135 bash[32435]: cluster 2023-12-08T01:41:16.281058+0000 mgr.a (mgr.14403) 20338 : cluster 0 pgmap v15187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:41:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:19 smithi194 bash[32038]: cluster 2023-12-08T01:41:18.281727+0000 mgr.a (mgr.14403) 20339 : cluster 0 pgmap v15188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:41:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:19 smithi135 bash[32435]: cluster 2023-12-08T01:41:18.281727+0000 mgr.a (mgr.14403) 20339 : cluster 0 pgmap v15188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:41:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:19 smithi079 bash[28699]: cluster 2023-12-08T01:41:18.281727+0000 mgr.a (mgr.14403) 20339 : cluster 0 pgmap v15188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:41:20.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:41:20.613 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:20.614 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:21.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:21.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:21.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:21.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:41:21.526 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:41:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:21 smithi194 bash[32038]: cluster 2023-12-08T01:41:20.282559+0000 mgr.a (mgr.14403) 20340 : cluster 0 pgmap v15189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:41:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:21 smithi135 bash[32435]: cluster 2023-12-08T01:41:20.282559+0000 mgr.a (mgr.14403) 20340 : cluster 0 pgmap v15189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:41:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:21 smithi079 bash[28699]: cluster 2023-12-08T01:41:20.282559+0000 mgr.a (mgr.14403) 20340 : cluster 0 pgmap v15189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:41:23.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:22 smithi194 bash[32038]: audit 2023-12-08T01:41:21.020425+0000 mgr.a (mgr.14403) 20341 : audit 0 from='client.403170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:22 smithi135 bash[32435]: audit 2023-12-08T01:41:21.020425+0000 mgr.a (mgr.14403) 20341 : audit 0 from='client.403170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:22 smithi079 bash[28699]: audit 2023-12-08T01:41:21.020425+0000 mgr.a (mgr.14403) 20341 : audit 0 from='client.403170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:23 smithi194 bash[32038]: cluster 2023-12-08T01:41:22.283225+0000 mgr.a (mgr.14403) 20342 : cluster 0 pgmap v15190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:23 smithi135 bash[32435]: cluster 2023-12-08T01:41:22.283225+0000 mgr.a (mgr.14403) 20342 : cluster 0 pgmap v15190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:23 smithi079 bash[28699]: cluster 2023-12-08T01:41:22.283225+0000 mgr.a (mgr.14403) 20342 : cluster 0 pgmap v15190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:25 smithi194 bash[32038]: cluster 2023-12-08T01:41:24.283997+0000 mgr.a (mgr.14403) 20343 : cluster 0 pgmap v15191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:25 smithi135 bash[32435]: cluster 2023-12-08T01:41:24.283997+0000 mgr.a (mgr.14403) 20343 : cluster 0 pgmap v15191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:25 smithi079 bash[28699]: cluster 2023-12-08T01:41:24.283997+0000 mgr.a (mgr.14403) 20343 : cluster 0 pgmap v15191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:26.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:41:26.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:26.530 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:27.411 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:41:27.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:27.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:27.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:27.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:41:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:27 smithi194 bash[32038]: cluster 2023-12-08T01:41:26.284569+0000 mgr.a (mgr.14403) 20344 : cluster 0 pgmap v15192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:27 smithi194 bash[32038]: audit 2023-12-08T01:41:26.926489+0000 mgr.a (mgr.14403) 20345 : audit 0 from='client.403248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:27 smithi135 bash[32435]: cluster 2023-12-08T01:41:26.284569+0000 mgr.a (mgr.14403) 20344 : cluster 0 pgmap v15192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:27 smithi135 bash[32435]: audit 2023-12-08T01:41:26.926489+0000 mgr.a (mgr.14403) 20345 : audit 0 from='client.403248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:27 smithi079 bash[28699]: cluster 2023-12-08T01:41:26.284569+0000 mgr.a (mgr.14403) 20344 : cluster 0 pgmap v15192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:27 smithi079 bash[28699]: audit 2023-12-08T01:41:26.926489+0000 mgr.a (mgr.14403) 20345 : audit 0 from='client.403248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:29 smithi194 bash[32038]: cluster 2023-12-08T01:41:28.285216+0000 mgr.a (mgr.14403) 20346 : cluster 0 pgmap v15193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:29 smithi135 bash[32435]: cluster 2023-12-08T01:41:28.285216+0000 mgr.a (mgr.14403) 20346 : cluster 0 pgmap v15193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:29 smithi079 bash[28699]: cluster 2023-12-08T01:41:28.285216+0000 mgr.a (mgr.14403) 20346 : cluster 0 pgmap v15193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:31 smithi194 bash[32038]: cluster 2023-12-08T01:41:30.286011+0000 mgr.a (mgr.14403) 20347 : cluster 0 pgmap v15194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:31 smithi135 bash[32435]: cluster 2023-12-08T01:41:30.286011+0000 mgr.a (mgr.14403) 20347 : cluster 0 pgmap v15194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:31 smithi079 bash[28699]: cluster 2023-12-08T01:41:30.286011+0000 mgr.a (mgr.14403) 20347 : cluster 0 pgmap v15194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:32.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:41:32.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:32.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:33.279 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:41:33.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:33.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:33.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:33.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:41:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:33 smithi194 bash[32038]: cluster 2023-12-08T01:41:32.286565+0000 mgr.a (mgr.14403) 20348 : cluster 0 pgmap v15195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:33 smithi194 bash[32038]: audit 2023-12-08T01:41:32.814217+0000 mgr.a (mgr.14403) 20349 : audit 0 from='client.403323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:33 smithi135 bash[32435]: cluster 2023-12-08T01:41:32.286565+0000 mgr.a (mgr.14403) 20348 : cluster 0 pgmap v15195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:33 smithi135 bash[32435]: audit 2023-12-08T01:41:32.814217+0000 mgr.a (mgr.14403) 20349 : audit 0 from='client.403323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:33 smithi079 bash[28699]: cluster 2023-12-08T01:41:32.286565+0000 mgr.a (mgr.14403) 20348 : cluster 0 pgmap v15195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:33 smithi079 bash[28699]: audit 2023-12-08T01:41:32.814217+0000 mgr.a (mgr.14403) 20349 : audit 0 from='client.403323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:35 smithi194 bash[32038]: cluster 2023-12-08T01:41:34.287447+0000 mgr.a (mgr.14403) 20350 : cluster 0 pgmap v15196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:35 smithi135 bash[32435]: cluster 2023-12-08T01:41:34.287447+0000 mgr.a (mgr.14403) 20350 : cluster 0 pgmap v15196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:35 smithi079 bash[28699]: cluster 2023-12-08T01:41:34.287447+0000 mgr.a (mgr.14403) 20350 : cluster 0 pgmap v15196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:37 smithi194 bash[32038]: cluster 2023-12-08T01:41:36.288011+0000 mgr.a (mgr.14403) 20351 : cluster 0 pgmap v15197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:37 smithi135 bash[32435]: cluster 2023-12-08T01:41:36.288011+0000 mgr.a (mgr.14403) 20351 : cluster 0 pgmap v15197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:38.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:41:38.283 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:38.283 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:37 smithi079 bash[28699]: cluster 2023-12-08T01:41:36.288011+0000 mgr.a (mgr.14403) 20351 : cluster 0 pgmap v15197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:39.191 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:41:39.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:39.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:39.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:39.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:41:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:39 smithi194 bash[32038]: cluster 2023-12-08T01:41:38.288691+0000 mgr.a (mgr.14403) 20352 : cluster 0 pgmap v15198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:39 smithi194 bash[32038]: audit 2023-12-08T01:41:38.684612+0000 mgr.a (mgr.14403) 20353 : audit 0 from='client.403401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:39 smithi135 bash[32435]: cluster 2023-12-08T01:41:38.288691+0000 mgr.a (mgr.14403) 20352 : cluster 0 pgmap v15198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:39 smithi135 bash[32435]: audit 2023-12-08T01:41:38.684612+0000 mgr.a (mgr.14403) 20353 : audit 0 from='client.403401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:39 smithi079 bash[28699]: cluster 2023-12-08T01:41:38.288691+0000 mgr.a (mgr.14403) 20352 : cluster 0 pgmap v15198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:39 smithi079 bash[28699]: audit 2023-12-08T01:41:38.684612+0000 mgr.a (mgr.14403) 20353 : audit 0 from='client.403401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:41 smithi194 bash[32038]: cluster 2023-12-08T01:41:40.289815+0000 mgr.a (mgr.14403) 20354 : cluster 0 pgmap v15199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:41 smithi135 bash[32435]: cluster 2023-12-08T01:41:40.289815+0000 mgr.a (mgr.14403) 20354 : cluster 0 pgmap v15199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:41 smithi079 bash[28699]: cluster 2023-12-08T01:41:40.289815+0000 mgr.a (mgr.14403) 20354 : cluster 0 pgmap v15199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:44.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:41:44.195 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:44.195 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:43 smithi135 bash[32435]: cluster 2023-12-08T01:41:42.290374+0000 mgr.a (mgr.14403) 20355 : cluster 0 pgmap v15200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:43 smithi079 bash[28699]: cluster 2023-12-08T01:41:42.290374+0000 mgr.a (mgr.14403) 20355 : cluster 0 pgmap v15200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:43 smithi194 bash[32038]: cluster 2023-12-08T01:41:42.290374+0000 mgr.a (mgr.14403) 20355 : cluster 0 pgmap v15200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:45.117 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:41:45.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:45.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:45.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:45.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:41:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:45 smithi079 bash[28699]: cluster 2023-12-08T01:41:44.291175+0000 mgr.a (mgr.14403) 20356 : cluster 0 pgmap v15201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:45 smithi079 bash[28699]: audit 2023-12-08T01:41:44.597016+0000 mgr.a (mgr.14403) 20357 : audit 0 from='client.403476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:45 smithi194 bash[32038]: cluster 2023-12-08T01:41:44.291175+0000 mgr.a (mgr.14403) 20356 : cluster 0 pgmap v15201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:45 smithi194 bash[32038]: audit 2023-12-08T01:41:44.597016+0000 mgr.a (mgr.14403) 20357 : audit 0 from='client.403476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:45.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:45 smithi135 bash[32435]: cluster 2023-12-08T01:41:44.291175+0000 mgr.a (mgr.14403) 20356 : cluster 0 pgmap v15201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:45.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:45 smithi135 bash[32435]: audit 2023-12-08T01:41:44.597016+0000 mgr.a (mgr.14403) 20357 : audit 0 from='client.403476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:47 smithi079 bash[28699]: cluster 2023-12-08T01:41:46.291904+0000 mgr.a (mgr.14403) 20358 : cluster 0 pgmap v15202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:47 smithi194 bash[32038]: cluster 2023-12-08T01:41:46.291904+0000 mgr.a (mgr.14403) 20358 : cluster 0 pgmap v15202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:47 smithi135 bash[32435]: cluster 2023-12-08T01:41:46.291904+0000 mgr.a (mgr.14403) 20358 : cluster 0 pgmap v15202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:48 smithi079 bash[28699]: audit 2023-12-08T01:41:47.627019+0000 mon.a (mon.0) 3263 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:41:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:48 smithi194 bash[32038]: audit 2023-12-08T01:41:47.627019+0000 mon.a (mon.0) 3263 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:41:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:48 smithi135 bash[32435]: audit 2023-12-08T01:41:47.627019+0000 mon.a (mon.0) 3263 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:41:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:49 smithi079 bash[28699]: cluster 2023-12-08T01:41:48.292292+0000 mgr.a (mgr.14403) 20359 : cluster 0 pgmap v15203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:49 smithi079 bash[28699]: audit 2023-12-08T01:41:48.366626+0000 mon.a (mon.0) 3264 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:41:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:49 smithi079 bash[28699]: audit 2023-12-08T01:41:48.367936+0000 mon.a (mon.0) 3265 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:41:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:49 smithi079 bash[28699]: audit 2023-12-08T01:41:48.376444+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:41:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:49 smithi194 bash[32038]: cluster 2023-12-08T01:41:48.292292+0000 mgr.a (mgr.14403) 20359 : cluster 0 pgmap v15203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:49 smithi194 bash[32038]: audit 2023-12-08T01:41:48.366626+0000 mon.a (mon.0) 3264 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:41:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:49 smithi194 bash[32038]: audit 2023-12-08T01:41:48.367936+0000 mon.a (mon.0) 3265 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:41:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:49 smithi194 bash[32038]: audit 2023-12-08T01:41:48.376444+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:41:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:49 smithi135 bash[32435]: cluster 2023-12-08T01:41:48.292292+0000 mgr.a (mgr.14403) 20359 : cluster 0 pgmap v15203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:41:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:49 smithi135 bash[32435]: audit 2023-12-08T01:41:48.366626+0000 mon.a (mon.0) 3264 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:41:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:49 smithi135 bash[32435]: audit 2023-12-08T01:41:48.367936+0000 mon.a (mon.0) 3265 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:41:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:49 smithi135 bash[32435]: audit 2023-12-08T01:41:48.376444+0000 mon.a (mon.0) 3266 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:41:50.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:41:50.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:50.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:51.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:51.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:51.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:51.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:41:51.018 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:41:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:51 smithi079 bash[28699]: cluster 2023-12-08T01:41:50.292992+0000 mgr.a (mgr.14403) 20360 : cluster 0 pgmap v15204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:51 smithi079 bash[28699]: audit 2023-12-08T01:41:50.522166+0000 mgr.a (mgr.14403) 20361 : audit 0 from='client.403554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:51 smithi194 bash[32038]: cluster 2023-12-08T01:41:50.292992+0000 mgr.a (mgr.14403) 20360 : cluster 0 pgmap v15204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:51 smithi194 bash[32038]: audit 2023-12-08T01:41:50.522166+0000 mgr.a (mgr.14403) 20361 : audit 0 from='client.403554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:51 smithi135 bash[32435]: cluster 2023-12-08T01:41:50.292992+0000 mgr.a (mgr.14403) 20360 : cluster 0 pgmap v15204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:51 smithi135 bash[32435]: audit 2023-12-08T01:41:50.522166+0000 mgr.a (mgr.14403) 20361 : audit 0 from='client.403554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:53 smithi079 bash[28699]: cluster 2023-12-08T01:41:52.293727+0000 mgr.a (mgr.14403) 20362 : cluster 0 pgmap v15205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:53 smithi194 bash[32038]: cluster 2023-12-08T01:41:52.293727+0000 mgr.a (mgr.14403) 20362 : cluster 0 pgmap v15205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:53 smithi135 bash[32435]: cluster 2023-12-08T01:41:52.293727+0000 mgr.a (mgr.14403) 20362 : cluster 0 pgmap v15205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:56.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:41:56.020 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:41:56.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:41:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:55 smithi079 bash[28699]: cluster 2023-12-08T01:41:54.294514+0000 mgr.a (mgr.14403) 20363 : cluster 0 pgmap v15206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:55 smithi194 bash[32038]: cluster 2023-12-08T01:41:54.294514+0000 mgr.a (mgr.14403) 20363 : cluster 0 pgmap v15206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:55 smithi135 bash[32435]: cluster 2023-12-08T01:41:54.294514+0000 mgr.a (mgr.14403) 20363 : cluster 0 pgmap v15206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:41:56.940 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:41:56.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:41:56.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:41:56.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:41:56.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:41:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:57 smithi079 bash[28699]: cluster 2023-12-08T01:41:56.295070+0000 mgr.a (mgr.14403) 20364 : cluster 0 pgmap v15207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:57 smithi079 bash[28699]: audit 2023-12-08T01:41:56.416840+0000 mgr.a (mgr.14403) 20365 : audit 0 from='client.403626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:57 smithi194 bash[32038]: cluster 2023-12-08T01:41:56.295070+0000 mgr.a (mgr.14403) 20364 : cluster 0 pgmap v15207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:57 smithi194 bash[32038]: audit 2023-12-08T01:41:56.416840+0000 mgr.a (mgr.14403) 20365 : audit 0 from='client.403626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:41:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:57 smithi135 bash[32435]: cluster 2023-12-08T01:41:56.295070+0000 mgr.a (mgr.14403) 20364 : cluster 0 pgmap v15207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:41:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:57 smithi135 bash[32435]: audit 2023-12-08T01:41:56.416840+0000 mgr.a (mgr.14403) 20365 : audit 0 from='client.403626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:41:59 smithi079 bash[28699]: cluster 2023-12-08T01:41:58.295731+0000 mgr.a (mgr.14403) 20366 : cluster 0 pgmap v15208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:41:59 smithi194 bash[32038]: cluster 2023-12-08T01:41:58.295731+0000 mgr.a (mgr.14403) 20366 : cluster 0 pgmap v15208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:41:59 smithi135 bash[32435]: cluster 2023-12-08T01:41:58.295731+0000 mgr.a (mgr.14403) 20366 : cluster 0 pgmap v15208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:01.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:42:01.943 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:01.943 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:01 smithi079 bash[28699]: cluster 2023-12-08T01:42:00.296568+0000 mgr.a (mgr.14403) 20367 : cluster 0 pgmap v15209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:01 smithi194 bash[32038]: cluster 2023-12-08T01:42:00.296568+0000 mgr.a (mgr.14403) 20367 : cluster 0 pgmap v15209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:01 smithi135 bash[32435]: cluster 2023-12-08T01:42:00.296568+0000 mgr.a (mgr.14403) 20367 : cluster 0 pgmap v15209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:02.830 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:42:02.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:02.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:02.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:02.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:42:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:03 smithi079 bash[28699]: cluster 2023-12-08T01:42:02.296924+0000 mgr.a (mgr.14403) 20368 : cluster 0 pgmap v15210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:03 smithi079 bash[28699]: audit 2023-12-08T01:42:02.345026+0000 mgr.a (mgr.14403) 20369 : audit 0 from='client.403704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:03 smithi194 bash[32038]: cluster 2023-12-08T01:42:02.296924+0000 mgr.a (mgr.14403) 20368 : cluster 0 pgmap v15210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:03 smithi194 bash[32038]: audit 2023-12-08T01:42:02.345026+0000 mgr.a (mgr.14403) 20369 : audit 0 from='client.403704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:03 smithi135 bash[32435]: cluster 2023-12-08T01:42:02.296924+0000 mgr.a (mgr.14403) 20368 : cluster 0 pgmap v15210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:03 smithi135 bash[32435]: audit 2023-12-08T01:42:02.345026+0000 mgr.a (mgr.14403) 20369 : audit 0 from='client.403704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:05 smithi079 bash[28699]: cluster 2023-12-08T01:42:04.297809+0000 mgr.a (mgr.14403) 20370 : cluster 0 pgmap v15211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:05 smithi194 bash[32038]: cluster 2023-12-08T01:42:04.297809+0000 mgr.a (mgr.14403) 20370 : cluster 0 pgmap v15211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:05 smithi135 bash[32435]: cluster 2023-12-08T01:42:04.297809+0000 mgr.a (mgr.14403) 20370 : cluster 0 pgmap v15211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:07.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:42:07.832 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:07.832 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:07 smithi079 bash[28699]: cluster 2023-12-08T01:42:06.298374+0000 mgr.a (mgr.14403) 20371 : cluster 0 pgmap v15212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:07 smithi194 bash[32038]: cluster 2023-12-08T01:42:06.298374+0000 mgr.a (mgr.14403) 20371 : cluster 0 pgmap v15212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:07 smithi135 bash[32435]: cluster 2023-12-08T01:42:06.298374+0000 mgr.a (mgr.14403) 20371 : cluster 0 pgmap v15212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:08.729 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:42:08.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:08.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:08.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:08.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:42:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:09 smithi079 bash[28699]: audit 2023-12-08T01:42:08.236245+0000 mgr.a (mgr.14403) 20372 : audit 0 from='client.403779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:09 smithi079 bash[28699]: cluster 2023-12-08T01:42:08.299188+0000 mgr.a (mgr.14403) 20373 : cluster 0 pgmap v15213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:09 smithi194 bash[32038]: audit 2023-12-08T01:42:08.236245+0000 mgr.a (mgr.14403) 20372 : audit 0 from='client.403779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:09 smithi194 bash[32038]: cluster 2023-12-08T01:42:08.299188+0000 mgr.a (mgr.14403) 20373 : cluster 0 pgmap v15213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:09 smithi135 bash[32435]: audit 2023-12-08T01:42:08.236245+0000 mgr.a (mgr.14403) 20372 : audit 0 from='client.403779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:09 smithi135 bash[32435]: cluster 2023-12-08T01:42:08.299188+0000 mgr.a (mgr.14403) 20373 : cluster 0 pgmap v15213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:11 smithi079 bash[28699]: cluster 2023-12-08T01:42:10.300020+0000 mgr.a (mgr.14403) 20374 : cluster 0 pgmap v15214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:42:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:11 smithi194 bash[32038]: cluster 2023-12-08T01:42:10.300020+0000 mgr.a (mgr.14403) 20374 : cluster 0 pgmap v15214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:42:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:11 smithi135 bash[32435]: cluster 2023-12-08T01:42:10.300020+0000 mgr.a (mgr.14403) 20374 : cluster 0 pgmap v15214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:42:13.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:42:13.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:13.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:13 smithi079 bash[28699]: cluster 2023-12-08T01:42:12.300596+0000 mgr.a (mgr.14403) 20375 : cluster 0 pgmap v15215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:42:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:13 smithi194 bash[32038]: cluster 2023-12-08T01:42:12.300596+0000 mgr.a (mgr.14403) 20375 : cluster 0 pgmap v15215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:42:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:13 smithi135 bash[32435]: cluster 2023-12-08T01:42:12.300596+0000 mgr.a (mgr.14403) 20375 : cluster 0 pgmap v15215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:42:14.620 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:42:14.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:14.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:14.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:14.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:42:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:15 smithi079 bash[28699]: audit 2023-12-08T01:42:14.141660+0000 mgr.a (mgr.14403) 20376 : audit 0 from='client.403854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:15 smithi079 bash[28699]: cluster 2023-12-08T01:42:14.301736+0000 mgr.a (mgr.14403) 20377 : cluster 0 pgmap v15216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:15 smithi194 bash[32038]: audit 2023-12-08T01:42:14.141660+0000 mgr.a (mgr.14403) 20376 : audit 0 from='client.403854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:15 smithi194 bash[32038]: cluster 2023-12-08T01:42:14.301736+0000 mgr.a (mgr.14403) 20377 : cluster 0 pgmap v15216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:15 smithi135 bash[32435]: audit 2023-12-08T01:42:14.141660+0000 mgr.a (mgr.14403) 20376 : audit 0 from='client.403854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:15 smithi135 bash[32435]: cluster 2023-12-08T01:42:14.301736+0000 mgr.a (mgr.14403) 20377 : cluster 0 pgmap v15216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:17 smithi079 bash[28699]: cluster 2023-12-08T01:42:16.302429+0000 mgr.a (mgr.14403) 20378 : cluster 0 pgmap v15217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:17 smithi194 bash[32038]: cluster 2023-12-08T01:42:16.302429+0000 mgr.a (mgr.14403) 20378 : cluster 0 pgmap v15217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:17 smithi135 bash[32435]: cluster 2023-12-08T01:42:16.302429+0000 mgr.a (mgr.14403) 20378 : cluster 0 pgmap v15217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:19.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:42:19.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:19.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:19 smithi079 bash[28699]: cluster 2023-12-08T01:42:18.303041+0000 mgr.a (mgr.14403) 20379 : cluster 0 pgmap v15218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:19 smithi194 bash[32038]: cluster 2023-12-08T01:42:18.303041+0000 mgr.a (mgr.14403) 20379 : cluster 0 pgmap v15218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:19 smithi135 bash[32435]: cluster 2023-12-08T01:42:18.303041+0000 mgr.a (mgr.14403) 20379 : cluster 0 pgmap v15218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:20.530 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:42:20.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:20.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:20.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:20.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:42:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:21 smithi079 bash[28699]: audit 2023-12-08T01:42:20.024522+0000 mgr.a (mgr.14403) 20380 : audit 0 from='client.403929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:21 smithi079 bash[28699]: cluster 2023-12-08T01:42:20.304165+0000 mgr.a (mgr.14403) 20381 : cluster 0 pgmap v15219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:21 smithi194 bash[32038]: audit 2023-12-08T01:42:20.024522+0000 mgr.a (mgr.14403) 20380 : audit 0 from='client.403929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:21 smithi194 bash[32038]: cluster 2023-12-08T01:42:20.304165+0000 mgr.a (mgr.14403) 20381 : cluster 0 pgmap v15219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:21 smithi135 bash[32435]: audit 2023-12-08T01:42:20.024522+0000 mgr.a (mgr.14403) 20380 : audit 0 from='client.403929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:21 smithi135 bash[32435]: cluster 2023-12-08T01:42:20.304165+0000 mgr.a (mgr.14403) 20381 : cluster 0 pgmap v15219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:23 smithi079 bash[28699]: cluster 2023-12-08T01:42:22.304849+0000 mgr.a (mgr.14403) 20382 : cluster 0 pgmap v15220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:42:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:23 smithi194 bash[32038]: cluster 2023-12-08T01:42:22.304849+0000 mgr.a (mgr.14403) 20382 : cluster 0 pgmap v15220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:42:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:23 smithi135 bash[32435]: cluster 2023-12-08T01:42:22.304849+0000 mgr.a (mgr.14403) 20382 : cluster 0 pgmap v15220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:42:25.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:42:25.532 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:25.532 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:25 smithi079 bash[28699]: cluster 2023-12-08T01:42:24.305684+0000 mgr.a (mgr.14403) 20383 : cluster 0 pgmap v15221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:42:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:25 smithi194 bash[32038]: cluster 2023-12-08T01:42:24.305684+0000 mgr.a (mgr.14403) 20383 : cluster 0 pgmap v15221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:42:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:25 smithi135 bash[32435]: cluster 2023-12-08T01:42:24.305684+0000 mgr.a (mgr.14403) 20383 : cluster 0 pgmap v15221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:42:26.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:26.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:26.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:26.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:42:26.457 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:42:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:26 smithi079 bash[28699]: audit 2023-12-08T01:42:25.942813+0000 mgr.a (mgr.14403) 20384 : audit 0 from='client.404001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:27.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:26 smithi194 bash[32038]: audit 2023-12-08T01:42:25.942813+0000 mgr.a (mgr.14403) 20384 : audit 0 from='client.404001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:27.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:26 smithi135 bash[32435]: audit 2023-12-08T01:42:25.942813+0000 mgr.a (mgr.14403) 20384 : audit 0 from='client.404001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:27 smithi079 bash[28699]: cluster 2023-12-08T01:42:26.306312+0000 mgr.a (mgr.14403) 20385 : cluster 0 pgmap v15222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:27 smithi194 bash[32038]: cluster 2023-12-08T01:42:26.306312+0000 mgr.a (mgr.14403) 20385 : cluster 0 pgmap v15222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:27 smithi135 bash[32435]: cluster 2023-12-08T01:42:26.306312+0000 mgr.a (mgr.14403) 20385 : cluster 0 pgmap v15222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:29 smithi079 bash[28699]: cluster 2023-12-08T01:42:28.307045+0000 mgr.a (mgr.14403) 20386 : cluster 0 pgmap v15223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:29 smithi194 bash[32038]: cluster 2023-12-08T01:42:28.307045+0000 mgr.a (mgr.14403) 20386 : cluster 0 pgmap v15223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:29 smithi135 bash[32435]: cluster 2023-12-08T01:42:28.307045+0000 mgr.a (mgr.14403) 20386 : cluster 0 pgmap v15223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:31.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:42:31.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:31.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:31 smithi079 bash[28699]: cluster 2023-12-08T01:42:30.307978+0000 mgr.a (mgr.14403) 20387 : cluster 0 pgmap v15224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:31 smithi194 bash[32038]: cluster 2023-12-08T01:42:30.307978+0000 mgr.a (mgr.14403) 20387 : cluster 0 pgmap v15224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:31 smithi135 bash[32435]: cluster 2023-12-08T01:42:30.307978+0000 mgr.a (mgr.14403) 20387 : cluster 0 pgmap v15224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:32.370 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:42:32.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:32.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:32.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:32.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:42:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:32 smithi079 bash[28699]: audit 2023-12-08T01:42:31.865575+0000 mgr.a (mgr.14403) 20388 : audit 0 from='client.404076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:33.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:32 smithi194 bash[32038]: audit 2023-12-08T01:42:31.865575+0000 mgr.a (mgr.14403) 20388 : audit 0 from='client.404076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:32 smithi135 bash[32435]: audit 2023-12-08T01:42:31.865575+0000 mgr.a (mgr.14403) 20388 : audit 0 from='client.404076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:33 smithi079 bash[28699]: cluster 2023-12-08T01:42:32.308480+0000 mgr.a (mgr.14403) 20389 : cluster 0 pgmap v15225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:33 smithi194 bash[32038]: cluster 2023-12-08T01:42:32.308480+0000 mgr.a (mgr.14403) 20389 : cluster 0 pgmap v15225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:33 smithi135 bash[32435]: cluster 2023-12-08T01:42:32.308480+0000 mgr.a (mgr.14403) 20389 : cluster 0 pgmap v15225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:35 smithi079 bash[28699]: cluster 2023-12-08T01:42:34.309301+0000 mgr.a (mgr.14403) 20390 : cluster 0 pgmap v15226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:35 smithi194 bash[32038]: cluster 2023-12-08T01:42:34.309301+0000 mgr.a (mgr.14403) 20390 : cluster 0 pgmap v15226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:35 smithi135 bash[32435]: cluster 2023-12-08T01:42:34.309301+0000 mgr.a (mgr.14403) 20390 : cluster 0 pgmap v15226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:37.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:42:37.374 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:37.374 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:37 smithi079 bash[28699]: cluster 2023-12-08T01:42:36.309986+0000 mgr.a (mgr.14403) 20391 : cluster 0 pgmap v15227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:37 smithi194 bash[32038]: cluster 2023-12-08T01:42:36.309986+0000 mgr.a (mgr.14403) 20391 : cluster 0 pgmap v15227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:37 smithi135 bash[32435]: cluster 2023-12-08T01:42:36.309986+0000 mgr.a (mgr.14403) 20391 : cluster 0 pgmap v15227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:38.281 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:42:38.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:38.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:38.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:38.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:42:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:38 smithi079 bash[28699]: audit 2023-12-08T01:42:37.782645+0000 mgr.a (mgr.14403) 20392 : audit 0 from='client.404154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:38 smithi194 bash[32038]: audit 2023-12-08T01:42:37.782645+0000 mgr.a (mgr.14403) 20392 : audit 0 from='client.404154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:38 smithi135 bash[32435]: audit 2023-12-08T01:42:37.782645+0000 mgr.a (mgr.14403) 20392 : audit 0 from='client.404154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:39 smithi079 bash[28699]: cluster 2023-12-08T01:42:38.310756+0000 mgr.a (mgr.14403) 20393 : cluster 0 pgmap v15228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:39 smithi194 bash[32038]: cluster 2023-12-08T01:42:38.310756+0000 mgr.a (mgr.14403) 20393 : cluster 0 pgmap v15228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:39 smithi135 bash[32435]: cluster 2023-12-08T01:42:38.310756+0000 mgr.a (mgr.14403) 20393 : cluster 0 pgmap v15228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:41 smithi079 bash[28699]: cluster 2023-12-08T01:42:40.311621+0000 mgr.a (mgr.14403) 20394 : cluster 0 pgmap v15229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:41 smithi194 bash[32038]: cluster 2023-12-08T01:42:40.311621+0000 mgr.a (mgr.14403) 20394 : cluster 0 pgmap v15229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:41 smithi135 bash[32435]: cluster 2023-12-08T01:42:40.311621+0000 mgr.a (mgr.14403) 20394 : cluster 0 pgmap v15229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:42:43.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:42:43.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:43.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:43 smithi079 bash[28699]: cluster 2023-12-08T01:42:42.312189+0000 mgr.a (mgr.14403) 20395 : cluster 0 pgmap v15230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:43 smithi194 bash[32038]: cluster 2023-12-08T01:42:42.312189+0000 mgr.a (mgr.14403) 20395 : cluster 0 pgmap v15230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:43 smithi135 bash[32435]: cluster 2023-12-08T01:42:42.312189+0000 mgr.a (mgr.14403) 20395 : cluster 0 pgmap v15230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:44.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:44.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:44.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:44.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:42:44.216 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:42:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:44 smithi079 bash[28699]: audit 2023-12-08T01:42:43.701830+0000 mgr.a (mgr.14403) 20396 : audit 0 from='client.404229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:45.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:44 smithi194 bash[32038]: audit 2023-12-08T01:42:43.701830+0000 mgr.a (mgr.14403) 20396 : audit 0 from='client.404229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:45.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:44 smithi135 bash[32435]: audit 2023-12-08T01:42:43.701830+0000 mgr.a (mgr.14403) 20396 : audit 0 from='client.404229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:45 smithi079 bash[28699]: cluster 2023-12-08T01:42:44.313282+0000 mgr.a (mgr.14403) 20397 : cluster 0 pgmap v15231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:45 smithi194 bash[32038]: cluster 2023-12-08T01:42:44.313282+0000 mgr.a (mgr.14403) 20397 : cluster 0 pgmap v15231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:45 smithi135 bash[32435]: cluster 2023-12-08T01:42:44.313282+0000 mgr.a (mgr.14403) 20397 : cluster 0 pgmap v15231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:47 smithi194 bash[32038]: cluster 2023-12-08T01:42:46.313902+0000 mgr.a (mgr.14403) 20398 : cluster 0 pgmap v15232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:47 smithi135 bash[32435]: cluster 2023-12-08T01:42:46.313902+0000 mgr.a (mgr.14403) 20398 : cluster 0 pgmap v15232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:47 smithi079 bash[28699]: cluster 2023-12-08T01:42:46.313902+0000 mgr.a (mgr.14403) 20398 : cluster 0 pgmap v15232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:49.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:48 smithi194 bash[32038]: audit 2023-12-08T01:42:48.479031+0000 mon.a (mon.0) 3267 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:42:49.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:48 smithi135 bash[32435]: audit 2023-12-08T01:42:48.479031+0000 mon.a (mon.0) 3267 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:42:49.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:42:49.219 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:49.219 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:49.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:48 smithi079 bash[28699]: audit 2023-12-08T01:42:48.479031+0000 mon.a (mon.0) 3267 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:42:50.137 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:42:50.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:50.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:50.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:50.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:42:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:49 smithi194 bash[32038]: cluster 2023-12-08T01:42:48.314464+0000 mgr.a (mgr.14403) 20399 : cluster 0 pgmap v15233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:49 smithi194 bash[32038]: audit 2023-12-08T01:42:49.268759+0000 mon.a (mon.0) 3268 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:42:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:49 smithi194 bash[32038]: audit 2023-12-08T01:42:49.270645+0000 mon.a (mon.0) 3269 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:42:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:49 smithi194 bash[32038]: audit 2023-12-08T01:42:49.279369+0000 mon.a (mon.0) 3270 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:42:50.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:49 smithi135 bash[32435]: cluster 2023-12-08T01:42:48.314464+0000 mgr.a (mgr.14403) 20399 : cluster 0 pgmap v15233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:50.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:49 smithi135 bash[32435]: audit 2023-12-08T01:42:49.268759+0000 mon.a (mon.0) 3268 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:42:50.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:49 smithi135 bash[32435]: audit 2023-12-08T01:42:49.270645+0000 mon.a (mon.0) 3269 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:42:50.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:49 smithi135 bash[32435]: audit 2023-12-08T01:42:49.279369+0000 mon.a (mon.0) 3270 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:42:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:49 smithi079 bash[28699]: cluster 2023-12-08T01:42:48.314464+0000 mgr.a (mgr.14403) 20399 : cluster 0 pgmap v15233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:49 smithi079 bash[28699]: audit 2023-12-08T01:42:49.268759+0000 mon.a (mon.0) 3268 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:42:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:49 smithi079 bash[28699]: audit 2023-12-08T01:42:49.270645+0000 mon.a (mon.0) 3269 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:42:50.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:49 smithi079 bash[28699]: audit 2023-12-08T01:42:49.279369+0000 mon.a (mon.0) 3270 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:42:51.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:50 smithi194 bash[32038]: audit 2023-12-08T01:42:49.615644+0000 mgr.a (mgr.14403) 20400 : audit 0 from='client.404307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:50 smithi135 bash[32435]: audit 2023-12-08T01:42:49.615644+0000 mgr.a (mgr.14403) 20400 : audit 0 from='client.404307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:50 smithi079 bash[28699]: audit 2023-12-08T01:42:49.615644+0000 mgr.a (mgr.14403) 20400 : audit 0 from='client.404307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:51 smithi194 bash[32038]: cluster 2023-12-08T01:42:50.315602+0000 mgr.a (mgr.14403) 20401 : cluster 0 pgmap v15234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:51 smithi135 bash[32435]: cluster 2023-12-08T01:42:50.315602+0000 mgr.a (mgr.14403) 20401 : cluster 0 pgmap v15234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:51 smithi079 bash[28699]: cluster 2023-12-08T01:42:50.315602+0000 mgr.a (mgr.14403) 20401 : cluster 0 pgmap v15234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:53 smithi194 bash[32038]: cluster 2023-12-08T01:42:52.316149+0000 mgr.a (mgr.14403) 20402 : cluster 0 pgmap v15235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:53 smithi135 bash[32435]: cluster 2023-12-08T01:42:52.316149+0000 mgr.a (mgr.14403) 20402 : cluster 0 pgmap v15235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:53 smithi079 bash[28699]: cluster 2023-12-08T01:42:52.316149+0000 mgr.a (mgr.14403) 20402 : cluster 0 pgmap v15235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:42:55.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:42:55.140 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:42:55.140 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:42:56.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:42:56.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:42:56.074 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:42:56.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:42:56.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:42:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:55 smithi194 bash[32038]: cluster 2023-12-08T01:42:54.316844+0000 mgr.a (mgr.14403) 20403 : cluster 0 pgmap v15236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:55 smithi135 bash[32435]: cluster 2023-12-08T01:42:54.316844+0000 mgr.a (mgr.14403) 20403 : cluster 0 pgmap v15236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:55 smithi079 bash[28699]: cluster 2023-12-08T01:42:54.316844+0000 mgr.a (mgr.14403) 20403 : cluster 0 pgmap v15236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:57.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:56 smithi194 bash[32038]: audit 2023-12-08T01:42:55.546601+0000 mgr.a (mgr.14403) 20404 : audit 0 from='client.404385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:56 smithi135 bash[32435]: audit 2023-12-08T01:42:55.546601+0000 mgr.a (mgr.14403) 20404 : audit 0 from='client.404385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:56 smithi079 bash[28699]: audit 2023-12-08T01:42:55.546601+0000 mgr.a (mgr.14403) 20404 : audit 0 from='client.404385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:42:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:57 smithi194 bash[32038]: cluster 2023-12-08T01:42:56.317560+0000 mgr.a (mgr.14403) 20405 : cluster 0 pgmap v15237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:57 smithi135 bash[32435]: cluster 2023-12-08T01:42:56.317560+0000 mgr.a (mgr.14403) 20405 : cluster 0 pgmap v15237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:42:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:57 smithi079 bash[28699]: cluster 2023-12-08T01:42:56.317560+0000 mgr.a (mgr.14403) 20405 : cluster 0 pgmap v15237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:42:59 smithi194 bash[32038]: cluster 2023-12-08T01:42:58.318173+0000 mgr.a (mgr.14403) 20406 : cluster 0 pgmap v15238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:42:59 smithi135 bash[32435]: cluster 2023-12-08T01:42:58.318173+0000 mgr.a (mgr.14403) 20406 : cluster 0 pgmap v15238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:42:59 smithi079 bash[28699]: cluster 2023-12-08T01:42:58.318173+0000 mgr.a (mgr.14403) 20406 : cluster 0 pgmap v15238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:01.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:43:01.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:01.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:01.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:01.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:01.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:01.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:43:01.993 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:43:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:01 smithi194 bash[32038]: cluster 2023-12-08T01:43:00.319021+0000 mgr.a (mgr.14403) 20407 : cluster 0 pgmap v15239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:01 smithi135 bash[32435]: cluster 2023-12-08T01:43:00.319021+0000 mgr.a (mgr.14403) 20407 : cluster 0 pgmap v15239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:01 smithi079 bash[28699]: cluster 2023-12-08T01:43:00.319021+0000 mgr.a (mgr.14403) 20407 : cluster 0 pgmap v15239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:03.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:02 smithi194 bash[32038]: audit 2023-12-08T01:43:01.486355+0000 mgr.a (mgr.14403) 20408 : audit 0 from='client.404460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:02 smithi135 bash[32435]: audit 2023-12-08T01:43:01.486355+0000 mgr.a (mgr.14403) 20408 : audit 0 from='client.404460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:02 smithi079 bash[28699]: audit 2023-12-08T01:43:01.486355+0000 mgr.a (mgr.14403) 20408 : audit 0 from='client.404460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:03 smithi194 bash[32038]: cluster 2023-12-08T01:43:02.319677+0000 mgr.a (mgr.14403) 20409 : cluster 0 pgmap v15240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:03 smithi135 bash[32435]: cluster 2023-12-08T01:43:02.319677+0000 mgr.a (mgr.14403) 20409 : cluster 0 pgmap v15240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:03 smithi079 bash[28699]: cluster 2023-12-08T01:43:02.319677+0000 mgr.a (mgr.14403) 20409 : cluster 0 pgmap v15240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:05 smithi079 bash[28699]: cluster 2023-12-08T01:43:04.320642+0000 mgr.a (mgr.14403) 20410 : cluster 0 pgmap v15241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:05 smithi194 bash[32038]: cluster 2023-12-08T01:43:04.320642+0000 mgr.a (mgr.14403) 20410 : cluster 0 pgmap v15241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:05 smithi135 bash[32435]: cluster 2023-12-08T01:43:04.320642+0000 mgr.a (mgr.14403) 20410 : cluster 0 pgmap v15241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:06.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:43:06.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:06.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:07.914 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:43:07.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:07.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:07.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:07.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:43:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:07 smithi079 bash[28699]: cluster 2023-12-08T01:43:06.321323+0000 mgr.a (mgr.14403) 20411 : cluster 0 pgmap v15242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:07 smithi194 bash[32038]: cluster 2023-12-08T01:43:06.321323+0000 mgr.a (mgr.14403) 20411 : cluster 0 pgmap v15242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:07 smithi135 bash[32435]: cluster 2023-12-08T01:43:06.321323+0000 mgr.a (mgr.14403) 20411 : cluster 0 pgmap v15242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:09.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:08 smithi079 bash[28699]: audit 2023-12-08T01:43:07.399631+0000 mgr.a (mgr.14403) 20412 : audit 0 from='client.404535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:09.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:08 smithi194 bash[32038]: audit 2023-12-08T01:43:07.399631+0000 mgr.a (mgr.14403) 20412 : audit 0 from='client.404535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:09.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:08 smithi135 bash[32435]: audit 2023-12-08T01:43:07.399631+0000 mgr.a (mgr.14403) 20412 : audit 0 from='client.404535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:09 smithi079 bash[28699]: cluster 2023-12-08T01:43:08.322062+0000 mgr.a (mgr.14403) 20413 : cluster 0 pgmap v15243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:09 smithi194 bash[32038]: cluster 2023-12-08T01:43:08.322062+0000 mgr.a (mgr.14403) 20413 : cluster 0 pgmap v15243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:10.469 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:09 smithi135 bash[32435]: cluster 2023-12-08T01:43:08.322062+0000 mgr.a (mgr.14403) 20413 : cluster 0 pgmap v15243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:11 smithi079 bash[28699]: cluster 2023-12-08T01:43:10.322913+0000 mgr.a (mgr.14403) 20414 : cluster 0 pgmap v15244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:11 smithi194 bash[32038]: cluster 2023-12-08T01:43:10.322913+0000 mgr.a (mgr.14403) 20414 : cluster 0 pgmap v15244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:11 smithi135 bash[32435]: cluster 2023-12-08T01:43:10.322913+0000 mgr.a (mgr.14403) 20414 : cluster 0 pgmap v15244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:12.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:43:12.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:12.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:13.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:13.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:13.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:13.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:43:13.840 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:43:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:13 smithi079 bash[28699]: cluster 2023-12-08T01:43:12.323500+0000 mgr.a (mgr.14403) 20415 : cluster 0 pgmap v15245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:13 smithi194 bash[32038]: cluster 2023-12-08T01:43:12.323500+0000 mgr.a (mgr.14403) 20415 : cluster 0 pgmap v15245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:13 smithi135 bash[32435]: cluster 2023-12-08T01:43:12.323500+0000 mgr.a (mgr.14403) 20415 : cluster 0 pgmap v15245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:14 smithi079 bash[28699]: audit 2023-12-08T01:43:13.324374+0000 mgr.a (mgr.14403) 20416 : audit 0 from='client.404610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:14 smithi079 bash[28699]: cluster 2023-12-08T01:43:14.324721+0000 mgr.a (mgr.14403) 20417 : cluster 0 pgmap v15246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:43:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:14 smithi194 bash[32038]: audit 2023-12-08T01:43:13.324374+0000 mgr.a (mgr.14403) 20416 : audit 0 from='client.404610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:14 smithi194 bash[32038]: cluster 2023-12-08T01:43:14.324721+0000 mgr.a (mgr.14403) 20417 : cluster 0 pgmap v15246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:43:15.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:14 smithi135 bash[32435]: audit 2023-12-08T01:43:13.324374+0000 mgr.a (mgr.14403) 20416 : audit 0 from='client.404610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:15.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:14 smithi135 bash[32435]: cluster 2023-12-08T01:43:14.324721+0000 mgr.a (mgr.14403) 20417 : cluster 0 pgmap v15246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:43:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:17 smithi079 bash[28699]: cluster 2023-12-08T01:43:16.325318+0000 mgr.a (mgr.14403) 20418 : cluster 0 pgmap v15247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:43:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:17 smithi194 bash[32038]: cluster 2023-12-08T01:43:16.325318+0000 mgr.a (mgr.14403) 20418 : cluster 0 pgmap v15247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:43:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:17 smithi135 bash[32435]: cluster 2023-12-08T01:43:16.325318+0000 mgr.a (mgr.14403) 20418 : cluster 0 pgmap v15247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:43:18.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:43:18.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:18.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:19.781 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:43:19.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:19.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:19.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:19.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:43:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:19 smithi079 bash[28699]: cluster 2023-12-08T01:43:18.325878+0000 mgr.a (mgr.14403) 20419 : cluster 0 pgmap v15248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:43:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:19 smithi194 bash[32038]: cluster 2023-12-08T01:43:18.325878+0000 mgr.a (mgr.14403) 20419 : cluster 0 pgmap v15248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:43:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:19 smithi135 bash[32435]: cluster 2023-12-08T01:43:18.325878+0000 mgr.a (mgr.14403) 20419 : cluster 0 pgmap v15248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:43:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:20 smithi079 bash[28699]: audit 2023-12-08T01:43:19.260385+0000 mgr.a (mgr.14403) 20420 : audit 0 from='client.404685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:21.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:20 smithi194 bash[32038]: audit 2023-12-08T01:43:19.260385+0000 mgr.a (mgr.14403) 20420 : audit 0 from='client.404685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:21.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:20 smithi135 bash[32435]: audit 2023-12-08T01:43:19.260385+0000 mgr.a (mgr.14403) 20420 : audit 0 from='client.404685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:21 smithi079 bash[28699]: cluster 2023-12-08T01:43:20.326962+0000 mgr.a (mgr.14403) 20421 : cluster 0 pgmap v15249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:21 smithi194 bash[32038]: cluster 2023-12-08T01:43:20.326962+0000 mgr.a (mgr.14403) 20421 : cluster 0 pgmap v15249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:21 smithi135 bash[32435]: cluster 2023-12-08T01:43:20.326962+0000 mgr.a (mgr.14403) 20421 : cluster 0 pgmap v15249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:23 smithi079 bash[28699]: cluster 2023-12-08T01:43:22.327538+0000 mgr.a (mgr.14403) 20422 : cluster 0 pgmap v15250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:23 smithi194 bash[32038]: cluster 2023-12-08T01:43:22.327538+0000 mgr.a (mgr.14403) 20422 : cluster 0 pgmap v15250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:23 smithi135 bash[32435]: cluster 2023-12-08T01:43:22.327538+0000 mgr.a (mgr.14403) 20422 : cluster 0 pgmap v15250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:24.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:43:24.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:24.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:25.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:25.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:25.707 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:43:25.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:25.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:43:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:25 smithi079 bash[28699]: cluster 2023-12-08T01:43:24.328424+0000 mgr.a (mgr.14403) 20423 : cluster 0 pgmap v15251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:25 smithi194 bash[32038]: cluster 2023-12-08T01:43:24.328424+0000 mgr.a (mgr.14403) 20423 : cluster 0 pgmap v15251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:25 smithi135 bash[32435]: cluster 2023-12-08T01:43:24.328424+0000 mgr.a (mgr.14403) 20423 : cluster 0 pgmap v15251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:26 smithi079 bash[28699]: audit 2023-12-08T01:43:25.192629+0000 mgr.a (mgr.14403) 20424 : audit 0 from='client.404763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:27.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:26 smithi194 bash[32038]: audit 2023-12-08T01:43:25.192629+0000 mgr.a (mgr.14403) 20424 : audit 0 from='client.404763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:27.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:26 smithi135 bash[32435]: audit 2023-12-08T01:43:25.192629+0000 mgr.a (mgr.14403) 20424 : audit 0 from='client.404763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:27 smithi079 bash[28699]: cluster 2023-12-08T01:43:26.329198+0000 mgr.a (mgr.14403) 20425 : cluster 0 pgmap v15252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:43:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:27 smithi194 bash[32038]: cluster 2023-12-08T01:43:26.329198+0000 mgr.a (mgr.14403) 20425 : cluster 0 pgmap v15252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:43:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:27 smithi135 bash[32435]: cluster 2023-12-08T01:43:26.329198+0000 mgr.a (mgr.14403) 20425 : cluster 0 pgmap v15252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:43:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:29 smithi079 bash[28699]: cluster 2023-12-08T01:43:28.329769+0000 mgr.a (mgr.14403) 20426 : cluster 0 pgmap v15253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:43:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:29 smithi194 bash[32038]: cluster 2023-12-08T01:43:28.329769+0000 mgr.a (mgr.14403) 20426 : cluster 0 pgmap v15253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:43:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:29 smithi135 bash[32435]: cluster 2023-12-08T01:43:28.329769+0000 mgr.a (mgr.14403) 20426 : cluster 0 pgmap v15253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:43:30.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:43:30.710 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:30.711 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:31.616 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:43:31.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:31.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:31.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:31.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:43:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:31 smithi079 bash[28699]: cluster 2023-12-08T01:43:30.330788+0000 mgr.a (mgr.14403) 20427 : cluster 0 pgmap v15254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:43:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:31 smithi194 bash[32038]: cluster 2023-12-08T01:43:30.330788+0000 mgr.a (mgr.14403) 20427 : cluster 0 pgmap v15254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:43:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:31 smithi135 bash[32435]: cluster 2023-12-08T01:43:30.330788+0000 mgr.a (mgr.14403) 20427 : cluster 0 pgmap v15254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:43:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:32 smithi079 bash[28699]: audit 2023-12-08T01:43:31.116578+0000 mgr.a (mgr.14403) 20428 : audit 0 from='client.404841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:33.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:32 smithi194 bash[32038]: audit 2023-12-08T01:43:31.116578+0000 mgr.a (mgr.14403) 20428 : audit 0 from='client.404841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:32 smithi135 bash[32435]: audit 2023-12-08T01:43:31.116578+0000 mgr.a (mgr.14403) 20428 : audit 0 from='client.404841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:33 smithi079 bash[28699]: cluster 2023-12-08T01:43:32.331636+0000 mgr.a (mgr.14403) 20429 : cluster 0 pgmap v15255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:33 smithi194 bash[32038]: cluster 2023-12-08T01:43:32.331636+0000 mgr.a (mgr.14403) 20429 : cluster 0 pgmap v15255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:33 smithi135 bash[32435]: cluster 2023-12-08T01:43:32.331636+0000 mgr.a (mgr.14403) 20429 : cluster 0 pgmap v15255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:35 smithi079 bash[28699]: cluster 2023-12-08T01:43:34.332622+0000 mgr.a (mgr.14403) 20430 : cluster 0 pgmap v15256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:35 smithi194 bash[32038]: cluster 2023-12-08T01:43:34.332622+0000 mgr.a (mgr.14403) 20430 : cluster 0 pgmap v15256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:35 smithi135 bash[32435]: cluster 2023-12-08T01:43:34.332622+0000 mgr.a (mgr.14403) 20430 : cluster 0 pgmap v15256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:36.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:43:36.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:36.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:37.523 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:43:37.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:37.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:37.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:37.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:43:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:37 smithi079 bash[28699]: cluster 2023-12-08T01:43:36.333228+0000 mgr.a (mgr.14403) 20431 : cluster 0 pgmap v15257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:37 smithi194 bash[32038]: cluster 2023-12-08T01:43:36.333228+0000 mgr.a (mgr.14403) 20431 : cluster 0 pgmap v15257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:37 smithi135 bash[32435]: cluster 2023-12-08T01:43:36.333228+0000 mgr.a (mgr.14403) 20431 : cluster 0 pgmap v15257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:38 smithi079 bash[28699]: audit 2023-12-08T01:43:37.025895+0000 mgr.a (mgr.14403) 20432 : audit 0 from='client.404913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:38 smithi194 bash[32038]: audit 2023-12-08T01:43:37.025895+0000 mgr.a (mgr.14403) 20432 : audit 0 from='client.404913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:38 smithi135 bash[32435]: audit 2023-12-08T01:43:37.025895+0000 mgr.a (mgr.14403) 20432 : audit 0 from='client.404913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:39 smithi079 bash[28699]: cluster 2023-12-08T01:43:38.333878+0000 mgr.a (mgr.14403) 20433 : cluster 0 pgmap v15258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:39 smithi194 bash[32038]: cluster 2023-12-08T01:43:38.333878+0000 mgr.a (mgr.14403) 20433 : cluster 0 pgmap v15258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:39 smithi135 bash[32435]: cluster 2023-12-08T01:43:38.333878+0000 mgr.a (mgr.14403) 20433 : cluster 0 pgmap v15258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:41 smithi079 bash[28699]: cluster 2023-12-08T01:43:40.334843+0000 mgr.a (mgr.14403) 20434 : cluster 0 pgmap v15259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:41 smithi194 bash[32038]: cluster 2023-12-08T01:43:40.334843+0000 mgr.a (mgr.14403) 20434 : cluster 0 pgmap v15259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:41 smithi135 bash[32435]: cluster 2023-12-08T01:43:40.334843+0000 mgr.a (mgr.14403) 20434 : cluster 0 pgmap v15259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:42.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:43:42.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:42.527 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:43.447 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:43:43.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:43.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:43.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:43.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:43:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:43 smithi079 bash[28699]: cluster 2023-12-08T01:43:42.335418+0000 mgr.a (mgr.14403) 20435 : cluster 0 pgmap v15260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:43 smithi079 bash[28699]: audit 2023-12-08T01:43:42.931302+0000 mgr.a (mgr.14403) 20436 : audit 0 from='client.404988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:43 smithi194 bash[32038]: cluster 2023-12-08T01:43:42.335418+0000 mgr.a (mgr.14403) 20435 : cluster 0 pgmap v15260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:43 smithi194 bash[32038]: audit 2023-12-08T01:43:42.931302+0000 mgr.a (mgr.14403) 20436 : audit 0 from='client.404988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:43 smithi135 bash[32435]: cluster 2023-12-08T01:43:42.335418+0000 mgr.a (mgr.14403) 20435 : cluster 0 pgmap v15260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:43 smithi135 bash[32435]: audit 2023-12-08T01:43:42.931302+0000 mgr.a (mgr.14403) 20436 : audit 0 from='client.404988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:45 smithi079 bash[28699]: cluster 2023-12-08T01:43:44.336295+0000 mgr.a (mgr.14403) 20437 : cluster 0 pgmap v15261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:45 smithi194 bash[32038]: cluster 2023-12-08T01:43:44.336295+0000 mgr.a (mgr.14403) 20437 : cluster 0 pgmap v15261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:45 smithi135 bash[32435]: cluster 2023-12-08T01:43:44.336295+0000 mgr.a (mgr.14403) 20437 : cluster 0 pgmap v15261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:43:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:47 smithi079 bash[28699]: cluster 2023-12-08T01:43:46.336846+0000 mgr.a (mgr.14403) 20438 : cluster 0 pgmap v15262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:47 smithi194 bash[32038]: cluster 2023-12-08T01:43:46.336846+0000 mgr.a (mgr.14403) 20438 : cluster 0 pgmap v15262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:47 smithi135 bash[32435]: cluster 2023-12-08T01:43:46.336846+0000 mgr.a (mgr.14403) 20438 : cluster 0 pgmap v15262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:48.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:43:48.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:48.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:49.355 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:43:49.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:49.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:49.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:49.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:43:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:49 smithi079 bash[28699]: cluster 2023-12-08T01:43:48.337507+0000 mgr.a (mgr.14403) 20439 : cluster 0 pgmap v15263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:49 smithi079 bash[28699]: audit 2023-12-08T01:43:48.857290+0000 mgr.a (mgr.14403) 20440 : audit 0 from='client.405060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:49 smithi079 bash[28699]: audit 2023-12-08T01:43:49.382080+0000 mon.a (mon.0) 3271 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:43:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:49 smithi194 bash[32038]: cluster 2023-12-08T01:43:48.337507+0000 mgr.a (mgr.14403) 20439 : cluster 0 pgmap v15263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:50.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:49 smithi194 bash[32038]: audit 2023-12-08T01:43:48.857290+0000 mgr.a (mgr.14403) 20440 : audit 0 from='client.405060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:50.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:49 smithi194 bash[32038]: audit 2023-12-08T01:43:49.382080+0000 mon.a (mon.0) 3271 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:43:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:49 smithi135 bash[32435]: cluster 2023-12-08T01:43:48.337507+0000 mgr.a (mgr.14403) 20439 : cluster 0 pgmap v15263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:49 smithi135 bash[32435]: audit 2023-12-08T01:43:48.857290+0000 mgr.a (mgr.14403) 20440 : audit 0 from='client.405060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:49 smithi135 bash[32435]: audit 2023-12-08T01:43:49.382080+0000 mon.a (mon.0) 3271 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:43:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:50 smithi079 bash[28699]: audit 2023-12-08T01:43:50.136509+0000 mon.a (mon.0) 3272 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:43:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:50 smithi079 bash[28699]: audit 2023-12-08T01:43:50.138104+0000 mon.a (mon.0) 3273 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:43:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:50 smithi079 bash[28699]: audit 2023-12-08T01:43:50.147521+0000 mon.a (mon.0) 3274 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:43:51.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:50 smithi194 bash[32038]: audit 2023-12-08T01:43:50.136509+0000 mon.a (mon.0) 3272 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:43:51.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:50 smithi194 bash[32038]: audit 2023-12-08T01:43:50.138104+0000 mon.a (mon.0) 3273 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:43:51.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:50 smithi194 bash[32038]: audit 2023-12-08T01:43:50.147521+0000 mon.a (mon.0) 3274 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:43:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:50 smithi135 bash[32435]: audit 2023-12-08T01:43:50.136509+0000 mon.a (mon.0) 3272 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:43:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:50 smithi135 bash[32435]: audit 2023-12-08T01:43:50.138104+0000 mon.a (mon.0) 3273 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:43:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:50 smithi135 bash[32435]: audit 2023-12-08T01:43:50.147521+0000 mon.a (mon.0) 3274 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:43:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:51 smithi079 bash[28699]: cluster 2023-12-08T01:43:50.338512+0000 mgr.a (mgr.14403) 20441 : cluster 0 pgmap v15264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:51 smithi194 bash[32038]: cluster 2023-12-08T01:43:50.338512+0000 mgr.a (mgr.14403) 20441 : cluster 0 pgmap v15264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:51 smithi135 bash[32435]: cluster 2023-12-08T01:43:50.338512+0000 mgr.a (mgr.14403) 20441 : cluster 0 pgmap v15264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:53 smithi079 bash[28699]: cluster 2023-12-08T01:43:52.339264+0000 mgr.a (mgr.14403) 20442 : cluster 0 pgmap v15265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:53 smithi194 bash[32038]: cluster 2023-12-08T01:43:52.339264+0000 mgr.a (mgr.14403) 20442 : cluster 0 pgmap v15265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:53 smithi135 bash[32435]: cluster 2023-12-08T01:43:52.339264+0000 mgr.a (mgr.14403) 20442 : cluster 0 pgmap v15265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:54.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:43:54.359 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:43:54.359 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:43:55.244 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:43:55.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:43:55.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:43:55.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:43:55.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:43:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:55 smithi079 bash[28699]: cluster 2023-12-08T01:43:54.340222+0000 mgr.a (mgr.14403) 20443 : cluster 0 pgmap v15266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:55 smithi079 bash[28699]: audit 2023-12-08T01:43:54.755807+0000 mgr.a (mgr.14403) 20444 : audit 0 from='client.405138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:55 smithi194 bash[32038]: cluster 2023-12-08T01:43:54.340222+0000 mgr.a (mgr.14403) 20443 : cluster 0 pgmap v15266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:55 smithi194 bash[32038]: audit 2023-12-08T01:43:54.755807+0000 mgr.a (mgr.14403) 20444 : audit 0 from='client.405138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:55 smithi135 bash[32435]: cluster 2023-12-08T01:43:54.340222+0000 mgr.a (mgr.14403) 20443 : cluster 0 pgmap v15266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:43:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:55 smithi135 bash[32435]: audit 2023-12-08T01:43:54.755807+0000 mgr.a (mgr.14403) 20444 : audit 0 from='client.405138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:43:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:57 smithi079 bash[28699]: cluster 2023-12-08T01:43:56.340888+0000 mgr.a (mgr.14403) 20445 : cluster 0 pgmap v15267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:57 smithi194 bash[32038]: cluster 2023-12-08T01:43:56.340888+0000 mgr.a (mgr.14403) 20445 : cluster 0 pgmap v15267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:43:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:57 smithi135 bash[32435]: cluster 2023-12-08T01:43:56.340888+0000 mgr.a (mgr.14403) 20445 : cluster 0 pgmap v15267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:43:59 smithi079 bash[28699]: cluster 2023-12-08T01:43:58.341459+0000 mgr.a (mgr.14403) 20446 : cluster 0 pgmap v15268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:43:59 smithi194 bash[32038]: cluster 2023-12-08T01:43:58.341459+0000 mgr.a (mgr.14403) 20446 : cluster 0 pgmap v15268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:43:59 smithi135 bash[32435]: cluster 2023-12-08T01:43:58.341459+0000 mgr.a (mgr.14403) 20446 : cluster 0 pgmap v15268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:00.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:44:00.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:00.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:01.124 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:44:01.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:01.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:01.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:01.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:44:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:01 smithi194 bash[32038]: cluster 2023-12-08T01:44:00.342254+0000 mgr.a (mgr.14403) 20447 : cluster 0 pgmap v15269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:01 smithi194 bash[32038]: audit 2023-12-08T01:44:00.644601+0000 mgr.a (mgr.14403) 20448 : audit 0 from='client.405213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:01 smithi135 bash[32435]: cluster 2023-12-08T01:44:00.342254+0000 mgr.a (mgr.14403) 20447 : cluster 0 pgmap v15269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:01 smithi135 bash[32435]: audit 2023-12-08T01:44:00.644601+0000 mgr.a (mgr.14403) 20448 : audit 0 from='client.405213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:01 smithi079 bash[28699]: cluster 2023-12-08T01:44:00.342254+0000 mgr.a (mgr.14403) 20447 : cluster 0 pgmap v15269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:01 smithi079 bash[28699]: audit 2023-12-08T01:44:00.644601+0000 mgr.a (mgr.14403) 20448 : audit 0 from='client.405213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:03 smithi194 bash[32038]: cluster 2023-12-08T01:44:02.342883+0000 mgr.a (mgr.14403) 20449 : cluster 0 pgmap v15270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:03 smithi135 bash[32435]: cluster 2023-12-08T01:44:02.342883+0000 mgr.a (mgr.14403) 20449 : cluster 0 pgmap v15270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:03 smithi079 bash[28699]: cluster 2023-12-08T01:44:02.342883+0000 mgr.a (mgr.14403) 20449 : cluster 0 pgmap v15270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:06.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:44:06.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:06.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:05 smithi194 bash[32038]: cluster 2023-12-08T01:44:04.343647+0000 mgr.a (mgr.14403) 20450 : cluster 0 pgmap v15271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:05 smithi135 bash[32435]: cluster 2023-12-08T01:44:04.343647+0000 mgr.a (mgr.14403) 20450 : cluster 0 pgmap v15271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:05 smithi079 bash[28699]: cluster 2023-12-08T01:44:04.343647+0000 mgr.a (mgr.14403) 20450 : cluster 0 pgmap v15271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:07.055 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:44:07.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:07.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:07.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:07.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:44:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:07 smithi194 bash[32038]: cluster 2023-12-08T01:44:06.344188+0000 mgr.a (mgr.14403) 20451 : cluster 0 pgmap v15272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:07 smithi194 bash[32038]: audit 2023-12-08T01:44:06.538213+0000 mgr.a (mgr.14403) 20452 : audit 0 from='client.405291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:07 smithi135 bash[32435]: cluster 2023-12-08T01:44:06.344188+0000 mgr.a (mgr.14403) 20451 : cluster 0 pgmap v15272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:07 smithi135 bash[32435]: audit 2023-12-08T01:44:06.538213+0000 mgr.a (mgr.14403) 20452 : audit 0 from='client.405291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:07 smithi079 bash[28699]: cluster 2023-12-08T01:44:06.344188+0000 mgr.a (mgr.14403) 20451 : cluster 0 pgmap v15272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:07 smithi079 bash[28699]: audit 2023-12-08T01:44:06.538213+0000 mgr.a (mgr.14403) 20452 : audit 0 from='client.405291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:09 smithi194 bash[32038]: cluster 2023-12-08T01:44:08.344840+0000 mgr.a (mgr.14403) 20453 : cluster 0 pgmap v15273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:09 smithi135 bash[32435]: cluster 2023-12-08T01:44:08.344840+0000 mgr.a (mgr.14403) 20453 : cluster 0 pgmap v15273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:09 smithi079 bash[28699]: cluster 2023-12-08T01:44:08.344840+0000 mgr.a (mgr.14403) 20453 : cluster 0 pgmap v15273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:12.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:44:12.058 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:12.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:11 smithi194 bash[32038]: cluster 2023-12-08T01:44:10.345679+0000 mgr.a (mgr.14403) 20454 : cluster 0 pgmap v15274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:11 smithi135 bash[32435]: cluster 2023-12-08T01:44:10.345679+0000 mgr.a (mgr.14403) 20454 : cluster 0 pgmap v15274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:11 smithi079 bash[28699]: cluster 2023-12-08T01:44:10.345679+0000 mgr.a (mgr.14403) 20454 : cluster 0 pgmap v15274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:12.957 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:44:12.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:12.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:12.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:12.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:44:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:13 smithi194 bash[32038]: cluster 2023-12-08T01:44:12.346250+0000 mgr.a (mgr.14403) 20455 : cluster 0 pgmap v15275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:13 smithi194 bash[32038]: audit 2023-12-08T01:44:12.463568+0000 mgr.a (mgr.14403) 20456 : audit 0 from='client.405369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:13 smithi135 bash[32435]: cluster 2023-12-08T01:44:12.346250+0000 mgr.a (mgr.14403) 20455 : cluster 0 pgmap v15275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:13 smithi135 bash[32435]: audit 2023-12-08T01:44:12.463568+0000 mgr.a (mgr.14403) 20456 : audit 0 from='client.405369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:13 smithi079 bash[28699]: cluster 2023-12-08T01:44:12.346250+0000 mgr.a (mgr.14403) 20455 : cluster 0 pgmap v15275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:13 smithi079 bash[28699]: audit 2023-12-08T01:44:12.463568+0000 mgr.a (mgr.14403) 20456 : audit 0 from='client.405369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:15 smithi194 bash[32038]: cluster 2023-12-08T01:44:14.347273+0000 mgr.a (mgr.14403) 20457 : cluster 0 pgmap v15276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:15 smithi135 bash[32435]: cluster 2023-12-08T01:44:14.347273+0000 mgr.a (mgr.14403) 20457 : cluster 0 pgmap v15276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:15 smithi079 bash[28699]: cluster 2023-12-08T01:44:14.347273+0000 mgr.a (mgr.14403) 20457 : cluster 0 pgmap v15276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:17.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:44:17.961 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:17.961 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:17 smithi194 bash[32038]: cluster 2023-12-08T01:44:16.347995+0000 mgr.a (mgr.14403) 20458 : cluster 0 pgmap v15277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:17 smithi135 bash[32435]: cluster 2023-12-08T01:44:16.347995+0000 mgr.a (mgr.14403) 20458 : cluster 0 pgmap v15277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:17 smithi079 bash[28699]: cluster 2023-12-08T01:44:16.347995+0000 mgr.a (mgr.14403) 20458 : cluster 0 pgmap v15277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:18.867 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:44:18.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:18.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:18.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:18.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:44:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:19 smithi194 bash[32038]: cluster 2023-12-08T01:44:18.348690+0000 mgr.a (mgr.14403) 20459 : cluster 0 pgmap v15278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:19 smithi194 bash[32038]: audit 2023-12-08T01:44:18.356133+0000 mgr.a (mgr.14403) 20460 : audit 0 from='client.405447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:19 smithi135 bash[32435]: cluster 2023-12-08T01:44:18.348690+0000 mgr.a (mgr.14403) 20459 : cluster 0 pgmap v15278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:19 smithi135 bash[32435]: audit 2023-12-08T01:44:18.356133+0000 mgr.a (mgr.14403) 20460 : audit 0 from='client.405447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:19 smithi079 bash[28699]: cluster 2023-12-08T01:44:18.348690+0000 mgr.a (mgr.14403) 20459 : cluster 0 pgmap v15278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:19 smithi079 bash[28699]: audit 2023-12-08T01:44:18.356133+0000 mgr.a (mgr.14403) 20460 : audit 0 from='client.405447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:21 smithi194 bash[32038]: cluster 2023-12-08T01:44:20.349707+0000 mgr.a (mgr.14403) 20461 : cluster 0 pgmap v15279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:44:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:21 smithi135 bash[32435]: cluster 2023-12-08T01:44:20.349707+0000 mgr.a (mgr.14403) 20461 : cluster 0 pgmap v15279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:44:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:21 smithi079 bash[28699]: cluster 2023-12-08T01:44:20.349707+0000 mgr.a (mgr.14403) 20461 : cluster 0 pgmap v15279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:44:23.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:44:23.869 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:23.869 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:23 smithi194 bash[32038]: cluster 2023-12-08T01:44:22.350288+0000 mgr.a (mgr.14403) 20462 : cluster 0 pgmap v15280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:44:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:23 smithi135 bash[32435]: cluster 2023-12-08T01:44:22.350288+0000 mgr.a (mgr.14403) 20462 : cluster 0 pgmap v15280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:44:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:23 smithi079 bash[28699]: cluster 2023-12-08T01:44:22.350288+0000 mgr.a (mgr.14403) 20462 : cluster 0 pgmap v15280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:44:24.794 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:44:24.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:24.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:24.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:24.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:44:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:25 smithi194 bash[32038]: audit 2023-12-08T01:44:24.274635+0000 mgr.a (mgr.14403) 20463 : audit 0 from='client.405522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:25 smithi194 bash[32038]: cluster 2023-12-08T01:44:24.351535+0000 mgr.a (mgr.14403) 20464 : cluster 0 pgmap v15281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:25 smithi135 bash[32435]: audit 2023-12-08T01:44:24.274635+0000 mgr.a (mgr.14403) 20463 : audit 0 from='client.405522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:25 smithi135 bash[32435]: cluster 2023-12-08T01:44:24.351535+0000 mgr.a (mgr.14403) 20464 : cluster 0 pgmap v15281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:25 smithi079 bash[28699]: audit 2023-12-08T01:44:24.274635+0000 mgr.a (mgr.14403) 20463 : audit 0 from='client.405522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:25 smithi079 bash[28699]: cluster 2023-12-08T01:44:24.351535+0000 mgr.a (mgr.14403) 20464 : cluster 0 pgmap v15281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:27 smithi194 bash[32038]: cluster 2023-12-08T01:44:26.352197+0000 mgr.a (mgr.14403) 20465 : cluster 0 pgmap v15282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:27 smithi135 bash[32435]: cluster 2023-12-08T01:44:26.352197+0000 mgr.a (mgr.14403) 20465 : cluster 0 pgmap v15282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:27 smithi079 bash[28699]: cluster 2023-12-08T01:44:26.352197+0000 mgr.a (mgr.14403) 20465 : cluster 0 pgmap v15282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:29.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:44:29.797 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:29.798 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:29 smithi135 bash[32435]: cluster 2023-12-08T01:44:28.352763+0000 mgr.a (mgr.14403) 20466 : cluster 0 pgmap v15283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:29 smithi079 bash[28699]: cluster 2023-12-08T01:44:28.352763+0000 mgr.a (mgr.14403) 20466 : cluster 0 pgmap v15283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:29 smithi194 bash[32038]: cluster 2023-12-08T01:44:28.352763+0000 mgr.a (mgr.14403) 20466 : cluster 0 pgmap v15283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:30.722 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:44:30.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:30.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:30.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:30.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:44:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:31 smithi079 bash[28699]: audit 2023-12-08T01:44:30.211341+0000 mgr.a (mgr.14403) 20467 : audit 0 from='client.405597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:31 smithi079 bash[28699]: cluster 2023-12-08T01:44:30.354286+0000 mgr.a (mgr.14403) 20468 : cluster 0 pgmap v15284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:31 smithi194 bash[32038]: audit 2023-12-08T01:44:30.211341+0000 mgr.a (mgr.14403) 20467 : audit 0 from='client.405597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:31 smithi194 bash[32038]: cluster 2023-12-08T01:44:30.354286+0000 mgr.a (mgr.14403) 20468 : cluster 0 pgmap v15284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:31 smithi135 bash[32435]: audit 2023-12-08T01:44:30.211341+0000 mgr.a (mgr.14403) 20467 : audit 0 from='client.405597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:31 smithi135 bash[32435]: cluster 2023-12-08T01:44:30.354286+0000 mgr.a (mgr.14403) 20468 : cluster 0 pgmap v15284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:33 smithi079 bash[28699]: cluster 2023-12-08T01:44:32.354986+0000 mgr.a (mgr.14403) 20469 : cluster 0 pgmap v15285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:44:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:33 smithi194 bash[32038]: cluster 2023-12-08T01:44:32.354986+0000 mgr.a (mgr.14403) 20469 : cluster 0 pgmap v15285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:44:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:33 smithi135 bash[32435]: cluster 2023-12-08T01:44:32.354986+0000 mgr.a (mgr.14403) 20469 : cluster 0 pgmap v15285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:44:35.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:44:35.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:35.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:35 smithi079 bash[28699]: cluster 2023-12-08T01:44:34.355768+0000 mgr.a (mgr.14403) 20470 : cluster 0 pgmap v15286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:44:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:35 smithi194 bash[32038]: cluster 2023-12-08T01:44:34.355768+0000 mgr.a (mgr.14403) 20470 : cluster 0 pgmap v15286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:44:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:35 smithi135 bash[32435]: cluster 2023-12-08T01:44:34.355768+0000 mgr.a (mgr.14403) 20470 : cluster 0 pgmap v15286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:44:36.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:36.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:36.639 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:44:36.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:36.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:44:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:37 smithi079 bash[28699]: audit 2023-12-08T01:44:36.131648+0000 mgr.a (mgr.14403) 20471 : audit 0 from='client.405669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:37 smithi079 bash[28699]: cluster 2023-12-08T01:44:36.356181+0000 mgr.a (mgr.14403) 20472 : cluster 0 pgmap v15287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:37 smithi194 bash[32038]: audit 2023-12-08T01:44:36.131648+0000 mgr.a (mgr.14403) 20471 : audit 0 from='client.405669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:37 smithi194 bash[32038]: cluster 2023-12-08T01:44:36.356181+0000 mgr.a (mgr.14403) 20472 : cluster 0 pgmap v15287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:37 smithi135 bash[32435]: audit 2023-12-08T01:44:36.131648+0000 mgr.a (mgr.14403) 20471 : audit 0 from='client.405669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:37 smithi135 bash[32435]: cluster 2023-12-08T01:44:36.356181+0000 mgr.a (mgr.14403) 20472 : cluster 0 pgmap v15287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:39 smithi079 bash[28699]: cluster 2023-12-08T01:44:38.356781+0000 mgr.a (mgr.14403) 20473 : cluster 0 pgmap v15288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:39 smithi194 bash[32038]: cluster 2023-12-08T01:44:38.356781+0000 mgr.a (mgr.14403) 20473 : cluster 0 pgmap v15288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:39 smithi135 bash[32435]: cluster 2023-12-08T01:44:38.356781+0000 mgr.a (mgr.14403) 20473 : cluster 0 pgmap v15288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:41.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:44:41.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:41.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:41 smithi079 bash[28699]: cluster 2023-12-08T01:44:40.357529+0000 mgr.a (mgr.14403) 20474 : cluster 0 pgmap v15289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:41 smithi194 bash[32038]: cluster 2023-12-08T01:44:40.357529+0000 mgr.a (mgr.14403) 20474 : cluster 0 pgmap v15289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:41 smithi135 bash[32435]: cluster 2023-12-08T01:44:40.357529+0000 mgr.a (mgr.14403) 20474 : cluster 0 pgmap v15289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:42.548 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:44:42.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:42.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:42.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:42.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:44:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:43 smithi079 bash[28699]: audit 2023-12-08T01:44:42.046198+0000 mgr.a (mgr.14403) 20475 : audit 0 from='client.405747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:43 smithi079 bash[28699]: cluster 2023-12-08T01:44:42.358356+0000 mgr.a (mgr.14403) 20476 : cluster 0 pgmap v15290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:43 smithi194 bash[32038]: audit 2023-12-08T01:44:42.046198+0000 mgr.a (mgr.14403) 20475 : audit 0 from='client.405747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:43 smithi194 bash[32038]: cluster 2023-12-08T01:44:42.358356+0000 mgr.a (mgr.14403) 20476 : cluster 0 pgmap v15290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:43 smithi135 bash[32435]: audit 2023-12-08T01:44:42.046198+0000 mgr.a (mgr.14403) 20475 : audit 0 from='client.405747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:43 smithi135 bash[32435]: cluster 2023-12-08T01:44:42.358356+0000 mgr.a (mgr.14403) 20476 : cluster 0 pgmap v15290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:45 smithi079 bash[28699]: cluster 2023-12-08T01:44:44.359277+0000 mgr.a (mgr.14403) 20477 : cluster 0 pgmap v15291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:45 smithi194 bash[32038]: cluster 2023-12-08T01:44:44.359277+0000 mgr.a (mgr.14403) 20477 : cluster 0 pgmap v15291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:45 smithi135 bash[32435]: cluster 2023-12-08T01:44:44.359277+0000 mgr.a (mgr.14403) 20477 : cluster 0 pgmap v15291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:47.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:44:47.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:47.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:48.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:47 smithi079 bash[28699]: cluster 2023-12-08T01:44:46.359763+0000 mgr.a (mgr.14403) 20478 : cluster 0 pgmap v15292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:48.438 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:44:48.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:48.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:48.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:48.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:44:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:47 smithi194 bash[32038]: cluster 2023-12-08T01:44:46.359763+0000 mgr.a (mgr.14403) 20478 : cluster 0 pgmap v15292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:47 smithi135 bash[32435]: cluster 2023-12-08T01:44:46.359763+0000 mgr.a (mgr.14403) 20478 : cluster 0 pgmap v15292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:49.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:49 smithi079 bash[28699]: audit 2023-12-08T01:44:47.949154+0000 mgr.a (mgr.14403) 20479 : audit 0 from='client.405822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:49 smithi194 bash[32038]: audit 2023-12-08T01:44:47.949154+0000 mgr.a (mgr.14403) 20479 : audit 0 from='client.405822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:49.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:49 smithi135 bash[32435]: audit 2023-12-08T01:44:47.949154+0000 mgr.a (mgr.14403) 20479 : audit 0 from='client.405822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:50 smithi079 bash[28699]: cluster 2023-12-08T01:44:48.360452+0000 mgr.a (mgr.14403) 20480 : cluster 0 pgmap v15293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:50.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:50 smithi194 bash[32038]: cluster 2023-12-08T01:44:48.360452+0000 mgr.a (mgr.14403) 20480 : cluster 0 pgmap v15293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:50 smithi135 bash[32435]: cluster 2023-12-08T01:44:48.360452+0000 mgr.a (mgr.14403) 20480 : cluster 0 pgmap v15293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:51 smithi079 bash[28699]: audit 2023-12-08T01:44:50.250139+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:44:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:51 smithi079 bash[28699]: cluster 2023-12-08T01:44:50.361297+0000 mgr.a (mgr.14403) 20481 : cluster 0 pgmap v15294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:51 smithi079 bash[28699]: audit 2023-12-08T01:44:50.984904+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:44:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:51 smithi079 bash[28699]: audit 2023-12-08T01:44:50.986854+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:44:51.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:51 smithi079 bash[28699]: audit 2023-12-08T01:44:50.995851+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:44:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:51 smithi194 bash[32038]: audit 2023-12-08T01:44:50.250139+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:44:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:51 smithi194 bash[32038]: cluster 2023-12-08T01:44:50.361297+0000 mgr.a (mgr.14403) 20481 : cluster 0 pgmap v15294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:51 smithi194 bash[32038]: audit 2023-12-08T01:44:50.984904+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:44:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:51 smithi194 bash[32038]: audit 2023-12-08T01:44:50.986854+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:44:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:51 smithi194 bash[32038]: audit 2023-12-08T01:44:50.995851+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:44:51.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:51 smithi135 bash[32435]: audit 2023-12-08T01:44:50.250139+0000 mon.a (mon.0) 3275 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:44:51.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:51 smithi135 bash[32435]: cluster 2023-12-08T01:44:50.361297+0000 mgr.a (mgr.14403) 20481 : cluster 0 pgmap v15294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:44:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:51 smithi135 bash[32435]: audit 2023-12-08T01:44:50.984904+0000 mon.a (mon.0) 3276 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:44:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:51 smithi135 bash[32435]: audit 2023-12-08T01:44:50.986854+0000 mon.a (mon.0) 3277 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:44:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:51 smithi135 bash[32435]: audit 2023-12-08T01:44:50.995851+0000 mon.a (mon.0) 3278 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:44:53.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:44:53.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:53.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:44:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:53 smithi194 bash[32038]: cluster 2023-12-08T01:44:52.361824+0000 mgr.a (mgr.14403) 20482 : cluster 0 pgmap v15295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:53 smithi135 bash[32435]: cluster 2023-12-08T01:44:52.361824+0000 mgr.a (mgr.14403) 20482 : cluster 0 pgmap v15295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:53 smithi079 bash[28699]: cluster 2023-12-08T01:44:52.361824+0000 mgr.a (mgr.14403) 20482 : cluster 0 pgmap v15295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:54.348 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:44:54.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:44:54.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:44:54.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:44:54.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:44:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:54 smithi079 bash[28699]: audit 2023-12-08T01:44:53.845798+0000 mgr.a (mgr.14403) 20483 : audit 0 from='client.405894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:55.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:54 smithi194 bash[32038]: audit 2023-12-08T01:44:53.845798+0000 mgr.a (mgr.14403) 20483 : audit 0 from='client.405894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:54 smithi135 bash[32435]: audit 2023-12-08T01:44:53.845798+0000 mgr.a (mgr.14403) 20483 : audit 0 from='client.405894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:44:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:55 smithi079 bash[28699]: cluster 2023-12-08T01:44:54.362736+0000 mgr.a (mgr.14403) 20484 : cluster 0 pgmap v15296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:55 smithi194 bash[32038]: cluster 2023-12-08T01:44:54.362736+0000 mgr.a (mgr.14403) 20484 : cluster 0 pgmap v15296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:55 smithi135 bash[32435]: cluster 2023-12-08T01:44:54.362736+0000 mgr.a (mgr.14403) 20484 : cluster 0 pgmap v15296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:44:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:57 smithi079 bash[28699]: cluster 2023-12-08T01:44:56.363269+0000 mgr.a (mgr.14403) 20485 : cluster 0 pgmap v15297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:57 smithi194 bash[32038]: cluster 2023-12-08T01:44:56.363269+0000 mgr.a (mgr.14403) 20485 : cluster 0 pgmap v15297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:57 smithi135 bash[32435]: cluster 2023-12-08T01:44:56.363269+0000 mgr.a (mgr.14403) 20485 : cluster 0 pgmap v15297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:44:59.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:44:59.352 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:44:59.352 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:44:59 smithi079 bash[28699]: cluster 2023-12-08T01:44:58.363931+0000 mgr.a (mgr.14403) 20486 : cluster 0 pgmap v15298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:44:59 smithi194 bash[32038]: cluster 2023-12-08T01:44:58.363931+0000 mgr.a (mgr.14403) 20486 : cluster 0 pgmap v15298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:44:59 smithi135 bash[32435]: cluster 2023-12-08T01:44:58.363931+0000 mgr.a (mgr.14403) 20486 : cluster 0 pgmap v15298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:00.282 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:45:00.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:00.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:00.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:00.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:45:01.091 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:00 smithi194 bash[32038]: audit 2023-12-08T01:44:59.758918+0000 mgr.a (mgr.14403) 20487 : audit 0 from='client.405969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:00 smithi079 bash[28699]: audit 2023-12-08T01:44:59.758918+0000 mgr.a (mgr.14403) 20487 : audit 0 from='client.405969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:00 smithi135 bash[32435]: audit 2023-12-08T01:44:59.758918+0000 mgr.a (mgr.14403) 20487 : audit 0 from='client.405969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:01 smithi135 bash[32435]: cluster 2023-12-08T01:45:00.365220+0000 mgr.a (mgr.14403) 20488 : cluster 0 pgmap v15299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:01 smithi079 bash[28699]: cluster 2023-12-08T01:45:00.365220+0000 mgr.a (mgr.14403) 20488 : cluster 0 pgmap v15299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:01 smithi194 bash[32038]: cluster 2023-12-08T01:45:00.365220+0000 mgr.a (mgr.14403) 20488 : cluster 0 pgmap v15299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:03 smithi079 bash[28699]: cluster 2023-12-08T01:45:02.365827+0000 mgr.a (mgr.14403) 20489 : cluster 0 pgmap v15300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:03 smithi194 bash[32038]: cluster 2023-12-08T01:45:02.365827+0000 mgr.a (mgr.14403) 20489 : cluster 0 pgmap v15300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:03 smithi135 bash[32435]: cluster 2023-12-08T01:45:02.365827+0000 mgr.a (mgr.14403) 20489 : cluster 0 pgmap v15300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:05.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:45:05.286 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:05.287 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:05 smithi079 bash[28699]: cluster 2023-12-08T01:45:04.366607+0000 mgr.a (mgr.14403) 20490 : cluster 0 pgmap v15301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:05 smithi194 bash[32038]: cluster 2023-12-08T01:45:04.366607+0000 mgr.a (mgr.14403) 20490 : cluster 0 pgmap v15301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:05 smithi135 bash[32435]: cluster 2023-12-08T01:45:04.366607+0000 mgr.a (mgr.14403) 20490 : cluster 0 pgmap v15301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:06.234 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:45:06.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:06.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:06.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:06.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:45:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:06 smithi079 bash[28699]: audit 2023-12-08T01:45:05.694341+0000 mgr.a (mgr.14403) 20491 : audit 0 from='client.406044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:07.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:06 smithi194 bash[32038]: audit 2023-12-08T01:45:05.694341+0000 mgr.a (mgr.14403) 20491 : audit 0 from='client.406044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:07.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:06 smithi135 bash[32435]: audit 2023-12-08T01:45:05.694341+0000 mgr.a (mgr.14403) 20491 : audit 0 from='client.406044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:07 smithi079 bash[28699]: cluster 2023-12-08T01:45:06.367365+0000 mgr.a (mgr.14403) 20492 : cluster 0 pgmap v15302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:07 smithi194 bash[32038]: cluster 2023-12-08T01:45:06.367365+0000 mgr.a (mgr.14403) 20492 : cluster 0 pgmap v15302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:07 smithi135 bash[32435]: cluster 2023-12-08T01:45:06.367365+0000 mgr.a (mgr.14403) 20492 : cluster 0 pgmap v15302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:09 smithi079 bash[28699]: cluster 2023-12-08T01:45:08.368132+0000 mgr.a (mgr.14403) 20493 : cluster 0 pgmap v15303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:09 smithi194 bash[32038]: cluster 2023-12-08T01:45:08.368132+0000 mgr.a (mgr.14403) 20493 : cluster 0 pgmap v15303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:09 smithi135 bash[32435]: cluster 2023-12-08T01:45:08.368132+0000 mgr.a (mgr.14403) 20493 : cluster 0 pgmap v15303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:11.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:45:11.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:11.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:11 smithi079 bash[28699]: cluster 2023-12-08T01:45:10.369136+0000 mgr.a (mgr.14403) 20494 : cluster 0 pgmap v15304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:12.160 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:45:12.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:12.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:12.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:12.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:45:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:11 smithi194 bash[32038]: cluster 2023-12-08T01:45:10.369136+0000 mgr.a (mgr.14403) 20494 : cluster 0 pgmap v15304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:11 smithi135 bash[32435]: cluster 2023-12-08T01:45:10.369136+0000 mgr.a (mgr.14403) 20494 : cluster 0 pgmap v15304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:12 smithi079 bash[28699]: audit 2023-12-08T01:45:11.638511+0000 mgr.a (mgr.14403) 20495 : audit 0 from='client.406119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:13.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:12 smithi194 bash[32038]: audit 2023-12-08T01:45:11.638511+0000 mgr.a (mgr.14403) 20495 : audit 0 from='client.406119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:12 smithi135 bash[32435]: audit 2023-12-08T01:45:11.638511+0000 mgr.a (mgr.14403) 20495 : audit 0 from='client.406119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:13 smithi194 bash[32038]: cluster 2023-12-08T01:45:12.370064+0000 mgr.a (mgr.14403) 20496 : cluster 0 pgmap v15305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:13 smithi135 bash[32435]: cluster 2023-12-08T01:45:12.370064+0000 mgr.a (mgr.14403) 20496 : cluster 0 pgmap v15305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:13 smithi079 bash[28699]: cluster 2023-12-08T01:45:12.370064+0000 mgr.a (mgr.14403) 20496 : cluster 0 pgmap v15305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:15 smithi194 bash[32038]: cluster 2023-12-08T01:45:14.370960+0000 mgr.a (mgr.14403) 20497 : cluster 0 pgmap v15306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:15 smithi135 bash[32435]: cluster 2023-12-08T01:45:14.370960+0000 mgr.a (mgr.14403) 20497 : cluster 0 pgmap v15306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:15 smithi079 bash[28699]: cluster 2023-12-08T01:45:14.370960+0000 mgr.a (mgr.14403) 20497 : cluster 0 pgmap v15306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:17.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:45:17.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:17.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:18.074 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:45:18.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:18.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:18.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:18.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:45:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:17 smithi194 bash[32038]: cluster 2023-12-08T01:45:16.371706+0000 mgr.a (mgr.14403) 20498 : cluster 0 pgmap v15307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:17 smithi135 bash[32435]: cluster 2023-12-08T01:45:16.371706+0000 mgr.a (mgr.14403) 20498 : cluster 0 pgmap v15307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:17 smithi079 bash[28699]: cluster 2023-12-08T01:45:16.371706+0000 mgr.a (mgr.14403) 20498 : cluster 0 pgmap v15307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:19.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:18 smithi194 bash[32038]: audit 2023-12-08T01:45:17.565199+0000 mgr.a (mgr.14403) 20499 : audit 0 from='client.406197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:19.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:18 smithi135 bash[32435]: audit 2023-12-08T01:45:17.565199+0000 mgr.a (mgr.14403) 20499 : audit 0 from='client.406197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:19.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:18 smithi079 bash[28699]: audit 2023-12-08T01:45:17.565199+0000 mgr.a (mgr.14403) 20499 : audit 0 from='client.406197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:19 smithi194 bash[32038]: cluster 2023-12-08T01:45:18.372560+0000 mgr.a (mgr.14403) 20500 : cluster 0 pgmap v15308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:19 smithi135 bash[32435]: cluster 2023-12-08T01:45:18.372560+0000 mgr.a (mgr.14403) 20500 : cluster 0 pgmap v15308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:19 smithi079 bash[28699]: cluster 2023-12-08T01:45:18.372560+0000 mgr.a (mgr.14403) 20500 : cluster 0 pgmap v15308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:21 smithi194 bash[32038]: cluster 2023-12-08T01:45:20.373598+0000 mgr.a (mgr.14403) 20501 : cluster 0 pgmap v15309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:21 smithi135 bash[32435]: cluster 2023-12-08T01:45:20.373598+0000 mgr.a (mgr.14403) 20501 : cluster 0 pgmap v15309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:21 smithi079 bash[28699]: cluster 2023-12-08T01:45:20.373598+0000 mgr.a (mgr.14403) 20501 : cluster 0 pgmap v15309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:23.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:45:23.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:23.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:24.014 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:45:24.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:24.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:24.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:24.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:45:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:23 smithi194 bash[32038]: cluster 2023-12-08T01:45:22.374243+0000 mgr.a (mgr.14403) 20502 : cluster 0 pgmap v15310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:23 smithi135 bash[32435]: cluster 2023-12-08T01:45:22.374243+0000 mgr.a (mgr.14403) 20502 : cluster 0 pgmap v15310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:23 smithi079 bash[28699]: cluster 2023-12-08T01:45:22.374243+0000 mgr.a (mgr.14403) 20502 : cluster 0 pgmap v15310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:24 smithi194 bash[32038]: audit 2023-12-08T01:45:23.487263+0000 mgr.a (mgr.14403) 20503 : audit 0 from='client.406272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:25.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:24 smithi135 bash[32435]: audit 2023-12-08T01:45:23.487263+0000 mgr.a (mgr.14403) 20503 : audit 0 from='client.406272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:25.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:24 smithi079 bash[28699]: audit 2023-12-08T01:45:23.487263+0000 mgr.a (mgr.14403) 20503 : audit 0 from='client.406272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:25 smithi194 bash[32038]: cluster 2023-12-08T01:45:24.375283+0000 mgr.a (mgr.14403) 20504 : cluster 0 pgmap v15311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:25 smithi135 bash[32435]: cluster 2023-12-08T01:45:24.375283+0000 mgr.a (mgr.14403) 20504 : cluster 0 pgmap v15311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:25 smithi079 bash[28699]: cluster 2023-12-08T01:45:24.375283+0000 mgr.a (mgr.14403) 20504 : cluster 0 pgmap v15311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:27 smithi194 bash[32038]: cluster 2023-12-08T01:45:26.375813+0000 mgr.a (mgr.14403) 20505 : cluster 0 pgmap v15312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:27 smithi135 bash[32435]: cluster 2023-12-08T01:45:26.375813+0000 mgr.a (mgr.14403) 20505 : cluster 0 pgmap v15312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:27 smithi079 bash[28699]: cluster 2023-12-08T01:45:26.375813+0000 mgr.a (mgr.14403) 20505 : cluster 0 pgmap v15312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:29.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:45:29.018 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:29.018 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:29.909 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:45:29.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:29.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:29.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:29.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:45:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:29 smithi194 bash[32038]: cluster 2023-12-08T01:45:28.376410+0000 mgr.a (mgr.14403) 20506 : cluster 0 pgmap v15313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:29 smithi135 bash[32435]: cluster 2023-12-08T01:45:28.376410+0000 mgr.a (mgr.14403) 20506 : cluster 0 pgmap v15313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:29 smithi079 bash[28699]: cluster 2023-12-08T01:45:28.376410+0000 mgr.a (mgr.14403) 20506 : cluster 0 pgmap v15313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:31.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:30 smithi194 bash[32038]: audit 2023-12-08T01:45:29.424887+0000 mgr.a (mgr.14403) 20507 : audit 0 from='client.406350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:31.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:30 smithi135 bash[32435]: audit 2023-12-08T01:45:29.424887+0000 mgr.a (mgr.14403) 20507 : audit 0 from='client.406350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:31.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:30 smithi079 bash[28699]: audit 2023-12-08T01:45:29.424887+0000 mgr.a (mgr.14403) 20507 : audit 0 from='client.406350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:31 smithi194 bash[32038]: cluster 2023-12-08T01:45:30.377484+0000 mgr.a (mgr.14403) 20508 : cluster 0 pgmap v15314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:31 smithi135 bash[32435]: cluster 2023-12-08T01:45:30.377484+0000 mgr.a (mgr.14403) 20508 : cluster 0 pgmap v15314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:31 smithi079 bash[28699]: cluster 2023-12-08T01:45:30.377484+0000 mgr.a (mgr.14403) 20508 : cluster 0 pgmap v15314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:33 smithi135 bash[32435]: cluster 2023-12-08T01:45:32.378085+0000 mgr.a (mgr.14403) 20509 : cluster 0 pgmap v15315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:33 smithi079 bash[28699]: cluster 2023-12-08T01:45:32.378085+0000 mgr.a (mgr.14403) 20509 : cluster 0 pgmap v15315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:33 smithi194 bash[32038]: cluster 2023-12-08T01:45:32.378085+0000 mgr.a (mgr.14403) 20509 : cluster 0 pgmap v15315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:45:34.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:45:34.912 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:34.912 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:35.839 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:45:35.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:35.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:35.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:35.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:45:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:35 smithi079 bash[28699]: cluster 2023-12-08T01:45:34.378878+0000 mgr.a (mgr.14403) 20510 : cluster 0 pgmap v15316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:35 smithi194 bash[32038]: cluster 2023-12-08T01:45:34.378878+0000 mgr.a (mgr.14403) 20510 : cluster 0 pgmap v15316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:35 smithi135 bash[32435]: cluster 2023-12-08T01:45:34.378878+0000 mgr.a (mgr.14403) 20510 : cluster 0 pgmap v15316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:36 smithi079 bash[28699]: audit 2023-12-08T01:45:35.318145+0000 mgr.a (mgr.14403) 20511 : audit 0 from='client.406419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:36 smithi194 bash[32038]: audit 2023-12-08T01:45:35.318145+0000 mgr.a (mgr.14403) 20511 : audit 0 from='client.406419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:37.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:36 smithi135 bash[32435]: audit 2023-12-08T01:45:35.318145+0000 mgr.a (mgr.14403) 20511 : audit 0 from='client.406419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:37 smithi079 bash[28699]: cluster 2023-12-08T01:45:36.379604+0000 mgr.a (mgr.14403) 20512 : cluster 0 pgmap v15317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:37 smithi194 bash[32038]: cluster 2023-12-08T01:45:36.379604+0000 mgr.a (mgr.14403) 20512 : cluster 0 pgmap v15317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:37 smithi135 bash[32435]: cluster 2023-12-08T01:45:36.379604+0000 mgr.a (mgr.14403) 20512 : cluster 0 pgmap v15317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:39 smithi079 bash[28699]: cluster 2023-12-08T01:45:38.380191+0000 mgr.a (mgr.14403) 20513 : cluster 0 pgmap v15318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:39 smithi194 bash[32038]: cluster 2023-12-08T01:45:38.380191+0000 mgr.a (mgr.14403) 20513 : cluster 0 pgmap v15318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:39 smithi135 bash[32435]: cluster 2023-12-08T01:45:38.380191+0000 mgr.a (mgr.14403) 20513 : cluster 0 pgmap v15318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:40.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:45:40.843 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:40.843 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:41.755 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:45:41.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:41.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:41.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:41.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:45:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:41 smithi079 bash[28699]: cluster 2023-12-08T01:45:40.381009+0000 mgr.a (mgr.14403) 20514 : cluster 0 pgmap v15319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:41 smithi194 bash[32038]: cluster 2023-12-08T01:45:40.381009+0000 mgr.a (mgr.14403) 20514 : cluster 0 pgmap v15319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:41 smithi135 bash[32435]: cluster 2023-12-08T01:45:40.381009+0000 mgr.a (mgr.14403) 20514 : cluster 0 pgmap v15319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:42 smithi079 bash[28699]: audit 2023-12-08T01:45:41.247415+0000 mgr.a (mgr.14403) 20515 : audit 0 from='client.406494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:42 smithi194 bash[32038]: audit 2023-12-08T01:45:41.247415+0000 mgr.a (mgr.14403) 20515 : audit 0 from='client.406494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:42 smithi135 bash[32435]: audit 2023-12-08T01:45:41.247415+0000 mgr.a (mgr.14403) 20515 : audit 0 from='client.406494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:43 smithi079 bash[28699]: cluster 2023-12-08T01:45:42.381695+0000 mgr.a (mgr.14403) 20516 : cluster 0 pgmap v15320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:43 smithi194 bash[32038]: cluster 2023-12-08T01:45:42.381695+0000 mgr.a (mgr.14403) 20516 : cluster 0 pgmap v15320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:43 smithi135 bash[32435]: cluster 2023-12-08T01:45:42.381695+0000 mgr.a (mgr.14403) 20516 : cluster 0 pgmap v15320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:46 smithi079 bash[28699]: cluster 2023-12-08T01:45:44.382515+0000 mgr.a (mgr.14403) 20517 : cluster 0 pgmap v15321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:46 smithi194 bash[32038]: cluster 2023-12-08T01:45:44.382515+0000 mgr.a (mgr.14403) 20517 : cluster 0 pgmap v15321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:46 smithi135 bash[32435]: cluster 2023-12-08T01:45:44.382515+0000 mgr.a (mgr.14403) 20517 : cluster 0 pgmap v15321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:46.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:45:46.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:46.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:47.664 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:45:47.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:47.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:47.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:47.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:45:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:48 smithi079 bash[28699]: cluster 2023-12-08T01:45:46.383130+0000 mgr.a (mgr.14403) 20518 : cluster 0 pgmap v15322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:48 smithi194 bash[32038]: cluster 2023-12-08T01:45:46.383130+0000 mgr.a (mgr.14403) 20518 : cluster 0 pgmap v15322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:48 smithi135 bash[32435]: cluster 2023-12-08T01:45:46.383130+0000 mgr.a (mgr.14403) 20518 : cluster 0 pgmap v15322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:49.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:49 smithi079 bash[28699]: audit 2023-12-08T01:45:47.165381+0000 mgr.a (mgr.14403) 20519 : audit 0 from='client.406566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:49 smithi194 bash[32038]: audit 2023-12-08T01:45:47.165381+0000 mgr.a (mgr.14403) 20519 : audit 0 from='client.406566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:49.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:49 smithi135 bash[32435]: audit 2023-12-08T01:45:47.165381+0000 mgr.a (mgr.14403) 20519 : audit 0 from='client.406566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:50 smithi079 bash[28699]: cluster 2023-12-08T01:45:48.383809+0000 mgr.a (mgr.14403) 20520 : cluster 0 pgmap v15323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:50 smithi194 bash[32038]: cluster 2023-12-08T01:45:48.383809+0000 mgr.a (mgr.14403) 20520 : cluster 0 pgmap v15323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:50 smithi135 bash[32435]: cluster 2023-12-08T01:45:48.383809+0000 mgr.a (mgr.14403) 20520 : cluster 0 pgmap v15323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:51 smithi079 bash[28699]: cluster 2023-12-08T01:45:50.384678+0000 mgr.a (mgr.14403) 20521 : cluster 0 pgmap v15324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:51 smithi194 bash[32038]: cluster 2023-12-08T01:45:50.384678+0000 mgr.a (mgr.14403) 20521 : cluster 0 pgmap v15324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:51.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:51 smithi135 bash[32435]: cluster 2023-12-08T01:45:50.384678+0000 mgr.a (mgr.14403) 20521 : cluster 0 pgmap v15324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:45:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:52 smithi079 bash[28699]: audit 2023-12-08T01:45:51.098248+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:45:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:52 smithi194 bash[32038]: audit 2023-12-08T01:45:51.098248+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:45:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:52 smithi135 bash[32435]: audit 2023-12-08T01:45:51.098248+0000 mon.a (mon.0) 3279 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:45:52.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:45:52.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:52.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:53 smithi079 bash[28699]: cluster 2023-12-08T01:45:52.385288+0000 mgr.a (mgr.14403) 20522 : cluster 0 pgmap v15325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:53 smithi194 bash[32038]: cluster 2023-12-08T01:45:52.385288+0000 mgr.a (mgr.14403) 20522 : cluster 0 pgmap v15325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:53 smithi135 bash[32435]: cluster 2023-12-08T01:45:52.385288+0000 mgr.a (mgr.14403) 20522 : cluster 0 pgmap v15325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:45:53.607 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:45:53.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:53.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:53.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:53.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:45:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:54 smithi079 bash[28699]: audit 2023-12-08T01:45:53.077025+0000 mgr.a (mgr.14403) 20523 : audit 0 from='client.406641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:55.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:54 smithi194 bash[32038]: audit 2023-12-08T01:45:53.077025+0000 mgr.a (mgr.14403) 20523 : audit 0 from='client.406641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:54 smithi135 bash[32435]: audit 2023-12-08T01:45:53.077025+0000 mgr.a (mgr.14403) 20523 : audit 0 from='client.406641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:45:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:55 smithi079 bash[28699]: cluster 2023-12-08T01:45:54.386440+0000 mgr.a (mgr.14403) 20524 : cluster 0 pgmap v15326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:45:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:55 smithi194 bash[32038]: cluster 2023-12-08T01:45:54.386440+0000 mgr.a (mgr.14403) 20524 : cluster 0 pgmap v15326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:45:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:55 smithi135 bash[32435]: cluster 2023-12-08T01:45:54.386440+0000 mgr.a (mgr.14403) 20524 : cluster 0 pgmap v15326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:45:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:57 smithi194 bash[32038]: cluster 2023-12-08T01:45:56.387090+0000 mgr.a (mgr.14403) 20525 : cluster 0 pgmap v15327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:45:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:57 smithi194 bash[32038]: audit 2023-12-08T01:45:56.404581+0000 mon.a (mon.0) 3280 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:57 smithi194 bash[32038]: audit 2023-12-08T01:45:56.412774+0000 mon.a (mon.0) 3281 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:57 smithi194 bash[32038]: audit 2023-12-08T01:45:56.453050+0000 mon.a (mon.0) 3282 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:57 smithi194 bash[32038]: audit 2023-12-08T01:45:56.460160+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:57 smithi194 bash[32038]: audit 2023-12-08T01:45:56.506502+0000 mon.a (mon.0) 3284 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:57 smithi194 bash[32038]: audit 2023-12-08T01:45:56.514163+0000 mon.a (mon.0) 3285 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:57 smithi135 bash[32435]: cluster 2023-12-08T01:45:56.387090+0000 mgr.a (mgr.14403) 20525 : cluster 0 pgmap v15327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:45:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:57 smithi135 bash[32435]: audit 2023-12-08T01:45:56.404581+0000 mon.a (mon.0) 3280 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:57 smithi135 bash[32435]: audit 2023-12-08T01:45:56.412774+0000 mon.a (mon.0) 3281 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:57 smithi135 bash[32435]: audit 2023-12-08T01:45:56.453050+0000 mon.a (mon.0) 3282 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:57 smithi135 bash[32435]: audit 2023-12-08T01:45:56.460160+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:57 smithi135 bash[32435]: audit 2023-12-08T01:45:56.506502+0000 mon.a (mon.0) 3284 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:57 smithi135 bash[32435]: audit 2023-12-08T01:45:56.514163+0000 mon.a (mon.0) 3285 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:57 smithi079 bash[28699]: cluster 2023-12-08T01:45:56.387090+0000 mgr.a (mgr.14403) 20525 : cluster 0 pgmap v15327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:45:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:57 smithi079 bash[28699]: audit 2023-12-08T01:45:56.404581+0000 mon.a (mon.0) 3280 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:57 smithi079 bash[28699]: audit 2023-12-08T01:45:56.412774+0000 mon.a (mon.0) 3281 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:57 smithi079 bash[28699]: audit 2023-12-08T01:45:56.453050+0000 mon.a (mon.0) 3282 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:57 smithi079 bash[28699]: audit 2023-12-08T01:45:56.460160+0000 mon.a (mon.0) 3283 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:57 smithi079 bash[28699]: audit 2023-12-08T01:45:56.506502+0000 mon.a (mon.0) 3284 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:57.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:57 smithi079 bash[28699]: audit 2023-12-08T01:45:56.514163+0000 mon.a (mon.0) 3285 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:45:58.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:45:58.610 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:45:58.611 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:45:59.504 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:45:59.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:45:59.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:45:59.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:45:59.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:46:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:45:59 smithi079 bash[28699]: cluster 2023-12-08T01:45:58.387639+0000 mgr.a (mgr.14403) 20526 : cluster 0 pgmap v15328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:46:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:45:59 smithi194 bash[32038]: cluster 2023-12-08T01:45:58.387639+0000 mgr.a (mgr.14403) 20526 : cluster 0 pgmap v15328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:46:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:45:59 smithi135 bash[32435]: cluster 2023-12-08T01:45:58.387639+0000 mgr.a (mgr.14403) 20526 : cluster 0 pgmap v15328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:46:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:00 smithi079 bash[28699]: audit 2023-12-08T01:45:59.014600+0000 mgr.a (mgr.14403) 20527 : audit 0 from='client.406719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:00 smithi194 bash[32038]: audit 2023-12-08T01:45:59.014600+0000 mgr.a (mgr.14403) 20527 : audit 0 from='client.406719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:00 smithi135 bash[32435]: audit 2023-12-08T01:45:59.014600+0000 mgr.a (mgr.14403) 20527 : audit 0 from='client.406719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:02.110 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:01 smithi079 bash[28699]: cluster 2023-12-08T01:46:00.388768+0000 mgr.a (mgr.14403) 20528 : cluster 0 pgmap v15329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:01 smithi194 bash[32038]: cluster 2023-12-08T01:46:00.388768+0000 mgr.a (mgr.14403) 20528 : cluster 0 pgmap v15329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:01 smithi135 bash[32435]: cluster 2023-12-08T01:46:00.388768+0000 mgr.a (mgr.14403) 20528 : cluster 0 pgmap v15329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:03 smithi079 bash[28699]: cluster 2023-12-08T01:46:02.389385+0000 mgr.a (mgr.14403) 20529 : cluster 0 pgmap v15330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:03 smithi194 bash[32038]: cluster 2023-12-08T01:46:02.389385+0000 mgr.a (mgr.14403) 20529 : cluster 0 pgmap v15330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:03 smithi135 bash[32435]: cluster 2023-12-08T01:46:02.389385+0000 mgr.a (mgr.14403) 20529 : cluster 0 pgmap v15330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:04.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:46:04.508 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:04.508 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:05.413 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:46:05.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:05.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:05.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:05.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:46:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:05 smithi079 bash[28699]: cluster 2023-12-08T01:46:04.390338+0000 mgr.a (mgr.14403) 20530 : cluster 0 pgmap v15331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:05 smithi079 bash[28699]: audit 2023-12-08T01:46:04.910279+0000 mgr.a (mgr.14403) 20531 : audit 0 from='client.406788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:05 smithi194 bash[32038]: cluster 2023-12-08T01:46:04.390338+0000 mgr.a (mgr.14403) 20530 : cluster 0 pgmap v15331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:05 smithi194 bash[32038]: audit 2023-12-08T01:46:04.910279+0000 mgr.a (mgr.14403) 20531 : audit 0 from='client.406788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:05 smithi135 bash[32435]: cluster 2023-12-08T01:46:04.390338+0000 mgr.a (mgr.14403) 20530 : cluster 0 pgmap v15331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:05 smithi135 bash[32435]: audit 2023-12-08T01:46:04.910279+0000 mgr.a (mgr.14403) 20531 : audit 0 from='client.406788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:07 smithi079 bash[28699]: cluster 2023-12-08T01:46:06.391038+0000 mgr.a (mgr.14403) 20532 : cluster 0 pgmap v15332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:46:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:07 smithi079 bash[28699]: audit 2023-12-08T01:46:07.148333+0000 mon.a (mon.0) 3286 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:46:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:07 smithi079 bash[28699]: audit 2023-12-08T01:46:07.155672+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:46:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:07 smithi079 bash[28699]: audit 2023-12-08T01:46:07.157710+0000 mon.a (mon.0) 3288 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:46:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:07 smithi079 bash[28699]: audit 2023-12-08T01:46:07.159105+0000 mon.a (mon.0) 3289 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:46:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:07 smithi079 bash[28699]: audit 2023-12-08T01:46:07.166870+0000 mon.a (mon.0) 3290 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:46:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:07 smithi194 bash[32038]: cluster 2023-12-08T01:46:06.391038+0000 mgr.a (mgr.14403) 20532 : cluster 0 pgmap v15332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:46:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:07 smithi194 bash[32038]: audit 2023-12-08T01:46:07.148333+0000 mon.a (mon.0) 3286 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:46:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:07 smithi194 bash[32038]: audit 2023-12-08T01:46:07.155672+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:46:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:07 smithi194 bash[32038]: audit 2023-12-08T01:46:07.157710+0000 mon.a (mon.0) 3288 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:46:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:07 smithi194 bash[32038]: audit 2023-12-08T01:46:07.159105+0000 mon.a (mon.0) 3289 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:46:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:07 smithi194 bash[32038]: audit 2023-12-08T01:46:07.166870+0000 mon.a (mon.0) 3290 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:46:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:07 smithi135 bash[32435]: cluster 2023-12-08T01:46:06.391038+0000 mgr.a (mgr.14403) 20532 : cluster 0 pgmap v15332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:46:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:07 smithi135 bash[32435]: audit 2023-12-08T01:46:07.148333+0000 mon.a (mon.0) 3286 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:46:08.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:07 smithi135 bash[32435]: audit 2023-12-08T01:46:07.155672+0000 mon.a (mon.0) 3287 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:46:08.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:07 smithi135 bash[32435]: audit 2023-12-08T01:46:07.157710+0000 mon.a (mon.0) 3288 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:46:08.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:07 smithi135 bash[32435]: audit 2023-12-08T01:46:07.159105+0000 mon.a (mon.0) 3289 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:46:08.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:07 smithi135 bash[32435]: audit 2023-12-08T01:46:07.166870+0000 mon.a (mon.0) 3290 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:46:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:09 smithi079 bash[28699]: cluster 2023-12-08T01:46:08.391582+0000 mgr.a (mgr.14403) 20533 : cluster 0 pgmap v15333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:46:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:09 smithi194 bash[32038]: cluster 2023-12-08T01:46:08.391582+0000 mgr.a (mgr.14403) 20533 : cluster 0 pgmap v15333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:46:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:09 smithi135 bash[32435]: cluster 2023-12-08T01:46:08.391582+0000 mgr.a (mgr.14403) 20533 : cluster 0 pgmap v15333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:46:10.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:46:10.417 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:10.417 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:11.305 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:46:11.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:11.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:11.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:11.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:46:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:11 smithi079 bash[28699]: cluster 2023-12-08T01:46:10.392399+0000 mgr.a (mgr.14403) 20534 : cluster 0 pgmap v15334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:46:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:11 smithi079 bash[28699]: audit 2023-12-08T01:46:10.819197+0000 mgr.a (mgr.14403) 20535 : audit 0 from='client.406863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:11 smithi194 bash[32038]: cluster 2023-12-08T01:46:10.392399+0000 mgr.a (mgr.14403) 20534 : cluster 0 pgmap v15334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:46:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:11 smithi194 bash[32038]: audit 2023-12-08T01:46:10.819197+0000 mgr.a (mgr.14403) 20535 : audit 0 from='client.406863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:11 smithi135 bash[32435]: cluster 2023-12-08T01:46:10.392399+0000 mgr.a (mgr.14403) 20534 : cluster 0 pgmap v15334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:46:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:11 smithi135 bash[32435]: audit 2023-12-08T01:46:10.819197+0000 mgr.a (mgr.14403) 20535 : audit 0 from='client.406863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:13 smithi079 bash[28699]: cluster 2023-12-08T01:46:12.393106+0000 mgr.a (mgr.14403) 20536 : cluster 0 pgmap v15335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:13 smithi194 bash[32038]: cluster 2023-12-08T01:46:12.393106+0000 mgr.a (mgr.14403) 20536 : cluster 0 pgmap v15335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:13 smithi135 bash[32435]: cluster 2023-12-08T01:46:12.393106+0000 mgr.a (mgr.14403) 20536 : cluster 0 pgmap v15335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:15 smithi079 bash[28699]: cluster 2023-12-08T01:46:14.393990+0000 mgr.a (mgr.14403) 20537 : cluster 0 pgmap v15336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:15 smithi194 bash[32038]: cluster 2023-12-08T01:46:14.393990+0000 mgr.a (mgr.14403) 20537 : cluster 0 pgmap v15336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:15 smithi135 bash[32435]: cluster 2023-12-08T01:46:14.393990+0000 mgr.a (mgr.14403) 20537 : cluster 0 pgmap v15336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:16.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:46:16.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:16.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:17.210 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:46:17.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:17.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:17.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:17.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:46:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:17 smithi079 bash[28699]: cluster 2023-12-08T01:46:16.394681+0000 mgr.a (mgr.14403) 20538 : cluster 0 pgmap v15337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:17 smithi079 bash[28699]: audit 2023-12-08T01:46:16.715207+0000 mgr.a (mgr.14403) 20539 : audit 0 from='client.406935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:17 smithi194 bash[32038]: cluster 2023-12-08T01:46:16.394681+0000 mgr.a (mgr.14403) 20538 : cluster 0 pgmap v15337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:17 smithi194 bash[32038]: audit 2023-12-08T01:46:16.715207+0000 mgr.a (mgr.14403) 20539 : audit 0 from='client.406935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:17 smithi135 bash[32435]: cluster 2023-12-08T01:46:16.394681+0000 mgr.a (mgr.14403) 20538 : cluster 0 pgmap v15337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:17 smithi135 bash[32435]: audit 2023-12-08T01:46:16.715207+0000 mgr.a (mgr.14403) 20539 : audit 0 from='client.406935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:19 smithi079 bash[28699]: cluster 2023-12-08T01:46:18.395602+0000 mgr.a (mgr.14403) 20540 : cluster 0 pgmap v15338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:19 smithi194 bash[32038]: cluster 2023-12-08T01:46:18.395602+0000 mgr.a (mgr.14403) 20540 : cluster 0 pgmap v15338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:19 smithi135 bash[32435]: cluster 2023-12-08T01:46:18.395602+0000 mgr.a (mgr.14403) 20540 : cluster 0 pgmap v15338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:21 smithi079 bash[28699]: cluster 2023-12-08T01:46:20.396564+0000 mgr.a (mgr.14403) 20541 : cluster 0 pgmap v15339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:21 smithi194 bash[32038]: cluster 2023-12-08T01:46:20.396564+0000 mgr.a (mgr.14403) 20541 : cluster 0 pgmap v15339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:21 smithi135 bash[32435]: cluster 2023-12-08T01:46:20.396564+0000 mgr.a (mgr.14403) 20541 : cluster 0 pgmap v15339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:22.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:46:22.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:22.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:23.124 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:46:23.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:23.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:23.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:23.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:46:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:23 smithi194 bash[32038]: cluster 2023-12-08T01:46:22.397281+0000 mgr.a (mgr.14403) 20542 : cluster 0 pgmap v15340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:23 smithi194 bash[32038]: audit 2023-12-08T01:46:22.621717+0000 mgr.a (mgr.14403) 20543 : audit 0 from='client.407007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:23 smithi135 bash[32435]: cluster 2023-12-08T01:46:22.397281+0000 mgr.a (mgr.14403) 20542 : cluster 0 pgmap v15340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:23 smithi135 bash[32435]: audit 2023-12-08T01:46:22.621717+0000 mgr.a (mgr.14403) 20543 : audit 0 from='client.407007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:23 smithi079 bash[28699]: cluster 2023-12-08T01:46:22.397281+0000 mgr.a (mgr.14403) 20542 : cluster 0 pgmap v15340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:23 smithi079 bash[28699]: audit 2023-12-08T01:46:22.621717+0000 mgr.a (mgr.14403) 20543 : audit 0 from='client.407007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:25 smithi194 bash[32038]: cluster 2023-12-08T01:46:24.398388+0000 mgr.a (mgr.14403) 20544 : cluster 0 pgmap v15341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:25 smithi135 bash[32435]: cluster 2023-12-08T01:46:24.398388+0000 mgr.a (mgr.14403) 20544 : cluster 0 pgmap v15341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:25 smithi079 bash[28699]: cluster 2023-12-08T01:46:24.398388+0000 mgr.a (mgr.14403) 20544 : cluster 0 pgmap v15341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:28.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:46:28.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:28.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:27 smithi194 bash[32038]: cluster 2023-12-08T01:46:26.399016+0000 mgr.a (mgr.14403) 20545 : cluster 0 pgmap v15342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:27 smithi135 bash[32435]: cluster 2023-12-08T01:46:26.399016+0000 mgr.a (mgr.14403) 20545 : cluster 0 pgmap v15342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:27 smithi079 bash[28699]: cluster 2023-12-08T01:46:26.399016+0000 mgr.a (mgr.14403) 20545 : cluster 0 pgmap v15342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:29.037 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:46:29.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:29.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:29.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:29.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:46:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:29 smithi194 bash[32038]: cluster 2023-12-08T01:46:28.399527+0000 mgr.a (mgr.14403) 20546 : cluster 0 pgmap v15343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:29 smithi194 bash[32038]: audit 2023-12-08T01:46:28.534223+0000 mgr.a (mgr.14403) 20547 : audit 0 from='client.407085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:29 smithi135 bash[32435]: cluster 2023-12-08T01:46:28.399527+0000 mgr.a (mgr.14403) 20546 : cluster 0 pgmap v15343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:29 smithi135 bash[32435]: audit 2023-12-08T01:46:28.534223+0000 mgr.a (mgr.14403) 20547 : audit 0 from='client.407085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:29 smithi079 bash[28699]: cluster 2023-12-08T01:46:28.399527+0000 mgr.a (mgr.14403) 20546 : cluster 0 pgmap v15343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:29 smithi079 bash[28699]: audit 2023-12-08T01:46:28.534223+0000 mgr.a (mgr.14403) 20547 : audit 0 from='client.407085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:31 smithi194 bash[32038]: cluster 2023-12-08T01:46:30.400524+0000 mgr.a (mgr.14403) 20548 : cluster 0 pgmap v15344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:31 smithi135 bash[32435]: cluster 2023-12-08T01:46:30.400524+0000 mgr.a (mgr.14403) 20548 : cluster 0 pgmap v15344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:31 smithi079 bash[28699]: cluster 2023-12-08T01:46:30.400524+0000 mgr.a (mgr.14403) 20548 : cluster 0 pgmap v15344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:34.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:46:34.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:34.040 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:33 smithi194 bash[32038]: cluster 2023-12-08T01:46:32.401070+0000 mgr.a (mgr.14403) 20549 : cluster 0 pgmap v15345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:33 smithi135 bash[32435]: cluster 2023-12-08T01:46:32.401070+0000 mgr.a (mgr.14403) 20549 : cluster 0 pgmap v15345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:33 smithi079 bash[28699]: cluster 2023-12-08T01:46:32.401070+0000 mgr.a (mgr.14403) 20549 : cluster 0 pgmap v15345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:34.967 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:46:34.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:34.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:34.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:34.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:46:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:35 smithi194 bash[32038]: cluster 2023-12-08T01:46:34.401888+0000 mgr.a (mgr.14403) 20550 : cluster 0 pgmap v15346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:35 smithi194 bash[32038]: audit 2023-12-08T01:46:34.446498+0000 mgr.a (mgr.14403) 20551 : audit 0 from='client.407163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:35 smithi135 bash[32435]: cluster 2023-12-08T01:46:34.401888+0000 mgr.a (mgr.14403) 20550 : cluster 0 pgmap v15346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:36.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:35 smithi135 bash[32435]: audit 2023-12-08T01:46:34.446498+0000 mgr.a (mgr.14403) 20551 : audit 0 from='client.407163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:35 smithi079 bash[28699]: cluster 2023-12-08T01:46:34.401888+0000 mgr.a (mgr.14403) 20550 : cluster 0 pgmap v15346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:35 smithi079 bash[28699]: audit 2023-12-08T01:46:34.446498+0000 mgr.a (mgr.14403) 20551 : audit 0 from='client.407163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:37 smithi194 bash[32038]: cluster 2023-12-08T01:46:36.402588+0000 mgr.a (mgr.14403) 20552 : cluster 0 pgmap v15347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:37 smithi135 bash[32435]: cluster 2023-12-08T01:46:36.402588+0000 mgr.a (mgr.14403) 20552 : cluster 0 pgmap v15347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:37 smithi079 bash[28699]: cluster 2023-12-08T01:46:36.402588+0000 mgr.a (mgr.14403) 20552 : cluster 0 pgmap v15347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:39.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:46:39.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:39.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:39 smithi194 bash[32038]: cluster 2023-12-08T01:46:38.403176+0000 mgr.a (mgr.14403) 20553 : cluster 0 pgmap v15348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:39 smithi135 bash[32435]: cluster 2023-12-08T01:46:38.403176+0000 mgr.a (mgr.14403) 20553 : cluster 0 pgmap v15348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:39 smithi079 bash[28699]: cluster 2023-12-08T01:46:38.403176+0000 mgr.a (mgr.14403) 20553 : cluster 0 pgmap v15348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:46:40.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:40.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:40.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:40.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:46:40.890 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:46:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:41 smithi194 bash[32038]: audit 2023-12-08T01:46:40.376892+0000 mgr.a (mgr.14403) 20554 : audit 0 from='client.407241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:41 smithi194 bash[32038]: cluster 2023-12-08T01:46:40.404170+0000 mgr.a (mgr.14403) 20555 : cluster 0 pgmap v15349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:41 smithi135 bash[32435]: audit 2023-12-08T01:46:40.376892+0000 mgr.a (mgr.14403) 20554 : audit 0 from='client.407241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:41 smithi135 bash[32435]: cluster 2023-12-08T01:46:40.404170+0000 mgr.a (mgr.14403) 20555 : cluster 0 pgmap v15349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:41 smithi079 bash[28699]: audit 2023-12-08T01:46:40.376892+0000 mgr.a (mgr.14403) 20554 : audit 0 from='client.407241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:41 smithi079 bash[28699]: cluster 2023-12-08T01:46:40.404170+0000 mgr.a (mgr.14403) 20555 : cluster 0 pgmap v15349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:43 smithi194 bash[32038]: cluster 2023-12-08T01:46:42.404841+0000 mgr.a (mgr.14403) 20556 : cluster 0 pgmap v15350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:43 smithi135 bash[32435]: cluster 2023-12-08T01:46:42.404841+0000 mgr.a (mgr.14403) 20556 : cluster 0 pgmap v15350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:43 smithi079 bash[28699]: cluster 2023-12-08T01:46:42.404841+0000 mgr.a (mgr.14403) 20556 : cluster 0 pgmap v15350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:45.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:46:45.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:45.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:45 smithi194 bash[32038]: cluster 2023-12-08T01:46:44.405668+0000 mgr.a (mgr.14403) 20557 : cluster 0 pgmap v15351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:45 smithi135 bash[32435]: cluster 2023-12-08T01:46:44.405668+0000 mgr.a (mgr.14403) 20557 : cluster 0 pgmap v15351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:45 smithi079 bash[28699]: cluster 2023-12-08T01:46:44.405668+0000 mgr.a (mgr.14403) 20557 : cluster 0 pgmap v15351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:46.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:46.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:46.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:46.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:46:46.814 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:46:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:47 smithi194 bash[32038]: audit 2023-12-08T01:46:46.293029+0000 mgr.a (mgr.14403) 20558 : audit 0 from='client.407316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:47 smithi194 bash[32038]: cluster 2023-12-08T01:46:46.406340+0000 mgr.a (mgr.14403) 20559 : cluster 0 pgmap v15352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:47 smithi135 bash[32435]: audit 2023-12-08T01:46:46.293029+0000 mgr.a (mgr.14403) 20558 : audit 0 from='client.407316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:47 smithi135 bash[32435]: cluster 2023-12-08T01:46:46.406340+0000 mgr.a (mgr.14403) 20559 : cluster 0 pgmap v15352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:47 smithi079 bash[28699]: audit 2023-12-08T01:46:46.293029+0000 mgr.a (mgr.14403) 20558 : audit 0 from='client.407316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:47 smithi079 bash[28699]: cluster 2023-12-08T01:46:46.406340+0000 mgr.a (mgr.14403) 20559 : cluster 0 pgmap v15352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:49 smithi194 bash[32038]: cluster 2023-12-08T01:46:48.407052+0000 mgr.a (mgr.14403) 20560 : cluster 0 pgmap v15353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:49 smithi135 bash[32435]: cluster 2023-12-08T01:46:48.407052+0000 mgr.a (mgr.14403) 20560 : cluster 0 pgmap v15353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:49 smithi079 bash[28699]: cluster 2023-12-08T01:46:48.407052+0000 mgr.a (mgr.14403) 20560 : cluster 0 pgmap v15353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:51.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:46:51.818 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:51.818 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:51 smithi194 bash[32038]: cluster 2023-12-08T01:46:50.407832+0000 mgr.a (mgr.14403) 20561 : cluster 0 pgmap v15354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:51 smithi135 bash[32435]: cluster 2023-12-08T01:46:50.407832+0000 mgr.a (mgr.14403) 20561 : cluster 0 pgmap v15354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:51 smithi079 bash[28699]: cluster 2023-12-08T01:46:50.407832+0000 mgr.a (mgr.14403) 20561 : cluster 0 pgmap v15354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:52.722 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:46:52.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:52.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:52.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:52.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:46:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:53 smithi135 bash[32435]: audit 2023-12-08T01:46:52.227123+0000 mgr.a (mgr.14403) 20562 : audit 0 from='client.407394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:54.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:53 smithi135 bash[32435]: cluster 2023-12-08T01:46:52.408506+0000 mgr.a (mgr.14403) 20563 : cluster 0 pgmap v15355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:53 smithi079 bash[28699]: audit 2023-12-08T01:46:52.227123+0000 mgr.a (mgr.14403) 20562 : audit 0 from='client.407394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:53 smithi079 bash[28699]: cluster 2023-12-08T01:46:52.408506+0000 mgr.a (mgr.14403) 20563 : cluster 0 pgmap v15355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:53 smithi194 bash[32038]: audit 2023-12-08T01:46:52.227123+0000 mgr.a (mgr.14403) 20562 : audit 0 from='client.407394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:46:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:53 smithi194 bash[32038]: cluster 2023-12-08T01:46:52.408506+0000 mgr.a (mgr.14403) 20563 : cluster 0 pgmap v15355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:55 smithi079 bash[28699]: cluster 2023-12-08T01:46:54.409352+0000 mgr.a (mgr.14403) 20564 : cluster 0 pgmap v15356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:55 smithi194 bash[32038]: cluster 2023-12-08T01:46:54.409352+0000 mgr.a (mgr.14403) 20564 : cluster 0 pgmap v15356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:55 smithi135 bash[32435]: cluster 2023-12-08T01:46:54.409352+0000 mgr.a (mgr.14403) 20564 : cluster 0 pgmap v15356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:46:57.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:46:57.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:46:57.725 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:46:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:57 smithi079 bash[28699]: cluster 2023-12-08T01:46:56.409900+0000 mgr.a (mgr.14403) 20565 : cluster 0 pgmap v15357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:57 smithi194 bash[32038]: cluster 2023-12-08T01:46:56.409900+0000 mgr.a (mgr.14403) 20565 : cluster 0 pgmap v15357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:57 smithi135 bash[32435]: cluster 2023-12-08T01:46:56.409900+0000 mgr.a (mgr.14403) 20565 : cluster 0 pgmap v15357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:46:58.627 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:46:58.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:46:58.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:46:58.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:46:58.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:47:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:59 smithi079 bash[28699]: audit 2023-12-08T01:46:58.121183+0000 mgr.a (mgr.14403) 20566 : audit 0 from='client.407469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:46:59 smithi079 bash[28699]: cluster 2023-12-08T01:46:58.410639+0000 mgr.a (mgr.14403) 20567 : cluster 0 pgmap v15358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:59 smithi194 bash[32038]: audit 2023-12-08T01:46:58.121183+0000 mgr.a (mgr.14403) 20566 : audit 0 from='client.407469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:46:59 smithi194 bash[32038]: cluster 2023-12-08T01:46:58.410639+0000 mgr.a (mgr.14403) 20567 : cluster 0 pgmap v15358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:59 smithi135 bash[32435]: audit 2023-12-08T01:46:58.121183+0000 mgr.a (mgr.14403) 20566 : audit 0 from='client.407469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:46:59 smithi135 bash[32435]: cluster 2023-12-08T01:46:58.410639+0000 mgr.a (mgr.14403) 20567 : cluster 0 pgmap v15358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:01 smithi079 bash[28699]: cluster 2023-12-08T01:47:00.411574+0000 mgr.a (mgr.14403) 20568 : cluster 0 pgmap v15359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:47:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:01 smithi194 bash[32038]: cluster 2023-12-08T01:47:00.411574+0000 mgr.a (mgr.14403) 20568 : cluster 0 pgmap v15359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:47:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:01 smithi135 bash[32435]: cluster 2023-12-08T01:47:00.411574+0000 mgr.a (mgr.14403) 20568 : cluster 0 pgmap v15359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:47:03.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:47:03.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:03.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:03 smithi079 bash[28699]: cluster 2023-12-08T01:47:02.412172+0000 mgr.a (mgr.14403) 20569 : cluster 0 pgmap v15360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:47:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:03 smithi194 bash[32038]: cluster 2023-12-08T01:47:02.412172+0000 mgr.a (mgr.14403) 20569 : cluster 0 pgmap v15360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:47:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:03 smithi135 bash[32435]: cluster 2023-12-08T01:47:02.412172+0000 mgr.a (mgr.14403) 20569 : cluster 0 pgmap v15360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:47:04.549 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:47:04.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:04.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:04.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:04.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:47:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:05 smithi079 bash[28699]: audit 2023-12-08T01:47:04.036479+0000 mgr.a (mgr.14403) 20570 : audit 0 from='client.407544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:05 smithi079 bash[28699]: cluster 2023-12-08T01:47:04.414544+0000 mgr.a (mgr.14403) 20571 : cluster 0 pgmap v15361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:05 smithi194 bash[32038]: audit 2023-12-08T01:47:04.036479+0000 mgr.a (mgr.14403) 20570 : audit 0 from='client.407544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:05 smithi194 bash[32038]: cluster 2023-12-08T01:47:04.414544+0000 mgr.a (mgr.14403) 20571 : cluster 0 pgmap v15361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:05 smithi135 bash[32435]: audit 2023-12-08T01:47:04.036479+0000 mgr.a (mgr.14403) 20570 : audit 0 from='client.407544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:05 smithi135 bash[32435]: cluster 2023-12-08T01:47:04.414544+0000 mgr.a (mgr.14403) 20571 : cluster 0 pgmap v15361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:07 smithi079 bash[28699]: cluster 2023-12-08T01:47:06.415298+0000 mgr.a (mgr.14403) 20572 : cluster 0 pgmap v15362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:07 smithi079 bash[28699]: audit 2023-12-08T01:47:07.283041+0000 mon.a (mon.0) 3291 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:47:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:07 smithi194 bash[32038]: cluster 2023-12-08T01:47:06.415298+0000 mgr.a (mgr.14403) 20572 : cluster 0 pgmap v15362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:07 smithi194 bash[32038]: audit 2023-12-08T01:47:07.283041+0000 mon.a (mon.0) 3291 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:47:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:07 smithi135 bash[32435]: cluster 2023-12-08T01:47:06.415298+0000 mgr.a (mgr.14403) 20572 : cluster 0 pgmap v15362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:07 smithi135 bash[32435]: audit 2023-12-08T01:47:07.283041+0000 mon.a (mon.0) 3291 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:47:09.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:47:09.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:09.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:09 smithi079 bash[28699]: cluster 2023-12-08T01:47:08.415835+0000 mgr.a (mgr.14403) 20573 : cluster 0 pgmap v15363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:10.443 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:47:10.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:10.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:10.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:10.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:47:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:09 smithi194 bash[32038]: cluster 2023-12-08T01:47:08.415835+0000 mgr.a (mgr.14403) 20573 : cluster 0 pgmap v15363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:09 smithi135 bash[32435]: cluster 2023-12-08T01:47:08.415835+0000 mgr.a (mgr.14403) 20573 : cluster 0 pgmap v15363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:10 smithi079 bash[28699]: audit 2023-12-08T01:47:09.952657+0000 mgr.a (mgr.14403) 20574 : audit 0 from='client.407622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:10 smithi194 bash[32038]: audit 2023-12-08T01:47:09.952657+0000 mgr.a (mgr.14403) 20574 : audit 0 from='client.407622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:10 smithi135 bash[32435]: audit 2023-12-08T01:47:09.952657+0000 mgr.a (mgr.14403) 20574 : audit 0 from='client.407622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:11 smithi079 bash[28699]: cluster 2023-12-08T01:47:10.416829+0000 mgr.a (mgr.14403) 20575 : cluster 0 pgmap v15364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:11 smithi194 bash[32038]: cluster 2023-12-08T01:47:10.416829+0000 mgr.a (mgr.14403) 20575 : cluster 0 pgmap v15364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:12 smithi135 bash[32435]: cluster 2023-12-08T01:47:10.416829+0000 mgr.a (mgr.14403) 20575 : cluster 0 pgmap v15364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:14 smithi079 bash[28699]: cluster 2023-12-08T01:47:12.417408+0000 mgr.a (mgr.14403) 20576 : cluster 0 pgmap v15365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:47:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:14 smithi194 bash[32038]: cluster 2023-12-08T01:47:12.417408+0000 mgr.a (mgr.14403) 20576 : cluster 0 pgmap v15365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:47:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:14 smithi135 bash[32435]: cluster 2023-12-08T01:47:12.417408+0000 mgr.a (mgr.14403) 20576 : cluster 0 pgmap v15365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:47:15.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:47:15.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:15.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:16.365 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:47:16.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:16.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:16.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:16.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:47:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:16 smithi079 bash[28699]: cluster 2023-12-08T01:47:14.418161+0000 mgr.a (mgr.14403) 20577 : cluster 0 pgmap v15366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:47:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:16 smithi194 bash[32038]: cluster 2023-12-08T01:47:14.418161+0000 mgr.a (mgr.14403) 20577 : cluster 0 pgmap v15366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:47:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:16 smithi135 bash[32435]: cluster 2023-12-08T01:47:14.418161+0000 mgr.a (mgr.14403) 20577 : cluster 0 pgmap v15366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:47:17.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:17 smithi135 bash[32435]: audit 2023-12-08T01:47:15.851992+0000 mgr.a (mgr.14403) 20578 : audit 0 from='client.407694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:17.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:17 smithi079 bash[28699]: audit 2023-12-08T01:47:15.851992+0000 mgr.a (mgr.14403) 20578 : audit 0 from='client.407694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:17 smithi194 bash[32038]: audit 2023-12-08T01:47:15.851992+0000 mgr.a (mgr.14403) 20578 : audit 0 from='client.407694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:18 smithi079 bash[28699]: cluster 2023-12-08T01:47:16.419116+0000 mgr.a (mgr.14403) 20579 : cluster 0 pgmap v15367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:18.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:18 smithi079 bash[28699]: audit 2023-12-08T01:47:17.617444+0000 mon.a (mon.0) 3292 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:47:18.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:18 smithi079 bash[28699]: audit 2023-12-08T01:47:17.623456+0000 mon.a (mon.0) 3293 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:47:18.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:18 smithi079 bash[28699]: audit 2023-12-08T01:47:17.625013+0000 mon.a (mon.0) 3294 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:47:18.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:18 smithi079 bash[28699]: audit 2023-12-08T01:47:17.626581+0000 mon.a (mon.0) 3295 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:47:18.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:18 smithi079 bash[28699]: audit 2023-12-08T01:47:17.634292+0000 mon.a (mon.0) 3296 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:47:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:18 smithi194 bash[32038]: cluster 2023-12-08T01:47:16.419116+0000 mgr.a (mgr.14403) 20579 : cluster 0 pgmap v15367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:18 smithi194 bash[32038]: audit 2023-12-08T01:47:17.617444+0000 mon.a (mon.0) 3292 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:47:18.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:18 smithi194 bash[32038]: audit 2023-12-08T01:47:17.623456+0000 mon.a (mon.0) 3293 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:47:18.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:18 smithi194 bash[32038]: audit 2023-12-08T01:47:17.625013+0000 mon.a (mon.0) 3294 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:47:18.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:18 smithi194 bash[32038]: audit 2023-12-08T01:47:17.626581+0000 mon.a (mon.0) 3295 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:47:18.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:18 smithi194 bash[32038]: audit 2023-12-08T01:47:17.634292+0000 mon.a (mon.0) 3296 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:47:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:18 smithi135 bash[32435]: cluster 2023-12-08T01:47:16.419116+0000 mgr.a (mgr.14403) 20579 : cluster 0 pgmap v15367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:18 smithi135 bash[32435]: audit 2023-12-08T01:47:17.617444+0000 mon.a (mon.0) 3292 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:47:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:18 smithi135 bash[32435]: audit 2023-12-08T01:47:17.623456+0000 mon.a (mon.0) 3293 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:47:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:18 smithi135 bash[32435]: audit 2023-12-08T01:47:17.625013+0000 mon.a (mon.0) 3294 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:47:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:18 smithi135 bash[32435]: audit 2023-12-08T01:47:17.626581+0000 mon.a (mon.0) 3295 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:47:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:18 smithi135 bash[32435]: audit 2023-12-08T01:47:17.634292+0000 mon.a (mon.0) 3296 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:47:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:20 smithi079 bash[28699]: cluster 2023-12-08T01:47:18.419762+0000 mgr.a (mgr.14403) 20580 : cluster 0 pgmap v15368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:20 smithi194 bash[32038]: cluster 2023-12-08T01:47:18.419762+0000 mgr.a (mgr.14403) 20580 : cluster 0 pgmap v15368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:20 smithi135 bash[32435]: cluster 2023-12-08T01:47:18.419762+0000 mgr.a (mgr.14403) 20580 : cluster 0 pgmap v15368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:21.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:47:21.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:21.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:22.287 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:47:22.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:22.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:22.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:22.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:47:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:22 smithi079 bash[28699]: cluster 2023-12-08T01:47:20.420708+0000 mgr.a (mgr.14403) 20581 : cluster 0 pgmap v15369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:22 smithi194 bash[32038]: cluster 2023-12-08T01:47:20.420708+0000 mgr.a (mgr.14403) 20581 : cluster 0 pgmap v15369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:22 smithi135 bash[32435]: cluster 2023-12-08T01:47:20.420708+0000 mgr.a (mgr.14403) 20581 : cluster 0 pgmap v15369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:23 smithi079 bash[28699]: audit 2023-12-08T01:47:21.777201+0000 mgr.a (mgr.14403) 20582 : audit 0 from='client.310285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:23 smithi194 bash[32038]: audit 2023-12-08T01:47:21.777201+0000 mgr.a (mgr.14403) 20582 : audit 0 from='client.310285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:23 smithi135 bash[32435]: audit 2023-12-08T01:47:21.777201+0000 mgr.a (mgr.14403) 20582 : audit 0 from='client.310285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:24 smithi079 bash[28699]: cluster 2023-12-08T01:47:22.421582+0000 mgr.a (mgr.14403) 20583 : cluster 0 pgmap v15370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:24 smithi194 bash[32038]: cluster 2023-12-08T01:47:22.421582+0000 mgr.a (mgr.14403) 20583 : cluster 0 pgmap v15370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:24 smithi135 bash[32435]: cluster 2023-12-08T01:47:22.421582+0000 mgr.a (mgr.14403) 20583 : cluster 0 pgmap v15370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:25.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:25 smithi079 bash[28699]: cluster 2023-12-08T01:47:24.422439+0000 mgr.a (mgr.14403) 20584 : cluster 0 pgmap v15371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:25 smithi194 bash[32038]: cluster 2023-12-08T01:47:24.422439+0000 mgr.a (mgr.14403) 20584 : cluster 0 pgmap v15371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:25.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:25 smithi135 bash[32435]: cluster 2023-12-08T01:47:24.422439+0000 mgr.a (mgr.14403) 20584 : cluster 0 pgmap v15371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:27.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:47:27.291 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:27.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:27 smithi079 bash[28699]: cluster 2023-12-08T01:47:26.423088+0000 mgr.a (mgr.14403) 20585 : cluster 0 pgmap v15372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:27 smithi194 bash[32038]: cluster 2023-12-08T01:47:26.423088+0000 mgr.a (mgr.14403) 20585 : cluster 0 pgmap v15372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:27 smithi135 bash[32435]: cluster 2023-12-08T01:47:26.423088+0000 mgr.a (mgr.14403) 20585 : cluster 0 pgmap v15372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:28.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:28.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:28.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:28.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:47:28.202 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:47:28.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:28 smithi079 bash[28699]: audit 2023-12-08T01:47:27.696658+0000 mgr.a (mgr.14403) 20586 : audit 0 from='client.407847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:28 smithi194 bash[32038]: audit 2023-12-08T01:47:27.696658+0000 mgr.a (mgr.14403) 20586 : audit 0 from='client.407847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:28.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:28 smithi135 bash[32435]: audit 2023-12-08T01:47:27.696658+0000 mgr.a (mgr.14403) 20586 : audit 0 from='client.407847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:29 smithi079 bash[28699]: cluster 2023-12-08T01:47:28.423758+0000 mgr.a (mgr.14403) 20587 : cluster 0 pgmap v15373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:29 smithi194 bash[32038]: cluster 2023-12-08T01:47:28.423758+0000 mgr.a (mgr.14403) 20587 : cluster 0 pgmap v15373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:29 smithi135 bash[32435]: cluster 2023-12-08T01:47:28.423758+0000 mgr.a (mgr.14403) 20587 : cluster 0 pgmap v15373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:31 smithi079 bash[28699]: cluster 2023-12-08T01:47:30.424635+0000 mgr.a (mgr.14403) 20588 : cluster 0 pgmap v15374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:31 smithi194 bash[32038]: cluster 2023-12-08T01:47:30.424635+0000 mgr.a (mgr.14403) 20588 : cluster 0 pgmap v15374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:31 smithi135 bash[32435]: cluster 2023-12-08T01:47:30.424635+0000 mgr.a (mgr.14403) 20588 : cluster 0 pgmap v15374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:33.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:47:33.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:33.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:34.128 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:47:34.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:34.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:34.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:34.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:47:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:33 smithi079 bash[28699]: cluster 2023-12-08T01:47:32.425315+0000 mgr.a (mgr.14403) 20589 : cluster 0 pgmap v15375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:33 smithi194 bash[32038]: cluster 2023-12-08T01:47:32.425315+0000 mgr.a (mgr.14403) 20589 : cluster 0 pgmap v15375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:33 smithi135 bash[32435]: cluster 2023-12-08T01:47:32.425315+0000 mgr.a (mgr.14403) 20589 : cluster 0 pgmap v15375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:34 smithi194 bash[32038]: audit 2023-12-08T01:47:33.611966+0000 mgr.a (mgr.14403) 20590 : audit 0 from='client.407919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:34 smithi135 bash[32435]: audit 2023-12-08T01:47:33.611966+0000 mgr.a (mgr.14403) 20590 : audit 0 from='client.407919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:34 smithi079 bash[28699]: audit 2023-12-08T01:47:33.611966+0000 mgr.a (mgr.14403) 20590 : audit 0 from='client.407919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:35 smithi194 bash[32038]: cluster 2023-12-08T01:47:34.426429+0000 mgr.a (mgr.14403) 20591 : cluster 0 pgmap v15376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:35 smithi135 bash[32435]: cluster 2023-12-08T01:47:34.426429+0000 mgr.a (mgr.14403) 20591 : cluster 0 pgmap v15376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:35 smithi079 bash[28699]: cluster 2023-12-08T01:47:34.426429+0000 mgr.a (mgr.14403) 20591 : cluster 0 pgmap v15376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:37 smithi194 bash[32038]: cluster 2023-12-08T01:47:36.427023+0000 mgr.a (mgr.14403) 20592 : cluster 0 pgmap v15377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:37 smithi135 bash[32435]: cluster 2023-12-08T01:47:36.427023+0000 mgr.a (mgr.14403) 20592 : cluster 0 pgmap v15377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:37 smithi079 bash[28699]: cluster 2023-12-08T01:47:36.427023+0000 mgr.a (mgr.14403) 20592 : cluster 0 pgmap v15377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:39.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:47:39.132 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:39.132 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:40.045 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:47:40.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:40.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:40.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:40.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:47:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:39 smithi194 bash[32038]: cluster 2023-12-08T01:47:38.427574+0000 mgr.a (mgr.14403) 20593 : cluster 0 pgmap v15378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:39 smithi135 bash[32435]: cluster 2023-12-08T01:47:38.427574+0000 mgr.a (mgr.14403) 20593 : cluster 0 pgmap v15378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:39 smithi079 bash[28699]: cluster 2023-12-08T01:47:38.427574+0000 mgr.a (mgr.14403) 20593 : cluster 0 pgmap v15378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:41.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:40 smithi194 bash[32038]: audit 2023-12-08T01:47:39.540986+0000 mgr.a (mgr.14403) 20594 : audit 0 from='client.407994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:41.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:40 smithi135 bash[32435]: audit 2023-12-08T01:47:39.540986+0000 mgr.a (mgr.14403) 20594 : audit 0 from='client.407994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:41.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:40 smithi079 bash[28699]: audit 2023-12-08T01:47:39.540986+0000 mgr.a (mgr.14403) 20594 : audit 0 from='client.407994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:41 smithi194 bash[32038]: cluster 2023-12-08T01:47:40.428730+0000 mgr.a (mgr.14403) 20595 : cluster 0 pgmap v15379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:41 smithi135 bash[32435]: cluster 2023-12-08T01:47:40.428730+0000 mgr.a (mgr.14403) 20595 : cluster 0 pgmap v15379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:41 smithi079 bash[28699]: cluster 2023-12-08T01:47:40.428730+0000 mgr.a (mgr.14403) 20595 : cluster 0 pgmap v15379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:43 smithi194 bash[32038]: cluster 2023-12-08T01:47:42.429355+0000 mgr.a (mgr.14403) 20596 : cluster 0 pgmap v15380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:43 smithi135 bash[32435]: cluster 2023-12-08T01:47:42.429355+0000 mgr.a (mgr.14403) 20596 : cluster 0 pgmap v15380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:43 smithi079 bash[28699]: cluster 2023-12-08T01:47:42.429355+0000 mgr.a (mgr.14403) 20596 : cluster 0 pgmap v15380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:47:45.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:47:45.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:45.048 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:45.950 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:47:45.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:45.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:45.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:45.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:47:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:45 smithi194 bash[32038]: cluster 2023-12-08T01:47:44.430253+0000 mgr.a (mgr.14403) 20597 : cluster 0 pgmap v15381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:45 smithi135 bash[32435]: cluster 2023-12-08T01:47:44.430253+0000 mgr.a (mgr.14403) 20597 : cluster 0 pgmap v15381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:45 smithi079 bash[28699]: cluster 2023-12-08T01:47:44.430253+0000 mgr.a (mgr.14403) 20597 : cluster 0 pgmap v15381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:47.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:46 smithi194 bash[32038]: audit 2023-12-08T01:47:45.450186+0000 mgr.a (mgr.14403) 20598 : audit 0 from='client.408072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:47.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:46 smithi135 bash[32435]: audit 2023-12-08T01:47:45.450186+0000 mgr.a (mgr.14403) 20598 : audit 0 from='client.408072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:47.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:46 smithi079 bash[28699]: audit 2023-12-08T01:47:45.450186+0000 mgr.a (mgr.14403) 20598 : audit 0 from='client.408072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:47 smithi194 bash[32038]: cluster 2023-12-08T01:47:46.430917+0000 mgr.a (mgr.14403) 20599 : cluster 0 pgmap v15382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:47 smithi135 bash[32435]: cluster 2023-12-08T01:47:46.430917+0000 mgr.a (mgr.14403) 20599 : cluster 0 pgmap v15382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:47 smithi079 bash[28699]: cluster 2023-12-08T01:47:46.430917+0000 mgr.a (mgr.14403) 20599 : cluster 0 pgmap v15382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:49 smithi194 bash[32038]: cluster 2023-12-08T01:47:48.431604+0000 mgr.a (mgr.14403) 20600 : cluster 0 pgmap v15383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:49 smithi135 bash[32435]: cluster 2023-12-08T01:47:48.431604+0000 mgr.a (mgr.14403) 20600 : cluster 0 pgmap v15383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:49 smithi079 bash[28699]: cluster 2023-12-08T01:47:48.431604+0000 mgr.a (mgr.14403) 20600 : cluster 0 pgmap v15383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:50.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:47:50.952 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:50.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:51.831 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:47:51.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:51.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:51.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:51.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:47:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:51 smithi194 bash[32038]: cluster 2023-12-08T01:47:50.432423+0000 mgr.a (mgr.14403) 20601 : cluster 0 pgmap v15384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:52.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:51 smithi135 bash[32435]: cluster 2023-12-08T01:47:50.432423+0000 mgr.a (mgr.14403) 20601 : cluster 0 pgmap v15384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:51 smithi079 bash[28699]: cluster 2023-12-08T01:47:50.432423+0000 mgr.a (mgr.14403) 20601 : cluster 0 pgmap v15384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:53.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:52 smithi194 bash[32038]: audit 2023-12-08T01:47:51.362933+0000 mgr.a (mgr.14403) 20602 : audit 0 from='client.408144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:52 smithi135 bash[32435]: audit 2023-12-08T01:47:51.362933+0000 mgr.a (mgr.14403) 20602 : audit 0 from='client.408144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:52 smithi079 bash[28699]: audit 2023-12-08T01:47:51.362933+0000 mgr.a (mgr.14403) 20602 : audit 0 from='client.408144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:53 smithi194 bash[32038]: cluster 2023-12-08T01:47:52.433047+0000 mgr.a (mgr.14403) 20603 : cluster 0 pgmap v15385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:53 smithi135 bash[32435]: cluster 2023-12-08T01:47:52.433047+0000 mgr.a (mgr.14403) 20603 : cluster 0 pgmap v15385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:53 smithi079 bash[28699]: cluster 2023-12-08T01:47:52.433047+0000 mgr.a (mgr.14403) 20603 : cluster 0 pgmap v15385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:55 smithi135 bash[32435]: cluster 2023-12-08T01:47:54.433872+0000 mgr.a (mgr.14403) 20604 : cluster 0 pgmap v15386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:55 smithi079 bash[28699]: cluster 2023-12-08T01:47:54.433872+0000 mgr.a (mgr.14403) 20604 : cluster 0 pgmap v15386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:55 smithi194 bash[32038]: cluster 2023-12-08T01:47:54.433872+0000 mgr.a (mgr.14403) 20604 : cluster 0 pgmap v15386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:47:56.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:47:56.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:47:56.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:47:57.750 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:47:57.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:47:57.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:47:57.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:47:57.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:47:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:57 smithi079 bash[28699]: cluster 2023-12-08T01:47:56.434398+0000 mgr.a (mgr.14403) 20605 : cluster 0 pgmap v15387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:57 smithi194 bash[32038]: cluster 2023-12-08T01:47:56.434398+0000 mgr.a (mgr.14403) 20605 : cluster 0 pgmap v15387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:57 smithi135 bash[32435]: cluster 2023-12-08T01:47:56.434398+0000 mgr.a (mgr.14403) 20605 : cluster 0 pgmap v15387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:47:59.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:58 smithi079 bash[28699]: audit 2023-12-08T01:47:57.235573+0000 mgr.a (mgr.14403) 20606 : audit 0 from='client.408219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:58 smithi194 bash[32038]: audit 2023-12-08T01:47:57.235573+0000 mgr.a (mgr.14403) 20606 : audit 0 from='client.408219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:47:59.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:58 smithi135 bash[32435]: audit 2023-12-08T01:47:57.235573+0000 mgr.a (mgr.14403) 20606 : audit 0 from='client.408219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:47:59 smithi079 bash[28699]: cluster 2023-12-08T01:47:58.435083+0000 mgr.a (mgr.14403) 20607 : cluster 0 pgmap v15388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:47:59 smithi194 bash[32038]: cluster 2023-12-08T01:47:58.435083+0000 mgr.a (mgr.14403) 20607 : cluster 0 pgmap v15388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:47:59 smithi135 bash[32435]: cluster 2023-12-08T01:47:58.435083+0000 mgr.a (mgr.14403) 20607 : cluster 0 pgmap v15388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:01 smithi079 bash[28699]: cluster 2023-12-08T01:48:00.436031+0000 mgr.a (mgr.14403) 20608 : cluster 0 pgmap v15389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:01 smithi194 bash[32038]: cluster 2023-12-08T01:48:00.436031+0000 mgr.a (mgr.14403) 20608 : cluster 0 pgmap v15389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:01 smithi135 bash[32435]: cluster 2023-12-08T01:48:00.436031+0000 mgr.a (mgr.14403) 20608 : cluster 0 pgmap v15389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:02.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:48:02.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:02.753 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:03.669 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:48:03.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:03.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:03.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:03.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:48:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:03 smithi079 bash[28699]: cluster 2023-12-08T01:48:02.436767+0000 mgr.a (mgr.14403) 20609 : cluster 0 pgmap v15390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:03 smithi194 bash[32038]: cluster 2023-12-08T01:48:02.436767+0000 mgr.a (mgr.14403) 20609 : cluster 0 pgmap v15390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:03 smithi135 bash[32435]: cluster 2023-12-08T01:48:02.436767+0000 mgr.a (mgr.14403) 20609 : cluster 0 pgmap v15390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:05.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:04 smithi079 bash[28699]: audit 2023-12-08T01:48:03.154568+0000 mgr.a (mgr.14403) 20610 : audit 0 from='client.408291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:04 smithi194 bash[32038]: audit 2023-12-08T01:48:03.154568+0000 mgr.a (mgr.14403) 20610 : audit 0 from='client.408291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:05.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:04 smithi135 bash[32435]: audit 2023-12-08T01:48:03.154568+0000 mgr.a (mgr.14403) 20610 : audit 0 from='client.408291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:05 smithi079 bash[28699]: cluster 2023-12-08T01:48:04.437815+0000 mgr.a (mgr.14403) 20611 : cluster 0 pgmap v15391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:48:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:05 smithi194 bash[32038]: cluster 2023-12-08T01:48:04.437815+0000 mgr.a (mgr.14403) 20611 : cluster 0 pgmap v15391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:48:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:05 smithi135 bash[32435]: cluster 2023-12-08T01:48:04.437815+0000 mgr.a (mgr.14403) 20611 : cluster 0 pgmap v15391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:48:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:07 smithi079 bash[28699]: cluster 2023-12-08T01:48:06.438367+0000 mgr.a (mgr.14403) 20612 : cluster 0 pgmap v15392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:48:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:07 smithi194 bash[32038]: cluster 2023-12-08T01:48:06.438367+0000 mgr.a (mgr.14403) 20612 : cluster 0 pgmap v15392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:48:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:07 smithi135 bash[32435]: cluster 2023-12-08T01:48:06.438367+0000 mgr.a (mgr.14403) 20612 : cluster 0 pgmap v15392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:48:08.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:48:08.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:08.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:09.580 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:48:09.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:09.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:09.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:09.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:48:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:09 smithi079 bash[28699]: cluster 2023-12-08T01:48:08.438911+0000 mgr.a (mgr.14403) 20613 : cluster 0 pgmap v15393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:48:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:09 smithi194 bash[32038]: cluster 2023-12-08T01:48:08.438911+0000 mgr.a (mgr.14403) 20613 : cluster 0 pgmap v15393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:48:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:09 smithi135 bash[32435]: cluster 2023-12-08T01:48:08.438911+0000 mgr.a (mgr.14403) 20613 : cluster 0 pgmap v15393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:48:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:11 smithi079 bash[28699]: audit 2023-12-08T01:48:09.077993+0000 mgr.a (mgr.14403) 20614 : audit 0 from='client.408369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:11 smithi194 bash[32038]: audit 2023-12-08T01:48:09.077993+0000 mgr.a (mgr.14403) 20614 : audit 0 from='client.408369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:11 smithi135 bash[32435]: audit 2023-12-08T01:48:09.077993+0000 mgr.a (mgr.14403) 20614 : audit 0 from='client.408369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:12 smithi079 bash[28699]: cluster 2023-12-08T01:48:10.439879+0000 mgr.a (mgr.14403) 20615 : cluster 0 pgmap v15394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:12 smithi194 bash[32038]: cluster 2023-12-08T01:48:10.439879+0000 mgr.a (mgr.14403) 20615 : cluster 0 pgmap v15394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:12 smithi135 bash[32435]: cluster 2023-12-08T01:48:10.439879+0000 mgr.a (mgr.14403) 20615 : cluster 0 pgmap v15394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:14 smithi079 bash[28699]: cluster 2023-12-08T01:48:12.440451+0000 mgr.a (mgr.14403) 20616 : cluster 0 pgmap v15395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:14 smithi194 bash[32038]: cluster 2023-12-08T01:48:12.440451+0000 mgr.a (mgr.14403) 20616 : cluster 0 pgmap v15395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:14 smithi135 bash[32435]: cluster 2023-12-08T01:48:12.440451+0000 mgr.a (mgr.14403) 20616 : cluster 0 pgmap v15395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:14.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:48:14.584 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:14.584 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:15.513 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:48:15.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:15.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:15.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:15.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:48:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:16 smithi079 bash[28699]: cluster 2023-12-08T01:48:14.441199+0000 mgr.a (mgr.14403) 20617 : cluster 0 pgmap v15396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:16 smithi079 bash[28699]: audit 2023-12-08T01:48:14.992078+0000 mgr.a (mgr.14403) 20618 : audit 0 from='client.408447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:16 smithi194 bash[32038]: cluster 2023-12-08T01:48:14.441199+0000 mgr.a (mgr.14403) 20617 : cluster 0 pgmap v15396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:16 smithi194 bash[32038]: audit 2023-12-08T01:48:14.992078+0000 mgr.a (mgr.14403) 20618 : audit 0 from='client.408447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:16 smithi135 bash[32435]: cluster 2023-12-08T01:48:14.441199+0000 mgr.a (mgr.14403) 20617 : cluster 0 pgmap v15396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:16 smithi135 bash[32435]: audit 2023-12-08T01:48:14.992078+0000 mgr.a (mgr.14403) 20618 : audit 0 from='client.408447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:18 smithi079 bash[28699]: cluster 2023-12-08T01:48:16.441954+0000 mgr.a (mgr.14403) 20619 : cluster 0 pgmap v15397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:48:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:18 smithi079 bash[28699]: audit 2023-12-08T01:48:17.736605+0000 mon.a (mon.0) 3297 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:48:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:18 smithi194 bash[32038]: cluster 2023-12-08T01:48:16.441954+0000 mgr.a (mgr.14403) 20619 : cluster 0 pgmap v15397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:48:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:18 smithi194 bash[32038]: audit 2023-12-08T01:48:17.736605+0000 mon.a (mon.0) 3297 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:48:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:18 smithi135 bash[32435]: cluster 2023-12-08T01:48:16.441954+0000 mgr.a (mgr.14403) 20619 : cluster 0 pgmap v15397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:48:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:18 smithi135 bash[32435]: audit 2023-12-08T01:48:17.736605+0000 mon.a (mon.0) 3297 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:48:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:20 smithi079 bash[28699]: cluster 2023-12-08T01:48:18.442615+0000 mgr.a (mgr.14403) 20620 : cluster 0 pgmap v15398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:48:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:20 smithi194 bash[32038]: cluster 2023-12-08T01:48:18.442615+0000 mgr.a (mgr.14403) 20620 : cluster 0 pgmap v15398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:48:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:20 smithi135 bash[32435]: cluster 2023-12-08T01:48:18.442615+0000 mgr.a (mgr.14403) 20620 : cluster 0 pgmap v15398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:48:20.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:48:20.517 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:20.517 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:21.441 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:48:21.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:21.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:21.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:21.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:48:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:22 smithi079 bash[28699]: cluster 2023-12-08T01:48:20.443459+0000 mgr.a (mgr.14403) 20621 : cluster 0 pgmap v15399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:48:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:22 smithi079 bash[28699]: audit 2023-12-08T01:48:20.921922+0000 mgr.a (mgr.14403) 20622 : audit 0 from='client.408525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:22 smithi194 bash[32038]: cluster 2023-12-08T01:48:20.443459+0000 mgr.a (mgr.14403) 20621 : cluster 0 pgmap v15399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:48:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:22 smithi194 bash[32038]: audit 2023-12-08T01:48:20.921922+0000 mgr.a (mgr.14403) 20622 : audit 0 from='client.408525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:22 smithi135 bash[32435]: cluster 2023-12-08T01:48:20.443459+0000 mgr.a (mgr.14403) 20621 : cluster 0 pgmap v15399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:48:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:22 smithi135 bash[32435]: audit 2023-12-08T01:48:20.921922+0000 mgr.a (mgr.14403) 20622 : audit 0 from='client.408525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:24.348 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:24 smithi194 bash[32038]: cluster 2023-12-08T01:48:22.444046+0000 mgr.a (mgr.14403) 20623 : cluster 0 pgmap v15400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:24 smithi079 bash[28699]: cluster 2023-12-08T01:48:22.444046+0000 mgr.a (mgr.14403) 20623 : cluster 0 pgmap v15400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:24 smithi135 bash[32435]: cluster 2023-12-08T01:48:22.444046+0000 mgr.a (mgr.14403) 20623 : cluster 0 pgmap v15400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:26 smithi079 bash[28699]: cluster 2023-12-08T01:48:24.444863+0000 mgr.a (mgr.14403) 20624 : cluster 0 pgmap v15401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:26.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:48:26.444 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:26.444 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:26 smithi194 bash[32038]: cluster 2023-12-08T01:48:24.444863+0000 mgr.a (mgr.14403) 20624 : cluster 0 pgmap v15401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:26.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:26 smithi135 bash[32435]: cluster 2023-12-08T01:48:24.444863+0000 mgr.a (mgr.14403) 20624 : cluster 0 pgmap v15401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:27.337 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:48:27.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:27.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:27.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:27.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:48:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:28 smithi194 bash[32038]: cluster 2023-12-08T01:48:26.445402+0000 mgr.a (mgr.14403) 20625 : cluster 0 pgmap v15402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:28 smithi194 bash[32038]: audit 2023-12-08T01:48:26.846177+0000 mgr.a (mgr.14403) 20626 : audit 0 from='client.408600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:28 smithi079 bash[28699]: cluster 2023-12-08T01:48:26.445402+0000 mgr.a (mgr.14403) 20625 : cluster 0 pgmap v15402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:28 smithi079 bash[28699]: audit 2023-12-08T01:48:26.846177+0000 mgr.a (mgr.14403) 20626 : audit 0 from='client.408600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:28 smithi135 bash[32435]: cluster 2023-12-08T01:48:26.445402+0000 mgr.a (mgr.14403) 20625 : cluster 0 pgmap v15402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:28 smithi135 bash[32435]: audit 2023-12-08T01:48:26.846177+0000 mgr.a (mgr.14403) 20626 : audit 0 from='client.408600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:29 smithi079 bash[28699]: cluster 2023-12-08T01:48:28.446129+0000 mgr.a (mgr.14403) 20627 : cluster 0 pgmap v15403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:29 smithi079 bash[28699]: audit 2023-12-08T01:48:28.588251+0000 mon.a (mon.0) 3298 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:48:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:29 smithi079 bash[28699]: audit 2023-12-08T01:48:28.594421+0000 mon.a (mon.0) 3299 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:48:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:29 smithi079 bash[28699]: audit 2023-12-08T01:48:28.595773+0000 mon.a (mon.0) 3300 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:48:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:29 smithi079 bash[28699]: audit 2023-12-08T01:48:28.597191+0000 mon.a (mon.0) 3301 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:48:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:29 smithi079 bash[28699]: audit 2023-12-08T01:48:28.604673+0000 mon.a (mon.0) 3302 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:48:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:29 smithi194 bash[32038]: cluster 2023-12-08T01:48:28.446129+0000 mgr.a (mgr.14403) 20627 : cluster 0 pgmap v15403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:29 smithi194 bash[32038]: audit 2023-12-08T01:48:28.588251+0000 mon.a (mon.0) 3298 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:48:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:29 smithi194 bash[32038]: audit 2023-12-08T01:48:28.594421+0000 mon.a (mon.0) 3299 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:48:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:29 smithi194 bash[32038]: audit 2023-12-08T01:48:28.595773+0000 mon.a (mon.0) 3300 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:48:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:29 smithi194 bash[32038]: audit 2023-12-08T01:48:28.597191+0000 mon.a (mon.0) 3301 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:48:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:29 smithi194 bash[32038]: audit 2023-12-08T01:48:28.604673+0000 mon.a (mon.0) 3302 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:48:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:29 smithi135 bash[32435]: cluster 2023-12-08T01:48:28.446129+0000 mgr.a (mgr.14403) 20627 : cluster 0 pgmap v15403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:29 smithi135 bash[32435]: audit 2023-12-08T01:48:28.588251+0000 mon.a (mon.0) 3298 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:48:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:29 smithi135 bash[32435]: audit 2023-12-08T01:48:28.594421+0000 mon.a (mon.0) 3299 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:48:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:29 smithi135 bash[32435]: audit 2023-12-08T01:48:28.595773+0000 mon.a (mon.0) 3300 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:48:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:29 smithi135 bash[32435]: audit 2023-12-08T01:48:28.597191+0000 mon.a (mon.0) 3301 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:48:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:29 smithi135 bash[32435]: audit 2023-12-08T01:48:28.604673+0000 mon.a (mon.0) 3302 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:48:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:31 smithi079 bash[28699]: cluster 2023-12-08T01:48:30.446946+0000 mgr.a (mgr.14403) 20628 : cluster 0 pgmap v15404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:31 smithi194 bash[32038]: cluster 2023-12-08T01:48:30.446946+0000 mgr.a (mgr.14403) 20628 : cluster 0 pgmap v15404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:31 smithi135 bash[32435]: cluster 2023-12-08T01:48:30.446946+0000 mgr.a (mgr.14403) 20628 : cluster 0 pgmap v15404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:32.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:48:32.341 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:32.341 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:33.285 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:48:33.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:33.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:33.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:33.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:48:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:33 smithi079 bash[28699]: cluster 2023-12-08T01:48:32.447520+0000 mgr.a (mgr.14403) 20629 : cluster 0 pgmap v15405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:33 smithi079 bash[28699]: audit 2023-12-08T01:48:32.745510+0000 mgr.a (mgr.14403) 20630 : audit 0 from='client.408672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:33 smithi194 bash[32038]: cluster 2023-12-08T01:48:32.447520+0000 mgr.a (mgr.14403) 20629 : cluster 0 pgmap v15405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:33 smithi194 bash[32038]: audit 2023-12-08T01:48:32.745510+0000 mgr.a (mgr.14403) 20630 : audit 0 from='client.408672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:33 smithi135 bash[32435]: cluster 2023-12-08T01:48:32.447520+0000 mgr.a (mgr.14403) 20629 : cluster 0 pgmap v15405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:33 smithi135 bash[32435]: audit 2023-12-08T01:48:32.745510+0000 mgr.a (mgr.14403) 20630 : audit 0 from='client.408672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:35 smithi194 bash[32038]: cluster 2023-12-08T01:48:34.448464+0000 mgr.a (mgr.14403) 20631 : cluster 0 pgmap v15406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:35 smithi135 bash[32435]: cluster 2023-12-08T01:48:34.448464+0000 mgr.a (mgr.14403) 20631 : cluster 0 pgmap v15406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:35 smithi079 bash[28699]: cluster 2023-12-08T01:48:34.448464+0000 mgr.a (mgr.14403) 20631 : cluster 0 pgmap v15406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:37 smithi194 bash[32038]: cluster 2023-12-08T01:48:36.449030+0000 mgr.a (mgr.14403) 20632 : cluster 0 pgmap v15407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:37 smithi135 bash[32435]: cluster 2023-12-08T01:48:36.449030+0000 mgr.a (mgr.14403) 20632 : cluster 0 pgmap v15407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:38.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:48:38.289 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:38.289 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:37 smithi079 bash[28699]: cluster 2023-12-08T01:48:36.449030+0000 mgr.a (mgr.14403) 20632 : cluster 0 pgmap v15407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:39.211 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:48:39.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:39.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:39.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:39.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:48:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:39 smithi194 bash[32038]: cluster 2023-12-08T01:48:38.449548+0000 mgr.a (mgr.14403) 20633 : cluster 0 pgmap v15408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:39 smithi194 bash[32038]: audit 2023-12-08T01:48:38.693533+0000 mgr.a (mgr.14403) 20634 : audit 0 from='client.408750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:40.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:39 smithi135 bash[32435]: cluster 2023-12-08T01:48:38.449548+0000 mgr.a (mgr.14403) 20633 : cluster 0 pgmap v15408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:40.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:39 smithi135 bash[32435]: audit 2023-12-08T01:48:38.693533+0000 mgr.a (mgr.14403) 20634 : audit 0 from='client.408750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:39 smithi079 bash[28699]: cluster 2023-12-08T01:48:38.449548+0000 mgr.a (mgr.14403) 20633 : cluster 0 pgmap v15408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:39 smithi079 bash[28699]: audit 2023-12-08T01:48:38.693533+0000 mgr.a (mgr.14403) 20634 : audit 0 from='client.408750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:41 smithi194 bash[32038]: cluster 2023-12-08T01:48:40.450588+0000 mgr.a (mgr.14403) 20635 : cluster 0 pgmap v15409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:41 smithi135 bash[32435]: cluster 2023-12-08T01:48:40.450588+0000 mgr.a (mgr.14403) 20635 : cluster 0 pgmap v15409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:41 smithi079 bash[28699]: cluster 2023-12-08T01:48:40.450588+0000 mgr.a (mgr.14403) 20635 : cluster 0 pgmap v15409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:43 smithi194 bash[32038]: cluster 2023-12-08T01:48:42.451185+0000 mgr.a (mgr.14403) 20636 : cluster 0 pgmap v15410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:43 smithi135 bash[32435]: cluster 2023-12-08T01:48:42.451185+0000 mgr.a (mgr.14403) 20636 : cluster 0 pgmap v15410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:44.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:48:44.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:44.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:43 smithi079 bash[28699]: cluster 2023-12-08T01:48:42.451185+0000 mgr.a (mgr.14403) 20636 : cluster 0 pgmap v15410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:45.154 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:48:45.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:45.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:45.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:45.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:48:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:45 smithi194 bash[32038]: cluster 2023-12-08T01:48:44.451910+0000 mgr.a (mgr.14403) 20637 : cluster 0 pgmap v15411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:45 smithi194 bash[32038]: audit 2023-12-08T01:48:44.623965+0000 mgr.a (mgr.14403) 20638 : audit 0 from='client.408828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:45 smithi135 bash[32435]: cluster 2023-12-08T01:48:44.451910+0000 mgr.a (mgr.14403) 20637 : cluster 0 pgmap v15411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:45 smithi135 bash[32435]: audit 2023-12-08T01:48:44.623965+0000 mgr.a (mgr.14403) 20638 : audit 0 from='client.408828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:45 smithi079 bash[28699]: cluster 2023-12-08T01:48:44.451910+0000 mgr.a (mgr.14403) 20637 : cluster 0 pgmap v15411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:45 smithi079 bash[28699]: audit 2023-12-08T01:48:44.623965+0000 mgr.a (mgr.14403) 20638 : audit 0 from='client.408828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:47 smithi194 bash[32038]: cluster 2023-12-08T01:48:46.452631+0000 mgr.a (mgr.14403) 20639 : cluster 0 pgmap v15412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:48.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:47 smithi135 bash[32435]: cluster 2023-12-08T01:48:46.452631+0000 mgr.a (mgr.14403) 20639 : cluster 0 pgmap v15412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:47 smithi079 bash[28699]: cluster 2023-12-08T01:48:46.452631+0000 mgr.a (mgr.14403) 20639 : cluster 0 pgmap v15412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:50.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:48:50.158 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:50.158 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:49 smithi194 bash[32038]: cluster 2023-12-08T01:48:48.453229+0000 mgr.a (mgr.14403) 20640 : cluster 0 pgmap v15413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:49 smithi135 bash[32435]: cluster 2023-12-08T01:48:48.453229+0000 mgr.a (mgr.14403) 20640 : cluster 0 pgmap v15413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:49 smithi079 bash[28699]: cluster 2023-12-08T01:48:48.453229+0000 mgr.a (mgr.14403) 20640 : cluster 0 pgmap v15413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:48:51.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:51.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:51.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:51.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:48:51.096 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:48:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:51 smithi194 bash[32038]: cluster 2023-12-08T01:48:50.454032+0000 mgr.a (mgr.14403) 20641 : cluster 0 pgmap v15414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:51 smithi194 bash[32038]: audit 2023-12-08T01:48:50.561136+0000 mgr.a (mgr.14403) 20642 : audit 0 from='client.408906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:51 smithi135 bash[32435]: cluster 2023-12-08T01:48:50.454032+0000 mgr.a (mgr.14403) 20641 : cluster 0 pgmap v15414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:52.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:51 smithi135 bash[32435]: audit 2023-12-08T01:48:50.561136+0000 mgr.a (mgr.14403) 20642 : audit 0 from='client.408906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:51 smithi079 bash[28699]: cluster 2023-12-08T01:48:50.454032+0000 mgr.a (mgr.14403) 20641 : cluster 0 pgmap v15414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:51 smithi079 bash[28699]: audit 2023-12-08T01:48:50.561136+0000 mgr.a (mgr.14403) 20642 : audit 0 from='client.408906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:53 smithi194 bash[32038]: cluster 2023-12-08T01:48:52.454736+0000 mgr.a (mgr.14403) 20643 : cluster 0 pgmap v15415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:53 smithi135 bash[32435]: cluster 2023-12-08T01:48:52.454736+0000 mgr.a (mgr.14403) 20643 : cluster 0 pgmap v15415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:53 smithi079 bash[28699]: cluster 2023-12-08T01:48:52.454736+0000 mgr.a (mgr.14403) 20643 : cluster 0 pgmap v15415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:56.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:48:56.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:48:56.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:48:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:55 smithi194 bash[32038]: cluster 2023-12-08T01:48:54.455606+0000 mgr.a (mgr.14403) 20644 : cluster 0 pgmap v15416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:55 smithi135 bash[32435]: cluster 2023-12-08T01:48:54.455606+0000 mgr.a (mgr.14403) 20644 : cluster 0 pgmap v15416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:55 smithi079 bash[28699]: cluster 2023-12-08T01:48:54.455606+0000 mgr.a (mgr.14403) 20644 : cluster 0 pgmap v15416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:48:57.026 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:48:57.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:48:57.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:48:57.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:48:57.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:48:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:57 smithi194 bash[32038]: cluster 2023-12-08T01:48:56.456018+0000 mgr.a (mgr.14403) 20645 : cluster 0 pgmap v15417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:57 smithi194 bash[32038]: audit 2023-12-08T01:48:56.509857+0000 mgr.a (mgr.14403) 20646 : audit 0 from='client.408978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:57 smithi135 bash[32435]: cluster 2023-12-08T01:48:56.456018+0000 mgr.a (mgr.14403) 20645 : cluster 0 pgmap v15417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:57 smithi135 bash[32435]: audit 2023-12-08T01:48:56.509857+0000 mgr.a (mgr.14403) 20646 : audit 0 from='client.408978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:48:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:57 smithi079 bash[28699]: cluster 2023-12-08T01:48:56.456018+0000 mgr.a (mgr.14403) 20645 : cluster 0 pgmap v15417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:48:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:57 smithi079 bash[28699]: audit 2023-12-08T01:48:56.509857+0000 mgr.a (mgr.14403) 20646 : audit 0 from='client.408978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:48:59 smithi194 bash[32038]: cluster 2023-12-08T01:48:58.456826+0000 mgr.a (mgr.14403) 20647 : cluster 0 pgmap v15418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:48:59 smithi135 bash[32435]: cluster 2023-12-08T01:48:58.456826+0000 mgr.a (mgr.14403) 20647 : cluster 0 pgmap v15418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:48:59 smithi079 bash[28699]: cluster 2023-12-08T01:48:58.456826+0000 mgr.a (mgr.14403) 20647 : cluster 0 pgmap v15418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:02.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:49:02.029 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:02.029 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:02.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:01 smithi135 bash[32435]: cluster 2023-12-08T01:49:00.457859+0000 mgr.a (mgr.14403) 20648 : cluster 0 pgmap v15419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:01 smithi079 bash[28699]: cluster 2023-12-08T01:49:00.457859+0000 mgr.a (mgr.14403) 20648 : cluster 0 pgmap v15419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:01 smithi194 bash[32038]: cluster 2023-12-08T01:49:00.457859+0000 mgr.a (mgr.14403) 20648 : cluster 0 pgmap v15419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:02.977 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:49:02.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:02.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:02.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:02.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:49:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:03 smithi079 bash[28699]: audit 2023-12-08T01:49:02.445065+0000 mgr.a (mgr.14403) 20649 : audit 0 from='client.409056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:03 smithi079 bash[28699]: cluster 2023-12-08T01:49:02.459265+0000 mgr.a (mgr.14403) 20650 : cluster 0 pgmap v15420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:03 smithi194 bash[32038]: audit 2023-12-08T01:49:02.445065+0000 mgr.a (mgr.14403) 20649 : audit 0 from='client.409056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:03 smithi194 bash[32038]: cluster 2023-12-08T01:49:02.459265+0000 mgr.a (mgr.14403) 20650 : cluster 0 pgmap v15420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:03 smithi135 bash[32435]: audit 2023-12-08T01:49:02.445065+0000 mgr.a (mgr.14403) 20649 : audit 0 from='client.409056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:03 smithi135 bash[32435]: cluster 2023-12-08T01:49:02.459265+0000 mgr.a (mgr.14403) 20650 : cluster 0 pgmap v15420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:05 smithi079 bash[28699]: cluster 2023-12-08T01:49:04.460165+0000 mgr.a (mgr.14403) 20651 : cluster 0 pgmap v15421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:05 smithi194 bash[32038]: cluster 2023-12-08T01:49:04.460165+0000 mgr.a (mgr.14403) 20651 : cluster 0 pgmap v15421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:05 smithi135 bash[32435]: cluster 2023-12-08T01:49:04.460165+0000 mgr.a (mgr.14403) 20651 : cluster 0 pgmap v15421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:07.979 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:49:07.980 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:07.980 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:07 smithi079 bash[28699]: cluster 2023-12-08T01:49:06.460790+0000 mgr.a (mgr.14403) 20652 : cluster 0 pgmap v15422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:07 smithi194 bash[32038]: cluster 2023-12-08T01:49:06.460790+0000 mgr.a (mgr.14403) 20652 : cluster 0 pgmap v15422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:07 smithi135 bash[32435]: cluster 2023-12-08T01:49:06.460790+0000 mgr.a (mgr.14403) 20652 : cluster 0 pgmap v15422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:08.877 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:49:08.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:08.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:08.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:08.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:49:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:09 smithi079 bash[28699]: audit 2023-12-08T01:49:08.372983+0000 mgr.a (mgr.14403) 20653 : audit 0 from='client.409131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:09 smithi079 bash[28699]: cluster 2023-12-08T01:49:08.461308+0000 mgr.a (mgr.14403) 20654 : cluster 0 pgmap v15423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:09 smithi194 bash[32038]: audit 2023-12-08T01:49:08.372983+0000 mgr.a (mgr.14403) 20653 : audit 0 from='client.409131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:09 smithi194 bash[32038]: cluster 2023-12-08T01:49:08.461308+0000 mgr.a (mgr.14403) 20654 : cluster 0 pgmap v15423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:09 smithi135 bash[32435]: audit 2023-12-08T01:49:08.372983+0000 mgr.a (mgr.14403) 20653 : audit 0 from='client.409131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:09 smithi135 bash[32435]: cluster 2023-12-08T01:49:08.461308+0000 mgr.a (mgr.14403) 20654 : cluster 0 pgmap v15423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:11 smithi079 bash[28699]: cluster 2023-12-08T01:49:10.462283+0000 mgr.a (mgr.14403) 20655 : cluster 0 pgmap v15424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:49:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:11 smithi194 bash[32038]: cluster 2023-12-08T01:49:10.462283+0000 mgr.a (mgr.14403) 20655 : cluster 0 pgmap v15424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:49:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:11 smithi135 bash[32435]: cluster 2023-12-08T01:49:10.462283+0000 mgr.a (mgr.14403) 20655 : cluster 0 pgmap v15424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:49:13.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:49:13.880 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:13.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:13 smithi079 bash[28699]: cluster 2023-12-08T01:49:12.462844+0000 mgr.a (mgr.14403) 20656 : cluster 0 pgmap v15425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:49:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:13 smithi194 bash[32038]: cluster 2023-12-08T01:49:12.462844+0000 mgr.a (mgr.14403) 20656 : cluster 0 pgmap v15425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:49:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:13 smithi135 bash[32435]: cluster 2023-12-08T01:49:12.462844+0000 mgr.a (mgr.14403) 20656 : cluster 0 pgmap v15425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:49:14.804 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:49:14.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:14.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:14.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:14.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:49:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:15 smithi079 bash[28699]: audit 2023-12-08T01:49:14.287397+0000 mgr.a (mgr.14403) 20657 : audit 0 from='client.311368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:15 smithi079 bash[28699]: cluster 2023-12-08T01:49:14.463951+0000 mgr.a (mgr.14403) 20658 : cluster 0 pgmap v15426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:15 smithi194 bash[32038]: audit 2023-12-08T01:49:14.287397+0000 mgr.a (mgr.14403) 20657 : audit 0 from='client.311368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:15 smithi194 bash[32038]: cluster 2023-12-08T01:49:14.463951+0000 mgr.a (mgr.14403) 20658 : cluster 0 pgmap v15426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:15 smithi135 bash[32435]: audit 2023-12-08T01:49:14.287397+0000 mgr.a (mgr.14403) 20657 : audit 0 from='client.311368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:16.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:15 smithi135 bash[32435]: cluster 2023-12-08T01:49:14.463951+0000 mgr.a (mgr.14403) 20658 : cluster 0 pgmap v15426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:17 smithi079 bash[28699]: cluster 2023-12-08T01:49:16.464676+0000 mgr.a (mgr.14403) 20659 : cluster 0 pgmap v15427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:17 smithi194 bash[32038]: cluster 2023-12-08T01:49:16.464676+0000 mgr.a (mgr.14403) 20659 : cluster 0 pgmap v15427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:17 smithi135 bash[32435]: cluster 2023-12-08T01:49:16.464676+0000 mgr.a (mgr.14403) 20659 : cluster 0 pgmap v15427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:19.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:49:19.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:19.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:19 smithi079 bash[28699]: cluster 2023-12-08T01:49:18.465252+0000 mgr.a (mgr.14403) 20660 : cluster 0 pgmap v15428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:19 smithi194 bash[32038]: cluster 2023-12-08T01:49:18.465252+0000 mgr.a (mgr.14403) 20660 : cluster 0 pgmap v15428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:19 smithi135 bash[32435]: cluster 2023-12-08T01:49:18.465252+0000 mgr.a (mgr.14403) 20660 : cluster 0 pgmap v15428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:20.706 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:49:20.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:20.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:20.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:20.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:49:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:22 smithi079 bash[28699]: audit 2023-12-08T01:49:20.214652+0000 mgr.a (mgr.14403) 20661 : audit 0 from='client.409287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:22 smithi079 bash[28699]: cluster 2023-12-08T01:49:20.478427+0000 mgr.a (mgr.14403) 20662 : cluster 0 pgmap v15429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:22 smithi194 bash[32038]: audit 2023-12-08T01:49:20.214652+0000 mgr.a (mgr.14403) 20661 : audit 0 from='client.409287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:22 smithi194 bash[32038]: cluster 2023-12-08T01:49:20.478427+0000 mgr.a (mgr.14403) 20662 : cluster 0 pgmap v15429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:22 smithi135 bash[32435]: audit 2023-12-08T01:49:20.214652+0000 mgr.a (mgr.14403) 20661 : audit 0 from='client.409287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:22 smithi135 bash[32435]: cluster 2023-12-08T01:49:20.478427+0000 mgr.a (mgr.14403) 20662 : cluster 0 pgmap v15429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:24 smithi079 bash[28699]: cluster 2023-12-08T01:49:22.479208+0000 mgr.a (mgr.14403) 20663 : cluster 0 pgmap v15430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:49:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:24 smithi194 bash[32038]: cluster 2023-12-08T01:49:22.479208+0000 mgr.a (mgr.14403) 20663 : cluster 0 pgmap v15430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:49:24.486 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:24 smithi135 bash[32435]: cluster 2023-12-08T01:49:22.479208+0000 mgr.a (mgr.14403) 20663 : cluster 0 pgmap v15430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:49:25.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:49:25.710 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:25.710 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:26 smithi079 bash[28699]: cluster 2023-12-08T01:49:24.480024+0000 mgr.a (mgr.14403) 20664 : cluster 0 pgmap v15431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:49:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:26 smithi194 bash[32038]: cluster 2023-12-08T01:49:24.480024+0000 mgr.a (mgr.14403) 20664 : cluster 0 pgmap v15431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:49:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:26 smithi135 bash[32435]: cluster 2023-12-08T01:49:24.480024+0000 mgr.a (mgr.14403) 20664 : cluster 0 pgmap v15431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:49:26.612 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:49:26.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:26.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:26.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:26.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:49:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:28 smithi079 bash[28699]: audit 2023-12-08T01:49:26.109508+0000 mgr.a (mgr.14403) 20665 : audit 0 from='client.409359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:28 smithi079 bash[28699]: cluster 2023-12-08T01:49:26.490634+0000 mgr.a (mgr.14403) 20666 : cluster 0 pgmap v15432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:28.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:28 smithi194 bash[32038]: audit 2023-12-08T01:49:26.109508+0000 mgr.a (mgr.14403) 20665 : audit 0 from='client.409359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:28.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:28 smithi194 bash[32038]: cluster 2023-12-08T01:49:26.490634+0000 mgr.a (mgr.14403) 20666 : cluster 0 pgmap v15432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:28 smithi135 bash[32435]: audit 2023-12-08T01:49:26.109508+0000 mgr.a (mgr.14403) 20665 : audit 0 from='client.409359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:28 smithi135 bash[32435]: cluster 2023-12-08T01:49:26.490634+0000 mgr.a (mgr.14403) 20666 : cluster 0 pgmap v15432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:29.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:29 smithi079 bash[28699]: audit 2023-12-08T01:49:28.709378+0000 mon.a (mon.0) 3303 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:49:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:29 smithi194 bash[32038]: audit 2023-12-08T01:49:28.709378+0000 mon.a (mon.0) 3303 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:49:29.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:29 smithi135 bash[32435]: audit 2023-12-08T01:49:28.709378+0000 mon.a (mon.0) 3303 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:49:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:30 smithi079 bash[28699]: cluster 2023-12-08T01:49:28.491611+0000 mgr.a (mgr.14403) 20667 : cluster 0 pgmap v15433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:49:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:30 smithi079 bash[28699]: audit 2023-12-08T01:49:29.241182+0000 mon.a (mon.0) 3304 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:30 smithi079 bash[28699]: audit 2023-12-08T01:49:29.249978+0000 mon.a (mon.0) 3305 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:30 smithi079 bash[28699]: audit 2023-12-08T01:49:29.818479+0000 mon.a (mon.0) 3306 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:30 smithi079 bash[28699]: audit 2023-12-08T01:49:29.824141+0000 mon.a (mon.0) 3307 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:30 smithi079 bash[28699]: audit 2023-12-08T01:49:29.829547+0000 mon.a (mon.0) 3308 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:30 smithi079 bash[28699]: audit 2023-12-08T01:49:29.833575+0000 mon.a (mon.0) 3309 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:30 smithi194 bash[32038]: cluster 2023-12-08T01:49:28.491611+0000 mgr.a (mgr.14403) 20667 : cluster 0 pgmap v15433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:49:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:30 smithi194 bash[32038]: audit 2023-12-08T01:49:29.241182+0000 mon.a (mon.0) 3304 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:30 smithi194 bash[32038]: audit 2023-12-08T01:49:29.249978+0000 mon.a (mon.0) 3305 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:30 smithi194 bash[32038]: audit 2023-12-08T01:49:29.818479+0000 mon.a (mon.0) 3306 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:30 smithi194 bash[32038]: audit 2023-12-08T01:49:29.824141+0000 mon.a (mon.0) 3307 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:30 smithi194 bash[32038]: audit 2023-12-08T01:49:29.829547+0000 mon.a (mon.0) 3308 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:30 smithi194 bash[32038]: audit 2023-12-08T01:49:29.833575+0000 mon.a (mon.0) 3309 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:30 smithi135 bash[32435]: cluster 2023-12-08T01:49:28.491611+0000 mgr.a (mgr.14403) 20667 : cluster 0 pgmap v15433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:49:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:30 smithi135 bash[32435]: audit 2023-12-08T01:49:29.241182+0000 mon.a (mon.0) 3304 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:30 smithi135 bash[32435]: audit 2023-12-08T01:49:29.249978+0000 mon.a (mon.0) 3305 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:30 smithi135 bash[32435]: audit 2023-12-08T01:49:29.818479+0000 mon.a (mon.0) 3306 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:30 smithi135 bash[32435]: audit 2023-12-08T01:49:29.824141+0000 mon.a (mon.0) 3307 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:30 smithi135 bash[32435]: audit 2023-12-08T01:49:29.829547+0000 mon.a (mon.0) 3308 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:30 smithi135 bash[32435]: audit 2023-12-08T01:49:29.833575+0000 mon.a (mon.0) 3309 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:31.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:49:31.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:31.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:31 smithi079 bash[28699]: audit 2023-12-08T01:49:30.371099+0000 mon.a (mon.0) 3310 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:31 smithi079 bash[28699]: audit 2023-12-08T01:49:30.376101+0000 mon.a (mon.0) 3311 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:31 smithi079 bash[28699]: audit 2023-12-08T01:49:30.377456+0000 mon.a (mon.0) 3312 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:49:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:31 smithi079 bash[28699]: audit 2023-12-08T01:49:30.378737+0000 mon.a (mon.0) 3313 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:49:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:31 smithi079 bash[28699]: audit 2023-12-08T01:49:30.385063+0000 mon.a (mon.0) 3314 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:31 smithi079 bash[28699]: cluster 2023-12-08T01:49:30.492165+0000 mgr.a (mgr.14403) 20668 : cluster 0 pgmap v15434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:31 smithi194 bash[32038]: audit 2023-12-08T01:49:30.371099+0000 mon.a (mon.0) 3310 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:31 smithi194 bash[32038]: audit 2023-12-08T01:49:30.376101+0000 mon.a (mon.0) 3311 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:31 smithi194 bash[32038]: audit 2023-12-08T01:49:30.377456+0000 mon.a (mon.0) 3312 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:49:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:31 smithi194 bash[32038]: audit 2023-12-08T01:49:30.378737+0000 mon.a (mon.0) 3313 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:49:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:31 smithi194 bash[32038]: audit 2023-12-08T01:49:30.385063+0000 mon.a (mon.0) 3314 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:31 smithi194 bash[32038]: cluster 2023-12-08T01:49:30.492165+0000 mgr.a (mgr.14403) 20668 : cluster 0 pgmap v15434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:31 smithi135 bash[32435]: audit 2023-12-08T01:49:30.371099+0000 mon.a (mon.0) 3310 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:31 smithi135 bash[32435]: audit 2023-12-08T01:49:30.376101+0000 mon.a (mon.0) 3311 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:31 smithi135 bash[32435]: audit 2023-12-08T01:49:30.377456+0000 mon.a (mon.0) 3312 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:49:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:31 smithi135 bash[32435]: audit 2023-12-08T01:49:30.378737+0000 mon.a (mon.0) 3313 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:49:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:31 smithi135 bash[32435]: audit 2023-12-08T01:49:30.385063+0000 mon.a (mon.0) 3314 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:49:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:31 smithi135 bash[32435]: cluster 2023-12-08T01:49:30.492165+0000 mgr.a (mgr.14403) 20668 : cluster 0 pgmap v15434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:32.511 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:49:32.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:32.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:32.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:32.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:49:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:32 smithi079 bash[28699]: audit 2023-12-08T01:49:32.021071+0000 mgr.a (mgr.14403) 20669 : audit 0 from='client.409437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:32 smithi194 bash[32038]: audit 2023-12-08T01:49:32.021071+0000 mgr.a (mgr.14403) 20669 : audit 0 from='client.409437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:32 smithi135 bash[32435]: audit 2023-12-08T01:49:32.021071+0000 mgr.a (mgr.14403) 20669 : audit 0 from='client.409437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:33 smithi194 bash[32038]: cluster 2023-12-08T01:49:32.492751+0000 mgr.a (mgr.14403) 20670 : cluster 0 pgmap v15435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:33 smithi135 bash[32435]: cluster 2023-12-08T01:49:32.492751+0000 mgr.a (mgr.14403) 20670 : cluster 0 pgmap v15435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:33 smithi079 bash[28699]: cluster 2023-12-08T01:49:32.492751+0000 mgr.a (mgr.14403) 20670 : cluster 0 pgmap v15435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:35 smithi194 bash[32038]: cluster 2023-12-08T01:49:34.493568+0000 mgr.a (mgr.14403) 20671 : cluster 0 pgmap v15436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:35 smithi135 bash[32435]: cluster 2023-12-08T01:49:34.493568+0000 mgr.a (mgr.14403) 20671 : cluster 0 pgmap v15436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:35 smithi079 bash[28699]: cluster 2023-12-08T01:49:34.493568+0000 mgr.a (mgr.14403) 20671 : cluster 0 pgmap v15436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:49:37.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:49:37.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:37.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:37 smithi194 bash[32038]: cluster 2023-12-08T01:49:36.494092+0000 mgr.a (mgr.14403) 20672 : cluster 0 pgmap v15437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:37 smithi135 bash[32435]: cluster 2023-12-08T01:49:36.494092+0000 mgr.a (mgr.14403) 20672 : cluster 0 pgmap v15437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:37 smithi079 bash[28699]: cluster 2023-12-08T01:49:36.494092+0000 mgr.a (mgr.14403) 20672 : cluster 0 pgmap v15437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:38.426 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:49:38.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:38.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:38.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:38.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:49:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:38 smithi194 bash[32038]: audit 2023-12-08T01:49:37.917564+0000 mgr.a (mgr.14403) 20673 : audit 0 from='client.409512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:38 smithi135 bash[32435]: audit 2023-12-08T01:49:37.917564+0000 mgr.a (mgr.14403) 20673 : audit 0 from='client.409512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:39.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:38 smithi079 bash[28699]: audit 2023-12-08T01:49:37.917564+0000 mgr.a (mgr.14403) 20673 : audit 0 from='client.409512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:39 smithi194 bash[32038]: cluster 2023-12-08T01:49:38.495030+0000 mgr.a (mgr.14403) 20674 : cluster 0 pgmap v15438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:49:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:39 smithi135 bash[32435]: cluster 2023-12-08T01:49:38.495030+0000 mgr.a (mgr.14403) 20674 : cluster 0 pgmap v15438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:49:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:39 smithi079 bash[28699]: cluster 2023-12-08T01:49:38.495030+0000 mgr.a (mgr.14403) 20674 : cluster 0 pgmap v15438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:49:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:41 smithi194 bash[32038]: cluster 2023-12-08T01:49:40.495649+0000 mgr.a (mgr.14403) 20675 : cluster 0 pgmap v15439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:49:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:41 smithi135 bash[32435]: cluster 2023-12-08T01:49:40.495649+0000 mgr.a (mgr.14403) 20675 : cluster 0 pgmap v15439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:49:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:41 smithi079 bash[28699]: cluster 2023-12-08T01:49:40.495649+0000 mgr.a (mgr.14403) 20675 : cluster 0 pgmap v15439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:49:43.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:49:43.429 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:43.430 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:43 smithi194 bash[32038]: cluster 2023-12-08T01:49:42.496153+0000 mgr.a (mgr.14403) 20676 : cluster 0 pgmap v15440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:43 smithi135 bash[32435]: cluster 2023-12-08T01:49:42.496153+0000 mgr.a (mgr.14403) 20676 : cluster 0 pgmap v15440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:44.299 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:49:44.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:44.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:44.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:44.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:49:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:43 smithi079 bash[28699]: cluster 2023-12-08T01:49:42.496153+0000 mgr.a (mgr.14403) 20676 : cluster 0 pgmap v15440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:45.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:44 smithi135 bash[32435]: audit 2023-12-08T01:49:43.837423+0000 mgr.a (mgr.14403) 20677 : audit 0 from='client.409581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:44 smithi079 bash[28699]: audit 2023-12-08T01:49:43.837423+0000 mgr.a (mgr.14403) 20677 : audit 0 from='client.409581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:44 smithi194 bash[32038]: audit 2023-12-08T01:49:43.837423+0000 mgr.a (mgr.14403) 20677 : audit 0 from='client.409581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:45 smithi135 bash[32435]: cluster 2023-12-08T01:49:44.497312+0000 mgr.a (mgr.14403) 20678 : cluster 0 pgmap v15441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:45 smithi079 bash[28699]: cluster 2023-12-08T01:49:44.497312+0000 mgr.a (mgr.14403) 20678 : cluster 0 pgmap v15441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:45 smithi194 bash[32038]: cluster 2023-12-08T01:49:44.497312+0000 mgr.a (mgr.14403) 20678 : cluster 0 pgmap v15441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:47 smithi079 bash[28699]: cluster 2023-12-08T01:49:46.498050+0000 mgr.a (mgr.14403) 20679 : cluster 0 pgmap v15442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:47 smithi194 bash[32038]: cluster 2023-12-08T01:49:46.498050+0000 mgr.a (mgr.14403) 20679 : cluster 0 pgmap v15442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:47 smithi135 bash[32435]: cluster 2023-12-08T01:49:46.498050+0000 mgr.a (mgr.14403) 20679 : cluster 0 pgmap v15442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:49.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:49:49.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:49.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:50.203 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:49:50.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:50.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:50.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:50.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:49:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:49 smithi079 bash[28699]: cluster 2023-12-08T01:49:48.498788+0000 mgr.a (mgr.14403) 20680 : cluster 0 pgmap v15443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:49:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:49 smithi194 bash[32038]: cluster 2023-12-08T01:49:48.498788+0000 mgr.a (mgr.14403) 20680 : cluster 0 pgmap v15443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:49:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:49 smithi135 bash[32435]: cluster 2023-12-08T01:49:48.498788+0000 mgr.a (mgr.14403) 20680 : cluster 0 pgmap v15443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:49:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:50 smithi079 bash[28699]: audit 2023-12-08T01:49:49.706353+0000 mgr.a (mgr.14403) 20681 : audit 0 from='client.409656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:50 smithi194 bash[32038]: audit 2023-12-08T01:49:49.706353+0000 mgr.a (mgr.14403) 20681 : audit 0 from='client.409656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:51.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:50 smithi135 bash[32435]: audit 2023-12-08T01:49:49.706353+0000 mgr.a (mgr.14403) 20681 : audit 0 from='client.409656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:52.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:51 smithi079 bash[28699]: cluster 2023-12-08T01:49:50.499812+0000 mgr.a (mgr.14403) 20682 : cluster 0 pgmap v15444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:49:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:51 smithi194 bash[32038]: cluster 2023-12-08T01:49:50.499812+0000 mgr.a (mgr.14403) 20682 : cluster 0 pgmap v15444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:49:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:51 smithi135 bash[32435]: cluster 2023-12-08T01:49:50.499812+0000 mgr.a (mgr.14403) 20682 : cluster 0 pgmap v15444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:49:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:53 smithi079 bash[28699]: cluster 2023-12-08T01:49:52.500476+0000 mgr.a (mgr.14403) 20683 : cluster 0 pgmap v15445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:53 smithi194 bash[32038]: cluster 2023-12-08T01:49:52.500476+0000 mgr.a (mgr.14403) 20683 : cluster 0 pgmap v15445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:53 smithi135 bash[32435]: cluster 2023-12-08T01:49:52.500476+0000 mgr.a (mgr.14403) 20683 : cluster 0 pgmap v15445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:49:55.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:49:55.207 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:49:55.207 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:49:56.112 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:49:56.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:49:56.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:49:56.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:49:56.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:49:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:55 smithi079 bash[28699]: cluster 2023-12-08T01:49:54.501291+0000 mgr.a (mgr.14403) 20684 : cluster 0 pgmap v15446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:55 smithi194 bash[32038]: cluster 2023-12-08T01:49:54.501291+0000 mgr.a (mgr.14403) 20684 : cluster 0 pgmap v15446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:55 smithi135 bash[32435]: cluster 2023-12-08T01:49:54.501291+0000 mgr.a (mgr.14403) 20684 : cluster 0 pgmap v15446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:56 smithi079 bash[28699]: audit 2023-12-08T01:49:55.617989+0000 mgr.a (mgr.14403) 20685 : audit 0 from='client.409734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:57.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:56 smithi194 bash[32038]: audit 2023-12-08T01:49:55.617989+0000 mgr.a (mgr.14403) 20685 : audit 0 from='client.409734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:57.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:56 smithi135 bash[32435]: audit 2023-12-08T01:49:55.617989+0000 mgr.a (mgr.14403) 20685 : audit 0 from='client.409734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:49:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:57 smithi079 bash[28699]: cluster 2023-12-08T01:49:56.502013+0000 mgr.a (mgr.14403) 20686 : cluster 0 pgmap v15447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:57 smithi194 bash[32038]: cluster 2023-12-08T01:49:56.502013+0000 mgr.a (mgr.14403) 20686 : cluster 0 pgmap v15447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:49:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:57 smithi135 bash[32435]: cluster 2023-12-08T01:49:56.502013+0000 mgr.a (mgr.14403) 20686 : cluster 0 pgmap v15447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:49:59 smithi079 bash[28699]: cluster 2023-12-08T01:49:58.502791+0000 mgr.a (mgr.14403) 20687 : cluster 0 pgmap v15448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:50:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:49:59 smithi194 bash[32038]: cluster 2023-12-08T01:49:58.502791+0000 mgr.a (mgr.14403) 20687 : cluster 0 pgmap v15448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:50:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:49:59 smithi135 bash[32435]: cluster 2023-12-08T01:49:58.502791+0000 mgr.a (mgr.14403) 20687 : cluster 0 pgmap v15448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:50:01.115 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:50:01.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:01.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:01.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:01 smithi079 bash[28699]: cluster 2023-12-08T01:50:00.001064+0000 mon.a (mon.0) 3315 : cluster 1 overall HEALTH_OK 2023-12-08T01:50:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:01 smithi194 bash[32038]: cluster 2023-12-08T01:50:00.001064+0000 mon.a (mon.0) 3315 : cluster 1 overall HEALTH_OK 2023-12-08T01:50:01.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:01 smithi135 bash[32435]: cluster 2023-12-08T01:50:00.001064+0000 mon.a (mon.0) 3315 : cluster 1 overall HEALTH_OK 2023-12-08T01:50:02.018 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:50:02.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:02.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:02.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:02.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:50:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:02 smithi079 bash[28699]: cluster 2023-12-08T01:50:00.503438+0000 mgr.a (mgr.14403) 20688 : cluster 0 pgmap v15449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:50:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:02 smithi194 bash[32038]: cluster 2023-12-08T01:50:00.503438+0000 mgr.a (mgr.14403) 20688 : cluster 0 pgmap v15449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:50:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:02 smithi135 bash[32435]: cluster 2023-12-08T01:50:00.503438+0000 mgr.a (mgr.14403) 20688 : cluster 0 pgmap v15449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:50:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:03 smithi079 bash[28699]: audit 2023-12-08T01:50:01.508967+0000 mgr.a (mgr.14403) 20689 : audit 0 from='client.409812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:03 smithi194 bash[32038]: audit 2023-12-08T01:50:01.508967+0000 mgr.a (mgr.14403) 20689 : audit 0 from='client.409812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:03 smithi135 bash[32435]: audit 2023-12-08T01:50:01.508967+0000 mgr.a (mgr.14403) 20689 : audit 0 from='client.409812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:04 smithi079 bash[28699]: cluster 2023-12-08T01:50:02.504218+0000 mgr.a (mgr.14403) 20690 : cluster 0 pgmap v15450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:04 smithi194 bash[32038]: cluster 2023-12-08T01:50:02.504218+0000 mgr.a (mgr.14403) 20690 : cluster 0 pgmap v15450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:04 smithi135 bash[32435]: cluster 2023-12-08T01:50:02.504218+0000 mgr.a (mgr.14403) 20690 : cluster 0 pgmap v15450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:06 smithi079 bash[28699]: cluster 2023-12-08T01:50:04.505049+0000 mgr.a (mgr.14403) 20691 : cluster 0 pgmap v15451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:06 smithi194 bash[32038]: cluster 2023-12-08T01:50:04.505049+0000 mgr.a (mgr.14403) 20691 : cluster 0 pgmap v15451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:06 smithi135 bash[32435]: cluster 2023-12-08T01:50:04.505049+0000 mgr.a (mgr.14403) 20691 : cluster 0 pgmap v15451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:07.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:50:07.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:07.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:07.924 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:50:07.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:07.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:07.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:07.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:50:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:08 smithi079 bash[28699]: cluster 2023-12-08T01:50:06.505595+0000 mgr.a (mgr.14403) 20692 : cluster 0 pgmap v15452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:08 smithi194 bash[32038]: cluster 2023-12-08T01:50:06.505595+0000 mgr.a (mgr.14403) 20692 : cluster 0 pgmap v15452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:08 smithi135 bash[32435]: cluster 2023-12-08T01:50:06.505595+0000 mgr.a (mgr.14403) 20692 : cluster 0 pgmap v15452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:09.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:09 smithi079 bash[28699]: audit 2023-12-08T01:50:07.430110+0000 mgr.a (mgr.14403) 20693 : audit 0 from='client.409890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:09.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:09 smithi194 bash[32038]: audit 2023-12-08T01:50:07.430110+0000 mgr.a (mgr.14403) 20693 : audit 0 from='client.409890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:09.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:09 smithi135 bash[32435]: audit 2023-12-08T01:50:07.430110+0000 mgr.a (mgr.14403) 20693 : audit 0 from='client.409890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:10 smithi079 bash[28699]: cluster 2023-12-08T01:50:08.506504+0000 mgr.a (mgr.14403) 20694 : cluster 0 pgmap v15453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:50:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:10 smithi194 bash[32038]: cluster 2023-12-08T01:50:08.506504+0000 mgr.a (mgr.14403) 20694 : cluster 0 pgmap v15453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:50:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:10 smithi135 bash[32435]: cluster 2023-12-08T01:50:08.506504+0000 mgr.a (mgr.14403) 20694 : cluster 0 pgmap v15453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:50:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:12 smithi079 bash[28699]: cluster 2023-12-08T01:50:10.507211+0000 mgr.a (mgr.14403) 20695 : cluster 0 pgmap v15454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:50:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:12 smithi194 bash[32038]: cluster 2023-12-08T01:50:10.507211+0000 mgr.a (mgr.14403) 20695 : cluster 0 pgmap v15454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:50:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:12 smithi135 bash[32435]: cluster 2023-12-08T01:50:10.507211+0000 mgr.a (mgr.14403) 20695 : cluster 0 pgmap v15454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:50:12.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:50:12.928 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:12.928 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:13.824 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:50:13.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:13.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:13.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:13.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:50:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:14 smithi079 bash[28699]: cluster 2023-12-08T01:50:12.507797+0000 mgr.a (mgr.14403) 20696 : cluster 0 pgmap v15455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:14 smithi194 bash[32038]: cluster 2023-12-08T01:50:12.507797+0000 mgr.a (mgr.14403) 20696 : cluster 0 pgmap v15455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:14 smithi135 bash[32435]: cluster 2023-12-08T01:50:12.507797+0000 mgr.a (mgr.14403) 20696 : cluster 0 pgmap v15455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:15 smithi079 bash[28699]: audit 2023-12-08T01:50:13.328648+0000 mgr.a (mgr.14403) 20697 : audit 0 from='client.409968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:15 smithi194 bash[32038]: audit 2023-12-08T01:50:13.328648+0000 mgr.a (mgr.14403) 20697 : audit 0 from='client.409968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:15.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:15 smithi135 bash[32435]: audit 2023-12-08T01:50:13.328648+0000 mgr.a (mgr.14403) 20697 : audit 0 from='client.409968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:16 smithi079 bash[28699]: cluster 2023-12-08T01:50:14.508855+0000 mgr.a (mgr.14403) 20698 : cluster 0 pgmap v15456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:50:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:16 smithi194 bash[32038]: cluster 2023-12-08T01:50:14.508855+0000 mgr.a (mgr.14403) 20698 : cluster 0 pgmap v15456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:50:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:16 smithi135 bash[32435]: cluster 2023-12-08T01:50:14.508855+0000 mgr.a (mgr.14403) 20698 : cluster 0 pgmap v15456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:50:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:18 smithi079 bash[28699]: cluster 2023-12-08T01:50:16.509572+0000 mgr.a (mgr.14403) 20699 : cluster 0 pgmap v15457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:50:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:18 smithi194 bash[32038]: cluster 2023-12-08T01:50:16.509572+0000 mgr.a (mgr.14403) 20699 : cluster 0 pgmap v15457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:50:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:18 smithi135 bash[32435]: cluster 2023-12-08T01:50:16.509572+0000 mgr.a (mgr.14403) 20699 : cluster 0 pgmap v15457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:50:18.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:50:18.828 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:18.828 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:19.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:19.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:19.726 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:50:19.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:19.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:50:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:20 smithi079 bash[28699]: cluster 2023-12-08T01:50:18.510302+0000 mgr.a (mgr.14403) 20700 : cluster 0 pgmap v15458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:50:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:20 smithi194 bash[32038]: cluster 2023-12-08T01:50:18.510302+0000 mgr.a (mgr.14403) 20700 : cluster 0 pgmap v15458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:50:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:20 smithi135 bash[32435]: cluster 2023-12-08T01:50:18.510302+0000 mgr.a (mgr.14403) 20700 : cluster 0 pgmap v15458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:50:21.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:21 smithi079 bash[28699]: audit 2023-12-08T01:50:19.226076+0000 mgr.a (mgr.14403) 20701 : audit 0 from='client.410040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:21.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:21 smithi194 bash[32038]: audit 2023-12-08T01:50:19.226076+0000 mgr.a (mgr.14403) 20701 : audit 0 from='client.410040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:21.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:21 smithi135 bash[32435]: audit 2023-12-08T01:50:19.226076+0000 mgr.a (mgr.14403) 20701 : audit 0 from='client.410040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:22 smithi079 bash[28699]: cluster 2023-12-08T01:50:20.511128+0000 mgr.a (mgr.14403) 20702 : cluster 0 pgmap v15459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:50:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:22 smithi194 bash[32038]: cluster 2023-12-08T01:50:20.511128+0000 mgr.a (mgr.14403) 20702 : cluster 0 pgmap v15459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:50:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:22 smithi135 bash[32435]: cluster 2023-12-08T01:50:20.511128+0000 mgr.a (mgr.14403) 20702 : cluster 0 pgmap v15459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:50:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:23 smithi079 bash[28699]: cluster 2023-12-08T01:50:22.511729+0000 mgr.a (mgr.14403) 20703 : cluster 0 pgmap v15460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:23 smithi194 bash[32038]: cluster 2023-12-08T01:50:22.511729+0000 mgr.a (mgr.14403) 20703 : cluster 0 pgmap v15460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:23 smithi135 bash[32435]: cluster 2023-12-08T01:50:22.511729+0000 mgr.a (mgr.14403) 20703 : cluster 0 pgmap v15460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:24.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:50:24.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:24.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:25.661 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:50:25.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:25.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:25.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:25.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:50:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:25 smithi194 bash[32038]: cluster 2023-12-08T01:50:24.512494+0000 mgr.a (mgr.14403) 20704 : cluster 0 pgmap v15461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:25 smithi135 bash[32435]: cluster 2023-12-08T01:50:24.512494+0000 mgr.a (mgr.14403) 20704 : cluster 0 pgmap v15461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:25 smithi079 bash[28699]: cluster 2023-12-08T01:50:24.512494+0000 mgr.a (mgr.14403) 20704 : cluster 0 pgmap v15461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:27.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:26 smithi194 bash[32038]: audit 2023-12-08T01:50:25.138942+0000 mgr.a (mgr.14403) 20705 : audit 0 from='client.410115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:27.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:26 smithi135 bash[32435]: audit 2023-12-08T01:50:25.138942+0000 mgr.a (mgr.14403) 20705 : audit 0 from='client.410115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:26 smithi079 bash[28699]: audit 2023-12-08T01:50:25.138942+0000 mgr.a (mgr.14403) 20705 : audit 0 from='client.410115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:27 smithi194 bash[32038]: cluster 2023-12-08T01:50:26.513182+0000 mgr.a (mgr.14403) 20706 : cluster 0 pgmap v15462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:50:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:27 smithi135 bash[32435]: cluster 2023-12-08T01:50:26.513182+0000 mgr.a (mgr.14403) 20706 : cluster 0 pgmap v15462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:50:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:27 smithi079 bash[28699]: cluster 2023-12-08T01:50:26.513182+0000 mgr.a (mgr.14403) 20706 : cluster 0 pgmap v15462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:50:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:29 smithi194 bash[32038]: cluster 2023-12-08T01:50:28.513972+0000 mgr.a (mgr.14403) 20707 : cluster 0 pgmap v15463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:50:30.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:29 smithi135 bash[32435]: cluster 2023-12-08T01:50:28.513972+0000 mgr.a (mgr.14403) 20707 : cluster 0 pgmap v15463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:50:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:29 smithi079 bash[28699]: cluster 2023-12-08T01:50:28.513972+0000 mgr.a (mgr.14403) 20707 : cluster 0 pgmap v15463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:50:30.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:50:30.665 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:30.665 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:31.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:30 smithi079 bash[28699]: audit 2023-12-08T01:50:30.486816+0000 mon.a (mon.0) 3316 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:50:31.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:30 smithi194 bash[32038]: audit 2023-12-08T01:50:30.486816+0000 mon.a (mon.0) 3316 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:50:31.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:30 smithi135 bash[32435]: audit 2023-12-08T01:50:30.486816+0000 mon.a (mon.0) 3316 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:50:31.603 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:50:31.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:31.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:31.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:31.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:50:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:32 smithi079 bash[28699]: cluster 2023-12-08T01:50:30.514564+0000 mgr.a (mgr.14403) 20708 : cluster 0 pgmap v15464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:50:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:32 smithi079 bash[28699]: audit 2023-12-08T01:50:31.015260+0000 mon.a (mon.0) 3317 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:50:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:32 smithi079 bash[28699]: audit 2023-12-08T01:50:31.020552+0000 mon.a (mon.0) 3318 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:50:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:32 smithi079 bash[28699]: audit 2023-12-08T01:50:31.813023+0000 mon.a (mon.0) 3319 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:50:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:32 smithi079 bash[28699]: audit 2023-12-08T01:50:31.815249+0000 mon.a (mon.0) 3320 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:50:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:32 smithi079 bash[28699]: audit 2023-12-08T01:50:31.825857+0000 mon.a (mon.0) 3321 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:50:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:32 smithi194 bash[32038]: cluster 2023-12-08T01:50:30.514564+0000 mgr.a (mgr.14403) 20708 : cluster 0 pgmap v15464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:50:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:32 smithi194 bash[32038]: audit 2023-12-08T01:50:31.015260+0000 mon.a (mon.0) 3317 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:50:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:32 smithi194 bash[32038]: audit 2023-12-08T01:50:31.020552+0000 mon.a (mon.0) 3318 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:50:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:32 smithi194 bash[32038]: audit 2023-12-08T01:50:31.813023+0000 mon.a (mon.0) 3319 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:50:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:32 smithi194 bash[32038]: audit 2023-12-08T01:50:31.815249+0000 mon.a (mon.0) 3320 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:50:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:32 smithi194 bash[32038]: audit 2023-12-08T01:50:31.825857+0000 mon.a (mon.0) 3321 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:50:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:32 smithi135 bash[32435]: cluster 2023-12-08T01:50:30.514564+0000 mgr.a (mgr.14403) 20708 : cluster 0 pgmap v15464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:50:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:32 smithi135 bash[32435]: audit 2023-12-08T01:50:31.015260+0000 mon.a (mon.0) 3317 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:50:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:32 smithi135 bash[32435]: audit 2023-12-08T01:50:31.020552+0000 mon.a (mon.0) 3318 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:50:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:32 smithi135 bash[32435]: audit 2023-12-08T01:50:31.813023+0000 mon.a (mon.0) 3319 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:50:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:32 smithi135 bash[32435]: audit 2023-12-08T01:50:31.815249+0000 mon.a (mon.0) 3320 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:50:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:32 smithi135 bash[32435]: audit 2023-12-08T01:50:31.825857+0000 mon.a (mon.0) 3321 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:50:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:33 smithi079 bash[28699]: audit 2023-12-08T01:50:31.090451+0000 mgr.a (mgr.14403) 20709 : audit 0 from='client.410187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:33 smithi194 bash[32038]: audit 2023-12-08T01:50:31.090451+0000 mgr.a (mgr.14403) 20709 : audit 0 from='client.410187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:33 smithi135 bash[32435]: audit 2023-12-08T01:50:31.090451+0000 mgr.a (mgr.14403) 20709 : audit 0 from='client.410187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:34 smithi079 bash[28699]: cluster 2023-12-08T01:50:32.515262+0000 mgr.a (mgr.14403) 20710 : cluster 0 pgmap v15465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:34 smithi194 bash[32038]: cluster 2023-12-08T01:50:32.515262+0000 mgr.a (mgr.14403) 20710 : cluster 0 pgmap v15465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:34 smithi135 bash[32435]: cluster 2023-12-08T01:50:32.515262+0000 mgr.a (mgr.14403) 20710 : cluster 0 pgmap v15465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:36 smithi079 bash[28699]: cluster 2023-12-08T01:50:34.516013+0000 mgr.a (mgr.14403) 20711 : cluster 0 pgmap v15466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:36 smithi194 bash[32038]: cluster 2023-12-08T01:50:34.516013+0000 mgr.a (mgr.14403) 20711 : cluster 0 pgmap v15466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:36 smithi135 bash[32435]: cluster 2023-12-08T01:50:34.516013+0000 mgr.a (mgr.14403) 20711 : cluster 0 pgmap v15466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:36.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:50:36.607 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:36.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:37.521 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:50:37.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:37.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:37.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:37.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:50:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:38 smithi079 bash[28699]: cluster 2023-12-08T01:50:36.516586+0000 mgr.a (mgr.14403) 20712 : cluster 0 pgmap v15467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:38 smithi079 bash[28699]: audit 2023-12-08T01:50:37.010499+0000 mgr.a (mgr.14403) 20713 : audit 0 from='client.410262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:38 smithi194 bash[32038]: cluster 2023-12-08T01:50:36.516586+0000 mgr.a (mgr.14403) 20712 : cluster 0 pgmap v15467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:38 smithi194 bash[32038]: audit 2023-12-08T01:50:37.010499+0000 mgr.a (mgr.14403) 20713 : audit 0 from='client.410262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:38 smithi135 bash[32435]: cluster 2023-12-08T01:50:36.516586+0000 mgr.a (mgr.14403) 20712 : cluster 0 pgmap v15467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:38 smithi135 bash[32435]: audit 2023-12-08T01:50:37.010499+0000 mgr.a (mgr.14403) 20713 : audit 0 from='client.410262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:40 smithi079 bash[28699]: cluster 2023-12-08T01:50:38.517413+0000 mgr.a (mgr.14403) 20714 : cluster 0 pgmap v15468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:50:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:40 smithi194 bash[32038]: cluster 2023-12-08T01:50:38.517413+0000 mgr.a (mgr.14403) 20714 : cluster 0 pgmap v15468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:50:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:40 smithi135 bash[32435]: cluster 2023-12-08T01:50:38.517413+0000 mgr.a (mgr.14403) 20714 : cluster 0 pgmap v15468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:50:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:42 smithi079 bash[28699]: cluster 2023-12-08T01:50:40.518059+0000 mgr.a (mgr.14403) 20715 : cluster 0 pgmap v15469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:50:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:42 smithi194 bash[32038]: cluster 2023-12-08T01:50:40.518059+0000 mgr.a (mgr.14403) 20715 : cluster 0 pgmap v15469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:50:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:42 smithi135 bash[32435]: cluster 2023-12-08T01:50:40.518059+0000 mgr.a (mgr.14403) 20715 : cluster 0 pgmap v15469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:50:42.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:50:42.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:42.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:43.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:43.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:43.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:43.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:50:43.417 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:50:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:44 smithi079 bash[28699]: cluster 2023-12-08T01:50:42.518614+0000 mgr.a (mgr.14403) 20716 : cluster 0 pgmap v15470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:44 smithi079 bash[28699]: audit 2023-12-08T01:50:42.925324+0000 mgr.a (mgr.14403) 20717 : audit 0 from='client.410340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:44 smithi194 bash[32038]: cluster 2023-12-08T01:50:42.518614+0000 mgr.a (mgr.14403) 20716 : cluster 0 pgmap v15470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:44 smithi194 bash[32038]: audit 2023-12-08T01:50:42.925324+0000 mgr.a (mgr.14403) 20717 : audit 0 from='client.410340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:44 smithi135 bash[32435]: cluster 2023-12-08T01:50:42.518614+0000 mgr.a (mgr.14403) 20716 : cluster 0 pgmap v15470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:44 smithi135 bash[32435]: audit 2023-12-08T01:50:42.925324+0000 mgr.a (mgr.14403) 20717 : audit 0 from='client.410340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:46 smithi079 bash[28699]: cluster 2023-12-08T01:50:44.519619+0000 mgr.a (mgr.14403) 20718 : cluster 0 pgmap v15471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:46 smithi194 bash[32038]: cluster 2023-12-08T01:50:44.519619+0000 mgr.a (mgr.14403) 20718 : cluster 0 pgmap v15471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:46 smithi135 bash[32435]: cluster 2023-12-08T01:50:44.519619+0000 mgr.a (mgr.14403) 20718 : cluster 0 pgmap v15471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:50:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:48 smithi079 bash[28699]: cluster 2023-12-08T01:50:46.520210+0000 mgr.a (mgr.14403) 20719 : cluster 0 pgmap v15472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:48.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:50:48.420 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:48.420 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:48 smithi194 bash[32038]: cluster 2023-12-08T01:50:46.520210+0000 mgr.a (mgr.14403) 20719 : cluster 0 pgmap v15472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:48 smithi135 bash[32435]: cluster 2023-12-08T01:50:46.520210+0000 mgr.a (mgr.14403) 20719 : cluster 0 pgmap v15472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:49.328 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:50:49.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:49.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:49.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:49.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:50:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:50 smithi079 bash[28699]: cluster 2023-12-08T01:50:48.520874+0000 mgr.a (mgr.14403) 20720 : cluster 0 pgmap v15473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:50 smithi079 bash[28699]: audit 2023-12-08T01:50:48.826329+0000 mgr.a (mgr.14403) 20721 : audit 0 from='client.410415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:50 smithi194 bash[32038]: cluster 2023-12-08T01:50:48.520874+0000 mgr.a (mgr.14403) 20720 : cluster 0 pgmap v15473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:50 smithi194 bash[32038]: audit 2023-12-08T01:50:48.826329+0000 mgr.a (mgr.14403) 20721 : audit 0 from='client.410415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:50 smithi135 bash[32435]: cluster 2023-12-08T01:50:48.520874+0000 mgr.a (mgr.14403) 20720 : cluster 0 pgmap v15473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:50 smithi135 bash[32435]: audit 2023-12-08T01:50:48.826329+0000 mgr.a (mgr.14403) 20721 : audit 0 from='client.410415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:52 smithi079 bash[28699]: cluster 2023-12-08T01:50:50.521776+0000 mgr.a (mgr.14403) 20722 : cluster 0 pgmap v15474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:50:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:52 smithi194 bash[32038]: cluster 2023-12-08T01:50:50.521776+0000 mgr.a (mgr.14403) 20722 : cluster 0 pgmap v15474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:50:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:52 smithi135 bash[32435]: cluster 2023-12-08T01:50:50.521776+0000 mgr.a (mgr.14403) 20722 : cluster 0 pgmap v15474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:50:54.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:50:54.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:50:54.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:50:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:54 smithi079 bash[28699]: cluster 2023-12-08T01:50:52.522507+0000 mgr.a (mgr.14403) 20723 : cluster 0 pgmap v15475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:54 smithi194 bash[32038]: cluster 2023-12-08T01:50:52.522507+0000 mgr.a (mgr.14403) 20723 : cluster 0 pgmap v15475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:54 smithi135 bash[32435]: cluster 2023-12-08T01:50:52.522507+0000 mgr.a (mgr.14403) 20723 : cluster 0 pgmap v15475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:55.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:50:55.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:50:55.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:50:55.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:50:55.261 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:50:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:56 smithi079 bash[28699]: cluster 2023-12-08T01:50:54.523336+0000 mgr.a (mgr.14403) 20724 : cluster 0 pgmap v15476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:56 smithi079 bash[28699]: audit 2023-12-08T01:50:54.742400+0000 mgr.a (mgr.14403) 20725 : audit 0 from='client.410490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:56 smithi194 bash[32038]: cluster 2023-12-08T01:50:54.523336+0000 mgr.a (mgr.14403) 20724 : cluster 0 pgmap v15476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:56 smithi194 bash[32038]: audit 2023-12-08T01:50:54.742400+0000 mgr.a (mgr.14403) 20725 : audit 0 from='client.410490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:56 smithi135 bash[32435]: cluster 2023-12-08T01:50:54.523336+0000 mgr.a (mgr.14403) 20724 : cluster 0 pgmap v15476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:50:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:56 smithi135 bash[32435]: audit 2023-12-08T01:50:54.742400+0000 mgr.a (mgr.14403) 20725 : audit 0 from='client.410490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:50:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:50:58 smithi079 bash[28699]: cluster 2023-12-08T01:50:56.524195+0000 mgr.a (mgr.14403) 20726 : cluster 0 pgmap v15477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:50:58 smithi194 bash[32038]: cluster 2023-12-08T01:50:56.524195+0000 mgr.a (mgr.14403) 20726 : cluster 0 pgmap v15477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:50:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:50:58 smithi135 bash[32435]: cluster 2023-12-08T01:50:56.524195+0000 mgr.a (mgr.14403) 20726 : cluster 0 pgmap v15477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:51:00.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:51:00.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:00.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:00 smithi079 bash[28699]: cluster 2023-12-08T01:50:58.525074+0000 mgr.a (mgr.14403) 20727 : cluster 0 pgmap v15478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:51:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:00 smithi194 bash[32038]: cluster 2023-12-08T01:50:58.525074+0000 mgr.a (mgr.14403) 20727 : cluster 0 pgmap v15478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:51:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:00 smithi135 bash[32435]: cluster 2023-12-08T01:50:58.525074+0000 mgr.a (mgr.14403) 20727 : cluster 0 pgmap v15478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:51:01.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:01.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:01.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:01.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:51:01.172 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:51:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:02 smithi079 bash[28699]: cluster 2023-12-08T01:51:00.525706+0000 mgr.a (mgr.14403) 20728 : cluster 0 pgmap v15479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:02 smithi079 bash[28699]: audit 2023-12-08T01:51:00.670293+0000 mgr.a (mgr.14403) 20729 : audit 0 from='client.410568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:02 smithi194 bash[32038]: cluster 2023-12-08T01:51:00.525706+0000 mgr.a (mgr.14403) 20728 : cluster 0 pgmap v15479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:02 smithi194 bash[32038]: audit 2023-12-08T01:51:00.670293+0000 mgr.a (mgr.14403) 20729 : audit 0 from='client.410568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:02 smithi135 bash[32435]: cluster 2023-12-08T01:51:00.525706+0000 mgr.a (mgr.14403) 20728 : cluster 0 pgmap v15479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:02 smithi135 bash[32435]: audit 2023-12-08T01:51:00.670293+0000 mgr.a (mgr.14403) 20729 : audit 0 from='client.410568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:04 smithi079 bash[28699]: cluster 2023-12-08T01:51:02.526364+0000 mgr.a (mgr.14403) 20730 : cluster 0 pgmap v15480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:04 smithi194 bash[32038]: cluster 2023-12-08T01:51:02.526364+0000 mgr.a (mgr.14403) 20730 : cluster 0 pgmap v15480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:04 smithi135 bash[32435]: cluster 2023-12-08T01:51:02.526364+0000 mgr.a (mgr.14403) 20730 : cluster 0 pgmap v15480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:05.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:05 smithi079 bash[28699]: cluster 2023-12-08T01:51:04.527217+0000 mgr.a (mgr.14403) 20731 : cluster 0 pgmap v15481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:05 smithi194 bash[32038]: cluster 2023-12-08T01:51:04.527217+0000 mgr.a (mgr.14403) 20731 : cluster 0 pgmap v15481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:05.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:05 smithi135 bash[32435]: cluster 2023-12-08T01:51:04.527217+0000 mgr.a (mgr.14403) 20731 : cluster 0 pgmap v15481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:06.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:51:06.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:06.176 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:07.061 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:51:07.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:07.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:07.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:07.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:51:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:07 smithi079 bash[28699]: cluster 2023-12-08T01:51:06.527770+0000 mgr.a (mgr.14403) 20732 : cluster 0 pgmap v15482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:07 smithi079 bash[28699]: audit 2023-12-08T01:51:06.577559+0000 mgr.a (mgr.14403) 20733 : audit 0 from='client.410646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:07 smithi194 bash[32038]: cluster 2023-12-08T01:51:06.527770+0000 mgr.a (mgr.14403) 20732 : cluster 0 pgmap v15482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:07 smithi194 bash[32038]: audit 2023-12-08T01:51:06.577559+0000 mgr.a (mgr.14403) 20733 : audit 0 from='client.410646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:07 smithi135 bash[32435]: cluster 2023-12-08T01:51:06.527770+0000 mgr.a (mgr.14403) 20732 : cluster 0 pgmap v15482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:07 smithi135 bash[32435]: audit 2023-12-08T01:51:06.577559+0000 mgr.a (mgr.14403) 20733 : audit 0 from='client.410646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:09 smithi194 bash[32038]: cluster 2023-12-08T01:51:08.528560+0000 mgr.a (mgr.14403) 20734 : cluster 0 pgmap v15483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:51:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:09 smithi135 bash[32435]: cluster 2023-12-08T01:51:08.528560+0000 mgr.a (mgr.14403) 20734 : cluster 0 pgmap v15483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:51:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:09 smithi079 bash[28699]: cluster 2023-12-08T01:51:08.528560+0000 mgr.a (mgr.14403) 20734 : cluster 0 pgmap v15483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:51:12.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:51:12.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:12.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:12.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:11 smithi135 bash[32435]: cluster 2023-12-08T01:51:10.529236+0000 mgr.a (mgr.14403) 20735 : cluster 0 pgmap v15484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:51:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:11 smithi079 bash[28699]: cluster 2023-12-08T01:51:10.529236+0000 mgr.a (mgr.14403) 20735 : cluster 0 pgmap v15484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:51:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:11 smithi194 bash[32038]: cluster 2023-12-08T01:51:10.529236+0000 mgr.a (mgr.14403) 20735 : cluster 0 pgmap v15484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:51:12.980 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:51:12.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:12.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:12.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:12.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:51:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:13 smithi079 bash[28699]: audit 2023-12-08T01:51:12.468095+0000 mgr.a (mgr.14403) 20736 : audit 0 from='client.410721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:13 smithi079 bash[28699]: cluster 2023-12-08T01:51:12.529669+0000 mgr.a (mgr.14403) 20737 : cluster 0 pgmap v15485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:13 smithi194 bash[32038]: audit 2023-12-08T01:51:12.468095+0000 mgr.a (mgr.14403) 20736 : audit 0 from='client.410721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:13 smithi194 bash[32038]: cluster 2023-12-08T01:51:12.529669+0000 mgr.a (mgr.14403) 20737 : cluster 0 pgmap v15485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:13 smithi135 bash[32435]: audit 2023-12-08T01:51:12.468095+0000 mgr.a (mgr.14403) 20736 : audit 0 from='client.410721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:13 smithi135 bash[32435]: cluster 2023-12-08T01:51:12.529669+0000 mgr.a (mgr.14403) 20737 : cluster 0 pgmap v15485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:15 smithi079 bash[28699]: cluster 2023-12-08T01:51:14.530564+0000 mgr.a (mgr.14403) 20738 : cluster 0 pgmap v15486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:15 smithi194 bash[32038]: cluster 2023-12-08T01:51:14.530564+0000 mgr.a (mgr.14403) 20738 : cluster 0 pgmap v15486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:15 smithi135 bash[32435]: cluster 2023-12-08T01:51:14.530564+0000 mgr.a (mgr.14403) 20738 : cluster 0 pgmap v15486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:17.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:51:17.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:17.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:17 smithi079 bash[28699]: cluster 2023-12-08T01:51:16.531168+0000 mgr.a (mgr.14403) 20739 : cluster 0 pgmap v15487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:17 smithi194 bash[32038]: cluster 2023-12-08T01:51:16.531168+0000 mgr.a (mgr.14403) 20739 : cluster 0 pgmap v15487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:17 smithi135 bash[32435]: cluster 2023-12-08T01:51:16.531168+0000 mgr.a (mgr.14403) 20739 : cluster 0 pgmap v15487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:18.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:18.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:18.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:18.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:51:18.905 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:51:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:19 smithi079 bash[28699]: audit 2023-12-08T01:51:18.388274+0000 mgr.a (mgr.14403) 20740 : audit 0 from='client.410793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:19 smithi079 bash[28699]: cluster 2023-12-08T01:51:18.542534+0000 mgr.a (mgr.14403) 20741 : cluster 0 pgmap v15488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:51:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:19 smithi194 bash[32038]: audit 2023-12-08T01:51:18.388274+0000 mgr.a (mgr.14403) 20740 : audit 0 from='client.410793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:19 smithi194 bash[32038]: cluster 2023-12-08T01:51:18.542534+0000 mgr.a (mgr.14403) 20741 : cluster 0 pgmap v15488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:51:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:19 smithi135 bash[32435]: audit 2023-12-08T01:51:18.388274+0000 mgr.a (mgr.14403) 20740 : audit 0 from='client.410793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:19 smithi135 bash[32435]: cluster 2023-12-08T01:51:18.542534+0000 mgr.a (mgr.14403) 20741 : cluster 0 pgmap v15488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T01:51:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:21 smithi079 bash[28699]: cluster 2023-12-08T01:51:20.543410+0000 mgr.a (mgr.14403) 20742 : cluster 0 pgmap v15489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:51:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:21 smithi194 bash[32038]: cluster 2023-12-08T01:51:20.543410+0000 mgr.a (mgr.14403) 20742 : cluster 0 pgmap v15489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:51:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:21 smithi135 bash[32435]: cluster 2023-12-08T01:51:20.543410+0000 mgr.a (mgr.14403) 20742 : cluster 0 pgmap v15489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:51:23.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:51:23.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:23.908 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:23 smithi079 bash[28699]: cluster 2023-12-08T01:51:22.543964+0000 mgr.a (mgr.14403) 20743 : cluster 0 pgmap v15490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:51:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:23 smithi194 bash[32038]: cluster 2023-12-08T01:51:22.543964+0000 mgr.a (mgr.14403) 20743 : cluster 0 pgmap v15490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:51:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:23 smithi135 bash[32435]: cluster 2023-12-08T01:51:22.543964+0000 mgr.a (mgr.14403) 20743 : cluster 0 pgmap v15490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T01:51:24.840 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:51:24.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:24.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:24.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:24.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:51:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:25 smithi079 bash[28699]: audit 2023-12-08T01:51:24.317570+0000 mgr.a (mgr.14403) 20744 : audit 0 from='client.410868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:25 smithi079 bash[28699]: cluster 2023-12-08T01:51:24.544745+0000 mgr.a (mgr.14403) 20745 : cluster 0 pgmap v15491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:25 smithi194 bash[32038]: audit 2023-12-08T01:51:24.317570+0000 mgr.a (mgr.14403) 20744 : audit 0 from='client.410868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:25 smithi194 bash[32038]: cluster 2023-12-08T01:51:24.544745+0000 mgr.a (mgr.14403) 20745 : cluster 0 pgmap v15491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:25 smithi135 bash[32435]: audit 2023-12-08T01:51:24.317570+0000 mgr.a (mgr.14403) 20744 : audit 0 from='client.410868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:26.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:25 smithi135 bash[32435]: cluster 2023-12-08T01:51:24.544745+0000 mgr.a (mgr.14403) 20745 : cluster 0 pgmap v15491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:27 smithi079 bash[28699]: cluster 2023-12-08T01:51:26.545391+0000 mgr.a (mgr.14403) 20746 : cluster 0 pgmap v15492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T01:51:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:27 smithi194 bash[32038]: cluster 2023-12-08T01:51:26.545391+0000 mgr.a (mgr.14403) 20746 : cluster 0 pgmap v15492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T01:51:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:27 smithi135 bash[32435]: cluster 2023-12-08T01:51:26.545391+0000 mgr.a (mgr.14403) 20746 : cluster 0 pgmap v15492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T01:51:29.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:51:29.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:29.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:30 smithi079 bash[28699]: cluster 2023-12-08T01:51:28.546287+0000 mgr.a (mgr.14403) 20747 : cluster 0 pgmap v15493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:51:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:30 smithi194 bash[32038]: cluster 2023-12-08T01:51:28.546287+0000 mgr.a (mgr.14403) 20747 : cluster 0 pgmap v15493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:51:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:30 smithi135 bash[32435]: cluster 2023-12-08T01:51:28.546287+0000 mgr.a (mgr.14403) 20747 : cluster 0 pgmap v15493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:51:30.771 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:51:30.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:30.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:30.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:30.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:51:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:32 smithi079 bash[28699]: audit 2023-12-08T01:51:30.248426+0000 mgr.a (mgr.14403) 20748 : audit 0 from='client.410946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:32 smithi079 bash[28699]: cluster 2023-12-08T01:51:30.547349+0000 mgr.a (mgr.14403) 20749 : cluster 0 pgmap v15494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:51:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:32 smithi079 bash[28699]: audit 2023-12-08T01:51:31.929242+0000 mon.a (mon.0) 3322 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:51:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:32 smithi194 bash[32038]: audit 2023-12-08T01:51:30.248426+0000 mgr.a (mgr.14403) 20748 : audit 0 from='client.410946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:32 smithi194 bash[32038]: cluster 2023-12-08T01:51:30.547349+0000 mgr.a (mgr.14403) 20749 : cluster 0 pgmap v15494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:51:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:32 smithi194 bash[32038]: audit 2023-12-08T01:51:31.929242+0000 mon.a (mon.0) 3322 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:51:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:32 smithi135 bash[32435]: audit 2023-12-08T01:51:30.248426+0000 mgr.a (mgr.14403) 20748 : audit 0 from='client.410946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:32 smithi135 bash[32435]: cluster 2023-12-08T01:51:30.547349+0000 mgr.a (mgr.14403) 20749 : cluster 0 pgmap v15494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:51:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:32 smithi135 bash[32435]: audit 2023-12-08T01:51:31.929242+0000 mon.a (mon.0) 3322 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:51:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:33 smithi079 bash[28699]: audit 2023-12-08T01:51:32.460201+0000 mon.a (mon.0) 3323 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:51:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:33 smithi079 bash[28699]: audit 2023-12-08T01:51:32.471950+0000 mon.a (mon.0) 3324 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:51:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:33 smithi079 bash[28699]: cluster 2023-12-08T01:51:32.548118+0000 mgr.a (mgr.14403) 20750 : cluster 0 pgmap v15495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:51:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:33 smithi079 bash[28699]: audit 2023-12-08T01:51:33.216297+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:51:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:33 smithi079 bash[28699]: audit 2023-12-08T01:51:33.218190+0000 mon.a (mon.0) 3326 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:51:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:33 smithi079 bash[28699]: audit 2023-12-08T01:51:33.228062+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:51:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:33 smithi194 bash[32038]: audit 2023-12-08T01:51:32.460201+0000 mon.a (mon.0) 3323 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:51:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:33 smithi194 bash[32038]: audit 2023-12-08T01:51:32.471950+0000 mon.a (mon.0) 3324 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:51:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:33 smithi194 bash[32038]: cluster 2023-12-08T01:51:32.548118+0000 mgr.a (mgr.14403) 20750 : cluster 0 pgmap v15495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:51:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:33 smithi194 bash[32038]: audit 2023-12-08T01:51:33.216297+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:51:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:33 smithi194 bash[32038]: audit 2023-12-08T01:51:33.218190+0000 mon.a (mon.0) 3326 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:51:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:33 smithi194 bash[32038]: audit 2023-12-08T01:51:33.228062+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:51:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:33 smithi135 bash[32435]: audit 2023-12-08T01:51:32.460201+0000 mon.a (mon.0) 3323 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:51:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:33 smithi135 bash[32435]: audit 2023-12-08T01:51:32.471950+0000 mon.a (mon.0) 3324 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:51:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:33 smithi135 bash[32435]: cluster 2023-12-08T01:51:32.548118+0000 mgr.a (mgr.14403) 20750 : cluster 0 pgmap v15495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T01:51:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:33 smithi135 bash[32435]: audit 2023-12-08T01:51:33.216297+0000 mon.a (mon.0) 3325 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:51:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:33 smithi135 bash[32435]: audit 2023-12-08T01:51:33.218190+0000 mon.a (mon.0) 3326 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:51:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:33 smithi135 bash[32435]: audit 2023-12-08T01:51:33.228062+0000 mon.a (mon.0) 3327 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:51:35.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:51:35.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:35.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:35 smithi079 bash[28699]: cluster 2023-12-08T01:51:34.548956+0000 mgr.a (mgr.14403) 20751 : cluster 0 pgmap v15496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:51:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:35 smithi194 bash[32038]: cluster 2023-12-08T01:51:34.548956+0000 mgr.a (mgr.14403) 20751 : cluster 0 pgmap v15496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:51:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:35 smithi135 bash[32435]: cluster 2023-12-08T01:51:34.548956+0000 mgr.a (mgr.14403) 20751 : cluster 0 pgmap v15496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T01:51:36.689 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:51:36.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:36.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:36.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:36.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:51:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:37 smithi079 bash[28699]: audit 2023-12-08T01:51:36.182539+0000 mgr.a (mgr.14403) 20752 : audit 0 from='client.411021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:37 smithi079 bash[28699]: cluster 2023-12-08T01:51:36.549506+0000 mgr.a (mgr.14403) 20753 : cluster 0 pgmap v15497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:37 smithi194 bash[32038]: audit 2023-12-08T01:51:36.182539+0000 mgr.a (mgr.14403) 20752 : audit 0 from='client.411021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:37 smithi194 bash[32038]: cluster 2023-12-08T01:51:36.549506+0000 mgr.a (mgr.14403) 20753 : cluster 0 pgmap v15497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:37 smithi135 bash[32435]: audit 2023-12-08T01:51:36.182539+0000 mgr.a (mgr.14403) 20752 : audit 0 from='client.411021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:37 smithi135 bash[32435]: cluster 2023-12-08T01:51:36.549506+0000 mgr.a (mgr.14403) 20753 : cluster 0 pgmap v15497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:39 smithi079 bash[28699]: cluster 2023-12-08T01:51:38.550300+0000 mgr.a (mgr.14403) 20754 : cluster 0 pgmap v15498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:51:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:39 smithi194 bash[32038]: cluster 2023-12-08T01:51:38.550300+0000 mgr.a (mgr.14403) 20754 : cluster 0 pgmap v15498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:51:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:39 smithi135 bash[32435]: cluster 2023-12-08T01:51:38.550300+0000 mgr.a (mgr.14403) 20754 : cluster 0 pgmap v15498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:51:41.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:51:41.693 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:41.693 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:41 smithi079 bash[28699]: cluster 2023-12-08T01:51:40.551181+0000 mgr.a (mgr.14403) 20755 : cluster 0 pgmap v15499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:51:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:41 smithi194 bash[32038]: cluster 2023-12-08T01:51:40.551181+0000 mgr.a (mgr.14403) 20755 : cluster 0 pgmap v15499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:51:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:41 smithi135 bash[32435]: cluster 2023-12-08T01:51:40.551181+0000 mgr.a (mgr.14403) 20755 : cluster 0 pgmap v15499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:51:42.603 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:51:42.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:42.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:42.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:42.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:51:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:43 smithi079 bash[28699]: audit 2023-12-08T01:51:42.095961+0000 mgr.a (mgr.14403) 20756 : audit 0 from='client.411093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:43 smithi079 bash[28699]: cluster 2023-12-08T01:51:42.551806+0000 mgr.a (mgr.14403) 20757 : cluster 0 pgmap v15500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:43 smithi194 bash[32038]: audit 2023-12-08T01:51:42.095961+0000 mgr.a (mgr.14403) 20756 : audit 0 from='client.411093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:43 smithi194 bash[32038]: cluster 2023-12-08T01:51:42.551806+0000 mgr.a (mgr.14403) 20757 : cluster 0 pgmap v15500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:43 smithi135 bash[32435]: audit 2023-12-08T01:51:42.095961+0000 mgr.a (mgr.14403) 20756 : audit 0 from='client.411093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:43 smithi135 bash[32435]: cluster 2023-12-08T01:51:42.551806+0000 mgr.a (mgr.14403) 20757 : cluster 0 pgmap v15500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:45 smithi079 bash[28699]: cluster 2023-12-08T01:51:44.552522+0000 mgr.a (mgr.14403) 20758 : cluster 0 pgmap v15501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:45 smithi194 bash[32038]: cluster 2023-12-08T01:51:44.552522+0000 mgr.a (mgr.14403) 20758 : cluster 0 pgmap v15501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:45 smithi135 bash[32435]: cluster 2023-12-08T01:51:44.552522+0000 mgr.a (mgr.14403) 20758 : cluster 0 pgmap v15501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:51:47.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:51:47.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:47.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:47 smithi079 bash[28699]: cluster 2023-12-08T01:51:46.553051+0000 mgr.a (mgr.14403) 20759 : cluster 0 pgmap v15502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:47 smithi194 bash[32038]: cluster 2023-12-08T01:51:46.553051+0000 mgr.a (mgr.14403) 20759 : cluster 0 pgmap v15502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:47 smithi135 bash[32435]: cluster 2023-12-08T01:51:46.553051+0000 mgr.a (mgr.14403) 20759 : cluster 0 pgmap v15502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:48.501 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:51:48.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:48.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:48.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:48.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:51:49.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:48 smithi079 bash[28699]: audit 2023-12-08T01:51:48.007483+0000 mgr.a (mgr.14403) 20760 : audit 0 from='client.411171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:48 smithi194 bash[32038]: audit 2023-12-08T01:51:48.007483+0000 mgr.a (mgr.14403) 20760 : audit 0 from='client.411171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:49.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:48 smithi135 bash[32435]: audit 2023-12-08T01:51:48.007483+0000 mgr.a (mgr.14403) 20760 : audit 0 from='client.411171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:50 smithi079 bash[28699]: cluster 2023-12-08T01:51:48.554007+0000 mgr.a (mgr.14403) 20761 : cluster 0 pgmap v15503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:51:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:50 smithi194 bash[32038]: cluster 2023-12-08T01:51:48.554007+0000 mgr.a (mgr.14403) 20761 : cluster 0 pgmap v15503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:51:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:50 smithi135 bash[32435]: cluster 2023-12-08T01:51:48.554007+0000 mgr.a (mgr.14403) 20761 : cluster 0 pgmap v15503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:51:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:52 smithi079 bash[28699]: cluster 2023-12-08T01:51:50.554665+0000 mgr.a (mgr.14403) 20762 : cluster 0 pgmap v15504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:51:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:52 smithi194 bash[32038]: cluster 2023-12-08T01:51:50.554665+0000 mgr.a (mgr.14403) 20762 : cluster 0 pgmap v15504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:51:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:52 smithi135 bash[32435]: cluster 2023-12-08T01:51:50.554665+0000 mgr.a (mgr.14403) 20762 : cluster 0 pgmap v15504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:51:53.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:51:53.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:53.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:51:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:54 smithi079 bash[28699]: cluster 2023-12-08T01:51:52.555224+0000 mgr.a (mgr.14403) 20763 : cluster 0 pgmap v15505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:54.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:51:54.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:51:54.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:51:54.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:51:54.407 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:51:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:54 smithi194 bash[32038]: cluster 2023-12-08T01:51:52.555224+0000 mgr.a (mgr.14403) 20763 : cluster 0 pgmap v15505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:54 smithi135 bash[32435]: cluster 2023-12-08T01:51:52.555224+0000 mgr.a (mgr.14403) 20763 : cluster 0 pgmap v15505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:55 smithi079 bash[28699]: audit 2023-12-08T01:51:53.905067+0000 mgr.a (mgr.14403) 20764 : audit 0 from='client.411246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:55 smithi194 bash[32038]: audit 2023-12-08T01:51:53.905067+0000 mgr.a (mgr.14403) 20764 : audit 0 from='client.411246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:55.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:55 smithi135 bash[32435]: audit 2023-12-08T01:51:53.905067+0000 mgr.a (mgr.14403) 20764 : audit 0 from='client.411246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:51:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:56 smithi079 bash[28699]: cluster 2023-12-08T01:51:54.556162+0000 mgr.a (mgr.14403) 20765 : cluster 0 pgmap v15506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:56 smithi194 bash[32038]: cluster 2023-12-08T01:51:54.556162+0000 mgr.a (mgr.14403) 20765 : cluster 0 pgmap v15506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:56 smithi135 bash[32435]: cluster 2023-12-08T01:51:54.556162+0000 mgr.a (mgr.14403) 20765 : cluster 0 pgmap v15506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:51:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:51:58 smithi079 bash[28699]: cluster 2023-12-08T01:51:56.556746+0000 mgr.a (mgr.14403) 20766 : cluster 0 pgmap v15507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:51:58.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:51:58 smithi194 bash[32038]: cluster 2023-12-08T01:51:56.556746+0000 mgr.a (mgr.14403) 20766 : cluster 0 pgmap v15507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:51:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:51:58 smithi135 bash[32435]: cluster 2023-12-08T01:51:56.556746+0000 mgr.a (mgr.14403) 20766 : cluster 0 pgmap v15507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:51:59.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:51:59.410 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:51:59.410 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:00.308 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:52:00.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:00.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:00.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:00.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:52:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:00 smithi079 bash[28699]: cluster 2023-12-08T01:51:58.557472+0000 mgr.a (mgr.14403) 20767 : cluster 0 pgmap v15508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:52:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:00 smithi194 bash[32038]: cluster 2023-12-08T01:51:58.557472+0000 mgr.a (mgr.14403) 20767 : cluster 0 pgmap v15508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:52:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:00 smithi135 bash[32435]: cluster 2023-12-08T01:51:58.557472+0000 mgr.a (mgr.14403) 20767 : cluster 0 pgmap v15508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:52:01.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:01 smithi079 bash[28699]: audit 2023-12-08T01:51:59.815589+0000 mgr.a (mgr.14403) 20768 : audit 0 from='client.411321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:01 smithi194 bash[32038]: audit 2023-12-08T01:51:59.815589+0000 mgr.a (mgr.14403) 20768 : audit 0 from='client.411321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:01.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:01 smithi135 bash[32435]: audit 2023-12-08T01:51:59.815589+0000 mgr.a (mgr.14403) 20768 : audit 0 from='client.411321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:02 smithi079 bash[28699]: cluster 2023-12-08T01:52:00.558347+0000 mgr.a (mgr.14403) 20769 : cluster 0 pgmap v15509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:52:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:02 smithi194 bash[32038]: cluster 2023-12-08T01:52:00.558347+0000 mgr.a (mgr.14403) 20769 : cluster 0 pgmap v15509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:52:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:02 smithi135 bash[32435]: cluster 2023-12-08T01:52:00.558347+0000 mgr.a (mgr.14403) 20769 : cluster 0 pgmap v15509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:52:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:04 smithi079 bash[28699]: cluster 2023-12-08T01:52:02.558898+0000 mgr.a (mgr.14403) 20770 : cluster 0 pgmap v15510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:04 smithi194 bash[32038]: cluster 2023-12-08T01:52:02.558898+0000 mgr.a (mgr.14403) 20770 : cluster 0 pgmap v15510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:04 smithi135 bash[32435]: cluster 2023-12-08T01:52:02.558898+0000 mgr.a (mgr.14403) 20770 : cluster 0 pgmap v15510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:05.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:52:05.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:05.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:06.218 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:52:06.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:06.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:06.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:06.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:52:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:06 smithi079 bash[28699]: cluster 2023-12-08T01:52:04.559585+0000 mgr.a (mgr.14403) 20771 : cluster 0 pgmap v15511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:06 smithi194 bash[32038]: cluster 2023-12-08T01:52:04.559585+0000 mgr.a (mgr.14403) 20771 : cluster 0 pgmap v15511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:06 smithi135 bash[32435]: cluster 2023-12-08T01:52:04.559585+0000 mgr.a (mgr.14403) 20771 : cluster 0 pgmap v15511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:07.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:07 smithi079 bash[28699]: audit 2023-12-08T01:52:05.716549+0000 mgr.a (mgr.14403) 20772 : audit 0 from='client.411393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:07 smithi194 bash[32038]: audit 2023-12-08T01:52:05.716549+0000 mgr.a (mgr.14403) 20772 : audit 0 from='client.411393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:07 smithi135 bash[32435]: audit 2023-12-08T01:52:05.716549+0000 mgr.a (mgr.14403) 20772 : audit 0 from='client.411393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:08 smithi079 bash[28699]: cluster 2023-12-08T01:52:06.560357+0000 mgr.a (mgr.14403) 20773 : cluster 0 pgmap v15512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:08 smithi194 bash[32038]: cluster 2023-12-08T01:52:06.560357+0000 mgr.a (mgr.14403) 20773 : cluster 0 pgmap v15512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:08 smithi135 bash[32435]: cluster 2023-12-08T01:52:06.560357+0000 mgr.a (mgr.14403) 20773 : cluster 0 pgmap v15512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:10 smithi079 bash[28699]: cluster 2023-12-08T01:52:08.561260+0000 mgr.a (mgr.14403) 20774 : cluster 0 pgmap v15513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:52:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:10 smithi194 bash[32038]: cluster 2023-12-08T01:52:08.561260+0000 mgr.a (mgr.14403) 20774 : cluster 0 pgmap v15513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:52:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:10 smithi135 bash[32435]: cluster 2023-12-08T01:52:08.561260+0000 mgr.a (mgr.14403) 20774 : cluster 0 pgmap v15513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:52:11.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:52:11.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:11.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:12.147 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:52:12.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:12.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:12.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:12.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:52:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:12 smithi079 bash[28699]: cluster 2023-12-08T01:52:10.561979+0000 mgr.a (mgr.14403) 20775 : cluster 0 pgmap v15514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:52:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:12 smithi194 bash[32038]: cluster 2023-12-08T01:52:10.561979+0000 mgr.a (mgr.14403) 20775 : cluster 0 pgmap v15514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:52:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:12 smithi135 bash[32435]: cluster 2023-12-08T01:52:10.561979+0000 mgr.a (mgr.14403) 20775 : cluster 0 pgmap v15514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:52:13.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:13 smithi079 bash[28699]: audit 2023-12-08T01:52:11.629783+0000 mgr.a (mgr.14403) 20776 : audit 0 from='client.411468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:13.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:13 smithi194 bash[32038]: audit 2023-12-08T01:52:11.629783+0000 mgr.a (mgr.14403) 20776 : audit 0 from='client.411468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:13 smithi135 bash[32435]: audit 2023-12-08T01:52:11.629783+0000 mgr.a (mgr.14403) 20776 : audit 0 from='client.411468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:14 smithi079 bash[28699]: cluster 2023-12-08T01:52:12.562723+0000 mgr.a (mgr.14403) 20777 : cluster 0 pgmap v15515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:14 smithi194 bash[32038]: cluster 2023-12-08T01:52:12.562723+0000 mgr.a (mgr.14403) 20777 : cluster 0 pgmap v15515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:14 smithi135 bash[32435]: cluster 2023-12-08T01:52:12.562723+0000 mgr.a (mgr.14403) 20777 : cluster 0 pgmap v15515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:16 smithi079 bash[28699]: cluster 2023-12-08T01:52:14.563526+0000 mgr.a (mgr.14403) 20778 : cluster 0 pgmap v15516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:16 smithi194 bash[32038]: cluster 2023-12-08T01:52:14.563526+0000 mgr.a (mgr.14403) 20778 : cluster 0 pgmap v15516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:16 smithi135 bash[32435]: cluster 2023-12-08T01:52:14.563526+0000 mgr.a (mgr.14403) 20778 : cluster 0 pgmap v15516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:17.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:52:17.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:17.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:18.094 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:52:18.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:18.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:18.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:18.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:52:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:18 smithi079 bash[28699]: cluster 2023-12-08T01:52:16.564086+0000 mgr.a (mgr.14403) 20779 : cluster 0 pgmap v15517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:18 smithi194 bash[32038]: cluster 2023-12-08T01:52:16.564086+0000 mgr.a (mgr.14403) 20779 : cluster 0 pgmap v15517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:18 smithi135 bash[32435]: cluster 2023-12-08T01:52:16.564086+0000 mgr.a (mgr.14403) 20779 : cluster 0 pgmap v15517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:19.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:19 smithi079 bash[28699]: audit 2023-12-08T01:52:17.561210+0000 mgr.a (mgr.14403) 20780 : audit 0 from='client.411546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:19.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:19 smithi194 bash[32038]: audit 2023-12-08T01:52:17.561210+0000 mgr.a (mgr.14403) 20780 : audit 0 from='client.411546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:19.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:19 smithi135 bash[32435]: audit 2023-12-08T01:52:17.561210+0000 mgr.a (mgr.14403) 20780 : audit 0 from='client.411546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:20 smithi079 bash[28699]: cluster 2023-12-08T01:52:18.565071+0000 mgr.a (mgr.14403) 20781 : cluster 0 pgmap v15518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:52:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:20 smithi194 bash[32038]: cluster 2023-12-08T01:52:18.565071+0000 mgr.a (mgr.14403) 20781 : cluster 0 pgmap v15518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:52:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:20 smithi135 bash[32435]: cluster 2023-12-08T01:52:18.565071+0000 mgr.a (mgr.14403) 20781 : cluster 0 pgmap v15518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:52:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:22 smithi079 bash[28699]: cluster 2023-12-08T01:52:20.565856+0000 mgr.a (mgr.14403) 20782 : cluster 0 pgmap v15519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:52:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:22 smithi194 bash[32038]: cluster 2023-12-08T01:52:20.565856+0000 mgr.a (mgr.14403) 20782 : cluster 0 pgmap v15519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:52:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:22 smithi135 bash[32435]: cluster 2023-12-08T01:52:20.565856+0000 mgr.a (mgr.14403) 20782 : cluster 0 pgmap v15519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:52:23.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:52:23.097 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:23.098 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:23 smithi079 bash[28699]: cluster 2023-12-08T01:52:22.566608+0000 mgr.a (mgr.14403) 20783 : cluster 0 pgmap v15520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:23 smithi194 bash[32038]: cluster 2023-12-08T01:52:22.566608+0000 mgr.a (mgr.14403) 20783 : cluster 0 pgmap v15520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:23 smithi135 bash[32435]: cluster 2023-12-08T01:52:22.566608+0000 mgr.a (mgr.14403) 20783 : cluster 0 pgmap v15520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:24.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:24.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:24.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:24.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:52:24.013 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:52:25.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:24 smithi079 bash[28699]: audit 2023-12-08T01:52:23.510405+0000 mgr.a (mgr.14403) 20784 : audit 0 from='client.411624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:24 smithi194 bash[32038]: audit 2023-12-08T01:52:23.510405+0000 mgr.a (mgr.14403) 20784 : audit 0 from='client.411624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:25.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:24 smithi135 bash[32435]: audit 2023-12-08T01:52:23.510405+0000 mgr.a (mgr.14403) 20784 : audit 0 from='client.411624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:25 smithi079 bash[28699]: cluster 2023-12-08T01:52:24.567741+0000 mgr.a (mgr.14403) 20785 : cluster 0 pgmap v15521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:25 smithi194 bash[32038]: cluster 2023-12-08T01:52:24.567741+0000 mgr.a (mgr.14403) 20785 : cluster 0 pgmap v15521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:25 smithi135 bash[32435]: cluster 2023-12-08T01:52:24.567741+0000 mgr.a (mgr.14403) 20785 : cluster 0 pgmap v15521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:27 smithi079 bash[28699]: cluster 2023-12-08T01:52:26.568312+0000 mgr.a (mgr.14403) 20786 : cluster 0 pgmap v15522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:27 smithi194 bash[32038]: cluster 2023-12-08T01:52:26.568312+0000 mgr.a (mgr.14403) 20786 : cluster 0 pgmap v15522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:27 smithi135 bash[32435]: cluster 2023-12-08T01:52:26.568312+0000 mgr.a (mgr.14403) 20786 : cluster 0 pgmap v15522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:29.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:52:29.016 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:29.016 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:29.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:29.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:29.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:29.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:52:29.938 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:52:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:29 smithi079 bash[28699]: cluster 2023-12-08T01:52:28.569201+0000 mgr.a (mgr.14403) 20787 : cluster 0 pgmap v15523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:29 smithi194 bash[32038]: cluster 2023-12-08T01:52:28.569201+0000 mgr.a (mgr.14403) 20787 : cluster 0 pgmap v15523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:29 smithi135 bash[32435]: cluster 2023-12-08T01:52:28.569201+0000 mgr.a (mgr.14403) 20787 : cluster 0 pgmap v15523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:31.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:30 smithi079 bash[28699]: audit 2023-12-08T01:52:29.422070+0000 mgr.a (mgr.14403) 20788 : audit 0 from='client.411699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:31.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:30 smithi194 bash[32038]: audit 2023-12-08T01:52:29.422070+0000 mgr.a (mgr.14403) 20788 : audit 0 from='client.411699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:30 smithi135 bash[32435]: audit 2023-12-08T01:52:29.422070+0000 mgr.a (mgr.14403) 20788 : audit 0 from='client.411699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:32 smithi079 bash[28699]: cluster 2023-12-08T01:52:30.569926+0000 mgr.a (mgr.14403) 20789 : cluster 0 pgmap v15524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:52:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:32 smithi194 bash[32038]: cluster 2023-12-08T01:52:30.569926+0000 mgr.a (mgr.14403) 20789 : cluster 0 pgmap v15524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:52:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:32 smithi135 bash[32435]: cluster 2023-12-08T01:52:30.569926+0000 mgr.a (mgr.14403) 20789 : cluster 0 pgmap v15524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:52:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:34 smithi079 bash[28699]: cluster 2023-12-08T01:52:32.570536+0000 mgr.a (mgr.14403) 20790 : cluster 0 pgmap v15525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:34 smithi079 bash[28699]: audit 2023-12-08T01:52:33.332297+0000 mon.a (mon.0) 3328 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:52:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:34 smithi194 bash[32038]: cluster 2023-12-08T01:52:32.570536+0000 mgr.a (mgr.14403) 20790 : cluster 0 pgmap v15525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:34 smithi194 bash[32038]: audit 2023-12-08T01:52:33.332297+0000 mon.a (mon.0) 3328 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:52:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:34 smithi135 bash[32435]: cluster 2023-12-08T01:52:32.570536+0000 mgr.a (mgr.14403) 20790 : cluster 0 pgmap v15525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:52:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:34 smithi135 bash[32435]: audit 2023-12-08T01:52:33.332297+0000 mon.a (mon.0) 3328 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:52:34.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:52:34.941 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:34.941 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:35 smithi079 bash[28699]: audit 2023-12-08T01:52:34.117678+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:52:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:35 smithi079 bash[28699]: audit 2023-12-08T01:52:34.119448+0000 mon.a (mon.0) 3330 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:52:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:35 smithi079 bash[28699]: audit 2023-12-08T01:52:34.128437+0000 mon.a (mon.0) 3331 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:52:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:35 smithi194 bash[32038]: audit 2023-12-08T01:52:34.117678+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:52:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:35 smithi194 bash[32038]: audit 2023-12-08T01:52:34.119448+0000 mon.a (mon.0) 3330 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:52:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:35 smithi194 bash[32038]: audit 2023-12-08T01:52:34.128437+0000 mon.a (mon.0) 3331 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:52:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:35 smithi135 bash[32435]: audit 2023-12-08T01:52:34.117678+0000 mon.a (mon.0) 3329 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:52:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:35 smithi135 bash[32435]: audit 2023-12-08T01:52:34.119448+0000 mon.a (mon.0) 3330 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:52:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:35 smithi135 bash[32435]: audit 2023-12-08T01:52:34.128437+0000 mon.a (mon.0) 3331 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:52:35.851 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:52:35.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:35.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:35.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:35.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:52:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:36 smithi079 bash[28699]: cluster 2023-12-08T01:52:34.571383+0000 mgr.a (mgr.14403) 20791 : cluster 0 pgmap v15526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:36 smithi194 bash[32038]: cluster 2023-12-08T01:52:34.571383+0000 mgr.a (mgr.14403) 20791 : cluster 0 pgmap v15526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:36 smithi135 bash[32435]: cluster 2023-12-08T01:52:34.571383+0000 mgr.a (mgr.14403) 20791 : cluster 0 pgmap v15526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:37 smithi079 bash[28699]: audit 2023-12-08T01:52:35.352059+0000 mgr.a (mgr.14403) 20792 : audit 0 from='client.411774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:37 smithi194 bash[32038]: audit 2023-12-08T01:52:35.352059+0000 mgr.a (mgr.14403) 20792 : audit 0 from='client.411774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:37.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:37 smithi135 bash[32435]: audit 2023-12-08T01:52:35.352059+0000 mgr.a (mgr.14403) 20792 : audit 0 from='client.411774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:38 smithi079 bash[28699]: cluster 2023-12-08T01:52:36.572104+0000 mgr.a (mgr.14403) 20793 : cluster 0 pgmap v15527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:38 smithi194 bash[32038]: cluster 2023-12-08T01:52:36.572104+0000 mgr.a (mgr.14403) 20793 : cluster 0 pgmap v15527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:38 smithi135 bash[32435]: cluster 2023-12-08T01:52:36.572104+0000 mgr.a (mgr.14403) 20793 : cluster 0 pgmap v15527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:40 smithi079 bash[28699]: cluster 2023-12-08T01:52:38.572981+0000 mgr.a (mgr.14403) 20794 : cluster 0 pgmap v15528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:40 smithi194 bash[32038]: cluster 2023-12-08T01:52:38.572981+0000 mgr.a (mgr.14403) 20794 : cluster 0 pgmap v15528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:40 smithi135 bash[32435]: cluster 2023-12-08T01:52:38.572981+0000 mgr.a (mgr.14403) 20794 : cluster 0 pgmap v15528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:40.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:52:40.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:40.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:41.782 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:52:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:41.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:52:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:42 smithi079 bash[28699]: cluster 2023-12-08T01:52:40.573701+0000 mgr.a (mgr.14403) 20795 : cluster 0 pgmap v15529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:42 smithi194 bash[32038]: cluster 2023-12-08T01:52:40.573701+0000 mgr.a (mgr.14403) 20795 : cluster 0 pgmap v15529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:42 smithi135 bash[32435]: cluster 2023-12-08T01:52:40.573701+0000 mgr.a (mgr.14403) 20795 : cluster 0 pgmap v15529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:43 smithi079 bash[28699]: audit 2023-12-08T01:52:41.264520+0000 mgr.a (mgr.14403) 20796 : audit 0 from='client.411846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:43 smithi194 bash[32038]: audit 2023-12-08T01:52:41.264520+0000 mgr.a (mgr.14403) 20796 : audit 0 from='client.411846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:43 smithi135 bash[32435]: audit 2023-12-08T01:52:41.264520+0000 mgr.a (mgr.14403) 20796 : audit 0 from='client.411846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:44 smithi079 bash[28699]: cluster 2023-12-08T01:52:42.574393+0000 mgr.a (mgr.14403) 20797 : cluster 0 pgmap v15530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:44 smithi194 bash[32038]: cluster 2023-12-08T01:52:42.574393+0000 mgr.a (mgr.14403) 20797 : cluster 0 pgmap v15530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:44 smithi135 bash[32435]: cluster 2023-12-08T01:52:42.574393+0000 mgr.a (mgr.14403) 20797 : cluster 0 pgmap v15530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:46 smithi079 bash[28699]: cluster 2023-12-08T01:52:44.575243+0000 mgr.a (mgr.14403) 20798 : cluster 0 pgmap v15531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:46 smithi194 bash[32038]: cluster 2023-12-08T01:52:44.575243+0000 mgr.a (mgr.14403) 20798 : cluster 0 pgmap v15531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:46 smithi135 bash[32435]: cluster 2023-12-08T01:52:44.575243+0000 mgr.a (mgr.14403) 20798 : cluster 0 pgmap v15531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:46.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:52:46.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:46.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:47.703 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:52:47.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:47.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:47.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:47.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:52:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:48 smithi079 bash[28699]: cluster 2023-12-08T01:52:46.575741+0000 mgr.a (mgr.14403) 20799 : cluster 0 pgmap v15532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:48 smithi194 bash[32038]: cluster 2023-12-08T01:52:46.575741+0000 mgr.a (mgr.14403) 20799 : cluster 0 pgmap v15532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:48 smithi135 bash[32435]: cluster 2023-12-08T01:52:46.575741+0000 mgr.a (mgr.14403) 20799 : cluster 0 pgmap v15532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:49.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:49 smithi079 bash[28699]: audit 2023-12-08T01:52:47.193906+0000 mgr.a (mgr.14403) 20800 : audit 0 from='client.411924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:49 smithi194 bash[32038]: audit 2023-12-08T01:52:47.193906+0000 mgr.a (mgr.14403) 20800 : audit 0 from='client.411924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:49.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:49 smithi135 bash[32435]: audit 2023-12-08T01:52:47.193906+0000 mgr.a (mgr.14403) 20800 : audit 0 from='client.411924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:50 smithi079 bash[28699]: cluster 2023-12-08T01:52:48.576615+0000 mgr.a (mgr.14403) 20801 : cluster 0 pgmap v15533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:50 smithi194 bash[32038]: cluster 2023-12-08T01:52:48.576615+0000 mgr.a (mgr.14403) 20801 : cluster 0 pgmap v15533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:50 smithi135 bash[32435]: cluster 2023-12-08T01:52:48.576615+0000 mgr.a (mgr.14403) 20801 : cluster 0 pgmap v15533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:52:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:52 smithi079 bash[28699]: cluster 2023-12-08T01:52:50.577207+0000 mgr.a (mgr.14403) 20802 : cluster 0 pgmap v15534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:52 smithi194 bash[32038]: cluster 2023-12-08T01:52:50.577207+0000 mgr.a (mgr.14403) 20802 : cluster 0 pgmap v15534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:52 smithi135 bash[32435]: cluster 2023-12-08T01:52:50.577207+0000 mgr.a (mgr.14403) 20802 : cluster 0 pgmap v15534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:52.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:52:52.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:52.707 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:53.600 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:52:53.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:53.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:53.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:53.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:52:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:54 smithi079 bash[28699]: cluster 2023-12-08T01:52:52.577769+0000 mgr.a (mgr.14403) 20803 : cluster 0 pgmap v15535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:54 smithi194 bash[32038]: cluster 2023-12-08T01:52:52.577769+0000 mgr.a (mgr.14403) 20803 : cluster 0 pgmap v15535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:54 smithi135 bash[32435]: cluster 2023-12-08T01:52:52.577769+0000 mgr.a (mgr.14403) 20803 : cluster 0 pgmap v15535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:52:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:55 smithi079 bash[28699]: audit 2023-12-08T01:52:53.113662+0000 mgr.a (mgr.14403) 20804 : audit 0 from='client.412002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:55 smithi194 bash[32038]: audit 2023-12-08T01:52:53.113662+0000 mgr.a (mgr.14403) 20804 : audit 0 from='client.412002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:55.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:55 smithi135 bash[32435]: audit 2023-12-08T01:52:53.113662+0000 mgr.a (mgr.14403) 20804 : audit 0 from='client.412002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:52:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:56 smithi079 bash[28699]: cluster 2023-12-08T01:52:54.578720+0000 mgr.a (mgr.14403) 20805 : cluster 0 pgmap v15536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:52:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:56 smithi194 bash[32038]: cluster 2023-12-08T01:52:54.578720+0000 mgr.a (mgr.14403) 20805 : cluster 0 pgmap v15536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:52:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:56 smithi135 bash[32435]: cluster 2023-12-08T01:52:54.578720+0000 mgr.a (mgr.14403) 20805 : cluster 0 pgmap v15536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:52:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:52:58 smithi079 bash[28699]: cluster 2023-12-08T01:52:56.579305+0000 mgr.a (mgr.14403) 20806 : cluster 0 pgmap v15537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:52:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:52:58 smithi194 bash[32038]: cluster 2023-12-08T01:52:56.579305+0000 mgr.a (mgr.14403) 20806 : cluster 0 pgmap v15537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:52:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:52:58 smithi135 bash[32435]: cluster 2023-12-08T01:52:56.579305+0000 mgr.a (mgr.14403) 20806 : cluster 0 pgmap v15537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:52:58.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:52:58.603 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:52:58.604 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:52:59.526 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:52:59.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:52:59.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:52:59.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:52:59.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:53:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:00 smithi079 bash[28699]: cluster 2023-12-08T01:52:58.579967+0000 mgr.a (mgr.14403) 20807 : cluster 0 pgmap v15538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:00 smithi079 bash[28699]: audit 2023-12-08T01:52:59.011046+0000 mgr.a (mgr.14403) 20808 : audit 0 from='client.412080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:00 smithi194 bash[32038]: cluster 2023-12-08T01:52:58.579967+0000 mgr.a (mgr.14403) 20807 : cluster 0 pgmap v15538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:00 smithi194 bash[32038]: audit 2023-12-08T01:52:59.011046+0000 mgr.a (mgr.14403) 20808 : audit 0 from='client.412080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:00 smithi135 bash[32435]: cluster 2023-12-08T01:52:58.579967+0000 mgr.a (mgr.14403) 20807 : cluster 0 pgmap v15538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:00 smithi135 bash[32435]: audit 2023-12-08T01:52:59.011046+0000 mgr.a (mgr.14403) 20808 : audit 0 from='client.412080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:02 smithi079 bash[28699]: cluster 2023-12-08T01:53:00.580652+0000 mgr.a (mgr.14403) 20809 : cluster 0 pgmap v15539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:02 smithi194 bash[32038]: cluster 2023-12-08T01:53:00.580652+0000 mgr.a (mgr.14403) 20809 : cluster 0 pgmap v15539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:02 smithi135 bash[32435]: cluster 2023-12-08T01:53:00.580652+0000 mgr.a (mgr.14403) 20809 : cluster 0 pgmap v15539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:04 smithi079 bash[28699]: cluster 2023-12-08T01:53:02.581243+0000 mgr.a (mgr.14403) 20810 : cluster 0 pgmap v15540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:04 smithi194 bash[32038]: cluster 2023-12-08T01:53:02.581243+0000 mgr.a (mgr.14403) 20810 : cluster 0 pgmap v15540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:04 smithi135 bash[32435]: cluster 2023-12-08T01:53:02.581243+0000 mgr.a (mgr.14403) 20810 : cluster 0 pgmap v15540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:04.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:53:04.530 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:04.530 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:05.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:05.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:05.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:05.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:53:05.408 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:53:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:06 smithi079 bash[28699]: cluster 2023-12-08T01:53:04.581837+0000 mgr.a (mgr.14403) 20811 : cluster 0 pgmap v15541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:06 smithi079 bash[28699]: audit 2023-12-08T01:53:04.924894+0000 mgr.a (mgr.14403) 20812 : audit 0 from='client.412155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:06 smithi194 bash[32038]: cluster 2023-12-08T01:53:04.581837+0000 mgr.a (mgr.14403) 20811 : cluster 0 pgmap v15541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:06 smithi194 bash[32038]: audit 2023-12-08T01:53:04.924894+0000 mgr.a (mgr.14403) 20812 : audit 0 from='client.412155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:06 smithi135 bash[32435]: cluster 2023-12-08T01:53:04.581837+0000 mgr.a (mgr.14403) 20811 : cluster 0 pgmap v15541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:06 smithi135 bash[32435]: audit 2023-12-08T01:53:04.924894+0000 mgr.a (mgr.14403) 20812 : audit 0 from='client.412155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:08 smithi079 bash[28699]: cluster 2023-12-08T01:53:06.582536+0000 mgr.a (mgr.14403) 20813 : cluster 0 pgmap v15542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:53:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:08 smithi194 bash[32038]: cluster 2023-12-08T01:53:06.582536+0000 mgr.a (mgr.14403) 20813 : cluster 0 pgmap v15542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:53:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:08 smithi135 bash[32435]: cluster 2023-12-08T01:53:06.582536+0000 mgr.a (mgr.14403) 20813 : cluster 0 pgmap v15542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T01:53:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:10 smithi079 bash[28699]: cluster 2023-12-08T01:53:08.583459+0000 mgr.a (mgr.14403) 20814 : cluster 0 pgmap v15543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:53:10.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:53:10.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:10.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:10 smithi194 bash[32038]: cluster 2023-12-08T01:53:08.583459+0000 mgr.a (mgr.14403) 20814 : cluster 0 pgmap v15543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:53:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:10 smithi135 bash[32435]: cluster 2023-12-08T01:53:08.583459+0000 mgr.a (mgr.14403) 20814 : cluster 0 pgmap v15543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T01:53:11.326 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:53:11.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:11.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:11.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:11.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:53:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:12 smithi079 bash[28699]: cluster 2023-12-08T01:53:10.584118+0000 mgr.a (mgr.14403) 20815 : cluster 0 pgmap v15544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:12 smithi079 bash[28699]: audit 2023-12-08T01:53:10.817208+0000 mgr.a (mgr.14403) 20816 : audit 0 from='client.412227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:12 smithi194 bash[32038]: cluster 2023-12-08T01:53:10.584118+0000 mgr.a (mgr.14403) 20815 : cluster 0 pgmap v15544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:12.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:12 smithi194 bash[32038]: audit 2023-12-08T01:53:10.817208+0000 mgr.a (mgr.14403) 20816 : audit 0 from='client.412227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:12 smithi135 bash[32435]: cluster 2023-12-08T01:53:10.584118+0000 mgr.a (mgr.14403) 20815 : cluster 0 pgmap v15544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:12 smithi135 bash[32435]: audit 2023-12-08T01:53:10.817208+0000 mgr.a (mgr.14403) 20816 : audit 0 from='client.412227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:14 smithi079 bash[28699]: cluster 2023-12-08T01:53:12.584787+0000 mgr.a (mgr.14403) 20817 : cluster 0 pgmap v15545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:14 smithi194 bash[32038]: cluster 2023-12-08T01:53:12.584787+0000 mgr.a (mgr.14403) 20817 : cluster 0 pgmap v15545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:14 smithi135 bash[32435]: cluster 2023-12-08T01:53:12.584787+0000 mgr.a (mgr.14403) 20817 : cluster 0 pgmap v15545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:15 smithi079 bash[28699]: cluster 2023-12-08T01:53:14.585655+0000 mgr.a (mgr.14403) 20818 : cluster 0 pgmap v15546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:15 smithi194 bash[32038]: cluster 2023-12-08T01:53:14.585655+0000 mgr.a (mgr.14403) 20818 : cluster 0 pgmap v15546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:15 smithi135 bash[32435]: cluster 2023-12-08T01:53:14.585655+0000 mgr.a (mgr.14403) 20818 : cluster 0 pgmap v15546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:16.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:53:16.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:16.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:17.214 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:53:17.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:17.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:17.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:17.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:53:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:17 smithi079 bash[28699]: cluster 2023-12-08T01:53:16.586210+0000 mgr.a (mgr.14403) 20819 : cluster 0 pgmap v15547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:17 smithi079 bash[28699]: audit 2023-12-08T01:53:16.733489+0000 mgr.a (mgr.14403) 20820 : audit 0 from='client.412302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:17 smithi194 bash[32038]: cluster 2023-12-08T01:53:16.586210+0000 mgr.a (mgr.14403) 20819 : cluster 0 pgmap v15547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:17 smithi194 bash[32038]: audit 2023-12-08T01:53:16.733489+0000 mgr.a (mgr.14403) 20820 : audit 0 from='client.412302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:17 smithi135 bash[32435]: cluster 2023-12-08T01:53:16.586210+0000 mgr.a (mgr.14403) 20819 : cluster 0 pgmap v15547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:17 smithi135 bash[32435]: audit 2023-12-08T01:53:16.733489+0000 mgr.a (mgr.14403) 20820 : audit 0 from='client.412302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:19 smithi079 bash[28699]: cluster 2023-12-08T01:53:18.587090+0000 mgr.a (mgr.14403) 20821 : cluster 0 pgmap v15548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:19 smithi194 bash[32038]: cluster 2023-12-08T01:53:18.587090+0000 mgr.a (mgr.14403) 20821 : cluster 0 pgmap v15548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:19 smithi135 bash[32435]: cluster 2023-12-08T01:53:18.587090+0000 mgr.a (mgr.14403) 20821 : cluster 0 pgmap v15548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:22.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:53:22.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:22.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:21 smithi079 bash[28699]: cluster 2023-12-08T01:53:20.587762+0000 mgr.a (mgr.14403) 20822 : cluster 0 pgmap v15549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:21 smithi194 bash[32038]: cluster 2023-12-08T01:53:20.587762+0000 mgr.a (mgr.14403) 20822 : cluster 0 pgmap v15549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:22.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:21 smithi135 bash[32435]: cluster 2023-12-08T01:53:20.587762+0000 mgr.a (mgr.14403) 20822 : cluster 0 pgmap v15549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:23.119 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:53:23.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:23.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:23.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:23.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:53:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:24 smithi079 bash[28699]: cluster 2023-12-08T01:53:22.588348+0000 mgr.a (mgr.14403) 20823 : cluster 0 pgmap v15550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:24 smithi079 bash[28699]: audit 2023-12-08T01:53:22.620334+0000 mgr.a (mgr.14403) 20824 : audit 0 from='client.412371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:24 smithi194 bash[32038]: cluster 2023-12-08T01:53:22.588348+0000 mgr.a (mgr.14403) 20823 : cluster 0 pgmap v15550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:24 smithi194 bash[32038]: audit 2023-12-08T01:53:22.620334+0000 mgr.a (mgr.14403) 20824 : audit 0 from='client.412371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:24 smithi135 bash[32435]: cluster 2023-12-08T01:53:22.588348+0000 mgr.a (mgr.14403) 20823 : cluster 0 pgmap v15550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:24 smithi135 bash[32435]: audit 2023-12-08T01:53:22.620334+0000 mgr.a (mgr.14403) 20824 : audit 0 from='client.412371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:26 smithi079 bash[28699]: cluster 2023-12-08T01:53:24.589237+0000 mgr.a (mgr.14403) 20825 : cluster 0 pgmap v15551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:26 smithi194 bash[32038]: cluster 2023-12-08T01:53:24.589237+0000 mgr.a (mgr.14403) 20825 : cluster 0 pgmap v15551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:26 smithi135 bash[32435]: cluster 2023-12-08T01:53:24.589237+0000 mgr.a (mgr.14403) 20825 : cluster 0 pgmap v15551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:28.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:53:28.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:28.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:28 smithi079 bash[28699]: cluster 2023-12-08T01:53:26.589782+0000 mgr.a (mgr.14403) 20826 : cluster 0 pgmap v15552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:28 smithi194 bash[32038]: cluster 2023-12-08T01:53:26.589782+0000 mgr.a (mgr.14403) 20826 : cluster 0 pgmap v15552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:28 smithi135 bash[32435]: cluster 2023-12-08T01:53:26.589782+0000 mgr.a (mgr.14403) 20826 : cluster 0 pgmap v15552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:29.000 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:53:29.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:29.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:29.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:29.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:53:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:30 smithi079 bash[28699]: audit 2023-12-08T01:53:28.520859+0000 mgr.a (mgr.14403) 20827 : audit 0 from='client.412449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:30 smithi079 bash[28699]: cluster 2023-12-08T01:53:28.590278+0000 mgr.a (mgr.14403) 20828 : cluster 0 pgmap v15553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:30 smithi194 bash[32038]: audit 2023-12-08T01:53:28.520859+0000 mgr.a (mgr.14403) 20827 : audit 0 from='client.412449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:30 smithi194 bash[32038]: cluster 2023-12-08T01:53:28.590278+0000 mgr.a (mgr.14403) 20828 : cluster 0 pgmap v15553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:30 smithi135 bash[32435]: audit 2023-12-08T01:53:28.520859+0000 mgr.a (mgr.14403) 20827 : audit 0 from='client.412449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:30 smithi135 bash[32435]: cluster 2023-12-08T01:53:28.590278+0000 mgr.a (mgr.14403) 20828 : cluster 0 pgmap v15553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:32 smithi079 bash[28699]: cluster 2023-12-08T01:53:30.590900+0000 mgr.a (mgr.14403) 20829 : cluster 0 pgmap v15554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:32 smithi194 bash[32038]: cluster 2023-12-08T01:53:30.590900+0000 mgr.a (mgr.14403) 20829 : cluster 0 pgmap v15554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:32 smithi135 bash[32435]: cluster 2023-12-08T01:53:30.590900+0000 mgr.a (mgr.14403) 20829 : cluster 0 pgmap v15554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:34.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:53:34.003 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:34.003 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:34 smithi079 bash[28699]: cluster 2023-12-08T01:53:32.591436+0000 mgr.a (mgr.14403) 20830 : cluster 0 pgmap v15555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:34 smithi194 bash[32038]: cluster 2023-12-08T01:53:32.591436+0000 mgr.a (mgr.14403) 20830 : cluster 0 pgmap v15555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:34 smithi135 bash[32435]: cluster 2023-12-08T01:53:32.591436+0000 mgr.a (mgr.14403) 20830 : cluster 0 pgmap v15555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:34.989 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:53:34.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:34.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:34.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:34.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:53:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:35 smithi079 bash[28699]: audit 2023-12-08T01:53:34.232596+0000 mon.a (mon.0) 3332 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:53:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:35 smithi194 bash[32038]: audit 2023-12-08T01:53:34.232596+0000 mon.a (mon.0) 3332 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:53:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:35 smithi135 bash[32435]: audit 2023-12-08T01:53:34.232596+0000 mon.a (mon.0) 3332 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:53:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:36 smithi079 bash[28699]: audit 2023-12-08T01:53:34.417909+0000 mgr.a (mgr.14403) 20831 : audit 0 from='client.412524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:36 smithi079 bash[28699]: cluster 2023-12-08T01:53:34.592545+0000 mgr.a (mgr.14403) 20832 : cluster 0 pgmap v15556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:36 smithi079 bash[28699]: audit 2023-12-08T01:53:35.028664+0000 mon.a (mon.0) 3333 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:53:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:36 smithi079 bash[28699]: audit 2023-12-08T01:53:35.033081+0000 mon.a (mon.0) 3334 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:53:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:36 smithi079 bash[28699]: audit 2023-12-08T01:53:35.039501+0000 mon.a (mon.0) 3335 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:53:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:36 smithi194 bash[32038]: audit 2023-12-08T01:53:34.417909+0000 mgr.a (mgr.14403) 20831 : audit 0 from='client.412524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:36 smithi194 bash[32038]: cluster 2023-12-08T01:53:34.592545+0000 mgr.a (mgr.14403) 20832 : cluster 0 pgmap v15556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:36 smithi194 bash[32038]: audit 2023-12-08T01:53:35.028664+0000 mon.a (mon.0) 3333 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:53:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:36 smithi194 bash[32038]: audit 2023-12-08T01:53:35.033081+0000 mon.a (mon.0) 3334 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:53:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:36 smithi194 bash[32038]: audit 2023-12-08T01:53:35.039501+0000 mon.a (mon.0) 3335 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:53:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:36 smithi135 bash[32435]: audit 2023-12-08T01:53:34.417909+0000 mgr.a (mgr.14403) 20831 : audit 0 from='client.412524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:36 smithi135 bash[32435]: cluster 2023-12-08T01:53:34.592545+0000 mgr.a (mgr.14403) 20832 : cluster 0 pgmap v15556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:36 smithi135 bash[32435]: audit 2023-12-08T01:53:35.028664+0000 mon.a (mon.0) 3333 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:53:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:36 smithi135 bash[32435]: audit 2023-12-08T01:53:35.033081+0000 mon.a (mon.0) 3334 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:53:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:36 smithi135 bash[32435]: audit 2023-12-08T01:53:35.039501+0000 mon.a (mon.0) 3335 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:53:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:38 smithi079 bash[28699]: cluster 2023-12-08T01:53:36.593231+0000 mgr.a (mgr.14403) 20833 : cluster 0 pgmap v15557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:38 smithi194 bash[32038]: cluster 2023-12-08T01:53:36.593231+0000 mgr.a (mgr.14403) 20833 : cluster 0 pgmap v15557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:38 smithi135 bash[32435]: cluster 2023-12-08T01:53:36.593231+0000 mgr.a (mgr.14403) 20833 : cluster 0 pgmap v15557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:53:39.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:53:39.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:39.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:40 smithi079 bash[28699]: cluster 2023-12-08T01:53:38.594045+0000 mgr.a (mgr.14403) 20834 : cluster 0 pgmap v15558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:40 smithi194 bash[32038]: cluster 2023-12-08T01:53:38.594045+0000 mgr.a (mgr.14403) 20834 : cluster 0 pgmap v15558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:40 smithi135 bash[32435]: cluster 2023-12-08T01:53:38.594045+0000 mgr.a (mgr.14403) 20834 : cluster 0 pgmap v15558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:40.935 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:53:40.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:40.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:40.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:40.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:53:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:42 smithi079 bash[28699]: audit 2023-12-08T01:53:40.406542+0000 mgr.a (mgr.14403) 20835 : audit 0 from='client.412596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:42 smithi079 bash[28699]: cluster 2023-12-08T01:53:40.594802+0000 mgr.a (mgr.14403) 20836 : cluster 0 pgmap v15559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:42 smithi194 bash[32038]: audit 2023-12-08T01:53:40.406542+0000 mgr.a (mgr.14403) 20835 : audit 0 from='client.412596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:42 smithi194 bash[32038]: cluster 2023-12-08T01:53:40.594802+0000 mgr.a (mgr.14403) 20836 : cluster 0 pgmap v15559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:42 smithi135 bash[32435]: audit 2023-12-08T01:53:40.406542+0000 mgr.a (mgr.14403) 20835 : audit 0 from='client.412596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:42 smithi135 bash[32435]: cluster 2023-12-08T01:53:40.594802+0000 mgr.a (mgr.14403) 20836 : cluster 0 pgmap v15559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:44 smithi079 bash[28699]: cluster 2023-12-08T01:53:42.595454+0000 mgr.a (mgr.14403) 20837 : cluster 0 pgmap v15560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:44 smithi194 bash[32038]: cluster 2023-12-08T01:53:42.595454+0000 mgr.a (mgr.14403) 20837 : cluster 0 pgmap v15560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:44 smithi135 bash[32435]: cluster 2023-12-08T01:53:42.595454+0000 mgr.a (mgr.14403) 20837 : cluster 0 pgmap v15560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:45.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:53:45.939 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:45.939 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:46 smithi079 bash[28699]: cluster 2023-12-08T01:53:44.596310+0000 mgr.a (mgr.14403) 20838 : cluster 0 pgmap v15561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:46 smithi194 bash[32038]: cluster 2023-12-08T01:53:44.596310+0000 mgr.a (mgr.14403) 20838 : cluster 0 pgmap v15561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:46 smithi135 bash[32435]: cluster 2023-12-08T01:53:44.596310+0000 mgr.a (mgr.14403) 20838 : cluster 0 pgmap v15561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:46.859 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:53:46.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:46.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:46.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:46.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:53:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:48 smithi079 bash[28699]: audit 2023-12-08T01:53:46.342259+0000 mgr.a (mgr.14403) 20839 : audit 0 from='client.412668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:48 smithi079 bash[28699]: cluster 2023-12-08T01:53:46.604735+0000 mgr.a (mgr.14403) 20840 : cluster 0 pgmap v15562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:48 smithi194 bash[32038]: audit 2023-12-08T01:53:46.342259+0000 mgr.a (mgr.14403) 20839 : audit 0 from='client.412668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:48 smithi194 bash[32038]: cluster 2023-12-08T01:53:46.604735+0000 mgr.a (mgr.14403) 20840 : cluster 0 pgmap v15562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:48 smithi135 bash[32435]: audit 2023-12-08T01:53:46.342259+0000 mgr.a (mgr.14403) 20839 : audit 0 from='client.412668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:48 smithi135 bash[32435]: cluster 2023-12-08T01:53:46.604735+0000 mgr.a (mgr.14403) 20840 : cluster 0 pgmap v15562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:50 smithi079 bash[28699]: cluster 2023-12-08T01:53:48.605745+0000 mgr.a (mgr.14403) 20841 : cluster 0 pgmap v15563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:50 smithi194 bash[32038]: cluster 2023-12-08T01:53:48.605745+0000 mgr.a (mgr.14403) 20841 : cluster 0 pgmap v15563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:50 smithi135 bash[32435]: cluster 2023-12-08T01:53:48.605745+0000 mgr.a (mgr.14403) 20841 : cluster 0 pgmap v15563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:51.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:53:51.863 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:51.863 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:52 smithi079 bash[28699]: cluster 2023-12-08T01:53:50.606363+0000 mgr.a (mgr.14403) 20842 : cluster 0 pgmap v15564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:52 smithi194 bash[32038]: cluster 2023-12-08T01:53:50.606363+0000 mgr.a (mgr.14403) 20842 : cluster 0 pgmap v15564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:52 smithi135 bash[32435]: cluster 2023-12-08T01:53:50.606363+0000 mgr.a (mgr.14403) 20842 : cluster 0 pgmap v15564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:52.760 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:53:52.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:52.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:52.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:52.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:53:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:54 smithi079 bash[28699]: audit 2023-12-08T01:53:52.275868+0000 mgr.a (mgr.14403) 20843 : audit 0 from='client.412746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:54 smithi079 bash[28699]: cluster 2023-12-08T01:53:52.606832+0000 mgr.a (mgr.14403) 20844 : cluster 0 pgmap v15565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:54 smithi194 bash[32038]: audit 2023-12-08T01:53:52.275868+0000 mgr.a (mgr.14403) 20843 : audit 0 from='client.412746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:54 smithi194 bash[32038]: cluster 2023-12-08T01:53:52.606832+0000 mgr.a (mgr.14403) 20844 : cluster 0 pgmap v15565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:54 smithi135 bash[32435]: audit 2023-12-08T01:53:52.275868+0000 mgr.a (mgr.14403) 20843 : audit 0 from='client.412746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:53:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:54 smithi135 bash[32435]: cluster 2023-12-08T01:53:52.606832+0000 mgr.a (mgr.14403) 20844 : cluster 0 pgmap v15565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:56 smithi079 bash[28699]: cluster 2023-12-08T01:53:54.607867+0000 mgr.a (mgr.14403) 20845 : cluster 0 pgmap v15566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:56 smithi194 bash[32038]: cluster 2023-12-08T01:53:54.607867+0000 mgr.a (mgr.14403) 20845 : cluster 0 pgmap v15566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:56 smithi135 bash[32435]: cluster 2023-12-08T01:53:54.607867+0000 mgr.a (mgr.14403) 20845 : cluster 0 pgmap v15566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:53:57.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:53:57.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:53:57.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:53:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:53:58 smithi079 bash[28699]: cluster 2023-12-08T01:53:56.608450+0000 mgr.a (mgr.14403) 20846 : cluster 0 pgmap v15567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:58.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:53:58 smithi194 bash[32038]: cluster 2023-12-08T01:53:56.608450+0000 mgr.a (mgr.14403) 20846 : cluster 0 pgmap v15567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:53:58 smithi135 bash[32435]: cluster 2023-12-08T01:53:56.608450+0000 mgr.a (mgr.14403) 20846 : cluster 0 pgmap v15567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:53:58.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:53:58.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:53:58.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:53:58.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:53:58.676 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:54:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:00 smithi079 bash[28699]: audit 2023-12-08T01:53:58.173948+0000 mgr.a (mgr.14403) 20847 : audit 0 from='client.412818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:00 smithi079 bash[28699]: cluster 2023-12-08T01:53:58.609261+0000 mgr.a (mgr.14403) 20848 : cluster 0 pgmap v15568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:54:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:00 smithi194 bash[32038]: audit 2023-12-08T01:53:58.173948+0000 mgr.a (mgr.14403) 20847 : audit 0 from='client.412818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:00 smithi194 bash[32038]: cluster 2023-12-08T01:53:58.609261+0000 mgr.a (mgr.14403) 20848 : cluster 0 pgmap v15568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:54:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:00 smithi135 bash[32435]: audit 2023-12-08T01:53:58.173948+0000 mgr.a (mgr.14403) 20847 : audit 0 from='client.412818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:00 smithi135 bash[32435]: cluster 2023-12-08T01:53:58.609261+0000 mgr.a (mgr.14403) 20848 : cluster 0 pgmap v15568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:54:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:02 smithi079 bash[28699]: cluster 2023-12-08T01:54:00.610000+0000 mgr.a (mgr.14403) 20849 : cluster 0 pgmap v15569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:54:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:02 smithi194 bash[32038]: cluster 2023-12-08T01:54:00.610000+0000 mgr.a (mgr.14403) 20849 : cluster 0 pgmap v15569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:54:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:02 smithi135 bash[32435]: cluster 2023-12-08T01:54:00.610000+0000 mgr.a (mgr.14403) 20849 : cluster 0 pgmap v15569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:54:03.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:54:03.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:03.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:04 smithi079 bash[28699]: cluster 2023-12-08T01:54:02.610723+0000 mgr.a (mgr.14403) 20850 : cluster 0 pgmap v15570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:54:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:04 smithi194 bash[32038]: cluster 2023-12-08T01:54:02.610723+0000 mgr.a (mgr.14403) 20850 : cluster 0 pgmap v15570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:54:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:04 smithi135 bash[32435]: cluster 2023-12-08T01:54:02.610723+0000 mgr.a (mgr.14403) 20850 : cluster 0 pgmap v15570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:54:04.577 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:54:04.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:04.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:04.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:04.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:54:05.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:05 smithi079 bash[28699]: audit 2023-12-08T01:54:04.089278+0000 mgr.a (mgr.14403) 20851 : audit 0 from='client.412893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:05 smithi194 bash[32038]: audit 2023-12-08T01:54:04.089278+0000 mgr.a (mgr.14403) 20851 : audit 0 from='client.412893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:05 smithi135 bash[32435]: audit 2023-12-08T01:54:04.089278+0000 mgr.a (mgr.14403) 20851 : audit 0 from='client.412893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:06 smithi079 bash[28699]: cluster 2023-12-08T01:54:04.611841+0000 mgr.a (mgr.14403) 20852 : cluster 0 pgmap v15571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:06 smithi194 bash[32038]: cluster 2023-12-08T01:54:04.611841+0000 mgr.a (mgr.14403) 20852 : cluster 0 pgmap v15571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:06 smithi135 bash[32435]: cluster 2023-12-08T01:54:04.611841+0000 mgr.a (mgr.14403) 20852 : cluster 0 pgmap v15571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:08 smithi079 bash[28699]: cluster 2023-12-08T01:54:06.612538+0000 mgr.a (mgr.14403) 20853 : cluster 0 pgmap v15572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:08 smithi194 bash[32038]: cluster 2023-12-08T01:54:06.612538+0000 mgr.a (mgr.14403) 20853 : cluster 0 pgmap v15572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:08 smithi135 bash[32435]: cluster 2023-12-08T01:54:06.612538+0000 mgr.a (mgr.14403) 20853 : cluster 0 pgmap v15572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:09.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:54:09.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:09.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:10 smithi079 bash[28699]: cluster 2023-12-08T01:54:08.613303+0000 mgr.a (mgr.14403) 20854 : cluster 0 pgmap v15573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:10 smithi194 bash[32038]: cluster 2023-12-08T01:54:08.613303+0000 mgr.a (mgr.14403) 20854 : cluster 0 pgmap v15573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:10 smithi135 bash[32435]: cluster 2023-12-08T01:54:08.613303+0000 mgr.a (mgr.14403) 20854 : cluster 0 pgmap v15573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:10.476 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:54:10.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:10.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:10.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:10.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:54:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:11 smithi079 bash[28699]: audit 2023-12-08T01:54:09.972441+0000 mgr.a (mgr.14403) 20855 : audit 0 from='client.412968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:11 smithi194 bash[32038]: audit 2023-12-08T01:54:09.972441+0000 mgr.a (mgr.14403) 20855 : audit 0 from='client.412968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:11.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:11 smithi135 bash[32435]: audit 2023-12-08T01:54:09.972441+0000 mgr.a (mgr.14403) 20855 : audit 0 from='client.412968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:12 smithi079 bash[28699]: cluster 2023-12-08T01:54:10.614046+0000 mgr.a (mgr.14403) 20856 : cluster 0 pgmap v15574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:54:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:12 smithi194 bash[32038]: cluster 2023-12-08T01:54:10.614046+0000 mgr.a (mgr.14403) 20856 : cluster 0 pgmap v15574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:54:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:12 smithi135 bash[32435]: cluster 2023-12-08T01:54:10.614046+0000 mgr.a (mgr.14403) 20856 : cluster 0 pgmap v15574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:54:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:14 smithi079 bash[28699]: cluster 2023-12-08T01:54:12.614643+0000 mgr.a (mgr.14403) 20857 : cluster 0 pgmap v15575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:54:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:14 smithi194 bash[32038]: cluster 2023-12-08T01:54:12.614643+0000 mgr.a (mgr.14403) 20857 : cluster 0 pgmap v15575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:54:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:14 smithi135 bash[32435]: cluster 2023-12-08T01:54:12.614643+0000 mgr.a (mgr.14403) 20857 : cluster 0 pgmap v15575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:54:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:15 smithi194 bash[32038]: cluster 2023-12-08T01:54:14.615476+0000 mgr.a (mgr.14403) 20858 : cluster 0 pgmap v15576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:54:15.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:15 smithi135 bash[32435]: cluster 2023-12-08T01:54:14.615476+0000 mgr.a (mgr.14403) 20858 : cluster 0 pgmap v15576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:54:15.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:54:15.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:15.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:15 smithi079 bash[28699]: cluster 2023-12-08T01:54:14.615476+0000 mgr.a (mgr.14403) 20858 : cluster 0 pgmap v15576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:54:16.416 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:54:16.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:16.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:16.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:16.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:54:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:16 smithi194 bash[32038]: audit 2023-12-08T01:54:15.889392+0000 mgr.a (mgr.14403) 20859 : audit 0 from='client.413043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:16 smithi135 bash[32435]: audit 2023-12-08T01:54:15.889392+0000 mgr.a (mgr.14403) 20859 : audit 0 from='client.413043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:16 smithi079 bash[28699]: audit 2023-12-08T01:54:15.889392+0000 mgr.a (mgr.14403) 20859 : audit 0 from='client.413043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:17 smithi194 bash[32038]: cluster 2023-12-08T01:54:16.616189+0000 mgr.a (mgr.14403) 20860 : cluster 0 pgmap v15577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:17.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:17 smithi135 bash[32435]: cluster 2023-12-08T01:54:16.616189+0000 mgr.a (mgr.14403) 20860 : cluster 0 pgmap v15577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:17 smithi079 bash[28699]: cluster 2023-12-08T01:54:16.616189+0000 mgr.a (mgr.14403) 20860 : cluster 0 pgmap v15577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:20 smithi079 bash[28699]: cluster 2023-12-08T01:54:18.617023+0000 mgr.a (mgr.14403) 20861 : cluster 0 pgmap v15578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:20 smithi194 bash[32038]: cluster 2023-12-08T01:54:18.617023+0000 mgr.a (mgr.14403) 20861 : cluster 0 pgmap v15578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:20 smithi135 bash[32435]: cluster 2023-12-08T01:54:18.617023+0000 mgr.a (mgr.14403) 20861 : cluster 0 pgmap v15578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:21.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:54:21.420 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:21.420 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:22.320 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:54:22.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:22.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:22.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:22.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:54:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:22 smithi079 bash[28699]: cluster 2023-12-08T01:54:20.617585+0000 mgr.a (mgr.14403) 20862 : cluster 0 pgmap v15579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:22 smithi194 bash[32038]: cluster 2023-12-08T01:54:20.617585+0000 mgr.a (mgr.14403) 20862 : cluster 0 pgmap v15579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:22 smithi135 bash[32435]: cluster 2023-12-08T01:54:20.617585+0000 mgr.a (mgr.14403) 20862 : cluster 0 pgmap v15579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:23 smithi079 bash[28699]: audit 2023-12-08T01:54:21.823740+0000 mgr.a (mgr.14403) 20863 : audit 0 from='client.413121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:23 smithi194 bash[32038]: audit 2023-12-08T01:54:21.823740+0000 mgr.a (mgr.14403) 20863 : audit 0 from='client.413121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:23 smithi135 bash[32435]: audit 2023-12-08T01:54:21.823740+0000 mgr.a (mgr.14403) 20863 : audit 0 from='client.413121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:24 smithi079 bash[28699]: cluster 2023-12-08T01:54:22.618322+0000 mgr.a (mgr.14403) 20864 : cluster 0 pgmap v15580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:24 smithi194 bash[32038]: cluster 2023-12-08T01:54:22.618322+0000 mgr.a (mgr.14403) 20864 : cluster 0 pgmap v15580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:24 smithi135 bash[32435]: cluster 2023-12-08T01:54:22.618322+0000 mgr.a (mgr.14403) 20864 : cluster 0 pgmap v15580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:26 smithi079 bash[28699]: cluster 2023-12-08T01:54:24.619204+0000 mgr.a (mgr.14403) 20865 : cluster 0 pgmap v15581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:26 smithi194 bash[32038]: cluster 2023-12-08T01:54:24.619204+0000 mgr.a (mgr.14403) 20865 : cluster 0 pgmap v15581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:26 smithi135 bash[32435]: cluster 2023-12-08T01:54:24.619204+0000 mgr.a (mgr.14403) 20865 : cluster 0 pgmap v15581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:27.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:54:27.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:27.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:28.263 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:54:28.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:28.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:28.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:28.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:54:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:28 smithi079 bash[28699]: cluster 2023-12-08T01:54:26.619901+0000 mgr.a (mgr.14403) 20866 : cluster 0 pgmap v15582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:28 smithi194 bash[32038]: cluster 2023-12-08T01:54:26.619901+0000 mgr.a (mgr.14403) 20866 : cluster 0 pgmap v15582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:28 smithi135 bash[32435]: cluster 2023-12-08T01:54:26.619901+0000 mgr.a (mgr.14403) 20866 : cluster 0 pgmap v15582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:29.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:29 smithi079 bash[28699]: audit 2023-12-08T01:54:27.729596+0000 mgr.a (mgr.14403) 20867 : audit 0 from='client.314314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:29 smithi194 bash[32038]: audit 2023-12-08T01:54:27.729596+0000 mgr.a (mgr.14403) 20867 : audit 0 from='client.314314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:29 smithi135 bash[32435]: audit 2023-12-08T01:54:27.729596+0000 mgr.a (mgr.14403) 20867 : audit 0 from='client.314314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:30 smithi079 bash[28699]: cluster 2023-12-08T01:54:28.620741+0000 mgr.a (mgr.14403) 20868 : cluster 0 pgmap v15583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:30 smithi194 bash[32038]: cluster 2023-12-08T01:54:28.620741+0000 mgr.a (mgr.14403) 20868 : cluster 0 pgmap v15583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:30 smithi135 bash[32435]: cluster 2023-12-08T01:54:28.620741+0000 mgr.a (mgr.14403) 20868 : cluster 0 pgmap v15583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:32 smithi079 bash[28699]: cluster 2023-12-08T01:54:30.621303+0000 mgr.a (mgr.14403) 20869 : cluster 0 pgmap v15584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:32 smithi194 bash[32038]: cluster 2023-12-08T01:54:30.621303+0000 mgr.a (mgr.14403) 20869 : cluster 0 pgmap v15584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:32 smithi135 bash[32435]: cluster 2023-12-08T01:54:30.621303+0000 mgr.a (mgr.14403) 20869 : cluster 0 pgmap v15584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:33.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:54:33.266 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:33.266 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:34.190 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:54:34.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:34.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:34.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:34.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:54:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:34 smithi079 bash[28699]: cluster 2023-12-08T01:54:32.621875+0000 mgr.a (mgr.14403) 20870 : cluster 0 pgmap v15585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:34 smithi194 bash[32038]: cluster 2023-12-08T01:54:32.621875+0000 mgr.a (mgr.14403) 20870 : cluster 0 pgmap v15585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:34 smithi135 bash[32435]: cluster 2023-12-08T01:54:32.621875+0000 mgr.a (mgr.14403) 20870 : cluster 0 pgmap v15585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:35 smithi079 bash[28699]: audit 2023-12-08T01:54:33.670747+0000 mgr.a (mgr.14403) 20871 : audit 0 from='client.413274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:35 smithi194 bash[32038]: audit 2023-12-08T01:54:33.670747+0000 mgr.a (mgr.14403) 20871 : audit 0 from='client.413274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:35 smithi135 bash[32435]: audit 2023-12-08T01:54:33.670747+0000 mgr.a (mgr.14403) 20871 : audit 0 from='client.413274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:36 smithi079 bash[28699]: cluster 2023-12-08T01:54:34.622855+0000 mgr.a (mgr.14403) 20872 : cluster 0 pgmap v15586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:36 smithi079 bash[28699]: audit 2023-12-08T01:54:35.141994+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:54:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:36 smithi079 bash[28699]: audit 2023-12-08T01:54:35.882704+0000 mon.a (mon.0) 3337 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:54:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:36 smithi079 bash[28699]: audit 2023-12-08T01:54:35.884401+0000 mon.a (mon.0) 3338 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:54:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:36 smithi079 bash[28699]: audit 2023-12-08T01:54:35.893211+0000 mon.a (mon.0) 3339 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:54:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:36 smithi194 bash[32038]: cluster 2023-12-08T01:54:34.622855+0000 mgr.a (mgr.14403) 20872 : cluster 0 pgmap v15586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:36 smithi194 bash[32038]: audit 2023-12-08T01:54:35.141994+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:54:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:36 smithi194 bash[32038]: audit 2023-12-08T01:54:35.882704+0000 mon.a (mon.0) 3337 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:54:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:36 smithi194 bash[32038]: audit 2023-12-08T01:54:35.884401+0000 mon.a (mon.0) 3338 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:54:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:36 smithi194 bash[32038]: audit 2023-12-08T01:54:35.893211+0000 mon.a (mon.0) 3339 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:54:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:36 smithi135 bash[32435]: cluster 2023-12-08T01:54:34.622855+0000 mgr.a (mgr.14403) 20872 : cluster 0 pgmap v15586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:36 smithi135 bash[32435]: audit 2023-12-08T01:54:35.141994+0000 mon.a (mon.0) 3336 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:54:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:36 smithi135 bash[32435]: audit 2023-12-08T01:54:35.882704+0000 mon.a (mon.0) 3337 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:54:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:36 smithi135 bash[32435]: audit 2023-12-08T01:54:35.884401+0000 mon.a (mon.0) 3338 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:54:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:36 smithi135 bash[32435]: audit 2023-12-08T01:54:35.893211+0000 mon.a (mon.0) 3339 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:54:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:38 smithi079 bash[28699]: cluster 2023-12-08T01:54:36.623441+0000 mgr.a (mgr.14403) 20873 : cluster 0 pgmap v15587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:38 smithi194 bash[32038]: cluster 2023-12-08T01:54:36.623441+0000 mgr.a (mgr.14403) 20873 : cluster 0 pgmap v15587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:38 smithi135 bash[32435]: cluster 2023-12-08T01:54:36.623441+0000 mgr.a (mgr.14403) 20873 : cluster 0 pgmap v15587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:39.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:54:39.193 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:39.193 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:40.114 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:54:40.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:40.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:40.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:40.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:54:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:40 smithi079 bash[28699]: cluster 2023-12-08T01:54:38.624172+0000 mgr.a (mgr.14403) 20874 : cluster 0 pgmap v15588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:40 smithi194 bash[32038]: cluster 2023-12-08T01:54:38.624172+0000 mgr.a (mgr.14403) 20874 : cluster 0 pgmap v15588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:40 smithi135 bash[32435]: cluster 2023-12-08T01:54:38.624172+0000 mgr.a (mgr.14403) 20874 : cluster 0 pgmap v15588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:41.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:41 smithi079 bash[28699]: audit 2023-12-08T01:54:39.605708+0000 mgr.a (mgr.14403) 20875 : audit 0 from='client.413349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:41.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:41 smithi194 bash[32038]: audit 2023-12-08T01:54:39.605708+0000 mgr.a (mgr.14403) 20875 : audit 0 from='client.413349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:41.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:41 smithi135 bash[32435]: audit 2023-12-08T01:54:39.605708+0000 mgr.a (mgr.14403) 20875 : audit 0 from='client.413349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:42 smithi079 bash[28699]: cluster 2023-12-08T01:54:40.624834+0000 mgr.a (mgr.14403) 20876 : cluster 0 pgmap v15589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:42 smithi194 bash[32038]: cluster 2023-12-08T01:54:40.624834+0000 mgr.a (mgr.14403) 20876 : cluster 0 pgmap v15589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:42.467 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:42 smithi135 bash[32435]: cluster 2023-12-08T01:54:40.624834+0000 mgr.a (mgr.14403) 20876 : cluster 0 pgmap v15589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:44 smithi079 bash[28699]: cluster 2023-12-08T01:54:42.625408+0000 mgr.a (mgr.14403) 20877 : cluster 0 pgmap v15590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:44 smithi194 bash[32038]: cluster 2023-12-08T01:54:42.625408+0000 mgr.a (mgr.14403) 20877 : cluster 0 pgmap v15590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:44 smithi135 bash[32435]: cluster 2023-12-08T01:54:42.625408+0000 mgr.a (mgr.14403) 20877 : cluster 0 pgmap v15590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:54:45.116 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:54:45.117 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:45.118 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:46.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:46.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:46.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:46.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:54:46.014 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:54:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:46 smithi079 bash[28699]: cluster 2023-12-08T01:54:44.626222+0000 mgr.a (mgr.14403) 20878 : cluster 0 pgmap v15591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:46 smithi194 bash[32038]: cluster 2023-12-08T01:54:44.626222+0000 mgr.a (mgr.14403) 20878 : cluster 0 pgmap v15591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:46 smithi135 bash[32435]: cluster 2023-12-08T01:54:44.626222+0000 mgr.a (mgr.14403) 20878 : cluster 0 pgmap v15591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:47.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:47 smithi079 bash[28699]: audit 2023-12-08T01:54:45.519301+0000 mgr.a (mgr.14403) 20879 : audit 0 from='client.413424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:47 smithi194 bash[32038]: audit 2023-12-08T01:54:45.519301+0000 mgr.a (mgr.14403) 20879 : audit 0 from='client.413424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:47.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:47 smithi135 bash[32435]: audit 2023-12-08T01:54:45.519301+0000 mgr.a (mgr.14403) 20879 : audit 0 from='client.413424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:48 smithi079 bash[28699]: cluster 2023-12-08T01:54:46.626869+0000 mgr.a (mgr.14403) 20880 : cluster 0 pgmap v15592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:48 smithi194 bash[32038]: cluster 2023-12-08T01:54:46.626869+0000 mgr.a (mgr.14403) 20880 : cluster 0 pgmap v15592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:48 smithi135 bash[32435]: cluster 2023-12-08T01:54:46.626869+0000 mgr.a (mgr.14403) 20880 : cluster 0 pgmap v15592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:50 smithi079 bash[28699]: cluster 2023-12-08T01:54:48.627654+0000 mgr.a (mgr.14403) 20881 : cluster 0 pgmap v15593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:50 smithi194 bash[32038]: cluster 2023-12-08T01:54:48.627654+0000 mgr.a (mgr.14403) 20881 : cluster 0 pgmap v15593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:50 smithi135 bash[32435]: cluster 2023-12-08T01:54:48.627654+0000 mgr.a (mgr.14403) 20881 : cluster 0 pgmap v15593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:51.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:54:51.017 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:51.018 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:51.921 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:54:51.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:51.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:51.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:51.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:54:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:52 smithi079 bash[28699]: cluster 2023-12-08T01:54:50.628220+0000 mgr.a (mgr.14403) 20882 : cluster 0 pgmap v15594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:52 smithi194 bash[32038]: cluster 2023-12-08T01:54:50.628220+0000 mgr.a (mgr.14403) 20882 : cluster 0 pgmap v15594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:52 smithi135 bash[32435]: cluster 2023-12-08T01:54:50.628220+0000 mgr.a (mgr.14403) 20882 : cluster 0 pgmap v15594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:53 smithi079 bash[28699]: audit 2023-12-08T01:54:51.421487+0000 mgr.a (mgr.14403) 20883 : audit 0 from='client.413499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:53 smithi194 bash[32038]: audit 2023-12-08T01:54:51.421487+0000 mgr.a (mgr.14403) 20883 : audit 0 from='client.413499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:53 smithi135 bash[32435]: audit 2023-12-08T01:54:51.421487+0000 mgr.a (mgr.14403) 20883 : audit 0 from='client.413499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:54 smithi079 bash[28699]: cluster 2023-12-08T01:54:52.629004+0000 mgr.a (mgr.14403) 20884 : cluster 0 pgmap v15595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:54 smithi194 bash[32038]: cluster 2023-12-08T01:54:52.629004+0000 mgr.a (mgr.14403) 20884 : cluster 0 pgmap v15595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:54 smithi135 bash[32435]: cluster 2023-12-08T01:54:52.629004+0000 mgr.a (mgr.14403) 20884 : cluster 0 pgmap v15595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:56 smithi079 bash[28699]: cluster 2023-12-08T01:54:54.629873+0000 mgr.a (mgr.14403) 20885 : cluster 0 pgmap v15596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:56 smithi194 bash[32038]: cluster 2023-12-08T01:54:54.629873+0000 mgr.a (mgr.14403) 20885 : cluster 0 pgmap v15596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:56 smithi135 bash[32435]: cluster 2023-12-08T01:54:54.629873+0000 mgr.a (mgr.14403) 20885 : cluster 0 pgmap v15596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:54:56.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:54:56.923 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:54:56.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:54:57.841 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:54:57.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:54:57.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:54:57.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:54:57.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:54:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:58 smithi079 bash[28699]: cluster 2023-12-08T01:54:56.630342+0000 mgr.a (mgr.14403) 20886 : cluster 0 pgmap v15597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:58 smithi194 bash[32038]: cluster 2023-12-08T01:54:56.630342+0000 mgr.a (mgr.14403) 20886 : cluster 0 pgmap v15597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:58 smithi135 bash[32435]: cluster 2023-12-08T01:54:56.630342+0000 mgr.a (mgr.14403) 20886 : cluster 0 pgmap v15597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:54:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:54:59 smithi194 bash[32038]: audit 2023-12-08T01:54:57.333298+0000 mgr.a (mgr.14403) 20887 : audit 0 from='client.413574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:59.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:54:59 smithi135 bash[32435]: audit 2023-12-08T01:54:57.333298+0000 mgr.a (mgr.14403) 20887 : audit 0 from='client.413574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:54:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:54:59 smithi079 bash[28699]: audit 2023-12-08T01:54:57.333298+0000 mgr.a (mgr.14403) 20887 : audit 0 from='client.413574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:00 smithi194 bash[32038]: cluster 2023-12-08T01:54:58.631235+0000 mgr.a (mgr.14403) 20888 : cluster 0 pgmap v15598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:00 smithi135 bash[32435]: cluster 2023-12-08T01:54:58.631235+0000 mgr.a (mgr.14403) 20888 : cluster 0 pgmap v15598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:00 smithi079 bash[28699]: cluster 2023-12-08T01:54:58.631235+0000 mgr.a (mgr.14403) 20888 : cluster 0 pgmap v15598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:01 smithi194 bash[32038]: cluster 2023-12-08T01:55:00.631727+0000 mgr.a (mgr.14403) 20889 : cluster 0 pgmap v15599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:01.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:01 smithi135 bash[32435]: cluster 2023-12-08T01:55:00.631727+0000 mgr.a (mgr.14403) 20889 : cluster 0 pgmap v15599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:01 smithi079 bash[28699]: cluster 2023-12-08T01:55:00.631727+0000 mgr.a (mgr.14403) 20889 : cluster 0 pgmap v15599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:02.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:55:02.846 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:02.846 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:03.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:03.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:03.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:03.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:55:03.731 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:55:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:03 smithi194 bash[32038]: cluster 2023-12-08T01:55:02.632297+0000 mgr.a (mgr.14403) 20890 : cluster 0 pgmap v15600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:03 smithi135 bash[32435]: cluster 2023-12-08T01:55:02.632297+0000 mgr.a (mgr.14403) 20890 : cluster 0 pgmap v15600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:03 smithi079 bash[28699]: cluster 2023-12-08T01:55:02.632297+0000 mgr.a (mgr.14403) 20890 : cluster 0 pgmap v15600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:05.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:05 smithi079 bash[28699]: audit 2023-12-08T01:55:03.245315+0000 mgr.a (mgr.14403) 20891 : audit 0 from='client.413652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:05 smithi194 bash[32038]: audit 2023-12-08T01:55:03.245315+0000 mgr.a (mgr.14403) 20891 : audit 0 from='client.413652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:05.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:05 smithi135 bash[32435]: audit 2023-12-08T01:55:03.245315+0000 mgr.a (mgr.14403) 20891 : audit 0 from='client.413652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:06 smithi079 bash[28699]: cluster 2023-12-08T01:55:04.633294+0000 mgr.a (mgr.14403) 20892 : cluster 0 pgmap v15601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:55:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:06 smithi194 bash[32038]: cluster 2023-12-08T01:55:04.633294+0000 mgr.a (mgr.14403) 20892 : cluster 0 pgmap v15601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:55:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:06 smithi135 bash[32435]: cluster 2023-12-08T01:55:04.633294+0000 mgr.a (mgr.14403) 20892 : cluster 0 pgmap v15601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:55:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:08 smithi079 bash[28699]: cluster 2023-12-08T01:55:06.633879+0000 mgr.a (mgr.14403) 20893 : cluster 0 pgmap v15602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:55:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:08 smithi194 bash[32038]: cluster 2023-12-08T01:55:06.633879+0000 mgr.a (mgr.14403) 20893 : cluster 0 pgmap v15602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:55:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:08 smithi135 bash[32435]: cluster 2023-12-08T01:55:06.633879+0000 mgr.a (mgr.14403) 20893 : cluster 0 pgmap v15602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:55:08.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:55:08.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:08.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:09.659 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:55:09.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:09.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:09.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:09.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:55:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:10 smithi079 bash[28699]: cluster 2023-12-08T01:55:08.634611+0000 mgr.a (mgr.14403) 20894 : cluster 0 pgmap v15603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:10 smithi194 bash[32038]: cluster 2023-12-08T01:55:08.634611+0000 mgr.a (mgr.14403) 20894 : cluster 0 pgmap v15603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:10 smithi135 bash[32435]: cluster 2023-12-08T01:55:08.634611+0000 mgr.a (mgr.14403) 20894 : cluster 0 pgmap v15603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:11 smithi079 bash[28699]: audit 2023-12-08T01:55:09.144432+0000 mgr.a (mgr.14403) 20895 : audit 0 from='client.413721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:11 smithi194 bash[32038]: audit 2023-12-08T01:55:09.144432+0000 mgr.a (mgr.14403) 20895 : audit 0 from='client.413721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:11 smithi135 bash[32435]: audit 2023-12-08T01:55:09.144432+0000 mgr.a (mgr.14403) 20895 : audit 0 from='client.413721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:12 smithi079 bash[28699]: cluster 2023-12-08T01:55:10.635228+0000 mgr.a (mgr.14403) 20896 : cluster 0 pgmap v15604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:12 smithi194 bash[32038]: cluster 2023-12-08T01:55:10.635228+0000 mgr.a (mgr.14403) 20896 : cluster 0 pgmap v15604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:12 smithi135 bash[32435]: cluster 2023-12-08T01:55:10.635228+0000 mgr.a (mgr.14403) 20896 : cluster 0 pgmap v15604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:14 smithi079 bash[28699]: cluster 2023-12-08T01:55:12.635779+0000 mgr.a (mgr.14403) 20897 : cluster 0 pgmap v15605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:14 smithi194 bash[32038]: cluster 2023-12-08T01:55:12.635779+0000 mgr.a (mgr.14403) 20897 : cluster 0 pgmap v15605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:14 smithi135 bash[32435]: cluster 2023-12-08T01:55:12.635779+0000 mgr.a (mgr.14403) 20897 : cluster 0 pgmap v15605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:14.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:55:14.663 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:14.663 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:15.575 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:55:15.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:15.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:15.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:15.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:55:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:16 smithi079 bash[28699]: cluster 2023-12-08T01:55:14.636582+0000 mgr.a (mgr.14403) 20898 : cluster 0 pgmap v15606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:16 smithi079 bash[28699]: audit 2023-12-08T01:55:15.068177+0000 mgr.a (mgr.14403) 20899 : audit 0 from='client.413793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:16 smithi194 bash[32038]: cluster 2023-12-08T01:55:14.636582+0000 mgr.a (mgr.14403) 20898 : cluster 0 pgmap v15606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:16 smithi194 bash[32038]: audit 2023-12-08T01:55:15.068177+0000 mgr.a (mgr.14403) 20899 : audit 0 from='client.413793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:16.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:16 smithi135 bash[32435]: cluster 2023-12-08T01:55:14.636582+0000 mgr.a (mgr.14403) 20898 : cluster 0 pgmap v15606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:16.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:16 smithi135 bash[32435]: audit 2023-12-08T01:55:15.068177+0000 mgr.a (mgr.14403) 20899 : audit 0 from='client.413793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:18 smithi079 bash[28699]: cluster 2023-12-08T01:55:16.637269+0000 mgr.a (mgr.14403) 20900 : cluster 0 pgmap v15607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:55:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:18 smithi194 bash[32038]: cluster 2023-12-08T01:55:16.637269+0000 mgr.a (mgr.14403) 20900 : cluster 0 pgmap v15607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:55:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:18 smithi135 bash[32435]: cluster 2023-12-08T01:55:16.637269+0000 mgr.a (mgr.14403) 20900 : cluster 0 pgmap v15607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:55:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:20 smithi079 bash[28699]: cluster 2023-12-08T01:55:18.638091+0000 mgr.a (mgr.14403) 20901 : cluster 0 pgmap v15608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:55:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:20 smithi194 bash[32038]: cluster 2023-12-08T01:55:18.638091+0000 mgr.a (mgr.14403) 20901 : cluster 0 pgmap v15608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:55:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:20 smithi135 bash[32435]: cluster 2023-12-08T01:55:18.638091+0000 mgr.a (mgr.14403) 20901 : cluster 0 pgmap v15608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:55:20.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:55:20.578 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:20.578 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:21.476 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:55:21.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:21.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:21.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:21.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:55:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:22 smithi079 bash[28699]: cluster 2023-12-08T01:55:20.638738+0000 mgr.a (mgr.14403) 20902 : cluster 0 pgmap v15609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:22 smithi079 bash[28699]: audit 2023-12-08T01:55:20.985260+0000 mgr.a (mgr.14403) 20903 : audit 0 from='client.413865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:22 smithi194 bash[32038]: cluster 2023-12-08T01:55:20.638738+0000 mgr.a (mgr.14403) 20902 : cluster 0 pgmap v15609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:22 smithi194 bash[32038]: audit 2023-12-08T01:55:20.985260+0000 mgr.a (mgr.14403) 20903 : audit 0 from='client.413865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:22 smithi135 bash[32435]: cluster 2023-12-08T01:55:20.638738+0000 mgr.a (mgr.14403) 20902 : cluster 0 pgmap v15609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:22 smithi135 bash[32435]: audit 2023-12-08T01:55:20.985260+0000 mgr.a (mgr.14403) 20903 : audit 0 from='client.413865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:24 smithi079 bash[28699]: cluster 2023-12-08T01:55:22.639461+0000 mgr.a (mgr.14403) 20904 : cluster 0 pgmap v15610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:24 smithi194 bash[32038]: cluster 2023-12-08T01:55:22.639461+0000 mgr.a (mgr.14403) 20904 : cluster 0 pgmap v15610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:24 smithi135 bash[32435]: cluster 2023-12-08T01:55:22.639461+0000 mgr.a (mgr.14403) 20904 : cluster 0 pgmap v15610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:26 smithi079 bash[28699]: cluster 2023-12-08T01:55:24.640206+0000 mgr.a (mgr.14403) 20905 : cluster 0 pgmap v15611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:26 smithi194 bash[32038]: cluster 2023-12-08T01:55:24.640206+0000 mgr.a (mgr.14403) 20905 : cluster 0 pgmap v15611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:26 smithi135 bash[32435]: cluster 2023-12-08T01:55:24.640206+0000 mgr.a (mgr.14403) 20905 : cluster 0 pgmap v15611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:26.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:55:26.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:26.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:27.368 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:55:27.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:27.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:27.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:27.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:55:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:28 smithi079 bash[28699]: cluster 2023-12-08T01:55:26.640703+0000 mgr.a (mgr.14403) 20906 : cluster 0 pgmap v15612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:28 smithi079 bash[28699]: audit 2023-12-08T01:55:26.877043+0000 mgr.a (mgr.14403) 20907 : audit 0 from='client.413940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:28 smithi194 bash[32038]: cluster 2023-12-08T01:55:26.640703+0000 mgr.a (mgr.14403) 20906 : cluster 0 pgmap v15612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:28 smithi194 bash[32038]: audit 2023-12-08T01:55:26.877043+0000 mgr.a (mgr.14403) 20907 : audit 0 from='client.413940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:28 smithi135 bash[32435]: cluster 2023-12-08T01:55:26.640703+0000 mgr.a (mgr.14403) 20906 : cluster 0 pgmap v15612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:28 smithi135 bash[32435]: audit 2023-12-08T01:55:26.877043+0000 mgr.a (mgr.14403) 20907 : audit 0 from='client.413940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:30 smithi079 bash[28699]: cluster 2023-12-08T01:55:28.641633+0000 mgr.a (mgr.14403) 20908 : cluster 0 pgmap v15613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:30 smithi194 bash[32038]: cluster 2023-12-08T01:55:28.641633+0000 mgr.a (mgr.14403) 20908 : cluster 0 pgmap v15613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:30 smithi135 bash[32435]: cluster 2023-12-08T01:55:28.641633+0000 mgr.a (mgr.14403) 20908 : cluster 0 pgmap v15613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:32.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:55:32.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:32.371 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:32 smithi079 bash[28699]: cluster 2023-12-08T01:55:30.642316+0000 mgr.a (mgr.14403) 20909 : cluster 0 pgmap v15614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:32 smithi194 bash[32038]: cluster 2023-12-08T01:55:30.642316+0000 mgr.a (mgr.14403) 20909 : cluster 0 pgmap v15614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:32 smithi135 bash[32435]: cluster 2023-12-08T01:55:30.642316+0000 mgr.a (mgr.14403) 20909 : cluster 0 pgmap v15614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:33.280 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:55:33.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:33.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:33.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:33.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:55:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:34 smithi079 bash[28699]: cluster 2023-12-08T01:55:32.642918+0000 mgr.a (mgr.14403) 20910 : cluster 0 pgmap v15615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:34 smithi079 bash[28699]: audit 2023-12-08T01:55:32.775282+0000 mgr.a (mgr.14403) 20911 : audit 0 from='client.414015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:34 smithi194 bash[32038]: cluster 2023-12-08T01:55:32.642918+0000 mgr.a (mgr.14403) 20910 : cluster 0 pgmap v15615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:34 smithi194 bash[32038]: audit 2023-12-08T01:55:32.775282+0000 mgr.a (mgr.14403) 20911 : audit 0 from='client.414015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:34 smithi135 bash[32435]: cluster 2023-12-08T01:55:32.642918+0000 mgr.a (mgr.14403) 20910 : cluster 0 pgmap v15615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:34 smithi135 bash[32435]: audit 2023-12-08T01:55:32.775282+0000 mgr.a (mgr.14403) 20911 : audit 0 from='client.414015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:36 smithi079 bash[28699]: cluster 2023-12-08T01:55:34.643879+0000 mgr.a (mgr.14403) 20912 : cluster 0 pgmap v15616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:36 smithi079 bash[28699]: audit 2023-12-08T01:55:35.995797+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:55:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:36 smithi194 bash[32038]: cluster 2023-12-08T01:55:34.643879+0000 mgr.a (mgr.14403) 20912 : cluster 0 pgmap v15616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:36 smithi194 bash[32038]: audit 2023-12-08T01:55:35.995797+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:55:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:36 smithi135 bash[32435]: cluster 2023-12-08T01:55:34.643879+0000 mgr.a (mgr.14403) 20912 : cluster 0 pgmap v15616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:36 smithi135 bash[32435]: audit 2023-12-08T01:55:35.995797+0000 mon.a (mon.0) 3340 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:55:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:37 smithi079 bash[28699]: audit 2023-12-08T01:55:36.786465+0000 mon.a (mon.0) 3341 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:55:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:37 smithi079 bash[28699]: audit 2023-12-08T01:55:36.788064+0000 mon.a (mon.0) 3342 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:55:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:37 smithi079 bash[28699]: audit 2023-12-08T01:55:36.797633+0000 mon.a (mon.0) 3343 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:55:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:37 smithi194 bash[32038]: audit 2023-12-08T01:55:36.786465+0000 mon.a (mon.0) 3341 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:55:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:37 smithi194 bash[32038]: audit 2023-12-08T01:55:36.788064+0000 mon.a (mon.0) 3342 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:55:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:37 smithi194 bash[32038]: audit 2023-12-08T01:55:36.797633+0000 mon.a (mon.0) 3343 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:55:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:37 smithi135 bash[32435]: audit 2023-12-08T01:55:36.786465+0000 mon.a (mon.0) 3341 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:55:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:37 smithi135 bash[32435]: audit 2023-12-08T01:55:36.788064+0000 mon.a (mon.0) 3342 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:55:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:37 smithi135 bash[32435]: audit 2023-12-08T01:55:36.797633+0000 mon.a (mon.0) 3343 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:55:38.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:55:38.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:38.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:38 smithi079 bash[28699]: cluster 2023-12-08T01:55:36.644388+0000 mgr.a (mgr.14403) 20913 : cluster 0 pgmap v15617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:38 smithi194 bash[32038]: cluster 2023-12-08T01:55:36.644388+0000 mgr.a (mgr.14403) 20913 : cluster 0 pgmap v15617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:38 smithi135 bash[32435]: cluster 2023-12-08T01:55:36.644388+0000 mgr.a (mgr.14403) 20913 : cluster 0 pgmap v15617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:39.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:39.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:39.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:39.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:55:39.173 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:55:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:40 smithi079 bash[28699]: cluster 2023-12-08T01:55:38.645108+0000 mgr.a (mgr.14403) 20914 : cluster 0 pgmap v15618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:40 smithi079 bash[28699]: audit 2023-12-08T01:55:38.683146+0000 mgr.a (mgr.14403) 20915 : audit 0 from='client.414093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:40 smithi194 bash[32038]: cluster 2023-12-08T01:55:38.645108+0000 mgr.a (mgr.14403) 20914 : cluster 0 pgmap v15618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:40 smithi194 bash[32038]: audit 2023-12-08T01:55:38.683146+0000 mgr.a (mgr.14403) 20915 : audit 0 from='client.414093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:40 smithi135 bash[32435]: cluster 2023-12-08T01:55:38.645108+0000 mgr.a (mgr.14403) 20914 : cluster 0 pgmap v15618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:40 smithi135 bash[32435]: audit 2023-12-08T01:55:38.683146+0000 mgr.a (mgr.14403) 20915 : audit 0 from='client.414093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:42 smithi079 bash[28699]: cluster 2023-12-08T01:55:40.645819+0000 mgr.a (mgr.14403) 20916 : cluster 0 pgmap v15619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:42 smithi194 bash[32038]: cluster 2023-12-08T01:55:40.645819+0000 mgr.a (mgr.14403) 20916 : cluster 0 pgmap v15619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:42 smithi135 bash[32435]: cluster 2023-12-08T01:55:40.645819+0000 mgr.a (mgr.14403) 20916 : cluster 0 pgmap v15619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:44.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:55:44.177 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:44.177 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:44 smithi079 bash[28699]: cluster 2023-12-08T01:55:42.646379+0000 mgr.a (mgr.14403) 20917 : cluster 0 pgmap v15620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:44 smithi194 bash[32038]: cluster 2023-12-08T01:55:42.646379+0000 mgr.a (mgr.14403) 20917 : cluster 0 pgmap v15620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:44 smithi135 bash[32435]: cluster 2023-12-08T01:55:42.646379+0000 mgr.a (mgr.14403) 20917 : cluster 0 pgmap v15620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:45.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:45.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:45.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:45.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:55:45.087 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:55:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:46 smithi079 bash[28699]: audit 2023-12-08T01:55:44.584924+0000 mgr.a (mgr.14403) 20918 : audit 0 from='client.414171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:46 smithi079 bash[28699]: cluster 2023-12-08T01:55:44.647511+0000 mgr.a (mgr.14403) 20919 : cluster 0 pgmap v15621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:46 smithi194 bash[32038]: audit 2023-12-08T01:55:44.584924+0000 mgr.a (mgr.14403) 20918 : audit 0 from='client.414171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:46 smithi194 bash[32038]: cluster 2023-12-08T01:55:44.647511+0000 mgr.a (mgr.14403) 20919 : cluster 0 pgmap v15621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:46 smithi135 bash[32435]: audit 2023-12-08T01:55:44.584924+0000 mgr.a (mgr.14403) 20918 : audit 0 from='client.414171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:46 smithi135 bash[32435]: cluster 2023-12-08T01:55:44.647511+0000 mgr.a (mgr.14403) 20919 : cluster 0 pgmap v15621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:48 smithi194 bash[32038]: cluster 2023-12-08T01:55:46.648258+0000 mgr.a (mgr.14403) 20920 : cluster 0 pgmap v15622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:48 smithi135 bash[32435]: cluster 2023-12-08T01:55:46.648258+0000 mgr.a (mgr.14403) 20920 : cluster 0 pgmap v15622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:48 smithi079 bash[28699]: cluster 2023-12-08T01:55:46.648258+0000 mgr.a (mgr.14403) 20920 : cluster 0 pgmap v15622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:55:50.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:55:50.089 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:50.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:50 smithi194 bash[32038]: cluster 2023-12-08T01:55:48.649214+0000 mgr.a (mgr.14403) 20921 : cluster 0 pgmap v15623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:50 smithi135 bash[32435]: cluster 2023-12-08T01:55:48.649214+0000 mgr.a (mgr.14403) 20921 : cluster 0 pgmap v15623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:50 smithi079 bash[28699]: cluster 2023-12-08T01:55:48.649214+0000 mgr.a (mgr.14403) 20921 : cluster 0 pgmap v15623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:51.018 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:55:51.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:51.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:51.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:51.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:55:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:52 smithi194 bash[32038]: audit 2023-12-08T01:55:50.489078+0000 mgr.a (mgr.14403) 20922 : audit 0 from='client.414246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:52 smithi194 bash[32038]: cluster 2023-12-08T01:55:50.650070+0000 mgr.a (mgr.14403) 20923 : cluster 0 pgmap v15624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:52 smithi135 bash[32435]: audit 2023-12-08T01:55:50.489078+0000 mgr.a (mgr.14403) 20922 : audit 0 from='client.414246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:52 smithi135 bash[32435]: cluster 2023-12-08T01:55:50.650070+0000 mgr.a (mgr.14403) 20923 : cluster 0 pgmap v15624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:52 smithi079 bash[28699]: audit 2023-12-08T01:55:50.489078+0000 mgr.a (mgr.14403) 20922 : audit 0 from='client.414246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:52 smithi079 bash[28699]: cluster 2023-12-08T01:55:50.650070+0000 mgr.a (mgr.14403) 20923 : cluster 0 pgmap v15624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:54 smithi194 bash[32038]: cluster 2023-12-08T01:55:52.650892+0000 mgr.a (mgr.14403) 20924 : cluster 0 pgmap v15625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:54 smithi135 bash[32435]: cluster 2023-12-08T01:55:52.650892+0000 mgr.a (mgr.14403) 20924 : cluster 0 pgmap v15625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:54 smithi079 bash[28699]: cluster 2023-12-08T01:55:52.650892+0000 mgr.a (mgr.14403) 20924 : cluster 0 pgmap v15625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:55 smithi079 bash[28699]: cluster 2023-12-08T01:55:54.651727+0000 mgr.a (mgr.14403) 20925 : cluster 0 pgmap v15626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:55 smithi194 bash[32038]: cluster 2023-12-08T01:55:54.651727+0000 mgr.a (mgr.14403) 20925 : cluster 0 pgmap v15626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:55 smithi135 bash[32435]: cluster 2023-12-08T01:55:54.651727+0000 mgr.a (mgr.14403) 20925 : cluster 0 pgmap v15626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:55:56.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:55:56.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:55:56.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:55:56.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:55:56.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:55:56.916 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:55:56.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:55:56.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:55:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:57 smithi079 bash[28699]: audit 2023-12-08T01:55:56.427353+0000 mgr.a (mgr.14403) 20926 : audit 0 from='client.414321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:55:57 smithi079 bash[28699]: cluster 2023-12-08T01:55:56.652221+0000 mgr.a (mgr.14403) 20927 : cluster 0 pgmap v15627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:57 smithi194 bash[32038]: audit 2023-12-08T01:55:56.427353+0000 mgr.a (mgr.14403) 20926 : audit 0 from='client.414321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:55:57 smithi194 bash[32038]: cluster 2023-12-08T01:55:56.652221+0000 mgr.a (mgr.14403) 20927 : cluster 0 pgmap v15627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:55:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:57 smithi135 bash[32435]: audit 2023-12-08T01:55:56.427353+0000 mgr.a (mgr.14403) 20926 : audit 0 from='client.414321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:55:58.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:55:57 smithi135 bash[32435]: cluster 2023-12-08T01:55:56.652221+0000 mgr.a (mgr.14403) 20927 : cluster 0 pgmap v15627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:00 smithi079 bash[28699]: cluster 2023-12-08T01:55:58.653197+0000 mgr.a (mgr.14403) 20928 : cluster 0 pgmap v15628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:00 smithi194 bash[32038]: cluster 2023-12-08T01:55:58.653197+0000 mgr.a (mgr.14403) 20928 : cluster 0 pgmap v15628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:00 smithi135 bash[32435]: cluster 2023-12-08T01:55:58.653197+0000 mgr.a (mgr.14403) 20928 : cluster 0 pgmap v15628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:01.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:56:01.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:01.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:02 smithi079 bash[28699]: cluster 2023-12-08T01:56:00.653943+0000 mgr.a (mgr.14403) 20929 : cluster 0 pgmap v15629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:02 smithi194 bash[32038]: cluster 2023-12-08T01:56:00.653943+0000 mgr.a (mgr.14403) 20929 : cluster 0 pgmap v15629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:02 smithi135 bash[32435]: cluster 2023-12-08T01:56:00.653943+0000 mgr.a (mgr.14403) 20929 : cluster 0 pgmap v15629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:02.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:02.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:02.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:02.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:56:02.821 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:56:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:04 smithi079 bash[28699]: audit 2023-12-08T01:56:02.322358+0000 mgr.a (mgr.14403) 20930 : audit 0 from='client.414393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:04 smithi079 bash[28699]: cluster 2023-12-08T01:56:02.654445+0000 mgr.a (mgr.14403) 20931 : cluster 0 pgmap v15630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:04 smithi194 bash[32038]: audit 2023-12-08T01:56:02.322358+0000 mgr.a (mgr.14403) 20930 : audit 0 from='client.414393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:04 smithi194 bash[32038]: cluster 2023-12-08T01:56:02.654445+0000 mgr.a (mgr.14403) 20931 : cluster 0 pgmap v15630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:04 smithi135 bash[32435]: audit 2023-12-08T01:56:02.322358+0000 mgr.a (mgr.14403) 20930 : audit 0 from='client.414393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:04 smithi135 bash[32435]: cluster 2023-12-08T01:56:02.654445+0000 mgr.a (mgr.14403) 20931 : cluster 0 pgmap v15630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:06 smithi079 bash[28699]: cluster 2023-12-08T01:56:04.655318+0000 mgr.a (mgr.14403) 20932 : cluster 0 pgmap v15631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:06 smithi194 bash[32038]: cluster 2023-12-08T01:56:04.655318+0000 mgr.a (mgr.14403) 20932 : cluster 0 pgmap v15631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:06 smithi135 bash[32435]: cluster 2023-12-08T01:56:04.655318+0000 mgr.a (mgr.14403) 20932 : cluster 0 pgmap v15631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:07.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:56:07.825 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:07.825 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:08 smithi079 bash[28699]: cluster 2023-12-08T01:56:06.655921+0000 mgr.a (mgr.14403) 20933 : cluster 0 pgmap v15632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:08 smithi194 bash[32038]: cluster 2023-12-08T01:56:06.655921+0000 mgr.a (mgr.14403) 20933 : cluster 0 pgmap v15632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:08 smithi135 bash[32435]: cluster 2023-12-08T01:56:06.655921+0000 mgr.a (mgr.14403) 20933 : cluster 0 pgmap v15632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:08.704 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:56:08.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:08.704 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:08.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:08.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:56:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:10 smithi079 bash[28699]: audit 2023-12-08T01:56:08.218488+0000 mgr.a (mgr.14403) 20934 : audit 0 from='client.414471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:10 smithi079 bash[28699]: cluster 2023-12-08T01:56:08.656760+0000 mgr.a (mgr.14403) 20935 : cluster 0 pgmap v15633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:56:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:10 smithi194 bash[32038]: audit 2023-12-08T01:56:08.218488+0000 mgr.a (mgr.14403) 20934 : audit 0 from='client.414471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:10 smithi194 bash[32038]: cluster 2023-12-08T01:56:08.656760+0000 mgr.a (mgr.14403) 20935 : cluster 0 pgmap v15633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:56:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:10 smithi135 bash[32435]: audit 2023-12-08T01:56:08.218488+0000 mgr.a (mgr.14403) 20934 : audit 0 from='client.414471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:10 smithi135 bash[32435]: cluster 2023-12-08T01:56:08.656760+0000 mgr.a (mgr.14403) 20935 : cluster 0 pgmap v15633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:56:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:12 smithi079 bash[28699]: cluster 2023-12-08T01:56:10.657359+0000 mgr.a (mgr.14403) 20936 : cluster 0 pgmap v15634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:56:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:12 smithi194 bash[32038]: cluster 2023-12-08T01:56:10.657359+0000 mgr.a (mgr.14403) 20936 : cluster 0 pgmap v15634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:56:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:12 smithi135 bash[32435]: cluster 2023-12-08T01:56:10.657359+0000 mgr.a (mgr.14403) 20936 : cluster 0 pgmap v15634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:56:13.706 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:56:13.707 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:13.707 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:14 smithi079 bash[28699]: cluster 2023-12-08T01:56:12.657907+0000 mgr.a (mgr.14403) 20937 : cluster 0 pgmap v15635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:56:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:14 smithi194 bash[32038]: cluster 2023-12-08T01:56:12.657907+0000 mgr.a (mgr.14403) 20937 : cluster 0 pgmap v15635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:56:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:14 smithi135 bash[32435]: cluster 2023-12-08T01:56:12.657907+0000 mgr.a (mgr.14403) 20937 : cluster 0 pgmap v15635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:56:14.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:14.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:14.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:14.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:56:14.613 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:56:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:15 smithi079 bash[28699]: audit 2023-12-08T01:56:14.115993+0000 mgr.a (mgr.14403) 20938 : audit 0 from='client.414543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:15 smithi194 bash[32038]: audit 2023-12-08T01:56:14.115993+0000 mgr.a (mgr.14403) 20938 : audit 0 from='client.414543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:15.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:15 smithi135 bash[32435]: audit 2023-12-08T01:56:14.115993+0000 mgr.a (mgr.14403) 20938 : audit 0 from='client.414543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:16 smithi079 bash[28699]: cluster 2023-12-08T01:56:14.659010+0000 mgr.a (mgr.14403) 20939 : cluster 0 pgmap v15636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:16 smithi194 bash[32038]: cluster 2023-12-08T01:56:14.659010+0000 mgr.a (mgr.14403) 20939 : cluster 0 pgmap v15636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:16 smithi135 bash[32435]: cluster 2023-12-08T01:56:14.659010+0000 mgr.a (mgr.14403) 20939 : cluster 0 pgmap v15636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:18 smithi079 bash[28699]: cluster 2023-12-08T01:56:16.659605+0000 mgr.a (mgr.14403) 20940 : cluster 0 pgmap v15637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:18 smithi194 bash[32038]: cluster 2023-12-08T01:56:16.659605+0000 mgr.a (mgr.14403) 20940 : cluster 0 pgmap v15637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:18 smithi135 bash[32435]: cluster 2023-12-08T01:56:16.659605+0000 mgr.a (mgr.14403) 20940 : cluster 0 pgmap v15637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:19.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:56:19.617 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:19.617 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:20 smithi079 bash[28699]: cluster 2023-12-08T01:56:18.660372+0000 mgr.a (mgr.14403) 20941 : cluster 0 pgmap v15638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:20.944 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:20 smithi135 bash[32435]: cluster 2023-12-08T01:56:18.660372+0000 mgr.a (mgr.14403) 20941 : cluster 0 pgmap v15638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:20.944 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:20 smithi194 bash[32038]: cluster 2023-12-08T01:56:18.660372+0000 mgr.a (mgr.14403) 20941 : cluster 0 pgmap v15638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:20.944 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:56:20.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:20.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:20.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:20.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:56:21.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:21 smithi079 bash[28699]: audit 2023-12-08T01:56:20.021062+0000 mgr.a (mgr.14403) 20942 : audit 0 from='client.414618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:21.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:21 smithi194 bash[32038]: audit 2023-12-08T01:56:20.021062+0000 mgr.a (mgr.14403) 20942 : audit 0 from='client.414618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:21.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:21 smithi135 bash[32435]: audit 2023-12-08T01:56:20.021062+0000 mgr.a (mgr.14403) 20942 : audit 0 from='client.414618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:22 smithi079 bash[28699]: cluster 2023-12-08T01:56:20.661130+0000 mgr.a (mgr.14403) 20943 : cluster 0 pgmap v15639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:56:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:22 smithi194 bash[32038]: cluster 2023-12-08T01:56:20.661130+0000 mgr.a (mgr.14403) 20943 : cluster 0 pgmap v15639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:56:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:22 smithi135 bash[32435]: cluster 2023-12-08T01:56:20.661130+0000 mgr.a (mgr.14403) 20943 : cluster 0 pgmap v15639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:56:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:24 smithi079 bash[28699]: cluster 2023-12-08T01:56:22.661729+0000 mgr.a (mgr.14403) 20944 : cluster 0 pgmap v15640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:56:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:24 smithi194 bash[32038]: cluster 2023-12-08T01:56:22.661729+0000 mgr.a (mgr.14403) 20944 : cluster 0 pgmap v15640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:56:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:24 smithi135 bash[32435]: cluster 2023-12-08T01:56:22.661729+0000 mgr.a (mgr.14403) 20944 : cluster 0 pgmap v15640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T01:56:25.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:56:25.509 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:25.509 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:26 smithi079 bash[28699]: cluster 2023-12-08T01:56:24.662566+0000 mgr.a (mgr.14403) 20945 : cluster 0 pgmap v15641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:56:26.446 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:56:26.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:26.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:26.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:26.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:56:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:26 smithi194 bash[32038]: cluster 2023-12-08T01:56:24.662566+0000 mgr.a (mgr.14403) 20945 : cluster 0 pgmap v15641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:56:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:26 smithi135 bash[32435]: cluster 2023-12-08T01:56:24.662566+0000 mgr.a (mgr.14403) 20945 : cluster 0 pgmap v15641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T01:56:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:27 smithi079 bash[28699]: audit 2023-12-08T01:56:25.913944+0000 mgr.a (mgr.14403) 20946 : audit 0 from='client.414696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:27 smithi194 bash[32038]: audit 2023-12-08T01:56:25.913944+0000 mgr.a (mgr.14403) 20946 : audit 0 from='client.414696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:27.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:27 smithi135 bash[32435]: audit 2023-12-08T01:56:25.913944+0000 mgr.a (mgr.14403) 20946 : audit 0 from='client.414696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:28 smithi079 bash[28699]: cluster 2023-12-08T01:56:26.663449+0000 mgr.a (mgr.14403) 20947 : cluster 0 pgmap v15642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:28 smithi194 bash[32038]: cluster 2023-12-08T01:56:26.663449+0000 mgr.a (mgr.14403) 20947 : cluster 0 pgmap v15642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:28 smithi135 bash[32435]: cluster 2023-12-08T01:56:26.663449+0000 mgr.a (mgr.14403) 20947 : cluster 0 pgmap v15642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:30 smithi194 bash[32038]: cluster 2023-12-08T01:56:28.664302+0000 mgr.a (mgr.14403) 20948 : cluster 0 pgmap v15643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:30 smithi135 bash[32435]: cluster 2023-12-08T01:56:28.664302+0000 mgr.a (mgr.14403) 20948 : cluster 0 pgmap v15643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:30 smithi079 bash[28699]: cluster 2023-12-08T01:56:28.664302+0000 mgr.a (mgr.14403) 20948 : cluster 0 pgmap v15643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:31.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:56:31.449 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:31.449 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:32.352 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:56:32.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:32.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:32.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:32.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:56:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:32 smithi194 bash[32038]: cluster 2023-12-08T01:56:30.664852+0000 mgr.a (mgr.14403) 20949 : cluster 0 pgmap v15644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:32 smithi135 bash[32435]: cluster 2023-12-08T01:56:30.664852+0000 mgr.a (mgr.14403) 20949 : cluster 0 pgmap v15644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:32 smithi079 bash[28699]: cluster 2023-12-08T01:56:30.664852+0000 mgr.a (mgr.14403) 20949 : cluster 0 pgmap v15644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:33 smithi194 bash[32038]: audit 2023-12-08T01:56:31.855924+0000 mgr.a (mgr.14403) 20950 : audit 0 from='client.414774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:33 smithi135 bash[32435]: audit 2023-12-08T01:56:31.855924+0000 mgr.a (mgr.14403) 20950 : audit 0 from='client.414774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:33 smithi079 bash[28699]: audit 2023-12-08T01:56:31.855924+0000 mgr.a (mgr.14403) 20950 : audit 0 from='client.414774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:34 smithi194 bash[32038]: cluster 2023-12-08T01:56:32.665583+0000 mgr.a (mgr.14403) 20951 : cluster 0 pgmap v15645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:34 smithi135 bash[32435]: cluster 2023-12-08T01:56:32.665583+0000 mgr.a (mgr.14403) 20951 : cluster 0 pgmap v15645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:34 smithi079 bash[28699]: cluster 2023-12-08T01:56:32.665583+0000 mgr.a (mgr.14403) 20951 : cluster 0 pgmap v15645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:36 smithi194 bash[32038]: cluster 2023-12-08T01:56:34.666541+0000 mgr.a (mgr.14403) 20952 : cluster 0 pgmap v15646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:36 smithi135 bash[32435]: cluster 2023-12-08T01:56:34.666541+0000 mgr.a (mgr.14403) 20952 : cluster 0 pgmap v15646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:36 smithi079 bash[28699]: cluster 2023-12-08T01:56:34.666541+0000 mgr.a (mgr.14403) 20952 : cluster 0 pgmap v15646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:37.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:56:37.355 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:37.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:37 smithi194 bash[32038]: audit 2023-12-08T01:56:36.899649+0000 mon.a (mon.0) 3344 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:56:37.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:37 smithi135 bash[32435]: audit 2023-12-08T01:56:36.899649+0000 mon.a (mon.0) 3344 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:56:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:37 smithi079 bash[28699]: audit 2023-12-08T01:56:36.899649+0000 mon.a (mon.0) 3344 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:56:38.253 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:56:38.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:38.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:38.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:38.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:56:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:38 smithi194 bash[32038]: cluster 2023-12-08T01:56:36.667297+0000 mgr.a (mgr.14403) 20953 : cluster 0 pgmap v15647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:38 smithi194 bash[32038]: audit 2023-12-08T01:56:37.756928+0000 mgr.a (mgr.14403) 20954 : audit 0 from='client.414849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:38 smithi135 bash[32435]: cluster 2023-12-08T01:56:36.667297+0000 mgr.a (mgr.14403) 20953 : cluster 0 pgmap v15647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:38 smithi135 bash[32435]: audit 2023-12-08T01:56:37.756928+0000 mgr.a (mgr.14403) 20954 : audit 0 from='client.414849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:38 smithi079 bash[28699]: cluster 2023-12-08T01:56:36.667297+0000 mgr.a (mgr.14403) 20953 : cluster 0 pgmap v15647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:38 smithi079 bash[28699]: audit 2023-12-08T01:56:37.756928+0000 mgr.a (mgr.14403) 20954 : audit 0 from='client.414849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:40 smithi079 bash[28699]: cluster 2023-12-08T01:56:38.668411+0000 mgr.a (mgr.14403) 20955 : cluster 0 pgmap v15648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:40 smithi194 bash[32038]: cluster 2023-12-08T01:56:38.668411+0000 mgr.a (mgr.14403) 20955 : cluster 0 pgmap v15648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:40 smithi135 bash[32435]: cluster 2023-12-08T01:56:38.668411+0000 mgr.a (mgr.14403) 20955 : cluster 0 pgmap v15648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:56:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:42 smithi079 bash[28699]: cluster 2023-12-08T01:56:40.669012+0000 mgr.a (mgr.14403) 20956 : cluster 0 pgmap v15649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:42 smithi194 bash[32038]: cluster 2023-12-08T01:56:40.669012+0000 mgr.a (mgr.14403) 20956 : cluster 0 pgmap v15649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:42 smithi135 bash[32435]: cluster 2023-12-08T01:56:40.669012+0000 mgr.a (mgr.14403) 20956 : cluster 0 pgmap v15649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:43.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:56:43.256 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:43.256 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:43 smithi194 bash[32038]: audit 2023-12-08T01:56:42.200706+0000 mon.a (mon.0) 3345 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:43 smithi194 bash[32038]: audit 2023-12-08T01:56:42.207082+0000 mon.a (mon.0) 3346 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:43 smithi194 bash[32038]: audit 2023-12-08T01:56:42.302218+0000 mon.a (mon.0) 3347 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:43 smithi194 bash[32038]: audit 2023-12-08T01:56:42.306543+0000 mon.a (mon.0) 3348 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:43 smithi194 bash[32038]: audit 2023-12-08T01:56:42.310873+0000 mon.a (mon.0) 3349 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:43 smithi194 bash[32038]: audit 2023-12-08T01:56:42.314311+0000 mon.a (mon.0) 3350 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:43 smithi194 bash[32038]: cluster 2023-12-08T01:56:42.669556+0000 mgr.a (mgr.14403) 20957 : cluster 0 pgmap v15650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:43 smithi194 bash[32038]: audit 2023-12-08T01:56:43.000641+0000 mon.a (mon.0) 3351 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:56:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:43 smithi194 bash[32038]: audit 2023-12-08T01:56:43.002599+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:56:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:43 smithi194 bash[32038]: audit 2023-12-08T01:56:43.012653+0000 mon.a (mon.0) 3353 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:43 smithi135 bash[32435]: audit 2023-12-08T01:56:42.200706+0000 mon.a (mon.0) 3345 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:43 smithi135 bash[32435]: audit 2023-12-08T01:56:42.207082+0000 mon.a (mon.0) 3346 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:43 smithi135 bash[32435]: audit 2023-12-08T01:56:42.302218+0000 mon.a (mon.0) 3347 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:43 smithi135 bash[32435]: audit 2023-12-08T01:56:42.306543+0000 mon.a (mon.0) 3348 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:43 smithi135 bash[32435]: audit 2023-12-08T01:56:42.310873+0000 mon.a (mon.0) 3349 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:43 smithi135 bash[32435]: audit 2023-12-08T01:56:42.314311+0000 mon.a (mon.0) 3350 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:43 smithi135 bash[32435]: cluster 2023-12-08T01:56:42.669556+0000 mgr.a (mgr.14403) 20957 : cluster 0 pgmap v15650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:43 smithi135 bash[32435]: audit 2023-12-08T01:56:43.000641+0000 mon.a (mon.0) 3351 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:56:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:43 smithi135 bash[32435]: audit 2023-12-08T01:56:43.002599+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:56:43.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:43 smithi135 bash[32435]: audit 2023-12-08T01:56:43.012653+0000 mon.a (mon.0) 3353 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:43 smithi079 bash[28699]: audit 2023-12-08T01:56:42.200706+0000 mon.a (mon.0) 3345 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:43 smithi079 bash[28699]: audit 2023-12-08T01:56:42.207082+0000 mon.a (mon.0) 3346 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:43 smithi079 bash[28699]: audit 2023-12-08T01:56:42.302218+0000 mon.a (mon.0) 3347 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:43 smithi079 bash[28699]: audit 2023-12-08T01:56:42.306543+0000 mon.a (mon.0) 3348 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:43 smithi079 bash[28699]: audit 2023-12-08T01:56:42.310873+0000 mon.a (mon.0) 3349 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:43 smithi079 bash[28699]: audit 2023-12-08T01:56:42.314311+0000 mon.a (mon.0) 3350 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:43 smithi079 bash[28699]: cluster 2023-12-08T01:56:42.669556+0000 mgr.a (mgr.14403) 20957 : cluster 0 pgmap v15650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:43 smithi079 bash[28699]: audit 2023-12-08T01:56:43.000641+0000 mon.a (mon.0) 3351 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:56:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:43 smithi079 bash[28699]: audit 2023-12-08T01:56:43.002599+0000 mon.a (mon.0) 3352 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:56:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:43 smithi079 bash[28699]: audit 2023-12-08T01:56:43.012653+0000 mon.a (mon.0) 3353 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:56:44.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:44.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:44.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:44.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:56:44.160 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:56:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:45 smithi079 bash[28699]: audit 2023-12-08T01:56:43.664079+0000 mgr.a (mgr.14403) 20958 : audit 0 from='client.414927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:45 smithi194 bash[32038]: audit 2023-12-08T01:56:43.664079+0000 mgr.a (mgr.14403) 20958 : audit 0 from='client.414927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:45 smithi135 bash[32435]: audit 2023-12-08T01:56:43.664079+0000 mgr.a (mgr.14403) 20958 : audit 0 from='client.414927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:46 smithi079 bash[28699]: cluster 2023-12-08T01:56:44.670614+0000 mgr.a (mgr.14403) 20959 : cluster 0 pgmap v15651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:46 smithi194 bash[32038]: cluster 2023-12-08T01:56:44.670614+0000 mgr.a (mgr.14403) 20959 : cluster 0 pgmap v15651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:46 smithi135 bash[32435]: cluster 2023-12-08T01:56:44.670614+0000 mgr.a (mgr.14403) 20959 : cluster 0 pgmap v15651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:48 smithi079 bash[28699]: cluster 2023-12-08T01:56:46.671228+0000 mgr.a (mgr.14403) 20960 : cluster 0 pgmap v15652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:48 smithi194 bash[32038]: cluster 2023-12-08T01:56:46.671228+0000 mgr.a (mgr.14403) 20960 : cluster 0 pgmap v15652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:48 smithi135 bash[32435]: cluster 2023-12-08T01:56:46.671228+0000 mgr.a (mgr.14403) 20960 : cluster 0 pgmap v15652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:49.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:56:49.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:49.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:50.065 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:56:50.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:50.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:50.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:50.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:56:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:50 smithi079 bash[28699]: cluster 2023-12-08T01:56:48.671911+0000 mgr.a (mgr.14403) 20961 : cluster 0 pgmap v15653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:50 smithi194 bash[32038]: cluster 2023-12-08T01:56:48.671911+0000 mgr.a (mgr.14403) 20961 : cluster 0 pgmap v15653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:50 smithi135 bash[32435]: cluster 2023-12-08T01:56:48.671911+0000 mgr.a (mgr.14403) 20961 : cluster 0 pgmap v15653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:51 smithi079 bash[28699]: audit 2023-12-08T01:56:49.570003+0000 mgr.a (mgr.14403) 20962 : audit 0 from='client.415005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:51 smithi194 bash[32038]: audit 2023-12-08T01:56:49.570003+0000 mgr.a (mgr.14403) 20962 : audit 0 from='client.415005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:51.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:51 smithi135 bash[32435]: audit 2023-12-08T01:56:49.570003+0000 mgr.a (mgr.14403) 20962 : audit 0 from='client.415005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:52 smithi079 bash[28699]: cluster 2023-12-08T01:56:50.672567+0000 mgr.a (mgr.14403) 20963 : cluster 0 pgmap v15654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:52 smithi194 bash[32038]: cluster 2023-12-08T01:56:50.672567+0000 mgr.a (mgr.14403) 20963 : cluster 0 pgmap v15654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:52 smithi135 bash[32435]: cluster 2023-12-08T01:56:50.672567+0000 mgr.a (mgr.14403) 20963 : cluster 0 pgmap v15654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:54 smithi079 bash[28699]: cluster 2023-12-08T01:56:52.673115+0000 mgr.a (mgr.14403) 20964 : cluster 0 pgmap v15655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:54 smithi194 bash[32038]: cluster 2023-12-08T01:56:52.673115+0000 mgr.a (mgr.14403) 20964 : cluster 0 pgmap v15655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:54 smithi135 bash[32435]: cluster 2023-12-08T01:56:52.673115+0000 mgr.a (mgr.14403) 20964 : cluster 0 pgmap v15655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:56:55.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:56:55.067 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:56:55.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:56:55.989 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:56:55.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:56:55.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:56:55.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:56:55.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:56:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:56 smithi079 bash[28699]: cluster 2023-12-08T01:56:54.673912+0000 mgr.a (mgr.14403) 20965 : cluster 0 pgmap v15656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:56 smithi194 bash[32038]: cluster 2023-12-08T01:56:54.673912+0000 mgr.a (mgr.14403) 20965 : cluster 0 pgmap v15656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:56 smithi135 bash[32435]: cluster 2023-12-08T01:56:54.673912+0000 mgr.a (mgr.14403) 20965 : cluster 0 pgmap v15656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:57 smithi079 bash[28699]: audit 2023-12-08T01:56:55.474397+0000 mgr.a (mgr.14403) 20966 : audit 0 from='client.415083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:57.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:57 smithi194 bash[32038]: audit 2023-12-08T01:56:55.474397+0000 mgr.a (mgr.14403) 20966 : audit 0 from='client.415083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:57.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:57 smithi135 bash[32435]: audit 2023-12-08T01:56:55.474397+0000 mgr.a (mgr.14403) 20966 : audit 0 from='client.415083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:56:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:56:58 smithi079 bash[28699]: cluster 2023-12-08T01:56:56.674628+0000 mgr.a (mgr.14403) 20967 : cluster 0 pgmap v15657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:56:58 smithi194 bash[32038]: cluster 2023-12-08T01:56:56.674628+0000 mgr.a (mgr.14403) 20967 : cluster 0 pgmap v15657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:56:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:56:58 smithi135 bash[32435]: cluster 2023-12-08T01:56:56.674628+0000 mgr.a (mgr.14403) 20967 : cluster 0 pgmap v15657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:00 smithi079 bash[28699]: cluster 2023-12-08T01:56:58.675452+0000 mgr.a (mgr.14403) 20968 : cluster 0 pgmap v15658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:00 smithi194 bash[32038]: cluster 2023-12-08T01:56:58.675452+0000 mgr.a (mgr.14403) 20968 : cluster 0 pgmap v15658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:00 smithi135 bash[32435]: cluster 2023-12-08T01:56:58.675452+0000 mgr.a (mgr.14403) 20968 : cluster 0 pgmap v15658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:00.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:57:00.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:00.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:01.916 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:57:01.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:01.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:01.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:01.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:57:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:02 smithi079 bash[28699]: cluster 2023-12-08T01:57:00.676041+0000 mgr.a (mgr.14403) 20969 : cluster 0 pgmap v15659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:02 smithi194 bash[32038]: cluster 2023-12-08T01:57:00.676041+0000 mgr.a (mgr.14403) 20969 : cluster 0 pgmap v15659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:02 smithi135 bash[32435]: cluster 2023-12-08T01:57:00.676041+0000 mgr.a (mgr.14403) 20969 : cluster 0 pgmap v15659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:03 smithi079 bash[28699]: audit 2023-12-08T01:57:01.393709+0000 mgr.a (mgr.14403) 20970 : audit 0 from='client.415158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:03 smithi194 bash[32038]: audit 2023-12-08T01:57:01.393709+0000 mgr.a (mgr.14403) 20970 : audit 0 from='client.415158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:03 smithi135 bash[32435]: audit 2023-12-08T01:57:01.393709+0000 mgr.a (mgr.14403) 20970 : audit 0 from='client.415158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:04 smithi194 bash[32038]: cluster 2023-12-08T01:57:02.676790+0000 mgr.a (mgr.14403) 20971 : cluster 0 pgmap v15660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:04 smithi135 bash[32435]: cluster 2023-12-08T01:57:02.676790+0000 mgr.a (mgr.14403) 20971 : cluster 0 pgmap v15660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:04 smithi079 bash[28699]: cluster 2023-12-08T01:57:02.676790+0000 mgr.a (mgr.14403) 20971 : cluster 0 pgmap v15660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:06 smithi194 bash[32038]: cluster 2023-12-08T01:57:04.677653+0000 mgr.a (mgr.14403) 20972 : cluster 0 pgmap v15661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:06 smithi135 bash[32435]: cluster 2023-12-08T01:57:04.677653+0000 mgr.a (mgr.14403) 20972 : cluster 0 pgmap v15661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:06 smithi079 bash[28699]: cluster 2023-12-08T01:57:04.677653+0000 mgr.a (mgr.14403) 20972 : cluster 0 pgmap v15661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:06.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:57:06.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:06.922 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:07.811 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:57:07.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:07.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:07.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:07.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:57:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:08 smithi194 bash[32038]: cluster 2023-12-08T01:57:06.678259+0000 mgr.a (mgr.14403) 20973 : cluster 0 pgmap v15662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:08 smithi135 bash[32435]: cluster 2023-12-08T01:57:06.678259+0000 mgr.a (mgr.14403) 20973 : cluster 0 pgmap v15662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:08 smithi079 bash[28699]: cluster 2023-12-08T01:57:06.678259+0000 mgr.a (mgr.14403) 20973 : cluster 0 pgmap v15662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:09.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:09 smithi194 bash[32038]: audit 2023-12-08T01:57:07.317268+0000 mgr.a (mgr.14403) 20974 : audit 0 from='client.415236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:09.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:09 smithi135 bash[32435]: audit 2023-12-08T01:57:07.317268+0000 mgr.a (mgr.14403) 20974 : audit 0 from='client.415236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:09 smithi079 bash[28699]: audit 2023-12-08T01:57:07.317268+0000 mgr.a (mgr.14403) 20974 : audit 0 from='client.415236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:10 smithi194 bash[32038]: cluster 2023-12-08T01:57:08.679181+0000 mgr.a (mgr.14403) 20975 : cluster 0 pgmap v15663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:10 smithi135 bash[32435]: cluster 2023-12-08T01:57:08.679181+0000 mgr.a (mgr.14403) 20975 : cluster 0 pgmap v15663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:10 smithi079 bash[28699]: cluster 2023-12-08T01:57:08.679181+0000 mgr.a (mgr.14403) 20975 : cluster 0 pgmap v15663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:12 smithi194 bash[32038]: cluster 2023-12-08T01:57:10.679693+0000 mgr.a (mgr.14403) 20976 : cluster 0 pgmap v15664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:12 smithi135 bash[32435]: cluster 2023-12-08T01:57:10.679693+0000 mgr.a (mgr.14403) 20976 : cluster 0 pgmap v15664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:12 smithi079 bash[28699]: cluster 2023-12-08T01:57:10.679693+0000 mgr.a (mgr.14403) 20976 : cluster 0 pgmap v15664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:12.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:57:12.814 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:12.814 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:13.712 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:57:13.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:13.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:13.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:13.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:57:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:14 smithi194 bash[32038]: cluster 2023-12-08T01:57:12.680234+0000 mgr.a (mgr.14403) 20977 : cluster 0 pgmap v15665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:14 smithi135 bash[32435]: cluster 2023-12-08T01:57:12.680234+0000 mgr.a (mgr.14403) 20977 : cluster 0 pgmap v15665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:14 smithi079 bash[28699]: cluster 2023-12-08T01:57:12.680234+0000 mgr.a (mgr.14403) 20977 : cluster 0 pgmap v15665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:15 smithi194 bash[32038]: audit 2023-12-08T01:57:13.212739+0000 mgr.a (mgr.14403) 20978 : audit 0 from='client.415311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:15.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:15 smithi135 bash[32435]: audit 2023-12-08T01:57:13.212739+0000 mgr.a (mgr.14403) 20978 : audit 0 from='client.415311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:15 smithi079 bash[28699]: audit 2023-12-08T01:57:13.212739+0000 mgr.a (mgr.14403) 20978 : audit 0 from='client.415311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:16 smithi194 bash[32038]: cluster 2023-12-08T01:57:14.681115+0000 mgr.a (mgr.14403) 20979 : cluster 0 pgmap v15666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:57:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:16 smithi135 bash[32435]: cluster 2023-12-08T01:57:14.681115+0000 mgr.a (mgr.14403) 20979 : cluster 0 pgmap v15666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:57:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:16 smithi079 bash[28699]: cluster 2023-12-08T01:57:14.681115+0000 mgr.a (mgr.14403) 20979 : cluster 0 pgmap v15666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:57:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:17 smithi194 bash[32038]: cluster 2023-12-08T01:57:16.681684+0000 mgr.a (mgr.14403) 20980 : cluster 0 pgmap v15667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:57:17.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:17 smithi135 bash[32435]: cluster 2023-12-08T01:57:16.681684+0000 mgr.a (mgr.14403) 20980 : cluster 0 pgmap v15667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:57:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:17 smithi079 bash[28699]: cluster 2023-12-08T01:57:16.681684+0000 mgr.a (mgr.14403) 20980 : cluster 0 pgmap v15667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:57:18.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:57:18.716 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:18.716 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:19.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:19.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:19.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:19.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:57:19.643 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:57:20.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:20 smithi079 bash[28699]: cluster 2023-12-08T01:57:18.682587+0000 mgr.a (mgr.14403) 20981 : cluster 0 pgmap v15668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:20.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:20 smithi079 bash[28699]: audit 2023-12-08T01:57:19.127289+0000 mgr.a (mgr.14403) 20982 : audit 0 from='client.415389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:20 smithi194 bash[32038]: cluster 2023-12-08T01:57:18.682587+0000 mgr.a (mgr.14403) 20981 : cluster 0 pgmap v15668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:20 smithi194 bash[32038]: audit 2023-12-08T01:57:19.127289+0000 mgr.a (mgr.14403) 20982 : audit 0 from='client.415389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:20 smithi135 bash[32435]: cluster 2023-12-08T01:57:18.682587+0000 mgr.a (mgr.14403) 20981 : cluster 0 pgmap v15668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:20 smithi135 bash[32435]: audit 2023-12-08T01:57:19.127289+0000 mgr.a (mgr.14403) 20982 : audit 0 from='client.415389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:22 smithi079 bash[28699]: cluster 2023-12-08T01:57:20.683395+0000 mgr.a (mgr.14403) 20983 : cluster 0 pgmap v15669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:22 smithi194 bash[32038]: cluster 2023-12-08T01:57:20.683395+0000 mgr.a (mgr.14403) 20983 : cluster 0 pgmap v15669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:22 smithi135 bash[32435]: cluster 2023-12-08T01:57:20.683395+0000 mgr.a (mgr.14403) 20983 : cluster 0 pgmap v15669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:24 smithi079 bash[28699]: cluster 2023-12-08T01:57:22.684010+0000 mgr.a (mgr.14403) 20984 : cluster 0 pgmap v15670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:24 smithi194 bash[32038]: cluster 2023-12-08T01:57:22.684010+0000 mgr.a (mgr.14403) 20984 : cluster 0 pgmap v15670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:24 smithi135 bash[32435]: cluster 2023-12-08T01:57:22.684010+0000 mgr.a (mgr.14403) 20984 : cluster 0 pgmap v15670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:24.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:57:24.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:24.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:25.587 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:57:25.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:25.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:25.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:25.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:57:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:26 smithi079 bash[28699]: cluster 2023-12-08T01:57:24.684970+0000 mgr.a (mgr.14403) 20985 : cluster 0 pgmap v15671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:26 smithi079 bash[28699]: audit 2023-12-08T01:57:25.055867+0000 mgr.a (mgr.14403) 20986 : audit 0 from='client.415467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:26 smithi194 bash[32038]: cluster 2023-12-08T01:57:24.684970+0000 mgr.a (mgr.14403) 20985 : cluster 0 pgmap v15671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:26 smithi194 bash[32038]: audit 2023-12-08T01:57:25.055867+0000 mgr.a (mgr.14403) 20986 : audit 0 from='client.415467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:26 smithi135 bash[32435]: cluster 2023-12-08T01:57:24.684970+0000 mgr.a (mgr.14403) 20985 : cluster 0 pgmap v15671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:26.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:26 smithi135 bash[32435]: audit 2023-12-08T01:57:25.055867+0000 mgr.a (mgr.14403) 20986 : audit 0 from='client.415467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:28 smithi079 bash[28699]: cluster 2023-12-08T01:57:26.685712+0000 mgr.a (mgr.14403) 20987 : cluster 0 pgmap v15672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:57:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:28 smithi194 bash[32038]: cluster 2023-12-08T01:57:26.685712+0000 mgr.a (mgr.14403) 20987 : cluster 0 pgmap v15672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:57:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:28 smithi135 bash[32435]: cluster 2023-12-08T01:57:26.685712+0000 mgr.a (mgr.14403) 20987 : cluster 0 pgmap v15672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:57:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:30 smithi079 bash[28699]: cluster 2023-12-08T01:57:28.686542+0000 mgr.a (mgr.14403) 20988 : cluster 0 pgmap v15673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:57:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:30 smithi194 bash[32038]: cluster 2023-12-08T01:57:28.686542+0000 mgr.a (mgr.14403) 20988 : cluster 0 pgmap v15673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:57:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:30 smithi135 bash[32435]: cluster 2023-12-08T01:57:28.686542+0000 mgr.a (mgr.14403) 20988 : cluster 0 pgmap v15673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:57:30.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:57:30.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:30.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:31.506 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:57:31.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:31.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:31.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:31.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:57:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:32 smithi079 bash[28699]: cluster 2023-12-08T01:57:30.687027+0000 mgr.a (mgr.14403) 20989 : cluster 0 pgmap v15674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:32 smithi079 bash[28699]: audit 2023-12-08T01:57:30.998083+0000 mgr.a (mgr.14403) 20990 : audit 0 from='client.415545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:32 smithi194 bash[32038]: cluster 2023-12-08T01:57:30.687027+0000 mgr.a (mgr.14403) 20989 : cluster 0 pgmap v15674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:32 smithi194 bash[32038]: audit 2023-12-08T01:57:30.998083+0000 mgr.a (mgr.14403) 20990 : audit 0 from='client.415545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:32 smithi135 bash[32435]: cluster 2023-12-08T01:57:30.687027+0000 mgr.a (mgr.14403) 20989 : cluster 0 pgmap v15674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:32 smithi135 bash[32435]: audit 2023-12-08T01:57:30.998083+0000 mgr.a (mgr.14403) 20990 : audit 0 from='client.415545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:34 smithi079 bash[28699]: cluster 2023-12-08T01:57:32.687677+0000 mgr.a (mgr.14403) 20991 : cluster 0 pgmap v15675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:34 smithi194 bash[32038]: cluster 2023-12-08T01:57:32.687677+0000 mgr.a (mgr.14403) 20991 : cluster 0 pgmap v15675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:34 smithi135 bash[32435]: cluster 2023-12-08T01:57:32.687677+0000 mgr.a (mgr.14403) 20991 : cluster 0 pgmap v15675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:36 smithi079 bash[28699]: cluster 2023-12-08T01:57:34.688506+0000 mgr.a (mgr.14403) 20992 : cluster 0 pgmap v15676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:36 smithi194 bash[32038]: cluster 2023-12-08T01:57:34.688506+0000 mgr.a (mgr.14403) 20992 : cluster 0 pgmap v15676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:36 smithi135 bash[32435]: cluster 2023-12-08T01:57:34.688506+0000 mgr.a (mgr.14403) 20992 : cluster 0 pgmap v15676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:36.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:57:36.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:36.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:37.428 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:57:37.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:37.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:37.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:37.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:57:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:38 smithi079 bash[28699]: cluster 2023-12-08T01:57:36.689066+0000 mgr.a (mgr.14403) 20993 : cluster 0 pgmap v15677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:38 smithi079 bash[28699]: audit 2023-12-08T01:57:36.916799+0000 mgr.a (mgr.14403) 20994 : audit 0 from='client.415623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:38 smithi194 bash[32038]: cluster 2023-12-08T01:57:36.689066+0000 mgr.a (mgr.14403) 20993 : cluster 0 pgmap v15677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:38 smithi194 bash[32038]: audit 2023-12-08T01:57:36.916799+0000 mgr.a (mgr.14403) 20994 : audit 0 from='client.415623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:38 smithi135 bash[32435]: cluster 2023-12-08T01:57:36.689066+0000 mgr.a (mgr.14403) 20993 : cluster 0 pgmap v15677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:38 smithi135 bash[32435]: audit 2023-12-08T01:57:36.916799+0000 mgr.a (mgr.14403) 20994 : audit 0 from='client.415623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:40 smithi079 bash[28699]: cluster 2023-12-08T01:57:38.689933+0000 mgr.a (mgr.14403) 20995 : cluster 0 pgmap v15678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:40 smithi194 bash[32038]: cluster 2023-12-08T01:57:38.689933+0000 mgr.a (mgr.14403) 20995 : cluster 0 pgmap v15678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:40 smithi135 bash[32435]: cluster 2023-12-08T01:57:38.689933+0000 mgr.a (mgr.14403) 20995 : cluster 0 pgmap v15678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:42 smithi079 bash[28699]: cluster 2023-12-08T01:57:40.690489+0000 mgr.a (mgr.14403) 20996 : cluster 0 pgmap v15679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:42.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:57:42.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:42.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:42 smithi194 bash[32038]: cluster 2023-12-08T01:57:40.690489+0000 mgr.a (mgr.14403) 20996 : cluster 0 pgmap v15679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:42 smithi135 bash[32435]: cluster 2023-12-08T01:57:40.690489+0000 mgr.a (mgr.14403) 20996 : cluster 0 pgmap v15679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:43.350 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:57:43.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:43.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:43.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:43.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:57:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:43 smithi194 bash[32038]: audit 2023-12-08T01:57:43.117724+0000 mon.a (mon.0) 3354 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:57:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:43 smithi135 bash[32435]: audit 2023-12-08T01:57:43.117724+0000 mon.a (mon.0) 3354 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:57:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:43 smithi079 bash[28699]: audit 2023-12-08T01:57:43.117724+0000 mon.a (mon.0) 3354 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:57:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:44 smithi194 bash[32038]: cluster 2023-12-08T01:57:42.691053+0000 mgr.a (mgr.14403) 20997 : cluster 0 pgmap v15680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:44 smithi194 bash[32038]: audit 2023-12-08T01:57:42.845648+0000 mgr.a (mgr.14403) 20998 : audit 0 from='client.415701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:44 smithi194 bash[32038]: audit 2023-12-08T01:57:43.910826+0000 mon.a (mon.0) 3355 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:57:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:44 smithi194 bash[32038]: audit 2023-12-08T01:57:43.912984+0000 mon.a (mon.0) 3356 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:57:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:44 smithi194 bash[32038]: audit 2023-12-08T01:57:43.921969+0000 mon.a (mon.0) 3357 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:57:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:44 smithi135 bash[32435]: cluster 2023-12-08T01:57:42.691053+0000 mgr.a (mgr.14403) 20997 : cluster 0 pgmap v15680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:44 smithi135 bash[32435]: audit 2023-12-08T01:57:42.845648+0000 mgr.a (mgr.14403) 20998 : audit 0 from='client.415701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:44 smithi135 bash[32435]: audit 2023-12-08T01:57:43.910826+0000 mon.a (mon.0) 3355 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:57:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:44 smithi135 bash[32435]: audit 2023-12-08T01:57:43.912984+0000 mon.a (mon.0) 3356 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:57:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:44 smithi135 bash[32435]: audit 2023-12-08T01:57:43.921969+0000 mon.a (mon.0) 3357 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:57:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:44 smithi079 bash[28699]: cluster 2023-12-08T01:57:42.691053+0000 mgr.a (mgr.14403) 20997 : cluster 0 pgmap v15680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:44 smithi079 bash[28699]: audit 2023-12-08T01:57:42.845648+0000 mgr.a (mgr.14403) 20998 : audit 0 from='client.415701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:44 smithi079 bash[28699]: audit 2023-12-08T01:57:43.910826+0000 mon.a (mon.0) 3355 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:57:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:44 smithi079 bash[28699]: audit 2023-12-08T01:57:43.912984+0000 mon.a (mon.0) 3356 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:57:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:44 smithi079 bash[28699]: audit 2023-12-08T01:57:43.921969+0000 mon.a (mon.0) 3357 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:57:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:46 smithi194 bash[32038]: cluster 2023-12-08T01:57:44.691880+0000 mgr.a (mgr.14403) 20999 : cluster 0 pgmap v15681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:46 smithi135 bash[32435]: cluster 2023-12-08T01:57:44.691880+0000 mgr.a (mgr.14403) 20999 : cluster 0 pgmap v15681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:46 smithi079 bash[28699]: cluster 2023-12-08T01:57:44.691880+0000 mgr.a (mgr.14403) 20999 : cluster 0 pgmap v15681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:57:48.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:57:48.354 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:48.354 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:48 smithi194 bash[32038]: cluster 2023-12-08T01:57:46.692449+0000 mgr.a (mgr.14403) 21000 : cluster 0 pgmap v15682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:48 smithi135 bash[32435]: cluster 2023-12-08T01:57:46.692449+0000 mgr.a (mgr.14403) 21000 : cluster 0 pgmap v15682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:48 smithi079 bash[28699]: cluster 2023-12-08T01:57:46.692449+0000 mgr.a (mgr.14403) 21000 : cluster 0 pgmap v15682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:49.292 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:57:49.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:49.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:49.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:49.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:57:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:50 smithi194 bash[32038]: cluster 2023-12-08T01:57:48.692927+0000 mgr.a (mgr.14403) 21001 : cluster 0 pgmap v15683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:50 smithi194 bash[32038]: audit 2023-12-08T01:57:48.762426+0000 mgr.a (mgr.14403) 21002 : audit 0 from='client.415776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:50 smithi135 bash[32435]: cluster 2023-12-08T01:57:48.692927+0000 mgr.a (mgr.14403) 21001 : cluster 0 pgmap v15683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:50 smithi135 bash[32435]: audit 2023-12-08T01:57:48.762426+0000 mgr.a (mgr.14403) 21002 : audit 0 from='client.415776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:50 smithi079 bash[28699]: cluster 2023-12-08T01:57:48.692927+0000 mgr.a (mgr.14403) 21001 : cluster 0 pgmap v15683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:50 smithi079 bash[28699]: audit 2023-12-08T01:57:48.762426+0000 mgr.a (mgr.14403) 21002 : audit 0 from='client.415776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:52 smithi194 bash[32038]: cluster 2023-12-08T01:57:50.693464+0000 mgr.a (mgr.14403) 21003 : cluster 0 pgmap v15684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:52 smithi135 bash[32435]: cluster 2023-12-08T01:57:50.693464+0000 mgr.a (mgr.14403) 21003 : cluster 0 pgmap v15684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:52 smithi079 bash[28699]: cluster 2023-12-08T01:57:50.693464+0000 mgr.a (mgr.14403) 21003 : cluster 0 pgmap v15684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:54.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:57:54.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:57:54.297 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:57:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:54 smithi194 bash[32038]: cluster 2023-12-08T01:57:52.694030+0000 mgr.a (mgr.14403) 21004 : cluster 0 pgmap v15685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:54 smithi135 bash[32435]: cluster 2023-12-08T01:57:52.694030+0000 mgr.a (mgr.14403) 21004 : cluster 0 pgmap v15685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:54 smithi079 bash[28699]: cluster 2023-12-08T01:57:52.694030+0000 mgr.a (mgr.14403) 21004 : cluster 0 pgmap v15685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:55.179 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:57:55.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:57:55.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:57:55.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:57:55.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:57:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:56 smithi194 bash[32038]: cluster 2023-12-08T01:57:54.694992+0000 mgr.a (mgr.14403) 21005 : cluster 0 pgmap v15686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:56.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:56 smithi194 bash[32038]: audit 2023-12-08T01:57:54.703388+0000 mgr.a (mgr.14403) 21006 : audit 0 from='client.415851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:56 smithi135 bash[32435]: cluster 2023-12-08T01:57:54.694992+0000 mgr.a (mgr.14403) 21005 : cluster 0 pgmap v15686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:56 smithi135 bash[32435]: audit 2023-12-08T01:57:54.703388+0000 mgr.a (mgr.14403) 21006 : audit 0 from='client.415851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:56 smithi079 bash[28699]: cluster 2023-12-08T01:57:54.694992+0000 mgr.a (mgr.14403) 21005 : cluster 0 pgmap v15686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:57:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:56 smithi079 bash[28699]: audit 2023-12-08T01:57:54.703388+0000 mgr.a (mgr.14403) 21006 : audit 0 from='client.415851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:57:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:57:58 smithi194 bash[32038]: cluster 2023-12-08T01:57:56.695635+0000 mgr.a (mgr.14403) 21007 : cluster 0 pgmap v15687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:57:58 smithi135 bash[32435]: cluster 2023-12-08T01:57:56.695635+0000 mgr.a (mgr.14403) 21007 : cluster 0 pgmap v15687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:57:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:57:58 smithi079 bash[28699]: cluster 2023-12-08T01:57:56.695635+0000 mgr.a (mgr.14403) 21007 : cluster 0 pgmap v15687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:00.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:58:00.182 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:00.182 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:00 smithi194 bash[32038]: cluster 2023-12-08T01:57:58.696461+0000 mgr.a (mgr.14403) 21008 : cluster 0 pgmap v15688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:00 smithi135 bash[32435]: cluster 2023-12-08T01:57:58.696461+0000 mgr.a (mgr.14403) 21008 : cluster 0 pgmap v15688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:00 smithi079 bash[28699]: cluster 2023-12-08T01:57:58.696461+0000 mgr.a (mgr.14403) 21008 : cluster 0 pgmap v15688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:01.065 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:58:01.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:01.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:01.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:01.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:58:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:02 smithi194 bash[32038]: audit 2023-12-08T01:58:00.581747+0000 mgr.a (mgr.14403) 21009 : audit 0 from='client.415923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:02 smithi194 bash[32038]: cluster 2023-12-08T01:58:00.697079+0000 mgr.a (mgr.14403) 21010 : cluster 0 pgmap v15689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:02 smithi135 bash[32435]: audit 2023-12-08T01:58:00.581747+0000 mgr.a (mgr.14403) 21009 : audit 0 from='client.415923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:02 smithi135 bash[32435]: cluster 2023-12-08T01:58:00.697079+0000 mgr.a (mgr.14403) 21010 : cluster 0 pgmap v15689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:02 smithi079 bash[28699]: audit 2023-12-08T01:58:00.581747+0000 mgr.a (mgr.14403) 21009 : audit 0 from='client.415923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:02 smithi079 bash[28699]: cluster 2023-12-08T01:58:00.697079+0000 mgr.a (mgr.14403) 21010 : cluster 0 pgmap v15689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:04 smithi194 bash[32038]: cluster 2023-12-08T01:58:02.697857+0000 mgr.a (mgr.14403) 21011 : cluster 0 pgmap v15690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:04 smithi135 bash[32435]: cluster 2023-12-08T01:58:02.697857+0000 mgr.a (mgr.14403) 21011 : cluster 0 pgmap v15690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:04.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:04 smithi079 bash[28699]: cluster 2023-12-08T01:58:02.697857+0000 mgr.a (mgr.14403) 21011 : cluster 0 pgmap v15690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:05 smithi194 bash[32038]: cluster 2023-12-08T01:58:04.698790+0000 mgr.a (mgr.14403) 21012 : cluster 0 pgmap v15691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:05.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:05 smithi135 bash[32435]: cluster 2023-12-08T01:58:04.698790+0000 mgr.a (mgr.14403) 21012 : cluster 0 pgmap v15691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:05 smithi079 bash[28699]: cluster 2023-12-08T01:58:04.698790+0000 mgr.a (mgr.14403) 21012 : cluster 0 pgmap v15691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:06.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:58:06.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:06.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:06.962 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:58:06.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:06.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:06.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:06.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:58:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:07 smithi079 bash[28699]: audit 2023-12-08T01:58:06.470866+0000 mgr.a (mgr.14403) 21013 : audit 0 from='client.416001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:07 smithi079 bash[28699]: cluster 2023-12-08T01:58:06.699342+0000 mgr.a (mgr.14403) 21014 : cluster 0 pgmap v15692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:07 smithi194 bash[32038]: audit 2023-12-08T01:58:06.470866+0000 mgr.a (mgr.14403) 21013 : audit 0 from='client.416001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:07 smithi194 bash[32038]: cluster 2023-12-08T01:58:06.699342+0000 mgr.a (mgr.14403) 21014 : cluster 0 pgmap v15692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:07 smithi135 bash[32435]: audit 2023-12-08T01:58:06.470866+0000 mgr.a (mgr.14403) 21013 : audit 0 from='client.416001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:07 smithi135 bash[32435]: cluster 2023-12-08T01:58:06.699342+0000 mgr.a (mgr.14403) 21014 : cluster 0 pgmap v15692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:10 smithi079 bash[28699]: cluster 2023-12-08T01:58:08.700151+0000 mgr.a (mgr.14403) 21015 : cluster 0 pgmap v15693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:10 smithi194 bash[32038]: cluster 2023-12-08T01:58:08.700151+0000 mgr.a (mgr.14403) 21015 : cluster 0 pgmap v15693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:10 smithi135 bash[32435]: cluster 2023-12-08T01:58:08.700151+0000 mgr.a (mgr.14403) 21015 : cluster 0 pgmap v15693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:11.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:58:11.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:11.966 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:12 smithi079 bash[28699]: cluster 2023-12-08T01:58:10.700700+0000 mgr.a (mgr.14403) 21016 : cluster 0 pgmap v15694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:12 smithi194 bash[32038]: cluster 2023-12-08T01:58:10.700700+0000 mgr.a (mgr.14403) 21016 : cluster 0 pgmap v15694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:12 smithi135 bash[32435]: cluster 2023-12-08T01:58:10.700700+0000 mgr.a (mgr.14403) 21016 : cluster 0 pgmap v15694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:12.873 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:58:12.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:12.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:12.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:12.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:58:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:14 smithi079 bash[28699]: audit 2023-12-08T01:58:12.374220+0000 mgr.a (mgr.14403) 21017 : audit 0 from='client.416076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:14.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:14 smithi079 bash[28699]: cluster 2023-12-08T01:58:12.701199+0000 mgr.a (mgr.14403) 21018 : cluster 0 pgmap v15695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:14 smithi194 bash[32038]: audit 2023-12-08T01:58:12.374220+0000 mgr.a (mgr.14403) 21017 : audit 0 from='client.416076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:14 smithi194 bash[32038]: cluster 2023-12-08T01:58:12.701199+0000 mgr.a (mgr.14403) 21018 : cluster 0 pgmap v15695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:14 smithi135 bash[32435]: audit 2023-12-08T01:58:12.374220+0000 mgr.a (mgr.14403) 21017 : audit 0 from='client.416076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:14 smithi135 bash[32435]: cluster 2023-12-08T01:58:12.701199+0000 mgr.a (mgr.14403) 21018 : cluster 0 pgmap v15695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:16 smithi079 bash[28699]: cluster 2023-12-08T01:58:14.702053+0000 mgr.a (mgr.14403) 21019 : cluster 0 pgmap v15696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:16 smithi194 bash[32038]: cluster 2023-12-08T01:58:14.702053+0000 mgr.a (mgr.14403) 21019 : cluster 0 pgmap v15696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:16 smithi135 bash[32435]: cluster 2023-12-08T01:58:14.702053+0000 mgr.a (mgr.14403) 21019 : cluster 0 pgmap v15696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:17.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:58:17.877 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:17.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:18 smithi079 bash[28699]: cluster 2023-12-08T01:58:16.702614+0000 mgr.a (mgr.14403) 21020 : cluster 0 pgmap v15697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:18 smithi194 bash[32038]: cluster 2023-12-08T01:58:16.702614+0000 mgr.a (mgr.14403) 21020 : cluster 0 pgmap v15697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:18 smithi135 bash[32435]: cluster 2023-12-08T01:58:16.702614+0000 mgr.a (mgr.14403) 21020 : cluster 0 pgmap v15697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:18.796 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:58:18.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:18.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:18.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:18.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:58:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:20 smithi079 bash[28699]: audit 2023-12-08T01:58:18.274368+0000 mgr.a (mgr.14403) 21021 : audit 0 from='client.416151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:20 smithi079 bash[28699]: cluster 2023-12-08T01:58:18.703816+0000 mgr.a (mgr.14403) 21022 : cluster 0 pgmap v15698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:58:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:20 smithi194 bash[32038]: audit 2023-12-08T01:58:18.274368+0000 mgr.a (mgr.14403) 21021 : audit 0 from='client.416151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:20 smithi194 bash[32038]: cluster 2023-12-08T01:58:18.703816+0000 mgr.a (mgr.14403) 21022 : cluster 0 pgmap v15698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:58:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:20 smithi135 bash[32435]: audit 2023-12-08T01:58:18.274368+0000 mgr.a (mgr.14403) 21021 : audit 0 from='client.416151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:20 smithi135 bash[32435]: cluster 2023-12-08T01:58:18.703816+0000 mgr.a (mgr.14403) 21022 : cluster 0 pgmap v15698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T01:58:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:22 smithi079 bash[28699]: cluster 2023-12-08T01:58:20.704385+0000 mgr.a (mgr.14403) 21023 : cluster 0 pgmap v15699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:58:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:22 smithi194 bash[32038]: cluster 2023-12-08T01:58:20.704385+0000 mgr.a (mgr.14403) 21023 : cluster 0 pgmap v15699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:58:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:22 smithi135 bash[32435]: cluster 2023-12-08T01:58:20.704385+0000 mgr.a (mgr.14403) 21023 : cluster 0 pgmap v15699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:58:23.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:58:23.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:23.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:24 smithi079 bash[28699]: cluster 2023-12-08T01:58:22.704918+0000 mgr.a (mgr.14403) 21024 : cluster 0 pgmap v15700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:58:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:24 smithi194 bash[32038]: cluster 2023-12-08T01:58:22.704918+0000 mgr.a (mgr.14403) 21024 : cluster 0 pgmap v15700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:58:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:24 smithi135 bash[32435]: cluster 2023-12-08T01:58:22.704918+0000 mgr.a (mgr.14403) 21024 : cluster 0 pgmap v15700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T01:58:24.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:24.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:24.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:24.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:58:24.708 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:58:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:26 smithi079 bash[28699]: audit 2023-12-08T01:58:24.206319+0000 mgr.a (mgr.14403) 21025 : audit 0 from='client.416229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:26.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:26 smithi079 bash[28699]: cluster 2023-12-08T01:58:24.705949+0000 mgr.a (mgr.14403) 21026 : cluster 0 pgmap v15701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:26 smithi194 bash[32038]: audit 2023-12-08T01:58:24.206319+0000 mgr.a (mgr.14403) 21025 : audit 0 from='client.416229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:26 smithi194 bash[32038]: cluster 2023-12-08T01:58:24.705949+0000 mgr.a (mgr.14403) 21026 : cluster 0 pgmap v15701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:26 smithi135 bash[32435]: audit 2023-12-08T01:58:24.206319+0000 mgr.a (mgr.14403) 21025 : audit 0 from='client.416229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:26 smithi135 bash[32435]: cluster 2023-12-08T01:58:24.705949+0000 mgr.a (mgr.14403) 21026 : cluster 0 pgmap v15701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:28.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:28 smithi194 bash[32038]: cluster 2023-12-08T01:58:26.706527+0000 mgr.a (mgr.14403) 21027 : cluster 0 pgmap v15702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:28 smithi135 bash[32435]: cluster 2023-12-08T01:58:26.706527+0000 mgr.a (mgr.14403) 21027 : cluster 0 pgmap v15702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:28 smithi079 bash[28699]: cluster 2023-12-08T01:58:26.706527+0000 mgr.a (mgr.14403) 21027 : cluster 0 pgmap v15702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:29.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:58:29.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:29.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:30 smithi194 bash[32038]: cluster 2023-12-08T01:58:28.707276+0000 mgr.a (mgr.14403) 21028 : cluster 0 pgmap v15703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:30 smithi135 bash[32435]: cluster 2023-12-08T01:58:28.707276+0000 mgr.a (mgr.14403) 21028 : cluster 0 pgmap v15703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:30 smithi079 bash[28699]: cluster 2023-12-08T01:58:28.707276+0000 mgr.a (mgr.14403) 21028 : cluster 0 pgmap v15703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:30.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:30.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:30.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:30.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:58:30.692 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:58:31.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:31 smithi194 bash[32038]: audit 2023-12-08T01:58:30.119509+0000 mgr.a (mgr.14403) 21029 : audit 0 from='client.416307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:31 smithi135 bash[32435]: audit 2023-12-08T01:58:30.119509+0000 mgr.a (mgr.14403) 21029 : audit 0 from='client.416307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:31 smithi079 bash[28699]: audit 2023-12-08T01:58:30.119509+0000 mgr.a (mgr.14403) 21029 : audit 0 from='client.416307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:32 smithi194 bash[32038]: cluster 2023-12-08T01:58:30.708040+0000 mgr.a (mgr.14403) 21030 : cluster 0 pgmap v15704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:58:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:32 smithi135 bash[32435]: cluster 2023-12-08T01:58:30.708040+0000 mgr.a (mgr.14403) 21030 : cluster 0 pgmap v15704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:58:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:32 smithi079 bash[28699]: cluster 2023-12-08T01:58:30.708040+0000 mgr.a (mgr.14403) 21030 : cluster 0 pgmap v15704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:58:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:34 smithi194 bash[32038]: cluster 2023-12-08T01:58:32.708768+0000 mgr.a (mgr.14403) 21031 : cluster 0 pgmap v15705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:58:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:34 smithi135 bash[32435]: cluster 2023-12-08T01:58:32.708768+0000 mgr.a (mgr.14403) 21031 : cluster 0 pgmap v15705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:58:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:34 smithi079 bash[28699]: cluster 2023-12-08T01:58:32.708768+0000 mgr.a (mgr.14403) 21031 : cluster 0 pgmap v15705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T01:58:35.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:58:35.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:35.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:36 smithi194 bash[32038]: cluster 2023-12-08T01:58:34.709589+0000 mgr.a (mgr.14403) 21032 : cluster 0 pgmap v15706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:58:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:36 smithi135 bash[32435]: cluster 2023-12-08T01:58:34.709589+0000 mgr.a (mgr.14403) 21032 : cluster 0 pgmap v15706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:58:36.574 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:58:36.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:36.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:36.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:36.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:58:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:36 smithi079 bash[28699]: cluster 2023-12-08T01:58:34.709589+0000 mgr.a (mgr.14403) 21032 : cluster 0 pgmap v15706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T01:58:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:37 smithi194 bash[32038]: audit 2023-12-08T01:58:36.050454+0000 mgr.a (mgr.14403) 21033 : audit 0 from='client.416382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:37.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:37 smithi135 bash[32435]: audit 2023-12-08T01:58:36.050454+0000 mgr.a (mgr.14403) 21033 : audit 0 from='client.416382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:37 smithi079 bash[28699]: audit 2023-12-08T01:58:36.050454+0000 mgr.a (mgr.14403) 21033 : audit 0 from='client.416382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:38 smithi194 bash[32038]: cluster 2023-12-08T01:58:36.710221+0000 mgr.a (mgr.14403) 21034 : cluster 0 pgmap v15707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:38 smithi135 bash[32435]: cluster 2023-12-08T01:58:36.710221+0000 mgr.a (mgr.14403) 21034 : cluster 0 pgmap v15707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:38 smithi079 bash[28699]: cluster 2023-12-08T01:58:36.710221+0000 mgr.a (mgr.14403) 21034 : cluster 0 pgmap v15707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:40 smithi194 bash[32038]: cluster 2023-12-08T01:58:38.711079+0000 mgr.a (mgr.14403) 21035 : cluster 0 pgmap v15708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:40 smithi135 bash[32435]: cluster 2023-12-08T01:58:38.711079+0000 mgr.a (mgr.14403) 21035 : cluster 0 pgmap v15708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:40 smithi079 bash[28699]: cluster 2023-12-08T01:58:38.711079+0000 mgr.a (mgr.14403) 21035 : cluster 0 pgmap v15708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:41.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:58:41.578 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:41.578 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:42 smithi194 bash[32038]: cluster 2023-12-08T01:58:40.711631+0000 mgr.a (mgr.14403) 21036 : cluster 0 pgmap v15709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:42 smithi135 bash[32435]: cluster 2023-12-08T01:58:40.711631+0000 mgr.a (mgr.14403) 21036 : cluster 0 pgmap v15709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:42.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:42.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:42.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:42.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:58:42.484 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:58:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:42 smithi079 bash[28699]: cluster 2023-12-08T01:58:40.711631+0000 mgr.a (mgr.14403) 21036 : cluster 0 pgmap v15709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:43 smithi194 bash[32038]: audit 2023-12-08T01:58:41.977506+0000 mgr.a (mgr.14403) 21037 : audit 0 from='client.416457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:43 smithi135 bash[32435]: audit 2023-12-08T01:58:41.977506+0000 mgr.a (mgr.14403) 21037 : audit 0 from='client.416457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:43 smithi079 bash[28699]: audit 2023-12-08T01:58:41.977506+0000 mgr.a (mgr.14403) 21037 : audit 0 from='client.416457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:44 smithi194 bash[32038]: cluster 2023-12-08T01:58:42.712282+0000 mgr.a (mgr.14403) 21038 : cluster 0 pgmap v15710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:44 smithi194 bash[32038]: audit 2023-12-08T01:58:44.024031+0000 mon.a (mon.0) 3358 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:58:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:44 smithi135 bash[32435]: cluster 2023-12-08T01:58:42.712282+0000 mgr.a (mgr.14403) 21038 : cluster 0 pgmap v15710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:44 smithi135 bash[32435]: audit 2023-12-08T01:58:44.024031+0000 mon.a (mon.0) 3358 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:58:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:44 smithi079 bash[28699]: cluster 2023-12-08T01:58:42.712282+0000 mgr.a (mgr.14403) 21038 : cluster 0 pgmap v15710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:44 smithi079 bash[28699]: audit 2023-12-08T01:58:44.024031+0000 mon.a (mon.0) 3358 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:58:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:45 smithi079 bash[28699]: audit 2023-12-08T01:58:44.817688+0000 mon.a (mon.0) 3359 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:58:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:45 smithi079 bash[28699]: audit 2023-12-08T01:58:44.819426+0000 mon.a (mon.0) 3360 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:58:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:45 smithi079 bash[28699]: audit 2023-12-08T01:58:44.829317+0000 mon.a (mon.0) 3361 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:58:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:45 smithi194 bash[32038]: audit 2023-12-08T01:58:44.817688+0000 mon.a (mon.0) 3359 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:58:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:45 smithi194 bash[32038]: audit 2023-12-08T01:58:44.819426+0000 mon.a (mon.0) 3360 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:58:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:45 smithi194 bash[32038]: audit 2023-12-08T01:58:44.829317+0000 mon.a (mon.0) 3361 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:58:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:45 smithi135 bash[32435]: audit 2023-12-08T01:58:44.817688+0000 mon.a (mon.0) 3359 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:58:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:45 smithi135 bash[32435]: audit 2023-12-08T01:58:44.819426+0000 mon.a (mon.0) 3360 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:58:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:45 smithi135 bash[32435]: audit 2023-12-08T01:58:44.829317+0000 mon.a (mon.0) 3361 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:58:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:46 smithi079 bash[28699]: cluster 2023-12-08T01:58:44.713209+0000 mgr.a (mgr.14403) 21039 : cluster 0 pgmap v15711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:46 smithi194 bash[32038]: cluster 2023-12-08T01:58:44.713209+0000 mgr.a (mgr.14403) 21039 : cluster 0 pgmap v15711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:46 smithi135 bash[32435]: cluster 2023-12-08T01:58:44.713209+0000 mgr.a (mgr.14403) 21039 : cluster 0 pgmap v15711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:47.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:58:47.487 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:47.488 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:47 smithi079 bash[28699]: cluster 2023-12-08T01:58:46.713780+0000 mgr.a (mgr.14403) 21040 : cluster 0 pgmap v15712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:47 smithi194 bash[32038]: cluster 2023-12-08T01:58:46.713780+0000 mgr.a (mgr.14403) 21040 : cluster 0 pgmap v15712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:47 smithi135 bash[32435]: cluster 2023-12-08T01:58:46.713780+0000 mgr.a (mgr.14403) 21040 : cluster 0 pgmap v15712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:48.364 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:58:48.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:48.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:48.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:48.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:58:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:48 smithi079 bash[28699]: audit 2023-12-08T01:58:47.894677+0000 mgr.a (mgr.14403) 21041 : audit 0 from='client.416532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:48 smithi194 bash[32038]: audit 2023-12-08T01:58:47.894677+0000 mgr.a (mgr.14403) 21041 : audit 0 from='client.416532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:48 smithi135 bash[32435]: audit 2023-12-08T01:58:47.894677+0000 mgr.a (mgr.14403) 21041 : audit 0 from='client.416532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:50 smithi079 bash[28699]: cluster 2023-12-08T01:58:48.714673+0000 mgr.a (mgr.14403) 21042 : cluster 0 pgmap v15713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:50 smithi194 bash[32038]: cluster 2023-12-08T01:58:48.714673+0000 mgr.a (mgr.14403) 21042 : cluster 0 pgmap v15713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:50 smithi135 bash[32435]: cluster 2023-12-08T01:58:48.714673+0000 mgr.a (mgr.14403) 21042 : cluster 0 pgmap v15713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:58:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:52 smithi079 bash[28699]: cluster 2023-12-08T01:58:50.715253+0000 mgr.a (mgr.14403) 21043 : cluster 0 pgmap v15714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:52 smithi194 bash[32038]: cluster 2023-12-08T01:58:50.715253+0000 mgr.a (mgr.14403) 21043 : cluster 0 pgmap v15714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:52 smithi135 bash[32435]: cluster 2023-12-08T01:58:50.715253+0000 mgr.a (mgr.14403) 21043 : cluster 0 pgmap v15714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:53.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:58:53.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:53.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:58:54.255 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:58:54.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:58:54.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:58:54.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:58:54.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:58:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:54 smithi079 bash[28699]: cluster 2023-12-08T01:58:52.715824+0000 mgr.a (mgr.14403) 21044 : cluster 0 pgmap v15715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:54 smithi194 bash[32038]: cluster 2023-12-08T01:58:52.715824+0000 mgr.a (mgr.14403) 21044 : cluster 0 pgmap v15715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:54 smithi135 bash[32435]: cluster 2023-12-08T01:58:52.715824+0000 mgr.a (mgr.14403) 21044 : cluster 0 pgmap v15715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:55 smithi079 bash[28699]: audit 2023-12-08T01:58:53.768999+0000 mgr.a (mgr.14403) 21045 : audit 0 from='client.416607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:55 smithi194 bash[32038]: audit 2023-12-08T01:58:53.768999+0000 mgr.a (mgr.14403) 21045 : audit 0 from='client.416607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:55.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:55 smithi135 bash[32435]: audit 2023-12-08T01:58:53.768999+0000 mgr.a (mgr.14403) 21045 : audit 0 from='client.416607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:58:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:56 smithi079 bash[28699]: cluster 2023-12-08T01:58:54.716856+0000 mgr.a (mgr.14403) 21046 : cluster 0 pgmap v15716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:56 smithi194 bash[32038]: cluster 2023-12-08T01:58:54.716856+0000 mgr.a (mgr.14403) 21046 : cluster 0 pgmap v15716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:56 smithi135 bash[32435]: cluster 2023-12-08T01:58:54.716856+0000 mgr.a (mgr.14403) 21046 : cluster 0 pgmap v15716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:58:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:58:58 smithi079 bash[28699]: cluster 2023-12-08T01:58:56.717429+0000 mgr.a (mgr.14403) 21047 : cluster 0 pgmap v15717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:58:58 smithi194 bash[32038]: cluster 2023-12-08T01:58:56.717429+0000 mgr.a (mgr.14403) 21047 : cluster 0 pgmap v15717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:58:58 smithi135 bash[32435]: cluster 2023-12-08T01:58:56.717429+0000 mgr.a (mgr.14403) 21047 : cluster 0 pgmap v15717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:58:59.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:58:59.258 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:58:59.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:00.175 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:59:00.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:00.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:00.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:00.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:59:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:00 smithi079 bash[28699]: cluster 2023-12-08T01:58:58.718182+0000 mgr.a (mgr.14403) 21048 : cluster 0 pgmap v15718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:00 smithi194 bash[32038]: cluster 2023-12-08T01:58:58.718182+0000 mgr.a (mgr.14403) 21048 : cluster 0 pgmap v15718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:00 smithi135 bash[32435]: cluster 2023-12-08T01:58:58.718182+0000 mgr.a (mgr.14403) 21048 : cluster 0 pgmap v15718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:01 smithi194 bash[32038]: audit 2023-12-08T01:58:59.672727+0000 mgr.a (mgr.14403) 21049 : audit 0 from='client.416685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:01.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:01 smithi135 bash[32435]: audit 2023-12-08T01:58:59.672727+0000 mgr.a (mgr.14403) 21049 : audit 0 from='client.416685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:01 smithi079 bash[28699]: audit 2023-12-08T01:58:59.672727+0000 mgr.a (mgr.14403) 21049 : audit 0 from='client.416685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:02 smithi194 bash[32038]: cluster 2023-12-08T01:59:00.718875+0000 mgr.a (mgr.14403) 21050 : cluster 0 pgmap v15719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:02 smithi135 bash[32435]: cluster 2023-12-08T01:59:00.718875+0000 mgr.a (mgr.14403) 21050 : cluster 0 pgmap v15719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:02 smithi079 bash[28699]: cluster 2023-12-08T01:59:00.718875+0000 mgr.a (mgr.14403) 21050 : cluster 0 pgmap v15719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:04 smithi194 bash[32038]: cluster 2023-12-08T01:59:02.719467+0000 mgr.a (mgr.14403) 21051 : cluster 0 pgmap v15720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:04 smithi135 bash[32435]: cluster 2023-12-08T01:59:02.719467+0000 mgr.a (mgr.14403) 21051 : cluster 0 pgmap v15720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:04 smithi079 bash[28699]: cluster 2023-12-08T01:59:02.719467+0000 mgr.a (mgr.14403) 21051 : cluster 0 pgmap v15720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:05.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:59:05.179 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:05.179 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:06.103 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:59:06.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:06.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:06.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:06.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:59:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:06 smithi194 bash[32038]: cluster 2023-12-08T01:59:04.720276+0000 mgr.a (mgr.14403) 21052 : cluster 0 pgmap v15721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:06 smithi135 bash[32435]: cluster 2023-12-08T01:59:04.720276+0000 mgr.a (mgr.14403) 21052 : cluster 0 pgmap v15721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:06 smithi079 bash[28699]: cluster 2023-12-08T01:59:04.720276+0000 mgr.a (mgr.14403) 21052 : cluster 0 pgmap v15721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:07 smithi194 bash[32038]: audit 2023-12-08T01:59:05.584645+0000 mgr.a (mgr.14403) 21053 : audit 0 from='client.416757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:07 smithi135 bash[32435]: audit 2023-12-08T01:59:05.584645+0000 mgr.a (mgr.14403) 21053 : audit 0 from='client.416757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:07 smithi079 bash[28699]: audit 2023-12-08T01:59:05.584645+0000 mgr.a (mgr.14403) 21053 : audit 0 from='client.416757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:08 smithi194 bash[32038]: cluster 2023-12-08T01:59:06.720980+0000 mgr.a (mgr.14403) 21054 : cluster 0 pgmap v15722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:08 smithi135 bash[32435]: cluster 2023-12-08T01:59:06.720980+0000 mgr.a (mgr.14403) 21054 : cluster 0 pgmap v15722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:08 smithi079 bash[28699]: cluster 2023-12-08T01:59:06.720980+0000 mgr.a (mgr.14403) 21054 : cluster 0 pgmap v15722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:10 smithi194 bash[32038]: cluster 2023-12-08T01:59:08.721765+0000 mgr.a (mgr.14403) 21055 : cluster 0 pgmap v15723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:10 smithi135 bash[32435]: cluster 2023-12-08T01:59:08.721765+0000 mgr.a (mgr.14403) 21055 : cluster 0 pgmap v15723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:10 smithi079 bash[28699]: cluster 2023-12-08T01:59:08.721765+0000 mgr.a (mgr.14403) 21055 : cluster 0 pgmap v15723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:11.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:59:11.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:11.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:11.970 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:59:11.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:11.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:11.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:11.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:59:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:12 smithi194 bash[32038]: cluster 2023-12-08T01:59:10.722286+0000 mgr.a (mgr.14403) 21056 : cluster 0 pgmap v15724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:12 smithi135 bash[32435]: cluster 2023-12-08T01:59:10.722286+0000 mgr.a (mgr.14403) 21056 : cluster 0 pgmap v15724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:12 smithi079 bash[28699]: cluster 2023-12-08T01:59:10.722286+0000 mgr.a (mgr.14403) 21056 : cluster 0 pgmap v15724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:13 smithi194 bash[32038]: audit 2023-12-08T01:59:11.500861+0000 mgr.a (mgr.14403) 21057 : audit 0 from='client.416835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:13 smithi135 bash[32435]: audit 2023-12-08T01:59:11.500861+0000 mgr.a (mgr.14403) 21057 : audit 0 from='client.416835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:13 smithi079 bash[28699]: audit 2023-12-08T01:59:11.500861+0000 mgr.a (mgr.14403) 21057 : audit 0 from='client.416835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:14 smithi194 bash[32038]: cluster 2023-12-08T01:59:12.723017+0000 mgr.a (mgr.14403) 21058 : cluster 0 pgmap v15725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:14 smithi135 bash[32435]: cluster 2023-12-08T01:59:12.723017+0000 mgr.a (mgr.14403) 21058 : cluster 0 pgmap v15725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:14 smithi079 bash[28699]: cluster 2023-12-08T01:59:12.723017+0000 mgr.a (mgr.14403) 21058 : cluster 0 pgmap v15725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:16 smithi194 bash[32038]: cluster 2023-12-08T01:59:14.723834+0000 mgr.a (mgr.14403) 21059 : cluster 0 pgmap v15726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:16 smithi135 bash[32435]: cluster 2023-12-08T01:59:14.723834+0000 mgr.a (mgr.14403) 21059 : cluster 0 pgmap v15726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:16 smithi079 bash[28699]: cluster 2023-12-08T01:59:14.723834+0000 mgr.a (mgr.14403) 21059 : cluster 0 pgmap v15726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:16.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:59:16.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:16.973 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:17.884 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:59:17.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:17.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:17.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:17.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:59:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:18 smithi194 bash[32038]: cluster 2023-12-08T01:59:16.724417+0000 mgr.a (mgr.14403) 21060 : cluster 0 pgmap v15727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:18 smithi135 bash[32435]: cluster 2023-12-08T01:59:16.724417+0000 mgr.a (mgr.14403) 21060 : cluster 0 pgmap v15727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:18 smithi079 bash[28699]: cluster 2023-12-08T01:59:16.724417+0000 mgr.a (mgr.14403) 21060 : cluster 0 pgmap v15727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:19.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:19 smithi135 bash[32435]: audit 2023-12-08T01:59:17.381878+0000 mgr.a (mgr.14403) 21061 : audit 0 from='client.416913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:19 smithi079 bash[28699]: audit 2023-12-08T01:59:17.381878+0000 mgr.a (mgr.14403) 21061 : audit 0 from='client.416913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:19 smithi194 bash[32038]: audit 2023-12-08T01:59:17.381878+0000 mgr.a (mgr.14403) 21061 : audit 0 from='client.416913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:20 smithi079 bash[28699]: cluster 2023-12-08T01:59:18.725324+0000 mgr.a (mgr.14403) 21062 : cluster 0 pgmap v15728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:20 smithi194 bash[32038]: cluster 2023-12-08T01:59:18.725324+0000 mgr.a (mgr.14403) 21062 : cluster 0 pgmap v15728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:20 smithi135 bash[32435]: cluster 2023-12-08T01:59:18.725324+0000 mgr.a (mgr.14403) 21062 : cluster 0 pgmap v15728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:21 smithi079 bash[28699]: cluster 2023-12-08T01:59:20.725881+0000 mgr.a (mgr.14403) 21063 : cluster 0 pgmap v15729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:21 smithi194 bash[32038]: cluster 2023-12-08T01:59:20.725881+0000 mgr.a (mgr.14403) 21063 : cluster 0 pgmap v15729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:21 smithi135 bash[32435]: cluster 2023-12-08T01:59:20.725881+0000 mgr.a (mgr.14403) 21063 : cluster 0 pgmap v15729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:22.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:59:22.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:22.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:23.809 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:59:23.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:23.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:23.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:23.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:59:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:23 smithi079 bash[28699]: cluster 2023-12-08T01:59:22.726454+0000 mgr.a (mgr.14403) 21064 : cluster 0 pgmap v15730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:23 smithi194 bash[32038]: cluster 2023-12-08T01:59:22.726454+0000 mgr.a (mgr.14403) 21064 : cluster 0 pgmap v15730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:23 smithi135 bash[32435]: cluster 2023-12-08T01:59:22.726454+0000 mgr.a (mgr.14403) 21064 : cluster 0 pgmap v15730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:25.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:25 smithi079 bash[28699]: audit 2023-12-08T01:59:23.292460+0000 mgr.a (mgr.14403) 21065 : audit 0 from='client.416982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:25 smithi194 bash[32038]: audit 2023-12-08T01:59:23.292460+0000 mgr.a (mgr.14403) 21065 : audit 0 from='client.416982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:25.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:25 smithi135 bash[32435]: audit 2023-12-08T01:59:23.292460+0000 mgr.a (mgr.14403) 21065 : audit 0 from='client.416982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:26 smithi079 bash[28699]: cluster 2023-12-08T01:59:24.727552+0000 mgr.a (mgr.14403) 21066 : cluster 0 pgmap v15731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:59:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:26 smithi194 bash[32038]: cluster 2023-12-08T01:59:24.727552+0000 mgr.a (mgr.14403) 21066 : cluster 0 pgmap v15731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:59:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:26 smithi135 bash[32435]: cluster 2023-12-08T01:59:24.727552+0000 mgr.a (mgr.14403) 21066 : cluster 0 pgmap v15731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T01:59:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:28 smithi079 bash[28699]: cluster 2023-12-08T01:59:26.728141+0000 mgr.a (mgr.14403) 21067 : cluster 0 pgmap v15732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:59:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:28 smithi194 bash[32038]: cluster 2023-12-08T01:59:26.728141+0000 mgr.a (mgr.14403) 21067 : cluster 0 pgmap v15732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:59:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:28 smithi135 bash[32435]: cluster 2023-12-08T01:59:26.728141+0000 mgr.a (mgr.14403) 21067 : cluster 0 pgmap v15732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T01:59:28.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:59:28.813 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:28.813 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:29.736 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:59:29.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:29.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:29.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:29.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:59:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:30 smithi079 bash[28699]: cluster 2023-12-08T01:59:28.728907+0000 mgr.a (mgr.14403) 21068 : cluster 0 pgmap v15733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:30.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:30 smithi194 bash[32038]: cluster 2023-12-08T01:59:28.728907+0000 mgr.a (mgr.14403) 21068 : cluster 0 pgmap v15733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:30 smithi135 bash[32435]: cluster 2023-12-08T01:59:28.728907+0000 mgr.a (mgr.14403) 21068 : cluster 0 pgmap v15733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:31.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:31 smithi194 bash[32038]: audit 2023-12-08T01:59:29.224261+0000 mgr.a (mgr.14403) 21069 : audit 0 from='client.417057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:31 smithi135 bash[32435]: audit 2023-12-08T01:59:29.224261+0000 mgr.a (mgr.14403) 21069 : audit 0 from='client.417057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:31 smithi079 bash[28699]: audit 2023-12-08T01:59:29.224261+0000 mgr.a (mgr.14403) 21069 : audit 0 from='client.417057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:32 smithi194 bash[32038]: cluster 2023-12-08T01:59:30.729638+0000 mgr.a (mgr.14403) 21070 : cluster 0 pgmap v15734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:32 smithi135 bash[32435]: cluster 2023-12-08T01:59:30.729638+0000 mgr.a (mgr.14403) 21070 : cluster 0 pgmap v15734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:32 smithi079 bash[28699]: cluster 2023-12-08T01:59:30.729638+0000 mgr.a (mgr.14403) 21070 : cluster 0 pgmap v15734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:34 smithi194 bash[32038]: cluster 2023-12-08T01:59:32.730197+0000 mgr.a (mgr.14403) 21071 : cluster 0 pgmap v15735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:34 smithi135 bash[32435]: cluster 2023-12-08T01:59:32.730197+0000 mgr.a (mgr.14403) 21071 : cluster 0 pgmap v15735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:34 smithi079 bash[28699]: cluster 2023-12-08T01:59:32.730197+0000 mgr.a (mgr.14403) 21071 : cluster 0 pgmap v15735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T01:59:34.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:59:34.740 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:34.740 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:35.672 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:59:35.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:35.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:35.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:35.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:59:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:36 smithi194 bash[32038]: cluster 2023-12-08T01:59:34.731018+0000 mgr.a (mgr.14403) 21072 : cluster 0 pgmap v15736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:36 smithi194 bash[32038]: audit 2023-12-08T01:59:35.147004+0000 mgr.a (mgr.14403) 21073 : audit 0 from='client.417135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:36 smithi135 bash[32435]: cluster 2023-12-08T01:59:34.731018+0000 mgr.a (mgr.14403) 21072 : cluster 0 pgmap v15736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:36 smithi135 bash[32435]: audit 2023-12-08T01:59:35.147004+0000 mgr.a (mgr.14403) 21073 : audit 0 from='client.417135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:36 smithi079 bash[28699]: cluster 2023-12-08T01:59:34.731018+0000 mgr.a (mgr.14403) 21072 : cluster 0 pgmap v15736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:36 smithi079 bash[28699]: audit 2023-12-08T01:59:35.147004+0000 mgr.a (mgr.14403) 21073 : audit 0 from='client.417135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:38 smithi194 bash[32038]: cluster 2023-12-08T01:59:36.731749+0000 mgr.a (mgr.14403) 21074 : cluster 0 pgmap v15737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:59:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:38 smithi135 bash[32435]: cluster 2023-12-08T01:59:36.731749+0000 mgr.a (mgr.14403) 21074 : cluster 0 pgmap v15737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:59:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:38 smithi079 bash[28699]: cluster 2023-12-08T01:59:36.731749+0000 mgr.a (mgr.14403) 21074 : cluster 0 pgmap v15737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T01:59:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:40 smithi194 bash[32038]: cluster 2023-12-08T01:59:38.732493+0000 mgr.a (mgr.14403) 21075 : cluster 0 pgmap v15738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:59:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:40 smithi135 bash[32435]: cluster 2023-12-08T01:59:38.732493+0000 mgr.a (mgr.14403) 21075 : cluster 0 pgmap v15738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:59:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:40 smithi079 bash[28699]: cluster 2023-12-08T01:59:38.732493+0000 mgr.a (mgr.14403) 21075 : cluster 0 pgmap v15738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T01:59:40.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:59:40.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:40.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:41.596 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:59:41.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:41.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:41.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:41.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:59:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:42 smithi194 bash[32038]: cluster 2023-12-08T01:59:40.733065+0000 mgr.a (mgr.14403) 21076 : cluster 0 pgmap v15739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:42 smithi194 bash[32038]: audit 2023-12-08T01:59:41.093088+0000 mgr.a (mgr.14403) 21077 : audit 0 from='client.417210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:42 smithi135 bash[32435]: cluster 2023-12-08T01:59:40.733065+0000 mgr.a (mgr.14403) 21076 : cluster 0 pgmap v15739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:42 smithi135 bash[32435]: audit 2023-12-08T01:59:41.093088+0000 mgr.a (mgr.14403) 21077 : audit 0 from='client.417210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:42 smithi079 bash[28699]: cluster 2023-12-08T01:59:40.733065+0000 mgr.a (mgr.14403) 21076 : cluster 0 pgmap v15739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:42 smithi079 bash[28699]: audit 2023-12-08T01:59:41.093088+0000 mgr.a (mgr.14403) 21077 : audit 0 from='client.417210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:44 smithi194 bash[32038]: cluster 2023-12-08T01:59:42.733792+0000 mgr.a (mgr.14403) 21078 : cluster 0 pgmap v15740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:44 smithi135 bash[32435]: cluster 2023-12-08T01:59:42.733792+0000 mgr.a (mgr.14403) 21078 : cluster 0 pgmap v15740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:44 smithi079 bash[28699]: cluster 2023-12-08T01:59:42.733792+0000 mgr.a (mgr.14403) 21078 : cluster 0 pgmap v15740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:45 smithi194 bash[32038]: audit 2023-12-08T01:59:44.932280+0000 mon.a (mon.0) 3362 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:59:45.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:45 smithi135 bash[32435]: audit 2023-12-08T01:59:44.932280+0000 mon.a (mon.0) 3362 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:59:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:45 smithi079 bash[28699]: audit 2023-12-08T01:59:44.932280+0000 mon.a (mon.0) 3362 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T01:59:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:46 smithi194 bash[32038]: cluster 2023-12-08T01:59:44.734667+0000 mgr.a (mgr.14403) 21079 : cluster 0 pgmap v15741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:46 smithi194 bash[32038]: audit 2023-12-08T01:59:45.462434+0000 mon.a (mon.0) 3363 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:59:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:46 smithi194 bash[32038]: audit 2023-12-08T01:59:45.468638+0000 mon.a (mon.0) 3364 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:59:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:46 smithi194 bash[32038]: audit 2023-12-08T01:59:46.158314+0000 mon.a (mon.0) 3365 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:59:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:46 smithi194 bash[32038]: audit 2023-12-08T01:59:46.160179+0000 mon.a (mon.0) 3366 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:59:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:46 smithi194 bash[32038]: audit 2023-12-08T01:59:46.169034+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:59:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:46 smithi135 bash[32435]: cluster 2023-12-08T01:59:44.734667+0000 mgr.a (mgr.14403) 21079 : cluster 0 pgmap v15741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:46 smithi135 bash[32435]: audit 2023-12-08T01:59:45.462434+0000 mon.a (mon.0) 3363 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:59:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:46 smithi135 bash[32435]: audit 2023-12-08T01:59:45.468638+0000 mon.a (mon.0) 3364 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:59:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:46 smithi135 bash[32435]: audit 2023-12-08T01:59:46.158314+0000 mon.a (mon.0) 3365 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:59:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:46 smithi135 bash[32435]: audit 2023-12-08T01:59:46.160179+0000 mon.a (mon.0) 3366 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:59:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:46 smithi135 bash[32435]: audit 2023-12-08T01:59:46.169034+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:59:46.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:59:46.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:46.601 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:46 smithi079 bash[28699]: cluster 2023-12-08T01:59:44.734667+0000 mgr.a (mgr.14403) 21079 : cluster 0 pgmap v15741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:46 smithi079 bash[28699]: audit 2023-12-08T01:59:45.462434+0000 mon.a (mon.0) 3363 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:59:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:46 smithi079 bash[28699]: audit 2023-12-08T01:59:45.468638+0000 mon.a (mon.0) 3364 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:59:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:46 smithi079 bash[28699]: audit 2023-12-08T01:59:46.158314+0000 mon.a (mon.0) 3365 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T01:59:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:46 smithi079 bash[28699]: audit 2023-12-08T01:59:46.160179+0000 mon.a (mon.0) 3366 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T01:59:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:46 smithi079 bash[28699]: audit 2023-12-08T01:59:46.169034+0000 mon.a (mon.0) 3367 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T01:59:47.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:47.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:47.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:47.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:59:47.494 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:59:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:48 smithi194 bash[32038]: cluster 2023-12-08T01:59:46.735044+0000 mgr.a (mgr.14403) 21080 : cluster 0 pgmap v15742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:48 smithi194 bash[32038]: audit 2023-12-08T01:59:46.985699+0000 mgr.a (mgr.14403) 21081 : audit 0 from='client.417288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:48 smithi135 bash[32435]: cluster 2023-12-08T01:59:46.735044+0000 mgr.a (mgr.14403) 21080 : cluster 0 pgmap v15742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:48 smithi135 bash[32435]: audit 2023-12-08T01:59:46.985699+0000 mgr.a (mgr.14403) 21081 : audit 0 from='client.417288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:48 smithi079 bash[28699]: cluster 2023-12-08T01:59:46.735044+0000 mgr.a (mgr.14403) 21080 : cluster 0 pgmap v15742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:48 smithi079 bash[28699]: audit 2023-12-08T01:59:46.985699+0000 mgr.a (mgr.14403) 21081 : audit 0 from='client.417288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:50 smithi194 bash[32038]: cluster 2023-12-08T01:59:48.735977+0000 mgr.a (mgr.14403) 21082 : cluster 0 pgmap v15743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:50 smithi135 bash[32435]: cluster 2023-12-08T01:59:48.735977+0000 mgr.a (mgr.14403) 21082 : cluster 0 pgmap v15743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:50 smithi079 bash[28699]: cluster 2023-12-08T01:59:48.735977+0000 mgr.a (mgr.14403) 21082 : cluster 0 pgmap v15743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:52 smithi194 bash[32038]: cluster 2023-12-08T01:59:50.736561+0000 mgr.a (mgr.14403) 21083 : cluster 0 pgmap v15744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:52 smithi135 bash[32435]: cluster 2023-12-08T01:59:50.736561+0000 mgr.a (mgr.14403) 21083 : cluster 0 pgmap v15744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:52.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:59:52.498 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:52.498 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:52 smithi079 bash[28699]: cluster 2023-12-08T01:59:50.736561+0000 mgr.a (mgr.14403) 21083 : cluster 0 pgmap v15744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:53.393 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:59:53.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:53.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:53.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:53.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T01:59:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:54 smithi194 bash[32038]: cluster 2023-12-08T01:59:52.736965+0000 mgr.a (mgr.14403) 21084 : cluster 0 pgmap v15745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:54 smithi194 bash[32038]: audit 2023-12-08T01:59:52.898130+0000 mgr.a (mgr.14403) 21085 : audit 0 from='client.417363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:54 smithi135 bash[32435]: cluster 2023-12-08T01:59:52.736965+0000 mgr.a (mgr.14403) 21084 : cluster 0 pgmap v15745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:54 smithi135 bash[32435]: audit 2023-12-08T01:59:52.898130+0000 mgr.a (mgr.14403) 21085 : audit 0 from='client.417363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:54 smithi079 bash[28699]: cluster 2023-12-08T01:59:52.736965+0000 mgr.a (mgr.14403) 21084 : cluster 0 pgmap v15745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:54 smithi079 bash[28699]: audit 2023-12-08T01:59:52.898130+0000 mgr.a (mgr.14403) 21085 : audit 0 from='client.417363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T01:59:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:56 smithi135 bash[32435]: cluster 2023-12-08T01:59:54.737983+0000 mgr.a (mgr.14403) 21086 : cluster 0 pgmap v15746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:56 smithi079 bash[28699]: cluster 2023-12-08T01:59:54.737983+0000 mgr.a (mgr.14403) 21086 : cluster 0 pgmap v15746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:56 smithi194 bash[32038]: cluster 2023-12-08T01:59:54.737983+0000 mgr.a (mgr.14403) 21086 : cluster 0 pgmap v15746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T01:59:58.396 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T01:59:58.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T01:59:58.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T01:59:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 01:59:58 smithi079 bash[28699]: cluster 2023-12-08T01:59:56.738698+0000 mgr.a (mgr.14403) 21087 : cluster 0 pgmap v15747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 01:59:58 smithi194 bash[32038]: cluster 2023-12-08T01:59:56.738698+0000 mgr.a (mgr.14403) 21087 : cluster 0 pgmap v15747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 01:59:58 smithi135 bash[32435]: cluster 2023-12-08T01:59:56.738698+0000 mgr.a (mgr.14403) 21087 : cluster 0 pgmap v15747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T01:59:59.289 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T01:59:59.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T01:59:59.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T01:59:59.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T01:59:59.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:00:00.657 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:00 smithi079 bash[28699]: cluster 2023-12-08T01:59:58.739251+0000 mgr.a (mgr.14403) 21088 : cluster 0 pgmap v15748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:00.658 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:00 smithi079 bash[28699]: audit 2023-12-08T01:59:58.804592+0000 mgr.a (mgr.14403) 21089 : audit 0 from='client.417441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:00.658 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:00 smithi079 bash[28699]: cluster 2023-12-08T02:00:00.000149+0000 mon.a (mon.0) 3368 : cluster 1 overall HEALTH_OK 2023-12-08T02:00:00.716 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:00 smithi194 bash[32038]: cluster 2023-12-08T01:59:58.739251+0000 mgr.a (mgr.14403) 21088 : cluster 0 pgmap v15748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:00.716 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:00 smithi194 bash[32038]: audit 2023-12-08T01:59:58.804592+0000 mgr.a (mgr.14403) 21089 : audit 0 from='client.417441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:00.717 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:00 smithi194 bash[32038]: cluster 2023-12-08T02:00:00.000149+0000 mon.a (mon.0) 3368 : cluster 1 overall HEALTH_OK 2023-12-08T02:00:00.717 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:00 smithi135 bash[32435]: cluster 2023-12-08T01:59:58.739251+0000 mgr.a (mgr.14403) 21088 : cluster 0 pgmap v15748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:00.717 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:00 smithi135 bash[32435]: audit 2023-12-08T01:59:58.804592+0000 mgr.a (mgr.14403) 21089 : audit 0 from='client.417441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:00.717 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:00 smithi135 bash[32435]: cluster 2023-12-08T02:00:00.000149+0000 mon.a (mon.0) 3368 : cluster 1 overall HEALTH_OK 2023-12-08T02:00:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:01 smithi079 bash[28699]: cluster 2023-12-08T02:00:00.739892+0000 mgr.a (mgr.14403) 21090 : cluster 0 pgmap v15749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:01 smithi194 bash[32038]: cluster 2023-12-08T02:00:00.739892+0000 mgr.a (mgr.14403) 21090 : cluster 0 pgmap v15749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:01 smithi135 bash[32435]: cluster 2023-12-08T02:00:00.739892+0000 mgr.a (mgr.14403) 21090 : cluster 0 pgmap v15749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:03 smithi079 bash[28699]: cluster 2023-12-08T02:00:02.740454+0000 mgr.a (mgr.14403) 21091 : cluster 0 pgmap v15750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:03 smithi194 bash[32038]: cluster 2023-12-08T02:00:02.740454+0000 mgr.a (mgr.14403) 21091 : cluster 0 pgmap v15750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:03 smithi135 bash[32435]: cluster 2023-12-08T02:00:02.740454+0000 mgr.a (mgr.14403) 21091 : cluster 0 pgmap v15750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:04.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:00:04.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:04.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:05.190 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:00:05.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:05.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:05.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:05.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:00:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:06 smithi079 bash[28699]: audit 2023-12-08T02:00:04.700430+0000 mgr.a (mgr.14403) 21092 : audit 0 from='client.417516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:06 smithi079 bash[28699]: cluster 2023-12-08T02:00:04.741700+0000 mgr.a (mgr.14403) 21093 : cluster 0 pgmap v15751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:06 smithi194 bash[32038]: audit 2023-12-08T02:00:04.700430+0000 mgr.a (mgr.14403) 21092 : audit 0 from='client.417516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:06 smithi194 bash[32038]: cluster 2023-12-08T02:00:04.741700+0000 mgr.a (mgr.14403) 21093 : cluster 0 pgmap v15751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:06 smithi135 bash[32435]: audit 2023-12-08T02:00:04.700430+0000 mgr.a (mgr.14403) 21092 : audit 0 from='client.417516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:06 smithi135 bash[32435]: cluster 2023-12-08T02:00:04.741700+0000 mgr.a (mgr.14403) 21093 : cluster 0 pgmap v15751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:08 smithi194 bash[32038]: cluster 2023-12-08T02:00:06.742434+0000 mgr.a (mgr.14403) 21094 : cluster 0 pgmap v15752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:08 smithi135 bash[32435]: cluster 2023-12-08T02:00:06.742434+0000 mgr.a (mgr.14403) 21094 : cluster 0 pgmap v15752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:08 smithi079 bash[28699]: cluster 2023-12-08T02:00:06.742434+0000 mgr.a (mgr.14403) 21094 : cluster 0 pgmap v15752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:10.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:00:10.194 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:10.194 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:10 smithi194 bash[32038]: cluster 2023-12-08T02:00:08.743285+0000 mgr.a (mgr.14403) 21095 : cluster 0 pgmap v15753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:10 smithi135 bash[32435]: cluster 2023-12-08T02:00:08.743285+0000 mgr.a (mgr.14403) 21095 : cluster 0 pgmap v15753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:10 smithi079 bash[28699]: cluster 2023-12-08T02:00:08.743285+0000 mgr.a (mgr.14403) 21095 : cluster 0 pgmap v15753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:11.122 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:00:11.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:11.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:11.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:11.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:00:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:12 smithi194 bash[32038]: audit 2023-12-08T02:00:10.595837+0000 mgr.a (mgr.14403) 21096 : audit 0 from='client.417591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:12 smithi194 bash[32038]: cluster 2023-12-08T02:00:10.750939+0000 mgr.a (mgr.14403) 21097 : cluster 0 pgmap v15754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:12 smithi135 bash[32435]: audit 2023-12-08T02:00:10.595837+0000 mgr.a (mgr.14403) 21096 : audit 0 from='client.417591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:12 smithi135 bash[32435]: cluster 2023-12-08T02:00:10.750939+0000 mgr.a (mgr.14403) 21097 : cluster 0 pgmap v15754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:12 smithi079 bash[28699]: audit 2023-12-08T02:00:10.595837+0000 mgr.a (mgr.14403) 21096 : audit 0 from='client.417591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:12 smithi079 bash[28699]: cluster 2023-12-08T02:00:10.750939+0000 mgr.a (mgr.14403) 21097 : cluster 0 pgmap v15754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:14 smithi194 bash[32038]: cluster 2023-12-08T02:00:12.751842+0000 mgr.a (mgr.14403) 21098 : cluster 0 pgmap v15755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:14 smithi135 bash[32435]: cluster 2023-12-08T02:00:12.751842+0000 mgr.a (mgr.14403) 21098 : cluster 0 pgmap v15755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:14 smithi079 bash[28699]: cluster 2023-12-08T02:00:12.751842+0000 mgr.a (mgr.14403) 21098 : cluster 0 pgmap v15755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:16.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:00:16.126 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:16.126 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:16 smithi194 bash[32038]: cluster 2023-12-08T02:00:14.752678+0000 mgr.a (mgr.14403) 21099 : cluster 0 pgmap v15756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:16 smithi135 bash[32435]: cluster 2023-12-08T02:00:14.752678+0000 mgr.a (mgr.14403) 21099 : cluster 0 pgmap v15756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:16 smithi079 bash[28699]: cluster 2023-12-08T02:00:14.752678+0000 mgr.a (mgr.14403) 21099 : cluster 0 pgmap v15756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:17.027 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:00:17.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:17.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:17.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:17.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:00:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:18 smithi194 bash[32038]: audit 2023-12-08T02:00:16.524768+0000 mgr.a (mgr.14403) 21100 : audit 0 from='client.417669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:18.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:18 smithi194 bash[32038]: cluster 2023-12-08T02:00:16.753180+0000 mgr.a (mgr.14403) 21101 : cluster 0 pgmap v15757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:18 smithi135 bash[32435]: audit 2023-12-08T02:00:16.524768+0000 mgr.a (mgr.14403) 21100 : audit 0 from='client.417669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:18 smithi135 bash[32435]: cluster 2023-12-08T02:00:16.753180+0000 mgr.a (mgr.14403) 21101 : cluster 0 pgmap v15757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:18 smithi079 bash[28699]: audit 2023-12-08T02:00:16.524768+0000 mgr.a (mgr.14403) 21100 : audit 0 from='client.417669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:18 smithi079 bash[28699]: cluster 2023-12-08T02:00:16.753180+0000 mgr.a (mgr.14403) 21101 : cluster 0 pgmap v15757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:20 smithi194 bash[32038]: cluster 2023-12-08T02:00:18.753973+0000 mgr.a (mgr.14403) 21102 : cluster 0 pgmap v15758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:20 smithi135 bash[32435]: cluster 2023-12-08T02:00:18.753973+0000 mgr.a (mgr.14403) 21102 : cluster 0 pgmap v15758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:20 smithi079 bash[28699]: cluster 2023-12-08T02:00:18.753973+0000 mgr.a (mgr.14403) 21102 : cluster 0 pgmap v15758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:22.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:00:22.032 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:22.032 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:22 smithi194 bash[32038]: cluster 2023-12-08T02:00:20.754548+0000 mgr.a (mgr.14403) 21103 : cluster 0 pgmap v15759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:22 smithi135 bash[32435]: cluster 2023-12-08T02:00:20.754548+0000 mgr.a (mgr.14403) 21103 : cluster 0 pgmap v15759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:22 smithi079 bash[28699]: cluster 2023-12-08T02:00:20.754548+0000 mgr.a (mgr.14403) 21103 : cluster 0 pgmap v15759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:22.934 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:00:22.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:22.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:22.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:22.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:00:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:24 smithi194 bash[32038]: audit 2023-12-08T02:00:22.437598+0000 mgr.a (mgr.14403) 21104 : audit 0 from='client.317614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:24 smithi194 bash[32038]: cluster 2023-12-08T02:00:22.755290+0000 mgr.a (mgr.14403) 21105 : cluster 0 pgmap v15760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:24 smithi135 bash[32435]: audit 2023-12-08T02:00:22.437598+0000 mgr.a (mgr.14403) 21104 : audit 0 from='client.317614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:24 smithi135 bash[32435]: cluster 2023-12-08T02:00:22.755290+0000 mgr.a (mgr.14403) 21105 : cluster 0 pgmap v15760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:24 smithi079 bash[28699]: audit 2023-12-08T02:00:22.437598+0000 mgr.a (mgr.14403) 21104 : audit 0 from='client.317614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:24 smithi079 bash[28699]: cluster 2023-12-08T02:00:22.755290+0000 mgr.a (mgr.14403) 21105 : cluster 0 pgmap v15760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:26 smithi194 bash[32038]: cluster 2023-12-08T02:00:24.756236+0000 mgr.a (mgr.14403) 21106 : cluster 0 pgmap v15761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:26 smithi135 bash[32435]: cluster 2023-12-08T02:00:24.756236+0000 mgr.a (mgr.14403) 21106 : cluster 0 pgmap v15761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:26 smithi079 bash[28699]: cluster 2023-12-08T02:00:24.756236+0000 mgr.a (mgr.14403) 21106 : cluster 0 pgmap v15761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:27.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:00:27.938 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:27.938 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:28 smithi194 bash[32038]: cluster 2023-12-08T02:00:26.756799+0000 mgr.a (mgr.14403) 21107 : cluster 0 pgmap v15762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:28 smithi135 bash[32435]: cluster 2023-12-08T02:00:26.756799+0000 mgr.a (mgr.14403) 21107 : cluster 0 pgmap v15762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:28 smithi079 bash[28699]: cluster 2023-12-08T02:00:26.756799+0000 mgr.a (mgr.14403) 21107 : cluster 0 pgmap v15762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:28.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:28.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:28.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:28.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:00:28.819 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:00:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:30 smithi194 bash[32038]: audit 2023-12-08T02:00:28.336373+0000 mgr.a (mgr.14403) 21108 : audit 0 from='client.417810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:30 smithi194 bash[32038]: cluster 2023-12-08T02:00:28.758112+0000 mgr.a (mgr.14403) 21109 : cluster 0 pgmap v15763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:00:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:30 smithi135 bash[32435]: audit 2023-12-08T02:00:28.336373+0000 mgr.a (mgr.14403) 21108 : audit 0 from='client.417810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:30 smithi135 bash[32435]: cluster 2023-12-08T02:00:28.758112+0000 mgr.a (mgr.14403) 21109 : cluster 0 pgmap v15763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:00:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:30 smithi079 bash[28699]: audit 2023-12-08T02:00:28.336373+0000 mgr.a (mgr.14403) 21108 : audit 0 from='client.417810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:30 smithi079 bash[28699]: cluster 2023-12-08T02:00:28.758112+0000 mgr.a (mgr.14403) 21109 : cluster 0 pgmap v15763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:00:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:32 smithi194 bash[32038]: cluster 2023-12-08T02:00:30.758836+0000 mgr.a (mgr.14403) 21110 : cluster 0 pgmap v15764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:00:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:32 smithi135 bash[32435]: cluster 2023-12-08T02:00:30.758836+0000 mgr.a (mgr.14403) 21110 : cluster 0 pgmap v15764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:00:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:32 smithi079 bash[28699]: cluster 2023-12-08T02:00:30.758836+0000 mgr.a (mgr.14403) 21110 : cluster 0 pgmap v15764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:00:33.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:00:33.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:33.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:34 smithi194 bash[32038]: cluster 2023-12-08T02:00:32.759446+0000 mgr.a (mgr.14403) 21111 : cluster 0 pgmap v15765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:00:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:34 smithi135 bash[32435]: cluster 2023-12-08T02:00:32.759446+0000 mgr.a (mgr.14403) 21111 : cluster 0 pgmap v15765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:00:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:34 smithi079 bash[28699]: cluster 2023-12-08T02:00:32.759446+0000 mgr.a (mgr.14403) 21111 : cluster 0 pgmap v15765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:00:34.746 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:00:34.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:34.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:34.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:34.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:00:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:36 smithi135 bash[32435]: audit 2023-12-08T02:00:34.228936+0000 mgr.a (mgr.14403) 21112 : audit 0 from='client.417888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:36 smithi135 bash[32435]: cluster 2023-12-08T02:00:34.760520+0000 mgr.a (mgr.14403) 21113 : cluster 0 pgmap v15766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:36 smithi079 bash[28699]: audit 2023-12-08T02:00:34.228936+0000 mgr.a (mgr.14403) 21112 : audit 0 from='client.417888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:36 smithi079 bash[28699]: cluster 2023-12-08T02:00:34.760520+0000 mgr.a (mgr.14403) 21113 : cluster 0 pgmap v15766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:36 smithi194 bash[32038]: audit 2023-12-08T02:00:34.228936+0000 mgr.a (mgr.14403) 21112 : audit 0 from='client.417888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:36 smithi194 bash[32038]: cluster 2023-12-08T02:00:34.760520+0000 mgr.a (mgr.14403) 21113 : cluster 0 pgmap v15766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:38 smithi079 bash[28699]: cluster 2023-12-08T02:00:36.761108+0000 mgr.a (mgr.14403) 21114 : cluster 0 pgmap v15767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:38 smithi194 bash[32038]: cluster 2023-12-08T02:00:36.761108+0000 mgr.a (mgr.14403) 21114 : cluster 0 pgmap v15767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:38 smithi135 bash[32435]: cluster 2023-12-08T02:00:36.761108+0000 mgr.a (mgr.14403) 21114 : cluster 0 pgmap v15767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:00:39.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:00:39.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:39.751 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:40 smithi079 bash[28699]: cluster 2023-12-08T02:00:38.761901+0000 mgr.a (mgr.14403) 21115 : cluster 0 pgmap v15768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:40.647 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:00:40.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:40.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:40.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:40.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:00:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:40 smithi194 bash[32038]: cluster 2023-12-08T02:00:38.761901+0000 mgr.a (mgr.14403) 21115 : cluster 0 pgmap v15768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:40 smithi135 bash[32435]: cluster 2023-12-08T02:00:38.761901+0000 mgr.a (mgr.14403) 21115 : cluster 0 pgmap v15768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:41 smithi079 bash[28699]: audit 2023-12-08T02:00:40.150476+0000 mgr.a (mgr.14403) 21116 : audit 0 from='client.417963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:41 smithi079 bash[28699]: cluster 2023-12-08T02:00:40.762658+0000 mgr.a (mgr.14403) 21117 : cluster 0 pgmap v15769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:00:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:41 smithi194 bash[32038]: audit 2023-12-08T02:00:40.150476+0000 mgr.a (mgr.14403) 21116 : audit 0 from='client.417963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:41 smithi194 bash[32038]: cluster 2023-12-08T02:00:40.762658+0000 mgr.a (mgr.14403) 21117 : cluster 0 pgmap v15769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:00:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:41 smithi135 bash[32435]: audit 2023-12-08T02:00:40.150476+0000 mgr.a (mgr.14403) 21116 : audit 0 from='client.417963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:41 smithi135 bash[32435]: cluster 2023-12-08T02:00:40.762658+0000 mgr.a (mgr.14403) 21117 : cluster 0 pgmap v15769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:00:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:43 smithi079 bash[28699]: cluster 2023-12-08T02:00:42.763265+0000 mgr.a (mgr.14403) 21118 : cluster 0 pgmap v15770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:00:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:43 smithi194 bash[32038]: cluster 2023-12-08T02:00:42.763265+0000 mgr.a (mgr.14403) 21118 : cluster 0 pgmap v15770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:00:44.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:43 smithi135 bash[32435]: cluster 2023-12-08T02:00:42.763265+0000 mgr.a (mgr.14403) 21118 : cluster 0 pgmap v15770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:00:45.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:00:45.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:45.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:46 smithi194 bash[32038]: cluster 2023-12-08T02:00:44.764083+0000 mgr.a (mgr.14403) 21119 : cluster 0 pgmap v15771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:00:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:46 smithi135 bash[32435]: cluster 2023-12-08T02:00:44.764083+0000 mgr.a (mgr.14403) 21119 : cluster 0 pgmap v15771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:00:46.583 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:00:46.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:46.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:46.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:46.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:00:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:46 smithi079 bash[28699]: cluster 2023-12-08T02:00:44.764083+0000 mgr.a (mgr.14403) 21119 : cluster 0 pgmap v15771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:00:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:47 smithi194 bash[32038]: audit 2023-12-08T02:00:46.061955+0000 mgr.a (mgr.14403) 21120 : audit 0 from='client.418041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:47 smithi194 bash[32038]: audit 2023-12-08T02:00:46.271761+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:00:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:47 smithi194 bash[32038]: audit 2023-12-08T02:00:46.862261+0000 mon.a (mon.0) 3370 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:00:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:47 smithi194 bash[32038]: audit 2023-12-08T02:00:46.873612+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:00:47.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:47 smithi135 bash[32435]: audit 2023-12-08T02:00:46.061955+0000 mgr.a (mgr.14403) 21120 : audit 0 from='client.418041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:47.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:47 smithi135 bash[32435]: audit 2023-12-08T02:00:46.271761+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:00:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:47 smithi135 bash[32435]: audit 2023-12-08T02:00:46.862261+0000 mon.a (mon.0) 3370 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:00:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:47 smithi135 bash[32435]: audit 2023-12-08T02:00:46.873612+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:00:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:47 smithi079 bash[28699]: audit 2023-12-08T02:00:46.061955+0000 mgr.a (mgr.14403) 21120 : audit 0 from='client.418041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:47 smithi079 bash[28699]: audit 2023-12-08T02:00:46.271761+0000 mon.a (mon.0) 3369 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:00:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:47 smithi079 bash[28699]: audit 2023-12-08T02:00:46.862261+0000 mon.a (mon.0) 3370 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:00:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:47 smithi079 bash[28699]: audit 2023-12-08T02:00:46.873612+0000 mon.a (mon.0) 3371 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:00:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:48 smithi194 bash[32038]: cluster 2023-12-08T02:00:46.764831+0000 mgr.a (mgr.14403) 21121 : cluster 0 pgmap v15772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:48 smithi194 bash[32038]: audit 2023-12-08T02:00:47.574423+0000 mon.a (mon.0) 3372 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:00:48.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:48 smithi194 bash[32038]: audit 2023-12-08T02:00:47.576218+0000 mon.a (mon.0) 3373 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:00:48.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:48 smithi194 bash[32038]: audit 2023-12-08T02:00:47.584888+0000 mon.a (mon.0) 3374 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:00:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:48 smithi135 bash[32435]: cluster 2023-12-08T02:00:46.764831+0000 mgr.a (mgr.14403) 21121 : cluster 0 pgmap v15772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:48 smithi135 bash[32435]: audit 2023-12-08T02:00:47.574423+0000 mon.a (mon.0) 3372 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:00:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:48 smithi135 bash[32435]: audit 2023-12-08T02:00:47.576218+0000 mon.a (mon.0) 3373 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:00:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:48 smithi135 bash[32435]: audit 2023-12-08T02:00:47.584888+0000 mon.a (mon.0) 3374 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:00:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:48 smithi079 bash[28699]: cluster 2023-12-08T02:00:46.764831+0000 mgr.a (mgr.14403) 21121 : cluster 0 pgmap v15772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:48 smithi079 bash[28699]: audit 2023-12-08T02:00:47.574423+0000 mon.a (mon.0) 3372 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:00:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:48 smithi079 bash[28699]: audit 2023-12-08T02:00:47.576218+0000 mon.a (mon.0) 3373 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:00:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:48 smithi079 bash[28699]: audit 2023-12-08T02:00:47.584888+0000 mon.a (mon.0) 3374 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:00:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:50 smithi194 bash[32038]: cluster 2023-12-08T02:00:48.765682+0000 mgr.a (mgr.14403) 21122 : cluster 0 pgmap v15773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:50 smithi135 bash[32435]: cluster 2023-12-08T02:00:48.765682+0000 mgr.a (mgr.14403) 21122 : cluster 0 pgmap v15773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:50 smithi079 bash[28699]: cluster 2023-12-08T02:00:48.765682+0000 mgr.a (mgr.14403) 21122 : cluster 0 pgmap v15773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:51.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:00:51.587 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:51.587 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:52 smithi194 bash[32038]: cluster 2023-12-08T02:00:50.766247+0000 mgr.a (mgr.14403) 21123 : cluster 0 pgmap v15774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:52 smithi135 bash[32435]: cluster 2023-12-08T02:00:50.766247+0000 mgr.a (mgr.14403) 21123 : cluster 0 pgmap v15774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:52.498 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:00:52.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:52.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:52.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:52.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:00:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:52 smithi079 bash[28699]: cluster 2023-12-08T02:00:50.766247+0000 mgr.a (mgr.14403) 21123 : cluster 0 pgmap v15774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:53 smithi194 bash[32038]: audit 2023-12-08T02:00:51.990633+0000 mgr.a (mgr.14403) 21124 : audit 0 from='client.418119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:53 smithi135 bash[32435]: audit 2023-12-08T02:00:51.990633+0000 mgr.a (mgr.14403) 21124 : audit 0 from='client.418119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:53 smithi079 bash[28699]: audit 2023-12-08T02:00:51.990633+0000 mgr.a (mgr.14403) 21124 : audit 0 from='client.418119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:54 smithi194 bash[32038]: cluster 2023-12-08T02:00:52.767040+0000 mgr.a (mgr.14403) 21125 : cluster 0 pgmap v15775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:54 smithi135 bash[32435]: cluster 2023-12-08T02:00:52.767040+0000 mgr.a (mgr.14403) 21125 : cluster 0 pgmap v15775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:54 smithi079 bash[28699]: cluster 2023-12-08T02:00:52.767040+0000 mgr.a (mgr.14403) 21125 : cluster 0 pgmap v15775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:56 smithi194 bash[32038]: cluster 2023-12-08T02:00:54.767980+0000 mgr.a (mgr.14403) 21126 : cluster 0 pgmap v15776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:56 smithi135 bash[32435]: cluster 2023-12-08T02:00:54.767980+0000 mgr.a (mgr.14403) 21126 : cluster 0 pgmap v15776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:56 smithi079 bash[28699]: cluster 2023-12-08T02:00:54.767980+0000 mgr.a (mgr.14403) 21126 : cluster 0 pgmap v15776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:00:57.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:00:57.502 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:00:57.502 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:00:58.393 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:00:58.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:00:58.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:00:58.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:00:58.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:00:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:58 smithi194 bash[32038]: cluster 2023-12-08T02:00:56.768660+0000 mgr.a (mgr.14403) 21127 : cluster 0 pgmap v15777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:58 smithi135 bash[32435]: cluster 2023-12-08T02:00:56.768660+0000 mgr.a (mgr.14403) 21127 : cluster 0 pgmap v15777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:58 smithi079 bash[28699]: cluster 2023-12-08T02:00:56.768660+0000 mgr.a (mgr.14403) 21127 : cluster 0 pgmap v15777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:00:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:00:59 smithi079 bash[28699]: audit 2023-12-08T02:00:57.903272+0000 mgr.a (mgr.14403) 21128 : audit 0 from='client.418197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:00:59 smithi194 bash[32038]: audit 2023-12-08T02:00:57.903272+0000 mgr.a (mgr.14403) 21128 : audit 0 from='client.418197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:00:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:00:59 smithi135 bash[32435]: audit 2023-12-08T02:00:57.903272+0000 mgr.a (mgr.14403) 21128 : audit 0 from='client.418197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:00 smithi079 bash[28699]: cluster 2023-12-08T02:00:58.769754+0000 mgr.a (mgr.14403) 21129 : cluster 0 pgmap v15778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:00 smithi194 bash[32038]: cluster 2023-12-08T02:00:58.769754+0000 mgr.a (mgr.14403) 21129 : cluster 0 pgmap v15778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:00 smithi135 bash[32435]: cluster 2023-12-08T02:00:58.769754+0000 mgr.a (mgr.14403) 21129 : cluster 0 pgmap v15778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:02 smithi079 bash[28699]: cluster 2023-12-08T02:01:00.770468+0000 mgr.a (mgr.14403) 21130 : cluster 0 pgmap v15779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:02 smithi194 bash[32038]: cluster 2023-12-08T02:01:00.770468+0000 mgr.a (mgr.14403) 21130 : cluster 0 pgmap v15779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:02 smithi135 bash[32435]: cluster 2023-12-08T02:01:00.770468+0000 mgr.a (mgr.14403) 21130 : cluster 0 pgmap v15779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:03.396 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:01:03.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:03.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:04.317 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:01:04.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:04.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:04.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:04.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:01:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:04 smithi079 bash[28699]: cluster 2023-12-08T02:01:02.771083+0000 mgr.a (mgr.14403) 21131 : cluster 0 pgmap v15780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:04 smithi194 bash[32038]: cluster 2023-12-08T02:01:02.771083+0000 mgr.a (mgr.14403) 21131 : cluster 0 pgmap v15780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:04 smithi135 bash[32435]: cluster 2023-12-08T02:01:02.771083+0000 mgr.a (mgr.14403) 21131 : cluster 0 pgmap v15780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:05 smithi079 bash[28699]: audit 2023-12-08T02:01:03.816812+0000 mgr.a (mgr.14403) 21132 : audit 0 from='client.418269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:05 smithi194 bash[32038]: audit 2023-12-08T02:01:03.816812+0000 mgr.a (mgr.14403) 21132 : audit 0 from='client.418269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:05 smithi135 bash[32435]: audit 2023-12-08T02:01:03.816812+0000 mgr.a (mgr.14403) 21132 : audit 0 from='client.418269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:06 smithi079 bash[28699]: cluster 2023-12-08T02:01:04.772274+0000 mgr.a (mgr.14403) 21133 : cluster 0 pgmap v15781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:06 smithi194 bash[32038]: cluster 2023-12-08T02:01:04.772274+0000 mgr.a (mgr.14403) 21133 : cluster 0 pgmap v15781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:06 smithi135 bash[32435]: cluster 2023-12-08T02:01:04.772274+0000 mgr.a (mgr.14403) 21133 : cluster 0 pgmap v15781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:07 smithi079 bash[28699]: cluster 2023-12-08T02:01:06.772862+0000 mgr.a (mgr.14403) 21134 : cluster 0 pgmap v15782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:07 smithi194 bash[32038]: cluster 2023-12-08T02:01:06.772862+0000 mgr.a (mgr.14403) 21134 : cluster 0 pgmap v15782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:07 smithi135 bash[32435]: cluster 2023-12-08T02:01:06.772862+0000 mgr.a (mgr.14403) 21134 : cluster 0 pgmap v15782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:09.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:01:09.321 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:09.321 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:10.222 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:01:10.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:10.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:10.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:10.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:01:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:10 smithi194 bash[32038]: cluster 2023-12-08T02:01:08.773600+0000 mgr.a (mgr.14403) 21135 : cluster 0 pgmap v15783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:10 smithi135 bash[32435]: cluster 2023-12-08T02:01:08.773600+0000 mgr.a (mgr.14403) 21135 : cluster 0 pgmap v15783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:10 smithi079 bash[28699]: cluster 2023-12-08T02:01:08.773600+0000 mgr.a (mgr.14403) 21135 : cluster 0 pgmap v15783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:11 smithi194 bash[32038]: audit 2023-12-08T02:01:09.727433+0000 mgr.a (mgr.14403) 21136 : audit 0 from='client.418338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:11 smithi135 bash[32435]: audit 2023-12-08T02:01:09.727433+0000 mgr.a (mgr.14403) 21136 : audit 0 from='client.418338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:11 smithi079 bash[28699]: audit 2023-12-08T02:01:09.727433+0000 mgr.a (mgr.14403) 21136 : audit 0 from='client.418338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:12.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:12 smithi194 bash[32038]: cluster 2023-12-08T02:01:10.774254+0000 mgr.a (mgr.14403) 21137 : cluster 0 pgmap v15784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:12 smithi135 bash[32435]: cluster 2023-12-08T02:01:10.774254+0000 mgr.a (mgr.14403) 21137 : cluster 0 pgmap v15784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:12 smithi079 bash[28699]: cluster 2023-12-08T02:01:10.774254+0000 mgr.a (mgr.14403) 21137 : cluster 0 pgmap v15784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:14 smithi194 bash[32038]: cluster 2023-12-08T02:01:12.774829+0000 mgr.a (mgr.14403) 21138 : cluster 0 pgmap v15785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:14 smithi135 bash[32435]: cluster 2023-12-08T02:01:12.774829+0000 mgr.a (mgr.14403) 21138 : cluster 0 pgmap v15785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:14 smithi079 bash[28699]: cluster 2023-12-08T02:01:12.774829+0000 mgr.a (mgr.14403) 21138 : cluster 0 pgmap v15785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:15.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:01:15.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:15.225 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:16.156 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:01:16.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:16.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:16.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:16.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:01:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:16 smithi194 bash[32038]: cluster 2023-12-08T02:01:14.775662+0000 mgr.a (mgr.14403) 21139 : cluster 0 pgmap v15786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:16 smithi135 bash[32435]: cluster 2023-12-08T02:01:14.775662+0000 mgr.a (mgr.14403) 21139 : cluster 0 pgmap v15786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:16 smithi079 bash[28699]: cluster 2023-12-08T02:01:14.775662+0000 mgr.a (mgr.14403) 21139 : cluster 0 pgmap v15786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:17 smithi194 bash[32038]: audit 2023-12-08T02:01:15.635944+0000 mgr.a (mgr.14403) 21140 : audit 0 from='client.418413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:17.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:17 smithi135 bash[32435]: audit 2023-12-08T02:01:15.635944+0000 mgr.a (mgr.14403) 21140 : audit 0 from='client.418413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:17 smithi079 bash[28699]: audit 2023-12-08T02:01:15.635944+0000 mgr.a (mgr.14403) 21140 : audit 0 from='client.418413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:18 smithi194 bash[32038]: cluster 2023-12-08T02:01:16.776304+0000 mgr.a (mgr.14403) 21141 : cluster 0 pgmap v15787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:18 smithi135 bash[32435]: cluster 2023-12-08T02:01:16.776304+0000 mgr.a (mgr.14403) 21141 : cluster 0 pgmap v15787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:18 smithi079 bash[28699]: cluster 2023-12-08T02:01:16.776304+0000 mgr.a (mgr.14403) 21141 : cluster 0 pgmap v15787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:20 smithi194 bash[32038]: cluster 2023-12-08T02:01:18.777034+0000 mgr.a (mgr.14403) 21142 : cluster 0 pgmap v15788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:20 smithi135 bash[32435]: cluster 2023-12-08T02:01:18.777034+0000 mgr.a (mgr.14403) 21142 : cluster 0 pgmap v15788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:20 smithi079 bash[28699]: cluster 2023-12-08T02:01:18.777034+0000 mgr.a (mgr.14403) 21142 : cluster 0 pgmap v15788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:21.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:01:21.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:21.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:22.060 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:01:22.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:22.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:22.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:22.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:01:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:22 smithi194 bash[32038]: cluster 2023-12-08T02:01:20.777588+0000 mgr.a (mgr.14403) 21143 : cluster 0 pgmap v15789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:22 smithi135 bash[32435]: cluster 2023-12-08T02:01:20.777588+0000 mgr.a (mgr.14403) 21143 : cluster 0 pgmap v15789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:22 smithi079 bash[28699]: cluster 2023-12-08T02:01:20.777588+0000 mgr.a (mgr.14403) 21143 : cluster 0 pgmap v15789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:23 smithi079 bash[28699]: audit 2023-12-08T02:01:21.565105+0000 mgr.a (mgr.14403) 21144 : audit 0 from='client.418488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:23 smithi194 bash[32038]: audit 2023-12-08T02:01:21.565105+0000 mgr.a (mgr.14403) 21144 : audit 0 from='client.418488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:23 smithi135 bash[32435]: audit 2023-12-08T02:01:21.565105+0000 mgr.a (mgr.14403) 21144 : audit 0 from='client.418488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:24 smithi079 bash[28699]: cluster 2023-12-08T02:01:22.778203+0000 mgr.a (mgr.14403) 21145 : cluster 0 pgmap v15790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:24 smithi194 bash[32038]: cluster 2023-12-08T02:01:22.778203+0000 mgr.a (mgr.14403) 21145 : cluster 0 pgmap v15790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:24 smithi135 bash[32435]: cluster 2023-12-08T02:01:22.778203+0000 mgr.a (mgr.14403) 21145 : cluster 0 pgmap v15790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:26 smithi079 bash[28699]: cluster 2023-12-08T02:01:24.779059+0000 mgr.a (mgr.14403) 21146 : cluster 0 pgmap v15791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:26 smithi194 bash[32038]: cluster 2023-12-08T02:01:24.779059+0000 mgr.a (mgr.14403) 21146 : cluster 0 pgmap v15791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:26 smithi135 bash[32435]: cluster 2023-12-08T02:01:24.779059+0000 mgr.a (mgr.14403) 21146 : cluster 0 pgmap v15791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:27.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:01:27.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:27.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:28.003 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:01:28.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:28.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:28.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:28.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:01:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:28 smithi079 bash[28699]: cluster 2023-12-08T02:01:26.779549+0000 mgr.a (mgr.14403) 21147 : cluster 0 pgmap v15792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:28 smithi194 bash[32038]: cluster 2023-12-08T02:01:26.779549+0000 mgr.a (mgr.14403) 21147 : cluster 0 pgmap v15792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:28 smithi135 bash[32435]: cluster 2023-12-08T02:01:26.779549+0000 mgr.a (mgr.14403) 21147 : cluster 0 pgmap v15792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:29 smithi079 bash[28699]: audit 2023-12-08T02:01:27.479007+0000 mgr.a (mgr.14403) 21148 : audit 0 from='client.318211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:29 smithi194 bash[32038]: audit 2023-12-08T02:01:27.479007+0000 mgr.a (mgr.14403) 21148 : audit 0 from='client.318211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:29 smithi135 bash[32435]: audit 2023-12-08T02:01:27.479007+0000 mgr.a (mgr.14403) 21148 : audit 0 from='client.318211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:30 smithi079 bash[28699]: cluster 2023-12-08T02:01:28.780434+0000 mgr.a (mgr.14403) 21149 : cluster 0 pgmap v15793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:30 smithi194 bash[32038]: cluster 2023-12-08T02:01:28.780434+0000 mgr.a (mgr.14403) 21149 : cluster 0 pgmap v15793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:30 smithi135 bash[32435]: cluster 2023-12-08T02:01:28.780434+0000 mgr.a (mgr.14403) 21149 : cluster 0 pgmap v15793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:32 smithi079 bash[28699]: cluster 2023-12-08T02:01:30.781126+0000 mgr.a (mgr.14403) 21150 : cluster 0 pgmap v15794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:32 smithi194 bash[32038]: cluster 2023-12-08T02:01:30.781126+0000 mgr.a (mgr.14403) 21150 : cluster 0 pgmap v15794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:32 smithi135 bash[32435]: cluster 2023-12-08T02:01:30.781126+0000 mgr.a (mgr.14403) 21150 : cluster 0 pgmap v15794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:33.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:01:33.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:33.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:33 smithi079 bash[28699]: cluster 2023-12-08T02:01:32.781828+0000 mgr.a (mgr.14403) 21151 : cluster 0 pgmap v15795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:33 smithi194 bash[32038]: cluster 2023-12-08T02:01:32.781828+0000 mgr.a (mgr.14403) 21151 : cluster 0 pgmap v15795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:33 smithi135 bash[32435]: cluster 2023-12-08T02:01:32.781828+0000 mgr.a (mgr.14403) 21151 : cluster 0 pgmap v15795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:33.915 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:01:33.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:33.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:33.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:33.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:01:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:35 smithi194 bash[32038]: audit 2023-12-08T02:01:33.423185+0000 mgr.a (mgr.14403) 21152 : audit 0 from='client.418644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:35 smithi135 bash[32435]: audit 2023-12-08T02:01:33.423185+0000 mgr.a (mgr.14403) 21152 : audit 0 from='client.418644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:35 smithi079 bash[28699]: audit 2023-12-08T02:01:33.423185+0000 mgr.a (mgr.14403) 21152 : audit 0 from='client.418644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:36 smithi194 bash[32038]: cluster 2023-12-08T02:01:34.782825+0000 mgr.a (mgr.14403) 21153 : cluster 0 pgmap v15796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:01:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:36 smithi135 bash[32435]: cluster 2023-12-08T02:01:34.782825+0000 mgr.a (mgr.14403) 21153 : cluster 0 pgmap v15796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:01:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:36 smithi079 bash[28699]: cluster 2023-12-08T02:01:34.782825+0000 mgr.a (mgr.14403) 21153 : cluster 0 pgmap v15796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:01:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:38 smithi194 bash[32038]: cluster 2023-12-08T02:01:36.783388+0000 mgr.a (mgr.14403) 21154 : cluster 0 pgmap v15797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:01:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:38 smithi135 bash[32435]: cluster 2023-12-08T02:01:36.783388+0000 mgr.a (mgr.14403) 21154 : cluster 0 pgmap v15797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:01:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:38 smithi079 bash[28699]: cluster 2023-12-08T02:01:36.783388+0000 mgr.a (mgr.14403) 21154 : cluster 0 pgmap v15797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:01:38.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:01:38.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:38.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:39.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:39.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:39.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:39.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:01:39.817 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:01:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:40 smithi194 bash[32038]: cluster 2023-12-08T02:01:38.784066+0000 mgr.a (mgr.14403) 21155 : cluster 0 pgmap v15798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:40 smithi135 bash[32435]: cluster 2023-12-08T02:01:38.784066+0000 mgr.a (mgr.14403) 21155 : cluster 0 pgmap v15798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:40 smithi079 bash[28699]: cluster 2023-12-08T02:01:38.784066+0000 mgr.a (mgr.14403) 21155 : cluster 0 pgmap v15798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:41.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:41 smithi194 bash[32038]: audit 2023-12-08T02:01:39.318193+0000 mgr.a (mgr.14403) 21156 : audit 0 from='client.418719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:41.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:41 smithi135 bash[32435]: audit 2023-12-08T02:01:39.318193+0000 mgr.a (mgr.14403) 21156 : audit 0 from='client.418719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:41 smithi079 bash[28699]: audit 2023-12-08T02:01:39.318193+0000 mgr.a (mgr.14403) 21156 : audit 0 from='client.418719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:42 smithi194 bash[32038]: cluster 2023-12-08T02:01:40.784709+0000 mgr.a (mgr.14403) 21157 : cluster 0 pgmap v15799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:42 smithi135 bash[32435]: cluster 2023-12-08T02:01:40.784709+0000 mgr.a (mgr.14403) 21157 : cluster 0 pgmap v15799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:42 smithi079 bash[28699]: cluster 2023-12-08T02:01:40.784709+0000 mgr.a (mgr.14403) 21157 : cluster 0 pgmap v15799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:44 smithi135 bash[32435]: cluster 2023-12-08T02:01:42.785259+0000 mgr.a (mgr.14403) 21158 : cluster 0 pgmap v15800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:44 smithi079 bash[28699]: cluster 2023-12-08T02:01:42.785259+0000 mgr.a (mgr.14403) 21158 : cluster 0 pgmap v15800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:44 smithi194 bash[32038]: cluster 2023-12-08T02:01:42.785259+0000 mgr.a (mgr.14403) 21158 : cluster 0 pgmap v15800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:01:44.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:01:44.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:44.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:45.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:45.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:45.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:45.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:01:45.708 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:01:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:46 smithi079 bash[28699]: cluster 2023-12-08T02:01:44.786095+0000 mgr.a (mgr.14403) 21159 : cluster 0 pgmap v15801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:46 smithi079 bash[28699]: audit 2023-12-08T02:01:45.217018+0000 mgr.a (mgr.14403) 21160 : audit 0 from='client.418797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:46 smithi194 bash[32038]: cluster 2023-12-08T02:01:44.786095+0000 mgr.a (mgr.14403) 21159 : cluster 0 pgmap v15801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:46 smithi194 bash[32038]: audit 2023-12-08T02:01:45.217018+0000 mgr.a (mgr.14403) 21160 : audit 0 from='client.418797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:46 smithi135 bash[32435]: cluster 2023-12-08T02:01:44.786095+0000 mgr.a (mgr.14403) 21159 : cluster 0 pgmap v15801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:46 smithi135 bash[32435]: audit 2023-12-08T02:01:45.217018+0000 mgr.a (mgr.14403) 21160 : audit 0 from='client.418797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:48 smithi079 bash[28699]: cluster 2023-12-08T02:01:46.786840+0000 mgr.a (mgr.14403) 21161 : cluster 0 pgmap v15802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:01:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:48 smithi079 bash[28699]: audit 2023-12-08T02:01:47.687777+0000 mon.a (mon.0) 3375 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:01:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:48 smithi194 bash[32038]: cluster 2023-12-08T02:01:46.786840+0000 mgr.a (mgr.14403) 21161 : cluster 0 pgmap v15802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:01:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:48 smithi194 bash[32038]: audit 2023-12-08T02:01:47.687777+0000 mon.a (mon.0) 3375 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:01:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:48 smithi135 bash[32435]: cluster 2023-12-08T02:01:46.786840+0000 mgr.a (mgr.14403) 21161 : cluster 0 pgmap v15802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:01:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:48 smithi135 bash[32435]: audit 2023-12-08T02:01:47.687777+0000 mon.a (mon.0) 3375 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:01:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:49 smithi079 bash[28699]: audit 2023-12-08T02:01:48.222741+0000 mon.a (mon.0) 3376 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:01:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:49 smithi079 bash[28699]: audit 2023-12-08T02:01:48.228828+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:01:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:49 smithi079 bash[28699]: audit 2023-12-08T02:01:48.983987+0000 mon.a (mon.0) 3378 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:01:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:49 smithi079 bash[28699]: audit 2023-12-08T02:01:48.986022+0000 mon.a (mon.0) 3379 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:01:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:49 smithi079 bash[28699]: audit 2023-12-08T02:01:48.996265+0000 mon.a (mon.0) 3380 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:01:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:49 smithi194 bash[32038]: audit 2023-12-08T02:01:48.222741+0000 mon.a (mon.0) 3376 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:01:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:49 smithi194 bash[32038]: audit 2023-12-08T02:01:48.228828+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:01:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:49 smithi194 bash[32038]: audit 2023-12-08T02:01:48.983987+0000 mon.a (mon.0) 3378 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:01:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:49 smithi194 bash[32038]: audit 2023-12-08T02:01:48.986022+0000 mon.a (mon.0) 3379 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:01:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:49 smithi194 bash[32038]: audit 2023-12-08T02:01:48.996265+0000 mon.a (mon.0) 3380 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:01:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:49 smithi135 bash[32435]: audit 2023-12-08T02:01:48.222741+0000 mon.a (mon.0) 3376 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:01:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:49 smithi135 bash[32435]: audit 2023-12-08T02:01:48.228828+0000 mon.a (mon.0) 3377 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:01:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:49 smithi135 bash[32435]: audit 2023-12-08T02:01:48.983987+0000 mon.a (mon.0) 3378 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:01:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:49 smithi135 bash[32435]: audit 2023-12-08T02:01:48.986022+0000 mon.a (mon.0) 3379 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:01:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:49 smithi135 bash[32435]: audit 2023-12-08T02:01:48.996265+0000 mon.a (mon.0) 3380 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:01:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:50 smithi079 bash[28699]: cluster 2023-12-08T02:01:48.787648+0000 mgr.a (mgr.14403) 21162 : cluster 0 pgmap v15803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:01:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:50 smithi194 bash[32038]: cluster 2023-12-08T02:01:48.787648+0000 mgr.a (mgr.14403) 21162 : cluster 0 pgmap v15803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:01:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:50 smithi135 bash[32435]: cluster 2023-12-08T02:01:48.787648+0000 mgr.a (mgr.14403) 21162 : cluster 0 pgmap v15803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:01:50.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:01:50.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:50.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:51.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:51.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:51.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:51.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:01:51.635 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:01:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:52 smithi079 bash[28699]: cluster 2023-12-08T02:01:50.788196+0000 mgr.a (mgr.14403) 21163 : cluster 0 pgmap v15804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:52 smithi079 bash[28699]: audit 2023-12-08T02:01:51.114951+0000 mgr.a (mgr.14403) 21164 : audit 0 from='client.418872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:52 smithi194 bash[32038]: cluster 2023-12-08T02:01:50.788196+0000 mgr.a (mgr.14403) 21163 : cluster 0 pgmap v15804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:52 smithi194 bash[32038]: audit 2023-12-08T02:01:51.114951+0000 mgr.a (mgr.14403) 21164 : audit 0 from='client.418872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:52 smithi135 bash[32435]: cluster 2023-12-08T02:01:50.788196+0000 mgr.a (mgr.14403) 21163 : cluster 0 pgmap v15804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:52 smithi135 bash[32435]: audit 2023-12-08T02:01:51.114951+0000 mgr.a (mgr.14403) 21164 : audit 0 from='client.418872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:53 smithi079 bash[28699]: cluster 2023-12-08T02:01:52.788902+0000 mgr.a (mgr.14403) 21165 : cluster 0 pgmap v15805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:53 smithi194 bash[32038]: cluster 2023-12-08T02:01:52.788902+0000 mgr.a (mgr.14403) 21165 : cluster 0 pgmap v15805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:53 smithi135 bash[32435]: cluster 2023-12-08T02:01:52.788902+0000 mgr.a (mgr.14403) 21165 : cluster 0 pgmap v15805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:56 smithi194 bash[32038]: cluster 2023-12-08T02:01:54.789708+0000 mgr.a (mgr.14403) 21166 : cluster 0 pgmap v15806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:56 smithi135 bash[32435]: cluster 2023-12-08T02:01:54.789708+0000 mgr.a (mgr.14403) 21166 : cluster 0 pgmap v15806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:56.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:01:56.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:01:56.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:01:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:56 smithi079 bash[28699]: cluster 2023-12-08T02:01:54.789708+0000 mgr.a (mgr.14403) 21166 : cluster 0 pgmap v15806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:01:57.565 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:01:57.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:01:57.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:01:57.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:01:57.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:01:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:58 smithi194 bash[32038]: cluster 2023-12-08T02:01:56.790244+0000 mgr.a (mgr.14403) 21167 : cluster 0 pgmap v15807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:01:58 smithi194 bash[32038]: audit 2023-12-08T02:01:57.041134+0000 mgr.a (mgr.14403) 21168 : audit 0 from='client.418950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:58 smithi135 bash[32435]: cluster 2023-12-08T02:01:56.790244+0000 mgr.a (mgr.14403) 21167 : cluster 0 pgmap v15807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:01:58 smithi135 bash[32435]: audit 2023-12-08T02:01:57.041134+0000 mgr.a (mgr.14403) 21168 : audit 0 from='client.418950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:01:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:58 smithi079 bash[28699]: cluster 2023-12-08T02:01:56.790244+0000 mgr.a (mgr.14403) 21167 : cluster 0 pgmap v15807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:01:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:01:58 smithi079 bash[28699]: audit 2023-12-08T02:01:57.041134+0000 mgr.a (mgr.14403) 21168 : audit 0 from='client.418950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:00 smithi194 bash[32038]: cluster 2023-12-08T02:01:58.791134+0000 mgr.a (mgr.14403) 21169 : cluster 0 pgmap v15808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:00 smithi135 bash[32435]: cluster 2023-12-08T02:01:58.791134+0000 mgr.a (mgr.14403) 21169 : cluster 0 pgmap v15808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:00 smithi079 bash[28699]: cluster 2023-12-08T02:01:58.791134+0000 mgr.a (mgr.14403) 21169 : cluster 0 pgmap v15808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:02 smithi194 bash[32038]: cluster 2023-12-08T02:02:00.791697+0000 mgr.a (mgr.14403) 21170 : cluster 0 pgmap v15809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:02 smithi135 bash[32435]: cluster 2023-12-08T02:02:00.791697+0000 mgr.a (mgr.14403) 21170 : cluster 0 pgmap v15809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:02.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:02:02.569 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:02.569 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:02 smithi079 bash[28699]: cluster 2023-12-08T02:02:00.791697+0000 mgr.a (mgr.14403) 21170 : cluster 0 pgmap v15809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:03.481 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:02:03.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:03.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:03.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:03.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:02:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:04 smithi194 bash[32038]: cluster 2023-12-08T02:02:02.792253+0000 mgr.a (mgr.14403) 21171 : cluster 0 pgmap v15810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:04 smithi194 bash[32038]: audit 2023-12-08T02:02:02.977353+0000 mgr.a (mgr.14403) 21172 : audit 0 from='client.419025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:04 smithi135 bash[32435]: cluster 2023-12-08T02:02:02.792253+0000 mgr.a (mgr.14403) 21171 : cluster 0 pgmap v15810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:04 smithi135 bash[32435]: audit 2023-12-08T02:02:02.977353+0000 mgr.a (mgr.14403) 21172 : audit 0 from='client.419025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:04 smithi079 bash[28699]: cluster 2023-12-08T02:02:02.792253+0000 mgr.a (mgr.14403) 21171 : cluster 0 pgmap v15810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:04 smithi079 bash[28699]: audit 2023-12-08T02:02:02.977353+0000 mgr.a (mgr.14403) 21172 : audit 0 from='client.419025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:06 smithi194 bash[32038]: cluster 2023-12-08T02:02:04.793256+0000 mgr.a (mgr.14403) 21173 : cluster 0 pgmap v15811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:06 smithi135 bash[32435]: cluster 2023-12-08T02:02:04.793256+0000 mgr.a (mgr.14403) 21173 : cluster 0 pgmap v15811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:06 smithi079 bash[28699]: cluster 2023-12-08T02:02:04.793256+0000 mgr.a (mgr.14403) 21173 : cluster 0 pgmap v15811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:08 smithi135 bash[32435]: cluster 2023-12-08T02:02:06.793990+0000 mgr.a (mgr.14403) 21174 : cluster 0 pgmap v15812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:08.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:02:08.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:08.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:08 smithi079 bash[28699]: cluster 2023-12-08T02:02:06.793990+0000 mgr.a (mgr.14403) 21174 : cluster 0 pgmap v15812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:08 smithi194 bash[32038]: cluster 2023-12-08T02:02:06.793990+0000 mgr.a (mgr.14403) 21174 : cluster 0 pgmap v15812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:09.389 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:02:09.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:09.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:09.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:09.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:02:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:10 smithi079 bash[28699]: cluster 2023-12-08T02:02:08.794719+0000 mgr.a (mgr.14403) 21175 : cluster 0 pgmap v15813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:10 smithi079 bash[28699]: audit 2023-12-08T02:02:08.889289+0000 mgr.a (mgr.14403) 21176 : audit 0 from='client.419100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:10 smithi194 bash[32038]: cluster 2023-12-08T02:02:08.794719+0000 mgr.a (mgr.14403) 21175 : cluster 0 pgmap v15813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:10 smithi194 bash[32038]: audit 2023-12-08T02:02:08.889289+0000 mgr.a (mgr.14403) 21176 : audit 0 from='client.419100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:10.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:10 smithi135 bash[32435]: cluster 2023-12-08T02:02:08.794719+0000 mgr.a (mgr.14403) 21175 : cluster 0 pgmap v15813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:10 smithi135 bash[32435]: audit 2023-12-08T02:02:08.889289+0000 mgr.a (mgr.14403) 21176 : audit 0 from='client.419100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:12 smithi079 bash[28699]: cluster 2023-12-08T02:02:10.795386+0000 mgr.a (mgr.14403) 21177 : cluster 0 pgmap v15814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:12 smithi194 bash[32038]: cluster 2023-12-08T02:02:10.795386+0000 mgr.a (mgr.14403) 21177 : cluster 0 pgmap v15814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:12 smithi135 bash[32435]: cluster 2023-12-08T02:02:10.795386+0000 mgr.a (mgr.14403) 21177 : cluster 0 pgmap v15814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:14.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:02:14.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:14.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:14 smithi079 bash[28699]: cluster 2023-12-08T02:02:12.795896+0000 mgr.a (mgr.14403) 21178 : cluster 0 pgmap v15815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:14 smithi194 bash[32038]: cluster 2023-12-08T02:02:12.795896+0000 mgr.a (mgr.14403) 21178 : cluster 0 pgmap v15815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:14 smithi135 bash[32435]: cluster 2023-12-08T02:02:12.795896+0000 mgr.a (mgr.14403) 21178 : cluster 0 pgmap v15815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:15.301 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:02:15.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:15.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:15.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:15.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:02:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:16 smithi079 bash[28699]: audit 2023-12-08T02:02:14.795063+0000 mgr.a (mgr.14403) 21179 : audit 0 from='client.419169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:16 smithi079 bash[28699]: cluster 2023-12-08T02:02:14.811218+0000 mgr.a (mgr.14403) 21180 : cluster 0 pgmap v15816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:16 smithi194 bash[32038]: audit 2023-12-08T02:02:14.795063+0000 mgr.a (mgr.14403) 21179 : audit 0 from='client.419169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:16 smithi194 bash[32038]: cluster 2023-12-08T02:02:14.811218+0000 mgr.a (mgr.14403) 21180 : cluster 0 pgmap v15816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:16 smithi135 bash[32435]: audit 2023-12-08T02:02:14.795063+0000 mgr.a (mgr.14403) 21179 : audit 0 from='client.419169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:16 smithi135 bash[32435]: cluster 2023-12-08T02:02:14.811218+0000 mgr.a (mgr.14403) 21180 : cluster 0 pgmap v15816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:18 smithi079 bash[28699]: cluster 2023-12-08T02:02:16.811987+0000 mgr.a (mgr.14403) 21181 : cluster 0 pgmap v15817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:02:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:18 smithi194 bash[32038]: cluster 2023-12-08T02:02:16.811987+0000 mgr.a (mgr.14403) 21181 : cluster 0 pgmap v15817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:02:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:18 smithi135 bash[32435]: cluster 2023-12-08T02:02:16.811987+0000 mgr.a (mgr.14403) 21181 : cluster 0 pgmap v15817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:02:20.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:02:20.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:20.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:20 smithi079 bash[28699]: cluster 2023-12-08T02:02:18.812834+0000 mgr.a (mgr.14403) 21182 : cluster 0 pgmap v15818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:20 smithi194 bash[32038]: cluster 2023-12-08T02:02:18.812834+0000 mgr.a (mgr.14403) 21182 : cluster 0 pgmap v15818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:20 smithi135 bash[32435]: cluster 2023-12-08T02:02:18.812834+0000 mgr.a (mgr.14403) 21182 : cluster 0 pgmap v15818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:21.204 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:02:21.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:21.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:21.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:21.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:02:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:22 smithi079 bash[28699]: audit 2023-12-08T02:02:20.714023+0000 mgr.a (mgr.14403) 21183 : audit 0 from='client.419247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:22 smithi079 bash[28699]: cluster 2023-12-08T02:02:20.813438+0000 mgr.a (mgr.14403) 21184 : cluster 0 pgmap v15819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:22 smithi194 bash[32038]: audit 2023-12-08T02:02:20.714023+0000 mgr.a (mgr.14403) 21183 : audit 0 from='client.419247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:22 smithi194 bash[32038]: cluster 2023-12-08T02:02:20.813438+0000 mgr.a (mgr.14403) 21184 : cluster 0 pgmap v15819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:22 smithi135 bash[32435]: audit 2023-12-08T02:02:20.714023+0000 mgr.a (mgr.14403) 21183 : audit 0 from='client.419247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:22 smithi135 bash[32435]: cluster 2023-12-08T02:02:20.813438+0000 mgr.a (mgr.14403) 21184 : cluster 0 pgmap v15819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:24 smithi079 bash[28699]: cluster 2023-12-08T02:02:22.814182+0000 mgr.a (mgr.14403) 21185 : cluster 0 pgmap v15820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:24 smithi194 bash[32038]: cluster 2023-12-08T02:02:22.814182+0000 mgr.a (mgr.14403) 21185 : cluster 0 pgmap v15820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:24 smithi135 bash[32435]: cluster 2023-12-08T02:02:22.814182+0000 mgr.a (mgr.14403) 21185 : cluster 0 pgmap v15820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:26.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:02:26.207 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:26.207 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:26 smithi079 bash[28699]: cluster 2023-12-08T02:02:24.815033+0000 mgr.a (mgr.14403) 21186 : cluster 0 pgmap v15821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:26 smithi194 bash[32038]: cluster 2023-12-08T02:02:24.815033+0000 mgr.a (mgr.14403) 21186 : cluster 0 pgmap v15821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:26 smithi135 bash[32435]: cluster 2023-12-08T02:02:24.815033+0000 mgr.a (mgr.14403) 21186 : cluster 0 pgmap v15821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:27.104 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:02:27.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:27.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:27.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:27.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:02:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:27 smithi079 bash[28699]: audit 2023-12-08T02:02:26.615889+0000 mgr.a (mgr.14403) 21187 : audit 0 from='client.419322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:27 smithi079 bash[28699]: cluster 2023-12-08T02:02:26.815804+0000 mgr.a (mgr.14403) 21188 : cluster 0 pgmap v15822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:27 smithi194 bash[32038]: audit 2023-12-08T02:02:26.615889+0000 mgr.a (mgr.14403) 21187 : audit 0 from='client.419322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:27 smithi194 bash[32038]: cluster 2023-12-08T02:02:26.815804+0000 mgr.a (mgr.14403) 21188 : cluster 0 pgmap v15822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:27 smithi135 bash[32435]: audit 2023-12-08T02:02:26.615889+0000 mgr.a (mgr.14403) 21187 : audit 0 from='client.419322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:27 smithi135 bash[32435]: cluster 2023-12-08T02:02:26.815804+0000 mgr.a (mgr.14403) 21188 : cluster 0 pgmap v15822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:30 smithi194 bash[32038]: cluster 2023-12-08T02:02:28.816780+0000 mgr.a (mgr.14403) 21189 : cluster 0 pgmap v15823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:30 smithi135 bash[32435]: cluster 2023-12-08T02:02:28.816780+0000 mgr.a (mgr.14403) 21189 : cluster 0 pgmap v15823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:30 smithi079 bash[28699]: cluster 2023-12-08T02:02:28.816780+0000 mgr.a (mgr.14403) 21189 : cluster 0 pgmap v15823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:32.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:02:32.108 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:32.109 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:32 smithi194 bash[32038]: cluster 2023-12-08T02:02:30.817296+0000 mgr.a (mgr.14403) 21190 : cluster 0 pgmap v15824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:32 smithi135 bash[32435]: cluster 2023-12-08T02:02:30.817296+0000 mgr.a (mgr.14403) 21190 : cluster 0 pgmap v15824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:32 smithi079 bash[28699]: cluster 2023-12-08T02:02:30.817296+0000 mgr.a (mgr.14403) 21190 : cluster 0 pgmap v15824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:33.018 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:02:33.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:33.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:33.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:33.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:02:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:34 smithi194 bash[32038]: audit 2023-12-08T02:02:32.512368+0000 mgr.a (mgr.14403) 21191 : audit 0 from='client.419397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:34 smithi194 bash[32038]: cluster 2023-12-08T02:02:32.818050+0000 mgr.a (mgr.14403) 21192 : cluster 0 pgmap v15825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:34 smithi135 bash[32435]: audit 2023-12-08T02:02:32.512368+0000 mgr.a (mgr.14403) 21191 : audit 0 from='client.419397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:34 smithi135 bash[32435]: cluster 2023-12-08T02:02:32.818050+0000 mgr.a (mgr.14403) 21192 : cluster 0 pgmap v15825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:34 smithi079 bash[28699]: audit 2023-12-08T02:02:32.512368+0000 mgr.a (mgr.14403) 21191 : audit 0 from='client.419397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:34 smithi079 bash[28699]: cluster 2023-12-08T02:02:32.818050+0000 mgr.a (mgr.14403) 21192 : cluster 0 pgmap v15825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:36 smithi135 bash[32435]: cluster 2023-12-08T02:02:34.818963+0000 mgr.a (mgr.14403) 21193 : cluster 0 pgmap v15826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:36 smithi079 bash[28699]: cluster 2023-12-08T02:02:34.818963+0000 mgr.a (mgr.14403) 21193 : cluster 0 pgmap v15826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:36 smithi194 bash[32038]: cluster 2023-12-08T02:02:34.818963+0000 mgr.a (mgr.14403) 21193 : cluster 0 pgmap v15826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:02:38.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:02:38.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:38.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:38 smithi079 bash[28699]: cluster 2023-12-08T02:02:36.819520+0000 mgr.a (mgr.14403) 21194 : cluster 0 pgmap v15827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:38 smithi194 bash[32038]: cluster 2023-12-08T02:02:36.819520+0000 mgr.a (mgr.14403) 21194 : cluster 0 pgmap v15827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:38 smithi135 bash[32435]: cluster 2023-12-08T02:02:36.819520+0000 mgr.a (mgr.14403) 21194 : cluster 0 pgmap v15827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:38.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:38.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:38.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:38.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:02:38.907 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:02:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:40 smithi079 bash[28699]: audit 2023-12-08T02:02:38.426710+0000 mgr.a (mgr.14403) 21195 : audit 0 from='client.419475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:40 smithi079 bash[28699]: cluster 2023-12-08T02:02:38.820610+0000 mgr.a (mgr.14403) 21196 : cluster 0 pgmap v15828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:02:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:40 smithi194 bash[32038]: audit 2023-12-08T02:02:38.426710+0000 mgr.a (mgr.14403) 21195 : audit 0 from='client.419475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:40 smithi194 bash[32038]: cluster 2023-12-08T02:02:38.820610+0000 mgr.a (mgr.14403) 21196 : cluster 0 pgmap v15828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:02:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:40 smithi135 bash[32435]: audit 2023-12-08T02:02:38.426710+0000 mgr.a (mgr.14403) 21195 : audit 0 from='client.419475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:40 smithi135 bash[32435]: cluster 2023-12-08T02:02:38.820610+0000 mgr.a (mgr.14403) 21196 : cluster 0 pgmap v15828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:02:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:42 smithi079 bash[28699]: cluster 2023-12-08T02:02:40.821196+0000 mgr.a (mgr.14403) 21197 : cluster 0 pgmap v15829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:02:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:42 smithi194 bash[32038]: cluster 2023-12-08T02:02:40.821196+0000 mgr.a (mgr.14403) 21197 : cluster 0 pgmap v15829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:02:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:42 smithi135 bash[32435]: cluster 2023-12-08T02:02:40.821196+0000 mgr.a (mgr.14403) 21197 : cluster 0 pgmap v15829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:02:43.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:02:43.910 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:43.910 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:44 smithi079 bash[28699]: cluster 2023-12-08T02:02:42.821758+0000 mgr.a (mgr.14403) 21198 : cluster 0 pgmap v15830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:02:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:44 smithi194 bash[32038]: cluster 2023-12-08T02:02:42.821758+0000 mgr.a (mgr.14403) 21198 : cluster 0 pgmap v15830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:02:44.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:44 smithi135 bash[32435]: cluster 2023-12-08T02:02:42.821758+0000 mgr.a (mgr.14403) 21198 : cluster 0 pgmap v15830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:02:44.792 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:02:44.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:44.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:44.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:44.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:02:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:46 smithi079 bash[28699]: audit 2023-12-08T02:02:44.310498+0000 mgr.a (mgr.14403) 21199 : audit 0 from='client.419553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:46 smithi079 bash[28699]: cluster 2023-12-08T02:02:44.822871+0000 mgr.a (mgr.14403) 21200 : cluster 0 pgmap v15831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:46 smithi194 bash[32038]: audit 2023-12-08T02:02:44.310498+0000 mgr.a (mgr.14403) 21199 : audit 0 from='client.419553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:46 smithi194 bash[32038]: cluster 2023-12-08T02:02:44.822871+0000 mgr.a (mgr.14403) 21200 : cluster 0 pgmap v15831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:46 smithi135 bash[32435]: audit 2023-12-08T02:02:44.310498+0000 mgr.a (mgr.14403) 21199 : audit 0 from='client.419553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:46 smithi135 bash[32435]: cluster 2023-12-08T02:02:44.822871+0000 mgr.a (mgr.14403) 21200 : cluster 0 pgmap v15831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:48 smithi079 bash[28699]: cluster 2023-12-08T02:02:46.823500+0000 mgr.a (mgr.14403) 21201 : cluster 0 pgmap v15832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:48 smithi194 bash[32038]: cluster 2023-12-08T02:02:46.823500+0000 mgr.a (mgr.14403) 21201 : cluster 0 pgmap v15832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:48 smithi135 bash[32435]: cluster 2023-12-08T02:02:46.823500+0000 mgr.a (mgr.14403) 21201 : cluster 0 pgmap v15832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:02:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:49 smithi079 bash[28699]: audit 2023-12-08T02:02:49.100335+0000 mon.a (mon.0) 3381 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:02:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:49 smithi194 bash[32038]: audit 2023-12-08T02:02:49.100335+0000 mon.a (mon.0) 3381 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:02:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:49 smithi135 bash[32435]: audit 2023-12-08T02:02:49.100335+0000 mon.a (mon.0) 3381 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:02:49.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:02:49.794 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:49.794 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:50 smithi079 bash[28699]: cluster 2023-12-08T02:02:48.824299+0000 mgr.a (mgr.14403) 21202 : cluster 0 pgmap v15833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:50 smithi079 bash[28699]: audit 2023-12-08T02:02:49.837821+0000 mon.a (mon.0) 3382 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:02:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:50 smithi079 bash[28699]: audit 2023-12-08T02:02:49.839266+0000 mon.a (mon.0) 3383 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:02:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:50 smithi079 bash[28699]: audit 2023-12-08T02:02:49.847504+0000 mon.a (mon.0) 3384 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:02:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:50 smithi194 bash[32038]: cluster 2023-12-08T02:02:48.824299+0000 mgr.a (mgr.14403) 21202 : cluster 0 pgmap v15833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:50 smithi194 bash[32038]: audit 2023-12-08T02:02:49.837821+0000 mon.a (mon.0) 3382 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:02:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:50 smithi194 bash[32038]: audit 2023-12-08T02:02:49.839266+0000 mon.a (mon.0) 3383 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:02:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:50 smithi194 bash[32038]: audit 2023-12-08T02:02:49.847504+0000 mon.a (mon.0) 3384 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:02:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:50 smithi135 bash[32435]: cluster 2023-12-08T02:02:48.824299+0000 mgr.a (mgr.14403) 21202 : cluster 0 pgmap v15833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:50.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:50 smithi135 bash[32435]: audit 2023-12-08T02:02:49.837821+0000 mon.a (mon.0) 3382 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:02:50.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:50 smithi135 bash[32435]: audit 2023-12-08T02:02:49.839266+0000 mon.a (mon.0) 3383 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:02:50.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:50 smithi135 bash[32435]: audit 2023-12-08T02:02:49.847504+0000 mon.a (mon.0) 3384 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:02:50.716 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:02:50.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:50.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:50.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:50.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:02:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:51 smithi079 bash[28699]: audit 2023-12-08T02:02:50.200331+0000 mgr.a (mgr.14403) 21203 : audit 0 from='client.419631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:51 smithi194 bash[32038]: audit 2023-12-08T02:02:50.200331+0000 mgr.a (mgr.14403) 21203 : audit 0 from='client.419631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:51 smithi135 bash[32435]: audit 2023-12-08T02:02:50.200331+0000 mgr.a (mgr.14403) 21203 : audit 0 from='client.419631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:52 smithi079 bash[28699]: cluster 2023-12-08T02:02:50.825062+0000 mgr.a (mgr.14403) 21204 : cluster 0 pgmap v15834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:02:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:52 smithi194 bash[32038]: cluster 2023-12-08T02:02:50.825062+0000 mgr.a (mgr.14403) 21204 : cluster 0 pgmap v15834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:02:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:52 smithi135 bash[32435]: cluster 2023-12-08T02:02:50.825062+0000 mgr.a (mgr.14403) 21204 : cluster 0 pgmap v15834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:02:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:54 smithi079 bash[28699]: cluster 2023-12-08T02:02:52.825690+0000 mgr.a (mgr.14403) 21205 : cluster 0 pgmap v15835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:02:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:54 smithi194 bash[32038]: cluster 2023-12-08T02:02:52.825690+0000 mgr.a (mgr.14403) 21205 : cluster 0 pgmap v15835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:02:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:54 smithi135 bash[32435]: cluster 2023-12-08T02:02:52.825690+0000 mgr.a (mgr.14403) 21205 : cluster 0 pgmap v15835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:02:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:55 smithi079 bash[28699]: cluster 2023-12-08T02:02:54.826511+0000 mgr.a (mgr.14403) 21206 : cluster 0 pgmap v15836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:02:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:55 smithi194 bash[32038]: cluster 2023-12-08T02:02:54.826511+0000 mgr.a (mgr.14403) 21206 : cluster 0 pgmap v15836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:02:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:55 smithi135 bash[32435]: cluster 2023-12-08T02:02:54.826511+0000 mgr.a (mgr.14403) 21206 : cluster 0 pgmap v15836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:02:55.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:02:55.721 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:02:55.721 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:02:56.616 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:02:56.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:02:56.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:02:56.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:02:56.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:02:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:56 smithi079 bash[28699]: audit 2023-12-08T02:02:56.118022+0000 mgr.a (mgr.14403) 21207 : audit 0 from='client.419700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:56 smithi194 bash[32038]: audit 2023-12-08T02:02:56.118022+0000 mgr.a (mgr.14403) 21207 : audit 0 from='client.419700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:56 smithi135 bash[32435]: audit 2023-12-08T02:02:56.118022+0000 mgr.a (mgr.14403) 21207 : audit 0 from='client.419700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:02:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:02:57 smithi079 bash[28699]: cluster 2023-12-08T02:02:56.827320+0000 mgr.a (mgr.14403) 21208 : cluster 0 pgmap v15837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:02:57 smithi194 bash[32038]: cluster 2023-12-08T02:02:56.827320+0000 mgr.a (mgr.14403) 21208 : cluster 0 pgmap v15837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:02:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:02:57 smithi135 bash[32435]: cluster 2023-12-08T02:02:56.827320+0000 mgr.a (mgr.14403) 21208 : cluster 0 pgmap v15837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:00 smithi135 bash[32435]: cluster 2023-12-08T02:02:58.828147+0000 mgr.a (mgr.14403) 21209 : cluster 0 pgmap v15838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:00 smithi079 bash[28699]: cluster 2023-12-08T02:02:58.828147+0000 mgr.a (mgr.14403) 21209 : cluster 0 pgmap v15838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:00 smithi194 bash[32038]: cluster 2023-12-08T02:02:58.828147+0000 mgr.a (mgr.14403) 21209 : cluster 0 pgmap v15838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:01.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:03:01.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:01.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:02.505 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:03:02.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:02.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:02.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:02.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:03:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:02 smithi079 bash[28699]: cluster 2023-12-08T02:03:00.828690+0000 mgr.a (mgr.14403) 21210 : cluster 0 pgmap v15839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:02 smithi194 bash[32038]: cluster 2023-12-08T02:03:00.828690+0000 mgr.a (mgr.14403) 21210 : cluster 0 pgmap v15839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:02 smithi135 bash[32435]: cluster 2023-12-08T02:03:00.828690+0000 mgr.a (mgr.14403) 21210 : cluster 0 pgmap v15839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:03 smithi079 bash[28699]: audit 2023-12-08T02:03:02.019054+0000 mgr.a (mgr.14403) 21211 : audit 0 from='client.419778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:03 smithi194 bash[32038]: audit 2023-12-08T02:03:02.019054+0000 mgr.a (mgr.14403) 21211 : audit 0 from='client.419778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:03 smithi135 bash[32435]: audit 2023-12-08T02:03:02.019054+0000 mgr.a (mgr.14403) 21211 : audit 0 from='client.419778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:04 smithi079 bash[28699]: cluster 2023-12-08T02:03:02.829471+0000 mgr.a (mgr.14403) 21212 : cluster 0 pgmap v15840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:04 smithi194 bash[32038]: cluster 2023-12-08T02:03:02.829471+0000 mgr.a (mgr.14403) 21212 : cluster 0 pgmap v15840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:04 smithi135 bash[32435]: cluster 2023-12-08T02:03:02.829471+0000 mgr.a (mgr.14403) 21212 : cluster 0 pgmap v15840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:06 smithi079 bash[28699]: cluster 2023-12-08T02:03:04.830313+0000 mgr.a (mgr.14403) 21213 : cluster 0 pgmap v15841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:06 smithi194 bash[32038]: cluster 2023-12-08T02:03:04.830313+0000 mgr.a (mgr.14403) 21213 : cluster 0 pgmap v15841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:06 smithi135 bash[32435]: cluster 2023-12-08T02:03:04.830313+0000 mgr.a (mgr.14403) 21213 : cluster 0 pgmap v15841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:07.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:03:07.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:07.508 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:08.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:08.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:08.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:08.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:03:08.407 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:03:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:08 smithi079 bash[28699]: cluster 2023-12-08T02:03:06.830874+0000 mgr.a (mgr.14403) 21214 : cluster 0 pgmap v15842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:08 smithi194 bash[32038]: cluster 2023-12-08T02:03:06.830874+0000 mgr.a (mgr.14403) 21214 : cluster 0 pgmap v15842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:08.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:08 smithi135 bash[32435]: cluster 2023-12-08T02:03:06.830874+0000 mgr.a (mgr.14403) 21214 : cluster 0 pgmap v15842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:09 smithi079 bash[28699]: audit 2023-12-08T02:03:07.912009+0000 mgr.a (mgr.14403) 21215 : audit 0 from='client.419853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:09 smithi194 bash[32038]: audit 2023-12-08T02:03:07.912009+0000 mgr.a (mgr.14403) 21215 : audit 0 from='client.419853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:09 smithi135 bash[32435]: audit 2023-12-08T02:03:07.912009+0000 mgr.a (mgr.14403) 21215 : audit 0 from='client.419853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:10 smithi079 bash[28699]: cluster 2023-12-08T02:03:08.831773+0000 mgr.a (mgr.14403) 21216 : cluster 0 pgmap v15843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:10 smithi194 bash[32038]: cluster 2023-12-08T02:03:08.831773+0000 mgr.a (mgr.14403) 21216 : cluster 0 pgmap v15843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:10.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:10 smithi135 bash[32435]: cluster 2023-12-08T02:03:08.831773+0000 mgr.a (mgr.14403) 21216 : cluster 0 pgmap v15843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:12 smithi079 bash[28699]: cluster 2023-12-08T02:03:10.832360+0000 mgr.a (mgr.14403) 21217 : cluster 0 pgmap v15844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:12 smithi194 bash[32038]: cluster 2023-12-08T02:03:10.832360+0000 mgr.a (mgr.14403) 21217 : cluster 0 pgmap v15844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:12 smithi135 bash[32435]: cluster 2023-12-08T02:03:10.832360+0000 mgr.a (mgr.14403) 21217 : cluster 0 pgmap v15844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:13.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:03:13.410 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:13.410 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:14.335 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:03:14.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:14.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:14.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:14.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:03:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:14 smithi079 bash[28699]: cluster 2023-12-08T02:03:12.832944+0000 mgr.a (mgr.14403) 21218 : cluster 0 pgmap v15845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:14 smithi194 bash[32038]: cluster 2023-12-08T02:03:12.832944+0000 mgr.a (mgr.14403) 21218 : cluster 0 pgmap v15845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:14 smithi135 bash[32435]: cluster 2023-12-08T02:03:12.832944+0000 mgr.a (mgr.14403) 21218 : cluster 0 pgmap v15845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:15 smithi079 bash[28699]: audit 2023-12-08T02:03:13.809803+0000 mgr.a (mgr.14403) 21219 : audit 0 from='client.419928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:15 smithi194 bash[32038]: audit 2023-12-08T02:03:13.809803+0000 mgr.a (mgr.14403) 21219 : audit 0 from='client.419928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:15 smithi135 bash[32435]: audit 2023-12-08T02:03:13.809803+0000 mgr.a (mgr.14403) 21219 : audit 0 from='client.419928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:16 smithi079 bash[28699]: cluster 2023-12-08T02:03:14.834043+0000 mgr.a (mgr.14403) 21220 : cluster 0 pgmap v15846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:16 smithi194 bash[32038]: cluster 2023-12-08T02:03:14.834043+0000 mgr.a (mgr.14403) 21220 : cluster 0 pgmap v15846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:16 smithi135 bash[32435]: cluster 2023-12-08T02:03:14.834043+0000 mgr.a (mgr.14403) 21220 : cluster 0 pgmap v15846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:18 smithi079 bash[28699]: cluster 2023-12-08T02:03:16.834778+0000 mgr.a (mgr.14403) 21221 : cluster 0 pgmap v15847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:18 smithi194 bash[32038]: cluster 2023-12-08T02:03:16.834778+0000 mgr.a (mgr.14403) 21221 : cluster 0 pgmap v15847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:18 smithi135 bash[32435]: cluster 2023-12-08T02:03:16.834778+0000 mgr.a (mgr.14403) 21221 : cluster 0 pgmap v15847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:19.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:03:19.338 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:19.338 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:20.260 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:03:20.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:20.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:20.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:20.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:03:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:20 smithi079 bash[28699]: cluster 2023-12-08T02:03:18.835589+0000 mgr.a (mgr.14403) 21222 : cluster 0 pgmap v15848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:20 smithi194 bash[32038]: cluster 2023-12-08T02:03:18.835589+0000 mgr.a (mgr.14403) 21222 : cluster 0 pgmap v15848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:20 smithi135 bash[32435]: cluster 2023-12-08T02:03:18.835589+0000 mgr.a (mgr.14403) 21222 : cluster 0 pgmap v15848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:21 smithi079 bash[28699]: audit 2023-12-08T02:03:19.745356+0000 mgr.a (mgr.14403) 21223 : audit 0 from='client.420000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:21 smithi194 bash[32038]: audit 2023-12-08T02:03:19.745356+0000 mgr.a (mgr.14403) 21223 : audit 0 from='client.420000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:21 smithi135 bash[32435]: audit 2023-12-08T02:03:19.745356+0000 mgr.a (mgr.14403) 21223 : audit 0 from='client.420000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:22 smithi079 bash[28699]: cluster 2023-12-08T02:03:20.836266+0000 mgr.a (mgr.14403) 21224 : cluster 0 pgmap v15849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:22 smithi194 bash[32038]: cluster 2023-12-08T02:03:20.836266+0000 mgr.a (mgr.14403) 21224 : cluster 0 pgmap v15849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:22 smithi135 bash[32435]: cluster 2023-12-08T02:03:20.836266+0000 mgr.a (mgr.14403) 21224 : cluster 0 pgmap v15849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:23 smithi079 bash[28699]: cluster 2023-12-08T02:03:22.836883+0000 mgr.a (mgr.14403) 21225 : cluster 0 pgmap v15850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:23 smithi194 bash[32038]: cluster 2023-12-08T02:03:22.836883+0000 mgr.a (mgr.14403) 21225 : cluster 0 pgmap v15850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:23 smithi135 bash[32435]: cluster 2023-12-08T02:03:22.836883+0000 mgr.a (mgr.14403) 21225 : cluster 0 pgmap v15850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:25.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:03:25.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:25.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:26.194 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:03:26.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:26.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:26.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:26.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:03:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:26 smithi079 bash[28699]: cluster 2023-12-08T02:03:24.837709+0000 mgr.a (mgr.14403) 21226 : cluster 0 pgmap v15851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:26 smithi194 bash[32038]: cluster 2023-12-08T02:03:24.837709+0000 mgr.a (mgr.14403) 21226 : cluster 0 pgmap v15851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:26 smithi135 bash[32435]: cluster 2023-12-08T02:03:24.837709+0000 mgr.a (mgr.14403) 21226 : cluster 0 pgmap v15851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:27 smithi079 bash[28699]: audit 2023-12-08T02:03:25.672370+0000 mgr.a (mgr.14403) 21227 : audit 0 from='client.420078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:27 smithi194 bash[32038]: audit 2023-12-08T02:03:25.672370+0000 mgr.a (mgr.14403) 21227 : audit 0 from='client.420078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:27 smithi135 bash[32435]: audit 2023-12-08T02:03:25.672370+0000 mgr.a (mgr.14403) 21227 : audit 0 from='client.420078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:28 smithi079 bash[28699]: cluster 2023-12-08T02:03:26.838412+0000 mgr.a (mgr.14403) 21228 : cluster 0 pgmap v15852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:28 smithi194 bash[32038]: cluster 2023-12-08T02:03:26.838412+0000 mgr.a (mgr.14403) 21228 : cluster 0 pgmap v15852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:28 smithi135 bash[32435]: cluster 2023-12-08T02:03:26.838412+0000 mgr.a (mgr.14403) 21228 : cluster 0 pgmap v15852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:30 smithi079 bash[28699]: cluster 2023-12-08T02:03:28.839279+0000 mgr.a (mgr.14403) 21229 : cluster 0 pgmap v15853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:30 smithi194 bash[32038]: cluster 2023-12-08T02:03:28.839279+0000 mgr.a (mgr.14403) 21229 : cluster 0 pgmap v15853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:30 smithi135 bash[32435]: cluster 2023-12-08T02:03:28.839279+0000 mgr.a (mgr.14403) 21229 : cluster 0 pgmap v15853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:31.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:03:31.196 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:31.197 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:32.116 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:03:32.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:32.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:32.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:32.117 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:03:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:32 smithi079 bash[28699]: cluster 2023-12-08T02:03:30.839890+0000 mgr.a (mgr.14403) 21230 : cluster 0 pgmap v15854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:32 smithi194 bash[32038]: cluster 2023-12-08T02:03:30.839890+0000 mgr.a (mgr.14403) 21230 : cluster 0 pgmap v15854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:32 smithi135 bash[32435]: cluster 2023-12-08T02:03:30.839890+0000 mgr.a (mgr.14403) 21230 : cluster 0 pgmap v15854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:33 smithi079 bash[28699]: audit 2023-12-08T02:03:31.611780+0000 mgr.a (mgr.14403) 21231 : audit 0 from='client.420153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:33 smithi194 bash[32038]: audit 2023-12-08T02:03:31.611780+0000 mgr.a (mgr.14403) 21231 : audit 0 from='client.420153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:33 smithi135 bash[32435]: audit 2023-12-08T02:03:31.611780+0000 mgr.a (mgr.14403) 21231 : audit 0 from='client.420153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:34 smithi079 bash[28699]: cluster 2023-12-08T02:03:32.840640+0000 mgr.a (mgr.14403) 21232 : cluster 0 pgmap v15855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:34 smithi194 bash[32038]: cluster 2023-12-08T02:03:32.840640+0000 mgr.a (mgr.14403) 21232 : cluster 0 pgmap v15855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:34 smithi135 bash[32435]: cluster 2023-12-08T02:03:32.840640+0000 mgr.a (mgr.14403) 21232 : cluster 0 pgmap v15855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:36 smithi079 bash[28699]: cluster 2023-12-08T02:03:34.841477+0000 mgr.a (mgr.14403) 21233 : cluster 0 pgmap v15856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:36 smithi194 bash[32038]: cluster 2023-12-08T02:03:34.841477+0000 mgr.a (mgr.14403) 21233 : cluster 0 pgmap v15856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:36 smithi135 bash[32435]: cluster 2023-12-08T02:03:34.841477+0000 mgr.a (mgr.14403) 21233 : cluster 0 pgmap v15856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:37.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:03:37.120 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:37.121 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:38.023 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:03:38.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:38.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:38.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:38.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:03:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:38 smithi079 bash[28699]: cluster 2023-12-08T02:03:36.842027+0000 mgr.a (mgr.14403) 21234 : cluster 0 pgmap v15857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:38 smithi194 bash[32038]: cluster 2023-12-08T02:03:36.842027+0000 mgr.a (mgr.14403) 21234 : cluster 0 pgmap v15857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:38 smithi135 bash[32435]: cluster 2023-12-08T02:03:36.842027+0000 mgr.a (mgr.14403) 21234 : cluster 0 pgmap v15857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:39 smithi079 bash[28699]: audit 2023-12-08T02:03:37.523860+0000 mgr.a (mgr.14403) 21235 : audit 0 from='client.420225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:39 smithi194 bash[32038]: audit 2023-12-08T02:03:37.523860+0000 mgr.a (mgr.14403) 21235 : audit 0 from='client.420225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:39 smithi135 bash[32435]: audit 2023-12-08T02:03:37.523860+0000 mgr.a (mgr.14403) 21235 : audit 0 from='client.420225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:40 smithi079 bash[28699]: cluster 2023-12-08T02:03:38.842957+0000 mgr.a (mgr.14403) 21236 : cluster 0 pgmap v15858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:40 smithi194 bash[32038]: cluster 2023-12-08T02:03:38.842957+0000 mgr.a (mgr.14403) 21236 : cluster 0 pgmap v15858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:40 smithi135 bash[32435]: cluster 2023-12-08T02:03:38.842957+0000 mgr.a (mgr.14403) 21236 : cluster 0 pgmap v15858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:03:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:42 smithi079 bash[28699]: cluster 2023-12-08T02:03:40.843524+0000 mgr.a (mgr.14403) 21237 : cluster 0 pgmap v15859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:42 smithi194 bash[32038]: cluster 2023-12-08T02:03:40.843524+0000 mgr.a (mgr.14403) 21237 : cluster 0 pgmap v15859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:42 smithi135 bash[32435]: cluster 2023-12-08T02:03:40.843524+0000 mgr.a (mgr.14403) 21237 : cluster 0 pgmap v15859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:43.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:03:43.027 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:43.027 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:43.953 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:03:43.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:43.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:43.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:43.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:03:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:44 smithi079 bash[28699]: cluster 2023-12-08T02:03:42.844090+0000 mgr.a (mgr.14403) 21238 : cluster 0 pgmap v15860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:44 smithi194 bash[32038]: cluster 2023-12-08T02:03:42.844090+0000 mgr.a (mgr.14403) 21238 : cluster 0 pgmap v15860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:44.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:44 smithi135 bash[32435]: cluster 2023-12-08T02:03:42.844090+0000 mgr.a (mgr.14403) 21238 : cluster 0 pgmap v15860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:45 smithi079 bash[28699]: audit 2023-12-08T02:03:43.437601+0000 mgr.a (mgr.14403) 21239 : audit 0 from='client.420303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:45 smithi194 bash[32038]: audit 2023-12-08T02:03:43.437601+0000 mgr.a (mgr.14403) 21239 : audit 0 from='client.420303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:45 smithi135 bash[32435]: audit 2023-12-08T02:03:43.437601+0000 mgr.a (mgr.14403) 21239 : audit 0 from='client.420303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:46 smithi079 bash[28699]: cluster 2023-12-08T02:03:44.845027+0000 mgr.a (mgr.14403) 21240 : cluster 0 pgmap v15861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:03:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:46 smithi194 bash[32038]: cluster 2023-12-08T02:03:44.845027+0000 mgr.a (mgr.14403) 21240 : cluster 0 pgmap v15861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:03:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:46 smithi135 bash[32435]: cluster 2023-12-08T02:03:44.845027+0000 mgr.a (mgr.14403) 21240 : cluster 0 pgmap v15861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:03:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:47 smithi079 bash[28699]: cluster 2023-12-08T02:03:46.845617+0000 mgr.a (mgr.14403) 21241 : cluster 0 pgmap v15862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:03:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:47 smithi194 bash[32038]: cluster 2023-12-08T02:03:46.845617+0000 mgr.a (mgr.14403) 21241 : cluster 0 pgmap v15862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:03:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:47 smithi135 bash[32435]: cluster 2023-12-08T02:03:46.845617+0000 mgr.a (mgr.14403) 21241 : cluster 0 pgmap v15862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:03:48.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:03:48.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:48.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:49.877 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:03:49.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:49.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:49.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:49.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:03:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:50 smithi079 bash[28699]: cluster 2023-12-08T02:03:48.846331+0000 mgr.a (mgr.14403) 21242 : cluster 0 pgmap v15863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:50 smithi079 bash[28699]: audit 2023-12-08T02:03:49.950734+0000 mon.a (mon.0) 3385 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:03:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:50 smithi194 bash[32038]: cluster 2023-12-08T02:03:48.846331+0000 mgr.a (mgr.14403) 21242 : cluster 0 pgmap v15863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:50 smithi194 bash[32038]: audit 2023-12-08T02:03:49.950734+0000 mon.a (mon.0) 3385 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:03:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:50 smithi135 bash[32435]: cluster 2023-12-08T02:03:48.846331+0000 mgr.a (mgr.14403) 21242 : cluster 0 pgmap v15863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:50 smithi135 bash[32435]: audit 2023-12-08T02:03:49.950734+0000 mon.a (mon.0) 3385 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:03:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:51 smithi079 bash[28699]: audit 2023-12-08T02:03:49.365251+0000 mgr.a (mgr.14403) 21243 : audit 0 from='client.420381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:51 smithi079 bash[28699]: audit 2023-12-08T02:03:50.692302+0000 mon.a (mon.0) 3386 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:03:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:51 smithi079 bash[28699]: audit 2023-12-08T02:03:50.694347+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:03:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:51 smithi079 bash[28699]: audit 2023-12-08T02:03:50.705422+0000 mon.a (mon.0) 3388 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:03:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:51 smithi194 bash[32038]: audit 2023-12-08T02:03:49.365251+0000 mgr.a (mgr.14403) 21243 : audit 0 from='client.420381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:51 smithi194 bash[32038]: audit 2023-12-08T02:03:50.692302+0000 mon.a (mon.0) 3386 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:03:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:51 smithi194 bash[32038]: audit 2023-12-08T02:03:50.694347+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:03:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:51 smithi194 bash[32038]: audit 2023-12-08T02:03:50.705422+0000 mon.a (mon.0) 3388 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:03:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:51 smithi135 bash[32435]: audit 2023-12-08T02:03:49.365251+0000 mgr.a (mgr.14403) 21243 : audit 0 from='client.420381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:51 smithi135 bash[32435]: audit 2023-12-08T02:03:50.692302+0000 mon.a (mon.0) 3386 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:03:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:51 smithi135 bash[32435]: audit 2023-12-08T02:03:50.694347+0000 mon.a (mon.0) 3387 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:03:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:51 smithi135 bash[32435]: audit 2023-12-08T02:03:50.705422+0000 mon.a (mon.0) 3388 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:03:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:52 smithi079 bash[28699]: cluster 2023-12-08T02:03:50.846993+0000 mgr.a (mgr.14403) 21244 : cluster 0 pgmap v15864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:52 smithi194 bash[32038]: cluster 2023-12-08T02:03:50.846993+0000 mgr.a (mgr.14403) 21244 : cluster 0 pgmap v15864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:52 smithi135 bash[32435]: cluster 2023-12-08T02:03:50.846993+0000 mgr.a (mgr.14403) 21244 : cluster 0 pgmap v15864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:54 smithi079 bash[28699]: cluster 2023-12-08T02:03:52.847540+0000 mgr.a (mgr.14403) 21245 : cluster 0 pgmap v15865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:54 smithi194 bash[32038]: cluster 2023-12-08T02:03:52.847540+0000 mgr.a (mgr.14403) 21245 : cluster 0 pgmap v15865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:54 smithi135 bash[32435]: cluster 2023-12-08T02:03:52.847540+0000 mgr.a (mgr.14403) 21245 : cluster 0 pgmap v15865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:03:54.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:03:54.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:03:54.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:03:55.796 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:03:55.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:03:55.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:03:55.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:03:55.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:03:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:56 smithi079 bash[28699]: cluster 2023-12-08T02:03:54.848391+0000 mgr.a (mgr.14403) 21246 : cluster 0 pgmap v15866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:56 smithi194 bash[32038]: cluster 2023-12-08T02:03:54.848391+0000 mgr.a (mgr.14403) 21246 : cluster 0 pgmap v15866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:56 smithi135 bash[32435]: cluster 2023-12-08T02:03:54.848391+0000 mgr.a (mgr.14403) 21246 : cluster 0 pgmap v15866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:03:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:57 smithi079 bash[28699]: audit 2023-12-08T02:03:55.287387+0000 mgr.a (mgr.14403) 21247 : audit 0 from='client.420459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:57 smithi194 bash[32038]: audit 2023-12-08T02:03:55.287387+0000 mgr.a (mgr.14403) 21247 : audit 0 from='client.420459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:57 smithi135 bash[32435]: audit 2023-12-08T02:03:55.287387+0000 mgr.a (mgr.14403) 21247 : audit 0 from='client.420459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:03:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:03:58 smithi079 bash[28699]: cluster 2023-12-08T02:03:56.849021+0000 mgr.a (mgr.14403) 21248 : cluster 0 pgmap v15867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:03:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:03:58 smithi194 bash[32038]: cluster 2023-12-08T02:03:56.849021+0000 mgr.a (mgr.14403) 21248 : cluster 0 pgmap v15867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:03:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:03:58 smithi135 bash[32435]: cluster 2023-12-08T02:03:56.849021+0000 mgr.a (mgr.14403) 21248 : cluster 0 pgmap v15867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:04:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:00 smithi079 bash[28699]: cluster 2023-12-08T02:03:58.849859+0000 mgr.a (mgr.14403) 21249 : cluster 0 pgmap v15868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:04:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:00 smithi194 bash[32038]: cluster 2023-12-08T02:03:58.849859+0000 mgr.a (mgr.14403) 21249 : cluster 0 pgmap v15868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:04:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:00 smithi135 bash[32435]: cluster 2023-12-08T02:03:58.849859+0000 mgr.a (mgr.14403) 21249 : cluster 0 pgmap v15868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:04:00.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:04:00.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:00.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:01.707 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:04:01.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:01.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:01.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:01.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:04:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:02 smithi079 bash[28699]: cluster 2023-12-08T02:04:00.850294+0000 mgr.a (mgr.14403) 21250 : cluster 0 pgmap v15869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:02 smithi079 bash[28699]: audit 2023-12-08T02:04:01.205502+0000 mgr.a (mgr.14403) 21251 : audit 0 from='client.420537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:02 smithi194 bash[32038]: cluster 2023-12-08T02:04:00.850294+0000 mgr.a (mgr.14403) 21250 : cluster 0 pgmap v15869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:02 smithi194 bash[32038]: audit 2023-12-08T02:04:01.205502+0000 mgr.a (mgr.14403) 21251 : audit 0 from='client.420537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:02 smithi135 bash[32435]: cluster 2023-12-08T02:04:00.850294+0000 mgr.a (mgr.14403) 21250 : cluster 0 pgmap v15869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:02 smithi135 bash[32435]: audit 2023-12-08T02:04:01.205502+0000 mgr.a (mgr.14403) 21251 : audit 0 from='client.420537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:04 smithi079 bash[28699]: cluster 2023-12-08T02:04:02.850894+0000 mgr.a (mgr.14403) 21252 : cluster 0 pgmap v15870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:04 smithi194 bash[32038]: cluster 2023-12-08T02:04:02.850894+0000 mgr.a (mgr.14403) 21252 : cluster 0 pgmap v15870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:04 smithi135 bash[32435]: cluster 2023-12-08T02:04:02.850894+0000 mgr.a (mgr.14403) 21252 : cluster 0 pgmap v15870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:06 smithi079 bash[28699]: cluster 2023-12-08T02:04:04.851786+0000 mgr.a (mgr.14403) 21253 : cluster 0 pgmap v15871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:06 smithi194 bash[32038]: cluster 2023-12-08T02:04:04.851786+0000 mgr.a (mgr.14403) 21253 : cluster 0 pgmap v15871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:06 smithi135 bash[32435]: cluster 2023-12-08T02:04:04.851786+0000 mgr.a (mgr.14403) 21253 : cluster 0 pgmap v15871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:06.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:04:06.710 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:06.711 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:07.617 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:04:07.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:07.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:07.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:07.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:04:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:08 smithi079 bash[28699]: cluster 2023-12-08T02:04:06.852199+0000 mgr.a (mgr.14403) 21254 : cluster 0 pgmap v15872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:08 smithi079 bash[28699]: audit 2023-12-08T02:04:07.120910+0000 mgr.a (mgr.14403) 21255 : audit 0 from='client.420612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:08 smithi194 bash[32038]: cluster 2023-12-08T02:04:06.852199+0000 mgr.a (mgr.14403) 21254 : cluster 0 pgmap v15872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:08 smithi194 bash[32038]: audit 2023-12-08T02:04:07.120910+0000 mgr.a (mgr.14403) 21255 : audit 0 from='client.420612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:08.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:08 smithi135 bash[32435]: cluster 2023-12-08T02:04:06.852199+0000 mgr.a (mgr.14403) 21254 : cluster 0 pgmap v15872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:08.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:08 smithi135 bash[32435]: audit 2023-12-08T02:04:07.120910+0000 mgr.a (mgr.14403) 21255 : audit 0 from='client.420612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:10 smithi079 bash[28699]: cluster 2023-12-08T02:04:08.853044+0000 mgr.a (mgr.14403) 21256 : cluster 0 pgmap v15873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:10 smithi194 bash[32038]: cluster 2023-12-08T02:04:08.853044+0000 mgr.a (mgr.14403) 21256 : cluster 0 pgmap v15873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:10 smithi135 bash[32435]: cluster 2023-12-08T02:04:08.853044+0000 mgr.a (mgr.14403) 21256 : cluster 0 pgmap v15873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:12.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:04:12.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:12.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:12 smithi079 bash[28699]: cluster 2023-12-08T02:04:10.853588+0000 mgr.a (mgr.14403) 21257 : cluster 0 pgmap v15874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:12 smithi194 bash[32038]: cluster 2023-12-08T02:04:10.853588+0000 mgr.a (mgr.14403) 21257 : cluster 0 pgmap v15874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:12 smithi135 bash[32435]: cluster 2023-12-08T02:04:10.853588+0000 mgr.a (mgr.14403) 21257 : cluster 0 pgmap v15874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:13.515 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:04:13.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:13.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:13.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:13.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:04:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:13 smithi079 bash[28699]: cluster 2023-12-08T02:04:12.854141+0000 mgr.a (mgr.14403) 21258 : cluster 0 pgmap v15875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:13 smithi079 bash[28699]: audit 2023-12-08T02:04:13.026680+0000 mgr.a (mgr.14403) 21259 : audit 0 from='client.420684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:13 smithi194 bash[32038]: cluster 2023-12-08T02:04:12.854141+0000 mgr.a (mgr.14403) 21258 : cluster 0 pgmap v15875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:13 smithi194 bash[32038]: audit 2023-12-08T02:04:13.026680+0000 mgr.a (mgr.14403) 21259 : audit 0 from='client.420684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:13 smithi135 bash[32435]: cluster 2023-12-08T02:04:12.854141+0000 mgr.a (mgr.14403) 21258 : cluster 0 pgmap v15875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:13 smithi135 bash[32435]: audit 2023-12-08T02:04:13.026680+0000 mgr.a (mgr.14403) 21259 : audit 0 from='client.420684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:16 smithi079 bash[28699]: cluster 2023-12-08T02:04:14.855054+0000 mgr.a (mgr.14403) 21260 : cluster 0 pgmap v15876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:16 smithi194 bash[32038]: cluster 2023-12-08T02:04:14.855054+0000 mgr.a (mgr.14403) 21260 : cluster 0 pgmap v15876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:16 smithi135 bash[32435]: cluster 2023-12-08T02:04:14.855054+0000 mgr.a (mgr.14403) 21260 : cluster 0 pgmap v15876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:18.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:04:18.519 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:18.520 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:18 smithi079 bash[28699]: cluster 2023-12-08T02:04:16.855651+0000 mgr.a (mgr.14403) 21261 : cluster 0 pgmap v15877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:18 smithi194 bash[32038]: cluster 2023-12-08T02:04:16.855651+0000 mgr.a (mgr.14403) 21261 : cluster 0 pgmap v15877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:18 smithi135 bash[32435]: cluster 2023-12-08T02:04:16.855651+0000 mgr.a (mgr.14403) 21261 : cluster 0 pgmap v15877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:19.429 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:04:19.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:19.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:19.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:19.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:04:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:20 smithi079 bash[28699]: cluster 2023-12-08T02:04:18.856395+0000 mgr.a (mgr.14403) 21262 : cluster 0 pgmap v15878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:20 smithi079 bash[28699]: audit 2023-12-08T02:04:18.933383+0000 mgr.a (mgr.14403) 21263 : audit 0 from='client.420759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:20 smithi194 bash[32038]: cluster 2023-12-08T02:04:18.856395+0000 mgr.a (mgr.14403) 21262 : cluster 0 pgmap v15878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:20 smithi194 bash[32038]: audit 2023-12-08T02:04:18.933383+0000 mgr.a (mgr.14403) 21263 : audit 0 from='client.420759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:20 smithi135 bash[32435]: cluster 2023-12-08T02:04:18.856395+0000 mgr.a (mgr.14403) 21262 : cluster 0 pgmap v15878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:20 smithi135 bash[32435]: audit 2023-12-08T02:04:18.933383+0000 mgr.a (mgr.14403) 21263 : audit 0 from='client.420759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:22 smithi079 bash[28699]: cluster 2023-12-08T02:04:20.857064+0000 mgr.a (mgr.14403) 21264 : cluster 0 pgmap v15879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:22 smithi194 bash[32038]: cluster 2023-12-08T02:04:20.857064+0000 mgr.a (mgr.14403) 21264 : cluster 0 pgmap v15879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:22 smithi135 bash[32435]: cluster 2023-12-08T02:04:20.857064+0000 mgr.a (mgr.14403) 21264 : cluster 0 pgmap v15879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:24.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:04:24.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:24.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:24 smithi079 bash[28699]: cluster 2023-12-08T02:04:22.857702+0000 mgr.a (mgr.14403) 21265 : cluster 0 pgmap v15880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:24.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:24 smithi194 bash[32038]: cluster 2023-12-08T02:04:22.857702+0000 mgr.a (mgr.14403) 21265 : cluster 0 pgmap v15880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:24 smithi135 bash[32435]: cluster 2023-12-08T02:04:22.857702+0000 mgr.a (mgr.14403) 21265 : cluster 0 pgmap v15880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:25.343 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:04:25.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:25.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:25.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:25.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:04:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:26 smithi079 bash[28699]: audit 2023-12-08T02:04:24.836089+0000 mgr.a (mgr.14403) 21266 : audit 0 from='client.420837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:26 smithi079 bash[28699]: cluster 2023-12-08T02:04:24.858737+0000 mgr.a (mgr.14403) 21267 : cluster 0 pgmap v15881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:26 smithi194 bash[32038]: audit 2023-12-08T02:04:24.836089+0000 mgr.a (mgr.14403) 21266 : audit 0 from='client.420837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:26 smithi194 bash[32038]: cluster 2023-12-08T02:04:24.858737+0000 mgr.a (mgr.14403) 21267 : cluster 0 pgmap v15881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:26 smithi135 bash[32435]: audit 2023-12-08T02:04:24.836089+0000 mgr.a (mgr.14403) 21266 : audit 0 from='client.420837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:26 smithi135 bash[32435]: cluster 2023-12-08T02:04:24.858737+0000 mgr.a (mgr.14403) 21267 : cluster 0 pgmap v15881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:28 smithi079 bash[28699]: cluster 2023-12-08T02:04:26.859543+0000 mgr.a (mgr.14403) 21268 : cluster 0 pgmap v15882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:28 smithi194 bash[32038]: cluster 2023-12-08T02:04:26.859543+0000 mgr.a (mgr.14403) 21268 : cluster 0 pgmap v15882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:28 smithi135 bash[32435]: cluster 2023-12-08T02:04:26.859543+0000 mgr.a (mgr.14403) 21268 : cluster 0 pgmap v15882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:30.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:04:30.346 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:30.346 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:30 smithi079 bash[28699]: cluster 2023-12-08T02:04:28.860330+0000 mgr.a (mgr.14403) 21269 : cluster 0 pgmap v15883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:30 smithi194 bash[32038]: cluster 2023-12-08T02:04:28.860330+0000 mgr.a (mgr.14403) 21269 : cluster 0 pgmap v15883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:30 smithi135 bash[32435]: cluster 2023-12-08T02:04:28.860330+0000 mgr.a (mgr.14403) 21269 : cluster 0 pgmap v15883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:31.262 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:04:31.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:31.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:31.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:31.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:04:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:32 smithi079 bash[28699]: audit 2023-12-08T02:04:30.747644+0000 mgr.a (mgr.14403) 21270 : audit 0 from='client.420912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:32 smithi079 bash[28699]: cluster 2023-12-08T02:04:30.860889+0000 mgr.a (mgr.14403) 21271 : cluster 0 pgmap v15884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:32 smithi194 bash[32038]: audit 2023-12-08T02:04:30.747644+0000 mgr.a (mgr.14403) 21270 : audit 0 from='client.420912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:32 smithi194 bash[32038]: cluster 2023-12-08T02:04:30.860889+0000 mgr.a (mgr.14403) 21271 : cluster 0 pgmap v15884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:32 smithi135 bash[32435]: audit 2023-12-08T02:04:30.747644+0000 mgr.a (mgr.14403) 21270 : audit 0 from='client.420912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:32 smithi135 bash[32435]: cluster 2023-12-08T02:04:30.860889+0000 mgr.a (mgr.14403) 21271 : cluster 0 pgmap v15884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:34 smithi079 bash[28699]: cluster 2023-12-08T02:04:32.861567+0000 mgr.a (mgr.14403) 21272 : cluster 0 pgmap v15885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:34 smithi194 bash[32038]: cluster 2023-12-08T02:04:32.861567+0000 mgr.a (mgr.14403) 21272 : cluster 0 pgmap v15885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:34 smithi135 bash[32435]: cluster 2023-12-08T02:04:32.861567+0000 mgr.a (mgr.14403) 21272 : cluster 0 pgmap v15885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:36.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:04:36.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:36.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:36 smithi079 bash[28699]: cluster 2023-12-08T02:04:34.862392+0000 mgr.a (mgr.14403) 21273 : cluster 0 pgmap v15886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:36 smithi194 bash[32038]: cluster 2023-12-08T02:04:34.862392+0000 mgr.a (mgr.14403) 21273 : cluster 0 pgmap v15886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:36 smithi135 bash[32435]: cluster 2023-12-08T02:04:34.862392+0000 mgr.a (mgr.14403) 21273 : cluster 0 pgmap v15886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:37.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:37.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:37.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:37.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:04:37.186 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:04:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:38 smithi079 bash[28699]: audit 2023-12-08T02:04:36.673071+0000 mgr.a (mgr.14403) 21274 : audit 0 from='client.420987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:38 smithi079 bash[28699]: cluster 2023-12-08T02:04:36.863149+0000 mgr.a (mgr.14403) 21275 : cluster 0 pgmap v15887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:38 smithi194 bash[32038]: audit 2023-12-08T02:04:36.673071+0000 mgr.a (mgr.14403) 21274 : audit 0 from='client.420987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:38 smithi194 bash[32038]: cluster 2023-12-08T02:04:36.863149+0000 mgr.a (mgr.14403) 21275 : cluster 0 pgmap v15887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:38 smithi135 bash[32435]: audit 2023-12-08T02:04:36.673071+0000 mgr.a (mgr.14403) 21274 : audit 0 from='client.420987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:38 smithi135 bash[32435]: cluster 2023-12-08T02:04:36.863149+0000 mgr.a (mgr.14403) 21275 : cluster 0 pgmap v15887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:40 smithi079 bash[28699]: cluster 2023-12-08T02:04:38.864175+0000 mgr.a (mgr.14403) 21276 : cluster 0 pgmap v15888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:40 smithi194 bash[32038]: cluster 2023-12-08T02:04:38.864175+0000 mgr.a (mgr.14403) 21276 : cluster 0 pgmap v15888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:40 smithi135 bash[32435]: cluster 2023-12-08T02:04:38.864175+0000 mgr.a (mgr.14403) 21276 : cluster 0 pgmap v15888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:41 smithi079 bash[28699]: cluster 2023-12-08T02:04:40.864761+0000 mgr.a (mgr.14403) 21277 : cluster 0 pgmap v15889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:41 smithi194 bash[32038]: cluster 2023-12-08T02:04:40.864761+0000 mgr.a (mgr.14403) 21277 : cluster 0 pgmap v15889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:41 smithi135 bash[32435]: cluster 2023-12-08T02:04:40.864761+0000 mgr.a (mgr.14403) 21277 : cluster 0 pgmap v15889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:42.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:04:42.190 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:42.190 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:43.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:43.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:43.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:43.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:04:43.111 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:04:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:43 smithi194 bash[32038]: audit 2023-12-08T02:04:42.593234+0000 mgr.a (mgr.14403) 21278 : audit 0 from='client.421062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:43 smithi194 bash[32038]: cluster 2023-12-08T02:04:42.865906+0000 mgr.a (mgr.14403) 21279 : cluster 0 pgmap v15890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:43 smithi135 bash[32435]: audit 2023-12-08T02:04:42.593234+0000 mgr.a (mgr.14403) 21278 : audit 0 from='client.421062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:43 smithi135 bash[32435]: cluster 2023-12-08T02:04:42.865906+0000 mgr.a (mgr.14403) 21279 : cluster 0 pgmap v15890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:43 smithi079 bash[28699]: audit 2023-12-08T02:04:42.593234+0000 mgr.a (mgr.14403) 21278 : audit 0 from='client.421062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:43 smithi079 bash[28699]: cluster 2023-12-08T02:04:42.865906+0000 mgr.a (mgr.14403) 21279 : cluster 0 pgmap v15890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:46 smithi079 bash[28699]: cluster 2023-12-08T02:04:44.866848+0000 mgr.a (mgr.14403) 21280 : cluster 0 pgmap v15891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:46 smithi194 bash[32038]: cluster 2023-12-08T02:04:44.866848+0000 mgr.a (mgr.14403) 21280 : cluster 0 pgmap v15891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:46 smithi135 bash[32435]: cluster 2023-12-08T02:04:44.866848+0000 mgr.a (mgr.14403) 21280 : cluster 0 pgmap v15891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:04:48.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:04:48.113 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:48.113 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:48 smithi079 bash[28699]: cluster 2023-12-08T02:04:46.867404+0000 mgr.a (mgr.14403) 21281 : cluster 0 pgmap v15892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:48 smithi194 bash[32038]: cluster 2023-12-08T02:04:46.867404+0000 mgr.a (mgr.14403) 21281 : cluster 0 pgmap v15892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:48 smithi135 bash[32435]: cluster 2023-12-08T02:04:46.867404+0000 mgr.a (mgr.14403) 21281 : cluster 0 pgmap v15892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:49.029 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:04:49.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:49.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:49.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:49.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:04:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:50 smithi079 bash[28699]: audit 2023-12-08T02:04:48.531129+0000 mgr.a (mgr.14403) 21282 : audit 0 from='client.421134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:50 smithi079 bash[28699]: cluster 2023-12-08T02:04:48.868229+0000 mgr.a (mgr.14403) 21283 : cluster 0 pgmap v15893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:04:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:50 smithi194 bash[32038]: audit 2023-12-08T02:04:48.531129+0000 mgr.a (mgr.14403) 21282 : audit 0 from='client.421134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:50 smithi194 bash[32038]: cluster 2023-12-08T02:04:48.868229+0000 mgr.a (mgr.14403) 21283 : cluster 0 pgmap v15893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:04:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:50 smithi135 bash[32435]: audit 2023-12-08T02:04:48.531129+0000 mgr.a (mgr.14403) 21282 : audit 0 from='client.421134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:50 smithi135 bash[32435]: cluster 2023-12-08T02:04:48.868229+0000 mgr.a (mgr.14403) 21283 : cluster 0 pgmap v15893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:04:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:51 smithi079 bash[28699]: audit 2023-12-08T02:04:50.809014+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:04:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:51 smithi194 bash[32038]: audit 2023-12-08T02:04:50.809014+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:04:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:51 smithi135 bash[32435]: audit 2023-12-08T02:04:50.809014+0000 mon.a (mon.0) 3389 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:04:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:52 smithi079 bash[28699]: cluster 2023-12-08T02:04:50.868878+0000 mgr.a (mgr.14403) 21284 : cluster 0 pgmap v15894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:04:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:52 smithi079 bash[28699]: audit 2023-12-08T02:04:51.558270+0000 mon.a (mon.0) 3390 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:04:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:52 smithi079 bash[28699]: audit 2023-12-08T02:04:51.560182+0000 mon.a (mon.0) 3391 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:04:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:52 smithi079 bash[28699]: audit 2023-12-08T02:04:51.569417+0000 mon.a (mon.0) 3392 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:04:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:52 smithi194 bash[32038]: cluster 2023-12-08T02:04:50.868878+0000 mgr.a (mgr.14403) 21284 : cluster 0 pgmap v15894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:04:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:52 smithi194 bash[32038]: audit 2023-12-08T02:04:51.558270+0000 mon.a (mon.0) 3390 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:04:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:52 smithi194 bash[32038]: audit 2023-12-08T02:04:51.560182+0000 mon.a (mon.0) 3391 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:04:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:52 smithi194 bash[32038]: audit 2023-12-08T02:04:51.569417+0000 mon.a (mon.0) 3392 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:04:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:52 smithi135 bash[32435]: cluster 2023-12-08T02:04:50.868878+0000 mgr.a (mgr.14403) 21284 : cluster 0 pgmap v15894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:04:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:52 smithi135 bash[32435]: audit 2023-12-08T02:04:51.558270+0000 mon.a (mon.0) 3390 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:04:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:52 smithi135 bash[32435]: audit 2023-12-08T02:04:51.560182+0000 mon.a (mon.0) 3391 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:04:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:52 smithi135 bash[32435]: audit 2023-12-08T02:04:51.569417+0000 mon.a (mon.0) 3392 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:04:54.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:04:54.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:54.033 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:04:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:54 smithi079 bash[28699]: cluster 2023-12-08T02:04:52.869379+0000 mgr.a (mgr.14403) 21285 : cluster 0 pgmap v15895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:04:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:54 smithi194 bash[32038]: cluster 2023-12-08T02:04:52.869379+0000 mgr.a (mgr.14403) 21285 : cluster 0 pgmap v15895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:04:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:54 smithi135 bash[32435]: cluster 2023-12-08T02:04:52.869379+0000 mgr.a (mgr.14403) 21285 : cluster 0 pgmap v15895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:04:54.906 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:04:54.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:04:54.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:04:54.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:04:54.907 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:04:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:56 smithi079 bash[28699]: audit 2023-12-08T02:04:54.429695+0000 mgr.a (mgr.14403) 21286 : audit 0 from='client.421212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:56 smithi079 bash[28699]: cluster 2023-12-08T02:04:54.869967+0000 mgr.a (mgr.14403) 21287 : cluster 0 pgmap v15896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:56 smithi194 bash[32038]: audit 2023-12-08T02:04:54.429695+0000 mgr.a (mgr.14403) 21286 : audit 0 from='client.421212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:56 smithi194 bash[32038]: cluster 2023-12-08T02:04:54.869967+0000 mgr.a (mgr.14403) 21287 : cluster 0 pgmap v15896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:56 smithi135 bash[32435]: audit 2023-12-08T02:04:54.429695+0000 mgr.a (mgr.14403) 21286 : audit 0 from='client.421212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:04:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:56 smithi135 bash[32435]: cluster 2023-12-08T02:04:54.869967+0000 mgr.a (mgr.14403) 21287 : cluster 0 pgmap v15896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:04:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:04:58 smithi079 bash[28699]: cluster 2023-12-08T02:04:56.870545+0000 mgr.a (mgr.14403) 21288 : cluster 0 pgmap v15897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:04:58 smithi194 bash[32038]: cluster 2023-12-08T02:04:56.870545+0000 mgr.a (mgr.14403) 21288 : cluster 0 pgmap v15897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:04:58 smithi135 bash[32435]: cluster 2023-12-08T02:04:56.870545+0000 mgr.a (mgr.14403) 21288 : cluster 0 pgmap v15897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:04:59.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:04:59.910 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:04:59.911 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:00 smithi079 bash[28699]: cluster 2023-12-08T02:04:58.871323+0000 mgr.a (mgr.14403) 21289 : cluster 0 pgmap v15898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:00 smithi194 bash[32038]: cluster 2023-12-08T02:04:58.871323+0000 mgr.a (mgr.14403) 21289 : cluster 0 pgmap v15898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:00 smithi135 bash[32435]: cluster 2023-12-08T02:04:58.871323+0000 mgr.a (mgr.14403) 21289 : cluster 0 pgmap v15898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:00.818 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:05:00.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:00.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:00.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:00.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:05:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:02 smithi079 bash[28699]: audit 2023-12-08T02:05:00.315655+0000 mgr.a (mgr.14403) 21290 : audit 0 from='client.421287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:02 smithi079 bash[28699]: cluster 2023-12-08T02:05:00.871990+0000 mgr.a (mgr.14403) 21291 : cluster 0 pgmap v15899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:05:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:02 smithi194 bash[32038]: audit 2023-12-08T02:05:00.315655+0000 mgr.a (mgr.14403) 21290 : audit 0 from='client.421287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:02 smithi194 bash[32038]: cluster 2023-12-08T02:05:00.871990+0000 mgr.a (mgr.14403) 21291 : cluster 0 pgmap v15899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:05:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:02 smithi135 bash[32435]: audit 2023-12-08T02:05:00.315655+0000 mgr.a (mgr.14403) 21290 : audit 0 from='client.421287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:02 smithi135 bash[32435]: cluster 2023-12-08T02:05:00.871990+0000 mgr.a (mgr.14403) 21291 : cluster 0 pgmap v15899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:05:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:04 smithi079 bash[28699]: cluster 2023-12-08T02:05:02.872703+0000 mgr.a (mgr.14403) 21292 : cluster 0 pgmap v15900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:05:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:04 smithi194 bash[32038]: cluster 2023-12-08T02:05:02.872703+0000 mgr.a (mgr.14403) 21292 : cluster 0 pgmap v15900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:05:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:04 smithi135 bash[32435]: cluster 2023-12-08T02:05:02.872703+0000 mgr.a (mgr.14403) 21292 : cluster 0 pgmap v15900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:05:05.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:05:05.821 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:05.821 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:06 smithi079 bash[28699]: cluster 2023-12-08T02:05:04.873523+0000 mgr.a (mgr.14403) 21293 : cluster 0 pgmap v15901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:05:06.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:06 smithi194 bash[32038]: cluster 2023-12-08T02:05:04.873523+0000 mgr.a (mgr.14403) 21293 : cluster 0 pgmap v15901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:05:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:06 smithi135 bash[32435]: cluster 2023-12-08T02:05:04.873523+0000 mgr.a (mgr.14403) 21293 : cluster 0 pgmap v15901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:05:06.756 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:05:06.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:06.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:06.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:06.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:05:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:07 smithi079 bash[28699]: audit 2023-12-08T02:05:06.223665+0000 mgr.a (mgr.14403) 21294 : audit 0 from='client.421362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:07 smithi079 bash[28699]: cluster 2023-12-08T02:05:06.874221+0000 mgr.a (mgr.14403) 21295 : cluster 0 pgmap v15902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:07 smithi194 bash[32038]: audit 2023-12-08T02:05:06.223665+0000 mgr.a (mgr.14403) 21294 : audit 0 from='client.421362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:07 smithi194 bash[32038]: cluster 2023-12-08T02:05:06.874221+0000 mgr.a (mgr.14403) 21295 : cluster 0 pgmap v15902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:07 smithi135 bash[32435]: audit 2023-12-08T02:05:06.223665+0000 mgr.a (mgr.14403) 21294 : audit 0 from='client.421362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:07 smithi135 bash[32435]: cluster 2023-12-08T02:05:06.874221+0000 mgr.a (mgr.14403) 21295 : cluster 0 pgmap v15902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:10 smithi079 bash[28699]: cluster 2023-12-08T02:05:08.875033+0000 mgr.a (mgr.14403) 21296 : cluster 0 pgmap v15903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:10 smithi194 bash[32038]: cluster 2023-12-08T02:05:08.875033+0000 mgr.a (mgr.14403) 21296 : cluster 0 pgmap v15903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:10.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:10 smithi135 bash[32435]: cluster 2023-12-08T02:05:08.875033+0000 mgr.a (mgr.14403) 21296 : cluster 0 pgmap v15903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:11.758 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:05:11.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:11.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:12 smithi079 bash[28699]: cluster 2023-12-08T02:05:10.875571+0000 mgr.a (mgr.14403) 21297 : cluster 0 pgmap v15904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:12.642 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:05:12.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:12.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:12.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:12.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:05:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:12 smithi194 bash[32038]: cluster 2023-12-08T02:05:10.875571+0000 mgr.a (mgr.14403) 21297 : cluster 0 pgmap v15904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:12 smithi135 bash[32435]: cluster 2023-12-08T02:05:10.875571+0000 mgr.a (mgr.14403) 21297 : cluster 0 pgmap v15904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:13 smithi079 bash[28699]: audit 2023-12-08T02:05:12.158425+0000 mgr.a (mgr.14403) 21298 : audit 0 from='client.421440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:13 smithi194 bash[32038]: audit 2023-12-08T02:05:12.158425+0000 mgr.a (mgr.14403) 21298 : audit 0 from='client.421440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:13 smithi135 bash[32435]: audit 2023-12-08T02:05:12.158425+0000 mgr.a (mgr.14403) 21298 : audit 0 from='client.421440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:14 smithi079 bash[28699]: cluster 2023-12-08T02:05:12.876191+0000 mgr.a (mgr.14403) 21299 : cluster 0 pgmap v15905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:14 smithi194 bash[32038]: cluster 2023-12-08T02:05:12.876191+0000 mgr.a (mgr.14403) 21299 : cluster 0 pgmap v15905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:14 smithi135 bash[32435]: cluster 2023-12-08T02:05:12.876191+0000 mgr.a (mgr.14403) 21299 : cluster 0 pgmap v15905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:16 smithi079 bash[28699]: cluster 2023-12-08T02:05:14.877067+0000 mgr.a (mgr.14403) 21300 : cluster 0 pgmap v15906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:16 smithi194 bash[32038]: cluster 2023-12-08T02:05:14.877067+0000 mgr.a (mgr.14403) 21300 : cluster 0 pgmap v15906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:16 smithi135 bash[32435]: cluster 2023-12-08T02:05:14.877067+0000 mgr.a (mgr.14403) 21300 : cluster 0 pgmap v15906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:17.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:05:17.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:17.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:18.597 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:05:18.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:18.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:18.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:18.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:05:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:18 smithi079 bash[28699]: cluster 2023-12-08T02:05:16.877643+0000 mgr.a (mgr.14403) 21301 : cluster 0 pgmap v15907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:18 smithi194 bash[32038]: cluster 2023-12-08T02:05:16.877643+0000 mgr.a (mgr.14403) 21301 : cluster 0 pgmap v15907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:18 smithi135 bash[32435]: cluster 2023-12-08T02:05:16.877643+0000 mgr.a (mgr.14403) 21301 : cluster 0 pgmap v15907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:19 smithi079 bash[28699]: audit 2023-12-08T02:05:18.054553+0000 mgr.a (mgr.14403) 21302 : audit 0 from='client.421518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:19 smithi194 bash[32038]: audit 2023-12-08T02:05:18.054553+0000 mgr.a (mgr.14403) 21302 : audit 0 from='client.421518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:19 smithi135 bash[32435]: audit 2023-12-08T02:05:18.054553+0000 mgr.a (mgr.14403) 21302 : audit 0 from='client.421518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:20 smithi079 bash[28699]: cluster 2023-12-08T02:05:18.878522+0000 mgr.a (mgr.14403) 21303 : cluster 0 pgmap v15908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:05:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:20 smithi194 bash[32038]: cluster 2023-12-08T02:05:18.878522+0000 mgr.a (mgr.14403) 21303 : cluster 0 pgmap v15908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:05:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:20 smithi135 bash[32435]: cluster 2023-12-08T02:05:18.878522+0000 mgr.a (mgr.14403) 21303 : cluster 0 pgmap v15908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:05:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:22 smithi079 bash[28699]: cluster 2023-12-08T02:05:20.879086+0000 mgr.a (mgr.14403) 21304 : cluster 0 pgmap v15909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:05:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:22 smithi194 bash[32038]: cluster 2023-12-08T02:05:20.879086+0000 mgr.a (mgr.14403) 21304 : cluster 0 pgmap v15909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:05:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:22 smithi135 bash[32435]: cluster 2023-12-08T02:05:20.879086+0000 mgr.a (mgr.14403) 21304 : cluster 0 pgmap v15909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:05:23.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:05:23.601 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:23.601 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:24.516 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:05:24.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:24.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:24.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:24.517 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:05:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:24 smithi079 bash[28699]: cluster 2023-12-08T02:05:22.879574+0000 mgr.a (mgr.14403) 21305 : cluster 0 pgmap v15910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:05:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:24 smithi194 bash[32038]: cluster 2023-12-08T02:05:22.879574+0000 mgr.a (mgr.14403) 21305 : cluster 0 pgmap v15910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:05:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:24 smithi135 bash[32435]: cluster 2023-12-08T02:05:22.879574+0000 mgr.a (mgr.14403) 21305 : cluster 0 pgmap v15910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:05:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:25 smithi079 bash[28699]: audit 2023-12-08T02:05:24.004714+0000 mgr.a (mgr.14403) 21306 : audit 0 from='client.421596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:25 smithi194 bash[32038]: audit 2023-12-08T02:05:24.004714+0000 mgr.a (mgr.14403) 21306 : audit 0 from='client.421596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:25 smithi135 bash[32435]: audit 2023-12-08T02:05:24.004714+0000 mgr.a (mgr.14403) 21306 : audit 0 from='client.421596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:26 smithi079 bash[28699]: cluster 2023-12-08T02:05:24.880540+0000 mgr.a (mgr.14403) 21307 : cluster 0 pgmap v15911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:26 smithi194 bash[32038]: cluster 2023-12-08T02:05:24.880540+0000 mgr.a (mgr.14403) 21307 : cluster 0 pgmap v15911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:26 smithi135 bash[32435]: cluster 2023-12-08T02:05:24.880540+0000 mgr.a (mgr.14403) 21307 : cluster 0 pgmap v15911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:27 smithi079 bash[28699]: cluster 2023-12-08T02:05:26.881125+0000 mgr.a (mgr.14403) 21308 : cluster 0 pgmap v15912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:05:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:27 smithi194 bash[32038]: cluster 2023-12-08T02:05:26.881125+0000 mgr.a (mgr.14403) 21308 : cluster 0 pgmap v15912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:05:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:27 smithi135 bash[32435]: cluster 2023-12-08T02:05:26.881125+0000 mgr.a (mgr.14403) 21308 : cluster 0 pgmap v15912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:05:29.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:05:29.520 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:29.520 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:30.431 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:05:30.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:30.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:30.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:30.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:05:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:30 smithi079 bash[28699]: cluster 2023-12-08T02:05:28.881882+0000 mgr.a (mgr.14403) 21309 : cluster 0 pgmap v15913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:30 smithi194 bash[32038]: cluster 2023-12-08T02:05:28.881882+0000 mgr.a (mgr.14403) 21309 : cluster 0 pgmap v15913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:30 smithi135 bash[32435]: cluster 2023-12-08T02:05:28.881882+0000 mgr.a (mgr.14403) 21309 : cluster 0 pgmap v15913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:31 smithi079 bash[28699]: audit 2023-12-08T02:05:29.920354+0000 mgr.a (mgr.14403) 21310 : audit 0 from='client.421671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:31 smithi194 bash[32038]: audit 2023-12-08T02:05:29.920354+0000 mgr.a (mgr.14403) 21310 : audit 0 from='client.421671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:31 smithi135 bash[32435]: audit 2023-12-08T02:05:29.920354+0000 mgr.a (mgr.14403) 21310 : audit 0 from='client.421671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:32 smithi079 bash[28699]: cluster 2023-12-08T02:05:30.882528+0000 mgr.a (mgr.14403) 21311 : cluster 0 pgmap v15914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:05:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:32 smithi194 bash[32038]: cluster 2023-12-08T02:05:30.882528+0000 mgr.a (mgr.14403) 21311 : cluster 0 pgmap v15914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:05:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:32 smithi135 bash[32435]: cluster 2023-12-08T02:05:30.882528+0000 mgr.a (mgr.14403) 21311 : cluster 0 pgmap v15914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:05:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:34 smithi079 bash[28699]: cluster 2023-12-08T02:05:32.883101+0000 mgr.a (mgr.14403) 21312 : cluster 0 pgmap v15915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:05:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:34 smithi194 bash[32038]: cluster 2023-12-08T02:05:32.883101+0000 mgr.a (mgr.14403) 21312 : cluster 0 pgmap v15915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:05:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:34 smithi135 bash[32435]: cluster 2023-12-08T02:05:32.883101+0000 mgr.a (mgr.14403) 21312 : cluster 0 pgmap v15915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:05:35.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:05:35.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:35.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:36.328 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:05:36.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:36.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:36.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:36.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:05:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:36 smithi079 bash[28699]: cluster 2023-12-08T02:05:34.883850+0000 mgr.a (mgr.14403) 21313 : cluster 0 pgmap v15916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:05:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:36 smithi194 bash[32038]: cluster 2023-12-08T02:05:34.883850+0000 mgr.a (mgr.14403) 21313 : cluster 0 pgmap v15916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:05:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:36 smithi135 bash[32435]: cluster 2023-12-08T02:05:34.883850+0000 mgr.a (mgr.14403) 21313 : cluster 0 pgmap v15916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:05:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:37 smithi079 bash[28699]: audit 2023-12-08T02:05:35.834417+0000 mgr.a (mgr.14403) 21314 : audit 0 from='client.421749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:37 smithi194 bash[32038]: audit 2023-12-08T02:05:35.834417+0000 mgr.a (mgr.14403) 21314 : audit 0 from='client.421749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:37 smithi135 bash[32435]: audit 2023-12-08T02:05:35.834417+0000 mgr.a (mgr.14403) 21314 : audit 0 from='client.421749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:38 smithi079 bash[28699]: cluster 2023-12-08T02:05:36.884500+0000 mgr.a (mgr.14403) 21315 : cluster 0 pgmap v15917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:38 smithi194 bash[32038]: cluster 2023-12-08T02:05:36.884500+0000 mgr.a (mgr.14403) 21315 : cluster 0 pgmap v15917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:38 smithi135 bash[32435]: cluster 2023-12-08T02:05:36.884500+0000 mgr.a (mgr.14403) 21315 : cluster 0 pgmap v15917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:40 smithi079 bash[28699]: cluster 2023-12-08T02:05:38.885273+0000 mgr.a (mgr.14403) 21316 : cluster 0 pgmap v15918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:40 smithi194 bash[32038]: cluster 2023-12-08T02:05:38.885273+0000 mgr.a (mgr.14403) 21316 : cluster 0 pgmap v15918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:40 smithi135 bash[32435]: cluster 2023-12-08T02:05:38.885273+0000 mgr.a (mgr.14403) 21316 : cluster 0 pgmap v15918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:41.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:05:41.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:41.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:42.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:05:42.226 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:05:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:42 smithi079 bash[28699]: cluster 2023-12-08T02:05:40.885881+0000 mgr.a (mgr.14403) 21317 : cluster 0 pgmap v15919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:42 smithi194 bash[32038]: cluster 2023-12-08T02:05:40.885881+0000 mgr.a (mgr.14403) 21317 : cluster 0 pgmap v15919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:42 smithi135 bash[32435]: cluster 2023-12-08T02:05:40.885881+0000 mgr.a (mgr.14403) 21317 : cluster 0 pgmap v15919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:43 smithi079 bash[28699]: audit 2023-12-08T02:05:41.728453+0000 mgr.a (mgr.14403) 21318 : audit 0 from='client.421827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:43 smithi194 bash[32038]: audit 2023-12-08T02:05:41.728453+0000 mgr.a (mgr.14403) 21318 : audit 0 from='client.421827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:43 smithi135 bash[32435]: audit 2023-12-08T02:05:41.728453+0000 mgr.a (mgr.14403) 21318 : audit 0 from='client.421827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:44 smithi079 bash[28699]: cluster 2023-12-08T02:05:42.886637+0000 mgr.a (mgr.14403) 21319 : cluster 0 pgmap v15920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:44 smithi194 bash[32038]: cluster 2023-12-08T02:05:42.886637+0000 mgr.a (mgr.14403) 21319 : cluster 0 pgmap v15920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:44 smithi135 bash[32435]: cluster 2023-12-08T02:05:42.886637+0000 mgr.a (mgr.14403) 21319 : cluster 0 pgmap v15920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:46 smithi079 bash[28699]: cluster 2023-12-08T02:05:44.887629+0000 mgr.a (mgr.14403) 21320 : cluster 0 pgmap v15921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:46 smithi194 bash[32038]: cluster 2023-12-08T02:05:44.887629+0000 mgr.a (mgr.14403) 21320 : cluster 0 pgmap v15921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:46 smithi135 bash[32435]: cluster 2023-12-08T02:05:44.887629+0000 mgr.a (mgr.14403) 21320 : cluster 0 pgmap v15921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:47.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:05:47.228 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:47.229 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:47 smithi079 bash[28699]: cluster 2023-12-08T02:05:46.888333+0000 mgr.a (mgr.14403) 21321 : cluster 0 pgmap v15922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:47 smithi194 bash[32038]: cluster 2023-12-08T02:05:46.888333+0000 mgr.a (mgr.14403) 21321 : cluster 0 pgmap v15922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:47 smithi135 bash[32435]: cluster 2023-12-08T02:05:46.888333+0000 mgr.a (mgr.14403) 21321 : cluster 0 pgmap v15922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:48.180 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:05:48.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:48.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:48.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:48.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:05:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:48 smithi079 bash[28699]: audit 2023-12-08T02:05:47.643127+0000 mgr.a (mgr.14403) 21322 : audit 0 from='client.421905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:48 smithi194 bash[32038]: audit 2023-12-08T02:05:47.643127+0000 mgr.a (mgr.14403) 21322 : audit 0 from='client.421905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:48 smithi135 bash[32435]: audit 2023-12-08T02:05:47.643127+0000 mgr.a (mgr.14403) 21322 : audit 0 from='client.421905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:50 smithi079 bash[28699]: cluster 2023-12-08T02:05:48.889258+0000 mgr.a (mgr.14403) 21323 : cluster 0 pgmap v15923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:50 smithi194 bash[32038]: cluster 2023-12-08T02:05:48.889258+0000 mgr.a (mgr.14403) 21323 : cluster 0 pgmap v15923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:50 smithi135 bash[32435]: cluster 2023-12-08T02:05:48.889258+0000 mgr.a (mgr.14403) 21323 : cluster 0 pgmap v15923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:05:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:52 smithi079 bash[28699]: cluster 2023-12-08T02:05:50.889845+0000 mgr.a (mgr.14403) 21324 : cluster 0 pgmap v15924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:52 smithi079 bash[28699]: audit 2023-12-08T02:05:51.673038+0000 mon.a (mon.0) 3393 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:05:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:52 smithi194 bash[32038]: cluster 2023-12-08T02:05:50.889845+0000 mgr.a (mgr.14403) 21324 : cluster 0 pgmap v15924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:52 smithi194 bash[32038]: audit 2023-12-08T02:05:51.673038+0000 mon.a (mon.0) 3393 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:05:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:52 smithi135 bash[32435]: cluster 2023-12-08T02:05:50.889845+0000 mgr.a (mgr.14403) 21324 : cluster 0 pgmap v15924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:52 smithi135 bash[32435]: audit 2023-12-08T02:05:51.673038+0000 mon.a (mon.0) 3393 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:05:53.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:05:53.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:53.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:05:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:53 smithi079 bash[28699]: audit 2023-12-08T02:05:52.413085+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:05:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:53 smithi079 bash[28699]: audit 2023-12-08T02:05:52.415038+0000 mon.a (mon.0) 3395 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:05:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:53 smithi079 bash[28699]: audit 2023-12-08T02:05:52.424165+0000 mon.a (mon.0) 3396 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:05:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:53 smithi194 bash[32038]: audit 2023-12-08T02:05:52.413085+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:05:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:53 smithi194 bash[32038]: audit 2023-12-08T02:05:52.415038+0000 mon.a (mon.0) 3395 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:05:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:53 smithi194 bash[32038]: audit 2023-12-08T02:05:52.424165+0000 mon.a (mon.0) 3396 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:05:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:53 smithi135 bash[32435]: audit 2023-12-08T02:05:52.413085+0000 mon.a (mon.0) 3394 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:05:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:53 smithi135 bash[32435]: audit 2023-12-08T02:05:52.415038+0000 mon.a (mon.0) 3395 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:05:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:53 smithi135 bash[32435]: audit 2023-12-08T02:05:52.424165+0000 mon.a (mon.0) 3396 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:05:54.103 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:05:54.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:05:54.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:05:54.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:05:54.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:05:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:54 smithi079 bash[28699]: cluster 2023-12-08T02:05:52.890412+0000 mgr.a (mgr.14403) 21325 : cluster 0 pgmap v15925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:54 smithi194 bash[32038]: cluster 2023-12-08T02:05:52.890412+0000 mgr.a (mgr.14403) 21325 : cluster 0 pgmap v15925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:54 smithi135 bash[32435]: cluster 2023-12-08T02:05:52.890412+0000 mgr.a (mgr.14403) 21325 : cluster 0 pgmap v15925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:55 smithi079 bash[28699]: audit 2023-12-08T02:05:53.601737+0000 mgr.a (mgr.14403) 21326 : audit 0 from='client.421980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:55 smithi194 bash[32038]: audit 2023-12-08T02:05:53.601737+0000 mgr.a (mgr.14403) 21326 : audit 0 from='client.421980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:55 smithi135 bash[32435]: audit 2023-12-08T02:05:53.601737+0000 mgr.a (mgr.14403) 21326 : audit 0 from='client.421980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:05:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:56 smithi079 bash[28699]: cluster 2023-12-08T02:05:54.891525+0000 mgr.a (mgr.14403) 21327 : cluster 0 pgmap v15926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:56 smithi194 bash[32038]: cluster 2023-12-08T02:05:54.891525+0000 mgr.a (mgr.14403) 21327 : cluster 0 pgmap v15926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:56 smithi135 bash[32435]: cluster 2023-12-08T02:05:54.891525+0000 mgr.a (mgr.14403) 21327 : cluster 0 pgmap v15926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:05:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:05:58 smithi079 bash[28699]: cluster 2023-12-08T02:05:56.892080+0000 mgr.a (mgr.14403) 21328 : cluster 0 pgmap v15927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:05:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:05:58 smithi194 bash[32038]: cluster 2023-12-08T02:05:56.892080+0000 mgr.a (mgr.14403) 21328 : cluster 0 pgmap v15927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:05:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:05:58 smithi135 bash[32435]: cluster 2023-12-08T02:05:56.892080+0000 mgr.a (mgr.14403) 21328 : cluster 0 pgmap v15927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:05:59.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:05:59.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:05:59.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:00.033 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:06:00.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:00.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:00.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:00.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:06:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:00 smithi079 bash[28699]: cluster 2023-12-08T02:05:58.892833+0000 mgr.a (mgr.14403) 21329 : cluster 0 pgmap v15928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:00 smithi194 bash[32038]: cluster 2023-12-08T02:05:58.892833+0000 mgr.a (mgr.14403) 21329 : cluster 0 pgmap v15928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:00 smithi135 bash[32435]: cluster 2023-12-08T02:05:58.892833+0000 mgr.a (mgr.14403) 21329 : cluster 0 pgmap v15928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:01 smithi079 bash[28699]: audit 2023-12-08T02:05:59.519474+0000 mgr.a (mgr.14403) 21330 : audit 0 from='client.422055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:01 smithi194 bash[32038]: audit 2023-12-08T02:05:59.519474+0000 mgr.a (mgr.14403) 21330 : audit 0 from='client.422055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:01 smithi135 bash[32435]: audit 2023-12-08T02:05:59.519474+0000 mgr.a (mgr.14403) 21330 : audit 0 from='client.422055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:02 smithi079 bash[28699]: cluster 2023-12-08T02:06:00.893507+0000 mgr.a (mgr.14403) 21331 : cluster 0 pgmap v15929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:02 smithi194 bash[32038]: cluster 2023-12-08T02:06:00.893507+0000 mgr.a (mgr.14403) 21331 : cluster 0 pgmap v15929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:02 smithi135 bash[32435]: cluster 2023-12-08T02:06:00.893507+0000 mgr.a (mgr.14403) 21331 : cluster 0 pgmap v15929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:04 smithi079 bash[28699]: cluster 2023-12-08T02:06:02.894053+0000 mgr.a (mgr.14403) 21332 : cluster 0 pgmap v15930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:04 smithi194 bash[32038]: cluster 2023-12-08T02:06:02.894053+0000 mgr.a (mgr.14403) 21332 : cluster 0 pgmap v15930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:04 smithi135 bash[32435]: cluster 2023-12-08T02:06:02.894053+0000 mgr.a (mgr.14403) 21332 : cluster 0 pgmap v15930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:05.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:06:05.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:05.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:05.957 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:06:05.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:05.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:05.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:05.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:06:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:06 smithi079 bash[28699]: cluster 2023-12-08T02:06:04.894938+0000 mgr.a (mgr.14403) 21333 : cluster 0 pgmap v15931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:06 smithi194 bash[32038]: cluster 2023-12-08T02:06:04.894938+0000 mgr.a (mgr.14403) 21333 : cluster 0 pgmap v15931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:06 smithi135 bash[32435]: cluster 2023-12-08T02:06:04.894938+0000 mgr.a (mgr.14403) 21333 : cluster 0 pgmap v15931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:07 smithi079 bash[28699]: audit 2023-12-08T02:06:05.436829+0000 mgr.a (mgr.14403) 21334 : audit 0 from='client.422130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:07 smithi079 bash[28699]: cluster 2023-12-08T02:06:06.895618+0000 mgr.a (mgr.14403) 21335 : cluster 0 pgmap v15932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:07 smithi194 bash[32038]: audit 2023-12-08T02:06:05.436829+0000 mgr.a (mgr.14403) 21334 : audit 0 from='client.422130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:07 smithi194 bash[32038]: cluster 2023-12-08T02:06:06.895618+0000 mgr.a (mgr.14403) 21335 : cluster 0 pgmap v15932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:07 smithi135 bash[32435]: audit 2023-12-08T02:06:05.436829+0000 mgr.a (mgr.14403) 21334 : audit 0 from='client.422130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:07 smithi135 bash[32435]: cluster 2023-12-08T02:06:06.895618+0000 mgr.a (mgr.14403) 21335 : cluster 0 pgmap v15932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:10 smithi079 bash[28699]: cluster 2023-12-08T02:06:08.896458+0000 mgr.a (mgr.14403) 21336 : cluster 0 pgmap v15933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:10 smithi194 bash[32038]: cluster 2023-12-08T02:06:08.896458+0000 mgr.a (mgr.14403) 21336 : cluster 0 pgmap v15933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:10.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:10 smithi135 bash[32435]: cluster 2023-12-08T02:06:08.896458+0000 mgr.a (mgr.14403) 21336 : cluster 0 pgmap v15933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:10.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:06:10.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:10.960 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:11.867 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:06:11.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:11.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:11.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:11.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:06:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:12 smithi079 bash[28699]: cluster 2023-12-08T02:06:10.897025+0000 mgr.a (mgr.14403) 21337 : cluster 0 pgmap v15934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:12 smithi194 bash[32038]: cluster 2023-12-08T02:06:10.897025+0000 mgr.a (mgr.14403) 21337 : cluster 0 pgmap v15934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:12 smithi135 bash[32435]: cluster 2023-12-08T02:06:10.897025+0000 mgr.a (mgr.14403) 21337 : cluster 0 pgmap v15934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:13 smithi079 bash[28699]: audit 2023-12-08T02:06:11.368053+0000 mgr.a (mgr.14403) 21338 : audit 0 from='client.422208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:13 smithi194 bash[32038]: audit 2023-12-08T02:06:11.368053+0000 mgr.a (mgr.14403) 21338 : audit 0 from='client.422208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:13 smithi135 bash[32435]: audit 2023-12-08T02:06:11.368053+0000 mgr.a (mgr.14403) 21338 : audit 0 from='client.422208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:14 smithi079 bash[28699]: cluster 2023-12-08T02:06:12.897719+0000 mgr.a (mgr.14403) 21339 : cluster 0 pgmap v15935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:14 smithi194 bash[32038]: cluster 2023-12-08T02:06:12.897719+0000 mgr.a (mgr.14403) 21339 : cluster 0 pgmap v15935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:14 smithi135 bash[32435]: cluster 2023-12-08T02:06:12.897719+0000 mgr.a (mgr.14403) 21339 : cluster 0 pgmap v15935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:16 smithi079 bash[28699]: cluster 2023-12-08T02:06:14.898565+0000 mgr.a (mgr.14403) 21340 : cluster 0 pgmap v15936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:16 smithi194 bash[32038]: cluster 2023-12-08T02:06:14.898565+0000 mgr.a (mgr.14403) 21340 : cluster 0 pgmap v15936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:16 smithi135 bash[32435]: cluster 2023-12-08T02:06:14.898565+0000 mgr.a (mgr.14403) 21340 : cluster 0 pgmap v15936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:16.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:06:16.871 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:16.871 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:17.780 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:06:17.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:17.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:17.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:17.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:06:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:18 smithi079 bash[28699]: cluster 2023-12-08T02:06:16.899178+0000 mgr.a (mgr.14403) 21341 : cluster 0 pgmap v15937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:18 smithi079 bash[28699]: audit 2023-12-08T02:06:17.273632+0000 mgr.a (mgr.14403) 21342 : audit 0 from='client.422286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:18 smithi194 bash[32038]: cluster 2023-12-08T02:06:16.899178+0000 mgr.a (mgr.14403) 21341 : cluster 0 pgmap v15937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:18.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:18 smithi194 bash[32038]: audit 2023-12-08T02:06:17.273632+0000 mgr.a (mgr.14403) 21342 : audit 0 from='client.422286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:18 smithi135 bash[32435]: cluster 2023-12-08T02:06:16.899178+0000 mgr.a (mgr.14403) 21341 : cluster 0 pgmap v15937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:18 smithi135 bash[32435]: audit 2023-12-08T02:06:17.273632+0000 mgr.a (mgr.14403) 21342 : audit 0 from='client.422286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:20 smithi079 bash[28699]: cluster 2023-12-08T02:06:18.900125+0000 mgr.a (mgr.14403) 21343 : cluster 0 pgmap v15938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:20 smithi194 bash[32038]: cluster 2023-12-08T02:06:18.900125+0000 mgr.a (mgr.14403) 21343 : cluster 0 pgmap v15938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:20 smithi135 bash[32435]: cluster 2023-12-08T02:06:18.900125+0000 mgr.a (mgr.14403) 21343 : cluster 0 pgmap v15938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:22 smithi079 bash[28699]: cluster 2023-12-08T02:06:20.900718+0000 mgr.a (mgr.14403) 21344 : cluster 0 pgmap v15939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:22 smithi194 bash[32038]: cluster 2023-12-08T02:06:20.900718+0000 mgr.a (mgr.14403) 21344 : cluster 0 pgmap v15939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:22 smithi135 bash[32435]: cluster 2023-12-08T02:06:20.900718+0000 mgr.a (mgr.14403) 21344 : cluster 0 pgmap v15939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:22.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:06:22.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:22.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:23.708 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:06:23.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:23.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:23.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:23.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:06:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:24 smithi079 bash[28699]: cluster 2023-12-08T02:06:22.901268+0000 mgr.a (mgr.14403) 21345 : cluster 0 pgmap v15940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:24 smithi079 bash[28699]: audit 2023-12-08T02:06:23.192337+0000 mgr.a (mgr.14403) 21346 : audit 0 from='client.422364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:24 smithi194 bash[32038]: cluster 2023-12-08T02:06:22.901268+0000 mgr.a (mgr.14403) 21345 : cluster 0 pgmap v15940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:24 smithi194 bash[32038]: audit 2023-12-08T02:06:23.192337+0000 mgr.a (mgr.14403) 21346 : audit 0 from='client.422364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:24 smithi135 bash[32435]: cluster 2023-12-08T02:06:22.901268+0000 mgr.a (mgr.14403) 21345 : cluster 0 pgmap v15940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:24 smithi135 bash[32435]: audit 2023-12-08T02:06:23.192337+0000 mgr.a (mgr.14403) 21346 : audit 0 from='client.422364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:26 smithi079 bash[28699]: cluster 2023-12-08T02:06:24.902277+0000 mgr.a (mgr.14403) 21347 : cluster 0 pgmap v15941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:06:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:26 smithi194 bash[32038]: cluster 2023-12-08T02:06:24.902277+0000 mgr.a (mgr.14403) 21347 : cluster 0 pgmap v15941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:06:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:26 smithi135 bash[32435]: cluster 2023-12-08T02:06:24.902277+0000 mgr.a (mgr.14403) 21347 : cluster 0 pgmap v15941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:06:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:28 smithi079 bash[28699]: cluster 2023-12-08T02:06:26.902881+0000 mgr.a (mgr.14403) 21348 : cluster 0 pgmap v15942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:06:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:28 smithi194 bash[32038]: cluster 2023-12-08T02:06:26.902881+0000 mgr.a (mgr.14403) 21348 : cluster 0 pgmap v15942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:06:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:28 smithi135 bash[32435]: cluster 2023-12-08T02:06:26.902881+0000 mgr.a (mgr.14403) 21348 : cluster 0 pgmap v15942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:06:28.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:06:28.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:28.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:29.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:29.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:29.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:29.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:06:29.603 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:06:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:30 smithi079 bash[28699]: cluster 2023-12-08T02:06:28.903633+0000 mgr.a (mgr.14403) 21349 : cluster 0 pgmap v15943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:30 smithi079 bash[28699]: audit 2023-12-08T02:06:29.115884+0000 mgr.a (mgr.14403) 21350 : audit 0 from='client.422442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:30 smithi194 bash[32038]: cluster 2023-12-08T02:06:28.903633+0000 mgr.a (mgr.14403) 21349 : cluster 0 pgmap v15943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:30 smithi194 bash[32038]: audit 2023-12-08T02:06:29.115884+0000 mgr.a (mgr.14403) 21350 : audit 0 from='client.422442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:30 smithi135 bash[32435]: cluster 2023-12-08T02:06:28.903633+0000 mgr.a (mgr.14403) 21349 : cluster 0 pgmap v15943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:30 smithi135 bash[32435]: audit 2023-12-08T02:06:29.115884+0000 mgr.a (mgr.14403) 21350 : audit 0 from='client.422442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:32 smithi079 bash[28699]: cluster 2023-12-08T02:06:30.904365+0000 mgr.a (mgr.14403) 21351 : cluster 0 pgmap v15944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:32 smithi194 bash[32038]: cluster 2023-12-08T02:06:30.904365+0000 mgr.a (mgr.14403) 21351 : cluster 0 pgmap v15944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:32 smithi135 bash[32435]: cluster 2023-12-08T02:06:30.904365+0000 mgr.a (mgr.14403) 21351 : cluster 0 pgmap v15944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:34.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:06:34.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:34.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:34 smithi079 bash[28699]: cluster 2023-12-08T02:06:32.904938+0000 mgr.a (mgr.14403) 21352 : cluster 0 pgmap v15945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:34 smithi194 bash[32038]: cluster 2023-12-08T02:06:32.904938+0000 mgr.a (mgr.14403) 21352 : cluster 0 pgmap v15945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:34 smithi135 bash[32435]: cluster 2023-12-08T02:06:32.904938+0000 mgr.a (mgr.14403) 21352 : cluster 0 pgmap v15945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:06:35.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:35.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:35.500 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:06:35.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:35.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:06:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:36 smithi079 bash[28699]: cluster 2023-12-08T02:06:34.905739+0000 mgr.a (mgr.14403) 21353 : cluster 0 pgmap v15946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:36 smithi079 bash[28699]: audit 2023-12-08T02:06:35.007660+0000 mgr.a (mgr.14403) 21354 : audit 0 from='client.422517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:36 smithi194 bash[32038]: cluster 2023-12-08T02:06:34.905739+0000 mgr.a (mgr.14403) 21353 : cluster 0 pgmap v15946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:36 smithi194 bash[32038]: audit 2023-12-08T02:06:35.007660+0000 mgr.a (mgr.14403) 21354 : audit 0 from='client.422517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:36 smithi135 bash[32435]: cluster 2023-12-08T02:06:34.905739+0000 mgr.a (mgr.14403) 21353 : cluster 0 pgmap v15946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:36 smithi135 bash[32435]: audit 2023-12-08T02:06:35.007660+0000 mgr.a (mgr.14403) 21354 : audit 0 from='client.422517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:38 smithi079 bash[28699]: cluster 2023-12-08T02:06:36.906431+0000 mgr.a (mgr.14403) 21355 : cluster 0 pgmap v15947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:06:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:38 smithi194 bash[32038]: cluster 2023-12-08T02:06:36.906431+0000 mgr.a (mgr.14403) 21355 : cluster 0 pgmap v15947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:06:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:38 smithi135 bash[32435]: cluster 2023-12-08T02:06:36.906431+0000 mgr.a (mgr.14403) 21355 : cluster 0 pgmap v15947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:06:40.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:06:40.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:40.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:40 smithi079 bash[28699]: cluster 2023-12-08T02:06:38.907192+0000 mgr.a (mgr.14403) 21356 : cluster 0 pgmap v15948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:06:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:40 smithi194 bash[32038]: cluster 2023-12-08T02:06:38.907192+0000 mgr.a (mgr.14403) 21356 : cluster 0 pgmap v15948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:06:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:40 smithi135 bash[32435]: cluster 2023-12-08T02:06:38.907192+0000 mgr.a (mgr.14403) 21356 : cluster 0 pgmap v15948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:06:41.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:41.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:41.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:41.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:06:41.389 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:06:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:42 smithi079 bash[28699]: audit 2023-12-08T02:06:40.903538+0000 mgr.a (mgr.14403) 21357 : audit 0 from='client.422595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:42 smithi079 bash[28699]: cluster 2023-12-08T02:06:40.914787+0000 mgr.a (mgr.14403) 21358 : cluster 0 pgmap v15949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:42 smithi194 bash[32038]: audit 2023-12-08T02:06:40.903538+0000 mgr.a (mgr.14403) 21357 : audit 0 from='client.422595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:42 smithi194 bash[32038]: cluster 2023-12-08T02:06:40.914787+0000 mgr.a (mgr.14403) 21358 : cluster 0 pgmap v15949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:42 smithi135 bash[32435]: audit 2023-12-08T02:06:40.903538+0000 mgr.a (mgr.14403) 21357 : audit 0 from='client.422595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:42 smithi135 bash[32435]: cluster 2023-12-08T02:06:40.914787+0000 mgr.a (mgr.14403) 21358 : cluster 0 pgmap v15949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:44 smithi079 bash[28699]: cluster 2023-12-08T02:06:42.915539+0000 mgr.a (mgr.14403) 21359 : cluster 0 pgmap v15950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:44 smithi194 bash[32038]: cluster 2023-12-08T02:06:42.915539+0000 mgr.a (mgr.14403) 21359 : cluster 0 pgmap v15950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:44.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:44 smithi135 bash[32435]: cluster 2023-12-08T02:06:42.915539+0000 mgr.a (mgr.14403) 21359 : cluster 0 pgmap v15950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:46.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:06:46.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:46.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:46 smithi079 bash[28699]: cluster 2023-12-08T02:06:44.916410+0000 mgr.a (mgr.14403) 21360 : cluster 0 pgmap v15951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:46 smithi194 bash[32038]: cluster 2023-12-08T02:06:44.916410+0000 mgr.a (mgr.14403) 21360 : cluster 0 pgmap v15951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:46 smithi135 bash[32435]: cluster 2023-12-08T02:06:44.916410+0000 mgr.a (mgr.14403) 21360 : cluster 0 pgmap v15951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:47.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:47.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:47.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:47.294 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:06:47.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:06:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:48 smithi079 bash[28699]: audit 2023-12-08T02:06:46.792287+0000 mgr.a (mgr.14403) 21361 : audit 0 from='client.422667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:48 smithi079 bash[28699]: cluster 2023-12-08T02:06:46.916934+0000 mgr.a (mgr.14403) 21362 : cluster 0 pgmap v15952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:48 smithi194 bash[32038]: audit 2023-12-08T02:06:46.792287+0000 mgr.a (mgr.14403) 21361 : audit 0 from='client.422667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:48 smithi194 bash[32038]: cluster 2023-12-08T02:06:46.916934+0000 mgr.a (mgr.14403) 21362 : cluster 0 pgmap v15952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:48 smithi135 bash[32435]: audit 2023-12-08T02:06:46.792287+0000 mgr.a (mgr.14403) 21361 : audit 0 from='client.422667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:48 smithi135 bash[32435]: cluster 2023-12-08T02:06:46.916934+0000 mgr.a (mgr.14403) 21362 : cluster 0 pgmap v15952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:50 smithi079 bash[28699]: cluster 2023-12-08T02:06:48.917800+0000 mgr.a (mgr.14403) 21363 : cluster 0 pgmap v15953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:50 smithi194 bash[32038]: cluster 2023-12-08T02:06:48.917800+0000 mgr.a (mgr.14403) 21363 : cluster 0 pgmap v15953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:50 smithi135 bash[32435]: cluster 2023-12-08T02:06:48.917800+0000 mgr.a (mgr.14403) 21363 : cluster 0 pgmap v15953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:52.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:06:52.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:52.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:52 smithi079 bash[28699]: cluster 2023-12-08T02:06:50.918382+0000 mgr.a (mgr.14403) 21364 : cluster 0 pgmap v15954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:52 smithi194 bash[32038]: cluster 2023-12-08T02:06:50.918382+0000 mgr.a (mgr.14403) 21364 : cluster 0 pgmap v15954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:52 smithi135 bash[32435]: cluster 2023-12-08T02:06:50.918382+0000 mgr.a (mgr.14403) 21364 : cluster 0 pgmap v15954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:53.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:53.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:53.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:53.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:06:53.176 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:06:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:53 smithi079 bash[28699]: audit 2023-12-08T02:06:52.527760+0000 mon.a (mon.0) 3397 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:06:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:53 smithi194 bash[32038]: audit 2023-12-08T02:06:52.527760+0000 mon.a (mon.0) 3397 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:06:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:53 smithi135 bash[32435]: audit 2023-12-08T02:06:52.527760+0000 mon.a (mon.0) 3397 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:06:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:54 smithi079 bash[28699]: audit 2023-12-08T02:06:52.707720+0000 mgr.a (mgr.14403) 21365 : audit 0 from='client.422745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:54 smithi079 bash[28699]: cluster 2023-12-08T02:06:52.918835+0000 mgr.a (mgr.14403) 21366 : cluster 0 pgmap v15955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:54 smithi194 bash[32038]: audit 2023-12-08T02:06:52.707720+0000 mgr.a (mgr.14403) 21365 : audit 0 from='client.422745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:54 smithi194 bash[32038]: cluster 2023-12-08T02:06:52.918835+0000 mgr.a (mgr.14403) 21366 : cluster 0 pgmap v15955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:54 smithi135 bash[32435]: audit 2023-12-08T02:06:52.707720+0000 mgr.a (mgr.14403) 21365 : audit 0 from='client.422745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:06:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:54 smithi135 bash[32435]: cluster 2023-12-08T02:06:52.918835+0000 mgr.a (mgr.14403) 21366 : cluster 0 pgmap v15955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:56 smithi079 bash[28699]: cluster 2023-12-08T02:06:54.919747+0000 mgr.a (mgr.14403) 21367 : cluster 0 pgmap v15956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:56 smithi194 bash[32038]: cluster 2023-12-08T02:06:54.919747+0000 mgr.a (mgr.14403) 21367 : cluster 0 pgmap v15956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:56 smithi135 bash[32435]: cluster 2023-12-08T02:06:54.919747+0000 mgr.a (mgr.14403) 21367 : cluster 0 pgmap v15956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:06:58.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:06:58.178 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:06:58.179 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:06:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:58 smithi079 bash[28699]: cluster 2023-12-08T02:06:56.920332+0000 mgr.a (mgr.14403) 21368 : cluster 0 pgmap v15957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:58 smithi079 bash[28699]: audit 2023-12-08T02:06:57.874724+0000 mon.a (mon.0) 3398 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:58 smithi079 bash[28699]: audit 2023-12-08T02:06:57.880511+0000 mon.a (mon.0) 3399 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:58 smithi079 bash[28699]: audit 2023-12-08T02:06:57.887267+0000 mon.a (mon.0) 3400 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:58 smithi079 bash[28699]: audit 2023-12-08T02:06:57.892444+0000 mon.a (mon.0) 3401 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:58 smithi079 bash[28699]: audit 2023-12-08T02:06:57.920752+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:58 smithi079 bash[28699]: audit 2023-12-08T02:06:57.926967+0000 mon.a (mon.0) 3403 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:58 smithi194 bash[32038]: cluster 2023-12-08T02:06:56.920332+0000 mgr.a (mgr.14403) 21368 : cluster 0 pgmap v15957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:58 smithi194 bash[32038]: audit 2023-12-08T02:06:57.874724+0000 mon.a (mon.0) 3398 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:58 smithi194 bash[32038]: audit 2023-12-08T02:06:57.880511+0000 mon.a (mon.0) 3399 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:58 smithi194 bash[32038]: audit 2023-12-08T02:06:57.887267+0000 mon.a (mon.0) 3400 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:58 smithi194 bash[32038]: audit 2023-12-08T02:06:57.892444+0000 mon.a (mon.0) 3401 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:58 smithi194 bash[32038]: audit 2023-12-08T02:06:57.920752+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:58 smithi194 bash[32038]: audit 2023-12-08T02:06:57.926967+0000 mon.a (mon.0) 3403 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:58 smithi135 bash[32435]: cluster 2023-12-08T02:06:56.920332+0000 mgr.a (mgr.14403) 21368 : cluster 0 pgmap v15957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:06:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:58 smithi135 bash[32435]: audit 2023-12-08T02:06:57.874724+0000 mon.a (mon.0) 3398 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:58 smithi135 bash[32435]: audit 2023-12-08T02:06:57.880511+0000 mon.a (mon.0) 3399 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:58 smithi135 bash[32435]: audit 2023-12-08T02:06:57.887267+0000 mon.a (mon.0) 3400 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:58 smithi135 bash[32435]: audit 2023-12-08T02:06:57.892444+0000 mon.a (mon.0) 3401 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:58 smithi135 bash[32435]: audit 2023-12-08T02:06:57.920752+0000 mon.a (mon.0) 3402 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:58.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:58 smithi135 bash[32435]: audit 2023-12-08T02:06:57.926967+0000 mon.a (mon.0) 3403 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:59.091 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:06:59.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:06:59.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:06:59.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:06:59.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:06:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:59 smithi079 bash[28699]: audit 2023-12-08T02:06:58.667403+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:06:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:59 smithi079 bash[28699]: audit 2023-12-08T02:06:58.668868+0000 mon.a (mon.0) 3405 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:06:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:06:59 smithi079 bash[28699]: audit 2023-12-08T02:06:58.676586+0000 mon.a (mon.0) 3406 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:59 smithi194 bash[32038]: audit 2023-12-08T02:06:58.667403+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:06:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:59 smithi194 bash[32038]: audit 2023-12-08T02:06:58.668868+0000 mon.a (mon.0) 3405 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:06:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:06:59 smithi194 bash[32038]: audit 2023-12-08T02:06:58.676586+0000 mon.a (mon.0) 3406 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:06:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:59 smithi135 bash[32435]: audit 2023-12-08T02:06:58.667403+0000 mon.a (mon.0) 3404 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:06:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:59 smithi135 bash[32435]: audit 2023-12-08T02:06:58.668868+0000 mon.a (mon.0) 3405 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:06:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:06:59 smithi135 bash[32435]: audit 2023-12-08T02:06:58.676586+0000 mon.a (mon.0) 3406 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:07:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:00 smithi079 bash[28699]: audit 2023-12-08T02:06:58.576619+0000 mgr.a (mgr.14403) 21369 : audit 0 from='client.422823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:00 smithi079 bash[28699]: cluster 2023-12-08T02:06:58.921075+0000 mgr.a (mgr.14403) 21370 : cluster 0 pgmap v15958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:07:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:00 smithi194 bash[32038]: audit 2023-12-08T02:06:58.576619+0000 mgr.a (mgr.14403) 21369 : audit 0 from='client.422823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:00 smithi194 bash[32038]: cluster 2023-12-08T02:06:58.921075+0000 mgr.a (mgr.14403) 21370 : cluster 0 pgmap v15958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:07:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:00 smithi135 bash[32435]: audit 2023-12-08T02:06:58.576619+0000 mgr.a (mgr.14403) 21369 : audit 0 from='client.422823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:00 smithi135 bash[32435]: cluster 2023-12-08T02:06:58.921075+0000 mgr.a (mgr.14403) 21370 : cluster 0 pgmap v15958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:07:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:01 smithi079 bash[28699]: cluster 2023-12-08T02:07:00.921714+0000 mgr.a (mgr.14403) 21371 : cluster 0 pgmap v15959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:07:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:01 smithi194 bash[32038]: cluster 2023-12-08T02:07:00.921714+0000 mgr.a (mgr.14403) 21371 : cluster 0 pgmap v15959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:07:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:01 smithi135 bash[32435]: cluster 2023-12-08T02:07:00.921714+0000 mgr.a (mgr.14403) 21371 : cluster 0 pgmap v15959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:07:04.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:07:04.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:04.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:03 smithi079 bash[28699]: cluster 2023-12-08T02:07:02.922297+0000 mgr.a (mgr.14403) 21372 : cluster 0 pgmap v15960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:07:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:03 smithi194 bash[32038]: cluster 2023-12-08T02:07:02.922297+0000 mgr.a (mgr.14403) 21372 : cluster 0 pgmap v15960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:07:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:03 smithi135 bash[32435]: cluster 2023-12-08T02:07:02.922297+0000 mgr.a (mgr.14403) 21372 : cluster 0 pgmap v15960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:07:05.019 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:07:05.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:05.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:05.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:05.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:07:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:06 smithi079 bash[28699]: audit 2023-12-08T02:07:04.498398+0000 mgr.a (mgr.14403) 21373 : audit 0 from='client.422898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:06 smithi079 bash[28699]: cluster 2023-12-08T02:07:04.923599+0000 mgr.a (mgr.14403) 21374 : cluster 0 pgmap v15961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:06 smithi194 bash[32038]: audit 2023-12-08T02:07:04.498398+0000 mgr.a (mgr.14403) 21373 : audit 0 from='client.422898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:06 smithi194 bash[32038]: cluster 2023-12-08T02:07:04.923599+0000 mgr.a (mgr.14403) 21374 : cluster 0 pgmap v15961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:06 smithi135 bash[32435]: audit 2023-12-08T02:07:04.498398+0000 mgr.a (mgr.14403) 21373 : audit 0 from='client.422898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:06 smithi135 bash[32435]: cluster 2023-12-08T02:07:04.923599+0000 mgr.a (mgr.14403) 21374 : cluster 0 pgmap v15961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:08 smithi079 bash[28699]: cluster 2023-12-08T02:07:06.924252+0000 mgr.a (mgr.14403) 21375 : cluster 0 pgmap v15962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:08 smithi194 bash[32038]: cluster 2023-12-08T02:07:06.924252+0000 mgr.a (mgr.14403) 21375 : cluster 0 pgmap v15962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:08.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:08 smithi135 bash[32435]: cluster 2023-12-08T02:07:06.924252+0000 mgr.a (mgr.14403) 21375 : cluster 0 pgmap v15962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:10.021 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:07:10.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:10.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:10 smithi079 bash[28699]: cluster 2023-12-08T02:07:08.924981+0000 mgr.a (mgr.14403) 21376 : cluster 0 pgmap v15963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:10 smithi194 bash[32038]: cluster 2023-12-08T02:07:08.924981+0000 mgr.a (mgr.14403) 21376 : cluster 0 pgmap v15963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:10.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:10 smithi135 bash[32435]: cluster 2023-12-08T02:07:08.924981+0000 mgr.a (mgr.14403) 21376 : cluster 0 pgmap v15963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:10.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:10.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:10.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:10.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:07:10.926 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:07:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:12 smithi079 bash[28699]: audit 2023-12-08T02:07:10.436826+0000 mgr.a (mgr.14403) 21377 : audit 0 from='client.422970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:12 smithi079 bash[28699]: cluster 2023-12-08T02:07:10.925674+0000 mgr.a (mgr.14403) 21378 : cluster 0 pgmap v15964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:07:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:12 smithi194 bash[32038]: audit 2023-12-08T02:07:10.436826+0000 mgr.a (mgr.14403) 21377 : audit 0 from='client.422970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:12 smithi194 bash[32038]: cluster 2023-12-08T02:07:10.925674+0000 mgr.a (mgr.14403) 21378 : cluster 0 pgmap v15964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:07:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:12 smithi135 bash[32435]: audit 2023-12-08T02:07:10.436826+0000 mgr.a (mgr.14403) 21377 : audit 0 from='client.422970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:12 smithi135 bash[32435]: cluster 2023-12-08T02:07:10.925674+0000 mgr.a (mgr.14403) 21378 : cluster 0 pgmap v15964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:07:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:14 smithi079 bash[28699]: cluster 2023-12-08T02:07:12.926254+0000 mgr.a (mgr.14403) 21379 : cluster 0 pgmap v15965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:07:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:14 smithi194 bash[32038]: cluster 2023-12-08T02:07:12.926254+0000 mgr.a (mgr.14403) 21379 : cluster 0 pgmap v15965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:07:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:14 smithi135 bash[32435]: cluster 2023-12-08T02:07:12.926254+0000 mgr.a (mgr.14403) 21379 : cluster 0 pgmap v15965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:07:15.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:07:15.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:15.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:16 smithi079 bash[28699]: cluster 2023-12-08T02:07:14.927105+0000 mgr.a (mgr.14403) 21380 : cluster 0 pgmap v15966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:07:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:16 smithi194 bash[32038]: cluster 2023-12-08T02:07:14.927105+0000 mgr.a (mgr.14403) 21380 : cluster 0 pgmap v15966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:07:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:16 smithi135 bash[32435]: cluster 2023-12-08T02:07:14.927105+0000 mgr.a (mgr.14403) 21380 : cluster 0 pgmap v15966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:07:16.824 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:07:16.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:16.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:16.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:16.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:07:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:18 smithi079 bash[28699]: audit 2023-12-08T02:07:16.329536+0000 mgr.a (mgr.14403) 21381 : audit 0 from='client.423045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:18 smithi079 bash[28699]: cluster 2023-12-08T02:07:16.927845+0000 mgr.a (mgr.14403) 21382 : cluster 0 pgmap v15967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:18 smithi194 bash[32038]: audit 2023-12-08T02:07:16.329536+0000 mgr.a (mgr.14403) 21381 : audit 0 from='client.423045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:18 smithi194 bash[32038]: cluster 2023-12-08T02:07:16.927845+0000 mgr.a (mgr.14403) 21382 : cluster 0 pgmap v15967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:18 smithi135 bash[32435]: audit 2023-12-08T02:07:16.329536+0000 mgr.a (mgr.14403) 21381 : audit 0 from='client.423045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:18 smithi135 bash[32435]: cluster 2023-12-08T02:07:16.927845+0000 mgr.a (mgr.14403) 21382 : cluster 0 pgmap v15967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:20 smithi079 bash[28699]: cluster 2023-12-08T02:07:18.928709+0000 mgr.a (mgr.14403) 21383 : cluster 0 pgmap v15968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:20 smithi194 bash[32038]: cluster 2023-12-08T02:07:18.928709+0000 mgr.a (mgr.14403) 21383 : cluster 0 pgmap v15968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:20 smithi135 bash[32435]: cluster 2023-12-08T02:07:18.928709+0000 mgr.a (mgr.14403) 21383 : cluster 0 pgmap v15968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:21.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:07:21.828 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:21.828 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:22 smithi079 bash[28699]: cluster 2023-12-08T02:07:20.929321+0000 mgr.a (mgr.14403) 21384 : cluster 0 pgmap v15969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:22.689 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:07:22.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:22.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:22.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:22.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:07:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:22 smithi194 bash[32038]: cluster 2023-12-08T02:07:20.929321+0000 mgr.a (mgr.14403) 21384 : cluster 0 pgmap v15969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:22 smithi135 bash[32435]: cluster 2023-12-08T02:07:20.929321+0000 mgr.a (mgr.14403) 21384 : cluster 0 pgmap v15969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:23 smithi079 bash[28699]: audit 2023-12-08T02:07:22.228296+0000 mgr.a (mgr.14403) 21385 : audit 0 from='client.423120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:23 smithi194 bash[32038]: audit 2023-12-08T02:07:22.228296+0000 mgr.a (mgr.14403) 21385 : audit 0 from='client.423120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:23 smithi135 bash[32435]: audit 2023-12-08T02:07:22.228296+0000 mgr.a (mgr.14403) 21385 : audit 0 from='client.423120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:24 smithi079 bash[28699]: cluster 2023-12-08T02:07:22.930077+0000 mgr.a (mgr.14403) 21386 : cluster 0 pgmap v15970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:24 smithi194 bash[32038]: cluster 2023-12-08T02:07:22.930077+0000 mgr.a (mgr.14403) 21386 : cluster 0 pgmap v15970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:24 smithi135 bash[32435]: cluster 2023-12-08T02:07:22.930077+0000 mgr.a (mgr.14403) 21386 : cluster 0 pgmap v15970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:25 smithi079 bash[28699]: cluster 2023-12-08T02:07:24.930936+0000 mgr.a (mgr.14403) 21387 : cluster 0 pgmap v15971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:25 smithi194 bash[32038]: cluster 2023-12-08T02:07:24.930936+0000 mgr.a (mgr.14403) 21387 : cluster 0 pgmap v15971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:25 smithi135 bash[32435]: cluster 2023-12-08T02:07:24.930936+0000 mgr.a (mgr.14403) 21387 : cluster 0 pgmap v15971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:27.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:07:27.693 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:27.693 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:27 smithi079 bash[28699]: cluster 2023-12-08T02:07:26.931492+0000 mgr.a (mgr.14403) 21388 : cluster 0 pgmap v15972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:27 smithi194 bash[32038]: cluster 2023-12-08T02:07:26.931492+0000 mgr.a (mgr.14403) 21388 : cluster 0 pgmap v15972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:27 smithi135 bash[32435]: cluster 2023-12-08T02:07:26.931492+0000 mgr.a (mgr.14403) 21388 : cluster 0 pgmap v15972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:28.601 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:07:28.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:28.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:28.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:28.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:07:29.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:28 smithi079 bash[28699]: audit 2023-12-08T02:07:28.093842+0000 mgr.a (mgr.14403) 21389 : audit 0 from='client.423192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:28 smithi194 bash[32038]: audit 2023-12-08T02:07:28.093842+0000 mgr.a (mgr.14403) 21389 : audit 0 from='client.423192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:29.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:28 smithi135 bash[32435]: audit 2023-12-08T02:07:28.093842+0000 mgr.a (mgr.14403) 21389 : audit 0 from='client.423192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:30 smithi079 bash[28699]: cluster 2023-12-08T02:07:28.932455+0000 mgr.a (mgr.14403) 21390 : cluster 0 pgmap v15973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:07:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:30 smithi194 bash[32038]: cluster 2023-12-08T02:07:28.932455+0000 mgr.a (mgr.14403) 21390 : cluster 0 pgmap v15973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:07:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:30 smithi135 bash[32435]: cluster 2023-12-08T02:07:28.932455+0000 mgr.a (mgr.14403) 21390 : cluster 0 pgmap v15973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:07:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:32 smithi079 bash[28699]: cluster 2023-12-08T02:07:30.933033+0000 mgr.a (mgr.14403) 21391 : cluster 0 pgmap v15974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:07:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:32 smithi194 bash[32038]: cluster 2023-12-08T02:07:30.933033+0000 mgr.a (mgr.14403) 21391 : cluster 0 pgmap v15974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:07:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:32 smithi135 bash[32435]: cluster 2023-12-08T02:07:30.933033+0000 mgr.a (mgr.14403) 21391 : cluster 0 pgmap v15974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:07:33.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:07:33.605 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:33.605 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:34.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:34.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:34.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:34.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:07:34.520 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:07:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:34 smithi079 bash[28699]: cluster 2023-12-08T02:07:32.933592+0000 mgr.a (mgr.14403) 21392 : cluster 0 pgmap v15975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:07:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:34 smithi194 bash[32038]: cluster 2023-12-08T02:07:32.933592+0000 mgr.a (mgr.14403) 21392 : cluster 0 pgmap v15975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:07:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:34 smithi135 bash[32435]: cluster 2023-12-08T02:07:32.933592+0000 mgr.a (mgr.14403) 21392 : cluster 0 pgmap v15975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:07:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:35 smithi079 bash[28699]: audit 2023-12-08T02:07:34.011699+0000 mgr.a (mgr.14403) 21393 : audit 0 from='client.423270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:35 smithi194 bash[32038]: audit 2023-12-08T02:07:34.011699+0000 mgr.a (mgr.14403) 21393 : audit 0 from='client.423270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:35 smithi135 bash[32435]: audit 2023-12-08T02:07:34.011699+0000 mgr.a (mgr.14403) 21393 : audit 0 from='client.423270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:36 smithi079 bash[28699]: cluster 2023-12-08T02:07:34.934656+0000 mgr.a (mgr.14403) 21394 : cluster 0 pgmap v15976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:36 smithi194 bash[32038]: cluster 2023-12-08T02:07:34.934656+0000 mgr.a (mgr.14403) 21394 : cluster 0 pgmap v15976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:36 smithi135 bash[32435]: cluster 2023-12-08T02:07:34.934656+0000 mgr.a (mgr.14403) 21394 : cluster 0 pgmap v15976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:38 smithi079 bash[28699]: cluster 2023-12-08T02:07:36.935239+0000 mgr.a (mgr.14403) 21395 : cluster 0 pgmap v15977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:38 smithi194 bash[32038]: cluster 2023-12-08T02:07:36.935239+0000 mgr.a (mgr.14403) 21395 : cluster 0 pgmap v15977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:38 smithi135 bash[32435]: cluster 2023-12-08T02:07:36.935239+0000 mgr.a (mgr.14403) 21395 : cluster 0 pgmap v15977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:07:39.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:07:39.523 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:39.523 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:40.443 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:07:40.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:40.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:40.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:40.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:07:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:40 smithi079 bash[28699]: cluster 2023-12-08T02:07:38.935930+0000 mgr.a (mgr.14403) 21396 : cluster 0 pgmap v15978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:40 smithi194 bash[32038]: cluster 2023-12-08T02:07:38.935930+0000 mgr.a (mgr.14403) 21396 : cluster 0 pgmap v15978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:40 smithi135 bash[32435]: cluster 2023-12-08T02:07:38.935930+0000 mgr.a (mgr.14403) 21396 : cluster 0 pgmap v15978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:41 smithi079 bash[28699]: audit 2023-12-08T02:07:39.926564+0000 mgr.a (mgr.14403) 21397 : audit 0 from='client.423345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:41 smithi079 bash[28699]: cluster 2023-12-08T02:07:40.936602+0000 mgr.a (mgr.14403) 21398 : cluster 0 pgmap v15979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:07:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:41 smithi194 bash[32038]: audit 2023-12-08T02:07:39.926564+0000 mgr.a (mgr.14403) 21397 : audit 0 from='client.423345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:41 smithi194 bash[32038]: cluster 2023-12-08T02:07:40.936602+0000 mgr.a (mgr.14403) 21398 : cluster 0 pgmap v15979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:07:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:41 smithi135 bash[32435]: audit 2023-12-08T02:07:39.926564+0000 mgr.a (mgr.14403) 21397 : audit 0 from='client.423345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:41 smithi135 bash[32435]: cluster 2023-12-08T02:07:40.936602+0000 mgr.a (mgr.14403) 21398 : cluster 0 pgmap v15979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:07:44.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:43 smithi079 bash[28699]: cluster 2023-12-08T02:07:42.937145+0000 mgr.a (mgr.14403) 21399 : cluster 0 pgmap v15980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:07:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:43 smithi194 bash[32038]: cluster 2023-12-08T02:07:42.937145+0000 mgr.a (mgr.14403) 21399 : cluster 0 pgmap v15980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:07:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:43 smithi135 bash[32435]: cluster 2023-12-08T02:07:42.937145+0000 mgr.a (mgr.14403) 21399 : cluster 0 pgmap v15980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:07:45.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:07:45.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:45.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:46.354 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:07:46.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:46.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:46.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:46.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:07:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:46 smithi079 bash[28699]: cluster 2023-12-08T02:07:44.937973+0000 mgr.a (mgr.14403) 21400 : cluster 0 pgmap v15981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:07:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:46 smithi194 bash[32038]: cluster 2023-12-08T02:07:44.937973+0000 mgr.a (mgr.14403) 21400 : cluster 0 pgmap v15981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:07:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:46 smithi135 bash[32435]: cluster 2023-12-08T02:07:44.937973+0000 mgr.a (mgr.14403) 21400 : cluster 0 pgmap v15981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:07:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:47 smithi079 bash[28699]: audit 2023-12-08T02:07:45.850366+0000 mgr.a (mgr.14403) 21401 : audit 0 from='client.423423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:47 smithi194 bash[32038]: audit 2023-12-08T02:07:45.850366+0000 mgr.a (mgr.14403) 21401 : audit 0 from='client.423423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:47 smithi135 bash[32435]: audit 2023-12-08T02:07:45.850366+0000 mgr.a (mgr.14403) 21401 : audit 0 from='client.423423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:48 smithi079 bash[28699]: cluster 2023-12-08T02:07:46.938725+0000 mgr.a (mgr.14403) 21402 : cluster 0 pgmap v15982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:48 smithi194 bash[32038]: cluster 2023-12-08T02:07:46.938725+0000 mgr.a (mgr.14403) 21402 : cluster 0 pgmap v15982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:48 smithi135 bash[32435]: cluster 2023-12-08T02:07:46.938725+0000 mgr.a (mgr.14403) 21402 : cluster 0 pgmap v15982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:50 smithi079 bash[28699]: cluster 2023-12-08T02:07:48.939580+0000 mgr.a (mgr.14403) 21403 : cluster 0 pgmap v15983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:50 smithi194 bash[32038]: cluster 2023-12-08T02:07:48.939580+0000 mgr.a (mgr.14403) 21403 : cluster 0 pgmap v15983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:50 smithi135 bash[32435]: cluster 2023-12-08T02:07:48.939580+0000 mgr.a (mgr.14403) 21403 : cluster 0 pgmap v15983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:51.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:07:51.358 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:51.358 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:52.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:52.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:52.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:52.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:07:52.285 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:07:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:52 smithi079 bash[28699]: cluster 2023-12-08T02:07:50.940156+0000 mgr.a (mgr.14403) 21404 : cluster 0 pgmap v15984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:52 smithi194 bash[32038]: cluster 2023-12-08T02:07:50.940156+0000 mgr.a (mgr.14403) 21404 : cluster 0 pgmap v15984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:52 smithi135 bash[32435]: cluster 2023-12-08T02:07:50.940156+0000 mgr.a (mgr.14403) 21404 : cluster 0 pgmap v15984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:53 smithi079 bash[28699]: audit 2023-12-08T02:07:51.766010+0000 mgr.a (mgr.14403) 21405 : audit 0 from='client.423495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:53 smithi194 bash[32038]: audit 2023-12-08T02:07:51.766010+0000 mgr.a (mgr.14403) 21405 : audit 0 from='client.423495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:53 smithi135 bash[32435]: audit 2023-12-08T02:07:51.766010+0000 mgr.a (mgr.14403) 21405 : audit 0 from='client.423495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:54 smithi079 bash[28699]: cluster 2023-12-08T02:07:52.940809+0000 mgr.a (mgr.14403) 21406 : cluster 0 pgmap v15985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:54.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:54 smithi194 bash[32038]: cluster 2023-12-08T02:07:52.940809+0000 mgr.a (mgr.14403) 21406 : cluster 0 pgmap v15985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:54 smithi135 bash[32435]: cluster 2023-12-08T02:07:52.940809+0000 mgr.a (mgr.14403) 21406 : cluster 0 pgmap v15985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:55 smithi079 bash[28699]: cluster 2023-12-08T02:07:54.941659+0000 mgr.a (mgr.14403) 21407 : cluster 0 pgmap v15986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:55 smithi194 bash[32038]: cluster 2023-12-08T02:07:54.941659+0000 mgr.a (mgr.14403) 21407 : cluster 0 pgmap v15986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:55 smithi135 bash[32435]: cluster 2023-12-08T02:07:54.941659+0000 mgr.a (mgr.14403) 21407 : cluster 0 pgmap v15986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:07:57.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:07:57.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:07:57.289 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:07:58.186 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:07:58.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:07:58.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:07:58.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:07:58.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:07:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:57 smithi079 bash[28699]: cluster 2023-12-08T02:07:56.942232+0000 mgr.a (mgr.14403) 21408 : cluster 0 pgmap v15987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:57 smithi194 bash[32038]: cluster 2023-12-08T02:07:56.942232+0000 mgr.a (mgr.14403) 21408 : cluster 0 pgmap v15987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:57 smithi135 bash[32435]: cluster 2023-12-08T02:07:56.942232+0000 mgr.a (mgr.14403) 21408 : cluster 0 pgmap v15987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:07:59.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:59 smithi079 bash[28699]: audit 2023-12-08T02:07:57.694766+0000 mgr.a (mgr.14403) 21409 : audit 0 from='client.423570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:59.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:07:59 smithi079 bash[28699]: audit 2023-12-08T02:07:58.792736+0000 mon.a (mon.0) 3407 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:07:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:59 smithi194 bash[32038]: audit 2023-12-08T02:07:57.694766+0000 mgr.a (mgr.14403) 21409 : audit 0 from='client.423570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:07:59 smithi194 bash[32038]: audit 2023-12-08T02:07:58.792736+0000 mon.a (mon.0) 3407 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:07:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:59 smithi135 bash[32435]: audit 2023-12-08T02:07:57.694766+0000 mgr.a (mgr.14403) 21409 : audit 0 from='client.423570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:07:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:07:59 smithi135 bash[32435]: audit 2023-12-08T02:07:58.792736+0000 mon.a (mon.0) 3407 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:08:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:00 smithi079 bash[28699]: cluster 2023-12-08T02:07:58.943264+0000 mgr.a (mgr.14403) 21410 : cluster 0 pgmap v15988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:00 smithi079 bash[28699]: audit 2023-12-08T02:07:59.581874+0000 mon.a (mon.0) 3408 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:08:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:00 smithi079 bash[28699]: audit 2023-12-08T02:07:59.583855+0000 mon.a (mon.0) 3409 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:08:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:00 smithi079 bash[28699]: audit 2023-12-08T02:07:59.593301+0000 mon.a (mon.0) 3410 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:08:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:00 smithi194 bash[32038]: cluster 2023-12-08T02:07:58.943264+0000 mgr.a (mgr.14403) 21410 : cluster 0 pgmap v15988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:00 smithi194 bash[32038]: audit 2023-12-08T02:07:59.581874+0000 mon.a (mon.0) 3408 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:08:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:00 smithi194 bash[32038]: audit 2023-12-08T02:07:59.583855+0000 mon.a (mon.0) 3409 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:08:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:00 smithi194 bash[32038]: audit 2023-12-08T02:07:59.593301+0000 mon.a (mon.0) 3410 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:08:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:00 smithi135 bash[32435]: cluster 2023-12-08T02:07:58.943264+0000 mgr.a (mgr.14403) 21410 : cluster 0 pgmap v15988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:00 smithi135 bash[32435]: audit 2023-12-08T02:07:59.581874+0000 mon.a (mon.0) 3408 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:08:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:00 smithi135 bash[32435]: audit 2023-12-08T02:07:59.583855+0000 mon.a (mon.0) 3409 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:08:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:00 smithi135 bash[32435]: audit 2023-12-08T02:07:59.593301+0000 mon.a (mon.0) 3410 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:08:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:02 smithi079 bash[28699]: cluster 2023-12-08T02:08:00.943804+0000 mgr.a (mgr.14403) 21411 : cluster 0 pgmap v15989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:02 smithi194 bash[32038]: cluster 2023-12-08T02:08:00.943804+0000 mgr.a (mgr.14403) 21411 : cluster 0 pgmap v15989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:02 smithi135 bash[32435]: cluster 2023-12-08T02:08:00.943804+0000 mgr.a (mgr.14403) 21411 : cluster 0 pgmap v15989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:03.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:08:03.190 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:03.190 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:04.086 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:08:04.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:04.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:04.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:04.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:08:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:04 smithi079 bash[28699]: cluster 2023-12-08T02:08:02.944378+0000 mgr.a (mgr.14403) 21412 : cluster 0 pgmap v15990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:04 smithi194 bash[32038]: cluster 2023-12-08T02:08:02.944378+0000 mgr.a (mgr.14403) 21412 : cluster 0 pgmap v15990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:04 smithi135 bash[32435]: cluster 2023-12-08T02:08:02.944378+0000 mgr.a (mgr.14403) 21412 : cluster 0 pgmap v15990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:05.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:05 smithi079 bash[28699]: audit 2023-12-08T02:08:03.596602+0000 mgr.a (mgr.14403) 21413 : audit 0 from='client.423645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:05 smithi194 bash[32038]: audit 2023-12-08T02:08:03.596602+0000 mgr.a (mgr.14403) 21413 : audit 0 from='client.423645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:05 smithi135 bash[32435]: audit 2023-12-08T02:08:03.596602+0000 mgr.a (mgr.14403) 21413 : audit 0 from='client.423645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:06 smithi079 bash[28699]: cluster 2023-12-08T02:08:04.945479+0000 mgr.a (mgr.14403) 21414 : cluster 0 pgmap v15991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:08:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:06 smithi194 bash[32038]: cluster 2023-12-08T02:08:04.945479+0000 mgr.a (mgr.14403) 21414 : cluster 0 pgmap v15991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:08:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:06 smithi135 bash[32435]: cluster 2023-12-08T02:08:04.945479+0000 mgr.a (mgr.14403) 21414 : cluster 0 pgmap v15991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:08:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:08 smithi079 bash[28699]: cluster 2023-12-08T02:08:06.946074+0000 mgr.a (mgr.14403) 21415 : cluster 0 pgmap v15992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:08:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:08 smithi194 bash[32038]: cluster 2023-12-08T02:08:06.946074+0000 mgr.a (mgr.14403) 21415 : cluster 0 pgmap v15992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:08:08.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:08 smithi135 bash[32435]: cluster 2023-12-08T02:08:06.946074+0000 mgr.a (mgr.14403) 21415 : cluster 0 pgmap v15992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:08:09.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:08:09.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:09.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:09.984 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:08:09.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:09.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:09.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:09.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:08:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:10 smithi079 bash[28699]: cluster 2023-12-08T02:08:08.946864+0000 mgr.a (mgr.14403) 21416 : cluster 0 pgmap v15993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:10.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:10 smithi194 bash[32038]: cluster 2023-12-08T02:08:08.946864+0000 mgr.a (mgr.14403) 21416 : cluster 0 pgmap v15993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:10 smithi135 bash[32435]: cluster 2023-12-08T02:08:08.946864+0000 mgr.a (mgr.14403) 21416 : cluster 0 pgmap v15993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:11 smithi079 bash[28699]: audit 2023-12-08T02:08:09.500032+0000 mgr.a (mgr.14403) 21417 : audit 0 from='client.423723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:11 smithi194 bash[32038]: audit 2023-12-08T02:08:09.500032+0000 mgr.a (mgr.14403) 21417 : audit 0 from='client.423723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:11 smithi135 bash[32435]: audit 2023-12-08T02:08:09.500032+0000 mgr.a (mgr.14403) 21417 : audit 0 from='client.423723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:12 smithi079 bash[28699]: cluster 2023-12-08T02:08:10.947489+0000 mgr.a (mgr.14403) 21418 : cluster 0 pgmap v15994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:12 smithi194 bash[32038]: cluster 2023-12-08T02:08:10.947489+0000 mgr.a (mgr.14403) 21418 : cluster 0 pgmap v15994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:12 smithi135 bash[32435]: cluster 2023-12-08T02:08:10.947489+0000 mgr.a (mgr.14403) 21418 : cluster 0 pgmap v15994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:14 smithi079 bash[28699]: cluster 2023-12-08T02:08:12.948204+0000 mgr.a (mgr.14403) 21419 : cluster 0 pgmap v15995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:14 smithi194 bash[32038]: cluster 2023-12-08T02:08:12.948204+0000 mgr.a (mgr.14403) 21419 : cluster 0 pgmap v15995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:14 smithi135 bash[32435]: cluster 2023-12-08T02:08:12.948204+0000 mgr.a (mgr.14403) 21419 : cluster 0 pgmap v15995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:14.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:08:14.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:14.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:15.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:15.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:15.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:15.906 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:08:15.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:08:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:16 smithi079 bash[28699]: cluster 2023-12-08T02:08:14.949027+0000 mgr.a (mgr.14403) 21420 : cluster 0 pgmap v15996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:16 smithi194 bash[32038]: cluster 2023-12-08T02:08:14.949027+0000 mgr.a (mgr.14403) 21420 : cluster 0 pgmap v15996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:16 smithi135 bash[32435]: cluster 2023-12-08T02:08:14.949027+0000 mgr.a (mgr.14403) 21420 : cluster 0 pgmap v15996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:17 smithi079 bash[28699]: audit 2023-12-08T02:08:15.392020+0000 mgr.a (mgr.14403) 21421 : audit 0 from='client.423795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:17 smithi194 bash[32038]: audit 2023-12-08T02:08:15.392020+0000 mgr.a (mgr.14403) 21421 : audit 0 from='client.423795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:17 smithi135 bash[32435]: audit 2023-12-08T02:08:15.392020+0000 mgr.a (mgr.14403) 21421 : audit 0 from='client.423795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:18 smithi079 bash[28699]: cluster 2023-12-08T02:08:16.949642+0000 mgr.a (mgr.14403) 21422 : cluster 0 pgmap v15997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:08:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:18 smithi194 bash[32038]: cluster 2023-12-08T02:08:16.949642+0000 mgr.a (mgr.14403) 21422 : cluster 0 pgmap v15997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:08:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:18 smithi135 bash[32435]: cluster 2023-12-08T02:08:16.949642+0000 mgr.a (mgr.14403) 21422 : cluster 0 pgmap v15997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:08:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:20 smithi079 bash[28699]: cluster 2023-12-08T02:08:18.950419+0000 mgr.a (mgr.14403) 21423 : cluster 0 pgmap v15998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:08:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:20 smithi194 bash[32038]: cluster 2023-12-08T02:08:18.950419+0000 mgr.a (mgr.14403) 21423 : cluster 0 pgmap v15998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:08:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:20 smithi135 bash[32435]: cluster 2023-12-08T02:08:18.950419+0000 mgr.a (mgr.14403) 21423 : cluster 0 pgmap v15998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:08:20.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:08:20.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:20.910 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:21.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:21.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:21.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:21.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:08:21.806 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:08:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:22 smithi079 bash[28699]: cluster 2023-12-08T02:08:20.950858+0000 mgr.a (mgr.14403) 21424 : cluster 0 pgmap v15999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:22 smithi079 bash[28699]: audit 2023-12-08T02:08:21.313034+0000 mgr.a (mgr.14403) 21425 : audit 0 from='client.423870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:22 smithi194 bash[32038]: cluster 2023-12-08T02:08:20.950858+0000 mgr.a (mgr.14403) 21424 : cluster 0 pgmap v15999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:22 smithi194 bash[32038]: audit 2023-12-08T02:08:21.313034+0000 mgr.a (mgr.14403) 21425 : audit 0 from='client.423870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:22 smithi135 bash[32435]: cluster 2023-12-08T02:08:20.950858+0000 mgr.a (mgr.14403) 21424 : cluster 0 pgmap v15999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:22 smithi135 bash[32435]: audit 2023-12-08T02:08:21.313034+0000 mgr.a (mgr.14403) 21425 : audit 0 from='client.423870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:24 smithi079 bash[28699]: cluster 2023-12-08T02:08:22.951436+0000 mgr.a (mgr.14403) 21426 : cluster 0 pgmap v16000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:24 smithi194 bash[32038]: cluster 2023-12-08T02:08:22.951436+0000 mgr.a (mgr.14403) 21426 : cluster 0 pgmap v16000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:24 smithi135 bash[32435]: cluster 2023-12-08T02:08:22.951436+0000 mgr.a (mgr.14403) 21426 : cluster 0 pgmap v16000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:26 smithi079 bash[28699]: cluster 2023-12-08T02:08:24.952254+0000 mgr.a (mgr.14403) 21427 : cluster 0 pgmap v16001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:26 smithi194 bash[32038]: cluster 2023-12-08T02:08:24.952254+0000 mgr.a (mgr.14403) 21427 : cluster 0 pgmap v16001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:26 smithi135 bash[32435]: cluster 2023-12-08T02:08:24.952254+0000 mgr.a (mgr.14403) 21427 : cluster 0 pgmap v16001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:26.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:08:26.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:26.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:27.725 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:08:27.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:27.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:27.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:27.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:08:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:28 smithi079 bash[28699]: cluster 2023-12-08T02:08:26.952755+0000 mgr.a (mgr.14403) 21428 : cluster 0 pgmap v16002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:28 smithi079 bash[28699]: audit 2023-12-08T02:08:27.217273+0000 mgr.a (mgr.14403) 21429 : audit 0 from='client.423948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:28 smithi194 bash[32038]: cluster 2023-12-08T02:08:26.952755+0000 mgr.a (mgr.14403) 21428 : cluster 0 pgmap v16002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:28 smithi194 bash[32038]: audit 2023-12-08T02:08:27.217273+0000 mgr.a (mgr.14403) 21429 : audit 0 from='client.423948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:28 smithi135 bash[32435]: cluster 2023-12-08T02:08:26.952755+0000 mgr.a (mgr.14403) 21428 : cluster 0 pgmap v16002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:28 smithi135 bash[32435]: audit 2023-12-08T02:08:27.217273+0000 mgr.a (mgr.14403) 21429 : audit 0 from='client.423948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:30 smithi079 bash[28699]: cluster 2023-12-08T02:08:28.953617+0000 mgr.a (mgr.14403) 21430 : cluster 0 pgmap v16003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:30 smithi194 bash[32038]: cluster 2023-12-08T02:08:28.953617+0000 mgr.a (mgr.14403) 21430 : cluster 0 pgmap v16003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:30 smithi135 bash[32435]: cluster 2023-12-08T02:08:28.953617+0000 mgr.a (mgr.14403) 21430 : cluster 0 pgmap v16003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:31 smithi194 bash[32038]: cluster 2023-12-08T02:08:30.954166+0000 mgr.a (mgr.14403) 21431 : cluster 0 pgmap v16004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:31 smithi135 bash[32435]: cluster 2023-12-08T02:08:30.954166+0000 mgr.a (mgr.14403) 21431 : cluster 0 pgmap v16004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:31 smithi079 bash[28699]: cluster 2023-12-08T02:08:30.954166+0000 mgr.a (mgr.14403) 21431 : cluster 0 pgmap v16004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:32.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:08:32.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:32.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:33.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:33.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:33.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:33.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:08:33.649 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:08:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:34 smithi079 bash[28699]: cluster 2023-12-08T02:08:32.954705+0000 mgr.a (mgr.14403) 21432 : cluster 0 pgmap v16005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:34 smithi079 bash[28699]: audit 2023-12-08T02:08:33.143629+0000 mgr.a (mgr.14403) 21433 : audit 0 from='client.424023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:34 smithi194 bash[32038]: cluster 2023-12-08T02:08:32.954705+0000 mgr.a (mgr.14403) 21432 : cluster 0 pgmap v16005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:34 smithi194 bash[32038]: audit 2023-12-08T02:08:33.143629+0000 mgr.a (mgr.14403) 21433 : audit 0 from='client.424023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:34 smithi135 bash[32435]: cluster 2023-12-08T02:08:32.954705+0000 mgr.a (mgr.14403) 21432 : cluster 0 pgmap v16005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:34 smithi135 bash[32435]: audit 2023-12-08T02:08:33.143629+0000 mgr.a (mgr.14403) 21433 : audit 0 from='client.424023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:36 smithi079 bash[28699]: cluster 2023-12-08T02:08:34.955616+0000 mgr.a (mgr.14403) 21434 : cluster 0 pgmap v16006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:08:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:36 smithi194 bash[32038]: cluster 2023-12-08T02:08:34.955616+0000 mgr.a (mgr.14403) 21434 : cluster 0 pgmap v16006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:08:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:36 smithi135 bash[32435]: cluster 2023-12-08T02:08:34.955616+0000 mgr.a (mgr.14403) 21434 : cluster 0 pgmap v16006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:08:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:38 smithi079 bash[28699]: cluster 2023-12-08T02:08:36.956174+0000 mgr.a (mgr.14403) 21435 : cluster 0 pgmap v16007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:08:38.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:08:38.652 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:38.653 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:38 smithi194 bash[32038]: cluster 2023-12-08T02:08:36.956174+0000 mgr.a (mgr.14403) 21435 : cluster 0 pgmap v16007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:08:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:38 smithi135 bash[32435]: cluster 2023-12-08T02:08:36.956174+0000 mgr.a (mgr.14403) 21435 : cluster 0 pgmap v16007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:08:39.556 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:08:39.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:39.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:39.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:39.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:08:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:40 smithi079 bash[28699]: cluster 2023-12-08T02:08:38.956905+0000 mgr.a (mgr.14403) 21436 : cluster 0 pgmap v16008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:40 smithi079 bash[28699]: audit 2023-12-08T02:08:39.055791+0000 mgr.a (mgr.14403) 21437 : audit 0 from='client.424098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:40 smithi194 bash[32038]: cluster 2023-12-08T02:08:38.956905+0000 mgr.a (mgr.14403) 21436 : cluster 0 pgmap v16008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:40 smithi194 bash[32038]: audit 2023-12-08T02:08:39.055791+0000 mgr.a (mgr.14403) 21437 : audit 0 from='client.424098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:40 smithi135 bash[32435]: cluster 2023-12-08T02:08:38.956905+0000 mgr.a (mgr.14403) 21436 : cluster 0 pgmap v16008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:40 smithi135 bash[32435]: audit 2023-12-08T02:08:39.055791+0000 mgr.a (mgr.14403) 21437 : audit 0 from='client.424098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:42 smithi079 bash[28699]: cluster 2023-12-08T02:08:40.957544+0000 mgr.a (mgr.14403) 21438 : cluster 0 pgmap v16009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:42 smithi194 bash[32038]: cluster 2023-12-08T02:08:40.957544+0000 mgr.a (mgr.14403) 21438 : cluster 0 pgmap v16009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:42 smithi135 bash[32435]: cluster 2023-12-08T02:08:40.957544+0000 mgr.a (mgr.14403) 21438 : cluster 0 pgmap v16009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:44.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:08:44.559 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:44.559 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:44 smithi079 bash[28699]: cluster 2023-12-08T02:08:42.958147+0000 mgr.a (mgr.14403) 21439 : cluster 0 pgmap v16010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:44.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:44 smithi194 bash[32038]: cluster 2023-12-08T02:08:42.958147+0000 mgr.a (mgr.14403) 21439 : cluster 0 pgmap v16010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:44.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:44 smithi135 bash[32435]: cluster 2023-12-08T02:08:42.958147+0000 mgr.a (mgr.14403) 21439 : cluster 0 pgmap v16010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:08:45.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:45.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:45.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:45.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:08:45.462 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:08:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:45 smithi194 bash[32038]: cluster 2023-12-08T02:08:44.958890+0000 mgr.a (mgr.14403) 21440 : cluster 0 pgmap v16011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:45 smithi194 bash[32038]: audit 2023-12-08T02:08:44.969028+0000 mgr.a (mgr.14403) 21441 : audit 0 from='client.424173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:45 smithi135 bash[32435]: cluster 2023-12-08T02:08:44.958890+0000 mgr.a (mgr.14403) 21440 : cluster 0 pgmap v16011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:45 smithi135 bash[32435]: audit 2023-12-08T02:08:44.969028+0000 mgr.a (mgr.14403) 21441 : audit 0 from='client.424173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:45 smithi079 bash[28699]: cluster 2023-12-08T02:08:44.958890+0000 mgr.a (mgr.14403) 21440 : cluster 0 pgmap v16011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:45 smithi079 bash[28699]: audit 2023-12-08T02:08:44.969028+0000 mgr.a (mgr.14403) 21441 : audit 0 from='client.424173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:48 smithi079 bash[28699]: cluster 2023-12-08T02:08:46.959511+0000 mgr.a (mgr.14403) 21442 : cluster 0 pgmap v16012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:08:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:48 smithi194 bash[32038]: cluster 2023-12-08T02:08:46.959511+0000 mgr.a (mgr.14403) 21442 : cluster 0 pgmap v16012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:08:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:48 smithi135 bash[32435]: cluster 2023-12-08T02:08:46.959511+0000 mgr.a (mgr.14403) 21442 : cluster 0 pgmap v16012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:08:50.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:08:50.464 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:50.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:50 smithi079 bash[28699]: cluster 2023-12-08T02:08:48.960328+0000 mgr.a (mgr.14403) 21443 : cluster 0 pgmap v16013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:08:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:50 smithi194 bash[32038]: cluster 2023-12-08T02:08:48.960328+0000 mgr.a (mgr.14403) 21443 : cluster 0 pgmap v16013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:08:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:50 smithi135 bash[32435]: cluster 2023-12-08T02:08:48.960328+0000 mgr.a (mgr.14403) 21443 : cluster 0 pgmap v16013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:08:51.385 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:08:51.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:51.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:51.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:51.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:08:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:52 smithi079 bash[28699]: audit 2023-12-08T02:08:50.872908+0000 mgr.a (mgr.14403) 21444 : audit 0 from='client.424251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:52 smithi079 bash[28699]: cluster 2023-12-08T02:08:50.960797+0000 mgr.a (mgr.14403) 21445 : cluster 0 pgmap v16014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:52 smithi194 bash[32038]: audit 2023-12-08T02:08:50.872908+0000 mgr.a (mgr.14403) 21444 : audit 0 from='client.424251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:52 smithi194 bash[32038]: cluster 2023-12-08T02:08:50.960797+0000 mgr.a (mgr.14403) 21445 : cluster 0 pgmap v16014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:52 smithi135 bash[32435]: audit 2023-12-08T02:08:50.872908+0000 mgr.a (mgr.14403) 21444 : audit 0 from='client.424251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:52 smithi135 bash[32435]: cluster 2023-12-08T02:08:50.960797+0000 mgr.a (mgr.14403) 21445 : cluster 0 pgmap v16014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:54 smithi079 bash[28699]: cluster 2023-12-08T02:08:52.961483+0000 mgr.a (mgr.14403) 21446 : cluster 0 pgmap v16015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:54 smithi194 bash[32038]: cluster 2023-12-08T02:08:52.961483+0000 mgr.a (mgr.14403) 21446 : cluster 0 pgmap v16015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:54 smithi135 bash[32435]: cluster 2023-12-08T02:08:52.961483+0000 mgr.a (mgr.14403) 21446 : cluster 0 pgmap v16015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:56.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:08:56.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:08:56.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:08:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:56 smithi079 bash[28699]: cluster 2023-12-08T02:08:54.962329+0000 mgr.a (mgr.14403) 21447 : cluster 0 pgmap v16016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:56 smithi194 bash[32038]: cluster 2023-12-08T02:08:54.962329+0000 mgr.a (mgr.14403) 21447 : cluster 0 pgmap v16016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:56 smithi135 bash[32435]: cluster 2023-12-08T02:08:54.962329+0000 mgr.a (mgr.14403) 21447 : cluster 0 pgmap v16016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:08:57.304 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:08:57.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:08:57.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:08:57.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:08:57.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:08:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:58 smithi079 bash[28699]: audit 2023-12-08T02:08:56.792128+0000 mgr.a (mgr.14403) 21448 : audit 0 from='client.424326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:08:58 smithi079 bash[28699]: cluster 2023-12-08T02:08:56.963120+0000 mgr.a (mgr.14403) 21449 : cluster 0 pgmap v16017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:58 smithi194 bash[32038]: audit 2023-12-08T02:08:56.792128+0000 mgr.a (mgr.14403) 21448 : audit 0 from='client.424326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:08:58 smithi194 bash[32038]: cluster 2023-12-08T02:08:56.963120+0000 mgr.a (mgr.14403) 21449 : cluster 0 pgmap v16017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:08:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:58 smithi135 bash[32435]: audit 2023-12-08T02:08:56.792128+0000 mgr.a (mgr.14403) 21448 : audit 0 from='client.424326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:08:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:08:58 smithi135 bash[32435]: cluster 2023-12-08T02:08:56.963120+0000 mgr.a (mgr.14403) 21449 : cluster 0 pgmap v16017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:00 smithi079 bash[28699]: cluster 2023-12-08T02:08:58.963960+0000 mgr.a (mgr.14403) 21450 : cluster 0 pgmap v16018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:00 smithi079 bash[28699]: audit 2023-12-08T02:08:59.696687+0000 mon.a (mon.0) 3411 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:09:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:00 smithi194 bash[32038]: cluster 2023-12-08T02:08:58.963960+0000 mgr.a (mgr.14403) 21450 : cluster 0 pgmap v16018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:00 smithi194 bash[32038]: audit 2023-12-08T02:08:59.696687+0000 mon.a (mon.0) 3411 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:09:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:00 smithi135 bash[32435]: cluster 2023-12-08T02:08:58.963960+0000 mgr.a (mgr.14403) 21450 : cluster 0 pgmap v16018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:00 smithi135 bash[32435]: audit 2023-12-08T02:08:59.696687+0000 mon.a (mon.0) 3411 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:09:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:01 smithi079 bash[28699]: audit 2023-12-08T02:09:00.478405+0000 mon.a (mon.0) 3412 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:09:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:01 smithi079 bash[28699]: audit 2023-12-08T02:09:00.480311+0000 mon.a (mon.0) 3413 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:09:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:01 smithi079 bash[28699]: audit 2023-12-08T02:09:00.490070+0000 mon.a (mon.0) 3414 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:09:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:01 smithi194 bash[32038]: audit 2023-12-08T02:09:00.478405+0000 mon.a (mon.0) 3412 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:09:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:01 smithi194 bash[32038]: audit 2023-12-08T02:09:00.480311+0000 mon.a (mon.0) 3413 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:09:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:01 smithi194 bash[32038]: audit 2023-12-08T02:09:00.490070+0000 mon.a (mon.0) 3414 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:09:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:01 smithi135 bash[32435]: audit 2023-12-08T02:09:00.478405+0000 mon.a (mon.0) 3412 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:09:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:01 smithi135 bash[32435]: audit 2023-12-08T02:09:00.480311+0000 mon.a (mon.0) 3413 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:09:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:01 smithi135 bash[32435]: audit 2023-12-08T02:09:00.490070+0000 mon.a (mon.0) 3414 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:09:02.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:09:02.308 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:02.308 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:02 smithi079 bash[28699]: cluster 2023-12-08T02:09:00.964501+0000 mgr.a (mgr.14403) 21451 : cluster 0 pgmap v16019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:02 smithi194 bash[32038]: cluster 2023-12-08T02:09:00.964501+0000 mgr.a (mgr.14403) 21451 : cluster 0 pgmap v16019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:02 smithi135 bash[32435]: cluster 2023-12-08T02:09:00.964501+0000 mgr.a (mgr.14403) 21451 : cluster 0 pgmap v16019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:03.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:03.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:03.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:03.227 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:09:03.227 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:09:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:04 smithi079 bash[28699]: audit 2023-12-08T02:09:02.712603+0000 mgr.a (mgr.14403) 21452 : audit 0 from='client.424404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:04 smithi079 bash[28699]: cluster 2023-12-08T02:09:02.964931+0000 mgr.a (mgr.14403) 21453 : cluster 0 pgmap v16020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:04 smithi194 bash[32038]: audit 2023-12-08T02:09:02.712603+0000 mgr.a (mgr.14403) 21452 : audit 0 from='client.424404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:04 smithi194 bash[32038]: cluster 2023-12-08T02:09:02.964931+0000 mgr.a (mgr.14403) 21453 : cluster 0 pgmap v16020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:04 smithi135 bash[32435]: audit 2023-12-08T02:09:02.712603+0000 mgr.a (mgr.14403) 21452 : audit 0 from='client.424404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:04 smithi135 bash[32435]: cluster 2023-12-08T02:09:02.964931+0000 mgr.a (mgr.14403) 21453 : cluster 0 pgmap v16020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:06 smithi079 bash[28699]: cluster 2023-12-08T02:09:04.965757+0000 mgr.a (mgr.14403) 21454 : cluster 0 pgmap v16021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:06 smithi194 bash[32038]: cluster 2023-12-08T02:09:04.965757+0000 mgr.a (mgr.14403) 21454 : cluster 0 pgmap v16021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:06 smithi135 bash[32435]: cluster 2023-12-08T02:09:04.965757+0000 mgr.a (mgr.14403) 21454 : cluster 0 pgmap v16021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:08.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:09:08.231 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:08.231 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:08 smithi079 bash[28699]: cluster 2023-12-08T02:09:06.966308+0000 mgr.a (mgr.14403) 21455 : cluster 0 pgmap v16022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:08 smithi194 bash[32038]: cluster 2023-12-08T02:09:06.966308+0000 mgr.a (mgr.14403) 21455 : cluster 0 pgmap v16022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:08.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:08 smithi135 bash[32435]: cluster 2023-12-08T02:09:06.966308+0000 mgr.a (mgr.14403) 21455 : cluster 0 pgmap v16022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:09.131 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:09:09.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:09.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:09.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:09.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:09:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:10 smithi079 bash[28699]: audit 2023-12-08T02:09:08.639007+0000 mgr.a (mgr.14403) 21456 : audit 0 from='client.424482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:10 smithi079 bash[28699]: cluster 2023-12-08T02:09:08.967341+0000 mgr.a (mgr.14403) 21457 : cluster 0 pgmap v16023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:10 smithi194 bash[32038]: audit 2023-12-08T02:09:08.639007+0000 mgr.a (mgr.14403) 21456 : audit 0 from='client.424482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:10 smithi194 bash[32038]: cluster 2023-12-08T02:09:08.967341+0000 mgr.a (mgr.14403) 21457 : cluster 0 pgmap v16023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:10.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:10 smithi135 bash[32435]: audit 2023-12-08T02:09:08.639007+0000 mgr.a (mgr.14403) 21456 : audit 0 from='client.424482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:10.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:10 smithi135 bash[32435]: cluster 2023-12-08T02:09:08.967341+0000 mgr.a (mgr.14403) 21457 : cluster 0 pgmap v16023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:12 smithi079 bash[28699]: cluster 2023-12-08T02:09:10.967970+0000 mgr.a (mgr.14403) 21458 : cluster 0 pgmap v16024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:12 smithi194 bash[32038]: cluster 2023-12-08T02:09:10.967970+0000 mgr.a (mgr.14403) 21458 : cluster 0 pgmap v16024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:12 smithi135 bash[32435]: cluster 2023-12-08T02:09:10.967970+0000 mgr.a (mgr.14403) 21458 : cluster 0 pgmap v16024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:14.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:09:14.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:14.136 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:14 smithi079 bash[28699]: cluster 2023-12-08T02:09:12.968511+0000 mgr.a (mgr.14403) 21459 : cluster 0 pgmap v16025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:14 smithi194 bash[32038]: cluster 2023-12-08T02:09:12.968511+0000 mgr.a (mgr.14403) 21459 : cluster 0 pgmap v16025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:14 smithi135 bash[32435]: cluster 2023-12-08T02:09:12.968511+0000 mgr.a (mgr.14403) 21459 : cluster 0 pgmap v16025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:15.035 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:09:15.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:15.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:15.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:15.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:09:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:16 smithi079 bash[28699]: audit 2023-12-08T02:09:14.540306+0000 mgr.a (mgr.14403) 21460 : audit 0 from='client.424560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:16 smithi079 bash[28699]: cluster 2023-12-08T02:09:14.969479+0000 mgr.a (mgr.14403) 21461 : cluster 0 pgmap v16026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:16 smithi194 bash[32038]: audit 2023-12-08T02:09:14.540306+0000 mgr.a (mgr.14403) 21460 : audit 0 from='client.424560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:16 smithi194 bash[32038]: cluster 2023-12-08T02:09:14.969479+0000 mgr.a (mgr.14403) 21461 : cluster 0 pgmap v16026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:16 smithi135 bash[32435]: audit 2023-12-08T02:09:14.540306+0000 mgr.a (mgr.14403) 21460 : audit 0 from='client.424560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:16 smithi135 bash[32435]: cluster 2023-12-08T02:09:14.969479+0000 mgr.a (mgr.14403) 21461 : cluster 0 pgmap v16026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:18 smithi079 bash[28699]: cluster 2023-12-08T02:09:16.970185+0000 mgr.a (mgr.14403) 21462 : cluster 0 pgmap v16027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:18 smithi194 bash[32038]: cluster 2023-12-08T02:09:16.970185+0000 mgr.a (mgr.14403) 21462 : cluster 0 pgmap v16027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:18 smithi135 bash[32435]: cluster 2023-12-08T02:09:16.970185+0000 mgr.a (mgr.14403) 21462 : cluster 0 pgmap v16027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:20.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:09:20.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:20.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:20 smithi079 bash[28699]: cluster 2023-12-08T02:09:18.970946+0000 mgr.a (mgr.14403) 21463 : cluster 0 pgmap v16028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:20 smithi194 bash[32038]: cluster 2023-12-08T02:09:18.970946+0000 mgr.a (mgr.14403) 21463 : cluster 0 pgmap v16028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:20 smithi135 bash[32435]: cluster 2023-12-08T02:09:18.970946+0000 mgr.a (mgr.14403) 21463 : cluster 0 pgmap v16028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:20.954 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:09:20.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:20.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:20.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:20.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:09:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:22 smithi079 bash[28699]: audit 2023-12-08T02:09:20.458747+0000 mgr.a (mgr.14403) 21464 : audit 0 from='client.424638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:22 smithi079 bash[28699]: cluster 2023-12-08T02:09:20.971804+0000 mgr.a (mgr.14403) 21465 : cluster 0 pgmap v16029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:22 smithi194 bash[32038]: audit 2023-12-08T02:09:20.458747+0000 mgr.a (mgr.14403) 21464 : audit 0 from='client.424638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:22 smithi194 bash[32038]: cluster 2023-12-08T02:09:20.971804+0000 mgr.a (mgr.14403) 21465 : cluster 0 pgmap v16029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:22 smithi135 bash[32435]: audit 2023-12-08T02:09:20.458747+0000 mgr.a (mgr.14403) 21464 : audit 0 from='client.424638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:22 smithi135 bash[32435]: cluster 2023-12-08T02:09:20.971804+0000 mgr.a (mgr.14403) 21465 : cluster 0 pgmap v16029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:24 smithi079 bash[28699]: cluster 2023-12-08T02:09:22.972462+0000 mgr.a (mgr.14403) 21466 : cluster 0 pgmap v16030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:24 smithi194 bash[32038]: cluster 2023-12-08T02:09:22.972462+0000 mgr.a (mgr.14403) 21466 : cluster 0 pgmap v16030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:24 smithi135 bash[32435]: cluster 2023-12-08T02:09:22.972462+0000 mgr.a (mgr.14403) 21466 : cluster 0 pgmap v16030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:25.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:09:25.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:25.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:26 smithi079 bash[28699]: cluster 2023-12-08T02:09:24.973234+0000 mgr.a (mgr.14403) 21467 : cluster 0 pgmap v16031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:26 smithi194 bash[32038]: cluster 2023-12-08T02:09:24.973234+0000 mgr.a (mgr.14403) 21467 : cluster 0 pgmap v16031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:26 smithi135 bash[32435]: cluster 2023-12-08T02:09:24.973234+0000 mgr.a (mgr.14403) 21467 : cluster 0 pgmap v16031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:26.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:26.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:26.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:26.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:09:26.886 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:09:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:27 smithi194 bash[32038]: audit 2023-12-08T02:09:26.367149+0000 mgr.a (mgr.14403) 21468 : audit 0 from='client.424716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:27 smithi194 bash[32038]: cluster 2023-12-08T02:09:26.974095+0000 mgr.a (mgr.14403) 21469 : cluster 0 pgmap v16032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:27 smithi135 bash[32435]: audit 2023-12-08T02:09:26.367149+0000 mgr.a (mgr.14403) 21468 : audit 0 from='client.424716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:27 smithi135 bash[32435]: cluster 2023-12-08T02:09:26.974095+0000 mgr.a (mgr.14403) 21469 : cluster 0 pgmap v16032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:27 smithi079 bash[28699]: audit 2023-12-08T02:09:26.367149+0000 mgr.a (mgr.14403) 21468 : audit 0 from='client.424716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:27 smithi079 bash[28699]: cluster 2023-12-08T02:09:26.974095+0000 mgr.a (mgr.14403) 21469 : cluster 0 pgmap v16032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:30 smithi079 bash[28699]: cluster 2023-12-08T02:09:28.975099+0000 mgr.a (mgr.14403) 21470 : cluster 0 pgmap v16033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:30 smithi194 bash[32038]: cluster 2023-12-08T02:09:28.975099+0000 mgr.a (mgr.14403) 21470 : cluster 0 pgmap v16033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:30 smithi135 bash[32435]: cluster 2023-12-08T02:09:28.975099+0000 mgr.a (mgr.14403) 21470 : cluster 0 pgmap v16033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:31.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:09:31.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:31.889 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:32 smithi079 bash[28699]: cluster 2023-12-08T02:09:30.975641+0000 mgr.a (mgr.14403) 21471 : cluster 0 pgmap v16034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:32 smithi194 bash[32038]: cluster 2023-12-08T02:09:30.975641+0000 mgr.a (mgr.14403) 21471 : cluster 0 pgmap v16034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:32 smithi135 bash[32435]: cluster 2023-12-08T02:09:30.975641+0000 mgr.a (mgr.14403) 21471 : cluster 0 pgmap v16034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:32.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:09:32.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:32.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:32.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:32.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:09:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:33 smithi079 bash[28699]: audit 2023-12-08T02:09:32.294692+0000 mgr.a (mgr.14403) 21472 : audit 0 from='client.424794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:33 smithi194 bash[32038]: audit 2023-12-08T02:09:32.294692+0000 mgr.a (mgr.14403) 21472 : audit 0 from='client.424794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:33 smithi135 bash[32435]: audit 2023-12-08T02:09:32.294692+0000 mgr.a (mgr.14403) 21472 : audit 0 from='client.424794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:34 smithi079 bash[28699]: cluster 2023-12-08T02:09:32.976388+0000 mgr.a (mgr.14403) 21473 : cluster 0 pgmap v16035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:34 smithi194 bash[32038]: cluster 2023-12-08T02:09:32.976388+0000 mgr.a (mgr.14403) 21473 : cluster 0 pgmap v16035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:34 smithi135 bash[32435]: cluster 2023-12-08T02:09:32.976388+0000 mgr.a (mgr.14403) 21473 : cluster 0 pgmap v16035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:35 smithi079 bash[28699]: cluster 2023-12-08T02:09:34.977386+0000 mgr.a (mgr.14403) 21474 : cluster 0 pgmap v16036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:35 smithi194 bash[32038]: cluster 2023-12-08T02:09:34.977386+0000 mgr.a (mgr.14403) 21474 : cluster 0 pgmap v16036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:35 smithi135 bash[32435]: cluster 2023-12-08T02:09:34.977386+0000 mgr.a (mgr.14403) 21474 : cluster 0 pgmap v16036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:09:37.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:09:37.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:37.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:38 smithi079 bash[28699]: cluster 2023-12-08T02:09:36.978053+0000 mgr.a (mgr.14403) 21475 : cluster 0 pgmap v16037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:38 smithi194 bash[32038]: cluster 2023-12-08T02:09:36.978053+0000 mgr.a (mgr.14403) 21475 : cluster 0 pgmap v16037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:38 smithi135 bash[32435]: cluster 2023-12-08T02:09:36.978053+0000 mgr.a (mgr.14403) 21475 : cluster 0 pgmap v16037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:38.713 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:09:38.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:38.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:38.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:38.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:09:39.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:39 smithi079 bash[28699]: audit 2023-12-08T02:09:38.214345+0000 mgr.a (mgr.14403) 21476 : audit 0 from='client.424866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:39.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:39 smithi194 bash[32038]: audit 2023-12-08T02:09:38.214345+0000 mgr.a (mgr.14403) 21476 : audit 0 from='client.424866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:39.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:39 smithi135 bash[32435]: audit 2023-12-08T02:09:38.214345+0000 mgr.a (mgr.14403) 21476 : audit 0 from='client.424866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:40 smithi079 bash[28699]: cluster 2023-12-08T02:09:38.979017+0000 mgr.a (mgr.14403) 21477 : cluster 0 pgmap v16038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:09:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:40 smithi194 bash[32038]: cluster 2023-12-08T02:09:38.979017+0000 mgr.a (mgr.14403) 21477 : cluster 0 pgmap v16038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:09:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:40 smithi135 bash[32435]: cluster 2023-12-08T02:09:38.979017+0000 mgr.a (mgr.14403) 21477 : cluster 0 pgmap v16038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:09:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:42 smithi079 bash[28699]: cluster 2023-12-08T02:09:40.979746+0000 mgr.a (mgr.14403) 21478 : cluster 0 pgmap v16039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:09:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:42 smithi194 bash[32038]: cluster 2023-12-08T02:09:40.979746+0000 mgr.a (mgr.14403) 21478 : cluster 0 pgmap v16039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:09:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:42 smithi135 bash[32435]: cluster 2023-12-08T02:09:40.979746+0000 mgr.a (mgr.14403) 21478 : cluster 0 pgmap v16039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:09:43.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:09:43.717 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:43.717 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:44.625 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:09:44.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:44.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:44.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:44.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:09:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:44 smithi079 bash[28699]: cluster 2023-12-08T02:09:42.980336+0000 mgr.a (mgr.14403) 21479 : cluster 0 pgmap v16040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:09:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:44 smithi194 bash[32038]: cluster 2023-12-08T02:09:42.980336+0000 mgr.a (mgr.14403) 21479 : cluster 0 pgmap v16040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:09:44.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:44 smithi135 bash[32435]: cluster 2023-12-08T02:09:42.980336+0000 mgr.a (mgr.14403) 21479 : cluster 0 pgmap v16040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:09:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:45 smithi079 bash[28699]: audit 2023-12-08T02:09:44.114435+0000 mgr.a (mgr.14403) 21480 : audit 0 from='client.424944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:45 smithi194 bash[32038]: audit 2023-12-08T02:09:44.114435+0000 mgr.a (mgr.14403) 21480 : audit 0 from='client.424944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:45 smithi135 bash[32435]: audit 2023-12-08T02:09:44.114435+0000 mgr.a (mgr.14403) 21480 : audit 0 from='client.424944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:46 smithi079 bash[28699]: cluster 2023-12-08T02:09:44.981479+0000 mgr.a (mgr.14403) 21481 : cluster 0 pgmap v16041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:46 smithi194 bash[32038]: cluster 2023-12-08T02:09:44.981479+0000 mgr.a (mgr.14403) 21481 : cluster 0 pgmap v16041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:46 smithi135 bash[32435]: cluster 2023-12-08T02:09:44.981479+0000 mgr.a (mgr.14403) 21481 : cluster 0 pgmap v16041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:47 smithi079 bash[28699]: cluster 2023-12-08T02:09:46.982089+0000 mgr.a (mgr.14403) 21482 : cluster 0 pgmap v16042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:47 smithi194 bash[32038]: cluster 2023-12-08T02:09:46.982089+0000 mgr.a (mgr.14403) 21482 : cluster 0 pgmap v16042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:47 smithi135 bash[32435]: cluster 2023-12-08T02:09:46.982089+0000 mgr.a (mgr.14403) 21482 : cluster 0 pgmap v16042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:09:49.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:09:49.629 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:49.629 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:50.540 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:09:50.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:50.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:50.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:50.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:09:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:50 smithi079 bash[28699]: cluster 2023-12-08T02:09:48.982820+0000 mgr.a (mgr.14403) 21483 : cluster 0 pgmap v16043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:50 smithi194 bash[32038]: cluster 2023-12-08T02:09:48.982820+0000 mgr.a (mgr.14403) 21483 : cluster 0 pgmap v16043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:50 smithi135 bash[32435]: cluster 2023-12-08T02:09:48.982820+0000 mgr.a (mgr.14403) 21483 : cluster 0 pgmap v16043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:51 smithi079 bash[28699]: audit 2023-12-08T02:09:50.034595+0000 mgr.a (mgr.14403) 21484 : audit 0 from='client.425016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:51 smithi194 bash[32038]: audit 2023-12-08T02:09:50.034595+0000 mgr.a (mgr.14403) 21484 : audit 0 from='client.425016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:51 smithi135 bash[32435]: audit 2023-12-08T02:09:50.034595+0000 mgr.a (mgr.14403) 21484 : audit 0 from='client.425016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:52 smithi079 bash[28699]: cluster 2023-12-08T02:09:50.983586+0000 mgr.a (mgr.14403) 21485 : cluster 0 pgmap v16044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:09:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:52 smithi194 bash[32038]: cluster 2023-12-08T02:09:50.983586+0000 mgr.a (mgr.14403) 21485 : cluster 0 pgmap v16044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:09:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:52 smithi135 bash[32435]: cluster 2023-12-08T02:09:50.983586+0000 mgr.a (mgr.14403) 21485 : cluster 0 pgmap v16044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:09:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:54 smithi079 bash[28699]: cluster 2023-12-08T02:09:52.984181+0000 mgr.a (mgr.14403) 21486 : cluster 0 pgmap v16045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:09:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:54 smithi194 bash[32038]: cluster 2023-12-08T02:09:52.984181+0000 mgr.a (mgr.14403) 21486 : cluster 0 pgmap v16045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:09:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:54 smithi135 bash[32435]: cluster 2023-12-08T02:09:52.984181+0000 mgr.a (mgr.14403) 21486 : cluster 0 pgmap v16045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:09:55.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:09:55.542 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:09:55.543 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:09:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:55 smithi194 bash[32038]: cluster 2023-12-08T02:09:54.985003+0000 mgr.a (mgr.14403) 21487 : cluster 0 pgmap v16046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:09:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:55 smithi135 bash[32435]: cluster 2023-12-08T02:09:54.985003+0000 mgr.a (mgr.14403) 21487 : cluster 0 pgmap v16046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:09:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:55 smithi079 bash[28699]: cluster 2023-12-08T02:09:54.985003+0000 mgr.a (mgr.14403) 21487 : cluster 0 pgmap v16046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:09:56.435 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:09:56.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:09:56.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:09:56.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:09:56.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:09:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:56 smithi194 bash[32038]: audit 2023-12-08T02:09:55.945096+0000 mgr.a (mgr.14403) 21488 : audit 0 from='client.425091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:56 smithi135 bash[32435]: audit 2023-12-08T02:09:55.945096+0000 mgr.a (mgr.14403) 21488 : audit 0 from='client.425091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:56.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:56 smithi079 bash[28699]: audit 2023-12-08T02:09:55.945096+0000 mgr.a (mgr.14403) 21488 : audit 0 from='client.425091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:09:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:09:57 smithi194 bash[32038]: cluster 2023-12-08T02:09:56.985866+0000 mgr.a (mgr.14403) 21489 : cluster 0 pgmap v16047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:09:57 smithi135 bash[32435]: cluster 2023-12-08T02:09:56.985866+0000 mgr.a (mgr.14403) 21489 : cluster 0 pgmap v16047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:09:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:09:57 smithi079 bash[28699]: cluster 2023-12-08T02:09:56.985866+0000 mgr.a (mgr.14403) 21489 : cluster 0 pgmap v16047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:00 smithi079 bash[28699]: cluster 2023-12-08T02:09:58.986878+0000 mgr.a (mgr.14403) 21490 : cluster 0 pgmap v16048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:00 smithi079 bash[28699]: cluster 2023-12-08T02:10:00.000149+0000 mon.a (mon.0) 3415 : cluster 1 overall HEALTH_OK 2023-12-08T02:10:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:00 smithi194 bash[32038]: cluster 2023-12-08T02:09:58.986878+0000 mgr.a (mgr.14403) 21490 : cluster 0 pgmap v16048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:00 smithi194 bash[32038]: cluster 2023-12-08T02:10:00.000149+0000 mon.a (mon.0) 3415 : cluster 1 overall HEALTH_OK 2023-12-08T02:10:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:00 smithi135 bash[32435]: cluster 2023-12-08T02:09:58.986878+0000 mgr.a (mgr.14403) 21490 : cluster 0 pgmap v16048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:00 smithi135 bash[32435]: cluster 2023-12-08T02:10:00.000149+0000 mon.a (mon.0) 3415 : cluster 1 overall HEALTH_OK 2023-12-08T02:10:01.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:10:01.439 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:01.439 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:01 smithi079 bash[28699]: audit 2023-12-08T02:10:00.592177+0000 mon.a (mon.0) 3416 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:10:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:01 smithi079 bash[28699]: audit 2023-12-08T02:10:01.121948+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:10:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:01 smithi079 bash[28699]: audit 2023-12-08T02:10:01.127919+0000 mon.a (mon.0) 3418 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:10:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:01 smithi194 bash[32038]: audit 2023-12-08T02:10:00.592177+0000 mon.a (mon.0) 3416 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:10:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:01 smithi194 bash[32038]: audit 2023-12-08T02:10:01.121948+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:10:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:01 smithi194 bash[32038]: audit 2023-12-08T02:10:01.127919+0000 mon.a (mon.0) 3418 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:10:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:01 smithi135 bash[32435]: audit 2023-12-08T02:10:00.592177+0000 mon.a (mon.0) 3416 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:10:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:01 smithi135 bash[32435]: audit 2023-12-08T02:10:01.121948+0000 mon.a (mon.0) 3417 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:10:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:01 smithi135 bash[32435]: audit 2023-12-08T02:10:01.127919+0000 mon.a (mon.0) 3418 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:10:02.437 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:10:02.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:02.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:02.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:02.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:10:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:02 smithi079 bash[28699]: cluster 2023-12-08T02:10:00.987615+0000 mgr.a (mgr.14403) 21491 : cluster 0 pgmap v16049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:02 smithi079 bash[28699]: audit 2023-12-08T02:10:01.911324+0000 mgr.a (mgr.14403) 21492 : audit 0 from='client.425169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:02 smithi079 bash[28699]: audit 2023-12-08T02:10:01.931308+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:10:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:02 smithi079 bash[28699]: audit 2023-12-08T02:10:01.933560+0000 mon.a (mon.0) 3420 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:10:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:02 smithi079 bash[28699]: audit 2023-12-08T02:10:01.942603+0000 mon.a (mon.0) 3421 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:10:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:02 smithi194 bash[32038]: cluster 2023-12-08T02:10:00.987615+0000 mgr.a (mgr.14403) 21491 : cluster 0 pgmap v16049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:02 smithi194 bash[32038]: audit 2023-12-08T02:10:01.911324+0000 mgr.a (mgr.14403) 21492 : audit 0 from='client.425169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:02 smithi194 bash[32038]: audit 2023-12-08T02:10:01.931308+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:10:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:02 smithi194 bash[32038]: audit 2023-12-08T02:10:01.933560+0000 mon.a (mon.0) 3420 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:10:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:02 smithi194 bash[32038]: audit 2023-12-08T02:10:01.942603+0000 mon.a (mon.0) 3421 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:10:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:02 smithi135 bash[32435]: cluster 2023-12-08T02:10:00.987615+0000 mgr.a (mgr.14403) 21491 : cluster 0 pgmap v16049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:02 smithi135 bash[32435]: audit 2023-12-08T02:10:01.911324+0000 mgr.a (mgr.14403) 21492 : audit 0 from='client.425169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:02 smithi135 bash[32435]: audit 2023-12-08T02:10:01.931308+0000 mon.a (mon.0) 3419 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:10:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:02 smithi135 bash[32435]: audit 2023-12-08T02:10:01.933560+0000 mon.a (mon.0) 3420 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:10:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:02 smithi135 bash[32435]: audit 2023-12-08T02:10:01.942603+0000 mon.a (mon.0) 3421 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:10:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:03 smithi079 bash[28699]: cluster 2023-12-08T02:10:02.988402+0000 mgr.a (mgr.14403) 21493 : cluster 0 pgmap v16050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:03 smithi194 bash[32038]: cluster 2023-12-08T02:10:02.988402+0000 mgr.a (mgr.14403) 21493 : cluster 0 pgmap v16050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:03 smithi135 bash[32435]: cluster 2023-12-08T02:10:02.988402+0000 mgr.a (mgr.14403) 21493 : cluster 0 pgmap v16050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:06 smithi079 bash[28699]: cluster 2023-12-08T02:10:04.989213+0000 mgr.a (mgr.14403) 21494 : cluster 0 pgmap v16051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:06 smithi194 bash[32038]: cluster 2023-12-08T02:10:04.989213+0000 mgr.a (mgr.14403) 21494 : cluster 0 pgmap v16051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:06 smithi135 bash[32435]: cluster 2023-12-08T02:10:04.989213+0000 mgr.a (mgr.14403) 21494 : cluster 0 pgmap v16051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:07.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:10:07.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:07.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:08.350 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:10:08.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:08.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:08.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:08.351 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:10:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:08 smithi079 bash[28699]: cluster 2023-12-08T02:10:06.989711+0000 mgr.a (mgr.14403) 21495 : cluster 0 pgmap v16052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:08 smithi194 bash[32038]: cluster 2023-12-08T02:10:06.989711+0000 mgr.a (mgr.14403) 21495 : cluster 0 pgmap v16052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:08.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:08 smithi135 bash[32435]: cluster 2023-12-08T02:10:06.989711+0000 mgr.a (mgr.14403) 21495 : cluster 0 pgmap v16052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:09.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:09 smithi079 bash[28699]: audit 2023-12-08T02:10:07.844543+0000 mgr.a (mgr.14403) 21496 : audit 0 from='client.425244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:09 smithi194 bash[32038]: audit 2023-12-08T02:10:07.844543+0000 mgr.a (mgr.14403) 21496 : audit 0 from='client.425244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:09.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:09 smithi135 bash[32435]: audit 2023-12-08T02:10:07.844543+0000 mgr.a (mgr.14403) 21496 : audit 0 from='client.425244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:10 smithi079 bash[28699]: cluster 2023-12-08T02:10:08.990644+0000 mgr.a (mgr.14403) 21497 : cluster 0 pgmap v16053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:10 smithi194 bash[32038]: cluster 2023-12-08T02:10:08.990644+0000 mgr.a (mgr.14403) 21497 : cluster 0 pgmap v16053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:10.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:10 smithi135 bash[32435]: cluster 2023-12-08T02:10:08.990644+0000 mgr.a (mgr.14403) 21497 : cluster 0 pgmap v16053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:11.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:11 smithi079 bash[28699]: cluster 2023-12-08T02:10:10.991236+0000 mgr.a (mgr.14403) 21498 : cluster 0 pgmap v16054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:11 smithi194 bash[32038]: cluster 2023-12-08T02:10:10.991236+0000 mgr.a (mgr.14403) 21498 : cluster 0 pgmap v16054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:11 smithi135 bash[32435]: cluster 2023-12-08T02:10:10.991236+0000 mgr.a (mgr.14403) 21498 : cluster 0 pgmap v16054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:13.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:10:13.353 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:13.353 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:14.250 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:10:14.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:14.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:14.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:14.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:10:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:14 smithi079 bash[28699]: cluster 2023-12-08T02:10:12.991725+0000 mgr.a (mgr.14403) 21499 : cluster 0 pgmap v16055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:14 smithi194 bash[32038]: cluster 2023-12-08T02:10:12.991725+0000 mgr.a (mgr.14403) 21499 : cluster 0 pgmap v16055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:14 smithi135 bash[32435]: cluster 2023-12-08T02:10:12.991725+0000 mgr.a (mgr.14403) 21499 : cluster 0 pgmap v16055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:15 smithi079 bash[28699]: audit 2023-12-08T02:10:13.748032+0000 mgr.a (mgr.14403) 21500 : audit 0 from='client.425322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:15 smithi194 bash[32038]: audit 2023-12-08T02:10:13.748032+0000 mgr.a (mgr.14403) 21500 : audit 0 from='client.425322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:15 smithi135 bash[32435]: audit 2023-12-08T02:10:13.748032+0000 mgr.a (mgr.14403) 21500 : audit 0 from='client.425322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:16 smithi079 bash[28699]: cluster 2023-12-08T02:10:14.992775+0000 mgr.a (mgr.14403) 21501 : cluster 0 pgmap v16056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:16 smithi194 bash[32038]: cluster 2023-12-08T02:10:14.992775+0000 mgr.a (mgr.14403) 21501 : cluster 0 pgmap v16056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:16 smithi135 bash[32435]: cluster 2023-12-08T02:10:14.992775+0000 mgr.a (mgr.14403) 21501 : cluster 0 pgmap v16056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:17 smithi079 bash[28699]: cluster 2023-12-08T02:10:16.993410+0000 mgr.a (mgr.14403) 21502 : cluster 0 pgmap v16057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:17 smithi194 bash[32038]: cluster 2023-12-08T02:10:16.993410+0000 mgr.a (mgr.14403) 21502 : cluster 0 pgmap v16057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:17 smithi135 bash[32435]: cluster 2023-12-08T02:10:16.993410+0000 mgr.a (mgr.14403) 21502 : cluster 0 pgmap v16057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:19.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:10:19.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:19.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:20.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:20.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:20.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:20.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:10:20.131 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:10:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:20 smithi079 bash[28699]: cluster 2023-12-08T02:10:18.994155+0000 mgr.a (mgr.14403) 21503 : cluster 0 pgmap v16058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:20 smithi194 bash[32038]: cluster 2023-12-08T02:10:18.994155+0000 mgr.a (mgr.14403) 21503 : cluster 0 pgmap v16058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:20 smithi135 bash[32435]: cluster 2023-12-08T02:10:18.994155+0000 mgr.a (mgr.14403) 21503 : cluster 0 pgmap v16058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:21 smithi079 bash[28699]: audit 2023-12-08T02:10:19.653877+0000 mgr.a (mgr.14403) 21504 : audit 0 from='client.425400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:21 smithi194 bash[32038]: audit 2023-12-08T02:10:19.653877+0000 mgr.a (mgr.14403) 21504 : audit 0 from='client.425400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:21 smithi135 bash[32435]: audit 2023-12-08T02:10:19.653877+0000 mgr.a (mgr.14403) 21504 : audit 0 from='client.425400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:22 smithi079 bash[28699]: cluster 2023-12-08T02:10:20.994817+0000 mgr.a (mgr.14403) 21505 : cluster 0 pgmap v16059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:22 smithi194 bash[32038]: cluster 2023-12-08T02:10:20.994817+0000 mgr.a (mgr.14403) 21505 : cluster 0 pgmap v16059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:22 smithi135 bash[32435]: cluster 2023-12-08T02:10:20.994817+0000 mgr.a (mgr.14403) 21505 : cluster 0 pgmap v16059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:23 smithi079 bash[28699]: cluster 2023-12-08T02:10:22.995369+0000 mgr.a (mgr.14403) 21506 : cluster 0 pgmap v16060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:23 smithi194 bash[32038]: cluster 2023-12-08T02:10:22.995369+0000 mgr.a (mgr.14403) 21506 : cluster 0 pgmap v16060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:23 smithi135 bash[32435]: cluster 2023-12-08T02:10:22.995369+0000 mgr.a (mgr.14403) 21506 : cluster 0 pgmap v16060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:25.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:10:25.134 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:25.134 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:26.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:26.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:26.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:26.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:10:26.046 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:10:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:26 smithi079 bash[28699]: cluster 2023-12-08T02:10:24.996175+0000 mgr.a (mgr.14403) 21507 : cluster 0 pgmap v16061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:26 smithi194 bash[32038]: cluster 2023-12-08T02:10:24.996175+0000 mgr.a (mgr.14403) 21507 : cluster 0 pgmap v16061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:26 smithi135 bash[32435]: cluster 2023-12-08T02:10:24.996175+0000 mgr.a (mgr.14403) 21507 : cluster 0 pgmap v16061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:27.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:27 smithi079 bash[28699]: audit 2023-12-08T02:10:25.545123+0000 mgr.a (mgr.14403) 21508 : audit 0 from='client.425472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:27 smithi194 bash[32038]: audit 2023-12-08T02:10:25.545123+0000 mgr.a (mgr.14403) 21508 : audit 0 from='client.425472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:27 smithi135 bash[32435]: audit 2023-12-08T02:10:25.545123+0000 mgr.a (mgr.14403) 21508 : audit 0 from='client.425472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:28 smithi079 bash[28699]: cluster 2023-12-08T02:10:26.996914+0000 mgr.a (mgr.14403) 21509 : cluster 0 pgmap v16062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:28 smithi194 bash[32038]: cluster 2023-12-08T02:10:26.996914+0000 mgr.a (mgr.14403) 21509 : cluster 0 pgmap v16062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:28 smithi135 bash[32435]: cluster 2023-12-08T02:10:26.996914+0000 mgr.a (mgr.14403) 21509 : cluster 0 pgmap v16062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:30 smithi079 bash[28699]: cluster 2023-12-08T02:10:28.997723+0000 mgr.a (mgr.14403) 21510 : cluster 0 pgmap v16063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:30 smithi194 bash[32038]: cluster 2023-12-08T02:10:28.997723+0000 mgr.a (mgr.14403) 21510 : cluster 0 pgmap v16063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:30 smithi135 bash[32435]: cluster 2023-12-08T02:10:28.997723+0000 mgr.a (mgr.14403) 21510 : cluster 0 pgmap v16063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:31.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:10:31.049 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:31.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:31.972 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:10:31.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:31.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:31.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:31.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:10:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:32 smithi079 bash[28699]: cluster 2023-12-08T02:10:30.998316+0000 mgr.a (mgr.14403) 21511 : cluster 0 pgmap v16064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:32 smithi194 bash[32038]: cluster 2023-12-08T02:10:30.998316+0000 mgr.a (mgr.14403) 21511 : cluster 0 pgmap v16064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:32 smithi135 bash[32435]: cluster 2023-12-08T02:10:30.998316+0000 mgr.a (mgr.14403) 21511 : cluster 0 pgmap v16064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:33 smithi079 bash[28699]: audit 2023-12-08T02:10:31.460255+0000 mgr.a (mgr.14403) 21512 : audit 0 from='client.425544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:33 smithi079 bash[28699]: cluster 2023-12-08T02:10:32.999041+0000 mgr.a (mgr.14403) 21513 : cluster 0 pgmap v16065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:33 smithi194 bash[32038]: audit 2023-12-08T02:10:31.460255+0000 mgr.a (mgr.14403) 21512 : audit 0 from='client.425544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:33 smithi194 bash[32038]: cluster 2023-12-08T02:10:32.999041+0000 mgr.a (mgr.14403) 21513 : cluster 0 pgmap v16065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:33 smithi135 bash[32435]: audit 2023-12-08T02:10:31.460255+0000 mgr.a (mgr.14403) 21512 : audit 0 from='client.425544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:33 smithi135 bash[32435]: cluster 2023-12-08T02:10:32.999041+0000 mgr.a (mgr.14403) 21513 : cluster 0 pgmap v16065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:36 smithi079 bash[28699]: cluster 2023-12-08T02:10:34.999816+0000 mgr.a (mgr.14403) 21514 : cluster 0 pgmap v16066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:36 smithi194 bash[32038]: cluster 2023-12-08T02:10:34.999816+0000 mgr.a (mgr.14403) 21514 : cluster 0 pgmap v16066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:36 smithi135 bash[32435]: cluster 2023-12-08T02:10:34.999816+0000 mgr.a (mgr.14403) 21514 : cluster 0 pgmap v16066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:36.974 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:10:36.975 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:36.975 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:37 smithi194 bash[32038]: cluster 2023-12-08T02:10:37.000405+0000 mgr.a (mgr.14403) 21515 : cluster 0 pgmap v16067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:37 smithi135 bash[32435]: cluster 2023-12-08T02:10:37.000405+0000 mgr.a (mgr.14403) 21515 : cluster 0 pgmap v16067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:37.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:37 smithi079 bash[28699]: cluster 2023-12-08T02:10:37.000405+0000 mgr.a (mgr.14403) 21515 : cluster 0 pgmap v16067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:37.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:37.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:37.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:37.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:10:37.895 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:10:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:38 smithi194 bash[32038]: audit 2023-12-08T02:10:37.388100+0000 mgr.a (mgr.14403) 21516 : audit 0 from='client.425619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:38 smithi135 bash[32435]: audit 2023-12-08T02:10:37.388100+0000 mgr.a (mgr.14403) 21516 : audit 0 from='client.425619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:38.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:38 smithi079 bash[28699]: audit 2023-12-08T02:10:37.388100+0000 mgr.a (mgr.14403) 21516 : audit 0 from='client.425619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:40 smithi079 bash[28699]: cluster 2023-12-08T02:10:39.001315+0000 mgr.a (mgr.14403) 21517 : cluster 0 pgmap v16068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:40 smithi194 bash[32038]: cluster 2023-12-08T02:10:39.001315+0000 mgr.a (mgr.14403) 21517 : cluster 0 pgmap v16068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:40 smithi135 bash[32435]: cluster 2023-12-08T02:10:39.001315+0000 mgr.a (mgr.14403) 21517 : cluster 0 pgmap v16068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:10:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:42 smithi079 bash[28699]: cluster 2023-12-08T02:10:41.001893+0000 mgr.a (mgr.14403) 21518 : cluster 0 pgmap v16069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:42 smithi194 bash[32038]: cluster 2023-12-08T02:10:41.001893+0000 mgr.a (mgr.14403) 21518 : cluster 0 pgmap v16069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:42 smithi135 bash[32435]: cluster 2023-12-08T02:10:41.001893+0000 mgr.a (mgr.14403) 21518 : cluster 0 pgmap v16069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:42.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:10:42.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:42.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:43 smithi079 bash[28699]: cluster 2023-12-08T02:10:43.002354+0000 mgr.a (mgr.14403) 21519 : cluster 0 pgmap v16070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:43 smithi079 bash[28699]: audit 2023-12-08T02:10:43.290001+0000 mgr.a (mgr.14403) 21520 : audit 0 from='client.425694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:43.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:43 smithi194 bash[32038]: cluster 2023-12-08T02:10:43.002354+0000 mgr.a (mgr.14403) 21519 : cluster 0 pgmap v16070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:43.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:43 smithi194 bash[32038]: audit 2023-12-08T02:10:43.290001+0000 mgr.a (mgr.14403) 21520 : audit 0 from='client.425694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:43 smithi135 bash[32435]: cluster 2023-12-08T02:10:43.002354+0000 mgr.a (mgr.14403) 21519 : cluster 0 pgmap v16070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:43 smithi135 bash[32435]: audit 2023-12-08T02:10:43.290001+0000 mgr.a (mgr.14403) 21520 : audit 0 from='client.425694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:43.764 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:10:43.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:43.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:43.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:43.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:10:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:46 smithi079 bash[28699]: cluster 2023-12-08T02:10:45.003385+0000 mgr.a (mgr.14403) 21521 : cluster 0 pgmap v16071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:10:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:46 smithi194 bash[32038]: cluster 2023-12-08T02:10:45.003385+0000 mgr.a (mgr.14403) 21521 : cluster 0 pgmap v16071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:10:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:46 smithi135 bash[32435]: cluster 2023-12-08T02:10:45.003385+0000 mgr.a (mgr.14403) 21521 : cluster 0 pgmap v16071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:10:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:47 smithi079 bash[28699]: cluster 2023-12-08T02:10:47.004148+0000 mgr.a (mgr.14403) 21522 : cluster 0 pgmap v16072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:10:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:47 smithi194 bash[32038]: cluster 2023-12-08T02:10:47.004148+0000 mgr.a (mgr.14403) 21522 : cluster 0 pgmap v16072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:10:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:47 smithi135 bash[32435]: cluster 2023-12-08T02:10:47.004148+0000 mgr.a (mgr.14403) 21522 : cluster 0 pgmap v16072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:10:48.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:10:48.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:48.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:49.668 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:10:49.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:49.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:49.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:49.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:10:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:50 smithi079 bash[28699]: cluster 2023-12-08T02:10:49.004935+0000 mgr.a (mgr.14403) 21523 : cluster 0 pgmap v16073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:50 smithi079 bash[28699]: audit 2023-12-08T02:10:49.165875+0000 mgr.a (mgr.14403) 21524 : audit 0 from='client.425766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:50 smithi194 bash[32038]: cluster 2023-12-08T02:10:49.004935+0000 mgr.a (mgr.14403) 21523 : cluster 0 pgmap v16073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:50 smithi194 bash[32038]: audit 2023-12-08T02:10:49.165875+0000 mgr.a (mgr.14403) 21524 : audit 0 from='client.425766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:50 smithi135 bash[32435]: cluster 2023-12-08T02:10:49.004935+0000 mgr.a (mgr.14403) 21523 : cluster 0 pgmap v16073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:50 smithi135 bash[32435]: audit 2023-12-08T02:10:49.165875+0000 mgr.a (mgr.14403) 21524 : audit 0 from='client.425766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:51 smithi194 bash[32038]: cluster 2023-12-08T02:10:51.005599+0000 mgr.a (mgr.14403) 21525 : cluster 0 pgmap v16074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:51 smithi135 bash[32435]: cluster 2023-12-08T02:10:51.005599+0000 mgr.a (mgr.14403) 21525 : cluster 0 pgmap v16074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:51 smithi079 bash[28699]: cluster 2023-12-08T02:10:51.005599+0000 mgr.a (mgr.14403) 21525 : cluster 0 pgmap v16074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:54 smithi079 bash[28699]: cluster 2023-12-08T02:10:53.006162+0000 mgr.a (mgr.14403) 21526 : cluster 0 pgmap v16075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:54 smithi194 bash[32038]: cluster 2023-12-08T02:10:53.006162+0000 mgr.a (mgr.14403) 21526 : cluster 0 pgmap v16075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:54 smithi135 bash[32435]: cluster 2023-12-08T02:10:53.006162+0000 mgr.a (mgr.14403) 21526 : cluster 0 pgmap v16075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:10:54.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:10:54.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:10:54.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:10:55.618 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:10:55.618 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:10:55.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:10:55.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:10:55.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:10:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:55 smithi194 bash[32038]: cluster 2023-12-08T02:10:55.006937+0000 mgr.a (mgr.14403) 21527 : cluster 0 pgmap v16076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:55 smithi194 bash[32038]: audit 2023-12-08T02:10:55.085743+0000 mgr.a (mgr.14403) 21528 : audit 0 from='client.425841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:55 smithi135 bash[32435]: cluster 2023-12-08T02:10:55.006937+0000 mgr.a (mgr.14403) 21527 : cluster 0 pgmap v16076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:55 smithi135 bash[32435]: audit 2023-12-08T02:10:55.085743+0000 mgr.a (mgr.14403) 21528 : audit 0 from='client.425841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:55 smithi079 bash[28699]: cluster 2023-12-08T02:10:55.006937+0000 mgr.a (mgr.14403) 21527 : cluster 0 pgmap v16076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:10:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:55 smithi079 bash[28699]: audit 2023-12-08T02:10:55.085743+0000 mgr.a (mgr.14403) 21528 : audit 0 from='client.425841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:10:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:10:58 smithi079 bash[28699]: cluster 2023-12-08T02:10:57.007600+0000 mgr.a (mgr.14403) 21529 : cluster 0 pgmap v16077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:10:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:10:58 smithi194 bash[32038]: cluster 2023-12-08T02:10:57.007600+0000 mgr.a (mgr.14403) 21529 : cluster 0 pgmap v16077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:10:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:10:58 smithi135 bash[32435]: cluster 2023-12-08T02:10:57.007600+0000 mgr.a (mgr.14403) 21529 : cluster 0 pgmap v16077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:11:00.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:11:00.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:00.622 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:00 smithi079 bash[28699]: cluster 2023-12-08T02:10:59.008423+0000 mgr.a (mgr.14403) 21530 : cluster 0 pgmap v16078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:11:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:00 smithi194 bash[32038]: cluster 2023-12-08T02:10:59.008423+0000 mgr.a (mgr.14403) 21530 : cluster 0 pgmap v16078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:11:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:00 smithi135 bash[32435]: cluster 2023-12-08T02:10:59.008423+0000 mgr.a (mgr.14403) 21530 : cluster 0 pgmap v16078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:11:01.541 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:11:01.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:01.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:01.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:01.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:11:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:01 smithi079 bash[28699]: cluster 2023-12-08T02:11:01.008956+0000 mgr.a (mgr.14403) 21531 : cluster 0 pgmap v16079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:01 smithi079 bash[28699]: audit 2023-12-08T02:11:01.021567+0000 mgr.a (mgr.14403) 21532 : audit 0 from='client.425919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:01 smithi194 bash[32038]: cluster 2023-12-08T02:11:01.008956+0000 mgr.a (mgr.14403) 21531 : cluster 0 pgmap v16079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:01 smithi194 bash[32038]: audit 2023-12-08T02:11:01.021567+0000 mgr.a (mgr.14403) 21532 : audit 0 from='client.425919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:01 smithi135 bash[32435]: cluster 2023-12-08T02:11:01.008956+0000 mgr.a (mgr.14403) 21531 : cluster 0 pgmap v16079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:01 smithi135 bash[32435]: audit 2023-12-08T02:11:01.021567+0000 mgr.a (mgr.14403) 21532 : audit 0 from='client.425919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:02 smithi079 bash[28699]: audit 2023-12-08T02:11:02.046860+0000 mon.a (mon.0) 3422 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:11:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:02 smithi194 bash[32038]: audit 2023-12-08T02:11:02.046860+0000 mon.a (mon.0) 3422 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:11:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:02 smithi135 bash[32435]: audit 2023-12-08T02:11:02.046860+0000 mon.a (mon.0) 3422 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:11:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:03 smithi079 bash[28699]: audit 2023-12-08T02:11:02.581996+0000 mon.a (mon.0) 3423 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:11:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:03 smithi079 bash[28699]: audit 2023-12-08T02:11:02.592961+0000 mon.a (mon.0) 3424 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:11:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:03 smithi079 bash[28699]: cluster 2023-12-08T02:11:03.009602+0000 mgr.a (mgr.14403) 21533 : cluster 0 pgmap v16080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:03 smithi079 bash[28699]: audit 2023-12-08T02:11:03.338945+0000 mon.a (mon.0) 3425 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:11:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:03 smithi079 bash[28699]: audit 2023-12-08T02:11:03.340891+0000 mon.a (mon.0) 3426 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:11:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:03 smithi079 bash[28699]: audit 2023-12-08T02:11:03.351154+0000 mon.a (mon.0) 3427 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:11:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:03 smithi194 bash[32038]: audit 2023-12-08T02:11:02.581996+0000 mon.a (mon.0) 3423 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:11:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:03 smithi194 bash[32038]: audit 2023-12-08T02:11:02.592961+0000 mon.a (mon.0) 3424 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:11:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:03 smithi194 bash[32038]: cluster 2023-12-08T02:11:03.009602+0000 mgr.a (mgr.14403) 21533 : cluster 0 pgmap v16080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:03 smithi194 bash[32038]: audit 2023-12-08T02:11:03.338945+0000 mon.a (mon.0) 3425 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:11:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:03 smithi194 bash[32038]: audit 2023-12-08T02:11:03.340891+0000 mon.a (mon.0) 3426 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:11:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:03 smithi194 bash[32038]: audit 2023-12-08T02:11:03.351154+0000 mon.a (mon.0) 3427 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:11:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:03 smithi135 bash[32435]: audit 2023-12-08T02:11:02.581996+0000 mon.a (mon.0) 3423 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:11:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:03 smithi135 bash[32435]: audit 2023-12-08T02:11:02.592961+0000 mon.a (mon.0) 3424 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:11:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:03 smithi135 bash[32435]: cluster 2023-12-08T02:11:03.009602+0000 mgr.a (mgr.14403) 21533 : cluster 0 pgmap v16080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:03 smithi135 bash[32435]: audit 2023-12-08T02:11:03.338945+0000 mon.a (mon.0) 3425 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:11:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:03 smithi135 bash[32435]: audit 2023-12-08T02:11:03.340891+0000 mon.a (mon.0) 3426 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:11:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:03 smithi135 bash[32435]: audit 2023-12-08T02:11:03.351154+0000 mon.a (mon.0) 3427 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:11:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:05 smithi194 bash[32038]: cluster 2023-12-08T02:11:05.010369+0000 mgr.a (mgr.14403) 21534 : cluster 0 pgmap v16081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:05 smithi135 bash[32435]: cluster 2023-12-08T02:11:05.010369+0000 mgr.a (mgr.14403) 21534 : cluster 0 pgmap v16081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:05 smithi079 bash[28699]: cluster 2023-12-08T02:11:05.010369+0000 mgr.a (mgr.14403) 21534 : cluster 0 pgmap v16081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:06.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:11:06.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:06.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:07.460 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:11:07.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:07.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:07.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:07.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:11:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:08 smithi079 bash[28699]: audit 2023-12-08T02:11:06.948212+0000 mgr.a (mgr.14403) 21535 : audit 0 from='client.425991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:08 smithi079 bash[28699]: cluster 2023-12-08T02:11:07.011019+0000 mgr.a (mgr.14403) 21536 : cluster 0 pgmap v16082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:08 smithi194 bash[32038]: audit 2023-12-08T02:11:06.948212+0000 mgr.a (mgr.14403) 21535 : audit 0 from='client.425991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:08.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:08 smithi194 bash[32038]: cluster 2023-12-08T02:11:07.011019+0000 mgr.a (mgr.14403) 21536 : cluster 0 pgmap v16082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:08 smithi135 bash[32435]: audit 2023-12-08T02:11:06.948212+0000 mgr.a (mgr.14403) 21535 : audit 0 from='client.425991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:08 smithi135 bash[32435]: cluster 2023-12-08T02:11:07.011019+0000 mgr.a (mgr.14403) 21536 : cluster 0 pgmap v16082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:10 smithi079 bash[28699]: cluster 2023-12-08T02:11:09.011887+0000 mgr.a (mgr.14403) 21537 : cluster 0 pgmap v16083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:10 smithi194 bash[32038]: cluster 2023-12-08T02:11:09.011887+0000 mgr.a (mgr.14403) 21537 : cluster 0 pgmap v16083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:10 smithi135 bash[32435]: cluster 2023-12-08T02:11:09.011887+0000 mgr.a (mgr.14403) 21537 : cluster 0 pgmap v16083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:12 smithi079 bash[28699]: cluster 2023-12-08T02:11:11.012445+0000 mgr.a (mgr.14403) 21538 : cluster 0 pgmap v16084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:12 smithi194 bash[32038]: cluster 2023-12-08T02:11:11.012445+0000 mgr.a (mgr.14403) 21538 : cluster 0 pgmap v16084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:12 smithi135 bash[32435]: cluster 2023-12-08T02:11:11.012445+0000 mgr.a (mgr.14403) 21538 : cluster 0 pgmap v16084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:12.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:11:12.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:12.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:13.365 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:11:13.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:13.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:13.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:13.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:11:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:14 smithi079 bash[28699]: audit 2023-12-08T02:11:12.867904+0000 mgr.a (mgr.14403) 21539 : audit 0 from='client.426066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:14 smithi079 bash[28699]: cluster 2023-12-08T02:11:13.013531+0000 mgr.a (mgr.14403) 21540 : cluster 0 pgmap v16085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:14 smithi194 bash[32038]: audit 2023-12-08T02:11:12.867904+0000 mgr.a (mgr.14403) 21539 : audit 0 from='client.426066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:14 smithi194 bash[32038]: cluster 2023-12-08T02:11:13.013531+0000 mgr.a (mgr.14403) 21540 : cluster 0 pgmap v16085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:14 smithi135 bash[32435]: audit 2023-12-08T02:11:12.867904+0000 mgr.a (mgr.14403) 21539 : audit 0 from='client.426066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:14 smithi135 bash[32435]: cluster 2023-12-08T02:11:13.013531+0000 mgr.a (mgr.14403) 21540 : cluster 0 pgmap v16085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:15 smithi079 bash[28699]: cluster 2023-12-08T02:11:15.014542+0000 mgr.a (mgr.14403) 21541 : cluster 0 pgmap v16086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:15 smithi194 bash[32038]: cluster 2023-12-08T02:11:15.014542+0000 mgr.a (mgr.14403) 21541 : cluster 0 pgmap v16086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:15.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:15 smithi135 bash[32435]: cluster 2023-12-08T02:11:15.014542+0000 mgr.a (mgr.14403) 21541 : cluster 0 pgmap v16086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:18.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:11:18.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:18.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:18 smithi079 bash[28699]: cluster 2023-12-08T02:11:17.015122+0000 mgr.a (mgr.14403) 21542 : cluster 0 pgmap v16087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:18 smithi194 bash[32038]: cluster 2023-12-08T02:11:17.015122+0000 mgr.a (mgr.14403) 21542 : cluster 0 pgmap v16087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:18 smithi135 bash[32435]: cluster 2023-12-08T02:11:17.015122+0000 mgr.a (mgr.14403) 21542 : cluster 0 pgmap v16087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:19.256 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:11:19.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:19.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:19.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:19.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:11:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:20 smithi079 bash[28699]: audit 2023-12-08T02:11:18.778420+0000 mgr.a (mgr.14403) 21543 : audit 0 from='client.426141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:20 smithi079 bash[28699]: cluster 2023-12-08T02:11:19.016722+0000 mgr.a (mgr.14403) 21544 : cluster 0 pgmap v16088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:20 smithi194 bash[32038]: audit 2023-12-08T02:11:18.778420+0000 mgr.a (mgr.14403) 21543 : audit 0 from='client.426141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:20 smithi194 bash[32038]: cluster 2023-12-08T02:11:19.016722+0000 mgr.a (mgr.14403) 21544 : cluster 0 pgmap v16088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:20 smithi135 bash[32435]: audit 2023-12-08T02:11:18.778420+0000 mgr.a (mgr.14403) 21543 : audit 0 from='client.426141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:20 smithi135 bash[32435]: cluster 2023-12-08T02:11:19.016722+0000 mgr.a (mgr.14403) 21544 : cluster 0 pgmap v16088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:22 smithi079 bash[28699]: cluster 2023-12-08T02:11:21.017355+0000 mgr.a (mgr.14403) 21545 : cluster 0 pgmap v16089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:22 smithi194 bash[32038]: cluster 2023-12-08T02:11:21.017355+0000 mgr.a (mgr.14403) 21545 : cluster 0 pgmap v16089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:22 smithi135 bash[32435]: cluster 2023-12-08T02:11:21.017355+0000 mgr.a (mgr.14403) 21545 : cluster 0 pgmap v16089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:24.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:11:24.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:24.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:24 smithi079 bash[28699]: cluster 2023-12-08T02:11:23.017913+0000 mgr.a (mgr.14403) 21546 : cluster 0 pgmap v16090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:24 smithi194 bash[32038]: cluster 2023-12-08T02:11:23.017913+0000 mgr.a (mgr.14403) 21546 : cluster 0 pgmap v16090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:24 smithi135 bash[32435]: cluster 2023-12-08T02:11:23.017913+0000 mgr.a (mgr.14403) 21546 : cluster 0 pgmap v16090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:25.174 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:11:25.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:25.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:25.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:25.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:11:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:25 smithi079 bash[28699]: audit 2023-12-08T02:11:24.667373+0000 mgr.a (mgr.14403) 21547 : audit 0 from='client.426219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:25 smithi079 bash[28699]: cluster 2023-12-08T02:11:25.018616+0000 mgr.a (mgr.14403) 21548 : cluster 0 pgmap v16091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:25 smithi194 bash[32038]: audit 2023-12-08T02:11:24.667373+0000 mgr.a (mgr.14403) 21547 : audit 0 from='client.426219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:25 smithi194 bash[32038]: cluster 2023-12-08T02:11:25.018616+0000 mgr.a (mgr.14403) 21548 : cluster 0 pgmap v16091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:25 smithi135 bash[32435]: audit 2023-12-08T02:11:24.667373+0000 mgr.a (mgr.14403) 21547 : audit 0 from='client.426219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:25 smithi135 bash[32435]: cluster 2023-12-08T02:11:25.018616+0000 mgr.a (mgr.14403) 21548 : cluster 0 pgmap v16091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:28 smithi079 bash[28699]: cluster 2023-12-08T02:11:27.019241+0000 mgr.a (mgr.14403) 21549 : cluster 0 pgmap v16092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:28 smithi194 bash[32038]: cluster 2023-12-08T02:11:27.019241+0000 mgr.a (mgr.14403) 21549 : cluster 0 pgmap v16092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:28 smithi135 bash[32435]: cluster 2023-12-08T02:11:27.019241+0000 mgr.a (mgr.14403) 21549 : cluster 0 pgmap v16092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:30.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:11:30.177 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:30.177 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:30 smithi079 bash[28699]: cluster 2023-12-08T02:11:29.019979+0000 mgr.a (mgr.14403) 21550 : cluster 0 pgmap v16093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:30 smithi194 bash[32038]: cluster 2023-12-08T02:11:29.019979+0000 mgr.a (mgr.14403) 21550 : cluster 0 pgmap v16093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:30 smithi135 bash[32435]: cluster 2023-12-08T02:11:29.019979+0000 mgr.a (mgr.14403) 21550 : cluster 0 pgmap v16093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:31.078 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:11:31.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:31.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:31.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:31.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:11:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:32 smithi079 bash[28699]: audit 2023-12-08T02:11:30.576455+0000 mgr.a (mgr.14403) 21551 : audit 0 from='client.426291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:32 smithi079 bash[28699]: cluster 2023-12-08T02:11:31.020644+0000 mgr.a (mgr.14403) 21552 : cluster 0 pgmap v16094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:32 smithi194 bash[32038]: audit 2023-12-08T02:11:30.576455+0000 mgr.a (mgr.14403) 21551 : audit 0 from='client.426291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:32 smithi194 bash[32038]: cluster 2023-12-08T02:11:31.020644+0000 mgr.a (mgr.14403) 21552 : cluster 0 pgmap v16094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:32 smithi135 bash[32435]: audit 2023-12-08T02:11:30.576455+0000 mgr.a (mgr.14403) 21551 : audit 0 from='client.426291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:32 smithi135 bash[32435]: cluster 2023-12-08T02:11:31.020644+0000 mgr.a (mgr.14403) 21552 : cluster 0 pgmap v16094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:34 smithi079 bash[28699]: cluster 2023-12-08T02:11:33.021220+0000 mgr.a (mgr.14403) 21553 : cluster 0 pgmap v16095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:34 smithi194 bash[32038]: cluster 2023-12-08T02:11:33.021220+0000 mgr.a (mgr.14403) 21553 : cluster 0 pgmap v16095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:34 smithi135 bash[32435]: cluster 2023-12-08T02:11:33.021220+0000 mgr.a (mgr.14403) 21553 : cluster 0 pgmap v16095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:35 smithi194 bash[32038]: cluster 2023-12-08T02:11:35.022032+0000 mgr.a (mgr.14403) 21554 : cluster 0 pgmap v16096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:35 smithi135 bash[32435]: cluster 2023-12-08T02:11:35.022032+0000 mgr.a (mgr.14403) 21554 : cluster 0 pgmap v16096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:35 smithi079 bash[28699]: cluster 2023-12-08T02:11:35.022032+0000 mgr.a (mgr.14403) 21554 : cluster 0 pgmap v16096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:36.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:11:36.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:36.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:37.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:37.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:37.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:37.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:11:37.001 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:11:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:38 smithi079 bash[28699]: audit 2023-12-08T02:11:36.488081+0000 mgr.a (mgr.14403) 21555 : audit 0 from='client.426366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:38 smithi079 bash[28699]: cluster 2023-12-08T02:11:37.022768+0000 mgr.a (mgr.14403) 21556 : cluster 0 pgmap v16097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:38 smithi194 bash[32038]: audit 2023-12-08T02:11:36.488081+0000 mgr.a (mgr.14403) 21555 : audit 0 from='client.426366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:38 smithi194 bash[32038]: cluster 2023-12-08T02:11:37.022768+0000 mgr.a (mgr.14403) 21556 : cluster 0 pgmap v16097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:38 smithi135 bash[32435]: audit 2023-12-08T02:11:36.488081+0000 mgr.a (mgr.14403) 21555 : audit 0 from='client.426366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:38 smithi135 bash[32435]: cluster 2023-12-08T02:11:37.022768+0000 mgr.a (mgr.14403) 21556 : cluster 0 pgmap v16097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:40 smithi079 bash[28699]: cluster 2023-12-08T02:11:39.023603+0000 mgr.a (mgr.14403) 21557 : cluster 0 pgmap v16098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:40 smithi194 bash[32038]: cluster 2023-12-08T02:11:39.023603+0000 mgr.a (mgr.14403) 21557 : cluster 0 pgmap v16098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:40 smithi135 bash[32435]: cluster 2023-12-08T02:11:39.023603+0000 mgr.a (mgr.14403) 21557 : cluster 0 pgmap v16098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:42.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:11:42.003 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:42.003 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:42 smithi079 bash[28699]: cluster 2023-12-08T02:11:41.024184+0000 mgr.a (mgr.14403) 21558 : cluster 0 pgmap v16099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:42 smithi194 bash[32038]: cluster 2023-12-08T02:11:41.024184+0000 mgr.a (mgr.14403) 21558 : cluster 0 pgmap v16099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:42 smithi135 bash[32435]: cluster 2023-12-08T02:11:41.024184+0000 mgr.a (mgr.14403) 21558 : cluster 0 pgmap v16099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:42.891 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:11:42.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:42.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:42.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:42.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:11:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:44 smithi079 bash[28699]: audit 2023-12-08T02:11:42.413252+0000 mgr.a (mgr.14403) 21559 : audit 0 from='client.426444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:44 smithi079 bash[28699]: cluster 2023-12-08T02:11:43.024946+0000 mgr.a (mgr.14403) 21560 : cluster 0 pgmap v16100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:44 smithi194 bash[32038]: audit 2023-12-08T02:11:42.413252+0000 mgr.a (mgr.14403) 21559 : audit 0 from='client.426444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:44 smithi194 bash[32038]: cluster 2023-12-08T02:11:43.024946+0000 mgr.a (mgr.14403) 21560 : cluster 0 pgmap v16100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:44 smithi135 bash[32435]: audit 2023-12-08T02:11:42.413252+0000 mgr.a (mgr.14403) 21559 : audit 0 from='client.426444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:44 smithi135 bash[32435]: cluster 2023-12-08T02:11:43.024946+0000 mgr.a (mgr.14403) 21560 : cluster 0 pgmap v16100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:45 smithi194 bash[32038]: cluster 2023-12-08T02:11:45.025817+0000 mgr.a (mgr.14403) 21561 : cluster 0 pgmap v16101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:45 smithi135 bash[32435]: cluster 2023-12-08T02:11:45.025817+0000 mgr.a (mgr.14403) 21561 : cluster 0 pgmap v16101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:45 smithi079 bash[28699]: cluster 2023-12-08T02:11:45.025817+0000 mgr.a (mgr.14403) 21561 : cluster 0 pgmap v16101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:11:47.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:11:47.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:47.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:48 smithi079 bash[28699]: cluster 2023-12-08T02:11:47.026317+0000 mgr.a (mgr.14403) 21562 : cluster 0 pgmap v16102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:48 smithi194 bash[32038]: cluster 2023-12-08T02:11:47.026317+0000 mgr.a (mgr.14403) 21562 : cluster 0 pgmap v16102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:48 smithi135 bash[32435]: cluster 2023-12-08T02:11:47.026317+0000 mgr.a (mgr.14403) 21562 : cluster 0 pgmap v16102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:48.773 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:11:48.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:48.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:48.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:48.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:11:49.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:49 smithi079 bash[28699]: audit 2023-12-08T02:11:48.286639+0000 mgr.a (mgr.14403) 21563 : audit 0 from='client.426522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:49 smithi194 bash[32038]: audit 2023-12-08T02:11:48.286639+0000 mgr.a (mgr.14403) 21563 : audit 0 from='client.426522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:49.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:49 smithi135 bash[32435]: audit 2023-12-08T02:11:48.286639+0000 mgr.a (mgr.14403) 21563 : audit 0 from='client.426522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:50 smithi079 bash[28699]: cluster 2023-12-08T02:11:49.027513+0000 mgr.a (mgr.14403) 21564 : cluster 0 pgmap v16103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:11:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:50 smithi194 bash[32038]: cluster 2023-12-08T02:11:49.027513+0000 mgr.a (mgr.14403) 21564 : cluster 0 pgmap v16103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:11:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:50 smithi135 bash[32435]: cluster 2023-12-08T02:11:49.027513+0000 mgr.a (mgr.14403) 21564 : cluster 0 pgmap v16103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:11:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:52 smithi079 bash[28699]: cluster 2023-12-08T02:11:51.028156+0000 mgr.a (mgr.14403) 21565 : cluster 0 pgmap v16104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:11:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:52 smithi194 bash[32038]: cluster 2023-12-08T02:11:51.028156+0000 mgr.a (mgr.14403) 21565 : cluster 0 pgmap v16104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:11:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:52 smithi135 bash[32435]: cluster 2023-12-08T02:11:51.028156+0000 mgr.a (mgr.14403) 21565 : cluster 0 pgmap v16104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:11:53.776 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:11:53.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:53.777 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:11:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:54 smithi079 bash[28699]: cluster 2023-12-08T02:11:53.028720+0000 mgr.a (mgr.14403) 21566 : cluster 0 pgmap v16105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:11:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:54 smithi194 bash[32038]: cluster 2023-12-08T02:11:53.028720+0000 mgr.a (mgr.14403) 21566 : cluster 0 pgmap v16105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:11:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:54 smithi135 bash[32435]: cluster 2023-12-08T02:11:53.028720+0000 mgr.a (mgr.14403) 21566 : cluster 0 pgmap v16105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:11:54.674 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:11:54.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:11:54.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:11:54.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:11:54.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:11:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:55 smithi079 bash[28699]: audit 2023-12-08T02:11:54.188952+0000 mgr.a (mgr.14403) 21567 : audit 0 from='client.426597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:55 smithi194 bash[32038]: audit 2023-12-08T02:11:54.188952+0000 mgr.a (mgr.14403) 21567 : audit 0 from='client.426597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:55.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:55 smithi135 bash[32435]: audit 2023-12-08T02:11:54.188952+0000 mgr.a (mgr.14403) 21567 : audit 0 from='client.426597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:11:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:56 smithi079 bash[28699]: cluster 2023-12-08T02:11:55.029724+0000 mgr.a (mgr.14403) 21568 : cluster 0 pgmap v16106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:56 smithi194 bash[32038]: cluster 2023-12-08T02:11:55.029724+0000 mgr.a (mgr.14403) 21568 : cluster 0 pgmap v16106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:56 smithi135 bash[32435]: cluster 2023-12-08T02:11:55.029724+0000 mgr.a (mgr.14403) 21568 : cluster 0 pgmap v16106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:11:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:11:58 smithi079 bash[28699]: cluster 2023-12-08T02:11:57.030318+0000 mgr.a (mgr.14403) 21569 : cluster 0 pgmap v16107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:11:58 smithi194 bash[32038]: cluster 2023-12-08T02:11:57.030318+0000 mgr.a (mgr.14403) 21569 : cluster 0 pgmap v16107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:11:58 smithi135 bash[32435]: cluster 2023-12-08T02:11:57.030318+0000 mgr.a (mgr.14403) 21569 : cluster 0 pgmap v16107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:11:59.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:11:59.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:11:59.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:00 smithi079 bash[28699]: cluster 2023-12-08T02:11:59.031064+0000 mgr.a (mgr.14403) 21570 : cluster 0 pgmap v16108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:00 smithi194 bash[32038]: cluster 2023-12-08T02:11:59.031064+0000 mgr.a (mgr.14403) 21570 : cluster 0 pgmap v16108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:00 smithi135 bash[32435]: cluster 2023-12-08T02:11:59.031064+0000 mgr.a (mgr.14403) 21570 : cluster 0 pgmap v16108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:00.552 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:12:00.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:00.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:00.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:00.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:12:01.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:01 smithi079 bash[28699]: audit 2023-12-08T02:12:00.076017+0000 mgr.a (mgr.14403) 21571 : audit 0 from='client.426675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:01.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:01 smithi194 bash[32038]: audit 2023-12-08T02:12:00.076017+0000 mgr.a (mgr.14403) 21571 : audit 0 from='client.426675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:01.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:01 smithi135 bash[32435]: audit 2023-12-08T02:12:00.076017+0000 mgr.a (mgr.14403) 21571 : audit 0 from='client.426675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:02 smithi079 bash[28699]: cluster 2023-12-08T02:12:01.031727+0000 mgr.a (mgr.14403) 21572 : cluster 0 pgmap v16109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:12:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:02 smithi194 bash[32038]: cluster 2023-12-08T02:12:01.031727+0000 mgr.a (mgr.14403) 21572 : cluster 0 pgmap v16109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:12:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:02 smithi135 bash[32435]: cluster 2023-12-08T02:12:01.031727+0000 mgr.a (mgr.14403) 21572 : cluster 0 pgmap v16109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:12:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:04 smithi079 bash[28699]: cluster 2023-12-08T02:12:03.032319+0000 mgr.a (mgr.14403) 21573 : cluster 0 pgmap v16110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:12:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:04 smithi079 bash[28699]: audit 2023-12-08T02:12:03.455173+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:12:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:04 smithi079 bash[28699]: audit 2023-12-08T02:12:03.985803+0000 mon.a (mon.0) 3429 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:12:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:04 smithi079 bash[28699]: audit 2023-12-08T02:12:03.994324+0000 mon.a (mon.0) 3430 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:12:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:04 smithi194 bash[32038]: cluster 2023-12-08T02:12:03.032319+0000 mgr.a (mgr.14403) 21573 : cluster 0 pgmap v16110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:12:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:04 smithi194 bash[32038]: audit 2023-12-08T02:12:03.455173+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:12:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:04 smithi194 bash[32038]: audit 2023-12-08T02:12:03.985803+0000 mon.a (mon.0) 3429 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:12:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:04 smithi194 bash[32038]: audit 2023-12-08T02:12:03.994324+0000 mon.a (mon.0) 3430 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:12:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:04 smithi135 bash[32435]: cluster 2023-12-08T02:12:03.032319+0000 mgr.a (mgr.14403) 21573 : cluster 0 pgmap v16110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:12:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:04 smithi135 bash[32435]: audit 2023-12-08T02:12:03.455173+0000 mon.a (mon.0) 3428 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:12:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:04 smithi135 bash[32435]: audit 2023-12-08T02:12:03.985803+0000 mon.a (mon.0) 3429 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:12:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:04 smithi135 bash[32435]: audit 2023-12-08T02:12:03.994324+0000 mon.a (mon.0) 3430 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:12:05.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:12:05.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:05.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:05 smithi194 bash[32038]: audit 2023-12-08T02:12:04.721468+0000 mon.a (mon.0) 3431 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:12:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:05 smithi194 bash[32038]: audit 2023-12-08T02:12:04.723329+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:12:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:05 smithi194 bash[32038]: audit 2023-12-08T02:12:04.733795+0000 mon.a (mon.0) 3433 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:12:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:05 smithi194 bash[32038]: cluster 2023-12-08T02:12:05.033133+0000 mgr.a (mgr.14403) 21574 : cluster 0 pgmap v16111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:12:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:05 smithi135 bash[32435]: audit 2023-12-08T02:12:04.721468+0000 mon.a (mon.0) 3431 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:12:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:05 smithi135 bash[32435]: audit 2023-12-08T02:12:04.723329+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:12:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:05 smithi135 bash[32435]: audit 2023-12-08T02:12:04.733795+0000 mon.a (mon.0) 3433 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:12:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:05 smithi135 bash[32435]: cluster 2023-12-08T02:12:05.033133+0000 mgr.a (mgr.14403) 21574 : cluster 0 pgmap v16111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:12:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:05 smithi079 bash[28699]: audit 2023-12-08T02:12:04.721468+0000 mon.a (mon.0) 3431 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:12:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:05 smithi079 bash[28699]: audit 2023-12-08T02:12:04.723329+0000 mon.a (mon.0) 3432 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:12:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:05 smithi079 bash[28699]: audit 2023-12-08T02:12:04.733795+0000 mon.a (mon.0) 3433 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:12:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:05 smithi079 bash[28699]: cluster 2023-12-08T02:12:05.033133+0000 mgr.a (mgr.14403) 21574 : cluster 0 pgmap v16111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:12:06.457 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:12:06.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:06.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:06.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:06.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:12:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:06 smithi079 bash[28699]: audit 2023-12-08T02:12:05.953988+0000 mgr.a (mgr.14403) 21575 : audit 0 from='client.426753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:07.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:06 smithi194 bash[32038]: audit 2023-12-08T02:12:05.953988+0000 mgr.a (mgr.14403) 21575 : audit 0 from='client.426753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:07.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:06 smithi135 bash[32435]: audit 2023-12-08T02:12:05.953988+0000 mgr.a (mgr.14403) 21575 : audit 0 from='client.426753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:07 smithi079 bash[28699]: cluster 2023-12-08T02:12:07.033787+0000 mgr.a (mgr.14403) 21576 : cluster 0 pgmap v16112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:07 smithi194 bash[32038]: cluster 2023-12-08T02:12:07.033787+0000 mgr.a (mgr.14403) 21576 : cluster 0 pgmap v16112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:07 smithi135 bash[32435]: cluster 2023-12-08T02:12:07.033787+0000 mgr.a (mgr.14403) 21576 : cluster 0 pgmap v16112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:10 smithi079 bash[28699]: cluster 2023-12-08T02:12:09.034575+0000 mgr.a (mgr.14403) 21577 : cluster 0 pgmap v16113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:10 smithi194 bash[32038]: cluster 2023-12-08T02:12:09.034575+0000 mgr.a (mgr.14403) 21577 : cluster 0 pgmap v16113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:10 smithi135 bash[32435]: cluster 2023-12-08T02:12:09.034575+0000 mgr.a (mgr.14403) 21577 : cluster 0 pgmap v16113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:11.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:12:11.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:11.462 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:12.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:12.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:12.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:12.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:12:12.364 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:12:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:12 smithi079 bash[28699]: cluster 2023-12-08T02:12:11.035152+0000 mgr.a (mgr.14403) 21578 : cluster 0 pgmap v16114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:12.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:12 smithi194 bash[32038]: cluster 2023-12-08T02:12:11.035152+0000 mgr.a (mgr.14403) 21578 : cluster 0 pgmap v16114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:12 smithi135 bash[32435]: cluster 2023-12-08T02:12:11.035152+0000 mgr.a (mgr.14403) 21578 : cluster 0 pgmap v16114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:13.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:13 smithi079 bash[28699]: audit 2023-12-08T02:12:11.858160+0000 mgr.a (mgr.14403) 21579 : audit 0 from='client.426828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:13 smithi194 bash[32038]: audit 2023-12-08T02:12:11.858160+0000 mgr.a (mgr.14403) 21579 : audit 0 from='client.426828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:13 smithi135 bash[32435]: audit 2023-12-08T02:12:11.858160+0000 mgr.a (mgr.14403) 21579 : audit 0 from='client.426828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:14 smithi079 bash[28699]: cluster 2023-12-08T02:12:13.035783+0000 mgr.a (mgr.14403) 21580 : cluster 0 pgmap v16115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:14 smithi194 bash[32038]: cluster 2023-12-08T02:12:13.035783+0000 mgr.a (mgr.14403) 21580 : cluster 0 pgmap v16115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:14 smithi135 bash[32435]: cluster 2023-12-08T02:12:13.035783+0000 mgr.a (mgr.14403) 21580 : cluster 0 pgmap v16115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:15 smithi194 bash[32038]: cluster 2023-12-08T02:12:15.036608+0000 mgr.a (mgr.14403) 21581 : cluster 0 pgmap v16116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:15 smithi135 bash[32435]: cluster 2023-12-08T02:12:15.036608+0000 mgr.a (mgr.14403) 21581 : cluster 0 pgmap v16116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:15 smithi079 bash[28699]: cluster 2023-12-08T02:12:15.036608+0000 mgr.a (mgr.14403) 21581 : cluster 0 pgmap v16116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:17.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:12:17.367 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:17.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:18.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:18.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:18.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:18.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:12:18.262 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:12:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:18 smithi079 bash[28699]: cluster 2023-12-08T02:12:17.037137+0000 mgr.a (mgr.14403) 21582 : cluster 0 pgmap v16117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:18 smithi194 bash[32038]: cluster 2023-12-08T02:12:17.037137+0000 mgr.a (mgr.14403) 21582 : cluster 0 pgmap v16117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:18 smithi135 bash[32435]: cluster 2023-12-08T02:12:17.037137+0000 mgr.a (mgr.14403) 21582 : cluster 0 pgmap v16117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:19.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:19 smithi079 bash[28699]: audit 2023-12-08T02:12:17.771086+0000 mgr.a (mgr.14403) 21583 : audit 0 from='client.426900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:19.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:19 smithi194 bash[32038]: audit 2023-12-08T02:12:17.771086+0000 mgr.a (mgr.14403) 21583 : audit 0 from='client.426900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:19.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:19 smithi135 bash[32435]: audit 2023-12-08T02:12:17.771086+0000 mgr.a (mgr.14403) 21583 : audit 0 from='client.426900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:20 smithi079 bash[28699]: cluster 2023-12-08T02:12:19.038017+0000 mgr.a (mgr.14403) 21584 : cluster 0 pgmap v16118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:20 smithi194 bash[32038]: cluster 2023-12-08T02:12:19.038017+0000 mgr.a (mgr.14403) 21584 : cluster 0 pgmap v16118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:20 smithi135 bash[32435]: cluster 2023-12-08T02:12:19.038017+0000 mgr.a (mgr.14403) 21584 : cluster 0 pgmap v16118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:22 smithi079 bash[28699]: cluster 2023-12-08T02:12:21.038559+0000 mgr.a (mgr.14403) 21585 : cluster 0 pgmap v16119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:22 smithi194 bash[32038]: cluster 2023-12-08T02:12:21.038559+0000 mgr.a (mgr.14403) 21585 : cluster 0 pgmap v16119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:22 smithi135 bash[32435]: cluster 2023-12-08T02:12:21.038559+0000 mgr.a (mgr.14403) 21585 : cluster 0 pgmap v16119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:23.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:12:23.264 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:23.264 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:24.167 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:12:24.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:24.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:24.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:24.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:12:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:24 smithi079 bash[28699]: cluster 2023-12-08T02:12:23.039170+0000 mgr.a (mgr.14403) 21586 : cluster 0 pgmap v16120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:24 smithi194 bash[32038]: cluster 2023-12-08T02:12:23.039170+0000 mgr.a (mgr.14403) 21586 : cluster 0 pgmap v16120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:24 smithi135 bash[32435]: cluster 2023-12-08T02:12:23.039170+0000 mgr.a (mgr.14403) 21586 : cluster 0 pgmap v16120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:25.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:25 smithi079 bash[28699]: audit 2023-12-08T02:12:23.662723+0000 mgr.a (mgr.14403) 21587 : audit 0 from='client.426978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:25 smithi194 bash[32038]: audit 2023-12-08T02:12:23.662723+0000 mgr.a (mgr.14403) 21587 : audit 0 from='client.426978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:25.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:25 smithi135 bash[32435]: audit 2023-12-08T02:12:23.662723+0000 mgr.a (mgr.14403) 21587 : audit 0 from='client.426978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:26 smithi079 bash[28699]: cluster 2023-12-08T02:12:25.040304+0000 mgr.a (mgr.14403) 21588 : cluster 0 pgmap v16121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:26 smithi194 bash[32038]: cluster 2023-12-08T02:12:25.040304+0000 mgr.a (mgr.14403) 21588 : cluster 0 pgmap v16121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:26 smithi135 bash[32435]: cluster 2023-12-08T02:12:25.040304+0000 mgr.a (mgr.14403) 21588 : cluster 0 pgmap v16121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:28 smithi079 bash[28699]: cluster 2023-12-08T02:12:27.040949+0000 mgr.a (mgr.14403) 21589 : cluster 0 pgmap v16122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:28 smithi194 bash[32038]: cluster 2023-12-08T02:12:27.040949+0000 mgr.a (mgr.14403) 21589 : cluster 0 pgmap v16122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:28 smithi135 bash[32435]: cluster 2023-12-08T02:12:27.040949+0000 mgr.a (mgr.14403) 21589 : cluster 0 pgmap v16122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:29.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:12:29.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:29.171 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:30.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:30.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:30.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:30.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:12:30.095 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:12:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:30 smithi079 bash[28699]: cluster 2023-12-08T02:12:29.041725+0000 mgr.a (mgr.14403) 21590 : cluster 0 pgmap v16123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:30 smithi194 bash[32038]: cluster 2023-12-08T02:12:29.041725+0000 mgr.a (mgr.14403) 21590 : cluster 0 pgmap v16123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:30 smithi135 bash[32435]: cluster 2023-12-08T02:12:29.041725+0000 mgr.a (mgr.14403) 21590 : cluster 0 pgmap v16123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:31.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:31 smithi079 bash[28699]: audit 2023-12-08T02:12:29.572318+0000 mgr.a (mgr.14403) 21591 : audit 0 from='client.427056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:31.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:31 smithi194 bash[32038]: audit 2023-12-08T02:12:29.572318+0000 mgr.a (mgr.14403) 21591 : audit 0 from='client.427056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:31 smithi135 bash[32435]: audit 2023-12-08T02:12:29.572318+0000 mgr.a (mgr.14403) 21591 : audit 0 from='client.427056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:32 smithi079 bash[28699]: cluster 2023-12-08T02:12:31.042404+0000 mgr.a (mgr.14403) 21592 : cluster 0 pgmap v16124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:32 smithi194 bash[32038]: cluster 2023-12-08T02:12:31.042404+0000 mgr.a (mgr.14403) 21592 : cluster 0 pgmap v16124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:32 smithi135 bash[32435]: cluster 2023-12-08T02:12:31.042404+0000 mgr.a (mgr.14403) 21592 : cluster 0 pgmap v16124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:34 smithi079 bash[28699]: cluster 2023-12-08T02:12:33.042960+0000 mgr.a (mgr.14403) 21593 : cluster 0 pgmap v16125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:34 smithi194 bash[32038]: cluster 2023-12-08T02:12:33.042960+0000 mgr.a (mgr.14403) 21593 : cluster 0 pgmap v16125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:34 smithi135 bash[32435]: cluster 2023-12-08T02:12:33.042960+0000 mgr.a (mgr.14403) 21593 : cluster 0 pgmap v16125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:12:35.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:12:35.099 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:35.099 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:35 smithi194 bash[32038]: cluster 2023-12-08T02:12:35.043735+0000 mgr.a (mgr.14403) 21594 : cluster 0 pgmap v16126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:35 smithi135 bash[32435]: cluster 2023-12-08T02:12:35.043735+0000 mgr.a (mgr.14403) 21594 : cluster 0 pgmap v16126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:35 smithi079 bash[28699]: cluster 2023-12-08T02:12:35.043735+0000 mgr.a (mgr.14403) 21594 : cluster 0 pgmap v16126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:36.011 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:12:36.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:36.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:36.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:36.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:12:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:36 smithi194 bash[32038]: audit 2023-12-08T02:12:35.511582+0000 mgr.a (mgr.14403) 21595 : audit 0 from='client.427125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:36 smithi135 bash[32435]: audit 2023-12-08T02:12:35.511582+0000 mgr.a (mgr.14403) 21595 : audit 0 from='client.427125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:36.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:36 smithi079 bash[28699]: audit 2023-12-08T02:12:35.511582+0000 mgr.a (mgr.14403) 21595 : audit 0 from='client.427125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:37 smithi194 bash[32038]: cluster 2023-12-08T02:12:37.044304+0000 mgr.a (mgr.14403) 21596 : cluster 0 pgmap v16127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:37 smithi135 bash[32435]: cluster 2023-12-08T02:12:37.044304+0000 mgr.a (mgr.14403) 21596 : cluster 0 pgmap v16127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:37 smithi079 bash[28699]: cluster 2023-12-08T02:12:37.044304+0000 mgr.a (mgr.14403) 21596 : cluster 0 pgmap v16127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:40 smithi079 bash[28699]: cluster 2023-12-08T02:12:39.045011+0000 mgr.a (mgr.14403) 21597 : cluster 0 pgmap v16128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:40 smithi194 bash[32038]: cluster 2023-12-08T02:12:39.045011+0000 mgr.a (mgr.14403) 21597 : cluster 0 pgmap v16128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:40 smithi135 bash[32435]: cluster 2023-12-08T02:12:39.045011+0000 mgr.a (mgr.14403) 21597 : cluster 0 pgmap v16128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:41.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:12:41.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:41.016 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:41.920 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:12:41.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:41.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:41.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:41.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:12:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:42 smithi079 bash[28699]: cluster 2023-12-08T02:12:41.045582+0000 mgr.a (mgr.14403) 21598 : cluster 0 pgmap v16129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:42 smithi194 bash[32038]: cluster 2023-12-08T02:12:41.045582+0000 mgr.a (mgr.14403) 21598 : cluster 0 pgmap v16129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:42 smithi135 bash[32435]: cluster 2023-12-08T02:12:41.045582+0000 mgr.a (mgr.14403) 21598 : cluster 0 pgmap v16129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:43 smithi079 bash[28699]: audit 2023-12-08T02:12:41.422697+0000 mgr.a (mgr.14403) 21599 : audit 0 from='client.427197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:43.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:43 smithi194 bash[32038]: audit 2023-12-08T02:12:41.422697+0000 mgr.a (mgr.14403) 21599 : audit 0 from='client.427197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:43 smithi135 bash[32435]: audit 2023-12-08T02:12:41.422697+0000 mgr.a (mgr.14403) 21599 : audit 0 from='client.427197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:44 smithi079 bash[28699]: cluster 2023-12-08T02:12:43.046304+0000 mgr.a (mgr.14403) 21600 : cluster 0 pgmap v16130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:44 smithi194 bash[32038]: cluster 2023-12-08T02:12:43.046304+0000 mgr.a (mgr.14403) 21600 : cluster 0 pgmap v16130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:44 smithi135 bash[32435]: cluster 2023-12-08T02:12:43.046304+0000 mgr.a (mgr.14403) 21600 : cluster 0 pgmap v16130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:45 smithi194 bash[32038]: cluster 2023-12-08T02:12:45.047153+0000 mgr.a (mgr.14403) 21601 : cluster 0 pgmap v16131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:45 smithi135 bash[32435]: cluster 2023-12-08T02:12:45.047153+0000 mgr.a (mgr.14403) 21601 : cluster 0 pgmap v16131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:45 smithi079 bash[28699]: cluster 2023-12-08T02:12:45.047153+0000 mgr.a (mgr.14403) 21601 : cluster 0 pgmap v16131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:46.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:12:46.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:46.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:47.801 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:12:47.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:47.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:47.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:47.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:12:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:48 smithi079 bash[28699]: cluster 2023-12-08T02:12:47.047543+0000 mgr.a (mgr.14403) 21602 : cluster 0 pgmap v16132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:48 smithi079 bash[28699]: audit 2023-12-08T02:12:47.319641+0000 mgr.a (mgr.14403) 21603 : audit 0 from='client.427275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:48 smithi194 bash[32038]: cluster 2023-12-08T02:12:47.047543+0000 mgr.a (mgr.14403) 21602 : cluster 0 pgmap v16132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:48 smithi194 bash[32038]: audit 2023-12-08T02:12:47.319641+0000 mgr.a (mgr.14403) 21603 : audit 0 from='client.427275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:48 smithi135 bash[32435]: cluster 2023-12-08T02:12:47.047543+0000 mgr.a (mgr.14403) 21602 : cluster 0 pgmap v16132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:48 smithi135 bash[32435]: audit 2023-12-08T02:12:47.319641+0000 mgr.a (mgr.14403) 21603 : audit 0 from='client.427275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:50 smithi079 bash[28699]: cluster 2023-12-08T02:12:49.048351+0000 mgr.a (mgr.14403) 21604 : cluster 0 pgmap v16133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:50 smithi135 bash[32435]: cluster 2023-12-08T02:12:49.048351+0000 mgr.a (mgr.14403) 21604 : cluster 0 pgmap v16133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:50.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:50 smithi194 bash[32038]: cluster 2023-12-08T02:12:49.048351+0000 mgr.a (mgr.14403) 21604 : cluster 0 pgmap v16133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:12:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:52 smithi079 bash[28699]: cluster 2023-12-08T02:12:51.048916+0000 mgr.a (mgr.14403) 21605 : cluster 0 pgmap v16134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:52 smithi194 bash[32038]: cluster 2023-12-08T02:12:51.048916+0000 mgr.a (mgr.14403) 21605 : cluster 0 pgmap v16134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:52 smithi135 bash[32435]: cluster 2023-12-08T02:12:51.048916+0000 mgr.a (mgr.14403) 21605 : cluster 0 pgmap v16134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:52.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:12:52.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:52.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:53.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:53.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:53.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:53.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:12:53.715 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:12:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:54 smithi079 bash[28699]: cluster 2023-12-08T02:12:53.049457+0000 mgr.a (mgr.14403) 21606 : cluster 0 pgmap v16135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:54 smithi079 bash[28699]: audit 2023-12-08T02:12:53.209972+0000 mgr.a (mgr.14403) 21607 : audit 0 from='client.427344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:54 smithi194 bash[32038]: cluster 2023-12-08T02:12:53.049457+0000 mgr.a (mgr.14403) 21606 : cluster 0 pgmap v16135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:54 smithi194 bash[32038]: audit 2023-12-08T02:12:53.209972+0000 mgr.a (mgr.14403) 21607 : audit 0 from='client.427344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:54 smithi135 bash[32435]: cluster 2023-12-08T02:12:53.049457+0000 mgr.a (mgr.14403) 21606 : cluster 0 pgmap v16135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:12:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:54 smithi135 bash[32435]: audit 2023-12-08T02:12:53.209972+0000 mgr.a (mgr.14403) 21607 : audit 0 from='client.427344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:12:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:55 smithi194 bash[32038]: cluster 2023-12-08T02:12:55.050431+0000 mgr.a (mgr.14403) 21608 : cluster 0 pgmap v16136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:12:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:55 smithi135 bash[32435]: cluster 2023-12-08T02:12:55.050431+0000 mgr.a (mgr.14403) 21608 : cluster 0 pgmap v16136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:12:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:55 smithi079 bash[28699]: cluster 2023-12-08T02:12:55.050431+0000 mgr.a (mgr.14403) 21608 : cluster 0 pgmap v16136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:12:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:12:58 smithi079 bash[28699]: cluster 2023-12-08T02:12:57.051033+0000 mgr.a (mgr.14403) 21609 : cluster 0 pgmap v16137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:12:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:12:58 smithi194 bash[32038]: cluster 2023-12-08T02:12:57.051033+0000 mgr.a (mgr.14403) 21609 : cluster 0 pgmap v16137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:12:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:12:58 smithi135 bash[32435]: cluster 2023-12-08T02:12:57.051033+0000 mgr.a (mgr.14403) 21609 : cluster 0 pgmap v16137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:12:58.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:12:58.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:12:58.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:12:59.623 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:12:59.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:12:59.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:12:59.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:12:59.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:13:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:00 smithi079 bash[28699]: cluster 2023-12-08T02:12:59.051649+0000 mgr.a (mgr.14403) 21610 : cluster 0 pgmap v16138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:00 smithi079 bash[28699]: audit 2023-12-08T02:12:59.136295+0000 mgr.a (mgr.14403) 21611 : audit 0 from='client.427419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:00 smithi194 bash[32038]: cluster 2023-12-08T02:12:59.051649+0000 mgr.a (mgr.14403) 21610 : cluster 0 pgmap v16138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:00 smithi194 bash[32038]: audit 2023-12-08T02:12:59.136295+0000 mgr.a (mgr.14403) 21611 : audit 0 from='client.427419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:00 smithi135 bash[32435]: cluster 2023-12-08T02:12:59.051649+0000 mgr.a (mgr.14403) 21610 : cluster 0 pgmap v16138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:00 smithi135 bash[32435]: audit 2023-12-08T02:12:59.136295+0000 mgr.a (mgr.14403) 21611 : audit 0 from='client.427419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:02 smithi079 bash[28699]: cluster 2023-12-08T02:13:01.052359+0000 mgr.a (mgr.14403) 21612 : cluster 0 pgmap v16139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:02 smithi194 bash[32038]: cluster 2023-12-08T02:13:01.052359+0000 mgr.a (mgr.14403) 21612 : cluster 0 pgmap v16139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:02 smithi135 bash[32435]: cluster 2023-12-08T02:13:01.052359+0000 mgr.a (mgr.14403) 21612 : cluster 0 pgmap v16139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:04 smithi079 bash[28699]: cluster 2023-12-08T02:13:03.052942+0000 mgr.a (mgr.14403) 21613 : cluster 0 pgmap v16140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:04 smithi194 bash[32038]: cluster 2023-12-08T02:13:03.052942+0000 mgr.a (mgr.14403) 21613 : cluster 0 pgmap v16140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:04 smithi135 bash[32435]: cluster 2023-12-08T02:13:03.052942+0000 mgr.a (mgr.14403) 21613 : cluster 0 pgmap v16140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:04.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:13:04.626 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:04.626 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:05.512 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:13:05.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:05.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:05.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:05.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:13:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:05 smithi194 bash[32038]: audit 2023-12-08T02:13:04.836640+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:13:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:05 smithi194 bash[32038]: audit 2023-12-08T02:13:05.032151+0000 mgr.a (mgr.14403) 21614 : audit 0 from='client.427497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:05 smithi194 bash[32038]: cluster 2023-12-08T02:13:05.053689+0000 mgr.a (mgr.14403) 21615 : cluster 0 pgmap v16141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:05 smithi135 bash[32435]: audit 2023-12-08T02:13:04.836640+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:13:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:05 smithi135 bash[32435]: audit 2023-12-08T02:13:05.032151+0000 mgr.a (mgr.14403) 21614 : audit 0 from='client.427497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:05.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:05 smithi135 bash[32435]: cluster 2023-12-08T02:13:05.053689+0000 mgr.a (mgr.14403) 21615 : cluster 0 pgmap v16141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:05 smithi079 bash[28699]: audit 2023-12-08T02:13:04.836640+0000 mon.a (mon.0) 3434 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:13:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:05 smithi079 bash[28699]: audit 2023-12-08T02:13:05.032151+0000 mgr.a (mgr.14403) 21614 : audit 0 from='client.427497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:05 smithi079 bash[28699]: cluster 2023-12-08T02:13:05.053689+0000 mgr.a (mgr.14403) 21615 : cluster 0 pgmap v16141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:06 smithi194 bash[32038]: audit 2023-12-08T02:13:05.629636+0000 mon.a (mon.0) 3435 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:13:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:06 smithi194 bash[32038]: audit 2023-12-08T02:13:05.631763+0000 mon.a (mon.0) 3436 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:13:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:06 smithi194 bash[32038]: audit 2023-12-08T02:13:05.640737+0000 mon.a (mon.0) 3437 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:13:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:06 smithi135 bash[32435]: audit 2023-12-08T02:13:05.629636+0000 mon.a (mon.0) 3435 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:13:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:06 smithi135 bash[32435]: audit 2023-12-08T02:13:05.631763+0000 mon.a (mon.0) 3436 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:13:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:06 smithi135 bash[32435]: audit 2023-12-08T02:13:05.640737+0000 mon.a (mon.0) 3437 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:13:06.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:06 smithi079 bash[28699]: audit 2023-12-08T02:13:05.629636+0000 mon.a (mon.0) 3435 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:13:06.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:06 smithi079 bash[28699]: audit 2023-12-08T02:13:05.631763+0000 mon.a (mon.0) 3436 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:13:06.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:06 smithi079 bash[28699]: audit 2023-12-08T02:13:05.640737+0000 mon.a (mon.0) 3437 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:13:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:07 smithi194 bash[32038]: cluster 2023-12-08T02:13:07.054327+0000 mgr.a (mgr.14403) 21616 : cluster 0 pgmap v16142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:13:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:07 smithi135 bash[32435]: cluster 2023-12-08T02:13:07.054327+0000 mgr.a (mgr.14403) 21616 : cluster 0 pgmap v16142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:13:07.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:07 smithi079 bash[28699]: cluster 2023-12-08T02:13:07.054327+0000 mgr.a (mgr.14403) 21616 : cluster 0 pgmap v16142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:13:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:10 smithi079 bash[28699]: cluster 2023-12-08T02:13:09.055067+0000 mgr.a (mgr.14403) 21617 : cluster 0 pgmap v16143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:13:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:10 smithi194 bash[32038]: cluster 2023-12-08T02:13:09.055067+0000 mgr.a (mgr.14403) 21617 : cluster 0 pgmap v16143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:13:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:10 smithi135 bash[32435]: cluster 2023-12-08T02:13:09.055067+0000 mgr.a (mgr.14403) 21617 : cluster 0 pgmap v16143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:13:10.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:13:10.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:10.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:11.419 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:13:11.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:11.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:11.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:11.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:13:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:12 smithi079 bash[28699]: audit 2023-12-08T02:13:10.921609+0000 mgr.a (mgr.14403) 21618 : audit 0 from='client.427575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:12 smithi079 bash[28699]: cluster 2023-12-08T02:13:11.062455+0000 mgr.a (mgr.14403) 21619 : cluster 0 pgmap v16144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:12 smithi194 bash[32038]: audit 2023-12-08T02:13:10.921609+0000 mgr.a (mgr.14403) 21618 : audit 0 from='client.427575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:12 smithi194 bash[32038]: cluster 2023-12-08T02:13:11.062455+0000 mgr.a (mgr.14403) 21619 : cluster 0 pgmap v16144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:12 smithi135 bash[32435]: audit 2023-12-08T02:13:10.921609+0000 mgr.a (mgr.14403) 21618 : audit 0 from='client.427575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:12 smithi135 bash[32435]: cluster 2023-12-08T02:13:11.062455+0000 mgr.a (mgr.14403) 21619 : cluster 0 pgmap v16144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:14 smithi079 bash[28699]: cluster 2023-12-08T02:13:13.063347+0000 mgr.a (mgr.14403) 21620 : cluster 0 pgmap v16145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:14 smithi194 bash[32038]: cluster 2023-12-08T02:13:13.063347+0000 mgr.a (mgr.14403) 21620 : cluster 0 pgmap v16145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:14 smithi135 bash[32435]: cluster 2023-12-08T02:13:13.063347+0000 mgr.a (mgr.14403) 21620 : cluster 0 pgmap v16145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:15 smithi194 bash[32038]: cluster 2023-12-08T02:13:15.064172+0000 mgr.a (mgr.14403) 21621 : cluster 0 pgmap v16146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:15 smithi135 bash[32435]: cluster 2023-12-08T02:13:15.064172+0000 mgr.a (mgr.14403) 21621 : cluster 0 pgmap v16146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:15 smithi079 bash[28699]: cluster 2023-12-08T02:13:15.064172+0000 mgr.a (mgr.14403) 21621 : cluster 0 pgmap v16146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:16.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:13:16.422 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:16.422 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:17.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:17.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:17.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:17.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:13:17.319 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:13:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:18 smithi079 bash[28699]: audit 2023-12-08T02:13:16.818827+0000 mgr.a (mgr.14403) 21622 : audit 0 from='client.427653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:18 smithi079 bash[28699]: cluster 2023-12-08T02:13:17.064674+0000 mgr.a (mgr.14403) 21623 : cluster 0 pgmap v16147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:18 smithi194 bash[32038]: audit 2023-12-08T02:13:16.818827+0000 mgr.a (mgr.14403) 21622 : audit 0 from='client.427653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:18 smithi194 bash[32038]: cluster 2023-12-08T02:13:17.064674+0000 mgr.a (mgr.14403) 21623 : cluster 0 pgmap v16147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:18 smithi135 bash[32435]: audit 2023-12-08T02:13:16.818827+0000 mgr.a (mgr.14403) 21622 : audit 0 from='client.427653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:18 smithi135 bash[32435]: cluster 2023-12-08T02:13:17.064674+0000 mgr.a (mgr.14403) 21623 : cluster 0 pgmap v16147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:20 smithi079 bash[28699]: cluster 2023-12-08T02:13:19.065575+0000 mgr.a (mgr.14403) 21624 : cluster 0 pgmap v16148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:20 smithi194 bash[32038]: cluster 2023-12-08T02:13:19.065575+0000 mgr.a (mgr.14403) 21624 : cluster 0 pgmap v16148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:20 smithi135 bash[32435]: cluster 2023-12-08T02:13:19.065575+0000 mgr.a (mgr.14403) 21624 : cluster 0 pgmap v16148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:22.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:13:22.323 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:22.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:22 smithi079 bash[28699]: cluster 2023-12-08T02:13:21.066144+0000 mgr.a (mgr.14403) 21625 : cluster 0 pgmap v16149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:22 smithi194 bash[32038]: cluster 2023-12-08T02:13:21.066144+0000 mgr.a (mgr.14403) 21625 : cluster 0 pgmap v16149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:22 smithi135 bash[32435]: cluster 2023-12-08T02:13:21.066144+0000 mgr.a (mgr.14403) 21625 : cluster 0 pgmap v16149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:23.248 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:13:23.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:23.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:23.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:23.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:13:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:24 smithi079 bash[28699]: audit 2023-12-08T02:13:22.729518+0000 mgr.a (mgr.14403) 21626 : audit 0 from='client.427731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:24 smithi079 bash[28699]: cluster 2023-12-08T02:13:23.066894+0000 mgr.a (mgr.14403) 21627 : cluster 0 pgmap v16150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:24 smithi194 bash[32038]: audit 2023-12-08T02:13:22.729518+0000 mgr.a (mgr.14403) 21626 : audit 0 from='client.427731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:24 smithi194 bash[32038]: cluster 2023-12-08T02:13:23.066894+0000 mgr.a (mgr.14403) 21627 : cluster 0 pgmap v16150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:24 smithi135 bash[32435]: audit 2023-12-08T02:13:22.729518+0000 mgr.a (mgr.14403) 21626 : audit 0 from='client.427731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:24 smithi135 bash[32435]: cluster 2023-12-08T02:13:23.066894+0000 mgr.a (mgr.14403) 21627 : cluster 0 pgmap v16150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:25 smithi194 bash[32038]: cluster 2023-12-08T02:13:25.067805+0000 mgr.a (mgr.14403) 21628 : cluster 0 pgmap v16151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:25 smithi135 bash[32435]: cluster 2023-12-08T02:13:25.067805+0000 mgr.a (mgr.14403) 21628 : cluster 0 pgmap v16151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:25 smithi079 bash[28699]: cluster 2023-12-08T02:13:25.067805+0000 mgr.a (mgr.14403) 21628 : cluster 0 pgmap v16151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:28.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:13:28.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:28.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:28 smithi079 bash[28699]: cluster 2023-12-08T02:13:27.068377+0000 mgr.a (mgr.14403) 21629 : cluster 0 pgmap v16152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:28 smithi194 bash[32038]: cluster 2023-12-08T02:13:27.068377+0000 mgr.a (mgr.14403) 21629 : cluster 0 pgmap v16152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:28 smithi135 bash[32435]: cluster 2023-12-08T02:13:27.068377+0000 mgr.a (mgr.14403) 21629 : cluster 0 pgmap v16152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:29.196 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:13:29.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:29.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:29.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:29.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:13:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:30 smithi079 bash[28699]: audit 2023-12-08T02:13:28.663719+0000 mgr.a (mgr.14403) 21630 : audit 0 from='client.427806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:30 smithi079 bash[28699]: cluster 2023-12-08T02:13:29.070136+0000 mgr.a (mgr.14403) 21631 : cluster 0 pgmap v16153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:30 smithi194 bash[32038]: audit 2023-12-08T02:13:28.663719+0000 mgr.a (mgr.14403) 21630 : audit 0 from='client.427806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:30 smithi194 bash[32038]: cluster 2023-12-08T02:13:29.070136+0000 mgr.a (mgr.14403) 21631 : cluster 0 pgmap v16153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:30 smithi135 bash[32435]: audit 2023-12-08T02:13:28.663719+0000 mgr.a (mgr.14403) 21630 : audit 0 from='client.427806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:30 smithi135 bash[32435]: cluster 2023-12-08T02:13:29.070136+0000 mgr.a (mgr.14403) 21631 : cluster 0 pgmap v16153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:32 smithi079 bash[28699]: cluster 2023-12-08T02:13:31.070854+0000 mgr.a (mgr.14403) 21632 : cluster 0 pgmap v16154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:32 smithi194 bash[32038]: cluster 2023-12-08T02:13:31.070854+0000 mgr.a (mgr.14403) 21632 : cluster 0 pgmap v16154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:32 smithi135 bash[32435]: cluster 2023-12-08T02:13:31.070854+0000 mgr.a (mgr.14403) 21632 : cluster 0 pgmap v16154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:34.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:13:34.199 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:34.199 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:34.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:34 smithi079 bash[28699]: cluster 2023-12-08T02:13:33.071386+0000 mgr.a (mgr.14403) 21633 : cluster 0 pgmap v16155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:34 smithi194 bash[32038]: cluster 2023-12-08T02:13:33.071386+0000 mgr.a (mgr.14403) 21633 : cluster 0 pgmap v16155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:34 smithi135 bash[32435]: cluster 2023-12-08T02:13:33.071386+0000 mgr.a (mgr.14403) 21633 : cluster 0 pgmap v16155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:35.102 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:13:35.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:35.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:35.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:35.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:13:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:35 smithi194 bash[32038]: audit 2023-12-08T02:13:34.600418+0000 mgr.a (mgr.14403) 21634 : audit 0 from='client.427884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:35 smithi194 bash[32038]: cluster 2023-12-08T02:13:35.072320+0000 mgr.a (mgr.14403) 21635 : cluster 0 pgmap v16156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:35 smithi135 bash[32435]: audit 2023-12-08T02:13:34.600418+0000 mgr.a (mgr.14403) 21634 : audit 0 from='client.427884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:35 smithi135 bash[32435]: cluster 2023-12-08T02:13:35.072320+0000 mgr.a (mgr.14403) 21635 : cluster 0 pgmap v16156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:35 smithi079 bash[28699]: audit 2023-12-08T02:13:34.600418+0000 mgr.a (mgr.14403) 21634 : audit 0 from='client.427884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:35 smithi079 bash[28699]: cluster 2023-12-08T02:13:35.072320+0000 mgr.a (mgr.14403) 21635 : cluster 0 pgmap v16156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:38 smithi079 bash[28699]: cluster 2023-12-08T02:13:37.072896+0000 mgr.a (mgr.14403) 21636 : cluster 0 pgmap v16157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:38 smithi194 bash[32038]: cluster 2023-12-08T02:13:37.072896+0000 mgr.a (mgr.14403) 21636 : cluster 0 pgmap v16157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:38 smithi135 bash[32435]: cluster 2023-12-08T02:13:37.072896+0000 mgr.a (mgr.14403) 21636 : cluster 0 pgmap v16157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:13:40.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:13:40.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:40.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:40 smithi079 bash[28699]: cluster 2023-12-08T02:13:39.073674+0000 mgr.a (mgr.14403) 21637 : cluster 0 pgmap v16158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:40 smithi194 bash[32038]: cluster 2023-12-08T02:13:39.073674+0000 mgr.a (mgr.14403) 21637 : cluster 0 pgmap v16158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:40 smithi135 bash[32435]: cluster 2023-12-08T02:13:39.073674+0000 mgr.a (mgr.14403) 21637 : cluster 0 pgmap v16158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:41.015 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:13:41.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:41.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:41.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:41.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:13:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:42 smithi079 bash[28699]: audit 2023-12-08T02:13:40.520291+0000 mgr.a (mgr.14403) 21638 : audit 0 from='client.427959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:42 smithi079 bash[28699]: cluster 2023-12-08T02:13:41.074355+0000 mgr.a (mgr.14403) 21639 : cluster 0 pgmap v16159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:42 smithi194 bash[32038]: audit 2023-12-08T02:13:40.520291+0000 mgr.a (mgr.14403) 21638 : audit 0 from='client.427959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:42 smithi194 bash[32038]: cluster 2023-12-08T02:13:41.074355+0000 mgr.a (mgr.14403) 21639 : cluster 0 pgmap v16159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:42 smithi135 bash[32435]: audit 2023-12-08T02:13:40.520291+0000 mgr.a (mgr.14403) 21638 : audit 0 from='client.427959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:42 smithi135 bash[32435]: cluster 2023-12-08T02:13:41.074355+0000 mgr.a (mgr.14403) 21639 : cluster 0 pgmap v16159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:44 smithi079 bash[28699]: cluster 2023-12-08T02:13:43.074927+0000 mgr.a (mgr.14403) 21640 : cluster 0 pgmap v16160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:44 smithi194 bash[32038]: cluster 2023-12-08T02:13:43.074927+0000 mgr.a (mgr.14403) 21640 : cluster 0 pgmap v16160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:44 smithi135 bash[32435]: cluster 2023-12-08T02:13:43.074927+0000 mgr.a (mgr.14403) 21640 : cluster 0 pgmap v16160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:45 smithi194 bash[32038]: cluster 2023-12-08T02:13:45.075702+0000 mgr.a (mgr.14403) 21641 : cluster 0 pgmap v16161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:45 smithi135 bash[32435]: cluster 2023-12-08T02:13:45.075702+0000 mgr.a (mgr.14403) 21641 : cluster 0 pgmap v16161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:45 smithi079 bash[28699]: cluster 2023-12-08T02:13:45.075702+0000 mgr.a (mgr.14403) 21641 : cluster 0 pgmap v16161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:46.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:13:46.017 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:46.017 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:46.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:46.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:46.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:46.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:13:46.920 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:13:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:48 smithi079 bash[28699]: audit 2023-12-08T02:13:46.421832+0000 mgr.a (mgr.14403) 21642 : audit 0 from='client.428034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:48 smithi079 bash[28699]: cluster 2023-12-08T02:13:47.076445+0000 mgr.a (mgr.14403) 21643 : cluster 0 pgmap v16162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:48 smithi194 bash[32038]: audit 2023-12-08T02:13:46.421832+0000 mgr.a (mgr.14403) 21642 : audit 0 from='client.428034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:48 smithi194 bash[32038]: cluster 2023-12-08T02:13:47.076445+0000 mgr.a (mgr.14403) 21643 : cluster 0 pgmap v16162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:48 smithi135 bash[32435]: audit 2023-12-08T02:13:46.421832+0000 mgr.a (mgr.14403) 21642 : audit 0 from='client.428034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:48 smithi135 bash[32435]: cluster 2023-12-08T02:13:47.076445+0000 mgr.a (mgr.14403) 21643 : cluster 0 pgmap v16162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:50 smithi079 bash[28699]: cluster 2023-12-08T02:13:49.077272+0000 mgr.a (mgr.14403) 21644 : cluster 0 pgmap v16163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:50 smithi194 bash[32038]: cluster 2023-12-08T02:13:49.077272+0000 mgr.a (mgr.14403) 21644 : cluster 0 pgmap v16163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:50 smithi135 bash[32435]: cluster 2023-12-08T02:13:49.077272+0000 mgr.a (mgr.14403) 21644 : cluster 0 pgmap v16163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:51.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:13:51.923 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:51.923 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:52 smithi079 bash[28699]: cluster 2023-12-08T02:13:51.077827+0000 mgr.a (mgr.14403) 21645 : cluster 0 pgmap v16164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:52 smithi194 bash[32038]: cluster 2023-12-08T02:13:51.077827+0000 mgr.a (mgr.14403) 21645 : cluster 0 pgmap v16164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:52 smithi135 bash[32435]: cluster 2023-12-08T02:13:51.077827+0000 mgr.a (mgr.14403) 21645 : cluster 0 pgmap v16164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:52.831 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:13:52.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:52.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:52.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:52.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:13:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:53 smithi194 bash[32038]: audit 2023-12-08T02:13:52.328529+0000 mgr.a (mgr.14403) 21646 : audit 0 from='client.428112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:53 smithi135 bash[32435]: audit 2023-12-08T02:13:52.328529+0000 mgr.a (mgr.14403) 21646 : audit 0 from='client.428112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:53 smithi079 bash[28699]: audit 2023-12-08T02:13:52.328529+0000 mgr.a (mgr.14403) 21646 : audit 0 from='client.428112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:54 smithi194 bash[32038]: cluster 2023-12-08T02:13:53.078581+0000 mgr.a (mgr.14403) 21647 : cluster 0 pgmap v16165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:54 smithi135 bash[32435]: cluster 2023-12-08T02:13:53.078581+0000 mgr.a (mgr.14403) 21647 : cluster 0 pgmap v16165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:54 smithi079 bash[28699]: cluster 2023-12-08T02:13:53.078581+0000 mgr.a (mgr.14403) 21647 : cluster 0 pgmap v16165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:55 smithi194 bash[32038]: cluster 2023-12-08T02:13:55.079494+0000 mgr.a (mgr.14403) 21648 : cluster 0 pgmap v16166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:55 smithi135 bash[32435]: cluster 2023-12-08T02:13:55.079494+0000 mgr.a (mgr.14403) 21648 : cluster 0 pgmap v16166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:55 smithi079 bash[28699]: cluster 2023-12-08T02:13:55.079494+0000 mgr.a (mgr.14403) 21648 : cluster 0 pgmap v16166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:13:57.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:13:57.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:13:57.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:13:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:58 smithi079 bash[28699]: cluster 2023-12-08T02:13:57.080059+0000 mgr.a (mgr.14403) 21649 : cluster 0 pgmap v16167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:58 smithi194 bash[32038]: cluster 2023-12-08T02:13:57.080059+0000 mgr.a (mgr.14403) 21649 : cluster 0 pgmap v16167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:58 smithi135 bash[32435]: cluster 2023-12-08T02:13:57.080059+0000 mgr.a (mgr.14403) 21649 : cluster 0 pgmap v16167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:13:58.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:13:58.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:13:58.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:13:58.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:13:58.752 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:13:59.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:13:59 smithi194 bash[32038]: audit 2023-12-08T02:13:58.247063+0000 mgr.a (mgr.14403) 21650 : audit 0 from='client.428190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:59.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:13:59 smithi135 bash[32435]: audit 2023-12-08T02:13:58.247063+0000 mgr.a (mgr.14403) 21650 : audit 0 from='client.428190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:13:59.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:13:59 smithi079 bash[28699]: audit 2023-12-08T02:13:58.247063+0000 mgr.a (mgr.14403) 21650 : audit 0 from='client.428190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:00 smithi194 bash[32038]: cluster 2023-12-08T02:13:59.081051+0000 mgr.a (mgr.14403) 21651 : cluster 0 pgmap v16168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:14:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:00 smithi135 bash[32435]: cluster 2023-12-08T02:13:59.081051+0000 mgr.a (mgr.14403) 21651 : cluster 0 pgmap v16168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:14:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:00 smithi079 bash[28699]: cluster 2023-12-08T02:13:59.081051+0000 mgr.a (mgr.14403) 21651 : cluster 0 pgmap v16168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:14:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:02 smithi194 bash[32038]: cluster 2023-12-08T02:14:01.081572+0000 mgr.a (mgr.14403) 21652 : cluster 0 pgmap v16169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:14:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:02 smithi135 bash[32435]: cluster 2023-12-08T02:14:01.081572+0000 mgr.a (mgr.14403) 21652 : cluster 0 pgmap v16169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:14:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:02 smithi079 bash[28699]: cluster 2023-12-08T02:14:01.081572+0000 mgr.a (mgr.14403) 21652 : cluster 0 pgmap v16169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:14:03.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:14:03.755 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:03.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:04 smithi194 bash[32038]: cluster 2023-12-08T02:14:03.082146+0000 mgr.a (mgr.14403) 21653 : cluster 0 pgmap v16170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:14:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:04 smithi135 bash[32435]: cluster 2023-12-08T02:14:03.082146+0000 mgr.a (mgr.14403) 21653 : cluster 0 pgmap v16170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:14:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:04 smithi079 bash[28699]: cluster 2023-12-08T02:14:03.082146+0000 mgr.a (mgr.14403) 21653 : cluster 0 pgmap v16170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:14:04.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:04.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:04.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:04.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:14:04.661 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:14:05.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:05 smithi194 bash[32038]: audit 2023-12-08T02:14:04.169430+0000 mgr.a (mgr.14403) 21654 : audit 0 from='client.428268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:05.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:05 smithi135 bash[32435]: audit 2023-12-08T02:14:04.169430+0000 mgr.a (mgr.14403) 21654 : audit 0 from='client.428268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:05 smithi079 bash[28699]: audit 2023-12-08T02:14:04.169430+0000 mgr.a (mgr.14403) 21654 : audit 0 from='client.428268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:06 smithi194 bash[32038]: cluster 2023-12-08T02:14:05.083137+0000 mgr.a (mgr.14403) 21655 : cluster 0 pgmap v16171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:06 smithi194 bash[32038]: audit 2023-12-08T02:14:05.743207+0000 mon.a (mon.0) 3438 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:14:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:06 smithi135 bash[32435]: cluster 2023-12-08T02:14:05.083137+0000 mgr.a (mgr.14403) 21655 : cluster 0 pgmap v16171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:06 smithi135 bash[32435]: audit 2023-12-08T02:14:05.743207+0000 mon.a (mon.0) 3438 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:14:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:06 smithi079 bash[28699]: cluster 2023-12-08T02:14:05.083137+0000 mgr.a (mgr.14403) 21655 : cluster 0 pgmap v16171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:06 smithi079 bash[28699]: audit 2023-12-08T02:14:05.743207+0000 mon.a (mon.0) 3438 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:14:07.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:07 smithi194 bash[32038]: audit 2023-12-08T02:14:06.527076+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:14:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:07 smithi194 bash[32038]: audit 2023-12-08T02:14:06.528830+0000 mon.a (mon.0) 3440 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:14:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:07 smithi194 bash[32038]: audit 2023-12-08T02:14:06.540195+0000 mon.a (mon.0) 3441 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:14:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:07 smithi135 bash[32435]: audit 2023-12-08T02:14:06.527076+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:14:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:07 smithi135 bash[32435]: audit 2023-12-08T02:14:06.528830+0000 mon.a (mon.0) 3440 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:14:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:07 smithi135 bash[32435]: audit 2023-12-08T02:14:06.540195+0000 mon.a (mon.0) 3441 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:14:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:07 smithi079 bash[28699]: audit 2023-12-08T02:14:06.527076+0000 mon.a (mon.0) 3439 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:14:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:07 smithi079 bash[28699]: audit 2023-12-08T02:14:06.528830+0000 mon.a (mon.0) 3440 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:14:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:07 smithi079 bash[28699]: audit 2023-12-08T02:14:06.540195+0000 mon.a (mon.0) 3441 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:14:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:08 smithi194 bash[32038]: cluster 2023-12-08T02:14:07.083669+0000 mgr.a (mgr.14403) 21656 : cluster 0 pgmap v16172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:08 smithi135 bash[32435]: cluster 2023-12-08T02:14:07.083669+0000 mgr.a (mgr.14403) 21656 : cluster 0 pgmap v16172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:08 smithi079 bash[28699]: cluster 2023-12-08T02:14:07.083669+0000 mgr.a (mgr.14403) 21656 : cluster 0 pgmap v16172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:09.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:14:09.665 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:09.665 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:10 smithi194 bash[32038]: cluster 2023-12-08T02:14:09.084414+0000 mgr.a (mgr.14403) 21657 : cluster 0 pgmap v16173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:10 smithi135 bash[32435]: cluster 2023-12-08T02:14:09.084414+0000 mgr.a (mgr.14403) 21657 : cluster 0 pgmap v16173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:10.586 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:14:10.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:10.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:10.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:10.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:14:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:10 smithi079 bash[28699]: cluster 2023-12-08T02:14:09.084414+0000 mgr.a (mgr.14403) 21657 : cluster 0 pgmap v16173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:11.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:11 smithi194 bash[32038]: audit 2023-12-08T02:14:10.071790+0000 mgr.a (mgr.14403) 21658 : audit 0 from='client.428340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:11 smithi135 bash[32435]: audit 2023-12-08T02:14:10.071790+0000 mgr.a (mgr.14403) 21658 : audit 0 from='client.428340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:11 smithi079 bash[28699]: audit 2023-12-08T02:14:10.071790+0000 mgr.a (mgr.14403) 21658 : audit 0 from='client.428340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:12 smithi194 bash[32038]: cluster 2023-12-08T02:14:11.085137+0000 mgr.a (mgr.14403) 21659 : cluster 0 pgmap v16174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:14:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:12 smithi135 bash[32435]: cluster 2023-12-08T02:14:11.085137+0000 mgr.a (mgr.14403) 21659 : cluster 0 pgmap v16174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:14:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:12 smithi079 bash[28699]: cluster 2023-12-08T02:14:11.085137+0000 mgr.a (mgr.14403) 21659 : cluster 0 pgmap v16174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:14:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:14 smithi194 bash[32038]: cluster 2023-12-08T02:14:13.085662+0000 mgr.a (mgr.14403) 21660 : cluster 0 pgmap v16175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:14:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:14 smithi135 bash[32435]: cluster 2023-12-08T02:14:13.085662+0000 mgr.a (mgr.14403) 21660 : cluster 0 pgmap v16175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:14:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:14 smithi079 bash[28699]: cluster 2023-12-08T02:14:13.085662+0000 mgr.a (mgr.14403) 21660 : cluster 0 pgmap v16175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:14:15.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:14:15.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:15.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:15 smithi194 bash[32038]: cluster 2023-12-08T02:14:15.086492+0000 mgr.a (mgr.14403) 21661 : cluster 0 pgmap v16176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:14:15.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:15 smithi135 bash[32435]: cluster 2023-12-08T02:14:15.086492+0000 mgr.a (mgr.14403) 21661 : cluster 0 pgmap v16176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:14:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:15 smithi079 bash[28699]: cluster 2023-12-08T02:14:15.086492+0000 mgr.a (mgr.14403) 21661 : cluster 0 pgmap v16176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:14:16.487 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:14:16.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:16.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:16.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:16.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:14:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:16 smithi194 bash[32038]: audit 2023-12-08T02:14:15.990166+0000 mgr.a (mgr.14403) 21662 : audit 0 from='client.428418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:16 smithi135 bash[32435]: audit 2023-12-08T02:14:15.990166+0000 mgr.a (mgr.14403) 21662 : audit 0 from='client.428418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:16.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:16 smithi079 bash[28699]: audit 2023-12-08T02:14:15.990166+0000 mgr.a (mgr.14403) 21662 : audit 0 from='client.428418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:17.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:17 smithi079 bash[28699]: cluster 2023-12-08T02:14:17.087272+0000 mgr.a (mgr.14403) 21663 : cluster 0 pgmap v16177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:17.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:17 smithi194 bash[32038]: cluster 2023-12-08T02:14:17.087272+0000 mgr.a (mgr.14403) 21663 : cluster 0 pgmap v16177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:17 smithi135 bash[32435]: cluster 2023-12-08T02:14:17.087272+0000 mgr.a (mgr.14403) 21663 : cluster 0 pgmap v16177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:20 smithi194 bash[32038]: cluster 2023-12-08T02:14:19.088028+0000 mgr.a (mgr.14403) 21664 : cluster 0 pgmap v16178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:20 smithi135 bash[32435]: cluster 2023-12-08T02:14:19.088028+0000 mgr.a (mgr.14403) 21664 : cluster 0 pgmap v16178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:20 smithi079 bash[28699]: cluster 2023-12-08T02:14:19.088028+0000 mgr.a (mgr.14403) 21664 : cluster 0 pgmap v16178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:21.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:14:21.491 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:21.491 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:22.409 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:14:22.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:22.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:22.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:22.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:14:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:22 smithi194 bash[32038]: cluster 2023-12-08T02:14:21.088612+0000 mgr.a (mgr.14403) 21665 : cluster 0 pgmap v16179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:22 smithi135 bash[32435]: cluster 2023-12-08T02:14:21.088612+0000 mgr.a (mgr.14403) 21665 : cluster 0 pgmap v16179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:22 smithi079 bash[28699]: cluster 2023-12-08T02:14:21.088612+0000 mgr.a (mgr.14403) 21665 : cluster 0 pgmap v16179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:23 smithi194 bash[32038]: audit 2023-12-08T02:14:21.894902+0000 mgr.a (mgr.14403) 21666 : audit 0 from='client.428493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:23 smithi135 bash[32435]: audit 2023-12-08T02:14:21.894902+0000 mgr.a (mgr.14403) 21666 : audit 0 from='client.428493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:23 smithi079 bash[28699]: audit 2023-12-08T02:14:21.894902+0000 mgr.a (mgr.14403) 21666 : audit 0 from='client.428493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:24 smithi194 bash[32038]: cluster 2023-12-08T02:14:23.089309+0000 mgr.a (mgr.14403) 21667 : cluster 0 pgmap v16180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:24 smithi135 bash[32435]: cluster 2023-12-08T02:14:23.089309+0000 mgr.a (mgr.14403) 21667 : cluster 0 pgmap v16180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:24 smithi079 bash[28699]: cluster 2023-12-08T02:14:23.089309+0000 mgr.a (mgr.14403) 21667 : cluster 0 pgmap v16180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:25 smithi135 bash[32435]: cluster 2023-12-08T02:14:25.090125+0000 mgr.a (mgr.14403) 21668 : cluster 0 pgmap v16181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:25 smithi079 bash[28699]: cluster 2023-12-08T02:14:25.090125+0000 mgr.a (mgr.14403) 21668 : cluster 0 pgmap v16181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:25 smithi194 bash[32038]: cluster 2023-12-08T02:14:25.090125+0000 mgr.a (mgr.14403) 21668 : cluster 0 pgmap v16181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:27.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:14:27.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:27.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:28.327 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:14:28.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:28.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:28.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:28.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:14:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:28 smithi194 bash[32038]: cluster 2023-12-08T02:14:27.090687+0000 mgr.a (mgr.14403) 21669 : cluster 0 pgmap v16182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:28 smithi135 bash[32435]: cluster 2023-12-08T02:14:27.090687+0000 mgr.a (mgr.14403) 21669 : cluster 0 pgmap v16182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:28 smithi079 bash[28699]: cluster 2023-12-08T02:14:27.090687+0000 mgr.a (mgr.14403) 21669 : cluster 0 pgmap v16182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:29.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:29 smithi194 bash[32038]: audit 2023-12-08T02:14:27.821267+0000 mgr.a (mgr.14403) 21670 : audit 0 from='client.428571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:29.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:29 smithi135 bash[32435]: audit 2023-12-08T02:14:27.821267+0000 mgr.a (mgr.14403) 21670 : audit 0 from='client.428571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:29.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:29 smithi079 bash[28699]: audit 2023-12-08T02:14:27.821267+0000 mgr.a (mgr.14403) 21670 : audit 0 from='client.428571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:30 smithi194 bash[32038]: cluster 2023-12-08T02:14:29.091569+0000 mgr.a (mgr.14403) 21671 : cluster 0 pgmap v16183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:30 smithi135 bash[32435]: cluster 2023-12-08T02:14:29.091569+0000 mgr.a (mgr.14403) 21671 : cluster 0 pgmap v16183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:30 smithi079 bash[28699]: cluster 2023-12-08T02:14:29.091569+0000 mgr.a (mgr.14403) 21671 : cluster 0 pgmap v16183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:32 smithi194 bash[32038]: cluster 2023-12-08T02:14:31.092128+0000 mgr.a (mgr.14403) 21672 : cluster 0 pgmap v16184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:32 smithi135 bash[32435]: cluster 2023-12-08T02:14:31.092128+0000 mgr.a (mgr.14403) 21672 : cluster 0 pgmap v16184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:32 smithi079 bash[28699]: cluster 2023-12-08T02:14:31.092128+0000 mgr.a (mgr.14403) 21672 : cluster 0 pgmap v16184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:33.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:14:33.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:33.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:34.242 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:14:34.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:34.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:34.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:34.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:14:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:34 smithi194 bash[32038]: cluster 2023-12-08T02:14:33.092668+0000 mgr.a (mgr.14403) 21673 : cluster 0 pgmap v16185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:34 smithi135 bash[32435]: cluster 2023-12-08T02:14:33.092668+0000 mgr.a (mgr.14403) 21673 : cluster 0 pgmap v16185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:34 smithi079 bash[28699]: cluster 2023-12-08T02:14:33.092668+0000 mgr.a (mgr.14403) 21673 : cluster 0 pgmap v16185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:35.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:35 smithi194 bash[32038]: audit 2023-12-08T02:14:33.731901+0000 mgr.a (mgr.14403) 21674 : audit 0 from='client.428646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:35 smithi135 bash[32435]: audit 2023-12-08T02:14:33.731901+0000 mgr.a (mgr.14403) 21674 : audit 0 from='client.428646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:35 smithi079 bash[28699]: audit 2023-12-08T02:14:33.731901+0000 mgr.a (mgr.14403) 21674 : audit 0 from='client.428646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:36 smithi194 bash[32038]: cluster 2023-12-08T02:14:35.093624+0000 mgr.a (mgr.14403) 21675 : cluster 0 pgmap v16186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:36 smithi135 bash[32435]: cluster 2023-12-08T02:14:35.093624+0000 mgr.a (mgr.14403) 21675 : cluster 0 pgmap v16186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:36 smithi079 bash[28699]: cluster 2023-12-08T02:14:35.093624+0000 mgr.a (mgr.14403) 21675 : cluster 0 pgmap v16186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:38 smithi194 bash[32038]: cluster 2023-12-08T02:14:37.094196+0000 mgr.a (mgr.14403) 21676 : cluster 0 pgmap v16187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:38 smithi135 bash[32435]: cluster 2023-12-08T02:14:37.094196+0000 mgr.a (mgr.14403) 21676 : cluster 0 pgmap v16187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:38 smithi079 bash[28699]: cluster 2023-12-08T02:14:37.094196+0000 mgr.a (mgr.14403) 21676 : cluster 0 pgmap v16187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:39.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:14:39.246 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:39.246 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:40.159 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:14:40.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:40.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:40.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:40.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:14:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:40 smithi194 bash[32038]: cluster 2023-12-08T02:14:39.094941+0000 mgr.a (mgr.14403) 21677 : cluster 0 pgmap v16188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:40 smithi135 bash[32435]: cluster 2023-12-08T02:14:39.094941+0000 mgr.a (mgr.14403) 21677 : cluster 0 pgmap v16188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:40 smithi079 bash[28699]: cluster 2023-12-08T02:14:39.094941+0000 mgr.a (mgr.14403) 21677 : cluster 0 pgmap v16188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:41.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:41 smithi194 bash[32038]: audit 2023-12-08T02:14:39.652179+0000 mgr.a (mgr.14403) 21678 : audit 0 from='client.428724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:41.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:41 smithi135 bash[32435]: audit 2023-12-08T02:14:39.652179+0000 mgr.a (mgr.14403) 21678 : audit 0 from='client.428724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:41 smithi079 bash[28699]: audit 2023-12-08T02:14:39.652179+0000 mgr.a (mgr.14403) 21678 : audit 0 from='client.428724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:42 smithi194 bash[32038]: cluster 2023-12-08T02:14:41.095570+0000 mgr.a (mgr.14403) 21679 : cluster 0 pgmap v16189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:42 smithi135 bash[32435]: cluster 2023-12-08T02:14:41.095570+0000 mgr.a (mgr.14403) 21679 : cluster 0 pgmap v16189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:42 smithi079 bash[28699]: cluster 2023-12-08T02:14:41.095570+0000 mgr.a (mgr.14403) 21679 : cluster 0 pgmap v16189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:44 smithi194 bash[32038]: cluster 2023-12-08T02:14:43.096155+0000 mgr.a (mgr.14403) 21680 : cluster 0 pgmap v16190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:44 smithi135 bash[32435]: cluster 2023-12-08T02:14:43.096155+0000 mgr.a (mgr.14403) 21680 : cluster 0 pgmap v16190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:44 smithi079 bash[28699]: cluster 2023-12-08T02:14:43.096155+0000 mgr.a (mgr.14403) 21680 : cluster 0 pgmap v16190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:14:45.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:14:45.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:45.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:45 smithi194 bash[32038]: cluster 2023-12-08T02:14:45.096899+0000 mgr.a (mgr.14403) 21681 : cluster 0 pgmap v16191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:45 smithi135 bash[32435]: cluster 2023-12-08T02:14:45.096899+0000 mgr.a (mgr.14403) 21681 : cluster 0 pgmap v16191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:45 smithi079 bash[28699]: cluster 2023-12-08T02:14:45.096899+0000 mgr.a (mgr.14403) 21681 : cluster 0 pgmap v16191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:46.066 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:14:46.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:46.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:46.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:46.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:14:46.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:46 smithi079 bash[28699]: audit 2023-12-08T02:14:45.566395+0000 mgr.a (mgr.14403) 21682 : audit 0 from='client.428802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:46.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:46 smithi194 bash[32038]: audit 2023-12-08T02:14:45.566395+0000 mgr.a (mgr.14403) 21682 : audit 0 from='client.428802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:46.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:46 smithi135 bash[32435]: audit 2023-12-08T02:14:45.566395+0000 mgr.a (mgr.14403) 21682 : audit 0 from='client.428802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:47.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:47 smithi079 bash[28699]: cluster 2023-12-08T02:14:47.097577+0000 mgr.a (mgr.14403) 21683 : cluster 0 pgmap v16192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:47 smithi194 bash[32038]: cluster 2023-12-08T02:14:47.097577+0000 mgr.a (mgr.14403) 21683 : cluster 0 pgmap v16192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:47 smithi135 bash[32435]: cluster 2023-12-08T02:14:47.097577+0000 mgr.a (mgr.14403) 21683 : cluster 0 pgmap v16192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:50 smithi194 bash[32038]: cluster 2023-12-08T02:14:49.098421+0000 mgr.a (mgr.14403) 21684 : cluster 0 pgmap v16193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:50 smithi135 bash[32435]: cluster 2023-12-08T02:14:49.098421+0000 mgr.a (mgr.14403) 21684 : cluster 0 pgmap v16193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:50 smithi079 bash[28699]: cluster 2023-12-08T02:14:49.098421+0000 mgr.a (mgr.14403) 21684 : cluster 0 pgmap v16193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:51.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:14:51.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:51.071 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:51.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:51.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:51.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:51.972 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:14:51.972 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:14:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:52 smithi194 bash[32038]: cluster 2023-12-08T02:14:51.099004+0000 mgr.a (mgr.14403) 21685 : cluster 0 pgmap v16194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:52 smithi135 bash[32435]: cluster 2023-12-08T02:14:51.099004+0000 mgr.a (mgr.14403) 21685 : cluster 0 pgmap v16194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:52 smithi079 bash[28699]: cluster 2023-12-08T02:14:51.099004+0000 mgr.a (mgr.14403) 21685 : cluster 0 pgmap v16194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:53 smithi194 bash[32038]: audit 2023-12-08T02:14:51.477630+0000 mgr.a (mgr.14403) 21686 : audit 0 from='client.428877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:53 smithi135 bash[32435]: audit 2023-12-08T02:14:51.477630+0000 mgr.a (mgr.14403) 21686 : audit 0 from='client.428877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:53 smithi079 bash[28699]: audit 2023-12-08T02:14:51.477630+0000 mgr.a (mgr.14403) 21686 : audit 0 from='client.428877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:54 smithi194 bash[32038]: cluster 2023-12-08T02:14:53.099593+0000 mgr.a (mgr.14403) 21687 : cluster 0 pgmap v16195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:54 smithi135 bash[32435]: cluster 2023-12-08T02:14:53.099593+0000 mgr.a (mgr.14403) 21687 : cluster 0 pgmap v16195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:54.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:54 smithi079 bash[28699]: cluster 2023-12-08T02:14:53.099593+0000 mgr.a (mgr.14403) 21687 : cluster 0 pgmap v16195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:55 smithi079 bash[28699]: cluster 2023-12-08T02:14:55.100475+0000 mgr.a (mgr.14403) 21688 : cluster 0 pgmap v16196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:55 smithi194 bash[32038]: cluster 2023-12-08T02:14:55.100475+0000 mgr.a (mgr.14403) 21688 : cluster 0 pgmap v16196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:55 smithi135 bash[32435]: cluster 2023-12-08T02:14:55.100475+0000 mgr.a (mgr.14403) 21688 : cluster 0 pgmap v16196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:14:56.975 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:14:56.976 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:14:56.976 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:14:57.887 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:14:57.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:14:57.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:14:57.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:14:57.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:14:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:58 smithi194 bash[32038]: cluster 2023-12-08T02:14:57.101029+0000 mgr.a (mgr.14403) 21689 : cluster 0 pgmap v16197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:14:58 smithi194 bash[32038]: audit 2023-12-08T02:14:57.387131+0000 mgr.a (mgr.14403) 21690 : audit 0 from='client.428955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:58 smithi135 bash[32435]: cluster 2023-12-08T02:14:57.101029+0000 mgr.a (mgr.14403) 21689 : cluster 0 pgmap v16197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:14:58 smithi135 bash[32435]: audit 2023-12-08T02:14:57.387131+0000 mgr.a (mgr.14403) 21690 : audit 0 from='client.428955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:14:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:58 smithi079 bash[28699]: cluster 2023-12-08T02:14:57.101029+0000 mgr.a (mgr.14403) 21689 : cluster 0 pgmap v16197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:14:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:14:58 smithi079 bash[28699]: audit 2023-12-08T02:14:57.387131+0000 mgr.a (mgr.14403) 21690 : audit 0 from='client.428955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:00 smithi194 bash[32038]: cluster 2023-12-08T02:14:59.101887+0000 mgr.a (mgr.14403) 21691 : cluster 0 pgmap v16198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:00 smithi135 bash[32435]: cluster 2023-12-08T02:14:59.101887+0000 mgr.a (mgr.14403) 21691 : cluster 0 pgmap v16198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:00 smithi079 bash[28699]: cluster 2023-12-08T02:14:59.101887+0000 mgr.a (mgr.14403) 21691 : cluster 0 pgmap v16198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:02 smithi194 bash[32038]: cluster 2023-12-08T02:15:01.102450+0000 mgr.a (mgr.14403) 21692 : cluster 0 pgmap v16199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:02.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:02 smithi135 bash[32435]: cluster 2023-12-08T02:15:01.102450+0000 mgr.a (mgr.14403) 21692 : cluster 0 pgmap v16199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:02 smithi079 bash[28699]: cluster 2023-12-08T02:15:01.102450+0000 mgr.a (mgr.14403) 21692 : cluster 0 pgmap v16199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:02.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:15:02.890 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:02.890 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:03.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:03.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:03.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:03.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:15:03.817 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:15:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:04 smithi194 bash[32038]: cluster 2023-12-08T02:15:03.103029+0000 mgr.a (mgr.14403) 21693 : cluster 0 pgmap v16200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:04 smithi194 bash[32038]: audit 2023-12-08T02:15:03.312037+0000 mgr.a (mgr.14403) 21694 : audit 0 from='client.429030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:04 smithi135 bash[32435]: cluster 2023-12-08T02:15:03.103029+0000 mgr.a (mgr.14403) 21693 : cluster 0 pgmap v16200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:04 smithi135 bash[32435]: audit 2023-12-08T02:15:03.312037+0000 mgr.a (mgr.14403) 21694 : audit 0 from='client.429030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:04 smithi079 bash[28699]: cluster 2023-12-08T02:15:03.103029+0000 mgr.a (mgr.14403) 21693 : cluster 0 pgmap v16200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:04 smithi079 bash[28699]: audit 2023-12-08T02:15:03.312037+0000 mgr.a (mgr.14403) 21694 : audit 0 from='client.429030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:05 smithi079 bash[28699]: cluster 2023-12-08T02:15:05.104136+0000 mgr.a (mgr.14403) 21695 : cluster 0 pgmap v16201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:15:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:05 smithi194 bash[32038]: cluster 2023-12-08T02:15:05.104136+0000 mgr.a (mgr.14403) 21695 : cluster 0 pgmap v16201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:15:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:05 smithi135 bash[32435]: cluster 2023-12-08T02:15:05.104136+0000 mgr.a (mgr.14403) 21695 : cluster 0 pgmap v16201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:15:06.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:06 smithi194 bash[32038]: audit 2023-12-08T02:15:06.643325+0000 mon.a (mon.0) 3442 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:15:06.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:06 smithi135 bash[32435]: audit 2023-12-08T02:15:06.643325+0000 mon.a (mon.0) 3442 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:15:07.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:06 smithi079 bash[28699]: audit 2023-12-08T02:15:06.643325+0000 mon.a (mon.0) 3442 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:15:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:07 smithi135 bash[32435]: cluster 2023-12-08T02:15:07.104821+0000 mgr.a (mgr.14403) 21696 : cluster 0 pgmap v16202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:15:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:07 smithi135 bash[32435]: audit 2023-12-08T02:15:07.383347+0000 mon.a (mon.0) 3443 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:15:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:07 smithi135 bash[32435]: audit 2023-12-08T02:15:07.385252+0000 mon.a (mon.0) 3444 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:15:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:07 smithi135 bash[32435]: audit 2023-12-08T02:15:07.394608+0000 mon.a (mon.0) 3445 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:15:08.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:07 smithi079 bash[28699]: cluster 2023-12-08T02:15:07.104821+0000 mgr.a (mgr.14403) 21696 : cluster 0 pgmap v16202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:15:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:07 smithi079 bash[28699]: audit 2023-12-08T02:15:07.383347+0000 mon.a (mon.0) 3443 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:15:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:07 smithi079 bash[28699]: audit 2023-12-08T02:15:07.385252+0000 mon.a (mon.0) 3444 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:15:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:07 smithi079 bash[28699]: audit 2023-12-08T02:15:07.394608+0000 mon.a (mon.0) 3445 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:15:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:07 smithi194 bash[32038]: cluster 2023-12-08T02:15:07.104821+0000 mgr.a (mgr.14403) 21696 : cluster 0 pgmap v16202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:15:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:07 smithi194 bash[32038]: audit 2023-12-08T02:15:07.383347+0000 mon.a (mon.0) 3443 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:15:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:07 smithi194 bash[32038]: audit 2023-12-08T02:15:07.385252+0000 mon.a (mon.0) 3444 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:15:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:07 smithi194 bash[32038]: audit 2023-12-08T02:15:07.394608+0000 mon.a (mon.0) 3445 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:15:08.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:15:08.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:08.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:09.767 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:15:09.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:09.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:09.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:09.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:15:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:10 smithi194 bash[32038]: cluster 2023-12-08T02:15:09.105677+0000 mgr.a (mgr.14403) 21697 : cluster 0 pgmap v16203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:10 smithi194 bash[32038]: audit 2023-12-08T02:15:09.228537+0000 mgr.a (mgr.14403) 21698 : audit 0 from='client.429108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:10 smithi135 bash[32435]: cluster 2023-12-08T02:15:09.105677+0000 mgr.a (mgr.14403) 21697 : cluster 0 pgmap v16203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:10 smithi135 bash[32435]: audit 2023-12-08T02:15:09.228537+0000 mgr.a (mgr.14403) 21698 : audit 0 from='client.429108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:10 smithi079 bash[28699]: cluster 2023-12-08T02:15:09.105677+0000 mgr.a (mgr.14403) 21697 : cluster 0 pgmap v16203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:10 smithi079 bash[28699]: audit 2023-12-08T02:15:09.228537+0000 mgr.a (mgr.14403) 21698 : audit 0 from='client.429108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:12 smithi194 bash[32038]: cluster 2023-12-08T02:15:11.106494+0000 mgr.a (mgr.14403) 21699 : cluster 0 pgmap v16204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:12 smithi135 bash[32435]: cluster 2023-12-08T02:15:11.106494+0000 mgr.a (mgr.14403) 21699 : cluster 0 pgmap v16204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:12 smithi079 bash[28699]: cluster 2023-12-08T02:15:11.106494+0000 mgr.a (mgr.14403) 21699 : cluster 0 pgmap v16204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:14 smithi194 bash[32038]: cluster 2023-12-08T02:15:13.107239+0000 mgr.a (mgr.14403) 21700 : cluster 0 pgmap v16205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:14.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:14 smithi135 bash[32435]: cluster 2023-12-08T02:15:13.107239+0000 mgr.a (mgr.14403) 21700 : cluster 0 pgmap v16205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:14 smithi079 bash[28699]: cluster 2023-12-08T02:15:13.107239+0000 mgr.a (mgr.14403) 21700 : cluster 0 pgmap v16205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:14.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:15:14.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:14.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:15.651 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:15:15.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:15.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:15.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:15.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:15:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:15 smithi079 bash[28699]: cluster 2023-12-08T02:15:15.108062+0000 mgr.a (mgr.14403) 21701 : cluster 0 pgmap v16206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:15 smithi079 bash[28699]: audit 2023-12-08T02:15:15.169160+0000 mgr.a (mgr.14403) 21702 : audit 0 from='client.429183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:15 smithi194 bash[32038]: cluster 2023-12-08T02:15:15.108062+0000 mgr.a (mgr.14403) 21701 : cluster 0 pgmap v16206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:15 smithi194 bash[32038]: audit 2023-12-08T02:15:15.169160+0000 mgr.a (mgr.14403) 21702 : audit 0 from='client.429183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:15 smithi135 bash[32435]: cluster 2023-12-08T02:15:15.108062+0000 mgr.a (mgr.14403) 21701 : cluster 0 pgmap v16206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:15 smithi135 bash[32435]: audit 2023-12-08T02:15:15.169160+0000 mgr.a (mgr.14403) 21702 : audit 0 from='client.429183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:18 smithi194 bash[32038]: cluster 2023-12-08T02:15:17.108748+0000 mgr.a (mgr.14403) 21703 : cluster 0 pgmap v16207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:15:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:18 smithi135 bash[32435]: cluster 2023-12-08T02:15:17.108748+0000 mgr.a (mgr.14403) 21703 : cluster 0 pgmap v16207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:15:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:18 smithi079 bash[28699]: cluster 2023-12-08T02:15:17.108748+0000 mgr.a (mgr.14403) 21703 : cluster 0 pgmap v16207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:15:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:20 smithi194 bash[32038]: cluster 2023-12-08T02:15:19.109563+0000 mgr.a (mgr.14403) 21704 : cluster 0 pgmap v16208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:15:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:20 smithi135 bash[32435]: cluster 2023-12-08T02:15:19.109563+0000 mgr.a (mgr.14403) 21704 : cluster 0 pgmap v16208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:15:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:20 smithi079 bash[28699]: cluster 2023-12-08T02:15:19.109563+0000 mgr.a (mgr.14403) 21704 : cluster 0 pgmap v16208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:15:20.654 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:15:20.655 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:20.655 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:21.577 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:15:21.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:21.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:21.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:21.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:15:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:22 smithi194 bash[32038]: audit 2023-12-08T02:15:21.055293+0000 mgr.a (mgr.14403) 21705 : audit 0 from='client.429261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:22 smithi194 bash[32038]: cluster 2023-12-08T02:15:21.110072+0000 mgr.a (mgr.14403) 21706 : cluster 0 pgmap v16209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:22 smithi135 bash[32435]: audit 2023-12-08T02:15:21.055293+0000 mgr.a (mgr.14403) 21705 : audit 0 from='client.429261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:22 smithi135 bash[32435]: cluster 2023-12-08T02:15:21.110072+0000 mgr.a (mgr.14403) 21706 : cluster 0 pgmap v16209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:22 smithi079 bash[28699]: audit 2023-12-08T02:15:21.055293+0000 mgr.a (mgr.14403) 21705 : audit 0 from='client.429261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:22 smithi079 bash[28699]: cluster 2023-12-08T02:15:21.110072+0000 mgr.a (mgr.14403) 21706 : cluster 0 pgmap v16209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:24 smithi194 bash[32038]: cluster 2023-12-08T02:15:23.110696+0000 mgr.a (mgr.14403) 21707 : cluster 0 pgmap v16210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:24 smithi135 bash[32435]: cluster 2023-12-08T02:15:23.110696+0000 mgr.a (mgr.14403) 21707 : cluster 0 pgmap v16210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:24 smithi079 bash[28699]: cluster 2023-12-08T02:15:23.110696+0000 mgr.a (mgr.14403) 21707 : cluster 0 pgmap v16210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:25 smithi079 bash[28699]: cluster 2023-12-08T02:15:25.111542+0000 mgr.a (mgr.14403) 21708 : cluster 0 pgmap v16211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:25 smithi194 bash[32038]: cluster 2023-12-08T02:15:25.111542+0000 mgr.a (mgr.14403) 21708 : cluster 0 pgmap v16211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:25 smithi135 bash[32435]: cluster 2023-12-08T02:15:25.111542+0000 mgr.a (mgr.14403) 21708 : cluster 0 pgmap v16211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:26.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:15:26.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:26.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:27.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:27.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:27.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:27.509 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:15:27.509 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:15:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:28 smithi194 bash[32038]: audit 2023-12-08T02:15:26.989690+0000 mgr.a (mgr.14403) 21709 : audit 0 from='client.429336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:28 smithi194 bash[32038]: cluster 2023-12-08T02:15:27.112242+0000 mgr.a (mgr.14403) 21710 : cluster 0 pgmap v16212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:28 smithi135 bash[32435]: audit 2023-12-08T02:15:26.989690+0000 mgr.a (mgr.14403) 21709 : audit 0 from='client.429336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:28 smithi135 bash[32435]: cluster 2023-12-08T02:15:27.112242+0000 mgr.a (mgr.14403) 21710 : cluster 0 pgmap v16212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:28 smithi079 bash[28699]: audit 2023-12-08T02:15:26.989690+0000 mgr.a (mgr.14403) 21709 : audit 0 from='client.429336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:28 smithi079 bash[28699]: cluster 2023-12-08T02:15:27.112242+0000 mgr.a (mgr.14403) 21710 : cluster 0 pgmap v16212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:30 smithi194 bash[32038]: cluster 2023-12-08T02:15:29.113147+0000 mgr.a (mgr.14403) 21711 : cluster 0 pgmap v16213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:30 smithi135 bash[32435]: cluster 2023-12-08T02:15:29.113147+0000 mgr.a (mgr.14403) 21711 : cluster 0 pgmap v16213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:30 smithi079 bash[28699]: cluster 2023-12-08T02:15:29.113147+0000 mgr.a (mgr.14403) 21711 : cluster 0 pgmap v16213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:32 smithi194 bash[32038]: cluster 2023-12-08T02:15:31.113735+0000 mgr.a (mgr.14403) 21712 : cluster 0 pgmap v16214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:32 smithi135 bash[32435]: cluster 2023-12-08T02:15:31.113735+0000 mgr.a (mgr.14403) 21712 : cluster 0 pgmap v16214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:32.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:15:32.512 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:32.513 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:32 smithi079 bash[28699]: cluster 2023-12-08T02:15:31.113735+0000 mgr.a (mgr.14403) 21712 : cluster 0 pgmap v16214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:33.385 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:15:33.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:33.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:33.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:33.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:15:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:34 smithi194 bash[32038]: audit 2023-12-08T02:15:32.917651+0000 mgr.a (mgr.14403) 21713 : audit 0 from='client.429414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:34 smithi194 bash[32038]: cluster 2023-12-08T02:15:33.114180+0000 mgr.a (mgr.14403) 21714 : cluster 0 pgmap v16215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:34 smithi135 bash[32435]: audit 2023-12-08T02:15:32.917651+0000 mgr.a (mgr.14403) 21713 : audit 0 from='client.429414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:34 smithi135 bash[32435]: cluster 2023-12-08T02:15:33.114180+0000 mgr.a (mgr.14403) 21714 : cluster 0 pgmap v16215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:34 smithi079 bash[28699]: audit 2023-12-08T02:15:32.917651+0000 mgr.a (mgr.14403) 21713 : audit 0 from='client.429414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:34 smithi079 bash[28699]: cluster 2023-12-08T02:15:33.114180+0000 mgr.a (mgr.14403) 21714 : cluster 0 pgmap v16215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:35 smithi079 bash[28699]: cluster 2023-12-08T02:15:35.115059+0000 mgr.a (mgr.14403) 21715 : cluster 0 pgmap v16216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:35 smithi194 bash[32038]: cluster 2023-12-08T02:15:35.115059+0000 mgr.a (mgr.14403) 21715 : cluster 0 pgmap v16216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:35 smithi135 bash[32435]: cluster 2023-12-08T02:15:35.115059+0000 mgr.a (mgr.14403) 21715 : cluster 0 pgmap v16216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:38.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:15:38.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:38.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:38 smithi194 bash[32038]: cluster 2023-12-08T02:15:37.115572+0000 mgr.a (mgr.14403) 21716 : cluster 0 pgmap v16217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:38.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:38 smithi135 bash[32435]: cluster 2023-12-08T02:15:37.115572+0000 mgr.a (mgr.14403) 21716 : cluster 0 pgmap v16217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:38 smithi079 bash[28699]: cluster 2023-12-08T02:15:37.115572+0000 mgr.a (mgr.14403) 21716 : cluster 0 pgmap v16217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:39.333 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:15:39.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:39.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:39.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:39.334 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:15:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:40 smithi194 bash[32038]: audit 2023-12-08T02:15:38.802040+0000 mgr.a (mgr.14403) 21717 : audit 0 from='client.429489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:40 smithi194 bash[32038]: cluster 2023-12-08T02:15:39.116735+0000 mgr.a (mgr.14403) 21718 : cluster 0 pgmap v16218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:40 smithi135 bash[32435]: audit 2023-12-08T02:15:38.802040+0000 mgr.a (mgr.14403) 21717 : audit 0 from='client.429489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:40 smithi135 bash[32435]: cluster 2023-12-08T02:15:39.116735+0000 mgr.a (mgr.14403) 21718 : cluster 0 pgmap v16218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:40 smithi079 bash[28699]: audit 2023-12-08T02:15:38.802040+0000 mgr.a (mgr.14403) 21717 : audit 0 from='client.429489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:40 smithi079 bash[28699]: cluster 2023-12-08T02:15:39.116735+0000 mgr.a (mgr.14403) 21718 : cluster 0 pgmap v16218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:42 smithi194 bash[32038]: cluster 2023-12-08T02:15:41.117446+0000 mgr.a (mgr.14403) 21719 : cluster 0 pgmap v16219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:42.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:42 smithi135 bash[32435]: cluster 2023-12-08T02:15:41.117446+0000 mgr.a (mgr.14403) 21719 : cluster 0 pgmap v16219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:42 smithi079 bash[28699]: cluster 2023-12-08T02:15:41.117446+0000 mgr.a (mgr.14403) 21719 : cluster 0 pgmap v16219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:44.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:15:44.337 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:44.337 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:44 smithi194 bash[32038]: cluster 2023-12-08T02:15:43.118023+0000 mgr.a (mgr.14403) 21720 : cluster 0 pgmap v16220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:44 smithi135 bash[32435]: cluster 2023-12-08T02:15:43.118023+0000 mgr.a (mgr.14403) 21720 : cluster 0 pgmap v16220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:44 smithi079 bash[28699]: cluster 2023-12-08T02:15:43.118023+0000 mgr.a (mgr.14403) 21720 : cluster 0 pgmap v16220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:45.232 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:15:45.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:45.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:45.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:45.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:15:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:45 smithi079 bash[28699]: audit 2023-12-08T02:15:44.739246+0000 mgr.a (mgr.14403) 21721 : audit 0 from='client.326188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:45 smithi079 bash[28699]: cluster 2023-12-08T02:15:45.119283+0000 mgr.a (mgr.14403) 21722 : cluster 0 pgmap v16221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:45 smithi194 bash[32038]: audit 2023-12-08T02:15:44.739246+0000 mgr.a (mgr.14403) 21721 : audit 0 from='client.326188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:45 smithi194 bash[32038]: cluster 2023-12-08T02:15:45.119283+0000 mgr.a (mgr.14403) 21722 : cluster 0 pgmap v16221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:45 smithi135 bash[32435]: audit 2023-12-08T02:15:44.739246+0000 mgr.a (mgr.14403) 21721 : audit 0 from='client.326188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:45 smithi135 bash[32435]: cluster 2023-12-08T02:15:45.119283+0000 mgr.a (mgr.14403) 21722 : cluster 0 pgmap v16221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:48 smithi194 bash[32038]: cluster 2023-12-08T02:15:47.119887+0000 mgr.a (mgr.14403) 21723 : cluster 0 pgmap v16222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:48 smithi135 bash[32435]: cluster 2023-12-08T02:15:47.119887+0000 mgr.a (mgr.14403) 21723 : cluster 0 pgmap v16222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:48.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:48 smithi079 bash[28699]: cluster 2023-12-08T02:15:47.119887+0000 mgr.a (mgr.14403) 21723 : cluster 0 pgmap v16222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:15:50.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:15:50.236 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:50.236 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:50 smithi194 bash[32038]: cluster 2023-12-08T02:15:49.120603+0000 mgr.a (mgr.14403) 21724 : cluster 0 pgmap v16223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:50 smithi135 bash[32435]: cluster 2023-12-08T02:15:49.120603+0000 mgr.a (mgr.14403) 21724 : cluster 0 pgmap v16223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:50 smithi079 bash[28699]: cluster 2023-12-08T02:15:49.120603+0000 mgr.a (mgr.14403) 21724 : cluster 0 pgmap v16223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:51.143 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:15:51.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:51.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:51.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:51.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:15:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:52 smithi194 bash[32038]: audit 2023-12-08T02:15:50.641373+0000 mgr.a (mgr.14403) 21725 : audit 0 from='client.429642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:52 smithi194 bash[32038]: cluster 2023-12-08T02:15:51.121084+0000 mgr.a (mgr.14403) 21726 : cluster 0 pgmap v16224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:52 smithi135 bash[32435]: audit 2023-12-08T02:15:50.641373+0000 mgr.a (mgr.14403) 21725 : audit 0 from='client.429642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:52 smithi135 bash[32435]: cluster 2023-12-08T02:15:51.121084+0000 mgr.a (mgr.14403) 21726 : cluster 0 pgmap v16224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:52 smithi079 bash[28699]: audit 2023-12-08T02:15:50.641373+0000 mgr.a (mgr.14403) 21725 : audit 0 from='client.429642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:52 smithi079 bash[28699]: cluster 2023-12-08T02:15:51.121084+0000 mgr.a (mgr.14403) 21726 : cluster 0 pgmap v16224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:54 smithi194 bash[32038]: cluster 2023-12-08T02:15:53.121632+0000 mgr.a (mgr.14403) 21727 : cluster 0 pgmap v16225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:54 smithi135 bash[32435]: cluster 2023-12-08T02:15:53.121632+0000 mgr.a (mgr.14403) 21727 : cluster 0 pgmap v16225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:54.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:54 smithi079 bash[28699]: cluster 2023-12-08T02:15:53.121632+0000 mgr.a (mgr.14403) 21727 : cluster 0 pgmap v16225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:55 smithi079 bash[28699]: cluster 2023-12-08T02:15:55.122495+0000 mgr.a (mgr.14403) 21728 : cluster 0 pgmap v16226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:55 smithi194 bash[32038]: cluster 2023-12-08T02:15:55.122495+0000 mgr.a (mgr.14403) 21728 : cluster 0 pgmap v16226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:55 smithi135 bash[32435]: cluster 2023-12-08T02:15:55.122495+0000 mgr.a (mgr.14403) 21728 : cluster 0 pgmap v16226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:15:56.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:15:56.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:15:56.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:15:57.044 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:15:57.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:15:57.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:15:57.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:15:57.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:15:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:58 smithi194 bash[32038]: audit 2023-12-08T02:15:56.559532+0000 mgr.a (mgr.14403) 21729 : audit 0 from='client.429717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:15:58 smithi194 bash[32038]: cluster 2023-12-08T02:15:57.123180+0000 mgr.a (mgr.14403) 21730 : cluster 0 pgmap v16227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:58 smithi135 bash[32435]: audit 2023-12-08T02:15:56.559532+0000 mgr.a (mgr.14403) 21729 : audit 0 from='client.429717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:15:58 smithi135 bash[32435]: cluster 2023-12-08T02:15:57.123180+0000 mgr.a (mgr.14403) 21730 : cluster 0 pgmap v16227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:15:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:58 smithi079 bash[28699]: audit 2023-12-08T02:15:56.559532+0000 mgr.a (mgr.14403) 21729 : audit 0 from='client.429717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:15:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:15:58 smithi079 bash[28699]: cluster 2023-12-08T02:15:57.123180+0000 mgr.a (mgr.14403) 21730 : cluster 0 pgmap v16227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:00 smithi194 bash[32038]: cluster 2023-12-08T02:15:59.123957+0000 mgr.a (mgr.14403) 21731 : cluster 0 pgmap v16228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:00.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:00 smithi135 bash[32435]: cluster 2023-12-08T02:15:59.123957+0000 mgr.a (mgr.14403) 21731 : cluster 0 pgmap v16228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:00 smithi079 bash[28699]: cluster 2023-12-08T02:15:59.123957+0000 mgr.a (mgr.14403) 21731 : cluster 0 pgmap v16228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:02.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:16:02.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:02.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:02 smithi194 bash[32038]: cluster 2023-12-08T02:16:01.124537+0000 mgr.a (mgr.14403) 21732 : cluster 0 pgmap v16229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:02 smithi135 bash[32435]: cluster 2023-12-08T02:16:01.124537+0000 mgr.a (mgr.14403) 21732 : cluster 0 pgmap v16229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:02 smithi079 bash[28699]: cluster 2023-12-08T02:16:01.124537+0000 mgr.a (mgr.14403) 21732 : cluster 0 pgmap v16229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:02.962 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:16:02.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:02.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:02.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:02.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:16:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:04 smithi194 bash[32038]: audit 2023-12-08T02:16:02.456018+0000 mgr.a (mgr.14403) 21733 : audit 0 from='client.429792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:04 smithi194 bash[32038]: cluster 2023-12-08T02:16:03.125223+0000 mgr.a (mgr.14403) 21734 : cluster 0 pgmap v16230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:04.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:04 smithi135 bash[32435]: audit 2023-12-08T02:16:02.456018+0000 mgr.a (mgr.14403) 21733 : audit 0 from='client.429792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:04.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:04 smithi135 bash[32435]: cluster 2023-12-08T02:16:03.125223+0000 mgr.a (mgr.14403) 21734 : cluster 0 pgmap v16230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:04 smithi079 bash[28699]: audit 2023-12-08T02:16:02.456018+0000 mgr.a (mgr.14403) 21733 : audit 0 from='client.429792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:04 smithi079 bash[28699]: cluster 2023-12-08T02:16:03.125223+0000 mgr.a (mgr.14403) 21734 : cluster 0 pgmap v16230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:05 smithi079 bash[28699]: cluster 2023-12-08T02:16:05.126091+0000 mgr.a (mgr.14403) 21735 : cluster 0 pgmap v16231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:05 smithi194 bash[32038]: cluster 2023-12-08T02:16:05.126091+0000 mgr.a (mgr.14403) 21735 : cluster 0 pgmap v16231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:05 smithi135 bash[32435]: cluster 2023-12-08T02:16:05.126091+0000 mgr.a (mgr.14403) 21735 : cluster 0 pgmap v16231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:07.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:16:07.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:07.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:08 smithi194 bash[32038]: cluster 2023-12-08T02:16:07.126756+0000 mgr.a (mgr.14403) 21736 : cluster 0 pgmap v16232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:08 smithi194 bash[32038]: audit 2023-12-08T02:16:07.498364+0000 mon.a (mon.0) 3446 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:16:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:08 smithi135 bash[32435]: cluster 2023-12-08T02:16:07.126756+0000 mgr.a (mgr.14403) 21736 : cluster 0 pgmap v16232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:08 smithi135 bash[32435]: audit 2023-12-08T02:16:07.498364+0000 mon.a (mon.0) 3446 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:16:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:08 smithi079 bash[28699]: cluster 2023-12-08T02:16:07.126756+0000 mgr.a (mgr.14403) 21736 : cluster 0 pgmap v16232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:08 smithi079 bash[28699]: audit 2023-12-08T02:16:07.498364+0000 mon.a (mon.0) 3446 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:16:08.839 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:16:08.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:08.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:08.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:08.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:16:09.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:09 smithi194 bash[32038]: audit 2023-12-08T02:16:08.365222+0000 mgr.a (mgr.14403) 21737 : audit 0 from='client.429870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:09.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:09 smithi135 bash[32435]: audit 2023-12-08T02:16:08.365222+0000 mgr.a (mgr.14403) 21737 : audit 0 from='client.429870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:09 smithi079 bash[28699]: audit 2023-12-08T02:16:08.365222+0000 mgr.a (mgr.14403) 21737 : audit 0 from='client.429870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:10 smithi194 bash[32038]: cluster 2023-12-08T02:16:09.127887+0000 mgr.a (mgr.14403) 21738 : cluster 0 pgmap v16233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:10 smithi135 bash[32435]: cluster 2023-12-08T02:16:09.127887+0000 mgr.a (mgr.14403) 21738 : cluster 0 pgmap v16233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:10 smithi079 bash[28699]: cluster 2023-12-08T02:16:09.127887+0000 mgr.a (mgr.14403) 21738 : cluster 0 pgmap v16233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:12 smithi194 bash[32038]: cluster 2023-12-08T02:16:11.128553+0000 mgr.a (mgr.14403) 21739 : cluster 0 pgmap v16234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:12 smithi135 bash[32435]: cluster 2023-12-08T02:16:11.128553+0000 mgr.a (mgr.14403) 21739 : cluster 0 pgmap v16234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:12 smithi079 bash[28699]: cluster 2023-12-08T02:16:11.128553+0000 mgr.a (mgr.14403) 21739 : cluster 0 pgmap v16234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:13.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:16:13.842 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:13.843 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:14.326 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:14 smithi079 bash[28699]: cluster 2023-12-08T02:16:13.129229+0000 mgr.a (mgr.14403) 21740 : cluster 0 pgmap v16235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:14 smithi194 bash[32038]: cluster 2023-12-08T02:16:13.129229+0000 mgr.a (mgr.14403) 21740 : cluster 0 pgmap v16235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:14.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:14 smithi135 bash[32435]: cluster 2023-12-08T02:16:13.129229+0000 mgr.a (mgr.14403) 21740 : cluster 0 pgmap v16235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:14.681 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:16:14.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:14.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:14.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:14.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:16:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:15 smithi079 bash[28699]: audit 2023-12-08T02:16:14.248048+0000 mgr.a (mgr.14403) 21741 : audit 0 from='client.429945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:15 smithi194 bash[32038]: audit 2023-12-08T02:16:14.248048+0000 mgr.a (mgr.14403) 21741 : audit 0 from='client.429945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:15.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:15 smithi135 bash[32435]: audit 2023-12-08T02:16:14.248048+0000 mgr.a (mgr.14403) 21741 : audit 0 from='client.429945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:16 smithi079 bash[28699]: cluster 2023-12-08T02:16:15.130367+0000 mgr.a (mgr.14403) 21742 : cluster 0 pgmap v16236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:16 smithi194 bash[32038]: cluster 2023-12-08T02:16:15.130367+0000 mgr.a (mgr.14403) 21742 : cluster 0 pgmap v16236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:16 smithi135 bash[32435]: cluster 2023-12-08T02:16:15.130367+0000 mgr.a (mgr.14403) 21742 : cluster 0 pgmap v16236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:18 smithi079 bash[28699]: cluster 2023-12-08T02:16:17.131056+0000 mgr.a (mgr.14403) 21743 : cluster 0 pgmap v16237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:18 smithi079 bash[28699]: audit 2023-12-08T02:16:18.146060+0000 mon.a (mon.0) 3447 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:16:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:18 smithi079 bash[28699]: audit 2023-12-08T02:16:18.152873+0000 mon.a (mon.0) 3448 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:16:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:18 smithi079 bash[28699]: audit 2023-12-08T02:16:18.154533+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:16:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:18 smithi079 bash[28699]: audit 2023-12-08T02:16:18.156217+0000 mon.a (mon.0) 3450 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:16:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:18 smithi079 bash[28699]: audit 2023-12-08T02:16:18.164245+0000 mon.a (mon.0) 3451 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:16:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:18 smithi194 bash[32038]: cluster 2023-12-08T02:16:17.131056+0000 mgr.a (mgr.14403) 21743 : cluster 0 pgmap v16237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:18 smithi194 bash[32038]: audit 2023-12-08T02:16:18.146060+0000 mon.a (mon.0) 3447 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:16:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:18 smithi194 bash[32038]: audit 2023-12-08T02:16:18.152873+0000 mon.a (mon.0) 3448 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:16:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:18 smithi194 bash[32038]: audit 2023-12-08T02:16:18.154533+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:16:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:18 smithi194 bash[32038]: audit 2023-12-08T02:16:18.156217+0000 mon.a (mon.0) 3450 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:16:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:18 smithi194 bash[32038]: audit 2023-12-08T02:16:18.164245+0000 mon.a (mon.0) 3451 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:16:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:18 smithi135 bash[32435]: cluster 2023-12-08T02:16:17.131056+0000 mgr.a (mgr.14403) 21743 : cluster 0 pgmap v16237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:18 smithi135 bash[32435]: audit 2023-12-08T02:16:18.146060+0000 mon.a (mon.0) 3447 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:16:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:18 smithi135 bash[32435]: audit 2023-12-08T02:16:18.152873+0000 mon.a (mon.0) 3448 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:16:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:18 smithi135 bash[32435]: audit 2023-12-08T02:16:18.154533+0000 mon.a (mon.0) 3449 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:16:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:18 smithi135 bash[32435]: audit 2023-12-08T02:16:18.156217+0000 mon.a (mon.0) 3450 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:16:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:18 smithi135 bash[32435]: audit 2023-12-08T02:16:18.164245+0000 mon.a (mon.0) 3451 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:16:19.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:16:19.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:19.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:20.560 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:16:20.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:20.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:20.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:20.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:16:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:20 smithi079 bash[28699]: cluster 2023-12-08T02:16:19.131753+0000 mgr.a (mgr.14403) 21744 : cluster 0 pgmap v16238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:20 smithi194 bash[32038]: cluster 2023-12-08T02:16:19.131753+0000 mgr.a (mgr.14403) 21744 : cluster 0 pgmap v16238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:20.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:20 smithi135 bash[32435]: cluster 2023-12-08T02:16:19.131753+0000 mgr.a (mgr.14403) 21744 : cluster 0 pgmap v16238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:21.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:21 smithi079 bash[28699]: audit 2023-12-08T02:16:20.087980+0000 mgr.a (mgr.14403) 21745 : audit 0 from='client.430023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:21 smithi194 bash[32038]: audit 2023-12-08T02:16:20.087980+0000 mgr.a (mgr.14403) 21745 : audit 0 from='client.430023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:21 smithi135 bash[32435]: audit 2023-12-08T02:16:20.087980+0000 mgr.a (mgr.14403) 21745 : audit 0 from='client.430023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:22 smithi079 bash[28699]: cluster 2023-12-08T02:16:21.132497+0000 mgr.a (mgr.14403) 21746 : cluster 0 pgmap v16239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:22.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:22 smithi194 bash[32038]: cluster 2023-12-08T02:16:21.132497+0000 mgr.a (mgr.14403) 21746 : cluster 0 pgmap v16239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:22 smithi135 bash[32435]: cluster 2023-12-08T02:16:21.132497+0000 mgr.a (mgr.14403) 21746 : cluster 0 pgmap v16239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:24 smithi079 bash[28699]: cluster 2023-12-08T02:16:23.133105+0000 mgr.a (mgr.14403) 21747 : cluster 0 pgmap v16240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:24 smithi194 bash[32038]: cluster 2023-12-08T02:16:23.133105+0000 mgr.a (mgr.14403) 21747 : cluster 0 pgmap v16240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:24.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:24 smithi135 bash[32435]: cluster 2023-12-08T02:16:23.133105+0000 mgr.a (mgr.14403) 21747 : cluster 0 pgmap v16240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:25.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:16:25.564 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:25.564 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:25 smithi079 bash[28699]: cluster 2023-12-08T02:16:25.134102+0000 mgr.a (mgr.14403) 21748 : cluster 0 pgmap v16241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:25 smithi194 bash[32038]: cluster 2023-12-08T02:16:25.134102+0000 mgr.a (mgr.14403) 21748 : cluster 0 pgmap v16241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:25 smithi135 bash[32435]: cluster 2023-12-08T02:16:25.134102+0000 mgr.a (mgr.14403) 21748 : cluster 0 pgmap v16241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:26.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:26.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:26.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:26.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:16:26.470 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:16:26.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:26 smithi079 bash[28699]: audit 2023-12-08T02:16:25.973607+0000 mgr.a (mgr.14403) 21749 : audit 0 from='client.430098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:26.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:26 smithi194 bash[32038]: audit 2023-12-08T02:16:25.973607+0000 mgr.a (mgr.14403) 21749 : audit 0 from='client.430098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:26.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:26 smithi135 bash[32435]: audit 2023-12-08T02:16:25.973607+0000 mgr.a (mgr.14403) 21749 : audit 0 from='client.430098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:27.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:27 smithi079 bash[28699]: cluster 2023-12-08T02:16:27.134834+0000 mgr.a (mgr.14403) 21750 : cluster 0 pgmap v16242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:27.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:27 smithi194 bash[32038]: cluster 2023-12-08T02:16:27.134834+0000 mgr.a (mgr.14403) 21750 : cluster 0 pgmap v16242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:27.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:27 smithi135 bash[32435]: cluster 2023-12-08T02:16:27.134834+0000 mgr.a (mgr.14403) 21750 : cluster 0 pgmap v16242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:30 smithi194 bash[32038]: cluster 2023-12-08T02:16:29.135607+0000 mgr.a (mgr.14403) 21751 : cluster 0 pgmap v16243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:30.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:30 smithi135 bash[32435]: cluster 2023-12-08T02:16:29.135607+0000 mgr.a (mgr.14403) 21751 : cluster 0 pgmap v16243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:30 smithi079 bash[28699]: cluster 2023-12-08T02:16:29.135607+0000 mgr.a (mgr.14403) 21751 : cluster 0 pgmap v16243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:31.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:16:31.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:31.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:32.385 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:16:32.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:32.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:32.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:32.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:16:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:32 smithi194 bash[32038]: cluster 2023-12-08T02:16:31.136088+0000 mgr.a (mgr.14403) 21752 : cluster 0 pgmap v16244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:32 smithi135 bash[32435]: cluster 2023-12-08T02:16:31.136088+0000 mgr.a (mgr.14403) 21752 : cluster 0 pgmap v16244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:32 smithi079 bash[28699]: cluster 2023-12-08T02:16:31.136088+0000 mgr.a (mgr.14403) 21752 : cluster 0 pgmap v16244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:33 smithi135 bash[32435]: audit 2023-12-08T02:16:31.874228+0000 mgr.a (mgr.14403) 21753 : audit 0 from='client.430176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:33 smithi079 bash[28699]: audit 2023-12-08T02:16:31.874228+0000 mgr.a (mgr.14403) 21753 : audit 0 from='client.430176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:33 smithi194 bash[32038]: audit 2023-12-08T02:16:31.874228+0000 mgr.a (mgr.14403) 21753 : audit 0 from='client.430176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:34 smithi135 bash[32435]: cluster 2023-12-08T02:16:33.136776+0000 mgr.a (mgr.14403) 21754 : cluster 0 pgmap v16245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:34 smithi079 bash[28699]: cluster 2023-12-08T02:16:33.136776+0000 mgr.a (mgr.14403) 21754 : cluster 0 pgmap v16245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:34.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:34 smithi194 bash[32038]: cluster 2023-12-08T02:16:33.136776+0000 mgr.a (mgr.14403) 21754 : cluster 0 pgmap v16245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:35.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:35 smithi079 bash[28699]: cluster 2023-12-08T02:16:35.137633+0000 mgr.a (mgr.14403) 21755 : cluster 0 pgmap v16246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:35 smithi194 bash[32038]: cluster 2023-12-08T02:16:35.137633+0000 mgr.a (mgr.14403) 21755 : cluster 0 pgmap v16246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:35 smithi135 bash[32435]: cluster 2023-12-08T02:16:35.137633+0000 mgr.a (mgr.14403) 21755 : cluster 0 pgmap v16246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:37.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:16:37.388 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:37.388 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:38.289 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:16:38.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:38.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:38.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:38.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:16:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:38 smithi194 bash[32038]: cluster 2023-12-08T02:16:37.138144+0000 mgr.a (mgr.14403) 21756 : cluster 0 pgmap v16247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:38 smithi135 bash[32435]: cluster 2023-12-08T02:16:37.138144+0000 mgr.a (mgr.14403) 21756 : cluster 0 pgmap v16247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:38 smithi079 bash[28699]: cluster 2023-12-08T02:16:37.138144+0000 mgr.a (mgr.14403) 21756 : cluster 0 pgmap v16247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:39.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:39 smithi194 bash[32038]: audit 2023-12-08T02:16:37.791411+0000 mgr.a (mgr.14403) 21757 : audit 0 from='client.430254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:39.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:39 smithi135 bash[32435]: audit 2023-12-08T02:16:37.791411+0000 mgr.a (mgr.14403) 21757 : audit 0 from='client.430254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:39 smithi079 bash[28699]: audit 2023-12-08T02:16:37.791411+0000 mgr.a (mgr.14403) 21757 : audit 0 from='client.430254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:40 smithi135 bash[32435]: cluster 2023-12-08T02:16:39.138989+0000 mgr.a (mgr.14403) 21758 : cluster 0 pgmap v16248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:40 smithi079 bash[28699]: cluster 2023-12-08T02:16:39.138989+0000 mgr.a (mgr.14403) 21758 : cluster 0 pgmap v16248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:40.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:40 smithi194 bash[32038]: cluster 2023-12-08T02:16:39.138989+0000 mgr.a (mgr.14403) 21758 : cluster 0 pgmap v16248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:16:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:42 smithi079 bash[28699]: cluster 2023-12-08T02:16:41.139525+0000 mgr.a (mgr.14403) 21759 : cluster 0 pgmap v16249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:42 smithi194 bash[32038]: cluster 2023-12-08T02:16:41.139525+0000 mgr.a (mgr.14403) 21759 : cluster 0 pgmap v16249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:42 smithi135 bash[32435]: cluster 2023-12-08T02:16:41.139525+0000 mgr.a (mgr.14403) 21759 : cluster 0 pgmap v16249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:43.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:16:43.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:43.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:44.194 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:16:44.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:44.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:44.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:44.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:16:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:44 smithi079 bash[28699]: cluster 2023-12-08T02:16:43.140064+0000 mgr.a (mgr.14403) 21760 : cluster 0 pgmap v16250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:44.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:44 smithi194 bash[32038]: cluster 2023-12-08T02:16:43.140064+0000 mgr.a (mgr.14403) 21760 : cluster 0 pgmap v16250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:44 smithi135 bash[32435]: cluster 2023-12-08T02:16:43.140064+0000 mgr.a (mgr.14403) 21760 : cluster 0 pgmap v16250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:45.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:45 smithi079 bash[28699]: audit 2023-12-08T02:16:43.700271+0000 mgr.a (mgr.14403) 21761 : audit 0 from='client.430332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:45 smithi194 bash[32038]: audit 2023-12-08T02:16:43.700271+0000 mgr.a (mgr.14403) 21761 : audit 0 from='client.430332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:45.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:45 smithi135 bash[32435]: audit 2023-12-08T02:16:43.700271+0000 mgr.a (mgr.14403) 21761 : audit 0 from='client.430332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:46 smithi079 bash[28699]: cluster 2023-12-08T02:16:45.141108+0000 mgr.a (mgr.14403) 21762 : cluster 0 pgmap v16251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:46 smithi194 bash[32038]: cluster 2023-12-08T02:16:45.141108+0000 mgr.a (mgr.14403) 21762 : cluster 0 pgmap v16251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:46 smithi135 bash[32435]: cluster 2023-12-08T02:16:45.141108+0000 mgr.a (mgr.14403) 21762 : cluster 0 pgmap v16251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:48.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:48 smithi079 bash[28699]: cluster 2023-12-08T02:16:47.141749+0000 mgr.a (mgr.14403) 21763 : cluster 0 pgmap v16252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:48 smithi194 bash[32038]: cluster 2023-12-08T02:16:47.141749+0000 mgr.a (mgr.14403) 21763 : cluster 0 pgmap v16252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:48 smithi135 bash[32435]: cluster 2023-12-08T02:16:47.141749+0000 mgr.a (mgr.14403) 21763 : cluster 0 pgmap v16252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:49.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:16:49.198 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:49.198 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:50.125 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:16:50.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:50.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:50.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:50.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:16:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:50 smithi079 bash[28699]: cluster 2023-12-08T02:16:49.142660+0000 mgr.a (mgr.14403) 21764 : cluster 0 pgmap v16253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:50 smithi194 bash[32038]: cluster 2023-12-08T02:16:49.142660+0000 mgr.a (mgr.14403) 21764 : cluster 0 pgmap v16253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:50 smithi135 bash[32435]: cluster 2023-12-08T02:16:49.142660+0000 mgr.a (mgr.14403) 21764 : cluster 0 pgmap v16253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:51 smithi079 bash[28699]: audit 2023-12-08T02:16:49.606293+0000 mgr.a (mgr.14403) 21765 : audit 0 from='client.430407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:51 smithi194 bash[32038]: audit 2023-12-08T02:16:49.606293+0000 mgr.a (mgr.14403) 21765 : audit 0 from='client.430407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:51.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:51 smithi135 bash[32435]: audit 2023-12-08T02:16:49.606293+0000 mgr.a (mgr.14403) 21765 : audit 0 from='client.430407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:52 smithi079 bash[28699]: cluster 2023-12-08T02:16:51.143427+0000 mgr.a (mgr.14403) 21766 : cluster 0 pgmap v16254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:52 smithi194 bash[32038]: cluster 2023-12-08T02:16:51.143427+0000 mgr.a (mgr.14403) 21766 : cluster 0 pgmap v16254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:52 smithi135 bash[32435]: cluster 2023-12-08T02:16:51.143427+0000 mgr.a (mgr.14403) 21766 : cluster 0 pgmap v16254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:54.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:54 smithi079 bash[28699]: cluster 2023-12-08T02:16:53.144030+0000 mgr.a (mgr.14403) 21767 : cluster 0 pgmap v16255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:54.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:54 smithi194 bash[32038]: cluster 2023-12-08T02:16:53.144030+0000 mgr.a (mgr.14403) 21767 : cluster 0 pgmap v16255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:54 smithi135 bash[32435]: cluster 2023-12-08T02:16:53.144030+0000 mgr.a (mgr.14403) 21767 : cluster 0 pgmap v16255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:16:55.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:16:55.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:16:55.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:16:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:55 smithi079 bash[28699]: cluster 2023-12-08T02:16:55.144814+0000 mgr.a (mgr.14403) 21768 : cluster 0 pgmap v16256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:55 smithi194 bash[32038]: cluster 2023-12-08T02:16:55.144814+0000 mgr.a (mgr.14403) 21768 : cluster 0 pgmap v16256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:55.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:55 smithi135 bash[32435]: cluster 2023-12-08T02:16:55.144814+0000 mgr.a (mgr.14403) 21768 : cluster 0 pgmap v16256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:56.022 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:16:56.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:16:56.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:16:56.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:16:56.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:16:56.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:56 smithi079 bash[28699]: audit 2023-12-08T02:16:55.533140+0000 mgr.a (mgr.14403) 21769 : audit 0 from='client.430482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:56.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:56 smithi194 bash[32038]: audit 2023-12-08T02:16:55.533140+0000 mgr.a (mgr.14403) 21769 : audit 0 from='client.430482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:56.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:56 smithi135 bash[32435]: audit 2023-12-08T02:16:55.533140+0000 mgr.a (mgr.14403) 21769 : audit 0 from='client.430482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:16:57.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:16:57 smithi079 bash[28699]: cluster 2023-12-08T02:16:57.145535+0000 mgr.a (mgr.14403) 21770 : cluster 0 pgmap v16257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:57.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:16:57 smithi194 bash[32038]: cluster 2023-12-08T02:16:57.145535+0000 mgr.a (mgr.14403) 21770 : cluster 0 pgmap v16257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:16:57.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:16:57 smithi135 bash[32435]: cluster 2023-12-08T02:16:57.145535+0000 mgr.a (mgr.14403) 21770 : cluster 0 pgmap v16257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:00 smithi194 bash[32038]: cluster 2023-12-08T02:16:59.146338+0000 mgr.a (mgr.14403) 21771 : cluster 0 pgmap v16258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:00 smithi135 bash[32435]: cluster 2023-12-08T02:16:59.146338+0000 mgr.a (mgr.14403) 21771 : cluster 0 pgmap v16258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:00 smithi079 bash[28699]: cluster 2023-12-08T02:16:59.146338+0000 mgr.a (mgr.14403) 21771 : cluster 0 pgmap v16258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:01.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:17:01.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:01.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:01.952 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:17:01.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:01.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:01.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:01.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:17:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:02 smithi135 bash[32435]: cluster 2023-12-08T02:17:01.146861+0000 mgr.a (mgr.14403) 21772 : cluster 0 pgmap v16259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:02 smithi135 bash[32435]: audit 2023-12-08T02:17:01.439709+0000 mgr.a (mgr.14403) 21773 : audit 0 from='client.430554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:02 smithi079 bash[28699]: cluster 2023-12-08T02:17:01.146861+0000 mgr.a (mgr.14403) 21772 : cluster 0 pgmap v16259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:02 smithi079 bash[28699]: audit 2023-12-08T02:17:01.439709+0000 mgr.a (mgr.14403) 21773 : audit 0 from='client.430554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:02 smithi194 bash[32038]: cluster 2023-12-08T02:17:01.146861+0000 mgr.a (mgr.14403) 21772 : cluster 0 pgmap v16259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:02 smithi194 bash[32038]: audit 2023-12-08T02:17:01.439709+0000 mgr.a (mgr.14403) 21773 : audit 0 from='client.430554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:04 smithi079 bash[28699]: cluster 2023-12-08T02:17:03.147601+0000 mgr.a (mgr.14403) 21774 : cluster 0 pgmap v16260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:04 smithi194 bash[32038]: cluster 2023-12-08T02:17:03.147601+0000 mgr.a (mgr.14403) 21774 : cluster 0 pgmap v16260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:04 smithi135 bash[32435]: cluster 2023-12-08T02:17:03.147601+0000 mgr.a (mgr.14403) 21774 : cluster 0 pgmap v16260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:05 smithi079 bash[28699]: cluster 2023-12-08T02:17:05.148397+0000 mgr.a (mgr.14403) 21775 : cluster 0 pgmap v16261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:05 smithi194 bash[32038]: cluster 2023-12-08T02:17:05.148397+0000 mgr.a (mgr.14403) 21775 : cluster 0 pgmap v16261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:05.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:05 smithi135 bash[32435]: cluster 2023-12-08T02:17:05.148397+0000 mgr.a (mgr.14403) 21775 : cluster 0 pgmap v16261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:06.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:17:06.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:06.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:07.901 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:17:07.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:07.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:07.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:07.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:17:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:08 smithi135 bash[32435]: cluster 2023-12-08T02:17:07.149084+0000 mgr.a (mgr.14403) 21776 : cluster 0 pgmap v16262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:08 smithi135 bash[32435]: audit 2023-12-08T02:17:07.362037+0000 mgr.a (mgr.14403) 21777 : audit 0 from='client.430632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:08 smithi079 bash[28699]: cluster 2023-12-08T02:17:07.149084+0000 mgr.a (mgr.14403) 21776 : cluster 0 pgmap v16262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:08 smithi079 bash[28699]: audit 2023-12-08T02:17:07.362037+0000 mgr.a (mgr.14403) 21777 : audit 0 from='client.430632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:08 smithi194 bash[32038]: cluster 2023-12-08T02:17:07.149084+0000 mgr.a (mgr.14403) 21776 : cluster 0 pgmap v16262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:08 smithi194 bash[32038]: audit 2023-12-08T02:17:07.362037+0000 mgr.a (mgr.14403) 21777 : audit 0 from='client.430632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:10 smithi079 bash[28699]: cluster 2023-12-08T02:17:09.150116+0000 mgr.a (mgr.14403) 21778 : cluster 0 pgmap v16263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:10.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:10 smithi194 bash[32038]: cluster 2023-12-08T02:17:09.150116+0000 mgr.a (mgr.14403) 21778 : cluster 0 pgmap v16263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:10.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:10 smithi135 bash[32435]: cluster 2023-12-08T02:17:09.150116+0000 mgr.a (mgr.14403) 21778 : cluster 0 pgmap v16263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:12 smithi079 bash[28699]: cluster 2023-12-08T02:17:11.150707+0000 mgr.a (mgr.14403) 21779 : cluster 0 pgmap v16264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:12 smithi194 bash[32038]: cluster 2023-12-08T02:17:11.150707+0000 mgr.a (mgr.14403) 21779 : cluster 0 pgmap v16264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:12 smithi135 bash[32435]: cluster 2023-12-08T02:17:11.150707+0000 mgr.a (mgr.14403) 21779 : cluster 0 pgmap v16264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:12.904 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:17:12.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:12.905 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:13.841 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:17:13.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:13.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:13.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:13.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:17:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:14 smithi079 bash[28699]: cluster 2023-12-08T02:17:13.151407+0000 mgr.a (mgr.14403) 21780 : cluster 0 pgmap v16265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:14 smithi079 bash[28699]: audit 2023-12-08T02:17:13.312738+0000 mgr.a (mgr.14403) 21781 : audit 0 from='client.430707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:14 smithi194 bash[32038]: cluster 2023-12-08T02:17:13.151407+0000 mgr.a (mgr.14403) 21780 : cluster 0 pgmap v16265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:14 smithi194 bash[32038]: audit 2023-12-08T02:17:13.312738+0000 mgr.a (mgr.14403) 21781 : audit 0 from='client.430707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:14 smithi135 bash[32435]: cluster 2023-12-08T02:17:13.151407+0000 mgr.a (mgr.14403) 21780 : cluster 0 pgmap v16265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:14 smithi135 bash[32435]: audit 2023-12-08T02:17:13.312738+0000 mgr.a (mgr.14403) 21781 : audit 0 from='client.430707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:15 smithi079 bash[28699]: cluster 2023-12-08T02:17:15.152432+0000 mgr.a (mgr.14403) 21782 : cluster 0 pgmap v16266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:17:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:15 smithi194 bash[32038]: cluster 2023-12-08T02:17:15.152432+0000 mgr.a (mgr.14403) 21782 : cluster 0 pgmap v16266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:17:15.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:15 smithi135 bash[32435]: cluster 2023-12-08T02:17:15.152432+0000 mgr.a (mgr.14403) 21782 : cluster 0 pgmap v16266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:17:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:18 smithi079 bash[28699]: cluster 2023-12-08T02:17:17.152984+0000 mgr.a (mgr.14403) 21783 : cluster 0 pgmap v16267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:17:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:18 smithi194 bash[32038]: cluster 2023-12-08T02:17:17.152984+0000 mgr.a (mgr.14403) 21783 : cluster 0 pgmap v16267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:17:18.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:18 smithi135 bash[32435]: cluster 2023-12-08T02:17:17.152984+0000 mgr.a (mgr.14403) 21783 : cluster 0 pgmap v16267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:17:18.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:17:18.845 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:18.845 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:19 smithi079 bash[28699]: audit 2023-12-08T02:17:18.267398+0000 mon.a (mon.0) 3452 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:17:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:19 smithi194 bash[32038]: audit 2023-12-08T02:17:18.267398+0000 mon.a (mon.0) 3452 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:17:19.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:19 smithi135 bash[32435]: audit 2023-12-08T02:17:18.267398+0000 mon.a (mon.0) 3452 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:17:19.747 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:17:19.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:19.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:19.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:19.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:17:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:20 smithi079 bash[28699]: cluster 2023-12-08T02:17:19.153722+0000 mgr.a (mgr.14403) 21784 : cluster 0 pgmap v16268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:20 smithi079 bash[28699]: audit 2023-12-08T02:17:19.251921+0000 mgr.a (mgr.14403) 21785 : audit 0 from='client.430785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:20 smithi194 bash[32038]: cluster 2023-12-08T02:17:19.153722+0000 mgr.a (mgr.14403) 21784 : cluster 0 pgmap v16268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:20 smithi194 bash[32038]: audit 2023-12-08T02:17:19.251921+0000 mgr.a (mgr.14403) 21785 : audit 0 from='client.430785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:20.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:20 smithi135 bash[32435]: cluster 2023-12-08T02:17:19.153722+0000 mgr.a (mgr.14403) 21784 : cluster 0 pgmap v16268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:20 smithi135 bash[32435]: audit 2023-12-08T02:17:19.251921+0000 mgr.a (mgr.14403) 21785 : audit 0 from='client.430785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:22 smithi079 bash[28699]: cluster 2023-12-08T02:17:21.154411+0000 mgr.a (mgr.14403) 21786 : cluster 0 pgmap v16269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:22.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:22 smithi194 bash[32038]: cluster 2023-12-08T02:17:21.154411+0000 mgr.a (mgr.14403) 21786 : cluster 0 pgmap v16269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:22 smithi135 bash[32435]: cluster 2023-12-08T02:17:21.154411+0000 mgr.a (mgr.14403) 21786 : cluster 0 pgmap v16269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:24 smithi079 bash[28699]: cluster 2023-12-08T02:17:23.155048+0000 mgr.a (mgr.14403) 21787 : cluster 0 pgmap v16270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:24 smithi079 bash[28699]: audit 2023-12-08T02:17:23.586205+0000 mon.a (mon.0) 3453 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:24 smithi079 bash[28699]: audit 2023-12-08T02:17:23.592319+0000 mon.a (mon.0) 3454 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:24 smithi079 bash[28699]: audit 2023-12-08T02:17:23.675862+0000 mon.a (mon.0) 3455 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:24 smithi079 bash[28699]: audit 2023-12-08T02:17:23.680093+0000 mon.a (mon.0) 3456 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:24 smithi079 bash[28699]: audit 2023-12-08T02:17:23.684816+0000 mon.a (mon.0) 3457 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:24 smithi079 bash[28699]: audit 2023-12-08T02:17:23.689728+0000 mon.a (mon.0) 3458 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:24 smithi194 bash[32038]: cluster 2023-12-08T02:17:23.155048+0000 mgr.a (mgr.14403) 21787 : cluster 0 pgmap v16270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:24 smithi194 bash[32038]: audit 2023-12-08T02:17:23.586205+0000 mon.a (mon.0) 3453 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:24 smithi194 bash[32038]: audit 2023-12-08T02:17:23.592319+0000 mon.a (mon.0) 3454 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:24 smithi194 bash[32038]: audit 2023-12-08T02:17:23.675862+0000 mon.a (mon.0) 3455 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:24 smithi194 bash[32038]: audit 2023-12-08T02:17:23.680093+0000 mon.a (mon.0) 3456 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:24 smithi194 bash[32038]: audit 2023-12-08T02:17:23.684816+0000 mon.a (mon.0) 3457 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:24 smithi194 bash[32038]: audit 2023-12-08T02:17:23.689728+0000 mon.a (mon.0) 3458 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:24 smithi135 bash[32435]: cluster 2023-12-08T02:17:23.155048+0000 mgr.a (mgr.14403) 21787 : cluster 0 pgmap v16270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:24 smithi135 bash[32435]: audit 2023-12-08T02:17:23.586205+0000 mon.a (mon.0) 3453 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:24 smithi135 bash[32435]: audit 2023-12-08T02:17:23.592319+0000 mon.a (mon.0) 3454 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:24 smithi135 bash[32435]: audit 2023-12-08T02:17:23.675862+0000 mon.a (mon.0) 3455 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:24 smithi135 bash[32435]: audit 2023-12-08T02:17:23.680093+0000 mon.a (mon.0) 3456 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:24 smithi135 bash[32435]: audit 2023-12-08T02:17:23.684816+0000 mon.a (mon.0) 3457 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:24 smithi135 bash[32435]: audit 2023-12-08T02:17:23.689728+0000 mon.a (mon.0) 3458 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:24.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:17:24.751 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:24.752 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:25.682 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:17:25.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:25.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:25.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:25.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:17:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:25 smithi079 bash[28699]: cluster 2023-12-08T02:17:25.155776+0000 mgr.a (mgr.14403) 21788 : cluster 0 pgmap v16271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:25 smithi079 bash[28699]: audit 2023-12-08T02:17:25.159580+0000 mgr.a (mgr.14403) 21789 : audit 0 from='client.430860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:25 smithi194 bash[32038]: cluster 2023-12-08T02:17:25.155776+0000 mgr.a (mgr.14403) 21788 : cluster 0 pgmap v16271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:25 smithi194 bash[32038]: audit 2023-12-08T02:17:25.159580+0000 mgr.a (mgr.14403) 21789 : audit 0 from='client.430860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:25.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:25 smithi135 bash[32435]: cluster 2023-12-08T02:17:25.155776+0000 mgr.a (mgr.14403) 21788 : cluster 0 pgmap v16271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:25 smithi135 bash[32435]: audit 2023-12-08T02:17:25.159580+0000 mgr.a (mgr.14403) 21789 : audit 0 from='client.430860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:28 smithi079 bash[28699]: cluster 2023-12-08T02:17:27.156466+0000 mgr.a (mgr.14403) 21790 : cluster 0 pgmap v16272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:17:28.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:28 smithi194 bash[32038]: cluster 2023-12-08T02:17:27.156466+0000 mgr.a (mgr.14403) 21790 : cluster 0 pgmap v16272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:17:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:28 smithi135 bash[32435]: cluster 2023-12-08T02:17:27.156466+0000 mgr.a (mgr.14403) 21790 : cluster 0 pgmap v16272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:17:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:30 smithi135 bash[32435]: cluster 2023-12-08T02:17:29.157272+0000 mgr.a (mgr.14403) 21791 : cluster 0 pgmap v16273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:17:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:30 smithi079 bash[28699]: cluster 2023-12-08T02:17:29.157272+0000 mgr.a (mgr.14403) 21791 : cluster 0 pgmap v16273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:17:30.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:17:30.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:30.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:30 smithi194 bash[32038]: cluster 2023-12-08T02:17:29.157272+0000 mgr.a (mgr.14403) 21791 : cluster 0 pgmap v16273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:17:31.614 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:17:31.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:31.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:31.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:31.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:17:32.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:32 smithi135 bash[32435]: audit 2023-12-08T02:17:31.101634+0000 mgr.a (mgr.14403) 21792 : audit 0 from='client.430935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:32 smithi135 bash[32435]: cluster 2023-12-08T02:17:31.157984+0000 mgr.a (mgr.14403) 21793 : cluster 0 pgmap v16274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:32 smithi079 bash[28699]: audit 2023-12-08T02:17:31.101634+0000 mgr.a (mgr.14403) 21792 : audit 0 from='client.430935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:32 smithi079 bash[28699]: cluster 2023-12-08T02:17:31.157984+0000 mgr.a (mgr.14403) 21793 : cluster 0 pgmap v16274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:32.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:32 smithi194 bash[32038]: audit 2023-12-08T02:17:31.101634+0000 mgr.a (mgr.14403) 21792 : audit 0 from='client.430935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:32.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:32 smithi194 bash[32038]: cluster 2023-12-08T02:17:31.157984+0000 mgr.a (mgr.14403) 21793 : cluster 0 pgmap v16274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:34 smithi079 bash[28699]: cluster 2023-12-08T02:17:33.158741+0000 mgr.a (mgr.14403) 21794 : cluster 0 pgmap v16275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:34.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:34 smithi194 bash[32038]: cluster 2023-12-08T02:17:33.158741+0000 mgr.a (mgr.14403) 21794 : cluster 0 pgmap v16275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:34.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:34 smithi135 bash[32435]: cluster 2023-12-08T02:17:33.158741+0000 mgr.a (mgr.14403) 21794 : cluster 0 pgmap v16275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:35 smithi079 bash[28699]: audit 2023-12-08T02:17:34.341948+0000 mon.a (mon.0) 3459 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:35 smithi079 bash[28699]: audit 2023-12-08T02:17:34.348203+0000 mon.a (mon.0) 3460 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:35 smithi079 bash[28699]: audit 2023-12-08T02:17:34.350176+0000 mon.a (mon.0) 3461 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:17:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:35 smithi079 bash[28699]: audit 2023-12-08T02:17:34.351844+0000 mon.a (mon.0) 3462 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:17:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:35 smithi079 bash[28699]: audit 2023-12-08T02:17:34.359582+0000 mon.a (mon.0) 3463 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:35 smithi194 bash[32038]: audit 2023-12-08T02:17:34.341948+0000 mon.a (mon.0) 3459 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:35 smithi194 bash[32038]: audit 2023-12-08T02:17:34.348203+0000 mon.a (mon.0) 3460 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:35 smithi194 bash[32038]: audit 2023-12-08T02:17:34.350176+0000 mon.a (mon.0) 3461 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:17:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:35 smithi194 bash[32038]: audit 2023-12-08T02:17:34.351844+0000 mon.a (mon.0) 3462 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:17:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:35 smithi194 bash[32038]: audit 2023-12-08T02:17:34.359582+0000 mon.a (mon.0) 3463 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:35.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:35 smithi135 bash[32435]: audit 2023-12-08T02:17:34.341948+0000 mon.a (mon.0) 3459 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:35 smithi135 bash[32435]: audit 2023-12-08T02:17:34.348203+0000 mon.a (mon.0) 3460 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:35 smithi135 bash[32435]: audit 2023-12-08T02:17:34.350176+0000 mon.a (mon.0) 3461 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:17:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:35 smithi135 bash[32435]: audit 2023-12-08T02:17:34.351844+0000 mon.a (mon.0) 3462 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:17:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:35 smithi135 bash[32435]: audit 2023-12-08T02:17:34.359582+0000 mon.a (mon.0) 3463 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:17:36.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:17:36.618 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:36.618 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:36 smithi079 bash[28699]: cluster 2023-12-08T02:17:35.159565+0000 mgr.a (mgr.14403) 21795 : cluster 0 pgmap v16276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:36 smithi194 bash[32038]: cluster 2023-12-08T02:17:35.159565+0000 mgr.a (mgr.14403) 21795 : cluster 0 pgmap v16276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:36.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:36 smithi135 bash[32435]: cluster 2023-12-08T02:17:35.159565+0000 mgr.a (mgr.14403) 21795 : cluster 0 pgmap v16276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:37.502 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:17:37.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:37.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:37.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:37.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:17:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:38 smithi079 bash[28699]: audit 2023-12-08T02:17:37.022543+0000 mgr.a (mgr.14403) 21796 : audit 0 from='client.431013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:38 smithi079 bash[28699]: cluster 2023-12-08T02:17:37.160639+0000 mgr.a (mgr.14403) 21797 : cluster 0 pgmap v16277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:38.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:38 smithi194 bash[32038]: audit 2023-12-08T02:17:37.022543+0000 mgr.a (mgr.14403) 21796 : audit 0 from='client.431013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:38.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:38 smithi194 bash[32038]: cluster 2023-12-08T02:17:37.160639+0000 mgr.a (mgr.14403) 21797 : cluster 0 pgmap v16277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:38 smithi135 bash[32435]: audit 2023-12-08T02:17:37.022543+0000 mgr.a (mgr.14403) 21796 : audit 0 from='client.431013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:38 smithi135 bash[32435]: cluster 2023-12-08T02:17:37.160639+0000 mgr.a (mgr.14403) 21797 : cluster 0 pgmap v16277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:40 smithi079 bash[28699]: cluster 2023-12-08T02:17:39.161678+0000 mgr.a (mgr.14403) 21798 : cluster 0 pgmap v16278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:40.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:40 smithi194 bash[32038]: cluster 2023-12-08T02:17:39.161678+0000 mgr.a (mgr.14403) 21798 : cluster 0 pgmap v16278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:40.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:40 smithi135 bash[32435]: cluster 2023-12-08T02:17:39.161678+0000 mgr.a (mgr.14403) 21798 : cluster 0 pgmap v16278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:42.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:17:42.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:42.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:42 smithi079 bash[28699]: cluster 2023-12-08T02:17:41.162256+0000 mgr.a (mgr.14403) 21799 : cluster 0 pgmap v16279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:42 smithi194 bash[32038]: cluster 2023-12-08T02:17:41.162256+0000 mgr.a (mgr.14403) 21799 : cluster 0 pgmap v16279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:42 smithi135 bash[32435]: cluster 2023-12-08T02:17:41.162256+0000 mgr.a (mgr.14403) 21799 : cluster 0 pgmap v16279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:43.442 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:17:43.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:43.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:43.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:43.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:17:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:44 smithi079 bash[28699]: audit 2023-12-08T02:17:42.906138+0000 mgr.a (mgr.14403) 21800 : audit 0 from='client.431088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:44 smithi079 bash[28699]: cluster 2023-12-08T02:17:43.163069+0000 mgr.a (mgr.14403) 21801 : cluster 0 pgmap v16280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:44.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:44 smithi194 bash[32038]: audit 2023-12-08T02:17:42.906138+0000 mgr.a (mgr.14403) 21800 : audit 0 from='client.431088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:44.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:44 smithi194 bash[32038]: cluster 2023-12-08T02:17:43.163069+0000 mgr.a (mgr.14403) 21801 : cluster 0 pgmap v16280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:44 smithi135 bash[32435]: audit 2023-12-08T02:17:42.906138+0000 mgr.a (mgr.14403) 21800 : audit 0 from='client.431088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:44.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:44 smithi135 bash[32435]: cluster 2023-12-08T02:17:43.163069+0000 mgr.a (mgr.14403) 21801 : cluster 0 pgmap v16280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:45 smithi079 bash[28699]: cluster 2023-12-08T02:17:45.163946+0000 mgr.a (mgr.14403) 21802 : cluster 0 pgmap v16281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:45 smithi194 bash[32038]: cluster 2023-12-08T02:17:45.163946+0000 mgr.a (mgr.14403) 21802 : cluster 0 pgmap v16281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:45.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:45 smithi135 bash[32435]: cluster 2023-12-08T02:17:45.163946+0000 mgr.a (mgr.14403) 21802 : cluster 0 pgmap v16281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:17:48.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:17:48.446 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:48.446 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:48.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:48 smithi079 bash[28699]: cluster 2023-12-08T02:17:47.164668+0000 mgr.a (mgr.14403) 21803 : cluster 0 pgmap v16282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:48 smithi194 bash[32038]: cluster 2023-12-08T02:17:47.164668+0000 mgr.a (mgr.14403) 21803 : cluster 0 pgmap v16282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:48 smithi135 bash[32435]: cluster 2023-12-08T02:17:47.164668+0000 mgr.a (mgr.14403) 21803 : cluster 0 pgmap v16282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:49.386 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:17:49.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:49.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:49.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:49.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:17:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:50 smithi079 bash[28699]: audit 2023-12-08T02:17:48.854188+0000 mgr.a (mgr.14403) 21804 : audit 0 from='client.431160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:50 smithi079 bash[28699]: cluster 2023-12-08T02:17:49.165465+0000 mgr.a (mgr.14403) 21805 : cluster 0 pgmap v16283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:50 smithi194 bash[32038]: audit 2023-12-08T02:17:48.854188+0000 mgr.a (mgr.14403) 21804 : audit 0 from='client.431160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:50 smithi194 bash[32038]: cluster 2023-12-08T02:17:49.165465+0000 mgr.a (mgr.14403) 21805 : cluster 0 pgmap v16283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:50 smithi135 bash[32435]: audit 2023-12-08T02:17:48.854188+0000 mgr.a (mgr.14403) 21804 : audit 0 from='client.431160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:50 smithi135 bash[32435]: cluster 2023-12-08T02:17:49.165465+0000 mgr.a (mgr.14403) 21805 : cluster 0 pgmap v16283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:52 smithi079 bash[28699]: cluster 2023-12-08T02:17:51.166132+0000 mgr.a (mgr.14403) 21806 : cluster 0 pgmap v16284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:52 smithi194 bash[32038]: cluster 2023-12-08T02:17:51.166132+0000 mgr.a (mgr.14403) 21806 : cluster 0 pgmap v16284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:52 smithi135 bash[32435]: cluster 2023-12-08T02:17:51.166132+0000 mgr.a (mgr.14403) 21806 : cluster 0 pgmap v16284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:54.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:17:54.390 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:17:54.390 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:17:54.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:54 smithi079 bash[28699]: cluster 2023-12-08T02:17:53.166689+0000 mgr.a (mgr.14403) 21807 : cluster 0 pgmap v16285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:54.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:54 smithi194 bash[32038]: cluster 2023-12-08T02:17:53.166689+0000 mgr.a (mgr.14403) 21807 : cluster 0 pgmap v16285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:54 smithi135 bash[32435]: cluster 2023-12-08T02:17:53.166689+0000 mgr.a (mgr.14403) 21807 : cluster 0 pgmap v16285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:55.317 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:17:55.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:17:55.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:17:55.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:17:55.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:17:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:55 smithi079 bash[28699]: audit 2023-12-08T02:17:54.802262+0000 mgr.a (mgr.14403) 21808 : audit 0 from='client.431235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:55 smithi079 bash[28699]: cluster 2023-12-08T02:17:55.167534+0000 mgr.a (mgr.14403) 21809 : cluster 0 pgmap v16286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:55 smithi194 bash[32038]: audit 2023-12-08T02:17:54.802262+0000 mgr.a (mgr.14403) 21808 : audit 0 from='client.431235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:55 smithi194 bash[32038]: cluster 2023-12-08T02:17:55.167534+0000 mgr.a (mgr.14403) 21809 : cluster 0 pgmap v16286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:55.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:55 smithi135 bash[32435]: audit 2023-12-08T02:17:54.802262+0000 mgr.a (mgr.14403) 21808 : audit 0 from='client.431235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:17:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:55 smithi135 bash[32435]: cluster 2023-12-08T02:17:55.167534+0000 mgr.a (mgr.14403) 21809 : cluster 0 pgmap v16286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:17:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:17:58 smithi079 bash[28699]: cluster 2023-12-08T02:17:57.168184+0000 mgr.a (mgr.14403) 21810 : cluster 0 pgmap v16287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:58.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:17:58 smithi194 bash[32038]: cluster 2023-12-08T02:17:57.168184+0000 mgr.a (mgr.14403) 21810 : cluster 0 pgmap v16287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:17:58.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:17:58 smithi135 bash[32435]: cluster 2023-12-08T02:17:57.168184+0000 mgr.a (mgr.14403) 21810 : cluster 0 pgmap v16287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:00.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:18:00.321 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:00.321 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:00 smithi079 bash[28699]: cluster 2023-12-08T02:17:59.168929+0000 mgr.a (mgr.14403) 21811 : cluster 0 pgmap v16288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:00 smithi194 bash[32038]: cluster 2023-12-08T02:17:59.168929+0000 mgr.a (mgr.14403) 21811 : cluster 0 pgmap v16288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:00 smithi135 bash[32435]: cluster 2023-12-08T02:17:59.168929+0000 mgr.a (mgr.14403) 21811 : cluster 0 pgmap v16288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:01.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:01.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:01.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:01.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:18:01.221 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:18:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:02 smithi079 bash[28699]: audit 2023-12-08T02:18:00.727661+0000 mgr.a (mgr.14403) 21812 : audit 0 from='client.431307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:02 smithi079 bash[28699]: cluster 2023-12-08T02:18:01.169345+0000 mgr.a (mgr.14403) 21813 : cluster 0 pgmap v16289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:02 smithi194 bash[32038]: audit 2023-12-08T02:18:00.727661+0000 mgr.a (mgr.14403) 21812 : audit 0 from='client.431307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:02 smithi194 bash[32038]: cluster 2023-12-08T02:18:01.169345+0000 mgr.a (mgr.14403) 21813 : cluster 0 pgmap v16289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:02 smithi135 bash[32435]: audit 2023-12-08T02:18:00.727661+0000 mgr.a (mgr.14403) 21812 : audit 0 from='client.431307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:02 smithi135 bash[32435]: cluster 2023-12-08T02:18:01.169345+0000 mgr.a (mgr.14403) 21813 : cluster 0 pgmap v16289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:04 smithi079 bash[28699]: cluster 2023-12-08T02:18:03.169889+0000 mgr.a (mgr.14403) 21814 : cluster 0 pgmap v16290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:04 smithi194 bash[32038]: cluster 2023-12-08T02:18:03.169889+0000 mgr.a (mgr.14403) 21814 : cluster 0 pgmap v16290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:04.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:04 smithi135 bash[32435]: cluster 2023-12-08T02:18:03.169889+0000 mgr.a (mgr.14403) 21814 : cluster 0 pgmap v16290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:05 smithi079 bash[28699]: cluster 2023-12-08T02:18:05.170654+0000 mgr.a (mgr.14403) 21815 : cluster 0 pgmap v16291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:05 smithi194 bash[32038]: cluster 2023-12-08T02:18:05.170654+0000 mgr.a (mgr.14403) 21815 : cluster 0 pgmap v16291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:05.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:05 smithi135 bash[32435]: cluster 2023-12-08T02:18:05.170654+0000 mgr.a (mgr.14403) 21815 : cluster 0 pgmap v16291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:06.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:18:06.225 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:06.225 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:07.152 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:18:07.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:07.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:07.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:07.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:18:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:08 smithi079 bash[28699]: audit 2023-12-08T02:18:06.638114+0000 mgr.a (mgr.14403) 21816 : audit 0 from='client.431379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:08 smithi079 bash[28699]: cluster 2023-12-08T02:18:07.171346+0000 mgr.a (mgr.14403) 21817 : cluster 0 pgmap v16292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:08 smithi194 bash[32038]: audit 2023-12-08T02:18:06.638114+0000 mgr.a (mgr.14403) 21816 : audit 0 from='client.431379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:08 smithi194 bash[32038]: cluster 2023-12-08T02:18:07.171346+0000 mgr.a (mgr.14403) 21817 : cluster 0 pgmap v16292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:08 smithi135 bash[32435]: audit 2023-12-08T02:18:06.638114+0000 mgr.a (mgr.14403) 21816 : audit 0 from='client.431379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:08 smithi135 bash[32435]: cluster 2023-12-08T02:18:07.171346+0000 mgr.a (mgr.14403) 21817 : cluster 0 pgmap v16292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:10 smithi079 bash[28699]: cluster 2023-12-08T02:18:09.172108+0000 mgr.a (mgr.14403) 21818 : cluster 0 pgmap v16293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:10.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:10 smithi194 bash[32038]: cluster 2023-12-08T02:18:09.172108+0000 mgr.a (mgr.14403) 21818 : cluster 0 pgmap v16293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:10.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:10 smithi135 bash[32435]: cluster 2023-12-08T02:18:09.172108+0000 mgr.a (mgr.14403) 21818 : cluster 0 pgmap v16293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:12.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:18:12.156 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:12.156 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:12 smithi079 bash[28699]: cluster 2023-12-08T02:18:11.172693+0000 mgr.a (mgr.14403) 21819 : cluster 0 pgmap v16294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:12 smithi194 bash[32038]: cluster 2023-12-08T02:18:11.172693+0000 mgr.a (mgr.14403) 21819 : cluster 0 pgmap v16294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:12 smithi135 bash[32435]: cluster 2023-12-08T02:18:11.172693+0000 mgr.a (mgr.14403) 21819 : cluster 0 pgmap v16294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:13.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:13.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:13.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:13.074 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:18:13.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:18:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:14 smithi079 bash[28699]: audit 2023-12-08T02:18:12.558174+0000 mgr.a (mgr.14403) 21820 : audit 0 from='client.431451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:14 smithi079 bash[28699]: cluster 2023-12-08T02:18:13.173371+0000 mgr.a (mgr.14403) 21821 : cluster 0 pgmap v16295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:14 smithi194 bash[32038]: audit 2023-12-08T02:18:12.558174+0000 mgr.a (mgr.14403) 21820 : audit 0 from='client.431451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:14 smithi194 bash[32038]: cluster 2023-12-08T02:18:13.173371+0000 mgr.a (mgr.14403) 21821 : cluster 0 pgmap v16295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:14 smithi135 bash[32435]: audit 2023-12-08T02:18:12.558174+0000 mgr.a (mgr.14403) 21820 : audit 0 from='client.431451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:14 smithi135 bash[32435]: cluster 2023-12-08T02:18:13.173371+0000 mgr.a (mgr.14403) 21821 : cluster 0 pgmap v16295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:15 smithi079 bash[28699]: cluster 2023-12-08T02:18:15.174207+0000 mgr.a (mgr.14403) 21822 : cluster 0 pgmap v16296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:15 smithi194 bash[32038]: cluster 2023-12-08T02:18:15.174207+0000 mgr.a (mgr.14403) 21822 : cluster 0 pgmap v16296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:15.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:15 smithi135 bash[32435]: cluster 2023-12-08T02:18:15.174207+0000 mgr.a (mgr.14403) 21822 : cluster 0 pgmap v16296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:18.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:18:18.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:18.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:18 smithi079 bash[28699]: cluster 2023-12-08T02:18:17.174771+0000 mgr.a (mgr.14403) 21823 : cluster 0 pgmap v16297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:18 smithi194 bash[32038]: cluster 2023-12-08T02:18:17.174771+0000 mgr.a (mgr.14403) 21823 : cluster 0 pgmap v16297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:18.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:18 smithi135 bash[32435]: cluster 2023-12-08T02:18:17.174771+0000 mgr.a (mgr.14403) 21823 : cluster 0 pgmap v16297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:18.970 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:18:18.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:18.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:18.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:18.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:18:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:20 smithi079 bash[28699]: audit 2023-12-08T02:18:18.490089+0000 mgr.a (mgr.14403) 21824 : audit 0 from='client.431529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:20 smithi079 bash[28699]: cluster 2023-12-08T02:18:19.175944+0000 mgr.a (mgr.14403) 21825 : cluster 0 pgmap v16298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:20 smithi194 bash[32038]: audit 2023-12-08T02:18:18.490089+0000 mgr.a (mgr.14403) 21824 : audit 0 from='client.431529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:20 smithi194 bash[32038]: cluster 2023-12-08T02:18:19.175944+0000 mgr.a (mgr.14403) 21825 : cluster 0 pgmap v16298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:20.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:20 smithi135 bash[32435]: audit 2023-12-08T02:18:18.490089+0000 mgr.a (mgr.14403) 21824 : audit 0 from='client.431529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:20.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:20 smithi135 bash[32435]: cluster 2023-12-08T02:18:19.175944+0000 mgr.a (mgr.14403) 21825 : cluster 0 pgmap v16298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:22 smithi079 bash[28699]: cluster 2023-12-08T02:18:21.176690+0000 mgr.a (mgr.14403) 21826 : cluster 0 pgmap v16299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:22.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:22 smithi194 bash[32038]: cluster 2023-12-08T02:18:21.176690+0000 mgr.a (mgr.14403) 21826 : cluster 0 pgmap v16299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:22 smithi135 bash[32435]: cluster 2023-12-08T02:18:21.176690+0000 mgr.a (mgr.14403) 21826 : cluster 0 pgmap v16299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:23.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:18:23.975 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:23.975 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:24 smithi079 bash[28699]: cluster 2023-12-08T02:18:23.177410+0000 mgr.a (mgr.14403) 21827 : cluster 0 pgmap v16300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:24 smithi194 bash[32038]: cluster 2023-12-08T02:18:23.177410+0000 mgr.a (mgr.14403) 21827 : cluster 0 pgmap v16300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:24.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:24 smithi135 bash[32435]: cluster 2023-12-08T02:18:23.177410+0000 mgr.a (mgr.14403) 21827 : cluster 0 pgmap v16300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:24.886 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:18:24.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:24.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:24.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:24.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:18:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:25 smithi079 bash[28699]: audit 2023-12-08T02:18:24.375591+0000 mgr.a (mgr.14403) 21828 : audit 0 from='client.431607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:25 smithi194 bash[32038]: audit 2023-12-08T02:18:24.375591+0000 mgr.a (mgr.14403) 21828 : audit 0 from='client.431607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:25.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:25 smithi135 bash[32435]: audit 2023-12-08T02:18:24.375591+0000 mgr.a (mgr.14403) 21828 : audit 0 from='client.431607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:26 smithi079 bash[28699]: cluster 2023-12-08T02:18:25.178650+0000 mgr.a (mgr.14403) 21829 : cluster 0 pgmap v16301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:26.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:26 smithi194 bash[32038]: cluster 2023-12-08T02:18:25.178650+0000 mgr.a (mgr.14403) 21829 : cluster 0 pgmap v16301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:26.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:26 smithi135 bash[32435]: cluster 2023-12-08T02:18:25.178650+0000 mgr.a (mgr.14403) 21829 : cluster 0 pgmap v16301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:28 smithi079 bash[28699]: cluster 2023-12-08T02:18:27.179273+0000 mgr.a (mgr.14403) 21830 : cluster 0 pgmap v16302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:28.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:28 smithi194 bash[32038]: cluster 2023-12-08T02:18:27.179273+0000 mgr.a (mgr.14403) 21830 : cluster 0 pgmap v16302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:28 smithi135 bash[32435]: cluster 2023-12-08T02:18:27.179273+0000 mgr.a (mgr.14403) 21830 : cluster 0 pgmap v16302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:29.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:18:29.890 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:29.890 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:30 smithi079 bash[28699]: cluster 2023-12-08T02:18:29.180020+0000 mgr.a (mgr.14403) 21831 : cluster 0 pgmap v16303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:30 smithi194 bash[32038]: cluster 2023-12-08T02:18:29.180020+0000 mgr.a (mgr.14403) 21831 : cluster 0 pgmap v16303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:30.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:30 smithi135 bash[32435]: cluster 2023-12-08T02:18:29.180020+0000 mgr.a (mgr.14403) 21831 : cluster 0 pgmap v16303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:30.815 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:18:30.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:30.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:30.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:30.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:18:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:31 smithi079 bash[28699]: audit 2023-12-08T02:18:30.300783+0000 mgr.a (mgr.14403) 21832 : audit 0 from='client.431685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:31 smithi194 bash[32038]: audit 2023-12-08T02:18:30.300783+0000 mgr.a (mgr.14403) 21832 : audit 0 from='client.431685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:31.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:31 smithi135 bash[32435]: audit 2023-12-08T02:18:30.300783+0000 mgr.a (mgr.14403) 21832 : audit 0 from='client.431685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:32 smithi079 bash[28699]: cluster 2023-12-08T02:18:31.180730+0000 mgr.a (mgr.14403) 21833 : cluster 0 pgmap v16304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:32.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:32 smithi194 bash[32038]: cluster 2023-12-08T02:18:31.180730+0000 mgr.a (mgr.14403) 21833 : cluster 0 pgmap v16304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:32 smithi135 bash[32435]: cluster 2023-12-08T02:18:31.180730+0000 mgr.a (mgr.14403) 21833 : cluster 0 pgmap v16304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:34 smithi079 bash[28699]: cluster 2023-12-08T02:18:33.181297+0000 mgr.a (mgr.14403) 21834 : cluster 0 pgmap v16305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:34.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:34 smithi194 bash[32038]: cluster 2023-12-08T02:18:33.181297+0000 mgr.a (mgr.14403) 21834 : cluster 0 pgmap v16305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:34.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:34 smithi135 bash[32435]: cluster 2023-12-08T02:18:33.181297+0000 mgr.a (mgr.14403) 21834 : cluster 0 pgmap v16305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:35 smithi079 bash[28699]: audit 2023-12-08T02:18:34.464496+0000 mon.a (mon.0) 3464 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:18:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:35 smithi194 bash[32038]: audit 2023-12-08T02:18:34.464496+0000 mon.a (mon.0) 3464 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:18:35.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:35 smithi135 bash[32435]: audit 2023-12-08T02:18:34.464496+0000 mon.a (mon.0) 3464 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:18:35.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:18:35.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:35.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:36 smithi079 bash[28699]: cluster 2023-12-08T02:18:35.181929+0000 mgr.a (mgr.14403) 21835 : cluster 0 pgmap v16306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:36 smithi194 bash[32038]: cluster 2023-12-08T02:18:35.181929+0000 mgr.a (mgr.14403) 21835 : cluster 0 pgmap v16306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:36.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:36 smithi135 bash[32435]: cluster 2023-12-08T02:18:35.181929+0000 mgr.a (mgr.14403) 21835 : cluster 0 pgmap v16306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:36.707 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:18:36.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:36.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:36.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:36.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:18:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:37 smithi079 bash[28699]: audit 2023-12-08T02:18:36.221351+0000 mgr.a (mgr.14403) 21836 : audit 0 from='client.431757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:37 smithi194 bash[32038]: audit 2023-12-08T02:18:36.221351+0000 mgr.a (mgr.14403) 21836 : audit 0 from='client.431757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:37.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:37 smithi135 bash[32435]: audit 2023-12-08T02:18:36.221351+0000 mgr.a (mgr.14403) 21836 : audit 0 from='client.431757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:38 smithi079 bash[28699]: cluster 2023-12-08T02:18:37.182576+0000 mgr.a (mgr.14403) 21837 : cluster 0 pgmap v16307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:38.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:38 smithi194 bash[32038]: cluster 2023-12-08T02:18:37.182576+0000 mgr.a (mgr.14403) 21837 : cluster 0 pgmap v16307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:38.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:38 smithi135 bash[32435]: cluster 2023-12-08T02:18:37.182576+0000 mgr.a (mgr.14403) 21837 : cluster 0 pgmap v16307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:40 smithi194 bash[32038]: cluster 2023-12-08T02:18:39.183402+0000 mgr.a (mgr.14403) 21838 : cluster 0 pgmap v16308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:40 smithi079 bash[28699]: cluster 2023-12-08T02:18:39.183402+0000 mgr.a (mgr.14403) 21838 : cluster 0 pgmap v16308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:40.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:40 smithi135 bash[32435]: cluster 2023-12-08T02:18:39.183402+0000 mgr.a (mgr.14403) 21838 : cluster 0 pgmap v16308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:41.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:18:41.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:41.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:42 smithi194 bash[32038]: cluster 2023-12-08T02:18:41.183907+0000 mgr.a (mgr.14403) 21839 : cluster 0 pgmap v16309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:42.634 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:18:42.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:42.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:42.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:42.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:18:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:42 smithi079 bash[28699]: cluster 2023-12-08T02:18:41.183907+0000 mgr.a (mgr.14403) 21839 : cluster 0 pgmap v16309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:42 smithi135 bash[32435]: cluster 2023-12-08T02:18:41.183907+0000 mgr.a (mgr.14403) 21839 : cluster 0 pgmap v16309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:43.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:43 smithi079 bash[28699]: audit 2023-12-08T02:18:42.124107+0000 mgr.a (mgr.14403) 21840 : audit 0 from='client.431835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:43 smithi194 bash[32038]: audit 2023-12-08T02:18:42.124107+0000 mgr.a (mgr.14403) 21840 : audit 0 from='client.431835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:43.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:43 smithi135 bash[32435]: audit 2023-12-08T02:18:42.124107+0000 mgr.a (mgr.14403) 21840 : audit 0 from='client.431835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:44.566 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:44 smithi194 bash[32038]: cluster 2023-12-08T02:18:43.184557+0000 mgr.a (mgr.14403) 21841 : cluster 0 pgmap v16310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:44 smithi079 bash[28699]: cluster 2023-12-08T02:18:43.184557+0000 mgr.a (mgr.14403) 21841 : cluster 0 pgmap v16310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:44 smithi135 bash[32435]: cluster 2023-12-08T02:18:43.184557+0000 mgr.a (mgr.14403) 21841 : cluster 0 pgmap v16310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:46 smithi194 bash[32038]: audit 2023-12-08T02:18:45.179806+0000 mon.a (mon.0) 3465 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:18:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:46 smithi194 bash[32038]: cluster 2023-12-08T02:18:45.185197+0000 mgr.a (mgr.14403) 21842 : cluster 0 pgmap v16311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:46 smithi194 bash[32038]: audit 2023-12-08T02:18:45.185921+0000 mon.a (mon.0) 3466 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:18:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:46 smithi194 bash[32038]: audit 2023-12-08T02:18:45.187407+0000 mon.a (mon.0) 3467 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:18:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:46 smithi194 bash[32038]: audit 2023-12-08T02:18:45.188969+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:18:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:46 smithi194 bash[32038]: audit 2023-12-08T02:18:45.196370+0000 mon.a (mon.0) 3469 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:18:46.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:46 smithi135 bash[32435]: audit 2023-12-08T02:18:45.179806+0000 mon.a (mon.0) 3465 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:18:46.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:46 smithi135 bash[32435]: cluster 2023-12-08T02:18:45.185197+0000 mgr.a (mgr.14403) 21842 : cluster 0 pgmap v16311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:46 smithi135 bash[32435]: audit 2023-12-08T02:18:45.185921+0000 mon.a (mon.0) 3466 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:18:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:46 smithi135 bash[32435]: audit 2023-12-08T02:18:45.187407+0000 mon.a (mon.0) 3467 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:18:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:46 smithi135 bash[32435]: audit 2023-12-08T02:18:45.188969+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:18:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:46 smithi135 bash[32435]: audit 2023-12-08T02:18:45.196370+0000 mon.a (mon.0) 3469 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:18:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:46 smithi079 bash[28699]: audit 2023-12-08T02:18:45.179806+0000 mon.a (mon.0) 3465 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:18:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:46 smithi079 bash[28699]: cluster 2023-12-08T02:18:45.185197+0000 mgr.a (mgr.14403) 21842 : cluster 0 pgmap v16311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:18:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:46 smithi079 bash[28699]: audit 2023-12-08T02:18:45.185921+0000 mon.a (mon.0) 3466 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:18:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:46 smithi079 bash[28699]: audit 2023-12-08T02:18:45.187407+0000 mon.a (mon.0) 3467 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:18:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:46 smithi079 bash[28699]: audit 2023-12-08T02:18:45.188969+0000 mon.a (mon.0) 3468 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:18:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:46 smithi079 bash[28699]: audit 2023-12-08T02:18:45.196370+0000 mon.a (mon.0) 3469 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:18:47.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:18:47.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:47.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:48.553 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:18:48.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:48.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:48.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:48.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:18:48.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:48 smithi079 bash[28699]: cluster 2023-12-08T02:18:47.185720+0000 mgr.a (mgr.14403) 21843 : cluster 0 pgmap v16312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:48 smithi194 bash[32038]: cluster 2023-12-08T02:18:47.185720+0000 mgr.a (mgr.14403) 21843 : cluster 0 pgmap v16312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:48 smithi135 bash[32435]: cluster 2023-12-08T02:18:47.185720+0000 mgr.a (mgr.14403) 21843 : cluster 0 pgmap v16312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:49.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:49 smithi079 bash[28699]: audit 2023-12-08T02:18:48.043841+0000 mgr.a (mgr.14403) 21844 : audit 0 from='client.431907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:49 smithi194 bash[32038]: audit 2023-12-08T02:18:48.043841+0000 mgr.a (mgr.14403) 21844 : audit 0 from='client.431907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:49.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:49 smithi135 bash[32435]: audit 2023-12-08T02:18:48.043841+0000 mgr.a (mgr.14403) 21844 : audit 0 from='client.431907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:50 smithi079 bash[28699]: cluster 2023-12-08T02:18:49.186650+0000 mgr.a (mgr.14403) 21845 : cluster 0 pgmap v16313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:18:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:50 smithi194 bash[32038]: cluster 2023-12-08T02:18:49.186650+0000 mgr.a (mgr.14403) 21845 : cluster 0 pgmap v16313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:18:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:50 smithi135 bash[32435]: cluster 2023-12-08T02:18:49.186650+0000 mgr.a (mgr.14403) 21845 : cluster 0 pgmap v16313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:18:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:52 smithi079 bash[28699]: cluster 2023-12-08T02:18:51.187250+0000 mgr.a (mgr.14403) 21846 : cluster 0 pgmap v16314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:18:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:52 smithi194 bash[32038]: cluster 2023-12-08T02:18:51.187250+0000 mgr.a (mgr.14403) 21846 : cluster 0 pgmap v16314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:18:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:52 smithi135 bash[32435]: cluster 2023-12-08T02:18:51.187250+0000 mgr.a (mgr.14403) 21846 : cluster 0 pgmap v16314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:18:53.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:18:53.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:53.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:18:54.439 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:18:54.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:18:54.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:18:54.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:18:54.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:18:54.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:54 smithi079 bash[28699]: cluster 2023-12-08T02:18:53.187792+0000 mgr.a (mgr.14403) 21847 : cluster 0 pgmap v16315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:18:54.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:54 smithi194 bash[32038]: cluster 2023-12-08T02:18:53.187792+0000 mgr.a (mgr.14403) 21847 : cluster 0 pgmap v16315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:18:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:54 smithi135 bash[32435]: cluster 2023-12-08T02:18:53.187792+0000 mgr.a (mgr.14403) 21847 : cluster 0 pgmap v16315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:18:55.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:55 smithi079 bash[28699]: audit 2023-12-08T02:18:53.953756+0000 mgr.a (mgr.14403) 21848 : audit 0 from='client.431982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:55 smithi194 bash[32038]: audit 2023-12-08T02:18:53.953756+0000 mgr.a (mgr.14403) 21848 : audit 0 from='client.431982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:55.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:55 smithi135 bash[32435]: audit 2023-12-08T02:18:53.953756+0000 mgr.a (mgr.14403) 21848 : audit 0 from='client.431982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:18:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:56 smithi079 bash[28699]: cluster 2023-12-08T02:18:55.188694+0000 mgr.a (mgr.14403) 21849 : cluster 0 pgmap v16316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:56.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:56 smithi194 bash[32038]: cluster 2023-12-08T02:18:55.188694+0000 mgr.a (mgr.14403) 21849 : cluster 0 pgmap v16316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:56.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:56 smithi135 bash[32435]: cluster 2023-12-08T02:18:55.188694+0000 mgr.a (mgr.14403) 21849 : cluster 0 pgmap v16316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:18:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:18:58 smithi079 bash[28699]: cluster 2023-12-08T02:18:57.189249+0000 mgr.a (mgr.14403) 21850 : cluster 0 pgmap v16317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:58.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:18:58 smithi194 bash[32038]: cluster 2023-12-08T02:18:57.189249+0000 mgr.a (mgr.14403) 21850 : cluster 0 pgmap v16317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:58.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:18:58 smithi135 bash[32435]: cluster 2023-12-08T02:18:57.189249+0000 mgr.a (mgr.14403) 21850 : cluster 0 pgmap v16317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:18:59.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:18:59.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:18:59.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:00.358 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:19:00.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:00.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:00.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:00.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:19:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:00 smithi079 bash[28699]: cluster 2023-12-08T02:18:59.190001+0000 mgr.a (mgr.14403) 21851 : cluster 0 pgmap v16318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:00 smithi194 bash[32038]: cluster 2023-12-08T02:18:59.190001+0000 mgr.a (mgr.14403) 21851 : cluster 0 pgmap v16318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:00.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:00 smithi135 bash[32435]: cluster 2023-12-08T02:18:59.190001+0000 mgr.a (mgr.14403) 21851 : cluster 0 pgmap v16318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:01.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:01 smithi079 bash[28699]: audit 2023-12-08T02:18:59.845744+0000 mgr.a (mgr.14403) 21852 : audit 0 from='client.432060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:01 smithi194 bash[32038]: audit 2023-12-08T02:18:59.845744+0000 mgr.a (mgr.14403) 21852 : audit 0 from='client.432060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:01.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:01 smithi135 bash[32435]: audit 2023-12-08T02:18:59.845744+0000 mgr.a (mgr.14403) 21852 : audit 0 from='client.432060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:02 smithi079 bash[28699]: cluster 2023-12-08T02:19:01.190672+0000 mgr.a (mgr.14403) 21853 : cluster 0 pgmap v16319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:19:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:02 smithi194 bash[32038]: cluster 2023-12-08T02:19:01.190672+0000 mgr.a (mgr.14403) 21853 : cluster 0 pgmap v16319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:19:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:02 smithi135 bash[32435]: cluster 2023-12-08T02:19:01.190672+0000 mgr.a (mgr.14403) 21853 : cluster 0 pgmap v16319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:19:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:04 smithi079 bash[28699]: cluster 2023-12-08T02:19:03.191266+0000 mgr.a (mgr.14403) 21854 : cluster 0 pgmap v16320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:19:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:04 smithi194 bash[32038]: cluster 2023-12-08T02:19:03.191266+0000 mgr.a (mgr.14403) 21854 : cluster 0 pgmap v16320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:19:04.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:04 smithi135 bash[32435]: cluster 2023-12-08T02:19:03.191266+0000 mgr.a (mgr.14403) 21854 : cluster 0 pgmap v16320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:19:05.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:19:05.362 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:05.363 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:05 smithi079 bash[28699]: cluster 2023-12-08T02:19:05.192083+0000 mgr.a (mgr.14403) 21855 : cluster 0 pgmap v16321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:19:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:05 smithi194 bash[32038]: cluster 2023-12-08T02:19:05.192083+0000 mgr.a (mgr.14403) 21855 : cluster 0 pgmap v16321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:19:05.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:05 smithi135 bash[32435]: cluster 2023-12-08T02:19:05.192083+0000 mgr.a (mgr.14403) 21855 : cluster 0 pgmap v16321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:19:06.266 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:19:06.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:06.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:06.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:06.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:19:06.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:06 smithi079 bash[28699]: audit 2023-12-08T02:19:05.769306+0000 mgr.a (mgr.14403) 21856 : audit 0 from='client.432138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:06.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:06 smithi194 bash[32038]: audit 2023-12-08T02:19:05.769306+0000 mgr.a (mgr.14403) 21856 : audit 0 from='client.432138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:06.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:06 smithi135 bash[32435]: audit 2023-12-08T02:19:05.769306+0000 mgr.a (mgr.14403) 21856 : audit 0 from='client.432138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:07.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:07 smithi079 bash[28699]: cluster 2023-12-08T02:19:07.192737+0000 mgr.a (mgr.14403) 21857 : cluster 0 pgmap v16322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:07.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:07 smithi194 bash[32038]: cluster 2023-12-08T02:19:07.192737+0000 mgr.a (mgr.14403) 21857 : cluster 0 pgmap v16322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:07.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:07 smithi135 bash[32435]: cluster 2023-12-08T02:19:07.192737+0000 mgr.a (mgr.14403) 21857 : cluster 0 pgmap v16322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:10 smithi079 bash[28699]: cluster 2023-12-08T02:19:09.193515+0000 mgr.a (mgr.14403) 21858 : cluster 0 pgmap v16323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:10.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:10 smithi194 bash[32038]: cluster 2023-12-08T02:19:09.193515+0000 mgr.a (mgr.14403) 21858 : cluster 0 pgmap v16323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:10.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:10 smithi135 bash[32435]: cluster 2023-12-08T02:19:09.193515+0000 mgr.a (mgr.14403) 21858 : cluster 0 pgmap v16323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:11.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:19:11.269 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:11.270 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:12.171 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:19:12.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:12.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:12.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:12.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:19:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:12 smithi079 bash[28699]: cluster 2023-12-08T02:19:11.194100+0000 mgr.a (mgr.14403) 21859 : cluster 0 pgmap v16324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:12 smithi194 bash[32038]: cluster 2023-12-08T02:19:11.194100+0000 mgr.a (mgr.14403) 21859 : cluster 0 pgmap v16324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:12 smithi135 bash[32435]: cluster 2023-12-08T02:19:11.194100+0000 mgr.a (mgr.14403) 21859 : cluster 0 pgmap v16324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:13.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:13 smithi079 bash[28699]: audit 2023-12-08T02:19:11.673610+0000 mgr.a (mgr.14403) 21860 : audit 0 from='client.432216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:13.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:13 smithi194 bash[32038]: audit 2023-12-08T02:19:11.673610+0000 mgr.a (mgr.14403) 21860 : audit 0 from='client.432216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:13.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:13 smithi135 bash[32435]: audit 2023-12-08T02:19:11.673610+0000 mgr.a (mgr.14403) 21860 : audit 0 from='client.432216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:14 smithi079 bash[28699]: cluster 2023-12-08T02:19:13.194818+0000 mgr.a (mgr.14403) 21861 : cluster 0 pgmap v16325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:14 smithi194 bash[32038]: cluster 2023-12-08T02:19:13.194818+0000 mgr.a (mgr.14403) 21861 : cluster 0 pgmap v16325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:14 smithi135 bash[32435]: cluster 2023-12-08T02:19:13.194818+0000 mgr.a (mgr.14403) 21861 : cluster 0 pgmap v16325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:15 smithi079 bash[28699]: cluster 2023-12-08T02:19:15.195720+0000 mgr.a (mgr.14403) 21862 : cluster 0 pgmap v16326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:15 smithi194 bash[32038]: cluster 2023-12-08T02:19:15.195720+0000 mgr.a (mgr.14403) 21862 : cluster 0 pgmap v16326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:15.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:15 smithi135 bash[32435]: cluster 2023-12-08T02:19:15.195720+0000 mgr.a (mgr.14403) 21862 : cluster 0 pgmap v16326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:17.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:19:17.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:17.176 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:18.092 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:19:18.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:18.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:18.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:18.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:19:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:18 smithi079 bash[28699]: cluster 2023-12-08T02:19:17.196196+0000 mgr.a (mgr.14403) 21863 : cluster 0 pgmap v16327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:18 smithi194 bash[32038]: cluster 2023-12-08T02:19:17.196196+0000 mgr.a (mgr.14403) 21863 : cluster 0 pgmap v16327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:18.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:18 smithi135 bash[32435]: cluster 2023-12-08T02:19:17.196196+0000 mgr.a (mgr.14403) 21863 : cluster 0 pgmap v16327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:19 smithi079 bash[28699]: audit 2023-12-08T02:19:17.588421+0000 mgr.a (mgr.14403) 21864 : audit 0 from='client.432291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:19 smithi194 bash[32038]: audit 2023-12-08T02:19:17.588421+0000 mgr.a (mgr.14403) 21864 : audit 0 from='client.432291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:19.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:19 smithi135 bash[32435]: audit 2023-12-08T02:19:17.588421+0000 mgr.a (mgr.14403) 21864 : audit 0 from='client.432291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:20 smithi079 bash[28699]: cluster 2023-12-08T02:19:19.197039+0000 mgr.a (mgr.14403) 21865 : cluster 0 pgmap v16328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:20 smithi194 bash[32038]: cluster 2023-12-08T02:19:19.197039+0000 mgr.a (mgr.14403) 21865 : cluster 0 pgmap v16328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:20.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:20 smithi135 bash[32435]: cluster 2023-12-08T02:19:19.197039+0000 mgr.a (mgr.14403) 21865 : cluster 0 pgmap v16328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:22 smithi079 bash[28699]: cluster 2023-12-08T02:19:21.197583+0000 mgr.a (mgr.14403) 21866 : cluster 0 pgmap v16329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:22.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:22 smithi194 bash[32038]: cluster 2023-12-08T02:19:21.197583+0000 mgr.a (mgr.14403) 21866 : cluster 0 pgmap v16329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:22 smithi135 bash[32435]: cluster 2023-12-08T02:19:21.197583+0000 mgr.a (mgr.14403) 21866 : cluster 0 pgmap v16329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:23.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:19:23.096 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:23.096 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:24.010 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:19:24.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:24.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:24.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:24.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:19:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:24 smithi079 bash[28699]: cluster 2023-12-08T02:19:23.198123+0000 mgr.a (mgr.14403) 21867 : cluster 0 pgmap v16330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:24 smithi194 bash[32038]: cluster 2023-12-08T02:19:23.198123+0000 mgr.a (mgr.14403) 21867 : cluster 0 pgmap v16330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:24.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:24 smithi135 bash[32435]: cluster 2023-12-08T02:19:23.198123+0000 mgr.a (mgr.14403) 21867 : cluster 0 pgmap v16330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:25 smithi079 bash[28699]: audit 2023-12-08T02:19:23.505483+0000 mgr.a (mgr.14403) 21868 : audit 0 from='client.432363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:25 smithi194 bash[32038]: audit 2023-12-08T02:19:23.505483+0000 mgr.a (mgr.14403) 21868 : audit 0 from='client.432363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:25.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:25 smithi135 bash[32435]: audit 2023-12-08T02:19:23.505483+0000 mgr.a (mgr.14403) 21868 : audit 0 from='client.432363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:26 smithi079 bash[28699]: cluster 2023-12-08T02:19:25.199168+0000 mgr.a (mgr.14403) 21869 : cluster 0 pgmap v16331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:26.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:26 smithi194 bash[32038]: cluster 2023-12-08T02:19:25.199168+0000 mgr.a (mgr.14403) 21869 : cluster 0 pgmap v16331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:26.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:26 smithi135 bash[32435]: cluster 2023-12-08T02:19:25.199168+0000 mgr.a (mgr.14403) 21869 : cluster 0 pgmap v16331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:28 smithi079 bash[28699]: cluster 2023-12-08T02:19:27.199786+0000 mgr.a (mgr.14403) 21870 : cluster 0 pgmap v16332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:28.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:28 smithi194 bash[32038]: cluster 2023-12-08T02:19:27.199786+0000 mgr.a (mgr.14403) 21870 : cluster 0 pgmap v16332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:28 smithi135 bash[32435]: cluster 2023-12-08T02:19:27.199786+0000 mgr.a (mgr.14403) 21870 : cluster 0 pgmap v16332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:29.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:19:29.013 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:29.013 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:29.901 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:19:29.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:29.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:29.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:29.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:19:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:30 smithi079 bash[28699]: cluster 2023-12-08T02:19:29.200309+0000 mgr.a (mgr.14403) 21871 : cluster 0 pgmap v16333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:30 smithi079 bash[28699]: audit 2023-12-08T02:19:29.419227+0000 mgr.a (mgr.14403) 21872 : audit 0 from='client.432441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:30 smithi194 bash[32038]: cluster 2023-12-08T02:19:29.200309+0000 mgr.a (mgr.14403) 21871 : cluster 0 pgmap v16333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:30 smithi194 bash[32038]: audit 2023-12-08T02:19:29.419227+0000 mgr.a (mgr.14403) 21872 : audit 0 from='client.432441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:30.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:30 smithi135 bash[32435]: cluster 2023-12-08T02:19:29.200309+0000 mgr.a (mgr.14403) 21871 : cluster 0 pgmap v16333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:30.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:30 smithi135 bash[32435]: audit 2023-12-08T02:19:29.419227+0000 mgr.a (mgr.14403) 21872 : audit 0 from='client.432441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:32 smithi079 bash[28699]: cluster 2023-12-08T02:19:31.201038+0000 mgr.a (mgr.14403) 21873 : cluster 0 pgmap v16334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:32.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:32 smithi194 bash[32038]: cluster 2023-12-08T02:19:31.201038+0000 mgr.a (mgr.14403) 21873 : cluster 0 pgmap v16334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:32 smithi135 bash[32435]: cluster 2023-12-08T02:19:31.201038+0000 mgr.a (mgr.14403) 21873 : cluster 0 pgmap v16334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:34 smithi079 bash[28699]: cluster 2023-12-08T02:19:33.201733+0000 mgr.a (mgr.14403) 21874 : cluster 0 pgmap v16335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:34.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:34 smithi194 bash[32038]: cluster 2023-12-08T02:19:33.201733+0000 mgr.a (mgr.14403) 21874 : cluster 0 pgmap v16335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:34.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:34 smithi135 bash[32435]: cluster 2023-12-08T02:19:33.201733+0000 mgr.a (mgr.14403) 21874 : cluster 0 pgmap v16335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:19:34.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:19:34.904 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:34.904 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:35.823 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:19:35.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:35.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:35.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:35.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:19:35.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:35 smithi079 bash[28699]: cluster 2023-12-08T02:19:35.202673+0000 mgr.a (mgr.14403) 21875 : cluster 0 pgmap v16336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:35.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:35 smithi079 bash[28699]: audit 2023-12-08T02:19:35.314327+0000 mgr.a (mgr.14403) 21876 : audit 0 from='client.432519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:35 smithi194 bash[32038]: cluster 2023-12-08T02:19:35.202673+0000 mgr.a (mgr.14403) 21875 : cluster 0 pgmap v16336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:35 smithi194 bash[32038]: audit 2023-12-08T02:19:35.314327+0000 mgr.a (mgr.14403) 21876 : audit 0 from='client.432519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:35 smithi135 bash[32435]: cluster 2023-12-08T02:19:35.202673+0000 mgr.a (mgr.14403) 21875 : cluster 0 pgmap v16336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:35 smithi135 bash[32435]: audit 2023-12-08T02:19:35.314327+0000 mgr.a (mgr.14403) 21876 : audit 0 from='client.432519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:38 smithi079 bash[28699]: cluster 2023-12-08T02:19:37.203594+0000 mgr.a (mgr.14403) 21877 : cluster 0 pgmap v16337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:38.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:38 smithi194 bash[32038]: cluster 2023-12-08T02:19:37.203594+0000 mgr.a (mgr.14403) 21877 : cluster 0 pgmap v16337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:38.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:38 smithi135 bash[32435]: cluster 2023-12-08T02:19:37.203594+0000 mgr.a (mgr.14403) 21877 : cluster 0 pgmap v16337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:40 smithi079 bash[28699]: cluster 2023-12-08T02:19:39.204526+0000 mgr.a (mgr.14403) 21878 : cluster 0 pgmap v16338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:40.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:40 smithi194 bash[32038]: cluster 2023-12-08T02:19:39.204526+0000 mgr.a (mgr.14403) 21878 : cluster 0 pgmap v16338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:40.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:40 smithi135 bash[32435]: cluster 2023-12-08T02:19:39.204526+0000 mgr.a (mgr.14403) 21878 : cluster 0 pgmap v16338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:40.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:19:40.827 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:40.827 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:41.732 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:19:41.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:41.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:41.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:41.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:19:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:42 smithi079 bash[28699]: cluster 2023-12-08T02:19:41.205253+0000 mgr.a (mgr.14403) 21879 : cluster 0 pgmap v16339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:42 smithi079 bash[28699]: audit 2023-12-08T02:19:41.230913+0000 mgr.a (mgr.14403) 21880 : audit 0 from='client.432597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:42 smithi194 bash[32038]: cluster 2023-12-08T02:19:41.205253+0000 mgr.a (mgr.14403) 21879 : cluster 0 pgmap v16339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:42 smithi194 bash[32038]: audit 2023-12-08T02:19:41.230913+0000 mgr.a (mgr.14403) 21880 : audit 0 from='client.432597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:42 smithi135 bash[32435]: cluster 2023-12-08T02:19:41.205253+0000 mgr.a (mgr.14403) 21879 : cluster 0 pgmap v16339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:42 smithi135 bash[32435]: audit 2023-12-08T02:19:41.230913+0000 mgr.a (mgr.14403) 21880 : audit 0 from='client.432597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:44 smithi079 bash[28699]: cluster 2023-12-08T02:19:43.206035+0000 mgr.a (mgr.14403) 21881 : cluster 0 pgmap v16340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:44.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:44 smithi194 bash[32038]: cluster 2023-12-08T02:19:43.206035+0000 mgr.a (mgr.14403) 21881 : cluster 0 pgmap v16340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:44 smithi135 bash[32435]: cluster 2023-12-08T02:19:43.206035+0000 mgr.a (mgr.14403) 21881 : cluster 0 pgmap v16340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:45 smithi079 bash[28699]: cluster 2023-12-08T02:19:45.206894+0000 mgr.a (mgr.14403) 21882 : cluster 0 pgmap v16341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:45 smithi079 bash[28699]: audit 2023-12-08T02:19:45.298414+0000 mon.a (mon.0) 3470 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:19:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:45 smithi194 bash[32038]: cluster 2023-12-08T02:19:45.206894+0000 mgr.a (mgr.14403) 21882 : cluster 0 pgmap v16341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:45 smithi194 bash[32038]: audit 2023-12-08T02:19:45.298414+0000 mon.a (mon.0) 3470 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:19:45.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:45 smithi135 bash[32435]: cluster 2023-12-08T02:19:45.206894+0000 mgr.a (mgr.14403) 21882 : cluster 0 pgmap v16341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:45.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:45 smithi135 bash[32435]: audit 2023-12-08T02:19:45.298414+0000 mon.a (mon.0) 3470 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:19:46.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:19:46.736 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:46.736 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:47.656 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:19:47.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:47.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:47.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:47.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:19:47.936 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:47 smithi079 bash[28699]: audit 2023-12-08T02:19:46.559460+0000 mon.a (mon.0) 3471 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.936 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:47 smithi079 bash[28699]: audit 2023-12-08T02:19:46.564535+0000 mon.a (mon.0) 3472 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.936 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:47 smithi079 bash[28699]: audit 2023-12-08T02:19:46.567405+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.936 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:47 smithi079 bash[28699]: audit 2023-12-08T02:19:46.571018+0000 mon.a (mon.0) 3474 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.936 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:47 smithi079 bash[28699]: audit 2023-12-08T02:19:46.574302+0000 mon.a (mon.0) 3475 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.936 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:47 smithi079 bash[28699]: audit 2023-12-08T02:19:46.577438+0000 mon.a (mon.0) 3476 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.936 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:47 smithi079 bash[28699]: audit 2023-12-08T02:19:46.578500+0000 mon.a (mon.0) 3477 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:19:47.936 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:47 smithi079 bash[28699]: audit 2023-12-08T02:19:46.579588+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:19:47.936 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:47 smithi079 bash[28699]: audit 2023-12-08T02:19:46.585562+0000 mon.a (mon.0) 3479 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.936 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:47 smithi079 bash[28699]: audit 2023-12-08T02:19:47.142762+0000 mgr.a (mgr.14403) 21883 : audit 0 from='client.432675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:47.937 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:47 smithi079 bash[28699]: cluster 2023-12-08T02:19:47.207515+0000 mgr.a (mgr.14403) 21884 : cluster 0 pgmap v16342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:47 smithi194 bash[32038]: audit 2023-12-08T02:19:46.559460+0000 mon.a (mon.0) 3471 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:47 smithi194 bash[32038]: audit 2023-12-08T02:19:46.564535+0000 mon.a (mon.0) 3472 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:47 smithi194 bash[32038]: audit 2023-12-08T02:19:46.567405+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:47 smithi194 bash[32038]: audit 2023-12-08T02:19:46.571018+0000 mon.a (mon.0) 3474 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:47 smithi194 bash[32038]: audit 2023-12-08T02:19:46.574302+0000 mon.a (mon.0) 3475 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:47 smithi194 bash[32038]: audit 2023-12-08T02:19:46.577438+0000 mon.a (mon.0) 3476 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:47 smithi194 bash[32038]: audit 2023-12-08T02:19:46.578500+0000 mon.a (mon.0) 3477 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:19:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:47 smithi194 bash[32038]: audit 2023-12-08T02:19:46.579588+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:19:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:47 smithi194 bash[32038]: audit 2023-12-08T02:19:46.585562+0000 mon.a (mon.0) 3479 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:47 smithi194 bash[32038]: audit 2023-12-08T02:19:47.142762+0000 mgr.a (mgr.14403) 21883 : audit 0 from='client.432675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:47 smithi194 bash[32038]: cluster 2023-12-08T02:19:47.207515+0000 mgr.a (mgr.14403) 21884 : cluster 0 pgmap v16342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:47.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:47 smithi135 bash[32435]: audit 2023-12-08T02:19:46.559460+0000 mon.a (mon.0) 3471 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:47 smithi135 bash[32435]: audit 2023-12-08T02:19:46.564535+0000 mon.a (mon.0) 3472 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:47 smithi135 bash[32435]: audit 2023-12-08T02:19:46.567405+0000 mon.a (mon.0) 3473 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:47 smithi135 bash[32435]: audit 2023-12-08T02:19:46.571018+0000 mon.a (mon.0) 3474 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:47 smithi135 bash[32435]: audit 2023-12-08T02:19:46.574302+0000 mon.a (mon.0) 3475 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:47 smithi135 bash[32435]: audit 2023-12-08T02:19:46.577438+0000 mon.a (mon.0) 3476 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:47 smithi135 bash[32435]: audit 2023-12-08T02:19:46.578500+0000 mon.a (mon.0) 3477 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:19:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:47 smithi135 bash[32435]: audit 2023-12-08T02:19:46.579588+0000 mon.a (mon.0) 3478 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:19:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:47 smithi135 bash[32435]: audit 2023-12-08T02:19:46.585562+0000 mon.a (mon.0) 3479 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:19:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:47 smithi135 bash[32435]: audit 2023-12-08T02:19:47.142762+0000 mgr.a (mgr.14403) 21883 : audit 0 from='client.432675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:47 smithi135 bash[32435]: cluster 2023-12-08T02:19:47.207515+0000 mgr.a (mgr.14403) 21884 : cluster 0 pgmap v16342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:50 smithi079 bash[28699]: cluster 2023-12-08T02:19:49.208456+0000 mgr.a (mgr.14403) 21885 : cluster 0 pgmap v16343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:50 smithi194 bash[32038]: cluster 2023-12-08T02:19:49.208456+0000 mgr.a (mgr.14403) 21885 : cluster 0 pgmap v16343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:50 smithi135 bash[32435]: cluster 2023-12-08T02:19:49.208456+0000 mgr.a (mgr.14403) 21885 : cluster 0 pgmap v16343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:19:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:52 smithi079 bash[28699]: cluster 2023-12-08T02:19:51.209078+0000 mgr.a (mgr.14403) 21886 : cluster 0 pgmap v16344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:52.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:19:52.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:52.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:52 smithi194 bash[32038]: cluster 2023-12-08T02:19:51.209078+0000 mgr.a (mgr.14403) 21886 : cluster 0 pgmap v16344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:52 smithi135 bash[32435]: cluster 2023-12-08T02:19:51.209078+0000 mgr.a (mgr.14403) 21886 : cluster 0 pgmap v16344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:53.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:53.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:53.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:53.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:19:53.588 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:19:54.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:54 smithi079 bash[28699]: audit 2023-12-08T02:19:53.071870+0000 mgr.a (mgr.14403) 21887 : audit 0 from='client.432750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:54.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:54 smithi079 bash[28699]: cluster 2023-12-08T02:19:53.220673+0000 mgr.a (mgr.14403) 21888 : cluster 0 pgmap v16345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:54.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:54 smithi194 bash[32038]: audit 2023-12-08T02:19:53.071870+0000 mgr.a (mgr.14403) 21887 : audit 0 from='client.432750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:54.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:54 smithi194 bash[32038]: cluster 2023-12-08T02:19:53.220673+0000 mgr.a (mgr.14403) 21888 : cluster 0 pgmap v16345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:54 smithi135 bash[32435]: audit 2023-12-08T02:19:53.071870+0000 mgr.a (mgr.14403) 21887 : audit 0 from='client.432750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:19:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:54 smithi135 bash[32435]: cluster 2023-12-08T02:19:53.220673+0000 mgr.a (mgr.14403) 21888 : cluster 0 pgmap v16345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:19:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:55 smithi079 bash[28699]: cluster 2023-12-08T02:19:55.221800+0000 mgr.a (mgr.14403) 21889 : cluster 0 pgmap v16346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:19:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:55 smithi194 bash[32038]: cluster 2023-12-08T02:19:55.221800+0000 mgr.a (mgr.14403) 21889 : cluster 0 pgmap v16346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:19:55.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:55 smithi135 bash[32435]: cluster 2023-12-08T02:19:55.221800+0000 mgr.a (mgr.14403) 21889 : cluster 0 pgmap v16346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:19:58.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:19:58.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:19:58.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:19:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:19:58 smithi079 bash[28699]: cluster 2023-12-08T02:19:57.222314+0000 mgr.a (mgr.14403) 21890 : cluster 0 pgmap v16347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:19:58.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:19:58 smithi194 bash[32038]: cluster 2023-12-08T02:19:57.222314+0000 mgr.a (mgr.14403) 21890 : cluster 0 pgmap v16347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:19:58.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:19:58 smithi135 bash[32435]: cluster 2023-12-08T02:19:57.222314+0000 mgr.a (mgr.14403) 21890 : cluster 0 pgmap v16347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:19:59.523 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:19:59.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:19:59.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:19:59.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:19:59.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:20:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:00 smithi079 bash[28699]: audit 2023-12-08T02:19:59.011935+0000 mgr.a (mgr.14403) 21891 : audit 0 from='client.432828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:00 smithi079 bash[28699]: cluster 2023-12-08T02:19:59.223378+0000 mgr.a (mgr.14403) 21892 : cluster 0 pgmap v16348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:00 smithi079 bash[28699]: cluster 2023-12-08T02:20:00.000151+0000 mon.a (mon.0) 3480 : cluster 1 overall HEALTH_OK 2023-12-08T02:20:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:00 smithi194 bash[32038]: audit 2023-12-08T02:19:59.011935+0000 mgr.a (mgr.14403) 21891 : audit 0 from='client.432828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:00 smithi194 bash[32038]: cluster 2023-12-08T02:19:59.223378+0000 mgr.a (mgr.14403) 21892 : cluster 0 pgmap v16348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:00 smithi194 bash[32038]: cluster 2023-12-08T02:20:00.000151+0000 mon.a (mon.0) 3480 : cluster 1 overall HEALTH_OK 2023-12-08T02:20:00.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:00 smithi135 bash[32435]: audit 2023-12-08T02:19:59.011935+0000 mgr.a (mgr.14403) 21891 : audit 0 from='client.432828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:00.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:00 smithi135 bash[32435]: cluster 2023-12-08T02:19:59.223378+0000 mgr.a (mgr.14403) 21892 : cluster 0 pgmap v16348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:00.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:00 smithi135 bash[32435]: cluster 2023-12-08T02:20:00.000151+0000 mon.a (mon.0) 3480 : cluster 1 overall HEALTH_OK 2023-12-08T02:20:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:02 smithi079 bash[28699]: cluster 2023-12-08T02:20:01.224050+0000 mgr.a (mgr.14403) 21893 : cluster 0 pgmap v16349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:20:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:02 smithi194 bash[32038]: cluster 2023-12-08T02:20:01.224050+0000 mgr.a (mgr.14403) 21893 : cluster 0 pgmap v16349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:20:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:02 smithi135 bash[32435]: cluster 2023-12-08T02:20:01.224050+0000 mgr.a (mgr.14403) 21893 : cluster 0 pgmap v16349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:20:04.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:20:04.527 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:04.528 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:04 smithi079 bash[28699]: cluster 2023-12-08T02:20:03.224650+0000 mgr.a (mgr.14403) 21894 : cluster 0 pgmap v16350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:20:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:04 smithi194 bash[32038]: cluster 2023-12-08T02:20:03.224650+0000 mgr.a (mgr.14403) 21894 : cluster 0 pgmap v16350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:20:04.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:04 smithi135 bash[32435]: cluster 2023-12-08T02:20:03.224650+0000 mgr.a (mgr.14403) 21894 : cluster 0 pgmap v16350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:20:05.439 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:20:05.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:05.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:05.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:05.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:20:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:05 smithi079 bash[28699]: audit 2023-12-08T02:20:04.935432+0000 mgr.a (mgr.14403) 21895 : audit 0 from='client.432900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:05 smithi079 bash[28699]: cluster 2023-12-08T02:20:05.225787+0000 mgr.a (mgr.14403) 21896 : cluster 0 pgmap v16351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:05 smithi194 bash[32038]: audit 2023-12-08T02:20:04.935432+0000 mgr.a (mgr.14403) 21895 : audit 0 from='client.432900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:05 smithi194 bash[32038]: cluster 2023-12-08T02:20:05.225787+0000 mgr.a (mgr.14403) 21896 : cluster 0 pgmap v16351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:05.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:05 smithi135 bash[32435]: audit 2023-12-08T02:20:04.935432+0000 mgr.a (mgr.14403) 21895 : audit 0 from='client.432900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:05.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:05 smithi135 bash[32435]: cluster 2023-12-08T02:20:05.225787+0000 mgr.a (mgr.14403) 21896 : cluster 0 pgmap v16351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:08 smithi079 bash[28699]: cluster 2023-12-08T02:20:07.226622+0000 mgr.a (mgr.14403) 21897 : cluster 0 pgmap v16352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:20:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:08 smithi194 bash[32038]: cluster 2023-12-08T02:20:07.226622+0000 mgr.a (mgr.14403) 21897 : cluster 0 pgmap v16352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:20:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:08 smithi135 bash[32435]: cluster 2023-12-08T02:20:07.226622+0000 mgr.a (mgr.14403) 21897 : cluster 0 pgmap v16352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:20:10.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:20:10.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:10.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:10 smithi079 bash[28699]: cluster 2023-12-08T02:20:09.227472+0000 mgr.a (mgr.14403) 21898 : cluster 0 pgmap v16353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:20:10.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:10 smithi194 bash[32038]: cluster 2023-12-08T02:20:09.227472+0000 mgr.a (mgr.14403) 21898 : cluster 0 pgmap v16353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:20:10.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:10 smithi135 bash[32435]: cluster 2023-12-08T02:20:09.227472+0000 mgr.a (mgr.14403) 21898 : cluster 0 pgmap v16353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:20:11.346 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:20:11.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:11.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:11.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:11.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:20:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:12 smithi079 bash[28699]: audit 2023-12-08T02:20:10.848486+0000 mgr.a (mgr.14403) 21899 : audit 0 from='client.432978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:12 smithi079 bash[28699]: cluster 2023-12-08T02:20:11.228532+0000 mgr.a (mgr.14403) 21900 : cluster 0 pgmap v16354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:12 smithi194 bash[32038]: audit 2023-12-08T02:20:10.848486+0000 mgr.a (mgr.14403) 21899 : audit 0 from='client.432978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:12 smithi194 bash[32038]: cluster 2023-12-08T02:20:11.228532+0000 mgr.a (mgr.14403) 21900 : cluster 0 pgmap v16354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:12 smithi135 bash[32435]: audit 2023-12-08T02:20:10.848486+0000 mgr.a (mgr.14403) 21899 : audit 0 from='client.432978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:12 smithi135 bash[32435]: cluster 2023-12-08T02:20:11.228532+0000 mgr.a (mgr.14403) 21900 : cluster 0 pgmap v16354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:14 smithi079 bash[28699]: cluster 2023-12-08T02:20:13.229143+0000 mgr.a (mgr.14403) 21901 : cluster 0 pgmap v16355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:14 smithi194 bash[32038]: cluster 2023-12-08T02:20:13.229143+0000 mgr.a (mgr.14403) 21901 : cluster 0 pgmap v16355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:14 smithi135 bash[32435]: cluster 2023-12-08T02:20:13.229143+0000 mgr.a (mgr.14403) 21901 : cluster 0 pgmap v16355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:15 smithi079 bash[28699]: cluster 2023-12-08T02:20:15.229958+0000 mgr.a (mgr.14403) 21902 : cluster 0 pgmap v16356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:15 smithi194 bash[32038]: cluster 2023-12-08T02:20:15.229958+0000 mgr.a (mgr.14403) 21902 : cluster 0 pgmap v16356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:15.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:15 smithi135 bash[32435]: cluster 2023-12-08T02:20:15.229958+0000 mgr.a (mgr.14403) 21902 : cluster 0 pgmap v16356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:16.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:20:16.350 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:16.350 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:17.258 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:20:17.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:17.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:17.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:17.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:20:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:18 smithi079 bash[28699]: audit 2023-12-08T02:20:16.759367+0000 mgr.a (mgr.14403) 21903 : audit 0 from='client.433053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:18 smithi079 bash[28699]: cluster 2023-12-08T02:20:17.230677+0000 mgr.a (mgr.14403) 21904 : cluster 0 pgmap v16357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:18 smithi194 bash[32038]: audit 2023-12-08T02:20:16.759367+0000 mgr.a (mgr.14403) 21903 : audit 0 from='client.433053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:18 smithi194 bash[32038]: cluster 2023-12-08T02:20:17.230677+0000 mgr.a (mgr.14403) 21904 : cluster 0 pgmap v16357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:18.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:18 smithi135 bash[32435]: audit 2023-12-08T02:20:16.759367+0000 mgr.a (mgr.14403) 21903 : audit 0 from='client.433053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:18.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:18 smithi135 bash[32435]: cluster 2023-12-08T02:20:17.230677+0000 mgr.a (mgr.14403) 21904 : cluster 0 pgmap v16357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:20 smithi079 bash[28699]: cluster 2023-12-08T02:20:19.231496+0000 mgr.a (mgr.14403) 21905 : cluster 0 pgmap v16358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:20 smithi194 bash[32038]: cluster 2023-12-08T02:20:19.231496+0000 mgr.a (mgr.14403) 21905 : cluster 0 pgmap v16358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:20.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:20 smithi135 bash[32435]: cluster 2023-12-08T02:20:19.231496+0000 mgr.a (mgr.14403) 21905 : cluster 0 pgmap v16358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:22.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:20:22.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:22.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:22 smithi079 bash[28699]: cluster 2023-12-08T02:20:21.232049+0000 mgr.a (mgr.14403) 21906 : cluster 0 pgmap v16359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:22.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:22 smithi194 bash[32038]: cluster 2023-12-08T02:20:21.232049+0000 mgr.a (mgr.14403) 21906 : cluster 0 pgmap v16359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:22 smithi135 bash[32435]: cluster 2023-12-08T02:20:21.232049+0000 mgr.a (mgr.14403) 21906 : cluster 0 pgmap v16359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:23.185 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:20:23.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:23.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:23.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:23.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:20:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:24 smithi079 bash[28699]: audit 2023-12-08T02:20:22.672838+0000 mgr.a (mgr.14403) 21907 : audit 0 from='client.306068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:24 smithi079 bash[28699]: cluster 2023-12-08T02:20:23.232801+0000 mgr.a (mgr.14403) 21908 : cluster 0 pgmap v16360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:24 smithi194 bash[32038]: audit 2023-12-08T02:20:22.672838+0000 mgr.a (mgr.14403) 21907 : audit 0 from='client.306068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:24 smithi194 bash[32038]: cluster 2023-12-08T02:20:23.232801+0000 mgr.a (mgr.14403) 21908 : cluster 0 pgmap v16360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:24.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:24 smithi135 bash[32435]: audit 2023-12-08T02:20:22.672838+0000 mgr.a (mgr.14403) 21907 : audit 0 from='client.306068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:24.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:24 smithi135 bash[32435]: cluster 2023-12-08T02:20:23.232801+0000 mgr.a (mgr.14403) 21908 : cluster 0 pgmap v16360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:25 smithi079 bash[28699]: cluster 2023-12-08T02:20:25.233782+0000 mgr.a (mgr.14403) 21909 : cluster 0 pgmap v16361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:25 smithi194 bash[32038]: cluster 2023-12-08T02:20:25.233782+0000 mgr.a (mgr.14403) 21909 : cluster 0 pgmap v16361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:25.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:25 smithi135 bash[32435]: cluster 2023-12-08T02:20:25.233782+0000 mgr.a (mgr.14403) 21909 : cluster 0 pgmap v16361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:28.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:20:28.189 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:28.189 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:28 smithi079 bash[28699]: cluster 2023-12-08T02:20:27.234492+0000 mgr.a (mgr.14403) 21910 : cluster 0 pgmap v16362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:28.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:28 smithi194 bash[32038]: cluster 2023-12-08T02:20:27.234492+0000 mgr.a (mgr.14403) 21910 : cluster 0 pgmap v16362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:28 smithi135 bash[32435]: cluster 2023-12-08T02:20:27.234492+0000 mgr.a (mgr.14403) 21910 : cluster 0 pgmap v16362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:29.075 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:20:29.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:29.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:29.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:29.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:20:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:30 smithi079 bash[28699]: audit 2023-12-08T02:20:28.595031+0000 mgr.a (mgr.14403) 21911 : audit 0 from='client.433209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:30 smithi079 bash[28699]: cluster 2023-12-08T02:20:29.235672+0000 mgr.a (mgr.14403) 21912 : cluster 0 pgmap v16363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:30 smithi194 bash[32038]: audit 2023-12-08T02:20:28.595031+0000 mgr.a (mgr.14403) 21911 : audit 0 from='client.433209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:30 smithi194 bash[32038]: cluster 2023-12-08T02:20:29.235672+0000 mgr.a (mgr.14403) 21912 : cluster 0 pgmap v16363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:30.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:30 smithi135 bash[32435]: audit 2023-12-08T02:20:28.595031+0000 mgr.a (mgr.14403) 21911 : audit 0 from='client.433209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:30.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:30 smithi135 bash[32435]: cluster 2023-12-08T02:20:29.235672+0000 mgr.a (mgr.14403) 21912 : cluster 0 pgmap v16363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:32 smithi079 bash[28699]: cluster 2023-12-08T02:20:31.236273+0000 mgr.a (mgr.14403) 21913 : cluster 0 pgmap v16364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:32.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:32 smithi194 bash[32038]: cluster 2023-12-08T02:20:31.236273+0000 mgr.a (mgr.14403) 21913 : cluster 0 pgmap v16364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:32 smithi135 bash[32435]: cluster 2023-12-08T02:20:31.236273+0000 mgr.a (mgr.14403) 21913 : cluster 0 pgmap v16364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:34.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:20:34.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:34.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:34 smithi079 bash[28699]: cluster 2023-12-08T02:20:33.236829+0000 mgr.a (mgr.14403) 21914 : cluster 0 pgmap v16365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:34.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:34 smithi194 bash[32038]: cluster 2023-12-08T02:20:33.236829+0000 mgr.a (mgr.14403) 21914 : cluster 0 pgmap v16365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:34.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:34 smithi135 bash[32435]: cluster 2023-12-08T02:20:33.236829+0000 mgr.a (mgr.14403) 21914 : cluster 0 pgmap v16365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:34.997 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:20:34.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:34.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:34.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:34.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:20:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:35 smithi079 bash[28699]: audit 2023-12-08T02:20:34.483630+0000 mgr.a (mgr.14403) 21915 : audit 0 from='client.433287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:35 smithi194 bash[32038]: audit 2023-12-08T02:20:34.483630+0000 mgr.a (mgr.14403) 21915 : audit 0 from='client.433287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:35.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:35 smithi135 bash[32435]: audit 2023-12-08T02:20:34.483630+0000 mgr.a (mgr.14403) 21915 : audit 0 from='client.433287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:36 smithi079 bash[28699]: cluster 2023-12-08T02:20:35.237937+0000 mgr.a (mgr.14403) 21916 : cluster 0 pgmap v16366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:36 smithi194 bash[32038]: cluster 2023-12-08T02:20:35.237937+0000 mgr.a (mgr.14403) 21916 : cluster 0 pgmap v16366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:36.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:36 smithi135 bash[32435]: cluster 2023-12-08T02:20:35.237937+0000 mgr.a (mgr.14403) 21916 : cluster 0 pgmap v16366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:38 smithi079 bash[28699]: cluster 2023-12-08T02:20:37.238552+0000 mgr.a (mgr.14403) 21917 : cluster 0 pgmap v16367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:38.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:38 smithi194 bash[32038]: cluster 2023-12-08T02:20:37.238552+0000 mgr.a (mgr.14403) 21917 : cluster 0 pgmap v16367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:38.742 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:38 smithi135 bash[32435]: cluster 2023-12-08T02:20:37.238552+0000 mgr.a (mgr.14403) 21917 : cluster 0 pgmap v16367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:20:40.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:20:40.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:40.001 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:40 smithi079 bash[28699]: cluster 2023-12-08T02:20:39.239281+0000 mgr.a (mgr.14403) 21918 : cluster 0 pgmap v16368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:40.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:40 smithi194 bash[32038]: cluster 2023-12-08T02:20:39.239281+0000 mgr.a (mgr.14403) 21918 : cluster 0 pgmap v16368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:40.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:40 smithi135 bash[32435]: cluster 2023-12-08T02:20:39.239281+0000 mgr.a (mgr.14403) 21918 : cluster 0 pgmap v16368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:40.909 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:20:40.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:40.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:40.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:40.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:20:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:41 smithi079 bash[28699]: audit 2023-12-08T02:20:40.404328+0000 mgr.a (mgr.14403) 21919 : audit 0 from='client.433359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:41 smithi194 bash[32038]: audit 2023-12-08T02:20:40.404328+0000 mgr.a (mgr.14403) 21919 : audit 0 from='client.433359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:41.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:41 smithi135 bash[32435]: audit 2023-12-08T02:20:40.404328+0000 mgr.a (mgr.14403) 21919 : audit 0 from='client.433359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:42 smithi079 bash[28699]: cluster 2023-12-08T02:20:41.240214+0000 mgr.a (mgr.14403) 21920 : cluster 0 pgmap v16369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:42 smithi194 bash[32038]: cluster 2023-12-08T02:20:41.240214+0000 mgr.a (mgr.14403) 21920 : cluster 0 pgmap v16369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:42 smithi135 bash[32435]: cluster 2023-12-08T02:20:41.240214+0000 mgr.a (mgr.14403) 21920 : cluster 0 pgmap v16369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:44 smithi079 bash[28699]: cluster 2023-12-08T02:20:43.240857+0000 mgr.a (mgr.14403) 21921 : cluster 0 pgmap v16370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:44.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:44 smithi194 bash[32038]: cluster 2023-12-08T02:20:43.240857+0000 mgr.a (mgr.14403) 21921 : cluster 0 pgmap v16370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:44 smithi135 bash[32435]: cluster 2023-12-08T02:20:43.240857+0000 mgr.a (mgr.14403) 21921 : cluster 0 pgmap v16370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:45 smithi079 bash[28699]: cluster 2023-12-08T02:20:45.241629+0000 mgr.a (mgr.14403) 21922 : cluster 0 pgmap v16371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:45.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:20:45.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:45.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:45.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:45 smithi194 bash[32038]: cluster 2023-12-08T02:20:45.241629+0000 mgr.a (mgr.14403) 21922 : cluster 0 pgmap v16371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:45.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:45 smithi135 bash[32435]: cluster 2023-12-08T02:20:45.241629+0000 mgr.a (mgr.14403) 21922 : cluster 0 pgmap v16371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:46.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:20:46.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:46.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:46.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:46.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:20:46.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:46 smithi079 bash[28699]: audit 2023-12-08T02:20:46.316056+0000 mgr.a (mgr.14403) 21923 : audit 0 from='client.433434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:46.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:46 smithi194 bash[32038]: audit 2023-12-08T02:20:46.316056+0000 mgr.a (mgr.14403) 21923 : audit 0 from='client.433434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:46.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:46 smithi135 bash[32435]: audit 2023-12-08T02:20:46.316056+0000 mgr.a (mgr.14403) 21923 : audit 0 from='client.433434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:47.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:47 smithi079 bash[28699]: audit 2023-12-08T02:20:46.689339+0000 mon.a (mon.0) 3481 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:20:47.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:47 smithi079 bash[28699]: audit 2023-12-08T02:20:47.167082+0000 mon.a (mon.0) 3482 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:20:47.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:47 smithi079 bash[28699]: audit 2023-12-08T02:20:47.173185+0000 mon.a (mon.0) 3483 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:20:47.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:47 smithi079 bash[28699]: cluster 2023-12-08T02:20:47.242249+0000 mgr.a (mgr.14403) 21924 : cluster 0 pgmap v16372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:47 smithi194 bash[32038]: audit 2023-12-08T02:20:46.689339+0000 mon.a (mon.0) 3481 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:20:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:47 smithi194 bash[32038]: audit 2023-12-08T02:20:47.167082+0000 mon.a (mon.0) 3482 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:20:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:47 smithi194 bash[32038]: audit 2023-12-08T02:20:47.173185+0000 mon.a (mon.0) 3483 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:20:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:47 smithi194 bash[32038]: cluster 2023-12-08T02:20:47.242249+0000 mgr.a (mgr.14403) 21924 : cluster 0 pgmap v16372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:47.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:47 smithi135 bash[32435]: audit 2023-12-08T02:20:46.689339+0000 mon.a (mon.0) 3481 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:20:47.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:47 smithi135 bash[32435]: audit 2023-12-08T02:20:47.167082+0000 mon.a (mon.0) 3482 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:20:47.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:47 smithi135 bash[32435]: audit 2023-12-08T02:20:47.173185+0000 mon.a (mon.0) 3483 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:20:47.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:47 smithi135 bash[32435]: cluster 2023-12-08T02:20:47.242249+0000 mgr.a (mgr.14403) 21924 : cluster 0 pgmap v16372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:48.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:48 smithi079 bash[28699]: audit 2023-12-08T02:20:47.754415+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:20:48.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:48 smithi079 bash[28699]: audit 2023-12-08T02:20:47.756054+0000 mon.a (mon.0) 3485 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:20:48.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:48 smithi079 bash[28699]: audit 2023-12-08T02:20:47.765141+0000 mon.a (mon.0) 3486 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:20:48.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:48 smithi194 bash[32038]: audit 2023-12-08T02:20:47.754415+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:20:48.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:48 smithi194 bash[32038]: audit 2023-12-08T02:20:47.756054+0000 mon.a (mon.0) 3485 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:20:48.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:48 smithi194 bash[32038]: audit 2023-12-08T02:20:47.765141+0000 mon.a (mon.0) 3486 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:20:48.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:48 smithi135 bash[32435]: audit 2023-12-08T02:20:47.754415+0000 mon.a (mon.0) 3484 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:20:48.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:48 smithi135 bash[32435]: audit 2023-12-08T02:20:47.756054+0000 mon.a (mon.0) 3485 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:20:48.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:48 smithi135 bash[32435]: audit 2023-12-08T02:20:47.765141+0000 mon.a (mon.0) 3486 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:20:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:49 smithi079 bash[28699]: cluster 2023-12-08T02:20:49.243124+0000 mgr.a (mgr.14403) 21925 : cluster 0 pgmap v16373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:49.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:49 smithi194 bash[32038]: cluster 2023-12-08T02:20:49.243124+0000 mgr.a (mgr.14403) 21925 : cluster 0 pgmap v16373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:49.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:49 smithi135 bash[32435]: cluster 2023-12-08T02:20:49.243124+0000 mgr.a (mgr.14403) 21925 : cluster 0 pgmap v16373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:51.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:20:51.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:51.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:52 smithi079 bash[28699]: cluster 2023-12-08T02:20:51.243713+0000 mgr.a (mgr.14403) 21926 : cluster 0 pgmap v16374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:52.699 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:20:52.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:52.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:52.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:52.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:20:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:52 smithi194 bash[32038]: cluster 2023-12-08T02:20:51.243713+0000 mgr.a (mgr.14403) 21926 : cluster 0 pgmap v16374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:52 smithi135 bash[32435]: cluster 2023-12-08T02:20:51.243713+0000 mgr.a (mgr.14403) 21926 : cluster 0 pgmap v16374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:53.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:53 smithi079 bash[28699]: audit 2023-12-08T02:20:52.212523+0000 mgr.a (mgr.14403) 21927 : audit 0 from='client.433509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:53 smithi194 bash[32038]: audit 2023-12-08T02:20:52.212523+0000 mgr.a (mgr.14403) 21927 : audit 0 from='client.433509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:53.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:53 smithi135 bash[32435]: audit 2023-12-08T02:20:52.212523+0000 mgr.a (mgr.14403) 21927 : audit 0 from='client.433509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:54.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:54 smithi079 bash[28699]: cluster 2023-12-08T02:20:53.244467+0000 mgr.a (mgr.14403) 21928 : cluster 0 pgmap v16375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:54.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:54 smithi194 bash[32038]: cluster 2023-12-08T02:20:53.244467+0000 mgr.a (mgr.14403) 21928 : cluster 0 pgmap v16375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:54 smithi135 bash[32435]: cluster 2023-12-08T02:20:53.244467+0000 mgr.a (mgr.14403) 21928 : cluster 0 pgmap v16375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:55 smithi079 bash[28699]: cluster 2023-12-08T02:20:55.245357+0000 mgr.a (mgr.14403) 21929 : cluster 0 pgmap v16376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:55 smithi194 bash[32038]: cluster 2023-12-08T02:20:55.245357+0000 mgr.a (mgr.14403) 21929 : cluster 0 pgmap v16376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:55.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:55 smithi135 bash[32435]: cluster 2023-12-08T02:20:55.245357+0000 mgr.a (mgr.14403) 21929 : cluster 0 pgmap v16376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:20:57.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:20:57.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:20:57.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:20:58.639 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:20:58.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:20:58.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:20:58.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:20:58.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:20:58.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:58 smithi079 bash[28699]: cluster 2023-12-08T02:20:57.245909+0000 mgr.a (mgr.14403) 21930 : cluster 0 pgmap v16377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:58.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:58 smithi194 bash[32038]: cluster 2023-12-08T02:20:57.245909+0000 mgr.a (mgr.14403) 21930 : cluster 0 pgmap v16377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:58.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:58 smithi135 bash[32435]: cluster 2023-12-08T02:20:57.245909+0000 mgr.a (mgr.14403) 21930 : cluster 0 pgmap v16377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:20:59.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:20:59 smithi079 bash[28699]: audit 2023-12-08T02:20:58.106052+0000 mgr.a (mgr.14403) 21931 : audit 0 from='client.433581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:20:59 smithi194 bash[32038]: audit 2023-12-08T02:20:58.106052+0000 mgr.a (mgr.14403) 21931 : audit 0 from='client.433581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:20:59.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:20:59 smithi135 bash[32435]: audit 2023-12-08T02:20:58.106052+0000 mgr.a (mgr.14403) 21931 : audit 0 from='client.433581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:00 smithi079 bash[28699]: cluster 2023-12-08T02:20:59.246928+0000 mgr.a (mgr.14403) 21932 : cluster 0 pgmap v16378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:21:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:00 smithi194 bash[32038]: cluster 2023-12-08T02:20:59.246928+0000 mgr.a (mgr.14403) 21932 : cluster 0 pgmap v16378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:21:00.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:00 smithi135 bash[32435]: cluster 2023-12-08T02:20:59.246928+0000 mgr.a (mgr.14403) 21932 : cluster 0 pgmap v16378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:21:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:02 smithi079 bash[28699]: cluster 2023-12-08T02:21:01.247479+0000 mgr.a (mgr.14403) 21933 : cluster 0 pgmap v16379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:21:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:02 smithi194 bash[32038]: cluster 2023-12-08T02:21:01.247479+0000 mgr.a (mgr.14403) 21933 : cluster 0 pgmap v16379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:21:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:02 smithi135 bash[32435]: cluster 2023-12-08T02:21:01.247479+0000 mgr.a (mgr.14403) 21933 : cluster 0 pgmap v16379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:21:03.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:21:03.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:03.644 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:04.568 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:21:04.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:04.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:04.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:04.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:21:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:04 smithi079 bash[28699]: cluster 2023-12-08T02:21:03.248076+0000 mgr.a (mgr.14403) 21934 : cluster 0 pgmap v16380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:21:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:04 smithi194 bash[32038]: cluster 2023-12-08T02:21:03.248076+0000 mgr.a (mgr.14403) 21934 : cluster 0 pgmap v16380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:21:04.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:04 smithi135 bash[32435]: cluster 2023-12-08T02:21:03.248076+0000 mgr.a (mgr.14403) 21934 : cluster 0 pgmap v16380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:21:05.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:05 smithi079 bash[28699]: audit 2023-12-08T02:21:04.048778+0000 mgr.a (mgr.14403) 21935 : audit 0 from='client.433656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:05.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:05 smithi194 bash[32038]: audit 2023-12-08T02:21:04.048778+0000 mgr.a (mgr.14403) 21935 : audit 0 from='client.433656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:05.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:05 smithi135 bash[32435]: audit 2023-12-08T02:21:04.048778+0000 mgr.a (mgr.14403) 21935 : audit 0 from='client.433656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:06 smithi079 bash[28699]: cluster 2023-12-08T02:21:05.249107+0000 mgr.a (mgr.14403) 21936 : cluster 0 pgmap v16381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:06 smithi194 bash[32038]: cluster 2023-12-08T02:21:05.249107+0000 mgr.a (mgr.14403) 21936 : cluster 0 pgmap v16381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:06.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:06 smithi135 bash[32435]: cluster 2023-12-08T02:21:05.249107+0000 mgr.a (mgr.14403) 21936 : cluster 0 pgmap v16381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:08 smithi079 bash[28699]: cluster 2023-12-08T02:21:07.249692+0000 mgr.a (mgr.14403) 21937 : cluster 0 pgmap v16382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:08 smithi194 bash[32038]: cluster 2023-12-08T02:21:07.249692+0000 mgr.a (mgr.14403) 21937 : cluster 0 pgmap v16382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:08 smithi135 bash[32435]: cluster 2023-12-08T02:21:07.249692+0000 mgr.a (mgr.14403) 21937 : cluster 0 pgmap v16382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:09.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:21:09.572 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:09.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:10.482 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:21:10.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:10.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:10.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:10.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:21:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:10 smithi079 bash[28699]: cluster 2023-12-08T02:21:09.250452+0000 mgr.a (mgr.14403) 21938 : cluster 0 pgmap v16383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:10.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:10 smithi194 bash[32038]: cluster 2023-12-08T02:21:09.250452+0000 mgr.a (mgr.14403) 21938 : cluster 0 pgmap v16383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:10.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:10 smithi135 bash[32435]: cluster 2023-12-08T02:21:09.250452+0000 mgr.a (mgr.14403) 21938 : cluster 0 pgmap v16383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:11 smithi079 bash[28699]: audit 2023-12-08T02:21:09.986678+0000 mgr.a (mgr.14403) 21939 : audit 0 from='client.433734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:11 smithi194 bash[32038]: audit 2023-12-08T02:21:09.986678+0000 mgr.a (mgr.14403) 21939 : audit 0 from='client.433734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:11.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:11 smithi135 bash[32435]: audit 2023-12-08T02:21:09.986678+0000 mgr.a (mgr.14403) 21939 : audit 0 from='client.433734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:12 smithi079 bash[28699]: cluster 2023-12-08T02:21:11.251201+0000 mgr.a (mgr.14403) 21940 : cluster 0 pgmap v16384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:21:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:12 smithi194 bash[32038]: cluster 2023-12-08T02:21:11.251201+0000 mgr.a (mgr.14403) 21940 : cluster 0 pgmap v16384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:21:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:12 smithi135 bash[32435]: cluster 2023-12-08T02:21:11.251201+0000 mgr.a (mgr.14403) 21940 : cluster 0 pgmap v16384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:21:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:14 smithi079 bash[28699]: cluster 2023-12-08T02:21:13.251802+0000 mgr.a (mgr.14403) 21941 : cluster 0 pgmap v16385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:21:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:14 smithi194 bash[32038]: cluster 2023-12-08T02:21:13.251802+0000 mgr.a (mgr.14403) 21941 : cluster 0 pgmap v16385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:21:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:14 smithi135 bash[32435]: cluster 2023-12-08T02:21:13.251802+0000 mgr.a (mgr.14403) 21941 : cluster 0 pgmap v16385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:21:15.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:21:15.486 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:15.486 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:15 smithi079 bash[28699]: cluster 2023-12-08T02:21:15.252637+0000 mgr.a (mgr.14403) 21942 : cluster 0 pgmap v16386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:21:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:15 smithi194 bash[32038]: cluster 2023-12-08T02:21:15.252637+0000 mgr.a (mgr.14403) 21942 : cluster 0 pgmap v16386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:21:15.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:15 smithi135 bash[32435]: cluster 2023-12-08T02:21:15.252637+0000 mgr.a (mgr.14403) 21942 : cluster 0 pgmap v16386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:21:16.386 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:21:16.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:16.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:16.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:16.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:21:16.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:16 smithi079 bash[28699]: audit 2023-12-08T02:21:15.885988+0000 mgr.a (mgr.14403) 21943 : audit 0 from='client.433812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:16.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:16 smithi194 bash[32038]: audit 2023-12-08T02:21:15.885988+0000 mgr.a (mgr.14403) 21943 : audit 0 from='client.433812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:16.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:16 smithi135 bash[32435]: audit 2023-12-08T02:21:15.885988+0000 mgr.a (mgr.14403) 21943 : audit 0 from='client.433812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:17.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:17 smithi079 bash[28699]: cluster 2023-12-08T02:21:17.253354+0000 mgr.a (mgr.14403) 21944 : cluster 0 pgmap v16387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:17.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:17 smithi194 bash[32038]: cluster 2023-12-08T02:21:17.253354+0000 mgr.a (mgr.14403) 21944 : cluster 0 pgmap v16387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:17.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:17 smithi135 bash[32435]: cluster 2023-12-08T02:21:17.253354+0000 mgr.a (mgr.14403) 21944 : cluster 0 pgmap v16387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:20 smithi079 bash[28699]: cluster 2023-12-08T02:21:19.254188+0000 mgr.a (mgr.14403) 21945 : cluster 0 pgmap v16388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:20 smithi194 bash[32038]: cluster 2023-12-08T02:21:19.254188+0000 mgr.a (mgr.14403) 21945 : cluster 0 pgmap v16388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:20.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:20 smithi135 bash[32435]: cluster 2023-12-08T02:21:19.254188+0000 mgr.a (mgr.14403) 21945 : cluster 0 pgmap v16388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:21.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:21:21.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:21.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:22.296 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:21:22.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:22.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:22.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:22.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:21:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:22 smithi079 bash[28699]: cluster 2023-12-08T02:21:21.254759+0000 mgr.a (mgr.14403) 21946 : cluster 0 pgmap v16389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:22.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:22 smithi194 bash[32038]: cluster 2023-12-08T02:21:21.254759+0000 mgr.a (mgr.14403) 21946 : cluster 0 pgmap v16389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:22 smithi135 bash[32435]: cluster 2023-12-08T02:21:21.254759+0000 mgr.a (mgr.14403) 21946 : cluster 0 pgmap v16389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:23.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:23 smithi079 bash[28699]: audit 2023-12-08T02:21:21.798685+0000 mgr.a (mgr.14403) 21947 : audit 0 from='client.433887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:23 smithi194 bash[32038]: audit 2023-12-08T02:21:21.798685+0000 mgr.a (mgr.14403) 21947 : audit 0 from='client.433887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:23.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:23 smithi135 bash[32435]: audit 2023-12-08T02:21:21.798685+0000 mgr.a (mgr.14403) 21947 : audit 0 from='client.433887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:24 smithi079 bash[28699]: cluster 2023-12-08T02:21:23.255434+0000 mgr.a (mgr.14403) 21948 : cluster 0 pgmap v16390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:24 smithi194 bash[32038]: cluster 2023-12-08T02:21:23.255434+0000 mgr.a (mgr.14403) 21948 : cluster 0 pgmap v16390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:24.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:24 smithi135 bash[32435]: cluster 2023-12-08T02:21:23.255434+0000 mgr.a (mgr.14403) 21948 : cluster 0 pgmap v16390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:25 smithi079 bash[28699]: cluster 2023-12-08T02:21:25.256254+0000 mgr.a (mgr.14403) 21949 : cluster 0 pgmap v16391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:25 smithi194 bash[32038]: cluster 2023-12-08T02:21:25.256254+0000 mgr.a (mgr.14403) 21949 : cluster 0 pgmap v16391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:25.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:25 smithi135 bash[32435]: cluster 2023-12-08T02:21:25.256254+0000 mgr.a (mgr.14403) 21949 : cluster 0 pgmap v16391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:27.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:21:27.299 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:27.299 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:28.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:28.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:28.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:28.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:21:28.188 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:21:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:28 smithi079 bash[28699]: cluster 2023-12-08T02:21:27.256835+0000 mgr.a (mgr.14403) 21950 : cluster 0 pgmap v16392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:28.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:28 smithi194 bash[32038]: cluster 2023-12-08T02:21:27.256835+0000 mgr.a (mgr.14403) 21950 : cluster 0 pgmap v16392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:28 smithi135 bash[32435]: cluster 2023-12-08T02:21:27.256835+0000 mgr.a (mgr.14403) 21950 : cluster 0 pgmap v16392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:29.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:29 smithi079 bash[28699]: audit 2023-12-08T02:21:27.697068+0000 mgr.a (mgr.14403) 21951 : audit 0 from='client.433965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:29 smithi194 bash[32038]: audit 2023-12-08T02:21:27.697068+0000 mgr.a (mgr.14403) 21951 : audit 0 from='client.433965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:29.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:29 smithi135 bash[32435]: audit 2023-12-08T02:21:27.697068+0000 mgr.a (mgr.14403) 21951 : audit 0 from='client.433965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:30 smithi079 bash[28699]: cluster 2023-12-08T02:21:29.257642+0000 mgr.a (mgr.14403) 21952 : cluster 0 pgmap v16393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:30 smithi194 bash[32038]: cluster 2023-12-08T02:21:29.257642+0000 mgr.a (mgr.14403) 21952 : cluster 0 pgmap v16393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:30.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:30 smithi135 bash[32435]: cluster 2023-12-08T02:21:29.257642+0000 mgr.a (mgr.14403) 21952 : cluster 0 pgmap v16393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:32 smithi079 bash[28699]: cluster 2023-12-08T02:21:31.258212+0000 mgr.a (mgr.14403) 21953 : cluster 0 pgmap v16394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:32.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:32 smithi194 bash[32038]: cluster 2023-12-08T02:21:31.258212+0000 mgr.a (mgr.14403) 21953 : cluster 0 pgmap v16394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:32 smithi135 bash[32435]: cluster 2023-12-08T02:21:31.258212+0000 mgr.a (mgr.14403) 21953 : cluster 0 pgmap v16394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:33.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:21:33.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:33.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:34.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:34.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:34.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:34.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:21:34.080 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:21:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:34 smithi079 bash[28699]: cluster 2023-12-08T02:21:33.258790+0000 mgr.a (mgr.14403) 21954 : cluster 0 pgmap v16395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:34.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:34 smithi194 bash[32038]: cluster 2023-12-08T02:21:33.258790+0000 mgr.a (mgr.14403) 21954 : cluster 0 pgmap v16395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:34.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:34 smithi135 bash[32435]: cluster 2023-12-08T02:21:33.258790+0000 mgr.a (mgr.14403) 21954 : cluster 0 pgmap v16395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:35 smithi079 bash[28699]: audit 2023-12-08T02:21:33.594659+0000 mgr.a (mgr.14403) 21955 : audit 0 from='client.434037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:35 smithi194 bash[32038]: audit 2023-12-08T02:21:33.594659+0000 mgr.a (mgr.14403) 21955 : audit 0 from='client.434037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:35.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:35 smithi135 bash[32435]: audit 2023-12-08T02:21:33.594659+0000 mgr.a (mgr.14403) 21955 : audit 0 from='client.434037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:36 smithi079 bash[28699]: cluster 2023-12-08T02:21:35.259783+0000 mgr.a (mgr.14403) 21956 : cluster 0 pgmap v16396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:36 smithi194 bash[32038]: cluster 2023-12-08T02:21:35.259783+0000 mgr.a (mgr.14403) 21956 : cluster 0 pgmap v16396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:36.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:36 smithi135 bash[32435]: cluster 2023-12-08T02:21:35.259783+0000 mgr.a (mgr.14403) 21956 : cluster 0 pgmap v16396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:38 smithi079 bash[28699]: cluster 2023-12-08T02:21:37.260368+0000 mgr.a (mgr.14403) 21957 : cluster 0 pgmap v16397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:38.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:38 smithi194 bash[32038]: cluster 2023-12-08T02:21:37.260368+0000 mgr.a (mgr.14403) 21957 : cluster 0 pgmap v16397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:38.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:38 smithi135 bash[32435]: cluster 2023-12-08T02:21:37.260368+0000 mgr.a (mgr.14403) 21957 : cluster 0 pgmap v16397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:39.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:21:39.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:39.084 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:39.983 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:21:39.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:39.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:39.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:39.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:21:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:40 smithi079 bash[28699]: cluster 2023-12-08T02:21:39.261093+0000 mgr.a (mgr.14403) 21958 : cluster 0 pgmap v16398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:40 smithi079 bash[28699]: audit 2023-12-08T02:21:39.488378+0000 mgr.a (mgr.14403) 21959 : audit 0 from='client.434112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:40.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:40 smithi194 bash[32038]: cluster 2023-12-08T02:21:39.261093+0000 mgr.a (mgr.14403) 21958 : cluster 0 pgmap v16398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:40.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:40 smithi194 bash[32038]: audit 2023-12-08T02:21:39.488378+0000 mgr.a (mgr.14403) 21959 : audit 0 from='client.434112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:40.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:40 smithi135 bash[32435]: cluster 2023-12-08T02:21:39.261093+0000 mgr.a (mgr.14403) 21958 : cluster 0 pgmap v16398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:40.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:40 smithi135 bash[32435]: audit 2023-12-08T02:21:39.488378+0000 mgr.a (mgr.14403) 21959 : audit 0 from='client.434112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:42 smithi079 bash[28699]: cluster 2023-12-08T02:21:41.261764+0000 mgr.a (mgr.14403) 21960 : cluster 0 pgmap v16399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:42 smithi194 bash[32038]: cluster 2023-12-08T02:21:41.261764+0000 mgr.a (mgr.14403) 21960 : cluster 0 pgmap v16399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:42 smithi135 bash[32435]: cluster 2023-12-08T02:21:41.261764+0000 mgr.a (mgr.14403) 21960 : cluster 0 pgmap v16399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:44 smithi079 bash[28699]: cluster 2023-12-08T02:21:43.262333+0000 mgr.a (mgr.14403) 21961 : cluster 0 pgmap v16400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:44.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:44 smithi194 bash[32038]: cluster 2023-12-08T02:21:43.262333+0000 mgr.a (mgr.14403) 21961 : cluster 0 pgmap v16400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:44 smithi135 bash[32435]: cluster 2023-12-08T02:21:43.262333+0000 mgr.a (mgr.14403) 21961 : cluster 0 pgmap v16400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:21:44.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:21:44.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:44.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:45 smithi079 bash[28699]: cluster 2023-12-08T02:21:45.263167+0000 mgr.a (mgr.14403) 21962 : cluster 0 pgmap v16401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:45.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:45 smithi079 bash[28699]: audit 2023-12-08T02:21:45.393614+0000 mgr.a (mgr.14403) 21963 : audit 0 from='client.434190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:45.895 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:21:45.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:45.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:45.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:45.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:21:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:45 smithi194 bash[32038]: cluster 2023-12-08T02:21:45.263167+0000 mgr.a (mgr.14403) 21962 : cluster 0 pgmap v16401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:45 smithi194 bash[32038]: audit 2023-12-08T02:21:45.393614+0000 mgr.a (mgr.14403) 21963 : audit 0 from='client.434190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:45.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:45 smithi135 bash[32435]: cluster 2023-12-08T02:21:45.263167+0000 mgr.a (mgr.14403) 21962 : cluster 0 pgmap v16401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:45.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:45 smithi135 bash[32435]: audit 2023-12-08T02:21:45.393614+0000 mgr.a (mgr.14403) 21963 : audit 0 from='client.434190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:48.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:48 smithi079 bash[28699]: cluster 2023-12-08T02:21:47.263848+0000 mgr.a (mgr.14403) 21964 : cluster 0 pgmap v16402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:48.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:48 smithi079 bash[28699]: audit 2023-12-08T02:21:47.867106+0000 mon.a (mon.0) 3487 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:21:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:48 smithi194 bash[32038]: cluster 2023-12-08T02:21:47.263848+0000 mgr.a (mgr.14403) 21964 : cluster 0 pgmap v16402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:48 smithi194 bash[32038]: audit 2023-12-08T02:21:47.867106+0000 mon.a (mon.0) 3487 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:21:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:48 smithi135 bash[32435]: cluster 2023-12-08T02:21:47.263848+0000 mgr.a (mgr.14403) 21964 : cluster 0 pgmap v16402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:48 smithi135 bash[32435]: audit 2023-12-08T02:21:47.867106+0000 mon.a (mon.0) 3487 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:21:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:49 smithi194 bash[32038]: audit 2023-12-08T02:21:48.397535+0000 mon.a (mon.0) 3488 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:21:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:49 smithi194 bash[32038]: audit 2023-12-08T02:21:48.403236+0000 mon.a (mon.0) 3489 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:21:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:49 smithi194 bash[32038]: audit 2023-12-08T02:21:49.137587+0000 mon.a (mon.0) 3490 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:21:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:49 smithi194 bash[32038]: audit 2023-12-08T02:21:49.139247+0000 mon.a (mon.0) 3491 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:21:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:49 smithi194 bash[32038]: audit 2023-12-08T02:21:49.148402+0000 mon.a (mon.0) 3492 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:21:49.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:49 smithi135 bash[32435]: audit 2023-12-08T02:21:48.397535+0000 mon.a (mon.0) 3488 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:21:49.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:49 smithi135 bash[32435]: audit 2023-12-08T02:21:48.403236+0000 mon.a (mon.0) 3489 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:21:49.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:49 smithi135 bash[32435]: audit 2023-12-08T02:21:49.137587+0000 mon.a (mon.0) 3490 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:21:49.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:49 smithi135 bash[32435]: audit 2023-12-08T02:21:49.139247+0000 mon.a (mon.0) 3491 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:21:49.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:49 smithi135 bash[32435]: audit 2023-12-08T02:21:49.148402+0000 mon.a (mon.0) 3492 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:21:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:49 smithi079 bash[28699]: audit 2023-12-08T02:21:48.397535+0000 mon.a (mon.0) 3488 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:21:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:49 smithi079 bash[28699]: audit 2023-12-08T02:21:48.403236+0000 mon.a (mon.0) 3489 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:21:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:49 smithi079 bash[28699]: audit 2023-12-08T02:21:49.137587+0000 mon.a (mon.0) 3490 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:21:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:49 smithi079 bash[28699]: audit 2023-12-08T02:21:49.139247+0000 mon.a (mon.0) 3491 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:21:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:49 smithi079 bash[28699]: audit 2023-12-08T02:21:49.148402+0000 mon.a (mon.0) 3492 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:21:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:50 smithi194 bash[32038]: cluster 2023-12-08T02:21:49.264630+0000 mgr.a (mgr.14403) 21965 : cluster 0 pgmap v16403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:50 smithi135 bash[32435]: cluster 2023-12-08T02:21:49.264630+0000 mgr.a (mgr.14403) 21965 : cluster 0 pgmap v16403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:50.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:50 smithi079 bash[28699]: cluster 2023-12-08T02:21:49.264630+0000 mgr.a (mgr.14403) 21965 : cluster 0 pgmap v16403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:50.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:21:50.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:50.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:51.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:21:51.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:51.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:51.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:51.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:21:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:52 smithi194 bash[32038]: cluster 2023-12-08T02:21:51.265140+0000 mgr.a (mgr.14403) 21966 : cluster 0 pgmap v16404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:52 smithi194 bash[32038]: audit 2023-12-08T02:21:51.311578+0000 mgr.a (mgr.14403) 21967 : audit 0 from='client.434268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:52 smithi135 bash[32435]: cluster 2023-12-08T02:21:51.265140+0000 mgr.a (mgr.14403) 21966 : cluster 0 pgmap v16404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:52 smithi135 bash[32435]: audit 2023-12-08T02:21:51.311578+0000 mgr.a (mgr.14403) 21967 : audit 0 from='client.434268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:52.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:52 smithi079 bash[28699]: cluster 2023-12-08T02:21:51.265140+0000 mgr.a (mgr.14403) 21966 : cluster 0 pgmap v16404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:52.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:52 smithi079 bash[28699]: audit 2023-12-08T02:21:51.311578+0000 mgr.a (mgr.14403) 21967 : audit 0 from='client.434268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:54.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:54 smithi194 bash[32038]: cluster 2023-12-08T02:21:53.265806+0000 mgr.a (mgr.14403) 21968 : cluster 0 pgmap v16405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:54 smithi135 bash[32435]: cluster 2023-12-08T02:21:53.265806+0000 mgr.a (mgr.14403) 21968 : cluster 0 pgmap v16405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:54.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:54 smithi079 bash[28699]: cluster 2023-12-08T02:21:53.265806+0000 mgr.a (mgr.14403) 21968 : cluster 0 pgmap v16405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:55 smithi079 bash[28699]: cluster 2023-12-08T02:21:55.266632+0000 mgr.a (mgr.14403) 21969 : cluster 0 pgmap v16406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:55 smithi194 bash[32038]: cluster 2023-12-08T02:21:55.266632+0000 mgr.a (mgr.14403) 21969 : cluster 0 pgmap v16406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:55.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:55 smithi135 bash[32435]: cluster 2023-12-08T02:21:55.266632+0000 mgr.a (mgr.14403) 21969 : cluster 0 pgmap v16406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:21:56.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:21:56.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:21:56.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:21:57.726 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:21:57.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:21:57.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:21:57.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:21:57.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:21:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:58 smithi079 bash[28699]: audit 2023-12-08T02:21:57.216590+0000 mgr.a (mgr.14403) 21970 : audit 0 from='client.434346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:21:58 smithi079 bash[28699]: cluster 2023-12-08T02:21:57.267112+0000 mgr.a (mgr.14403) 21971 : cluster 0 pgmap v16407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:58.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:58 smithi194 bash[32038]: audit 2023-12-08T02:21:57.216590+0000 mgr.a (mgr.14403) 21970 : audit 0 from='client.434346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:58.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:21:58 smithi194 bash[32038]: cluster 2023-12-08T02:21:57.267112+0000 mgr.a (mgr.14403) 21971 : cluster 0 pgmap v16407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:21:58.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:58 smithi135 bash[32435]: audit 2023-12-08T02:21:57.216590+0000 mgr.a (mgr.14403) 21970 : audit 0 from='client.434346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:21:58.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:21:58 smithi135 bash[32435]: cluster 2023-12-08T02:21:57.267112+0000 mgr.a (mgr.14403) 21971 : cluster 0 pgmap v16407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:00 smithi079 bash[28699]: cluster 2023-12-08T02:21:59.268060+0000 mgr.a (mgr.14403) 21972 : cluster 0 pgmap v16408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:00 smithi194 bash[32038]: cluster 2023-12-08T02:21:59.268060+0000 mgr.a (mgr.14403) 21972 : cluster 0 pgmap v16408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:00.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:00 smithi135 bash[32435]: cluster 2023-12-08T02:21:59.268060+0000 mgr.a (mgr.14403) 21972 : cluster 0 pgmap v16408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:02 smithi079 bash[28699]: cluster 2023-12-08T02:22:01.268791+0000 mgr.a (mgr.14403) 21973 : cluster 0 pgmap v16409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:02 smithi194 bash[32038]: cluster 2023-12-08T02:22:01.268791+0000 mgr.a (mgr.14403) 21973 : cluster 0 pgmap v16409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:02 smithi135 bash[32435]: cluster 2023-12-08T02:22:01.268791+0000 mgr.a (mgr.14403) 21973 : cluster 0 pgmap v16409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:02.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:22:02.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:02.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:03.662 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:22:03.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:03.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:03.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:03.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:22:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:04 smithi079 bash[28699]: audit 2023-12-08T02:22:03.136036+0000 mgr.a (mgr.14403) 21974 : audit 0 from='client.434421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:04 smithi079 bash[28699]: cluster 2023-12-08T02:22:03.269243+0000 mgr.a (mgr.14403) 21975 : cluster 0 pgmap v16410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:04 smithi194 bash[32038]: audit 2023-12-08T02:22:03.136036+0000 mgr.a (mgr.14403) 21974 : audit 0 from='client.434421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:04 smithi194 bash[32038]: cluster 2023-12-08T02:22:03.269243+0000 mgr.a (mgr.14403) 21975 : cluster 0 pgmap v16410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:04.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:04 smithi135 bash[32435]: audit 2023-12-08T02:22:03.136036+0000 mgr.a (mgr.14403) 21974 : audit 0 from='client.434421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:04.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:04 smithi135 bash[32435]: cluster 2023-12-08T02:22:03.269243+0000 mgr.a (mgr.14403) 21975 : cluster 0 pgmap v16410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:05 smithi079 bash[28699]: cluster 2023-12-08T02:22:05.270062+0000 mgr.a (mgr.14403) 21976 : cluster 0 pgmap v16411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:22:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:05 smithi194 bash[32038]: cluster 2023-12-08T02:22:05.270062+0000 mgr.a (mgr.14403) 21976 : cluster 0 pgmap v16411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:22:05.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:05 smithi135 bash[32435]: cluster 2023-12-08T02:22:05.270062+0000 mgr.a (mgr.14403) 21976 : cluster 0 pgmap v16411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:22:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:08 smithi079 bash[28699]: cluster 2023-12-08T02:22:07.270650+0000 mgr.a (mgr.14403) 21977 : cluster 0 pgmap v16412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:22:08.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:22:08.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:08.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:08 smithi194 bash[32038]: cluster 2023-12-08T02:22:07.270650+0000 mgr.a (mgr.14403) 21977 : cluster 0 pgmap v16412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:22:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:08 smithi135 bash[32435]: cluster 2023-12-08T02:22:07.270650+0000 mgr.a (mgr.14403) 21977 : cluster 0 pgmap v16412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:22:09.559 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:22:09.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:09.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:09.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:09.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:22:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:10 smithi079 bash[28699]: audit 2023-12-08T02:22:09.069808+0000 mgr.a (mgr.14403) 21978 : audit 0 from='client.434493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:10 smithi079 bash[28699]: cluster 2023-12-08T02:22:09.271366+0000 mgr.a (mgr.14403) 21979 : cluster 0 pgmap v16413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:10.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:10 smithi194 bash[32038]: audit 2023-12-08T02:22:09.069808+0000 mgr.a (mgr.14403) 21978 : audit 0 from='client.434493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:10.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:10 smithi194 bash[32038]: cluster 2023-12-08T02:22:09.271366+0000 mgr.a (mgr.14403) 21979 : cluster 0 pgmap v16413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:10.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:10 smithi135 bash[32435]: audit 2023-12-08T02:22:09.069808+0000 mgr.a (mgr.14403) 21978 : audit 0 from='client.434493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:10.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:10 smithi135 bash[32435]: cluster 2023-12-08T02:22:09.271366+0000 mgr.a (mgr.14403) 21979 : cluster 0 pgmap v16413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:12 smithi079 bash[28699]: cluster 2023-12-08T02:22:11.271951+0000 mgr.a (mgr.14403) 21980 : cluster 0 pgmap v16414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:12 smithi194 bash[32038]: cluster 2023-12-08T02:22:11.271951+0000 mgr.a (mgr.14403) 21980 : cluster 0 pgmap v16414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:12 smithi135 bash[32435]: cluster 2023-12-08T02:22:11.271951+0000 mgr.a (mgr.14403) 21980 : cluster 0 pgmap v16414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:14.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:22:14.561 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:14.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:14 smithi079 bash[28699]: cluster 2023-12-08T02:22:13.272500+0000 mgr.a (mgr.14403) 21981 : cluster 0 pgmap v16415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:14 smithi194 bash[32038]: cluster 2023-12-08T02:22:13.272500+0000 mgr.a (mgr.14403) 21981 : cluster 0 pgmap v16415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:14 smithi135 bash[32435]: cluster 2023-12-08T02:22:13.272500+0000 mgr.a (mgr.14403) 21981 : cluster 0 pgmap v16415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:15.477 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:22:15.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:15.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:15.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:15.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:22:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:15 smithi079 bash[28699]: audit 2023-12-08T02:22:14.979183+0000 mgr.a (mgr.14403) 21982 : audit 0 from='client.434565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:15 smithi079 bash[28699]: cluster 2023-12-08T02:22:15.273634+0000 mgr.a (mgr.14403) 21983 : cluster 0 pgmap v16416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:15 smithi194 bash[32038]: audit 2023-12-08T02:22:14.979183+0000 mgr.a (mgr.14403) 21982 : audit 0 from='client.434565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:15 smithi194 bash[32038]: cluster 2023-12-08T02:22:15.273634+0000 mgr.a (mgr.14403) 21983 : cluster 0 pgmap v16416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:15.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:15 smithi135 bash[32435]: audit 2023-12-08T02:22:14.979183+0000 mgr.a (mgr.14403) 21982 : audit 0 from='client.434565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:15.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:15 smithi135 bash[32435]: cluster 2023-12-08T02:22:15.273634+0000 mgr.a (mgr.14403) 21983 : cluster 0 pgmap v16416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:18 smithi079 bash[28699]: cluster 2023-12-08T02:22:17.274290+0000 mgr.a (mgr.14403) 21984 : cluster 0 pgmap v16417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:22:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:18 smithi194 bash[32038]: cluster 2023-12-08T02:22:17.274290+0000 mgr.a (mgr.14403) 21984 : cluster 0 pgmap v16417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:22:18.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:18 smithi135 bash[32435]: cluster 2023-12-08T02:22:17.274290+0000 mgr.a (mgr.14403) 21984 : cluster 0 pgmap v16417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:22:20.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:22:20.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:20.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:20 smithi079 bash[28699]: cluster 2023-12-08T02:22:19.275140+0000 mgr.a (mgr.14403) 21985 : cluster 0 pgmap v16418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:22:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:20 smithi194 bash[32038]: cluster 2023-12-08T02:22:19.275140+0000 mgr.a (mgr.14403) 21985 : cluster 0 pgmap v16418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:22:20.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:20 smithi135 bash[32435]: cluster 2023-12-08T02:22:19.275140+0000 mgr.a (mgr.14403) 21985 : cluster 0 pgmap v16418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:22:21.381 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:22:21.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:21.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:21.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:21.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:22:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:22 smithi079 bash[28699]: audit 2023-12-08T02:22:20.889999+0000 mgr.a (mgr.14403) 21986 : audit 0 from='client.434640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:22 smithi079 bash[28699]: cluster 2023-12-08T02:22:21.275865+0000 mgr.a (mgr.14403) 21987 : cluster 0 pgmap v16419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:22.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:22 smithi194 bash[32038]: audit 2023-12-08T02:22:20.889999+0000 mgr.a (mgr.14403) 21986 : audit 0 from='client.434640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:22.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:22 smithi194 bash[32038]: cluster 2023-12-08T02:22:21.275865+0000 mgr.a (mgr.14403) 21987 : cluster 0 pgmap v16419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:22 smithi135 bash[32435]: audit 2023-12-08T02:22:20.889999+0000 mgr.a (mgr.14403) 21986 : audit 0 from='client.434640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:22 smithi135 bash[32435]: cluster 2023-12-08T02:22:21.275865+0000 mgr.a (mgr.14403) 21987 : cluster 0 pgmap v16419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:24.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:24 smithi079 bash[28699]: cluster 2023-12-08T02:22:23.276404+0000 mgr.a (mgr.14403) 21988 : cluster 0 pgmap v16420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:24 smithi194 bash[32038]: cluster 2023-12-08T02:22:23.276404+0000 mgr.a (mgr.14403) 21988 : cluster 0 pgmap v16420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:24.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:24 smithi135 bash[32435]: cluster 2023-12-08T02:22:23.276404+0000 mgr.a (mgr.14403) 21988 : cluster 0 pgmap v16420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:25 smithi079 bash[28699]: cluster 2023-12-08T02:22:25.277223+0000 mgr.a (mgr.14403) 21989 : cluster 0 pgmap v16421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:25 smithi194 bash[32038]: cluster 2023-12-08T02:22:25.277223+0000 mgr.a (mgr.14403) 21989 : cluster 0 pgmap v16421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:25.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:25 smithi135 bash[32435]: cluster 2023-12-08T02:22:25.277223+0000 mgr.a (mgr.14403) 21989 : cluster 0 pgmap v16421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:26.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:22:26.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:26.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:27.268 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:22:27.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:27.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:27.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:27.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:22:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:28 smithi079 bash[28699]: audit 2023-12-08T02:22:26.787101+0000 mgr.a (mgr.14403) 21990 : audit 0 from='client.434712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:28 smithi079 bash[28699]: cluster 2023-12-08T02:22:27.277936+0000 mgr.a (mgr.14403) 21991 : cluster 0 pgmap v16422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:28.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:28 smithi194 bash[32038]: audit 2023-12-08T02:22:26.787101+0000 mgr.a (mgr.14403) 21990 : audit 0 from='client.434712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:28.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:28 smithi194 bash[32038]: cluster 2023-12-08T02:22:27.277936+0000 mgr.a (mgr.14403) 21991 : cluster 0 pgmap v16422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:28 smithi135 bash[32435]: audit 2023-12-08T02:22:26.787101+0000 mgr.a (mgr.14403) 21990 : audit 0 from='client.434712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:28 smithi135 bash[32435]: cluster 2023-12-08T02:22:27.277936+0000 mgr.a (mgr.14403) 21991 : cluster 0 pgmap v16422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:30 smithi079 bash[28699]: cluster 2023-12-08T02:22:29.278747+0000 mgr.a (mgr.14403) 21992 : cluster 0 pgmap v16423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:30 smithi194 bash[32038]: cluster 2023-12-08T02:22:29.278747+0000 mgr.a (mgr.14403) 21992 : cluster 0 pgmap v16423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:30.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:30 smithi135 bash[32435]: cluster 2023-12-08T02:22:29.278747+0000 mgr.a (mgr.14403) 21992 : cluster 0 pgmap v16423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:32.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:22:32.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:32.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:32 smithi079 bash[28699]: cluster 2023-12-08T02:22:31.279274+0000 mgr.a (mgr.14403) 21993 : cluster 0 pgmap v16424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:32.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:32 smithi194 bash[32038]: cluster 2023-12-08T02:22:31.279274+0000 mgr.a (mgr.14403) 21993 : cluster 0 pgmap v16424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:32 smithi135 bash[32435]: cluster 2023-12-08T02:22:31.279274+0000 mgr.a (mgr.14403) 21993 : cluster 0 pgmap v16424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:33.178 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:22:33.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:33.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:33.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:33.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:22:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:34 smithi079 bash[28699]: audit 2023-12-08T02:22:32.673281+0000 mgr.a (mgr.14403) 21994 : audit 0 from='client.434790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:34 smithi079 bash[28699]: cluster 2023-12-08T02:22:33.279950+0000 mgr.a (mgr.14403) 21995 : cluster 0 pgmap v16425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:34.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:34 smithi194 bash[32038]: audit 2023-12-08T02:22:32.673281+0000 mgr.a (mgr.14403) 21994 : audit 0 from='client.434790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:34.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:34 smithi194 bash[32038]: cluster 2023-12-08T02:22:33.279950+0000 mgr.a (mgr.14403) 21995 : cluster 0 pgmap v16425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:34.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:34 smithi135 bash[32435]: audit 2023-12-08T02:22:32.673281+0000 mgr.a (mgr.14403) 21994 : audit 0 from='client.434790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:34.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:34 smithi135 bash[32435]: cluster 2023-12-08T02:22:33.279950+0000 mgr.a (mgr.14403) 21995 : cluster 0 pgmap v16425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:35.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:35 smithi079 bash[28699]: cluster 2023-12-08T02:22:35.280851+0000 mgr.a (mgr.14403) 21996 : cluster 0 pgmap v16426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:35 smithi194 bash[32038]: cluster 2023-12-08T02:22:35.280851+0000 mgr.a (mgr.14403) 21996 : cluster 0 pgmap v16426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:35 smithi135 bash[32435]: cluster 2023-12-08T02:22:35.280851+0000 mgr.a (mgr.14403) 21996 : cluster 0 pgmap v16426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:38.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:22:38.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:38.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:38 smithi079 bash[28699]: cluster 2023-12-08T02:22:37.281396+0000 mgr.a (mgr.14403) 21997 : cluster 0 pgmap v16427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:38.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:38 smithi194 bash[32038]: cluster 2023-12-08T02:22:37.281396+0000 mgr.a (mgr.14403) 21997 : cluster 0 pgmap v16427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:38.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:38 smithi135 bash[32435]: cluster 2023-12-08T02:22:37.281396+0000 mgr.a (mgr.14403) 21997 : cluster 0 pgmap v16427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:39.080 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:22:39.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:39.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:39.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:39.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:22:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:40 smithi079 bash[28699]: audit 2023-12-08T02:22:38.590776+0000 mgr.a (mgr.14403) 21998 : audit 0 from='client.434865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:40 smithi079 bash[28699]: cluster 2023-12-08T02:22:39.282406+0000 mgr.a (mgr.14403) 21999 : cluster 0 pgmap v16428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:40.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:40 smithi194 bash[32038]: audit 2023-12-08T02:22:38.590776+0000 mgr.a (mgr.14403) 21998 : audit 0 from='client.434865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:40.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:40 smithi194 bash[32038]: cluster 2023-12-08T02:22:39.282406+0000 mgr.a (mgr.14403) 21999 : cluster 0 pgmap v16428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:40.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:40 smithi135 bash[32435]: audit 2023-12-08T02:22:38.590776+0000 mgr.a (mgr.14403) 21998 : audit 0 from='client.434865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:40.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:40 smithi135 bash[32435]: cluster 2023-12-08T02:22:39.282406+0000 mgr.a (mgr.14403) 21999 : cluster 0 pgmap v16428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:42 smithi079 bash[28699]: cluster 2023-12-08T02:22:41.282987+0000 mgr.a (mgr.14403) 22000 : cluster 0 pgmap v16429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:42 smithi194 bash[32038]: cluster 2023-12-08T02:22:41.282987+0000 mgr.a (mgr.14403) 22000 : cluster 0 pgmap v16429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:42 smithi135 bash[32435]: cluster 2023-12-08T02:22:41.282987+0000 mgr.a (mgr.14403) 22000 : cluster 0 pgmap v16429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:44.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:22:44.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:44.084 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:44 smithi079 bash[28699]: cluster 2023-12-08T02:22:43.283556+0000 mgr.a (mgr.14403) 22001 : cluster 0 pgmap v16430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:44.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:44 smithi194 bash[32038]: cluster 2023-12-08T02:22:43.283556+0000 mgr.a (mgr.14403) 22001 : cluster 0 pgmap v16430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:44 smithi135 bash[32435]: cluster 2023-12-08T02:22:43.283556+0000 mgr.a (mgr.14403) 22001 : cluster 0 pgmap v16430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:45.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:45.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:45.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:45.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:22:45.007 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:22:45.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:45 smithi079 bash[28699]: audit 2023-12-08T02:22:44.497693+0000 mgr.a (mgr.14403) 22002 : audit 0 from='client.434943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:45 smithi194 bash[32038]: audit 2023-12-08T02:22:44.497693+0000 mgr.a (mgr.14403) 22002 : audit 0 from='client.434943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:45.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:45 smithi135 bash[32435]: audit 2023-12-08T02:22:44.497693+0000 mgr.a (mgr.14403) 22002 : audit 0 from='client.434943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:46 smithi079 bash[28699]: cluster 2023-12-08T02:22:45.284558+0000 mgr.a (mgr.14403) 22003 : cluster 0 pgmap v16431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:46 smithi194 bash[32038]: cluster 2023-12-08T02:22:45.284558+0000 mgr.a (mgr.14403) 22003 : cluster 0 pgmap v16431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:46 smithi135 bash[32435]: cluster 2023-12-08T02:22:45.284558+0000 mgr.a (mgr.14403) 22003 : cluster 0 pgmap v16431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:48.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:48 smithi079 bash[28699]: cluster 2023-12-08T02:22:47.285146+0000 mgr.a (mgr.14403) 22004 : cluster 0 pgmap v16432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:48 smithi194 bash[32038]: cluster 2023-12-08T02:22:47.285146+0000 mgr.a (mgr.14403) 22004 : cluster 0 pgmap v16432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:48 smithi135 bash[32435]: cluster 2023-12-08T02:22:47.285146+0000 mgr.a (mgr.14403) 22004 : cluster 0 pgmap v16432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:22:49.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:49 smithi079 bash[28699]: audit 2023-12-08T02:22:49.251641+0000 mon.a (mon.0) 3493 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:22:49.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:49 smithi194 bash[32038]: audit 2023-12-08T02:22:49.251641+0000 mon.a (mon.0) 3493 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:22:49.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:49 smithi135 bash[32435]: audit 2023-12-08T02:22:49.251641+0000 mon.a (mon.0) 3493 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:22:50.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:22:50.010 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:50.011 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:50 smithi079 bash[28699]: cluster 2023-12-08T02:22:49.285858+0000 mgr.a (mgr.14403) 22005 : cluster 0 pgmap v16433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:50 smithi079 bash[28699]: audit 2023-12-08T02:22:49.781528+0000 mon.a (mon.0) 3494 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:22:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:50 smithi079 bash[28699]: audit 2023-12-08T02:22:49.791843+0000 mon.a (mon.0) 3495 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:22:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:50 smithi194 bash[32038]: cluster 2023-12-08T02:22:49.285858+0000 mgr.a (mgr.14403) 22005 : cluster 0 pgmap v16433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:50 smithi194 bash[32038]: audit 2023-12-08T02:22:49.781528+0000 mon.a (mon.0) 3494 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:22:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:50 smithi194 bash[32038]: audit 2023-12-08T02:22:49.791843+0000 mon.a (mon.0) 3495 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:22:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:50 smithi135 bash[32435]: cluster 2023-12-08T02:22:49.285858+0000 mgr.a (mgr.14403) 22005 : cluster 0 pgmap v16433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:50 smithi135 bash[32435]: audit 2023-12-08T02:22:49.781528+0000 mon.a (mon.0) 3494 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:22:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:50 smithi135 bash[32435]: audit 2023-12-08T02:22:49.791843+0000 mon.a (mon.0) 3495 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:22:50.913 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:22:50.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:50.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:50.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:50.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:22:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:51 smithi079 bash[28699]: audit 2023-12-08T02:22:50.411275+0000 mgr.a (mgr.14403) 22006 : audit 0 from='client.435018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:51 smithi079 bash[28699]: audit 2023-12-08T02:22:50.529263+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:22:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:51 smithi079 bash[28699]: audit 2023-12-08T02:22:50.531388+0000 mon.a (mon.0) 3497 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:22:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:51 smithi079 bash[28699]: audit 2023-12-08T02:22:50.539922+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:22:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:51 smithi194 bash[32038]: audit 2023-12-08T02:22:50.411275+0000 mgr.a (mgr.14403) 22006 : audit 0 from='client.435018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:51 smithi194 bash[32038]: audit 2023-12-08T02:22:50.529263+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:22:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:51 smithi194 bash[32038]: audit 2023-12-08T02:22:50.531388+0000 mon.a (mon.0) 3497 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:22:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:51 smithi194 bash[32038]: audit 2023-12-08T02:22:50.539922+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:22:51.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:51 smithi135 bash[32435]: audit 2023-12-08T02:22:50.411275+0000 mgr.a (mgr.14403) 22006 : audit 0 from='client.435018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:51.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:51 smithi135 bash[32435]: audit 2023-12-08T02:22:50.529263+0000 mon.a (mon.0) 3496 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:22:51.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:51 smithi135 bash[32435]: audit 2023-12-08T02:22:50.531388+0000 mon.a (mon.0) 3497 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:22:51.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:51 smithi135 bash[32435]: audit 2023-12-08T02:22:50.539922+0000 mon.a (mon.0) 3498 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:22:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:52 smithi079 bash[28699]: cluster 2023-12-08T02:22:51.286490+0000 mgr.a (mgr.14403) 22007 : cluster 0 pgmap v16434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:52 smithi194 bash[32038]: cluster 2023-12-08T02:22:51.286490+0000 mgr.a (mgr.14403) 22007 : cluster 0 pgmap v16434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:52 smithi135 bash[32435]: cluster 2023-12-08T02:22:51.286490+0000 mgr.a (mgr.14403) 22007 : cluster 0 pgmap v16434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:54.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:54 smithi079 bash[28699]: cluster 2023-12-08T02:22:53.287105+0000 mgr.a (mgr.14403) 22008 : cluster 0 pgmap v16435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:54.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:54 smithi194 bash[32038]: cluster 2023-12-08T02:22:53.287105+0000 mgr.a (mgr.14403) 22008 : cluster 0 pgmap v16435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:54 smithi135 bash[32435]: cluster 2023-12-08T02:22:53.287105+0000 mgr.a (mgr.14403) 22008 : cluster 0 pgmap v16435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:55 smithi079 bash[28699]: cluster 2023-12-08T02:22:55.287908+0000 mgr.a (mgr.14403) 22009 : cluster 0 pgmap v16436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:55.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:22:55.915 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:22:55.915 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:22:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:55 smithi194 bash[32038]: cluster 2023-12-08T02:22:55.287908+0000 mgr.a (mgr.14403) 22009 : cluster 0 pgmap v16436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:55.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:55 smithi135 bash[32435]: cluster 2023-12-08T02:22:55.287908+0000 mgr.a (mgr.14403) 22009 : cluster 0 pgmap v16436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:22:56.844 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:22:56.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:22:56.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:22:56.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:22:56.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:22:56.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:56 smithi079 bash[28699]: audit 2023-12-08T02:22:56.326488+0000 mgr.a (mgr.14403) 22010 : audit 0 from='client.435096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:56.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:56 smithi194 bash[32038]: audit 2023-12-08T02:22:56.326488+0000 mgr.a (mgr.14403) 22010 : audit 0 from='client.435096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:56.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:56 smithi135 bash[32435]: audit 2023-12-08T02:22:56.326488+0000 mgr.a (mgr.14403) 22010 : audit 0 from='client.435096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:22:57.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:22:57 smithi194 bash[32038]: cluster 2023-12-08T02:22:57.288700+0000 mgr.a (mgr.14403) 22011 : cluster 0 pgmap v16437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:57.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:22:57 smithi135 bash[32435]: cluster 2023-12-08T02:22:57.288700+0000 mgr.a (mgr.14403) 22011 : cluster 0 pgmap v16437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:22:58.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:22:57 smithi079 bash[28699]: cluster 2023-12-08T02:22:57.288700+0000 mgr.a (mgr.14403) 22011 : cluster 0 pgmap v16437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:00 smithi079 bash[28699]: cluster 2023-12-08T02:22:59.289563+0000 mgr.a (mgr.14403) 22012 : cluster 0 pgmap v16438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:00 smithi194 bash[32038]: cluster 2023-12-08T02:22:59.289563+0000 mgr.a (mgr.14403) 22012 : cluster 0 pgmap v16438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:00.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:00 smithi135 bash[32435]: cluster 2023-12-08T02:22:59.289563+0000 mgr.a (mgr.14403) 22012 : cluster 0 pgmap v16438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:01.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:23:01.848 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:01.848 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:02 smithi079 bash[28699]: cluster 2023-12-08T02:23:01.290124+0000 mgr.a (mgr.14403) 22013 : cluster 0 pgmap v16439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:02 smithi194 bash[32038]: cluster 2023-12-08T02:23:01.290124+0000 mgr.a (mgr.14403) 22013 : cluster 0 pgmap v16439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:02 smithi135 bash[32435]: cluster 2023-12-08T02:23:01.290124+0000 mgr.a (mgr.14403) 22013 : cluster 0 pgmap v16439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:02.787 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:23:02.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:02.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:02.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:02.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:23:03.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:03 smithi079 bash[28699]: audit 2023-12-08T02:23:02.261121+0000 mgr.a (mgr.14403) 22014 : audit 0 from='client.435171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:03.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:03 smithi194 bash[32038]: audit 2023-12-08T02:23:02.261121+0000 mgr.a (mgr.14403) 22014 : audit 0 from='client.435171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:03.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:03 smithi135 bash[32435]: audit 2023-12-08T02:23:02.261121+0000 mgr.a (mgr.14403) 22014 : audit 0 from='client.435171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:04 smithi079 bash[28699]: cluster 2023-12-08T02:23:03.290761+0000 mgr.a (mgr.14403) 22015 : cluster 0 pgmap v16440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:04.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:04 smithi194 bash[32038]: cluster 2023-12-08T02:23:03.290761+0000 mgr.a (mgr.14403) 22015 : cluster 0 pgmap v16440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:04.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:04 smithi135 bash[32435]: cluster 2023-12-08T02:23:03.290761+0000 mgr.a (mgr.14403) 22015 : cluster 0 pgmap v16440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:05 smithi079 bash[28699]: cluster 2023-12-08T02:23:05.291595+0000 mgr.a (mgr.14403) 22016 : cluster 0 pgmap v16441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:05 smithi194 bash[32038]: cluster 2023-12-08T02:23:05.291595+0000 mgr.a (mgr.14403) 22016 : cluster 0 pgmap v16441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:05.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:05 smithi135 bash[32435]: cluster 2023-12-08T02:23:05.291595+0000 mgr.a (mgr.14403) 22016 : cluster 0 pgmap v16441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:07.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:23:07.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:07.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:08.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:08 smithi079 bash[28699]: cluster 2023-12-08T02:23:07.292181+0000 mgr.a (mgr.14403) 22017 : cluster 0 pgmap v16442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:08 smithi194 bash[32038]: cluster 2023-12-08T02:23:07.292181+0000 mgr.a (mgr.14403) 22017 : cluster 0 pgmap v16442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:08.702 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:23:08.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:08.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:08.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:08.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:23:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:08 smithi135 bash[32435]: cluster 2023-12-08T02:23:07.292181+0000 mgr.a (mgr.14403) 22017 : cluster 0 pgmap v16442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:09.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:09 smithi079 bash[28699]: audit 2023-12-08T02:23:08.197348+0000 mgr.a (mgr.14403) 22018 : audit 0 from='client.435246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:09.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:09 smithi194 bash[32038]: audit 2023-12-08T02:23:08.197348+0000 mgr.a (mgr.14403) 22018 : audit 0 from='client.435246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:09.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:09 smithi135 bash[32435]: audit 2023-12-08T02:23:08.197348+0000 mgr.a (mgr.14403) 22018 : audit 0 from='client.435246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:10 smithi079 bash[28699]: cluster 2023-12-08T02:23:09.293139+0000 mgr.a (mgr.14403) 22019 : cluster 0 pgmap v16443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:23:10.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:10 smithi194 bash[32038]: cluster 2023-12-08T02:23:09.293139+0000 mgr.a (mgr.14403) 22019 : cluster 0 pgmap v16443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:23:10.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:10 smithi135 bash[32435]: cluster 2023-12-08T02:23:09.293139+0000 mgr.a (mgr.14403) 22019 : cluster 0 pgmap v16443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:23:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:12 smithi079 bash[28699]: cluster 2023-12-08T02:23:11.293721+0000 mgr.a (mgr.14403) 22020 : cluster 0 pgmap v16444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:23:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:12 smithi194 bash[32038]: cluster 2023-12-08T02:23:11.293721+0000 mgr.a (mgr.14403) 22020 : cluster 0 pgmap v16444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:23:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:12 smithi135 bash[32435]: cluster 2023-12-08T02:23:11.293721+0000 mgr.a (mgr.14403) 22020 : cluster 0 pgmap v16444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:23:13.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:23:13.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:13.707 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:14.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:14.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:14.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:14.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:23:14.641 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:23:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:14 smithi079 bash[28699]: cluster 2023-12-08T02:23:13.294322+0000 mgr.a (mgr.14403) 22021 : cluster 0 pgmap v16445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:23:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:14 smithi194 bash[32038]: cluster 2023-12-08T02:23:13.294322+0000 mgr.a (mgr.14403) 22021 : cluster 0 pgmap v16445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:23:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:14 smithi135 bash[32435]: cluster 2023-12-08T02:23:13.294322+0000 mgr.a (mgr.14403) 22021 : cluster 0 pgmap v16445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:23:15.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:15 smithi079 bash[28699]: audit 2023-12-08T02:23:14.115202+0000 mgr.a (mgr.14403) 22022 : audit 0 from='client.435324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:15.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:15 smithi194 bash[32038]: audit 2023-12-08T02:23:14.115202+0000 mgr.a (mgr.14403) 22022 : audit 0 from='client.435324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:15.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:15 smithi135 bash[32435]: audit 2023-12-08T02:23:14.115202+0000 mgr.a (mgr.14403) 22022 : audit 0 from='client.435324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:16 smithi079 bash[28699]: cluster 2023-12-08T02:23:15.295443+0000 mgr.a (mgr.14403) 22023 : cluster 0 pgmap v16446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:16 smithi194 bash[32038]: cluster 2023-12-08T02:23:15.295443+0000 mgr.a (mgr.14403) 22023 : cluster 0 pgmap v16446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:16 smithi135 bash[32435]: cluster 2023-12-08T02:23:15.295443+0000 mgr.a (mgr.14403) 22023 : cluster 0 pgmap v16446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:18 smithi079 bash[28699]: cluster 2023-12-08T02:23:17.296037+0000 mgr.a (mgr.14403) 22024 : cluster 0 pgmap v16447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:18 smithi194 bash[32038]: cluster 2023-12-08T02:23:17.296037+0000 mgr.a (mgr.14403) 22024 : cluster 0 pgmap v16447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:18.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:18 smithi135 bash[32435]: cluster 2023-12-08T02:23:17.296037+0000 mgr.a (mgr.14403) 22024 : cluster 0 pgmap v16447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:19.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:23:19.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:19.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:20.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:20.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:20.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:20.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:23:20.526 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:23:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:20 smithi079 bash[28699]: cluster 2023-12-08T02:23:19.296796+0000 mgr.a (mgr.14403) 22025 : cluster 0 pgmap v16448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:20 smithi194 bash[32038]: cluster 2023-12-08T02:23:19.296796+0000 mgr.a (mgr.14403) 22025 : cluster 0 pgmap v16448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:20.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:20 smithi135 bash[32435]: cluster 2023-12-08T02:23:19.296796+0000 mgr.a (mgr.14403) 22025 : cluster 0 pgmap v16448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:21.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:21 smithi079 bash[28699]: audit 2023-12-08T02:23:20.052561+0000 mgr.a (mgr.14403) 22026 : audit 0 from='client.435396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:21 smithi194 bash[32038]: audit 2023-12-08T02:23:20.052561+0000 mgr.a (mgr.14403) 22026 : audit 0 from='client.435396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:21.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:21 smithi135 bash[32435]: audit 2023-12-08T02:23:20.052561+0000 mgr.a (mgr.14403) 22026 : audit 0 from='client.435396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:22 smithi079 bash[28699]: cluster 2023-12-08T02:23:21.297520+0000 mgr.a (mgr.14403) 22027 : cluster 0 pgmap v16449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:23:22.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:22 smithi194 bash[32038]: cluster 2023-12-08T02:23:21.297520+0000 mgr.a (mgr.14403) 22027 : cluster 0 pgmap v16449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:23:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:22 smithi135 bash[32435]: cluster 2023-12-08T02:23:21.297520+0000 mgr.a (mgr.14403) 22027 : cluster 0 pgmap v16449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:23:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:24 smithi194 bash[32038]: cluster 2023-12-08T02:23:23.298105+0000 mgr.a (mgr.14403) 22028 : cluster 0 pgmap v16450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:23:24.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:24 smithi135 bash[32435]: cluster 2023-12-08T02:23:23.298105+0000 mgr.a (mgr.14403) 22028 : cluster 0 pgmap v16450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:23:24.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:24 smithi079 bash[28699]: cluster 2023-12-08T02:23:23.298105+0000 mgr.a (mgr.14403) 22028 : cluster 0 pgmap v16450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:23:25.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:23:25.530 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:25.530 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:25 smithi194 bash[32038]: cluster 2023-12-08T02:23:25.298903+0000 mgr.a (mgr.14403) 22029 : cluster 0 pgmap v16451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:23:25.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:25 smithi135 bash[32435]: cluster 2023-12-08T02:23:25.298903+0000 mgr.a (mgr.14403) 22029 : cluster 0 pgmap v16451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:23:26.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:25 smithi079 bash[28699]: cluster 2023-12-08T02:23:25.298903+0000 mgr.a (mgr.14403) 22029 : cluster 0 pgmap v16451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:23:26.413 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:23:26.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:26.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:26.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:26.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:23:26.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:26 smithi194 bash[32038]: audit 2023-12-08T02:23:25.925566+0000 mgr.a (mgr.14403) 22030 : audit 0 from='client.435471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:26.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:26 smithi135 bash[32435]: audit 2023-12-08T02:23:25.925566+0000 mgr.a (mgr.14403) 22030 : audit 0 from='client.435471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:27.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:26 smithi079 bash[28699]: audit 2023-12-08T02:23:25.925566+0000 mgr.a (mgr.14403) 22030 : audit 0 from='client.435471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:27.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:27 smithi194 bash[32038]: cluster 2023-12-08T02:23:27.299614+0000 mgr.a (mgr.14403) 22031 : cluster 0 pgmap v16452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:27.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:27 smithi135 bash[32435]: cluster 2023-12-08T02:23:27.299614+0000 mgr.a (mgr.14403) 22031 : cluster 0 pgmap v16452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:28.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:27 smithi079 bash[28699]: cluster 2023-12-08T02:23:27.299614+0000 mgr.a (mgr.14403) 22031 : cluster 0 pgmap v16452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:30 smithi079 bash[28699]: cluster 2023-12-08T02:23:29.300396+0000 mgr.a (mgr.14403) 22032 : cluster 0 pgmap v16453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:30 smithi194 bash[32038]: cluster 2023-12-08T02:23:29.300396+0000 mgr.a (mgr.14403) 22032 : cluster 0 pgmap v16453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:30.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:30 smithi135 bash[32435]: cluster 2023-12-08T02:23:29.300396+0000 mgr.a (mgr.14403) 22032 : cluster 0 pgmap v16453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:31.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:23:31.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:31.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:32.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:32.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:32.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:32.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:23:32.328 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:23:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:32 smithi079 bash[28699]: cluster 2023-12-08T02:23:31.301020+0000 mgr.a (mgr.14403) 22033 : cluster 0 pgmap v16454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:32.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:32 smithi194 bash[32038]: cluster 2023-12-08T02:23:31.301020+0000 mgr.a (mgr.14403) 22033 : cluster 0 pgmap v16454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:32 smithi135 bash[32435]: cluster 2023-12-08T02:23:31.301020+0000 mgr.a (mgr.14403) 22033 : cluster 0 pgmap v16454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:33 smithi079 bash[28699]: audit 2023-12-08T02:23:31.822223+0000 mgr.a (mgr.14403) 22034 : audit 0 from='client.435543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:33 smithi194 bash[32038]: audit 2023-12-08T02:23:31.822223+0000 mgr.a (mgr.14403) 22034 : audit 0 from='client.435543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:33.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:33 smithi135 bash[32435]: audit 2023-12-08T02:23:31.822223+0000 mgr.a (mgr.14403) 22034 : audit 0 from='client.435543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:34 smithi079 bash[28699]: cluster 2023-12-08T02:23:33.301720+0000 mgr.a (mgr.14403) 22035 : cluster 0 pgmap v16455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:34.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:34 smithi194 bash[32038]: cluster 2023-12-08T02:23:33.301720+0000 mgr.a (mgr.14403) 22035 : cluster 0 pgmap v16455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:34.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:34 smithi135 bash[32435]: cluster 2023-12-08T02:23:33.301720+0000 mgr.a (mgr.14403) 22035 : cluster 0 pgmap v16455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:35.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:35 smithi194 bash[32038]: cluster 2023-12-08T02:23:35.302578+0000 mgr.a (mgr.14403) 22036 : cluster 0 pgmap v16456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:35 smithi135 bash[32435]: cluster 2023-12-08T02:23:35.302578+0000 mgr.a (mgr.14403) 22036 : cluster 0 pgmap v16456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:36.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:35 smithi079 bash[28699]: cluster 2023-12-08T02:23:35.302578+0000 mgr.a (mgr.14403) 22036 : cluster 0 pgmap v16456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:37.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:23:37.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:37.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:38.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:38.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:38.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:38.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:23:38.205 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:23:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:38 smithi079 bash[28699]: cluster 2023-12-08T02:23:37.303156+0000 mgr.a (mgr.14403) 22037 : cluster 0 pgmap v16457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:38.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:38 smithi194 bash[32038]: cluster 2023-12-08T02:23:37.303156+0000 mgr.a (mgr.14403) 22037 : cluster 0 pgmap v16457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:38.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:38 smithi135 bash[32435]: cluster 2023-12-08T02:23:37.303156+0000 mgr.a (mgr.14403) 22037 : cluster 0 pgmap v16457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:39 smithi079 bash[28699]: audit 2023-12-08T02:23:37.730622+0000 mgr.a (mgr.14403) 22038 : audit 0 from='client.435618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:39 smithi194 bash[32038]: audit 2023-12-08T02:23:37.730622+0000 mgr.a (mgr.14403) 22038 : audit 0 from='client.435618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:39.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:39 smithi135 bash[32435]: audit 2023-12-08T02:23:37.730622+0000 mgr.a (mgr.14403) 22038 : audit 0 from='client.435618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:40 smithi079 bash[28699]: cluster 2023-12-08T02:23:39.303984+0000 mgr.a (mgr.14403) 22039 : cluster 0 pgmap v16458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:40.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:40 smithi194 bash[32038]: cluster 2023-12-08T02:23:39.303984+0000 mgr.a (mgr.14403) 22039 : cluster 0 pgmap v16458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:40.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:40 smithi135 bash[32435]: cluster 2023-12-08T02:23:39.303984+0000 mgr.a (mgr.14403) 22039 : cluster 0 pgmap v16458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:23:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:42 smithi079 bash[28699]: cluster 2023-12-08T02:23:41.304480+0000 mgr.a (mgr.14403) 22040 : cluster 0 pgmap v16459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:42 smithi194 bash[32038]: cluster 2023-12-08T02:23:41.304480+0000 mgr.a (mgr.14403) 22040 : cluster 0 pgmap v16459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:42 smithi135 bash[32435]: cluster 2023-12-08T02:23:41.304480+0000 mgr.a (mgr.14403) 22040 : cluster 0 pgmap v16459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:43.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:23:43.207 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:43.208 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:44.118 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:23:44.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:44.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:44.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:44.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:23:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:44 smithi079 bash[28699]: cluster 2023-12-08T02:23:43.305059+0000 mgr.a (mgr.14403) 22041 : cluster 0 pgmap v16460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:44.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:44 smithi194 bash[32038]: cluster 2023-12-08T02:23:43.305059+0000 mgr.a (mgr.14403) 22041 : cluster 0 pgmap v16460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:44 smithi135 bash[32435]: cluster 2023-12-08T02:23:43.305059+0000 mgr.a (mgr.14403) 22041 : cluster 0 pgmap v16460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:45.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:45 smithi079 bash[28699]: audit 2023-12-08T02:23:43.614559+0000 mgr.a (mgr.14403) 22042 : audit 0 from='client.435696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:45 smithi194 bash[32038]: audit 2023-12-08T02:23:43.614559+0000 mgr.a (mgr.14403) 22042 : audit 0 from='client.435696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:45.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:45 smithi135 bash[32435]: audit 2023-12-08T02:23:43.614559+0000 mgr.a (mgr.14403) 22042 : audit 0 from='client.435696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:46 smithi079 bash[28699]: cluster 2023-12-08T02:23:45.306125+0000 mgr.a (mgr.14403) 22043 : cluster 0 pgmap v16461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:46 smithi194 bash[32038]: cluster 2023-12-08T02:23:45.306125+0000 mgr.a (mgr.14403) 22043 : cluster 0 pgmap v16461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:46 smithi135 bash[32435]: cluster 2023-12-08T02:23:45.306125+0000 mgr.a (mgr.14403) 22043 : cluster 0 pgmap v16461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:48.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:48 smithi079 bash[28699]: cluster 2023-12-08T02:23:47.306698+0000 mgr.a (mgr.14403) 22044 : cluster 0 pgmap v16462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:48 smithi194 bash[32038]: cluster 2023-12-08T02:23:47.306698+0000 mgr.a (mgr.14403) 22044 : cluster 0 pgmap v16462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:48 smithi135 bash[32435]: cluster 2023-12-08T02:23:47.306698+0000 mgr.a (mgr.14403) 22044 : cluster 0 pgmap v16462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:49.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:23:49.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:49.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:50.027 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:23:50.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:50.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:50.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:50.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:23:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:50 smithi079 bash[28699]: cluster 2023-12-08T02:23:49.307454+0000 mgr.a (mgr.14403) 22045 : cluster 0 pgmap v16463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:50 smithi079 bash[28699]: audit 2023-12-08T02:23:49.527610+0000 mgr.a (mgr.14403) 22046 : audit 0 from='client.435768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:50 smithi194 bash[32038]: cluster 2023-12-08T02:23:49.307454+0000 mgr.a (mgr.14403) 22045 : cluster 0 pgmap v16463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:50 smithi194 bash[32038]: audit 2023-12-08T02:23:49.527610+0000 mgr.a (mgr.14403) 22046 : audit 0 from='client.435768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:50 smithi135 bash[32435]: cluster 2023-12-08T02:23:49.307454+0000 mgr.a (mgr.14403) 22045 : cluster 0 pgmap v16463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:50 smithi135 bash[32435]: audit 2023-12-08T02:23:49.527610+0000 mgr.a (mgr.14403) 22046 : audit 0 from='client.435768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:51 smithi194 bash[32038]: audit 2023-12-08T02:23:50.649629+0000 mon.a (mon.0) 3499 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:23:51.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:51 smithi135 bash[32435]: audit 2023-12-08T02:23:50.649629+0000 mon.a (mon.0) 3499 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:23:51.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:51 smithi079 bash[28699]: audit 2023-12-08T02:23:50.649629+0000 mon.a (mon.0) 3499 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:23:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:52 smithi194 bash[32038]: cluster 2023-12-08T02:23:51.307888+0000 mgr.a (mgr.14403) 22047 : cluster 0 pgmap v16464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:52 smithi194 bash[32038]: audit 2023-12-08T02:23:51.392463+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:23:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:52 smithi194 bash[32038]: audit 2023-12-08T02:23:51.395927+0000 mon.a (mon.0) 3501 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:23:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:52 smithi194 bash[32038]: audit 2023-12-08T02:23:51.405890+0000 mon.a (mon.0) 3502 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:23:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:52 smithi135 bash[32435]: cluster 2023-12-08T02:23:51.307888+0000 mgr.a (mgr.14403) 22047 : cluster 0 pgmap v16464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:52 smithi135 bash[32435]: audit 2023-12-08T02:23:51.392463+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:23:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:52 smithi135 bash[32435]: audit 2023-12-08T02:23:51.395927+0000 mon.a (mon.0) 3501 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:23:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:52 smithi135 bash[32435]: audit 2023-12-08T02:23:51.405890+0000 mon.a (mon.0) 3502 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:23:52.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:52 smithi079 bash[28699]: cluster 2023-12-08T02:23:51.307888+0000 mgr.a (mgr.14403) 22047 : cluster 0 pgmap v16464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:52.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:52 smithi079 bash[28699]: audit 2023-12-08T02:23:51.392463+0000 mon.a (mon.0) 3500 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:23:52.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:52 smithi079 bash[28699]: audit 2023-12-08T02:23:51.395927+0000 mon.a (mon.0) 3501 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:23:52.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:52 smithi079 bash[28699]: audit 2023-12-08T02:23:51.405890+0000 mon.a (mon.0) 3502 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:23:54.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:54 smithi194 bash[32038]: cluster 2023-12-08T02:23:53.308420+0000 mgr.a (mgr.14403) 22048 : cluster 0 pgmap v16465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:54 smithi135 bash[32435]: cluster 2023-12-08T02:23:53.308420+0000 mgr.a (mgr.14403) 22048 : cluster 0 pgmap v16465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:54.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:54 smithi079 bash[28699]: cluster 2023-12-08T02:23:53.308420+0000 mgr.a (mgr.14403) 22048 : cluster 0 pgmap v16465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:23:55.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:23:55.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:23:55.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:23:55.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:23:55.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:23:55.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:23:55.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:23:55.951 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:23:55.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:55 smithi194 bash[32038]: cluster 2023-12-08T02:23:55.309203+0000 mgr.a (mgr.14403) 22049 : cluster 0 pgmap v16466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:55.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:55 smithi194 bash[32038]: audit 2023-12-08T02:23:55.442047+0000 mgr.a (mgr.14403) 22050 : audit 0 from='client.435846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:55.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:55 smithi135 bash[32435]: cluster 2023-12-08T02:23:55.309203+0000 mgr.a (mgr.14403) 22049 : cluster 0 pgmap v16466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:55.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:55 smithi135 bash[32435]: audit 2023-12-08T02:23:55.442047+0000 mgr.a (mgr.14403) 22050 : audit 0 from='client.435846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:56.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:55 smithi079 bash[28699]: cluster 2023-12-08T02:23:55.309203+0000 mgr.a (mgr.14403) 22049 : cluster 0 pgmap v16466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:56.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:55 smithi079 bash[28699]: audit 2023-12-08T02:23:55.442047+0000 mgr.a (mgr.14403) 22050 : audit 0 from='client.435846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:23:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:23:58 smithi079 bash[28699]: cluster 2023-12-08T02:23:57.309923+0000 mgr.a (mgr.14403) 22051 : cluster 0 pgmap v16467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:58.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:23:58 smithi194 bash[32038]: cluster 2023-12-08T02:23:57.309923+0000 mgr.a (mgr.14403) 22051 : cluster 0 pgmap v16467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:23:58.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:23:58 smithi135 bash[32435]: cluster 2023-12-08T02:23:57.309923+0000 mgr.a (mgr.14403) 22051 : cluster 0 pgmap v16467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:00.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:00 smithi079 bash[28699]: cluster 2023-12-08T02:23:59.310750+0000 mgr.a (mgr.14403) 22052 : cluster 0 pgmap v16468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:00 smithi194 bash[32038]: cluster 2023-12-08T02:23:59.310750+0000 mgr.a (mgr.14403) 22052 : cluster 0 pgmap v16468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:00.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:00 smithi135 bash[32435]: cluster 2023-12-08T02:23:59.310750+0000 mgr.a (mgr.14403) 22052 : cluster 0 pgmap v16468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:00.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:24:00.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:00.955 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:01.883 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:24:01.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:01.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:01.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:01.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:24:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:02 smithi079 bash[28699]: cluster 2023-12-08T02:24:01.311335+0000 mgr.a (mgr.14403) 22053 : cluster 0 pgmap v16469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:02 smithi079 bash[28699]: audit 2023-12-08T02:24:01.363600+0000 mgr.a (mgr.14403) 22054 : audit 0 from='client.435921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:02 smithi194 bash[32038]: cluster 2023-12-08T02:24:01.311335+0000 mgr.a (mgr.14403) 22053 : cluster 0 pgmap v16469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:02 smithi194 bash[32038]: audit 2023-12-08T02:24:01.363600+0000 mgr.a (mgr.14403) 22054 : audit 0 from='client.435921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:02 smithi135 bash[32435]: cluster 2023-12-08T02:24:01.311335+0000 mgr.a (mgr.14403) 22053 : cluster 0 pgmap v16469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:02 smithi135 bash[32435]: audit 2023-12-08T02:24:01.363600+0000 mgr.a (mgr.14403) 22054 : audit 0 from='client.435921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:04 smithi079 bash[28699]: cluster 2023-12-08T02:24:03.311948+0000 mgr.a (mgr.14403) 22055 : cluster 0 pgmap v16470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:04 smithi194 bash[32038]: cluster 2023-12-08T02:24:03.311948+0000 mgr.a (mgr.14403) 22055 : cluster 0 pgmap v16470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:04.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:04 smithi135 bash[32435]: cluster 2023-12-08T02:24:03.311948+0000 mgr.a (mgr.14403) 22055 : cluster 0 pgmap v16470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:05 smithi194 bash[32038]: cluster 2023-12-08T02:24:05.312699+0000 mgr.a (mgr.14403) 22056 : cluster 0 pgmap v16471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:05.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:05 smithi135 bash[32435]: cluster 2023-12-08T02:24:05.312699+0000 mgr.a (mgr.14403) 22056 : cluster 0 pgmap v16471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:06.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:05 smithi079 bash[28699]: cluster 2023-12-08T02:24:05.312699+0000 mgr.a (mgr.14403) 22056 : cluster 0 pgmap v16471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:06.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:24:06.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:06.887 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:07.797 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:24:07.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:07.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:07.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:07.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:24:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:08 smithi079 bash[28699]: audit 2023-12-08T02:24:07.293615+0000 mgr.a (mgr.14403) 22057 : audit 0 from='client.435999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:08 smithi079 bash[28699]: cluster 2023-12-08T02:24:07.313463+0000 mgr.a (mgr.14403) 22058 : cluster 0 pgmap v16472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:08 smithi194 bash[32038]: audit 2023-12-08T02:24:07.293615+0000 mgr.a (mgr.14403) 22057 : audit 0 from='client.435999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:08 smithi194 bash[32038]: cluster 2023-12-08T02:24:07.313463+0000 mgr.a (mgr.14403) 22058 : cluster 0 pgmap v16472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:08 smithi135 bash[32435]: audit 2023-12-08T02:24:07.293615+0000 mgr.a (mgr.14403) 22057 : audit 0 from='client.435999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:08 smithi135 bash[32435]: cluster 2023-12-08T02:24:07.313463+0000 mgr.a (mgr.14403) 22058 : cluster 0 pgmap v16472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:10 smithi079 bash[28699]: cluster 2023-12-08T02:24:09.314375+0000 mgr.a (mgr.14403) 22059 : cluster 0 pgmap v16473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:10.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:10 smithi194 bash[32038]: cluster 2023-12-08T02:24:09.314375+0000 mgr.a (mgr.14403) 22059 : cluster 0 pgmap v16473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:10.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:10 smithi135 bash[32435]: cluster 2023-12-08T02:24:09.314375+0000 mgr.a (mgr.14403) 22059 : cluster 0 pgmap v16473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:12 smithi079 bash[28699]: cluster 2023-12-08T02:24:11.314961+0000 mgr.a (mgr.14403) 22060 : cluster 0 pgmap v16474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:12 smithi194 bash[32038]: cluster 2023-12-08T02:24:11.314961+0000 mgr.a (mgr.14403) 22060 : cluster 0 pgmap v16474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:12 smithi135 bash[32435]: cluster 2023-12-08T02:24:11.314961+0000 mgr.a (mgr.14403) 22060 : cluster 0 pgmap v16474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:12.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:24:12.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:12.801 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:13.711 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:24:13.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:13.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:13.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:13.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:24:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:14 smithi079 bash[28699]: audit 2023-12-08T02:24:13.205480+0000 mgr.a (mgr.14403) 22061 : audit 0 from='client.436074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:14.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:14 smithi079 bash[28699]: cluster 2023-12-08T02:24:13.315531+0000 mgr.a (mgr.14403) 22062 : cluster 0 pgmap v16475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:14 smithi194 bash[32038]: audit 2023-12-08T02:24:13.205480+0000 mgr.a (mgr.14403) 22061 : audit 0 from='client.436074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:14 smithi194 bash[32038]: cluster 2023-12-08T02:24:13.315531+0000 mgr.a (mgr.14403) 22062 : cluster 0 pgmap v16475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:14 smithi135 bash[32435]: audit 2023-12-08T02:24:13.205480+0000 mgr.a (mgr.14403) 22061 : audit 0 from='client.436074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:14 smithi135 bash[32435]: cluster 2023-12-08T02:24:13.315531+0000 mgr.a (mgr.14403) 22062 : cluster 0 pgmap v16475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:15 smithi194 bash[32038]: cluster 2023-12-08T02:24:15.316603+0000 mgr.a (mgr.14403) 22063 : cluster 0 pgmap v16476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:24:15.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:15 smithi135 bash[32435]: cluster 2023-12-08T02:24:15.316603+0000 mgr.a (mgr.14403) 22063 : cluster 0 pgmap v16476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:24:16.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:15 smithi079 bash[28699]: cluster 2023-12-08T02:24:15.316603+0000 mgr.a (mgr.14403) 22063 : cluster 0 pgmap v16476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:24:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:18 smithi079 bash[28699]: cluster 2023-12-08T02:24:17.317362+0000 mgr.a (mgr.14403) 22064 : cluster 0 pgmap v16477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:24:18.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:18 smithi194 bash[32038]: cluster 2023-12-08T02:24:17.317362+0000 mgr.a (mgr.14403) 22064 : cluster 0 pgmap v16477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:24:18.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:18 smithi135 bash[32435]: cluster 2023-12-08T02:24:17.317362+0000 mgr.a (mgr.14403) 22064 : cluster 0 pgmap v16477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:24:18.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:24:18.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:18.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:19.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:19.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:19.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:19.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:24:19.608 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:24:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:20 smithi079 bash[28699]: audit 2023-12-08T02:24:19.116326+0000 mgr.a (mgr.14403) 22065 : audit 0 from='client.436152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:20.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:20 smithi079 bash[28699]: cluster 2023-12-08T02:24:19.318075+0000 mgr.a (mgr.14403) 22066 : cluster 0 pgmap v16478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:20 smithi194 bash[32038]: audit 2023-12-08T02:24:19.116326+0000 mgr.a (mgr.14403) 22065 : audit 0 from='client.436152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:20 smithi194 bash[32038]: cluster 2023-12-08T02:24:19.318075+0000 mgr.a (mgr.14403) 22066 : cluster 0 pgmap v16478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:20.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:20 smithi135 bash[32435]: audit 2023-12-08T02:24:19.116326+0000 mgr.a (mgr.14403) 22065 : audit 0 from='client.436152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:20.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:20 smithi135 bash[32435]: cluster 2023-12-08T02:24:19.318075+0000 mgr.a (mgr.14403) 22066 : cluster 0 pgmap v16478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:22 smithi079 bash[28699]: cluster 2023-12-08T02:24:21.318697+0000 mgr.a (mgr.14403) 22067 : cluster 0 pgmap v16479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:22.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:22 smithi194 bash[32038]: cluster 2023-12-08T02:24:21.318697+0000 mgr.a (mgr.14403) 22067 : cluster 0 pgmap v16479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:22 smithi135 bash[32435]: cluster 2023-12-08T02:24:21.318697+0000 mgr.a (mgr.14403) 22067 : cluster 0 pgmap v16479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:24.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:24:24.609 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:24.610 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:24.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:24 smithi079 bash[28699]: cluster 2023-12-08T02:24:23.319244+0000 mgr.a (mgr.14403) 22068 : cluster 0 pgmap v16480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:24 smithi194 bash[32038]: cluster 2023-12-08T02:24:23.319244+0000 mgr.a (mgr.14403) 22068 : cluster 0 pgmap v16480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:24.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:24 smithi135 bash[32435]: cluster 2023-12-08T02:24:23.319244+0000 mgr.a (mgr.14403) 22068 : cluster 0 pgmap v16480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:25.551 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:24:25.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:25.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:25.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:25.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:24:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:25 smithi194 bash[32038]: audit 2023-12-08T02:24:25.024887+0000 mgr.a (mgr.14403) 22069 : audit 0 from='client.436230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:25 smithi194 bash[32038]: cluster 2023-12-08T02:24:25.320325+0000 mgr.a (mgr.14403) 22070 : cluster 0 pgmap v16481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:25.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:25 smithi135 bash[32435]: audit 2023-12-08T02:24:25.024887+0000 mgr.a (mgr.14403) 22069 : audit 0 from='client.436230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:25.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:25 smithi135 bash[32435]: cluster 2023-12-08T02:24:25.320325+0000 mgr.a (mgr.14403) 22070 : cluster 0 pgmap v16481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:26.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:25 smithi079 bash[28699]: audit 2023-12-08T02:24:25.024887+0000 mgr.a (mgr.14403) 22069 : audit 0 from='client.436230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:26.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:25 smithi079 bash[28699]: cluster 2023-12-08T02:24:25.320325+0000 mgr.a (mgr.14403) 22070 : cluster 0 pgmap v16481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:28 smithi079 bash[28699]: cluster 2023-12-08T02:24:27.321044+0000 mgr.a (mgr.14403) 22071 : cluster 0 pgmap v16482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:24:28.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:28 smithi194 bash[32038]: cluster 2023-12-08T02:24:27.321044+0000 mgr.a (mgr.14403) 22071 : cluster 0 pgmap v16482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:24:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:28 smithi135 bash[32435]: cluster 2023-12-08T02:24:27.321044+0000 mgr.a (mgr.14403) 22071 : cluster 0 pgmap v16482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:24:30.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:24:30.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:30.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:30.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:30 smithi079 bash[28699]: cluster 2023-12-08T02:24:29.321872+0000 mgr.a (mgr.14403) 22072 : cluster 0 pgmap v16483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:24:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:30 smithi194 bash[32038]: cluster 2023-12-08T02:24:29.321872+0000 mgr.a (mgr.14403) 22072 : cluster 0 pgmap v16483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:24:30.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:30 smithi135 bash[32435]: cluster 2023-12-08T02:24:29.321872+0000 mgr.a (mgr.14403) 22072 : cluster 0 pgmap v16483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:24:31.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:31.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:31.454 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:24:31.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:31.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:24:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:32 smithi079 bash[28699]: audit 2023-12-08T02:24:30.958109+0000 mgr.a (mgr.14403) 22073 : audit 0 from='client.436308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:32 smithi079 bash[28699]: cluster 2023-12-08T02:24:31.322338+0000 mgr.a (mgr.14403) 22074 : cluster 0 pgmap v16484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:32.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:32 smithi194 bash[32038]: audit 2023-12-08T02:24:30.958109+0000 mgr.a (mgr.14403) 22073 : audit 0 from='client.436308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:32.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:32 smithi194 bash[32038]: cluster 2023-12-08T02:24:31.322338+0000 mgr.a (mgr.14403) 22074 : cluster 0 pgmap v16484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:32 smithi135 bash[32435]: audit 2023-12-08T02:24:30.958109+0000 mgr.a (mgr.14403) 22073 : audit 0 from='client.436308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:32 smithi135 bash[32435]: cluster 2023-12-08T02:24:31.322338+0000 mgr.a (mgr.14403) 22074 : cluster 0 pgmap v16484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:34 smithi079 bash[28699]: cluster 2023-12-08T02:24:33.323019+0000 mgr.a (mgr.14403) 22075 : cluster 0 pgmap v16485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:34.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:34 smithi194 bash[32038]: cluster 2023-12-08T02:24:33.323019+0000 mgr.a (mgr.14403) 22075 : cluster 0 pgmap v16485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:34.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:34 smithi135 bash[32435]: cluster 2023-12-08T02:24:33.323019+0000 mgr.a (mgr.14403) 22075 : cluster 0 pgmap v16485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:35.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:35 smithi194 bash[32038]: cluster 2023-12-08T02:24:35.323855+0000 mgr.a (mgr.14403) 22076 : cluster 0 pgmap v16486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:35 smithi135 bash[32435]: cluster 2023-12-08T02:24:35.323855+0000 mgr.a (mgr.14403) 22076 : cluster 0 pgmap v16486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:36.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:35 smithi079 bash[28699]: cluster 2023-12-08T02:24:35.323855+0000 mgr.a (mgr.14403) 22076 : cluster 0 pgmap v16486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:36.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:24:36.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:36.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:37.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:37.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:37.365 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:24:37.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:37.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:24:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:38 smithi079 bash[28699]: audit 2023-12-08T02:24:36.862403+0000 mgr.a (mgr.14403) 22077 : audit 0 from='client.436380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:38 smithi079 bash[28699]: cluster 2023-12-08T02:24:37.324330+0000 mgr.a (mgr.14403) 22078 : cluster 0 pgmap v16487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:38.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:38 smithi194 bash[32038]: audit 2023-12-08T02:24:36.862403+0000 mgr.a (mgr.14403) 22077 : audit 0 from='client.436380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:38.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:38 smithi194 bash[32038]: cluster 2023-12-08T02:24:37.324330+0000 mgr.a (mgr.14403) 22078 : cluster 0 pgmap v16487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:38.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:38 smithi135 bash[32435]: audit 2023-12-08T02:24:36.862403+0000 mgr.a (mgr.14403) 22077 : audit 0 from='client.436380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:38.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:38 smithi135 bash[32435]: cluster 2023-12-08T02:24:37.324330+0000 mgr.a (mgr.14403) 22078 : cluster 0 pgmap v16487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:40 smithi079 bash[28699]: cluster 2023-12-08T02:24:39.325117+0000 mgr.a (mgr.14403) 22079 : cluster 0 pgmap v16488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:40.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:40 smithi194 bash[32038]: cluster 2023-12-08T02:24:39.325117+0000 mgr.a (mgr.14403) 22079 : cluster 0 pgmap v16488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:40.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:40 smithi135 bash[32435]: cluster 2023-12-08T02:24:39.325117+0000 mgr.a (mgr.14403) 22079 : cluster 0 pgmap v16488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:42.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:24:42.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:42.368 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:42.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:42 smithi079 bash[28699]: cluster 2023-12-08T02:24:41.325681+0000 mgr.a (mgr.14403) 22080 : cluster 0 pgmap v16489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:42 smithi194 bash[32038]: cluster 2023-12-08T02:24:41.325681+0000 mgr.a (mgr.14403) 22080 : cluster 0 pgmap v16489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:42 smithi135 bash[32435]: cluster 2023-12-08T02:24:41.325681+0000 mgr.a (mgr.14403) 22080 : cluster 0 pgmap v16489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:43.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:43.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:43.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:43.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:24:43.317 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:24:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:44 smithi079 bash[28699]: audit 2023-12-08T02:24:42.783237+0000 mgr.a (mgr.14403) 22081 : audit 0 from='client.436458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:44.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:44 smithi079 bash[28699]: cluster 2023-12-08T02:24:43.326482+0000 mgr.a (mgr.14403) 22082 : cluster 0 pgmap v16490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:44.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:44 smithi194 bash[32038]: audit 2023-12-08T02:24:42.783237+0000 mgr.a (mgr.14403) 22081 : audit 0 from='client.436458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:44.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:44 smithi194 bash[32038]: cluster 2023-12-08T02:24:43.326482+0000 mgr.a (mgr.14403) 22082 : cluster 0 pgmap v16490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:44 smithi135 bash[32435]: audit 2023-12-08T02:24:42.783237+0000 mgr.a (mgr.14403) 22081 : audit 0 from='client.436458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:44 smithi135 bash[32435]: cluster 2023-12-08T02:24:43.326482+0000 mgr.a (mgr.14403) 22082 : cluster 0 pgmap v16490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:45.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:45 smithi194 bash[32038]: cluster 2023-12-08T02:24:45.327409+0000 mgr.a (mgr.14403) 22083 : cluster 0 pgmap v16491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:45.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:45 smithi135 bash[32435]: cluster 2023-12-08T02:24:45.327409+0000 mgr.a (mgr.14403) 22083 : cluster 0 pgmap v16491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:46.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:45 smithi079 bash[28699]: cluster 2023-12-08T02:24:45.327409+0000 mgr.a (mgr.14403) 22083 : cluster 0 pgmap v16491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:24:48.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:24:48.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:48.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:48.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:48 smithi079 bash[28699]: cluster 2023-12-08T02:24:47.327969+0000 mgr.a (mgr.14403) 22084 : cluster 0 pgmap v16492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:48.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:48 smithi194 bash[32038]: cluster 2023-12-08T02:24:47.327969+0000 mgr.a (mgr.14403) 22084 : cluster 0 pgmap v16492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:48 smithi135 bash[32435]: cluster 2023-12-08T02:24:47.327969+0000 mgr.a (mgr.14403) 22084 : cluster 0 pgmap v16492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:49.235 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:24:49.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:49.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:49.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:49.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:24:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:50 smithi079 bash[28699]: audit 2023-12-08T02:24:48.735459+0000 mgr.a (mgr.14403) 22085 : audit 0 from='client.436533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:50.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:50 smithi079 bash[28699]: cluster 2023-12-08T02:24:49.329098+0000 mgr.a (mgr.14403) 22086 : cluster 0 pgmap v16493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:50 smithi194 bash[32038]: audit 2023-12-08T02:24:48.735459+0000 mgr.a (mgr.14403) 22085 : audit 0 from='client.436533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:50 smithi194 bash[32038]: cluster 2023-12-08T02:24:49.329098+0000 mgr.a (mgr.14403) 22086 : cluster 0 pgmap v16493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:50 smithi135 bash[32435]: audit 2023-12-08T02:24:48.735459+0000 mgr.a (mgr.14403) 22085 : audit 0 from='client.436533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:50 smithi135 bash[32435]: cluster 2023-12-08T02:24:49.329098+0000 mgr.a (mgr.14403) 22086 : cluster 0 pgmap v16493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:52 smithi079 bash[28699]: cluster 2023-12-08T02:24:51.329705+0000 mgr.a (mgr.14403) 22087 : cluster 0 pgmap v16494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:52 smithi079 bash[28699]: audit 2023-12-08T02:24:51.507692+0000 mon.a (mon.0) 3503 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:24:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:52 smithi079 bash[28699]: audit 2023-12-08T02:24:52.237246+0000 mon.a (mon.0) 3504 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:24:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:52 smithi079 bash[28699]: audit 2023-12-08T02:24:52.239056+0000 mon.a (mon.0) 3505 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:24:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:52 smithi079 bash[28699]: audit 2023-12-08T02:24:52.247212+0000 mon.a (mon.0) 3506 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:24:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:52 smithi194 bash[32038]: cluster 2023-12-08T02:24:51.329705+0000 mgr.a (mgr.14403) 22087 : cluster 0 pgmap v16494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:52 smithi194 bash[32038]: audit 2023-12-08T02:24:51.507692+0000 mon.a (mon.0) 3503 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:24:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:52 smithi194 bash[32038]: audit 2023-12-08T02:24:52.237246+0000 mon.a (mon.0) 3504 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:24:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:52 smithi194 bash[32038]: audit 2023-12-08T02:24:52.239056+0000 mon.a (mon.0) 3505 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:24:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:52 smithi194 bash[32038]: audit 2023-12-08T02:24:52.247212+0000 mon.a (mon.0) 3506 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:24:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:52 smithi135 bash[32435]: cluster 2023-12-08T02:24:51.329705+0000 mgr.a (mgr.14403) 22087 : cluster 0 pgmap v16494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:52 smithi135 bash[32435]: audit 2023-12-08T02:24:51.507692+0000 mon.a (mon.0) 3503 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:24:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:52 smithi135 bash[32435]: audit 2023-12-08T02:24:52.237246+0000 mon.a (mon.0) 3504 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:24:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:52 smithi135 bash[32435]: audit 2023-12-08T02:24:52.239056+0000 mon.a (mon.0) 3505 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:24:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:52 smithi135 bash[32435]: audit 2023-12-08T02:24:52.247212+0000 mon.a (mon.0) 3506 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:24:54.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:24:54.239 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:24:54.239 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:24:54.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:54 smithi194 bash[32038]: cluster 2023-12-08T02:24:53.330271+0000 mgr.a (mgr.14403) 22088 : cluster 0 pgmap v16495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:54 smithi135 bash[32435]: cluster 2023-12-08T02:24:53.330271+0000 mgr.a (mgr.14403) 22088 : cluster 0 pgmap v16495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:54.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:54 smithi079 bash[28699]: cluster 2023-12-08T02:24:53.330271+0000 mgr.a (mgr.14403) 22088 : cluster 0 pgmap v16495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:55.144 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:24:55.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:24:55.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:24:55.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:24:55.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:24:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:55 smithi194 bash[32038]: audit 2023-12-08T02:24:54.647369+0000 mgr.a (mgr.14403) 22089 : audit 0 from='client.436608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:55 smithi194 bash[32038]: cluster 2023-12-08T02:24:55.331444+0000 mgr.a (mgr.14403) 22090 : cluster 0 pgmap v16496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:55 smithi135 bash[32435]: audit 2023-12-08T02:24:54.647369+0000 mgr.a (mgr.14403) 22089 : audit 0 from='client.436608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:55 smithi135 bash[32435]: cluster 2023-12-08T02:24:55.331444+0000 mgr.a (mgr.14403) 22090 : cluster 0 pgmap v16496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:56.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:55 smithi079 bash[28699]: audit 2023-12-08T02:24:54.647369+0000 mgr.a (mgr.14403) 22089 : audit 0 from='client.436608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:24:56.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:55 smithi079 bash[28699]: cluster 2023-12-08T02:24:55.331444+0000 mgr.a (mgr.14403) 22090 : cluster 0 pgmap v16496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:24:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:24:58 smithi079 bash[28699]: cluster 2023-12-08T02:24:57.332199+0000 mgr.a (mgr.14403) 22091 : cluster 0 pgmap v16497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:58.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:24:58 smithi194 bash[32038]: cluster 2023-12-08T02:24:57.332199+0000 mgr.a (mgr.14403) 22091 : cluster 0 pgmap v16497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:24:58.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:24:58 smithi135 bash[32435]: cluster 2023-12-08T02:24:57.332199+0000 mgr.a (mgr.14403) 22091 : cluster 0 pgmap v16497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:25:00.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:25:00.148 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:00.148 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:00.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:00 smithi079 bash[28699]: cluster 2023-12-08T02:24:59.332967+0000 mgr.a (mgr.14403) 22092 : cluster 0 pgmap v16498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:00.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:00 smithi194 bash[32038]: cluster 2023-12-08T02:24:59.332967+0000 mgr.a (mgr.14403) 22092 : cluster 0 pgmap v16498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:00.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:00 smithi135 bash[32435]: cluster 2023-12-08T02:24:59.332967+0000 mgr.a (mgr.14403) 22092 : cluster 0 pgmap v16498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:01.057 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:25:01.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:01.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:01.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:01.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:25:01.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:01 smithi079 bash[28699]: audit 2023-12-08T02:25:00.557187+0000 mgr.a (mgr.14403) 22093 : audit 0 from='client.436686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:01 smithi194 bash[32038]: audit 2023-12-08T02:25:00.557187+0000 mgr.a (mgr.14403) 22093 : audit 0 from='client.436686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:01.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:01 smithi135 bash[32435]: audit 2023-12-08T02:25:00.557187+0000 mgr.a (mgr.14403) 22093 : audit 0 from='client.436686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:02.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:02 smithi194 bash[32038]: cluster 2023-12-08T02:25:01.333654+0000 mgr.a (mgr.14403) 22094 : cluster 0 pgmap v16499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:02 smithi135 bash[32435]: cluster 2023-12-08T02:25:01.333654+0000 mgr.a (mgr.14403) 22094 : cluster 0 pgmap v16499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:02.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:02 smithi079 bash[28699]: cluster 2023-12-08T02:25:01.333654+0000 mgr.a (mgr.14403) 22094 : cluster 0 pgmap v16499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:04.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:04 smithi194 bash[32038]: cluster 2023-12-08T02:25:03.334247+0000 mgr.a (mgr.14403) 22095 : cluster 0 pgmap v16500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:04.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:04 smithi135 bash[32435]: cluster 2023-12-08T02:25:03.334247+0000 mgr.a (mgr.14403) 22095 : cluster 0 pgmap v16500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:04.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:04 smithi079 bash[28699]: cluster 2023-12-08T02:25:03.334247+0000 mgr.a (mgr.14403) 22095 : cluster 0 pgmap v16500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:05 smithi194 bash[32038]: cluster 2023-12-08T02:25:05.334966+0000 mgr.a (mgr.14403) 22096 : cluster 0 pgmap v16501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:05.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:05 smithi135 bash[32435]: cluster 2023-12-08T02:25:05.334966+0000 mgr.a (mgr.14403) 22096 : cluster 0 pgmap v16501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:06.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:25:06.061 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:06.061 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:06.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:05 smithi079 bash[28699]: cluster 2023-12-08T02:25:05.334966+0000 mgr.a (mgr.14403) 22096 : cluster 0 pgmap v16501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:06.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:06 smithi194 bash[32038]: audit 2023-12-08T02:25:06.469505+0000 mgr.a (mgr.14403) 22097 : audit 0 from='client.436752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:06.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:06 smithi135 bash[32435]: audit 2023-12-08T02:25:06.469505+0000 mgr.a (mgr.14403) 22097 : audit 0 from='client.436752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:06.982 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:25:06.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:06.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:06.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:06.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:25:07.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:06 smithi079 bash[28699]: audit 2023-12-08T02:25:06.469505+0000 mgr.a (mgr.14403) 22097 : audit 0 from='client.436752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:07.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:07 smithi194 bash[32038]: cluster 2023-12-08T02:25:07.335733+0000 mgr.a (mgr.14403) 22098 : cluster 0 pgmap v16502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:07.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:07 smithi135 bash[32435]: cluster 2023-12-08T02:25:07.335733+0000 mgr.a (mgr.14403) 22098 : cluster 0 pgmap v16502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:08.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:07 smithi079 bash[28699]: cluster 2023-12-08T02:25:07.335733+0000 mgr.a (mgr.14403) 22098 : cluster 0 pgmap v16502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:10.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:10 smithi079 bash[28699]: cluster 2023-12-08T02:25:09.336554+0000 mgr.a (mgr.14403) 22099 : cluster 0 pgmap v16503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:10.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:10 smithi194 bash[32038]: cluster 2023-12-08T02:25:09.336554+0000 mgr.a (mgr.14403) 22099 : cluster 0 pgmap v16503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:10.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:10 smithi135 bash[32435]: cluster 2023-12-08T02:25:09.336554+0000 mgr.a (mgr.14403) 22099 : cluster 0 pgmap v16503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:11.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:25:11.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:11.987 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:12 smithi194 bash[32038]: cluster 2023-12-08T02:25:11.337099+0000 mgr.a (mgr.14403) 22100 : cluster 0 pgmap v16504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:12 smithi135 bash[32435]: cluster 2023-12-08T02:25:11.337099+0000 mgr.a (mgr.14403) 22100 : cluster 0 pgmap v16504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:12.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:12 smithi079 bash[28699]: cluster 2023-12-08T02:25:11.337099+0000 mgr.a (mgr.14403) 22100 : cluster 0 pgmap v16504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:12.925 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:25:12.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:12.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:12.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:12.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:25:13.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:13 smithi194 bash[32038]: audit 2023-12-08T02:25:12.389768+0000 mgr.a (mgr.14403) 22101 : audit 0 from='client.436830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:13.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:13 smithi135 bash[32435]: audit 2023-12-08T02:25:12.389768+0000 mgr.a (mgr.14403) 22101 : audit 0 from='client.436830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:13.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:13 smithi079 bash[28699]: audit 2023-12-08T02:25:12.389768+0000 mgr.a (mgr.14403) 22101 : audit 0 from='client.436830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:14.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:14 smithi194 bash[32038]: cluster 2023-12-08T02:25:13.337831+0000 mgr.a (mgr.14403) 22102 : cluster 0 pgmap v16505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:14 smithi135 bash[32435]: cluster 2023-12-08T02:25:13.337831+0000 mgr.a (mgr.14403) 22102 : cluster 0 pgmap v16505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:14.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:14 smithi079 bash[28699]: cluster 2023-12-08T02:25:13.337831+0000 mgr.a (mgr.14403) 22102 : cluster 0 pgmap v16505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:15.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:15 smithi194 bash[32038]: cluster 2023-12-08T02:25:15.338667+0000 mgr.a (mgr.14403) 22103 : cluster 0 pgmap v16506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:15.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:15 smithi135 bash[32435]: cluster 2023-12-08T02:25:15.338667+0000 mgr.a (mgr.14403) 22103 : cluster 0 pgmap v16506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:16.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:15 smithi079 bash[28699]: cluster 2023-12-08T02:25:15.338667+0000 mgr.a (mgr.14403) 22103 : cluster 0 pgmap v16506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:17.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:25:17.928 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:17.928 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:18.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:18 smithi194 bash[32038]: cluster 2023-12-08T02:25:17.339234+0000 mgr.a (mgr.14403) 22104 : cluster 0 pgmap v16507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:18.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:18 smithi135 bash[32435]: cluster 2023-12-08T02:25:17.339234+0000 mgr.a (mgr.14403) 22104 : cluster 0 pgmap v16507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:18.834 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:25:18.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:18.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:18.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:18.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:25:18.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:18 smithi079 bash[28699]: cluster 2023-12-08T02:25:17.339234+0000 mgr.a (mgr.14403) 22104 : cluster 0 pgmap v16507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:19.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:19 smithi194 bash[32038]: audit 2023-12-08T02:25:18.325329+0000 mgr.a (mgr.14403) 22105 : audit 0 from='client.436905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:19.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:19 smithi135 bash[32435]: audit 2023-12-08T02:25:18.325329+0000 mgr.a (mgr.14403) 22105 : audit 0 from='client.436905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:19.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:19 smithi079 bash[28699]: audit 2023-12-08T02:25:18.325329+0000 mgr.a (mgr.14403) 22105 : audit 0 from='client.436905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:20 smithi194 bash[32038]: cluster 2023-12-08T02:25:19.340345+0000 mgr.a (mgr.14403) 22106 : cluster 0 pgmap v16508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:25:20.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:20 smithi135 bash[32435]: cluster 2023-12-08T02:25:19.340345+0000 mgr.a (mgr.14403) 22106 : cluster 0 pgmap v16508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:25:20.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:20 smithi079 bash[28699]: cluster 2023-12-08T02:25:19.340345+0000 mgr.a (mgr.14403) 22106 : cluster 0 pgmap v16508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:25:22.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:22 smithi194 bash[32038]: cluster 2023-12-08T02:25:21.340923+0000 mgr.a (mgr.14403) 22107 : cluster 0 pgmap v16509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:25:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:22 smithi135 bash[32435]: cluster 2023-12-08T02:25:21.340923+0000 mgr.a (mgr.14403) 22107 : cluster 0 pgmap v16509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:25:22.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:22 smithi079 bash[28699]: cluster 2023-12-08T02:25:21.340923+0000 mgr.a (mgr.14403) 22107 : cluster 0 pgmap v16509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:25:23.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:25:23.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:23.837 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:24.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:24 smithi194 bash[32038]: cluster 2023-12-08T02:25:23.341541+0000 mgr.a (mgr.14403) 22108 : cluster 0 pgmap v16510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:25:24.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:24 smithi135 bash[32435]: cluster 2023-12-08T02:25:23.341541+0000 mgr.a (mgr.14403) 22108 : cluster 0 pgmap v16510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:25:24.753 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:25:24.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:24.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:24.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:24.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:25:24.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:24 smithi079 bash[28699]: cluster 2023-12-08T02:25:23.341541+0000 mgr.a (mgr.14403) 22108 : cluster 0 pgmap v16510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:25:25.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:25 smithi194 bash[32038]: audit 2023-12-08T02:25:24.244456+0000 mgr.a (mgr.14403) 22109 : audit 0 from='client.436983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:25.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:25 smithi135 bash[32435]: audit 2023-12-08T02:25:24.244456+0000 mgr.a (mgr.14403) 22109 : audit 0 from='client.436983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:25 smithi079 bash[28699]: audit 2023-12-08T02:25:24.244456+0000 mgr.a (mgr.14403) 22109 : audit 0 from='client.436983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:26.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:26 smithi194 bash[32038]: cluster 2023-12-08T02:25:25.342439+0000 mgr.a (mgr.14403) 22110 : cluster 0 pgmap v16511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:26.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:26 smithi135 bash[32435]: cluster 2023-12-08T02:25:25.342439+0000 mgr.a (mgr.14403) 22110 : cluster 0 pgmap v16511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:26.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:26 smithi079 bash[28699]: cluster 2023-12-08T02:25:25.342439+0000 mgr.a (mgr.14403) 22110 : cluster 0 pgmap v16511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:28.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:28 smithi194 bash[32038]: cluster 2023-12-08T02:25:27.343059+0000 mgr.a (mgr.14403) 22111 : cluster 0 pgmap v16512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:25:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:28 smithi135 bash[32435]: cluster 2023-12-08T02:25:27.343059+0000 mgr.a (mgr.14403) 22111 : cluster 0 pgmap v16512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:25:28.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:28 smithi079 bash[28699]: cluster 2023-12-08T02:25:27.343059+0000 mgr.a (mgr.14403) 22111 : cluster 0 pgmap v16512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:25:29.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:25:29.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:29.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:30.668 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:25:30.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:30.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:30.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:30.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:25:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:30 smithi194 bash[32038]: cluster 2023-12-08T02:25:29.343895+0000 mgr.a (mgr.14403) 22112 : cluster 0 pgmap v16513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:30.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:30 smithi135 bash[32435]: cluster 2023-12-08T02:25:29.343895+0000 mgr.a (mgr.14403) 22112 : cluster 0 pgmap v16513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:30.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:30 smithi079 bash[28699]: cluster 2023-12-08T02:25:29.343895+0000 mgr.a (mgr.14403) 22112 : cluster 0 pgmap v16513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:31.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:31 smithi194 bash[32038]: audit 2023-12-08T02:25:30.160599+0000 mgr.a (mgr.14403) 22113 : audit 0 from='client.437061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:31.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:31 smithi135 bash[32435]: audit 2023-12-08T02:25:30.160599+0000 mgr.a (mgr.14403) 22113 : audit 0 from='client.437061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:31.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:31 smithi079 bash[28699]: audit 2023-12-08T02:25:30.160599+0000 mgr.a (mgr.14403) 22113 : audit 0 from='client.437061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:32.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:32 smithi194 bash[32038]: cluster 2023-12-08T02:25:31.344560+0000 mgr.a (mgr.14403) 22114 : cluster 0 pgmap v16514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:25:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:32 smithi135 bash[32435]: cluster 2023-12-08T02:25:31.344560+0000 mgr.a (mgr.14403) 22114 : cluster 0 pgmap v16514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:25:32.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:32 smithi079 bash[28699]: cluster 2023-12-08T02:25:31.344560+0000 mgr.a (mgr.14403) 22114 : cluster 0 pgmap v16514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:25:34.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:34 smithi194 bash[32038]: cluster 2023-12-08T02:25:33.345134+0000 mgr.a (mgr.14403) 22115 : cluster 0 pgmap v16515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:25:34.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:34 smithi135 bash[32435]: cluster 2023-12-08T02:25:33.345134+0000 mgr.a (mgr.14403) 22115 : cluster 0 pgmap v16515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:25:34.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:34 smithi079 bash[28699]: cluster 2023-12-08T02:25:33.345134+0000 mgr.a (mgr.14403) 22115 : cluster 0 pgmap v16515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:25:35.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:25:35.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:35.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:35 smithi194 bash[32038]: cluster 2023-12-08T02:25:35.346098+0000 mgr.a (mgr.14403) 22116 : cluster 0 pgmap v16516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:25:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:35 smithi135 bash[32435]: cluster 2023-12-08T02:25:35.346098+0000 mgr.a (mgr.14403) 22116 : cluster 0 pgmap v16516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:25:36.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:35 smithi079 bash[28699]: cluster 2023-12-08T02:25:35.346098+0000 mgr.a (mgr.14403) 22116 : cluster 0 pgmap v16516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:25:36.591 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:25:36.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:36.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:36.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:36.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:25:36.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:36 smithi194 bash[32038]: audit 2023-12-08T02:25:36.074782+0000 mgr.a (mgr.14403) 22117 : audit 0 from='client.437139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:36.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:36 smithi135 bash[32435]: audit 2023-12-08T02:25:36.074782+0000 mgr.a (mgr.14403) 22117 : audit 0 from='client.437139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:37.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:36 smithi079 bash[28699]: audit 2023-12-08T02:25:36.074782+0000 mgr.a (mgr.14403) 22117 : audit 0 from='client.437139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:37.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:37 smithi194 bash[32038]: cluster 2023-12-08T02:25:37.346775+0000 mgr.a (mgr.14403) 22118 : cluster 0 pgmap v16517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:37.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:37 smithi135 bash[32435]: cluster 2023-12-08T02:25:37.346775+0000 mgr.a (mgr.14403) 22118 : cluster 0 pgmap v16517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:38.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:37 smithi079 bash[28699]: cluster 2023-12-08T02:25:37.346775+0000 mgr.a (mgr.14403) 22118 : cluster 0 pgmap v16517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:40.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:40 smithi194 bash[32038]: cluster 2023-12-08T02:25:39.347599+0000 mgr.a (mgr.14403) 22119 : cluster 0 pgmap v16518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:40.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:40 smithi135 bash[32435]: cluster 2023-12-08T02:25:39.347599+0000 mgr.a (mgr.14403) 22119 : cluster 0 pgmap v16518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:40.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:40 smithi079 bash[28699]: cluster 2023-12-08T02:25:39.347599+0000 mgr.a (mgr.14403) 22119 : cluster 0 pgmap v16518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:41.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:25:41.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:41.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:42.481 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:25:42.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:42.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:42.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:42.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:25:42.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:42 smithi194 bash[32038]: cluster 2023-12-08T02:25:41.348167+0000 mgr.a (mgr.14403) 22120 : cluster 0 pgmap v16519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:42 smithi135 bash[32435]: cluster 2023-12-08T02:25:41.348167+0000 mgr.a (mgr.14403) 22120 : cluster 0 pgmap v16519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:42.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:42 smithi079 bash[28699]: cluster 2023-12-08T02:25:41.348167+0000 mgr.a (mgr.14403) 22120 : cluster 0 pgmap v16519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:43 smithi194 bash[32038]: audit 2023-12-08T02:25:42.000287+0000 mgr.a (mgr.14403) 22121 : audit 0 from='client.437217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:43.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:43 smithi135 bash[32435]: audit 2023-12-08T02:25:42.000287+0000 mgr.a (mgr.14403) 22121 : audit 0 from='client.437217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:43.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:43 smithi079 bash[28699]: audit 2023-12-08T02:25:42.000287+0000 mgr.a (mgr.14403) 22121 : audit 0 from='client.437217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:44.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:44 smithi194 bash[32038]: cluster 2023-12-08T02:25:43.348809+0000 mgr.a (mgr.14403) 22122 : cluster 0 pgmap v16520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:44 smithi135 bash[32435]: cluster 2023-12-08T02:25:43.348809+0000 mgr.a (mgr.14403) 22122 : cluster 0 pgmap v16520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:44.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:44 smithi079 bash[28699]: cluster 2023-12-08T02:25:43.348809+0000 mgr.a (mgr.14403) 22122 : cluster 0 pgmap v16520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:45.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:45 smithi194 bash[32038]: cluster 2023-12-08T02:25:45.349629+0000 mgr.a (mgr.14403) 22123 : cluster 0 pgmap v16521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:45.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:45 smithi135 bash[32435]: cluster 2023-12-08T02:25:45.349629+0000 mgr.a (mgr.14403) 22123 : cluster 0 pgmap v16521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:46.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:45 smithi079 bash[28699]: cluster 2023-12-08T02:25:45.349629+0000 mgr.a (mgr.14403) 22123 : cluster 0 pgmap v16521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:47.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:25:47.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:47.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:48.397 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:25:48.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:48.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:48.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:48.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:25:48.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:48 smithi194 bash[32038]: cluster 2023-12-08T02:25:47.350170+0000 mgr.a (mgr.14403) 22124 : cluster 0 pgmap v16522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:48 smithi135 bash[32435]: cluster 2023-12-08T02:25:47.350170+0000 mgr.a (mgr.14403) 22124 : cluster 0 pgmap v16522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:48.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:48 smithi079 bash[28699]: cluster 2023-12-08T02:25:47.350170+0000 mgr.a (mgr.14403) 22124 : cluster 0 pgmap v16522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:49.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:49 smithi194 bash[32038]: audit 2023-12-08T02:25:47.895631+0000 mgr.a (mgr.14403) 22125 : audit 0 from='client.437295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:49.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:49 smithi135 bash[32435]: audit 2023-12-08T02:25:47.895631+0000 mgr.a (mgr.14403) 22125 : audit 0 from='client.437295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:49.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:49 smithi079 bash[28699]: audit 2023-12-08T02:25:47.895631+0000 mgr.a (mgr.14403) 22125 : audit 0 from='client.437295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:50.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:50 smithi194 bash[32038]: cluster 2023-12-08T02:25:49.351195+0000 mgr.a (mgr.14403) 22126 : cluster 0 pgmap v16523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:50 smithi135 bash[32435]: cluster 2023-12-08T02:25:49.351195+0000 mgr.a (mgr.14403) 22126 : cluster 0 pgmap v16523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:50.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:50 smithi079 bash[28699]: cluster 2023-12-08T02:25:49.351195+0000 mgr.a (mgr.14403) 22126 : cluster 0 pgmap v16523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:25:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:52 smithi194 bash[32038]: cluster 2023-12-08T02:25:51.351913+0000 mgr.a (mgr.14403) 22127 : cluster 0 pgmap v16524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:52 smithi194 bash[32038]: audit 2023-12-08T02:25:52.350392+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:25:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:52 smithi135 bash[32435]: cluster 2023-12-08T02:25:51.351913+0000 mgr.a (mgr.14403) 22127 : cluster 0 pgmap v16524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:52 smithi135 bash[32435]: audit 2023-12-08T02:25:52.350392+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:25:52.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:52 smithi079 bash[28699]: cluster 2023-12-08T02:25:51.351913+0000 mgr.a (mgr.14403) 22127 : cluster 0 pgmap v16524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:52.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:52 smithi079 bash[28699]: audit 2023-12-08T02:25:52.350392+0000 mon.a (mon.0) 3507 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:25:53.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:25:53.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:53.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:25:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:53 smithi194 bash[32038]: audit 2023-12-08T02:25:53.139241+0000 mon.a (mon.0) 3508 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:25:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:53 smithi194 bash[32038]: audit 2023-12-08T02:25:53.141364+0000 mon.a (mon.0) 3509 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:25:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:53 smithi194 bash[32038]: audit 2023-12-08T02:25:53.151656+0000 mon.a (mon.0) 3510 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:25:53.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:53 smithi135 bash[32435]: audit 2023-12-08T02:25:53.139241+0000 mon.a (mon.0) 3508 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:25:53.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:53 smithi135 bash[32435]: audit 2023-12-08T02:25:53.141364+0000 mon.a (mon.0) 3509 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:25:53.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:53 smithi135 bash[32435]: audit 2023-12-08T02:25:53.151656+0000 mon.a (mon.0) 3510 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:25:53.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:53 smithi079 bash[28699]: audit 2023-12-08T02:25:53.139241+0000 mon.a (mon.0) 3508 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:25:53.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:53 smithi079 bash[28699]: audit 2023-12-08T02:25:53.141364+0000 mon.a (mon.0) 3509 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:25:53.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:53 smithi079 bash[28699]: audit 2023-12-08T02:25:53.151656+0000 mon.a (mon.0) 3510 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:25:54.292 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:25:54.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:25:54.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:25:54.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:25:54.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:25:54.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:54 smithi194 bash[32038]: cluster 2023-12-08T02:25:53.352640+0000 mgr.a (mgr.14403) 22128 : cluster 0 pgmap v16525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:54 smithi135 bash[32435]: cluster 2023-12-08T02:25:53.352640+0000 mgr.a (mgr.14403) 22128 : cluster 0 pgmap v16525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:54.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:54 smithi079 bash[28699]: cluster 2023-12-08T02:25:53.352640+0000 mgr.a (mgr.14403) 22128 : cluster 0 pgmap v16525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:55.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:55 smithi194 bash[32038]: audit 2023-12-08T02:25:53.806671+0000 mgr.a (mgr.14403) 22129 : audit 0 from='client.437370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:55.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:55 smithi135 bash[32435]: audit 2023-12-08T02:25:53.806671+0000 mgr.a (mgr.14403) 22129 : audit 0 from='client.437370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:55.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:55 smithi079 bash[28699]: audit 2023-12-08T02:25:53.806671+0000 mgr.a (mgr.14403) 22129 : audit 0 from='client.437370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:25:56.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:56 smithi194 bash[32038]: cluster 2023-12-08T02:25:55.353681+0000 mgr.a (mgr.14403) 22130 : cluster 0 pgmap v16526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:56.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:56 smithi135 bash[32435]: cluster 2023-12-08T02:25:55.353681+0000 mgr.a (mgr.14403) 22130 : cluster 0 pgmap v16526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:56.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:56 smithi079 bash[28699]: cluster 2023-12-08T02:25:55.353681+0000 mgr.a (mgr.14403) 22130 : cluster 0 pgmap v16526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:25:58.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:25:58 smithi194 bash[32038]: cluster 2023-12-08T02:25:57.354207+0000 mgr.a (mgr.14403) 22131 : cluster 0 pgmap v16527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:25:58.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:25:58 smithi135 bash[32435]: cluster 2023-12-08T02:25:57.354207+0000 mgr.a (mgr.14403) 22131 : cluster 0 pgmap v16527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:25:58.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:25:58 smithi079 bash[28699]: cluster 2023-12-08T02:25:57.354207+0000 mgr.a (mgr.14403) 22131 : cluster 0 pgmap v16527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:25:59.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:25:59.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:25:59.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:00.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:00.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:00.233 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:00.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:26:00.234 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:26:00.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:00 smithi194 bash[32038]: cluster 2023-12-08T02:25:59.354959+0000 mgr.a (mgr.14403) 22132 : cluster 0 pgmap v16528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:00.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:00 smithi135 bash[32435]: cluster 2023-12-08T02:25:59.354959+0000 mgr.a (mgr.14403) 22132 : cluster 0 pgmap v16528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:00 smithi079 bash[28699]: cluster 2023-12-08T02:25:59.354959+0000 mgr.a (mgr.14403) 22132 : cluster 0 pgmap v16528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:01.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:01 smithi194 bash[32038]: audit 2023-12-08T02:25:59.714655+0000 mgr.a (mgr.14403) 22133 : audit 0 from='client.437445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:01.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:01 smithi135 bash[32435]: audit 2023-12-08T02:25:59.714655+0000 mgr.a (mgr.14403) 22133 : audit 0 from='client.437445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:01.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:01 smithi079 bash[28699]: audit 2023-12-08T02:25:59.714655+0000 mgr.a (mgr.14403) 22133 : audit 0 from='client.437445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:02.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:02 smithi194 bash[32038]: cluster 2023-12-08T02:26:01.355553+0000 mgr.a (mgr.14403) 22134 : cluster 0 pgmap v16529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:02 smithi135 bash[32435]: cluster 2023-12-08T02:26:01.355553+0000 mgr.a (mgr.14403) 22134 : cluster 0 pgmap v16529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:02.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:02 smithi079 bash[28699]: cluster 2023-12-08T02:26:01.355553+0000 mgr.a (mgr.14403) 22134 : cluster 0 pgmap v16529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:04 smithi194 bash[32038]: cluster 2023-12-08T02:26:03.356107+0000 mgr.a (mgr.14403) 22135 : cluster 0 pgmap v16530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:04.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:04 smithi135 bash[32435]: cluster 2023-12-08T02:26:03.356107+0000 mgr.a (mgr.14403) 22135 : cluster 0 pgmap v16530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:04.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:04 smithi079 bash[28699]: cluster 2023-12-08T02:26:03.356107+0000 mgr.a (mgr.14403) 22135 : cluster 0 pgmap v16530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:05.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:26:05.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:05.237 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:05.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:05 smithi194 bash[32038]: cluster 2023-12-08T02:26:05.356885+0000 mgr.a (mgr.14403) 22136 : cluster 0 pgmap v16531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:05.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:05 smithi135 bash[32435]: cluster 2023-12-08T02:26:05.356885+0000 mgr.a (mgr.14403) 22136 : cluster 0 pgmap v16531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:06.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:06.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:06.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:06.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:26:06.139 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:26:06.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:05 smithi079 bash[28699]: cluster 2023-12-08T02:26:05.356885+0000 mgr.a (mgr.14403) 22136 : cluster 0 pgmap v16531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:06.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:06 smithi194 bash[32038]: audit 2023-12-08T02:26:05.643385+0000 mgr.a (mgr.14403) 22137 : audit 0 from='client.437517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:06.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:06 smithi135 bash[32435]: audit 2023-12-08T02:26:05.643385+0000 mgr.a (mgr.14403) 22137 : audit 0 from='client.437517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:07.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:06 smithi079 bash[28699]: audit 2023-12-08T02:26:05.643385+0000 mgr.a (mgr.14403) 22137 : audit 0 from='client.437517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:08.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:07 smithi079 bash[28699]: cluster 2023-12-08T02:26:07.357601+0000 mgr.a (mgr.14403) 22138 : cluster 0 pgmap v16532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:08.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:07 smithi194 bash[32038]: cluster 2023-12-08T02:26:07.357601+0000 mgr.a (mgr.14403) 22138 : cluster 0 pgmap v16532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:08.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:07 smithi135 bash[32435]: cluster 2023-12-08T02:26:07.357601+0000 mgr.a (mgr.14403) 22138 : cluster 0 pgmap v16532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:10.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:10 smithi194 bash[32038]: cluster 2023-12-08T02:26:09.358421+0000 mgr.a (mgr.14403) 22139 : cluster 0 pgmap v16533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:10.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:10 smithi135 bash[32435]: cluster 2023-12-08T02:26:09.358421+0000 mgr.a (mgr.14403) 22139 : cluster 0 pgmap v16533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:10.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:10 smithi079 bash[28699]: cluster 2023-12-08T02:26:09.358421+0000 mgr.a (mgr.14403) 22139 : cluster 0 pgmap v16533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:11.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:26:11.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:11.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:12.047 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:26:12.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:12.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:12.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:12.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:26:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:12 smithi194 bash[32038]: cluster 2023-12-08T02:26:11.358825+0000 mgr.a (mgr.14403) 22140 : cluster 0 pgmap v16534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:12 smithi194 bash[32038]: audit 2023-12-08T02:26:11.555584+0000 mgr.a (mgr.14403) 22141 : audit 0 from='client.437592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:12 smithi135 bash[32435]: cluster 2023-12-08T02:26:11.358825+0000 mgr.a (mgr.14403) 22140 : cluster 0 pgmap v16534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:12 smithi135 bash[32435]: audit 2023-12-08T02:26:11.555584+0000 mgr.a (mgr.14403) 22141 : audit 0 from='client.437592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:12.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:12 smithi079 bash[28699]: cluster 2023-12-08T02:26:11.358825+0000 mgr.a (mgr.14403) 22140 : cluster 0 pgmap v16534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:12.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:12 smithi079 bash[28699]: audit 2023-12-08T02:26:11.555584+0000 mgr.a (mgr.14403) 22141 : audit 0 from='client.437592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:14.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:14 smithi194 bash[32038]: cluster 2023-12-08T02:26:13.359447+0000 mgr.a (mgr.14403) 22142 : cluster 0 pgmap v16535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:14.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:14 smithi135 bash[32435]: cluster 2023-12-08T02:26:13.359447+0000 mgr.a (mgr.14403) 22142 : cluster 0 pgmap v16535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:14.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:14 smithi079 bash[28699]: cluster 2023-12-08T02:26:13.359447+0000 mgr.a (mgr.14403) 22142 : cluster 0 pgmap v16535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:15.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:15 smithi135 bash[32435]: cluster 2023-12-08T02:26:15.360231+0000 mgr.a (mgr.14403) 22143 : cluster 0 pgmap v16536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:16.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:15 smithi079 bash[28699]: cluster 2023-12-08T02:26:15.360231+0000 mgr.a (mgr.14403) 22143 : cluster 0 pgmap v16536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:16.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:15 smithi194 bash[32038]: cluster 2023-12-08T02:26:15.360231+0000 mgr.a (mgr.14403) 22143 : cluster 0 pgmap v16536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:17.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:26:17.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:17.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:17.947 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:26:17.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:17.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:17.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:17.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:26:18.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:18 smithi194 bash[32038]: cluster 2023-12-08T02:26:17.360911+0000 mgr.a (mgr.14403) 22144 : cluster 0 pgmap v16537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:18 smithi194 bash[32038]: audit 2023-12-08T02:26:17.456283+0000 mgr.a (mgr.14403) 22145 : audit 0 from='client.437664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:18.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:18 smithi135 bash[32435]: cluster 2023-12-08T02:26:17.360911+0000 mgr.a (mgr.14403) 22144 : cluster 0 pgmap v16537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:18.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:18 smithi135 bash[32435]: audit 2023-12-08T02:26:17.456283+0000 mgr.a (mgr.14403) 22145 : audit 0 from='client.437664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:18.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:18 smithi079 bash[28699]: cluster 2023-12-08T02:26:17.360911+0000 mgr.a (mgr.14403) 22144 : cluster 0 pgmap v16537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:18.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:18 smithi079 bash[28699]: audit 2023-12-08T02:26:17.456283+0000 mgr.a (mgr.14403) 22145 : audit 0 from='client.437664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:20 smithi194 bash[32038]: cluster 2023-12-08T02:26:19.361859+0000 mgr.a (mgr.14403) 22146 : cluster 0 pgmap v16538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:20.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:20 smithi135 bash[32435]: cluster 2023-12-08T02:26:19.361859+0000 mgr.a (mgr.14403) 22146 : cluster 0 pgmap v16538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:20.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:20 smithi079 bash[28699]: cluster 2023-12-08T02:26:19.361859+0000 mgr.a (mgr.14403) 22146 : cluster 0 pgmap v16538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:22.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:22 smithi194 bash[32038]: cluster 2023-12-08T02:26:21.362437+0000 mgr.a (mgr.14403) 22147 : cluster 0 pgmap v16539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:22 smithi135 bash[32435]: cluster 2023-12-08T02:26:21.362437+0000 mgr.a (mgr.14403) 22147 : cluster 0 pgmap v16539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:22.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:22 smithi079 bash[28699]: cluster 2023-12-08T02:26:21.362437+0000 mgr.a (mgr.14403) 22147 : cluster 0 pgmap v16539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:22.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:26:22.951 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:22.952 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:23.843 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:26:23.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:23.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:23.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:23.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:26:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:24 smithi194 bash[32038]: audit 2023-12-08T02:26:23.357723+0000 mgr.a (mgr.14403) 22148 : audit 0 from='client.437739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:24 smithi194 bash[32038]: cluster 2023-12-08T02:26:23.369496+0000 mgr.a (mgr.14403) 22149 : cluster 0 pgmap v16540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:24.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:24 smithi135 bash[32435]: audit 2023-12-08T02:26:23.357723+0000 mgr.a (mgr.14403) 22148 : audit 0 from='client.437739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:24.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:24 smithi135 bash[32435]: cluster 2023-12-08T02:26:23.369496+0000 mgr.a (mgr.14403) 22149 : cluster 0 pgmap v16540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:24.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:24 smithi079 bash[28699]: audit 2023-12-08T02:26:23.357723+0000 mgr.a (mgr.14403) 22148 : audit 0 from='client.437739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:24.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:24 smithi079 bash[28699]: cluster 2023-12-08T02:26:23.369496+0000 mgr.a (mgr.14403) 22149 : cluster 0 pgmap v16540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:26.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:25 smithi079 bash[28699]: cluster 2023-12-08T02:26:25.370785+0000 mgr.a (mgr.14403) 22150 : cluster 0 pgmap v16541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:26:26.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:25 smithi194 bash[32038]: cluster 2023-12-08T02:26:25.370785+0000 mgr.a (mgr.14403) 22150 : cluster 0 pgmap v16541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:26:26.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:25 smithi135 bash[32435]: cluster 2023-12-08T02:26:25.370785+0000 mgr.a (mgr.14403) 22150 : cluster 0 pgmap v16541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:26:28.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:28 smithi194 bash[32038]: cluster 2023-12-08T02:26:27.371543+0000 mgr.a (mgr.14403) 22151 : cluster 0 pgmap v16542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:26:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:28 smithi135 bash[32435]: cluster 2023-12-08T02:26:27.371543+0000 mgr.a (mgr.14403) 22151 : cluster 0 pgmap v16542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:26:28.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:26:28.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:28.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:28.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:28 smithi079 bash[28699]: cluster 2023-12-08T02:26:27.371543+0000 mgr.a (mgr.14403) 22151 : cluster 0 pgmap v16542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:26:29.762 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:26:29.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:29.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:29.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:29.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:26:30.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:30 smithi194 bash[32038]: audit 2023-12-08T02:26:29.253235+0000 mgr.a (mgr.14403) 22152 : audit 0 from='client.437814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:30.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:30 smithi194 bash[32038]: cluster 2023-12-08T02:26:29.372358+0000 mgr.a (mgr.14403) 22153 : cluster 0 pgmap v16543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:30.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:30 smithi135 bash[32435]: audit 2023-12-08T02:26:29.253235+0000 mgr.a (mgr.14403) 22152 : audit 0 from='client.437814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:30.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:30 smithi135 bash[32435]: cluster 2023-12-08T02:26:29.372358+0000 mgr.a (mgr.14403) 22153 : cluster 0 pgmap v16543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:30.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:30 smithi079 bash[28699]: audit 2023-12-08T02:26:29.253235+0000 mgr.a (mgr.14403) 22152 : audit 0 from='client.437814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:30.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:30 smithi079 bash[28699]: cluster 2023-12-08T02:26:29.372358+0000 mgr.a (mgr.14403) 22153 : cluster 0 pgmap v16543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:32.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:32 smithi194 bash[32038]: cluster 2023-12-08T02:26:31.372990+0000 mgr.a (mgr.14403) 22154 : cluster 0 pgmap v16544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:32 smithi135 bash[32435]: cluster 2023-12-08T02:26:31.372990+0000 mgr.a (mgr.14403) 22154 : cluster 0 pgmap v16544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:32.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:32 smithi079 bash[28699]: cluster 2023-12-08T02:26:31.372990+0000 mgr.a (mgr.14403) 22154 : cluster 0 pgmap v16544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:34.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:34 smithi194 bash[32038]: cluster 2023-12-08T02:26:33.373492+0000 mgr.a (mgr.14403) 22155 : cluster 0 pgmap v16545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:34.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:34 smithi135 bash[32435]: cluster 2023-12-08T02:26:33.373492+0000 mgr.a (mgr.14403) 22155 : cluster 0 pgmap v16545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:34.765 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:26:34.766 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:34.766 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:34.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:34 smithi079 bash[28699]: cluster 2023-12-08T02:26:33.373492+0000 mgr.a (mgr.14403) 22155 : cluster 0 pgmap v16545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:26:35.675 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:26:35.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:35.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:35.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:35.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:26:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:35 smithi135 bash[32435]: audit 2023-12-08T02:26:35.175177+0000 mgr.a (mgr.14403) 22156 : audit 0 from='client.437889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:35 smithi135 bash[32435]: cluster 2023-12-08T02:26:35.374480+0000 mgr.a (mgr.14403) 22157 : cluster 0 pgmap v16546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:36.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:35 smithi079 bash[28699]: audit 2023-12-08T02:26:35.175177+0000 mgr.a (mgr.14403) 22156 : audit 0 from='client.437889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:36.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:35 smithi079 bash[28699]: cluster 2023-12-08T02:26:35.374480+0000 mgr.a (mgr.14403) 22157 : cluster 0 pgmap v16546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:36.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:35 smithi194 bash[32038]: audit 2023-12-08T02:26:35.175177+0000 mgr.a (mgr.14403) 22156 : audit 0 from='client.437889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:35 smithi194 bash[32038]: cluster 2023-12-08T02:26:35.374480+0000 mgr.a (mgr.14403) 22157 : cluster 0 pgmap v16546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:38.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:38 smithi194 bash[32038]: cluster 2023-12-08T02:26:37.375246+0000 mgr.a (mgr.14403) 22158 : cluster 0 pgmap v16547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:26:38.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:38 smithi135 bash[32435]: cluster 2023-12-08T02:26:37.375246+0000 mgr.a (mgr.14403) 22158 : cluster 0 pgmap v16547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:26:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:38 smithi079 bash[28699]: cluster 2023-12-08T02:26:37.375246+0000 mgr.a (mgr.14403) 22158 : cluster 0 pgmap v16547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:26:40.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:26:40.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:40.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:40.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:40 smithi194 bash[32038]: cluster 2023-12-08T02:26:39.376076+0000 mgr.a (mgr.14403) 22159 : cluster 0 pgmap v16548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:26:40.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:40 smithi135 bash[32435]: cluster 2023-12-08T02:26:39.376076+0000 mgr.a (mgr.14403) 22159 : cluster 0 pgmap v16548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:26:40.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:40 smithi079 bash[28699]: cluster 2023-12-08T02:26:39.376076+0000 mgr.a (mgr.14403) 22159 : cluster 0 pgmap v16548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:26:41.577 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:26:41.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:41.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:41.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:41.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:26:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:42 smithi194 bash[32038]: audit 2023-12-08T02:26:41.079372+0000 mgr.a (mgr.14403) 22160 : audit 0 from='client.437967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:42 smithi194 bash[32038]: cluster 2023-12-08T02:26:41.376837+0000 mgr.a (mgr.14403) 22161 : cluster 0 pgmap v16549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:42 smithi135 bash[32435]: audit 2023-12-08T02:26:41.079372+0000 mgr.a (mgr.14403) 22160 : audit 0 from='client.437967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:42.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:42 smithi135 bash[32435]: cluster 2023-12-08T02:26:41.376837+0000 mgr.a (mgr.14403) 22161 : cluster 0 pgmap v16549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:42.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:42 smithi079 bash[28699]: audit 2023-12-08T02:26:41.079372+0000 mgr.a (mgr.14403) 22160 : audit 0 from='client.437967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:42.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:42 smithi079 bash[28699]: cluster 2023-12-08T02:26:41.376837+0000 mgr.a (mgr.14403) 22161 : cluster 0 pgmap v16549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:44.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:44 smithi194 bash[32038]: cluster 2023-12-08T02:26:43.377571+0000 mgr.a (mgr.14403) 22162 : cluster 0 pgmap v16550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:44.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:44 smithi135 bash[32435]: cluster 2023-12-08T02:26:43.377571+0000 mgr.a (mgr.14403) 22162 : cluster 0 pgmap v16550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:44.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:44 smithi079 bash[28699]: cluster 2023-12-08T02:26:43.377571+0000 mgr.a (mgr.14403) 22162 : cluster 0 pgmap v16550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:46.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:45 smithi079 bash[28699]: cluster 2023-12-08T02:26:45.378396+0000 mgr.a (mgr.14403) 22163 : cluster 0 pgmap v16551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:46.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:45 smithi194 bash[32038]: cluster 2023-12-08T02:26:45.378396+0000 mgr.a (mgr.14403) 22163 : cluster 0 pgmap v16551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:46.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:45 smithi135 bash[32435]: cluster 2023-12-08T02:26:45.378396+0000 mgr.a (mgr.14403) 22163 : cluster 0 pgmap v16551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:46.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:26:46.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:46.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:47.494 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:26:47.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:47.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:47.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:47.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:26:48.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:48 smithi194 bash[32038]: audit 2023-12-08T02:26:46.983046+0000 mgr.a (mgr.14403) 22164 : audit 0 from='client.438036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:48 smithi194 bash[32038]: cluster 2023-12-08T02:26:47.379236+0000 mgr.a (mgr.14403) 22165 : cluster 0 pgmap v16552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:48 smithi135 bash[32435]: audit 2023-12-08T02:26:46.983046+0000 mgr.a (mgr.14403) 22164 : audit 0 from='client.438036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:48 smithi135 bash[32435]: cluster 2023-12-08T02:26:47.379236+0000 mgr.a (mgr.14403) 22165 : cluster 0 pgmap v16552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:48.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:48 smithi079 bash[28699]: audit 2023-12-08T02:26:46.983046+0000 mgr.a (mgr.14403) 22164 : audit 0 from='client.438036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:48.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:48 smithi079 bash[28699]: cluster 2023-12-08T02:26:47.379236+0000 mgr.a (mgr.14403) 22165 : cluster 0 pgmap v16552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:50.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:50 smithi194 bash[32038]: cluster 2023-12-08T02:26:49.380016+0000 mgr.a (mgr.14403) 22166 : cluster 0 pgmap v16553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:50.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:50 smithi135 bash[32435]: cluster 2023-12-08T02:26:49.380016+0000 mgr.a (mgr.14403) 22166 : cluster 0 pgmap v16553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:50.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:50 smithi079 bash[28699]: cluster 2023-12-08T02:26:49.380016+0000 mgr.a (mgr.14403) 22166 : cluster 0 pgmap v16553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:52.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:26:52.498 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:52.498 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:52.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:52 smithi194 bash[32038]: cluster 2023-12-08T02:26:51.380589+0000 mgr.a (mgr.14403) 22167 : cluster 0 pgmap v16554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:52 smithi135 bash[32435]: cluster 2023-12-08T02:26:51.380589+0000 mgr.a (mgr.14403) 22167 : cluster 0 pgmap v16554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:52.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:52 smithi079 bash[28699]: cluster 2023-12-08T02:26:51.380589+0000 mgr.a (mgr.14403) 22167 : cluster 0 pgmap v16554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:53.394 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:26:53.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:53.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:53.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:53.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:26:53.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:53 smithi194 bash[32038]: audit 2023-12-08T02:26:53.253724+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:26:53.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:53 smithi135 bash[32435]: audit 2023-12-08T02:26:53.253724+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:26:53.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:53 smithi079 bash[28699]: audit 2023-12-08T02:26:53.253724+0000 mon.a (mon.0) 3511 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:26:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:54 smithi135 bash[32435]: audit 2023-12-08T02:26:52.893105+0000 mgr.a (mgr.14403) 22168 : audit 0 from='client.438114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:54 smithi135 bash[32435]: cluster 2023-12-08T02:26:53.381040+0000 mgr.a (mgr.14403) 22169 : cluster 0 pgmap v16555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:54.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:54 smithi135 bash[32435]: audit 2023-12-08T02:26:54.004184+0000 mon.a (mon.0) 3512 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:26:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:54 smithi135 bash[32435]: audit 2023-12-08T02:26:54.005918+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:26:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:54 smithi135 bash[32435]: audit 2023-12-08T02:26:54.014686+0000 mon.a (mon.0) 3514 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:26:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:54 smithi079 bash[28699]: audit 2023-12-08T02:26:52.893105+0000 mgr.a (mgr.14403) 22168 : audit 0 from='client.438114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:54 smithi079 bash[28699]: cluster 2023-12-08T02:26:53.381040+0000 mgr.a (mgr.14403) 22169 : cluster 0 pgmap v16555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:54 smithi079 bash[28699]: audit 2023-12-08T02:26:54.004184+0000 mon.a (mon.0) 3512 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:26:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:54 smithi079 bash[28699]: audit 2023-12-08T02:26:54.005918+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:26:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:54 smithi079 bash[28699]: audit 2023-12-08T02:26:54.014686+0000 mon.a (mon.0) 3514 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:26:54.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:54 smithi194 bash[32038]: audit 2023-12-08T02:26:52.893105+0000 mgr.a (mgr.14403) 22168 : audit 0 from='client.438114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:26:54.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:54 smithi194 bash[32038]: cluster 2023-12-08T02:26:53.381040+0000 mgr.a (mgr.14403) 22169 : cluster 0 pgmap v16555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:54.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:54 smithi194 bash[32038]: audit 2023-12-08T02:26:54.004184+0000 mon.a (mon.0) 3512 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:26:54.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:54 smithi194 bash[32038]: audit 2023-12-08T02:26:54.005918+0000 mon.a (mon.0) 3513 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:26:54.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:54 smithi194 bash[32038]: audit 2023-12-08T02:26:54.014686+0000 mon.a (mon.0) 3514 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:26:56.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:55 smithi079 bash[28699]: cluster 2023-12-08T02:26:55.381832+0000 mgr.a (mgr.14403) 22170 : cluster 0 pgmap v16556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:56.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:55 smithi194 bash[32038]: cluster 2023-12-08T02:26:55.381832+0000 mgr.a (mgr.14403) 22170 : cluster 0 pgmap v16556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:56.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:55 smithi135 bash[32435]: cluster 2023-12-08T02:26:55.381832+0000 mgr.a (mgr.14403) 22170 : cluster 0 pgmap v16556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:26:58.396 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:26:58.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:26:58.397 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:26:58.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:26:58 smithi194 bash[32038]: cluster 2023-12-08T02:26:57.382404+0000 mgr.a (mgr.14403) 22171 : cluster 0 pgmap v16557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:58.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:26:58 smithi135 bash[32435]: cluster 2023-12-08T02:26:57.382404+0000 mgr.a (mgr.14403) 22171 : cluster 0 pgmap v16557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:58.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:26:58 smithi079 bash[28699]: cluster 2023-12-08T02:26:57.382404+0000 mgr.a (mgr.14403) 22171 : cluster 0 pgmap v16557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:26:59.306 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:26:59.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:26:59.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:26:59.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:26:59.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:27:00.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:00 smithi194 bash[32038]: audit 2023-12-08T02:26:58.805081+0000 mgr.a (mgr.14403) 22172 : audit 0 from='client.438192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:00.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:00 smithi194 bash[32038]: cluster 2023-12-08T02:26:59.383565+0000 mgr.a (mgr.14403) 22173 : cluster 0 pgmap v16558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:00.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:00 smithi135 bash[32435]: audit 2023-12-08T02:26:58.805081+0000 mgr.a (mgr.14403) 22172 : audit 0 from='client.438192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:00.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:00 smithi135 bash[32435]: cluster 2023-12-08T02:26:59.383565+0000 mgr.a (mgr.14403) 22173 : cluster 0 pgmap v16558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:00.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:00 smithi079 bash[28699]: audit 2023-12-08T02:26:58.805081+0000 mgr.a (mgr.14403) 22172 : audit 0 from='client.438192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:00 smithi079 bash[28699]: cluster 2023-12-08T02:26:59.383565+0000 mgr.a (mgr.14403) 22173 : cluster 0 pgmap v16558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:02.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:02 smithi194 bash[32038]: cluster 2023-12-08T02:27:01.384157+0000 mgr.a (mgr.14403) 22174 : cluster 0 pgmap v16559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:02 smithi135 bash[32435]: cluster 2023-12-08T02:27:01.384157+0000 mgr.a (mgr.14403) 22174 : cluster 0 pgmap v16559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:02.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:02 smithi079 bash[28699]: cluster 2023-12-08T02:27:01.384157+0000 mgr.a (mgr.14403) 22174 : cluster 0 pgmap v16559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:04.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:27:04.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:04.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:04.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:04 smithi194 bash[32038]: cluster 2023-12-08T02:27:03.384722+0000 mgr.a (mgr.14403) 22175 : cluster 0 pgmap v16560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:04.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:04 smithi135 bash[32435]: cluster 2023-12-08T02:27:03.384722+0000 mgr.a (mgr.14403) 22175 : cluster 0 pgmap v16560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:04.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:04 smithi079 bash[28699]: cluster 2023-12-08T02:27:03.384722+0000 mgr.a (mgr.14403) 22175 : cluster 0 pgmap v16560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:05.188 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:27:05.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:05.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:05.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:05.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:27:06.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:05 smithi079 bash[28699]: audit 2023-12-08T02:27:04.710460+0000 mgr.a (mgr.14403) 22176 : audit 0 from='client.438270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:06.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:05 smithi079 bash[28699]: cluster 2023-12-08T02:27:05.385847+0000 mgr.a (mgr.14403) 22177 : cluster 0 pgmap v16561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:05 smithi194 bash[32038]: audit 2023-12-08T02:27:04.710460+0000 mgr.a (mgr.14403) 22176 : audit 0 from='client.438270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:05 smithi194 bash[32038]: cluster 2023-12-08T02:27:05.385847+0000 mgr.a (mgr.14403) 22177 : cluster 0 pgmap v16561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:06.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:05 smithi135 bash[32435]: audit 2023-12-08T02:27:04.710460+0000 mgr.a (mgr.14403) 22176 : audit 0 from='client.438270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:06.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:05 smithi135 bash[32435]: cluster 2023-12-08T02:27:05.385847+0000 mgr.a (mgr.14403) 22177 : cluster 0 pgmap v16561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:08 smithi194 bash[32038]: cluster 2023-12-08T02:27:07.386551+0000 mgr.a (mgr.14403) 22178 : cluster 0 pgmap v16562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:08 smithi135 bash[32435]: cluster 2023-12-08T02:27:07.386551+0000 mgr.a (mgr.14403) 22178 : cluster 0 pgmap v16562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:08.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:08 smithi079 bash[28699]: cluster 2023-12-08T02:27:07.386551+0000 mgr.a (mgr.14403) 22178 : cluster 0 pgmap v16562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:10.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:27:10.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:10.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:10.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:10 smithi194 bash[32038]: cluster 2023-12-08T02:27:09.387473+0000 mgr.a (mgr.14403) 22179 : cluster 0 pgmap v16563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:10.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:10 smithi135 bash[32435]: cluster 2023-12-08T02:27:09.387473+0000 mgr.a (mgr.14403) 22179 : cluster 0 pgmap v16563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:10.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:10 smithi079 bash[28699]: cluster 2023-12-08T02:27:09.387473+0000 mgr.a (mgr.14403) 22179 : cluster 0 pgmap v16563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:11.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:11.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:11.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:11.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:27:11.086 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:27:11.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:11 smithi135 bash[32435]: audit 2023-12-08T02:27:10.602165+0000 mgr.a (mgr.14403) 22180 : audit 0 from='client.438345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:11.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:11 smithi079 bash[28699]: audit 2023-12-08T02:27:10.602165+0000 mgr.a (mgr.14403) 22180 : audit 0 from='client.438345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:11.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:11 smithi194 bash[32038]: audit 2023-12-08T02:27:10.602165+0000 mgr.a (mgr.14403) 22180 : audit 0 from='client.438345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:12.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:12 smithi135 bash[32435]: cluster 2023-12-08T02:27:11.388270+0000 mgr.a (mgr.14403) 22181 : cluster 0 pgmap v16564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:12.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:12 smithi079 bash[28699]: cluster 2023-12-08T02:27:11.388270+0000 mgr.a (mgr.14403) 22181 : cluster 0 pgmap v16564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:12.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:12 smithi194 bash[32038]: cluster 2023-12-08T02:27:11.388270+0000 mgr.a (mgr.14403) 22181 : cluster 0 pgmap v16564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:14.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:14 smithi079 bash[28699]: cluster 2023-12-08T02:27:13.388856+0000 mgr.a (mgr.14403) 22182 : cluster 0 pgmap v16565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:14.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:14 smithi194 bash[32038]: cluster 2023-12-08T02:27:13.388856+0000 mgr.a (mgr.14403) 22182 : cluster 0 pgmap v16565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:14.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:14 smithi135 bash[32435]: cluster 2023-12-08T02:27:13.388856+0000 mgr.a (mgr.14403) 22182 : cluster 0 pgmap v16565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:16.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:27:16.089 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:16.089 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:16.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:15 smithi079 bash[28699]: cluster 2023-12-08T02:27:15.389681+0000 mgr.a (mgr.14403) 22183 : cluster 0 pgmap v16566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:16.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:15 smithi194 bash[32038]: cluster 2023-12-08T02:27:15.389681+0000 mgr.a (mgr.14403) 22183 : cluster 0 pgmap v16566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:16.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:15 smithi135 bash[32435]: cluster 2023-12-08T02:27:15.389681+0000 mgr.a (mgr.14403) 22183 : cluster 0 pgmap v16566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:16.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:16.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:16.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:16.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:27:16.976 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:27:17.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:16 smithi079 bash[28699]: audit 2023-12-08T02:27:16.490097+0000 mgr.a (mgr.14403) 22184 : audit 0 from='client.438417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:17.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:16 smithi194 bash[32038]: audit 2023-12-08T02:27:16.490097+0000 mgr.a (mgr.14403) 22184 : audit 0 from='client.438417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:17.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:16 smithi135 bash[32435]: audit 2023-12-08T02:27:16.490097+0000 mgr.a (mgr.14403) 22184 : audit 0 from='client.438417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:18.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:17 smithi079 bash[28699]: cluster 2023-12-08T02:27:17.390415+0000 mgr.a (mgr.14403) 22185 : cluster 0 pgmap v16567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:18.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:17 smithi194 bash[32038]: cluster 2023-12-08T02:27:17.390415+0000 mgr.a (mgr.14403) 22185 : cluster 0 pgmap v16567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:18.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:17 smithi135 bash[32435]: cluster 2023-12-08T02:27:17.390415+0000 mgr.a (mgr.14403) 22185 : cluster 0 pgmap v16567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:20.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:20 smithi194 bash[32038]: cluster 2023-12-08T02:27:19.391294+0000 mgr.a (mgr.14403) 22186 : cluster 0 pgmap v16568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:20.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:20 smithi135 bash[32435]: cluster 2023-12-08T02:27:19.391294+0000 mgr.a (mgr.14403) 22186 : cluster 0 pgmap v16568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:20.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:20 smithi079 bash[28699]: cluster 2023-12-08T02:27:19.391294+0000 mgr.a (mgr.14403) 22186 : cluster 0 pgmap v16568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:21.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:27:21.979 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:21.979 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:22.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:22 smithi194 bash[32038]: cluster 2023-12-08T02:27:21.391800+0000 mgr.a (mgr.14403) 22187 : cluster 0 pgmap v16569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:22.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:22 smithi135 bash[32435]: cluster 2023-12-08T02:27:21.391800+0000 mgr.a (mgr.14403) 22187 : cluster 0 pgmap v16569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:22.877 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:27:22.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:22.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:22.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:22.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:27:22.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:22 smithi079 bash[28699]: cluster 2023-12-08T02:27:21.391800+0000 mgr.a (mgr.14403) 22187 : cluster 0 pgmap v16569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:23.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:23 smithi079 bash[28699]: audit 2023-12-08T02:27:22.378711+0000 mgr.a (mgr.14403) 22188 : audit 0 from='client.438492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:23.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:23 smithi194 bash[32038]: audit 2023-12-08T02:27:22.378711+0000 mgr.a (mgr.14403) 22188 : audit 0 from='client.438492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:23.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:23 smithi135 bash[32435]: audit 2023-12-08T02:27:22.378711+0000 mgr.a (mgr.14403) 22188 : audit 0 from='client.438492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:24.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:24 smithi079 bash[28699]: cluster 2023-12-08T02:27:23.392541+0000 mgr.a (mgr.14403) 22189 : cluster 0 pgmap v16570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:24.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:24 smithi194 bash[32038]: cluster 2023-12-08T02:27:23.392541+0000 mgr.a (mgr.14403) 22189 : cluster 0 pgmap v16570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:24.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:24 smithi135 bash[32435]: cluster 2023-12-08T02:27:23.392541+0000 mgr.a (mgr.14403) 22189 : cluster 0 pgmap v16570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:26.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:25 smithi079 bash[28699]: cluster 2023-12-08T02:27:25.393366+0000 mgr.a (mgr.14403) 22190 : cluster 0 pgmap v16571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:26.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:25 smithi194 bash[32038]: cluster 2023-12-08T02:27:25.393366+0000 mgr.a (mgr.14403) 22190 : cluster 0 pgmap v16571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:26.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:25 smithi135 bash[32435]: cluster 2023-12-08T02:27:25.393366+0000 mgr.a (mgr.14403) 22190 : cluster 0 pgmap v16571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:27.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:27:27.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:27.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:28.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:28 smithi194 bash[32038]: cluster 2023-12-08T02:27:27.393949+0000 mgr.a (mgr.14403) 22191 : cluster 0 pgmap v16572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:28 smithi135 bash[32435]: cluster 2023-12-08T02:27:27.393949+0000 mgr.a (mgr.14403) 22191 : cluster 0 pgmap v16572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:28.819 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:27:28.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:28.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:28.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:28.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:27:28.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:28 smithi079 bash[28699]: cluster 2023-12-08T02:27:27.393949+0000 mgr.a (mgr.14403) 22191 : cluster 0 pgmap v16572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:29.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:29 smithi079 bash[28699]: audit 2023-12-08T02:27:28.292627+0000 mgr.a (mgr.14403) 22192 : audit 0 from='client.438570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:29.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:29 smithi194 bash[32038]: audit 2023-12-08T02:27:28.292627+0000 mgr.a (mgr.14403) 22192 : audit 0 from='client.438570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:29.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:29 smithi135 bash[32435]: audit 2023-12-08T02:27:28.292627+0000 mgr.a (mgr.14403) 22192 : audit 0 from='client.438570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:30.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:30 smithi079 bash[28699]: cluster 2023-12-08T02:27:29.395030+0000 mgr.a (mgr.14403) 22193 : cluster 0 pgmap v16573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:27:30.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:30 smithi194 bash[32038]: cluster 2023-12-08T02:27:29.395030+0000 mgr.a (mgr.14403) 22193 : cluster 0 pgmap v16573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:27:30.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:30 smithi135 bash[32435]: cluster 2023-12-08T02:27:29.395030+0000 mgr.a (mgr.14403) 22193 : cluster 0 pgmap v16573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:27:32.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:32 smithi079 bash[28699]: cluster 2023-12-08T02:27:31.395571+0000 mgr.a (mgr.14403) 22194 : cluster 0 pgmap v16574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:27:32.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:32 smithi194 bash[32038]: cluster 2023-12-08T02:27:31.395571+0000 mgr.a (mgr.14403) 22194 : cluster 0 pgmap v16574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:27:32.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:32 smithi135 bash[32435]: cluster 2023-12-08T02:27:31.395571+0000 mgr.a (mgr.14403) 22194 : cluster 0 pgmap v16574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:27:33.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:27:33.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:33.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:34.742 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:27:34.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:34.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:34.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:34.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:27:34.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:34 smithi079 bash[28699]: cluster 2023-12-08T02:27:33.396126+0000 mgr.a (mgr.14403) 22195 : cluster 0 pgmap v16575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:27:34.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:34 smithi194 bash[32038]: cluster 2023-12-08T02:27:33.396126+0000 mgr.a (mgr.14403) 22195 : cluster 0 pgmap v16575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:27:34.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:34 smithi135 bash[32435]: cluster 2023-12-08T02:27:33.396126+0000 mgr.a (mgr.14403) 22195 : cluster 0 pgmap v16575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:27:35.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:35 smithi079 bash[28699]: audit 2023-12-08T02:27:34.230621+0000 mgr.a (mgr.14403) 22196 : audit 0 from='client.438648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:35.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:35 smithi194 bash[32038]: audit 2023-12-08T02:27:34.230621+0000 mgr.a (mgr.14403) 22196 : audit 0 from='client.438648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:35 smithi135 bash[32435]: audit 2023-12-08T02:27:34.230621+0000 mgr.a (mgr.14403) 22196 : audit 0 from='client.438648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:36.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:36 smithi079 bash[28699]: cluster 2023-12-08T02:27:35.397194+0000 mgr.a (mgr.14403) 22197 : cluster 0 pgmap v16576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:36.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:36 smithi194 bash[32038]: cluster 2023-12-08T02:27:35.397194+0000 mgr.a (mgr.14403) 22197 : cluster 0 pgmap v16576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:36.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:36 smithi135 bash[32435]: cluster 2023-12-08T02:27:35.397194+0000 mgr.a (mgr.14403) 22197 : cluster 0 pgmap v16576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:38.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:38 smithi079 bash[28699]: cluster 2023-12-08T02:27:37.397785+0000 mgr.a (mgr.14403) 22198 : cluster 0 pgmap v16577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:38.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:38 smithi194 bash[32038]: cluster 2023-12-08T02:27:37.397785+0000 mgr.a (mgr.14403) 22198 : cluster 0 pgmap v16577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:38.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:38 smithi135 bash[32435]: cluster 2023-12-08T02:27:37.397785+0000 mgr.a (mgr.14403) 22198 : cluster 0 pgmap v16577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:27:39.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:27:39.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:39.747 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:40.665 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:27:40.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:40.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:40.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:40.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:27:40.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:40 smithi079 bash[28699]: cluster 2023-12-08T02:27:39.398550+0000 mgr.a (mgr.14403) 22199 : cluster 0 pgmap v16578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:40.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:40 smithi194 bash[32038]: cluster 2023-12-08T02:27:39.398550+0000 mgr.a (mgr.14403) 22199 : cluster 0 pgmap v16578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:40.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:40 smithi135 bash[32435]: cluster 2023-12-08T02:27:39.398550+0000 mgr.a (mgr.14403) 22199 : cluster 0 pgmap v16578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:41.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:41 smithi079 bash[28699]: audit 2023-12-08T02:27:40.152755+0000 mgr.a (mgr.14403) 22200 : audit 0 from='client.438720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:41.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:41 smithi194 bash[32038]: audit 2023-12-08T02:27:40.152755+0000 mgr.a (mgr.14403) 22200 : audit 0 from='client.438720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:41.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:41 smithi135 bash[32435]: audit 2023-12-08T02:27:40.152755+0000 mgr.a (mgr.14403) 22200 : audit 0 from='client.438720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:42.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:42 smithi079 bash[28699]: cluster 2023-12-08T02:27:41.399321+0000 mgr.a (mgr.14403) 22201 : cluster 0 pgmap v16579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:27:42.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:42 smithi194 bash[32038]: cluster 2023-12-08T02:27:41.399321+0000 mgr.a (mgr.14403) 22201 : cluster 0 pgmap v16579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:27:42.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:42 smithi135 bash[32435]: cluster 2023-12-08T02:27:41.399321+0000 mgr.a (mgr.14403) 22201 : cluster 0 pgmap v16579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:27:44.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:44 smithi079 bash[28699]: cluster 2023-12-08T02:27:43.399925+0000 mgr.a (mgr.14403) 22202 : cluster 0 pgmap v16580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:27:44.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:44 smithi194 bash[32038]: cluster 2023-12-08T02:27:43.399925+0000 mgr.a (mgr.14403) 22202 : cluster 0 pgmap v16580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:27:44.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:44 smithi135 bash[32435]: cluster 2023-12-08T02:27:43.399925+0000 mgr.a (mgr.14403) 22202 : cluster 0 pgmap v16580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:27:45.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:27:45.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:45.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:46.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:45 smithi079 bash[28699]: cluster 2023-12-08T02:27:45.400780+0000 mgr.a (mgr.14403) 22203 : cluster 0 pgmap v16581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:27:46.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:45 smithi194 bash[32038]: cluster 2023-12-08T02:27:45.400780+0000 mgr.a (mgr.14403) 22203 : cluster 0 pgmap v16581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:27:46.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:45 smithi135 bash[32435]: cluster 2023-12-08T02:27:45.400780+0000 mgr.a (mgr.14403) 22203 : cluster 0 pgmap v16581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:27:46.575 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:27:46.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:46.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:46.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:46.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:27:47.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:46 smithi079 bash[28699]: audit 2023-12-08T02:27:46.067099+0000 mgr.a (mgr.14403) 22204 : audit 0 from='client.438795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:47.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:46 smithi194 bash[32038]: audit 2023-12-08T02:27:46.067099+0000 mgr.a (mgr.14403) 22204 : audit 0 from='client.438795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:47.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:46 smithi135 bash[32435]: audit 2023-12-08T02:27:46.067099+0000 mgr.a (mgr.14403) 22204 : audit 0 from='client.438795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:48.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:47 smithi079 bash[28699]: cluster 2023-12-08T02:27:47.401430+0000 mgr.a (mgr.14403) 22205 : cluster 0 pgmap v16582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:48.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:47 smithi194 bash[32038]: cluster 2023-12-08T02:27:47.401430+0000 mgr.a (mgr.14403) 22205 : cluster 0 pgmap v16582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:48.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:47 smithi135 bash[32435]: cluster 2023-12-08T02:27:47.401430+0000 mgr.a (mgr.14403) 22205 : cluster 0 pgmap v16582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:50.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:50 smithi079 bash[28699]: cluster 2023-12-08T02:27:49.402383+0000 mgr.a (mgr.14403) 22206 : cluster 0 pgmap v16583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:50.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:50 smithi194 bash[32038]: cluster 2023-12-08T02:27:49.402383+0000 mgr.a (mgr.14403) 22206 : cluster 0 pgmap v16583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:50.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:50 smithi135 bash[32435]: cluster 2023-12-08T02:27:49.402383+0000 mgr.a (mgr.14403) 22206 : cluster 0 pgmap v16583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:51.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:27:51.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:51.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:52.510 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:27:52.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:52.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:52.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:52.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:27:52.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:52 smithi079 bash[28699]: cluster 2023-12-08T02:27:51.403033+0000 mgr.a (mgr.14403) 22207 : cluster 0 pgmap v16584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:52.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:52 smithi194 bash[32038]: cluster 2023-12-08T02:27:51.403033+0000 mgr.a (mgr.14403) 22207 : cluster 0 pgmap v16584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:52.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:52 smithi135 bash[32435]: cluster 2023-12-08T02:27:51.403033+0000 mgr.a (mgr.14403) 22207 : cluster 0 pgmap v16584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:53.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:53 smithi079 bash[28699]: audit 2023-12-08T02:27:51.989437+0000 mgr.a (mgr.14403) 22208 : audit 0 from='client.438873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:53.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:53 smithi194 bash[32038]: audit 2023-12-08T02:27:51.989437+0000 mgr.a (mgr.14403) 22208 : audit 0 from='client.438873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:53.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:53 smithi135 bash[32435]: audit 2023-12-08T02:27:51.989437+0000 mgr.a (mgr.14403) 22208 : audit 0 from='client.438873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:54.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:54 smithi079 bash[28699]: cluster 2023-12-08T02:27:53.403701+0000 mgr.a (mgr.14403) 22209 : cluster 0 pgmap v16585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:54.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:54 smithi079 bash[28699]: audit 2023-12-08T02:27:54.118154+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:27:54.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:54 smithi194 bash[32038]: cluster 2023-12-08T02:27:53.403701+0000 mgr.a (mgr.14403) 22209 : cluster 0 pgmap v16585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:54.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:54 smithi194 bash[32038]: audit 2023-12-08T02:27:54.118154+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:27:54.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:54 smithi135 bash[32435]: cluster 2023-12-08T02:27:53.403701+0000 mgr.a (mgr.14403) 22209 : cluster 0 pgmap v16585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:54.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:54 smithi135 bash[32435]: audit 2023-12-08T02:27:54.118154+0000 mon.a (mon.0) 3515 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:27:56.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:55 smithi079 bash[28699]: cluster 2023-12-08T02:27:55.404517+0000 mgr.a (mgr.14403) 22210 : cluster 0 pgmap v16586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:56.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:55 smithi194 bash[32038]: cluster 2023-12-08T02:27:55.404517+0000 mgr.a (mgr.14403) 22210 : cluster 0 pgmap v16586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:56.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:55 smithi135 bash[32435]: cluster 2023-12-08T02:27:55.404517+0000 mgr.a (mgr.14403) 22210 : cluster 0 pgmap v16586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:27:57.512 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:27:57.512 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:27:57.513 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:27:58.398 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:27:58.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:27:58.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:27:58.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:27:58.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:27:58.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:58 smithi079 bash[28699]: cluster 2023-12-08T02:27:57.405107+0000 mgr.a (mgr.14403) 22211 : cluster 0 pgmap v16587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:58.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:58 smithi194 bash[32038]: cluster 2023-12-08T02:27:57.405107+0000 mgr.a (mgr.14403) 22211 : cluster 0 pgmap v16587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:58.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:58 smithi135 bash[32435]: cluster 2023-12-08T02:27:57.405107+0000 mgr.a (mgr.14403) 22211 : cluster 0 pgmap v16587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:27:59.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:59 smithi079 bash[28699]: audit 2023-12-08T02:27:57.916094+0000 mgr.a (mgr.14403) 22212 : audit 0 from='client.438948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:59.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:59 smithi079 bash[28699]: audit 2023-12-08T02:27:59.449828+0000 mon.a (mon.0) 3516 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:27:59.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:27:59 smithi079 bash[28699]: audit 2023-12-08T02:27:59.454753+0000 mon.a (mon.0) 3517 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:27:59.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:59 smithi194 bash[32038]: audit 2023-12-08T02:27:57.916094+0000 mgr.a (mgr.14403) 22212 : audit 0 from='client.438948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:59.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:59 smithi194 bash[32038]: audit 2023-12-08T02:27:59.449828+0000 mon.a (mon.0) 3516 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:27:59.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:27:59 smithi194 bash[32038]: audit 2023-12-08T02:27:59.454753+0000 mon.a (mon.0) 3517 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:27:59.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:59 smithi135 bash[32435]: audit 2023-12-08T02:27:57.916094+0000 mgr.a (mgr.14403) 22212 : audit 0 from='client.438948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:27:59.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:59 smithi135 bash[32435]: audit 2023-12-08T02:27:59.449828+0000 mon.a (mon.0) 3516 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:27:59.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:27:59 smithi135 bash[32435]: audit 2023-12-08T02:27:59.454753+0000 mon.a (mon.0) 3517 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:00 smithi079 bash[28699]: cluster 2023-12-08T02:27:59.405962+0000 mgr.a (mgr.14403) 22213 : cluster 0 pgmap v16588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:00 smithi079 bash[28699]: audit 2023-12-08T02:27:59.497808+0000 mon.a (mon.0) 3518 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:00 smithi079 bash[28699]: audit 2023-12-08T02:27:59.503708+0000 mon.a (mon.0) 3519 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:00 smithi079 bash[28699]: audit 2023-12-08T02:27:59.509363+0000 mon.a (mon.0) 3520 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:00 smithi079 bash[28699]: audit 2023-12-08T02:27:59.515696+0000 mon.a (mon.0) 3521 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:00 smithi079 bash[28699]: audit 2023-12-08T02:28:00.200958+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:28:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:00 smithi079 bash[28699]: audit 2023-12-08T02:28:00.202626+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:28:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:00 smithi079 bash[28699]: audit 2023-12-08T02:28:00.211964+0000 mon.a (mon.0) 3524 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:00 smithi194 bash[32038]: cluster 2023-12-08T02:27:59.405962+0000 mgr.a (mgr.14403) 22213 : cluster 0 pgmap v16588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:00 smithi194 bash[32038]: audit 2023-12-08T02:27:59.497808+0000 mon.a (mon.0) 3518 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:00 smithi194 bash[32038]: audit 2023-12-08T02:27:59.503708+0000 mon.a (mon.0) 3519 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:00 smithi194 bash[32038]: audit 2023-12-08T02:27:59.509363+0000 mon.a (mon.0) 3520 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:00 smithi194 bash[32038]: audit 2023-12-08T02:27:59.515696+0000 mon.a (mon.0) 3521 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:00 smithi194 bash[32038]: audit 2023-12-08T02:28:00.200958+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:28:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:00 smithi194 bash[32038]: audit 2023-12-08T02:28:00.202626+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:28:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:00 smithi194 bash[32038]: audit 2023-12-08T02:28:00.211964+0000 mon.a (mon.0) 3524 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:00 smithi135 bash[32435]: cluster 2023-12-08T02:27:59.405962+0000 mgr.a (mgr.14403) 22213 : cluster 0 pgmap v16588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:00 smithi135 bash[32435]: audit 2023-12-08T02:27:59.497808+0000 mon.a (mon.0) 3518 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:00 smithi135 bash[32435]: audit 2023-12-08T02:27:59.503708+0000 mon.a (mon.0) 3519 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:00 smithi135 bash[32435]: audit 2023-12-08T02:27:59.509363+0000 mon.a (mon.0) 3520 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:00 smithi135 bash[32435]: audit 2023-12-08T02:27:59.515696+0000 mon.a (mon.0) 3521 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:00 smithi135 bash[32435]: audit 2023-12-08T02:28:00.200958+0000 mon.a (mon.0) 3522 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:28:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:00 smithi135 bash[32435]: audit 2023-12-08T02:28:00.202626+0000 mon.a (mon.0) 3523 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:28:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:00 smithi135 bash[32435]: audit 2023-12-08T02:28:00.211964+0000 mon.a (mon.0) 3524 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:28:02.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:02 smithi079 bash[28699]: cluster 2023-12-08T02:28:01.406541+0000 mgr.a (mgr.14403) 22214 : cluster 0 pgmap v16589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:02 smithi194 bash[32038]: cluster 2023-12-08T02:28:01.406541+0000 mgr.a (mgr.14403) 22214 : cluster 0 pgmap v16589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:02.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:02 smithi135 bash[32435]: cluster 2023-12-08T02:28:01.406541+0000 mgr.a (mgr.14403) 22214 : cluster 0 pgmap v16589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:03.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:28:03.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:03.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:04.299 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:28:04.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:04.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:04.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:04.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:28:04.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:04 smithi079 bash[28699]: cluster 2023-12-08T02:28:03.407129+0000 mgr.a (mgr.14403) 22215 : cluster 0 pgmap v16590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:04 smithi194 bash[32038]: cluster 2023-12-08T02:28:03.407129+0000 mgr.a (mgr.14403) 22215 : cluster 0 pgmap v16590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:04 smithi135 bash[32435]: cluster 2023-12-08T02:28:03.407129+0000 mgr.a (mgr.14403) 22215 : cluster 0 pgmap v16590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:05.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:05 smithi079 bash[28699]: audit 2023-12-08T02:28:03.806525+0000 mgr.a (mgr.14403) 22216 : audit 0 from='client.439023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:05.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:05 smithi194 bash[32038]: audit 2023-12-08T02:28:03.806525+0000 mgr.a (mgr.14403) 22216 : audit 0 from='client.439023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:05.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:05 smithi135 bash[32435]: audit 2023-12-08T02:28:03.806525+0000 mgr.a (mgr.14403) 22216 : audit 0 from='client.439023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:06.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:06 smithi079 bash[28699]: cluster 2023-12-08T02:28:05.408059+0000 mgr.a (mgr.14403) 22217 : cluster 0 pgmap v16591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:06.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:06 smithi194 bash[32038]: cluster 2023-12-08T02:28:05.408059+0000 mgr.a (mgr.14403) 22217 : cluster 0 pgmap v16591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:06.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:06 smithi135 bash[32435]: cluster 2023-12-08T02:28:05.408059+0000 mgr.a (mgr.14403) 22217 : cluster 0 pgmap v16591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:08.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:08 smithi079 bash[28699]: cluster 2023-12-08T02:28:07.408650+0000 mgr.a (mgr.14403) 22218 : cluster 0 pgmap v16592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:08.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:08 smithi194 bash[32038]: cluster 2023-12-08T02:28:07.408650+0000 mgr.a (mgr.14403) 22218 : cluster 0 pgmap v16592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:08.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:08 smithi135 bash[32435]: cluster 2023-12-08T02:28:07.408650+0000 mgr.a (mgr.14403) 22218 : cluster 0 pgmap v16592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:09.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:28:09.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:09.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:10.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:10.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:10.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:10.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:28:10.221 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:28:10.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:10 smithi079 bash[28699]: cluster 2023-12-08T02:28:09.409408+0000 mgr.a (mgr.14403) 22219 : cluster 0 pgmap v16593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:10 smithi194 bash[32038]: cluster 2023-12-08T02:28:09.409408+0000 mgr.a (mgr.14403) 22219 : cluster 0 pgmap v16593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:10.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:10 smithi135 bash[32435]: cluster 2023-12-08T02:28:09.409408+0000 mgr.a (mgr.14403) 22219 : cluster 0 pgmap v16593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:11.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:11 smithi079 bash[28699]: audit 2023-12-08T02:28:09.713775+0000 mgr.a (mgr.14403) 22220 : audit 0 from='client.439101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:11.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:11 smithi194 bash[32038]: audit 2023-12-08T02:28:09.713775+0000 mgr.a (mgr.14403) 22220 : audit 0 from='client.439101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:11.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:11 smithi135 bash[32435]: audit 2023-12-08T02:28:09.713775+0000 mgr.a (mgr.14403) 22220 : audit 0 from='client.439101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:12.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:12 smithi079 bash[28699]: cluster 2023-12-08T02:28:11.410117+0000 mgr.a (mgr.14403) 22221 : cluster 0 pgmap v16594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:12.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:12 smithi194 bash[32038]: cluster 2023-12-08T02:28:11.410117+0000 mgr.a (mgr.14403) 22221 : cluster 0 pgmap v16594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:12 smithi135 bash[32435]: cluster 2023-12-08T02:28:11.410117+0000 mgr.a (mgr.14403) 22221 : cluster 0 pgmap v16594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:14.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:14 smithi079 bash[28699]: cluster 2023-12-08T02:28:13.410719+0000 mgr.a (mgr.14403) 22222 : cluster 0 pgmap v16595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:14.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:14 smithi194 bash[32038]: cluster 2023-12-08T02:28:13.410719+0000 mgr.a (mgr.14403) 22222 : cluster 0 pgmap v16595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:14.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:14 smithi135 bash[32435]: cluster 2023-12-08T02:28:13.410719+0000 mgr.a (mgr.14403) 22222 : cluster 0 pgmap v16595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:15.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:28:15.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:15.225 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:16.119 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:28:16.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:16.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:16.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:16.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:28:16.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:15 smithi079 bash[28699]: cluster 2023-12-08T02:28:15.411552+0000 mgr.a (mgr.14403) 22223 : cluster 0 pgmap v16596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:16.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:15 smithi079 bash[28699]: audit 2023-12-08T02:28:15.627416+0000 mgr.a (mgr.14403) 22224 : audit 0 from='client.439170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:15 smithi194 bash[32038]: cluster 2023-12-08T02:28:15.411552+0000 mgr.a (mgr.14403) 22223 : cluster 0 pgmap v16596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:15 smithi194 bash[32038]: audit 2023-12-08T02:28:15.627416+0000 mgr.a (mgr.14403) 22224 : audit 0 from='client.439170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:16.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:15 smithi135 bash[32435]: cluster 2023-12-08T02:28:15.411552+0000 mgr.a (mgr.14403) 22223 : cluster 0 pgmap v16596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:16.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:15 smithi135 bash[32435]: audit 2023-12-08T02:28:15.627416+0000 mgr.a (mgr.14403) 22224 : audit 0 from='client.439170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:18.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:18 smithi079 bash[28699]: cluster 2023-12-08T02:28:17.412203+0000 mgr.a (mgr.14403) 22225 : cluster 0 pgmap v16597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:18.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:18 smithi194 bash[32038]: cluster 2023-12-08T02:28:17.412203+0000 mgr.a (mgr.14403) 22225 : cluster 0 pgmap v16597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:18.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:18 smithi135 bash[32435]: cluster 2023-12-08T02:28:17.412203+0000 mgr.a (mgr.14403) 22225 : cluster 0 pgmap v16597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:20.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:20 smithi079 bash[28699]: cluster 2023-12-08T02:28:19.412998+0000 mgr.a (mgr.14403) 22226 : cluster 0 pgmap v16598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:20.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:20 smithi194 bash[32038]: cluster 2023-12-08T02:28:19.412998+0000 mgr.a (mgr.14403) 22226 : cluster 0 pgmap v16598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:20.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:20 smithi135 bash[32435]: cluster 2023-12-08T02:28:19.412998+0000 mgr.a (mgr.14403) 22226 : cluster 0 pgmap v16598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:21.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:28:21.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:21.123 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:22.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:22.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:22.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:22.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:28:22.046 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:28:22.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:22 smithi079 bash[28699]: cluster 2023-12-08T02:28:21.413548+0000 mgr.a (mgr.14403) 22227 : cluster 0 pgmap v16599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:22.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:22 smithi079 bash[28699]: audit 2023-12-08T02:28:21.541836+0000 mgr.a (mgr.14403) 22228 : audit 0 from='client.439245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:22.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:22 smithi194 bash[32038]: cluster 2023-12-08T02:28:21.413548+0000 mgr.a (mgr.14403) 22227 : cluster 0 pgmap v16599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:22.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:22 smithi194 bash[32038]: audit 2023-12-08T02:28:21.541836+0000 mgr.a (mgr.14403) 22228 : audit 0 from='client.439245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:22.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:22 smithi135 bash[32435]: cluster 2023-12-08T02:28:21.413548+0000 mgr.a (mgr.14403) 22227 : cluster 0 pgmap v16599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:22.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:22 smithi135 bash[32435]: audit 2023-12-08T02:28:21.541836+0000 mgr.a (mgr.14403) 22228 : audit 0 from='client.439245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:24.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:24 smithi079 bash[28699]: cluster 2023-12-08T02:28:23.414378+0000 mgr.a (mgr.14403) 22229 : cluster 0 pgmap v16600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:24.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:24 smithi194 bash[32038]: cluster 2023-12-08T02:28:23.414378+0000 mgr.a (mgr.14403) 22229 : cluster 0 pgmap v16600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:24.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:24 smithi135 bash[32435]: cluster 2023-12-08T02:28:23.414378+0000 mgr.a (mgr.14403) 22229 : cluster 0 pgmap v16600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:26.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:25 smithi079 bash[28699]: cluster 2023-12-08T02:28:25.415458+0000 mgr.a (mgr.14403) 22230 : cluster 0 pgmap v16601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:26.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:25 smithi194 bash[32038]: cluster 2023-12-08T02:28:25.415458+0000 mgr.a (mgr.14403) 22230 : cluster 0 pgmap v16601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:26.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:25 smithi135 bash[32435]: cluster 2023-12-08T02:28:25.415458+0000 mgr.a (mgr.14403) 22230 : cluster 0 pgmap v16601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:27.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:28:27.049 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:27.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:27.943 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:28:27.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:27.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:27.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:27.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:28:28.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:28 smithi079 bash[28699]: cluster 2023-12-08T02:28:27.416128+0000 mgr.a (mgr.14403) 22231 : cluster 0 pgmap v16602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:28.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:28 smithi079 bash[28699]: audit 2023-12-08T02:28:27.452042+0000 mgr.a (mgr.14403) 22232 : audit 0 from='client.439320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:28.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:28 smithi194 bash[32038]: cluster 2023-12-08T02:28:27.416128+0000 mgr.a (mgr.14403) 22231 : cluster 0 pgmap v16602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:28.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:28 smithi194 bash[32038]: audit 2023-12-08T02:28:27.452042+0000 mgr.a (mgr.14403) 22232 : audit 0 from='client.439320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:28 smithi135 bash[32435]: cluster 2023-12-08T02:28:27.416128+0000 mgr.a (mgr.14403) 22231 : cluster 0 pgmap v16602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:28 smithi135 bash[32435]: audit 2023-12-08T02:28:27.452042+0000 mgr.a (mgr.14403) 22232 : audit 0 from='client.439320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:30.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:30 smithi079 bash[28699]: cluster 2023-12-08T02:28:29.417054+0000 mgr.a (mgr.14403) 22233 : cluster 0 pgmap v16603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:30.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:30 smithi194 bash[32038]: cluster 2023-12-08T02:28:29.417054+0000 mgr.a (mgr.14403) 22233 : cluster 0 pgmap v16603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:30.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:30 smithi135 bash[32435]: cluster 2023-12-08T02:28:29.417054+0000 mgr.a (mgr.14403) 22233 : cluster 0 pgmap v16603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:32.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:32 smithi079 bash[28699]: cluster 2023-12-08T02:28:31.417637+0000 mgr.a (mgr.14403) 22234 : cluster 0 pgmap v16604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:32.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:28:32.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:32.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:32.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:32 smithi194 bash[32038]: cluster 2023-12-08T02:28:31.417637+0000 mgr.a (mgr.14403) 22234 : cluster 0 pgmap v16604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:32.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:32 smithi135 bash[32435]: cluster 2023-12-08T02:28:31.417637+0000 mgr.a (mgr.14403) 22234 : cluster 0 pgmap v16604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:33.865 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:28:33.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:33.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:33.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:33.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:28:34.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:34 smithi079 bash[28699]: audit 2023-12-08T02:28:33.354558+0000 mgr.a (mgr.14403) 22235 : audit 0 from='client.439398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:34.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:34 smithi079 bash[28699]: cluster 2023-12-08T02:28:33.418419+0000 mgr.a (mgr.14403) 22236 : cluster 0 pgmap v16605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:34.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:34 smithi194 bash[32038]: audit 2023-12-08T02:28:33.354558+0000 mgr.a (mgr.14403) 22235 : audit 0 from='client.439398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:34.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:34 smithi194 bash[32038]: cluster 2023-12-08T02:28:33.418419+0000 mgr.a (mgr.14403) 22236 : cluster 0 pgmap v16605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:34.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:34 smithi135 bash[32435]: audit 2023-12-08T02:28:33.354558+0000 mgr.a (mgr.14403) 22235 : audit 0 from='client.439398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:34.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:34 smithi135 bash[32435]: cluster 2023-12-08T02:28:33.418419+0000 mgr.a (mgr.14403) 22236 : cluster 0 pgmap v16605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:36.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:35 smithi079 bash[28699]: cluster 2023-12-08T02:28:35.419450+0000 mgr.a (mgr.14403) 22237 : cluster 0 pgmap v16606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:28:36.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:35 smithi194 bash[32038]: cluster 2023-12-08T02:28:35.419450+0000 mgr.a (mgr.14403) 22237 : cluster 0 pgmap v16606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:28:36.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:35 smithi135 bash[32435]: cluster 2023-12-08T02:28:35.419450+0000 mgr.a (mgr.14403) 22237 : cluster 0 pgmap v16606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:28:38.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:28:38.869 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:38.869 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:38.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:38 smithi079 bash[28699]: cluster 2023-12-08T02:28:37.420052+0000 mgr.a (mgr.14403) 22238 : cluster 0 pgmap v16607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:28:38.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:38 smithi194 bash[32038]: cluster 2023-12-08T02:28:37.420052+0000 mgr.a (mgr.14403) 22238 : cluster 0 pgmap v16607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:28:38.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:38 smithi135 bash[32435]: cluster 2023-12-08T02:28:37.420052+0000 mgr.a (mgr.14403) 22238 : cluster 0 pgmap v16607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:28:39.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:39.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:39.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:39.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:28:39.769 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:28:40.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:40 smithi079 bash[28699]: audit 2023-12-08T02:28:39.273584+0000 mgr.a (mgr.14403) 22239 : audit 0 from='client.439476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:40.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:40 smithi079 bash[28699]: cluster 2023-12-08T02:28:39.421644+0000 mgr.a (mgr.14403) 22240 : cluster 0 pgmap v16608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:40.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:40 smithi194 bash[32038]: audit 2023-12-08T02:28:39.273584+0000 mgr.a (mgr.14403) 22239 : audit 0 from='client.439476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:40.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:40 smithi194 bash[32038]: cluster 2023-12-08T02:28:39.421644+0000 mgr.a (mgr.14403) 22240 : cluster 0 pgmap v16608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:40.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:40 smithi135 bash[32435]: audit 2023-12-08T02:28:39.273584+0000 mgr.a (mgr.14403) 22239 : audit 0 from='client.439476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:40.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:40 smithi135 bash[32435]: cluster 2023-12-08T02:28:39.421644+0000 mgr.a (mgr.14403) 22240 : cluster 0 pgmap v16608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:42.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:42 smithi079 bash[28699]: cluster 2023-12-08T02:28:41.422382+0000 mgr.a (mgr.14403) 22241 : cluster 0 pgmap v16609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:42.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:42 smithi194 bash[32038]: cluster 2023-12-08T02:28:41.422382+0000 mgr.a (mgr.14403) 22241 : cluster 0 pgmap v16609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:42.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:42 smithi135 bash[32435]: cluster 2023-12-08T02:28:41.422382+0000 mgr.a (mgr.14403) 22241 : cluster 0 pgmap v16609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:44.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:28:44.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:44.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:44.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:44 smithi079 bash[28699]: cluster 2023-12-08T02:28:43.422986+0000 mgr.a (mgr.14403) 22242 : cluster 0 pgmap v16610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:44.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:44 smithi194 bash[32038]: cluster 2023-12-08T02:28:43.422986+0000 mgr.a (mgr.14403) 22242 : cluster 0 pgmap v16610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:44.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:44 smithi135 bash[32435]: cluster 2023-12-08T02:28:43.422986+0000 mgr.a (mgr.14403) 22242 : cluster 0 pgmap v16610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:28:45.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:45.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:45.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:45.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:28:45.688 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:28:46.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:45 smithi079 bash[28699]: audit 2023-12-08T02:28:45.181579+0000 mgr.a (mgr.14403) 22243 : audit 0 from='client.439554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:46.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:45 smithi079 bash[28699]: cluster 2023-12-08T02:28:45.423680+0000 mgr.a (mgr.14403) 22244 : cluster 0 pgmap v16611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:46.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:45 smithi194 bash[32038]: audit 2023-12-08T02:28:45.181579+0000 mgr.a (mgr.14403) 22243 : audit 0 from='client.439554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:45 smithi194 bash[32038]: cluster 2023-12-08T02:28:45.423680+0000 mgr.a (mgr.14403) 22244 : cluster 0 pgmap v16611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:46.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:45 smithi135 bash[32435]: audit 2023-12-08T02:28:45.181579+0000 mgr.a (mgr.14403) 22243 : audit 0 from='client.439554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:46.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:45 smithi135 bash[32435]: cluster 2023-12-08T02:28:45.423680+0000 mgr.a (mgr.14403) 22244 : cluster 0 pgmap v16611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:48.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:48 smithi079 bash[28699]: cluster 2023-12-08T02:28:47.424241+0000 mgr.a (mgr.14403) 22245 : cluster 0 pgmap v16612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:28:48.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:48 smithi194 bash[32038]: cluster 2023-12-08T02:28:47.424241+0000 mgr.a (mgr.14403) 22245 : cluster 0 pgmap v16612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:28:48.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:48 smithi135 bash[32435]: cluster 2023-12-08T02:28:47.424241+0000 mgr.a (mgr.14403) 22245 : cluster 0 pgmap v16612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:28:50.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:28:50.691 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:50.691 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:50.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:50 smithi079 bash[28699]: cluster 2023-12-08T02:28:49.425028+0000 mgr.a (mgr.14403) 22246 : cluster 0 pgmap v16613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:28:50.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:50 smithi194 bash[32038]: cluster 2023-12-08T02:28:49.425028+0000 mgr.a (mgr.14403) 22246 : cluster 0 pgmap v16613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:28:50.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:50 smithi135 bash[32435]: cluster 2023-12-08T02:28:49.425028+0000 mgr.a (mgr.14403) 22246 : cluster 0 pgmap v16613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:28:51.594 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:28:51.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:51.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:51.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:51.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:28:52.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:52 smithi079 bash[28699]: audit 2023-12-08T02:28:51.094549+0000 mgr.a (mgr.14403) 22247 : audit 0 from='client.439629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:52.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:52 smithi079 bash[28699]: cluster 2023-12-08T02:28:51.425678+0000 mgr.a (mgr.14403) 22248 : cluster 0 pgmap v16614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:52.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:52 smithi194 bash[32038]: audit 2023-12-08T02:28:51.094549+0000 mgr.a (mgr.14403) 22247 : audit 0 from='client.439629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:52.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:52 smithi194 bash[32038]: cluster 2023-12-08T02:28:51.425678+0000 mgr.a (mgr.14403) 22248 : cluster 0 pgmap v16614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:52.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:52 smithi135 bash[32435]: audit 2023-12-08T02:28:51.094549+0000 mgr.a (mgr.14403) 22247 : audit 0 from='client.439629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:52.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:52 smithi135 bash[32435]: cluster 2023-12-08T02:28:51.425678+0000 mgr.a (mgr.14403) 22248 : cluster 0 pgmap v16614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:54.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:54 smithi079 bash[28699]: cluster 2023-12-08T02:28:53.426357+0000 mgr.a (mgr.14403) 22249 : cluster 0 pgmap v16615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:54.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:54 smithi194 bash[32038]: cluster 2023-12-08T02:28:53.426357+0000 mgr.a (mgr.14403) 22249 : cluster 0 pgmap v16615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:54.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:54 smithi135 bash[32435]: cluster 2023-12-08T02:28:53.426357+0000 mgr.a (mgr.14403) 22249 : cluster 0 pgmap v16615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:56.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:55 smithi079 bash[28699]: cluster 2023-12-08T02:28:55.427193+0000 mgr.a (mgr.14403) 22250 : cluster 0 pgmap v16616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:56.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:55 smithi194 bash[32038]: cluster 2023-12-08T02:28:55.427193+0000 mgr.a (mgr.14403) 22250 : cluster 0 pgmap v16616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:56.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:55 smithi135 bash[32435]: cluster 2023-12-08T02:28:55.427193+0000 mgr.a (mgr.14403) 22250 : cluster 0 pgmap v16616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:28:56.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:28:56.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:28:56.598 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:28:57.496 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:28:57.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:28:57.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:28:57.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:28:57.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:28:58.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:58 smithi079 bash[28699]: audit 2023-12-08T02:28:57.001361+0000 mgr.a (mgr.14403) 22251 : audit 0 from='client.439707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:58.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:28:58 smithi079 bash[28699]: cluster 2023-12-08T02:28:57.427814+0000 mgr.a (mgr.14403) 22252 : cluster 0 pgmap v16617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:58.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:58 smithi194 bash[32038]: audit 2023-12-08T02:28:57.001361+0000 mgr.a (mgr.14403) 22251 : audit 0 from='client.439707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:58.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:28:58 smithi194 bash[32038]: cluster 2023-12-08T02:28:57.427814+0000 mgr.a (mgr.14403) 22252 : cluster 0 pgmap v16617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:28:58.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:58 smithi135 bash[32435]: audit 2023-12-08T02:28:57.001361+0000 mgr.a (mgr.14403) 22251 : audit 0 from='client.439707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:28:58.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:28:58 smithi135 bash[32435]: cluster 2023-12-08T02:28:57.427814+0000 mgr.a (mgr.14403) 22252 : cluster 0 pgmap v16617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:00.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:00 smithi079 bash[28699]: cluster 2023-12-08T02:28:59.428616+0000 mgr.a (mgr.14403) 22253 : cluster 0 pgmap v16618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:00 smithi079 bash[28699]: audit 2023-12-08T02:29:00.313543+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:29:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:00 smithi194 bash[32038]: cluster 2023-12-08T02:28:59.428616+0000 mgr.a (mgr.14403) 22253 : cluster 0 pgmap v16618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:00.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:00 smithi194 bash[32038]: audit 2023-12-08T02:29:00.313543+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:29:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:00 smithi135 bash[32435]: cluster 2023-12-08T02:28:59.428616+0000 mgr.a (mgr.14403) 22253 : cluster 0 pgmap v16618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:00 smithi135 bash[32435]: audit 2023-12-08T02:29:00.313543+0000 mon.a (mon.0) 3525 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:29:01.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:01 smithi079 bash[28699]: audit 2023-12-08T02:29:01.063700+0000 mon.a (mon.0) 3526 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:29:01.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:01 smithi079 bash[28699]: audit 2023-12-08T02:29:01.065824+0000 mon.a (mon.0) 3527 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:29:01.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:01 smithi079 bash[28699]: audit 2023-12-08T02:29:01.075699+0000 mon.a (mon.0) 3528 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:29:01.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:01 smithi194 bash[32038]: audit 2023-12-08T02:29:01.063700+0000 mon.a (mon.0) 3526 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:29:01.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:01 smithi194 bash[32038]: audit 2023-12-08T02:29:01.065824+0000 mon.a (mon.0) 3527 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:29:01.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:01 smithi194 bash[32038]: audit 2023-12-08T02:29:01.075699+0000 mon.a (mon.0) 3528 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:29:01.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:01 smithi135 bash[32435]: audit 2023-12-08T02:29:01.063700+0000 mon.a (mon.0) 3526 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:29:01.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:01 smithi135 bash[32435]: audit 2023-12-08T02:29:01.065824+0000 mon.a (mon.0) 3527 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:29:01.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:01 smithi135 bash[32435]: audit 2023-12-08T02:29:01.075699+0000 mon.a (mon.0) 3528 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:29:02.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:29:02.499 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:02.499 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:02.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:02 smithi079 bash[28699]: cluster 2023-12-08T02:29:01.429190+0000 mgr.a (mgr.14403) 22254 : cluster 0 pgmap v16619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:02 smithi194 bash[32038]: cluster 2023-12-08T02:29:01.429190+0000 mgr.a (mgr.14403) 22254 : cluster 0 pgmap v16619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:02.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:02 smithi135 bash[32435]: cluster 2023-12-08T02:29:01.429190+0000 mgr.a (mgr.14403) 22254 : cluster 0 pgmap v16619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:03.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:03.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:03.409 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:29:03.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:03.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:29:04.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:04 smithi079 bash[28699]: audit 2023-12-08T02:29:02.905490+0000 mgr.a (mgr.14403) 22255 : audit 0 from='client.439779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:04.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:04 smithi079 bash[28699]: cluster 2023-12-08T02:29:03.429920+0000 mgr.a (mgr.14403) 22256 : cluster 0 pgmap v16620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:04 smithi194 bash[32038]: audit 2023-12-08T02:29:02.905490+0000 mgr.a (mgr.14403) 22255 : audit 0 from='client.439779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:04 smithi194 bash[32038]: cluster 2023-12-08T02:29:03.429920+0000 mgr.a (mgr.14403) 22256 : cluster 0 pgmap v16620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:04 smithi135 bash[32435]: audit 2023-12-08T02:29:02.905490+0000 mgr.a (mgr.14403) 22255 : audit 0 from='client.439779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:04 smithi135 bash[32435]: cluster 2023-12-08T02:29:03.429920+0000 mgr.a (mgr.14403) 22256 : cluster 0 pgmap v16620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:06.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:05 smithi079 bash[28699]: cluster 2023-12-08T02:29:05.430729+0000 mgr.a (mgr.14403) 22257 : cluster 0 pgmap v16621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:05 smithi194 bash[32038]: cluster 2023-12-08T02:29:05.430729+0000 mgr.a (mgr.14403) 22257 : cluster 0 pgmap v16621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:06.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:05 smithi135 bash[32435]: cluster 2023-12-08T02:29:05.430729+0000 mgr.a (mgr.14403) 22257 : cluster 0 pgmap v16621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:08.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:29:08.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:08.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:08.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:08 smithi079 bash[28699]: cluster 2023-12-08T02:29:07.431311+0000 mgr.a (mgr.14403) 22258 : cluster 0 pgmap v16622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:08 smithi194 bash[32038]: cluster 2023-12-08T02:29:07.431311+0000 mgr.a (mgr.14403) 22258 : cluster 0 pgmap v16622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:08.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:08 smithi135 bash[32435]: cluster 2023-12-08T02:29:07.431311+0000 mgr.a (mgr.14403) 22258 : cluster 0 pgmap v16622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:09.338 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:29:09.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:09.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:09.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:09.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:29:10.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:10 smithi079 bash[28699]: audit 2023-12-08T02:29:08.816507+0000 mgr.a (mgr.14403) 22259 : audit 0 from='client.439854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:10.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:10 smithi079 bash[28699]: cluster 2023-12-08T02:29:09.432443+0000 mgr.a (mgr.14403) 22260 : cluster 0 pgmap v16623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:10 smithi194 bash[32038]: audit 2023-12-08T02:29:08.816507+0000 mgr.a (mgr.14403) 22259 : audit 0 from='client.439854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:10.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:10 smithi194 bash[32038]: cluster 2023-12-08T02:29:09.432443+0000 mgr.a (mgr.14403) 22260 : cluster 0 pgmap v16623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:10.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:10 smithi135 bash[32435]: audit 2023-12-08T02:29:08.816507+0000 mgr.a (mgr.14403) 22259 : audit 0 from='client.439854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:10.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:10 smithi135 bash[32435]: cluster 2023-12-08T02:29:09.432443+0000 mgr.a (mgr.14403) 22260 : cluster 0 pgmap v16623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:12.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:12 smithi079 bash[28699]: cluster 2023-12-08T02:29:11.433027+0000 mgr.a (mgr.14403) 22261 : cluster 0 pgmap v16624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:12.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:12 smithi194 bash[32038]: cluster 2023-12-08T02:29:11.433027+0000 mgr.a (mgr.14403) 22261 : cluster 0 pgmap v16624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:12.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:12 smithi135 bash[32435]: cluster 2023-12-08T02:29:11.433027+0000 mgr.a (mgr.14403) 22261 : cluster 0 pgmap v16624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:14.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:29:14.341 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:14.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:14.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:14 smithi079 bash[28699]: cluster 2023-12-08T02:29:13.433548+0000 mgr.a (mgr.14403) 22262 : cluster 0 pgmap v16625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:14.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:14 smithi194 bash[32038]: cluster 2023-12-08T02:29:13.433548+0000 mgr.a (mgr.14403) 22262 : cluster 0 pgmap v16625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:14.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:14 smithi135 bash[32435]: cluster 2023-12-08T02:29:13.433548+0000 mgr.a (mgr.14403) 22262 : cluster 0 pgmap v16625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:15.229 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:29:15.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:15.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:15.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:15.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:29:16.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:15 smithi079 bash[28699]: audit 2023-12-08T02:29:14.742786+0000 mgr.a (mgr.14403) 22263 : audit 0 from='client.439932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:16.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:15 smithi079 bash[28699]: cluster 2023-12-08T02:29:15.434664+0000 mgr.a (mgr.14403) 22264 : cluster 0 pgmap v16626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:16.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:15 smithi194 bash[32038]: audit 2023-12-08T02:29:14.742786+0000 mgr.a (mgr.14403) 22263 : audit 0 from='client.439932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:15 smithi194 bash[32038]: cluster 2023-12-08T02:29:15.434664+0000 mgr.a (mgr.14403) 22264 : cluster 0 pgmap v16626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:16.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:15 smithi135 bash[32435]: audit 2023-12-08T02:29:14.742786+0000 mgr.a (mgr.14403) 22263 : audit 0 from='client.439932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:16.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:15 smithi135 bash[32435]: cluster 2023-12-08T02:29:15.434664+0000 mgr.a (mgr.14403) 22264 : cluster 0 pgmap v16626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:18.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:18 smithi079 bash[28699]: cluster 2023-12-08T02:29:17.435259+0000 mgr.a (mgr.14403) 22265 : cluster 0 pgmap v16627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:18.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:18 smithi194 bash[32038]: cluster 2023-12-08T02:29:17.435259+0000 mgr.a (mgr.14403) 22265 : cluster 0 pgmap v16627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:18.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:18 smithi135 bash[32435]: cluster 2023-12-08T02:29:17.435259+0000 mgr.a (mgr.14403) 22265 : cluster 0 pgmap v16627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:20.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:29:20.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:20.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:20.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:20 smithi079 bash[28699]: cluster 2023-12-08T02:29:19.436003+0000 mgr.a (mgr.14403) 22266 : cluster 0 pgmap v16628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:20.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:20 smithi194 bash[32038]: cluster 2023-12-08T02:29:19.436003+0000 mgr.a (mgr.14403) 22266 : cluster 0 pgmap v16628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:20.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:20 smithi135 bash[32435]: cluster 2023-12-08T02:29:19.436003+0000 mgr.a (mgr.14403) 22266 : cluster 0 pgmap v16628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:21.153 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:29:21.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:21.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:21.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:21.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:29:21.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:21 smithi079 bash[28699]: audit 2023-12-08T02:29:20.635110+0000 mgr.a (mgr.14403) 22267 : audit 0 from='client.440007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:21.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:21 smithi194 bash[32038]: audit 2023-12-08T02:29:20.635110+0000 mgr.a (mgr.14403) 22267 : audit 0 from='client.440007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:21.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:21 smithi135 bash[32435]: audit 2023-12-08T02:29:20.635110+0000 mgr.a (mgr.14403) 22267 : audit 0 from='client.440007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:22.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:22 smithi079 bash[28699]: cluster 2023-12-08T02:29:21.436688+0000 mgr.a (mgr.14403) 22268 : cluster 0 pgmap v16629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:22.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:22 smithi194 bash[32038]: cluster 2023-12-08T02:29:21.436688+0000 mgr.a (mgr.14403) 22268 : cluster 0 pgmap v16629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:22.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:22 smithi135 bash[32435]: cluster 2023-12-08T02:29:21.436688+0000 mgr.a (mgr.14403) 22268 : cluster 0 pgmap v16629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:24.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:24 smithi079 bash[28699]: cluster 2023-12-08T02:29:23.437274+0000 mgr.a (mgr.14403) 22269 : cluster 0 pgmap v16630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:24.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:24 smithi194 bash[32038]: cluster 2023-12-08T02:29:23.437274+0000 mgr.a (mgr.14403) 22269 : cluster 0 pgmap v16630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:24.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:24 smithi135 bash[32435]: cluster 2023-12-08T02:29:23.437274+0000 mgr.a (mgr.14403) 22269 : cluster 0 pgmap v16630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:26.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:25 smithi079 bash[28699]: cluster 2023-12-08T02:29:25.438055+0000 mgr.a (mgr.14403) 22270 : cluster 0 pgmap v16631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:26.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:29:26.157 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:26.157 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:26.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:25 smithi194 bash[32038]: cluster 2023-12-08T02:29:25.438055+0000 mgr.a (mgr.14403) 22270 : cluster 0 pgmap v16631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:26.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:25 smithi135 bash[32435]: cluster 2023-12-08T02:29:25.438055+0000 mgr.a (mgr.14403) 22270 : cluster 0 pgmap v16631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:27.073 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:29:27.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:27.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:27.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:27.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:29:27.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:26 smithi079 bash[28699]: audit 2023-12-08T02:29:26.566515+0000 mgr.a (mgr.14403) 22271 : audit 0 from='client.440082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:27.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:26 smithi194 bash[32038]: audit 2023-12-08T02:29:26.566515+0000 mgr.a (mgr.14403) 22271 : audit 0 from='client.440082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:27.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:26 smithi135 bash[32435]: audit 2023-12-08T02:29:26.566515+0000 mgr.a (mgr.14403) 22271 : audit 0 from='client.440082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:28.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:27 smithi079 bash[28699]: cluster 2023-12-08T02:29:27.438721+0000 mgr.a (mgr.14403) 22272 : cluster 0 pgmap v16632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:28.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:27 smithi194 bash[32038]: cluster 2023-12-08T02:29:27.438721+0000 mgr.a (mgr.14403) 22272 : cluster 0 pgmap v16632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:28.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:27 smithi135 bash[32435]: cluster 2023-12-08T02:29:27.438721+0000 mgr.a (mgr.14403) 22272 : cluster 0 pgmap v16632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:30.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:30 smithi079 bash[28699]: cluster 2023-12-08T02:29:29.439572+0000 mgr.a (mgr.14403) 22273 : cluster 0 pgmap v16633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:30.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:30 smithi194 bash[32038]: cluster 2023-12-08T02:29:29.439572+0000 mgr.a (mgr.14403) 22273 : cluster 0 pgmap v16633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:30.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:30 smithi135 bash[32435]: cluster 2023-12-08T02:29:29.439572+0000 mgr.a (mgr.14403) 22273 : cluster 0 pgmap v16633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:32.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:29:32.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:32.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:32.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:32 smithi079 bash[28699]: cluster 2023-12-08T02:29:31.440116+0000 mgr.a (mgr.14403) 22274 : cluster 0 pgmap v16634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:32.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:32 smithi194 bash[32038]: cluster 2023-12-08T02:29:31.440116+0000 mgr.a (mgr.14403) 22274 : cluster 0 pgmap v16634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:32.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:32 smithi135 bash[32435]: cluster 2023-12-08T02:29:31.440116+0000 mgr.a (mgr.14403) 22274 : cluster 0 pgmap v16634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:32.962 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:29:32.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:32.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:32.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:32.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:29:33.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:33 smithi079 bash[28699]: audit 2023-12-08T02:29:32.479312+0000 mgr.a (mgr.14403) 22275 : audit 0 from='client.440157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:33.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:33 smithi194 bash[32038]: audit 2023-12-08T02:29:32.479312+0000 mgr.a (mgr.14403) 22275 : audit 0 from='client.440157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:33.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:33 smithi135 bash[32435]: audit 2023-12-08T02:29:32.479312+0000 mgr.a (mgr.14403) 22275 : audit 0 from='client.440157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:34.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:34 smithi079 bash[28699]: cluster 2023-12-08T02:29:33.440792+0000 mgr.a (mgr.14403) 22276 : cluster 0 pgmap v16635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:34.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:34 smithi194 bash[32038]: cluster 2023-12-08T02:29:33.440792+0000 mgr.a (mgr.14403) 22276 : cluster 0 pgmap v16635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:34.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:34 smithi135 bash[32435]: cluster 2023-12-08T02:29:33.440792+0000 mgr.a (mgr.14403) 22276 : cluster 0 pgmap v16635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:36.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:35 smithi079 bash[28699]: cluster 2023-12-08T02:29:35.441638+0000 mgr.a (mgr.14403) 22277 : cluster 0 pgmap v16636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:36.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:35 smithi194 bash[32038]: cluster 2023-12-08T02:29:35.441638+0000 mgr.a (mgr.14403) 22277 : cluster 0 pgmap v16636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:36.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:35 smithi135 bash[32435]: cluster 2023-12-08T02:29:35.441638+0000 mgr.a (mgr.14403) 22277 : cluster 0 pgmap v16636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:29:37.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:29:37.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:37.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:38.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:38.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:38.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:38.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:29:38.869 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:29:38.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:38 smithi079 bash[28699]: cluster 2023-12-08T02:29:37.442327+0000 mgr.a (mgr.14403) 22278 : cluster 0 pgmap v16637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:38.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:38 smithi194 bash[32038]: cluster 2023-12-08T02:29:37.442327+0000 mgr.a (mgr.14403) 22278 : cluster 0 pgmap v16637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:38.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:38 smithi135 bash[32435]: cluster 2023-12-08T02:29:37.442327+0000 mgr.a (mgr.14403) 22278 : cluster 0 pgmap v16637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:39.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:39 smithi079 bash[28699]: audit 2023-12-08T02:29:38.367422+0000 mgr.a (mgr.14403) 22279 : audit 0 from='client.440229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:39.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:39 smithi194 bash[32038]: audit 2023-12-08T02:29:38.367422+0000 mgr.a (mgr.14403) 22279 : audit 0 from='client.440229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:39.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:39 smithi135 bash[32435]: audit 2023-12-08T02:29:38.367422+0000 mgr.a (mgr.14403) 22279 : audit 0 from='client.440229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:40.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:40 smithi079 bash[28699]: cluster 2023-12-08T02:29:39.443527+0000 mgr.a (mgr.14403) 22280 : cluster 0 pgmap v16638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:40.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:40 smithi194 bash[32038]: cluster 2023-12-08T02:29:39.443527+0000 mgr.a (mgr.14403) 22280 : cluster 0 pgmap v16638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:40.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:40 smithi135 bash[32435]: cluster 2023-12-08T02:29:39.443527+0000 mgr.a (mgr.14403) 22280 : cluster 0 pgmap v16638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:29:42.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:42 smithi079 bash[28699]: cluster 2023-12-08T02:29:41.444135+0000 mgr.a (mgr.14403) 22281 : cluster 0 pgmap v16639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:29:42.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:42 smithi194 bash[32038]: cluster 2023-12-08T02:29:41.444135+0000 mgr.a (mgr.14403) 22281 : cluster 0 pgmap v16639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:29:42.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:42 smithi135 bash[32435]: cluster 2023-12-08T02:29:41.444135+0000 mgr.a (mgr.14403) 22281 : cluster 0 pgmap v16639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:29:43.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:29:43.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:43.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:44.778 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:29:44.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:44.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:44.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:44.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:29:44.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:44 smithi079 bash[28699]: cluster 2023-12-08T02:29:43.444658+0000 mgr.a (mgr.14403) 22282 : cluster 0 pgmap v16640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:29:44.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:44 smithi194 bash[32038]: cluster 2023-12-08T02:29:43.444658+0000 mgr.a (mgr.14403) 22282 : cluster 0 pgmap v16640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:29:44.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:44 smithi135 bash[32435]: cluster 2023-12-08T02:29:43.444658+0000 mgr.a (mgr.14403) 22282 : cluster 0 pgmap v16640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:29:45.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:45 smithi079 bash[28699]: audit 2023-12-08T02:29:44.273830+0000 mgr.a (mgr.14403) 22283 : audit 0 from='client.440304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:45.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:45 smithi194 bash[32038]: audit 2023-12-08T02:29:44.273830+0000 mgr.a (mgr.14403) 22283 : audit 0 from='client.440304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:45.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:45 smithi135 bash[32435]: audit 2023-12-08T02:29:44.273830+0000 mgr.a (mgr.14403) 22283 : audit 0 from='client.440304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:46.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:46 smithi079 bash[28699]: cluster 2023-12-08T02:29:45.445782+0000 mgr.a (mgr.14403) 22284 : cluster 0 pgmap v16641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:46.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:46 smithi194 bash[32038]: cluster 2023-12-08T02:29:45.445782+0000 mgr.a (mgr.14403) 22284 : cluster 0 pgmap v16641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:46.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:46 smithi135 bash[32435]: cluster 2023-12-08T02:29:45.445782+0000 mgr.a (mgr.14403) 22284 : cluster 0 pgmap v16641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:48.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:48 smithi079 bash[28699]: cluster 2023-12-08T02:29:47.446408+0000 mgr.a (mgr.14403) 22285 : cluster 0 pgmap v16642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:48.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:48 smithi194 bash[32038]: cluster 2023-12-08T02:29:47.446408+0000 mgr.a (mgr.14403) 22285 : cluster 0 pgmap v16642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:48.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:48 smithi135 bash[32435]: cluster 2023-12-08T02:29:47.446408+0000 mgr.a (mgr.14403) 22285 : cluster 0 pgmap v16642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:29:49.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:29:49.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:49.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:50.733 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:29:50.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:50.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:50.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:50.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:29:50.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:50 smithi079 bash[28699]: cluster 2023-12-08T02:29:49.447378+0000 mgr.a (mgr.14403) 22286 : cluster 0 pgmap v16643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:50.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:50 smithi194 bash[32038]: cluster 2023-12-08T02:29:49.447378+0000 mgr.a (mgr.14403) 22286 : cluster 0 pgmap v16643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:50.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:50 smithi135 bash[32435]: cluster 2023-12-08T02:29:49.447378+0000 mgr.a (mgr.14403) 22286 : cluster 0 pgmap v16643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:51.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:51 smithi079 bash[28699]: audit 2023-12-08T02:29:50.252560+0000 mgr.a (mgr.14403) 22287 : audit 0 from='client.440379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:51 smithi194 bash[32038]: audit 2023-12-08T02:29:50.252560+0000 mgr.a (mgr.14403) 22287 : audit 0 from='client.440379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:51.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:51 smithi135 bash[32435]: audit 2023-12-08T02:29:50.252560+0000 mgr.a (mgr.14403) 22287 : audit 0 from='client.440379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:52.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:52 smithi079 bash[28699]: cluster 2023-12-08T02:29:51.448005+0000 mgr.a (mgr.14403) 22288 : cluster 0 pgmap v16644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:29:52.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:52 smithi194 bash[32038]: cluster 2023-12-08T02:29:51.448005+0000 mgr.a (mgr.14403) 22288 : cluster 0 pgmap v16644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:29:52.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:52 smithi135 bash[32435]: cluster 2023-12-08T02:29:51.448005+0000 mgr.a (mgr.14403) 22288 : cluster 0 pgmap v16644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:29:54.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:54 smithi079 bash[28699]: cluster 2023-12-08T02:29:53.448565+0000 mgr.a (mgr.14403) 22289 : cluster 0 pgmap v16645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:29:54.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:54 smithi194 bash[32038]: cluster 2023-12-08T02:29:53.448565+0000 mgr.a (mgr.14403) 22289 : cluster 0 pgmap v16645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:29:54.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:54 smithi135 bash[32435]: cluster 2023-12-08T02:29:53.448565+0000 mgr.a (mgr.14403) 22289 : cluster 0 pgmap v16645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:29:55.736 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:29:55.737 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:29:55.737 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:29:56.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:55 smithi079 bash[28699]: cluster 2023-12-08T02:29:55.449372+0000 mgr.a (mgr.14403) 22290 : cluster 0 pgmap v16646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:56.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:55 smithi194 bash[32038]: cluster 2023-12-08T02:29:55.449372+0000 mgr.a (mgr.14403) 22290 : cluster 0 pgmap v16646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:56.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:55 smithi135 bash[32435]: cluster 2023-12-08T02:29:55.449372+0000 mgr.a (mgr.14403) 22290 : cluster 0 pgmap v16646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:29:56.615 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:29:56.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:29:56.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:29:56.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:29:56.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:29:57.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:56 smithi079 bash[28699]: audit 2023-12-08T02:29:56.130714+0000 mgr.a (mgr.14403) 22291 : audit 0 from='client.440457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:57.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:56 smithi194 bash[32038]: audit 2023-12-08T02:29:56.130714+0000 mgr.a (mgr.14403) 22291 : audit 0 from='client.440457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:57.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:56 smithi135 bash[32435]: audit 2023-12-08T02:29:56.130714+0000 mgr.a (mgr.14403) 22291 : audit 0 from='client.440457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:29:58.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:29:57 smithi079 bash[28699]: cluster 2023-12-08T02:29:57.450013+0000 mgr.a (mgr.14403) 22292 : cluster 0 pgmap v16647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:58.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:29:57 smithi194 bash[32038]: cluster 2023-12-08T02:29:57.450013+0000 mgr.a (mgr.14403) 22292 : cluster 0 pgmap v16647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:29:58.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:29:57 smithi135 bash[32435]: cluster 2023-12-08T02:29:57.450013+0000 mgr.a (mgr.14403) 22292 : cluster 0 pgmap v16647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:00.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:00 smithi079 bash[28699]: cluster 2023-12-08T02:29:59.450794+0000 mgr.a (mgr.14403) 22293 : cluster 0 pgmap v16648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:00.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:00 smithi079 bash[28699]: cluster 2023-12-08T02:30:00.000150+0000 mon.a (mon.0) 3529 : cluster 1 overall HEALTH_OK 2023-12-08T02:30:00.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:00 smithi194 bash[32038]: cluster 2023-12-08T02:29:59.450794+0000 mgr.a (mgr.14403) 22293 : cluster 0 pgmap v16648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:00.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:00 smithi194 bash[32038]: cluster 2023-12-08T02:30:00.000150+0000 mon.a (mon.0) 3529 : cluster 1 overall HEALTH_OK 2023-12-08T02:30:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:00 smithi135 bash[32435]: cluster 2023-12-08T02:29:59.450794+0000 mgr.a (mgr.14403) 22293 : cluster 0 pgmap v16648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:00 smithi135 bash[32435]: cluster 2023-12-08T02:30:00.000150+0000 mon.a (mon.0) 3529 : cluster 1 overall HEALTH_OK 2023-12-08T02:30:01.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:30:01.618 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:01.618 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:01.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:01 smithi079 bash[28699]: audit 2023-12-08T02:30:01.177410+0000 mon.a (mon.0) 3530 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:30:01.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:01 smithi194 bash[32038]: audit 2023-12-08T02:30:01.177410+0000 mon.a (mon.0) 3530 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:30:01.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:01 smithi135 bash[32435]: audit 2023-12-08T02:30:01.177410+0000 mon.a (mon.0) 3530 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:30:02.536 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:30:02.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:02.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:02.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:02.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:30:02.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:02 smithi079 bash[28699]: cluster 2023-12-08T02:30:01.451326+0000 mgr.a (mgr.14403) 22294 : cluster 0 pgmap v16649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:02.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:02 smithi079 bash[28699]: audit 2023-12-08T02:30:01.979622+0000 mon.a (mon.0) 3531 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:30:02.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:02 smithi079 bash[28699]: audit 2023-12-08T02:30:01.981234+0000 mon.a (mon.0) 3532 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:30:02.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:02 smithi079 bash[28699]: audit 2023-12-08T02:30:01.990579+0000 mon.a (mon.0) 3533 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:30:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:02 smithi194 bash[32038]: cluster 2023-12-08T02:30:01.451326+0000 mgr.a (mgr.14403) 22294 : cluster 0 pgmap v16649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:02 smithi194 bash[32038]: audit 2023-12-08T02:30:01.979622+0000 mon.a (mon.0) 3531 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:30:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:02 smithi194 bash[32038]: audit 2023-12-08T02:30:01.981234+0000 mon.a (mon.0) 3532 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:30:02.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:02 smithi194 bash[32038]: audit 2023-12-08T02:30:01.990579+0000 mon.a (mon.0) 3533 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:30:02.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:02 smithi135 bash[32435]: cluster 2023-12-08T02:30:01.451326+0000 mgr.a (mgr.14403) 22294 : cluster 0 pgmap v16649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:02.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:02 smithi135 bash[32435]: audit 2023-12-08T02:30:01.979622+0000 mon.a (mon.0) 3531 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:30:02.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:02 smithi135 bash[32435]: audit 2023-12-08T02:30:01.981234+0000 mon.a (mon.0) 3532 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:30:02.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:02 smithi135 bash[32435]: audit 2023-12-08T02:30:01.990579+0000 mon.a (mon.0) 3533 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:30:03.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:03 smithi079 bash[28699]: audit 2023-12-08T02:30:02.017197+0000 mgr.a (mgr.14403) 22295 : audit 0 from='client.440532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:03.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:03 smithi194 bash[32038]: audit 2023-12-08T02:30:02.017197+0000 mgr.a (mgr.14403) 22295 : audit 0 from='client.440532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:03.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:03 smithi135 bash[32435]: audit 2023-12-08T02:30:02.017197+0000 mgr.a (mgr.14403) 22295 : audit 0 from='client.440532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:04.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:04 smithi079 bash[28699]: cluster 2023-12-08T02:30:03.452011+0000 mgr.a (mgr.14403) 22296 : cluster 0 pgmap v16650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:30:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:04 smithi194 bash[32038]: cluster 2023-12-08T02:30:03.452011+0000 mgr.a (mgr.14403) 22296 : cluster 0 pgmap v16650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:30:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:04 smithi135 bash[32435]: cluster 2023-12-08T02:30:03.452011+0000 mgr.a (mgr.14403) 22296 : cluster 0 pgmap v16650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:30:06.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:05 smithi079 bash[28699]: cluster 2023-12-08T02:30:05.452602+0000 mgr.a (mgr.14403) 22297 : cluster 0 pgmap v16651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:05 smithi194 bash[32038]: cluster 2023-12-08T02:30:05.452602+0000 mgr.a (mgr.14403) 22297 : cluster 0 pgmap v16651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:06.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:05 smithi135 bash[32435]: cluster 2023-12-08T02:30:05.452602+0000 mgr.a (mgr.14403) 22297 : cluster 0 pgmap v16651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:07.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:30:07.539 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:07.539 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:08.439 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:30:08.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:08.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:08.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:08.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:30:08.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:08 smithi079 bash[28699]: cluster 2023-12-08T02:30:07.453156+0000 mgr.a (mgr.14403) 22298 : cluster 0 pgmap v16652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:08.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:08 smithi194 bash[32038]: cluster 2023-12-08T02:30:07.453156+0000 mgr.a (mgr.14403) 22298 : cluster 0 pgmap v16652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:08.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:08 smithi135 bash[32435]: cluster 2023-12-08T02:30:07.453156+0000 mgr.a (mgr.14403) 22298 : cluster 0 pgmap v16652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:09.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:09 smithi079 bash[28699]: audit 2023-12-08T02:30:07.935991+0000 mgr.a (mgr.14403) 22299 : audit 0 from='client.440604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:09.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:09 smithi194 bash[32038]: audit 2023-12-08T02:30:07.935991+0000 mgr.a (mgr.14403) 22299 : audit 0 from='client.440604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:09.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:09 smithi135 bash[32435]: audit 2023-12-08T02:30:07.935991+0000 mgr.a (mgr.14403) 22299 : audit 0 from='client.440604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:10.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:10 smithi079 bash[28699]: cluster 2023-12-08T02:30:09.454131+0000 mgr.a (mgr.14403) 22300 : cluster 0 pgmap v16653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:10 smithi194 bash[32038]: cluster 2023-12-08T02:30:09.454131+0000 mgr.a (mgr.14403) 22300 : cluster 0 pgmap v16653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:10.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:10 smithi135 bash[32435]: cluster 2023-12-08T02:30:09.454131+0000 mgr.a (mgr.14403) 22300 : cluster 0 pgmap v16653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:12.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:12 smithi079 bash[28699]: cluster 2023-12-08T02:30:11.454701+0000 mgr.a (mgr.14403) 22301 : cluster 0 pgmap v16654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:12.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:12 smithi194 bash[32038]: cluster 2023-12-08T02:30:11.454701+0000 mgr.a (mgr.14403) 22301 : cluster 0 pgmap v16654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:12.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:12 smithi135 bash[32435]: cluster 2023-12-08T02:30:11.454701+0000 mgr.a (mgr.14403) 22301 : cluster 0 pgmap v16654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:13.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:30:13.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:13.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:14.380 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:30:14.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:14.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:14.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:14.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:30:14.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:14 smithi079 bash[28699]: cluster 2023-12-08T02:30:13.455403+0000 mgr.a (mgr.14403) 22302 : cluster 0 pgmap v16655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:14.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:14 smithi194 bash[32038]: cluster 2023-12-08T02:30:13.455403+0000 mgr.a (mgr.14403) 22302 : cluster 0 pgmap v16655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:14.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:14 smithi135 bash[32435]: cluster 2023-12-08T02:30:13.455403+0000 mgr.a (mgr.14403) 22302 : cluster 0 pgmap v16655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:15.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:15 smithi079 bash[28699]: audit 2023-12-08T02:30:13.859006+0000 mgr.a (mgr.14403) 22303 : audit 0 from='client.440682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:15 smithi194 bash[32038]: audit 2023-12-08T02:30:13.859006+0000 mgr.a (mgr.14403) 22303 : audit 0 from='client.440682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:15.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:15 smithi135 bash[32435]: audit 2023-12-08T02:30:13.859006+0000 mgr.a (mgr.14403) 22303 : audit 0 from='client.440682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:16.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:16 smithi079 bash[28699]: cluster 2023-12-08T02:30:15.456192+0000 mgr.a (mgr.14403) 22304 : cluster 0 pgmap v16656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:30:16.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:16 smithi194 bash[32038]: cluster 2023-12-08T02:30:15.456192+0000 mgr.a (mgr.14403) 22304 : cluster 0 pgmap v16656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:30:16.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:16 smithi135 bash[32435]: cluster 2023-12-08T02:30:15.456192+0000 mgr.a (mgr.14403) 22304 : cluster 0 pgmap v16656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:30:18.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:18 smithi079 bash[28699]: cluster 2023-12-08T02:30:17.456774+0000 mgr.a (mgr.14403) 22305 : cluster 0 pgmap v16657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:18.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:18 smithi194 bash[32038]: cluster 2023-12-08T02:30:17.456774+0000 mgr.a (mgr.14403) 22305 : cluster 0 pgmap v16657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:18.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:18 smithi135 bash[32435]: cluster 2023-12-08T02:30:17.456774+0000 mgr.a (mgr.14403) 22305 : cluster 0 pgmap v16657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:19.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:30:19.383 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:19.383 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:20.299 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:30:20.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:20.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:20.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:20.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:30:20.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:20 smithi079 bash[28699]: cluster 2023-12-08T02:30:19.457524+0000 mgr.a (mgr.14403) 22306 : cluster 0 pgmap v16658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:20.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:20 smithi194 bash[32038]: cluster 2023-12-08T02:30:19.457524+0000 mgr.a (mgr.14403) 22306 : cluster 0 pgmap v16658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:20.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:20 smithi135 bash[32435]: cluster 2023-12-08T02:30:19.457524+0000 mgr.a (mgr.14403) 22306 : cluster 0 pgmap v16658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:21.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:21 smithi079 bash[28699]: audit 2023-12-08T02:30:19.788764+0000 mgr.a (mgr.14403) 22307 : audit 0 from='client.440754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:21.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:21 smithi194 bash[32038]: audit 2023-12-08T02:30:19.788764+0000 mgr.a (mgr.14403) 22307 : audit 0 from='client.440754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:21.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:21 smithi135 bash[32435]: audit 2023-12-08T02:30:19.788764+0000 mgr.a (mgr.14403) 22307 : audit 0 from='client.440754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:22.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:22 smithi079 bash[28699]: cluster 2023-12-08T02:30:21.458249+0000 mgr.a (mgr.14403) 22308 : cluster 0 pgmap v16659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:22.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:22 smithi194 bash[32038]: cluster 2023-12-08T02:30:21.458249+0000 mgr.a (mgr.14403) 22308 : cluster 0 pgmap v16659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:22.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:22 smithi135 bash[32435]: cluster 2023-12-08T02:30:21.458249+0000 mgr.a (mgr.14403) 22308 : cluster 0 pgmap v16659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:24.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:24 smithi079 bash[28699]: cluster 2023-12-08T02:30:23.458956+0000 mgr.a (mgr.14403) 22309 : cluster 0 pgmap v16660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:30:24.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:24 smithi194 bash[32038]: cluster 2023-12-08T02:30:23.458956+0000 mgr.a (mgr.14403) 22309 : cluster 0 pgmap v16660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:30:24.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:24 smithi135 bash[32435]: cluster 2023-12-08T02:30:23.458956+0000 mgr.a (mgr.14403) 22309 : cluster 0 pgmap v16660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:30:25.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:30:25.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:25.303 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:26.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:25 smithi079 bash[28699]: cluster 2023-12-08T02:30:25.459543+0000 mgr.a (mgr.14403) 22310 : cluster 0 pgmap v16661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:25 smithi194 bash[32038]: cluster 2023-12-08T02:30:25.459543+0000 mgr.a (mgr.14403) 22310 : cluster 0 pgmap v16661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:26.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:25 smithi135 bash[32435]: cluster 2023-12-08T02:30:25.459543+0000 mgr.a (mgr.14403) 22310 : cluster 0 pgmap v16661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:26.219 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:30:26.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:26.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:26.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:26.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:30:27.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:26 smithi079 bash[28699]: audit 2023-12-08T02:30:25.715266+0000 mgr.a (mgr.14403) 22311 : audit 0 from='client.440832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:27.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:26 smithi194 bash[32038]: audit 2023-12-08T02:30:25.715266+0000 mgr.a (mgr.14403) 22311 : audit 0 from='client.440832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:27.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:26 smithi135 bash[32435]: audit 2023-12-08T02:30:25.715266+0000 mgr.a (mgr.14403) 22311 : audit 0 from='client.440832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:28.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:27 smithi079 bash[28699]: cluster 2023-12-08T02:30:27.460252+0000 mgr.a (mgr.14403) 22312 : cluster 0 pgmap v16662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:28.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:27 smithi194 bash[32038]: cluster 2023-12-08T02:30:27.460252+0000 mgr.a (mgr.14403) 22312 : cluster 0 pgmap v16662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:28.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:27 smithi135 bash[32435]: cluster 2023-12-08T02:30:27.460252+0000 mgr.a (mgr.14403) 22312 : cluster 0 pgmap v16662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:30.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:30 smithi079 bash[28699]: cluster 2023-12-08T02:30:29.461043+0000 mgr.a (mgr.14403) 22313 : cluster 0 pgmap v16663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:30.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:30 smithi194 bash[32038]: cluster 2023-12-08T02:30:29.461043+0000 mgr.a (mgr.14403) 22313 : cluster 0 pgmap v16663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:30.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:30 smithi135 bash[32435]: cluster 2023-12-08T02:30:29.461043+0000 mgr.a (mgr.14403) 22313 : cluster 0 pgmap v16663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:31.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:30:31.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:31.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:32.146 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:30:32.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:32.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:32.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:32.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:30:32.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:32 smithi079 bash[28699]: cluster 2023-12-08T02:30:31.461431+0000 mgr.a (mgr.14403) 22314 : cluster 0 pgmap v16664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:32.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:32 smithi079 bash[28699]: audit 2023-12-08T02:30:31.640590+0000 mgr.a (mgr.14403) 22315 : audit 0 from='client.440910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:32.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:32 smithi194 bash[32038]: cluster 2023-12-08T02:30:31.461431+0000 mgr.a (mgr.14403) 22314 : cluster 0 pgmap v16664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:32.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:32 smithi194 bash[32038]: audit 2023-12-08T02:30:31.640590+0000 mgr.a (mgr.14403) 22315 : audit 0 from='client.440910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:32.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:32 smithi135 bash[32435]: cluster 2023-12-08T02:30:31.461431+0000 mgr.a (mgr.14403) 22314 : cluster 0 pgmap v16664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:32.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:32 smithi135 bash[32435]: audit 2023-12-08T02:30:31.640590+0000 mgr.a (mgr.14403) 22315 : audit 0 from='client.440910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:34.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:34 smithi079 bash[28699]: cluster 2023-12-08T02:30:33.462261+0000 mgr.a (mgr.14403) 22316 : cluster 0 pgmap v16665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:30:34.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:34 smithi194 bash[32038]: cluster 2023-12-08T02:30:33.462261+0000 mgr.a (mgr.14403) 22316 : cluster 0 pgmap v16665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:30:34.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:34 smithi135 bash[32435]: cluster 2023-12-08T02:30:33.462261+0000 mgr.a (mgr.14403) 22316 : cluster 0 pgmap v16665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:30:36.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:35 smithi079 bash[28699]: cluster 2023-12-08T02:30:35.462893+0000 mgr.a (mgr.14403) 22317 : cluster 0 pgmap v16666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:30:36.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:35 smithi194 bash[32038]: cluster 2023-12-08T02:30:35.462893+0000 mgr.a (mgr.14403) 22317 : cluster 0 pgmap v16666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:30:36.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:35 smithi135 bash[32435]: cluster 2023-12-08T02:30:35.462893+0000 mgr.a (mgr.14403) 22317 : cluster 0 pgmap v16666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:30:37.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:30:37.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:37.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:38.054 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:30:38.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:38.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:38.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:38.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:30:38.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:38 smithi079 bash[28699]: cluster 2023-12-08T02:30:37.463374+0000 mgr.a (mgr.14403) 22318 : cluster 0 pgmap v16667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:38.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:38 smithi079 bash[28699]: audit 2023-12-08T02:30:37.556170+0000 mgr.a (mgr.14403) 22319 : audit 0 from='client.440988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:38.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:38 smithi194 bash[32038]: cluster 2023-12-08T02:30:37.463374+0000 mgr.a (mgr.14403) 22318 : cluster 0 pgmap v16667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:38.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:38 smithi194 bash[32038]: audit 2023-12-08T02:30:37.556170+0000 mgr.a (mgr.14403) 22319 : audit 0 from='client.440988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:38.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:38 smithi135 bash[32435]: cluster 2023-12-08T02:30:37.463374+0000 mgr.a (mgr.14403) 22318 : cluster 0 pgmap v16667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:38.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:38 smithi135 bash[32435]: audit 2023-12-08T02:30:37.556170+0000 mgr.a (mgr.14403) 22319 : audit 0 from='client.440988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:40.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:40 smithi079 bash[28699]: cluster 2023-12-08T02:30:39.464230+0000 mgr.a (mgr.14403) 22320 : cluster 0 pgmap v16668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:40.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:40 smithi194 bash[32038]: cluster 2023-12-08T02:30:39.464230+0000 mgr.a (mgr.14403) 22320 : cluster 0 pgmap v16668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:40.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:40 smithi135 bash[32435]: cluster 2023-12-08T02:30:39.464230+0000 mgr.a (mgr.14403) 22320 : cluster 0 pgmap v16668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:30:42.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:42 smithi079 bash[28699]: cluster 2023-12-08T02:30:41.464812+0000 mgr.a (mgr.14403) 22321 : cluster 0 pgmap v16669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:42.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:42 smithi194 bash[32038]: cluster 2023-12-08T02:30:41.464812+0000 mgr.a (mgr.14403) 22321 : cluster 0 pgmap v16669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:42.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:42 smithi135 bash[32435]: cluster 2023-12-08T02:30:41.464812+0000 mgr.a (mgr.14403) 22321 : cluster 0 pgmap v16669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:43.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:30:43.058 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:43.058 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:43.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:43.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:43.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:43.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:30:43.983 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:30:44.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:44 smithi079 bash[28699]: audit 2023-12-08T02:30:43.466134+0000 mgr.a (mgr.14403) 22322 : audit 0 from='client.441063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:44.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:44 smithi079 bash[28699]: cluster 2023-12-08T02:30:43.466690+0000 mgr.a (mgr.14403) 22323 : cluster 0 pgmap v16670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:44.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:44 smithi194 bash[32038]: audit 2023-12-08T02:30:43.466134+0000 mgr.a (mgr.14403) 22322 : audit 0 from='client.441063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:44.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:44 smithi194 bash[32038]: cluster 2023-12-08T02:30:43.466690+0000 mgr.a (mgr.14403) 22323 : cluster 0 pgmap v16670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:44.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:44 smithi135 bash[32435]: audit 2023-12-08T02:30:43.466134+0000 mgr.a (mgr.14403) 22322 : audit 0 from='client.441063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:44.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:44 smithi135 bash[32435]: cluster 2023-12-08T02:30:43.466690+0000 mgr.a (mgr.14403) 22323 : cluster 0 pgmap v16670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:46.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:45 smithi079 bash[28699]: cluster 2023-12-08T02:30:45.467610+0000 mgr.a (mgr.14403) 22324 : cluster 0 pgmap v16671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:30:46.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:45 smithi194 bash[32038]: cluster 2023-12-08T02:30:45.467610+0000 mgr.a (mgr.14403) 22324 : cluster 0 pgmap v16671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:30:46.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:45 smithi135 bash[32435]: cluster 2023-12-08T02:30:45.467610+0000 mgr.a (mgr.14403) 22324 : cluster 0 pgmap v16671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:30:48.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:48 smithi079 bash[28699]: cluster 2023-12-08T02:30:47.468339+0000 mgr.a (mgr.14403) 22325 : cluster 0 pgmap v16672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:48.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:48 smithi194 bash[32038]: cluster 2023-12-08T02:30:47.468339+0000 mgr.a (mgr.14403) 22325 : cluster 0 pgmap v16672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:48.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:48 smithi135 bash[32435]: cluster 2023-12-08T02:30:47.468339+0000 mgr.a (mgr.14403) 22325 : cluster 0 pgmap v16672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:48.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:30:48.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:48.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:49.890 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:30:49.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:49.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:49.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:49.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:30:50.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:50 smithi079 bash[28699]: audit 2023-12-08T02:30:49.392982+0000 mgr.a (mgr.14403) 22326 : audit 0 from='client.441141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:50.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:50 smithi079 bash[28699]: cluster 2023-12-08T02:30:49.469648+0000 mgr.a (mgr.14403) 22327 : cluster 0 pgmap v16673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:50.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:50 smithi194 bash[32038]: audit 2023-12-08T02:30:49.392982+0000 mgr.a (mgr.14403) 22326 : audit 0 from='client.441141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:50.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:50 smithi194 bash[32038]: cluster 2023-12-08T02:30:49.469648+0000 mgr.a (mgr.14403) 22327 : cluster 0 pgmap v16673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:50.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:50 smithi135 bash[32435]: audit 2023-12-08T02:30:49.392982+0000 mgr.a (mgr.14403) 22326 : audit 0 from='client.441141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:50.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:50 smithi135 bash[32435]: cluster 2023-12-08T02:30:49.469648+0000 mgr.a (mgr.14403) 22327 : cluster 0 pgmap v16673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:52.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:52 smithi079 bash[28699]: cluster 2023-12-08T02:30:51.470483+0000 mgr.a (mgr.14403) 22328 : cluster 0 pgmap v16674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:52.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:52 smithi194 bash[32038]: cluster 2023-12-08T02:30:51.470483+0000 mgr.a (mgr.14403) 22328 : cluster 0 pgmap v16674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:52.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:52 smithi135 bash[32435]: cluster 2023-12-08T02:30:51.470483+0000 mgr.a (mgr.14403) 22328 : cluster 0 pgmap v16674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:30:54.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:54 smithi079 bash[28699]: cluster 2023-12-08T02:30:53.471404+0000 mgr.a (mgr.14403) 22329 : cluster 0 pgmap v16675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:30:54.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:30:54.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:30:54.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:30:54.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:54 smithi194 bash[32038]: cluster 2023-12-08T02:30:53.471404+0000 mgr.a (mgr.14403) 22329 : cluster 0 pgmap v16675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:30:54.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:54 smithi135 bash[32435]: cluster 2023-12-08T02:30:53.471404+0000 mgr.a (mgr.14403) 22329 : cluster 0 pgmap v16675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:30:55.820 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:30:55.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:30:55.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:30:55.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:30:55.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:30:56.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:55 smithi079 bash[28699]: audit 2023-12-08T02:30:55.312285+0000 mgr.a (mgr.14403) 22330 : audit 0 from='client.334561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:56.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:55 smithi079 bash[28699]: cluster 2023-12-08T02:30:55.472357+0000 mgr.a (mgr.14403) 22331 : cluster 0 pgmap v16676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:56.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:55 smithi194 bash[32038]: audit 2023-12-08T02:30:55.312285+0000 mgr.a (mgr.14403) 22330 : audit 0 from='client.334561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:56.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:55 smithi194 bash[32038]: cluster 2023-12-08T02:30:55.472357+0000 mgr.a (mgr.14403) 22331 : cluster 0 pgmap v16676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:56.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:55 smithi135 bash[32435]: audit 2023-12-08T02:30:55.312285+0000 mgr.a (mgr.14403) 22330 : audit 0 from='client.334561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:30:56.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:55 smithi135 bash[32435]: cluster 2023-12-08T02:30:55.472357+0000 mgr.a (mgr.14403) 22331 : cluster 0 pgmap v16676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:58.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:30:58 smithi079 bash[28699]: cluster 2023-12-08T02:30:57.473040+0000 mgr.a (mgr.14403) 22332 : cluster 0 pgmap v16677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:58.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:30:58 smithi194 bash[32038]: cluster 2023-12-08T02:30:57.473040+0000 mgr.a (mgr.14403) 22332 : cluster 0 pgmap v16677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:30:58.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:30:58 smithi135 bash[32435]: cluster 2023-12-08T02:30:57.473040+0000 mgr.a (mgr.14403) 22332 : cluster 0 pgmap v16677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:00.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:31:00.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:00.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:00.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:00 smithi079 bash[28699]: cluster 2023-12-08T02:30:59.473858+0000 mgr.a (mgr.14403) 22333 : cluster 0 pgmap v16678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:00.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:00 smithi194 bash[32038]: cluster 2023-12-08T02:30:59.473858+0000 mgr.a (mgr.14403) 22333 : cluster 0 pgmap v16678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:00 smithi135 bash[32435]: cluster 2023-12-08T02:30:59.473858+0000 mgr.a (mgr.14403) 22333 : cluster 0 pgmap v16678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:01.722 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:31:01.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:01.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:01.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:01.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:31:02.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:02 smithi079 bash[28699]: audit 2023-12-08T02:31:01.229853+0000 mgr.a (mgr.14403) 22334 : audit 0 from='client.441291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:02.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:02 smithi079 bash[28699]: cluster 2023-12-08T02:31:01.476850+0000 mgr.a (mgr.14403) 22335 : cluster 0 pgmap v16679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:02.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:02 smithi079 bash[28699]: audit 2023-12-08T02:31:02.101355+0000 mon.a (mon.0) 3534 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:31:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:02 smithi194 bash[32038]: audit 2023-12-08T02:31:01.229853+0000 mgr.a (mgr.14403) 22334 : audit 0 from='client.441291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:02 smithi194 bash[32038]: cluster 2023-12-08T02:31:01.476850+0000 mgr.a (mgr.14403) 22335 : cluster 0 pgmap v16679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:02.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:02 smithi194 bash[32038]: audit 2023-12-08T02:31:02.101355+0000 mon.a (mon.0) 3534 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:31:02.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:02 smithi135 bash[32435]: audit 2023-12-08T02:31:01.229853+0000 mgr.a (mgr.14403) 22334 : audit 0 from='client.441291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:02.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:02 smithi135 bash[32435]: cluster 2023-12-08T02:31:01.476850+0000 mgr.a (mgr.14403) 22335 : cluster 0 pgmap v16679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:02.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:02 smithi135 bash[32435]: audit 2023-12-08T02:31:02.101355+0000 mon.a (mon.0) 3534 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:31:03.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:03 smithi079 bash[28699]: audit 2023-12-08T02:31:02.629928+0000 mon.a (mon.0) 3535 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:31:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:03 smithi079 bash[28699]: audit 2023-12-08T02:31:02.635891+0000 mon.a (mon.0) 3536 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:31:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:03 smithi079 bash[28699]: audit 2023-12-08T02:31:03.384130+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:31:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:03 smithi079 bash[28699]: audit 2023-12-08T02:31:03.386002+0000 mon.a (mon.0) 3538 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:31:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:03 smithi079 bash[28699]: audit 2023-12-08T02:31:03.395192+0000 mon.a (mon.0) 3539 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:31:03.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:03 smithi194 bash[32038]: audit 2023-12-08T02:31:02.629928+0000 mon.a (mon.0) 3535 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:31:03.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:03 smithi194 bash[32038]: audit 2023-12-08T02:31:02.635891+0000 mon.a (mon.0) 3536 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:31:03.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:03 smithi194 bash[32038]: audit 2023-12-08T02:31:03.384130+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:31:03.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:03 smithi194 bash[32038]: audit 2023-12-08T02:31:03.386002+0000 mon.a (mon.0) 3538 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:31:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:03 smithi194 bash[32038]: audit 2023-12-08T02:31:03.395192+0000 mon.a (mon.0) 3539 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:31:03.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:03 smithi135 bash[32435]: audit 2023-12-08T02:31:02.629928+0000 mon.a (mon.0) 3535 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:31:03.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:03 smithi135 bash[32435]: audit 2023-12-08T02:31:02.635891+0000 mon.a (mon.0) 3536 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:31:03.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:03 smithi135 bash[32435]: audit 2023-12-08T02:31:03.384130+0000 mon.a (mon.0) 3537 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:31:03.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:03 smithi135 bash[32435]: audit 2023-12-08T02:31:03.386002+0000 mon.a (mon.0) 3538 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:31:03.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:03 smithi135 bash[32435]: audit 2023-12-08T02:31:03.395192+0000 mon.a (mon.0) 3539 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:31:04.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:04 smithi079 bash[28699]: cluster 2023-12-08T02:31:03.477793+0000 mgr.a (mgr.14403) 22336 : cluster 0 pgmap v16680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:31:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:04 smithi194 bash[32038]: cluster 2023-12-08T02:31:03.477793+0000 mgr.a (mgr.14403) 22336 : cluster 0 pgmap v16680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:31:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:04 smithi135 bash[32435]: cluster 2023-12-08T02:31:03.477793+0000 mgr.a (mgr.14403) 22336 : cluster 0 pgmap v16680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:31:06.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:05 smithi079 bash[28699]: cluster 2023-12-08T02:31:05.478466+0000 mgr.a (mgr.14403) 22337 : cluster 0 pgmap v16681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:31:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:05 smithi194 bash[32038]: cluster 2023-12-08T02:31:05.478466+0000 mgr.a (mgr.14403) 22337 : cluster 0 pgmap v16681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:31:06.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:05 smithi135 bash[32435]: cluster 2023-12-08T02:31:05.478466+0000 mgr.a (mgr.14403) 22337 : cluster 0 pgmap v16681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:31:06.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:31:06.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:06.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:07.636 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:31:07.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:07.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:07.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:07.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:31:08.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:08 smithi079 bash[28699]: audit 2023-12-08T02:31:07.132432+0000 mgr.a (mgr.14403) 22338 : audit 0 from='client.441366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:08.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:08 smithi079 bash[28699]: cluster 2023-12-08T02:31:07.479005+0000 mgr.a (mgr.14403) 22339 : cluster 0 pgmap v16682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:08.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:08 smithi194 bash[32038]: audit 2023-12-08T02:31:07.132432+0000 mgr.a (mgr.14403) 22338 : audit 0 from='client.441366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:08.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:08 smithi194 bash[32038]: cluster 2023-12-08T02:31:07.479005+0000 mgr.a (mgr.14403) 22339 : cluster 0 pgmap v16682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:08.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:08 smithi135 bash[32435]: audit 2023-12-08T02:31:07.132432+0000 mgr.a (mgr.14403) 22338 : audit 0 from='client.441366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:08.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:08 smithi135 bash[32435]: cluster 2023-12-08T02:31:07.479005+0000 mgr.a (mgr.14403) 22339 : cluster 0 pgmap v16682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:10.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:10 smithi079 bash[28699]: cluster 2023-12-08T02:31:09.479990+0000 mgr.a (mgr.14403) 22340 : cluster 0 pgmap v16683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:10 smithi194 bash[32038]: cluster 2023-12-08T02:31:09.479990+0000 mgr.a (mgr.14403) 22340 : cluster 0 pgmap v16683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:10.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:10 smithi135 bash[32435]: cluster 2023-12-08T02:31:09.479990+0000 mgr.a (mgr.14403) 22340 : cluster 0 pgmap v16683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:12.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:31:12.640 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:12.640 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:12.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:12 smithi079 bash[28699]: cluster 2023-12-08T02:31:11.480696+0000 mgr.a (mgr.14403) 22341 : cluster 0 pgmap v16684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:12.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:12 smithi194 bash[32038]: cluster 2023-12-08T02:31:11.480696+0000 mgr.a (mgr.14403) 22341 : cluster 0 pgmap v16684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:12.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:12 smithi135 bash[32435]: cluster 2023-12-08T02:31:11.480696+0000 mgr.a (mgr.14403) 22341 : cluster 0 pgmap v16684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:13.567 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:31:13.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:13.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:13.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:13.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:31:14.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:14 smithi079 bash[28699]: audit 2023-12-08T02:31:13.053095+0000 mgr.a (mgr.14403) 22342 : audit 0 from='client.441438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:14.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:14 smithi079 bash[28699]: cluster 2023-12-08T02:31:13.481611+0000 mgr.a (mgr.14403) 22343 : cluster 0 pgmap v16685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:31:14.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:14 smithi194 bash[32038]: audit 2023-12-08T02:31:13.053095+0000 mgr.a (mgr.14403) 22342 : audit 0 from='client.441438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:14.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:14 smithi194 bash[32038]: cluster 2023-12-08T02:31:13.481611+0000 mgr.a (mgr.14403) 22343 : cluster 0 pgmap v16685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:31:14.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:14 smithi135 bash[32435]: audit 2023-12-08T02:31:13.053095+0000 mgr.a (mgr.14403) 22342 : audit 0 from='client.441438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:14.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:14 smithi135 bash[32435]: cluster 2023-12-08T02:31:13.481611+0000 mgr.a (mgr.14403) 22343 : cluster 0 pgmap v16685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:31:16.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:15 smithi079 bash[28699]: cluster 2023-12-08T02:31:15.482270+0000 mgr.a (mgr.14403) 22344 : cluster 0 pgmap v16686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:31:16.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:15 smithi194 bash[32038]: cluster 2023-12-08T02:31:15.482270+0000 mgr.a (mgr.14403) 22344 : cluster 0 pgmap v16686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:31:16.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:15 smithi135 bash[32435]: cluster 2023-12-08T02:31:15.482270+0000 mgr.a (mgr.14403) 22344 : cluster 0 pgmap v16686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:31:18.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:31:18.571 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:18.571 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:18.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:18 smithi079 bash[28699]: cluster 2023-12-08T02:31:17.482986+0000 mgr.a (mgr.14403) 22345 : cluster 0 pgmap v16687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:31:18.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:18 smithi194 bash[32038]: cluster 2023-12-08T02:31:17.482986+0000 mgr.a (mgr.14403) 22345 : cluster 0 pgmap v16687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:31:18.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:18 smithi135 bash[32435]: cluster 2023-12-08T02:31:17.482986+0000 mgr.a (mgr.14403) 22345 : cluster 0 pgmap v16687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:31:19.462 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:31:19.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:19.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:19.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:19.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:31:20.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:20 smithi079 bash[28699]: audit 2023-12-08T02:31:18.975501+0000 mgr.a (mgr.14403) 22346 : audit 0 from='client.441513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:20.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:20 smithi079 bash[28699]: cluster 2023-12-08T02:31:19.484010+0000 mgr.a (mgr.14403) 22347 : cluster 0 pgmap v16688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:20.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:20 smithi194 bash[32038]: audit 2023-12-08T02:31:18.975501+0000 mgr.a (mgr.14403) 22346 : audit 0 from='client.441513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:20.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:20 smithi194 bash[32038]: cluster 2023-12-08T02:31:19.484010+0000 mgr.a (mgr.14403) 22347 : cluster 0 pgmap v16688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:20.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:20 smithi135 bash[32435]: audit 2023-12-08T02:31:18.975501+0000 mgr.a (mgr.14403) 22346 : audit 0 from='client.441513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:20.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:20 smithi135 bash[32435]: cluster 2023-12-08T02:31:19.484010+0000 mgr.a (mgr.14403) 22347 : cluster 0 pgmap v16688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:22.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:22 smithi079 bash[28699]: cluster 2023-12-08T02:31:21.484590+0000 mgr.a (mgr.14403) 22348 : cluster 0 pgmap v16689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:22.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:22 smithi194 bash[32038]: cluster 2023-12-08T02:31:21.484590+0000 mgr.a (mgr.14403) 22348 : cluster 0 pgmap v16689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:22.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:22 smithi135 bash[32435]: cluster 2023-12-08T02:31:21.484590+0000 mgr.a (mgr.14403) 22348 : cluster 0 pgmap v16689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:24.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:31:24.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:24.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:24.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:24 smithi079 bash[28699]: cluster 2023-12-08T02:31:23.485234+0000 mgr.a (mgr.14403) 22349 : cluster 0 pgmap v16690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:31:24.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:24 smithi194 bash[32038]: cluster 2023-12-08T02:31:23.485234+0000 mgr.a (mgr.14403) 22349 : cluster 0 pgmap v16690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:31:24.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:24 smithi135 bash[32435]: cluster 2023-12-08T02:31:23.485234+0000 mgr.a (mgr.14403) 22349 : cluster 0 pgmap v16690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:31:25.371 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:31:25.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:25.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:25.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:25.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:31:26.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:25 smithi079 bash[28699]: audit 2023-12-08T02:31:24.874094+0000 mgr.a (mgr.14403) 22350 : audit 0 from='client.441585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:26.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:25 smithi079 bash[28699]: cluster 2023-12-08T02:31:25.486133+0000 mgr.a (mgr.14403) 22351 : cluster 0 pgmap v16691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:31:26.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:25 smithi194 bash[32038]: audit 2023-12-08T02:31:24.874094+0000 mgr.a (mgr.14403) 22350 : audit 0 from='client.441585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:25 smithi194 bash[32038]: cluster 2023-12-08T02:31:25.486133+0000 mgr.a (mgr.14403) 22351 : cluster 0 pgmap v16691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:31:26.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:25 smithi135 bash[32435]: audit 2023-12-08T02:31:24.874094+0000 mgr.a (mgr.14403) 22350 : audit 0 from='client.441585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:26.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:25 smithi135 bash[32435]: cluster 2023-12-08T02:31:25.486133+0000 mgr.a (mgr.14403) 22351 : cluster 0 pgmap v16691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:31:28.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:28 smithi079 bash[28699]: cluster 2023-12-08T02:31:27.486726+0000 mgr.a (mgr.14403) 22352 : cluster 0 pgmap v16692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:31:28.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:28 smithi194 bash[32038]: cluster 2023-12-08T02:31:27.486726+0000 mgr.a (mgr.14403) 22352 : cluster 0 pgmap v16692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:31:28.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:28 smithi135 bash[32435]: cluster 2023-12-08T02:31:27.486726+0000 mgr.a (mgr.14403) 22352 : cluster 0 pgmap v16692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:31:30.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:31:30.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:30.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:30.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:30 smithi079 bash[28699]: cluster 2023-12-08T02:31:29.487543+0000 mgr.a (mgr.14403) 22353 : cluster 0 pgmap v16693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:31:30.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:30 smithi194 bash[32038]: cluster 2023-12-08T02:31:29.487543+0000 mgr.a (mgr.14403) 22353 : cluster 0 pgmap v16693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:31:30.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:30 smithi135 bash[32435]: cluster 2023-12-08T02:31:29.487543+0000 mgr.a (mgr.14403) 22353 : cluster 0 pgmap v16693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:31:31.293 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:31:31.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:31.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:31.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:31.294 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:31:32.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:32 smithi079 bash[28699]: audit 2023-12-08T02:31:30.782532+0000 mgr.a (mgr.14403) 22354 : audit 0 from='client.441660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:32.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:32 smithi079 bash[28699]: cluster 2023-12-08T02:31:31.488287+0000 mgr.a (mgr.14403) 22355 : cluster 0 pgmap v16694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:32.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:32 smithi194 bash[32038]: audit 2023-12-08T02:31:30.782532+0000 mgr.a (mgr.14403) 22354 : audit 0 from='client.441660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:32.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:32 smithi194 bash[32038]: cluster 2023-12-08T02:31:31.488287+0000 mgr.a (mgr.14403) 22355 : cluster 0 pgmap v16694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:32.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:32 smithi135 bash[32435]: audit 2023-12-08T02:31:30.782532+0000 mgr.a (mgr.14403) 22354 : audit 0 from='client.441660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:32.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:32 smithi135 bash[32435]: cluster 2023-12-08T02:31:31.488287+0000 mgr.a (mgr.14403) 22355 : cluster 0 pgmap v16694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:34.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:34 smithi079 bash[28699]: cluster 2023-12-08T02:31:33.488969+0000 mgr.a (mgr.14403) 22356 : cluster 0 pgmap v16695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:31:34.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:34 smithi194 bash[32038]: cluster 2023-12-08T02:31:33.488969+0000 mgr.a (mgr.14403) 22356 : cluster 0 pgmap v16695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:31:34.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:34 smithi135 bash[32435]: cluster 2023-12-08T02:31:33.488969+0000 mgr.a (mgr.14403) 22356 : cluster 0 pgmap v16695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:31:36.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:35 smithi079 bash[28699]: cluster 2023-12-08T02:31:35.489591+0000 mgr.a (mgr.14403) 22357 : cluster 0 pgmap v16696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:31:36.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:35 smithi194 bash[32038]: cluster 2023-12-08T02:31:35.489591+0000 mgr.a (mgr.14403) 22357 : cluster 0 pgmap v16696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:31:36.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:35 smithi135 bash[32435]: cluster 2023-12-08T02:31:35.489591+0000 mgr.a (mgr.14403) 22357 : cluster 0 pgmap v16696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:31:36.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:31:36.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:36.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:37.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:37.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:37.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:37.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:31:37.183 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:31:38.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:38 smithi079 bash[28699]: audit 2023-12-08T02:31:36.699567+0000 mgr.a (mgr.14403) 22358 : audit 0 from='client.441735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:38.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:38 smithi079 bash[28699]: cluster 2023-12-08T02:31:37.490354+0000 mgr.a (mgr.14403) 22359 : cluster 0 pgmap v16697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:38.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:38 smithi194 bash[32038]: audit 2023-12-08T02:31:36.699567+0000 mgr.a (mgr.14403) 22358 : audit 0 from='client.441735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:38.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:38 smithi194 bash[32038]: cluster 2023-12-08T02:31:37.490354+0000 mgr.a (mgr.14403) 22359 : cluster 0 pgmap v16697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:38.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:38 smithi135 bash[32435]: audit 2023-12-08T02:31:36.699567+0000 mgr.a (mgr.14403) 22358 : audit 0 from='client.441735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:38.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:38 smithi135 bash[32435]: cluster 2023-12-08T02:31:37.490354+0000 mgr.a (mgr.14403) 22359 : cluster 0 pgmap v16697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:40.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:40 smithi079 bash[28699]: cluster 2023-12-08T02:31:39.491220+0000 mgr.a (mgr.14403) 22360 : cluster 0 pgmap v16698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:40.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:40 smithi194 bash[32038]: cluster 2023-12-08T02:31:39.491220+0000 mgr.a (mgr.14403) 22360 : cluster 0 pgmap v16698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:40.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:40 smithi135 bash[32435]: cluster 2023-12-08T02:31:39.491220+0000 mgr.a (mgr.14403) 22360 : cluster 0 pgmap v16698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:31:42.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:31:42.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:42.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:42.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:42 smithi079 bash[28699]: cluster 2023-12-08T02:31:41.491785+0000 mgr.a (mgr.14403) 22361 : cluster 0 pgmap v16699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:42 smithi194 bash[32038]: cluster 2023-12-08T02:31:41.491785+0000 mgr.a (mgr.14403) 22361 : cluster 0 pgmap v16699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:42.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:42 smithi135 bash[32435]: cluster 2023-12-08T02:31:41.491785+0000 mgr.a (mgr.14403) 22361 : cluster 0 pgmap v16699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:43.100 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:31:43.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:43.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:43.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:43.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:31:43.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:43 smithi079 bash[28699]: audit 2023-12-08T02:31:42.599613+0000 mgr.a (mgr.14403) 22362 : audit 0 from='client.441813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:43.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:43 smithi194 bash[32038]: audit 2023-12-08T02:31:42.599613+0000 mgr.a (mgr.14403) 22362 : audit 0 from='client.441813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:43.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:43 smithi135 bash[32435]: audit 2023-12-08T02:31:42.599613+0000 mgr.a (mgr.14403) 22362 : audit 0 from='client.441813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:44.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:44 smithi079 bash[28699]: cluster 2023-12-08T02:31:43.492689+0000 mgr.a (mgr.14403) 22363 : cluster 0 pgmap v16700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:31:44.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:44 smithi194 bash[32038]: cluster 2023-12-08T02:31:43.492689+0000 mgr.a (mgr.14403) 22363 : cluster 0 pgmap v16700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:31:44.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:44 smithi135 bash[32435]: cluster 2023-12-08T02:31:43.492689+0000 mgr.a (mgr.14403) 22363 : cluster 0 pgmap v16700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:31:46.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:45 smithi079 bash[28699]: cluster 2023-12-08T02:31:45.493345+0000 mgr.a (mgr.14403) 22364 : cluster 0 pgmap v16701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:31:46.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:45 smithi194 bash[32038]: cluster 2023-12-08T02:31:45.493345+0000 mgr.a (mgr.14403) 22364 : cluster 0 pgmap v16701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:31:46.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:45 smithi135 bash[32435]: cluster 2023-12-08T02:31:45.493345+0000 mgr.a (mgr.14403) 22364 : cluster 0 pgmap v16701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:31:48.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:31:48.104 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:48.105 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:48.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:48 smithi079 bash[28699]: cluster 2023-12-08T02:31:47.493828+0000 mgr.a (mgr.14403) 22365 : cluster 0 pgmap v16702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:48.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:48 smithi194 bash[32038]: cluster 2023-12-08T02:31:47.493828+0000 mgr.a (mgr.14403) 22365 : cluster 0 pgmap v16702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:48.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:48 smithi135 bash[32435]: cluster 2023-12-08T02:31:47.493828+0000 mgr.a (mgr.14403) 22365 : cluster 0 pgmap v16702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:48.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:48.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:48.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:48.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:31:48.990 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:31:49.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:49 smithi079 bash[28699]: audit 2023-12-08T02:31:48.511339+0000 mgr.a (mgr.14403) 22366 : audit 0 from='client.441891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:49.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:49 smithi194 bash[32038]: audit 2023-12-08T02:31:48.511339+0000 mgr.a (mgr.14403) 22366 : audit 0 from='client.441891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:49.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:49 smithi135 bash[32435]: audit 2023-12-08T02:31:48.511339+0000 mgr.a (mgr.14403) 22366 : audit 0 from='client.441891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:50.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:50 smithi079 bash[28699]: cluster 2023-12-08T02:31:49.494951+0000 mgr.a (mgr.14403) 22367 : cluster 0 pgmap v16703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:50.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:50 smithi194 bash[32038]: cluster 2023-12-08T02:31:49.494951+0000 mgr.a (mgr.14403) 22367 : cluster 0 pgmap v16703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:50.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:50 smithi135 bash[32435]: cluster 2023-12-08T02:31:49.494951+0000 mgr.a (mgr.14403) 22367 : cluster 0 pgmap v16703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:31:52.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:52 smithi079 bash[28699]: cluster 2023-12-08T02:31:51.495574+0000 mgr.a (mgr.14403) 22368 : cluster 0 pgmap v16704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:52.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:52 smithi194 bash[32038]: cluster 2023-12-08T02:31:51.495574+0000 mgr.a (mgr.14403) 22368 : cluster 0 pgmap v16704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:52.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:52 smithi135 bash[32435]: cluster 2023-12-08T02:31:51.495574+0000 mgr.a (mgr.14403) 22368 : cluster 0 pgmap v16704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:53.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:31:53.994 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:53.994 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:31:54.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:54 smithi079 bash[28699]: cluster 2023-12-08T02:31:53.496283+0000 mgr.a (mgr.14403) 22369 : cluster 0 pgmap v16705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:31:54.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:31:54.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:31:54.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:31:54.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:31:54.923 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:31:54.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:54 smithi194 bash[32038]: cluster 2023-12-08T02:31:53.496283+0000 mgr.a (mgr.14403) 22369 : cluster 0 pgmap v16705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:31:54.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:54 smithi135 bash[32435]: cluster 2023-12-08T02:31:53.496283+0000 mgr.a (mgr.14403) 22369 : cluster 0 pgmap v16705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:31:55.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:55 smithi079 bash[28699]: audit 2023-12-08T02:31:54.407645+0000 mgr.a (mgr.14403) 22370 : audit 0 from='client.441969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:55.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:55 smithi194 bash[32038]: audit 2023-12-08T02:31:54.407645+0000 mgr.a (mgr.14403) 22370 : audit 0 from='client.441969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:55.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:55 smithi135 bash[32435]: audit 2023-12-08T02:31:54.407645+0000 mgr.a (mgr.14403) 22370 : audit 0 from='client.441969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:31:56.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:56 smithi079 bash[28699]: cluster 2023-12-08T02:31:55.497181+0000 mgr.a (mgr.14403) 22371 : cluster 0 pgmap v16706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:31:56.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:56 smithi194 bash[32038]: cluster 2023-12-08T02:31:55.497181+0000 mgr.a (mgr.14403) 22371 : cluster 0 pgmap v16706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:31:56.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:56 smithi135 bash[32435]: cluster 2023-12-08T02:31:55.497181+0000 mgr.a (mgr.14403) 22371 : cluster 0 pgmap v16706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:31:58.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:31:58 smithi079 bash[28699]: cluster 2023-12-08T02:31:57.497783+0000 mgr.a (mgr.14403) 22372 : cluster 0 pgmap v16707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:58.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:31:58 smithi194 bash[32038]: cluster 2023-12-08T02:31:57.497783+0000 mgr.a (mgr.14403) 22372 : cluster 0 pgmap v16707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:58.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:31:58 smithi135 bash[32435]: cluster 2023-12-08T02:31:57.497783+0000 mgr.a (mgr.14403) 22372 : cluster 0 pgmap v16707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:31:59.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:31:59.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:31:59.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:00.835 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:32:00.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:00.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:00.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:00.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:32:00.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:00 smithi079 bash[28699]: cluster 2023-12-08T02:31:59.498590+0000 mgr.a (mgr.14403) 22373 : cluster 0 pgmap v16708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:00.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:00 smithi194 bash[32038]: cluster 2023-12-08T02:31:59.498590+0000 mgr.a (mgr.14403) 22373 : cluster 0 pgmap v16708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:00 smithi135 bash[32435]: cluster 2023-12-08T02:31:59.498590+0000 mgr.a (mgr.14403) 22373 : cluster 0 pgmap v16708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:01.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:01 smithi079 bash[28699]: audit 2023-12-08T02:32:00.331024+0000 mgr.a (mgr.14403) 22374 : audit 0 from='client.442047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:01.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:01 smithi194 bash[32038]: audit 2023-12-08T02:32:00.331024+0000 mgr.a (mgr.14403) 22374 : audit 0 from='client.442047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:01.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:01 smithi135 bash[32435]: audit 2023-12-08T02:32:00.331024+0000 mgr.a (mgr.14403) 22374 : audit 0 from='client.442047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:02.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:02 smithi079 bash[28699]: cluster 2023-12-08T02:32:01.499390+0000 mgr.a (mgr.14403) 22375 : cluster 0 pgmap v16709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:02 smithi194 bash[32038]: cluster 2023-12-08T02:32:01.499390+0000 mgr.a (mgr.14403) 22375 : cluster 0 pgmap v16709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:02.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:02 smithi135 bash[32435]: cluster 2023-12-08T02:32:01.499390+0000 mgr.a (mgr.14403) 22375 : cluster 0 pgmap v16709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:03.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:03 smithi079 bash[28699]: audit 2023-12-08T02:32:03.497345+0000 mon.a (mon.0) 3540 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:32:03.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:03 smithi194 bash[32038]: audit 2023-12-08T02:32:03.497345+0000 mon.a (mon.0) 3540 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:32:03.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:03 smithi135 bash[32435]: audit 2023-12-08T02:32:03.497345+0000 mon.a (mon.0) 3540 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:32:04.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:04 smithi079 bash[28699]: cluster 2023-12-08T02:32:03.500075+0000 mgr.a (mgr.14403) 22376 : cluster 0 pgmap v16710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:32:04.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:04 smithi079 bash[28699]: audit 2023-12-08T02:32:04.028146+0000 mon.a (mon.0) 3541 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:32:04.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:04 smithi079 bash[28699]: audit 2023-12-08T02:32:04.035443+0000 mon.a (mon.0) 3542 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:32:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:04 smithi194 bash[32038]: cluster 2023-12-08T02:32:03.500075+0000 mgr.a (mgr.14403) 22376 : cluster 0 pgmap v16710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:32:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:04 smithi194 bash[32038]: audit 2023-12-08T02:32:04.028146+0000 mon.a (mon.0) 3541 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:32:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:04 smithi194 bash[32038]: audit 2023-12-08T02:32:04.035443+0000 mon.a (mon.0) 3542 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:32:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:04 smithi135 bash[32435]: cluster 2023-12-08T02:32:03.500075+0000 mgr.a (mgr.14403) 22376 : cluster 0 pgmap v16710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:32:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:04 smithi135 bash[32435]: audit 2023-12-08T02:32:04.028146+0000 mon.a (mon.0) 3541 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:32:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:04 smithi135 bash[32435]: audit 2023-12-08T02:32:04.035443+0000 mon.a (mon.0) 3542 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:32:05.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:32:05.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:05.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:05.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:05 smithi079 bash[28699]: audit 2023-12-08T02:32:04.776177+0000 mon.a (mon.0) 3543 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:32:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:05 smithi079 bash[28699]: audit 2023-12-08T02:32:04.777666+0000 mon.a (mon.0) 3544 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:32:05.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:05 smithi079 bash[28699]: audit 2023-12-08T02:32:04.787701+0000 mon.a (mon.0) 3545 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:32:05.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:05 smithi194 bash[32038]: audit 2023-12-08T02:32:04.776177+0000 mon.a (mon.0) 3543 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:32:05.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:05 smithi194 bash[32038]: audit 2023-12-08T02:32:04.777666+0000 mon.a (mon.0) 3544 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:32:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:05 smithi194 bash[32038]: audit 2023-12-08T02:32:04.787701+0000 mon.a (mon.0) 3545 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:32:05.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:05 smithi135 bash[32435]: audit 2023-12-08T02:32:04.776177+0000 mon.a (mon.0) 3543 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:32:05.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:05 smithi135 bash[32435]: audit 2023-12-08T02:32:04.777666+0000 mon.a (mon.0) 3544 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:32:05.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:05 smithi135 bash[32435]: audit 2023-12-08T02:32:04.787701+0000 mon.a (mon.0) 3545 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:32:06.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:06.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:06.744 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:32:06.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:06.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:32:06.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:06 smithi079 bash[28699]: cluster 2023-12-08T02:32:05.500648+0000 mgr.a (mgr.14403) 22377 : cluster 0 pgmap v16711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:32:06.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:06 smithi194 bash[32038]: cluster 2023-12-08T02:32:05.500648+0000 mgr.a (mgr.14403) 22377 : cluster 0 pgmap v16711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:32:06.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:06 smithi135 bash[32435]: cluster 2023-12-08T02:32:05.500648+0000 mgr.a (mgr.14403) 22377 : cluster 0 pgmap v16711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:32:07.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:07 smithi079 bash[28699]: audit 2023-12-08T02:32:06.245007+0000 mgr.a (mgr.14403) 22378 : audit 0 from='client.442125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:07.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:07 smithi194 bash[32038]: audit 2023-12-08T02:32:06.245007+0000 mgr.a (mgr.14403) 22378 : audit 0 from='client.442125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:07.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:07 smithi135 bash[32435]: audit 2023-12-08T02:32:06.245007+0000 mgr.a (mgr.14403) 22378 : audit 0 from='client.442125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:08.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:08 smithi079 bash[28699]: cluster 2023-12-08T02:32:07.501450+0000 mgr.a (mgr.14403) 22379 : cluster 0 pgmap v16712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:08.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:08 smithi194 bash[32038]: cluster 2023-12-08T02:32:07.501450+0000 mgr.a (mgr.14403) 22379 : cluster 0 pgmap v16712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:08.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:08 smithi135 bash[32435]: cluster 2023-12-08T02:32:07.501450+0000 mgr.a (mgr.14403) 22379 : cluster 0 pgmap v16712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:10.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:10 smithi079 bash[28699]: cluster 2023-12-08T02:32:09.502441+0000 mgr.a (mgr.14403) 22380 : cluster 0 pgmap v16713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:10 smithi194 bash[32038]: cluster 2023-12-08T02:32:09.502441+0000 mgr.a (mgr.14403) 22380 : cluster 0 pgmap v16713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:10.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:10 smithi135 bash[32435]: cluster 2023-12-08T02:32:09.502441+0000 mgr.a (mgr.14403) 22380 : cluster 0 pgmap v16713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:11.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:32:11.747 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:11.747 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:12.648 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:32:12.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:12.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:12.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:12.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:32:12.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:12 smithi079 bash[28699]: cluster 2023-12-08T02:32:11.503094+0000 mgr.a (mgr.14403) 22381 : cluster 0 pgmap v16714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:12.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:12 smithi194 bash[32038]: cluster 2023-12-08T02:32:11.503094+0000 mgr.a (mgr.14403) 22381 : cluster 0 pgmap v16714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:12.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:12 smithi135 bash[32435]: cluster 2023-12-08T02:32:11.503094+0000 mgr.a (mgr.14403) 22381 : cluster 0 pgmap v16714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:13.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:13 smithi079 bash[28699]: audit 2023-12-08T02:32:12.156267+0000 mgr.a (mgr.14403) 22382 : audit 0 from='client.442197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:13.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:13 smithi194 bash[32038]: audit 2023-12-08T02:32:12.156267+0000 mgr.a (mgr.14403) 22382 : audit 0 from='client.442197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:13.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:13 smithi135 bash[32435]: audit 2023-12-08T02:32:12.156267+0000 mgr.a (mgr.14403) 22382 : audit 0 from='client.442197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:14.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:14 smithi079 bash[28699]: cluster 2023-12-08T02:32:13.503850+0000 mgr.a (mgr.14403) 22383 : cluster 0 pgmap v16715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:32:14.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:14 smithi194 bash[32038]: cluster 2023-12-08T02:32:13.503850+0000 mgr.a (mgr.14403) 22383 : cluster 0 pgmap v16715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:32:14.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:14 smithi135 bash[32435]: cluster 2023-12-08T02:32:13.503850+0000 mgr.a (mgr.14403) 22383 : cluster 0 pgmap v16715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:32:16.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:15 smithi079 bash[28699]: cluster 2023-12-08T02:32:15.504481+0000 mgr.a (mgr.14403) 22384 : cluster 0 pgmap v16716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:32:16.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:15 smithi194 bash[32038]: cluster 2023-12-08T02:32:15.504481+0000 mgr.a (mgr.14403) 22384 : cluster 0 pgmap v16716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:32:16.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:15 smithi135 bash[32435]: cluster 2023-12-08T02:32:15.504481+0000 mgr.a (mgr.14403) 22384 : cluster 0 pgmap v16716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:32:17.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:32:17.652 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:17.653 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:18.569 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:32:18.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:18.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:18.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:18.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:32:18.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:18 smithi079 bash[28699]: cluster 2023-12-08T02:32:17.505036+0000 mgr.a (mgr.14403) 22385 : cluster 0 pgmap v16717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:18.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:18 smithi194 bash[32038]: cluster 2023-12-08T02:32:17.505036+0000 mgr.a (mgr.14403) 22385 : cluster 0 pgmap v16717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:18.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:18 smithi135 bash[32435]: cluster 2023-12-08T02:32:17.505036+0000 mgr.a (mgr.14403) 22385 : cluster 0 pgmap v16717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:19.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:19 smithi079 bash[28699]: audit 2023-12-08T02:32:18.054039+0000 mgr.a (mgr.14403) 22386 : audit 0 from='client.442275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:19.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:19 smithi194 bash[32038]: audit 2023-12-08T02:32:18.054039+0000 mgr.a (mgr.14403) 22386 : audit 0 from='client.442275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:19.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:19 smithi135 bash[32435]: audit 2023-12-08T02:32:18.054039+0000 mgr.a (mgr.14403) 22386 : audit 0 from='client.442275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:20.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:20 smithi079 bash[28699]: cluster 2023-12-08T02:32:19.505921+0000 mgr.a (mgr.14403) 22387 : cluster 0 pgmap v16718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:32:20.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:20 smithi194 bash[32038]: cluster 2023-12-08T02:32:19.505921+0000 mgr.a (mgr.14403) 22387 : cluster 0 pgmap v16718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:32:20.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:20 smithi135 bash[32435]: cluster 2023-12-08T02:32:19.505921+0000 mgr.a (mgr.14403) 22387 : cluster 0 pgmap v16718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:32:22.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:22 smithi079 bash[28699]: cluster 2023-12-08T02:32:21.506504+0000 mgr.a (mgr.14403) 22388 : cluster 0 pgmap v16719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:32:22.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:22 smithi194 bash[32038]: cluster 2023-12-08T02:32:21.506504+0000 mgr.a (mgr.14403) 22388 : cluster 0 pgmap v16719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:32:22.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:22 smithi135 bash[32435]: cluster 2023-12-08T02:32:21.506504+0000 mgr.a (mgr.14403) 22388 : cluster 0 pgmap v16719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:32:23.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:32:23.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:23.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:24.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:24.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:24.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:24.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:32:24.483 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:32:24.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:24 smithi079 bash[28699]: cluster 2023-12-08T02:32:23.507278+0000 mgr.a (mgr.14403) 22389 : cluster 0 pgmap v16720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:32:24.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:24 smithi194 bash[32038]: cluster 2023-12-08T02:32:23.507278+0000 mgr.a (mgr.14403) 22389 : cluster 0 pgmap v16720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:32:24.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:24 smithi135 bash[32435]: cluster 2023-12-08T02:32:23.507278+0000 mgr.a (mgr.14403) 22389 : cluster 0 pgmap v16720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:32:25.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:25 smithi079 bash[28699]: audit 2023-12-08T02:32:23.980739+0000 mgr.a (mgr.14403) 22390 : audit 0 from='client.442350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:25.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:25 smithi194 bash[32038]: audit 2023-12-08T02:32:23.980739+0000 mgr.a (mgr.14403) 22390 : audit 0 from='client.442350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:25.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:25 smithi135 bash[32435]: audit 2023-12-08T02:32:23.980739+0000 mgr.a (mgr.14403) 22390 : audit 0 from='client.442350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:26.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:26 smithi079 bash[28699]: cluster 2023-12-08T02:32:25.507963+0000 mgr.a (mgr.14403) 22391 : cluster 0 pgmap v16721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:32:26.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:26 smithi194 bash[32038]: cluster 2023-12-08T02:32:25.507963+0000 mgr.a (mgr.14403) 22391 : cluster 0 pgmap v16721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:32:26.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:26 smithi135 bash[32435]: cluster 2023-12-08T02:32:25.507963+0000 mgr.a (mgr.14403) 22391 : cluster 0 pgmap v16721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:32:28.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:28 smithi079 bash[28699]: cluster 2023-12-08T02:32:27.508519+0000 mgr.a (mgr.14403) 22392 : cluster 0 pgmap v16722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:32:28.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:28 smithi194 bash[32038]: cluster 2023-12-08T02:32:27.508519+0000 mgr.a (mgr.14403) 22392 : cluster 0 pgmap v16722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:32:28.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:28 smithi135 bash[32435]: cluster 2023-12-08T02:32:27.508519+0000 mgr.a (mgr.14403) 22392 : cluster 0 pgmap v16722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:32:29.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:32:29.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:29.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:30.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:30.407 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:32:30.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:30.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:30.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:32:30.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:30 smithi079 bash[28699]: cluster 2023-12-08T02:32:29.509134+0000 mgr.a (mgr.14403) 22393 : cluster 0 pgmap v16723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:30.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:30 smithi194 bash[32038]: cluster 2023-12-08T02:32:29.509134+0000 mgr.a (mgr.14403) 22393 : cluster 0 pgmap v16723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:30.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:30 smithi135 bash[32435]: cluster 2023-12-08T02:32:29.509134+0000 mgr.a (mgr.14403) 22393 : cluster 0 pgmap v16723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:31.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:31 smithi079 bash[28699]: audit 2023-12-08T02:32:29.904643+0000 mgr.a (mgr.14403) 22394 : audit 0 from='client.442425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:31.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:31 smithi194 bash[32038]: audit 2023-12-08T02:32:29.904643+0000 mgr.a (mgr.14403) 22394 : audit 0 from='client.442425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:31.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:31 smithi135 bash[32435]: audit 2023-12-08T02:32:29.904643+0000 mgr.a (mgr.14403) 22394 : audit 0 from='client.442425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:32 smithi079 bash[28699]: cluster 2023-12-08T02:32:31.509759+0000 mgr.a (mgr.14403) 22395 : cluster 0 pgmap v16724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:32:32.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:32 smithi194 bash[32038]: cluster 2023-12-08T02:32:31.509759+0000 mgr.a (mgr.14403) 22395 : cluster 0 pgmap v16724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:32:32.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:32 smithi135 bash[32435]: cluster 2023-12-08T02:32:31.509759+0000 mgr.a (mgr.14403) 22395 : cluster 0 pgmap v16724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:32:34.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:34 smithi079 bash[28699]: cluster 2023-12-08T02:32:33.510679+0000 mgr.a (mgr.14403) 22396 : cluster 0 pgmap v16725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:32:34.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:34 smithi194 bash[32038]: cluster 2023-12-08T02:32:33.510679+0000 mgr.a (mgr.14403) 22396 : cluster 0 pgmap v16725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:32:34.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:34 smithi135 bash[32435]: cluster 2023-12-08T02:32:33.510679+0000 mgr.a (mgr.14403) 22396 : cluster 0 pgmap v16725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:32:35.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:32:35.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:35.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:36.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:35 smithi079 bash[28699]: cluster 2023-12-08T02:32:35.511251+0000 mgr.a (mgr.14403) 22397 : cluster 0 pgmap v16726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:32:36.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:35 smithi194 bash[32038]: cluster 2023-12-08T02:32:35.511251+0000 mgr.a (mgr.14403) 22397 : cluster 0 pgmap v16726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:32:36.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:35 smithi135 bash[32435]: cluster 2023-12-08T02:32:35.511251+0000 mgr.a (mgr.14403) 22397 : cluster 0 pgmap v16726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:32:36.310 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:32:36.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:36.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:36.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:36.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:32:37.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:36 smithi079 bash[28699]: audit 2023-12-08T02:32:35.813820+0000 mgr.a (mgr.14403) 22398 : audit 0 from='client.442500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:37.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:36 smithi194 bash[32038]: audit 2023-12-08T02:32:35.813820+0000 mgr.a (mgr.14403) 22398 : audit 0 from='client.442500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:37.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:36 smithi135 bash[32435]: audit 2023-12-08T02:32:35.813820+0000 mgr.a (mgr.14403) 22398 : audit 0 from='client.442500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:38.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:37 smithi079 bash[28699]: cluster 2023-12-08T02:32:37.511879+0000 mgr.a (mgr.14403) 22399 : cluster 0 pgmap v16727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:38.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:37 smithi194 bash[32038]: cluster 2023-12-08T02:32:37.511879+0000 mgr.a (mgr.14403) 22399 : cluster 0 pgmap v16727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:38.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:37 smithi135 bash[32435]: cluster 2023-12-08T02:32:37.511879+0000 mgr.a (mgr.14403) 22399 : cluster 0 pgmap v16727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:40.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:40 smithi079 bash[28699]: cluster 2023-12-08T02:32:39.512705+0000 mgr.a (mgr.14403) 22400 : cluster 0 pgmap v16728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:40.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:40 smithi194 bash[32038]: cluster 2023-12-08T02:32:39.512705+0000 mgr.a (mgr.14403) 22400 : cluster 0 pgmap v16728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:40.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:40 smithi135 bash[32435]: cluster 2023-12-08T02:32:39.512705+0000 mgr.a (mgr.14403) 22400 : cluster 0 pgmap v16728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:41.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:32:41.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:41.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:42.242 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:32:42.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:42.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:42.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:42.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:32:42.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:42 smithi079 bash[28699]: cluster 2023-12-08T02:32:41.513253+0000 mgr.a (mgr.14403) 22401 : cluster 0 pgmap v16729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:42.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:42 smithi194 bash[32038]: cluster 2023-12-08T02:32:41.513253+0000 mgr.a (mgr.14403) 22401 : cluster 0 pgmap v16729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:42.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:42 smithi135 bash[32435]: cluster 2023-12-08T02:32:41.513253+0000 mgr.a (mgr.14403) 22401 : cluster 0 pgmap v16729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:43.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:43 smithi079 bash[28699]: audit 2023-12-08T02:32:41.723560+0000 mgr.a (mgr.14403) 22402 : audit 0 from='client.442578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:43.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:43 smithi194 bash[32038]: audit 2023-12-08T02:32:41.723560+0000 mgr.a (mgr.14403) 22402 : audit 0 from='client.442578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:43.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:43 smithi135 bash[32435]: audit 2023-12-08T02:32:41.723560+0000 mgr.a (mgr.14403) 22402 : audit 0 from='client.442578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:44.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:44 smithi079 bash[28699]: cluster 2023-12-08T02:32:43.514106+0000 mgr.a (mgr.14403) 22403 : cluster 0 pgmap v16730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:32:44.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:44 smithi194 bash[32038]: cluster 2023-12-08T02:32:43.514106+0000 mgr.a (mgr.14403) 22403 : cluster 0 pgmap v16730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:32:44.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:44 smithi135 bash[32435]: cluster 2023-12-08T02:32:43.514106+0000 mgr.a (mgr.14403) 22403 : cluster 0 pgmap v16730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:32:46.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:45 smithi079 bash[28699]: cluster 2023-12-08T02:32:45.514748+0000 mgr.a (mgr.14403) 22404 : cluster 0 pgmap v16731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:32:46.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:45 smithi194 bash[32038]: cluster 2023-12-08T02:32:45.514748+0000 mgr.a (mgr.14403) 22404 : cluster 0 pgmap v16731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:32:46.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:45 smithi135 bash[32435]: cluster 2023-12-08T02:32:45.514748+0000 mgr.a (mgr.14403) 22404 : cluster 0 pgmap v16731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:32:47.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:32:47.247 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:47.247 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:48.139 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:32:48.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:48.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:48.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:48.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:32:48.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:48 smithi079 bash[28699]: cluster 2023-12-08T02:32:47.515296+0000 mgr.a (mgr.14403) 22405 : cluster 0 pgmap v16732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:48.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:48 smithi079 bash[28699]: audit 2023-12-08T02:32:47.647541+0000 mgr.a (mgr.14403) 22406 : audit 0 from='client.442656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:48.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:48 smithi194 bash[32038]: cluster 2023-12-08T02:32:47.515296+0000 mgr.a (mgr.14403) 22405 : cluster 0 pgmap v16732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:48.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:48 smithi194 bash[32038]: audit 2023-12-08T02:32:47.647541+0000 mgr.a (mgr.14403) 22406 : audit 0 from='client.442656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:48.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:48 smithi135 bash[32435]: cluster 2023-12-08T02:32:47.515296+0000 mgr.a (mgr.14403) 22405 : cluster 0 pgmap v16732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:48.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:48 smithi135 bash[32435]: audit 2023-12-08T02:32:47.647541+0000 mgr.a (mgr.14403) 22406 : audit 0 from='client.442656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:50.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:50 smithi079 bash[28699]: cluster 2023-12-08T02:32:49.516108+0000 mgr.a (mgr.14403) 22407 : cluster 0 pgmap v16733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:50.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:50 smithi194 bash[32038]: cluster 2023-12-08T02:32:49.516108+0000 mgr.a (mgr.14403) 22407 : cluster 0 pgmap v16733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:50.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:50 smithi135 bash[32435]: cluster 2023-12-08T02:32:49.516108+0000 mgr.a (mgr.14403) 22407 : cluster 0 pgmap v16733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:32:52.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:52 smithi079 bash[28699]: cluster 2023-12-08T02:32:51.516669+0000 mgr.a (mgr.14403) 22408 : cluster 0 pgmap v16734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:52.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:52 smithi194 bash[32038]: cluster 2023-12-08T02:32:51.516669+0000 mgr.a (mgr.14403) 22408 : cluster 0 pgmap v16734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:52.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:52 smithi135 bash[32435]: cluster 2023-12-08T02:32:51.516669+0000 mgr.a (mgr.14403) 22408 : cluster 0 pgmap v16734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:53.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:32:53.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:53.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:54.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:54.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:54.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:54.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:32:54.020 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:32:54.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:54 smithi079 bash[28699]: cluster 2023-12-08T02:32:53.517419+0000 mgr.a (mgr.14403) 22409 : cluster 0 pgmap v16735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:54.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:54 smithi079 bash[28699]: audit 2023-12-08T02:32:53.548405+0000 mgr.a (mgr.14403) 22410 : audit 0 from='client.442731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:54.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:54 smithi194 bash[32038]: cluster 2023-12-08T02:32:53.517419+0000 mgr.a (mgr.14403) 22409 : cluster 0 pgmap v16735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:54.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:54 smithi194 bash[32038]: audit 2023-12-08T02:32:53.548405+0000 mgr.a (mgr.14403) 22410 : audit 0 from='client.442731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:54.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:54 smithi135 bash[32435]: cluster 2023-12-08T02:32:53.517419+0000 mgr.a (mgr.14403) 22409 : cluster 0 pgmap v16735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:32:54.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:54 smithi135 bash[32435]: audit 2023-12-08T02:32:53.548405+0000 mgr.a (mgr.14403) 22410 : audit 0 from='client.442731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:32:56.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:55 smithi079 bash[28699]: cluster 2023-12-08T02:32:55.518105+0000 mgr.a (mgr.14403) 22411 : cluster 0 pgmap v16736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:32:56.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:55 smithi194 bash[32038]: cluster 2023-12-08T02:32:55.518105+0000 mgr.a (mgr.14403) 22411 : cluster 0 pgmap v16736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:32:56.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:55 smithi135 bash[32435]: cluster 2023-12-08T02:32:55.518105+0000 mgr.a (mgr.14403) 22411 : cluster 0 pgmap v16736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:32:58.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:32:58 smithi079 bash[28699]: cluster 2023-12-08T02:32:57.518678+0000 mgr.a (mgr.14403) 22412 : cluster 0 pgmap v16737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:32:58.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:32:58 smithi194 bash[32038]: cluster 2023-12-08T02:32:57.518678+0000 mgr.a (mgr.14403) 22412 : cluster 0 pgmap v16737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:32:58.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:32:58 smithi135 bash[32435]: cluster 2023-12-08T02:32:57.518678+0000 mgr.a (mgr.14403) 22412 : cluster 0 pgmap v16737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:32:59.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:32:59.023 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:32:59.023 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:32:59.945 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:32:59.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:32:59.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:32:59.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:32:59.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:33:00.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:00 smithi079 bash[28699]: audit 2023-12-08T02:32:59.432913+0000 mgr.a (mgr.14403) 22413 : audit 0 from='client.442809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:00.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:00 smithi079 bash[28699]: cluster 2023-12-08T02:32:59.519549+0000 mgr.a (mgr.14403) 22414 : cluster 0 pgmap v16738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:00.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:00 smithi194 bash[32038]: audit 2023-12-08T02:32:59.432913+0000 mgr.a (mgr.14403) 22413 : audit 0 from='client.442809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:00.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:00 smithi194 bash[32038]: cluster 2023-12-08T02:32:59.519549+0000 mgr.a (mgr.14403) 22414 : cluster 0 pgmap v16738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:00.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:00 smithi135 bash[32435]: audit 2023-12-08T02:32:59.432913+0000 mgr.a (mgr.14403) 22413 : audit 0 from='client.442809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:00 smithi135 bash[32435]: cluster 2023-12-08T02:32:59.519549+0000 mgr.a (mgr.14403) 22414 : cluster 0 pgmap v16738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:02.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:02 smithi079 bash[28699]: cluster 2023-12-08T02:33:01.520318+0000 mgr.a (mgr.14403) 22415 : cluster 0 pgmap v16739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:02 smithi194 bash[32038]: cluster 2023-12-08T02:33:01.520318+0000 mgr.a (mgr.14403) 22415 : cluster 0 pgmap v16739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:02.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:02 smithi135 bash[32435]: cluster 2023-12-08T02:33:01.520318+0000 mgr.a (mgr.14403) 22415 : cluster 0 pgmap v16739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:04.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:04 smithi079 bash[28699]: cluster 2023-12-08T02:33:03.521100+0000 mgr.a (mgr.14403) 22416 : cluster 0 pgmap v16740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:33:04.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:33:04.948 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:04.948 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:04 smithi194 bash[32038]: cluster 2023-12-08T02:33:03.521100+0000 mgr.a (mgr.14403) 22416 : cluster 0 pgmap v16740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:33:04.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:04 smithi135 bash[32435]: cluster 2023-12-08T02:33:03.521100+0000 mgr.a (mgr.14403) 22416 : cluster 0 pgmap v16740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:33:05.838 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:33:05.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:05.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:05.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:05.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:33:06.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:05 smithi079 bash[28699]: audit 2023-12-08T02:33:04.891389+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:33:06.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:05 smithi079 bash[28699]: audit 2023-12-08T02:33:05.349954+0000 mgr.a (mgr.14403) 22417 : audit 0 from='client.442887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:06.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:05 smithi079 bash[28699]: audit 2023-12-08T02:33:05.429397+0000 mon.a (mon.0) 3547 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:33:06.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:05 smithi079 bash[28699]: audit 2023-12-08T02:33:05.438192+0000 mon.a (mon.0) 3548 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:33:06.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:05 smithi079 bash[28699]: cluster 2023-12-08T02:33:05.522017+0000 mgr.a (mgr.14403) 22418 : cluster 0 pgmap v16741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:05 smithi194 bash[32038]: audit 2023-12-08T02:33:04.891389+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:33:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:05 smithi194 bash[32038]: audit 2023-12-08T02:33:05.349954+0000 mgr.a (mgr.14403) 22417 : audit 0 from='client.442887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:05 smithi194 bash[32038]: audit 2023-12-08T02:33:05.429397+0000 mon.a (mon.0) 3547 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:33:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:05 smithi194 bash[32038]: audit 2023-12-08T02:33:05.438192+0000 mon.a (mon.0) 3548 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:33:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:05 smithi194 bash[32038]: cluster 2023-12-08T02:33:05.522017+0000 mgr.a (mgr.14403) 22418 : cluster 0 pgmap v16741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:06.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:05 smithi135 bash[32435]: audit 2023-12-08T02:33:04.891389+0000 mon.a (mon.0) 3546 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:33:06.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:05 smithi135 bash[32435]: audit 2023-12-08T02:33:05.349954+0000 mgr.a (mgr.14403) 22417 : audit 0 from='client.442887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:06.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:05 smithi135 bash[32435]: audit 2023-12-08T02:33:05.429397+0000 mon.a (mon.0) 3547 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:33:06.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:05 smithi135 bash[32435]: audit 2023-12-08T02:33:05.438192+0000 mon.a (mon.0) 3548 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:33:06.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:05 smithi135 bash[32435]: cluster 2023-12-08T02:33:05.522017+0000 mgr.a (mgr.14403) 22418 : cluster 0 pgmap v16741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:07.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:06 smithi079 bash[28699]: audit 2023-12-08T02:33:06.226004+0000 mon.a (mon.0) 3549 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:33:07.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:06 smithi079 bash[28699]: audit 2023-12-08T02:33:06.227965+0000 mon.a (mon.0) 3550 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:33:07.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:06 smithi079 bash[28699]: audit 2023-12-08T02:33:06.238852+0000 mon.a (mon.0) 3551 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:33:07.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:06 smithi194 bash[32038]: audit 2023-12-08T02:33:06.226004+0000 mon.a (mon.0) 3549 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:33:07.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:06 smithi194 bash[32038]: audit 2023-12-08T02:33:06.227965+0000 mon.a (mon.0) 3550 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:33:07.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:06 smithi194 bash[32038]: audit 2023-12-08T02:33:06.238852+0000 mon.a (mon.0) 3551 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:33:07.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:06 smithi135 bash[32435]: audit 2023-12-08T02:33:06.226004+0000 mon.a (mon.0) 3549 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:33:07.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:06 smithi135 bash[32435]: audit 2023-12-08T02:33:06.227965+0000 mon.a (mon.0) 3550 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:33:07.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:06 smithi135 bash[32435]: audit 2023-12-08T02:33:06.238852+0000 mon.a (mon.0) 3551 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:33:08.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:07 smithi079 bash[28699]: cluster 2023-12-08T02:33:07.522761+0000 mgr.a (mgr.14403) 22419 : cluster 0 pgmap v16742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:08.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:07 smithi194 bash[32038]: cluster 2023-12-08T02:33:07.522761+0000 mgr.a (mgr.14403) 22419 : cluster 0 pgmap v16742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:08.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:07 smithi135 bash[32435]: cluster 2023-12-08T02:33:07.522761+0000 mgr.a (mgr.14403) 22419 : cluster 0 pgmap v16742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:10.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:33:10.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:10.841 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:10.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:10 smithi079 bash[28699]: cluster 2023-12-08T02:33:09.523559+0000 mgr.a (mgr.14403) 22420 : cluster 0 pgmap v16743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:10 smithi194 bash[32038]: cluster 2023-12-08T02:33:09.523559+0000 mgr.a (mgr.14403) 22420 : cluster 0 pgmap v16743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:10.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:10 smithi135 bash[32435]: cluster 2023-12-08T02:33:09.523559+0000 mgr.a (mgr.14403) 22420 : cluster 0 pgmap v16743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:11.743 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:33:11.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:11.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:11.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:11.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:33:12.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:12 smithi079 bash[28699]: audit 2023-12-08T02:33:11.240127+0000 mgr.a (mgr.14403) 22421 : audit 0 from='client.442962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:12.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:12 smithi079 bash[28699]: cluster 2023-12-08T02:33:11.524267+0000 mgr.a (mgr.14403) 22422 : cluster 0 pgmap v16744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:12.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:12 smithi194 bash[32038]: audit 2023-12-08T02:33:11.240127+0000 mgr.a (mgr.14403) 22421 : audit 0 from='client.442962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:12.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:12 smithi194 bash[32038]: cluster 2023-12-08T02:33:11.524267+0000 mgr.a (mgr.14403) 22422 : cluster 0 pgmap v16744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:12.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:12 smithi135 bash[32435]: audit 2023-12-08T02:33:11.240127+0000 mgr.a (mgr.14403) 22421 : audit 0 from='client.442962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:12.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:12 smithi135 bash[32435]: cluster 2023-12-08T02:33:11.524267+0000 mgr.a (mgr.14403) 22422 : cluster 0 pgmap v16744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:14.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:14 smithi079 bash[28699]: cluster 2023-12-08T02:33:13.525181+0000 mgr.a (mgr.14403) 22423 : cluster 0 pgmap v16745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:33:14.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:14 smithi194 bash[32038]: cluster 2023-12-08T02:33:13.525181+0000 mgr.a (mgr.14403) 22423 : cluster 0 pgmap v16745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:33:14.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:14 smithi135 bash[32435]: cluster 2023-12-08T02:33:13.525181+0000 mgr.a (mgr.14403) 22423 : cluster 0 pgmap v16745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:33:16.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:15 smithi079 bash[28699]: cluster 2023-12-08T02:33:15.525856+0000 mgr.a (mgr.14403) 22424 : cluster 0 pgmap v16746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:33:16.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:15 smithi194 bash[32038]: cluster 2023-12-08T02:33:15.525856+0000 mgr.a (mgr.14403) 22424 : cluster 0 pgmap v16746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:33:16.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:15 smithi135 bash[32435]: cluster 2023-12-08T02:33:15.525856+0000 mgr.a (mgr.14403) 22424 : cluster 0 pgmap v16746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:33:16.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:33:16.747 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:16.748 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:17.626 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:33:17.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:17.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:17.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:17.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:33:18.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:18 smithi079 bash[28699]: audit 2023-12-08T02:33:17.141559+0000 mgr.a (mgr.14403) 22425 : audit 0 from='client.443028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:18.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:18 smithi079 bash[28699]: cluster 2023-12-08T02:33:17.526575+0000 mgr.a (mgr.14403) 22426 : cluster 0 pgmap v16747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:18.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:18 smithi194 bash[32038]: audit 2023-12-08T02:33:17.141559+0000 mgr.a (mgr.14403) 22425 : audit 0 from='client.443028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:18.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:18 smithi194 bash[32038]: cluster 2023-12-08T02:33:17.526575+0000 mgr.a (mgr.14403) 22426 : cluster 0 pgmap v16747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:18.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:18 smithi135 bash[32435]: audit 2023-12-08T02:33:17.141559+0000 mgr.a (mgr.14403) 22425 : audit 0 from='client.443028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:18.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:18 smithi135 bash[32435]: cluster 2023-12-08T02:33:17.526575+0000 mgr.a (mgr.14403) 22426 : cluster 0 pgmap v16747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:20.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:20 smithi079 bash[28699]: cluster 2023-12-08T02:33:19.527410+0000 mgr.a (mgr.14403) 22427 : cluster 0 pgmap v16748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:20.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:20 smithi194 bash[32038]: cluster 2023-12-08T02:33:19.527410+0000 mgr.a (mgr.14403) 22427 : cluster 0 pgmap v16748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:20.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:20 smithi135 bash[32435]: cluster 2023-12-08T02:33:19.527410+0000 mgr.a (mgr.14403) 22427 : cluster 0 pgmap v16748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:22.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:33:22.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:22.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:22.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:22 smithi079 bash[28699]: cluster 2023-12-08T02:33:21.528117+0000 mgr.a (mgr.14403) 22428 : cluster 0 pgmap v16749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:22.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:22 smithi194 bash[32038]: cluster 2023-12-08T02:33:21.528117+0000 mgr.a (mgr.14403) 22428 : cluster 0 pgmap v16749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:22.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:22 smithi135 bash[32435]: cluster 2023-12-08T02:33:21.528117+0000 mgr.a (mgr.14403) 22428 : cluster 0 pgmap v16749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:23.526 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:33:23.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:23.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:23.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:23.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:33:24.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:24 smithi079 bash[28699]: audit 2023-12-08T02:33:23.029953+0000 mgr.a (mgr.14403) 22429 : audit 0 from='client.443106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:24.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:24 smithi079 bash[28699]: cluster 2023-12-08T02:33:23.529240+0000 mgr.a (mgr.14403) 22430 : cluster 0 pgmap v16750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:33:24.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:24 smithi194 bash[32038]: audit 2023-12-08T02:33:23.029953+0000 mgr.a (mgr.14403) 22429 : audit 0 from='client.443106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:24.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:24 smithi194 bash[32038]: cluster 2023-12-08T02:33:23.529240+0000 mgr.a (mgr.14403) 22430 : cluster 0 pgmap v16750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:33:24.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:24 smithi135 bash[32435]: audit 2023-12-08T02:33:23.029953+0000 mgr.a (mgr.14403) 22429 : audit 0 from='client.443106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:24.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:24 smithi135 bash[32435]: cluster 2023-12-08T02:33:23.529240+0000 mgr.a (mgr.14403) 22430 : cluster 0 pgmap v16750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T02:33:26.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:25 smithi079 bash[28699]: cluster 2023-12-08T02:33:25.529909+0000 mgr.a (mgr.14403) 22431 : cluster 0 pgmap v16751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:26.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:25 smithi194 bash[32038]: cluster 2023-12-08T02:33:25.529909+0000 mgr.a (mgr.14403) 22431 : cluster 0 pgmap v16751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:26.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:25 smithi135 bash[32435]: cluster 2023-12-08T02:33:25.529909+0000 mgr.a (mgr.14403) 22431 : cluster 0 pgmap v16751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:28.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:33:28.530 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:28.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:28.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:28 smithi079 bash[28699]: cluster 2023-12-08T02:33:27.530499+0000 mgr.a (mgr.14403) 22432 : cluster 0 pgmap v16752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:33:28.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:28 smithi194 bash[32038]: cluster 2023-12-08T02:33:27.530499+0000 mgr.a (mgr.14403) 22432 : cluster 0 pgmap v16752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:33:28.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:28 smithi135 bash[32435]: cluster 2023-12-08T02:33:27.530499+0000 mgr.a (mgr.14403) 22432 : cluster 0 pgmap v16752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:33:29.460 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:33:29.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:29.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:29.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:29.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:33:30.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:30 smithi079 bash[28699]: audit 2023-12-08T02:33:28.946123+0000 mgr.a (mgr.14403) 22433 : audit 0 from='client.443181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:30.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:30 smithi079 bash[28699]: cluster 2023-12-08T02:33:29.531572+0000 mgr.a (mgr.14403) 22434 : cluster 0 pgmap v16753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:30.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:30 smithi194 bash[32038]: audit 2023-12-08T02:33:28.946123+0000 mgr.a (mgr.14403) 22433 : audit 0 from='client.443181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:30.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:30 smithi194 bash[32038]: cluster 2023-12-08T02:33:29.531572+0000 mgr.a (mgr.14403) 22434 : cluster 0 pgmap v16753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:30.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:30 smithi135 bash[32435]: audit 2023-12-08T02:33:28.946123+0000 mgr.a (mgr.14403) 22433 : audit 0 from='client.443181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:30.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:30 smithi135 bash[32435]: cluster 2023-12-08T02:33:29.531572+0000 mgr.a (mgr.14403) 22434 : cluster 0 pgmap v16753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:32.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:32 smithi079 bash[28699]: cluster 2023-12-08T02:33:31.532200+0000 mgr.a (mgr.14403) 22435 : cluster 0 pgmap v16754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:32.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:32 smithi194 bash[32038]: cluster 2023-12-08T02:33:31.532200+0000 mgr.a (mgr.14403) 22435 : cluster 0 pgmap v16754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:32.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:32 smithi135 bash[32435]: cluster 2023-12-08T02:33:31.532200+0000 mgr.a (mgr.14403) 22435 : cluster 0 pgmap v16754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:33:34.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:33:34.464 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:34.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:34.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:34 smithi079 bash[28699]: cluster 2023-12-08T02:33:33.532852+0000 mgr.a (mgr.14403) 22436 : cluster 0 pgmap v16755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:33:34.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:34 smithi194 bash[32038]: cluster 2023-12-08T02:33:33.532852+0000 mgr.a (mgr.14403) 22436 : cluster 0 pgmap v16755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:33:34.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:34 smithi135 bash[32435]: cluster 2023-12-08T02:33:33.532852+0000 mgr.a (mgr.14403) 22436 : cluster 0 pgmap v16755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:33:35.412 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:33:35.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:35.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:35.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:35.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:33:36.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:35 smithi079 bash[28699]: audit 2023-12-08T02:33:34.885145+0000 mgr.a (mgr.14403) 22437 : audit 0 from='client.443259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:36.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:35 smithi079 bash[28699]: cluster 2023-12-08T02:33:35.533705+0000 mgr.a (mgr.14403) 22438 : cluster 0 pgmap v16756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:33:36.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:35 smithi194 bash[32038]: audit 2023-12-08T02:33:34.885145+0000 mgr.a (mgr.14403) 22437 : audit 0 from='client.443259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:36.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:35 smithi194 bash[32038]: cluster 2023-12-08T02:33:35.533705+0000 mgr.a (mgr.14403) 22438 : cluster 0 pgmap v16756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:33:36.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:35 smithi135 bash[32435]: audit 2023-12-08T02:33:34.885145+0000 mgr.a (mgr.14403) 22437 : audit 0 from='client.443259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:36.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:35 smithi135 bash[32435]: cluster 2023-12-08T02:33:35.533705+0000 mgr.a (mgr.14403) 22438 : cluster 0 pgmap v16756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T02:33:38.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:38 smithi079 bash[28699]: cluster 2023-12-08T02:33:37.534304+0000 mgr.a (mgr.14403) 22439 : cluster 0 pgmap v16757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:33:38.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:38 smithi194 bash[32038]: cluster 2023-12-08T02:33:37.534304+0000 mgr.a (mgr.14403) 22439 : cluster 0 pgmap v16757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:33:38.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:38 smithi135 bash[32435]: cluster 2023-12-08T02:33:37.534304+0000 mgr.a (mgr.14403) 22439 : cluster 0 pgmap v16757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:33:40.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:33:40.416 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:40.416 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:40 smithi079 bash[28699]: cluster 2023-12-08T02:33:39.535134+0000 mgr.a (mgr.14403) 22440 : cluster 0 pgmap v16758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:33:40.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:40 smithi194 bash[32038]: cluster 2023-12-08T02:33:39.535134+0000 mgr.a (mgr.14403) 22440 : cluster 0 pgmap v16758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:33:40.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:40 smithi135 bash[32435]: cluster 2023-12-08T02:33:39.535134+0000 mgr.a (mgr.14403) 22440 : cluster 0 pgmap v16758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:33:41.335 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:33:41.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:41.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:41.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:41.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:33:42.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:42 smithi079 bash[28699]: audit 2023-12-08T02:33:40.813967+0000 mgr.a (mgr.14403) 22441 : audit 0 from='client.443334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:42.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:42 smithi079 bash[28699]: cluster 2023-12-08T02:33:41.535810+0000 mgr.a (mgr.14403) 22442 : cluster 0 pgmap v16759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:42.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:42 smithi194 bash[32038]: audit 2023-12-08T02:33:40.813967+0000 mgr.a (mgr.14403) 22441 : audit 0 from='client.443334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:42.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:42 smithi194 bash[32038]: cluster 2023-12-08T02:33:41.535810+0000 mgr.a (mgr.14403) 22442 : cluster 0 pgmap v16759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:42.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:42 smithi135 bash[32435]: audit 2023-12-08T02:33:40.813967+0000 mgr.a (mgr.14403) 22441 : audit 0 from='client.443334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:42.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:42 smithi135 bash[32435]: cluster 2023-12-08T02:33:41.535810+0000 mgr.a (mgr.14403) 22442 : cluster 0 pgmap v16759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:44.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:44 smithi079 bash[28699]: cluster 2023-12-08T02:33:43.536593+0000 mgr.a (mgr.14403) 22443 : cluster 0 pgmap v16760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:33:44.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:44 smithi194 bash[32038]: cluster 2023-12-08T02:33:43.536593+0000 mgr.a (mgr.14403) 22443 : cluster 0 pgmap v16760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:33:44.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:44 smithi135 bash[32435]: cluster 2023-12-08T02:33:43.536593+0000 mgr.a (mgr.14403) 22443 : cluster 0 pgmap v16760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:33:46.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:45 smithi079 bash[28699]: cluster 2023-12-08T02:33:45.537359+0000 mgr.a (mgr.14403) 22444 : cluster 0 pgmap v16761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:33:46.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:45 smithi194 bash[32038]: cluster 2023-12-08T02:33:45.537359+0000 mgr.a (mgr.14403) 22444 : cluster 0 pgmap v16761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:33:46.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:45 smithi135 bash[32435]: cluster 2023-12-08T02:33:45.537359+0000 mgr.a (mgr.14403) 22444 : cluster 0 pgmap v16761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:33:46.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:33:46.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:46.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:47.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:47.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:47.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:47.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:33:47.259 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:33:48.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:48 smithi079 bash[28699]: audit 2023-12-08T02:33:46.750578+0000 mgr.a (mgr.14403) 22445 : audit 0 from='client.443409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:48.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:48 smithi079 bash[28699]: cluster 2023-12-08T02:33:47.538099+0000 mgr.a (mgr.14403) 22446 : cluster 0 pgmap v16762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:48.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:48 smithi194 bash[32038]: audit 2023-12-08T02:33:46.750578+0000 mgr.a (mgr.14403) 22445 : audit 0 from='client.443409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:48.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:48 smithi194 bash[32038]: cluster 2023-12-08T02:33:47.538099+0000 mgr.a (mgr.14403) 22446 : cluster 0 pgmap v16762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:48.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:48 smithi135 bash[32435]: audit 2023-12-08T02:33:46.750578+0000 mgr.a (mgr.14403) 22445 : audit 0 from='client.443409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:48.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:48 smithi135 bash[32435]: cluster 2023-12-08T02:33:47.538099+0000 mgr.a (mgr.14403) 22446 : cluster 0 pgmap v16762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:50.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:50 smithi079 bash[28699]: cluster 2023-12-08T02:33:49.539070+0000 mgr.a (mgr.14403) 22447 : cluster 0 pgmap v16763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:50.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:50 smithi194 bash[32038]: cluster 2023-12-08T02:33:49.539070+0000 mgr.a (mgr.14403) 22447 : cluster 0 pgmap v16763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:50.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:50 smithi135 bash[32435]: cluster 2023-12-08T02:33:49.539070+0000 mgr.a (mgr.14403) 22447 : cluster 0 pgmap v16763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:33:52.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:33:52.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:52.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:52.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:52 smithi079 bash[28699]: cluster 2023-12-08T02:33:51.539634+0000 mgr.a (mgr.14403) 22448 : cluster 0 pgmap v16764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:52.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:52 smithi194 bash[32038]: cluster 2023-12-08T02:33:51.539634+0000 mgr.a (mgr.14403) 22448 : cluster 0 pgmap v16764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:52.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:52 smithi135 bash[32435]: cluster 2023-12-08T02:33:51.539634+0000 mgr.a (mgr.14403) 22448 : cluster 0 pgmap v16764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:53.166 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:33:53.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:53.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:53.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:53.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:33:53.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:53 smithi079 bash[28699]: audit 2023-12-08T02:33:52.664195+0000 mgr.a (mgr.14403) 22449 : audit 0 from='client.443484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:53.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:53 smithi194 bash[32038]: audit 2023-12-08T02:33:52.664195+0000 mgr.a (mgr.14403) 22449 : audit 0 from='client.443484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:53.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:53 smithi135 bash[32435]: audit 2023-12-08T02:33:52.664195+0000 mgr.a (mgr.14403) 22449 : audit 0 from='client.443484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:54.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:54 smithi079 bash[28699]: cluster 2023-12-08T02:33:53.540448+0000 mgr.a (mgr.14403) 22450 : cluster 0 pgmap v16765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:33:54.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:54 smithi194 bash[32038]: cluster 2023-12-08T02:33:53.540448+0000 mgr.a (mgr.14403) 22450 : cluster 0 pgmap v16765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:33:54.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:54 smithi135 bash[32435]: cluster 2023-12-08T02:33:53.540448+0000 mgr.a (mgr.14403) 22450 : cluster 0 pgmap v16765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:33:56.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:55 smithi079 bash[28699]: cluster 2023-12-08T02:33:55.541134+0000 mgr.a (mgr.14403) 22451 : cluster 0 pgmap v16766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:33:56.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:55 smithi194 bash[32038]: cluster 2023-12-08T02:33:55.541134+0000 mgr.a (mgr.14403) 22451 : cluster 0 pgmap v16766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:33:56.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:55 smithi135 bash[32435]: cluster 2023-12-08T02:33:55.541134+0000 mgr.a (mgr.14403) 22451 : cluster 0 pgmap v16766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:33:58.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:33:58.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:33:58.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:33:58.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:58 smithi079 bash[28699]: cluster 2023-12-08T02:33:57.541698+0000 mgr.a (mgr.14403) 22452 : cluster 0 pgmap v16767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:58.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:58 smithi194 bash[32038]: cluster 2023-12-08T02:33:57.541698+0000 mgr.a (mgr.14403) 22452 : cluster 0 pgmap v16767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:58.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:58 smithi135 bash[32435]: cluster 2023-12-08T02:33:57.541698+0000 mgr.a (mgr.14403) 22452 : cluster 0 pgmap v16767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:33:59.080 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:33:59.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:33:59.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:33:59.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:33:59.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:33:59.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:33:59 smithi079 bash[28699]: audit 2023-12-08T02:33:58.575695+0000 mgr.a (mgr.14403) 22453 : audit 0 from='client.443559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:59.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:33:59 smithi194 bash[32038]: audit 2023-12-08T02:33:58.575695+0000 mgr.a (mgr.14403) 22453 : audit 0 from='client.443559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:33:59.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:33:59 smithi135 bash[32435]: audit 2023-12-08T02:33:58.575695+0000 mgr.a (mgr.14403) 22453 : audit 0 from='client.443559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:00.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:00 smithi079 bash[28699]: cluster 2023-12-08T02:33:59.542763+0000 mgr.a (mgr.14403) 22454 : cluster 0 pgmap v16768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:00.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:00 smithi194 bash[32038]: cluster 2023-12-08T02:33:59.542763+0000 mgr.a (mgr.14403) 22454 : cluster 0 pgmap v16768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:00.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:00 smithi135 bash[32435]: cluster 2023-12-08T02:33:59.542763+0000 mgr.a (mgr.14403) 22454 : cluster 0 pgmap v16768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:02.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:02 smithi079 bash[28699]: cluster 2023-12-08T02:34:01.543354+0000 mgr.a (mgr.14403) 22455 : cluster 0 pgmap v16769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:02 smithi194 bash[32038]: cluster 2023-12-08T02:34:01.543354+0000 mgr.a (mgr.14403) 22455 : cluster 0 pgmap v16769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:02.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:02 smithi135 bash[32435]: cluster 2023-12-08T02:34:01.543354+0000 mgr.a (mgr.14403) 22455 : cluster 0 pgmap v16769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:04.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:34:04.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:04.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:04.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:04 smithi079 bash[28699]: cluster 2023-12-08T02:34:03.543858+0000 mgr.a (mgr.14403) 22456 : cluster 0 pgmap v16770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:34:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:04 smithi194 bash[32038]: cluster 2023-12-08T02:34:03.543858+0000 mgr.a (mgr.14403) 22456 : cluster 0 pgmap v16770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:34:04.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:04 smithi135 bash[32435]: cluster 2023-12-08T02:34:03.543858+0000 mgr.a (mgr.14403) 22456 : cluster 0 pgmap v16770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:34:04.978 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:34:04.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:04.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:04.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:04.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:34:05.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:05 smithi079 bash[28699]: audit 2023-12-08T02:34:04.488056+0000 mgr.a (mgr.14403) 22457 : audit 0 from='client.443634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:05.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:05 smithi194 bash[32038]: audit 2023-12-08T02:34:04.488056+0000 mgr.a (mgr.14403) 22457 : audit 0 from='client.443634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:05.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:05 smithi135 bash[32435]: audit 2023-12-08T02:34:04.488056+0000 mgr.a (mgr.14403) 22457 : audit 0 from='client.443634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:06.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:06 smithi079 bash[28699]: cluster 2023-12-08T02:34:05.544634+0000 mgr.a (mgr.14403) 22458 : cluster 0 pgmap v16771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:34:06.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:06 smithi079 bash[28699]: audit 2023-12-08T02:34:06.343416+0000 mon.a (mon.0) 3552 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:34:06.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:06 smithi194 bash[32038]: cluster 2023-12-08T02:34:05.544634+0000 mgr.a (mgr.14403) 22458 : cluster 0 pgmap v16771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:34:06.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:06 smithi194 bash[32038]: audit 2023-12-08T02:34:06.343416+0000 mon.a (mon.0) 3552 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:34:06.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:06 smithi135 bash[32435]: cluster 2023-12-08T02:34:05.544634+0000 mgr.a (mgr.14403) 22458 : cluster 0 pgmap v16771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:34:06.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:06 smithi135 bash[32435]: audit 2023-12-08T02:34:06.343416+0000 mon.a (mon.0) 3552 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:34:07.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:07 smithi079 bash[28699]: audit 2023-12-08T02:34:07.074868+0000 mon.a (mon.0) 3553 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:34:07.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:07 smithi079 bash[28699]: audit 2023-12-08T02:34:07.076424+0000 mon.a (mon.0) 3554 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:34:07.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:07 smithi079 bash[28699]: audit 2023-12-08T02:34:07.085670+0000 mon.a (mon.0) 3555 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:34:07.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:07 smithi194 bash[32038]: audit 2023-12-08T02:34:07.074868+0000 mon.a (mon.0) 3553 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:34:07.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:07 smithi194 bash[32038]: audit 2023-12-08T02:34:07.076424+0000 mon.a (mon.0) 3554 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:34:07.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:07 smithi194 bash[32038]: audit 2023-12-08T02:34:07.085670+0000 mon.a (mon.0) 3555 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:34:07.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:07 smithi135 bash[32435]: audit 2023-12-08T02:34:07.074868+0000 mon.a (mon.0) 3553 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:34:07.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:07 smithi135 bash[32435]: audit 2023-12-08T02:34:07.076424+0000 mon.a (mon.0) 3554 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:34:07.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:07 smithi135 bash[32435]: audit 2023-12-08T02:34:07.085670+0000 mon.a (mon.0) 3555 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:34:08.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:08 smithi079 bash[28699]: cluster 2023-12-08T02:34:07.545202+0000 mgr.a (mgr.14403) 22459 : cluster 0 pgmap v16772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:08.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:08 smithi194 bash[32038]: cluster 2023-12-08T02:34:07.545202+0000 mgr.a (mgr.14403) 22459 : cluster 0 pgmap v16772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:08.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:08 smithi135 bash[32435]: cluster 2023-12-08T02:34:07.545202+0000 mgr.a (mgr.14403) 22459 : cluster 0 pgmap v16772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:09.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:34:09.981 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:09.981 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:10.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:10 smithi079 bash[28699]: cluster 2023-12-08T02:34:09.545929+0000 mgr.a (mgr.14403) 22460 : cluster 0 pgmap v16773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:10.902 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:34:10.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:10.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:10.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:10.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:34:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:10 smithi194 bash[32038]: cluster 2023-12-08T02:34:09.545929+0000 mgr.a (mgr.14403) 22460 : cluster 0 pgmap v16773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:10.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:10 smithi135 bash[32435]: cluster 2023-12-08T02:34:09.545929+0000 mgr.a (mgr.14403) 22460 : cluster 0 pgmap v16773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:11.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:11 smithi079 bash[28699]: audit 2023-12-08T02:34:10.387963+0000 mgr.a (mgr.14403) 22461 : audit 0 from='client.443712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:11.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:11 smithi194 bash[32038]: audit 2023-12-08T02:34:10.387963+0000 mgr.a (mgr.14403) 22461 : audit 0 from='client.443712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:11.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:11 smithi135 bash[32435]: audit 2023-12-08T02:34:10.387963+0000 mgr.a (mgr.14403) 22461 : audit 0 from='client.443712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:12.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:12 smithi079 bash[28699]: cluster 2023-12-08T02:34:11.546660+0000 mgr.a (mgr.14403) 22462 : cluster 0 pgmap v16774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:12.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:12 smithi194 bash[32038]: cluster 2023-12-08T02:34:11.546660+0000 mgr.a (mgr.14403) 22462 : cluster 0 pgmap v16774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:12.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:12 smithi135 bash[32435]: cluster 2023-12-08T02:34:11.546660+0000 mgr.a (mgr.14403) 22462 : cluster 0 pgmap v16774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:14.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:14 smithi194 bash[32038]: cluster 2023-12-08T02:34:13.547485+0000 mgr.a (mgr.14403) 22463 : cluster 0 pgmap v16775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:34:14.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:14 smithi135 bash[32435]: cluster 2023-12-08T02:34:13.547485+0000 mgr.a (mgr.14403) 22463 : cluster 0 pgmap v16775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:34:15.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:14 smithi079 bash[28699]: cluster 2023-12-08T02:34:13.547485+0000 mgr.a (mgr.14403) 22463 : cluster 0 pgmap v16775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:34:15.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:34:15.906 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:15.906 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:16.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:15 smithi079 bash[28699]: cluster 2023-12-08T02:34:15.548120+0000 mgr.a (mgr.14403) 22464 : cluster 0 pgmap v16776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:34:16.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:15 smithi194 bash[32038]: cluster 2023-12-08T02:34:15.548120+0000 mgr.a (mgr.14403) 22464 : cluster 0 pgmap v16776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:34:16.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:15 smithi135 bash[32435]: cluster 2023-12-08T02:34:15.548120+0000 mgr.a (mgr.14403) 22464 : cluster 0 pgmap v16776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:34:16.802 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:34:16.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:16.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:16.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:16.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:34:17.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:16 smithi079 bash[28699]: audit 2023-12-08T02:34:16.305333+0000 mgr.a (mgr.14403) 22465 : audit 0 from='client.443790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:17.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:16 smithi194 bash[32038]: audit 2023-12-08T02:34:16.305333+0000 mgr.a (mgr.14403) 22465 : audit 0 from='client.443790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:17.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:16 smithi135 bash[32435]: audit 2023-12-08T02:34:16.305333+0000 mgr.a (mgr.14403) 22465 : audit 0 from='client.443790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:18.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:17 smithi079 bash[28699]: cluster 2023-12-08T02:34:17.548997+0000 mgr.a (mgr.14403) 22466 : cluster 0 pgmap v16777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:18.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:17 smithi194 bash[32038]: cluster 2023-12-08T02:34:17.548997+0000 mgr.a (mgr.14403) 22466 : cluster 0 pgmap v16777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:18.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:17 smithi135 bash[32435]: cluster 2023-12-08T02:34:17.548997+0000 mgr.a (mgr.14403) 22466 : cluster 0 pgmap v16777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:20.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:20 smithi079 bash[28699]: cluster 2023-12-08T02:34:19.549671+0000 mgr.a (mgr.14403) 22467 : cluster 0 pgmap v16778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:20.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:20 smithi194 bash[32038]: cluster 2023-12-08T02:34:19.549671+0000 mgr.a (mgr.14403) 22467 : cluster 0 pgmap v16778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:20.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:20 smithi135 bash[32435]: cluster 2023-12-08T02:34:19.549671+0000 mgr.a (mgr.14403) 22467 : cluster 0 pgmap v16778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:21.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:34:21.804 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:21.804 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:22.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:22.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:22.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:22.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:34:22.716 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:34:22.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:22 smithi079 bash[28699]: cluster 2023-12-08T02:34:21.550214+0000 mgr.a (mgr.14403) 22468 : cluster 0 pgmap v16779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:22.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:22 smithi194 bash[32038]: cluster 2023-12-08T02:34:21.550214+0000 mgr.a (mgr.14403) 22468 : cluster 0 pgmap v16779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:22.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:22 smithi135 bash[32435]: cluster 2023-12-08T02:34:21.550214+0000 mgr.a (mgr.14403) 22468 : cluster 0 pgmap v16779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:23.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:23 smithi079 bash[28699]: audit 2023-12-08T02:34:22.206139+0000 mgr.a (mgr.14403) 22469 : audit 0 from='client.443859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:23.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:23 smithi194 bash[32038]: audit 2023-12-08T02:34:22.206139+0000 mgr.a (mgr.14403) 22469 : audit 0 from='client.443859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:23.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:23 smithi135 bash[32435]: audit 2023-12-08T02:34:22.206139+0000 mgr.a (mgr.14403) 22469 : audit 0 from='client.443859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:24.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:24 smithi079 bash[28699]: cluster 2023-12-08T02:34:23.551127+0000 mgr.a (mgr.14403) 22470 : cluster 0 pgmap v16780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:24.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:24 smithi194 bash[32038]: cluster 2023-12-08T02:34:23.551127+0000 mgr.a (mgr.14403) 22470 : cluster 0 pgmap v16780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:24.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:24 smithi135 bash[32435]: cluster 2023-12-08T02:34:23.551127+0000 mgr.a (mgr.14403) 22470 : cluster 0 pgmap v16780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:26.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:25 smithi079 bash[28699]: cluster 2023-12-08T02:34:25.551722+0000 mgr.a (mgr.14403) 22471 : cluster 0 pgmap v16781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:34:26.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:25 smithi194 bash[32038]: cluster 2023-12-08T02:34:25.551722+0000 mgr.a (mgr.14403) 22471 : cluster 0 pgmap v16781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:34:26.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:25 smithi135 bash[32435]: cluster 2023-12-08T02:34:25.551722+0000 mgr.a (mgr.14403) 22471 : cluster 0 pgmap v16781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:34:27.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:34:27.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:27.719 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:28.628 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:34:28.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:28.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:28.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:28.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:34:28.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:28 smithi079 bash[28699]: cluster 2023-12-08T02:34:27.552227+0000 mgr.a (mgr.14403) 22472 : cluster 0 pgmap v16782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:28.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:28 smithi194 bash[32038]: cluster 2023-12-08T02:34:27.552227+0000 mgr.a (mgr.14403) 22472 : cluster 0 pgmap v16782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:28.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:28 smithi135 bash[32435]: cluster 2023-12-08T02:34:27.552227+0000 mgr.a (mgr.14403) 22472 : cluster 0 pgmap v16782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:29.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:29 smithi079 bash[28699]: audit 2023-12-08T02:34:28.127158+0000 mgr.a (mgr.14403) 22473 : audit 0 from='client.443934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:29.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:29 smithi194 bash[32038]: audit 2023-12-08T02:34:28.127158+0000 mgr.a (mgr.14403) 22473 : audit 0 from='client.443934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:29.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:29 smithi135 bash[32435]: audit 2023-12-08T02:34:28.127158+0000 mgr.a (mgr.14403) 22473 : audit 0 from='client.443934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:30.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:30 smithi079 bash[28699]: cluster 2023-12-08T02:34:29.553154+0000 mgr.a (mgr.14403) 22474 : cluster 0 pgmap v16783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:34:30.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:30 smithi194 bash[32038]: cluster 2023-12-08T02:34:29.553154+0000 mgr.a (mgr.14403) 22474 : cluster 0 pgmap v16783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:34:30.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:30 smithi135 bash[32435]: cluster 2023-12-08T02:34:29.553154+0000 mgr.a (mgr.14403) 22474 : cluster 0 pgmap v16783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:34:32.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:32 smithi079 bash[28699]: cluster 2023-12-08T02:34:31.553706+0000 mgr.a (mgr.14403) 22475 : cluster 0 pgmap v16784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:34:32.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:32 smithi194 bash[32038]: cluster 2023-12-08T02:34:31.553706+0000 mgr.a (mgr.14403) 22475 : cluster 0 pgmap v16784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:34:32.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:32 smithi135 bash[32435]: cluster 2023-12-08T02:34:31.553706+0000 mgr.a (mgr.14403) 22475 : cluster 0 pgmap v16784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:34:33.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:34:33.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:33.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:34.534 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:34:34.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:34.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:34.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:34.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:34:34.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:34 smithi079 bash[28699]: cluster 2023-12-08T02:34:33.554447+0000 mgr.a (mgr.14403) 22476 : cluster 0 pgmap v16785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:34.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:34 smithi194 bash[32038]: cluster 2023-12-08T02:34:33.554447+0000 mgr.a (mgr.14403) 22476 : cluster 0 pgmap v16785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:34.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:34 smithi135 bash[32435]: cluster 2023-12-08T02:34:33.554447+0000 mgr.a (mgr.14403) 22476 : cluster 0 pgmap v16785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:35.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:35 smithi079 bash[28699]: audit 2023-12-08T02:34:34.038382+0000 mgr.a (mgr.14403) 22477 : audit 0 from='client.444006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:35.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:35 smithi194 bash[32038]: audit 2023-12-08T02:34:34.038382+0000 mgr.a (mgr.14403) 22477 : audit 0 from='client.444006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:35.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:35 smithi135 bash[32435]: audit 2023-12-08T02:34:34.038382+0000 mgr.a (mgr.14403) 22477 : audit 0 from='client.444006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:36.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:36 smithi079 bash[28699]: cluster 2023-12-08T02:34:35.555198+0000 mgr.a (mgr.14403) 22478 : cluster 0 pgmap v16786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:36.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:36 smithi194 bash[32038]: cluster 2023-12-08T02:34:35.555198+0000 mgr.a (mgr.14403) 22478 : cluster 0 pgmap v16786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:36.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:36 smithi135 bash[32435]: cluster 2023-12-08T02:34:35.555198+0000 mgr.a (mgr.14403) 22478 : cluster 0 pgmap v16786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:38.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:38 smithi079 bash[28699]: cluster 2023-12-08T02:34:37.555731+0000 mgr.a (mgr.14403) 22479 : cluster 0 pgmap v16787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:38.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:38 smithi194 bash[32038]: cluster 2023-12-08T02:34:37.555731+0000 mgr.a (mgr.14403) 22479 : cluster 0 pgmap v16787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:38.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:38 smithi135 bash[32435]: cluster 2023-12-08T02:34:37.555731+0000 mgr.a (mgr.14403) 22479 : cluster 0 pgmap v16787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:34:39.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:34:39.539 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:39.539 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:40.455 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:34:40.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:40.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:40.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:40.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:34:40.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:40 smithi079 bash[28699]: cluster 2023-12-08T02:34:39.556548+0000 mgr.a (mgr.14403) 22480 : cluster 0 pgmap v16788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:40.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:40 smithi194 bash[32038]: cluster 2023-12-08T02:34:39.556548+0000 mgr.a (mgr.14403) 22480 : cluster 0 pgmap v16788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:40.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:40 smithi135 bash[32435]: cluster 2023-12-08T02:34:39.556548+0000 mgr.a (mgr.14403) 22480 : cluster 0 pgmap v16788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:41.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:41 smithi194 bash[32038]: audit 2023-12-08T02:34:39.950205+0000 mgr.a (mgr.14403) 22481 : audit 0 from='client.444081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:41.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:41 smithi135 bash[32435]: audit 2023-12-08T02:34:39.950205+0000 mgr.a (mgr.14403) 22481 : audit 0 from='client.444081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:42.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:41 smithi079 bash[28699]: audit 2023-12-08T02:34:39.950205+0000 mgr.a (mgr.14403) 22481 : audit 0 from='client.444081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:42.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:42 smithi194 bash[32038]: cluster 2023-12-08T02:34:41.557266+0000 mgr.a (mgr.14403) 22482 : cluster 0 pgmap v16789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:34:42.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:42 smithi135 bash[32435]: cluster 2023-12-08T02:34:41.557266+0000 mgr.a (mgr.14403) 22482 : cluster 0 pgmap v16789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:34:43.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:42 smithi079 bash[28699]: cluster 2023-12-08T02:34:41.557266+0000 mgr.a (mgr.14403) 22482 : cluster 0 pgmap v16789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:34:44.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:44 smithi194 bash[32038]: cluster 2023-12-08T02:34:43.558015+0000 mgr.a (mgr.14403) 22483 : cluster 0 pgmap v16790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:34:44.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:44 smithi135 bash[32435]: cluster 2023-12-08T02:34:43.558015+0000 mgr.a (mgr.14403) 22483 : cluster 0 pgmap v16790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:34:45.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:44 smithi079 bash[28699]: cluster 2023-12-08T02:34:43.558015+0000 mgr.a (mgr.14403) 22483 : cluster 0 pgmap v16790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:34:45.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:34:45.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:45.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:46.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:45 smithi079 bash[28699]: cluster 2023-12-08T02:34:45.558536+0000 mgr.a (mgr.14403) 22484 : cluster 0 pgmap v16791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:46.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:45 smithi194 bash[32038]: cluster 2023-12-08T02:34:45.558536+0000 mgr.a (mgr.14403) 22484 : cluster 0 pgmap v16791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:46.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:45 smithi135 bash[32435]: cluster 2023-12-08T02:34:45.558536+0000 mgr.a (mgr.14403) 22484 : cluster 0 pgmap v16791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:46.356 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:34:46.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:46.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:46.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:46.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:34:47.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:46 smithi079 bash[28699]: audit 2023-12-08T02:34:45.865980+0000 mgr.a (mgr.14403) 22485 : audit 0 from='client.444153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:47.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:46 smithi194 bash[32038]: audit 2023-12-08T02:34:45.865980+0000 mgr.a (mgr.14403) 22485 : audit 0 from='client.444153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:47.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:46 smithi135 bash[32435]: audit 2023-12-08T02:34:45.865980+0000 mgr.a (mgr.14403) 22485 : audit 0 from='client.444153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:48.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:47 smithi079 bash[28699]: cluster 2023-12-08T02:34:47.559229+0000 mgr.a (mgr.14403) 22486 : cluster 0 pgmap v16792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:48.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:47 smithi194 bash[32038]: cluster 2023-12-08T02:34:47.559229+0000 mgr.a (mgr.14403) 22486 : cluster 0 pgmap v16792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:48.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:47 smithi135 bash[32435]: cluster 2023-12-08T02:34:47.559229+0000 mgr.a (mgr.14403) 22486 : cluster 0 pgmap v16792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:50.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:50 smithi079 bash[28699]: cluster 2023-12-08T02:34:49.560015+0000 mgr.a (mgr.14403) 22487 : cluster 0 pgmap v16793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:50.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:50 smithi194 bash[32038]: cluster 2023-12-08T02:34:49.560015+0000 mgr.a (mgr.14403) 22487 : cluster 0 pgmap v16793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:50.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:50 smithi135 bash[32435]: cluster 2023-12-08T02:34:49.560015+0000 mgr.a (mgr.14403) 22487 : cluster 0 pgmap v16793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:51.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:34:51.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:51.360 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:52.281 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:34:52.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:52.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:52.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:52.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:34:52.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:52 smithi079 bash[28699]: cluster 2023-12-08T02:34:51.560416+0000 mgr.a (mgr.14403) 22488 : cluster 0 pgmap v16794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:52.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:52 smithi194 bash[32038]: cluster 2023-12-08T02:34:51.560416+0000 mgr.a (mgr.14403) 22488 : cluster 0 pgmap v16794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:52.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:52 smithi135 bash[32435]: cluster 2023-12-08T02:34:51.560416+0000 mgr.a (mgr.14403) 22488 : cluster 0 pgmap v16794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:53.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:53 smithi079 bash[28699]: audit 2023-12-08T02:34:51.770156+0000 mgr.a (mgr.14403) 22489 : audit 0 from='client.444228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:53.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:53 smithi194 bash[32038]: audit 2023-12-08T02:34:51.770156+0000 mgr.a (mgr.14403) 22489 : audit 0 from='client.444228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:53.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:53 smithi135 bash[32435]: audit 2023-12-08T02:34:51.770156+0000 mgr.a (mgr.14403) 22489 : audit 0 from='client.444228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:54.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:54 smithi079 bash[28699]: cluster 2023-12-08T02:34:53.561378+0000 mgr.a (mgr.14403) 22490 : cluster 0 pgmap v16795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:54.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:54 smithi194 bash[32038]: cluster 2023-12-08T02:34:53.561378+0000 mgr.a (mgr.14403) 22490 : cluster 0 pgmap v16795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:54.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:54 smithi135 bash[32435]: cluster 2023-12-08T02:34:53.561378+0000 mgr.a (mgr.14403) 22490 : cluster 0 pgmap v16795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:34:56.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:55 smithi079 bash[28699]: cluster 2023-12-08T02:34:55.561898+0000 mgr.a (mgr.14403) 22491 : cluster 0 pgmap v16796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:56.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:55 smithi194 bash[32038]: cluster 2023-12-08T02:34:55.561898+0000 mgr.a (mgr.14403) 22491 : cluster 0 pgmap v16796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:56.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:55 smithi135 bash[32435]: cluster 2023-12-08T02:34:55.561898+0000 mgr.a (mgr.14403) 22491 : cluster 0 pgmap v16796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:57.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:34:57.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:34:57.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:34:58.183 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:34:58.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:34:58.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:34:58.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:34:58.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:34:58.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:58 smithi079 bash[28699]: cluster 2023-12-08T02:34:57.562421+0000 mgr.a (mgr.14403) 22492 : cluster 0 pgmap v16797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:58.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:34:58 smithi079 bash[28699]: audit 2023-12-08T02:34:57.692801+0000 mgr.a (mgr.14403) 22493 : audit 0 from='client.444303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:58.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:58 smithi194 bash[32038]: cluster 2023-12-08T02:34:57.562421+0000 mgr.a (mgr.14403) 22492 : cluster 0 pgmap v16797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:58.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:34:58 smithi194 bash[32038]: audit 2023-12-08T02:34:57.692801+0000 mgr.a (mgr.14403) 22493 : audit 0 from='client.444303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:34:58.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:58 smithi135 bash[32435]: cluster 2023-12-08T02:34:57.562421+0000 mgr.a (mgr.14403) 22492 : cluster 0 pgmap v16797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:34:58.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:34:58 smithi135 bash[32435]: audit 2023-12-08T02:34:57.692801+0000 mgr.a (mgr.14403) 22493 : audit 0 from='client.444303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:00.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:00 smithi079 bash[28699]: cluster 2023-12-08T02:34:59.563350+0000 mgr.a (mgr.14403) 22494 : cluster 0 pgmap v16798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:00.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:00 smithi194 bash[32038]: cluster 2023-12-08T02:34:59.563350+0000 mgr.a (mgr.14403) 22494 : cluster 0 pgmap v16798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:00.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:00 smithi135 bash[32435]: cluster 2023-12-08T02:34:59.563350+0000 mgr.a (mgr.14403) 22494 : cluster 0 pgmap v16798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:02.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:02 smithi079 bash[28699]: cluster 2023-12-08T02:35:01.563995+0000 mgr.a (mgr.14403) 22495 : cluster 0 pgmap v16799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:02 smithi194 bash[32038]: cluster 2023-12-08T02:35:01.563995+0000 mgr.a (mgr.14403) 22495 : cluster 0 pgmap v16799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:02.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:02 smithi135 bash[32435]: cluster 2023-12-08T02:35:01.563995+0000 mgr.a (mgr.14403) 22495 : cluster 0 pgmap v16799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:03.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:35:03.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:03.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:04.076 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:35:04.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:04.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:04.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:04.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:35:04.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:04 smithi079 bash[28699]: cluster 2023-12-08T02:35:03.564695+0000 mgr.a (mgr.14403) 22496 : cluster 0 pgmap v16800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:04.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:04 smithi079 bash[28699]: audit 2023-12-08T02:35:03.589766+0000 mgr.a (mgr.14403) 22497 : audit 0 from='client.444381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:04 smithi194 bash[32038]: cluster 2023-12-08T02:35:03.564695+0000 mgr.a (mgr.14403) 22496 : cluster 0 pgmap v16800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:04 smithi194 bash[32038]: audit 2023-12-08T02:35:03.589766+0000 mgr.a (mgr.14403) 22497 : audit 0 from='client.444381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:04.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:04 smithi135 bash[32435]: cluster 2023-12-08T02:35:03.564695+0000 mgr.a (mgr.14403) 22496 : cluster 0 pgmap v16800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:04 smithi135 bash[32435]: audit 2023-12-08T02:35:03.589766+0000 mgr.a (mgr.14403) 22497 : audit 0 from='client.444381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:06.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:05 smithi079 bash[28699]: cluster 2023-12-08T02:35:05.565278+0000 mgr.a (mgr.14403) 22498 : cluster 0 pgmap v16801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:05 smithi194 bash[32038]: cluster 2023-12-08T02:35:05.565278+0000 mgr.a (mgr.14403) 22498 : cluster 0 pgmap v16801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:06.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:05 smithi135 bash[32435]: cluster 2023-12-08T02:35:05.565278+0000 mgr.a (mgr.14403) 22498 : cluster 0 pgmap v16801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:07.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:07 smithi079 bash[28699]: audit 2023-12-08T02:35:07.189491+0000 mon.a (mon.0) 3556 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:35:07.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:07 smithi194 bash[32038]: audit 2023-12-08T02:35:07.189491+0000 mon.a (mon.0) 3556 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:35:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:07 smithi135 bash[32435]: audit 2023-12-08T02:35:07.189491+0000 mon.a (mon.0) 3556 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:35:08.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:08 smithi079 bash[28699]: cluster 2023-12-08T02:35:07.565845+0000 mgr.a (mgr.14403) 22499 : cluster 0 pgmap v16802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:08 smithi079 bash[28699]: audit 2023-12-08T02:35:07.980266+0000 mon.a (mon.0) 3557 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:35:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:08 smithi079 bash[28699]: audit 2023-12-08T02:35:07.982182+0000 mon.a (mon.0) 3558 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:35:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:08 smithi079 bash[28699]: audit 2023-12-08T02:35:07.991454+0000 mon.a (mon.0) 3559 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:35:08.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:08 smithi194 bash[32038]: cluster 2023-12-08T02:35:07.565845+0000 mgr.a (mgr.14403) 22499 : cluster 0 pgmap v16802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:08.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:08 smithi194 bash[32038]: audit 2023-12-08T02:35:07.980266+0000 mon.a (mon.0) 3557 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:35:08.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:08 smithi194 bash[32038]: audit 2023-12-08T02:35:07.982182+0000 mon.a (mon.0) 3558 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:35:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:08 smithi194 bash[32038]: audit 2023-12-08T02:35:07.991454+0000 mon.a (mon.0) 3559 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:35:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:08 smithi135 bash[32435]: cluster 2023-12-08T02:35:07.565845+0000 mgr.a (mgr.14403) 22499 : cluster 0 pgmap v16802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:08 smithi135 bash[32435]: audit 2023-12-08T02:35:07.980266+0000 mon.a (mon.0) 3557 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:35:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:08 smithi135 bash[32435]: audit 2023-12-08T02:35:07.982182+0000 mon.a (mon.0) 3558 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:35:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:08 smithi135 bash[32435]: audit 2023-12-08T02:35:07.991454+0000 mon.a (mon.0) 3559 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:35:09.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:35:09.079 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:09.080 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:09.988 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:35:09.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:09.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:09.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:09.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:35:10.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:10 smithi079 bash[28699]: audit 2023-12-08T02:35:09.483445+0000 mgr.a (mgr.14403) 22500 : audit 0 from='client.444459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:10.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:10 smithi079 bash[28699]: cluster 2023-12-08T02:35:09.566793+0000 mgr.a (mgr.14403) 22501 : cluster 0 pgmap v16803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:10 smithi194 bash[32038]: audit 2023-12-08T02:35:09.483445+0000 mgr.a (mgr.14403) 22500 : audit 0 from='client.444459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:10 smithi194 bash[32038]: cluster 2023-12-08T02:35:09.566793+0000 mgr.a (mgr.14403) 22501 : cluster 0 pgmap v16803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:10.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:10 smithi135 bash[32435]: audit 2023-12-08T02:35:09.483445+0000 mgr.a (mgr.14403) 22500 : audit 0 from='client.444459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:10.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:10 smithi135 bash[32435]: cluster 2023-12-08T02:35:09.566793+0000 mgr.a (mgr.14403) 22501 : cluster 0 pgmap v16803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:12.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:12 smithi079 bash[28699]: cluster 2023-12-08T02:35:11.567426+0000 mgr.a (mgr.14403) 22502 : cluster 0 pgmap v16804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:12.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:12 smithi194 bash[32038]: cluster 2023-12-08T02:35:11.567426+0000 mgr.a (mgr.14403) 22502 : cluster 0 pgmap v16804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:12.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:12 smithi135 bash[32435]: cluster 2023-12-08T02:35:11.567426+0000 mgr.a (mgr.14403) 22502 : cluster 0 pgmap v16804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:14 smithi079 bash[28699]: cluster 2023-12-08T02:35:13.568179+0000 mgr.a (mgr.14403) 22503 : cluster 0 pgmap v16805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:14.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:14 smithi194 bash[32038]: cluster 2023-12-08T02:35:13.568179+0000 mgr.a (mgr.14403) 22503 : cluster 0 pgmap v16805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:14.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:14 smithi135 bash[32435]: cluster 2023-12-08T02:35:13.568179+0000 mgr.a (mgr.14403) 22503 : cluster 0 pgmap v16805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:14.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:35:14.991 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:14.991 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:15.914 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:35:15.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:15.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:15.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:15.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:35:16.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:15 smithi194 bash[32038]: audit 2023-12-08T02:35:15.396748+0000 mgr.a (mgr.14403) 22504 : audit 0 from='client.444528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:16.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:15 smithi194 bash[32038]: cluster 2023-12-08T02:35:15.568956+0000 mgr.a (mgr.14403) 22505 : cluster 0 pgmap v16806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:16.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:15 smithi135 bash[32435]: audit 2023-12-08T02:35:15.396748+0000 mgr.a (mgr.14403) 22504 : audit 0 from='client.444528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:16.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:15 smithi135 bash[32435]: cluster 2023-12-08T02:35:15.568956+0000 mgr.a (mgr.14403) 22505 : cluster 0 pgmap v16806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:16.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:15 smithi079 bash[28699]: audit 2023-12-08T02:35:15.396748+0000 mgr.a (mgr.14403) 22504 : audit 0 from='client.444528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:16.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:15 smithi079 bash[28699]: cluster 2023-12-08T02:35:15.568956+0000 mgr.a (mgr.14403) 22505 : cluster 0 pgmap v16806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:18.624 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:18 smithi135 bash[32435]: cluster 2023-12-08T02:35:17.569645+0000 mgr.a (mgr.14403) 22506 : cluster 0 pgmap v16807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:18.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:18 smithi079 bash[28699]: cluster 2023-12-08T02:35:17.569645+0000 mgr.a (mgr.14403) 22506 : cluster 0 pgmap v16807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:18.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:18 smithi194 bash[32038]: cluster 2023-12-08T02:35:17.569645+0000 mgr.a (mgr.14403) 22506 : cluster 0 pgmap v16807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:20.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:20 smithi079 bash[28699]: cluster 2023-12-08T02:35:19.570470+0000 mgr.a (mgr.14403) 22507 : cluster 0 pgmap v16808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:20.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:35:20.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:20.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:20.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:20 smithi194 bash[32038]: cluster 2023-12-08T02:35:19.570470+0000 mgr.a (mgr.14403) 22507 : cluster 0 pgmap v16808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:20.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:20 smithi135 bash[32435]: cluster 2023-12-08T02:35:19.570470+0000 mgr.a (mgr.14403) 22507 : cluster 0 pgmap v16808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:21.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:21.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:21.817 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:35:21.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:21.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:35:22.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:22 smithi079 bash[28699]: audit 2023-12-08T02:35:21.316793+0000 mgr.a (mgr.14403) 22508 : audit 0 from='client.444603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:22.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:22 smithi079 bash[28699]: cluster 2023-12-08T02:35:21.572239+0000 mgr.a (mgr.14403) 22509 : cluster 0 pgmap v16809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:22.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:22 smithi194 bash[32038]: audit 2023-12-08T02:35:21.316793+0000 mgr.a (mgr.14403) 22508 : audit 0 from='client.444603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:22.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:22 smithi194 bash[32038]: cluster 2023-12-08T02:35:21.572239+0000 mgr.a (mgr.14403) 22509 : cluster 0 pgmap v16809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:22.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:22 smithi135 bash[32435]: audit 2023-12-08T02:35:21.316793+0000 mgr.a (mgr.14403) 22508 : audit 0 from='client.444603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:22.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:22 smithi135 bash[32435]: cluster 2023-12-08T02:35:21.572239+0000 mgr.a (mgr.14403) 22509 : cluster 0 pgmap v16809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:24.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:24 smithi079 bash[28699]: cluster 2023-12-08T02:35:23.573311+0000 mgr.a (mgr.14403) 22510 : cluster 0 pgmap v16810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:24.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:24 smithi194 bash[32038]: cluster 2023-12-08T02:35:23.573311+0000 mgr.a (mgr.14403) 22510 : cluster 0 pgmap v16810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:24.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:24 smithi135 bash[32435]: cluster 2023-12-08T02:35:23.573311+0000 mgr.a (mgr.14403) 22510 : cluster 0 pgmap v16810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:26.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:25 smithi194 bash[32038]: cluster 2023-12-08T02:35:25.573894+0000 mgr.a (mgr.14403) 22511 : cluster 0 pgmap v16811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:25 smithi135 bash[32435]: cluster 2023-12-08T02:35:25.573894+0000 mgr.a (mgr.14403) 22511 : cluster 0 pgmap v16811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:26.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:25 smithi079 bash[28699]: cluster 2023-12-08T02:35:25.573894+0000 mgr.a (mgr.14403) 22511 : cluster 0 pgmap v16811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:26.820 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:35:26.821 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:26.821 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:27.721 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:35:27.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:27.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:27.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:27.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:35:28.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:28 smithi079 bash[28699]: audit 2023-12-08T02:35:27.235442+0000 mgr.a (mgr.14403) 22512 : audit 0 from='client.444681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:28.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:28 smithi079 bash[28699]: cluster 2023-12-08T02:35:27.574365+0000 mgr.a (mgr.14403) 22513 : cluster 0 pgmap v16812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:28.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:28 smithi194 bash[32038]: audit 2023-12-08T02:35:27.235442+0000 mgr.a (mgr.14403) 22512 : audit 0 from='client.444681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:28.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:28 smithi194 bash[32038]: cluster 2023-12-08T02:35:27.574365+0000 mgr.a (mgr.14403) 22513 : cluster 0 pgmap v16812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:28.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:28 smithi135 bash[32435]: audit 2023-12-08T02:35:27.235442+0000 mgr.a (mgr.14403) 22512 : audit 0 from='client.444681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:28.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:28 smithi135 bash[32435]: cluster 2023-12-08T02:35:27.574365+0000 mgr.a (mgr.14403) 22513 : cluster 0 pgmap v16812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:30.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:30 smithi079 bash[28699]: cluster 2023-12-08T02:35:29.575262+0000 mgr.a (mgr.14403) 22514 : cluster 0 pgmap v16813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:30.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:30 smithi194 bash[32038]: cluster 2023-12-08T02:35:29.575262+0000 mgr.a (mgr.14403) 22514 : cluster 0 pgmap v16813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:30.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:30 smithi135 bash[32435]: cluster 2023-12-08T02:35:29.575262+0000 mgr.a (mgr.14403) 22514 : cluster 0 pgmap v16813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:32.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:35:32.724 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:32.724 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:32.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:32 smithi079 bash[28699]: cluster 2023-12-08T02:35:31.575757+0000 mgr.a (mgr.14403) 22515 : cluster 0 pgmap v16814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:32.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:32 smithi194 bash[32038]: cluster 2023-12-08T02:35:31.575757+0000 mgr.a (mgr.14403) 22515 : cluster 0 pgmap v16814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:32.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:32 smithi135 bash[32435]: cluster 2023-12-08T02:35:31.575757+0000 mgr.a (mgr.14403) 22515 : cluster 0 pgmap v16814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:33.631 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:35:33.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:33.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:33.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:33.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:35:34.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:34 smithi194 bash[32038]: audit 2023-12-08T02:35:33.130149+0000 mgr.a (mgr.14403) 22516 : audit 0 from='client.444756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:34.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:34 smithi194 bash[32038]: cluster 2023-12-08T02:35:33.576708+0000 mgr.a (mgr.14403) 22517 : cluster 0 pgmap v16815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:35:34.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:34 smithi135 bash[32435]: audit 2023-12-08T02:35:33.130149+0000 mgr.a (mgr.14403) 22516 : audit 0 from='client.444756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:34.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:34 smithi135 bash[32435]: cluster 2023-12-08T02:35:33.576708+0000 mgr.a (mgr.14403) 22517 : cluster 0 pgmap v16815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:35:35.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:34 smithi079 bash[28699]: audit 2023-12-08T02:35:33.130149+0000 mgr.a (mgr.14403) 22516 : audit 0 from='client.444756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:35.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:34 smithi079 bash[28699]: cluster 2023-12-08T02:35:33.576708+0000 mgr.a (mgr.14403) 22517 : cluster 0 pgmap v16815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:35:36.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:35 smithi194 bash[32038]: cluster 2023-12-08T02:35:35.577276+0000 mgr.a (mgr.14403) 22518 : cluster 0 pgmap v16816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:35:36.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:35 smithi135 bash[32435]: cluster 2023-12-08T02:35:35.577276+0000 mgr.a (mgr.14403) 22518 : cluster 0 pgmap v16816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:35:36.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:35 smithi079 bash[28699]: cluster 2023-12-08T02:35:35.577276+0000 mgr.a (mgr.14403) 22518 : cluster 0 pgmap v16816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:35:38.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:35:38.634 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:38.635 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:38.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:38 smithi079 bash[28699]: cluster 2023-12-08T02:35:37.577826+0000 mgr.a (mgr.14403) 22519 : cluster 0 pgmap v16817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:35:38.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:38 smithi194 bash[32038]: cluster 2023-12-08T02:35:37.577826+0000 mgr.a (mgr.14403) 22519 : cluster 0 pgmap v16817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:35:38.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:38 smithi135 bash[32435]: cluster 2023-12-08T02:35:37.577826+0000 mgr.a (mgr.14403) 22519 : cluster 0 pgmap v16817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:35:39.567 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:35:39.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:39.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:39.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:39.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:35:40.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:40 smithi079 bash[28699]: audit 2023-12-08T02:35:39.034675+0000 mgr.a (mgr.14403) 22520 : audit 0 from='client.444831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:40.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:40 smithi079 bash[28699]: cluster 2023-12-08T02:35:39.578847+0000 mgr.a (mgr.14403) 22521 : cluster 0 pgmap v16818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:40.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:40 smithi194 bash[32038]: audit 2023-12-08T02:35:39.034675+0000 mgr.a (mgr.14403) 22520 : audit 0 from='client.444831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:40.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:40 smithi194 bash[32038]: cluster 2023-12-08T02:35:39.578847+0000 mgr.a (mgr.14403) 22521 : cluster 0 pgmap v16818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:40.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:40 smithi135 bash[32435]: audit 2023-12-08T02:35:39.034675+0000 mgr.a (mgr.14403) 22520 : audit 0 from='client.444831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:40.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:40 smithi135 bash[32435]: cluster 2023-12-08T02:35:39.578847+0000 mgr.a (mgr.14403) 22521 : cluster 0 pgmap v16818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:42.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:42 smithi079 bash[28699]: cluster 2023-12-08T02:35:41.579407+0000 mgr.a (mgr.14403) 22522 : cluster 0 pgmap v16819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:42.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:42 smithi194 bash[32038]: cluster 2023-12-08T02:35:41.579407+0000 mgr.a (mgr.14403) 22522 : cluster 0 pgmap v16819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:42.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:42 smithi135 bash[32435]: cluster 2023-12-08T02:35:41.579407+0000 mgr.a (mgr.14403) 22522 : cluster 0 pgmap v16819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:35:44.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:35:44.569 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:44.569 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:44.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:44 smithi194 bash[32038]: cluster 2023-12-08T02:35:43.580135+0000 mgr.a (mgr.14403) 22523 : cluster 0 pgmap v16820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:44.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:44 smithi135 bash[32435]: cluster 2023-12-08T02:35:43.580135+0000 mgr.a (mgr.14403) 22523 : cluster 0 pgmap v16820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:45.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:44 smithi079 bash[28699]: cluster 2023-12-08T02:35:43.580135+0000 mgr.a (mgr.14403) 22523 : cluster 0 pgmap v16820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:45.469 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:35:45.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:45.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:45.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:45.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:35:46.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:45 smithi194 bash[32038]: audit 2023-12-08T02:35:44.975025+0000 mgr.a (mgr.14403) 22524 : audit 0 from='client.444906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:46.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:45 smithi194 bash[32038]: cluster 2023-12-08T02:35:45.580867+0000 mgr.a (mgr.14403) 22525 : cluster 0 pgmap v16821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:35:46.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:45 smithi135 bash[32435]: audit 2023-12-08T02:35:44.975025+0000 mgr.a (mgr.14403) 22524 : audit 0 from='client.444906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:46.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:45 smithi135 bash[32435]: cluster 2023-12-08T02:35:45.580867+0000 mgr.a (mgr.14403) 22525 : cluster 0 pgmap v16821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:35:46.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:45 smithi079 bash[28699]: audit 2023-12-08T02:35:44.975025+0000 mgr.a (mgr.14403) 22524 : audit 0 from='client.444906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:46.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:45 smithi079 bash[28699]: cluster 2023-12-08T02:35:45.580867+0000 mgr.a (mgr.14403) 22525 : cluster 0 pgmap v16821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:35:48.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:48 smithi079 bash[28699]: cluster 2023-12-08T02:35:47.581433+0000 mgr.a (mgr.14403) 22526 : cluster 0 pgmap v16822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:35:48.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:48 smithi194 bash[32038]: cluster 2023-12-08T02:35:47.581433+0000 mgr.a (mgr.14403) 22526 : cluster 0 pgmap v16822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:35:48.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:48 smithi135 bash[32435]: cluster 2023-12-08T02:35:47.581433+0000 mgr.a (mgr.14403) 22526 : cluster 0 pgmap v16822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:35:50.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:35:50.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:50.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:50.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:50 smithi079 bash[28699]: cluster 2023-12-08T02:35:49.582237+0000 mgr.a (mgr.14403) 22527 : cluster 0 pgmap v16823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:35:50.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:50 smithi194 bash[32038]: cluster 2023-12-08T02:35:49.582237+0000 mgr.a (mgr.14403) 22527 : cluster 0 pgmap v16823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:35:50.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:50 smithi135 bash[32435]: cluster 2023-12-08T02:35:49.582237+0000 mgr.a (mgr.14403) 22527 : cluster 0 pgmap v16823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:35:51.371 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:35:51.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:51.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:51.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:51.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:35:52.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:52 smithi194 bash[32038]: audit 2023-12-08T02:35:50.878070+0000 mgr.a (mgr.14403) 22528 : audit 0 from='client.444984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:52.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:52 smithi194 bash[32038]: cluster 2023-12-08T02:35:51.582994+0000 mgr.a (mgr.14403) 22529 : cluster 0 pgmap v16824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:52.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:52 smithi135 bash[32435]: audit 2023-12-08T02:35:50.878070+0000 mgr.a (mgr.14403) 22528 : audit 0 from='client.444984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:52.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:52 smithi135 bash[32435]: cluster 2023-12-08T02:35:51.582994+0000 mgr.a (mgr.14403) 22529 : cluster 0 pgmap v16824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:53.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:52 smithi079 bash[28699]: audit 2023-12-08T02:35:50.878070+0000 mgr.a (mgr.14403) 22528 : audit 0 from='client.444984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:53.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:52 smithi079 bash[28699]: cluster 2023-12-08T02:35:51.582994+0000 mgr.a (mgr.14403) 22529 : cluster 0 pgmap v16824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:54.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:54 smithi194 bash[32038]: cluster 2023-12-08T02:35:53.583751+0000 mgr.a (mgr.14403) 22530 : cluster 0 pgmap v16825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:54.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:54 smithi135 bash[32435]: cluster 2023-12-08T02:35:53.583751+0000 mgr.a (mgr.14403) 22530 : cluster 0 pgmap v16825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:55.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:54 smithi079 bash[28699]: cluster 2023-12-08T02:35:53.583751+0000 mgr.a (mgr.14403) 22530 : cluster 0 pgmap v16825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:35:56.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:55 smithi194 bash[32038]: cluster 2023-12-08T02:35:55.584248+0000 mgr.a (mgr.14403) 22531 : cluster 0 pgmap v16826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:56.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:55 smithi135 bash[32435]: cluster 2023-12-08T02:35:55.584248+0000 mgr.a (mgr.14403) 22531 : cluster 0 pgmap v16826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:56.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:35:56.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:35:56.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:35:56.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:55 smithi079 bash[28699]: cluster 2023-12-08T02:35:55.584248+0000 mgr.a (mgr.14403) 22531 : cluster 0 pgmap v16826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:57.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:35:57.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:35:57.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:35:57.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:35:57.284 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:35:58.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:58 smithi079 bash[28699]: audit 2023-12-08T02:35:56.781270+0000 mgr.a (mgr.14403) 22532 : audit 0 from='client.445059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:58.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:35:58 smithi079 bash[28699]: cluster 2023-12-08T02:35:57.584982+0000 mgr.a (mgr.14403) 22533 : cluster 0 pgmap v16827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:58.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:58 smithi194 bash[32038]: audit 2023-12-08T02:35:56.781270+0000 mgr.a (mgr.14403) 22532 : audit 0 from='client.445059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:58.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:35:58 smithi194 bash[32038]: cluster 2023-12-08T02:35:57.584982+0000 mgr.a (mgr.14403) 22533 : cluster 0 pgmap v16827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:35:58.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:58 smithi135 bash[32435]: audit 2023-12-08T02:35:56.781270+0000 mgr.a (mgr.14403) 22532 : audit 0 from='client.445059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:35:58.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:35:58 smithi135 bash[32435]: cluster 2023-12-08T02:35:57.584982+0000 mgr.a (mgr.14403) 22533 : cluster 0 pgmap v16827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:00.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:00 smithi194 bash[32038]: cluster 2023-12-08T02:35:59.585802+0000 mgr.a (mgr.14403) 22534 : cluster 0 pgmap v16828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:00.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:00 smithi135 bash[32435]: cluster 2023-12-08T02:35:59.585802+0000 mgr.a (mgr.14403) 22534 : cluster 0 pgmap v16828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:01.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:00 smithi079 bash[28699]: cluster 2023-12-08T02:35:59.585802+0000 mgr.a (mgr.14403) 22534 : cluster 0 pgmap v16828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:02.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:36:02.287 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:02.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:02 smithi194 bash[32038]: cluster 2023-12-08T02:36:01.586302+0000 mgr.a (mgr.14403) 22535 : cluster 0 pgmap v16829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:02.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:02 smithi135 bash[32435]: cluster 2023-12-08T02:36:01.586302+0000 mgr.a (mgr.14403) 22535 : cluster 0 pgmap v16829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:03.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:02 smithi079 bash[28699]: cluster 2023-12-08T02:36:01.586302+0000 mgr.a (mgr.14403) 22535 : cluster 0 pgmap v16829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:03.187 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:36:03.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:03.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:03.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:03.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:36:03.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:03 smithi194 bash[32038]: audit 2023-12-08T02:36:02.696829+0000 mgr.a (mgr.14403) 22536 : audit 0 from='client.445137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:03.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:03 smithi135 bash[32435]: audit 2023-12-08T02:36:02.696829+0000 mgr.a (mgr.14403) 22536 : audit 0 from='client.445137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:04.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:03 smithi079 bash[28699]: audit 2023-12-08T02:36:02.696829+0000 mgr.a (mgr.14403) 22536 : audit 0 from='client.445137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:04 smithi194 bash[32038]: cluster 2023-12-08T02:36:03.587234+0000 mgr.a (mgr.14403) 22537 : cluster 0 pgmap v16830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:04.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:04 smithi135 bash[32435]: cluster 2023-12-08T02:36:03.587234+0000 mgr.a (mgr.14403) 22537 : cluster 0 pgmap v16830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:05.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:04 smithi079 bash[28699]: cluster 2023-12-08T02:36:03.587234+0000 mgr.a (mgr.14403) 22537 : cluster 0 pgmap v16830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:05 smithi194 bash[32038]: cluster 2023-12-08T02:36:05.587740+0000 mgr.a (mgr.14403) 22538 : cluster 0 pgmap v16831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:06.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:05 smithi135 bash[32435]: cluster 2023-12-08T02:36:05.587740+0000 mgr.a (mgr.14403) 22538 : cluster 0 pgmap v16831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:06.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:05 smithi079 bash[28699]: cluster 2023-12-08T02:36:05.587740+0000 mgr.a (mgr.14403) 22538 : cluster 0 pgmap v16831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:08.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:36:08.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:08.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:08.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:08 smithi194 bash[32038]: cluster 2023-12-08T02:36:07.588295+0000 mgr.a (mgr.14403) 22539 : cluster 0 pgmap v16832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:08.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:08 smithi194 bash[32038]: audit 2023-12-08T02:36:08.093814+0000 mon.a (mon.0) 3560 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:36:08.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:08 smithi135 bash[32435]: cluster 2023-12-08T02:36:07.588295+0000 mgr.a (mgr.14403) 22539 : cluster 0 pgmap v16832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:08.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:08 smithi135 bash[32435]: audit 2023-12-08T02:36:08.093814+0000 mon.a (mon.0) 3560 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:36:09.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:09.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:09.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:09.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:36:09.122 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:36:09.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:08 smithi079 bash[28699]: cluster 2023-12-08T02:36:07.588295+0000 mgr.a (mgr.14403) 22539 : cluster 0 pgmap v16832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:09.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:08 smithi079 bash[28699]: audit 2023-12-08T02:36:08.093814+0000 mon.a (mon.0) 3560 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:36:09.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:09 smithi194 bash[32038]: audit 2023-12-08T02:36:08.600380+0000 mgr.a (mgr.14403) 22540 : audit 0 from='client.445215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:09.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:09 smithi194 bash[32038]: audit 2023-12-08T02:36:08.936990+0000 mon.a (mon.0) 3561 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:36:09.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:09 smithi194 bash[32038]: audit 2023-12-08T02:36:08.938785+0000 mon.a (mon.0) 3562 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:36:09.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:09 smithi194 bash[32038]: audit 2023-12-08T02:36:08.947785+0000 mon.a (mon.0) 3563 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:36:09.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:09 smithi135 bash[32435]: audit 2023-12-08T02:36:08.600380+0000 mgr.a (mgr.14403) 22540 : audit 0 from='client.445215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:09.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:09 smithi135 bash[32435]: audit 2023-12-08T02:36:08.936990+0000 mon.a (mon.0) 3561 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:36:09.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:09 smithi135 bash[32435]: audit 2023-12-08T02:36:08.938785+0000 mon.a (mon.0) 3562 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:36:09.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:09 smithi135 bash[32435]: audit 2023-12-08T02:36:08.947785+0000 mon.a (mon.0) 3563 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:36:10.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:09 smithi079 bash[28699]: audit 2023-12-08T02:36:08.600380+0000 mgr.a (mgr.14403) 22540 : audit 0 from='client.445215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:10.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:09 smithi079 bash[28699]: audit 2023-12-08T02:36:08.936990+0000 mon.a (mon.0) 3561 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:36:10.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:09 smithi079 bash[28699]: audit 2023-12-08T02:36:08.938785+0000 mon.a (mon.0) 3562 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:36:10.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:09 smithi079 bash[28699]: audit 2023-12-08T02:36:08.947785+0000 mon.a (mon.0) 3563 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:36:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:10 smithi194 bash[32038]: cluster 2023-12-08T02:36:09.589340+0000 mgr.a (mgr.14403) 22541 : cluster 0 pgmap v16833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:10.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:10 smithi135 bash[32435]: cluster 2023-12-08T02:36:09.589340+0000 mgr.a (mgr.14403) 22541 : cluster 0 pgmap v16833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:11.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:10 smithi079 bash[28699]: cluster 2023-12-08T02:36:09.589340+0000 mgr.a (mgr.14403) 22541 : cluster 0 pgmap v16833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:12.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:12 smithi194 bash[32038]: cluster 2023-12-08T02:36:11.589892+0000 mgr.a (mgr.14403) 22542 : cluster 0 pgmap v16834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:12.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:12 smithi135 bash[32435]: cluster 2023-12-08T02:36:11.589892+0000 mgr.a (mgr.14403) 22542 : cluster 0 pgmap v16834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:13.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:12 smithi079 bash[28699]: cluster 2023-12-08T02:36:11.589892+0000 mgr.a (mgr.14403) 22542 : cluster 0 pgmap v16834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:14.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:36:14.125 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:14.125 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:14.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:14 smithi194 bash[32038]: cluster 2023-12-08T02:36:13.590603+0000 mgr.a (mgr.14403) 22543 : cluster 0 pgmap v16835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:14.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:14 smithi135 bash[32435]: cluster 2023-12-08T02:36:13.590603+0000 mgr.a (mgr.14403) 22543 : cluster 0 pgmap v16835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:15.027 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:36:15.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:15.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:15.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:15.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:36:15.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:14 smithi079 bash[28699]: cluster 2023-12-08T02:36:13.590603+0000 mgr.a (mgr.14403) 22543 : cluster 0 pgmap v16835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:15.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:15 smithi194 bash[32038]: audit 2023-12-08T02:36:14.541911+0000 mgr.a (mgr.14403) 22544 : audit 0 from='client.445284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:15.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:15 smithi135 bash[32435]: audit 2023-12-08T02:36:14.541911+0000 mgr.a (mgr.14403) 22544 : audit 0 from='client.445284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:16.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:15 smithi079 bash[28699]: audit 2023-12-08T02:36:14.541911+0000 mgr.a (mgr.14403) 22544 : audit 0 from='client.445284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:16.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:16 smithi194 bash[32038]: cluster 2023-12-08T02:36:15.591284+0000 mgr.a (mgr.14403) 22545 : cluster 0 pgmap v16836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:16.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:16 smithi135 bash[32435]: cluster 2023-12-08T02:36:15.591284+0000 mgr.a (mgr.14403) 22545 : cluster 0 pgmap v16836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:17.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:16 smithi079 bash[28699]: cluster 2023-12-08T02:36:15.591284+0000 mgr.a (mgr.14403) 22545 : cluster 0 pgmap v16836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:18.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:18 smithi194 bash[32038]: cluster 2023-12-08T02:36:17.591841+0000 mgr.a (mgr.14403) 22546 : cluster 0 pgmap v16837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:18.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:18 smithi135 bash[32435]: cluster 2023-12-08T02:36:17.591841+0000 mgr.a (mgr.14403) 22546 : cluster 0 pgmap v16837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:19.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:18 smithi079 bash[28699]: cluster 2023-12-08T02:36:17.591841+0000 mgr.a (mgr.14403) 22546 : cluster 0 pgmap v16837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:20.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:36:20.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:20.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:20.937 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:36:20.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:20.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:20.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:20.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:36:20.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:20 smithi194 bash[32038]: cluster 2023-12-08T02:36:19.592628+0000 mgr.a (mgr.14403) 22547 : cluster 0 pgmap v16838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:20.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:20 smithi135 bash[32435]: cluster 2023-12-08T02:36:19.592628+0000 mgr.a (mgr.14403) 22547 : cluster 0 pgmap v16838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:20 smithi079 bash[28699]: cluster 2023-12-08T02:36:19.592628+0000 mgr.a (mgr.14403) 22547 : cluster 0 pgmap v16838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:21.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:21 smithi194 bash[32038]: audit 2023-12-08T02:36:20.433945+0000 mgr.a (mgr.14403) 22548 : audit 0 from='client.445359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:21.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:21 smithi135 bash[32435]: audit 2023-12-08T02:36:20.433945+0000 mgr.a (mgr.14403) 22548 : audit 0 from='client.445359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:22.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:21 smithi079 bash[28699]: audit 2023-12-08T02:36:20.433945+0000 mgr.a (mgr.14403) 22548 : audit 0 from='client.445359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:22.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:22 smithi194 bash[32038]: cluster 2023-12-08T02:36:21.593317+0000 mgr.a (mgr.14403) 22549 : cluster 0 pgmap v16839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:22.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:22 smithi135 bash[32435]: cluster 2023-12-08T02:36:21.593317+0000 mgr.a (mgr.14403) 22549 : cluster 0 pgmap v16839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:22 smithi079 bash[28699]: cluster 2023-12-08T02:36:21.593317+0000 mgr.a (mgr.14403) 22549 : cluster 0 pgmap v16839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:24.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:24 smithi194 bash[32038]: cluster 2023-12-08T02:36:23.594175+0000 mgr.a (mgr.14403) 22550 : cluster 0 pgmap v16840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:24.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:24 smithi135 bash[32435]: cluster 2023-12-08T02:36:23.594175+0000 mgr.a (mgr.14403) 22550 : cluster 0 pgmap v16840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:25.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:24 smithi079 bash[28699]: cluster 2023-12-08T02:36:23.594175+0000 mgr.a (mgr.14403) 22550 : cluster 0 pgmap v16840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:25.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:36:25.940 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:25.941 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:26.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:25 smithi194 bash[32038]: cluster 2023-12-08T02:36:25.594861+0000 mgr.a (mgr.14403) 22551 : cluster 0 pgmap v16841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:25 smithi135 bash[32435]: cluster 2023-12-08T02:36:25.594861+0000 mgr.a (mgr.14403) 22551 : cluster 0 pgmap v16841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:26.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:25 smithi079 bash[28699]: cluster 2023-12-08T02:36:25.594861+0000 mgr.a (mgr.14403) 22551 : cluster 0 pgmap v16841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:26.834 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:36:26.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:26.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:26.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:26.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:36:27.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:26 smithi194 bash[32038]: audit 2023-12-08T02:36:26.346550+0000 mgr.a (mgr.14403) 22552 : audit 0 from='client.445434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:27.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:26 smithi135 bash[32435]: audit 2023-12-08T02:36:26.346550+0000 mgr.a (mgr.14403) 22552 : audit 0 from='client.445434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:27.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:26 smithi079 bash[28699]: audit 2023-12-08T02:36:26.346550+0000 mgr.a (mgr.14403) 22552 : audit 0 from='client.445434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:28.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:27 smithi194 bash[32038]: cluster 2023-12-08T02:36:27.595486+0000 mgr.a (mgr.14403) 22553 : cluster 0 pgmap v16842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:28.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:27 smithi135 bash[32435]: cluster 2023-12-08T02:36:27.595486+0000 mgr.a (mgr.14403) 22553 : cluster 0 pgmap v16842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:28.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:27 smithi079 bash[28699]: cluster 2023-12-08T02:36:27.595486+0000 mgr.a (mgr.14403) 22553 : cluster 0 pgmap v16842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:30.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:30 smithi194 bash[32038]: cluster 2023-12-08T02:36:29.596286+0000 mgr.a (mgr.14403) 22554 : cluster 0 pgmap v16843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:30.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:30 smithi135 bash[32435]: cluster 2023-12-08T02:36:29.596286+0000 mgr.a (mgr.14403) 22554 : cluster 0 pgmap v16843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:31.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:30 smithi079 bash[28699]: cluster 2023-12-08T02:36:29.596286+0000 mgr.a (mgr.14403) 22554 : cluster 0 pgmap v16843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:31.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:36:31.837 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:31.838 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:32.740 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:36:32.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:32.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:32.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:32.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:36:32.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:32 smithi194 bash[32038]: cluster 2023-12-08T02:36:31.596947+0000 mgr.a (mgr.14403) 22555 : cluster 0 pgmap v16844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:32.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:32 smithi135 bash[32435]: cluster 2023-12-08T02:36:31.596947+0000 mgr.a (mgr.14403) 22555 : cluster 0 pgmap v16844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:33.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:32 smithi079 bash[28699]: cluster 2023-12-08T02:36:31.596947+0000 mgr.a (mgr.14403) 22555 : cluster 0 pgmap v16844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:33.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:33 smithi194 bash[32038]: audit 2023-12-08T02:36:32.239639+0000 mgr.a (mgr.14403) 22556 : audit 0 from='client.445512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:33.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:33 smithi135 bash[32435]: audit 2023-12-08T02:36:32.239639+0000 mgr.a (mgr.14403) 22556 : audit 0 from='client.445512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:34.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:33 smithi079 bash[28699]: audit 2023-12-08T02:36:32.239639+0000 mgr.a (mgr.14403) 22556 : audit 0 from='client.445512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:34.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:34 smithi194 bash[32038]: cluster 2023-12-08T02:36:33.597740+0000 mgr.a (mgr.14403) 22557 : cluster 0 pgmap v16845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:34.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:34 smithi135 bash[32435]: cluster 2023-12-08T02:36:33.597740+0000 mgr.a (mgr.14403) 22557 : cluster 0 pgmap v16845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:35.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:34 smithi079 bash[28699]: cluster 2023-12-08T02:36:33.597740+0000 mgr.a (mgr.14403) 22557 : cluster 0 pgmap v16845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:36:36.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:35 smithi194 bash[32038]: cluster 2023-12-08T02:36:35.598332+0000 mgr.a (mgr.14403) 22558 : cluster 0 pgmap v16846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:36.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:35 smithi135 bash[32435]: cluster 2023-12-08T02:36:35.598332+0000 mgr.a (mgr.14403) 22558 : cluster 0 pgmap v16846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:36.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:35 smithi079 bash[28699]: cluster 2023-12-08T02:36:35.598332+0000 mgr.a (mgr.14403) 22558 : cluster 0 pgmap v16846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:37.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:36:37.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:37.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:38.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:38.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:38.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:38.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:36:38.663 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:36:38.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:38 smithi194 bash[32038]: cluster 2023-12-08T02:36:37.598824+0000 mgr.a (mgr.14403) 22559 : cluster 0 pgmap v16847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:38.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:38 smithi135 bash[32435]: cluster 2023-12-08T02:36:37.598824+0000 mgr.a (mgr.14403) 22559 : cluster 0 pgmap v16847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:39.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:38 smithi079 bash[28699]: cluster 2023-12-08T02:36:37.598824+0000 mgr.a (mgr.14403) 22559 : cluster 0 pgmap v16847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:39.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:39 smithi194 bash[32038]: audit 2023-12-08T02:36:38.146796+0000 mgr.a (mgr.14403) 22560 : audit 0 from='client.445590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:39.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:39 smithi135 bash[32435]: audit 2023-12-08T02:36:38.146796+0000 mgr.a (mgr.14403) 22560 : audit 0 from='client.445590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:40.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:39 smithi079 bash[28699]: audit 2023-12-08T02:36:38.146796+0000 mgr.a (mgr.14403) 22560 : audit 0 from='client.445590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:40.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:40 smithi194 bash[32038]: cluster 2023-12-08T02:36:39.599741+0000 mgr.a (mgr.14403) 22561 : cluster 0 pgmap v16848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:36:40.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:40 smithi135 bash[32435]: cluster 2023-12-08T02:36:39.599741+0000 mgr.a (mgr.14403) 22561 : cluster 0 pgmap v16848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:36:41.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:40 smithi079 bash[28699]: cluster 2023-12-08T02:36:39.599741+0000 mgr.a (mgr.14403) 22561 : cluster 0 pgmap v16848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:36:42.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:42 smithi194 bash[32038]: cluster 2023-12-08T02:36:41.600338+0000 mgr.a (mgr.14403) 22562 : cluster 0 pgmap v16849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:36:42.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:42 smithi135 bash[32435]: cluster 2023-12-08T02:36:41.600338+0000 mgr.a (mgr.14403) 22562 : cluster 0 pgmap v16849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:36:43.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:42 smithi079 bash[28699]: cluster 2023-12-08T02:36:41.600338+0000 mgr.a (mgr.14403) 22562 : cluster 0 pgmap v16849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:36:43.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:36:43.665 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:43.665 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:44.561 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:36:44.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:44.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:44.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:44.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:36:44.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:44 smithi194 bash[32038]: cluster 2023-12-08T02:36:43.601061+0000 mgr.a (mgr.14403) 22563 : cluster 0 pgmap v16850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:44.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:44 smithi135 bash[32435]: cluster 2023-12-08T02:36:43.601061+0000 mgr.a (mgr.14403) 22563 : cluster 0 pgmap v16850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:45.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:44 smithi079 bash[28699]: cluster 2023-12-08T02:36:43.601061+0000 mgr.a (mgr.14403) 22563 : cluster 0 pgmap v16850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:45.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:45 smithi194 bash[32038]: audit 2023-12-08T02:36:44.068666+0000 mgr.a (mgr.14403) 22564 : audit 0 from='client.445668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:45.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:45 smithi135 bash[32435]: audit 2023-12-08T02:36:44.068666+0000 mgr.a (mgr.14403) 22564 : audit 0 from='client.445668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:46.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:45 smithi079 bash[28699]: audit 2023-12-08T02:36:44.068666+0000 mgr.a (mgr.14403) 22564 : audit 0 from='client.445668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:46.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:46 smithi194 bash[32038]: cluster 2023-12-08T02:36:45.601731+0000 mgr.a (mgr.14403) 22565 : cluster 0 pgmap v16851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:46.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:46 smithi135 bash[32435]: cluster 2023-12-08T02:36:45.601731+0000 mgr.a (mgr.14403) 22565 : cluster 0 pgmap v16851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:47.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:46 smithi079 bash[28699]: cluster 2023-12-08T02:36:45.601731+0000 mgr.a (mgr.14403) 22565 : cluster 0 pgmap v16851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:48.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:48 smithi194 bash[32038]: cluster 2023-12-08T02:36:47.602273+0000 mgr.a (mgr.14403) 22566 : cluster 0 pgmap v16852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:48.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:48 smithi135 bash[32435]: cluster 2023-12-08T02:36:47.602273+0000 mgr.a (mgr.14403) 22566 : cluster 0 pgmap v16852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:49.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:48 smithi079 bash[28699]: cluster 2023-12-08T02:36:47.602273+0000 mgr.a (mgr.14403) 22566 : cluster 0 pgmap v16852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:36:49.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:36:49.565 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:49.565 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:50.463 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:36:50.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:50.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:50.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:50.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:36:50.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:50 smithi194 bash[32038]: cluster 2023-12-08T02:36:49.603108+0000 mgr.a (mgr.14403) 22567 : cluster 0 pgmap v16853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:50.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:50 smithi135 bash[32435]: cluster 2023-12-08T02:36:49.603108+0000 mgr.a (mgr.14403) 22567 : cluster 0 pgmap v16853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:51.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:50 smithi079 bash[28699]: cluster 2023-12-08T02:36:49.603108+0000 mgr.a (mgr.14403) 22567 : cluster 0 pgmap v16853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:51.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:51 smithi194 bash[32038]: audit 2023-12-08T02:36:49.970094+0000 mgr.a (mgr.14403) 22568 : audit 0 from='client.445743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:51.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:51 smithi135 bash[32435]: audit 2023-12-08T02:36:49.970094+0000 mgr.a (mgr.14403) 22568 : audit 0 from='client.445743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:52.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:51 smithi079 bash[28699]: audit 2023-12-08T02:36:49.970094+0000 mgr.a (mgr.14403) 22568 : audit 0 from='client.445743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:52.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:52 smithi194 bash[32038]: cluster 2023-12-08T02:36:51.603695+0000 mgr.a (mgr.14403) 22569 : cluster 0 pgmap v16854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:36:52.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:52 smithi135 bash[32435]: cluster 2023-12-08T02:36:51.603695+0000 mgr.a (mgr.14403) 22569 : cluster 0 pgmap v16854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:36:53.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:52 smithi079 bash[28699]: cluster 2023-12-08T02:36:51.603695+0000 mgr.a (mgr.14403) 22569 : cluster 0 pgmap v16854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:36:54.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:54 smithi194 bash[32038]: cluster 2023-12-08T02:36:53.604498+0000 mgr.a (mgr.14403) 22570 : cluster 0 pgmap v16855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:36:54.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:54 smithi135 bash[32435]: cluster 2023-12-08T02:36:53.604498+0000 mgr.a (mgr.14403) 22570 : cluster 0 pgmap v16855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:36:55.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:54 smithi079 bash[28699]: cluster 2023-12-08T02:36:53.604498+0000 mgr.a (mgr.14403) 22570 : cluster 0 pgmap v16855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:36:55.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:36:55.467 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:36:55.467 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:36:56.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:55 smithi194 bash[32038]: cluster 2023-12-08T02:36:55.604910+0000 mgr.a (mgr.14403) 22571 : cluster 0 pgmap v16856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:56.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:55 smithi135 bash[32435]: cluster 2023-12-08T02:36:55.604910+0000 mgr.a (mgr.14403) 22571 : cluster 0 pgmap v16856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:56.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:55 smithi079 bash[28699]: cluster 2023-12-08T02:36:55.604910+0000 mgr.a (mgr.14403) 22571 : cluster 0 pgmap v16856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:56.397 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:36:56.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:36:56.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:36:56.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:36:56.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:36:57.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:56 smithi194 bash[32038]: audit 2023-12-08T02:36:55.875691+0000 mgr.a (mgr.14403) 22572 : audit 0 from='client.445821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:57.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:56 smithi135 bash[32435]: audit 2023-12-08T02:36:55.875691+0000 mgr.a (mgr.14403) 22572 : audit 0 from='client.445821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:57.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:56 smithi079 bash[28699]: audit 2023-12-08T02:36:55.875691+0000 mgr.a (mgr.14403) 22572 : audit 0 from='client.445821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:36:58.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:36:57 smithi194 bash[32038]: cluster 2023-12-08T02:36:57.605551+0000 mgr.a (mgr.14403) 22573 : cluster 0 pgmap v16857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:58.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:36:57 smithi135 bash[32435]: cluster 2023-12-08T02:36:57.605551+0000 mgr.a (mgr.14403) 22573 : cluster 0 pgmap v16857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:36:58.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:36:57 smithi079 bash[28699]: cluster 2023-12-08T02:36:57.605551+0000 mgr.a (mgr.14403) 22573 : cluster 0 pgmap v16857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:00.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:00 smithi194 bash[32038]: cluster 2023-12-08T02:36:59.606362+0000 mgr.a (mgr.14403) 22574 : cluster 0 pgmap v16858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:00 smithi135 bash[32435]: cluster 2023-12-08T02:36:59.606362+0000 mgr.a (mgr.14403) 22574 : cluster 0 pgmap v16858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:01.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:00 smithi079 bash[28699]: cluster 2023-12-08T02:36:59.606362+0000 mgr.a (mgr.14403) 22574 : cluster 0 pgmap v16858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:01.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:37:01.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:01.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:02.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:02.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:02.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:02.314 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:37:02.315 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:37:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:02 smithi194 bash[32038]: cluster 2023-12-08T02:37:01.606899+0000 mgr.a (mgr.14403) 22575 : cluster 0 pgmap v16859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:02.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:02 smithi135 bash[32435]: cluster 2023-12-08T02:37:01.606899+0000 mgr.a (mgr.14403) 22575 : cluster 0 pgmap v16859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:03.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:02 smithi079 bash[28699]: cluster 2023-12-08T02:37:01.606899+0000 mgr.a (mgr.14403) 22575 : cluster 0 pgmap v16859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:03.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:03 smithi194 bash[32038]: audit 2023-12-08T02:37:01.810531+0000 mgr.a (mgr.14403) 22576 : audit 0 from='client.445896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:03.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:03 smithi135 bash[32435]: audit 2023-12-08T02:37:01.810531+0000 mgr.a (mgr.14403) 22576 : audit 0 from='client.445896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:04.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:03 smithi079 bash[28699]: audit 2023-12-08T02:37:01.810531+0000 mgr.a (mgr.14403) 22576 : audit 0 from='client.445896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:04 smithi194 bash[32038]: cluster 2023-12-08T02:37:03.607751+0000 mgr.a (mgr.14403) 22577 : cluster 0 pgmap v16860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:04.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:04 smithi135 bash[32435]: cluster 2023-12-08T02:37:03.607751+0000 mgr.a (mgr.14403) 22577 : cluster 0 pgmap v16860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:05.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:04 smithi079 bash[28699]: cluster 2023-12-08T02:37:03.607751+0000 mgr.a (mgr.14403) 22577 : cluster 0 pgmap v16860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:05 smithi194 bash[32038]: cluster 2023-12-08T02:37:05.608330+0000 mgr.a (mgr.14403) 22578 : cluster 0 pgmap v16861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:06.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:05 smithi135 bash[32435]: cluster 2023-12-08T02:37:05.608330+0000 mgr.a (mgr.14403) 22578 : cluster 0 pgmap v16861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:06.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:05 smithi079 bash[28699]: cluster 2023-12-08T02:37:05.608330+0000 mgr.a (mgr.14403) 22578 : cluster 0 pgmap v16861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:07.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:37:07.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:07.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:08.260 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:37:08.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:08.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:08.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:08.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:37:08.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:08 smithi194 bash[32038]: cluster 2023-12-08T02:37:07.608866+0000 mgr.a (mgr.14403) 22579 : cluster 0 pgmap v16862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:08.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:08 smithi194 bash[32038]: audit 2023-12-08T02:37:07.733144+0000 mgr.a (mgr.14403) 22580 : audit 0 from='client.445974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:08.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:08 smithi135 bash[32435]: cluster 2023-12-08T02:37:07.608866+0000 mgr.a (mgr.14403) 22579 : cluster 0 pgmap v16862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:08.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:08 smithi135 bash[32435]: audit 2023-12-08T02:37:07.733144+0000 mgr.a (mgr.14403) 22580 : audit 0 from='client.445974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:09.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:08 smithi079 bash[28699]: cluster 2023-12-08T02:37:07.608866+0000 mgr.a (mgr.14403) 22579 : cluster 0 pgmap v16862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:09.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:08 smithi079 bash[28699]: audit 2023-12-08T02:37:07.733144+0000 mgr.a (mgr.14403) 22580 : audit 0 from='client.445974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:09.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:09 smithi194 bash[32038]: audit 2023-12-08T02:37:09.058486+0000 mon.a (mon.0) 3564 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:37:09.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:09 smithi135 bash[32435]: audit 2023-12-08T02:37:09.058486+0000 mon.a (mon.0) 3564 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:37:10.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:09 smithi079 bash[28699]: audit 2023-12-08T02:37:09.058486+0000 mon.a (mon.0) 3564 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:37:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:10 smithi194 bash[32038]: cluster 2023-12-08T02:37:09.609738+0000 mgr.a (mgr.14403) 22581 : cluster 0 pgmap v16863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:10 smithi194 bash[32038]: audit 2023-12-08T02:37:09.856607+0000 mon.a (mon.0) 3565 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:37:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:10 smithi194 bash[32038]: audit 2023-12-08T02:37:09.858523+0000 mon.a (mon.0) 3566 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:37:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:10 smithi194 bash[32038]: audit 2023-12-08T02:37:09.869018+0000 mon.a (mon.0) 3567 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:37:10.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:10 smithi135 bash[32435]: cluster 2023-12-08T02:37:09.609738+0000 mgr.a (mgr.14403) 22581 : cluster 0 pgmap v16863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:10.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:10 smithi135 bash[32435]: audit 2023-12-08T02:37:09.856607+0000 mon.a (mon.0) 3565 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:37:10.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:10 smithi135 bash[32435]: audit 2023-12-08T02:37:09.858523+0000 mon.a (mon.0) 3566 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:37:10.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:10 smithi135 bash[32435]: audit 2023-12-08T02:37:09.869018+0000 mon.a (mon.0) 3567 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:37:11.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:10 smithi079 bash[28699]: cluster 2023-12-08T02:37:09.609738+0000 mgr.a (mgr.14403) 22581 : cluster 0 pgmap v16863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:11.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:10 smithi079 bash[28699]: audit 2023-12-08T02:37:09.856607+0000 mon.a (mon.0) 3565 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:37:11.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:10 smithi079 bash[28699]: audit 2023-12-08T02:37:09.858523+0000 mon.a (mon.0) 3566 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:37:11.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:10 smithi079 bash[28699]: audit 2023-12-08T02:37:09.869018+0000 mon.a (mon.0) 3567 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:37:12.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:12 smithi194 bash[32038]: cluster 2023-12-08T02:37:11.610305+0000 mgr.a (mgr.14403) 22582 : cluster 0 pgmap v16864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:12.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:12 smithi135 bash[32435]: cluster 2023-12-08T02:37:11.610305+0000 mgr.a (mgr.14403) 22582 : cluster 0 pgmap v16864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:13.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:12 smithi079 bash[28699]: cluster 2023-12-08T02:37:11.610305+0000 mgr.a (mgr.14403) 22582 : cluster 0 pgmap v16864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:13.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:37:13.264 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:13.264 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:14.180 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:37:14.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:14.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:14.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:14.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:37:14.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:14 smithi194 bash[32038]: cluster 2023-12-08T02:37:13.610956+0000 mgr.a (mgr.14403) 22583 : cluster 0 pgmap v16865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:14.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:14 smithi194 bash[32038]: audit 2023-12-08T02:37:13.678134+0000 mgr.a (mgr.14403) 22584 : audit 0 from='client.446049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:14.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:14 smithi135 bash[32435]: cluster 2023-12-08T02:37:13.610956+0000 mgr.a (mgr.14403) 22583 : cluster 0 pgmap v16865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:14.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:14 smithi135 bash[32435]: audit 2023-12-08T02:37:13.678134+0000 mgr.a (mgr.14403) 22584 : audit 0 from='client.446049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:15.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:14 smithi079 bash[28699]: cluster 2023-12-08T02:37:13.610956+0000 mgr.a (mgr.14403) 22583 : cluster 0 pgmap v16865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:15.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:14 smithi079 bash[28699]: audit 2023-12-08T02:37:13.678134+0000 mgr.a (mgr.14403) 22584 : audit 0 from='client.446049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:16.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:15 smithi194 bash[32038]: cluster 2023-12-08T02:37:15.611706+0000 mgr.a (mgr.14403) 22585 : cluster 0 pgmap v16866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:16.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:15 smithi135 bash[32435]: cluster 2023-12-08T02:37:15.611706+0000 mgr.a (mgr.14403) 22585 : cluster 0 pgmap v16866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:16.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:15 smithi079 bash[28699]: cluster 2023-12-08T02:37:15.611706+0000 mgr.a (mgr.14403) 22585 : cluster 0 pgmap v16866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:18.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:18 smithi194 bash[32038]: cluster 2023-12-08T02:37:17.612334+0000 mgr.a (mgr.14403) 22586 : cluster 0 pgmap v16867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:18.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:18 smithi135 bash[32435]: cluster 2023-12-08T02:37:17.612334+0000 mgr.a (mgr.14403) 22586 : cluster 0 pgmap v16867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:19.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:18 smithi079 bash[28699]: cluster 2023-12-08T02:37:17.612334+0000 mgr.a (mgr.14403) 22586 : cluster 0 pgmap v16867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:19.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:37:19.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:19.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:20.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:20.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:20.088 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:37:20.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:20.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:37:20.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:20 smithi194 bash[32038]: audit 2023-12-08T02:37:19.593057+0000 mgr.a (mgr.14403) 22587 : audit 0 from='client.446124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:20.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:20 smithi194 bash[32038]: cluster 2023-12-08T02:37:19.613893+0000 mgr.a (mgr.14403) 22588 : cluster 0 pgmap v16868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:20.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:20 smithi135 bash[32435]: audit 2023-12-08T02:37:19.593057+0000 mgr.a (mgr.14403) 22587 : audit 0 from='client.446124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:20.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:20 smithi135 bash[32435]: cluster 2023-12-08T02:37:19.613893+0000 mgr.a (mgr.14403) 22588 : cluster 0 pgmap v16868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:20 smithi079 bash[28699]: audit 2023-12-08T02:37:19.593057+0000 mgr.a (mgr.14403) 22587 : audit 0 from='client.446124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:20 smithi079 bash[28699]: cluster 2023-12-08T02:37:19.613893+0000 mgr.a (mgr.14403) 22588 : cluster 0 pgmap v16868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:22.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:22 smithi194 bash[32038]: cluster 2023-12-08T02:37:21.614666+0000 mgr.a (mgr.14403) 22589 : cluster 0 pgmap v16869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:22.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:22 smithi135 bash[32435]: cluster 2023-12-08T02:37:21.614666+0000 mgr.a (mgr.14403) 22589 : cluster 0 pgmap v16869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:22 smithi079 bash[28699]: cluster 2023-12-08T02:37:21.614666+0000 mgr.a (mgr.14403) 22589 : cluster 0 pgmap v16869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:24.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:24 smithi194 bash[32038]: cluster 2023-12-08T02:37:23.615475+0000 mgr.a (mgr.14403) 22590 : cluster 0 pgmap v16870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:24.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:24 smithi135 bash[32435]: cluster 2023-12-08T02:37:23.615475+0000 mgr.a (mgr.14403) 22590 : cluster 0 pgmap v16870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:25.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:37:25.091 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:25.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:25.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:24 smithi079 bash[28699]: cluster 2023-12-08T02:37:23.615475+0000 mgr.a (mgr.14403) 22590 : cluster 0 pgmap v16870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:25.990 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:37:25.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:25.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:25.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:25.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:37:26.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:25 smithi194 bash[32038]: audit 2023-12-08T02:37:25.493589+0000 mgr.a (mgr.14403) 22591 : audit 0 from='client.446202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:26.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:25 smithi194 bash[32038]: cluster 2023-12-08T02:37:25.615975+0000 mgr.a (mgr.14403) 22592 : cluster 0 pgmap v16871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:26.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:25 smithi135 bash[32435]: audit 2023-12-08T02:37:25.493589+0000 mgr.a (mgr.14403) 22591 : audit 0 from='client.446202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:26.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:25 smithi135 bash[32435]: cluster 2023-12-08T02:37:25.615975+0000 mgr.a (mgr.14403) 22592 : cluster 0 pgmap v16871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:26.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:25 smithi079 bash[28699]: audit 2023-12-08T02:37:25.493589+0000 mgr.a (mgr.14403) 22591 : audit 0 from='client.446202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:26.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:25 smithi079 bash[28699]: cluster 2023-12-08T02:37:25.615975+0000 mgr.a (mgr.14403) 22592 : cluster 0 pgmap v16871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:28.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:28 smithi194 bash[32038]: cluster 2023-12-08T02:37:27.616628+0000 mgr.a (mgr.14403) 22593 : cluster 0 pgmap v16872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:28.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:28 smithi135 bash[32435]: cluster 2023-12-08T02:37:27.616628+0000 mgr.a (mgr.14403) 22593 : cluster 0 pgmap v16872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:29.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:28 smithi079 bash[28699]: cluster 2023-12-08T02:37:27.616628+0000 mgr.a (mgr.14403) 22593 : cluster 0 pgmap v16872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:30.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:30 smithi194 bash[32038]: cluster 2023-12-08T02:37:29.617487+0000 mgr.a (mgr.14403) 22594 : cluster 0 pgmap v16873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:30.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:30 smithi135 bash[32435]: cluster 2023-12-08T02:37:29.617487+0000 mgr.a (mgr.14403) 22594 : cluster 0 pgmap v16873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:30.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:37:30.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:30.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:31.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:30 smithi079 bash[28699]: cluster 2023-12-08T02:37:29.617487+0000 mgr.a (mgr.14403) 22594 : cluster 0 pgmap v16873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:31.919 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:37:31.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:31.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:31.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:31.920 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:37:32.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:32 smithi194 bash[32038]: audit 2023-12-08T02:37:31.407764+0000 mgr.a (mgr.14403) 22595 : audit 0 from='client.446277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:32.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:32 smithi194 bash[32038]: cluster 2023-12-08T02:37:31.618205+0000 mgr.a (mgr.14403) 22596 : cluster 0 pgmap v16874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:32.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:32 smithi135 bash[32435]: audit 2023-12-08T02:37:31.407764+0000 mgr.a (mgr.14403) 22595 : audit 0 from='client.446277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:32.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:32 smithi135 bash[32435]: cluster 2023-12-08T02:37:31.618205+0000 mgr.a (mgr.14403) 22596 : cluster 0 pgmap v16874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:33.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:32 smithi079 bash[28699]: audit 2023-12-08T02:37:31.407764+0000 mgr.a (mgr.14403) 22595 : audit 0 from='client.446277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:33.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:32 smithi079 bash[28699]: cluster 2023-12-08T02:37:31.618205+0000 mgr.a (mgr.14403) 22596 : cluster 0 pgmap v16874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:34.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:34 smithi194 bash[32038]: cluster 2023-12-08T02:37:33.619245+0000 mgr.a (mgr.14403) 22597 : cluster 0 pgmap v16875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:34.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:34 smithi135 bash[32435]: cluster 2023-12-08T02:37:33.619245+0000 mgr.a (mgr.14403) 22597 : cluster 0 pgmap v16875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:35.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:34 smithi079 bash[28699]: cluster 2023-12-08T02:37:33.619245+0000 mgr.a (mgr.14403) 22597 : cluster 0 pgmap v16875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:36.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:35 smithi194 bash[32038]: cluster 2023-12-08T02:37:35.619877+0000 mgr.a (mgr.14403) 22598 : cluster 0 pgmap v16876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:36.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:35 smithi135 bash[32435]: cluster 2023-12-08T02:37:35.619877+0000 mgr.a (mgr.14403) 22598 : cluster 0 pgmap v16876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:36.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:35 smithi079 bash[28699]: cluster 2023-12-08T02:37:35.619877+0000 mgr.a (mgr.14403) 22598 : cluster 0 pgmap v16876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:36.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:37:36.923 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:36.923 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:37.823 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:37:37.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:37.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:37.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:37.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:37:38.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:38 smithi194 bash[32038]: audit 2023-12-08T02:37:37.320541+0000 mgr.a (mgr.14403) 22599 : audit 0 from='client.446352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:38.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:38 smithi194 bash[32038]: cluster 2023-12-08T02:37:37.620622+0000 mgr.a (mgr.14403) 22600 : cluster 0 pgmap v16877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:38.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:38 smithi135 bash[32435]: audit 2023-12-08T02:37:37.320541+0000 mgr.a (mgr.14403) 22599 : audit 0 from='client.446352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:38.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:38 smithi135 bash[32435]: cluster 2023-12-08T02:37:37.620622+0000 mgr.a (mgr.14403) 22600 : cluster 0 pgmap v16877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:39.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:38 smithi079 bash[28699]: audit 2023-12-08T02:37:37.320541+0000 mgr.a (mgr.14403) 22599 : audit 0 from='client.446352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:39.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:38 smithi079 bash[28699]: cluster 2023-12-08T02:37:37.620622+0000 mgr.a (mgr.14403) 22600 : cluster 0 pgmap v16877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:40.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:40 smithi194 bash[32038]: cluster 2023-12-08T02:37:39.621537+0000 mgr.a (mgr.14403) 22601 : cluster 0 pgmap v16878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:40.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:40 smithi135 bash[32435]: cluster 2023-12-08T02:37:39.621537+0000 mgr.a (mgr.14403) 22601 : cluster 0 pgmap v16878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:41.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:40 smithi079 bash[28699]: cluster 2023-12-08T02:37:39.621537+0000 mgr.a (mgr.14403) 22601 : cluster 0 pgmap v16878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:37:42.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:37:42.827 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:42.827 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:42.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:42 smithi194 bash[32038]: cluster 2023-12-08T02:37:41.622141+0000 mgr.a (mgr.14403) 22602 : cluster 0 pgmap v16879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:42.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:42 smithi135 bash[32435]: cluster 2023-12-08T02:37:41.622141+0000 mgr.a (mgr.14403) 22602 : cluster 0 pgmap v16879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:43.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:42 smithi079 bash[28699]: cluster 2023-12-08T02:37:41.622141+0000 mgr.a (mgr.14403) 22602 : cluster 0 pgmap v16879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:43.748 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:37:43.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:43.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:43.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:43.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:37:44.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:44 smithi194 bash[32038]: audit 2023-12-08T02:37:43.236776+0000 mgr.a (mgr.14403) 22603 : audit 0 from='client.446424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:44.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:44 smithi194 bash[32038]: cluster 2023-12-08T02:37:43.623599+0000 mgr.a (mgr.14403) 22604 : cluster 0 pgmap v16880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:37:44.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:44 smithi135 bash[32435]: audit 2023-12-08T02:37:43.236776+0000 mgr.a (mgr.14403) 22603 : audit 0 from='client.446424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:44.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:44 smithi135 bash[32435]: cluster 2023-12-08T02:37:43.623599+0000 mgr.a (mgr.14403) 22604 : cluster 0 pgmap v16880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:37:45.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:44 smithi079 bash[28699]: audit 2023-12-08T02:37:43.236776+0000 mgr.a (mgr.14403) 22603 : audit 0 from='client.446424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:45.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:44 smithi079 bash[28699]: cluster 2023-12-08T02:37:43.623599+0000 mgr.a (mgr.14403) 22604 : cluster 0 pgmap v16880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:37:46.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:45 smithi079 bash[28699]: cluster 2023-12-08T02:37:45.624159+0000 mgr.a (mgr.14403) 22605 : cluster 0 pgmap v16881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:37:46.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:45 smithi194 bash[32038]: cluster 2023-12-08T02:37:45.624159+0000 mgr.a (mgr.14403) 22605 : cluster 0 pgmap v16881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:37:46.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:45 smithi135 bash[32435]: cluster 2023-12-08T02:37:45.624159+0000 mgr.a (mgr.14403) 22605 : cluster 0 pgmap v16881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:37:48.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:37:48.752 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:48.752 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:48.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:48 smithi194 bash[32038]: cluster 2023-12-08T02:37:47.624715+0000 mgr.a (mgr.14403) 22606 : cluster 0 pgmap v16882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:37:48.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:48 smithi135 bash[32435]: cluster 2023-12-08T02:37:47.624715+0000 mgr.a (mgr.14403) 22606 : cluster 0 pgmap v16882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:37:49.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:48 smithi079 bash[28699]: cluster 2023-12-08T02:37:47.624715+0000 mgr.a (mgr.14403) 22606 : cluster 0 pgmap v16882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:37:49.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:49.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:49.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:49.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:37:49.664 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:37:50.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:50 smithi194 bash[32038]: audit 2023-12-08T02:37:49.155649+0000 mgr.a (mgr.14403) 22607 : audit 0 from='client.446502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:50.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:50 smithi194 bash[32038]: cluster 2023-12-08T02:37:49.625558+0000 mgr.a (mgr.14403) 22608 : cluster 0 pgmap v16883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:50.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:50 smithi135 bash[32435]: audit 2023-12-08T02:37:49.155649+0000 mgr.a (mgr.14403) 22607 : audit 0 from='client.446502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:50.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:50 smithi135 bash[32435]: cluster 2023-12-08T02:37:49.625558+0000 mgr.a (mgr.14403) 22608 : cluster 0 pgmap v16883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:51.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:50 smithi079 bash[28699]: audit 2023-12-08T02:37:49.155649+0000 mgr.a (mgr.14403) 22607 : audit 0 from='client.446502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:51.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:50 smithi079 bash[28699]: cluster 2023-12-08T02:37:49.625558+0000 mgr.a (mgr.14403) 22608 : cluster 0 pgmap v16883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:52.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:52 smithi194 bash[32038]: cluster 2023-12-08T02:37:51.626139+0000 mgr.a (mgr.14403) 22609 : cluster 0 pgmap v16884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:52.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:52 smithi135 bash[32435]: cluster 2023-12-08T02:37:51.626139+0000 mgr.a (mgr.14403) 22609 : cluster 0 pgmap v16884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:53.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:52 smithi079 bash[28699]: cluster 2023-12-08T02:37:51.626139+0000 mgr.a (mgr.14403) 22609 : cluster 0 pgmap v16884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:37:54.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:37:54.667 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:37:54.667 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:37:54.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:54 smithi194 bash[32038]: cluster 2023-12-08T02:37:53.626887+0000 mgr.a (mgr.14403) 22610 : cluster 0 pgmap v16885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:54.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:54 smithi135 bash[32435]: cluster 2023-12-08T02:37:53.626887+0000 mgr.a (mgr.14403) 22610 : cluster 0 pgmap v16885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:55.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:54 smithi079 bash[28699]: cluster 2023-12-08T02:37:53.626887+0000 mgr.a (mgr.14403) 22610 : cluster 0 pgmap v16885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:37:55.595 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:37:55.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:37:55.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:37:55.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:37:55.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:37:56.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:55 smithi079 bash[28699]: audit 2023-12-08T02:37:55.083773+0000 mgr.a (mgr.14403) 22611 : audit 0 from='client.446577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:56.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:55 smithi079 bash[28699]: cluster 2023-12-08T02:37:55.627618+0000 mgr.a (mgr.14403) 22612 : cluster 0 pgmap v16886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:37:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:55 smithi194 bash[32038]: audit 2023-12-08T02:37:55.083773+0000 mgr.a (mgr.14403) 22611 : audit 0 from='client.446577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:55 smithi194 bash[32038]: cluster 2023-12-08T02:37:55.627618+0000 mgr.a (mgr.14403) 22612 : cluster 0 pgmap v16886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:37:56.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:55 smithi135 bash[32435]: audit 2023-12-08T02:37:55.083773+0000 mgr.a (mgr.14403) 22611 : audit 0 from='client.446577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:37:56.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:55 smithi135 bash[32435]: cluster 2023-12-08T02:37:55.627618+0000 mgr.a (mgr.14403) 22612 : cluster 0 pgmap v16886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:37:58.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:37:58 smithi194 bash[32038]: cluster 2023-12-08T02:37:57.628140+0000 mgr.a (mgr.14403) 22613 : cluster 0 pgmap v16887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:37:58.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:37:58 smithi135 bash[32435]: cluster 2023-12-08T02:37:57.628140+0000 mgr.a (mgr.14403) 22613 : cluster 0 pgmap v16887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:37:59.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:37:58 smithi079 bash[28699]: cluster 2023-12-08T02:37:57.628140+0000 mgr.a (mgr.14403) 22613 : cluster 0 pgmap v16887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:38:00.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:38:00.599 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:00.599 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:00.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:00 smithi194 bash[32038]: cluster 2023-12-08T02:37:59.629055+0000 mgr.a (mgr.14403) 22614 : cluster 0 pgmap v16888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:38:00.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:00 smithi135 bash[32435]: cluster 2023-12-08T02:37:59.629055+0000 mgr.a (mgr.14403) 22614 : cluster 0 pgmap v16888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:38:01.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:00 smithi079 bash[28699]: cluster 2023-12-08T02:37:59.629055+0000 mgr.a (mgr.14403) 22614 : cluster 0 pgmap v16888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:38:01.533 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:38:01.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:01.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:01.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:01.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:38:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:02 smithi194 bash[32038]: audit 2023-12-08T02:38:01.006428+0000 mgr.a (mgr.14403) 22615 : audit 0 from='client.446655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:02.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:02 smithi194 bash[32038]: cluster 2023-12-08T02:38:01.629741+0000 mgr.a (mgr.14403) 22616 : cluster 0 pgmap v16889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:02.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:02 smithi135 bash[32435]: audit 2023-12-08T02:38:01.006428+0000 mgr.a (mgr.14403) 22615 : audit 0 from='client.446655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:02.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:02 smithi135 bash[32435]: cluster 2023-12-08T02:38:01.629741+0000 mgr.a (mgr.14403) 22616 : cluster 0 pgmap v16889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:03.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:02 smithi079 bash[28699]: audit 2023-12-08T02:38:01.006428+0000 mgr.a (mgr.14403) 22615 : audit 0 from='client.446655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:03.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:02 smithi079 bash[28699]: cluster 2023-12-08T02:38:01.629741+0000 mgr.a (mgr.14403) 22616 : cluster 0 pgmap v16889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:04.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:04 smithi194 bash[32038]: cluster 2023-12-08T02:38:03.630557+0000 mgr.a (mgr.14403) 22617 : cluster 0 pgmap v16890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:04.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:04 smithi135 bash[32435]: cluster 2023-12-08T02:38:03.630557+0000 mgr.a (mgr.14403) 22617 : cluster 0 pgmap v16890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:05.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:04 smithi079 bash[28699]: cluster 2023-12-08T02:38:03.630557+0000 mgr.a (mgr.14403) 22617 : cluster 0 pgmap v16890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:06.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:05 smithi079 bash[28699]: cluster 2023-12-08T02:38:05.631131+0000 mgr.a (mgr.14403) 22618 : cluster 0 pgmap v16891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:06.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:05 smithi194 bash[32038]: cluster 2023-12-08T02:38:05.631131+0000 mgr.a (mgr.14403) 22618 : cluster 0 pgmap v16891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:06.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:05 smithi135 bash[32435]: cluster 2023-12-08T02:38:05.631131+0000 mgr.a (mgr.14403) 22618 : cluster 0 pgmap v16891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:06.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:38:06.537 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:06.537 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:07.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:07.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:07.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:07.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:38:07.448 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:38:08.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:08 smithi194 bash[32038]: audit 2023-12-08T02:38:06.948036+0000 mgr.a (mgr.14403) 22619 : audit 0 from='client.446730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:08.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:08 smithi194 bash[32038]: cluster 2023-12-08T02:38:07.631948+0000 mgr.a (mgr.14403) 22620 : cluster 0 pgmap v16892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:08.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:08 smithi135 bash[32435]: audit 2023-12-08T02:38:06.948036+0000 mgr.a (mgr.14403) 22619 : audit 0 from='client.446730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:08.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:08 smithi135 bash[32435]: cluster 2023-12-08T02:38:07.631948+0000 mgr.a (mgr.14403) 22620 : cluster 0 pgmap v16892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:09.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:08 smithi079 bash[28699]: audit 2023-12-08T02:38:06.948036+0000 mgr.a (mgr.14403) 22619 : audit 0 from='client.446730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:09.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:08 smithi079 bash[28699]: cluster 2023-12-08T02:38:07.631948+0000 mgr.a (mgr.14403) 22620 : cluster 0 pgmap v16892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:10 smithi194 bash[32038]: cluster 2023-12-08T02:38:09.632830+0000 mgr.a (mgr.14403) 22621 : cluster 0 pgmap v16893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:10.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:10 smithi194 bash[32038]: audit 2023-12-08T02:38:09.972979+0000 mon.a (mon.0) 3568 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:38:10.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:10 smithi135 bash[32435]: cluster 2023-12-08T02:38:09.632830+0000 mgr.a (mgr.14403) 22621 : cluster 0 pgmap v16893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:10.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:10 smithi135 bash[32435]: audit 2023-12-08T02:38:09.972979+0000 mon.a (mon.0) 3568 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:38:11.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:10 smithi079 bash[28699]: cluster 2023-12-08T02:38:09.632830+0000 mgr.a (mgr.14403) 22621 : cluster 0 pgmap v16893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:11.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:10 smithi079 bash[28699]: audit 2023-12-08T02:38:09.972979+0000 mon.a (mon.0) 3568 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:38:12.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:38:12.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:12.452 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:12.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:12 smithi194 bash[32038]: cluster 2023-12-08T02:38:11.633423+0000 mgr.a (mgr.14403) 22622 : cluster 0 pgmap v16894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:12.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:12 smithi135 bash[32435]: cluster 2023-12-08T02:38:11.633423+0000 mgr.a (mgr.14403) 22622 : cluster 0 pgmap v16894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:13.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:12 smithi079 bash[28699]: cluster 2023-12-08T02:38:11.633423+0000 mgr.a (mgr.14403) 22622 : cluster 0 pgmap v16894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:13.312 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:38:13.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:13.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:13.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:13.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:38:14.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:14 smithi194 bash[32038]: audit 2023-12-08T02:38:12.849109+0000 mgr.a (mgr.14403) 22623 : audit 0 from='client.446805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:14.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:14 smithi194 bash[32038]: cluster 2023-12-08T02:38:13.634372+0000 mgr.a (mgr.14403) 22624 : cluster 0 pgmap v16895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:14.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:14 smithi135 bash[32435]: audit 2023-12-08T02:38:12.849109+0000 mgr.a (mgr.14403) 22623 : audit 0 from='client.446805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:14.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:14 smithi135 bash[32435]: cluster 2023-12-08T02:38:13.634372+0000 mgr.a (mgr.14403) 22624 : cluster 0 pgmap v16895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:15.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:14 smithi079 bash[28699]: audit 2023-12-08T02:38:12.849109+0000 mgr.a (mgr.14403) 22623 : audit 0 from='client.446805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:15.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:14 smithi079 bash[28699]: cluster 2023-12-08T02:38:13.634372+0000 mgr.a (mgr.14403) 22624 : cluster 0 pgmap v16895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:16.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:16 smithi079 bash[28699]: audit 2023-12-08T02:38:15.325856+0000 mon.a (mon.0) 3569 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:16 smithi079 bash[28699]: audit 2023-12-08T02:38:15.333077+0000 mon.a (mon.0) 3570 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:16 smithi079 bash[28699]: audit 2023-12-08T02:38:15.365794+0000 mon.a (mon.0) 3571 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:16 smithi079 bash[28699]: audit 2023-12-08T02:38:15.371807+0000 mon.a (mon.0) 3572 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:16 smithi079 bash[28699]: audit 2023-12-08T02:38:15.375340+0000 mon.a (mon.0) 3573 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:16 smithi079 bash[28699]: audit 2023-12-08T02:38:15.381423+0000 mon.a (mon.0) 3574 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:16 smithi079 bash[28699]: cluster 2023-12-08T02:38:15.634795+0000 mgr.a (mgr.14403) 22625 : cluster 0 pgmap v16896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:16 smithi079 bash[28699]: audit 2023-12-08T02:38:16.064665+0000 mon.a (mon.0) 3575 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:38:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:16 smithi079 bash[28699]: audit 2023-12-08T02:38:16.066367+0000 mon.a (mon.0) 3576 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:38:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:16 smithi079 bash[28699]: audit 2023-12-08T02:38:16.075334+0000 mon.a (mon.0) 3577 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:16 smithi194 bash[32038]: audit 2023-12-08T02:38:15.325856+0000 mon.a (mon.0) 3569 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:16 smithi194 bash[32038]: audit 2023-12-08T02:38:15.333077+0000 mon.a (mon.0) 3570 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:16 smithi194 bash[32038]: audit 2023-12-08T02:38:15.365794+0000 mon.a (mon.0) 3571 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:16 smithi194 bash[32038]: audit 2023-12-08T02:38:15.371807+0000 mon.a (mon.0) 3572 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:16 smithi194 bash[32038]: audit 2023-12-08T02:38:15.375340+0000 mon.a (mon.0) 3573 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:16 smithi194 bash[32038]: audit 2023-12-08T02:38:15.381423+0000 mon.a (mon.0) 3574 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:16 smithi194 bash[32038]: cluster 2023-12-08T02:38:15.634795+0000 mgr.a (mgr.14403) 22625 : cluster 0 pgmap v16896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:16 smithi194 bash[32038]: audit 2023-12-08T02:38:16.064665+0000 mon.a (mon.0) 3575 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:38:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:16 smithi194 bash[32038]: audit 2023-12-08T02:38:16.066367+0000 mon.a (mon.0) 3576 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:38:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:16 smithi194 bash[32038]: audit 2023-12-08T02:38:16.075334+0000 mon.a (mon.0) 3577 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:16 smithi135 bash[32435]: audit 2023-12-08T02:38:15.325856+0000 mon.a (mon.0) 3569 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:16 smithi135 bash[32435]: audit 2023-12-08T02:38:15.333077+0000 mon.a (mon.0) 3570 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:16 smithi135 bash[32435]: audit 2023-12-08T02:38:15.365794+0000 mon.a (mon.0) 3571 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:16 smithi135 bash[32435]: audit 2023-12-08T02:38:15.371807+0000 mon.a (mon.0) 3572 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:16 smithi135 bash[32435]: audit 2023-12-08T02:38:15.375340+0000 mon.a (mon.0) 3573 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:16 smithi135 bash[32435]: audit 2023-12-08T02:38:15.381423+0000 mon.a (mon.0) 3574 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:16 smithi135 bash[32435]: cluster 2023-12-08T02:38:15.634795+0000 mgr.a (mgr.14403) 22625 : cluster 0 pgmap v16896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:16 smithi135 bash[32435]: audit 2023-12-08T02:38:16.064665+0000 mon.a (mon.0) 3575 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:38:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:16 smithi135 bash[32435]: audit 2023-12-08T02:38:16.066367+0000 mon.a (mon.0) 3576 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:38:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:16 smithi135 bash[32435]: audit 2023-12-08T02:38:16.075334+0000 mon.a (mon.0) 3577 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:38:18.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:38:18.316 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:18.316 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:18.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:18 smithi194 bash[32038]: cluster 2023-12-08T02:38:17.635355+0000 mgr.a (mgr.14403) 22626 : cluster 0 pgmap v16897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:18.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:18 smithi135 bash[32435]: cluster 2023-12-08T02:38:17.635355+0000 mgr.a (mgr.14403) 22626 : cluster 0 pgmap v16897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:19.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:18 smithi079 bash[28699]: cluster 2023-12-08T02:38:17.635355+0000 mgr.a (mgr.14403) 22626 : cluster 0 pgmap v16897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:19.229 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:38:19.229 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:19.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:19.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:19.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:38:19.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:19 smithi194 bash[32038]: audit 2023-12-08T02:38:18.728040+0000 mgr.a (mgr.14403) 22627 : audit 0 from='client.446880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:19.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:19 smithi135 bash[32435]: audit 2023-12-08T02:38:18.728040+0000 mgr.a (mgr.14403) 22627 : audit 0 from='client.446880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:20.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:19 smithi079 bash[28699]: audit 2023-12-08T02:38:18.728040+0000 mgr.a (mgr.14403) 22627 : audit 0 from='client.446880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:20.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:20 smithi194 bash[32038]: cluster 2023-12-08T02:38:19.636441+0000 mgr.a (mgr.14403) 22628 : cluster 0 pgmap v16898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:20.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:20 smithi135 bash[32435]: cluster 2023-12-08T02:38:19.636441+0000 mgr.a (mgr.14403) 22628 : cluster 0 pgmap v16898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:20 smithi079 bash[28699]: cluster 2023-12-08T02:38:19.636441+0000 mgr.a (mgr.14403) 22628 : cluster 0 pgmap v16898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:22.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:22 smithi135 bash[32435]: cluster 2023-12-08T02:38:21.637043+0000 mgr.a (mgr.14403) 22629 : cluster 0 pgmap v16899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:22 smithi079 bash[28699]: cluster 2023-12-08T02:38:21.637043+0000 mgr.a (mgr.14403) 22629 : cluster 0 pgmap v16899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:22 smithi194 bash[32038]: cluster 2023-12-08T02:38:21.637043+0000 mgr.a (mgr.14403) 22629 : cluster 0 pgmap v16899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:24.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:38:24.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:24.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:25.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:24 smithi079 bash[28699]: cluster 2023-12-08T02:38:23.637792+0000 mgr.a (mgr.14403) 22630 : cluster 0 pgmap v16900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:25.147 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:38:25.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:25.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:25.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:25.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:38:25.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:24 smithi194 bash[32038]: cluster 2023-12-08T02:38:23.637792+0000 mgr.a (mgr.14403) 22630 : cluster 0 pgmap v16900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:25.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:24 smithi135 bash[32435]: cluster 2023-12-08T02:38:23.637792+0000 mgr.a (mgr.14403) 22630 : cluster 0 pgmap v16900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:26.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:25 smithi079 bash[28699]: audit 2023-12-08T02:38:24.643090+0000 mgr.a (mgr.14403) 22631 : audit 0 from='client.446958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:26.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:25 smithi194 bash[32038]: audit 2023-12-08T02:38:24.643090+0000 mgr.a (mgr.14403) 22631 : audit 0 from='client.446958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:26.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:25 smithi135 bash[32435]: audit 2023-12-08T02:38:24.643090+0000 mgr.a (mgr.14403) 22631 : audit 0 from='client.446958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:27.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:26 smithi079 bash[28699]: cluster 2023-12-08T02:38:25.638523+0000 mgr.a (mgr.14403) 22632 : cluster 0 pgmap v16901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:27.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:26 smithi194 bash[32038]: cluster 2023-12-08T02:38:25.638523+0000 mgr.a (mgr.14403) 22632 : cluster 0 pgmap v16901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:27.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:26 smithi135 bash[32435]: cluster 2023-12-08T02:38:25.638523+0000 mgr.a (mgr.14403) 22632 : cluster 0 pgmap v16901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:29.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:28 smithi079 bash[28699]: cluster 2023-12-08T02:38:27.639128+0000 mgr.a (mgr.14403) 22633 : cluster 0 pgmap v16902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:29.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:28 smithi194 bash[32038]: cluster 2023-12-08T02:38:27.639128+0000 mgr.a (mgr.14403) 22633 : cluster 0 pgmap v16902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:29.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:28 smithi135 bash[32435]: cluster 2023-12-08T02:38:27.639128+0000 mgr.a (mgr.14403) 22633 : cluster 0 pgmap v16902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:30.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:38:30.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:30.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:31.061 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:38:31.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:31.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:31.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:31.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:38:31.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:30 smithi079 bash[28699]: cluster 2023-12-08T02:38:29.639948+0000 mgr.a (mgr.14403) 22634 : cluster 0 pgmap v16903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:31.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:30 smithi194 bash[32038]: cluster 2023-12-08T02:38:29.639948+0000 mgr.a (mgr.14403) 22634 : cluster 0 pgmap v16903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:31.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:30 smithi135 bash[32435]: cluster 2023-12-08T02:38:29.639948+0000 mgr.a (mgr.14403) 22634 : cluster 0 pgmap v16903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:32.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:31 smithi079 bash[28699]: audit 2023-12-08T02:38:30.558414+0000 mgr.a (mgr.14403) 22635 : audit 0 from='client.447030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:32.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:31 smithi194 bash[32038]: audit 2023-12-08T02:38:30.558414+0000 mgr.a (mgr.14403) 22635 : audit 0 from='client.447030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:32.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:31 smithi135 bash[32435]: audit 2023-12-08T02:38:30.558414+0000 mgr.a (mgr.14403) 22635 : audit 0 from='client.447030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:33.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:32 smithi079 bash[28699]: cluster 2023-12-08T02:38:31.640766+0000 mgr.a (mgr.14403) 22636 : cluster 0 pgmap v16904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:33.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:32 smithi194 bash[32038]: cluster 2023-12-08T02:38:31.640766+0000 mgr.a (mgr.14403) 22636 : cluster 0 pgmap v16904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:33.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:32 smithi135 bash[32435]: cluster 2023-12-08T02:38:31.640766+0000 mgr.a (mgr.14403) 22636 : cluster 0 pgmap v16904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:35.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:34 smithi079 bash[28699]: cluster 2023-12-08T02:38:33.641635+0000 mgr.a (mgr.14403) 22637 : cluster 0 pgmap v16905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:35.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:34 smithi194 bash[32038]: cluster 2023-12-08T02:38:33.641635+0000 mgr.a (mgr.14403) 22637 : cluster 0 pgmap v16905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:35.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:34 smithi135 bash[32435]: cluster 2023-12-08T02:38:33.641635+0000 mgr.a (mgr.14403) 22637 : cluster 0 pgmap v16905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:36.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:38:36.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:36.065 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:36.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:35 smithi079 bash[28699]: cluster 2023-12-08T02:38:35.642201+0000 mgr.a (mgr.14403) 22638 : cluster 0 pgmap v16906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:36.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:35 smithi194 bash[32038]: cluster 2023-12-08T02:38:35.642201+0000 mgr.a (mgr.14403) 22638 : cluster 0 pgmap v16906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:36.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:35 smithi135 bash[32435]: cluster 2023-12-08T02:38:35.642201+0000 mgr.a (mgr.14403) 22638 : cluster 0 pgmap v16906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:36.989 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:38:36.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:36.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:36.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:36.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:38:37.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:36 smithi079 bash[28699]: audit 2023-12-08T02:38:36.484108+0000 mgr.a (mgr.14403) 22639 : audit 0 from='client.447108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:37.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:36 smithi194 bash[32038]: audit 2023-12-08T02:38:36.484108+0000 mgr.a (mgr.14403) 22639 : audit 0 from='client.447108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:37.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:36 smithi135 bash[32435]: audit 2023-12-08T02:38:36.484108+0000 mgr.a (mgr.14403) 22639 : audit 0 from='client.447108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:38.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:37 smithi079 bash[28699]: cluster 2023-12-08T02:38:37.642941+0000 mgr.a (mgr.14403) 22640 : cluster 0 pgmap v16907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:38.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:37 smithi194 bash[32038]: cluster 2023-12-08T02:38:37.642941+0000 mgr.a (mgr.14403) 22640 : cluster 0 pgmap v16907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:38.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:37 smithi135 bash[32435]: cluster 2023-12-08T02:38:37.642941+0000 mgr.a (mgr.14403) 22640 : cluster 0 pgmap v16907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:40.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:40 smithi194 bash[32038]: cluster 2023-12-08T02:38:39.643778+0000 mgr.a (mgr.14403) 22641 : cluster 0 pgmap v16908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:40.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:40 smithi135 bash[32435]: cluster 2023-12-08T02:38:39.643778+0000 mgr.a (mgr.14403) 22641 : cluster 0 pgmap v16908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:41.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:40 smithi079 bash[28699]: cluster 2023-12-08T02:38:39.643778+0000 mgr.a (mgr.14403) 22641 : cluster 0 pgmap v16908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:41.991 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:38:41.992 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:41.992 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:42.889 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:38:42.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:42.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:42.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:42.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:38:42.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:42 smithi135 bash[32435]: cluster 2023-12-08T02:38:41.644320+0000 mgr.a (mgr.14403) 22642 : cluster 0 pgmap v16909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:43.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:42 smithi079 bash[28699]: cluster 2023-12-08T02:38:41.644320+0000 mgr.a (mgr.14403) 22642 : cluster 0 pgmap v16909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:43.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:42 smithi194 bash[32038]: cluster 2023-12-08T02:38:41.644320+0000 mgr.a (mgr.14403) 22642 : cluster 0 pgmap v16909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:44.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:43 smithi079 bash[28699]: audit 2023-12-08T02:38:42.394460+0000 mgr.a (mgr.14403) 22643 : audit 0 from='client.447186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:44.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:43 smithi194 bash[32038]: audit 2023-12-08T02:38:42.394460+0000 mgr.a (mgr.14403) 22643 : audit 0 from='client.447186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:44.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:43 smithi135 bash[32435]: audit 2023-12-08T02:38:42.394460+0000 mgr.a (mgr.14403) 22643 : audit 0 from='client.447186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:45.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:44 smithi079 bash[28699]: cluster 2023-12-08T02:38:43.645253+0000 mgr.a (mgr.14403) 22644 : cluster 0 pgmap v16910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:45.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:44 smithi194 bash[32038]: cluster 2023-12-08T02:38:43.645253+0000 mgr.a (mgr.14403) 22644 : cluster 0 pgmap v16910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:45.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:44 smithi135 bash[32435]: cluster 2023-12-08T02:38:43.645253+0000 mgr.a (mgr.14403) 22644 : cluster 0 pgmap v16910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:38:46.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:45 smithi079 bash[28699]: cluster 2023-12-08T02:38:45.645806+0000 mgr.a (mgr.14403) 22645 : cluster 0 pgmap v16911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:46.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:45 smithi194 bash[32038]: cluster 2023-12-08T02:38:45.645806+0000 mgr.a (mgr.14403) 22645 : cluster 0 pgmap v16911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:46.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:45 smithi135 bash[32435]: cluster 2023-12-08T02:38:45.645806+0000 mgr.a (mgr.14403) 22645 : cluster 0 pgmap v16911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:47.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:38:47.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:47.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:48.791 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:38:48.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:48.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:48.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:48.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:38:48.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:48 smithi194 bash[32038]: cluster 2023-12-08T02:38:47.646334+0000 mgr.a (mgr.14403) 22646 : cluster 0 pgmap v16912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:48.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:48 smithi135 bash[32435]: cluster 2023-12-08T02:38:47.646334+0000 mgr.a (mgr.14403) 22646 : cluster 0 pgmap v16912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:49.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:48 smithi079 bash[28699]: cluster 2023-12-08T02:38:47.646334+0000 mgr.a (mgr.14403) 22646 : cluster 0 pgmap v16912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:50.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:49 smithi079 bash[28699]: audit 2023-12-08T02:38:48.296800+0000 mgr.a (mgr.14403) 22647 : audit 0 from='client.447258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:50.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:49 smithi194 bash[32038]: audit 2023-12-08T02:38:48.296800+0000 mgr.a (mgr.14403) 22647 : audit 0 from='client.447258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:50.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:49 smithi135 bash[32435]: audit 2023-12-08T02:38:48.296800+0000 mgr.a (mgr.14403) 22647 : audit 0 from='client.447258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:51.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:50 smithi079 bash[28699]: cluster 2023-12-08T02:38:49.647407+0000 mgr.a (mgr.14403) 22648 : cluster 0 pgmap v16913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:38:51.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:50 smithi194 bash[32038]: cluster 2023-12-08T02:38:49.647407+0000 mgr.a (mgr.14403) 22648 : cluster 0 pgmap v16913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:38:51.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:50 smithi135 bash[32435]: cluster 2023-12-08T02:38:49.647407+0000 mgr.a (mgr.14403) 22648 : cluster 0 pgmap v16913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:38:53.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:52 smithi079 bash[28699]: cluster 2023-12-08T02:38:51.648018+0000 mgr.a (mgr.14403) 22649 : cluster 0 pgmap v16914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:38:53.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:52 smithi194 bash[32038]: cluster 2023-12-08T02:38:51.648018+0000 mgr.a (mgr.14403) 22649 : cluster 0 pgmap v16914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:38:53.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:52 smithi135 bash[32435]: cluster 2023-12-08T02:38:51.648018+0000 mgr.a (mgr.14403) 22649 : cluster 0 pgmap v16914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:38:53.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:38:53.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:53.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:38:54.731 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:38:54.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:38:54.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:38:54.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:38:54.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:38:55.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:54 smithi079 bash[28699]: cluster 2023-12-08T02:38:53.648766+0000 mgr.a (mgr.14403) 22650 : cluster 0 pgmap v16915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:55.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:54 smithi194 bash[32038]: cluster 2023-12-08T02:38:53.648766+0000 mgr.a (mgr.14403) 22650 : cluster 0 pgmap v16915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:55.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:54 smithi135 bash[32435]: cluster 2023-12-08T02:38:53.648766+0000 mgr.a (mgr.14403) 22650 : cluster 0 pgmap v16915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:38:56.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:55 smithi079 bash[28699]: audit 2023-12-08T02:38:54.205998+0000 mgr.a (mgr.14403) 22651 : audit 0 from='client.447333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:56.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:55 smithi194 bash[32038]: audit 2023-12-08T02:38:54.205998+0000 mgr.a (mgr.14403) 22651 : audit 0 from='client.447333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:56.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:55 smithi135 bash[32435]: audit 2023-12-08T02:38:54.205998+0000 mgr.a (mgr.14403) 22651 : audit 0 from='client.447333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:38:57.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:56 smithi079 bash[28699]: cluster 2023-12-08T02:38:55.649481+0000 mgr.a (mgr.14403) 22652 : cluster 0 pgmap v16916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:57.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:56 smithi194 bash[32038]: cluster 2023-12-08T02:38:55.649481+0000 mgr.a (mgr.14403) 22652 : cluster 0 pgmap v16916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:57.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:56 smithi135 bash[32435]: cluster 2023-12-08T02:38:55.649481+0000 mgr.a (mgr.14403) 22652 : cluster 0 pgmap v16916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:59.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:38:58 smithi079 bash[28699]: cluster 2023-12-08T02:38:57.650071+0000 mgr.a (mgr.14403) 22653 : cluster 0 pgmap v16917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:59.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:38:58 smithi194 bash[32038]: cluster 2023-12-08T02:38:57.650071+0000 mgr.a (mgr.14403) 22653 : cluster 0 pgmap v16917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:59.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:38:58 smithi135 bash[32435]: cluster 2023-12-08T02:38:57.650071+0000 mgr.a (mgr.14403) 22653 : cluster 0 pgmap v16917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:38:59.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:38:59.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:38:59.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:00.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:00.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:00.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:00.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:39:00.638 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:39:01.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:00 smithi079 bash[28699]: cluster 2023-12-08T02:38:59.650881+0000 mgr.a (mgr.14403) 22654 : cluster 0 pgmap v16918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:01.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:00 smithi194 bash[32038]: cluster 2023-12-08T02:38:59.650881+0000 mgr.a (mgr.14403) 22654 : cluster 0 pgmap v16918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:01.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:00 smithi135 bash[32435]: cluster 2023-12-08T02:38:59.650881+0000 mgr.a (mgr.14403) 22654 : cluster 0 pgmap v16918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:02.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:01 smithi079 bash[28699]: audit 2023-12-08T02:39:00.138158+0000 mgr.a (mgr.14403) 22655 : audit 0 from='client.447411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:02.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:01 smithi194 bash[32038]: audit 2023-12-08T02:39:00.138158+0000 mgr.a (mgr.14403) 22655 : audit 0 from='client.447411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:02.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:01 smithi135 bash[32435]: audit 2023-12-08T02:39:00.138158+0000 mgr.a (mgr.14403) 22655 : audit 0 from='client.447411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:03.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:02 smithi079 bash[28699]: cluster 2023-12-08T02:39:01.651539+0000 mgr.a (mgr.14403) 22656 : cluster 0 pgmap v16919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:39:03.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:02 smithi194 bash[32038]: cluster 2023-12-08T02:39:01.651539+0000 mgr.a (mgr.14403) 22656 : cluster 0 pgmap v16919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:39:03.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:02 smithi135 bash[32435]: cluster 2023-12-08T02:39:01.651539+0000 mgr.a (mgr.14403) 22656 : cluster 0 pgmap v16919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:39:05.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:04 smithi079 bash[28699]: cluster 2023-12-08T02:39:03.652344+0000 mgr.a (mgr.14403) 22657 : cluster 0 pgmap v16920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:39:05.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:04 smithi194 bash[32038]: cluster 2023-12-08T02:39:03.652344+0000 mgr.a (mgr.14403) 22657 : cluster 0 pgmap v16920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:39:05.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:04 smithi135 bash[32435]: cluster 2023-12-08T02:39:03.652344+0000 mgr.a (mgr.14403) 22657 : cluster 0 pgmap v16920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:39:05.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:39:05.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:05.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:06.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:05 smithi079 bash[28699]: cluster 2023-12-08T02:39:05.652975+0000 mgr.a (mgr.14403) 22658 : cluster 0 pgmap v16921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:06.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:05 smithi194 bash[32038]: cluster 2023-12-08T02:39:05.652975+0000 mgr.a (mgr.14403) 22658 : cluster 0 pgmap v16921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:06.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:05 smithi135 bash[32435]: cluster 2023-12-08T02:39:05.652975+0000 mgr.a (mgr.14403) 22658 : cluster 0 pgmap v16921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:06.554 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:39:06.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:06.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:06.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:06.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:39:07.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:06 smithi079 bash[28699]: audit 2023-12-08T02:39:06.049688+0000 mgr.a (mgr.14403) 22659 : audit 0 from='client.447489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:07.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:06 smithi194 bash[32038]: audit 2023-12-08T02:39:06.049688+0000 mgr.a (mgr.14403) 22659 : audit 0 from='client.447489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:07.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:06 smithi135 bash[32435]: audit 2023-12-08T02:39:06.049688+0000 mgr.a (mgr.14403) 22659 : audit 0 from='client.447489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:08.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:07 smithi079 bash[28699]: cluster 2023-12-08T02:39:07.653693+0000 mgr.a (mgr.14403) 22660 : cluster 0 pgmap v16922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:08.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:07 smithi194 bash[32038]: cluster 2023-12-08T02:39:07.653693+0000 mgr.a (mgr.14403) 22660 : cluster 0 pgmap v16922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:08.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:07 smithi135 bash[32435]: cluster 2023-12-08T02:39:07.653693+0000 mgr.a (mgr.14403) 22660 : cluster 0 pgmap v16922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:11.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:10 smithi079 bash[28699]: cluster 2023-12-08T02:39:09.654483+0000 mgr.a (mgr.14403) 22661 : cluster 0 pgmap v16923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:11.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:10 smithi194 bash[32038]: cluster 2023-12-08T02:39:09.654483+0000 mgr.a (mgr.14403) 22661 : cluster 0 pgmap v16923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:11.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:10 smithi135 bash[32435]: cluster 2023-12-08T02:39:09.654483+0000 mgr.a (mgr.14403) 22661 : cluster 0 pgmap v16923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:11.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:39:11.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:11.558 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:12.461 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:39:12.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:12.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:12.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:12.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:39:13.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:12 smithi079 bash[28699]: cluster 2023-12-08T02:39:11.655069+0000 mgr.a (mgr.14403) 22662 : cluster 0 pgmap v16924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:13.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:12 smithi194 bash[32038]: cluster 2023-12-08T02:39:11.655069+0000 mgr.a (mgr.14403) 22662 : cluster 0 pgmap v16924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:13.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:12 smithi135 bash[32435]: cluster 2023-12-08T02:39:11.655069+0000 mgr.a (mgr.14403) 22662 : cluster 0 pgmap v16924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:14.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:13 smithi079 bash[28699]: audit 2023-12-08T02:39:11.956560+0000 mgr.a (mgr.14403) 22663 : audit 0 from='client.447567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:14.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:13 smithi194 bash[32038]: audit 2023-12-08T02:39:11.956560+0000 mgr.a (mgr.14403) 22663 : audit 0 from='client.447567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:14.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:13 smithi135 bash[32435]: audit 2023-12-08T02:39:11.956560+0000 mgr.a (mgr.14403) 22663 : audit 0 from='client.447567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:15.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:14 smithi079 bash[28699]: cluster 2023-12-08T02:39:13.655942+0000 mgr.a (mgr.14403) 22664 : cluster 0 pgmap v16925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:15.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:14 smithi194 bash[32038]: cluster 2023-12-08T02:39:13.655942+0000 mgr.a (mgr.14403) 22664 : cluster 0 pgmap v16925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:15.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:14 smithi135 bash[32435]: cluster 2023-12-08T02:39:13.655942+0000 mgr.a (mgr.14403) 22664 : cluster 0 pgmap v16925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:15 smithi079 bash[28699]: cluster 2023-12-08T02:39:15.656514+0000 mgr.a (mgr.14403) 22665 : cluster 0 pgmap v16926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:16.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:15 smithi194 bash[32038]: cluster 2023-12-08T02:39:15.656514+0000 mgr.a (mgr.14403) 22665 : cluster 0 pgmap v16926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:16.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:15 smithi135 bash[32435]: cluster 2023-12-08T02:39:15.656514+0000 mgr.a (mgr.14403) 22665 : cluster 0 pgmap v16926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:17.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:16 smithi079 bash[28699]: audit 2023-12-08T02:39:16.178827+0000 mon.a (mon.0) 3578 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:39:17.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:16 smithi079 bash[28699]: audit 2023-12-08T02:39:16.971099+0000 mon.a (mon.0) 3579 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:39:17.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:16 smithi079 bash[28699]: audit 2023-12-08T02:39:16.972776+0000 mon.a (mon.0) 3580 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:39:17.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:16 smithi079 bash[28699]: audit 2023-12-08T02:39:16.982170+0000 mon.a (mon.0) 3581 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:39:17.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:16 smithi194 bash[32038]: audit 2023-12-08T02:39:16.178827+0000 mon.a (mon.0) 3578 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:39:17.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:16 smithi194 bash[32038]: audit 2023-12-08T02:39:16.971099+0000 mon.a (mon.0) 3579 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:39:17.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:16 smithi194 bash[32038]: audit 2023-12-08T02:39:16.972776+0000 mon.a (mon.0) 3580 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:39:17.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:16 smithi194 bash[32038]: audit 2023-12-08T02:39:16.982170+0000 mon.a (mon.0) 3581 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:39:17.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:16 smithi135 bash[32435]: audit 2023-12-08T02:39:16.178827+0000 mon.a (mon.0) 3578 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:39:17.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:16 smithi135 bash[32435]: audit 2023-12-08T02:39:16.971099+0000 mon.a (mon.0) 3579 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:39:17.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:16 smithi135 bash[32435]: audit 2023-12-08T02:39:16.972776+0000 mon.a (mon.0) 3580 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:39:17.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:16 smithi135 bash[32435]: audit 2023-12-08T02:39:16.982170+0000 mon.a (mon.0) 3581 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:39:17.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:39:17.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:17.463 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:18.358 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:39:18.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:18.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:18.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:18.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:39:18.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:17 smithi079 bash[28699]: cluster 2023-12-08T02:39:17.657092+0000 mgr.a (mgr.14403) 22666 : cluster 0 pgmap v16927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:18.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:17 smithi194 bash[32038]: cluster 2023-12-08T02:39:17.657092+0000 mgr.a (mgr.14403) 22666 : cluster 0 pgmap v16927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:18.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:17 smithi135 bash[32435]: cluster 2023-12-08T02:39:17.657092+0000 mgr.a (mgr.14403) 22666 : cluster 0 pgmap v16927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:19.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:18 smithi079 bash[28699]: audit 2023-12-08T02:39:17.868281+0000 mgr.a (mgr.14403) 22667 : audit 0 from='client.447642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:19.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:18 smithi194 bash[32038]: audit 2023-12-08T02:39:17.868281+0000 mgr.a (mgr.14403) 22667 : audit 0 from='client.447642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:19.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:18 smithi135 bash[32435]: audit 2023-12-08T02:39:17.868281+0000 mgr.a (mgr.14403) 22667 : audit 0 from='client.447642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:20.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:20 smithi079 bash[28699]: cluster 2023-12-08T02:39:19.657966+0000 mgr.a (mgr.14403) 22668 : cluster 0 pgmap v16928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:20.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:20 smithi194 bash[32038]: cluster 2023-12-08T02:39:19.657966+0000 mgr.a (mgr.14403) 22668 : cluster 0 pgmap v16928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:20.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:20 smithi135 bash[32435]: cluster 2023-12-08T02:39:19.657966+0000 mgr.a (mgr.14403) 22668 : cluster 0 pgmap v16928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:23.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:22 smithi079 bash[28699]: cluster 2023-12-08T02:39:21.658525+0000 mgr.a (mgr.14403) 22669 : cluster 0 pgmap v16929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:22 smithi194 bash[32038]: cluster 2023-12-08T02:39:21.658525+0000 mgr.a (mgr.14403) 22669 : cluster 0 pgmap v16929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:23.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:22 smithi135 bash[32435]: cluster 2023-12-08T02:39:21.658525+0000 mgr.a (mgr.14403) 22669 : cluster 0 pgmap v16929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:23.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:39:23.362 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:23.362 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:24.255 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:39:24.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:24.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:24.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:24.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:39:25.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:24 smithi079 bash[28699]: cluster 2023-12-08T02:39:23.659355+0000 mgr.a (mgr.14403) 22670 : cluster 0 pgmap v16930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:25.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:24 smithi079 bash[28699]: audit 2023-12-08T02:39:23.768633+0000 mgr.a (mgr.14403) 22671 : audit 0 from='client.447717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:25.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:24 smithi194 bash[32038]: cluster 2023-12-08T02:39:23.659355+0000 mgr.a (mgr.14403) 22670 : cluster 0 pgmap v16930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:25.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:24 smithi194 bash[32038]: audit 2023-12-08T02:39:23.768633+0000 mgr.a (mgr.14403) 22671 : audit 0 from='client.447717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:25.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:24 smithi135 bash[32435]: cluster 2023-12-08T02:39:23.659355+0000 mgr.a (mgr.14403) 22670 : cluster 0 pgmap v16930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:25.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:24 smithi135 bash[32435]: audit 2023-12-08T02:39:23.768633+0000 mgr.a (mgr.14403) 22671 : audit 0 from='client.447717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:26.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:25 smithi079 bash[28699]: cluster 2023-12-08T02:39:25.660046+0000 mgr.a (mgr.14403) 22672 : cluster 0 pgmap v16931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:26.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:25 smithi194 bash[32038]: cluster 2023-12-08T02:39:25.660046+0000 mgr.a (mgr.14403) 22672 : cluster 0 pgmap v16931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:26.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:25 smithi135 bash[32435]: cluster 2023-12-08T02:39:25.660046+0000 mgr.a (mgr.14403) 22672 : cluster 0 pgmap v16931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:29.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:28 smithi079 bash[28699]: cluster 2023-12-08T02:39:27.660594+0000 mgr.a (mgr.14403) 22673 : cluster 0 pgmap v16932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:29.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:28 smithi194 bash[32038]: cluster 2023-12-08T02:39:27.660594+0000 mgr.a (mgr.14403) 22673 : cluster 0 pgmap v16932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:29.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:28 smithi135 bash[32435]: cluster 2023-12-08T02:39:27.660594+0000 mgr.a (mgr.14403) 22673 : cluster 0 pgmap v16932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:29.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:39:29.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:29.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:30.135 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:30.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:30.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:30.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:39:30.136 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:39:31.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:30 smithi079 bash[28699]: audit 2023-12-08T02:39:29.656033+0000 mgr.a (mgr.14403) 22674 : audit 0 from='client.447795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:31.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:30 smithi079 bash[28699]: cluster 2023-12-08T02:39:29.667845+0000 mgr.a (mgr.14403) 22675 : cluster 0 pgmap v16933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:31.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:30 smithi194 bash[32038]: audit 2023-12-08T02:39:29.656033+0000 mgr.a (mgr.14403) 22674 : audit 0 from='client.447795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:31.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:30 smithi194 bash[32038]: cluster 2023-12-08T02:39:29.667845+0000 mgr.a (mgr.14403) 22675 : cluster 0 pgmap v16933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:31.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:30 smithi135 bash[32435]: audit 2023-12-08T02:39:29.656033+0000 mgr.a (mgr.14403) 22674 : audit 0 from='client.447795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:31.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:30 smithi135 bash[32435]: cluster 2023-12-08T02:39:29.667845+0000 mgr.a (mgr.14403) 22675 : cluster 0 pgmap v16933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:33.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:32 smithi079 bash[28699]: cluster 2023-12-08T02:39:31.668572+0000 mgr.a (mgr.14403) 22676 : cluster 0 pgmap v16934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:33.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:32 smithi194 bash[32038]: cluster 2023-12-08T02:39:31.668572+0000 mgr.a (mgr.14403) 22676 : cluster 0 pgmap v16934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:33.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:32 smithi135 bash[32435]: cluster 2023-12-08T02:39:31.668572+0000 mgr.a (mgr.14403) 22676 : cluster 0 pgmap v16934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:39:35.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:39:35.139 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:35.139 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:35.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:34 smithi079 bash[28699]: cluster 2023-12-08T02:39:33.669376+0000 mgr.a (mgr.14403) 22677 : cluster 0 pgmap v16935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:35.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:34 smithi194 bash[32038]: cluster 2023-12-08T02:39:33.669376+0000 mgr.a (mgr.14403) 22677 : cluster 0 pgmap v16935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:35.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:34 smithi135 bash[32435]: cluster 2023-12-08T02:39:33.669376+0000 mgr.a (mgr.14403) 22677 : cluster 0 pgmap v16935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:36.024 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:39:36.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:36.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:36.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:36.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:39:36.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:35 smithi079 bash[28699]: audit 2023-12-08T02:39:35.533349+0000 mgr.a (mgr.14403) 22678 : audit 0 from='client.447870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:36.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:35 smithi079 bash[28699]: cluster 2023-12-08T02:39:35.681853+0000 mgr.a (mgr.14403) 22679 : cluster 0 pgmap v16936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:36.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:35 smithi194 bash[32038]: audit 2023-12-08T02:39:35.533349+0000 mgr.a (mgr.14403) 22678 : audit 0 from='client.447870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:36.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:35 smithi194 bash[32038]: cluster 2023-12-08T02:39:35.681853+0000 mgr.a (mgr.14403) 22679 : cluster 0 pgmap v16936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:36.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:35 smithi135 bash[32435]: audit 2023-12-08T02:39:35.533349+0000 mgr.a (mgr.14403) 22678 : audit 0 from='client.447870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:36.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:35 smithi135 bash[32435]: cluster 2023-12-08T02:39:35.681853+0000 mgr.a (mgr.14403) 22679 : cluster 0 pgmap v16936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:39.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:38 smithi079 bash[28699]: cluster 2023-12-08T02:39:37.682796+0000 mgr.a (mgr.14403) 22680 : cluster 0 pgmap v16937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:39.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:38 smithi194 bash[32038]: cluster 2023-12-08T02:39:37.682796+0000 mgr.a (mgr.14403) 22680 : cluster 0 pgmap v16937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:39.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:38 smithi135 bash[32435]: cluster 2023-12-08T02:39:37.682796+0000 mgr.a (mgr.14403) 22680 : cluster 0 pgmap v16937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:41.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:39:41.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:41.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:41.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:40 smithi079 bash[28699]: cluster 2023-12-08T02:39:39.683807+0000 mgr.a (mgr.14403) 22681 : cluster 0 pgmap v16938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:41.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:40 smithi194 bash[32038]: cluster 2023-12-08T02:39:39.683807+0000 mgr.a (mgr.14403) 22681 : cluster 0 pgmap v16938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:41.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:40 smithi135 bash[32435]: cluster 2023-12-08T02:39:39.683807+0000 mgr.a (mgr.14403) 22681 : cluster 0 pgmap v16938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:41.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:41.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:41.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:41.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:39:41.941 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:39:43.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:42 smithi079 bash[28699]: audit 2023-12-08T02:39:41.435244+0000 mgr.a (mgr.14403) 22682 : audit 0 from='client.447948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:43.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:42 smithi079 bash[28699]: cluster 2023-12-08T02:39:41.689700+0000 mgr.a (mgr.14403) 22683 : cluster 0 pgmap v16939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:43.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:42 smithi194 bash[32038]: audit 2023-12-08T02:39:41.435244+0000 mgr.a (mgr.14403) 22682 : audit 0 from='client.447948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:43.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:42 smithi194 bash[32038]: cluster 2023-12-08T02:39:41.689700+0000 mgr.a (mgr.14403) 22683 : cluster 0 pgmap v16939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:43.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:42 smithi135 bash[32435]: audit 2023-12-08T02:39:41.435244+0000 mgr.a (mgr.14403) 22682 : audit 0 from='client.447948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:43.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:42 smithi135 bash[32435]: cluster 2023-12-08T02:39:41.689700+0000 mgr.a (mgr.14403) 22683 : cluster 0 pgmap v16939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:45.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:44 smithi079 bash[28699]: cluster 2023-12-08T02:39:43.690641+0000 mgr.a (mgr.14403) 22684 : cluster 0 pgmap v16940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:45.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:44 smithi194 bash[32038]: cluster 2023-12-08T02:39:43.690641+0000 mgr.a (mgr.14403) 22684 : cluster 0 pgmap v16940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:45.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:44 smithi135 bash[32435]: cluster 2023-12-08T02:39:43.690641+0000 mgr.a (mgr.14403) 22684 : cluster 0 pgmap v16940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:46.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:45 smithi079 bash[28699]: cluster 2023-12-08T02:39:45.691360+0000 mgr.a (mgr.14403) 22685 : cluster 0 pgmap v16941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:46.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:45 smithi194 bash[32038]: cluster 2023-12-08T02:39:45.691360+0000 mgr.a (mgr.14403) 22685 : cluster 0 pgmap v16941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:46.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:45 smithi135 bash[32435]: cluster 2023-12-08T02:39:45.691360+0000 mgr.a (mgr.14403) 22685 : cluster 0 pgmap v16941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:46.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:39:46.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:46.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:47.839 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:39:47.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:47.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:47.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:47.840 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:39:49.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:48 smithi079 bash[28699]: audit 2023-12-08T02:39:47.357508+0000 mgr.a (mgr.14403) 22686 : audit 0 from='client.448020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:49.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:48 smithi079 bash[28699]: cluster 2023-12-08T02:39:47.691886+0000 mgr.a (mgr.14403) 22687 : cluster 0 pgmap v16942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:49.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:48 smithi194 bash[32038]: audit 2023-12-08T02:39:47.357508+0000 mgr.a (mgr.14403) 22686 : audit 0 from='client.448020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:49.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:48 smithi194 bash[32038]: cluster 2023-12-08T02:39:47.691886+0000 mgr.a (mgr.14403) 22687 : cluster 0 pgmap v16942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:49.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:48 smithi135 bash[32435]: audit 2023-12-08T02:39:47.357508+0000 mgr.a (mgr.14403) 22686 : audit 0 from='client.448020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:49.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:48 smithi135 bash[32435]: cluster 2023-12-08T02:39:47.691886+0000 mgr.a (mgr.14403) 22687 : cluster 0 pgmap v16942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:51.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:50 smithi079 bash[28699]: cluster 2023-12-08T02:39:49.692780+0000 mgr.a (mgr.14403) 22688 : cluster 0 pgmap v16943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:51.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:50 smithi194 bash[32038]: cluster 2023-12-08T02:39:49.692780+0000 mgr.a (mgr.14403) 22688 : cluster 0 pgmap v16943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:51.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:50 smithi135 bash[32435]: cluster 2023-12-08T02:39:49.692780+0000 mgr.a (mgr.14403) 22688 : cluster 0 pgmap v16943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:39:52.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:39:52.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:52.844 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:53.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:52 smithi079 bash[28699]: cluster 2023-12-08T02:39:51.693340+0000 mgr.a (mgr.14403) 22689 : cluster 0 pgmap v16944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:53.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:52 smithi194 bash[32038]: cluster 2023-12-08T02:39:51.693340+0000 mgr.a (mgr.14403) 22689 : cluster 0 pgmap v16944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:53.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:52 smithi135 bash[32435]: cluster 2023-12-08T02:39:51.693340+0000 mgr.a (mgr.14403) 22689 : cluster 0 pgmap v16944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:39:53.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:53.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:53.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:53.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:39:53.743 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:39:55.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:54 smithi079 bash[28699]: audit 2023-12-08T02:39:53.244930+0000 mgr.a (mgr.14403) 22690 : audit 0 from='client.448098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:55.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:54 smithi079 bash[28699]: cluster 2023-12-08T02:39:53.694059+0000 mgr.a (mgr.14403) 22691 : cluster 0 pgmap v16945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:39:55.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:54 smithi194 bash[32038]: audit 2023-12-08T02:39:53.244930+0000 mgr.a (mgr.14403) 22690 : audit 0 from='client.448098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:55.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:54 smithi194 bash[32038]: cluster 2023-12-08T02:39:53.694059+0000 mgr.a (mgr.14403) 22691 : cluster 0 pgmap v16945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:39:55.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:54 smithi135 bash[32435]: audit 2023-12-08T02:39:53.244930+0000 mgr.a (mgr.14403) 22690 : audit 0 from='client.448098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:39:55.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:54 smithi135 bash[32435]: cluster 2023-12-08T02:39:53.694059+0000 mgr.a (mgr.14403) 22691 : cluster 0 pgmap v16945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:39:56.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:56 smithi079 bash[28699]: cluster 2023-12-08T02:39:55.694613+0000 mgr.a (mgr.14403) 22692 : cluster 0 pgmap v16946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:39:56.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:56 smithi194 bash[32038]: cluster 2023-12-08T02:39:55.694613+0000 mgr.a (mgr.14403) 22692 : cluster 0 pgmap v16946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:39:56.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:56 smithi135 bash[32435]: cluster 2023-12-08T02:39:55.694613+0000 mgr.a (mgr.14403) 22692 : cluster 0 pgmap v16946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:39:58.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:39:58.747 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:39:58.747 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:39:59.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:39:58 smithi079 bash[28699]: cluster 2023-12-08T02:39:57.695207+0000 mgr.a (mgr.14403) 22693 : cluster 0 pgmap v16947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:39:59.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:39:58 smithi194 bash[32038]: cluster 2023-12-08T02:39:57.695207+0000 mgr.a (mgr.14403) 22693 : cluster 0 pgmap v16947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:39:59.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:39:58 smithi135 bash[32435]: cluster 2023-12-08T02:39:57.695207+0000 mgr.a (mgr.14403) 22693 : cluster 0 pgmap v16947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:39:59.655 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:39:59.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:39:59.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:39:59.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:39:59.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:40:01.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:00 smithi079 bash[28699]: audit 2023-12-08T02:39:59.152340+0000 mgr.a (mgr.14403) 22694 : audit 0 from='client.448173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:01.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:00 smithi079 bash[28699]: cluster 2023-12-08T02:39:59.696191+0000 mgr.a (mgr.14403) 22695 : cluster 0 pgmap v16948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:01.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:00 smithi079 bash[28699]: cluster 2023-12-08T02:40:00.000152+0000 mon.a (mon.0) 3582 : cluster 1 overall HEALTH_OK 2023-12-08T02:40:01.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:00 smithi194 bash[32038]: audit 2023-12-08T02:39:59.152340+0000 mgr.a (mgr.14403) 22694 : audit 0 from='client.448173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:01.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:00 smithi194 bash[32038]: cluster 2023-12-08T02:39:59.696191+0000 mgr.a (mgr.14403) 22695 : cluster 0 pgmap v16948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:01.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:00 smithi194 bash[32038]: cluster 2023-12-08T02:40:00.000152+0000 mon.a (mon.0) 3582 : cluster 1 overall HEALTH_OK 2023-12-08T02:40:01.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:00 smithi135 bash[32435]: audit 2023-12-08T02:39:59.152340+0000 mgr.a (mgr.14403) 22694 : audit 0 from='client.448173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:01.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:00 smithi135 bash[32435]: cluster 2023-12-08T02:39:59.696191+0000 mgr.a (mgr.14403) 22695 : cluster 0 pgmap v16948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:01.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:00 smithi135 bash[32435]: cluster 2023-12-08T02:40:00.000152+0000 mon.a (mon.0) 3582 : cluster 1 overall HEALTH_OK 2023-12-08T02:40:03.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:02 smithi079 bash[28699]: cluster 2023-12-08T02:40:01.696903+0000 mgr.a (mgr.14403) 22696 : cluster 0 pgmap v16949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:03.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:02 smithi194 bash[32038]: cluster 2023-12-08T02:40:01.696903+0000 mgr.a (mgr.14403) 22696 : cluster 0 pgmap v16949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:03.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:02 smithi135 bash[32435]: cluster 2023-12-08T02:40:01.696903+0000 mgr.a (mgr.14403) 22696 : cluster 0 pgmap v16949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:04.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:40:04.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:04.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:05.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:04 smithi079 bash[28699]: cluster 2023-12-08T02:40:03.697810+0000 mgr.a (mgr.14403) 22697 : cluster 0 pgmap v16950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:05.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:04 smithi194 bash[32038]: cluster 2023-12-08T02:40:03.697810+0000 mgr.a (mgr.14403) 22697 : cluster 0 pgmap v16950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:05.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:04 smithi135 bash[32435]: cluster 2023-12-08T02:40:03.697810+0000 mgr.a (mgr.14403) 22697 : cluster 0 pgmap v16950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:05.565 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:40:05.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:05.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:05.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:05.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:40:06.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:06 smithi079 bash[28699]: audit 2023-12-08T02:40:05.066450+0000 mgr.a (mgr.14403) 22698 : audit 0 from='client.448251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:06.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:06 smithi079 bash[28699]: cluster 2023-12-08T02:40:05.698558+0000 mgr.a (mgr.14403) 22699 : cluster 0 pgmap v16951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:40:06.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:06 smithi194 bash[32038]: audit 2023-12-08T02:40:05.066450+0000 mgr.a (mgr.14403) 22698 : audit 0 from='client.448251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:06 smithi194 bash[32038]: cluster 2023-12-08T02:40:05.698558+0000 mgr.a (mgr.14403) 22699 : cluster 0 pgmap v16951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:40:06.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:06 smithi135 bash[32435]: audit 2023-12-08T02:40:05.066450+0000 mgr.a (mgr.14403) 22698 : audit 0 from='client.448251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:06.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:06 smithi135 bash[32435]: cluster 2023-12-08T02:40:05.698558+0000 mgr.a (mgr.14403) 22699 : cluster 0 pgmap v16951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:40:09.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:08 smithi079 bash[28699]: cluster 2023-12-08T02:40:07.699142+0000 mgr.a (mgr.14403) 22700 : cluster 0 pgmap v16952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:40:09.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:08 smithi194 bash[32038]: cluster 2023-12-08T02:40:07.699142+0000 mgr.a (mgr.14403) 22700 : cluster 0 pgmap v16952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:40:09.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:08 smithi135 bash[32435]: cluster 2023-12-08T02:40:07.699142+0000 mgr.a (mgr.14403) 22700 : cluster 0 pgmap v16952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:40:10.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:40:10.569 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:10.569 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:11.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:10 smithi079 bash[28699]: cluster 2023-12-08T02:40:09.699905+0000 mgr.a (mgr.14403) 22701 : cluster 0 pgmap v16953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:40:11.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:10 smithi194 bash[32038]: cluster 2023-12-08T02:40:09.699905+0000 mgr.a (mgr.14403) 22701 : cluster 0 pgmap v16953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:40:11.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:10 smithi135 bash[32435]: cluster 2023-12-08T02:40:09.699905+0000 mgr.a (mgr.14403) 22701 : cluster 0 pgmap v16953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:40:11.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:11.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:11.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:11.467 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:40:11.468 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:40:13.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:12 smithi079 bash[28699]: audit 2023-12-08T02:40:10.971444+0000 mgr.a (mgr.14403) 22702 : audit 0 from='client.448329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:13.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:12 smithi079 bash[28699]: cluster 2023-12-08T02:40:11.700491+0000 mgr.a (mgr.14403) 22703 : cluster 0 pgmap v16954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:13.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:12 smithi194 bash[32038]: audit 2023-12-08T02:40:10.971444+0000 mgr.a (mgr.14403) 22702 : audit 0 from='client.448329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:13.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:12 smithi194 bash[32038]: cluster 2023-12-08T02:40:11.700491+0000 mgr.a (mgr.14403) 22703 : cluster 0 pgmap v16954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:13.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:12 smithi135 bash[32435]: audit 2023-12-08T02:40:10.971444+0000 mgr.a (mgr.14403) 22702 : audit 0 from='client.448329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:13.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:12 smithi135 bash[32435]: cluster 2023-12-08T02:40:11.700491+0000 mgr.a (mgr.14403) 22703 : cluster 0 pgmap v16954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:15.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:14 smithi079 bash[28699]: cluster 2023-12-08T02:40:13.701315+0000 mgr.a (mgr.14403) 22704 : cluster 0 pgmap v16955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:15.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:14 smithi194 bash[32038]: cluster 2023-12-08T02:40:13.701315+0000 mgr.a (mgr.14403) 22704 : cluster 0 pgmap v16955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:15.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:14 smithi135 bash[32435]: cluster 2023-12-08T02:40:13.701315+0000 mgr.a (mgr.14403) 22704 : cluster 0 pgmap v16955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:16.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:16 smithi079 bash[28699]: cluster 2023-12-08T02:40:15.701906+0000 mgr.a (mgr.14403) 22705 : cluster 0 pgmap v16956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:16.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:16 smithi194 bash[32038]: cluster 2023-12-08T02:40:15.701906+0000 mgr.a (mgr.14403) 22705 : cluster 0 pgmap v16956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:16.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:16 smithi135 bash[32435]: cluster 2023-12-08T02:40:15.701906+0000 mgr.a (mgr.14403) 22705 : cluster 0 pgmap v16956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:16.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:40:16.471 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:16.471 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:17.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:17 smithi079 bash[28699]: audit 2023-12-08T02:40:17.084934+0000 mon.a (mon.0) 3583 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:40:17.394 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:40:17.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:17.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:17.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:17.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:40:17.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:17 smithi194 bash[32038]: audit 2023-12-08T02:40:17.084934+0000 mon.a (mon.0) 3583 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:40:17.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:17 smithi135 bash[32435]: audit 2023-12-08T02:40:17.084934+0000 mon.a (mon.0) 3583 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:40:18.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:18 smithi079 bash[28699]: audit 2023-12-08T02:40:16.884782+0000 mgr.a (mgr.14403) 22706 : audit 0 from='client.448404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:18.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:18 smithi079 bash[28699]: cluster 2023-12-08T02:40:17.702558+0000 mgr.a (mgr.14403) 22707 : cluster 0 pgmap v16957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:18.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:18 smithi079 bash[28699]: audit 2023-12-08T02:40:17.869491+0000 mon.a (mon.0) 3584 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:40:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:18 smithi079 bash[28699]: audit 2023-12-08T02:40:17.871283+0000 mon.a (mon.0) 3585 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:40:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:18 smithi079 bash[28699]: audit 2023-12-08T02:40:17.880954+0000 mon.a (mon.0) 3586 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:40:18.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:18 smithi194 bash[32038]: audit 2023-12-08T02:40:16.884782+0000 mgr.a (mgr.14403) 22706 : audit 0 from='client.448404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:18.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:18 smithi194 bash[32038]: cluster 2023-12-08T02:40:17.702558+0000 mgr.a (mgr.14403) 22707 : cluster 0 pgmap v16957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:18.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:18 smithi194 bash[32038]: audit 2023-12-08T02:40:17.869491+0000 mon.a (mon.0) 3584 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:40:18.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:18 smithi194 bash[32038]: audit 2023-12-08T02:40:17.871283+0000 mon.a (mon.0) 3585 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:40:18.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:18 smithi194 bash[32038]: audit 2023-12-08T02:40:17.880954+0000 mon.a (mon.0) 3586 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:40:18.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:18 smithi135 bash[32435]: audit 2023-12-08T02:40:16.884782+0000 mgr.a (mgr.14403) 22706 : audit 0 from='client.448404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:18.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:18 smithi135 bash[32435]: cluster 2023-12-08T02:40:17.702558+0000 mgr.a (mgr.14403) 22707 : cluster 0 pgmap v16957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:18.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:18 smithi135 bash[32435]: audit 2023-12-08T02:40:17.869491+0000 mon.a (mon.0) 3584 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:40:18.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:18 smithi135 bash[32435]: audit 2023-12-08T02:40:17.871283+0000 mon.a (mon.0) 3585 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:40:18.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:18 smithi135 bash[32435]: audit 2023-12-08T02:40:17.880954+0000 mon.a (mon.0) 3586 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:40:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:20 smithi079 bash[28699]: cluster 2023-12-08T02:40:19.703365+0000 mgr.a (mgr.14403) 22708 : cluster 0 pgmap v16958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:21.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:20 smithi194 bash[32038]: cluster 2023-12-08T02:40:19.703365+0000 mgr.a (mgr.14403) 22708 : cluster 0 pgmap v16958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:21.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:20 smithi135 bash[32435]: cluster 2023-12-08T02:40:19.703365+0000 mgr.a (mgr.14403) 22708 : cluster 0 pgmap v16958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:22.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:40:22.398 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:22.398 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:22 smithi079 bash[28699]: cluster 2023-12-08T02:40:21.703908+0000 mgr.a (mgr.14403) 22709 : cluster 0 pgmap v16959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:22 smithi194 bash[32038]: cluster 2023-12-08T02:40:21.703908+0000 mgr.a (mgr.14403) 22709 : cluster 0 pgmap v16959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:23.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:22 smithi135 bash[32435]: cluster 2023-12-08T02:40:21.703908+0000 mgr.a (mgr.14403) 22709 : cluster 0 pgmap v16959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:23.302 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:40:23.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:23.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:23.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:23.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:40:24.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:23 smithi079 bash[28699]: audit 2023-12-08T02:40:22.806570+0000 mgr.a (mgr.14403) 22710 : audit 0 from='client.448476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:24.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:23 smithi194 bash[32038]: audit 2023-12-08T02:40:22.806570+0000 mgr.a (mgr.14403) 22710 : audit 0 from='client.448476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:24.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:23 smithi135 bash[32435]: audit 2023-12-08T02:40:22.806570+0000 mgr.a (mgr.14403) 22710 : audit 0 from='client.448476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:25.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:24 smithi079 bash[28699]: cluster 2023-12-08T02:40:23.704797+0000 mgr.a (mgr.14403) 22711 : cluster 0 pgmap v16960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:25.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:24 smithi194 bash[32038]: cluster 2023-12-08T02:40:23.704797+0000 mgr.a (mgr.14403) 22711 : cluster 0 pgmap v16960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:25.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:24 smithi135 bash[32435]: cluster 2023-12-08T02:40:23.704797+0000 mgr.a (mgr.14403) 22711 : cluster 0 pgmap v16960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:26.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:26 smithi079 bash[28699]: cluster 2023-12-08T02:40:25.705339+0000 mgr.a (mgr.14403) 22712 : cluster 0 pgmap v16961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:26.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:26 smithi194 bash[32038]: cluster 2023-12-08T02:40:25.705339+0000 mgr.a (mgr.14403) 22712 : cluster 0 pgmap v16961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:26.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:26 smithi135 bash[32435]: cluster 2023-12-08T02:40:25.705339+0000 mgr.a (mgr.14403) 22712 : cluster 0 pgmap v16961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:28.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:40:28.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:28.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:29.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:28 smithi079 bash[28699]: cluster 2023-12-08T02:40:27.705897+0000 mgr.a (mgr.14403) 22713 : cluster 0 pgmap v16962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:29.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:28 smithi194 bash[32038]: cluster 2023-12-08T02:40:27.705897+0000 mgr.a (mgr.14403) 22713 : cluster 0 pgmap v16962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:29.204 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:40:29.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:29.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:29.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:29.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:40:29.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:28 smithi135 bash[32435]: cluster 2023-12-08T02:40:27.705897+0000 mgr.a (mgr.14403) 22713 : cluster 0 pgmap v16962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:30.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:29 smithi079 bash[28699]: audit 2023-12-08T02:40:28.712767+0000 mgr.a (mgr.14403) 22714 : audit 0 from='client.448554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:30.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:29 smithi194 bash[32038]: audit 2023-12-08T02:40:28.712767+0000 mgr.a (mgr.14403) 22714 : audit 0 from='client.448554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:30.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:29 smithi135 bash[32435]: audit 2023-12-08T02:40:28.712767+0000 mgr.a (mgr.14403) 22714 : audit 0 from='client.448554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:31.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:30 smithi079 bash[28699]: cluster 2023-12-08T02:40:29.707041+0000 mgr.a (mgr.14403) 22715 : cluster 0 pgmap v16963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:31.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:30 smithi194 bash[32038]: cluster 2023-12-08T02:40:29.707041+0000 mgr.a (mgr.14403) 22715 : cluster 0 pgmap v16963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:31.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:30 smithi135 bash[32435]: cluster 2023-12-08T02:40:29.707041+0000 mgr.a (mgr.14403) 22715 : cluster 0 pgmap v16963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:33.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:32 smithi079 bash[28699]: cluster 2023-12-08T02:40:31.707572+0000 mgr.a (mgr.14403) 22716 : cluster 0 pgmap v16964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:33.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:32 smithi194 bash[32038]: cluster 2023-12-08T02:40:31.707572+0000 mgr.a (mgr.14403) 22716 : cluster 0 pgmap v16964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:33.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:32 smithi135 bash[32435]: cluster 2023-12-08T02:40:31.707572+0000 mgr.a (mgr.14403) 22716 : cluster 0 pgmap v16964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:34.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:40:34.208 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:34.208 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:35.128 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:40:35.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:35.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:35.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:35.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:40:35.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:34 smithi079 bash[28699]: cluster 2023-12-08T02:40:33.708301+0000 mgr.a (mgr.14403) 22717 : cluster 0 pgmap v16965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:35.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:34 smithi194 bash[32038]: cluster 2023-12-08T02:40:33.708301+0000 mgr.a (mgr.14403) 22717 : cluster 0 pgmap v16965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:35.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:34 smithi135 bash[32435]: cluster 2023-12-08T02:40:33.708301+0000 mgr.a (mgr.14403) 22717 : cluster 0 pgmap v16965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:36.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:35 smithi079 bash[28699]: audit 2023-12-08T02:40:34.614411+0000 mgr.a (mgr.14403) 22718 : audit 0 from='client.448626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:36.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:35 smithi194 bash[32038]: audit 2023-12-08T02:40:34.614411+0000 mgr.a (mgr.14403) 22718 : audit 0 from='client.448626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:36.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:35 smithi135 bash[32435]: audit 2023-12-08T02:40:34.614411+0000 mgr.a (mgr.14403) 22718 : audit 0 from='client.448626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:37.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:36 smithi079 bash[28699]: cluster 2023-12-08T02:40:35.709026+0000 mgr.a (mgr.14403) 22719 : cluster 0 pgmap v16966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:37.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:36 smithi194 bash[32038]: cluster 2023-12-08T02:40:35.709026+0000 mgr.a (mgr.14403) 22719 : cluster 0 pgmap v16966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:37.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:36 smithi135 bash[32435]: cluster 2023-12-08T02:40:35.709026+0000 mgr.a (mgr.14403) 22719 : cluster 0 pgmap v16966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:39.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:38 smithi079 bash[28699]: cluster 2023-12-08T02:40:37.709747+0000 mgr.a (mgr.14403) 22720 : cluster 0 pgmap v16967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:39.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:38 smithi194 bash[32038]: cluster 2023-12-08T02:40:37.709747+0000 mgr.a (mgr.14403) 22720 : cluster 0 pgmap v16967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:39.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:38 smithi135 bash[32435]: cluster 2023-12-08T02:40:37.709747+0000 mgr.a (mgr.14403) 22720 : cluster 0 pgmap v16967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:40:40.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:40:40.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:40.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:41.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:41.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:41.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:41.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:40:41.050 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:40:41.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:40 smithi079 bash[28699]: cluster 2023-12-08T02:40:39.710579+0000 mgr.a (mgr.14403) 22721 : cluster 0 pgmap v16968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:41.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:40 smithi194 bash[32038]: cluster 2023-12-08T02:40:39.710579+0000 mgr.a (mgr.14403) 22721 : cluster 0 pgmap v16968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:41.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:40 smithi135 bash[32435]: cluster 2023-12-08T02:40:39.710579+0000 mgr.a (mgr.14403) 22721 : cluster 0 pgmap v16968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:42.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:41 smithi079 bash[28699]: audit 2023-12-08T02:40:40.534241+0000 mgr.a (mgr.14403) 22722 : audit 0 from='client.448701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:42.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:41 smithi194 bash[32038]: audit 2023-12-08T02:40:40.534241+0000 mgr.a (mgr.14403) 22722 : audit 0 from='client.448701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:42.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:41 smithi135 bash[32435]: audit 2023-12-08T02:40:40.534241+0000 mgr.a (mgr.14403) 22722 : audit 0 from='client.448701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:43.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:42 smithi079 bash[28699]: cluster 2023-12-08T02:40:41.711362+0000 mgr.a (mgr.14403) 22723 : cluster 0 pgmap v16969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:43.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:42 smithi194 bash[32038]: cluster 2023-12-08T02:40:41.711362+0000 mgr.a (mgr.14403) 22723 : cluster 0 pgmap v16969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:43.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:42 smithi135 bash[32435]: cluster 2023-12-08T02:40:41.711362+0000 mgr.a (mgr.14403) 22723 : cluster 0 pgmap v16969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:45.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:44 smithi079 bash[28699]: cluster 2023-12-08T02:40:43.712119+0000 mgr.a (mgr.14403) 22724 : cluster 0 pgmap v16970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:45.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:44 smithi194 bash[32038]: cluster 2023-12-08T02:40:43.712119+0000 mgr.a (mgr.14403) 22724 : cluster 0 pgmap v16970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:45.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:44 smithi135 bash[32435]: cluster 2023-12-08T02:40:43.712119+0000 mgr.a (mgr.14403) 22724 : cluster 0 pgmap v16970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:46.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:40:46.052 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:46.052 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:46.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:46 smithi079 bash[28699]: cluster 2023-12-08T02:40:45.712732+0000 mgr.a (mgr.14403) 22725 : cluster 0 pgmap v16971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:46.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:46 smithi194 bash[32038]: cluster 2023-12-08T02:40:45.712732+0000 mgr.a (mgr.14403) 22725 : cluster 0 pgmap v16971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:46.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:46 smithi135 bash[32435]: cluster 2023-12-08T02:40:45.712732+0000 mgr.a (mgr.14403) 22725 : cluster 0 pgmap v16971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:46.966 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:40:46.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:46.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:46.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:46.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:40:47.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:47 smithi079 bash[28699]: audit 2023-12-08T02:40:46.460671+0000 mgr.a (mgr.14403) 22726 : audit 0 from='client.448776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:47.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:47 smithi194 bash[32038]: audit 2023-12-08T02:40:46.460671+0000 mgr.a (mgr.14403) 22726 : audit 0 from='client.448776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:47.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:47 smithi135 bash[32435]: audit 2023-12-08T02:40:46.460671+0000 mgr.a (mgr.14403) 22726 : audit 0 from='client.448776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:48.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:48 smithi079 bash[28699]: cluster 2023-12-08T02:40:47.713452+0000 mgr.a (mgr.14403) 22727 : cluster 0 pgmap v16972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:48.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:48 smithi194 bash[32038]: cluster 2023-12-08T02:40:47.713452+0000 mgr.a (mgr.14403) 22727 : cluster 0 pgmap v16972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:48.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:48 smithi135 bash[32435]: cluster 2023-12-08T02:40:47.713452+0000 mgr.a (mgr.14403) 22727 : cluster 0 pgmap v16972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:51.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:50 smithi079 bash[28699]: cluster 2023-12-08T02:40:49.714442+0000 mgr.a (mgr.14403) 22728 : cluster 0 pgmap v16973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:51.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:50 smithi194 bash[32038]: cluster 2023-12-08T02:40:49.714442+0000 mgr.a (mgr.14403) 22728 : cluster 0 pgmap v16973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:51.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:50 smithi135 bash[32435]: cluster 2023-12-08T02:40:49.714442+0000 mgr.a (mgr.14403) 22728 : cluster 0 pgmap v16973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:51.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:40:51.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:51.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:52.880 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:40:52.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:52.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:52.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:52.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:40:53.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:52 smithi079 bash[28699]: cluster 2023-12-08T02:40:51.715205+0000 mgr.a (mgr.14403) 22729 : cluster 0 pgmap v16974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:53.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:52 smithi194 bash[32038]: cluster 2023-12-08T02:40:51.715205+0000 mgr.a (mgr.14403) 22729 : cluster 0 pgmap v16974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:53.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:52 smithi135 bash[32435]: cluster 2023-12-08T02:40:51.715205+0000 mgr.a (mgr.14403) 22729 : cluster 0 pgmap v16974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:54.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:53 smithi079 bash[28699]: audit 2023-12-08T02:40:52.376245+0000 mgr.a (mgr.14403) 22730 : audit 0 from='client.448851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:54.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:53 smithi194 bash[32038]: audit 2023-12-08T02:40:52.376245+0000 mgr.a (mgr.14403) 22730 : audit 0 from='client.448851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:54.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:53 smithi135 bash[32435]: audit 2023-12-08T02:40:52.376245+0000 mgr.a (mgr.14403) 22730 : audit 0 from='client.448851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:40:55.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:54 smithi079 bash[28699]: cluster 2023-12-08T02:40:53.716095+0000 mgr.a (mgr.14403) 22731 : cluster 0 pgmap v16975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:55.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:54 smithi194 bash[32038]: cluster 2023-12-08T02:40:53.716095+0000 mgr.a (mgr.14403) 22731 : cluster 0 pgmap v16975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:55.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:54 smithi135 bash[32435]: cluster 2023-12-08T02:40:53.716095+0000 mgr.a (mgr.14403) 22731 : cluster 0 pgmap v16975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:40:56.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:56 smithi079 bash[28699]: cluster 2023-12-08T02:40:55.716701+0000 mgr.a (mgr.14403) 22732 : cluster 0 pgmap v16976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:56.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:56 smithi194 bash[32038]: cluster 2023-12-08T02:40:55.716701+0000 mgr.a (mgr.14403) 22732 : cluster 0 pgmap v16976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:56.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:56 smithi135 bash[32435]: cluster 2023-12-08T02:40:55.716701+0000 mgr.a (mgr.14403) 22732 : cluster 0 pgmap v16976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:57.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:40:57.884 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:40:57.884 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:40:58.833 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:40:58.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:40:58.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:40:58.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:40:58.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:40:59.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:58 smithi079 bash[28699]: cluster 2023-12-08T02:40:57.717274+0000 mgr.a (mgr.14403) 22733 : cluster 0 pgmap v16977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:59.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:58 smithi194 bash[32038]: cluster 2023-12-08T02:40:57.717274+0000 mgr.a (mgr.14403) 22733 : cluster 0 pgmap v16977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:40:59.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:58 smithi135 bash[32435]: cluster 2023-12-08T02:40:57.717274+0000 mgr.a (mgr.14403) 22733 : cluster 0 pgmap v16977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:00.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:40:59 smithi079 bash[28699]: audit 2023-12-08T02:40:58.300889+0000 mgr.a (mgr.14403) 22734 : audit 0 from='client.448926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:00.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:40:59 smithi194 bash[32038]: audit 2023-12-08T02:40:58.300889+0000 mgr.a (mgr.14403) 22734 : audit 0 from='client.448926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:00.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:40:59 smithi135 bash[32435]: audit 2023-12-08T02:40:58.300889+0000 mgr.a (mgr.14403) 22734 : audit 0 from='client.448926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:01.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:00 smithi079 bash[28699]: cluster 2023-12-08T02:40:59.718336+0000 mgr.a (mgr.14403) 22735 : cluster 0 pgmap v16978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:41:01.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:00 smithi194 bash[32038]: cluster 2023-12-08T02:40:59.718336+0000 mgr.a (mgr.14403) 22735 : cluster 0 pgmap v16978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:41:01.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:00 smithi135 bash[32435]: cluster 2023-12-08T02:40:59.718336+0000 mgr.a (mgr.14403) 22735 : cluster 0 pgmap v16978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:41:03.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:02 smithi079 bash[28699]: cluster 2023-12-08T02:41:01.718940+0000 mgr.a (mgr.14403) 22736 : cluster 0 pgmap v16979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:41:03.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:02 smithi194 bash[32038]: cluster 2023-12-08T02:41:01.718940+0000 mgr.a (mgr.14403) 22736 : cluster 0 pgmap v16979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:41:03.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:02 smithi135 bash[32435]: cluster 2023-12-08T02:41:01.718940+0000 mgr.a (mgr.14403) 22736 : cluster 0 pgmap v16979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:41:03.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:41:03.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:03.836 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:04.748 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:41:04.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:04.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:04.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:04.748 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:41:05.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:04 smithi079 bash[28699]: cluster 2023-12-08T02:41:03.719687+0000 mgr.a (mgr.14403) 22737 : cluster 0 pgmap v16980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:05.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:04 smithi194 bash[32038]: cluster 2023-12-08T02:41:03.719687+0000 mgr.a (mgr.14403) 22737 : cluster 0 pgmap v16980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:05.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:04 smithi135 bash[32435]: cluster 2023-12-08T02:41:03.719687+0000 mgr.a (mgr.14403) 22737 : cluster 0 pgmap v16980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:06.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:05 smithi079 bash[28699]: audit 2023-12-08T02:41:04.241810+0000 mgr.a (mgr.14403) 22738 : audit 0 from='client.449004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:05 smithi194 bash[32038]: audit 2023-12-08T02:41:04.241810+0000 mgr.a (mgr.14403) 22738 : audit 0 from='client.449004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:06.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:05 smithi135 bash[32435]: audit 2023-12-08T02:41:04.241810+0000 mgr.a (mgr.14403) 22738 : audit 0 from='client.449004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:07.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:06 smithi079 bash[28699]: cluster 2023-12-08T02:41:05.720337+0000 mgr.a (mgr.14403) 22739 : cluster 0 pgmap v16981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:07.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:06 smithi194 bash[32038]: cluster 2023-12-08T02:41:05.720337+0000 mgr.a (mgr.14403) 22739 : cluster 0 pgmap v16981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:07.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:06 smithi135 bash[32435]: cluster 2023-12-08T02:41:05.720337+0000 mgr.a (mgr.14403) 22739 : cluster 0 pgmap v16981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:09.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:08 smithi079 bash[28699]: cluster 2023-12-08T02:41:07.720922+0000 mgr.a (mgr.14403) 22740 : cluster 0 pgmap v16982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:09.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:08 smithi194 bash[32038]: cluster 2023-12-08T02:41:07.720922+0000 mgr.a (mgr.14403) 22740 : cluster 0 pgmap v16982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:09.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:08 smithi135 bash[32435]: cluster 2023-12-08T02:41:07.720922+0000 mgr.a (mgr.14403) 22740 : cluster 0 pgmap v16982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:09.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:41:09.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:09.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:10.675 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:41:10.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:10.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:10.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:10.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:41:11.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:10 smithi079 bash[28699]: cluster 2023-12-08T02:41:09.721759+0000 mgr.a (mgr.14403) 22741 : cluster 0 pgmap v16983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:11.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:10 smithi194 bash[32038]: cluster 2023-12-08T02:41:09.721759+0000 mgr.a (mgr.14403) 22741 : cluster 0 pgmap v16983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:11.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:10 smithi135 bash[32435]: cluster 2023-12-08T02:41:09.721759+0000 mgr.a (mgr.14403) 22741 : cluster 0 pgmap v16983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:12.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:11 smithi079 bash[28699]: audit 2023-12-08T02:41:10.162104+0000 mgr.a (mgr.14403) 22742 : audit 0 from='client.449082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:12.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:11 smithi194 bash[32038]: audit 2023-12-08T02:41:10.162104+0000 mgr.a (mgr.14403) 22742 : audit 0 from='client.449082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:12.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:11 smithi135 bash[32435]: audit 2023-12-08T02:41:10.162104+0000 mgr.a (mgr.14403) 22742 : audit 0 from='client.449082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:13.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:12 smithi079 bash[28699]: cluster 2023-12-08T02:41:11.722502+0000 mgr.a (mgr.14403) 22743 : cluster 0 pgmap v16984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:41:13.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:12 smithi194 bash[32038]: cluster 2023-12-08T02:41:11.722502+0000 mgr.a (mgr.14403) 22743 : cluster 0 pgmap v16984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:41:13.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:12 smithi135 bash[32435]: cluster 2023-12-08T02:41:11.722502+0000 mgr.a (mgr.14403) 22743 : cluster 0 pgmap v16984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:41:15.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:14 smithi079 bash[28699]: cluster 2023-12-08T02:41:13.723344+0000 mgr.a (mgr.14403) 22744 : cluster 0 pgmap v16985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:41:15.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:14 smithi194 bash[32038]: cluster 2023-12-08T02:41:13.723344+0000 mgr.a (mgr.14403) 22744 : cluster 0 pgmap v16985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:41:15.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:14 smithi135 bash[32435]: cluster 2023-12-08T02:41:13.723344+0000 mgr.a (mgr.14403) 22744 : cluster 0 pgmap v16985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:41:15.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:41:15.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:15.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:16.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:16 smithi079 bash[28699]: cluster 2023-12-08T02:41:15.723928+0000 mgr.a (mgr.14403) 22745 : cluster 0 pgmap v16986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:16.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:16 smithi194 bash[32038]: cluster 2023-12-08T02:41:15.723928+0000 mgr.a (mgr.14403) 22745 : cluster 0 pgmap v16986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:16.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:16 smithi135 bash[32435]: cluster 2023-12-08T02:41:15.723928+0000 mgr.a (mgr.14403) 22745 : cluster 0 pgmap v16986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:16.570 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:41:16.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:16.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:16.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:16.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:41:17.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:17 smithi079 bash[28699]: audit 2023-12-08T02:41:16.087739+0000 mgr.a (mgr.14403) 22746 : audit 0 from='client.449157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:17.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:17 smithi194 bash[32038]: audit 2023-12-08T02:41:16.087739+0000 mgr.a (mgr.14403) 22746 : audit 0 from='client.449157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:17.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:17 smithi135 bash[32435]: audit 2023-12-08T02:41:16.087739+0000 mgr.a (mgr.14403) 22746 : audit 0 from='client.449157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:18.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:18 smithi079 bash[28699]: cluster 2023-12-08T02:41:17.724759+0000 mgr.a (mgr.14403) 22747 : cluster 0 pgmap v16987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:18.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:18 smithi079 bash[28699]: audit 2023-12-08T02:41:17.984134+0000 mon.a (mon.0) 3587 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:41:18.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:18 smithi194 bash[32038]: cluster 2023-12-08T02:41:17.724759+0000 mgr.a (mgr.14403) 22747 : cluster 0 pgmap v16987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:18.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:18 smithi194 bash[32038]: audit 2023-12-08T02:41:17.984134+0000 mon.a (mon.0) 3587 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:41:18.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:18 smithi135 bash[32435]: cluster 2023-12-08T02:41:17.724759+0000 mgr.a (mgr.14403) 22747 : cluster 0 pgmap v16987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:18.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:18 smithi135 bash[32435]: audit 2023-12-08T02:41:17.984134+0000 mon.a (mon.0) 3587 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:41:19.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:19 smithi079 bash[28699]: audit 2023-12-08T02:41:18.515957+0000 mon.a (mon.0) 3588 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:41:19.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:19 smithi079 bash[28699]: audit 2023-12-08T02:41:18.527201+0000 mon.a (mon.0) 3589 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:41:19.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:19 smithi079 bash[28699]: audit 2023-12-08T02:41:19.226203+0000 mon.a (mon.0) 3590 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:41:19.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:19 smithi079 bash[28699]: audit 2023-12-08T02:41:19.227831+0000 mon.a (mon.0) 3591 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:41:19.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:19 smithi079 bash[28699]: audit 2023-12-08T02:41:19.236777+0000 mon.a (mon.0) 3592 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:41:19.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:19 smithi194 bash[32038]: audit 2023-12-08T02:41:18.515957+0000 mon.a (mon.0) 3588 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:41:19.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:19 smithi194 bash[32038]: audit 2023-12-08T02:41:18.527201+0000 mon.a (mon.0) 3589 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:41:19.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:19 smithi194 bash[32038]: audit 2023-12-08T02:41:19.226203+0000 mon.a (mon.0) 3590 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:41:19.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:19 smithi194 bash[32038]: audit 2023-12-08T02:41:19.227831+0000 mon.a (mon.0) 3591 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:41:19.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:19 smithi194 bash[32038]: audit 2023-12-08T02:41:19.236777+0000 mon.a (mon.0) 3592 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:41:19.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:19 smithi135 bash[32435]: audit 2023-12-08T02:41:18.515957+0000 mon.a (mon.0) 3588 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:41:19.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:19 smithi135 bash[32435]: audit 2023-12-08T02:41:18.527201+0000 mon.a (mon.0) 3589 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:41:19.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:19 smithi135 bash[32435]: audit 2023-12-08T02:41:19.226203+0000 mon.a (mon.0) 3590 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:41:19.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:19 smithi135 bash[32435]: audit 2023-12-08T02:41:19.227831+0000 mon.a (mon.0) 3591 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:41:19.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:19 smithi135 bash[32435]: audit 2023-12-08T02:41:19.236777+0000 mon.a (mon.0) 3592 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:41:20.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:20 smithi079 bash[28699]: cluster 2023-12-08T02:41:19.725785+0000 mgr.a (mgr.14403) 22748 : cluster 0 pgmap v16988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:20.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:20 smithi194 bash[32038]: cluster 2023-12-08T02:41:19.725785+0000 mgr.a (mgr.14403) 22748 : cluster 0 pgmap v16988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:20.954 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:20 smithi135 bash[32435]: cluster 2023-12-08T02:41:19.725785+0000 mgr.a (mgr.14403) 22748 : cluster 0 pgmap v16988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:21.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:41:21.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:21.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:22.475 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:41:22.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:22.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:22.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:22.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:41:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:22 smithi079 bash[28699]: cluster 2023-12-08T02:41:21.726440+0000 mgr.a (mgr.14403) 22749 : cluster 0 pgmap v16989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:22 smithi194 bash[32038]: cluster 2023-12-08T02:41:21.726440+0000 mgr.a (mgr.14403) 22749 : cluster 0 pgmap v16989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:23.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:22 smithi135 bash[32435]: cluster 2023-12-08T02:41:21.726440+0000 mgr.a (mgr.14403) 22749 : cluster 0 pgmap v16989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:24.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:23 smithi079 bash[28699]: audit 2023-12-08T02:41:21.977014+0000 mgr.a (mgr.14403) 22750 : audit 0 from='client.449232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:24.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:23 smithi194 bash[32038]: audit 2023-12-08T02:41:21.977014+0000 mgr.a (mgr.14403) 22750 : audit 0 from='client.449232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:24.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:23 smithi135 bash[32435]: audit 2023-12-08T02:41:21.977014+0000 mgr.a (mgr.14403) 22750 : audit 0 from='client.449232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:25.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:24 smithi079 bash[28699]: cluster 2023-12-08T02:41:23.727431+0000 mgr.a (mgr.14403) 22751 : cluster 0 pgmap v16990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:25.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:24 smithi194 bash[32038]: cluster 2023-12-08T02:41:23.727431+0000 mgr.a (mgr.14403) 22751 : cluster 0 pgmap v16990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:25.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:24 smithi135 bash[32435]: cluster 2023-12-08T02:41:23.727431+0000 mgr.a (mgr.14403) 22751 : cluster 0 pgmap v16990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:26.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:26 smithi079 bash[28699]: cluster 2023-12-08T02:41:25.727994+0000 mgr.a (mgr.14403) 22752 : cluster 0 pgmap v16991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:26.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:26 smithi194 bash[32038]: cluster 2023-12-08T02:41:25.727994+0000 mgr.a (mgr.14403) 22752 : cluster 0 pgmap v16991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:26.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:26 smithi135 bash[32435]: cluster 2023-12-08T02:41:25.727994+0000 mgr.a (mgr.14403) 22752 : cluster 0 pgmap v16991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:27.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:41:27.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:27.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:28.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:28.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:28.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:28.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:41:28.388 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:41:29.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:28 smithi079 bash[28699]: cluster 2023-12-08T02:41:27.728541+0000 mgr.a (mgr.14403) 22753 : cluster 0 pgmap v16992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:29.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:28 smithi194 bash[32038]: cluster 2023-12-08T02:41:27.728541+0000 mgr.a (mgr.14403) 22753 : cluster 0 pgmap v16992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:29.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:28 smithi135 bash[32435]: cluster 2023-12-08T02:41:27.728541+0000 mgr.a (mgr.14403) 22753 : cluster 0 pgmap v16992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:30.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:29 smithi079 bash[28699]: audit 2023-12-08T02:41:27.886899+0000 mgr.a (mgr.14403) 22754 : audit 0 from='client.449307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:30.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:29 smithi194 bash[32038]: audit 2023-12-08T02:41:27.886899+0000 mgr.a (mgr.14403) 22754 : audit 0 from='client.449307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:30.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:29 smithi135 bash[32435]: audit 2023-12-08T02:41:27.886899+0000 mgr.a (mgr.14403) 22754 : audit 0 from='client.449307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:31.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:30 smithi079 bash[28699]: cluster 2023-12-08T02:41:29.729568+0000 mgr.a (mgr.14403) 22755 : cluster 0 pgmap v16993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:31.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:30 smithi194 bash[32038]: cluster 2023-12-08T02:41:29.729568+0000 mgr.a (mgr.14403) 22755 : cluster 0 pgmap v16993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:31.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:30 smithi135 bash[32435]: cluster 2023-12-08T02:41:29.729568+0000 mgr.a (mgr.14403) 22755 : cluster 0 pgmap v16993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:33.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:32 smithi079 bash[28699]: cluster 2023-12-08T02:41:31.730152+0000 mgr.a (mgr.14403) 22756 : cluster 0 pgmap v16994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:33.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:32 smithi194 bash[32038]: cluster 2023-12-08T02:41:31.730152+0000 mgr.a (mgr.14403) 22756 : cluster 0 pgmap v16994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:33.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:32 smithi135 bash[32435]: cluster 2023-12-08T02:41:31.730152+0000 mgr.a (mgr.14403) 22756 : cluster 0 pgmap v16994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:33.391 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:41:33.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:33.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:34.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:34.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:34.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:34.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:41:34.306 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:41:35.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:34 smithi079 bash[28699]: cluster 2023-12-08T02:41:33.730644+0000 mgr.a (mgr.14403) 22757 : cluster 0 pgmap v16995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:35.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:34 smithi079 bash[28699]: audit 2023-12-08T02:41:33.797677+0000 mgr.a (mgr.14403) 22758 : audit 0 from='client.449373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:35.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:34 smithi194 bash[32038]: cluster 2023-12-08T02:41:33.730644+0000 mgr.a (mgr.14403) 22757 : cluster 0 pgmap v16995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:35.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:34 smithi194 bash[32038]: audit 2023-12-08T02:41:33.797677+0000 mgr.a (mgr.14403) 22758 : audit 0 from='client.449373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:35.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:34 smithi135 bash[32435]: cluster 2023-12-08T02:41:33.730644+0000 mgr.a (mgr.14403) 22757 : cluster 0 pgmap v16995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:35.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:34 smithi135 bash[32435]: audit 2023-12-08T02:41:33.797677+0000 mgr.a (mgr.14403) 22758 : audit 0 from='client.449373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:36.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:36 smithi079 bash[28699]: cluster 2023-12-08T02:41:35.731297+0000 mgr.a (mgr.14403) 22759 : cluster 0 pgmap v16996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:36.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:36 smithi194 bash[32038]: cluster 2023-12-08T02:41:35.731297+0000 mgr.a (mgr.14403) 22759 : cluster 0 pgmap v16996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:36.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:36 smithi135 bash[32435]: cluster 2023-12-08T02:41:35.731297+0000 mgr.a (mgr.14403) 22759 : cluster 0 pgmap v16996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:39.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:38 smithi079 bash[28699]: cluster 2023-12-08T02:41:37.731807+0000 mgr.a (mgr.14403) 22760 : cluster 0 pgmap v16997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:39.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:38 smithi194 bash[32038]: cluster 2023-12-08T02:41:37.731807+0000 mgr.a (mgr.14403) 22760 : cluster 0 pgmap v16997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:39.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:38 smithi135 bash[32435]: cluster 2023-12-08T02:41:37.731807+0000 mgr.a (mgr.14403) 22760 : cluster 0 pgmap v16997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:39.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:41:39.310 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:39.310 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:40.189 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:41:40.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:40.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:40.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:40.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:41:41.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:40 smithi079 bash[28699]: audit 2023-12-08T02:41:39.715708+0000 mgr.a (mgr.14403) 22761 : audit 0 from='client.449448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:41.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:40 smithi079 bash[28699]: cluster 2023-12-08T02:41:39.734364+0000 mgr.a (mgr.14403) 22762 : cluster 0 pgmap v16998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:41.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:40 smithi194 bash[32038]: audit 2023-12-08T02:41:39.715708+0000 mgr.a (mgr.14403) 22761 : audit 0 from='client.449448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:41.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:40 smithi194 bash[32038]: cluster 2023-12-08T02:41:39.734364+0000 mgr.a (mgr.14403) 22762 : cluster 0 pgmap v16998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:41.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:40 smithi135 bash[32435]: audit 2023-12-08T02:41:39.715708+0000 mgr.a (mgr.14403) 22761 : audit 0 from='client.449448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:41.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:40 smithi135 bash[32435]: cluster 2023-12-08T02:41:39.734364+0000 mgr.a (mgr.14403) 22762 : cluster 0 pgmap v16998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:43.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:42 smithi079 bash[28699]: cluster 2023-12-08T02:41:41.735180+0000 mgr.a (mgr.14403) 22763 : cluster 0 pgmap v16999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:43.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:42 smithi194 bash[32038]: cluster 2023-12-08T02:41:41.735180+0000 mgr.a (mgr.14403) 22763 : cluster 0 pgmap v16999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:43.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:42 smithi135 bash[32435]: cluster 2023-12-08T02:41:41.735180+0000 mgr.a (mgr.14403) 22763 : cluster 0 pgmap v16999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:41:45.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:44 smithi079 bash[28699]: cluster 2023-12-08T02:41:43.736148+0000 mgr.a (mgr.14403) 22764 : cluster 0 pgmap v17000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:45.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:41:45.193 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:45.193 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:45.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:44 smithi194 bash[32038]: cluster 2023-12-08T02:41:43.736148+0000 mgr.a (mgr.14403) 22764 : cluster 0 pgmap v17000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:45.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:44 smithi135 bash[32435]: cluster 2023-12-08T02:41:43.736148+0000 mgr.a (mgr.14403) 22764 : cluster 0 pgmap v17000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:46.101 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:41:46.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:46.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:46.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:46.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:41:46.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:46 smithi079 bash[28699]: audit 2023-12-08T02:41:45.600748+0000 mgr.a (mgr.14403) 22765 : audit 0 from='client.449523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:46.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:46 smithi079 bash[28699]: cluster 2023-12-08T02:41:45.738743+0000 mgr.a (mgr.14403) 22766 : cluster 0 pgmap v17001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:46.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:46 smithi194 bash[32038]: audit 2023-12-08T02:41:45.600748+0000 mgr.a (mgr.14403) 22765 : audit 0 from='client.449523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:46.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:46 smithi194 bash[32038]: cluster 2023-12-08T02:41:45.738743+0000 mgr.a (mgr.14403) 22766 : cluster 0 pgmap v17001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:46.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:46 smithi135 bash[32435]: audit 2023-12-08T02:41:45.600748+0000 mgr.a (mgr.14403) 22765 : audit 0 from='client.449523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:46.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:46 smithi135 bash[32435]: cluster 2023-12-08T02:41:45.738743+0000 mgr.a (mgr.14403) 22766 : cluster 0 pgmap v17001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:49.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:48 smithi079 bash[28699]: cluster 2023-12-08T02:41:47.739508+0000 mgr.a (mgr.14403) 22767 : cluster 0 pgmap v17002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:49.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:48 smithi194 bash[32038]: cluster 2023-12-08T02:41:47.739508+0000 mgr.a (mgr.14403) 22767 : cluster 0 pgmap v17002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:49.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:48 smithi135 bash[32435]: cluster 2023-12-08T02:41:47.739508+0000 mgr.a (mgr.14403) 22767 : cluster 0 pgmap v17002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:51.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:41:51.105 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:51.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:51.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:50 smithi079 bash[28699]: cluster 2023-12-08T02:41:49.740330+0000 mgr.a (mgr.14403) 22768 : cluster 0 pgmap v17003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:51.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:50 smithi194 bash[32038]: cluster 2023-12-08T02:41:49.740330+0000 mgr.a (mgr.14403) 22768 : cluster 0 pgmap v17003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:51.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:50 smithi135 bash[32435]: cluster 2023-12-08T02:41:49.740330+0000 mgr.a (mgr.14403) 22768 : cluster 0 pgmap v17003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:52.038 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:41:52.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:52.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:52.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:52.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:41:53.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:52 smithi079 bash[28699]: audit 2023-12-08T02:41:51.513041+0000 mgr.a (mgr.14403) 22769 : audit 0 from='client.449595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:53.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:52 smithi079 bash[28699]: cluster 2023-12-08T02:41:51.740877+0000 mgr.a (mgr.14403) 22770 : cluster 0 pgmap v17004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:53.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:52 smithi194 bash[32038]: audit 2023-12-08T02:41:51.513041+0000 mgr.a (mgr.14403) 22769 : audit 0 from='client.449595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:53.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:52 smithi194 bash[32038]: cluster 2023-12-08T02:41:51.740877+0000 mgr.a (mgr.14403) 22770 : cluster 0 pgmap v17004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:53.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:52 smithi135 bash[32435]: audit 2023-12-08T02:41:51.513041+0000 mgr.a (mgr.14403) 22769 : audit 0 from='client.449595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:53.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:52 smithi135 bash[32435]: cluster 2023-12-08T02:41:51.740877+0000 mgr.a (mgr.14403) 22770 : cluster 0 pgmap v17004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:55.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:54 smithi079 bash[28699]: cluster 2023-12-08T02:41:53.741724+0000 mgr.a (mgr.14403) 22771 : cluster 0 pgmap v17005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:55.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:54 smithi194 bash[32038]: cluster 2023-12-08T02:41:53.741724+0000 mgr.a (mgr.14403) 22771 : cluster 0 pgmap v17005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:55.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:54 smithi135 bash[32435]: cluster 2023-12-08T02:41:53.741724+0000 mgr.a (mgr.14403) 22771 : cluster 0 pgmap v17005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:41:56.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:56 smithi079 bash[28699]: cluster 2023-12-08T02:41:55.742287+0000 mgr.a (mgr.14403) 22772 : cluster 0 pgmap v17006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:56.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:56 smithi194 bash[32038]: cluster 2023-12-08T02:41:55.742287+0000 mgr.a (mgr.14403) 22772 : cluster 0 pgmap v17006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:56.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:56 smithi135 bash[32435]: cluster 2023-12-08T02:41:55.742287+0000 mgr.a (mgr.14403) 22772 : cluster 0 pgmap v17006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:57.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:41:57.042 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:41:57.042 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:41:57.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:41:57.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:41:57.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:41:57.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:41:57.936 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:41:59.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:58 smithi079 bash[28699]: audit 2023-12-08T02:41:57.443841+0000 mgr.a (mgr.14403) 22773 : audit 0 from='client.449667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:59.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:41:58 smithi079 bash[28699]: cluster 2023-12-08T02:41:57.742689+0000 mgr.a (mgr.14403) 22774 : cluster 0 pgmap v17007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:59.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:58 smithi194 bash[32038]: audit 2023-12-08T02:41:57.443841+0000 mgr.a (mgr.14403) 22773 : audit 0 from='client.449667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:59.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:41:58 smithi194 bash[32038]: cluster 2023-12-08T02:41:57.742689+0000 mgr.a (mgr.14403) 22774 : cluster 0 pgmap v17007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:41:59.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:58 smithi135 bash[32435]: audit 2023-12-08T02:41:57.443841+0000 mgr.a (mgr.14403) 22773 : audit 0 from='client.449667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:41:59.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:41:58 smithi135 bash[32435]: cluster 2023-12-08T02:41:57.742689+0000 mgr.a (mgr.14403) 22774 : cluster 0 pgmap v17007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:01.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:00 smithi079 bash[28699]: cluster 2023-12-08T02:41:59.743584+0000 mgr.a (mgr.14403) 22775 : cluster 0 pgmap v17008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:01.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:00 smithi194 bash[32038]: cluster 2023-12-08T02:41:59.743584+0000 mgr.a (mgr.14403) 22775 : cluster 0 pgmap v17008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:01.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:00 smithi135 bash[32435]: cluster 2023-12-08T02:41:59.743584+0000 mgr.a (mgr.14403) 22775 : cluster 0 pgmap v17008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:02.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:42:02.940 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:02.940 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:03.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:02 smithi079 bash[28699]: cluster 2023-12-08T02:42:01.744157+0000 mgr.a (mgr.14403) 22776 : cluster 0 pgmap v17009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:03.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:02 smithi194 bash[32038]: cluster 2023-12-08T02:42:01.744157+0000 mgr.a (mgr.14403) 22776 : cluster 0 pgmap v17009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:03.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:02 smithi135 bash[32435]: cluster 2023-12-08T02:42:01.744157+0000 mgr.a (mgr.14403) 22776 : cluster 0 pgmap v17009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:03.822 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:42:03.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:03.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:03.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:03.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:42:05.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:04 smithi079 bash[28699]: audit 2023-12-08T02:42:03.341629+0000 mgr.a (mgr.14403) 22777 : audit 0 from='client.449742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:05.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:04 smithi079 bash[28699]: cluster 2023-12-08T02:42:03.745260+0000 mgr.a (mgr.14403) 22778 : cluster 0 pgmap v17010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:42:05.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:04 smithi194 bash[32038]: audit 2023-12-08T02:42:03.341629+0000 mgr.a (mgr.14403) 22777 : audit 0 from='client.449742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:05.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:04 smithi194 bash[32038]: cluster 2023-12-08T02:42:03.745260+0000 mgr.a (mgr.14403) 22778 : cluster 0 pgmap v17010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:42:05.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:04 smithi135 bash[32435]: audit 2023-12-08T02:42:03.341629+0000 mgr.a (mgr.14403) 22777 : audit 0 from='client.449742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:05.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:04 smithi135 bash[32435]: cluster 2023-12-08T02:42:03.745260+0000 mgr.a (mgr.14403) 22778 : cluster 0 pgmap v17010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:42:06.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:06 smithi079 bash[28699]: cluster 2023-12-08T02:42:05.745884+0000 mgr.a (mgr.14403) 22779 : cluster 0 pgmap v17011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:42:06.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:06 smithi194 bash[32038]: cluster 2023-12-08T02:42:05.745884+0000 mgr.a (mgr.14403) 22779 : cluster 0 pgmap v17011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:42:06.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:06 smithi135 bash[32435]: cluster 2023-12-08T02:42:05.745884+0000 mgr.a (mgr.14403) 22779 : cluster 0 pgmap v17011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:42:08.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:42:08.825 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:08.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:09.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:08 smithi079 bash[28699]: cluster 2023-12-08T02:42:07.746437+0000 mgr.a (mgr.14403) 22780 : cluster 0 pgmap v17012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:42:09.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:08 smithi194 bash[32038]: cluster 2023-12-08T02:42:07.746437+0000 mgr.a (mgr.14403) 22780 : cluster 0 pgmap v17012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:42:09.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:08 smithi135 bash[32435]: cluster 2023-12-08T02:42:07.746437+0000 mgr.a (mgr.14403) 22780 : cluster 0 pgmap v17012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:42:09.732 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:42:09.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:09.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:09.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:09.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:42:11.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:10 smithi079 bash[28699]: audit 2023-12-08T02:42:09.225388+0000 mgr.a (mgr.14403) 22781 : audit 0 from='client.449820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:11.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:10 smithi079 bash[28699]: cluster 2023-12-08T02:42:09.747656+0000 mgr.a (mgr.14403) 22782 : cluster 0 pgmap v17013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:11.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:10 smithi194 bash[32038]: audit 2023-12-08T02:42:09.225388+0000 mgr.a (mgr.14403) 22781 : audit 0 from='client.449820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:11.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:10 smithi194 bash[32038]: cluster 2023-12-08T02:42:09.747656+0000 mgr.a (mgr.14403) 22782 : cluster 0 pgmap v17013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:11.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:10 smithi135 bash[32435]: audit 2023-12-08T02:42:09.225388+0000 mgr.a (mgr.14403) 22781 : audit 0 from='client.449820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:11.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:10 smithi135 bash[32435]: cluster 2023-12-08T02:42:09.747656+0000 mgr.a (mgr.14403) 22782 : cluster 0 pgmap v17013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:13.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:12 smithi079 bash[28699]: cluster 2023-12-08T02:42:11.748268+0000 mgr.a (mgr.14403) 22783 : cluster 0 pgmap v17014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:13.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:12 smithi194 bash[32038]: cluster 2023-12-08T02:42:11.748268+0000 mgr.a (mgr.14403) 22783 : cluster 0 pgmap v17014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:13.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:12 smithi135 bash[32435]: cluster 2023-12-08T02:42:11.748268+0000 mgr.a (mgr.14403) 22783 : cluster 0 pgmap v17014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:14.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:42:14.737 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:14.737 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:15.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:14 smithi079 bash[28699]: cluster 2023-12-08T02:42:13.749020+0000 mgr.a (mgr.14403) 22784 : cluster 0 pgmap v17015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:15.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:14 smithi194 bash[32038]: cluster 2023-12-08T02:42:13.749020+0000 mgr.a (mgr.14403) 22784 : cluster 0 pgmap v17015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:15.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:14 smithi135 bash[32435]: cluster 2023-12-08T02:42:13.749020+0000 mgr.a (mgr.14403) 22784 : cluster 0 pgmap v17015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:15.650 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:42:15.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:15.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:15.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:15.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:42:16.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:16 smithi079 bash[28699]: audit 2023-12-08T02:42:15.142813+0000 mgr.a (mgr.14403) 22785 : audit 0 from='client.449898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:16.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:16 smithi079 bash[28699]: cluster 2023-12-08T02:42:15.749766+0000 mgr.a (mgr.14403) 22786 : cluster 0 pgmap v17016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:42:16.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:16 smithi194 bash[32038]: audit 2023-12-08T02:42:15.142813+0000 mgr.a (mgr.14403) 22785 : audit 0 from='client.449898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:16.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:16 smithi194 bash[32038]: cluster 2023-12-08T02:42:15.749766+0000 mgr.a (mgr.14403) 22786 : cluster 0 pgmap v17016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:42:16.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:16 smithi135 bash[32435]: audit 2023-12-08T02:42:15.142813+0000 mgr.a (mgr.14403) 22785 : audit 0 from='client.449898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:16.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:16 smithi135 bash[32435]: cluster 2023-12-08T02:42:15.749766+0000 mgr.a (mgr.14403) 22786 : cluster 0 pgmap v17016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:42:19.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:18 smithi079 bash[28699]: cluster 2023-12-08T02:42:17.750347+0000 mgr.a (mgr.14403) 22787 : cluster 0 pgmap v17017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:42:19.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:18 smithi194 bash[32038]: cluster 2023-12-08T02:42:17.750347+0000 mgr.a (mgr.14403) 22787 : cluster 0 pgmap v17017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:42:19.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:18 smithi135 bash[32435]: cluster 2023-12-08T02:42:17.750347+0000 mgr.a (mgr.14403) 22787 : cluster 0 pgmap v17017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:42:20.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:19 smithi079 bash[28699]: audit 2023-12-08T02:42:19.339267+0000 mon.a (mon.0) 3593 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:42:20.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:19 smithi194 bash[32038]: audit 2023-12-08T02:42:19.339267+0000 mon.a (mon.0) 3593 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:42:20.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:19 smithi135 bash[32435]: audit 2023-12-08T02:42:19.339267+0000 mon.a (mon.0) 3593 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:42:20.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:42:20.653 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:20.654 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:20 smithi079 bash[28699]: cluster 2023-12-08T02:42:19.751198+0000 mgr.a (mgr.14403) 22788 : cluster 0 pgmap v17018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:42:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:20 smithi079 bash[28699]: audit 2023-12-08T02:42:19.879978+0000 mon.a (mon.0) 3594 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:42:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:20 smithi079 bash[28699]: audit 2023-12-08T02:42:19.892053+0000 mon.a (mon.0) 3595 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:42:21.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:20 smithi079 bash[28699]: audit 2023-12-08T02:42:20.592299+0000 mon.a (mon.0) 3596 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:42:21.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:20 smithi079 bash[28699]: audit 2023-12-08T02:42:20.594296+0000 mon.a (mon.0) 3597 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:42:21.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:20 smithi079 bash[28699]: audit 2023-12-08T02:42:20.604558+0000 mon.a (mon.0) 3598 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:42:21.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:20 smithi194 bash[32038]: cluster 2023-12-08T02:42:19.751198+0000 mgr.a (mgr.14403) 22788 : cluster 0 pgmap v17018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:42:21.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:20 smithi194 bash[32038]: audit 2023-12-08T02:42:19.879978+0000 mon.a (mon.0) 3594 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:42:21.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:20 smithi194 bash[32038]: audit 2023-12-08T02:42:19.892053+0000 mon.a (mon.0) 3595 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:42:21.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:20 smithi194 bash[32038]: audit 2023-12-08T02:42:20.592299+0000 mon.a (mon.0) 3596 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:42:21.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:20 smithi194 bash[32038]: audit 2023-12-08T02:42:20.594296+0000 mon.a (mon.0) 3597 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:42:21.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:20 smithi194 bash[32038]: audit 2023-12-08T02:42:20.604558+0000 mon.a (mon.0) 3598 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:42:21.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:20 smithi135 bash[32435]: cluster 2023-12-08T02:42:19.751198+0000 mgr.a (mgr.14403) 22788 : cluster 0 pgmap v17018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:42:21.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:20 smithi135 bash[32435]: audit 2023-12-08T02:42:19.879978+0000 mon.a (mon.0) 3594 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:42:21.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:20 smithi135 bash[32435]: audit 2023-12-08T02:42:19.892053+0000 mon.a (mon.0) 3595 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:42:21.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:20 smithi135 bash[32435]: audit 2023-12-08T02:42:20.592299+0000 mon.a (mon.0) 3596 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:42:21.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:20 smithi135 bash[32435]: audit 2023-12-08T02:42:20.594296+0000 mon.a (mon.0) 3597 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:42:21.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:20 smithi135 bash[32435]: audit 2023-12-08T02:42:20.604558+0000 mon.a (mon.0) 3598 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:42:21.558 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:42:21.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:21.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:21.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:21.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:42:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:22 smithi079 bash[28699]: audit 2023-12-08T02:42:21.061253+0000 mgr.a (mgr.14403) 22789 : audit 0 from='client.449976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:22 smithi079 bash[28699]: cluster 2023-12-08T02:42:21.751945+0000 mgr.a (mgr.14403) 22790 : cluster 0 pgmap v17019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:22 smithi194 bash[32038]: audit 2023-12-08T02:42:21.061253+0000 mgr.a (mgr.14403) 22789 : audit 0 from='client.449976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:22 smithi194 bash[32038]: cluster 2023-12-08T02:42:21.751945+0000 mgr.a (mgr.14403) 22790 : cluster 0 pgmap v17019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:23.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:22 smithi135 bash[32435]: audit 2023-12-08T02:42:21.061253+0000 mgr.a (mgr.14403) 22789 : audit 0 from='client.449976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:23.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:22 smithi135 bash[32435]: cluster 2023-12-08T02:42:21.751945+0000 mgr.a (mgr.14403) 22790 : cluster 0 pgmap v17019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:25.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:24 smithi079 bash[28699]: cluster 2023-12-08T02:42:23.752790+0000 mgr.a (mgr.14403) 22791 : cluster 0 pgmap v17020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:25.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:24 smithi194 bash[32038]: cluster 2023-12-08T02:42:23.752790+0000 mgr.a (mgr.14403) 22791 : cluster 0 pgmap v17020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:25.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:24 smithi135 bash[32435]: cluster 2023-12-08T02:42:23.752790+0000 mgr.a (mgr.14403) 22791 : cluster 0 pgmap v17020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:26.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:26 smithi079 bash[28699]: cluster 2023-12-08T02:42:25.753334+0000 mgr.a (mgr.14403) 22792 : cluster 0 pgmap v17021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:26.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:26 smithi194 bash[32038]: cluster 2023-12-08T02:42:25.753334+0000 mgr.a (mgr.14403) 22792 : cluster 0 pgmap v17021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:26.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:26 smithi135 bash[32435]: cluster 2023-12-08T02:42:25.753334+0000 mgr.a (mgr.14403) 22792 : cluster 0 pgmap v17021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:26.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:42:26.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:26.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:27.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:27.448 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:42:27.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:27.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:27.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:42:29.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:28 smithi079 bash[28699]: audit 2023-12-08T02:42:26.959843+0000 mgr.a (mgr.14403) 22793 : audit 0 from='client.450054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:29.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:28 smithi079 bash[28699]: cluster 2023-12-08T02:42:27.754206+0000 mgr.a (mgr.14403) 22794 : cluster 0 pgmap v17022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:29.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:28 smithi194 bash[32038]: audit 2023-12-08T02:42:26.959843+0000 mgr.a (mgr.14403) 22793 : audit 0 from='client.450054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:29.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:28 smithi194 bash[32038]: cluster 2023-12-08T02:42:27.754206+0000 mgr.a (mgr.14403) 22794 : cluster 0 pgmap v17022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:29.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:28 smithi135 bash[32435]: audit 2023-12-08T02:42:26.959843+0000 mgr.a (mgr.14403) 22793 : audit 0 from='client.450054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:29.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:28 smithi135 bash[32435]: cluster 2023-12-08T02:42:27.754206+0000 mgr.a (mgr.14403) 22794 : cluster 0 pgmap v17022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:31.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:30 smithi079 bash[28699]: cluster 2023-12-08T02:42:29.755118+0000 mgr.a (mgr.14403) 22795 : cluster 0 pgmap v17023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:31.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:30 smithi194 bash[32038]: cluster 2023-12-08T02:42:29.755118+0000 mgr.a (mgr.14403) 22795 : cluster 0 pgmap v17023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:31.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:30 smithi135 bash[32435]: cluster 2023-12-08T02:42:29.755118+0000 mgr.a (mgr.14403) 22795 : cluster 0 pgmap v17023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:32.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:42:32.452 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:32.452 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:33.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:32 smithi079 bash[28699]: cluster 2023-12-08T02:42:31.755814+0000 mgr.a (mgr.14403) 22796 : cluster 0 pgmap v17024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:33.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:32 smithi194 bash[32038]: cluster 2023-12-08T02:42:31.755814+0000 mgr.a (mgr.14403) 22796 : cluster 0 pgmap v17024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:33.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:32 smithi135 bash[32435]: cluster 2023-12-08T02:42:31.755814+0000 mgr.a (mgr.14403) 22796 : cluster 0 pgmap v17024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:33.341 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:42:33.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:33.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:33.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:33.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:42:34.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:33 smithi079 bash[28699]: audit 2023-12-08T02:42:32.851180+0000 mgr.a (mgr.14403) 22797 : audit 0 from='client.450132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:34.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:33 smithi194 bash[32038]: audit 2023-12-08T02:42:32.851180+0000 mgr.a (mgr.14403) 22797 : audit 0 from='client.450132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:34.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:33 smithi135 bash[32435]: audit 2023-12-08T02:42:32.851180+0000 mgr.a (mgr.14403) 22797 : audit 0 from='client.450132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:35.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:34 smithi079 bash[28699]: cluster 2023-12-08T02:42:33.756769+0000 mgr.a (mgr.14403) 22798 : cluster 0 pgmap v17025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:35.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:34 smithi194 bash[32038]: cluster 2023-12-08T02:42:33.756769+0000 mgr.a (mgr.14403) 22798 : cluster 0 pgmap v17025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:35.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:34 smithi135 bash[32435]: cluster 2023-12-08T02:42:33.756769+0000 mgr.a (mgr.14403) 22798 : cluster 0 pgmap v17025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:36.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:36 smithi079 bash[28699]: cluster 2023-12-08T02:42:35.757356+0000 mgr.a (mgr.14403) 22799 : cluster 0 pgmap v17026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:36.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:36 smithi194 bash[32038]: cluster 2023-12-08T02:42:35.757356+0000 mgr.a (mgr.14403) 22799 : cluster 0 pgmap v17026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:36.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:36 smithi135 bash[32435]: cluster 2023-12-08T02:42:35.757356+0000 mgr.a (mgr.14403) 22799 : cluster 0 pgmap v17026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:38.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:42:38.343 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:38.343 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:39.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:38 smithi079 bash[28699]: cluster 2023-12-08T02:42:37.757970+0000 mgr.a (mgr.14403) 22800 : cluster 0 pgmap v17027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:39.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:38 smithi194 bash[32038]: cluster 2023-12-08T02:42:37.757970+0000 mgr.a (mgr.14403) 22800 : cluster 0 pgmap v17027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:39.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:38 smithi135 bash[32435]: cluster 2023-12-08T02:42:37.757970+0000 mgr.a (mgr.14403) 22800 : cluster 0 pgmap v17027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:39.252 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:42:39.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:39.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:39.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:39.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:42:40.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:39 smithi079 bash[28699]: audit 2023-12-08T02:42:38.755206+0000 mgr.a (mgr.14403) 22801 : audit 0 from='client.450207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:40.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:39 smithi194 bash[32038]: audit 2023-12-08T02:42:38.755206+0000 mgr.a (mgr.14403) 22801 : audit 0 from='client.450207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:40.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:39 smithi135 bash[32435]: audit 2023-12-08T02:42:38.755206+0000 mgr.a (mgr.14403) 22801 : audit 0 from='client.450207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:41.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:40 smithi079 bash[28699]: cluster 2023-12-08T02:42:39.759292+0000 mgr.a (mgr.14403) 22802 : cluster 0 pgmap v17028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:41.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:40 smithi194 bash[32038]: cluster 2023-12-08T02:42:39.759292+0000 mgr.a (mgr.14403) 22802 : cluster 0 pgmap v17028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:41.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:40 smithi135 bash[32435]: cluster 2023-12-08T02:42:39.759292+0000 mgr.a (mgr.14403) 22802 : cluster 0 pgmap v17028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:43.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:42 smithi079 bash[28699]: cluster 2023-12-08T02:42:41.759911+0000 mgr.a (mgr.14403) 22803 : cluster 0 pgmap v17029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:43.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:42 smithi194 bash[32038]: cluster 2023-12-08T02:42:41.759911+0000 mgr.a (mgr.14403) 22803 : cluster 0 pgmap v17029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:43.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:42 smithi135 bash[32435]: cluster 2023-12-08T02:42:41.759911+0000 mgr.a (mgr.14403) 22803 : cluster 0 pgmap v17029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:44.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:42:44.255 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:44.256 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:45.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:44 smithi079 bash[28699]: cluster 2023-12-08T02:42:43.760647+0000 mgr.a (mgr.14403) 22804 : cluster 0 pgmap v17030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:45.155 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:42:45.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:45.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:45.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:45.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:42:45.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:44 smithi194 bash[32038]: cluster 2023-12-08T02:42:43.760647+0000 mgr.a (mgr.14403) 22804 : cluster 0 pgmap v17030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:45.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:44 smithi135 bash[32435]: cluster 2023-12-08T02:42:43.760647+0000 mgr.a (mgr.14403) 22804 : cluster 0 pgmap v17030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:46.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:45 smithi079 bash[28699]: audit 2023-12-08T02:42:44.655538+0000 mgr.a (mgr.14403) 22805 : audit 0 from='client.450279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:46.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:45 smithi194 bash[32038]: audit 2023-12-08T02:42:44.655538+0000 mgr.a (mgr.14403) 22805 : audit 0 from='client.450279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:46.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:45 smithi135 bash[32435]: audit 2023-12-08T02:42:44.655538+0000 mgr.a (mgr.14403) 22805 : audit 0 from='client.450279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:47.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:46 smithi079 bash[28699]: cluster 2023-12-08T02:42:45.761307+0000 mgr.a (mgr.14403) 22806 : cluster 0 pgmap v17031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:47.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:46 smithi194 bash[32038]: cluster 2023-12-08T02:42:45.761307+0000 mgr.a (mgr.14403) 22806 : cluster 0 pgmap v17031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:47.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:46 smithi135 bash[32435]: cluster 2023-12-08T02:42:45.761307+0000 mgr.a (mgr.14403) 22806 : cluster 0 pgmap v17031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:49.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:48 smithi079 bash[28699]: cluster 2023-12-08T02:42:47.761881+0000 mgr.a (mgr.14403) 22807 : cluster 0 pgmap v17032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:49.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:48 smithi194 bash[32038]: cluster 2023-12-08T02:42:47.761881+0000 mgr.a (mgr.14403) 22807 : cluster 0 pgmap v17032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:49.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:48 smithi135 bash[32435]: cluster 2023-12-08T02:42:47.761881+0000 mgr.a (mgr.14403) 22807 : cluster 0 pgmap v17032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:42:50.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:42:50.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:50.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:51.067 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:42:51.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:51.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:51.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:51.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:42:51.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:50 smithi079 bash[28699]: cluster 2023-12-08T02:42:49.762680+0000 mgr.a (mgr.14403) 22808 : cluster 0 pgmap v17033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:51.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:50 smithi194 bash[32038]: cluster 2023-12-08T02:42:49.762680+0000 mgr.a (mgr.14403) 22808 : cluster 0 pgmap v17033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:51.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:50 smithi135 bash[32435]: cluster 2023-12-08T02:42:49.762680+0000 mgr.a (mgr.14403) 22808 : cluster 0 pgmap v17033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:52.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:51 smithi079 bash[28699]: audit 2023-12-08T02:42:50.562009+0000 mgr.a (mgr.14403) 22809 : audit 0 from='client.450357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:52.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:51 smithi194 bash[32038]: audit 2023-12-08T02:42:50.562009+0000 mgr.a (mgr.14403) 22809 : audit 0 from='client.450357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:52.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:51 smithi135 bash[32435]: audit 2023-12-08T02:42:50.562009+0000 mgr.a (mgr.14403) 22809 : audit 0 from='client.450357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:53.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:52 smithi079 bash[28699]: cluster 2023-12-08T02:42:51.763389+0000 mgr.a (mgr.14403) 22810 : cluster 0 pgmap v17034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:53.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:52 smithi194 bash[32038]: cluster 2023-12-08T02:42:51.763389+0000 mgr.a (mgr.14403) 22810 : cluster 0 pgmap v17034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:53.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:52 smithi135 bash[32435]: cluster 2023-12-08T02:42:51.763389+0000 mgr.a (mgr.14403) 22810 : cluster 0 pgmap v17034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:55.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:54 smithi079 bash[28699]: cluster 2023-12-08T02:42:53.764174+0000 mgr.a (mgr.14403) 22811 : cluster 0 pgmap v17035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:55.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:54 smithi194 bash[32038]: cluster 2023-12-08T02:42:53.764174+0000 mgr.a (mgr.14403) 22811 : cluster 0 pgmap v17035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:55.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:54 smithi135 bash[32435]: cluster 2023-12-08T02:42:53.764174+0000 mgr.a (mgr.14403) 22811 : cluster 0 pgmap v17035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:42:56.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:42:56.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:42:56.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:42:56.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:56 smithi079 bash[28699]: cluster 2023-12-08T02:42:55.764739+0000 mgr.a (mgr.14403) 22812 : cluster 0 pgmap v17036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:56.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:56 smithi194 bash[32038]: cluster 2023-12-08T02:42:55.764739+0000 mgr.a (mgr.14403) 22812 : cluster 0 pgmap v17036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:56.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:56 smithi135 bash[32435]: cluster 2023-12-08T02:42:55.764739+0000 mgr.a (mgr.14403) 22812 : cluster 0 pgmap v17036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:56.928 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:42:56.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:42:56.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:42:56.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:42:56.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:42:57.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:57 smithi079 bash[28699]: audit 2023-12-08T02:42:56.469186+0000 mgr.a (mgr.14403) 22813 : audit 0 from='client.450432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:57.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:57 smithi194 bash[32038]: audit 2023-12-08T02:42:56.469186+0000 mgr.a (mgr.14403) 22813 : audit 0 from='client.450432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:57.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:57 smithi135 bash[32435]: audit 2023-12-08T02:42:56.469186+0000 mgr.a (mgr.14403) 22813 : audit 0 from='client.450432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:42:58.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:42:58 smithi079 bash[28699]: cluster 2023-12-08T02:42:57.765370+0000 mgr.a (mgr.14403) 22814 : cluster 0 pgmap v17037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:58.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:42:58 smithi194 bash[32038]: cluster 2023-12-08T02:42:57.765370+0000 mgr.a (mgr.14403) 22814 : cluster 0 pgmap v17037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:42:58.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:42:58 smithi135 bash[32435]: cluster 2023-12-08T02:42:57.765370+0000 mgr.a (mgr.14403) 22814 : cluster 0 pgmap v17037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:01.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:00 smithi079 bash[28699]: cluster 2023-12-08T02:42:59.766201+0000 mgr.a (mgr.14403) 22815 : cluster 0 pgmap v17038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:01.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:00 smithi194 bash[32038]: cluster 2023-12-08T02:42:59.766201+0000 mgr.a (mgr.14403) 22815 : cluster 0 pgmap v17038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:01.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:00 smithi135 bash[32435]: cluster 2023-12-08T02:42:59.766201+0000 mgr.a (mgr.14403) 22815 : cluster 0 pgmap v17038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:01.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:43:01.933 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:01.933 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:02.843 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:43:02.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:02.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:02.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:02.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:43:03.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:02 smithi079 bash[28699]: cluster 2023-12-08T02:43:01.766695+0000 mgr.a (mgr.14403) 22816 : cluster 0 pgmap v17039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:03.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:02 smithi194 bash[32038]: cluster 2023-12-08T02:43:01.766695+0000 mgr.a (mgr.14403) 22816 : cluster 0 pgmap v17039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:03.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:02 smithi135 bash[32435]: cluster 2023-12-08T02:43:01.766695+0000 mgr.a (mgr.14403) 22816 : cluster 0 pgmap v17039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:04.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:03 smithi079 bash[28699]: audit 2023-12-08T02:43:02.335686+0000 mgr.a (mgr.14403) 22817 : audit 0 from='client.450510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:04.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:03 smithi194 bash[32038]: audit 2023-12-08T02:43:02.335686+0000 mgr.a (mgr.14403) 22817 : audit 0 from='client.450510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:04.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:03 smithi135 bash[32435]: audit 2023-12-08T02:43:02.335686+0000 mgr.a (mgr.14403) 22817 : audit 0 from='client.450510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:05.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:04 smithi079 bash[28699]: cluster 2023-12-08T02:43:03.767586+0000 mgr.a (mgr.14403) 22818 : cluster 0 pgmap v17040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:05.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:04 smithi194 bash[32038]: cluster 2023-12-08T02:43:03.767586+0000 mgr.a (mgr.14403) 22818 : cluster 0 pgmap v17040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:05.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:04 smithi135 bash[32435]: cluster 2023-12-08T02:43:03.767586+0000 mgr.a (mgr.14403) 22818 : cluster 0 pgmap v17040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:06.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:06 smithi079 bash[28699]: cluster 2023-12-08T02:43:05.768254+0000 mgr.a (mgr.14403) 22819 : cluster 0 pgmap v17041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:06.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:06 smithi194 bash[32038]: cluster 2023-12-08T02:43:05.768254+0000 mgr.a (mgr.14403) 22819 : cluster 0 pgmap v17041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:06.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:06 smithi135 bash[32435]: cluster 2023-12-08T02:43:05.768254+0000 mgr.a (mgr.14403) 22819 : cluster 0 pgmap v17041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:07.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:43:07.846 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:07.846 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:08.766 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:43:08.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:08.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:08.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:08.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:43:09.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:08 smithi079 bash[28699]: cluster 2023-12-08T02:43:07.768981+0000 mgr.a (mgr.14403) 22820 : cluster 0 pgmap v17042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:09.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:08 smithi194 bash[32038]: cluster 2023-12-08T02:43:07.768981+0000 mgr.a (mgr.14403) 22820 : cluster 0 pgmap v17042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:09.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:08 smithi135 bash[32435]: cluster 2023-12-08T02:43:07.768981+0000 mgr.a (mgr.14403) 22820 : cluster 0 pgmap v17042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:10.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:09 smithi079 bash[28699]: audit 2023-12-08T02:43:08.248153+0000 mgr.a (mgr.14403) 22821 : audit 0 from='client.450585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:10.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:09 smithi194 bash[32038]: audit 2023-12-08T02:43:08.248153+0000 mgr.a (mgr.14403) 22821 : audit 0 from='client.450585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:10.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:09 smithi135 bash[32435]: audit 2023-12-08T02:43:08.248153+0000 mgr.a (mgr.14403) 22821 : audit 0 from='client.450585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:11.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:10 smithi079 bash[28699]: cluster 2023-12-08T02:43:09.769918+0000 mgr.a (mgr.14403) 22822 : cluster 0 pgmap v17043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:43:11.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:10 smithi194 bash[32038]: cluster 2023-12-08T02:43:09.769918+0000 mgr.a (mgr.14403) 22822 : cluster 0 pgmap v17043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:43:11.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:10 smithi135 bash[32435]: cluster 2023-12-08T02:43:09.769918+0000 mgr.a (mgr.14403) 22822 : cluster 0 pgmap v17043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:43:13.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:12 smithi079 bash[28699]: cluster 2023-12-08T02:43:11.770597+0000 mgr.a (mgr.14403) 22823 : cluster 0 pgmap v17044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:43:13.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:12 smithi194 bash[32038]: cluster 2023-12-08T02:43:11.770597+0000 mgr.a (mgr.14403) 22823 : cluster 0 pgmap v17044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:43:13.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:12 smithi135 bash[32435]: cluster 2023-12-08T02:43:11.770597+0000 mgr.a (mgr.14403) 22823 : cluster 0 pgmap v17044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:43:13.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:43:13.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:13.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:14.661 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:43:14.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:14.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:14.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:14.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:43:15.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:14 smithi079 bash[28699]: cluster 2023-12-08T02:43:13.771422+0000 mgr.a (mgr.14403) 22824 : cluster 0 pgmap v17045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:15.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:14 smithi194 bash[32038]: cluster 2023-12-08T02:43:13.771422+0000 mgr.a (mgr.14403) 22824 : cluster 0 pgmap v17045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:15.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:14 smithi135 bash[32435]: cluster 2023-12-08T02:43:13.771422+0000 mgr.a (mgr.14403) 22824 : cluster 0 pgmap v17045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:16.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:15 smithi079 bash[28699]: audit 2023-12-08T02:43:14.174185+0000 mgr.a (mgr.14403) 22825 : audit 0 from='client.450657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:16.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:15 smithi194 bash[32038]: audit 2023-12-08T02:43:14.174185+0000 mgr.a (mgr.14403) 22825 : audit 0 from='client.450657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:16.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:15 smithi135 bash[32435]: audit 2023-12-08T02:43:14.174185+0000 mgr.a (mgr.14403) 22825 : audit 0 from='client.450657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:17.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:16 smithi079 bash[28699]: cluster 2023-12-08T02:43:15.772094+0000 mgr.a (mgr.14403) 22826 : cluster 0 pgmap v17046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:17.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:16 smithi194 bash[32038]: cluster 2023-12-08T02:43:15.772094+0000 mgr.a (mgr.14403) 22826 : cluster 0 pgmap v17046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:17.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:16 smithi135 bash[32435]: cluster 2023-12-08T02:43:15.772094+0000 mgr.a (mgr.14403) 22826 : cluster 0 pgmap v17046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:19.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:18 smithi079 bash[28699]: cluster 2023-12-08T02:43:17.772671+0000 mgr.a (mgr.14403) 22827 : cluster 0 pgmap v17047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:19.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:18 smithi194 bash[32038]: cluster 2023-12-08T02:43:17.772671+0000 mgr.a (mgr.14403) 22827 : cluster 0 pgmap v17047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:19.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:18 smithi135 bash[32435]: cluster 2023-12-08T02:43:17.772671+0000 mgr.a (mgr.14403) 22827 : cluster 0 pgmap v17047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:19.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:43:19.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:19.664 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:20.566 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:43:20.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:20.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:20.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:20.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:43:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:20 smithi079 bash[28699]: cluster 2023-12-08T02:43:19.773457+0000 mgr.a (mgr.14403) 22828 : cluster 0 pgmap v17048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:20 smithi079 bash[28699]: audit 2023-12-08T02:43:20.709431+0000 mon.a (mon.0) 3599 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:43:21.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:20 smithi194 bash[32038]: cluster 2023-12-08T02:43:19.773457+0000 mgr.a (mgr.14403) 22828 : cluster 0 pgmap v17048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:21.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:20 smithi194 bash[32038]: audit 2023-12-08T02:43:20.709431+0000 mon.a (mon.0) 3599 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:43:21.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:20 smithi135 bash[32435]: cluster 2023-12-08T02:43:19.773457+0000 mgr.a (mgr.14403) 22828 : cluster 0 pgmap v17048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:21.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:20 smithi135 bash[32435]: audit 2023-12-08T02:43:20.709431+0000 mon.a (mon.0) 3599 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:43:22.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:21 smithi079 bash[28699]: audit 2023-12-08T02:43:20.070810+0000 mgr.a (mgr.14403) 22829 : audit 0 from='client.450735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:22.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:21 smithi079 bash[28699]: audit 2023-12-08T02:43:21.238018+0000 mon.a (mon.0) 3600 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:43:22.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:21 smithi079 bash[28699]: audit 2023-12-08T02:43:21.243600+0000 mon.a (mon.0) 3601 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:43:22.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:21 smithi194 bash[32038]: audit 2023-12-08T02:43:20.070810+0000 mgr.a (mgr.14403) 22829 : audit 0 from='client.450735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:22.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:21 smithi194 bash[32038]: audit 2023-12-08T02:43:21.238018+0000 mon.a (mon.0) 3600 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:43:22.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:21 smithi194 bash[32038]: audit 2023-12-08T02:43:21.243600+0000 mon.a (mon.0) 3601 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:43:22.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:21 smithi135 bash[32435]: audit 2023-12-08T02:43:20.070810+0000 mgr.a (mgr.14403) 22829 : audit 0 from='client.450735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:22.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:21 smithi135 bash[32435]: audit 2023-12-08T02:43:21.238018+0000 mon.a (mon.0) 3600 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:43:22.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:21 smithi135 bash[32435]: audit 2023-12-08T02:43:21.243600+0000 mon.a (mon.0) 3601 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:43:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:22 smithi079 bash[28699]: cluster 2023-12-08T02:43:21.774077+0000 mgr.a (mgr.14403) 22830 : cluster 0 pgmap v17049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:43:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:22 smithi079 bash[28699]: audit 2023-12-08T02:43:21.979115+0000 mon.a (mon.0) 3602 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:43:23.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:22 smithi079 bash[28699]: audit 2023-12-08T02:43:21.981294+0000 mon.a (mon.0) 3603 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:43:23.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:22 smithi079 bash[28699]: audit 2023-12-08T02:43:21.991665+0000 mon.a (mon.0) 3604 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:43:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:22 smithi194 bash[32038]: cluster 2023-12-08T02:43:21.774077+0000 mgr.a (mgr.14403) 22830 : cluster 0 pgmap v17049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:43:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:22 smithi194 bash[32038]: audit 2023-12-08T02:43:21.979115+0000 mon.a (mon.0) 3602 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:43:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:22 smithi194 bash[32038]: audit 2023-12-08T02:43:21.981294+0000 mon.a (mon.0) 3603 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:43:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:22 smithi194 bash[32038]: audit 2023-12-08T02:43:21.991665+0000 mon.a (mon.0) 3604 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:43:23.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:22 smithi135 bash[32435]: cluster 2023-12-08T02:43:21.774077+0000 mgr.a (mgr.14403) 22830 : cluster 0 pgmap v17049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:43:23.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:22 smithi135 bash[32435]: audit 2023-12-08T02:43:21.979115+0000 mon.a (mon.0) 3602 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:43:23.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:22 smithi135 bash[32435]: audit 2023-12-08T02:43:21.981294+0000 mon.a (mon.0) 3603 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:43:23.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:22 smithi135 bash[32435]: audit 2023-12-08T02:43:21.991665+0000 mon.a (mon.0) 3604 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:43:25.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:24 smithi079 bash[28699]: cluster 2023-12-08T02:43:23.774858+0000 mgr.a (mgr.14403) 22831 : cluster 0 pgmap v17050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:43:25.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:24 smithi194 bash[32038]: cluster 2023-12-08T02:43:23.774858+0000 mgr.a (mgr.14403) 22831 : cluster 0 pgmap v17050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:43:25.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:24 smithi135 bash[32435]: cluster 2023-12-08T02:43:23.774858+0000 mgr.a (mgr.14403) 22831 : cluster 0 pgmap v17050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:43:25.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:43:25.571 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:25.571 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:26.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:26 smithi079 bash[28699]: cluster 2023-12-08T02:43:25.775390+0000 mgr.a (mgr.14403) 22832 : cluster 0 pgmap v17051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:26.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:26 smithi194 bash[32038]: cluster 2023-12-08T02:43:25.775390+0000 mgr.a (mgr.14403) 22832 : cluster 0 pgmap v17051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:26.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:26 smithi135 bash[32435]: cluster 2023-12-08T02:43:25.775390+0000 mgr.a (mgr.14403) 22832 : cluster 0 pgmap v17051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:26.488 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:43:26.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:26.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:26.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:26.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:43:27.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:27 smithi079 bash[28699]: audit 2023-12-08T02:43:25.985701+0000 mgr.a (mgr.14403) 22833 : audit 0 from='client.450813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:27.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:27 smithi194 bash[32038]: audit 2023-12-08T02:43:25.985701+0000 mgr.a (mgr.14403) 22833 : audit 0 from='client.450813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:27.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:27 smithi135 bash[32435]: audit 2023-12-08T02:43:25.985701+0000 mgr.a (mgr.14403) 22833 : audit 0 from='client.450813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:28.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:28 smithi079 bash[28699]: cluster 2023-12-08T02:43:27.776033+0000 mgr.a (mgr.14403) 22834 : cluster 0 pgmap v17052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:28.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:28 smithi194 bash[32038]: cluster 2023-12-08T02:43:27.776033+0000 mgr.a (mgr.14403) 22834 : cluster 0 pgmap v17052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:28.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:28 smithi135 bash[32435]: cluster 2023-12-08T02:43:27.776033+0000 mgr.a (mgr.14403) 22834 : cluster 0 pgmap v17052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:31.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:30 smithi079 bash[28699]: cluster 2023-12-08T02:43:29.776825+0000 mgr.a (mgr.14403) 22835 : cluster 0 pgmap v17053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:31.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:30 smithi194 bash[32038]: cluster 2023-12-08T02:43:29.776825+0000 mgr.a (mgr.14403) 22835 : cluster 0 pgmap v17053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:31.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:30 smithi135 bash[32435]: cluster 2023-12-08T02:43:29.776825+0000 mgr.a (mgr.14403) 22835 : cluster 0 pgmap v17053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:31.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:43:31.491 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:31.492 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:32.384 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:43:32.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:32.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:32.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:32.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:43:33.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:32 smithi079 bash[28699]: cluster 2023-12-08T02:43:31.777330+0000 mgr.a (mgr.14403) 22836 : cluster 0 pgmap v17054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:33.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:32 smithi194 bash[32038]: cluster 2023-12-08T02:43:31.777330+0000 mgr.a (mgr.14403) 22836 : cluster 0 pgmap v17054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:33.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:32 smithi135 bash[32435]: cluster 2023-12-08T02:43:31.777330+0000 mgr.a (mgr.14403) 22836 : cluster 0 pgmap v17054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:34.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:33 smithi079 bash[28699]: audit 2023-12-08T02:43:31.907888+0000 mgr.a (mgr.14403) 22837 : audit 0 from='client.450891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:34.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:33 smithi194 bash[32038]: audit 2023-12-08T02:43:31.907888+0000 mgr.a (mgr.14403) 22837 : audit 0 from='client.450891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:34.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:33 smithi135 bash[32435]: audit 2023-12-08T02:43:31.907888+0000 mgr.a (mgr.14403) 22837 : audit 0 from='client.450891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:35.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:34 smithi079 bash[28699]: cluster 2023-12-08T02:43:33.778234+0000 mgr.a (mgr.14403) 22838 : cluster 0 pgmap v17055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:35.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:34 smithi194 bash[32038]: cluster 2023-12-08T02:43:33.778234+0000 mgr.a (mgr.14403) 22838 : cluster 0 pgmap v17055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:35.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:34 smithi135 bash[32435]: cluster 2023-12-08T02:43:33.778234+0000 mgr.a (mgr.14403) 22838 : cluster 0 pgmap v17055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:36.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:36 smithi079 bash[28699]: cluster 2023-12-08T02:43:35.778783+0000 mgr.a (mgr.14403) 22839 : cluster 0 pgmap v17056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:36.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:36 smithi194 bash[32038]: cluster 2023-12-08T02:43:35.778783+0000 mgr.a (mgr.14403) 22839 : cluster 0 pgmap v17056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:36.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:36 smithi135 bash[32435]: cluster 2023-12-08T02:43:35.778783+0000 mgr.a (mgr.14403) 22839 : cluster 0 pgmap v17056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:37.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:43:37.388 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:37.388 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:38.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:38.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:38.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:38.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:43:38.282 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:43:39.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:38 smithi079 bash[28699]: cluster 2023-12-08T02:43:37.779389+0000 mgr.a (mgr.14403) 22840 : cluster 0 pgmap v17057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:39.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:38 smithi079 bash[28699]: audit 2023-12-08T02:43:37.781742+0000 mgr.a (mgr.14403) 22841 : audit 0 from='client.450969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:39.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:38 smithi194 bash[32038]: cluster 2023-12-08T02:43:37.779389+0000 mgr.a (mgr.14403) 22840 : cluster 0 pgmap v17057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:39.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:38 smithi194 bash[32038]: audit 2023-12-08T02:43:37.781742+0000 mgr.a (mgr.14403) 22841 : audit 0 from='client.450969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:39.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:38 smithi135 bash[32435]: cluster 2023-12-08T02:43:37.779389+0000 mgr.a (mgr.14403) 22840 : cluster 0 pgmap v17057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:39.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:38 smithi135 bash[32435]: audit 2023-12-08T02:43:37.781742+0000 mgr.a (mgr.14403) 22841 : audit 0 from='client.450969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:41.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:40 smithi079 bash[28699]: cluster 2023-12-08T02:43:39.780418+0000 mgr.a (mgr.14403) 22842 : cluster 0 pgmap v17058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:41.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:40 smithi194 bash[32038]: cluster 2023-12-08T02:43:39.780418+0000 mgr.a (mgr.14403) 22842 : cluster 0 pgmap v17058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:41.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:40 smithi135 bash[32435]: cluster 2023-12-08T02:43:39.780418+0000 mgr.a (mgr.14403) 22842 : cluster 0 pgmap v17058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:43:43.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:42 smithi079 bash[28699]: cluster 2023-12-08T02:43:41.780988+0000 mgr.a (mgr.14403) 22843 : cluster 0 pgmap v17059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:43.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:42 smithi194 bash[32038]: cluster 2023-12-08T02:43:41.780988+0000 mgr.a (mgr.14403) 22843 : cluster 0 pgmap v17059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:43.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:42 smithi135 bash[32435]: cluster 2023-12-08T02:43:41.780988+0000 mgr.a (mgr.14403) 22843 : cluster 0 pgmap v17059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:43.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:43:43.283 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:43.283 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:44.216 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:43:44.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:44.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:44.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:44.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:43:45.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:44 smithi079 bash[28699]: audit 2023-12-08T02:43:43.691460+0000 mgr.a (mgr.14403) 22844 : audit 0 from='client.341638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:45.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:44 smithi079 bash[28699]: cluster 2023-12-08T02:43:43.781700+0000 mgr.a (mgr.14403) 22845 : cluster 0 pgmap v17060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:45.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:44 smithi194 bash[32038]: audit 2023-12-08T02:43:43.691460+0000 mgr.a (mgr.14403) 22844 : audit 0 from='client.341638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:45.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:44 smithi194 bash[32038]: cluster 2023-12-08T02:43:43.781700+0000 mgr.a (mgr.14403) 22845 : cluster 0 pgmap v17060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:45.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:44 smithi135 bash[32435]: audit 2023-12-08T02:43:43.691460+0000 mgr.a (mgr.14403) 22844 : audit 0 from='client.341638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:45.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:44 smithi135 bash[32435]: cluster 2023-12-08T02:43:43.781700+0000 mgr.a (mgr.14403) 22845 : cluster 0 pgmap v17060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:46.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:46 smithi079 bash[28699]: cluster 2023-12-08T02:43:45.782323+0000 mgr.a (mgr.14403) 22846 : cluster 0 pgmap v17061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:46.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:46 smithi194 bash[32038]: cluster 2023-12-08T02:43:45.782323+0000 mgr.a (mgr.14403) 22846 : cluster 0 pgmap v17061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:46.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:46 smithi135 bash[32435]: cluster 2023-12-08T02:43:45.782323+0000 mgr.a (mgr.14403) 22846 : cluster 0 pgmap v17061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:49.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:48 smithi079 bash[28699]: cluster 2023-12-08T02:43:47.783045+0000 mgr.a (mgr.14403) 22847 : cluster 0 pgmap v17062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:49.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:48 smithi194 bash[32038]: cluster 2023-12-08T02:43:47.783045+0000 mgr.a (mgr.14403) 22847 : cluster 0 pgmap v17062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:49.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:48 smithi135 bash[32435]: cluster 2023-12-08T02:43:47.783045+0000 mgr.a (mgr.14403) 22847 : cluster 0 pgmap v17062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:49.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:43:49.219 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:49.219 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:50.111 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:43:50.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:50.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:50.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:50.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:43:51.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:50 smithi079 bash[28699]: audit 2023-12-08T02:43:49.618123+0000 mgr.a (mgr.14403) 22848 : audit 0 from='client.451116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:51.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:50 smithi079 bash[28699]: cluster 2023-12-08T02:43:49.784345+0000 mgr.a (mgr.14403) 22849 : cluster 0 pgmap v17063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:51.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:50 smithi194 bash[32038]: audit 2023-12-08T02:43:49.618123+0000 mgr.a (mgr.14403) 22848 : audit 0 from='client.451116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:51.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:50 smithi194 bash[32038]: cluster 2023-12-08T02:43:49.784345+0000 mgr.a (mgr.14403) 22849 : cluster 0 pgmap v17063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:51.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:50 smithi135 bash[32435]: audit 2023-12-08T02:43:49.618123+0000 mgr.a (mgr.14403) 22848 : audit 0 from='client.451116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:51.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:50 smithi135 bash[32435]: cluster 2023-12-08T02:43:49.784345+0000 mgr.a (mgr.14403) 22849 : cluster 0 pgmap v17063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:53.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:52 smithi079 bash[28699]: cluster 2023-12-08T02:43:51.785039+0000 mgr.a (mgr.14403) 22850 : cluster 0 pgmap v17064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:53.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:52 smithi194 bash[32038]: cluster 2023-12-08T02:43:51.785039+0000 mgr.a (mgr.14403) 22850 : cluster 0 pgmap v17064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:53.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:52 smithi135 bash[32435]: cluster 2023-12-08T02:43:51.785039+0000 mgr.a (mgr.14403) 22850 : cluster 0 pgmap v17064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:43:55.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:43:55.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:43:55.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:43:55.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:54 smithi079 bash[28699]: cluster 2023-12-08T02:43:53.785836+0000 mgr.a (mgr.14403) 22851 : cluster 0 pgmap v17065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:55.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:54 smithi194 bash[32038]: cluster 2023-12-08T02:43:53.785836+0000 mgr.a (mgr.14403) 22851 : cluster 0 pgmap v17065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:55.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:54 smithi135 bash[32435]: cluster 2023-12-08T02:43:53.785836+0000 mgr.a (mgr.14403) 22851 : cluster 0 pgmap v17065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:55.998 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:43:55.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:43:55.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:43:55.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:43:55.998 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:43:56.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:56 smithi079 bash[28699]: audit 2023-12-08T02:43:55.515967+0000 mgr.a (mgr.14403) 22852 : audit 0 from='client.451194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:56.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:56 smithi079 bash[28699]: cluster 2023-12-08T02:43:55.786462+0000 mgr.a (mgr.14403) 22853 : cluster 0 pgmap v17066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:56.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:56 smithi194 bash[32038]: audit 2023-12-08T02:43:55.515967+0000 mgr.a (mgr.14403) 22852 : audit 0 from='client.451194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:56.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:56 smithi194 bash[32038]: cluster 2023-12-08T02:43:55.786462+0000 mgr.a (mgr.14403) 22853 : cluster 0 pgmap v17066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:56.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:56 smithi135 bash[32435]: audit 2023-12-08T02:43:55.515967+0000 mgr.a (mgr.14403) 22852 : audit 0 from='client.451194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:43:56.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:56 smithi135 bash[32435]: cluster 2023-12-08T02:43:55.786462+0000 mgr.a (mgr.14403) 22853 : cluster 0 pgmap v17066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:59.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:43:58 smithi079 bash[28699]: cluster 2023-12-08T02:43:57.787176+0000 mgr.a (mgr.14403) 22854 : cluster 0 pgmap v17067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:59.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:43:58 smithi194 bash[32038]: cluster 2023-12-08T02:43:57.787176+0000 mgr.a (mgr.14403) 22854 : cluster 0 pgmap v17067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:43:59.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:43:58 smithi135 bash[32435]: cluster 2023-12-08T02:43:57.787176+0000 mgr.a (mgr.14403) 22854 : cluster 0 pgmap v17067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:01.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:44:01.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:01.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:01.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:00 smithi079 bash[28699]: cluster 2023-12-08T02:43:59.787943+0000 mgr.a (mgr.14403) 22855 : cluster 0 pgmap v17068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:01.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:00 smithi194 bash[32038]: cluster 2023-12-08T02:43:59.787943+0000 mgr.a (mgr.14403) 22855 : cluster 0 pgmap v17068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:01.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:00 smithi135 bash[32435]: cluster 2023-12-08T02:43:59.787943+0000 mgr.a (mgr.14403) 22855 : cluster 0 pgmap v17068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:01.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:01.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:01.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:01.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:44:01.922 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:44:03.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:02 smithi079 bash[28699]: audit 2023-12-08T02:44:01.409545+0000 mgr.a (mgr.14403) 22856 : audit 0 from='client.451269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:03.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:02 smithi079 bash[28699]: cluster 2023-12-08T02:44:01.793568+0000 mgr.a (mgr.14403) 22857 : cluster 0 pgmap v17069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:03.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:02 smithi194 bash[32038]: audit 2023-12-08T02:44:01.409545+0000 mgr.a (mgr.14403) 22856 : audit 0 from='client.451269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:03.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:02 smithi194 bash[32038]: cluster 2023-12-08T02:44:01.793568+0000 mgr.a (mgr.14403) 22857 : cluster 0 pgmap v17069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:03.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:02 smithi135 bash[32435]: audit 2023-12-08T02:44:01.409545+0000 mgr.a (mgr.14403) 22856 : audit 0 from='client.451269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:03.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:02 smithi135 bash[32435]: cluster 2023-12-08T02:44:01.793568+0000 mgr.a (mgr.14403) 22857 : cluster 0 pgmap v17069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:05.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:04 smithi079 bash[28699]: cluster 2023-12-08T02:44:03.794562+0000 mgr.a (mgr.14403) 22858 : cluster 0 pgmap v17070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:05.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:04 smithi194 bash[32038]: cluster 2023-12-08T02:44:03.794562+0000 mgr.a (mgr.14403) 22858 : cluster 0 pgmap v17070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:05.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:04 smithi135 bash[32435]: cluster 2023-12-08T02:44:03.794562+0000 mgr.a (mgr.14403) 22858 : cluster 0 pgmap v17070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:06.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:06 smithi079 bash[28699]: cluster 2023-12-08T02:44:05.795268+0000 mgr.a (mgr.14403) 22859 : cluster 0 pgmap v17071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:06.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:06 smithi194 bash[32038]: cluster 2023-12-08T02:44:05.795268+0000 mgr.a (mgr.14403) 22859 : cluster 0 pgmap v17071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:06.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:06 smithi135 bash[32435]: cluster 2023-12-08T02:44:05.795268+0000 mgr.a (mgr.14403) 22859 : cluster 0 pgmap v17071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:06.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:44:06.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:06.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:07.826 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:44:07.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:07.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:07.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:07.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:44:09.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:08 smithi079 bash[28699]: audit 2023-12-08T02:44:07.332617+0000 mgr.a (mgr.14403) 22860 : audit 0 from='client.451347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:09.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:08 smithi079 bash[28699]: cluster 2023-12-08T02:44:07.795799+0000 mgr.a (mgr.14403) 22861 : cluster 0 pgmap v17072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:09.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:08 smithi194 bash[32038]: audit 2023-12-08T02:44:07.332617+0000 mgr.a (mgr.14403) 22860 : audit 0 from='client.451347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:09.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:08 smithi194 bash[32038]: cluster 2023-12-08T02:44:07.795799+0000 mgr.a (mgr.14403) 22861 : cluster 0 pgmap v17072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:09.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:08 smithi135 bash[32435]: audit 2023-12-08T02:44:07.332617+0000 mgr.a (mgr.14403) 22860 : audit 0 from='client.451347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:09.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:08 smithi135 bash[32435]: cluster 2023-12-08T02:44:07.795799+0000 mgr.a (mgr.14403) 22861 : cluster 0 pgmap v17072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:11.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:10 smithi079 bash[28699]: cluster 2023-12-08T02:44:09.796620+0000 mgr.a (mgr.14403) 22862 : cluster 0 pgmap v17073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:11.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:10 smithi194 bash[32038]: cluster 2023-12-08T02:44:09.796620+0000 mgr.a (mgr.14403) 22862 : cluster 0 pgmap v17073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:11.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:10 smithi135 bash[32435]: cluster 2023-12-08T02:44:09.796620+0000 mgr.a (mgr.14403) 22862 : cluster 0 pgmap v17073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:12.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:44:12.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:12.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:13.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:12 smithi079 bash[28699]: cluster 2023-12-08T02:44:11.797208+0000 mgr.a (mgr.14403) 22863 : cluster 0 pgmap v17074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:13.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:12 smithi194 bash[32038]: cluster 2023-12-08T02:44:11.797208+0000 mgr.a (mgr.14403) 22863 : cluster 0 pgmap v17074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:13.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:12 smithi135 bash[32435]: cluster 2023-12-08T02:44:11.797208+0000 mgr.a (mgr.14403) 22863 : cluster 0 pgmap v17074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:13.731 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:44:13.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:13.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:13.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:13.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:44:15.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:14 smithi079 bash[28699]: audit 2023-12-08T02:44:13.237948+0000 mgr.a (mgr.14403) 22864 : audit 0 from='client.451425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:15.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:14 smithi079 bash[28699]: cluster 2023-12-08T02:44:13.798216+0000 mgr.a (mgr.14403) 22865 : cluster 0 pgmap v17075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:44:15.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:14 smithi194 bash[32038]: audit 2023-12-08T02:44:13.237948+0000 mgr.a (mgr.14403) 22864 : audit 0 from='client.451425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:15.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:14 smithi194 bash[32038]: cluster 2023-12-08T02:44:13.798216+0000 mgr.a (mgr.14403) 22865 : cluster 0 pgmap v17075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:44:15.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:14 smithi135 bash[32435]: audit 2023-12-08T02:44:13.237948+0000 mgr.a (mgr.14403) 22864 : audit 0 from='client.451425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:15.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:14 smithi135 bash[32435]: cluster 2023-12-08T02:44:13.798216+0000 mgr.a (mgr.14403) 22865 : cluster 0 pgmap v17075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:44:16.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:16 smithi079 bash[28699]: cluster 2023-12-08T02:44:15.798824+0000 mgr.a (mgr.14403) 22866 : cluster 0 pgmap v17076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:44:16.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:16 smithi194 bash[32038]: cluster 2023-12-08T02:44:15.798824+0000 mgr.a (mgr.14403) 22866 : cluster 0 pgmap v17076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:44:16.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:16 smithi135 bash[32435]: cluster 2023-12-08T02:44:15.798824+0000 mgr.a (mgr.14403) 22866 : cluster 0 pgmap v17076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:44:18.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:44:18.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:18.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:19.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:18 smithi079 bash[28699]: cluster 2023-12-08T02:44:17.799424+0000 mgr.a (mgr.14403) 22867 : cluster 0 pgmap v17077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:44:19.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:18 smithi194 bash[32038]: cluster 2023-12-08T02:44:17.799424+0000 mgr.a (mgr.14403) 22867 : cluster 0 pgmap v17077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:44:19.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:18 smithi135 bash[32435]: cluster 2023-12-08T02:44:17.799424+0000 mgr.a (mgr.14403) 22867 : cluster 0 pgmap v17077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:44:19.634 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:44:19.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:19.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:19.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:19.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:44:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:20 smithi079 bash[28699]: audit 2023-12-08T02:44:19.144930+0000 mgr.a (mgr.14403) 22868 : audit 0 from='client.451500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:20 smithi079 bash[28699]: cluster 2023-12-08T02:44:19.800485+0000 mgr.a (mgr.14403) 22869 : cluster 0 pgmap v17078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:21.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:20 smithi194 bash[32038]: audit 2023-12-08T02:44:19.144930+0000 mgr.a (mgr.14403) 22868 : audit 0 from='client.451500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:21.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:20 smithi194 bash[32038]: cluster 2023-12-08T02:44:19.800485+0000 mgr.a (mgr.14403) 22869 : cluster 0 pgmap v17078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:21.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:20 smithi135 bash[32435]: audit 2023-12-08T02:44:19.144930+0000 mgr.a (mgr.14403) 22868 : audit 0 from='client.451500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:21.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:20 smithi135 bash[32435]: cluster 2023-12-08T02:44:19.800485+0000 mgr.a (mgr.14403) 22869 : cluster 0 pgmap v17078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:22 smithi079 bash[28699]: cluster 2023-12-08T02:44:21.801100+0000 mgr.a (mgr.14403) 22870 : cluster 0 pgmap v17079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:22 smithi079 bash[28699]: audit 2023-12-08T02:44:22.093918+0000 mon.a (mon.0) 3605 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:44:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:22 smithi079 bash[28699]: audit 2023-12-08T02:44:22.846133+0000 mon.a (mon.0) 3606 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:44:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:22 smithi079 bash[28699]: audit 2023-12-08T02:44:22.848141+0000 mon.a (mon.0) 3607 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:44:23.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:22 smithi079 bash[28699]: audit 2023-12-08T02:44:22.857190+0000 mon.a (mon.0) 3608 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:44:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:22 smithi194 bash[32038]: cluster 2023-12-08T02:44:21.801100+0000 mgr.a (mgr.14403) 22870 : cluster 0 pgmap v17079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:22 smithi194 bash[32038]: audit 2023-12-08T02:44:22.093918+0000 mon.a (mon.0) 3605 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:44:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:22 smithi194 bash[32038]: audit 2023-12-08T02:44:22.846133+0000 mon.a (mon.0) 3606 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:44:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:22 smithi194 bash[32038]: audit 2023-12-08T02:44:22.848141+0000 mon.a (mon.0) 3607 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:44:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:22 smithi194 bash[32038]: audit 2023-12-08T02:44:22.857190+0000 mon.a (mon.0) 3608 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:44:23.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:22 smithi135 bash[32435]: cluster 2023-12-08T02:44:21.801100+0000 mgr.a (mgr.14403) 22870 : cluster 0 pgmap v17079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:23.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:22 smithi135 bash[32435]: audit 2023-12-08T02:44:22.093918+0000 mon.a (mon.0) 3605 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:44:23.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:22 smithi135 bash[32435]: audit 2023-12-08T02:44:22.846133+0000 mon.a (mon.0) 3606 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:44:23.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:22 smithi135 bash[32435]: audit 2023-12-08T02:44:22.848141+0000 mon.a (mon.0) 3607 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:44:23.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:22 smithi135 bash[32435]: audit 2023-12-08T02:44:22.857190+0000 mon.a (mon.0) 3608 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:44:24.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:44:24.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:24.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:25.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:24 smithi079 bash[28699]: cluster 2023-12-08T02:44:23.801887+0000 mgr.a (mgr.14403) 22871 : cluster 0 pgmap v17080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:25.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:24 smithi194 bash[32038]: cluster 2023-12-08T02:44:23.801887+0000 mgr.a (mgr.14403) 22871 : cluster 0 pgmap v17080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:25.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:24 smithi135 bash[32435]: cluster 2023-12-08T02:44:23.801887+0000 mgr.a (mgr.14403) 22871 : cluster 0 pgmap v17080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:25.537 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:44:25.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:25.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:25.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:25.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:44:26.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:26 smithi079 bash[28699]: audit 2023-12-08T02:44:25.040441+0000 mgr.a (mgr.14403) 22872 : audit 0 from='client.451578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:26.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:26 smithi079 bash[28699]: cluster 2023-12-08T02:44:25.802603+0000 mgr.a (mgr.14403) 22873 : cluster 0 pgmap v17081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:44:26.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:26 smithi194 bash[32038]: audit 2023-12-08T02:44:25.040441+0000 mgr.a (mgr.14403) 22872 : audit 0 from='client.451578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:26.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:26 smithi194 bash[32038]: cluster 2023-12-08T02:44:25.802603+0000 mgr.a (mgr.14403) 22873 : cluster 0 pgmap v17081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:44:26.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:26 smithi135 bash[32435]: audit 2023-12-08T02:44:25.040441+0000 mgr.a (mgr.14403) 22872 : audit 0 from='client.451578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:26.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:26 smithi135 bash[32435]: cluster 2023-12-08T02:44:25.802603+0000 mgr.a (mgr.14403) 22873 : cluster 0 pgmap v17081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:44:29.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:28 smithi079 bash[28699]: cluster 2023-12-08T02:44:27.803223+0000 mgr.a (mgr.14403) 22874 : cluster 0 pgmap v17082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:44:29.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:28 smithi194 bash[32038]: cluster 2023-12-08T02:44:27.803223+0000 mgr.a (mgr.14403) 22874 : cluster 0 pgmap v17082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:44:29.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:28 smithi135 bash[32435]: cluster 2023-12-08T02:44:27.803223+0000 mgr.a (mgr.14403) 22874 : cluster 0 pgmap v17082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:44:30.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:44:30.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:30.541 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:31.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:30 smithi079 bash[28699]: cluster 2023-12-08T02:44:29.804015+0000 mgr.a (mgr.14403) 22875 : cluster 0 pgmap v17083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:44:31.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:30 smithi194 bash[32038]: cluster 2023-12-08T02:44:29.804015+0000 mgr.a (mgr.14403) 22875 : cluster 0 pgmap v17083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:44:31.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:30 smithi135 bash[32435]: cluster 2023-12-08T02:44:29.804015+0000 mgr.a (mgr.14403) 22875 : cluster 0 pgmap v17083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:44:31.456 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:44:31.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:31.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:31.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:31.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:44:33.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:32 smithi079 bash[28699]: audit 2023-12-08T02:44:30.952339+0000 mgr.a (mgr.14403) 22876 : audit 0 from='client.451653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:33.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:32 smithi079 bash[28699]: cluster 2023-12-08T02:44:31.804794+0000 mgr.a (mgr.14403) 22877 : cluster 0 pgmap v17084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:33.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:32 smithi194 bash[32038]: audit 2023-12-08T02:44:30.952339+0000 mgr.a (mgr.14403) 22876 : audit 0 from='client.451653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:33.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:32 smithi194 bash[32038]: cluster 2023-12-08T02:44:31.804794+0000 mgr.a (mgr.14403) 22877 : cluster 0 pgmap v17084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:33.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:32 smithi135 bash[32435]: audit 2023-12-08T02:44:30.952339+0000 mgr.a (mgr.14403) 22876 : audit 0 from='client.451653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:33.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:32 smithi135 bash[32435]: cluster 2023-12-08T02:44:31.804794+0000 mgr.a (mgr.14403) 22877 : cluster 0 pgmap v17084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:35.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:34 smithi079 bash[28699]: cluster 2023-12-08T02:44:33.805656+0000 mgr.a (mgr.14403) 22878 : cluster 0 pgmap v17085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:35.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:34 smithi194 bash[32038]: cluster 2023-12-08T02:44:33.805656+0000 mgr.a (mgr.14403) 22878 : cluster 0 pgmap v17085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:35.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:34 smithi135 bash[32435]: cluster 2023-12-08T02:44:33.805656+0000 mgr.a (mgr.14403) 22878 : cluster 0 pgmap v17085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:36.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:36 smithi079 bash[28699]: cluster 2023-12-08T02:44:35.806221+0000 mgr.a (mgr.14403) 22879 : cluster 0 pgmap v17086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:36.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:36 smithi194 bash[32038]: cluster 2023-12-08T02:44:35.806221+0000 mgr.a (mgr.14403) 22879 : cluster 0 pgmap v17086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:36.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:36 smithi135 bash[32435]: cluster 2023-12-08T02:44:35.806221+0000 mgr.a (mgr.14403) 22879 : cluster 0 pgmap v17086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:36.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:44:36.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:36.460 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:37.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:37.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:37.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:37.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:44:37.380 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:44:37.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:37 smithi079 bash[28699]: audit 2023-12-08T02:44:36.871611+0000 mgr.a (mgr.14403) 22880 : audit 0 from='client.451731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:37.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:37 smithi194 bash[32038]: audit 2023-12-08T02:44:36.871611+0000 mgr.a (mgr.14403) 22880 : audit 0 from='client.451731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:37.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:37 smithi135 bash[32435]: audit 2023-12-08T02:44:36.871611+0000 mgr.a (mgr.14403) 22880 : audit 0 from='client.451731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:38.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:38 smithi079 bash[28699]: cluster 2023-12-08T02:44:37.806986+0000 mgr.a (mgr.14403) 22881 : cluster 0 pgmap v17087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:38.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:38 smithi194 bash[32038]: cluster 2023-12-08T02:44:37.806986+0000 mgr.a (mgr.14403) 22881 : cluster 0 pgmap v17087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:38.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:38 smithi135 bash[32435]: cluster 2023-12-08T02:44:37.806986+0000 mgr.a (mgr.14403) 22881 : cluster 0 pgmap v17087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:41.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:40 smithi079 bash[28699]: cluster 2023-12-08T02:44:39.807785+0000 mgr.a (mgr.14403) 22882 : cluster 0 pgmap v17088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:41.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:40 smithi194 bash[32038]: cluster 2023-12-08T02:44:39.807785+0000 mgr.a (mgr.14403) 22882 : cluster 0 pgmap v17088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:41.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:40 smithi135 bash[32435]: cluster 2023-12-08T02:44:39.807785+0000 mgr.a (mgr.14403) 22882 : cluster 0 pgmap v17088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:42.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:44:42.383 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:42.383 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:43.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:42 smithi079 bash[28699]: cluster 2023-12-08T02:44:41.808356+0000 mgr.a (mgr.14403) 22883 : cluster 0 pgmap v17089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:43.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:42 smithi194 bash[32038]: cluster 2023-12-08T02:44:41.808356+0000 mgr.a (mgr.14403) 22883 : cluster 0 pgmap v17089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:43.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:42 smithi135 bash[32435]: cluster 2023-12-08T02:44:41.808356+0000 mgr.a (mgr.14403) 22883 : cluster 0 pgmap v17089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:43.298 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:44:43.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:43.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:43.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:43.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:44:44.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:43 smithi079 bash[28699]: audit 2023-12-08T02:44:42.796395+0000 mgr.a (mgr.14403) 22884 : audit 0 from='client.451806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:44.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:43 smithi194 bash[32038]: audit 2023-12-08T02:44:42.796395+0000 mgr.a (mgr.14403) 22884 : audit 0 from='client.451806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:44.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:43 smithi135 bash[32435]: audit 2023-12-08T02:44:42.796395+0000 mgr.a (mgr.14403) 22884 : audit 0 from='client.451806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:45.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:44 smithi079 bash[28699]: cluster 2023-12-08T02:44:43.809311+0000 mgr.a (mgr.14403) 22885 : cluster 0 pgmap v17090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:45.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:44 smithi194 bash[32038]: cluster 2023-12-08T02:44:43.809311+0000 mgr.a (mgr.14403) 22885 : cluster 0 pgmap v17090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:45.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:44 smithi135 bash[32435]: cluster 2023-12-08T02:44:43.809311+0000 mgr.a (mgr.14403) 22885 : cluster 0 pgmap v17090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:44:46.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:46 smithi079 bash[28699]: cluster 2023-12-08T02:44:45.809920+0000 mgr.a (mgr.14403) 22886 : cluster 0 pgmap v17091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:46.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:46 smithi194 bash[32038]: cluster 2023-12-08T02:44:45.809920+0000 mgr.a (mgr.14403) 22886 : cluster 0 pgmap v17091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:46.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:46 smithi135 bash[32435]: cluster 2023-12-08T02:44:45.809920+0000 mgr.a (mgr.14403) 22886 : cluster 0 pgmap v17091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:48.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:44:48.301 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:48.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:49.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:48 smithi079 bash[28699]: cluster 2023-12-08T02:44:47.810478+0000 mgr.a (mgr.14403) 22887 : cluster 0 pgmap v17092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:49.200 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:44:49.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:49.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:49.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:49.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:44:49.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:48 smithi194 bash[32038]: cluster 2023-12-08T02:44:47.810478+0000 mgr.a (mgr.14403) 22887 : cluster 0 pgmap v17092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:49.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:48 smithi135 bash[32435]: cluster 2023-12-08T02:44:47.810478+0000 mgr.a (mgr.14403) 22887 : cluster 0 pgmap v17092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:50.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:49 smithi079 bash[28699]: audit 2023-12-08T02:44:48.705300+0000 mgr.a (mgr.14403) 22888 : audit 0 from='client.451881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:50.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:49 smithi194 bash[32038]: audit 2023-12-08T02:44:48.705300+0000 mgr.a (mgr.14403) 22888 : audit 0 from='client.451881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:50.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:49 smithi135 bash[32435]: audit 2023-12-08T02:44:48.705300+0000 mgr.a (mgr.14403) 22888 : audit 0 from='client.451881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:51.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:50 smithi079 bash[28699]: cluster 2023-12-08T02:44:49.811586+0000 mgr.a (mgr.14403) 22889 : cluster 0 pgmap v17093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:51.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:50 smithi194 bash[32038]: cluster 2023-12-08T02:44:49.811586+0000 mgr.a (mgr.14403) 22889 : cluster 0 pgmap v17093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:51.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:50 smithi135 bash[32435]: cluster 2023-12-08T02:44:49.811586+0000 mgr.a (mgr.14403) 22889 : cluster 0 pgmap v17093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:53.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:52 smithi079 bash[28699]: cluster 2023-12-08T02:44:51.812190+0000 mgr.a (mgr.14403) 22890 : cluster 0 pgmap v17094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:53.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:52 smithi194 bash[32038]: cluster 2023-12-08T02:44:51.812190+0000 mgr.a (mgr.14403) 22890 : cluster 0 pgmap v17094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:53.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:52 smithi135 bash[32435]: cluster 2023-12-08T02:44:51.812190+0000 mgr.a (mgr.14403) 22890 : cluster 0 pgmap v17094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:54.203 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:44:54.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:44:54.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:44:55.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:44:55.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:44:55.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:44:55.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:44:55.128 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:44:55.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:54 smithi079 bash[28699]: cluster 2023-12-08T02:44:53.812936+0000 mgr.a (mgr.14403) 22891 : cluster 0 pgmap v17095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:55.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:54 smithi194 bash[32038]: cluster 2023-12-08T02:44:53.812936+0000 mgr.a (mgr.14403) 22891 : cluster 0 pgmap v17095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:55.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:54 smithi135 bash[32435]: cluster 2023-12-08T02:44:53.812936+0000 mgr.a (mgr.14403) 22891 : cluster 0 pgmap v17095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:44:56.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:55 smithi079 bash[28699]: audit 2023-12-08T02:44:54.610835+0000 mgr.a (mgr.14403) 22892 : audit 0 from='client.451959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:56.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:55 smithi194 bash[32038]: audit 2023-12-08T02:44:54.610835+0000 mgr.a (mgr.14403) 22892 : audit 0 from='client.451959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:56.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:55 smithi135 bash[32435]: audit 2023-12-08T02:44:54.610835+0000 mgr.a (mgr.14403) 22892 : audit 0 from='client.451959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:44:57.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:56 smithi079 bash[28699]: cluster 2023-12-08T02:44:55.813670+0000 mgr.a (mgr.14403) 22893 : cluster 0 pgmap v17096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:57.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:56 smithi194 bash[32038]: cluster 2023-12-08T02:44:55.813670+0000 mgr.a (mgr.14403) 22893 : cluster 0 pgmap v17096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:57.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:56 smithi135 bash[32435]: cluster 2023-12-08T02:44:55.813670+0000 mgr.a (mgr.14403) 22893 : cluster 0 pgmap v17096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:59.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:44:58 smithi079 bash[28699]: cluster 2023-12-08T02:44:57.814394+0000 mgr.a (mgr.14403) 22894 : cluster 0 pgmap v17097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:59.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:44:58 smithi194 bash[32038]: cluster 2023-12-08T02:44:57.814394+0000 mgr.a (mgr.14403) 22894 : cluster 0 pgmap v17097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:44:59.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:44:58 smithi135 bash[32435]: cluster 2023-12-08T02:44:57.814394+0000 mgr.a (mgr.14403) 22894 : cluster 0 pgmap v17097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:00.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:45:00.132 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:00.132 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:01.054 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:45:01.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:01.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:01.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:01.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:45:01.161 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:00 smithi194 bash[32038]: cluster 2023-12-08T02:44:59.815409+0000 mgr.a (mgr.14403) 22895 : cluster 0 pgmap v17098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:01.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:00 smithi135 bash[32435]: cluster 2023-12-08T02:44:59.815409+0000 mgr.a (mgr.14403) 22895 : cluster 0 pgmap v17098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:01.363 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:00 smithi079 bash[28699]: cluster 2023-12-08T02:44:59.815409+0000 mgr.a (mgr.14403) 22895 : cluster 0 pgmap v17098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:02.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:01 smithi194 bash[32038]: audit 2023-12-08T02:45:00.541446+0000 mgr.a (mgr.14403) 22896 : audit 0 from='client.452031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:02.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:01 smithi135 bash[32435]: audit 2023-12-08T02:45:00.541446+0000 mgr.a (mgr.14403) 22896 : audit 0 from='client.452031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:02.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:01 smithi079 bash[28699]: audit 2023-12-08T02:45:00.541446+0000 mgr.a (mgr.14403) 22896 : audit 0 from='client.452031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:03.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:02 smithi194 bash[32038]: cluster 2023-12-08T02:45:01.816164+0000 mgr.a (mgr.14403) 22897 : cluster 0 pgmap v17099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:03.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:02 smithi135 bash[32435]: cluster 2023-12-08T02:45:01.816164+0000 mgr.a (mgr.14403) 22897 : cluster 0 pgmap v17099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:03.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:02 smithi079 bash[28699]: cluster 2023-12-08T02:45:01.816164+0000 mgr.a (mgr.14403) 22897 : cluster 0 pgmap v17099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:04.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:03 smithi194 bash[32038]: cluster 2023-12-08T02:45:03.816975+0000 mgr.a (mgr.14403) 22898 : cluster 0 pgmap v17100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:04.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:03 smithi135 bash[32435]: cluster 2023-12-08T02:45:03.816975+0000 mgr.a (mgr.14403) 22898 : cluster 0 pgmap v17100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:04.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:03 smithi079 bash[28699]: cluster 2023-12-08T02:45:03.816975+0000 mgr.a (mgr.14403) 22898 : cluster 0 pgmap v17100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:06.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:45:06.058 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:06.058 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:06.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:06 smithi079 bash[28699]: cluster 2023-12-08T02:45:05.817652+0000 mgr.a (mgr.14403) 22899 : cluster 0 pgmap v17101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:06.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:06 smithi194 bash[32038]: cluster 2023-12-08T02:45:05.817652+0000 mgr.a (mgr.14403) 22899 : cluster 0 pgmap v17101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:06.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:06 smithi135 bash[32435]: cluster 2023-12-08T02:45:05.817652+0000 mgr.a (mgr.14403) 22899 : cluster 0 pgmap v17101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:06.943 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:45:06.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:06.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:06.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:06.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:45:07.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:07 smithi079 bash[28699]: audit 2023-12-08T02:45:06.463316+0000 mgr.a (mgr.14403) 22900 : audit 0 from='client.452109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:07.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:07 smithi194 bash[32038]: audit 2023-12-08T02:45:06.463316+0000 mgr.a (mgr.14403) 22900 : audit 0 from='client.452109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:07.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:07 smithi135 bash[32435]: audit 2023-12-08T02:45:06.463316+0000 mgr.a (mgr.14403) 22900 : audit 0 from='client.452109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:08.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:08 smithi079 bash[28699]: cluster 2023-12-08T02:45:07.818540+0000 mgr.a (mgr.14403) 22901 : cluster 0 pgmap v17102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:08.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:08 smithi194 bash[32038]: cluster 2023-12-08T02:45:07.818540+0000 mgr.a (mgr.14403) 22901 : cluster 0 pgmap v17102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:08.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:08 smithi135 bash[32435]: cluster 2023-12-08T02:45:07.818540+0000 mgr.a (mgr.14403) 22901 : cluster 0 pgmap v17102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:11.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:10 smithi079 bash[28699]: cluster 2023-12-08T02:45:09.819412+0000 mgr.a (mgr.14403) 22902 : cluster 0 pgmap v17103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:11.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:10 smithi194 bash[32038]: cluster 2023-12-08T02:45:09.819412+0000 mgr.a (mgr.14403) 22902 : cluster 0 pgmap v17103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:11.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:10 smithi135 bash[32435]: cluster 2023-12-08T02:45:09.819412+0000 mgr.a (mgr.14403) 22902 : cluster 0 pgmap v17103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:11.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:45:11.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:11.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:12.857 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:45:12.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:12.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:12.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:12.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:45:13.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:12 smithi079 bash[28699]: cluster 2023-12-08T02:45:11.820006+0000 mgr.a (mgr.14403) 22903 : cluster 0 pgmap v17104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:13.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:12 smithi194 bash[32038]: cluster 2023-12-08T02:45:11.820006+0000 mgr.a (mgr.14403) 22903 : cluster 0 pgmap v17104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:13.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:12 smithi135 bash[32435]: cluster 2023-12-08T02:45:11.820006+0000 mgr.a (mgr.14403) 22903 : cluster 0 pgmap v17104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:14.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:13 smithi079 bash[28699]: audit 2023-12-08T02:45:12.356783+0000 mgr.a (mgr.14403) 22904 : audit 0 from='client.452184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:14.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:13 smithi194 bash[32038]: audit 2023-12-08T02:45:12.356783+0000 mgr.a (mgr.14403) 22904 : audit 0 from='client.452184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:14.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:13 smithi135 bash[32435]: audit 2023-12-08T02:45:12.356783+0000 mgr.a (mgr.14403) 22904 : audit 0 from='client.452184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:15.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:14 smithi079 bash[28699]: cluster 2023-12-08T02:45:13.820941+0000 mgr.a (mgr.14403) 22905 : cluster 0 pgmap v17105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:15.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:14 smithi194 bash[32038]: cluster 2023-12-08T02:45:13.820941+0000 mgr.a (mgr.14403) 22905 : cluster 0 pgmap v17105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:15.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:14 smithi135 bash[32435]: cluster 2023-12-08T02:45:13.820941+0000 mgr.a (mgr.14403) 22905 : cluster 0 pgmap v17105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:16.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:16 smithi079 bash[28699]: cluster 2023-12-08T02:45:15.821560+0000 mgr.a (mgr.14403) 22906 : cluster 0 pgmap v17106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:16.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:16 smithi194 bash[32038]: cluster 2023-12-08T02:45:15.821560+0000 mgr.a (mgr.14403) 22906 : cluster 0 pgmap v17106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:16.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:16 smithi135 bash[32435]: cluster 2023-12-08T02:45:15.821560+0000 mgr.a (mgr.14403) 22906 : cluster 0 pgmap v17106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:17.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:45:17.861 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:17.861 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:18.778 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:45:18.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:18.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:18.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:18.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:45:19.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:18 smithi079 bash[28699]: cluster 2023-12-08T02:45:17.822131+0000 mgr.a (mgr.14403) 22907 : cluster 0 pgmap v17107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:19.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:18 smithi194 bash[32038]: cluster 2023-12-08T02:45:17.822131+0000 mgr.a (mgr.14403) 22907 : cluster 0 pgmap v17107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:19.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:18 smithi135 bash[32435]: cluster 2023-12-08T02:45:17.822131+0000 mgr.a (mgr.14403) 22907 : cluster 0 pgmap v17107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:20.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:19 smithi079 bash[28699]: audit 2023-12-08T02:45:18.277319+0000 mgr.a (mgr.14403) 22908 : audit 0 from='client.452262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:20.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:19 smithi194 bash[32038]: audit 2023-12-08T02:45:18.277319+0000 mgr.a (mgr.14403) 22908 : audit 0 from='client.452262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:20.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:19 smithi135 bash[32435]: audit 2023-12-08T02:45:18.277319+0000 mgr.a (mgr.14403) 22908 : audit 0 from='client.452262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:21.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:20 smithi079 bash[28699]: cluster 2023-12-08T02:45:19.823373+0000 mgr.a (mgr.14403) 22909 : cluster 0 pgmap v17108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:45:21.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:20 smithi194 bash[32038]: cluster 2023-12-08T02:45:19.823373+0000 mgr.a (mgr.14403) 22909 : cluster 0 pgmap v17108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:45:21.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:20 smithi135 bash[32435]: cluster 2023-12-08T02:45:19.823373+0000 mgr.a (mgr.14403) 22909 : cluster 0 pgmap v17108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:45:23.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:22 smithi079 bash[28699]: cluster 2023-12-08T02:45:21.824180+0000 mgr.a (mgr.14403) 22910 : cluster 0 pgmap v17109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:45:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:22 smithi194 bash[32038]: cluster 2023-12-08T02:45:21.824180+0000 mgr.a (mgr.14403) 22910 : cluster 0 pgmap v17109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:45:23.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:22 smithi135 bash[32435]: cluster 2023-12-08T02:45:21.824180+0000 mgr.a (mgr.14403) 22910 : cluster 0 pgmap v17109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:45:23.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:45:23.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:23.782 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:24.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:23 smithi194 bash[32038]: audit 2023-12-08T02:45:22.959599+0000 mon.a (mon.0) 3609 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:45:24.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:23 smithi194 bash[32038]: audit 2023-12-08T02:45:23.748723+0000 mon.a (mon.0) 3610 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:45:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:23 smithi194 bash[32038]: audit 2023-12-08T02:45:23.750602+0000 mon.a (mon.0) 3611 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:45:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:23 smithi194 bash[32038]: audit 2023-12-08T02:45:23.759792+0000 mon.a (mon.0) 3612 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:45:24.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:23 smithi135 bash[32435]: audit 2023-12-08T02:45:22.959599+0000 mon.a (mon.0) 3609 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:45:24.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:23 smithi135 bash[32435]: audit 2023-12-08T02:45:23.748723+0000 mon.a (mon.0) 3610 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:45:24.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:23 smithi135 bash[32435]: audit 2023-12-08T02:45:23.750602+0000 mon.a (mon.0) 3611 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:45:24.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:23 smithi135 bash[32435]: audit 2023-12-08T02:45:23.759792+0000 mon.a (mon.0) 3612 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:45:24.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:23 smithi079 bash[28699]: audit 2023-12-08T02:45:22.959599+0000 mon.a (mon.0) 3609 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:45:24.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:23 smithi079 bash[28699]: audit 2023-12-08T02:45:23.748723+0000 mon.a (mon.0) 3610 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:45:24.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:23 smithi079 bash[28699]: audit 2023-12-08T02:45:23.750602+0000 mon.a (mon.0) 3611 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:45:24.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:23 smithi079 bash[28699]: audit 2023-12-08T02:45:23.759792+0000 mon.a (mon.0) 3612 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:45:24.716 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:45:24.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:24.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:24.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:24.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:45:25.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:24 smithi194 bash[32038]: cluster 2023-12-08T02:45:23.824792+0000 mgr.a (mgr.14403) 22911 : cluster 0 pgmap v17110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:25.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:24 smithi135 bash[32435]: cluster 2023-12-08T02:45:23.824792+0000 mgr.a (mgr.14403) 22911 : cluster 0 pgmap v17110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:25.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:24 smithi079 bash[28699]: cluster 2023-12-08T02:45:23.824792+0000 mgr.a (mgr.14403) 22911 : cluster 0 pgmap v17110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:26.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:25 smithi194 bash[32038]: audit 2023-12-08T02:45:24.185109+0000 mgr.a (mgr.14403) 22912 : audit 0 from='client.452340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:26.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:25 smithi135 bash[32435]: audit 2023-12-08T02:45:24.185109+0000 mgr.a (mgr.14403) 22912 : audit 0 from='client.452340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:26.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:25 smithi079 bash[28699]: audit 2023-12-08T02:45:24.185109+0000 mgr.a (mgr.14403) 22912 : audit 0 from='client.452340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:27.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:26 smithi194 bash[32038]: cluster 2023-12-08T02:45:25.825431+0000 mgr.a (mgr.14403) 22913 : cluster 0 pgmap v17111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:27.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:26 smithi135 bash[32435]: cluster 2023-12-08T02:45:25.825431+0000 mgr.a (mgr.14403) 22913 : cluster 0 pgmap v17111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:27.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:26 smithi079 bash[28699]: cluster 2023-12-08T02:45:25.825431+0000 mgr.a (mgr.14403) 22913 : cluster 0 pgmap v17111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:29.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:28 smithi194 bash[32038]: cluster 2023-12-08T02:45:27.826012+0000 mgr.a (mgr.14403) 22914 : cluster 0 pgmap v17112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:29.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:28 smithi135 bash[32435]: cluster 2023-12-08T02:45:27.826012+0000 mgr.a (mgr.14403) 22914 : cluster 0 pgmap v17112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:29.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:28 smithi079 bash[28699]: cluster 2023-12-08T02:45:27.826012+0000 mgr.a (mgr.14403) 22914 : cluster 0 pgmap v17112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:29.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:45:29.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:29.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:30.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:30.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:30.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:30.616 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:45:30.616 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:45:31.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:30 smithi194 bash[32038]: cluster 2023-12-08T02:45:29.826723+0000 mgr.a (mgr.14403) 22915 : cluster 0 pgmap v17113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:31.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:30 smithi135 bash[32435]: cluster 2023-12-08T02:45:29.826723+0000 mgr.a (mgr.14403) 22915 : cluster 0 pgmap v17113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:31.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:30 smithi079 bash[28699]: cluster 2023-12-08T02:45:29.826723+0000 mgr.a (mgr.14403) 22915 : cluster 0 pgmap v17113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:32.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:31 smithi194 bash[32038]: audit 2023-12-08T02:45:30.125786+0000 mgr.a (mgr.14403) 22916 : audit 0 from='client.452412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:32.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:31 smithi194 bash[32038]: cluster 2023-12-08T02:45:31.827482+0000 mgr.a (mgr.14403) 22917 : cluster 0 pgmap v17114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:45:32.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:31 smithi135 bash[32435]: audit 2023-12-08T02:45:30.125786+0000 mgr.a (mgr.14403) 22916 : audit 0 from='client.452412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:32.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:31 smithi135 bash[32435]: cluster 2023-12-08T02:45:31.827482+0000 mgr.a (mgr.14403) 22917 : cluster 0 pgmap v17114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:45:32.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:31 smithi079 bash[28699]: audit 2023-12-08T02:45:30.125786+0000 mgr.a (mgr.14403) 22916 : audit 0 from='client.452412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:32.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:31 smithi079 bash[28699]: cluster 2023-12-08T02:45:31.827482+0000 mgr.a (mgr.14403) 22917 : cluster 0 pgmap v17114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:45:35.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:34 smithi079 bash[28699]: cluster 2023-12-08T02:45:33.828337+0000 mgr.a (mgr.14403) 22918 : cluster 0 pgmap v17115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:45:35.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:34 smithi194 bash[32038]: cluster 2023-12-08T02:45:33.828337+0000 mgr.a (mgr.14403) 22918 : cluster 0 pgmap v17115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:45:35.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:34 smithi135 bash[32435]: cluster 2023-12-08T02:45:33.828337+0000 mgr.a (mgr.14403) 22918 : cluster 0 pgmap v17115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:45:35.619 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:45:35.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:35.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:36.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:36 smithi079 bash[28699]: cluster 2023-12-08T02:45:35.828886+0000 mgr.a (mgr.14403) 22919 : cluster 0 pgmap v17116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:36.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:36 smithi194 bash[32038]: cluster 2023-12-08T02:45:35.828886+0000 mgr.a (mgr.14403) 22919 : cluster 0 pgmap v17116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:36.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:36 smithi135 bash[32435]: cluster 2023-12-08T02:45:35.828886+0000 mgr.a (mgr.14403) 22919 : cluster 0 pgmap v17116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:36.528 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:45:36.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:36.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:36.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:36.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:45:37.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:37 smithi079 bash[28699]: audit 2023-12-08T02:45:36.029838+0000 mgr.a (mgr.14403) 22920 : audit 0 from='client.452487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:37.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:37 smithi194 bash[32038]: audit 2023-12-08T02:45:36.029838+0000 mgr.a (mgr.14403) 22920 : audit 0 from='client.452487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:37.454 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:37 smithi135 bash[32435]: audit 2023-12-08T02:45:36.029838+0000 mgr.a (mgr.14403) 22920 : audit 0 from='client.452487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:38.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:38 smithi079 bash[28699]: cluster 2023-12-08T02:45:37.829572+0000 mgr.a (mgr.14403) 22921 : cluster 0 pgmap v17117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:38.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:38 smithi194 bash[32038]: cluster 2023-12-08T02:45:37.829572+0000 mgr.a (mgr.14403) 22921 : cluster 0 pgmap v17117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:38.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:38 smithi135 bash[32435]: cluster 2023-12-08T02:45:37.829572+0000 mgr.a (mgr.14403) 22921 : cluster 0 pgmap v17117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:41.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:40 smithi079 bash[28699]: cluster 2023-12-08T02:45:39.830439+0000 mgr.a (mgr.14403) 22922 : cluster 0 pgmap v17118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:41.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:40 smithi194 bash[32038]: cluster 2023-12-08T02:45:39.830439+0000 mgr.a (mgr.14403) 22922 : cluster 0 pgmap v17118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:41.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:40 smithi135 bash[32435]: cluster 2023-12-08T02:45:39.830439+0000 mgr.a (mgr.14403) 22922 : cluster 0 pgmap v17118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:41.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:45:41.532 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:41.532 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:42.415 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:45:42.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:42.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:42.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:42.416 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:45:43.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:42 smithi079 bash[28699]: cluster 2023-12-08T02:45:41.830963+0000 mgr.a (mgr.14403) 22923 : cluster 0 pgmap v17119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:43.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:42 smithi194 bash[32038]: cluster 2023-12-08T02:45:41.830963+0000 mgr.a (mgr.14403) 22923 : cluster 0 pgmap v17119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:43.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:42 smithi135 bash[32435]: cluster 2023-12-08T02:45:41.830963+0000 mgr.a (mgr.14403) 22923 : cluster 0 pgmap v17119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:44.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:43 smithi194 bash[32038]: audit 2023-12-08T02:45:41.932272+0000 mgr.a (mgr.14403) 22924 : audit 0 from='client.452562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:44.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:43 smithi135 bash[32435]: audit 2023-12-08T02:45:41.932272+0000 mgr.a (mgr.14403) 22924 : audit 0 from='client.452562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:44.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:43 smithi079 bash[28699]: audit 2023-12-08T02:45:41.932272+0000 mgr.a (mgr.14403) 22924 : audit 0 from='client.452562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:45.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:44 smithi194 bash[32038]: cluster 2023-12-08T02:45:43.831868+0000 mgr.a (mgr.14403) 22925 : cluster 0 pgmap v17120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:45.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:44 smithi135 bash[32435]: cluster 2023-12-08T02:45:43.831868+0000 mgr.a (mgr.14403) 22925 : cluster 0 pgmap v17120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:45.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:44 smithi079 bash[28699]: cluster 2023-12-08T02:45:43.831868+0000 mgr.a (mgr.14403) 22925 : cluster 0 pgmap v17120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:46.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:46 smithi079 bash[28699]: cluster 2023-12-08T02:45:45.832453+0000 mgr.a (mgr.14403) 22926 : cluster 0 pgmap v17121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:46.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:46 smithi194 bash[32038]: cluster 2023-12-08T02:45:45.832453+0000 mgr.a (mgr.14403) 22926 : cluster 0 pgmap v17121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:46.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:46 smithi135 bash[32435]: cluster 2023-12-08T02:45:45.832453+0000 mgr.a (mgr.14403) 22926 : cluster 0 pgmap v17121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:47.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:45:47.420 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:47.420 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:48.322 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:45:48.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:48.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:48.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:48.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:45:49.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:48 smithi194 bash[32038]: audit 2023-12-08T02:45:47.824086+0000 mgr.a (mgr.14403) 22927 : audit 0 from='client.452637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:49.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:48 smithi194 bash[32038]: cluster 2023-12-08T02:45:47.839020+0000 mgr.a (mgr.14403) 22928 : cluster 0 pgmap v17122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:49.204 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:48 smithi135 bash[32435]: audit 2023-12-08T02:45:47.824086+0000 mgr.a (mgr.14403) 22927 : audit 0 from='client.452637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:49.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:48 smithi135 bash[32435]: cluster 2023-12-08T02:45:47.839020+0000 mgr.a (mgr.14403) 22928 : cluster 0 pgmap v17122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:49.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:48 smithi079 bash[28699]: audit 2023-12-08T02:45:47.824086+0000 mgr.a (mgr.14403) 22927 : audit 0 from='client.452637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:49.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:48 smithi079 bash[28699]: cluster 2023-12-08T02:45:47.839020+0000 mgr.a (mgr.14403) 22928 : cluster 0 pgmap v17122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:51.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:50 smithi194 bash[32038]: cluster 2023-12-08T02:45:49.840154+0000 mgr.a (mgr.14403) 22929 : cluster 0 pgmap v17123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:51.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:50 smithi135 bash[32435]: cluster 2023-12-08T02:45:49.840154+0000 mgr.a (mgr.14403) 22929 : cluster 0 pgmap v17123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:51.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:50 smithi079 bash[28699]: cluster 2023-12-08T02:45:49.840154+0000 mgr.a (mgr.14403) 22929 : cluster 0 pgmap v17123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:45:53.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:52 smithi194 bash[32038]: cluster 2023-12-08T02:45:51.840925+0000 mgr.a (mgr.14403) 22930 : cluster 0 pgmap v17124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:53.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:52 smithi135 bash[32435]: cluster 2023-12-08T02:45:51.840925+0000 mgr.a (mgr.14403) 22930 : cluster 0 pgmap v17124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:53.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:45:53.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:53.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:53.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:52 smithi079 bash[28699]: cluster 2023-12-08T02:45:51.840925+0000 mgr.a (mgr.14403) 22930 : cluster 0 pgmap v17124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:54.257 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:45:54.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:45:54.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:45:54.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:45:54.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:45:55.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:54 smithi194 bash[32038]: audit 2023-12-08T02:45:53.736905+0000 mgr.a (mgr.14403) 22931 : audit 0 from='client.452712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:55.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:54 smithi194 bash[32038]: cluster 2023-12-08T02:45:53.841877+0000 mgr.a (mgr.14403) 22932 : cluster 0 pgmap v17125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:55.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:54 smithi135 bash[32435]: audit 2023-12-08T02:45:53.736905+0000 mgr.a (mgr.14403) 22931 : audit 0 from='client.452712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:55.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:54 smithi135 bash[32435]: cluster 2023-12-08T02:45:53.841877+0000 mgr.a (mgr.14403) 22932 : cluster 0 pgmap v17125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:55.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:54 smithi079 bash[28699]: audit 2023-12-08T02:45:53.736905+0000 mgr.a (mgr.14403) 22931 : audit 0 from='client.452712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:45:55.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:54 smithi079 bash[28699]: cluster 2023-12-08T02:45:53.841877+0000 mgr.a (mgr.14403) 22932 : cluster 0 pgmap v17125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:45:56.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:56 smithi079 bash[28699]: cluster 2023-12-08T02:45:55.842530+0000 mgr.a (mgr.14403) 22933 : cluster 0 pgmap v17126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:56.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:56 smithi194 bash[32038]: cluster 2023-12-08T02:45:55.842530+0000 mgr.a (mgr.14403) 22933 : cluster 0 pgmap v17126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:56.476 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:56 smithi135 bash[32435]: cluster 2023-12-08T02:45:55.842530+0000 mgr.a (mgr.14403) 22933 : cluster 0 pgmap v17126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:59.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:45:58 smithi194 bash[32038]: cluster 2023-12-08T02:45:57.843134+0000 mgr.a (mgr.14403) 22934 : cluster 0 pgmap v17127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:59.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:45:58 smithi135 bash[32435]: cluster 2023-12-08T02:45:57.843134+0000 mgr.a (mgr.14403) 22934 : cluster 0 pgmap v17127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:45:59.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:45:59.261 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:45:59.261 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:45:59.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:45:58 smithi079 bash[28699]: cluster 2023-12-08T02:45:57.843134+0000 mgr.a (mgr.14403) 22934 : cluster 0 pgmap v17127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:00.171 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:46:00.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:00.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:00.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:00.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:46:01.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:00 smithi194 bash[32038]: audit 2023-12-08T02:45:59.665199+0000 mgr.a (mgr.14403) 22935 : audit 0 from='client.452784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:01.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:00 smithi194 bash[32038]: cluster 2023-12-08T02:45:59.843864+0000 mgr.a (mgr.14403) 22936 : cluster 0 pgmap v17128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:01.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:00 smithi135 bash[32435]: audit 2023-12-08T02:45:59.665199+0000 mgr.a (mgr.14403) 22935 : audit 0 from='client.452784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:01.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:00 smithi135 bash[32435]: cluster 2023-12-08T02:45:59.843864+0000 mgr.a (mgr.14403) 22936 : cluster 0 pgmap v17128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:01.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:00 smithi079 bash[28699]: audit 2023-12-08T02:45:59.665199+0000 mgr.a (mgr.14403) 22935 : audit 0 from='client.452784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:01.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:00 smithi079 bash[28699]: cluster 2023-12-08T02:45:59.843864+0000 mgr.a (mgr.14403) 22936 : cluster 0 pgmap v17128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:03.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:02 smithi194 bash[32038]: cluster 2023-12-08T02:46:01.844554+0000 mgr.a (mgr.14403) 22937 : cluster 0 pgmap v17129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:03.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:02 smithi135 bash[32435]: cluster 2023-12-08T02:46:01.844554+0000 mgr.a (mgr.14403) 22937 : cluster 0 pgmap v17129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:03.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:02 smithi079 bash[28699]: cluster 2023-12-08T02:46:01.844554+0000 mgr.a (mgr.14403) 22937 : cluster 0 pgmap v17129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:05.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:46:05.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:05.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:05.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:04 smithi194 bash[32038]: cluster 2023-12-08T02:46:03.845628+0000 mgr.a (mgr.14403) 22938 : cluster 0 pgmap v17130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:05.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:04 smithi135 bash[32435]: cluster 2023-12-08T02:46:03.845628+0000 mgr.a (mgr.14403) 22938 : cluster 0 pgmap v17130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:05.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:04 smithi079 bash[28699]: cluster 2023-12-08T02:46:03.845628+0000 mgr.a (mgr.14403) 22938 : cluster 0 pgmap v17130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:06.106 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:46:06.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:06.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:06.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:06.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:46:06.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:06 smithi079 bash[28699]: audit 2023-12-08T02:46:05.589539+0000 mgr.a (mgr.14403) 22939 : audit 0 from='client.452862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:06 smithi079 bash[28699]: cluster 2023-12-08T02:46:05.859403+0000 mgr.a (mgr.14403) 22940 : cluster 0 pgmap v17131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:06.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:06 smithi194 bash[32038]: audit 2023-12-08T02:46:05.589539+0000 mgr.a (mgr.14403) 22939 : audit 0 from='client.452862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:06.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:06 smithi194 bash[32038]: cluster 2023-12-08T02:46:05.859403+0000 mgr.a (mgr.14403) 22940 : cluster 0 pgmap v17131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:06.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:06 smithi135 bash[32435]: audit 2023-12-08T02:46:05.589539+0000 mgr.a (mgr.14403) 22939 : audit 0 from='client.452862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:06.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:06 smithi135 bash[32435]: cluster 2023-12-08T02:46:05.859403+0000 mgr.a (mgr.14403) 22940 : cluster 0 pgmap v17131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:09.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:08 smithi194 bash[32038]: cluster 2023-12-08T02:46:07.860361+0000 mgr.a (mgr.14403) 22941 : cluster 0 pgmap v17132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:09.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:08 smithi135 bash[32435]: cluster 2023-12-08T02:46:07.860361+0000 mgr.a (mgr.14403) 22941 : cluster 0 pgmap v17132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:09.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:08 smithi079 bash[28699]: cluster 2023-12-08T02:46:07.860361+0000 mgr.a (mgr.14403) 22941 : cluster 0 pgmap v17132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:11.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:46:11.110 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:11.110 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:11.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:10 smithi194 bash[32038]: cluster 2023-12-08T02:46:09.861163+0000 mgr.a (mgr.14403) 22942 : cluster 0 pgmap v17133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:11.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:10 smithi135 bash[32435]: cluster 2023-12-08T02:46:09.861163+0000 mgr.a (mgr.14403) 22942 : cluster 0 pgmap v17133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:11.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:10 smithi079 bash[28699]: cluster 2023-12-08T02:46:09.861163+0000 mgr.a (mgr.14403) 22942 : cluster 0 pgmap v17133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:12.007 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:46:12.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:12.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:12.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:12.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:46:13.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:12 smithi194 bash[32038]: audit 2023-12-08T02:46:11.511821+0000 mgr.a (mgr.14403) 22943 : audit 0 from='client.452940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:13.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:12 smithi194 bash[32038]: cluster 2023-12-08T02:46:11.861586+0000 mgr.a (mgr.14403) 22944 : cluster 0 pgmap v17134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:13.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:12 smithi135 bash[32435]: audit 2023-12-08T02:46:11.511821+0000 mgr.a (mgr.14403) 22943 : audit 0 from='client.452940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:13.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:12 smithi135 bash[32435]: cluster 2023-12-08T02:46:11.861586+0000 mgr.a (mgr.14403) 22944 : cluster 0 pgmap v17134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:13.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:12 smithi079 bash[28699]: audit 2023-12-08T02:46:11.511821+0000 mgr.a (mgr.14403) 22943 : audit 0 from='client.452940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:13.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:12 smithi079 bash[28699]: cluster 2023-12-08T02:46:11.861586+0000 mgr.a (mgr.14403) 22944 : cluster 0 pgmap v17134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:14.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:13 smithi079 bash[28699]: cluster 2023-12-08T02:46:13.862404+0000 mgr.a (mgr.14403) 22945 : cluster 0 pgmap v17135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:14.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:13 smithi194 bash[32038]: cluster 2023-12-08T02:46:13.862404+0000 mgr.a (mgr.14403) 22945 : cluster 0 pgmap v17135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:14.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:13 smithi135 bash[32435]: cluster 2023-12-08T02:46:13.862404+0000 mgr.a (mgr.14403) 22945 : cluster 0 pgmap v17135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:16.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:16 smithi194 bash[32038]: cluster 2023-12-08T02:46:15.862956+0000 mgr.a (mgr.14403) 22946 : cluster 0 pgmap v17136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:16.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:16 smithi135 bash[32435]: cluster 2023-12-08T02:46:15.862956+0000 mgr.a (mgr.14403) 22946 : cluster 0 pgmap v17136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:16.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:16 smithi079 bash[28699]: cluster 2023-12-08T02:46:15.862956+0000 mgr.a (mgr.14403) 22946 : cluster 0 pgmap v17136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:17.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:46:17.010 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:17.010 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:17.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:17.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:17.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:17.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:46:17.936 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:46:19.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:18 smithi194 bash[32038]: audit 2023-12-08T02:46:17.419524+0000 mgr.a (mgr.14403) 22947 : audit 0 from='client.453012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:19.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:18 smithi194 bash[32038]: cluster 2023-12-08T02:46:17.863589+0000 mgr.a (mgr.14403) 22948 : cluster 0 pgmap v17137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:19.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:18 smithi135 bash[32435]: audit 2023-12-08T02:46:17.419524+0000 mgr.a (mgr.14403) 22947 : audit 0 from='client.453012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:19.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:18 smithi135 bash[32435]: cluster 2023-12-08T02:46:17.863589+0000 mgr.a (mgr.14403) 22948 : cluster 0 pgmap v17137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:19.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:18 smithi079 bash[28699]: audit 2023-12-08T02:46:17.419524+0000 mgr.a (mgr.14403) 22947 : audit 0 from='client.453012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:19.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:18 smithi079 bash[28699]: cluster 2023-12-08T02:46:17.863589+0000 mgr.a (mgr.14403) 22948 : cluster 0 pgmap v17137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:21.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:20 smithi194 bash[32038]: cluster 2023-12-08T02:46:19.864539+0000 mgr.a (mgr.14403) 22949 : cluster 0 pgmap v17138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:21.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:20 smithi135 bash[32435]: cluster 2023-12-08T02:46:19.864539+0000 mgr.a (mgr.14403) 22949 : cluster 0 pgmap v17138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:21.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:20 smithi079 bash[28699]: cluster 2023-12-08T02:46:19.864539+0000 mgr.a (mgr.14403) 22949 : cluster 0 pgmap v17138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:22.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:46:22.939 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:22.940 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:22 smithi194 bash[32038]: cluster 2023-12-08T02:46:21.865146+0000 mgr.a (mgr.14403) 22950 : cluster 0 pgmap v17139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:23.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:22 smithi135 bash[32435]: cluster 2023-12-08T02:46:21.865146+0000 mgr.a (mgr.14403) 22950 : cluster 0 pgmap v17139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:23.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:22 smithi079 bash[28699]: cluster 2023-12-08T02:46:21.865146+0000 mgr.a (mgr.14403) 22950 : cluster 0 pgmap v17139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:23.854 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:46:23.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:23.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:23.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:23.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:46:24.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:23 smithi194 bash[32038]: audit 2023-12-08T02:46:23.862280+0000 mon.a (mon.0) 3613 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:46:24.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:23 smithi135 bash[32435]: audit 2023-12-08T02:46:23.862280+0000 mon.a (mon.0) 3613 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:46:24.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:23 smithi079 bash[28699]: audit 2023-12-08T02:46:23.862280+0000 mon.a (mon.0) 3613 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:46:25.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:24 smithi194 bash[32038]: audit 2023-12-08T02:46:23.345973+0000 mgr.a (mgr.14403) 22951 : audit 0 from='client.453090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:25.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:24 smithi194 bash[32038]: cluster 2023-12-08T02:46:23.865998+0000 mgr.a (mgr.14403) 22952 : cluster 0 pgmap v17140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:46:25.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:24 smithi135 bash[32435]: audit 2023-12-08T02:46:23.345973+0000 mgr.a (mgr.14403) 22951 : audit 0 from='client.453090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:25.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:24 smithi135 bash[32435]: cluster 2023-12-08T02:46:23.865998+0000 mgr.a (mgr.14403) 22952 : cluster 0 pgmap v17140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:46:25.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:24 smithi079 bash[28699]: audit 2023-12-08T02:46:23.345973+0000 mgr.a (mgr.14403) 22951 : audit 0 from='client.453090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:25.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:24 smithi079 bash[28699]: cluster 2023-12-08T02:46:23.865998+0000 mgr.a (mgr.14403) 22952 : cluster 0 pgmap v17140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:46:26.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:26 smithi194 bash[32038]: cluster 2023-12-08T02:46:25.866549+0000 mgr.a (mgr.14403) 22953 : cluster 0 pgmap v17141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:46:26.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:26 smithi135 bash[32435]: cluster 2023-12-08T02:46:25.866549+0000 mgr.a (mgr.14403) 22953 : cluster 0 pgmap v17141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:46:26.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:26 smithi079 bash[28699]: cluster 2023-12-08T02:46:25.866549+0000 mgr.a (mgr.14403) 22953 : cluster 0 pgmap v17141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:46:28.857 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:46:28.858 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:28.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:29.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:28 smithi194 bash[32038]: cluster 2023-12-08T02:46:27.867137+0000 mgr.a (mgr.14403) 22954 : cluster 0 pgmap v17142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:46:29.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:28 smithi135 bash[32435]: cluster 2023-12-08T02:46:27.867137+0000 mgr.a (mgr.14403) 22954 : cluster 0 pgmap v17142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:46:29.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:28 smithi079 bash[28699]: cluster 2023-12-08T02:46:27.867137+0000 mgr.a (mgr.14403) 22954 : cluster 0 pgmap v17142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:46:29.712 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:46:29.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:29.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:29.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:29.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:46:31.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:30 smithi079 bash[28699]: audit 2023-12-08T02:46:29.263252+0000 mgr.a (mgr.14403) 22955 : audit 0 from='client.453168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:31.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:30 smithi079 bash[28699]: cluster 2023-12-08T02:46:29.868232+0000 mgr.a (mgr.14403) 22956 : cluster 0 pgmap v17143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:31.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:30 smithi194 bash[32038]: audit 2023-12-08T02:46:29.263252+0000 mgr.a (mgr.14403) 22955 : audit 0 from='client.453168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:31.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:30 smithi194 bash[32038]: cluster 2023-12-08T02:46:29.868232+0000 mgr.a (mgr.14403) 22956 : cluster 0 pgmap v17143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:31.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:30 smithi135 bash[32435]: audit 2023-12-08T02:46:29.263252+0000 mgr.a (mgr.14403) 22955 : audit 0 from='client.453168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:31.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:30 smithi135 bash[32435]: cluster 2023-12-08T02:46:29.868232+0000 mgr.a (mgr.14403) 22956 : cluster 0 pgmap v17143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:33.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:32 smithi194 bash[32038]: cluster 2023-12-08T02:46:31.868819+0000 mgr.a (mgr.14403) 22957 : cluster 0 pgmap v17144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:33.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:32 smithi135 bash[32435]: cluster 2023-12-08T02:46:31.868819+0000 mgr.a (mgr.14403) 22957 : cluster 0 pgmap v17144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:33.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:32 smithi079 bash[28699]: cluster 2023-12-08T02:46:31.868819+0000 mgr.a (mgr.14403) 22957 : cluster 0 pgmap v17144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:46:34.140 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:33 smithi079 bash[28699]: cluster 2023-12-08T02:46:33.869341+0000 mgr.a (mgr.14403) 22958 : cluster 0 pgmap v17145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:34.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:33 smithi194 bash[32038]: cluster 2023-12-08T02:46:33.869341+0000 mgr.a (mgr.14403) 22958 : cluster 0 pgmap v17145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:34.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:33 smithi135 bash[32435]: cluster 2023-12-08T02:46:33.869341+0000 mgr.a (mgr.14403) 22958 : cluster 0 pgmap v17145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:34.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:46:34.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:34.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:35.635 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:46:35.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:35.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:35.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:35.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:46:35.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:35 smithi079 bash[28699]: audit 2023-12-08T02:46:34.500073+0000 mon.a (mon.0) 3614 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:46:35.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:35 smithi079 bash[28699]: audit 2023-12-08T02:46:34.506415+0000 mon.a (mon.0) 3615 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:46:35.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:35 smithi079 bash[28699]: audit 2023-12-08T02:46:34.508182+0000 mon.a (mon.0) 3616 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:46:35.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:35 smithi079 bash[28699]: audit 2023-12-08T02:46:34.510086+0000 mon.a (mon.0) 3617 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:46:35.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:35 smithi079 bash[28699]: audit 2023-12-08T02:46:34.517792+0000 mon.a (mon.0) 3618 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:46:35.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:35 smithi194 bash[32038]: audit 2023-12-08T02:46:34.500073+0000 mon.a (mon.0) 3614 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:46:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:35 smithi194 bash[32038]: audit 2023-12-08T02:46:34.506415+0000 mon.a (mon.0) 3615 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:46:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:35 smithi194 bash[32038]: audit 2023-12-08T02:46:34.508182+0000 mon.a (mon.0) 3616 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:46:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:35 smithi194 bash[32038]: audit 2023-12-08T02:46:34.510086+0000 mon.a (mon.0) 3617 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:46:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:35 smithi194 bash[32038]: audit 2023-12-08T02:46:34.517792+0000 mon.a (mon.0) 3618 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:46:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:35 smithi135 bash[32435]: audit 2023-12-08T02:46:34.500073+0000 mon.a (mon.0) 3614 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:46:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:35 smithi135 bash[32435]: audit 2023-12-08T02:46:34.506415+0000 mon.a (mon.0) 3615 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:46:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:35 smithi135 bash[32435]: audit 2023-12-08T02:46:34.508182+0000 mon.a (mon.0) 3616 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:46:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:35 smithi135 bash[32435]: audit 2023-12-08T02:46:34.510086+0000 mon.a (mon.0) 3617 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:46:35.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:35 smithi135 bash[32435]: audit 2023-12-08T02:46:34.517792+0000 mon.a (mon.0) 3618 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:46:36.890 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:36 smithi079 bash[28699]: audit 2023-12-08T02:46:35.121921+0000 mgr.a (mgr.14403) 22959 : audit 0 from='client.453240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:36.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:36 smithi079 bash[28699]: cluster 2023-12-08T02:46:35.869997+0000 mgr.a (mgr.14403) 22960 : cluster 0 pgmap v17146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:46:36.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:36 smithi194 bash[32038]: audit 2023-12-08T02:46:35.121921+0000 mgr.a (mgr.14403) 22959 : audit 0 from='client.453240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:36.951 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:36 smithi194 bash[32038]: cluster 2023-12-08T02:46:35.869997+0000 mgr.a (mgr.14403) 22960 : cluster 0 pgmap v17146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:46:36.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:36 smithi135 bash[32435]: audit 2023-12-08T02:46:35.121921+0000 mgr.a (mgr.14403) 22959 : audit 0 from='client.453240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:36.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:36 smithi135 bash[32435]: cluster 2023-12-08T02:46:35.869997+0000 mgr.a (mgr.14403) 22960 : cluster 0 pgmap v17146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:46:39.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:38 smithi194 bash[32038]: cluster 2023-12-08T02:46:37.870568+0000 mgr.a (mgr.14403) 22961 : cluster 0 pgmap v17147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:46:39.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:38 smithi135 bash[32435]: cluster 2023-12-08T02:46:37.870568+0000 mgr.a (mgr.14403) 22961 : cluster 0 pgmap v17147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:46:39.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:38 smithi079 bash[28699]: cluster 2023-12-08T02:46:37.870568+0000 mgr.a (mgr.14403) 22961 : cluster 0 pgmap v17147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:46:40.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:46:40.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:40.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:41.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:40 smithi194 bash[32038]: cluster 2023-12-08T02:46:39.871392+0000 mgr.a (mgr.14403) 22962 : cluster 0 pgmap v17148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:46:41.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:40 smithi135 bash[32435]: cluster 2023-12-08T02:46:39.871392+0000 mgr.a (mgr.14403) 22962 : cluster 0 pgmap v17148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:46:41.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:40 smithi079 bash[28699]: cluster 2023-12-08T02:46:39.871392+0000 mgr.a (mgr.14403) 22962 : cluster 0 pgmap v17148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:46:41.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:41.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:41.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:41.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:46:41.570 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:46:42.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:41 smithi079 bash[28699]: audit 2023-12-08T02:46:41.048516+0000 mgr.a (mgr.14403) 22963 : audit 0 from='client.453318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:41 smithi079 bash[28699]: cluster 2023-12-08T02:46:41.871997+0000 mgr.a (mgr.14403) 22964 : cluster 0 pgmap v17149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:42.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:41 smithi194 bash[32038]: audit 2023-12-08T02:46:41.048516+0000 mgr.a (mgr.14403) 22963 : audit 0 from='client.453318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:41 smithi194 bash[32038]: cluster 2023-12-08T02:46:41.871997+0000 mgr.a (mgr.14403) 22964 : cluster 0 pgmap v17149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:42.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:41 smithi135 bash[32435]: audit 2023-12-08T02:46:41.048516+0000 mgr.a (mgr.14403) 22963 : audit 0 from='client.453318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:42.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:41 smithi135 bash[32435]: cluster 2023-12-08T02:46:41.871997+0000 mgr.a (mgr.14403) 22964 : cluster 0 pgmap v17149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:45.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:44 smithi194 bash[32038]: cluster 2023-12-08T02:46:43.872825+0000 mgr.a (mgr.14403) 22965 : cluster 0 pgmap v17150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:45.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:44 smithi135 bash[32435]: cluster 2023-12-08T02:46:43.872825+0000 mgr.a (mgr.14403) 22965 : cluster 0 pgmap v17150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:45.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:44 smithi079 bash[28699]: cluster 2023-12-08T02:46:43.872825+0000 mgr.a (mgr.14403) 22965 : cluster 0 pgmap v17150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:46.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:46 smithi194 bash[32038]: cluster 2023-12-08T02:46:45.873390+0000 mgr.a (mgr.14403) 22966 : cluster 0 pgmap v17151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:46.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:46 smithi135 bash[32435]: cluster 2023-12-08T02:46:45.873390+0000 mgr.a (mgr.14403) 22966 : cluster 0 pgmap v17151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:46.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:46:46.572 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:46.572 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:46.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:46 smithi079 bash[28699]: cluster 2023-12-08T02:46:45.873390+0000 mgr.a (mgr.14403) 22966 : cluster 0 pgmap v17151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:47.487 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:46:47.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:47.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:47.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:47.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:46:49.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:48 smithi194 bash[32038]: audit 2023-12-08T02:46:46.977065+0000 mgr.a (mgr.14403) 22967 : audit 0 from='client.453396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:49.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:48 smithi194 bash[32038]: cluster 2023-12-08T02:46:47.874044+0000 mgr.a (mgr.14403) 22968 : cluster 0 pgmap v17152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:49.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:48 smithi135 bash[32435]: audit 2023-12-08T02:46:46.977065+0000 mgr.a (mgr.14403) 22967 : audit 0 from='client.453396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:49.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:48 smithi135 bash[32435]: cluster 2023-12-08T02:46:47.874044+0000 mgr.a (mgr.14403) 22968 : cluster 0 pgmap v17152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:49.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:48 smithi079 bash[28699]: audit 2023-12-08T02:46:46.977065+0000 mgr.a (mgr.14403) 22967 : audit 0 from='client.453396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:49.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:48 smithi079 bash[28699]: cluster 2023-12-08T02:46:47.874044+0000 mgr.a (mgr.14403) 22968 : cluster 0 pgmap v17152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:51.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:50 smithi194 bash[32038]: cluster 2023-12-08T02:46:49.874963+0000 mgr.a (mgr.14403) 22969 : cluster 0 pgmap v17153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:51.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:50 smithi135 bash[32435]: cluster 2023-12-08T02:46:49.874963+0000 mgr.a (mgr.14403) 22969 : cluster 0 pgmap v17153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:51.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:50 smithi079 bash[28699]: cluster 2023-12-08T02:46:49.874963+0000 mgr.a (mgr.14403) 22969 : cluster 0 pgmap v17153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:52.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:51 smithi194 bash[32038]: cluster 2023-12-08T02:46:51.875713+0000 mgr.a (mgr.14403) 22970 : cluster 0 pgmap v17154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:52.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:51 smithi135 bash[32435]: cluster 2023-12-08T02:46:51.875713+0000 mgr.a (mgr.14403) 22970 : cluster 0 pgmap v17154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:52.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:51 smithi079 bash[28699]: cluster 2023-12-08T02:46:51.875713+0000 mgr.a (mgr.14403) 22970 : cluster 0 pgmap v17154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:52.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:46:52.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:52.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:53.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:52 smithi194 bash[32038]: audit 2023-12-08T02:46:52.908865+0000 mgr.a (mgr.14403) 22971 : audit 0 from='client.453474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:53.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:52 smithi135 bash[32435]: audit 2023-12-08T02:46:52.908865+0000 mgr.a (mgr.14403) 22971 : audit 0 from='client.453474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:53.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:52 smithi079 bash[28699]: audit 2023-12-08T02:46:52.908865+0000 mgr.a (mgr.14403) 22971 : audit 0 from='client.453474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:46:53.407 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:46:53.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:53.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:53.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:53.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:46:54.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:53 smithi135 bash[32435]: cluster 2023-12-08T02:46:53.876632+0000 mgr.a (mgr.14403) 22972 : cluster 0 pgmap v17155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:54.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:53 smithi079 bash[28699]: cluster 2023-12-08T02:46:53.876632+0000 mgr.a (mgr.14403) 22972 : cluster 0 pgmap v17155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:54.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:53 smithi194 bash[32038]: cluster 2023-12-08T02:46:53.876632+0000 mgr.a (mgr.14403) 22972 : cluster 0 pgmap v17155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:46:56.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:56 smithi194 bash[32038]: cluster 2023-12-08T02:46:55.877221+0000 mgr.a (mgr.14403) 22973 : cluster 0 pgmap v17156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:56.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:56 smithi135 bash[32435]: cluster 2023-12-08T02:46:55.877221+0000 mgr.a (mgr.14403) 22973 : cluster 0 pgmap v17156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:56 smithi079 bash[28699]: cluster 2023-12-08T02:46:55.877221+0000 mgr.a (mgr.14403) 22973 : cluster 0 pgmap v17156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:58.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:46:58.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:46:58.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:46:59.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:58 smithi194 bash[32038]: cluster 2023-12-08T02:46:57.877769+0000 mgr.a (mgr.14403) 22974 : cluster 0 pgmap v17157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:59.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:58 smithi135 bash[32435]: cluster 2023-12-08T02:46:57.877769+0000 mgr.a (mgr.14403) 22974 : cluster 0 pgmap v17157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:46:59.295 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:46:59.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:46:59.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:46:59.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:46:59.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:46:59.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:58 smithi079 bash[28699]: cluster 2023-12-08T02:46:57.877769+0000 mgr.a (mgr.14403) 22974 : cluster 0 pgmap v17157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:00.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:46:59 smithi194 bash[32038]: audit 2023-12-08T02:46:58.805387+0000 mgr.a (mgr.14403) 22975 : audit 0 from='client.453552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:00.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:46:59 smithi135 bash[32435]: audit 2023-12-08T02:46:58.805387+0000 mgr.a (mgr.14403) 22975 : audit 0 from='client.453552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:46:59 smithi079 bash[28699]: audit 2023-12-08T02:46:58.805387+0000 mgr.a (mgr.14403) 22975 : audit 0 from='client.453552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:01.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:00 smithi194 bash[32038]: cluster 2023-12-08T02:46:59.878730+0000 mgr.a (mgr.14403) 22976 : cluster 0 pgmap v17158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:01.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:00 smithi135 bash[32435]: cluster 2023-12-08T02:46:59.878730+0000 mgr.a (mgr.14403) 22976 : cluster 0 pgmap v17158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:01.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:00 smithi079 bash[28699]: cluster 2023-12-08T02:46:59.878730+0000 mgr.a (mgr.14403) 22976 : cluster 0 pgmap v17158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:02.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:01 smithi194 bash[32038]: cluster 2023-12-08T02:47:01.879317+0000 mgr.a (mgr.14403) 22977 : cluster 0 pgmap v17159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:02.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:01 smithi135 bash[32435]: cluster 2023-12-08T02:47:01.879317+0000 mgr.a (mgr.14403) 22977 : cluster 0 pgmap v17159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:01 smithi079 bash[28699]: cluster 2023-12-08T02:47:01.879317+0000 mgr.a (mgr.14403) 22977 : cluster 0 pgmap v17159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:04.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:47:04.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:04.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:05.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:04 smithi194 bash[32038]: cluster 2023-12-08T02:47:03.880074+0000 mgr.a (mgr.14403) 22978 : cluster 0 pgmap v17160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:05.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:04 smithi135 bash[32435]: cluster 2023-12-08T02:47:03.880074+0000 mgr.a (mgr.14403) 22978 : cluster 0 pgmap v17160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:05.207 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:47:05.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:05.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:05.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:05.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:47:05.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:04 smithi079 bash[28699]: cluster 2023-12-08T02:47:03.880074+0000 mgr.a (mgr.14403) 22978 : cluster 0 pgmap v17160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:06.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:05 smithi194 bash[32038]: audit 2023-12-08T02:47:04.705584+0000 mgr.a (mgr.14403) 22979 : audit 0 from='client.453627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:06.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:05 smithi135 bash[32435]: audit 2023-12-08T02:47:04.705584+0000 mgr.a (mgr.14403) 22979 : audit 0 from='client.453627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:06.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:05 smithi079 bash[28699]: audit 2023-12-08T02:47:04.705584+0000 mgr.a (mgr.14403) 22979 : audit 0 from='client.453627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:07.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:06 smithi194 bash[32038]: cluster 2023-12-08T02:47:05.880698+0000 mgr.a (mgr.14403) 22980 : cluster 0 pgmap v17161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:07.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:06 smithi135 bash[32435]: cluster 2023-12-08T02:47:05.880698+0000 mgr.a (mgr.14403) 22980 : cluster 0 pgmap v17161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:07.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:06 smithi079 bash[28699]: cluster 2023-12-08T02:47:05.880698+0000 mgr.a (mgr.14403) 22980 : cluster 0 pgmap v17161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:08.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:07 smithi194 bash[32038]: cluster 2023-12-08T02:47:07.881214+0000 mgr.a (mgr.14403) 22981 : cluster 0 pgmap v17162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:08.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:07 smithi135 bash[32435]: cluster 2023-12-08T02:47:07.881214+0000 mgr.a (mgr.14403) 22981 : cluster 0 pgmap v17162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:08.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:07 smithi079 bash[28699]: cluster 2023-12-08T02:47:07.881214+0000 mgr.a (mgr.14403) 22981 : cluster 0 pgmap v17162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:10.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:47:10.211 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:10.211 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:11.089 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:47:11.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:11.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:11.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:11.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:47:11.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:10 smithi194 bash[32038]: cluster 2023-12-08T02:47:09.881939+0000 mgr.a (mgr.14403) 22982 : cluster 0 pgmap v17163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:11.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:10 smithi135 bash[32435]: cluster 2023-12-08T02:47:09.881939+0000 mgr.a (mgr.14403) 22982 : cluster 0 pgmap v17163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:11.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:10 smithi079 bash[28699]: cluster 2023-12-08T02:47:09.881939+0000 mgr.a (mgr.14403) 22982 : cluster 0 pgmap v17163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:12.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:11 smithi194 bash[32038]: audit 2023-12-08T02:47:10.611187+0000 mgr.a (mgr.14403) 22983 : audit 0 from='client.453705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:12.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:11 smithi135 bash[32435]: audit 2023-12-08T02:47:10.611187+0000 mgr.a (mgr.14403) 22983 : audit 0 from='client.453705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:12.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:11 smithi079 bash[28699]: audit 2023-12-08T02:47:10.611187+0000 mgr.a (mgr.14403) 22983 : audit 0 from='client.453705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:13.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:12 smithi194 bash[32038]: cluster 2023-12-08T02:47:11.882614+0000 mgr.a (mgr.14403) 22984 : cluster 0 pgmap v17164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:13.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:12 smithi135 bash[32435]: cluster 2023-12-08T02:47:11.882614+0000 mgr.a (mgr.14403) 22984 : cluster 0 pgmap v17164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:13.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:12 smithi079 bash[28699]: cluster 2023-12-08T02:47:11.882614+0000 mgr.a (mgr.14403) 22984 : cluster 0 pgmap v17164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:14.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:13 smithi194 bash[32038]: cluster 2023-12-08T02:47:13.883563+0000 mgr.a (mgr.14403) 22985 : cluster 0 pgmap v17165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:14.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:13 smithi135 bash[32435]: cluster 2023-12-08T02:47:13.883563+0000 mgr.a (mgr.14403) 22985 : cluster 0 pgmap v17165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:14.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:13 smithi079 bash[28699]: cluster 2023-12-08T02:47:13.883563+0000 mgr.a (mgr.14403) 22985 : cluster 0 pgmap v17165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:16.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:47:16.093 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:16.093 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:16.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:16 smithi194 bash[32038]: cluster 2023-12-08T02:47:15.884210+0000 mgr.a (mgr.14403) 22986 : cluster 0 pgmap v17166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:16.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:16 smithi135 bash[32435]: cluster 2023-12-08T02:47:15.884210+0000 mgr.a (mgr.14403) 22986 : cluster 0 pgmap v17166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:16.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:16 smithi079 bash[28699]: cluster 2023-12-08T02:47:15.884210+0000 mgr.a (mgr.14403) 22986 : cluster 0 pgmap v17166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:16.991 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:47:16.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:16.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:16.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:16.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:47:17.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:17 smithi194 bash[32038]: audit 2023-12-08T02:47:16.499518+0000 mgr.a (mgr.14403) 22987 : audit 0 from='client.453783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:17.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:17 smithi135 bash[32435]: audit 2023-12-08T02:47:16.499518+0000 mgr.a (mgr.14403) 22987 : audit 0 from='client.453783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:17 smithi079 bash[28699]: audit 2023-12-08T02:47:16.499518+0000 mgr.a (mgr.14403) 22987 : audit 0 from='client.453783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:18.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:18 smithi194 bash[32038]: cluster 2023-12-08T02:47:17.884906+0000 mgr.a (mgr.14403) 22988 : cluster 0 pgmap v17167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:18.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:18 smithi135 bash[32435]: cluster 2023-12-08T02:47:17.884906+0000 mgr.a (mgr.14403) 22988 : cluster 0 pgmap v17167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:18 smithi079 bash[28699]: cluster 2023-12-08T02:47:17.884906+0000 mgr.a (mgr.14403) 22988 : cluster 0 pgmap v17167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:21.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:20 smithi194 bash[32038]: cluster 2023-12-08T02:47:19.885781+0000 mgr.a (mgr.14403) 22989 : cluster 0 pgmap v17168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:21.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:20 smithi135 bash[32435]: cluster 2023-12-08T02:47:19.885781+0000 mgr.a (mgr.14403) 22989 : cluster 0 pgmap v17168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:21.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:20 smithi079 bash[28699]: cluster 2023-12-08T02:47:19.885781+0000 mgr.a (mgr.14403) 22989 : cluster 0 pgmap v17168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:21.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:47:21.995 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:21.996 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:22.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:21 smithi194 bash[32038]: cluster 2023-12-08T02:47:21.886463+0000 mgr.a (mgr.14403) 22990 : cluster 0 pgmap v17169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:22.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:21 smithi135 bash[32435]: cluster 2023-12-08T02:47:21.886463+0000 mgr.a (mgr.14403) 22990 : cluster 0 pgmap v17169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:22.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:21 smithi079 bash[28699]: cluster 2023-12-08T02:47:21.886463+0000 mgr.a (mgr.14403) 22990 : cluster 0 pgmap v17169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:22.870 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:47:22.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:22.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:22.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:22.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:47:23.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:22 smithi194 bash[32038]: audit 2023-12-08T02:47:22.400076+0000 mgr.a (mgr.14403) 22991 : audit 0 from='client.453861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:23.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:22 smithi135 bash[32435]: audit 2023-12-08T02:47:22.400076+0000 mgr.a (mgr.14403) 22991 : audit 0 from='client.453861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:23.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:22 smithi079 bash[28699]: audit 2023-12-08T02:47:22.400076+0000 mgr.a (mgr.14403) 22991 : audit 0 from='client.453861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:24.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:23 smithi079 bash[28699]: cluster 2023-12-08T02:47:23.887510+0000 mgr.a (mgr.14403) 22992 : cluster 0 pgmap v17170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:24.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:23 smithi194 bash[32038]: cluster 2023-12-08T02:47:23.887510+0000 mgr.a (mgr.14403) 22992 : cluster 0 pgmap v17170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:24.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:23 smithi135 bash[32435]: cluster 2023-12-08T02:47:23.887510+0000 mgr.a (mgr.14403) 22992 : cluster 0 pgmap v17170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:26 smithi194 bash[32038]: cluster 2023-12-08T02:47:25.888071+0000 mgr.a (mgr.14403) 22993 : cluster 0 pgmap v17171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:26.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:26 smithi135 bash[32435]: cluster 2023-12-08T02:47:25.888071+0000 mgr.a (mgr.14403) 22993 : cluster 0 pgmap v17171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:26 smithi079 bash[28699]: cluster 2023-12-08T02:47:25.888071+0000 mgr.a (mgr.14403) 22993 : cluster 0 pgmap v17171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:27.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:47:27.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:27.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:28.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:27 smithi079 bash[28699]: cluster 2023-12-08T02:47:27.888614+0000 mgr.a (mgr.14403) 22994 : cluster 0 pgmap v17172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:28.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:27 smithi194 bash[32038]: cluster 2023-12-08T02:47:27.888614+0000 mgr.a (mgr.14403) 22994 : cluster 0 pgmap v17172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:27 smithi135 bash[32435]: cluster 2023-12-08T02:47:27.888614+0000 mgr.a (mgr.14403) 22994 : cluster 0 pgmap v17172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:28.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:47:28.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:28.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:28.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:28.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:47:29.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:28 smithi079 bash[28699]: audit 2023-12-08T02:47:28.287565+0000 mgr.a (mgr.14403) 22995 : audit 0 from='client.319826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:29.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:28 smithi194 bash[32038]: audit 2023-12-08T02:47:28.287565+0000 mgr.a (mgr.14403) 22995 : audit 0 from='client.319826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:29.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:28 smithi135 bash[32435]: audit 2023-12-08T02:47:28.287565+0000 mgr.a (mgr.14403) 22995 : audit 0 from='client.319826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:30 smithi079 bash[28699]: cluster 2023-12-08T02:47:29.889665+0000 mgr.a (mgr.14403) 22996 : cluster 0 pgmap v17173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:47:30.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:30 smithi194 bash[32038]: cluster 2023-12-08T02:47:29.889665+0000 mgr.a (mgr.14403) 22996 : cluster 0 pgmap v17173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:47:30.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:30 smithi135 bash[32435]: cluster 2023-12-08T02:47:29.889665+0000 mgr.a (mgr.14403) 22996 : cluster 0 pgmap v17173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:47:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:31 smithi079 bash[28699]: cluster 2023-12-08T02:47:31.890218+0000 mgr.a (mgr.14403) 22997 : cluster 0 pgmap v17174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:47:32.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:31 smithi194 bash[32038]: cluster 2023-12-08T02:47:31.890218+0000 mgr.a (mgr.14403) 22997 : cluster 0 pgmap v17174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:47:32.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:31 smithi135 bash[32435]: cluster 2023-12-08T02:47:31.890218+0000 mgr.a (mgr.14403) 22997 : cluster 0 pgmap v17174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:47:33.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:47:33.807 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:33.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:34.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:33 smithi079 bash[28699]: cluster 2023-12-08T02:47:33.890773+0000 mgr.a (mgr.14403) 22998 : cluster 0 pgmap v17175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:34.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:33 smithi194 bash[32038]: cluster 2023-12-08T02:47:33.890773+0000 mgr.a (mgr.14403) 22998 : cluster 0 pgmap v17175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:34.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:33 smithi135 bash[32435]: cluster 2023-12-08T02:47:33.890773+0000 mgr.a (mgr.14403) 22998 : cluster 0 pgmap v17175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:34.732 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:47:34.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:34.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:34.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:34.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:47:35.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:34 smithi079 bash[28699]: audit 2023-12-08T02:47:34.223119+0000 mgr.a (mgr.14403) 22999 : audit 0 from='client.454011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:35.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:34 smithi079 bash[28699]: audit 2023-12-08T02:47:34.621485+0000 mon.a (mon.0) 3619 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:47:35.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:34 smithi194 bash[32038]: audit 2023-12-08T02:47:34.223119+0000 mgr.a (mgr.14403) 22999 : audit 0 from='client.454011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:35.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:34 smithi194 bash[32038]: audit 2023-12-08T02:47:34.621485+0000 mon.a (mon.0) 3619 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:47:35.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:34 smithi135 bash[32435]: audit 2023-12-08T02:47:34.223119+0000 mgr.a (mgr.14403) 22999 : audit 0 from='client.454011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:35.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:34 smithi135 bash[32435]: audit 2023-12-08T02:47:34.621485+0000 mon.a (mon.0) 3619 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:47:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:36 smithi194 bash[32038]: cluster 2023-12-08T02:47:35.891506+0000 mgr.a (mgr.14403) 23000 : cluster 0 pgmap v17176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:36.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:36 smithi135 bash[32435]: cluster 2023-12-08T02:47:35.891506+0000 mgr.a (mgr.14403) 23000 : cluster 0 pgmap v17176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:36 smithi079 bash[28699]: cluster 2023-12-08T02:47:35.891506+0000 mgr.a (mgr.14403) 23000 : cluster 0 pgmap v17176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:37 smithi079 bash[28699]: cluster 2023-12-08T02:47:37.892108+0000 mgr.a (mgr.14403) 23001 : cluster 0 pgmap v17177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:38.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:37 smithi194 bash[32038]: cluster 2023-12-08T02:47:37.892108+0000 mgr.a (mgr.14403) 23001 : cluster 0 pgmap v17177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:38.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:37 smithi135 bash[32435]: cluster 2023-12-08T02:47:37.892108+0000 mgr.a (mgr.14403) 23001 : cluster 0 pgmap v17177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:47:39.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:47:39.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:39.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:40.390 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:39 smithi079 bash[28699]: cluster 2023-12-08T02:47:39.892871+0000 mgr.a (mgr.14403) 23002 : cluster 0 pgmap v17178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:39 smithi194 bash[32038]: cluster 2023-12-08T02:47:39.892871+0000 mgr.a (mgr.14403) 23002 : cluster 0 pgmap v17178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:40.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:39 smithi135 bash[32435]: cluster 2023-12-08T02:47:39.892871+0000 mgr.a (mgr.14403) 23002 : cluster 0 pgmap v17178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:40.639 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:47:40.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:40.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:40.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:40.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:47:41.430 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:41 smithi135 bash[32435]: audit 2023-12-08T02:47:40.144422+0000 mgr.a (mgr.14403) 23003 : audit 0 from='client.454089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:41.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:41 smithi194 bash[32038]: audit 2023-12-08T02:47:40.144422+0000 mgr.a (mgr.14403) 23003 : audit 0 from='client.454089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:41.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:41 smithi079 bash[28699]: audit 2023-12-08T02:47:40.144422+0000 mgr.a (mgr.14403) 23003 : audit 0 from='client.454089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:42.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:42 smithi194 bash[32038]: cluster 2023-12-08T02:47:41.893576+0000 mgr.a (mgr.14403) 23004 : cluster 0 pgmap v17179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:47:42.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:42 smithi135 bash[32435]: cluster 2023-12-08T02:47:41.893576+0000 mgr.a (mgr.14403) 23004 : cluster 0 pgmap v17179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:47:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:42 smithi079 bash[28699]: cluster 2023-12-08T02:47:41.893576+0000 mgr.a (mgr.14403) 23004 : cluster 0 pgmap v17179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T02:47:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:43 smithi079 bash[28699]: cluster 2023-12-08T02:47:43.894382+0000 mgr.a (mgr.14403) 23005 : cluster 0 pgmap v17180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:47:44.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:43 smithi194 bash[32038]: cluster 2023-12-08T02:47:43.894382+0000 mgr.a (mgr.14403) 23005 : cluster 0 pgmap v17180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:47:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:43 smithi135 bash[32435]: cluster 2023-12-08T02:47:43.894382+0000 mgr.a (mgr.14403) 23005 : cluster 0 pgmap v17180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T02:47:45.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:47:45.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:45.643 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:46.564 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:47:46.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:46.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:46.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:46.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:47:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:46 smithi194 bash[32038]: audit 2023-12-08T02:47:45.421886+0000 mon.a (mon.0) 3620 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:47:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:46 smithi194 bash[32038]: audit 2023-12-08T02:47:45.428390+0000 mon.a (mon.0) 3621 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:47:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:46 smithi194 bash[32038]: audit 2023-12-08T02:47:45.429978+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:47:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:46 smithi194 bash[32038]: audit 2023-12-08T02:47:45.431820+0000 mon.a (mon.0) 3623 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:47:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:46 smithi194 bash[32038]: audit 2023-12-08T02:47:45.439516+0000 mon.a (mon.0) 3624 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:47:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:46 smithi194 bash[32038]: cluster 2023-12-08T02:47:45.894938+0000 mgr.a (mgr.14403) 23006 : cluster 0 pgmap v17181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:46 smithi135 bash[32435]: audit 2023-12-08T02:47:45.421886+0000 mon.a (mon.0) 3620 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:47:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:46 smithi135 bash[32435]: audit 2023-12-08T02:47:45.428390+0000 mon.a (mon.0) 3621 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:47:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:46 smithi135 bash[32435]: audit 2023-12-08T02:47:45.429978+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:47:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:46 smithi135 bash[32435]: audit 2023-12-08T02:47:45.431820+0000 mon.a (mon.0) 3623 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:47:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:46 smithi135 bash[32435]: audit 2023-12-08T02:47:45.439516+0000 mon.a (mon.0) 3624 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:47:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:46 smithi135 bash[32435]: cluster 2023-12-08T02:47:45.894938+0000 mgr.a (mgr.14403) 23006 : cluster 0 pgmap v17181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:46.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:46 smithi079 bash[28699]: audit 2023-12-08T02:47:45.421886+0000 mon.a (mon.0) 3620 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:47:46.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:46 smithi079 bash[28699]: audit 2023-12-08T02:47:45.428390+0000 mon.a (mon.0) 3621 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:47:46.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:46 smithi079 bash[28699]: audit 2023-12-08T02:47:45.429978+0000 mon.a (mon.0) 3622 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:47:46.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:46 smithi079 bash[28699]: audit 2023-12-08T02:47:45.431820+0000 mon.a (mon.0) 3623 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:47:46.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:46 smithi079 bash[28699]: audit 2023-12-08T02:47:45.439516+0000 mon.a (mon.0) 3624 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:47:46.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:46 smithi079 bash[28699]: cluster 2023-12-08T02:47:45.894938+0000 mgr.a (mgr.14403) 23006 : cluster 0 pgmap v17181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:47 smithi194 bash[32038]: audit 2023-12-08T02:47:46.048267+0000 mgr.a (mgr.14403) 23007 : audit 0 from='client.454164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:47.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:47 smithi135 bash[32435]: audit 2023-12-08T02:47:46.048267+0000 mgr.a (mgr.14403) 23007 : audit 0 from='client.454164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:47.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:47 smithi079 bash[28699]: audit 2023-12-08T02:47:46.048267+0000 mgr.a (mgr.14403) 23007 : audit 0 from='client.454164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:48.701 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:48 smithi194 bash[32038]: cluster 2023-12-08T02:47:47.895629+0000 mgr.a (mgr.14403) 23008 : cluster 0 pgmap v17182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:48.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:48 smithi135 bash[32435]: cluster 2023-12-08T02:47:47.895629+0000 mgr.a (mgr.14403) 23008 : cluster 0 pgmap v17182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:48.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:48 smithi079 bash[28699]: cluster 2023-12-08T02:47:47.895629+0000 mgr.a (mgr.14403) 23008 : cluster 0 pgmap v17182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:49 smithi079 bash[28699]: cluster 2023-12-08T02:47:49.896501+0000 mgr.a (mgr.14403) 23009 : cluster 0 pgmap v17183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:50.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:49 smithi194 bash[32038]: cluster 2023-12-08T02:47:49.896501+0000 mgr.a (mgr.14403) 23009 : cluster 0 pgmap v17183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:50.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:49 smithi135 bash[32435]: cluster 2023-12-08T02:47:49.896501+0000 mgr.a (mgr.14403) 23009 : cluster 0 pgmap v17183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:51.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:47:51.567 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:51.567 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:51 smithi079 bash[28699]: cluster 2023-12-08T02:47:51.897040+0000 mgr.a (mgr.14403) 23010 : cluster 0 pgmap v17184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:52.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:51 smithi194 bash[32038]: cluster 2023-12-08T02:47:51.897040+0000 mgr.a (mgr.14403) 23010 : cluster 0 pgmap v17184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:52.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:51 smithi135 bash[32435]: cluster 2023-12-08T02:47:51.897040+0000 mgr.a (mgr.14403) 23010 : cluster 0 pgmap v17184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:52.500 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:47:52.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:52.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:52.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:52.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:47:53.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:53 smithi079 bash[28699]: audit 2023-12-08T02:47:51.981706+0000 mgr.a (mgr.14403) 23011 : audit 0 from='client.454242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:53 smithi194 bash[32038]: audit 2023-12-08T02:47:51.981706+0000 mgr.a (mgr.14403) 23011 : audit 0 from='client.454242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:53.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:53 smithi135 bash[32435]: audit 2023-12-08T02:47:51.981706+0000 mgr.a (mgr.14403) 23011 : audit 0 from='client.454242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:54 smithi079 bash[28699]: cluster 2023-12-08T02:47:53.897966+0000 mgr.a (mgr.14403) 23012 : cluster 0 pgmap v17185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:54.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:54 smithi194 bash[32038]: cluster 2023-12-08T02:47:53.897966+0000 mgr.a (mgr.14403) 23012 : cluster 0 pgmap v17185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:54 smithi135 bash[32435]: cluster 2023-12-08T02:47:53.897966+0000 mgr.a (mgr.14403) 23012 : cluster 0 pgmap v17185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:47:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:56 smithi194 bash[32038]: cluster 2023-12-08T02:47:55.898463+0000 mgr.a (mgr.14403) 23013 : cluster 0 pgmap v17186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:56.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:56 smithi135 bash[32435]: cluster 2023-12-08T02:47:55.898463+0000 mgr.a (mgr.14403) 23013 : cluster 0 pgmap v17186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:56 smithi079 bash[28699]: cluster 2023-12-08T02:47:55.898463+0000 mgr.a (mgr.14403) 23013 : cluster 0 pgmap v17186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:57.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:47:57.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:47:57.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:47:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:57 smithi079 bash[28699]: cluster 2023-12-08T02:47:57.899051+0000 mgr.a (mgr.14403) 23014 : cluster 0 pgmap v17187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:47:57 smithi079 bash[28699]: audit 2023-12-08T02:47:57.913535+0000 mgr.a (mgr.14403) 23015 : audit 0 from='client.454311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:58.414 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:47:58.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:47:58.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:47:58.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:47:58.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:47:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:57 smithi194 bash[32038]: cluster 2023-12-08T02:47:57.899051+0000 mgr.a (mgr.14403) 23014 : cluster 0 pgmap v17187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:47:57 smithi194 bash[32038]: audit 2023-12-08T02:47:57.913535+0000 mgr.a (mgr.14403) 23015 : audit 0 from='client.454311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:47:58.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:58 smithi135 bash[32435]: cluster 2023-12-08T02:47:57.899051+0000 mgr.a (mgr.14403) 23014 : cluster 0 pgmap v17187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:47:58.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:47:58 smithi135 bash[32435]: audit 2023-12-08T02:47:57.913535+0000 mgr.a (mgr.14403) 23015 : audit 0 from='client.454311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:00 smithi079 bash[28699]: cluster 2023-12-08T02:47:59.900009+0000 mgr.a (mgr.14403) 23016 : cluster 0 pgmap v17188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:00 smithi194 bash[32038]: cluster 2023-12-08T02:47:59.900009+0000 mgr.a (mgr.14403) 23016 : cluster 0 pgmap v17188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:00.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:00 smithi135 bash[32435]: cluster 2023-12-08T02:47:59.900009+0000 mgr.a (mgr.14403) 23016 : cluster 0 pgmap v17188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:02 smithi079 bash[28699]: cluster 2023-12-08T02:48:01.900573+0000 mgr.a (mgr.14403) 23017 : cluster 0 pgmap v17189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:02 smithi194 bash[32038]: cluster 2023-12-08T02:48:01.900573+0000 mgr.a (mgr.14403) 23017 : cluster 0 pgmap v17189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:02.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:02 smithi135 bash[32435]: cluster 2023-12-08T02:48:01.900573+0000 mgr.a (mgr.14403) 23017 : cluster 0 pgmap v17189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:03.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:48:03.418 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:03.419 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:04.323 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:48:04.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:04.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:04.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:04.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:48:04.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:04 smithi079 bash[28699]: audit 2023-12-08T02:48:03.825671+0000 mgr.a (mgr.14403) 23018 : audit 0 from='client.454386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:04.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:04 smithi079 bash[28699]: cluster 2023-12-08T02:48:03.901533+0000 mgr.a (mgr.14403) 23019 : cluster 0 pgmap v17190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:04 smithi194 bash[32038]: audit 2023-12-08T02:48:03.825671+0000 mgr.a (mgr.14403) 23018 : audit 0 from='client.454386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:04 smithi194 bash[32038]: cluster 2023-12-08T02:48:03.901533+0000 mgr.a (mgr.14403) 23019 : cluster 0 pgmap v17190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:04.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:04 smithi135 bash[32435]: audit 2023-12-08T02:48:03.825671+0000 mgr.a (mgr.14403) 23018 : audit 0 from='client.454386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:04.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:04 smithi135 bash[32435]: cluster 2023-12-08T02:48:03.901533+0000 mgr.a (mgr.14403) 23019 : cluster 0 pgmap v17190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:06.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:06 smithi194 bash[32038]: cluster 2023-12-08T02:48:05.902185+0000 mgr.a (mgr.14403) 23020 : cluster 0 pgmap v17191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:06.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:06 smithi135 bash[32435]: cluster 2023-12-08T02:48:05.902185+0000 mgr.a (mgr.14403) 23020 : cluster 0 pgmap v17191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:06 smithi079 bash[28699]: cluster 2023-12-08T02:48:05.902185+0000 mgr.a (mgr.14403) 23020 : cluster 0 pgmap v17191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:08 smithi079 bash[28699]: cluster 2023-12-08T02:48:07.902699+0000 mgr.a (mgr.14403) 23021 : cluster 0 pgmap v17192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:08 smithi194 bash[32038]: cluster 2023-12-08T02:48:07.902699+0000 mgr.a (mgr.14403) 23021 : cluster 0 pgmap v17192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:08.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:08 smithi135 bash[32435]: cluster 2023-12-08T02:48:07.902699+0000 mgr.a (mgr.14403) 23021 : cluster 0 pgmap v17192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:09.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:48:09.325 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:09.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:10.229 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:48:10.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:10.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:10.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:10.230 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:48:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:10 smithi079 bash[28699]: audit 2023-12-08T02:48:09.724329+0000 mgr.a (mgr.14403) 23022 : audit 0 from='client.454458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:10 smithi079 bash[28699]: cluster 2023-12-08T02:48:09.903889+0000 mgr.a (mgr.14403) 23023 : cluster 0 pgmap v17193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:10 smithi194 bash[32038]: audit 2023-12-08T02:48:09.724329+0000 mgr.a (mgr.14403) 23022 : audit 0 from='client.454458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:10 smithi194 bash[32038]: cluster 2023-12-08T02:48:09.903889+0000 mgr.a (mgr.14403) 23023 : cluster 0 pgmap v17193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:10.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:10 smithi135 bash[32435]: audit 2023-12-08T02:48:09.724329+0000 mgr.a (mgr.14403) 23022 : audit 0 from='client.454458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:10.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:10 smithi135 bash[32435]: cluster 2023-12-08T02:48:09.903889+0000 mgr.a (mgr.14403) 23023 : cluster 0 pgmap v17193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:12 smithi079 bash[28699]: cluster 2023-12-08T02:48:11.904617+0000 mgr.a (mgr.14403) 23024 : cluster 0 pgmap v17194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:12 smithi194 bash[32038]: cluster 2023-12-08T02:48:11.904617+0000 mgr.a (mgr.14403) 23024 : cluster 0 pgmap v17194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:12.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:12 smithi135 bash[32435]: cluster 2023-12-08T02:48:11.904617+0000 mgr.a (mgr.14403) 23024 : cluster 0 pgmap v17194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:14.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:14 smithi079 bash[28699]: cluster 2023-12-08T02:48:13.905561+0000 mgr.a (mgr.14403) 23025 : cluster 0 pgmap v17195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:14.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:14 smithi194 bash[32038]: cluster 2023-12-08T02:48:13.905561+0000 mgr.a (mgr.14403) 23025 : cluster 0 pgmap v17195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:14.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:14 smithi135 bash[32435]: cluster 2023-12-08T02:48:13.905561+0000 mgr.a (mgr.14403) 23025 : cluster 0 pgmap v17195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:15.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:48:15.232 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:15.233 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:16.130 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:48:16.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:16.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:16.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:16.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:48:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:16 smithi194 bash[32038]: audit 2023-12-08T02:48:15.630061+0000 mgr.a (mgr.14403) 23026 : audit 0 from='client.454530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:16 smithi194 bash[32038]: cluster 2023-12-08T02:48:15.906104+0000 mgr.a (mgr.14403) 23027 : cluster 0 pgmap v17196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:16.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:16 smithi135 bash[32435]: audit 2023-12-08T02:48:15.630061+0000 mgr.a (mgr.14403) 23026 : audit 0 from='client.454530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:16.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:16 smithi135 bash[32435]: cluster 2023-12-08T02:48:15.906104+0000 mgr.a (mgr.14403) 23027 : cluster 0 pgmap v17196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:16 smithi079 bash[28699]: audit 2023-12-08T02:48:15.630061+0000 mgr.a (mgr.14403) 23026 : audit 0 from='client.454530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:16 smithi079 bash[28699]: cluster 2023-12-08T02:48:15.906104+0000 mgr.a (mgr.14403) 23027 : cluster 0 pgmap v17196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:18 smithi079 bash[28699]: cluster 2023-12-08T02:48:17.906770+0000 mgr.a (mgr.14403) 23028 : cluster 0 pgmap v17197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:18 smithi194 bash[32038]: cluster 2023-12-08T02:48:17.906770+0000 mgr.a (mgr.14403) 23028 : cluster 0 pgmap v17197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:18.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:18 smithi135 bash[32435]: cluster 2023-12-08T02:48:17.906770+0000 mgr.a (mgr.14403) 23028 : cluster 0 pgmap v17197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:20 smithi079 bash[28699]: cluster 2023-12-08T02:48:19.907581+0000 mgr.a (mgr.14403) 23029 : cluster 0 pgmap v17198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:20 smithi194 bash[32038]: cluster 2023-12-08T02:48:19.907581+0000 mgr.a (mgr.14403) 23029 : cluster 0 pgmap v17198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:20 smithi135 bash[32435]: cluster 2023-12-08T02:48:19.907581+0000 mgr.a (mgr.14403) 23029 : cluster 0 pgmap v17198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:21.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:48:21.134 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:21.134 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:22.057 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:48:22.057 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:22.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:22.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:22.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:48:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:22 smithi079 bash[28699]: audit 2023-12-08T02:48:21.550276+0000 mgr.a (mgr.14403) 23030 : audit 0 from='client.454608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:22 smithi079 bash[28699]: cluster 2023-12-08T02:48:21.908129+0000 mgr.a (mgr.14403) 23031 : cluster 0 pgmap v17199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:22 smithi194 bash[32038]: audit 2023-12-08T02:48:21.550276+0000 mgr.a (mgr.14403) 23030 : audit 0 from='client.454608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:22 smithi194 bash[32038]: cluster 2023-12-08T02:48:21.908129+0000 mgr.a (mgr.14403) 23031 : cluster 0 pgmap v17199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:22.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:22 smithi135 bash[32435]: audit 2023-12-08T02:48:21.550276+0000 mgr.a (mgr.14403) 23030 : audit 0 from='client.454608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:22.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:22 smithi135 bash[32435]: cluster 2023-12-08T02:48:21.908129+0000 mgr.a (mgr.14403) 23031 : cluster 0 pgmap v17199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:24.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:24 smithi079 bash[28699]: cluster 2023-12-08T02:48:23.909028+0000 mgr.a (mgr.14403) 23032 : cluster 0 pgmap v17200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:24 smithi194 bash[32038]: cluster 2023-12-08T02:48:23.909028+0000 mgr.a (mgr.14403) 23032 : cluster 0 pgmap v17200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:24.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:24 smithi135 bash[32435]: cluster 2023-12-08T02:48:23.909028+0000 mgr.a (mgr.14403) 23032 : cluster 0 pgmap v17200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:26 smithi194 bash[32038]: cluster 2023-12-08T02:48:25.909576+0000 mgr.a (mgr.14403) 23033 : cluster 0 pgmap v17201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:26.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:26 smithi135 bash[32435]: cluster 2023-12-08T02:48:25.909576+0000 mgr.a (mgr.14403) 23033 : cluster 0 pgmap v17201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:26 smithi079 bash[28699]: cluster 2023-12-08T02:48:25.909576+0000 mgr.a (mgr.14403) 23033 : cluster 0 pgmap v17201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:27.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:48:27.061 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:27.061 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:27.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:27.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:27.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:27.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:48:27.983 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:48:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:28 smithi079 bash[28699]: audit 2023-12-08T02:48:27.463253+0000 mgr.a (mgr.14403) 23034 : audit 0 from='client.454683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:28 smithi079 bash[28699]: cluster 2023-12-08T02:48:27.910155+0000 mgr.a (mgr.14403) 23035 : cluster 0 pgmap v17202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:28 smithi194 bash[32038]: audit 2023-12-08T02:48:27.463253+0000 mgr.a (mgr.14403) 23034 : audit 0 from='client.454683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:28 smithi194 bash[32038]: cluster 2023-12-08T02:48:27.910155+0000 mgr.a (mgr.14403) 23035 : cluster 0 pgmap v17202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:28 smithi135 bash[32435]: audit 2023-12-08T02:48:27.463253+0000 mgr.a (mgr.14403) 23034 : audit 0 from='client.454683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:28 smithi135 bash[32435]: cluster 2023-12-08T02:48:27.910155+0000 mgr.a (mgr.14403) 23035 : cluster 0 pgmap v17202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:30 smithi079 bash[28699]: cluster 2023-12-08T02:48:29.910956+0000 mgr.a (mgr.14403) 23036 : cluster 0 pgmap v17203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:30 smithi194 bash[32038]: cluster 2023-12-08T02:48:29.910956+0000 mgr.a (mgr.14403) 23036 : cluster 0 pgmap v17203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:30.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:30 smithi135 bash[32435]: cluster 2023-12-08T02:48:29.910956+0000 mgr.a (mgr.14403) 23036 : cluster 0 pgmap v17203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:32 smithi079 bash[28699]: cluster 2023-12-08T02:48:31.911538+0000 mgr.a (mgr.14403) 23037 : cluster 0 pgmap v17204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:32 smithi194 bash[32038]: cluster 2023-12-08T02:48:31.911538+0000 mgr.a (mgr.14403) 23037 : cluster 0 pgmap v17204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:32.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:32 smithi135 bash[32435]: cluster 2023-12-08T02:48:31.911538+0000 mgr.a (mgr.14403) 23037 : cluster 0 pgmap v17204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:32.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:48:32.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:32.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:33.920 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:48:33.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:33.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:33.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:33.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:48:34.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:34 smithi079 bash[28699]: audit 2023-12-08T02:48:33.400752+0000 mgr.a (mgr.14403) 23038 : audit 0 from='client.454755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:34.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:34 smithi079 bash[28699]: cluster 2023-12-08T02:48:33.912376+0000 mgr.a (mgr.14403) 23039 : cluster 0 pgmap v17205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:34 smithi194 bash[32038]: audit 2023-12-08T02:48:33.400752+0000 mgr.a (mgr.14403) 23038 : audit 0 from='client.454755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:34 smithi194 bash[32038]: cluster 2023-12-08T02:48:33.912376+0000 mgr.a (mgr.14403) 23039 : cluster 0 pgmap v17205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:34.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:34 smithi135 bash[32435]: audit 2023-12-08T02:48:33.400752+0000 mgr.a (mgr.14403) 23038 : audit 0 from='client.454755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:34.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:34 smithi135 bash[32435]: cluster 2023-12-08T02:48:33.912376+0000 mgr.a (mgr.14403) 23039 : cluster 0 pgmap v17205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:36 smithi194 bash[32038]: cluster 2023-12-08T02:48:35.913102+0000 mgr.a (mgr.14403) 23040 : cluster 0 pgmap v17206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:36.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:36 smithi135 bash[32435]: cluster 2023-12-08T02:48:35.913102+0000 mgr.a (mgr.14403) 23040 : cluster 0 pgmap v17206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:36 smithi079 bash[28699]: cluster 2023-12-08T02:48:35.913102+0000 mgr.a (mgr.14403) 23040 : cluster 0 pgmap v17206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:38 smithi079 bash[28699]: cluster 2023-12-08T02:48:37.913703+0000 mgr.a (mgr.14403) 23041 : cluster 0 pgmap v17207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:38 smithi194 bash[32038]: cluster 2023-12-08T02:48:37.913703+0000 mgr.a (mgr.14403) 23041 : cluster 0 pgmap v17207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:38.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:38 smithi135 bash[32435]: cluster 2023-12-08T02:48:37.913703+0000 mgr.a (mgr.14403) 23041 : cluster 0 pgmap v17207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:38.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:48:38.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:38.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:39.826 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:48:39.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:39.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:39.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:39.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:48:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:40 smithi079 bash[28699]: audit 2023-12-08T02:48:39.324779+0000 mgr.a (mgr.14403) 23042 : audit 0 from='client.454830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:40 smithi079 bash[28699]: cluster 2023-12-08T02:48:39.914782+0000 mgr.a (mgr.14403) 23043 : cluster 0 pgmap v17208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:40 smithi194 bash[32038]: audit 2023-12-08T02:48:39.324779+0000 mgr.a (mgr.14403) 23042 : audit 0 from='client.454830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:40 smithi194 bash[32038]: cluster 2023-12-08T02:48:39.914782+0000 mgr.a (mgr.14403) 23043 : cluster 0 pgmap v17208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:40.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:40 smithi135 bash[32435]: audit 2023-12-08T02:48:39.324779+0000 mgr.a (mgr.14403) 23042 : audit 0 from='client.454830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:40.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:40 smithi135 bash[32435]: cluster 2023-12-08T02:48:39.914782+0000 mgr.a (mgr.14403) 23043 : cluster 0 pgmap v17208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:42 smithi079 bash[28699]: cluster 2023-12-08T02:48:41.915383+0000 mgr.a (mgr.14403) 23044 : cluster 0 pgmap v17209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:42 smithi194 bash[32038]: cluster 2023-12-08T02:48:41.915383+0000 mgr.a (mgr.14403) 23044 : cluster 0 pgmap v17209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:42.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:42 smithi135 bash[32435]: cluster 2023-12-08T02:48:41.915383+0000 mgr.a (mgr.14403) 23044 : cluster 0 pgmap v17209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:48:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:44 smithi079 bash[28699]: cluster 2023-12-08T02:48:43.916311+0000 mgr.a (mgr.14403) 23045 : cluster 0 pgmap v17210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:44 smithi194 bash[32038]: cluster 2023-12-08T02:48:43.916311+0000 mgr.a (mgr.14403) 23045 : cluster 0 pgmap v17210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:44.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:44 smithi135 bash[32435]: cluster 2023-12-08T02:48:43.916311+0000 mgr.a (mgr.14403) 23045 : cluster 0 pgmap v17210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:44.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:48:44.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:44.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:45.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:45.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:45.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:45.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:48:45.719 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:48:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:46 smithi194 bash[32038]: audit 2023-12-08T02:48:45.237198+0000 mgr.a (mgr.14403) 23046 : audit 0 from='client.454908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:46 smithi194 bash[32038]: audit 2023-12-08T02:48:45.542082+0000 mon.a (mon.0) 3625 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:48:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:46 smithi194 bash[32038]: cluster 2023-12-08T02:48:45.917068+0000 mgr.a (mgr.14403) 23047 : cluster 0 pgmap v17211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:46.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:46 smithi135 bash[32435]: audit 2023-12-08T02:48:45.237198+0000 mgr.a (mgr.14403) 23046 : audit 0 from='client.454908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:46.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:46 smithi135 bash[32435]: audit 2023-12-08T02:48:45.542082+0000 mon.a (mon.0) 3625 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:48:46.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:46 smithi135 bash[32435]: cluster 2023-12-08T02:48:45.917068+0000 mgr.a (mgr.14403) 23047 : cluster 0 pgmap v17211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:46 smithi079 bash[28699]: audit 2023-12-08T02:48:45.237198+0000 mgr.a (mgr.14403) 23046 : audit 0 from='client.454908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:46 smithi079 bash[28699]: audit 2023-12-08T02:48:45.542082+0000 mon.a (mon.0) 3625 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:48:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:46 smithi079 bash[28699]: cluster 2023-12-08T02:48:45.917068+0000 mgr.a (mgr.14403) 23047 : cluster 0 pgmap v17211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:48 smithi079 bash[28699]: cluster 2023-12-08T02:48:47.917669+0000 mgr.a (mgr.14403) 23048 : cluster 0 pgmap v17212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:48 smithi194 bash[32038]: cluster 2023-12-08T02:48:47.917669+0000 mgr.a (mgr.14403) 23048 : cluster 0 pgmap v17212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:48.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:48 smithi135 bash[32435]: cluster 2023-12-08T02:48:47.917669+0000 mgr.a (mgr.14403) 23048 : cluster 0 pgmap v17212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:50 smithi079 bash[28699]: cluster 2023-12-08T02:48:49.918507+0000 mgr.a (mgr.14403) 23049 : cluster 0 pgmap v17213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:50 smithi194 bash[32038]: cluster 2023-12-08T02:48:49.918507+0000 mgr.a (mgr.14403) 23049 : cluster 0 pgmap v17213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:50.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:50 smithi135 bash[32435]: cluster 2023-12-08T02:48:49.918507+0000 mgr.a (mgr.14403) 23049 : cluster 0 pgmap v17213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:50.722 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:48:50.722 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:50.723 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:51.633 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:48:51.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:51.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:51.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:51.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:48:52.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:51 smithi079 bash[28699]: audit 2023-12-08T02:48:50.883889+0000 mon.a (mon.0) 3626 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:51 smithi079 bash[28699]: audit 2023-12-08T02:48:50.893627+0000 mon.a (mon.0) 3627 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:51 smithi079 bash[28699]: audit 2023-12-08T02:48:50.933045+0000 mon.a (mon.0) 3628 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:51 smithi079 bash[28699]: audit 2023-12-08T02:48:50.937897+0000 mon.a (mon.0) 3629 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:51 smithi079 bash[28699]: audit 2023-12-08T02:48:50.942785+0000 mon.a (mon.0) 3630 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:51 smithi079 bash[28699]: audit 2023-12-08T02:48:50.949422+0000 mon.a (mon.0) 3631 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.222 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:51 smithi194 bash[32038]: audit 2023-12-08T02:48:50.883889+0000 mon.a (mon.0) 3626 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.222 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:51 smithi194 bash[32038]: audit 2023-12-08T02:48:50.893627+0000 mon.a (mon.0) 3627 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.223 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:51 smithi194 bash[32038]: audit 2023-12-08T02:48:50.933045+0000 mon.a (mon.0) 3628 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.223 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:51 smithi194 bash[32038]: audit 2023-12-08T02:48:50.937897+0000 mon.a (mon.0) 3629 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.223 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:51 smithi194 bash[32038]: audit 2023-12-08T02:48:50.942785+0000 mon.a (mon.0) 3630 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.223 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:51 smithi194 bash[32038]: audit 2023-12-08T02:48:50.949422+0000 mon.a (mon.0) 3631 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.238 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:51 smithi135 bash[32435]: audit 2023-12-08T02:48:50.883889+0000 mon.a (mon.0) 3626 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.239 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:51 smithi135 bash[32435]: audit 2023-12-08T02:48:50.893627+0000 mon.a (mon.0) 3627 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.239 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:51 smithi135 bash[32435]: audit 2023-12-08T02:48:50.933045+0000 mon.a (mon.0) 3628 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.239 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:51 smithi135 bash[32435]: audit 2023-12-08T02:48:50.937897+0000 mon.a (mon.0) 3629 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.239 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:51 smithi135 bash[32435]: audit 2023-12-08T02:48:50.942785+0000 mon.a (mon.0) 3630 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:52.239 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:51 smithi135 bash[32435]: audit 2023-12-08T02:48:50.949422+0000 mon.a (mon.0) 3631 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:48:53.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:52 smithi079 bash[28699]: audit 2023-12-08T02:48:51.135242+0000 mgr.a (mgr.14403) 23050 : audit 0 from='client.454983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:53.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:52 smithi079 bash[28699]: cluster 2023-12-08T02:48:51.919145+0000 mgr.a (mgr.14403) 23051 : cluster 0 pgmap v17214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:52 smithi194 bash[32038]: audit 2023-12-08T02:48:51.135242+0000 mgr.a (mgr.14403) 23050 : audit 0 from='client.454983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:52 smithi194 bash[32038]: cluster 2023-12-08T02:48:51.919145+0000 mgr.a (mgr.14403) 23051 : cluster 0 pgmap v17214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:53.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:52 smithi135 bash[32435]: audit 2023-12-08T02:48:51.135242+0000 mgr.a (mgr.14403) 23050 : audit 0 from='client.454983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:53.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:52 smithi135 bash[32435]: cluster 2023-12-08T02:48:51.919145+0000 mgr.a (mgr.14403) 23051 : cluster 0 pgmap v17214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:54 smithi079 bash[28699]: cluster 2023-12-08T02:48:53.920035+0000 mgr.a (mgr.14403) 23052 : cluster 0 pgmap v17215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:54 smithi194 bash[32038]: cluster 2023-12-08T02:48:53.920035+0000 mgr.a (mgr.14403) 23052 : cluster 0 pgmap v17215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:54.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:54 smithi135 bash[32435]: cluster 2023-12-08T02:48:53.920035+0000 mgr.a (mgr.14403) 23052 : cluster 0 pgmap v17215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:48:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:56 smithi194 bash[32038]: cluster 2023-12-08T02:48:55.920584+0000 mgr.a (mgr.14403) 23053 : cluster 0 pgmap v17216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:56.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:56 smithi135 bash[32435]: cluster 2023-12-08T02:48:55.920584+0000 mgr.a (mgr.14403) 23053 : cluster 0 pgmap v17216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:56.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:48:56.636 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:48:56.636 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:48:56.640 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:56 smithi079 bash[28699]: cluster 2023-12-08T02:48:55.920584+0000 mgr.a (mgr.14403) 23053 : cluster 0 pgmap v17216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:57.542 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:48:57.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:48:57.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:48:57.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:48:57.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:48:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:58 smithi079 bash[28699]: audit 2023-12-08T02:48:57.045640+0000 mgr.a (mgr.14403) 23054 : audit 0 from='client.455058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:48:58 smithi079 bash[28699]: cluster 2023-12-08T02:48:57.921293+0000 mgr.a (mgr.14403) 23055 : cluster 0 pgmap v17217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:58 smithi194 bash[32038]: audit 2023-12-08T02:48:57.045640+0000 mgr.a (mgr.14403) 23054 : audit 0 from='client.455058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:48:58 smithi194 bash[32038]: cluster 2023-12-08T02:48:57.921293+0000 mgr.a (mgr.14403) 23055 : cluster 0 pgmap v17217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:48:58.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:58 smithi135 bash[32435]: audit 2023-12-08T02:48:57.045640+0000 mgr.a (mgr.14403) 23054 : audit 0 from='client.455058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:48:58.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:48:58 smithi135 bash[32435]: cluster 2023-12-08T02:48:57.921293+0000 mgr.a (mgr.14403) 23055 : cluster 0 pgmap v17217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:00 smithi079 bash[28699]: cluster 2023-12-08T02:48:59.922166+0000 mgr.a (mgr.14403) 23056 : cluster 0 pgmap v17218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:00.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:00 smithi194 bash[32038]: cluster 2023-12-08T02:48:59.922166+0000 mgr.a (mgr.14403) 23056 : cluster 0 pgmap v17218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:00.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:00 smithi135 bash[32435]: cluster 2023-12-08T02:48:59.922166+0000 mgr.a (mgr.14403) 23056 : cluster 0 pgmap v17218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:02.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:49:02.546 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:02.546 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:02 smithi194 bash[32038]: cluster 2023-12-08T02:49:01.922736+0000 mgr.a (mgr.14403) 23057 : cluster 0 pgmap v17219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:02 smithi194 bash[32038]: audit 2023-12-08T02:49:01.935299+0000 mon.a (mon.0) 3632 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:49:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:02 smithi194 bash[32038]: audit 2023-12-08T02:49:01.941956+0000 mon.a (mon.0) 3633 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:49:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:02 smithi194 bash[32038]: audit 2023-12-08T02:49:01.943844+0000 mon.a (mon.0) 3634 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:49:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:02 smithi194 bash[32038]: audit 2023-12-08T02:49:01.945422+0000 mon.a (mon.0) 3635 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:49:03.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:02 smithi194 bash[32038]: audit 2023-12-08T02:49:01.952854+0000 mon.a (mon.0) 3636 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:49:03.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:02 smithi135 bash[32435]: cluster 2023-12-08T02:49:01.922736+0000 mgr.a (mgr.14403) 23057 : cluster 0 pgmap v17219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:03.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:02 smithi135 bash[32435]: audit 2023-12-08T02:49:01.935299+0000 mon.a (mon.0) 3632 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:49:03.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:02 smithi135 bash[32435]: audit 2023-12-08T02:49:01.941956+0000 mon.a (mon.0) 3633 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:49:03.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:02 smithi135 bash[32435]: audit 2023-12-08T02:49:01.943844+0000 mon.a (mon.0) 3634 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:49:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:02 smithi135 bash[32435]: audit 2023-12-08T02:49:01.945422+0000 mon.a (mon.0) 3635 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:49:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:02 smithi135 bash[32435]: audit 2023-12-08T02:49:01.952854+0000 mon.a (mon.0) 3636 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:49:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:02 smithi079 bash[28699]: cluster 2023-12-08T02:49:01.922736+0000 mgr.a (mgr.14403) 23057 : cluster 0 pgmap v17219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:02 smithi079 bash[28699]: audit 2023-12-08T02:49:01.935299+0000 mon.a (mon.0) 3632 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:49:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:02 smithi079 bash[28699]: audit 2023-12-08T02:49:01.941956+0000 mon.a (mon.0) 3633 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:49:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:02 smithi079 bash[28699]: audit 2023-12-08T02:49:01.943844+0000 mon.a (mon.0) 3634 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:49:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:02 smithi079 bash[28699]: audit 2023-12-08T02:49:01.945422+0000 mon.a (mon.0) 3635 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:49:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:02 smithi079 bash[28699]: audit 2023-12-08T02:49:01.952854+0000 mon.a (mon.0) 3636 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:49:03.468 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:49:03.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:03.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:03.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:03.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:49:04.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:03 smithi194 bash[32038]: audit 2023-12-08T02:49:02.957526+0000 mgr.a (mgr.14403) 23058 : audit 0 from='client.455136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:04.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:03 smithi135 bash[32435]: audit 2023-12-08T02:49:02.957526+0000 mgr.a (mgr.14403) 23058 : audit 0 from='client.455136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:04.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:03 smithi079 bash[28699]: audit 2023-12-08T02:49:02.957526+0000 mgr.a (mgr.14403) 23058 : audit 0 from='client.455136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:05.201 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:04 smithi194 bash[32038]: cluster 2023-12-08T02:49:03.923794+0000 mgr.a (mgr.14403) 23059 : cluster 0 pgmap v17220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:05.205 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:04 smithi135 bash[32435]: cluster 2023-12-08T02:49:03.923794+0000 mgr.a (mgr.14403) 23059 : cluster 0 pgmap v17220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:05.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:04 smithi079 bash[28699]: cluster 2023-12-08T02:49:03.923794+0000 mgr.a (mgr.14403) 23059 : cluster 0 pgmap v17220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:06 smithi194 bash[32038]: cluster 2023-12-08T02:49:05.924391+0000 mgr.a (mgr.14403) 23060 : cluster 0 pgmap v17221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:06.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:06 smithi135 bash[32435]: cluster 2023-12-08T02:49:05.924391+0000 mgr.a (mgr.14403) 23060 : cluster 0 pgmap v17221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:06 smithi079 bash[28699]: cluster 2023-12-08T02:49:05.924391+0000 mgr.a (mgr.14403) 23060 : cluster 0 pgmap v17221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:08 smithi079 bash[28699]: cluster 2023-12-08T02:49:07.924952+0000 mgr.a (mgr.14403) 23061 : cluster 0 pgmap v17222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:08 smithi194 bash[32038]: cluster 2023-12-08T02:49:07.924952+0000 mgr.a (mgr.14403) 23061 : cluster 0 pgmap v17222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:08.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:08 smithi135 bash[32435]: cluster 2023-12-08T02:49:07.924952+0000 mgr.a (mgr.14403) 23061 : cluster 0 pgmap v17222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:08.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:49:08.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:08.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:09.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:09.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:09.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:09.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:49:09.365 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:49:09.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:09 smithi079 bash[28699]: audit 2023-12-08T02:49:08.875261+0000 mgr.a (mgr.14403) 23062 : audit 0 from='client.455208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:09.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:09 smithi194 bash[32038]: audit 2023-12-08T02:49:08.875261+0000 mgr.a (mgr.14403) 23062 : audit 0 from='client.455208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:09.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:09 smithi135 bash[32435]: audit 2023-12-08T02:49:08.875261+0000 mgr.a (mgr.14403) 23062 : audit 0 from='client.455208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:10 smithi079 bash[28699]: cluster 2023-12-08T02:49:09.926001+0000 mgr.a (mgr.14403) 23063 : cluster 0 pgmap v17223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:10 smithi194 bash[32038]: cluster 2023-12-08T02:49:09.926001+0000 mgr.a (mgr.14403) 23063 : cluster 0 pgmap v17223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:10.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:10 smithi135 bash[32435]: cluster 2023-12-08T02:49:09.926001+0000 mgr.a (mgr.14403) 23063 : cluster 0 pgmap v17223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:12 smithi079 bash[28699]: cluster 2023-12-08T02:49:11.926574+0000 mgr.a (mgr.14403) 23064 : cluster 0 pgmap v17224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:12 smithi194 bash[32038]: cluster 2023-12-08T02:49:11.926574+0000 mgr.a (mgr.14403) 23064 : cluster 0 pgmap v17224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:12.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:12 smithi135 bash[32435]: cluster 2023-12-08T02:49:11.926574+0000 mgr.a (mgr.14403) 23064 : cluster 0 pgmap v17224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:14.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:49:14.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:14.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:14.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:14 smithi079 bash[28699]: cluster 2023-12-08T02:49:13.927382+0000 mgr.a (mgr.14403) 23065 : cluster 0 pgmap v17225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:14 smithi194 bash[32038]: cluster 2023-12-08T02:49:13.927382+0000 mgr.a (mgr.14403) 23065 : cluster 0 pgmap v17225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:14.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:14 smithi135 bash[32435]: cluster 2023-12-08T02:49:13.927382+0000 mgr.a (mgr.14403) 23065 : cluster 0 pgmap v17225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:15.307 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:49:15.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:15.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:15.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:15.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:49:15.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:15 smithi079 bash[28699]: audit 2023-12-08T02:49:14.776472+0000 mgr.a (mgr.14403) 23066 : audit 0 from='client.455280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:15.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:15 smithi194 bash[32038]: audit 2023-12-08T02:49:14.776472+0000 mgr.a (mgr.14403) 23066 : audit 0 from='client.455280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:15.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:15 smithi135 bash[32435]: audit 2023-12-08T02:49:14.776472+0000 mgr.a (mgr.14403) 23066 : audit 0 from='client.455280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:16 smithi194 bash[32038]: cluster 2023-12-08T02:49:15.928109+0000 mgr.a (mgr.14403) 23067 : cluster 0 pgmap v17226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:16.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:16 smithi135 bash[32435]: cluster 2023-12-08T02:49:15.928109+0000 mgr.a (mgr.14403) 23067 : cluster 0 pgmap v17226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:16 smithi079 bash[28699]: cluster 2023-12-08T02:49:15.928109+0000 mgr.a (mgr.14403) 23067 : cluster 0 pgmap v17226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:18 smithi079 bash[28699]: cluster 2023-12-08T02:49:17.928648+0000 mgr.a (mgr.14403) 23068 : cluster 0 pgmap v17227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:18 smithi194 bash[32038]: cluster 2023-12-08T02:49:17.928648+0000 mgr.a (mgr.14403) 23068 : cluster 0 pgmap v17227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:18.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:18 smithi135 bash[32435]: cluster 2023-12-08T02:49:17.928648+0000 mgr.a (mgr.14403) 23068 : cluster 0 pgmap v17227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:20.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:49:20.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:20.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:20 smithi079 bash[28699]: cluster 2023-12-08T02:49:19.929451+0000 mgr.a (mgr.14403) 23069 : cluster 0 pgmap v17228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:20 smithi194 bash[32038]: cluster 2023-12-08T02:49:19.929451+0000 mgr.a (mgr.14403) 23069 : cluster 0 pgmap v17228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:20.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:20 smithi135 bash[32435]: cluster 2023-12-08T02:49:19.929451+0000 mgr.a (mgr.14403) 23069 : cluster 0 pgmap v17228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:21.219 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:49:21.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:21.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:21.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:21.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:49:21.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:21 smithi194 bash[32038]: audit 2023-12-08T02:49:20.714541+0000 mgr.a (mgr.14403) 23070 : audit 0 from='client.455358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:21.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:21 smithi135 bash[32435]: audit 2023-12-08T02:49:20.714541+0000 mgr.a (mgr.14403) 23070 : audit 0 from='client.455358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:21.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:21 smithi079 bash[28699]: audit 2023-12-08T02:49:20.714541+0000 mgr.a (mgr.14403) 23070 : audit 0 from='client.455358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:22.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:22 smithi135 bash[32435]: cluster 2023-12-08T02:49:21.930177+0000 mgr.a (mgr.14403) 23071 : cluster 0 pgmap v17229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:22.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:22 smithi079 bash[28699]: cluster 2023-12-08T02:49:21.930177+0000 mgr.a (mgr.14403) 23071 : cluster 0 pgmap v17229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:22.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:22 smithi194 bash[32038]: cluster 2023-12-08T02:49:21.930177+0000 mgr.a (mgr.14403) 23071 : cluster 0 pgmap v17229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:24.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:24 smithi079 bash[28699]: cluster 2023-12-08T02:49:23.931015+0000 mgr.a (mgr.14403) 23072 : cluster 0 pgmap v17230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:24 smithi194 bash[32038]: cluster 2023-12-08T02:49:23.931015+0000 mgr.a (mgr.14403) 23072 : cluster 0 pgmap v17230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:24.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:24 smithi135 bash[32435]: cluster 2023-12-08T02:49:23.931015+0000 mgr.a (mgr.14403) 23072 : cluster 0 pgmap v17230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:26.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:49:26.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:26.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:26.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:26 smithi135 bash[32435]: cluster 2023-12-08T02:49:25.931521+0000 mgr.a (mgr.14403) 23073 : cluster 0 pgmap v17231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:26 smithi079 bash[28699]: cluster 2023-12-08T02:49:25.931521+0000 mgr.a (mgr.14403) 23073 : cluster 0 pgmap v17231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:26.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:26 smithi194 bash[32038]: cluster 2023-12-08T02:49:25.931521+0000 mgr.a (mgr.14403) 23073 : cluster 0 pgmap v17231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:27.140 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:49:27.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:27.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:27.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:27.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:49:27.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:27 smithi135 bash[32435]: audit 2023-12-08T02:49:26.626701+0000 mgr.a (mgr.14403) 23074 : audit 0 from='client.455436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:27 smithi079 bash[28699]: audit 2023-12-08T02:49:26.626701+0000 mgr.a (mgr.14403) 23074 : audit 0 from='client.455436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:27 smithi194 bash[32038]: audit 2023-12-08T02:49:26.626701+0000 mgr.a (mgr.14403) 23074 : audit 0 from='client.455436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:28 smithi079 bash[28699]: cluster 2023-12-08T02:49:27.932355+0000 mgr.a (mgr.14403) 23075 : cluster 0 pgmap v17232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:28.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:28 smithi194 bash[32038]: cluster 2023-12-08T02:49:27.932355+0000 mgr.a (mgr.14403) 23075 : cluster 0 pgmap v17232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:28.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:28 smithi135 bash[32435]: cluster 2023-12-08T02:49:27.932355+0000 mgr.a (mgr.14403) 23075 : cluster 0 pgmap v17232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:30 smithi079 bash[28699]: cluster 2023-12-08T02:49:29.933198+0000 mgr.a (mgr.14403) 23076 : cluster 0 pgmap v17233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:30 smithi194 bash[32038]: cluster 2023-12-08T02:49:29.933198+0000 mgr.a (mgr.14403) 23076 : cluster 0 pgmap v17233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:30.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:30 smithi135 bash[32435]: cluster 2023-12-08T02:49:29.933198+0000 mgr.a (mgr.14403) 23076 : cluster 0 pgmap v17233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:32.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:49:32.144 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:32.144 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:32 smithi079 bash[28699]: cluster 2023-12-08T02:49:31.933806+0000 mgr.a (mgr.14403) 23077 : cluster 0 pgmap v17234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:32 smithi194 bash[32038]: cluster 2023-12-08T02:49:31.933806+0000 mgr.a (mgr.14403) 23077 : cluster 0 pgmap v17234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:32.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:32 smithi135 bash[32435]: cluster 2023-12-08T02:49:31.933806+0000 mgr.a (mgr.14403) 23077 : cluster 0 pgmap v17234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:33.069 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:49:33.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:33.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:33.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:33.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:49:33.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:33 smithi079 bash[28699]: audit 2023-12-08T02:49:32.553767+0000 mgr.a (mgr.14403) 23078 : audit 0 from='client.455508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:33.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:33 smithi194 bash[32038]: audit 2023-12-08T02:49:32.553767+0000 mgr.a (mgr.14403) 23078 : audit 0 from='client.455508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:33.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:33 smithi135 bash[32435]: audit 2023-12-08T02:49:32.553767+0000 mgr.a (mgr.14403) 23078 : audit 0 from='client.455508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:34.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:34 smithi079 bash[28699]: cluster 2023-12-08T02:49:33.934659+0000 mgr.a (mgr.14403) 23079 : cluster 0 pgmap v17235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:34 smithi194 bash[32038]: cluster 2023-12-08T02:49:33.934659+0000 mgr.a (mgr.14403) 23079 : cluster 0 pgmap v17235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:34.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:34 smithi135 bash[32435]: cluster 2023-12-08T02:49:33.934659+0000 mgr.a (mgr.14403) 23079 : cluster 0 pgmap v17235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:36 smithi079 bash[28699]: cluster 2023-12-08T02:49:35.935231+0000 mgr.a (mgr.14403) 23080 : cluster 0 pgmap v17236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:36 smithi194 bash[32038]: cluster 2023-12-08T02:49:35.935231+0000 mgr.a (mgr.14403) 23080 : cluster 0 pgmap v17236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:36.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:36 smithi135 bash[32435]: cluster 2023-12-08T02:49:35.935231+0000 mgr.a (mgr.14403) 23080 : cluster 0 pgmap v17236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:38.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:49:38.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:38.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:38 smithi079 bash[28699]: cluster 2023-12-08T02:49:37.935736+0000 mgr.a (mgr.14403) 23081 : cluster 0 pgmap v17237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:38 smithi194 bash[32038]: cluster 2023-12-08T02:49:37.935736+0000 mgr.a (mgr.14403) 23081 : cluster 0 pgmap v17237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:38 smithi135 bash[32435]: cluster 2023-12-08T02:49:37.935736+0000 mgr.a (mgr.14403) 23081 : cluster 0 pgmap v17237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:38.949 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:49:38.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:38.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:38.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:38.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:49:39.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:39 smithi079 bash[28699]: audit 2023-12-08T02:49:38.470813+0000 mgr.a (mgr.14403) 23082 : audit 0 from='client.455583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:39.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:39 smithi194 bash[32038]: audit 2023-12-08T02:49:38.470813+0000 mgr.a (mgr.14403) 23082 : audit 0 from='client.455583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:39.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:39 smithi135 bash[32435]: audit 2023-12-08T02:49:38.470813+0000 mgr.a (mgr.14403) 23082 : audit 0 from='client.455583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:40 smithi079 bash[28699]: cluster 2023-12-08T02:49:39.936711+0000 mgr.a (mgr.14403) 23083 : cluster 0 pgmap v17238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:40 smithi194 bash[32038]: cluster 2023-12-08T02:49:39.936711+0000 mgr.a (mgr.14403) 23083 : cluster 0 pgmap v17238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:40.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:40 smithi135 bash[32435]: cluster 2023-12-08T02:49:39.936711+0000 mgr.a (mgr.14403) 23083 : cluster 0 pgmap v17238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:42 smithi079 bash[28699]: cluster 2023-12-08T02:49:41.937264+0000 mgr.a (mgr.14403) 23084 : cluster 0 pgmap v17239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:42 smithi194 bash[32038]: cluster 2023-12-08T02:49:41.937264+0000 mgr.a (mgr.14403) 23084 : cluster 0 pgmap v17239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:42.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:42 smithi135 bash[32435]: cluster 2023-12-08T02:49:41.937264+0000 mgr.a (mgr.14403) 23084 : cluster 0 pgmap v17239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:43.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:49:43.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:43.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:44 smithi079 bash[28699]: cluster 2023-12-08T02:49:43.938011+0000 mgr.a (mgr.14403) 23085 : cluster 0 pgmap v17240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:44 smithi194 bash[32038]: cluster 2023-12-08T02:49:43.938011+0000 mgr.a (mgr.14403) 23085 : cluster 0 pgmap v17240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:44.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:44 smithi135 bash[32435]: cluster 2023-12-08T02:49:43.938011+0000 mgr.a (mgr.14403) 23085 : cluster 0 pgmap v17240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:44.826 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:49:44.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:44.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:44.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:44.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:49:45.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:45 smithi079 bash[28699]: audit 2023-12-08T02:49:44.353429+0000 mgr.a (mgr.14403) 23086 : audit 0 from='client.455658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:45.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:45 smithi194 bash[32038]: audit 2023-12-08T02:49:44.353429+0000 mgr.a (mgr.14403) 23086 : audit 0 from='client.455658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:45.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:45 smithi135 bash[32435]: audit 2023-12-08T02:49:44.353429+0000 mgr.a (mgr.14403) 23086 : audit 0 from='client.455658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:46 smithi079 bash[28699]: cluster 2023-12-08T02:49:45.938638+0000 mgr.a (mgr.14403) 23087 : cluster 0 pgmap v17241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:46 smithi194 bash[32038]: cluster 2023-12-08T02:49:45.938638+0000 mgr.a (mgr.14403) 23087 : cluster 0 pgmap v17241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:46 smithi135 bash[32435]: cluster 2023-12-08T02:49:45.938638+0000 mgr.a (mgr.14403) 23087 : cluster 0 pgmap v17241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:48 smithi079 bash[28699]: cluster 2023-12-08T02:49:47.939204+0000 mgr.a (mgr.14403) 23088 : cluster 0 pgmap v17242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:48 smithi194 bash[32038]: cluster 2023-12-08T02:49:47.939204+0000 mgr.a (mgr.14403) 23088 : cluster 0 pgmap v17242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:48.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:48 smithi135 bash[32435]: cluster 2023-12-08T02:49:47.939204+0000 mgr.a (mgr.14403) 23088 : cluster 0 pgmap v17242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:49:49.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:49:49.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:49.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:50 smithi079 bash[28699]: cluster 2023-12-08T02:49:49.939629+0000 mgr.a (mgr.14403) 23089 : cluster 0 pgmap v17243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:50 smithi194 bash[32038]: cluster 2023-12-08T02:49:49.939629+0000 mgr.a (mgr.14403) 23089 : cluster 0 pgmap v17243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:50.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:50 smithi135 bash[32435]: cluster 2023-12-08T02:49:49.939629+0000 mgr.a (mgr.14403) 23089 : cluster 0 pgmap v17243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:50.810 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:49:50.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:50.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:50.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:50.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:49:51.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:51 smithi079 bash[28699]: audit 2023-12-08T02:49:50.298795+0000 mgr.a (mgr.14403) 23090 : audit 0 from='client.455736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:51 smithi194 bash[32038]: audit 2023-12-08T02:49:50.298795+0000 mgr.a (mgr.14403) 23090 : audit 0 from='client.455736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:51.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:51 smithi135 bash[32435]: audit 2023-12-08T02:49:50.298795+0000 mgr.a (mgr.14403) 23090 : audit 0 from='client.455736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:52.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:52 smithi079 bash[28699]: cluster 2023-12-08T02:49:51.940221+0000 mgr.a (mgr.14403) 23091 : cluster 0 pgmap v17244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:52 smithi194 bash[32038]: cluster 2023-12-08T02:49:51.940221+0000 mgr.a (mgr.14403) 23091 : cluster 0 pgmap v17244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:52.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:52 smithi135 bash[32435]: cluster 2023-12-08T02:49:51.940221+0000 mgr.a (mgr.14403) 23091 : cluster 0 pgmap v17244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:54 smithi079 bash[28699]: cluster 2023-12-08T02:49:53.940997+0000 mgr.a (mgr.14403) 23092 : cluster 0 pgmap v17245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:54 smithi194 bash[32038]: cluster 2023-12-08T02:49:53.940997+0000 mgr.a (mgr.14403) 23092 : cluster 0 pgmap v17245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:54.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:54 smithi135 bash[32435]: cluster 2023-12-08T02:49:53.940997+0000 mgr.a (mgr.14403) 23092 : cluster 0 pgmap v17245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:49:55.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:49:55.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:49:55.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:49:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:56 smithi079 bash[28699]: cluster 2023-12-08T02:49:55.941506+0000 mgr.a (mgr.14403) 23093 : cluster 0 pgmap v17246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:56.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:56 smithi194 bash[32038]: cluster 2023-12-08T02:49:55.941506+0000 mgr.a (mgr.14403) 23093 : cluster 0 pgmap v17246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:56.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:56 smithi135 bash[32435]: cluster 2023-12-08T02:49:55.941506+0000 mgr.a (mgr.14403) 23093 : cluster 0 pgmap v17246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:56.726 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:49:56.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:49:56.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:49:56.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:49:56.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:49:57.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:57 smithi079 bash[28699]: audit 2023-12-08T02:49:56.220734+0000 mgr.a (mgr.14403) 23094 : audit 0 from='client.455814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:57 smithi194 bash[32038]: audit 2023-12-08T02:49:56.220734+0000 mgr.a (mgr.14403) 23094 : audit 0 from='client.455814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:57.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:57 smithi135 bash[32435]: audit 2023-12-08T02:49:56.220734+0000 mgr.a (mgr.14403) 23094 : audit 0 from='client.455814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:49:58.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:49:58 smithi079 bash[28699]: cluster 2023-12-08T02:49:57.942151+0000 mgr.a (mgr.14403) 23095 : cluster 0 pgmap v17247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:58.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:49:58 smithi194 bash[32038]: cluster 2023-12-08T02:49:57.942151+0000 mgr.a (mgr.14403) 23095 : cluster 0 pgmap v17247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:49:58.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:49:58 smithi135 bash[32435]: cluster 2023-12-08T02:49:57.942151+0000 mgr.a (mgr.14403) 23095 : cluster 0 pgmap v17247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:00 smithi079 bash[28699]: cluster 2023-12-08T02:49:59.942901+0000 mgr.a (mgr.14403) 23096 : cluster 0 pgmap v17248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:00 smithi079 bash[28699]: cluster 2023-12-08T02:50:00.000287+0000 mon.a (mon.0) 3637 : cluster 1 overall HEALTH_OK 2023-12-08T02:50:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:00 smithi194 bash[32038]: cluster 2023-12-08T02:49:59.942901+0000 mgr.a (mgr.14403) 23096 : cluster 0 pgmap v17248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:00 smithi194 bash[32038]: cluster 2023-12-08T02:50:00.000287+0000 mon.a (mon.0) 3637 : cluster 1 overall HEALTH_OK 2023-12-08T02:50:00.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:00 smithi135 bash[32435]: cluster 2023-12-08T02:49:59.942901+0000 mgr.a (mgr.14403) 23096 : cluster 0 pgmap v17248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:00.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:00 smithi135 bash[32435]: cluster 2023-12-08T02:50:00.000287+0000 mon.a (mon.0) 3637 : cluster 1 overall HEALTH_OK 2023-12-08T02:50:01.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:50:01.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:01.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:02 smithi079 bash[28699]: cluster 2023-12-08T02:50:01.943491+0000 mgr.a (mgr.14403) 23097 : cluster 0 pgmap v17249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:02 smithi194 bash[32038]: cluster 2023-12-08T02:50:01.943491+0000 mgr.a (mgr.14403) 23097 : cluster 0 pgmap v17249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:02.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:02 smithi135 bash[32435]: cluster 2023-12-08T02:50:01.943491+0000 mgr.a (mgr.14403) 23097 : cluster 0 pgmap v17249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:02.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:02.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:02.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:02.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:50:02.648 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:50:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:03 smithi079 bash[28699]: audit 2023-12-08T02:50:02.055757+0000 mon.a (mon.0) 3638 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:50:03.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:03 smithi079 bash[28699]: audit 2023-12-08T02:50:02.138714+0000 mgr.a (mgr.14403) 23098 : audit 0 from='client.455889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:03 smithi194 bash[32038]: audit 2023-12-08T02:50:02.055757+0000 mon.a (mon.0) 3638 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:50:03.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:03 smithi194 bash[32038]: audit 2023-12-08T02:50:02.138714+0000 mgr.a (mgr.14403) 23098 : audit 0 from='client.455889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:03.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:03 smithi135 bash[32435]: audit 2023-12-08T02:50:02.055757+0000 mon.a (mon.0) 3638 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:50:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:03 smithi135 bash[32435]: audit 2023-12-08T02:50:02.138714+0000 mgr.a (mgr.14403) 23098 : audit 0 from='client.455889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:04 smithi079 bash[28699]: audit 2023-12-08T02:50:03.286732+0000 mon.a (mon.0) 3639 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:04 smithi079 bash[28699]: audit 2023-12-08T02:50:03.292289+0000 mon.a (mon.0) 3640 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:04 smithi079 bash[28699]: audit 2023-12-08T02:50:03.309473+0000 mon.a (mon.0) 3641 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:04 smithi079 bash[28699]: audit 2023-12-08T02:50:03.313956+0000 mon.a (mon.0) 3642 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:04 smithi079 bash[28699]: audit 2023-12-08T02:50:03.318765+0000 mon.a (mon.0) 3643 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:04 smithi079 bash[28699]: audit 2023-12-08T02:50:03.324273+0000 mon.a (mon.0) 3644 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:04 smithi079 bash[28699]: audit 2023-12-08T02:50:03.325639+0000 mon.a (mon.0) 3645 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:50:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:04 smithi079 bash[28699]: audit 2023-12-08T02:50:03.326742+0000 mon.a (mon.0) 3646 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:50:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:04 smithi079 bash[28699]: audit 2023-12-08T02:50:03.333681+0000 mon.a (mon.0) 3647 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:04 smithi079 bash[28699]: cluster 2023-12-08T02:50:03.944353+0000 mgr.a (mgr.14403) 23099 : cluster 0 pgmap v17250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:04 smithi194 bash[32038]: audit 2023-12-08T02:50:03.286732+0000 mon.a (mon.0) 3639 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:04 smithi194 bash[32038]: audit 2023-12-08T02:50:03.292289+0000 mon.a (mon.0) 3640 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:04 smithi194 bash[32038]: audit 2023-12-08T02:50:03.309473+0000 mon.a (mon.0) 3641 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:04 smithi194 bash[32038]: audit 2023-12-08T02:50:03.313956+0000 mon.a (mon.0) 3642 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:04 smithi194 bash[32038]: audit 2023-12-08T02:50:03.318765+0000 mon.a (mon.0) 3643 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:04 smithi194 bash[32038]: audit 2023-12-08T02:50:03.324273+0000 mon.a (mon.0) 3644 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:04 smithi194 bash[32038]: audit 2023-12-08T02:50:03.325639+0000 mon.a (mon.0) 3645 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:50:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:04 smithi194 bash[32038]: audit 2023-12-08T02:50:03.326742+0000 mon.a (mon.0) 3646 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:50:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:04 smithi194 bash[32038]: audit 2023-12-08T02:50:03.333681+0000 mon.a (mon.0) 3647 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:04 smithi194 bash[32038]: cluster 2023-12-08T02:50:03.944353+0000 mgr.a (mgr.14403) 23099 : cluster 0 pgmap v17250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:04.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:04 smithi135 bash[32435]: audit 2023-12-08T02:50:03.286732+0000 mon.a (mon.0) 3639 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:04 smithi135 bash[32435]: audit 2023-12-08T02:50:03.292289+0000 mon.a (mon.0) 3640 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:04 smithi135 bash[32435]: audit 2023-12-08T02:50:03.309473+0000 mon.a (mon.0) 3641 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:04 smithi135 bash[32435]: audit 2023-12-08T02:50:03.313956+0000 mon.a (mon.0) 3642 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:04 smithi135 bash[32435]: audit 2023-12-08T02:50:03.318765+0000 mon.a (mon.0) 3643 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:04 smithi135 bash[32435]: audit 2023-12-08T02:50:03.324273+0000 mon.a (mon.0) 3644 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:04 smithi135 bash[32435]: audit 2023-12-08T02:50:03.325639+0000 mon.a (mon.0) 3645 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:50:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:04 smithi135 bash[32435]: audit 2023-12-08T02:50:03.326742+0000 mon.a (mon.0) 3646 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:50:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:04 smithi135 bash[32435]: audit 2023-12-08T02:50:03.333681+0000 mon.a (mon.0) 3647 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:50:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:04 smithi135 bash[32435]: cluster 2023-12-08T02:50:03.944353+0000 mgr.a (mgr.14403) 23099 : cluster 0 pgmap v17250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:06 smithi079 bash[28699]: cluster 2023-12-08T02:50:05.945045+0000 mgr.a (mgr.14403) 23100 : cluster 0 pgmap v17251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:06 smithi194 bash[32038]: cluster 2023-12-08T02:50:05.945045+0000 mgr.a (mgr.14403) 23100 : cluster 0 pgmap v17251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:06.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:06 smithi135 bash[32435]: cluster 2023-12-08T02:50:05.945045+0000 mgr.a (mgr.14403) 23100 : cluster 0 pgmap v17251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:07.651 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:50:07.652 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:07.652 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:08 smithi079 bash[28699]: cluster 2023-12-08T02:50:07.945550+0000 mgr.a (mgr.14403) 23101 : cluster 0 pgmap v17252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:08 smithi194 bash[32038]: cluster 2023-12-08T02:50:07.945550+0000 mgr.a (mgr.14403) 23101 : cluster 0 pgmap v17252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:08 smithi135 bash[32435]: cluster 2023-12-08T02:50:07.945550+0000 mgr.a (mgr.14403) 23101 : cluster 0 pgmap v17252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:08.561 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:50:08.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:08.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:08.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:08.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:50:09.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:09 smithi079 bash[28699]: audit 2023-12-08T02:50:08.056242+0000 mgr.a (mgr.14403) 23102 : audit 0 from='client.455961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:09.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:09 smithi194 bash[32038]: audit 2023-12-08T02:50:08.056242+0000 mgr.a (mgr.14403) 23102 : audit 0 from='client.455961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:09.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:09 smithi135 bash[32435]: audit 2023-12-08T02:50:08.056242+0000 mgr.a (mgr.14403) 23102 : audit 0 from='client.455961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:10 smithi079 bash[28699]: cluster 2023-12-08T02:50:09.946421+0000 mgr.a (mgr.14403) 23103 : cluster 0 pgmap v17253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:50:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:10 smithi194 bash[32038]: cluster 2023-12-08T02:50:09.946421+0000 mgr.a (mgr.14403) 23103 : cluster 0 pgmap v17253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:50:10.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:10 smithi135 bash[32435]: cluster 2023-12-08T02:50:09.946421+0000 mgr.a (mgr.14403) 23103 : cluster 0 pgmap v17253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:50:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:12 smithi079 bash[28699]: cluster 2023-12-08T02:50:11.947015+0000 mgr.a (mgr.14403) 23104 : cluster 0 pgmap v17254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:50:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:12 smithi194 bash[32038]: cluster 2023-12-08T02:50:11.947015+0000 mgr.a (mgr.14403) 23104 : cluster 0 pgmap v17254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:50:12.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:12 smithi135 bash[32435]: cluster 2023-12-08T02:50:11.947015+0000 mgr.a (mgr.14403) 23104 : cluster 0 pgmap v17254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:50:13.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:50:13.565 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:13.565 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:14.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:14 smithi079 bash[28699]: cluster 2023-12-08T02:50:13.947851+0000 mgr.a (mgr.14403) 23105 : cluster 0 pgmap v17255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:14.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:14 smithi079 bash[28699]: audit 2023-12-08T02:50:13.977460+0000 mgr.a (mgr.14403) 23106 : audit 0 from='client.456039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:14 smithi194 bash[32038]: cluster 2023-12-08T02:50:13.947851+0000 mgr.a (mgr.14403) 23105 : cluster 0 pgmap v17255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:14 smithi194 bash[32038]: audit 2023-12-08T02:50:13.977460+0000 mgr.a (mgr.14403) 23106 : audit 0 from='client.456039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:14.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:14 smithi135 bash[32435]: cluster 2023-12-08T02:50:13.947851+0000 mgr.a (mgr.14403) 23105 : cluster 0 pgmap v17255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:14.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:14 smithi135 bash[32435]: audit 2023-12-08T02:50:13.977460+0000 mgr.a (mgr.14403) 23106 : audit 0 from='client.456039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:14.484 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:50:14.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:14.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:14.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:14.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:50:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:16 smithi079 bash[28699]: cluster 2023-12-08T02:50:15.948629+0000 mgr.a (mgr.14403) 23107 : cluster 0 pgmap v17256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:16 smithi194 bash[32038]: cluster 2023-12-08T02:50:15.948629+0000 mgr.a (mgr.14403) 23107 : cluster 0 pgmap v17256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:16 smithi135 bash[32435]: cluster 2023-12-08T02:50:15.948629+0000 mgr.a (mgr.14403) 23107 : cluster 0 pgmap v17256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:18 smithi079 bash[28699]: cluster 2023-12-08T02:50:17.949384+0000 mgr.a (mgr.14403) 23108 : cluster 0 pgmap v17257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:18 smithi194 bash[32038]: cluster 2023-12-08T02:50:17.949384+0000 mgr.a (mgr.14403) 23108 : cluster 0 pgmap v17257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:18.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:18 smithi135 bash[32435]: cluster 2023-12-08T02:50:17.949384+0000 mgr.a (mgr.14403) 23108 : cluster 0 pgmap v17257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:19.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:50:19.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:19.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:20 smithi079 bash[28699]: audit 2023-12-08T02:50:19.895543+0000 mgr.a (mgr.14403) 23109 : audit 0 from='client.456117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:20 smithi079 bash[28699]: cluster 2023-12-08T02:50:19.950621+0000 mgr.a (mgr.14403) 23110 : cluster 0 pgmap v17258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:20.411 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:50:20.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:20.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:20.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:20.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:50:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:20 smithi194 bash[32038]: audit 2023-12-08T02:50:19.895543+0000 mgr.a (mgr.14403) 23109 : audit 0 from='client.456117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:20 smithi194 bash[32038]: cluster 2023-12-08T02:50:19.950621+0000 mgr.a (mgr.14403) 23110 : cluster 0 pgmap v17258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:20.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:20 smithi135 bash[32435]: audit 2023-12-08T02:50:19.895543+0000 mgr.a (mgr.14403) 23109 : audit 0 from='client.456117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:20.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:20 smithi135 bash[32435]: cluster 2023-12-08T02:50:19.950621+0000 mgr.a (mgr.14403) 23110 : cluster 0 pgmap v17258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:22 smithi079 bash[28699]: cluster 2023-12-08T02:50:21.951296+0000 mgr.a (mgr.14403) 23111 : cluster 0 pgmap v17259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:50:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:22 smithi194 bash[32038]: cluster 2023-12-08T02:50:21.951296+0000 mgr.a (mgr.14403) 23111 : cluster 0 pgmap v17259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:50:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:22 smithi135 bash[32435]: cluster 2023-12-08T02:50:21.951296+0000 mgr.a (mgr.14403) 23111 : cluster 0 pgmap v17259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:50:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:24 smithi079 bash[28699]: cluster 2023-12-08T02:50:23.952180+0000 mgr.a (mgr.14403) 23112 : cluster 0 pgmap v17260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:50:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:24 smithi194 bash[32038]: cluster 2023-12-08T02:50:23.952180+0000 mgr.a (mgr.14403) 23112 : cluster 0 pgmap v17260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:50:24.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:24 smithi135 bash[32435]: cluster 2023-12-08T02:50:23.952180+0000 mgr.a (mgr.14403) 23112 : cluster 0 pgmap v17260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:50:25.415 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:50:25.416 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:25.416 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:26.337 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:50:26.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:26.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:26.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:26.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:50:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:26 smithi079 bash[28699]: audit 2023-12-08T02:50:25.822526+0000 mgr.a (mgr.14403) 23113 : audit 0 from='client.456195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:26 smithi079 bash[28699]: cluster 2023-12-08T02:50:25.952617+0000 mgr.a (mgr.14403) 23114 : cluster 0 pgmap v17261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:26.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:26 smithi194 bash[32038]: audit 2023-12-08T02:50:25.822526+0000 mgr.a (mgr.14403) 23113 : audit 0 from='client.456195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:26.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:26 smithi194 bash[32038]: cluster 2023-12-08T02:50:25.952617+0000 mgr.a (mgr.14403) 23114 : cluster 0 pgmap v17261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:26.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:26 smithi135 bash[32435]: audit 2023-12-08T02:50:25.822526+0000 mgr.a (mgr.14403) 23113 : audit 0 from='client.456195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:26.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:26 smithi135 bash[32435]: cluster 2023-12-08T02:50:25.952617+0000 mgr.a (mgr.14403) 23114 : cluster 0 pgmap v17261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:28 smithi079 bash[28699]: cluster 2023-12-08T02:50:27.953252+0000 mgr.a (mgr.14403) 23115 : cluster 0 pgmap v17262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:28 smithi194 bash[32038]: cluster 2023-12-08T02:50:27.953252+0000 mgr.a (mgr.14403) 23115 : cluster 0 pgmap v17262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:28 smithi135 bash[32435]: cluster 2023-12-08T02:50:27.953252+0000 mgr.a (mgr.14403) 23115 : cluster 0 pgmap v17262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:30 smithi079 bash[28699]: cluster 2023-12-08T02:50:29.954101+0000 mgr.a (mgr.14403) 23116 : cluster 0 pgmap v17263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:30 smithi194 bash[32038]: cluster 2023-12-08T02:50:29.954101+0000 mgr.a (mgr.14403) 23116 : cluster 0 pgmap v17263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:30.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:30 smithi135 bash[32435]: cluster 2023-12-08T02:50:29.954101+0000 mgr.a (mgr.14403) 23116 : cluster 0 pgmap v17263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:31.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:50:31.341 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:31.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:32.265 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:50:32.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:32.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:32.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:32.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:50:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:32 smithi079 bash[28699]: audit 2023-12-08T02:50:31.747715+0000 mgr.a (mgr.14403) 23117 : audit 0 from='client.456273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:32 smithi079 bash[28699]: cluster 2023-12-08T02:50:31.954852+0000 mgr.a (mgr.14403) 23118 : cluster 0 pgmap v17264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:32 smithi194 bash[32038]: audit 2023-12-08T02:50:31.747715+0000 mgr.a (mgr.14403) 23117 : audit 0 from='client.456273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:32.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:32 smithi194 bash[32038]: cluster 2023-12-08T02:50:31.954852+0000 mgr.a (mgr.14403) 23118 : cluster 0 pgmap v17264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:32.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:32 smithi135 bash[32435]: audit 2023-12-08T02:50:31.747715+0000 mgr.a (mgr.14403) 23117 : audit 0 from='client.456273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:32.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:32 smithi135 bash[32435]: cluster 2023-12-08T02:50:31.954852+0000 mgr.a (mgr.14403) 23118 : cluster 0 pgmap v17264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:34.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:34 smithi079 bash[28699]: cluster 2023-12-08T02:50:33.955725+0000 mgr.a (mgr.14403) 23119 : cluster 0 pgmap v17265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:34 smithi194 bash[32038]: cluster 2023-12-08T02:50:33.955725+0000 mgr.a (mgr.14403) 23119 : cluster 0 pgmap v17265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:34.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:34 smithi135 bash[32435]: cluster 2023-12-08T02:50:33.955725+0000 mgr.a (mgr.14403) 23119 : cluster 0 pgmap v17265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:36 smithi079 bash[28699]: cluster 2023-12-08T02:50:35.956274+0000 mgr.a (mgr.14403) 23120 : cluster 0 pgmap v17266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:36 smithi194 bash[32038]: cluster 2023-12-08T02:50:35.956274+0000 mgr.a (mgr.14403) 23120 : cluster 0 pgmap v17266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:36.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:36 smithi135 bash[32435]: cluster 2023-12-08T02:50:35.956274+0000 mgr.a (mgr.14403) 23120 : cluster 0 pgmap v17266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:37.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:50:37.269 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:37.269 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:38.148 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:50:38.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:38.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:38.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:38.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:50:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:38 smithi079 bash[28699]: audit 2023-12-08T02:50:37.668266+0000 mgr.a (mgr.14403) 23121 : audit 0 from='client.456348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:38 smithi079 bash[28699]: cluster 2023-12-08T02:50:37.956757+0000 mgr.a (mgr.14403) 23122 : cluster 0 pgmap v17267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:38 smithi194 bash[32038]: audit 2023-12-08T02:50:37.668266+0000 mgr.a (mgr.14403) 23121 : audit 0 from='client.456348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:38 smithi194 bash[32038]: cluster 2023-12-08T02:50:37.956757+0000 mgr.a (mgr.14403) 23122 : cluster 0 pgmap v17267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:38 smithi135 bash[32435]: audit 2023-12-08T02:50:37.668266+0000 mgr.a (mgr.14403) 23121 : audit 0 from='client.456348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:38 smithi135 bash[32435]: cluster 2023-12-08T02:50:37.956757+0000 mgr.a (mgr.14403) 23122 : cluster 0 pgmap v17267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:40 smithi079 bash[28699]: cluster 2023-12-08T02:50:39.957635+0000 mgr.a (mgr.14403) 23123 : cluster 0 pgmap v17268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:40 smithi194 bash[32038]: cluster 2023-12-08T02:50:39.957635+0000 mgr.a (mgr.14403) 23123 : cluster 0 pgmap v17268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:40 smithi135 bash[32435]: cluster 2023-12-08T02:50:39.957635+0000 mgr.a (mgr.14403) 23123 : cluster 0 pgmap v17268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:50:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:42 smithi079 bash[28699]: cluster 2023-12-08T02:50:41.958188+0000 mgr.a (mgr.14403) 23124 : cluster 0 pgmap v17269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:42 smithi194 bash[32038]: cluster 2023-12-08T02:50:41.958188+0000 mgr.a (mgr.14403) 23124 : cluster 0 pgmap v17269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:42.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:42 smithi135 bash[32435]: cluster 2023-12-08T02:50:41.958188+0000 mgr.a (mgr.14403) 23124 : cluster 0 pgmap v17269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:43.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:50:43.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:43.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:44.067 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:50:44.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:44.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:44.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:44.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:50:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:44 smithi079 bash[28699]: audit 2023-12-08T02:50:43.559824+0000 mgr.a (mgr.14403) 23125 : audit 0 from='client.456426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:44 smithi079 bash[28699]: cluster 2023-12-08T02:50:43.959329+0000 mgr.a (mgr.14403) 23126 : cluster 0 pgmap v17270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:44 smithi194 bash[32038]: audit 2023-12-08T02:50:43.559824+0000 mgr.a (mgr.14403) 23125 : audit 0 from='client.456426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:44 smithi194 bash[32038]: cluster 2023-12-08T02:50:43.959329+0000 mgr.a (mgr.14403) 23126 : cluster 0 pgmap v17270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:44.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:44 smithi135 bash[32435]: audit 2023-12-08T02:50:43.559824+0000 mgr.a (mgr.14403) 23125 : audit 0 from='client.456426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:44.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:44 smithi135 bash[32435]: cluster 2023-12-08T02:50:43.959329+0000 mgr.a (mgr.14403) 23126 : cluster 0 pgmap v17270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:46 smithi079 bash[28699]: cluster 2023-12-08T02:50:45.959989+0000 mgr.a (mgr.14403) 23127 : cluster 0 pgmap v17271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:46 smithi194 bash[32038]: cluster 2023-12-08T02:50:45.959989+0000 mgr.a (mgr.14403) 23127 : cluster 0 pgmap v17271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:46 smithi135 bash[32435]: cluster 2023-12-08T02:50:45.959989+0000 mgr.a (mgr.14403) 23127 : cluster 0 pgmap v17271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:48 smithi079 bash[28699]: cluster 2023-12-08T02:50:47.960735+0000 mgr.a (mgr.14403) 23128 : cluster 0 pgmap v17272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:48 smithi194 bash[32038]: cluster 2023-12-08T02:50:47.960735+0000 mgr.a (mgr.14403) 23128 : cluster 0 pgmap v17272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:48.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:48 smithi135 bash[32435]: cluster 2023-12-08T02:50:47.960735+0000 mgr.a (mgr.14403) 23128 : cluster 0 pgmap v17272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:49.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:50:49.070 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:49.070 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:49.987 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:50:49.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:49.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:49.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:49.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:50:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:50 smithi079 bash[28699]: audit 2023-12-08T02:50:49.481038+0000 mgr.a (mgr.14403) 23129 : audit 0 from='client.456498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:50 smithi079 bash[28699]: cluster 2023-12-08T02:50:49.961532+0000 mgr.a (mgr.14403) 23130 : cluster 0 pgmap v17273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:50 smithi194 bash[32038]: audit 2023-12-08T02:50:49.481038+0000 mgr.a (mgr.14403) 23129 : audit 0 from='client.456498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:50 smithi194 bash[32038]: cluster 2023-12-08T02:50:49.961532+0000 mgr.a (mgr.14403) 23130 : cluster 0 pgmap v17273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:50.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:50 smithi135 bash[32435]: audit 2023-12-08T02:50:49.481038+0000 mgr.a (mgr.14403) 23129 : audit 0 from='client.456498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:50 smithi135 bash[32435]: cluster 2023-12-08T02:50:49.961532+0000 mgr.a (mgr.14403) 23130 : cluster 0 pgmap v17273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:52 smithi079 bash[28699]: cluster 2023-12-08T02:50:51.962033+0000 mgr.a (mgr.14403) 23131 : cluster 0 pgmap v17274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:52 smithi194 bash[32038]: cluster 2023-12-08T02:50:51.962033+0000 mgr.a (mgr.14403) 23131 : cluster 0 pgmap v17274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:52.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:52 smithi135 bash[32435]: cluster 2023-12-08T02:50:51.962033+0000 mgr.a (mgr.14403) 23131 : cluster 0 pgmap v17274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:50:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:54 smithi079 bash[28699]: cluster 2023-12-08T02:50:53.962762+0000 mgr.a (mgr.14403) 23132 : cluster 0 pgmap v17275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:54 smithi194 bash[32038]: cluster 2023-12-08T02:50:53.962762+0000 mgr.a (mgr.14403) 23132 : cluster 0 pgmap v17275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:54.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:54 smithi135 bash[32435]: cluster 2023-12-08T02:50:53.962762+0000 mgr.a (mgr.14403) 23132 : cluster 0 pgmap v17275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:54.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:50:54.992 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:50:54.992 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:50:55.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:50:55.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:50:55.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:50:55.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:50:55.917 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:50:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:56 smithi079 bash[28699]: audit 2023-12-08T02:50:55.394472+0000 mgr.a (mgr.14403) 23133 : audit 0 from='client.456570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:56 smithi079 bash[28699]: cluster 2023-12-08T02:50:55.963525+0000 mgr.a (mgr.14403) 23134 : cluster 0 pgmap v17276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:56.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:56 smithi194 bash[32038]: audit 2023-12-08T02:50:55.394472+0000 mgr.a (mgr.14403) 23133 : audit 0 from='client.456570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:56.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:56 smithi194 bash[32038]: cluster 2023-12-08T02:50:55.963525+0000 mgr.a (mgr.14403) 23134 : cluster 0 pgmap v17276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:56.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:56 smithi135 bash[32435]: audit 2023-12-08T02:50:55.394472+0000 mgr.a (mgr.14403) 23133 : audit 0 from='client.456570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:50:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:56 smithi135 bash[32435]: cluster 2023-12-08T02:50:55.963525+0000 mgr.a (mgr.14403) 23134 : cluster 0 pgmap v17276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:50:58 smithi079 bash[28699]: cluster 2023-12-08T02:50:57.964145+0000 mgr.a (mgr.14403) 23135 : cluster 0 pgmap v17277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:50:58 smithi194 bash[32038]: cluster 2023-12-08T02:50:57.964145+0000 mgr.a (mgr.14403) 23135 : cluster 0 pgmap v17277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:50:58.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:50:58 smithi135 bash[32435]: cluster 2023-12-08T02:50:57.964145+0000 mgr.a (mgr.14403) 23135 : cluster 0 pgmap v17277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:00 smithi079 bash[28699]: cluster 2023-12-08T02:50:59.964981+0000 mgr.a (mgr.14403) 23136 : cluster 0 pgmap v17278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:00 smithi194 bash[32038]: cluster 2023-12-08T02:50:59.964981+0000 mgr.a (mgr.14403) 23136 : cluster 0 pgmap v17278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:00.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:00 smithi135 bash[32435]: cluster 2023-12-08T02:50:59.964981+0000 mgr.a (mgr.14403) 23136 : cluster 0 pgmap v17278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:00.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:51:00.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:00.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:01.835 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:51:01.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:01.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:01.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:01.836 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:51:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:02 smithi079 bash[28699]: audit 2023-12-08T02:51:01.333495+0000 mgr.a (mgr.14403) 23137 : audit 0 from='client.456645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:02 smithi079 bash[28699]: cluster 2023-12-08T02:51:01.965730+0000 mgr.a (mgr.14403) 23138 : cluster 0 pgmap v17279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:02 smithi194 bash[32038]: audit 2023-12-08T02:51:01.333495+0000 mgr.a (mgr.14403) 23137 : audit 0 from='client.456645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:02 smithi194 bash[32038]: cluster 2023-12-08T02:51:01.965730+0000 mgr.a (mgr.14403) 23138 : cluster 0 pgmap v17279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:02 smithi135 bash[32435]: audit 2023-12-08T02:51:01.333495+0000 mgr.a (mgr.14403) 23137 : audit 0 from='client.456645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:02 smithi135 bash[32435]: cluster 2023-12-08T02:51:01.965730+0000 mgr.a (mgr.14403) 23138 : cluster 0 pgmap v17279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:03.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:03 smithi079 bash[28699]: audit 2023-12-08T02:51:03.436146+0000 mon.a (mon.0) 3648 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:51:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:03 smithi194 bash[32038]: audit 2023-12-08T02:51:03.436146+0000 mon.a (mon.0) 3648 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:51:03.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:03 smithi135 bash[32435]: audit 2023-12-08T02:51:03.436146+0000 mon.a (mon.0) 3648 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:51:04.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:04 smithi079 bash[28699]: cluster 2023-12-08T02:51:03.966607+0000 mgr.a (mgr.14403) 23139 : cluster 0 pgmap v17280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:04.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:04 smithi079 bash[28699]: audit 2023-12-08T02:51:04.179895+0000 mon.a (mon.0) 3649 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:51:04.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:04 smithi079 bash[28699]: audit 2023-12-08T02:51:04.181425+0000 mon.a (mon.0) 3650 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:51:04.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:04 smithi079 bash[28699]: audit 2023-12-08T02:51:04.190576+0000 mon.a (mon.0) 3651 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:51:04.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:04 smithi194 bash[32038]: cluster 2023-12-08T02:51:03.966607+0000 mgr.a (mgr.14403) 23139 : cluster 0 pgmap v17280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:04.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:04 smithi194 bash[32038]: audit 2023-12-08T02:51:04.179895+0000 mon.a (mon.0) 3649 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:51:04.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:04 smithi194 bash[32038]: audit 2023-12-08T02:51:04.181425+0000 mon.a (mon.0) 3650 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:51:04.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:04 smithi194 bash[32038]: audit 2023-12-08T02:51:04.190576+0000 mon.a (mon.0) 3651 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:51:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:04 smithi135 bash[32435]: cluster 2023-12-08T02:51:03.966607+0000 mgr.a (mgr.14403) 23139 : cluster 0 pgmap v17280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:04.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:04 smithi135 bash[32435]: audit 2023-12-08T02:51:04.179895+0000 mon.a (mon.0) 3649 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:51:04.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:04 smithi135 bash[32435]: audit 2023-12-08T02:51:04.181425+0000 mon.a (mon.0) 3650 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:51:04.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:04 smithi135 bash[32435]: audit 2023-12-08T02:51:04.190576+0000 mon.a (mon.0) 3651 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:51:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:06 smithi079 bash[28699]: cluster 2023-12-08T02:51:05.967186+0000 mgr.a (mgr.14403) 23140 : cluster 0 pgmap v17281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:06 smithi194 bash[32038]: cluster 2023-12-08T02:51:05.967186+0000 mgr.a (mgr.14403) 23140 : cluster 0 pgmap v17281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:06.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:06 smithi135 bash[32435]: cluster 2023-12-08T02:51:05.967186+0000 mgr.a (mgr.14403) 23140 : cluster 0 pgmap v17281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:06.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:51:06.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:06.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:07.767 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:51:07.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:07.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:07.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:07.768 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:51:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:08 smithi079 bash[28699]: audit 2023-12-08T02:51:07.251961+0000 mgr.a (mgr.14403) 23141 : audit 0 from='client.456717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:08 smithi079 bash[28699]: cluster 2023-12-08T02:51:07.967892+0000 mgr.a (mgr.14403) 23142 : cluster 0 pgmap v17282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:08 smithi194 bash[32038]: audit 2023-12-08T02:51:07.251961+0000 mgr.a (mgr.14403) 23141 : audit 0 from='client.456717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:08 smithi194 bash[32038]: cluster 2023-12-08T02:51:07.967892+0000 mgr.a (mgr.14403) 23142 : cluster 0 pgmap v17282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:08.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:08 smithi135 bash[32435]: audit 2023-12-08T02:51:07.251961+0000 mgr.a (mgr.14403) 23141 : audit 0 from='client.456717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:08.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:08 smithi135 bash[32435]: cluster 2023-12-08T02:51:07.967892+0000 mgr.a (mgr.14403) 23142 : cluster 0 pgmap v17282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:10 smithi079 bash[28699]: cluster 2023-12-08T02:51:09.968869+0000 mgr.a (mgr.14403) 23143 : cluster 0 pgmap v17283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:10 smithi194 bash[32038]: cluster 2023-12-08T02:51:09.968869+0000 mgr.a (mgr.14403) 23143 : cluster 0 pgmap v17283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:10.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:10 smithi135 bash[32435]: cluster 2023-12-08T02:51:09.968869+0000 mgr.a (mgr.14403) 23143 : cluster 0 pgmap v17283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:12 smithi079 bash[28699]: cluster 2023-12-08T02:51:11.969592+0000 mgr.a (mgr.14403) 23144 : cluster 0 pgmap v17284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:12 smithi194 bash[32038]: cluster 2023-12-08T02:51:11.969592+0000 mgr.a (mgr.14403) 23144 : cluster 0 pgmap v17284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:12.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:12 smithi135 bash[32435]: cluster 2023-12-08T02:51:11.969592+0000 mgr.a (mgr.14403) 23144 : cluster 0 pgmap v17284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:12.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:51:12.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:12.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:13.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:13.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:13.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:13.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:51:13.682 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:51:14.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:14 smithi079 bash[28699]: audit 2023-12-08T02:51:13.178869+0000 mgr.a (mgr.14403) 23145 : audit 0 from='client.456792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:14.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:14 smithi079 bash[28699]: cluster 2023-12-08T02:51:13.970790+0000 mgr.a (mgr.14403) 23146 : cluster 0 pgmap v17285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:51:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:14 smithi194 bash[32038]: audit 2023-12-08T02:51:13.178869+0000 mgr.a (mgr.14403) 23145 : audit 0 from='client.456792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:14 smithi194 bash[32038]: cluster 2023-12-08T02:51:13.970790+0000 mgr.a (mgr.14403) 23146 : cluster 0 pgmap v17285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:51:14.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:14 smithi135 bash[32435]: audit 2023-12-08T02:51:13.178869+0000 mgr.a (mgr.14403) 23145 : audit 0 from='client.456792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:14 smithi135 bash[32435]: cluster 2023-12-08T02:51:13.970790+0000 mgr.a (mgr.14403) 23146 : cluster 0 pgmap v17285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:51:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:16 smithi079 bash[28699]: cluster 2023-12-08T02:51:15.971437+0000 mgr.a (mgr.14403) 23147 : cluster 0 pgmap v17286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:51:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:16 smithi194 bash[32038]: cluster 2023-12-08T02:51:15.971437+0000 mgr.a (mgr.14403) 23147 : cluster 0 pgmap v17286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:51:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:16 smithi135 bash[32435]: cluster 2023-12-08T02:51:15.971437+0000 mgr.a (mgr.14403) 23147 : cluster 0 pgmap v17286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:51:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:18 smithi079 bash[28699]: cluster 2023-12-08T02:51:17.971999+0000 mgr.a (mgr.14403) 23148 : cluster 0 pgmap v17287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:51:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:18 smithi194 bash[32038]: cluster 2023-12-08T02:51:17.971999+0000 mgr.a (mgr.14403) 23148 : cluster 0 pgmap v17287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:51:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:18 smithi135 bash[32435]: cluster 2023-12-08T02:51:17.971999+0000 mgr.a (mgr.14403) 23148 : cluster 0 pgmap v17287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:51:18.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:51:18.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:18.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:19.606 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:51:19.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:19.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:19.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:19.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:51:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:20 smithi079 bash[28699]: audit 2023-12-08T02:51:19.099956+0000 mgr.a (mgr.14403) 23149 : audit 0 from='client.456867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:20 smithi079 bash[28699]: cluster 2023-12-08T02:51:19.973094+0000 mgr.a (mgr.14403) 23150 : cluster 0 pgmap v17288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:20 smithi194 bash[32038]: audit 2023-12-08T02:51:19.099956+0000 mgr.a (mgr.14403) 23149 : audit 0 from='client.456867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:20 smithi194 bash[32038]: cluster 2023-12-08T02:51:19.973094+0000 mgr.a (mgr.14403) 23150 : cluster 0 pgmap v17288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:20 smithi135 bash[32435]: audit 2023-12-08T02:51:19.099956+0000 mgr.a (mgr.14403) 23149 : audit 0 from='client.456867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:20 smithi135 bash[32435]: cluster 2023-12-08T02:51:19.973094+0000 mgr.a (mgr.14403) 23150 : cluster 0 pgmap v17288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:22 smithi079 bash[28699]: cluster 2023-12-08T02:51:21.973683+0000 mgr.a (mgr.14403) 23151 : cluster 0 pgmap v17289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:22.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:22 smithi194 bash[32038]: cluster 2023-12-08T02:51:21.973683+0000 mgr.a (mgr.14403) 23151 : cluster 0 pgmap v17289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:22.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:22 smithi135 bash[32435]: cluster 2023-12-08T02:51:21.973683+0000 mgr.a (mgr.14403) 23151 : cluster 0 pgmap v17289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:24.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:24 smithi079 bash[28699]: cluster 2023-12-08T02:51:23.974424+0000 mgr.a (mgr.14403) 23152 : cluster 0 pgmap v17290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:24 smithi194 bash[32038]: cluster 2023-12-08T02:51:23.974424+0000 mgr.a (mgr.14403) 23152 : cluster 0 pgmap v17290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:24.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:24 smithi135 bash[32435]: cluster 2023-12-08T02:51:23.974424+0000 mgr.a (mgr.14403) 23152 : cluster 0 pgmap v17290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:24.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:51:24.609 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:24.610 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:25.503 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:51:25.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:25.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:25.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:25.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:51:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:26 smithi079 bash[28699]: audit 2023-12-08T02:51:25.013431+0000 mgr.a (mgr.14403) 23153 : audit 0 from='client.456936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:26 smithi079 bash[28699]: cluster 2023-12-08T02:51:25.975172+0000 mgr.a (mgr.14403) 23154 : cluster 0 pgmap v17291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:51:26.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:26 smithi194 bash[32038]: audit 2023-12-08T02:51:25.013431+0000 mgr.a (mgr.14403) 23153 : audit 0 from='client.456936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:26.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:26 smithi194 bash[32038]: cluster 2023-12-08T02:51:25.975172+0000 mgr.a (mgr.14403) 23154 : cluster 0 pgmap v17291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:51:26.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:26 smithi135 bash[32435]: audit 2023-12-08T02:51:25.013431+0000 mgr.a (mgr.14403) 23153 : audit 0 from='client.456936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:26.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:26 smithi135 bash[32435]: cluster 2023-12-08T02:51:25.975172+0000 mgr.a (mgr.14403) 23154 : cluster 0 pgmap v17291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:51:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:28 smithi079 bash[28699]: cluster 2023-12-08T02:51:27.975778+0000 mgr.a (mgr.14403) 23155 : cluster 0 pgmap v17292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:51:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:28 smithi194 bash[32038]: cluster 2023-12-08T02:51:27.975778+0000 mgr.a (mgr.14403) 23155 : cluster 0 pgmap v17292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:51:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:28 smithi135 bash[32435]: cluster 2023-12-08T02:51:27.975778+0000 mgr.a (mgr.14403) 23155 : cluster 0 pgmap v17292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:51:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:30 smithi079 bash[28699]: cluster 2023-12-08T02:51:29.976566+0000 mgr.a (mgr.14403) 23156 : cluster 0 pgmap v17293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:51:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:30 smithi194 bash[32038]: cluster 2023-12-08T02:51:29.976566+0000 mgr.a (mgr.14403) 23156 : cluster 0 pgmap v17293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:51:30.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:30 smithi135 bash[32435]: cluster 2023-12-08T02:51:29.976566+0000 mgr.a (mgr.14403) 23156 : cluster 0 pgmap v17293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:51:30.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:51:30.506 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:30.506 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:31.402 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:51:31.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:31.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:31.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:31.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:51:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:31 smithi079 bash[28699]: audit 2023-12-08T02:51:30.910491+0000 mgr.a (mgr.14403) 23157 : audit 0 from='client.457014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:31 smithi194 bash[32038]: audit 2023-12-08T02:51:30.910491+0000 mgr.a (mgr.14403) 23157 : audit 0 from='client.457014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:31.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:31 smithi135 bash[32435]: audit 2023-12-08T02:51:30.910491+0000 mgr.a (mgr.14403) 23157 : audit 0 from='client.457014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:32 smithi079 bash[28699]: cluster 2023-12-08T02:51:31.977234+0000 mgr.a (mgr.14403) 23158 : cluster 0 pgmap v17294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:32.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:32 smithi194 bash[32038]: cluster 2023-12-08T02:51:31.977234+0000 mgr.a (mgr.14403) 23158 : cluster 0 pgmap v17294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:32 smithi135 bash[32435]: cluster 2023-12-08T02:51:31.977234+0000 mgr.a (mgr.14403) 23158 : cluster 0 pgmap v17294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:34.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:34 smithi079 bash[28699]: cluster 2023-12-08T02:51:33.978105+0000 mgr.a (mgr.14403) 23159 : cluster 0 pgmap v17295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:34 smithi194 bash[32038]: cluster 2023-12-08T02:51:33.978105+0000 mgr.a (mgr.14403) 23159 : cluster 0 pgmap v17295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:34.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:34 smithi135 bash[32435]: cluster 2023-12-08T02:51:33.978105+0000 mgr.a (mgr.14403) 23159 : cluster 0 pgmap v17295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:36.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:51:36.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:36.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:36 smithi079 bash[28699]: cluster 2023-12-08T02:51:35.978662+0000 mgr.a (mgr.14403) 23160 : cluster 0 pgmap v17296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:36 smithi194 bash[32038]: cluster 2023-12-08T02:51:35.978662+0000 mgr.a (mgr.14403) 23160 : cluster 0 pgmap v17296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:36.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:36 smithi135 bash[32435]: cluster 2023-12-08T02:51:35.978662+0000 mgr.a (mgr.14403) 23160 : cluster 0 pgmap v17296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:37.329 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:51:37.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:37.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:37.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:37.329 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:51:37.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:37 smithi079 bash[28699]: audit 2023-12-08T02:51:36.812078+0000 mgr.a (mgr.14403) 23161 : audit 0 from='client.457092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:37 smithi194 bash[32038]: audit 2023-12-08T02:51:36.812078+0000 mgr.a (mgr.14403) 23161 : audit 0 from='client.457092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:37.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:37 smithi135 bash[32435]: audit 2023-12-08T02:51:36.812078+0000 mgr.a (mgr.14403) 23161 : audit 0 from='client.457092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:38.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:38 smithi079 bash[28699]: cluster 2023-12-08T02:51:37.979398+0000 mgr.a (mgr.14403) 23162 : cluster 0 pgmap v17297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:38.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:38 smithi194 bash[32038]: cluster 2023-12-08T02:51:37.979398+0000 mgr.a (mgr.14403) 23162 : cluster 0 pgmap v17297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:38.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:38 smithi135 bash[32435]: cluster 2023-12-08T02:51:37.979398+0000 mgr.a (mgr.14403) 23162 : cluster 0 pgmap v17297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:40 smithi079 bash[28699]: cluster 2023-12-08T02:51:39.980266+0000 mgr.a (mgr.14403) 23163 : cluster 0 pgmap v17298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:40 smithi194 bash[32038]: cluster 2023-12-08T02:51:39.980266+0000 mgr.a (mgr.14403) 23163 : cluster 0 pgmap v17298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:40 smithi135 bash[32435]: cluster 2023-12-08T02:51:39.980266+0000 mgr.a (mgr.14403) 23163 : cluster 0 pgmap v17298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:42.331 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:51:42.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:42.332 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:42 smithi079 bash[28699]: cluster 2023-12-08T02:51:41.980800+0000 mgr.a (mgr.14403) 23164 : cluster 0 pgmap v17299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:42 smithi194 bash[32038]: cluster 2023-12-08T02:51:41.980800+0000 mgr.a (mgr.14403) 23164 : cluster 0 pgmap v17299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:42.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:42 smithi135 bash[32435]: cluster 2023-12-08T02:51:41.980800+0000 mgr.a (mgr.14403) 23164 : cluster 0 pgmap v17299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:43.248 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:51:43.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:43.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:43.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:43.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:51:43.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:43 smithi079 bash[28699]: audit 2023-12-08T02:51:42.736488+0000 mgr.a (mgr.14403) 23165 : audit 0 from='client.457167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:43 smithi194 bash[32038]: audit 2023-12-08T02:51:42.736488+0000 mgr.a (mgr.14403) 23165 : audit 0 from='client.457167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:43.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:43 smithi135 bash[32435]: audit 2023-12-08T02:51:42.736488+0000 mgr.a (mgr.14403) 23165 : audit 0 from='client.457167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:44 smithi079 bash[28699]: cluster 2023-12-08T02:51:43.981622+0000 mgr.a (mgr.14403) 23166 : cluster 0 pgmap v17300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:44 smithi194 bash[32038]: cluster 2023-12-08T02:51:43.981622+0000 mgr.a (mgr.14403) 23166 : cluster 0 pgmap v17300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:44.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:44 smithi135 bash[32435]: cluster 2023-12-08T02:51:43.981622+0000 mgr.a (mgr.14403) 23166 : cluster 0 pgmap v17300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:51:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:46 smithi079 bash[28699]: cluster 2023-12-08T02:51:45.982195+0000 mgr.a (mgr.14403) 23167 : cluster 0 pgmap v17301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:46 smithi194 bash[32038]: cluster 2023-12-08T02:51:45.982195+0000 mgr.a (mgr.14403) 23167 : cluster 0 pgmap v17301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:46 smithi135 bash[32435]: cluster 2023-12-08T02:51:45.982195+0000 mgr.a (mgr.14403) 23167 : cluster 0 pgmap v17301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:48.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:51:48.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:48.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:48 smithi079 bash[28699]: cluster 2023-12-08T02:51:47.982756+0000 mgr.a (mgr.14403) 23168 : cluster 0 pgmap v17302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:48 smithi194 bash[32038]: cluster 2023-12-08T02:51:47.982756+0000 mgr.a (mgr.14403) 23168 : cluster 0 pgmap v17302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:48.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:48 smithi135 bash[32435]: cluster 2023-12-08T02:51:47.982756+0000 mgr.a (mgr.14403) 23168 : cluster 0 pgmap v17302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:49.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:49.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:49.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:49.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:51:49.154 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:51:49.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:49 smithi079 bash[28699]: audit 2023-12-08T02:51:48.652943+0000 mgr.a (mgr.14403) 23169 : audit 0 from='client.457239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:49.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:49 smithi194 bash[32038]: audit 2023-12-08T02:51:48.652943+0000 mgr.a (mgr.14403) 23169 : audit 0 from='client.457239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:49.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:49 smithi135 bash[32435]: audit 2023-12-08T02:51:48.652943+0000 mgr.a (mgr.14403) 23169 : audit 0 from='client.457239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:50 smithi079 bash[28699]: cluster 2023-12-08T02:51:49.983873+0000 mgr.a (mgr.14403) 23170 : cluster 0 pgmap v17303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:50 smithi194 bash[32038]: cluster 2023-12-08T02:51:49.983873+0000 mgr.a (mgr.14403) 23170 : cluster 0 pgmap v17303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:50.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:50 smithi135 bash[32435]: cluster 2023-12-08T02:51:49.983873+0000 mgr.a (mgr.14403) 23170 : cluster 0 pgmap v17303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:52 smithi079 bash[28699]: cluster 2023-12-08T02:51:51.984458+0000 mgr.a (mgr.14403) 23171 : cluster 0 pgmap v17304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:52 smithi194 bash[32038]: cluster 2023-12-08T02:51:51.984458+0000 mgr.a (mgr.14403) 23171 : cluster 0 pgmap v17304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:52.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:52 smithi135 bash[32435]: cluster 2023-12-08T02:51:51.984458+0000 mgr.a (mgr.14403) 23171 : cluster 0 pgmap v17304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:54.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:51:54.157 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:51:54.157 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:51:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:54 smithi079 bash[28699]: cluster 2023-12-08T02:51:53.985229+0000 mgr.a (mgr.14403) 23172 : cluster 0 pgmap v17305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:54 smithi194 bash[32038]: cluster 2023-12-08T02:51:53.985229+0000 mgr.a (mgr.14403) 23172 : cluster 0 pgmap v17305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:54.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:54 smithi135 bash[32435]: cluster 2023-12-08T02:51:53.985229+0000 mgr.a (mgr.14403) 23172 : cluster 0 pgmap v17305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:51:55.060 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:51:55.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:51:55.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:51:55.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:51:55.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:51:55.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:55 smithi079 bash[28699]: audit 2023-12-08T02:51:54.558633+0000 mgr.a (mgr.14403) 23173 : audit 0 from='client.457317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:55.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:55 smithi194 bash[32038]: audit 2023-12-08T02:51:54.558633+0000 mgr.a (mgr.14403) 23173 : audit 0 from='client.457317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:55.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:55 smithi135 bash[32435]: audit 2023-12-08T02:51:54.558633+0000 mgr.a (mgr.14403) 23173 : audit 0 from='client.457317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:51:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:56 smithi079 bash[28699]: cluster 2023-12-08T02:51:55.986088+0000 mgr.a (mgr.14403) 23174 : cluster 0 pgmap v17306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:56.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:56 smithi194 bash[32038]: cluster 2023-12-08T02:51:55.986088+0000 mgr.a (mgr.14403) 23174 : cluster 0 pgmap v17306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:56.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:56 smithi135 bash[32435]: cluster 2023-12-08T02:51:55.986088+0000 mgr.a (mgr.14403) 23174 : cluster 0 pgmap v17306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:51:58 smithi079 bash[28699]: cluster 2023-12-08T02:51:57.986751+0000 mgr.a (mgr.14403) 23175 : cluster 0 pgmap v17307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:51:58 smithi194 bash[32038]: cluster 2023-12-08T02:51:57.986751+0000 mgr.a (mgr.14403) 23175 : cluster 0 pgmap v17307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:51:58.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:51:58 smithi135 bash[32435]: cluster 2023-12-08T02:51:57.986751+0000 mgr.a (mgr.14403) 23175 : cluster 0 pgmap v17307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:00.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:52:00.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:00.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:00 smithi079 bash[28699]: cluster 2023-12-08T02:51:59.987579+0000 mgr.a (mgr.14403) 23176 : cluster 0 pgmap v17308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:00 smithi194 bash[32038]: cluster 2023-12-08T02:51:59.987579+0000 mgr.a (mgr.14403) 23176 : cluster 0 pgmap v17308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:00.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:00 smithi135 bash[32435]: cluster 2023-12-08T02:51:59.987579+0000 mgr.a (mgr.14403) 23176 : cluster 0 pgmap v17308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:00.975 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:52:00.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:00.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:00.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:00.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:52:01.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:01 smithi079 bash[28699]: audit 2023-12-08T02:52:00.478499+0000 mgr.a (mgr.14403) 23177 : audit 0 from='client.457392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:01 smithi194 bash[32038]: audit 2023-12-08T02:52:00.478499+0000 mgr.a (mgr.14403) 23177 : audit 0 from='client.457392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:01.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:01 smithi135 bash[32435]: audit 2023-12-08T02:52:00.478499+0000 mgr.a (mgr.14403) 23177 : audit 0 from='client.457392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:02.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:02 smithi079 bash[28699]: cluster 2023-12-08T02:52:01.988265+0000 mgr.a (mgr.14403) 23178 : cluster 0 pgmap v17309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:02.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:02 smithi194 bash[32038]: cluster 2023-12-08T02:52:01.988265+0000 mgr.a (mgr.14403) 23178 : cluster 0 pgmap v17309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:02.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:02 smithi135 bash[32435]: cluster 2023-12-08T02:52:01.988265+0000 mgr.a (mgr.14403) 23178 : cluster 0 pgmap v17309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:04.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:04 smithi079 bash[28699]: cluster 2023-12-08T02:52:03.989058+0000 mgr.a (mgr.14403) 23179 : cluster 0 pgmap v17310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:04 smithi194 bash[32038]: cluster 2023-12-08T02:52:03.989058+0000 mgr.a (mgr.14403) 23179 : cluster 0 pgmap v17310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:04.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:04 smithi135 bash[32435]: cluster 2023-12-08T02:52:03.989058+0000 mgr.a (mgr.14403) 23179 : cluster 0 pgmap v17310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:05.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:05 smithi079 bash[28699]: audit 2023-12-08T02:52:04.293002+0000 mon.a (mon.0) 3652 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:52:05.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:05 smithi079 bash[28699]: audit 2023-12-08T02:52:04.821421+0000 mon.a (mon.0) 3653 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:52:05.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:05 smithi079 bash[28699]: audit 2023-12-08T02:52:04.828984+0000 mon.a (mon.0) 3654 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:52:05.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:05 smithi194 bash[32038]: audit 2023-12-08T02:52:04.293002+0000 mon.a (mon.0) 3652 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:52:05.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:05 smithi194 bash[32038]: audit 2023-12-08T02:52:04.821421+0000 mon.a (mon.0) 3653 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:52:05.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:05 smithi194 bash[32038]: audit 2023-12-08T02:52:04.828984+0000 mon.a (mon.0) 3654 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:52:05.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:05 smithi135 bash[32435]: audit 2023-12-08T02:52:04.293002+0000 mon.a (mon.0) 3652 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:52:05.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:05 smithi135 bash[32435]: audit 2023-12-08T02:52:04.821421+0000 mon.a (mon.0) 3653 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:52:05.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:05 smithi135 bash[32435]: audit 2023-12-08T02:52:04.828984+0000 mon.a (mon.0) 3654 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:52:05.978 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:52:05.979 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:05.979 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:06 smithi079 bash[28699]: audit 2023-12-08T02:52:05.589922+0000 mon.a (mon.0) 3655 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:52:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:06 smithi079 bash[28699]: audit 2023-12-08T02:52:05.591861+0000 mon.a (mon.0) 3656 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:52:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:06 smithi079 bash[28699]: audit 2023-12-08T02:52:05.601420+0000 mon.a (mon.0) 3657 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:52:06.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:06 smithi079 bash[28699]: cluster 2023-12-08T02:52:05.989787+0000 mgr.a (mgr.14403) 23180 : cluster 0 pgmap v17311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:06 smithi194 bash[32038]: audit 2023-12-08T02:52:05.589922+0000 mon.a (mon.0) 3655 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:52:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:06 smithi194 bash[32038]: audit 2023-12-08T02:52:05.591861+0000 mon.a (mon.0) 3656 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:52:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:06 smithi194 bash[32038]: audit 2023-12-08T02:52:05.601420+0000 mon.a (mon.0) 3657 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:52:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:06 smithi194 bash[32038]: cluster 2023-12-08T02:52:05.989787+0000 mgr.a (mgr.14403) 23180 : cluster 0 pgmap v17311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:06.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:06 smithi135 bash[32435]: audit 2023-12-08T02:52:05.589922+0000 mon.a (mon.0) 3655 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:52:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:06 smithi135 bash[32435]: audit 2023-12-08T02:52:05.591861+0000 mon.a (mon.0) 3656 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:52:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:06 smithi135 bash[32435]: audit 2023-12-08T02:52:05.601420+0000 mon.a (mon.0) 3657 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:52:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:06 smithi135 bash[32435]: cluster 2023-12-08T02:52:05.989787+0000 mgr.a (mgr.14403) 23180 : cluster 0 pgmap v17311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:06.894 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:52:06.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:06.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:06.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:06.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:52:07.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:07 smithi079 bash[28699]: audit 2023-12-08T02:52:06.389248+0000 mgr.a (mgr.14403) 23181 : audit 0 from='client.457461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:07.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:07 smithi194 bash[32038]: audit 2023-12-08T02:52:06.389248+0000 mgr.a (mgr.14403) 23181 : audit 0 from='client.457461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:07.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:07 smithi135 bash[32435]: audit 2023-12-08T02:52:06.389248+0000 mgr.a (mgr.14403) 23181 : audit 0 from='client.457461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:08.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:08 smithi079 bash[28699]: cluster 2023-12-08T02:52:07.990517+0000 mgr.a (mgr.14403) 23182 : cluster 0 pgmap v17312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:08.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:08 smithi194 bash[32038]: cluster 2023-12-08T02:52:07.990517+0000 mgr.a (mgr.14403) 23182 : cluster 0 pgmap v17312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:08.955 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:08 smithi135 bash[32435]: cluster 2023-12-08T02:52:07.990517+0000 mgr.a (mgr.14403) 23182 : cluster 0 pgmap v17312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:10 smithi079 bash[28699]: cluster 2023-12-08T02:52:09.991400+0000 mgr.a (mgr.14403) 23183 : cluster 0 pgmap v17313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:10 smithi194 bash[32038]: cluster 2023-12-08T02:52:09.991400+0000 mgr.a (mgr.14403) 23183 : cluster 0 pgmap v17313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:10.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:10 smithi135 bash[32435]: cluster 2023-12-08T02:52:09.991400+0000 mgr.a (mgr.14403) 23183 : cluster 0 pgmap v17313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:11.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:52:11.897 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:11.897 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:12 smithi079 bash[28699]: cluster 2023-12-08T02:52:11.991815+0000 mgr.a (mgr.14403) 23184 : cluster 0 pgmap v17314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:12 smithi194 bash[32038]: cluster 2023-12-08T02:52:11.991815+0000 mgr.a (mgr.14403) 23184 : cluster 0 pgmap v17314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:12.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:12 smithi135 bash[32435]: cluster 2023-12-08T02:52:11.991815+0000 mgr.a (mgr.14403) 23184 : cluster 0 pgmap v17314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:12.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:12.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:12.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:12.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:52:12.818 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:52:13.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:13 smithi079 bash[28699]: audit 2023-12-08T02:52:12.302652+0000 mgr.a (mgr.14403) 23185 : audit 0 from='client.457539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:13 smithi194 bash[32038]: audit 2023-12-08T02:52:12.302652+0000 mgr.a (mgr.14403) 23185 : audit 0 from='client.457539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:13.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:13 smithi135 bash[32435]: audit 2023-12-08T02:52:12.302652+0000 mgr.a (mgr.14403) 23185 : audit 0 from='client.457539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:14.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:14 smithi079 bash[28699]: cluster 2023-12-08T02:52:13.992666+0000 mgr.a (mgr.14403) 23186 : cluster 0 pgmap v17315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:14 smithi194 bash[32038]: cluster 2023-12-08T02:52:13.992666+0000 mgr.a (mgr.14403) 23186 : cluster 0 pgmap v17315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:14.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:14 smithi135 bash[32435]: cluster 2023-12-08T02:52:13.992666+0000 mgr.a (mgr.14403) 23186 : cluster 0 pgmap v17315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:16 smithi079 bash[28699]: cluster 2023-12-08T02:52:15.993204+0000 mgr.a (mgr.14403) 23187 : cluster 0 pgmap v17316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:16 smithi194 bash[32038]: cluster 2023-12-08T02:52:15.993204+0000 mgr.a (mgr.14403) 23187 : cluster 0 pgmap v17316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:16.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:16 smithi135 bash[32435]: cluster 2023-12-08T02:52:15.993204+0000 mgr.a (mgr.14403) 23187 : cluster 0 pgmap v17316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:17.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:52:17.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:17.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:18 smithi079 bash[28699]: cluster 2023-12-08T02:52:17.993743+0000 mgr.a (mgr.14403) 23188 : cluster 0 pgmap v17317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:18 smithi194 bash[32038]: cluster 2023-12-08T02:52:17.993743+0000 mgr.a (mgr.14403) 23188 : cluster 0 pgmap v17317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:18 smithi135 bash[32435]: cluster 2023-12-08T02:52:17.993743+0000 mgr.a (mgr.14403) 23188 : cluster 0 pgmap v17317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:18.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:18.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:18.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:18.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:52:18.725 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:52:19.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:19 smithi079 bash[28699]: audit 2023-12-08T02:52:18.230259+0000 mgr.a (mgr.14403) 23189 : audit 0 from='client.346444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:19.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:19 smithi194 bash[32038]: audit 2023-12-08T02:52:18.230259+0000 mgr.a (mgr.14403) 23189 : audit 0 from='client.346444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:19.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:19 smithi135 bash[32435]: audit 2023-12-08T02:52:18.230259+0000 mgr.a (mgr.14403) 23189 : audit 0 from='client.346444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:20 smithi079 bash[28699]: cluster 2023-12-08T02:52:19.994742+0000 mgr.a (mgr.14403) 23190 : cluster 0 pgmap v17318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:52:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:20 smithi194 bash[32038]: cluster 2023-12-08T02:52:19.994742+0000 mgr.a (mgr.14403) 23190 : cluster 0 pgmap v17318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:52:20.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:20 smithi135 bash[32435]: cluster 2023-12-08T02:52:19.994742+0000 mgr.a (mgr.14403) 23190 : cluster 0 pgmap v17318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T02:52:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:22 smithi079 bash[28699]: cluster 2023-12-08T02:52:21.995343+0000 mgr.a (mgr.14403) 23191 : cluster 0 pgmap v17319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:52:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:22 smithi194 bash[32038]: cluster 2023-12-08T02:52:21.995343+0000 mgr.a (mgr.14403) 23191 : cluster 0 pgmap v17319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:52:22.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:22 smithi135 bash[32435]: cluster 2023-12-08T02:52:21.995343+0000 mgr.a (mgr.14403) 23191 : cluster 0 pgmap v17319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T02:52:23.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:52:23.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:23.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:24.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:24 smithi079 bash[28699]: cluster 2023-12-08T02:52:23.996063+0000 mgr.a (mgr.14403) 23192 : cluster 0 pgmap v17320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:24 smithi194 bash[32038]: cluster 2023-12-08T02:52:23.996063+0000 mgr.a (mgr.14403) 23192 : cluster 0 pgmap v17320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:24 smithi135 bash[32435]: cluster 2023-12-08T02:52:23.996063+0000 mgr.a (mgr.14403) 23192 : cluster 0 pgmap v17320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:24.654 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:52:24.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:24.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:24.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:24.655 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:52:25.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:25 smithi079 bash[28699]: audit 2023-12-08T02:52:24.141416+0000 mgr.a (mgr.14403) 23193 : audit 0 from='client.457689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:25.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:25 smithi194 bash[32038]: audit 2023-12-08T02:52:24.141416+0000 mgr.a (mgr.14403) 23193 : audit 0 from='client.457689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:25.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:25 smithi135 bash[32435]: audit 2023-12-08T02:52:24.141416+0000 mgr.a (mgr.14403) 23193 : audit 0 from='client.457689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:26 smithi079 bash[28699]: cluster 2023-12-08T02:52:25.996719+0000 mgr.a (mgr.14403) 23194 : cluster 0 pgmap v17321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:26.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:26 smithi194 bash[32038]: cluster 2023-12-08T02:52:25.996719+0000 mgr.a (mgr.14403) 23194 : cluster 0 pgmap v17321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:26.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:26 smithi135 bash[32435]: cluster 2023-12-08T02:52:25.996719+0000 mgr.a (mgr.14403) 23194 : cluster 0 pgmap v17321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:28 smithi079 bash[28699]: cluster 2023-12-08T02:52:27.997280+0000 mgr.a (mgr.14403) 23195 : cluster 0 pgmap v17322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:28 smithi194 bash[32038]: cluster 2023-12-08T02:52:27.997280+0000 mgr.a (mgr.14403) 23195 : cluster 0 pgmap v17322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:28.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:28 smithi135 bash[32435]: cluster 2023-12-08T02:52:27.997280+0000 mgr.a (mgr.14403) 23195 : cluster 0 pgmap v17322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:29.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:52:29.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:29.658 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:30 smithi079 bash[28699]: cluster 2023-12-08T02:52:29.997863+0000 mgr.a (mgr.14403) 23196 : cluster 0 pgmap v17323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:30 smithi194 bash[32038]: cluster 2023-12-08T02:52:29.997863+0000 mgr.a (mgr.14403) 23196 : cluster 0 pgmap v17323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:30.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:30 smithi135 bash[32435]: cluster 2023-12-08T02:52:29.997863+0000 mgr.a (mgr.14403) 23196 : cluster 0 pgmap v17323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:30.575 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:52:30.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:30.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:30.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:30.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:52:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:31 smithi079 bash[28699]: audit 2023-12-08T02:52:30.060500+0000 mgr.a (mgr.14403) 23197 : audit 0 from='client.457761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:31 smithi194 bash[32038]: audit 2023-12-08T02:52:30.060500+0000 mgr.a (mgr.14403) 23197 : audit 0 from='client.457761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:31.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:31 smithi135 bash[32435]: audit 2023-12-08T02:52:30.060500+0000 mgr.a (mgr.14403) 23197 : audit 0 from='client.457761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:32.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:32 smithi079 bash[28699]: cluster 2023-12-08T02:52:31.998485+0000 mgr.a (mgr.14403) 23198 : cluster 0 pgmap v17324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:52:32.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:32 smithi194 bash[32038]: cluster 2023-12-08T02:52:31.998485+0000 mgr.a (mgr.14403) 23198 : cluster 0 pgmap v17324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:52:32.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:32 smithi135 bash[32435]: cluster 2023-12-08T02:52:31.998485+0000 mgr.a (mgr.14403) 23198 : cluster 0 pgmap v17324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T02:52:34.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:34 smithi079 bash[28699]: cluster 2023-12-08T02:52:33.999316+0000 mgr.a (mgr.14403) 23199 : cluster 0 pgmap v17325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:52:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:34 smithi194 bash[32038]: cluster 2023-12-08T02:52:33.999316+0000 mgr.a (mgr.14403) 23199 : cluster 0 pgmap v17325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:52:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:34 smithi135 bash[32435]: cluster 2023-12-08T02:52:33.999316+0000 mgr.a (mgr.14403) 23199 : cluster 0 pgmap v17325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T02:52:35.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:52:35.578 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:35.578 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:36.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:36.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:36.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:36.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:52:36.484 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:52:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:36 smithi079 bash[28699]: audit 2023-12-08T02:52:35.980468+0000 mgr.a (mgr.14403) 23200 : audit 0 from='client.457836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:36 smithi079 bash[28699]: cluster 2023-12-08T02:52:36.000106+0000 mgr.a (mgr.14403) 23201 : cluster 0 pgmap v17326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:36 smithi194 bash[32038]: audit 2023-12-08T02:52:35.980468+0000 mgr.a (mgr.14403) 23200 : audit 0 from='client.457836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:36 smithi194 bash[32038]: cluster 2023-12-08T02:52:36.000106+0000 mgr.a (mgr.14403) 23201 : cluster 0 pgmap v17326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:36.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:36 smithi135 bash[32435]: audit 2023-12-08T02:52:35.980468+0000 mgr.a (mgr.14403) 23200 : audit 0 from='client.457836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:36 smithi135 bash[32435]: cluster 2023-12-08T02:52:36.000106+0000 mgr.a (mgr.14403) 23201 : cluster 0 pgmap v17326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:38 smithi079 bash[28699]: cluster 2023-12-08T02:52:38.000784+0000 mgr.a (mgr.14403) 23202 : cluster 0 pgmap v17327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:38 smithi194 bash[32038]: cluster 2023-12-08T02:52:38.000784+0000 mgr.a (mgr.14403) 23202 : cluster 0 pgmap v17327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:38.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:38 smithi135 bash[32435]: cluster 2023-12-08T02:52:38.000784+0000 mgr.a (mgr.14403) 23202 : cluster 0 pgmap v17327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:40 smithi079 bash[28699]: cluster 2023-12-08T02:52:40.001583+0000 mgr.a (mgr.14403) 23203 : cluster 0 pgmap v17328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:40 smithi194 bash[32038]: cluster 2023-12-08T02:52:40.001583+0000 mgr.a (mgr.14403) 23203 : cluster 0 pgmap v17328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:40.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:40 smithi135 bash[32435]: cluster 2023-12-08T02:52:40.001583+0000 mgr.a (mgr.14403) 23203 : cluster 0 pgmap v17328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:41.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:52:41.487 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:41.487 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:42 smithi079 bash[28699]: audit 2023-12-08T02:52:41.891835+0000 mgr.a (mgr.14403) 23204 : audit 0 from='client.457911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:42.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:42 smithi079 bash[28699]: cluster 2023-12-08T02:52:42.002203+0000 mgr.a (mgr.14403) 23205 : cluster 0 pgmap v17329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:42.398 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:52:42.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:42.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:42.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:42.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:52:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:42 smithi194 bash[32038]: audit 2023-12-08T02:52:41.891835+0000 mgr.a (mgr.14403) 23204 : audit 0 from='client.457911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:42 smithi194 bash[32038]: cluster 2023-12-08T02:52:42.002203+0000 mgr.a (mgr.14403) 23205 : cluster 0 pgmap v17329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:42.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:42 smithi135 bash[32435]: audit 2023-12-08T02:52:41.891835+0000 mgr.a (mgr.14403) 23204 : audit 0 from='client.457911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:42 smithi135 bash[32435]: cluster 2023-12-08T02:52:42.002203+0000 mgr.a (mgr.14403) 23205 : cluster 0 pgmap v17329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:44 smithi079 bash[28699]: cluster 2023-12-08T02:52:44.003147+0000 mgr.a (mgr.14403) 23206 : cluster 0 pgmap v17330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:44 smithi194 bash[32038]: cluster 2023-12-08T02:52:44.003147+0000 mgr.a (mgr.14403) 23206 : cluster 0 pgmap v17330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:44 smithi135 bash[32435]: cluster 2023-12-08T02:52:44.003147+0000 mgr.a (mgr.14403) 23206 : cluster 0 pgmap v17330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:46 smithi079 bash[28699]: cluster 2023-12-08T02:52:46.003678+0000 mgr.a (mgr.14403) 23207 : cluster 0 pgmap v17331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:46 smithi194 bash[32038]: cluster 2023-12-08T02:52:46.003678+0000 mgr.a (mgr.14403) 23207 : cluster 0 pgmap v17331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:46.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:46 smithi135 bash[32435]: cluster 2023-12-08T02:52:46.003678+0000 mgr.a (mgr.14403) 23207 : cluster 0 pgmap v17331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:47.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:52:47.402 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:47.402 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:48.328 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:52:48.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:48.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:48.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:48.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:52:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:48 smithi079 bash[28699]: audit 2023-12-08T02:52:47.812501+0000 mgr.a (mgr.14403) 23208 : audit 0 from='client.457980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:48.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:48 smithi079 bash[28699]: cluster 2023-12-08T02:52:48.004199+0000 mgr.a (mgr.14403) 23209 : cluster 0 pgmap v17332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:48 smithi194 bash[32038]: audit 2023-12-08T02:52:47.812501+0000 mgr.a (mgr.14403) 23208 : audit 0 from='client.457980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:48.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:48 smithi194 bash[32038]: cluster 2023-12-08T02:52:48.004199+0000 mgr.a (mgr.14403) 23209 : cluster 0 pgmap v17332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:48.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:48 smithi135 bash[32435]: audit 2023-12-08T02:52:47.812501+0000 mgr.a (mgr.14403) 23208 : audit 0 from='client.457980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:48 smithi135 bash[32435]: cluster 2023-12-08T02:52:48.004199+0000 mgr.a (mgr.14403) 23209 : cluster 0 pgmap v17332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:50 smithi079 bash[28699]: cluster 2023-12-08T02:52:50.005035+0000 mgr.a (mgr.14403) 23210 : cluster 0 pgmap v17333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:50 smithi194 bash[32038]: cluster 2023-12-08T02:52:50.005035+0000 mgr.a (mgr.14403) 23210 : cluster 0 pgmap v17333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:50.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:50 smithi135 bash[32435]: cluster 2023-12-08T02:52:50.005035+0000 mgr.a (mgr.14403) 23210 : cluster 0 pgmap v17333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:52:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:52 smithi079 bash[28699]: cluster 2023-12-08T02:52:52.005562+0000 mgr.a (mgr.14403) 23211 : cluster 0 pgmap v17334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:52 smithi194 bash[32038]: cluster 2023-12-08T02:52:52.005562+0000 mgr.a (mgr.14403) 23211 : cluster 0 pgmap v17334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:52.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:52 smithi135 bash[32435]: cluster 2023-12-08T02:52:52.005562+0000 mgr.a (mgr.14403) 23211 : cluster 0 pgmap v17334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:53.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:52:53.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:53.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:52:54.246 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:52:54.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:52:54.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:52:54.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:52:54.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:52:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:54 smithi079 bash[28699]: audit 2023-12-08T02:52:53.740999+0000 mgr.a (mgr.14403) 23212 : audit 0 from='client.458058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:54 smithi079 bash[28699]: cluster 2023-12-08T02:52:54.006593+0000 mgr.a (mgr.14403) 23213 : cluster 0 pgmap v17335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:54 smithi194 bash[32038]: audit 2023-12-08T02:52:53.740999+0000 mgr.a (mgr.14403) 23212 : audit 0 from='client.458058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:54 smithi194 bash[32038]: cluster 2023-12-08T02:52:54.006593+0000 mgr.a (mgr.14403) 23213 : cluster 0 pgmap v17335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:54 smithi135 bash[32435]: audit 2023-12-08T02:52:53.740999+0000 mgr.a (mgr.14403) 23212 : audit 0 from='client.458058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:52:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:54 smithi135 bash[32435]: cluster 2023-12-08T02:52:54.006593+0000 mgr.a (mgr.14403) 23213 : cluster 0 pgmap v17335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:52:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:56 smithi079 bash[28699]: cluster 2023-12-08T02:52:56.007264+0000 mgr.a (mgr.14403) 23214 : cluster 0 pgmap v17336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:56.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:56 smithi194 bash[32038]: cluster 2023-12-08T02:52:56.007264+0000 mgr.a (mgr.14403) 23214 : cluster 0 pgmap v17336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:56 smithi135 bash[32435]: cluster 2023-12-08T02:52:56.007264+0000 mgr.a (mgr.14403) 23214 : cluster 0 pgmap v17336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:52:58 smithi079 bash[28699]: cluster 2023-12-08T02:52:58.007784+0000 mgr.a (mgr.14403) 23215 : cluster 0 pgmap v17337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:52:58 smithi194 bash[32038]: cluster 2023-12-08T02:52:58.007784+0000 mgr.a (mgr.14403) 23215 : cluster 0 pgmap v17337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:58.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:52:58 smithi135 bash[32435]: cluster 2023-12-08T02:52:58.007784+0000 mgr.a (mgr.14403) 23215 : cluster 0 pgmap v17337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:52:59.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:52:59.249 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:52:59.249 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:00.135 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:53:00.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:00.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:00.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:00.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:53:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:00 smithi079 bash[28699]: audit 2023-12-08T02:52:59.651430+0000 mgr.a (mgr.14403) 23216 : audit 0 from='client.458136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:00 smithi079 bash[28699]: cluster 2023-12-08T02:53:00.008830+0000 mgr.a (mgr.14403) 23217 : cluster 0 pgmap v17338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:00 smithi194 bash[32038]: audit 2023-12-08T02:52:59.651430+0000 mgr.a (mgr.14403) 23216 : audit 0 from='client.458136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:00 smithi194 bash[32038]: cluster 2023-12-08T02:53:00.008830+0000 mgr.a (mgr.14403) 23217 : cluster 0 pgmap v17338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:00.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:00 smithi135 bash[32435]: audit 2023-12-08T02:52:59.651430+0000 mgr.a (mgr.14403) 23216 : audit 0 from='client.458136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:00 smithi135 bash[32435]: cluster 2023-12-08T02:53:00.008830+0000 mgr.a (mgr.14403) 23217 : cluster 0 pgmap v17338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:02 smithi079 bash[28699]: cluster 2023-12-08T02:53:02.009428+0000 mgr.a (mgr.14403) 23218 : cluster 0 pgmap v17339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:02 smithi194 bash[32038]: cluster 2023-12-08T02:53:02.009428+0000 mgr.a (mgr.14403) 23218 : cluster 0 pgmap v17339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:02.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:02 smithi135 bash[32435]: cluster 2023-12-08T02:53:02.009428+0000 mgr.a (mgr.14403) 23218 : cluster 0 pgmap v17339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:04.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:04 smithi079 bash[28699]: cluster 2023-12-08T02:53:04.010169+0000 mgr.a (mgr.14403) 23219 : cluster 0 pgmap v17340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:04 smithi194 bash[32038]: cluster 2023-12-08T02:53:04.010169+0000 mgr.a (mgr.14403) 23219 : cluster 0 pgmap v17340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:04.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:04 smithi135 bash[32435]: cluster 2023-12-08T02:53:04.010169+0000 mgr.a (mgr.14403) 23219 : cluster 0 pgmap v17340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:05.138 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:53:05.139 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:05.139 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:06.024 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:53:06.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:06.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:06.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:06.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:53:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:06 smithi079 bash[28699]: audit 2023-12-08T02:53:05.542897+0000 mgr.a (mgr.14403) 23220 : audit 0 from='client.458211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:06 smithi079 bash[28699]: audit 2023-12-08T02:53:05.706002+0000 mon.a (mon.0) 3658 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:53:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:06 smithi079 bash[28699]: cluster 2023-12-08T02:53:06.010696+0000 mgr.a (mgr.14403) 23221 : cluster 0 pgmap v17341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:06 smithi079 bash[28699]: audit 2023-12-08T02:53:06.234013+0000 mon.a (mon.0) 3659 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:53:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:06 smithi079 bash[28699]: audit 2023-12-08T02:53:06.241701+0000 mon.a (mon.0) 3660 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:53:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:06 smithi194 bash[32038]: audit 2023-12-08T02:53:05.542897+0000 mgr.a (mgr.14403) 23220 : audit 0 from='client.458211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:06 smithi194 bash[32038]: audit 2023-12-08T02:53:05.706002+0000 mon.a (mon.0) 3658 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:53:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:06 smithi194 bash[32038]: cluster 2023-12-08T02:53:06.010696+0000 mgr.a (mgr.14403) 23221 : cluster 0 pgmap v17341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:06 smithi194 bash[32038]: audit 2023-12-08T02:53:06.234013+0000 mon.a (mon.0) 3659 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:53:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:06 smithi194 bash[32038]: audit 2023-12-08T02:53:06.241701+0000 mon.a (mon.0) 3660 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:53:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:06 smithi135 bash[32435]: audit 2023-12-08T02:53:05.542897+0000 mgr.a (mgr.14403) 23220 : audit 0 from='client.458211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:06 smithi135 bash[32435]: audit 2023-12-08T02:53:05.706002+0000 mon.a (mon.0) 3658 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:53:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:06 smithi135 bash[32435]: cluster 2023-12-08T02:53:06.010696+0000 mgr.a (mgr.14403) 23221 : cluster 0 pgmap v17341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:06 smithi135 bash[32435]: audit 2023-12-08T02:53:06.234013+0000 mon.a (mon.0) 3659 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:53:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:06 smithi135 bash[32435]: audit 2023-12-08T02:53:06.241701+0000 mon.a (mon.0) 3660 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:53:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:07 smithi079 bash[28699]: audit 2023-12-08T02:53:06.979618+0000 mon.a (mon.0) 3661 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:53:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:07 smithi079 bash[28699]: audit 2023-12-08T02:53:06.981701+0000 mon.a (mon.0) 3662 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:53:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:07 smithi079 bash[28699]: audit 2023-12-08T02:53:06.991742+0000 mon.a (mon.0) 3663 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:53:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:07 smithi194 bash[32038]: audit 2023-12-08T02:53:06.979618+0000 mon.a (mon.0) 3661 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:53:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:07 smithi194 bash[32038]: audit 2023-12-08T02:53:06.981701+0000 mon.a (mon.0) 3662 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:53:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:07 smithi194 bash[32038]: audit 2023-12-08T02:53:06.991742+0000 mon.a (mon.0) 3663 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:53:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:07 smithi135 bash[32435]: audit 2023-12-08T02:53:06.979618+0000 mon.a (mon.0) 3661 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:53:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:07 smithi135 bash[32435]: audit 2023-12-08T02:53:06.981701+0000 mon.a (mon.0) 3662 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:53:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:07 smithi135 bash[32435]: audit 2023-12-08T02:53:06.991742+0000 mon.a (mon.0) 3663 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:53:08.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:08 smithi079 bash[28699]: cluster 2023-12-08T02:53:08.011335+0000 mgr.a (mgr.14403) 23222 : cluster 0 pgmap v17342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:08.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:08 smithi194 bash[32038]: cluster 2023-12-08T02:53:08.011335+0000 mgr.a (mgr.14403) 23222 : cluster 0 pgmap v17342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:08.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:08 smithi135 bash[32435]: cluster 2023-12-08T02:53:08.011335+0000 mgr.a (mgr.14403) 23222 : cluster 0 pgmap v17342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:10 smithi079 bash[28699]: cluster 2023-12-08T02:53:10.012129+0000 mgr.a (mgr.14403) 23223 : cluster 0 pgmap v17343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:10 smithi194 bash[32038]: cluster 2023-12-08T02:53:10.012129+0000 mgr.a (mgr.14403) 23223 : cluster 0 pgmap v17343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:10 smithi135 bash[32435]: cluster 2023-12-08T02:53:10.012129+0000 mgr.a (mgr.14403) 23223 : cluster 0 pgmap v17343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:11.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:53:11.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:11.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:11.934 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:53:11.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:11.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:11.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:11.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:53:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:12 smithi079 bash[28699]: audit 2023-12-08T02:53:11.434981+0000 mgr.a (mgr.14403) 23224 : audit 0 from='client.458286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:12 smithi079 bash[28699]: cluster 2023-12-08T02:53:12.012864+0000 mgr.a (mgr.14403) 23225 : cluster 0 pgmap v17344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:12 smithi194 bash[32038]: audit 2023-12-08T02:53:11.434981+0000 mgr.a (mgr.14403) 23224 : audit 0 from='client.458286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:12 smithi194 bash[32038]: cluster 2023-12-08T02:53:12.012864+0000 mgr.a (mgr.14403) 23225 : cluster 0 pgmap v17344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:12 smithi135 bash[32435]: audit 2023-12-08T02:53:11.434981+0000 mgr.a (mgr.14403) 23224 : audit 0 from='client.458286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:12 smithi135 bash[32435]: cluster 2023-12-08T02:53:12.012864+0000 mgr.a (mgr.14403) 23225 : cluster 0 pgmap v17344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:14.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:14 smithi079 bash[28699]: cluster 2023-12-08T02:53:14.013673+0000 mgr.a (mgr.14403) 23226 : cluster 0 pgmap v17345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:14 smithi194 bash[32038]: cluster 2023-12-08T02:53:14.013673+0000 mgr.a (mgr.14403) 23226 : cluster 0 pgmap v17345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:14 smithi135 bash[32435]: cluster 2023-12-08T02:53:14.013673+0000 mgr.a (mgr.14403) 23226 : cluster 0 pgmap v17345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:16 smithi079 bash[28699]: cluster 2023-12-08T02:53:16.014226+0000 mgr.a (mgr.14403) 23227 : cluster 0 pgmap v17346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:16 smithi194 bash[32038]: cluster 2023-12-08T02:53:16.014226+0000 mgr.a (mgr.14403) 23227 : cluster 0 pgmap v17346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:16 smithi135 bash[32435]: cluster 2023-12-08T02:53:16.014226+0000 mgr.a (mgr.14403) 23227 : cluster 0 pgmap v17346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:16.936 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:53:16.937 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:16.937 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:17.861 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:53:17.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:17.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:17.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:17.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:53:18.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:18 smithi079 bash[28699]: audit 2023-12-08T02:53:17.341558+0000 mgr.a (mgr.14403) 23228 : audit 0 from='client.458361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:18 smithi079 bash[28699]: cluster 2023-12-08T02:53:18.014952+0000 mgr.a (mgr.14403) 23229 : cluster 0 pgmap v17347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:18 smithi194 bash[32038]: audit 2023-12-08T02:53:17.341558+0000 mgr.a (mgr.14403) 23228 : audit 0 from='client.458361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:18 smithi194 bash[32038]: cluster 2023-12-08T02:53:18.014952+0000 mgr.a (mgr.14403) 23229 : cluster 0 pgmap v17347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:18 smithi135 bash[32435]: audit 2023-12-08T02:53:17.341558+0000 mgr.a (mgr.14403) 23228 : audit 0 from='client.458361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:18 smithi135 bash[32435]: cluster 2023-12-08T02:53:18.014952+0000 mgr.a (mgr.14403) 23229 : cluster 0 pgmap v17347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:20 smithi079 bash[28699]: cluster 2023-12-08T02:53:20.015825+0000 mgr.a (mgr.14403) 23230 : cluster 0 pgmap v17348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:20 smithi194 bash[32038]: cluster 2023-12-08T02:53:20.015825+0000 mgr.a (mgr.14403) 23230 : cluster 0 pgmap v17348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:20.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:20 smithi135 bash[32435]: cluster 2023-12-08T02:53:20.015825+0000 mgr.a (mgr.14403) 23230 : cluster 0 pgmap v17348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:22 smithi079 bash[28699]: cluster 2023-12-08T02:53:22.016375+0000 mgr.a (mgr.14403) 23231 : cluster 0 pgmap v17349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:22 smithi194 bash[32038]: cluster 2023-12-08T02:53:22.016375+0000 mgr.a (mgr.14403) 23231 : cluster 0 pgmap v17349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:22.455 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:22 smithi135 bash[32435]: cluster 2023-12-08T02:53:22.016375+0000 mgr.a (mgr.14403) 23231 : cluster 0 pgmap v17349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:22.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:53:22.865 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:22.865 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:23.766 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:53:23.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:23.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:23.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:23.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:53:24.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:24 smithi079 bash[28699]: audit 2023-12-08T02:53:23.266733+0000 mgr.a (mgr.14403) 23232 : audit 0 from='client.458439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:24 smithi079 bash[28699]: cluster 2023-12-08T02:53:24.017508+0000 mgr.a (mgr.14403) 23233 : cluster 0 pgmap v17350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:53:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:24 smithi194 bash[32038]: audit 2023-12-08T02:53:23.266733+0000 mgr.a (mgr.14403) 23232 : audit 0 from='client.458439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:24 smithi194 bash[32038]: cluster 2023-12-08T02:53:24.017508+0000 mgr.a (mgr.14403) 23233 : cluster 0 pgmap v17350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:53:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:24 smithi135 bash[32435]: audit 2023-12-08T02:53:23.266733+0000 mgr.a (mgr.14403) 23232 : audit 0 from='client.458439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:24 smithi135 bash[32435]: cluster 2023-12-08T02:53:24.017508+0000 mgr.a (mgr.14403) 23233 : cluster 0 pgmap v17350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:53:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:26 smithi079 bash[28699]: cluster 2023-12-08T02:53:26.018151+0000 mgr.a (mgr.14403) 23234 : cluster 0 pgmap v17351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:53:26.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:26 smithi194 bash[32038]: cluster 2023-12-08T02:53:26.018151+0000 mgr.a (mgr.14403) 23234 : cluster 0 pgmap v17351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:53:26.705 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:26 smithi135 bash[32435]: cluster 2023-12-08T02:53:26.018151+0000 mgr.a (mgr.14403) 23234 : cluster 0 pgmap v17351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:53:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:28 smithi079 bash[28699]: cluster 2023-12-08T02:53:28.018710+0000 mgr.a (mgr.14403) 23235 : cluster 0 pgmap v17352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:53:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:28 smithi194 bash[32038]: cluster 2023-12-08T02:53:28.018710+0000 mgr.a (mgr.14403) 23235 : cluster 0 pgmap v17352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:53:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:28 smithi135 bash[32435]: cluster 2023-12-08T02:53:28.018710+0000 mgr.a (mgr.14403) 23235 : cluster 0 pgmap v17352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:53:28.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:53:28.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:28.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:29.679 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:53:29.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:29.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:29.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:29.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:53:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:30 smithi079 bash[28699]: audit 2023-12-08T02:53:29.171172+0000 mgr.a (mgr.14403) 23236 : audit 0 from='client.458517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:30 smithi079 bash[28699]: cluster 2023-12-08T02:53:30.019793+0000 mgr.a (mgr.14403) 23237 : cluster 0 pgmap v17353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:30 smithi194 bash[32038]: audit 2023-12-08T02:53:29.171172+0000 mgr.a (mgr.14403) 23236 : audit 0 from='client.458517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:30 smithi194 bash[32038]: cluster 2023-12-08T02:53:30.019793+0000 mgr.a (mgr.14403) 23237 : cluster 0 pgmap v17353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:30 smithi135 bash[32435]: audit 2023-12-08T02:53:29.171172+0000 mgr.a (mgr.14403) 23236 : audit 0 from='client.458517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:30 smithi135 bash[32435]: cluster 2023-12-08T02:53:30.019793+0000 mgr.a (mgr.14403) 23237 : cluster 0 pgmap v17353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:32 smithi079 bash[28699]: cluster 2023-12-08T02:53:32.020363+0000 mgr.a (mgr.14403) 23238 : cluster 0 pgmap v17354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:32 smithi194 bash[32038]: cluster 2023-12-08T02:53:32.020363+0000 mgr.a (mgr.14403) 23238 : cluster 0 pgmap v17354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:32 smithi135 bash[32435]: cluster 2023-12-08T02:53:32.020363+0000 mgr.a (mgr.14403) 23238 : cluster 0 pgmap v17354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:53:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:34 smithi079 bash[28699]: cluster 2023-12-08T02:53:34.021084+0000 mgr.a (mgr.14403) 23239 : cluster 0 pgmap v17355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:34 smithi194 bash[32038]: cluster 2023-12-08T02:53:34.021084+0000 mgr.a (mgr.14403) 23239 : cluster 0 pgmap v17355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:34 smithi135 bash[32435]: cluster 2023-12-08T02:53:34.021084+0000 mgr.a (mgr.14403) 23239 : cluster 0 pgmap v17355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:34.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:53:34.681 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:34.682 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:35.617 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:53:35.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:35.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:35.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:35.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:53:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:36 smithi079 bash[28699]: audit 2023-12-08T02:53:35.091645+0000 mgr.a (mgr.14403) 23240 : audit 0 from='client.458589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:36 smithi079 bash[28699]: cluster 2023-12-08T02:53:36.021736+0000 mgr.a (mgr.14403) 23241 : cluster 0 pgmap v17356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:53:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:36 smithi194 bash[32038]: audit 2023-12-08T02:53:35.091645+0000 mgr.a (mgr.14403) 23240 : audit 0 from='client.458589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:36 smithi194 bash[32038]: cluster 2023-12-08T02:53:36.021736+0000 mgr.a (mgr.14403) 23241 : cluster 0 pgmap v17356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:53:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:36 smithi135 bash[32435]: audit 2023-12-08T02:53:35.091645+0000 mgr.a (mgr.14403) 23240 : audit 0 from='client.458589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:36 smithi135 bash[32435]: cluster 2023-12-08T02:53:36.021736+0000 mgr.a (mgr.14403) 23241 : cluster 0 pgmap v17356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:53:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:38 smithi079 bash[28699]: cluster 2023-12-08T02:53:38.022340+0000 mgr.a (mgr.14403) 23242 : cluster 0 pgmap v17357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:53:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:38 smithi194 bash[32038]: cluster 2023-12-08T02:53:38.022340+0000 mgr.a (mgr.14403) 23242 : cluster 0 pgmap v17357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:53:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:38 smithi135 bash[32435]: cluster 2023-12-08T02:53:38.022340+0000 mgr.a (mgr.14403) 23242 : cluster 0 pgmap v17357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:53:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:40 smithi079 bash[28699]: cluster 2023-12-08T02:53:40.023171+0000 mgr.a (mgr.14403) 23243 : cluster 0 pgmap v17358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:53:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:40 smithi194 bash[32038]: cluster 2023-12-08T02:53:40.023171+0000 mgr.a (mgr.14403) 23243 : cluster 0 pgmap v17358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:53:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:40 smithi135 bash[32435]: cluster 2023-12-08T02:53:40.023171+0000 mgr.a (mgr.14403) 23243 : cluster 0 pgmap v17358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:53:40.620 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:53:40.620 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:40.621 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:41.488 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:53:41.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:41.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:41.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:41.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:53:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:41 smithi079 bash[28699]: audit 2023-12-08T02:53:41.013023+0000 mgr.a (mgr.14403) 23244 : audit 0 from='client.458664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:41 smithi194 bash[32038]: audit 2023-12-08T02:53:41.013023+0000 mgr.a (mgr.14403) 23244 : audit 0 from='client.458664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:41 smithi135 bash[32435]: audit 2023-12-08T02:53:41.013023+0000 mgr.a (mgr.14403) 23244 : audit 0 from='client.458664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:42.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:42 smithi079 bash[28699]: cluster 2023-12-08T02:53:42.023781+0000 mgr.a (mgr.14403) 23245 : cluster 0 pgmap v17359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:42 smithi194 bash[32038]: cluster 2023-12-08T02:53:42.023781+0000 mgr.a (mgr.14403) 23245 : cluster 0 pgmap v17359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:42 smithi135 bash[32435]: cluster 2023-12-08T02:53:42.023781+0000 mgr.a (mgr.14403) 23245 : cluster 0 pgmap v17359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:44 smithi079 bash[28699]: cluster 2023-12-08T02:53:44.024580+0000 mgr.a (mgr.14403) 23246 : cluster 0 pgmap v17360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:44 smithi194 bash[32038]: cluster 2023-12-08T02:53:44.024580+0000 mgr.a (mgr.14403) 23246 : cluster 0 pgmap v17360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:44 smithi135 bash[32435]: cluster 2023-12-08T02:53:44.024580+0000 mgr.a (mgr.14403) 23246 : cluster 0 pgmap v17360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:46.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:53:46.491 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:46.492 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:46 smithi079 bash[28699]: cluster 2023-12-08T02:53:46.025116+0000 mgr.a (mgr.14403) 23247 : cluster 0 pgmap v17361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:46 smithi194 bash[32038]: cluster 2023-12-08T02:53:46.025116+0000 mgr.a (mgr.14403) 23247 : cluster 0 pgmap v17361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:46 smithi135 bash[32435]: cluster 2023-12-08T02:53:46.025116+0000 mgr.a (mgr.14403) 23247 : cluster 0 pgmap v17361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:47.388 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:53:47.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:47.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:47.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:47.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:53:47.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:47 smithi079 bash[28699]: audit 2023-12-08T02:53:46.895303+0000 mgr.a (mgr.14403) 23248 : audit 0 from='client.458742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:47 smithi194 bash[32038]: audit 2023-12-08T02:53:46.895303+0000 mgr.a (mgr.14403) 23248 : audit 0 from='client.458742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:47 smithi135 bash[32435]: audit 2023-12-08T02:53:46.895303+0000 mgr.a (mgr.14403) 23248 : audit 0 from='client.458742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:48.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:48 smithi079 bash[28699]: cluster 2023-12-08T02:53:48.025760+0000 mgr.a (mgr.14403) 23249 : cluster 0 pgmap v17362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:48 smithi194 bash[32038]: cluster 2023-12-08T02:53:48.025760+0000 mgr.a (mgr.14403) 23249 : cluster 0 pgmap v17362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:48 smithi135 bash[32435]: cluster 2023-12-08T02:53:48.025760+0000 mgr.a (mgr.14403) 23249 : cluster 0 pgmap v17362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:50 smithi079 bash[28699]: cluster 2023-12-08T02:53:50.026609+0000 mgr.a (mgr.14403) 23250 : cluster 0 pgmap v17363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:50 smithi194 bash[32038]: cluster 2023-12-08T02:53:50.026609+0000 mgr.a (mgr.14403) 23250 : cluster 0 pgmap v17363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:50 smithi135 bash[32435]: cluster 2023-12-08T02:53:50.026609+0000 mgr.a (mgr.14403) 23250 : cluster 0 pgmap v17363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:52.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:53:52.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:52.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:52 smithi079 bash[28699]: cluster 2023-12-08T02:53:52.027183+0000 mgr.a (mgr.14403) 23251 : cluster 0 pgmap v17364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:52.392 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:52 smithi194 bash[32038]: cluster 2023-12-08T02:53:52.027183+0000 mgr.a (mgr.14403) 23251 : cluster 0 pgmap v17364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:52 smithi135 bash[32435]: cluster 2023-12-08T02:53:52.027183+0000 mgr.a (mgr.14403) 23251 : cluster 0 pgmap v17364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:53.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:53 smithi079 bash[28699]: audit 2023-12-08T02:53:52.798577+0000 mgr.a (mgr.14403) 23252 : audit 0 from='client.458814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:53 smithi194 bash[32038]: audit 2023-12-08T02:53:52.798577+0000 mgr.a (mgr.14403) 23252 : audit 0 from='client.458814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:53 smithi135 bash[32435]: audit 2023-12-08T02:53:52.798577+0000 mgr.a (mgr.14403) 23252 : audit 0 from='client.458814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:53.527 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:53:53.527 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:53.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:53.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:53.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:53:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:54 smithi079 bash[28699]: cluster 2023-12-08T02:53:54.028079+0000 mgr.a (mgr.14403) 23253 : cluster 0 pgmap v17365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:54 smithi194 bash[32038]: cluster 2023-12-08T02:53:54.028079+0000 mgr.a (mgr.14403) 23253 : cluster 0 pgmap v17365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:54 smithi135 bash[32435]: cluster 2023-12-08T02:53:54.028079+0000 mgr.a (mgr.14403) 23253 : cluster 0 pgmap v17365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:53:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:56 smithi079 bash[28699]: cluster 2023-12-08T02:53:56.028685+0000 mgr.a (mgr.14403) 23254 : cluster 0 pgmap v17366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:56.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:56 smithi194 bash[32038]: cluster 2023-12-08T02:53:56.028685+0000 mgr.a (mgr.14403) 23254 : cluster 0 pgmap v17366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:56 smithi135 bash[32435]: cluster 2023-12-08T02:53:56.028685+0000 mgr.a (mgr.14403) 23254 : cluster 0 pgmap v17366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:58 smithi079 bash[28699]: cluster 2023-12-08T02:53:58.029237+0000 mgr.a (mgr.14403) 23255 : cluster 0 pgmap v17367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:58 smithi194 bash[32038]: cluster 2023-12-08T02:53:58.029237+0000 mgr.a (mgr.14403) 23255 : cluster 0 pgmap v17367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:58 smithi135 bash[32435]: cluster 2023-12-08T02:53:58.029237+0000 mgr.a (mgr.14403) 23255 : cluster 0 pgmap v17367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:53:58.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:53:58.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:53:58.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:53:59.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:53:59 smithi079 bash[28699]: audit 2023-12-08T02:53:58.936047+0000 mgr.a (mgr.14403) 23256 : audit 0 from='client.458889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:59.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:53:59.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:53:59.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:53:59.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:53:59.429 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:53:59.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:53:59 smithi194 bash[32038]: audit 2023-12-08T02:53:58.936047+0000 mgr.a (mgr.14403) 23256 : audit 0 from='client.458889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:53:59.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:53:59 smithi135 bash[32435]: audit 2023-12-08T02:53:58.936047+0000 mgr.a (mgr.14403) 23256 : audit 0 from='client.458889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:00 smithi079 bash[28699]: cluster 2023-12-08T02:54:00.030194+0000 mgr.a (mgr.14403) 23257 : cluster 0 pgmap v17368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:00 smithi194 bash[32038]: cluster 2023-12-08T02:54:00.030194+0000 mgr.a (mgr.14403) 23257 : cluster 0 pgmap v17368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:00 smithi135 bash[32435]: cluster 2023-12-08T02:54:00.030194+0000 mgr.a (mgr.14403) 23257 : cluster 0 pgmap v17368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:02.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:02 smithi079 bash[28699]: cluster 2023-12-08T02:54:02.030792+0000 mgr.a (mgr.14403) 23258 : cluster 0 pgmap v17369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:02 smithi194 bash[32038]: cluster 2023-12-08T02:54:02.030792+0000 mgr.a (mgr.14403) 23258 : cluster 0 pgmap v17369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:02 smithi135 bash[32435]: cluster 2023-12-08T02:54:02.030792+0000 mgr.a (mgr.14403) 23258 : cluster 0 pgmap v17369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:04.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:04 smithi079 bash[28699]: cluster 2023-12-08T02:54:04.031478+0000 mgr.a (mgr.14403) 23259 : cluster 0 pgmap v17370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:04.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:54:04.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:04.433 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:04 smithi194 bash[32038]: cluster 2023-12-08T02:54:04.031478+0000 mgr.a (mgr.14403) 23259 : cluster 0 pgmap v17370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:04 smithi135 bash[32435]: cluster 2023-12-08T02:54:04.031478+0000 mgr.a (mgr.14403) 23259 : cluster 0 pgmap v17370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:05.363 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:54:05.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:05.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:05.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:05.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:54:05.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:05 smithi079 bash[28699]: audit 2023-12-08T02:54:04.842289+0000 mgr.a (mgr.14403) 23260 : audit 0 from='client.458964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:05.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:05 smithi194 bash[32038]: audit 2023-12-08T02:54:04.842289+0000 mgr.a (mgr.14403) 23260 : audit 0 from='client.458964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:05.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:05 smithi135 bash[32435]: audit 2023-12-08T02:54:04.842289+0000 mgr.a (mgr.14403) 23260 : audit 0 from='client.458964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:06.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:06 smithi079 bash[28699]: cluster 2023-12-08T02:54:06.032121+0000 mgr.a (mgr.14403) 23261 : cluster 0 pgmap v17371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:06 smithi194 bash[32038]: cluster 2023-12-08T02:54:06.032121+0000 mgr.a (mgr.14403) 23261 : cluster 0 pgmap v17371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:06 smithi135 bash[32435]: cluster 2023-12-08T02:54:06.032121+0000 mgr.a (mgr.14403) 23261 : cluster 0 pgmap v17371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:07.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:07 smithi079 bash[28699]: audit 2023-12-08T02:54:07.095289+0000 mon.a (mon.0) 3664 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:54:07.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:07 smithi194 bash[32038]: audit 2023-12-08T02:54:07.095289+0000 mon.a (mon.0) 3664 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:54:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:07 smithi135 bash[32435]: audit 2023-12-08T02:54:07.095289+0000 mon.a (mon.0) 3664 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:54:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:08 smithi079 bash[28699]: audit 2023-12-08T02:54:07.625855+0000 mon.a (mon.0) 3665 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:54:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:08 smithi079 bash[28699]: audit 2023-12-08T02:54:07.632050+0000 mon.a (mon.0) 3666 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:54:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:08 smithi079 bash[28699]: cluster 2023-12-08T02:54:08.032674+0000 mgr.a (mgr.14403) 23262 : cluster 0 pgmap v17372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:08 smithi079 bash[28699]: audit 2023-12-08T02:54:08.340720+0000 mon.a (mon.0) 3667 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:54:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:08 smithi079 bash[28699]: audit 2023-12-08T02:54:08.342306+0000 mon.a (mon.0) 3668 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:54:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:08 smithi079 bash[28699]: audit 2023-12-08T02:54:08.350775+0000 mon.a (mon.0) 3669 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:54:08.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:08 smithi194 bash[32038]: audit 2023-12-08T02:54:07.625855+0000 mon.a (mon.0) 3665 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:54:08.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:08 smithi194 bash[32038]: audit 2023-12-08T02:54:07.632050+0000 mon.a (mon.0) 3666 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:54:08.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:08 smithi194 bash[32038]: cluster 2023-12-08T02:54:08.032674+0000 mgr.a (mgr.14403) 23262 : cluster 0 pgmap v17372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:08.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:08 smithi194 bash[32038]: audit 2023-12-08T02:54:08.340720+0000 mon.a (mon.0) 3667 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:54:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:08 smithi194 bash[32038]: audit 2023-12-08T02:54:08.342306+0000 mon.a (mon.0) 3668 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:54:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:08 smithi194 bash[32038]: audit 2023-12-08T02:54:08.350775+0000 mon.a (mon.0) 3669 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:54:08.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:08 smithi135 bash[32435]: audit 2023-12-08T02:54:07.625855+0000 mon.a (mon.0) 3665 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:54:08.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:08 smithi135 bash[32435]: audit 2023-12-08T02:54:07.632050+0000 mon.a (mon.0) 3666 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:54:08.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:08 smithi135 bash[32435]: cluster 2023-12-08T02:54:08.032674+0000 mgr.a (mgr.14403) 23262 : cluster 0 pgmap v17372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:08.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:08 smithi135 bash[32435]: audit 2023-12-08T02:54:08.340720+0000 mon.a (mon.0) 3667 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:54:08.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:08 smithi135 bash[32435]: audit 2023-12-08T02:54:08.342306+0000 mon.a (mon.0) 3668 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:54:08.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:08 smithi135 bash[32435]: audit 2023-12-08T02:54:08.350775+0000 mon.a (mon.0) 3669 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:54:10.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:54:10.367 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:10.367 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:10 smithi079 bash[28699]: cluster 2023-12-08T02:54:10.033515+0000 mgr.a (mgr.14403) 23263 : cluster 0 pgmap v17373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:10 smithi194 bash[32038]: cluster 2023-12-08T02:54:10.033515+0000 mgr.a (mgr.14403) 23263 : cluster 0 pgmap v17373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:10 smithi135 bash[32435]: cluster 2023-12-08T02:54:10.033515+0000 mgr.a (mgr.14403) 23263 : cluster 0 pgmap v17373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:11.257 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:54:11.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:11.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:11.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:11.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:54:11.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:11 smithi079 bash[28699]: audit 2023-12-08T02:54:10.766629+0000 mgr.a (mgr.14403) 23264 : audit 0 from='client.459042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:11.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:11 smithi194 bash[32038]: audit 2023-12-08T02:54:10.766629+0000 mgr.a (mgr.14403) 23264 : audit 0 from='client.459042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:11.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:11 smithi135 bash[32435]: audit 2023-12-08T02:54:10.766629+0000 mgr.a (mgr.14403) 23264 : audit 0 from='client.459042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:12.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:12 smithi079 bash[28699]: cluster 2023-12-08T02:54:12.034120+0000 mgr.a (mgr.14403) 23265 : cluster 0 pgmap v17374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:12.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:12 smithi194 bash[32038]: cluster 2023-12-08T02:54:12.034120+0000 mgr.a (mgr.14403) 23265 : cluster 0 pgmap v17374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:12 smithi135 bash[32435]: cluster 2023-12-08T02:54:12.034120+0000 mgr.a (mgr.14403) 23265 : cluster 0 pgmap v17374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:14.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:14 smithi079 bash[28699]: cluster 2023-12-08T02:54:14.034847+0000 mgr.a (mgr.14403) 23266 : cluster 0 pgmap v17375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:14 smithi194 bash[32038]: cluster 2023-12-08T02:54:14.034847+0000 mgr.a (mgr.14403) 23266 : cluster 0 pgmap v17375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:14 smithi135 bash[32435]: cluster 2023-12-08T02:54:14.034847+0000 mgr.a (mgr.14403) 23266 : cluster 0 pgmap v17375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:16.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:54:16.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:16.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:16 smithi079 bash[28699]: cluster 2023-12-08T02:54:16.035414+0000 mgr.a (mgr.14403) 23267 : cluster 0 pgmap v17376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:16 smithi194 bash[32038]: cluster 2023-12-08T02:54:16.035414+0000 mgr.a (mgr.14403) 23267 : cluster 0 pgmap v17376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:16 smithi135 bash[32435]: cluster 2023-12-08T02:54:16.035414+0000 mgr.a (mgr.14403) 23267 : cluster 0 pgmap v17376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:17.185 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:54:17.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:17.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:17.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:17.185 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:54:17.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:17 smithi079 bash[28699]: audit 2023-12-08T02:54:16.670960+0000 mgr.a (mgr.14403) 23268 : audit 0 from='client.459120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:17 smithi194 bash[32038]: audit 2023-12-08T02:54:16.670960+0000 mgr.a (mgr.14403) 23268 : audit 0 from='client.459120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:17 smithi135 bash[32435]: audit 2023-12-08T02:54:16.670960+0000 mgr.a (mgr.14403) 23268 : audit 0 from='client.459120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:18.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:18 smithi079 bash[28699]: cluster 2023-12-08T02:54:18.036059+0000 mgr.a (mgr.14403) 23269 : cluster 0 pgmap v17377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:18.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:18 smithi194 bash[32038]: cluster 2023-12-08T02:54:18.036059+0000 mgr.a (mgr.14403) 23269 : cluster 0 pgmap v17377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:18 smithi135 bash[32435]: cluster 2023-12-08T02:54:18.036059+0000 mgr.a (mgr.14403) 23269 : cluster 0 pgmap v17377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:20.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:20 smithi079 bash[28699]: cluster 2023-12-08T02:54:20.036857+0000 mgr.a (mgr.14403) 23270 : cluster 0 pgmap v17378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:20 smithi194 bash[32038]: cluster 2023-12-08T02:54:20.036857+0000 mgr.a (mgr.14403) 23270 : cluster 0 pgmap v17378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:20 smithi135 bash[32435]: cluster 2023-12-08T02:54:20.036857+0000 mgr.a (mgr.14403) 23270 : cluster 0 pgmap v17378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:22.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:54:22.189 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:22.189 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:22.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:22 smithi079 bash[28699]: cluster 2023-12-08T02:54:22.037346+0000 mgr.a (mgr.14403) 23271 : cluster 0 pgmap v17379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:22 smithi194 bash[32038]: cluster 2023-12-08T02:54:22.037346+0000 mgr.a (mgr.14403) 23271 : cluster 0 pgmap v17379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:22 smithi135 bash[32435]: cluster 2023-12-08T02:54:22.037346+0000 mgr.a (mgr.14403) 23271 : cluster 0 pgmap v17379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:23.106 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:54:23.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:23.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:23.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:23.107 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:54:23.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:23 smithi079 bash[28699]: audit 2023-12-08T02:54:22.595837+0000 mgr.a (mgr.14403) 23272 : audit 0 from='client.459192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:23 smithi194 bash[32038]: audit 2023-12-08T02:54:22.595837+0000 mgr.a (mgr.14403) 23272 : audit 0 from='client.459192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:23 smithi135 bash[32435]: audit 2023-12-08T02:54:22.595837+0000 mgr.a (mgr.14403) 23272 : audit 0 from='client.459192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:24.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:24 smithi079 bash[28699]: cluster 2023-12-08T02:54:24.038281+0000 mgr.a (mgr.14403) 23273 : cluster 0 pgmap v17380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:24 smithi194 bash[32038]: cluster 2023-12-08T02:54:24.038281+0000 mgr.a (mgr.14403) 23273 : cluster 0 pgmap v17380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:24 smithi135 bash[32435]: cluster 2023-12-08T02:54:24.038281+0000 mgr.a (mgr.14403) 23273 : cluster 0 pgmap v17380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:26.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:26 smithi079 bash[28699]: cluster 2023-12-08T02:54:26.038843+0000 mgr.a (mgr.14403) 23274 : cluster 0 pgmap v17381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:26.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:26 smithi194 bash[32038]: cluster 2023-12-08T02:54:26.038843+0000 mgr.a (mgr.14403) 23274 : cluster 0 pgmap v17381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:26 smithi135 bash[32435]: cluster 2023-12-08T02:54:26.038843+0000 mgr.a (mgr.14403) 23274 : cluster 0 pgmap v17381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:28.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:54:28.109 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:28.109 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:28.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:28 smithi079 bash[28699]: cluster 2023-12-08T02:54:28.039391+0000 mgr.a (mgr.14403) 23275 : cluster 0 pgmap v17382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:28.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:28 smithi194 bash[32038]: cluster 2023-12-08T02:54:28.039391+0000 mgr.a (mgr.14403) 23275 : cluster 0 pgmap v17382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:28 smithi135 bash[32435]: cluster 2023-12-08T02:54:28.039391+0000 mgr.a (mgr.14403) 23275 : cluster 0 pgmap v17382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:29.003 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:54:29.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:29.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:29.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:29.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:54:29.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:29 smithi079 bash[28699]: audit 2023-12-08T02:54:28.516872+0000 mgr.a (mgr.14403) 23276 : audit 0 from='client.459267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:29.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:29 smithi194 bash[32038]: audit 2023-12-08T02:54:28.516872+0000 mgr.a (mgr.14403) 23276 : audit 0 from='client.459267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:29.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:29 smithi135 bash[32435]: audit 2023-12-08T02:54:28.516872+0000 mgr.a (mgr.14403) 23276 : audit 0 from='client.459267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:30.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:30 smithi079 bash[28699]: cluster 2023-12-08T02:54:30.040383+0000 mgr.a (mgr.14403) 23277 : cluster 0 pgmap v17383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:30.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:30 smithi194 bash[32038]: cluster 2023-12-08T02:54:30.040383+0000 mgr.a (mgr.14403) 23277 : cluster 0 pgmap v17383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:30 smithi135 bash[32435]: cluster 2023-12-08T02:54:30.040383+0000 mgr.a (mgr.14403) 23277 : cluster 0 pgmap v17383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:32.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:32 smithi079 bash[28699]: cluster 2023-12-08T02:54:32.040960+0000 mgr.a (mgr.14403) 23278 : cluster 0 pgmap v17384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:32 smithi194 bash[32038]: cluster 2023-12-08T02:54:32.040960+0000 mgr.a (mgr.14403) 23278 : cluster 0 pgmap v17384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:32 smithi135 bash[32435]: cluster 2023-12-08T02:54:32.040960+0000 mgr.a (mgr.14403) 23278 : cluster 0 pgmap v17384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:34.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:54:34.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:34.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:34.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:34 smithi079 bash[28699]: cluster 2023-12-08T02:54:34.041547+0000 mgr.a (mgr.14403) 23279 : cluster 0 pgmap v17385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:34 smithi194 bash[32038]: cluster 2023-12-08T02:54:34.041547+0000 mgr.a (mgr.14403) 23279 : cluster 0 pgmap v17385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:34 smithi135 bash[32435]: cluster 2023-12-08T02:54:34.041547+0000 mgr.a (mgr.14403) 23279 : cluster 0 pgmap v17385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:34.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:34.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:34.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:34.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:54:34.923 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:54:35.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:35 smithi079 bash[28699]: audit 2023-12-08T02:54:34.410923+0000 mgr.a (mgr.14403) 23280 : audit 0 from='client.459339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:35.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:35 smithi194 bash[32038]: audit 2023-12-08T02:54:34.410923+0000 mgr.a (mgr.14403) 23280 : audit 0 from='client.459339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:35 smithi135 bash[32435]: audit 2023-12-08T02:54:34.410923+0000 mgr.a (mgr.14403) 23280 : audit 0 from='client.459339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:36.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:36 smithi079 bash[28699]: cluster 2023-12-08T02:54:36.042153+0000 mgr.a (mgr.14403) 23281 : cluster 0 pgmap v17386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:36.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:36 smithi194 bash[32038]: cluster 2023-12-08T02:54:36.042153+0000 mgr.a (mgr.14403) 23281 : cluster 0 pgmap v17386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:36 smithi135 bash[32435]: cluster 2023-12-08T02:54:36.042153+0000 mgr.a (mgr.14403) 23281 : cluster 0 pgmap v17386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:38.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:38 smithi079 bash[28699]: cluster 2023-12-08T02:54:38.042722+0000 mgr.a (mgr.14403) 23282 : cluster 0 pgmap v17387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:38 smithi194 bash[32038]: cluster 2023-12-08T02:54:38.042722+0000 mgr.a (mgr.14403) 23282 : cluster 0 pgmap v17387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:38 smithi135 bash[32435]: cluster 2023-12-08T02:54:38.042722+0000 mgr.a (mgr.14403) 23282 : cluster 0 pgmap v17387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:54:39.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:54:39.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:39.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:40.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:40 smithi079 bash[28699]: cluster 2023-12-08T02:54:40.043696+0000 mgr.a (mgr.14403) 23283 : cluster 0 pgmap v17388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:40 smithi194 bash[32038]: cluster 2023-12-08T02:54:40.043696+0000 mgr.a (mgr.14403) 23283 : cluster 0 pgmap v17388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:40 smithi135 bash[32435]: cluster 2023-12-08T02:54:40.043696+0000 mgr.a (mgr.14403) 23283 : cluster 0 pgmap v17388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:40.819 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:54:40.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:40.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:40.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:40.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:54:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:41 smithi079 bash[28699]: audit 2023-12-08T02:54:40.336886+0000 mgr.a (mgr.14403) 23284 : audit 0 from='client.459417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:41 smithi194 bash[32038]: audit 2023-12-08T02:54:40.336886+0000 mgr.a (mgr.14403) 23284 : audit 0 from='client.459417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:41 smithi135 bash[32435]: audit 2023-12-08T02:54:40.336886+0000 mgr.a (mgr.14403) 23284 : audit 0 from='client.459417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:42 smithi079 bash[28699]: cluster 2023-12-08T02:54:42.044454+0000 mgr.a (mgr.14403) 23285 : cluster 0 pgmap v17389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:42.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:42 smithi194 bash[32038]: cluster 2023-12-08T02:54:42.044454+0000 mgr.a (mgr.14403) 23285 : cluster 0 pgmap v17389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:42 smithi135 bash[32435]: cluster 2023-12-08T02:54:42.044454+0000 mgr.a (mgr.14403) 23285 : cluster 0 pgmap v17389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:44.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:44 smithi079 bash[28699]: cluster 2023-12-08T02:54:44.045270+0000 mgr.a (mgr.14403) 23286 : cluster 0 pgmap v17390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:44 smithi194 bash[32038]: cluster 2023-12-08T02:54:44.045270+0000 mgr.a (mgr.14403) 23286 : cluster 0 pgmap v17390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:44 smithi135 bash[32435]: cluster 2023-12-08T02:54:44.045270+0000 mgr.a (mgr.14403) 23286 : cluster 0 pgmap v17390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:45.821 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:54:45.821 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:45.822 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:46.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:46 smithi079 bash[28699]: cluster 2023-12-08T02:54:46.045825+0000 mgr.a (mgr.14403) 23287 : cluster 0 pgmap v17391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:46.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:46.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:46.700 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:54:46.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:46.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:54:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:46 smithi194 bash[32038]: cluster 2023-12-08T02:54:46.045825+0000 mgr.a (mgr.14403) 23287 : cluster 0 pgmap v17391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:46 smithi135 bash[32435]: cluster 2023-12-08T02:54:46.045825+0000 mgr.a (mgr.14403) 23287 : cluster 0 pgmap v17391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:47 smithi079 bash[28699]: audit 2023-12-08T02:54:46.211886+0000 mgr.a (mgr.14403) 23288 : audit 0 from='client.459495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:47 smithi194 bash[32038]: audit 2023-12-08T02:54:46.211886+0000 mgr.a (mgr.14403) 23288 : audit 0 from='client.459495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:47 smithi135 bash[32435]: audit 2023-12-08T02:54:46.211886+0000 mgr.a (mgr.14403) 23288 : audit 0 from='client.459495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:48.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:48 smithi079 bash[28699]: cluster 2023-12-08T02:54:48.046523+0000 mgr.a (mgr.14403) 23289 : cluster 0 pgmap v17392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:48.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:48 smithi194 bash[32038]: cluster 2023-12-08T02:54:48.046523+0000 mgr.a (mgr.14403) 23289 : cluster 0 pgmap v17392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:48 smithi135 bash[32435]: cluster 2023-12-08T02:54:48.046523+0000 mgr.a (mgr.14403) 23289 : cluster 0 pgmap v17392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:50.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:50 smithi079 bash[28699]: cluster 2023-12-08T02:54:50.047359+0000 mgr.a (mgr.14403) 23290 : cluster 0 pgmap v17393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:50 smithi194 bash[32038]: cluster 2023-12-08T02:54:50.047359+0000 mgr.a (mgr.14403) 23290 : cluster 0 pgmap v17393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:50 smithi135 bash[32435]: cluster 2023-12-08T02:54:50.047359+0000 mgr.a (mgr.14403) 23290 : cluster 0 pgmap v17393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:51.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:54:51.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:51.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:52 smithi079 bash[28699]: cluster 2023-12-08T02:54:52.047874+0000 mgr.a (mgr.14403) 23291 : cluster 0 pgmap v17394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:52 smithi194 bash[32038]: cluster 2023-12-08T02:54:52.047874+0000 mgr.a (mgr.14403) 23291 : cluster 0 pgmap v17394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:52 smithi135 bash[32435]: cluster 2023-12-08T02:54:52.047874+0000 mgr.a (mgr.14403) 23291 : cluster 0 pgmap v17394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:52.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:52.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:52.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:52.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:54:52.633 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:54:53.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:53 smithi079 bash[28699]: audit 2023-12-08T02:54:52.110348+0000 mgr.a (mgr.14403) 23292 : audit 0 from='client.459567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:53.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:53 smithi194 bash[32038]: audit 2023-12-08T02:54:52.110348+0000 mgr.a (mgr.14403) 23292 : audit 0 from='client.459567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:53 smithi135 bash[32435]: audit 2023-12-08T02:54:52.110348+0000 mgr.a (mgr.14403) 23292 : audit 0 from='client.459567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:54.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:54 smithi079 bash[28699]: cluster 2023-12-08T02:54:54.048811+0000 mgr.a (mgr.14403) 23293 : cluster 0 pgmap v17395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:54 smithi194 bash[32038]: cluster 2023-12-08T02:54:54.048811+0000 mgr.a (mgr.14403) 23293 : cluster 0 pgmap v17395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:54 smithi135 bash[32435]: cluster 2023-12-08T02:54:54.048811+0000 mgr.a (mgr.14403) 23293 : cluster 0 pgmap v17395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:54:56.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:56 smithi079 bash[28699]: cluster 2023-12-08T02:54:56.049375+0000 mgr.a (mgr.14403) 23294 : cluster 0 pgmap v17396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:56.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:56 smithi194 bash[32038]: cluster 2023-12-08T02:54:56.049375+0000 mgr.a (mgr.14403) 23294 : cluster 0 pgmap v17396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:56 smithi135 bash[32435]: cluster 2023-12-08T02:54:56.049375+0000 mgr.a (mgr.14403) 23294 : cluster 0 pgmap v17396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:57.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:54:57.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:54:57.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:54:58.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:58 smithi079 bash[28699]: audit 2023-12-08T02:54:58.039784+0000 mgr.a (mgr.14403) 23295 : audit 0 from='client.459645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:54:58 smithi079 bash[28699]: cluster 2023-12-08T02:54:58.057521+0000 mgr.a (mgr.14403) 23296 : cluster 0 pgmap v17397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:58 smithi194 bash[32038]: audit 2023-12-08T02:54:58.039784+0000 mgr.a (mgr.14403) 23295 : audit 0 from='client.459645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:54:58 smithi194 bash[32038]: cluster 2023-12-08T02:54:58.057521+0000 mgr.a (mgr.14403) 23296 : cluster 0 pgmap v17397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:58 smithi135 bash[32435]: audit 2023-12-08T02:54:58.039784+0000 mgr.a (mgr.14403) 23295 : audit 0 from='client.459645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:54:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:54:58 smithi135 bash[32435]: cluster 2023-12-08T02:54:58.057521+0000 mgr.a (mgr.14403) 23296 : cluster 0 pgmap v17397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:54:58.566 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:54:58.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:54:58.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:54:58.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:54:58.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:55:00.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:00 smithi079 bash[28699]: cluster 2023-12-08T02:55:00.058668+0000 mgr.a (mgr.14403) 23297 : cluster 0 pgmap v17398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:00 smithi194 bash[32038]: cluster 2023-12-08T02:55:00.058668+0000 mgr.a (mgr.14403) 23297 : cluster 0 pgmap v17398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:00 smithi135 bash[32435]: cluster 2023-12-08T02:55:00.058668+0000 mgr.a (mgr.14403) 23297 : cluster 0 pgmap v17398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:02 smithi079 bash[28699]: cluster 2023-12-08T02:55:02.059317+0000 mgr.a (mgr.14403) 23298 : cluster 0 pgmap v17399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:02.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:02 smithi194 bash[32038]: cluster 2023-12-08T02:55:02.059317+0000 mgr.a (mgr.14403) 23298 : cluster 0 pgmap v17399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:02 smithi135 bash[32435]: cluster 2023-12-08T02:55:02.059317+0000 mgr.a (mgr.14403) 23298 : cluster 0 pgmap v17399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:03.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:55:03.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:03.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:04.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:04 smithi079 bash[28699]: audit 2023-12-08T02:55:03.974639+0000 mgr.a (mgr.14403) 23299 : audit 0 from='client.459720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:04 smithi079 bash[28699]: cluster 2023-12-08T02:55:04.060012+0000 mgr.a (mgr.14403) 23300 : cluster 0 pgmap v17400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:04 smithi194 bash[32038]: audit 2023-12-08T02:55:03.974639+0000 mgr.a (mgr.14403) 23299 : audit 0 from='client.459720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:04 smithi194 bash[32038]: cluster 2023-12-08T02:55:04.060012+0000 mgr.a (mgr.14403) 23300 : cluster 0 pgmap v17400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:04 smithi135 bash[32435]: audit 2023-12-08T02:55:03.974639+0000 mgr.a (mgr.14403) 23299 : audit 0 from='client.459720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:04 smithi135 bash[32435]: cluster 2023-12-08T02:55:04.060012+0000 mgr.a (mgr.14403) 23300 : cluster 0 pgmap v17400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:04.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:04.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:04.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:04.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:55:04.465 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:55:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:06 smithi079 bash[28699]: cluster 2023-12-08T02:55:06.060651+0000 mgr.a (mgr.14403) 23301 : cluster 0 pgmap v17401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:55:06.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:06 smithi194 bash[32038]: cluster 2023-12-08T02:55:06.060651+0000 mgr.a (mgr.14403) 23301 : cluster 0 pgmap v17401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:55:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:06 smithi135 bash[32435]: cluster 2023-12-08T02:55:06.060651+0000 mgr.a (mgr.14403) 23301 : cluster 0 pgmap v17401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:55:08.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:08 smithi079 bash[28699]: cluster 2023-12-08T02:55:08.061163+0000 mgr.a (mgr.14403) 23302 : cluster 0 pgmap v17402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:55:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:08 smithi194 bash[32038]: cluster 2023-12-08T02:55:08.061163+0000 mgr.a (mgr.14403) 23302 : cluster 0 pgmap v17402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:55:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:08 smithi135 bash[32435]: cluster 2023-12-08T02:55:08.061163+0000 mgr.a (mgr.14403) 23302 : cluster 0 pgmap v17402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:55:09.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:09 smithi079 bash[28699]: audit 2023-12-08T02:55:08.454860+0000 mon.a (mon.0) 3670 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:55:09.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:09 smithi194 bash[32038]: audit 2023-12-08T02:55:08.454860+0000 mon.a (mon.0) 3670 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:55:09.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:09 smithi135 bash[32435]: audit 2023-12-08T02:55:08.454860+0000 mon.a (mon.0) 3670 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:55:09.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:55:09.467 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:09.468 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:10.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:10.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:10.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:10.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:55:10.381 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:55:10.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:10 smithi079 bash[28699]: audit 2023-12-08T02:55:09.198287+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:55:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:10 smithi079 bash[28699]: audit 2023-12-08T02:55:09.200029+0000 mon.a (mon.0) 3672 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:55:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:10 smithi079 bash[28699]: audit 2023-12-08T02:55:09.208914+0000 mon.a (mon.0) 3673 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:55:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:10 smithi079 bash[28699]: audit 2023-12-08T02:55:09.873777+0000 mgr.a (mgr.14403) 23303 : audit 0 from='client.459795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:10 smithi079 bash[28699]: cluster 2023-12-08T02:55:10.062381+0000 mgr.a (mgr.14403) 23304 : cluster 0 pgmap v17403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:10 smithi194 bash[32038]: audit 2023-12-08T02:55:09.198287+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:55:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:10 smithi194 bash[32038]: audit 2023-12-08T02:55:09.200029+0000 mon.a (mon.0) 3672 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:55:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:10 smithi194 bash[32038]: audit 2023-12-08T02:55:09.208914+0000 mon.a (mon.0) 3673 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:55:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:10 smithi194 bash[32038]: audit 2023-12-08T02:55:09.873777+0000 mgr.a (mgr.14403) 23303 : audit 0 from='client.459795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:10 smithi194 bash[32038]: cluster 2023-12-08T02:55:10.062381+0000 mgr.a (mgr.14403) 23304 : cluster 0 pgmap v17403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:10 smithi135 bash[32435]: audit 2023-12-08T02:55:09.198287+0000 mon.a (mon.0) 3671 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:55:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:10 smithi135 bash[32435]: audit 2023-12-08T02:55:09.200029+0000 mon.a (mon.0) 3672 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:55:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:10 smithi135 bash[32435]: audit 2023-12-08T02:55:09.208914+0000 mon.a (mon.0) 3673 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:55:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:10 smithi135 bash[32435]: audit 2023-12-08T02:55:09.873777+0000 mgr.a (mgr.14403) 23303 : audit 0 from='client.459795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:10 smithi135 bash[32435]: cluster 2023-12-08T02:55:10.062381+0000 mgr.a (mgr.14403) 23304 : cluster 0 pgmap v17403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:12.391 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:12 smithi079 bash[28699]: cluster 2023-12-08T02:55:12.063053+0000 mgr.a (mgr.14403) 23305 : cluster 0 pgmap v17404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:12 smithi194 bash[32038]: cluster 2023-12-08T02:55:12.063053+0000 mgr.a (mgr.14403) 23305 : cluster 0 pgmap v17404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:12 smithi135 bash[32435]: cluster 2023-12-08T02:55:12.063053+0000 mgr.a (mgr.14403) 23305 : cluster 0 pgmap v17404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:14 smithi079 bash[28699]: cluster 2023-12-08T02:55:14.063788+0000 mgr.a (mgr.14403) 23306 : cluster 0 pgmap v17405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:14 smithi194 bash[32038]: cluster 2023-12-08T02:55:14.063788+0000 mgr.a (mgr.14403) 23306 : cluster 0 pgmap v17405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:14 smithi135 bash[32435]: cluster 2023-12-08T02:55:14.063788+0000 mgr.a (mgr.14403) 23306 : cluster 0 pgmap v17405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:15.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:55:15.385 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:15.385 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:16.289 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:55:16.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:16.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:16.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:16.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:55:16.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:16 smithi079 bash[28699]: audit 2023-12-08T02:55:15.793405+0000 mgr.a (mgr.14403) 23307 : audit 0 from='client.459873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:16 smithi079 bash[28699]: cluster 2023-12-08T02:55:16.064519+0000 mgr.a (mgr.14403) 23308 : cluster 0 pgmap v17406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:16 smithi194 bash[32038]: audit 2023-12-08T02:55:15.793405+0000 mgr.a (mgr.14403) 23307 : audit 0 from='client.459873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:16.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:16 smithi194 bash[32038]: cluster 2023-12-08T02:55:16.064519+0000 mgr.a (mgr.14403) 23308 : cluster 0 pgmap v17406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:16 smithi135 bash[32435]: audit 2023-12-08T02:55:15.793405+0000 mgr.a (mgr.14403) 23307 : audit 0 from='client.459873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:16 smithi135 bash[32435]: cluster 2023-12-08T02:55:16.064519+0000 mgr.a (mgr.14403) 23308 : cluster 0 pgmap v17406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:18 smithi079 bash[28699]: cluster 2023-12-08T02:55:18.065343+0000 mgr.a (mgr.14403) 23309 : cluster 0 pgmap v17407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:18.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:18 smithi194 bash[32038]: cluster 2023-12-08T02:55:18.065343+0000 mgr.a (mgr.14403) 23309 : cluster 0 pgmap v17407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:18 smithi135 bash[32435]: cluster 2023-12-08T02:55:18.065343+0000 mgr.a (mgr.14403) 23309 : cluster 0 pgmap v17407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:20 smithi079 bash[28699]: cluster 2023-12-08T02:55:20.066187+0000 mgr.a (mgr.14403) 23310 : cluster 0 pgmap v17408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:20 smithi194 bash[32038]: cluster 2023-12-08T02:55:20.066187+0000 mgr.a (mgr.14403) 23310 : cluster 0 pgmap v17408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:20 smithi135 bash[32435]: cluster 2023-12-08T02:55:20.066187+0000 mgr.a (mgr.14403) 23310 : cluster 0 pgmap v17408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:21.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:55:21.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:21.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:22.207 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:55:22.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:22.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:22.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:22.208 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:55:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:22 smithi079 bash[28699]: audit 2023-12-08T02:55:21.696626+0000 mgr.a (mgr.14403) 23311 : audit 0 from='client.459945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:22.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:22 smithi194 bash[32038]: audit 2023-12-08T02:55:21.696626+0000 mgr.a (mgr.14403) 23311 : audit 0 from='client.459945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:22 smithi135 bash[32435]: audit 2023-12-08T02:55:21.696626+0000 mgr.a (mgr.14403) 23311 : audit 0 from='client.459945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:23 smithi079 bash[28699]: cluster 2023-12-08T02:55:22.076731+0000 mgr.a (mgr.14403) 23312 : cluster 0 pgmap v17409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:23.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:23 smithi194 bash[32038]: cluster 2023-12-08T02:55:22.076731+0000 mgr.a (mgr.14403) 23312 : cluster 0 pgmap v17409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:23 smithi135 bash[32435]: cluster 2023-12-08T02:55:22.076731+0000 mgr.a (mgr.14403) 23312 : cluster 0 pgmap v17409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:25.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:25 smithi194 bash[32038]: cluster 2023-12-08T02:55:24.077636+0000 mgr.a (mgr.14403) 23313 : cluster 0 pgmap v17410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:25.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:25 smithi135 bash[32435]: cluster 2023-12-08T02:55:24.077636+0000 mgr.a (mgr.14403) 23313 : cluster 0 pgmap v17410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:25.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:25 smithi079 bash[28699]: cluster 2023-12-08T02:55:24.077636+0000 mgr.a (mgr.14403) 23313 : cluster 0 pgmap v17410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:27.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:55:27.211 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:27.211 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:27 smithi079 bash[28699]: cluster 2023-12-08T02:55:26.078203+0000 mgr.a (mgr.14403) 23314 : cluster 0 pgmap v17411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:27 smithi194 bash[32038]: cluster 2023-12-08T02:55:26.078203+0000 mgr.a (mgr.14403) 23314 : cluster 0 pgmap v17411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:27 smithi135 bash[32435]: cluster 2023-12-08T02:55:26.078203+0000 mgr.a (mgr.14403) 23314 : cluster 0 pgmap v17411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:28.126 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:55:28.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:28.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:28.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:28.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:55:28.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:28 smithi079 bash[28699]: audit 2023-12-08T02:55:27.621318+0000 mgr.a (mgr.14403) 23315 : audit 0 from='client.460023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:28.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:28 smithi194 bash[32038]: audit 2023-12-08T02:55:27.621318+0000 mgr.a (mgr.14403) 23315 : audit 0 from='client.460023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:28 smithi135 bash[32435]: audit 2023-12-08T02:55:27.621318+0000 mgr.a (mgr.14403) 23315 : audit 0 from='client.460023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:29.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:29 smithi079 bash[28699]: cluster 2023-12-08T02:55:28.078796+0000 mgr.a (mgr.14403) 23316 : cluster 0 pgmap v17412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:29 smithi194 bash[32038]: cluster 2023-12-08T02:55:28.078796+0000 mgr.a (mgr.14403) 23316 : cluster 0 pgmap v17412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:29 smithi135 bash[32435]: cluster 2023-12-08T02:55:28.078796+0000 mgr.a (mgr.14403) 23316 : cluster 0 pgmap v17412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:31.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:31 smithi079 bash[28699]: cluster 2023-12-08T02:55:30.079627+0000 mgr.a (mgr.14403) 23317 : cluster 0 pgmap v17413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:31 smithi194 bash[32038]: cluster 2023-12-08T02:55:30.079627+0000 mgr.a (mgr.14403) 23317 : cluster 0 pgmap v17413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:31 smithi135 bash[32435]: cluster 2023-12-08T02:55:30.079627+0000 mgr.a (mgr.14403) 23317 : cluster 0 pgmap v17413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:33.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:55:33.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:33.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:33.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:33 smithi079 bash[28699]: cluster 2023-12-08T02:55:32.080193+0000 mgr.a (mgr.14403) 23318 : cluster 0 pgmap v17414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:33 smithi194 bash[32038]: cluster 2023-12-08T02:55:32.080193+0000 mgr.a (mgr.14403) 23318 : cluster 0 pgmap v17414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:33 smithi135 bash[32435]: cluster 2023-12-08T02:55:32.080193+0000 mgr.a (mgr.14403) 23318 : cluster 0 pgmap v17414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:34.012 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:55:34.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:34.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:34.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:34.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:55:34.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:34 smithi079 bash[28699]: audit 2023-12-08T02:55:33.535282+0000 mgr.a (mgr.14403) 23319 : audit 0 from='client.460098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:34.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:34 smithi194 bash[32038]: audit 2023-12-08T02:55:33.535282+0000 mgr.a (mgr.14403) 23319 : audit 0 from='client.460098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:34 smithi135 bash[32435]: audit 2023-12-08T02:55:33.535282+0000 mgr.a (mgr.14403) 23319 : audit 0 from='client.460098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:35.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:35 smithi079 bash[28699]: cluster 2023-12-08T02:55:34.081257+0000 mgr.a (mgr.14403) 23320 : cluster 0 pgmap v17415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:35 smithi194 bash[32038]: cluster 2023-12-08T02:55:34.081257+0000 mgr.a (mgr.14403) 23320 : cluster 0 pgmap v17415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:35 smithi135 bash[32435]: cluster 2023-12-08T02:55:34.081257+0000 mgr.a (mgr.14403) 23320 : cluster 0 pgmap v17415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:37 smithi079 bash[28699]: cluster 2023-12-08T02:55:36.081768+0000 mgr.a (mgr.14403) 23321 : cluster 0 pgmap v17416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:37 smithi194 bash[32038]: cluster 2023-12-08T02:55:36.081768+0000 mgr.a (mgr.14403) 23321 : cluster 0 pgmap v17416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:37 smithi135 bash[32435]: cluster 2023-12-08T02:55:36.081768+0000 mgr.a (mgr.14403) 23321 : cluster 0 pgmap v17416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:39.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:55:39.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:39.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:39.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:39 smithi079 bash[28699]: cluster 2023-12-08T02:55:38.082268+0000 mgr.a (mgr.14403) 23322 : cluster 0 pgmap v17417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:39 smithi194 bash[32038]: cluster 2023-12-08T02:55:38.082268+0000 mgr.a (mgr.14403) 23322 : cluster 0 pgmap v17417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:39 smithi135 bash[32435]: cluster 2023-12-08T02:55:38.082268+0000 mgr.a (mgr.14403) 23322 : cluster 0 pgmap v17417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:39.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:39.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:39.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:39.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:55:39.926 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:55:40.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:40 smithi079 bash[28699]: audit 2023-12-08T02:55:39.416308+0000 mgr.a (mgr.14403) 23323 : audit 0 from='client.460170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:40.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:40 smithi194 bash[32038]: audit 2023-12-08T02:55:39.416308+0000 mgr.a (mgr.14403) 23323 : audit 0 from='client.460170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:40 smithi135 bash[32435]: audit 2023-12-08T02:55:39.416308+0000 mgr.a (mgr.14403) 23323 : audit 0 from='client.460170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:41.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:41 smithi079 bash[28699]: cluster 2023-12-08T02:55:40.083431+0000 mgr.a (mgr.14403) 23324 : cluster 0 pgmap v17418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:41 smithi194 bash[32038]: cluster 2023-12-08T02:55:40.083431+0000 mgr.a (mgr.14403) 23324 : cluster 0 pgmap v17418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:41 smithi135 bash[32435]: cluster 2023-12-08T02:55:40.083431+0000 mgr.a (mgr.14403) 23324 : cluster 0 pgmap v17418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:43.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:43 smithi194 bash[32038]: cluster 2023-12-08T02:55:42.084033+0000 mgr.a (mgr.14403) 23325 : cluster 0 pgmap v17419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:43 smithi135 bash[32435]: cluster 2023-12-08T02:55:42.084033+0000 mgr.a (mgr.14403) 23325 : cluster 0 pgmap v17419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:43.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:43 smithi079 bash[28699]: cluster 2023-12-08T02:55:42.084033+0000 mgr.a (mgr.14403) 23325 : cluster 0 pgmap v17419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:55:44.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:55:44.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:44.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:45.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:45 smithi194 bash[32038]: cluster 2023-12-08T02:55:44.084774+0000 mgr.a (mgr.14403) 23326 : cluster 0 pgmap v17420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:45 smithi135 bash[32435]: cluster 2023-12-08T02:55:44.084774+0000 mgr.a (mgr.14403) 23326 : cluster 0 pgmap v17420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:45.807 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:55:45.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:45.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:45.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:45.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:55:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:45 smithi079 bash[28699]: cluster 2023-12-08T02:55:44.084774+0000 mgr.a (mgr.14403) 23326 : cluster 0 pgmap v17420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:46.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:46 smithi194 bash[32038]: audit 2023-12-08T02:55:45.329687+0000 mgr.a (mgr.14403) 23327 : audit 0 from='client.460245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:46 smithi135 bash[32435]: audit 2023-12-08T02:55:45.329687+0000 mgr.a (mgr.14403) 23327 : audit 0 from='client.460245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:46.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:46 smithi079 bash[28699]: audit 2023-12-08T02:55:45.329687+0000 mgr.a (mgr.14403) 23327 : audit 0 from='client.460245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:47 smithi194 bash[32038]: cluster 2023-12-08T02:55:46.085494+0000 mgr.a (mgr.14403) 23328 : cluster 0 pgmap v17421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:47 smithi135 bash[32435]: cluster 2023-12-08T02:55:46.085494+0000 mgr.a (mgr.14403) 23328 : cluster 0 pgmap v17421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:47 smithi079 bash[28699]: cluster 2023-12-08T02:55:46.085494+0000 mgr.a (mgr.14403) 23328 : cluster 0 pgmap v17421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:49 smithi194 bash[32038]: cluster 2023-12-08T02:55:48.086079+0000 mgr.a (mgr.14403) 23329 : cluster 0 pgmap v17422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:49 smithi135 bash[32435]: cluster 2023-12-08T02:55:48.086079+0000 mgr.a (mgr.14403) 23329 : cluster 0 pgmap v17422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:49 smithi079 bash[28699]: cluster 2023-12-08T02:55:48.086079+0000 mgr.a (mgr.14403) 23329 : cluster 0 pgmap v17422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:50.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:55:50.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:50.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:51 smithi194 bash[32038]: cluster 2023-12-08T02:55:50.086907+0000 mgr.a (mgr.14403) 23330 : cluster 0 pgmap v17423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:51 smithi135 bash[32435]: cluster 2023-12-08T02:55:50.086907+0000 mgr.a (mgr.14403) 23330 : cluster 0 pgmap v17423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:51.723 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:55:51.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:51.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:51.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:51.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:55:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:51 smithi079 bash[28699]: cluster 2023-12-08T02:55:50.086907+0000 mgr.a (mgr.14403) 23330 : cluster 0 pgmap v17423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:52.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:52 smithi194 bash[32038]: audit 2023-12-08T02:55:51.213048+0000 mgr.a (mgr.14403) 23331 : audit 0 from='client.460320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:52 smithi135 bash[32435]: audit 2023-12-08T02:55:51.213048+0000 mgr.a (mgr.14403) 23331 : audit 0 from='client.460320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:52.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:52 smithi079 bash[28699]: audit 2023-12-08T02:55:51.213048+0000 mgr.a (mgr.14403) 23331 : audit 0 from='client.460320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:53 smithi194 bash[32038]: cluster 2023-12-08T02:55:52.087634+0000 mgr.a (mgr.14403) 23332 : cluster 0 pgmap v17424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:53 smithi135 bash[32435]: cluster 2023-12-08T02:55:52.087634+0000 mgr.a (mgr.14403) 23332 : cluster 0 pgmap v17424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:53.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:53 smithi079 bash[28699]: cluster 2023-12-08T02:55:52.087634+0000 mgr.a (mgr.14403) 23332 : cluster 0 pgmap v17424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:55 smithi194 bash[32038]: cluster 2023-12-08T02:55:54.088500+0000 mgr.a (mgr.14403) 23333 : cluster 0 pgmap v17425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:55 smithi135 bash[32435]: cluster 2023-12-08T02:55:54.088500+0000 mgr.a (mgr.14403) 23333 : cluster 0 pgmap v17425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:55 smithi079 bash[28699]: cluster 2023-12-08T02:55:54.088500+0000 mgr.a (mgr.14403) 23333 : cluster 0 pgmap v17425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:55:56.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:55:56.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:55:56.727 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:55:57.632 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:55:57.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:55:57.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:55:57.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:55:57.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:55:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:57 smithi194 bash[32038]: cluster 2023-12-08T02:55:56.089046+0000 mgr.a (mgr.14403) 23334 : cluster 0 pgmap v17426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:57 smithi135 bash[32435]: cluster 2023-12-08T02:55:56.089046+0000 mgr.a (mgr.14403) 23334 : cluster 0 pgmap v17426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:57 smithi079 bash[28699]: cluster 2023-12-08T02:55:56.089046+0000 mgr.a (mgr.14403) 23334 : cluster 0 pgmap v17426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:58.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:58 smithi194 bash[32038]: audit 2023-12-08T02:55:57.136588+0000 mgr.a (mgr.14403) 23335 : audit 0 from='client.460395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:58 smithi135 bash[32435]: audit 2023-12-08T02:55:57.136588+0000 mgr.a (mgr.14403) 23335 : audit 0 from='client.460395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:58.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:58 smithi079 bash[28699]: audit 2023-12-08T02:55:57.136588+0000 mgr.a (mgr.14403) 23335 : audit 0 from='client.460395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:55:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:55:59 smithi194 bash[32038]: cluster 2023-12-08T02:55:58.089812+0000 mgr.a (mgr.14403) 23336 : cluster 0 pgmap v17427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:55:59 smithi135 bash[32435]: cluster 2023-12-08T02:55:58.089812+0000 mgr.a (mgr.14403) 23336 : cluster 0 pgmap v17427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:55:59.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:55:59 smithi079 bash[28699]: cluster 2023-12-08T02:55:58.089812+0000 mgr.a (mgr.14403) 23336 : cluster 0 pgmap v17427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:01 smithi194 bash[32038]: cluster 2023-12-08T02:56:00.090662+0000 mgr.a (mgr.14403) 23337 : cluster 0 pgmap v17428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:01 smithi135 bash[32435]: cluster 2023-12-08T02:56:00.090662+0000 mgr.a (mgr.14403) 23337 : cluster 0 pgmap v17428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:01 smithi079 bash[28699]: cluster 2023-12-08T02:56:00.090662+0000 mgr.a (mgr.14403) 23337 : cluster 0 pgmap v17428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:02.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:56:02.636 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:02.636 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:03.541 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:56:03.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:03.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:03.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:03.541 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:56:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:03 smithi135 bash[32435]: cluster 2023-12-08T02:56:02.091259+0000 mgr.a (mgr.14403) 23338 : cluster 0 pgmap v17429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:03 smithi135 bash[32435]: audit 2023-12-08T02:56:03.039139+0000 mgr.a (mgr.14403) 23339 : audit 0 from='client.460473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:03 smithi079 bash[28699]: cluster 2023-12-08T02:56:02.091259+0000 mgr.a (mgr.14403) 23338 : cluster 0 pgmap v17429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:03 smithi079 bash[28699]: audit 2023-12-08T02:56:03.039139+0000 mgr.a (mgr.14403) 23339 : audit 0 from='client.460473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:03 smithi194 bash[32038]: cluster 2023-12-08T02:56:02.091259+0000 mgr.a (mgr.14403) 23338 : cluster 0 pgmap v17429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:03 smithi194 bash[32038]: audit 2023-12-08T02:56:03.039139+0000 mgr.a (mgr.14403) 23339 : audit 0 from='client.460473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:05 smithi079 bash[28699]: cluster 2023-12-08T02:56:04.092124+0000 mgr.a (mgr.14403) 23340 : cluster 0 pgmap v17430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:05 smithi194 bash[32038]: cluster 2023-12-08T02:56:04.092124+0000 mgr.a (mgr.14403) 23340 : cluster 0 pgmap v17430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:05 smithi135 bash[32435]: cluster 2023-12-08T02:56:04.092124+0000 mgr.a (mgr.14403) 23340 : cluster 0 pgmap v17430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:07 smithi079 bash[28699]: cluster 2023-12-08T02:56:06.092710+0000 mgr.a (mgr.14403) 23341 : cluster 0 pgmap v17431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:07.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:07 smithi194 bash[32038]: cluster 2023-12-08T02:56:06.092710+0000 mgr.a (mgr.14403) 23341 : cluster 0 pgmap v17431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:07 smithi135 bash[32435]: cluster 2023-12-08T02:56:06.092710+0000 mgr.a (mgr.14403) 23341 : cluster 0 pgmap v17431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:08.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:56:08.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:08.545 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:09.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:09.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:09.442 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:56:09.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:09.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:56:09.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:09 smithi079 bash[28699]: cluster 2023-12-08T02:56:08.093272+0000 mgr.a (mgr.14403) 23342 : cluster 0 pgmap v17432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:09 smithi079 bash[28699]: audit 2023-12-08T02:56:08.945603+0000 mgr.a (mgr.14403) 23343 : audit 0 from='client.460545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:09 smithi079 bash[28699]: audit 2023-12-08T02:56:09.317882+0000 mon.a (mon.0) 3674 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:56:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:09 smithi194 bash[32038]: cluster 2023-12-08T02:56:08.093272+0000 mgr.a (mgr.14403) 23342 : cluster 0 pgmap v17432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:09 smithi194 bash[32038]: audit 2023-12-08T02:56:08.945603+0000 mgr.a (mgr.14403) 23343 : audit 0 from='client.460545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:09 smithi194 bash[32038]: audit 2023-12-08T02:56:09.317882+0000 mon.a (mon.0) 3674 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:56:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:09 smithi135 bash[32435]: cluster 2023-12-08T02:56:08.093272+0000 mgr.a (mgr.14403) 23342 : cluster 0 pgmap v17432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:09 smithi135 bash[32435]: audit 2023-12-08T02:56:08.945603+0000 mgr.a (mgr.14403) 23343 : audit 0 from='client.460545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:09 smithi135 bash[32435]: audit 2023-12-08T02:56:09.317882+0000 mon.a (mon.0) 3674 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:56:10.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:10 smithi079 bash[28699]: audit 2023-12-08T02:56:10.064423+0000 mon.a (mon.0) 3675 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:56:10.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:10 smithi079 bash[28699]: audit 2023-12-08T02:56:10.066435+0000 mon.a (mon.0) 3676 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:56:10.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:10 smithi079 bash[28699]: audit 2023-12-08T02:56:10.076503+0000 mon.a (mon.0) 3677 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:56:10.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:10 smithi079 bash[28699]: cluster 2023-12-08T02:56:10.094009+0000 mgr.a (mgr.14403) 23344 : cluster 0 pgmap v17433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:10.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:10 smithi194 bash[32038]: audit 2023-12-08T02:56:10.064423+0000 mon.a (mon.0) 3675 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:56:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:10 smithi194 bash[32038]: audit 2023-12-08T02:56:10.066435+0000 mon.a (mon.0) 3676 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:56:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:10 smithi194 bash[32038]: audit 2023-12-08T02:56:10.076503+0000 mon.a (mon.0) 3677 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:56:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:10 smithi194 bash[32038]: cluster 2023-12-08T02:56:10.094009+0000 mgr.a (mgr.14403) 23344 : cluster 0 pgmap v17433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:10.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:10 smithi135 bash[32435]: audit 2023-12-08T02:56:10.064423+0000 mon.a (mon.0) 3675 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:56:10.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:10 smithi135 bash[32435]: audit 2023-12-08T02:56:10.066435+0000 mon.a (mon.0) 3676 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:56:10.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:10 smithi135 bash[32435]: audit 2023-12-08T02:56:10.076503+0000 mon.a (mon.0) 3677 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:56:10.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:10 smithi135 bash[32435]: cluster 2023-12-08T02:56:10.094009+0000 mgr.a (mgr.14403) 23344 : cluster 0 pgmap v17433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:12 smithi194 bash[32038]: cluster 2023-12-08T02:56:12.094592+0000 mgr.a (mgr.14403) 23345 : cluster 0 pgmap v17434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:12 smithi135 bash[32435]: cluster 2023-12-08T02:56:12.094592+0000 mgr.a (mgr.14403) 23345 : cluster 0 pgmap v17434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:12 smithi079 bash[28699]: cluster 2023-12-08T02:56:12.094592+0000 mgr.a (mgr.14403) 23345 : cluster 0 pgmap v17434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:14.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:56:14.444 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:14.445 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:15.339 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:56:15.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:15.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:15.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:15.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:56:15.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:15 smithi194 bash[32038]: cluster 2023-12-08T02:56:14.095394+0000 mgr.a (mgr.14403) 23346 : cluster 0 pgmap v17435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:15.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:15 smithi194 bash[32038]: audit 2023-12-08T02:56:14.843274+0000 mgr.a (mgr.14403) 23347 : audit 0 from='client.460617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:15.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:15 smithi135 bash[32435]: cluster 2023-12-08T02:56:14.095394+0000 mgr.a (mgr.14403) 23346 : cluster 0 pgmap v17435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:15.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:15 smithi135 bash[32435]: audit 2023-12-08T02:56:14.843274+0000 mgr.a (mgr.14403) 23347 : audit 0 from='client.460617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:15 smithi079 bash[28699]: cluster 2023-12-08T02:56:14.095394+0000 mgr.a (mgr.14403) 23346 : cluster 0 pgmap v17435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:15.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:15 smithi079 bash[28699]: audit 2023-12-08T02:56:14.843274+0000 mgr.a (mgr.14403) 23347 : audit 0 from='client.460617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:17 smithi079 bash[28699]: cluster 2023-12-08T02:56:16.096162+0000 mgr.a (mgr.14403) 23348 : cluster 0 pgmap v17436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:17 smithi194 bash[32038]: cluster 2023-12-08T02:56:16.096162+0000 mgr.a (mgr.14403) 23348 : cluster 0 pgmap v17436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:17 smithi135 bash[32435]: cluster 2023-12-08T02:56:16.096162+0000 mgr.a (mgr.14403) 23348 : cluster 0 pgmap v17436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:19.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:19 smithi079 bash[28699]: cluster 2023-12-08T02:56:18.096702+0000 mgr.a (mgr.14403) 23349 : cluster 0 pgmap v17437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:19.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:19 smithi194 bash[32038]: cluster 2023-12-08T02:56:18.096702+0000 mgr.a (mgr.14403) 23349 : cluster 0 pgmap v17437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:19 smithi135 bash[32435]: cluster 2023-12-08T02:56:18.096702+0000 mgr.a (mgr.14403) 23349 : cluster 0 pgmap v17437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:20.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:56:20.343 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:20.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:21.247 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:56:21.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:21.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:21.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:21.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:56:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:21 smithi079 bash[28699]: cluster 2023-12-08T02:56:20.097468+0000 mgr.a (mgr.14403) 23350 : cluster 0 pgmap v17438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:21 smithi079 bash[28699]: audit 2023-12-08T02:56:20.753712+0000 mgr.a (mgr.14403) 23351 : audit 0 from='client.460692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:21.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:21 smithi194 bash[32038]: cluster 2023-12-08T02:56:20.097468+0000 mgr.a (mgr.14403) 23350 : cluster 0 pgmap v17438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:21 smithi194 bash[32038]: audit 2023-12-08T02:56:20.753712+0000 mgr.a (mgr.14403) 23351 : audit 0 from='client.460692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:21 smithi135 bash[32435]: cluster 2023-12-08T02:56:20.097468+0000 mgr.a (mgr.14403) 23350 : cluster 0 pgmap v17438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:21 smithi135 bash[32435]: audit 2023-12-08T02:56:20.753712+0000 mgr.a (mgr.14403) 23351 : audit 0 from='client.460692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:23 smithi079 bash[28699]: cluster 2023-12-08T02:56:22.098133+0000 mgr.a (mgr.14403) 23352 : cluster 0 pgmap v17439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:23 smithi194 bash[32038]: cluster 2023-12-08T02:56:22.098133+0000 mgr.a (mgr.14403) 23352 : cluster 0 pgmap v17439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:23 smithi135 bash[32435]: cluster 2023-12-08T02:56:22.098133+0000 mgr.a (mgr.14403) 23352 : cluster 0 pgmap v17439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:25 smithi079 bash[28699]: cluster 2023-12-08T02:56:24.099013+0000 mgr.a (mgr.14403) 23353 : cluster 0 pgmap v17440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:25 smithi194 bash[32038]: cluster 2023-12-08T02:56:24.099013+0000 mgr.a (mgr.14403) 23353 : cluster 0 pgmap v17440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:25 smithi135 bash[32435]: cluster 2023-12-08T02:56:24.099013+0000 mgr.a (mgr.14403) 23353 : cluster 0 pgmap v17440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:26.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:56:26.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:26.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:27.158 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:56:27.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:27.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:27.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:27.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:56:27.641 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:27 smithi079 bash[28699]: cluster 2023-12-08T02:56:26.099522+0000 mgr.a (mgr.14403) 23354 : cluster 0 pgmap v17441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:27.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:27 smithi079 bash[28699]: audit 2023-12-08T02:56:26.654642+0000 mgr.a (mgr.14403) 23355 : audit 0 from='client.460770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:27 smithi194 bash[32038]: cluster 2023-12-08T02:56:26.099522+0000 mgr.a (mgr.14403) 23354 : cluster 0 pgmap v17441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:27.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:27 smithi194 bash[32038]: audit 2023-12-08T02:56:26.654642+0000 mgr.a (mgr.14403) 23355 : audit 0 from='client.460770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:27 smithi135 bash[32435]: cluster 2023-12-08T02:56:26.099522+0000 mgr.a (mgr.14403) 23354 : cluster 0 pgmap v17441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:27.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:27 smithi135 bash[32435]: audit 2023-12-08T02:56:26.654642+0000 mgr.a (mgr.14403) 23355 : audit 0 from='client.460770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:29.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:29 smithi079 bash[28699]: cluster 2023-12-08T02:56:28.100168+0000 mgr.a (mgr.14403) 23356 : cluster 0 pgmap v17442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:29.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:29 smithi194 bash[32038]: cluster 2023-12-08T02:56:28.100168+0000 mgr.a (mgr.14403) 23356 : cluster 0 pgmap v17442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:29.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:29 smithi135 bash[32435]: cluster 2023-12-08T02:56:28.100168+0000 mgr.a (mgr.14403) 23356 : cluster 0 pgmap v17442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:31 smithi079 bash[28699]: cluster 2023-12-08T02:56:30.100995+0000 mgr.a (mgr.14403) 23357 : cluster 0 pgmap v17443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:31 smithi194 bash[32038]: cluster 2023-12-08T02:56:30.100995+0000 mgr.a (mgr.14403) 23357 : cluster 0 pgmap v17443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:31 smithi135 bash[32435]: cluster 2023-12-08T02:56:30.100995+0000 mgr.a (mgr.14403) 23357 : cluster 0 pgmap v17443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:32.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:56:32.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:32.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:33.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:33.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:33.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:33.071 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:56:33.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:56:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:33 smithi079 bash[28699]: cluster 2023-12-08T02:56:32.101660+0000 mgr.a (mgr.14403) 23358 : cluster 0 pgmap v17444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:33.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:33 smithi079 bash[28699]: audit 2023-12-08T02:56:32.571073+0000 mgr.a (mgr.14403) 23359 : audit 0 from='client.460845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:33 smithi194 bash[32038]: cluster 2023-12-08T02:56:32.101660+0000 mgr.a (mgr.14403) 23358 : cluster 0 pgmap v17444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:33.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:33 smithi194 bash[32038]: audit 2023-12-08T02:56:32.571073+0000 mgr.a (mgr.14403) 23359 : audit 0 from='client.460845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:33 smithi135 bash[32435]: cluster 2023-12-08T02:56:32.101660+0000 mgr.a (mgr.14403) 23358 : cluster 0 pgmap v17444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:33.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:33 smithi135 bash[32435]: audit 2023-12-08T02:56:32.571073+0000 mgr.a (mgr.14403) 23359 : audit 0 from='client.460845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:35.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:35 smithi079 bash[28699]: cluster 2023-12-08T02:56:34.102593+0000 mgr.a (mgr.14403) 23360 : cluster 0 pgmap v17445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:35.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:35 smithi194 bash[32038]: cluster 2023-12-08T02:56:34.102593+0000 mgr.a (mgr.14403) 23360 : cluster 0 pgmap v17445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:35.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:35 smithi135 bash[32435]: cluster 2023-12-08T02:56:34.102593+0000 mgr.a (mgr.14403) 23360 : cluster 0 pgmap v17445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:56:37.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:37 smithi194 bash[32038]: cluster 2023-12-08T02:56:36.103303+0000 mgr.a (mgr.14403) 23361 : cluster 0 pgmap v17446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:37 smithi135 bash[32435]: cluster 2023-12-08T02:56:36.103303+0000 mgr.a (mgr.14403) 23361 : cluster 0 pgmap v17446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:37 smithi079 bash[28699]: cluster 2023-12-08T02:56:36.103303+0000 mgr.a (mgr.14403) 23361 : cluster 0 pgmap v17446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:38.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:56:38.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:38.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:38.964 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:56:38.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:38.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:38.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:38.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:56:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:39 smithi194 bash[32038]: cluster 2023-12-08T02:56:38.103840+0000 mgr.a (mgr.14403) 23362 : cluster 0 pgmap v17447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:39.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:39 smithi194 bash[32038]: audit 2023-12-08T02:56:38.474688+0000 mgr.a (mgr.14403) 23363 : audit 0 from='client.460920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:39 smithi135 bash[32435]: cluster 2023-12-08T02:56:38.103840+0000 mgr.a (mgr.14403) 23362 : cluster 0 pgmap v17447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:39.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:39 smithi135 bash[32435]: audit 2023-12-08T02:56:38.474688+0000 mgr.a (mgr.14403) 23363 : audit 0 from='client.460920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:39 smithi079 bash[28699]: cluster 2023-12-08T02:56:38.103840+0000 mgr.a (mgr.14403) 23362 : cluster 0 pgmap v17447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:39 smithi079 bash[28699]: audit 2023-12-08T02:56:38.474688+0000 mgr.a (mgr.14403) 23363 : audit 0 from='client.460920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:41.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:41 smithi194 bash[32038]: cluster 2023-12-08T02:56:40.104954+0000 mgr.a (mgr.14403) 23364 : cluster 0 pgmap v17448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:56:41.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:41 smithi135 bash[32435]: cluster 2023-12-08T02:56:40.104954+0000 mgr.a (mgr.14403) 23364 : cluster 0 pgmap v17448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:56:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:41 smithi079 bash[28699]: cluster 2023-12-08T02:56:40.104954+0000 mgr.a (mgr.14403) 23364 : cluster 0 pgmap v17448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T02:56:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:43 smithi194 bash[32038]: cluster 2023-12-08T02:56:42.105526+0000 mgr.a (mgr.14403) 23365 : cluster 0 pgmap v17449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:56:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:43 smithi135 bash[32435]: cluster 2023-12-08T02:56:42.105526+0000 mgr.a (mgr.14403) 23365 : cluster 0 pgmap v17449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:56:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:43 smithi079 bash[28699]: cluster 2023-12-08T02:56:42.105526+0000 mgr.a (mgr.14403) 23365 : cluster 0 pgmap v17449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T02:56:43.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:56:43.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:43.968 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:44.871 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:56:44.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:44.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:44.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:44.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:56:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:45 smithi194 bash[32038]: cluster 2023-12-08T02:56:44.106134+0000 mgr.a (mgr.14403) 23366 : cluster 0 pgmap v17450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:45 smithi194 bash[32038]: audit 2023-12-08T02:56:44.378552+0000 mgr.a (mgr.14403) 23367 : audit 0 from='client.460995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:45 smithi135 bash[32435]: cluster 2023-12-08T02:56:44.106134+0000 mgr.a (mgr.14403) 23366 : cluster 0 pgmap v17450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:45.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:45 smithi135 bash[32435]: audit 2023-12-08T02:56:44.378552+0000 mgr.a (mgr.14403) 23367 : audit 0 from='client.460995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:45 smithi079 bash[28699]: cluster 2023-12-08T02:56:44.106134+0000 mgr.a (mgr.14403) 23366 : cluster 0 pgmap v17450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:45 smithi079 bash[28699]: audit 2023-12-08T02:56:44.378552+0000 mgr.a (mgr.14403) 23367 : audit 0 from='client.460995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:47 smithi194 bash[32038]: cluster 2023-12-08T02:56:46.106763+0000 mgr.a (mgr.14403) 23368 : cluster 0 pgmap v17451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:47 smithi135 bash[32435]: cluster 2023-12-08T02:56:46.106763+0000 mgr.a (mgr.14403) 23368 : cluster 0 pgmap v17451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:47 smithi079 bash[28699]: cluster 2023-12-08T02:56:46.106763+0000 mgr.a (mgr.14403) 23368 : cluster 0 pgmap v17451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:49.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:49 smithi194 bash[32038]: cluster 2023-12-08T02:56:48.107273+0000 mgr.a (mgr.14403) 23369 : cluster 0 pgmap v17452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:49 smithi135 bash[32435]: cluster 2023-12-08T02:56:48.107273+0000 mgr.a (mgr.14403) 23369 : cluster 0 pgmap v17452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:49.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:56:49.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:49.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:49.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:49 smithi079 bash[28699]: cluster 2023-12-08T02:56:48.107273+0000 mgr.a (mgr.14403) 23369 : cluster 0 pgmap v17452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:56:50.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:50.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:50.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:50.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:56:50.795 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:56:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:51 smithi194 bash[32038]: cluster 2023-12-08T02:56:50.108030+0000 mgr.a (mgr.14403) 23370 : cluster 0 pgmap v17453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:51.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:51 smithi194 bash[32038]: audit 2023-12-08T02:56:50.286498+0000 mgr.a (mgr.14403) 23371 : audit 0 from='client.461073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:51 smithi135 bash[32435]: cluster 2023-12-08T02:56:50.108030+0000 mgr.a (mgr.14403) 23370 : cluster 0 pgmap v17453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:51.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:51 smithi135 bash[32435]: audit 2023-12-08T02:56:50.286498+0000 mgr.a (mgr.14403) 23371 : audit 0 from='client.461073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:51 smithi079 bash[28699]: cluster 2023-12-08T02:56:50.108030+0000 mgr.a (mgr.14403) 23370 : cluster 0 pgmap v17453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:51 smithi079 bash[28699]: audit 2023-12-08T02:56:50.286498+0000 mgr.a (mgr.14403) 23371 : audit 0 from='client.461073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:53.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:53 smithi194 bash[32038]: cluster 2023-12-08T02:56:52.108622+0000 mgr.a (mgr.14403) 23372 : cluster 0 pgmap v17454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:56:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:53 smithi135 bash[32435]: cluster 2023-12-08T02:56:52.108622+0000 mgr.a (mgr.14403) 23372 : cluster 0 pgmap v17454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:56:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:53 smithi079 bash[28699]: cluster 2023-12-08T02:56:52.108622+0000 mgr.a (mgr.14403) 23372 : cluster 0 pgmap v17454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T02:56:55.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:55 smithi194 bash[32038]: cluster 2023-12-08T02:56:54.109416+0000 mgr.a (mgr.14403) 23373 : cluster 0 pgmap v17455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:56:55.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:55 smithi135 bash[32435]: cluster 2023-12-08T02:56:54.109416+0000 mgr.a (mgr.14403) 23373 : cluster 0 pgmap v17455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:56:55.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:56:55.798 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:56:55.798 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:56:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:55 smithi079 bash[28699]: cluster 2023-12-08T02:56:54.109416+0000 mgr.a (mgr.14403) 23373 : cluster 0 pgmap v17455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T02:56:56.723 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:56:56.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:56:56.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:56:56.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:56:56.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:56:57.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:57 smithi194 bash[32038]: cluster 2023-12-08T02:56:56.109928+0000 mgr.a (mgr.14403) 23374 : cluster 0 pgmap v17456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:57 smithi194 bash[32038]: audit 2023-12-08T02:56:56.203806+0000 mgr.a (mgr.14403) 23375 : audit 0 from='client.461151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:57 smithi135 bash[32435]: cluster 2023-12-08T02:56:56.109928+0000 mgr.a (mgr.14403) 23374 : cluster 0 pgmap v17456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:57.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:57 smithi135 bash[32435]: audit 2023-12-08T02:56:56.203806+0000 mgr.a (mgr.14403) 23375 : audit 0 from='client.461151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:57 smithi079 bash[28699]: cluster 2023-12-08T02:56:56.109928+0000 mgr.a (mgr.14403) 23374 : cluster 0 pgmap v17456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:57 smithi079 bash[28699]: audit 2023-12-08T02:56:56.203806+0000 mgr.a (mgr.14403) 23375 : audit 0 from='client.461151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:56:59.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:56:59 smithi194 bash[32038]: cluster 2023-12-08T02:56:58.110688+0000 mgr.a (mgr.14403) 23376 : cluster 0 pgmap v17457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:56:59 smithi135 bash[32435]: cluster 2023-12-08T02:56:58.110688+0000 mgr.a (mgr.14403) 23376 : cluster 0 pgmap v17457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:56:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:56:59 smithi079 bash[28699]: cluster 2023-12-08T02:56:58.110688+0000 mgr.a (mgr.14403) 23376 : cluster 0 pgmap v17457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:01.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:01 smithi194 bash[32038]: cluster 2023-12-08T02:57:00.111622+0000 mgr.a (mgr.14403) 23377 : cluster 0 pgmap v17458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:01.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:01 smithi135 bash[32435]: cluster 2023-12-08T02:57:00.111622+0000 mgr.a (mgr.14403) 23377 : cluster 0 pgmap v17458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:01.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:57:01.727 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:01.727 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:01 smithi079 bash[28699]: cluster 2023-12-08T02:57:00.111622+0000 mgr.a (mgr.14403) 23377 : cluster 0 pgmap v17458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:02.634 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:57:02.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:02.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:02.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:02.634 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:57:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:03 smithi135 bash[32435]: cluster 2023-12-08T02:57:02.112117+0000 mgr.a (mgr.14403) 23378 : cluster 0 pgmap v17459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:03.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:03 smithi135 bash[32435]: audit 2023-12-08T02:57:02.146249+0000 mgr.a (mgr.14403) 23379 : audit 0 from='client.461217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:03 smithi079 bash[28699]: cluster 2023-12-08T02:57:02.112117+0000 mgr.a (mgr.14403) 23378 : cluster 0 pgmap v17459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:03 smithi079 bash[28699]: audit 2023-12-08T02:57:02.146249+0000 mgr.a (mgr.14403) 23379 : audit 0 from='client.461217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:03 smithi194 bash[32038]: cluster 2023-12-08T02:57:02.112117+0000 mgr.a (mgr.14403) 23378 : cluster 0 pgmap v17459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:03 smithi194 bash[32038]: audit 2023-12-08T02:57:02.146249+0000 mgr.a (mgr.14403) 23379 : audit 0 from='client.461217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:05 smithi079 bash[28699]: cluster 2023-12-08T02:57:04.113013+0000 mgr.a (mgr.14403) 23380 : cluster 0 pgmap v17460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:05 smithi194 bash[32038]: cluster 2023-12-08T02:57:04.113013+0000 mgr.a (mgr.14403) 23380 : cluster 0 pgmap v17460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:05 smithi135 bash[32435]: cluster 2023-12-08T02:57:04.113013+0000 mgr.a (mgr.14403) 23380 : cluster 0 pgmap v17460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:07.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:57:07.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:07.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:07 smithi079 bash[28699]: cluster 2023-12-08T02:57:06.113627+0000 mgr.a (mgr.14403) 23381 : cluster 0 pgmap v17461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:07.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:07 smithi194 bash[32038]: cluster 2023-12-08T02:57:06.113627+0000 mgr.a (mgr.14403) 23381 : cluster 0 pgmap v17461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:07 smithi135 bash[32435]: cluster 2023-12-08T02:57:06.113627+0000 mgr.a (mgr.14403) 23381 : cluster 0 pgmap v17461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:08.562 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:57:08.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:08.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:08.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:08.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:57:08.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:08 smithi079 bash[28699]: audit 2023-12-08T02:57:08.047260+0000 mgr.a (mgr.14403) 23382 : audit 0 from='client.461292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:08 smithi194 bash[32038]: audit 2023-12-08T02:57:08.047260+0000 mgr.a (mgr.14403) 23382 : audit 0 from='client.461292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:08.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:08 smithi135 bash[32435]: audit 2023-12-08T02:57:08.047260+0000 mgr.a (mgr.14403) 23382 : audit 0 from='client.461292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:09 smithi079 bash[28699]: cluster 2023-12-08T02:57:08.114338+0000 mgr.a (mgr.14403) 23383 : cluster 0 pgmap v17462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:09 smithi194 bash[32038]: cluster 2023-12-08T02:57:08.114338+0000 mgr.a (mgr.14403) 23383 : cluster 0 pgmap v17462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:09 smithi135 bash[32435]: cluster 2023-12-08T02:57:08.114338+0000 mgr.a (mgr.14403) 23383 : cluster 0 pgmap v17462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:10.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:10 smithi079 bash[28699]: audit 2023-12-08T02:57:10.180077+0000 mon.a (mon.0) 3678 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:57:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:10 smithi194 bash[32038]: audit 2023-12-08T02:57:10.180077+0000 mon.a (mon.0) 3678 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:57:10.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:10 smithi135 bash[32435]: audit 2023-12-08T02:57:10.180077+0000 mon.a (mon.0) 3678 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:57:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:11 smithi079 bash[28699]: cluster 2023-12-08T02:57:10.115281+0000 mgr.a (mgr.14403) 23384 : cluster 0 pgmap v17463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:11 smithi079 bash[28699]: audit 2023-12-08T02:57:10.925400+0000 mon.a (mon.0) 3679 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:57:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:11 smithi079 bash[28699]: audit 2023-12-08T02:57:10.927157+0000 mon.a (mon.0) 3680 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:57:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:11 smithi079 bash[28699]: audit 2023-12-08T02:57:10.935741+0000 mon.a (mon.0) 3681 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:57:11.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:11 smithi194 bash[32038]: cluster 2023-12-08T02:57:10.115281+0000 mgr.a (mgr.14403) 23384 : cluster 0 pgmap v17463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:11 smithi194 bash[32038]: audit 2023-12-08T02:57:10.925400+0000 mon.a (mon.0) 3679 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:57:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:11 smithi194 bash[32038]: audit 2023-12-08T02:57:10.927157+0000 mon.a (mon.0) 3680 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:57:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:11 smithi194 bash[32038]: audit 2023-12-08T02:57:10.935741+0000 mon.a (mon.0) 3681 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:57:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:11 smithi135 bash[32435]: cluster 2023-12-08T02:57:10.115281+0000 mgr.a (mgr.14403) 23384 : cluster 0 pgmap v17463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:11 smithi135 bash[32435]: audit 2023-12-08T02:57:10.925400+0000 mon.a (mon.0) 3679 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:57:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:11 smithi135 bash[32435]: audit 2023-12-08T02:57:10.927157+0000 mon.a (mon.0) 3680 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:57:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:11 smithi135 bash[32435]: audit 2023-12-08T02:57:10.935741+0000 mon.a (mon.0) 3681 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:57:13.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:57:13.566 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:13.566 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:13 smithi079 bash[28699]: cluster 2023-12-08T02:57:12.115796+0000 mgr.a (mgr.14403) 23385 : cluster 0 pgmap v17464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:13 smithi194 bash[32038]: cluster 2023-12-08T02:57:12.115796+0000 mgr.a (mgr.14403) 23385 : cluster 0 pgmap v17464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:13 smithi135 bash[32435]: cluster 2023-12-08T02:57:12.115796+0000 mgr.a (mgr.14403) 23385 : cluster 0 pgmap v17464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:14.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:14.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:14.491 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:57:14.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:14.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:57:14.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:14 smithi079 bash[28699]: audit 2023-12-08T02:57:13.971222+0000 mgr.a (mgr.14403) 23386 : audit 0 from='client.461370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:14.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:14 smithi194 bash[32038]: audit 2023-12-08T02:57:13.971222+0000 mgr.a (mgr.14403) 23386 : audit 0 from='client.461370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:14.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:14 smithi135 bash[32435]: audit 2023-12-08T02:57:13.971222+0000 mgr.a (mgr.14403) 23386 : audit 0 from='client.461370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:15.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:15 smithi079 bash[28699]: cluster 2023-12-08T02:57:14.125152+0000 mgr.a (mgr.14403) 23387 : cluster 0 pgmap v17465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:15.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:15 smithi194 bash[32038]: cluster 2023-12-08T02:57:14.125152+0000 mgr.a (mgr.14403) 23387 : cluster 0 pgmap v17465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:15 smithi135 bash[32435]: cluster 2023-12-08T02:57:14.125152+0000 mgr.a (mgr.14403) 23387 : cluster 0 pgmap v17465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:17 smithi079 bash[28699]: cluster 2023-12-08T02:57:16.125873+0000 mgr.a (mgr.14403) 23388 : cluster 0 pgmap v17466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:57:17.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:17 smithi194 bash[32038]: cluster 2023-12-08T02:57:16.125873+0000 mgr.a (mgr.14403) 23388 : cluster 0 pgmap v17466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:57:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:17 smithi135 bash[32435]: cluster 2023-12-08T02:57:16.125873+0000 mgr.a (mgr.14403) 23388 : cluster 0 pgmap v17466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:57:19.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:57:19.495 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:19.495 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:19 smithi079 bash[28699]: cluster 2023-12-08T02:57:18.126466+0000 mgr.a (mgr.14403) 23389 : cluster 0 pgmap v17467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:57:19.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:19 smithi194 bash[32038]: cluster 2023-12-08T02:57:18.126466+0000 mgr.a (mgr.14403) 23389 : cluster 0 pgmap v17467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:57:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:19 smithi135 bash[32435]: cluster 2023-12-08T02:57:18.126466+0000 mgr.a (mgr.14403) 23389 : cluster 0 pgmap v17467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:57:20.410 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:57:20.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:20.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:20.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:20.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:57:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:20 smithi079 bash[28699]: audit 2023-12-08T02:57:19.898012+0000 mgr.a (mgr.14403) 23390 : audit 0 from='client.461445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:20.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:20 smithi194 bash[32038]: audit 2023-12-08T02:57:19.898012+0000 mgr.a (mgr.14403) 23390 : audit 0 from='client.461445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:20 smithi135 bash[32435]: audit 2023-12-08T02:57:19.898012+0000 mgr.a (mgr.14403) 23390 : audit 0 from='client.461445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:21 smithi079 bash[28699]: cluster 2023-12-08T02:57:20.127268+0000 mgr.a (mgr.14403) 23391 : cluster 0 pgmap v17468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:21.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:21 smithi194 bash[32038]: cluster 2023-12-08T02:57:20.127268+0000 mgr.a (mgr.14403) 23391 : cluster 0 pgmap v17468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:21 smithi135 bash[32435]: cluster 2023-12-08T02:57:20.127268+0000 mgr.a (mgr.14403) 23391 : cluster 0 pgmap v17468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:23 smithi079 bash[28699]: cluster 2023-12-08T02:57:22.127853+0000 mgr.a (mgr.14403) 23392 : cluster 0 pgmap v17469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:57:23.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:23 smithi194 bash[32038]: cluster 2023-12-08T02:57:22.127853+0000 mgr.a (mgr.14403) 23392 : cluster 0 pgmap v17469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:57:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:23 smithi135 bash[32435]: cluster 2023-12-08T02:57:22.127853+0000 mgr.a (mgr.14403) 23392 : cluster 0 pgmap v17469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T02:57:25.413 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:57:25.414 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:25.414 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:25.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:25 smithi079 bash[28699]: cluster 2023-12-08T02:57:24.128654+0000 mgr.a (mgr.14403) 23393 : cluster 0 pgmap v17470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:25 smithi194 bash[32038]: cluster 2023-12-08T02:57:24.128654+0000 mgr.a (mgr.14403) 23393 : cluster 0 pgmap v17470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:25 smithi135 bash[32435]: cluster 2023-12-08T02:57:24.128654+0000 mgr.a (mgr.14403) 23393 : cluster 0 pgmap v17470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:26.349 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:57:26.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:26.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:26.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:26.350 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:57:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:26 smithi079 bash[28699]: audit 2023-12-08T02:57:25.829186+0000 mgr.a (mgr.14403) 23394 : audit 0 from='client.461523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:26.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:26 smithi194 bash[32038]: audit 2023-12-08T02:57:25.829186+0000 mgr.a (mgr.14403) 23394 : audit 0 from='client.461523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:26.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:26 smithi135 bash[32435]: audit 2023-12-08T02:57:25.829186+0000 mgr.a (mgr.14403) 23394 : audit 0 from='client.461523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:27 smithi079 bash[28699]: cluster 2023-12-08T02:57:26.129187+0000 mgr.a (mgr.14403) 23395 : cluster 0 pgmap v17471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:27.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:27 smithi194 bash[32038]: cluster 2023-12-08T02:57:26.129187+0000 mgr.a (mgr.14403) 23395 : cluster 0 pgmap v17471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:27 smithi135 bash[32435]: cluster 2023-12-08T02:57:26.129187+0000 mgr.a (mgr.14403) 23395 : cluster 0 pgmap v17471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:29 smithi079 bash[28699]: cluster 2023-12-08T02:57:28.129816+0000 mgr.a (mgr.14403) 23396 : cluster 0 pgmap v17472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:29.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:29 smithi194 bash[32038]: cluster 2023-12-08T02:57:28.129816+0000 mgr.a (mgr.14403) 23396 : cluster 0 pgmap v17472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:29 smithi135 bash[32435]: cluster 2023-12-08T02:57:28.129816+0000 mgr.a (mgr.14403) 23396 : cluster 0 pgmap v17472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:31.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:57:31.353 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:31.353 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:31.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:31 smithi079 bash[28699]: cluster 2023-12-08T02:57:30.130627+0000 mgr.a (mgr.14403) 23397 : cluster 0 pgmap v17473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:31.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:31 smithi194 bash[32038]: cluster 2023-12-08T02:57:30.130627+0000 mgr.a (mgr.14403) 23397 : cluster 0 pgmap v17473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:31 smithi135 bash[32435]: cluster 2023-12-08T02:57:30.130627+0000 mgr.a (mgr.14403) 23397 : cluster 0 pgmap v17473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:32.278 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:57:32.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:32.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:32.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:32.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:57:32.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:32 smithi079 bash[28699]: audit 2023-12-08T02:57:31.765320+0000 mgr.a (mgr.14403) 23398 : audit 0 from='client.461595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:32.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:32 smithi194 bash[32038]: audit 2023-12-08T02:57:31.765320+0000 mgr.a (mgr.14403) 23398 : audit 0 from='client.461595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:32.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:32 smithi135 bash[32435]: audit 2023-12-08T02:57:31.765320+0000 mgr.a (mgr.14403) 23398 : audit 0 from='client.461595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:33 smithi079 bash[28699]: cluster 2023-12-08T02:57:32.131199+0000 mgr.a (mgr.14403) 23399 : cluster 0 pgmap v17474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:33.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:33 smithi194 bash[32038]: cluster 2023-12-08T02:57:32.131199+0000 mgr.a (mgr.14403) 23399 : cluster 0 pgmap v17474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:33 smithi135 bash[32435]: cluster 2023-12-08T02:57:32.131199+0000 mgr.a (mgr.14403) 23399 : cluster 0 pgmap v17474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:35 smithi079 bash[28699]: cluster 2023-12-08T02:57:34.132010+0000 mgr.a (mgr.14403) 23400 : cluster 0 pgmap v17475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:35.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:35 smithi194 bash[32038]: cluster 2023-12-08T02:57:34.132010+0000 mgr.a (mgr.14403) 23400 : cluster 0 pgmap v17475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:35 smithi135 bash[32435]: cluster 2023-12-08T02:57:34.132010+0000 mgr.a (mgr.14403) 23400 : cluster 0 pgmap v17475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:37.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:57:37.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:37.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:37.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:37 smithi079 bash[28699]: cluster 2023-12-08T02:57:36.132572+0000 mgr.a (mgr.14403) 23401 : cluster 0 pgmap v17476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:37.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:37 smithi194 bash[32038]: cluster 2023-12-08T02:57:36.132572+0000 mgr.a (mgr.14403) 23401 : cluster 0 pgmap v17476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:37 smithi135 bash[32435]: cluster 2023-12-08T02:57:36.132572+0000 mgr.a (mgr.14403) 23401 : cluster 0 pgmap v17476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:38.166 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:57:38.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:38.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:38.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:38.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:57:38.891 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:38 smithi079 bash[28699]: audit 2023-12-08T02:57:37.678912+0000 mgr.a (mgr.14403) 23402 : audit 0 from='client.461673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:38.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:38 smithi194 bash[32038]: audit 2023-12-08T02:57:37.678912+0000 mgr.a (mgr.14403) 23402 : audit 0 from='client.461673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:38.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:38 smithi135 bash[32435]: audit 2023-12-08T02:57:37.678912+0000 mgr.a (mgr.14403) 23402 : audit 0 from='client.461673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:39 smithi079 bash[28699]: cluster 2023-12-08T02:57:38.133060+0000 mgr.a (mgr.14403) 23403 : cluster 0 pgmap v17477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:39.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:39 smithi194 bash[32038]: cluster 2023-12-08T02:57:38.133060+0000 mgr.a (mgr.14403) 23403 : cluster 0 pgmap v17477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:39 smithi135 bash[32435]: cluster 2023-12-08T02:57:38.133060+0000 mgr.a (mgr.14403) 23403 : cluster 0 pgmap v17477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:41 smithi079 bash[28699]: cluster 2023-12-08T02:57:40.133826+0000 mgr.a (mgr.14403) 23404 : cluster 0 pgmap v17478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:41.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:41 smithi194 bash[32038]: cluster 2023-12-08T02:57:40.133826+0000 mgr.a (mgr.14403) 23404 : cluster 0 pgmap v17478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:41 smithi135 bash[32435]: cluster 2023-12-08T02:57:40.133826+0000 mgr.a (mgr.14403) 23404 : cluster 0 pgmap v17478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:57:43.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:57:43.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:43.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:43 smithi079 bash[28699]: cluster 2023-12-08T02:57:42.134369+0000 mgr.a (mgr.14403) 23405 : cluster 0 pgmap v17479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:43.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:43 smithi194 bash[32038]: cluster 2023-12-08T02:57:42.134369+0000 mgr.a (mgr.14403) 23405 : cluster 0 pgmap v17479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:43 smithi135 bash[32435]: cluster 2023-12-08T02:57:42.134369+0000 mgr.a (mgr.14403) 23405 : cluster 0 pgmap v17479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:44.072 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:57:44.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:44.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:44.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:44.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:57:44.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:44 smithi079 bash[28699]: audit 2023-12-08T02:57:43.573161+0000 mgr.a (mgr.14403) 23406 : audit 0 from='client.461751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:44.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:44 smithi194 bash[32038]: audit 2023-12-08T02:57:43.573161+0000 mgr.a (mgr.14403) 23406 : audit 0 from='client.461751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:44.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:44 smithi135 bash[32435]: audit 2023-12-08T02:57:43.573161+0000 mgr.a (mgr.14403) 23406 : audit 0 from='client.461751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:45 smithi079 bash[28699]: cluster 2023-12-08T02:57:44.135322+0000 mgr.a (mgr.14403) 23407 : cluster 0 pgmap v17480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:45.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:45 smithi194 bash[32038]: cluster 2023-12-08T02:57:44.135322+0000 mgr.a (mgr.14403) 23407 : cluster 0 pgmap v17480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:45 smithi135 bash[32435]: cluster 2023-12-08T02:57:44.135322+0000 mgr.a (mgr.14403) 23407 : cluster 0 pgmap v17480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:47 smithi079 bash[28699]: cluster 2023-12-08T02:57:46.135925+0000 mgr.a (mgr.14403) 23408 : cluster 0 pgmap v17481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:47.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:47 smithi194 bash[32038]: cluster 2023-12-08T02:57:46.135925+0000 mgr.a (mgr.14403) 23408 : cluster 0 pgmap v17481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:47 smithi135 bash[32435]: cluster 2023-12-08T02:57:46.135925+0000 mgr.a (mgr.14403) 23408 : cluster 0 pgmap v17481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:49.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:57:49.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:49.076 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:49 smithi079 bash[28699]: cluster 2023-12-08T02:57:48.136579+0000 mgr.a (mgr.14403) 23409 : cluster 0 pgmap v17482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:49.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:49 smithi194 bash[32038]: cluster 2023-12-08T02:57:48.136579+0000 mgr.a (mgr.14403) 23409 : cluster 0 pgmap v17482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:49 smithi135 bash[32435]: cluster 2023-12-08T02:57:48.136579+0000 mgr.a (mgr.14403) 23409 : cluster 0 pgmap v17482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:49.989 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:57:49.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:49.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:49.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:49.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:57:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:50 smithi079 bash[28699]: audit 2023-12-08T02:57:49.480194+0000 mgr.a (mgr.14403) 23410 : audit 0 from='client.461826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:50.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:50 smithi194 bash[32038]: audit 2023-12-08T02:57:49.480194+0000 mgr.a (mgr.14403) 23410 : audit 0 from='client.461826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:50.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:50 smithi135 bash[32435]: audit 2023-12-08T02:57:49.480194+0000 mgr.a (mgr.14403) 23410 : audit 0 from='client.461826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:51 smithi079 bash[28699]: cluster 2023-12-08T02:57:50.137551+0000 mgr.a (mgr.14403) 23411 : cluster 0 pgmap v17483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:51 smithi194 bash[32038]: cluster 2023-12-08T02:57:50.137551+0000 mgr.a (mgr.14403) 23411 : cluster 0 pgmap v17483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:51 smithi135 bash[32435]: cluster 2023-12-08T02:57:50.137551+0000 mgr.a (mgr.14403) 23411 : cluster 0 pgmap v17483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:53 smithi079 bash[28699]: cluster 2023-12-08T02:57:52.138073+0000 mgr.a (mgr.14403) 23412 : cluster 0 pgmap v17484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:53.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:53 smithi194 bash[32038]: cluster 2023-12-08T02:57:52.138073+0000 mgr.a (mgr.14403) 23412 : cluster 0 pgmap v17484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:53 smithi135 bash[32435]: cluster 2023-12-08T02:57:52.138073+0000 mgr.a (mgr.14403) 23412 : cluster 0 pgmap v17484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:57:54.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:57:54.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:57:54.993 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:57:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:55 smithi079 bash[28699]: cluster 2023-12-08T02:57:54.138834+0000 mgr.a (mgr.14403) 23413 : cluster 0 pgmap v17485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:55.900 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:57:55.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:57:55.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:57:55.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:57:55.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:57:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:55 smithi194 bash[32038]: cluster 2023-12-08T02:57:54.138834+0000 mgr.a (mgr.14403) 23413 : cluster 0 pgmap v17485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:55 smithi135 bash[32435]: cluster 2023-12-08T02:57:54.138834+0000 mgr.a (mgr.14403) 23413 : cluster 0 pgmap v17485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:56.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:56 smithi079 bash[28699]: audit 2023-12-08T02:57:55.400484+0000 mgr.a (mgr.14403) 23414 : audit 0 from='client.461898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:56.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:56 smithi194 bash[32038]: audit 2023-12-08T02:57:55.400484+0000 mgr.a (mgr.14403) 23414 : audit 0 from='client.461898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:56.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:56 smithi135 bash[32435]: audit 2023-12-08T02:57:55.400484+0000 mgr.a (mgr.14403) 23414 : audit 0 from='client.461898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:57:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:57 smithi079 bash[28699]: cluster 2023-12-08T02:57:56.139562+0000 mgr.a (mgr.14403) 23415 : cluster 0 pgmap v17486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:57.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:57 smithi194 bash[32038]: cluster 2023-12-08T02:57:56.139562+0000 mgr.a (mgr.14403) 23415 : cluster 0 pgmap v17486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:57 smithi135 bash[32435]: cluster 2023-12-08T02:57:56.139562+0000 mgr.a (mgr.14403) 23415 : cluster 0 pgmap v17486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:59.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:57:59 smithi194 bash[32038]: cluster 2023-12-08T02:57:58.140268+0000 mgr.a (mgr.14403) 23416 : cluster 0 pgmap v17487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:57:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:57:59 smithi135 bash[32435]: cluster 2023-12-08T02:57:58.140268+0000 mgr.a (mgr.14403) 23416 : cluster 0 pgmap v17487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:57:59 smithi079 bash[28699]: cluster 2023-12-08T02:57:58.140268+0000 mgr.a (mgr.14403) 23416 : cluster 0 pgmap v17487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:00.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:58:00.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:00.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:01.798 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:58:01.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:01.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:01.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:01.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:58:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:01 smithi194 bash[32038]: cluster 2023-12-08T02:58:00.141224+0000 mgr.a (mgr.14403) 23417 : cluster 0 pgmap v17488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:01 smithi135 bash[32435]: cluster 2023-12-08T02:58:00.141224+0000 mgr.a (mgr.14403) 23417 : cluster 0 pgmap v17488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:01 smithi079 bash[28699]: cluster 2023-12-08T02:58:00.141224+0000 mgr.a (mgr.14403) 23417 : cluster 0 pgmap v17488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:02.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:02 smithi194 bash[32038]: audit 2023-12-08T02:58:01.309340+0000 mgr.a (mgr.14403) 23418 : audit 0 from='client.461970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:02.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:02 smithi135 bash[32435]: audit 2023-12-08T02:58:01.309340+0000 mgr.a (mgr.14403) 23418 : audit 0 from='client.461970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:02 smithi079 bash[28699]: audit 2023-12-08T02:58:01.309340+0000 mgr.a (mgr.14403) 23418 : audit 0 from='client.461970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:03 smithi194 bash[32038]: cluster 2023-12-08T02:58:02.141964+0000 mgr.a (mgr.14403) 23419 : cluster 0 pgmap v17489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:03 smithi135 bash[32435]: cluster 2023-12-08T02:58:02.141964+0000 mgr.a (mgr.14403) 23419 : cluster 0 pgmap v17489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:03 smithi079 bash[28699]: cluster 2023-12-08T02:58:02.141964+0000 mgr.a (mgr.14403) 23419 : cluster 0 pgmap v17489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:05 smithi194 bash[32038]: cluster 2023-12-08T02:58:04.142814+0000 mgr.a (mgr.14403) 23420 : cluster 0 pgmap v17490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:05 smithi135 bash[32435]: cluster 2023-12-08T02:58:04.142814+0000 mgr.a (mgr.14403) 23420 : cluster 0 pgmap v17490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:06.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:05 smithi079 bash[28699]: cluster 2023-12-08T02:58:04.142814+0000 mgr.a (mgr.14403) 23420 : cluster 0 pgmap v17490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:06.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:58:06.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:06.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:07.707 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:58:07.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:07.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:07.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:07.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:58:07.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:07 smithi194 bash[32038]: cluster 2023-12-08T02:58:06.143431+0000 mgr.a (mgr.14403) 23421 : cluster 0 pgmap v17491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:07 smithi135 bash[32435]: cluster 2023-12-08T02:58:06.143431+0000 mgr.a (mgr.14403) 23421 : cluster 0 pgmap v17491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:07 smithi079 bash[28699]: cluster 2023-12-08T02:58:06.143431+0000 mgr.a (mgr.14403) 23421 : cluster 0 pgmap v17491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:08.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:08 smithi194 bash[32038]: audit 2023-12-08T02:58:07.211423+0000 mgr.a (mgr.14403) 23422 : audit 0 from='client.462045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:08.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:08 smithi135 bash[32435]: audit 2023-12-08T02:58:07.211423+0000 mgr.a (mgr.14403) 23422 : audit 0 from='client.462045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:09.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:08 smithi079 bash[28699]: audit 2023-12-08T02:58:07.211423+0000 mgr.a (mgr.14403) 23422 : audit 0 from='client.462045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:09.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:09 smithi194 bash[32038]: cluster 2023-12-08T02:58:08.144152+0000 mgr.a (mgr.14403) 23423 : cluster 0 pgmap v17492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:09 smithi135 bash[32435]: cluster 2023-12-08T02:58:08.144152+0000 mgr.a (mgr.14403) 23423 : cluster 0 pgmap v17492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:09 smithi079 bash[28699]: cluster 2023-12-08T02:58:08.144152+0000 mgr.a (mgr.14403) 23423 : cluster 0 pgmap v17492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:11.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:11 smithi194 bash[32038]: cluster 2023-12-08T02:58:10.144989+0000 mgr.a (mgr.14403) 23424 : cluster 0 pgmap v17493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:11 smithi194 bash[32038]: audit 2023-12-08T02:58:11.038483+0000 mon.a (mon.0) 3682 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:58:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:11 smithi135 bash[32435]: cluster 2023-12-08T02:58:10.144989+0000 mgr.a (mgr.14403) 23424 : cluster 0 pgmap v17493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:11 smithi135 bash[32435]: audit 2023-12-08T02:58:11.038483+0000 mon.a (mon.0) 3682 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:58:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:11 smithi079 bash[28699]: cluster 2023-12-08T02:58:10.144989+0000 mgr.a (mgr.14403) 23424 : cluster 0 pgmap v17493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:11 smithi079 bash[28699]: audit 2023-12-08T02:58:11.038483+0000 mon.a (mon.0) 3682 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:58:12.709 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:58:12.710 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:12.710 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:12 smithi194 bash[32038]: audit 2023-12-08T02:58:11.771897+0000 mon.a (mon.0) 3683 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:58:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:12 smithi194 bash[32038]: audit 2023-12-08T02:58:11.773797+0000 mon.a (mon.0) 3684 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:58:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:12 smithi194 bash[32038]: audit 2023-12-08T02:58:11.782084+0000 mon.a (mon.0) 3685 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:58:12.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:12 smithi135 bash[32435]: audit 2023-12-08T02:58:11.771897+0000 mon.a (mon.0) 3683 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:58:12.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:12 smithi135 bash[32435]: audit 2023-12-08T02:58:11.773797+0000 mon.a (mon.0) 3684 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:58:12.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:12 smithi135 bash[32435]: audit 2023-12-08T02:58:11.782084+0000 mon.a (mon.0) 3685 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:58:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:12 smithi079 bash[28699]: audit 2023-12-08T02:58:11.771897+0000 mon.a (mon.0) 3683 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:58:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:12 smithi079 bash[28699]: audit 2023-12-08T02:58:11.773797+0000 mon.a (mon.0) 3684 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:58:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:12 smithi079 bash[28699]: audit 2023-12-08T02:58:11.782084+0000 mon.a (mon.0) 3685 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:58:13.645 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:58:13.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:13.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:13.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:13.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:58:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:13 smithi079 bash[28699]: cluster 2023-12-08T02:58:12.145527+0000 mgr.a (mgr.14403) 23425 : cluster 0 pgmap v17494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:13 smithi079 bash[28699]: audit 2023-12-08T02:58:13.118369+0000 mgr.a (mgr.14403) 23426 : audit 0 from='client.462123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:13 smithi194 bash[32038]: cluster 2023-12-08T02:58:12.145527+0000 mgr.a (mgr.14403) 23425 : cluster 0 pgmap v17494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:13 smithi194 bash[32038]: audit 2023-12-08T02:58:13.118369+0000 mgr.a (mgr.14403) 23426 : audit 0 from='client.462123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:13 smithi135 bash[32435]: cluster 2023-12-08T02:58:12.145527+0000 mgr.a (mgr.14403) 23425 : cluster 0 pgmap v17494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:13 smithi135 bash[32435]: audit 2023-12-08T02:58:13.118369+0000 mgr.a (mgr.14403) 23426 : audit 0 from='client.462123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:15 smithi079 bash[28699]: cluster 2023-12-08T02:58:14.146514+0000 mgr.a (mgr.14403) 23427 : cluster 0 pgmap v17495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:58:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:15 smithi194 bash[32038]: cluster 2023-12-08T02:58:14.146514+0000 mgr.a (mgr.14403) 23427 : cluster 0 pgmap v17495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:58:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:15 smithi135 bash[32435]: cluster 2023-12-08T02:58:14.146514+0000 mgr.a (mgr.14403) 23427 : cluster 0 pgmap v17495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:58:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:17 smithi079 bash[28699]: cluster 2023-12-08T02:58:16.147118+0000 mgr.a (mgr.14403) 23428 : cluster 0 pgmap v17496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:58:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:17 smithi194 bash[32038]: cluster 2023-12-08T02:58:16.147118+0000 mgr.a (mgr.14403) 23428 : cluster 0 pgmap v17496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:58:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:17 smithi135 bash[32435]: cluster 2023-12-08T02:58:16.147118+0000 mgr.a (mgr.14403) 23428 : cluster 0 pgmap v17496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:58:18.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:58:18.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:18.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:19.588 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:58:19.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:19.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:19.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:19.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:58:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:19 smithi079 bash[28699]: cluster 2023-12-08T02:58:18.147666+0000 mgr.a (mgr.14403) 23429 : cluster 0 pgmap v17497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:58:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:19 smithi079 bash[28699]: audit 2023-12-08T02:58:19.063923+0000 mgr.a (mgr.14403) 23430 : audit 0 from='client.462198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:19 smithi194 bash[32038]: cluster 2023-12-08T02:58:18.147666+0000 mgr.a (mgr.14403) 23429 : cluster 0 pgmap v17497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:58:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:19 smithi194 bash[32038]: audit 2023-12-08T02:58:19.063923+0000 mgr.a (mgr.14403) 23430 : audit 0 from='client.462198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:19 smithi135 bash[32435]: cluster 2023-12-08T02:58:18.147666+0000 mgr.a (mgr.14403) 23429 : cluster 0 pgmap v17497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:58:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:19 smithi135 bash[32435]: audit 2023-12-08T02:58:19.063923+0000 mgr.a (mgr.14403) 23430 : audit 0 from='client.462198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:21 smithi079 bash[28699]: cluster 2023-12-08T02:58:20.148838+0000 mgr.a (mgr.14403) 23431 : cluster 0 pgmap v17498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:21 smithi194 bash[32038]: cluster 2023-12-08T02:58:20.148838+0000 mgr.a (mgr.14403) 23431 : cluster 0 pgmap v17498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:21 smithi135 bash[32435]: cluster 2023-12-08T02:58:20.148838+0000 mgr.a (mgr.14403) 23431 : cluster 0 pgmap v17498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:23 smithi079 bash[28699]: cluster 2023-12-08T02:58:22.149551+0000 mgr.a (mgr.14403) 23432 : cluster 0 pgmap v17499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:23 smithi194 bash[32038]: cluster 2023-12-08T02:58:22.149551+0000 mgr.a (mgr.14403) 23432 : cluster 0 pgmap v17499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:23 smithi135 bash[32435]: cluster 2023-12-08T02:58:22.149551+0000 mgr.a (mgr.14403) 23432 : cluster 0 pgmap v17499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:24.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:58:24.592 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:24.592 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:25.495 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:58:25.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:25.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:25.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:25.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:58:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:25 smithi079 bash[28699]: cluster 2023-12-08T02:58:24.150489+0000 mgr.a (mgr.14403) 23433 : cluster 0 pgmap v17500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:25 smithi079 bash[28699]: audit 2023-12-08T02:58:24.998150+0000 mgr.a (mgr.14403) 23434 : audit 0 from='client.462273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:25 smithi194 bash[32038]: cluster 2023-12-08T02:58:24.150489+0000 mgr.a (mgr.14403) 23433 : cluster 0 pgmap v17500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:25 smithi194 bash[32038]: audit 2023-12-08T02:58:24.998150+0000 mgr.a (mgr.14403) 23434 : audit 0 from='client.462273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:25 smithi135 bash[32435]: cluster 2023-12-08T02:58:24.150489+0000 mgr.a (mgr.14403) 23433 : cluster 0 pgmap v17500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:25 smithi135 bash[32435]: audit 2023-12-08T02:58:24.998150+0000 mgr.a (mgr.14403) 23434 : audit 0 from='client.462273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:27 smithi079 bash[28699]: cluster 2023-12-08T02:58:26.151237+0000 mgr.a (mgr.14403) 23435 : cluster 0 pgmap v17501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:58:28.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:27 smithi194 bash[32038]: cluster 2023-12-08T02:58:26.151237+0000 mgr.a (mgr.14403) 23435 : cluster 0 pgmap v17501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:58:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:27 smithi135 bash[32435]: cluster 2023-12-08T02:58:26.151237+0000 mgr.a (mgr.14403) 23435 : cluster 0 pgmap v17501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:58:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:29 smithi079 bash[28699]: cluster 2023-12-08T02:58:28.151764+0000 mgr.a (mgr.14403) 23436 : cluster 0 pgmap v17502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:58:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:29 smithi194 bash[32038]: cluster 2023-12-08T02:58:28.151764+0000 mgr.a (mgr.14403) 23436 : cluster 0 pgmap v17502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:58:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:29 smithi135 bash[32435]: cluster 2023-12-08T02:58:28.151764+0000 mgr.a (mgr.14403) 23436 : cluster 0 pgmap v17502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T02:58:30.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:58:30.499 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:30.499 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:31.378 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:58:31.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:31.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:31.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:31.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:58:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:31 smithi079 bash[28699]: cluster 2023-12-08T02:58:30.152593+0000 mgr.a (mgr.14403) 23437 : cluster 0 pgmap v17503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:58:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:31 smithi079 bash[28699]: audit 2023-12-08T02:58:30.895949+0000 mgr.a (mgr.14403) 23438 : audit 0 from='client.462345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:31 smithi194 bash[32038]: cluster 2023-12-08T02:58:30.152593+0000 mgr.a (mgr.14403) 23437 : cluster 0 pgmap v17503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:58:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:31 smithi194 bash[32038]: audit 2023-12-08T02:58:30.895949+0000 mgr.a (mgr.14403) 23438 : audit 0 from='client.462345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:31 smithi135 bash[32435]: cluster 2023-12-08T02:58:30.152593+0000 mgr.a (mgr.14403) 23437 : cluster 0 pgmap v17503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T02:58:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:31 smithi135 bash[32435]: audit 2023-12-08T02:58:30.895949+0000 mgr.a (mgr.14403) 23438 : audit 0 from='client.462345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:33 smithi079 bash[28699]: cluster 2023-12-08T02:58:32.153319+0000 mgr.a (mgr.14403) 23439 : cluster 0 pgmap v17504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:34.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:33 smithi194 bash[32038]: cluster 2023-12-08T02:58:32.153319+0000 mgr.a (mgr.14403) 23439 : cluster 0 pgmap v17504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:33 smithi135 bash[32435]: cluster 2023-12-08T02:58:32.153319+0000 mgr.a (mgr.14403) 23439 : cluster 0 pgmap v17504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:35 smithi079 bash[28699]: cluster 2023-12-08T02:58:34.154187+0000 mgr.a (mgr.14403) 23440 : cluster 0 pgmap v17505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:35 smithi194 bash[32038]: cluster 2023-12-08T02:58:34.154187+0000 mgr.a (mgr.14403) 23440 : cluster 0 pgmap v17505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:35 smithi135 bash[32435]: cluster 2023-12-08T02:58:34.154187+0000 mgr.a (mgr.14403) 23440 : cluster 0 pgmap v17505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:36.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:58:36.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:36.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:37.289 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:58:37.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:37.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:37.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:37.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:58:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:37 smithi079 bash[28699]: cluster 2023-12-08T02:58:36.154758+0000 mgr.a (mgr.14403) 23441 : cluster 0 pgmap v17506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:37 smithi079 bash[28699]: audit 2023-12-08T02:58:36.784481+0000 mgr.a (mgr.14403) 23442 : audit 0 from='client.462420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:37 smithi194 bash[32038]: cluster 2023-12-08T02:58:36.154758+0000 mgr.a (mgr.14403) 23441 : cluster 0 pgmap v17506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:37 smithi194 bash[32038]: audit 2023-12-08T02:58:36.784481+0000 mgr.a (mgr.14403) 23442 : audit 0 from='client.462420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:37 smithi135 bash[32435]: cluster 2023-12-08T02:58:36.154758+0000 mgr.a (mgr.14403) 23441 : cluster 0 pgmap v17506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:37 smithi135 bash[32435]: audit 2023-12-08T02:58:36.784481+0000 mgr.a (mgr.14403) 23442 : audit 0 from='client.462420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:39 smithi079 bash[28699]: cluster 2023-12-08T02:58:38.155484+0000 mgr.a (mgr.14403) 23443 : cluster 0 pgmap v17507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:39 smithi194 bash[32038]: cluster 2023-12-08T02:58:38.155484+0000 mgr.a (mgr.14403) 23443 : cluster 0 pgmap v17507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:39 smithi135 bash[32435]: cluster 2023-12-08T02:58:38.155484+0000 mgr.a (mgr.14403) 23443 : cluster 0 pgmap v17507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:41 smithi079 bash[28699]: cluster 2023-12-08T02:58:40.156334+0000 mgr.a (mgr.14403) 23444 : cluster 0 pgmap v17508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:42.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:41 smithi194 bash[32038]: cluster 2023-12-08T02:58:40.156334+0000 mgr.a (mgr.14403) 23444 : cluster 0 pgmap v17508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:41 smithi135 bash[32435]: cluster 2023-12-08T02:58:40.156334+0000 mgr.a (mgr.14403) 23444 : cluster 0 pgmap v17508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:42.292 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:58:42.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:42.293 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:43.197 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:58:43.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:43.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:43.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:43.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:58:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:43 smithi079 bash[28699]: cluster 2023-12-08T02:58:42.157030+0000 mgr.a (mgr.14403) 23445 : cluster 0 pgmap v17509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:43 smithi079 bash[28699]: audit 2023-12-08T02:58:42.704169+0000 mgr.a (mgr.14403) 23446 : audit 0 from='client.462498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:44.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:43 smithi194 bash[32038]: cluster 2023-12-08T02:58:42.157030+0000 mgr.a (mgr.14403) 23445 : cluster 0 pgmap v17509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:44.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:43 smithi194 bash[32038]: audit 2023-12-08T02:58:42.704169+0000 mgr.a (mgr.14403) 23446 : audit 0 from='client.462498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:43 smithi135 bash[32435]: cluster 2023-12-08T02:58:42.157030+0000 mgr.a (mgr.14403) 23445 : cluster 0 pgmap v17509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:43 smithi135 bash[32435]: audit 2023-12-08T02:58:42.704169+0000 mgr.a (mgr.14403) 23446 : audit 0 from='client.462498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:45 smithi079 bash[28699]: cluster 2023-12-08T02:58:44.158008+0000 mgr.a (mgr.14403) 23447 : cluster 0 pgmap v17510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:46.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:45 smithi194 bash[32038]: cluster 2023-12-08T02:58:44.158008+0000 mgr.a (mgr.14403) 23447 : cluster 0 pgmap v17510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:45 smithi135 bash[32435]: cluster 2023-12-08T02:58:44.158008+0000 mgr.a (mgr.14403) 23447 : cluster 0 pgmap v17510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:58:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:47 smithi079 bash[28699]: cluster 2023-12-08T02:58:46.158574+0000 mgr.a (mgr.14403) 23448 : cluster 0 pgmap v17511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:48.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:58:48.201 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:48.201 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:48.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:47 smithi194 bash[32038]: cluster 2023-12-08T02:58:46.158574+0000 mgr.a (mgr.14403) 23448 : cluster 0 pgmap v17511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:47 smithi135 bash[32435]: cluster 2023-12-08T02:58:46.158574+0000 mgr.a (mgr.14403) 23448 : cluster 0 pgmap v17511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:49.129 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:58:49.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:49.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:49.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:49.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:58:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:49 smithi079 bash[28699]: cluster 2023-12-08T02:58:48.159174+0000 mgr.a (mgr.14403) 23449 : cluster 0 pgmap v17512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:49 smithi079 bash[28699]: audit 2023-12-08T02:58:48.609764+0000 mgr.a (mgr.14403) 23450 : audit 0 from='client.462573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:49 smithi194 bash[32038]: cluster 2023-12-08T02:58:48.159174+0000 mgr.a (mgr.14403) 23449 : cluster 0 pgmap v17512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:49 smithi194 bash[32038]: audit 2023-12-08T02:58:48.609764+0000 mgr.a (mgr.14403) 23450 : audit 0 from='client.462573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:49 smithi135 bash[32435]: cluster 2023-12-08T02:58:48.159174+0000 mgr.a (mgr.14403) 23449 : cluster 0 pgmap v17512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:49 smithi135 bash[32435]: audit 2023-12-08T02:58:48.609764+0000 mgr.a (mgr.14403) 23450 : audit 0 from='client.462573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:51 smithi079 bash[28699]: cluster 2023-12-08T02:58:50.160132+0000 mgr.a (mgr.14403) 23451 : cluster 0 pgmap v17513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:51 smithi194 bash[32038]: cluster 2023-12-08T02:58:50.160132+0000 mgr.a (mgr.14403) 23451 : cluster 0 pgmap v17513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:51 smithi135 bash[32435]: cluster 2023-12-08T02:58:50.160132+0000 mgr.a (mgr.14403) 23451 : cluster 0 pgmap v17513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:54.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:58:54.132 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:58:54.132 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:58:54.141 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:53 smithi079 bash[28699]: cluster 2023-12-08T02:58:52.160713+0000 mgr.a (mgr.14403) 23452 : cluster 0 pgmap v17514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:53 smithi194 bash[32038]: cluster 2023-12-08T02:58:52.160713+0000 mgr.a (mgr.14403) 23452 : cluster 0 pgmap v17514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:53 smithi135 bash[32435]: cluster 2023-12-08T02:58:52.160713+0000 mgr.a (mgr.14403) 23452 : cluster 0 pgmap v17514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:55.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:58:55.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:58:55.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:58:55.016 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:58:55.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:58:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:55 smithi079 bash[28699]: cluster 2023-12-08T02:58:54.161450+0000 mgr.a (mgr.14403) 23453 : cluster 0 pgmap v17515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:55 smithi079 bash[28699]: audit 2023-12-08T02:58:54.533902+0000 mgr.a (mgr.14403) 23454 : audit 0 from='client.462651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:56.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:55 smithi194 bash[32038]: cluster 2023-12-08T02:58:54.161450+0000 mgr.a (mgr.14403) 23453 : cluster 0 pgmap v17515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:55 smithi194 bash[32038]: audit 2023-12-08T02:58:54.533902+0000 mgr.a (mgr.14403) 23454 : audit 0 from='client.462651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:55 smithi135 bash[32435]: cluster 2023-12-08T02:58:54.161450+0000 mgr.a (mgr.14403) 23453 : cluster 0 pgmap v17515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:58:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:55 smithi135 bash[32435]: audit 2023-12-08T02:58:54.533902+0000 mgr.a (mgr.14403) 23454 : audit 0 from='client.462651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:58:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:57 smithi079 bash[28699]: cluster 2023-12-08T02:58:56.162144+0000 mgr.a (mgr.14403) 23455 : cluster 0 pgmap v17516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:58.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:57 smithi194 bash[32038]: cluster 2023-12-08T02:58:56.162144+0000 mgr.a (mgr.14403) 23455 : cluster 0 pgmap v17516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:58:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:57 smithi135 bash[32435]: cluster 2023-12-08T02:58:56.162144+0000 mgr.a (mgr.14403) 23455 : cluster 0 pgmap v17516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:00.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:59:00.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:00.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:58:59 smithi079 bash[28699]: cluster 2023-12-08T02:58:58.162697+0000 mgr.a (mgr.14403) 23456 : cluster 0 pgmap v17517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:00.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:58:59 smithi194 bash[32038]: cluster 2023-12-08T02:58:58.162697+0000 mgr.a (mgr.14403) 23456 : cluster 0 pgmap v17517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:58:59 smithi135 bash[32435]: cluster 2023-12-08T02:58:58.162697+0000 mgr.a (mgr.14403) 23456 : cluster 0 pgmap v17517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:00.953 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:59:00.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:00.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:00.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:00.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:59:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:01 smithi079 bash[28699]: cluster 2023-12-08T02:59:00.163278+0000 mgr.a (mgr.14403) 23457 : cluster 0 pgmap v17518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:01 smithi079 bash[28699]: audit 2023-12-08T02:59:00.433249+0000 mgr.a (mgr.14403) 23458 : audit 0 from='client.462729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:01 smithi194 bash[32038]: cluster 2023-12-08T02:59:00.163278+0000 mgr.a (mgr.14403) 23457 : cluster 0 pgmap v17518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:01 smithi194 bash[32038]: audit 2023-12-08T02:59:00.433249+0000 mgr.a (mgr.14403) 23458 : audit 0 from='client.462729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:01 smithi135 bash[32435]: cluster 2023-12-08T02:59:00.163278+0000 mgr.a (mgr.14403) 23457 : cluster 0 pgmap v17518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:01 smithi135 bash[32435]: audit 2023-12-08T02:59:00.433249+0000 mgr.a (mgr.14403) 23458 : audit 0 from='client.462729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:03 smithi079 bash[28699]: cluster 2023-12-08T02:59:02.163951+0000 mgr.a (mgr.14403) 23459 : cluster 0 pgmap v17519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:04.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:03 smithi194 bash[32038]: cluster 2023-12-08T02:59:02.163951+0000 mgr.a (mgr.14403) 23459 : cluster 0 pgmap v17519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:03 smithi135 bash[32435]: cluster 2023-12-08T02:59:02.163951+0000 mgr.a (mgr.14403) 23459 : cluster 0 pgmap v17519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:05.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:59:05.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:05.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:05 smithi079 bash[28699]: cluster 2023-12-08T02:59:04.164750+0000 mgr.a (mgr.14403) 23460 : cluster 0 pgmap v17520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:05 smithi194 bash[32038]: cluster 2023-12-08T02:59:04.164750+0000 mgr.a (mgr.14403) 23460 : cluster 0 pgmap v17520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:05 smithi135 bash[32435]: cluster 2023-12-08T02:59:04.164750+0000 mgr.a (mgr.14403) 23460 : cluster 0 pgmap v17520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:06.898 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:59:06.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:06.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:06.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:06.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:59:08.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:07 smithi194 bash[32038]: cluster 2023-12-08T02:59:06.165134+0000 mgr.a (mgr.14403) 23461 : cluster 0 pgmap v17521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:07 smithi194 bash[32038]: audit 2023-12-08T02:59:06.367244+0000 mgr.a (mgr.14403) 23462 : audit 0 from='client.462804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:07 smithi135 bash[32435]: cluster 2023-12-08T02:59:06.165134+0000 mgr.a (mgr.14403) 23461 : cluster 0 pgmap v17521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:07 smithi135 bash[32435]: audit 2023-12-08T02:59:06.367244+0000 mgr.a (mgr.14403) 23462 : audit 0 from='client.462804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:07 smithi079 bash[28699]: cluster 2023-12-08T02:59:06.165134+0000 mgr.a (mgr.14403) 23461 : cluster 0 pgmap v17521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:07 smithi079 bash[28699]: audit 2023-12-08T02:59:06.367244+0000 mgr.a (mgr.14403) 23462 : audit 0 from='client.462804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:09 smithi194 bash[32038]: cluster 2023-12-08T02:59:08.165890+0000 mgr.a (mgr.14403) 23463 : cluster 0 pgmap v17522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:09 smithi135 bash[32435]: cluster 2023-12-08T02:59:08.165890+0000 mgr.a (mgr.14403) 23463 : cluster 0 pgmap v17522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:09 smithi079 bash[28699]: cluster 2023-12-08T02:59:08.165890+0000 mgr.a (mgr.14403) 23463 : cluster 0 pgmap v17522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:11.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:59:11.900 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:11.901 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:11 smithi194 bash[32038]: cluster 2023-12-08T02:59:10.166802+0000 mgr.a (mgr.14403) 23464 : cluster 0 pgmap v17523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:11 smithi194 bash[32038]: audit 2023-12-08T02:59:11.884254+0000 mon.a (mon.0) 3686 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:59:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:11 smithi135 bash[32435]: cluster 2023-12-08T02:59:10.166802+0000 mgr.a (mgr.14403) 23464 : cluster 0 pgmap v17523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:11 smithi135 bash[32435]: audit 2023-12-08T02:59:11.884254+0000 mon.a (mon.0) 3686 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:59:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:11 smithi079 bash[28699]: cluster 2023-12-08T02:59:10.166802+0000 mgr.a (mgr.14403) 23464 : cluster 0 pgmap v17523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:11 smithi079 bash[28699]: audit 2023-12-08T02:59:11.884254+0000 mon.a (mon.0) 3686 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T02:59:12.809 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:59:12.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:12.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:12.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:12.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:59:14.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:13 smithi194 bash[32038]: cluster 2023-12-08T02:59:12.167214+0000 mgr.a (mgr.14403) 23465 : cluster 0 pgmap v17524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:13 smithi194 bash[32038]: audit 2023-12-08T02:59:12.331410+0000 mgr.a (mgr.14403) 23466 : audit 0 from='client.462879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:13 smithi135 bash[32435]: cluster 2023-12-08T02:59:12.167214+0000 mgr.a (mgr.14403) 23465 : cluster 0 pgmap v17524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:13 smithi135 bash[32435]: audit 2023-12-08T02:59:12.331410+0000 mgr.a (mgr.14403) 23466 : audit 0 from='client.462879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:13 smithi079 bash[28699]: cluster 2023-12-08T02:59:12.167214+0000 mgr.a (mgr.14403) 23465 : cluster 0 pgmap v17524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:13 smithi079 bash[28699]: audit 2023-12-08T02:59:12.331410+0000 mgr.a (mgr.14403) 23466 : audit 0 from='client.462879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:16.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:15 smithi194 bash[32038]: cluster 2023-12-08T02:59:14.168028+0000 mgr.a (mgr.14403) 23467 : cluster 0 pgmap v17525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:15 smithi135 bash[32435]: cluster 2023-12-08T02:59:14.168028+0000 mgr.a (mgr.14403) 23467 : cluster 0 pgmap v17525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:15 smithi079 bash[28699]: cluster 2023-12-08T02:59:14.168028+0000 mgr.a (mgr.14403) 23467 : cluster 0 pgmap v17525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:17.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:59:17.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:17.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:17 smithi194 bash[32038]: cluster 2023-12-08T02:59:16.168598+0000 mgr.a (mgr.14403) 23468 : cluster 0 pgmap v17526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:17 smithi194 bash[32038]: audit 2023-12-08T02:59:17.223515+0000 mon.a (mon.0) 3687 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:17 smithi194 bash[32038]: audit 2023-12-08T02:59:17.228744+0000 mon.a (mon.0) 3688 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:17 smithi194 bash[32038]: audit 2023-12-08T02:59:17.277028+0000 mon.a (mon.0) 3689 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:17 smithi194 bash[32038]: audit 2023-12-08T02:59:17.281306+0000 mon.a (mon.0) 3690 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:17 smithi194 bash[32038]: audit 2023-12-08T02:59:17.287103+0000 mon.a (mon.0) 3691 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:17 smithi194 bash[32038]: audit 2023-12-08T02:59:17.290301+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:17 smithi135 bash[32435]: cluster 2023-12-08T02:59:16.168598+0000 mgr.a (mgr.14403) 23468 : cluster 0 pgmap v17526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:17 smithi135 bash[32435]: audit 2023-12-08T02:59:17.223515+0000 mon.a (mon.0) 3687 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:17 smithi135 bash[32435]: audit 2023-12-08T02:59:17.228744+0000 mon.a (mon.0) 3688 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:17 smithi135 bash[32435]: audit 2023-12-08T02:59:17.277028+0000 mon.a (mon.0) 3689 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:17 smithi135 bash[32435]: audit 2023-12-08T02:59:17.281306+0000 mon.a (mon.0) 3690 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:17 smithi135 bash[32435]: audit 2023-12-08T02:59:17.287103+0000 mon.a (mon.0) 3691 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:17 smithi135 bash[32435]: audit 2023-12-08T02:59:17.290301+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:17 smithi079 bash[28699]: cluster 2023-12-08T02:59:16.168598+0000 mgr.a (mgr.14403) 23468 : cluster 0 pgmap v17526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:17 smithi079 bash[28699]: audit 2023-12-08T02:59:17.223515+0000 mon.a (mon.0) 3687 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:17 smithi079 bash[28699]: audit 2023-12-08T02:59:17.228744+0000 mon.a (mon.0) 3688 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:17 smithi079 bash[28699]: audit 2023-12-08T02:59:17.277028+0000 mon.a (mon.0) 3689 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:17 smithi079 bash[28699]: audit 2023-12-08T02:59:17.281306+0000 mon.a (mon.0) 3690 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:17 smithi079 bash[28699]: audit 2023-12-08T02:59:17.287103+0000 mon.a (mon.0) 3691 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:17 smithi079 bash[28699]: audit 2023-12-08T02:59:17.290301+0000 mon.a (mon.0) 3692 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:18.734 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:59:18.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:18.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:18.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:18.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:59:19.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:18 smithi194 bash[32038]: audit 2023-12-08T02:59:17.978325+0000 mon.a (mon.0) 3693 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:59:19.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:18 smithi194 bash[32038]: audit 2023-12-08T02:59:17.980087+0000 mon.a (mon.0) 3694 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:59:19.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:18 smithi194 bash[32038]: audit 2023-12-08T02:59:17.991146+0000 mon.a (mon.0) 3695 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:19.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:18 smithi135 bash[32435]: audit 2023-12-08T02:59:17.978325+0000 mon.a (mon.0) 3693 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:59:19.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:18 smithi135 bash[32435]: audit 2023-12-08T02:59:17.980087+0000 mon.a (mon.0) 3694 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:59:19.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:18 smithi135 bash[32435]: audit 2023-12-08T02:59:17.991146+0000 mon.a (mon.0) 3695 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:19.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:18 smithi079 bash[28699]: audit 2023-12-08T02:59:17.978325+0000 mon.a (mon.0) 3693 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T02:59:19.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:18 smithi079 bash[28699]: audit 2023-12-08T02:59:17.980087+0000 mon.a (mon.0) 3694 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T02:59:19.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:18 smithi079 bash[28699]: audit 2023-12-08T02:59:17.991146+0000 mon.a (mon.0) 3695 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T02:59:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:19 smithi079 bash[28699]: cluster 2023-12-08T02:59:18.169240+0000 mgr.a (mgr.14403) 23469 : cluster 0 pgmap v17527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:19 smithi079 bash[28699]: audit 2023-12-08T02:59:18.217965+0000 mgr.a (mgr.14403) 23470 : audit 0 from='client.462957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:20.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:19 smithi194 bash[32038]: cluster 2023-12-08T02:59:18.169240+0000 mgr.a (mgr.14403) 23469 : cluster 0 pgmap v17527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:19 smithi194 bash[32038]: audit 2023-12-08T02:59:18.217965+0000 mgr.a (mgr.14403) 23470 : audit 0 from='client.462957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:19 smithi135 bash[32435]: cluster 2023-12-08T02:59:18.169240+0000 mgr.a (mgr.14403) 23469 : cluster 0 pgmap v17527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:19 smithi135 bash[32435]: audit 2023-12-08T02:59:18.217965+0000 mgr.a (mgr.14403) 23470 : audit 0 from='client.462957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:21 smithi079 bash[28699]: cluster 2023-12-08T02:59:20.170167+0000 mgr.a (mgr.14403) 23471 : cluster 0 pgmap v17528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:59:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:21 smithi194 bash[32038]: cluster 2023-12-08T02:59:20.170167+0000 mgr.a (mgr.14403) 23471 : cluster 0 pgmap v17528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:59:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:21 smithi135 bash[32435]: cluster 2023-12-08T02:59:20.170167+0000 mgr.a (mgr.14403) 23471 : cluster 0 pgmap v17528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T02:59:23.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:59:23.736 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:23.737 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:24 smithi079 bash[28699]: cluster 2023-12-08T02:59:22.170815+0000 mgr.a (mgr.14403) 23472 : cluster 0 pgmap v17529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:59:24.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:24 smithi194 bash[32038]: cluster 2023-12-08T02:59:22.170815+0000 mgr.a (mgr.14403) 23472 : cluster 0 pgmap v17529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:59:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:24 smithi135 bash[32435]: cluster 2023-12-08T02:59:22.170815+0000 mgr.a (mgr.14403) 23472 : cluster 0 pgmap v17529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T02:59:24.628 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:59:24.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:24.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:24.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:24.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:59:25.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:25 smithi079 bash[28699]: audit 2023-12-08T02:59:24.136534+0000 mgr.a (mgr.14403) 23473 : audit 0 from='client.463035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:25.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:25 smithi194 bash[32038]: audit 2023-12-08T02:59:24.136534+0000 mgr.a (mgr.14403) 23473 : audit 0 from='client.463035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:25.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:25 smithi135 bash[32435]: audit 2023-12-08T02:59:24.136534+0000 mgr.a (mgr.14403) 23473 : audit 0 from='client.463035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:26 smithi079 bash[28699]: cluster 2023-12-08T02:59:24.171809+0000 mgr.a (mgr.14403) 23474 : cluster 0 pgmap v17530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:26.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:26 smithi194 bash[32038]: cluster 2023-12-08T02:59:24.171809+0000 mgr.a (mgr.14403) 23474 : cluster 0 pgmap v17530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:26 smithi135 bash[32435]: cluster 2023-12-08T02:59:24.171809+0000 mgr.a (mgr.14403) 23474 : cluster 0 pgmap v17530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:28 smithi079 bash[28699]: cluster 2023-12-08T02:59:26.172489+0000 mgr.a (mgr.14403) 23475 : cluster 0 pgmap v17531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:28 smithi194 bash[32038]: cluster 2023-12-08T02:59:26.172489+0000 mgr.a (mgr.14403) 23475 : cluster 0 pgmap v17531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:28 smithi135 bash[32435]: cluster 2023-12-08T02:59:26.172489+0000 mgr.a (mgr.14403) 23475 : cluster 0 pgmap v17531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:29.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:59:29.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:29.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:30 smithi079 bash[28699]: cluster 2023-12-08T02:59:28.173056+0000 mgr.a (mgr.14403) 23476 : cluster 0 pgmap v17532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:30 smithi194 bash[32038]: cluster 2023-12-08T02:59:28.173056+0000 mgr.a (mgr.14403) 23476 : cluster 0 pgmap v17532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:30 smithi135 bash[32435]: cluster 2023-12-08T02:59:28.173056+0000 mgr.a (mgr.14403) 23476 : cluster 0 pgmap v17532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:30.554 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:59:30.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:30.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:30.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:30.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:59:31.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:31 smithi079 bash[28699]: audit 2023-12-08T02:59:30.033884+0000 mgr.a (mgr.14403) 23477 : audit 0 from='client.463110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:31.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:31 smithi194 bash[32038]: audit 2023-12-08T02:59:30.033884+0000 mgr.a (mgr.14403) 23477 : audit 0 from='client.463110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:31.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:31 smithi135 bash[32435]: audit 2023-12-08T02:59:30.033884+0000 mgr.a (mgr.14403) 23477 : audit 0 from='client.463110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:32 smithi079 bash[28699]: cluster 2023-12-08T02:59:30.173632+0000 mgr.a (mgr.14403) 23478 : cluster 0 pgmap v17533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:32 smithi194 bash[32038]: cluster 2023-12-08T02:59:30.173632+0000 mgr.a (mgr.14403) 23478 : cluster 0 pgmap v17533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:32 smithi135 bash[32435]: cluster 2023-12-08T02:59:30.173632+0000 mgr.a (mgr.14403) 23478 : cluster 0 pgmap v17533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:34 smithi079 bash[28699]: cluster 2023-12-08T02:59:32.174257+0000 mgr.a (mgr.14403) 23479 : cluster 0 pgmap v17534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:59:34.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:34 smithi194 bash[32038]: cluster 2023-12-08T02:59:32.174257+0000 mgr.a (mgr.14403) 23479 : cluster 0 pgmap v17534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:59:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:34 smithi135 bash[32435]: cluster 2023-12-08T02:59:32.174257+0000 mgr.a (mgr.14403) 23479 : cluster 0 pgmap v17534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T02:59:35.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:59:35.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:35.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:36 smithi079 bash[28699]: cluster 2023-12-08T02:59:34.175221+0000 mgr.a (mgr.14403) 23480 : cluster 0 pgmap v17535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:59:36.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:36.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:36.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:36.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:59:36.443 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:59:36.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:36 smithi194 bash[32038]: cluster 2023-12-08T02:59:34.175221+0000 mgr.a (mgr.14403) 23480 : cluster 0 pgmap v17535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:59:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:36 smithi135 bash[32435]: cluster 2023-12-08T02:59:34.175221+0000 mgr.a (mgr.14403) 23480 : cluster 0 pgmap v17535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T02:59:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:37 smithi079 bash[28699]: audit 2023-12-08T02:59:35.959449+0000 mgr.a (mgr.14403) 23481 : audit 0 from='client.463188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:37 smithi194 bash[32038]: audit 2023-12-08T02:59:35.959449+0000 mgr.a (mgr.14403) 23481 : audit 0 from='client.463188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:37.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:37 smithi135 bash[32435]: audit 2023-12-08T02:59:35.959449+0000 mgr.a (mgr.14403) 23481 : audit 0 from='client.463188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:38 smithi079 bash[28699]: cluster 2023-12-08T02:59:36.175708+0000 mgr.a (mgr.14403) 23482 : cluster 0 pgmap v17536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:38.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:38 smithi194 bash[32038]: cluster 2023-12-08T02:59:36.175708+0000 mgr.a (mgr.14403) 23482 : cluster 0 pgmap v17536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:38 smithi135 bash[32435]: cluster 2023-12-08T02:59:36.175708+0000 mgr.a (mgr.14403) 23482 : cluster 0 pgmap v17536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:40 smithi079 bash[28699]: cluster 2023-12-08T02:59:38.176316+0000 mgr.a (mgr.14403) 23483 : cluster 0 pgmap v17537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:40 smithi194 bash[32038]: cluster 2023-12-08T02:59:38.176316+0000 mgr.a (mgr.14403) 23483 : cluster 0 pgmap v17537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:40 smithi135 bash[32435]: cluster 2023-12-08T02:59:38.176316+0000 mgr.a (mgr.14403) 23483 : cluster 0 pgmap v17537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:41.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:59:41.446 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:41.446 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:42.361 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:59:42.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:42.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:42.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:42.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:59:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:42 smithi079 bash[28699]: cluster 2023-12-08T02:59:40.177306+0000 mgr.a (mgr.14403) 23484 : cluster 0 pgmap v17538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:42.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:42 smithi194 bash[32038]: cluster 2023-12-08T02:59:40.177306+0000 mgr.a (mgr.14403) 23484 : cluster 0 pgmap v17538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:42 smithi135 bash[32435]: cluster 2023-12-08T02:59:40.177306+0000 mgr.a (mgr.14403) 23484 : cluster 0 pgmap v17538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:43.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:43 smithi079 bash[28699]: audit 2023-12-08T02:59:41.855916+0000 mgr.a (mgr.14403) 23485 : audit 0 from='client.463266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:43.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:43 smithi194 bash[32038]: audit 2023-12-08T02:59:41.855916+0000 mgr.a (mgr.14403) 23485 : audit 0 from='client.463266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:43.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:43 smithi135 bash[32435]: audit 2023-12-08T02:59:41.855916+0000 mgr.a (mgr.14403) 23485 : audit 0 from='client.463266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:44 smithi079 bash[28699]: cluster 2023-12-08T02:59:42.178027+0000 mgr.a (mgr.14403) 23486 : cluster 0 pgmap v17539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:44.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:44 smithi194 bash[32038]: cluster 2023-12-08T02:59:42.178027+0000 mgr.a (mgr.14403) 23486 : cluster 0 pgmap v17539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:44 smithi135 bash[32435]: cluster 2023-12-08T02:59:42.178027+0000 mgr.a (mgr.14403) 23486 : cluster 0 pgmap v17539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:46 smithi079 bash[28699]: cluster 2023-12-08T02:59:44.178932+0000 mgr.a (mgr.14403) 23487 : cluster 0 pgmap v17540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:46.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:46 smithi194 bash[32038]: cluster 2023-12-08T02:59:44.178932+0000 mgr.a (mgr.14403) 23487 : cluster 0 pgmap v17540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:46 smithi135 bash[32435]: cluster 2023-12-08T02:59:44.178932+0000 mgr.a (mgr.14403) 23487 : cluster 0 pgmap v17540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:47.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:59:47.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:47.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:48.292 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:59:48.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:48.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:48.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:48.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:59:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:48 smithi079 bash[28699]: cluster 2023-12-08T02:59:46.179592+0000 mgr.a (mgr.14403) 23488 : cluster 0 pgmap v17541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:48 smithi194 bash[32038]: cluster 2023-12-08T02:59:46.179592+0000 mgr.a (mgr.14403) 23488 : cluster 0 pgmap v17541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:48 smithi135 bash[32435]: cluster 2023-12-08T02:59:46.179592+0000 mgr.a (mgr.14403) 23488 : cluster 0 pgmap v17541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:49.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:49 smithi079 bash[28699]: audit 2023-12-08T02:59:47.772511+0000 mgr.a (mgr.14403) 23489 : audit 0 from='client.463341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:49.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:49 smithi194 bash[32038]: audit 2023-12-08T02:59:47.772511+0000 mgr.a (mgr.14403) 23489 : audit 0 from='client.463341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:49.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:49 smithi135 bash[32435]: audit 2023-12-08T02:59:47.772511+0000 mgr.a (mgr.14403) 23489 : audit 0 from='client.463341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:50 smithi079 bash[28699]: cluster 2023-12-08T02:59:48.180302+0000 mgr.a (mgr.14403) 23490 : cluster 0 pgmap v17542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:50.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:50 smithi194 bash[32038]: cluster 2023-12-08T02:59:48.180302+0000 mgr.a (mgr.14403) 23490 : cluster 0 pgmap v17542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:50 smithi135 bash[32435]: cluster 2023-12-08T02:59:48.180302+0000 mgr.a (mgr.14403) 23490 : cluster 0 pgmap v17542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:52 smithi079 bash[28699]: cluster 2023-12-08T02:59:50.181124+0000 mgr.a (mgr.14403) 23491 : cluster 0 pgmap v17543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:52.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:52 smithi194 bash[32038]: cluster 2023-12-08T02:59:50.181124+0000 mgr.a (mgr.14403) 23491 : cluster 0 pgmap v17543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:52 smithi135 bash[32435]: cluster 2023-12-08T02:59:50.181124+0000 mgr.a (mgr.14403) 23491 : cluster 0 pgmap v17543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T02:59:53.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:59:53.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:53.296 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T02:59:54.231 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T02:59:54.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T02:59:54.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T02:59:54.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T02:59:54.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T02:59:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:54 smithi079 bash[28699]: cluster 2023-12-08T02:59:52.181669+0000 mgr.a (mgr.14403) 23492 : cluster 0 pgmap v17544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:54.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:54 smithi194 bash[32038]: cluster 2023-12-08T02:59:52.181669+0000 mgr.a (mgr.14403) 23492 : cluster 0 pgmap v17544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:54 smithi135 bash[32435]: cluster 2023-12-08T02:59:52.181669+0000 mgr.a (mgr.14403) 23492 : cluster 0 pgmap v17544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:55 smithi079 bash[28699]: audit 2023-12-08T02:59:53.712468+0000 mgr.a (mgr.14403) 23493 : audit 0 from='client.463419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:55.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:55 smithi194 bash[32038]: audit 2023-12-08T02:59:53.712468+0000 mgr.a (mgr.14403) 23493 : audit 0 from='client.463419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:55.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:55 smithi135 bash[32435]: audit 2023-12-08T02:59:53.712468+0000 mgr.a (mgr.14403) 23493 : audit 0 from='client.463419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T02:59:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:56 smithi079 bash[28699]: cluster 2023-12-08T02:59:54.182569+0000 mgr.a (mgr.14403) 23494 : cluster 0 pgmap v17545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:56.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:56 smithi194 bash[32038]: cluster 2023-12-08T02:59:54.182569+0000 mgr.a (mgr.14403) 23494 : cluster 0 pgmap v17545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:56 smithi135 bash[32435]: cluster 2023-12-08T02:59:54.182569+0000 mgr.a (mgr.14403) 23494 : cluster 0 pgmap v17545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T02:59:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 02:59:58 smithi079 bash[28699]: cluster 2023-12-08T02:59:56.183178+0000 mgr.a (mgr.14403) 23495 : cluster 0 pgmap v17546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:58.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 02:59:58 smithi194 bash[32038]: cluster 2023-12-08T02:59:56.183178+0000 mgr.a (mgr.14403) 23495 : cluster 0 pgmap v17546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 02:59:58 smithi135 bash[32435]: cluster 2023-12-08T02:59:56.183178+0000 mgr.a (mgr.14403) 23495 : cluster 0 pgmap v17546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T02:59:59.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T02:59:59.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T02:59:59.235 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:00.161 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:00:00.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:00.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:00.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:00.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:00:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:00 smithi079 bash[28699]: cluster 2023-12-08T02:59:58.183674+0000 mgr.a (mgr.14403) 23496 : cluster 0 pgmap v17547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:00 smithi079 bash[28699]: cluster 2023-12-08T03:00:00.000100+0000 mon.a (mon.0) 3696 : cluster 1 overall HEALTH_OK 2023-12-08T03:00:00.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:00 smithi194 bash[32038]: cluster 2023-12-08T02:59:58.183674+0000 mgr.a (mgr.14403) 23496 : cluster 0 pgmap v17547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:00 smithi194 bash[32038]: cluster 2023-12-08T03:00:00.000100+0000 mon.a (mon.0) 3696 : cluster 1 overall HEALTH_OK 2023-12-08T03:00:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:00 smithi135 bash[32435]: cluster 2023-12-08T02:59:58.183674+0000 mgr.a (mgr.14403) 23496 : cluster 0 pgmap v17547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:00 smithi135 bash[32435]: cluster 2023-12-08T03:00:00.000100+0000 mon.a (mon.0) 3696 : cluster 1 overall HEALTH_OK 2023-12-08T03:00:01.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:01 smithi079 bash[28699]: audit 2023-12-08T02:59:59.647212+0000 mgr.a (mgr.14403) 23497 : audit 0 from='client.463497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:01.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:01 smithi194 bash[32038]: audit 2023-12-08T02:59:59.647212+0000 mgr.a (mgr.14403) 23497 : audit 0 from='client.463497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:01.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:01 smithi135 bash[32435]: audit 2023-12-08T02:59:59.647212+0000 mgr.a (mgr.14403) 23497 : audit 0 from='client.463497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:02 smithi079 bash[28699]: cluster 2023-12-08T03:00:00.184716+0000 mgr.a (mgr.14403) 23498 : cluster 0 pgmap v17548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:02 smithi194 bash[32038]: cluster 2023-12-08T03:00:00.184716+0000 mgr.a (mgr.14403) 23498 : cluster 0 pgmap v17548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:02 smithi135 bash[32435]: cluster 2023-12-08T03:00:00.184716+0000 mgr.a (mgr.14403) 23498 : cluster 0 pgmap v17548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:04 smithi079 bash[28699]: cluster 2023-12-08T03:00:02.185253+0000 mgr.a (mgr.14403) 23499 : cluster 0 pgmap v17549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:04 smithi194 bash[32038]: cluster 2023-12-08T03:00:02.185253+0000 mgr.a (mgr.14403) 23499 : cluster 0 pgmap v17549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:04 smithi135 bash[32435]: cluster 2023-12-08T03:00:02.185253+0000 mgr.a (mgr.14403) 23499 : cluster 0 pgmap v17549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:05.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:00:05.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:05.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:06.078 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:00:06.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:06.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:06.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:06.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:00:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:06 smithi079 bash[28699]: cluster 2023-12-08T03:00:04.186053+0000 mgr.a (mgr.14403) 23500 : cluster 0 pgmap v17550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:06 smithi194 bash[32038]: cluster 2023-12-08T03:00:04.186053+0000 mgr.a (mgr.14403) 23500 : cluster 0 pgmap v17550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:06 smithi135 bash[32435]: cluster 2023-12-08T03:00:04.186053+0000 mgr.a (mgr.14403) 23500 : cluster 0 pgmap v17550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:07 smithi194 bash[32038]: audit 2023-12-08T03:00:05.569100+0000 mgr.a (mgr.14403) 23501 : audit 0 from='client.463575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:07 smithi135 bash[32435]: audit 2023-12-08T03:00:05.569100+0000 mgr.a (mgr.14403) 23501 : audit 0 from='client.463575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:07 smithi079 bash[28699]: audit 2023-12-08T03:00:05.569100+0000 mgr.a (mgr.14403) 23501 : audit 0 from='client.463575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:08.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:08 smithi194 bash[32038]: cluster 2023-12-08T03:00:06.186714+0000 mgr.a (mgr.14403) 23502 : cluster 0 pgmap v17551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:08 smithi135 bash[32435]: cluster 2023-12-08T03:00:06.186714+0000 mgr.a (mgr.14403) 23502 : cluster 0 pgmap v17551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:08 smithi079 bash[28699]: cluster 2023-12-08T03:00:06.186714+0000 mgr.a (mgr.14403) 23502 : cluster 0 pgmap v17551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:10 smithi194 bash[32038]: cluster 2023-12-08T03:00:08.187297+0000 mgr.a (mgr.14403) 23503 : cluster 0 pgmap v17552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:10 smithi135 bash[32435]: cluster 2023-12-08T03:00:08.187297+0000 mgr.a (mgr.14403) 23503 : cluster 0 pgmap v17552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:10 smithi079 bash[28699]: cluster 2023-12-08T03:00:08.187297+0000 mgr.a (mgr.14403) 23503 : cluster 0 pgmap v17552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:11.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:00:11.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:11.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:11.968 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:00:11.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:11.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:11.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:11.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:00:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:12 smithi194 bash[32038]: cluster 2023-12-08T03:00:10.188123+0000 mgr.a (mgr.14403) 23504 : cluster 0 pgmap v17553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:12 smithi135 bash[32435]: cluster 2023-12-08T03:00:10.188123+0000 mgr.a (mgr.14403) 23504 : cluster 0 pgmap v17553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:12 smithi079 bash[28699]: cluster 2023-12-08T03:00:10.188123+0000 mgr.a (mgr.14403) 23504 : cluster 0 pgmap v17553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:13.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:13 smithi194 bash[32038]: audit 2023-12-08T03:00:11.483486+0000 mgr.a (mgr.14403) 23505 : audit 0 from='client.463647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:13.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:13 smithi135 bash[32435]: audit 2023-12-08T03:00:11.483486+0000 mgr.a (mgr.14403) 23505 : audit 0 from='client.463647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:13 smithi079 bash[28699]: audit 2023-12-08T03:00:11.483486+0000 mgr.a (mgr.14403) 23505 : audit 0 from='client.463647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:14.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:14 smithi194 bash[32038]: cluster 2023-12-08T03:00:12.188858+0000 mgr.a (mgr.14403) 23506 : cluster 0 pgmap v17554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:14 smithi135 bash[32435]: cluster 2023-12-08T03:00:12.188858+0000 mgr.a (mgr.14403) 23506 : cluster 0 pgmap v17554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:14 smithi079 bash[28699]: cluster 2023-12-08T03:00:12.188858+0000 mgr.a (mgr.14403) 23506 : cluster 0 pgmap v17554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:16.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:16 smithi194 bash[32038]: cluster 2023-12-08T03:00:14.189722+0000 mgr.a (mgr.14403) 23507 : cluster 0 pgmap v17555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:16 smithi135 bash[32435]: cluster 2023-12-08T03:00:14.189722+0000 mgr.a (mgr.14403) 23507 : cluster 0 pgmap v17555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:16 smithi079 bash[28699]: cluster 2023-12-08T03:00:14.189722+0000 mgr.a (mgr.14403) 23507 : cluster 0 pgmap v17555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:16.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:00:16.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:16.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:17 smithi079 bash[28699]: cluster 2023-12-08T03:00:16.190292+0000 mgr.a (mgr.14403) 23508 : cluster 0 pgmap v17556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:17.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:17 smithi194 bash[32038]: cluster 2023-12-08T03:00:16.190292+0000 mgr.a (mgr.14403) 23508 : cluster 0 pgmap v17556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:17.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:17 smithi135 bash[32435]: cluster 2023-12-08T03:00:16.190292+0000 mgr.a (mgr.14403) 23508 : cluster 0 pgmap v17556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:17.905 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:00:17.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:17.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:17.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:17.906 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:00:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:18 smithi079 bash[28699]: audit 2023-12-08T03:00:17.383007+0000 mgr.a (mgr.14403) 23509 : audit 0 from='client.463722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:18 smithi079 bash[28699]: audit 2023-12-08T03:00:18.094098+0000 mon.a (mon.0) 3697 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:00:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:18 smithi194 bash[32038]: audit 2023-12-08T03:00:17.383007+0000 mgr.a (mgr.14403) 23509 : audit 0 from='client.463722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:18 smithi194 bash[32038]: audit 2023-12-08T03:00:18.094098+0000 mon.a (mon.0) 3697 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:00:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:18 smithi135 bash[32435]: audit 2023-12-08T03:00:17.383007+0000 mgr.a (mgr.14403) 23509 : audit 0 from='client.463722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:18 smithi135 bash[32435]: audit 2023-12-08T03:00:18.094098+0000 mon.a (mon.0) 3697 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:00:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:19 smithi079 bash[28699]: cluster 2023-12-08T03:00:18.191009+0000 mgr.a (mgr.14403) 23510 : cluster 0 pgmap v17557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:19 smithi079 bash[28699]: audit 2023-12-08T03:00:18.832717+0000 mon.a (mon.0) 3698 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:00:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:19 smithi079 bash[28699]: audit 2023-12-08T03:00:18.834328+0000 mon.a (mon.0) 3699 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:00:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:19 smithi079 bash[28699]: audit 2023-12-08T03:00:18.843252+0000 mon.a (mon.0) 3700 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:00:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:19 smithi194 bash[32038]: cluster 2023-12-08T03:00:18.191009+0000 mgr.a (mgr.14403) 23510 : cluster 0 pgmap v17557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:19 smithi194 bash[32038]: audit 2023-12-08T03:00:18.832717+0000 mon.a (mon.0) 3698 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:00:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:19 smithi194 bash[32038]: audit 2023-12-08T03:00:18.834328+0000 mon.a (mon.0) 3699 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:00:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:19 smithi194 bash[32038]: audit 2023-12-08T03:00:18.843252+0000 mon.a (mon.0) 3700 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:00:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:19 smithi135 bash[32435]: cluster 2023-12-08T03:00:18.191009+0000 mgr.a (mgr.14403) 23510 : cluster 0 pgmap v17557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:19 smithi135 bash[32435]: audit 2023-12-08T03:00:18.832717+0000 mon.a (mon.0) 3698 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:00:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:19 smithi135 bash[32435]: audit 2023-12-08T03:00:18.834328+0000 mon.a (mon.0) 3699 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:00:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:19 smithi135 bash[32435]: audit 2023-12-08T03:00:18.843252+0000 mon.a (mon.0) 3700 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:00:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:21 smithi194 bash[32038]: cluster 2023-12-08T03:00:20.191835+0000 mgr.a (mgr.14403) 23511 : cluster 0 pgmap v17558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:21 smithi135 bash[32435]: cluster 2023-12-08T03:00:20.191835+0000 mgr.a (mgr.14403) 23511 : cluster 0 pgmap v17558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:21 smithi079 bash[28699]: cluster 2023-12-08T03:00:20.191835+0000 mgr.a (mgr.14403) 23511 : cluster 0 pgmap v17558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:22.908 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:00:22.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:22.909 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:23.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:23 smithi194 bash[32038]: cluster 2023-12-08T03:00:22.192424+0000 mgr.a (mgr.14403) 23512 : cluster 0 pgmap v17559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:23 smithi135 bash[32435]: cluster 2023-12-08T03:00:22.192424+0000 mgr.a (mgr.14403) 23512 : cluster 0 pgmap v17559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:23.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:00:23.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:23.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:23.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:23.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:00:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:23 smithi079 bash[28699]: cluster 2023-12-08T03:00:22.192424+0000 mgr.a (mgr.14403) 23512 : cluster 0 pgmap v17559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:24.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:24 smithi194 bash[32038]: audit 2023-12-08T03:00:23.311215+0000 mgr.a (mgr.14403) 23513 : audit 0 from='client.463797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:24 smithi135 bash[32435]: audit 2023-12-08T03:00:23.311215+0000 mgr.a (mgr.14403) 23513 : audit 0 from='client.463797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:24.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:24 smithi079 bash[28699]: audit 2023-12-08T03:00:23.311215+0000 mgr.a (mgr.14403) 23513 : audit 0 from='client.463797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:25 smithi135 bash[32435]: cluster 2023-12-08T03:00:24.193363+0000 mgr.a (mgr.14403) 23514 : cluster 0 pgmap v17560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:00:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:25 smithi079 bash[28699]: cluster 2023-12-08T03:00:24.193363+0000 mgr.a (mgr.14403) 23514 : cluster 0 pgmap v17560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:00:25.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:25 smithi194 bash[32038]: cluster 2023-12-08T03:00:24.193363+0000 mgr.a (mgr.14403) 23514 : cluster 0 pgmap v17560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:00:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:27 smithi079 bash[28699]: cluster 2023-12-08T03:00:26.193918+0000 mgr.a (mgr.14403) 23515 : cluster 0 pgmap v17561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:00:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:27 smithi194 bash[32038]: cluster 2023-12-08T03:00:26.193918+0000 mgr.a (mgr.14403) 23515 : cluster 0 pgmap v17561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:00:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:27 smithi135 bash[32435]: cluster 2023-12-08T03:00:26.193918+0000 mgr.a (mgr.14403) 23515 : cluster 0 pgmap v17561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:00:28.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:00:28.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:28.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:29.732 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:00:29.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:29.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:29.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:29.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:00:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:29 smithi079 bash[28699]: cluster 2023-12-08T03:00:28.194479+0000 mgr.a (mgr.14403) 23516 : cluster 0 pgmap v17562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:00:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:29 smithi194 bash[32038]: cluster 2023-12-08T03:00:28.194479+0000 mgr.a (mgr.14403) 23516 : cluster 0 pgmap v17562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:00:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:29 smithi135 bash[32435]: cluster 2023-12-08T03:00:28.194479+0000 mgr.a (mgr.14403) 23516 : cluster 0 pgmap v17562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:00:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:30 smithi079 bash[28699]: audit 2023-12-08T03:00:29.222383+0000 mgr.a (mgr.14403) 23517 : audit 0 from='client.463869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:30.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:30 smithi194 bash[32038]: audit 2023-12-08T03:00:29.222383+0000 mgr.a (mgr.14403) 23517 : audit 0 from='client.463869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:30.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:30 smithi135 bash[32435]: audit 2023-12-08T03:00:29.222383+0000 mgr.a (mgr.14403) 23517 : audit 0 from='client.463869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:31 smithi079 bash[28699]: cluster 2023-12-08T03:00:30.195490+0000 mgr.a (mgr.14403) 23518 : cluster 0 pgmap v17563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:31 smithi194 bash[32038]: cluster 2023-12-08T03:00:30.195490+0000 mgr.a (mgr.14403) 23518 : cluster 0 pgmap v17563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:31 smithi135 bash[32435]: cluster 2023-12-08T03:00:30.195490+0000 mgr.a (mgr.14403) 23518 : cluster 0 pgmap v17563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:33 smithi079 bash[28699]: cluster 2023-12-08T03:00:32.196070+0000 mgr.a (mgr.14403) 23519 : cluster 0 pgmap v17564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:33.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:33 smithi194 bash[32038]: cluster 2023-12-08T03:00:32.196070+0000 mgr.a (mgr.14403) 23519 : cluster 0 pgmap v17564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:33 smithi135 bash[32435]: cluster 2023-12-08T03:00:32.196070+0000 mgr.a (mgr.14403) 23519 : cluster 0 pgmap v17564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:00:34.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:00:34.736 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:34.736 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:35.649 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:00:35.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:35.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:35.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:35.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:00:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:35 smithi079 bash[28699]: cluster 2023-12-08T03:00:34.196817+0000 mgr.a (mgr.14403) 23520 : cluster 0 pgmap v17565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:35 smithi079 bash[28699]: audit 2023-12-08T03:00:35.140439+0000 mgr.a (mgr.14403) 23521 : audit 0 from='client.463947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:35 smithi194 bash[32038]: cluster 2023-12-08T03:00:34.196817+0000 mgr.a (mgr.14403) 23520 : cluster 0 pgmap v17565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:35 smithi194 bash[32038]: audit 2023-12-08T03:00:35.140439+0000 mgr.a (mgr.14403) 23521 : audit 0 from='client.463947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:35 smithi135 bash[32435]: cluster 2023-12-08T03:00:34.196817+0000 mgr.a (mgr.14403) 23520 : cluster 0 pgmap v17565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:35 smithi135 bash[32435]: audit 2023-12-08T03:00:35.140439+0000 mgr.a (mgr.14403) 23521 : audit 0 from='client.463947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:37 smithi079 bash[28699]: cluster 2023-12-08T03:00:36.197481+0000 mgr.a (mgr.14403) 23522 : cluster 0 pgmap v17566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:00:37.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:37 smithi194 bash[32038]: cluster 2023-12-08T03:00:36.197481+0000 mgr.a (mgr.14403) 23522 : cluster 0 pgmap v17566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:00:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:37 smithi135 bash[32435]: cluster 2023-12-08T03:00:36.197481+0000 mgr.a (mgr.14403) 23522 : cluster 0 pgmap v17566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:00:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:39 smithi079 bash[28699]: cluster 2023-12-08T03:00:38.198036+0000 mgr.a (mgr.14403) 23523 : cluster 0 pgmap v17567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:00:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:39 smithi194 bash[32038]: cluster 2023-12-08T03:00:38.198036+0000 mgr.a (mgr.14403) 23523 : cluster 0 pgmap v17567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:00:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:39 smithi135 bash[32435]: cluster 2023-12-08T03:00:38.198036+0000 mgr.a (mgr.14403) 23523 : cluster 0 pgmap v17567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:00:40.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:00:40.653 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:40.653 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:41.576 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:00:41.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:41.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:41.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:41.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:00:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:41 smithi079 bash[28699]: cluster 2023-12-08T03:00:40.198775+0000 mgr.a (mgr.14403) 23524 : cluster 0 pgmap v17568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:00:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:41 smithi079 bash[28699]: audit 2023-12-08T03:00:41.058785+0000 mgr.a (mgr.14403) 23525 : audit 0 from='client.464022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:41 smithi194 bash[32038]: cluster 2023-12-08T03:00:40.198775+0000 mgr.a (mgr.14403) 23524 : cluster 0 pgmap v17568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:00:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:41 smithi194 bash[32038]: audit 2023-12-08T03:00:41.058785+0000 mgr.a (mgr.14403) 23525 : audit 0 from='client.464022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:41 smithi135 bash[32435]: cluster 2023-12-08T03:00:40.198775+0000 mgr.a (mgr.14403) 23524 : cluster 0 pgmap v17568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:00:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:41 smithi135 bash[32435]: audit 2023-12-08T03:00:41.058785+0000 mgr.a (mgr.14403) 23525 : audit 0 from='client.464022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:43 smithi079 bash[28699]: cluster 2023-12-08T03:00:42.199459+0000 mgr.a (mgr.14403) 23526 : cluster 0 pgmap v17569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:43.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:43 smithi194 bash[32038]: cluster 2023-12-08T03:00:42.199459+0000 mgr.a (mgr.14403) 23526 : cluster 0 pgmap v17569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:43 smithi135 bash[32435]: cluster 2023-12-08T03:00:42.199459+0000 mgr.a (mgr.14403) 23526 : cluster 0 pgmap v17569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:45 smithi079 bash[28699]: cluster 2023-12-08T03:00:44.200244+0000 mgr.a (mgr.14403) 23527 : cluster 0 pgmap v17570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:45 smithi194 bash[32038]: cluster 2023-12-08T03:00:44.200244+0000 mgr.a (mgr.14403) 23527 : cluster 0 pgmap v17570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:45 smithi135 bash[32435]: cluster 2023-12-08T03:00:44.200244+0000 mgr.a (mgr.14403) 23527 : cluster 0 pgmap v17570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:46.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:00:46.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:46.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:47.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:47.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:47.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:47.458 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:00:47.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:00:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:47 smithi079 bash[28699]: cluster 2023-12-08T03:00:46.200765+0000 mgr.a (mgr.14403) 23528 : cluster 0 pgmap v17571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:47 smithi079 bash[28699]: audit 2023-12-08T03:00:46.980384+0000 mgr.a (mgr.14403) 23529 : audit 0 from='client.464097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:47 smithi194 bash[32038]: cluster 2023-12-08T03:00:46.200765+0000 mgr.a (mgr.14403) 23528 : cluster 0 pgmap v17571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:47 smithi194 bash[32038]: audit 2023-12-08T03:00:46.980384+0000 mgr.a (mgr.14403) 23529 : audit 0 from='client.464097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:47 smithi135 bash[32435]: cluster 2023-12-08T03:00:46.200765+0000 mgr.a (mgr.14403) 23528 : cluster 0 pgmap v17571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:47 smithi135 bash[32435]: audit 2023-12-08T03:00:46.980384+0000 mgr.a (mgr.14403) 23529 : audit 0 from='client.464097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:49 smithi079 bash[28699]: cluster 2023-12-08T03:00:48.201417+0000 mgr.a (mgr.14403) 23530 : cluster 0 pgmap v17572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:49.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:49 smithi194 bash[32038]: cluster 2023-12-08T03:00:48.201417+0000 mgr.a (mgr.14403) 23530 : cluster 0 pgmap v17572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:49 smithi135 bash[32435]: cluster 2023-12-08T03:00:48.201417+0000 mgr.a (mgr.14403) 23530 : cluster 0 pgmap v17572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:51 smithi079 bash[28699]: cluster 2023-12-08T03:00:50.202250+0000 mgr.a (mgr.14403) 23531 : cluster 0 pgmap v17573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:51.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:51 smithi194 bash[32038]: cluster 2023-12-08T03:00:50.202250+0000 mgr.a (mgr.14403) 23531 : cluster 0 pgmap v17573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:51 smithi135 bash[32435]: cluster 2023-12-08T03:00:50.202250+0000 mgr.a (mgr.14403) 23531 : cluster 0 pgmap v17573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:52.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:00:52.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:52.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:53.392 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:00:53.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:53.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:53.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:53.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:00:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:53 smithi079 bash[28699]: cluster 2023-12-08T03:00:52.202761+0000 mgr.a (mgr.14403) 23532 : cluster 0 pgmap v17574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:53 smithi079 bash[28699]: audit 2023-12-08T03:00:52.872727+0000 mgr.a (mgr.14403) 23533 : audit 0 from='client.464175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:53 smithi194 bash[32038]: cluster 2023-12-08T03:00:52.202761+0000 mgr.a (mgr.14403) 23532 : cluster 0 pgmap v17574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:53 smithi194 bash[32038]: audit 2023-12-08T03:00:52.872727+0000 mgr.a (mgr.14403) 23533 : audit 0 from='client.464175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:53 smithi135 bash[32435]: cluster 2023-12-08T03:00:52.202761+0000 mgr.a (mgr.14403) 23532 : cluster 0 pgmap v17574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:53 smithi135 bash[32435]: audit 2023-12-08T03:00:52.872727+0000 mgr.a (mgr.14403) 23533 : audit 0 from='client.464175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:55 smithi079 bash[28699]: cluster 2023-12-08T03:00:54.203770+0000 mgr.a (mgr.14403) 23534 : cluster 0 pgmap v17575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:55.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:55 smithi194 bash[32038]: cluster 2023-12-08T03:00:54.203770+0000 mgr.a (mgr.14403) 23534 : cluster 0 pgmap v17575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:55 smithi135 bash[32435]: cluster 2023-12-08T03:00:54.203770+0000 mgr.a (mgr.14403) 23534 : cluster 0 pgmap v17575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:00:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:57 smithi079 bash[28699]: cluster 2023-12-08T03:00:56.204529+0000 mgr.a (mgr.14403) 23535 : cluster 0 pgmap v17576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:57.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:57 smithi194 bash[32038]: cluster 2023-12-08T03:00:56.204529+0000 mgr.a (mgr.14403) 23535 : cluster 0 pgmap v17576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:57 smithi135 bash[32435]: cluster 2023-12-08T03:00:56.204529+0000 mgr.a (mgr.14403) 23535 : cluster 0 pgmap v17576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:58.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:00:58.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:00:58.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:00:59.316 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:00:59.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:00:59.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:00:59.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:00:59.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:00:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:59 smithi079 bash[28699]: cluster 2023-12-08T03:00:58.205276+0000 mgr.a (mgr.14403) 23536 : cluster 0 pgmap v17577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:00:59 smithi079 bash[28699]: audit 2023-12-08T03:00:58.802108+0000 mgr.a (mgr.14403) 23537 : audit 0 from='client.464244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:59.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:59 smithi194 bash[32038]: cluster 2023-12-08T03:00:58.205276+0000 mgr.a (mgr.14403) 23536 : cluster 0 pgmap v17577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:00:59 smithi194 bash[32038]: audit 2023-12-08T03:00:58.802108+0000 mgr.a (mgr.14403) 23537 : audit 0 from='client.464244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:00:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:59 smithi135 bash[32435]: cluster 2023-12-08T03:00:58.205276+0000 mgr.a (mgr.14403) 23536 : cluster 0 pgmap v17577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:00:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:00:59 smithi135 bash[32435]: audit 2023-12-08T03:00:58.802108+0000 mgr.a (mgr.14403) 23537 : audit 0 from='client.464244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:01 smithi079 bash[28699]: cluster 2023-12-08T03:01:00.206298+0000 mgr.a (mgr.14403) 23538 : cluster 0 pgmap v17578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:01 smithi194 bash[32038]: cluster 2023-12-08T03:01:00.206298+0000 mgr.a (mgr.14403) 23538 : cluster 0 pgmap v17578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:01 smithi135 bash[32435]: cluster 2023-12-08T03:01:00.206298+0000 mgr.a (mgr.14403) 23538 : cluster 0 pgmap v17578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:03 smithi079 bash[28699]: cluster 2023-12-08T03:01:02.206851+0000 mgr.a (mgr.14403) 23539 : cluster 0 pgmap v17579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:03.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:03 smithi194 bash[32038]: cluster 2023-12-08T03:01:02.206851+0000 mgr.a (mgr.14403) 23539 : cluster 0 pgmap v17579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:03 smithi135 bash[32435]: cluster 2023-12-08T03:01:02.206851+0000 mgr.a (mgr.14403) 23539 : cluster 0 pgmap v17579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:04.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:01:04.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:04.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:05.259 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:01:05.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:05.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:05.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:05.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:01:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:05 smithi079 bash[28699]: cluster 2023-12-08T03:01:04.207706+0000 mgr.a (mgr.14403) 23540 : cluster 0 pgmap v17580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:05 smithi079 bash[28699]: audit 2023-12-08T03:01:04.732216+0000 mgr.a (mgr.14403) 23541 : audit 0 from='client.464316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:05.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:05 smithi194 bash[32038]: cluster 2023-12-08T03:01:04.207706+0000 mgr.a (mgr.14403) 23540 : cluster 0 pgmap v17580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:05 smithi194 bash[32038]: audit 2023-12-08T03:01:04.732216+0000 mgr.a (mgr.14403) 23541 : audit 0 from='client.464316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:05 smithi135 bash[32435]: cluster 2023-12-08T03:01:04.207706+0000 mgr.a (mgr.14403) 23540 : cluster 0 pgmap v17580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:05 smithi135 bash[32435]: audit 2023-12-08T03:01:04.732216+0000 mgr.a (mgr.14403) 23541 : audit 0 from='client.464316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:07 smithi079 bash[28699]: cluster 2023-12-08T03:01:06.208319+0000 mgr.a (mgr.14403) 23542 : cluster 0 pgmap v17581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:07 smithi194 bash[32038]: cluster 2023-12-08T03:01:06.208319+0000 mgr.a (mgr.14403) 23542 : cluster 0 pgmap v17581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:07 smithi135 bash[32435]: cluster 2023-12-08T03:01:06.208319+0000 mgr.a (mgr.14403) 23542 : cluster 0 pgmap v17581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:09 smithi079 bash[28699]: cluster 2023-12-08T03:01:08.208976+0000 mgr.a (mgr.14403) 23543 : cluster 0 pgmap v17582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:09 smithi194 bash[32038]: cluster 2023-12-08T03:01:08.208976+0000 mgr.a (mgr.14403) 23543 : cluster 0 pgmap v17582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:09 smithi135 bash[32435]: cluster 2023-12-08T03:01:08.208976+0000 mgr.a (mgr.14403) 23543 : cluster 0 pgmap v17582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:10.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:01:10.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:10.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:11.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:11.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:11.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:11.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:01:11.190 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:01:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:11 smithi079 bash[28699]: cluster 2023-12-08T03:01:10.209949+0000 mgr.a (mgr.14403) 23544 : cluster 0 pgmap v17583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:11 smithi079 bash[28699]: audit 2023-12-08T03:01:10.669939+0000 mgr.a (mgr.14403) 23545 : audit 0 from='client.464388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:11 smithi194 bash[32038]: cluster 2023-12-08T03:01:10.209949+0000 mgr.a (mgr.14403) 23544 : cluster 0 pgmap v17583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:11 smithi194 bash[32038]: audit 2023-12-08T03:01:10.669939+0000 mgr.a (mgr.14403) 23545 : audit 0 from='client.464388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:11 smithi135 bash[32435]: cluster 2023-12-08T03:01:10.209949+0000 mgr.a (mgr.14403) 23544 : cluster 0 pgmap v17583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:11 smithi135 bash[32435]: audit 2023-12-08T03:01:10.669939+0000 mgr.a (mgr.14403) 23545 : audit 0 from='client.464388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:13 smithi079 bash[28699]: cluster 2023-12-08T03:01:12.210762+0000 mgr.a (mgr.14403) 23546 : cluster 0 pgmap v17584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:13.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:13 smithi194 bash[32038]: cluster 2023-12-08T03:01:12.210762+0000 mgr.a (mgr.14403) 23546 : cluster 0 pgmap v17584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:13 smithi135 bash[32435]: cluster 2023-12-08T03:01:12.210762+0000 mgr.a (mgr.14403) 23546 : cluster 0 pgmap v17584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:15 smithi079 bash[28699]: cluster 2023-12-08T03:01:14.211749+0000 mgr.a (mgr.14403) 23547 : cluster 0 pgmap v17585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:15 smithi194 bash[32038]: cluster 2023-12-08T03:01:14.211749+0000 mgr.a (mgr.14403) 23547 : cluster 0 pgmap v17585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:15 smithi135 bash[32435]: cluster 2023-12-08T03:01:14.211749+0000 mgr.a (mgr.14403) 23547 : cluster 0 pgmap v17585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:16.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:01:16.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:16.192 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:17.092 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:01:17.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:17.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:17.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:17.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:01:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:17 smithi079 bash[28699]: cluster 2023-12-08T03:01:16.212300+0000 mgr.a (mgr.14403) 23548 : cluster 0 pgmap v17586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:17 smithi079 bash[28699]: audit 2023-12-08T03:01:16.598899+0000 mgr.a (mgr.14403) 23549 : audit 0 from='client.464466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:17 smithi194 bash[32038]: cluster 2023-12-08T03:01:16.212300+0000 mgr.a (mgr.14403) 23548 : cluster 0 pgmap v17586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:17 smithi194 bash[32038]: audit 2023-12-08T03:01:16.598899+0000 mgr.a (mgr.14403) 23549 : audit 0 from='client.464466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:17 smithi135 bash[32435]: cluster 2023-12-08T03:01:16.212300+0000 mgr.a (mgr.14403) 23548 : cluster 0 pgmap v17586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:17 smithi135 bash[32435]: audit 2023-12-08T03:01:16.598899+0000 mgr.a (mgr.14403) 23549 : audit 0 from='client.464466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:19 smithi079 bash[28699]: cluster 2023-12-08T03:01:18.212888+0000 mgr.a (mgr.14403) 23550 : cluster 0 pgmap v17587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:19 smithi079 bash[28699]: audit 2023-12-08T03:01:18.945651+0000 mon.a (mon.0) 3701 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:01:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:19 smithi194 bash[32038]: cluster 2023-12-08T03:01:18.212888+0000 mgr.a (mgr.14403) 23550 : cluster 0 pgmap v17587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:19 smithi194 bash[32038]: audit 2023-12-08T03:01:18.945651+0000 mon.a (mon.0) 3701 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:01:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:19 smithi135 bash[32435]: cluster 2023-12-08T03:01:18.212888+0000 mgr.a (mgr.14403) 23550 : cluster 0 pgmap v17587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:19 smithi135 bash[32435]: audit 2023-12-08T03:01:18.945651+0000 mon.a (mon.0) 3701 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:01:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:20 smithi079 bash[28699]: audit 2023-12-08T03:01:19.689388+0000 mon.a (mon.0) 3702 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:01:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:20 smithi079 bash[28699]: audit 2023-12-08T03:01:19.691168+0000 mon.a (mon.0) 3703 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:01:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:20 smithi079 bash[28699]: audit 2023-12-08T03:01:19.700412+0000 mon.a (mon.0) 3704 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:01:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:20 smithi194 bash[32038]: audit 2023-12-08T03:01:19.689388+0000 mon.a (mon.0) 3702 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:01:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:20 smithi194 bash[32038]: audit 2023-12-08T03:01:19.691168+0000 mon.a (mon.0) 3703 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:01:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:20 smithi194 bash[32038]: audit 2023-12-08T03:01:19.700412+0000 mon.a (mon.0) 3704 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:01:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:20 smithi135 bash[32435]: audit 2023-12-08T03:01:19.689388+0000 mon.a (mon.0) 3702 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:01:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:20 smithi135 bash[32435]: audit 2023-12-08T03:01:19.691168+0000 mon.a (mon.0) 3703 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:01:20.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:20 smithi135 bash[32435]: audit 2023-12-08T03:01:19.700412+0000 mon.a (mon.0) 3704 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:01:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:21 smithi135 bash[32435]: cluster 2023-12-08T03:01:20.213693+0000 mgr.a (mgr.14403) 23551 : cluster 0 pgmap v17588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:22.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:01:22.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:22.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:21 smithi079 bash[28699]: cluster 2023-12-08T03:01:20.213693+0000 mgr.a (mgr.14403) 23551 : cluster 0 pgmap v17588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:22.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:21 smithi194 bash[32038]: cluster 2023-12-08T03:01:20.213693+0000 mgr.a (mgr.14403) 23551 : cluster 0 pgmap v17588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:23.018 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:01:23.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:23.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:23.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:23.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:01:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:23 smithi079 bash[28699]: cluster 2023-12-08T03:01:22.214241+0000 mgr.a (mgr.14403) 23552 : cluster 0 pgmap v17589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:23 smithi079 bash[28699]: audit 2023-12-08T03:01:22.506356+0000 mgr.a (mgr.14403) 23553 : audit 0 from='client.464541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:24.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:23 smithi194 bash[32038]: cluster 2023-12-08T03:01:22.214241+0000 mgr.a (mgr.14403) 23552 : cluster 0 pgmap v17589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:23 smithi194 bash[32038]: audit 2023-12-08T03:01:22.506356+0000 mgr.a (mgr.14403) 23553 : audit 0 from='client.464541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:23 smithi135 bash[32435]: cluster 2023-12-08T03:01:22.214241+0000 mgr.a (mgr.14403) 23552 : cluster 0 pgmap v17589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:23 smithi135 bash[32435]: audit 2023-12-08T03:01:22.506356+0000 mgr.a (mgr.14403) 23553 : audit 0 from='client.464541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:26.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:25 smithi079 bash[28699]: cluster 2023-12-08T03:01:24.215243+0000 mgr.a (mgr.14403) 23554 : cluster 0 pgmap v17590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:26.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:25 smithi194 bash[32038]: cluster 2023-12-08T03:01:24.215243+0000 mgr.a (mgr.14403) 23554 : cluster 0 pgmap v17590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:25 smithi135 bash[32435]: cluster 2023-12-08T03:01:24.215243+0000 mgr.a (mgr.14403) 23554 : cluster 0 pgmap v17590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:28.021 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:01:28.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:28.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:27 smithi079 bash[28699]: cluster 2023-12-08T03:01:26.215831+0000 mgr.a (mgr.14403) 23555 : cluster 0 pgmap v17591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:27 smithi194 bash[32038]: cluster 2023-12-08T03:01:26.215831+0000 mgr.a (mgr.14403) 23555 : cluster 0 pgmap v17591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:27 smithi135 bash[32435]: cluster 2023-12-08T03:01:26.215831+0000 mgr.a (mgr.14403) 23555 : cluster 0 pgmap v17591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:28.959 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:01:28.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:28.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:28.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:28.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:01:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:29 smithi079 bash[28699]: cluster 2023-12-08T03:01:28.216389+0000 mgr.a (mgr.14403) 23556 : cluster 0 pgmap v17592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:29 smithi079 bash[28699]: audit 2023-12-08T03:01:28.423446+0000 mgr.a (mgr.14403) 23557 : audit 0 from='client.464616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:30.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:29 smithi194 bash[32038]: cluster 2023-12-08T03:01:28.216389+0000 mgr.a (mgr.14403) 23556 : cluster 0 pgmap v17592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:29 smithi194 bash[32038]: audit 2023-12-08T03:01:28.423446+0000 mgr.a (mgr.14403) 23557 : audit 0 from='client.464616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:29 smithi135 bash[32435]: cluster 2023-12-08T03:01:28.216389+0000 mgr.a (mgr.14403) 23556 : cluster 0 pgmap v17592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:29 smithi135 bash[32435]: audit 2023-12-08T03:01:28.423446+0000 mgr.a (mgr.14403) 23557 : audit 0 from='client.464616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:31 smithi079 bash[28699]: cluster 2023-12-08T03:01:30.217401+0000 mgr.a (mgr.14403) 23558 : cluster 0 pgmap v17593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:32.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:31 smithi194 bash[32038]: cluster 2023-12-08T03:01:30.217401+0000 mgr.a (mgr.14403) 23558 : cluster 0 pgmap v17593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:31 smithi135 bash[32435]: cluster 2023-12-08T03:01:30.217401+0000 mgr.a (mgr.14403) 23558 : cluster 0 pgmap v17593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:33.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:01:33.962 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:33.962 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:33 smithi079 bash[28699]: cluster 2023-12-08T03:01:32.217987+0000 mgr.a (mgr.14403) 23559 : cluster 0 pgmap v17594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:33 smithi194 bash[32038]: cluster 2023-12-08T03:01:32.217987+0000 mgr.a (mgr.14403) 23559 : cluster 0 pgmap v17594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:33 smithi135 bash[32435]: cluster 2023-12-08T03:01:32.217987+0000 mgr.a (mgr.14403) 23559 : cluster 0 pgmap v17594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:34.888 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:01:34.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:34.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:34.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:34.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:01:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:35 smithi079 bash[28699]: cluster 2023-12-08T03:01:34.218704+0000 mgr.a (mgr.14403) 23560 : cluster 0 pgmap v17595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:35 smithi079 bash[28699]: audit 2023-12-08T03:01:34.369748+0000 mgr.a (mgr.14403) 23561 : audit 0 from='client.464691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:35 smithi194 bash[32038]: cluster 2023-12-08T03:01:34.218704+0000 mgr.a (mgr.14403) 23560 : cluster 0 pgmap v17595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:35 smithi194 bash[32038]: audit 2023-12-08T03:01:34.369748+0000 mgr.a (mgr.14403) 23561 : audit 0 from='client.464691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:35 smithi135 bash[32435]: cluster 2023-12-08T03:01:34.218704+0000 mgr.a (mgr.14403) 23560 : cluster 0 pgmap v17595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:35 smithi135 bash[32435]: audit 2023-12-08T03:01:34.369748+0000 mgr.a (mgr.14403) 23561 : audit 0 from='client.464691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:37 smithi079 bash[28699]: cluster 2023-12-08T03:01:36.219419+0000 mgr.a (mgr.14403) 23562 : cluster 0 pgmap v17596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:38.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:37 smithi194 bash[32038]: cluster 2023-12-08T03:01:36.219419+0000 mgr.a (mgr.14403) 23562 : cluster 0 pgmap v17596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:37 smithi135 bash[32435]: cluster 2023-12-08T03:01:36.219419+0000 mgr.a (mgr.14403) 23562 : cluster 0 pgmap v17596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:39.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:01:39.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:39.891 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:39 smithi079 bash[28699]: cluster 2023-12-08T03:01:38.219943+0000 mgr.a (mgr.14403) 23563 : cluster 0 pgmap v17597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:40.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:39 smithi194 bash[32038]: cluster 2023-12-08T03:01:38.219943+0000 mgr.a (mgr.14403) 23563 : cluster 0 pgmap v17597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:39 smithi135 bash[32435]: cluster 2023-12-08T03:01:38.219943+0000 mgr.a (mgr.14403) 23563 : cluster 0 pgmap v17597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:01:40.798 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:01:40.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:40.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:40.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:40.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:01:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:41 smithi079 bash[28699]: cluster 2023-12-08T03:01:40.220745+0000 mgr.a (mgr.14403) 23564 : cluster 0 pgmap v17598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:41 smithi079 bash[28699]: audit 2023-12-08T03:01:40.302598+0000 mgr.a (mgr.14403) 23565 : audit 0 from='client.464766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:41 smithi194 bash[32038]: cluster 2023-12-08T03:01:40.220745+0000 mgr.a (mgr.14403) 23564 : cluster 0 pgmap v17598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:41 smithi194 bash[32038]: audit 2023-12-08T03:01:40.302598+0000 mgr.a (mgr.14403) 23565 : audit 0 from='client.464766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:41 smithi135 bash[32435]: cluster 2023-12-08T03:01:40.220745+0000 mgr.a (mgr.14403) 23564 : cluster 0 pgmap v17598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:41 smithi135 bash[32435]: audit 2023-12-08T03:01:40.302598+0000 mgr.a (mgr.14403) 23565 : audit 0 from='client.464766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:43 smithi079 bash[28699]: cluster 2023-12-08T03:01:42.221481+0000 mgr.a (mgr.14403) 23566 : cluster 0 pgmap v17599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:44.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:43 smithi194 bash[32038]: cluster 2023-12-08T03:01:42.221481+0000 mgr.a (mgr.14403) 23566 : cluster 0 pgmap v17599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:43 smithi135 bash[32435]: cluster 2023-12-08T03:01:42.221481+0000 mgr.a (mgr.14403) 23566 : cluster 0 pgmap v17599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:45.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:01:45.804 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:45.804 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:45 smithi079 bash[28699]: cluster 2023-12-08T03:01:44.222307+0000 mgr.a (mgr.14403) 23567 : cluster 0 pgmap v17600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:45 smithi194 bash[32038]: cluster 2023-12-08T03:01:44.222307+0000 mgr.a (mgr.14403) 23567 : cluster 0 pgmap v17600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:45 smithi135 bash[32435]: cluster 2023-12-08T03:01:44.222307+0000 mgr.a (mgr.14403) 23567 : cluster 0 pgmap v17600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:46.693 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:01:46.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:46.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:46.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:46.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:01:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:47 smithi079 bash[28699]: audit 2023-12-08T03:01:46.204521+0000 mgr.a (mgr.14403) 23568 : audit 0 from='client.464841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:47 smithi079 bash[28699]: cluster 2023-12-08T03:01:46.223213+0000 mgr.a (mgr.14403) 23569 : cluster 0 pgmap v17601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:47 smithi194 bash[32038]: audit 2023-12-08T03:01:46.204521+0000 mgr.a (mgr.14403) 23568 : audit 0 from='client.464841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:47 smithi194 bash[32038]: cluster 2023-12-08T03:01:46.223213+0000 mgr.a (mgr.14403) 23569 : cluster 0 pgmap v17601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:47 smithi135 bash[32435]: audit 2023-12-08T03:01:46.204521+0000 mgr.a (mgr.14403) 23568 : audit 0 from='client.464841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:47 smithi135 bash[32435]: cluster 2023-12-08T03:01:46.223213+0000 mgr.a (mgr.14403) 23569 : cluster 0 pgmap v17601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:49 smithi079 bash[28699]: cluster 2023-12-08T03:01:48.224003+0000 mgr.a (mgr.14403) 23570 : cluster 0 pgmap v17602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:50.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:49 smithi194 bash[32038]: cluster 2023-12-08T03:01:48.224003+0000 mgr.a (mgr.14403) 23570 : cluster 0 pgmap v17602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:49 smithi135 bash[32435]: cluster 2023-12-08T03:01:48.224003+0000 mgr.a (mgr.14403) 23570 : cluster 0 pgmap v17602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:51.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:01:51.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:51.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:51 smithi079 bash[28699]: cluster 2023-12-08T03:01:50.224829+0000 mgr.a (mgr.14403) 23571 : cluster 0 pgmap v17603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:52.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:51 smithi194 bash[32038]: cluster 2023-12-08T03:01:50.224829+0000 mgr.a (mgr.14403) 23571 : cluster 0 pgmap v17603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:51 smithi135 bash[32435]: cluster 2023-12-08T03:01:50.224829+0000 mgr.a (mgr.14403) 23571 : cluster 0 pgmap v17603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:52.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:52.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:52.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:52.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:01:52.600 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:01:53.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:52 smithi079 bash[28699]: audit 2023-12-08T03:01:52.103081+0000 mgr.a (mgr.14403) 23572 : audit 0 from='client.464913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:53.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:52 smithi194 bash[32038]: audit 2023-12-08T03:01:52.103081+0000 mgr.a (mgr.14403) 23572 : audit 0 from='client.464913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:53.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:52 smithi135 bash[32435]: audit 2023-12-08T03:01:52.103081+0000 mgr.a (mgr.14403) 23572 : audit 0 from='client.464913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:53 smithi079 bash[28699]: cluster 2023-12-08T03:01:52.225400+0000 mgr.a (mgr.14403) 23573 : cluster 0 pgmap v17604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:54.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:53 smithi194 bash[32038]: cluster 2023-12-08T03:01:52.225400+0000 mgr.a (mgr.14403) 23573 : cluster 0 pgmap v17604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:53 smithi135 bash[32435]: cluster 2023-12-08T03:01:52.225400+0000 mgr.a (mgr.14403) 23573 : cluster 0 pgmap v17604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:56.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:55 smithi079 bash[28699]: cluster 2023-12-08T03:01:54.226293+0000 mgr.a (mgr.14403) 23574 : cluster 0 pgmap v17605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:55 smithi194 bash[32038]: cluster 2023-12-08T03:01:54.226293+0000 mgr.a (mgr.14403) 23574 : cluster 0 pgmap v17605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:55 smithi135 bash[32435]: cluster 2023-12-08T03:01:54.226293+0000 mgr.a (mgr.14403) 23574 : cluster 0 pgmap v17605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:01:57.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:01:57.602 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:01:57.602 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:01:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:57 smithi079 bash[28699]: cluster 2023-12-08T03:01:56.226849+0000 mgr.a (mgr.14403) 23575 : cluster 0 pgmap v17606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:57 smithi194 bash[32038]: cluster 2023-12-08T03:01:56.226849+0000 mgr.a (mgr.14403) 23575 : cluster 0 pgmap v17606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:57 smithi135 bash[32435]: cluster 2023-12-08T03:01:56.226849+0000 mgr.a (mgr.14403) 23575 : cluster 0 pgmap v17606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:01:58.502 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:01:58.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:01:58.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:01:58.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:01:58.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:01:59.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:58 smithi079 bash[28699]: audit 2023-12-08T03:01:58.011043+0000 mgr.a (mgr.14403) 23576 : audit 0 from='client.464988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:59.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:58 smithi194 bash[32038]: audit 2023-12-08T03:01:58.011043+0000 mgr.a (mgr.14403) 23576 : audit 0 from='client.464988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:01:59.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:58 smithi135 bash[32435]: audit 2023-12-08T03:01:58.011043+0000 mgr.a (mgr.14403) 23576 : audit 0 from='client.464988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:01:59 smithi079 bash[28699]: cluster 2023-12-08T03:01:58.228013+0000 mgr.a (mgr.14403) 23577 : cluster 0 pgmap v17607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:01:59 smithi194 bash[32038]: cluster 2023-12-08T03:01:58.228013+0000 mgr.a (mgr.14403) 23577 : cluster 0 pgmap v17607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:01:59 smithi135 bash[32435]: cluster 2023-12-08T03:01:58.228013+0000 mgr.a (mgr.14403) 23577 : cluster 0 pgmap v17607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:01 smithi079 bash[28699]: cluster 2023-12-08T03:02:00.228883+0000 mgr.a (mgr.14403) 23578 : cluster 0 pgmap v17608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:02.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:01 smithi194 bash[32038]: cluster 2023-12-08T03:02:00.228883+0000 mgr.a (mgr.14403) 23578 : cluster 0 pgmap v17608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:01 smithi135 bash[32435]: cluster 2023-12-08T03:02:00.228883+0000 mgr.a (mgr.14403) 23578 : cluster 0 pgmap v17608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:03.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:02:03.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:03.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:03 smithi079 bash[28699]: cluster 2023-12-08T03:02:02.229442+0000 mgr.a (mgr.14403) 23579 : cluster 0 pgmap v17609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:03 smithi194 bash[32038]: cluster 2023-12-08T03:02:02.229442+0000 mgr.a (mgr.14403) 23579 : cluster 0 pgmap v17609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:03 smithi135 bash[32435]: cluster 2023-12-08T03:02:02.229442+0000 mgr.a (mgr.14403) 23579 : cluster 0 pgmap v17609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:04.402 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:02:04.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:04.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:04.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:04.402 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:02:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:04 smithi079 bash[28699]: audit 2023-12-08T03:02:03.907229+0000 mgr.a (mgr.14403) 23580 : audit 0 from='client.465060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:04 smithi194 bash[32038]: audit 2023-12-08T03:02:03.907229+0000 mgr.a (mgr.14403) 23580 : audit 0 from='client.465060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:04 smithi135 bash[32435]: audit 2023-12-08T03:02:03.907229+0000 mgr.a (mgr.14403) 23580 : audit 0 from='client.465060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:05 smithi079 bash[28699]: cluster 2023-12-08T03:02:04.230242+0000 mgr.a (mgr.14403) 23581 : cluster 0 pgmap v17610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:05 smithi194 bash[32038]: cluster 2023-12-08T03:02:04.230242+0000 mgr.a (mgr.14403) 23581 : cluster 0 pgmap v17610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:06.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:05 smithi135 bash[32435]: cluster 2023-12-08T03:02:04.230242+0000 mgr.a (mgr.14403) 23581 : cluster 0 pgmap v17610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:07 smithi079 bash[28699]: cluster 2023-12-08T03:02:06.230858+0000 mgr.a (mgr.14403) 23582 : cluster 0 pgmap v17611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:07 smithi194 bash[32038]: cluster 2023-12-08T03:02:06.230858+0000 mgr.a (mgr.14403) 23582 : cluster 0 pgmap v17611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:07 smithi135 bash[32435]: cluster 2023-12-08T03:02:06.230858+0000 mgr.a (mgr.14403) 23582 : cluster 0 pgmap v17611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:09.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:02:09.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:09.406 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:09 smithi079 bash[28699]: cluster 2023-12-08T03:02:08.231451+0000 mgr.a (mgr.14403) 23583 : cluster 0 pgmap v17612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:10.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:09 smithi194 bash[32038]: cluster 2023-12-08T03:02:08.231451+0000 mgr.a (mgr.14403) 23583 : cluster 0 pgmap v17612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:09 smithi135 bash[32435]: cluster 2023-12-08T03:02:08.231451+0000 mgr.a (mgr.14403) 23583 : cluster 0 pgmap v17612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:10.301 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:02:10.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:10.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:10.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:10.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:02:11.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:10 smithi079 bash[28699]: audit 2023-12-08T03:02:09.811168+0000 mgr.a (mgr.14403) 23584 : audit 0 from='client.465129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:11.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:10 smithi194 bash[32038]: audit 2023-12-08T03:02:09.811168+0000 mgr.a (mgr.14403) 23584 : audit 0 from='client.465129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:11.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:10 smithi135 bash[32435]: audit 2023-12-08T03:02:09.811168+0000 mgr.a (mgr.14403) 23584 : audit 0 from='client.465129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:11 smithi079 bash[28699]: cluster 2023-12-08T03:02:10.232482+0000 mgr.a (mgr.14403) 23585 : cluster 0 pgmap v17613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:12.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:11 smithi194 bash[32038]: cluster 2023-12-08T03:02:10.232482+0000 mgr.a (mgr.14403) 23585 : cluster 0 pgmap v17613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:11 smithi135 bash[32435]: cluster 2023-12-08T03:02:10.232482+0000 mgr.a (mgr.14403) 23585 : cluster 0 pgmap v17613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:13 smithi079 bash[28699]: cluster 2023-12-08T03:02:12.233116+0000 mgr.a (mgr.14403) 23586 : cluster 0 pgmap v17614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:13 smithi194 bash[32038]: cluster 2023-12-08T03:02:12.233116+0000 mgr.a (mgr.14403) 23586 : cluster 0 pgmap v17614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:13 smithi135 bash[32435]: cluster 2023-12-08T03:02:12.233116+0000 mgr.a (mgr.14403) 23586 : cluster 0 pgmap v17614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:15.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:02:15.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:15.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:15 smithi079 bash[28699]: cluster 2023-12-08T03:02:14.233920+0000 mgr.a (mgr.14403) 23587 : cluster 0 pgmap v17615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:15 smithi194 bash[32038]: cluster 2023-12-08T03:02:14.233920+0000 mgr.a (mgr.14403) 23587 : cluster 0 pgmap v17615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:15 smithi135 bash[32435]: cluster 2023-12-08T03:02:14.233920+0000 mgr.a (mgr.14403) 23587 : cluster 0 pgmap v17615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:16.228 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:02:16.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:16.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:16.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:16.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:02:17.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:16 smithi079 bash[28699]: audit 2023-12-08T03:02:15.708212+0000 mgr.a (mgr.14403) 23588 : audit 0 from='client.465204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:17.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:16 smithi194 bash[32038]: audit 2023-12-08T03:02:15.708212+0000 mgr.a (mgr.14403) 23588 : audit 0 from='client.465204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:17.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:16 smithi135 bash[32435]: audit 2023-12-08T03:02:15.708212+0000 mgr.a (mgr.14403) 23588 : audit 0 from='client.465204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:17 smithi079 bash[28699]: cluster 2023-12-08T03:02:16.234531+0000 mgr.a (mgr.14403) 23589 : cluster 0 pgmap v17616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:18.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:17 smithi194 bash[32038]: cluster 2023-12-08T03:02:16.234531+0000 mgr.a (mgr.14403) 23589 : cluster 0 pgmap v17616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:17 smithi135 bash[32435]: cluster 2023-12-08T03:02:16.234531+0000 mgr.a (mgr.14403) 23589 : cluster 0 pgmap v17616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:19 smithi079 bash[28699]: cluster 2023-12-08T03:02:18.235117+0000 mgr.a (mgr.14403) 23590 : cluster 0 pgmap v17617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:19 smithi079 bash[28699]: audit 2023-12-08T03:02:19.802332+0000 mon.a (mon.0) 3705 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:02:20.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:19 smithi194 bash[32038]: cluster 2023-12-08T03:02:18.235117+0000 mgr.a (mgr.14403) 23590 : cluster 0 pgmap v17617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:19 smithi194 bash[32038]: audit 2023-12-08T03:02:19.802332+0000 mon.a (mon.0) 3705 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:02:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:19 smithi135 bash[32435]: cluster 2023-12-08T03:02:18.235117+0000 mgr.a (mgr.14403) 23590 : cluster 0 pgmap v17617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:19 smithi135 bash[32435]: audit 2023-12-08T03:02:19.802332+0000 mon.a (mon.0) 3705 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:02:21.231 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:02:21.232 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:21.232 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:21 smithi079 bash[28699]: cluster 2023-12-08T03:02:20.235860+0000 mgr.a (mgr.14403) 23591 : cluster 0 pgmap v17618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:21 smithi079 bash[28699]: audit 2023-12-08T03:02:20.332946+0000 mon.a (mon.0) 3706 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:02:21.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:21 smithi079 bash[28699]: audit 2023-12-08T03:02:20.338746+0000 mon.a (mon.0) 3707 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:02:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:21 smithi079 bash[28699]: audit 2023-12-08T03:02:21.025580+0000 mon.a (mon.0) 3708 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:02:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:21 smithi079 bash[28699]: audit 2023-12-08T03:02:21.027332+0000 mon.a (mon.0) 3709 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:02:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:21 smithi079 bash[28699]: audit 2023-12-08T03:02:21.035979+0000 mon.a (mon.0) 3710 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:02:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:21 smithi194 bash[32038]: cluster 2023-12-08T03:02:20.235860+0000 mgr.a (mgr.14403) 23591 : cluster 0 pgmap v17618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:21 smithi194 bash[32038]: audit 2023-12-08T03:02:20.332946+0000 mon.a (mon.0) 3706 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:02:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:21 smithi194 bash[32038]: audit 2023-12-08T03:02:20.338746+0000 mon.a (mon.0) 3707 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:02:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:21 smithi194 bash[32038]: audit 2023-12-08T03:02:21.025580+0000 mon.a (mon.0) 3708 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:02:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:21 smithi194 bash[32038]: audit 2023-12-08T03:02:21.027332+0000 mon.a (mon.0) 3709 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:02:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:21 smithi194 bash[32038]: audit 2023-12-08T03:02:21.035979+0000 mon.a (mon.0) 3710 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:02:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:21 smithi135 bash[32435]: cluster 2023-12-08T03:02:20.235860+0000 mgr.a (mgr.14403) 23591 : cluster 0 pgmap v17618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:21 smithi135 bash[32435]: audit 2023-12-08T03:02:20.332946+0000 mon.a (mon.0) 3706 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:02:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:21 smithi135 bash[32435]: audit 2023-12-08T03:02:20.338746+0000 mon.a (mon.0) 3707 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:02:21.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:21 smithi135 bash[32435]: audit 2023-12-08T03:02:21.025580+0000 mon.a (mon.0) 3708 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:02:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:21 smithi135 bash[32435]: audit 2023-12-08T03:02:21.027332+0000 mon.a (mon.0) 3709 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:02:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:21 smithi135 bash[32435]: audit 2023-12-08T03:02:21.035979+0000 mon.a (mon.0) 3710 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:02:22.146 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:02:22.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:22.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:22.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:22.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:02:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:22 smithi079 bash[28699]: audit 2023-12-08T03:02:21.637179+0000 mgr.a (mgr.14403) 23592 : audit 0 from='client.465276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:22 smithi194 bash[32038]: audit 2023-12-08T03:02:21.637179+0000 mgr.a (mgr.14403) 23592 : audit 0 from='client.465276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:22 smithi135 bash[32435]: audit 2023-12-08T03:02:21.637179+0000 mgr.a (mgr.14403) 23592 : audit 0 from='client.465276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:23 smithi079 bash[28699]: cluster 2023-12-08T03:02:22.236565+0000 mgr.a (mgr.14403) 23593 : cluster 0 pgmap v17619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:23 smithi194 bash[32038]: cluster 2023-12-08T03:02:22.236565+0000 mgr.a (mgr.14403) 23593 : cluster 0 pgmap v17619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:23.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:23 smithi135 bash[32435]: cluster 2023-12-08T03:02:22.236565+0000 mgr.a (mgr.14403) 23593 : cluster 0 pgmap v17619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:25 smithi079 bash[28699]: cluster 2023-12-08T03:02:24.237418+0000 mgr.a (mgr.14403) 23594 : cluster 0 pgmap v17620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:25.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:25 smithi194 bash[32038]: cluster 2023-12-08T03:02:24.237418+0000 mgr.a (mgr.14403) 23594 : cluster 0 pgmap v17620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:25 smithi135 bash[32435]: cluster 2023-12-08T03:02:24.237418+0000 mgr.a (mgr.14403) 23594 : cluster 0 pgmap v17620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:27.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:02:27.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:27.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:27.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:27 smithi079 bash[28699]: cluster 2023-12-08T03:02:26.238046+0000 mgr.a (mgr.14403) 23595 : cluster 0 pgmap v17621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:27 smithi194 bash[32038]: cluster 2023-12-08T03:02:26.238046+0000 mgr.a (mgr.14403) 23595 : cluster 0 pgmap v17621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:27 smithi135 bash[32435]: cluster 2023-12-08T03:02:26.238046+0000 mgr.a (mgr.14403) 23595 : cluster 0 pgmap v17621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:28.041 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:02:28.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:28.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:28.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:28.042 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:02:28.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:28 smithi079 bash[28699]: audit 2023-12-08T03:02:27.565675+0000 mgr.a (mgr.14403) 23596 : audit 0 from='client.465351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:28 smithi194 bash[32038]: audit 2023-12-08T03:02:27.565675+0000 mgr.a (mgr.14403) 23596 : audit 0 from='client.465351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:28.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:28 smithi135 bash[32435]: audit 2023-12-08T03:02:27.565675+0000 mgr.a (mgr.14403) 23596 : audit 0 from='client.465351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:29 smithi079 bash[28699]: cluster 2023-12-08T03:02:28.238838+0000 mgr.a (mgr.14403) 23597 : cluster 0 pgmap v17622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:29 smithi194 bash[32038]: cluster 2023-12-08T03:02:28.238838+0000 mgr.a (mgr.14403) 23597 : cluster 0 pgmap v17622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:29 smithi135 bash[32435]: cluster 2023-12-08T03:02:28.238838+0000 mgr.a (mgr.14403) 23597 : cluster 0 pgmap v17622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:31 smithi079 bash[28699]: cluster 2023-12-08T03:02:30.239685+0000 mgr.a (mgr.14403) 23598 : cluster 0 pgmap v17623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:31 smithi194 bash[32038]: cluster 2023-12-08T03:02:30.239685+0000 mgr.a (mgr.14403) 23598 : cluster 0 pgmap v17623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:31 smithi135 bash[32435]: cluster 2023-12-08T03:02:30.239685+0000 mgr.a (mgr.14403) 23598 : cluster 0 pgmap v17623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:33.045 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:02:33.046 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:33.046 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:33.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:33 smithi079 bash[28699]: cluster 2023-12-08T03:02:32.240228+0000 mgr.a (mgr.14403) 23599 : cluster 0 pgmap v17624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:33.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:33.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:33.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:33.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:02:33.944 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:02:33.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:33 smithi194 bash[32038]: cluster 2023-12-08T03:02:32.240228+0000 mgr.a (mgr.14403) 23599 : cluster 0 pgmap v17624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:33 smithi135 bash[32435]: cluster 2023-12-08T03:02:32.240228+0000 mgr.a (mgr.14403) 23599 : cluster 0 pgmap v17624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:34.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:34 smithi079 bash[28699]: audit 2023-12-08T03:02:33.447473+0000 mgr.a (mgr.14403) 23600 : audit 0 from='client.465429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:34 smithi194 bash[32038]: audit 2023-12-08T03:02:33.447473+0000 mgr.a (mgr.14403) 23600 : audit 0 from='client.465429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:34.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:34 smithi135 bash[32435]: audit 2023-12-08T03:02:33.447473+0000 mgr.a (mgr.14403) 23600 : audit 0 from='client.465429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:35.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:35 smithi079 bash[28699]: cluster 2023-12-08T03:02:34.241269+0000 mgr.a (mgr.14403) 23601 : cluster 0 pgmap v17625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:35 smithi194 bash[32038]: cluster 2023-12-08T03:02:34.241269+0000 mgr.a (mgr.14403) 23601 : cluster 0 pgmap v17625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:35 smithi135 bash[32435]: cluster 2023-12-08T03:02:34.241269+0000 mgr.a (mgr.14403) 23601 : cluster 0 pgmap v17625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:37 smithi079 bash[28699]: cluster 2023-12-08T03:02:36.241850+0000 mgr.a (mgr.14403) 23602 : cluster 0 pgmap v17626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:37 smithi194 bash[32038]: cluster 2023-12-08T03:02:36.241850+0000 mgr.a (mgr.14403) 23602 : cluster 0 pgmap v17626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:37 smithi135 bash[32435]: cluster 2023-12-08T03:02:36.241850+0000 mgr.a (mgr.14403) 23602 : cluster 0 pgmap v17626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:38.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:02:38.947 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:38.948 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:39.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:39.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:39.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:39.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:02:39.847 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:02:39.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:39 smithi079 bash[28699]: cluster 2023-12-08T03:02:38.242407+0000 mgr.a (mgr.14403) 23603 : cluster 0 pgmap v17627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:39 smithi194 bash[32038]: cluster 2023-12-08T03:02:38.242407+0000 mgr.a (mgr.14403) 23603 : cluster 0 pgmap v17627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:39 smithi135 bash[32435]: cluster 2023-12-08T03:02:38.242407+0000 mgr.a (mgr.14403) 23603 : cluster 0 pgmap v17627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:40.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:40 smithi079 bash[28699]: audit 2023-12-08T03:02:39.351830+0000 mgr.a (mgr.14403) 23604 : audit 0 from='client.465507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:40 smithi194 bash[32038]: audit 2023-12-08T03:02:39.351830+0000 mgr.a (mgr.14403) 23604 : audit 0 from='client.465507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:40.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:40 smithi135 bash[32435]: audit 2023-12-08T03:02:39.351830+0000 mgr.a (mgr.14403) 23604 : audit 0 from='client.465507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:41.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:41 smithi079 bash[28699]: cluster 2023-12-08T03:02:40.243519+0000 mgr.a (mgr.14403) 23605 : cluster 0 pgmap v17628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:41.952 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:41 smithi194 bash[32038]: cluster 2023-12-08T03:02:40.243519+0000 mgr.a (mgr.14403) 23605 : cluster 0 pgmap v17628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:41 smithi135 bash[32435]: cluster 2023-12-08T03:02:40.243519+0000 mgr.a (mgr.14403) 23605 : cluster 0 pgmap v17628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:43 smithi079 bash[28699]: cluster 2023-12-08T03:02:42.244108+0000 mgr.a (mgr.14403) 23606 : cluster 0 pgmap v17629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:43 smithi194 bash[32038]: cluster 2023-12-08T03:02:42.244108+0000 mgr.a (mgr.14403) 23606 : cluster 0 pgmap v17629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:43 smithi135 bash[32435]: cluster 2023-12-08T03:02:42.244108+0000 mgr.a (mgr.14403) 23606 : cluster 0 pgmap v17629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:02:44.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:02:44.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:44.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:45.770 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:02:45.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:45.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:45.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:45.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:02:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:45 smithi079 bash[28699]: cluster 2023-12-08T03:02:44.244917+0000 mgr.a (mgr.14403) 23607 : cluster 0 pgmap v17630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:45 smithi194 bash[32038]: cluster 2023-12-08T03:02:44.244917+0000 mgr.a (mgr.14403) 23607 : cluster 0 pgmap v17630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:45 smithi135 bash[32435]: cluster 2023-12-08T03:02:44.244917+0000 mgr.a (mgr.14403) 23607 : cluster 0 pgmap v17630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:46.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:46 smithi079 bash[28699]: audit 2023-12-08T03:02:45.264195+0000 mgr.a (mgr.14403) 23608 : audit 0 from='client.465582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:46 smithi194 bash[32038]: audit 2023-12-08T03:02:45.264195+0000 mgr.a (mgr.14403) 23608 : audit 0 from='client.465582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:46.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:46 smithi135 bash[32435]: audit 2023-12-08T03:02:45.264195+0000 mgr.a (mgr.14403) 23608 : audit 0 from='client.465582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:47.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:47 smithi079 bash[28699]: cluster 2023-12-08T03:02:46.245784+0000 mgr.a (mgr.14403) 23609 : cluster 0 pgmap v17631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:47 smithi194 bash[32038]: cluster 2023-12-08T03:02:46.245784+0000 mgr.a (mgr.14403) 23609 : cluster 0 pgmap v17631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:47 smithi135 bash[32435]: cluster 2023-12-08T03:02:46.245784+0000 mgr.a (mgr.14403) 23609 : cluster 0 pgmap v17631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:49.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:49 smithi079 bash[28699]: cluster 2023-12-08T03:02:48.246394+0000 mgr.a (mgr.14403) 23610 : cluster 0 pgmap v17632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:49 smithi194 bash[32038]: cluster 2023-12-08T03:02:48.246394+0000 mgr.a (mgr.14403) 23610 : cluster 0 pgmap v17632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:49 smithi135 bash[32435]: cluster 2023-12-08T03:02:48.246394+0000 mgr.a (mgr.14403) 23610 : cluster 0 pgmap v17632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:50.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:02:50.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:50.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:51.706 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:02:51.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:51.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:51.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:51.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:02:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:51 smithi079 bash[28699]: cluster 2023-12-08T03:02:50.247283+0000 mgr.a (mgr.14403) 23611 : cluster 0 pgmap v17633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:51 smithi079 bash[28699]: audit 2023-12-08T03:02:51.183728+0000 mgr.a (mgr.14403) 23612 : audit 0 from='client.465651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:51 smithi194 bash[32038]: cluster 2023-12-08T03:02:50.247283+0000 mgr.a (mgr.14403) 23611 : cluster 0 pgmap v17633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:51 smithi194 bash[32038]: audit 2023-12-08T03:02:51.183728+0000 mgr.a (mgr.14403) 23612 : audit 0 from='client.465651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:51 smithi135 bash[32435]: cluster 2023-12-08T03:02:50.247283+0000 mgr.a (mgr.14403) 23611 : cluster 0 pgmap v17633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:51 smithi135 bash[32435]: audit 2023-12-08T03:02:51.183728+0000 mgr.a (mgr.14403) 23612 : audit 0 from='client.465651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:53 smithi079 bash[28699]: cluster 2023-12-08T03:02:52.248023+0000 mgr.a (mgr.14403) 23613 : cluster 0 pgmap v17634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:53 smithi194 bash[32038]: cluster 2023-12-08T03:02:52.248023+0000 mgr.a (mgr.14403) 23613 : cluster 0 pgmap v17634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:53 smithi135 bash[32435]: cluster 2023-12-08T03:02:52.248023+0000 mgr.a (mgr.14403) 23613 : cluster 0 pgmap v17634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:55 smithi079 bash[28699]: cluster 2023-12-08T03:02:54.248843+0000 mgr.a (mgr.14403) 23614 : cluster 0 pgmap v17635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:55 smithi194 bash[32038]: cluster 2023-12-08T03:02:54.248843+0000 mgr.a (mgr.14403) 23614 : cluster 0 pgmap v17635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:55 smithi135 bash[32435]: cluster 2023-12-08T03:02:54.248843+0000 mgr.a (mgr.14403) 23614 : cluster 0 pgmap v17635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:02:56.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:02:56.710 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:02:56.711 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:02:57.656 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:02:57.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:02:57.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:02:57.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:02:57.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:02:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:57 smithi079 bash[28699]: cluster 2023-12-08T03:02:56.249430+0000 mgr.a (mgr.14403) 23615 : cluster 0 pgmap v17636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:57 smithi079 bash[28699]: audit 2023-12-08T03:02:57.121115+0000 mgr.a (mgr.14403) 23616 : audit 0 from='client.465726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:57 smithi194 bash[32038]: cluster 2023-12-08T03:02:56.249430+0000 mgr.a (mgr.14403) 23615 : cluster 0 pgmap v17636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:57 smithi194 bash[32038]: audit 2023-12-08T03:02:57.121115+0000 mgr.a (mgr.14403) 23616 : audit 0 from='client.465726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:57 smithi135 bash[32435]: cluster 2023-12-08T03:02:56.249430+0000 mgr.a (mgr.14403) 23615 : cluster 0 pgmap v17636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:57 smithi135 bash[32435]: audit 2023-12-08T03:02:57.121115+0000 mgr.a (mgr.14403) 23616 : audit 0 from='client.465726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:02:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:02:59 smithi079 bash[28699]: cluster 2023-12-08T03:02:58.250140+0000 mgr.a (mgr.14403) 23617 : cluster 0 pgmap v17637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:02:59 smithi194 bash[32038]: cluster 2023-12-08T03:02:58.250140+0000 mgr.a (mgr.14403) 23617 : cluster 0 pgmap v17637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:02:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:02:59 smithi135 bash[32435]: cluster 2023-12-08T03:02:58.250140+0000 mgr.a (mgr.14403) 23617 : cluster 0 pgmap v17637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:01 smithi079 bash[28699]: cluster 2023-12-08T03:03:00.251036+0000 mgr.a (mgr.14403) 23618 : cluster 0 pgmap v17638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:01 smithi194 bash[32038]: cluster 2023-12-08T03:03:00.251036+0000 mgr.a (mgr.14403) 23618 : cluster 0 pgmap v17638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:01 smithi135 bash[32435]: cluster 2023-12-08T03:03:00.251036+0000 mgr.a (mgr.14403) 23618 : cluster 0 pgmap v17638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:02.658 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:03:02.659 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:02.660 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:03.580 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:03:03.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:03.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:03.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:03.580 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:03:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:03 smithi079 bash[28699]: cluster 2023-12-08T03:03:02.251531+0000 mgr.a (mgr.14403) 23619 : cluster 0 pgmap v17639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:03 smithi079 bash[28699]: audit 2023-12-08T03:03:03.067825+0000 mgr.a (mgr.14403) 23620 : audit 0 from='client.465801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:03 smithi194 bash[32038]: cluster 2023-12-08T03:03:02.251531+0000 mgr.a (mgr.14403) 23619 : cluster 0 pgmap v17639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:03 smithi194 bash[32038]: audit 2023-12-08T03:03:03.067825+0000 mgr.a (mgr.14403) 23620 : audit 0 from='client.465801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:03 smithi135 bash[32435]: cluster 2023-12-08T03:03:02.251531+0000 mgr.a (mgr.14403) 23619 : cluster 0 pgmap v17639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:03 smithi135 bash[32435]: audit 2023-12-08T03:03:03.067825+0000 mgr.a (mgr.14403) 23620 : audit 0 from='client.465801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:05 smithi079 bash[28699]: cluster 2023-12-08T03:03:04.252440+0000 mgr.a (mgr.14403) 23621 : cluster 0 pgmap v17640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:03:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:05 smithi194 bash[32038]: cluster 2023-12-08T03:03:04.252440+0000 mgr.a (mgr.14403) 23621 : cluster 0 pgmap v17640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:03:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:05 smithi135 bash[32435]: cluster 2023-12-08T03:03:04.252440+0000 mgr.a (mgr.14403) 23621 : cluster 0 pgmap v17640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:03:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:07 smithi079 bash[28699]: cluster 2023-12-08T03:03:06.253016+0000 mgr.a (mgr.14403) 23622 : cluster 0 pgmap v17641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:03:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:07 smithi194 bash[32038]: cluster 2023-12-08T03:03:06.253016+0000 mgr.a (mgr.14403) 23622 : cluster 0 pgmap v17641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:03:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:07 smithi135 bash[32435]: cluster 2023-12-08T03:03:06.253016+0000 mgr.a (mgr.14403) 23622 : cluster 0 pgmap v17641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:03:08.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:03:08.583 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:08.584 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:09.501 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:03:09.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:09.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:09.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:09.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:03:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:09 smithi079 bash[28699]: cluster 2023-12-08T03:03:08.253560+0000 mgr.a (mgr.14403) 23623 : cluster 0 pgmap v17642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:03:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:09 smithi079 bash[28699]: audit 2023-12-08T03:03:08.998164+0000 mgr.a (mgr.14403) 23624 : audit 0 from='client.465876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:09 smithi194 bash[32038]: cluster 2023-12-08T03:03:08.253560+0000 mgr.a (mgr.14403) 23623 : cluster 0 pgmap v17642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:03:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:09 smithi194 bash[32038]: audit 2023-12-08T03:03:08.998164+0000 mgr.a (mgr.14403) 23624 : audit 0 from='client.465876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:09 smithi135 bash[32435]: cluster 2023-12-08T03:03:08.253560+0000 mgr.a (mgr.14403) 23623 : cluster 0 pgmap v17642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:03:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:09 smithi135 bash[32435]: audit 2023-12-08T03:03:08.998164+0000 mgr.a (mgr.14403) 23624 : audit 0 from='client.465876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:11 smithi079 bash[28699]: cluster 2023-12-08T03:03:10.254597+0000 mgr.a (mgr.14403) 23625 : cluster 0 pgmap v17643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:11 smithi194 bash[32038]: cluster 2023-12-08T03:03:10.254597+0000 mgr.a (mgr.14403) 23625 : cluster 0 pgmap v17643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:11 smithi135 bash[32435]: cluster 2023-12-08T03:03:10.254597+0000 mgr.a (mgr.14403) 23625 : cluster 0 pgmap v17643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:13 smithi079 bash[28699]: cluster 2023-12-08T03:03:12.255206+0000 mgr.a (mgr.14403) 23626 : cluster 0 pgmap v17644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:13 smithi194 bash[32038]: cluster 2023-12-08T03:03:12.255206+0000 mgr.a (mgr.14403) 23626 : cluster 0 pgmap v17644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:13 smithi135 bash[32435]: cluster 2023-12-08T03:03:12.255206+0000 mgr.a (mgr.14403) 23626 : cluster 0 pgmap v17644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:14.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:03:14.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:14.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:15.384 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:03:15.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:15.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:15.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:15.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:03:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:15 smithi079 bash[28699]: cluster 2023-12-08T03:03:14.255878+0000 mgr.a (mgr.14403) 23627 : cluster 0 pgmap v17645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:15 smithi079 bash[28699]: audit 2023-12-08T03:03:14.902130+0000 mgr.a (mgr.14403) 23628 : audit 0 from='client.465951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:15 smithi194 bash[32038]: cluster 2023-12-08T03:03:14.255878+0000 mgr.a (mgr.14403) 23627 : cluster 0 pgmap v17645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:15 smithi194 bash[32038]: audit 2023-12-08T03:03:14.902130+0000 mgr.a (mgr.14403) 23628 : audit 0 from='client.465951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:15 smithi135 bash[32435]: cluster 2023-12-08T03:03:14.255878+0000 mgr.a (mgr.14403) 23627 : cluster 0 pgmap v17645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:15 smithi135 bash[32435]: audit 2023-12-08T03:03:14.902130+0000 mgr.a (mgr.14403) 23628 : audit 0 from='client.465951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:17 smithi079 bash[28699]: cluster 2023-12-08T03:03:16.256661+0000 mgr.a (mgr.14403) 23629 : cluster 0 pgmap v17646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:03:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:17 smithi194 bash[32038]: cluster 2023-12-08T03:03:16.256661+0000 mgr.a (mgr.14403) 23629 : cluster 0 pgmap v17646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:03:17.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:17 smithi135 bash[32435]: cluster 2023-12-08T03:03:16.256661+0000 mgr.a (mgr.14403) 23629 : cluster 0 pgmap v17646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:03:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:19 smithi079 bash[28699]: cluster 2023-12-08T03:03:18.257286+0000 mgr.a (mgr.14403) 23630 : cluster 0 pgmap v17647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:03:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:19 smithi194 bash[32038]: cluster 2023-12-08T03:03:18.257286+0000 mgr.a (mgr.14403) 23630 : cluster 0 pgmap v17647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:03:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:19 smithi135 bash[32435]: cluster 2023-12-08T03:03:18.257286+0000 mgr.a (mgr.14403) 23630 : cluster 0 pgmap v17647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:03:20.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:03:20.388 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:20.388 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:21.305 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:03:21.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:21.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:21.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:21.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:03:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:21 smithi079 bash[28699]: cluster 2023-12-08T03:03:20.258083+0000 mgr.a (mgr.14403) 23631 : cluster 0 pgmap v17648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:03:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:21 smithi079 bash[28699]: audit 2023-12-08T03:03:20.792827+0000 mgr.a (mgr.14403) 23632 : audit 0 from='client.466029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:21 smithi079 bash[28699]: audit 2023-12-08T03:03:21.138490+0000 mon.a (mon.0) 3711 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:03:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:21 smithi194 bash[32038]: cluster 2023-12-08T03:03:20.258083+0000 mgr.a (mgr.14403) 23631 : cluster 0 pgmap v17648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:03:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:21 smithi194 bash[32038]: audit 2023-12-08T03:03:20.792827+0000 mgr.a (mgr.14403) 23632 : audit 0 from='client.466029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:21 smithi194 bash[32038]: audit 2023-12-08T03:03:21.138490+0000 mon.a (mon.0) 3711 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:03:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:21 smithi135 bash[32435]: cluster 2023-12-08T03:03:20.258083+0000 mgr.a (mgr.14403) 23631 : cluster 0 pgmap v17648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:03:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:21 smithi135 bash[32435]: audit 2023-12-08T03:03:20.792827+0000 mgr.a (mgr.14403) 23632 : audit 0 from='client.466029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:21 smithi135 bash[32435]: audit 2023-12-08T03:03:21.138490+0000 mon.a (mon.0) 3711 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:03:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:22 smithi194 bash[32038]: audit 2023-12-08T03:03:21.673831+0000 mon.a (mon.0) 3712 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:03:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:22 smithi194 bash[32038]: audit 2023-12-08T03:03:21.681238+0000 mon.a (mon.0) 3713 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:03:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:22 smithi194 bash[32038]: audit 2023-12-08T03:03:22.385556+0000 mon.a (mon.0) 3714 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:03:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:22 smithi194 bash[32038]: audit 2023-12-08T03:03:22.387557+0000 mon.a (mon.0) 3715 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:03:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:22 smithi194 bash[32038]: audit 2023-12-08T03:03:22.398004+0000 mon.a (mon.0) 3716 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:03:22.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:22 smithi135 bash[32435]: audit 2023-12-08T03:03:21.673831+0000 mon.a (mon.0) 3712 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:03:22.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:22 smithi135 bash[32435]: audit 2023-12-08T03:03:21.681238+0000 mon.a (mon.0) 3713 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:03:22.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:22 smithi135 bash[32435]: audit 2023-12-08T03:03:22.385556+0000 mon.a (mon.0) 3714 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:03:22.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:22 smithi135 bash[32435]: audit 2023-12-08T03:03:22.387557+0000 mon.a (mon.0) 3715 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:03:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:22 smithi135 bash[32435]: audit 2023-12-08T03:03:22.398004+0000 mon.a (mon.0) 3716 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:03:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:22 smithi079 bash[28699]: audit 2023-12-08T03:03:21.673831+0000 mon.a (mon.0) 3712 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:03:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:22 smithi079 bash[28699]: audit 2023-12-08T03:03:21.681238+0000 mon.a (mon.0) 3713 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:03:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:22 smithi079 bash[28699]: audit 2023-12-08T03:03:22.385556+0000 mon.a (mon.0) 3714 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:03:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:22 smithi079 bash[28699]: audit 2023-12-08T03:03:22.387557+0000 mon.a (mon.0) 3715 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:03:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:22 smithi079 bash[28699]: audit 2023-12-08T03:03:22.398004+0000 mon.a (mon.0) 3716 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:03:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:23 smithi194 bash[32038]: cluster 2023-12-08T03:03:22.258754+0000 mgr.a (mgr.14403) 23633 : cluster 0 pgmap v17649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:23.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:23 smithi135 bash[32435]: cluster 2023-12-08T03:03:22.258754+0000 mgr.a (mgr.14403) 23633 : cluster 0 pgmap v17649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:23 smithi079 bash[28699]: cluster 2023-12-08T03:03:22.258754+0000 mgr.a (mgr.14403) 23633 : cluster 0 pgmap v17649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:25 smithi194 bash[32038]: cluster 2023-12-08T03:03:24.259577+0000 mgr.a (mgr.14403) 23634 : cluster 0 pgmap v17650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:25 smithi135 bash[32435]: cluster 2023-12-08T03:03:24.259577+0000 mgr.a (mgr.14403) 23634 : cluster 0 pgmap v17650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:25 smithi079 bash[28699]: cluster 2023-12-08T03:03:24.259577+0000 mgr.a (mgr.14403) 23634 : cluster 0 pgmap v17650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:26.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:03:26.308 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:26.308 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:27.219 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:03:27.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:27.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:27.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:27.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:03:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:27 smithi194 bash[32038]: cluster 2023-12-08T03:03:26.260137+0000 mgr.a (mgr.14403) 23635 : cluster 0 pgmap v17651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:27 smithi194 bash[32038]: audit 2023-12-08T03:03:26.715255+0000 mgr.a (mgr.14403) 23636 : audit 0 from='client.466104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:27 smithi135 bash[32435]: cluster 2023-12-08T03:03:26.260137+0000 mgr.a (mgr.14403) 23635 : cluster 0 pgmap v17651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:27 smithi135 bash[32435]: audit 2023-12-08T03:03:26.715255+0000 mgr.a (mgr.14403) 23636 : audit 0 from='client.466104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:27 smithi079 bash[28699]: cluster 2023-12-08T03:03:26.260137+0000 mgr.a (mgr.14403) 23635 : cluster 0 pgmap v17651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:27 smithi079 bash[28699]: audit 2023-12-08T03:03:26.715255+0000 mgr.a (mgr.14403) 23636 : audit 0 from='client.466104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:29.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:29 smithi079 bash[28699]: cluster 2023-12-08T03:03:28.260793+0000 mgr.a (mgr.14403) 23637 : cluster 0 pgmap v17652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:29 smithi194 bash[32038]: cluster 2023-12-08T03:03:28.260793+0000 mgr.a (mgr.14403) 23637 : cluster 0 pgmap v17652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:29 smithi135 bash[32435]: cluster 2023-12-08T03:03:28.260793+0000 mgr.a (mgr.14403) 23637 : cluster 0 pgmap v17652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:31 smithi194 bash[32038]: cluster 2023-12-08T03:03:30.261694+0000 mgr.a (mgr.14403) 23638 : cluster 0 pgmap v17653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:31 smithi135 bash[32435]: cluster 2023-12-08T03:03:30.261694+0000 mgr.a (mgr.14403) 23638 : cluster 0 pgmap v17653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:31 smithi079 bash[28699]: cluster 2023-12-08T03:03:30.261694+0000 mgr.a (mgr.14403) 23638 : cluster 0 pgmap v17653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:32.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:03:32.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:32.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:33.142 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:03:33.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:33.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:33.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:33.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:03:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:33 smithi135 bash[32435]: cluster 2023-12-08T03:03:32.262285+0000 mgr.a (mgr.14403) 23639 : cluster 0 pgmap v17654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:33 smithi135 bash[32435]: audit 2023-12-08T03:03:32.626497+0000 mgr.a (mgr.14403) 23640 : audit 0 from='client.466182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:33 smithi079 bash[28699]: cluster 2023-12-08T03:03:32.262285+0000 mgr.a (mgr.14403) 23639 : cluster 0 pgmap v17654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:33 smithi079 bash[28699]: audit 2023-12-08T03:03:32.626497+0000 mgr.a (mgr.14403) 23640 : audit 0 from='client.466182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:33 smithi194 bash[32038]: cluster 2023-12-08T03:03:32.262285+0000 mgr.a (mgr.14403) 23639 : cluster 0 pgmap v17654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:33 smithi194 bash[32038]: audit 2023-12-08T03:03:32.626497+0000 mgr.a (mgr.14403) 23640 : audit 0 from='client.466182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:35 smithi079 bash[28699]: cluster 2023-12-08T03:03:34.263223+0000 mgr.a (mgr.14403) 23641 : cluster 0 pgmap v17655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:36.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:35 smithi194 bash[32038]: cluster 2023-12-08T03:03:34.263223+0000 mgr.a (mgr.14403) 23641 : cluster 0 pgmap v17655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:35 smithi135 bash[32435]: cluster 2023-12-08T03:03:34.263223+0000 mgr.a (mgr.14403) 23641 : cluster 0 pgmap v17655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:37 smithi079 bash[28699]: cluster 2023-12-08T03:03:36.263805+0000 mgr.a (mgr.14403) 23642 : cluster 0 pgmap v17656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:38.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:03:38.146 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:38.146 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:37 smithi194 bash[32038]: cluster 2023-12-08T03:03:36.263805+0000 mgr.a (mgr.14403) 23642 : cluster 0 pgmap v17656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:37 smithi135 bash[32435]: cluster 2023-12-08T03:03:36.263805+0000 mgr.a (mgr.14403) 23642 : cluster 0 pgmap v17656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:39.032 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:03:39.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:39.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:39.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:39.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:03:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:39 smithi079 bash[28699]: cluster 2023-12-08T03:03:38.264335+0000 mgr.a (mgr.14403) 23643 : cluster 0 pgmap v17657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:39 smithi079 bash[28699]: audit 2023-12-08T03:03:38.550493+0000 mgr.a (mgr.14403) 23644 : audit 0 from='client.466257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:39 smithi194 bash[32038]: cluster 2023-12-08T03:03:38.264335+0000 mgr.a (mgr.14403) 23643 : cluster 0 pgmap v17657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:39 smithi194 bash[32038]: audit 2023-12-08T03:03:38.550493+0000 mgr.a (mgr.14403) 23644 : audit 0 from='client.466257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:39 smithi135 bash[32435]: cluster 2023-12-08T03:03:38.264335+0000 mgr.a (mgr.14403) 23643 : cluster 0 pgmap v17657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:39 smithi135 bash[32435]: audit 2023-12-08T03:03:38.550493+0000 mgr.a (mgr.14403) 23644 : audit 0 from='client.466257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:41 smithi079 bash[28699]: cluster 2023-12-08T03:03:40.265353+0000 mgr.a (mgr.14403) 23645 : cluster 0 pgmap v17658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:41 smithi194 bash[32038]: cluster 2023-12-08T03:03:40.265353+0000 mgr.a (mgr.14403) 23645 : cluster 0 pgmap v17658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:41 smithi135 bash[32435]: cluster 2023-12-08T03:03:40.265353+0000 mgr.a (mgr.14403) 23645 : cluster 0 pgmap v17658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:44.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:03:44.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:44.036 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:43 smithi079 bash[28699]: cluster 2023-12-08T03:03:42.265946+0000 mgr.a (mgr.14403) 23646 : cluster 0 pgmap v17659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:43 smithi194 bash[32038]: cluster 2023-12-08T03:03:42.265946+0000 mgr.a (mgr.14403) 23646 : cluster 0 pgmap v17659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:43 smithi135 bash[32435]: cluster 2023-12-08T03:03:42.265946+0000 mgr.a (mgr.14403) 23646 : cluster 0 pgmap v17659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:44.946 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:03:44.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:44.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:44.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:44.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:03:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:45 smithi079 bash[28699]: cluster 2023-12-08T03:03:44.266669+0000 mgr.a (mgr.14403) 23647 : cluster 0 pgmap v17660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:45 smithi079 bash[28699]: audit 2023-12-08T03:03:44.438792+0000 mgr.a (mgr.14403) 23648 : audit 0 from='client.466332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:45 smithi194 bash[32038]: cluster 2023-12-08T03:03:44.266669+0000 mgr.a (mgr.14403) 23647 : cluster 0 pgmap v17660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:45 smithi194 bash[32038]: audit 2023-12-08T03:03:44.438792+0000 mgr.a (mgr.14403) 23648 : audit 0 from='client.466332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:45 smithi135 bash[32435]: cluster 2023-12-08T03:03:44.266669+0000 mgr.a (mgr.14403) 23647 : cluster 0 pgmap v17660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:45 smithi135 bash[32435]: audit 2023-12-08T03:03:44.438792+0000 mgr.a (mgr.14403) 23648 : audit 0 from='client.466332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:47 smithi079 bash[28699]: cluster 2023-12-08T03:03:46.267368+0000 mgr.a (mgr.14403) 23649 : cluster 0 pgmap v17661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:47 smithi194 bash[32038]: cluster 2023-12-08T03:03:46.267368+0000 mgr.a (mgr.14403) 23649 : cluster 0 pgmap v17661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:47 smithi135 bash[32435]: cluster 2023-12-08T03:03:46.267368+0000 mgr.a (mgr.14403) 23649 : cluster 0 pgmap v17661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:49.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:03:49.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:49.949 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:49 smithi079 bash[28699]: cluster 2023-12-08T03:03:48.267850+0000 mgr.a (mgr.14403) 23650 : cluster 0 pgmap v17662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:49 smithi194 bash[32038]: cluster 2023-12-08T03:03:48.267850+0000 mgr.a (mgr.14403) 23650 : cluster 0 pgmap v17662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:49 smithi135 bash[32435]: cluster 2023-12-08T03:03:48.267850+0000 mgr.a (mgr.14403) 23650 : cluster 0 pgmap v17662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:03:50.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:50.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:50.874 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:03:50.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:50.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:03:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:51 smithi079 bash[28699]: cluster 2023-12-08T03:03:50.268574+0000 mgr.a (mgr.14403) 23651 : cluster 0 pgmap v17663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:51 smithi079 bash[28699]: audit 2023-12-08T03:03:50.354422+0000 mgr.a (mgr.14403) 23652 : audit 0 from='client.466404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:51 smithi194 bash[32038]: cluster 2023-12-08T03:03:50.268574+0000 mgr.a (mgr.14403) 23651 : cluster 0 pgmap v17663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:51 smithi194 bash[32038]: audit 2023-12-08T03:03:50.354422+0000 mgr.a (mgr.14403) 23652 : audit 0 from='client.466404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:51 smithi135 bash[32435]: cluster 2023-12-08T03:03:50.268574+0000 mgr.a (mgr.14403) 23651 : cluster 0 pgmap v17663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:51 smithi135 bash[32435]: audit 2023-12-08T03:03:50.354422+0000 mgr.a (mgr.14403) 23652 : audit 0 from='client.466404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:53 smithi079 bash[28699]: cluster 2023-12-08T03:03:52.269219+0000 mgr.a (mgr.14403) 23653 : cluster 0 pgmap v17664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:53 smithi194 bash[32038]: cluster 2023-12-08T03:03:52.269219+0000 mgr.a (mgr.14403) 23653 : cluster 0 pgmap v17664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:53 smithi135 bash[32435]: cluster 2023-12-08T03:03:52.269219+0000 mgr.a (mgr.14403) 23653 : cluster 0 pgmap v17664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:55.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:03:55.876 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:03:55.876 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:03:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:55 smithi079 bash[28699]: cluster 2023-12-08T03:03:54.270053+0000 mgr.a (mgr.14403) 23654 : cluster 0 pgmap v17665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:55 smithi194 bash[32038]: cluster 2023-12-08T03:03:54.270053+0000 mgr.a (mgr.14403) 23654 : cluster 0 pgmap v17665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:55 smithi135 bash[32435]: cluster 2023-12-08T03:03:54.270053+0000 mgr.a (mgr.14403) 23654 : cluster 0 pgmap v17665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:03:56.829 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:03:56.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:03:56.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:03:56.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:03:56.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:03:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:57 smithi079 bash[28699]: cluster 2023-12-08T03:03:56.270599+0000 mgr.a (mgr.14403) 23655 : cluster 0 pgmap v17666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:57 smithi079 bash[28699]: audit 2023-12-08T03:03:56.291278+0000 mgr.a (mgr.14403) 23656 : audit 0 from='client.466476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:57 smithi194 bash[32038]: cluster 2023-12-08T03:03:56.270599+0000 mgr.a (mgr.14403) 23655 : cluster 0 pgmap v17666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:57 smithi194 bash[32038]: audit 2023-12-08T03:03:56.291278+0000 mgr.a (mgr.14403) 23656 : audit 0 from='client.466476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:03:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:57 smithi135 bash[32435]: cluster 2023-12-08T03:03:56.270599+0000 mgr.a (mgr.14403) 23655 : cluster 0 pgmap v17666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:03:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:57 smithi135 bash[32435]: audit 2023-12-08T03:03:56.291278+0000 mgr.a (mgr.14403) 23656 : audit 0 from='client.466476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:03:59 smithi079 bash[28699]: cluster 2023-12-08T03:03:58.271260+0000 mgr.a (mgr.14403) 23657 : cluster 0 pgmap v17667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:03:59 smithi194 bash[32038]: cluster 2023-12-08T03:03:58.271260+0000 mgr.a (mgr.14403) 23657 : cluster 0 pgmap v17667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:03:59 smithi135 bash[32435]: cluster 2023-12-08T03:03:58.271260+0000 mgr.a (mgr.14403) 23657 : cluster 0 pgmap v17667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:01.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:04:01.832 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:01.832 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:01 smithi079 bash[28699]: cluster 2023-12-08T03:04:00.272121+0000 mgr.a (mgr.14403) 23658 : cluster 0 pgmap v17668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:01 smithi194 bash[32038]: cluster 2023-12-08T03:04:00.272121+0000 mgr.a (mgr.14403) 23658 : cluster 0 pgmap v17668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:01 smithi135 bash[32435]: cluster 2023-12-08T03:04:00.272121+0000 mgr.a (mgr.14403) 23658 : cluster 0 pgmap v17668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:02.723 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:04:02.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:02.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:02.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:02.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:04:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:03 smithi079 bash[28699]: audit 2023-12-08T03:04:02.231775+0000 mgr.a (mgr.14403) 23659 : audit 0 from='client.466551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:03 smithi079 bash[28699]: cluster 2023-12-08T03:04:02.272879+0000 mgr.a (mgr.14403) 23660 : cluster 0 pgmap v17669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:03 smithi194 bash[32038]: audit 2023-12-08T03:04:02.231775+0000 mgr.a (mgr.14403) 23659 : audit 0 from='client.466551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:03 smithi194 bash[32038]: cluster 2023-12-08T03:04:02.272879+0000 mgr.a (mgr.14403) 23660 : cluster 0 pgmap v17669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:03 smithi135 bash[32435]: audit 2023-12-08T03:04:02.231775+0000 mgr.a (mgr.14403) 23659 : audit 0 from='client.466551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:03 smithi135 bash[32435]: cluster 2023-12-08T03:04:02.272879+0000 mgr.a (mgr.14403) 23660 : cluster 0 pgmap v17669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:05 smithi079 bash[28699]: cluster 2023-12-08T03:04:04.273789+0000 mgr.a (mgr.14403) 23661 : cluster 0 pgmap v17670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:06.202 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:05 smithi194 bash[32038]: cluster 2023-12-08T03:04:04.273789+0000 mgr.a (mgr.14403) 23661 : cluster 0 pgmap v17670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:05 smithi135 bash[32435]: cluster 2023-12-08T03:04:04.273789+0000 mgr.a (mgr.14403) 23661 : cluster 0 pgmap v17670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:07.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:04:07.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:07.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:07 smithi079 bash[28699]: cluster 2023-12-08T03:04:06.274360+0000 mgr.a (mgr.14403) 23662 : cluster 0 pgmap v17671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:07 smithi194 bash[32038]: cluster 2023-12-08T03:04:06.274360+0000 mgr.a (mgr.14403) 23662 : cluster 0 pgmap v17671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:07 smithi135 bash[32435]: cluster 2023-12-08T03:04:06.274360+0000 mgr.a (mgr.14403) 23662 : cluster 0 pgmap v17671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:08.644 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:04:08.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:08.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:08.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:08.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:04:09.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:08 smithi079 bash[28699]: audit 2023-12-08T03:04:08.130237+0000 mgr.a (mgr.14403) 23663 : audit 0 from='client.466629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:09.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:08 smithi194 bash[32038]: audit 2023-12-08T03:04:08.130237+0000 mgr.a (mgr.14403) 23663 : audit 0 from='client.466629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:09.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:08 smithi135 bash[32435]: audit 2023-12-08T03:04:08.130237+0000 mgr.a (mgr.14403) 23663 : audit 0 from='client.466629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:09 smithi079 bash[28699]: cluster 2023-12-08T03:04:08.278827+0000 mgr.a (mgr.14403) 23664 : cluster 0 pgmap v17672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:09 smithi194 bash[32038]: cluster 2023-12-08T03:04:08.278827+0000 mgr.a (mgr.14403) 23664 : cluster 0 pgmap v17672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:09 smithi135 bash[32435]: cluster 2023-12-08T03:04:08.278827+0000 mgr.a (mgr.14403) 23664 : cluster 0 pgmap v17672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:11 smithi079 bash[28699]: cluster 2023-12-08T03:04:10.279867+0000 mgr.a (mgr.14403) 23665 : cluster 0 pgmap v17673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:04:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:11 smithi194 bash[32038]: cluster 2023-12-08T03:04:10.279867+0000 mgr.a (mgr.14403) 23665 : cluster 0 pgmap v17673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:04:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:11 smithi135 bash[32435]: cluster 2023-12-08T03:04:10.279867+0000 mgr.a (mgr.14403) 23665 : cluster 0 pgmap v17673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:04:13.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:04:13.648 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:13.648 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:13 smithi079 bash[28699]: cluster 2023-12-08T03:04:12.280374+0000 mgr.a (mgr.14403) 23666 : cluster 0 pgmap v17674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:04:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:13 smithi194 bash[32038]: cluster 2023-12-08T03:04:12.280374+0000 mgr.a (mgr.14403) 23666 : cluster 0 pgmap v17674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:04:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:13 smithi135 bash[32435]: cluster 2023-12-08T03:04:12.280374+0000 mgr.a (mgr.14403) 23666 : cluster 0 pgmap v17674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:04:14.583 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:04:14.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:14.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:14.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:14.584 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:04:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:14 smithi079 bash[28699]: audit 2023-12-08T03:04:14.055741+0000 mgr.a (mgr.14403) 23667 : audit 0 from='client.466707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:14 smithi194 bash[32038]: audit 2023-12-08T03:04:14.055741+0000 mgr.a (mgr.14403) 23667 : audit 0 from='client.466707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:15.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:14 smithi135 bash[32435]: audit 2023-12-08T03:04:14.055741+0000 mgr.a (mgr.14403) 23667 : audit 0 from='client.466707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:15 smithi079 bash[28699]: cluster 2023-12-08T03:04:14.281285+0000 mgr.a (mgr.14403) 23668 : cluster 0 pgmap v17675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:15 smithi194 bash[32038]: cluster 2023-12-08T03:04:14.281285+0000 mgr.a (mgr.14403) 23668 : cluster 0 pgmap v17675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:15 smithi135 bash[32435]: cluster 2023-12-08T03:04:14.281285+0000 mgr.a (mgr.14403) 23668 : cluster 0 pgmap v17675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:17 smithi079 bash[28699]: cluster 2023-12-08T03:04:16.282005+0000 mgr.a (mgr.14403) 23669 : cluster 0 pgmap v17676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:17 smithi194 bash[32038]: cluster 2023-12-08T03:04:16.282005+0000 mgr.a (mgr.14403) 23669 : cluster 0 pgmap v17676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:17 smithi135 bash[32435]: cluster 2023-12-08T03:04:16.282005+0000 mgr.a (mgr.14403) 23669 : cluster 0 pgmap v17676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:19.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:04:19.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:19.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:19 smithi079 bash[28699]: cluster 2023-12-08T03:04:18.282577+0000 mgr.a (mgr.14403) 23670 : cluster 0 pgmap v17677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:19 smithi194 bash[32038]: cluster 2023-12-08T03:04:18.282577+0000 mgr.a (mgr.14403) 23670 : cluster 0 pgmap v17677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:19 smithi135 bash[32435]: cluster 2023-12-08T03:04:18.282577+0000 mgr.a (mgr.14403) 23670 : cluster 0 pgmap v17677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:20.518 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:04:20.518 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:20.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:20.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:20.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:04:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:20 smithi079 bash[28699]: audit 2023-12-08T03:04:19.994719+0000 mgr.a (mgr.14403) 23671 : audit 0 from='client.466782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:21.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:20 smithi194 bash[32038]: audit 2023-12-08T03:04:19.994719+0000 mgr.a (mgr.14403) 23671 : audit 0 from='client.466782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:21.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:20 smithi135 bash[32435]: audit 2023-12-08T03:04:19.994719+0000 mgr.a (mgr.14403) 23671 : audit 0 from='client.466782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:21 smithi079 bash[28699]: cluster 2023-12-08T03:04:20.283859+0000 mgr.a (mgr.14403) 23672 : cluster 0 pgmap v17678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:21 smithi194 bash[32038]: cluster 2023-12-08T03:04:20.283859+0000 mgr.a (mgr.14403) 23672 : cluster 0 pgmap v17678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:21 smithi135 bash[32435]: cluster 2023-12-08T03:04:20.283859+0000 mgr.a (mgr.14403) 23672 : cluster 0 pgmap v17678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:23.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:22 smithi079 bash[28699]: audit 2023-12-08T03:04:22.501805+0000 mon.a (mon.0) 3717 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:04:23.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:22 smithi194 bash[32038]: audit 2023-12-08T03:04:22.501805+0000 mon.a (mon.0) 3717 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:04:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:22 smithi135 bash[32435]: audit 2023-12-08T03:04:22.501805+0000 mon.a (mon.0) 3717 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:04:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:24 smithi079 bash[28699]: cluster 2023-12-08T03:04:22.284559+0000 mgr.a (mgr.14403) 23673 : cluster 0 pgmap v17679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:04:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:24 smithi079 bash[28699]: audit 2023-12-08T03:04:23.030938+0000 mon.a (mon.0) 3718 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:04:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:24 smithi079 bash[28699]: audit 2023-12-08T03:04:23.042172+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:04:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:24 smithi079 bash[28699]: audit 2023-12-08T03:04:23.740160+0000 mon.a (mon.0) 3720 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:04:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:24 smithi079 bash[28699]: audit 2023-12-08T03:04:23.742317+0000 mon.a (mon.0) 3721 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:04:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:24 smithi079 bash[28699]: audit 2023-12-08T03:04:23.752508+0000 mon.a (mon.0) 3722 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:04:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:24 smithi194 bash[32038]: cluster 2023-12-08T03:04:22.284559+0000 mgr.a (mgr.14403) 23673 : cluster 0 pgmap v17679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:04:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:24 smithi194 bash[32038]: audit 2023-12-08T03:04:23.030938+0000 mon.a (mon.0) 3718 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:04:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:24 smithi194 bash[32038]: audit 2023-12-08T03:04:23.042172+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:04:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:24 smithi194 bash[32038]: audit 2023-12-08T03:04:23.740160+0000 mon.a (mon.0) 3720 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:04:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:24 smithi194 bash[32038]: audit 2023-12-08T03:04:23.742317+0000 mon.a (mon.0) 3721 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:04:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:24 smithi194 bash[32038]: audit 2023-12-08T03:04:23.752508+0000 mon.a (mon.0) 3722 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:04:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:24 smithi135 bash[32435]: cluster 2023-12-08T03:04:22.284559+0000 mgr.a (mgr.14403) 23673 : cluster 0 pgmap v17679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:04:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:24 smithi135 bash[32435]: audit 2023-12-08T03:04:23.030938+0000 mon.a (mon.0) 3718 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:04:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:24 smithi135 bash[32435]: audit 2023-12-08T03:04:23.042172+0000 mon.a (mon.0) 3719 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:04:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:24 smithi135 bash[32435]: audit 2023-12-08T03:04:23.740160+0000 mon.a (mon.0) 3720 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:04:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:24 smithi135 bash[32435]: audit 2023-12-08T03:04:23.742317+0000 mon.a (mon.0) 3721 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:04:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:24 smithi135 bash[32435]: audit 2023-12-08T03:04:23.752508+0000 mon.a (mon.0) 3722 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:04:25.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:04:25.521 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:25.521 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:26 smithi079 bash[28699]: cluster 2023-12-08T03:04:24.285396+0000 mgr.a (mgr.14403) 23674 : cluster 0 pgmap v17680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:04:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:26 smithi194 bash[32038]: cluster 2023-12-08T03:04:24.285396+0000 mgr.a (mgr.14403) 23674 : cluster 0 pgmap v17680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:04:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:26 smithi135 bash[32435]: cluster 2023-12-08T03:04:24.285396+0000 mgr.a (mgr.14403) 23674 : cluster 0 pgmap v17680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:04:26.457 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:04:26.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:26.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:26.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:26.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:04:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:27 smithi079 bash[28699]: audit 2023-12-08T03:04:25.935472+0000 mgr.a (mgr.14403) 23675 : audit 0 from='client.466857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:27 smithi194 bash[32038]: audit 2023-12-08T03:04:25.935472+0000 mgr.a (mgr.14403) 23675 : audit 0 from='client.466857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:27.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:27 smithi135 bash[32435]: audit 2023-12-08T03:04:25.935472+0000 mgr.a (mgr.14403) 23675 : audit 0 from='client.466857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:28 smithi079 bash[28699]: cluster 2023-12-08T03:04:26.286018+0000 mgr.a (mgr.14403) 23676 : cluster 0 pgmap v17681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:28 smithi194 bash[32038]: cluster 2023-12-08T03:04:26.286018+0000 mgr.a (mgr.14403) 23676 : cluster 0 pgmap v17681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:28 smithi135 bash[32435]: cluster 2023-12-08T03:04:26.286018+0000 mgr.a (mgr.14403) 23676 : cluster 0 pgmap v17681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:30 smithi079 bash[28699]: cluster 2023-12-08T03:04:28.286673+0000 mgr.a (mgr.14403) 23677 : cluster 0 pgmap v17682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:30 smithi194 bash[32038]: cluster 2023-12-08T03:04:28.286673+0000 mgr.a (mgr.14403) 23677 : cluster 0 pgmap v17682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:30 smithi135 bash[32435]: cluster 2023-12-08T03:04:28.286673+0000 mgr.a (mgr.14403) 23677 : cluster 0 pgmap v17682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:31.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:04:31.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:31.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:32.357 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:04:32.357 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:32.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:32.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:32.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:04:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:32 smithi079 bash[28699]: cluster 2023-12-08T03:04:30.287524+0000 mgr.a (mgr.14403) 23678 : cluster 0 pgmap v17683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:32.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:32 smithi194 bash[32038]: cluster 2023-12-08T03:04:30.287524+0000 mgr.a (mgr.14403) 23678 : cluster 0 pgmap v17683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:32 smithi135 bash[32435]: cluster 2023-12-08T03:04:30.287524+0000 mgr.a (mgr.14403) 23678 : cluster 0 pgmap v17683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:33 smithi079 bash[28699]: audit 2023-12-08T03:04:31.861766+0000 mgr.a (mgr.14403) 23679 : audit 0 from='client.466932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:33 smithi194 bash[32038]: audit 2023-12-08T03:04:31.861766+0000 mgr.a (mgr.14403) 23679 : audit 0 from='client.466932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:33 smithi135 bash[32435]: audit 2023-12-08T03:04:31.861766+0000 mgr.a (mgr.14403) 23679 : audit 0 from='client.466932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:34 smithi079 bash[28699]: cluster 2023-12-08T03:04:32.288178+0000 mgr.a (mgr.14403) 23680 : cluster 0 pgmap v17684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:34 smithi194 bash[32038]: cluster 2023-12-08T03:04:32.288178+0000 mgr.a (mgr.14403) 23680 : cluster 0 pgmap v17684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:34 smithi135 bash[32435]: cluster 2023-12-08T03:04:32.288178+0000 mgr.a (mgr.14403) 23680 : cluster 0 pgmap v17684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:36 smithi079 bash[28699]: cluster 2023-12-08T03:04:34.289044+0000 mgr.a (mgr.14403) 23681 : cluster 0 pgmap v17685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:36 smithi194 bash[32038]: cluster 2023-12-08T03:04:34.289044+0000 mgr.a (mgr.14403) 23681 : cluster 0 pgmap v17685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:36 smithi135 bash[32435]: cluster 2023-12-08T03:04:34.289044+0000 mgr.a (mgr.14403) 23681 : cluster 0 pgmap v17685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:37.360 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:04:37.361 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:37.361 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:38.247 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:04:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:38.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:04:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:38 smithi079 bash[28699]: cluster 2023-12-08T03:04:36.289597+0000 mgr.a (mgr.14403) 23682 : cluster 0 pgmap v17686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:38 smithi194 bash[32038]: cluster 2023-12-08T03:04:36.289597+0000 mgr.a (mgr.14403) 23682 : cluster 0 pgmap v17686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:38 smithi135 bash[32435]: cluster 2023-12-08T03:04:36.289597+0000 mgr.a (mgr.14403) 23682 : cluster 0 pgmap v17686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:39.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:39 smithi079 bash[28699]: audit 2023-12-08T03:04:37.763753+0000 mgr.a (mgr.14403) 23683 : audit 0 from='client.467004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:39.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:39 smithi194 bash[32038]: audit 2023-12-08T03:04:37.763753+0000 mgr.a (mgr.14403) 23683 : audit 0 from='client.467004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:39.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:39 smithi135 bash[32435]: audit 2023-12-08T03:04:37.763753+0000 mgr.a (mgr.14403) 23683 : audit 0 from='client.467004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:40 smithi079 bash[28699]: cluster 2023-12-08T03:04:38.290257+0000 mgr.a (mgr.14403) 23684 : cluster 0 pgmap v17687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:40.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:40 smithi194 bash[32038]: cluster 2023-12-08T03:04:38.290257+0000 mgr.a (mgr.14403) 23684 : cluster 0 pgmap v17687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:40 smithi135 bash[32435]: cluster 2023-12-08T03:04:38.290257+0000 mgr.a (mgr.14403) 23684 : cluster 0 pgmap v17687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:42 smithi079 bash[28699]: cluster 2023-12-08T03:04:40.291025+0000 mgr.a (mgr.14403) 23685 : cluster 0 pgmap v17688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:42 smithi194 bash[32038]: cluster 2023-12-08T03:04:40.291025+0000 mgr.a (mgr.14403) 23685 : cluster 0 pgmap v17688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:42 smithi135 bash[32435]: cluster 2023-12-08T03:04:40.291025+0000 mgr.a (mgr.14403) 23685 : cluster 0 pgmap v17688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:04:43.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:04:43.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:43.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:44.139 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:04:44.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:44.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:44.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:44.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:04:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:44 smithi079 bash[28699]: cluster 2023-12-08T03:04:42.291663+0000 mgr.a (mgr.14403) 23686 : cluster 0 pgmap v17689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:44 smithi194 bash[32038]: cluster 2023-12-08T03:04:42.291663+0000 mgr.a (mgr.14403) 23686 : cluster 0 pgmap v17689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:44 smithi135 bash[32435]: cluster 2023-12-08T03:04:42.291663+0000 mgr.a (mgr.14403) 23686 : cluster 0 pgmap v17689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:45 smithi079 bash[28699]: audit 2023-12-08T03:04:43.655466+0000 mgr.a (mgr.14403) 23687 : audit 0 from='client.467079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:45 smithi194 bash[32038]: audit 2023-12-08T03:04:43.655466+0000 mgr.a (mgr.14403) 23687 : audit 0 from='client.467079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:45.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:45 smithi135 bash[32435]: audit 2023-12-08T03:04:43.655466+0000 mgr.a (mgr.14403) 23687 : audit 0 from='client.467079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:46 smithi079 bash[28699]: cluster 2023-12-08T03:04:44.292614+0000 mgr.a (mgr.14403) 23688 : cluster 0 pgmap v17690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:46 smithi194 bash[32038]: cluster 2023-12-08T03:04:44.292614+0000 mgr.a (mgr.14403) 23688 : cluster 0 pgmap v17690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:46 smithi135 bash[32435]: cluster 2023-12-08T03:04:44.292614+0000 mgr.a (mgr.14403) 23688 : cluster 0 pgmap v17690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:48 smithi079 bash[28699]: cluster 2023-12-08T03:04:46.293119+0000 mgr.a (mgr.14403) 23689 : cluster 0 pgmap v17691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:48 smithi194 bash[32038]: cluster 2023-12-08T03:04:46.293119+0000 mgr.a (mgr.14403) 23689 : cluster 0 pgmap v17691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:48 smithi135 bash[32435]: cluster 2023-12-08T03:04:46.293119+0000 mgr.a (mgr.14403) 23689 : cluster 0 pgmap v17691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:49.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:04:49.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:49.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:50.027 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:04:50.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:50.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:50.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:50.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:04:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:50 smithi079 bash[28699]: cluster 2023-12-08T03:04:48.293720+0000 mgr.a (mgr.14403) 23690 : cluster 0 pgmap v17692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:50 smithi194 bash[32038]: cluster 2023-12-08T03:04:48.293720+0000 mgr.a (mgr.14403) 23690 : cluster 0 pgmap v17692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:50 smithi135 bash[32435]: cluster 2023-12-08T03:04:48.293720+0000 mgr.a (mgr.14403) 23690 : cluster 0 pgmap v17692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:51 smithi079 bash[28699]: audit 2023-12-08T03:04:49.544549+0000 mgr.a (mgr.14403) 23691 : audit 0 from='client.467157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:51 smithi194 bash[32038]: audit 2023-12-08T03:04:49.544549+0000 mgr.a (mgr.14403) 23691 : audit 0 from='client.467157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:51.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:51 smithi135 bash[32435]: audit 2023-12-08T03:04:49.544549+0000 mgr.a (mgr.14403) 23691 : audit 0 from='client.467157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:52 smithi079 bash[28699]: cluster 2023-12-08T03:04:50.294720+0000 mgr.a (mgr.14403) 23692 : cluster 0 pgmap v17693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:52 smithi194 bash[32038]: cluster 2023-12-08T03:04:50.294720+0000 mgr.a (mgr.14403) 23692 : cluster 0 pgmap v17693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:52 smithi135 bash[32435]: cluster 2023-12-08T03:04:50.294720+0000 mgr.a (mgr.14403) 23692 : cluster 0 pgmap v17693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:54 smithi079 bash[28699]: cluster 2023-12-08T03:04:52.295329+0000 mgr.a (mgr.14403) 23693 : cluster 0 pgmap v17694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:54.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:54 smithi194 bash[32038]: cluster 2023-12-08T03:04:52.295329+0000 mgr.a (mgr.14403) 23693 : cluster 0 pgmap v17694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:54 smithi135 bash[32435]: cluster 2023-12-08T03:04:52.295329+0000 mgr.a (mgr.14403) 23693 : cluster 0 pgmap v17694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:04:55.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:04:55.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:04:55.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:04:55.926 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:04:55.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:04:55.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:04:55.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:04:55.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:04:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:56 smithi079 bash[28699]: cluster 2023-12-08T03:04:54.296119+0000 mgr.a (mgr.14403) 23694 : cluster 0 pgmap v17695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:56 smithi194 bash[32038]: cluster 2023-12-08T03:04:54.296119+0000 mgr.a (mgr.14403) 23694 : cluster 0 pgmap v17695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:56 smithi135 bash[32435]: cluster 2023-12-08T03:04:54.296119+0000 mgr.a (mgr.14403) 23694 : cluster 0 pgmap v17695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:57 smithi079 bash[28699]: audit 2023-12-08T03:04:55.435639+0000 mgr.a (mgr.14403) 23695 : audit 0 from='client.467235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:57.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:57 smithi194 bash[32038]: audit 2023-12-08T03:04:55.435639+0000 mgr.a (mgr.14403) 23695 : audit 0 from='client.467235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:57.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:57 smithi135 bash[32435]: audit 2023-12-08T03:04:55.435639+0000 mgr.a (mgr.14403) 23695 : audit 0 from='client.467235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:04:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:04:58 smithi079 bash[28699]: cluster 2023-12-08T03:04:56.296799+0000 mgr.a (mgr.14403) 23696 : cluster 0 pgmap v17696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:04:58 smithi194 bash[32038]: cluster 2023-12-08T03:04:56.296799+0000 mgr.a (mgr.14403) 23696 : cluster 0 pgmap v17696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:04:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:04:58 smithi135 bash[32435]: cluster 2023-12-08T03:04:56.296799+0000 mgr.a (mgr.14403) 23696 : cluster 0 pgmap v17696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:00 smithi079 bash[28699]: cluster 2023-12-08T03:04:58.297353+0000 mgr.a (mgr.14403) 23697 : cluster 0 pgmap v17697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:00 smithi194 bash[32038]: cluster 2023-12-08T03:04:58.297353+0000 mgr.a (mgr.14403) 23697 : cluster 0 pgmap v17697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:00 smithi135 bash[32435]: cluster 2023-12-08T03:04:58.297353+0000 mgr.a (mgr.14403) 23697 : cluster 0 pgmap v17697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:00.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:05:00.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:00.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:01.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:01.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:01.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:01.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:05:01.812 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:05:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:02 smithi194 bash[32038]: cluster 2023-12-08T03:05:00.298162+0000 mgr.a (mgr.14403) 23698 : cluster 0 pgmap v17698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:02 smithi135 bash[32435]: cluster 2023-12-08T03:05:00.298162+0000 mgr.a (mgr.14403) 23698 : cluster 0 pgmap v17698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:02 smithi079 bash[28699]: cluster 2023-12-08T03:05:00.298162+0000 mgr.a (mgr.14403) 23698 : cluster 0 pgmap v17698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:03 smithi194 bash[32038]: audit 2023-12-08T03:05:01.330270+0000 mgr.a (mgr.14403) 23699 : audit 0 from='client.467313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:03 smithi135 bash[32435]: audit 2023-12-08T03:05:01.330270+0000 mgr.a (mgr.14403) 23699 : audit 0 from='client.467313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:03 smithi079 bash[28699]: audit 2023-12-08T03:05:01.330270+0000 mgr.a (mgr.14403) 23699 : audit 0 from='client.467313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:04.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:04 smithi194 bash[32038]: cluster 2023-12-08T03:05:02.298868+0000 mgr.a (mgr.14403) 23700 : cluster 0 pgmap v17699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:04 smithi135 bash[32435]: cluster 2023-12-08T03:05:02.298868+0000 mgr.a (mgr.14403) 23700 : cluster 0 pgmap v17699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:04 smithi079 bash[28699]: cluster 2023-12-08T03:05:02.298868+0000 mgr.a (mgr.14403) 23700 : cluster 0 pgmap v17699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:06 smithi194 bash[32038]: cluster 2023-12-08T03:05:04.299721+0000 mgr.a (mgr.14403) 23701 : cluster 0 pgmap v17700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:06 smithi135 bash[32435]: cluster 2023-12-08T03:05:04.299721+0000 mgr.a (mgr.14403) 23701 : cluster 0 pgmap v17700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:06 smithi079 bash[28699]: cluster 2023-12-08T03:05:04.299721+0000 mgr.a (mgr.14403) 23701 : cluster 0 pgmap v17700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:06.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:05:06.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:06.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:07.734 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:05:07.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:07.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:07.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:07.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:05:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:08 smithi194 bash[32038]: cluster 2023-12-08T03:05:06.300348+0000 mgr.a (mgr.14403) 23702 : cluster 0 pgmap v17701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:08 smithi194 bash[32038]: audit 2023-12-08T03:05:07.224003+0000 mgr.a (mgr.14403) 23703 : audit 0 from='client.467385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:08 smithi135 bash[32435]: cluster 2023-12-08T03:05:06.300348+0000 mgr.a (mgr.14403) 23702 : cluster 0 pgmap v17701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:08 smithi135 bash[32435]: audit 2023-12-08T03:05:07.224003+0000 mgr.a (mgr.14403) 23703 : audit 0 from='client.467385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:08 smithi079 bash[28699]: cluster 2023-12-08T03:05:06.300348+0000 mgr.a (mgr.14403) 23702 : cluster 0 pgmap v17701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:08 smithi079 bash[28699]: audit 2023-12-08T03:05:07.224003+0000 mgr.a (mgr.14403) 23703 : audit 0 from='client.467385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:10 smithi194 bash[32038]: cluster 2023-12-08T03:05:08.301057+0000 mgr.a (mgr.14403) 23704 : cluster 0 pgmap v17702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:10 smithi135 bash[32435]: cluster 2023-12-08T03:05:08.301057+0000 mgr.a (mgr.14403) 23704 : cluster 0 pgmap v17702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:10 smithi079 bash[28699]: cluster 2023-12-08T03:05:08.301057+0000 mgr.a (mgr.14403) 23704 : cluster 0 pgmap v17702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:12 smithi194 bash[32038]: cluster 2023-12-08T03:05:10.301895+0000 mgr.a (mgr.14403) 23705 : cluster 0 pgmap v17703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:12 smithi135 bash[32435]: cluster 2023-12-08T03:05:10.301895+0000 mgr.a (mgr.14403) 23705 : cluster 0 pgmap v17703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:12 smithi079 bash[28699]: cluster 2023-12-08T03:05:10.301895+0000 mgr.a (mgr.14403) 23705 : cluster 0 pgmap v17703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:12.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:05:12.738 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:12.738 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:13.647 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:05:13.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:13.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:13.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:13.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:05:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:14 smithi194 bash[32038]: cluster 2023-12-08T03:05:12.302447+0000 mgr.a (mgr.14403) 23706 : cluster 0 pgmap v17704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:14 smithi194 bash[32038]: audit 2023-12-08T03:05:13.142195+0000 mgr.a (mgr.14403) 23707 : audit 0 from='client.467463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:14 smithi135 bash[32435]: cluster 2023-12-08T03:05:12.302447+0000 mgr.a (mgr.14403) 23706 : cluster 0 pgmap v17704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:14 smithi135 bash[32435]: audit 2023-12-08T03:05:13.142195+0000 mgr.a (mgr.14403) 23707 : audit 0 from='client.467463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:14 smithi079 bash[28699]: cluster 2023-12-08T03:05:12.302447+0000 mgr.a (mgr.14403) 23706 : cluster 0 pgmap v17704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:14 smithi079 bash[28699]: audit 2023-12-08T03:05:13.142195+0000 mgr.a (mgr.14403) 23707 : audit 0 from='client.467463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:16 smithi194 bash[32038]: cluster 2023-12-08T03:05:14.303445+0000 mgr.a (mgr.14403) 23708 : cluster 0 pgmap v17705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:05:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:16 smithi135 bash[32435]: cluster 2023-12-08T03:05:14.303445+0000 mgr.a (mgr.14403) 23708 : cluster 0 pgmap v17705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:05:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:16 smithi079 bash[28699]: cluster 2023-12-08T03:05:14.303445+0000 mgr.a (mgr.14403) 23708 : cluster 0 pgmap v17705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:05:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:18 smithi194 bash[32038]: cluster 2023-12-08T03:05:16.303986+0000 mgr.a (mgr.14403) 23709 : cluster 0 pgmap v17706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:05:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:18 smithi135 bash[32435]: cluster 2023-12-08T03:05:16.303986+0000 mgr.a (mgr.14403) 23709 : cluster 0 pgmap v17706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:05:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:18 smithi079 bash[28699]: cluster 2023-12-08T03:05:16.303986+0000 mgr.a (mgr.14403) 23709 : cluster 0 pgmap v17706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:05:18.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:05:18.649 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:18.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:19.533 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:05:19.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:19.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:19.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:19.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:05:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:20 smithi194 bash[32038]: cluster 2023-12-08T03:05:18.304579+0000 mgr.a (mgr.14403) 23710 : cluster 0 pgmap v17707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:05:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:20 smithi194 bash[32038]: audit 2023-12-08T03:05:19.055996+0000 mgr.a (mgr.14403) 23711 : audit 0 from='client.467535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:20 smithi135 bash[32435]: cluster 2023-12-08T03:05:18.304579+0000 mgr.a (mgr.14403) 23710 : cluster 0 pgmap v17707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:05:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:20 smithi135 bash[32435]: audit 2023-12-08T03:05:19.055996+0000 mgr.a (mgr.14403) 23711 : audit 0 from='client.467535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:20 smithi079 bash[28699]: cluster 2023-12-08T03:05:18.304579+0000 mgr.a (mgr.14403) 23710 : cluster 0 pgmap v17707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:05:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:20 smithi079 bash[28699]: audit 2023-12-08T03:05:19.055996+0000 mgr.a (mgr.14403) 23711 : audit 0 from='client.467535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:22 smithi194 bash[32038]: cluster 2023-12-08T03:05:20.305651+0000 mgr.a (mgr.14403) 23712 : cluster 0 pgmap v17708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:22 smithi135 bash[32435]: cluster 2023-12-08T03:05:20.305651+0000 mgr.a (mgr.14403) 23712 : cluster 0 pgmap v17708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:22 smithi079 bash[28699]: cluster 2023-12-08T03:05:20.305651+0000 mgr.a (mgr.14403) 23712 : cluster 0 pgmap v17708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:24 smithi194 bash[32038]: cluster 2023-12-08T03:05:22.306222+0000 mgr.a (mgr.14403) 23713 : cluster 0 pgmap v17709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:05:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:24 smithi194 bash[32038]: audit 2023-12-08T03:05:23.854407+0000 mon.a (mon.0) 3723 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:05:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:24 smithi135 bash[32435]: cluster 2023-12-08T03:05:22.306222+0000 mgr.a (mgr.14403) 23713 : cluster 0 pgmap v17709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:05:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:24 smithi135 bash[32435]: audit 2023-12-08T03:05:23.854407+0000 mon.a (mon.0) 3723 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:05:24.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:05:24.535 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:24.536 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:24 smithi079 bash[28699]: cluster 2023-12-08T03:05:22.306222+0000 mgr.a (mgr.14403) 23713 : cluster 0 pgmap v17709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:05:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:24 smithi079 bash[28699]: audit 2023-12-08T03:05:23.854407+0000 mon.a (mon.0) 3723 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:05:25.435 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:05:25.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:25.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:25.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:25.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:05:25.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:25 smithi135 bash[32435]: audit 2023-12-08T03:05:24.594281+0000 mon.a (mon.0) 3724 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:05:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:25 smithi135 bash[32435]: audit 2023-12-08T03:05:24.595724+0000 mon.a (mon.0) 3725 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:05:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:25 smithi135 bash[32435]: audit 2023-12-08T03:05:24.604929+0000 mon.a (mon.0) 3726 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:05:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:25 smithi079 bash[28699]: audit 2023-12-08T03:05:24.594281+0000 mon.a (mon.0) 3724 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:05:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:25 smithi079 bash[28699]: audit 2023-12-08T03:05:24.595724+0000 mon.a (mon.0) 3725 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:05:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:25 smithi079 bash[28699]: audit 2023-12-08T03:05:24.604929+0000 mon.a (mon.0) 3726 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:05:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:25 smithi194 bash[32038]: audit 2023-12-08T03:05:24.594281+0000 mon.a (mon.0) 3724 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:05:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:25 smithi194 bash[32038]: audit 2023-12-08T03:05:24.595724+0000 mon.a (mon.0) 3725 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:05:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:25 smithi194 bash[32038]: audit 2023-12-08T03:05:24.604929+0000 mon.a (mon.0) 3726 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:05:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:26 smithi079 bash[28699]: cluster 2023-12-08T03:05:24.306999+0000 mgr.a (mgr.14403) 23714 : cluster 0 pgmap v17710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:26 smithi079 bash[28699]: audit 2023-12-08T03:05:24.935746+0000 mgr.a (mgr.14403) 23715 : audit 0 from='client.467613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:26 smithi194 bash[32038]: cluster 2023-12-08T03:05:24.306999+0000 mgr.a (mgr.14403) 23714 : cluster 0 pgmap v17710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:26 smithi194 bash[32038]: audit 2023-12-08T03:05:24.935746+0000 mgr.a (mgr.14403) 23715 : audit 0 from='client.467613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:26 smithi135 bash[32435]: cluster 2023-12-08T03:05:24.306999+0000 mgr.a (mgr.14403) 23714 : cluster 0 pgmap v17710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:26 smithi135 bash[32435]: audit 2023-12-08T03:05:24.935746+0000 mgr.a (mgr.14403) 23715 : audit 0 from='client.467613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:28 smithi079 bash[28699]: cluster 2023-12-08T03:05:26.307647+0000 mgr.a (mgr.14403) 23716 : cluster 0 pgmap v17711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:05:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:28 smithi194 bash[32038]: cluster 2023-12-08T03:05:26.307647+0000 mgr.a (mgr.14403) 23716 : cluster 0 pgmap v17711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:05:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:28 smithi135 bash[32435]: cluster 2023-12-08T03:05:26.307647+0000 mgr.a (mgr.14403) 23716 : cluster 0 pgmap v17711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:05:30.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:05:30.439 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:30.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:30 smithi079 bash[28699]: cluster 2023-12-08T03:05:28.308246+0000 mgr.a (mgr.14403) 23717 : cluster 0 pgmap v17712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:05:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:30 smithi194 bash[32038]: cluster 2023-12-08T03:05:28.308246+0000 mgr.a (mgr.14403) 23717 : cluster 0 pgmap v17712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:05:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:30 smithi135 bash[32435]: cluster 2023-12-08T03:05:28.308246+0000 mgr.a (mgr.14403) 23717 : cluster 0 pgmap v17712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:05:31.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:31.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:31.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:31.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:05:31.342 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:05:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:32 smithi079 bash[28699]: cluster 2023-12-08T03:05:30.309082+0000 mgr.a (mgr.14403) 23718 : cluster 0 pgmap v17713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:05:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:32 smithi079 bash[28699]: audit 2023-12-08T03:05:30.842879+0000 mgr.a (mgr.14403) 23719 : audit 0 from='client.467688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:32 smithi194 bash[32038]: cluster 2023-12-08T03:05:30.309082+0000 mgr.a (mgr.14403) 23718 : cluster 0 pgmap v17713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:05:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:32 smithi194 bash[32038]: audit 2023-12-08T03:05:30.842879+0000 mgr.a (mgr.14403) 23719 : audit 0 from='client.467688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:32 smithi135 bash[32435]: cluster 2023-12-08T03:05:30.309082+0000 mgr.a (mgr.14403) 23718 : cluster 0 pgmap v17713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:05:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:32 smithi135 bash[32435]: audit 2023-12-08T03:05:30.842879+0000 mgr.a (mgr.14403) 23719 : audit 0 from='client.467688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:34 smithi079 bash[28699]: cluster 2023-12-08T03:05:32.309842+0000 mgr.a (mgr.14403) 23720 : cluster 0 pgmap v17714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:34 smithi194 bash[32038]: cluster 2023-12-08T03:05:32.309842+0000 mgr.a (mgr.14403) 23720 : cluster 0 pgmap v17714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:34 smithi135 bash[32435]: cluster 2023-12-08T03:05:32.309842+0000 mgr.a (mgr.14403) 23720 : cluster 0 pgmap v17714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:36.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:05:36.345 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:36.346 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:36 smithi079 bash[28699]: cluster 2023-12-08T03:05:34.310791+0000 mgr.a (mgr.14403) 23721 : cluster 0 pgmap v17715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:36 smithi194 bash[32038]: cluster 2023-12-08T03:05:34.310791+0000 mgr.a (mgr.14403) 23721 : cluster 0 pgmap v17715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:36 smithi135 bash[32435]: cluster 2023-12-08T03:05:34.310791+0000 mgr.a (mgr.14403) 23721 : cluster 0 pgmap v17715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:37.256 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:05:37.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:37.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:37.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:37.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:05:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:38 smithi079 bash[28699]: cluster 2023-12-08T03:05:36.311353+0000 mgr.a (mgr.14403) 23722 : cluster 0 pgmap v17716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:38 smithi079 bash[28699]: audit 2023-12-08T03:05:36.747543+0000 mgr.a (mgr.14403) 23723 : audit 0 from='client.467766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:38 smithi194 bash[32038]: cluster 2023-12-08T03:05:36.311353+0000 mgr.a (mgr.14403) 23722 : cluster 0 pgmap v17716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:38 smithi194 bash[32038]: audit 2023-12-08T03:05:36.747543+0000 mgr.a (mgr.14403) 23723 : audit 0 from='client.467766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:38 smithi135 bash[32435]: cluster 2023-12-08T03:05:36.311353+0000 mgr.a (mgr.14403) 23722 : cluster 0 pgmap v17716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:38 smithi135 bash[32435]: audit 2023-12-08T03:05:36.747543+0000 mgr.a (mgr.14403) 23723 : audit 0 from='client.467766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:40 smithi079 bash[28699]: cluster 2023-12-08T03:05:38.312113+0000 mgr.a (mgr.14403) 23724 : cluster 0 pgmap v17717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:40 smithi194 bash[32038]: cluster 2023-12-08T03:05:38.312113+0000 mgr.a (mgr.14403) 23724 : cluster 0 pgmap v17717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:40 smithi135 bash[32435]: cluster 2023-12-08T03:05:38.312113+0000 mgr.a (mgr.14403) 23724 : cluster 0 pgmap v17717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:42.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:05:42.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:42.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:42 smithi079 bash[28699]: cluster 2023-12-08T03:05:40.312729+0000 mgr.a (mgr.14403) 23725 : cluster 0 pgmap v17718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:42 smithi194 bash[32038]: cluster 2023-12-08T03:05:40.312729+0000 mgr.a (mgr.14403) 23725 : cluster 0 pgmap v17718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:42 smithi135 bash[32435]: cluster 2023-12-08T03:05:40.312729+0000 mgr.a (mgr.14403) 23725 : cluster 0 pgmap v17718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:43.174 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:05:43.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:43.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:43.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:43.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:05:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:44 smithi079 bash[28699]: cluster 2023-12-08T03:05:42.313248+0000 mgr.a (mgr.14403) 23726 : cluster 0 pgmap v17719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:44 smithi079 bash[28699]: audit 2023-12-08T03:05:42.665249+0000 mgr.a (mgr.14403) 23727 : audit 0 from='client.467844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:44 smithi194 bash[32038]: cluster 2023-12-08T03:05:42.313248+0000 mgr.a (mgr.14403) 23726 : cluster 0 pgmap v17719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:44 smithi194 bash[32038]: audit 2023-12-08T03:05:42.665249+0000 mgr.a (mgr.14403) 23727 : audit 0 from='client.467844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:44 smithi135 bash[32435]: cluster 2023-12-08T03:05:42.313248+0000 mgr.a (mgr.14403) 23726 : cluster 0 pgmap v17719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:44 smithi135 bash[32435]: audit 2023-12-08T03:05:42.665249+0000 mgr.a (mgr.14403) 23727 : audit 0 from='client.467844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:46 smithi079 bash[28699]: cluster 2023-12-08T03:05:44.314126+0000 mgr.a (mgr.14403) 23728 : cluster 0 pgmap v17720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:46 smithi194 bash[32038]: cluster 2023-12-08T03:05:44.314126+0000 mgr.a (mgr.14403) 23728 : cluster 0 pgmap v17720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:46 smithi135 bash[32435]: cluster 2023-12-08T03:05:44.314126+0000 mgr.a (mgr.14403) 23728 : cluster 0 pgmap v17720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:05:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:47 smithi079 bash[28699]: cluster 2023-12-08T03:05:46.314638+0000 mgr.a (mgr.14403) 23729 : cluster 0 pgmap v17721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:47 smithi194 bash[32038]: cluster 2023-12-08T03:05:46.314638+0000 mgr.a (mgr.14403) 23729 : cluster 0 pgmap v17721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:47 smithi135 bash[32435]: cluster 2023-12-08T03:05:46.314638+0000 mgr.a (mgr.14403) 23729 : cluster 0 pgmap v17721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:48.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:05:48.176 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:48.177 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:49.109 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:05:49.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:49.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:49.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:49.109 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:05:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:49 smithi079 bash[28699]: cluster 2023-12-08T03:05:48.315128+0000 mgr.a (mgr.14403) 23730 : cluster 0 pgmap v17722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:49 smithi079 bash[28699]: audit 2023-12-08T03:05:48.582671+0000 mgr.a (mgr.14403) 23731 : audit 0 from='client.467919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:49 smithi194 bash[32038]: cluster 2023-12-08T03:05:48.315128+0000 mgr.a (mgr.14403) 23730 : cluster 0 pgmap v17722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:49 smithi194 bash[32038]: audit 2023-12-08T03:05:48.582671+0000 mgr.a (mgr.14403) 23731 : audit 0 from='client.467919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:49 smithi135 bash[32435]: cluster 2023-12-08T03:05:48.315128+0000 mgr.a (mgr.14403) 23730 : cluster 0 pgmap v17722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:49 smithi135 bash[32435]: audit 2023-12-08T03:05:48.582671+0000 mgr.a (mgr.14403) 23731 : audit 0 from='client.467919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:51.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:51 smithi079 bash[28699]: cluster 2023-12-08T03:05:50.316196+0000 mgr.a (mgr.14403) 23732 : cluster 0 pgmap v17723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:51 smithi194 bash[32038]: cluster 2023-12-08T03:05:50.316196+0000 mgr.a (mgr.14403) 23732 : cluster 0 pgmap v17723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:51 smithi135 bash[32435]: cluster 2023-12-08T03:05:50.316196+0000 mgr.a (mgr.14403) 23732 : cluster 0 pgmap v17723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:53.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:53 smithi079 bash[28699]: cluster 2023-12-08T03:05:52.316839+0000 mgr.a (mgr.14403) 23733 : cluster 0 pgmap v17724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:05:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:53 smithi194 bash[32038]: cluster 2023-12-08T03:05:52.316839+0000 mgr.a (mgr.14403) 23733 : cluster 0 pgmap v17724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:05:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:53 smithi135 bash[32435]: cluster 2023-12-08T03:05:52.316839+0000 mgr.a (mgr.14403) 23733 : cluster 0 pgmap v17724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:05:54.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:05:54.113 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:05:54.113 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:05:55.026 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:05:55.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:05:55.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:05:55.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:05:55.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:05:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:55 smithi079 bash[28699]: cluster 2023-12-08T03:05:54.317388+0000 mgr.a (mgr.14403) 23734 : cluster 0 pgmap v17725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:55.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:55 smithi079 bash[28699]: audit 2023-12-08T03:05:54.509850+0000 mgr.a (mgr.14403) 23735 : audit 0 from='client.467991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:55 smithi194 bash[32038]: cluster 2023-12-08T03:05:54.317388+0000 mgr.a (mgr.14403) 23734 : cluster 0 pgmap v17725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:55 smithi194 bash[32038]: audit 2023-12-08T03:05:54.509850+0000 mgr.a (mgr.14403) 23735 : audit 0 from='client.467991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:55 smithi135 bash[32435]: cluster 2023-12-08T03:05:54.317388+0000 mgr.a (mgr.14403) 23734 : cluster 0 pgmap v17725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:05:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:55 smithi135 bash[32435]: audit 2023-12-08T03:05:54.509850+0000 mgr.a (mgr.14403) 23735 : audit 0 from='client.467991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:05:57.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:57 smithi079 bash[28699]: cluster 2023-12-08T03:05:56.318138+0000 mgr.a (mgr.14403) 23736 : cluster 0 pgmap v17726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:05:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:57 smithi194 bash[32038]: cluster 2023-12-08T03:05:56.318138+0000 mgr.a (mgr.14403) 23736 : cluster 0 pgmap v17726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:05:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:57 smithi135 bash[32435]: cluster 2023-12-08T03:05:56.318138+0000 mgr.a (mgr.14403) 23736 : cluster 0 pgmap v17726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:05:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:05:59 smithi079 bash[28699]: cluster 2023-12-08T03:05:58.318859+0000 mgr.a (mgr.14403) 23737 : cluster 0 pgmap v17727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:05:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:05:59 smithi194 bash[32038]: cluster 2023-12-08T03:05:58.318859+0000 mgr.a (mgr.14403) 23737 : cluster 0 pgmap v17727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:05:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:05:59 smithi135 bash[32435]: cluster 2023-12-08T03:05:58.318859+0000 mgr.a (mgr.14403) 23737 : cluster 0 pgmap v17727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:00.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:06:00.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:00.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:00.922 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:06:00.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:00.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:00.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:00.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:06:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:01 smithi079 bash[28699]: cluster 2023-12-08T03:06:00.319441+0000 mgr.a (mgr.14403) 23738 : cluster 0 pgmap v17728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:01.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:01 smithi079 bash[28699]: audit 2023-12-08T03:06:00.429250+0000 mgr.a (mgr.14403) 23739 : audit 0 from='client.468069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:01 smithi194 bash[32038]: cluster 2023-12-08T03:06:00.319441+0000 mgr.a (mgr.14403) 23738 : cluster 0 pgmap v17728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:01 smithi194 bash[32038]: audit 2023-12-08T03:06:00.429250+0000 mgr.a (mgr.14403) 23739 : audit 0 from='client.468069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:01 smithi135 bash[32435]: cluster 2023-12-08T03:06:00.319441+0000 mgr.a (mgr.14403) 23738 : cluster 0 pgmap v17728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:01.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:01 smithi135 bash[32435]: audit 2023-12-08T03:06:00.429250+0000 mgr.a (mgr.14403) 23739 : audit 0 from='client.468069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:03.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:03 smithi079 bash[28699]: cluster 2023-12-08T03:06:02.320019+0000 mgr.a (mgr.14403) 23740 : cluster 0 pgmap v17729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:03 smithi194 bash[32038]: cluster 2023-12-08T03:06:02.320019+0000 mgr.a (mgr.14403) 23740 : cluster 0 pgmap v17729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:03.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:03 smithi135 bash[32435]: cluster 2023-12-08T03:06:02.320019+0000 mgr.a (mgr.14403) 23740 : cluster 0 pgmap v17729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:05 smithi079 bash[28699]: cluster 2023-12-08T03:06:04.320784+0000 mgr.a (mgr.14403) 23741 : cluster 0 pgmap v17730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:05.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:06:05.923 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:05.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:05 smithi194 bash[32038]: cluster 2023-12-08T03:06:04.320784+0000 mgr.a (mgr.14403) 23741 : cluster 0 pgmap v17730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:05.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:05 smithi135 bash[32435]: cluster 2023-12-08T03:06:04.320784+0000 mgr.a (mgr.14403) 23741 : cluster 0 pgmap v17730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:06.835 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:06:06.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:06.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:06.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:06.835 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:06:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:07 smithi079 bash[28699]: cluster 2023-12-08T03:06:06.321438+0000 mgr.a (mgr.14403) 23742 : cluster 0 pgmap v17731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:07 smithi079 bash[28699]: audit 2023-12-08T03:06:06.328352+0000 mgr.a (mgr.14403) 23743 : audit 0 from='client.468147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:07 smithi194 bash[32038]: cluster 2023-12-08T03:06:06.321438+0000 mgr.a (mgr.14403) 23742 : cluster 0 pgmap v17731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:07 smithi194 bash[32038]: audit 2023-12-08T03:06:06.328352+0000 mgr.a (mgr.14403) 23743 : audit 0 from='client.468147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:07 smithi135 bash[32435]: cluster 2023-12-08T03:06:06.321438+0000 mgr.a (mgr.14403) 23742 : cluster 0 pgmap v17731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:07 smithi135 bash[32435]: audit 2023-12-08T03:06:06.328352+0000 mgr.a (mgr.14403) 23743 : audit 0 from='client.468147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:09 smithi079 bash[28699]: cluster 2023-12-08T03:06:08.322105+0000 mgr.a (mgr.14403) 23744 : cluster 0 pgmap v17732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:09 smithi194 bash[32038]: cluster 2023-12-08T03:06:08.322105+0000 mgr.a (mgr.14403) 23744 : cluster 0 pgmap v17732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:09 smithi135 bash[32435]: cluster 2023-12-08T03:06:08.322105+0000 mgr.a (mgr.14403) 23744 : cluster 0 pgmap v17732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:11.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:06:11.837 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:11.838 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:11.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:11 smithi079 bash[28699]: cluster 2023-12-08T03:06:10.322886+0000 mgr.a (mgr.14403) 23745 : cluster 0 pgmap v17733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:11 smithi194 bash[32038]: cluster 2023-12-08T03:06:10.322886+0000 mgr.a (mgr.14403) 23745 : cluster 0 pgmap v17733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:11.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:11 smithi135 bash[32435]: cluster 2023-12-08T03:06:10.322886+0000 mgr.a (mgr.14403) 23745 : cluster 0 pgmap v17733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:12.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:12.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:12.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:12.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:06:12.739 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:06:12.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:12 smithi079 bash[28699]: audit 2023-12-08T03:06:12.236105+0000 mgr.a (mgr.14403) 23746 : audit 0 from='client.468219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:12 smithi194 bash[32038]: audit 2023-12-08T03:06:12.236105+0000 mgr.a (mgr.14403) 23746 : audit 0 from='client.468219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:12.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:12 smithi135 bash[32435]: audit 2023-12-08T03:06:12.236105+0000 mgr.a (mgr.14403) 23746 : audit 0 from='client.468219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:13 smithi079 bash[28699]: cluster 2023-12-08T03:06:12.323317+0000 mgr.a (mgr.14403) 23747 : cluster 0 pgmap v17734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:13 smithi194 bash[32038]: cluster 2023-12-08T03:06:12.323317+0000 mgr.a (mgr.14403) 23747 : cluster 0 pgmap v17734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:13.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:13 smithi135 bash[32435]: cluster 2023-12-08T03:06:12.323317+0000 mgr.a (mgr.14403) 23747 : cluster 0 pgmap v17734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:15.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:15 smithi079 bash[28699]: cluster 2023-12-08T03:06:14.324192+0000 mgr.a (mgr.14403) 23748 : cluster 0 pgmap v17735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:15 smithi194 bash[32038]: cluster 2023-12-08T03:06:14.324192+0000 mgr.a (mgr.14403) 23748 : cluster 0 pgmap v17735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:15.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:15 smithi135 bash[32435]: cluster 2023-12-08T03:06:14.324192+0000 mgr.a (mgr.14403) 23748 : cluster 0 pgmap v17735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:17.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:06:17.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:17.741 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:17.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:17 smithi079 bash[28699]: cluster 2023-12-08T03:06:16.324801+0000 mgr.a (mgr.14403) 23749 : cluster 0 pgmap v17736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:17 smithi194 bash[32038]: cluster 2023-12-08T03:06:16.324801+0000 mgr.a (mgr.14403) 23749 : cluster 0 pgmap v17736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:17 smithi135 bash[32435]: cluster 2023-12-08T03:06:16.324801+0000 mgr.a (mgr.14403) 23749 : cluster 0 pgmap v17736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:18.681 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:06:18.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:18.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:18.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:18.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:06:18.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:18 smithi079 bash[28699]: audit 2023-12-08T03:06:18.147952+0000 mgr.a (mgr.14403) 23750 : audit 0 from='client.468294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:18 smithi194 bash[32038]: audit 2023-12-08T03:06:18.147952+0000 mgr.a (mgr.14403) 23750 : audit 0 from='client.468294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:18.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:18 smithi135 bash[32435]: audit 2023-12-08T03:06:18.147952+0000 mgr.a (mgr.14403) 23750 : audit 0 from='client.468294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:19 smithi079 bash[28699]: cluster 2023-12-08T03:06:18.325558+0000 mgr.a (mgr.14403) 23751 : cluster 0 pgmap v17737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:19 smithi194 bash[32038]: cluster 2023-12-08T03:06:18.325558+0000 mgr.a (mgr.14403) 23751 : cluster 0 pgmap v17737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:19.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:19 smithi135 bash[32435]: cluster 2023-12-08T03:06:18.325558+0000 mgr.a (mgr.14403) 23751 : cluster 0 pgmap v17737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:21.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:21 smithi079 bash[28699]: cluster 2023-12-08T03:06:20.326684+0000 mgr.a (mgr.14403) 23752 : cluster 0 pgmap v17738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:06:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:21 smithi194 bash[32038]: cluster 2023-12-08T03:06:20.326684+0000 mgr.a (mgr.14403) 23752 : cluster 0 pgmap v17738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:06:21.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:21 smithi135 bash[32435]: cluster 2023-12-08T03:06:20.326684+0000 mgr.a (mgr.14403) 23752 : cluster 0 pgmap v17738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:06:23.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:06:23.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:23.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:23.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:23 smithi079 bash[28699]: cluster 2023-12-08T03:06:22.327294+0000 mgr.a (mgr.14403) 23753 : cluster 0 pgmap v17739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:06:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:23 smithi194 bash[32038]: cluster 2023-12-08T03:06:22.327294+0000 mgr.a (mgr.14403) 23753 : cluster 0 pgmap v17739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:06:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:23 smithi135 bash[32435]: cluster 2023-12-08T03:06:22.327294+0000 mgr.a (mgr.14403) 23753 : cluster 0 pgmap v17739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:06:24.607 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:06:24.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:24.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:24.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:24.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:06:24.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:24 smithi079 bash[28699]: audit 2023-12-08T03:06:24.090368+0000 mgr.a (mgr.14403) 23754 : audit 0 from='client.468369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:24 smithi194 bash[32038]: audit 2023-12-08T03:06:24.090368+0000 mgr.a (mgr.14403) 23754 : audit 0 from='client.468369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:24.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:24 smithi135 bash[32435]: audit 2023-12-08T03:06:24.090368+0000 mgr.a (mgr.14403) 23754 : audit 0 from='client.468369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:25 smithi194 bash[32038]: cluster 2023-12-08T03:06:24.328121+0000 mgr.a (mgr.14403) 23755 : cluster 0 pgmap v17740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:25 smithi194 bash[32038]: audit 2023-12-08T03:06:24.709777+0000 mon.a (mon.0) 3727 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:06:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:25 smithi194 bash[32038]: audit 2023-12-08T03:06:25.444007+0000 mon.a (mon.0) 3728 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:06:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:25 smithi194 bash[32038]: audit 2023-12-08T03:06:25.445350+0000 mon.a (mon.0) 3729 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:06:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:25 smithi194 bash[32038]: audit 2023-12-08T03:06:25.454836+0000 mon.a (mon.0) 3730 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:06:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:25 smithi135 bash[32435]: cluster 2023-12-08T03:06:24.328121+0000 mgr.a (mgr.14403) 23755 : cluster 0 pgmap v17740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:25.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:25 smithi135 bash[32435]: audit 2023-12-08T03:06:24.709777+0000 mon.a (mon.0) 3727 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:06:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:25 smithi135 bash[32435]: audit 2023-12-08T03:06:25.444007+0000 mon.a (mon.0) 3728 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:06:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:25 smithi135 bash[32435]: audit 2023-12-08T03:06:25.445350+0000 mon.a (mon.0) 3729 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:06:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:25 smithi135 bash[32435]: audit 2023-12-08T03:06:25.454836+0000 mon.a (mon.0) 3730 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:06:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:25 smithi079 bash[28699]: cluster 2023-12-08T03:06:24.328121+0000 mgr.a (mgr.14403) 23755 : cluster 0 pgmap v17740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:25 smithi079 bash[28699]: audit 2023-12-08T03:06:24.709777+0000 mon.a (mon.0) 3727 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:06:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:25 smithi079 bash[28699]: audit 2023-12-08T03:06:25.444007+0000 mon.a (mon.0) 3728 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:06:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:25 smithi079 bash[28699]: audit 2023-12-08T03:06:25.445350+0000 mon.a (mon.0) 3729 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:06:26.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:25 smithi079 bash[28699]: audit 2023-12-08T03:06:25.454836+0000 mon.a (mon.0) 3730 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:06:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:27 smithi194 bash[32038]: cluster 2023-12-08T03:06:26.328749+0000 mgr.a (mgr.14403) 23756 : cluster 0 pgmap v17741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:27.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:27 smithi135 bash[32435]: cluster 2023-12-08T03:06:26.328749+0000 mgr.a (mgr.14403) 23756 : cluster 0 pgmap v17741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:27 smithi079 bash[28699]: cluster 2023-12-08T03:06:26.328749+0000 mgr.a (mgr.14403) 23756 : cluster 0 pgmap v17741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:29.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:06:29.611 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:29.611 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:29 smithi194 bash[32038]: cluster 2023-12-08T03:06:28.329327+0000 mgr.a (mgr.14403) 23757 : cluster 0 pgmap v17742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:29.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:29 smithi135 bash[32435]: cluster 2023-12-08T03:06:28.329327+0000 mgr.a (mgr.14403) 23757 : cluster 0 pgmap v17742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:29 smithi079 bash[28699]: cluster 2023-12-08T03:06:28.329327+0000 mgr.a (mgr.14403) 23757 : cluster 0 pgmap v17742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:30.511 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:06:30.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:30.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:30.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:30.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:06:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:30 smithi194 bash[32038]: audit 2023-12-08T03:06:30.009809+0000 mgr.a (mgr.14403) 23758 : audit 0 from='client.468444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:30.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:30 smithi135 bash[32435]: audit 2023-12-08T03:06:30.009809+0000 mgr.a (mgr.14403) 23758 : audit 0 from='client.468444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:31.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:30 smithi079 bash[28699]: audit 2023-12-08T03:06:30.009809+0000 mgr.a (mgr.14403) 23758 : audit 0 from='client.468444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:31 smithi194 bash[32038]: cluster 2023-12-08T03:06:30.330360+0000 mgr.a (mgr.14403) 23759 : cluster 0 pgmap v17743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:31.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:31 smithi135 bash[32435]: cluster 2023-12-08T03:06:30.330360+0000 mgr.a (mgr.14403) 23759 : cluster 0 pgmap v17743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:31 smithi079 bash[28699]: cluster 2023-12-08T03:06:30.330360+0000 mgr.a (mgr.14403) 23759 : cluster 0 pgmap v17743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:33 smithi194 bash[32038]: cluster 2023-12-08T03:06:32.331066+0000 mgr.a (mgr.14403) 23760 : cluster 0 pgmap v17744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:06:33.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:33 smithi135 bash[32435]: cluster 2023-12-08T03:06:32.331066+0000 mgr.a (mgr.14403) 23760 : cluster 0 pgmap v17744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:06:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:33 smithi079 bash[28699]: cluster 2023-12-08T03:06:32.331066+0000 mgr.a (mgr.14403) 23760 : cluster 0 pgmap v17744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:06:35.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:06:35.514 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:35.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:35 smithi194 bash[32038]: cluster 2023-12-08T03:06:34.331872+0000 mgr.a (mgr.14403) 23761 : cluster 0 pgmap v17745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:06:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:35 smithi135 bash[32435]: cluster 2023-12-08T03:06:34.331872+0000 mgr.a (mgr.14403) 23761 : cluster 0 pgmap v17745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:06:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:35 smithi079 bash[28699]: cluster 2023-12-08T03:06:34.331872+0000 mgr.a (mgr.14403) 23761 : cluster 0 pgmap v17745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:06:36.408 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:06:36.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:36.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:36.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:36.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:06:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:36 smithi194 bash[32038]: audit 2023-12-08T03:06:35.921927+0000 mgr.a (mgr.14403) 23762 : audit 0 from='client.468519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:36.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:36 smithi135 bash[32435]: audit 2023-12-08T03:06:35.921927+0000 mgr.a (mgr.14403) 23762 : audit 0 from='client.468519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:37.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:36 smithi079 bash[28699]: audit 2023-12-08T03:06:35.921927+0000 mgr.a (mgr.14403) 23762 : audit 0 from='client.468519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:37 smithi194 bash[32038]: cluster 2023-12-08T03:06:36.332605+0000 mgr.a (mgr.14403) 23763 : cluster 0 pgmap v17746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:37 smithi135 bash[32435]: cluster 2023-12-08T03:06:36.332605+0000 mgr.a (mgr.14403) 23763 : cluster 0 pgmap v17746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:37 smithi079 bash[28699]: cluster 2023-12-08T03:06:36.332605+0000 mgr.a (mgr.14403) 23763 : cluster 0 pgmap v17746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:39 smithi194 bash[32038]: cluster 2023-12-08T03:06:38.333308+0000 mgr.a (mgr.14403) 23764 : cluster 0 pgmap v17747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:39 smithi135 bash[32435]: cluster 2023-12-08T03:06:38.333308+0000 mgr.a (mgr.14403) 23764 : cluster 0 pgmap v17747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:39 smithi079 bash[28699]: cluster 2023-12-08T03:06:38.333308+0000 mgr.a (mgr.14403) 23764 : cluster 0 pgmap v17747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:41.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:06:41.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:41.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:41 smithi194 bash[32038]: cluster 2023-12-08T03:06:40.334178+0000 mgr.a (mgr.14403) 23765 : cluster 0 pgmap v17748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:41 smithi135 bash[32435]: cluster 2023-12-08T03:06:40.334178+0000 mgr.a (mgr.14403) 23765 : cluster 0 pgmap v17748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:41 smithi079 bash[28699]: cluster 2023-12-08T03:06:40.334178+0000 mgr.a (mgr.14403) 23765 : cluster 0 pgmap v17748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:42.310 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:06:42.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:42.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:42.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:42.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:06:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:42 smithi194 bash[32038]: audit 2023-12-08T03:06:41.823292+0000 mgr.a (mgr.14403) 23766 : audit 0 from='client.468594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:42.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:42 smithi135 bash[32435]: audit 2023-12-08T03:06:41.823292+0000 mgr.a (mgr.14403) 23766 : audit 0 from='client.468594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:43.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:42 smithi079 bash[28699]: audit 2023-12-08T03:06:41.823292+0000 mgr.a (mgr.14403) 23766 : audit 0 from='client.468594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:43 smithi194 bash[32038]: cluster 2023-12-08T03:06:42.334845+0000 mgr.a (mgr.14403) 23767 : cluster 0 pgmap v17749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:43 smithi135 bash[32435]: cluster 2023-12-08T03:06:42.334845+0000 mgr.a (mgr.14403) 23767 : cluster 0 pgmap v17749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:43 smithi079 bash[28699]: cluster 2023-12-08T03:06:42.334845+0000 mgr.a (mgr.14403) 23767 : cluster 0 pgmap v17749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:45 smithi194 bash[32038]: cluster 2023-12-08T03:06:44.335606+0000 mgr.a (mgr.14403) 23768 : cluster 0 pgmap v17750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:45 smithi135 bash[32435]: cluster 2023-12-08T03:06:44.335606+0000 mgr.a (mgr.14403) 23768 : cluster 0 pgmap v17750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:45 smithi079 bash[28699]: cluster 2023-12-08T03:06:44.335606+0000 mgr.a (mgr.14403) 23768 : cluster 0 pgmap v17750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:47.312 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:06:47.313 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:47.313 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:47 smithi135 bash[32435]: cluster 2023-12-08T03:06:46.336328+0000 mgr.a (mgr.14403) 23769 : cluster 0 pgmap v17751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:47 smithi079 bash[28699]: cluster 2023-12-08T03:06:46.336328+0000 mgr.a (mgr.14403) 23769 : cluster 0 pgmap v17751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:48.187 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:06:48.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:48.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:48.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:48.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:06:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:47 smithi194 bash[32038]: cluster 2023-12-08T03:06:46.336328+0000 mgr.a (mgr.14403) 23769 : cluster 0 pgmap v17751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:49.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:48 smithi079 bash[28699]: audit 2023-12-08T03:06:47.710319+0000 mgr.a (mgr.14403) 23770 : audit 0 from='client.468669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:49.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:48 smithi194 bash[32038]: audit 2023-12-08T03:06:47.710319+0000 mgr.a (mgr.14403) 23770 : audit 0 from='client.468669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:49.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:48 smithi135 bash[32435]: audit 2023-12-08T03:06:47.710319+0000 mgr.a (mgr.14403) 23770 : audit 0 from='client.468669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:49 smithi079 bash[28699]: cluster 2023-12-08T03:06:48.337154+0000 mgr.a (mgr.14403) 23771 : cluster 0 pgmap v17752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:49 smithi194 bash[32038]: cluster 2023-12-08T03:06:48.337154+0000 mgr.a (mgr.14403) 23771 : cluster 0 pgmap v17752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:49 smithi135 bash[32435]: cluster 2023-12-08T03:06:48.337154+0000 mgr.a (mgr.14403) 23771 : cluster 0 pgmap v17752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:51 smithi079 bash[28699]: cluster 2023-12-08T03:06:50.338053+0000 mgr.a (mgr.14403) 23772 : cluster 0 pgmap v17753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:51 smithi194 bash[32038]: cluster 2023-12-08T03:06:50.338053+0000 mgr.a (mgr.14403) 23772 : cluster 0 pgmap v17753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:51 smithi135 bash[32435]: cluster 2023-12-08T03:06:50.338053+0000 mgr.a (mgr.14403) 23772 : cluster 0 pgmap v17753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:06:53.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:06:53.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:53.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:06:54.093 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:06:54.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:06:54.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:06:54.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:06:54.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:06:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:53 smithi079 bash[28699]: cluster 2023-12-08T03:06:52.338632+0000 mgr.a (mgr.14403) 23773 : cluster 0 pgmap v17754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:53 smithi194 bash[32038]: cluster 2023-12-08T03:06:52.338632+0000 mgr.a (mgr.14403) 23773 : cluster 0 pgmap v17754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:53 smithi135 bash[32435]: cluster 2023-12-08T03:06:52.338632+0000 mgr.a (mgr.14403) 23773 : cluster 0 pgmap v17754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:55.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:54 smithi079 bash[28699]: audit 2023-12-08T03:06:53.595585+0000 mgr.a (mgr.14403) 23774 : audit 0 from='client.468747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:55.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:54 smithi194 bash[32038]: audit 2023-12-08T03:06:53.595585+0000 mgr.a (mgr.14403) 23774 : audit 0 from='client.468747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:55.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:54 smithi135 bash[32435]: audit 2023-12-08T03:06:53.595585+0000 mgr.a (mgr.14403) 23774 : audit 0 from='client.468747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:06:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:55 smithi079 bash[28699]: cluster 2023-12-08T03:06:54.339757+0000 mgr.a (mgr.14403) 23775 : cluster 0 pgmap v17755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:55 smithi194 bash[32038]: cluster 2023-12-08T03:06:54.339757+0000 mgr.a (mgr.14403) 23775 : cluster 0 pgmap v17755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:55 smithi135 bash[32435]: cluster 2023-12-08T03:06:54.339757+0000 mgr.a (mgr.14403) 23775 : cluster 0 pgmap v17755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:06:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:57 smithi079 bash[28699]: cluster 2023-12-08T03:06:56.340367+0000 mgr.a (mgr.14403) 23776 : cluster 0 pgmap v17756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:57 smithi194 bash[32038]: cluster 2023-12-08T03:06:56.340367+0000 mgr.a (mgr.14403) 23776 : cluster 0 pgmap v17756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:57 smithi135 bash[32435]: cluster 2023-12-08T03:06:56.340367+0000 mgr.a (mgr.14403) 23776 : cluster 0 pgmap v17756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:06:59.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:06:59.095 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:06:59.096 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:00.003 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:07:00.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:00.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:00.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:00.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:07:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:06:59 smithi079 bash[28699]: cluster 2023-12-08T03:06:58.340932+0000 mgr.a (mgr.14403) 23777 : cluster 0 pgmap v17757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:06:59 smithi194 bash[32038]: cluster 2023-12-08T03:06:58.340932+0000 mgr.a (mgr.14403) 23777 : cluster 0 pgmap v17757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:06:59 smithi135 bash[32435]: cluster 2023-12-08T03:06:58.340932+0000 mgr.a (mgr.14403) 23777 : cluster 0 pgmap v17757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:00 smithi079 bash[28699]: audit 2023-12-08T03:06:59.498869+0000 mgr.a (mgr.14403) 23778 : audit 0 from='client.468816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:01.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:00 smithi194 bash[32038]: audit 2023-12-08T03:06:59.498869+0000 mgr.a (mgr.14403) 23778 : audit 0 from='client.468816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:01.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:00 smithi135 bash[32435]: audit 2023-12-08T03:06:59.498869+0000 mgr.a (mgr.14403) 23778 : audit 0 from='client.468816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:01 smithi079 bash[28699]: cluster 2023-12-08T03:07:00.342007+0000 mgr.a (mgr.14403) 23779 : cluster 0 pgmap v17758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:01 smithi194 bash[32038]: cluster 2023-12-08T03:07:00.342007+0000 mgr.a (mgr.14403) 23779 : cluster 0 pgmap v17758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:01 smithi135 bash[32435]: cluster 2023-12-08T03:07:00.342007+0000 mgr.a (mgr.14403) 23779 : cluster 0 pgmap v17758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:03 smithi079 bash[28699]: cluster 2023-12-08T03:07:02.342510+0000 mgr.a (mgr.14403) 23780 : cluster 0 pgmap v17759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:03 smithi194 bash[32038]: cluster 2023-12-08T03:07:02.342510+0000 mgr.a (mgr.14403) 23780 : cluster 0 pgmap v17759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:03 smithi135 bash[32435]: cluster 2023-12-08T03:07:02.342510+0000 mgr.a (mgr.14403) 23780 : cluster 0 pgmap v17759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:05.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:07:05.005 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:05.005 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:05.889 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:07:05.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:05.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:05.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:05.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:07:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:05 smithi079 bash[28699]: cluster 2023-12-08T03:07:04.343309+0000 mgr.a (mgr.14403) 23781 : cluster 0 pgmap v17760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:05 smithi194 bash[32038]: cluster 2023-12-08T03:07:04.343309+0000 mgr.a (mgr.14403) 23781 : cluster 0 pgmap v17760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:05 smithi135 bash[32435]: cluster 2023-12-08T03:07:04.343309+0000 mgr.a (mgr.14403) 23781 : cluster 0 pgmap v17760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:07.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:06 smithi079 bash[28699]: audit 2023-12-08T03:07:05.401908+0000 mgr.a (mgr.14403) 23782 : audit 0 from='client.468894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:07.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:06 smithi194 bash[32038]: audit 2023-12-08T03:07:05.401908+0000 mgr.a (mgr.14403) 23782 : audit 0 from='client.468894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:07.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:06 smithi135 bash[32435]: audit 2023-12-08T03:07:05.401908+0000 mgr.a (mgr.14403) 23782 : audit 0 from='client.468894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:07 smithi079 bash[28699]: cluster 2023-12-08T03:07:06.344042+0000 mgr.a (mgr.14403) 23783 : cluster 0 pgmap v17761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:07 smithi194 bash[32038]: cluster 2023-12-08T03:07:06.344042+0000 mgr.a (mgr.14403) 23783 : cluster 0 pgmap v17761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:07 smithi135 bash[32435]: cluster 2023-12-08T03:07:06.344042+0000 mgr.a (mgr.14403) 23783 : cluster 0 pgmap v17761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:09 smithi079 bash[28699]: cluster 2023-12-08T03:07:08.344616+0000 mgr.a (mgr.14403) 23784 : cluster 0 pgmap v17762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:09 smithi194 bash[32038]: cluster 2023-12-08T03:07:08.344616+0000 mgr.a (mgr.14403) 23784 : cluster 0 pgmap v17762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:09 smithi135 bash[32435]: cluster 2023-12-08T03:07:08.344616+0000 mgr.a (mgr.14403) 23784 : cluster 0 pgmap v17762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:10.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:07:10.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:10.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:11.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:11.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:11.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:11.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:07:11.822 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:07:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:11 smithi079 bash[28699]: cluster 2023-12-08T03:07:10.345441+0000 mgr.a (mgr.14403) 23785 : cluster 0 pgmap v17763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:11 smithi194 bash[32038]: cluster 2023-12-08T03:07:10.345441+0000 mgr.a (mgr.14403) 23785 : cluster 0 pgmap v17763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:11 smithi135 bash[32435]: cluster 2023-12-08T03:07:10.345441+0000 mgr.a (mgr.14403) 23785 : cluster 0 pgmap v17763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:13.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:12 smithi079 bash[28699]: audit 2023-12-08T03:07:11.299726+0000 mgr.a (mgr.14403) 23786 : audit 0 from='client.468972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:13.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:12 smithi194 bash[32038]: audit 2023-12-08T03:07:11.299726+0000 mgr.a (mgr.14403) 23786 : audit 0 from='client.468972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:13.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:12 smithi135 bash[32435]: audit 2023-12-08T03:07:11.299726+0000 mgr.a (mgr.14403) 23786 : audit 0 from='client.468972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:13 smithi079 bash[28699]: cluster 2023-12-08T03:07:12.345916+0000 mgr.a (mgr.14403) 23787 : cluster 0 pgmap v17764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:13 smithi194 bash[32038]: cluster 2023-12-08T03:07:12.345916+0000 mgr.a (mgr.14403) 23787 : cluster 0 pgmap v17764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:13 smithi135 bash[32435]: cluster 2023-12-08T03:07:12.345916+0000 mgr.a (mgr.14403) 23787 : cluster 0 pgmap v17764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:15 smithi079 bash[28699]: cluster 2023-12-08T03:07:14.346701+0000 mgr.a (mgr.14403) 23788 : cluster 0 pgmap v17765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:15 smithi194 bash[32038]: cluster 2023-12-08T03:07:14.346701+0000 mgr.a (mgr.14403) 23788 : cluster 0 pgmap v17765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:15 smithi135 bash[32435]: cluster 2023-12-08T03:07:14.346701+0000 mgr.a (mgr.14403) 23788 : cluster 0 pgmap v17765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:16.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:07:16.825 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:16.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:17.712 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:07:17.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:17.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:17.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:17.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:07:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:17 smithi079 bash[28699]: cluster 2023-12-08T03:07:16.347276+0000 mgr.a (mgr.14403) 23789 : cluster 0 pgmap v17766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:18.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:17 smithi079 bash[28699]: audit 2023-12-08T03:07:17.227070+0000 mgr.a (mgr.14403) 23790 : audit 0 from='client.469050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:17 smithi194 bash[32038]: cluster 2023-12-08T03:07:16.347276+0000 mgr.a (mgr.14403) 23789 : cluster 0 pgmap v17766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:17 smithi194 bash[32038]: audit 2023-12-08T03:07:17.227070+0000 mgr.a (mgr.14403) 23790 : audit 0 from='client.469050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:17 smithi135 bash[32435]: cluster 2023-12-08T03:07:16.347276+0000 mgr.a (mgr.14403) 23789 : cluster 0 pgmap v17766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:17 smithi135 bash[32435]: audit 2023-12-08T03:07:17.227070+0000 mgr.a (mgr.14403) 23790 : audit 0 from='client.469050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:19 smithi079 bash[28699]: cluster 2023-12-08T03:07:18.347900+0000 mgr.a (mgr.14403) 23791 : cluster 0 pgmap v17767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:19 smithi194 bash[32038]: cluster 2023-12-08T03:07:18.347900+0000 mgr.a (mgr.14403) 23791 : cluster 0 pgmap v17767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:19 smithi135 bash[32435]: cluster 2023-12-08T03:07:18.347900+0000 mgr.a (mgr.14403) 23791 : cluster 0 pgmap v17767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:21 smithi079 bash[28699]: cluster 2023-12-08T03:07:20.348857+0000 mgr.a (mgr.14403) 23792 : cluster 0 pgmap v17768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:21 smithi194 bash[32038]: cluster 2023-12-08T03:07:20.348857+0000 mgr.a (mgr.14403) 23792 : cluster 0 pgmap v17768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:21 smithi135 bash[32435]: cluster 2023-12-08T03:07:20.348857+0000 mgr.a (mgr.14403) 23792 : cluster 0 pgmap v17768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:22.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:07:22.716 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:22.716 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:23.637 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:07:23.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:23.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:23.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:23.637 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:07:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:23 smithi079 bash[28699]: cluster 2023-12-08T03:07:22.349574+0000 mgr.a (mgr.14403) 23793 : cluster 0 pgmap v17769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:23 smithi079 bash[28699]: audit 2023-12-08T03:07:23.124346+0000 mgr.a (mgr.14403) 23794 : audit 0 from='client.469128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:23 smithi194 bash[32038]: cluster 2023-12-08T03:07:22.349574+0000 mgr.a (mgr.14403) 23793 : cluster 0 pgmap v17769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:23 smithi194 bash[32038]: audit 2023-12-08T03:07:23.124346+0000 mgr.a (mgr.14403) 23794 : audit 0 from='client.469128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:23 smithi135 bash[32435]: cluster 2023-12-08T03:07:22.349574+0000 mgr.a (mgr.14403) 23793 : cluster 0 pgmap v17769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:23 smithi135 bash[32435]: audit 2023-12-08T03:07:23.124346+0000 mgr.a (mgr.14403) 23794 : audit 0 from='client.469128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:25 smithi079 bash[28699]: cluster 2023-12-08T03:07:24.350499+0000 mgr.a (mgr.14403) 23795 : cluster 0 pgmap v17770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:07:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:25 smithi079 bash[28699]: audit 2023-12-08T03:07:25.558047+0000 mon.a (mon.0) 3731 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:07:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:25 smithi194 bash[32038]: cluster 2023-12-08T03:07:24.350499+0000 mgr.a (mgr.14403) 23795 : cluster 0 pgmap v17770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:07:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:25 smithi194 bash[32038]: audit 2023-12-08T03:07:25.558047+0000 mon.a (mon.0) 3731 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:07:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:25 smithi135 bash[32435]: cluster 2023-12-08T03:07:24.350499+0000 mgr.a (mgr.14403) 23795 : cluster 0 pgmap v17770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:07:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:25 smithi135 bash[32435]: audit 2023-12-08T03:07:25.558047+0000 mon.a (mon.0) 3731 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:07:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:26 smithi079 bash[28699]: audit 2023-12-08T03:07:26.303309+0000 mon.a (mon.0) 3732 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:07:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:26 smithi079 bash[28699]: audit 2023-12-08T03:07:26.305147+0000 mon.a (mon.0) 3733 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:07:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:26 smithi079 bash[28699]: audit 2023-12-08T03:07:26.315237+0000 mon.a (mon.0) 3734 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:07:27.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:26 smithi194 bash[32038]: audit 2023-12-08T03:07:26.303309+0000 mon.a (mon.0) 3732 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:07:27.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:26 smithi194 bash[32038]: audit 2023-12-08T03:07:26.305147+0000 mon.a (mon.0) 3733 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:07:27.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:26 smithi194 bash[32038]: audit 2023-12-08T03:07:26.315237+0000 mon.a (mon.0) 3734 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:07:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:26 smithi135 bash[32435]: audit 2023-12-08T03:07:26.303309+0000 mon.a (mon.0) 3732 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:07:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:26 smithi135 bash[32435]: audit 2023-12-08T03:07:26.305147+0000 mon.a (mon.0) 3733 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:07:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:26 smithi135 bash[32435]: audit 2023-12-08T03:07:26.315237+0000 mon.a (mon.0) 3734 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:07:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:27 smithi079 bash[28699]: cluster 2023-12-08T03:07:26.351050+0000 mgr.a (mgr.14403) 23796 : cluster 0 pgmap v17771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:07:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:27 smithi194 bash[32038]: cluster 2023-12-08T03:07:26.351050+0000 mgr.a (mgr.14403) 23796 : cluster 0 pgmap v17771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:07:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:27 smithi135 bash[32435]: cluster 2023-12-08T03:07:26.351050+0000 mgr.a (mgr.14403) 23796 : cluster 0 pgmap v17771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:07:28.639 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:07:28.640 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:28.640 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:29.563 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:07:29.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:29.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:29.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:29.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:07:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:29 smithi079 bash[28699]: cluster 2023-12-08T03:07:28.351560+0000 mgr.a (mgr.14403) 23797 : cluster 0 pgmap v17772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:07:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:29 smithi079 bash[28699]: audit 2023-12-08T03:07:29.048176+0000 mgr.a (mgr.14403) 23798 : audit 0 from='client.469203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:29 smithi194 bash[32038]: cluster 2023-12-08T03:07:28.351560+0000 mgr.a (mgr.14403) 23797 : cluster 0 pgmap v17772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:07:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:29 smithi194 bash[32038]: audit 2023-12-08T03:07:29.048176+0000 mgr.a (mgr.14403) 23798 : audit 0 from='client.469203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:29 smithi135 bash[32435]: cluster 2023-12-08T03:07:28.351560+0000 mgr.a (mgr.14403) 23797 : cluster 0 pgmap v17772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:07:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:29 smithi135 bash[32435]: audit 2023-12-08T03:07:29.048176+0000 mgr.a (mgr.14403) 23798 : audit 0 from='client.469203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:31 smithi079 bash[28699]: cluster 2023-12-08T03:07:30.352553+0000 mgr.a (mgr.14403) 23799 : cluster 0 pgmap v17773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:31 smithi194 bash[32038]: cluster 2023-12-08T03:07:30.352553+0000 mgr.a (mgr.14403) 23799 : cluster 0 pgmap v17773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:31 smithi135 bash[32435]: cluster 2023-12-08T03:07:30.352553+0000 mgr.a (mgr.14403) 23799 : cluster 0 pgmap v17773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:33 smithi079 bash[28699]: cluster 2023-12-08T03:07:32.353142+0000 mgr.a (mgr.14403) 23800 : cluster 0 pgmap v17774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:33 smithi194 bash[32038]: cluster 2023-12-08T03:07:32.353142+0000 mgr.a (mgr.14403) 23800 : cluster 0 pgmap v17774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:33 smithi135 bash[32435]: cluster 2023-12-08T03:07:32.353142+0000 mgr.a (mgr.14403) 23800 : cluster 0 pgmap v17774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:07:34.566 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:07:34.567 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:34.567 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:35.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:35.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:35.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:35.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:07:35.497 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:07:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:35 smithi079 bash[28699]: cluster 2023-12-08T03:07:34.353859+0000 mgr.a (mgr.14403) 23801 : cluster 0 pgmap v17775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:35 smithi079 bash[28699]: audit 2023-12-08T03:07:34.978567+0000 mgr.a (mgr.14403) 23802 : audit 0 from='client.469278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:35 smithi194 bash[32038]: cluster 2023-12-08T03:07:34.353859+0000 mgr.a (mgr.14403) 23801 : cluster 0 pgmap v17775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:35 smithi194 bash[32038]: audit 2023-12-08T03:07:34.978567+0000 mgr.a (mgr.14403) 23802 : audit 0 from='client.469278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:35 smithi135 bash[32435]: cluster 2023-12-08T03:07:34.353859+0000 mgr.a (mgr.14403) 23801 : cluster 0 pgmap v17775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:35 smithi135 bash[32435]: audit 2023-12-08T03:07:34.978567+0000 mgr.a (mgr.14403) 23802 : audit 0 from='client.469278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:37 smithi079 bash[28699]: cluster 2023-12-08T03:07:36.354527+0000 mgr.a (mgr.14403) 23803 : cluster 0 pgmap v17776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:07:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:37 smithi194 bash[32038]: cluster 2023-12-08T03:07:36.354527+0000 mgr.a (mgr.14403) 23803 : cluster 0 pgmap v17776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:07:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:37 smithi135 bash[32435]: cluster 2023-12-08T03:07:36.354527+0000 mgr.a (mgr.14403) 23803 : cluster 0 pgmap v17776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:07:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:39 smithi079 bash[28699]: cluster 2023-12-08T03:07:38.355117+0000 mgr.a (mgr.14403) 23804 : cluster 0 pgmap v17777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:07:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:39 smithi194 bash[32038]: cluster 2023-12-08T03:07:38.355117+0000 mgr.a (mgr.14403) 23804 : cluster 0 pgmap v17777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:07:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:39 smithi135 bash[32435]: cluster 2023-12-08T03:07:38.355117+0000 mgr.a (mgr.14403) 23804 : cluster 0 pgmap v17777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:07:40.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:07:40.500 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:40.500 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:41.408 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:07:41.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:41.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:41.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:41.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:07:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:41 smithi079 bash[28699]: cluster 2023-12-08T03:07:40.355902+0000 mgr.a (mgr.14403) 23805 : cluster 0 pgmap v17778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:07:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:41 smithi079 bash[28699]: audit 2023-12-08T03:07:40.906550+0000 mgr.a (mgr.14403) 23806 : audit 0 from='client.469356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:41 smithi194 bash[32038]: cluster 2023-12-08T03:07:40.355902+0000 mgr.a (mgr.14403) 23805 : cluster 0 pgmap v17778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:07:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:41 smithi194 bash[32038]: audit 2023-12-08T03:07:40.906550+0000 mgr.a (mgr.14403) 23806 : audit 0 from='client.469356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:41 smithi135 bash[32435]: cluster 2023-12-08T03:07:40.355902+0000 mgr.a (mgr.14403) 23805 : cluster 0 pgmap v17778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:07:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:41 smithi135 bash[32435]: audit 2023-12-08T03:07:40.906550+0000 mgr.a (mgr.14403) 23806 : audit 0 from='client.469356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:43 smithi079 bash[28699]: cluster 2023-12-08T03:07:42.356546+0000 mgr.a (mgr.14403) 23807 : cluster 0 pgmap v17779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:43 smithi194 bash[32038]: cluster 2023-12-08T03:07:42.356546+0000 mgr.a (mgr.14403) 23807 : cluster 0 pgmap v17779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:43 smithi135 bash[32435]: cluster 2023-12-08T03:07:42.356546+0000 mgr.a (mgr.14403) 23807 : cluster 0 pgmap v17779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:45 smithi079 bash[28699]: cluster 2023-12-08T03:07:44.357342+0000 mgr.a (mgr.14403) 23808 : cluster 0 pgmap v17780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:45 smithi194 bash[32038]: cluster 2023-12-08T03:07:44.357342+0000 mgr.a (mgr.14403) 23808 : cluster 0 pgmap v17780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:45 smithi135 bash[32435]: cluster 2023-12-08T03:07:44.357342+0000 mgr.a (mgr.14403) 23808 : cluster 0 pgmap v17780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:46.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:07:46.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:46.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:47.298 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:07:47.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:47.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:47.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:47.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:07:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:47 smithi079 bash[28699]: cluster 2023-12-08T03:07:46.357876+0000 mgr.a (mgr.14403) 23809 : cluster 0 pgmap v17781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:47 smithi079 bash[28699]: audit 2023-12-08T03:07:46.816045+0000 mgr.a (mgr.14403) 23810 : audit 0 from='client.469434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:47 smithi194 bash[32038]: cluster 2023-12-08T03:07:46.357876+0000 mgr.a (mgr.14403) 23809 : cluster 0 pgmap v17781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:47 smithi194 bash[32038]: audit 2023-12-08T03:07:46.816045+0000 mgr.a (mgr.14403) 23810 : audit 0 from='client.469434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:47 smithi135 bash[32435]: cluster 2023-12-08T03:07:46.357876+0000 mgr.a (mgr.14403) 23809 : cluster 0 pgmap v17781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:47 smithi135 bash[32435]: audit 2023-12-08T03:07:46.816045+0000 mgr.a (mgr.14403) 23810 : audit 0 from='client.469434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:49 smithi079 bash[28699]: cluster 2023-12-08T03:07:48.358506+0000 mgr.a (mgr.14403) 23811 : cluster 0 pgmap v17782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:49 smithi194 bash[32038]: cluster 2023-12-08T03:07:48.358506+0000 mgr.a (mgr.14403) 23811 : cluster 0 pgmap v17782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:49 smithi135 bash[32435]: cluster 2023-12-08T03:07:48.358506+0000 mgr.a (mgr.14403) 23811 : cluster 0 pgmap v17782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:51 smithi079 bash[28699]: cluster 2023-12-08T03:07:50.359352+0000 mgr.a (mgr.14403) 23812 : cluster 0 pgmap v17783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:51 smithi194 bash[32038]: cluster 2023-12-08T03:07:50.359352+0000 mgr.a (mgr.14403) 23812 : cluster 0 pgmap v17783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:51 smithi135 bash[32435]: cluster 2023-12-08T03:07:50.359352+0000 mgr.a (mgr.14403) 23812 : cluster 0 pgmap v17783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:52.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:07:52.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:52.302 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:53.225 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:07:53.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:53.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:53.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:53.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:07:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:53 smithi079 bash[28699]: cluster 2023-12-08T03:07:52.359782+0000 mgr.a (mgr.14403) 23813 : cluster 0 pgmap v17784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:53 smithi079 bash[28699]: audit 2023-12-08T03:07:52.717818+0000 mgr.a (mgr.14403) 23814 : audit 0 from='client.469512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:53 smithi194 bash[32038]: cluster 2023-12-08T03:07:52.359782+0000 mgr.a (mgr.14403) 23813 : cluster 0 pgmap v17784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:53 smithi194 bash[32038]: audit 2023-12-08T03:07:52.717818+0000 mgr.a (mgr.14403) 23814 : audit 0 from='client.469512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:53 smithi135 bash[32435]: cluster 2023-12-08T03:07:52.359782+0000 mgr.a (mgr.14403) 23813 : cluster 0 pgmap v17784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:53 smithi135 bash[32435]: audit 2023-12-08T03:07:52.717818+0000 mgr.a (mgr.14403) 23814 : audit 0 from='client.469512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:07:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:55 smithi079 bash[28699]: cluster 2023-12-08T03:07:54.360658+0000 mgr.a (mgr.14403) 23815 : cluster 0 pgmap v17785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:55 smithi194 bash[32038]: cluster 2023-12-08T03:07:54.360658+0000 mgr.a (mgr.14403) 23815 : cluster 0 pgmap v17785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:55 smithi135 bash[32435]: cluster 2023-12-08T03:07:54.360658+0000 mgr.a (mgr.14403) 23815 : cluster 0 pgmap v17785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:07:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:57 smithi194 bash[32038]: cluster 2023-12-08T03:07:56.361219+0000 mgr.a (mgr.14403) 23816 : cluster 0 pgmap v17786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:57 smithi135 bash[32435]: cluster 2023-12-08T03:07:56.361219+0000 mgr.a (mgr.14403) 23816 : cluster 0 pgmap v17786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:58.228 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:07:58.229 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:07:58.229 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:07:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:57 smithi079 bash[28699]: cluster 2023-12-08T03:07:56.361219+0000 mgr.a (mgr.14403) 23816 : cluster 0 pgmap v17786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:07:59.130 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:07:59.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:07:59.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:07:59.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:07:59.131 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:08:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:59 smithi194 bash[32038]: cluster 2023-12-08T03:07:58.361682+0000 mgr.a (mgr.14403) 23817 : cluster 0 pgmap v17787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:07:59 smithi194 bash[32038]: audit 2023-12-08T03:07:58.643217+0000 mgr.a (mgr.14403) 23818 : audit 0 from='client.355333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:59 smithi135 bash[32435]: cluster 2023-12-08T03:07:58.361682+0000 mgr.a (mgr.14403) 23817 : cluster 0 pgmap v17787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:07:59 smithi135 bash[32435]: audit 2023-12-08T03:07:58.643217+0000 mgr.a (mgr.14403) 23818 : audit 0 from='client.355333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:59 smithi079 bash[28699]: cluster 2023-12-08T03:07:58.361682+0000 mgr.a (mgr.14403) 23817 : cluster 0 pgmap v17787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:07:59 smithi079 bash[28699]: audit 2023-12-08T03:07:58.643217+0000 mgr.a (mgr.14403) 23818 : audit 0 from='client.355333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:01 smithi194 bash[32038]: cluster 2023-12-08T03:08:00.362519+0000 mgr.a (mgr.14403) 23819 : cluster 0 pgmap v17788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:01 smithi135 bash[32435]: cluster 2023-12-08T03:08:00.362519+0000 mgr.a (mgr.14403) 23819 : cluster 0 pgmap v17788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:01 smithi079 bash[28699]: cluster 2023-12-08T03:08:00.362519+0000 mgr.a (mgr.14403) 23819 : cluster 0 pgmap v17788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:04.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:08:04.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:04.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:03 smithi194 bash[32038]: cluster 2023-12-08T03:08:02.363099+0000 mgr.a (mgr.14403) 23820 : cluster 0 pgmap v17789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:03 smithi135 bash[32435]: cluster 2023-12-08T03:08:02.363099+0000 mgr.a (mgr.14403) 23820 : cluster 0 pgmap v17789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:03 smithi079 bash[28699]: cluster 2023-12-08T03:08:02.363099+0000 mgr.a (mgr.14403) 23820 : cluster 0 pgmap v17789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:05.059 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:08:05.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:05.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:05.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:05.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:08:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:05 smithi194 bash[32038]: cluster 2023-12-08T03:08:04.363796+0000 mgr.a (mgr.14403) 23821 : cluster 0 pgmap v17790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:05 smithi194 bash[32038]: audit 2023-12-08T03:08:04.541053+0000 mgr.a (mgr.14403) 23822 : audit 0 from='client.469659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:05 smithi135 bash[32435]: cluster 2023-12-08T03:08:04.363796+0000 mgr.a (mgr.14403) 23821 : cluster 0 pgmap v17790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:06.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:05 smithi135 bash[32435]: audit 2023-12-08T03:08:04.541053+0000 mgr.a (mgr.14403) 23822 : audit 0 from='client.469659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:05 smithi079 bash[28699]: cluster 2023-12-08T03:08:04.363796+0000 mgr.a (mgr.14403) 23821 : cluster 0 pgmap v17790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:05 smithi079 bash[28699]: audit 2023-12-08T03:08:04.541053+0000 mgr.a (mgr.14403) 23822 : audit 0 from='client.469659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:07 smithi194 bash[32038]: cluster 2023-12-08T03:08:06.364426+0000 mgr.a (mgr.14403) 23823 : cluster 0 pgmap v17791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:07 smithi135 bash[32435]: cluster 2023-12-08T03:08:06.364426+0000 mgr.a (mgr.14403) 23823 : cluster 0 pgmap v17791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:07 smithi079 bash[28699]: cluster 2023-12-08T03:08:06.364426+0000 mgr.a (mgr.14403) 23823 : cluster 0 pgmap v17791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:10.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:08:10.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:10.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:09 smithi194 bash[32038]: cluster 2023-12-08T03:08:08.364960+0000 mgr.a (mgr.14403) 23824 : cluster 0 pgmap v17792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:09 smithi135 bash[32435]: cluster 2023-12-08T03:08:08.364960+0000 mgr.a (mgr.14403) 23824 : cluster 0 pgmap v17792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:09 smithi079 bash[28699]: cluster 2023-12-08T03:08:08.364960+0000 mgr.a (mgr.14403) 23824 : cluster 0 pgmap v17792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:10.959 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:08:10.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:10.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:10.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:10.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:08:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:11 smithi194 bash[32038]: cluster 2023-12-08T03:08:10.365712+0000 mgr.a (mgr.14403) 23825 : cluster 0 pgmap v17793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:11 smithi194 bash[32038]: audit 2023-12-08T03:08:10.475537+0000 mgr.a (mgr.14403) 23826 : audit 0 from='client.469734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:11 smithi135 bash[32435]: cluster 2023-12-08T03:08:10.365712+0000 mgr.a (mgr.14403) 23825 : cluster 0 pgmap v17793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:11 smithi135 bash[32435]: audit 2023-12-08T03:08:10.475537+0000 mgr.a (mgr.14403) 23826 : audit 0 from='client.469734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:11 smithi079 bash[28699]: cluster 2023-12-08T03:08:10.365712+0000 mgr.a (mgr.14403) 23825 : cluster 0 pgmap v17793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:12.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:11 smithi079 bash[28699]: audit 2023-12-08T03:08:10.475537+0000 mgr.a (mgr.14403) 23826 : audit 0 from='client.469734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:13 smithi194 bash[32038]: cluster 2023-12-08T03:08:12.366371+0000 mgr.a (mgr.14403) 23827 : cluster 0 pgmap v17794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:13 smithi135 bash[32435]: cluster 2023-12-08T03:08:12.366371+0000 mgr.a (mgr.14403) 23827 : cluster 0 pgmap v17794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:13 smithi079 bash[28699]: cluster 2023-12-08T03:08:12.366371+0000 mgr.a (mgr.14403) 23827 : cluster 0 pgmap v17794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:15.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:08:15.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:15.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:15 smithi194 bash[32038]: cluster 2023-12-08T03:08:14.367179+0000 mgr.a (mgr.14403) 23828 : cluster 0 pgmap v17795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:15 smithi135 bash[32435]: cluster 2023-12-08T03:08:14.367179+0000 mgr.a (mgr.14403) 23828 : cluster 0 pgmap v17795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:16.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:15 smithi079 bash[28699]: cluster 2023-12-08T03:08:14.367179+0000 mgr.a (mgr.14403) 23828 : cluster 0 pgmap v17795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:16.871 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:08:16.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:16.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:16.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:16.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:08:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:17 smithi194 bash[32038]: audit 2023-12-08T03:08:16.361813+0000 mgr.a (mgr.14403) 23829 : audit 0 from='client.469812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:17 smithi194 bash[32038]: cluster 2023-12-08T03:08:16.376760+0000 mgr.a (mgr.14403) 23830 : cluster 0 pgmap v17796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:17 smithi135 bash[32435]: audit 2023-12-08T03:08:16.361813+0000 mgr.a (mgr.14403) 23829 : audit 0 from='client.469812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:17 smithi135 bash[32435]: cluster 2023-12-08T03:08:16.376760+0000 mgr.a (mgr.14403) 23830 : cluster 0 pgmap v17796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:17 smithi079 bash[28699]: audit 2023-12-08T03:08:16.361813+0000 mgr.a (mgr.14403) 23829 : audit 0 from='client.469812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:17 smithi079 bash[28699]: cluster 2023-12-08T03:08:16.376760+0000 mgr.a (mgr.14403) 23830 : cluster 0 pgmap v17796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:19 smithi194 bash[32038]: cluster 2023-12-08T03:08:18.377686+0000 mgr.a (mgr.14403) 23831 : cluster 0 pgmap v17797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:19 smithi135 bash[32435]: cluster 2023-12-08T03:08:18.377686+0000 mgr.a (mgr.14403) 23831 : cluster 0 pgmap v17797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:19 smithi079 bash[28699]: cluster 2023-12-08T03:08:18.377686+0000 mgr.a (mgr.14403) 23831 : cluster 0 pgmap v17797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:21.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:08:21.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:21.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:21 smithi194 bash[32038]: cluster 2023-12-08T03:08:20.378556+0000 mgr.a (mgr.14403) 23832 : cluster 0 pgmap v17798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:21 smithi135 bash[32435]: cluster 2023-12-08T03:08:20.378556+0000 mgr.a (mgr.14403) 23832 : cluster 0 pgmap v17798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:21 smithi079 bash[28699]: cluster 2023-12-08T03:08:20.378556+0000 mgr.a (mgr.14403) 23832 : cluster 0 pgmap v17798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:22.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:22.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:22.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:22.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:08:22.783 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:08:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:22 smithi079 bash[28699]: audit 2023-12-08T03:08:22.282128+0000 mgr.a (mgr.14403) 23833 : audit 0 from='client.469887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:22 smithi194 bash[32038]: audit 2023-12-08T03:08:22.282128+0000 mgr.a (mgr.14403) 23833 : audit 0 from='client.469887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:22 smithi135 bash[32435]: audit 2023-12-08T03:08:22.282128+0000 mgr.a (mgr.14403) 23833 : audit 0 from='client.469887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:23 smithi079 bash[28699]: cluster 2023-12-08T03:08:22.379143+0000 mgr.a (mgr.14403) 23834 : cluster 0 pgmap v17799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:23 smithi194 bash[32038]: cluster 2023-12-08T03:08:22.379143+0000 mgr.a (mgr.14403) 23834 : cluster 0 pgmap v17799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:23 smithi135 bash[32435]: cluster 2023-12-08T03:08:22.379143+0000 mgr.a (mgr.14403) 23834 : cluster 0 pgmap v17799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:25 smithi079 bash[28699]: cluster 2023-12-08T03:08:24.380098+0000 mgr.a (mgr.14403) 23835 : cluster 0 pgmap v17800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:25 smithi194 bash[32038]: cluster 2023-12-08T03:08:24.380098+0000 mgr.a (mgr.14403) 23835 : cluster 0 pgmap v17800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:25 smithi135 bash[32435]: cluster 2023-12-08T03:08:24.380098+0000 mgr.a (mgr.14403) 23835 : cluster 0 pgmap v17800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:26 smithi079 bash[28699]: audit 2023-12-08T03:08:26.417812+0000 mon.a (mon.0) 3735 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:08:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:26 smithi194 bash[32038]: audit 2023-12-08T03:08:26.417812+0000 mon.a (mon.0) 3735 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:08:27.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:26 smithi135 bash[32435]: audit 2023-12-08T03:08:26.417812+0000 mon.a (mon.0) 3735 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:08:27.785 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:08:27.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:27.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:27 smithi079 bash[28699]: cluster 2023-12-08T03:08:26.380650+0000 mgr.a (mgr.14403) 23836 : cluster 0 pgmap v17801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:27 smithi079 bash[28699]: audit 2023-12-08T03:08:27.164427+0000 mon.a (mon.0) 3736 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:08:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:27 smithi079 bash[28699]: audit 2023-12-08T03:08:27.166157+0000 mon.a (mon.0) 3737 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:08:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:27 smithi079 bash[28699]: audit 2023-12-08T03:08:27.175214+0000 mon.a (mon.0) 3738 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:08:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:27 smithi194 bash[32038]: cluster 2023-12-08T03:08:26.380650+0000 mgr.a (mgr.14403) 23836 : cluster 0 pgmap v17801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:27 smithi194 bash[32038]: audit 2023-12-08T03:08:27.164427+0000 mon.a (mon.0) 3736 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:08:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:27 smithi194 bash[32038]: audit 2023-12-08T03:08:27.166157+0000 mon.a (mon.0) 3737 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:08:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:27 smithi194 bash[32038]: audit 2023-12-08T03:08:27.175214+0000 mon.a (mon.0) 3738 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:08:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:27 smithi135 bash[32435]: cluster 2023-12-08T03:08:26.380650+0000 mgr.a (mgr.14403) 23836 : cluster 0 pgmap v17801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:27 smithi135 bash[32435]: audit 2023-12-08T03:08:27.164427+0000 mon.a (mon.0) 3736 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:08:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:27 smithi135 bash[32435]: audit 2023-12-08T03:08:27.166157+0000 mon.a (mon.0) 3737 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:08:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:27 smithi135 bash[32435]: audit 2023-12-08T03:08:27.175214+0000 mon.a (mon.0) 3738 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:08:28.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:28.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:28.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:28.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:08:28.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:08:29.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:28 smithi079 bash[28699]: audit 2023-12-08T03:08:28.187766+0000 mgr.a (mgr.14403) 23837 : audit 0 from='client.469956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:28 smithi194 bash[32038]: audit 2023-12-08T03:08:28.187766+0000 mgr.a (mgr.14403) 23837 : audit 0 from='client.469956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:29.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:28 smithi135 bash[32435]: audit 2023-12-08T03:08:28.187766+0000 mgr.a (mgr.14403) 23837 : audit 0 from='client.469956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:29 smithi079 bash[28699]: cluster 2023-12-08T03:08:28.381263+0000 mgr.a (mgr.14403) 23838 : cluster 0 pgmap v17802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:29 smithi194 bash[32038]: cluster 2023-12-08T03:08:28.381263+0000 mgr.a (mgr.14403) 23838 : cluster 0 pgmap v17802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:29 smithi135 bash[32435]: cluster 2023-12-08T03:08:28.381263+0000 mgr.a (mgr.14403) 23838 : cluster 0 pgmap v17802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:31 smithi079 bash[28699]: cluster 2023-12-08T03:08:30.382266+0000 mgr.a (mgr.14403) 23839 : cluster 0 pgmap v17803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:08:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:31 smithi194 bash[32038]: cluster 2023-12-08T03:08:30.382266+0000 mgr.a (mgr.14403) 23839 : cluster 0 pgmap v17803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:08:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:31 smithi135 bash[32435]: cluster 2023-12-08T03:08:30.382266+0000 mgr.a (mgr.14403) 23839 : cluster 0 pgmap v17803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:08:33.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:08:33.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:33.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:33 smithi079 bash[28699]: cluster 2023-12-08T03:08:32.383017+0000 mgr.a (mgr.14403) 23840 : cluster 0 pgmap v17804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:08:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:33 smithi194 bash[32038]: cluster 2023-12-08T03:08:32.383017+0000 mgr.a (mgr.14403) 23840 : cluster 0 pgmap v17804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:08:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:33 smithi135 bash[32435]: cluster 2023-12-08T03:08:32.383017+0000 mgr.a (mgr.14403) 23840 : cluster 0 pgmap v17804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:08:34.572 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:08:34.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:34.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:34.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:34.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:08:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:35 smithi079 bash[28699]: audit 2023-12-08T03:08:34.093485+0000 mgr.a (mgr.14403) 23841 : audit 0 from='client.470031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:35 smithi194 bash[32038]: audit 2023-12-08T03:08:34.093485+0000 mgr.a (mgr.14403) 23841 : audit 0 from='client.470031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:35 smithi135 bash[32435]: audit 2023-12-08T03:08:34.093485+0000 mgr.a (mgr.14403) 23841 : audit 0 from='client.470031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:36 smithi079 bash[28699]: cluster 2023-12-08T03:08:34.384058+0000 mgr.a (mgr.14403) 23842 : cluster 0 pgmap v17805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:36 smithi194 bash[32038]: cluster 2023-12-08T03:08:34.384058+0000 mgr.a (mgr.14403) 23842 : cluster 0 pgmap v17805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:36 smithi135 bash[32435]: cluster 2023-12-08T03:08:34.384058+0000 mgr.a (mgr.14403) 23842 : cluster 0 pgmap v17805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:38 smithi079 bash[28699]: cluster 2023-12-08T03:08:36.384748+0000 mgr.a (mgr.14403) 23843 : cluster 0 pgmap v17806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:38 smithi194 bash[32038]: cluster 2023-12-08T03:08:36.384748+0000 mgr.a (mgr.14403) 23843 : cluster 0 pgmap v17806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:38 smithi135 bash[32435]: cluster 2023-12-08T03:08:36.384748+0000 mgr.a (mgr.14403) 23843 : cluster 0 pgmap v17806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:39.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:08:39.575 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:39.575 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:40 smithi079 bash[28699]: cluster 2023-12-08T03:08:38.385321+0000 mgr.a (mgr.14403) 23844 : cluster 0 pgmap v17807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:40 smithi194 bash[32038]: cluster 2023-12-08T03:08:38.385321+0000 mgr.a (mgr.14403) 23844 : cluster 0 pgmap v17807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:40 smithi135 bash[32435]: cluster 2023-12-08T03:08:38.385321+0000 mgr.a (mgr.14403) 23844 : cluster 0 pgmap v17807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:08:40.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:40.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:40.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:40.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:08:40.490 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:08:41.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:41 smithi079 bash[28699]: audit 2023-12-08T03:08:39.985363+0000 mgr.a (mgr.14403) 23845 : audit 0 from='client.470106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:41.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:41 smithi194 bash[32038]: audit 2023-12-08T03:08:39.985363+0000 mgr.a (mgr.14403) 23845 : audit 0 from='client.470106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:41.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:41 smithi135 bash[32435]: audit 2023-12-08T03:08:39.985363+0000 mgr.a (mgr.14403) 23845 : audit 0 from='client.470106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:42.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:42 smithi079 bash[28699]: cluster 2023-12-08T03:08:40.386522+0000 mgr.a (mgr.14403) 23846 : cluster 0 pgmap v17808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:42 smithi194 bash[32038]: cluster 2023-12-08T03:08:40.386522+0000 mgr.a (mgr.14403) 23846 : cluster 0 pgmap v17808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:42 smithi135 bash[32435]: cluster 2023-12-08T03:08:40.386522+0000 mgr.a (mgr.14403) 23846 : cluster 0 pgmap v17808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:44 smithi079 bash[28699]: cluster 2023-12-08T03:08:42.387289+0000 mgr.a (mgr.14403) 23847 : cluster 0 pgmap v17809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:08:44.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:44 smithi194 bash[32038]: cluster 2023-12-08T03:08:42.387289+0000 mgr.a (mgr.14403) 23847 : cluster 0 pgmap v17809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:08:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:44 smithi135 bash[32435]: cluster 2023-12-08T03:08:42.387289+0000 mgr.a (mgr.14403) 23847 : cluster 0 pgmap v17809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:08:45.492 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:08:45.493 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:45.493 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:46 smithi079 bash[28699]: cluster 2023-12-08T03:08:44.388174+0000 mgr.a (mgr.14403) 23848 : cluster 0 pgmap v17810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:08:46.417 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:08:46.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:46.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:46.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:46.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:08:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:46 smithi194 bash[32038]: cluster 2023-12-08T03:08:44.388174+0000 mgr.a (mgr.14403) 23848 : cluster 0 pgmap v17810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:08:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:46 smithi135 bash[32435]: cluster 2023-12-08T03:08:44.388174+0000 mgr.a (mgr.14403) 23848 : cluster 0 pgmap v17810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:08:47.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:47 smithi079 bash[28699]: audit 2023-12-08T03:08:45.898603+0000 mgr.a (mgr.14403) 23849 : audit 0 from='client.470184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:47 smithi194 bash[32038]: audit 2023-12-08T03:08:45.898603+0000 mgr.a (mgr.14403) 23849 : audit 0 from='client.470184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:47.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:47 smithi135 bash[32435]: audit 2023-12-08T03:08:45.898603+0000 mgr.a (mgr.14403) 23849 : audit 0 from='client.470184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:48 smithi079 bash[28699]: cluster 2023-12-08T03:08:46.388770+0000 mgr.a (mgr.14403) 23850 : cluster 0 pgmap v17811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:48 smithi194 bash[32038]: cluster 2023-12-08T03:08:46.388770+0000 mgr.a (mgr.14403) 23850 : cluster 0 pgmap v17811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:48 smithi135 bash[32435]: cluster 2023-12-08T03:08:46.388770+0000 mgr.a (mgr.14403) 23850 : cluster 0 pgmap v17811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:50 smithi079 bash[28699]: cluster 2023-12-08T03:08:48.389339+0000 mgr.a (mgr.14403) 23851 : cluster 0 pgmap v17812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:50 smithi194 bash[32038]: cluster 2023-12-08T03:08:48.389339+0000 mgr.a (mgr.14403) 23851 : cluster 0 pgmap v17812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:50 smithi135 bash[32435]: cluster 2023-12-08T03:08:48.389339+0000 mgr.a (mgr.14403) 23851 : cluster 0 pgmap v17812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:51.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:08:51.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:51.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:52.323 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:08:52.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:52.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:52.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:52.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:08:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:52 smithi079 bash[28699]: cluster 2023-12-08T03:08:50.390185+0000 mgr.a (mgr.14403) 23852 : cluster 0 pgmap v17813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:52 smithi194 bash[32038]: cluster 2023-12-08T03:08:50.390185+0000 mgr.a (mgr.14403) 23852 : cluster 0 pgmap v17813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:52 smithi135 bash[32435]: cluster 2023-12-08T03:08:50.390185+0000 mgr.a (mgr.14403) 23852 : cluster 0 pgmap v17813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:53 smithi079 bash[28699]: audit 2023-12-08T03:08:51.828153+0000 mgr.a (mgr.14403) 23853 : audit 0 from='client.470262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:53 smithi194 bash[32038]: audit 2023-12-08T03:08:51.828153+0000 mgr.a (mgr.14403) 23853 : audit 0 from='client.470262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:53.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:53 smithi135 bash[32435]: audit 2023-12-08T03:08:51.828153+0000 mgr.a (mgr.14403) 23853 : audit 0 from='client.470262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:54 smithi079 bash[28699]: cluster 2023-12-08T03:08:52.391082+0000 mgr.a (mgr.14403) 23854 : cluster 0 pgmap v17814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:54 smithi194 bash[32038]: cluster 2023-12-08T03:08:52.391082+0000 mgr.a (mgr.14403) 23854 : cluster 0 pgmap v17814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:54 smithi135 bash[32435]: cluster 2023-12-08T03:08:52.391082+0000 mgr.a (mgr.14403) 23854 : cluster 0 pgmap v17814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:56 smithi079 bash[28699]: cluster 2023-12-08T03:08:54.392023+0000 mgr.a (mgr.14403) 23855 : cluster 0 pgmap v17815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:56 smithi194 bash[32038]: cluster 2023-12-08T03:08:54.392023+0000 mgr.a (mgr.14403) 23855 : cluster 0 pgmap v17815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:56 smithi135 bash[32435]: cluster 2023-12-08T03:08:54.392023+0000 mgr.a (mgr.14403) 23855 : cluster 0 pgmap v17815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:08:57.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:08:57.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:08:57.327 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:08:58.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:08:58.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:08:58.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:08:58.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:08:58.235 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:08:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:58 smithi079 bash[28699]: cluster 2023-12-08T03:08:56.392602+0000 mgr.a (mgr.14403) 23856 : cluster 0 pgmap v17816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:58 smithi194 bash[32038]: cluster 2023-12-08T03:08:56.392602+0000 mgr.a (mgr.14403) 23856 : cluster 0 pgmap v17816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:58 smithi135 bash[32435]: cluster 2023-12-08T03:08:56.392602+0000 mgr.a (mgr.14403) 23856 : cluster 0 pgmap v17816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:08:59.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:08:59 smithi079 bash[28699]: audit 2023-12-08T03:08:57.730271+0000 mgr.a (mgr.14403) 23857 : audit 0 from='client.470337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:08:59 smithi194 bash[32038]: audit 2023-12-08T03:08:57.730271+0000 mgr.a (mgr.14403) 23857 : audit 0 from='client.470337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:08:59.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:08:59 smithi135 bash[32435]: audit 2023-12-08T03:08:57.730271+0000 mgr.a (mgr.14403) 23857 : audit 0 from='client.470337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:00 smithi079 bash[28699]: cluster 2023-12-08T03:08:58.393312+0000 mgr.a (mgr.14403) 23858 : cluster 0 pgmap v17817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:00 smithi194 bash[32038]: cluster 2023-12-08T03:08:58.393312+0000 mgr.a (mgr.14403) 23858 : cluster 0 pgmap v17817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:00 smithi135 bash[32435]: cluster 2023-12-08T03:08:58.393312+0000 mgr.a (mgr.14403) 23858 : cluster 0 pgmap v17817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:02 smithi079 bash[28699]: cluster 2023-12-08T03:09:00.394147+0000 mgr.a (mgr.14403) 23859 : cluster 0 pgmap v17818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:02 smithi194 bash[32038]: cluster 2023-12-08T03:09:00.394147+0000 mgr.a (mgr.14403) 23859 : cluster 0 pgmap v17818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:02 smithi135 bash[32435]: cluster 2023-12-08T03:09:00.394147+0000 mgr.a (mgr.14403) 23859 : cluster 0 pgmap v17818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:03.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:09:03.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:03.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:04.143 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:09:04.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:04.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:04.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:04.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:09:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:04 smithi079 bash[28699]: cluster 2023-12-08T03:09:02.394695+0000 mgr.a (mgr.14403) 23860 : cluster 0 pgmap v17819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:04 smithi194 bash[32038]: cluster 2023-12-08T03:09:02.394695+0000 mgr.a (mgr.14403) 23860 : cluster 0 pgmap v17819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:04 smithi135 bash[32435]: cluster 2023-12-08T03:09:02.394695+0000 mgr.a (mgr.14403) 23860 : cluster 0 pgmap v17819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:05.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:05 smithi079 bash[28699]: audit 2023-12-08T03:09:03.649007+0000 mgr.a (mgr.14403) 23861 : audit 0 from='client.470409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:05 smithi194 bash[32038]: audit 2023-12-08T03:09:03.649007+0000 mgr.a (mgr.14403) 23861 : audit 0 from='client.470409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:05.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:05 smithi135 bash[32435]: audit 2023-12-08T03:09:03.649007+0000 mgr.a (mgr.14403) 23861 : audit 0 from='client.470409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:06 smithi079 bash[28699]: cluster 2023-12-08T03:09:04.395770+0000 mgr.a (mgr.14403) 23862 : cluster 0 pgmap v17820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:06 smithi194 bash[32038]: cluster 2023-12-08T03:09:04.395770+0000 mgr.a (mgr.14403) 23862 : cluster 0 pgmap v17820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:06 smithi135 bash[32435]: cluster 2023-12-08T03:09:04.395770+0000 mgr.a (mgr.14403) 23862 : cluster 0 pgmap v17820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:08 smithi079 bash[28699]: cluster 2023-12-08T03:09:06.396339+0000 mgr.a (mgr.14403) 23863 : cluster 0 pgmap v17821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:08 smithi194 bash[32038]: cluster 2023-12-08T03:09:06.396339+0000 mgr.a (mgr.14403) 23863 : cluster 0 pgmap v17821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:08 smithi135 bash[32435]: cluster 2023-12-08T03:09:06.396339+0000 mgr.a (mgr.14403) 23863 : cluster 0 pgmap v17821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:09.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:09:09.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:09.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:10.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:10.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:10.037 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:09:10.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:10.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:09:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:10 smithi079 bash[28699]: cluster 2023-12-08T03:09:08.396902+0000 mgr.a (mgr.14403) 23864 : cluster 0 pgmap v17822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:10.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:10 smithi194 bash[32038]: cluster 2023-12-08T03:09:08.396902+0000 mgr.a (mgr.14403) 23864 : cluster 0 pgmap v17822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:10 smithi135 bash[32435]: cluster 2023-12-08T03:09:08.396902+0000 mgr.a (mgr.14403) 23864 : cluster 0 pgmap v17822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:11 smithi079 bash[28699]: audit 2023-12-08T03:09:09.549886+0000 mgr.a (mgr.14403) 23865 : audit 0 from='client.470484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:11 smithi194 bash[32038]: audit 2023-12-08T03:09:09.549886+0000 mgr.a (mgr.14403) 23865 : audit 0 from='client.470484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:11 smithi135 bash[32435]: audit 2023-12-08T03:09:09.549886+0000 mgr.a (mgr.14403) 23865 : audit 0 from='client.470484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:12 smithi079 bash[28699]: cluster 2023-12-08T03:09:10.397960+0000 mgr.a (mgr.14403) 23866 : cluster 0 pgmap v17823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:12.452 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:12 smithi194 bash[32038]: cluster 2023-12-08T03:09:10.397960+0000 mgr.a (mgr.14403) 23866 : cluster 0 pgmap v17823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:12 smithi135 bash[32435]: cluster 2023-12-08T03:09:10.397960+0000 mgr.a (mgr.14403) 23866 : cluster 0 pgmap v17823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:14 smithi079 bash[28699]: cluster 2023-12-08T03:09:12.398551+0000 mgr.a (mgr.14403) 23867 : cluster 0 pgmap v17824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:14 smithi194 bash[32038]: cluster 2023-12-08T03:09:12.398551+0000 mgr.a (mgr.14403) 23867 : cluster 0 pgmap v17824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:14 smithi135 bash[32435]: cluster 2023-12-08T03:09:12.398551+0000 mgr.a (mgr.14403) 23867 : cluster 0 pgmap v17824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:15.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:09:15.041 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:15.041 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:15.945 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:09:15.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:15.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:15.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:15.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:09:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:16 smithi079 bash[28699]: cluster 2023-12-08T03:09:14.399316+0000 mgr.a (mgr.14403) 23868 : cluster 0 pgmap v17825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:16 smithi194 bash[32038]: cluster 2023-12-08T03:09:14.399316+0000 mgr.a (mgr.14403) 23868 : cluster 0 pgmap v17825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:16 smithi135 bash[32435]: cluster 2023-12-08T03:09:14.399316+0000 mgr.a (mgr.14403) 23868 : cluster 0 pgmap v17825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:17 smithi194 bash[32038]: audit 2023-12-08T03:09:15.449576+0000 mgr.a (mgr.14403) 23869 : audit 0 from='client.470562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:17.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:17 smithi135 bash[32435]: audit 2023-12-08T03:09:15.449576+0000 mgr.a (mgr.14403) 23869 : audit 0 from='client.470562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:17.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:17 smithi079 bash[28699]: audit 2023-12-08T03:09:15.449576+0000 mgr.a (mgr.14403) 23869 : audit 0 from='client.470562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:18 smithi194 bash[32038]: cluster 2023-12-08T03:09:16.400125+0000 mgr.a (mgr.14403) 23870 : cluster 0 pgmap v17826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:18 smithi135 bash[32435]: cluster 2023-12-08T03:09:16.400125+0000 mgr.a (mgr.14403) 23870 : cluster 0 pgmap v17826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:18 smithi079 bash[28699]: cluster 2023-12-08T03:09:16.400125+0000 mgr.a (mgr.14403) 23870 : cluster 0 pgmap v17826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:20 smithi194 bash[32038]: cluster 2023-12-08T03:09:18.400873+0000 mgr.a (mgr.14403) 23871 : cluster 0 pgmap v17827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:20 smithi135 bash[32435]: cluster 2023-12-08T03:09:18.400873+0000 mgr.a (mgr.14403) 23871 : cluster 0 pgmap v17827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:20 smithi079 bash[28699]: cluster 2023-12-08T03:09:18.400873+0000 mgr.a (mgr.14403) 23871 : cluster 0 pgmap v17827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:20.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:09:20.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:20.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:21.867 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:09:21.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:21.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:21.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:21.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:09:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:22 smithi194 bash[32038]: cluster 2023-12-08T03:09:20.401766+0000 mgr.a (mgr.14403) 23872 : cluster 0 pgmap v17828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:22 smithi135 bash[32435]: cluster 2023-12-08T03:09:20.401766+0000 mgr.a (mgr.14403) 23872 : cluster 0 pgmap v17828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:22 smithi079 bash[28699]: cluster 2023-12-08T03:09:20.401766+0000 mgr.a (mgr.14403) 23872 : cluster 0 pgmap v17828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:23 smithi194 bash[32038]: audit 2023-12-08T03:09:21.360103+0000 mgr.a (mgr.14403) 23873 : audit 0 from='client.470637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:23.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:23 smithi135 bash[32435]: audit 2023-12-08T03:09:21.360103+0000 mgr.a (mgr.14403) 23873 : audit 0 from='client.470637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:23 smithi079 bash[28699]: audit 2023-12-08T03:09:21.360103+0000 mgr.a (mgr.14403) 23873 : audit 0 from='client.470637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:24 smithi194 bash[32038]: cluster 2023-12-08T03:09:22.402495+0000 mgr.a (mgr.14403) 23874 : cluster 0 pgmap v17829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:24 smithi135 bash[32435]: cluster 2023-12-08T03:09:22.402495+0000 mgr.a (mgr.14403) 23874 : cluster 0 pgmap v17829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:24 smithi079 bash[28699]: cluster 2023-12-08T03:09:22.402495+0000 mgr.a (mgr.14403) 23874 : cluster 0 pgmap v17829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:26 smithi194 bash[32038]: cluster 2023-12-08T03:09:24.403372+0000 mgr.a (mgr.14403) 23875 : cluster 0 pgmap v17830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:26 smithi135 bash[32435]: cluster 2023-12-08T03:09:24.403372+0000 mgr.a (mgr.14403) 23875 : cluster 0 pgmap v17830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:26 smithi079 bash[28699]: cluster 2023-12-08T03:09:24.403372+0000 mgr.a (mgr.14403) 23875 : cluster 0 pgmap v17830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:26.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:09:26.871 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:26.871 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:27.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:27.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:27.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:27.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:09:27.757 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:09:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:28 smithi194 bash[32038]: cluster 2023-12-08T03:09:26.403918+0000 mgr.a (mgr.14403) 23876 : cluster 0 pgmap v17831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:28 smithi194 bash[32038]: audit 2023-12-08T03:09:27.270282+0000 mgr.a (mgr.14403) 23877 : audit 0 from='client.470709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:28 smithi194 bash[32038]: audit 2023-12-08T03:09:27.287336+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:09:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:28 smithi135 bash[32435]: cluster 2023-12-08T03:09:26.403918+0000 mgr.a (mgr.14403) 23876 : cluster 0 pgmap v17831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:28 smithi135 bash[32435]: audit 2023-12-08T03:09:27.270282+0000 mgr.a (mgr.14403) 23877 : audit 0 from='client.470709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:28 smithi135 bash[32435]: audit 2023-12-08T03:09:27.287336+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:09:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:28 smithi079 bash[28699]: cluster 2023-12-08T03:09:26.403918+0000 mgr.a (mgr.14403) 23876 : cluster 0 pgmap v17831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:28 smithi079 bash[28699]: audit 2023-12-08T03:09:27.270282+0000 mgr.a (mgr.14403) 23877 : audit 0 from='client.470709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:28 smithi079 bash[28699]: audit 2023-12-08T03:09:27.287336+0000 mon.a (mon.0) 3739 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:09:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:30 smithi194 bash[32038]: cluster 2023-12-08T03:09:28.404805+0000 mgr.a (mgr.14403) 23878 : cluster 0 pgmap v17832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:30 smithi135 bash[32435]: cluster 2023-12-08T03:09:28.404805+0000 mgr.a (mgr.14403) 23878 : cluster 0 pgmap v17832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:30 smithi079 bash[28699]: cluster 2023-12-08T03:09:28.404805+0000 mgr.a (mgr.14403) 23878 : cluster 0 pgmap v17832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:32 smithi194 bash[32038]: cluster 2023-12-08T03:09:30.405849+0000 mgr.a (mgr.14403) 23879 : cluster 0 pgmap v17833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:32 smithi135 bash[32435]: cluster 2023-12-08T03:09:30.405849+0000 mgr.a (mgr.14403) 23879 : cluster 0 pgmap v17833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:32 smithi079 bash[28699]: cluster 2023-12-08T03:09:30.405849+0000 mgr.a (mgr.14403) 23879 : cluster 0 pgmap v17833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:32.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:09:32.761 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:32.761 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:33.710 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:09:33.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:33.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:33.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:33.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:09:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:33 smithi079 bash[28699]: cluster 2023-12-08T03:09:32.406465+0000 mgr.a (mgr.14403) 23880 : cluster 0 pgmap v17834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:33 smithi079 bash[28699]: audit 2023-12-08T03:09:32.640465+0000 mon.a (mon.0) 3740 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:33 smithi079 bash[28699]: audit 2023-12-08T03:09:32.646339+0000 mon.a (mon.0) 3741 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:33 smithi079 bash[28699]: audit 2023-12-08T03:09:32.689440+0000 mon.a (mon.0) 3742 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:33 smithi079 bash[28699]: audit 2023-12-08T03:09:32.693715+0000 mon.a (mon.0) 3743 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:33 smithi079 bash[28699]: audit 2023-12-08T03:09:32.697932+0000 mon.a (mon.0) 3744 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:33 smithi079 bash[28699]: audit 2023-12-08T03:09:32.701600+0000 mon.a (mon.0) 3745 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:33 smithi079 bash[28699]: audit 2023-12-08T03:09:33.166764+0000 mgr.a (mgr.14403) 23881 : audit 0 from='client.470787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:33 smithi079 bash[28699]: audit 2023-12-08T03:09:33.487471+0000 mon.a (mon.0) 3746 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:09:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:33 smithi079 bash[28699]: audit 2023-12-08T03:09:33.489340+0000 mon.a (mon.0) 3747 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:09:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:33 smithi079 bash[28699]: audit 2023-12-08T03:09:33.498844+0000 mon.a (mon.0) 3748 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:33 smithi194 bash[32038]: cluster 2023-12-08T03:09:32.406465+0000 mgr.a (mgr.14403) 23880 : cluster 0 pgmap v17834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:33 smithi194 bash[32038]: audit 2023-12-08T03:09:32.640465+0000 mon.a (mon.0) 3740 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:33 smithi194 bash[32038]: audit 2023-12-08T03:09:32.646339+0000 mon.a (mon.0) 3741 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:33 smithi194 bash[32038]: audit 2023-12-08T03:09:32.689440+0000 mon.a (mon.0) 3742 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:33 smithi194 bash[32038]: audit 2023-12-08T03:09:32.693715+0000 mon.a (mon.0) 3743 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:33 smithi194 bash[32038]: audit 2023-12-08T03:09:32.697932+0000 mon.a (mon.0) 3744 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:33 smithi194 bash[32038]: audit 2023-12-08T03:09:32.701600+0000 mon.a (mon.0) 3745 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:33 smithi194 bash[32038]: audit 2023-12-08T03:09:33.166764+0000 mgr.a (mgr.14403) 23881 : audit 0 from='client.470787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:33 smithi194 bash[32038]: audit 2023-12-08T03:09:33.487471+0000 mon.a (mon.0) 3746 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:09:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:33 smithi194 bash[32038]: audit 2023-12-08T03:09:33.489340+0000 mon.a (mon.0) 3747 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:09:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:33 smithi194 bash[32038]: audit 2023-12-08T03:09:33.498844+0000 mon.a (mon.0) 3748 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:33 smithi135 bash[32435]: cluster 2023-12-08T03:09:32.406465+0000 mgr.a (mgr.14403) 23880 : cluster 0 pgmap v17834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:33 smithi135 bash[32435]: audit 2023-12-08T03:09:32.640465+0000 mon.a (mon.0) 3740 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:33 smithi135 bash[32435]: audit 2023-12-08T03:09:32.646339+0000 mon.a (mon.0) 3741 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:33 smithi135 bash[32435]: audit 2023-12-08T03:09:32.689440+0000 mon.a (mon.0) 3742 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:33 smithi135 bash[32435]: audit 2023-12-08T03:09:32.693715+0000 mon.a (mon.0) 3743 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:33 smithi135 bash[32435]: audit 2023-12-08T03:09:32.697932+0000 mon.a (mon.0) 3744 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:33 smithi135 bash[32435]: audit 2023-12-08T03:09:32.701600+0000 mon.a (mon.0) 3745 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:33.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:33 smithi135 bash[32435]: audit 2023-12-08T03:09:33.166764+0000 mgr.a (mgr.14403) 23881 : audit 0 from='client.470787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:33.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:33 smithi135 bash[32435]: audit 2023-12-08T03:09:33.487471+0000 mon.a (mon.0) 3746 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:09:33.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:33 smithi135 bash[32435]: audit 2023-12-08T03:09:33.489340+0000 mon.a (mon.0) 3747 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:09:33.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:33 smithi135 bash[32435]: audit 2023-12-08T03:09:33.498844+0000 mon.a (mon.0) 3748 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:09:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:35 smithi194 bash[32038]: cluster 2023-12-08T03:09:34.407412+0000 mgr.a (mgr.14403) 23882 : cluster 0 pgmap v17835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:09:35.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:35 smithi135 bash[32435]: cluster 2023-12-08T03:09:34.407412+0000 mgr.a (mgr.14403) 23882 : cluster 0 pgmap v17835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:09:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:35 smithi079 bash[28699]: cluster 2023-12-08T03:09:34.407412+0000 mgr.a (mgr.14403) 23882 : cluster 0 pgmap v17835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:09:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:37 smithi194 bash[32038]: cluster 2023-12-08T03:09:36.407947+0000 mgr.a (mgr.14403) 23883 : cluster 0 pgmap v17836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:09:37.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:37 smithi135 bash[32435]: cluster 2023-12-08T03:09:36.407947+0000 mgr.a (mgr.14403) 23883 : cluster 0 pgmap v17836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:09:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:37 smithi079 bash[28699]: cluster 2023-12-08T03:09:36.407947+0000 mgr.a (mgr.14403) 23883 : cluster 0 pgmap v17836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:09:38.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:09:38.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:38.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:39.622 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:09:39.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:39.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:39.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:39.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:09:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:39 smithi194 bash[32038]: cluster 2023-12-08T03:09:38.408546+0000 mgr.a (mgr.14403) 23884 : cluster 0 pgmap v17837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:09:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:39 smithi194 bash[32038]: audit 2023-12-08T03:09:39.113655+0000 mgr.a (mgr.14403) 23885 : audit 0 from='client.470862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:39 smithi135 bash[32435]: cluster 2023-12-08T03:09:38.408546+0000 mgr.a (mgr.14403) 23884 : cluster 0 pgmap v17837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:09:39.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:39 smithi135 bash[32435]: audit 2023-12-08T03:09:39.113655+0000 mgr.a (mgr.14403) 23885 : audit 0 from='client.470862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:39 smithi079 bash[28699]: cluster 2023-12-08T03:09:38.408546+0000 mgr.a (mgr.14403) 23884 : cluster 0 pgmap v17837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:09:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:39 smithi079 bash[28699]: audit 2023-12-08T03:09:39.113655+0000 mgr.a (mgr.14403) 23885 : audit 0 from='client.470862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:41 smithi194 bash[32038]: cluster 2023-12-08T03:09:40.409622+0000 mgr.a (mgr.14403) 23886 : cluster 0 pgmap v17838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:41.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:41 smithi135 bash[32435]: cluster 2023-12-08T03:09:40.409622+0000 mgr.a (mgr.14403) 23886 : cluster 0 pgmap v17838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:41 smithi079 bash[28699]: cluster 2023-12-08T03:09:40.409622+0000 mgr.a (mgr.14403) 23886 : cluster 0 pgmap v17838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:43 smithi194 bash[32038]: cluster 2023-12-08T03:09:42.410137+0000 mgr.a (mgr.14403) 23887 : cluster 0 pgmap v17839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:43.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:43 smithi135 bash[32435]: cluster 2023-12-08T03:09:42.410137+0000 mgr.a (mgr.14403) 23887 : cluster 0 pgmap v17839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:43 smithi079 bash[28699]: cluster 2023-12-08T03:09:42.410137+0000 mgr.a (mgr.14403) 23887 : cluster 0 pgmap v17839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:09:44.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:09:44.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:44.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:45.532 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:09:45.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:45.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:45.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:45.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:09:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:45 smithi194 bash[32038]: cluster 2023-12-08T03:09:44.410894+0000 mgr.a (mgr.14403) 23888 : cluster 0 pgmap v17840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:45 smithi194 bash[32038]: audit 2023-12-08T03:09:45.042235+0000 mgr.a (mgr.14403) 23889 : audit 0 from='client.470937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:45 smithi135 bash[32435]: cluster 2023-12-08T03:09:44.410894+0000 mgr.a (mgr.14403) 23888 : cluster 0 pgmap v17840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:45.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:45 smithi135 bash[32435]: audit 2023-12-08T03:09:45.042235+0000 mgr.a (mgr.14403) 23889 : audit 0 from='client.470937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:45 smithi079 bash[28699]: cluster 2023-12-08T03:09:44.410894+0000 mgr.a (mgr.14403) 23888 : cluster 0 pgmap v17840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:45 smithi079 bash[28699]: audit 2023-12-08T03:09:45.042235+0000 mgr.a (mgr.14403) 23889 : audit 0 from='client.470937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:47 smithi194 bash[32038]: cluster 2023-12-08T03:09:46.411524+0000 mgr.a (mgr.14403) 23890 : cluster 0 pgmap v17841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:09:47.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:47 smithi135 bash[32435]: cluster 2023-12-08T03:09:46.411524+0000 mgr.a (mgr.14403) 23890 : cluster 0 pgmap v17841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:09:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:47 smithi079 bash[28699]: cluster 2023-12-08T03:09:46.411524+0000 mgr.a (mgr.14403) 23890 : cluster 0 pgmap v17841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:09:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:49 smithi194 bash[32038]: cluster 2023-12-08T03:09:48.412107+0000 mgr.a (mgr.14403) 23891 : cluster 0 pgmap v17842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:09:49.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:49 smithi135 bash[32435]: cluster 2023-12-08T03:09:48.412107+0000 mgr.a (mgr.14403) 23891 : cluster 0 pgmap v17842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:09:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:49 smithi079 bash[28699]: cluster 2023-12-08T03:09:48.412107+0000 mgr.a (mgr.14403) 23891 : cluster 0 pgmap v17842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:09:50.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:09:50.535 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:50.535 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:51.441 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:09:51.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:51.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:51.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:51.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:09:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:51 smithi194 bash[32038]: cluster 2023-12-08T03:09:50.412940+0000 mgr.a (mgr.14403) 23892 : cluster 0 pgmap v17843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:09:51.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:51 smithi194 bash[32038]: audit 2023-12-08T03:09:50.938426+0000 mgr.a (mgr.14403) 23893 : audit 0 from='client.471012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:51 smithi135 bash[32435]: cluster 2023-12-08T03:09:50.412940+0000 mgr.a (mgr.14403) 23892 : cluster 0 pgmap v17843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:09:51.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:51 smithi135 bash[32435]: audit 2023-12-08T03:09:50.938426+0000 mgr.a (mgr.14403) 23893 : audit 0 from='client.471012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:51 smithi079 bash[28699]: cluster 2023-12-08T03:09:50.412940+0000 mgr.a (mgr.14403) 23892 : cluster 0 pgmap v17843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:09:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:51 smithi079 bash[28699]: audit 2023-12-08T03:09:50.938426+0000 mgr.a (mgr.14403) 23893 : audit 0 from='client.471012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:53 smithi194 bash[32038]: cluster 2023-12-08T03:09:52.413599+0000 mgr.a (mgr.14403) 23894 : cluster 0 pgmap v17844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:53.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:53 smithi135 bash[32435]: cluster 2023-12-08T03:09:52.413599+0000 mgr.a (mgr.14403) 23894 : cluster 0 pgmap v17844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:53 smithi079 bash[28699]: cluster 2023-12-08T03:09:52.413599+0000 mgr.a (mgr.14403) 23894 : cluster 0 pgmap v17844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:55 smithi194 bash[32038]: cluster 2023-12-08T03:09:54.414493+0000 mgr.a (mgr.14403) 23895 : cluster 0 pgmap v17845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:55.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:55 smithi135 bash[32435]: cluster 2023-12-08T03:09:54.414493+0000 mgr.a (mgr.14403) 23895 : cluster 0 pgmap v17845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:55 smithi079 bash[28699]: cluster 2023-12-08T03:09:54.414493+0000 mgr.a (mgr.14403) 23895 : cluster 0 pgmap v17845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:09:56.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:09:56.445 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:09:56.445 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:09:57.335 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:09:57.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:09:57.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:09:57.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:09:57.336 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:09:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:57 smithi194 bash[32038]: cluster 2023-12-08T03:09:56.415107+0000 mgr.a (mgr.14403) 23896 : cluster 0 pgmap v17846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:57 smithi194 bash[32038]: audit 2023-12-08T03:09:56.844448+0000 mgr.a (mgr.14403) 23897 : audit 0 from='client.471087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:57 smithi135 bash[32435]: cluster 2023-12-08T03:09:56.415107+0000 mgr.a (mgr.14403) 23896 : cluster 0 pgmap v17846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:57.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:57 smithi135 bash[32435]: audit 2023-12-08T03:09:56.844448+0000 mgr.a (mgr.14403) 23897 : audit 0 from='client.471087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:57 smithi079 bash[28699]: cluster 2023-12-08T03:09:56.415107+0000 mgr.a (mgr.14403) 23896 : cluster 0 pgmap v17846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:57 smithi079 bash[28699]: audit 2023-12-08T03:09:56.844448+0000 mgr.a (mgr.14403) 23897 : audit 0 from='client.471087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:09:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:09:59 smithi194 bash[32038]: cluster 2023-12-08T03:09:58.415710+0000 mgr.a (mgr.14403) 23898 : cluster 0 pgmap v17847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:09:59.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:09:59 smithi135 bash[32435]: cluster 2023-12-08T03:09:58.415710+0000 mgr.a (mgr.14403) 23898 : cluster 0 pgmap v17847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:09:59 smithi079 bash[28699]: cluster 2023-12-08T03:09:58.415710+0000 mgr.a (mgr.14403) 23898 : cluster 0 pgmap v17847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:00.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:00 smithi135 bash[32435]: cluster 2023-12-08T03:10:00.000148+0000 mon.a (mon.0) 3749 : cluster 1 overall HEALTH_OK 2023-12-08T03:10:01.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:00 smithi079 bash[28699]: cluster 2023-12-08T03:10:00.000148+0000 mon.a (mon.0) 3749 : cluster 1 overall HEALTH_OK 2023-12-08T03:10:01.193 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:00 smithi194 bash[32038]: cluster 2023-12-08T03:10:00.000148+0000 mon.a (mon.0) 3749 : cluster 1 overall HEALTH_OK 2023-12-08T03:10:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:01 smithi079 bash[28699]: cluster 2023-12-08T03:10:00.416552+0000 mgr.a (mgr.14403) 23899 : cluster 0 pgmap v17848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:01 smithi194 bash[32038]: cluster 2023-12-08T03:10:00.416552+0000 mgr.a (mgr.14403) 23899 : cluster 0 pgmap v17848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:01 smithi135 bash[32435]: cluster 2023-12-08T03:10:00.416552+0000 mgr.a (mgr.14403) 23899 : cluster 0 pgmap v17848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:02.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:10:02.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:02.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:03.278 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:10:03.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:03.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:03.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:03.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:10:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:03 smithi079 bash[28699]: cluster 2023-12-08T03:10:02.417062+0000 mgr.a (mgr.14403) 23900 : cluster 0 pgmap v17849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:03 smithi079 bash[28699]: audit 2023-12-08T03:10:02.752333+0000 mgr.a (mgr.14403) 23901 : audit 0 from='client.471162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:03 smithi194 bash[32038]: cluster 2023-12-08T03:10:02.417062+0000 mgr.a (mgr.14403) 23900 : cluster 0 pgmap v17849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:03 smithi194 bash[32038]: audit 2023-12-08T03:10:02.752333+0000 mgr.a (mgr.14403) 23901 : audit 0 from='client.471162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:03 smithi135 bash[32435]: cluster 2023-12-08T03:10:02.417062+0000 mgr.a (mgr.14403) 23900 : cluster 0 pgmap v17849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:03 smithi135 bash[32435]: audit 2023-12-08T03:10:02.752333+0000 mgr.a (mgr.14403) 23901 : audit 0 from='client.471162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:05 smithi079 bash[28699]: cluster 2023-12-08T03:10:04.417934+0000 mgr.a (mgr.14403) 23902 : cluster 0 pgmap v17850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:05 smithi194 bash[32038]: cluster 2023-12-08T03:10:04.417934+0000 mgr.a (mgr.14403) 23902 : cluster 0 pgmap v17850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:05 smithi135 bash[32435]: cluster 2023-12-08T03:10:04.417934+0000 mgr.a (mgr.14403) 23902 : cluster 0 pgmap v17850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:07 smithi079 bash[28699]: cluster 2023-12-08T03:10:06.418589+0000 mgr.a (mgr.14403) 23903 : cluster 0 pgmap v17851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:07 smithi194 bash[32038]: cluster 2023-12-08T03:10:06.418589+0000 mgr.a (mgr.14403) 23903 : cluster 0 pgmap v17851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:07 smithi135 bash[32435]: cluster 2023-12-08T03:10:06.418589+0000 mgr.a (mgr.14403) 23903 : cluster 0 pgmap v17851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:08.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:10:08.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:08.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:09.156 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:10:09.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:09.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:09.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:09.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:10:10.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:09 smithi079 bash[28699]: cluster 2023-12-08T03:10:08.419024+0000 mgr.a (mgr.14403) 23904 : cluster 0 pgmap v17852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:10.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:09 smithi079 bash[28699]: audit 2023-12-08T03:10:08.686131+0000 mgr.a (mgr.14403) 23905 : audit 0 from='client.471237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:09 smithi194 bash[32038]: cluster 2023-12-08T03:10:08.419024+0000 mgr.a (mgr.14403) 23904 : cluster 0 pgmap v17852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:09 smithi194 bash[32038]: audit 2023-12-08T03:10:08.686131+0000 mgr.a (mgr.14403) 23905 : audit 0 from='client.471237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:09 smithi135 bash[32435]: cluster 2023-12-08T03:10:08.419024+0000 mgr.a (mgr.14403) 23904 : cluster 0 pgmap v17852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:09 smithi135 bash[32435]: audit 2023-12-08T03:10:08.686131+0000 mgr.a (mgr.14403) 23905 : audit 0 from='client.471237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:11 smithi079 bash[28699]: cluster 2023-12-08T03:10:10.420059+0000 mgr.a (mgr.14403) 23906 : cluster 0 pgmap v17853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:11 smithi194 bash[32038]: cluster 2023-12-08T03:10:10.420059+0000 mgr.a (mgr.14403) 23906 : cluster 0 pgmap v17853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:11 smithi135 bash[32435]: cluster 2023-12-08T03:10:10.420059+0000 mgr.a (mgr.14403) 23906 : cluster 0 pgmap v17853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:13 smithi079 bash[28699]: cluster 2023-12-08T03:10:12.420740+0000 mgr.a (mgr.14403) 23907 : cluster 0 pgmap v17854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:14.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:10:14.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:14.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:13 smithi194 bash[32038]: cluster 2023-12-08T03:10:12.420740+0000 mgr.a (mgr.14403) 23907 : cluster 0 pgmap v17854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:13 smithi135 bash[32435]: cluster 2023-12-08T03:10:12.420740+0000 mgr.a (mgr.14403) 23907 : cluster 0 pgmap v17854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:15.055 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:10:15.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:15.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:15.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:15.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:10:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:15 smithi079 bash[28699]: cluster 2023-12-08T03:10:14.421605+0000 mgr.a (mgr.14403) 23908 : cluster 0 pgmap v17855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:15 smithi079 bash[28699]: audit 2023-12-08T03:10:14.563128+0000 mgr.a (mgr.14403) 23909 : audit 0 from='client.471312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:15 smithi194 bash[32038]: cluster 2023-12-08T03:10:14.421605+0000 mgr.a (mgr.14403) 23908 : cluster 0 pgmap v17855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:15 smithi194 bash[32038]: audit 2023-12-08T03:10:14.563128+0000 mgr.a (mgr.14403) 23909 : audit 0 from='client.471312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:15 smithi135 bash[32435]: cluster 2023-12-08T03:10:14.421605+0000 mgr.a (mgr.14403) 23908 : cluster 0 pgmap v17855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:15 smithi135 bash[32435]: audit 2023-12-08T03:10:14.563128+0000 mgr.a (mgr.14403) 23909 : audit 0 from='client.471312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:17 smithi079 bash[28699]: cluster 2023-12-08T03:10:16.422315+0000 mgr.a (mgr.14403) 23910 : cluster 0 pgmap v17856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:17 smithi194 bash[32038]: cluster 2023-12-08T03:10:16.422315+0000 mgr.a (mgr.14403) 23910 : cluster 0 pgmap v17856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:17 smithi135 bash[32435]: cluster 2023-12-08T03:10:16.422315+0000 mgr.a (mgr.14403) 23910 : cluster 0 pgmap v17856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:20.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:10:20.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:20.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:19 smithi079 bash[28699]: cluster 2023-12-08T03:10:18.422879+0000 mgr.a (mgr.14403) 23911 : cluster 0 pgmap v17857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:19 smithi194 bash[32038]: cluster 2023-12-08T03:10:18.422879+0000 mgr.a (mgr.14403) 23911 : cluster 0 pgmap v17857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:19 smithi135 bash[32435]: cluster 2023-12-08T03:10:18.422879+0000 mgr.a (mgr.14403) 23911 : cluster 0 pgmap v17857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:20.980 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:10:20.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:20.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:20.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:20.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:10:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:21 smithi079 bash[28699]: cluster 2023-12-08T03:10:20.423635+0000 mgr.a (mgr.14403) 23912 : cluster 0 pgmap v17858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:21 smithi079 bash[28699]: audit 2023-12-08T03:10:20.466198+0000 mgr.a (mgr.14403) 23913 : audit 0 from='client.471390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:21 smithi194 bash[32038]: cluster 2023-12-08T03:10:20.423635+0000 mgr.a (mgr.14403) 23912 : cluster 0 pgmap v17858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:21 smithi194 bash[32038]: audit 2023-12-08T03:10:20.466198+0000 mgr.a (mgr.14403) 23913 : audit 0 from='client.471390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:21 smithi135 bash[32435]: cluster 2023-12-08T03:10:20.423635+0000 mgr.a (mgr.14403) 23912 : cluster 0 pgmap v17858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:21 smithi135 bash[32435]: audit 2023-12-08T03:10:20.466198+0000 mgr.a (mgr.14403) 23913 : audit 0 from='client.471390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:23 smithi079 bash[28699]: cluster 2023-12-08T03:10:22.424459+0000 mgr.a (mgr.14403) 23914 : cluster 0 pgmap v17859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:23 smithi194 bash[32038]: cluster 2023-12-08T03:10:22.424459+0000 mgr.a (mgr.14403) 23914 : cluster 0 pgmap v17859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:23 smithi135 bash[32435]: cluster 2023-12-08T03:10:22.424459+0000 mgr.a (mgr.14403) 23914 : cluster 0 pgmap v17859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:25.983 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:10:25.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:25.984 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:25 smithi079 bash[28699]: cluster 2023-12-08T03:10:24.425313+0000 mgr.a (mgr.14403) 23915 : cluster 0 pgmap v17860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:25 smithi194 bash[32038]: cluster 2023-12-08T03:10:24.425313+0000 mgr.a (mgr.14403) 23915 : cluster 0 pgmap v17860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:25 smithi135 bash[32435]: cluster 2023-12-08T03:10:24.425313+0000 mgr.a (mgr.14403) 23915 : cluster 0 pgmap v17860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:26.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:26.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:26.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:26.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:10:26.909 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:10:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:27 smithi079 bash[28699]: audit 2023-12-08T03:10:26.395138+0000 mgr.a (mgr.14403) 23916 : audit 0 from='client.471465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:27 smithi079 bash[28699]: cluster 2023-12-08T03:10:26.426151+0000 mgr.a (mgr.14403) 23917 : cluster 0 pgmap v17861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:27 smithi194 bash[32038]: audit 2023-12-08T03:10:26.395138+0000 mgr.a (mgr.14403) 23916 : audit 0 from='client.471465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:27 smithi194 bash[32038]: cluster 2023-12-08T03:10:26.426151+0000 mgr.a (mgr.14403) 23917 : cluster 0 pgmap v17861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:27 smithi135 bash[32435]: audit 2023-12-08T03:10:26.395138+0000 mgr.a (mgr.14403) 23916 : audit 0 from='client.471465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:27 smithi135 bash[32435]: cluster 2023-12-08T03:10:26.426151+0000 mgr.a (mgr.14403) 23917 : cluster 0 pgmap v17861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:29 smithi079 bash[28699]: cluster 2023-12-08T03:10:28.426866+0000 mgr.a (mgr.14403) 23918 : cluster 0 pgmap v17862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:29 smithi194 bash[32038]: cluster 2023-12-08T03:10:28.426866+0000 mgr.a (mgr.14403) 23918 : cluster 0 pgmap v17862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:29 smithi135 bash[32435]: cluster 2023-12-08T03:10:28.426866+0000 mgr.a (mgr.14403) 23918 : cluster 0 pgmap v17862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:31.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:10:31.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:31.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:31 smithi079 bash[28699]: cluster 2023-12-08T03:10:30.427828+0000 mgr.a (mgr.14403) 23919 : cluster 0 pgmap v17863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:31 smithi194 bash[32038]: cluster 2023-12-08T03:10:30.427828+0000 mgr.a (mgr.14403) 23919 : cluster 0 pgmap v17863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:31 smithi135 bash[32435]: cluster 2023-12-08T03:10:30.427828+0000 mgr.a (mgr.14403) 23919 : cluster 0 pgmap v17863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:32.837 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:10:32.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:32.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:32.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:32.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:10:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:33 smithi079 bash[28699]: audit 2023-12-08T03:10:32.325450+0000 mgr.a (mgr.14403) 23920 : audit 0 from='client.471543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:33 smithi079 bash[28699]: cluster 2023-12-08T03:10:32.428534+0000 mgr.a (mgr.14403) 23921 : cluster 0 pgmap v17864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:34.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:33 smithi079 bash[28699]: audit 2023-12-08T03:10:33.611819+0000 mon.a (mon.0) 3750 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:10:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:33 smithi194 bash[32038]: audit 2023-12-08T03:10:32.325450+0000 mgr.a (mgr.14403) 23920 : audit 0 from='client.471543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:33 smithi194 bash[32038]: cluster 2023-12-08T03:10:32.428534+0000 mgr.a (mgr.14403) 23921 : cluster 0 pgmap v17864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:33 smithi194 bash[32038]: audit 2023-12-08T03:10:33.611819+0000 mon.a (mon.0) 3750 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:10:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:33 smithi135 bash[32435]: audit 2023-12-08T03:10:32.325450+0000 mgr.a (mgr.14403) 23920 : audit 0 from='client.471543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:33 smithi135 bash[32435]: cluster 2023-12-08T03:10:32.428534+0000 mgr.a (mgr.14403) 23921 : cluster 0 pgmap v17864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:34.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:33 smithi135 bash[32435]: audit 2023-12-08T03:10:33.611819+0000 mon.a (mon.0) 3750 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:10:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:34 smithi079 bash[28699]: audit 2023-12-08T03:10:34.351241+0000 mon.a (mon.0) 3751 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:10:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:34 smithi079 bash[28699]: audit 2023-12-08T03:10:34.353124+0000 mon.a (mon.0) 3752 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:10:35.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:34 smithi079 bash[28699]: audit 2023-12-08T03:10:34.362591+0000 mon.a (mon.0) 3753 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:10:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:34 smithi194 bash[32038]: audit 2023-12-08T03:10:34.351241+0000 mon.a (mon.0) 3751 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:10:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:34 smithi194 bash[32038]: audit 2023-12-08T03:10:34.353124+0000 mon.a (mon.0) 3752 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:10:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:34 smithi194 bash[32038]: audit 2023-12-08T03:10:34.362591+0000 mon.a (mon.0) 3753 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:10:35.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:34 smithi135 bash[32435]: audit 2023-12-08T03:10:34.351241+0000 mon.a (mon.0) 3751 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:10:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:34 smithi135 bash[32435]: audit 2023-12-08T03:10:34.353124+0000 mon.a (mon.0) 3752 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:10:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:34 smithi135 bash[32435]: audit 2023-12-08T03:10:34.362591+0000 mon.a (mon.0) 3753 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:10:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:35 smithi079 bash[28699]: cluster 2023-12-08T03:10:34.429378+0000 mgr.a (mgr.14403) 23922 : cluster 0 pgmap v17865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:35 smithi194 bash[32038]: cluster 2023-12-08T03:10:34.429378+0000 mgr.a (mgr.14403) 23922 : cluster 0 pgmap v17865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:35 smithi135 bash[32435]: cluster 2023-12-08T03:10:34.429378+0000 mgr.a (mgr.14403) 23922 : cluster 0 pgmap v17865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:10:37.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:10:37.842 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:37.842 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:37 smithi079 bash[28699]: cluster 2023-12-08T03:10:36.429935+0000 mgr.a (mgr.14403) 23923 : cluster 0 pgmap v17866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:37 smithi194 bash[32038]: cluster 2023-12-08T03:10:36.429935+0000 mgr.a (mgr.14403) 23923 : cluster 0 pgmap v17866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:38.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:37 smithi135 bash[32435]: cluster 2023-12-08T03:10:36.429935+0000 mgr.a (mgr.14403) 23923 : cluster 0 pgmap v17866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:38.740 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:10:38.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:38.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:38.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:38.741 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:10:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:38 smithi079 bash[28699]: audit 2023-12-08T03:10:38.241768+0000 mgr.a (mgr.14403) 23924 : audit 0 from='client.471621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:38 smithi194 bash[32038]: audit 2023-12-08T03:10:38.241768+0000 mgr.a (mgr.14403) 23924 : audit 0 from='client.471621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:38 smithi135 bash[32435]: audit 2023-12-08T03:10:38.241768+0000 mgr.a (mgr.14403) 23924 : audit 0 from='client.471621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:39 smithi079 bash[28699]: cluster 2023-12-08T03:10:38.430654+0000 mgr.a (mgr.14403) 23925 : cluster 0 pgmap v17867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:39 smithi194 bash[32038]: cluster 2023-12-08T03:10:38.430654+0000 mgr.a (mgr.14403) 23925 : cluster 0 pgmap v17867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:39 smithi135 bash[32435]: cluster 2023-12-08T03:10:38.430654+0000 mgr.a (mgr.14403) 23925 : cluster 0 pgmap v17867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:41 smithi079 bash[28699]: cluster 2023-12-08T03:10:40.431536+0000 mgr.a (mgr.14403) 23926 : cluster 0 pgmap v17868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:10:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:41 smithi194 bash[32038]: cluster 2023-12-08T03:10:40.431536+0000 mgr.a (mgr.14403) 23926 : cluster 0 pgmap v17868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:10:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:41 smithi135 bash[32435]: cluster 2023-12-08T03:10:40.431536+0000 mgr.a (mgr.14403) 23926 : cluster 0 pgmap v17868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:10:43.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:10:43.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:43.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:43 smithi079 bash[28699]: cluster 2023-12-08T03:10:42.432109+0000 mgr.a (mgr.14403) 23927 : cluster 0 pgmap v17869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:10:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:43 smithi194 bash[32038]: cluster 2023-12-08T03:10:42.432109+0000 mgr.a (mgr.14403) 23927 : cluster 0 pgmap v17869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:10:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:43 smithi135 bash[32435]: cluster 2023-12-08T03:10:42.432109+0000 mgr.a (mgr.14403) 23927 : cluster 0 pgmap v17869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:10:44.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:44.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:44.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:44.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:10:44.647 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:10:45.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:44 smithi079 bash[28699]: audit 2023-12-08T03:10:44.157424+0000 mgr.a (mgr.14403) 23928 : audit 0 from='client.471696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:45.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:44 smithi194 bash[32038]: audit 2023-12-08T03:10:44.157424+0000 mgr.a (mgr.14403) 23928 : audit 0 from='client.471696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:45.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:44 smithi135 bash[32435]: audit 2023-12-08T03:10:44.157424+0000 mgr.a (mgr.14403) 23928 : audit 0 from='client.471696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:45 smithi079 bash[28699]: cluster 2023-12-08T03:10:44.433274+0000 mgr.a (mgr.14403) 23929 : cluster 0 pgmap v17870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:45 smithi194 bash[32038]: cluster 2023-12-08T03:10:44.433274+0000 mgr.a (mgr.14403) 23929 : cluster 0 pgmap v17870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:45 smithi135 bash[32435]: cluster 2023-12-08T03:10:44.433274+0000 mgr.a (mgr.14403) 23929 : cluster 0 pgmap v17870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:47 smithi079 bash[28699]: cluster 2023-12-08T03:10:46.433938+0000 mgr.a (mgr.14403) 23930 : cluster 0 pgmap v17871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:47 smithi194 bash[32038]: cluster 2023-12-08T03:10:46.433938+0000 mgr.a (mgr.14403) 23930 : cluster 0 pgmap v17871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:47 smithi135 bash[32435]: cluster 2023-12-08T03:10:46.433938+0000 mgr.a (mgr.14403) 23930 : cluster 0 pgmap v17871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:49.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:10:49.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:49.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:49 smithi079 bash[28699]: cluster 2023-12-08T03:10:48.434507+0000 mgr.a (mgr.14403) 23931 : cluster 0 pgmap v17872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:49 smithi194 bash[32038]: cluster 2023-12-08T03:10:48.434507+0000 mgr.a (mgr.14403) 23931 : cluster 0 pgmap v17872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:49 smithi135 bash[32435]: cluster 2023-12-08T03:10:48.434507+0000 mgr.a (mgr.14403) 23931 : cluster 0 pgmap v17872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:10:50.549 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:10:50.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:50.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:50.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:50.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:10:51.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:50 smithi079 bash[28699]: audit 2023-12-08T03:10:50.053044+0000 mgr.a (mgr.14403) 23932 : audit 0 from='client.471768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:51.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:50 smithi194 bash[32038]: audit 2023-12-08T03:10:50.053044+0000 mgr.a (mgr.14403) 23932 : audit 0 from='client.471768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:50 smithi135 bash[32435]: audit 2023-12-08T03:10:50.053044+0000 mgr.a (mgr.14403) 23932 : audit 0 from='client.471768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:51 smithi079 bash[28699]: cluster 2023-12-08T03:10:50.435820+0000 mgr.a (mgr.14403) 23933 : cluster 0 pgmap v17873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:51 smithi194 bash[32038]: cluster 2023-12-08T03:10:50.435820+0000 mgr.a (mgr.14403) 23933 : cluster 0 pgmap v17873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:51 smithi135 bash[32435]: cluster 2023-12-08T03:10:50.435820+0000 mgr.a (mgr.14403) 23933 : cluster 0 pgmap v17873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:53 smithi079 bash[28699]: cluster 2023-12-08T03:10:52.436374+0000 mgr.a (mgr.14403) 23934 : cluster 0 pgmap v17874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:10:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:53 smithi194 bash[32038]: cluster 2023-12-08T03:10:52.436374+0000 mgr.a (mgr.14403) 23934 : cluster 0 pgmap v17874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:10:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:53 smithi135 bash[32435]: cluster 2023-12-08T03:10:52.436374+0000 mgr.a (mgr.14403) 23934 : cluster 0 pgmap v17874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:10:55.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:10:55.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:10:55.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:10:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:55 smithi079 bash[28699]: cluster 2023-12-08T03:10:54.437090+0000 mgr.a (mgr.14403) 23935 : cluster 0 pgmap v17875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:10:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:55 smithi194 bash[32038]: cluster 2023-12-08T03:10:54.437090+0000 mgr.a (mgr.14403) 23935 : cluster 0 pgmap v17875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:10:56.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:55 smithi135 bash[32435]: cluster 2023-12-08T03:10:54.437090+0000 mgr.a (mgr.14403) 23935 : cluster 0 pgmap v17875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:10:56.470 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:10:56.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:10:56.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:10:56.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:10:56.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:10:57.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:56 smithi079 bash[28699]: audit 2023-12-08T03:10:55.960344+0000 mgr.a (mgr.14403) 23936 : audit 0 from='client.471837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:57.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:56 smithi194 bash[32038]: audit 2023-12-08T03:10:55.960344+0000 mgr.a (mgr.14403) 23936 : audit 0 from='client.471837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:57.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:56 smithi135 bash[32435]: audit 2023-12-08T03:10:55.960344+0000 mgr.a (mgr.14403) 23936 : audit 0 from='client.471837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:10:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:57 smithi079 bash[28699]: cluster 2023-12-08T03:10:56.437712+0000 mgr.a (mgr.14403) 23937 : cluster 0 pgmap v17876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:57 smithi194 bash[32038]: cluster 2023-12-08T03:10:56.437712+0000 mgr.a (mgr.14403) 23937 : cluster 0 pgmap v17876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:10:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:57 smithi135 bash[32435]: cluster 2023-12-08T03:10:56.437712+0000 mgr.a (mgr.14403) 23937 : cluster 0 pgmap v17876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:10:59 smithi079 bash[28699]: cluster 2023-12-08T03:10:58.438256+0000 mgr.a (mgr.14403) 23938 : cluster 0 pgmap v17877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:10:59 smithi194 bash[32038]: cluster 2023-12-08T03:10:58.438256+0000 mgr.a (mgr.14403) 23938 : cluster 0 pgmap v17877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:10:59 smithi135 bash[32435]: cluster 2023-12-08T03:10:58.438256+0000 mgr.a (mgr.14403) 23938 : cluster 0 pgmap v17877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:01.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:11:01.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:01.474 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:01 smithi079 bash[28699]: cluster 2023-12-08T03:11:00.439099+0000 mgr.a (mgr.14403) 23939 : cluster 0 pgmap v17878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:01 smithi194 bash[32038]: cluster 2023-12-08T03:11:00.439099+0000 mgr.a (mgr.14403) 23939 : cluster 0 pgmap v17878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:01 smithi135 bash[32435]: cluster 2023-12-08T03:11:00.439099+0000 mgr.a (mgr.14403) 23939 : cluster 0 pgmap v17878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:02.370 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:11:02.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:02.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:02.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:02.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:11:03.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:02 smithi079 bash[28699]: audit 2023-12-08T03:11:01.875389+0000 mgr.a (mgr.14403) 23940 : audit 0 from='client.471912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:03.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:02 smithi194 bash[32038]: audit 2023-12-08T03:11:01.875389+0000 mgr.a (mgr.14403) 23940 : audit 0 from='client.471912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:03.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:02 smithi135 bash[32435]: audit 2023-12-08T03:11:01.875389+0000 mgr.a (mgr.14403) 23940 : audit 0 from='client.471912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:03 smithi079 bash[28699]: cluster 2023-12-08T03:11:02.439773+0000 mgr.a (mgr.14403) 23941 : cluster 0 pgmap v17879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:03 smithi194 bash[32038]: cluster 2023-12-08T03:11:02.439773+0000 mgr.a (mgr.14403) 23941 : cluster 0 pgmap v17879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:03 smithi135 bash[32435]: cluster 2023-12-08T03:11:02.439773+0000 mgr.a (mgr.14403) 23941 : cluster 0 pgmap v17879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:05 smithi079 bash[28699]: cluster 2023-12-08T03:11:04.440716+0000 mgr.a (mgr.14403) 23942 : cluster 0 pgmap v17880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:05 smithi194 bash[32038]: cluster 2023-12-08T03:11:04.440716+0000 mgr.a (mgr.14403) 23942 : cluster 0 pgmap v17880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:05 smithi135 bash[32435]: cluster 2023-12-08T03:11:04.440716+0000 mgr.a (mgr.14403) 23942 : cluster 0 pgmap v17880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:07.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:11:07.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:07.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:07 smithi079 bash[28699]: cluster 2023-12-08T03:11:06.441293+0000 mgr.a (mgr.14403) 23943 : cluster 0 pgmap v17881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:07 smithi194 bash[32038]: cluster 2023-12-08T03:11:06.441293+0000 mgr.a (mgr.14403) 23943 : cluster 0 pgmap v17881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:07 smithi135 bash[32435]: cluster 2023-12-08T03:11:06.441293+0000 mgr.a (mgr.14403) 23943 : cluster 0 pgmap v17881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:08.273 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:11:08.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:08.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:08.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:08.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:11:09.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:08 smithi079 bash[28699]: audit 2023-12-08T03:11:07.788268+0000 mgr.a (mgr.14403) 23944 : audit 0 from='client.471990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:09.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:08 smithi194 bash[32038]: audit 2023-12-08T03:11:07.788268+0000 mgr.a (mgr.14403) 23944 : audit 0 from='client.471990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:09.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:08 smithi135 bash[32435]: audit 2023-12-08T03:11:07.788268+0000 mgr.a (mgr.14403) 23944 : audit 0 from='client.471990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:09 smithi194 bash[32038]: cluster 2023-12-08T03:11:08.442045+0000 mgr.a (mgr.14403) 23945 : cluster 0 pgmap v17882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:09 smithi135 bash[32435]: cluster 2023-12-08T03:11:08.442045+0000 mgr.a (mgr.14403) 23945 : cluster 0 pgmap v17882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:09 smithi079 bash[28699]: cluster 2023-12-08T03:11:08.442045+0000 mgr.a (mgr.14403) 23945 : cluster 0 pgmap v17882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:11 smithi194 bash[32038]: cluster 2023-12-08T03:11:10.442854+0000 mgr.a (mgr.14403) 23946 : cluster 0 pgmap v17883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:11 smithi135 bash[32435]: cluster 2023-12-08T03:11:10.442854+0000 mgr.a (mgr.14403) 23946 : cluster 0 pgmap v17883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:11 smithi079 bash[28699]: cluster 2023-12-08T03:11:10.442854+0000 mgr.a (mgr.14403) 23946 : cluster 0 pgmap v17883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:13.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:11:13.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:13.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:14.199 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:11:14.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:14.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:14.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:14.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:11:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:13 smithi194 bash[32038]: cluster 2023-12-08T03:11:12.443400+0000 mgr.a (mgr.14403) 23947 : cluster 0 pgmap v17884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:13 smithi135 bash[32435]: cluster 2023-12-08T03:11:12.443400+0000 mgr.a (mgr.14403) 23947 : cluster 0 pgmap v17884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:13 smithi079 bash[28699]: cluster 2023-12-08T03:11:12.443400+0000 mgr.a (mgr.14403) 23947 : cluster 0 pgmap v17884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:14 smithi194 bash[32038]: audit 2023-12-08T03:11:13.682890+0000 mgr.a (mgr.14403) 23948 : audit 0 from='client.472068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:15.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:14 smithi135 bash[32435]: audit 2023-12-08T03:11:13.682890+0000 mgr.a (mgr.14403) 23948 : audit 0 from='client.472068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:14 smithi079 bash[28699]: audit 2023-12-08T03:11:13.682890+0000 mgr.a (mgr.14403) 23948 : audit 0 from='client.472068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:15 smithi194 bash[32038]: cluster 2023-12-08T03:11:14.444392+0000 mgr.a (mgr.14403) 23949 : cluster 0 pgmap v17885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:15 smithi135 bash[32435]: cluster 2023-12-08T03:11:14.444392+0000 mgr.a (mgr.14403) 23949 : cluster 0 pgmap v17885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:15 smithi079 bash[28699]: cluster 2023-12-08T03:11:14.444392+0000 mgr.a (mgr.14403) 23949 : cluster 0 pgmap v17885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:17 smithi194 bash[32038]: cluster 2023-12-08T03:11:16.445072+0000 mgr.a (mgr.14403) 23950 : cluster 0 pgmap v17886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:17 smithi135 bash[32435]: cluster 2023-12-08T03:11:16.445072+0000 mgr.a (mgr.14403) 23950 : cluster 0 pgmap v17886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:17 smithi079 bash[28699]: cluster 2023-12-08T03:11:16.445072+0000 mgr.a (mgr.14403) 23950 : cluster 0 pgmap v17886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:19.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:11:19.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:19.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:20.095 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:11:20.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:20.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:20.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:20.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:11:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:19 smithi194 bash[32038]: cluster 2023-12-08T03:11:18.445817+0000 mgr.a (mgr.14403) 23951 : cluster 0 pgmap v17887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:19 smithi135 bash[32435]: cluster 2023-12-08T03:11:18.445817+0000 mgr.a (mgr.14403) 23951 : cluster 0 pgmap v17887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:19 smithi079 bash[28699]: cluster 2023-12-08T03:11:18.445817+0000 mgr.a (mgr.14403) 23951 : cluster 0 pgmap v17887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:21.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:20 smithi194 bash[32038]: audit 2023-12-08T03:11:19.606843+0000 mgr.a (mgr.14403) 23952 : audit 0 from='client.472146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:21.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:20 smithi135 bash[32435]: audit 2023-12-08T03:11:19.606843+0000 mgr.a (mgr.14403) 23952 : audit 0 from='client.472146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:21.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:20 smithi079 bash[28699]: audit 2023-12-08T03:11:19.606843+0000 mgr.a (mgr.14403) 23952 : audit 0 from='client.472146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:21 smithi194 bash[32038]: cluster 2023-12-08T03:11:20.446757+0000 mgr.a (mgr.14403) 23953 : cluster 0 pgmap v17888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:21 smithi135 bash[32435]: cluster 2023-12-08T03:11:20.446757+0000 mgr.a (mgr.14403) 23953 : cluster 0 pgmap v17888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:21 smithi079 bash[28699]: cluster 2023-12-08T03:11:20.446757+0000 mgr.a (mgr.14403) 23953 : cluster 0 pgmap v17888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:23 smithi194 bash[32038]: cluster 2023-12-08T03:11:22.447335+0000 mgr.a (mgr.14403) 23954 : cluster 0 pgmap v17889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:23 smithi135 bash[32435]: cluster 2023-12-08T03:11:22.447335+0000 mgr.a (mgr.14403) 23954 : cluster 0 pgmap v17889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:23 smithi079 bash[28699]: cluster 2023-12-08T03:11:22.447335+0000 mgr.a (mgr.14403) 23954 : cluster 0 pgmap v17889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:25.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:11:25.099 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:25.099 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:25.992 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:11:25.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:25.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:25.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:25.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:11:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:25 smithi194 bash[32038]: cluster 2023-12-08T03:11:24.448021+0000 mgr.a (mgr.14403) 23955 : cluster 0 pgmap v17890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:25 smithi135 bash[32435]: cluster 2023-12-08T03:11:24.448021+0000 mgr.a (mgr.14403) 23955 : cluster 0 pgmap v17890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:25 smithi079 bash[28699]: cluster 2023-12-08T03:11:24.448021+0000 mgr.a (mgr.14403) 23955 : cluster 0 pgmap v17890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:27.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:26 smithi194 bash[32038]: audit 2023-12-08T03:11:25.507623+0000 mgr.a (mgr.14403) 23956 : audit 0 from='client.472221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:27.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:26 smithi135 bash[32435]: audit 2023-12-08T03:11:25.507623+0000 mgr.a (mgr.14403) 23956 : audit 0 from='client.472221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:26 smithi079 bash[28699]: audit 2023-12-08T03:11:25.507623+0000 mgr.a (mgr.14403) 23956 : audit 0 from='client.472221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:27 smithi194 bash[32038]: cluster 2023-12-08T03:11:26.448662+0000 mgr.a (mgr.14403) 23957 : cluster 0 pgmap v17891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:27 smithi135 bash[32435]: cluster 2023-12-08T03:11:26.448662+0000 mgr.a (mgr.14403) 23957 : cluster 0 pgmap v17891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:27 smithi079 bash[28699]: cluster 2023-12-08T03:11:26.448662+0000 mgr.a (mgr.14403) 23957 : cluster 0 pgmap v17891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:29 smithi194 bash[32038]: cluster 2023-12-08T03:11:28.449236+0000 mgr.a (mgr.14403) 23958 : cluster 0 pgmap v17892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:29 smithi135 bash[32435]: cluster 2023-12-08T03:11:28.449236+0000 mgr.a (mgr.14403) 23958 : cluster 0 pgmap v17892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:29 smithi079 bash[28699]: cluster 2023-12-08T03:11:28.449236+0000 mgr.a (mgr.14403) 23958 : cluster 0 pgmap v17892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:30.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:11:30.996 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:30.996 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:31.916 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:11:31.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:31.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:31.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:31.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:11:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:31 smithi079 bash[28699]: cluster 2023-12-08T03:11:30.450016+0000 mgr.a (mgr.14403) 23959 : cluster 0 pgmap v17893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:31 smithi194 bash[32038]: cluster 2023-12-08T03:11:30.450016+0000 mgr.a (mgr.14403) 23959 : cluster 0 pgmap v17893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:31 smithi135 bash[32435]: cluster 2023-12-08T03:11:30.450016+0000 mgr.a (mgr.14403) 23959 : cluster 0 pgmap v17893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:33.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:32 smithi079 bash[28699]: audit 2023-12-08T03:11:31.403774+0000 mgr.a (mgr.14403) 23960 : audit 0 from='client.472296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:32 smithi194 bash[32038]: audit 2023-12-08T03:11:31.403774+0000 mgr.a (mgr.14403) 23960 : audit 0 from='client.472296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:33.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:32 smithi135 bash[32435]: audit 2023-12-08T03:11:31.403774+0000 mgr.a (mgr.14403) 23960 : audit 0 from='client.472296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:33 smithi079 bash[28699]: cluster 2023-12-08T03:11:32.450775+0000 mgr.a (mgr.14403) 23961 : cluster 0 pgmap v17894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:33 smithi194 bash[32038]: cluster 2023-12-08T03:11:32.450775+0000 mgr.a (mgr.14403) 23961 : cluster 0 pgmap v17894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:33 smithi135 bash[32435]: cluster 2023-12-08T03:11:32.450775+0000 mgr.a (mgr.14403) 23961 : cluster 0 pgmap v17894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:34 smithi079 bash[28699]: audit 2023-12-08T03:11:34.465570+0000 mon.a (mon.0) 3754 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:11:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:34 smithi194 bash[32038]: audit 2023-12-08T03:11:34.465570+0000 mon.a (mon.0) 3754 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:11:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:34 smithi135 bash[32435]: audit 2023-12-08T03:11:34.465570+0000 mon.a (mon.0) 3754 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:11:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:35 smithi079 bash[28699]: cluster 2023-12-08T03:11:34.451770+0000 mgr.a (mgr.14403) 23962 : cluster 0 pgmap v17895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:35 smithi079 bash[28699]: audit 2023-12-08T03:11:35.205847+0000 mon.a (mon.0) 3755 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:11:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:35 smithi079 bash[28699]: audit 2023-12-08T03:11:35.207633+0000 mon.a (mon.0) 3756 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:11:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:35 smithi079 bash[28699]: audit 2023-12-08T03:11:35.217172+0000 mon.a (mon.0) 3757 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:11:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:35 smithi194 bash[32038]: cluster 2023-12-08T03:11:34.451770+0000 mgr.a (mgr.14403) 23962 : cluster 0 pgmap v17895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:35 smithi194 bash[32038]: audit 2023-12-08T03:11:35.205847+0000 mon.a (mon.0) 3755 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:11:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:35 smithi194 bash[32038]: audit 2023-12-08T03:11:35.207633+0000 mon.a (mon.0) 3756 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:11:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:35 smithi194 bash[32038]: audit 2023-12-08T03:11:35.217172+0000 mon.a (mon.0) 3757 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:11:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:35 smithi135 bash[32435]: cluster 2023-12-08T03:11:34.451770+0000 mgr.a (mgr.14403) 23962 : cluster 0 pgmap v17895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:35 smithi135 bash[32435]: audit 2023-12-08T03:11:35.205847+0000 mon.a (mon.0) 3755 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:11:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:35 smithi135 bash[32435]: audit 2023-12-08T03:11:35.207633+0000 mon.a (mon.0) 3756 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:11:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:35 smithi135 bash[32435]: audit 2023-12-08T03:11:35.217172+0000 mon.a (mon.0) 3757 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:11:36.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:11:36.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:36.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:37.844 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:11:37.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:37.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:37.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:37.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:11:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:37 smithi079 bash[28699]: cluster 2023-12-08T03:11:36.452360+0000 mgr.a (mgr.14403) 23963 : cluster 0 pgmap v17896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:37 smithi079 bash[28699]: audit 2023-12-08T03:11:37.333821+0000 mgr.a (mgr.14403) 23964 : audit 0 from='client.472371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:37 smithi194 bash[32038]: cluster 2023-12-08T03:11:36.452360+0000 mgr.a (mgr.14403) 23963 : cluster 0 pgmap v17896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:37 smithi194 bash[32038]: audit 2023-12-08T03:11:37.333821+0000 mgr.a (mgr.14403) 23964 : audit 0 from='client.472371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:37 smithi135 bash[32435]: cluster 2023-12-08T03:11:36.452360+0000 mgr.a (mgr.14403) 23963 : cluster 0 pgmap v17896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:37 smithi135 bash[32435]: audit 2023-12-08T03:11:37.333821+0000 mgr.a (mgr.14403) 23964 : audit 0 from='client.472371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:39 smithi079 bash[28699]: cluster 2023-12-08T03:11:38.452974+0000 mgr.a (mgr.14403) 23965 : cluster 0 pgmap v17897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:39 smithi194 bash[32038]: cluster 2023-12-08T03:11:38.452974+0000 mgr.a (mgr.14403) 23965 : cluster 0 pgmap v17897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:39 smithi135 bash[32435]: cluster 2023-12-08T03:11:38.452974+0000 mgr.a (mgr.14403) 23965 : cluster 0 pgmap v17897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:41 smithi079 bash[28699]: cluster 2023-12-08T03:11:40.453777+0000 mgr.a (mgr.14403) 23966 : cluster 0 pgmap v17898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:41 smithi194 bash[32038]: cluster 2023-12-08T03:11:40.453777+0000 mgr.a (mgr.14403) 23966 : cluster 0 pgmap v17898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:41 smithi135 bash[32435]: cluster 2023-12-08T03:11:40.453777+0000 mgr.a (mgr.14403) 23966 : cluster 0 pgmap v17898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:11:42.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:11:42.848 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:42.848 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:43.755 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:11:43.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:43.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:43.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:43.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:11:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:43 smithi079 bash[28699]: cluster 2023-12-08T03:11:42.454355+0000 mgr.a (mgr.14403) 23967 : cluster 0 pgmap v17899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:43 smithi079 bash[28699]: audit 2023-12-08T03:11:43.255206+0000 mgr.a (mgr.14403) 23968 : audit 0 from='client.472446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:43 smithi194 bash[32038]: cluster 2023-12-08T03:11:42.454355+0000 mgr.a (mgr.14403) 23967 : cluster 0 pgmap v17899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:43 smithi194 bash[32038]: audit 2023-12-08T03:11:43.255206+0000 mgr.a (mgr.14403) 23968 : audit 0 from='client.472446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:43 smithi135 bash[32435]: cluster 2023-12-08T03:11:42.454355+0000 mgr.a (mgr.14403) 23967 : cluster 0 pgmap v17899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:43 smithi135 bash[32435]: audit 2023-12-08T03:11:43.255206+0000 mgr.a (mgr.14403) 23968 : audit 0 from='client.472446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:45 smithi079 bash[28699]: cluster 2023-12-08T03:11:44.455379+0000 mgr.a (mgr.14403) 23969 : cluster 0 pgmap v17900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:11:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:46 smithi194 bash[32038]: cluster 2023-12-08T03:11:44.455379+0000 mgr.a (mgr.14403) 23969 : cluster 0 pgmap v17900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:11:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:46 smithi135 bash[32435]: cluster 2023-12-08T03:11:44.455379+0000 mgr.a (mgr.14403) 23969 : cluster 0 pgmap v17900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:11:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:48 smithi079 bash[28699]: cluster 2023-12-08T03:11:46.455972+0000 mgr.a (mgr.14403) 23970 : cluster 0 pgmap v17901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:11:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:48 smithi194 bash[32038]: cluster 2023-12-08T03:11:46.455972+0000 mgr.a (mgr.14403) 23970 : cluster 0 pgmap v17901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:11:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:48 smithi135 bash[32435]: cluster 2023-12-08T03:11:46.455972+0000 mgr.a (mgr.14403) 23970 : cluster 0 pgmap v17901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:11:48.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:11:48.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:48.759 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:49.656 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:11:49.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:49.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:49.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:49.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:11:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:50 smithi079 bash[28699]: cluster 2023-12-08T03:11:48.456549+0000 mgr.a (mgr.14403) 23971 : cluster 0 pgmap v17902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:11:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:50 smithi079 bash[28699]: audit 2023-12-08T03:11:49.157553+0000 mgr.a (mgr.14403) 23972 : audit 0 from='client.472524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:50 smithi194 bash[32038]: cluster 2023-12-08T03:11:48.456549+0000 mgr.a (mgr.14403) 23971 : cluster 0 pgmap v17902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:11:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:50 smithi194 bash[32038]: audit 2023-12-08T03:11:49.157553+0000 mgr.a (mgr.14403) 23972 : audit 0 from='client.472524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:50 smithi135 bash[32435]: cluster 2023-12-08T03:11:48.456549+0000 mgr.a (mgr.14403) 23971 : cluster 0 pgmap v17902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:11:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:50 smithi135 bash[32435]: audit 2023-12-08T03:11:49.157553+0000 mgr.a (mgr.14403) 23972 : audit 0 from='client.472524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:52 smithi079 bash[28699]: cluster 2023-12-08T03:11:50.457609+0000 mgr.a (mgr.14403) 23973 : cluster 0 pgmap v17903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:52 smithi194 bash[32038]: cluster 2023-12-08T03:11:50.457609+0000 mgr.a (mgr.14403) 23973 : cluster 0 pgmap v17903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:52 smithi135 bash[32435]: cluster 2023-12-08T03:11:50.457609+0000 mgr.a (mgr.14403) 23973 : cluster 0 pgmap v17903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:54 smithi079 bash[28699]: cluster 2023-12-08T03:11:52.458217+0000 mgr.a (mgr.14403) 23974 : cluster 0 pgmap v17904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:54 smithi194 bash[32038]: cluster 2023-12-08T03:11:52.458217+0000 mgr.a (mgr.14403) 23974 : cluster 0 pgmap v17904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:54 smithi135 bash[32435]: cluster 2023-12-08T03:11:52.458217+0000 mgr.a (mgr.14403) 23974 : cluster 0 pgmap v17904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:11:54.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:11:54.660 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:11:54.660 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:11:55.570 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:11:55.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:11:55.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:11:55.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:11:55.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:11:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:56 smithi079 bash[28699]: cluster 2023-12-08T03:11:54.458903+0000 mgr.a (mgr.14403) 23975 : cluster 0 pgmap v17905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:56 smithi079 bash[28699]: audit 2023-12-08T03:11:55.074248+0000 mgr.a (mgr.14403) 23976 : audit 0 from='client.472602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:56 smithi194 bash[32038]: cluster 2023-12-08T03:11:54.458903+0000 mgr.a (mgr.14403) 23975 : cluster 0 pgmap v17905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:56 smithi194 bash[32038]: audit 2023-12-08T03:11:55.074248+0000 mgr.a (mgr.14403) 23976 : audit 0 from='client.472602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:56 smithi135 bash[32435]: cluster 2023-12-08T03:11:54.458903+0000 mgr.a (mgr.14403) 23975 : cluster 0 pgmap v17905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:11:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:56 smithi135 bash[32435]: audit 2023-12-08T03:11:55.074248+0000 mgr.a (mgr.14403) 23976 : audit 0 from='client.472602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:11:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:11:58 smithi079 bash[28699]: cluster 2023-12-08T03:11:56.459637+0000 mgr.a (mgr.14403) 23977 : cluster 0 pgmap v17906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:11:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:11:58 smithi194 bash[32038]: cluster 2023-12-08T03:11:56.459637+0000 mgr.a (mgr.14403) 23977 : cluster 0 pgmap v17906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:11:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:11:58 smithi135 bash[32435]: cluster 2023-12-08T03:11:56.459637+0000 mgr.a (mgr.14403) 23977 : cluster 0 pgmap v17906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:12:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:00 smithi079 bash[28699]: cluster 2023-12-08T03:11:58.460207+0000 mgr.a (mgr.14403) 23978 : cluster 0 pgmap v17907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:12:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:00 smithi194 bash[32038]: cluster 2023-12-08T03:11:58.460207+0000 mgr.a (mgr.14403) 23978 : cluster 0 pgmap v17907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:12:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:00 smithi135 bash[32435]: cluster 2023-12-08T03:11:58.460207+0000 mgr.a (mgr.14403) 23978 : cluster 0 pgmap v17907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:12:00.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:12:00.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:00.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:01.477 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:12:01.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:01.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:01.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:01.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:12:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:02 smithi079 bash[28699]: cluster 2023-12-08T03:12:00.461034+0000 mgr.a (mgr.14403) 23979 : cluster 0 pgmap v17908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:12:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:02 smithi079 bash[28699]: audit 2023-12-08T03:12:00.975513+0000 mgr.a (mgr.14403) 23980 : audit 0 from='client.472680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:02 smithi194 bash[32038]: cluster 2023-12-08T03:12:00.461034+0000 mgr.a (mgr.14403) 23979 : cluster 0 pgmap v17908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:12:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:02 smithi194 bash[32038]: audit 2023-12-08T03:12:00.975513+0000 mgr.a (mgr.14403) 23980 : audit 0 from='client.472680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:02 smithi135 bash[32435]: cluster 2023-12-08T03:12:00.461034+0000 mgr.a (mgr.14403) 23979 : cluster 0 pgmap v17908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:12:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:02 smithi135 bash[32435]: audit 2023-12-08T03:12:00.975513+0000 mgr.a (mgr.14403) 23980 : audit 0 from='client.472680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:04 smithi079 bash[28699]: cluster 2023-12-08T03:12:02.461746+0000 mgr.a (mgr.14403) 23981 : cluster 0 pgmap v17909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:04 smithi194 bash[32038]: cluster 2023-12-08T03:12:02.461746+0000 mgr.a (mgr.14403) 23981 : cluster 0 pgmap v17909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:04 smithi135 bash[32435]: cluster 2023-12-08T03:12:02.461746+0000 mgr.a (mgr.14403) 23981 : cluster 0 pgmap v17909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:06 smithi079 bash[28699]: cluster 2023-12-08T03:12:04.462599+0000 mgr.a (mgr.14403) 23982 : cluster 0 pgmap v17910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:06 smithi194 bash[32038]: cluster 2023-12-08T03:12:04.462599+0000 mgr.a (mgr.14403) 23982 : cluster 0 pgmap v17910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:06 smithi135 bash[32435]: cluster 2023-12-08T03:12:04.462599+0000 mgr.a (mgr.14403) 23982 : cluster 0 pgmap v17910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:06.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:12:06.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:06.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:07.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:07.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:07.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:07.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:12:07.405 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:12:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:08 smithi079 bash[28699]: cluster 2023-12-08T03:12:06.463171+0000 mgr.a (mgr.14403) 23983 : cluster 0 pgmap v17911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:08 smithi079 bash[28699]: audit 2023-12-08T03:12:06.881341+0000 mgr.a (mgr.14403) 23984 : audit 0 from='client.472758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:08 smithi194 bash[32038]: cluster 2023-12-08T03:12:06.463171+0000 mgr.a (mgr.14403) 23983 : cluster 0 pgmap v17911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:08 smithi194 bash[32038]: audit 2023-12-08T03:12:06.881341+0000 mgr.a (mgr.14403) 23984 : audit 0 from='client.472758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:08 smithi135 bash[32435]: cluster 2023-12-08T03:12:06.463171+0000 mgr.a (mgr.14403) 23983 : cluster 0 pgmap v17911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:08 smithi135 bash[32435]: audit 2023-12-08T03:12:06.881341+0000 mgr.a (mgr.14403) 23984 : audit 0 from='client.472758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:10 smithi079 bash[28699]: cluster 2023-12-08T03:12:08.463793+0000 mgr.a (mgr.14403) 23985 : cluster 0 pgmap v17912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:10 smithi194 bash[32038]: cluster 2023-12-08T03:12:08.463793+0000 mgr.a (mgr.14403) 23985 : cluster 0 pgmap v17912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:10 smithi135 bash[32435]: cluster 2023-12-08T03:12:08.463793+0000 mgr.a (mgr.14403) 23985 : cluster 0 pgmap v17912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:12 smithi079 bash[28699]: cluster 2023-12-08T03:12:10.464628+0000 mgr.a (mgr.14403) 23986 : cluster 0 pgmap v17913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:12.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:12:12.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:12.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:12 smithi194 bash[32038]: cluster 2023-12-08T03:12:10.464628+0000 mgr.a (mgr.14403) 23986 : cluster 0 pgmap v17913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:12 smithi135 bash[32435]: cluster 2023-12-08T03:12:10.464628+0000 mgr.a (mgr.14403) 23986 : cluster 0 pgmap v17913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:13.316 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:12:13.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:13.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:13.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:13.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:12:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:14 smithi079 bash[28699]: cluster 2023-12-08T03:12:12.465230+0000 mgr.a (mgr.14403) 23987 : cluster 0 pgmap v17914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:14 smithi079 bash[28699]: audit 2023-12-08T03:12:12.813451+0000 mgr.a (mgr.14403) 23988 : audit 0 from='client.472836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:14 smithi194 bash[32038]: cluster 2023-12-08T03:12:12.465230+0000 mgr.a (mgr.14403) 23987 : cluster 0 pgmap v17914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:14 smithi194 bash[32038]: audit 2023-12-08T03:12:12.813451+0000 mgr.a (mgr.14403) 23988 : audit 0 from='client.472836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:14 smithi135 bash[32435]: cluster 2023-12-08T03:12:12.465230+0000 mgr.a (mgr.14403) 23987 : cluster 0 pgmap v17914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:14 smithi135 bash[32435]: audit 2023-12-08T03:12:12.813451+0000 mgr.a (mgr.14403) 23988 : audit 0 from='client.472836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:16 smithi079 bash[28699]: cluster 2023-12-08T03:12:14.466213+0000 mgr.a (mgr.14403) 23989 : cluster 0 pgmap v17915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:16 smithi194 bash[32038]: cluster 2023-12-08T03:12:14.466213+0000 mgr.a (mgr.14403) 23989 : cluster 0 pgmap v17915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:16 smithi135 bash[32435]: cluster 2023-12-08T03:12:14.466213+0000 mgr.a (mgr.14403) 23989 : cluster 0 pgmap v17915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:18.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:12:18.322 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:18.322 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:18 smithi079 bash[28699]: cluster 2023-12-08T03:12:16.466815+0000 mgr.a (mgr.14403) 23990 : cluster 0 pgmap v17916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:18 smithi194 bash[32038]: cluster 2023-12-08T03:12:16.466815+0000 mgr.a (mgr.14403) 23990 : cluster 0 pgmap v17916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:18 smithi135 bash[32435]: cluster 2023-12-08T03:12:16.466815+0000 mgr.a (mgr.14403) 23990 : cluster 0 pgmap v17916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:19.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:19.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:19.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:19.234 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:12:19.234 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:12:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:20 smithi079 bash[28699]: cluster 2023-12-08T03:12:18.467298+0000 mgr.a (mgr.14403) 23991 : cluster 0 pgmap v17917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:20 smithi079 bash[28699]: audit 2023-12-08T03:12:18.719835+0000 mgr.a (mgr.14403) 23992 : audit 0 from='client.472914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:20 smithi194 bash[32038]: cluster 2023-12-08T03:12:18.467298+0000 mgr.a (mgr.14403) 23991 : cluster 0 pgmap v17917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:20 smithi194 bash[32038]: audit 2023-12-08T03:12:18.719835+0000 mgr.a (mgr.14403) 23992 : audit 0 from='client.472914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:20 smithi135 bash[32435]: cluster 2023-12-08T03:12:18.467298+0000 mgr.a (mgr.14403) 23991 : cluster 0 pgmap v17917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:20 smithi135 bash[32435]: audit 2023-12-08T03:12:18.719835+0000 mgr.a (mgr.14403) 23992 : audit 0 from='client.472914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:22 smithi079 bash[28699]: cluster 2023-12-08T03:12:20.468325+0000 mgr.a (mgr.14403) 23993 : cluster 0 pgmap v17918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:22 smithi194 bash[32038]: cluster 2023-12-08T03:12:20.468325+0000 mgr.a (mgr.14403) 23993 : cluster 0 pgmap v17918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:22 smithi135 bash[32435]: cluster 2023-12-08T03:12:20.468325+0000 mgr.a (mgr.14403) 23993 : cluster 0 pgmap v17918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:24.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:12:24.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:24.238 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:24 smithi079 bash[28699]: cluster 2023-12-08T03:12:22.468912+0000 mgr.a (mgr.14403) 23994 : cluster 0 pgmap v17919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:24 smithi194 bash[32038]: cluster 2023-12-08T03:12:22.468912+0000 mgr.a (mgr.14403) 23994 : cluster 0 pgmap v17919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:24 smithi135 bash[32435]: cluster 2023-12-08T03:12:22.468912+0000 mgr.a (mgr.14403) 23994 : cluster 0 pgmap v17919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:25.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:25.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:25.120 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:25.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:12:25.121 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:12:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:26 smithi079 bash[28699]: cluster 2023-12-08T03:12:24.469632+0000 mgr.a (mgr.14403) 23995 : cluster 0 pgmap v17920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:26 smithi079 bash[28699]: audit 2023-12-08T03:12:24.639204+0000 mgr.a (mgr.14403) 23996 : audit 0 from='client.472992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:26 smithi194 bash[32038]: cluster 2023-12-08T03:12:24.469632+0000 mgr.a (mgr.14403) 23995 : cluster 0 pgmap v17920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:26 smithi194 bash[32038]: audit 2023-12-08T03:12:24.639204+0000 mgr.a (mgr.14403) 23996 : audit 0 from='client.472992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:26 smithi135 bash[32435]: cluster 2023-12-08T03:12:24.469632+0000 mgr.a (mgr.14403) 23995 : cluster 0 pgmap v17920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:26 smithi135 bash[32435]: audit 2023-12-08T03:12:24.639204+0000 mgr.a (mgr.14403) 23996 : audit 0 from='client.472992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:28 smithi079 bash[28699]: cluster 2023-12-08T03:12:26.470347+0000 mgr.a (mgr.14403) 23997 : cluster 0 pgmap v17921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:28 smithi194 bash[32038]: cluster 2023-12-08T03:12:26.470347+0000 mgr.a (mgr.14403) 23997 : cluster 0 pgmap v17921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:28 smithi135 bash[32435]: cluster 2023-12-08T03:12:26.470347+0000 mgr.a (mgr.14403) 23997 : cluster 0 pgmap v17921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:30.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:12:30.124 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:30.124 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:30 smithi079 bash[28699]: cluster 2023-12-08T03:12:28.470922+0000 mgr.a (mgr.14403) 23998 : cluster 0 pgmap v17922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:30 smithi194 bash[32038]: cluster 2023-12-08T03:12:28.470922+0000 mgr.a (mgr.14403) 23998 : cluster 0 pgmap v17922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:30 smithi135 bash[32435]: cluster 2023-12-08T03:12:28.470922+0000 mgr.a (mgr.14403) 23998 : cluster 0 pgmap v17922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:31.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:31.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:31.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:31.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:12:31.072 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:12:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:32 smithi079 bash[28699]: cluster 2023-12-08T03:12:30.471744+0000 mgr.a (mgr.14403) 23999 : cluster 0 pgmap v17923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:32 smithi079 bash[28699]: audit 2023-12-08T03:12:30.536913+0000 mgr.a (mgr.14403) 24000 : audit 0 from='client.473070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:32 smithi194 bash[32038]: cluster 2023-12-08T03:12:30.471744+0000 mgr.a (mgr.14403) 23999 : cluster 0 pgmap v17923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:32 smithi194 bash[32038]: audit 2023-12-08T03:12:30.536913+0000 mgr.a (mgr.14403) 24000 : audit 0 from='client.473070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:32 smithi135 bash[32435]: cluster 2023-12-08T03:12:30.471744+0000 mgr.a (mgr.14403) 23999 : cluster 0 pgmap v17923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:32 smithi135 bash[32435]: audit 2023-12-08T03:12:30.536913+0000 mgr.a (mgr.14403) 24000 : audit 0 from='client.473070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:34 smithi079 bash[28699]: cluster 2023-12-08T03:12:32.472412+0000 mgr.a (mgr.14403) 24001 : cluster 0 pgmap v17924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:34 smithi194 bash[32038]: cluster 2023-12-08T03:12:32.472412+0000 mgr.a (mgr.14403) 24001 : cluster 0 pgmap v17924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:34 smithi135 bash[32435]: cluster 2023-12-08T03:12:32.472412+0000 mgr.a (mgr.14403) 24001 : cluster 0 pgmap v17924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:36.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:12:36.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:36.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:36 smithi079 bash[28699]: cluster 2023-12-08T03:12:34.473265+0000 mgr.a (mgr.14403) 24002 : cluster 0 pgmap v17925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:36 smithi079 bash[28699]: audit 2023-12-08T03:12:35.320099+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:12:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:36 smithi079 bash[28699]: audit 2023-12-08T03:12:35.848268+0000 mon.a (mon.0) 3759 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:12:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:36 smithi079 bash[28699]: audit 2023-12-08T03:12:35.855931+0000 mon.a (mon.0) 3760 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:12:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:36 smithi194 bash[32038]: cluster 2023-12-08T03:12:34.473265+0000 mgr.a (mgr.14403) 24002 : cluster 0 pgmap v17925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:36 smithi194 bash[32038]: audit 2023-12-08T03:12:35.320099+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:12:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:36 smithi194 bash[32038]: audit 2023-12-08T03:12:35.848268+0000 mon.a (mon.0) 3759 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:12:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:36 smithi194 bash[32038]: audit 2023-12-08T03:12:35.855931+0000 mon.a (mon.0) 3760 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:12:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:36 smithi135 bash[32435]: cluster 2023-12-08T03:12:34.473265+0000 mgr.a (mgr.14403) 24002 : cluster 0 pgmap v17925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:36 smithi135 bash[32435]: audit 2023-12-08T03:12:35.320099+0000 mon.a (mon.0) 3758 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:12:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:36 smithi135 bash[32435]: audit 2023-12-08T03:12:35.848268+0000 mon.a (mon.0) 3759 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:12:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:36 smithi135 bash[32435]: audit 2023-12-08T03:12:35.855931+0000 mon.a (mon.0) 3760 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:12:36.980 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:12:36.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:36.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:36.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:36.980 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:12:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:37 smithi079 bash[28699]: audit 2023-12-08T03:12:36.584207+0000 mon.a (mon.0) 3761 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:12:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:37 smithi079 bash[28699]: audit 2023-12-08T03:12:36.585939+0000 mon.a (mon.0) 3762 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:12:37.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:37 smithi079 bash[28699]: audit 2023-12-08T03:12:36.594406+0000 mon.a (mon.0) 3763 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:12:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:37 smithi194 bash[32038]: audit 2023-12-08T03:12:36.584207+0000 mon.a (mon.0) 3761 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:12:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:37 smithi194 bash[32038]: audit 2023-12-08T03:12:36.585939+0000 mon.a (mon.0) 3762 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:12:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:37 smithi194 bash[32038]: audit 2023-12-08T03:12:36.594406+0000 mon.a (mon.0) 3763 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:12:37.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:37 smithi135 bash[32435]: audit 2023-12-08T03:12:36.584207+0000 mon.a (mon.0) 3761 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:12:37.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:37 smithi135 bash[32435]: audit 2023-12-08T03:12:36.585939+0000 mon.a (mon.0) 3762 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:12:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:37 smithi135 bash[32435]: audit 2023-12-08T03:12:36.594406+0000 mon.a (mon.0) 3763 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:12:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:38 smithi079 bash[28699]: cluster 2023-12-08T03:12:36.473683+0000 mgr.a (mgr.14403) 24003 : cluster 0 pgmap v17926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:38 smithi079 bash[28699]: audit 2023-12-08T03:12:36.480474+0000 mgr.a (mgr.14403) 24004 : audit 0 from='client.473148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:38 smithi194 bash[32038]: cluster 2023-12-08T03:12:36.473683+0000 mgr.a (mgr.14403) 24003 : cluster 0 pgmap v17926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:38 smithi194 bash[32038]: audit 2023-12-08T03:12:36.480474+0000 mgr.a (mgr.14403) 24004 : audit 0 from='client.473148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:38 smithi135 bash[32435]: cluster 2023-12-08T03:12:36.473683+0000 mgr.a (mgr.14403) 24003 : cluster 0 pgmap v17926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:38.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:38 smithi135 bash[32435]: audit 2023-12-08T03:12:36.480474+0000 mgr.a (mgr.14403) 24004 : audit 0 from='client.473148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:40 smithi079 bash[28699]: cluster 2023-12-08T03:12:38.474370+0000 mgr.a (mgr.14403) 24005 : cluster 0 pgmap v17927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:40 smithi194 bash[32038]: cluster 2023-12-08T03:12:38.474370+0000 mgr.a (mgr.14403) 24005 : cluster 0 pgmap v17927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:40 smithi135 bash[32435]: cluster 2023-12-08T03:12:38.474370+0000 mgr.a (mgr.14403) 24005 : cluster 0 pgmap v17927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:41.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:12:41.982 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:41.983 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:42 smithi079 bash[28699]: cluster 2023-12-08T03:12:40.475171+0000 mgr.a (mgr.14403) 24006 : cluster 0 pgmap v17928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:42 smithi194 bash[32038]: cluster 2023-12-08T03:12:40.475171+0000 mgr.a (mgr.14403) 24006 : cluster 0 pgmap v17928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:42 smithi135 bash[32435]: cluster 2023-12-08T03:12:40.475171+0000 mgr.a (mgr.14403) 24006 : cluster 0 pgmap v17928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:42.909 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:12:42.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:42.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:42.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:42.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:12:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:44 smithi079 bash[28699]: audit 2023-12-08T03:12:42.389982+0000 mgr.a (mgr.14403) 24007 : audit 0 from='client.473226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:44 smithi079 bash[28699]: cluster 2023-12-08T03:12:42.475769+0000 mgr.a (mgr.14403) 24008 : cluster 0 pgmap v17929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:44 smithi194 bash[32038]: audit 2023-12-08T03:12:42.389982+0000 mgr.a (mgr.14403) 24007 : audit 0 from='client.473226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:44 smithi194 bash[32038]: cluster 2023-12-08T03:12:42.475769+0000 mgr.a (mgr.14403) 24008 : cluster 0 pgmap v17929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:44 smithi135 bash[32435]: audit 2023-12-08T03:12:42.389982+0000 mgr.a (mgr.14403) 24007 : audit 0 from='client.473226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:44 smithi135 bash[32435]: cluster 2023-12-08T03:12:42.475769+0000 mgr.a (mgr.14403) 24008 : cluster 0 pgmap v17929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:46 smithi079 bash[28699]: cluster 2023-12-08T03:12:44.476678+0000 mgr.a (mgr.14403) 24009 : cluster 0 pgmap v17930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:46 smithi194 bash[32038]: cluster 2023-12-08T03:12:44.476678+0000 mgr.a (mgr.14403) 24009 : cluster 0 pgmap v17930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:46 smithi135 bash[32435]: cluster 2023-12-08T03:12:44.476678+0000 mgr.a (mgr.14403) 24009 : cluster 0 pgmap v17930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:12:47.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:12:47.911 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:47.912 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:48 smithi079 bash[28699]: cluster 2023-12-08T03:12:46.477296+0000 mgr.a (mgr.14403) 24010 : cluster 0 pgmap v17931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:48 smithi194 bash[32038]: cluster 2023-12-08T03:12:46.477296+0000 mgr.a (mgr.14403) 24010 : cluster 0 pgmap v17931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:48 smithi135 bash[32435]: cluster 2023-12-08T03:12:46.477296+0000 mgr.a (mgr.14403) 24010 : cluster 0 pgmap v17931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:48.829 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:12:48.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:48.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:48.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:48.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:12:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:49 smithi194 bash[32038]: audit 2023-12-08T03:12:48.323751+0000 mgr.a (mgr.14403) 24011 : audit 0 from='client.473304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:49.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:49 smithi135 bash[32435]: audit 2023-12-08T03:12:48.323751+0000 mgr.a (mgr.14403) 24011 : audit 0 from='client.473304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:49 smithi079 bash[28699]: audit 2023-12-08T03:12:48.323751+0000 mgr.a (mgr.14403) 24011 : audit 0 from='client.473304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:50 smithi194 bash[32038]: cluster 2023-12-08T03:12:48.477799+0000 mgr.a (mgr.14403) 24012 : cluster 0 pgmap v17932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:50 smithi135 bash[32435]: cluster 2023-12-08T03:12:48.477799+0000 mgr.a (mgr.14403) 24012 : cluster 0 pgmap v17932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:50 smithi079 bash[28699]: cluster 2023-12-08T03:12:48.477799+0000 mgr.a (mgr.14403) 24012 : cluster 0 pgmap v17932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:52 smithi194 bash[32038]: cluster 2023-12-08T03:12:50.478782+0000 mgr.a (mgr.14403) 24013 : cluster 0 pgmap v17933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:12:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:52 smithi135 bash[32435]: cluster 2023-12-08T03:12:50.478782+0000 mgr.a (mgr.14403) 24013 : cluster 0 pgmap v17933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:12:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:52 smithi079 bash[28699]: cluster 2023-12-08T03:12:50.478782+0000 mgr.a (mgr.14403) 24013 : cluster 0 pgmap v17933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:12:53.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:12:53.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:53.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:12:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:54 smithi194 bash[32038]: cluster 2023-12-08T03:12:52.479372+0000 mgr.a (mgr.14403) 24014 : cluster 0 pgmap v17934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:12:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:54 smithi135 bash[32435]: cluster 2023-12-08T03:12:52.479372+0000 mgr.a (mgr.14403) 24014 : cluster 0 pgmap v17934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:12:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:54 smithi079 bash[28699]: cluster 2023-12-08T03:12:52.479372+0000 mgr.a (mgr.14403) 24014 : cluster 0 pgmap v17934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:12:54.740 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:12:54.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:12:54.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:12:54.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:12:54.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:12:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:55 smithi194 bash[32038]: audit 2023-12-08T03:12:54.240906+0000 mgr.a (mgr.14403) 24015 : audit 0 from='client.473376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:55.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:55 smithi135 bash[32435]: audit 2023-12-08T03:12:54.240906+0000 mgr.a (mgr.14403) 24015 : audit 0 from='client.473376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:55 smithi079 bash[28699]: audit 2023-12-08T03:12:54.240906+0000 mgr.a (mgr.14403) 24015 : audit 0 from='client.473376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:12:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:56 smithi194 bash[32038]: cluster 2023-12-08T03:12:54.480234+0000 mgr.a (mgr.14403) 24016 : cluster 0 pgmap v17935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:56 smithi135 bash[32435]: cluster 2023-12-08T03:12:54.480234+0000 mgr.a (mgr.14403) 24016 : cluster 0 pgmap v17935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:56 smithi079 bash[28699]: cluster 2023-12-08T03:12:54.480234+0000 mgr.a (mgr.14403) 24016 : cluster 0 pgmap v17935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:12:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:12:58 smithi194 bash[32038]: cluster 2023-12-08T03:12:56.480871+0000 mgr.a (mgr.14403) 24017 : cluster 0 pgmap v17936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:12:58 smithi135 bash[32435]: cluster 2023-12-08T03:12:56.480871+0000 mgr.a (mgr.14403) 24017 : cluster 0 pgmap v17936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:12:58 smithi079 bash[28699]: cluster 2023-12-08T03:12:56.480871+0000 mgr.a (mgr.14403) 24017 : cluster 0 pgmap v17936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:12:59.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:12:59.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:12:59.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:00 smithi194 bash[32038]: cluster 2023-12-08T03:12:58.481449+0000 mgr.a (mgr.14403) 24018 : cluster 0 pgmap v17937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:00 smithi135 bash[32435]: cluster 2023-12-08T03:12:58.481449+0000 mgr.a (mgr.14403) 24018 : cluster 0 pgmap v17937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:00 smithi079 bash[28699]: cluster 2023-12-08T03:12:58.481449+0000 mgr.a (mgr.14403) 24018 : cluster 0 pgmap v17937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:00.660 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:13:00.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:00.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:00.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:00.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:13:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:01 smithi194 bash[32038]: audit 2023-12-08T03:13:00.145906+0000 mgr.a (mgr.14403) 24019 : audit 0 from='client.473454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:01.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:01 smithi135 bash[32435]: audit 2023-12-08T03:13:00.145906+0000 mgr.a (mgr.14403) 24019 : audit 0 from='client.473454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:01 smithi079 bash[28699]: audit 2023-12-08T03:13:00.145906+0000 mgr.a (mgr.14403) 24019 : audit 0 from='client.473454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:02 smithi194 bash[32038]: cluster 2023-12-08T03:13:00.482055+0000 mgr.a (mgr.14403) 24020 : cluster 0 pgmap v17938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:02 smithi135 bash[32435]: cluster 2023-12-08T03:13:00.482055+0000 mgr.a (mgr.14403) 24020 : cluster 0 pgmap v17938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:02 smithi079 bash[28699]: cluster 2023-12-08T03:13:00.482055+0000 mgr.a (mgr.14403) 24020 : cluster 0 pgmap v17938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:04 smithi194 bash[32038]: cluster 2023-12-08T03:13:02.482694+0000 mgr.a (mgr.14403) 24021 : cluster 0 pgmap v17939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:13:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:04 smithi135 bash[32435]: cluster 2023-12-08T03:13:02.482694+0000 mgr.a (mgr.14403) 24021 : cluster 0 pgmap v17939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:13:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:04 smithi079 bash[28699]: cluster 2023-12-08T03:13:02.482694+0000 mgr.a (mgr.14403) 24021 : cluster 0 pgmap v17939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:13:05.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:13:05.663 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:05.663 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:06 smithi194 bash[32038]: cluster 2023-12-08T03:13:04.483545+0000 mgr.a (mgr.14403) 24022 : cluster 0 pgmap v17940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:13:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:06 smithi135 bash[32435]: cluster 2023-12-08T03:13:04.483545+0000 mgr.a (mgr.14403) 24022 : cluster 0 pgmap v17940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:13:06.564 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:13:06.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:06.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:06.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:06.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:13:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:06 smithi079 bash[28699]: cluster 2023-12-08T03:13:04.483545+0000 mgr.a (mgr.14403) 24022 : cluster 0 pgmap v17940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:13:07.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:07 smithi135 bash[32435]: audit 2023-12-08T03:13:06.070958+0000 mgr.a (mgr.14403) 24023 : audit 0 from='client.473526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:07 smithi079 bash[28699]: audit 2023-12-08T03:13:06.070958+0000 mgr.a (mgr.14403) 24023 : audit 0 from='client.473526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:07 smithi194 bash[32038]: audit 2023-12-08T03:13:06.070958+0000 mgr.a (mgr.14403) 24023 : audit 0 from='client.473526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:08 smithi079 bash[28699]: cluster 2023-12-08T03:13:06.484025+0000 mgr.a (mgr.14403) 24024 : cluster 0 pgmap v17941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:08 smithi194 bash[32038]: cluster 2023-12-08T03:13:06.484025+0000 mgr.a (mgr.14403) 24024 : cluster 0 pgmap v17941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:08.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:08 smithi135 bash[32435]: cluster 2023-12-08T03:13:06.484025+0000 mgr.a (mgr.14403) 24024 : cluster 0 pgmap v17941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:10 smithi079 bash[28699]: cluster 2023-12-08T03:13:08.484572+0000 mgr.a (mgr.14403) 24025 : cluster 0 pgmap v17942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:10 smithi194 bash[32038]: cluster 2023-12-08T03:13:08.484572+0000 mgr.a (mgr.14403) 24025 : cluster 0 pgmap v17942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:10.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:10 smithi135 bash[32435]: cluster 2023-12-08T03:13:08.484572+0000 mgr.a (mgr.14403) 24025 : cluster 0 pgmap v17942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:11.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:13:11.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:11.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:12.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:12.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:12.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:12.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:13:12.494 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:13:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:12 smithi079 bash[28699]: cluster 2023-12-08T03:13:10.485435+0000 mgr.a (mgr.14403) 24026 : cluster 0 pgmap v17943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:12 smithi194 bash[32038]: cluster 2023-12-08T03:13:10.485435+0000 mgr.a (mgr.14403) 24026 : cluster 0 pgmap v17943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:12 smithi135 bash[32435]: cluster 2023-12-08T03:13:10.485435+0000 mgr.a (mgr.14403) 24026 : cluster 0 pgmap v17943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:13 smithi079 bash[28699]: audit 2023-12-08T03:13:11.972511+0000 mgr.a (mgr.14403) 24027 : audit 0 from='client.473604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:13 smithi194 bash[32038]: audit 2023-12-08T03:13:11.972511+0000 mgr.a (mgr.14403) 24027 : audit 0 from='client.473604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:13 smithi135 bash[32435]: audit 2023-12-08T03:13:11.972511+0000 mgr.a (mgr.14403) 24027 : audit 0 from='client.473604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:14 smithi079 bash[28699]: cluster 2023-12-08T03:13:12.486102+0000 mgr.a (mgr.14403) 24028 : cluster 0 pgmap v17944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:14 smithi194 bash[32038]: cluster 2023-12-08T03:13:12.486102+0000 mgr.a (mgr.14403) 24028 : cluster 0 pgmap v17944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:14.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:14 smithi135 bash[32435]: cluster 2023-12-08T03:13:12.486102+0000 mgr.a (mgr.14403) 24028 : cluster 0 pgmap v17944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:16 smithi079 bash[28699]: cluster 2023-12-08T03:13:14.487003+0000 mgr.a (mgr.14403) 24029 : cluster 0 pgmap v17945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:16 smithi194 bash[32038]: cluster 2023-12-08T03:13:14.487003+0000 mgr.a (mgr.14403) 24029 : cluster 0 pgmap v17945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:16 smithi135 bash[32435]: cluster 2023-12-08T03:13:14.487003+0000 mgr.a (mgr.14403) 24029 : cluster 0 pgmap v17945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:17.495 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:13:17.496 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:17.496 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:18.404 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:13:18.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:18.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:18.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:18.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:13:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:18 smithi079 bash[28699]: cluster 2023-12-08T03:13:16.487508+0000 mgr.a (mgr.14403) 24030 : cluster 0 pgmap v17946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:18 smithi194 bash[32038]: cluster 2023-12-08T03:13:16.487508+0000 mgr.a (mgr.14403) 24030 : cluster 0 pgmap v17946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:18 smithi135 bash[32435]: cluster 2023-12-08T03:13:16.487508+0000 mgr.a (mgr.14403) 24030 : cluster 0 pgmap v17946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:19 smithi079 bash[28699]: audit 2023-12-08T03:13:17.902012+0000 mgr.a (mgr.14403) 24031 : audit 0 from='client.473679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:19 smithi194 bash[32038]: audit 2023-12-08T03:13:17.902012+0000 mgr.a (mgr.14403) 24031 : audit 0 from='client.473679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:19.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:19 smithi135 bash[32435]: audit 2023-12-08T03:13:17.902012+0000 mgr.a (mgr.14403) 24031 : audit 0 from='client.473679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:20 smithi079 bash[28699]: cluster 2023-12-08T03:13:18.488245+0000 mgr.a (mgr.14403) 24032 : cluster 0 pgmap v17947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:20 smithi194 bash[32038]: cluster 2023-12-08T03:13:18.488245+0000 mgr.a (mgr.14403) 24032 : cluster 0 pgmap v17947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:20.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:20 smithi135 bash[32435]: cluster 2023-12-08T03:13:18.488245+0000 mgr.a (mgr.14403) 24032 : cluster 0 pgmap v17947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:22 smithi079 bash[28699]: cluster 2023-12-08T03:13:20.489109+0000 mgr.a (mgr.14403) 24033 : cluster 0 pgmap v17948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:22 smithi194 bash[32038]: cluster 2023-12-08T03:13:20.489109+0000 mgr.a (mgr.14403) 24033 : cluster 0 pgmap v17948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:22.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:22 smithi135 bash[32435]: cluster 2023-12-08T03:13:20.489109+0000 mgr.a (mgr.14403) 24033 : cluster 0 pgmap v17948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:23.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:13:23.407 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:23.407 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:24.308 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:13:24.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:24.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:24.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:24.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:13:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:24 smithi079 bash[28699]: cluster 2023-12-08T03:13:22.489710+0000 mgr.a (mgr.14403) 24034 : cluster 0 pgmap v17949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:24 smithi194 bash[32038]: cluster 2023-12-08T03:13:22.489710+0000 mgr.a (mgr.14403) 24034 : cluster 0 pgmap v17949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:24 smithi135 bash[32435]: cluster 2023-12-08T03:13:22.489710+0000 mgr.a (mgr.14403) 24034 : cluster 0 pgmap v17949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:25 smithi079 bash[28699]: audit 2023-12-08T03:13:23.809206+0000 mgr.a (mgr.14403) 24035 : audit 0 from='client.473757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:25 smithi194 bash[32038]: audit 2023-12-08T03:13:23.809206+0000 mgr.a (mgr.14403) 24035 : audit 0 from='client.473757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:25 smithi135 bash[32435]: audit 2023-12-08T03:13:23.809206+0000 mgr.a (mgr.14403) 24035 : audit 0 from='client.473757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:26 smithi079 bash[28699]: cluster 2023-12-08T03:13:24.490794+0000 mgr.a (mgr.14403) 24036 : cluster 0 pgmap v17950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:26 smithi194 bash[32038]: cluster 2023-12-08T03:13:24.490794+0000 mgr.a (mgr.14403) 24036 : cluster 0 pgmap v17950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:26 smithi135 bash[32435]: cluster 2023-12-08T03:13:24.490794+0000 mgr.a (mgr.14403) 24036 : cluster 0 pgmap v17950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:28 smithi079 bash[28699]: cluster 2023-12-08T03:13:26.491548+0000 mgr.a (mgr.14403) 24037 : cluster 0 pgmap v17951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:28 smithi194 bash[32038]: cluster 2023-12-08T03:13:26.491548+0000 mgr.a (mgr.14403) 24037 : cluster 0 pgmap v17951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:28.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:28 smithi135 bash[32435]: cluster 2023-12-08T03:13:26.491548+0000 mgr.a (mgr.14403) 24037 : cluster 0 pgmap v17951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:29.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:13:29.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:29.311 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:30.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:13:30.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:30.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:30.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:30.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:13:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:30 smithi079 bash[28699]: cluster 2023-12-08T03:13:28.492148+0000 mgr.a (mgr.14403) 24038 : cluster 0 pgmap v17952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:30 smithi194 bash[32038]: cluster 2023-12-08T03:13:28.492148+0000 mgr.a (mgr.14403) 24038 : cluster 0 pgmap v17952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:30.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:30 smithi135 bash[32435]: cluster 2023-12-08T03:13:28.492148+0000 mgr.a (mgr.14403) 24038 : cluster 0 pgmap v17952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:31 smithi079 bash[28699]: audit 2023-12-08T03:13:29.718817+0000 mgr.a (mgr.14403) 24039 : audit 0 from='client.473832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:31.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:31 smithi194 bash[32038]: audit 2023-12-08T03:13:29.718817+0000 mgr.a (mgr.14403) 24039 : audit 0 from='client.473832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:31 smithi135 bash[32435]: audit 2023-12-08T03:13:29.718817+0000 mgr.a (mgr.14403) 24039 : audit 0 from='client.473832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:32 smithi079 bash[28699]: cluster 2023-12-08T03:13:30.493250+0000 mgr.a (mgr.14403) 24040 : cluster 0 pgmap v17953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:32 smithi194 bash[32038]: cluster 2023-12-08T03:13:30.493250+0000 mgr.a (mgr.14403) 24040 : cluster 0 pgmap v17953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:32 smithi135 bash[32435]: cluster 2023-12-08T03:13:30.493250+0000 mgr.a (mgr.14403) 24040 : cluster 0 pgmap v17953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:34 smithi079 bash[28699]: cluster 2023-12-08T03:13:32.493829+0000 mgr.a (mgr.14403) 24041 : cluster 0 pgmap v17954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:34 smithi194 bash[32038]: cluster 2023-12-08T03:13:32.493829+0000 mgr.a (mgr.14403) 24041 : cluster 0 pgmap v17954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:34 smithi135 bash[32435]: cluster 2023-12-08T03:13:32.493829+0000 mgr.a (mgr.14403) 24041 : cluster 0 pgmap v17954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:13:35.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:13:35.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:35.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:36.122 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:13:36.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:36.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:36.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:36.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:13:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:36 smithi079 bash[28699]: cluster 2023-12-08T03:13:34.494583+0000 mgr.a (mgr.14403) 24042 : cluster 0 pgmap v17955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:36 smithi194 bash[32038]: cluster 2023-12-08T03:13:34.494583+0000 mgr.a (mgr.14403) 24042 : cluster 0 pgmap v17955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:36 smithi135 bash[32435]: cluster 2023-12-08T03:13:34.494583+0000 mgr.a (mgr.14403) 24042 : cluster 0 pgmap v17955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:37 smithi079 bash[28699]: audit 2023-12-08T03:13:35.623026+0000 mgr.a (mgr.14403) 24043 : audit 0 from='client.473907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:37 smithi079 bash[28699]: audit 2023-12-08T03:13:36.731282+0000 mon.a (mon.0) 3764 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:13:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:37 smithi079 bash[28699]: audit 2023-12-08T03:13:37.261179+0000 mon.a (mon.0) 3765 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:13:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:37 smithi079 bash[28699]: audit 2023-12-08T03:13:37.267649+0000 mon.a (mon.0) 3766 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:13:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:37 smithi194 bash[32038]: audit 2023-12-08T03:13:35.623026+0000 mgr.a (mgr.14403) 24043 : audit 0 from='client.473907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:37 smithi194 bash[32038]: audit 2023-12-08T03:13:36.731282+0000 mon.a (mon.0) 3764 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:13:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:37 smithi194 bash[32038]: audit 2023-12-08T03:13:37.261179+0000 mon.a (mon.0) 3765 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:13:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:37 smithi194 bash[32038]: audit 2023-12-08T03:13:37.267649+0000 mon.a (mon.0) 3766 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:13:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:37 smithi135 bash[32435]: audit 2023-12-08T03:13:35.623026+0000 mgr.a (mgr.14403) 24043 : audit 0 from='client.473907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:37 smithi135 bash[32435]: audit 2023-12-08T03:13:36.731282+0000 mon.a (mon.0) 3764 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:13:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:37 smithi135 bash[32435]: audit 2023-12-08T03:13:37.261179+0000 mon.a (mon.0) 3765 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:13:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:37 smithi135 bash[32435]: audit 2023-12-08T03:13:37.267649+0000 mon.a (mon.0) 3766 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:13:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:38 smithi079 bash[28699]: cluster 2023-12-08T03:13:36.495294+0000 mgr.a (mgr.14403) 24044 : cluster 0 pgmap v17956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:38 smithi079 bash[28699]: audit 2023-12-08T03:13:38.007264+0000 mon.a (mon.0) 3767 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:13:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:38 smithi079 bash[28699]: audit 2023-12-08T03:13:38.009310+0000 mon.a (mon.0) 3768 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:13:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:38 smithi079 bash[28699]: audit 2023-12-08T03:13:38.019365+0000 mon.a (mon.0) 3769 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:13:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:38 smithi194 bash[32038]: cluster 2023-12-08T03:13:36.495294+0000 mgr.a (mgr.14403) 24044 : cluster 0 pgmap v17956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:38 smithi194 bash[32038]: audit 2023-12-08T03:13:38.007264+0000 mon.a (mon.0) 3767 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:13:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:38 smithi194 bash[32038]: audit 2023-12-08T03:13:38.009310+0000 mon.a (mon.0) 3768 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:13:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:38 smithi194 bash[32038]: audit 2023-12-08T03:13:38.019365+0000 mon.a (mon.0) 3769 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:13:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:38 smithi135 bash[32435]: cluster 2023-12-08T03:13:36.495294+0000 mgr.a (mgr.14403) 24044 : cluster 0 pgmap v17956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:38 smithi135 bash[32435]: audit 2023-12-08T03:13:38.007264+0000 mon.a (mon.0) 3767 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:13:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:38 smithi135 bash[32435]: audit 2023-12-08T03:13:38.009310+0000 mon.a (mon.0) 3768 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:13:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:38 smithi135 bash[32435]: audit 2023-12-08T03:13:38.019365+0000 mon.a (mon.0) 3769 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:13:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:40 smithi079 bash[28699]: cluster 2023-12-08T03:13:38.495810+0000 mgr.a (mgr.14403) 24045 : cluster 0 pgmap v17957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:40 smithi194 bash[32038]: cluster 2023-12-08T03:13:38.495810+0000 mgr.a (mgr.14403) 24045 : cluster 0 pgmap v17957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:40 smithi135 bash[32435]: cluster 2023-12-08T03:13:38.495810+0000 mgr.a (mgr.14403) 24045 : cluster 0 pgmap v17957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:41.124 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:13:41.125 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:41.125 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:42.037 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:13:42.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:42.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:42.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:42.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:13:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:42 smithi079 bash[28699]: cluster 2023-12-08T03:13:40.496642+0000 mgr.a (mgr.14403) 24046 : cluster 0 pgmap v17958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:42 smithi194 bash[32038]: cluster 2023-12-08T03:13:40.496642+0000 mgr.a (mgr.14403) 24046 : cluster 0 pgmap v17958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:42 smithi135 bash[32435]: cluster 2023-12-08T03:13:40.496642+0000 mgr.a (mgr.14403) 24046 : cluster 0 pgmap v17958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:43 smithi079 bash[28699]: audit 2023-12-08T03:13:41.533843+0000 mgr.a (mgr.14403) 24047 : audit 0 from='client.473985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:43 smithi194 bash[32038]: audit 2023-12-08T03:13:41.533843+0000 mgr.a (mgr.14403) 24047 : audit 0 from='client.473985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:43.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:43 smithi135 bash[32435]: audit 2023-12-08T03:13:41.533843+0000 mgr.a (mgr.14403) 24047 : audit 0 from='client.473985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:44 smithi194 bash[32038]: cluster 2023-12-08T03:13:42.497280+0000 mgr.a (mgr.14403) 24048 : cluster 0 pgmap v17959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:44 smithi135 bash[32435]: cluster 2023-12-08T03:13:42.497280+0000 mgr.a (mgr.14403) 24048 : cluster 0 pgmap v17959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:44 smithi079 bash[28699]: cluster 2023-12-08T03:13:42.497280+0000 mgr.a (mgr.14403) 24048 : cluster 0 pgmap v17959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:46 smithi079 bash[28699]: cluster 2023-12-08T03:13:44.498126+0000 mgr.a (mgr.14403) 24049 : cluster 0 pgmap v17960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:46 smithi194 bash[32038]: cluster 2023-12-08T03:13:44.498126+0000 mgr.a (mgr.14403) 24049 : cluster 0 pgmap v17960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:46 smithi135 bash[32435]: cluster 2023-12-08T03:13:44.498126+0000 mgr.a (mgr.14403) 24049 : cluster 0 pgmap v17960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:47.040 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:13:47.041 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:47.041 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:47.938 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:13:47.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:47.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:47.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:47.938 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:13:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:48 smithi079 bash[28699]: cluster 2023-12-08T03:13:46.498681+0000 mgr.a (mgr.14403) 24050 : cluster 0 pgmap v17961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:48 smithi194 bash[32038]: cluster 2023-12-08T03:13:46.498681+0000 mgr.a (mgr.14403) 24050 : cluster 0 pgmap v17961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:48 smithi135 bash[32435]: cluster 2023-12-08T03:13:46.498681+0000 mgr.a (mgr.14403) 24050 : cluster 0 pgmap v17961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:49 smithi079 bash[28699]: audit 2023-12-08T03:13:47.440875+0000 mgr.a (mgr.14403) 24051 : audit 0 from='client.474063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:49 smithi194 bash[32038]: audit 2023-12-08T03:13:47.440875+0000 mgr.a (mgr.14403) 24051 : audit 0 from='client.474063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:49 smithi135 bash[32435]: audit 2023-12-08T03:13:47.440875+0000 mgr.a (mgr.14403) 24051 : audit 0 from='client.474063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:50 smithi079 bash[28699]: cluster 2023-12-08T03:13:48.499392+0000 mgr.a (mgr.14403) 24052 : cluster 0 pgmap v17962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:50 smithi194 bash[32038]: cluster 2023-12-08T03:13:48.499392+0000 mgr.a (mgr.14403) 24052 : cluster 0 pgmap v17962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:50 smithi135 bash[32435]: cluster 2023-12-08T03:13:48.499392+0000 mgr.a (mgr.14403) 24052 : cluster 0 pgmap v17962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:52 smithi079 bash[28699]: cluster 2023-12-08T03:13:50.500279+0000 mgr.a (mgr.14403) 24053 : cluster 0 pgmap v17963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:52 smithi194 bash[32038]: cluster 2023-12-08T03:13:50.500279+0000 mgr.a (mgr.14403) 24053 : cluster 0 pgmap v17963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:52 smithi135 bash[32435]: cluster 2023-12-08T03:13:50.500279+0000 mgr.a (mgr.14403) 24053 : cluster 0 pgmap v17963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:13:52.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:13:52.941 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:52.942 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:53.838 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:13:53.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:53.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:53.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:53.838 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:13:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:54 smithi079 bash[28699]: cluster 2023-12-08T03:13:52.500869+0000 mgr.a (mgr.14403) 24054 : cluster 0 pgmap v17964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:54 smithi079 bash[28699]: audit 2023-12-08T03:13:53.341696+0000 mgr.a (mgr.14403) 24055 : audit 0 from='client.474141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:54 smithi194 bash[32038]: cluster 2023-12-08T03:13:52.500869+0000 mgr.a (mgr.14403) 24054 : cluster 0 pgmap v17964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:54 smithi194 bash[32038]: audit 2023-12-08T03:13:53.341696+0000 mgr.a (mgr.14403) 24055 : audit 0 from='client.474141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:54 smithi135 bash[32435]: cluster 2023-12-08T03:13:52.500869+0000 mgr.a (mgr.14403) 24054 : cluster 0 pgmap v17964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:13:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:54 smithi135 bash[32435]: audit 2023-12-08T03:13:53.341696+0000 mgr.a (mgr.14403) 24055 : audit 0 from='client.474141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:13:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:56 smithi079 bash[28699]: cluster 2023-12-08T03:13:54.501868+0000 mgr.a (mgr.14403) 24056 : cluster 0 pgmap v17965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:13:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:56 smithi194 bash[32038]: cluster 2023-12-08T03:13:54.501868+0000 mgr.a (mgr.14403) 24056 : cluster 0 pgmap v17965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:13:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:56 smithi135 bash[32435]: cluster 2023-12-08T03:13:54.501868+0000 mgr.a (mgr.14403) 24056 : cluster 0 pgmap v17965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:13:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:13:58 smithi079 bash[28699]: cluster 2023-12-08T03:13:56.502559+0000 mgr.a (mgr.14403) 24057 : cluster 0 pgmap v17966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:13:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:13:58 smithi194 bash[32038]: cluster 2023-12-08T03:13:56.502559+0000 mgr.a (mgr.14403) 24057 : cluster 0 pgmap v17966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:13:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:13:58 smithi135 bash[32435]: cluster 2023-12-08T03:13:56.502559+0000 mgr.a (mgr.14403) 24057 : cluster 0 pgmap v17966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:13:58.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:13:58.841 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:13:58.842 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:13:59.766 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:13:59.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:13:59.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:13:59.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:13:59.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:14:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:00 smithi079 bash[28699]: cluster 2023-12-08T03:13:58.503183+0000 mgr.a (mgr.14403) 24058 : cluster 0 pgmap v17967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:14:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:00 smithi079 bash[28699]: audit 2023-12-08T03:13:59.243573+0000 mgr.a (mgr.14403) 24059 : audit 0 from='client.474219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:00 smithi194 bash[32038]: cluster 2023-12-08T03:13:58.503183+0000 mgr.a (mgr.14403) 24058 : cluster 0 pgmap v17967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:14:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:00 smithi194 bash[32038]: audit 2023-12-08T03:13:59.243573+0000 mgr.a (mgr.14403) 24059 : audit 0 from='client.474219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:00 smithi135 bash[32435]: cluster 2023-12-08T03:13:58.503183+0000 mgr.a (mgr.14403) 24058 : cluster 0 pgmap v17967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:14:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:00 smithi135 bash[32435]: audit 2023-12-08T03:13:59.243573+0000 mgr.a (mgr.14403) 24059 : audit 0 from='client.474219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:02 smithi079 bash[28699]: cluster 2023-12-08T03:14:00.504114+0000 mgr.a (mgr.14403) 24060 : cluster 0 pgmap v17968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:02 smithi194 bash[32038]: cluster 2023-12-08T03:14:00.504114+0000 mgr.a (mgr.14403) 24060 : cluster 0 pgmap v17968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:02 smithi135 bash[32435]: cluster 2023-12-08T03:14:00.504114+0000 mgr.a (mgr.14403) 24060 : cluster 0 pgmap v17968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:04 smithi079 bash[28699]: cluster 2023-12-08T03:14:02.504673+0000 mgr.a (mgr.14403) 24061 : cluster 0 pgmap v17969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:04 smithi194 bash[32038]: cluster 2023-12-08T03:14:02.504673+0000 mgr.a (mgr.14403) 24061 : cluster 0 pgmap v17969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:04 smithi135 bash[32435]: cluster 2023-12-08T03:14:02.504673+0000 mgr.a (mgr.14403) 24061 : cluster 0 pgmap v17969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:04.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:14:04.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:04.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:05.676 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:14:05.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:05.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:05.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:05.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:14:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:06 smithi079 bash[28699]: cluster 2023-12-08T03:14:04.505446+0000 mgr.a (mgr.14403) 24062 : cluster 0 pgmap v17970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:06 smithi079 bash[28699]: audit 2023-12-08T03:14:05.180244+0000 mgr.a (mgr.14403) 24063 : audit 0 from='client.474294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:06 smithi194 bash[32038]: cluster 2023-12-08T03:14:04.505446+0000 mgr.a (mgr.14403) 24062 : cluster 0 pgmap v17970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:06 smithi194 bash[32038]: audit 2023-12-08T03:14:05.180244+0000 mgr.a (mgr.14403) 24063 : audit 0 from='client.474294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:06 smithi135 bash[32435]: cluster 2023-12-08T03:14:04.505446+0000 mgr.a (mgr.14403) 24062 : cluster 0 pgmap v17970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:06 smithi135 bash[32435]: audit 2023-12-08T03:14:05.180244+0000 mgr.a (mgr.14403) 24063 : audit 0 from='client.474294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:07 smithi194 bash[32038]: cluster 2023-12-08T03:14:06.506246+0000 mgr.a (mgr.14403) 24064 : cluster 0 pgmap v17971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:14:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:07 smithi135 bash[32435]: cluster 2023-12-08T03:14:06.506246+0000 mgr.a (mgr.14403) 24064 : cluster 0 pgmap v17971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:14:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:07 smithi079 bash[28699]: cluster 2023-12-08T03:14:06.506246+0000 mgr.a (mgr.14403) 24064 : cluster 0 pgmap v17971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:14:09.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:09 smithi079 bash[28699]: cluster 2023-12-08T03:14:08.506933+0000 mgr.a (mgr.14403) 24065 : cluster 0 pgmap v17972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:14:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:09 smithi194 bash[32038]: cluster 2023-12-08T03:14:08.506933+0000 mgr.a (mgr.14403) 24065 : cluster 0 pgmap v17972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:14:09.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:09 smithi135 bash[32435]: cluster 2023-12-08T03:14:08.506933+0000 mgr.a (mgr.14403) 24065 : cluster 0 pgmap v17972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:14:10.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:14:10.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:10.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:11.570 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:14:11.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:11.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:11.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:11.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:14:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:11 smithi079 bash[28699]: cluster 2023-12-08T03:14:10.507851+0000 mgr.a (mgr.14403) 24066 : cluster 0 pgmap v17973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:14:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:11 smithi079 bash[28699]: audit 2023-12-08T03:14:11.082772+0000 mgr.a (mgr.14403) 24067 : audit 0 from='client.474372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:11 smithi194 bash[32038]: cluster 2023-12-08T03:14:10.507851+0000 mgr.a (mgr.14403) 24066 : cluster 0 pgmap v17973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:14:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:11 smithi194 bash[32038]: audit 2023-12-08T03:14:11.082772+0000 mgr.a (mgr.14403) 24067 : audit 0 from='client.474372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:11 smithi135 bash[32435]: cluster 2023-12-08T03:14:10.507851+0000 mgr.a (mgr.14403) 24066 : cluster 0 pgmap v17973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:14:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:11 smithi135 bash[32435]: audit 2023-12-08T03:14:11.082772+0000 mgr.a (mgr.14403) 24067 : audit 0 from='client.474372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:13 smithi079 bash[28699]: cluster 2023-12-08T03:14:12.508526+0000 mgr.a (mgr.14403) 24068 : cluster 0 pgmap v17974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:13 smithi194 bash[32038]: cluster 2023-12-08T03:14:12.508526+0000 mgr.a (mgr.14403) 24068 : cluster 0 pgmap v17974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:13 smithi135 bash[32435]: cluster 2023-12-08T03:14:12.508526+0000 mgr.a (mgr.14403) 24068 : cluster 0 pgmap v17974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:15 smithi079 bash[28699]: cluster 2023-12-08T03:14:14.509291+0000 mgr.a (mgr.14403) 24069 : cluster 0 pgmap v17975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:15 smithi194 bash[32038]: cluster 2023-12-08T03:14:14.509291+0000 mgr.a (mgr.14403) 24069 : cluster 0 pgmap v17975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:15 smithi135 bash[32435]: cluster 2023-12-08T03:14:14.509291+0000 mgr.a (mgr.14403) 24069 : cluster 0 pgmap v17975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:16.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:14:16.573 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:16.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:17.501 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:14:17.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:17.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:17.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:17.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:14:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:17 smithi079 bash[28699]: cluster 2023-12-08T03:14:16.509841+0000 mgr.a (mgr.14403) 24070 : cluster 0 pgmap v17976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:17 smithi079 bash[28699]: audit 2023-12-08T03:14:16.982635+0000 mgr.a (mgr.14403) 24071 : audit 0 from='client.474444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:17 smithi194 bash[32038]: cluster 2023-12-08T03:14:16.509841+0000 mgr.a (mgr.14403) 24070 : cluster 0 pgmap v17976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:17 smithi194 bash[32038]: audit 2023-12-08T03:14:16.982635+0000 mgr.a (mgr.14403) 24071 : audit 0 from='client.474444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:17 smithi135 bash[32435]: cluster 2023-12-08T03:14:16.509841+0000 mgr.a (mgr.14403) 24070 : cluster 0 pgmap v17976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:17 smithi135 bash[32435]: audit 2023-12-08T03:14:16.982635+0000 mgr.a (mgr.14403) 24071 : audit 0 from='client.474444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:19 smithi079 bash[28699]: cluster 2023-12-08T03:14:18.510454+0000 mgr.a (mgr.14403) 24072 : cluster 0 pgmap v17977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:19 smithi194 bash[32038]: cluster 2023-12-08T03:14:18.510454+0000 mgr.a (mgr.14403) 24072 : cluster 0 pgmap v17977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:19 smithi135 bash[32435]: cluster 2023-12-08T03:14:18.510454+0000 mgr.a (mgr.14403) 24072 : cluster 0 pgmap v17977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:21 smithi079 bash[28699]: cluster 2023-12-08T03:14:20.511277+0000 mgr.a (mgr.14403) 24073 : cluster 0 pgmap v17978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:21 smithi194 bash[32038]: cluster 2023-12-08T03:14:20.511277+0000 mgr.a (mgr.14403) 24073 : cluster 0 pgmap v17978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:21 smithi135 bash[32435]: cluster 2023-12-08T03:14:20.511277+0000 mgr.a (mgr.14403) 24073 : cluster 0 pgmap v17978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:22.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:14:22.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:22.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:23.409 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:14:23.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:23.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:23.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:23.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:14:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:23 smithi079 bash[28699]: cluster 2023-12-08T03:14:22.511762+0000 mgr.a (mgr.14403) 24074 : cluster 0 pgmap v17979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:23 smithi079 bash[28699]: audit 2023-12-08T03:14:22.910231+0000 mgr.a (mgr.14403) 24075 : audit 0 from='client.474516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:23 smithi194 bash[32038]: cluster 2023-12-08T03:14:22.511762+0000 mgr.a (mgr.14403) 24074 : cluster 0 pgmap v17979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:23 smithi194 bash[32038]: audit 2023-12-08T03:14:22.910231+0000 mgr.a (mgr.14403) 24075 : audit 0 from='client.474516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:23 smithi135 bash[32435]: cluster 2023-12-08T03:14:22.511762+0000 mgr.a (mgr.14403) 24074 : cluster 0 pgmap v17979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:23 smithi135 bash[32435]: audit 2023-12-08T03:14:22.910231+0000 mgr.a (mgr.14403) 24075 : audit 0 from='client.474516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:26.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:25 smithi079 bash[28699]: cluster 2023-12-08T03:14:24.512574+0000 mgr.a (mgr.14403) 24076 : cluster 0 pgmap v17980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:25 smithi194 bash[32038]: cluster 2023-12-08T03:14:24.512574+0000 mgr.a (mgr.14403) 24076 : cluster 0 pgmap v17980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:25 smithi135 bash[32435]: cluster 2023-12-08T03:14:24.512574+0000 mgr.a (mgr.14403) 24076 : cluster 0 pgmap v17980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:27 smithi079 bash[28699]: cluster 2023-12-08T03:14:26.513139+0000 mgr.a (mgr.14403) 24077 : cluster 0 pgmap v17981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:28.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:27 smithi194 bash[32038]: cluster 2023-12-08T03:14:26.513139+0000 mgr.a (mgr.14403) 24077 : cluster 0 pgmap v17981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:27 smithi135 bash[32435]: cluster 2023-12-08T03:14:26.513139+0000 mgr.a (mgr.14403) 24077 : cluster 0 pgmap v17981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:28.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:14:28.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:28.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:29.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:29.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:29.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:29.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:14:29.323 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:14:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:29 smithi079 bash[28699]: cluster 2023-12-08T03:14:28.513749+0000 mgr.a (mgr.14403) 24078 : cluster 0 pgmap v17982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:29 smithi079 bash[28699]: audit 2023-12-08T03:14:28.818241+0000 mgr.a (mgr.14403) 24079 : audit 0 from='client.474594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:29 smithi194 bash[32038]: cluster 2023-12-08T03:14:28.513749+0000 mgr.a (mgr.14403) 24078 : cluster 0 pgmap v17982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:29 smithi194 bash[32038]: audit 2023-12-08T03:14:28.818241+0000 mgr.a (mgr.14403) 24079 : audit 0 from='client.474594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:29 smithi135 bash[32435]: cluster 2023-12-08T03:14:28.513749+0000 mgr.a (mgr.14403) 24078 : cluster 0 pgmap v17982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:29 smithi135 bash[32435]: audit 2023-12-08T03:14:28.818241+0000 mgr.a (mgr.14403) 24079 : audit 0 from='client.474594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:31 smithi079 bash[28699]: cluster 2023-12-08T03:14:30.514719+0000 mgr.a (mgr.14403) 24080 : cluster 0 pgmap v17983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:31 smithi194 bash[32038]: cluster 2023-12-08T03:14:30.514719+0000 mgr.a (mgr.14403) 24080 : cluster 0 pgmap v17983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:31 smithi135 bash[32435]: cluster 2023-12-08T03:14:30.514719+0000 mgr.a (mgr.14403) 24080 : cluster 0 pgmap v17983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:33 smithi079 bash[28699]: cluster 2023-12-08T03:14:32.515319+0000 mgr.a (mgr.14403) 24081 : cluster 0 pgmap v17984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:33 smithi194 bash[32038]: cluster 2023-12-08T03:14:32.515319+0000 mgr.a (mgr.14403) 24081 : cluster 0 pgmap v17984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:33 smithi135 bash[32435]: cluster 2023-12-08T03:14:32.515319+0000 mgr.a (mgr.14403) 24081 : cluster 0 pgmap v17984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:34.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:14:34.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:34.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:35.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:35.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:35.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:35.219 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:14:35.219 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:14:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:35 smithi079 bash[28699]: cluster 2023-12-08T03:14:34.516021+0000 mgr.a (mgr.14403) 24082 : cluster 0 pgmap v17985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:36.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:35 smithi079 bash[28699]: audit 2023-12-08T03:14:34.722227+0000 mgr.a (mgr.14403) 24083 : audit 0 from='client.474666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:35 smithi194 bash[32038]: cluster 2023-12-08T03:14:34.516021+0000 mgr.a (mgr.14403) 24082 : cluster 0 pgmap v17985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:35 smithi194 bash[32038]: audit 2023-12-08T03:14:34.722227+0000 mgr.a (mgr.14403) 24083 : audit 0 from='client.474666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:35 smithi135 bash[32435]: cluster 2023-12-08T03:14:34.516021+0000 mgr.a (mgr.14403) 24082 : cluster 0 pgmap v17985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:36.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:35 smithi135 bash[32435]: audit 2023-12-08T03:14:34.722227+0000 mgr.a (mgr.14403) 24083 : audit 0 from='client.474666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:37 smithi079 bash[28699]: cluster 2023-12-08T03:14:36.516691+0000 mgr.a (mgr.14403) 24084 : cluster 0 pgmap v17986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:37 smithi194 bash[32038]: cluster 2023-12-08T03:14:36.516691+0000 mgr.a (mgr.14403) 24084 : cluster 0 pgmap v17986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:37 smithi135 bash[32435]: cluster 2023-12-08T03:14:36.516691+0000 mgr.a (mgr.14403) 24084 : cluster 0 pgmap v17986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:38 smithi079 bash[28699]: audit 2023-12-08T03:14:38.123206+0000 mon.a (mon.0) 3770 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:14:39.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:38 smithi079 bash[28699]: audit 2023-12-08T03:14:38.653666+0000 mon.a (mon.0) 3771 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:14:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:38 smithi079 bash[28699]: audit 2023-12-08T03:14:38.664774+0000 mon.a (mon.0) 3772 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:14:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:38 smithi194 bash[32038]: audit 2023-12-08T03:14:38.123206+0000 mon.a (mon.0) 3770 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:14:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:38 smithi194 bash[32038]: audit 2023-12-08T03:14:38.653666+0000 mon.a (mon.0) 3771 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:14:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:38 smithi194 bash[32038]: audit 2023-12-08T03:14:38.664774+0000 mon.a (mon.0) 3772 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:14:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:38 smithi135 bash[32435]: audit 2023-12-08T03:14:38.123206+0000 mon.a (mon.0) 3770 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:14:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:38 smithi135 bash[32435]: audit 2023-12-08T03:14:38.653666+0000 mon.a (mon.0) 3771 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:14:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:38 smithi135 bash[32435]: audit 2023-12-08T03:14:38.664774+0000 mon.a (mon.0) 3772 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:14:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:39 smithi079 bash[28699]: cluster 2023-12-08T03:14:38.517069+0000 mgr.a (mgr.14403) 24085 : cluster 0 pgmap v17987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:39 smithi079 bash[28699]: audit 2023-12-08T03:14:39.372291+0000 mon.a (mon.0) 3773 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:14:40.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:39 smithi079 bash[28699]: audit 2023-12-08T03:14:39.374284+0000 mon.a (mon.0) 3774 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:14:40.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:39 smithi079 bash[28699]: audit 2023-12-08T03:14:39.383928+0000 mon.a (mon.0) 3775 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:14:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:39 smithi194 bash[32038]: cluster 2023-12-08T03:14:38.517069+0000 mgr.a (mgr.14403) 24085 : cluster 0 pgmap v17987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:39 smithi194 bash[32038]: audit 2023-12-08T03:14:39.372291+0000 mon.a (mon.0) 3773 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:14:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:39 smithi194 bash[32038]: audit 2023-12-08T03:14:39.374284+0000 mon.a (mon.0) 3774 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:14:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:39 smithi194 bash[32038]: audit 2023-12-08T03:14:39.383928+0000 mon.a (mon.0) 3775 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:14:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:39 smithi135 bash[32435]: cluster 2023-12-08T03:14:38.517069+0000 mgr.a (mgr.14403) 24085 : cluster 0 pgmap v17987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:14:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:39 smithi135 bash[32435]: audit 2023-12-08T03:14:39.372291+0000 mon.a (mon.0) 3773 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:14:40.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:39 smithi135 bash[32435]: audit 2023-12-08T03:14:39.374284+0000 mon.a (mon.0) 3774 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:14:40.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:39 smithi135 bash[32435]: audit 2023-12-08T03:14:39.383928+0000 mon.a (mon.0) 3775 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:14:40.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:14:40.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:40.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:41.158 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:14:41.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:41.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:41.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:41.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:14:42.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:41 smithi079 bash[28699]: cluster 2023-12-08T03:14:40.517766+0000 mgr.a (mgr.14403) 24086 : cluster 0 pgmap v17988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:42.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:41 smithi079 bash[28699]: audit 2023-12-08T03:14:40.628867+0000 mgr.a (mgr.14403) 24087 : audit 0 from='client.474732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:41 smithi194 bash[32038]: cluster 2023-12-08T03:14:40.517766+0000 mgr.a (mgr.14403) 24086 : cluster 0 pgmap v17988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:41 smithi194 bash[32038]: audit 2023-12-08T03:14:40.628867+0000 mgr.a (mgr.14403) 24087 : audit 0 from='client.474732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:41 smithi135 bash[32435]: cluster 2023-12-08T03:14:40.517766+0000 mgr.a (mgr.14403) 24086 : cluster 0 pgmap v17988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:41 smithi135 bash[32435]: audit 2023-12-08T03:14:40.628867+0000 mgr.a (mgr.14403) 24087 : audit 0 from='client.474732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:43 smithi079 bash[28699]: cluster 2023-12-08T03:14:42.518414+0000 mgr.a (mgr.14403) 24088 : cluster 0 pgmap v17989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:43 smithi194 bash[32038]: cluster 2023-12-08T03:14:42.518414+0000 mgr.a (mgr.14403) 24088 : cluster 0 pgmap v17989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:43 smithi135 bash[32435]: cluster 2023-12-08T03:14:42.518414+0000 mgr.a (mgr.14403) 24088 : cluster 0 pgmap v17989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:45 smithi079 bash[28699]: cluster 2023-12-08T03:14:44.519248+0000 mgr.a (mgr.14403) 24089 : cluster 0 pgmap v17990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:46.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:14:46.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:46.162 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:45 smithi194 bash[32038]: cluster 2023-12-08T03:14:44.519248+0000 mgr.a (mgr.14403) 24089 : cluster 0 pgmap v17990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:46.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:45 smithi135 bash[32435]: cluster 2023-12-08T03:14:44.519248+0000 mgr.a (mgr.14403) 24089 : cluster 0 pgmap v17990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:47.081 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:14:47.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:47.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:47.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:47.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:14:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:47 smithi079 bash[28699]: cluster 2023-12-08T03:14:46.519735+0000 mgr.a (mgr.14403) 24090 : cluster 0 pgmap v17991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:47 smithi079 bash[28699]: audit 2023-12-08T03:14:46.565350+0000 mgr.a (mgr.14403) 24091 : audit 0 from='client.334208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:47 smithi194 bash[32038]: cluster 2023-12-08T03:14:46.519735+0000 mgr.a (mgr.14403) 24090 : cluster 0 pgmap v17991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:47 smithi194 bash[32038]: audit 2023-12-08T03:14:46.565350+0000 mgr.a (mgr.14403) 24091 : audit 0 from='client.334208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:47 smithi135 bash[32435]: cluster 2023-12-08T03:14:46.519735+0000 mgr.a (mgr.14403) 24090 : cluster 0 pgmap v17991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:47 smithi135 bash[32435]: audit 2023-12-08T03:14:46.565350+0000 mgr.a (mgr.14403) 24091 : audit 0 from='client.334208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:49 smithi079 bash[28699]: cluster 2023-12-08T03:14:48.520528+0000 mgr.a (mgr.14403) 24092 : cluster 0 pgmap v17992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:49 smithi194 bash[32038]: cluster 2023-12-08T03:14:48.520528+0000 mgr.a (mgr.14403) 24092 : cluster 0 pgmap v17992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:50.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:49 smithi135 bash[32435]: cluster 2023-12-08T03:14:48.520528+0000 mgr.a (mgr.14403) 24092 : cluster 0 pgmap v17992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:52.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:14:52.084 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:52.084 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:52.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:51 smithi079 bash[28699]: cluster 2023-12-08T03:14:50.521325+0000 mgr.a (mgr.14403) 24093 : cluster 0 pgmap v17993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:51 smithi194 bash[32038]: cluster 2023-12-08T03:14:50.521325+0000 mgr.a (mgr.14403) 24093 : cluster 0 pgmap v17993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:52.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:51 smithi135 bash[32435]: cluster 2023-12-08T03:14:50.521325+0000 mgr.a (mgr.14403) 24093 : cluster 0 pgmap v17993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:53.013 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:14:53.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:53.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:53.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:53.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:14:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:53 smithi079 bash[28699]: audit 2023-12-08T03:14:52.487861+0000 mgr.a (mgr.14403) 24094 : audit 0 from='client.474888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:54.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:53 smithi079 bash[28699]: cluster 2023-12-08T03:14:52.522025+0000 mgr.a (mgr.14403) 24095 : cluster 0 pgmap v17994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:53 smithi194 bash[32038]: audit 2023-12-08T03:14:52.487861+0000 mgr.a (mgr.14403) 24094 : audit 0 from='client.474888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:53 smithi194 bash[32038]: cluster 2023-12-08T03:14:52.522025+0000 mgr.a (mgr.14403) 24095 : cluster 0 pgmap v17994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:53 smithi135 bash[32435]: audit 2023-12-08T03:14:52.487861+0000 mgr.a (mgr.14403) 24094 : audit 0 from='client.474888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:14:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:53 smithi135 bash[32435]: cluster 2023-12-08T03:14:52.522025+0000 mgr.a (mgr.14403) 24095 : cluster 0 pgmap v17994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:56.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:55 smithi079 bash[28699]: cluster 2023-12-08T03:14:54.522858+0000 mgr.a (mgr.14403) 24096 : cluster 0 pgmap v17995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:55 smithi194 bash[32038]: cluster 2023-12-08T03:14:54.522858+0000 mgr.a (mgr.14403) 24096 : cluster 0 pgmap v17995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:56.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:55 smithi135 bash[32435]: cluster 2023-12-08T03:14:54.522858+0000 mgr.a (mgr.14403) 24096 : cluster 0 pgmap v17995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:14:58.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:14:58.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:14:58.016 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:14:58.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:57 smithi079 bash[28699]: cluster 2023-12-08T03:14:56.523567+0000 mgr.a (mgr.14403) 24097 : cluster 0 pgmap v17996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:58.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:57 smithi194 bash[32038]: cluster 2023-12-08T03:14:56.523567+0000 mgr.a (mgr.14403) 24097 : cluster 0 pgmap v17996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:58.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:57 smithi135 bash[32435]: cluster 2023-12-08T03:14:56.523567+0000 mgr.a (mgr.14403) 24097 : cluster 0 pgmap v17996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:14:58.913 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:14:58.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:14:58.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:14:58.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:14:58.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:15:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:59 smithi079 bash[28699]: audit 2023-12-08T03:14:58.419503+0000 mgr.a (mgr.14403) 24098 : audit 0 from='client.474960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:00.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:14:59 smithi079 bash[28699]: cluster 2023-12-08T03:14:58.524195+0000 mgr.a (mgr.14403) 24099 : cluster 0 pgmap v17997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:59 smithi194 bash[32038]: audit 2023-12-08T03:14:58.419503+0000 mgr.a (mgr.14403) 24098 : audit 0 from='client.474960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:00.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:14:59 smithi194 bash[32038]: cluster 2023-12-08T03:14:58.524195+0000 mgr.a (mgr.14403) 24099 : cluster 0 pgmap v17997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:59 smithi135 bash[32435]: audit 2023-12-08T03:14:58.419503+0000 mgr.a (mgr.14403) 24098 : audit 0 from='client.474960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:00.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:14:59 smithi135 bash[32435]: cluster 2023-12-08T03:14:58.524195+0000 mgr.a (mgr.14403) 24099 : cluster 0 pgmap v17997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:01 smithi079 bash[28699]: cluster 2023-12-08T03:15:00.525139+0000 mgr.a (mgr.14403) 24100 : cluster 0 pgmap v17998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:15:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:01 smithi194 bash[32038]: cluster 2023-12-08T03:15:00.525139+0000 mgr.a (mgr.14403) 24100 : cluster 0 pgmap v17998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:15:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:01 smithi135 bash[32435]: cluster 2023-12-08T03:15:00.525139+0000 mgr.a (mgr.14403) 24100 : cluster 0 pgmap v17998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:15:03.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:15:03.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:03.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:03 smithi079 bash[28699]: cluster 2023-12-08T03:15:02.525734+0000 mgr.a (mgr.14403) 24101 : cluster 0 pgmap v17999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:15:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:03 smithi194 bash[32038]: cluster 2023-12-08T03:15:02.525734+0000 mgr.a (mgr.14403) 24101 : cluster 0 pgmap v17999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:15:04.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:03 smithi135 bash[32435]: cluster 2023-12-08T03:15:02.525734+0000 mgr.a (mgr.14403) 24101 : cluster 0 pgmap v17999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:15:04.825 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:15:04.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:04.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:04.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:04.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:15:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:04 smithi079 bash[28699]: audit 2023-12-08T03:15:04.315195+0000 mgr.a (mgr.14403) 24102 : audit 0 from='client.475038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:04 smithi194 bash[32038]: audit 2023-12-08T03:15:04.315195+0000 mgr.a (mgr.14403) 24102 : audit 0 from='client.475038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:04 smithi135 bash[32435]: audit 2023-12-08T03:15:04.315195+0000 mgr.a (mgr.14403) 24102 : audit 0 from='client.475038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:05 smithi079 bash[28699]: cluster 2023-12-08T03:15:04.527026+0000 mgr.a (mgr.14403) 24103 : cluster 0 pgmap v18000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:05 smithi194 bash[32038]: cluster 2023-12-08T03:15:04.527026+0000 mgr.a (mgr.14403) 24103 : cluster 0 pgmap v18000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:05 smithi135 bash[32435]: cluster 2023-12-08T03:15:04.527026+0000 mgr.a (mgr.14403) 24103 : cluster 0 pgmap v18000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:07 smithi079 bash[28699]: cluster 2023-12-08T03:15:06.527766+0000 mgr.a (mgr.14403) 24104 : cluster 0 pgmap v18001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:07 smithi194 bash[32038]: cluster 2023-12-08T03:15:06.527766+0000 mgr.a (mgr.14403) 24104 : cluster 0 pgmap v18001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:07 smithi135 bash[32435]: cluster 2023-12-08T03:15:06.527766+0000 mgr.a (mgr.14403) 24104 : cluster 0 pgmap v18001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:09.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:15:09.827 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:09.828 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:09 smithi079 bash[28699]: cluster 2023-12-08T03:15:08.528549+0000 mgr.a (mgr.14403) 24105 : cluster 0 pgmap v18002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:15:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:09 smithi194 bash[32038]: cluster 2023-12-08T03:15:08.528549+0000 mgr.a (mgr.14403) 24105 : cluster 0 pgmap v18002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:15:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:09 smithi135 bash[32435]: cluster 2023-12-08T03:15:08.528549+0000 mgr.a (mgr.14403) 24105 : cluster 0 pgmap v18002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:15:10.753 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:15:10.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:10.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:10.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:10.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:15:11.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:10 smithi079 bash[28699]: audit 2023-12-08T03:15:10.228052+0000 mgr.a (mgr.14403) 24106 : audit 0 from='client.475116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:11.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:10 smithi194 bash[32038]: audit 2023-12-08T03:15:10.228052+0000 mgr.a (mgr.14403) 24106 : audit 0 from='client.475116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:11.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:10 smithi135 bash[32435]: audit 2023-12-08T03:15:10.228052+0000 mgr.a (mgr.14403) 24106 : audit 0 from='client.475116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:11 smithi079 bash[28699]: cluster 2023-12-08T03:15:10.529337+0000 mgr.a (mgr.14403) 24107 : cluster 0 pgmap v18003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:11 smithi194 bash[32038]: cluster 2023-12-08T03:15:10.529337+0000 mgr.a (mgr.14403) 24107 : cluster 0 pgmap v18003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:11 smithi135 bash[32435]: cluster 2023-12-08T03:15:10.529337+0000 mgr.a (mgr.14403) 24107 : cluster 0 pgmap v18003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:13 smithi079 bash[28699]: cluster 2023-12-08T03:15:12.529921+0000 mgr.a (mgr.14403) 24108 : cluster 0 pgmap v18004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:15:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:13 smithi194 bash[32038]: cluster 2023-12-08T03:15:12.529921+0000 mgr.a (mgr.14403) 24108 : cluster 0 pgmap v18004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:15:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:13 smithi135 bash[32435]: cluster 2023-12-08T03:15:12.529921+0000 mgr.a (mgr.14403) 24108 : cluster 0 pgmap v18004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:15:15.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:15:15.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:15.757 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:15 smithi194 bash[32038]: cluster 2023-12-08T03:15:14.530730+0000 mgr.a (mgr.14403) 24109 : cluster 0 pgmap v18005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:15:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:15 smithi135 bash[32435]: cluster 2023-12-08T03:15:14.530730+0000 mgr.a (mgr.14403) 24109 : cluster 0 pgmap v18005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:15:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:15 smithi079 bash[28699]: cluster 2023-12-08T03:15:14.530730+0000 mgr.a (mgr.14403) 24109 : cluster 0 pgmap v18005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:15:16.659 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:15:16.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:16.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:16.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:16.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:15:17.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:16 smithi194 bash[32038]: audit 2023-12-08T03:15:16.154781+0000 mgr.a (mgr.14403) 24110 : audit 0 from='client.475188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:17.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:16 smithi135 bash[32435]: audit 2023-12-08T03:15:16.154781+0000 mgr.a (mgr.14403) 24110 : audit 0 from='client.475188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:17.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:16 smithi079 bash[28699]: audit 2023-12-08T03:15:16.154781+0000 mgr.a (mgr.14403) 24110 : audit 0 from='client.475188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:17 smithi194 bash[32038]: cluster 2023-12-08T03:15:16.531985+0000 mgr.a (mgr.14403) 24111 : cluster 0 pgmap v18006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:17 smithi135 bash[32435]: cluster 2023-12-08T03:15:16.531985+0000 mgr.a (mgr.14403) 24111 : cluster 0 pgmap v18006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:17 smithi079 bash[28699]: cluster 2023-12-08T03:15:16.531985+0000 mgr.a (mgr.14403) 24111 : cluster 0 pgmap v18006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:19 smithi194 bash[32038]: cluster 2023-12-08T03:15:18.533136+0000 mgr.a (mgr.14403) 24112 : cluster 0 pgmap v18007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:19 smithi135 bash[32435]: cluster 2023-12-08T03:15:18.533136+0000 mgr.a (mgr.14403) 24112 : cluster 0 pgmap v18007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:19 smithi079 bash[28699]: cluster 2023-12-08T03:15:18.533136+0000 mgr.a (mgr.14403) 24112 : cluster 0 pgmap v18007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:21.661 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:15:21.661 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:21.662 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:21 smithi194 bash[32038]: cluster 2023-12-08T03:15:20.533829+0000 mgr.a (mgr.14403) 24113 : cluster 0 pgmap v18008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:21 smithi135 bash[32435]: cluster 2023-12-08T03:15:20.533829+0000 mgr.a (mgr.14403) 24113 : cluster 0 pgmap v18008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:21 smithi079 bash[28699]: cluster 2023-12-08T03:15:20.533829+0000 mgr.a (mgr.14403) 24113 : cluster 0 pgmap v18008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:22.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:22.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:22.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:22.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:15:22.573 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:15:23.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:22 smithi194 bash[32038]: audit 2023-12-08T03:15:22.065305+0000 mgr.a (mgr.14403) 24114 : audit 0 from='client.475260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:23.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:22 smithi135 bash[32435]: audit 2023-12-08T03:15:22.065305+0000 mgr.a (mgr.14403) 24114 : audit 0 from='client.475260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:22 smithi079 bash[28699]: audit 2023-12-08T03:15:22.065305+0000 mgr.a (mgr.14403) 24114 : audit 0 from='client.475260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:23 smithi194 bash[32038]: cluster 2023-12-08T03:15:22.534408+0000 mgr.a (mgr.14403) 24115 : cluster 0 pgmap v18009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:23 smithi135 bash[32435]: cluster 2023-12-08T03:15:22.534408+0000 mgr.a (mgr.14403) 24115 : cluster 0 pgmap v18009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:23 smithi079 bash[28699]: cluster 2023-12-08T03:15:22.534408+0000 mgr.a (mgr.14403) 24115 : cluster 0 pgmap v18009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:25 smithi194 bash[32038]: cluster 2023-12-08T03:15:24.535235+0000 mgr.a (mgr.14403) 24116 : cluster 0 pgmap v18010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:25 smithi135 bash[32435]: cluster 2023-12-08T03:15:24.535235+0000 mgr.a (mgr.14403) 24116 : cluster 0 pgmap v18010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:25 smithi079 bash[28699]: cluster 2023-12-08T03:15:24.535235+0000 mgr.a (mgr.14403) 24116 : cluster 0 pgmap v18010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:27.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:15:27.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:27.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:27 smithi194 bash[32038]: cluster 2023-12-08T03:15:26.535936+0000 mgr.a (mgr.14403) 24117 : cluster 0 pgmap v18011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:27 smithi135 bash[32435]: cluster 2023-12-08T03:15:26.535936+0000 mgr.a (mgr.14403) 24117 : cluster 0 pgmap v18011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:27 smithi079 bash[28699]: cluster 2023-12-08T03:15:26.535936+0000 mgr.a (mgr.14403) 24117 : cluster 0 pgmap v18011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:28.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:28.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:28.462 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:15:28.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:28.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:15:29.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:28 smithi194 bash[32038]: audit 2023-12-08T03:15:27.974634+0000 mgr.a (mgr.14403) 24118 : audit 0 from='client.475338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:29.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:28 smithi135 bash[32435]: audit 2023-12-08T03:15:27.974634+0000 mgr.a (mgr.14403) 24118 : audit 0 from='client.475338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:29.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:28 smithi079 bash[28699]: audit 2023-12-08T03:15:27.974634+0000 mgr.a (mgr.14403) 24118 : audit 0 from='client.475338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:29 smithi194 bash[32038]: cluster 2023-12-08T03:15:28.536826+0000 mgr.a (mgr.14403) 24119 : cluster 0 pgmap v18012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:29 smithi135 bash[32435]: cluster 2023-12-08T03:15:28.536826+0000 mgr.a (mgr.14403) 24119 : cluster 0 pgmap v18012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:29 smithi079 bash[28699]: cluster 2023-12-08T03:15:28.536826+0000 mgr.a (mgr.14403) 24119 : cluster 0 pgmap v18012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:32.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:31 smithi135 bash[32435]: cluster 2023-12-08T03:15:30.537532+0000 mgr.a (mgr.14403) 24120 : cluster 0 pgmap v18013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:31 smithi079 bash[28699]: cluster 2023-12-08T03:15:30.537532+0000 mgr.a (mgr.14403) 24120 : cluster 0 pgmap v18013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:31 smithi194 bash[32038]: cluster 2023-12-08T03:15:30.537532+0000 mgr.a (mgr.14403) 24120 : cluster 0 pgmap v18013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:33.465 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:15:33.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:33.466 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:34.346 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:15:34.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:34.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:34.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:34.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:15:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:33 smithi079 bash[28699]: cluster 2023-12-08T03:15:32.538101+0000 mgr.a (mgr.14403) 24121 : cluster 0 pgmap v18014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:33 smithi194 bash[32038]: cluster 2023-12-08T03:15:32.538101+0000 mgr.a (mgr.14403) 24121 : cluster 0 pgmap v18014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:33 smithi135 bash[32435]: cluster 2023-12-08T03:15:32.538101+0000 mgr.a (mgr.14403) 24121 : cluster 0 pgmap v18014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:34 smithi079 bash[28699]: audit 2023-12-08T03:15:33.861763+0000 mgr.a (mgr.14403) 24122 : audit 0 from='client.475416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:34 smithi194 bash[32038]: audit 2023-12-08T03:15:33.861763+0000 mgr.a (mgr.14403) 24122 : audit 0 from='client.475416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:35.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:34 smithi135 bash[32435]: audit 2023-12-08T03:15:33.861763+0000 mgr.a (mgr.14403) 24122 : audit 0 from='client.475416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:35 smithi079 bash[28699]: cluster 2023-12-08T03:15:34.539218+0000 mgr.a (mgr.14403) 24123 : cluster 0 pgmap v18015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:35 smithi194 bash[32038]: cluster 2023-12-08T03:15:34.539218+0000 mgr.a (mgr.14403) 24123 : cluster 0 pgmap v18015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:35 smithi135 bash[32435]: cluster 2023-12-08T03:15:34.539218+0000 mgr.a (mgr.14403) 24123 : cluster 0 pgmap v18015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:37 smithi079 bash[28699]: cluster 2023-12-08T03:15:36.539753+0000 mgr.a (mgr.14403) 24124 : cluster 0 pgmap v18016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:37 smithi194 bash[32038]: cluster 2023-12-08T03:15:36.539753+0000 mgr.a (mgr.14403) 24124 : cluster 0 pgmap v18016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:37 smithi135 bash[32435]: cluster 2023-12-08T03:15:36.539753+0000 mgr.a (mgr.14403) 24124 : cluster 0 pgmap v18016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:39.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:15:39.349 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:39.349 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:40.302 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:15:40.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:40.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:40.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:40.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:15:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:39 smithi079 bash[28699]: cluster 2023-12-08T03:15:38.540372+0000 mgr.a (mgr.14403) 24125 : cluster 0 pgmap v18017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:15:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:39 smithi079 bash[28699]: audit 2023-12-08T03:15:39.489440+0000 mon.a (mon.0) 3776 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:15:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:39 smithi194 bash[32038]: cluster 2023-12-08T03:15:38.540372+0000 mgr.a (mgr.14403) 24125 : cluster 0 pgmap v18017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:15:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:39 smithi194 bash[32038]: audit 2023-12-08T03:15:39.489440+0000 mon.a (mon.0) 3776 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:15:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:39 smithi135 bash[32435]: cluster 2023-12-08T03:15:38.540372+0000 mgr.a (mgr.14403) 24125 : cluster 0 pgmap v18017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:15:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:39 smithi135 bash[32435]: audit 2023-12-08T03:15:39.489440+0000 mon.a (mon.0) 3776 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:15:41.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:40 smithi079 bash[28699]: audit 2023-12-08T03:15:39.760239+0000 mgr.a (mgr.14403) 24126 : audit 0 from='client.475494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:41.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:40 smithi079 bash[28699]: audit 2023-12-08T03:15:40.327455+0000 mon.a (mon.0) 3777 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:15:41.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:40 smithi079 bash[28699]: audit 2023-12-08T03:15:40.329477+0000 mon.a (mon.0) 3778 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:15:41.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:40 smithi079 bash[28699]: audit 2023-12-08T03:15:40.338182+0000 mon.a (mon.0) 3779 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:15:41.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:40 smithi194 bash[32038]: audit 2023-12-08T03:15:39.760239+0000 mgr.a (mgr.14403) 24126 : audit 0 from='client.475494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:41.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:40 smithi194 bash[32038]: audit 2023-12-08T03:15:40.327455+0000 mon.a (mon.0) 3777 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:15:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:40 smithi194 bash[32038]: audit 2023-12-08T03:15:40.329477+0000 mon.a (mon.0) 3778 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:15:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:40 smithi194 bash[32038]: audit 2023-12-08T03:15:40.338182+0000 mon.a (mon.0) 3779 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:15:41.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:40 smithi135 bash[32435]: audit 2023-12-08T03:15:39.760239+0000 mgr.a (mgr.14403) 24126 : audit 0 from='client.475494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:40 smithi135 bash[32435]: audit 2023-12-08T03:15:40.327455+0000 mon.a (mon.0) 3777 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:15:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:40 smithi135 bash[32435]: audit 2023-12-08T03:15:40.329477+0000 mon.a (mon.0) 3778 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:15:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:40 smithi135 bash[32435]: audit 2023-12-08T03:15:40.338182+0000 mon.a (mon.0) 3779 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:15:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:42 smithi079 bash[28699]: cluster 2023-12-08T03:15:40.541310+0000 mgr.a (mgr.14403) 24127 : cluster 0 pgmap v18018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:15:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:42 smithi194 bash[32038]: cluster 2023-12-08T03:15:40.541310+0000 mgr.a (mgr.14403) 24127 : cluster 0 pgmap v18018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:15:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:42 smithi135 bash[32435]: cluster 2023-12-08T03:15:40.541310+0000 mgr.a (mgr.14403) 24127 : cluster 0 pgmap v18018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:15:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:44 smithi079 bash[28699]: cluster 2023-12-08T03:15:42.542067+0000 mgr.a (mgr.14403) 24128 : cluster 0 pgmap v18019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:44 smithi194 bash[32038]: cluster 2023-12-08T03:15:42.542067+0000 mgr.a (mgr.14403) 24128 : cluster 0 pgmap v18019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:44.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:44 smithi135 bash[32435]: cluster 2023-12-08T03:15:42.542067+0000 mgr.a (mgr.14403) 24128 : cluster 0 pgmap v18019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:15:45.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:15:45.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:45.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:46.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:15:46.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:46.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:46.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:46.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:15:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:46 smithi079 bash[28699]: cluster 2023-12-08T03:15:44.542915+0000 mgr.a (mgr.14403) 24129 : cluster 0 pgmap v18020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:46 smithi194 bash[32038]: cluster 2023-12-08T03:15:44.542915+0000 mgr.a (mgr.14403) 24129 : cluster 0 pgmap v18020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:46 smithi135 bash[32435]: cluster 2023-12-08T03:15:44.542915+0000 mgr.a (mgr.14403) 24129 : cluster 0 pgmap v18020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:47 smithi079 bash[28699]: audit 2023-12-08T03:15:45.712088+0000 mgr.a (mgr.14403) 24130 : audit 0 from='client.475566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:47.702 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:47 smithi194 bash[32038]: audit 2023-12-08T03:15:45.712088+0000 mgr.a (mgr.14403) 24130 : audit 0 from='client.475566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:47.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:47 smithi135 bash[32435]: audit 2023-12-08T03:15:45.712088+0000 mgr.a (mgr.14403) 24130 : audit 0 from='client.475566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:48 smithi079 bash[28699]: cluster 2023-12-08T03:15:46.543668+0000 mgr.a (mgr.14403) 24131 : cluster 0 pgmap v18021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:48 smithi194 bash[32038]: cluster 2023-12-08T03:15:46.543668+0000 mgr.a (mgr.14403) 24131 : cluster 0 pgmap v18021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:48 smithi135 bash[32435]: cluster 2023-12-08T03:15:46.543668+0000 mgr.a (mgr.14403) 24131 : cluster 0 pgmap v18021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:50 smithi079 bash[28699]: cluster 2023-12-08T03:15:48.544431+0000 mgr.a (mgr.14403) 24132 : cluster 0 pgmap v18022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:50 smithi194 bash[32038]: cluster 2023-12-08T03:15:48.544431+0000 mgr.a (mgr.14403) 24132 : cluster 0 pgmap v18022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:50 smithi135 bash[32435]: cluster 2023-12-08T03:15:48.544431+0000 mgr.a (mgr.14403) 24132 : cluster 0 pgmap v18022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:51.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:15:51.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:51.222 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:52.141 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:15:52.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:52.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:52.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:52.141 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:15:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:52 smithi079 bash[28699]: cluster 2023-12-08T03:15:50.545106+0000 mgr.a (mgr.14403) 24133 : cluster 0 pgmap v18023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:52 smithi194 bash[32038]: cluster 2023-12-08T03:15:50.545106+0000 mgr.a (mgr.14403) 24133 : cluster 0 pgmap v18023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:52 smithi135 bash[32435]: cluster 2023-12-08T03:15:50.545106+0000 mgr.a (mgr.14403) 24133 : cluster 0 pgmap v18023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:15:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:53 smithi079 bash[28699]: audit 2023-12-08T03:15:51.626783+0000 mgr.a (mgr.14403) 24134 : audit 0 from='client.475644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:53 smithi194 bash[32038]: audit 2023-12-08T03:15:51.626783+0000 mgr.a (mgr.14403) 24134 : audit 0 from='client.475644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:53.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:53 smithi135 bash[32435]: audit 2023-12-08T03:15:51.626783+0000 mgr.a (mgr.14403) 24134 : audit 0 from='client.475644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:54 smithi079 bash[28699]: cluster 2023-12-08T03:15:52.545852+0000 mgr.a (mgr.14403) 24135 : cluster 0 pgmap v18024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:54 smithi194 bash[32038]: cluster 2023-12-08T03:15:52.545852+0000 mgr.a (mgr.14403) 24135 : cluster 0 pgmap v18024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:54 smithi135 bash[32435]: cluster 2023-12-08T03:15:52.545852+0000 mgr.a (mgr.14403) 24135 : cluster 0 pgmap v18024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:56 smithi079 bash[28699]: cluster 2023-12-08T03:15:54.546697+0000 mgr.a (mgr.14403) 24136 : cluster 0 pgmap v18025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:56 smithi194 bash[32038]: cluster 2023-12-08T03:15:54.546697+0000 mgr.a (mgr.14403) 24136 : cluster 0 pgmap v18025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:56 smithi135 bash[32435]: cluster 2023-12-08T03:15:54.546697+0000 mgr.a (mgr.14403) 24136 : cluster 0 pgmap v18025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:15:57.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:15:57.144 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:15:57.144 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:15:58.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:15:58.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:15:58.047 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:15:58.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:15:58.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:15:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:58 smithi079 bash[28699]: cluster 2023-12-08T03:15:56.547323+0000 mgr.a (mgr.14403) 24137 : cluster 0 pgmap v18026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:58 smithi194 bash[32038]: cluster 2023-12-08T03:15:56.547323+0000 mgr.a (mgr.14403) 24137 : cluster 0 pgmap v18026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:58 smithi135 bash[32435]: cluster 2023-12-08T03:15:56.547323+0000 mgr.a (mgr.14403) 24137 : cluster 0 pgmap v18026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:15:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:15:59 smithi194 bash[32038]: audit 2023-12-08T03:15:57.539522+0000 mgr.a (mgr.14403) 24138 : audit 0 from='client.475722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:15:59 smithi135 bash[32435]: audit 2023-12-08T03:15:57.539522+0000 mgr.a (mgr.14403) 24138 : audit 0 from='client.475722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:15:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:15:59 smithi079 bash[28699]: audit 2023-12-08T03:15:57.539522+0000 mgr.a (mgr.14403) 24138 : audit 0 from='client.475722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:00 smithi194 bash[32038]: cluster 2023-12-08T03:15:58.548188+0000 mgr.a (mgr.14403) 24139 : cluster 0 pgmap v18027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:16:00.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:00 smithi135 bash[32435]: cluster 2023-12-08T03:15:58.548188+0000 mgr.a (mgr.14403) 24139 : cluster 0 pgmap v18027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:16:00.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:00 smithi079 bash[28699]: cluster 2023-12-08T03:15:58.548188+0000 mgr.a (mgr.14403) 24139 : cluster 0 pgmap v18027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:16:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:01 smithi079 bash[28699]: cluster 2023-12-08T03:16:00.548860+0000 mgr.a (mgr.14403) 24140 : cluster 0 pgmap v18028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:16:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:01 smithi194 bash[32038]: cluster 2023-12-08T03:16:00.548860+0000 mgr.a (mgr.14403) 24140 : cluster 0 pgmap v18028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:16:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:01 smithi135 bash[32435]: cluster 2023-12-08T03:16:00.548860+0000 mgr.a (mgr.14403) 24140 : cluster 0 pgmap v18028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:16:03.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:16:03.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:03.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:03.958 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:16:03.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:03.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:03.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:03.959 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:16:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:03 smithi079 bash[28699]: cluster 2023-12-08T03:16:02.549427+0000 mgr.a (mgr.14403) 24141 : cluster 0 pgmap v18029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:03 smithi194 bash[32038]: cluster 2023-12-08T03:16:02.549427+0000 mgr.a (mgr.14403) 24141 : cluster 0 pgmap v18029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:03 smithi135 bash[32435]: cluster 2023-12-08T03:16:02.549427+0000 mgr.a (mgr.14403) 24141 : cluster 0 pgmap v18029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:05.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:04 smithi079 bash[28699]: audit 2023-12-08T03:16:03.451853+0000 mgr.a (mgr.14403) 24142 : audit 0 from='client.475797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:04 smithi194 bash[32038]: audit 2023-12-08T03:16:03.451853+0000 mgr.a (mgr.14403) 24142 : audit 0 from='client.475797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:05.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:04 smithi135 bash[32435]: audit 2023-12-08T03:16:03.451853+0000 mgr.a (mgr.14403) 24142 : audit 0 from='client.475797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:05 smithi079 bash[28699]: cluster 2023-12-08T03:16:04.550628+0000 mgr.a (mgr.14403) 24143 : cluster 0 pgmap v18030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:16:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:05 smithi194 bash[32038]: cluster 2023-12-08T03:16:04.550628+0000 mgr.a (mgr.14403) 24143 : cluster 0 pgmap v18030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:16:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:05 smithi135 bash[32435]: cluster 2023-12-08T03:16:04.550628+0000 mgr.a (mgr.14403) 24143 : cluster 0 pgmap v18030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:16:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:07 smithi079 bash[28699]: cluster 2023-12-08T03:16:06.551223+0000 mgr.a (mgr.14403) 24144 : cluster 0 pgmap v18031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:16:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:07 smithi194 bash[32038]: cluster 2023-12-08T03:16:06.551223+0000 mgr.a (mgr.14403) 24144 : cluster 0 pgmap v18031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:16:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:07 smithi135 bash[32435]: cluster 2023-12-08T03:16:06.551223+0000 mgr.a (mgr.14403) 24144 : cluster 0 pgmap v18031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:16:08.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:16:08.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:08.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:09.861 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:16:09.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:09.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:09.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:09.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:16:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:09 smithi079 bash[28699]: cluster 2023-12-08T03:16:08.551844+0000 mgr.a (mgr.14403) 24145 : cluster 0 pgmap v18032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:16:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:09 smithi079 bash[28699]: audit 2023-12-08T03:16:09.365585+0000 mgr.a (mgr.14403) 24146 : audit 0 from='client.475875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:09 smithi194 bash[32038]: cluster 2023-12-08T03:16:08.551844+0000 mgr.a (mgr.14403) 24145 : cluster 0 pgmap v18032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:16:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:09 smithi194 bash[32038]: audit 2023-12-08T03:16:09.365585+0000 mgr.a (mgr.14403) 24146 : audit 0 from='client.475875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:10.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:09 smithi135 bash[32435]: cluster 2023-12-08T03:16:08.551844+0000 mgr.a (mgr.14403) 24145 : cluster 0 pgmap v18032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:16:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:09 smithi135 bash[32435]: audit 2023-12-08T03:16:09.365585+0000 mgr.a (mgr.14403) 24146 : audit 0 from='client.475875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:11 smithi079 bash[28699]: cluster 2023-12-08T03:16:10.552673+0000 mgr.a (mgr.14403) 24147 : cluster 0 pgmap v18033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:16:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:11 smithi194 bash[32038]: cluster 2023-12-08T03:16:10.552673+0000 mgr.a (mgr.14403) 24147 : cluster 0 pgmap v18033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:16:12.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:11 smithi135 bash[32435]: cluster 2023-12-08T03:16:10.552673+0000 mgr.a (mgr.14403) 24147 : cluster 0 pgmap v18033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:16:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:13 smithi079 bash[28699]: cluster 2023-12-08T03:16:12.553263+0000 mgr.a (mgr.14403) 24148 : cluster 0 pgmap v18034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:14.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:13 smithi194 bash[32038]: cluster 2023-12-08T03:16:12.553263+0000 mgr.a (mgr.14403) 24148 : cluster 0 pgmap v18034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:13 smithi135 bash[32435]: cluster 2023-12-08T03:16:12.553263+0000 mgr.a (mgr.14403) 24148 : cluster 0 pgmap v18034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:14.864 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:16:14.865 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:14.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:15.782 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:16:15.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:15.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:15.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:15.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:16:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:15 smithi079 bash[28699]: cluster 2023-12-08T03:16:14.554069+0000 mgr.a (mgr.14403) 24149 : cluster 0 pgmap v18035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:15 smithi079 bash[28699]: audit 2023-12-08T03:16:15.266220+0000 mgr.a (mgr.14403) 24150 : audit 0 from='client.475947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:15 smithi194 bash[32038]: cluster 2023-12-08T03:16:14.554069+0000 mgr.a (mgr.14403) 24149 : cluster 0 pgmap v18035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:15 smithi194 bash[32038]: audit 2023-12-08T03:16:15.266220+0000 mgr.a (mgr.14403) 24150 : audit 0 from='client.475947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:15 smithi135 bash[32435]: cluster 2023-12-08T03:16:14.554069+0000 mgr.a (mgr.14403) 24149 : cluster 0 pgmap v18035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:15 smithi135 bash[32435]: audit 2023-12-08T03:16:15.266220+0000 mgr.a (mgr.14403) 24150 : audit 0 from='client.475947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:17 smithi079 bash[28699]: cluster 2023-12-08T03:16:16.554769+0000 mgr.a (mgr.14403) 24151 : cluster 0 pgmap v18036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:16:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:17 smithi194 bash[32038]: cluster 2023-12-08T03:16:16.554769+0000 mgr.a (mgr.14403) 24151 : cluster 0 pgmap v18036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:16:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:17 smithi135 bash[32435]: cluster 2023-12-08T03:16:16.554769+0000 mgr.a (mgr.14403) 24151 : cluster 0 pgmap v18036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:16:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:19 smithi079 bash[28699]: cluster 2023-12-08T03:16:18.555521+0000 mgr.a (mgr.14403) 24152 : cluster 0 pgmap v18037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:16:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:19 smithi194 bash[32038]: cluster 2023-12-08T03:16:18.555521+0000 mgr.a (mgr.14403) 24152 : cluster 0 pgmap v18037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:16:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:19 smithi135 bash[32435]: cluster 2023-12-08T03:16:18.555521+0000 mgr.a (mgr.14403) 24152 : cluster 0 pgmap v18037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:16:20.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:16:20.785 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:20.785 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:21.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:21.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:21.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:21.680 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:16:21.680 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:16:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:21 smithi079 bash[28699]: cluster 2023-12-08T03:16:20.556195+0000 mgr.a (mgr.14403) 24153 : cluster 0 pgmap v18038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:16:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:21 smithi079 bash[28699]: audit 2023-12-08T03:16:21.194677+0000 mgr.a (mgr.14403) 24154 : audit 0 from='client.360088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:21 smithi194 bash[32038]: cluster 2023-12-08T03:16:20.556195+0000 mgr.a (mgr.14403) 24153 : cluster 0 pgmap v18038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:16:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:21 smithi194 bash[32038]: audit 2023-12-08T03:16:21.194677+0000 mgr.a (mgr.14403) 24154 : audit 0 from='client.360088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:21 smithi135 bash[32435]: cluster 2023-12-08T03:16:20.556195+0000 mgr.a (mgr.14403) 24153 : cluster 0 pgmap v18038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:16:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:21 smithi135 bash[32435]: audit 2023-12-08T03:16:21.194677+0000 mgr.a (mgr.14403) 24154 : audit 0 from='client.360088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:23 smithi079 bash[28699]: cluster 2023-12-08T03:16:22.557064+0000 mgr.a (mgr.14403) 24155 : cluster 0 pgmap v18039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:23 smithi194 bash[32038]: cluster 2023-12-08T03:16:22.557064+0000 mgr.a (mgr.14403) 24155 : cluster 0 pgmap v18039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:23 smithi135 bash[32435]: cluster 2023-12-08T03:16:22.557064+0000 mgr.a (mgr.14403) 24155 : cluster 0 pgmap v18039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:25 smithi079 bash[28699]: cluster 2023-12-08T03:16:24.557968+0000 mgr.a (mgr.14403) 24156 : cluster 0 pgmap v18040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:25 smithi194 bash[32038]: cluster 2023-12-08T03:16:24.557968+0000 mgr.a (mgr.14403) 24156 : cluster 0 pgmap v18040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:25 smithi135 bash[32435]: cluster 2023-12-08T03:16:24.557968+0000 mgr.a (mgr.14403) 24156 : cluster 0 pgmap v18040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:26.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:16:26.683 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:26.683 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:27.595 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:16:27.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:27.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:27.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:27.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:16:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:27 smithi079 bash[28699]: cluster 2023-12-08T03:16:26.558539+0000 mgr.a (mgr.14403) 24157 : cluster 0 pgmap v18041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:27 smithi079 bash[28699]: audit 2023-12-08T03:16:27.090753+0000 mgr.a (mgr.14403) 24158 : audit 0 from='client.476100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:27 smithi194 bash[32038]: cluster 2023-12-08T03:16:26.558539+0000 mgr.a (mgr.14403) 24157 : cluster 0 pgmap v18041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:27 smithi194 bash[32038]: audit 2023-12-08T03:16:27.090753+0000 mgr.a (mgr.14403) 24158 : audit 0 from='client.476100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:27 smithi135 bash[32435]: cluster 2023-12-08T03:16:26.558539+0000 mgr.a (mgr.14403) 24157 : cluster 0 pgmap v18041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:27 smithi135 bash[32435]: audit 2023-12-08T03:16:27.090753+0000 mgr.a (mgr.14403) 24158 : audit 0 from='client.476100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:29 smithi079 bash[28699]: cluster 2023-12-08T03:16:28.559550+0000 mgr.a (mgr.14403) 24159 : cluster 0 pgmap v18042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:16:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:29 smithi194 bash[32038]: cluster 2023-12-08T03:16:28.559550+0000 mgr.a (mgr.14403) 24159 : cluster 0 pgmap v18042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:16:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:29 smithi135 bash[32435]: cluster 2023-12-08T03:16:28.559550+0000 mgr.a (mgr.14403) 24159 : cluster 0 pgmap v18042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:16:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:31 smithi079 bash[28699]: cluster 2023-12-08T03:16:30.560266+0000 mgr.a (mgr.14403) 24160 : cluster 0 pgmap v18043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:16:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:31 smithi194 bash[32038]: cluster 2023-12-08T03:16:30.560266+0000 mgr.a (mgr.14403) 24160 : cluster 0 pgmap v18043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:16:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:31 smithi135 bash[32435]: cluster 2023-12-08T03:16:30.560266+0000 mgr.a (mgr.14403) 24160 : cluster 0 pgmap v18043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:16:32.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:16:32.599 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:32.599 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:33.487 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:16:33.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:33.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:33.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:33.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:16:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:33 smithi079 bash[28699]: cluster 2023-12-08T03:16:32.560852+0000 mgr.a (mgr.14403) 24161 : cluster 0 pgmap v18044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:33 smithi079 bash[28699]: audit 2023-12-08T03:16:33.006158+0000 mgr.a (mgr.14403) 24162 : audit 0 from='client.476175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:33 smithi194 bash[32038]: cluster 2023-12-08T03:16:32.560852+0000 mgr.a (mgr.14403) 24161 : cluster 0 pgmap v18044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:33 smithi194 bash[32038]: audit 2023-12-08T03:16:33.006158+0000 mgr.a (mgr.14403) 24162 : audit 0 from='client.476175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:33 smithi135 bash[32435]: cluster 2023-12-08T03:16:32.560852+0000 mgr.a (mgr.14403) 24161 : cluster 0 pgmap v18044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:34.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:33 smithi135 bash[32435]: audit 2023-12-08T03:16:33.006158+0000 mgr.a (mgr.14403) 24162 : audit 0 from='client.476175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:35 smithi079 bash[28699]: cluster 2023-12-08T03:16:34.561740+0000 mgr.a (mgr.14403) 24163 : cluster 0 pgmap v18045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:35 smithi194 bash[32038]: cluster 2023-12-08T03:16:34.561740+0000 mgr.a (mgr.14403) 24163 : cluster 0 pgmap v18045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:35 smithi135 bash[32435]: cluster 2023-12-08T03:16:34.561740+0000 mgr.a (mgr.14403) 24163 : cluster 0 pgmap v18045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:37 smithi079 bash[28699]: cluster 2023-12-08T03:16:36.562305+0000 mgr.a (mgr.14403) 24164 : cluster 0 pgmap v18046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:37 smithi194 bash[32038]: cluster 2023-12-08T03:16:36.562305+0000 mgr.a (mgr.14403) 24164 : cluster 0 pgmap v18046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:38.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:37 smithi135 bash[32435]: cluster 2023-12-08T03:16:36.562305+0000 mgr.a (mgr.14403) 24164 : cluster 0 pgmap v18046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:38.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:16:38.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:38.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:39.380 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:16:39.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:39.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:39.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:39.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:16:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:39 smithi079 bash[28699]: cluster 2023-12-08T03:16:38.562763+0000 mgr.a (mgr.14403) 24165 : cluster 0 pgmap v18047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:40.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:39 smithi079 bash[28699]: audit 2023-12-08T03:16:38.896433+0000 mgr.a (mgr.14403) 24166 : audit 0 from='client.476247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:39 smithi194 bash[32038]: cluster 2023-12-08T03:16:38.562763+0000 mgr.a (mgr.14403) 24165 : cluster 0 pgmap v18047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:39 smithi194 bash[32038]: audit 2023-12-08T03:16:38.896433+0000 mgr.a (mgr.14403) 24166 : audit 0 from='client.476247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:39 smithi135 bash[32435]: cluster 2023-12-08T03:16:38.562763+0000 mgr.a (mgr.14403) 24165 : cluster 0 pgmap v18047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:39 smithi135 bash[32435]: audit 2023-12-08T03:16:38.896433+0000 mgr.a (mgr.14403) 24166 : audit 0 from='client.476247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:41.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:40 smithi079 bash[28699]: audit 2023-12-08T03:16:40.441057+0000 mon.a (mon.0) 3780 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:16:41.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:40 smithi194 bash[32038]: audit 2023-12-08T03:16:40.441057+0000 mon.a (mon.0) 3780 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:16:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:40 smithi135 bash[32435]: audit 2023-12-08T03:16:40.441057+0000 mon.a (mon.0) 3780 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:16:42.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:41 smithi079 bash[28699]: cluster 2023-12-08T03:16:40.563573+0000 mgr.a (mgr.14403) 24167 : cluster 0 pgmap v18048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:16:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:41 smithi194 bash[32038]: cluster 2023-12-08T03:16:40.563573+0000 mgr.a (mgr.14403) 24167 : cluster 0 pgmap v18048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:16:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:41 smithi135 bash[32435]: cluster 2023-12-08T03:16:40.563573+0000 mgr.a (mgr.14403) 24167 : cluster 0 pgmap v18048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:16:44.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:43 smithi079 bash[28699]: cluster 2023-12-08T03:16:42.564180+0000 mgr.a (mgr.14403) 24168 : cluster 0 pgmap v18049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:43 smithi194 bash[32038]: cluster 2023-12-08T03:16:42.564180+0000 mgr.a (mgr.14403) 24168 : cluster 0 pgmap v18049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:43 smithi135 bash[32435]: cluster 2023-12-08T03:16:42.564180+0000 mgr.a (mgr.14403) 24168 : cluster 0 pgmap v18049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:44.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:16:44.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:44.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:45.302 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:16:45.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:45.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:45.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:45.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:16:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:45 smithi079 bash[28699]: cluster 2023-12-08T03:16:44.564988+0000 mgr.a (mgr.14403) 24169 : cluster 0 pgmap v18050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:46.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:45 smithi079 bash[28699]: audit 2023-12-08T03:16:44.790226+0000 mgr.a (mgr.14403) 24170 : audit 0 from='client.476319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:45 smithi194 bash[32038]: cluster 2023-12-08T03:16:44.564988+0000 mgr.a (mgr.14403) 24169 : cluster 0 pgmap v18050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:45 smithi194 bash[32038]: audit 2023-12-08T03:16:44.790226+0000 mgr.a (mgr.14403) 24170 : audit 0 from='client.476319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:45 smithi135 bash[32435]: cluster 2023-12-08T03:16:44.564988+0000 mgr.a (mgr.14403) 24169 : cluster 0 pgmap v18050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:46.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:45 smithi135 bash[32435]: audit 2023-12-08T03:16:44.790226+0000 mgr.a (mgr.14403) 24170 : audit 0 from='client.476319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:48.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:47 smithi079 bash[28699]: cluster 2023-12-08T03:16:46.565640+0000 mgr.a (mgr.14403) 24171 : cluster 0 pgmap v18051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:47 smithi194 bash[32038]: cluster 2023-12-08T03:16:46.565640+0000 mgr.a (mgr.14403) 24171 : cluster 0 pgmap v18051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:47 smithi135 bash[32435]: cluster 2023-12-08T03:16:46.565640+0000 mgr.a (mgr.14403) 24171 : cluster 0 pgmap v18051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:16:50.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:49 smithi079 bash[28699]: cluster 2023-12-08T03:16:48.566399+0000 mgr.a (mgr.14403) 24172 : cluster 0 pgmap v18052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:16:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:49 smithi194 bash[32038]: cluster 2023-12-08T03:16:48.566399+0000 mgr.a (mgr.14403) 24172 : cluster 0 pgmap v18052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:16:50.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:49 smithi135 bash[32435]: cluster 2023-12-08T03:16:48.566399+0000 mgr.a (mgr.14403) 24172 : cluster 0 pgmap v18052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:16:50.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:16:50.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:50.306 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:51.168 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:16:51.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:51.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:51.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:51.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:16:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:52 smithi194 bash[32038]: cluster 2023-12-08T03:16:50.567072+0000 mgr.a (mgr.14403) 24173 : cluster 0 pgmap v18053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:52 smithi194 bash[32038]: audit 2023-12-08T03:16:50.711596+0000 mgr.a (mgr.14403) 24174 : audit 0 from='client.476397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:52 smithi194 bash[32038]: audit 2023-12-08T03:16:51.396425+0000 mon.a (mon.0) 3781 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:16:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:52 smithi194 bash[32038]: audit 2023-12-08T03:16:51.405753+0000 mon.a (mon.0) 3782 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:16:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:52 smithi194 bash[32038]: audit 2023-12-08T03:16:51.407500+0000 mon.a (mon.0) 3783 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:16:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:52 smithi194 bash[32038]: audit 2023-12-08T03:16:51.409288+0000 mon.a (mon.0) 3784 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:16:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:52 smithi194 bash[32038]: audit 2023-12-08T03:16:51.418783+0000 mon.a (mon.0) 3785 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:16:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:52 smithi135 bash[32435]: cluster 2023-12-08T03:16:50.567072+0000 mgr.a (mgr.14403) 24173 : cluster 0 pgmap v18053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:52 smithi135 bash[32435]: audit 2023-12-08T03:16:50.711596+0000 mgr.a (mgr.14403) 24174 : audit 0 from='client.476397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:52 smithi135 bash[32435]: audit 2023-12-08T03:16:51.396425+0000 mon.a (mon.0) 3781 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:16:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:52 smithi135 bash[32435]: audit 2023-12-08T03:16:51.405753+0000 mon.a (mon.0) 3782 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:16:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:52 smithi135 bash[32435]: audit 2023-12-08T03:16:51.407500+0000 mon.a (mon.0) 3783 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:16:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:52 smithi135 bash[32435]: audit 2023-12-08T03:16:51.409288+0000 mon.a (mon.0) 3784 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:16:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:52 smithi135 bash[32435]: audit 2023-12-08T03:16:51.418783+0000 mon.a (mon.0) 3785 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:16:52.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:52 smithi079 bash[28699]: cluster 2023-12-08T03:16:50.567072+0000 mgr.a (mgr.14403) 24173 : cluster 0 pgmap v18053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:52.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:52 smithi079 bash[28699]: audit 2023-12-08T03:16:50.711596+0000 mgr.a (mgr.14403) 24174 : audit 0 from='client.476397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:52 smithi079 bash[28699]: audit 2023-12-08T03:16:51.396425+0000 mon.a (mon.0) 3781 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:16:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:52 smithi079 bash[28699]: audit 2023-12-08T03:16:51.405753+0000 mon.a (mon.0) 3782 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:16:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:52 smithi079 bash[28699]: audit 2023-12-08T03:16:51.407500+0000 mon.a (mon.0) 3783 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:16:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:52 smithi079 bash[28699]: audit 2023-12-08T03:16:51.409288+0000 mon.a (mon.0) 3784 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:16:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:52 smithi079 bash[28699]: audit 2023-12-08T03:16:51.418783+0000 mon.a (mon.0) 3785 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:16:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:54 smithi194 bash[32038]: cluster 2023-12-08T03:16:52.567668+0000 mgr.a (mgr.14403) 24175 : cluster 0 pgmap v18054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:54 smithi135 bash[32435]: cluster 2023-12-08T03:16:52.567668+0000 mgr.a (mgr.14403) 24175 : cluster 0 pgmap v18054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:54 smithi079 bash[28699]: cluster 2023-12-08T03:16:52.567668+0000 mgr.a (mgr.14403) 24175 : cluster 0 pgmap v18054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:56.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:16:56.171 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:16:56.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:16:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:56 smithi194 bash[32038]: cluster 2023-12-08T03:16:54.568458+0000 mgr.a (mgr.14403) 24176 : cluster 0 pgmap v18055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:56 smithi135 bash[32435]: cluster 2023-12-08T03:16:54.568458+0000 mgr.a (mgr.14403) 24176 : cluster 0 pgmap v18055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:56.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:56 smithi079 bash[28699]: cluster 2023-12-08T03:16:54.568458+0000 mgr.a (mgr.14403) 24176 : cluster 0 pgmap v18055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:16:57.092 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:16:57.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:16:57.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:16:57.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:16:57.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:16:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:58 smithi194 bash[32038]: cluster 2023-12-08T03:16:56.568997+0000 mgr.a (mgr.14403) 24177 : cluster 0 pgmap v18056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:58 smithi194 bash[32038]: audit 2023-12-08T03:16:56.578702+0000 mgr.a (mgr.14403) 24178 : audit 0 from='client.476475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:58 smithi135 bash[32435]: cluster 2023-12-08T03:16:56.568997+0000 mgr.a (mgr.14403) 24177 : cluster 0 pgmap v18056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:58 smithi135 bash[32435]: audit 2023-12-08T03:16:56.578702+0000 mgr.a (mgr.14403) 24178 : audit 0 from='client.476475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:58.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:58 smithi079 bash[28699]: cluster 2023-12-08T03:16:56.568997+0000 mgr.a (mgr.14403) 24177 : cluster 0 pgmap v18056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:16:58.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:58 smithi079 bash[28699]: audit 2023-12-08T03:16:56.578702+0000 mgr.a (mgr.14403) 24178 : audit 0 from='client.476475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:16:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:16:59 smithi194 bash[32038]: cluster 2023-12-08T03:16:58.569935+0000 mgr.a (mgr.14403) 24179 : cluster 0 pgmap v18057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:16:59.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:16:59 smithi135 bash[32435]: cluster 2023-12-08T03:16:58.569935+0000 mgr.a (mgr.14403) 24179 : cluster 0 pgmap v18057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:16:59.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:16:59 smithi079 bash[28699]: cluster 2023-12-08T03:16:58.569935+0000 mgr.a (mgr.14403) 24179 : cluster 0 pgmap v18057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:17:02.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:17:02.096 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:02.096 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:02.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:01 smithi079 bash[28699]: cluster 2023-12-08T03:17:00.570767+0000 mgr.a (mgr.14403) 24180 : cluster 0 pgmap v18058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:17:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:01 smithi194 bash[32038]: cluster 2023-12-08T03:17:00.570767+0000 mgr.a (mgr.14403) 24180 : cluster 0 pgmap v18058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:17:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:01 smithi135 bash[32435]: cluster 2023-12-08T03:17:00.570767+0000 mgr.a (mgr.14403) 24180 : cluster 0 pgmap v18058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:17:02.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:02.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:02.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:02.994 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:17:02.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:17:04.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:03 smithi079 bash[28699]: audit 2023-12-08T03:17:02.495178+0000 mgr.a (mgr.14403) 24181 : audit 0 from='client.476553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:03 smithi079 bash[28699]: cluster 2023-12-08T03:17:02.571406+0000 mgr.a (mgr.14403) 24182 : cluster 0 pgmap v18059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:03 smithi194 bash[32038]: audit 2023-12-08T03:17:02.495178+0000 mgr.a (mgr.14403) 24181 : audit 0 from='client.476553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:04.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:03 smithi194 bash[32038]: cluster 2023-12-08T03:17:02.571406+0000 mgr.a (mgr.14403) 24182 : cluster 0 pgmap v18059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:03 smithi135 bash[32435]: audit 2023-12-08T03:17:02.495178+0000 mgr.a (mgr.14403) 24181 : audit 0 from='client.476553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:04.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:03 smithi135 bash[32435]: cluster 2023-12-08T03:17:02.571406+0000 mgr.a (mgr.14403) 24182 : cluster 0 pgmap v18059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:06.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:05 smithi079 bash[28699]: cluster 2023-12-08T03:17:04.572352+0000 mgr.a (mgr.14403) 24183 : cluster 0 pgmap v18060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:06.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:05 smithi194 bash[32038]: cluster 2023-12-08T03:17:04.572352+0000 mgr.a (mgr.14403) 24183 : cluster 0 pgmap v18060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:06.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:05 smithi135 bash[32435]: cluster 2023-12-08T03:17:04.572352+0000 mgr.a (mgr.14403) 24183 : cluster 0 pgmap v18060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:07.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:17:07.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:07.997 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:08.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:07 smithi079 bash[28699]: cluster 2023-12-08T03:17:06.572912+0000 mgr.a (mgr.14403) 24184 : cluster 0 pgmap v18061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:07 smithi194 bash[32038]: cluster 2023-12-08T03:17:06.572912+0000 mgr.a (mgr.14403) 24184 : cluster 0 pgmap v18061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:08.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:07 smithi135 bash[32435]: cluster 2023-12-08T03:17:06.572912+0000 mgr.a (mgr.14403) 24184 : cluster 0 pgmap v18061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:08.927 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:17:08.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:08.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:08.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:08.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:17:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:09 smithi079 bash[28699]: audit 2023-12-08T03:17:08.409167+0000 mgr.a (mgr.14403) 24185 : audit 0 from='client.476628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:09 smithi079 bash[28699]: cluster 2023-12-08T03:17:08.573871+0000 mgr.a (mgr.14403) 24186 : cluster 0 pgmap v18062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:09 smithi194 bash[32038]: audit 2023-12-08T03:17:08.409167+0000 mgr.a (mgr.14403) 24185 : audit 0 from='client.476628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:09 smithi194 bash[32038]: cluster 2023-12-08T03:17:08.573871+0000 mgr.a (mgr.14403) 24186 : cluster 0 pgmap v18062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:09 smithi135 bash[32435]: audit 2023-12-08T03:17:08.409167+0000 mgr.a (mgr.14403) 24185 : audit 0 from='client.476628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:09 smithi135 bash[32435]: cluster 2023-12-08T03:17:08.573871+0000 mgr.a (mgr.14403) 24186 : cluster 0 pgmap v18062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:11 smithi079 bash[28699]: cluster 2023-12-08T03:17:10.574744+0000 mgr.a (mgr.14403) 24187 : cluster 0 pgmap v18063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:17:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:11 smithi194 bash[32038]: cluster 2023-12-08T03:17:10.574744+0000 mgr.a (mgr.14403) 24187 : cluster 0 pgmap v18063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:17:12.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:11 smithi135 bash[32435]: cluster 2023-12-08T03:17:10.574744+0000 mgr.a (mgr.14403) 24187 : cluster 0 pgmap v18063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:17:13.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:17:13.929 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:13.929 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:14.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:13 smithi079 bash[28699]: cluster 2023-12-08T03:17:12.575356+0000 mgr.a (mgr.14403) 24188 : cluster 0 pgmap v18064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:17:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:13 smithi194 bash[32038]: cluster 2023-12-08T03:17:12.575356+0000 mgr.a (mgr.14403) 24188 : cluster 0 pgmap v18064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:17:14.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:13 smithi135 bash[32435]: cluster 2023-12-08T03:17:12.575356+0000 mgr.a (mgr.14403) 24188 : cluster 0 pgmap v18064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:17:14.873 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:17:14.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:14.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:14.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:14.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:17:15.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:14 smithi079 bash[28699]: audit 2023-12-08T03:17:14.340975+0000 mgr.a (mgr.14403) 24189 : audit 0 from='client.476706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:14 smithi135 bash[32435]: audit 2023-12-08T03:17:14.340975+0000 mgr.a (mgr.14403) 24189 : audit 0 from='client.476706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:16.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:15 smithi079 bash[28699]: cluster 2023-12-08T03:17:14.575922+0000 mgr.a (mgr.14403) 24190 : cluster 0 pgmap v18065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:14 smithi194 bash[32038]: audit 2023-12-08T03:17:14.340975+0000 mgr.a (mgr.14403) 24189 : audit 0 from='client.476706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:15 smithi194 bash[32038]: cluster 2023-12-08T03:17:14.575922+0000 mgr.a (mgr.14403) 24190 : cluster 0 pgmap v18065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:16.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:15 smithi135 bash[32435]: cluster 2023-12-08T03:17:14.575922+0000 mgr.a (mgr.14403) 24190 : cluster 0 pgmap v18065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:18.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:17 smithi079 bash[28699]: cluster 2023-12-08T03:17:16.576642+0000 mgr.a (mgr.14403) 24191 : cluster 0 pgmap v18066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:17 smithi194 bash[32038]: cluster 2023-12-08T03:17:16.576642+0000 mgr.a (mgr.14403) 24191 : cluster 0 pgmap v18066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:18.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:17 smithi135 bash[32435]: cluster 2023-12-08T03:17:16.576642+0000 mgr.a (mgr.14403) 24191 : cluster 0 pgmap v18066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:19.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:17:19.876 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:19.877 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:20.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:19 smithi079 bash[28699]: cluster 2023-12-08T03:17:18.577366+0000 mgr.a (mgr.14403) 24192 : cluster 0 pgmap v18067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:17:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:19 smithi194 bash[32038]: cluster 2023-12-08T03:17:18.577366+0000 mgr.a (mgr.14403) 24192 : cluster 0 pgmap v18067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:17:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:19 smithi135 bash[32435]: cluster 2023-12-08T03:17:18.577366+0000 mgr.a (mgr.14403) 24192 : cluster 0 pgmap v18067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:17:20.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:20.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:20.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:20.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:17:20.781 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:17:21.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:20 smithi079 bash[28699]: audit 2023-12-08T03:17:20.272193+0000 mgr.a (mgr.14403) 24193 : audit 0 from='client.476781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:21.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:20 smithi194 bash[32038]: audit 2023-12-08T03:17:20.272193+0000 mgr.a (mgr.14403) 24193 : audit 0 from='client.476781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:20 smithi135 bash[32435]: audit 2023-12-08T03:17:20.272193+0000 mgr.a (mgr.14403) 24193 : audit 0 from='client.476781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:22.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:21 smithi079 bash[28699]: cluster 2023-12-08T03:17:20.578325+0000 mgr.a (mgr.14403) 24194 : cluster 0 pgmap v18068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:21 smithi194 bash[32038]: cluster 2023-12-08T03:17:20.578325+0000 mgr.a (mgr.14403) 24194 : cluster 0 pgmap v18068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:22.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:21 smithi135 bash[32435]: cluster 2023-12-08T03:17:20.578325+0000 mgr.a (mgr.14403) 24194 : cluster 0 pgmap v18068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:24.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:23 smithi079 bash[28699]: cluster 2023-12-08T03:17:22.579036+0000 mgr.a (mgr.14403) 24195 : cluster 0 pgmap v18069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:17:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:23 smithi194 bash[32038]: cluster 2023-12-08T03:17:22.579036+0000 mgr.a (mgr.14403) 24195 : cluster 0 pgmap v18069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:17:24.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:23 smithi135 bash[32435]: cluster 2023-12-08T03:17:22.579036+0000 mgr.a (mgr.14403) 24195 : cluster 0 pgmap v18069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:17:25.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:17:25.785 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:25.785 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:25 smithi079 bash[28699]: cluster 2023-12-08T03:17:24.579818+0000 mgr.a (mgr.14403) 24196 : cluster 0 pgmap v18070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:17:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:25 smithi194 bash[32038]: cluster 2023-12-08T03:17:24.579818+0000 mgr.a (mgr.14403) 24196 : cluster 0 pgmap v18070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:17:26.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:25 smithi135 bash[32435]: cluster 2023-12-08T03:17:24.579818+0000 mgr.a (mgr.14403) 24196 : cluster 0 pgmap v18070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:17:26.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:26.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:26.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:26.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:17:26.694 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:17:27.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:26 smithi079 bash[28699]: audit 2023-12-08T03:17:26.188857+0000 mgr.a (mgr.14403) 24197 : audit 0 from='client.476856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:27.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:26 smithi194 bash[32038]: audit 2023-12-08T03:17:26.188857+0000 mgr.a (mgr.14403) 24197 : audit 0 from='client.476856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:27.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:26 smithi135 bash[32435]: audit 2023-12-08T03:17:26.188857+0000 mgr.a (mgr.14403) 24197 : audit 0 from='client.476856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:28.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:27 smithi079 bash[28699]: cluster 2023-12-08T03:17:26.580703+0000 mgr.a (mgr.14403) 24198 : cluster 0 pgmap v18071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:27 smithi194 bash[32038]: cluster 2023-12-08T03:17:26.580703+0000 mgr.a (mgr.14403) 24198 : cluster 0 pgmap v18071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:27 smithi135 bash[32435]: cluster 2023-12-08T03:17:26.580703+0000 mgr.a (mgr.14403) 24198 : cluster 0 pgmap v18071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:30.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:29 smithi079 bash[28699]: cluster 2023-12-08T03:17:28.581630+0000 mgr.a (mgr.14403) 24199 : cluster 0 pgmap v18072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:17:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:29 smithi194 bash[32038]: cluster 2023-12-08T03:17:28.581630+0000 mgr.a (mgr.14403) 24199 : cluster 0 pgmap v18072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:17:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:29 smithi135 bash[32435]: cluster 2023-12-08T03:17:28.581630+0000 mgr.a (mgr.14403) 24199 : cluster 0 pgmap v18072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:17:31.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:17:31.698 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:31.698 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:32.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:31 smithi079 bash[28699]: cluster 2023-12-08T03:17:30.582435+0000 mgr.a (mgr.14403) 24200 : cluster 0 pgmap v18073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:17:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:31 smithi194 bash[32038]: cluster 2023-12-08T03:17:30.582435+0000 mgr.a (mgr.14403) 24200 : cluster 0 pgmap v18073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:17:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:31 smithi135 bash[32435]: cluster 2023-12-08T03:17:30.582435+0000 mgr.a (mgr.14403) 24200 : cluster 0 pgmap v18073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:17:32.602 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:17:32.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:32.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:32.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:32.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:17:33.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:32 smithi079 bash[28699]: audit 2023-12-08T03:17:32.102720+0000 mgr.a (mgr.14403) 24201 : audit 0 from='client.476931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:33.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:32 smithi194 bash[32038]: audit 2023-12-08T03:17:32.102720+0000 mgr.a (mgr.14403) 24201 : audit 0 from='client.476931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:33.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:32 smithi135 bash[32435]: audit 2023-12-08T03:17:32.102720+0000 mgr.a (mgr.14403) 24201 : audit 0 from='client.476931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:34.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:33 smithi079 bash[28699]: cluster 2023-12-08T03:17:32.582945+0000 mgr.a (mgr.14403) 24202 : cluster 0 pgmap v18074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:33 smithi194 bash[32038]: cluster 2023-12-08T03:17:32.582945+0000 mgr.a (mgr.14403) 24202 : cluster 0 pgmap v18074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:33 smithi135 bash[32435]: cluster 2023-12-08T03:17:32.582945+0000 mgr.a (mgr.14403) 24202 : cluster 0 pgmap v18074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:36.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:35 smithi079 bash[28699]: cluster 2023-12-08T03:17:34.583708+0000 mgr.a (mgr.14403) 24203 : cluster 0 pgmap v18075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:36.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:35 smithi194 bash[32038]: cluster 2023-12-08T03:17:34.583708+0000 mgr.a (mgr.14403) 24203 : cluster 0 pgmap v18075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:36.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:35 smithi135 bash[32435]: cluster 2023-12-08T03:17:34.583708+0000 mgr.a (mgr.14403) 24203 : cluster 0 pgmap v18075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:17:37.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:17:37.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:37.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:38.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:37 smithi079 bash[28699]: cluster 2023-12-08T03:17:36.584281+0000 mgr.a (mgr.14403) 24204 : cluster 0 pgmap v18076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:37 smithi194 bash[32038]: cluster 2023-12-08T03:17:36.584281+0000 mgr.a (mgr.14403) 24204 : cluster 0 pgmap v18076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:38.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:37 smithi135 bash[32435]: cluster 2023-12-08T03:17:36.584281+0000 mgr.a (mgr.14403) 24204 : cluster 0 pgmap v18076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:38.557 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:17:38.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:38.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:38.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:38.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:17:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:38 smithi194 bash[32038]: audit 2023-12-08T03:17:38.009562+0000 mgr.a (mgr.14403) 24205 : audit 0 from='client.477006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:39.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:38 smithi135 bash[32435]: audit 2023-12-08T03:17:38.009562+0000 mgr.a (mgr.14403) 24205 : audit 0 from='client.477006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:39.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:38 smithi079 bash[28699]: audit 2023-12-08T03:17:38.009562+0000 mgr.a (mgr.14403) 24205 : audit 0 from='client.477006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:40.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:39 smithi194 bash[32038]: cluster 2023-12-08T03:17:38.585213+0000 mgr.a (mgr.14403) 24206 : cluster 0 pgmap v18077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:17:40.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:39 smithi135 bash[32435]: cluster 2023-12-08T03:17:38.585213+0000 mgr.a (mgr.14403) 24206 : cluster 0 pgmap v18077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:17:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:39 smithi079 bash[28699]: cluster 2023-12-08T03:17:38.585213+0000 mgr.a (mgr.14403) 24206 : cluster 0 pgmap v18077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:17:42.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:41 smithi194 bash[32038]: cluster 2023-12-08T03:17:40.586050+0000 mgr.a (mgr.14403) 24207 : cluster 0 pgmap v18078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:17:42.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:41 smithi135 bash[32435]: cluster 2023-12-08T03:17:40.586050+0000 mgr.a (mgr.14403) 24207 : cluster 0 pgmap v18078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:17:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:41 smithi079 bash[28699]: cluster 2023-12-08T03:17:40.586050+0000 mgr.a (mgr.14403) 24207 : cluster 0 pgmap v18078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:17:43.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:17:43.561 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:43.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:44.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:43 smithi194 bash[32038]: cluster 2023-12-08T03:17:42.586644+0000 mgr.a (mgr.14403) 24208 : cluster 0 pgmap v18079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:17:44.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:43 smithi135 bash[32435]: cluster 2023-12-08T03:17:42.586644+0000 mgr.a (mgr.14403) 24208 : cluster 0 pgmap v18079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:17:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:43 smithi079 bash[28699]: cluster 2023-12-08T03:17:42.586644+0000 mgr.a (mgr.14403) 24208 : cluster 0 pgmap v18079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:17:44.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:44.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:44.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:44.481 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:17:44.481 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:17:45.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:44 smithi194 bash[32038]: audit 2023-12-08T03:17:43.954596+0000 mgr.a (mgr.14403) 24209 : audit 0 from='client.477084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:45.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:44 smithi135 bash[32435]: audit 2023-12-08T03:17:43.954596+0000 mgr.a (mgr.14403) 24209 : audit 0 from='client.477084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:45.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:44 smithi079 bash[28699]: audit 2023-12-08T03:17:43.954596+0000 mgr.a (mgr.14403) 24209 : audit 0 from='client.477084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:45 smithi194 bash[32038]: cluster 2023-12-08T03:17:44.587754+0000 mgr.a (mgr.14403) 24210 : cluster 0 pgmap v18080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:46.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:45 smithi135 bash[32435]: cluster 2023-12-08T03:17:44.587754+0000 mgr.a (mgr.14403) 24210 : cluster 0 pgmap v18080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:46.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:45 smithi079 bash[28699]: cluster 2023-12-08T03:17:44.587754+0000 mgr.a (mgr.14403) 24210 : cluster 0 pgmap v18080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:48.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:47 smithi194 bash[32038]: cluster 2023-12-08T03:17:46.588301+0000 mgr.a (mgr.14403) 24211 : cluster 0 pgmap v18081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:48.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:47 smithi135 bash[32435]: cluster 2023-12-08T03:17:46.588301+0000 mgr.a (mgr.14403) 24211 : cluster 0 pgmap v18081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:47 smithi079 bash[28699]: cluster 2023-12-08T03:17:46.588301+0000 mgr.a (mgr.14403) 24211 : cluster 0 pgmap v18081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:17:49.484 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:17:49.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:49.485 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:50.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:49 smithi194 bash[32038]: cluster 2023-12-08T03:17:48.588949+0000 mgr.a (mgr.14403) 24212 : cluster 0 pgmap v18082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:17:50.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:49 smithi135 bash[32435]: cluster 2023-12-08T03:17:48.588949+0000 mgr.a (mgr.14403) 24212 : cluster 0 pgmap v18082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:17:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:49 smithi079 bash[28699]: cluster 2023-12-08T03:17:48.588949+0000 mgr.a (mgr.14403) 24212 : cluster 0 pgmap v18082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:17:50.411 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:17:50.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:50.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:50.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:50.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:17:51.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:50 smithi194 bash[32038]: audit 2023-12-08T03:17:49.898395+0000 mgr.a (mgr.14403) 24213 : audit 0 from='client.477162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:51.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:50 smithi135 bash[32435]: audit 2023-12-08T03:17:49.898395+0000 mgr.a (mgr.14403) 24213 : audit 0 from='client.477162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:51.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:50 smithi079 bash[28699]: audit 2023-12-08T03:17:49.898395+0000 mgr.a (mgr.14403) 24213 : audit 0 from='client.477162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:51 smithi194 bash[32038]: cluster 2023-12-08T03:17:50.589978+0000 mgr.a (mgr.14403) 24214 : cluster 0 pgmap v18083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:17:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:51 smithi194 bash[32038]: audit 2023-12-08T03:17:51.521811+0000 mon.a (mon.0) 3786 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:17:52.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:51 smithi135 bash[32435]: cluster 2023-12-08T03:17:50.589978+0000 mgr.a (mgr.14403) 24214 : cluster 0 pgmap v18083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:17:52.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:51 smithi135 bash[32435]: audit 2023-12-08T03:17:51.521811+0000 mon.a (mon.0) 3786 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:17:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:51 smithi079 bash[28699]: cluster 2023-12-08T03:17:50.589978+0000 mgr.a (mgr.14403) 24214 : cluster 0 pgmap v18083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:17:52.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:51 smithi079 bash[28699]: audit 2023-12-08T03:17:51.521811+0000 mon.a (mon.0) 3786 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:17:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:53 smithi194 bash[32038]: cluster 2023-12-08T03:17:52.590587+0000 mgr.a (mgr.14403) 24215 : cluster 0 pgmap v18084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:17:54.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:53 smithi135 bash[32435]: cluster 2023-12-08T03:17:52.590587+0000 mgr.a (mgr.14403) 24215 : cluster 0 pgmap v18084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:17:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:53 smithi079 bash[28699]: cluster 2023-12-08T03:17:52.590587+0000 mgr.a (mgr.14403) 24215 : cluster 0 pgmap v18084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:17:55.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:17:55.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:17:55.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:17:56.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:55 smithi135 bash[32435]: cluster 2023-12-08T03:17:54.591398+0000 mgr.a (mgr.14403) 24216 : cluster 0 pgmap v18085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:17:56.336 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:17:56.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:17:56.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:17:56.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:17:56.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:17:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:55 smithi079 bash[28699]: cluster 2023-12-08T03:17:54.591398+0000 mgr.a (mgr.14403) 24216 : cluster 0 pgmap v18085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:17:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:55 smithi194 bash[32038]: cluster 2023-12-08T03:17:54.591398+0000 mgr.a (mgr.14403) 24216 : cluster 0 pgmap v18085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:17:57.216 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:56 smithi135 bash[32435]: audit 2023-12-08T03:17:55.831428+0000 mgr.a (mgr.14403) 24217 : audit 0 from='client.477240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:57.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:56 smithi079 bash[28699]: audit 2023-12-08T03:17:55.831428+0000 mgr.a (mgr.14403) 24217 : audit 0 from='client.477240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:57.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:56 smithi194 bash[32038]: audit 2023-12-08T03:17:55.831428+0000 mgr.a (mgr.14403) 24217 : audit 0 from='client.477240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:17:58.296 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:57 smithi135 bash[32435]: cluster 2023-12-08T03:17:56.592141+0000 mgr.a (mgr.14403) 24218 : cluster 0 pgmap v18086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:57 smithi079 bash[28699]: cluster 2023-12-08T03:17:56.592141+0000 mgr.a (mgr.14403) 24218 : cluster 0 pgmap v18086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:17:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:57 smithi194 bash[32038]: cluster 2023-12-08T03:17:56.592141+0000 mgr.a (mgr.14403) 24218 : cluster 0 pgmap v18086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:00.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:17:59 smithi135 bash[32435]: cluster 2023-12-08T03:17:58.592857+0000 mgr.a (mgr.14403) 24219 : cluster 0 pgmap v18087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:17:59 smithi079 bash[28699]: cluster 2023-12-08T03:17:58.592857+0000 mgr.a (mgr.14403) 24219 : cluster 0 pgmap v18087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:17:59 smithi194 bash[32038]: cluster 2023-12-08T03:17:58.592857+0000 mgr.a (mgr.14403) 24219 : cluster 0 pgmap v18087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:01.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:18:01.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:01.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:02.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:01 smithi135 bash[32435]: cluster 2023-12-08T03:18:00.593518+0000 mgr.a (mgr.14403) 24220 : cluster 0 pgmap v18088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:02.239 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:18:02.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:02.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:02.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:02.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:18:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:01 smithi079 bash[28699]: cluster 2023-12-08T03:18:00.593518+0000 mgr.a (mgr.14403) 24220 : cluster 0 pgmap v18088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:01 smithi194 bash[32038]: cluster 2023-12-08T03:18:00.593518+0000 mgr.a (mgr.14403) 24220 : cluster 0 pgmap v18088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:02 smithi079 bash[28699]: audit 2023-12-08T03:18:01.755195+0000 mgr.a (mgr.14403) 24221 : audit 0 from='client.477318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:02 smithi079 bash[28699]: audit 2023-12-08T03:18:02.433410+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:18:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:02 smithi079 bash[28699]: audit 2023-12-08T03:18:02.440767+0000 mon.a (mon.0) 3788 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:18:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:02 smithi079 bash[28699]: audit 2023-12-08T03:18:02.442366+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:18:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:02 smithi079 bash[28699]: audit 2023-12-08T03:18:02.444007+0000 mon.a (mon.0) 3790 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:18:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:02 smithi079 bash[28699]: audit 2023-12-08T03:18:02.454443+0000 mon.a (mon.0) 3791 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:18:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:02 smithi194 bash[32038]: audit 2023-12-08T03:18:01.755195+0000 mgr.a (mgr.14403) 24221 : audit 0 from='client.477318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:02 smithi194 bash[32038]: audit 2023-12-08T03:18:02.433410+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:18:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:02 smithi194 bash[32038]: audit 2023-12-08T03:18:02.440767+0000 mon.a (mon.0) 3788 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:18:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:02 smithi194 bash[32038]: audit 2023-12-08T03:18:02.442366+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:18:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:02 smithi194 bash[32038]: audit 2023-12-08T03:18:02.444007+0000 mon.a (mon.0) 3790 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:18:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:02 smithi194 bash[32038]: audit 2023-12-08T03:18:02.454443+0000 mon.a (mon.0) 3791 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:18:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:02 smithi135 bash[32435]: audit 2023-12-08T03:18:01.755195+0000 mgr.a (mgr.14403) 24221 : audit 0 from='client.477318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:02 smithi135 bash[32435]: audit 2023-12-08T03:18:02.433410+0000 mon.a (mon.0) 3787 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:18:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:02 smithi135 bash[32435]: audit 2023-12-08T03:18:02.440767+0000 mon.a (mon.0) 3788 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:18:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:02 smithi135 bash[32435]: audit 2023-12-08T03:18:02.442366+0000 mon.a (mon.0) 3789 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:18:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:02 smithi135 bash[32435]: audit 2023-12-08T03:18:02.444007+0000 mon.a (mon.0) 3790 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:18:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:02 smithi135 bash[32435]: audit 2023-12-08T03:18:02.454443+0000 mon.a (mon.0) 3791 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:18:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:03 smithi079 bash[28699]: cluster 2023-12-08T03:18:02.594146+0000 mgr.a (mgr.14403) 24222 : cluster 0 pgmap v18089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:03 smithi194 bash[32038]: cluster 2023-12-08T03:18:02.594146+0000 mgr.a (mgr.14403) 24222 : cluster 0 pgmap v18089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:04.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:03 smithi135 bash[32435]: cluster 2023-12-08T03:18:02.594146+0000 mgr.a (mgr.14403) 24222 : cluster 0 pgmap v18089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:05 smithi079 bash[28699]: cluster 2023-12-08T03:18:04.594940+0000 mgr.a (mgr.14403) 24223 : cluster 0 pgmap v18090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:05 smithi194 bash[32038]: cluster 2023-12-08T03:18:04.594940+0000 mgr.a (mgr.14403) 24223 : cluster 0 pgmap v18090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:06.472 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:05 smithi135 bash[32435]: cluster 2023-12-08T03:18:04.594940+0000 mgr.a (mgr.14403) 24223 : cluster 0 pgmap v18090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:07.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:18:07.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:07.242 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:08.143 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:18:08.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:08.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:08.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:08.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:18:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:07 smithi079 bash[28699]: cluster 2023-12-08T03:18:06.595446+0000 mgr.a (mgr.14403) 24224 : cluster 0 pgmap v18091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:07 smithi194 bash[32038]: cluster 2023-12-08T03:18:06.595446+0000 mgr.a (mgr.14403) 24224 : cluster 0 pgmap v18091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:07 smithi135 bash[32435]: cluster 2023-12-08T03:18:06.595446+0000 mgr.a (mgr.14403) 24224 : cluster 0 pgmap v18091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:09.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:09 smithi079 bash[28699]: audit 2023-12-08T03:18:07.646395+0000 mgr.a (mgr.14403) 24225 : audit 0 from='client.477396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:09.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:09 smithi194 bash[32038]: audit 2023-12-08T03:18:07.646395+0000 mgr.a (mgr.14403) 24225 : audit 0 from='client.477396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:09.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:09 smithi135 bash[32435]: audit 2023-12-08T03:18:07.646395+0000 mgr.a (mgr.14403) 24225 : audit 0 from='client.477396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:10 smithi079 bash[28699]: cluster 2023-12-08T03:18:08.596222+0000 mgr.a (mgr.14403) 24226 : cluster 0 pgmap v18092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:10 smithi194 bash[32038]: cluster 2023-12-08T03:18:08.596222+0000 mgr.a (mgr.14403) 24226 : cluster 0 pgmap v18092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:10 smithi135 bash[32435]: cluster 2023-12-08T03:18:08.596222+0000 mgr.a (mgr.14403) 24226 : cluster 0 pgmap v18092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:12 smithi079 bash[28699]: cluster 2023-12-08T03:18:10.596879+0000 mgr.a (mgr.14403) 24227 : cluster 0 pgmap v18093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:12 smithi194 bash[32038]: cluster 2023-12-08T03:18:10.596879+0000 mgr.a (mgr.14403) 24227 : cluster 0 pgmap v18093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:12 smithi135 bash[32435]: cluster 2023-12-08T03:18:10.596879+0000 mgr.a (mgr.14403) 24227 : cluster 0 pgmap v18093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:13.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:18:13.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:13.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:14.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:14.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:14.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:14.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:18:14.075 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:18:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:14 smithi079 bash[28699]: cluster 2023-12-08T03:18:12.597398+0000 mgr.a (mgr.14403) 24228 : cluster 0 pgmap v18094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:14 smithi194 bash[32038]: cluster 2023-12-08T03:18:12.597398+0000 mgr.a (mgr.14403) 24228 : cluster 0 pgmap v18094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:14.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:14 smithi135 bash[32435]: cluster 2023-12-08T03:18:12.597398+0000 mgr.a (mgr.14403) 24228 : cluster 0 pgmap v18094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:15 smithi079 bash[28699]: audit 2023-12-08T03:18:13.551328+0000 mgr.a (mgr.14403) 24229 : audit 0 from='client.477471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:15 smithi194 bash[32038]: audit 2023-12-08T03:18:13.551328+0000 mgr.a (mgr.14403) 24229 : audit 0 from='client.477471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:15.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:15 smithi135 bash[32435]: audit 2023-12-08T03:18:13.551328+0000 mgr.a (mgr.14403) 24229 : audit 0 from='client.477471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:16 smithi079 bash[28699]: cluster 2023-12-08T03:18:14.598348+0000 mgr.a (mgr.14403) 24230 : cluster 0 pgmap v18095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:16 smithi194 bash[32038]: cluster 2023-12-08T03:18:14.598348+0000 mgr.a (mgr.14403) 24230 : cluster 0 pgmap v18095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:16.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:16 smithi135 bash[32435]: cluster 2023-12-08T03:18:14.598348+0000 mgr.a (mgr.14403) 24230 : cluster 0 pgmap v18095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:18 smithi079 bash[28699]: cluster 2023-12-08T03:18:16.598855+0000 mgr.a (mgr.14403) 24231 : cluster 0 pgmap v18096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:18 smithi194 bash[32038]: cluster 2023-12-08T03:18:16.598855+0000 mgr.a (mgr.14403) 24231 : cluster 0 pgmap v18096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:18 smithi135 bash[32435]: cluster 2023-12-08T03:18:16.598855+0000 mgr.a (mgr.14403) 24231 : cluster 0 pgmap v18096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:19.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:18:19.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:19.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:19.980 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:18:19.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:19.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:19.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:19.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:18:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:20 smithi079 bash[28699]: cluster 2023-12-08T03:18:18.599520+0000 mgr.a (mgr.14403) 24232 : cluster 0 pgmap v18097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:18:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:20 smithi194 bash[32038]: cluster 2023-12-08T03:18:18.599520+0000 mgr.a (mgr.14403) 24232 : cluster 0 pgmap v18097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:18:20.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:20 smithi135 bash[32435]: cluster 2023-12-08T03:18:18.599520+0000 mgr.a (mgr.14403) 24232 : cluster 0 pgmap v18097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:18:21.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:21 smithi079 bash[28699]: audit 2023-12-08T03:18:19.475132+0000 mgr.a (mgr.14403) 24233 : audit 0 from='client.477546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:21.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:21 smithi194 bash[32038]: audit 2023-12-08T03:18:19.475132+0000 mgr.a (mgr.14403) 24233 : audit 0 from='client.477546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:21.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:21 smithi135 bash[32435]: audit 2023-12-08T03:18:19.475132+0000 mgr.a (mgr.14403) 24233 : audit 0 from='client.477546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:22 smithi079 bash[28699]: cluster 2023-12-08T03:18:20.600351+0000 mgr.a (mgr.14403) 24234 : cluster 0 pgmap v18098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:18:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:22 smithi194 bash[32038]: cluster 2023-12-08T03:18:20.600351+0000 mgr.a (mgr.14403) 24234 : cluster 0 pgmap v18098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:18:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:22 smithi135 bash[32435]: cluster 2023-12-08T03:18:20.600351+0000 mgr.a (mgr.14403) 24234 : cluster 0 pgmap v18098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:18:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:24 smithi079 bash[28699]: cluster 2023-12-08T03:18:22.600942+0000 mgr.a (mgr.14403) 24235 : cluster 0 pgmap v18099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:24 smithi194 bash[32038]: cluster 2023-12-08T03:18:22.600942+0000 mgr.a (mgr.14403) 24235 : cluster 0 pgmap v18099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:24.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:24 smithi135 bash[32435]: cluster 2023-12-08T03:18:22.600942+0000 mgr.a (mgr.14403) 24235 : cluster 0 pgmap v18099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:24.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:18:24.983 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:24.983 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:25.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:25.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:25.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:25.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:18:25.878 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:18:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:26 smithi079 bash[28699]: cluster 2023-12-08T03:18:24.601692+0000 mgr.a (mgr.14403) 24236 : cluster 0 pgmap v18100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:26 smithi079 bash[28699]: audit 2023-12-08T03:18:25.388903+0000 mgr.a (mgr.14403) 24237 : audit 0 from='client.477624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:26 smithi194 bash[32038]: cluster 2023-12-08T03:18:24.601692+0000 mgr.a (mgr.14403) 24236 : cluster 0 pgmap v18100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:26 smithi194 bash[32038]: audit 2023-12-08T03:18:25.388903+0000 mgr.a (mgr.14403) 24237 : audit 0 from='client.477624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:26 smithi135 bash[32435]: cluster 2023-12-08T03:18:24.601692+0000 mgr.a (mgr.14403) 24236 : cluster 0 pgmap v18100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:26.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:26 smithi135 bash[32435]: audit 2023-12-08T03:18:25.388903+0000 mgr.a (mgr.14403) 24237 : audit 0 from='client.477624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:28 smithi079 bash[28699]: cluster 2023-12-08T03:18:26.602334+0000 mgr.a (mgr.14403) 24238 : cluster 0 pgmap v18101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:28 smithi194 bash[32038]: cluster 2023-12-08T03:18:26.602334+0000 mgr.a (mgr.14403) 24238 : cluster 0 pgmap v18101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:28 smithi135 bash[32435]: cluster 2023-12-08T03:18:26.602334+0000 mgr.a (mgr.14403) 24238 : cluster 0 pgmap v18101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:30 smithi079 bash[28699]: cluster 2023-12-08T03:18:28.603037+0000 mgr.a (mgr.14403) 24239 : cluster 0 pgmap v18102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:30 smithi194 bash[32038]: cluster 2023-12-08T03:18:28.603037+0000 mgr.a (mgr.14403) 24239 : cluster 0 pgmap v18102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:30 smithi135 bash[32435]: cluster 2023-12-08T03:18:28.603037+0000 mgr.a (mgr.14403) 24239 : cluster 0 pgmap v18102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:30.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:18:30.882 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:30.882 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:31.774 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:18:31.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:31.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:31.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:31.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:18:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:32 smithi079 bash[28699]: cluster 2023-12-08T03:18:30.603690+0000 mgr.a (mgr.14403) 24240 : cluster 0 pgmap v18103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:32 smithi079 bash[28699]: audit 2023-12-08T03:18:31.290001+0000 mgr.a (mgr.14403) 24241 : audit 0 from='client.477696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:32 smithi194 bash[32038]: cluster 2023-12-08T03:18:30.603690+0000 mgr.a (mgr.14403) 24240 : cluster 0 pgmap v18103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:32 smithi194 bash[32038]: audit 2023-12-08T03:18:31.290001+0000 mgr.a (mgr.14403) 24241 : audit 0 from='client.477696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:32 smithi135 bash[32435]: cluster 2023-12-08T03:18:30.603690+0000 mgr.a (mgr.14403) 24240 : cluster 0 pgmap v18103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:32.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:32 smithi135 bash[32435]: audit 2023-12-08T03:18:31.290001+0000 mgr.a (mgr.14403) 24241 : audit 0 from='client.477696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:34 smithi079 bash[28699]: cluster 2023-12-08T03:18:32.604341+0000 mgr.a (mgr.14403) 24242 : cluster 0 pgmap v18104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:34 smithi194 bash[32038]: cluster 2023-12-08T03:18:32.604341+0000 mgr.a (mgr.14403) 24242 : cluster 0 pgmap v18104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:34.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:34 smithi135 bash[32435]: cluster 2023-12-08T03:18:32.604341+0000 mgr.a (mgr.14403) 24242 : cluster 0 pgmap v18104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:36 smithi079 bash[28699]: cluster 2023-12-08T03:18:34.605169+0000 mgr.a (mgr.14403) 24243 : cluster 0 pgmap v18105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:36 smithi194 bash[32038]: cluster 2023-12-08T03:18:34.605169+0000 mgr.a (mgr.14403) 24243 : cluster 0 pgmap v18105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:36 smithi135 bash[32435]: cluster 2023-12-08T03:18:34.605169+0000 mgr.a (mgr.14403) 24243 : cluster 0 pgmap v18105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:18:36.777 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:18:36.778 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:36.778 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:37.665 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:18:37.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:37.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:37.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:37.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:18:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:38 smithi079 bash[28699]: cluster 2023-12-08T03:18:36.605695+0000 mgr.a (mgr.14403) 24244 : cluster 0 pgmap v18106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:38.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:38 smithi079 bash[28699]: audit 2023-12-08T03:18:37.177657+0000 mgr.a (mgr.14403) 24245 : audit 0 from='client.477771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:38 smithi194 bash[32038]: cluster 2023-12-08T03:18:36.605695+0000 mgr.a (mgr.14403) 24244 : cluster 0 pgmap v18106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:38 smithi194 bash[32038]: audit 2023-12-08T03:18:37.177657+0000 mgr.a (mgr.14403) 24245 : audit 0 from='client.477771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:38 smithi135 bash[32435]: cluster 2023-12-08T03:18:36.605695+0000 mgr.a (mgr.14403) 24244 : cluster 0 pgmap v18106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:38 smithi135 bash[32435]: audit 2023-12-08T03:18:37.177657+0000 mgr.a (mgr.14403) 24245 : audit 0 from='client.477771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:40 smithi079 bash[28699]: cluster 2023-12-08T03:18:38.606411+0000 mgr.a (mgr.14403) 24246 : cluster 0 pgmap v18107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:40 smithi194 bash[32038]: cluster 2023-12-08T03:18:38.606411+0000 mgr.a (mgr.14403) 24246 : cluster 0 pgmap v18107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:40.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:40 smithi135 bash[32435]: cluster 2023-12-08T03:18:38.606411+0000 mgr.a (mgr.14403) 24246 : cluster 0 pgmap v18107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:42 smithi079 bash[28699]: cluster 2023-12-08T03:18:40.607191+0000 mgr.a (mgr.14403) 24247 : cluster 0 pgmap v18108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:42 smithi194 bash[32038]: cluster 2023-12-08T03:18:40.607191+0000 mgr.a (mgr.14403) 24247 : cluster 0 pgmap v18108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:42 smithi135 bash[32435]: cluster 2023-12-08T03:18:40.607191+0000 mgr.a (mgr.14403) 24247 : cluster 0 pgmap v18108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:18:42.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:18:42.669 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:42.669 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:43.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:43.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:43.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:43.558 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:18:43.558 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:18:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:44 smithi079 bash[28699]: cluster 2023-12-08T03:18:42.607724+0000 mgr.a (mgr.14403) 24248 : cluster 0 pgmap v18109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:44 smithi079 bash[28699]: audit 2023-12-08T03:18:43.065632+0000 mgr.a (mgr.14403) 24249 : audit 0 from='client.477846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:44 smithi194 bash[32038]: cluster 2023-12-08T03:18:42.607724+0000 mgr.a (mgr.14403) 24248 : cluster 0 pgmap v18109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:44 smithi194 bash[32038]: audit 2023-12-08T03:18:43.065632+0000 mgr.a (mgr.14403) 24249 : audit 0 from='client.477846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:44 smithi135 bash[32435]: cluster 2023-12-08T03:18:42.607724+0000 mgr.a (mgr.14403) 24248 : cluster 0 pgmap v18109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:44 smithi135 bash[32435]: audit 2023-12-08T03:18:43.065632+0000 mgr.a (mgr.14403) 24249 : audit 0 from='client.477846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:46.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:46 smithi079 bash[28699]: cluster 2023-12-08T03:18:44.608813+0000 mgr.a (mgr.14403) 24250 : cluster 0 pgmap v18110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:18:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:46 smithi194 bash[32038]: cluster 2023-12-08T03:18:44.608813+0000 mgr.a (mgr.14403) 24250 : cluster 0 pgmap v18110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:18:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:46 smithi135 bash[32435]: cluster 2023-12-08T03:18:44.608813+0000 mgr.a (mgr.14403) 24250 : cluster 0 pgmap v18110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:18:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:48 smithi079 bash[28699]: cluster 2023-12-08T03:18:46.609558+0000 mgr.a (mgr.14403) 24251 : cluster 0 pgmap v18111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:18:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:48 smithi194 bash[32038]: cluster 2023-12-08T03:18:46.609558+0000 mgr.a (mgr.14403) 24251 : cluster 0 pgmap v18111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:18:48.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:48 smithi135 bash[32435]: cluster 2023-12-08T03:18:46.609558+0000 mgr.a (mgr.14403) 24251 : cluster 0 pgmap v18111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:18:48.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:18:48.561 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:48.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:49.493 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:18:49.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:49.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:49.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:49.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:18:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:50 smithi079 bash[28699]: cluster 2023-12-08T03:18:48.610279+0000 mgr.a (mgr.14403) 24252 : cluster 0 pgmap v18112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:50 smithi079 bash[28699]: audit 2023-12-08T03:18:48.972937+0000 mgr.a (mgr.14403) 24253 : audit 0 from='client.477921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:50 smithi194 bash[32038]: cluster 2023-12-08T03:18:48.610279+0000 mgr.a (mgr.14403) 24252 : cluster 0 pgmap v18112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:50 smithi194 bash[32038]: audit 2023-12-08T03:18:48.972937+0000 mgr.a (mgr.14403) 24253 : audit 0 from='client.477921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:50 smithi135 bash[32435]: cluster 2023-12-08T03:18:48.610279+0000 mgr.a (mgr.14403) 24252 : cluster 0 pgmap v18112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:50 smithi135 bash[32435]: audit 2023-12-08T03:18:48.972937+0000 mgr.a (mgr.14403) 24253 : audit 0 from='client.477921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:52 smithi079 bash[28699]: cluster 2023-12-08T03:18:50.611200+0000 mgr.a (mgr.14403) 24254 : cluster 0 pgmap v18113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:18:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:52 smithi194 bash[32038]: cluster 2023-12-08T03:18:50.611200+0000 mgr.a (mgr.14403) 24254 : cluster 0 pgmap v18113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:18:52.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:52 smithi135 bash[32435]: cluster 2023-12-08T03:18:50.611200+0000 mgr.a (mgr.14403) 24254 : cluster 0 pgmap v18113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:18:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:54 smithi079 bash[28699]: cluster 2023-12-08T03:18:52.611735+0000 mgr.a (mgr.14403) 24255 : cluster 0 pgmap v18114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:54 smithi194 bash[32038]: cluster 2023-12-08T03:18:52.611735+0000 mgr.a (mgr.14403) 24255 : cluster 0 pgmap v18114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:54.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:54 smithi135 bash[32435]: cluster 2023-12-08T03:18:52.611735+0000 mgr.a (mgr.14403) 24255 : cluster 0 pgmap v18114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:18:54.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:18:54.495 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:18:54.495 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:18:55.423 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:18:55.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:18:55.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:18:55.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:18:55.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:18:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:56 smithi079 bash[28699]: cluster 2023-12-08T03:18:54.612352+0000 mgr.a (mgr.14403) 24256 : cluster 0 pgmap v18115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:56 smithi079 bash[28699]: audit 2023-12-08T03:18:54.904372+0000 mgr.a (mgr.14403) 24257 : audit 0 from='client.477996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:56 smithi194 bash[32038]: cluster 2023-12-08T03:18:54.612352+0000 mgr.a (mgr.14403) 24256 : cluster 0 pgmap v18115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:56 smithi194 bash[32038]: audit 2023-12-08T03:18:54.904372+0000 mgr.a (mgr.14403) 24257 : audit 0 from='client.477996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:56 smithi135 bash[32435]: cluster 2023-12-08T03:18:54.612352+0000 mgr.a (mgr.14403) 24256 : cluster 0 pgmap v18115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:18:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:56 smithi135 bash[32435]: audit 2023-12-08T03:18:54.904372+0000 mgr.a (mgr.14403) 24257 : audit 0 from='client.477996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:18:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:18:58 smithi079 bash[28699]: cluster 2023-12-08T03:18:56.613026+0000 mgr.a (mgr.14403) 24258 : cluster 0 pgmap v18116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:18:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:18:58 smithi194 bash[32038]: cluster 2023-12-08T03:18:56.613026+0000 mgr.a (mgr.14403) 24258 : cluster 0 pgmap v18116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:18:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:18:58 smithi135 bash[32435]: cluster 2023-12-08T03:18:56.613026+0000 mgr.a (mgr.14403) 24258 : cluster 0 pgmap v18116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:19:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:00 smithi079 bash[28699]: cluster 2023-12-08T03:18:58.613771+0000 mgr.a (mgr.14403) 24259 : cluster 0 pgmap v18117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:19:00.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:19:00.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:00.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:00 smithi194 bash[32038]: cluster 2023-12-08T03:18:58.613771+0000 mgr.a (mgr.14403) 24259 : cluster 0 pgmap v18117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:19:00.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:00 smithi135 bash[32435]: cluster 2023-12-08T03:18:58.613771+0000 mgr.a (mgr.14403) 24259 : cluster 0 pgmap v18117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:19:01.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:01.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:01.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:01.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:19:01.325 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:19:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:02 smithi079 bash[28699]: cluster 2023-12-08T03:19:00.614399+0000 mgr.a (mgr.14403) 24260 : cluster 0 pgmap v18118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:02 smithi079 bash[28699]: audit 2023-12-08T03:19:00.824371+0000 mgr.a (mgr.14403) 24261 : audit 0 from='client.478071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:02 smithi194 bash[32038]: cluster 2023-12-08T03:19:00.614399+0000 mgr.a (mgr.14403) 24260 : cluster 0 pgmap v18118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:02 smithi194 bash[32038]: audit 2023-12-08T03:19:00.824371+0000 mgr.a (mgr.14403) 24261 : audit 0 from='client.478071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:02 smithi135 bash[32435]: cluster 2023-12-08T03:19:00.614399+0000 mgr.a (mgr.14403) 24260 : cluster 0 pgmap v18118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:02 smithi135 bash[32435]: audit 2023-12-08T03:19:00.824371+0000 mgr.a (mgr.14403) 24261 : audit 0 from='client.478071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:03.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:03 smithi079 bash[28699]: audit 2023-12-08T03:19:02.558700+0000 mon.a (mon.0) 3792 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:19:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:03 smithi194 bash[32038]: audit 2023-12-08T03:19:02.558700+0000 mon.a (mon.0) 3792 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:19:03.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:03 smithi135 bash[32435]: audit 2023-12-08T03:19:02.558700+0000 mon.a (mon.0) 3792 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:19:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:04 smithi079 bash[28699]: cluster 2023-12-08T03:19:02.615114+0000 mgr.a (mgr.14403) 24262 : cluster 0 pgmap v18119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:04 smithi194 bash[32038]: cluster 2023-12-08T03:19:02.615114+0000 mgr.a (mgr.14403) 24262 : cluster 0 pgmap v18119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:04 smithi135 bash[32435]: cluster 2023-12-08T03:19:02.615114+0000 mgr.a (mgr.14403) 24262 : cluster 0 pgmap v18119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:06.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:19:06.328 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:06.328 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:06 smithi079 bash[28699]: cluster 2023-12-08T03:19:04.615990+0000 mgr.a (mgr.14403) 24263 : cluster 0 pgmap v18120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:06 smithi194 bash[32038]: cluster 2023-12-08T03:19:04.615990+0000 mgr.a (mgr.14403) 24263 : cluster 0 pgmap v18120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:06.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:06 smithi135 bash[32435]: cluster 2023-12-08T03:19:04.615990+0000 mgr.a (mgr.14403) 24263 : cluster 0 pgmap v18120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:07.214 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:19:07.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:07.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:07.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:07.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:19:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:08 smithi135 bash[32435]: cluster 2023-12-08T03:19:06.616509+0000 mgr.a (mgr.14403) 24264 : cluster 0 pgmap v18121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:08 smithi135 bash[32435]: audit 2023-12-08T03:19:06.726963+0000 mgr.a (mgr.14403) 24265 : audit 0 from='client.478149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:08.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:08 smithi194 bash[32038]: cluster 2023-12-08T03:19:06.616509+0000 mgr.a (mgr.14403) 24264 : cluster 0 pgmap v18121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:08.472 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:08 smithi194 bash[32038]: audit 2023-12-08T03:19:06.726963+0000 mgr.a (mgr.14403) 24265 : audit 0 from='client.478149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:08 smithi079 bash[28699]: cluster 2023-12-08T03:19:06.616509+0000 mgr.a (mgr.14403) 24264 : cluster 0 pgmap v18121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:08 smithi079 bash[28699]: audit 2023-12-08T03:19:06.726963+0000 mgr.a (mgr.14403) 24265 : audit 0 from='client.478149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:10 smithi194 bash[32038]: cluster 2023-12-08T03:19:08.617321+0000 mgr.a (mgr.14403) 24266 : cluster 0 pgmap v18122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:19:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:10 smithi135 bash[32435]: cluster 2023-12-08T03:19:08.617321+0000 mgr.a (mgr.14403) 24266 : cluster 0 pgmap v18122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:19:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:10 smithi079 bash[28699]: cluster 2023-12-08T03:19:08.617321+0000 mgr.a (mgr.14403) 24266 : cluster 0 pgmap v18122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:19:12.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:19:12.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:12.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:12 smithi194 bash[32038]: cluster 2023-12-08T03:19:10.618007+0000 mgr.a (mgr.14403) 24267 : cluster 0 pgmap v18123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:19:12.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:12 smithi135 bash[32435]: cluster 2023-12-08T03:19:10.618007+0000 mgr.a (mgr.14403) 24267 : cluster 0 pgmap v18123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:19:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:12 smithi079 bash[28699]: cluster 2023-12-08T03:19:10.618007+0000 mgr.a (mgr.14403) 24267 : cluster 0 pgmap v18123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:19:13.125 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:19:13.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:13.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:13.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:13.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:19:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:14 smithi194 bash[32038]: cluster 2023-12-08T03:19:12.618616+0000 mgr.a (mgr.14403) 24268 : cluster 0 pgmap v18124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:14 smithi194 bash[32038]: audit 2023-12-08T03:19:12.623531+0000 mgr.a (mgr.14403) 24269 : audit 0 from='client.478224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:14 smithi194 bash[32038]: audit 2023-12-08T03:19:13.511877+0000 mon.a (mon.0) 3793 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:19:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:14 smithi194 bash[32038]: audit 2023-12-08T03:19:13.518252+0000 mon.a (mon.0) 3794 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:19:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:14 smithi194 bash[32038]: audit 2023-12-08T03:19:13.519905+0000 mon.a (mon.0) 3795 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:19:14.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:14 smithi194 bash[32038]: audit 2023-12-08T03:19:13.521396+0000 mon.a (mon.0) 3796 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:19:14.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:14 smithi194 bash[32038]: audit 2023-12-08T03:19:13.529288+0000 mon.a (mon.0) 3797 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:19:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:14 smithi135 bash[32435]: cluster 2023-12-08T03:19:12.618616+0000 mgr.a (mgr.14403) 24268 : cluster 0 pgmap v18124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:14 smithi135 bash[32435]: audit 2023-12-08T03:19:12.623531+0000 mgr.a (mgr.14403) 24269 : audit 0 from='client.478224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:14 smithi135 bash[32435]: audit 2023-12-08T03:19:13.511877+0000 mon.a (mon.0) 3793 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:19:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:14 smithi135 bash[32435]: audit 2023-12-08T03:19:13.518252+0000 mon.a (mon.0) 3794 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:19:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:14 smithi135 bash[32435]: audit 2023-12-08T03:19:13.519905+0000 mon.a (mon.0) 3795 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:19:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:14 smithi135 bash[32435]: audit 2023-12-08T03:19:13.521396+0000 mon.a (mon.0) 3796 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:19:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:14 smithi135 bash[32435]: audit 2023-12-08T03:19:13.529288+0000 mon.a (mon.0) 3797 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:19:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:14 smithi079 bash[28699]: cluster 2023-12-08T03:19:12.618616+0000 mgr.a (mgr.14403) 24268 : cluster 0 pgmap v18124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:14 smithi079 bash[28699]: audit 2023-12-08T03:19:12.623531+0000 mgr.a (mgr.14403) 24269 : audit 0 from='client.478224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:14 smithi079 bash[28699]: audit 2023-12-08T03:19:13.511877+0000 mon.a (mon.0) 3793 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:19:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:14 smithi079 bash[28699]: audit 2023-12-08T03:19:13.518252+0000 mon.a (mon.0) 3794 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:19:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:14 smithi079 bash[28699]: audit 2023-12-08T03:19:13.519905+0000 mon.a (mon.0) 3795 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:19:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:14 smithi079 bash[28699]: audit 2023-12-08T03:19:13.521396+0000 mon.a (mon.0) 3796 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:19:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:14 smithi079 bash[28699]: audit 2023-12-08T03:19:13.529288+0000 mon.a (mon.0) 3797 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:19:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:16 smithi194 bash[32038]: cluster 2023-12-08T03:19:14.619567+0000 mgr.a (mgr.14403) 24270 : cluster 0 pgmap v18125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:16 smithi135 bash[32435]: cluster 2023-12-08T03:19:14.619567+0000 mgr.a (mgr.14403) 24270 : cluster 0 pgmap v18125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:16 smithi079 bash[28699]: cluster 2023-12-08T03:19:14.619567+0000 mgr.a (mgr.14403) 24270 : cluster 0 pgmap v18125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:18.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:19:18.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:18.129 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:18 smithi194 bash[32038]: cluster 2023-12-08T03:19:16.620191+0000 mgr.a (mgr.14403) 24271 : cluster 0 pgmap v18126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:18.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:18 smithi135 bash[32435]: cluster 2023-12-08T03:19:16.620191+0000 mgr.a (mgr.14403) 24271 : cluster 0 pgmap v18126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:18 smithi079 bash[28699]: cluster 2023-12-08T03:19:16.620191+0000 mgr.a (mgr.14403) 24271 : cluster 0 pgmap v18126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:19.028 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:19:19.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:19.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:19.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:19.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:19:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:20 smithi194 bash[32038]: audit 2023-12-08T03:19:18.531829+0000 mgr.a (mgr.14403) 24272 : audit 0 from='client.478296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:20 smithi194 bash[32038]: cluster 2023-12-08T03:19:18.620798+0000 mgr.a (mgr.14403) 24273 : cluster 0 pgmap v18127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:20 smithi135 bash[32435]: audit 2023-12-08T03:19:18.531829+0000 mgr.a (mgr.14403) 24272 : audit 0 from='client.478296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:20.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:20 smithi135 bash[32435]: cluster 2023-12-08T03:19:18.620798+0000 mgr.a (mgr.14403) 24273 : cluster 0 pgmap v18127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:20 smithi079 bash[28699]: audit 2023-12-08T03:19:18.531829+0000 mgr.a (mgr.14403) 24272 : audit 0 from='client.478296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:20 smithi079 bash[28699]: cluster 2023-12-08T03:19:18.620798+0000 mgr.a (mgr.14403) 24273 : cluster 0 pgmap v18127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:22 smithi194 bash[32038]: cluster 2023-12-08T03:19:20.621622+0000 mgr.a (mgr.14403) 24274 : cluster 0 pgmap v18128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:19:22.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:22 smithi135 bash[32435]: cluster 2023-12-08T03:19:20.621622+0000 mgr.a (mgr.14403) 24274 : cluster 0 pgmap v18128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:19:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:22 smithi079 bash[28699]: cluster 2023-12-08T03:19:20.621622+0000 mgr.a (mgr.14403) 24274 : cluster 0 pgmap v18128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:19:24.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:19:24.032 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:24.032 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:24 smithi194 bash[32038]: cluster 2023-12-08T03:19:22.622227+0000 mgr.a (mgr.14403) 24275 : cluster 0 pgmap v18129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:19:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:24 smithi135 bash[32435]: cluster 2023-12-08T03:19:22.622227+0000 mgr.a (mgr.14403) 24275 : cluster 0 pgmap v18129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:19:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:24 smithi079 bash[28699]: cluster 2023-12-08T03:19:22.622227+0000 mgr.a (mgr.14403) 24275 : cluster 0 pgmap v18129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:19:24.930 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:19:24.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:24.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:24.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:24.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:19:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:25 smithi194 bash[32038]: audit 2023-12-08T03:19:24.432176+0000 mgr.a (mgr.14403) 24276 : audit 0 from='client.478374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:25.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:25 smithi135 bash[32435]: audit 2023-12-08T03:19:24.432176+0000 mgr.a (mgr.14403) 24276 : audit 0 from='client.478374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:25 smithi079 bash[28699]: audit 2023-12-08T03:19:24.432176+0000 mgr.a (mgr.14403) 24276 : audit 0 from='client.478374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:26 smithi194 bash[32038]: cluster 2023-12-08T03:19:24.622858+0000 mgr.a (mgr.14403) 24277 : cluster 0 pgmap v18130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:26.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:26 smithi135 bash[32435]: cluster 2023-12-08T03:19:24.622858+0000 mgr.a (mgr.14403) 24277 : cluster 0 pgmap v18130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:26 smithi079 bash[28699]: cluster 2023-12-08T03:19:24.622858+0000 mgr.a (mgr.14403) 24277 : cluster 0 pgmap v18130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:28 smithi194 bash[32038]: cluster 2023-12-08T03:19:26.623488+0000 mgr.a (mgr.14403) 24278 : cluster 0 pgmap v18131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:28.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:28 smithi135 bash[32435]: cluster 2023-12-08T03:19:26.623488+0000 mgr.a (mgr.14403) 24278 : cluster 0 pgmap v18131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:28 smithi079 bash[28699]: cluster 2023-12-08T03:19:26.623488+0000 mgr.a (mgr.14403) 24278 : cluster 0 pgmap v18131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:29.933 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:19:29.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:29.934 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:30 smithi194 bash[32038]: cluster 2023-12-08T03:19:28.624171+0000 mgr.a (mgr.14403) 24279 : cluster 0 pgmap v18132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:19:30.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:30 smithi135 bash[32435]: cluster 2023-12-08T03:19:28.624171+0000 mgr.a (mgr.14403) 24279 : cluster 0 pgmap v18132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:19:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:30 smithi079 bash[28699]: cluster 2023-12-08T03:19:28.624171+0000 mgr.a (mgr.14403) 24279 : cluster 0 pgmap v18132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:19:30.860 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:19:30.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:30.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:30.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:30.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:19:31.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:31 smithi079 bash[28699]: audit 2023-12-08T03:19:30.339061+0000 mgr.a (mgr.14403) 24280 : audit 0 from='client.478452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:31 smithi194 bash[32038]: audit 2023-12-08T03:19:30.339061+0000 mgr.a (mgr.14403) 24280 : audit 0 from='client.478452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:31 smithi135 bash[32435]: audit 2023-12-08T03:19:30.339061+0000 mgr.a (mgr.14403) 24280 : audit 0 from='client.478452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:32 smithi079 bash[28699]: cluster 2023-12-08T03:19:30.624935+0000 mgr.a (mgr.14403) 24281 : cluster 0 pgmap v18133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:32 smithi194 bash[32038]: cluster 2023-12-08T03:19:30.624935+0000 mgr.a (mgr.14403) 24281 : cluster 0 pgmap v18133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:32 smithi135 bash[32435]: cluster 2023-12-08T03:19:30.624935+0000 mgr.a (mgr.14403) 24281 : cluster 0 pgmap v18133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:34 smithi079 bash[28699]: cluster 2023-12-08T03:19:32.625589+0000 mgr.a (mgr.14403) 24282 : cluster 0 pgmap v18134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:19:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:34 smithi194 bash[32038]: cluster 2023-12-08T03:19:32.625589+0000 mgr.a (mgr.14403) 24282 : cluster 0 pgmap v18134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:19:34.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:34 smithi135 bash[32435]: cluster 2023-12-08T03:19:32.625589+0000 mgr.a (mgr.14403) 24282 : cluster 0 pgmap v18134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:19:35.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:19:35.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:35.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:36 smithi079 bash[28699]: cluster 2023-12-08T03:19:34.626408+0000 mgr.a (mgr.14403) 24283 : cluster 0 pgmap v18135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:19:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:36 smithi194 bash[32038]: cluster 2023-12-08T03:19:34.626408+0000 mgr.a (mgr.14403) 24283 : cluster 0 pgmap v18135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:19:36.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:36 smithi135 bash[32435]: cluster 2023-12-08T03:19:34.626408+0000 mgr.a (mgr.14403) 24283 : cluster 0 pgmap v18135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:19:36.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:36.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:36.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:36.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:19:36.804 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:19:37.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:37 smithi079 bash[28699]: audit 2023-12-08T03:19:36.271599+0000 mgr.a (mgr.14403) 24284 : audit 0 from='client.478527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:37 smithi194 bash[32038]: audit 2023-12-08T03:19:36.271599+0000 mgr.a (mgr.14403) 24284 : audit 0 from='client.478527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:37.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:37 smithi135 bash[32435]: audit 2023-12-08T03:19:36.271599+0000 mgr.a (mgr.14403) 24284 : audit 0 from='client.478527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:38 smithi079 bash[28699]: cluster 2023-12-08T03:19:36.626898+0000 mgr.a (mgr.14403) 24285 : cluster 0 pgmap v18136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:38 smithi194 bash[32038]: cluster 2023-12-08T03:19:36.626898+0000 mgr.a (mgr.14403) 24285 : cluster 0 pgmap v18136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:38.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:38 smithi135 bash[32435]: cluster 2023-12-08T03:19:36.626898+0000 mgr.a (mgr.14403) 24285 : cluster 0 pgmap v18136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:40 smithi079 bash[28699]: cluster 2023-12-08T03:19:38.627737+0000 mgr.a (mgr.14403) 24286 : cluster 0 pgmap v18137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:19:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:40 smithi194 bash[32038]: cluster 2023-12-08T03:19:38.627737+0000 mgr.a (mgr.14403) 24286 : cluster 0 pgmap v18137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:19:40.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:40 smithi135 bash[32435]: cluster 2023-12-08T03:19:38.627737+0000 mgr.a (mgr.14403) 24286 : cluster 0 pgmap v18137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:19:41.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:19:41.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:41.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:42 smithi079 bash[28699]: cluster 2023-12-08T03:19:40.628450+0000 mgr.a (mgr.14403) 24287 : cluster 0 pgmap v18138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:19:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:42 smithi194 bash[32038]: cluster 2023-12-08T03:19:40.628450+0000 mgr.a (mgr.14403) 24287 : cluster 0 pgmap v18138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:19:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:42 smithi135 bash[32435]: cluster 2023-12-08T03:19:40.628450+0000 mgr.a (mgr.14403) 24287 : cluster 0 pgmap v18138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:19:42.745 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:19:42.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:42.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:42.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:42.745 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:19:43.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:43 smithi079 bash[28699]: audit 2023-12-08T03:19:42.225258+0000 mgr.a (mgr.14403) 24288 : audit 0 from='client.478602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:43 smithi194 bash[32038]: audit 2023-12-08T03:19:42.225258+0000 mgr.a (mgr.14403) 24288 : audit 0 from='client.478602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:43 smithi135 bash[32435]: audit 2023-12-08T03:19:42.225258+0000 mgr.a (mgr.14403) 24288 : audit 0 from='client.478602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:44 smithi079 bash[28699]: cluster 2023-12-08T03:19:42.629262+0000 mgr.a (mgr.14403) 24289 : cluster 0 pgmap v18139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:44 smithi194 bash[32038]: cluster 2023-12-08T03:19:42.629262+0000 mgr.a (mgr.14403) 24289 : cluster 0 pgmap v18139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:44.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:44 smithi135 bash[32435]: cluster 2023-12-08T03:19:42.629262+0000 mgr.a (mgr.14403) 24289 : cluster 0 pgmap v18139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:46 smithi079 bash[28699]: cluster 2023-12-08T03:19:44.630133+0000 mgr.a (mgr.14403) 24290 : cluster 0 pgmap v18140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:46 smithi194 bash[32038]: cluster 2023-12-08T03:19:44.630133+0000 mgr.a (mgr.14403) 24290 : cluster 0 pgmap v18140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:46 smithi135 bash[32435]: cluster 2023-12-08T03:19:44.630133+0000 mgr.a (mgr.14403) 24290 : cluster 0 pgmap v18140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:19:47.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:19:47.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:47.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:48.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:48.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:48.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:48.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:19:48.626 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:19:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:48 smithi079 bash[28699]: cluster 2023-12-08T03:19:46.630694+0000 mgr.a (mgr.14403) 24291 : cluster 0 pgmap v18141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:48 smithi194 bash[32038]: cluster 2023-12-08T03:19:46.630694+0000 mgr.a (mgr.14403) 24291 : cluster 0 pgmap v18141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:48.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:48 smithi135 bash[32435]: cluster 2023-12-08T03:19:46.630694+0000 mgr.a (mgr.14403) 24291 : cluster 0 pgmap v18141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:49.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:49 smithi079 bash[28699]: audit 2023-12-08T03:19:48.132903+0000 mgr.a (mgr.14403) 24292 : audit 0 from='client.478677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:49 smithi194 bash[32038]: audit 2023-12-08T03:19:48.132903+0000 mgr.a (mgr.14403) 24292 : audit 0 from='client.478677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:49.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:49 smithi135 bash[32435]: audit 2023-12-08T03:19:48.132903+0000 mgr.a (mgr.14403) 24292 : audit 0 from='client.478677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:50 smithi079 bash[28699]: cluster 2023-12-08T03:19:48.631555+0000 mgr.a (mgr.14403) 24293 : cluster 0 pgmap v18142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:19:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:50 smithi194 bash[32038]: cluster 2023-12-08T03:19:48.631555+0000 mgr.a (mgr.14403) 24293 : cluster 0 pgmap v18142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:19:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:50 smithi135 bash[32435]: cluster 2023-12-08T03:19:48.631555+0000 mgr.a (mgr.14403) 24293 : cluster 0 pgmap v18142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:19:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:52 smithi079 bash[28699]: cluster 2023-12-08T03:19:50.632236+0000 mgr.a (mgr.14403) 24294 : cluster 0 pgmap v18143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:19:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:52 smithi194 bash[32038]: cluster 2023-12-08T03:19:50.632236+0000 mgr.a (mgr.14403) 24294 : cluster 0 pgmap v18143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:19:52.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:52 smithi135 bash[32435]: cluster 2023-12-08T03:19:50.632236+0000 mgr.a (mgr.14403) 24294 : cluster 0 pgmap v18143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:19:53.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:19:53.629 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:53.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:19:54.531 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:19:54.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:19:54.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:19:54.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:19:54.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:19:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:54 smithi079 bash[28699]: cluster 2023-12-08T03:19:52.632794+0000 mgr.a (mgr.14403) 24295 : cluster 0 pgmap v18144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:19:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:54 smithi194 bash[32038]: cluster 2023-12-08T03:19:52.632794+0000 mgr.a (mgr.14403) 24295 : cluster 0 pgmap v18144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:19:54.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:54 smithi135 bash[32435]: cluster 2023-12-08T03:19:52.632794+0000 mgr.a (mgr.14403) 24295 : cluster 0 pgmap v18144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:19:55.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:55 smithi079 bash[28699]: audit 2023-12-08T03:19:54.035774+0000 mgr.a (mgr.14403) 24296 : audit 0 from='client.478752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:55 smithi194 bash[32038]: audit 2023-12-08T03:19:54.035774+0000 mgr.a (mgr.14403) 24296 : audit 0 from='client.478752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:55 smithi135 bash[32435]: audit 2023-12-08T03:19:54.035774+0000 mgr.a (mgr.14403) 24296 : audit 0 from='client.478752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:19:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:56 smithi079 bash[28699]: cluster 2023-12-08T03:19:54.633895+0000 mgr.a (mgr.14403) 24297 : cluster 0 pgmap v18145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:56 smithi194 bash[32038]: cluster 2023-12-08T03:19:54.633895+0000 mgr.a (mgr.14403) 24297 : cluster 0 pgmap v18145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:56.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:56 smithi135 bash[32435]: cluster 2023-12-08T03:19:54.633895+0000 mgr.a (mgr.14403) 24297 : cluster 0 pgmap v18145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:19:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:19:58 smithi079 bash[28699]: cluster 2023-12-08T03:19:56.634489+0000 mgr.a (mgr.14403) 24298 : cluster 0 pgmap v18146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:19:58 smithi194 bash[32038]: cluster 2023-12-08T03:19:56.634489+0000 mgr.a (mgr.14403) 24298 : cluster 0 pgmap v18146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:58.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:19:58 smithi135 bash[32435]: cluster 2023-12-08T03:19:56.634489+0000 mgr.a (mgr.14403) 24298 : cluster 0 pgmap v18146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:19:59.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:19:59.535 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:19:59.535 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:00.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:00.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:00.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:00.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:20:00.455 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:20:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:00 smithi079 bash[28699]: cluster 2023-12-08T03:19:58.635211+0000 mgr.a (mgr.14403) 24299 : cluster 0 pgmap v18147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:20:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:00 smithi079 bash[28699]: cluster 2023-12-08T03:20:00.000075+0000 mon.a (mon.0) 3798 : cluster 1 overall HEALTH_OK 2023-12-08T03:20:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:00 smithi194 bash[32038]: cluster 2023-12-08T03:19:58.635211+0000 mgr.a (mgr.14403) 24299 : cluster 0 pgmap v18147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:20:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:00 smithi194 bash[32038]: cluster 2023-12-08T03:20:00.000075+0000 mon.a (mon.0) 3798 : cluster 1 overall HEALTH_OK 2023-12-08T03:20:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:00 smithi135 bash[32435]: cluster 2023-12-08T03:19:58.635211+0000 mgr.a (mgr.14403) 24299 : cluster 0 pgmap v18147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:20:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:00 smithi135 bash[32435]: cluster 2023-12-08T03:20:00.000075+0000 mon.a (mon.0) 3798 : cluster 1 overall HEALTH_OK 2023-12-08T03:20:01.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:01 smithi079 bash[28699]: audit 2023-12-08T03:19:59.939503+0000 mgr.a (mgr.14403) 24300 : audit 0 from='client.478824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:01 smithi194 bash[32038]: audit 2023-12-08T03:19:59.939503+0000 mgr.a (mgr.14403) 24300 : audit 0 from='client.478824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:01.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:01 smithi135 bash[32435]: audit 2023-12-08T03:19:59.939503+0000 mgr.a (mgr.14403) 24300 : audit 0 from='client.478824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:02 smithi079 bash[28699]: cluster 2023-12-08T03:20:00.636115+0000 mgr.a (mgr.14403) 24301 : cluster 0 pgmap v18148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:20:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:02 smithi194 bash[32038]: cluster 2023-12-08T03:20:00.636115+0000 mgr.a (mgr.14403) 24301 : cluster 0 pgmap v18148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:20:02.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:02 smithi135 bash[32435]: cluster 2023-12-08T03:20:00.636115+0000 mgr.a (mgr.14403) 24301 : cluster 0 pgmap v18148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:20:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:04 smithi079 bash[28699]: cluster 2023-12-08T03:20:02.636685+0000 mgr.a (mgr.14403) 24302 : cluster 0 pgmap v18149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:20:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:04 smithi194 bash[32038]: cluster 2023-12-08T03:20:02.636685+0000 mgr.a (mgr.14403) 24302 : cluster 0 pgmap v18149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:20:04.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:04 smithi135 bash[32435]: cluster 2023-12-08T03:20:02.636685+0000 mgr.a (mgr.14403) 24302 : cluster 0 pgmap v18149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:20:05.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:20:05.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:05.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:06.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:06.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:06.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:06.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:20:06.347 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:20:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:06 smithi079 bash[28699]: cluster 2023-12-08T03:20:04.637449+0000 mgr.a (mgr.14403) 24303 : cluster 0 pgmap v18150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:20:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:06 smithi194 bash[32038]: cluster 2023-12-08T03:20:04.637449+0000 mgr.a (mgr.14403) 24303 : cluster 0 pgmap v18150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:20:06.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:06 smithi135 bash[32435]: cluster 2023-12-08T03:20:04.637449+0000 mgr.a (mgr.14403) 24303 : cluster 0 pgmap v18150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:20:07.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:07 smithi079 bash[28699]: audit 2023-12-08T03:20:05.858669+0000 mgr.a (mgr.14403) 24304 : audit 0 from='client.478902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:07 smithi194 bash[32038]: audit 2023-12-08T03:20:05.858669+0000 mgr.a (mgr.14403) 24304 : audit 0 from='client.478902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:07.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:07 smithi135 bash[32435]: audit 2023-12-08T03:20:05.858669+0000 mgr.a (mgr.14403) 24304 : audit 0 from='client.478902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:08 smithi079 bash[28699]: cluster 2023-12-08T03:20:06.638139+0000 mgr.a (mgr.14403) 24305 : cluster 0 pgmap v18151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:08 smithi194 bash[32038]: cluster 2023-12-08T03:20:06.638139+0000 mgr.a (mgr.14403) 24305 : cluster 0 pgmap v18151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:08.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:08 smithi135 bash[32435]: cluster 2023-12-08T03:20:06.638139+0000 mgr.a (mgr.14403) 24305 : cluster 0 pgmap v18151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:10 smithi079 bash[28699]: cluster 2023-12-08T03:20:08.638861+0000 mgr.a (mgr.14403) 24306 : cluster 0 pgmap v18152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:10 smithi194 bash[32038]: cluster 2023-12-08T03:20:08.638861+0000 mgr.a (mgr.14403) 24306 : cluster 0 pgmap v18152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:10 smithi135 bash[32435]: cluster 2023-12-08T03:20:08.638861+0000 mgr.a (mgr.14403) 24306 : cluster 0 pgmap v18152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:11.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:20:11.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:11.348 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:12.266 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:20:12.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:12.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:12.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:12.266 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:20:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:12 smithi079 bash[28699]: cluster 2023-12-08T03:20:10.639492+0000 mgr.a (mgr.14403) 24307 : cluster 0 pgmap v18153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:12 smithi194 bash[32038]: cluster 2023-12-08T03:20:10.639492+0000 mgr.a (mgr.14403) 24307 : cluster 0 pgmap v18153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:12.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:12 smithi135 bash[32435]: cluster 2023-12-08T03:20:10.639492+0000 mgr.a (mgr.14403) 24307 : cluster 0 pgmap v18153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:13.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:13 smithi079 bash[28699]: audit 2023-12-08T03:20:11.759517+0000 mgr.a (mgr.14403) 24308 : audit 0 from='client.478980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:13 smithi194 bash[32038]: audit 2023-12-08T03:20:11.759517+0000 mgr.a (mgr.14403) 24308 : audit 0 from='client.478980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:13.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:13 smithi135 bash[32435]: audit 2023-12-08T03:20:11.759517+0000 mgr.a (mgr.14403) 24308 : audit 0 from='client.478980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:14 smithi079 bash[28699]: cluster 2023-12-08T03:20:12.640205+0000 mgr.a (mgr.14403) 24309 : cluster 0 pgmap v18154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:14 smithi079 bash[28699]: audit 2023-12-08T03:20:13.633079+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:20:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:14 smithi194 bash[32038]: cluster 2023-12-08T03:20:12.640205+0000 mgr.a (mgr.14403) 24309 : cluster 0 pgmap v18154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:14 smithi194 bash[32038]: audit 2023-12-08T03:20:13.633079+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:20:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:14 smithi135 bash[32435]: cluster 2023-12-08T03:20:12.640205+0000 mgr.a (mgr.14403) 24309 : cluster 0 pgmap v18154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:14 smithi135 bash[32435]: audit 2023-12-08T03:20:13.633079+0000 mon.a (mon.0) 3799 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:20:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:16 smithi079 bash[28699]: cluster 2023-12-08T03:20:14.641082+0000 mgr.a (mgr.14403) 24310 : cluster 0 pgmap v18155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:16 smithi194 bash[32038]: cluster 2023-12-08T03:20:14.641082+0000 mgr.a (mgr.14403) 24310 : cluster 0 pgmap v18155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:16.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:16 smithi135 bash[32435]: cluster 2023-12-08T03:20:14.641082+0000 mgr.a (mgr.14403) 24310 : cluster 0 pgmap v18155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:17.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:20:17.269 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:17.270 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:18.151 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:20:18.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:18.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:18.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:18.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:20:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:18 smithi079 bash[28699]: cluster 2023-12-08T03:20:16.641703+0000 mgr.a (mgr.14403) 24311 : cluster 0 pgmap v18156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:18 smithi194 bash[32038]: cluster 2023-12-08T03:20:16.641703+0000 mgr.a (mgr.14403) 24311 : cluster 0 pgmap v18156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:18 smithi135 bash[32435]: cluster 2023-12-08T03:20:16.641703+0000 mgr.a (mgr.14403) 24311 : cluster 0 pgmap v18156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:19 smithi079 bash[28699]: audit 2023-12-08T03:20:17.671138+0000 mgr.a (mgr.14403) 24312 : audit 0 from='client.479058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:19.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:19 smithi079 bash[28699]: audit 2023-12-08T03:20:18.940748+0000 mon.a (mon.0) 3800 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:19 smithi079 bash[28699]: audit 2023-12-08T03:20:18.946865+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:19 smithi079 bash[28699]: audit 2023-12-08T03:20:18.994459+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:19 smithi079 bash[28699]: audit 2023-12-08T03:20:18.999950+0000 mon.a (mon.0) 3803 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:19 smithi079 bash[28699]: audit 2023-12-08T03:20:19.028589+0000 mon.a (mon.0) 3804 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:19 smithi079 bash[28699]: audit 2023-12-08T03:20:19.034191+0000 mon.a (mon.0) 3805 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:19 smithi194 bash[32038]: audit 2023-12-08T03:20:17.671138+0000 mgr.a (mgr.14403) 24312 : audit 0 from='client.479058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:19 smithi194 bash[32038]: audit 2023-12-08T03:20:18.940748+0000 mon.a (mon.0) 3800 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:19 smithi194 bash[32038]: audit 2023-12-08T03:20:18.946865+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:19 smithi194 bash[32038]: audit 2023-12-08T03:20:18.994459+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:19 smithi194 bash[32038]: audit 2023-12-08T03:20:18.999950+0000 mon.a (mon.0) 3803 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:19 smithi194 bash[32038]: audit 2023-12-08T03:20:19.028589+0000 mon.a (mon.0) 3804 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:19 smithi194 bash[32038]: audit 2023-12-08T03:20:19.034191+0000 mon.a (mon.0) 3805 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:19 smithi135 bash[32435]: audit 2023-12-08T03:20:17.671138+0000 mgr.a (mgr.14403) 24312 : audit 0 from='client.479058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:19 smithi135 bash[32435]: audit 2023-12-08T03:20:18.940748+0000 mon.a (mon.0) 3800 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:19 smithi135 bash[32435]: audit 2023-12-08T03:20:18.946865+0000 mon.a (mon.0) 3801 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:19 smithi135 bash[32435]: audit 2023-12-08T03:20:18.994459+0000 mon.a (mon.0) 3802 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:19 smithi135 bash[32435]: audit 2023-12-08T03:20:18.999950+0000 mon.a (mon.0) 3803 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:19 smithi135 bash[32435]: audit 2023-12-08T03:20:19.028589+0000 mon.a (mon.0) 3804 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:19 smithi135 bash[32435]: audit 2023-12-08T03:20:19.034191+0000 mon.a (mon.0) 3805 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.655 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:20 smithi079 bash[28699]: cluster 2023-12-08T03:20:18.642542+0000 mgr.a (mgr.14403) 24313 : cluster 0 pgmap v18157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:20.655 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:20 smithi079 bash[28699]: audit 2023-12-08T03:20:20.132844+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.655 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:20 smithi079 bash[28699]: audit 2023-12-08T03:20:20.140117+0000 mon.a (mon.0) 3807 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.655 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:20 smithi079 bash[28699]: audit 2023-12-08T03:20:20.145141+0000 mon.a (mon.0) 3808 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.655 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:20 smithi079 bash[28699]: audit 2023-12-08T03:20:20.149838+0000 mon.a (mon.0) 3809 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.655 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:20 smithi079 bash[28699]: audit 2023-12-08T03:20:20.155192+0000 mon.a (mon.0) 3810 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.655 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:20 smithi079 bash[28699]: audit 2023-12-08T03:20:20.160046+0000 mon.a (mon.0) 3811 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.655 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:20 smithi079 bash[28699]: audit 2023-12-08T03:20:20.161593+0000 mon.a (mon.0) 3812 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:20:20.655 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:20 smithi079 bash[28699]: audit 2023-12-08T03:20:20.162833+0000 mon.a (mon.0) 3813 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:20:20.655 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:20 smithi079 bash[28699]: audit 2023-12-08T03:20:20.171114+0000 mon.a (mon.0) 3814 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:20 smithi194 bash[32038]: cluster 2023-12-08T03:20:18.642542+0000 mgr.a (mgr.14403) 24313 : cluster 0 pgmap v18157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:20 smithi194 bash[32038]: audit 2023-12-08T03:20:20.132844+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:20 smithi194 bash[32038]: audit 2023-12-08T03:20:20.140117+0000 mon.a (mon.0) 3807 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:20 smithi194 bash[32038]: audit 2023-12-08T03:20:20.145141+0000 mon.a (mon.0) 3808 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:20 smithi194 bash[32038]: audit 2023-12-08T03:20:20.149838+0000 mon.a (mon.0) 3809 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:20 smithi194 bash[32038]: audit 2023-12-08T03:20:20.155192+0000 mon.a (mon.0) 3810 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:20 smithi194 bash[32038]: audit 2023-12-08T03:20:20.160046+0000 mon.a (mon.0) 3811 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:20 smithi194 bash[32038]: audit 2023-12-08T03:20:20.161593+0000 mon.a (mon.0) 3812 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:20:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:20 smithi194 bash[32038]: audit 2023-12-08T03:20:20.162833+0000 mon.a (mon.0) 3813 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:20:20.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:20 smithi194 bash[32038]: audit 2023-12-08T03:20:20.171114+0000 mon.a (mon.0) 3814 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:20 smithi135 bash[32435]: cluster 2023-12-08T03:20:18.642542+0000 mgr.a (mgr.14403) 24313 : cluster 0 pgmap v18157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:20 smithi135 bash[32435]: audit 2023-12-08T03:20:20.132844+0000 mon.a (mon.0) 3806 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:20 smithi135 bash[32435]: audit 2023-12-08T03:20:20.140117+0000 mon.a (mon.0) 3807 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:20 smithi135 bash[32435]: audit 2023-12-08T03:20:20.145141+0000 mon.a (mon.0) 3808 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:20 smithi135 bash[32435]: audit 2023-12-08T03:20:20.149838+0000 mon.a (mon.0) 3809 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:20 smithi135 bash[32435]: audit 2023-12-08T03:20:20.155192+0000 mon.a (mon.0) 3810 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:20 smithi135 bash[32435]: audit 2023-12-08T03:20:20.160046+0000 mon.a (mon.0) 3811 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:20 smithi135 bash[32435]: audit 2023-12-08T03:20:20.161593+0000 mon.a (mon.0) 3812 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:20:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:20 smithi135 bash[32435]: audit 2023-12-08T03:20:20.162833+0000 mon.a (mon.0) 3813 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:20:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:20 smithi135 bash[32435]: audit 2023-12-08T03:20:20.171114+0000 mon.a (mon.0) 3814 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:20:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:22 smithi079 bash[28699]: cluster 2023-12-08T03:20:20.643224+0000 mgr.a (mgr.14403) 24314 : cluster 0 pgmap v18158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:22 smithi194 bash[32038]: cluster 2023-12-08T03:20:20.643224+0000 mgr.a (mgr.14403) 24314 : cluster 0 pgmap v18158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:22 smithi135 bash[32435]: cluster 2023-12-08T03:20:20.643224+0000 mgr.a (mgr.14403) 24314 : cluster 0 pgmap v18158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:23.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:20:23.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:23.154 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:24.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:24.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:24.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:24.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:20:24.061 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:20:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:24 smithi079 bash[28699]: cluster 2023-12-08T03:20:22.643809+0000 mgr.a (mgr.14403) 24315 : cluster 0 pgmap v18159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:24 smithi194 bash[32038]: cluster 2023-12-08T03:20:22.643809+0000 mgr.a (mgr.14403) 24315 : cluster 0 pgmap v18159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:24.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:24 smithi135 bash[32435]: cluster 2023-12-08T03:20:22.643809+0000 mgr.a (mgr.14403) 24315 : cluster 0 pgmap v18159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:25.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:25 smithi079 bash[28699]: audit 2023-12-08T03:20:23.561379+0000 mgr.a (mgr.14403) 24316 : audit 0 from='client.479136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:25 smithi194 bash[32038]: audit 2023-12-08T03:20:23.561379+0000 mgr.a (mgr.14403) 24316 : audit 0 from='client.479136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:25.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:25 smithi135 bash[32435]: audit 2023-12-08T03:20:23.561379+0000 mgr.a (mgr.14403) 24316 : audit 0 from='client.479136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:26.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:26 smithi079 bash[28699]: cluster 2023-12-08T03:20:24.644840+0000 mgr.a (mgr.14403) 24317 : cluster 0 pgmap v18160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:20:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:26 smithi194 bash[32038]: cluster 2023-12-08T03:20:24.644840+0000 mgr.a (mgr.14403) 24317 : cluster 0 pgmap v18160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:20:26.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:26 smithi135 bash[32435]: cluster 2023-12-08T03:20:24.644840+0000 mgr.a (mgr.14403) 24317 : cluster 0 pgmap v18160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:20:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:28 smithi079 bash[28699]: cluster 2023-12-08T03:20:26.645430+0000 mgr.a (mgr.14403) 24318 : cluster 0 pgmap v18161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:20:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:28 smithi194 bash[32038]: cluster 2023-12-08T03:20:26.645430+0000 mgr.a (mgr.14403) 24318 : cluster 0 pgmap v18161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:20:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:28 smithi135 bash[32435]: cluster 2023-12-08T03:20:26.645430+0000 mgr.a (mgr.14403) 24318 : cluster 0 pgmap v18161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:20:29.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:20:29.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:29.064 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:29.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:29.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:29.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:29.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:20:29.993 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:20:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:30 smithi079 bash[28699]: cluster 2023-12-08T03:20:28.646096+0000 mgr.a (mgr.14403) 24319 : cluster 0 pgmap v18162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:20:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:30 smithi194 bash[32038]: cluster 2023-12-08T03:20:28.646096+0000 mgr.a (mgr.14403) 24319 : cluster 0 pgmap v18162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:20:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:30 smithi135 bash[32435]: cluster 2023-12-08T03:20:28.646096+0000 mgr.a (mgr.14403) 24319 : cluster 0 pgmap v18162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:20:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:31 smithi194 bash[32038]: audit 2023-12-08T03:20:29.475022+0000 mgr.a (mgr.14403) 24320 : audit 0 from='client.479214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:31.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:31 smithi135 bash[32435]: audit 2023-12-08T03:20:29.475022+0000 mgr.a (mgr.14403) 24320 : audit 0 from='client.479214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:31.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:31 smithi079 bash[28699]: audit 2023-12-08T03:20:29.475022+0000 mgr.a (mgr.14403) 24320 : audit 0 from='client.479214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:32 smithi194 bash[32038]: cluster 2023-12-08T03:20:30.647034+0000 mgr.a (mgr.14403) 24321 : cluster 0 pgmap v18163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:20:32.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:32 smithi135 bash[32435]: cluster 2023-12-08T03:20:30.647034+0000 mgr.a (mgr.14403) 24321 : cluster 0 pgmap v18163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:20:32.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:32 smithi079 bash[28699]: cluster 2023-12-08T03:20:30.647034+0000 mgr.a (mgr.14403) 24321 : cluster 0 pgmap v18163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:20:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:34 smithi194 bash[32038]: cluster 2023-12-08T03:20:32.647668+0000 mgr.a (mgr.14403) 24322 : cluster 0 pgmap v18164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:20:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:34 smithi135 bash[32435]: cluster 2023-12-08T03:20:32.647668+0000 mgr.a (mgr.14403) 24322 : cluster 0 pgmap v18164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:20:34.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:34 smithi079 bash[28699]: cluster 2023-12-08T03:20:32.647668+0000 mgr.a (mgr.14403) 24322 : cluster 0 pgmap v18164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:20:34.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:20:34.996 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:34.996 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:35.899 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:20:35.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:35.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:35.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:35.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:20:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:36 smithi194 bash[32038]: cluster 2023-12-08T03:20:34.648485+0000 mgr.a (mgr.14403) 24323 : cluster 0 pgmap v18165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:36 smithi194 bash[32038]: audit 2023-12-08T03:20:35.399267+0000 mgr.a (mgr.14403) 24324 : audit 0 from='client.479292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:36 smithi135 bash[32435]: cluster 2023-12-08T03:20:34.648485+0000 mgr.a (mgr.14403) 24323 : cluster 0 pgmap v18165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:36 smithi135 bash[32435]: audit 2023-12-08T03:20:35.399267+0000 mgr.a (mgr.14403) 24324 : audit 0 from='client.479292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:36.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:36 smithi079 bash[28699]: cluster 2023-12-08T03:20:34.648485+0000 mgr.a (mgr.14403) 24323 : cluster 0 pgmap v18165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:36 smithi079 bash[28699]: audit 2023-12-08T03:20:35.399267+0000 mgr.a (mgr.14403) 24324 : audit 0 from='client.479292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:38 smithi194 bash[32038]: cluster 2023-12-08T03:20:36.649268+0000 mgr.a (mgr.14403) 24325 : cluster 0 pgmap v18166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:20:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:38 smithi135 bash[32435]: cluster 2023-12-08T03:20:36.649268+0000 mgr.a (mgr.14403) 24325 : cluster 0 pgmap v18166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:20:38.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:38 smithi079 bash[28699]: cluster 2023-12-08T03:20:36.649268+0000 mgr.a (mgr.14403) 24325 : cluster 0 pgmap v18166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:20:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:40 smithi194 bash[32038]: cluster 2023-12-08T03:20:38.650068+0000 mgr.a (mgr.14403) 24326 : cluster 0 pgmap v18167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:20:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:40 smithi135 bash[32435]: cluster 2023-12-08T03:20:38.650068+0000 mgr.a (mgr.14403) 24326 : cluster 0 pgmap v18167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:20:40.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:40 smithi079 bash[28699]: cluster 2023-12-08T03:20:38.650068+0000 mgr.a (mgr.14403) 24326 : cluster 0 pgmap v18167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:20:40.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:20:40.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:40.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:41.798 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:20:41.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:41.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:41.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:41.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:20:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:42 smithi194 bash[32038]: cluster 2023-12-08T03:20:40.650722+0000 mgr.a (mgr.14403) 24327 : cluster 0 pgmap v18168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:20:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:42 smithi194 bash[32038]: audit 2023-12-08T03:20:41.297898+0000 mgr.a (mgr.14403) 24328 : audit 0 from='client.479370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:42.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:42 smithi135 bash[32435]: cluster 2023-12-08T03:20:40.650722+0000 mgr.a (mgr.14403) 24327 : cluster 0 pgmap v18168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:20:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:42 smithi135 bash[32435]: audit 2023-12-08T03:20:41.297898+0000 mgr.a (mgr.14403) 24328 : audit 0 from='client.479370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:42.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:42 smithi079 bash[28699]: cluster 2023-12-08T03:20:40.650722+0000 mgr.a (mgr.14403) 24327 : cluster 0 pgmap v18168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:20:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:42 smithi079 bash[28699]: audit 2023-12-08T03:20:41.297898+0000 mgr.a (mgr.14403) 24328 : audit 0 from='client.479370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:44 smithi194 bash[32038]: cluster 2023-12-08T03:20:42.651421+0000 mgr.a (mgr.14403) 24329 : cluster 0 pgmap v18169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:44 smithi135 bash[32435]: cluster 2023-12-08T03:20:42.651421+0000 mgr.a (mgr.14403) 24329 : cluster 0 pgmap v18169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:44.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:44 smithi079 bash[28699]: cluster 2023-12-08T03:20:42.651421+0000 mgr.a (mgr.14403) 24329 : cluster 0 pgmap v18169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:46 smithi194 bash[32038]: cluster 2023-12-08T03:20:44.652241+0000 mgr.a (mgr.14403) 24330 : cluster 0 pgmap v18170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:46.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:46 smithi135 bash[32435]: cluster 2023-12-08T03:20:44.652241+0000 mgr.a (mgr.14403) 24330 : cluster 0 pgmap v18170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:46.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:20:46.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:46.803 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:46.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:46 smithi079 bash[28699]: cluster 2023-12-08T03:20:44.652241+0000 mgr.a (mgr.14403) 24330 : cluster 0 pgmap v18170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:20:47.723 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:20:47.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:47.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:47.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:47.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:20:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:48 smithi194 bash[32038]: cluster 2023-12-08T03:20:46.652833+0000 mgr.a (mgr.14403) 24331 : cluster 0 pgmap v18171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:48 smithi194 bash[32038]: audit 2023-12-08T03:20:47.210801+0000 mgr.a (mgr.14403) 24332 : audit 0 from='client.479442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:48 smithi135 bash[32435]: cluster 2023-12-08T03:20:46.652833+0000 mgr.a (mgr.14403) 24331 : cluster 0 pgmap v18171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:48 smithi135 bash[32435]: audit 2023-12-08T03:20:47.210801+0000 mgr.a (mgr.14403) 24332 : audit 0 from='client.479442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:48.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:48 smithi079 bash[28699]: cluster 2023-12-08T03:20:46.652833+0000 mgr.a (mgr.14403) 24331 : cluster 0 pgmap v18171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:48 smithi079 bash[28699]: audit 2023-12-08T03:20:47.210801+0000 mgr.a (mgr.14403) 24332 : audit 0 from='client.479442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:50 smithi194 bash[32038]: cluster 2023-12-08T03:20:48.653644+0000 mgr.a (mgr.14403) 24333 : cluster 0 pgmap v18172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:50.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:50 smithi135 bash[32435]: cluster 2023-12-08T03:20:48.653644+0000 mgr.a (mgr.14403) 24333 : cluster 0 pgmap v18172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:50 smithi079 bash[28699]: cluster 2023-12-08T03:20:48.653644+0000 mgr.a (mgr.14403) 24333 : cluster 0 pgmap v18172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:52 smithi194 bash[32038]: cluster 2023-12-08T03:20:50.654339+0000 mgr.a (mgr.14403) 24334 : cluster 0 pgmap v18173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:52 smithi135 bash[32435]: cluster 2023-12-08T03:20:50.654339+0000 mgr.a (mgr.14403) 24334 : cluster 0 pgmap v18173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:52.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:20:52.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:52.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:52.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:52 smithi079 bash[28699]: cluster 2023-12-08T03:20:50.654339+0000 mgr.a (mgr.14403) 24334 : cluster 0 pgmap v18173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:20:53.672 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:20:53.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:53.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:53.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:53.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:20:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:54 smithi194 bash[32038]: cluster 2023-12-08T03:20:52.654919+0000 mgr.a (mgr.14403) 24335 : cluster 0 pgmap v18174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:54 smithi194 bash[32038]: audit 2023-12-08T03:20:53.125393+0000 mgr.a (mgr.14403) 24336 : audit 0 from='client.479517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:54 smithi135 bash[32435]: cluster 2023-12-08T03:20:52.654919+0000 mgr.a (mgr.14403) 24335 : cluster 0 pgmap v18174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:54 smithi135 bash[32435]: audit 2023-12-08T03:20:53.125393+0000 mgr.a (mgr.14403) 24336 : audit 0 from='client.479517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:54 smithi079 bash[28699]: cluster 2023-12-08T03:20:52.654919+0000 mgr.a (mgr.14403) 24335 : cluster 0 pgmap v18174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:20:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:54 smithi079 bash[28699]: audit 2023-12-08T03:20:53.125393+0000 mgr.a (mgr.14403) 24336 : audit 0 from='client.479517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:20:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:56 smithi194 bash[32038]: cluster 2023-12-08T03:20:54.655785+0000 mgr.a (mgr.14403) 24337 : cluster 0 pgmap v18175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:20:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:56 smithi135 bash[32435]: cluster 2023-12-08T03:20:54.655785+0000 mgr.a (mgr.14403) 24337 : cluster 0 pgmap v18175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:20:56.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:56 smithi079 bash[28699]: cluster 2023-12-08T03:20:54.655785+0000 mgr.a (mgr.14403) 24337 : cluster 0 pgmap v18175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:20:58.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:20:58.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:20:58.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:20:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:20:58 smithi135 bash[32435]: cluster 2023-12-08T03:20:56.656482+0000 mgr.a (mgr.14403) 24338 : cluster 0 pgmap v18176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:20:58.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:20:58 smithi079 bash[28699]: cluster 2023-12-08T03:20:56.656482+0000 mgr.a (mgr.14403) 24338 : cluster 0 pgmap v18176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:20:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:20:58 smithi194 bash[32038]: cluster 2023-12-08T03:20:56.656482+0000 mgr.a (mgr.14403) 24338 : cluster 0 pgmap v18176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:20:59.599 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:20:59.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:20:59.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:20:59.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:20:59.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:21:00.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:00 smithi079 bash[28699]: cluster 2023-12-08T03:20:58.657182+0000 mgr.a (mgr.14403) 24339 : cluster 0 pgmap v18177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:00.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:00 smithi079 bash[28699]: audit 2023-12-08T03:20:59.078067+0000 mgr.a (mgr.14403) 24340 : audit 0 from='client.479595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:00 smithi194 bash[32038]: cluster 2023-12-08T03:20:58.657182+0000 mgr.a (mgr.14403) 24339 : cluster 0 pgmap v18177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:00 smithi194 bash[32038]: audit 2023-12-08T03:20:59.078067+0000 mgr.a (mgr.14403) 24340 : audit 0 from='client.479595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:00 smithi135 bash[32435]: cluster 2023-12-08T03:20:58.657182+0000 mgr.a (mgr.14403) 24339 : cluster 0 pgmap v18177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:00 smithi135 bash[32435]: audit 2023-12-08T03:20:59.078067+0000 mgr.a (mgr.14403) 24340 : audit 0 from='client.479595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:02.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:02 smithi079 bash[28699]: cluster 2023-12-08T03:21:00.658001+0000 mgr.a (mgr.14403) 24341 : cluster 0 pgmap v18178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:21:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:02 smithi194 bash[32038]: cluster 2023-12-08T03:21:00.658001+0000 mgr.a (mgr.14403) 24341 : cluster 0 pgmap v18178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:21:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:02 smithi135 bash[32435]: cluster 2023-12-08T03:21:00.658001+0000 mgr.a (mgr.14403) 24341 : cluster 0 pgmap v18178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:21:04.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:21:04.603 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:04.603 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:04.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:04 smithi079 bash[28699]: cluster 2023-12-08T03:21:02.658526+0000 mgr.a (mgr.14403) 24342 : cluster 0 pgmap v18179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:04 smithi194 bash[32038]: cluster 2023-12-08T03:21:02.658526+0000 mgr.a (mgr.14403) 24342 : cluster 0 pgmap v18179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:04 smithi135 bash[32435]: cluster 2023-12-08T03:21:02.658526+0000 mgr.a (mgr.14403) 24342 : cluster 0 pgmap v18179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:05.490 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:21:05.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:05.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:05.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:05.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:21:06.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:06 smithi079 bash[28699]: cluster 2023-12-08T03:21:04.659340+0000 mgr.a (mgr.14403) 24343 : cluster 0 pgmap v18180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:06 smithi079 bash[28699]: audit 2023-12-08T03:21:05.009904+0000 mgr.a (mgr.14403) 24344 : audit 0 from='client.479673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:06 smithi194 bash[32038]: cluster 2023-12-08T03:21:04.659340+0000 mgr.a (mgr.14403) 24343 : cluster 0 pgmap v18180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:06 smithi194 bash[32038]: audit 2023-12-08T03:21:05.009904+0000 mgr.a (mgr.14403) 24344 : audit 0 from='client.479673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:06 smithi135 bash[32435]: cluster 2023-12-08T03:21:04.659340+0000 mgr.a (mgr.14403) 24343 : cluster 0 pgmap v18180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:06 smithi135 bash[32435]: audit 2023-12-08T03:21:05.009904+0000 mgr.a (mgr.14403) 24344 : audit 0 from='client.479673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:07.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:07 smithi079 bash[28699]: cluster 2023-12-08T03:21:06.659948+0000 mgr.a (mgr.14403) 24345 : cluster 0 pgmap v18181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:21:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:07 smithi194 bash[32038]: cluster 2023-12-08T03:21:06.659948+0000 mgr.a (mgr.14403) 24345 : cluster 0 pgmap v18181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:21:07.956 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:07 smithi135 bash[32435]: cluster 2023-12-08T03:21:06.659948+0000 mgr.a (mgr.14403) 24345 : cluster 0 pgmap v18181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:21:10.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:09 smithi079 bash[28699]: cluster 2023-12-08T03:21:08.660676+0000 mgr.a (mgr.14403) 24346 : cluster 0 pgmap v18182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:21:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:09 smithi194 bash[32038]: cluster 2023-12-08T03:21:08.660676+0000 mgr.a (mgr.14403) 24346 : cluster 0 pgmap v18182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:21:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:09 smithi135 bash[32435]: cluster 2023-12-08T03:21:08.660676+0000 mgr.a (mgr.14403) 24346 : cluster 0 pgmap v18182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:21:10.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:21:10.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:10.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:11.370 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:21:11.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:11.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:11.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:11.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:21:12.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:11 smithi079 bash[28699]: cluster 2023-12-08T03:21:10.661350+0000 mgr.a (mgr.14403) 24347 : cluster 0 pgmap v18183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:12.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:11 smithi079 bash[28699]: audit 2023-12-08T03:21:10.882845+0000 mgr.a (mgr.14403) 24348 : audit 0 from='client.479745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:11 smithi194 bash[32038]: cluster 2023-12-08T03:21:10.661350+0000 mgr.a (mgr.14403) 24347 : cluster 0 pgmap v18183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:11 smithi194 bash[32038]: audit 2023-12-08T03:21:10.882845+0000 mgr.a (mgr.14403) 24348 : audit 0 from='client.479745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:12.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:11 smithi135 bash[32435]: cluster 2023-12-08T03:21:10.661350+0000 mgr.a (mgr.14403) 24347 : cluster 0 pgmap v18183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:12.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:11 smithi135 bash[32435]: audit 2023-12-08T03:21:10.882845+0000 mgr.a (mgr.14403) 24348 : audit 0 from='client.479745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:13 smithi194 bash[32038]: cluster 2023-12-08T03:21:12.662025+0000 mgr.a (mgr.14403) 24349 : cluster 0 pgmap v18184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:14.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:13 smithi135 bash[32435]: cluster 2023-12-08T03:21:12.662025+0000 mgr.a (mgr.14403) 24349 : cluster 0 pgmap v18184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:13 smithi079 bash[28699]: cluster 2023-12-08T03:21:12.662025+0000 mgr.a (mgr.14403) 24349 : cluster 0 pgmap v18184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:15 smithi194 bash[32038]: cluster 2023-12-08T03:21:14.662834+0000 mgr.a (mgr.14403) 24350 : cluster 0 pgmap v18185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:15 smithi135 bash[32435]: cluster 2023-12-08T03:21:14.662834+0000 mgr.a (mgr.14403) 24350 : cluster 0 pgmap v18185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:16.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:21:16.374 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:16.374 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:15 smithi079 bash[28699]: cluster 2023-12-08T03:21:14.662834+0000 mgr.a (mgr.14403) 24350 : cluster 0 pgmap v18185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:17.246 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:21:17.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:17.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:17.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:17.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:21:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:17 smithi194 bash[32038]: cluster 2023-12-08T03:21:16.663381+0000 mgr.a (mgr.14403) 24351 : cluster 0 pgmap v18186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:17 smithi194 bash[32038]: audit 2023-12-08T03:21:16.764695+0000 mgr.a (mgr.14403) 24352 : audit 0 from='client.479823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:17 smithi135 bash[32435]: cluster 2023-12-08T03:21:16.663381+0000 mgr.a (mgr.14403) 24351 : cluster 0 pgmap v18186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:17 smithi135 bash[32435]: audit 2023-12-08T03:21:16.764695+0000 mgr.a (mgr.14403) 24352 : audit 0 from='client.479823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:17 smithi079 bash[28699]: cluster 2023-12-08T03:21:16.663381+0000 mgr.a (mgr.14403) 24351 : cluster 0 pgmap v18186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:18.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:17 smithi079 bash[28699]: audit 2023-12-08T03:21:16.764695+0000 mgr.a (mgr.14403) 24352 : audit 0 from='client.479823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:19 smithi194 bash[32038]: cluster 2023-12-08T03:21:18.664186+0000 mgr.a (mgr.14403) 24353 : cluster 0 pgmap v18187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:21:20.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:19 smithi135 bash[32435]: cluster 2023-12-08T03:21:18.664186+0000 mgr.a (mgr.14403) 24353 : cluster 0 pgmap v18187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:21:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:19 smithi079 bash[28699]: cluster 2023-12-08T03:21:18.664186+0000 mgr.a (mgr.14403) 24353 : cluster 0 pgmap v18187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:21:21.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:20 smithi194 bash[32038]: audit 2023-12-08T03:21:20.274019+0000 mon.a (mon.0) 3815 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:21:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:20 smithi135 bash[32435]: audit 2023-12-08T03:21:20.274019+0000 mon.a (mon.0) 3815 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:21:21.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:20 smithi079 bash[28699]: audit 2023-12-08T03:21:20.274019+0000 mon.a (mon.0) 3815 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:21:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:21 smithi194 bash[32038]: cluster 2023-12-08T03:21:20.664837+0000 mgr.a (mgr.14403) 24354 : cluster 0 pgmap v18188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:21:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:21 smithi194 bash[32038]: audit 2023-12-08T03:21:21.017301+0000 mon.a (mon.0) 3816 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:21:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:21 smithi194 bash[32038]: audit 2023-12-08T03:21:21.019156+0000 mon.a (mon.0) 3817 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:21:22.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:21 smithi194 bash[32038]: audit 2023-12-08T03:21:21.028383+0000 mon.a (mon.0) 3818 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:21:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:21 smithi135 bash[32435]: cluster 2023-12-08T03:21:20.664837+0000 mgr.a (mgr.14403) 24354 : cluster 0 pgmap v18188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:21:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:21 smithi135 bash[32435]: audit 2023-12-08T03:21:21.017301+0000 mon.a (mon.0) 3816 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:21:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:21 smithi135 bash[32435]: audit 2023-12-08T03:21:21.019156+0000 mon.a (mon.0) 3817 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:21:22.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:21 smithi135 bash[32435]: audit 2023-12-08T03:21:21.028383+0000 mon.a (mon.0) 3818 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:21:22.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:21:22.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:22.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:21 smithi079 bash[28699]: cluster 2023-12-08T03:21:20.664837+0000 mgr.a (mgr.14403) 24354 : cluster 0 pgmap v18188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:21:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:21 smithi079 bash[28699]: audit 2023-12-08T03:21:21.017301+0000 mon.a (mon.0) 3816 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:21:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:21 smithi079 bash[28699]: audit 2023-12-08T03:21:21.019156+0000 mon.a (mon.0) 3817 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:21:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:21 smithi079 bash[28699]: audit 2023-12-08T03:21:21.028383+0000 mon.a (mon.0) 3818 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:21:23.148 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:21:23.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:23.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:23.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:23.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:21:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:23 smithi194 bash[32038]: audit 2023-12-08T03:21:22.656182+0000 mgr.a (mgr.14403) 24355 : audit 0 from='client.479898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:24.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:23 smithi194 bash[32038]: cluster 2023-12-08T03:21:22.668882+0000 mgr.a (mgr.14403) 24356 : cluster 0 pgmap v18189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:23 smithi135 bash[32435]: audit 2023-12-08T03:21:22.656182+0000 mgr.a (mgr.14403) 24355 : audit 0 from='client.479898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:24.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:23 smithi135 bash[32435]: cluster 2023-12-08T03:21:22.668882+0000 mgr.a (mgr.14403) 24356 : cluster 0 pgmap v18189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:23 smithi079 bash[28699]: audit 2023-12-08T03:21:22.656182+0000 mgr.a (mgr.14403) 24355 : audit 0 from='client.479898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:23 smithi079 bash[28699]: cluster 2023-12-08T03:21:22.668882+0000 mgr.a (mgr.14403) 24356 : cluster 0 pgmap v18189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:25 smithi194 bash[32038]: cluster 2023-12-08T03:21:24.669857+0000 mgr.a (mgr.14403) 24357 : cluster 0 pgmap v18190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:25 smithi135 bash[32435]: cluster 2023-12-08T03:21:24.669857+0000 mgr.a (mgr.14403) 24357 : cluster 0 pgmap v18190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:25 smithi079 bash[28699]: cluster 2023-12-08T03:21:24.669857+0000 mgr.a (mgr.14403) 24357 : cluster 0 pgmap v18190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:28.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:21:28.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:28.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:27 smithi194 bash[32038]: cluster 2023-12-08T03:21:26.670431+0000 mgr.a (mgr.14403) 24358 : cluster 0 pgmap v18191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:28.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:27 smithi135 bash[32435]: cluster 2023-12-08T03:21:26.670431+0000 mgr.a (mgr.14403) 24358 : cluster 0 pgmap v18191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:27 smithi079 bash[28699]: cluster 2023-12-08T03:21:26.670431+0000 mgr.a (mgr.14403) 24358 : cluster 0 pgmap v18191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:29.043 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:21:29.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:29.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:29.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:29.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:21:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:29 smithi194 bash[32038]: audit 2023-12-08T03:21:28.558392+0000 mgr.a (mgr.14403) 24359 : audit 0 from='client.479976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:29 smithi194 bash[32038]: cluster 2023-12-08T03:21:28.671112+0000 mgr.a (mgr.14403) 24360 : cluster 0 pgmap v18192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:30.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:29 smithi135 bash[32435]: audit 2023-12-08T03:21:28.558392+0000 mgr.a (mgr.14403) 24359 : audit 0 from='client.479976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:30.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:29 smithi135 bash[32435]: cluster 2023-12-08T03:21:28.671112+0000 mgr.a (mgr.14403) 24360 : cluster 0 pgmap v18192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:29 smithi079 bash[28699]: audit 2023-12-08T03:21:28.558392+0000 mgr.a (mgr.14403) 24359 : audit 0 from='client.479976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:29 smithi079 bash[28699]: cluster 2023-12-08T03:21:28.671112+0000 mgr.a (mgr.14403) 24360 : cluster 0 pgmap v18192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:31 smithi194 bash[32038]: cluster 2023-12-08T03:21:30.671852+0000 mgr.a (mgr.14403) 24361 : cluster 0 pgmap v18193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:21:32.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:31 smithi135 bash[32435]: cluster 2023-12-08T03:21:30.671852+0000 mgr.a (mgr.14403) 24361 : cluster 0 pgmap v18193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:21:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:31 smithi079 bash[28699]: cluster 2023-12-08T03:21:30.671852+0000 mgr.a (mgr.14403) 24361 : cluster 0 pgmap v18193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:21:34.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:21:34.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:34.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:33 smithi194 bash[32038]: cluster 2023-12-08T03:21:32.672396+0000 mgr.a (mgr.14403) 24362 : cluster 0 pgmap v18194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:21:34.206 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:33 smithi135 bash[32435]: cluster 2023-12-08T03:21:32.672396+0000 mgr.a (mgr.14403) 24362 : cluster 0 pgmap v18194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:21:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:33 smithi079 bash[28699]: cluster 2023-12-08T03:21:32.672396+0000 mgr.a (mgr.14403) 24362 : cluster 0 pgmap v18194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:21:34.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:34.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:34.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:34.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:21:34.963 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:21:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:34 smithi135 bash[32435]: audit 2023-12-08T03:21:34.446266+0000 mgr.a (mgr.14403) 24363 : audit 0 from='client.480051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:34 smithi079 bash[28699]: audit 2023-12-08T03:21:34.446266+0000 mgr.a (mgr.14403) 24363 : audit 0 from='client.480051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:34 smithi194 bash[32038]: audit 2023-12-08T03:21:34.446266+0000 mgr.a (mgr.14403) 24363 : audit 0 from='client.480051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:35 smithi079 bash[28699]: cluster 2023-12-08T03:21:34.673279+0000 mgr.a (mgr.14403) 24364 : cluster 0 pgmap v18195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:35 smithi194 bash[32038]: cluster 2023-12-08T03:21:34.673279+0000 mgr.a (mgr.14403) 24364 : cluster 0 pgmap v18195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:35 smithi135 bash[32435]: cluster 2023-12-08T03:21:34.673279+0000 mgr.a (mgr.14403) 24364 : cluster 0 pgmap v18195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:37 smithi079 bash[28699]: cluster 2023-12-08T03:21:36.673929+0000 mgr.a (mgr.14403) 24365 : cluster 0 pgmap v18196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:37 smithi194 bash[32038]: cluster 2023-12-08T03:21:36.673929+0000 mgr.a (mgr.14403) 24365 : cluster 0 pgmap v18196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:37 smithi135 bash[32435]: cluster 2023-12-08T03:21:36.673929+0000 mgr.a (mgr.14403) 24365 : cluster 0 pgmap v18196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:21:39.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:21:39.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:39.966 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:39 smithi079 bash[28699]: cluster 2023-12-08T03:21:38.674712+0000 mgr.a (mgr.14403) 24366 : cluster 0 pgmap v18197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:21:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:39 smithi194 bash[32038]: cluster 2023-12-08T03:21:38.674712+0000 mgr.a (mgr.14403) 24366 : cluster 0 pgmap v18197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:21:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:39 smithi135 bash[32435]: cluster 2023-12-08T03:21:38.674712+0000 mgr.a (mgr.14403) 24366 : cluster 0 pgmap v18197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T03:21:40.872 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:21:40.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:40.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:40.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:40.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:21:41.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:40 smithi079 bash[28699]: audit 2023-12-08T03:21:40.372193+0000 mgr.a (mgr.14403) 24367 : audit 0 from='client.480129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:41.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:40 smithi194 bash[32038]: audit 2023-12-08T03:21:40.372193+0000 mgr.a (mgr.14403) 24367 : audit 0 from='client.480129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:40 smithi135 bash[32435]: audit 2023-12-08T03:21:40.372193+0000 mgr.a (mgr.14403) 24367 : audit 0 from='client.480129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:41 smithi079 bash[28699]: cluster 2023-12-08T03:21:40.675445+0000 mgr.a (mgr.14403) 24368 : cluster 0 pgmap v18198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:41 smithi194 bash[32038]: cluster 2023-12-08T03:21:40.675445+0000 mgr.a (mgr.14403) 24368 : cluster 0 pgmap v18198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:42.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:41 smithi135 bash[32435]: cluster 2023-12-08T03:21:40.675445+0000 mgr.a (mgr.14403) 24368 : cluster 0 pgmap v18198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:43 smithi079 bash[28699]: cluster 2023-12-08T03:21:42.676122+0000 mgr.a (mgr.14403) 24369 : cluster 0 pgmap v18199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:21:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:43 smithi194 bash[32038]: cluster 2023-12-08T03:21:42.676122+0000 mgr.a (mgr.14403) 24369 : cluster 0 pgmap v18199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:21:44.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:43 smithi135 bash[32435]: cluster 2023-12-08T03:21:42.676122+0000 mgr.a (mgr.14403) 24369 : cluster 0 pgmap v18199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:21:45.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:21:45.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:45.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:45 smithi079 bash[28699]: cluster 2023-12-08T03:21:44.677125+0000 mgr.a (mgr.14403) 24370 : cluster 0 pgmap v18200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:21:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:45 smithi194 bash[32038]: cluster 2023-12-08T03:21:44.677125+0000 mgr.a (mgr.14403) 24370 : cluster 0 pgmap v18200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:21:46.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:45 smithi135 bash[32435]: cluster 2023-12-08T03:21:44.677125+0000 mgr.a (mgr.14403) 24370 : cluster 0 pgmap v18200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:21:46.771 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:21:46.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:46.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:46.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:46.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:21:47.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:46 smithi079 bash[28699]: audit 2023-12-08T03:21:46.277424+0000 mgr.a (mgr.14403) 24371 : audit 0 from='client.480207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:46 smithi194 bash[32038]: audit 2023-12-08T03:21:46.277424+0000 mgr.a (mgr.14403) 24371 : audit 0 from='client.480207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:47.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:46 smithi135 bash[32435]: audit 2023-12-08T03:21:46.277424+0000 mgr.a (mgr.14403) 24371 : audit 0 from='client.480207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:48.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:47 smithi079 bash[28699]: cluster 2023-12-08T03:21:46.678041+0000 mgr.a (mgr.14403) 24372 : cluster 0 pgmap v18201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:47 smithi194 bash[32038]: cluster 2023-12-08T03:21:46.678041+0000 mgr.a (mgr.14403) 24372 : cluster 0 pgmap v18201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:47 smithi135 bash[32435]: cluster 2023-12-08T03:21:46.678041+0000 mgr.a (mgr.14403) 24372 : cluster 0 pgmap v18201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:50.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:50 smithi079 bash[28699]: cluster 2023-12-08T03:21:48.678850+0000 mgr.a (mgr.14403) 24373 : cluster 0 pgmap v18202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:21:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:50 smithi194 bash[32038]: cluster 2023-12-08T03:21:48.678850+0000 mgr.a (mgr.14403) 24373 : cluster 0 pgmap v18202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:21:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:50 smithi135 bash[32435]: cluster 2023-12-08T03:21:48.678850+0000 mgr.a (mgr.14403) 24373 : cluster 0 pgmap v18202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:21:51.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:21:51.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:51.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:52 smithi079 bash[28699]: cluster 2023-12-08T03:21:50.679509+0000 mgr.a (mgr.14403) 24374 : cluster 0 pgmap v18203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:21:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:52 smithi194 bash[32038]: cluster 2023-12-08T03:21:50.679509+0000 mgr.a (mgr.14403) 24374 : cluster 0 pgmap v18203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:21:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:52 smithi135 bash[32435]: cluster 2023-12-08T03:21:50.679509+0000 mgr.a (mgr.14403) 24374 : cluster 0 pgmap v18203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T03:21:52.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:52.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:52.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:52.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:21:52.673 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:21:53.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:53 smithi079 bash[28699]: audit 2023-12-08T03:21:52.171931+0000 mgr.a (mgr.14403) 24375 : audit 0 from='client.480279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:53.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:53 smithi194 bash[32038]: audit 2023-12-08T03:21:52.171931+0000 mgr.a (mgr.14403) 24375 : audit 0 from='client.480279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:53.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:53 smithi135 bash[32435]: audit 2023-12-08T03:21:52.171931+0000 mgr.a (mgr.14403) 24375 : audit 0 from='client.480279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:54 smithi079 bash[28699]: cluster 2023-12-08T03:21:52.680036+0000 mgr.a (mgr.14403) 24376 : cluster 0 pgmap v18204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:54 smithi194 bash[32038]: cluster 2023-12-08T03:21:52.680036+0000 mgr.a (mgr.14403) 24376 : cluster 0 pgmap v18204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:54 smithi135 bash[32435]: cluster 2023-12-08T03:21:52.680036+0000 mgr.a (mgr.14403) 24376 : cluster 0 pgmap v18204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:56 smithi079 bash[28699]: cluster 2023-12-08T03:21:54.680857+0000 mgr.a (mgr.14403) 24377 : cluster 0 pgmap v18205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:56 smithi194 bash[32038]: cluster 2023-12-08T03:21:54.680857+0000 mgr.a (mgr.14403) 24377 : cluster 0 pgmap v18205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:56 smithi135 bash[32435]: cluster 2023-12-08T03:21:54.680857+0000 mgr.a (mgr.14403) 24377 : cluster 0 pgmap v18205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:21:57.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:21:57.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:21:57.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:21:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:58 smithi079 bash[28699]: cluster 2023-12-08T03:21:56.681447+0000 mgr.a (mgr.14403) 24378 : cluster 0 pgmap v18206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:58 smithi194 bash[32038]: cluster 2023-12-08T03:21:56.681447+0000 mgr.a (mgr.14403) 24378 : cluster 0 pgmap v18206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:58.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:58 smithi135 bash[32435]: cluster 2023-12-08T03:21:56.681447+0000 mgr.a (mgr.14403) 24378 : cluster 0 pgmap v18206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:21:58.624 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:21:58.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:21:58.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:21:58.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:21:58.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:21:59.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:21:59 smithi079 bash[28699]: audit 2023-12-08T03:21:58.081569+0000 mgr.a (mgr.14403) 24379 : audit 0 from='client.480357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:59.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:21:59 smithi194 bash[32038]: audit 2023-12-08T03:21:58.081569+0000 mgr.a (mgr.14403) 24379 : audit 0 from='client.480357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:21:59.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:21:59 smithi135 bash[32435]: audit 2023-12-08T03:21:58.081569+0000 mgr.a (mgr.14403) 24379 : audit 0 from='client.480357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:00 smithi079 bash[28699]: cluster 2023-12-08T03:21:58.682231+0000 mgr.a (mgr.14403) 24380 : cluster 0 pgmap v18207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:22:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:00 smithi194 bash[32038]: cluster 2023-12-08T03:21:58.682231+0000 mgr.a (mgr.14403) 24380 : cluster 0 pgmap v18207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:22:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:00 smithi135 bash[32435]: cluster 2023-12-08T03:21:58.682231+0000 mgr.a (mgr.14403) 24380 : cluster 0 pgmap v18207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:22:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:02 smithi079 bash[28699]: cluster 2023-12-08T03:22:00.682777+0000 mgr.a (mgr.14403) 24381 : cluster 0 pgmap v18208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:22:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:02 smithi194 bash[32038]: cluster 2023-12-08T03:22:00.682777+0000 mgr.a (mgr.14403) 24381 : cluster 0 pgmap v18208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:22:02.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:02 smithi135 bash[32435]: cluster 2023-12-08T03:22:00.682777+0000 mgr.a (mgr.14403) 24381 : cluster 0 pgmap v18208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:22:03.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:22:03.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:03.629 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:04.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:04 smithi079 bash[28699]: cluster 2023-12-08T03:22:02.683352+0000 mgr.a (mgr.14403) 24382 : cluster 0 pgmap v18209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:22:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:04 smithi194 bash[32038]: cluster 2023-12-08T03:22:02.683352+0000 mgr.a (mgr.14403) 24382 : cluster 0 pgmap v18209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:22:04.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:04 smithi135 bash[32435]: cluster 2023-12-08T03:22:02.683352+0000 mgr.a (mgr.14403) 24382 : cluster 0 pgmap v18209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:22:04.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:04.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:04.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:04.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:22:04.553 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:22:05.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:05 smithi079 bash[28699]: audit 2023-12-08T03:22:04.031268+0000 mgr.a (mgr.14403) 24383 : audit 0 from='client.480432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:05.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:05 smithi194 bash[32038]: audit 2023-12-08T03:22:04.031268+0000 mgr.a (mgr.14403) 24383 : audit 0 from='client.480432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:05.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:05 smithi135 bash[32435]: audit 2023-12-08T03:22:04.031268+0000 mgr.a (mgr.14403) 24383 : audit 0 from='client.480432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:06 smithi079 bash[28699]: cluster 2023-12-08T03:22:04.684354+0000 mgr.a (mgr.14403) 24384 : cluster 0 pgmap v18210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:06 smithi194 bash[32038]: cluster 2023-12-08T03:22:04.684354+0000 mgr.a (mgr.14403) 24384 : cluster 0 pgmap v18210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:06.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:06 smithi135 bash[32435]: cluster 2023-12-08T03:22:04.684354+0000 mgr.a (mgr.14403) 24384 : cluster 0 pgmap v18210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:08 smithi079 bash[28699]: cluster 2023-12-08T03:22:06.684937+0000 mgr.a (mgr.14403) 24385 : cluster 0 pgmap v18211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:08 smithi194 bash[32038]: cluster 2023-12-08T03:22:06.684937+0000 mgr.a (mgr.14403) 24385 : cluster 0 pgmap v18211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:08.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:08 smithi135 bash[32435]: cluster 2023-12-08T03:22:06.684937+0000 mgr.a (mgr.14403) 24385 : cluster 0 pgmap v18211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:09.555 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:22:09.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:09.556 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:10.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:10 smithi079 bash[28699]: cluster 2023-12-08T03:22:08.685712+0000 mgr.a (mgr.14403) 24386 : cluster 0 pgmap v18212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:10 smithi194 bash[32038]: cluster 2023-12-08T03:22:08.685712+0000 mgr.a (mgr.14403) 24386 : cluster 0 pgmap v18212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:10.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:10 smithi135 bash[32435]: cluster 2023-12-08T03:22:08.685712+0000 mgr.a (mgr.14403) 24386 : cluster 0 pgmap v18212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:10.493 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:22:10.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:10.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:10.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:10.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:22:11.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:11 smithi079 bash[28699]: audit 2023-12-08T03:22:09.968900+0000 mgr.a (mgr.14403) 24387 : audit 0 from='client.480504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:11.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:11 smithi194 bash[32038]: audit 2023-12-08T03:22:09.968900+0000 mgr.a (mgr.14403) 24387 : audit 0 from='client.480504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:11.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:11 smithi135 bash[32435]: audit 2023-12-08T03:22:09.968900+0000 mgr.a (mgr.14403) 24387 : audit 0 from='client.480504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:12 smithi079 bash[28699]: cluster 2023-12-08T03:22:10.686447+0000 mgr.a (mgr.14403) 24388 : cluster 0 pgmap v18213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:22:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:12 smithi194 bash[32038]: cluster 2023-12-08T03:22:10.686447+0000 mgr.a (mgr.14403) 24388 : cluster 0 pgmap v18213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:22:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:12 smithi135 bash[32435]: cluster 2023-12-08T03:22:10.686447+0000 mgr.a (mgr.14403) 24388 : cluster 0 pgmap v18213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:22:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:14 smithi079 bash[28699]: cluster 2023-12-08T03:22:12.687065+0000 mgr.a (mgr.14403) 24389 : cluster 0 pgmap v18214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:22:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:14 smithi194 bash[32038]: cluster 2023-12-08T03:22:12.687065+0000 mgr.a (mgr.14403) 24389 : cluster 0 pgmap v18214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:22:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:14 smithi135 bash[32435]: cluster 2023-12-08T03:22:12.687065+0000 mgr.a (mgr.14403) 24389 : cluster 0 pgmap v18214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:22:15.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:22:15.498 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:15.498 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:16 smithi079 bash[28699]: cluster 2023-12-08T03:22:14.687816+0000 mgr.a (mgr.14403) 24390 : cluster 0 pgmap v18215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:22:16.410 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:22:16.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:16.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:16.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:16.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:22:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:16 smithi194 bash[32038]: cluster 2023-12-08T03:22:14.687816+0000 mgr.a (mgr.14403) 24390 : cluster 0 pgmap v18215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:22:16.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:16 smithi135 bash[32435]: cluster 2023-12-08T03:22:14.687816+0000 mgr.a (mgr.14403) 24390 : cluster 0 pgmap v18215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:22:17.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:17 smithi079 bash[28699]: audit 2023-12-08T03:22:15.902165+0000 mgr.a (mgr.14403) 24391 : audit 0 from='client.480582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:17.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:17 smithi194 bash[32038]: audit 2023-12-08T03:22:15.902165+0000 mgr.a (mgr.14403) 24391 : audit 0 from='client.480582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:17.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:17 smithi135 bash[32435]: audit 2023-12-08T03:22:15.902165+0000 mgr.a (mgr.14403) 24391 : audit 0 from='client.480582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:18 smithi079 bash[28699]: cluster 2023-12-08T03:22:16.688544+0000 mgr.a (mgr.14403) 24392 : cluster 0 pgmap v18216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:18 smithi194 bash[32038]: cluster 2023-12-08T03:22:16.688544+0000 mgr.a (mgr.14403) 24392 : cluster 0 pgmap v18216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:18 smithi135 bash[32435]: cluster 2023-12-08T03:22:16.688544+0000 mgr.a (mgr.14403) 24392 : cluster 0 pgmap v18216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:20 smithi079 bash[28699]: cluster 2023-12-08T03:22:18.689446+0000 mgr.a (mgr.14403) 24393 : cluster 0 pgmap v18217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:20 smithi194 bash[32038]: cluster 2023-12-08T03:22:18.689446+0000 mgr.a (mgr.14403) 24393 : cluster 0 pgmap v18217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:20.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:20 smithi135 bash[32435]: cluster 2023-12-08T03:22:18.689446+0000 mgr.a (mgr.14403) 24393 : cluster 0 pgmap v18217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:21.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:22:21.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:21.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:22.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:22.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:22.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:22.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:22:22.326 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:22:22.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:22 smithi079 bash[28699]: cluster 2023-12-08T03:22:20.690165+0000 mgr.a (mgr.14403) 24394 : cluster 0 pgmap v18218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:22 smithi079 bash[28699]: audit 2023-12-08T03:22:21.130868+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:22:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:22 smithi079 bash[28699]: audit 2023-12-08T03:22:21.922631+0000 mon.a (mon.0) 3820 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:22:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:22 smithi079 bash[28699]: audit 2023-12-08T03:22:21.924706+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:22:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:22 smithi079 bash[28699]: audit 2023-12-08T03:22:21.934750+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:22:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:22 smithi194 bash[32038]: cluster 2023-12-08T03:22:20.690165+0000 mgr.a (mgr.14403) 24394 : cluster 0 pgmap v18218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:22 smithi194 bash[32038]: audit 2023-12-08T03:22:21.130868+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:22:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:22 smithi194 bash[32038]: audit 2023-12-08T03:22:21.922631+0000 mon.a (mon.0) 3820 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:22:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:22 smithi194 bash[32038]: audit 2023-12-08T03:22:21.924706+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:22:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:22 smithi194 bash[32038]: audit 2023-12-08T03:22:21.934750+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:22:22.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:22 smithi135 bash[32435]: cluster 2023-12-08T03:22:20.690165+0000 mgr.a (mgr.14403) 24394 : cluster 0 pgmap v18218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:22.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:22 smithi135 bash[32435]: audit 2023-12-08T03:22:21.130868+0000 mon.a (mon.0) 3819 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:22:22.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:22 smithi135 bash[32435]: audit 2023-12-08T03:22:21.922631+0000 mon.a (mon.0) 3820 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:22:22.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:22 smithi135 bash[32435]: audit 2023-12-08T03:22:21.924706+0000 mon.a (mon.0) 3821 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:22:22.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:22 smithi135 bash[32435]: audit 2023-12-08T03:22:21.934750+0000 mon.a (mon.0) 3822 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:22:23.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:23 smithi079 bash[28699]: audit 2023-12-08T03:22:21.814877+0000 mgr.a (mgr.14403) 24395 : audit 0 from='client.480654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:23.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:23 smithi194 bash[32038]: audit 2023-12-08T03:22:21.814877+0000 mgr.a (mgr.14403) 24395 : audit 0 from='client.480654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:23.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:23 smithi135 bash[32435]: audit 2023-12-08T03:22:21.814877+0000 mgr.a (mgr.14403) 24395 : audit 0 from='client.480654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:24 smithi079 bash[28699]: cluster 2023-12-08T03:22:22.690930+0000 mgr.a (mgr.14403) 24396 : cluster 0 pgmap v18219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:24 smithi194 bash[32038]: cluster 2023-12-08T03:22:22.690930+0000 mgr.a (mgr.14403) 24396 : cluster 0 pgmap v18219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:24 smithi135 bash[32435]: cluster 2023-12-08T03:22:22.690930+0000 mgr.a (mgr.14403) 24396 : cluster 0 pgmap v18219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:26 smithi079 bash[28699]: cluster 2023-12-08T03:22:24.691690+0000 mgr.a (mgr.14403) 24397 : cluster 0 pgmap v18220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:26 smithi194 bash[32038]: cluster 2023-12-08T03:22:24.691690+0000 mgr.a (mgr.14403) 24397 : cluster 0 pgmap v18220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:26.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:26 smithi135 bash[32435]: cluster 2023-12-08T03:22:24.691690+0000 mgr.a (mgr.14403) 24397 : cluster 0 pgmap v18220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:27.328 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:22:27.329 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:27.329 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:28.247 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:22:28.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:28.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:28.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:28.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:22:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:28 smithi079 bash[28699]: cluster 2023-12-08T03:22:26.692239+0000 mgr.a (mgr.14403) 24398 : cluster 0 pgmap v18221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:28 smithi194 bash[32038]: cluster 2023-12-08T03:22:26.692239+0000 mgr.a (mgr.14403) 24398 : cluster 0 pgmap v18221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:28 smithi135 bash[32435]: cluster 2023-12-08T03:22:26.692239+0000 mgr.a (mgr.14403) 24398 : cluster 0 pgmap v18221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:29.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:29 smithi079 bash[28699]: audit 2023-12-08T03:22:27.731921+0000 mgr.a (mgr.14403) 24399 : audit 0 from='client.480732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:29.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:29 smithi194 bash[32038]: audit 2023-12-08T03:22:27.731921+0000 mgr.a (mgr.14403) 24399 : audit 0 from='client.480732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:29.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:29 smithi135 bash[32435]: audit 2023-12-08T03:22:27.731921+0000 mgr.a (mgr.14403) 24399 : audit 0 from='client.480732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:30 smithi079 bash[28699]: cluster 2023-12-08T03:22:28.693146+0000 mgr.a (mgr.14403) 24400 : cluster 0 pgmap v18222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:30 smithi194 bash[32038]: cluster 2023-12-08T03:22:28.693146+0000 mgr.a (mgr.14403) 24400 : cluster 0 pgmap v18222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:30 smithi135 bash[32435]: cluster 2023-12-08T03:22:28.693146+0000 mgr.a (mgr.14403) 24400 : cluster 0 pgmap v18222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:32 smithi079 bash[28699]: cluster 2023-12-08T03:22:30.693710+0000 mgr.a (mgr.14403) 24401 : cluster 0 pgmap v18223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:32 smithi194 bash[32038]: cluster 2023-12-08T03:22:30.693710+0000 mgr.a (mgr.14403) 24401 : cluster 0 pgmap v18223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:32 smithi135 bash[32435]: cluster 2023-12-08T03:22:30.693710+0000 mgr.a (mgr.14403) 24401 : cluster 0 pgmap v18223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:33.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:22:33.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:33.251 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:34.200 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:22:34.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:34.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:34.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:34.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:22:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:34 smithi079 bash[28699]: cluster 2023-12-08T03:22:32.694272+0000 mgr.a (mgr.14403) 24402 : cluster 0 pgmap v18224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:34 smithi194 bash[32038]: cluster 2023-12-08T03:22:32.694272+0000 mgr.a (mgr.14403) 24402 : cluster 0 pgmap v18224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:34 smithi135 bash[32435]: cluster 2023-12-08T03:22:32.694272+0000 mgr.a (mgr.14403) 24402 : cluster 0 pgmap v18224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:35.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:35 smithi079 bash[28699]: audit 2023-12-08T03:22:33.661703+0000 mgr.a (mgr.14403) 24403 : audit 0 from='client.480810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:35.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:35 smithi194 bash[32038]: audit 2023-12-08T03:22:33.661703+0000 mgr.a (mgr.14403) 24403 : audit 0 from='client.480810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:35.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:35 smithi135 bash[32435]: audit 2023-12-08T03:22:33.661703+0000 mgr.a (mgr.14403) 24403 : audit 0 from='client.480810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:36 smithi194 bash[32038]: cluster 2023-12-08T03:22:34.695294+0000 mgr.a (mgr.14403) 24404 : cluster 0 pgmap v18225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:36.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:36 smithi135 bash[32435]: cluster 2023-12-08T03:22:34.695294+0000 mgr.a (mgr.14403) 24404 : cluster 0 pgmap v18225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:36 smithi079 bash[28699]: cluster 2023-12-08T03:22:34.695294+0000 mgr.a (mgr.14403) 24404 : cluster 0 pgmap v18225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:38 smithi194 bash[32038]: cluster 2023-12-08T03:22:36.695941+0000 mgr.a (mgr.14403) 24405 : cluster 0 pgmap v18226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:38.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:38 smithi135 bash[32435]: cluster 2023-12-08T03:22:36.695941+0000 mgr.a (mgr.14403) 24405 : cluster 0 pgmap v18226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:38 smithi079 bash[28699]: cluster 2023-12-08T03:22:36.695941+0000 mgr.a (mgr.14403) 24405 : cluster 0 pgmap v18226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:39.203 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:22:39.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:39.204 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:40.122 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:22:40.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:40.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:40.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:40.122 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:22:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:40 smithi194 bash[32038]: cluster 2023-12-08T03:22:38.696761+0000 mgr.a (mgr.14403) 24406 : cluster 0 pgmap v18227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:40 smithi135 bash[32435]: cluster 2023-12-08T03:22:38.696761+0000 mgr.a (mgr.14403) 24406 : cluster 0 pgmap v18227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:40 smithi079 bash[28699]: cluster 2023-12-08T03:22:38.696761+0000 mgr.a (mgr.14403) 24406 : cluster 0 pgmap v18227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:41.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:41 smithi194 bash[32038]: audit 2023-12-08T03:22:39.600469+0000 mgr.a (mgr.14403) 24407 : audit 0 from='client.480885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:41.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:41 smithi135 bash[32435]: audit 2023-12-08T03:22:39.600469+0000 mgr.a (mgr.14403) 24407 : audit 0 from='client.480885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:41 smithi079 bash[28699]: audit 2023-12-08T03:22:39.600469+0000 mgr.a (mgr.14403) 24407 : audit 0 from='client.480885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:42 smithi194 bash[32038]: cluster 2023-12-08T03:22:40.697562+0000 mgr.a (mgr.14403) 24408 : cluster 0 pgmap v18228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:42 smithi135 bash[32435]: cluster 2023-12-08T03:22:40.697562+0000 mgr.a (mgr.14403) 24408 : cluster 0 pgmap v18228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:42 smithi079 bash[28699]: cluster 2023-12-08T03:22:40.697562+0000 mgr.a (mgr.14403) 24408 : cluster 0 pgmap v18228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:44 smithi194 bash[32038]: cluster 2023-12-08T03:22:42.698296+0000 mgr.a (mgr.14403) 24409 : cluster 0 pgmap v18229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:44 smithi135 bash[32435]: cluster 2023-12-08T03:22:42.698296+0000 mgr.a (mgr.14403) 24409 : cluster 0 pgmap v18229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:44 smithi079 bash[28699]: cluster 2023-12-08T03:22:42.698296+0000 mgr.a (mgr.14403) 24409 : cluster 0 pgmap v18229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:22:45.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:22:45.126 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:45.126 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:46.055 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:22:46.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:46.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:46.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:46.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:22:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:46 smithi194 bash[32038]: cluster 2023-12-08T03:22:44.699218+0000 mgr.a (mgr.14403) 24410 : cluster 0 pgmap v18230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:46 smithi135 bash[32435]: cluster 2023-12-08T03:22:44.699218+0000 mgr.a (mgr.14403) 24410 : cluster 0 pgmap v18230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:46 smithi079 bash[28699]: cluster 2023-12-08T03:22:44.699218+0000 mgr.a (mgr.14403) 24410 : cluster 0 pgmap v18230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:47.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:47 smithi194 bash[32038]: audit 2023-12-08T03:22:45.533560+0000 mgr.a (mgr.14403) 24411 : audit 0 from='client.480963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:47.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:47 smithi135 bash[32435]: audit 2023-12-08T03:22:45.533560+0000 mgr.a (mgr.14403) 24411 : audit 0 from='client.480963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:47.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:47 smithi079 bash[28699]: audit 2023-12-08T03:22:45.533560+0000 mgr.a (mgr.14403) 24411 : audit 0 from='client.480963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:48 smithi194 bash[32038]: cluster 2023-12-08T03:22:46.699877+0000 mgr.a (mgr.14403) 24412 : cluster 0 pgmap v18231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:48 smithi135 bash[32435]: cluster 2023-12-08T03:22:46.699877+0000 mgr.a (mgr.14403) 24412 : cluster 0 pgmap v18231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:48 smithi079 bash[28699]: cluster 2023-12-08T03:22:46.699877+0000 mgr.a (mgr.14403) 24412 : cluster 0 pgmap v18231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:50 smithi194 bash[32038]: cluster 2023-12-08T03:22:48.700637+0000 mgr.a (mgr.14403) 24413 : cluster 0 pgmap v18232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:50.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:50 smithi135 bash[32435]: cluster 2023-12-08T03:22:48.700637+0000 mgr.a (mgr.14403) 24413 : cluster 0 pgmap v18232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:50 smithi079 bash[28699]: cluster 2023-12-08T03:22:48.700637+0000 mgr.a (mgr.14403) 24413 : cluster 0 pgmap v18232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:51.058 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:22:51.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:51.060 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:51.960 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:22:51.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:51.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:51.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:51.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:22:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:52 smithi194 bash[32038]: cluster 2023-12-08T03:22:50.701211+0000 mgr.a (mgr.14403) 24414 : cluster 0 pgmap v18233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:52 smithi194 bash[32038]: audit 2023-12-08T03:22:51.465797+0000 mgr.a (mgr.14403) 24415 : audit 0 from='client.481035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:52 smithi135 bash[32435]: cluster 2023-12-08T03:22:50.701211+0000 mgr.a (mgr.14403) 24414 : cluster 0 pgmap v18233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:52 smithi135 bash[32435]: audit 2023-12-08T03:22:51.465797+0000 mgr.a (mgr.14403) 24415 : audit 0 from='client.481035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:52 smithi079 bash[28699]: cluster 2023-12-08T03:22:50.701211+0000 mgr.a (mgr.14403) 24414 : cluster 0 pgmap v18233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:52 smithi079 bash[28699]: audit 2023-12-08T03:22:51.465797+0000 mgr.a (mgr.14403) 24415 : audit 0 from='client.481035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:54 smithi194 bash[32038]: cluster 2023-12-08T03:22:52.701912+0000 mgr.a (mgr.14403) 24416 : cluster 0 pgmap v18234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:54 smithi135 bash[32435]: cluster 2023-12-08T03:22:52.701912+0000 mgr.a (mgr.14403) 24416 : cluster 0 pgmap v18234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:54 smithi079 bash[28699]: cluster 2023-12-08T03:22:52.701912+0000 mgr.a (mgr.14403) 24416 : cluster 0 pgmap v18234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:56 smithi194 bash[32038]: cluster 2023-12-08T03:22:54.702784+0000 mgr.a (mgr.14403) 24417 : cluster 0 pgmap v18235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:56 smithi135 bash[32435]: cluster 2023-12-08T03:22:54.702784+0000 mgr.a (mgr.14403) 24417 : cluster 0 pgmap v18235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:56 smithi079 bash[28699]: cluster 2023-12-08T03:22:54.702784+0000 mgr.a (mgr.14403) 24417 : cluster 0 pgmap v18235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:22:56.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:22:56.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:22:56.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:22:57.882 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:22:57.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:22:57.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:22:57.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:22:57.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:22:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:58 smithi194 bash[32038]: cluster 2023-12-08T03:22:56.703315+0000 mgr.a (mgr.14403) 24418 : cluster 0 pgmap v18236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:22:58 smithi194 bash[32038]: audit 2023-12-08T03:22:57.377600+0000 mgr.a (mgr.14403) 24419 : audit 0 from='client.481110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:58 smithi135 bash[32435]: cluster 2023-12-08T03:22:56.703315+0000 mgr.a (mgr.14403) 24418 : cluster 0 pgmap v18236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:22:58 smithi135 bash[32435]: audit 2023-12-08T03:22:57.377600+0000 mgr.a (mgr.14403) 24419 : audit 0 from='client.481110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:22:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:58 smithi079 bash[28699]: cluster 2023-12-08T03:22:56.703315+0000 mgr.a (mgr.14403) 24418 : cluster 0 pgmap v18236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:22:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:22:58 smithi079 bash[28699]: audit 2023-12-08T03:22:57.377600+0000 mgr.a (mgr.14403) 24419 : audit 0 from='client.481110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:00 smithi079 bash[28699]: cluster 2023-12-08T03:22:58.704232+0000 mgr.a (mgr.14403) 24420 : cluster 0 pgmap v18237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:00 smithi194 bash[32038]: cluster 2023-12-08T03:22:58.704232+0000 mgr.a (mgr.14403) 24420 : cluster 0 pgmap v18237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:00 smithi135 bash[32435]: cluster 2023-12-08T03:22:58.704232+0000 mgr.a (mgr.14403) 24420 : cluster 0 pgmap v18237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:02 smithi079 bash[28699]: cluster 2023-12-08T03:23:00.704806+0000 mgr.a (mgr.14403) 24421 : cluster 0 pgmap v18238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:02 smithi194 bash[32038]: cluster 2023-12-08T03:23:00.704806+0000 mgr.a (mgr.14403) 24421 : cluster 0 pgmap v18238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:02 smithi135 bash[32435]: cluster 2023-12-08T03:23:00.704806+0000 mgr.a (mgr.14403) 24421 : cluster 0 pgmap v18238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:02.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:23:02.885 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:02.885 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:03.787 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:23:03.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:03.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:03.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:03.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:23:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:04 smithi079 bash[28699]: cluster 2023-12-08T03:23:02.705361+0000 mgr.a (mgr.14403) 24422 : cluster 0 pgmap v18239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:04.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:04 smithi079 bash[28699]: audit 2023-12-08T03:23:03.283489+0000 mgr.a (mgr.14403) 24423 : audit 0 from='client.481188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:04 smithi194 bash[32038]: cluster 2023-12-08T03:23:02.705361+0000 mgr.a (mgr.14403) 24422 : cluster 0 pgmap v18239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:04 smithi194 bash[32038]: audit 2023-12-08T03:23:03.283489+0000 mgr.a (mgr.14403) 24423 : audit 0 from='client.481188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:04 smithi135 bash[32435]: cluster 2023-12-08T03:23:02.705361+0000 mgr.a (mgr.14403) 24422 : cluster 0 pgmap v18239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:04 smithi135 bash[32435]: audit 2023-12-08T03:23:03.283489+0000 mgr.a (mgr.14403) 24423 : audit 0 from='client.481188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:06 smithi079 bash[28699]: cluster 2023-12-08T03:23:04.706315+0000 mgr.a (mgr.14403) 24424 : cluster 0 pgmap v18240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:23:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:06 smithi194 bash[32038]: cluster 2023-12-08T03:23:04.706315+0000 mgr.a (mgr.14403) 24424 : cluster 0 pgmap v18240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:23:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:06 smithi135 bash[32435]: cluster 2023-12-08T03:23:04.706315+0000 mgr.a (mgr.14403) 24424 : cluster 0 pgmap v18240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:23:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:08 smithi079 bash[28699]: cluster 2023-12-08T03:23:06.706890+0000 mgr.a (mgr.14403) 24425 : cluster 0 pgmap v18241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:23:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:08 smithi194 bash[32038]: cluster 2023-12-08T03:23:06.706890+0000 mgr.a (mgr.14403) 24425 : cluster 0 pgmap v18241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:23:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:08 smithi135 bash[32435]: cluster 2023-12-08T03:23:06.706890+0000 mgr.a (mgr.14403) 24425 : cluster 0 pgmap v18241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:23:08.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:23:08.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:08.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:09.684 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:23:09.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:09.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:09.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:09.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:23:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:10 smithi079 bash[28699]: cluster 2023-12-08T03:23:08.707562+0000 mgr.a (mgr.14403) 24426 : cluster 0 pgmap v18242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:10 smithi079 bash[28699]: audit 2023-12-08T03:23:09.193591+0000 mgr.a (mgr.14403) 24427 : audit 0 from='client.481260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:10 smithi194 bash[32038]: cluster 2023-12-08T03:23:08.707562+0000 mgr.a (mgr.14403) 24426 : cluster 0 pgmap v18242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:10 smithi194 bash[32038]: audit 2023-12-08T03:23:09.193591+0000 mgr.a (mgr.14403) 24427 : audit 0 from='client.481260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:10 smithi135 bash[32435]: cluster 2023-12-08T03:23:08.707562+0000 mgr.a (mgr.14403) 24426 : cluster 0 pgmap v18242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:10 smithi135 bash[32435]: audit 2023-12-08T03:23:09.193591+0000 mgr.a (mgr.14403) 24427 : audit 0 from='client.481260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:12.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:12 smithi079 bash[28699]: cluster 2023-12-08T03:23:10.708314+0000 mgr.a (mgr.14403) 24428 : cluster 0 pgmap v18243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:12 smithi194 bash[32038]: cluster 2023-12-08T03:23:10.708314+0000 mgr.a (mgr.14403) 24428 : cluster 0 pgmap v18243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:12 smithi135 bash[32435]: cluster 2023-12-08T03:23:10.708314+0000 mgr.a (mgr.14403) 24428 : cluster 0 pgmap v18243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:14 smithi079 bash[28699]: cluster 2023-12-08T03:23:12.708906+0000 mgr.a (mgr.14403) 24429 : cluster 0 pgmap v18244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:14.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:23:14.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:14.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:14 smithi194 bash[32038]: cluster 2023-12-08T03:23:12.708906+0000 mgr.a (mgr.14403) 24429 : cluster 0 pgmap v18244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:14 smithi135 bash[32435]: cluster 2023-12-08T03:23:12.708906+0000 mgr.a (mgr.14403) 24429 : cluster 0 pgmap v18244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:15.622 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:23:15.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:15.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:15.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:15.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:23:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:16 smithi079 bash[28699]: cluster 2023-12-08T03:23:14.709539+0000 mgr.a (mgr.14403) 24430 : cluster 0 pgmap v18245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:16 smithi079 bash[28699]: audit 2023-12-08T03:23:15.096632+0000 mgr.a (mgr.14403) 24431 : audit 0 from='client.481338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:16 smithi194 bash[32038]: cluster 2023-12-08T03:23:14.709539+0000 mgr.a (mgr.14403) 24430 : cluster 0 pgmap v18245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:16 smithi194 bash[32038]: audit 2023-12-08T03:23:15.096632+0000 mgr.a (mgr.14403) 24431 : audit 0 from='client.481338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:16 smithi135 bash[32435]: cluster 2023-12-08T03:23:14.709539+0000 mgr.a (mgr.14403) 24430 : cluster 0 pgmap v18245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:16 smithi135 bash[32435]: audit 2023-12-08T03:23:15.096632+0000 mgr.a (mgr.14403) 24431 : audit 0 from='client.481338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:18 smithi079 bash[28699]: cluster 2023-12-08T03:23:16.710274+0000 mgr.a (mgr.14403) 24432 : cluster 0 pgmap v18246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:23:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:18 smithi194 bash[32038]: cluster 2023-12-08T03:23:16.710274+0000 mgr.a (mgr.14403) 24432 : cluster 0 pgmap v18246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:23:18.706 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:18 smithi135 bash[32435]: cluster 2023-12-08T03:23:16.710274+0000 mgr.a (mgr.14403) 24432 : cluster 0 pgmap v18246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:23:20.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:23:20.625 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:20.625 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:20 smithi079 bash[28699]: cluster 2023-12-08T03:23:18.711141+0000 mgr.a (mgr.14403) 24433 : cluster 0 pgmap v18247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:23:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:20 smithi194 bash[32038]: cluster 2023-12-08T03:23:18.711141+0000 mgr.a (mgr.14403) 24433 : cluster 0 pgmap v18247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:23:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:20 smithi135 bash[32435]: cluster 2023-12-08T03:23:18.711141+0000 mgr.a (mgr.14403) 24433 : cluster 0 pgmap v18247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:23:21.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:21.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:21.565 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:23:21.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:21.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:23:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:22 smithi079 bash[28699]: cluster 2023-12-08T03:23:20.711683+0000 mgr.a (mgr.14403) 24434 : cluster 0 pgmap v18248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:22 smithi079 bash[28699]: audit 2023-12-08T03:23:21.041829+0000 mgr.a (mgr.14403) 24435 : audit 0 from='client.481416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:22 smithi079 bash[28699]: audit 2023-12-08T03:23:22.046893+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:23:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:22 smithi194 bash[32038]: cluster 2023-12-08T03:23:20.711683+0000 mgr.a (mgr.14403) 24434 : cluster 0 pgmap v18248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:22 smithi194 bash[32038]: audit 2023-12-08T03:23:21.041829+0000 mgr.a (mgr.14403) 24435 : audit 0 from='client.481416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:22 smithi194 bash[32038]: audit 2023-12-08T03:23:22.046893+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:23:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:22 smithi135 bash[32435]: cluster 2023-12-08T03:23:20.711683+0000 mgr.a (mgr.14403) 24434 : cluster 0 pgmap v18248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:22 smithi135 bash[32435]: audit 2023-12-08T03:23:21.041829+0000 mgr.a (mgr.14403) 24435 : audit 0 from='client.481416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:22 smithi135 bash[32435]: audit 2023-12-08T03:23:22.046893+0000 mon.a (mon.0) 3823 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:23:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:23 smithi079 bash[28699]: audit 2023-12-08T03:23:22.578767+0000 mon.a (mon.0) 3824 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:23:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:23 smithi079 bash[28699]: audit 2023-12-08T03:23:22.584186+0000 mon.a (mon.0) 3825 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:23:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:23 smithi079 bash[28699]: cluster 2023-12-08T03:23:22.712308+0000 mgr.a (mgr.14403) 24436 : cluster 0 pgmap v18249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:23 smithi079 bash[28699]: audit 2023-12-08T03:23:23.315014+0000 mon.a (mon.0) 3826 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:23:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:23 smithi079 bash[28699]: audit 2023-12-08T03:23:23.317066+0000 mon.a (mon.0) 3827 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:23:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:23 smithi079 bash[28699]: audit 2023-12-08T03:23:23.326160+0000 mon.a (mon.0) 3828 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:23:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:23 smithi194 bash[32038]: audit 2023-12-08T03:23:22.578767+0000 mon.a (mon.0) 3824 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:23:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:23 smithi194 bash[32038]: audit 2023-12-08T03:23:22.584186+0000 mon.a (mon.0) 3825 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:23:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:23 smithi194 bash[32038]: cluster 2023-12-08T03:23:22.712308+0000 mgr.a (mgr.14403) 24436 : cluster 0 pgmap v18249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:23 smithi194 bash[32038]: audit 2023-12-08T03:23:23.315014+0000 mon.a (mon.0) 3826 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:23:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:23 smithi194 bash[32038]: audit 2023-12-08T03:23:23.317066+0000 mon.a (mon.0) 3827 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:23:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:23 smithi194 bash[32038]: audit 2023-12-08T03:23:23.326160+0000 mon.a (mon.0) 3828 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:23:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:23 smithi135 bash[32435]: audit 2023-12-08T03:23:22.578767+0000 mon.a (mon.0) 3824 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:23:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:23 smithi135 bash[32435]: audit 2023-12-08T03:23:22.584186+0000 mon.a (mon.0) 3825 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:23:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:23 smithi135 bash[32435]: cluster 2023-12-08T03:23:22.712308+0000 mgr.a (mgr.14403) 24436 : cluster 0 pgmap v18249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:23 smithi135 bash[32435]: audit 2023-12-08T03:23:23.315014+0000 mon.a (mon.0) 3826 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:23:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:23 smithi135 bash[32435]: audit 2023-12-08T03:23:23.317066+0000 mon.a (mon.0) 3827 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:23:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:23 smithi135 bash[32435]: audit 2023-12-08T03:23:23.326160+0000 mon.a (mon.0) 3828 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:23:26.142 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:25 smithi079 bash[28699]: cluster 2023-12-08T03:23:24.713098+0000 mgr.a (mgr.14403) 24437 : cluster 0 pgmap v18250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:26.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:25 smithi194 bash[32038]: cluster 2023-12-08T03:23:24.713098+0000 mgr.a (mgr.14403) 24437 : cluster 0 pgmap v18250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:25 smithi135 bash[32435]: cluster 2023-12-08T03:23:24.713098+0000 mgr.a (mgr.14403) 24437 : cluster 0 pgmap v18250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:26.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:23:26.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:26.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:27.469 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:23:27.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:27.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:27.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:27.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:23:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:27 smithi194 bash[32038]: cluster 2023-12-08T03:23:26.713537+0000 mgr.a (mgr.14403) 24438 : cluster 0 pgmap v18251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:28.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:27 smithi194 bash[32038]: audit 2023-12-08T03:23:26.968934+0000 mgr.a (mgr.14403) 24439 : audit 0 from='client.481491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:27 smithi135 bash[32435]: cluster 2023-12-08T03:23:26.713537+0000 mgr.a (mgr.14403) 24438 : cluster 0 pgmap v18251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:28.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:27 smithi135 bash[32435]: audit 2023-12-08T03:23:26.968934+0000 mgr.a (mgr.14403) 24439 : audit 0 from='client.481491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:28.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:27 smithi079 bash[28699]: cluster 2023-12-08T03:23:26.713537+0000 mgr.a (mgr.14403) 24438 : cluster 0 pgmap v18251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:27 smithi079 bash[28699]: audit 2023-12-08T03:23:26.968934+0000 mgr.a (mgr.14403) 24439 : audit 0 from='client.481491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:30.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:29 smithi194 bash[32038]: cluster 2023-12-08T03:23:28.714448+0000 mgr.a (mgr.14403) 24440 : cluster 0 pgmap v18252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:30.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:29 smithi135 bash[32435]: cluster 2023-12-08T03:23:28.714448+0000 mgr.a (mgr.14403) 24440 : cluster 0 pgmap v18252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:29 smithi079 bash[28699]: cluster 2023-12-08T03:23:28.714448+0000 mgr.a (mgr.14403) 24440 : cluster 0 pgmap v18252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:32.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:31 smithi194 bash[32038]: cluster 2023-12-08T03:23:30.715034+0000 mgr.a (mgr.14403) 24441 : cluster 0 pgmap v18253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:32.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:31 smithi135 bash[32435]: cluster 2023-12-08T03:23:30.715034+0000 mgr.a (mgr.14403) 24441 : cluster 0 pgmap v18253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:31 smithi079 bash[28699]: cluster 2023-12-08T03:23:30.715034+0000 mgr.a (mgr.14403) 24441 : cluster 0 pgmap v18253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:32.472 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:23:32.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:32.473 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:33.384 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:23:33.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:33.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:33.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:33.384 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:23:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:33 smithi194 bash[32038]: cluster 2023-12-08T03:23:32.715595+0000 mgr.a (mgr.14403) 24442 : cluster 0 pgmap v18254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:34.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:33 smithi194 bash[32038]: audit 2023-12-08T03:23:32.877986+0000 mgr.a (mgr.14403) 24443 : audit 0 from='client.481566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:34.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:33 smithi135 bash[32435]: cluster 2023-12-08T03:23:32.715595+0000 mgr.a (mgr.14403) 24442 : cluster 0 pgmap v18254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:34.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:33 smithi135 bash[32435]: audit 2023-12-08T03:23:32.877986+0000 mgr.a (mgr.14403) 24443 : audit 0 from='client.481566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:33 smithi079 bash[28699]: cluster 2023-12-08T03:23:32.715595+0000 mgr.a (mgr.14403) 24442 : cluster 0 pgmap v18254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:33 smithi079 bash[28699]: audit 2023-12-08T03:23:32.877986+0000 mgr.a (mgr.14403) 24443 : audit 0 from='client.481566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:36.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:35 smithi135 bash[32435]: cluster 2023-12-08T03:23:34.716527+0000 mgr.a (mgr.14403) 24444 : cluster 0 pgmap v18255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:35 smithi079 bash[28699]: cluster 2023-12-08T03:23:34.716527+0000 mgr.a (mgr.14403) 24444 : cluster 0 pgmap v18255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:35 smithi194 bash[32038]: cluster 2023-12-08T03:23:34.716527+0000 mgr.a (mgr.14403) 24444 : cluster 0 pgmap v18255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:38.387 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:23:38.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:38.388 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:37 smithi079 bash[28699]: cluster 2023-12-08T03:23:36.717078+0000 mgr.a (mgr.14403) 24445 : cluster 0 pgmap v18256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:37 smithi194 bash[32038]: cluster 2023-12-08T03:23:36.717078+0000 mgr.a (mgr.14403) 24445 : cluster 0 pgmap v18256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:37 smithi135 bash[32435]: cluster 2023-12-08T03:23:36.717078+0000 mgr.a (mgr.14403) 24445 : cluster 0 pgmap v18256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:39.279 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:23:39.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:39.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:39.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:39.280 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:23:40.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:39 smithi079 bash[28699]: cluster 2023-12-08T03:23:38.717736+0000 mgr.a (mgr.14403) 24446 : cluster 0 pgmap v18257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:40.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:39 smithi079 bash[28699]: audit 2023-12-08T03:23:38.796827+0000 mgr.a (mgr.14403) 24447 : audit 0 from='client.481644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:39 smithi194 bash[32038]: cluster 2023-12-08T03:23:38.717736+0000 mgr.a (mgr.14403) 24446 : cluster 0 pgmap v18257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:39 smithi194 bash[32038]: audit 2023-12-08T03:23:38.796827+0000 mgr.a (mgr.14403) 24447 : audit 0 from='client.481644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:39 smithi135 bash[32435]: cluster 2023-12-08T03:23:38.717736+0000 mgr.a (mgr.14403) 24446 : cluster 0 pgmap v18257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:39 smithi135 bash[32435]: audit 2023-12-08T03:23:38.796827+0000 mgr.a (mgr.14403) 24447 : audit 0 from='client.481644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:42.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:41 smithi079 bash[28699]: cluster 2023-12-08T03:23:40.718416+0000 mgr.a (mgr.14403) 24448 : cluster 0 pgmap v18258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:41 smithi194 bash[32038]: cluster 2023-12-08T03:23:40.718416+0000 mgr.a (mgr.14403) 24448 : cluster 0 pgmap v18258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:41 smithi135 bash[32435]: cluster 2023-12-08T03:23:40.718416+0000 mgr.a (mgr.14403) 24448 : cluster 0 pgmap v18258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:44.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:23:44.283 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:44.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:44.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:43 smithi079 bash[28699]: cluster 2023-12-08T03:23:42.719022+0000 mgr.a (mgr.14403) 24449 : cluster 0 pgmap v18259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:43 smithi194 bash[32038]: cluster 2023-12-08T03:23:42.719022+0000 mgr.a (mgr.14403) 24449 : cluster 0 pgmap v18259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:43 smithi135 bash[32435]: cluster 2023-12-08T03:23:42.719022+0000 mgr.a (mgr.14403) 24449 : cluster 0 pgmap v18259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:45.200 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:23:45.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:45.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:45.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:45.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:23:46.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:45 smithi079 bash[28699]: audit 2023-12-08T03:23:44.690859+0000 mgr.a (mgr.14403) 24450 : audit 0 from='client.481722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:46.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:45 smithi079 bash[28699]: cluster 2023-12-08T03:23:44.720233+0000 mgr.a (mgr.14403) 24451 : cluster 0 pgmap v18260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:45 smithi194 bash[32038]: audit 2023-12-08T03:23:44.690859+0000 mgr.a (mgr.14403) 24450 : audit 0 from='client.481722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:45 smithi194 bash[32038]: cluster 2023-12-08T03:23:44.720233+0000 mgr.a (mgr.14403) 24451 : cluster 0 pgmap v18260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:45 smithi135 bash[32435]: audit 2023-12-08T03:23:44.690859+0000 mgr.a (mgr.14403) 24450 : audit 0 from='client.481722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:45 smithi135 bash[32435]: cluster 2023-12-08T03:23:44.720233+0000 mgr.a (mgr.14403) 24451 : cluster 0 pgmap v18260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:47 smithi079 bash[28699]: cluster 2023-12-08T03:23:46.720984+0000 mgr.a (mgr.14403) 24452 : cluster 0 pgmap v18261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:47 smithi194 bash[32038]: cluster 2023-12-08T03:23:46.720984+0000 mgr.a (mgr.14403) 24452 : cluster 0 pgmap v18261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:47 smithi135 bash[32435]: cluster 2023-12-08T03:23:46.720984+0000 mgr.a (mgr.14403) 24452 : cluster 0 pgmap v18261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:23:50.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:23:50.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:50.203 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:50.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:49 smithi079 bash[28699]: cluster 2023-12-08T03:23:48.721834+0000 mgr.a (mgr.14403) 24453 : cluster 0 pgmap v18262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:49 smithi194 bash[32038]: cluster 2023-12-08T03:23:48.721834+0000 mgr.a (mgr.14403) 24453 : cluster 0 pgmap v18262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:49 smithi135 bash[32435]: cluster 2023-12-08T03:23:48.721834+0000 mgr.a (mgr.14403) 24453 : cluster 0 pgmap v18262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:51.124 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:23:51.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:51.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:51.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:51.125 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:23:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:51 smithi079 bash[28699]: audit 2023-12-08T03:23:50.613106+0000 mgr.a (mgr.14403) 24454 : audit 0 from='client.481800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:52.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:51 smithi079 bash[28699]: cluster 2023-12-08T03:23:50.722445+0000 mgr.a (mgr.14403) 24455 : cluster 0 pgmap v18263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:51 smithi194 bash[32038]: audit 2023-12-08T03:23:50.613106+0000 mgr.a (mgr.14403) 24454 : audit 0 from='client.481800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:51 smithi194 bash[32038]: cluster 2023-12-08T03:23:50.722445+0000 mgr.a (mgr.14403) 24455 : cluster 0 pgmap v18263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:51 smithi135 bash[32435]: audit 2023-12-08T03:23:50.613106+0000 mgr.a (mgr.14403) 24454 : audit 0 from='client.481800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:51 smithi135 bash[32435]: cluster 2023-12-08T03:23:50.722445+0000 mgr.a (mgr.14403) 24455 : cluster 0 pgmap v18263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:53 smithi079 bash[28699]: cluster 2023-12-08T03:23:52.723149+0000 mgr.a (mgr.14403) 24456 : cluster 0 pgmap v18264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:53 smithi194 bash[32038]: cluster 2023-12-08T03:23:52.723149+0000 mgr.a (mgr.14403) 24456 : cluster 0 pgmap v18264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:53 smithi135 bash[32435]: cluster 2023-12-08T03:23:52.723149+0000 mgr.a (mgr.14403) 24456 : cluster 0 pgmap v18264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:56.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:23:56.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:23:56.128 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:23:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:56 smithi079 bash[28699]: cluster 2023-12-08T03:23:54.723985+0000 mgr.a (mgr.14403) 24457 : cluster 0 pgmap v18265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:56 smithi194 bash[32038]: cluster 2023-12-08T03:23:54.723985+0000 mgr.a (mgr.14403) 24457 : cluster 0 pgmap v18265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:56.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:56 smithi135 bash[32435]: cluster 2023-12-08T03:23:54.723985+0000 mgr.a (mgr.14403) 24457 : cluster 0 pgmap v18265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:23:57.047 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:23:57.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:23:57.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:23:57.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:23:57.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:23:58.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:58 smithi079 bash[28699]: audit 2023-12-08T03:23:56.540475+0000 mgr.a (mgr.14403) 24458 : audit 0 from='client.481875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:58.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:23:58 smithi079 bash[28699]: cluster 2023-12-08T03:23:56.724855+0000 mgr.a (mgr.14403) 24459 : cluster 0 pgmap v18266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:58 smithi194 bash[32038]: audit 2023-12-08T03:23:56.540475+0000 mgr.a (mgr.14403) 24458 : audit 0 from='client.481875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:23:58 smithi194 bash[32038]: cluster 2023-12-08T03:23:56.724855+0000 mgr.a (mgr.14403) 24459 : cluster 0 pgmap v18266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:23:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:58 smithi135 bash[32435]: audit 2023-12-08T03:23:56.540475+0000 mgr.a (mgr.14403) 24458 : audit 0 from='client.481875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:23:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:23:58 smithi135 bash[32435]: cluster 2023-12-08T03:23:56.724855+0000 mgr.a (mgr.14403) 24459 : cluster 0 pgmap v18266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:00 smithi079 bash[28699]: cluster 2023-12-08T03:23:58.725781+0000 mgr.a (mgr.14403) 24460 : cluster 0 pgmap v18267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:00 smithi194 bash[32038]: cluster 2023-12-08T03:23:58.725781+0000 mgr.a (mgr.14403) 24460 : cluster 0 pgmap v18267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:00 smithi135 bash[32435]: cluster 2023-12-08T03:23:58.725781+0000 mgr.a (mgr.14403) 24460 : cluster 0 pgmap v18267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:02.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:24:02.049 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:02.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:02 smithi079 bash[28699]: cluster 2023-12-08T03:24:00.726342+0000 mgr.a (mgr.14403) 24461 : cluster 0 pgmap v18268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:02 smithi194 bash[32038]: cluster 2023-12-08T03:24:00.726342+0000 mgr.a (mgr.14403) 24461 : cluster 0 pgmap v18268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:02 smithi135 bash[32435]: cluster 2023-12-08T03:24:00.726342+0000 mgr.a (mgr.14403) 24461 : cluster 0 pgmap v18268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:02.960 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:24:02.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:02.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:02.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:02.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:24:03.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:03 smithi079 bash[28699]: audit 2023-12-08T03:24:02.452637+0000 mgr.a (mgr.14403) 24462 : audit 0 from='client.481950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:03.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:03 smithi194 bash[32038]: audit 2023-12-08T03:24:02.452637+0000 mgr.a (mgr.14403) 24462 : audit 0 from='client.481950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:03.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:03 smithi135 bash[32435]: audit 2023-12-08T03:24:02.452637+0000 mgr.a (mgr.14403) 24462 : audit 0 from='client.481950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:04.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:04 smithi079 bash[28699]: cluster 2023-12-08T03:24:02.726893+0000 mgr.a (mgr.14403) 24463 : cluster 0 pgmap v18269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:04 smithi194 bash[32038]: cluster 2023-12-08T03:24:02.726893+0000 mgr.a (mgr.14403) 24463 : cluster 0 pgmap v18269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:04.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:04 smithi135 bash[32435]: cluster 2023-12-08T03:24:02.726893+0000 mgr.a (mgr.14403) 24463 : cluster 0 pgmap v18269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:06 smithi079 bash[28699]: cluster 2023-12-08T03:24:04.727752+0000 mgr.a (mgr.14403) 24464 : cluster 0 pgmap v18270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:06 smithi194 bash[32038]: cluster 2023-12-08T03:24:04.727752+0000 mgr.a (mgr.14403) 24464 : cluster 0 pgmap v18270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:06.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:06 smithi135 bash[32435]: cluster 2023-12-08T03:24:04.727752+0000 mgr.a (mgr.14403) 24464 : cluster 0 pgmap v18270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:07.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:24:07.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:07.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:08.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:08 smithi079 bash[28699]: cluster 2023-12-08T03:24:06.728348+0000 mgr.a (mgr.14403) 24465 : cluster 0 pgmap v18271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:08 smithi194 bash[32038]: cluster 2023-12-08T03:24:06.728348+0000 mgr.a (mgr.14403) 24465 : cluster 0 pgmap v18271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:08 smithi135 bash[32435]: cluster 2023-12-08T03:24:06.728348+0000 mgr.a (mgr.14403) 24465 : cluster 0 pgmap v18271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:08.876 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:24:08.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:08.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:08.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:08.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:24:09.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:09 smithi079 bash[28699]: audit 2023-12-08T03:24:08.374307+0000 mgr.a (mgr.14403) 24466 : audit 0 from='client.482028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:09.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:09 smithi194 bash[32038]: audit 2023-12-08T03:24:08.374307+0000 mgr.a (mgr.14403) 24466 : audit 0 from='client.482028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:09.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:09 smithi135 bash[32435]: audit 2023-12-08T03:24:08.374307+0000 mgr.a (mgr.14403) 24466 : audit 0 from='client.482028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:10 smithi079 bash[28699]: cluster 2023-12-08T03:24:08.728946+0000 mgr.a (mgr.14403) 24467 : cluster 0 pgmap v18272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:24:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:10 smithi194 bash[32038]: cluster 2023-12-08T03:24:08.728946+0000 mgr.a (mgr.14403) 24467 : cluster 0 pgmap v18272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:24:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:10 smithi135 bash[32435]: cluster 2023-12-08T03:24:08.728946+0000 mgr.a (mgr.14403) 24467 : cluster 0 pgmap v18272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:24:12.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:12 smithi079 bash[28699]: cluster 2023-12-08T03:24:10.729559+0000 mgr.a (mgr.14403) 24468 : cluster 0 pgmap v18273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:24:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:12 smithi194 bash[32038]: cluster 2023-12-08T03:24:10.729559+0000 mgr.a (mgr.14403) 24468 : cluster 0 pgmap v18273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:24:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:12 smithi135 bash[32435]: cluster 2023-12-08T03:24:10.729559+0000 mgr.a (mgr.14403) 24468 : cluster 0 pgmap v18273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:24:13.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:24:13.880 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:13.880 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:14 smithi079 bash[28699]: cluster 2023-12-08T03:24:12.730131+0000 mgr.a (mgr.14403) 24469 : cluster 0 pgmap v18274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:24:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:14 smithi194 bash[32038]: cluster 2023-12-08T03:24:12.730131+0000 mgr.a (mgr.14403) 24469 : cluster 0 pgmap v18274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:24:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:14 smithi135 bash[32435]: cluster 2023-12-08T03:24:12.730131+0000 mgr.a (mgr.14403) 24469 : cluster 0 pgmap v18274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:24:14.781 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:24:14.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:14.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:14.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:14.781 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:24:15.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:15 smithi079 bash[28699]: audit 2023-12-08T03:24:14.276734+0000 mgr.a (mgr.14403) 24470 : audit 0 from='client.482100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:15.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:15 smithi194 bash[32038]: audit 2023-12-08T03:24:14.276734+0000 mgr.a (mgr.14403) 24470 : audit 0 from='client.482100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:15.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:15 smithi135 bash[32435]: audit 2023-12-08T03:24:14.276734+0000 mgr.a (mgr.14403) 24470 : audit 0 from='client.482100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:16.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:16 smithi079 bash[28699]: cluster 2023-12-08T03:24:14.731007+0000 mgr.a (mgr.14403) 24471 : cluster 0 pgmap v18275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:16 smithi194 bash[32038]: cluster 2023-12-08T03:24:14.731007+0000 mgr.a (mgr.14403) 24471 : cluster 0 pgmap v18275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:16.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:16 smithi135 bash[32435]: cluster 2023-12-08T03:24:14.731007+0000 mgr.a (mgr.14403) 24471 : cluster 0 pgmap v18275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:18.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:18 smithi079 bash[28699]: cluster 2023-12-08T03:24:16.731641+0000 mgr.a (mgr.14403) 24472 : cluster 0 pgmap v18276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:18 smithi194 bash[32038]: cluster 2023-12-08T03:24:16.731641+0000 mgr.a (mgr.14403) 24472 : cluster 0 pgmap v18276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:18 smithi135 bash[32435]: cluster 2023-12-08T03:24:16.731641+0000 mgr.a (mgr.14403) 24472 : cluster 0 pgmap v18276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:19.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:24:19.785 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:19.785 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:20.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:20 smithi079 bash[28699]: cluster 2023-12-08T03:24:18.732343+0000 mgr.a (mgr.14403) 24473 : cluster 0 pgmap v18277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:20 smithi194 bash[32038]: cluster 2023-12-08T03:24:18.732343+0000 mgr.a (mgr.14403) 24473 : cluster 0 pgmap v18277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:20.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:20 smithi135 bash[32435]: cluster 2023-12-08T03:24:18.732343+0000 mgr.a (mgr.14403) 24473 : cluster 0 pgmap v18277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:20.710 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:24:20.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:20.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:20.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:20.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:24:21.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:21 smithi079 bash[28699]: audit 2023-12-08T03:24:20.189957+0000 mgr.a (mgr.14403) 24474 : audit 0 from='client.482175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:21.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:21 smithi194 bash[32038]: audit 2023-12-08T03:24:20.189957+0000 mgr.a (mgr.14403) 24474 : audit 0 from='client.482175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:21.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:21 smithi135 bash[32435]: audit 2023-12-08T03:24:20.189957+0000 mgr.a (mgr.14403) 24474 : audit 0 from='client.482175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:22 smithi079 bash[28699]: cluster 2023-12-08T03:24:20.733075+0000 mgr.a (mgr.14403) 24475 : cluster 0 pgmap v18278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:24:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:22 smithi194 bash[32038]: cluster 2023-12-08T03:24:20.733075+0000 mgr.a (mgr.14403) 24475 : cluster 0 pgmap v18278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:24:22.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:22 smithi135 bash[32435]: cluster 2023-12-08T03:24:20.733075+0000 mgr.a (mgr.14403) 24475 : cluster 0 pgmap v18278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:24:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:24 smithi079 bash[28699]: cluster 2023-12-08T03:24:22.733680+0000 mgr.a (mgr.14403) 24476 : cluster 0 pgmap v18279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:24:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:24 smithi079 bash[28699]: audit 2023-12-08T03:24:23.429543+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:24:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:24 smithi079 bash[28699]: audit 2023-12-08T03:24:23.957398+0000 mon.a (mon.0) 3830 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:24:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:24 smithi079 bash[28699]: audit 2023-12-08T03:24:23.963561+0000 mon.a (mon.0) 3831 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:24:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:24 smithi194 bash[32038]: cluster 2023-12-08T03:24:22.733680+0000 mgr.a (mgr.14403) 24476 : cluster 0 pgmap v18279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:24:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:24 smithi194 bash[32038]: audit 2023-12-08T03:24:23.429543+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:24:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:24 smithi194 bash[32038]: audit 2023-12-08T03:24:23.957398+0000 mon.a (mon.0) 3830 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:24:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:24 smithi194 bash[32038]: audit 2023-12-08T03:24:23.963561+0000 mon.a (mon.0) 3831 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:24:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:24 smithi135 bash[32435]: cluster 2023-12-08T03:24:22.733680+0000 mgr.a (mgr.14403) 24476 : cluster 0 pgmap v18279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:24:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:24 smithi135 bash[32435]: audit 2023-12-08T03:24:23.429543+0000 mon.a (mon.0) 3829 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:24:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:24 smithi135 bash[32435]: audit 2023-12-08T03:24:23.957398+0000 mon.a (mon.0) 3830 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:24:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:24 smithi135 bash[32435]: audit 2023-12-08T03:24:23.963561+0000 mon.a (mon.0) 3831 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:24:25.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:25 smithi079 bash[28699]: audit 2023-12-08T03:24:24.697273+0000 mon.a (mon.0) 3832 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:24:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:25 smithi079 bash[28699]: audit 2023-12-08T03:24:24.699168+0000 mon.a (mon.0) 3833 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:24:25.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:25 smithi079 bash[28699]: audit 2023-12-08T03:24:24.708690+0000 mon.a (mon.0) 3834 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:24:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:25 smithi194 bash[32038]: audit 2023-12-08T03:24:24.697273+0000 mon.a (mon.0) 3832 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:24:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:25 smithi194 bash[32038]: audit 2023-12-08T03:24:24.699168+0000 mon.a (mon.0) 3833 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:24:25.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:25 smithi194 bash[32038]: audit 2023-12-08T03:24:24.708690+0000 mon.a (mon.0) 3834 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:24:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:25 smithi135 bash[32435]: audit 2023-12-08T03:24:24.697273+0000 mon.a (mon.0) 3832 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:24:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:25 smithi135 bash[32435]: audit 2023-12-08T03:24:24.699168+0000 mon.a (mon.0) 3833 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:24:25.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:25 smithi135 bash[32435]: audit 2023-12-08T03:24:24.708690+0000 mon.a (mon.0) 3834 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:24:25.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:24:25.713 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:25.713 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:26 smithi079 bash[28699]: cluster 2023-12-08T03:24:24.734190+0000 mgr.a (mgr.14403) 24477 : cluster 0 pgmap v18280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:24:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:26 smithi194 bash[32038]: cluster 2023-12-08T03:24:24.734190+0000 mgr.a (mgr.14403) 24477 : cluster 0 pgmap v18280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:24:26.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:26 smithi135 bash[32435]: cluster 2023-12-08T03:24:24.734190+0000 mgr.a (mgr.14403) 24477 : cluster 0 pgmap v18280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:24:26.627 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:24:26.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:26.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:26.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:26.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:24:27.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:27 smithi079 bash[28699]: audit 2023-12-08T03:24:26.116653+0000 mgr.a (mgr.14403) 24478 : audit 0 from='client.482247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:27.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:27 smithi194 bash[32038]: audit 2023-12-08T03:24:26.116653+0000 mgr.a (mgr.14403) 24478 : audit 0 from='client.482247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:27.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:27 smithi135 bash[32435]: audit 2023-12-08T03:24:26.116653+0000 mgr.a (mgr.14403) 24478 : audit 0 from='client.482247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:28 smithi079 bash[28699]: cluster 2023-12-08T03:24:26.734891+0000 mgr.a (mgr.14403) 24479 : cluster 0 pgmap v18281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:28 smithi194 bash[32038]: cluster 2023-12-08T03:24:26.734891+0000 mgr.a (mgr.14403) 24479 : cluster 0 pgmap v18281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:28 smithi135 bash[32435]: cluster 2023-12-08T03:24:26.734891+0000 mgr.a (mgr.14403) 24479 : cluster 0 pgmap v18281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:30.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:30 smithi079 bash[28699]: cluster 2023-12-08T03:24:28.735678+0000 mgr.a (mgr.14403) 24480 : cluster 0 pgmap v18282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:30 smithi194 bash[32038]: cluster 2023-12-08T03:24:28.735678+0000 mgr.a (mgr.14403) 24480 : cluster 0 pgmap v18282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:30 smithi135 bash[32435]: cluster 2023-12-08T03:24:28.735678+0000 mgr.a (mgr.14403) 24480 : cluster 0 pgmap v18282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:31.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:24:31.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:31.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:32.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:32 smithi079 bash[28699]: cluster 2023-12-08T03:24:30.736254+0000 mgr.a (mgr.14403) 24481 : cluster 0 pgmap v18283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:32 smithi194 bash[32038]: cluster 2023-12-08T03:24:30.736254+0000 mgr.a (mgr.14403) 24481 : cluster 0 pgmap v18283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:32 smithi135 bash[32435]: cluster 2023-12-08T03:24:30.736254+0000 mgr.a (mgr.14403) 24481 : cluster 0 pgmap v18283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:32.548 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:24:32.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:32.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:32.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:32.548 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:24:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:33 smithi079 bash[28699]: audit 2023-12-08T03:24:32.035467+0000 mgr.a (mgr.14403) 24482 : audit 0 from='client.482322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:33.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:33 smithi194 bash[32038]: audit 2023-12-08T03:24:32.035467+0000 mgr.a (mgr.14403) 24482 : audit 0 from='client.482322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:33.456 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:33 smithi135 bash[32435]: audit 2023-12-08T03:24:32.035467+0000 mgr.a (mgr.14403) 24482 : audit 0 from='client.482322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:34.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:34 smithi079 bash[28699]: cluster 2023-12-08T03:24:32.736972+0000 mgr.a (mgr.14403) 24483 : cluster 0 pgmap v18284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:34 smithi194 bash[32038]: cluster 2023-12-08T03:24:32.736972+0000 mgr.a (mgr.14403) 24483 : cluster 0 pgmap v18284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:34 smithi135 bash[32435]: cluster 2023-12-08T03:24:32.736972+0000 mgr.a (mgr.14403) 24483 : cluster 0 pgmap v18284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:36.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:36 smithi079 bash[28699]: cluster 2023-12-08T03:24:34.737732+0000 mgr.a (mgr.14403) 24484 : cluster 0 pgmap v18285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:36 smithi194 bash[32038]: cluster 2023-12-08T03:24:34.737732+0000 mgr.a (mgr.14403) 24484 : cluster 0 pgmap v18285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:36 smithi135 bash[32435]: cluster 2023-12-08T03:24:34.737732+0000 mgr.a (mgr.14403) 24484 : cluster 0 pgmap v18285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:37.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:24:37.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:37.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:38.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:38 smithi079 bash[28699]: cluster 2023-12-08T03:24:36.738337+0000 mgr.a (mgr.14403) 24485 : cluster 0 pgmap v18286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:38.453 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:24:38.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:38.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:38.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:38.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:24:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:38 smithi194 bash[32038]: cluster 2023-12-08T03:24:36.738337+0000 mgr.a (mgr.14403) 24485 : cluster 0 pgmap v18286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:38 smithi135 bash[32435]: cluster 2023-12-08T03:24:36.738337+0000 mgr.a (mgr.14403) 24485 : cluster 0 pgmap v18286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:39.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:39 smithi194 bash[32038]: audit 2023-12-08T03:24:37.954867+0000 mgr.a (mgr.14403) 24486 : audit 0 from='client.482400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:39.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:39 smithi135 bash[32435]: audit 2023-12-08T03:24:37.954867+0000 mgr.a (mgr.14403) 24486 : audit 0 from='client.482400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:39.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:39 smithi079 bash[28699]: audit 2023-12-08T03:24:37.954867+0000 mgr.a (mgr.14403) 24486 : audit 0 from='client.482400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:40 smithi194 bash[32038]: cluster 2023-12-08T03:24:38.739334+0000 mgr.a (mgr.14403) 24487 : cluster 0 pgmap v18287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:40 smithi135 bash[32435]: cluster 2023-12-08T03:24:38.739334+0000 mgr.a (mgr.14403) 24487 : cluster 0 pgmap v18287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:40 smithi079 bash[28699]: cluster 2023-12-08T03:24:38.739334+0000 mgr.a (mgr.14403) 24487 : cluster 0 pgmap v18287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:24:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:42 smithi194 bash[32038]: cluster 2023-12-08T03:24:40.739827+0000 mgr.a (mgr.14403) 24488 : cluster 0 pgmap v18288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:42 smithi135 bash[32435]: cluster 2023-12-08T03:24:40.739827+0000 mgr.a (mgr.14403) 24488 : cluster 0 pgmap v18288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:42 smithi079 bash[28699]: cluster 2023-12-08T03:24:40.739827+0000 mgr.a (mgr.14403) 24488 : cluster 0 pgmap v18288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:43.456 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:24:43.456 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:43.457 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:44.369 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:24:44.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:44.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:44.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:44.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:24:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:44 smithi194 bash[32038]: cluster 2023-12-08T03:24:42.740379+0000 mgr.a (mgr.14403) 24489 : cluster 0 pgmap v18289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:44 smithi135 bash[32435]: cluster 2023-12-08T03:24:42.740379+0000 mgr.a (mgr.14403) 24489 : cluster 0 pgmap v18289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:44 smithi079 bash[28699]: cluster 2023-12-08T03:24:42.740379+0000 mgr.a (mgr.14403) 24489 : cluster 0 pgmap v18289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:45 smithi194 bash[32038]: audit 2023-12-08T03:24:43.864182+0000 mgr.a (mgr.14403) 24490 : audit 0 from='client.482478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:45 smithi135 bash[32435]: audit 2023-12-08T03:24:43.864182+0000 mgr.a (mgr.14403) 24490 : audit 0 from='client.482478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:45.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:45 smithi079 bash[28699]: audit 2023-12-08T03:24:43.864182+0000 mgr.a (mgr.14403) 24490 : audit 0 from='client.482478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:46 smithi194 bash[32038]: cluster 2023-12-08T03:24:44.741364+0000 mgr.a (mgr.14403) 24491 : cluster 0 pgmap v18290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:46 smithi135 bash[32435]: cluster 2023-12-08T03:24:44.741364+0000 mgr.a (mgr.14403) 24491 : cluster 0 pgmap v18290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:46 smithi079 bash[28699]: cluster 2023-12-08T03:24:44.741364+0000 mgr.a (mgr.14403) 24491 : cluster 0 pgmap v18290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:48 smithi194 bash[32038]: cluster 2023-12-08T03:24:46.741911+0000 mgr.a (mgr.14403) 24492 : cluster 0 pgmap v18291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:48 smithi135 bash[32435]: cluster 2023-12-08T03:24:46.741911+0000 mgr.a (mgr.14403) 24492 : cluster 0 pgmap v18291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:48 smithi079 bash[28699]: cluster 2023-12-08T03:24:46.741911+0000 mgr.a (mgr.14403) 24492 : cluster 0 pgmap v18291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:49.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:24:49.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:49.372 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:50.301 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:24:50.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:50.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:50.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:50.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:24:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:50 smithi194 bash[32038]: cluster 2023-12-08T03:24:48.742688+0000 mgr.a (mgr.14403) 24493 : cluster 0 pgmap v18292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:50 smithi135 bash[32435]: cluster 2023-12-08T03:24:48.742688+0000 mgr.a (mgr.14403) 24493 : cluster 0 pgmap v18292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:50 smithi079 bash[28699]: cluster 2023-12-08T03:24:48.742688+0000 mgr.a (mgr.14403) 24493 : cluster 0 pgmap v18292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:51 smithi194 bash[32038]: audit 2023-12-08T03:24:49.781811+0000 mgr.a (mgr.14403) 24494 : audit 0 from='client.482556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:51 smithi135 bash[32435]: audit 2023-12-08T03:24:49.781811+0000 mgr.a (mgr.14403) 24494 : audit 0 from='client.482556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:51.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:51 smithi079 bash[28699]: audit 2023-12-08T03:24:49.781811+0000 mgr.a (mgr.14403) 24494 : audit 0 from='client.482556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:52 smithi194 bash[32038]: cluster 2023-12-08T03:24:50.743327+0000 mgr.a (mgr.14403) 24495 : cluster 0 pgmap v18293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:52 smithi135 bash[32435]: cluster 2023-12-08T03:24:50.743327+0000 mgr.a (mgr.14403) 24495 : cluster 0 pgmap v18293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:52 smithi079 bash[28699]: cluster 2023-12-08T03:24:50.743327+0000 mgr.a (mgr.14403) 24495 : cluster 0 pgmap v18293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:54 smithi194 bash[32038]: cluster 2023-12-08T03:24:52.743831+0000 mgr.a (mgr.14403) 24496 : cluster 0 pgmap v18294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:54 smithi135 bash[32435]: cluster 2023-12-08T03:24:52.743831+0000 mgr.a (mgr.14403) 24496 : cluster 0 pgmap v18294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:54 smithi079 bash[28699]: cluster 2023-12-08T03:24:52.743831+0000 mgr.a (mgr.14403) 24496 : cluster 0 pgmap v18294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:24:55.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:24:55.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:24:55.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:24:56.211 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:24:56.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:24:56.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:24:56.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:24:56.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:24:56.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:56 smithi194 bash[32038]: cluster 2023-12-08T03:24:54.744612+0000 mgr.a (mgr.14403) 24497 : cluster 0 pgmap v18295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:56 smithi135 bash[32435]: cluster 2023-12-08T03:24:54.744612+0000 mgr.a (mgr.14403) 24497 : cluster 0 pgmap v18295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:56.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:56 smithi079 bash[28699]: cluster 2023-12-08T03:24:54.744612+0000 mgr.a (mgr.14403) 24497 : cluster 0 pgmap v18295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:57.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:57 smithi135 bash[32435]: audit 2023-12-08T03:24:55.708806+0000 mgr.a (mgr.14403) 24498 : audit 0 from='client.482631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:57.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:57 smithi079 bash[28699]: audit 2023-12-08T03:24:55.708806+0000 mgr.a (mgr.14403) 24498 : audit 0 from='client.482631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:57 smithi194 bash[32038]: audit 2023-12-08T03:24:55.708806+0000 mgr.a (mgr.14403) 24498 : audit 0 from='client.482631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:24:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:24:58 smithi135 bash[32435]: cluster 2023-12-08T03:24:56.745409+0000 mgr.a (mgr.14403) 24499 : cluster 0 pgmap v18296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:24:58 smithi079 bash[28699]: cluster 2023-12-08T03:24:56.745409+0000 mgr.a (mgr.14403) 24499 : cluster 0 pgmap v18296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:24:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:24:58 smithi194 bash[32038]: cluster 2023-12-08T03:24:56.745409+0000 mgr.a (mgr.14403) 24499 : cluster 0 pgmap v18296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:00 smithi079 bash[28699]: cluster 2023-12-08T03:24:58.746385+0000 mgr.a (mgr.14403) 24500 : cluster 0 pgmap v18297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:00 smithi194 bash[32038]: cluster 2023-12-08T03:24:58.746385+0000 mgr.a (mgr.14403) 24500 : cluster 0 pgmap v18297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:00 smithi135 bash[32435]: cluster 2023-12-08T03:24:58.746385+0000 mgr.a (mgr.14403) 24500 : cluster 0 pgmap v18297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:01.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:25:01.214 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:01.214 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:02.098 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:25:02.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:02.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:02.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:02.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:25:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:02 smithi079 bash[28699]: cluster 2023-12-08T03:25:00.746953+0000 mgr.a (mgr.14403) 24501 : cluster 0 pgmap v18298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:02 smithi194 bash[32038]: cluster 2023-12-08T03:25:00.746953+0000 mgr.a (mgr.14403) 24501 : cluster 0 pgmap v18298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:02 smithi135 bash[32435]: cluster 2023-12-08T03:25:00.746953+0000 mgr.a (mgr.14403) 24501 : cluster 0 pgmap v18298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:03.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:03 smithi079 bash[28699]: audit 2023-12-08T03:25:01.620133+0000 mgr.a (mgr.14403) 24502 : audit 0 from='client.482709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:03 smithi194 bash[32038]: audit 2023-12-08T03:25:01.620133+0000 mgr.a (mgr.14403) 24502 : audit 0 from='client.482709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:03 smithi135 bash[32435]: audit 2023-12-08T03:25:01.620133+0000 mgr.a (mgr.14403) 24502 : audit 0 from='client.482709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:04 smithi079 bash[28699]: cluster 2023-12-08T03:25:02.747564+0000 mgr.a (mgr.14403) 24503 : cluster 0 pgmap v18299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:04 smithi194 bash[32038]: cluster 2023-12-08T03:25:02.747564+0000 mgr.a (mgr.14403) 24503 : cluster 0 pgmap v18299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:04 smithi135 bash[32435]: cluster 2023-12-08T03:25:02.747564+0000 mgr.a (mgr.14403) 24503 : cluster 0 pgmap v18299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:06.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:06 smithi079 bash[28699]: cluster 2023-12-08T03:25:04.748320+0000 mgr.a (mgr.14403) 24504 : cluster 0 pgmap v18300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:06 smithi194 bash[32038]: cluster 2023-12-08T03:25:04.748320+0000 mgr.a (mgr.14403) 24504 : cluster 0 pgmap v18300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:06 smithi135 bash[32435]: cluster 2023-12-08T03:25:04.748320+0000 mgr.a (mgr.14403) 24504 : cluster 0 pgmap v18300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:07.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:25:07.101 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:07.101 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:08.019 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:25:08.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:08.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:08.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:08.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:25:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:08 smithi079 bash[28699]: cluster 2023-12-08T03:25:06.748849+0000 mgr.a (mgr.14403) 24505 : cluster 0 pgmap v18301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:08 smithi079 bash[28699]: audit 2023-12-08T03:25:07.506209+0000 mgr.a (mgr.14403) 24506 : audit 0 from='client.482787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:08 smithi194 bash[32038]: cluster 2023-12-08T03:25:06.748849+0000 mgr.a (mgr.14403) 24505 : cluster 0 pgmap v18301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:08 smithi194 bash[32038]: audit 2023-12-08T03:25:07.506209+0000 mgr.a (mgr.14403) 24506 : audit 0 from='client.482787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:08 smithi135 bash[32435]: cluster 2023-12-08T03:25:06.748849+0000 mgr.a (mgr.14403) 24505 : cluster 0 pgmap v18301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:08 smithi135 bash[32435]: audit 2023-12-08T03:25:07.506209+0000 mgr.a (mgr.14403) 24506 : audit 0 from='client.482787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:10 smithi079 bash[28699]: cluster 2023-12-08T03:25:08.749712+0000 mgr.a (mgr.14403) 24507 : cluster 0 pgmap v18302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:10 smithi194 bash[32038]: cluster 2023-12-08T03:25:08.749712+0000 mgr.a (mgr.14403) 24507 : cluster 0 pgmap v18302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:10 smithi135 bash[32435]: cluster 2023-12-08T03:25:08.749712+0000 mgr.a (mgr.14403) 24507 : cluster 0 pgmap v18302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:12 smithi079 bash[28699]: cluster 2023-12-08T03:25:10.750275+0000 mgr.a (mgr.14403) 24508 : cluster 0 pgmap v18303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:12 smithi194 bash[32038]: cluster 2023-12-08T03:25:10.750275+0000 mgr.a (mgr.14403) 24508 : cluster 0 pgmap v18303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:12 smithi135 bash[32435]: cluster 2023-12-08T03:25:10.750275+0000 mgr.a (mgr.14403) 24508 : cluster 0 pgmap v18303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:13.021 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:25:13.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:13.022 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:13.942 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:25:13.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:13.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:13.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:13.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:25:14.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:14 smithi079 bash[28699]: cluster 2023-12-08T03:25:12.750846+0000 mgr.a (mgr.14403) 24509 : cluster 0 pgmap v18304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:14 smithi079 bash[28699]: audit 2023-12-08T03:25:13.426427+0000 mgr.a (mgr.14403) 24510 : audit 0 from='client.482859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:14 smithi194 bash[32038]: cluster 2023-12-08T03:25:12.750846+0000 mgr.a (mgr.14403) 24509 : cluster 0 pgmap v18304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:14 smithi194 bash[32038]: audit 2023-12-08T03:25:13.426427+0000 mgr.a (mgr.14403) 24510 : audit 0 from='client.482859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:14 smithi135 bash[32435]: cluster 2023-12-08T03:25:12.750846+0000 mgr.a (mgr.14403) 24509 : cluster 0 pgmap v18304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:14 smithi135 bash[32435]: audit 2023-12-08T03:25:13.426427+0000 mgr.a (mgr.14403) 24510 : audit 0 from='client.482859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:16 smithi079 bash[28699]: cluster 2023-12-08T03:25:14.751805+0000 mgr.a (mgr.14403) 24511 : cluster 0 pgmap v18305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:25:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:16 smithi194 bash[32038]: cluster 2023-12-08T03:25:14.751805+0000 mgr.a (mgr.14403) 24511 : cluster 0 pgmap v18305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:25:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:16 smithi135 bash[32435]: cluster 2023-12-08T03:25:14.751805+0000 mgr.a (mgr.14403) 24511 : cluster 0 pgmap v18305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:25:18.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:18 smithi079 bash[28699]: cluster 2023-12-08T03:25:16.752410+0000 mgr.a (mgr.14403) 24512 : cluster 0 pgmap v18306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:25:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:18 smithi194 bash[32038]: cluster 2023-12-08T03:25:16.752410+0000 mgr.a (mgr.14403) 24512 : cluster 0 pgmap v18306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:25:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:18 smithi135 bash[32435]: cluster 2023-12-08T03:25:16.752410+0000 mgr.a (mgr.14403) 24512 : cluster 0 pgmap v18306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:25:18.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:25:18.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:18.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:19.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:19.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:19.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:19.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:25:19.863 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:25:20.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:20 smithi079 bash[28699]: cluster 2023-12-08T03:25:18.753360+0000 mgr.a (mgr.14403) 24513 : cluster 0 pgmap v18307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:20 smithi079 bash[28699]: audit 2023-12-08T03:25:19.350171+0000 mgr.a (mgr.14403) 24514 : audit 0 from='client.482937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:20 smithi194 bash[32038]: cluster 2023-12-08T03:25:18.753360+0000 mgr.a (mgr.14403) 24513 : cluster 0 pgmap v18307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:20 smithi194 bash[32038]: audit 2023-12-08T03:25:19.350171+0000 mgr.a (mgr.14403) 24514 : audit 0 from='client.482937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:20 smithi135 bash[32435]: cluster 2023-12-08T03:25:18.753360+0000 mgr.a (mgr.14403) 24513 : cluster 0 pgmap v18307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:20 smithi135 bash[32435]: audit 2023-12-08T03:25:19.350171+0000 mgr.a (mgr.14403) 24514 : audit 0 from='client.482937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:22 smithi079 bash[28699]: cluster 2023-12-08T03:25:20.754194+0000 mgr.a (mgr.14403) 24515 : cluster 0 pgmap v18308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:22 smithi194 bash[32038]: cluster 2023-12-08T03:25:20.754194+0000 mgr.a (mgr.14403) 24515 : cluster 0 pgmap v18308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:22 smithi135 bash[32435]: cluster 2023-12-08T03:25:20.754194+0000 mgr.a (mgr.14403) 24515 : cluster 0 pgmap v18308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:24 smithi079 bash[28699]: cluster 2023-12-08T03:25:22.754959+0000 mgr.a (mgr.14403) 24516 : cluster 0 pgmap v18309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:24 smithi194 bash[32038]: cluster 2023-12-08T03:25:22.754959+0000 mgr.a (mgr.14403) 24516 : cluster 0 pgmap v18309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:24 smithi135 bash[32435]: cluster 2023-12-08T03:25:22.754959+0000 mgr.a (mgr.14403) 24516 : cluster 0 pgmap v18309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:24.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:25:24.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:24.867 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:25 smithi079 bash[28699]: audit 2023-12-08T03:25:24.811340+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:25:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:25 smithi194 bash[32038]: audit 2023-12-08T03:25:24.811340+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:25:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:25 smithi135 bash[32435]: audit 2023-12-08T03:25:24.811340+0000 mon.a (mon.0) 3835 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:25:25.755 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:25:25.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:25.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:25.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:25.756 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:25:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:26 smithi079 bash[28699]: cluster 2023-12-08T03:25:24.755763+0000 mgr.a (mgr.14403) 24517 : cluster 0 pgmap v18310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:26 smithi079 bash[28699]: audit 2023-12-08T03:25:25.284410+0000 mgr.a (mgr.14403) 24518 : audit 0 from='client.483015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:26 smithi079 bash[28699]: audit 2023-12-08T03:25:25.340419+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:25:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:26 smithi079 bash[28699]: audit 2023-12-08T03:25:25.347989+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:25:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:26 smithi079 bash[28699]: audit 2023-12-08T03:25:26.160011+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:25:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:26 smithi079 bash[28699]: audit 2023-12-08T03:25:26.162365+0000 mon.a (mon.0) 3839 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:25:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:26 smithi079 bash[28699]: audit 2023-12-08T03:25:26.171788+0000 mon.a (mon.0) 3840 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:25:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:26 smithi194 bash[32038]: cluster 2023-12-08T03:25:24.755763+0000 mgr.a (mgr.14403) 24517 : cluster 0 pgmap v18310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:26 smithi194 bash[32038]: audit 2023-12-08T03:25:25.284410+0000 mgr.a (mgr.14403) 24518 : audit 0 from='client.483015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:26 smithi194 bash[32038]: audit 2023-12-08T03:25:25.340419+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:25:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:26 smithi194 bash[32038]: audit 2023-12-08T03:25:25.347989+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:25:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:26 smithi194 bash[32038]: audit 2023-12-08T03:25:26.160011+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:25:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:26 smithi194 bash[32038]: audit 2023-12-08T03:25:26.162365+0000 mon.a (mon.0) 3839 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:25:26.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:26 smithi194 bash[32038]: audit 2023-12-08T03:25:26.171788+0000 mon.a (mon.0) 3840 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:25:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:26 smithi135 bash[32435]: cluster 2023-12-08T03:25:24.755763+0000 mgr.a (mgr.14403) 24517 : cluster 0 pgmap v18310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:26 smithi135 bash[32435]: audit 2023-12-08T03:25:25.284410+0000 mgr.a (mgr.14403) 24518 : audit 0 from='client.483015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:26 smithi135 bash[32435]: audit 2023-12-08T03:25:25.340419+0000 mon.a (mon.0) 3836 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:25:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:26 smithi135 bash[32435]: audit 2023-12-08T03:25:25.347989+0000 mon.a (mon.0) 3837 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:25:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:26 smithi135 bash[32435]: audit 2023-12-08T03:25:26.160011+0000 mon.a (mon.0) 3838 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:25:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:26 smithi135 bash[32435]: audit 2023-12-08T03:25:26.162365+0000 mon.a (mon.0) 3839 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:25:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:26 smithi135 bash[32435]: audit 2023-12-08T03:25:26.171788+0000 mon.a (mon.0) 3840 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:25:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:28 smithi079 bash[28699]: cluster 2023-12-08T03:25:26.756406+0000 mgr.a (mgr.14403) 24519 : cluster 0 pgmap v18311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:25:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:28 smithi194 bash[32038]: cluster 2023-12-08T03:25:26.756406+0000 mgr.a (mgr.14403) 24519 : cluster 0 pgmap v18311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:25:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:28 smithi135 bash[32435]: cluster 2023-12-08T03:25:26.756406+0000 mgr.a (mgr.14403) 24519 : cluster 0 pgmap v18311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:25:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:30 smithi079 bash[28699]: cluster 2023-12-08T03:25:28.757356+0000 mgr.a (mgr.14403) 24520 : cluster 0 pgmap v18312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:25:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:30 smithi194 bash[32038]: cluster 2023-12-08T03:25:28.757356+0000 mgr.a (mgr.14403) 24520 : cluster 0 pgmap v18312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:25:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:30 smithi135 bash[32435]: cluster 2023-12-08T03:25:28.757356+0000 mgr.a (mgr.14403) 24520 : cluster 0 pgmap v18312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:25:30.757 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:25:30.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:30.758 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:31.664 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:25:31.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:31.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:31.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:31.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:25:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:32 smithi079 bash[28699]: cluster 2023-12-08T03:25:30.758055+0000 mgr.a (mgr.14403) 24521 : cluster 0 pgmap v18313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:32 smithi079 bash[28699]: audit 2023-12-08T03:25:31.161644+0000 mgr.a (mgr.14403) 24522 : audit 0 from='client.483090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:32 smithi194 bash[32038]: cluster 2023-12-08T03:25:30.758055+0000 mgr.a (mgr.14403) 24521 : cluster 0 pgmap v18313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:32 smithi194 bash[32038]: audit 2023-12-08T03:25:31.161644+0000 mgr.a (mgr.14403) 24522 : audit 0 from='client.483090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:32 smithi135 bash[32435]: cluster 2023-12-08T03:25:30.758055+0000 mgr.a (mgr.14403) 24521 : cluster 0 pgmap v18313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:32 smithi135 bash[32435]: audit 2023-12-08T03:25:31.161644+0000 mgr.a (mgr.14403) 24522 : audit 0 from='client.483090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:34 smithi079 bash[28699]: cluster 2023-12-08T03:25:32.758736+0000 mgr.a (mgr.14403) 24523 : cluster 0 pgmap v18314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:34 smithi194 bash[32038]: cluster 2023-12-08T03:25:32.758736+0000 mgr.a (mgr.14403) 24523 : cluster 0 pgmap v18314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:34 smithi135 bash[32435]: cluster 2023-12-08T03:25:32.758736+0000 mgr.a (mgr.14403) 24523 : cluster 0 pgmap v18314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:36 smithi079 bash[28699]: cluster 2023-12-08T03:25:34.759560+0000 mgr.a (mgr.14403) 24524 : cluster 0 pgmap v18315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:36.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:25:36.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:36.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:36 smithi194 bash[32038]: cluster 2023-12-08T03:25:34.759560+0000 mgr.a (mgr.14403) 24524 : cluster 0 pgmap v18315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:36 smithi135 bash[32435]: cluster 2023-12-08T03:25:34.759560+0000 mgr.a (mgr.14403) 24524 : cluster 0 pgmap v18315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:37.586 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:25:37.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:37.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:37.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:37.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:25:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:38 smithi079 bash[28699]: cluster 2023-12-08T03:25:36.760094+0000 mgr.a (mgr.14403) 24525 : cluster 0 pgmap v18316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:38 smithi079 bash[28699]: audit 2023-12-08T03:25:37.073878+0000 mgr.a (mgr.14403) 24526 : audit 0 from='client.483159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:38 smithi194 bash[32038]: cluster 2023-12-08T03:25:36.760094+0000 mgr.a (mgr.14403) 24525 : cluster 0 pgmap v18316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:38 smithi194 bash[32038]: audit 2023-12-08T03:25:37.073878+0000 mgr.a (mgr.14403) 24526 : audit 0 from='client.483159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:38 smithi135 bash[32435]: cluster 2023-12-08T03:25:36.760094+0000 mgr.a (mgr.14403) 24525 : cluster 0 pgmap v18316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:38 smithi135 bash[32435]: audit 2023-12-08T03:25:37.073878+0000 mgr.a (mgr.14403) 24526 : audit 0 from='client.483159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:40 smithi079 bash[28699]: cluster 2023-12-08T03:25:38.761015+0000 mgr.a (mgr.14403) 24527 : cluster 0 pgmap v18317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:40 smithi194 bash[32038]: cluster 2023-12-08T03:25:38.761015+0000 mgr.a (mgr.14403) 24527 : cluster 0 pgmap v18317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:40 smithi135 bash[32435]: cluster 2023-12-08T03:25:38.761015+0000 mgr.a (mgr.14403) 24527 : cluster 0 pgmap v18317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:42.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:25:42.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:42.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:42 smithi079 bash[28699]: cluster 2023-12-08T03:25:40.761628+0000 mgr.a (mgr.14403) 24528 : cluster 0 pgmap v18318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:42 smithi194 bash[32038]: cluster 2023-12-08T03:25:40.761628+0000 mgr.a (mgr.14403) 24528 : cluster 0 pgmap v18318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:42 smithi135 bash[32435]: cluster 2023-12-08T03:25:40.761628+0000 mgr.a (mgr.14403) 24528 : cluster 0 pgmap v18318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:43.484 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:25:43.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:43.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:43.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:43.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:25:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:44 smithi079 bash[28699]: cluster 2023-12-08T03:25:42.762195+0000 mgr.a (mgr.14403) 24529 : cluster 0 pgmap v18319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:44 smithi079 bash[28699]: audit 2023-12-08T03:25:42.986540+0000 mgr.a (mgr.14403) 24530 : audit 0 from='client.483231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:44 smithi194 bash[32038]: cluster 2023-12-08T03:25:42.762195+0000 mgr.a (mgr.14403) 24529 : cluster 0 pgmap v18319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:44 smithi194 bash[32038]: audit 2023-12-08T03:25:42.986540+0000 mgr.a (mgr.14403) 24530 : audit 0 from='client.483231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:44 smithi135 bash[32435]: cluster 2023-12-08T03:25:42.762195+0000 mgr.a (mgr.14403) 24529 : cluster 0 pgmap v18319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:44 smithi135 bash[32435]: audit 2023-12-08T03:25:42.986540+0000 mgr.a (mgr.14403) 24530 : audit 0 from='client.483231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:46 smithi079 bash[28699]: cluster 2023-12-08T03:25:44.763221+0000 mgr.a (mgr.14403) 24531 : cluster 0 pgmap v18320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:46 smithi194 bash[32038]: cluster 2023-12-08T03:25:44.763221+0000 mgr.a (mgr.14403) 24531 : cluster 0 pgmap v18320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:46 smithi135 bash[32435]: cluster 2023-12-08T03:25:44.763221+0000 mgr.a (mgr.14403) 24531 : cluster 0 pgmap v18320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:25:48.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:25:48.488 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:48.488 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:48 smithi079 bash[28699]: cluster 2023-12-08T03:25:46.763846+0000 mgr.a (mgr.14403) 24532 : cluster 0 pgmap v18321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:48 smithi194 bash[32038]: cluster 2023-12-08T03:25:46.763846+0000 mgr.a (mgr.14403) 24532 : cluster 0 pgmap v18321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:48 smithi135 bash[32435]: cluster 2023-12-08T03:25:46.763846+0000 mgr.a (mgr.14403) 24532 : cluster 0 pgmap v18321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:49.374 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:25:49.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:49.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:49.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:49.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:25:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:50 smithi079 bash[28699]: cluster 2023-12-08T03:25:48.764334+0000 mgr.a (mgr.14403) 24533 : cluster 0 pgmap v18322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:50 smithi079 bash[28699]: audit 2023-12-08T03:25:48.890049+0000 mgr.a (mgr.14403) 24534 : audit 0 from='client.483306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:50 smithi194 bash[32038]: cluster 2023-12-08T03:25:48.764334+0000 mgr.a (mgr.14403) 24533 : cluster 0 pgmap v18322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:50 smithi194 bash[32038]: audit 2023-12-08T03:25:48.890049+0000 mgr.a (mgr.14403) 24534 : audit 0 from='client.483306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:50 smithi135 bash[32435]: cluster 2023-12-08T03:25:48.764334+0000 mgr.a (mgr.14403) 24533 : cluster 0 pgmap v18322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:50 smithi135 bash[32435]: audit 2023-12-08T03:25:48.890049+0000 mgr.a (mgr.14403) 24534 : audit 0 from='client.483306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:52 smithi194 bash[32038]: cluster 2023-12-08T03:25:50.764991+0000 mgr.a (mgr.14403) 24535 : cluster 0 pgmap v18323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:52 smithi135 bash[32435]: cluster 2023-12-08T03:25:50.764991+0000 mgr.a (mgr.14403) 24535 : cluster 0 pgmap v18323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:52.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:52 smithi079 bash[28699]: cluster 2023-12-08T03:25:50.764991+0000 mgr.a (mgr.14403) 24535 : cluster 0 pgmap v18323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:54.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:25:54.378 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:25:54.378 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:25:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:54 smithi194 bash[32038]: cluster 2023-12-08T03:25:52.765714+0000 mgr.a (mgr.14403) 24536 : cluster 0 pgmap v18324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:54 smithi135 bash[32435]: cluster 2023-12-08T03:25:52.765714+0000 mgr.a (mgr.14403) 24536 : cluster 0 pgmap v18324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:54.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:54 smithi079 bash[28699]: cluster 2023-12-08T03:25:52.765714+0000 mgr.a (mgr.14403) 24536 : cluster 0 pgmap v18324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:55.266 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:25:55.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:25:55.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:25:55.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:25:55.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:25:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:56 smithi194 bash[32038]: cluster 2023-12-08T03:25:54.766289+0000 mgr.a (mgr.14403) 24537 : cluster 0 pgmap v18325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:56 smithi194 bash[32038]: audit 2023-12-08T03:25:54.783257+0000 mgr.a (mgr.14403) 24538 : audit 0 from='client.483381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:56 smithi135 bash[32435]: cluster 2023-12-08T03:25:54.766289+0000 mgr.a (mgr.14403) 24537 : cluster 0 pgmap v18325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:56 smithi135 bash[32435]: audit 2023-12-08T03:25:54.783257+0000 mgr.a (mgr.14403) 24538 : audit 0 from='client.483381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:56 smithi079 bash[28699]: cluster 2023-12-08T03:25:54.766289+0000 mgr.a (mgr.14403) 24537 : cluster 0 pgmap v18325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:25:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:56 smithi079 bash[28699]: audit 2023-12-08T03:25:54.783257+0000 mgr.a (mgr.14403) 24538 : audit 0 from='client.483381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:25:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:25:58 smithi194 bash[32038]: cluster 2023-12-08T03:25:56.767008+0000 mgr.a (mgr.14403) 24539 : cluster 0 pgmap v18326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:25:58 smithi135 bash[32435]: cluster 2023-12-08T03:25:56.767008+0000 mgr.a (mgr.14403) 24539 : cluster 0 pgmap v18326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:25:58.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:25:58 smithi079 bash[28699]: cluster 2023-12-08T03:25:56.767008+0000 mgr.a (mgr.14403) 24539 : cluster 0 pgmap v18326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:00.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:26:00.270 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:00.270 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:00 smithi194 bash[32038]: cluster 2023-12-08T03:25:58.767845+0000 mgr.a (mgr.14403) 24540 : cluster 0 pgmap v18327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:00 smithi135 bash[32435]: cluster 2023-12-08T03:25:58.767845+0000 mgr.a (mgr.14403) 24540 : cluster 0 pgmap v18327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:00.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:00 smithi079 bash[28699]: cluster 2023-12-08T03:25:58.767845+0000 mgr.a (mgr.14403) 24540 : cluster 0 pgmap v18327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:01.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:01.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:01.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:01.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:26:01.179 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:26:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:02 smithi194 bash[32038]: audit 2023-12-08T03:26:00.669980+0000 mgr.a (mgr.14403) 24541 : audit 0 from='client.483459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:02 smithi194 bash[32038]: cluster 2023-12-08T03:26:00.768364+0000 mgr.a (mgr.14403) 24542 : cluster 0 pgmap v18328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:02 smithi135 bash[32435]: audit 2023-12-08T03:26:00.669980+0000 mgr.a (mgr.14403) 24541 : audit 0 from='client.483459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:02 smithi135 bash[32435]: cluster 2023-12-08T03:26:00.768364+0000 mgr.a (mgr.14403) 24542 : cluster 0 pgmap v18328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:02.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:02 smithi079 bash[28699]: audit 2023-12-08T03:26:00.669980+0000 mgr.a (mgr.14403) 24541 : audit 0 from='client.483459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:02 smithi079 bash[28699]: cluster 2023-12-08T03:26:00.768364+0000 mgr.a (mgr.14403) 24542 : cluster 0 pgmap v18328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:04 smithi194 bash[32038]: cluster 2023-12-08T03:26:02.769069+0000 mgr.a (mgr.14403) 24543 : cluster 0 pgmap v18329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:04 smithi135 bash[32435]: cluster 2023-12-08T03:26:02.769069+0000 mgr.a (mgr.14403) 24543 : cluster 0 pgmap v18329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:04 smithi079 bash[28699]: cluster 2023-12-08T03:26:02.769069+0000 mgr.a (mgr.14403) 24543 : cluster 0 pgmap v18329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:06.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:26:06.182 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:06.182 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:06 smithi194 bash[32038]: cluster 2023-12-08T03:26:04.769926+0000 mgr.a (mgr.14403) 24544 : cluster 0 pgmap v18330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:06.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:06 smithi135 bash[32435]: cluster 2023-12-08T03:26:04.769926+0000 mgr.a (mgr.14403) 24544 : cluster 0 pgmap v18330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:06.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:06 smithi079 bash[28699]: cluster 2023-12-08T03:26:04.769926+0000 mgr.a (mgr.14403) 24544 : cluster 0 pgmap v18330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:07.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:07.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:07.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:07.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:26:07.068 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:26:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:08 smithi194 bash[32038]: audit 2023-12-08T03:26:06.577824+0000 mgr.a (mgr.14403) 24545 : audit 0 from='client.483534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:08 smithi194 bash[32038]: cluster 2023-12-08T03:26:06.770627+0000 mgr.a (mgr.14403) 24546 : cluster 0 pgmap v18331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:08 smithi135 bash[32435]: audit 2023-12-08T03:26:06.577824+0000 mgr.a (mgr.14403) 24545 : audit 0 from='client.483534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:08 smithi135 bash[32435]: cluster 2023-12-08T03:26:06.770627+0000 mgr.a (mgr.14403) 24546 : cluster 0 pgmap v18331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:08 smithi079 bash[28699]: audit 2023-12-08T03:26:06.577824+0000 mgr.a (mgr.14403) 24545 : audit 0 from='client.483534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:08 smithi079 bash[28699]: cluster 2023-12-08T03:26:06.770627+0000 mgr.a (mgr.14403) 24546 : cluster 0 pgmap v18331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:10 smithi194 bash[32038]: cluster 2023-12-08T03:26:08.771550+0000 mgr.a (mgr.14403) 24547 : cluster 0 pgmap v18332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:10 smithi135 bash[32435]: cluster 2023-12-08T03:26:08.771550+0000 mgr.a (mgr.14403) 24547 : cluster 0 pgmap v18332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:10.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:10 smithi079 bash[28699]: cluster 2023-12-08T03:26:08.771550+0000 mgr.a (mgr.14403) 24547 : cluster 0 pgmap v18332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:12.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:26:12.072 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:12.072 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:12 smithi194 bash[32038]: cluster 2023-12-08T03:26:10.772160+0000 mgr.a (mgr.14403) 24548 : cluster 0 pgmap v18333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:12 smithi135 bash[32435]: cluster 2023-12-08T03:26:10.772160+0000 mgr.a (mgr.14403) 24548 : cluster 0 pgmap v18333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:12 smithi079 bash[28699]: cluster 2023-12-08T03:26:10.772160+0000 mgr.a (mgr.14403) 24548 : cluster 0 pgmap v18333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:12.986 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:26:12.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:12.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:12.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:12.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:26:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:13 smithi194 bash[32038]: audit 2023-12-08T03:26:12.474405+0000 mgr.a (mgr.14403) 24549 : audit 0 from='client.483606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:13 smithi135 bash[32435]: audit 2023-12-08T03:26:12.474405+0000 mgr.a (mgr.14403) 24549 : audit 0 from='client.483606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:13.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:13 smithi079 bash[28699]: audit 2023-12-08T03:26:12.474405+0000 mgr.a (mgr.14403) 24549 : audit 0 from='client.483606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:14 smithi194 bash[32038]: cluster 2023-12-08T03:26:12.772897+0000 mgr.a (mgr.14403) 24550 : cluster 0 pgmap v18334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:14 smithi135 bash[32435]: cluster 2023-12-08T03:26:12.772897+0000 mgr.a (mgr.14403) 24550 : cluster 0 pgmap v18334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:14 smithi079 bash[28699]: cluster 2023-12-08T03:26:12.772897+0000 mgr.a (mgr.14403) 24550 : cluster 0 pgmap v18334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:16 smithi135 bash[32435]: cluster 2023-12-08T03:26:14.773851+0000 mgr.a (mgr.14403) 24551 : cluster 0 pgmap v18335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:16.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:16 smithi079 bash[28699]: cluster 2023-12-08T03:26:14.773851+0000 mgr.a (mgr.14403) 24551 : cluster 0 pgmap v18335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:16 smithi194 bash[32038]: cluster 2023-12-08T03:26:14.773851+0000 mgr.a (mgr.14403) 24551 : cluster 0 pgmap v18335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:17.989 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:26:17.990 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:17.990 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:18.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:18 smithi079 bash[28699]: cluster 2023-12-08T03:26:16.774432+0000 mgr.a (mgr.14403) 24552 : cluster 0 pgmap v18336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:18.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:18.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:18.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:18.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:26:18.902 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:26:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:18 smithi194 bash[32038]: cluster 2023-12-08T03:26:16.774432+0000 mgr.a (mgr.14403) 24552 : cluster 0 pgmap v18336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:18 smithi135 bash[32435]: cluster 2023-12-08T03:26:16.774432+0000 mgr.a (mgr.14403) 24552 : cluster 0 pgmap v18336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:19.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:19 smithi079 bash[28699]: audit 2023-12-08T03:26:18.387839+0000 mgr.a (mgr.14403) 24553 : audit 0 from='client.483684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:19 smithi194 bash[32038]: audit 2023-12-08T03:26:18.387839+0000 mgr.a (mgr.14403) 24553 : audit 0 from='client.483684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:19 smithi135 bash[32435]: audit 2023-12-08T03:26:18.387839+0000 mgr.a (mgr.14403) 24553 : audit 0 from='client.483684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:20 smithi079 bash[28699]: cluster 2023-12-08T03:26:18.776117+0000 mgr.a (mgr.14403) 24554 : cluster 0 pgmap v18337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:26:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:20 smithi194 bash[32038]: cluster 2023-12-08T03:26:18.776117+0000 mgr.a (mgr.14403) 24554 : cluster 0 pgmap v18337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:26:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:20 smithi135 bash[32435]: cluster 2023-12-08T03:26:18.776117+0000 mgr.a (mgr.14403) 24554 : cluster 0 pgmap v18337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:26:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:22 smithi079 bash[28699]: cluster 2023-12-08T03:26:20.776760+0000 mgr.a (mgr.14403) 24555 : cluster 0 pgmap v18338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:26:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:22 smithi194 bash[32038]: cluster 2023-12-08T03:26:20.776760+0000 mgr.a (mgr.14403) 24555 : cluster 0 pgmap v18338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:26:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:22 smithi135 bash[32435]: cluster 2023-12-08T03:26:20.776760+0000 mgr.a (mgr.14403) 24555 : cluster 0 pgmap v18338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:26:23.905 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:26:23.906 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:23.906 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:24.797 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:26:24.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:24.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:24.797 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:24.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:26:24.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:24 smithi079 bash[28699]: cluster 2023-12-08T03:26:22.777491+0000 mgr.a (mgr.14403) 24556 : cluster 0 pgmap v18339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:26:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:24 smithi194 bash[32038]: cluster 2023-12-08T03:26:22.777491+0000 mgr.a (mgr.14403) 24556 : cluster 0 pgmap v18339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:26:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:24 smithi135 bash[32435]: cluster 2023-12-08T03:26:22.777491+0000 mgr.a (mgr.14403) 24556 : cluster 0 pgmap v18339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:26:25.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:25 smithi079 bash[28699]: audit 2023-12-08T03:26:24.313226+0000 mgr.a (mgr.14403) 24557 : audit 0 from='client.483756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:25 smithi194 bash[32038]: audit 2023-12-08T03:26:24.313226+0000 mgr.a (mgr.14403) 24557 : audit 0 from='client.483756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:25 smithi135 bash[32435]: audit 2023-12-08T03:26:24.313226+0000 mgr.a (mgr.14403) 24557 : audit 0 from='client.483756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:26 smithi079 bash[28699]: cluster 2023-12-08T03:26:24.778246+0000 mgr.a (mgr.14403) 24558 : cluster 0 pgmap v18340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:26 smithi079 bash[28699]: audit 2023-12-08T03:26:26.274842+0000 mon.a (mon.0) 3841 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:26:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:26 smithi194 bash[32038]: cluster 2023-12-08T03:26:24.778246+0000 mgr.a (mgr.14403) 24558 : cluster 0 pgmap v18340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:26 smithi194 bash[32038]: audit 2023-12-08T03:26:26.274842+0000 mon.a (mon.0) 3841 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:26:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:26 smithi135 bash[32435]: cluster 2023-12-08T03:26:24.778246+0000 mgr.a (mgr.14403) 24558 : cluster 0 pgmap v18340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:26 smithi135 bash[32435]: audit 2023-12-08T03:26:26.274842+0000 mon.a (mon.0) 3841 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:26:27.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:27 smithi079 bash[28699]: audit 2023-12-08T03:26:27.060590+0000 mon.a (mon.0) 3842 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:26:27.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:27 smithi079 bash[28699]: audit 2023-12-08T03:26:27.062373+0000 mon.a (mon.0) 3843 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:26:27.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:27 smithi079 bash[28699]: audit 2023-12-08T03:26:27.072530+0000 mon.a (mon.0) 3844 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:26:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:27 smithi194 bash[32038]: audit 2023-12-08T03:26:27.060590+0000 mon.a (mon.0) 3842 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:26:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:27 smithi194 bash[32038]: audit 2023-12-08T03:26:27.062373+0000 mon.a (mon.0) 3843 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:26:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:27 smithi194 bash[32038]: audit 2023-12-08T03:26:27.072530+0000 mon.a (mon.0) 3844 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:26:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:27 smithi135 bash[32435]: audit 2023-12-08T03:26:27.060590+0000 mon.a (mon.0) 3842 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:26:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:27 smithi135 bash[32435]: audit 2023-12-08T03:26:27.062373+0000 mon.a (mon.0) 3843 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:26:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:27 smithi135 bash[32435]: audit 2023-12-08T03:26:27.072530+0000 mon.a (mon.0) 3844 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:26:28.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:28 smithi079 bash[28699]: cluster 2023-12-08T03:26:26.778632+0000 mgr.a (mgr.14403) 24559 : cluster 0 pgmap v18341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:28 smithi194 bash[32038]: cluster 2023-12-08T03:26:26.778632+0000 mgr.a (mgr.14403) 24559 : cluster 0 pgmap v18341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:28 smithi135 bash[32435]: cluster 2023-12-08T03:26:26.778632+0000 mgr.a (mgr.14403) 24559 : cluster 0 pgmap v18341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:29.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:26:29.801 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:29.801 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:30.723 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:26:30.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:30.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:30.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:30.723 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:26:30.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:30 smithi079 bash[28699]: cluster 2023-12-08T03:26:28.779390+0000 mgr.a (mgr.14403) 24560 : cluster 0 pgmap v18342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:30 smithi194 bash[32038]: cluster 2023-12-08T03:26:28.779390+0000 mgr.a (mgr.14403) 24560 : cluster 0 pgmap v18342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:30 smithi135 bash[32435]: cluster 2023-12-08T03:26:28.779390+0000 mgr.a (mgr.14403) 24560 : cluster 0 pgmap v18342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:31.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:31 smithi079 bash[28699]: audit 2023-12-08T03:26:30.203525+0000 mgr.a (mgr.14403) 24561 : audit 0 from='client.483828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:31 smithi194 bash[32038]: audit 2023-12-08T03:26:30.203525+0000 mgr.a (mgr.14403) 24561 : audit 0 from='client.483828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:31 smithi135 bash[32435]: audit 2023-12-08T03:26:30.203525+0000 mgr.a (mgr.14403) 24561 : audit 0 from='client.483828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:32 smithi079 bash[28699]: cluster 2023-12-08T03:26:30.780094+0000 mgr.a (mgr.14403) 24562 : cluster 0 pgmap v18343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:26:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:32 smithi194 bash[32038]: cluster 2023-12-08T03:26:30.780094+0000 mgr.a (mgr.14403) 24562 : cluster 0 pgmap v18343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:26:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:32 smithi135 bash[32435]: cluster 2023-12-08T03:26:30.780094+0000 mgr.a (mgr.14403) 24562 : cluster 0 pgmap v18343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:26:34.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:34 smithi079 bash[28699]: cluster 2023-12-08T03:26:32.780692+0000 mgr.a (mgr.14403) 24563 : cluster 0 pgmap v18344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:26:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:34 smithi194 bash[32038]: cluster 2023-12-08T03:26:32.780692+0000 mgr.a (mgr.14403) 24563 : cluster 0 pgmap v18344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:26:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:34 smithi135 bash[32435]: cluster 2023-12-08T03:26:32.780692+0000 mgr.a (mgr.14403) 24563 : cluster 0 pgmap v18344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:26:35.726 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:26:35.726 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:35.727 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:36.638 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:26:36.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:36.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:36.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:36.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:26:36.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:36 smithi079 bash[28699]: cluster 2023-12-08T03:26:34.781557+0000 mgr.a (mgr.14403) 24564 : cluster 0 pgmap v18345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:26:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:36 smithi194 bash[32038]: cluster 2023-12-08T03:26:34.781557+0000 mgr.a (mgr.14403) 24564 : cluster 0 pgmap v18345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:26:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:36 smithi135 bash[32435]: cluster 2023-12-08T03:26:34.781557+0000 mgr.a (mgr.14403) 24564 : cluster 0 pgmap v18345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:26:37.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:37 smithi079 bash[28699]: audit 2023-12-08T03:26:36.136943+0000 mgr.a (mgr.14403) 24565 : audit 0 from='client.483906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:37 smithi194 bash[32038]: audit 2023-12-08T03:26:36.136943+0000 mgr.a (mgr.14403) 24565 : audit 0 from='client.483906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:37 smithi135 bash[32435]: audit 2023-12-08T03:26:36.136943+0000 mgr.a (mgr.14403) 24565 : audit 0 from='client.483906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:38.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:38 smithi079 bash[28699]: cluster 2023-12-08T03:26:36.782504+0000 mgr.a (mgr.14403) 24566 : cluster 0 pgmap v18346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:38 smithi194 bash[32038]: cluster 2023-12-08T03:26:36.782504+0000 mgr.a (mgr.14403) 24566 : cluster 0 pgmap v18346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:38 smithi135 bash[32435]: cluster 2023-12-08T03:26:36.782504+0000 mgr.a (mgr.14403) 24566 : cluster 0 pgmap v18346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:40 smithi079 bash[28699]: cluster 2023-12-08T03:26:38.783391+0000 mgr.a (mgr.14403) 24567 : cluster 0 pgmap v18347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:40 smithi194 bash[32038]: cluster 2023-12-08T03:26:38.783391+0000 mgr.a (mgr.14403) 24567 : cluster 0 pgmap v18347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:40 smithi135 bash[32435]: cluster 2023-12-08T03:26:38.783391+0000 mgr.a (mgr.14403) 24567 : cluster 0 pgmap v18347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:41.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:26:41.641 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:41.642 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:42.522 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:26:42.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:42.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:42.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:42.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:26:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:42 smithi079 bash[28699]: cluster 2023-12-08T03:26:40.783897+0000 mgr.a (mgr.14403) 24568 : cluster 0 pgmap v18348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:42 smithi194 bash[32038]: cluster 2023-12-08T03:26:40.783897+0000 mgr.a (mgr.14403) 24568 : cluster 0 pgmap v18348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:42 smithi135 bash[32435]: cluster 2023-12-08T03:26:40.783897+0000 mgr.a (mgr.14403) 24568 : cluster 0 pgmap v18348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:43.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:43 smithi079 bash[28699]: audit 2023-12-08T03:26:42.041716+0000 mgr.a (mgr.14403) 24569 : audit 0 from='client.483981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:43 smithi194 bash[32038]: audit 2023-12-08T03:26:42.041716+0000 mgr.a (mgr.14403) 24569 : audit 0 from='client.483981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:43 smithi135 bash[32435]: audit 2023-12-08T03:26:42.041716+0000 mgr.a (mgr.14403) 24569 : audit 0 from='client.483981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:44.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:44 smithi079 bash[28699]: cluster 2023-12-08T03:26:42.784763+0000 mgr.a (mgr.14403) 24570 : cluster 0 pgmap v18349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:44 smithi194 bash[32038]: cluster 2023-12-08T03:26:42.784763+0000 mgr.a (mgr.14403) 24570 : cluster 0 pgmap v18349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:44 smithi135 bash[32435]: cluster 2023-12-08T03:26:42.784763+0000 mgr.a (mgr.14403) 24570 : cluster 0 pgmap v18349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:45.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:45 smithi079 bash[28699]: cluster 2023-12-08T03:26:44.785782+0000 mgr.a (mgr.14403) 24571 : cluster 0 pgmap v18350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:45 smithi194 bash[32038]: cluster 2023-12-08T03:26:44.785782+0000 mgr.a (mgr.14403) 24571 : cluster 0 pgmap v18350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:45 smithi135 bash[32435]: cluster 2023-12-08T03:26:44.785782+0000 mgr.a (mgr.14403) 24571 : cluster 0 pgmap v18350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:47.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:26:47.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:47.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:48.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:48 smithi079 bash[28699]: cluster 2023-12-08T03:26:46.786421+0000 mgr.a (mgr.14403) 24572 : cluster 0 pgmap v18351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:48.433 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:26:48.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:48.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:48.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:48.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:26:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:48 smithi194 bash[32038]: cluster 2023-12-08T03:26:46.786421+0000 mgr.a (mgr.14403) 24572 : cluster 0 pgmap v18351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:48 smithi135 bash[32435]: cluster 2023-12-08T03:26:46.786421+0000 mgr.a (mgr.14403) 24572 : cluster 0 pgmap v18351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:49.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:49 smithi079 bash[28699]: audit 2023-12-08T03:26:47.934078+0000 mgr.a (mgr.14403) 24573 : audit 0 from='client.484056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:49.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:49 smithi194 bash[32038]: audit 2023-12-08T03:26:47.934078+0000 mgr.a (mgr.14403) 24573 : audit 0 from='client.484056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:49.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:49 smithi135 bash[32435]: audit 2023-12-08T03:26:47.934078+0000 mgr.a (mgr.14403) 24573 : audit 0 from='client.484056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:50.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:50 smithi079 bash[28699]: cluster 2023-12-08T03:26:48.787365+0000 mgr.a (mgr.14403) 24574 : cluster 0 pgmap v18352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:50 smithi194 bash[32038]: cluster 2023-12-08T03:26:48.787365+0000 mgr.a (mgr.14403) 24574 : cluster 0 pgmap v18352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:50 smithi135 bash[32435]: cluster 2023-12-08T03:26:48.787365+0000 mgr.a (mgr.14403) 24574 : cluster 0 pgmap v18352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:26:52.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:52 smithi079 bash[28699]: cluster 2023-12-08T03:26:50.787892+0000 mgr.a (mgr.14403) 24575 : cluster 0 pgmap v18353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:52 smithi194 bash[32038]: cluster 2023-12-08T03:26:50.787892+0000 mgr.a (mgr.14403) 24575 : cluster 0 pgmap v18353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:52 smithi135 bash[32435]: cluster 2023-12-08T03:26:50.787892+0000 mgr.a (mgr.14403) 24575 : cluster 0 pgmap v18353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:53.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:26:53.437 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:53.437 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:26:54.375 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:26:54.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:26:54.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:26:54.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:26:54.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:26:54.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:54 smithi079 bash[28699]: cluster 2023-12-08T03:26:52.788408+0000 mgr.a (mgr.14403) 24576 : cluster 0 pgmap v18354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:54 smithi194 bash[32038]: cluster 2023-12-08T03:26:52.788408+0000 mgr.a (mgr.14403) 24576 : cluster 0 pgmap v18354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:54 smithi135 bash[32435]: cluster 2023-12-08T03:26:52.788408+0000 mgr.a (mgr.14403) 24576 : cluster 0 pgmap v18354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:55.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:55 smithi079 bash[28699]: audit 2023-12-08T03:26:53.846721+0000 mgr.a (mgr.14403) 24577 : audit 0 from='client.484134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:55.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:55 smithi194 bash[32038]: audit 2023-12-08T03:26:53.846721+0000 mgr.a (mgr.14403) 24577 : audit 0 from='client.484134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:55.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:55 smithi135 bash[32435]: audit 2023-12-08T03:26:53.846721+0000 mgr.a (mgr.14403) 24577 : audit 0 from='client.484134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:26:56.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:56 smithi079 bash[28699]: cluster 2023-12-08T03:26:54.789498+0000 mgr.a (mgr.14403) 24578 : cluster 0 pgmap v18355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:56 smithi194 bash[32038]: cluster 2023-12-08T03:26:54.789498+0000 mgr.a (mgr.14403) 24578 : cluster 0 pgmap v18355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:56 smithi135 bash[32435]: cluster 2023-12-08T03:26:54.789498+0000 mgr.a (mgr.14403) 24578 : cluster 0 pgmap v18355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:26:58.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:26:58 smithi079 bash[28699]: cluster 2023-12-08T03:26:56.790065+0000 mgr.a (mgr.14403) 24579 : cluster 0 pgmap v18356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:58.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:26:58 smithi194 bash[32038]: cluster 2023-12-08T03:26:56.790065+0000 mgr.a (mgr.14403) 24579 : cluster 0 pgmap v18356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:26:58 smithi135 bash[32435]: cluster 2023-12-08T03:26:56.790065+0000 mgr.a (mgr.14403) 24579 : cluster 0 pgmap v18356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:26:59.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:26:59.378 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:26:59.378 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:00.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:00.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:00.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:00.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:27:00.271 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:27:00.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:00 smithi079 bash[28699]: cluster 2023-12-08T03:26:58.790783+0000 mgr.a (mgr.14403) 24580 : cluster 0 pgmap v18357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:00.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:00 smithi194 bash[32038]: cluster 2023-12-08T03:26:58.790783+0000 mgr.a (mgr.14403) 24580 : cluster 0 pgmap v18357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:00.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:00 smithi135 bash[32435]: cluster 2023-12-08T03:26:58.790783+0000 mgr.a (mgr.14403) 24580 : cluster 0 pgmap v18357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:01.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:01 smithi079 bash[28699]: audit 2023-12-08T03:26:59.780536+0000 mgr.a (mgr.14403) 24581 : audit 0 from='client.484209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:01.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:01 smithi194 bash[32038]: audit 2023-12-08T03:26:59.780536+0000 mgr.a (mgr.14403) 24581 : audit 0 from='client.484209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:01.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:01 smithi135 bash[32435]: audit 2023-12-08T03:26:59.780536+0000 mgr.a (mgr.14403) 24581 : audit 0 from='client.484209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:02.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:02 smithi079 bash[28699]: cluster 2023-12-08T03:27:00.791481+0000 mgr.a (mgr.14403) 24582 : cluster 0 pgmap v18358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:02.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:02 smithi194 bash[32038]: cluster 2023-12-08T03:27:00.791481+0000 mgr.a (mgr.14403) 24582 : cluster 0 pgmap v18358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:02.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:02 smithi135 bash[32435]: cluster 2023-12-08T03:27:00.791481+0000 mgr.a (mgr.14403) 24582 : cluster 0 pgmap v18358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:04.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:04 smithi079 bash[28699]: cluster 2023-12-08T03:27:02.792076+0000 mgr.a (mgr.14403) 24583 : cluster 0 pgmap v18359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:04.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:04 smithi194 bash[32038]: cluster 2023-12-08T03:27:02.792076+0000 mgr.a (mgr.14403) 24583 : cluster 0 pgmap v18359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:04.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:04 smithi135 bash[32435]: cluster 2023-12-08T03:27:02.792076+0000 mgr.a (mgr.14403) 24583 : cluster 0 pgmap v18359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:05.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:27:05.274 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:05.274 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:06.197 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:27:06.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:06.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:06.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:06.198 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:27:06.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:06 smithi079 bash[28699]: cluster 2023-12-08T03:27:04.792889+0000 mgr.a (mgr.14403) 24584 : cluster 0 pgmap v18360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:06 smithi194 bash[32038]: cluster 2023-12-08T03:27:04.792889+0000 mgr.a (mgr.14403) 24584 : cluster 0 pgmap v18360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:06.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:06 smithi135 bash[32435]: cluster 2023-12-08T03:27:04.792889+0000 mgr.a (mgr.14403) 24584 : cluster 0 pgmap v18360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:07.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:07 smithi079 bash[28699]: audit 2023-12-08T03:27:05.682490+0000 mgr.a (mgr.14403) 24585 : audit 0 from='client.484287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:07.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:07 smithi194 bash[32038]: audit 2023-12-08T03:27:05.682490+0000 mgr.a (mgr.14403) 24585 : audit 0 from='client.484287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:07.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:07 smithi135 bash[32435]: audit 2023-12-08T03:27:05.682490+0000 mgr.a (mgr.14403) 24585 : audit 0 from='client.484287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:08.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:08 smithi079 bash[28699]: cluster 2023-12-08T03:27:06.793645+0000 mgr.a (mgr.14403) 24586 : cluster 0 pgmap v18361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:08.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:08 smithi194 bash[32038]: cluster 2023-12-08T03:27:06.793645+0000 mgr.a (mgr.14403) 24586 : cluster 0 pgmap v18361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:08.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:08 smithi135 bash[32435]: cluster 2023-12-08T03:27:06.793645+0000 mgr.a (mgr.14403) 24586 : cluster 0 pgmap v18361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:10 smithi079 bash[28699]: cluster 2023-12-08T03:27:08.794454+0000 mgr.a (mgr.14403) 24587 : cluster 0 pgmap v18362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:10.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:10 smithi194 bash[32038]: cluster 2023-12-08T03:27:08.794454+0000 mgr.a (mgr.14403) 24587 : cluster 0 pgmap v18362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:10.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:10 smithi135 bash[32435]: cluster 2023-12-08T03:27:08.794454+0000 mgr.a (mgr.14403) 24587 : cluster 0 pgmap v18362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:11.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:27:11.201 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:11.201 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:12.135 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:27:12.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:12.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:12.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:12.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:27:12.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:12 smithi079 bash[28699]: cluster 2023-12-08T03:27:10.795060+0000 mgr.a (mgr.14403) 24588 : cluster 0 pgmap v18363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:12.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:12 smithi194 bash[32038]: cluster 2023-12-08T03:27:10.795060+0000 mgr.a (mgr.14403) 24588 : cluster 0 pgmap v18363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:12.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:12 smithi135 bash[32435]: cluster 2023-12-08T03:27:10.795060+0000 mgr.a (mgr.14403) 24588 : cluster 0 pgmap v18363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:13.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:13 smithi079 bash[28699]: audit 2023-12-08T03:27:11.605601+0000 mgr.a (mgr.14403) 24589 : audit 0 from='client.484359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:13 smithi194 bash[32038]: audit 2023-12-08T03:27:11.605601+0000 mgr.a (mgr.14403) 24589 : audit 0 from='client.484359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:13.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:13 smithi135 bash[32435]: audit 2023-12-08T03:27:11.605601+0000 mgr.a (mgr.14403) 24589 : audit 0 from='client.484359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:14.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:14 smithi079 bash[28699]: cluster 2023-12-08T03:27:12.795909+0000 mgr.a (mgr.14403) 24590 : cluster 0 pgmap v18364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:14.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:14 smithi194 bash[32038]: cluster 2023-12-08T03:27:12.795909+0000 mgr.a (mgr.14403) 24590 : cluster 0 pgmap v18364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:14.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:14 smithi135 bash[32435]: cluster 2023-12-08T03:27:12.795909+0000 mgr.a (mgr.14403) 24590 : cluster 0 pgmap v18364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:16.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:16 smithi079 bash[28699]: cluster 2023-12-08T03:27:14.796819+0000 mgr.a (mgr.14403) 24591 : cluster 0 pgmap v18365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:16.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:16 smithi194 bash[32038]: cluster 2023-12-08T03:27:14.796819+0000 mgr.a (mgr.14403) 24591 : cluster 0 pgmap v18365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:16.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:16 smithi135 bash[32435]: cluster 2023-12-08T03:27:14.796819+0000 mgr.a (mgr.14403) 24591 : cluster 0 pgmap v18365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:17.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:27:17.141 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:17.142 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:18.048 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:27:18.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:18.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:18.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:18.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:27:18.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:18 smithi079 bash[28699]: cluster 2023-12-08T03:27:16.797362+0000 mgr.a (mgr.14403) 24592 : cluster 0 pgmap v18366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:18.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:18 smithi079 bash[28699]: audit 2023-12-08T03:27:17.542934+0000 mgr.a (mgr.14403) 24593 : audit 0 from='client.484437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:18 smithi194 bash[32038]: cluster 2023-12-08T03:27:16.797362+0000 mgr.a (mgr.14403) 24592 : cluster 0 pgmap v18366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:18.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:18 smithi194 bash[32038]: audit 2023-12-08T03:27:17.542934+0000 mgr.a (mgr.14403) 24593 : audit 0 from='client.484437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:18 smithi135 bash[32435]: cluster 2023-12-08T03:27:16.797362+0000 mgr.a (mgr.14403) 24592 : cluster 0 pgmap v18366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:18.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:18 smithi135 bash[32435]: audit 2023-12-08T03:27:17.542934+0000 mgr.a (mgr.14403) 24593 : audit 0 from='client.484437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:20.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:20 smithi079 bash[28699]: cluster 2023-12-08T03:27:18.798398+0000 mgr.a (mgr.14403) 24594 : cluster 0 pgmap v18367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:20.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:20 smithi194 bash[32038]: cluster 2023-12-08T03:27:18.798398+0000 mgr.a (mgr.14403) 24594 : cluster 0 pgmap v18367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:20.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:20 smithi135 bash[32435]: cluster 2023-12-08T03:27:18.798398+0000 mgr.a (mgr.14403) 24594 : cluster 0 pgmap v18367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:22.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:22 smithi079 bash[28699]: cluster 2023-12-08T03:27:20.799023+0000 mgr.a (mgr.14403) 24595 : cluster 0 pgmap v18368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:22.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:22 smithi194 bash[32038]: cluster 2023-12-08T03:27:20.799023+0000 mgr.a (mgr.14403) 24595 : cluster 0 pgmap v18368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:22.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:22 smithi135 bash[32435]: cluster 2023-12-08T03:27:20.799023+0000 mgr.a (mgr.14403) 24595 : cluster 0 pgmap v18368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:23.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:27:23.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:23.051 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:23.951 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:27:23.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:23.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:23.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:23.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:27:24.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:24 smithi079 bash[28699]: cluster 2023-12-08T03:27:22.799600+0000 mgr.a (mgr.14403) 24596 : cluster 0 pgmap v18369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:24.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:24 smithi079 bash[28699]: audit 2023-12-08T03:27:23.462177+0000 mgr.a (mgr.14403) 24597 : audit 0 from='client.484515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:24 smithi194 bash[32038]: cluster 2023-12-08T03:27:22.799600+0000 mgr.a (mgr.14403) 24596 : cluster 0 pgmap v18369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:24.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:24 smithi194 bash[32038]: audit 2023-12-08T03:27:23.462177+0000 mgr.a (mgr.14403) 24597 : audit 0 from='client.484515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:24 smithi135 bash[32435]: cluster 2023-12-08T03:27:22.799600+0000 mgr.a (mgr.14403) 24596 : cluster 0 pgmap v18369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:24.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:24 smithi135 bash[32435]: audit 2023-12-08T03:27:23.462177+0000 mgr.a (mgr.14403) 24597 : audit 0 from='client.484515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:26.392 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:26 smithi079 bash[28699]: cluster 2023-12-08T03:27:24.800526+0000 mgr.a (mgr.14403) 24598 : cluster 0 pgmap v18370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:27:26.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:26 smithi194 bash[32038]: cluster 2023-12-08T03:27:24.800526+0000 mgr.a (mgr.14403) 24598 : cluster 0 pgmap v18370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:27:26.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:26 smithi135 bash[32435]: cluster 2023-12-08T03:27:24.800526+0000 mgr.a (mgr.14403) 24598 : cluster 0 pgmap v18370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:27:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:28 smithi079 bash[28699]: cluster 2023-12-08T03:27:26.801130+0000 mgr.a (mgr.14403) 24599 : cluster 0 pgmap v18371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:27:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:28 smithi079 bash[28699]: audit 2023-12-08T03:27:27.174306+0000 mon.a (mon.0) 3845 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:27:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:28 smithi079 bash[28699]: audit 2023-12-08T03:27:27.907761+0000 mon.a (mon.0) 3846 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:27:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:28 smithi079 bash[28699]: audit 2023-12-08T03:27:27.909315+0000 mon.a (mon.0) 3847 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:27:28.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:28 smithi079 bash[28699]: audit 2023-12-08T03:27:27.917822+0000 mon.a (mon.0) 3848 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:27:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:28 smithi194 bash[32038]: cluster 2023-12-08T03:27:26.801130+0000 mgr.a (mgr.14403) 24599 : cluster 0 pgmap v18371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:27:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:28 smithi194 bash[32038]: audit 2023-12-08T03:27:27.174306+0000 mon.a (mon.0) 3845 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:27:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:28 smithi194 bash[32038]: audit 2023-12-08T03:27:27.907761+0000 mon.a (mon.0) 3846 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:27:28.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:28 smithi194 bash[32038]: audit 2023-12-08T03:27:27.909315+0000 mon.a (mon.0) 3847 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:27:28.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:28 smithi194 bash[32038]: audit 2023-12-08T03:27:27.917822+0000 mon.a (mon.0) 3848 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:27:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:28 smithi135 bash[32435]: cluster 2023-12-08T03:27:26.801130+0000 mgr.a (mgr.14403) 24599 : cluster 0 pgmap v18371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:27:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:28 smithi135 bash[32435]: audit 2023-12-08T03:27:27.174306+0000 mon.a (mon.0) 3845 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:27:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:28 smithi135 bash[32435]: audit 2023-12-08T03:27:27.907761+0000 mon.a (mon.0) 3846 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:27:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:28 smithi135 bash[32435]: audit 2023-12-08T03:27:27.909315+0000 mon.a (mon.0) 3847 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:27:28.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:28 smithi135 bash[32435]: audit 2023-12-08T03:27:27.917822+0000 mon.a (mon.0) 3848 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:27:28.954 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:27:28.955 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:28.955 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:29.872 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:27:29.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:29.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:29.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:29.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:27:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:30 smithi079 bash[28699]: cluster 2023-12-08T03:27:28.802005+0000 mgr.a (mgr.14403) 24600 : cluster 0 pgmap v18372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:30.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:30 smithi079 bash[28699]: audit 2023-12-08T03:27:29.364737+0000 mgr.a (mgr.14403) 24601 : audit 0 from='client.484590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:30 smithi194 bash[32038]: cluster 2023-12-08T03:27:28.802005+0000 mgr.a (mgr.14403) 24600 : cluster 0 pgmap v18372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:30.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:30 smithi194 bash[32038]: audit 2023-12-08T03:27:29.364737+0000 mgr.a (mgr.14403) 24601 : audit 0 from='client.484590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:30 smithi135 bash[32435]: cluster 2023-12-08T03:27:28.802005+0000 mgr.a (mgr.14403) 24600 : cluster 0 pgmap v18372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:30.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:30 smithi135 bash[32435]: audit 2023-12-08T03:27:29.364737+0000 mgr.a (mgr.14403) 24601 : audit 0 from='client.484590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:32 smithi194 bash[32038]: cluster 2023-12-08T03:27:30.802832+0000 mgr.a (mgr.14403) 24602 : cluster 0 pgmap v18373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:32 smithi135 bash[32435]: cluster 2023-12-08T03:27:30.802832+0000 mgr.a (mgr.14403) 24602 : cluster 0 pgmap v18373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:32.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:32 smithi079 bash[28699]: cluster 2023-12-08T03:27:30.802832+0000 mgr.a (mgr.14403) 24602 : cluster 0 pgmap v18373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:34 smithi194 bash[32038]: cluster 2023-12-08T03:27:32.803439+0000 mgr.a (mgr.14403) 24603 : cluster 0 pgmap v18374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:34 smithi135 bash[32435]: cluster 2023-12-08T03:27:32.803439+0000 mgr.a (mgr.14403) 24603 : cluster 0 pgmap v18374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:34 smithi079 bash[28699]: cluster 2023-12-08T03:27:32.803439+0000 mgr.a (mgr.14403) 24603 : cluster 0 pgmap v18374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:27:34.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:27:34.876 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:34.876 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:35.803 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:27:35.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:35.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:35.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:35.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:27:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:36 smithi194 bash[32038]: cluster 2023-12-08T03:27:34.804275+0000 mgr.a (mgr.14403) 24604 : cluster 0 pgmap v18375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:36 smithi194 bash[32038]: audit 2023-12-08T03:27:35.270890+0000 mgr.a (mgr.14403) 24605 : audit 0 from='client.484665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:36 smithi135 bash[32435]: cluster 2023-12-08T03:27:34.804275+0000 mgr.a (mgr.14403) 24604 : cluster 0 pgmap v18375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:36 smithi135 bash[32435]: audit 2023-12-08T03:27:35.270890+0000 mgr.a (mgr.14403) 24605 : audit 0 from='client.484665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:36.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:36 smithi079 bash[28699]: cluster 2023-12-08T03:27:34.804275+0000 mgr.a (mgr.14403) 24604 : cluster 0 pgmap v18375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:36 smithi079 bash[28699]: audit 2023-12-08T03:27:35.270890+0000 mgr.a (mgr.14403) 24605 : audit 0 from='client.484665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:38 smithi194 bash[32038]: cluster 2023-12-08T03:27:36.804882+0000 mgr.a (mgr.14403) 24606 : cluster 0 pgmap v18376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:27:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:38 smithi135 bash[32435]: cluster 2023-12-08T03:27:36.804882+0000 mgr.a (mgr.14403) 24606 : cluster 0 pgmap v18376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:27:38.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:38 smithi079 bash[28699]: cluster 2023-12-08T03:27:36.804882+0000 mgr.a (mgr.14403) 24606 : cluster 0 pgmap v18376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:27:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:40 smithi194 bash[32038]: cluster 2023-12-08T03:27:38.805654+0000 mgr.a (mgr.14403) 24607 : cluster 0 pgmap v18377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:27:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:40 smithi135 bash[32435]: cluster 2023-12-08T03:27:38.805654+0000 mgr.a (mgr.14403) 24607 : cluster 0 pgmap v18377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:27:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:40 smithi079 bash[28699]: cluster 2023-12-08T03:27:38.805654+0000 mgr.a (mgr.14403) 24607 : cluster 0 pgmap v18377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:27:40.806 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:27:40.806 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:40.807 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:41.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:41.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:41.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:41.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:27:41.710 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:27:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:42 smithi194 bash[32038]: cluster 2023-12-08T03:27:40.806209+0000 mgr.a (mgr.14403) 24608 : cluster 0 pgmap v18378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:42.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:42 smithi194 bash[32038]: audit 2023-12-08T03:27:41.211219+0000 mgr.a (mgr.14403) 24609 : audit 0 from='client.484740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:42 smithi135 bash[32435]: cluster 2023-12-08T03:27:40.806209+0000 mgr.a (mgr.14403) 24608 : cluster 0 pgmap v18378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:42 smithi135 bash[32435]: audit 2023-12-08T03:27:41.211219+0000 mgr.a (mgr.14403) 24609 : audit 0 from='client.484740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:42 smithi079 bash[28699]: cluster 2023-12-08T03:27:40.806209+0000 mgr.a (mgr.14403) 24608 : cluster 0 pgmap v18378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:42 smithi079 bash[28699]: audit 2023-12-08T03:27:41.211219+0000 mgr.a (mgr.14403) 24609 : audit 0 from='client.484740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:44 smithi194 bash[32038]: cluster 2023-12-08T03:27:42.806887+0000 mgr.a (mgr.14403) 24610 : cluster 0 pgmap v18379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:44 smithi135 bash[32435]: cluster 2023-12-08T03:27:42.806887+0000 mgr.a (mgr.14403) 24610 : cluster 0 pgmap v18379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:44 smithi079 bash[28699]: cluster 2023-12-08T03:27:42.806887+0000 mgr.a (mgr.14403) 24610 : cluster 0 pgmap v18379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:46 smithi194 bash[32038]: cluster 2023-12-08T03:27:44.807695+0000 mgr.a (mgr.14403) 24611 : cluster 0 pgmap v18380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:46 smithi135 bash[32435]: cluster 2023-12-08T03:27:44.807695+0000 mgr.a (mgr.14403) 24611 : cluster 0 pgmap v18380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:46 smithi079 bash[28699]: cluster 2023-12-08T03:27:44.807695+0000 mgr.a (mgr.14403) 24611 : cluster 0 pgmap v18380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:46.712 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:27:46.713 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:46.713 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:47.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:47.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:47.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:47.633 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:27:47.634 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:27:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:48 smithi194 bash[32038]: cluster 2023-12-08T03:27:46.808285+0000 mgr.a (mgr.14403) 24612 : cluster 0 pgmap v18381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:48 smithi194 bash[32038]: audit 2023-12-08T03:27:47.114063+0000 mgr.a (mgr.14403) 24613 : audit 0 from='client.484815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:48 smithi135 bash[32435]: cluster 2023-12-08T03:27:46.808285+0000 mgr.a (mgr.14403) 24612 : cluster 0 pgmap v18381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:48 smithi135 bash[32435]: audit 2023-12-08T03:27:47.114063+0000 mgr.a (mgr.14403) 24613 : audit 0 from='client.484815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:48 smithi079 bash[28699]: cluster 2023-12-08T03:27:46.808285+0000 mgr.a (mgr.14403) 24612 : cluster 0 pgmap v18381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:48 smithi079 bash[28699]: audit 2023-12-08T03:27:47.114063+0000 mgr.a (mgr.14403) 24613 : audit 0 from='client.484815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:50 smithi194 bash[32038]: cluster 2023-12-08T03:27:48.809325+0000 mgr.a (mgr.14403) 24614 : cluster 0 pgmap v18382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:50 smithi135 bash[32435]: cluster 2023-12-08T03:27:48.809325+0000 mgr.a (mgr.14403) 24614 : cluster 0 pgmap v18382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:50.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:50 smithi079 bash[28699]: cluster 2023-12-08T03:27:48.809325+0000 mgr.a (mgr.14403) 24614 : cluster 0 pgmap v18382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:52 smithi194 bash[32038]: cluster 2023-12-08T03:27:50.810083+0000 mgr.a (mgr.14403) 24615 : cluster 0 pgmap v18383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:52 smithi135 bash[32435]: cluster 2023-12-08T03:27:50.810083+0000 mgr.a (mgr.14403) 24615 : cluster 0 pgmap v18383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:52.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:27:52.637 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:52.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:52.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:52 smithi079 bash[28699]: cluster 2023-12-08T03:27:50.810083+0000 mgr.a (mgr.14403) 24615 : cluster 0 pgmap v18383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:53.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:53.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:53.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:53.539 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:27:53.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:27:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:54 smithi194 bash[32038]: cluster 2023-12-08T03:27:52.810518+0000 mgr.a (mgr.14403) 24616 : cluster 0 pgmap v18384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:54 smithi194 bash[32038]: audit 2023-12-08T03:27:53.044384+0000 mgr.a (mgr.14403) 24617 : audit 0 from='client.484893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:54 smithi135 bash[32435]: cluster 2023-12-08T03:27:52.810518+0000 mgr.a (mgr.14403) 24616 : cluster 0 pgmap v18384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:54 smithi135 bash[32435]: audit 2023-12-08T03:27:53.044384+0000 mgr.a (mgr.14403) 24617 : audit 0 from='client.484893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:54 smithi079 bash[28699]: cluster 2023-12-08T03:27:52.810518+0000 mgr.a (mgr.14403) 24616 : cluster 0 pgmap v18384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:54 smithi079 bash[28699]: audit 2023-12-08T03:27:53.044384+0000 mgr.a (mgr.14403) 24617 : audit 0 from='client.484893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:27:56.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:56 smithi194 bash[32038]: cluster 2023-12-08T03:27:54.811427+0000 mgr.a (mgr.14403) 24618 : cluster 0 pgmap v18385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:56 smithi135 bash[32435]: cluster 2023-12-08T03:27:54.811427+0000 mgr.a (mgr.14403) 24618 : cluster 0 pgmap v18385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:56 smithi079 bash[28699]: cluster 2023-12-08T03:27:54.811427+0000 mgr.a (mgr.14403) 24618 : cluster 0 pgmap v18385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:27:58.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:27:58 smithi135 bash[32435]: cluster 2023-12-08T03:27:56.811982+0000 mgr.a (mgr.14403) 24619 : cluster 0 pgmap v18386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:58.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:27:58.542 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:27:58.542 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:27:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:27:58 smithi079 bash[28699]: cluster 2023-12-08T03:27:56.811982+0000 mgr.a (mgr.14403) 24619 : cluster 0 pgmap v18386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:27:58 smithi194 bash[32038]: cluster 2023-12-08T03:27:56.811982+0000 mgr.a (mgr.14403) 24619 : cluster 0 pgmap v18386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:27:59.440 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:27:59.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:27:59.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:27:59.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:27:59.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:28:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:00 smithi079 bash[28699]: cluster 2023-12-08T03:27:58.812601+0000 mgr.a (mgr.14403) 24620 : cluster 0 pgmap v18387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:00 smithi079 bash[28699]: audit 2023-12-08T03:27:58.946311+0000 mgr.a (mgr.14403) 24621 : audit 0 from='client.484971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:00 smithi194 bash[32038]: cluster 2023-12-08T03:27:58.812601+0000 mgr.a (mgr.14403) 24620 : cluster 0 pgmap v18387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:00 smithi194 bash[32038]: audit 2023-12-08T03:27:58.946311+0000 mgr.a (mgr.14403) 24621 : audit 0 from='client.484971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:00 smithi135 bash[32435]: cluster 2023-12-08T03:27:58.812601+0000 mgr.a (mgr.14403) 24620 : cluster 0 pgmap v18387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:00 smithi135 bash[32435]: audit 2023-12-08T03:27:58.946311+0000 mgr.a (mgr.14403) 24621 : audit 0 from='client.484971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:02 smithi079 bash[28699]: cluster 2023-12-08T03:28:00.813166+0000 mgr.a (mgr.14403) 24622 : cluster 0 pgmap v18388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:02 smithi194 bash[32038]: cluster 2023-12-08T03:28:00.813166+0000 mgr.a (mgr.14403) 24622 : cluster 0 pgmap v18388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:02 smithi135 bash[32435]: cluster 2023-12-08T03:28:00.813166+0000 mgr.a (mgr.14403) 24622 : cluster 0 pgmap v18388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:04.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:28:04.444 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:04.444 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:04 smithi079 bash[28699]: cluster 2023-12-08T03:28:02.813761+0000 mgr.a (mgr.14403) 24623 : cluster 0 pgmap v18389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:04 smithi194 bash[32038]: cluster 2023-12-08T03:28:02.813761+0000 mgr.a (mgr.14403) 24623 : cluster 0 pgmap v18389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:04 smithi135 bash[32435]: cluster 2023-12-08T03:28:02.813761+0000 mgr.a (mgr.14403) 24623 : cluster 0 pgmap v18389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:05.349 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:28:05.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:05.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:05.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:05.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:28:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:06 smithi079 bash[28699]: cluster 2023-12-08T03:28:04.814301+0000 mgr.a (mgr.14403) 24624 : cluster 0 pgmap v18390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:06 smithi079 bash[28699]: audit 2023-12-08T03:28:04.846281+0000 mgr.a (mgr.14403) 24625 : audit 0 from='client.485046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:06 smithi194 bash[32038]: cluster 2023-12-08T03:28:04.814301+0000 mgr.a (mgr.14403) 24624 : cluster 0 pgmap v18390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:06 smithi194 bash[32038]: audit 2023-12-08T03:28:04.846281+0000 mgr.a (mgr.14403) 24625 : audit 0 from='client.485046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:06 smithi135 bash[32435]: cluster 2023-12-08T03:28:04.814301+0000 mgr.a (mgr.14403) 24624 : cluster 0 pgmap v18390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:06 smithi135 bash[32435]: audit 2023-12-08T03:28:04.846281+0000 mgr.a (mgr.14403) 24625 : audit 0 from='client.485046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:08 smithi079 bash[28699]: cluster 2023-12-08T03:28:06.814904+0000 mgr.a (mgr.14403) 24626 : cluster 0 pgmap v18391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:08 smithi194 bash[32038]: cluster 2023-12-08T03:28:06.814904+0000 mgr.a (mgr.14403) 24626 : cluster 0 pgmap v18391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:08 smithi135 bash[32435]: cluster 2023-12-08T03:28:06.814904+0000 mgr.a (mgr.14403) 24626 : cluster 0 pgmap v18391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:10.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:28:10.352 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:10.353 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:10.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:10 smithi079 bash[28699]: cluster 2023-12-08T03:28:08.815660+0000 mgr.a (mgr.14403) 24627 : cluster 0 pgmap v18392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:10 smithi194 bash[32038]: cluster 2023-12-08T03:28:08.815660+0000 mgr.a (mgr.14403) 24627 : cluster 0 pgmap v18392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:10 smithi135 bash[32435]: cluster 2023-12-08T03:28:08.815660+0000 mgr.a (mgr.14403) 24627 : cluster 0 pgmap v18392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:11.264 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:28:11.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:11.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:11.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:11.265 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:28:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:12 smithi079 bash[28699]: audit 2023-12-08T03:28:10.755549+0000 mgr.a (mgr.14403) 24628 : audit 0 from='client.485112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:12 smithi079 bash[28699]: cluster 2023-12-08T03:28:10.816310+0000 mgr.a (mgr.14403) 24629 : cluster 0 pgmap v18393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:12 smithi194 bash[32038]: audit 2023-12-08T03:28:10.755549+0000 mgr.a (mgr.14403) 24628 : audit 0 from='client.485112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:12 smithi194 bash[32038]: cluster 2023-12-08T03:28:10.816310+0000 mgr.a (mgr.14403) 24629 : cluster 0 pgmap v18393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:12 smithi135 bash[32435]: audit 2023-12-08T03:28:10.755549+0000 mgr.a (mgr.14403) 24628 : audit 0 from='client.485112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:12 smithi135 bash[32435]: cluster 2023-12-08T03:28:10.816310+0000 mgr.a (mgr.14403) 24629 : cluster 0 pgmap v18393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:14 smithi079 bash[28699]: cluster 2023-12-08T03:28:12.816998+0000 mgr.a (mgr.14403) 24630 : cluster 0 pgmap v18394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:14 smithi194 bash[32038]: cluster 2023-12-08T03:28:12.816998+0000 mgr.a (mgr.14403) 24630 : cluster 0 pgmap v18394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:14 smithi135 bash[32435]: cluster 2023-12-08T03:28:12.816998+0000 mgr.a (mgr.14403) 24630 : cluster 0 pgmap v18394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:16.267 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:28:16.268 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:16.268 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:16.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:16 smithi079 bash[28699]: cluster 2023-12-08T03:28:14.817815+0000 mgr.a (mgr.14403) 24631 : cluster 0 pgmap v18395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:16 smithi194 bash[32038]: cluster 2023-12-08T03:28:14.817815+0000 mgr.a (mgr.14403) 24631 : cluster 0 pgmap v18395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:16 smithi135 bash[32435]: cluster 2023-12-08T03:28:14.817815+0000 mgr.a (mgr.14403) 24631 : cluster 0 pgmap v18395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:17.150 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:28:17.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:17.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:17.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:17.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:28:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:18 smithi079 bash[28699]: audit 2023-12-08T03:28:16.668270+0000 mgr.a (mgr.14403) 24632 : audit 0 from='client.485187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:18 smithi079 bash[28699]: cluster 2023-12-08T03:28:16.818594+0000 mgr.a (mgr.14403) 24633 : cluster 0 pgmap v18396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:18 smithi194 bash[32038]: audit 2023-12-08T03:28:16.668270+0000 mgr.a (mgr.14403) 24632 : audit 0 from='client.485187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:18 smithi194 bash[32038]: cluster 2023-12-08T03:28:16.818594+0000 mgr.a (mgr.14403) 24633 : cluster 0 pgmap v18396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:18 smithi135 bash[32435]: audit 2023-12-08T03:28:16.668270+0000 mgr.a (mgr.14403) 24632 : audit 0 from='client.485187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:18 smithi135 bash[32435]: cluster 2023-12-08T03:28:16.818594+0000 mgr.a (mgr.14403) 24633 : cluster 0 pgmap v18396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:20 smithi079 bash[28699]: cluster 2023-12-08T03:28:18.819464+0000 mgr.a (mgr.14403) 24634 : cluster 0 pgmap v18397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:20 smithi194 bash[32038]: cluster 2023-12-08T03:28:18.819464+0000 mgr.a (mgr.14403) 24634 : cluster 0 pgmap v18397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:20 smithi135 bash[32435]: cluster 2023-12-08T03:28:18.819464+0000 mgr.a (mgr.14403) 24634 : cluster 0 pgmap v18397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:22.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:28:22.153 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:22.153 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:22.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:22 smithi079 bash[28699]: cluster 2023-12-08T03:28:20.820055+0000 mgr.a (mgr.14403) 24635 : cluster 0 pgmap v18398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:22 smithi194 bash[32038]: cluster 2023-12-08T03:28:20.820055+0000 mgr.a (mgr.14403) 24635 : cluster 0 pgmap v18398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:22 smithi135 bash[32435]: cluster 2023-12-08T03:28:20.820055+0000 mgr.a (mgr.14403) 24635 : cluster 0 pgmap v18398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:23.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:23.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:23.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:23.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:28:23.085 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:28:23.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:23 smithi079 bash[28699]: audit 2023-12-08T03:28:22.558320+0000 mgr.a (mgr.14403) 24636 : audit 0 from='client.485259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:23 smithi194 bash[32038]: audit 2023-12-08T03:28:22.558320+0000 mgr.a (mgr.14403) 24636 : audit 0 from='client.485259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:23 smithi135 bash[32435]: audit 2023-12-08T03:28:22.558320+0000 mgr.a (mgr.14403) 24636 : audit 0 from='client.485259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:24.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:24 smithi079 bash[28699]: cluster 2023-12-08T03:28:22.821549+0000 mgr.a (mgr.14403) 24637 : cluster 0 pgmap v18399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:24 smithi194 bash[32038]: cluster 2023-12-08T03:28:22.821549+0000 mgr.a (mgr.14403) 24637 : cluster 0 pgmap v18399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:24 smithi135 bash[32435]: cluster 2023-12-08T03:28:22.821549+0000 mgr.a (mgr.14403) 24637 : cluster 0 pgmap v18399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:26 smithi079 bash[28699]: cluster 2023-12-08T03:28:24.822778+0000 mgr.a (mgr.14403) 24638 : cluster 0 pgmap v18400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:26 smithi194 bash[32038]: cluster 2023-12-08T03:28:24.822778+0000 mgr.a (mgr.14403) 24638 : cluster 0 pgmap v18400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:26 smithi135 bash[32435]: cluster 2023-12-08T03:28:24.822778+0000 mgr.a (mgr.14403) 24638 : cluster 0 pgmap v18400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:28.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:28:28.088 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:28.088 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:28.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:28 smithi079 bash[28699]: cluster 2023-12-08T03:28:26.823374+0000 mgr.a (mgr.14403) 24639 : cluster 0 pgmap v18401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:28 smithi079 bash[28699]: audit 2023-12-08T03:28:28.020539+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:28:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:28 smithi194 bash[32038]: cluster 2023-12-08T03:28:26.823374+0000 mgr.a (mgr.14403) 24639 : cluster 0 pgmap v18401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:28 smithi194 bash[32038]: audit 2023-12-08T03:28:28.020539+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:28:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:28 smithi135 bash[32435]: cluster 2023-12-08T03:28:26.823374+0000 mgr.a (mgr.14403) 24639 : cluster 0 pgmap v18401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:28 smithi135 bash[32435]: audit 2023-12-08T03:28:28.020539+0000 mon.a (mon.0) 3849 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:28:29.023 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:28:29.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:29.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:29.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:29.023 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:28:29.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:29 smithi079 bash[28699]: audit 2023-12-08T03:28:28.497112+0000 mgr.a (mgr.14403) 24640 : audit 0 from='client.485334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:29.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:29 smithi079 bash[28699]: audit 2023-12-08T03:28:28.803146+0000 mon.a (mon.0) 3850 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:28:29.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:29 smithi079 bash[28699]: audit 2023-12-08T03:28:28.804847+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:28:29.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:29 smithi079 bash[28699]: audit 2023-12-08T03:28:28.813534+0000 mon.a (mon.0) 3852 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:28:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:29 smithi194 bash[32038]: audit 2023-12-08T03:28:28.497112+0000 mgr.a (mgr.14403) 24640 : audit 0 from='client.485334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:29 smithi194 bash[32038]: audit 2023-12-08T03:28:28.803146+0000 mon.a (mon.0) 3850 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:28:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:29 smithi194 bash[32038]: audit 2023-12-08T03:28:28.804847+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:28:29.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:29 smithi194 bash[32038]: audit 2023-12-08T03:28:28.813534+0000 mon.a (mon.0) 3852 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:28:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:29 smithi135 bash[32435]: audit 2023-12-08T03:28:28.497112+0000 mgr.a (mgr.14403) 24640 : audit 0 from='client.485334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:29 smithi135 bash[32435]: audit 2023-12-08T03:28:28.803146+0000 mon.a (mon.0) 3850 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:28:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:29 smithi135 bash[32435]: audit 2023-12-08T03:28:28.804847+0000 mon.a (mon.0) 3851 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:28:29.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:29 smithi135 bash[32435]: audit 2023-12-08T03:28:28.813534+0000 mon.a (mon.0) 3852 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:28:30.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:30 smithi079 bash[28699]: cluster 2023-12-08T03:28:28.823877+0000 mgr.a (mgr.14403) 24641 : cluster 0 pgmap v18402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:28:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:30 smithi194 bash[32038]: cluster 2023-12-08T03:28:28.823877+0000 mgr.a (mgr.14403) 24641 : cluster 0 pgmap v18402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:28:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:30 smithi135 bash[32435]: cluster 2023-12-08T03:28:28.823877+0000 mgr.a (mgr.14403) 24641 : cluster 0 pgmap v18402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:28:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:32 smithi079 bash[28699]: cluster 2023-12-08T03:28:30.824483+0000 mgr.a (mgr.14403) 24642 : cluster 0 pgmap v18403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:28:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:32 smithi194 bash[32038]: cluster 2023-12-08T03:28:30.824483+0000 mgr.a (mgr.14403) 24642 : cluster 0 pgmap v18403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:28:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:32 smithi135 bash[32435]: cluster 2023-12-08T03:28:30.824483+0000 mgr.a (mgr.14403) 24642 : cluster 0 pgmap v18403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:28:34.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:28:34.025 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:34.026 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:34.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:34 smithi079 bash[28699]: cluster 2023-12-08T03:28:32.825065+0000 mgr.a (mgr.14403) 24643 : cluster 0 pgmap v18404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:28:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:34 smithi194 bash[32038]: cluster 2023-12-08T03:28:32.825065+0000 mgr.a (mgr.14403) 24643 : cluster 0 pgmap v18404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:28:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:34 smithi135 bash[32435]: cluster 2023-12-08T03:28:32.825065+0000 mgr.a (mgr.14403) 24643 : cluster 0 pgmap v18404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:28:34.910 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:28:34.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:34.910 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:34.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:34.911 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:28:35.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:35 smithi079 bash[28699]: audit 2023-12-08T03:28:34.431102+0000 mgr.a (mgr.14403) 24644 : audit 0 from='client.485406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:35.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:35 smithi194 bash[32038]: audit 2023-12-08T03:28:34.431102+0000 mgr.a (mgr.14403) 24644 : audit 0 from='client.485406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:35.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:35 smithi135 bash[32435]: audit 2023-12-08T03:28:34.431102+0000 mgr.a (mgr.14403) 24644 : audit 0 from='client.485406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:36 smithi079 bash[28699]: cluster 2023-12-08T03:28:34.826209+0000 mgr.a (mgr.14403) 24645 : cluster 0 pgmap v18405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:36 smithi194 bash[32038]: cluster 2023-12-08T03:28:34.826209+0000 mgr.a (mgr.14403) 24645 : cluster 0 pgmap v18405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:36 smithi135 bash[32435]: cluster 2023-12-08T03:28:34.826209+0000 mgr.a (mgr.14403) 24645 : cluster 0 pgmap v18405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:38 smithi079 bash[28699]: cluster 2023-12-08T03:28:36.826844+0000 mgr.a (mgr.14403) 24646 : cluster 0 pgmap v18406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:38 smithi194 bash[32038]: cluster 2023-12-08T03:28:36.826844+0000 mgr.a (mgr.14403) 24646 : cluster 0 pgmap v18406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:38 smithi135 bash[32435]: cluster 2023-12-08T03:28:36.826844+0000 mgr.a (mgr.14403) 24646 : cluster 0 pgmap v18406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:28:39.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:28:39.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:39.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:40.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:40 smithi079 bash[28699]: cluster 2023-12-08T03:28:38.827696+0000 mgr.a (mgr.14403) 24647 : cluster 0 pgmap v18407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:40 smithi194 bash[32038]: cluster 2023-12-08T03:28:38.827696+0000 mgr.a (mgr.14403) 24647 : cluster 0 pgmap v18407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:40 smithi135 bash[32435]: cluster 2023-12-08T03:28:38.827696+0000 mgr.a (mgr.14403) 24647 : cluster 0 pgmap v18407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:40.808 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:28:40.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:40.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:40.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:40.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:28:41.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:41 smithi079 bash[28699]: audit 2023-12-08T03:28:40.310723+0000 mgr.a (mgr.14403) 24648 : audit 0 from='client.485478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:41 smithi194 bash[32038]: audit 2023-12-08T03:28:40.310723+0000 mgr.a (mgr.14403) 24648 : audit 0 from='client.485478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:41 smithi135 bash[32435]: audit 2023-12-08T03:28:40.310723+0000 mgr.a (mgr.14403) 24648 : audit 0 from='client.485478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:42.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:42 smithi079 bash[28699]: cluster 2023-12-08T03:28:40.828382+0000 mgr.a (mgr.14403) 24649 : cluster 0 pgmap v18408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:28:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:42 smithi194 bash[32038]: cluster 2023-12-08T03:28:40.828382+0000 mgr.a (mgr.14403) 24649 : cluster 0 pgmap v18408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:28:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:42 smithi135 bash[32435]: cluster 2023-12-08T03:28:40.828382+0000 mgr.a (mgr.14403) 24649 : cluster 0 pgmap v18408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:28:44.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:44 smithi079 bash[28699]: cluster 2023-12-08T03:28:42.828960+0000 mgr.a (mgr.14403) 24650 : cluster 0 pgmap v18409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:28:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:44 smithi194 bash[32038]: cluster 2023-12-08T03:28:42.828960+0000 mgr.a (mgr.14403) 24650 : cluster 0 pgmap v18409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:28:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:44 smithi135 bash[32435]: cluster 2023-12-08T03:28:42.828960+0000 mgr.a (mgr.14403) 24650 : cluster 0 pgmap v18409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:28:45.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:28:45.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:45.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:46.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:46 smithi079 bash[28699]: cluster 2023-12-08T03:28:44.829783+0000 mgr.a (mgr.14403) 24651 : cluster 0 pgmap v18410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:28:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:46 smithi194 bash[32038]: cluster 2023-12-08T03:28:44.829783+0000 mgr.a (mgr.14403) 24651 : cluster 0 pgmap v18410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:28:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:46 smithi135 bash[32435]: cluster 2023-12-08T03:28:44.829783+0000 mgr.a (mgr.14403) 24651 : cluster 0 pgmap v18410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:28:46.728 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:28:46.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:46.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:46.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:46.728 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:28:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:47 smithi079 bash[28699]: audit 2023-12-08T03:28:46.216030+0000 mgr.a (mgr.14403) 24652 : audit 0 from='client.485556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:47 smithi194 bash[32038]: audit 2023-12-08T03:28:46.216030+0000 mgr.a (mgr.14403) 24652 : audit 0 from='client.485556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:47 smithi135 bash[32435]: audit 2023-12-08T03:28:46.216030+0000 mgr.a (mgr.14403) 24652 : audit 0 from='client.485556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:48.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:48 smithi079 bash[28699]: cluster 2023-12-08T03:28:46.830501+0000 mgr.a (mgr.14403) 24653 : cluster 0 pgmap v18411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:48.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:48 smithi194 bash[32038]: cluster 2023-12-08T03:28:46.830501+0000 mgr.a (mgr.14403) 24653 : cluster 0 pgmap v18411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:48 smithi135 bash[32435]: cluster 2023-12-08T03:28:46.830501+0000 mgr.a (mgr.14403) 24653 : cluster 0 pgmap v18411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:50 smithi079 bash[28699]: cluster 2023-12-08T03:28:48.831327+0000 mgr.a (mgr.14403) 24654 : cluster 0 pgmap v18412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:50 smithi194 bash[32038]: cluster 2023-12-08T03:28:48.831327+0000 mgr.a (mgr.14403) 24654 : cluster 0 pgmap v18412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:50 smithi135 bash[32435]: cluster 2023-12-08T03:28:48.831327+0000 mgr.a (mgr.14403) 24654 : cluster 0 pgmap v18412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:51.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:28:51.732 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:51.732 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:52.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:52.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:52.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:52.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:28:52.643 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:28:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:52 smithi079 bash[28699]: cluster 2023-12-08T03:28:50.832046+0000 mgr.a (mgr.14403) 24655 : cluster 0 pgmap v18413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:52 smithi194 bash[32038]: cluster 2023-12-08T03:28:50.832046+0000 mgr.a (mgr.14403) 24655 : cluster 0 pgmap v18413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:52 smithi135 bash[32435]: cluster 2023-12-08T03:28:50.832046+0000 mgr.a (mgr.14403) 24655 : cluster 0 pgmap v18413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:53.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:53 smithi079 bash[28699]: audit 2023-12-08T03:28:52.144106+0000 mgr.a (mgr.14403) 24656 : audit 0 from='client.485631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:53 smithi194 bash[32038]: audit 2023-12-08T03:28:52.144106+0000 mgr.a (mgr.14403) 24656 : audit 0 from='client.485631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:53 smithi135 bash[32435]: audit 2023-12-08T03:28:52.144106+0000 mgr.a (mgr.14403) 24656 : audit 0 from='client.485631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:54.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:54 smithi079 bash[28699]: cluster 2023-12-08T03:28:52.832723+0000 mgr.a (mgr.14403) 24657 : cluster 0 pgmap v18414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:54 smithi194 bash[32038]: cluster 2023-12-08T03:28:52.832723+0000 mgr.a (mgr.14403) 24657 : cluster 0 pgmap v18414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:54 smithi135 bash[32435]: cluster 2023-12-08T03:28:52.832723+0000 mgr.a (mgr.14403) 24657 : cluster 0 pgmap v18414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:56 smithi079 bash[28699]: cluster 2023-12-08T03:28:54.833560+0000 mgr.a (mgr.14403) 24658 : cluster 0 pgmap v18415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:56 smithi194 bash[32038]: cluster 2023-12-08T03:28:54.833560+0000 mgr.a (mgr.14403) 24658 : cluster 0 pgmap v18415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:56 smithi135 bash[32435]: cluster 2023-12-08T03:28:54.833560+0000 mgr.a (mgr.14403) 24658 : cluster 0 pgmap v18415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:28:57.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:28:57.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:28:57.646 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:28:58.564 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:28:58.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:28:58.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:28:58.564 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:28:58.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:28:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:58 smithi079 bash[28699]: cluster 2023-12-08T03:28:56.834054+0000 mgr.a (mgr.14403) 24659 : cluster 0 pgmap v18416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:58 smithi194 bash[32038]: cluster 2023-12-08T03:28:56.834054+0000 mgr.a (mgr.14403) 24659 : cluster 0 pgmap v18416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:58 smithi135 bash[32435]: cluster 2023-12-08T03:28:56.834054+0000 mgr.a (mgr.14403) 24659 : cluster 0 pgmap v18416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:28:59.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:28:59 smithi079 bash[28699]: audit 2023-12-08T03:28:58.055505+0000 mgr.a (mgr.14403) 24660 : audit 0 from='client.485709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:28:59 smithi194 bash[32038]: audit 2023-12-08T03:28:58.055505+0000 mgr.a (mgr.14403) 24660 : audit 0 from='client.485709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:28:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:28:59 smithi135 bash[32435]: audit 2023-12-08T03:28:58.055505+0000 mgr.a (mgr.14403) 24660 : audit 0 from='client.485709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:00 smithi079 bash[28699]: cluster 2023-12-08T03:28:58.835056+0000 mgr.a (mgr.14403) 24661 : cluster 0 pgmap v18417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:00 smithi194 bash[32038]: cluster 2023-12-08T03:28:58.835056+0000 mgr.a (mgr.14403) 24661 : cluster 0 pgmap v18417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:00 smithi135 bash[32435]: cluster 2023-12-08T03:28:58.835056+0000 mgr.a (mgr.14403) 24661 : cluster 0 pgmap v18417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:02.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:02 smithi079 bash[28699]: cluster 2023-12-08T03:29:00.835769+0000 mgr.a (mgr.14403) 24662 : cluster 0 pgmap v18418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:02 smithi194 bash[32038]: cluster 2023-12-08T03:29:00.835769+0000 mgr.a (mgr.14403) 24662 : cluster 0 pgmap v18418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:02 smithi135 bash[32435]: cluster 2023-12-08T03:29:00.835769+0000 mgr.a (mgr.14403) 24662 : cluster 0 pgmap v18418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:03.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:29:03.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:03.568 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:04.486 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:29:04.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:04.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:04.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:04.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:29:04.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:04 smithi079 bash[28699]: cluster 2023-12-08T03:29:02.836484+0000 mgr.a (mgr.14403) 24663 : cluster 0 pgmap v18419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:04 smithi194 bash[32038]: cluster 2023-12-08T03:29:02.836484+0000 mgr.a (mgr.14403) 24663 : cluster 0 pgmap v18419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:04 smithi135 bash[32435]: cluster 2023-12-08T03:29:02.836484+0000 mgr.a (mgr.14403) 24663 : cluster 0 pgmap v18419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:05 smithi194 bash[32038]: audit 2023-12-08T03:29:03.978094+0000 mgr.a (mgr.14403) 24664 : audit 0 from='client.485781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:05 smithi135 bash[32435]: audit 2023-12-08T03:29:03.978094+0000 mgr.a (mgr.14403) 24664 : audit 0 from='client.485781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:05.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:05 smithi079 bash[28699]: audit 2023-12-08T03:29:03.978094+0000 mgr.a (mgr.14403) 24664 : audit 0 from='client.485781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:06 smithi194 bash[32038]: cluster 2023-12-08T03:29:04.837531+0000 mgr.a (mgr.14403) 24665 : cluster 0 pgmap v18420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:06 smithi135 bash[32435]: cluster 2023-12-08T03:29:04.837531+0000 mgr.a (mgr.14403) 24665 : cluster 0 pgmap v18420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:06 smithi079 bash[28699]: cluster 2023-12-08T03:29:04.837531+0000 mgr.a (mgr.14403) 24665 : cluster 0 pgmap v18420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:08 smithi194 bash[32038]: cluster 2023-12-08T03:29:06.838099+0000 mgr.a (mgr.14403) 24666 : cluster 0 pgmap v18421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:08 smithi135 bash[32435]: cluster 2023-12-08T03:29:06.838099+0000 mgr.a (mgr.14403) 24666 : cluster 0 pgmap v18421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:08 smithi079 bash[28699]: cluster 2023-12-08T03:29:06.838099+0000 mgr.a (mgr.14403) 24666 : cluster 0 pgmap v18421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:09.488 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:29:09.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:09.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:10.396 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:29:10.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:10.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:10.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:10.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:29:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:10 smithi194 bash[32038]: cluster 2023-12-08T03:29:08.838855+0000 mgr.a (mgr.14403) 24667 : cluster 0 pgmap v18422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:10 smithi135 bash[32435]: cluster 2023-12-08T03:29:08.838855+0000 mgr.a (mgr.14403) 24667 : cluster 0 pgmap v18422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:10 smithi079 bash[28699]: cluster 2023-12-08T03:29:08.838855+0000 mgr.a (mgr.14403) 24667 : cluster 0 pgmap v18422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:11 smithi194 bash[32038]: audit 2023-12-08T03:29:09.896958+0000 mgr.a (mgr.14403) 24668 : audit 0 from='client.485859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:11 smithi135 bash[32435]: audit 2023-12-08T03:29:09.896958+0000 mgr.a (mgr.14403) 24668 : audit 0 from='client.485859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:11.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:11 smithi079 bash[28699]: audit 2023-12-08T03:29:09.896958+0000 mgr.a (mgr.14403) 24668 : audit 0 from='client.485859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:12 smithi194 bash[32038]: cluster 2023-12-08T03:29:10.839589+0000 mgr.a (mgr.14403) 24669 : cluster 0 pgmap v18423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:12 smithi135 bash[32435]: cluster 2023-12-08T03:29:10.839589+0000 mgr.a (mgr.14403) 24669 : cluster 0 pgmap v18423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:12 smithi079 bash[28699]: cluster 2023-12-08T03:29:10.839589+0000 mgr.a (mgr.14403) 24669 : cluster 0 pgmap v18423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:14 smithi194 bash[32038]: cluster 2023-12-08T03:29:12.840173+0000 mgr.a (mgr.14403) 24670 : cluster 0 pgmap v18424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:14 smithi135 bash[32435]: cluster 2023-12-08T03:29:12.840173+0000 mgr.a (mgr.14403) 24670 : cluster 0 pgmap v18424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:14 smithi079 bash[28699]: cluster 2023-12-08T03:29:12.840173+0000 mgr.a (mgr.14403) 24670 : cluster 0 pgmap v18424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:15.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:29:15.400 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:15.401 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:16.286 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:29:16.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:16.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:16.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:16.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:29:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:16 smithi194 bash[32038]: cluster 2023-12-08T03:29:14.840996+0000 mgr.a (mgr.14403) 24671 : cluster 0 pgmap v18425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:16 smithi135 bash[32435]: cluster 2023-12-08T03:29:14.840996+0000 mgr.a (mgr.14403) 24671 : cluster 0 pgmap v18425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:16.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:16 smithi079 bash[28699]: cluster 2023-12-08T03:29:14.840996+0000 mgr.a (mgr.14403) 24671 : cluster 0 pgmap v18425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:17.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:17 smithi194 bash[32038]: audit 2023-12-08T03:29:15.797193+0000 mgr.a (mgr.14403) 24672 : audit 0 from='client.485931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:17.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:17 smithi135 bash[32435]: audit 2023-12-08T03:29:15.797193+0000 mgr.a (mgr.14403) 24672 : audit 0 from='client.485931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:17.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:17 smithi079 bash[28699]: audit 2023-12-08T03:29:15.797193+0000 mgr.a (mgr.14403) 24672 : audit 0 from='client.485931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:18 smithi194 bash[32038]: cluster 2023-12-08T03:29:16.841685+0000 mgr.a (mgr.14403) 24673 : cluster 0 pgmap v18426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:18 smithi135 bash[32435]: cluster 2023-12-08T03:29:16.841685+0000 mgr.a (mgr.14403) 24673 : cluster 0 pgmap v18426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:18 smithi079 bash[28699]: cluster 2023-12-08T03:29:16.841685+0000 mgr.a (mgr.14403) 24673 : cluster 0 pgmap v18426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:20 smithi194 bash[32038]: cluster 2023-12-08T03:29:18.842501+0000 mgr.a (mgr.14403) 24674 : cluster 0 pgmap v18427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:20 smithi135 bash[32435]: cluster 2023-12-08T03:29:18.842501+0000 mgr.a (mgr.14403) 24674 : cluster 0 pgmap v18427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:20 smithi079 bash[28699]: cluster 2023-12-08T03:29:18.842501+0000 mgr.a (mgr.14403) 24674 : cluster 0 pgmap v18427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:21.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:29:21.290 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:21.290 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:22.214 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:29:22.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:22.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:22.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:22.215 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:29:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:22 smithi194 bash[32038]: cluster 2023-12-08T03:29:20.843084+0000 mgr.a (mgr.14403) 24675 : cluster 0 pgmap v18428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:22 smithi135 bash[32435]: cluster 2023-12-08T03:29:20.843084+0000 mgr.a (mgr.14403) 24675 : cluster 0 pgmap v18428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:22 smithi079 bash[28699]: cluster 2023-12-08T03:29:20.843084+0000 mgr.a (mgr.14403) 24675 : cluster 0 pgmap v18428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:23.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:23 smithi194 bash[32038]: audit 2023-12-08T03:29:21.696288+0000 mgr.a (mgr.14403) 24676 : audit 0 from='client.486009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:23.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:23 smithi135 bash[32435]: audit 2023-12-08T03:29:21.696288+0000 mgr.a (mgr.14403) 24676 : audit 0 from='client.486009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:23 smithi079 bash[28699]: audit 2023-12-08T03:29:21.696288+0000 mgr.a (mgr.14403) 24676 : audit 0 from='client.486009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:24 smithi194 bash[32038]: cluster 2023-12-08T03:29:22.843803+0000 mgr.a (mgr.14403) 24677 : cluster 0 pgmap v18429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:24 smithi135 bash[32435]: cluster 2023-12-08T03:29:22.843803+0000 mgr.a (mgr.14403) 24677 : cluster 0 pgmap v18429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:24 smithi079 bash[28699]: cluster 2023-12-08T03:29:22.843803+0000 mgr.a (mgr.14403) 24677 : cluster 0 pgmap v18429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:26 smithi079 bash[28699]: cluster 2023-12-08T03:29:24.844640+0000 mgr.a (mgr.14403) 24678 : cluster 0 pgmap v18430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:26 smithi194 bash[32038]: cluster 2023-12-08T03:29:24.844640+0000 mgr.a (mgr.14403) 24678 : cluster 0 pgmap v18430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:26 smithi135 bash[32435]: cluster 2023-12-08T03:29:24.844640+0000 mgr.a (mgr.14403) 24678 : cluster 0 pgmap v18430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:27.217 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:29:27.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:27.218 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:28.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:28.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:28.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:28.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:29:28.153 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:29:28.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:28 smithi079 bash[28699]: cluster 2023-12-08T03:29:26.845139+0000 mgr.a (mgr.14403) 24679 : cluster 0 pgmap v18431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:28 smithi194 bash[32038]: cluster 2023-12-08T03:29:26.845139+0000 mgr.a (mgr.14403) 24679 : cluster 0 pgmap v18431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:28 smithi135 bash[32435]: cluster 2023-12-08T03:29:26.845139+0000 mgr.a (mgr.14403) 24679 : cluster 0 pgmap v18431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:29 smithi079 bash[28699]: audit 2023-12-08T03:29:27.627742+0000 mgr.a (mgr.14403) 24680 : audit 0 from='client.486087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:29 smithi079 bash[28699]: audit 2023-12-08T03:29:28.927234+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:29:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:29 smithi194 bash[32038]: audit 2023-12-08T03:29:27.627742+0000 mgr.a (mgr.14403) 24680 : audit 0 from='client.486087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:29.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:29 smithi194 bash[32038]: audit 2023-12-08T03:29:28.927234+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:29:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:29 smithi135 bash[32435]: audit 2023-12-08T03:29:27.627742+0000 mgr.a (mgr.14403) 24680 : audit 0 from='client.486087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:29 smithi135 bash[32435]: audit 2023-12-08T03:29:28.927234+0000 mon.a (mon.0) 3853 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:29:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:30 smithi079 bash[28699]: cluster 2023-12-08T03:29:28.846059+0000 mgr.a (mgr.14403) 24681 : cluster 0 pgmap v18432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:30 smithi079 bash[28699]: audit 2023-12-08T03:29:29.666314+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:29:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:30 smithi079 bash[28699]: audit 2023-12-08T03:29:29.667895+0000 mon.a (mon.0) 3855 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:29:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:30 smithi079 bash[28699]: audit 2023-12-08T03:29:29.676914+0000 mon.a (mon.0) 3856 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:29:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:30 smithi194 bash[32038]: cluster 2023-12-08T03:29:28.846059+0000 mgr.a (mgr.14403) 24681 : cluster 0 pgmap v18432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:30 smithi194 bash[32038]: audit 2023-12-08T03:29:29.666314+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:29:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:30 smithi194 bash[32038]: audit 2023-12-08T03:29:29.667895+0000 mon.a (mon.0) 3855 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:29:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:30 smithi194 bash[32038]: audit 2023-12-08T03:29:29.676914+0000 mon.a (mon.0) 3856 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:29:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:30 smithi135 bash[32435]: cluster 2023-12-08T03:29:28.846059+0000 mgr.a (mgr.14403) 24681 : cluster 0 pgmap v18432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:30 smithi135 bash[32435]: audit 2023-12-08T03:29:29.666314+0000 mon.a (mon.0) 3854 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:29:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:30 smithi135 bash[32435]: audit 2023-12-08T03:29:29.667895+0000 mon.a (mon.0) 3855 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:29:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:30 smithi135 bash[32435]: audit 2023-12-08T03:29:29.676914+0000 mon.a (mon.0) 3856 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:29:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:32 smithi079 bash[28699]: cluster 2023-12-08T03:29:30.846607+0000 mgr.a (mgr.14403) 24682 : cluster 0 pgmap v18433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:32 smithi194 bash[32038]: cluster 2023-12-08T03:29:30.846607+0000 mgr.a (mgr.14403) 24682 : cluster 0 pgmap v18433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:32 smithi135 bash[32435]: cluster 2023-12-08T03:29:30.846607+0000 mgr.a (mgr.14403) 24682 : cluster 0 pgmap v18433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:33.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:29:33.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:33.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:34.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:34.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:34.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:34.343 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:29:34.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:29:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:34 smithi079 bash[28699]: cluster 2023-12-08T03:29:32.847208+0000 mgr.a (mgr.14403) 24683 : cluster 0 pgmap v18434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:34 smithi079 bash[28699]: audit 2023-12-08T03:29:33.566844+0000 mgr.a (mgr.14403) 24684 : audit 0 from='client.486159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:34 smithi194 bash[32038]: cluster 2023-12-08T03:29:32.847208+0000 mgr.a (mgr.14403) 24683 : cluster 0 pgmap v18434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:34 smithi194 bash[32038]: audit 2023-12-08T03:29:33.566844+0000 mgr.a (mgr.14403) 24684 : audit 0 from='client.486159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:34 smithi135 bash[32435]: cluster 2023-12-08T03:29:32.847208+0000 mgr.a (mgr.14403) 24683 : cluster 0 pgmap v18434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:34 smithi135 bash[32435]: audit 2023-12-08T03:29:33.566844+0000 mgr.a (mgr.14403) 24684 : audit 0 from='client.486159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:36 smithi079 bash[28699]: cluster 2023-12-08T03:29:34.848191+0000 mgr.a (mgr.14403) 24685 : cluster 0 pgmap v18435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:29:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:36 smithi194 bash[32038]: cluster 2023-12-08T03:29:34.848191+0000 mgr.a (mgr.14403) 24685 : cluster 0 pgmap v18435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:29:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:36 smithi135 bash[32435]: cluster 2023-12-08T03:29:34.848191+0000 mgr.a (mgr.14403) 24685 : cluster 0 pgmap v18435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:29:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:38 smithi079 bash[28699]: cluster 2023-12-08T03:29:36.848761+0000 mgr.a (mgr.14403) 24686 : cluster 0 pgmap v18436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:29:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:38 smithi194 bash[32038]: cluster 2023-12-08T03:29:36.848761+0000 mgr.a (mgr.14403) 24686 : cluster 0 pgmap v18436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:29:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:38 smithi135 bash[32435]: cluster 2023-12-08T03:29:36.848761+0000 mgr.a (mgr.14403) 24686 : cluster 0 pgmap v18436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:29:39.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:29:39.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:39.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:39.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:39.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:39.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:39.981 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:29:39.982 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:29:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:40 smithi079 bash[28699]: cluster 2023-12-08T03:29:38.849510+0000 mgr.a (mgr.14403) 24687 : cluster 0 pgmap v18437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:40 smithi079 bash[28699]: audit 2023-12-08T03:29:39.498807+0000 mgr.a (mgr.14403) 24688 : audit 0 from='client.486237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:40 smithi194 bash[32038]: cluster 2023-12-08T03:29:38.849510+0000 mgr.a (mgr.14403) 24687 : cluster 0 pgmap v18437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:40 smithi194 bash[32038]: audit 2023-12-08T03:29:39.498807+0000 mgr.a (mgr.14403) 24688 : audit 0 from='client.486237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:40 smithi135 bash[32435]: cluster 2023-12-08T03:29:38.849510+0000 mgr.a (mgr.14403) 24687 : cluster 0 pgmap v18437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:40 smithi135 bash[32435]: audit 2023-12-08T03:29:39.498807+0000 mgr.a (mgr.14403) 24688 : audit 0 from='client.486237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:42 smithi079 bash[28699]: cluster 2023-12-08T03:29:40.850362+0000 mgr.a (mgr.14403) 24689 : cluster 0 pgmap v18438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:42 smithi194 bash[32038]: cluster 2023-12-08T03:29:40.850362+0000 mgr.a (mgr.14403) 24689 : cluster 0 pgmap v18438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:42 smithi135 bash[32435]: cluster 2023-12-08T03:29:40.850362+0000 mgr.a (mgr.14403) 24689 : cluster 0 pgmap v18438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:44 smithi079 bash[28699]: cluster 2023-12-08T03:29:42.850921+0000 mgr.a (mgr.14403) 24690 : cluster 0 pgmap v18439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:44 smithi194 bash[32038]: cluster 2023-12-08T03:29:42.850921+0000 mgr.a (mgr.14403) 24690 : cluster 0 pgmap v18439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:44 smithi135 bash[32435]: cluster 2023-12-08T03:29:42.850921+0000 mgr.a (mgr.14403) 24690 : cluster 0 pgmap v18439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:29:44.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:29:44.985 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:44.985 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:45.885 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:29:45.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:45.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:45.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:45.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:29:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:46 smithi079 bash[28699]: cluster 2023-12-08T03:29:44.851939+0000 mgr.a (mgr.14403) 24691 : cluster 0 pgmap v18440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:46 smithi079 bash[28699]: audit 2023-12-08T03:29:45.391297+0000 mgr.a (mgr.14403) 24692 : audit 0 from='client.486315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:46 smithi194 bash[32038]: cluster 2023-12-08T03:29:44.851939+0000 mgr.a (mgr.14403) 24691 : cluster 0 pgmap v18440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:46 smithi194 bash[32038]: audit 2023-12-08T03:29:45.391297+0000 mgr.a (mgr.14403) 24692 : audit 0 from='client.486315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:46 smithi135 bash[32435]: cluster 2023-12-08T03:29:44.851939+0000 mgr.a (mgr.14403) 24691 : cluster 0 pgmap v18440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:46 smithi135 bash[32435]: audit 2023-12-08T03:29:45.391297+0000 mgr.a (mgr.14403) 24692 : audit 0 from='client.486315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:48 smithi079 bash[28699]: cluster 2023-12-08T03:29:46.852843+0000 mgr.a (mgr.14403) 24693 : cluster 0 pgmap v18441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:29:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:48 smithi194 bash[32038]: cluster 2023-12-08T03:29:46.852843+0000 mgr.a (mgr.14403) 24693 : cluster 0 pgmap v18441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:29:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:48 smithi135 bash[32435]: cluster 2023-12-08T03:29:46.852843+0000 mgr.a (mgr.14403) 24693 : cluster 0 pgmap v18441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:29:50.887 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:29:50.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:50.888 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:50.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:50 smithi079 bash[28699]: cluster 2023-12-08T03:29:48.853698+0000 mgr.a (mgr.14403) 24694 : cluster 0 pgmap v18442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:29:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:50 smithi194 bash[32038]: cluster 2023-12-08T03:29:48.853698+0000 mgr.a (mgr.14403) 24694 : cluster 0 pgmap v18442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:29:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:50 smithi135 bash[32435]: cluster 2023-12-08T03:29:48.853698+0000 mgr.a (mgr.14403) 24694 : cluster 0 pgmap v18442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:29:51.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:51.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:51.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:51.800 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:29:51.800 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:29:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:52 smithi079 bash[28699]: cluster 2023-12-08T03:29:50.854244+0000 mgr.a (mgr.14403) 24695 : cluster 0 pgmap v18443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:52 smithi079 bash[28699]: audit 2023-12-08T03:29:51.296251+0000 mgr.a (mgr.14403) 24696 : audit 0 from='client.486393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:52 smithi194 bash[32038]: cluster 2023-12-08T03:29:50.854244+0000 mgr.a (mgr.14403) 24695 : cluster 0 pgmap v18443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:52 smithi194 bash[32038]: audit 2023-12-08T03:29:51.296251+0000 mgr.a (mgr.14403) 24696 : audit 0 from='client.486393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:52 smithi135 bash[32435]: cluster 2023-12-08T03:29:50.854244+0000 mgr.a (mgr.14403) 24695 : cluster 0 pgmap v18443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:52 smithi135 bash[32435]: audit 2023-12-08T03:29:51.296251+0000 mgr.a (mgr.14403) 24696 : audit 0 from='client.486393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:54 smithi079 bash[28699]: cluster 2023-12-08T03:29:52.854985+0000 mgr.a (mgr.14403) 24697 : cluster 0 pgmap v18444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:54 smithi194 bash[32038]: cluster 2023-12-08T03:29:52.854985+0000 mgr.a (mgr.14403) 24697 : cluster 0 pgmap v18444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:54 smithi135 bash[32435]: cluster 2023-12-08T03:29:52.854985+0000 mgr.a (mgr.14403) 24697 : cluster 0 pgmap v18444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:56.803 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:29:56.804 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:29:56.804 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:29:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:56 smithi079 bash[28699]: cluster 2023-12-08T03:29:54.855879+0000 mgr.a (mgr.14403) 24698 : cluster 0 pgmap v18445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:56 smithi194 bash[32038]: cluster 2023-12-08T03:29:54.855879+0000 mgr.a (mgr.14403) 24698 : cluster 0 pgmap v18445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:56 smithi135 bash[32435]: cluster 2023-12-08T03:29:54.855879+0000 mgr.a (mgr.14403) 24698 : cluster 0 pgmap v18445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:29:57.724 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:29:57.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:29:57.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:29:57.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:29:57.724 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:29:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:58 smithi079 bash[28699]: cluster 2023-12-08T03:29:56.856481+0000 mgr.a (mgr.14403) 24699 : cluster 0 pgmap v18446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:29:58 smithi079 bash[28699]: audit 2023-12-08T03:29:57.207770+0000 mgr.a (mgr.14403) 24700 : audit 0 from='client.486471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:58 smithi194 bash[32038]: cluster 2023-12-08T03:29:56.856481+0000 mgr.a (mgr.14403) 24699 : cluster 0 pgmap v18446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:29:58 smithi194 bash[32038]: audit 2023-12-08T03:29:57.207770+0000 mgr.a (mgr.14403) 24700 : audit 0 from='client.486471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:29:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:58 smithi135 bash[32435]: cluster 2023-12-08T03:29:56.856481+0000 mgr.a (mgr.14403) 24699 : cluster 0 pgmap v18446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:29:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:29:58 smithi135 bash[32435]: audit 2023-12-08T03:29:57.207770+0000 mgr.a (mgr.14403) 24700 : audit 0 from='client.486471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:00 smithi079 bash[28699]: cluster 2023-12-08T03:29:58.857403+0000 mgr.a (mgr.14403) 24701 : cluster 0 pgmap v18447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:00 smithi079 bash[28699]: cluster 2023-12-08T03:30:00.000121+0000 mon.a (mon.0) 3857 : cluster 1 overall HEALTH_OK 2023-12-08T03:30:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:00 smithi194 bash[32038]: cluster 2023-12-08T03:29:58.857403+0000 mgr.a (mgr.14403) 24701 : cluster 0 pgmap v18447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:00 smithi194 bash[32038]: cluster 2023-12-08T03:30:00.000121+0000 mon.a (mon.0) 3857 : cluster 1 overall HEALTH_OK 2023-12-08T03:30:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:00 smithi135 bash[32435]: cluster 2023-12-08T03:29:58.857403+0000 mgr.a (mgr.14403) 24701 : cluster 0 pgmap v18447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:00 smithi135 bash[32435]: cluster 2023-12-08T03:30:00.000121+0000 mon.a (mon.0) 3857 : cluster 1 overall HEALTH_OK 2023-12-08T03:30:02.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:30:02.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:02.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:02 smithi079 bash[28699]: cluster 2023-12-08T03:30:00.857967+0000 mgr.a (mgr.14403) 24702 : cluster 0 pgmap v18448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:02 smithi194 bash[32038]: cluster 2023-12-08T03:30:00.857967+0000 mgr.a (mgr.14403) 24702 : cluster 0 pgmap v18448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:02 smithi135 bash[32435]: cluster 2023-12-08T03:30:00.857967+0000 mgr.a (mgr.14403) 24702 : cluster 0 pgmap v18448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:03.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:03.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:03.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:03.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:30:03.647 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:30:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:04 smithi079 bash[28699]: cluster 2023-12-08T03:30:02.858386+0000 mgr.a (mgr.14403) 24703 : cluster 0 pgmap v18449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:04 smithi079 bash[28699]: audit 2023-12-08T03:30:03.129325+0000 mgr.a (mgr.14403) 24704 : audit 0 from='client.486546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:04 smithi194 bash[32038]: cluster 2023-12-08T03:30:02.858386+0000 mgr.a (mgr.14403) 24703 : cluster 0 pgmap v18449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:04 smithi194 bash[32038]: audit 2023-12-08T03:30:03.129325+0000 mgr.a (mgr.14403) 24704 : audit 0 from='client.486546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:04 smithi135 bash[32435]: cluster 2023-12-08T03:30:02.858386+0000 mgr.a (mgr.14403) 24703 : cluster 0 pgmap v18449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:04 smithi135 bash[32435]: audit 2023-12-08T03:30:03.129325+0000 mgr.a (mgr.14403) 24704 : audit 0 from='client.486546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:06 smithi079 bash[28699]: cluster 2023-12-08T03:30:04.859266+0000 mgr.a (mgr.14403) 24705 : cluster 0 pgmap v18450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:30:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:06 smithi194 bash[32038]: cluster 2023-12-08T03:30:04.859266+0000 mgr.a (mgr.14403) 24705 : cluster 0 pgmap v18450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:30:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:06 smithi135 bash[32435]: cluster 2023-12-08T03:30:04.859266+0000 mgr.a (mgr.14403) 24705 : cluster 0 pgmap v18450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:30:08.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:30:08.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:08.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:08 smithi079 bash[28699]: cluster 2023-12-08T03:30:06.859918+0000 mgr.a (mgr.14403) 24706 : cluster 0 pgmap v18451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:30:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:08 smithi194 bash[32038]: cluster 2023-12-08T03:30:06.859918+0000 mgr.a (mgr.14403) 24706 : cluster 0 pgmap v18451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:30:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:08 smithi135 bash[32435]: cluster 2023-12-08T03:30:06.859918+0000 mgr.a (mgr.14403) 24706 : cluster 0 pgmap v18451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:30:09.559 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:30:09.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:09.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:09.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:09.560 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:30:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:10 smithi079 bash[28699]: cluster 2023-12-08T03:30:08.860711+0000 mgr.a (mgr.14403) 24707 : cluster 0 pgmap v18452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:10 smithi079 bash[28699]: audit 2023-12-08T03:30:09.060773+0000 mgr.a (mgr.14403) 24708 : audit 0 from='client.486624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:10 smithi194 bash[32038]: cluster 2023-12-08T03:30:08.860711+0000 mgr.a (mgr.14403) 24707 : cluster 0 pgmap v18452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:10 smithi194 bash[32038]: audit 2023-12-08T03:30:09.060773+0000 mgr.a (mgr.14403) 24708 : audit 0 from='client.486624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:10 smithi135 bash[32435]: cluster 2023-12-08T03:30:08.860711+0000 mgr.a (mgr.14403) 24707 : cluster 0 pgmap v18452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:10 smithi135 bash[32435]: audit 2023-12-08T03:30:09.060773+0000 mgr.a (mgr.14403) 24708 : audit 0 from='client.486624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:12 smithi079 bash[28699]: cluster 2023-12-08T03:30:10.861415+0000 mgr.a (mgr.14403) 24709 : cluster 0 pgmap v18453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:12 smithi194 bash[32038]: cluster 2023-12-08T03:30:10.861415+0000 mgr.a (mgr.14403) 24709 : cluster 0 pgmap v18453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:12 smithi135 bash[32435]: cluster 2023-12-08T03:30:10.861415+0000 mgr.a (mgr.14403) 24709 : cluster 0 pgmap v18453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:14.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:30:14.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:14.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:14 smithi079 bash[28699]: cluster 2023-12-08T03:30:12.862048+0000 mgr.a (mgr.14403) 24710 : cluster 0 pgmap v18454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:14 smithi194 bash[32038]: cluster 2023-12-08T03:30:12.862048+0000 mgr.a (mgr.14403) 24710 : cluster 0 pgmap v18454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:14 smithi135 bash[32435]: cluster 2023-12-08T03:30:12.862048+0000 mgr.a (mgr.14403) 24710 : cluster 0 pgmap v18454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:15.482 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:30:15.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:15.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:15.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:15.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:30:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:16 smithi079 bash[28699]: cluster 2023-12-08T03:30:14.862840+0000 mgr.a (mgr.14403) 24711 : cluster 0 pgmap v18455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:16 smithi079 bash[28699]: audit 2023-12-08T03:30:14.969968+0000 mgr.a (mgr.14403) 24712 : audit 0 from='client.486702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:16 smithi194 bash[32038]: cluster 2023-12-08T03:30:14.862840+0000 mgr.a (mgr.14403) 24711 : cluster 0 pgmap v18455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:16 smithi194 bash[32038]: audit 2023-12-08T03:30:14.969968+0000 mgr.a (mgr.14403) 24712 : audit 0 from='client.486702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:16 smithi135 bash[32435]: cluster 2023-12-08T03:30:14.862840+0000 mgr.a (mgr.14403) 24711 : cluster 0 pgmap v18455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:16 smithi135 bash[32435]: audit 2023-12-08T03:30:14.969968+0000 mgr.a (mgr.14403) 24712 : audit 0 from='client.486702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:18 smithi079 bash[28699]: cluster 2023-12-08T03:30:16.863511+0000 mgr.a (mgr.14403) 24713 : cluster 0 pgmap v18456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:30:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:18 smithi194 bash[32038]: cluster 2023-12-08T03:30:16.863511+0000 mgr.a (mgr.14403) 24713 : cluster 0 pgmap v18456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:30:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:18 smithi135 bash[32435]: cluster 2023-12-08T03:30:16.863511+0000 mgr.a (mgr.14403) 24713 : cluster 0 pgmap v18456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:30:20.486 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:30:20.486 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:20.487 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:20.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:20 smithi079 bash[28699]: cluster 2023-12-08T03:30:18.864344+0000 mgr.a (mgr.14403) 24714 : cluster 0 pgmap v18457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:30:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:20 smithi194 bash[32038]: cluster 2023-12-08T03:30:18.864344+0000 mgr.a (mgr.14403) 24714 : cluster 0 pgmap v18457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:30:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:20 smithi135 bash[32435]: cluster 2023-12-08T03:30:18.864344+0000 mgr.a (mgr.14403) 24714 : cluster 0 pgmap v18457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:30:21.382 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:30:21.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:21.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:21.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:21.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:30:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:22 smithi079 bash[28699]: cluster 2023-12-08T03:30:20.864910+0000 mgr.a (mgr.14403) 24715 : cluster 0 pgmap v18458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:22 smithi079 bash[28699]: audit 2023-12-08T03:30:20.895503+0000 mgr.a (mgr.14403) 24716 : audit 0 from='client.486780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:22 smithi194 bash[32038]: cluster 2023-12-08T03:30:20.864910+0000 mgr.a (mgr.14403) 24715 : cluster 0 pgmap v18458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:22 smithi194 bash[32038]: audit 2023-12-08T03:30:20.895503+0000 mgr.a (mgr.14403) 24716 : audit 0 from='client.486780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:22 smithi135 bash[32435]: cluster 2023-12-08T03:30:20.864910+0000 mgr.a (mgr.14403) 24715 : cluster 0 pgmap v18458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:22 smithi135 bash[32435]: audit 2023-12-08T03:30:20.895503+0000 mgr.a (mgr.14403) 24716 : audit 0 from='client.486780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:24 smithi079 bash[28699]: cluster 2023-12-08T03:30:22.865561+0000 mgr.a (mgr.14403) 24717 : cluster 0 pgmap v18459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:24 smithi194 bash[32038]: cluster 2023-12-08T03:30:22.865561+0000 mgr.a (mgr.14403) 24717 : cluster 0 pgmap v18459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:24 smithi135 bash[32435]: cluster 2023-12-08T03:30:22.865561+0000 mgr.a (mgr.14403) 24717 : cluster 0 pgmap v18459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:26.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:30:26.385 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:26.386 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:26.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:26 smithi079 bash[28699]: cluster 2023-12-08T03:30:24.866384+0000 mgr.a (mgr.14403) 24718 : cluster 0 pgmap v18460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:26 smithi194 bash[32038]: cluster 2023-12-08T03:30:24.866384+0000 mgr.a (mgr.14403) 24718 : cluster 0 pgmap v18460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:26 smithi135 bash[32435]: cluster 2023-12-08T03:30:24.866384+0000 mgr.a (mgr.14403) 24718 : cluster 0 pgmap v18460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:27.304 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:30:27.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:27.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:27.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:27.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:30:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:28 smithi079 bash[28699]: audit 2023-12-08T03:30:26.796639+0000 mgr.a (mgr.14403) 24719 : audit 0 from='client.486858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:28 smithi079 bash[28699]: cluster 2023-12-08T03:30:26.866864+0000 mgr.a (mgr.14403) 24720 : cluster 0 pgmap v18461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:28 smithi194 bash[32038]: audit 2023-12-08T03:30:26.796639+0000 mgr.a (mgr.14403) 24719 : audit 0 from='client.486858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:28 smithi194 bash[32038]: cluster 2023-12-08T03:30:26.866864+0000 mgr.a (mgr.14403) 24720 : cluster 0 pgmap v18461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:28 smithi135 bash[32435]: audit 2023-12-08T03:30:26.796639+0000 mgr.a (mgr.14403) 24719 : audit 0 from='client.486858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:28 smithi135 bash[32435]: cluster 2023-12-08T03:30:26.866864+0000 mgr.a (mgr.14403) 24720 : cluster 0 pgmap v18461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:29 smithi079 bash[28699]: cluster 2023-12-08T03:30:28.867852+0000 mgr.a (mgr.14403) 24721 : cluster 0 pgmap v18462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:29.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:29 smithi194 bash[32038]: cluster 2023-12-08T03:30:28.867852+0000 mgr.a (mgr.14403) 24721 : cluster 0 pgmap v18462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:29 smithi135 bash[32435]: cluster 2023-12-08T03:30:28.867852+0000 mgr.a (mgr.14403) 24721 : cluster 0 pgmap v18462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:30 smithi079 bash[28699]: audit 2023-12-08T03:30:29.779967+0000 mon.a (mon.0) 3858 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:30:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:30 smithi194 bash[32038]: audit 2023-12-08T03:30:29.779967+0000 mon.a (mon.0) 3858 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:30:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:30 smithi135 bash[32435]: audit 2023-12-08T03:30:29.779967+0000 mon.a (mon.0) 3858 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:30:32.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:30:32.308 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:32.308 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:32.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:32 smithi079 bash[28699]: cluster 2023-12-08T03:30:30.868608+0000 mgr.a (mgr.14403) 24722 : cluster 0 pgmap v18463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:32.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:32 smithi194 bash[32038]: cluster 2023-12-08T03:30:30.868608+0000 mgr.a (mgr.14403) 24722 : cluster 0 pgmap v18463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:32.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:32 smithi135 bash[32435]: cluster 2023-12-08T03:30:30.868608+0000 mgr.a (mgr.14403) 24722 : cluster 0 pgmap v18463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:33.193 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:30:33.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:33.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:33.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:33.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:30:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:34 smithi079 bash[28699]: audit 2023-12-08T03:30:32.712057+0000 mgr.a (mgr.14403) 24723 : audit 0 from='client.486936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:34.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:34 smithi079 bash[28699]: cluster 2023-12-08T03:30:32.869204+0000 mgr.a (mgr.14403) 24724 : cluster 0 pgmap v18464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:34 smithi194 bash[32038]: audit 2023-12-08T03:30:32.712057+0000 mgr.a (mgr.14403) 24723 : audit 0 from='client.486936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:34.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:34 smithi194 bash[32038]: cluster 2023-12-08T03:30:32.869204+0000 mgr.a (mgr.14403) 24724 : cluster 0 pgmap v18464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:34 smithi135 bash[32435]: audit 2023-12-08T03:30:32.712057+0000 mgr.a (mgr.14403) 24723 : audit 0 from='client.486936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:34.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:34 smithi135 bash[32435]: cluster 2023-12-08T03:30:32.869204+0000 mgr.a (mgr.14403) 24724 : cluster 0 pgmap v18464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:36 smithi079 bash[28699]: cluster 2023-12-08T03:30:34.870138+0000 mgr.a (mgr.14403) 24725 : cluster 0 pgmap v18465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:36 smithi079 bash[28699]: audit 2023-12-08T03:30:35.142306+0000 mon.a (mon.0) 3859 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:36 smithi079 bash[28699]: audit 2023-12-08T03:30:35.149020+0000 mon.a (mon.0) 3860 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:36 smithi079 bash[28699]: audit 2023-12-08T03:30:35.152834+0000 mon.a (mon.0) 3861 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:36 smithi079 bash[28699]: audit 2023-12-08T03:30:35.157981+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:36 smithi079 bash[28699]: audit 2023-12-08T03:30:35.192443+0000 mon.a (mon.0) 3863 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:36 smithi079 bash[28699]: audit 2023-12-08T03:30:35.199887+0000 mon.a (mon.0) 3864 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:36 smithi079 bash[28699]: audit 2023-12-08T03:30:35.928587+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:30:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:36 smithi079 bash[28699]: audit 2023-12-08T03:30:35.930516+0000 mon.a (mon.0) 3866 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:30:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:36 smithi079 bash[28699]: audit 2023-12-08T03:30:35.939892+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:36 smithi194 bash[32038]: cluster 2023-12-08T03:30:34.870138+0000 mgr.a (mgr.14403) 24725 : cluster 0 pgmap v18465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:36 smithi194 bash[32038]: audit 2023-12-08T03:30:35.142306+0000 mon.a (mon.0) 3859 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:36 smithi194 bash[32038]: audit 2023-12-08T03:30:35.149020+0000 mon.a (mon.0) 3860 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:36 smithi194 bash[32038]: audit 2023-12-08T03:30:35.152834+0000 mon.a (mon.0) 3861 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:36 smithi194 bash[32038]: audit 2023-12-08T03:30:35.157981+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:36 smithi194 bash[32038]: audit 2023-12-08T03:30:35.192443+0000 mon.a (mon.0) 3863 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:36 smithi194 bash[32038]: audit 2023-12-08T03:30:35.199887+0000 mon.a (mon.0) 3864 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:36 smithi194 bash[32038]: audit 2023-12-08T03:30:35.928587+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:30:36.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:36 smithi194 bash[32038]: audit 2023-12-08T03:30:35.930516+0000 mon.a (mon.0) 3866 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:30:36.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:36 smithi194 bash[32038]: audit 2023-12-08T03:30:35.939892+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:36 smithi135 bash[32435]: cluster 2023-12-08T03:30:34.870138+0000 mgr.a (mgr.14403) 24725 : cluster 0 pgmap v18465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:36 smithi135 bash[32435]: audit 2023-12-08T03:30:35.142306+0000 mon.a (mon.0) 3859 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:36 smithi135 bash[32435]: audit 2023-12-08T03:30:35.149020+0000 mon.a (mon.0) 3860 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:36 smithi135 bash[32435]: audit 2023-12-08T03:30:35.152834+0000 mon.a (mon.0) 3861 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:36 smithi135 bash[32435]: audit 2023-12-08T03:30:35.157981+0000 mon.a (mon.0) 3862 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:36 smithi135 bash[32435]: audit 2023-12-08T03:30:35.192443+0000 mon.a (mon.0) 3863 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:36 smithi135 bash[32435]: audit 2023-12-08T03:30:35.199887+0000 mon.a (mon.0) 3864 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:36 smithi135 bash[32435]: audit 2023-12-08T03:30:35.928587+0000 mon.a (mon.0) 3865 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:30:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:36 smithi135 bash[32435]: audit 2023-12-08T03:30:35.930516+0000 mon.a (mon.0) 3866 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:30:36.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:36 smithi135 bash[32435]: audit 2023-12-08T03:30:35.939892+0000 mon.a (mon.0) 3867 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:30:38.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:30:38.197 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:38.197 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:38 smithi194 bash[32038]: cluster 2023-12-08T03:30:36.870727+0000 mgr.a (mgr.14403) 24726 : cluster 0 pgmap v18466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:38 smithi135 bash[32435]: cluster 2023-12-08T03:30:36.870727+0000 mgr.a (mgr.14403) 24726 : cluster 0 pgmap v18466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:38 smithi079 bash[28699]: cluster 2023-12-08T03:30:36.870727+0000 mgr.a (mgr.14403) 24726 : cluster 0 pgmap v18466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:39.093 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:30:39.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:39.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:39.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:39.094 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:30:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:40 smithi194 bash[32038]: audit 2023-12-08T03:30:38.600794+0000 mgr.a (mgr.14403) 24727 : audit 0 from='client.487011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:40.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:40 smithi194 bash[32038]: cluster 2023-12-08T03:30:38.871960+0000 mgr.a (mgr.14403) 24728 : cluster 0 pgmap v18467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:40 smithi135 bash[32435]: audit 2023-12-08T03:30:38.600794+0000 mgr.a (mgr.14403) 24727 : audit 0 from='client.487011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:40.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:40 smithi135 bash[32435]: cluster 2023-12-08T03:30:38.871960+0000 mgr.a (mgr.14403) 24728 : cluster 0 pgmap v18467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:40 smithi079 bash[28699]: audit 2023-12-08T03:30:38.600794+0000 mgr.a (mgr.14403) 24727 : audit 0 from='client.487011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:40 smithi079 bash[28699]: cluster 2023-12-08T03:30:38.871960+0000 mgr.a (mgr.14403) 24728 : cluster 0 pgmap v18467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:42.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:42 smithi194 bash[32038]: cluster 2023-12-08T03:30:40.872600+0000 mgr.a (mgr.14403) 24729 : cluster 0 pgmap v18468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:42.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:42 smithi135 bash[32435]: cluster 2023-12-08T03:30:40.872600+0000 mgr.a (mgr.14403) 24729 : cluster 0 pgmap v18468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:42 smithi079 bash[28699]: cluster 2023-12-08T03:30:40.872600+0000 mgr.a (mgr.14403) 24729 : cluster 0 pgmap v18468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:44.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:30:44.097 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:44.097 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:44.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:44 smithi194 bash[32038]: cluster 2023-12-08T03:30:42.873155+0000 mgr.a (mgr.14403) 24730 : cluster 0 pgmap v18469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:44.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:44 smithi135 bash[32435]: cluster 2023-12-08T03:30:42.873155+0000 mgr.a (mgr.14403) 24730 : cluster 0 pgmap v18469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:44.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:44 smithi079 bash[28699]: cluster 2023-12-08T03:30:42.873155+0000 mgr.a (mgr.14403) 24730 : cluster 0 pgmap v18469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:45.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:45.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:45.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:45.030 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:30:45.031 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:30:45.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:45 smithi194 bash[32038]: audit 2023-12-08T03:30:44.500022+0000 mgr.a (mgr.14403) 24731 : audit 0 from='client.487083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:45.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:45 smithi135 bash[32435]: audit 2023-12-08T03:30:44.500022+0000 mgr.a (mgr.14403) 24731 : audit 0 from='client.487083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:45 smithi079 bash[28699]: audit 2023-12-08T03:30:44.500022+0000 mgr.a (mgr.14403) 24731 : audit 0 from='client.487083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:46.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:46 smithi194 bash[32038]: cluster 2023-12-08T03:30:44.873998+0000 mgr.a (mgr.14403) 24732 : cluster 0 pgmap v18470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:46.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:46 smithi135 bash[32435]: cluster 2023-12-08T03:30:44.873998+0000 mgr.a (mgr.14403) 24732 : cluster 0 pgmap v18470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:46 smithi079 bash[28699]: cluster 2023-12-08T03:30:44.873998+0000 mgr.a (mgr.14403) 24732 : cluster 0 pgmap v18470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:48.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:48 smithi194 bash[32038]: cluster 2023-12-08T03:30:46.874652+0000 mgr.a (mgr.14403) 24733 : cluster 0 pgmap v18471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:48 smithi135 bash[32435]: cluster 2023-12-08T03:30:46.874652+0000 mgr.a (mgr.14403) 24733 : cluster 0 pgmap v18471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:48 smithi079 bash[28699]: cluster 2023-12-08T03:30:46.874652+0000 mgr.a (mgr.14403) 24733 : cluster 0 pgmap v18471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:30:50.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:30:50.034 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:50.034 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:50.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:50 smithi194 bash[32038]: cluster 2023-12-08T03:30:48.875471+0000 mgr.a (mgr.14403) 24734 : cluster 0 pgmap v18472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:50.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:50 smithi135 bash[32435]: cluster 2023-12-08T03:30:48.875471+0000 mgr.a (mgr.14403) 24734 : cluster 0 pgmap v18472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:50 smithi079 bash[28699]: cluster 2023-12-08T03:30:48.875471+0000 mgr.a (mgr.14403) 24734 : cluster 0 pgmap v18472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:50.960 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:30:50.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:50.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:50.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:50.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:30:51.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:51 smithi194 bash[32038]: audit 2023-12-08T03:30:50.440252+0000 mgr.a (mgr.14403) 24735 : audit 0 from='client.487161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:51.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:51 smithi135 bash[32435]: audit 2023-12-08T03:30:50.440252+0000 mgr.a (mgr.14403) 24735 : audit 0 from='client.487161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:51 smithi079 bash[28699]: audit 2023-12-08T03:30:50.440252+0000 mgr.a (mgr.14403) 24735 : audit 0 from='client.487161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:52.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:52 smithi194 bash[32038]: cluster 2023-12-08T03:30:50.876214+0000 mgr.a (mgr.14403) 24736 : cluster 0 pgmap v18473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:52.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:52 smithi135 bash[32435]: cluster 2023-12-08T03:30:50.876214+0000 mgr.a (mgr.14403) 24736 : cluster 0 pgmap v18473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:52 smithi079 bash[28699]: cluster 2023-12-08T03:30:50.876214+0000 mgr.a (mgr.14403) 24736 : cluster 0 pgmap v18473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:54 smithi194 bash[32038]: cluster 2023-12-08T03:30:52.876864+0000 mgr.a (mgr.14403) 24737 : cluster 0 pgmap v18474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:54 smithi135 bash[32435]: cluster 2023-12-08T03:30:52.876864+0000 mgr.a (mgr.14403) 24737 : cluster 0 pgmap v18474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:54 smithi079 bash[28699]: cluster 2023-12-08T03:30:52.876864+0000 mgr.a (mgr.14403) 24737 : cluster 0 pgmap v18474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:55.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:30:55.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:30:55.964 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:30:56.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:56 smithi194 bash[32038]: cluster 2023-12-08T03:30:54.877623+0000 mgr.a (mgr.14403) 24738 : cluster 0 pgmap v18475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:56 smithi135 bash[32435]: cluster 2023-12-08T03:30:54.877623+0000 mgr.a (mgr.14403) 24738 : cluster 0 pgmap v18475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:56 smithi079 bash[28699]: cluster 2023-12-08T03:30:54.877623+0000 mgr.a (mgr.14403) 24738 : cluster 0 pgmap v18475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:30:56.861 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:30:56.861 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:30:56.861 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:30:56.861 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:30:56.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:30:57.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:57 smithi079 bash[28699]: audit 2023-12-08T03:30:56.368797+0000 mgr.a (mgr.14403) 24739 : audit 0 from='client.487239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:57 smithi194 bash[32038]: audit 2023-12-08T03:30:56.368797+0000 mgr.a (mgr.14403) 24739 : audit 0 from='client.487239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:57 smithi135 bash[32435]: audit 2023-12-08T03:30:56.368797+0000 mgr.a (mgr.14403) 24739 : audit 0 from='client.487239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:30:58.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:30:58 smithi079 bash[28699]: cluster 2023-12-08T03:30:56.878353+0000 mgr.a (mgr.14403) 24740 : cluster 0 pgmap v18476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:30:58 smithi194 bash[32038]: cluster 2023-12-08T03:30:56.878353+0000 mgr.a (mgr.14403) 24740 : cluster 0 pgmap v18476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:30:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:30:58 smithi135 bash[32435]: cluster 2023-12-08T03:30:56.878353+0000 mgr.a (mgr.14403) 24740 : cluster 0 pgmap v18476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:00.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:00 smithi079 bash[28699]: cluster 2023-12-08T03:30:58.879214+0000 mgr.a (mgr.14403) 24741 : cluster 0 pgmap v18477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:00 smithi194 bash[32038]: cluster 2023-12-08T03:30:58.879214+0000 mgr.a (mgr.14403) 24741 : cluster 0 pgmap v18477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:00 smithi135 bash[32435]: cluster 2023-12-08T03:30:58.879214+0000 mgr.a (mgr.14403) 24741 : cluster 0 pgmap v18477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:01.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:31:01.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:01.866 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:02 smithi079 bash[28699]: cluster 2023-12-08T03:31:00.879761+0000 mgr.a (mgr.14403) 24742 : cluster 0 pgmap v18478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:02 smithi194 bash[32038]: cluster 2023-12-08T03:31:00.879761+0000 mgr.a (mgr.14403) 24742 : cluster 0 pgmap v18478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:02 smithi135 bash[32435]: cluster 2023-12-08T03:31:00.879761+0000 mgr.a (mgr.14403) 24742 : cluster 0 pgmap v18478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:02.768 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:31:02.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:02.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:02.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:02.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:31:03.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:03 smithi079 bash[28699]: audit 2023-12-08T03:31:02.271972+0000 mgr.a (mgr.14403) 24743 : audit 0 from='client.487314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:03 smithi194 bash[32038]: audit 2023-12-08T03:31:02.271972+0000 mgr.a (mgr.14403) 24743 : audit 0 from='client.487314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:03 smithi135 bash[32435]: audit 2023-12-08T03:31:02.271972+0000 mgr.a (mgr.14403) 24743 : audit 0 from='client.487314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:04.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:04 smithi079 bash[28699]: cluster 2023-12-08T03:31:02.880543+0000 mgr.a (mgr.14403) 24744 : cluster 0 pgmap v18479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:04 smithi194 bash[32038]: cluster 2023-12-08T03:31:02.880543+0000 mgr.a (mgr.14403) 24744 : cluster 0 pgmap v18479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:04 smithi135 bash[32435]: cluster 2023-12-08T03:31:02.880543+0000 mgr.a (mgr.14403) 24744 : cluster 0 pgmap v18479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:06 smithi079 bash[28699]: cluster 2023-12-08T03:31:04.881494+0000 mgr.a (mgr.14403) 24745 : cluster 0 pgmap v18480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:06 smithi194 bash[32038]: cluster 2023-12-08T03:31:04.881494+0000 mgr.a (mgr.14403) 24745 : cluster 0 pgmap v18480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:06 smithi135 bash[32435]: cluster 2023-12-08T03:31:04.881494+0000 mgr.a (mgr.14403) 24745 : cluster 0 pgmap v18480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:07.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:31:07.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:07.771 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:08.642 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:08 smithi079 bash[28699]: cluster 2023-12-08T03:31:06.882044+0000 mgr.a (mgr.14403) 24746 : cluster 0 pgmap v18481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:08.694 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:31:08.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:08.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:08.694 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:08.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:31:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:08 smithi194 bash[32038]: cluster 2023-12-08T03:31:06.882044+0000 mgr.a (mgr.14403) 24746 : cluster 0 pgmap v18481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:08 smithi135 bash[32435]: cluster 2023-12-08T03:31:06.882044+0000 mgr.a (mgr.14403) 24746 : cluster 0 pgmap v18481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:09.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:09 smithi079 bash[28699]: audit 2023-12-08T03:31:08.165146+0000 mgr.a (mgr.14403) 24747 : audit 0 from='client.487386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:09 smithi194 bash[32038]: audit 2023-12-08T03:31:08.165146+0000 mgr.a (mgr.14403) 24747 : audit 0 from='client.487386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:09 smithi135 bash[32435]: audit 2023-12-08T03:31:08.165146+0000 mgr.a (mgr.14403) 24747 : audit 0 from='client.487386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:10 smithi079 bash[28699]: cluster 2023-12-08T03:31:08.883037+0000 mgr.a (mgr.14403) 24748 : cluster 0 pgmap v18482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:31:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:10 smithi194 bash[32038]: cluster 2023-12-08T03:31:08.883037+0000 mgr.a (mgr.14403) 24748 : cluster 0 pgmap v18482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:31:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:10 smithi135 bash[32435]: cluster 2023-12-08T03:31:08.883037+0000 mgr.a (mgr.14403) 24748 : cluster 0 pgmap v18482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:31:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:12 smithi079 bash[28699]: cluster 2023-12-08T03:31:10.883628+0000 mgr.a (mgr.14403) 24749 : cluster 0 pgmap v18483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:31:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:12 smithi194 bash[32038]: cluster 2023-12-08T03:31:10.883628+0000 mgr.a (mgr.14403) 24749 : cluster 0 pgmap v18483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:31:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:12 smithi135 bash[32435]: cluster 2023-12-08T03:31:10.883628+0000 mgr.a (mgr.14403) 24749 : cluster 0 pgmap v18483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:31:13.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:31:13.698 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:13.698 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:14.597 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:31:14.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:14.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:14.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:14.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:31:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:14 smithi079 bash[28699]: cluster 2023-12-08T03:31:12.884190+0000 mgr.a (mgr.14403) 24750 : cluster 0 pgmap v18484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:31:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:14 smithi194 bash[32038]: cluster 2023-12-08T03:31:12.884190+0000 mgr.a (mgr.14403) 24750 : cluster 0 pgmap v18484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:31:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:14 smithi135 bash[32435]: cluster 2023-12-08T03:31:12.884190+0000 mgr.a (mgr.14403) 24750 : cluster 0 pgmap v18484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:31:15.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:15 smithi079 bash[28699]: audit 2023-12-08T03:31:14.099554+0000 mgr.a (mgr.14403) 24751 : audit 0 from='client.487464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:15 smithi194 bash[32038]: audit 2023-12-08T03:31:14.099554+0000 mgr.a (mgr.14403) 24751 : audit 0 from='client.487464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:15 smithi135 bash[32435]: audit 2023-12-08T03:31:14.099554+0000 mgr.a (mgr.14403) 24751 : audit 0 from='client.487464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:16 smithi079 bash[28699]: cluster 2023-12-08T03:31:14.885282+0000 mgr.a (mgr.14403) 24752 : cluster 0 pgmap v18485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:16 smithi194 bash[32038]: cluster 2023-12-08T03:31:14.885282+0000 mgr.a (mgr.14403) 24752 : cluster 0 pgmap v18485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:16 smithi135 bash[32435]: cluster 2023-12-08T03:31:14.885282+0000 mgr.a (mgr.14403) 24752 : cluster 0 pgmap v18485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:18 smithi079 bash[28699]: cluster 2023-12-08T03:31:16.885833+0000 mgr.a (mgr.14403) 24753 : cluster 0 pgmap v18486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:18 smithi194 bash[32038]: cluster 2023-12-08T03:31:16.885833+0000 mgr.a (mgr.14403) 24753 : cluster 0 pgmap v18486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:18 smithi135 bash[32435]: cluster 2023-12-08T03:31:16.885833+0000 mgr.a (mgr.14403) 24753 : cluster 0 pgmap v18486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:19.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:31:19.601 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:19.601 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:20.523 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:31:20.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:20.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:20.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:20.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:31:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:20 smithi079 bash[28699]: cluster 2023-12-08T03:31:18.886513+0000 mgr.a (mgr.14403) 24754 : cluster 0 pgmap v18487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:20 smithi194 bash[32038]: cluster 2023-12-08T03:31:18.886513+0000 mgr.a (mgr.14403) 24754 : cluster 0 pgmap v18487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:20 smithi135 bash[32435]: cluster 2023-12-08T03:31:18.886513+0000 mgr.a (mgr.14403) 24754 : cluster 0 pgmap v18487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:21 smithi079 bash[28699]: audit 2023-12-08T03:31:20.009627+0000 mgr.a (mgr.14403) 24755 : audit 0 from='client.487539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:21 smithi194 bash[32038]: audit 2023-12-08T03:31:20.009627+0000 mgr.a (mgr.14403) 24755 : audit 0 from='client.487539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:21 smithi135 bash[32435]: audit 2023-12-08T03:31:20.009627+0000 mgr.a (mgr.14403) 24755 : audit 0 from='client.487539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:22 smithi079 bash[28699]: cluster 2023-12-08T03:31:20.887259+0000 mgr.a (mgr.14403) 24756 : cluster 0 pgmap v18488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:31:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:22 smithi194 bash[32038]: cluster 2023-12-08T03:31:20.887259+0000 mgr.a (mgr.14403) 24756 : cluster 0 pgmap v18488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:31:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:22 smithi135 bash[32435]: cluster 2023-12-08T03:31:20.887259+0000 mgr.a (mgr.14403) 24756 : cluster 0 pgmap v18488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:31:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:24 smithi079 bash[28699]: cluster 2023-12-08T03:31:22.887774+0000 mgr.a (mgr.14403) 24757 : cluster 0 pgmap v18489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:31:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:24 smithi194 bash[32038]: cluster 2023-12-08T03:31:22.887774+0000 mgr.a (mgr.14403) 24757 : cluster 0 pgmap v18489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:31:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:24 smithi135 bash[32435]: cluster 2023-12-08T03:31:22.887774+0000 mgr.a (mgr.14403) 24757 : cluster 0 pgmap v18489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:31:25.526 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:31:25.527 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:25.527 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:26.432 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:31:26.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:26.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:26.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:26.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:31:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:26 smithi079 bash[28699]: cluster 2023-12-08T03:31:24.888753+0000 mgr.a (mgr.14403) 24758 : cluster 0 pgmap v18490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:31:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:26 smithi194 bash[32038]: cluster 2023-12-08T03:31:24.888753+0000 mgr.a (mgr.14403) 24758 : cluster 0 pgmap v18490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:31:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:26 smithi135 bash[32435]: cluster 2023-12-08T03:31:24.888753+0000 mgr.a (mgr.14403) 24758 : cluster 0 pgmap v18490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:31:27.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:27 smithi079 bash[28699]: audit 2023-12-08T03:31:25.928628+0000 mgr.a (mgr.14403) 24759 : audit 0 from='client.487611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:27 smithi194 bash[32038]: audit 2023-12-08T03:31:25.928628+0000 mgr.a (mgr.14403) 24759 : audit 0 from='client.487611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:27 smithi135 bash[32435]: audit 2023-12-08T03:31:25.928628+0000 mgr.a (mgr.14403) 24759 : audit 0 from='client.487611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:28 smithi079 bash[28699]: cluster 2023-12-08T03:31:26.889536+0000 mgr.a (mgr.14403) 24760 : cluster 0 pgmap v18491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:28 smithi194 bash[32038]: cluster 2023-12-08T03:31:26.889536+0000 mgr.a (mgr.14403) 24760 : cluster 0 pgmap v18491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:28 smithi135 bash[32435]: cluster 2023-12-08T03:31:26.889536+0000 mgr.a (mgr.14403) 24760 : cluster 0 pgmap v18491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:30 smithi079 bash[28699]: cluster 2023-12-08T03:31:28.890366+0000 mgr.a (mgr.14403) 24761 : cluster 0 pgmap v18492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:30 smithi194 bash[32038]: cluster 2023-12-08T03:31:28.890366+0000 mgr.a (mgr.14403) 24761 : cluster 0 pgmap v18492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:30 smithi135 bash[32435]: cluster 2023-12-08T03:31:28.890366+0000 mgr.a (mgr.14403) 24761 : cluster 0 pgmap v18492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:31.436 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:31:31.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:31.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:32.345 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:31:32.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:32.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:32.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:32.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:31:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:32 smithi079 bash[28699]: cluster 2023-12-08T03:31:30.891118+0000 mgr.a (mgr.14403) 24762 : cluster 0 pgmap v18493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:32 smithi194 bash[32038]: cluster 2023-12-08T03:31:30.891118+0000 mgr.a (mgr.14403) 24762 : cluster 0 pgmap v18493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:32 smithi135 bash[32435]: cluster 2023-12-08T03:31:30.891118+0000 mgr.a (mgr.14403) 24762 : cluster 0 pgmap v18493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:33.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:33 smithi079 bash[28699]: audit 2023-12-08T03:31:31.835229+0000 mgr.a (mgr.14403) 24763 : audit 0 from='client.487683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:33.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:33 smithi194 bash[32038]: audit 2023-12-08T03:31:31.835229+0000 mgr.a (mgr.14403) 24763 : audit 0 from='client.487683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:33.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:33 smithi135 bash[32435]: audit 2023-12-08T03:31:31.835229+0000 mgr.a (mgr.14403) 24763 : audit 0 from='client.487683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:34 smithi079 bash[28699]: cluster 2023-12-08T03:31:32.891908+0000 mgr.a (mgr.14403) 24764 : cluster 0 pgmap v18494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:34 smithi194 bash[32038]: cluster 2023-12-08T03:31:32.891908+0000 mgr.a (mgr.14403) 24764 : cluster 0 pgmap v18494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:34 smithi135 bash[32435]: cluster 2023-12-08T03:31:32.891908+0000 mgr.a (mgr.14403) 24764 : cluster 0 pgmap v18494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:36 smithi079 bash[28699]: cluster 2023-12-08T03:31:34.892794+0000 mgr.a (mgr.14403) 24765 : cluster 0 pgmap v18495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:36 smithi079 bash[28699]: audit 2023-12-08T03:31:36.043254+0000 mon.a (mon.0) 3868 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:31:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:36 smithi194 bash[32038]: cluster 2023-12-08T03:31:34.892794+0000 mgr.a (mgr.14403) 24765 : cluster 0 pgmap v18495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:36 smithi194 bash[32038]: audit 2023-12-08T03:31:36.043254+0000 mon.a (mon.0) 3868 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:31:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:36 smithi135 bash[32435]: cluster 2023-12-08T03:31:34.892794+0000 mgr.a (mgr.14403) 24765 : cluster 0 pgmap v18495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:36 smithi135 bash[32435]: audit 2023-12-08T03:31:36.043254+0000 mon.a (mon.0) 3868 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:31:37.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:31:37.349 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:37.349 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:37 smithi079 bash[28699]: audit 2023-12-08T03:31:36.786039+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:31:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:37 smithi079 bash[28699]: audit 2023-12-08T03:31:36.788027+0000 mon.a (mon.0) 3870 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:31:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:37 smithi079 bash[28699]: audit 2023-12-08T03:31:36.796644+0000 mon.a (mon.0) 3871 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:31:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:37 smithi194 bash[32038]: audit 2023-12-08T03:31:36.786039+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:31:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:37 smithi194 bash[32038]: audit 2023-12-08T03:31:36.788027+0000 mon.a (mon.0) 3870 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:31:37.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:37 smithi194 bash[32038]: audit 2023-12-08T03:31:36.796644+0000 mon.a (mon.0) 3871 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:31:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:37 smithi135 bash[32435]: audit 2023-12-08T03:31:36.786039+0000 mon.a (mon.0) 3869 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:31:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:37 smithi135 bash[32435]: audit 2023-12-08T03:31:36.788027+0000 mon.a (mon.0) 3870 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:31:37.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:37 smithi135 bash[32435]: audit 2023-12-08T03:31:36.796644+0000 mon.a (mon.0) 3871 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:31:38.288 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:31:38.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:38.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:38.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:38.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:31:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:38 smithi079 bash[28699]: cluster 2023-12-08T03:31:36.893367+0000 mgr.a (mgr.14403) 24766 : cluster 0 pgmap v18496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:38 smithi194 bash[32038]: cluster 2023-12-08T03:31:36.893367+0000 mgr.a (mgr.14403) 24766 : cluster 0 pgmap v18496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:38 smithi135 bash[32435]: cluster 2023-12-08T03:31:36.893367+0000 mgr.a (mgr.14403) 24766 : cluster 0 pgmap v18496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:39 smithi079 bash[28699]: audit 2023-12-08T03:31:37.760883+0000 mgr.a (mgr.14403) 24767 : audit 0 from='client.487758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:39 smithi194 bash[32038]: audit 2023-12-08T03:31:37.760883+0000 mgr.a (mgr.14403) 24767 : audit 0 from='client.487758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:39 smithi135 bash[32435]: audit 2023-12-08T03:31:37.760883+0000 mgr.a (mgr.14403) 24767 : audit 0 from='client.487758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:40 smithi079 bash[28699]: cluster 2023-12-08T03:31:38.894190+0000 mgr.a (mgr.14403) 24768 : cluster 0 pgmap v18497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:40 smithi194 bash[32038]: cluster 2023-12-08T03:31:38.894190+0000 mgr.a (mgr.14403) 24768 : cluster 0 pgmap v18497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:40 smithi135 bash[32435]: cluster 2023-12-08T03:31:38.894190+0000 mgr.a (mgr.14403) 24768 : cluster 0 pgmap v18497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:31:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:42 smithi079 bash[28699]: cluster 2023-12-08T03:31:40.894892+0000 mgr.a (mgr.14403) 24769 : cluster 0 pgmap v18498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:42 smithi194 bash[32038]: cluster 2023-12-08T03:31:40.894892+0000 mgr.a (mgr.14403) 24769 : cluster 0 pgmap v18498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:42 smithi135 bash[32435]: cluster 2023-12-08T03:31:40.894892+0000 mgr.a (mgr.14403) 24769 : cluster 0 pgmap v18498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:43.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:31:43.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:43.292 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:44.210 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:31:44.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:44.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:44.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:44.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:31:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:44 smithi079 bash[28699]: cluster 2023-12-08T03:31:42.895641+0000 mgr.a (mgr.14403) 24770 : cluster 0 pgmap v18499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:44 smithi194 bash[32038]: cluster 2023-12-08T03:31:42.895641+0000 mgr.a (mgr.14403) 24770 : cluster 0 pgmap v18499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:44 smithi135 bash[32435]: cluster 2023-12-08T03:31:42.895641+0000 mgr.a (mgr.14403) 24770 : cluster 0 pgmap v18499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:45 smithi079 bash[28699]: audit 2023-12-08T03:31:43.703205+0000 mgr.a (mgr.14403) 24771 : audit 0 from='client.487830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:45 smithi194 bash[32038]: audit 2023-12-08T03:31:43.703205+0000 mgr.a (mgr.14403) 24771 : audit 0 from='client.487830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:45 smithi135 bash[32435]: audit 2023-12-08T03:31:43.703205+0000 mgr.a (mgr.14403) 24771 : audit 0 from='client.487830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:46 smithi079 bash[28699]: cluster 2023-12-08T03:31:44.896824+0000 mgr.a (mgr.14403) 24772 : cluster 0 pgmap v18500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:46 smithi194 bash[32038]: cluster 2023-12-08T03:31:44.896824+0000 mgr.a (mgr.14403) 24772 : cluster 0 pgmap v18500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:46 smithi135 bash[32435]: cluster 2023-12-08T03:31:44.896824+0000 mgr.a (mgr.14403) 24772 : cluster 0 pgmap v18500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:48 smithi079 bash[28699]: cluster 2023-12-08T03:31:46.897438+0000 mgr.a (mgr.14403) 24773 : cluster 0 pgmap v18501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:48 smithi194 bash[32038]: cluster 2023-12-08T03:31:46.897438+0000 mgr.a (mgr.14403) 24773 : cluster 0 pgmap v18501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:48 smithi135 bash[32435]: cluster 2023-12-08T03:31:46.897438+0000 mgr.a (mgr.14403) 24773 : cluster 0 pgmap v18501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:49.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:31:49.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:49.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:50.154 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:31:50.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:50.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:50.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:50.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:31:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:50 smithi079 bash[28699]: cluster 2023-12-08T03:31:48.898195+0000 mgr.a (mgr.14403) 24774 : cluster 0 pgmap v18502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:50 smithi194 bash[32038]: cluster 2023-12-08T03:31:48.898195+0000 mgr.a (mgr.14403) 24774 : cluster 0 pgmap v18502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:50 smithi135 bash[32435]: cluster 2023-12-08T03:31:48.898195+0000 mgr.a (mgr.14403) 24774 : cluster 0 pgmap v18502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:51 smithi079 bash[28699]: audit 2023-12-08T03:31:49.625026+0000 mgr.a (mgr.14403) 24775 : audit 0 from='client.487908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:51 smithi194 bash[32038]: audit 2023-12-08T03:31:49.625026+0000 mgr.a (mgr.14403) 24775 : audit 0 from='client.487908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:51.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:51 smithi135 bash[32435]: audit 2023-12-08T03:31:49.625026+0000 mgr.a (mgr.14403) 24775 : audit 0 from='client.487908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:52 smithi079 bash[28699]: cluster 2023-12-08T03:31:50.898832+0000 mgr.a (mgr.14403) 24776 : cluster 0 pgmap v18503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:52 smithi194 bash[32038]: cluster 2023-12-08T03:31:50.898832+0000 mgr.a (mgr.14403) 24776 : cluster 0 pgmap v18503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:52 smithi135 bash[32435]: cluster 2023-12-08T03:31:50.898832+0000 mgr.a (mgr.14403) 24776 : cluster 0 pgmap v18503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:54 smithi079 bash[28699]: cluster 2023-12-08T03:31:52.899405+0000 mgr.a (mgr.14403) 24777 : cluster 0 pgmap v18504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:54 smithi194 bash[32038]: cluster 2023-12-08T03:31:52.899405+0000 mgr.a (mgr.14403) 24777 : cluster 0 pgmap v18504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:54 smithi135 bash[32435]: cluster 2023-12-08T03:31:52.899405+0000 mgr.a (mgr.14403) 24777 : cluster 0 pgmap v18504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:31:55.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:31:55.158 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:31:55.158 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:31:56.044 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:31:56.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:31:56.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:31:56.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:31:56.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:31:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:56 smithi079 bash[28699]: cluster 2023-12-08T03:31:54.900242+0000 mgr.a (mgr.14403) 24778 : cluster 0 pgmap v18505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:56 smithi079 bash[28699]: audit 2023-12-08T03:31:55.554163+0000 mgr.a (mgr.14403) 24779 : audit 0 from='client.487983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:56 smithi194 bash[32038]: cluster 2023-12-08T03:31:54.900242+0000 mgr.a (mgr.14403) 24778 : cluster 0 pgmap v18505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:56 smithi194 bash[32038]: audit 2023-12-08T03:31:55.554163+0000 mgr.a (mgr.14403) 24779 : audit 0 from='client.487983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:56 smithi135 bash[32435]: cluster 2023-12-08T03:31:54.900242+0000 mgr.a (mgr.14403) 24778 : cluster 0 pgmap v18505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:56 smithi135 bash[32435]: audit 2023-12-08T03:31:55.554163+0000 mgr.a (mgr.14403) 24779 : audit 0 from='client.487983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:31:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:31:58 smithi194 bash[32038]: cluster 2023-12-08T03:31:56.900890+0000 mgr.a (mgr.14403) 24780 : cluster 0 pgmap v18506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:31:58 smithi135 bash[32435]: cluster 2023-12-08T03:31:56.900890+0000 mgr.a (mgr.14403) 24780 : cluster 0 pgmap v18506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:31:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:31:58 smithi079 bash[28699]: cluster 2023-12-08T03:31:56.900890+0000 mgr.a (mgr.14403) 24780 : cluster 0 pgmap v18506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:00 smithi194 bash[32038]: cluster 2023-12-08T03:31:58.901670+0000 mgr.a (mgr.14403) 24781 : cluster 0 pgmap v18507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:00 smithi135 bash[32435]: cluster 2023-12-08T03:31:58.901670+0000 mgr.a (mgr.14403) 24781 : cluster 0 pgmap v18507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:00 smithi079 bash[28699]: cluster 2023-12-08T03:31:58.901670+0000 mgr.a (mgr.14403) 24781 : cluster 0 pgmap v18507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:01.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:32:01.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:01.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:01.992 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:32:01.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:01.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:01.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:01.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:32:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:02 smithi194 bash[32038]: cluster 2023-12-08T03:32:00.902263+0000 mgr.a (mgr.14403) 24782 : cluster 0 pgmap v18508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:02 smithi194 bash[32038]: audit 2023-12-08T03:32:01.449479+0000 mgr.a (mgr.14403) 24783 : audit 0 from='client.488061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:02 smithi135 bash[32435]: cluster 2023-12-08T03:32:00.902263+0000 mgr.a (mgr.14403) 24782 : cluster 0 pgmap v18508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:02 smithi135 bash[32435]: audit 2023-12-08T03:32:01.449479+0000 mgr.a (mgr.14403) 24783 : audit 0 from='client.488061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:02 smithi079 bash[28699]: cluster 2023-12-08T03:32:00.902263+0000 mgr.a (mgr.14403) 24782 : cluster 0 pgmap v18508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:02 smithi079 bash[28699]: audit 2023-12-08T03:32:01.449479+0000 mgr.a (mgr.14403) 24783 : audit 0 from='client.488061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:04 smithi194 bash[32038]: cluster 2023-12-08T03:32:02.902935+0000 mgr.a (mgr.14403) 24784 : cluster 0 pgmap v18509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:04 smithi135 bash[32435]: cluster 2023-12-08T03:32:02.902935+0000 mgr.a (mgr.14403) 24784 : cluster 0 pgmap v18509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:04 smithi079 bash[28699]: cluster 2023-12-08T03:32:02.902935+0000 mgr.a (mgr.14403) 24784 : cluster 0 pgmap v18509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:06 smithi194 bash[32038]: cluster 2023-12-08T03:32:04.903764+0000 mgr.a (mgr.14403) 24785 : cluster 0 pgmap v18510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:06 smithi135 bash[32435]: cluster 2023-12-08T03:32:04.903764+0000 mgr.a (mgr.14403) 24785 : cluster 0 pgmap v18510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:06 smithi079 bash[28699]: cluster 2023-12-08T03:32:04.903764+0000 mgr.a (mgr.14403) 24785 : cluster 0 pgmap v18510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:06.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:32:06.996 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:06.996 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:07.892 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:32:07.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:07.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:07.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:07.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:32:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:08 smithi194 bash[32038]: cluster 2023-12-08T03:32:06.904317+0000 mgr.a (mgr.14403) 24786 : cluster 0 pgmap v18511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:08 smithi194 bash[32038]: audit 2023-12-08T03:32:07.390441+0000 mgr.a (mgr.14403) 24787 : audit 0 from='client.488136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:08 smithi135 bash[32435]: cluster 2023-12-08T03:32:06.904317+0000 mgr.a (mgr.14403) 24786 : cluster 0 pgmap v18511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:08 smithi135 bash[32435]: audit 2023-12-08T03:32:07.390441+0000 mgr.a (mgr.14403) 24787 : audit 0 from='client.488136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:08 smithi079 bash[28699]: cluster 2023-12-08T03:32:06.904317+0000 mgr.a (mgr.14403) 24786 : cluster 0 pgmap v18511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:08 smithi079 bash[28699]: audit 2023-12-08T03:32:07.390441+0000 mgr.a (mgr.14403) 24787 : audit 0 from='client.488136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:10 smithi194 bash[32038]: cluster 2023-12-08T03:32:08.905184+0000 mgr.a (mgr.14403) 24788 : cluster 0 pgmap v18512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:10 smithi135 bash[32435]: cluster 2023-12-08T03:32:08.905184+0000 mgr.a (mgr.14403) 24788 : cluster 0 pgmap v18512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:10 smithi079 bash[28699]: cluster 2023-12-08T03:32:08.905184+0000 mgr.a (mgr.14403) 24788 : cluster 0 pgmap v18512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:12 smithi194 bash[32038]: cluster 2023-12-08T03:32:10.905711+0000 mgr.a (mgr.14403) 24789 : cluster 0 pgmap v18513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:12 smithi135 bash[32435]: cluster 2023-12-08T03:32:10.905711+0000 mgr.a (mgr.14403) 24789 : cluster 0 pgmap v18513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:12 smithi079 bash[28699]: cluster 2023-12-08T03:32:10.905711+0000 mgr.a (mgr.14403) 24789 : cluster 0 pgmap v18513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:12.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:32:12.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:12.896 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:13.813 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:32:13.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:13.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:13.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:13.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:32:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:14 smithi194 bash[32038]: cluster 2023-12-08T03:32:12.906289+0000 mgr.a (mgr.14403) 24790 : cluster 0 pgmap v18514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:14 smithi194 bash[32038]: audit 2023-12-08T03:32:13.300137+0000 mgr.a (mgr.14403) 24791 : audit 0 from='client.488214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:14 smithi135 bash[32435]: cluster 2023-12-08T03:32:12.906289+0000 mgr.a (mgr.14403) 24790 : cluster 0 pgmap v18514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:14 smithi135 bash[32435]: audit 2023-12-08T03:32:13.300137+0000 mgr.a (mgr.14403) 24791 : audit 0 from='client.488214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:14 smithi079 bash[28699]: cluster 2023-12-08T03:32:12.906289+0000 mgr.a (mgr.14403) 24790 : cluster 0 pgmap v18514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:14 smithi079 bash[28699]: audit 2023-12-08T03:32:13.300137+0000 mgr.a (mgr.14403) 24791 : audit 0 from='client.488214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:16 smithi194 bash[32038]: cluster 2023-12-08T03:32:14.907279+0000 mgr.a (mgr.14403) 24792 : cluster 0 pgmap v18515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:32:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:16 smithi135 bash[32435]: cluster 2023-12-08T03:32:14.907279+0000 mgr.a (mgr.14403) 24792 : cluster 0 pgmap v18515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:32:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:16 smithi079 bash[28699]: cluster 2023-12-08T03:32:14.907279+0000 mgr.a (mgr.14403) 24792 : cluster 0 pgmap v18515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:32:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:18 smithi194 bash[32038]: cluster 2023-12-08T03:32:16.907910+0000 mgr.a (mgr.14403) 24793 : cluster 0 pgmap v18516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:32:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:18 smithi135 bash[32435]: cluster 2023-12-08T03:32:16.907910+0000 mgr.a (mgr.14403) 24793 : cluster 0 pgmap v18516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:32:18.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:32:18.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:18.817 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:18 smithi079 bash[28699]: cluster 2023-12-08T03:32:16.907910+0000 mgr.a (mgr.14403) 24793 : cluster 0 pgmap v18516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:32:19.746 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:32:19.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:19.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:19.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:19.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:32:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:20 smithi194 bash[32038]: cluster 2023-12-08T03:32:18.908523+0000 mgr.a (mgr.14403) 24794 : cluster 0 pgmap v18517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:20 smithi194 bash[32038]: audit 2023-12-08T03:32:19.223414+0000 mgr.a (mgr.14403) 24795 : audit 0 from='client.488292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:20 smithi135 bash[32435]: cluster 2023-12-08T03:32:18.908523+0000 mgr.a (mgr.14403) 24794 : cluster 0 pgmap v18517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:20 smithi135 bash[32435]: audit 2023-12-08T03:32:19.223414+0000 mgr.a (mgr.14403) 24795 : audit 0 from='client.488292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:20 smithi079 bash[28699]: cluster 2023-12-08T03:32:18.908523+0000 mgr.a (mgr.14403) 24794 : cluster 0 pgmap v18517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:20 smithi079 bash[28699]: audit 2023-12-08T03:32:19.223414+0000 mgr.a (mgr.14403) 24795 : audit 0 from='client.488292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:22 smithi194 bash[32038]: cluster 2023-12-08T03:32:20.909151+0000 mgr.a (mgr.14403) 24796 : cluster 0 pgmap v18518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:22 smithi135 bash[32435]: cluster 2023-12-08T03:32:20.909151+0000 mgr.a (mgr.14403) 24796 : cluster 0 pgmap v18518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:22 smithi079 bash[28699]: cluster 2023-12-08T03:32:20.909151+0000 mgr.a (mgr.14403) 24796 : cluster 0 pgmap v18518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:24 smithi194 bash[32038]: cluster 2023-12-08T03:32:22.909675+0000 mgr.a (mgr.14403) 24797 : cluster 0 pgmap v18519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:24 smithi135 bash[32435]: cluster 2023-12-08T03:32:22.909675+0000 mgr.a (mgr.14403) 24797 : cluster 0 pgmap v18519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:24.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:32:24.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:24.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:24 smithi079 bash[28699]: cluster 2023-12-08T03:32:22.909675+0000 mgr.a (mgr.14403) 24797 : cluster 0 pgmap v18519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:25.672 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:32:25.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:25.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:25.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:25.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:32:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:26 smithi135 bash[32435]: cluster 2023-12-08T03:32:24.910480+0000 mgr.a (mgr.14403) 24798 : cluster 0 pgmap v18520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:26 smithi135 bash[32435]: audit 2023-12-08T03:32:25.154092+0000 mgr.a (mgr.14403) 24799 : audit 0 from='client.488367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:26 smithi079 bash[28699]: cluster 2023-12-08T03:32:24.910480+0000 mgr.a (mgr.14403) 24798 : cluster 0 pgmap v18520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:26 smithi079 bash[28699]: audit 2023-12-08T03:32:25.154092+0000 mgr.a (mgr.14403) 24799 : audit 0 from='client.488367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:26 smithi194 bash[32038]: cluster 2023-12-08T03:32:24.910480+0000 mgr.a (mgr.14403) 24798 : cluster 0 pgmap v18520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:26 smithi194 bash[32038]: audit 2023-12-08T03:32:25.154092+0000 mgr.a (mgr.14403) 24799 : audit 0 from='client.488367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:28 smithi079 bash[28699]: cluster 2023-12-08T03:32:26.911278+0000 mgr.a (mgr.14403) 24800 : cluster 0 pgmap v18521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:32:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:28 smithi194 bash[32038]: cluster 2023-12-08T03:32:26.911278+0000 mgr.a (mgr.14403) 24800 : cluster 0 pgmap v18521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:32:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:28 smithi135 bash[32435]: cluster 2023-12-08T03:32:26.911278+0000 mgr.a (mgr.14403) 24800 : cluster 0 pgmap v18521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:32:30.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:32:30.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:30.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:30 smithi079 bash[28699]: cluster 2023-12-08T03:32:28.912150+0000 mgr.a (mgr.14403) 24801 : cluster 0 pgmap v18522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:32:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:30 smithi194 bash[32038]: cluster 2023-12-08T03:32:28.912150+0000 mgr.a (mgr.14403) 24801 : cluster 0 pgmap v18522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:32:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:30 smithi135 bash[32435]: cluster 2023-12-08T03:32:28.912150+0000 mgr.a (mgr.14403) 24801 : cluster 0 pgmap v18522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:32:31.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:31.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:31.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:31.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:32:31.591 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:32:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:32 smithi079 bash[28699]: cluster 2023-12-08T03:32:30.912787+0000 mgr.a (mgr.14403) 24802 : cluster 0 pgmap v18523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:32 smithi079 bash[28699]: audit 2023-12-08T03:32:31.077169+0000 mgr.a (mgr.14403) 24803 : audit 0 from='client.488442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:32 smithi194 bash[32038]: cluster 2023-12-08T03:32:30.912787+0000 mgr.a (mgr.14403) 24802 : cluster 0 pgmap v18523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:32 smithi194 bash[32038]: audit 2023-12-08T03:32:31.077169+0000 mgr.a (mgr.14403) 24803 : audit 0 from='client.488442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:32 smithi135 bash[32435]: cluster 2023-12-08T03:32:30.912787+0000 mgr.a (mgr.14403) 24802 : cluster 0 pgmap v18523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:32 smithi135 bash[32435]: audit 2023-12-08T03:32:31.077169+0000 mgr.a (mgr.14403) 24803 : audit 0 from='client.488442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:34 smithi079 bash[28699]: cluster 2023-12-08T03:32:32.913563+0000 mgr.a (mgr.14403) 24804 : cluster 0 pgmap v18524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:34 smithi194 bash[32038]: cluster 2023-12-08T03:32:32.913563+0000 mgr.a (mgr.14403) 24804 : cluster 0 pgmap v18524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:34 smithi135 bash[32435]: cluster 2023-12-08T03:32:32.913563+0000 mgr.a (mgr.14403) 24804 : cluster 0 pgmap v18524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:36.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:32:36.594 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:36.594 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:36 smithi079 bash[28699]: cluster 2023-12-08T03:32:34.914424+0000 mgr.a (mgr.14403) 24805 : cluster 0 pgmap v18525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:36 smithi194 bash[32038]: cluster 2023-12-08T03:32:34.914424+0000 mgr.a (mgr.14403) 24805 : cluster 0 pgmap v18525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:36 smithi135 bash[32435]: cluster 2023-12-08T03:32:34.914424+0000 mgr.a (mgr.14403) 24805 : cluster 0 pgmap v18525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:37.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:37.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:37.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:37.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:32:37.488 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:32:37.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:37 smithi079 bash[28699]: audit 2023-12-08T03:32:36.897885+0000 mon.a (mon.0) 3872 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:32:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:37 smithi194 bash[32038]: audit 2023-12-08T03:32:36.897885+0000 mon.a (mon.0) 3872 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:32:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:37 smithi135 bash[32435]: audit 2023-12-08T03:32:36.897885+0000 mon.a (mon.0) 3872 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:32:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:38 smithi079 bash[28699]: cluster 2023-12-08T03:32:36.914812+0000 mgr.a (mgr.14403) 24806 : cluster 0 pgmap v18526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:38 smithi079 bash[28699]: audit 2023-12-08T03:32:36.996016+0000 mgr.a (mgr.14403) 24807 : audit 0 from='client.488520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:38 smithi079 bash[28699]: audit 2023-12-08T03:32:37.648544+0000 mon.a (mon.0) 3873 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:32:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:38 smithi079 bash[28699]: audit 2023-12-08T03:32:37.650613+0000 mon.a (mon.0) 3874 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:32:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:38 smithi079 bash[28699]: audit 2023-12-08T03:32:37.659763+0000 mon.a (mon.0) 3875 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:32:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:38 smithi194 bash[32038]: cluster 2023-12-08T03:32:36.914812+0000 mgr.a (mgr.14403) 24806 : cluster 0 pgmap v18526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:38 smithi194 bash[32038]: audit 2023-12-08T03:32:36.996016+0000 mgr.a (mgr.14403) 24807 : audit 0 from='client.488520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:38 smithi194 bash[32038]: audit 2023-12-08T03:32:37.648544+0000 mon.a (mon.0) 3873 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:32:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:38 smithi194 bash[32038]: audit 2023-12-08T03:32:37.650613+0000 mon.a (mon.0) 3874 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:32:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:38 smithi194 bash[32038]: audit 2023-12-08T03:32:37.659763+0000 mon.a (mon.0) 3875 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:32:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:38 smithi135 bash[32435]: cluster 2023-12-08T03:32:36.914812+0000 mgr.a (mgr.14403) 24806 : cluster 0 pgmap v18526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:38 smithi135 bash[32435]: audit 2023-12-08T03:32:36.996016+0000 mgr.a (mgr.14403) 24807 : audit 0 from='client.488520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:38 smithi135 bash[32435]: audit 2023-12-08T03:32:37.648544+0000 mon.a (mon.0) 3873 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:32:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:38 smithi135 bash[32435]: audit 2023-12-08T03:32:37.650613+0000 mon.a (mon.0) 3874 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:32:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:38 smithi135 bash[32435]: audit 2023-12-08T03:32:37.659763+0000 mon.a (mon.0) 3875 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:32:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:40 smithi079 bash[28699]: cluster 2023-12-08T03:32:38.915674+0000 mgr.a (mgr.14403) 24808 : cluster 0 pgmap v18527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:40 smithi194 bash[32038]: cluster 2023-12-08T03:32:38.915674+0000 mgr.a (mgr.14403) 24808 : cluster 0 pgmap v18527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:40 smithi135 bash[32435]: cluster 2023-12-08T03:32:38.915674+0000 mgr.a (mgr.14403) 24808 : cluster 0 pgmap v18527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:42.489 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:32:42.489 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:42.490 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:42 smithi079 bash[28699]: cluster 2023-12-08T03:32:40.916371+0000 mgr.a (mgr.14403) 24809 : cluster 0 pgmap v18528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:42 smithi194 bash[32038]: cluster 2023-12-08T03:32:40.916371+0000 mgr.a (mgr.14403) 24809 : cluster 0 pgmap v18528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:42 smithi135 bash[32435]: cluster 2023-12-08T03:32:40.916371+0000 mgr.a (mgr.14403) 24809 : cluster 0 pgmap v18528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:43.389 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:32:43.389 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:43.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:43.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:43.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:32:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:44 smithi079 bash[28699]: audit 2023-12-08T03:32:42.888345+0000 mgr.a (mgr.14403) 24810 : audit 0 from='client.488598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:44 smithi079 bash[28699]: cluster 2023-12-08T03:32:42.917120+0000 mgr.a (mgr.14403) 24811 : cluster 0 pgmap v18529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:44 smithi194 bash[32038]: audit 2023-12-08T03:32:42.888345+0000 mgr.a (mgr.14403) 24810 : audit 0 from='client.488598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:44 smithi194 bash[32038]: cluster 2023-12-08T03:32:42.917120+0000 mgr.a (mgr.14403) 24811 : cluster 0 pgmap v18529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:44 smithi135 bash[32435]: audit 2023-12-08T03:32:42.888345+0000 mgr.a (mgr.14403) 24810 : audit 0 from='client.488598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:44 smithi135 bash[32435]: cluster 2023-12-08T03:32:42.917120+0000 mgr.a (mgr.14403) 24811 : cluster 0 pgmap v18529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:46 smithi079 bash[28699]: cluster 2023-12-08T03:32:44.918069+0000 mgr.a (mgr.14403) 24812 : cluster 0 pgmap v18530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:46 smithi194 bash[32038]: cluster 2023-12-08T03:32:44.918069+0000 mgr.a (mgr.14403) 24812 : cluster 0 pgmap v18530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:46 smithi135 bash[32435]: cluster 2023-12-08T03:32:44.918069+0000 mgr.a (mgr.14403) 24812 : cluster 0 pgmap v18530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:32:48.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:32:48.393 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:48.393 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:48.892 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:48 smithi079 bash[28699]: cluster 2023-12-08T03:32:46.918569+0000 mgr.a (mgr.14403) 24813 : cluster 0 pgmap v18531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:48 smithi194 bash[32038]: cluster 2023-12-08T03:32:46.918569+0000 mgr.a (mgr.14403) 24813 : cluster 0 pgmap v18531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:48 smithi135 bash[32435]: cluster 2023-12-08T03:32:46.918569+0000 mgr.a (mgr.14403) 24813 : cluster 0 pgmap v18531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:49.300 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:32:49.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:49.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:49.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:49.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:32:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:50 smithi079 bash[28699]: audit 2023-12-08T03:32:48.800217+0000 mgr.a (mgr.14403) 24814 : audit 0 from='client.488670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:50 smithi079 bash[28699]: cluster 2023-12-08T03:32:48.919472+0000 mgr.a (mgr.14403) 24815 : cluster 0 pgmap v18532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:50 smithi194 bash[32038]: audit 2023-12-08T03:32:48.800217+0000 mgr.a (mgr.14403) 24814 : audit 0 from='client.488670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:50 smithi194 bash[32038]: cluster 2023-12-08T03:32:48.919472+0000 mgr.a (mgr.14403) 24815 : cluster 0 pgmap v18532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:50 smithi135 bash[32435]: audit 2023-12-08T03:32:48.800217+0000 mgr.a (mgr.14403) 24814 : audit 0 from='client.488670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:50 smithi135 bash[32435]: cluster 2023-12-08T03:32:48.919472+0000 mgr.a (mgr.14403) 24815 : cluster 0 pgmap v18532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:52 smithi079 bash[28699]: cluster 2023-12-08T03:32:50.920208+0000 mgr.a (mgr.14403) 24816 : cluster 0 pgmap v18533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:52 smithi194 bash[32038]: cluster 2023-12-08T03:32:50.920208+0000 mgr.a (mgr.14403) 24816 : cluster 0 pgmap v18533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:52 smithi135 bash[32435]: cluster 2023-12-08T03:32:50.920208+0000 mgr.a (mgr.14403) 24816 : cluster 0 pgmap v18533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:54.303 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:32:54.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:32:54.304 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:32:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:54 smithi079 bash[28699]: cluster 2023-12-08T03:32:52.920843+0000 mgr.a (mgr.14403) 24817 : cluster 0 pgmap v18534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:54 smithi194 bash[32038]: cluster 2023-12-08T03:32:52.920843+0000 mgr.a (mgr.14403) 24817 : cluster 0 pgmap v18534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:54 smithi135 bash[32435]: cluster 2023-12-08T03:32:52.920843+0000 mgr.a (mgr.14403) 24817 : cluster 0 pgmap v18534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:55.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:32:55.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:32:55.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:32:55.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:32:55.193 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:32:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:56 smithi079 bash[28699]: audit 2023-12-08T03:32:54.703555+0000 mgr.a (mgr.14403) 24818 : audit 0 from='client.488742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:56 smithi079 bash[28699]: cluster 2023-12-08T03:32:54.921789+0000 mgr.a (mgr.14403) 24819 : cluster 0 pgmap v18535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:56 smithi194 bash[32038]: audit 2023-12-08T03:32:54.703555+0000 mgr.a (mgr.14403) 24818 : audit 0 from='client.488742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:56 smithi194 bash[32038]: cluster 2023-12-08T03:32:54.921789+0000 mgr.a (mgr.14403) 24819 : cluster 0 pgmap v18535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:56 smithi135 bash[32435]: audit 2023-12-08T03:32:54.703555+0000 mgr.a (mgr.14403) 24818 : audit 0 from='client.488742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:32:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:56 smithi135 bash[32435]: cluster 2023-12-08T03:32:54.921789+0000 mgr.a (mgr.14403) 24819 : cluster 0 pgmap v18535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:32:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:32:58 smithi079 bash[28699]: cluster 2023-12-08T03:32:56.922443+0000 mgr.a (mgr.14403) 24820 : cluster 0 pgmap v18536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:32:58 smithi194 bash[32038]: cluster 2023-12-08T03:32:56.922443+0000 mgr.a (mgr.14403) 24820 : cluster 0 pgmap v18536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:32:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:32:58 smithi135 bash[32435]: cluster 2023-12-08T03:32:56.922443+0000 mgr.a (mgr.14403) 24820 : cluster 0 pgmap v18536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:33:00.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:33:00.195 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:00.196 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:00 smithi079 bash[28699]: cluster 2023-12-08T03:32:58.923300+0000 mgr.a (mgr.14403) 24821 : cluster 0 pgmap v18537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:00 smithi194 bash[32038]: cluster 2023-12-08T03:32:58.923300+0000 mgr.a (mgr.14403) 24821 : cluster 0 pgmap v18537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:00 smithi135 bash[32435]: cluster 2023-12-08T03:32:58.923300+0000 mgr.a (mgr.14403) 24821 : cluster 0 pgmap v18537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:01.100 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:33:01.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:01.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:01.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:01.101 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:33:01.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:01 smithi079 bash[28699]: audit 2023-12-08T03:33:00.599468+0000 mgr.a (mgr.14403) 24822 : audit 0 from='client.488817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:01.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:01 smithi194 bash[32038]: audit 2023-12-08T03:33:00.599468+0000 mgr.a (mgr.14403) 24822 : audit 0 from='client.488817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:01.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:01 smithi135 bash[32435]: audit 2023-12-08T03:33:00.599468+0000 mgr.a (mgr.14403) 24822 : audit 0 from='client.488817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:02 smithi079 bash[28699]: cluster 2023-12-08T03:33:00.923837+0000 mgr.a (mgr.14403) 24823 : cluster 0 pgmap v18538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:02 smithi194 bash[32038]: cluster 2023-12-08T03:33:00.923837+0000 mgr.a (mgr.14403) 24823 : cluster 0 pgmap v18538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:02 smithi135 bash[32435]: cluster 2023-12-08T03:33:00.923837+0000 mgr.a (mgr.14403) 24823 : cluster 0 pgmap v18538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:04 smithi079 bash[28699]: cluster 2023-12-08T03:33:02.924511+0000 mgr.a (mgr.14403) 24824 : cluster 0 pgmap v18539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:04 smithi194 bash[32038]: cluster 2023-12-08T03:33:02.924511+0000 mgr.a (mgr.14403) 24824 : cluster 0 pgmap v18539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:04 smithi135 bash[32435]: cluster 2023-12-08T03:33:02.924511+0000 mgr.a (mgr.14403) 24824 : cluster 0 pgmap v18539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:06.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:33:06.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:06.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:06 smithi079 bash[28699]: cluster 2023-12-08T03:33:04.925276+0000 mgr.a (mgr.14403) 24825 : cluster 0 pgmap v18540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:06 smithi194 bash[32038]: cluster 2023-12-08T03:33:04.925276+0000 mgr.a (mgr.14403) 24825 : cluster 0 pgmap v18540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:06 smithi135 bash[32435]: cluster 2023-12-08T03:33:04.925276+0000 mgr.a (mgr.14403) 24825 : cluster 0 pgmap v18540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:06.996 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:33:06.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:06.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:06.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:06.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:33:07.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:07 smithi079 bash[28699]: audit 2023-12-08T03:33:06.502167+0000 mgr.a (mgr.14403) 24826 : audit 0 from='client.488892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:07.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:07 smithi194 bash[32038]: audit 2023-12-08T03:33:06.502167+0000 mgr.a (mgr.14403) 24826 : audit 0 from='client.488892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:07.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:07 smithi135 bash[32435]: audit 2023-12-08T03:33:06.502167+0000 mgr.a (mgr.14403) 24826 : audit 0 from='client.488892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:08 smithi079 bash[28699]: cluster 2023-12-08T03:33:06.926097+0000 mgr.a (mgr.14403) 24827 : cluster 0 pgmap v18541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:08 smithi194 bash[32038]: cluster 2023-12-08T03:33:06.926097+0000 mgr.a (mgr.14403) 24827 : cluster 0 pgmap v18541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:08 smithi135 bash[32435]: cluster 2023-12-08T03:33:06.926097+0000 mgr.a (mgr.14403) 24827 : cluster 0 pgmap v18541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:10 smithi079 bash[28699]: cluster 2023-12-08T03:33:08.927148+0000 mgr.a (mgr.14403) 24828 : cluster 0 pgmap v18542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:10 smithi194 bash[32038]: cluster 2023-12-08T03:33:08.927148+0000 mgr.a (mgr.14403) 24828 : cluster 0 pgmap v18542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:10 smithi135 bash[32435]: cluster 2023-12-08T03:33:08.927148+0000 mgr.a (mgr.14403) 24828 : cluster 0 pgmap v18542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:11.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:33:12.000 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:12.000 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:12 smithi079 bash[28699]: cluster 2023-12-08T03:33:10.927815+0000 mgr.a (mgr.14403) 24829 : cluster 0 pgmap v18543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:12.895 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:33:12.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:12.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:12.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:12.895 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:33:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:12 smithi194 bash[32038]: cluster 2023-12-08T03:33:10.927815+0000 mgr.a (mgr.14403) 24829 : cluster 0 pgmap v18543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:12 smithi135 bash[32435]: cluster 2023-12-08T03:33:10.927815+0000 mgr.a (mgr.14403) 24829 : cluster 0 pgmap v18543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:13.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:13 smithi079 bash[28699]: audit 2023-12-08T03:33:12.402790+0000 mgr.a (mgr.14403) 24830 : audit 0 from='client.488970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:13.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:13 smithi194 bash[32038]: audit 2023-12-08T03:33:12.402790+0000 mgr.a (mgr.14403) 24830 : audit 0 from='client.488970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:13.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:13 smithi135 bash[32435]: audit 2023-12-08T03:33:12.402790+0000 mgr.a (mgr.14403) 24830 : audit 0 from='client.488970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:14 smithi079 bash[28699]: cluster 2023-12-08T03:33:12.928532+0000 mgr.a (mgr.14403) 24831 : cluster 0 pgmap v18544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:14 smithi194 bash[32038]: cluster 2023-12-08T03:33:12.928532+0000 mgr.a (mgr.14403) 24831 : cluster 0 pgmap v18544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:14 smithi135 bash[32435]: cluster 2023-12-08T03:33:12.928532+0000 mgr.a (mgr.14403) 24831 : cluster 0 pgmap v18544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:16 smithi079 bash[28699]: cluster 2023-12-08T03:33:14.929381+0000 mgr.a (mgr.14403) 24832 : cluster 0 pgmap v18545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:16 smithi194 bash[32038]: cluster 2023-12-08T03:33:14.929381+0000 mgr.a (mgr.14403) 24832 : cluster 0 pgmap v18545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:16 smithi135 bash[32435]: cluster 2023-12-08T03:33:14.929381+0000 mgr.a (mgr.14403) 24832 : cluster 0 pgmap v18545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:17.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:33:17.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:17.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:18.809 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:33:18.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:18.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:18.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:18.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:33:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:18 smithi079 bash[28699]: cluster 2023-12-08T03:33:16.929966+0000 mgr.a (mgr.14403) 24833 : cluster 0 pgmap v18546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:18 smithi194 bash[32038]: cluster 2023-12-08T03:33:16.929966+0000 mgr.a (mgr.14403) 24833 : cluster 0 pgmap v18546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:18 smithi135 bash[32435]: cluster 2023-12-08T03:33:16.929966+0000 mgr.a (mgr.14403) 24833 : cluster 0 pgmap v18546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:19.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:19 smithi079 bash[28699]: audit 2023-12-08T03:33:18.298587+0000 mgr.a (mgr.14403) 24834 : audit 0 from='client.489042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:19.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:19 smithi194 bash[32038]: audit 2023-12-08T03:33:18.298587+0000 mgr.a (mgr.14403) 24834 : audit 0 from='client.489042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:19 smithi135 bash[32435]: audit 2023-12-08T03:33:18.298587+0000 mgr.a (mgr.14403) 24834 : audit 0 from='client.489042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:20 smithi079 bash[28699]: cluster 2023-12-08T03:33:18.931105+0000 mgr.a (mgr.14403) 24835 : cluster 0 pgmap v18547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:33:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:20 smithi194 bash[32038]: cluster 2023-12-08T03:33:18.931105+0000 mgr.a (mgr.14403) 24835 : cluster 0 pgmap v18547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:33:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:20 smithi135 bash[32435]: cluster 2023-12-08T03:33:18.931105+0000 mgr.a (mgr.14403) 24835 : cluster 0 pgmap v18547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:33:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:22 smithi079 bash[28699]: cluster 2023-12-08T03:33:20.931697+0000 mgr.a (mgr.14403) 24836 : cluster 0 pgmap v18548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:33:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:22 smithi194 bash[32038]: cluster 2023-12-08T03:33:20.931697+0000 mgr.a (mgr.14403) 24836 : cluster 0 pgmap v18548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:33:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:22 smithi135 bash[32435]: cluster 2023-12-08T03:33:20.931697+0000 mgr.a (mgr.14403) 24836 : cluster 0 pgmap v18548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:33:23.812 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:33:23.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:23.813 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:24.697 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:33:24.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:24.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:24.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:24.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:33:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:24 smithi079 bash[28699]: cluster 2023-12-08T03:33:22.932255+0000 mgr.a (mgr.14403) 24837 : cluster 0 pgmap v18549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:33:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:24 smithi194 bash[32038]: cluster 2023-12-08T03:33:22.932255+0000 mgr.a (mgr.14403) 24837 : cluster 0 pgmap v18549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:33:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:24 smithi135 bash[32435]: cluster 2023-12-08T03:33:22.932255+0000 mgr.a (mgr.14403) 24837 : cluster 0 pgmap v18549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:33:25.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:25 smithi079 bash[28699]: audit 2023-12-08T03:33:24.216844+0000 mgr.a (mgr.14403) 24838 : audit 0 from='client.489117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:25.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:25 smithi194 bash[32038]: audit 2023-12-08T03:33:24.216844+0000 mgr.a (mgr.14403) 24838 : audit 0 from='client.489117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:25.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:25 smithi135 bash[32435]: audit 2023-12-08T03:33:24.216844+0000 mgr.a (mgr.14403) 24838 : audit 0 from='client.489117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:26 smithi079 bash[28699]: cluster 2023-12-08T03:33:24.933262+0000 mgr.a (mgr.14403) 24839 : cluster 0 pgmap v18550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:26 smithi194 bash[32038]: cluster 2023-12-08T03:33:24.933262+0000 mgr.a (mgr.14403) 24839 : cluster 0 pgmap v18550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:26 smithi135 bash[32435]: cluster 2023-12-08T03:33:24.933262+0000 mgr.a (mgr.14403) 24839 : cluster 0 pgmap v18550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:28 smithi079 bash[28699]: cluster 2023-12-08T03:33:26.933821+0000 mgr.a (mgr.14403) 24840 : cluster 0 pgmap v18551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:33:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:28 smithi194 bash[32038]: cluster 2023-12-08T03:33:26.933821+0000 mgr.a (mgr.14403) 24840 : cluster 0 pgmap v18551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:33:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:28 smithi135 bash[32435]: cluster 2023-12-08T03:33:26.933821+0000 mgr.a (mgr.14403) 24840 : cluster 0 pgmap v18551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:33:29.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:33:29.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:29.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:30.624 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:33:30.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:30.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:30.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:30.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:33:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:30 smithi079 bash[28699]: cluster 2023-12-08T03:33:28.934565+0000 mgr.a (mgr.14403) 24841 : cluster 0 pgmap v18552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:30 smithi194 bash[32038]: cluster 2023-12-08T03:33:28.934565+0000 mgr.a (mgr.14403) 24841 : cluster 0 pgmap v18552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:30 smithi135 bash[32435]: cluster 2023-12-08T03:33:28.934565+0000 mgr.a (mgr.14403) 24841 : cluster 0 pgmap v18552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:31.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:31 smithi079 bash[28699]: audit 2023-12-08T03:33:30.108579+0000 mgr.a (mgr.14403) 24842 : audit 0 from='client.489192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:31 smithi194 bash[32038]: audit 2023-12-08T03:33:30.108579+0000 mgr.a (mgr.14403) 24842 : audit 0 from='client.489192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:31 smithi135 bash[32435]: audit 2023-12-08T03:33:30.108579+0000 mgr.a (mgr.14403) 24842 : audit 0 from='client.489192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:32 smithi079 bash[28699]: cluster 2023-12-08T03:33:30.935341+0000 mgr.a (mgr.14403) 24843 : cluster 0 pgmap v18553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:33:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:32 smithi194 bash[32038]: cluster 2023-12-08T03:33:30.935341+0000 mgr.a (mgr.14403) 24843 : cluster 0 pgmap v18553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:33:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:32 smithi135 bash[32435]: cluster 2023-12-08T03:33:30.935341+0000 mgr.a (mgr.14403) 24843 : cluster 0 pgmap v18553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:33:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:33 smithi194 bash[32038]: cluster 2023-12-08T03:33:32.935880+0000 mgr.a (mgr.14403) 24844 : cluster 0 pgmap v18554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:33:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:33 smithi135 bash[32435]: cluster 2023-12-08T03:33:32.935880+0000 mgr.a (mgr.14403) 24844 : cluster 0 pgmap v18554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:33:34.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:33 smithi079 bash[28699]: cluster 2023-12-08T03:33:32.935880+0000 mgr.a (mgr.14403) 24844 : cluster 0 pgmap v18554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:33:35.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:33:35.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:35.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:36.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:35 smithi079 bash[28699]: cluster 2023-12-08T03:33:34.936713+0000 mgr.a (mgr.14403) 24845 : cluster 0 pgmap v18555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:33:36.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:35 smithi194 bash[32038]: cluster 2023-12-08T03:33:34.936713+0000 mgr.a (mgr.14403) 24845 : cluster 0 pgmap v18555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:33:36.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:35 smithi135 bash[32435]: cluster 2023-12-08T03:33:34.936713+0000 mgr.a (mgr.14403) 24845 : cluster 0 pgmap v18555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:33:36.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:36.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:36.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:36.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:33:36.554 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:33:37.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:37 smithi194 bash[32038]: audit 2023-12-08T03:33:36.047336+0000 mgr.a (mgr.14403) 24846 : audit 0 from='client.489270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:37.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:37 smithi135 bash[32435]: audit 2023-12-08T03:33:36.047336+0000 mgr.a (mgr.14403) 24846 : audit 0 from='client.489270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:37.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:37 smithi079 bash[28699]: audit 2023-12-08T03:33:36.047336+0000 mgr.a (mgr.14403) 24846 : audit 0 from='client.489270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:38 smithi194 bash[32038]: cluster 2023-12-08T03:33:36.937419+0000 mgr.a (mgr.14403) 24847 : cluster 0 pgmap v18556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:38.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:38 smithi194 bash[32038]: audit 2023-12-08T03:33:37.762222+0000 mon.a (mon.0) 3876 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:33:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:38 smithi135 bash[32435]: cluster 2023-12-08T03:33:36.937419+0000 mgr.a (mgr.14403) 24847 : cluster 0 pgmap v18556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:38.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:38 smithi135 bash[32435]: audit 2023-12-08T03:33:37.762222+0000 mon.a (mon.0) 3876 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:33:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:38 smithi079 bash[28699]: cluster 2023-12-08T03:33:36.937419+0000 mgr.a (mgr.14403) 24847 : cluster 0 pgmap v18556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:38 smithi079 bash[28699]: audit 2023-12-08T03:33:37.762222+0000 mon.a (mon.0) 3876 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:33:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:39 smithi079 bash[28699]: audit 2023-12-08T03:33:38.303838+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:33:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:39 smithi079 bash[28699]: audit 2023-12-08T03:33:38.316555+0000 mon.a (mon.0) 3878 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:33:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:39 smithi079 bash[28699]: audit 2023-12-08T03:33:39.019170+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:33:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:39 smithi079 bash[28699]: audit 2023-12-08T03:33:39.021249+0000 mon.a (mon.0) 3880 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:33:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:39 smithi079 bash[28699]: audit 2023-12-08T03:33:39.031744+0000 mon.a (mon.0) 3881 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:33:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:39 smithi194 bash[32038]: audit 2023-12-08T03:33:38.303838+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:33:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:39 smithi194 bash[32038]: audit 2023-12-08T03:33:38.316555+0000 mon.a (mon.0) 3878 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:33:39.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:39 smithi194 bash[32038]: audit 2023-12-08T03:33:39.019170+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:33:39.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:39 smithi194 bash[32038]: audit 2023-12-08T03:33:39.021249+0000 mon.a (mon.0) 3880 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:33:39.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:39 smithi194 bash[32038]: audit 2023-12-08T03:33:39.031744+0000 mon.a (mon.0) 3881 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:33:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:39 smithi135 bash[32435]: audit 2023-12-08T03:33:38.303838+0000 mon.a (mon.0) 3877 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:33:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:39 smithi135 bash[32435]: audit 2023-12-08T03:33:38.316555+0000 mon.a (mon.0) 3878 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:33:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:39 smithi135 bash[32435]: audit 2023-12-08T03:33:39.019170+0000 mon.a (mon.0) 3879 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:33:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:39 smithi135 bash[32435]: audit 2023-12-08T03:33:39.021249+0000 mon.a (mon.0) 3880 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:33:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:39 smithi135 bash[32435]: audit 2023-12-08T03:33:39.031744+0000 mon.a (mon.0) 3881 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:33:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:40 smithi079 bash[28699]: cluster 2023-12-08T03:33:38.937992+0000 mgr.a (mgr.14403) 24848 : cluster 0 pgmap v18557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:40 smithi194 bash[32038]: cluster 2023-12-08T03:33:38.937992+0000 mgr.a (mgr.14403) 24848 : cluster 0 pgmap v18557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:40 smithi135 bash[32435]: cluster 2023-12-08T03:33:38.937992+0000 mgr.a (mgr.14403) 24848 : cluster 0 pgmap v18557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:41.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:33:41.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:41.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:42.473 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:42.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:42.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:42.474 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:33:42.474 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:33:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:42 smithi079 bash[28699]: cluster 2023-12-08T03:33:40.938557+0000 mgr.a (mgr.14403) 24849 : cluster 0 pgmap v18558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:42 smithi194 bash[32038]: cluster 2023-12-08T03:33:40.938557+0000 mgr.a (mgr.14403) 24849 : cluster 0 pgmap v18558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:42 smithi135 bash[32435]: cluster 2023-12-08T03:33:40.938557+0000 mgr.a (mgr.14403) 24849 : cluster 0 pgmap v18558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:43 smithi079 bash[28699]: audit 2023-12-08T03:33:41.968595+0000 mgr.a (mgr.14403) 24850 : audit 0 from='client.489345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:43 smithi194 bash[32038]: audit 2023-12-08T03:33:41.968595+0000 mgr.a (mgr.14403) 24850 : audit 0 from='client.489345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:43 smithi135 bash[32435]: audit 2023-12-08T03:33:41.968595+0000 mgr.a (mgr.14403) 24850 : audit 0 from='client.489345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:44 smithi079 bash[28699]: cluster 2023-12-08T03:33:42.939461+0000 mgr.a (mgr.14403) 24851 : cluster 0 pgmap v18559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:44 smithi194 bash[32038]: cluster 2023-12-08T03:33:42.939461+0000 mgr.a (mgr.14403) 24851 : cluster 0 pgmap v18559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:44 smithi135 bash[32435]: cluster 2023-12-08T03:33:42.939461+0000 mgr.a (mgr.14403) 24851 : cluster 0 pgmap v18559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:46 smithi079 bash[28699]: cluster 2023-12-08T03:33:44.940343+0000 mgr.a (mgr.14403) 24852 : cluster 0 pgmap v18560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:46 smithi194 bash[32038]: cluster 2023-12-08T03:33:44.940343+0000 mgr.a (mgr.14403) 24852 : cluster 0 pgmap v18560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:46 smithi135 bash[32435]: cluster 2023-12-08T03:33:44.940343+0000 mgr.a (mgr.14403) 24852 : cluster 0 pgmap v18560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:47.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:33:47.477 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:47.477 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:48.361 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:33:48.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:48.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:48.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:48.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:33:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:48 smithi079 bash[28699]: cluster 2023-12-08T03:33:46.940934+0000 mgr.a (mgr.14403) 24853 : cluster 0 pgmap v18561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:48 smithi194 bash[32038]: cluster 2023-12-08T03:33:46.940934+0000 mgr.a (mgr.14403) 24853 : cluster 0 pgmap v18561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:48 smithi135 bash[32435]: cluster 2023-12-08T03:33:46.940934+0000 mgr.a (mgr.14403) 24853 : cluster 0 pgmap v18561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:49.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:49 smithi079 bash[28699]: audit 2023-12-08T03:33:47.874227+0000 mgr.a (mgr.14403) 24854 : audit 0 from='client.489420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:49.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:49 smithi194 bash[32038]: audit 2023-12-08T03:33:47.874227+0000 mgr.a (mgr.14403) 24854 : audit 0 from='client.489420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:49.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:49 smithi135 bash[32435]: audit 2023-12-08T03:33:47.874227+0000 mgr.a (mgr.14403) 24854 : audit 0 from='client.489420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:50 smithi079 bash[28699]: cluster 2023-12-08T03:33:48.941889+0000 mgr.a (mgr.14403) 24855 : cluster 0 pgmap v18562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:50 smithi194 bash[32038]: cluster 2023-12-08T03:33:48.941889+0000 mgr.a (mgr.14403) 24855 : cluster 0 pgmap v18562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:50 smithi135 bash[32435]: cluster 2023-12-08T03:33:48.941889+0000 mgr.a (mgr.14403) 24855 : cluster 0 pgmap v18562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:33:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:52 smithi079 bash[28699]: cluster 2023-12-08T03:33:50.942503+0000 mgr.a (mgr.14403) 24856 : cluster 0 pgmap v18563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:52 smithi194 bash[32038]: cluster 2023-12-08T03:33:50.942503+0000 mgr.a (mgr.14403) 24856 : cluster 0 pgmap v18563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:52 smithi135 bash[32435]: cluster 2023-12-08T03:33:50.942503+0000 mgr.a (mgr.14403) 24856 : cluster 0 pgmap v18563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:53.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:33:53.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:53.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:33:54.247 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:33:54.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:33:54.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:33:54.248 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:33:54.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:33:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:54 smithi079 bash[28699]: cluster 2023-12-08T03:33:52.943095+0000 mgr.a (mgr.14403) 24857 : cluster 0 pgmap v18564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:54 smithi194 bash[32038]: cluster 2023-12-08T03:33:52.943095+0000 mgr.a (mgr.14403) 24857 : cluster 0 pgmap v18564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:54 smithi135 bash[32435]: cluster 2023-12-08T03:33:52.943095+0000 mgr.a (mgr.14403) 24857 : cluster 0 pgmap v18564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:55.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:55 smithi079 bash[28699]: audit 2023-12-08T03:33:53.763343+0000 mgr.a (mgr.14403) 24858 : audit 0 from='client.489495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:55.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:55 smithi194 bash[32038]: audit 2023-12-08T03:33:53.763343+0000 mgr.a (mgr.14403) 24858 : audit 0 from='client.489495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:55.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:55 smithi135 bash[32435]: audit 2023-12-08T03:33:53.763343+0000 mgr.a (mgr.14403) 24858 : audit 0 from='client.489495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:33:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:56 smithi079 bash[28699]: cluster 2023-12-08T03:33:54.944090+0000 mgr.a (mgr.14403) 24859 : cluster 0 pgmap v18565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:56 smithi194 bash[32038]: cluster 2023-12-08T03:33:54.944090+0000 mgr.a (mgr.14403) 24859 : cluster 0 pgmap v18565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:56 smithi135 bash[32435]: cluster 2023-12-08T03:33:54.944090+0000 mgr.a (mgr.14403) 24859 : cluster 0 pgmap v18565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:33:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:33:58 smithi079 bash[28699]: cluster 2023-12-08T03:33:56.944700+0000 mgr.a (mgr.14403) 24860 : cluster 0 pgmap v18566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:33:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:33:58 smithi194 bash[32038]: cluster 2023-12-08T03:33:56.944700+0000 mgr.a (mgr.14403) 24860 : cluster 0 pgmap v18566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:33:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:33:58 smithi135 bash[32435]: cluster 2023-12-08T03:33:56.944700+0000 mgr.a (mgr.14403) 24860 : cluster 0 pgmap v18566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:33:59.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:33:59.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:33:59.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:00.149 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:34:00.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:00.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:00.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:00.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:34:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:00 smithi079 bash[28699]: cluster 2023-12-08T03:33:58.945416+0000 mgr.a (mgr.14403) 24861 : cluster 0 pgmap v18567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:00 smithi194 bash[32038]: cluster 2023-12-08T03:33:58.945416+0000 mgr.a (mgr.14403) 24861 : cluster 0 pgmap v18567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:00 smithi135 bash[32435]: cluster 2023-12-08T03:33:58.945416+0000 mgr.a (mgr.14403) 24861 : cluster 0 pgmap v18567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:01.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:01 smithi079 bash[28699]: audit 2023-12-08T03:33:59.653394+0000 mgr.a (mgr.14403) 24862 : audit 0 from='client.489573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:01.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:01 smithi194 bash[32038]: audit 2023-12-08T03:33:59.653394+0000 mgr.a (mgr.14403) 24862 : audit 0 from='client.489573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:01.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:01 smithi135 bash[32435]: audit 2023-12-08T03:33:59.653394+0000 mgr.a (mgr.14403) 24862 : audit 0 from='client.489573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:02 smithi079 bash[28699]: cluster 2023-12-08T03:34:00.946116+0000 mgr.a (mgr.14403) 24863 : cluster 0 pgmap v18568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:02 smithi194 bash[32038]: cluster 2023-12-08T03:34:00.946116+0000 mgr.a (mgr.14403) 24863 : cluster 0 pgmap v18568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:02 smithi135 bash[32435]: cluster 2023-12-08T03:34:00.946116+0000 mgr.a (mgr.14403) 24863 : cluster 0 pgmap v18568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:04.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:04 smithi079 bash[28699]: cluster 2023-12-08T03:34:02.946679+0000 mgr.a (mgr.14403) 24864 : cluster 0 pgmap v18569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:04 smithi194 bash[32038]: cluster 2023-12-08T03:34:02.946679+0000 mgr.a (mgr.14403) 24864 : cluster 0 pgmap v18569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:04 smithi135 bash[32435]: cluster 2023-12-08T03:34:02.946679+0000 mgr.a (mgr.14403) 24864 : cluster 0 pgmap v18569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:05.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:34:05.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:05.152 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:06.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:06.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:06.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:06.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:34:06.077 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:34:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:06 smithi194 bash[32038]: cluster 2023-12-08T03:34:04.947507+0000 mgr.a (mgr.14403) 24865 : cluster 0 pgmap v18570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:06 smithi194 bash[32038]: audit 2023-12-08T03:34:05.564666+0000 mgr.a (mgr.14403) 24866 : audit 0 from='client.369874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:06 smithi135 bash[32435]: cluster 2023-12-08T03:34:04.947507+0000 mgr.a (mgr.14403) 24865 : cluster 0 pgmap v18570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:06 smithi135 bash[32435]: audit 2023-12-08T03:34:05.564666+0000 mgr.a (mgr.14403) 24866 : audit 0 from='client.369874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:06 smithi079 bash[28699]: cluster 2023-12-08T03:34:04.947507+0000 mgr.a (mgr.14403) 24865 : cluster 0 pgmap v18570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:06 smithi079 bash[28699]: audit 2023-12-08T03:34:05.564666+0000 mgr.a (mgr.14403) 24866 : audit 0 from='client.369874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:08 smithi194 bash[32038]: cluster 2023-12-08T03:34:06.948210+0000 mgr.a (mgr.14403) 24867 : cluster 0 pgmap v18571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:08 smithi135 bash[32435]: cluster 2023-12-08T03:34:06.948210+0000 mgr.a (mgr.14403) 24867 : cluster 0 pgmap v18571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:08 smithi079 bash[28699]: cluster 2023-12-08T03:34:06.948210+0000 mgr.a (mgr.14403) 24867 : cluster 0 pgmap v18571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:10 smithi194 bash[32038]: cluster 2023-12-08T03:34:08.949011+0000 mgr.a (mgr.14403) 24868 : cluster 0 pgmap v18572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:10 smithi135 bash[32435]: cluster 2023-12-08T03:34:08.949011+0000 mgr.a (mgr.14403) 24868 : cluster 0 pgmap v18572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:10 smithi079 bash[28699]: cluster 2023-12-08T03:34:08.949011+0000 mgr.a (mgr.14403) 24868 : cluster 0 pgmap v18572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:11.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:34:11.081 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:11.081 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:12.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:12.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:12.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:12.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:34:12.006 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:34:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:12 smithi194 bash[32038]: cluster 2023-12-08T03:34:10.949645+0000 mgr.a (mgr.14403) 24869 : cluster 0 pgmap v18573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:12 smithi194 bash[32038]: audit 2023-12-08T03:34:11.497593+0000 mgr.a (mgr.14403) 24870 : audit 0 from='client.489729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:12 smithi135 bash[32435]: cluster 2023-12-08T03:34:10.949645+0000 mgr.a (mgr.14403) 24869 : cluster 0 pgmap v18573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:12 smithi135 bash[32435]: audit 2023-12-08T03:34:11.497593+0000 mgr.a (mgr.14403) 24870 : audit 0 from='client.489729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:12 smithi079 bash[28699]: cluster 2023-12-08T03:34:10.949645+0000 mgr.a (mgr.14403) 24869 : cluster 0 pgmap v18573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:12 smithi079 bash[28699]: audit 2023-12-08T03:34:11.497593+0000 mgr.a (mgr.14403) 24870 : audit 0 from='client.489729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:14 smithi194 bash[32038]: cluster 2023-12-08T03:34:12.950335+0000 mgr.a (mgr.14403) 24871 : cluster 0 pgmap v18574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:14 smithi135 bash[32435]: cluster 2023-12-08T03:34:12.950335+0000 mgr.a (mgr.14403) 24871 : cluster 0 pgmap v18574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:14 smithi079 bash[28699]: cluster 2023-12-08T03:34:12.950335+0000 mgr.a (mgr.14403) 24871 : cluster 0 pgmap v18574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:16 smithi194 bash[32038]: cluster 2023-12-08T03:34:14.951225+0000 mgr.a (mgr.14403) 24872 : cluster 0 pgmap v18575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:16 smithi135 bash[32435]: cluster 2023-12-08T03:34:14.951225+0000 mgr.a (mgr.14403) 24872 : cluster 0 pgmap v18575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:16 smithi079 bash[28699]: cluster 2023-12-08T03:34:14.951225+0000 mgr.a (mgr.14403) 24872 : cluster 0 pgmap v18575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:17.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:34:17.010 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:17.010 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:17.934 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:34:17.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:17.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:17.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:17.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:34:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:18 smithi194 bash[32038]: cluster 2023-12-08T03:34:16.951817+0000 mgr.a (mgr.14403) 24873 : cluster 0 pgmap v18576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:18 smithi194 bash[32038]: audit 2023-12-08T03:34:17.409243+0000 mgr.a (mgr.14403) 24874 : audit 0 from='client.489807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:18 smithi135 bash[32435]: cluster 2023-12-08T03:34:16.951817+0000 mgr.a (mgr.14403) 24873 : cluster 0 pgmap v18576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:18 smithi135 bash[32435]: audit 2023-12-08T03:34:17.409243+0000 mgr.a (mgr.14403) 24874 : audit 0 from='client.489807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:18 smithi079 bash[28699]: cluster 2023-12-08T03:34:16.951817+0000 mgr.a (mgr.14403) 24873 : cluster 0 pgmap v18576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:18 smithi079 bash[28699]: audit 2023-12-08T03:34:17.409243+0000 mgr.a (mgr.14403) 24874 : audit 0 from='client.489807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:20 smithi194 bash[32038]: cluster 2023-12-08T03:34:18.952684+0000 mgr.a (mgr.14403) 24875 : cluster 0 pgmap v18577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:20 smithi135 bash[32435]: cluster 2023-12-08T03:34:18.952684+0000 mgr.a (mgr.14403) 24875 : cluster 0 pgmap v18577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:20 smithi079 bash[28699]: cluster 2023-12-08T03:34:18.952684+0000 mgr.a (mgr.14403) 24875 : cluster 0 pgmap v18577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:22 smithi194 bash[32038]: cluster 2023-12-08T03:34:20.953296+0000 mgr.a (mgr.14403) 24876 : cluster 0 pgmap v18578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:22 smithi135 bash[32435]: cluster 2023-12-08T03:34:20.953296+0000 mgr.a (mgr.14403) 24876 : cluster 0 pgmap v18578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:22 smithi079 bash[28699]: cluster 2023-12-08T03:34:20.953296+0000 mgr.a (mgr.14403) 24876 : cluster 0 pgmap v18578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:22.935 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:34:22.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:22.936 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:23.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:23.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:23.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:23.826 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:34:23.827 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:34:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:24 smithi194 bash[32038]: cluster 2023-12-08T03:34:22.953850+0000 mgr.a (mgr.14403) 24877 : cluster 0 pgmap v18579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:24 smithi194 bash[32038]: audit 2023-12-08T03:34:23.329167+0000 mgr.a (mgr.14403) 24878 : audit 0 from='client.489885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:24 smithi135 bash[32435]: cluster 2023-12-08T03:34:22.953850+0000 mgr.a (mgr.14403) 24877 : cluster 0 pgmap v18579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:24 smithi135 bash[32435]: audit 2023-12-08T03:34:23.329167+0000 mgr.a (mgr.14403) 24878 : audit 0 from='client.489885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:24 smithi079 bash[28699]: cluster 2023-12-08T03:34:22.953850+0000 mgr.a (mgr.14403) 24877 : cluster 0 pgmap v18579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:24 smithi079 bash[28699]: audit 2023-12-08T03:34:23.329167+0000 mgr.a (mgr.14403) 24878 : audit 0 from='client.489885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:26 smithi194 bash[32038]: cluster 2023-12-08T03:34:24.954798+0000 mgr.a (mgr.14403) 24879 : cluster 0 pgmap v18580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:34:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:26 smithi135 bash[32435]: cluster 2023-12-08T03:34:24.954798+0000 mgr.a (mgr.14403) 24879 : cluster 0 pgmap v18580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:34:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:26 smithi079 bash[28699]: cluster 2023-12-08T03:34:24.954798+0000 mgr.a (mgr.14403) 24879 : cluster 0 pgmap v18580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:34:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:28 smithi194 bash[32038]: cluster 2023-12-08T03:34:26.955432+0000 mgr.a (mgr.14403) 24880 : cluster 0 pgmap v18581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:34:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:28 smithi135 bash[32435]: cluster 2023-12-08T03:34:26.955432+0000 mgr.a (mgr.14403) 24880 : cluster 0 pgmap v18581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:34:28.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:34:28.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:28.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:28 smithi079 bash[28699]: cluster 2023-12-08T03:34:26.955432+0000 mgr.a (mgr.14403) 24880 : cluster 0 pgmap v18581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:34:29.729 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:34:29.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:29.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:29.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:29.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:34:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:30 smithi194 bash[32038]: cluster 2023-12-08T03:34:28.955884+0000 mgr.a (mgr.14403) 24881 : cluster 0 pgmap v18582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:30 smithi194 bash[32038]: audit 2023-12-08T03:34:29.234898+0000 mgr.a (mgr.14403) 24882 : audit 0 from='client.489960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:30 smithi135 bash[32435]: cluster 2023-12-08T03:34:28.955884+0000 mgr.a (mgr.14403) 24881 : cluster 0 pgmap v18582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:30 smithi135 bash[32435]: audit 2023-12-08T03:34:29.234898+0000 mgr.a (mgr.14403) 24882 : audit 0 from='client.489960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:30 smithi079 bash[28699]: cluster 2023-12-08T03:34:28.955884+0000 mgr.a (mgr.14403) 24881 : cluster 0 pgmap v18582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:30 smithi079 bash[28699]: audit 2023-12-08T03:34:29.234898+0000 mgr.a (mgr.14403) 24882 : audit 0 from='client.489960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:32 smithi135 bash[32435]: cluster 2023-12-08T03:34:30.956465+0000 mgr.a (mgr.14403) 24883 : cluster 0 pgmap v18583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:32 smithi079 bash[28699]: cluster 2023-12-08T03:34:30.956465+0000 mgr.a (mgr.14403) 24883 : cluster 0 pgmap v18583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:32 smithi194 bash[32038]: cluster 2023-12-08T03:34:30.956465+0000 mgr.a (mgr.14403) 24883 : cluster 0 pgmap v18583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:34.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:34:34.732 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:34.732 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:34 smithi079 bash[28699]: cluster 2023-12-08T03:34:32.957060+0000 mgr.a (mgr.14403) 24884 : cluster 0 pgmap v18584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:34 smithi194 bash[32038]: cluster 2023-12-08T03:34:32.957060+0000 mgr.a (mgr.14403) 24884 : cluster 0 pgmap v18584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:34 smithi135 bash[32435]: cluster 2023-12-08T03:34:32.957060+0000 mgr.a (mgr.14403) 24884 : cluster 0 pgmap v18584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:34:35.635 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:34:35.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:35.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:35.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:35.636 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:34:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:36 smithi079 bash[28699]: cluster 2023-12-08T03:34:34.957848+0000 mgr.a (mgr.14403) 24885 : cluster 0 pgmap v18585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:36 smithi079 bash[28699]: audit 2023-12-08T03:34:35.130159+0000 mgr.a (mgr.14403) 24886 : audit 0 from='client.490035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:36 smithi194 bash[32038]: cluster 2023-12-08T03:34:34.957848+0000 mgr.a (mgr.14403) 24885 : cluster 0 pgmap v18585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:36.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:36 smithi194 bash[32038]: audit 2023-12-08T03:34:35.130159+0000 mgr.a (mgr.14403) 24886 : audit 0 from='client.490035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:36 smithi135 bash[32435]: cluster 2023-12-08T03:34:34.957848+0000 mgr.a (mgr.14403) 24885 : cluster 0 pgmap v18585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:36 smithi135 bash[32435]: audit 2023-12-08T03:34:35.130159+0000 mgr.a (mgr.14403) 24886 : audit 0 from='client.490035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:38 smithi079 bash[28699]: cluster 2023-12-08T03:34:36.958617+0000 mgr.a (mgr.14403) 24887 : cluster 0 pgmap v18586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:34:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:38 smithi194 bash[32038]: cluster 2023-12-08T03:34:36.958617+0000 mgr.a (mgr.14403) 24887 : cluster 0 pgmap v18586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:34:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:38 smithi135 bash[32435]: cluster 2023-12-08T03:34:36.958617+0000 mgr.a (mgr.14403) 24887 : cluster 0 pgmap v18586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:34:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:39 smithi079 bash[28699]: audit 2023-12-08T03:34:39.135782+0000 mon.a (mon.0) 3882 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:34:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:39 smithi194 bash[32038]: audit 2023-12-08T03:34:39.135782+0000 mon.a (mon.0) 3882 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:34:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:39 smithi135 bash[32435]: audit 2023-12-08T03:34:39.135782+0000 mon.a (mon.0) 3882 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:34:40.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:34:40.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:40.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:40 smithi079 bash[28699]: cluster 2023-12-08T03:34:38.959482+0000 mgr.a (mgr.14403) 24888 : cluster 0 pgmap v18587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:34:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:40 smithi079 bash[28699]: audit 2023-12-08T03:34:39.666464+0000 mon.a (mon.0) 3883 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:34:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:40 smithi079 bash[28699]: audit 2023-12-08T03:34:39.671913+0000 mon.a (mon.0) 3884 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:34:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:40 smithi079 bash[28699]: audit 2023-12-08T03:34:40.405572+0000 mon.a (mon.0) 3885 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:34:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:40 smithi079 bash[28699]: audit 2023-12-08T03:34:40.407834+0000 mon.a (mon.0) 3886 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:34:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:40 smithi079 bash[28699]: audit 2023-12-08T03:34:40.418157+0000 mon.a (mon.0) 3887 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:34:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:40 smithi194 bash[32038]: cluster 2023-12-08T03:34:38.959482+0000 mgr.a (mgr.14403) 24888 : cluster 0 pgmap v18587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:34:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:40 smithi194 bash[32038]: audit 2023-12-08T03:34:39.666464+0000 mon.a (mon.0) 3883 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:34:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:40 smithi194 bash[32038]: audit 2023-12-08T03:34:39.671913+0000 mon.a (mon.0) 3884 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:34:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:40 smithi194 bash[32038]: audit 2023-12-08T03:34:40.405572+0000 mon.a (mon.0) 3885 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:34:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:40 smithi194 bash[32038]: audit 2023-12-08T03:34:40.407834+0000 mon.a (mon.0) 3886 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:34:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:40 smithi194 bash[32038]: audit 2023-12-08T03:34:40.418157+0000 mon.a (mon.0) 3887 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:34:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:40 smithi135 bash[32435]: cluster 2023-12-08T03:34:38.959482+0000 mgr.a (mgr.14403) 24888 : cluster 0 pgmap v18587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:34:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:40 smithi135 bash[32435]: audit 2023-12-08T03:34:39.666464+0000 mon.a (mon.0) 3883 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:34:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:40 smithi135 bash[32435]: audit 2023-12-08T03:34:39.671913+0000 mon.a (mon.0) 3884 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:34:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:40 smithi135 bash[32435]: audit 2023-12-08T03:34:40.405572+0000 mon.a (mon.0) 3885 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:34:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:40 smithi135 bash[32435]: audit 2023-12-08T03:34:40.407834+0000 mon.a (mon.0) 3886 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:34:40.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:40 smithi135 bash[32435]: audit 2023-12-08T03:34:40.418157+0000 mon.a (mon.0) 3887 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:34:41.542 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:34:41.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:41.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:41.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:41.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:34:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:42 smithi079 bash[28699]: cluster 2023-12-08T03:34:40.960014+0000 mgr.a (mgr.14403) 24889 : cluster 0 pgmap v18588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:42 smithi079 bash[28699]: audit 2023-12-08T03:34:41.041217+0000 mgr.a (mgr.14403) 24890 : audit 0 from='client.490110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:42 smithi194 bash[32038]: cluster 2023-12-08T03:34:40.960014+0000 mgr.a (mgr.14403) 24889 : cluster 0 pgmap v18588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:42 smithi194 bash[32038]: audit 2023-12-08T03:34:41.041217+0000 mgr.a (mgr.14403) 24890 : audit 0 from='client.490110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:42 smithi135 bash[32435]: cluster 2023-12-08T03:34:40.960014+0000 mgr.a (mgr.14403) 24889 : cluster 0 pgmap v18588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:42 smithi135 bash[32435]: audit 2023-12-08T03:34:41.041217+0000 mgr.a (mgr.14403) 24890 : audit 0 from='client.490110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:44 smithi079 bash[28699]: cluster 2023-12-08T03:34:42.960673+0000 mgr.a (mgr.14403) 24891 : cluster 0 pgmap v18589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:44 smithi194 bash[32038]: cluster 2023-12-08T03:34:42.960673+0000 mgr.a (mgr.14403) 24891 : cluster 0 pgmap v18589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:44 smithi135 bash[32435]: cluster 2023-12-08T03:34:42.960673+0000 mgr.a (mgr.14403) 24891 : cluster 0 pgmap v18589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:46.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:34:46.546 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:46.547 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:46 smithi079 bash[28699]: cluster 2023-12-08T03:34:44.961487+0000 mgr.a (mgr.14403) 24892 : cluster 0 pgmap v18590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:46 smithi194 bash[32038]: cluster 2023-12-08T03:34:44.961487+0000 mgr.a (mgr.14403) 24892 : cluster 0 pgmap v18590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:46 smithi135 bash[32435]: cluster 2023-12-08T03:34:44.961487+0000 mgr.a (mgr.14403) 24892 : cluster 0 pgmap v18590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:47.442 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:34:47.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:47.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:47.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:47.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:34:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:48 smithi079 bash[28699]: audit 2023-12-08T03:34:46.949780+0000 mgr.a (mgr.14403) 24893 : audit 0 from='client.490188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:48 smithi079 bash[28699]: cluster 2023-12-08T03:34:46.962752+0000 mgr.a (mgr.14403) 24894 : cluster 0 pgmap v18591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:48 smithi194 bash[32038]: audit 2023-12-08T03:34:46.949780+0000 mgr.a (mgr.14403) 24893 : audit 0 from='client.490188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:48 smithi194 bash[32038]: cluster 2023-12-08T03:34:46.962752+0000 mgr.a (mgr.14403) 24894 : cluster 0 pgmap v18591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:48 smithi135 bash[32435]: audit 2023-12-08T03:34:46.949780+0000 mgr.a (mgr.14403) 24893 : audit 0 from='client.490188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:48 smithi135 bash[32435]: cluster 2023-12-08T03:34:46.962752+0000 mgr.a (mgr.14403) 24894 : cluster 0 pgmap v18591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:50 smithi079 bash[28699]: cluster 2023-12-08T03:34:48.963722+0000 mgr.a (mgr.14403) 24895 : cluster 0 pgmap v18592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:50 smithi194 bash[32038]: cluster 2023-12-08T03:34:48.963722+0000 mgr.a (mgr.14403) 24895 : cluster 0 pgmap v18592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:50 smithi135 bash[32435]: cluster 2023-12-08T03:34:48.963722+0000 mgr.a (mgr.14403) 24895 : cluster 0 pgmap v18592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:52.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:34:52.446 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:52.446 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:52 smithi079 bash[28699]: cluster 2023-12-08T03:34:50.964300+0000 mgr.a (mgr.14403) 24896 : cluster 0 pgmap v18593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:52 smithi194 bash[32038]: cluster 2023-12-08T03:34:50.964300+0000 mgr.a (mgr.14403) 24896 : cluster 0 pgmap v18593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:52 smithi135 bash[32435]: cluster 2023-12-08T03:34:50.964300+0000 mgr.a (mgr.14403) 24896 : cluster 0 pgmap v18593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:53.319 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:34:53.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:53.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:53.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:53.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:34:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:54 smithi079 bash[28699]: audit 2023-12-08T03:34:52.851869+0000 mgr.a (mgr.14403) 24897 : audit 0 from='client.490266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:54 smithi079 bash[28699]: cluster 2023-12-08T03:34:52.964908+0000 mgr.a (mgr.14403) 24898 : cluster 0 pgmap v18594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:54 smithi194 bash[32038]: audit 2023-12-08T03:34:52.851869+0000 mgr.a (mgr.14403) 24897 : audit 0 from='client.490266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:54 smithi194 bash[32038]: cluster 2023-12-08T03:34:52.964908+0000 mgr.a (mgr.14403) 24898 : cluster 0 pgmap v18594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:54 smithi135 bash[32435]: audit 2023-12-08T03:34:52.851869+0000 mgr.a (mgr.14403) 24897 : audit 0 from='client.490266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:34:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:54 smithi135 bash[32435]: cluster 2023-12-08T03:34:52.964908+0000 mgr.a (mgr.14403) 24898 : cluster 0 pgmap v18594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:56 smithi079 bash[28699]: cluster 2023-12-08T03:34:54.965836+0000 mgr.a (mgr.14403) 24899 : cluster 0 pgmap v18595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:56 smithi194 bash[32038]: cluster 2023-12-08T03:34:54.965836+0000 mgr.a (mgr.14403) 24899 : cluster 0 pgmap v18595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:56 smithi135 bash[32435]: cluster 2023-12-08T03:34:54.965836+0000 mgr.a (mgr.14403) 24899 : cluster 0 pgmap v18595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:34:58.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:34:58.322 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:34:58.323 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:34:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:34:58 smithi079 bash[28699]: cluster 2023-12-08T03:34:56.966339+0000 mgr.a (mgr.14403) 24900 : cluster 0 pgmap v18596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:34:58 smithi194 bash[32038]: cluster 2023-12-08T03:34:56.966339+0000 mgr.a (mgr.14403) 24900 : cluster 0 pgmap v18596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:34:58 smithi135 bash[32435]: cluster 2023-12-08T03:34:56.966339+0000 mgr.a (mgr.14403) 24900 : cluster 0 pgmap v18596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:34:59.269 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:34:59.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:34:59.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:34:59.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:34:59.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:35:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:00 smithi079 bash[28699]: audit 2023-12-08T03:34:58.726378+0000 mgr.a (mgr.14403) 24901 : audit 0 from='client.490335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:00 smithi079 bash[28699]: cluster 2023-12-08T03:34:58.967346+0000 mgr.a (mgr.14403) 24902 : cluster 0 pgmap v18597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:00 smithi194 bash[32038]: audit 2023-12-08T03:34:58.726378+0000 mgr.a (mgr.14403) 24901 : audit 0 from='client.490335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:00 smithi194 bash[32038]: cluster 2023-12-08T03:34:58.967346+0000 mgr.a (mgr.14403) 24902 : cluster 0 pgmap v18597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:00 smithi135 bash[32435]: audit 2023-12-08T03:34:58.726378+0000 mgr.a (mgr.14403) 24901 : audit 0 from='client.490335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:00 smithi135 bash[32435]: cluster 2023-12-08T03:34:58.967346+0000 mgr.a (mgr.14403) 24902 : cluster 0 pgmap v18597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:02 smithi079 bash[28699]: cluster 2023-12-08T03:35:00.967995+0000 mgr.a (mgr.14403) 24903 : cluster 0 pgmap v18598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:02 smithi194 bash[32038]: cluster 2023-12-08T03:35:00.967995+0000 mgr.a (mgr.14403) 24903 : cluster 0 pgmap v18598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:02 smithi135 bash[32435]: cluster 2023-12-08T03:35:00.967995+0000 mgr.a (mgr.14403) 24903 : cluster 0 pgmap v18598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:04.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:35:04.273 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:04.273 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:04 smithi079 bash[28699]: cluster 2023-12-08T03:35:02.968704+0000 mgr.a (mgr.14403) 24904 : cluster 0 pgmap v18599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:04 smithi194 bash[32038]: cluster 2023-12-08T03:35:02.968704+0000 mgr.a (mgr.14403) 24904 : cluster 0 pgmap v18599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:04 smithi135 bash[32435]: cluster 2023-12-08T03:35:02.968704+0000 mgr.a (mgr.14403) 24904 : cluster 0 pgmap v18599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:05.199 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:35:05.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:05.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:05.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:05.200 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:35:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:06 smithi079 bash[28699]: audit 2023-12-08T03:35:04.672830+0000 mgr.a (mgr.14403) 24905 : audit 0 from='client.490410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:06 smithi079 bash[28699]: cluster 2023-12-08T03:35:04.970054+0000 mgr.a (mgr.14403) 24906 : cluster 0 pgmap v18600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:06 smithi194 bash[32038]: audit 2023-12-08T03:35:04.672830+0000 mgr.a (mgr.14403) 24905 : audit 0 from='client.490410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:06 smithi194 bash[32038]: cluster 2023-12-08T03:35:04.970054+0000 mgr.a (mgr.14403) 24906 : cluster 0 pgmap v18600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:06 smithi135 bash[32435]: audit 2023-12-08T03:35:04.672830+0000 mgr.a (mgr.14403) 24905 : audit 0 from='client.490410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:06 smithi135 bash[32435]: cluster 2023-12-08T03:35:04.970054+0000 mgr.a (mgr.14403) 24906 : cluster 0 pgmap v18600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:08 smithi079 bash[28699]: cluster 2023-12-08T03:35:06.970758+0000 mgr.a (mgr.14403) 24907 : cluster 0 pgmap v18601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:08 smithi194 bash[32038]: cluster 2023-12-08T03:35:06.970758+0000 mgr.a (mgr.14403) 24907 : cluster 0 pgmap v18601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:08 smithi135 bash[32435]: cluster 2023-12-08T03:35:06.970758+0000 mgr.a (mgr.14403) 24907 : cluster 0 pgmap v18601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:10.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:35:10.202 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:10.202 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:10 smithi079 bash[28699]: cluster 2023-12-08T03:35:08.971562+0000 mgr.a (mgr.14403) 24908 : cluster 0 pgmap v18602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:10 smithi194 bash[32038]: cluster 2023-12-08T03:35:08.971562+0000 mgr.a (mgr.14403) 24908 : cluster 0 pgmap v18602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:10 smithi135 bash[32435]: cluster 2023-12-08T03:35:08.971562+0000 mgr.a (mgr.14403) 24908 : cluster 0 pgmap v18602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:11.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:11.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:11.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:11.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:35:11.127 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:35:11.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:11 smithi079 bash[28699]: audit 2023-12-08T03:35:10.612398+0000 mgr.a (mgr.14403) 24909 : audit 0 from='client.490485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:11 smithi194 bash[32038]: audit 2023-12-08T03:35:10.612398+0000 mgr.a (mgr.14403) 24909 : audit 0 from='client.490485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:11 smithi135 bash[32435]: audit 2023-12-08T03:35:10.612398+0000 mgr.a (mgr.14403) 24909 : audit 0 from='client.490485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:12 smithi079 bash[28699]: cluster 2023-12-08T03:35:10.972038+0000 mgr.a (mgr.14403) 24910 : cluster 0 pgmap v18603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:12 smithi194 bash[32038]: cluster 2023-12-08T03:35:10.972038+0000 mgr.a (mgr.14403) 24910 : cluster 0 pgmap v18603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:12 smithi135 bash[32435]: cluster 2023-12-08T03:35:10.972038+0000 mgr.a (mgr.14403) 24910 : cluster 0 pgmap v18603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:14 smithi079 bash[28699]: cluster 2023-12-08T03:35:12.972683+0000 mgr.a (mgr.14403) 24911 : cluster 0 pgmap v18604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:14 smithi194 bash[32038]: cluster 2023-12-08T03:35:12.972683+0000 mgr.a (mgr.14403) 24911 : cluster 0 pgmap v18604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:14 smithi135 bash[32435]: cluster 2023-12-08T03:35:12.972683+0000 mgr.a (mgr.14403) 24911 : cluster 0 pgmap v18604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:16.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:35:16.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:16.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:16 smithi079 bash[28699]: cluster 2023-12-08T03:35:14.973507+0000 mgr.a (mgr.14403) 24912 : cluster 0 pgmap v18605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:16 smithi194 bash[32038]: cluster 2023-12-08T03:35:14.973507+0000 mgr.a (mgr.14403) 24912 : cluster 0 pgmap v18605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:16 smithi135 bash[32435]: cluster 2023-12-08T03:35:14.973507+0000 mgr.a (mgr.14403) 24912 : cluster 0 pgmap v18605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:17.043 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:35:17.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:17.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:17.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:17.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:35:17.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:17 smithi079 bash[28699]: audit 2023-12-08T03:35:16.540804+0000 mgr.a (mgr.14403) 24913 : audit 0 from='client.490560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:17 smithi194 bash[32038]: audit 2023-12-08T03:35:16.540804+0000 mgr.a (mgr.14403) 24913 : audit 0 from='client.490560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:17 smithi135 bash[32435]: audit 2023-12-08T03:35:16.540804+0000 mgr.a (mgr.14403) 24913 : audit 0 from='client.490560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:18 smithi079 bash[28699]: cluster 2023-12-08T03:35:16.974102+0000 mgr.a (mgr.14403) 24914 : cluster 0 pgmap v18606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:18 smithi194 bash[32038]: cluster 2023-12-08T03:35:16.974102+0000 mgr.a (mgr.14403) 24914 : cluster 0 pgmap v18606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:18 smithi135 bash[32435]: cluster 2023-12-08T03:35:16.974102+0000 mgr.a (mgr.14403) 24914 : cluster 0 pgmap v18606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:20 smithi079 bash[28699]: cluster 2023-12-08T03:35:18.974865+0000 mgr.a (mgr.14403) 24915 : cluster 0 pgmap v18607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:20 smithi194 bash[32038]: cluster 2023-12-08T03:35:18.974865+0000 mgr.a (mgr.14403) 24915 : cluster 0 pgmap v18607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:20 smithi135 bash[32435]: cluster 2023-12-08T03:35:18.974865+0000 mgr.a (mgr.14403) 24915 : cluster 0 pgmap v18607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:22.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:35:22.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:22.047 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:22 smithi079 bash[28699]: cluster 2023-12-08T03:35:20.975426+0000 mgr.a (mgr.14403) 24916 : cluster 0 pgmap v18608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:22.941 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:35:22.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:22.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:22.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:22.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:35:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:22 smithi194 bash[32038]: cluster 2023-12-08T03:35:20.975426+0000 mgr.a (mgr.14403) 24916 : cluster 0 pgmap v18608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:22 smithi135 bash[32435]: cluster 2023-12-08T03:35:20.975426+0000 mgr.a (mgr.14403) 24916 : cluster 0 pgmap v18608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:23 smithi079 bash[28699]: audit 2023-12-08T03:35:22.452737+0000 mgr.a (mgr.14403) 24917 : audit 0 from='client.490638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:23 smithi194 bash[32038]: audit 2023-12-08T03:35:22.452737+0000 mgr.a (mgr.14403) 24917 : audit 0 from='client.490638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:23 smithi135 bash[32435]: audit 2023-12-08T03:35:22.452737+0000 mgr.a (mgr.14403) 24917 : audit 0 from='client.490638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:24 smithi079 bash[28699]: cluster 2023-12-08T03:35:22.976077+0000 mgr.a (mgr.14403) 24918 : cluster 0 pgmap v18609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:24 smithi194 bash[32038]: cluster 2023-12-08T03:35:22.976077+0000 mgr.a (mgr.14403) 24918 : cluster 0 pgmap v18609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:24 smithi135 bash[32435]: cluster 2023-12-08T03:35:22.976077+0000 mgr.a (mgr.14403) 24918 : cluster 0 pgmap v18609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:26 smithi079 bash[28699]: cluster 2023-12-08T03:35:24.976907+0000 mgr.a (mgr.14403) 24919 : cluster 0 pgmap v18610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:26 smithi194 bash[32038]: cluster 2023-12-08T03:35:24.976907+0000 mgr.a (mgr.14403) 24919 : cluster 0 pgmap v18610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:26 smithi135 bash[32435]: cluster 2023-12-08T03:35:24.976907+0000 mgr.a (mgr.14403) 24919 : cluster 0 pgmap v18610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:27.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:35:27.943 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:27.943 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:28.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:28.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:28.849 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:28.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:35:28.850 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:35:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:28 smithi079 bash[28699]: cluster 2023-12-08T03:35:26.977453+0000 mgr.a (mgr.14403) 24920 : cluster 0 pgmap v18611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:28 smithi194 bash[32038]: cluster 2023-12-08T03:35:26.977453+0000 mgr.a (mgr.14403) 24920 : cluster 0 pgmap v18611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:28 smithi135 bash[32435]: cluster 2023-12-08T03:35:26.977453+0000 mgr.a (mgr.14403) 24920 : cluster 0 pgmap v18611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:29 smithi079 bash[28699]: audit 2023-12-08T03:35:28.350795+0000 mgr.a (mgr.14403) 24921 : audit 0 from='client.490716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:29 smithi194 bash[32038]: audit 2023-12-08T03:35:28.350795+0000 mgr.a (mgr.14403) 24921 : audit 0 from='client.490716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:29 smithi135 bash[32435]: audit 2023-12-08T03:35:28.350795+0000 mgr.a (mgr.14403) 24921 : audit 0 from='client.490716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:30.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:30 smithi079 bash[28699]: cluster 2023-12-08T03:35:28.978555+0000 mgr.a (mgr.14403) 24922 : cluster 0 pgmap v18612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:35:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:30 smithi194 bash[32038]: cluster 2023-12-08T03:35:28.978555+0000 mgr.a (mgr.14403) 24922 : cluster 0 pgmap v18612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:35:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:30 smithi135 bash[32435]: cluster 2023-12-08T03:35:28.978555+0000 mgr.a (mgr.14403) 24922 : cluster 0 pgmap v18612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:35:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:32 smithi079 bash[28699]: cluster 2023-12-08T03:35:30.979079+0000 mgr.a (mgr.14403) 24923 : cluster 0 pgmap v18613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:35:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:32 smithi194 bash[32038]: cluster 2023-12-08T03:35:30.979079+0000 mgr.a (mgr.14403) 24923 : cluster 0 pgmap v18613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:35:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:32 smithi135 bash[32435]: cluster 2023-12-08T03:35:30.979079+0000 mgr.a (mgr.14403) 24923 : cluster 0 pgmap v18613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:35:33.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:35:33.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:33.853 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:34.772 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:35:34.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:34.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:34.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:34.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:35:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:34 smithi079 bash[28699]: cluster 2023-12-08T03:35:32.979637+0000 mgr.a (mgr.14403) 24924 : cluster 0 pgmap v18614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:35:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:34 smithi194 bash[32038]: cluster 2023-12-08T03:35:32.979637+0000 mgr.a (mgr.14403) 24924 : cluster 0 pgmap v18614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:35:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:34 smithi135 bash[32435]: cluster 2023-12-08T03:35:32.979637+0000 mgr.a (mgr.14403) 24924 : cluster 0 pgmap v18614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:35:35.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:35 smithi079 bash[28699]: audit 2023-12-08T03:35:34.254374+0000 mgr.a (mgr.14403) 24925 : audit 0 from='client.490794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:35 smithi194 bash[32038]: audit 2023-12-08T03:35:34.254374+0000 mgr.a (mgr.14403) 24925 : audit 0 from='client.490794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:35 smithi135 bash[32435]: audit 2023-12-08T03:35:34.254374+0000 mgr.a (mgr.14403) 24925 : audit 0 from='client.490794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:36 smithi079 bash[28699]: cluster 2023-12-08T03:35:34.980639+0000 mgr.a (mgr.14403) 24926 : cluster 0 pgmap v18615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:36 smithi194 bash[32038]: cluster 2023-12-08T03:35:34.980639+0000 mgr.a (mgr.14403) 24926 : cluster 0 pgmap v18615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:36 smithi135 bash[32435]: cluster 2023-12-08T03:35:34.980639+0000 mgr.a (mgr.14403) 24926 : cluster 0 pgmap v18615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:38 smithi079 bash[28699]: cluster 2023-12-08T03:35:36.981247+0000 mgr.a (mgr.14403) 24927 : cluster 0 pgmap v18616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:38 smithi194 bash[32038]: cluster 2023-12-08T03:35:36.981247+0000 mgr.a (mgr.14403) 24927 : cluster 0 pgmap v18616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:38 smithi135 bash[32435]: cluster 2023-12-08T03:35:36.981247+0000 mgr.a (mgr.14403) 24927 : cluster 0 pgmap v18616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:35:39.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:35:39.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:39.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:40.685 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:35:40.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:40.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:40.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:40.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:35:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:40 smithi079 bash[28699]: cluster 2023-12-08T03:35:38.981977+0000 mgr.a (mgr.14403) 24928 : cluster 0 pgmap v18617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:40 smithi079 bash[28699]: audit 2023-12-08T03:35:40.520351+0000 mon.a (mon.0) 3888 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:35:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:40 smithi194 bash[32038]: cluster 2023-12-08T03:35:38.981977+0000 mgr.a (mgr.14403) 24928 : cluster 0 pgmap v18617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:40 smithi194 bash[32038]: audit 2023-12-08T03:35:40.520351+0000 mon.a (mon.0) 3888 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:35:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:40 smithi135 bash[32435]: cluster 2023-12-08T03:35:38.981977+0000 mgr.a (mgr.14403) 24928 : cluster 0 pgmap v18617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:40 smithi135 bash[32435]: audit 2023-12-08T03:35:40.520351+0000 mon.a (mon.0) 3888 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:35:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:41 smithi194 bash[32038]: audit 2023-12-08T03:35:40.176587+0000 mgr.a (mgr.14403) 24929 : audit 0 from='client.490866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:41.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:41 smithi194 bash[32038]: audit 2023-12-08T03:35:41.058865+0000 mon.a (mon.0) 3889 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:35:41.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:41 smithi194 bash[32038]: audit 2023-12-08T03:35:41.070782+0000 mon.a (mon.0) 3890 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:35:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:41 smithi135 bash[32435]: audit 2023-12-08T03:35:40.176587+0000 mgr.a (mgr.14403) 24929 : audit 0 from='client.490866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:41 smithi135 bash[32435]: audit 2023-12-08T03:35:41.058865+0000 mon.a (mon.0) 3889 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:35:41.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:41 smithi135 bash[32435]: audit 2023-12-08T03:35:41.070782+0000 mon.a (mon.0) 3890 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:35:42.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:41 smithi079 bash[28699]: audit 2023-12-08T03:35:40.176587+0000 mgr.a (mgr.14403) 24929 : audit 0 from='client.490866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:42.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:41 smithi079 bash[28699]: audit 2023-12-08T03:35:41.058865+0000 mon.a (mon.0) 3889 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:35:42.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:41 smithi079 bash[28699]: audit 2023-12-08T03:35:41.070782+0000 mon.a (mon.0) 3890 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:35:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:42 smithi194 bash[32038]: cluster 2023-12-08T03:35:40.982768+0000 mgr.a (mgr.14403) 24930 : cluster 0 pgmap v18618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:35:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:42 smithi194 bash[32038]: audit 2023-12-08T03:35:41.772413+0000 mon.a (mon.0) 3891 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:35:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:42 smithi194 bash[32038]: audit 2023-12-08T03:35:41.774323+0000 mon.a (mon.0) 3892 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:35:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:42 smithi194 bash[32038]: audit 2023-12-08T03:35:41.783861+0000 mon.a (mon.0) 3893 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:35:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:42 smithi135 bash[32435]: cluster 2023-12-08T03:35:40.982768+0000 mgr.a (mgr.14403) 24930 : cluster 0 pgmap v18618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:35:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:42 smithi135 bash[32435]: audit 2023-12-08T03:35:41.772413+0000 mon.a (mon.0) 3891 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:35:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:42 smithi135 bash[32435]: audit 2023-12-08T03:35:41.774323+0000 mon.a (mon.0) 3892 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:35:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:42 smithi135 bash[32435]: audit 2023-12-08T03:35:41.783861+0000 mon.a (mon.0) 3893 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:35:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:42 smithi079 bash[28699]: cluster 2023-12-08T03:35:40.982768+0000 mgr.a (mgr.14403) 24930 : cluster 0 pgmap v18618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:35:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:42 smithi079 bash[28699]: audit 2023-12-08T03:35:41.772413+0000 mon.a (mon.0) 3891 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:35:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:42 smithi079 bash[28699]: audit 2023-12-08T03:35:41.774323+0000 mon.a (mon.0) 3892 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:35:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:42 smithi079 bash[28699]: audit 2023-12-08T03:35:41.783861+0000 mon.a (mon.0) 3893 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:35:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:44 smithi194 bash[32038]: cluster 2023-12-08T03:35:42.983506+0000 mgr.a (mgr.14403) 24931 : cluster 0 pgmap v18619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:35:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:44 smithi135 bash[32435]: cluster 2023-12-08T03:35:42.983506+0000 mgr.a (mgr.14403) 24931 : cluster 0 pgmap v18619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:35:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:44 smithi079 bash[28699]: cluster 2023-12-08T03:35:42.983506+0000 mgr.a (mgr.14403) 24931 : cluster 0 pgmap v18619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:35:45.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:35:45.688 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:45.689 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:46.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:45 smithi079 bash[28699]: cluster 2023-12-08T03:35:44.984454+0000 mgr.a (mgr.14403) 24932 : cluster 0 pgmap v18620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:35:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:45 smithi194 bash[32038]: cluster 2023-12-08T03:35:44.984454+0000 mgr.a (mgr.14403) 24932 : cluster 0 pgmap v18620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:35:46.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:45 smithi135 bash[32435]: cluster 2023-12-08T03:35:44.984454+0000 mgr.a (mgr.14403) 24932 : cluster 0 pgmap v18620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:35:46.589 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:35:46.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:46.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:46.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:46.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:35:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:47 smithi135 bash[32435]: audit 2023-12-08T03:35:46.091541+0000 mgr.a (mgr.14403) 24933 : audit 0 from='client.490941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:47.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:47 smithi079 bash[28699]: audit 2023-12-08T03:35:46.091541+0000 mgr.a (mgr.14403) 24933 : audit 0 from='client.490941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:47 smithi194 bash[32038]: audit 2023-12-08T03:35:46.091541+0000 mgr.a (mgr.14403) 24933 : audit 0 from='client.490941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:48.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:48 smithi135 bash[32435]: cluster 2023-12-08T03:35:46.985122+0000 mgr.a (mgr.14403) 24934 : cluster 0 pgmap v18621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:48 smithi079 bash[28699]: cluster 2023-12-08T03:35:46.985122+0000 mgr.a (mgr.14403) 24934 : cluster 0 pgmap v18621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:48 smithi194 bash[32038]: cluster 2023-12-08T03:35:46.985122+0000 mgr.a (mgr.14403) 24934 : cluster 0 pgmap v18621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:50 smithi079 bash[28699]: cluster 2023-12-08T03:35:48.985931+0000 mgr.a (mgr.14403) 24935 : cluster 0 pgmap v18622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:50 smithi194 bash[32038]: cluster 2023-12-08T03:35:48.985931+0000 mgr.a (mgr.14403) 24935 : cluster 0 pgmap v18622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:50 smithi135 bash[32435]: cluster 2023-12-08T03:35:48.985931+0000 mgr.a (mgr.14403) 24935 : cluster 0 pgmap v18622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:51.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:35:51.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:51.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:52.508 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:35:52.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:52.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:52.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:52.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:35:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:52 smithi079 bash[28699]: cluster 2023-12-08T03:35:50.986487+0000 mgr.a (mgr.14403) 24936 : cluster 0 pgmap v18623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:52 smithi194 bash[32038]: cluster 2023-12-08T03:35:50.986487+0000 mgr.a (mgr.14403) 24936 : cluster 0 pgmap v18623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:52 smithi135 bash[32435]: cluster 2023-12-08T03:35:50.986487+0000 mgr.a (mgr.14403) 24936 : cluster 0 pgmap v18623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:53.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:53 smithi079 bash[28699]: audit 2023-12-08T03:35:51.994484+0000 mgr.a (mgr.14403) 24937 : audit 0 from='client.491019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:53 smithi194 bash[32038]: audit 2023-12-08T03:35:51.994484+0000 mgr.a (mgr.14403) 24937 : audit 0 from='client.491019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:53 smithi135 bash[32435]: audit 2023-12-08T03:35:51.994484+0000 mgr.a (mgr.14403) 24937 : audit 0 from='client.491019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:54 smithi079 bash[28699]: cluster 2023-12-08T03:35:52.987114+0000 mgr.a (mgr.14403) 24938 : cluster 0 pgmap v18624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:54 smithi194 bash[32038]: cluster 2023-12-08T03:35:52.987114+0000 mgr.a (mgr.14403) 24938 : cluster 0 pgmap v18624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:54 smithi135 bash[32435]: cluster 2023-12-08T03:35:52.987114+0000 mgr.a (mgr.14403) 24938 : cluster 0 pgmap v18624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:56 smithi079 bash[28699]: cluster 2023-12-08T03:35:54.987917+0000 mgr.a (mgr.14403) 24939 : cluster 0 pgmap v18625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:56 smithi194 bash[32038]: cluster 2023-12-08T03:35:54.987917+0000 mgr.a (mgr.14403) 24939 : cluster 0 pgmap v18625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:56 smithi135 bash[32435]: cluster 2023-12-08T03:35:54.987917+0000 mgr.a (mgr.14403) 24939 : cluster 0 pgmap v18625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:35:57.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:35:57.512 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:35:57.512 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:35:58.408 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:35:58.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:35:58.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:35:58.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:35:58.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:35:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:58 smithi079 bash[28699]: cluster 2023-12-08T03:35:56.988468+0000 mgr.a (mgr.14403) 24940 : cluster 0 pgmap v18626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:58 smithi194 bash[32038]: cluster 2023-12-08T03:35:56.988468+0000 mgr.a (mgr.14403) 24940 : cluster 0 pgmap v18626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:58 smithi135 bash[32435]: cluster 2023-12-08T03:35:56.988468+0000 mgr.a (mgr.14403) 24940 : cluster 0 pgmap v18626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:35:59.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:35:59 smithi079 bash[28699]: audit 2023-12-08T03:35:57.911428+0000 mgr.a (mgr.14403) 24941 : audit 0 from='client.491091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:59.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:35:59 smithi194 bash[32038]: audit 2023-12-08T03:35:57.911428+0000 mgr.a (mgr.14403) 24941 : audit 0 from='client.491091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:35:59.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:35:59 smithi135 bash[32435]: audit 2023-12-08T03:35:57.911428+0000 mgr.a (mgr.14403) 24941 : audit 0 from='client.491091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:00 smithi079 bash[28699]: cluster 2023-12-08T03:35:58.989332+0000 mgr.a (mgr.14403) 24942 : cluster 0 pgmap v18627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:00 smithi194 bash[32038]: cluster 2023-12-08T03:35:58.989332+0000 mgr.a (mgr.14403) 24942 : cluster 0 pgmap v18627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:00 smithi135 bash[32435]: cluster 2023-12-08T03:35:58.989332+0000 mgr.a (mgr.14403) 24942 : cluster 0 pgmap v18627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:02 smithi079 bash[28699]: cluster 2023-12-08T03:36:00.989930+0000 mgr.a (mgr.14403) 24943 : cluster 0 pgmap v18628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:02 smithi194 bash[32038]: cluster 2023-12-08T03:36:00.989930+0000 mgr.a (mgr.14403) 24943 : cluster 0 pgmap v18628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:02 smithi135 bash[32435]: cluster 2023-12-08T03:36:00.989930+0000 mgr.a (mgr.14403) 24943 : cluster 0 pgmap v18628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:03.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:36:03.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:03.411 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:04.339 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:36:04.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:04.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:04.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:04.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:36:04.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:04 smithi079 bash[28699]: cluster 2023-12-08T03:36:02.990510+0000 mgr.a (mgr.14403) 24944 : cluster 0 pgmap v18629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:04 smithi194 bash[32038]: cluster 2023-12-08T03:36:02.990510+0000 mgr.a (mgr.14403) 24944 : cluster 0 pgmap v18629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:04 smithi135 bash[32435]: cluster 2023-12-08T03:36:02.990510+0000 mgr.a (mgr.14403) 24944 : cluster 0 pgmap v18629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:05.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:05 smithi079 bash[28699]: audit 2023-12-08T03:36:03.818960+0000 mgr.a (mgr.14403) 24945 : audit 0 from='client.491163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:05.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:05 smithi194 bash[32038]: audit 2023-12-08T03:36:03.818960+0000 mgr.a (mgr.14403) 24945 : audit 0 from='client.491163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:05.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:05 smithi135 bash[32435]: audit 2023-12-08T03:36:03.818960+0000 mgr.a (mgr.14403) 24945 : audit 0 from='client.491163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:06 smithi079 bash[28699]: cluster 2023-12-08T03:36:04.991599+0000 mgr.a (mgr.14403) 24946 : cluster 0 pgmap v18630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:06 smithi194 bash[32038]: cluster 2023-12-08T03:36:04.991599+0000 mgr.a (mgr.14403) 24946 : cluster 0 pgmap v18630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:06 smithi135 bash[32435]: cluster 2023-12-08T03:36:04.991599+0000 mgr.a (mgr.14403) 24946 : cluster 0 pgmap v18630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:08 smithi079 bash[28699]: cluster 2023-12-08T03:36:06.992171+0000 mgr.a (mgr.14403) 24947 : cluster 0 pgmap v18631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:08 smithi194 bash[32038]: cluster 2023-12-08T03:36:06.992171+0000 mgr.a (mgr.14403) 24947 : cluster 0 pgmap v18631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:08 smithi135 bash[32435]: cluster 2023-12-08T03:36:06.992171+0000 mgr.a (mgr.14403) 24947 : cluster 0 pgmap v18631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:09.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:36:09.343 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:09.343 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:10.251 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:36:10.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:10.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:10.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:10.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:36:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:10 smithi079 bash[28699]: cluster 2023-12-08T03:36:08.992898+0000 mgr.a (mgr.14403) 24948 : cluster 0 pgmap v18632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:10 smithi194 bash[32038]: cluster 2023-12-08T03:36:08.992898+0000 mgr.a (mgr.14403) 24948 : cluster 0 pgmap v18632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:10 smithi135 bash[32435]: cluster 2023-12-08T03:36:08.992898+0000 mgr.a (mgr.14403) 24948 : cluster 0 pgmap v18632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:11.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:11 smithi079 bash[28699]: audit 2023-12-08T03:36:09.748047+0000 mgr.a (mgr.14403) 24949 : audit 0 from='client.491241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:11.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:11 smithi194 bash[32038]: audit 2023-12-08T03:36:09.748047+0000 mgr.a (mgr.14403) 24949 : audit 0 from='client.491241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:11.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:11 smithi135 bash[32435]: audit 2023-12-08T03:36:09.748047+0000 mgr.a (mgr.14403) 24949 : audit 0 from='client.491241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:12 smithi079 bash[28699]: cluster 2023-12-08T03:36:10.993590+0000 mgr.a (mgr.14403) 24950 : cluster 0 pgmap v18633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:12 smithi194 bash[32038]: cluster 2023-12-08T03:36:10.993590+0000 mgr.a (mgr.14403) 24950 : cluster 0 pgmap v18633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:12 smithi135 bash[32435]: cluster 2023-12-08T03:36:10.993590+0000 mgr.a (mgr.14403) 24950 : cluster 0 pgmap v18633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:14 smithi079 bash[28699]: cluster 2023-12-08T03:36:12.994179+0000 mgr.a (mgr.14403) 24951 : cluster 0 pgmap v18634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:14 smithi194 bash[32038]: cluster 2023-12-08T03:36:12.994179+0000 mgr.a (mgr.14403) 24951 : cluster 0 pgmap v18634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:14.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:14 smithi135 bash[32435]: cluster 2023-12-08T03:36:12.994179+0000 mgr.a (mgr.14403) 24951 : cluster 0 pgmap v18634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:15.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:36:15.255 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:15.255 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:16.165 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:36:16.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:16.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:16.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:16.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:36:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:16 smithi079 bash[28699]: cluster 2023-12-08T03:36:14.995155+0000 mgr.a (mgr.14403) 24952 : cluster 0 pgmap v18635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:16 smithi079 bash[28699]: audit 2023-12-08T03:36:15.663511+0000 mgr.a (mgr.14403) 24953 : audit 0 from='client.491319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:16 smithi194 bash[32038]: cluster 2023-12-08T03:36:14.995155+0000 mgr.a (mgr.14403) 24952 : cluster 0 pgmap v18635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:16 smithi194 bash[32038]: audit 2023-12-08T03:36:15.663511+0000 mgr.a (mgr.14403) 24953 : audit 0 from='client.491319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:16 smithi135 bash[32435]: cluster 2023-12-08T03:36:14.995155+0000 mgr.a (mgr.14403) 24952 : cluster 0 pgmap v18635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:16 smithi135 bash[32435]: audit 2023-12-08T03:36:15.663511+0000 mgr.a (mgr.14403) 24953 : audit 0 from='client.491319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:18 smithi079 bash[28699]: cluster 2023-12-08T03:36:16.995890+0000 mgr.a (mgr.14403) 24954 : cluster 0 pgmap v18636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:18 smithi194 bash[32038]: cluster 2023-12-08T03:36:16.995890+0000 mgr.a (mgr.14403) 24954 : cluster 0 pgmap v18636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:18 smithi135 bash[32435]: cluster 2023-12-08T03:36:16.995890+0000 mgr.a (mgr.14403) 24954 : cluster 0 pgmap v18636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:20 smithi079 bash[28699]: cluster 2023-12-08T03:36:18.996695+0000 mgr.a (mgr.14403) 24955 : cluster 0 pgmap v18637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:20 smithi194 bash[32038]: cluster 2023-12-08T03:36:18.996695+0000 mgr.a (mgr.14403) 24955 : cluster 0 pgmap v18637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:20 smithi135 bash[32435]: cluster 2023-12-08T03:36:18.996695+0000 mgr.a (mgr.14403) 24955 : cluster 0 pgmap v18637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:21.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:36:21.169 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:21.170 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:22.078 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:36:22.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:22.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:22.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:22.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:36:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:22 smithi079 bash[28699]: cluster 2023-12-08T03:36:20.997387+0000 mgr.a (mgr.14403) 24956 : cluster 0 pgmap v18638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:22 smithi079 bash[28699]: audit 2023-12-08T03:36:21.573838+0000 mgr.a (mgr.14403) 24957 : audit 0 from='client.491394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:22 smithi194 bash[32038]: cluster 2023-12-08T03:36:20.997387+0000 mgr.a (mgr.14403) 24956 : cluster 0 pgmap v18638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:22 smithi194 bash[32038]: audit 2023-12-08T03:36:21.573838+0000 mgr.a (mgr.14403) 24957 : audit 0 from='client.491394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:22 smithi135 bash[32435]: cluster 2023-12-08T03:36:20.997387+0000 mgr.a (mgr.14403) 24956 : cluster 0 pgmap v18638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:22 smithi135 bash[32435]: audit 2023-12-08T03:36:21.573838+0000 mgr.a (mgr.14403) 24957 : audit 0 from='client.491394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:24 smithi079 bash[28699]: cluster 2023-12-08T03:36:22.998161+0000 mgr.a (mgr.14403) 24958 : cluster 0 pgmap v18639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:24 smithi194 bash[32038]: cluster 2023-12-08T03:36:22.998161+0000 mgr.a (mgr.14403) 24958 : cluster 0 pgmap v18639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:24 smithi135 bash[32435]: cluster 2023-12-08T03:36:22.998161+0000 mgr.a (mgr.14403) 24958 : cluster 0 pgmap v18639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:26 smithi079 bash[28699]: cluster 2023-12-08T03:36:24.998993+0000 mgr.a (mgr.14403) 24959 : cluster 0 pgmap v18640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:26 smithi194 bash[32038]: cluster 2023-12-08T03:36:24.998993+0000 mgr.a (mgr.14403) 24959 : cluster 0 pgmap v18640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:26 smithi135 bash[32435]: cluster 2023-12-08T03:36:24.998993+0000 mgr.a (mgr.14403) 24959 : cluster 0 pgmap v18640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:27.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:36:27.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:27.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:27.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:27.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:27.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:27.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:36:27.990 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:36:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:28 smithi079 bash[28699]: cluster 2023-12-08T03:36:26.999563+0000 mgr.a (mgr.14403) 24960 : cluster 0 pgmap v18641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:28 smithi079 bash[28699]: audit 2023-12-08T03:36:27.487102+0000 mgr.a (mgr.14403) 24961 : audit 0 from='client.491466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:28 smithi194 bash[32038]: cluster 2023-12-08T03:36:26.999563+0000 mgr.a (mgr.14403) 24960 : cluster 0 pgmap v18641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:28 smithi194 bash[32038]: audit 2023-12-08T03:36:27.487102+0000 mgr.a (mgr.14403) 24961 : audit 0 from='client.491466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:28 smithi135 bash[32435]: cluster 2023-12-08T03:36:26.999563+0000 mgr.a (mgr.14403) 24960 : cluster 0 pgmap v18641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:28 smithi135 bash[32435]: audit 2023-12-08T03:36:27.487102+0000 mgr.a (mgr.14403) 24961 : audit 0 from='client.491466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:30 smithi079 bash[28699]: cluster 2023-12-08T03:36:29.000477+0000 mgr.a (mgr.14403) 24962 : cluster 0 pgmap v18642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:30 smithi194 bash[32038]: cluster 2023-12-08T03:36:29.000477+0000 mgr.a (mgr.14403) 24962 : cluster 0 pgmap v18642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:30 smithi135 bash[32435]: cluster 2023-12-08T03:36:29.000477+0000 mgr.a (mgr.14403) 24962 : cluster 0 pgmap v18642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:32 smithi079 bash[28699]: cluster 2023-12-08T03:36:31.001065+0000 mgr.a (mgr.14403) 24963 : cluster 0 pgmap v18643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:32 smithi194 bash[32038]: cluster 2023-12-08T03:36:31.001065+0000 mgr.a (mgr.14403) 24963 : cluster 0 pgmap v18643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:32 smithi135 bash[32435]: cluster 2023-12-08T03:36:31.001065+0000 mgr.a (mgr.14403) 24963 : cluster 0 pgmap v18643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:32.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:36:32.994 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:32.994 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:33.891 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:36:33.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:33.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:33.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:33.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:36:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:34 smithi079 bash[28699]: cluster 2023-12-08T03:36:33.001618+0000 mgr.a (mgr.14403) 24964 : cluster 0 pgmap v18644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:34 smithi079 bash[28699]: audit 2023-12-08T03:36:33.397212+0000 mgr.a (mgr.14403) 24965 : audit 0 from='client.491544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:34 smithi194 bash[32038]: cluster 2023-12-08T03:36:33.001618+0000 mgr.a (mgr.14403) 24964 : cluster 0 pgmap v18644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:34 smithi194 bash[32038]: audit 2023-12-08T03:36:33.397212+0000 mgr.a (mgr.14403) 24965 : audit 0 from='client.491544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:34 smithi135 bash[32435]: cluster 2023-12-08T03:36:33.001618+0000 mgr.a (mgr.14403) 24964 : cluster 0 pgmap v18644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:34 smithi135 bash[32435]: audit 2023-12-08T03:36:33.397212+0000 mgr.a (mgr.14403) 24965 : audit 0 from='client.491544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:36 smithi079 bash[28699]: cluster 2023-12-08T03:36:35.002700+0000 mgr.a (mgr.14403) 24966 : cluster 0 pgmap v18645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:36:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:36 smithi194 bash[32038]: cluster 2023-12-08T03:36:35.002700+0000 mgr.a (mgr.14403) 24966 : cluster 0 pgmap v18645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:36:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:36 smithi135 bash[32435]: cluster 2023-12-08T03:36:35.002700+0000 mgr.a (mgr.14403) 24966 : cluster 0 pgmap v18645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:36:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:38 smithi079 bash[28699]: cluster 2023-12-08T03:36:37.003387+0000 mgr.a (mgr.14403) 24967 : cluster 0 pgmap v18646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:36:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:38 smithi194 bash[32038]: cluster 2023-12-08T03:36:37.003387+0000 mgr.a (mgr.14403) 24967 : cluster 0 pgmap v18646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:36:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:38 smithi135 bash[32435]: cluster 2023-12-08T03:36:37.003387+0000 mgr.a (mgr.14403) 24967 : cluster 0 pgmap v18646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:36:38.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:36:38.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:38.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:39.822 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:36:39.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:39.822 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:39.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:39.823 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:36:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:40 smithi079 bash[28699]: cluster 2023-12-08T03:36:39.004088+0000 mgr.a (mgr.14403) 24968 : cluster 0 pgmap v18647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:40 smithi079 bash[28699]: audit 2023-12-08T03:36:39.299144+0000 mgr.a (mgr.14403) 24969 : audit 0 from='client.491622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:40 smithi194 bash[32038]: cluster 2023-12-08T03:36:39.004088+0000 mgr.a (mgr.14403) 24968 : cluster 0 pgmap v18647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:40 smithi194 bash[32038]: audit 2023-12-08T03:36:39.299144+0000 mgr.a (mgr.14403) 24969 : audit 0 from='client.491622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:40 smithi135 bash[32435]: cluster 2023-12-08T03:36:39.004088+0000 mgr.a (mgr.14403) 24968 : cluster 0 pgmap v18647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:40 smithi135 bash[32435]: audit 2023-12-08T03:36:39.299144+0000 mgr.a (mgr.14403) 24969 : audit 0 from='client.491622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:42 smithi079 bash[28699]: cluster 2023-12-08T03:36:41.004802+0000 mgr.a (mgr.14403) 24970 : cluster 0 pgmap v18648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:42 smithi079 bash[28699]: audit 2023-12-08T03:36:41.888280+0000 mon.a (mon.0) 3894 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:36:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:42 smithi194 bash[32038]: cluster 2023-12-08T03:36:41.004802+0000 mgr.a (mgr.14403) 24970 : cluster 0 pgmap v18648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:42.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:42 smithi194 bash[32038]: audit 2023-12-08T03:36:41.888280+0000 mon.a (mon.0) 3894 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:36:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:42 smithi135 bash[32435]: cluster 2023-12-08T03:36:41.004802+0000 mgr.a (mgr.14403) 24970 : cluster 0 pgmap v18648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:42 smithi135 bash[32435]: audit 2023-12-08T03:36:41.888280+0000 mon.a (mon.0) 3894 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:36:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:43 smithi079 bash[28699]: audit 2023-12-08T03:36:42.632034+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:36:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:43 smithi079 bash[28699]: audit 2023-12-08T03:36:42.633583+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:36:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:43 smithi079 bash[28699]: audit 2023-12-08T03:36:42.642787+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:36:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:43 smithi194 bash[32038]: audit 2023-12-08T03:36:42.632034+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:36:43.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:43 smithi194 bash[32038]: audit 2023-12-08T03:36:42.633583+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:36:43.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:43 smithi194 bash[32038]: audit 2023-12-08T03:36:42.642787+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:36:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:43 smithi135 bash[32435]: audit 2023-12-08T03:36:42.632034+0000 mon.a (mon.0) 3895 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:36:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:43 smithi135 bash[32435]: audit 2023-12-08T03:36:42.633583+0000 mon.a (mon.0) 3896 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:36:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:43 smithi135 bash[32435]: audit 2023-12-08T03:36:42.642787+0000 mon.a (mon.0) 3897 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:36:44.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:36:44.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:44.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:44 smithi194 bash[32038]: cluster 2023-12-08T03:36:43.005396+0000 mgr.a (mgr.14403) 24971 : cluster 0 pgmap v18649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:44 smithi135 bash[32435]: cluster 2023-12-08T03:36:43.005396+0000 mgr.a (mgr.14403) 24971 : cluster 0 pgmap v18649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:44 smithi079 bash[28699]: cluster 2023-12-08T03:36:43.005396+0000 mgr.a (mgr.14403) 24971 : cluster 0 pgmap v18649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:36:45.735 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:36:45.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:45.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:45.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:45.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:36:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:46 smithi194 bash[32038]: cluster 2023-12-08T03:36:45.006200+0000 mgr.a (mgr.14403) 24972 : cluster 0 pgmap v18650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:46 smithi194 bash[32038]: audit 2023-12-08T03:36:45.229252+0000 mgr.a (mgr.14403) 24973 : audit 0 from='client.491700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:46 smithi135 bash[32435]: cluster 2023-12-08T03:36:45.006200+0000 mgr.a (mgr.14403) 24972 : cluster 0 pgmap v18650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:46 smithi135 bash[32435]: audit 2023-12-08T03:36:45.229252+0000 mgr.a (mgr.14403) 24973 : audit 0 from='client.491700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:46 smithi079 bash[28699]: cluster 2023-12-08T03:36:45.006200+0000 mgr.a (mgr.14403) 24972 : cluster 0 pgmap v18650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:46 smithi079 bash[28699]: audit 2023-12-08T03:36:45.229252+0000 mgr.a (mgr.14403) 24973 : audit 0 from='client.491700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:48 smithi194 bash[32038]: cluster 2023-12-08T03:36:47.007064+0000 mgr.a (mgr.14403) 24974 : cluster 0 pgmap v18651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:36:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:48 smithi135 bash[32435]: cluster 2023-12-08T03:36:47.007064+0000 mgr.a (mgr.14403) 24974 : cluster 0 pgmap v18651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:36:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:48 smithi079 bash[28699]: cluster 2023-12-08T03:36:47.007064+0000 mgr.a (mgr.14403) 24974 : cluster 0 pgmap v18651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:36:50.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:36:50.738 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:50.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:50 smithi194 bash[32038]: cluster 2023-12-08T03:36:49.008058+0000 mgr.a (mgr.14403) 24975 : cluster 0 pgmap v18652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:36:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:50 smithi135 bash[32435]: cluster 2023-12-08T03:36:49.008058+0000 mgr.a (mgr.14403) 24975 : cluster 0 pgmap v18652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:36:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:50 smithi079 bash[28699]: cluster 2023-12-08T03:36:49.008058+0000 mgr.a (mgr.14403) 24975 : cluster 0 pgmap v18652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:36:51.641 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:36:51.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:51.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:51.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:51.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:36:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:52 smithi194 bash[32038]: cluster 2023-12-08T03:36:51.008761+0000 mgr.a (mgr.14403) 24976 : cluster 0 pgmap v18653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:52 smithi194 bash[32038]: audit 2023-12-08T03:36:51.141606+0000 mgr.a (mgr.14403) 24977 : audit 0 from='client.491775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:52 smithi135 bash[32435]: cluster 2023-12-08T03:36:51.008761+0000 mgr.a (mgr.14403) 24976 : cluster 0 pgmap v18653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:52 smithi135 bash[32435]: audit 2023-12-08T03:36:51.141606+0000 mgr.a (mgr.14403) 24977 : audit 0 from='client.491775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:52 smithi079 bash[28699]: cluster 2023-12-08T03:36:51.008761+0000 mgr.a (mgr.14403) 24976 : cluster 0 pgmap v18653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:52 smithi079 bash[28699]: audit 2023-12-08T03:36:51.141606+0000 mgr.a (mgr.14403) 24977 : audit 0 from='client.491775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:54 smithi194 bash[32038]: cluster 2023-12-08T03:36:53.009453+0000 mgr.a (mgr.14403) 24978 : cluster 0 pgmap v18654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:54 smithi135 bash[32435]: cluster 2023-12-08T03:36:53.009453+0000 mgr.a (mgr.14403) 24978 : cluster 0 pgmap v18654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:54 smithi079 bash[28699]: cluster 2023-12-08T03:36:53.009453+0000 mgr.a (mgr.14403) 24978 : cluster 0 pgmap v18654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:56.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:36:56.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:36:56.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:36:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:56 smithi194 bash[32038]: cluster 2023-12-08T03:36:55.010296+0000 mgr.a (mgr.14403) 24979 : cluster 0 pgmap v18655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:56 smithi135 bash[32435]: cluster 2023-12-08T03:36:55.010296+0000 mgr.a (mgr.14403) 24979 : cluster 0 pgmap v18655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:56 smithi079 bash[28699]: cluster 2023-12-08T03:36:55.010296+0000 mgr.a (mgr.14403) 24979 : cluster 0 pgmap v18655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:36:57.550 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:36:57.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:36:57.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:36:57.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:36:57.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:36:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:58 smithi194 bash[32038]: cluster 2023-12-08T03:36:57.010954+0000 mgr.a (mgr.14403) 24980 : cluster 0 pgmap v18656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:36:58 smithi194 bash[32038]: audit 2023-12-08T03:36:57.042359+0000 mgr.a (mgr.14403) 24981 : audit 0 from='client.491850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:58 smithi135 bash[32435]: cluster 2023-12-08T03:36:57.010954+0000 mgr.a (mgr.14403) 24980 : cluster 0 pgmap v18656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:36:58 smithi135 bash[32435]: audit 2023-12-08T03:36:57.042359+0000 mgr.a (mgr.14403) 24981 : audit 0 from='client.491850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:36:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:58 smithi079 bash[28699]: cluster 2023-12-08T03:36:57.010954+0000 mgr.a (mgr.14403) 24980 : cluster 0 pgmap v18656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:36:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:36:58 smithi079 bash[28699]: audit 2023-12-08T03:36:57.042359+0000 mgr.a (mgr.14403) 24981 : audit 0 from='client.491850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:00 smithi194 bash[32038]: cluster 2023-12-08T03:36:59.011828+0000 mgr.a (mgr.14403) 24982 : cluster 0 pgmap v18657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:00 smithi135 bash[32435]: cluster 2023-12-08T03:36:59.011828+0000 mgr.a (mgr.14403) 24982 : cluster 0 pgmap v18657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:00 smithi079 bash[28699]: cluster 2023-12-08T03:36:59.011828+0000 mgr.a (mgr.14403) 24982 : cluster 0 pgmap v18657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:02.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:37:02.554 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:02.554 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:02 smithi194 bash[32038]: cluster 2023-12-08T03:37:01.012405+0000 mgr.a (mgr.14403) 24983 : cluster 0 pgmap v18658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:02 smithi135 bash[32435]: cluster 2023-12-08T03:37:01.012405+0000 mgr.a (mgr.14403) 24983 : cluster 0 pgmap v18658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:02 smithi079 bash[28699]: cluster 2023-12-08T03:37:01.012405+0000 mgr.a (mgr.14403) 24983 : cluster 0 pgmap v18658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:03.454 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:37:03.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:03.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:03.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:03.454 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:37:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:03 smithi194 bash[32038]: audit 2023-12-08T03:37:02.959117+0000 mgr.a (mgr.14403) 24984 : audit 0 from='client.491925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:03.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:03 smithi194 bash[32038]: cluster 2023-12-08T03:37:03.013111+0000 mgr.a (mgr.14403) 24985 : cluster 0 pgmap v18659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:03 smithi135 bash[32435]: audit 2023-12-08T03:37:02.959117+0000 mgr.a (mgr.14403) 24984 : audit 0 from='client.491925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:03 smithi135 bash[32435]: cluster 2023-12-08T03:37:03.013111+0000 mgr.a (mgr.14403) 24985 : cluster 0 pgmap v18659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:03 smithi079 bash[28699]: audit 2023-12-08T03:37:02.959117+0000 mgr.a (mgr.14403) 24984 : audit 0 from='client.491925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:03 smithi079 bash[28699]: cluster 2023-12-08T03:37:03.013111+0000 mgr.a (mgr.14403) 24985 : cluster 0 pgmap v18659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:06.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:06 smithi079 bash[28699]: cluster 2023-12-08T03:37:05.014018+0000 mgr.a (mgr.14403) 24986 : cluster 0 pgmap v18660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:06.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:06 smithi194 bash[32038]: cluster 2023-12-08T03:37:05.014018+0000 mgr.a (mgr.14403) 24986 : cluster 0 pgmap v18660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:06.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:06 smithi135 bash[32435]: cluster 2023-12-08T03:37:05.014018+0000 mgr.a (mgr.14403) 24986 : cluster 0 pgmap v18660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:08.457 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:37:08.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:08.458 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:08 smithi079 bash[28699]: cluster 2023-12-08T03:37:07.014581+0000 mgr.a (mgr.14403) 24987 : cluster 0 pgmap v18661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:08 smithi194 bash[32038]: cluster 2023-12-08T03:37:07.014581+0000 mgr.a (mgr.14403) 24987 : cluster 0 pgmap v18661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:08 smithi135 bash[32435]: cluster 2023-12-08T03:37:07.014581+0000 mgr.a (mgr.14403) 24987 : cluster 0 pgmap v18661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:09.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:09.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:09.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:09.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:37:09.375 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:37:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:10 smithi079 bash[28699]: audit 2023-12-08T03:37:08.860931+0000 mgr.a (mgr.14403) 24988 : audit 0 from='client.492003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:10 smithi079 bash[28699]: cluster 2023-12-08T03:37:09.015794+0000 mgr.a (mgr.14403) 24989 : cluster 0 pgmap v18662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:10 smithi194 bash[32038]: audit 2023-12-08T03:37:08.860931+0000 mgr.a (mgr.14403) 24988 : audit 0 from='client.492003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:10 smithi194 bash[32038]: cluster 2023-12-08T03:37:09.015794+0000 mgr.a (mgr.14403) 24989 : cluster 0 pgmap v18662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:10 smithi135 bash[32435]: audit 2023-12-08T03:37:08.860931+0000 mgr.a (mgr.14403) 24988 : audit 0 from='client.492003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:10 smithi135 bash[32435]: cluster 2023-12-08T03:37:09.015794+0000 mgr.a (mgr.14403) 24989 : cluster 0 pgmap v18662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:12 smithi079 bash[28699]: cluster 2023-12-08T03:37:11.016507+0000 mgr.a (mgr.14403) 24990 : cluster 0 pgmap v18663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:12 smithi194 bash[32038]: cluster 2023-12-08T03:37:11.016507+0000 mgr.a (mgr.14403) 24990 : cluster 0 pgmap v18663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:12 smithi135 bash[32435]: cluster 2023-12-08T03:37:11.016507+0000 mgr.a (mgr.14403) 24990 : cluster 0 pgmap v18663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:14.376 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:37:14.377 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:14.377 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:14 smithi079 bash[28699]: cluster 2023-12-08T03:37:13.017233+0000 mgr.a (mgr.14403) 24991 : cluster 0 pgmap v18664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:14 smithi194 bash[32038]: cluster 2023-12-08T03:37:13.017233+0000 mgr.a (mgr.14403) 24991 : cluster 0 pgmap v18664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:14 smithi135 bash[32435]: cluster 2023-12-08T03:37:13.017233+0000 mgr.a (mgr.14403) 24991 : cluster 0 pgmap v18664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:15.282 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:37:15.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:15.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:15.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:15.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:37:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:16 smithi079 bash[28699]: audit 2023-12-08T03:37:14.785291+0000 mgr.a (mgr.14403) 24992 : audit 0 from='client.492078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:16 smithi079 bash[28699]: cluster 2023-12-08T03:37:15.018331+0000 mgr.a (mgr.14403) 24993 : cluster 0 pgmap v18665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:16 smithi194 bash[32038]: audit 2023-12-08T03:37:14.785291+0000 mgr.a (mgr.14403) 24992 : audit 0 from='client.492078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:16 smithi194 bash[32038]: cluster 2023-12-08T03:37:15.018331+0000 mgr.a (mgr.14403) 24993 : cluster 0 pgmap v18665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:16 smithi135 bash[32435]: audit 2023-12-08T03:37:14.785291+0000 mgr.a (mgr.14403) 24992 : audit 0 from='client.492078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:16 smithi135 bash[32435]: cluster 2023-12-08T03:37:15.018331+0000 mgr.a (mgr.14403) 24993 : cluster 0 pgmap v18665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:18 smithi079 bash[28699]: cluster 2023-12-08T03:37:17.018991+0000 mgr.a (mgr.14403) 24994 : cluster 0 pgmap v18666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:18 smithi194 bash[32038]: cluster 2023-12-08T03:37:17.018991+0000 mgr.a (mgr.14403) 24994 : cluster 0 pgmap v18666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:18 smithi135 bash[32435]: cluster 2023-12-08T03:37:17.018991+0000 mgr.a (mgr.14403) 24994 : cluster 0 pgmap v18666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:20.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:37:20.286 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:20.286 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:20 smithi079 bash[28699]: cluster 2023-12-08T03:37:19.019761+0000 mgr.a (mgr.14403) 24995 : cluster 0 pgmap v18667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:20 smithi194 bash[32038]: cluster 2023-12-08T03:37:19.019761+0000 mgr.a (mgr.14403) 24995 : cluster 0 pgmap v18667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:20 smithi135 bash[32435]: cluster 2023-12-08T03:37:19.019761+0000 mgr.a (mgr.14403) 24995 : cluster 0 pgmap v18667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:21.173 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:37:21.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:21.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:21.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:21.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:37:21.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:21 smithi079 bash[28699]: audit 2023-12-08T03:37:20.684541+0000 mgr.a (mgr.14403) 24996 : audit 0 from='client.492153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:21.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:21 smithi194 bash[32038]: audit 2023-12-08T03:37:20.684541+0000 mgr.a (mgr.14403) 24996 : audit 0 from='client.492153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:21 smithi135 bash[32435]: audit 2023-12-08T03:37:20.684541+0000 mgr.a (mgr.14403) 24996 : audit 0 from='client.492153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:22 smithi079 bash[28699]: cluster 2023-12-08T03:37:21.020188+0000 mgr.a (mgr.14403) 24997 : cluster 0 pgmap v18668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:22 smithi194 bash[32038]: cluster 2023-12-08T03:37:21.020188+0000 mgr.a (mgr.14403) 24997 : cluster 0 pgmap v18668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:22 smithi135 bash[32435]: cluster 2023-12-08T03:37:21.020188+0000 mgr.a (mgr.14403) 24997 : cluster 0 pgmap v18668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:24 smithi079 bash[28699]: cluster 2023-12-08T03:37:23.020940+0000 mgr.a (mgr.14403) 24998 : cluster 0 pgmap v18669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:24 smithi194 bash[32038]: cluster 2023-12-08T03:37:23.020940+0000 mgr.a (mgr.14403) 24998 : cluster 0 pgmap v18669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:24 smithi135 bash[32435]: cluster 2023-12-08T03:37:23.020940+0000 mgr.a (mgr.14403) 24998 : cluster 0 pgmap v18669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:26.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:37:26.177 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:26.177 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:26 smithi079 bash[28699]: cluster 2023-12-08T03:37:25.021911+0000 mgr.a (mgr.14403) 24999 : cluster 0 pgmap v18670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:26 smithi194 bash[32038]: cluster 2023-12-08T03:37:25.021911+0000 mgr.a (mgr.14403) 24999 : cluster 0 pgmap v18670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:26 smithi135 bash[32435]: cluster 2023-12-08T03:37:25.021911+0000 mgr.a (mgr.14403) 24999 : cluster 0 pgmap v18670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:27.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:27.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:27.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:27.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:37:27.090 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:37:27.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:27 smithi079 bash[28699]: audit 2023-12-08T03:37:26.577026+0000 mgr.a (mgr.14403) 25000 : audit 0 from='client.492231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:27.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:27 smithi194 bash[32038]: audit 2023-12-08T03:37:26.577026+0000 mgr.a (mgr.14403) 25000 : audit 0 from='client.492231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:27.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:27 smithi135 bash[32435]: audit 2023-12-08T03:37:26.577026+0000 mgr.a (mgr.14403) 25000 : audit 0 from='client.492231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:28 smithi079 bash[28699]: cluster 2023-12-08T03:37:27.022631+0000 mgr.a (mgr.14403) 25001 : cluster 0 pgmap v18671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:28 smithi194 bash[32038]: cluster 2023-12-08T03:37:27.022631+0000 mgr.a (mgr.14403) 25001 : cluster 0 pgmap v18671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:28 smithi135 bash[32435]: cluster 2023-12-08T03:37:27.022631+0000 mgr.a (mgr.14403) 25001 : cluster 0 pgmap v18671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:30 smithi079 bash[28699]: cluster 2023-12-08T03:37:29.023487+0000 mgr.a (mgr.14403) 25002 : cluster 0 pgmap v18672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:30 smithi194 bash[32038]: cluster 2023-12-08T03:37:29.023487+0000 mgr.a (mgr.14403) 25002 : cluster 0 pgmap v18672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:30 smithi135 bash[32435]: cluster 2023-12-08T03:37:29.023487+0000 mgr.a (mgr.14403) 25002 : cluster 0 pgmap v18672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:32.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:37:32.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:32.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:32 smithi079 bash[28699]: cluster 2023-12-08T03:37:31.024052+0000 mgr.a (mgr.14403) 25003 : cluster 0 pgmap v18673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:32 smithi194 bash[32038]: cluster 2023-12-08T03:37:31.024052+0000 mgr.a (mgr.14403) 25003 : cluster 0 pgmap v18673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:32 smithi135 bash[32435]: cluster 2023-12-08T03:37:31.024052+0000 mgr.a (mgr.14403) 25003 : cluster 0 pgmap v18673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:32.982 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:37:32.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:32.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:32.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:32.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:37:33.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:33 smithi079 bash[28699]: audit 2023-12-08T03:37:32.491955+0000 mgr.a (mgr.14403) 25004 : audit 0 from='client.492309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:33.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:33 smithi194 bash[32038]: audit 2023-12-08T03:37:32.491955+0000 mgr.a (mgr.14403) 25004 : audit 0 from='client.492309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:33.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:33 smithi135 bash[32435]: audit 2023-12-08T03:37:32.491955+0000 mgr.a (mgr.14403) 25004 : audit 0 from='client.492309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:34 smithi079 bash[28699]: cluster 2023-12-08T03:37:33.024808+0000 mgr.a (mgr.14403) 25005 : cluster 0 pgmap v18674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:34 smithi194 bash[32038]: cluster 2023-12-08T03:37:33.024808+0000 mgr.a (mgr.14403) 25005 : cluster 0 pgmap v18674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:34 smithi135 bash[32435]: cluster 2023-12-08T03:37:33.024808+0000 mgr.a (mgr.14403) 25005 : cluster 0 pgmap v18674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:36 smithi079 bash[28699]: cluster 2023-12-08T03:37:35.025613+0000 mgr.a (mgr.14403) 25006 : cluster 0 pgmap v18675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:36 smithi194 bash[32038]: cluster 2023-12-08T03:37:35.025613+0000 mgr.a (mgr.14403) 25006 : cluster 0 pgmap v18675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:36 smithi135 bash[32435]: cluster 2023-12-08T03:37:35.025613+0000 mgr.a (mgr.14403) 25006 : cluster 0 pgmap v18675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:37:37.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:37:37.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:37.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:38 smithi079 bash[28699]: cluster 2023-12-08T03:37:37.026160+0000 mgr.a (mgr.14403) 25007 : cluster 0 pgmap v18676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:38 smithi194 bash[32038]: cluster 2023-12-08T03:37:37.026160+0000 mgr.a (mgr.14403) 25007 : cluster 0 pgmap v18676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:38 smithi135 bash[32435]: cluster 2023-12-08T03:37:37.026160+0000 mgr.a (mgr.14403) 25007 : cluster 0 pgmap v18676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:38.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:38.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:38.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:38.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:37:38.891 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:37:39.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:39 smithi079 bash[28699]: audit 2023-12-08T03:37:38.387618+0000 mgr.a (mgr.14403) 25008 : audit 0 from='client.492384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:39.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:39 smithi194 bash[32038]: audit 2023-12-08T03:37:38.387618+0000 mgr.a (mgr.14403) 25008 : audit 0 from='client.492384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:39.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:39 smithi135 bash[32435]: audit 2023-12-08T03:37:38.387618+0000 mgr.a (mgr.14403) 25008 : audit 0 from='client.492384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:40 smithi079 bash[28699]: cluster 2023-12-08T03:37:39.027234+0000 mgr.a (mgr.14403) 25009 : cluster 0 pgmap v18677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:37:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:40 smithi194 bash[32038]: cluster 2023-12-08T03:37:39.027234+0000 mgr.a (mgr.14403) 25009 : cluster 0 pgmap v18677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:37:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:40 smithi135 bash[32435]: cluster 2023-12-08T03:37:39.027234+0000 mgr.a (mgr.14403) 25009 : cluster 0 pgmap v18677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:37:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:42 smithi079 bash[28699]: cluster 2023-12-08T03:37:41.027868+0000 mgr.a (mgr.14403) 25010 : cluster 0 pgmap v18678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:37:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:42 smithi194 bash[32038]: cluster 2023-12-08T03:37:41.027868+0000 mgr.a (mgr.14403) 25010 : cluster 0 pgmap v18678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:37:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:42 smithi135 bash[32435]: cluster 2023-12-08T03:37:41.027868+0000 mgr.a (mgr.14403) 25010 : cluster 0 pgmap v18678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:37:43.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:43 smithi079 bash[28699]: audit 2023-12-08T03:37:42.745415+0000 mon.a (mon.0) 3898 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:37:43.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:43 smithi194 bash[32038]: audit 2023-12-08T03:37:42.745415+0000 mon.a (mon.0) 3898 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:37:43.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:43 smithi135 bash[32435]: audit 2023-12-08T03:37:42.745415+0000 mon.a (mon.0) 3898 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:37:43.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:37:43.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:43.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:44 smithi079 bash[28699]: cluster 2023-12-08T03:37:43.028417+0000 mgr.a (mgr.14403) 25011 : cluster 0 pgmap v18679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:37:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:44 smithi079 bash[28699]: audit 2023-12-08T03:37:43.482459+0000 mon.a (mon.0) 3899 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:37:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:44 smithi079 bash[28699]: audit 2023-12-08T03:37:43.484212+0000 mon.a (mon.0) 3900 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:37:44.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:44 smithi079 bash[28699]: audit 2023-12-08T03:37:43.495026+0000 mon.a (mon.0) 3901 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:37:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:44 smithi194 bash[32038]: cluster 2023-12-08T03:37:43.028417+0000 mgr.a (mgr.14403) 25011 : cluster 0 pgmap v18679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:37:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:44 smithi194 bash[32038]: audit 2023-12-08T03:37:43.482459+0000 mon.a (mon.0) 3899 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:37:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:44 smithi194 bash[32038]: audit 2023-12-08T03:37:43.484212+0000 mon.a (mon.0) 3900 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:37:44.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:44 smithi194 bash[32038]: audit 2023-12-08T03:37:43.495026+0000 mon.a (mon.0) 3901 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:37:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:44 smithi135 bash[32435]: cluster 2023-12-08T03:37:43.028417+0000 mgr.a (mgr.14403) 25011 : cluster 0 pgmap v18679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:37:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:44 smithi135 bash[32435]: audit 2023-12-08T03:37:43.482459+0000 mon.a (mon.0) 3899 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:37:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:44 smithi135 bash[32435]: audit 2023-12-08T03:37:43.484212+0000 mon.a (mon.0) 3900 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:37:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:44 smithi135 bash[32435]: audit 2023-12-08T03:37:43.495026+0000 mon.a (mon.0) 3901 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:37:44.815 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:37:44.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:44.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:44.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:44.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:37:45.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:45 smithi079 bash[28699]: audit 2023-12-08T03:37:44.294604+0000 mgr.a (mgr.14403) 25012 : audit 0 from='client.492456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:45.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:45 smithi194 bash[32038]: audit 2023-12-08T03:37:44.294604+0000 mgr.a (mgr.14403) 25012 : audit 0 from='client.492456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:45.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:45 smithi135 bash[32435]: audit 2023-12-08T03:37:44.294604+0000 mgr.a (mgr.14403) 25012 : audit 0 from='client.492456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:46.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:46 smithi079 bash[28699]: cluster 2023-12-08T03:37:45.029670+0000 mgr.a (mgr.14403) 25013 : cluster 0 pgmap v18680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:46 smithi194 bash[32038]: cluster 2023-12-08T03:37:45.029670+0000 mgr.a (mgr.14403) 25013 : cluster 0 pgmap v18680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:46 smithi135 bash[32435]: cluster 2023-12-08T03:37:45.029670+0000 mgr.a (mgr.14403) 25013 : cluster 0 pgmap v18680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:48.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:48 smithi079 bash[28699]: cluster 2023-12-08T03:37:47.030408+0000 mgr.a (mgr.14403) 25014 : cluster 0 pgmap v18681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:48 smithi194 bash[32038]: cluster 2023-12-08T03:37:47.030408+0000 mgr.a (mgr.14403) 25014 : cluster 0 pgmap v18681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:48 smithi135 bash[32435]: cluster 2023-12-08T03:37:47.030408+0000 mgr.a (mgr.14403) 25014 : cluster 0 pgmap v18681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:37:49.818 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:37:49.819 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:49.819 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:50.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:50 smithi079 bash[28699]: cluster 2023-12-08T03:37:49.031311+0000 mgr.a (mgr.14403) 25015 : cluster 0 pgmap v18682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:50 smithi194 bash[32038]: cluster 2023-12-08T03:37:49.031311+0000 mgr.a (mgr.14403) 25015 : cluster 0 pgmap v18682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:50 smithi135 bash[32435]: cluster 2023-12-08T03:37:49.031311+0000 mgr.a (mgr.14403) 25015 : cluster 0 pgmap v18682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:50.752 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:37:50.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:50.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:50.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:50.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:37:51.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:51 smithi079 bash[28699]: audit 2023-12-08T03:37:50.225715+0000 mgr.a (mgr.14403) 25016 : audit 0 from='client.492534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:51.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:51 smithi194 bash[32038]: audit 2023-12-08T03:37:50.225715+0000 mgr.a (mgr.14403) 25016 : audit 0 from='client.492534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:51 smithi135 bash[32435]: audit 2023-12-08T03:37:50.225715+0000 mgr.a (mgr.14403) 25016 : audit 0 from='client.492534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:52.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:52 smithi079 bash[28699]: cluster 2023-12-08T03:37:51.032186+0000 mgr.a (mgr.14403) 25017 : cluster 0 pgmap v18683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:37:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:52 smithi194 bash[32038]: cluster 2023-12-08T03:37:51.032186+0000 mgr.a (mgr.14403) 25017 : cluster 0 pgmap v18683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:37:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:52 smithi135 bash[32435]: cluster 2023-12-08T03:37:51.032186+0000 mgr.a (mgr.14403) 25017 : cluster 0 pgmap v18683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:37:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:54 smithi079 bash[28699]: cluster 2023-12-08T03:37:53.032988+0000 mgr.a (mgr.14403) 25018 : cluster 0 pgmap v18684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:37:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:54 smithi194 bash[32038]: cluster 2023-12-08T03:37:53.032988+0000 mgr.a (mgr.14403) 25018 : cluster 0 pgmap v18684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:37:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:54 smithi135 bash[32435]: cluster 2023-12-08T03:37:53.032988+0000 mgr.a (mgr.14403) 25018 : cluster 0 pgmap v18684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:37:55.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:37:55.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:37:55.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:37:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:56 smithi079 bash[28699]: cluster 2023-12-08T03:37:55.034002+0000 mgr.a (mgr.14403) 25019 : cluster 0 pgmap v18685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:37:56.665 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:37:56.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:37:56.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:37:56.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:37:56.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:37:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:56 smithi194 bash[32038]: cluster 2023-12-08T03:37:55.034002+0000 mgr.a (mgr.14403) 25019 : cluster 0 pgmap v18685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:37:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:56 smithi135 bash[32435]: cluster 2023-12-08T03:37:55.034002+0000 mgr.a (mgr.14403) 25019 : cluster 0 pgmap v18685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:37:57.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:57 smithi079 bash[28699]: audit 2023-12-08T03:37:56.164563+0000 mgr.a (mgr.14403) 25020 : audit 0 from='client.492612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:57 smithi194 bash[32038]: audit 2023-12-08T03:37:56.164563+0000 mgr.a (mgr.14403) 25020 : audit 0 from='client.492612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:57 smithi135 bash[32435]: audit 2023-12-08T03:37:56.164563+0000 mgr.a (mgr.14403) 25020 : audit 0 from='client.492612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:37:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:37:58 smithi079 bash[28699]: cluster 2023-12-08T03:37:57.034761+0000 mgr.a (mgr.14403) 25021 : cluster 0 pgmap v18686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:37:58 smithi194 bash[32038]: cluster 2023-12-08T03:37:57.034761+0000 mgr.a (mgr.14403) 25021 : cluster 0 pgmap v18686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:37:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:37:58 smithi135 bash[32435]: cluster 2023-12-08T03:37:57.034761+0000 mgr.a (mgr.14403) 25021 : cluster 0 pgmap v18686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:00 smithi079 bash[28699]: cluster 2023-12-08T03:37:59.035575+0000 mgr.a (mgr.14403) 25022 : cluster 0 pgmap v18687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:00 smithi194 bash[32038]: cluster 2023-12-08T03:37:59.035575+0000 mgr.a (mgr.14403) 25022 : cluster 0 pgmap v18687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:00 smithi135 bash[32435]: cluster 2023-12-08T03:37:59.035575+0000 mgr.a (mgr.14403) 25022 : cluster 0 pgmap v18687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:01.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:38:01.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:01.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:02.570 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:38:02.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:02.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:02.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:02.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:38:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:02 smithi079 bash[28699]: cluster 2023-12-08T03:38:01.036175+0000 mgr.a (mgr.14403) 25023 : cluster 0 pgmap v18688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:02 smithi194 bash[32038]: cluster 2023-12-08T03:38:01.036175+0000 mgr.a (mgr.14403) 25023 : cluster 0 pgmap v18688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:02 smithi135 bash[32435]: cluster 2023-12-08T03:38:01.036175+0000 mgr.a (mgr.14403) 25023 : cluster 0 pgmap v18688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:03 smithi194 bash[32038]: audit 2023-12-08T03:38:02.075893+0000 mgr.a (mgr.14403) 25024 : audit 0 from='client.492690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:03 smithi135 bash[32435]: audit 2023-12-08T03:38:02.075893+0000 mgr.a (mgr.14403) 25024 : audit 0 from='client.492690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:03 smithi079 bash[28699]: audit 2023-12-08T03:38:02.075893+0000 mgr.a (mgr.14403) 25024 : audit 0 from='client.492690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:04 smithi194 bash[32038]: cluster 2023-12-08T03:38:03.036890+0000 mgr.a (mgr.14403) 25025 : cluster 0 pgmap v18689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:04 smithi135 bash[32435]: cluster 2023-12-08T03:38:03.036890+0000 mgr.a (mgr.14403) 25025 : cluster 0 pgmap v18689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:04 smithi079 bash[28699]: cluster 2023-12-08T03:38:03.036890+0000 mgr.a (mgr.14403) 25025 : cluster 0 pgmap v18689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:06 smithi194 bash[32038]: cluster 2023-12-08T03:38:05.037744+0000 mgr.a (mgr.14403) 25026 : cluster 0 pgmap v18690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:06 smithi135 bash[32435]: cluster 2023-12-08T03:38:05.037744+0000 mgr.a (mgr.14403) 25026 : cluster 0 pgmap v18690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:06 smithi079 bash[28699]: cluster 2023-12-08T03:38:05.037744+0000 mgr.a (mgr.14403) 25026 : cluster 0 pgmap v18690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:07.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:38:07.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:07.574 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:08.477 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:38:08.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:08.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:08.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:08.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:38:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:08 smithi194 bash[32038]: cluster 2023-12-08T03:38:07.038416+0000 mgr.a (mgr.14403) 25027 : cluster 0 pgmap v18691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:08 smithi135 bash[32435]: cluster 2023-12-08T03:38:07.038416+0000 mgr.a (mgr.14403) 25027 : cluster 0 pgmap v18691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:08 smithi079 bash[28699]: cluster 2023-12-08T03:38:07.038416+0000 mgr.a (mgr.14403) 25027 : cluster 0 pgmap v18691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:09 smithi194 bash[32038]: audit 2023-12-08T03:38:07.978075+0000 mgr.a (mgr.14403) 25028 : audit 0 from='client.492762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:09 smithi135 bash[32435]: audit 2023-12-08T03:38:07.978075+0000 mgr.a (mgr.14403) 25028 : audit 0 from='client.492762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:09.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:09 smithi079 bash[28699]: audit 2023-12-08T03:38:07.978075+0000 mgr.a (mgr.14403) 25028 : audit 0 from='client.492762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:10 smithi194 bash[32038]: cluster 2023-12-08T03:38:09.039414+0000 mgr.a (mgr.14403) 25029 : cluster 0 pgmap v18692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:10 smithi135 bash[32435]: cluster 2023-12-08T03:38:09.039414+0000 mgr.a (mgr.14403) 25029 : cluster 0 pgmap v18692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:10 smithi079 bash[28699]: cluster 2023-12-08T03:38:09.039414+0000 mgr.a (mgr.14403) 25029 : cluster 0 pgmap v18692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:12 smithi194 bash[32038]: cluster 2023-12-08T03:38:11.040062+0000 mgr.a (mgr.14403) 25030 : cluster 0 pgmap v18693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:12 smithi135 bash[32435]: cluster 2023-12-08T03:38:11.040062+0000 mgr.a (mgr.14403) 25030 : cluster 0 pgmap v18693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:12 smithi079 bash[28699]: cluster 2023-12-08T03:38:11.040062+0000 mgr.a (mgr.14403) 25030 : cluster 0 pgmap v18693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:13.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:38:13.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:13.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:14.361 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:38:14.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:14.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:14.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:14.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:38:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:14 smithi194 bash[32038]: cluster 2023-12-08T03:38:13.040631+0000 mgr.a (mgr.14403) 25031 : cluster 0 pgmap v18694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:14 smithi135 bash[32435]: cluster 2023-12-08T03:38:13.040631+0000 mgr.a (mgr.14403) 25031 : cluster 0 pgmap v18694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:14 smithi079 bash[28699]: cluster 2023-12-08T03:38:13.040631+0000 mgr.a (mgr.14403) 25031 : cluster 0 pgmap v18694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:15 smithi194 bash[32038]: audit 2023-12-08T03:38:13.886949+0000 mgr.a (mgr.14403) 25032 : audit 0 from='client.492834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:15 smithi135 bash[32435]: audit 2023-12-08T03:38:13.886949+0000 mgr.a (mgr.14403) 25032 : audit 0 from='client.492834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:15.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:15 smithi079 bash[28699]: audit 2023-12-08T03:38:13.886949+0000 mgr.a (mgr.14403) 25032 : audit 0 from='client.492834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:16 smithi194 bash[32038]: cluster 2023-12-08T03:38:15.041621+0000 mgr.a (mgr.14403) 25033 : cluster 0 pgmap v18695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:16 smithi135 bash[32435]: cluster 2023-12-08T03:38:15.041621+0000 mgr.a (mgr.14403) 25033 : cluster 0 pgmap v18695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:16 smithi079 bash[28699]: cluster 2023-12-08T03:38:15.041621+0000 mgr.a (mgr.14403) 25033 : cluster 0 pgmap v18695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:18 smithi194 bash[32038]: cluster 2023-12-08T03:38:17.042192+0000 mgr.a (mgr.14403) 25034 : cluster 0 pgmap v18696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:18 smithi135 bash[32435]: cluster 2023-12-08T03:38:17.042192+0000 mgr.a (mgr.14403) 25034 : cluster 0 pgmap v18696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:18 smithi079 bash[28699]: cluster 2023-12-08T03:38:17.042192+0000 mgr.a (mgr.14403) 25034 : cluster 0 pgmap v18696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:19.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:38:19.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:19.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:20.257 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:38:20.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:20.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:20.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:20.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:38:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:20 smithi194 bash[32038]: cluster 2023-12-08T03:38:19.042935+0000 mgr.a (mgr.14403) 25035 : cluster 0 pgmap v18697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:20 smithi135 bash[32435]: cluster 2023-12-08T03:38:19.042935+0000 mgr.a (mgr.14403) 25035 : cluster 0 pgmap v18697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:20 smithi079 bash[28699]: cluster 2023-12-08T03:38:19.042935+0000 mgr.a (mgr.14403) 25035 : cluster 0 pgmap v18697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:21 smithi135 bash[32435]: audit 2023-12-08T03:38:19.771513+0000 mgr.a (mgr.14403) 25036 : audit 0 from='client.492909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:21 smithi079 bash[28699]: audit 2023-12-08T03:38:19.771513+0000 mgr.a (mgr.14403) 25036 : audit 0 from='client.492909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:21 smithi194 bash[32038]: audit 2023-12-08T03:38:19.771513+0000 mgr.a (mgr.14403) 25036 : audit 0 from='client.492909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:22 smithi135 bash[32435]: cluster 2023-12-08T03:38:21.043766+0000 mgr.a (mgr.14403) 25037 : cluster 0 pgmap v18698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:22 smithi079 bash[28699]: cluster 2023-12-08T03:38:21.043766+0000 mgr.a (mgr.14403) 25037 : cluster 0 pgmap v18698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:22 smithi194 bash[32038]: cluster 2023-12-08T03:38:21.043766+0000 mgr.a (mgr.14403) 25037 : cluster 0 pgmap v18698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:24 smithi079 bash[28699]: cluster 2023-12-08T03:38:23.044509+0000 mgr.a (mgr.14403) 25038 : cluster 0 pgmap v18699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:24 smithi194 bash[32038]: cluster 2023-12-08T03:38:23.044509+0000 mgr.a (mgr.14403) 25038 : cluster 0 pgmap v18699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:24 smithi135 bash[32435]: cluster 2023-12-08T03:38:23.044509+0000 mgr.a (mgr.14403) 25038 : cluster 0 pgmap v18699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:25.260 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:38:25.261 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:25.261 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:26.183 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:38:26.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:26.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:26.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:26.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:38:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:26 smithi079 bash[28699]: cluster 2023-12-08T03:38:25.045394+0000 mgr.a (mgr.14403) 25039 : cluster 0 pgmap v18700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:26 smithi079 bash[28699]: audit 2023-12-08T03:38:25.662554+0000 mgr.a (mgr.14403) 25040 : audit 0 from='client.492987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:26 smithi194 bash[32038]: cluster 2023-12-08T03:38:25.045394+0000 mgr.a (mgr.14403) 25039 : cluster 0 pgmap v18700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:26 smithi194 bash[32038]: audit 2023-12-08T03:38:25.662554+0000 mgr.a (mgr.14403) 25040 : audit 0 from='client.492987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:26 smithi135 bash[32435]: cluster 2023-12-08T03:38:25.045394+0000 mgr.a (mgr.14403) 25039 : cluster 0 pgmap v18700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:26 smithi135 bash[32435]: audit 2023-12-08T03:38:25.662554+0000 mgr.a (mgr.14403) 25040 : audit 0 from='client.492987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:28 smithi079 bash[28699]: cluster 2023-12-08T03:38:27.046191+0000 mgr.a (mgr.14403) 25041 : cluster 0 pgmap v18701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:28 smithi194 bash[32038]: cluster 2023-12-08T03:38:27.046191+0000 mgr.a (mgr.14403) 25041 : cluster 0 pgmap v18701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:28 smithi135 bash[32435]: cluster 2023-12-08T03:38:27.046191+0000 mgr.a (mgr.14403) 25041 : cluster 0 pgmap v18701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:30 smithi079 bash[28699]: cluster 2023-12-08T03:38:29.047088+0000 mgr.a (mgr.14403) 25042 : cluster 0 pgmap v18702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:30 smithi194 bash[32038]: cluster 2023-12-08T03:38:29.047088+0000 mgr.a (mgr.14403) 25042 : cluster 0 pgmap v18702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:30 smithi135 bash[32435]: cluster 2023-12-08T03:38:29.047088+0000 mgr.a (mgr.14403) 25042 : cluster 0 pgmap v18702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:31.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:38:31.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:31.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:32.123 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:38:32.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:32.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:32.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:32.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:38:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:32 smithi079 bash[28699]: cluster 2023-12-08T03:38:31.047607+0000 mgr.a (mgr.14403) 25043 : cluster 0 pgmap v18703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:32 smithi079 bash[28699]: audit 2023-12-08T03:38:31.598390+0000 mgr.a (mgr.14403) 25044 : audit 0 from='client.493059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:32 smithi194 bash[32038]: cluster 2023-12-08T03:38:31.047607+0000 mgr.a (mgr.14403) 25043 : cluster 0 pgmap v18703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:32 smithi194 bash[32038]: audit 2023-12-08T03:38:31.598390+0000 mgr.a (mgr.14403) 25044 : audit 0 from='client.493059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:32 smithi135 bash[32435]: cluster 2023-12-08T03:38:31.047607+0000 mgr.a (mgr.14403) 25043 : cluster 0 pgmap v18703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:32 smithi135 bash[32435]: audit 2023-12-08T03:38:31.598390+0000 mgr.a (mgr.14403) 25044 : audit 0 from='client.493059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:34 smithi079 bash[28699]: cluster 2023-12-08T03:38:33.048313+0000 mgr.a (mgr.14403) 25045 : cluster 0 pgmap v18704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:34 smithi194 bash[32038]: cluster 2023-12-08T03:38:33.048313+0000 mgr.a (mgr.14403) 25045 : cluster 0 pgmap v18704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:34 smithi135 bash[32435]: cluster 2023-12-08T03:38:33.048313+0000 mgr.a (mgr.14403) 25045 : cluster 0 pgmap v18704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:36 smithi079 bash[28699]: cluster 2023-12-08T03:38:35.049151+0000 mgr.a (mgr.14403) 25046 : cluster 0 pgmap v18705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:36 smithi194 bash[32038]: cluster 2023-12-08T03:38:35.049151+0000 mgr.a (mgr.14403) 25046 : cluster 0 pgmap v18705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:36 smithi135 bash[32435]: cluster 2023-12-08T03:38:35.049151+0000 mgr.a (mgr.14403) 25046 : cluster 0 pgmap v18705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:37.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:38:37.126 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:37.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:38.026 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:38:38.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:38.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:38.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:38.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:38:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:38 smithi079 bash[28699]: cluster 2023-12-08T03:38:37.049750+0000 mgr.a (mgr.14403) 25047 : cluster 0 pgmap v18706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:38 smithi079 bash[28699]: audit 2023-12-08T03:38:37.532605+0000 mgr.a (mgr.14403) 25048 : audit 0 from='client.493137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:38 smithi194 bash[32038]: cluster 2023-12-08T03:38:37.049750+0000 mgr.a (mgr.14403) 25047 : cluster 0 pgmap v18706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:38 smithi194 bash[32038]: audit 2023-12-08T03:38:37.532605+0000 mgr.a (mgr.14403) 25048 : audit 0 from='client.493137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:38 smithi135 bash[32435]: cluster 2023-12-08T03:38:37.049750+0000 mgr.a (mgr.14403) 25047 : cluster 0 pgmap v18706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:38 smithi135 bash[32435]: audit 2023-12-08T03:38:37.532605+0000 mgr.a (mgr.14403) 25048 : audit 0 from='client.493137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:40 smithi079 bash[28699]: cluster 2023-12-08T03:38:39.050635+0000 mgr.a (mgr.14403) 25049 : cluster 0 pgmap v18707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:40 smithi194 bash[32038]: cluster 2023-12-08T03:38:39.050635+0000 mgr.a (mgr.14403) 25049 : cluster 0 pgmap v18707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:40 smithi135 bash[32435]: cluster 2023-12-08T03:38:39.050635+0000 mgr.a (mgr.14403) 25049 : cluster 0 pgmap v18707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:38:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:42 smithi079 bash[28699]: cluster 2023-12-08T03:38:41.051202+0000 mgr.a (mgr.14403) 25050 : cluster 0 pgmap v18708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:42 smithi194 bash[32038]: cluster 2023-12-08T03:38:41.051202+0000 mgr.a (mgr.14403) 25050 : cluster 0 pgmap v18708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:42 smithi135 bash[32435]: cluster 2023-12-08T03:38:41.051202+0000 mgr.a (mgr.14403) 25050 : cluster 0 pgmap v18708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:43.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:38:43.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:43.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:43.926 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:38:43.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:43.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:43.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:43.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:38:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:44 smithi079 bash[28699]: cluster 2023-12-08T03:38:43.051707+0000 mgr.a (mgr.14403) 25051 : cluster 0 pgmap v18709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:44 smithi079 bash[28699]: audit 2023-12-08T03:38:43.429246+0000 mgr.a (mgr.14403) 25052 : audit 0 from='client.493209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:44 smithi079 bash[28699]: audit 2023-12-08T03:38:43.598250+0000 mon.a (mon.0) 3902 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:38:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:44 smithi079 bash[28699]: audit 2023-12-08T03:38:44.393980+0000 mon.a (mon.0) 3903 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:38:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:44 smithi079 bash[28699]: audit 2023-12-08T03:38:44.396318+0000 mon.a (mon.0) 3904 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:38:44.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:44 smithi079 bash[28699]: audit 2023-12-08T03:38:44.406246+0000 mon.a (mon.0) 3905 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:38:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:44 smithi194 bash[32038]: cluster 2023-12-08T03:38:43.051707+0000 mgr.a (mgr.14403) 25051 : cluster 0 pgmap v18709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:44 smithi194 bash[32038]: audit 2023-12-08T03:38:43.429246+0000 mgr.a (mgr.14403) 25052 : audit 0 from='client.493209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:44 smithi194 bash[32038]: audit 2023-12-08T03:38:43.598250+0000 mon.a (mon.0) 3902 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:38:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:44 smithi194 bash[32038]: audit 2023-12-08T03:38:44.393980+0000 mon.a (mon.0) 3903 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:38:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:44 smithi194 bash[32038]: audit 2023-12-08T03:38:44.396318+0000 mon.a (mon.0) 3904 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:38:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:44 smithi194 bash[32038]: audit 2023-12-08T03:38:44.406246+0000 mon.a (mon.0) 3905 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:38:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:44 smithi135 bash[32435]: cluster 2023-12-08T03:38:43.051707+0000 mgr.a (mgr.14403) 25051 : cluster 0 pgmap v18709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:44 smithi135 bash[32435]: audit 2023-12-08T03:38:43.429246+0000 mgr.a (mgr.14403) 25052 : audit 0 from='client.493209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:44 smithi135 bash[32435]: audit 2023-12-08T03:38:43.598250+0000 mon.a (mon.0) 3902 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:38:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:44 smithi135 bash[32435]: audit 2023-12-08T03:38:44.393980+0000 mon.a (mon.0) 3903 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:38:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:44 smithi135 bash[32435]: audit 2023-12-08T03:38:44.396318+0000 mon.a (mon.0) 3904 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:38:44.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:44 smithi135 bash[32435]: audit 2023-12-08T03:38:44.406246+0000 mon.a (mon.0) 3905 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:38:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:46 smithi079 bash[28699]: cluster 2023-12-08T03:38:45.052681+0000 mgr.a (mgr.14403) 25053 : cluster 0 pgmap v18710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:38:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:46 smithi194 bash[32038]: cluster 2023-12-08T03:38:45.052681+0000 mgr.a (mgr.14403) 25053 : cluster 0 pgmap v18710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:38:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:46 smithi135 bash[32435]: cluster 2023-12-08T03:38:45.052681+0000 mgr.a (mgr.14403) 25053 : cluster 0 pgmap v18710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:38:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:48 smithi079 bash[28699]: cluster 2023-12-08T03:38:47.053226+0000 mgr.a (mgr.14403) 25054 : cluster 0 pgmap v18711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:38:48.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:38:48.929 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:48.929 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:48 smithi194 bash[32038]: cluster 2023-12-08T03:38:47.053226+0000 mgr.a (mgr.14403) 25054 : cluster 0 pgmap v18711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:38:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:48 smithi135 bash[32435]: cluster 2023-12-08T03:38:47.053226+0000 mgr.a (mgr.14403) 25054 : cluster 0 pgmap v18711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:38:49.823 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:38:49.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:49.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:49.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:49.824 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:38:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:50 smithi079 bash[28699]: cluster 2023-12-08T03:38:49.053934+0000 mgr.a (mgr.14403) 25055 : cluster 0 pgmap v18712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:50 smithi079 bash[28699]: audit 2023-12-08T03:38:49.328336+0000 mgr.a (mgr.14403) 25056 : audit 0 from='client.493287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:50 smithi194 bash[32038]: cluster 2023-12-08T03:38:49.053934+0000 mgr.a (mgr.14403) 25055 : cluster 0 pgmap v18712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:50 smithi194 bash[32038]: audit 2023-12-08T03:38:49.328336+0000 mgr.a (mgr.14403) 25056 : audit 0 from='client.493287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:50 smithi135 bash[32435]: cluster 2023-12-08T03:38:49.053934+0000 mgr.a (mgr.14403) 25055 : cluster 0 pgmap v18712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:50 smithi135 bash[32435]: audit 2023-12-08T03:38:49.328336+0000 mgr.a (mgr.14403) 25056 : audit 0 from='client.493287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:52 smithi079 bash[28699]: cluster 2023-12-08T03:38:51.054575+0000 mgr.a (mgr.14403) 25057 : cluster 0 pgmap v18713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:52 smithi194 bash[32038]: cluster 2023-12-08T03:38:51.054575+0000 mgr.a (mgr.14403) 25057 : cluster 0 pgmap v18713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:52 smithi135 bash[32435]: cluster 2023-12-08T03:38:51.054575+0000 mgr.a (mgr.14403) 25057 : cluster 0 pgmap v18713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:54.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:38:54.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:38:54.826 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:38:54.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:54 smithi079 bash[28699]: cluster 2023-12-08T03:38:53.055277+0000 mgr.a (mgr.14403) 25058 : cluster 0 pgmap v18714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:54 smithi194 bash[32038]: cluster 2023-12-08T03:38:53.055277+0000 mgr.a (mgr.14403) 25058 : cluster 0 pgmap v18714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:54 smithi135 bash[32435]: cluster 2023-12-08T03:38:53.055277+0000 mgr.a (mgr.14403) 25058 : cluster 0 pgmap v18714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:38:55.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:38:55.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:38:55.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:38:55.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:38:55.736 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:38:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:56 smithi079 bash[28699]: cluster 2023-12-08T03:38:55.056050+0000 mgr.a (mgr.14403) 25059 : cluster 0 pgmap v18715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:56 smithi079 bash[28699]: audit 2023-12-08T03:38:55.226571+0000 mgr.a (mgr.14403) 25060 : audit 0 from='client.493359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:56 smithi194 bash[32038]: cluster 2023-12-08T03:38:55.056050+0000 mgr.a (mgr.14403) 25059 : cluster 0 pgmap v18715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:56 smithi194 bash[32038]: audit 2023-12-08T03:38:55.226571+0000 mgr.a (mgr.14403) 25060 : audit 0 from='client.493359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:56 smithi135 bash[32435]: cluster 2023-12-08T03:38:55.056050+0000 mgr.a (mgr.14403) 25059 : cluster 0 pgmap v18715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:38:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:56 smithi135 bash[32435]: audit 2023-12-08T03:38:55.226571+0000 mgr.a (mgr.14403) 25060 : audit 0 from='client.493359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:38:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:38:58 smithi079 bash[28699]: cluster 2023-12-08T03:38:57.056685+0000 mgr.a (mgr.14403) 25061 : cluster 0 pgmap v18716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:38:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:38:58 smithi194 bash[32038]: cluster 2023-12-08T03:38:57.056685+0000 mgr.a (mgr.14403) 25061 : cluster 0 pgmap v18716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:38:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:38:58 smithi135 bash[32435]: cluster 2023-12-08T03:38:57.056685+0000 mgr.a (mgr.14403) 25061 : cluster 0 pgmap v18716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:39:00.738 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:39:00.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:00.739 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:00 smithi079 bash[28699]: cluster 2023-12-08T03:38:59.057484+0000 mgr.a (mgr.14403) 25062 : cluster 0 pgmap v18717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:39:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:00 smithi194 bash[32038]: cluster 2023-12-08T03:38:59.057484+0000 mgr.a (mgr.14403) 25062 : cluster 0 pgmap v18717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:39:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:00 smithi135 bash[32435]: cluster 2023-12-08T03:38:59.057484+0000 mgr.a (mgr.14403) 25062 : cluster 0 pgmap v18717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:39:01.645 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:39:01.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:01.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:01.645 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:01.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:39:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:02 smithi079 bash[28699]: cluster 2023-12-08T03:39:01.058033+0000 mgr.a (mgr.14403) 25063 : cluster 0 pgmap v18718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:02 smithi079 bash[28699]: audit 2023-12-08T03:39:01.144889+0000 mgr.a (mgr.14403) 25064 : audit 0 from='client.493434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:02 smithi194 bash[32038]: cluster 2023-12-08T03:39:01.058033+0000 mgr.a (mgr.14403) 25063 : cluster 0 pgmap v18718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:02 smithi194 bash[32038]: audit 2023-12-08T03:39:01.144889+0000 mgr.a (mgr.14403) 25064 : audit 0 from='client.493434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:02 smithi135 bash[32435]: cluster 2023-12-08T03:39:01.058033+0000 mgr.a (mgr.14403) 25063 : cluster 0 pgmap v18718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:02 smithi135 bash[32435]: audit 2023-12-08T03:39:01.144889+0000 mgr.a (mgr.14403) 25064 : audit 0 from='client.493434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:04 smithi079 bash[28699]: cluster 2023-12-08T03:39:03.058741+0000 mgr.a (mgr.14403) 25065 : cluster 0 pgmap v18719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:04 smithi194 bash[32038]: cluster 2023-12-08T03:39:03.058741+0000 mgr.a (mgr.14403) 25065 : cluster 0 pgmap v18719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:04 smithi135 bash[32435]: cluster 2023-12-08T03:39:03.058741+0000 mgr.a (mgr.14403) 25065 : cluster 0 pgmap v18719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:06.647 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:39:06.648 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:06.648 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:06 smithi079 bash[28699]: cluster 2023-12-08T03:39:05.059556+0000 mgr.a (mgr.14403) 25066 : cluster 0 pgmap v18720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:06 smithi194 bash[32038]: cluster 2023-12-08T03:39:05.059556+0000 mgr.a (mgr.14403) 25066 : cluster 0 pgmap v18720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:06 smithi135 bash[32435]: cluster 2023-12-08T03:39:05.059556+0000 mgr.a (mgr.14403) 25066 : cluster 0 pgmap v18720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:07.567 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:39:07.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:07.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:07.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:07.568 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:39:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:08 smithi079 bash[28699]: audit 2023-12-08T03:39:07.054508+0000 mgr.a (mgr.14403) 25067 : audit 0 from='client.493509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:08 smithi079 bash[28699]: cluster 2023-12-08T03:39:07.065824+0000 mgr.a (mgr.14403) 25068 : cluster 0 pgmap v18721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:08 smithi194 bash[32038]: audit 2023-12-08T03:39:07.054508+0000 mgr.a (mgr.14403) 25067 : audit 0 from='client.493509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:08 smithi194 bash[32038]: cluster 2023-12-08T03:39:07.065824+0000 mgr.a (mgr.14403) 25068 : cluster 0 pgmap v18721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:08 smithi135 bash[32435]: audit 2023-12-08T03:39:07.054508+0000 mgr.a (mgr.14403) 25067 : audit 0 from='client.493509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:08 smithi135 bash[32435]: cluster 2023-12-08T03:39:07.065824+0000 mgr.a (mgr.14403) 25068 : cluster 0 pgmap v18721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:10 smithi079 bash[28699]: cluster 2023-12-08T03:39:09.066772+0000 mgr.a (mgr.14403) 25069 : cluster 0 pgmap v18722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:10 smithi194 bash[32038]: cluster 2023-12-08T03:39:09.066772+0000 mgr.a (mgr.14403) 25069 : cluster 0 pgmap v18722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:10 smithi135 bash[32435]: cluster 2023-12-08T03:39:09.066772+0000 mgr.a (mgr.14403) 25069 : cluster 0 pgmap v18722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:12.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:39:12.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:12.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:12 smithi079 bash[28699]: cluster 2023-12-08T03:39:11.067362+0000 mgr.a (mgr.14403) 25070 : cluster 0 pgmap v18723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:12 smithi194 bash[32038]: cluster 2023-12-08T03:39:11.067362+0000 mgr.a (mgr.14403) 25070 : cluster 0 pgmap v18723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:12 smithi135 bash[32435]: cluster 2023-12-08T03:39:11.067362+0000 mgr.a (mgr.14403) 25070 : cluster 0 pgmap v18723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:13.465 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:39:13.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:13.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:13.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:13.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:39:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:14 smithi079 bash[28699]: audit 2023-12-08T03:39:12.970545+0000 mgr.a (mgr.14403) 25071 : audit 0 from='client.493584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:14 smithi079 bash[28699]: cluster 2023-12-08T03:39:13.068040+0000 mgr.a (mgr.14403) 25072 : cluster 0 pgmap v18724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:14 smithi194 bash[32038]: audit 2023-12-08T03:39:12.970545+0000 mgr.a (mgr.14403) 25071 : audit 0 from='client.493584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:14 smithi194 bash[32038]: cluster 2023-12-08T03:39:13.068040+0000 mgr.a (mgr.14403) 25072 : cluster 0 pgmap v18724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:14 smithi135 bash[32435]: audit 2023-12-08T03:39:12.970545+0000 mgr.a (mgr.14403) 25071 : audit 0 from='client.493584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:14 smithi135 bash[32435]: cluster 2023-12-08T03:39:13.068040+0000 mgr.a (mgr.14403) 25072 : cluster 0 pgmap v18724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:16 smithi079 bash[28699]: cluster 2023-12-08T03:39:15.069018+0000 mgr.a (mgr.14403) 25073 : cluster 0 pgmap v18725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:16 smithi194 bash[32038]: cluster 2023-12-08T03:39:15.069018+0000 mgr.a (mgr.14403) 25073 : cluster 0 pgmap v18725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:16 smithi135 bash[32435]: cluster 2023-12-08T03:39:15.069018+0000 mgr.a (mgr.14403) 25073 : cluster 0 pgmap v18725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:18.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:39:18.469 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:18.469 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:18 smithi079 bash[28699]: cluster 2023-12-08T03:39:17.069573+0000 mgr.a (mgr.14403) 25074 : cluster 0 pgmap v18726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:18 smithi194 bash[32038]: cluster 2023-12-08T03:39:17.069573+0000 mgr.a (mgr.14403) 25074 : cluster 0 pgmap v18726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:18 smithi135 bash[32435]: cluster 2023-12-08T03:39:17.069573+0000 mgr.a (mgr.14403) 25074 : cluster 0 pgmap v18726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:19.370 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:39:19.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:19.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:19.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:19.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:39:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:20 smithi079 bash[28699]: audit 2023-12-08T03:39:18.876480+0000 mgr.a (mgr.14403) 25075 : audit 0 from='client.493659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:20 smithi079 bash[28699]: cluster 2023-12-08T03:39:19.070405+0000 mgr.a (mgr.14403) 25076 : cluster 0 pgmap v18727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:20 smithi194 bash[32038]: audit 2023-12-08T03:39:18.876480+0000 mgr.a (mgr.14403) 25075 : audit 0 from='client.493659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:20 smithi194 bash[32038]: cluster 2023-12-08T03:39:19.070405+0000 mgr.a (mgr.14403) 25076 : cluster 0 pgmap v18727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:20 smithi135 bash[32435]: audit 2023-12-08T03:39:18.876480+0000 mgr.a (mgr.14403) 25075 : audit 0 from='client.493659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:20 smithi135 bash[32435]: cluster 2023-12-08T03:39:19.070405+0000 mgr.a (mgr.14403) 25076 : cluster 0 pgmap v18727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:22 smithi079 bash[28699]: cluster 2023-12-08T03:39:21.071051+0000 mgr.a (mgr.14403) 25077 : cluster 0 pgmap v18728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:22 smithi194 bash[32038]: cluster 2023-12-08T03:39:21.071051+0000 mgr.a (mgr.14403) 25077 : cluster 0 pgmap v18728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:22 smithi135 bash[32435]: cluster 2023-12-08T03:39:21.071051+0000 mgr.a (mgr.14403) 25077 : cluster 0 pgmap v18728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:24.373 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:39:24.374 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:24.374 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:24 smithi079 bash[28699]: cluster 2023-12-08T03:39:23.071542+0000 mgr.a (mgr.14403) 25078 : cluster 0 pgmap v18729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:24 smithi194 bash[32038]: cluster 2023-12-08T03:39:23.071542+0000 mgr.a (mgr.14403) 25078 : cluster 0 pgmap v18729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:24 smithi135 bash[32435]: cluster 2023-12-08T03:39:23.071542+0000 mgr.a (mgr.14403) 25078 : cluster 0 pgmap v18729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:25.272 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:39:25.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:25.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:25.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:25.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:39:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:26 smithi079 bash[28699]: audit 2023-12-08T03:39:24.774714+0000 mgr.a (mgr.14403) 25079 : audit 0 from='client.493737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:26 smithi079 bash[28699]: cluster 2023-12-08T03:39:25.072528+0000 mgr.a (mgr.14403) 25080 : cluster 0 pgmap v18730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:26 smithi194 bash[32038]: audit 2023-12-08T03:39:24.774714+0000 mgr.a (mgr.14403) 25079 : audit 0 from='client.493737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:26 smithi194 bash[32038]: cluster 2023-12-08T03:39:25.072528+0000 mgr.a (mgr.14403) 25080 : cluster 0 pgmap v18730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:26 smithi135 bash[32435]: audit 2023-12-08T03:39:24.774714+0000 mgr.a (mgr.14403) 25079 : audit 0 from='client.493737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:26 smithi135 bash[32435]: cluster 2023-12-08T03:39:25.072528+0000 mgr.a (mgr.14403) 25080 : cluster 0 pgmap v18730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:28 smithi079 bash[28699]: cluster 2023-12-08T03:39:27.073202+0000 mgr.a (mgr.14403) 25081 : cluster 0 pgmap v18731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:28 smithi194 bash[32038]: cluster 2023-12-08T03:39:27.073202+0000 mgr.a (mgr.14403) 25081 : cluster 0 pgmap v18731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:28 smithi135 bash[32435]: cluster 2023-12-08T03:39:27.073202+0000 mgr.a (mgr.14403) 25081 : cluster 0 pgmap v18731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:30.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:39:30.275 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:30.275 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:30 smithi079 bash[28699]: cluster 2023-12-08T03:39:29.074021+0000 mgr.a (mgr.14403) 25082 : cluster 0 pgmap v18732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:30 smithi194 bash[32038]: cluster 2023-12-08T03:39:29.074021+0000 mgr.a (mgr.14403) 25082 : cluster 0 pgmap v18732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:30 smithi135 bash[32435]: cluster 2023-12-08T03:39:29.074021+0000 mgr.a (mgr.14403) 25082 : cluster 0 pgmap v18732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:31.161 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:39:31.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:31.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:31.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:31.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:39:31.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:31 smithi079 bash[28699]: audit 2023-12-08T03:39:30.688368+0000 mgr.a (mgr.14403) 25083 : audit 0 from='client.493815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:31 smithi194 bash[32038]: audit 2023-12-08T03:39:30.688368+0000 mgr.a (mgr.14403) 25083 : audit 0 from='client.493815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:31 smithi135 bash[32435]: audit 2023-12-08T03:39:30.688368+0000 mgr.a (mgr.14403) 25083 : audit 0 from='client.493815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:32 smithi079 bash[28699]: cluster 2023-12-08T03:39:31.074505+0000 mgr.a (mgr.14403) 25084 : cluster 0 pgmap v18733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:32 smithi194 bash[32038]: cluster 2023-12-08T03:39:31.074505+0000 mgr.a (mgr.14403) 25084 : cluster 0 pgmap v18733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:32 smithi135 bash[32435]: cluster 2023-12-08T03:39:31.074505+0000 mgr.a (mgr.14403) 25084 : cluster 0 pgmap v18733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:34 smithi079 bash[28699]: cluster 2023-12-08T03:39:33.075024+0000 mgr.a (mgr.14403) 25085 : cluster 0 pgmap v18734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:34 smithi194 bash[32038]: cluster 2023-12-08T03:39:33.075024+0000 mgr.a (mgr.14403) 25085 : cluster 0 pgmap v18734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:34 smithi135 bash[32435]: cluster 2023-12-08T03:39:33.075024+0000 mgr.a (mgr.14403) 25085 : cluster 0 pgmap v18734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:36.164 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:39:36.165 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:36.165 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:36 smithi079 bash[28699]: cluster 2023-12-08T03:39:35.075787+0000 mgr.a (mgr.14403) 25086 : cluster 0 pgmap v18735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:36 smithi194 bash[32038]: cluster 2023-12-08T03:39:35.075787+0000 mgr.a (mgr.14403) 25086 : cluster 0 pgmap v18735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:36 smithi135 bash[32435]: cluster 2023-12-08T03:39:35.075787+0000 mgr.a (mgr.14403) 25086 : cluster 0 pgmap v18735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:37.091 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:39:37.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:37.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:37.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:37.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:39:37.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:37 smithi079 bash[28699]: audit 2023-12-08T03:39:36.569169+0000 mgr.a (mgr.14403) 25087 : audit 0 from='client.493893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:37 smithi194 bash[32038]: audit 2023-12-08T03:39:36.569169+0000 mgr.a (mgr.14403) 25087 : audit 0 from='client.493893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:37 smithi135 bash[32435]: audit 2023-12-08T03:39:36.569169+0000 mgr.a (mgr.14403) 25087 : audit 0 from='client.493893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:38 smithi079 bash[28699]: cluster 2023-12-08T03:39:37.076405+0000 mgr.a (mgr.14403) 25088 : cluster 0 pgmap v18736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:38 smithi194 bash[32038]: cluster 2023-12-08T03:39:37.076405+0000 mgr.a (mgr.14403) 25088 : cluster 0 pgmap v18736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:38 smithi135 bash[32435]: cluster 2023-12-08T03:39:37.076405+0000 mgr.a (mgr.14403) 25088 : cluster 0 pgmap v18736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:40 smithi079 bash[28699]: cluster 2023-12-08T03:39:39.077233+0000 mgr.a (mgr.14403) 25089 : cluster 0 pgmap v18737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:40 smithi194 bash[32038]: cluster 2023-12-08T03:39:39.077233+0000 mgr.a (mgr.14403) 25089 : cluster 0 pgmap v18737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:40 smithi135 bash[32435]: cluster 2023-12-08T03:39:39.077233+0000 mgr.a (mgr.14403) 25089 : cluster 0 pgmap v18737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:42.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:39:42.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:42.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:42 smithi194 bash[32038]: cluster 2023-12-08T03:39:41.077812+0000 mgr.a (mgr.14403) 25090 : cluster 0 pgmap v18738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:42 smithi135 bash[32435]: cluster 2023-12-08T03:39:41.077812+0000 mgr.a (mgr.14403) 25090 : cluster 0 pgmap v18738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:43.040 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:39:43.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:43.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:43.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:43.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:39:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:42 smithi079 bash[28699]: cluster 2023-12-08T03:39:41.077812+0000 mgr.a (mgr.14403) 25090 : cluster 0 pgmap v18738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:43 smithi194 bash[32038]: audit 2023-12-08T03:39:42.495667+0000 mgr.a (mgr.14403) 25091 : audit 0 from='client.493971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:43 smithi135 bash[32435]: audit 2023-12-08T03:39:42.495667+0000 mgr.a (mgr.14403) 25091 : audit 0 from='client.493971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:44.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:43 smithi079 bash[28699]: audit 2023-12-08T03:39:42.495667+0000 mgr.a (mgr.14403) 25091 : audit 0 from='client.493971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:44 smithi194 bash[32038]: cluster 2023-12-08T03:39:43.078570+0000 mgr.a (mgr.14403) 25092 : cluster 0 pgmap v18739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:44 smithi194 bash[32038]: audit 2023-12-08T03:39:44.509748+0000 mon.a (mon.0) 3906 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:39:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:44 smithi135 bash[32435]: cluster 2023-12-08T03:39:43.078570+0000 mgr.a (mgr.14403) 25092 : cluster 0 pgmap v18739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:44 smithi135 bash[32435]: audit 2023-12-08T03:39:44.509748+0000 mon.a (mon.0) 3906 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:39:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:44 smithi079 bash[28699]: cluster 2023-12-08T03:39:43.078570+0000 mgr.a (mgr.14403) 25092 : cluster 0 pgmap v18739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:45.192 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:44 smithi079 bash[28699]: audit 2023-12-08T03:39:44.509748+0000 mon.a (mon.0) 3906 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:39:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:45 smithi194 bash[32038]: audit 2023-12-08T03:39:45.306301+0000 mon.a (mon.0) 3907 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:39:45.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:45 smithi194 bash[32038]: audit 2023-12-08T03:39:45.308298+0000 mon.a (mon.0) 3908 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:39:45.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:45 smithi194 bash[32038]: audit 2023-12-08T03:39:45.317858+0000 mon.a (mon.0) 3909 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:39:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:45 smithi135 bash[32435]: audit 2023-12-08T03:39:45.306301+0000 mon.a (mon.0) 3907 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:39:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:45 smithi135 bash[32435]: audit 2023-12-08T03:39:45.308298+0000 mon.a (mon.0) 3908 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:39:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:45 smithi135 bash[32435]: audit 2023-12-08T03:39:45.317858+0000 mon.a (mon.0) 3909 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:39:46.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:45 smithi079 bash[28699]: audit 2023-12-08T03:39:45.306301+0000 mon.a (mon.0) 3907 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:39:46.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:45 smithi079 bash[28699]: audit 2023-12-08T03:39:45.308298+0000 mon.a (mon.0) 3908 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:39:46.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:45 smithi079 bash[28699]: audit 2023-12-08T03:39:45.317858+0000 mon.a (mon.0) 3909 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:39:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:46 smithi194 bash[32038]: cluster 2023-12-08T03:39:45.079433+0000 mgr.a (mgr.14403) 25093 : cluster 0 pgmap v18740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:46 smithi135 bash[32435]: cluster 2023-12-08T03:39:45.079433+0000 mgr.a (mgr.14403) 25093 : cluster 0 pgmap v18740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:46 smithi079 bash[28699]: cluster 2023-12-08T03:39:45.079433+0000 mgr.a (mgr.14403) 25093 : cluster 0 pgmap v18740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:39:48.044 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:39:48.045 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:48.045 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:48 smithi194 bash[32038]: cluster 2023-12-08T03:39:47.079969+0000 mgr.a (mgr.14403) 25094 : cluster 0 pgmap v18741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:48.956 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:39:48.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:48.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:48.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:48.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:39:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:48 smithi135 bash[32435]: cluster 2023-12-08T03:39:47.079969+0000 mgr.a (mgr.14403) 25094 : cluster 0 pgmap v18741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:48 smithi079 bash[28699]: cluster 2023-12-08T03:39:47.079969+0000 mgr.a (mgr.14403) 25094 : cluster 0 pgmap v18741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:49 smithi194 bash[32038]: audit 2023-12-08T03:39:48.453362+0000 mgr.a (mgr.14403) 25095 : audit 0 from='client.494043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:49 smithi135 bash[32435]: audit 2023-12-08T03:39:48.453362+0000 mgr.a (mgr.14403) 25095 : audit 0 from='client.494043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:50.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:49 smithi079 bash[28699]: audit 2023-12-08T03:39:48.453362+0000 mgr.a (mgr.14403) 25095 : audit 0 from='client.494043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:50 smithi194 bash[32038]: cluster 2023-12-08T03:39:49.081074+0000 mgr.a (mgr.14403) 25096 : cluster 0 pgmap v18742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:39:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:50 smithi135 bash[32435]: cluster 2023-12-08T03:39:49.081074+0000 mgr.a (mgr.14403) 25096 : cluster 0 pgmap v18742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:39:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:50 smithi079 bash[28699]: cluster 2023-12-08T03:39:49.081074+0000 mgr.a (mgr.14403) 25096 : cluster 0 pgmap v18742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:39:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:52 smithi194 bash[32038]: cluster 2023-12-08T03:39:51.081664+0000 mgr.a (mgr.14403) 25097 : cluster 0 pgmap v18743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:39:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:52 smithi135 bash[32435]: cluster 2023-12-08T03:39:51.081664+0000 mgr.a (mgr.14403) 25097 : cluster 0 pgmap v18743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:39:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:52 smithi079 bash[28699]: cluster 2023-12-08T03:39:51.081664+0000 mgr.a (mgr.14403) 25097 : cluster 0 pgmap v18743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:39:53.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:39:53.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:53.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:39:54.846 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:39:54.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:39:54.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:39:54.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:39:54.847 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:39:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:54 smithi194 bash[32038]: cluster 2023-12-08T03:39:53.082235+0000 mgr.a (mgr.14403) 25098 : cluster 0 pgmap v18744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:39:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:54 smithi135 bash[32435]: cluster 2023-12-08T03:39:53.082235+0000 mgr.a (mgr.14403) 25098 : cluster 0 pgmap v18744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:39:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:54 smithi079 bash[28699]: cluster 2023-12-08T03:39:53.082235+0000 mgr.a (mgr.14403) 25098 : cluster 0 pgmap v18744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:39:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:55 smithi135 bash[32435]: audit 2023-12-08T03:39:54.360553+0000 mgr.a (mgr.14403) 25099 : audit 0 from='client.494118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:56.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:55 smithi079 bash[28699]: audit 2023-12-08T03:39:54.360553+0000 mgr.a (mgr.14403) 25099 : audit 0 from='client.494118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:55 smithi194 bash[32038]: audit 2023-12-08T03:39:54.360553+0000 mgr.a (mgr.14403) 25099 : audit 0 from='client.494118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:39:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:56 smithi079 bash[28699]: cluster 2023-12-08T03:39:55.083577+0000 mgr.a (mgr.14403) 25100 : cluster 0 pgmap v18745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:57.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:56 smithi194 bash[32038]: cluster 2023-12-08T03:39:55.083577+0000 mgr.a (mgr.14403) 25100 : cluster 0 pgmap v18745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:56 smithi135 bash[32435]: cluster 2023-12-08T03:39:55.083577+0000 mgr.a (mgr.14403) 25100 : cluster 0 pgmap v18745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:39:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:39:58 smithi079 bash[28699]: cluster 2023-12-08T03:39:57.084216+0000 mgr.a (mgr.14403) 25101 : cluster 0 pgmap v18746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:59.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:39:58 smithi194 bash[32038]: cluster 2023-12-08T03:39:57.084216+0000 mgr.a (mgr.14403) 25101 : cluster 0 pgmap v18746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:39:58 smithi135 bash[32435]: cluster 2023-12-08T03:39:57.084216+0000 mgr.a (mgr.14403) 25101 : cluster 0 pgmap v18746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:39:59.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:39:59.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:39:59.851 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:00.770 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:40:00.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:00.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:00.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:00.771 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:40:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:00 smithi079 bash[28699]: cluster 2023-12-08T03:39:59.084969+0000 mgr.a (mgr.14403) 25102 : cluster 0 pgmap v18747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:00 smithi079 bash[28699]: cluster 2023-12-08T03:40:00.000146+0000 mon.a (mon.0) 3910 : cluster 1 overall HEALTH_OK 2023-12-08T03:40:01.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:00 smithi194 bash[32038]: cluster 2023-12-08T03:39:59.084969+0000 mgr.a (mgr.14403) 25102 : cluster 0 pgmap v18747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:00 smithi194 bash[32038]: cluster 2023-12-08T03:40:00.000146+0000 mon.a (mon.0) 3910 : cluster 1 overall HEALTH_OK 2023-12-08T03:40:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:00 smithi135 bash[32435]: cluster 2023-12-08T03:39:59.084969+0000 mgr.a (mgr.14403) 25102 : cluster 0 pgmap v18747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:00 smithi135 bash[32435]: cluster 2023-12-08T03:40:00.000146+0000 mon.a (mon.0) 3910 : cluster 1 overall HEALTH_OK 2023-12-08T03:40:02.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:01 smithi079 bash[28699]: audit 2023-12-08T03:40:00.255381+0000 mgr.a (mgr.14403) 25103 : audit 0 from='client.494196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:01 smithi194 bash[32038]: audit 2023-12-08T03:40:00.255381+0000 mgr.a (mgr.14403) 25103 : audit 0 from='client.494196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:02.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:01 smithi135 bash[32435]: audit 2023-12-08T03:40:00.255381+0000 mgr.a (mgr.14403) 25103 : audit 0 from='client.494196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:02 smithi079 bash[28699]: cluster 2023-12-08T03:40:01.085703+0000 mgr.a (mgr.14403) 25104 : cluster 0 pgmap v18748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:40:03.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:02 smithi194 bash[32038]: cluster 2023-12-08T03:40:01.085703+0000 mgr.a (mgr.14403) 25104 : cluster 0 pgmap v18748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:40:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:02 smithi135 bash[32435]: cluster 2023-12-08T03:40:01.085703+0000 mgr.a (mgr.14403) 25104 : cluster 0 pgmap v18748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:40:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:04 smithi079 bash[28699]: cluster 2023-12-08T03:40:03.086290+0000 mgr.a (mgr.14403) 25105 : cluster 0 pgmap v18749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:40:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:04 smithi194 bash[32038]: cluster 2023-12-08T03:40:03.086290+0000 mgr.a (mgr.14403) 25105 : cluster 0 pgmap v18749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:40:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:04 smithi135 bash[32435]: cluster 2023-12-08T03:40:03.086290+0000 mgr.a (mgr.14403) 25105 : cluster 0 pgmap v18749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:40:05.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:40:05.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:05.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:06.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:05 smithi079 bash[28699]: cluster 2023-12-08T03:40:05.087050+0000 mgr.a (mgr.14403) 25106 : cluster 0 pgmap v18750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:40:06.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:05 smithi194 bash[32038]: cluster 2023-12-08T03:40:05.087050+0000 mgr.a (mgr.14403) 25106 : cluster 0 pgmap v18750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:40:06.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:05 smithi135 bash[32435]: cluster 2023-12-08T03:40:05.087050+0000 mgr.a (mgr.14403) 25106 : cluster 0 pgmap v18750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:40:06.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:06.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:06.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:06.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:40:06.675 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:40:07.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:07 smithi079 bash[28699]: audit 2023-12-08T03:40:06.174476+0000 mgr.a (mgr.14403) 25107 : audit 0 from='client.494274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:07.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:07 smithi194 bash[32038]: audit 2023-12-08T03:40:06.174476+0000 mgr.a (mgr.14403) 25107 : audit 0 from='client.494274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:07.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:07 smithi135 bash[32435]: audit 2023-12-08T03:40:06.174476+0000 mgr.a (mgr.14403) 25107 : audit 0 from='client.494274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:08 smithi079 bash[28699]: cluster 2023-12-08T03:40:07.087932+0000 mgr.a (mgr.14403) 25108 : cluster 0 pgmap v18751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:08 smithi194 bash[32038]: cluster 2023-12-08T03:40:07.087932+0000 mgr.a (mgr.14403) 25108 : cluster 0 pgmap v18751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:08 smithi135 bash[32435]: cluster 2023-12-08T03:40:07.087932+0000 mgr.a (mgr.14403) 25108 : cluster 0 pgmap v18751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:10 smithi079 bash[28699]: cluster 2023-12-08T03:40:09.088788+0000 mgr.a (mgr.14403) 25109 : cluster 0 pgmap v18752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:10 smithi194 bash[32038]: cluster 2023-12-08T03:40:09.088788+0000 mgr.a (mgr.14403) 25109 : cluster 0 pgmap v18752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:10 smithi135 bash[32435]: cluster 2023-12-08T03:40:09.088788+0000 mgr.a (mgr.14403) 25109 : cluster 0 pgmap v18752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:11.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:40:11.677 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:11.677 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:12.591 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:40:12.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:12.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:12.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:12.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:40:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:12 smithi079 bash[28699]: cluster 2023-12-08T03:40:11.089336+0000 mgr.a (mgr.14403) 25110 : cluster 0 pgmap v18753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:12 smithi194 bash[32038]: cluster 2023-12-08T03:40:11.089336+0000 mgr.a (mgr.14403) 25110 : cluster 0 pgmap v18753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:12 smithi135 bash[32435]: cluster 2023-12-08T03:40:11.089336+0000 mgr.a (mgr.14403) 25110 : cluster 0 pgmap v18753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:13.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:13 smithi079 bash[28699]: audit 2023-12-08T03:40:12.087423+0000 mgr.a (mgr.14403) 25111 : audit 0 from='client.494352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:13.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:13 smithi194 bash[32038]: audit 2023-12-08T03:40:12.087423+0000 mgr.a (mgr.14403) 25111 : audit 0 from='client.494352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:13.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:13 smithi135 bash[32435]: audit 2023-12-08T03:40:12.087423+0000 mgr.a (mgr.14403) 25111 : audit 0 from='client.494352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:14 smithi079 bash[28699]: cluster 2023-12-08T03:40:13.090161+0000 mgr.a (mgr.14403) 25112 : cluster 0 pgmap v18754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:14 smithi194 bash[32038]: cluster 2023-12-08T03:40:13.090161+0000 mgr.a (mgr.14403) 25112 : cluster 0 pgmap v18754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:14 smithi135 bash[32435]: cluster 2023-12-08T03:40:13.090161+0000 mgr.a (mgr.14403) 25112 : cluster 0 pgmap v18754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:16 smithi079 bash[28699]: cluster 2023-12-08T03:40:15.091044+0000 mgr.a (mgr.14403) 25113 : cluster 0 pgmap v18755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:16 smithi194 bash[32038]: cluster 2023-12-08T03:40:15.091044+0000 mgr.a (mgr.14403) 25113 : cluster 0 pgmap v18755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:16 smithi135 bash[32435]: cluster 2023-12-08T03:40:15.091044+0000 mgr.a (mgr.14403) 25113 : cluster 0 pgmap v18755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:17.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:40:17.594 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:17.594 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:18.461 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:40:18.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:18.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:18.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:18.462 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:40:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:18 smithi079 bash[28699]: cluster 2023-12-08T03:40:17.091636+0000 mgr.a (mgr.14403) 25114 : cluster 0 pgmap v18756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:18 smithi194 bash[32038]: cluster 2023-12-08T03:40:17.091636+0000 mgr.a (mgr.14403) 25114 : cluster 0 pgmap v18756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:18 smithi135 bash[32435]: cluster 2023-12-08T03:40:17.091636+0000 mgr.a (mgr.14403) 25114 : cluster 0 pgmap v18756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:19.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:19 smithi079 bash[28699]: audit 2023-12-08T03:40:17.992556+0000 mgr.a (mgr.14403) 25115 : audit 0 from='client.494427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:19.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:19 smithi194 bash[32038]: audit 2023-12-08T03:40:17.992556+0000 mgr.a (mgr.14403) 25115 : audit 0 from='client.494427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:19.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:19 smithi135 bash[32435]: audit 2023-12-08T03:40:17.992556+0000 mgr.a (mgr.14403) 25115 : audit 0 from='client.494427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:20.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:20 smithi079 bash[28699]: cluster 2023-12-08T03:40:19.092605+0000 mgr.a (mgr.14403) 25116 : cluster 0 pgmap v18757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:20 smithi194 bash[32038]: cluster 2023-12-08T03:40:19.092605+0000 mgr.a (mgr.14403) 25116 : cluster 0 pgmap v18757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:20 smithi135 bash[32435]: cluster 2023-12-08T03:40:19.092605+0000 mgr.a (mgr.14403) 25116 : cluster 0 pgmap v18757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:22.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:22 smithi079 bash[28699]: cluster 2023-12-08T03:40:21.093205+0000 mgr.a (mgr.14403) 25117 : cluster 0 pgmap v18758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:22.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:22 smithi194 bash[32038]: cluster 2023-12-08T03:40:21.093205+0000 mgr.a (mgr.14403) 25117 : cluster 0 pgmap v18758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:22 smithi135 bash[32435]: cluster 2023-12-08T03:40:21.093205+0000 mgr.a (mgr.14403) 25117 : cluster 0 pgmap v18758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:23.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:40:23.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:23.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:24.378 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:40:24.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:24.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:24.378 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:24.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:40:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:24 smithi079 bash[28699]: cluster 2023-12-08T03:40:23.093762+0000 mgr.a (mgr.14403) 25118 : cluster 0 pgmap v18759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:24 smithi194 bash[32038]: cluster 2023-12-08T03:40:23.093762+0000 mgr.a (mgr.14403) 25118 : cluster 0 pgmap v18759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:24 smithi135 bash[32435]: cluster 2023-12-08T03:40:23.093762+0000 mgr.a (mgr.14403) 25118 : cluster 0 pgmap v18759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:25.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:25 smithi079 bash[28699]: audit 2023-12-08T03:40:23.861708+0000 mgr.a (mgr.14403) 25119 : audit 0 from='client.494499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:25 smithi194 bash[32038]: audit 2023-12-08T03:40:23.861708+0000 mgr.a (mgr.14403) 25119 : audit 0 from='client.494499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:25 smithi135 bash[32435]: audit 2023-12-08T03:40:23.861708+0000 mgr.a (mgr.14403) 25119 : audit 0 from='client.494499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:26 smithi079 bash[28699]: cluster 2023-12-08T03:40:25.094840+0000 mgr.a (mgr.14403) 25120 : cluster 0 pgmap v18760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:26 smithi194 bash[32038]: cluster 2023-12-08T03:40:25.094840+0000 mgr.a (mgr.14403) 25120 : cluster 0 pgmap v18760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:26 smithi135 bash[32435]: cluster 2023-12-08T03:40:25.094840+0000 mgr.a (mgr.14403) 25120 : cluster 0 pgmap v18760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:28 smithi079 bash[28699]: cluster 2023-12-08T03:40:27.095472+0000 mgr.a (mgr.14403) 25121 : cluster 0 pgmap v18761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:28 smithi194 bash[32038]: cluster 2023-12-08T03:40:27.095472+0000 mgr.a (mgr.14403) 25121 : cluster 0 pgmap v18761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:28 smithi135 bash[32435]: cluster 2023-12-08T03:40:27.095472+0000 mgr.a (mgr.14403) 25121 : cluster 0 pgmap v18761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:29.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:40:29.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:29.381 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:30.261 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:40:30.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:30.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:30.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:30.262 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:40:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:30 smithi079 bash[28699]: cluster 2023-12-08T03:40:29.096211+0000 mgr.a (mgr.14403) 25122 : cluster 0 pgmap v18762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:30 smithi194 bash[32038]: cluster 2023-12-08T03:40:29.096211+0000 mgr.a (mgr.14403) 25122 : cluster 0 pgmap v18762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:30 smithi135 bash[32435]: cluster 2023-12-08T03:40:29.096211+0000 mgr.a (mgr.14403) 25122 : cluster 0 pgmap v18762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:31.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:31 smithi079 bash[28699]: audit 2023-12-08T03:40:29.783599+0000 mgr.a (mgr.14403) 25123 : audit 0 from='client.494577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:31.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:31 smithi194 bash[32038]: audit 2023-12-08T03:40:29.783599+0000 mgr.a (mgr.14403) 25123 : audit 0 from='client.494577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:31.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:31 smithi135 bash[32435]: audit 2023-12-08T03:40:29.783599+0000 mgr.a (mgr.14403) 25123 : audit 0 from='client.494577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:32 smithi079 bash[28699]: cluster 2023-12-08T03:40:31.096932+0000 mgr.a (mgr.14403) 25124 : cluster 0 pgmap v18763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:32 smithi194 bash[32038]: cluster 2023-12-08T03:40:31.096932+0000 mgr.a (mgr.14403) 25124 : cluster 0 pgmap v18763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:32 smithi135 bash[32435]: cluster 2023-12-08T03:40:31.096932+0000 mgr.a (mgr.14403) 25124 : cluster 0 pgmap v18763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:34 smithi079 bash[28699]: cluster 2023-12-08T03:40:33.097578+0000 mgr.a (mgr.14403) 25125 : cluster 0 pgmap v18764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:34 smithi194 bash[32038]: cluster 2023-12-08T03:40:33.097578+0000 mgr.a (mgr.14403) 25125 : cluster 0 pgmap v18764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:34 smithi135 bash[32435]: cluster 2023-12-08T03:40:33.097578+0000 mgr.a (mgr.14403) 25125 : cluster 0 pgmap v18764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:40:35.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:40:35.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:35.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:36.176 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:40:36.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:36.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:36.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:36.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:40:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:36 smithi079 bash[28699]: cluster 2023-12-08T03:40:35.098384+0000 mgr.a (mgr.14403) 25126 : cluster 0 pgmap v18765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:36 smithi079 bash[28699]: audit 2023-12-08T03:40:35.667095+0000 mgr.a (mgr.14403) 25127 : audit 0 from='client.494655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:36 smithi194 bash[32038]: cluster 2023-12-08T03:40:35.098384+0000 mgr.a (mgr.14403) 25126 : cluster 0 pgmap v18765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:36 smithi194 bash[32038]: audit 2023-12-08T03:40:35.667095+0000 mgr.a (mgr.14403) 25127 : audit 0 from='client.494655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:36 smithi135 bash[32435]: cluster 2023-12-08T03:40:35.098384+0000 mgr.a (mgr.14403) 25126 : cluster 0 pgmap v18765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:36 smithi135 bash[32435]: audit 2023-12-08T03:40:35.667095+0000 mgr.a (mgr.14403) 25127 : audit 0 from='client.494655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:38.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:38 smithi079 bash[28699]: cluster 2023-12-08T03:40:37.099122+0000 mgr.a (mgr.14403) 25128 : cluster 0 pgmap v18766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:38 smithi194 bash[32038]: cluster 2023-12-08T03:40:37.099122+0000 mgr.a (mgr.14403) 25128 : cluster 0 pgmap v18766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:38 smithi135 bash[32435]: cluster 2023-12-08T03:40:37.099122+0000 mgr.a (mgr.14403) 25128 : cluster 0 pgmap v18766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:40.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:40 smithi079 bash[28699]: cluster 2023-12-08T03:40:39.099967+0000 mgr.a (mgr.14403) 25129 : cluster 0 pgmap v18767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:40 smithi194 bash[32038]: cluster 2023-12-08T03:40:39.099967+0000 mgr.a (mgr.14403) 25129 : cluster 0 pgmap v18767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:40 smithi135 bash[32435]: cluster 2023-12-08T03:40:39.099967+0000 mgr.a (mgr.14403) 25129 : cluster 0 pgmap v18767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:41.179 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:40:41.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:41.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:42.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:42.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:42.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:42.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:40:42.077 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:40:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:42 smithi079 bash[28699]: cluster 2023-12-08T03:40:41.100512+0000 mgr.a (mgr.14403) 25130 : cluster 0 pgmap v18768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:42.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:42 smithi079 bash[28699]: audit 2023-12-08T03:40:41.579262+0000 mgr.a (mgr.14403) 25131 : audit 0 from='client.494730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:42 smithi194 bash[32038]: cluster 2023-12-08T03:40:41.100512+0000 mgr.a (mgr.14403) 25130 : cluster 0 pgmap v18768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:42 smithi194 bash[32038]: audit 2023-12-08T03:40:41.579262+0000 mgr.a (mgr.14403) 25131 : audit 0 from='client.494730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:42 smithi135 bash[32435]: cluster 2023-12-08T03:40:41.100512+0000 mgr.a (mgr.14403) 25130 : cluster 0 pgmap v18768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:42 smithi135 bash[32435]: audit 2023-12-08T03:40:41.579262+0000 mgr.a (mgr.14403) 25131 : audit 0 from='client.494730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:44 smithi194 bash[32038]: cluster 2023-12-08T03:40:43.101234+0000 mgr.a (mgr.14403) 25132 : cluster 0 pgmap v18769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:44 smithi135 bash[32435]: cluster 2023-12-08T03:40:43.101234+0000 mgr.a (mgr.14403) 25132 : cluster 0 pgmap v18769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:44 smithi079 bash[28699]: cluster 2023-12-08T03:40:43.101234+0000 mgr.a (mgr.14403) 25132 : cluster 0 pgmap v18769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:46 smithi194 bash[32038]: cluster 2023-12-08T03:40:45.102054+0000 mgr.a (mgr.14403) 25133 : cluster 0 pgmap v18770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:46.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:46 smithi194 bash[32038]: audit 2023-12-08T03:40:45.419226+0000 mon.a (mon.0) 3911 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:40:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:46 smithi135 bash[32435]: cluster 2023-12-08T03:40:45.102054+0000 mgr.a (mgr.14403) 25133 : cluster 0 pgmap v18770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:46 smithi135 bash[32435]: audit 2023-12-08T03:40:45.419226+0000 mon.a (mon.0) 3911 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:40:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:46 smithi079 bash[28699]: cluster 2023-12-08T03:40:45.102054+0000 mgr.a (mgr.14403) 25133 : cluster 0 pgmap v18770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:46 smithi079 bash[28699]: audit 2023-12-08T03:40:45.419226+0000 mon.a (mon.0) 3911 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:40:47.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:40:47.081 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:47.081 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:48.017 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:40:48.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:48.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:48.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:48.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:40:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:48 smithi194 bash[32038]: cluster 2023-12-08T03:40:47.102681+0000 mgr.a (mgr.14403) 25134 : cluster 0 pgmap v18771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:48.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:48 smithi194 bash[32038]: audit 2023-12-08T03:40:47.484291+0000 mgr.a (mgr.14403) 25135 : audit 0 from='client.494805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:48 smithi135 bash[32435]: cluster 2023-12-08T03:40:47.102681+0000 mgr.a (mgr.14403) 25134 : cluster 0 pgmap v18771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:48 smithi135 bash[32435]: audit 2023-12-08T03:40:47.484291+0000 mgr.a (mgr.14403) 25135 : audit 0 from='client.494805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:48 smithi079 bash[28699]: cluster 2023-12-08T03:40:47.102681+0000 mgr.a (mgr.14403) 25134 : cluster 0 pgmap v18771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:48 smithi079 bash[28699]: audit 2023-12-08T03:40:47.484291+0000 mgr.a (mgr.14403) 25135 : audit 0 from='client.494805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:50 smithi194 bash[32038]: cluster 2023-12-08T03:40:49.103630+0000 mgr.a (mgr.14403) 25136 : cluster 0 pgmap v18772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:50 smithi135 bash[32435]: cluster 2023-12-08T03:40:49.103630+0000 mgr.a (mgr.14403) 25136 : cluster 0 pgmap v18772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:50 smithi079 bash[28699]: cluster 2023-12-08T03:40:49.103630+0000 mgr.a (mgr.14403) 25136 : cluster 0 pgmap v18772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:40:52.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:51 smithi079 bash[28699]: audit 2023-12-08T03:40:50.767522+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:51 smithi079 bash[28699]: audit 2023-12-08T03:40:50.773597+0000 mon.a (mon.0) 3913 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:51 smithi079 bash[28699]: audit 2023-12-08T03:40:50.816432+0000 mon.a (mon.0) 3914 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:51 smithi079 bash[28699]: audit 2023-12-08T03:40:50.822726+0000 mon.a (mon.0) 3915 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:51 smithi079 bash[28699]: audit 2023-12-08T03:40:50.828039+0000 mon.a (mon.0) 3916 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:51 smithi079 bash[28699]: audit 2023-12-08T03:40:50.835657+0000 mon.a (mon.0) 3917 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:51 smithi079 bash[28699]: cluster 2023-12-08T03:40:51.104186+0000 mgr.a (mgr.14403) 25137 : cluster 0 pgmap v18773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:52.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:51 smithi079 bash[28699]: audit 2023-12-08T03:40:51.507070+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:40:52.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:51 smithi079 bash[28699]: audit 2023-12-08T03:40:51.509021+0000 mon.a (mon.0) 3919 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:40:52.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:51 smithi079 bash[28699]: audit 2023-12-08T03:40:51.518911+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:51 smithi194 bash[32038]: audit 2023-12-08T03:40:50.767522+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:51 smithi194 bash[32038]: audit 2023-12-08T03:40:50.773597+0000 mon.a (mon.0) 3913 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:51 smithi194 bash[32038]: audit 2023-12-08T03:40:50.816432+0000 mon.a (mon.0) 3914 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:51 smithi194 bash[32038]: audit 2023-12-08T03:40:50.822726+0000 mon.a (mon.0) 3915 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:51 smithi194 bash[32038]: audit 2023-12-08T03:40:50.828039+0000 mon.a (mon.0) 3916 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:51 smithi194 bash[32038]: audit 2023-12-08T03:40:50.835657+0000 mon.a (mon.0) 3917 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:51 smithi194 bash[32038]: cluster 2023-12-08T03:40:51.104186+0000 mgr.a (mgr.14403) 25137 : cluster 0 pgmap v18773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:52.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:51 smithi194 bash[32038]: audit 2023-12-08T03:40:51.507070+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:40:52.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:51 smithi194 bash[32038]: audit 2023-12-08T03:40:51.509021+0000 mon.a (mon.0) 3919 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:40:52.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:51 smithi194 bash[32038]: audit 2023-12-08T03:40:51.518911+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:51 smithi135 bash[32435]: audit 2023-12-08T03:40:50.767522+0000 mon.a (mon.0) 3912 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:51 smithi135 bash[32435]: audit 2023-12-08T03:40:50.773597+0000 mon.a (mon.0) 3913 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:51 smithi135 bash[32435]: audit 2023-12-08T03:40:50.816432+0000 mon.a (mon.0) 3914 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:51 smithi135 bash[32435]: audit 2023-12-08T03:40:50.822726+0000 mon.a (mon.0) 3915 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:51 smithi135 bash[32435]: audit 2023-12-08T03:40:50.828039+0000 mon.a (mon.0) 3916 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:51 smithi135 bash[32435]: audit 2023-12-08T03:40:50.835657+0000 mon.a (mon.0) 3917 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:52.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:51 smithi135 bash[32435]: cluster 2023-12-08T03:40:51.104186+0000 mgr.a (mgr.14403) 25137 : cluster 0 pgmap v18773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:52.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:51 smithi135 bash[32435]: audit 2023-12-08T03:40:51.507070+0000 mon.a (mon.0) 3918 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:40:52.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:51 smithi135 bash[32435]: audit 2023-12-08T03:40:51.509021+0000 mon.a (mon.0) 3919 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:40:52.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:51 smithi135 bash[32435]: audit 2023-12-08T03:40:51.518911+0000 mon.a (mon.0) 3920 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:40:53.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:40:53.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:53.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:53.956 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:40:53.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:53.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:53.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:53.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:40:54.453 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:54 smithi194 bash[32038]: cluster 2023-12-08T03:40:53.104890+0000 mgr.a (mgr.14403) 25138 : cluster 0 pgmap v18774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:54.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:54 smithi194 bash[32038]: audit 2023-12-08T03:40:53.436309+0000 mgr.a (mgr.14403) 25139 : audit 0 from='client.494877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:54 smithi135 bash[32435]: cluster 2023-12-08T03:40:53.104890+0000 mgr.a (mgr.14403) 25138 : cluster 0 pgmap v18774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:54.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:54 smithi135 bash[32435]: audit 2023-12-08T03:40:53.436309+0000 mgr.a (mgr.14403) 25139 : audit 0 from='client.494877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:54 smithi079 bash[28699]: cluster 2023-12-08T03:40:53.104890+0000 mgr.a (mgr.14403) 25138 : cluster 0 pgmap v18774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:40:54.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:54 smithi079 bash[28699]: audit 2023-12-08T03:40:53.436309+0000 mgr.a (mgr.14403) 25139 : audit 0 from='client.494877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:40:56.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:56 smithi194 bash[32038]: cluster 2023-12-08T03:40:55.106127+0000 mgr.a (mgr.14403) 25140 : cluster 0 pgmap v18775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:40:56.457 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:56 smithi135 bash[32435]: cluster 2023-12-08T03:40:55.106127+0000 mgr.a (mgr.14403) 25140 : cluster 0 pgmap v18775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:40:56.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:56 smithi079 bash[28699]: cluster 2023-12-08T03:40:55.106127+0000 mgr.a (mgr.14403) 25140 : cluster 0 pgmap v18775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:40:58.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:40:58 smithi079 bash[28699]: cluster 2023-12-08T03:40:57.106891+0000 mgr.a (mgr.14403) 25141 : cluster 0 pgmap v18776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:40:58.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:40:58 smithi194 bash[32038]: cluster 2023-12-08T03:40:57.106891+0000 mgr.a (mgr.14403) 25141 : cluster 0 pgmap v18776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:40:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:40:58 smithi135 bash[32435]: cluster 2023-12-08T03:40:57.106891+0000 mgr.a (mgr.14403) 25141 : cluster 0 pgmap v18776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:40:58.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:40:58.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:40:58.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:40:59.868 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:40:59.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:40:59.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:40:59.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:40:59.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:41:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:00 smithi079 bash[28699]: cluster 2023-12-08T03:40:59.107501+0000 mgr.a (mgr.14403) 25142 : cluster 0 pgmap v18777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:00 smithi079 bash[28699]: audit 2023-12-08T03:40:59.363636+0000 mgr.a (mgr.14403) 25143 : audit 0 from='client.494952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:00 smithi194 bash[32038]: cluster 2023-12-08T03:40:59.107501+0000 mgr.a (mgr.14403) 25142 : cluster 0 pgmap v18777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:00.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:00 smithi194 bash[32038]: audit 2023-12-08T03:40:59.363636+0000 mgr.a (mgr.14403) 25143 : audit 0 from='client.494952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:00 smithi135 bash[32435]: cluster 2023-12-08T03:40:59.107501+0000 mgr.a (mgr.14403) 25142 : cluster 0 pgmap v18777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:00 smithi135 bash[32435]: audit 2023-12-08T03:40:59.363636+0000 mgr.a (mgr.14403) 25143 : audit 0 from='client.494952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:02 smithi079 bash[28699]: cluster 2023-12-08T03:41:01.108328+0000 mgr.a (mgr.14403) 25144 : cluster 0 pgmap v18778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:02.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:02 smithi194 bash[32038]: cluster 2023-12-08T03:41:01.108328+0000 mgr.a (mgr.14403) 25144 : cluster 0 pgmap v18778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:02 smithi135 bash[32435]: cluster 2023-12-08T03:41:01.108328+0000 mgr.a (mgr.14403) 25144 : cluster 0 pgmap v18778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:04.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:04 smithi079 bash[28699]: cluster 2023-12-08T03:41:03.109097+0000 mgr.a (mgr.14403) 25145 : cluster 0 pgmap v18779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:04 smithi194 bash[32038]: cluster 2023-12-08T03:41:03.109097+0000 mgr.a (mgr.14403) 25145 : cluster 0 pgmap v18779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:04 smithi135 bash[32435]: cluster 2023-12-08T03:41:03.109097+0000 mgr.a (mgr.14403) 25145 : cluster 0 pgmap v18779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:04.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:41:04.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:04.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:05.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:05.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:05.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:05.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:41:05.770 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:41:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:06 smithi079 bash[28699]: cluster 2023-12-08T03:41:05.109933+0000 mgr.a (mgr.14403) 25146 : cluster 0 pgmap v18780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:06.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:06 smithi079 bash[28699]: audit 2023-12-08T03:41:05.285389+0000 mgr.a (mgr.14403) 25147 : audit 0 from='client.495030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:06 smithi194 bash[32038]: cluster 2023-12-08T03:41:05.109933+0000 mgr.a (mgr.14403) 25146 : cluster 0 pgmap v18780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:06.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:06 smithi194 bash[32038]: audit 2023-12-08T03:41:05.285389+0000 mgr.a (mgr.14403) 25147 : audit 0 from='client.495030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:06 smithi135 bash[32435]: cluster 2023-12-08T03:41:05.109933+0000 mgr.a (mgr.14403) 25146 : cluster 0 pgmap v18780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:06 smithi135 bash[32435]: audit 2023-12-08T03:41:05.285389+0000 mgr.a (mgr.14403) 25147 : audit 0 from='client.495030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:08.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:08 smithi079 bash[28699]: cluster 2023-12-08T03:41:07.110590+0000 mgr.a (mgr.14403) 25148 : cluster 0 pgmap v18781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:41:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:08 smithi194 bash[32038]: cluster 2023-12-08T03:41:07.110590+0000 mgr.a (mgr.14403) 25148 : cluster 0 pgmap v18781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:41:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:08 smithi135 bash[32435]: cluster 2023-12-08T03:41:07.110590+0000 mgr.a (mgr.14403) 25148 : cluster 0 pgmap v18781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:41:10.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:10 smithi079 bash[28699]: cluster 2023-12-08T03:41:09.111412+0000 mgr.a (mgr.14403) 25149 : cluster 0 pgmap v18782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:41:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:10 smithi194 bash[32038]: cluster 2023-12-08T03:41:09.111412+0000 mgr.a (mgr.14403) 25149 : cluster 0 pgmap v18782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:41:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:10 smithi135 bash[32435]: cluster 2023-12-08T03:41:09.111412+0000 mgr.a (mgr.14403) 25149 : cluster 0 pgmap v18782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:41:10.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:41:10.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:10.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:11.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:11.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:11.698 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:41:11.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:11.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:41:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:12 smithi079 bash[28699]: cluster 2023-12-08T03:41:11.111970+0000 mgr.a (mgr.14403) 25150 : cluster 0 pgmap v18783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:12.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:12 smithi079 bash[28699]: audit 2023-12-08T03:41:11.180404+0000 mgr.a (mgr.14403) 25151 : audit 0 from='client.495108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:12 smithi194 bash[32038]: cluster 2023-12-08T03:41:11.111970+0000 mgr.a (mgr.14403) 25150 : cluster 0 pgmap v18783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:12.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:12 smithi194 bash[32038]: audit 2023-12-08T03:41:11.180404+0000 mgr.a (mgr.14403) 25151 : audit 0 from='client.495108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:12 smithi135 bash[32435]: cluster 2023-12-08T03:41:11.111970+0000 mgr.a (mgr.14403) 25150 : cluster 0 pgmap v18783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:12 smithi135 bash[32435]: audit 2023-12-08T03:41:11.180404+0000 mgr.a (mgr.14403) 25151 : audit 0 from='client.495108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:14.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:14 smithi079 bash[28699]: cluster 2023-12-08T03:41:13.112658+0000 mgr.a (mgr.14403) 25152 : cluster 0 pgmap v18784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:14.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:14 smithi194 bash[32038]: cluster 2023-12-08T03:41:13.112658+0000 mgr.a (mgr.14403) 25152 : cluster 0 pgmap v18784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:14 smithi135 bash[32435]: cluster 2023-12-08T03:41:13.112658+0000 mgr.a (mgr.14403) 25152 : cluster 0 pgmap v18784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:16.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:16 smithi079 bash[28699]: cluster 2023-12-08T03:41:15.113520+0000 mgr.a (mgr.14403) 25153 : cluster 0 pgmap v18785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:16.701 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:41:16.702 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:16.702 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:16 smithi194 bash[32038]: cluster 2023-12-08T03:41:15.113520+0000 mgr.a (mgr.14403) 25153 : cluster 0 pgmap v18785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:16 smithi135 bash[32435]: cluster 2023-12-08T03:41:15.113520+0000 mgr.a (mgr.14403) 25153 : cluster 0 pgmap v18785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:17.609 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:41:17.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:17.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:17.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:17.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:41:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:18 smithi079 bash[28699]: audit 2023-12-08T03:41:17.110300+0000 mgr.a (mgr.14403) 25154 : audit 0 from='client.495186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:18.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:18 smithi079 bash[28699]: cluster 2023-12-08T03:41:17.125491+0000 mgr.a (mgr.14403) 25155 : cluster 0 pgmap v18786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:18 smithi194 bash[32038]: audit 2023-12-08T03:41:17.110300+0000 mgr.a (mgr.14403) 25154 : audit 0 from='client.495186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:18.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:18 smithi194 bash[32038]: cluster 2023-12-08T03:41:17.125491+0000 mgr.a (mgr.14403) 25155 : cluster 0 pgmap v18786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:18 smithi135 bash[32435]: audit 2023-12-08T03:41:17.110300+0000 mgr.a (mgr.14403) 25154 : audit 0 from='client.495186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:18 smithi135 bash[32435]: cluster 2023-12-08T03:41:17.125491+0000 mgr.a (mgr.14403) 25155 : cluster 0 pgmap v18786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:20 smithi079 bash[28699]: cluster 2023-12-08T03:41:19.126837+0000 mgr.a (mgr.14403) 25156 : cluster 0 pgmap v18787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:20 smithi194 bash[32038]: cluster 2023-12-08T03:41:19.126837+0000 mgr.a (mgr.14403) 25156 : cluster 0 pgmap v18787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:20 smithi135 bash[32435]: cluster 2023-12-08T03:41:19.126837+0000 mgr.a (mgr.14403) 25156 : cluster 0 pgmap v18787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:22.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:41:22.614 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:22.614 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:22.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:22 smithi079 bash[28699]: cluster 2023-12-08T03:41:21.127457+0000 mgr.a (mgr.14403) 25157 : cluster 0 pgmap v18788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:22 smithi194 bash[32038]: cluster 2023-12-08T03:41:21.127457+0000 mgr.a (mgr.14403) 25157 : cluster 0 pgmap v18788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:22 smithi135 bash[32435]: cluster 2023-12-08T03:41:21.127457+0000 mgr.a (mgr.14403) 25157 : cluster 0 pgmap v18788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:23.500 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:41:23.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:23.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:23.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:23.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:41:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:24 smithi079 bash[28699]: audit 2023-12-08T03:41:23.012925+0000 mgr.a (mgr.14403) 25158 : audit 0 from='client.495261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:24.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:24 smithi079 bash[28699]: cluster 2023-12-08T03:41:23.128059+0000 mgr.a (mgr.14403) 25159 : cluster 0 pgmap v18789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:24 smithi194 bash[32038]: audit 2023-12-08T03:41:23.012925+0000 mgr.a (mgr.14403) 25158 : audit 0 from='client.495261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:24.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:24 smithi194 bash[32038]: cluster 2023-12-08T03:41:23.128059+0000 mgr.a (mgr.14403) 25159 : cluster 0 pgmap v18789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:24 smithi135 bash[32435]: audit 2023-12-08T03:41:23.012925+0000 mgr.a (mgr.14403) 25158 : audit 0 from='client.495261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:24 smithi135 bash[32435]: cluster 2023-12-08T03:41:23.128059+0000 mgr.a (mgr.14403) 25159 : cluster 0 pgmap v18789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:26.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:26 smithi079 bash[28699]: cluster 2023-12-08T03:41:25.128981+0000 mgr.a (mgr.14403) 25160 : cluster 0 pgmap v18790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:26 smithi194 bash[32038]: cluster 2023-12-08T03:41:25.128981+0000 mgr.a (mgr.14403) 25160 : cluster 0 pgmap v18790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:26 smithi135 bash[32435]: cluster 2023-12-08T03:41:25.128981+0000 mgr.a (mgr.14403) 25160 : cluster 0 pgmap v18790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:28.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:41:28.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:28.504 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:28.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:28 smithi079 bash[28699]: cluster 2023-12-08T03:41:27.129609+0000 mgr.a (mgr.14403) 25161 : cluster 0 pgmap v18791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:28 smithi194 bash[32038]: cluster 2023-12-08T03:41:27.129609+0000 mgr.a (mgr.14403) 25161 : cluster 0 pgmap v18791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:28 smithi135 bash[32435]: cluster 2023-12-08T03:41:27.129609+0000 mgr.a (mgr.14403) 25161 : cluster 0 pgmap v18791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:29.443 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:41:29.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:29.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:29.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:29.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:41:30.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:30 smithi079 bash[28699]: audit 2023-12-08T03:41:28.908980+0000 mgr.a (mgr.14403) 25162 : audit 0 from='client.495336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:30.644 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:30 smithi079 bash[28699]: cluster 2023-12-08T03:41:29.130873+0000 mgr.a (mgr.14403) 25163 : cluster 0 pgmap v18792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:30.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:30 smithi194 bash[32038]: audit 2023-12-08T03:41:28.908980+0000 mgr.a (mgr.14403) 25162 : audit 0 from='client.495336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:30.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:30 smithi194 bash[32038]: cluster 2023-12-08T03:41:29.130873+0000 mgr.a (mgr.14403) 25163 : cluster 0 pgmap v18792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:30 smithi135 bash[32435]: audit 2023-12-08T03:41:28.908980+0000 mgr.a (mgr.14403) 25162 : audit 0 from='client.495336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:30 smithi135 bash[32435]: cluster 2023-12-08T03:41:29.130873+0000 mgr.a (mgr.14403) 25163 : cluster 0 pgmap v18792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:32.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:32 smithi079 bash[28699]: cluster 2023-12-08T03:41:31.131691+0000 mgr.a (mgr.14403) 25164 : cluster 0 pgmap v18793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:32.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:32 smithi194 bash[32038]: cluster 2023-12-08T03:41:31.131691+0000 mgr.a (mgr.14403) 25164 : cluster 0 pgmap v18793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:32.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:32 smithi135 bash[32435]: cluster 2023-12-08T03:41:31.131691+0000 mgr.a (mgr.14403) 25164 : cluster 0 pgmap v18793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:34.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:41:34.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:34.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:34.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:34 smithi079 bash[28699]: cluster 2023-12-08T03:41:33.132422+0000 mgr.a (mgr.14403) 25165 : cluster 0 pgmap v18794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:34.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:34 smithi194 bash[32038]: cluster 2023-12-08T03:41:33.132422+0000 mgr.a (mgr.14403) 25165 : cluster 0 pgmap v18794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:34.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:34 smithi135 bash[32435]: cluster 2023-12-08T03:41:33.132422+0000 mgr.a (mgr.14403) 25165 : cluster 0 pgmap v18794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:35.338 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:41:35.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:35.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:35.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:35.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:41:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:36 smithi079 bash[28699]: audit 2023-12-08T03:41:34.849676+0000 mgr.a (mgr.14403) 25166 : audit 0 from='client.495411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:36.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:36 smithi079 bash[28699]: cluster 2023-12-08T03:41:35.133672+0000 mgr.a (mgr.14403) 25167 : cluster 0 pgmap v18795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:36.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:36 smithi194 bash[32038]: audit 2023-12-08T03:41:34.849676+0000 mgr.a (mgr.14403) 25166 : audit 0 from='client.495411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:36.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:36 smithi194 bash[32038]: cluster 2023-12-08T03:41:35.133672+0000 mgr.a (mgr.14403) 25167 : cluster 0 pgmap v18795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:36 smithi135 bash[32435]: audit 2023-12-08T03:41:34.849676+0000 mgr.a (mgr.14403) 25166 : audit 0 from='client.495411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:36.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:36 smithi135 bash[32435]: cluster 2023-12-08T03:41:35.133672+0000 mgr.a (mgr.14403) 25167 : cluster 0 pgmap v18795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:38.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:38 smithi194 bash[32038]: cluster 2023-12-08T03:41:37.134320+0000 mgr.a (mgr.14403) 25168 : cluster 0 pgmap v18796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:38.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:38 smithi135 bash[32435]: cluster 2023-12-08T03:41:37.134320+0000 mgr.a (mgr.14403) 25168 : cluster 0 pgmap v18796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:38 smithi079 bash[28699]: cluster 2023-12-08T03:41:37.134320+0000 mgr.a (mgr.14403) 25168 : cluster 0 pgmap v18796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:41:40.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:41:40.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:40.342 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:40.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:40 smithi194 bash[32038]: cluster 2023-12-08T03:41:39.135169+0000 mgr.a (mgr.14403) 25169 : cluster 0 pgmap v18797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:40.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:40 smithi135 bash[32435]: cluster 2023-12-08T03:41:39.135169+0000 mgr.a (mgr.14403) 25169 : cluster 0 pgmap v18797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:40 smithi079 bash[28699]: cluster 2023-12-08T03:41:39.135169+0000 mgr.a (mgr.14403) 25169 : cluster 0 pgmap v18797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:41.223 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:41:41.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:41.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:41.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:41.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:41:41.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:41 smithi194 bash[32038]: audit 2023-12-08T03:41:40.741256+0000 mgr.a (mgr.14403) 25170 : audit 0 from='client.495483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:41.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:41 smithi135 bash[32435]: audit 2023-12-08T03:41:40.741256+0000 mgr.a (mgr.14403) 25170 : audit 0 from='client.495483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:41.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:41 smithi079 bash[28699]: audit 2023-12-08T03:41:40.741256+0000 mgr.a (mgr.14403) 25170 : audit 0 from='client.495483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:42.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:42 smithi194 bash[32038]: cluster 2023-12-08T03:41:41.136012+0000 mgr.a (mgr.14403) 25171 : cluster 0 pgmap v18798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:42.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:42 smithi135 bash[32435]: cluster 2023-12-08T03:41:41.136012+0000 mgr.a (mgr.14403) 25171 : cluster 0 pgmap v18798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:42 smithi079 bash[28699]: cluster 2023-12-08T03:41:41.136012+0000 mgr.a (mgr.14403) 25171 : cluster 0 pgmap v18798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:44.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:44 smithi194 bash[32038]: cluster 2023-12-08T03:41:43.136775+0000 mgr.a (mgr.14403) 25172 : cluster 0 pgmap v18799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:44.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:44 smithi135 bash[32435]: cluster 2023-12-08T03:41:43.136775+0000 mgr.a (mgr.14403) 25172 : cluster 0 pgmap v18799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:44 smithi079 bash[28699]: cluster 2023-12-08T03:41:43.136775+0000 mgr.a (mgr.14403) 25172 : cluster 0 pgmap v18799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:46.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:41:46.226 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:46.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:46.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:46 smithi194 bash[32038]: cluster 2023-12-08T03:41:45.137733+0000 mgr.a (mgr.14403) 25173 : cluster 0 pgmap v18800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:46.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:46 smithi135 bash[32435]: cluster 2023-12-08T03:41:45.137733+0000 mgr.a (mgr.14403) 25173 : cluster 0 pgmap v18800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:46 smithi079 bash[28699]: cluster 2023-12-08T03:41:45.137733+0000 mgr.a (mgr.14403) 25173 : cluster 0 pgmap v18800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:47.159 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:41:47.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:47.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:47.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:47.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:41:47.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:47 smithi194 bash[32038]: audit 2023-12-08T03:41:46.634229+0000 mgr.a (mgr.14403) 25174 : audit 0 from='client.495558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:47.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:47 smithi135 bash[32435]: audit 2023-12-08T03:41:46.634229+0000 mgr.a (mgr.14403) 25174 : audit 0 from='client.495558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:47 smithi079 bash[28699]: audit 2023-12-08T03:41:46.634229+0000 mgr.a (mgr.14403) 25174 : audit 0 from='client.495558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:48.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:48 smithi194 bash[32038]: cluster 2023-12-08T03:41:47.138314+0000 mgr.a (mgr.14403) 25175 : cluster 0 pgmap v18801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:48.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:48 smithi135 bash[32435]: cluster 2023-12-08T03:41:47.138314+0000 mgr.a (mgr.14403) 25175 : cluster 0 pgmap v18801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:48 smithi079 bash[28699]: cluster 2023-12-08T03:41:47.138314+0000 mgr.a (mgr.14403) 25175 : cluster 0 pgmap v18801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:50.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:50 smithi194 bash[32038]: cluster 2023-12-08T03:41:49.139046+0000 mgr.a (mgr.14403) 25176 : cluster 0 pgmap v18802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:50.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:50 smithi135 bash[32435]: cluster 2023-12-08T03:41:49.139046+0000 mgr.a (mgr.14403) 25176 : cluster 0 pgmap v18802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:50 smithi079 bash[28699]: cluster 2023-12-08T03:41:49.139046+0000 mgr.a (mgr.14403) 25176 : cluster 0 pgmap v18802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:52.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:41:52.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:52.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:52.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:52 smithi194 bash[32038]: cluster 2023-12-08T03:41:51.139535+0000 mgr.a (mgr.14403) 25177 : cluster 0 pgmap v18803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:52.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:52 smithi194 bash[32038]: audit 2023-12-08T03:41:51.622874+0000 mon.a (mon.0) 3921 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:41:52.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:52 smithi194 bash[32038]: audit 2023-12-08T03:41:52.415630+0000 mon.a (mon.0) 3922 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:41:52.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:52 smithi194 bash[32038]: audit 2023-12-08T03:41:52.417118+0000 mon.a (mon.0) 3923 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:41:52.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:52 smithi194 bash[32038]: audit 2023-12-08T03:41:52.426810+0000 mon.a (mon.0) 3924 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:41:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:52 smithi135 bash[32435]: cluster 2023-12-08T03:41:51.139535+0000 mgr.a (mgr.14403) 25177 : cluster 0 pgmap v18803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:52 smithi135 bash[32435]: audit 2023-12-08T03:41:51.622874+0000 mon.a (mon.0) 3921 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:41:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:52 smithi135 bash[32435]: audit 2023-12-08T03:41:52.415630+0000 mon.a (mon.0) 3922 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:41:52.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:52 smithi135 bash[32435]: audit 2023-12-08T03:41:52.417118+0000 mon.a (mon.0) 3923 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:41:52.708 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:52 smithi135 bash[32435]: audit 2023-12-08T03:41:52.426810+0000 mon.a (mon.0) 3924 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:41:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:52 smithi079 bash[28699]: cluster 2023-12-08T03:41:51.139535+0000 mgr.a (mgr.14403) 25177 : cluster 0 pgmap v18803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:52 smithi079 bash[28699]: audit 2023-12-08T03:41:51.622874+0000 mon.a (mon.0) 3921 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:41:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:52 smithi079 bash[28699]: audit 2023-12-08T03:41:52.415630+0000 mon.a (mon.0) 3922 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:41:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:52 smithi079 bash[28699]: audit 2023-12-08T03:41:52.417118+0000 mon.a (mon.0) 3923 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:41:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:52 smithi079 bash[28699]: audit 2023-12-08T03:41:52.426810+0000 mon.a (mon.0) 3924 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:41:53.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:53.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:53.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:53.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:41:53.052 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:41:53.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:53 smithi194 bash[32038]: audit 2023-12-08T03:41:52.560761+0000 mgr.a (mgr.14403) 25178 : audit 0 from='client.495636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:53.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:53 smithi135 bash[32435]: audit 2023-12-08T03:41:52.560761+0000 mgr.a (mgr.14403) 25178 : audit 0 from='client.495636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:53 smithi079 bash[28699]: audit 2023-12-08T03:41:52.560761+0000 mgr.a (mgr.14403) 25178 : audit 0 from='client.495636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:54.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:54 smithi194 bash[32038]: cluster 2023-12-08T03:41:53.140409+0000 mgr.a (mgr.14403) 25179 : cluster 0 pgmap v18804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:54.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:54 smithi135 bash[32435]: cluster 2023-12-08T03:41:53.140409+0000 mgr.a (mgr.14403) 25179 : cluster 0 pgmap v18804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:54 smithi079 bash[28699]: cluster 2023-12-08T03:41:53.140409+0000 mgr.a (mgr.14403) 25179 : cluster 0 pgmap v18804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:56.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:56 smithi194 bash[32038]: cluster 2023-12-08T03:41:55.141407+0000 mgr.a (mgr.14403) 25180 : cluster 0 pgmap v18805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:56.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:56 smithi135 bash[32435]: cluster 2023-12-08T03:41:55.141407+0000 mgr.a (mgr.14403) 25180 : cluster 0 pgmap v18805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:56 smithi079 bash[28699]: cluster 2023-12-08T03:41:55.141407+0000 mgr.a (mgr.14403) 25180 : cluster 0 pgmap v18805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:41:58.054 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:41:58.055 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:41:58.055 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:41:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:58 smithi135 bash[32435]: cluster 2023-12-08T03:41:57.141934+0000 mgr.a (mgr.14403) 25181 : cluster 0 pgmap v18806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:58 smithi079 bash[28699]: cluster 2023-12-08T03:41:57.141934+0000 mgr.a (mgr.14403) 25181 : cluster 0 pgmap v18806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:58.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:41:58.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:41:58.946 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:41:58.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:41:58.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:41:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:58 smithi194 bash[32038]: cluster 2023-12-08T03:41:57.141934+0000 mgr.a (mgr.14403) 25181 : cluster 0 pgmap v18806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:41:59.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:41:59 smithi079 bash[28699]: audit 2023-12-08T03:41:58.454532+0000 mgr.a (mgr.14403) 25182 : audit 0 from='client.495711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:41:59 smithi194 bash[32038]: audit 2023-12-08T03:41:58.454532+0000 mgr.a (mgr.14403) 25182 : audit 0 from='client.495711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:41:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:41:59 smithi135 bash[32435]: audit 2023-12-08T03:41:58.454532+0000 mgr.a (mgr.14403) 25182 : audit 0 from='client.495711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:00 smithi079 bash[28699]: cluster 2023-12-08T03:41:59.143042+0000 mgr.a (mgr.14403) 25183 : cluster 0 pgmap v18807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:42:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:00 smithi194 bash[32038]: cluster 2023-12-08T03:41:59.143042+0000 mgr.a (mgr.14403) 25183 : cluster 0 pgmap v18807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:42:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:00 smithi135 bash[32435]: cluster 2023-12-08T03:41:59.143042+0000 mgr.a (mgr.14403) 25183 : cluster 0 pgmap v18807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T03:42:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:02 smithi079 bash[28699]: cluster 2023-12-08T03:42:01.143643+0000 mgr.a (mgr.14403) 25184 : cluster 0 pgmap v18808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:42:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:02 smithi194 bash[32038]: cluster 2023-12-08T03:42:01.143643+0000 mgr.a (mgr.14403) 25184 : cluster 0 pgmap v18808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:42:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:02 smithi135 bash[32435]: cluster 2023-12-08T03:42:01.143643+0000 mgr.a (mgr.14403) 25184 : cluster 0 pgmap v18808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:42:03.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:42:03.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:03.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:04.870 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:42:04.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:04.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:04.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:04.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:42:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:04 smithi079 bash[28699]: cluster 2023-12-08T03:42:03.144195+0000 mgr.a (mgr.14403) 25185 : cluster 0 pgmap v18809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:42:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:04 smithi194 bash[32038]: cluster 2023-12-08T03:42:03.144195+0000 mgr.a (mgr.14403) 25185 : cluster 0 pgmap v18809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:42:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:04 smithi135 bash[32435]: cluster 2023-12-08T03:42:03.144195+0000 mgr.a (mgr.14403) 25185 : cluster 0 pgmap v18809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T03:42:05.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:05 smithi079 bash[28699]: audit 2023-12-08T03:42:04.347067+0000 mgr.a (mgr.14403) 25186 : audit 0 from='client.495789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:05 smithi194 bash[32038]: audit 2023-12-08T03:42:04.347067+0000 mgr.a (mgr.14403) 25186 : audit 0 from='client.495789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:05 smithi135 bash[32435]: audit 2023-12-08T03:42:04.347067+0000 mgr.a (mgr.14403) 25186 : audit 0 from='client.495789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:06 smithi079 bash[28699]: cluster 2023-12-08T03:42:05.145312+0000 mgr.a (mgr.14403) 25187 : cluster 0 pgmap v18810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:06 smithi194 bash[32038]: cluster 2023-12-08T03:42:05.145312+0000 mgr.a (mgr.14403) 25187 : cluster 0 pgmap v18810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:06 smithi135 bash[32435]: cluster 2023-12-08T03:42:05.145312+0000 mgr.a (mgr.14403) 25187 : cluster 0 pgmap v18810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:08 smithi079 bash[28699]: cluster 2023-12-08T03:42:07.145909+0000 mgr.a (mgr.14403) 25188 : cluster 0 pgmap v18811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:08 smithi194 bash[32038]: cluster 2023-12-08T03:42:07.145909+0000 mgr.a (mgr.14403) 25188 : cluster 0 pgmap v18811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:08 smithi135 bash[32435]: cluster 2023-12-08T03:42:07.145909+0000 mgr.a (mgr.14403) 25188 : cluster 0 pgmap v18811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:09.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:42:09.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:09.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:10.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:10.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:10.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:10.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:42:10.788 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:42:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:10 smithi079 bash[28699]: cluster 2023-12-08T03:42:09.146655+0000 mgr.a (mgr.14403) 25189 : cluster 0 pgmap v18812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:10 smithi194 bash[32038]: cluster 2023-12-08T03:42:09.146655+0000 mgr.a (mgr.14403) 25189 : cluster 0 pgmap v18812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:10 smithi135 bash[32435]: cluster 2023-12-08T03:42:09.146655+0000 mgr.a (mgr.14403) 25189 : cluster 0 pgmap v18812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:11.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:11 smithi079 bash[28699]: audit 2023-12-08T03:42:10.277176+0000 mgr.a (mgr.14403) 25190 : audit 0 from='client.374446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:11.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:11 smithi194 bash[32038]: audit 2023-12-08T03:42:10.277176+0000 mgr.a (mgr.14403) 25190 : audit 0 from='client.374446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:11.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:11 smithi135 bash[32435]: audit 2023-12-08T03:42:10.277176+0000 mgr.a (mgr.14403) 25190 : audit 0 from='client.374446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:12 smithi079 bash[28699]: cluster 2023-12-08T03:42:11.147355+0000 mgr.a (mgr.14403) 25191 : cluster 0 pgmap v18813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:42:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:12 smithi194 bash[32038]: cluster 2023-12-08T03:42:11.147355+0000 mgr.a (mgr.14403) 25191 : cluster 0 pgmap v18813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:42:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:12 smithi135 bash[32435]: cluster 2023-12-08T03:42:11.147355+0000 mgr.a (mgr.14403) 25191 : cluster 0 pgmap v18813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:42:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:14 smithi079 bash[28699]: cluster 2023-12-08T03:42:13.148050+0000 mgr.a (mgr.14403) 25192 : cluster 0 pgmap v18814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:42:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:14 smithi194 bash[32038]: cluster 2023-12-08T03:42:13.148050+0000 mgr.a (mgr.14403) 25192 : cluster 0 pgmap v18814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:42:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:14 smithi135 bash[32435]: cluster 2023-12-08T03:42:13.148050+0000 mgr.a (mgr.14403) 25192 : cluster 0 pgmap v18814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T03:42:15.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:42:15.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:15.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:16.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:16.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:16.692 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:42:16.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:16.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:42:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:16 smithi079 bash[28699]: cluster 2023-12-08T03:42:15.148920+0000 mgr.a (mgr.14403) 25193 : cluster 0 pgmap v18815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:42:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:16 smithi194 bash[32038]: cluster 2023-12-08T03:42:15.148920+0000 mgr.a (mgr.14403) 25193 : cluster 0 pgmap v18815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:42:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:16 smithi135 bash[32435]: cluster 2023-12-08T03:42:15.148920+0000 mgr.a (mgr.14403) 25193 : cluster 0 pgmap v18815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T03:42:17.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:17 smithi079 bash[28699]: audit 2023-12-08T03:42:16.187743+0000 mgr.a (mgr.14403) 25194 : audit 0 from='client.495936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:17.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:17 smithi194 bash[32038]: audit 2023-12-08T03:42:16.187743+0000 mgr.a (mgr.14403) 25194 : audit 0 from='client.495936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:17.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:17 smithi135 bash[32435]: audit 2023-12-08T03:42:16.187743+0000 mgr.a (mgr.14403) 25194 : audit 0 from='client.495936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:18 smithi079 bash[28699]: cluster 2023-12-08T03:42:17.149565+0000 mgr.a (mgr.14403) 25195 : cluster 0 pgmap v18816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:18 smithi194 bash[32038]: cluster 2023-12-08T03:42:17.149565+0000 mgr.a (mgr.14403) 25195 : cluster 0 pgmap v18816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:18 smithi135 bash[32435]: cluster 2023-12-08T03:42:17.149565+0000 mgr.a (mgr.14403) 25195 : cluster 0 pgmap v18816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:20 smithi079 bash[28699]: cluster 2023-12-08T03:42:19.150532+0000 mgr.a (mgr.14403) 25196 : cluster 0 pgmap v18817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:20 smithi194 bash[32038]: cluster 2023-12-08T03:42:19.150532+0000 mgr.a (mgr.14403) 25196 : cluster 0 pgmap v18817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:20 smithi135 bash[32435]: cluster 2023-12-08T03:42:19.150532+0000 mgr.a (mgr.14403) 25196 : cluster 0 pgmap v18817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:21.693 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:42:21.694 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:21.694 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:22.566 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:42:22.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:22.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:22.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:22.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:42:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:22 smithi079 bash[28699]: cluster 2023-12-08T03:42:21.151122+0000 mgr.a (mgr.14403) 25197 : cluster 0 pgmap v18818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:22 smithi194 bash[32038]: cluster 2023-12-08T03:42:21.151122+0000 mgr.a (mgr.14403) 25197 : cluster 0 pgmap v18818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:22 smithi135 bash[32435]: cluster 2023-12-08T03:42:21.151122+0000 mgr.a (mgr.14403) 25197 : cluster 0 pgmap v18818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:23 smithi079 bash[28699]: audit 2023-12-08T03:42:22.092312+0000 mgr.a (mgr.14403) 25198 : audit 0 from='client.496014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:23 smithi194 bash[32038]: audit 2023-12-08T03:42:22.092312+0000 mgr.a (mgr.14403) 25198 : audit 0 from='client.496014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:23 smithi135 bash[32435]: audit 2023-12-08T03:42:22.092312+0000 mgr.a (mgr.14403) 25198 : audit 0 from='client.496014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:24 smithi079 bash[28699]: cluster 2023-12-08T03:42:23.151759+0000 mgr.a (mgr.14403) 25199 : cluster 0 pgmap v18819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:24 smithi194 bash[32038]: cluster 2023-12-08T03:42:23.151759+0000 mgr.a (mgr.14403) 25199 : cluster 0 pgmap v18819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:24 smithi135 bash[32435]: cluster 2023-12-08T03:42:23.151759+0000 mgr.a (mgr.14403) 25199 : cluster 0 pgmap v18819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:26 smithi079 bash[28699]: cluster 2023-12-08T03:42:25.152581+0000 mgr.a (mgr.14403) 25200 : cluster 0 pgmap v18820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:26 smithi194 bash[32038]: cluster 2023-12-08T03:42:25.152581+0000 mgr.a (mgr.14403) 25200 : cluster 0 pgmap v18820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:26 smithi135 bash[32435]: cluster 2023-12-08T03:42:25.152581+0000 mgr.a (mgr.14403) 25200 : cluster 0 pgmap v18820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:27.569 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:42:27.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:27.570 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:28.460 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:42:28.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:28.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:28.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:28.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:42:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:28 smithi079 bash[28699]: cluster 2023-12-08T03:42:27.153137+0000 mgr.a (mgr.14403) 25201 : cluster 0 pgmap v18821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:28 smithi194 bash[32038]: cluster 2023-12-08T03:42:27.153137+0000 mgr.a (mgr.14403) 25201 : cluster 0 pgmap v18821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:28 smithi135 bash[32435]: cluster 2023-12-08T03:42:27.153137+0000 mgr.a (mgr.14403) 25201 : cluster 0 pgmap v18821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:29 smithi079 bash[28699]: audit 2023-12-08T03:42:27.968627+0000 mgr.a (mgr.14403) 25202 : audit 0 from='client.496086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:29 smithi194 bash[32038]: audit 2023-12-08T03:42:27.968627+0000 mgr.a (mgr.14403) 25202 : audit 0 from='client.496086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:29 smithi135 bash[32435]: audit 2023-12-08T03:42:27.968627+0000 mgr.a (mgr.14403) 25202 : audit 0 from='client.496086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:30 smithi079 bash[28699]: cluster 2023-12-08T03:42:29.153983+0000 mgr.a (mgr.14403) 25203 : cluster 0 pgmap v18822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:30 smithi194 bash[32038]: cluster 2023-12-08T03:42:29.153983+0000 mgr.a (mgr.14403) 25203 : cluster 0 pgmap v18822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:30 smithi135 bash[32435]: cluster 2023-12-08T03:42:29.153983+0000 mgr.a (mgr.14403) 25203 : cluster 0 pgmap v18822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:32 smithi079 bash[28699]: cluster 2023-12-08T03:42:31.154511+0000 mgr.a (mgr.14403) 25204 : cluster 0 pgmap v18823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:32 smithi194 bash[32038]: cluster 2023-12-08T03:42:31.154511+0000 mgr.a (mgr.14403) 25204 : cluster 0 pgmap v18823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:32 smithi135 bash[32435]: cluster 2023-12-08T03:42:31.154511+0000 mgr.a (mgr.14403) 25204 : cluster 0 pgmap v18823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:33.463 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:42:33.464 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:33.464 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:34.361 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:42:34.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:34.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:34.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:34.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:42:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:34 smithi079 bash[28699]: cluster 2023-12-08T03:42:33.155135+0000 mgr.a (mgr.14403) 25205 : cluster 0 pgmap v18824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:34.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:34 smithi194 bash[32038]: cluster 2023-12-08T03:42:33.155135+0000 mgr.a (mgr.14403) 25205 : cluster 0 pgmap v18824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:34 smithi135 bash[32435]: cluster 2023-12-08T03:42:33.155135+0000 mgr.a (mgr.14403) 25205 : cluster 0 pgmap v18824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:35.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:35 smithi079 bash[28699]: audit 2023-12-08T03:42:33.874777+0000 mgr.a (mgr.14403) 25206 : audit 0 from='client.496158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:35 smithi194 bash[32038]: audit 2023-12-08T03:42:33.874777+0000 mgr.a (mgr.14403) 25206 : audit 0 from='client.496158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:35 smithi135 bash[32435]: audit 2023-12-08T03:42:33.874777+0000 mgr.a (mgr.14403) 25206 : audit 0 from='client.496158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:36 smithi079 bash[28699]: cluster 2023-12-08T03:42:35.156042+0000 mgr.a (mgr.14403) 25207 : cluster 0 pgmap v18825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:36 smithi194 bash[32038]: cluster 2023-12-08T03:42:35.156042+0000 mgr.a (mgr.14403) 25207 : cluster 0 pgmap v18825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:36 smithi135 bash[32435]: cluster 2023-12-08T03:42:35.156042+0000 mgr.a (mgr.14403) 25207 : cluster 0 pgmap v18825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:38 smithi079 bash[28699]: cluster 2023-12-08T03:42:37.156581+0000 mgr.a (mgr.14403) 25208 : cluster 0 pgmap v18826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:38 smithi194 bash[32038]: cluster 2023-12-08T03:42:37.156581+0000 mgr.a (mgr.14403) 25208 : cluster 0 pgmap v18826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:38 smithi135 bash[32435]: cluster 2023-12-08T03:42:37.156581+0000 mgr.a (mgr.14403) 25208 : cluster 0 pgmap v18826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:39.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:42:39.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:39.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:40.261 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:42:40.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:40.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:40.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:40.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:42:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:40 smithi079 bash[28699]: cluster 2023-12-08T03:42:39.157314+0000 mgr.a (mgr.14403) 25209 : cluster 0 pgmap v18827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:40 smithi194 bash[32038]: cluster 2023-12-08T03:42:39.157314+0000 mgr.a (mgr.14403) 25209 : cluster 0 pgmap v18827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:40 smithi135 bash[32435]: cluster 2023-12-08T03:42:39.157314+0000 mgr.a (mgr.14403) 25209 : cluster 0 pgmap v18827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:41.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:41 smithi079 bash[28699]: audit 2023-12-08T03:42:39.771540+0000 mgr.a (mgr.14403) 25210 : audit 0 from='client.496230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:41 smithi194 bash[32038]: audit 2023-12-08T03:42:39.771540+0000 mgr.a (mgr.14403) 25210 : audit 0 from='client.496230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:41 smithi135 bash[32435]: audit 2023-12-08T03:42:39.771540+0000 mgr.a (mgr.14403) 25210 : audit 0 from='client.496230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:42.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:42 smithi079 bash[28699]: cluster 2023-12-08T03:42:41.157932+0000 mgr.a (mgr.14403) 25211 : cluster 0 pgmap v18828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:42 smithi194 bash[32038]: cluster 2023-12-08T03:42:41.157932+0000 mgr.a (mgr.14403) 25211 : cluster 0 pgmap v18828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:42 smithi135 bash[32435]: cluster 2023-12-08T03:42:41.157932+0000 mgr.a (mgr.14403) 25211 : cluster 0 pgmap v18828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:44 smithi079 bash[28699]: cluster 2023-12-08T03:42:43.158546+0000 mgr.a (mgr.14403) 25212 : cluster 0 pgmap v18829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:44 smithi194 bash[32038]: cluster 2023-12-08T03:42:43.158546+0000 mgr.a (mgr.14403) 25212 : cluster 0 pgmap v18829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:44 smithi135 bash[32435]: cluster 2023-12-08T03:42:43.158546+0000 mgr.a (mgr.14403) 25212 : cluster 0 pgmap v18829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:42:45.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:42:45.264 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:45.264 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:46.160 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:42:46.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:46.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:46.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:46.160 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:42:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:46 smithi079 bash[28699]: cluster 2023-12-08T03:42:45.159403+0000 mgr.a (mgr.14403) 25213 : cluster 0 pgmap v18830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:46.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:46 smithi079 bash[28699]: audit 2023-12-08T03:42:45.668147+0000 mgr.a (mgr.14403) 25214 : audit 0 from='client.496305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:46 smithi194 bash[32038]: cluster 2023-12-08T03:42:45.159403+0000 mgr.a (mgr.14403) 25213 : cluster 0 pgmap v18830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:46 smithi194 bash[32038]: audit 2023-12-08T03:42:45.668147+0000 mgr.a (mgr.14403) 25214 : audit 0 from='client.496305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:46 smithi135 bash[32435]: cluster 2023-12-08T03:42:45.159403+0000 mgr.a (mgr.14403) 25213 : cluster 0 pgmap v18830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:46 smithi135 bash[32435]: audit 2023-12-08T03:42:45.668147+0000 mgr.a (mgr.14403) 25214 : audit 0 from='client.496305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:48 smithi079 bash[28699]: cluster 2023-12-08T03:42:47.160034+0000 mgr.a (mgr.14403) 25215 : cluster 0 pgmap v18831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:48 smithi194 bash[32038]: cluster 2023-12-08T03:42:47.160034+0000 mgr.a (mgr.14403) 25215 : cluster 0 pgmap v18831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:48 smithi135 bash[32435]: cluster 2023-12-08T03:42:47.160034+0000 mgr.a (mgr.14403) 25215 : cluster 0 pgmap v18831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:50 smithi079 bash[28699]: cluster 2023-12-08T03:42:49.160842+0000 mgr.a (mgr.14403) 25216 : cluster 0 pgmap v18832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:50 smithi194 bash[32038]: cluster 2023-12-08T03:42:49.160842+0000 mgr.a (mgr.14403) 25216 : cluster 0 pgmap v18832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:50 smithi135 bash[32435]: cluster 2023-12-08T03:42:49.160842+0000 mgr.a (mgr.14403) 25216 : cluster 0 pgmap v18832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:51.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:42:51.163 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:51.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:52.065 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:42:52.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:52.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:52.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:52.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:42:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:52 smithi079 bash[28699]: cluster 2023-12-08T03:42:51.161421+0000 mgr.a (mgr.14403) 25217 : cluster 0 pgmap v18833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:52 smithi079 bash[28699]: audit 2023-12-08T03:42:51.572187+0000 mgr.a (mgr.14403) 25218 : audit 0 from='client.496377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:52 smithi079 bash[28699]: audit 2023-12-08T03:42:52.529661+0000 mon.a (mon.0) 3925 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:42:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:52 smithi194 bash[32038]: cluster 2023-12-08T03:42:51.161421+0000 mgr.a (mgr.14403) 25217 : cluster 0 pgmap v18833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:52 smithi194 bash[32038]: audit 2023-12-08T03:42:51.572187+0000 mgr.a (mgr.14403) 25218 : audit 0 from='client.496377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:52 smithi194 bash[32038]: audit 2023-12-08T03:42:52.529661+0000 mon.a (mon.0) 3925 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:42:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:52 smithi135 bash[32435]: cluster 2023-12-08T03:42:51.161421+0000 mgr.a (mgr.14403) 25217 : cluster 0 pgmap v18833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:52 smithi135 bash[32435]: audit 2023-12-08T03:42:51.572187+0000 mgr.a (mgr.14403) 25218 : audit 0 from='client.496377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:52 smithi135 bash[32435]: audit 2023-12-08T03:42:52.529661+0000 mon.a (mon.0) 3925 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:42:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:53 smithi079 bash[28699]: audit 2023-12-08T03:42:53.310303+0000 mon.a (mon.0) 3926 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:42:53.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:53 smithi079 bash[28699]: audit 2023-12-08T03:42:53.312134+0000 mon.a (mon.0) 3927 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:42:53.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:53 smithi079 bash[28699]: audit 2023-12-08T03:42:53.321027+0000 mon.a (mon.0) 3928 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:42:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:53 smithi194 bash[32038]: audit 2023-12-08T03:42:53.310303+0000 mon.a (mon.0) 3926 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:42:53.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:53 smithi194 bash[32038]: audit 2023-12-08T03:42:53.312134+0000 mon.a (mon.0) 3927 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:42:53.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:53 smithi194 bash[32038]: audit 2023-12-08T03:42:53.321027+0000 mon.a (mon.0) 3928 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:42:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:53 smithi135 bash[32435]: audit 2023-12-08T03:42:53.310303+0000 mon.a (mon.0) 3926 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:42:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:53 smithi135 bash[32435]: audit 2023-12-08T03:42:53.312134+0000 mon.a (mon.0) 3927 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:42:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:53 smithi135 bash[32435]: audit 2023-12-08T03:42:53.321027+0000 mon.a (mon.0) 3928 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:42:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:54 smithi194 bash[32038]: cluster 2023-12-08T03:42:53.162007+0000 mgr.a (mgr.14403) 25219 : cluster 0 pgmap v18834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:54 smithi135 bash[32435]: cluster 2023-12-08T03:42:53.162007+0000 mgr.a (mgr.14403) 25219 : cluster 0 pgmap v18834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:54 smithi079 bash[28699]: cluster 2023-12-08T03:42:53.162007+0000 mgr.a (mgr.14403) 25219 : cluster 0 pgmap v18834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:56 smithi194 bash[32038]: cluster 2023-12-08T03:42:55.162954+0000 mgr.a (mgr.14403) 25220 : cluster 0 pgmap v18835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:56 smithi135 bash[32435]: cluster 2023-12-08T03:42:55.162954+0000 mgr.a (mgr.14403) 25220 : cluster 0 pgmap v18835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:57.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:42:57.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:42:57.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:42:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:56 smithi079 bash[28699]: cluster 2023-12-08T03:42:55.162954+0000 mgr.a (mgr.14403) 25220 : cluster 0 pgmap v18835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:42:57.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:42:57.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:42:57.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:42:57.976 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:42:57.976 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:42:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:58 smithi194 bash[32038]: cluster 2023-12-08T03:42:57.163626+0000 mgr.a (mgr.14403) 25221 : cluster 0 pgmap v18836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:42:58 smithi194 bash[32038]: audit 2023-12-08T03:42:57.480930+0000 mgr.a (mgr.14403) 25222 : audit 0 from='client.496455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:58 smithi135 bash[32435]: cluster 2023-12-08T03:42:57.163626+0000 mgr.a (mgr.14403) 25221 : cluster 0 pgmap v18836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:42:58 smithi135 bash[32435]: audit 2023-12-08T03:42:57.480930+0000 mgr.a (mgr.14403) 25222 : audit 0 from='client.496455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:42:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:58 smithi079 bash[28699]: cluster 2023-12-08T03:42:57.163626+0000 mgr.a (mgr.14403) 25221 : cluster 0 pgmap v18836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:42:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:42:58 smithi079 bash[28699]: audit 2023-12-08T03:42:57.480930+0000 mgr.a (mgr.14403) 25222 : audit 0 from='client.496455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:00 smithi194 bash[32038]: cluster 2023-12-08T03:42:59.164689+0000 mgr.a (mgr.14403) 25223 : cluster 0 pgmap v18837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:00 smithi135 bash[32435]: cluster 2023-12-08T03:42:59.164689+0000 mgr.a (mgr.14403) 25223 : cluster 0 pgmap v18837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:00 smithi079 bash[28699]: cluster 2023-12-08T03:42:59.164689+0000 mgr.a (mgr.14403) 25223 : cluster 0 pgmap v18837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:02 smithi194 bash[32038]: cluster 2023-12-08T03:43:01.165451+0000 mgr.a (mgr.14403) 25224 : cluster 0 pgmap v18838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:02 smithi135 bash[32435]: cluster 2023-12-08T03:43:01.165451+0000 mgr.a (mgr.14403) 25224 : cluster 0 pgmap v18838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:02.977 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:43:02.979 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:02.979 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:02 smithi079 bash[28699]: cluster 2023-12-08T03:43:01.165451+0000 mgr.a (mgr.14403) 25224 : cluster 0 pgmap v18838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:03.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:03.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:03.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:03.888 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:43:03.889 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:43:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:04 smithi194 bash[32038]: cluster 2023-12-08T03:43:03.166145+0000 mgr.a (mgr.14403) 25225 : cluster 0 pgmap v18839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:04 smithi194 bash[32038]: audit 2023-12-08T03:43:03.389851+0000 mgr.a (mgr.14403) 25226 : audit 0 from='client.496530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:04 smithi135 bash[32435]: cluster 2023-12-08T03:43:03.166145+0000 mgr.a (mgr.14403) 25225 : cluster 0 pgmap v18839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:04 smithi135 bash[32435]: audit 2023-12-08T03:43:03.389851+0000 mgr.a (mgr.14403) 25226 : audit 0 from='client.496530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:04 smithi079 bash[28699]: cluster 2023-12-08T03:43:03.166145+0000 mgr.a (mgr.14403) 25225 : cluster 0 pgmap v18839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:04 smithi079 bash[28699]: audit 2023-12-08T03:43:03.389851+0000 mgr.a (mgr.14403) 25226 : audit 0 from='client.496530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:06 smithi194 bash[32038]: cluster 2023-12-08T03:43:05.167239+0000 mgr.a (mgr.14403) 25227 : cluster 0 pgmap v18840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:43:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:06 smithi135 bash[32435]: cluster 2023-12-08T03:43:05.167239+0000 mgr.a (mgr.14403) 25227 : cluster 0 pgmap v18840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:43:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:06 smithi079 bash[28699]: cluster 2023-12-08T03:43:05.167239+0000 mgr.a (mgr.14403) 25227 : cluster 0 pgmap v18840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:43:08.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:43:08.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:08.892 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:08 smithi194 bash[32038]: cluster 2023-12-08T03:43:07.167773+0000 mgr.a (mgr.14403) 25228 : cluster 0 pgmap v18841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:43:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:08 smithi135 bash[32435]: cluster 2023-12-08T03:43:07.167773+0000 mgr.a (mgr.14403) 25228 : cluster 0 pgmap v18841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:43:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:08 smithi079 bash[28699]: cluster 2023-12-08T03:43:07.167773+0000 mgr.a (mgr.14403) 25228 : cluster 0 pgmap v18841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:43:09.801 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:43:09.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:09.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:09.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:09.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:43:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:10 smithi194 bash[32038]: cluster 2023-12-08T03:43:09.168531+0000 mgr.a (mgr.14403) 25229 : cluster 0 pgmap v18842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:10 smithi194 bash[32038]: audit 2023-12-08T03:43:09.297921+0000 mgr.a (mgr.14403) 25230 : audit 0 from='client.496605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:10 smithi135 bash[32435]: cluster 2023-12-08T03:43:09.168531+0000 mgr.a (mgr.14403) 25229 : cluster 0 pgmap v18842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:10 smithi135 bash[32435]: audit 2023-12-08T03:43:09.297921+0000 mgr.a (mgr.14403) 25230 : audit 0 from='client.496605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:10 smithi079 bash[28699]: cluster 2023-12-08T03:43:09.168531+0000 mgr.a (mgr.14403) 25229 : cluster 0 pgmap v18842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:10 smithi079 bash[28699]: audit 2023-12-08T03:43:09.297921+0000 mgr.a (mgr.14403) 25230 : audit 0 from='client.496605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:12 smithi194 bash[32038]: cluster 2023-12-08T03:43:11.169245+0000 mgr.a (mgr.14403) 25231 : cluster 0 pgmap v18843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:12 smithi135 bash[32435]: cluster 2023-12-08T03:43:11.169245+0000 mgr.a (mgr.14403) 25231 : cluster 0 pgmap v18843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:12 smithi079 bash[28699]: cluster 2023-12-08T03:43:11.169245+0000 mgr.a (mgr.14403) 25231 : cluster 0 pgmap v18843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:14.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:43:14.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:14.805 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:14 smithi194 bash[32038]: cluster 2023-12-08T03:43:13.169847+0000 mgr.a (mgr.14403) 25232 : cluster 0 pgmap v18844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:14 smithi135 bash[32435]: cluster 2023-12-08T03:43:13.169847+0000 mgr.a (mgr.14403) 25232 : cluster 0 pgmap v18844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:14 smithi079 bash[28699]: cluster 2023-12-08T03:43:13.169847+0000 mgr.a (mgr.14403) 25232 : cluster 0 pgmap v18844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:15.715 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:43:15.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:15.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:15.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:15.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:43:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:16 smithi194 bash[32038]: cluster 2023-12-08T03:43:15.170631+0000 mgr.a (mgr.14403) 25233 : cluster 0 pgmap v18845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:16 smithi194 bash[32038]: audit 2023-12-08T03:43:15.209236+0000 mgr.a (mgr.14403) 25234 : audit 0 from='client.496680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:16 smithi135 bash[32435]: cluster 2023-12-08T03:43:15.170631+0000 mgr.a (mgr.14403) 25233 : cluster 0 pgmap v18845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:16 smithi135 bash[32435]: audit 2023-12-08T03:43:15.209236+0000 mgr.a (mgr.14403) 25234 : audit 0 from='client.496680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:16 smithi079 bash[28699]: cluster 2023-12-08T03:43:15.170631+0000 mgr.a (mgr.14403) 25233 : cluster 0 pgmap v18845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:17.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:16 smithi079 bash[28699]: audit 2023-12-08T03:43:15.209236+0000 mgr.a (mgr.14403) 25234 : audit 0 from='client.496680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:18 smithi194 bash[32038]: cluster 2023-12-08T03:43:17.171353+0000 mgr.a (mgr.14403) 25235 : cluster 0 pgmap v18846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:43:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:18 smithi135 bash[32435]: cluster 2023-12-08T03:43:17.171353+0000 mgr.a (mgr.14403) 25235 : cluster 0 pgmap v18846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:43:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:18 smithi079 bash[28699]: cluster 2023-12-08T03:43:17.171353+0000 mgr.a (mgr.14403) 25235 : cluster 0 pgmap v18846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:43:20.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:43:20.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:20.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:20 smithi135 bash[32435]: cluster 2023-12-08T03:43:19.172318+0000 mgr.a (mgr.14403) 25236 : cluster 0 pgmap v18847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:43:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:20 smithi079 bash[28699]: cluster 2023-12-08T03:43:19.172318+0000 mgr.a (mgr.14403) 25236 : cluster 0 pgmap v18847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:43:21.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:20 smithi194 bash[32038]: cluster 2023-12-08T03:43:19.172318+0000 mgr.a (mgr.14403) 25236 : cluster 0 pgmap v18847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:43:21.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:21.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:21.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:21.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:43:21.629 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:43:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:22 smithi079 bash[28699]: audit 2023-12-08T03:43:21.120328+0000 mgr.a (mgr.14403) 25237 : audit 0 from='client.496758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:22 smithi079 bash[28699]: cluster 2023-12-08T03:43:21.173111+0000 mgr.a (mgr.14403) 25238 : cluster 0 pgmap v18848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:23.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:22 smithi194 bash[32038]: audit 2023-12-08T03:43:21.120328+0000 mgr.a (mgr.14403) 25237 : audit 0 from='client.496758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:23.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:22 smithi194 bash[32038]: cluster 2023-12-08T03:43:21.173111+0000 mgr.a (mgr.14403) 25238 : cluster 0 pgmap v18848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:22 smithi135 bash[32435]: audit 2023-12-08T03:43:21.120328+0000 mgr.a (mgr.14403) 25237 : audit 0 from='client.496758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:22 smithi135 bash[32435]: cluster 2023-12-08T03:43:21.173111+0000 mgr.a (mgr.14403) 25238 : cluster 0 pgmap v18848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:24 smithi079 bash[28699]: cluster 2023-12-08T03:43:23.173846+0000 mgr.a (mgr.14403) 25239 : cluster 0 pgmap v18849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:24 smithi194 bash[32038]: cluster 2023-12-08T03:43:23.173846+0000 mgr.a (mgr.14403) 25239 : cluster 0 pgmap v18849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:24 smithi135 bash[32435]: cluster 2023-12-08T03:43:23.173846+0000 mgr.a (mgr.14403) 25239 : cluster 0 pgmap v18849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:26.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:43:26.632 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:26.632 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:27.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:26 smithi079 bash[28699]: cluster 2023-12-08T03:43:25.174678+0000 mgr.a (mgr.14403) 25240 : cluster 0 pgmap v18850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:27.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:26 smithi194 bash[32038]: cluster 2023-12-08T03:43:25.174678+0000 mgr.a (mgr.14403) 25240 : cluster 0 pgmap v18850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:26 smithi135 bash[32435]: cluster 2023-12-08T03:43:25.174678+0000 mgr.a (mgr.14403) 25240 : cluster 0 pgmap v18850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:27.534 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:43:27.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:27.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:27.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:27.535 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:43:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:28 smithi079 bash[28699]: audit 2023-12-08T03:43:27.038215+0000 mgr.a (mgr.14403) 25241 : audit 0 from='client.496833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:28 smithi079 bash[28699]: cluster 2023-12-08T03:43:27.182542+0000 mgr.a (mgr.14403) 25242 : cluster 0 pgmap v18851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:29.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:28 smithi194 bash[32038]: audit 2023-12-08T03:43:27.038215+0000 mgr.a (mgr.14403) 25241 : audit 0 from='client.496833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:28 smithi194 bash[32038]: cluster 2023-12-08T03:43:27.182542+0000 mgr.a (mgr.14403) 25242 : cluster 0 pgmap v18851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:28 smithi135 bash[32435]: audit 2023-12-08T03:43:27.038215+0000 mgr.a (mgr.14403) 25241 : audit 0 from='client.496833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:28 smithi135 bash[32435]: cluster 2023-12-08T03:43:27.182542+0000 mgr.a (mgr.14403) 25242 : cluster 0 pgmap v18851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:31.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:30 smithi079 bash[28699]: cluster 2023-12-08T03:43:29.183605+0000 mgr.a (mgr.14403) 25243 : cluster 0 pgmap v18852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:31.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:30 smithi194 bash[32038]: cluster 2023-12-08T03:43:29.183605+0000 mgr.a (mgr.14403) 25243 : cluster 0 pgmap v18852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:30 smithi135 bash[32435]: cluster 2023-12-08T03:43:29.183605+0000 mgr.a (mgr.14403) 25243 : cluster 0 pgmap v18852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:32.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:43:32.538 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:32.538 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:33.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:32 smithi079 bash[28699]: cluster 2023-12-08T03:43:31.184160+0000 mgr.a (mgr.14403) 25244 : cluster 0 pgmap v18853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:33.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:32 smithi194 bash[32038]: cluster 2023-12-08T03:43:31.184160+0000 mgr.a (mgr.14403) 25244 : cluster 0 pgmap v18853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:32 smithi135 bash[32435]: cluster 2023-12-08T03:43:31.184160+0000 mgr.a (mgr.14403) 25244 : cluster 0 pgmap v18853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:33.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:33.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:33.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:33.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:43:33.446 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:43:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:34 smithi079 bash[28699]: audit 2023-12-08T03:43:32.938541+0000 mgr.a (mgr.14403) 25245 : audit 0 from='client.496905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:34 smithi079 bash[28699]: cluster 2023-12-08T03:43:33.184648+0000 mgr.a (mgr.14403) 25246 : cluster 0 pgmap v18854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:34 smithi194 bash[32038]: audit 2023-12-08T03:43:32.938541+0000 mgr.a (mgr.14403) 25245 : audit 0 from='client.496905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:34 smithi194 bash[32038]: cluster 2023-12-08T03:43:33.184648+0000 mgr.a (mgr.14403) 25246 : cluster 0 pgmap v18854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:34 smithi135 bash[32435]: audit 2023-12-08T03:43:32.938541+0000 mgr.a (mgr.14403) 25245 : audit 0 from='client.496905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:34 smithi135 bash[32435]: cluster 2023-12-08T03:43:33.184648+0000 mgr.a (mgr.14403) 25246 : cluster 0 pgmap v18854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:36 smithi079 bash[28699]: cluster 2023-12-08T03:43:35.185498+0000 mgr.a (mgr.14403) 25247 : cluster 0 pgmap v18855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:37.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:36 smithi194 bash[32038]: cluster 2023-12-08T03:43:35.185498+0000 mgr.a (mgr.14403) 25247 : cluster 0 pgmap v18855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:36 smithi135 bash[32435]: cluster 2023-12-08T03:43:35.185498+0000 mgr.a (mgr.14403) 25247 : cluster 0 pgmap v18855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:38.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:43:38.448 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:38.449 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:38 smithi079 bash[28699]: cluster 2023-12-08T03:43:37.186151+0000 mgr.a (mgr.14403) 25248 : cluster 0 pgmap v18856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:39.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:38 smithi194 bash[32038]: cluster 2023-12-08T03:43:37.186151+0000 mgr.a (mgr.14403) 25248 : cluster 0 pgmap v18856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:38 smithi135 bash[32435]: cluster 2023-12-08T03:43:37.186151+0000 mgr.a (mgr.14403) 25248 : cluster 0 pgmap v18856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:39.359 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:43:39.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:39.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:39.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:39.359 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:43:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:40 smithi079 bash[28699]: audit 2023-12-08T03:43:38.852496+0000 mgr.a (mgr.14403) 25249 : audit 0 from='client.496980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:40 smithi079 bash[28699]: cluster 2023-12-08T03:43:39.187078+0000 mgr.a (mgr.14403) 25250 : cluster 0 pgmap v18857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:41.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:40 smithi194 bash[32038]: audit 2023-12-08T03:43:38.852496+0000 mgr.a (mgr.14403) 25249 : audit 0 from='client.496980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:40 smithi194 bash[32038]: cluster 2023-12-08T03:43:39.187078+0000 mgr.a (mgr.14403) 25250 : cluster 0 pgmap v18857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:40 smithi135 bash[32435]: audit 2023-12-08T03:43:38.852496+0000 mgr.a (mgr.14403) 25249 : audit 0 from='client.496980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:40 smithi135 bash[32435]: cluster 2023-12-08T03:43:39.187078+0000 mgr.a (mgr.14403) 25250 : cluster 0 pgmap v18857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:42 smithi079 bash[28699]: cluster 2023-12-08T03:43:41.187695+0000 mgr.a (mgr.14403) 25251 : cluster 0 pgmap v18858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:42 smithi194 bash[32038]: cluster 2023-12-08T03:43:41.187695+0000 mgr.a (mgr.14403) 25251 : cluster 0 pgmap v18858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:42 smithi135 bash[32435]: cluster 2023-12-08T03:43:41.187695+0000 mgr.a (mgr.14403) 25251 : cluster 0 pgmap v18858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:44.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:43:44.363 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:44.363 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:44 smithi079 bash[28699]: cluster 2023-12-08T03:43:43.188287+0000 mgr.a (mgr.14403) 25252 : cluster 0 pgmap v18859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:45.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:44 smithi194 bash[32038]: cluster 2023-12-08T03:43:43.188287+0000 mgr.a (mgr.14403) 25252 : cluster 0 pgmap v18859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:44 smithi135 bash[32435]: cluster 2023-12-08T03:43:43.188287+0000 mgr.a (mgr.14403) 25252 : cluster 0 pgmap v18859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:45.240 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:43:45.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:45.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:45.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:45.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:43:46.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:45 smithi079 bash[28699]: audit 2023-12-08T03:43:44.758737+0000 mgr.a (mgr.14403) 25253 : audit 0 from='client.497055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:46.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:45 smithi194 bash[32038]: audit 2023-12-08T03:43:44.758737+0000 mgr.a (mgr.14403) 25253 : audit 0 from='client.497055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:46.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:45 smithi135 bash[32435]: audit 2023-12-08T03:43:44.758737+0000 mgr.a (mgr.14403) 25253 : audit 0 from='client.497055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:46 smithi079 bash[28699]: cluster 2023-12-08T03:43:45.189081+0000 mgr.a (mgr.14403) 25254 : cluster 0 pgmap v18860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:47.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:46 smithi194 bash[32038]: cluster 2023-12-08T03:43:45.189081+0000 mgr.a (mgr.14403) 25254 : cluster 0 pgmap v18860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:46 smithi135 bash[32435]: cluster 2023-12-08T03:43:45.189081+0000 mgr.a (mgr.14403) 25254 : cluster 0 pgmap v18860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:48 smithi079 bash[28699]: cluster 2023-12-08T03:43:47.189685+0000 mgr.a (mgr.14403) 25255 : cluster 0 pgmap v18861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:49.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:48 smithi194 bash[32038]: cluster 2023-12-08T03:43:47.189685+0000 mgr.a (mgr.14403) 25255 : cluster 0 pgmap v18861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:48 smithi135 bash[32435]: cluster 2023-12-08T03:43:47.189685+0000 mgr.a (mgr.14403) 25255 : cluster 0 pgmap v18861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:43:50.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:43:50.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:50.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:50 smithi079 bash[28699]: cluster 2023-12-08T03:43:49.190460+0000 mgr.a (mgr.14403) 25256 : cluster 0 pgmap v18862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:51.155 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:43:51.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:51.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:51.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:51.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:43:51.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:50 smithi194 bash[32038]: cluster 2023-12-08T03:43:49.190460+0000 mgr.a (mgr.14403) 25256 : cluster 0 pgmap v18862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:50 smithi135 bash[32435]: cluster 2023-12-08T03:43:49.190460+0000 mgr.a (mgr.14403) 25256 : cluster 0 pgmap v18862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:52.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:51 smithi079 bash[28699]: audit 2023-12-08T03:43:50.644543+0000 mgr.a (mgr.14403) 25257 : audit 0 from='client.497130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:52.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:51 smithi194 bash[32038]: audit 2023-12-08T03:43:50.644543+0000 mgr.a (mgr.14403) 25257 : audit 0 from='client.497130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:52.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:51 smithi135 bash[32435]: audit 2023-12-08T03:43:50.644543+0000 mgr.a (mgr.14403) 25257 : audit 0 from='client.497130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:52 smithi079 bash[28699]: cluster 2023-12-08T03:43:51.191234+0000 mgr.a (mgr.14403) 25258 : cluster 0 pgmap v18863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:53.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:52 smithi194 bash[32038]: cluster 2023-12-08T03:43:51.191234+0000 mgr.a (mgr.14403) 25258 : cluster 0 pgmap v18863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:52 smithi135 bash[32435]: cluster 2023-12-08T03:43:51.191234+0000 mgr.a (mgr.14403) 25258 : cluster 0 pgmap v18863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:54.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:53 smithi079 bash[28699]: audit 2023-12-08T03:43:53.424650+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:43:54.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:53 smithi194 bash[32038]: audit 2023-12-08T03:43:53.424650+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:43:54.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:53 smithi135 bash[32435]: audit 2023-12-08T03:43:53.424650+0000 mon.a (mon.0) 3929 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:43:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:54 smithi079 bash[28699]: cluster 2023-12-08T03:43:53.191833+0000 mgr.a (mgr.14403) 25259 : cluster 0 pgmap v18864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:54 smithi079 bash[28699]: audit 2023-12-08T03:43:53.968789+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:43:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:54 smithi079 bash[28699]: audit 2023-12-08T03:43:53.975092+0000 mon.a (mon.0) 3931 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:43:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:54 smithi079 bash[28699]: audit 2023-12-08T03:43:54.721777+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:43:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:54 smithi079 bash[28699]: audit 2023-12-08T03:43:54.723770+0000 mon.a (mon.0) 3933 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:43:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:54 smithi079 bash[28699]: audit 2023-12-08T03:43:54.733640+0000 mon.a (mon.0) 3934 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:43:55.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:54 smithi194 bash[32038]: cluster 2023-12-08T03:43:53.191833+0000 mgr.a (mgr.14403) 25259 : cluster 0 pgmap v18864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:54 smithi194 bash[32038]: audit 2023-12-08T03:43:53.968789+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:43:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:54 smithi194 bash[32038]: audit 2023-12-08T03:43:53.975092+0000 mon.a (mon.0) 3931 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:43:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:54 smithi194 bash[32038]: audit 2023-12-08T03:43:54.721777+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:43:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:54 smithi194 bash[32038]: audit 2023-12-08T03:43:54.723770+0000 mon.a (mon.0) 3933 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:43:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:54 smithi194 bash[32038]: audit 2023-12-08T03:43:54.733640+0000 mon.a (mon.0) 3934 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:43:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:54 smithi135 bash[32435]: cluster 2023-12-08T03:43:53.191833+0000 mgr.a (mgr.14403) 25259 : cluster 0 pgmap v18864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:54 smithi135 bash[32435]: audit 2023-12-08T03:43:53.968789+0000 mon.a (mon.0) 3930 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:43:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:54 smithi135 bash[32435]: audit 2023-12-08T03:43:53.975092+0000 mon.a (mon.0) 3931 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:43:55.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:54 smithi135 bash[32435]: audit 2023-12-08T03:43:54.721777+0000 mon.a (mon.0) 3932 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:43:55.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:54 smithi135 bash[32435]: audit 2023-12-08T03:43:54.723770+0000 mon.a (mon.0) 3933 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:43:55.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:54 smithi135 bash[32435]: audit 2023-12-08T03:43:54.733640+0000 mon.a (mon.0) 3934 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:43:56.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:55 smithi079 bash[28699]: cluster 2023-12-08T03:43:55.192667+0000 mgr.a (mgr.14403) 25260 : cluster 0 pgmap v18865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:56.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:43:56.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:43:56.159 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:43:56.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:55 smithi194 bash[32038]: cluster 2023-12-08T03:43:55.192667+0000 mgr.a (mgr.14403) 25260 : cluster 0 pgmap v18865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:56.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:55 smithi135 bash[32435]: cluster 2023-12-08T03:43:55.192667+0000 mgr.a (mgr.14403) 25260 : cluster 0 pgmap v18865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:43:57.063 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:43:57.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:43:57.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:43:57.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:43:57.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:43:57.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:57 smithi079 bash[28699]: audit 2023-12-08T03:43:56.562182+0000 mgr.a (mgr.14403) 25261 : audit 0 from='client.497208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:57.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:57 smithi194 bash[32038]: audit 2023-12-08T03:43:56.562182+0000 mgr.a (mgr.14403) 25261 : audit 0 from='client.497208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:57.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:57 smithi135 bash[32435]: audit 2023-12-08T03:43:56.562182+0000 mgr.a (mgr.14403) 25261 : audit 0 from='client.497208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:43:58.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:43:58 smithi079 bash[28699]: cluster 2023-12-08T03:43:57.193447+0000 mgr.a (mgr.14403) 25262 : cluster 0 pgmap v18866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:58.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:43:58 smithi194 bash[32038]: cluster 2023-12-08T03:43:57.193447+0000 mgr.a (mgr.14403) 25262 : cluster 0 pgmap v18866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:43:58.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:43:58 smithi135 bash[32435]: cluster 2023-12-08T03:43:57.193447+0000 mgr.a (mgr.14403) 25262 : cluster 0 pgmap v18866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:00.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:00 smithi079 bash[28699]: cluster 2023-12-08T03:43:59.194267+0000 mgr.a (mgr.14403) 25263 : cluster 0 pgmap v18867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:00.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:00 smithi194 bash[32038]: cluster 2023-12-08T03:43:59.194267+0000 mgr.a (mgr.14403) 25263 : cluster 0 pgmap v18867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:00.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:00 smithi135 bash[32435]: cluster 2023-12-08T03:43:59.194267+0000 mgr.a (mgr.14403) 25263 : cluster 0 pgmap v18867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:02.066 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:44:02.067 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:02.067 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:02.643 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:02 smithi079 bash[28699]: cluster 2023-12-08T03:44:01.194797+0000 mgr.a (mgr.14403) 25264 : cluster 0 pgmap v18868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:02.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:02 smithi194 bash[32038]: cluster 2023-12-08T03:44:01.194797+0000 mgr.a (mgr.14403) 25264 : cluster 0 pgmap v18868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:02.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:02 smithi135 bash[32435]: cluster 2023-12-08T03:44:01.194797+0000 mgr.a (mgr.14403) 25264 : cluster 0 pgmap v18868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:02.996 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:44:02.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:02.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:02.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:02.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:44:03.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:03 smithi194 bash[32038]: audit 2023-12-08T03:44:02.473407+0000 mgr.a (mgr.14403) 25265 : audit 0 from='client.497286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:03.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:03 smithi135 bash[32435]: audit 2023-12-08T03:44:02.473407+0000 mgr.a (mgr.14403) 25265 : audit 0 from='client.497286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:03.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:03 smithi079 bash[28699]: audit 2023-12-08T03:44:02.473407+0000 mgr.a (mgr.14403) 25265 : audit 0 from='client.497286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:04.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:04 smithi194 bash[32038]: cluster 2023-12-08T03:44:03.195547+0000 mgr.a (mgr.14403) 25266 : cluster 0 pgmap v18869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:04.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:04 smithi135 bash[32435]: cluster 2023-12-08T03:44:03.195547+0000 mgr.a (mgr.14403) 25266 : cluster 0 pgmap v18869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:04 smithi079 bash[28699]: cluster 2023-12-08T03:44:03.195547+0000 mgr.a (mgr.14403) 25266 : cluster 0 pgmap v18869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:06.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:06 smithi194 bash[32038]: cluster 2023-12-08T03:44:05.196381+0000 mgr.a (mgr.14403) 25267 : cluster 0 pgmap v18870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:06.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:06 smithi135 bash[32435]: cluster 2023-12-08T03:44:05.196381+0000 mgr.a (mgr.14403) 25267 : cluster 0 pgmap v18870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:06 smithi079 bash[28699]: cluster 2023-12-08T03:44:05.196381+0000 mgr.a (mgr.14403) 25267 : cluster 0 pgmap v18870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:07.999 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:44:08.000 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:08.000 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:08.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:08 smithi194 bash[32038]: cluster 2023-12-08T03:44:07.196936+0000 mgr.a (mgr.14403) 25268 : cluster 0 pgmap v18871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:08.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:08 smithi135 bash[32435]: cluster 2023-12-08T03:44:07.196936+0000 mgr.a (mgr.14403) 25268 : cluster 0 pgmap v18871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:08 smithi079 bash[28699]: cluster 2023-12-08T03:44:07.196936+0000 mgr.a (mgr.14403) 25268 : cluster 0 pgmap v18871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:08.927 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:44:08.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:08.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:08.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:08.927 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:44:09.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:09 smithi194 bash[32038]: audit 2023-12-08T03:44:08.408410+0000 mgr.a (mgr.14403) 25269 : audit 0 from='client.497358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:09.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:09 smithi135 bash[32435]: audit 2023-12-08T03:44:08.408410+0000 mgr.a (mgr.14403) 25269 : audit 0 from='client.497358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:09.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:09 smithi079 bash[28699]: audit 2023-12-08T03:44:08.408410+0000 mgr.a (mgr.14403) 25269 : audit 0 from='client.497358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:10.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:10 smithi194 bash[32038]: cluster 2023-12-08T03:44:09.198024+0000 mgr.a (mgr.14403) 25270 : cluster 0 pgmap v18872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:44:10.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:10 smithi135 bash[32435]: cluster 2023-12-08T03:44:09.198024+0000 mgr.a (mgr.14403) 25270 : cluster 0 pgmap v18872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:44:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:10 smithi079 bash[28699]: cluster 2023-12-08T03:44:09.198024+0000 mgr.a (mgr.14403) 25270 : cluster 0 pgmap v18872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:44:12.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:12 smithi194 bash[32038]: cluster 2023-12-08T03:44:11.198609+0000 mgr.a (mgr.14403) 25271 : cluster 0 pgmap v18873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:44:12.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:12 smithi135 bash[32435]: cluster 2023-12-08T03:44:11.198609+0000 mgr.a (mgr.14403) 25271 : cluster 0 pgmap v18873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:44:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:12 smithi079 bash[28699]: cluster 2023-12-08T03:44:11.198609+0000 mgr.a (mgr.14403) 25271 : cluster 0 pgmap v18873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:44:13.929 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:44:13.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:13.930 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:14.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:14 smithi194 bash[32038]: cluster 2023-12-08T03:44:13.199201+0000 mgr.a (mgr.14403) 25272 : cluster 0 pgmap v18874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:44:14.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:14 smithi135 bash[32435]: cluster 2023-12-08T03:44:13.199201+0000 mgr.a (mgr.14403) 25272 : cluster 0 pgmap v18874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:44:14.837 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:44:14.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:14.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:14.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:14.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:44:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:14 smithi079 bash[28699]: cluster 2023-12-08T03:44:13.199201+0000 mgr.a (mgr.14403) 25272 : cluster 0 pgmap v18874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:44:15.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:15 smithi194 bash[32038]: audit 2023-12-08T03:44:14.330311+0000 mgr.a (mgr.14403) 25273 : audit 0 from='client.497433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:15.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:15 smithi135 bash[32435]: audit 2023-12-08T03:44:14.330311+0000 mgr.a (mgr.14403) 25273 : audit 0 from='client.497433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:15.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:15 smithi079 bash[28699]: audit 2023-12-08T03:44:14.330311+0000 mgr.a (mgr.14403) 25273 : audit 0 from='client.497433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:16.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:16 smithi194 bash[32038]: cluster 2023-12-08T03:44:15.200233+0000 mgr.a (mgr.14403) 25274 : cluster 0 pgmap v18875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:16.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:16 smithi135 bash[32435]: cluster 2023-12-08T03:44:15.200233+0000 mgr.a (mgr.14403) 25274 : cluster 0 pgmap v18875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:16 smithi079 bash[28699]: cluster 2023-12-08T03:44:15.200233+0000 mgr.a (mgr.14403) 25274 : cluster 0 pgmap v18875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:18.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:18 smithi194 bash[32038]: cluster 2023-12-08T03:44:17.200853+0000 mgr.a (mgr.14403) 25275 : cluster 0 pgmap v18876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:18.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:18 smithi135 bash[32435]: cluster 2023-12-08T03:44:17.200853+0000 mgr.a (mgr.14403) 25275 : cluster 0 pgmap v18876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:18 smithi079 bash[28699]: cluster 2023-12-08T03:44:17.200853+0000 mgr.a (mgr.14403) 25275 : cluster 0 pgmap v18876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:19.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:44:19.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:19.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:20.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:20 smithi194 bash[32038]: cluster 2023-12-08T03:44:19.201576+0000 mgr.a (mgr.14403) 25276 : cluster 0 pgmap v18877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:20.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:20 smithi135 bash[32435]: cluster 2023-12-08T03:44:19.201576+0000 mgr.a (mgr.14403) 25276 : cluster 0 pgmap v18877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:20.760 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:44:20.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:20.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:20.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:20.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:44:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:20 smithi079 bash[28699]: cluster 2023-12-08T03:44:19.201576+0000 mgr.a (mgr.14403) 25276 : cluster 0 pgmap v18877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:21.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:21 smithi135 bash[32435]: audit 2023-12-08T03:44:20.249785+0000 mgr.a (mgr.14403) 25277 : audit 0 from='client.497508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:21 smithi079 bash[28699]: audit 2023-12-08T03:44:20.249785+0000 mgr.a (mgr.14403) 25277 : audit 0 from='client.497508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:21 smithi194 bash[32038]: audit 2023-12-08T03:44:20.249785+0000 mgr.a (mgr.14403) 25277 : audit 0 from='client.497508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:22 smithi135 bash[32435]: cluster 2023-12-08T03:44:21.202336+0000 mgr.a (mgr.14403) 25278 : cluster 0 pgmap v18878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:44:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:22 smithi079 bash[28699]: cluster 2023-12-08T03:44:21.202336+0000 mgr.a (mgr.14403) 25278 : cluster 0 pgmap v18878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:44:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:22 smithi194 bash[32038]: cluster 2023-12-08T03:44:21.202336+0000 mgr.a (mgr.14403) 25278 : cluster 0 pgmap v18878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:44:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:24 smithi079 bash[28699]: cluster 2023-12-08T03:44:23.202944+0000 mgr.a (mgr.14403) 25279 : cluster 0 pgmap v18879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:44:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:24 smithi194 bash[32038]: cluster 2023-12-08T03:44:23.202944+0000 mgr.a (mgr.14403) 25279 : cluster 0 pgmap v18879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:44:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:24 smithi135 bash[32435]: cluster 2023-12-08T03:44:23.202944+0000 mgr.a (mgr.14403) 25279 : cluster 0 pgmap v18879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T03:44:25.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:44:25.763 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:25.763 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:26.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:26.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:26.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:26.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:44:26.703 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:44:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:26 smithi079 bash[28699]: cluster 2023-12-08T03:44:25.203949+0000 mgr.a (mgr.14403) 25280 : cluster 0 pgmap v18880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:44:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:26 smithi194 bash[32038]: cluster 2023-12-08T03:44:25.203949+0000 mgr.a (mgr.14403) 25280 : cluster 0 pgmap v18880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:44:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:26 smithi135 bash[32435]: cluster 2023-12-08T03:44:25.203949+0000 mgr.a (mgr.14403) 25280 : cluster 0 pgmap v18880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T03:44:27.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:27 smithi079 bash[28699]: audit 2023-12-08T03:44:26.167291+0000 mgr.a (mgr.14403) 25281 : audit 0 from='client.497586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:27 smithi194 bash[32038]: audit 2023-12-08T03:44:26.167291+0000 mgr.a (mgr.14403) 25281 : audit 0 from='client.497586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:27.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:27 smithi135 bash[32435]: audit 2023-12-08T03:44:26.167291+0000 mgr.a (mgr.14403) 25281 : audit 0 from='client.497586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:28 smithi079 bash[28699]: cluster 2023-12-08T03:44:27.204804+0000 mgr.a (mgr.14403) 25282 : cluster 0 pgmap v18881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:28 smithi194 bash[32038]: cluster 2023-12-08T03:44:27.204804+0000 mgr.a (mgr.14403) 25282 : cluster 0 pgmap v18881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:28 smithi135 bash[32435]: cluster 2023-12-08T03:44:27.204804+0000 mgr.a (mgr.14403) 25282 : cluster 0 pgmap v18881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:30 smithi079 bash[28699]: cluster 2023-12-08T03:44:29.205607+0000 mgr.a (mgr.14403) 25283 : cluster 0 pgmap v18882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:30 smithi194 bash[32038]: cluster 2023-12-08T03:44:29.205607+0000 mgr.a (mgr.14403) 25283 : cluster 0 pgmap v18882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:30 smithi135 bash[32435]: cluster 2023-12-08T03:44:29.205607+0000 mgr.a (mgr.14403) 25283 : cluster 0 pgmap v18882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:31.705 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:44:31.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:31.706 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:32.640 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:44:32.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:32.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:32.640 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:32.641 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:44:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:32 smithi079 bash[28699]: cluster 2023-12-08T03:44:31.206194+0000 mgr.a (mgr.14403) 25284 : cluster 0 pgmap v18883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:32 smithi194 bash[32038]: cluster 2023-12-08T03:44:31.206194+0000 mgr.a (mgr.14403) 25284 : cluster 0 pgmap v18883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:32 smithi135 bash[32435]: cluster 2023-12-08T03:44:31.206194+0000 mgr.a (mgr.14403) 25284 : cluster 0 pgmap v18883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:33 smithi079 bash[28699]: audit 2023-12-08T03:44:32.111059+0000 mgr.a (mgr.14403) 25285 : audit 0 from='client.497664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:33 smithi194 bash[32038]: audit 2023-12-08T03:44:32.111059+0000 mgr.a (mgr.14403) 25285 : audit 0 from='client.497664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:33 smithi135 bash[32435]: audit 2023-12-08T03:44:32.111059+0000 mgr.a (mgr.14403) 25285 : audit 0 from='client.497664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:34 smithi079 bash[28699]: cluster 2023-12-08T03:44:33.206915+0000 mgr.a (mgr.14403) 25286 : cluster 0 pgmap v18884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:34 smithi194 bash[32038]: cluster 2023-12-08T03:44:33.206915+0000 mgr.a (mgr.14403) 25286 : cluster 0 pgmap v18884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:34 smithi135 bash[32435]: cluster 2023-12-08T03:44:33.206915+0000 mgr.a (mgr.14403) 25286 : cluster 0 pgmap v18884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:36 smithi079 bash[28699]: cluster 2023-12-08T03:44:35.207719+0000 mgr.a (mgr.14403) 25287 : cluster 0 pgmap v18885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:36 smithi194 bash[32038]: cluster 2023-12-08T03:44:35.207719+0000 mgr.a (mgr.14403) 25287 : cluster 0 pgmap v18885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:36 smithi135 bash[32435]: cluster 2023-12-08T03:44:35.207719+0000 mgr.a (mgr.14403) 25287 : cluster 0 pgmap v18885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:37.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:44:37.644 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:37.644 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:38.550 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:44:38.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:38.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:38.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:38.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:44:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:38 smithi079 bash[28699]: cluster 2023-12-08T03:44:37.208315+0000 mgr.a (mgr.14403) 25288 : cluster 0 pgmap v18886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:38 smithi194 bash[32038]: cluster 2023-12-08T03:44:37.208315+0000 mgr.a (mgr.14403) 25288 : cluster 0 pgmap v18886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:38 smithi135 bash[32435]: cluster 2023-12-08T03:44:37.208315+0000 mgr.a (mgr.14403) 25288 : cluster 0 pgmap v18886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:39 smithi079 bash[28699]: audit 2023-12-08T03:44:38.046873+0000 mgr.a (mgr.14403) 25289 : audit 0 from='client.497742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:39 smithi194 bash[32038]: audit 2023-12-08T03:44:38.046873+0000 mgr.a (mgr.14403) 25289 : audit 0 from='client.497742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:39 smithi135 bash[32435]: audit 2023-12-08T03:44:38.046873+0000 mgr.a (mgr.14403) 25289 : audit 0 from='client.497742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:40 smithi079 bash[28699]: cluster 2023-12-08T03:44:39.209224+0000 mgr.a (mgr.14403) 25290 : cluster 0 pgmap v18887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:40 smithi194 bash[32038]: cluster 2023-12-08T03:44:39.209224+0000 mgr.a (mgr.14403) 25290 : cluster 0 pgmap v18887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:40 smithi135 bash[32435]: cluster 2023-12-08T03:44:39.209224+0000 mgr.a (mgr.14403) 25290 : cluster 0 pgmap v18887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:44:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:42 smithi079 bash[28699]: cluster 2023-12-08T03:44:41.209805+0000 mgr.a (mgr.14403) 25291 : cluster 0 pgmap v18888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:42 smithi194 bash[32038]: cluster 2023-12-08T03:44:41.209805+0000 mgr.a (mgr.14403) 25291 : cluster 0 pgmap v18888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:42 smithi135 bash[32435]: cluster 2023-12-08T03:44:41.209805+0000 mgr.a (mgr.14403) 25291 : cluster 0 pgmap v18888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:43.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:44:43.554 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:43.554 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:44.443 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:44:44.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:44.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:44.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:44.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:44:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:44 smithi079 bash[28699]: cluster 2023-12-08T03:44:43.210356+0000 mgr.a (mgr.14403) 25292 : cluster 0 pgmap v18889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:44 smithi194 bash[32038]: cluster 2023-12-08T03:44:43.210356+0000 mgr.a (mgr.14403) 25292 : cluster 0 pgmap v18889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:44 smithi135 bash[32435]: cluster 2023-12-08T03:44:43.210356+0000 mgr.a (mgr.14403) 25292 : cluster 0 pgmap v18889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:45.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:45 smithi079 bash[28699]: audit 2023-12-08T03:44:43.952836+0000 mgr.a (mgr.14403) 25293 : audit 0 from='client.497814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:45 smithi194 bash[32038]: audit 2023-12-08T03:44:43.952836+0000 mgr.a (mgr.14403) 25293 : audit 0 from='client.497814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:45 smithi135 bash[32435]: audit 2023-12-08T03:44:43.952836+0000 mgr.a (mgr.14403) 25293 : audit 0 from='client.497814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:46 smithi079 bash[28699]: cluster 2023-12-08T03:44:45.211437+0000 mgr.a (mgr.14403) 25294 : cluster 0 pgmap v18890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:46 smithi194 bash[32038]: cluster 2023-12-08T03:44:45.211437+0000 mgr.a (mgr.14403) 25294 : cluster 0 pgmap v18890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:46 smithi135 bash[32435]: cluster 2023-12-08T03:44:45.211437+0000 mgr.a (mgr.14403) 25294 : cluster 0 pgmap v18890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:48 smithi079 bash[28699]: cluster 2023-12-08T03:44:47.212028+0000 mgr.a (mgr.14403) 25295 : cluster 0 pgmap v18891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:48 smithi194 bash[32038]: cluster 2023-12-08T03:44:47.212028+0000 mgr.a (mgr.14403) 25295 : cluster 0 pgmap v18891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:48 smithi135 bash[32435]: cluster 2023-12-08T03:44:47.212028+0000 mgr.a (mgr.14403) 25295 : cluster 0 pgmap v18891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:49.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:44:49.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:49.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:50.351 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:44:50.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:50.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:50.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:50.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:44:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:50 smithi079 bash[28699]: cluster 2023-12-08T03:44:49.212755+0000 mgr.a (mgr.14403) 25296 : cluster 0 pgmap v18892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:50 smithi194 bash[32038]: cluster 2023-12-08T03:44:49.212755+0000 mgr.a (mgr.14403) 25296 : cluster 0 pgmap v18892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:50 smithi135 bash[32435]: cluster 2023-12-08T03:44:49.212755+0000 mgr.a (mgr.14403) 25296 : cluster 0 pgmap v18892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:51 smithi079 bash[28699]: audit 2023-12-08T03:44:49.848304+0000 mgr.a (mgr.14403) 25297 : audit 0 from='client.497892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:51.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:51 smithi194 bash[32038]: audit 2023-12-08T03:44:49.848304+0000 mgr.a (mgr.14403) 25297 : audit 0 from='client.497892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:51 smithi135 bash[32435]: audit 2023-12-08T03:44:49.848304+0000 mgr.a (mgr.14403) 25297 : audit 0 from='client.497892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:52 smithi079 bash[28699]: cluster 2023-12-08T03:44:51.213396+0000 mgr.a (mgr.14403) 25298 : cluster 0 pgmap v18893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:52 smithi194 bash[32038]: cluster 2023-12-08T03:44:51.213396+0000 mgr.a (mgr.14403) 25298 : cluster 0 pgmap v18893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:52 smithi135 bash[32435]: cluster 2023-12-08T03:44:51.213396+0000 mgr.a (mgr.14403) 25298 : cluster 0 pgmap v18893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:54 smithi079 bash[28699]: cluster 2023-12-08T03:44:53.213967+0000 mgr.a (mgr.14403) 25299 : cluster 0 pgmap v18894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:54 smithi194 bash[32038]: cluster 2023-12-08T03:44:53.213967+0000 mgr.a (mgr.14403) 25299 : cluster 0 pgmap v18894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:54 smithi135 bash[32435]: cluster 2023-12-08T03:44:53.213967+0000 mgr.a (mgr.14403) 25299 : cluster 0 pgmap v18894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:44:55.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:44:55.354 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:44:55.354 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:44:55.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:55 smithi079 bash[28699]: audit 2023-12-08T03:44:54.837212+0000 mon.a (mon.0) 3935 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:44:55.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:55 smithi079 bash[28699]: audit 2023-12-08T03:44:55.363455+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:44:55.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:55 smithi079 bash[28699]: audit 2023-12-08T03:44:55.368894+0000 mon.a (mon.0) 3937 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:44:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:55 smithi194 bash[32038]: audit 2023-12-08T03:44:54.837212+0000 mon.a (mon.0) 3935 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:44:55.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:55 smithi194 bash[32038]: audit 2023-12-08T03:44:55.363455+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:44:55.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:55 smithi194 bash[32038]: audit 2023-12-08T03:44:55.368894+0000 mon.a (mon.0) 3937 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:44:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:55 smithi135 bash[32435]: audit 2023-12-08T03:44:54.837212+0000 mon.a (mon.0) 3935 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:44:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:55 smithi135 bash[32435]: audit 2023-12-08T03:44:55.363455+0000 mon.a (mon.0) 3936 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:44:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:55 smithi135 bash[32435]: audit 2023-12-08T03:44:55.368894+0000 mon.a (mon.0) 3937 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:44:56.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:44:56.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:44:56.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:44:56.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:44:56.245 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:44:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:56 smithi079 bash[28699]: cluster 2023-12-08T03:44:55.214745+0000 mgr.a (mgr.14403) 25300 : cluster 0 pgmap v18895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:56 smithi079 bash[28699]: audit 2023-12-08T03:44:55.751417+0000 mgr.a (mgr.14403) 25301 : audit 0 from='client.497964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:56 smithi079 bash[28699]: audit 2023-12-08T03:44:56.124941+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:44:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:56 smithi079 bash[28699]: audit 2023-12-08T03:44:56.127227+0000 mon.a (mon.0) 3939 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:44:56.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:56 smithi079 bash[28699]: audit 2023-12-08T03:44:56.136559+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:44:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:56 smithi194 bash[32038]: cluster 2023-12-08T03:44:55.214745+0000 mgr.a (mgr.14403) 25300 : cluster 0 pgmap v18895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:56 smithi194 bash[32038]: audit 2023-12-08T03:44:55.751417+0000 mgr.a (mgr.14403) 25301 : audit 0 from='client.497964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:56 smithi194 bash[32038]: audit 2023-12-08T03:44:56.124941+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:44:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:56 smithi194 bash[32038]: audit 2023-12-08T03:44:56.127227+0000 mon.a (mon.0) 3939 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:44:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:56 smithi194 bash[32038]: audit 2023-12-08T03:44:56.136559+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:44:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:56 smithi135 bash[32435]: cluster 2023-12-08T03:44:55.214745+0000 mgr.a (mgr.14403) 25300 : cluster 0 pgmap v18895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:56.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:56 smithi135 bash[32435]: audit 2023-12-08T03:44:55.751417+0000 mgr.a (mgr.14403) 25301 : audit 0 from='client.497964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:44:56.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:56 smithi135 bash[32435]: audit 2023-12-08T03:44:56.124941+0000 mon.a (mon.0) 3938 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:44:56.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:56 smithi135 bash[32435]: audit 2023-12-08T03:44:56.127227+0000 mon.a (mon.0) 3939 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:44:56.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:56 smithi135 bash[32435]: audit 2023-12-08T03:44:56.136559+0000 mon.a (mon.0) 3940 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:44:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:44:58 smithi079 bash[28699]: cluster 2023-12-08T03:44:57.215454+0000 mgr.a (mgr.14403) 25302 : cluster 0 pgmap v18896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:44:58 smithi194 bash[32038]: cluster 2023-12-08T03:44:57.215454+0000 mgr.a (mgr.14403) 25302 : cluster 0 pgmap v18896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:44:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:44:58 smithi135 bash[32435]: cluster 2023-12-08T03:44:57.215454+0000 mgr.a (mgr.14403) 25302 : cluster 0 pgmap v18896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:00 smithi079 bash[28699]: cluster 2023-12-08T03:44:59.216253+0000 mgr.a (mgr.14403) 25303 : cluster 0 pgmap v18897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:00 smithi194 bash[32038]: cluster 2023-12-08T03:44:59.216253+0000 mgr.a (mgr.14403) 25303 : cluster 0 pgmap v18897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:00 smithi135 bash[32435]: cluster 2023-12-08T03:44:59.216253+0000 mgr.a (mgr.14403) 25303 : cluster 0 pgmap v18897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:01.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:45:01.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:01.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:02.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:02.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:02.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:02.140 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:45:02.140 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:45:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:02 smithi079 bash[28699]: cluster 2023-12-08T03:45:01.216793+0000 mgr.a (mgr.14403) 25304 : cluster 0 pgmap v18898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:02 smithi079 bash[28699]: audit 2023-12-08T03:45:01.650710+0000 mgr.a (mgr.14403) 25305 : audit 0 from='client.498039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:02 smithi194 bash[32038]: cluster 2023-12-08T03:45:01.216793+0000 mgr.a (mgr.14403) 25304 : cluster 0 pgmap v18898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:02 smithi194 bash[32038]: audit 2023-12-08T03:45:01.650710+0000 mgr.a (mgr.14403) 25305 : audit 0 from='client.498039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:02 smithi135 bash[32435]: cluster 2023-12-08T03:45:01.216793+0000 mgr.a (mgr.14403) 25304 : cluster 0 pgmap v18898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:02.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:02 smithi135 bash[32435]: audit 2023-12-08T03:45:01.650710+0000 mgr.a (mgr.14403) 25305 : audit 0 from='client.498039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:04 smithi079 bash[28699]: cluster 2023-12-08T03:45:03.217453+0000 mgr.a (mgr.14403) 25306 : cluster 0 pgmap v18899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:04 smithi194 bash[32038]: cluster 2023-12-08T03:45:03.217453+0000 mgr.a (mgr.14403) 25306 : cluster 0 pgmap v18899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:04 smithi135 bash[32435]: cluster 2023-12-08T03:45:03.217453+0000 mgr.a (mgr.14403) 25306 : cluster 0 pgmap v18899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:06 smithi079 bash[28699]: cluster 2023-12-08T03:45:05.218289+0000 mgr.a (mgr.14403) 25307 : cluster 0 pgmap v18900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:06 smithi194 bash[32038]: cluster 2023-12-08T03:45:05.218289+0000 mgr.a (mgr.14403) 25307 : cluster 0 pgmap v18900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:06 smithi135 bash[32435]: cluster 2023-12-08T03:45:05.218289+0000 mgr.a (mgr.14403) 25307 : cluster 0 pgmap v18900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:07.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:45:07.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:07.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:08.056 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:45:08.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:08.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:08.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:08.056 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:45:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:08 smithi079 bash[28699]: cluster 2023-12-08T03:45:07.218863+0000 mgr.a (mgr.14403) 25308 : cluster 0 pgmap v18901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:08.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:08 smithi079 bash[28699]: audit 2023-12-08T03:45:07.545187+0000 mgr.a (mgr.14403) 25309 : audit 0 from='client.498111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:08 smithi194 bash[32038]: cluster 2023-12-08T03:45:07.218863+0000 mgr.a (mgr.14403) 25308 : cluster 0 pgmap v18901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:08 smithi194 bash[32038]: audit 2023-12-08T03:45:07.545187+0000 mgr.a (mgr.14403) 25309 : audit 0 from='client.498111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:08 smithi135 bash[32435]: cluster 2023-12-08T03:45:07.218863+0000 mgr.a (mgr.14403) 25308 : cluster 0 pgmap v18901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:08 smithi135 bash[32435]: audit 2023-12-08T03:45:07.545187+0000 mgr.a (mgr.14403) 25309 : audit 0 from='client.498111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:10 smithi079 bash[28699]: cluster 2023-12-08T03:45:09.219767+0000 mgr.a (mgr.14403) 25310 : cluster 0 pgmap v18902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:10 smithi194 bash[32038]: cluster 2023-12-08T03:45:09.219767+0000 mgr.a (mgr.14403) 25310 : cluster 0 pgmap v18902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:10 smithi135 bash[32435]: cluster 2023-12-08T03:45:09.219767+0000 mgr.a (mgr.14403) 25310 : cluster 0 pgmap v18902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:12 smithi079 bash[28699]: cluster 2023-12-08T03:45:11.220337+0000 mgr.a (mgr.14403) 25311 : cluster 0 pgmap v18903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:12 smithi194 bash[32038]: cluster 2023-12-08T03:45:11.220337+0000 mgr.a (mgr.14403) 25311 : cluster 0 pgmap v18903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:12 smithi135 bash[32435]: cluster 2023-12-08T03:45:11.220337+0000 mgr.a (mgr.14403) 25311 : cluster 0 pgmap v18903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:13.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:45:13.059 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:13.060 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:13.966 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:45:13.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:13.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:13.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:13.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:45:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:14 smithi079 bash[28699]: cluster 2023-12-08T03:45:13.221020+0000 mgr.a (mgr.14403) 25312 : cluster 0 pgmap v18904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:14 smithi079 bash[28699]: audit 2023-12-08T03:45:13.459616+0000 mgr.a (mgr.14403) 25313 : audit 0 from='client.498189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:14 smithi194 bash[32038]: cluster 2023-12-08T03:45:13.221020+0000 mgr.a (mgr.14403) 25312 : cluster 0 pgmap v18904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:14 smithi194 bash[32038]: audit 2023-12-08T03:45:13.459616+0000 mgr.a (mgr.14403) 25313 : audit 0 from='client.498189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:14 smithi135 bash[32435]: cluster 2023-12-08T03:45:13.221020+0000 mgr.a (mgr.14403) 25312 : cluster 0 pgmap v18904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:14 smithi135 bash[32435]: audit 2023-12-08T03:45:13.459616+0000 mgr.a (mgr.14403) 25313 : audit 0 from='client.498189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:16 smithi079 bash[28699]: cluster 2023-12-08T03:45:15.222065+0000 mgr.a (mgr.14403) 25314 : cluster 0 pgmap v18905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:16 smithi194 bash[32038]: cluster 2023-12-08T03:45:15.222065+0000 mgr.a (mgr.14403) 25314 : cluster 0 pgmap v18905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:16 smithi135 bash[32435]: cluster 2023-12-08T03:45:15.222065+0000 mgr.a (mgr.14403) 25314 : cluster 0 pgmap v18905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:18 smithi079 bash[28699]: cluster 2023-12-08T03:45:17.222747+0000 mgr.a (mgr.14403) 25315 : cluster 0 pgmap v18906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:18 smithi194 bash[32038]: cluster 2023-12-08T03:45:17.222747+0000 mgr.a (mgr.14403) 25315 : cluster 0 pgmap v18906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:18 smithi135 bash[32435]: cluster 2023-12-08T03:45:17.222747+0000 mgr.a (mgr.14403) 25315 : cluster 0 pgmap v18906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:18.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:45:18.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:18.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:19.889 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:45:19.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:19.889 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:19.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:19.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:45:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:20 smithi079 bash[28699]: cluster 2023-12-08T03:45:19.223576+0000 mgr.a (mgr.14403) 25316 : cluster 0 pgmap v18907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:20 smithi079 bash[28699]: audit 2023-12-08T03:45:19.371761+0000 mgr.a (mgr.14403) 25317 : audit 0 from='client.498267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:20 smithi194 bash[32038]: cluster 2023-12-08T03:45:19.223576+0000 mgr.a (mgr.14403) 25316 : cluster 0 pgmap v18907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:20 smithi194 bash[32038]: audit 2023-12-08T03:45:19.371761+0000 mgr.a (mgr.14403) 25317 : audit 0 from='client.498267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:20 smithi135 bash[32435]: cluster 2023-12-08T03:45:19.223576+0000 mgr.a (mgr.14403) 25316 : cluster 0 pgmap v18907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:20 smithi135 bash[32435]: audit 2023-12-08T03:45:19.371761+0000 mgr.a (mgr.14403) 25317 : audit 0 from='client.498267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:22 smithi079 bash[28699]: cluster 2023-12-08T03:45:21.224296+0000 mgr.a (mgr.14403) 25318 : cluster 0 pgmap v18908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:22 smithi194 bash[32038]: cluster 2023-12-08T03:45:21.224296+0000 mgr.a (mgr.14403) 25318 : cluster 0 pgmap v18908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:22 smithi135 bash[32435]: cluster 2023-12-08T03:45:21.224296+0000 mgr.a (mgr.14403) 25318 : cluster 0 pgmap v18908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:24.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:45:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:24 smithi079 bash[28699]: cluster 2023-12-08T03:45:23.225016+0000 mgr.a (mgr.14403) 25319 : cluster 0 pgmap v18909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:24.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:24.893 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:24 smithi194 bash[32038]: cluster 2023-12-08T03:45:23.225016+0000 mgr.a (mgr.14403) 25319 : cluster 0 pgmap v18909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:24 smithi135 bash[32435]: cluster 2023-12-08T03:45:23.225016+0000 mgr.a (mgr.14403) 25319 : cluster 0 pgmap v18909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:25.793 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:45:25.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:25.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:25.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:25.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:45:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:26 smithi079 bash[28699]: cluster 2023-12-08T03:45:25.225974+0000 mgr.a (mgr.14403) 25320 : cluster 0 pgmap v18910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:26 smithi079 bash[28699]: audit 2023-12-08T03:45:25.295697+0000 mgr.a (mgr.14403) 25321 : audit 0 from='client.498345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:26 smithi194 bash[32038]: cluster 2023-12-08T03:45:25.225974+0000 mgr.a (mgr.14403) 25320 : cluster 0 pgmap v18910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:26 smithi194 bash[32038]: audit 2023-12-08T03:45:25.295697+0000 mgr.a (mgr.14403) 25321 : audit 0 from='client.498345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:26 smithi135 bash[32435]: cluster 2023-12-08T03:45:25.225974+0000 mgr.a (mgr.14403) 25320 : cluster 0 pgmap v18910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:26 smithi135 bash[32435]: audit 2023-12-08T03:45:25.295697+0000 mgr.a (mgr.14403) 25321 : audit 0 from='client.498345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:28 smithi079 bash[28699]: cluster 2023-12-08T03:45:27.226697+0000 mgr.a (mgr.14403) 25322 : cluster 0 pgmap v18911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:28 smithi194 bash[32038]: cluster 2023-12-08T03:45:27.226697+0000 mgr.a (mgr.14403) 25322 : cluster 0 pgmap v18911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:28 smithi135 bash[32435]: cluster 2023-12-08T03:45:27.226697+0000 mgr.a (mgr.14403) 25322 : cluster 0 pgmap v18911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:30.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:45:30.797 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:30.797 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:30 smithi079 bash[28699]: cluster 2023-12-08T03:45:29.227545+0000 mgr.a (mgr.14403) 25323 : cluster 0 pgmap v18912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:30 smithi194 bash[32038]: cluster 2023-12-08T03:45:29.227545+0000 mgr.a (mgr.14403) 25323 : cluster 0 pgmap v18912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:30 smithi135 bash[32435]: cluster 2023-12-08T03:45:29.227545+0000 mgr.a (mgr.14403) 25323 : cluster 0 pgmap v18912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:31.681 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:45:31.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:31.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:31.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:31.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:45:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:32 smithi079 bash[28699]: audit 2023-12-08T03:45:31.185629+0000 mgr.a (mgr.14403) 25324 : audit 0 from='client.498423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:32 smithi079 bash[28699]: cluster 2023-12-08T03:45:31.228173+0000 mgr.a (mgr.14403) 25325 : cluster 0 pgmap v18913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:32 smithi194 bash[32038]: audit 2023-12-08T03:45:31.185629+0000 mgr.a (mgr.14403) 25324 : audit 0 from='client.498423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:32 smithi194 bash[32038]: cluster 2023-12-08T03:45:31.228173+0000 mgr.a (mgr.14403) 25325 : cluster 0 pgmap v18913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:32 smithi135 bash[32435]: audit 2023-12-08T03:45:31.185629+0000 mgr.a (mgr.14403) 25324 : audit 0 from='client.498423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:32 smithi135 bash[32435]: cluster 2023-12-08T03:45:31.228173+0000 mgr.a (mgr.14403) 25325 : cluster 0 pgmap v18913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:34 smithi079 bash[28699]: cluster 2023-12-08T03:45:33.228857+0000 mgr.a (mgr.14403) 25326 : cluster 0 pgmap v18914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:34.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:34 smithi194 bash[32038]: cluster 2023-12-08T03:45:33.228857+0000 mgr.a (mgr.14403) 25326 : cluster 0 pgmap v18914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:34 smithi135 bash[32435]: cluster 2023-12-08T03:45:33.228857+0000 mgr.a (mgr.14403) 25326 : cluster 0 pgmap v18914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:36.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:45:36.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:36.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:36 smithi079 bash[28699]: cluster 2023-12-08T03:45:35.229629+0000 mgr.a (mgr.14403) 25327 : cluster 0 pgmap v18915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:36 smithi194 bash[32038]: cluster 2023-12-08T03:45:35.229629+0000 mgr.a (mgr.14403) 25327 : cluster 0 pgmap v18915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:36 smithi135 bash[32435]: cluster 2023-12-08T03:45:35.229629+0000 mgr.a (mgr.14403) 25327 : cluster 0 pgmap v18915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:37.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:37.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:37.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:37.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:45:37.600 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:45:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:38 smithi194 bash[32038]: audit 2023-12-08T03:45:37.092844+0000 mgr.a (mgr.14403) 25328 : audit 0 from='client.498498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:38 smithi194 bash[32038]: cluster 2023-12-08T03:45:37.230166+0000 mgr.a (mgr.14403) 25329 : cluster 0 pgmap v18916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:38 smithi135 bash[32435]: audit 2023-12-08T03:45:37.092844+0000 mgr.a (mgr.14403) 25328 : audit 0 from='client.498498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:38 smithi135 bash[32435]: cluster 2023-12-08T03:45:37.230166+0000 mgr.a (mgr.14403) 25329 : cluster 0 pgmap v18916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:38 smithi079 bash[28699]: audit 2023-12-08T03:45:37.092844+0000 mgr.a (mgr.14403) 25328 : audit 0 from='client.498498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:38 smithi079 bash[28699]: cluster 2023-12-08T03:45:37.230166+0000 mgr.a (mgr.14403) 25329 : cluster 0 pgmap v18916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:40 smithi194 bash[32038]: cluster 2023-12-08T03:45:39.231071+0000 mgr.a (mgr.14403) 25330 : cluster 0 pgmap v18917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:40 smithi135 bash[32435]: cluster 2023-12-08T03:45:39.231071+0000 mgr.a (mgr.14403) 25330 : cluster 0 pgmap v18917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:40 smithi079 bash[28699]: cluster 2023-12-08T03:45:39.231071+0000 mgr.a (mgr.14403) 25330 : cluster 0 pgmap v18917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:45:42.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:45:42.602 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:42.602 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:42 smithi194 bash[32038]: cluster 2023-12-08T03:45:41.231668+0000 mgr.a (mgr.14403) 25331 : cluster 0 pgmap v18918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:42 smithi135 bash[32435]: cluster 2023-12-08T03:45:41.231668+0000 mgr.a (mgr.14403) 25331 : cluster 0 pgmap v18918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:42 smithi079 bash[28699]: cluster 2023-12-08T03:45:41.231668+0000 mgr.a (mgr.14403) 25331 : cluster 0 pgmap v18918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:43.499 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:45:43.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:43.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:43.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:43.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:45:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:44 smithi194 bash[32038]: audit 2023-12-08T03:45:42.998398+0000 mgr.a (mgr.14403) 25332 : audit 0 from='client.498576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:44 smithi194 bash[32038]: cluster 2023-12-08T03:45:43.232277+0000 mgr.a (mgr.14403) 25333 : cluster 0 pgmap v18919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:44 smithi135 bash[32435]: audit 2023-12-08T03:45:42.998398+0000 mgr.a (mgr.14403) 25332 : audit 0 from='client.498576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:44 smithi135 bash[32435]: cluster 2023-12-08T03:45:43.232277+0000 mgr.a (mgr.14403) 25333 : cluster 0 pgmap v18919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:44 smithi079 bash[28699]: audit 2023-12-08T03:45:42.998398+0000 mgr.a (mgr.14403) 25332 : audit 0 from='client.498576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:44 smithi079 bash[28699]: cluster 2023-12-08T03:45:43.232277+0000 mgr.a (mgr.14403) 25333 : cluster 0 pgmap v18919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:46 smithi194 bash[32038]: cluster 2023-12-08T03:45:45.233302+0000 mgr.a (mgr.14403) 25334 : cluster 0 pgmap v18920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:45:46.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:46 smithi135 bash[32435]: cluster 2023-12-08T03:45:45.233302+0000 mgr.a (mgr.14403) 25334 : cluster 0 pgmap v18920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:45:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:46 smithi079 bash[28699]: cluster 2023-12-08T03:45:45.233302+0000 mgr.a (mgr.14403) 25334 : cluster 0 pgmap v18920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:45:48.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:45:48.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:48.503 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:48 smithi194 bash[32038]: cluster 2023-12-08T03:45:47.233867+0000 mgr.a (mgr.14403) 25335 : cluster 0 pgmap v18921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:45:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:48 smithi135 bash[32435]: cluster 2023-12-08T03:45:47.233867+0000 mgr.a (mgr.14403) 25335 : cluster 0 pgmap v18921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:45:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:48 smithi079 bash[28699]: cluster 2023-12-08T03:45:47.233867+0000 mgr.a (mgr.14403) 25335 : cluster 0 pgmap v18921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:45:49.409 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:45:49.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:49.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:49.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:49.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:45:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:50 smithi194 bash[32038]: audit 2023-12-08T03:45:48.899452+0000 mgr.a (mgr.14403) 25336 : audit 0 from='client.498654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:50 smithi194 bash[32038]: cluster 2023-12-08T03:45:49.234578+0000 mgr.a (mgr.14403) 25337 : cluster 0 pgmap v18922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:50 smithi135 bash[32435]: audit 2023-12-08T03:45:48.899452+0000 mgr.a (mgr.14403) 25336 : audit 0 from='client.498654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:50 smithi135 bash[32435]: cluster 2023-12-08T03:45:49.234578+0000 mgr.a (mgr.14403) 25337 : cluster 0 pgmap v18922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:50 smithi079 bash[28699]: audit 2023-12-08T03:45:48.899452+0000 mgr.a (mgr.14403) 25336 : audit 0 from='client.498654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:50 smithi079 bash[28699]: cluster 2023-12-08T03:45:49.234578+0000 mgr.a (mgr.14403) 25337 : cluster 0 pgmap v18922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:52 smithi194 bash[32038]: cluster 2023-12-08T03:45:51.235277+0000 mgr.a (mgr.14403) 25338 : cluster 0 pgmap v18923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:52 smithi135 bash[32435]: cluster 2023-12-08T03:45:51.235277+0000 mgr.a (mgr.14403) 25338 : cluster 0 pgmap v18923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:52 smithi079 bash[28699]: cluster 2023-12-08T03:45:51.235277+0000 mgr.a (mgr.14403) 25338 : cluster 0 pgmap v18923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:54.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:45:54.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:45:54.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:45:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:54 smithi194 bash[32038]: cluster 2023-12-08T03:45:53.235884+0000 mgr.a (mgr.14403) 25339 : cluster 0 pgmap v18924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:54 smithi135 bash[32435]: cluster 2023-12-08T03:45:53.235884+0000 mgr.a (mgr.14403) 25339 : cluster 0 pgmap v18924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:54 smithi079 bash[28699]: cluster 2023-12-08T03:45:53.235884+0000 mgr.a (mgr.14403) 25339 : cluster 0 pgmap v18924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:45:55.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:45:55.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:45:55.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:45:55.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:45:55.353 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:45:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:55 smithi194 bash[32038]: audit 2023-12-08T03:45:54.818440+0000 mgr.a (mgr.14403) 25340 : audit 0 from='client.498732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:55 smithi135 bash[32435]: audit 2023-12-08T03:45:54.818440+0000 mgr.a (mgr.14403) 25340 : audit 0 from='client.498732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:56.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:55 smithi079 bash[28699]: audit 2023-12-08T03:45:54.818440+0000 mgr.a (mgr.14403) 25340 : audit 0 from='client.498732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:45:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:56 smithi194 bash[32038]: cluster 2023-12-08T03:45:55.237117+0000 mgr.a (mgr.14403) 25341 : cluster 0 pgmap v18925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:56 smithi194 bash[32038]: audit 2023-12-08T03:45:56.238869+0000 mon.a (mon.0) 3941 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:45:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:56 smithi135 bash[32435]: cluster 2023-12-08T03:45:55.237117+0000 mgr.a (mgr.14403) 25341 : cluster 0 pgmap v18925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:56 smithi135 bash[32435]: audit 2023-12-08T03:45:56.238869+0000 mon.a (mon.0) 3941 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:45:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:56 smithi079 bash[28699]: cluster 2023-12-08T03:45:55.237117+0000 mgr.a (mgr.14403) 25341 : cluster 0 pgmap v18925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:45:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:56 smithi079 bash[28699]: audit 2023-12-08T03:45:56.238869+0000 mon.a (mon.0) 3941 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:45:58.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:57 smithi079 bash[28699]: audit 2023-12-08T03:45:56.769993+0000 mon.a (mon.0) 3942 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:45:58.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:57 smithi079 bash[28699]: audit 2023-12-08T03:45:56.775638+0000 mon.a (mon.0) 3943 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:45:58.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:57 smithi079 bash[28699]: audit 2023-12-08T03:45:57.524297+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:45:58.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:57 smithi079 bash[28699]: audit 2023-12-08T03:45:57.526153+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:45:58.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:57 smithi079 bash[28699]: audit 2023-12-08T03:45:57.535566+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:45:58.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:57 smithi194 bash[32038]: audit 2023-12-08T03:45:56.769993+0000 mon.a (mon.0) 3942 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:45:58.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:57 smithi194 bash[32038]: audit 2023-12-08T03:45:56.775638+0000 mon.a (mon.0) 3943 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:45:58.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:57 smithi194 bash[32038]: audit 2023-12-08T03:45:57.524297+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:45:58.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:57 smithi194 bash[32038]: audit 2023-12-08T03:45:57.526153+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:45:58.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:57 smithi194 bash[32038]: audit 2023-12-08T03:45:57.535566+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:45:58.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:57 smithi135 bash[32435]: audit 2023-12-08T03:45:56.769993+0000 mon.a (mon.0) 3942 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:45:58.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:57 smithi135 bash[32435]: audit 2023-12-08T03:45:56.775638+0000 mon.a (mon.0) 3943 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:45:58.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:57 smithi135 bash[32435]: audit 2023-12-08T03:45:57.524297+0000 mon.a (mon.0) 3944 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:45:58.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:57 smithi135 bash[32435]: audit 2023-12-08T03:45:57.526153+0000 mon.a (mon.0) 3945 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:45:58.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:57 smithi135 bash[32435]: audit 2023-12-08T03:45:57.535566+0000 mon.a (mon.0) 3946 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:45:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:45:58 smithi079 bash[28699]: cluster 2023-12-08T03:45:57.237742+0000 mgr.a (mgr.14403) 25342 : cluster 0 pgmap v18926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:45:59.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:45:58 smithi194 bash[32038]: cluster 2023-12-08T03:45:57.237742+0000 mgr.a (mgr.14403) 25342 : cluster 0 pgmap v18926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:45:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:45:58 smithi135 bash[32435]: cluster 2023-12-08T03:45:57.237742+0000 mgr.a (mgr.14403) 25342 : cluster 0 pgmap v18926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:46:00.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:46:00.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:00.356 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:00 smithi079 bash[28699]: cluster 2023-12-08T03:45:59.238505+0000 mgr.a (mgr.14403) 25343 : cluster 0 pgmap v18927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:46:01.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:00 smithi194 bash[32038]: cluster 2023-12-08T03:45:59.238505+0000 mgr.a (mgr.14403) 25343 : cluster 0 pgmap v18927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:46:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:00 smithi135 bash[32435]: cluster 2023-12-08T03:45:59.238505+0000 mgr.a (mgr.14403) 25343 : cluster 0 pgmap v18927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:46:01.286 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:46:01.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:01.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:01.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:01.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:46:02.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:01 smithi079 bash[28699]: audit 2023-12-08T03:46:00.758240+0000 mgr.a (mgr.14403) 25344 : audit 0 from='client.498810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:02.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:01 smithi194 bash[32038]: audit 2023-12-08T03:46:00.758240+0000 mgr.a (mgr.14403) 25344 : audit 0 from='client.498810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:02.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:01 smithi135 bash[32435]: audit 2023-12-08T03:46:00.758240+0000 mgr.a (mgr.14403) 25344 : audit 0 from='client.498810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:02 smithi079 bash[28699]: cluster 2023-12-08T03:46:01.239122+0000 mgr.a (mgr.14403) 25345 : cluster 0 pgmap v18928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:03.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:02 smithi194 bash[32038]: cluster 2023-12-08T03:46:01.239122+0000 mgr.a (mgr.14403) 25345 : cluster 0 pgmap v18928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:02 smithi135 bash[32435]: cluster 2023-12-08T03:46:01.239122+0000 mgr.a (mgr.14403) 25345 : cluster 0 pgmap v18928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:04 smithi079 bash[28699]: cluster 2023-12-08T03:46:03.239640+0000 mgr.a (mgr.14403) 25346 : cluster 0 pgmap v18929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:04 smithi194 bash[32038]: cluster 2023-12-08T03:46:03.239640+0000 mgr.a (mgr.14403) 25346 : cluster 0 pgmap v18929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:04 smithi135 bash[32435]: cluster 2023-12-08T03:46:03.239640+0000 mgr.a (mgr.14403) 25346 : cluster 0 pgmap v18929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:06.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:46:06.290 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:06.290 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:06 smithi079 bash[28699]: cluster 2023-12-08T03:46:05.240462+0000 mgr.a (mgr.14403) 25347 : cluster 0 pgmap v18930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:07.161 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:46:07.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:07.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:07.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:07.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:46:07.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:06 smithi194 bash[32038]: cluster 2023-12-08T03:46:05.240462+0000 mgr.a (mgr.14403) 25347 : cluster 0 pgmap v18930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:06 smithi135 bash[32435]: cluster 2023-12-08T03:46:05.240462+0000 mgr.a (mgr.14403) 25347 : cluster 0 pgmap v18930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:07 smithi079 bash[28699]: audit 2023-12-08T03:46:06.690628+0000 mgr.a (mgr.14403) 25348 : audit 0 from='client.498885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:08.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:07 smithi194 bash[32038]: audit 2023-12-08T03:46:06.690628+0000 mgr.a (mgr.14403) 25348 : audit 0 from='client.498885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:08.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:07 smithi135 bash[32435]: audit 2023-12-08T03:46:06.690628+0000 mgr.a (mgr.14403) 25348 : audit 0 from='client.498885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:08 smithi079 bash[28699]: cluster 2023-12-08T03:46:07.241128+0000 mgr.a (mgr.14403) 25349 : cluster 0 pgmap v18931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:09.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:08 smithi194 bash[32038]: cluster 2023-12-08T03:46:07.241128+0000 mgr.a (mgr.14403) 25349 : cluster 0 pgmap v18931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:08 smithi135 bash[32435]: cluster 2023-12-08T03:46:07.241128+0000 mgr.a (mgr.14403) 25349 : cluster 0 pgmap v18931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:10 smithi079 bash[28699]: cluster 2023-12-08T03:46:09.242155+0000 mgr.a (mgr.14403) 25350 : cluster 0 pgmap v18932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:11.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:10 smithi194 bash[32038]: cluster 2023-12-08T03:46:09.242155+0000 mgr.a (mgr.14403) 25350 : cluster 0 pgmap v18932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:11.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:10 smithi135 bash[32435]: cluster 2023-12-08T03:46:09.242155+0000 mgr.a (mgr.14403) 25350 : cluster 0 pgmap v18932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:12.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:46:12.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:12.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:13.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:13.059 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:13.059 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:46:13.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:13.060 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:46:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:12 smithi079 bash[28699]: cluster 2023-12-08T03:46:11.242767+0000 mgr.a (mgr.14403) 25351 : cluster 0 pgmap v18933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:13.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:12 smithi194 bash[32038]: cluster 2023-12-08T03:46:11.242767+0000 mgr.a (mgr.14403) 25351 : cluster 0 pgmap v18933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:12 smithi135 bash[32435]: cluster 2023-12-08T03:46:11.242767+0000 mgr.a (mgr.14403) 25351 : cluster 0 pgmap v18933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:13 smithi079 bash[28699]: audit 2023-12-08T03:46:12.567881+0000 mgr.a (mgr.14403) 25352 : audit 0 from='client.498960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:14.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:13 smithi194 bash[32038]: audit 2023-12-08T03:46:12.567881+0000 mgr.a (mgr.14403) 25352 : audit 0 from='client.498960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:14.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:13 smithi135 bash[32435]: audit 2023-12-08T03:46:12.567881+0000 mgr.a (mgr.14403) 25352 : audit 0 from='client.498960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:14 smithi079 bash[28699]: cluster 2023-12-08T03:46:13.243568+0000 mgr.a (mgr.14403) 25353 : cluster 0 pgmap v18934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:14 smithi194 bash[32038]: cluster 2023-12-08T03:46:13.243568+0000 mgr.a (mgr.14403) 25353 : cluster 0 pgmap v18934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:14 smithi135 bash[32435]: cluster 2023-12-08T03:46:13.243568+0000 mgr.a (mgr.14403) 25353 : cluster 0 pgmap v18934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:16 smithi079 bash[28699]: cluster 2023-12-08T03:46:15.244402+0000 mgr.a (mgr.14403) 25354 : cluster 0 pgmap v18935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:16 smithi194 bash[32038]: cluster 2023-12-08T03:46:15.244402+0000 mgr.a (mgr.14403) 25354 : cluster 0 pgmap v18935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:16 smithi135 bash[32435]: cluster 2023-12-08T03:46:15.244402+0000 mgr.a (mgr.14403) 25354 : cluster 0 pgmap v18935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:18.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:46:18.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:18.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:18.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:17 smithi079 bash[28699]: cluster 2023-12-08T03:46:17.244981+0000 mgr.a (mgr.14403) 25355 : cluster 0 pgmap v18936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:17 smithi194 bash[32038]: cluster 2023-12-08T03:46:17.244981+0000 mgr.a (mgr.14403) 25355 : cluster 0 pgmap v18936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:17 smithi135 bash[32435]: cluster 2023-12-08T03:46:17.244981+0000 mgr.a (mgr.14403) 25355 : cluster 0 pgmap v18936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:18.950 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:46:18.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:18.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:18.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:18.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:46:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:18 smithi079 bash[28699]: audit 2023-12-08T03:46:18.460831+0000 mgr.a (mgr.14403) 25356 : audit 0 from='client.499038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:19.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:18 smithi194 bash[32038]: audit 2023-12-08T03:46:18.460831+0000 mgr.a (mgr.14403) 25356 : audit 0 from='client.499038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:19.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:18 smithi135 bash[32435]: audit 2023-12-08T03:46:18.460831+0000 mgr.a (mgr.14403) 25356 : audit 0 from='client.499038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:20.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:19 smithi079 bash[28699]: cluster 2023-12-08T03:46:19.245985+0000 mgr.a (mgr.14403) 25357 : cluster 0 pgmap v18937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:20.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:19 smithi194 bash[32038]: cluster 2023-12-08T03:46:19.245985+0000 mgr.a (mgr.14403) 25357 : cluster 0 pgmap v18937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:20.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:19 smithi135 bash[32435]: cluster 2023-12-08T03:46:19.245985+0000 mgr.a (mgr.14403) 25357 : cluster 0 pgmap v18937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:22.704 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:22 smithi194 bash[32038]: cluster 2023-12-08T03:46:21.246532+0000 mgr.a (mgr.14403) 25358 : cluster 0 pgmap v18938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:22.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:22 smithi135 bash[32435]: cluster 2023-12-08T03:46:21.246532+0000 mgr.a (mgr.14403) 25358 : cluster 0 pgmap v18938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:22 smithi079 bash[28699]: cluster 2023-12-08T03:46:21.246532+0000 mgr.a (mgr.14403) 25358 : cluster 0 pgmap v18938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:23.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:46:23.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:23.954 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:24.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:24 smithi194 bash[32038]: cluster 2023-12-08T03:46:23.247144+0000 mgr.a (mgr.14403) 25359 : cluster 0 pgmap v18939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:24.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:24 smithi135 bash[32435]: cluster 2023-12-08T03:46:23.247144+0000 mgr.a (mgr.14403) 25359 : cluster 0 pgmap v18939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:24.882 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:46:24.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:24.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:24.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:24.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:46:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:24 smithi079 bash[28699]: cluster 2023-12-08T03:46:23.247144+0000 mgr.a (mgr.14403) 25359 : cluster 0 pgmap v18939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:25.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:25 smithi194 bash[32038]: audit 2023-12-08T03:46:24.360988+0000 mgr.a (mgr.14403) 25360 : audit 0 from='client.499116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:25.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:25 smithi135 bash[32435]: audit 2023-12-08T03:46:24.360988+0000 mgr.a (mgr.14403) 25360 : audit 0 from='client.499116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:25.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:25 smithi079 bash[28699]: audit 2023-12-08T03:46:24.360988+0000 mgr.a (mgr.14403) 25360 : audit 0 from='client.499116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:26.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:26 smithi194 bash[32038]: cluster 2023-12-08T03:46:25.248436+0000 mgr.a (mgr.14403) 25361 : cluster 0 pgmap v18940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:26.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:26 smithi135 bash[32435]: cluster 2023-12-08T03:46:25.248436+0000 mgr.a (mgr.14403) 25361 : cluster 0 pgmap v18940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:26 smithi079 bash[28699]: cluster 2023-12-08T03:46:25.248436+0000 mgr.a (mgr.14403) 25361 : cluster 0 pgmap v18940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:28.703 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:28 smithi194 bash[32038]: cluster 2023-12-08T03:46:27.249184+0000 mgr.a (mgr.14403) 25362 : cluster 0 pgmap v18941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:28.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:28 smithi135 bash[32435]: cluster 2023-12-08T03:46:27.249184+0000 mgr.a (mgr.14403) 25362 : cluster 0 pgmap v18941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:28 smithi079 bash[28699]: cluster 2023-12-08T03:46:27.249184+0000 mgr.a (mgr.14403) 25362 : cluster 0 pgmap v18941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:29.885 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:46:29.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:29.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:30.707 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:30 smithi135 bash[32435]: cluster 2023-12-08T03:46:29.249964+0000 mgr.a (mgr.14403) 25363 : cluster 0 pgmap v18942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:30.770 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:46:30.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:30.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:30.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:30.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:46:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:30 smithi079 bash[28699]: cluster 2023-12-08T03:46:29.249964+0000 mgr.a (mgr.14403) 25363 : cluster 0 pgmap v18942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:30 smithi194 bash[32038]: cluster 2023-12-08T03:46:29.249964+0000 mgr.a (mgr.14403) 25363 : cluster 0 pgmap v18942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:31.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:31 smithi079 bash[28699]: audit 2023-12-08T03:46:30.280031+0000 mgr.a (mgr.14403) 25364 : audit 0 from='client.499194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:31 smithi194 bash[32038]: audit 2023-12-08T03:46:30.280031+0000 mgr.a (mgr.14403) 25364 : audit 0 from='client.499194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:31 smithi135 bash[32435]: audit 2023-12-08T03:46:30.280031+0000 mgr.a (mgr.14403) 25364 : audit 0 from='client.499194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:32 smithi079 bash[28699]: cluster 2023-12-08T03:46:31.250666+0000 mgr.a (mgr.14403) 25365 : cluster 0 pgmap v18943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:32 smithi194 bash[32038]: cluster 2023-12-08T03:46:31.250666+0000 mgr.a (mgr.14403) 25365 : cluster 0 pgmap v18943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:32 smithi135 bash[32435]: cluster 2023-12-08T03:46:31.250666+0000 mgr.a (mgr.14403) 25365 : cluster 0 pgmap v18943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:34 smithi079 bash[28699]: cluster 2023-12-08T03:46:33.251257+0000 mgr.a (mgr.14403) 25366 : cluster 0 pgmap v18944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:34 smithi194 bash[32038]: cluster 2023-12-08T03:46:33.251257+0000 mgr.a (mgr.14403) 25366 : cluster 0 pgmap v18944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:34 smithi135 bash[32435]: cluster 2023-12-08T03:46:33.251257+0000 mgr.a (mgr.14403) 25366 : cluster 0 pgmap v18944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:35.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:46:35.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:35.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:36.671 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:46:36.671 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:36.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:36.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:36.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:46:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:36 smithi079 bash[28699]: cluster 2023-12-08T03:46:35.252020+0000 mgr.a (mgr.14403) 25367 : cluster 0 pgmap v18945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:36 smithi194 bash[32038]: cluster 2023-12-08T03:46:35.252020+0000 mgr.a (mgr.14403) 25367 : cluster 0 pgmap v18945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:36 smithi135 bash[32435]: cluster 2023-12-08T03:46:35.252020+0000 mgr.a (mgr.14403) 25367 : cluster 0 pgmap v18945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:37.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:37 smithi079 bash[28699]: audit 2023-12-08T03:46:36.171812+0000 mgr.a (mgr.14403) 25368 : audit 0 from='client.499272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:37.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:37 smithi194 bash[32038]: audit 2023-12-08T03:46:36.171812+0000 mgr.a (mgr.14403) 25368 : audit 0 from='client.499272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:37.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:37 smithi135 bash[32435]: audit 2023-12-08T03:46:36.171812+0000 mgr.a (mgr.14403) 25368 : audit 0 from='client.499272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:38 smithi079 bash[28699]: cluster 2023-12-08T03:46:37.252768+0000 mgr.a (mgr.14403) 25369 : cluster 0 pgmap v18946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:38 smithi194 bash[32038]: cluster 2023-12-08T03:46:37.252768+0000 mgr.a (mgr.14403) 25369 : cluster 0 pgmap v18946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:38 smithi135 bash[32435]: cluster 2023-12-08T03:46:37.252768+0000 mgr.a (mgr.14403) 25369 : cluster 0 pgmap v18946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:40 smithi079 bash[28699]: cluster 2023-12-08T03:46:39.253605+0000 mgr.a (mgr.14403) 25370 : cluster 0 pgmap v18947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:40 smithi194 bash[32038]: cluster 2023-12-08T03:46:39.253605+0000 mgr.a (mgr.14403) 25370 : cluster 0 pgmap v18947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:40 smithi135 bash[32435]: cluster 2023-12-08T03:46:39.253605+0000 mgr.a (mgr.14403) 25370 : cluster 0 pgmap v18947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:41.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:46:41.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:41.674 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:42.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:42.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:42.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:42.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:46:42.596 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:46:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:42 smithi079 bash[28699]: cluster 2023-12-08T03:46:41.254164+0000 mgr.a (mgr.14403) 25371 : cluster 0 pgmap v18948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:42 smithi194 bash[32038]: cluster 2023-12-08T03:46:41.254164+0000 mgr.a (mgr.14403) 25371 : cluster 0 pgmap v18948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:42 smithi135 bash[32435]: cluster 2023-12-08T03:46:41.254164+0000 mgr.a (mgr.14403) 25371 : cluster 0 pgmap v18948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:43.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:43 smithi079 bash[28699]: audit 2023-12-08T03:46:42.077511+0000 mgr.a (mgr.14403) 25372 : audit 0 from='client.499350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:43.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:43 smithi194 bash[32038]: audit 2023-12-08T03:46:42.077511+0000 mgr.a (mgr.14403) 25372 : audit 0 from='client.499350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:43.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:43 smithi135 bash[32435]: audit 2023-12-08T03:46:42.077511+0000 mgr.a (mgr.14403) 25372 : audit 0 from='client.499350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:44 smithi079 bash[28699]: cluster 2023-12-08T03:46:43.254882+0000 mgr.a (mgr.14403) 25373 : cluster 0 pgmap v18949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:44 smithi194 bash[32038]: cluster 2023-12-08T03:46:43.254882+0000 mgr.a (mgr.14403) 25373 : cluster 0 pgmap v18949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:44 smithi135 bash[32435]: cluster 2023-12-08T03:46:43.254882+0000 mgr.a (mgr.14403) 25373 : cluster 0 pgmap v18949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:46 smithi079 bash[28699]: cluster 2023-12-08T03:46:45.255666+0000 mgr.a (mgr.14403) 25374 : cluster 0 pgmap v18950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:46 smithi194 bash[32038]: cluster 2023-12-08T03:46:45.255666+0000 mgr.a (mgr.14403) 25374 : cluster 0 pgmap v18950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:46 smithi135 bash[32435]: cluster 2023-12-08T03:46:45.255666+0000 mgr.a (mgr.14403) 25374 : cluster 0 pgmap v18950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:47.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:46:47.599 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:47.600 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:48.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:48.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:48.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:48.491 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:46:48.491 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:46:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:48 smithi079 bash[28699]: cluster 2023-12-08T03:46:47.256240+0000 mgr.a (mgr.14403) 25375 : cluster 0 pgmap v18951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:48 smithi194 bash[32038]: cluster 2023-12-08T03:46:47.256240+0000 mgr.a (mgr.14403) 25375 : cluster 0 pgmap v18951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:48 smithi135 bash[32435]: cluster 2023-12-08T03:46:47.256240+0000 mgr.a (mgr.14403) 25375 : cluster 0 pgmap v18951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:49.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:49 smithi079 bash[28699]: audit 2023-12-08T03:46:47.999300+0000 mgr.a (mgr.14403) 25376 : audit 0 from='client.499428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:49.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:49 smithi194 bash[32038]: audit 2023-12-08T03:46:47.999300+0000 mgr.a (mgr.14403) 25376 : audit 0 from='client.499428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:49.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:49 smithi135 bash[32435]: audit 2023-12-08T03:46:47.999300+0000 mgr.a (mgr.14403) 25376 : audit 0 from='client.499428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:50 smithi079 bash[28699]: cluster 2023-12-08T03:46:49.257180+0000 mgr.a (mgr.14403) 25377 : cluster 0 pgmap v18952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:50 smithi194 bash[32038]: cluster 2023-12-08T03:46:49.257180+0000 mgr.a (mgr.14403) 25377 : cluster 0 pgmap v18952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:50 smithi135 bash[32435]: cluster 2023-12-08T03:46:49.257180+0000 mgr.a (mgr.14403) 25377 : cluster 0 pgmap v18952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:46:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:52 smithi079 bash[28699]: cluster 2023-12-08T03:46:51.257760+0000 mgr.a (mgr.14403) 25378 : cluster 0 pgmap v18953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:52 smithi194 bash[32038]: cluster 2023-12-08T03:46:51.257760+0000 mgr.a (mgr.14403) 25378 : cluster 0 pgmap v18953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:52 smithi135 bash[32435]: cluster 2023-12-08T03:46:51.257760+0000 mgr.a (mgr.14403) 25378 : cluster 0 pgmap v18953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:53.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:46:53.495 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:53.495 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:46:54.433 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:46:54.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:46:54.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:46:54.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:46:54.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:46:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:54 smithi079 bash[28699]: cluster 2023-12-08T03:46:53.258342+0000 mgr.a (mgr.14403) 25379 : cluster 0 pgmap v18954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:54 smithi194 bash[32038]: cluster 2023-12-08T03:46:53.258342+0000 mgr.a (mgr.14403) 25379 : cluster 0 pgmap v18954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:54 smithi135 bash[32435]: cluster 2023-12-08T03:46:53.258342+0000 mgr.a (mgr.14403) 25379 : cluster 0 pgmap v18954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:55.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:55 smithi079 bash[28699]: audit 2023-12-08T03:46:53.902445+0000 mgr.a (mgr.14403) 25380 : audit 0 from='client.499506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:55.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:55 smithi194 bash[32038]: audit 2023-12-08T03:46:53.902445+0000 mgr.a (mgr.14403) 25380 : audit 0 from='client.499506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:55.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:55 smithi135 bash[32435]: audit 2023-12-08T03:46:53.902445+0000 mgr.a (mgr.14403) 25380 : audit 0 from='client.499506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:46:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:56 smithi079 bash[28699]: cluster 2023-12-08T03:46:55.259444+0000 mgr.a (mgr.14403) 25381 : cluster 0 pgmap v18955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:56 smithi194 bash[32038]: cluster 2023-12-08T03:46:55.259444+0000 mgr.a (mgr.14403) 25381 : cluster 0 pgmap v18955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:56 smithi135 bash[32435]: cluster 2023-12-08T03:46:55.259444+0000 mgr.a (mgr.14403) 25381 : cluster 0 pgmap v18955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:46:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:58 smithi079 bash[28699]: cluster 2023-12-08T03:46:57.260036+0000 mgr.a (mgr.14403) 25382 : cluster 0 pgmap v18956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:46:58 smithi079 bash[28699]: audit 2023-12-08T03:46:57.638728+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:46:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:58 smithi194 bash[32038]: cluster 2023-12-08T03:46:57.260036+0000 mgr.a (mgr.14403) 25382 : cluster 0 pgmap v18956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:46:58 smithi194 bash[32038]: audit 2023-12-08T03:46:57.638728+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:46:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:58 smithi135 bash[32435]: cluster 2023-12-08T03:46:57.260036+0000 mgr.a (mgr.14403) 25382 : cluster 0 pgmap v18956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:46:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:46:58 smithi135 bash[32435]: audit 2023-12-08T03:46:57.638728+0000 mon.a (mon.0) 3947 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:46:59.435 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:46:59.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:46:59.436 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:00.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:00.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:00.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:00.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:47:00.318 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:47:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:00 smithi079 bash[28699]: cluster 2023-12-08T03:46:59.260849+0000 mgr.a (mgr.14403) 25383 : cluster 0 pgmap v18957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:00 smithi079 bash[28699]: audit 2023-12-08T03:46:59.842497+0000 mgr.a (mgr.14403) 25384 : audit 0 from='client.499581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:00 smithi194 bash[32038]: cluster 2023-12-08T03:46:59.260849+0000 mgr.a (mgr.14403) 25383 : cluster 0 pgmap v18957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:00 smithi194 bash[32038]: audit 2023-12-08T03:46:59.842497+0000 mgr.a (mgr.14403) 25384 : audit 0 from='client.499581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:00 smithi135 bash[32435]: cluster 2023-12-08T03:46:59.260849+0000 mgr.a (mgr.14403) 25383 : cluster 0 pgmap v18957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:00 smithi135 bash[32435]: audit 2023-12-08T03:46:59.842497+0000 mgr.a (mgr.14403) 25384 : audit 0 from='client.499581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:02 smithi079 bash[28699]: cluster 2023-12-08T03:47:01.261579+0000 mgr.a (mgr.14403) 25385 : cluster 0 pgmap v18958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:02 smithi194 bash[32038]: cluster 2023-12-08T03:47:01.261579+0000 mgr.a (mgr.14403) 25385 : cluster 0 pgmap v18958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:02 smithi135 bash[32435]: cluster 2023-12-08T03:47:01.261579+0000 mgr.a (mgr.14403) 25385 : cluster 0 pgmap v18958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:04.799 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:04 smithi079 bash[28699]: cluster 2023-12-08T03:47:03.262157+0000 mgr.a (mgr.14403) 25386 : cluster 0 pgmap v18959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:04 smithi194 bash[32038]: cluster 2023-12-08T03:47:03.262157+0000 mgr.a (mgr.14403) 25386 : cluster 0 pgmap v18959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:04 smithi135 bash[32435]: cluster 2023-12-08T03:47:03.262157+0000 mgr.a (mgr.14403) 25386 : cluster 0 pgmap v18959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:05.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:47:05.322 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:05.322 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:06.201 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:47:06.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:06.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:06.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:06.201 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:47:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:06 smithi079 bash[28699]: cluster 2023-12-08T03:47:05.262642+0000 mgr.a (mgr.14403) 25387 : cluster 0 pgmap v18960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:06 smithi079 bash[28699]: audit 2023-12-08T03:47:05.711802+0000 mgr.a (mgr.14403) 25388 : audit 0 from='client.499659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:06 smithi194 bash[32038]: cluster 2023-12-08T03:47:05.262642+0000 mgr.a (mgr.14403) 25387 : cluster 0 pgmap v18960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:06 smithi194 bash[32038]: audit 2023-12-08T03:47:05.711802+0000 mgr.a (mgr.14403) 25388 : audit 0 from='client.499659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:06 smithi135 bash[32435]: cluster 2023-12-08T03:47:05.262642+0000 mgr.a (mgr.14403) 25387 : cluster 0 pgmap v18960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:06 smithi135 bash[32435]: audit 2023-12-08T03:47:05.711802+0000 mgr.a (mgr.14403) 25388 : audit 0 from='client.499659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:08 smithi079 bash[28699]: cluster 2023-12-08T03:47:07.263287+0000 mgr.a (mgr.14403) 25389 : cluster 0 pgmap v18961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:08 smithi079 bash[28699]: audit 2023-12-08T03:47:08.539493+0000 mon.a (mon.0) 3948 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:47:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:08 smithi079 bash[28699]: audit 2023-12-08T03:47:08.546225+0000 mon.a (mon.0) 3949 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:47:08.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:08 smithi079 bash[28699]: audit 2023-12-08T03:47:08.547728+0000 mon.a (mon.0) 3950 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:47:08.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:08 smithi079 bash[28699]: audit 2023-12-08T03:47:08.549223+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:47:08.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:08 smithi079 bash[28699]: audit 2023-12-08T03:47:08.557138+0000 mon.a (mon.0) 3952 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:47:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:08 smithi194 bash[32038]: cluster 2023-12-08T03:47:07.263287+0000 mgr.a (mgr.14403) 25389 : cluster 0 pgmap v18961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:08 smithi194 bash[32038]: audit 2023-12-08T03:47:08.539493+0000 mon.a (mon.0) 3948 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:47:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:08 smithi194 bash[32038]: audit 2023-12-08T03:47:08.546225+0000 mon.a (mon.0) 3949 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:47:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:08 smithi194 bash[32038]: audit 2023-12-08T03:47:08.547728+0000 mon.a (mon.0) 3950 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:47:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:08 smithi194 bash[32038]: audit 2023-12-08T03:47:08.549223+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:47:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:08 smithi194 bash[32038]: audit 2023-12-08T03:47:08.557138+0000 mon.a (mon.0) 3952 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:47:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:08 smithi135 bash[32435]: cluster 2023-12-08T03:47:07.263287+0000 mgr.a (mgr.14403) 25389 : cluster 0 pgmap v18961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:08 smithi135 bash[32435]: audit 2023-12-08T03:47:08.539493+0000 mon.a (mon.0) 3948 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:47:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:08 smithi135 bash[32435]: audit 2023-12-08T03:47:08.546225+0000 mon.a (mon.0) 3949 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:47:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:08 smithi135 bash[32435]: audit 2023-12-08T03:47:08.547728+0000 mon.a (mon.0) 3950 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:47:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:08 smithi135 bash[32435]: audit 2023-12-08T03:47:08.549223+0000 mon.a (mon.0) 3951 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:47:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:08 smithi135 bash[32435]: audit 2023-12-08T03:47:08.557138+0000 mon.a (mon.0) 3952 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:47:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:10 smithi079 bash[28699]: cluster 2023-12-08T03:47:09.264213+0000 mgr.a (mgr.14403) 25390 : cluster 0 pgmap v18962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:10 smithi194 bash[32038]: cluster 2023-12-08T03:47:09.264213+0000 mgr.a (mgr.14403) 25390 : cluster 0 pgmap v18962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:10 smithi135 bash[32435]: cluster 2023-12-08T03:47:09.264213+0000 mgr.a (mgr.14403) 25390 : cluster 0 pgmap v18962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:11.204 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:47:11.205 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:11.205 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:12.078 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:47:12.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:12.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:12.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:12.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:47:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:12 smithi079 bash[28699]: cluster 2023-12-08T03:47:11.264674+0000 mgr.a (mgr.14403) 25391 : cluster 0 pgmap v18963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:12 smithi079 bash[28699]: audit 2023-12-08T03:47:11.599214+0000 mgr.a (mgr.14403) 25392 : audit 0 from='client.499734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:12 smithi194 bash[32038]: cluster 2023-12-08T03:47:11.264674+0000 mgr.a (mgr.14403) 25391 : cluster 0 pgmap v18963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:12 smithi194 bash[32038]: audit 2023-12-08T03:47:11.599214+0000 mgr.a (mgr.14403) 25392 : audit 0 from='client.499734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:12 smithi135 bash[32435]: cluster 2023-12-08T03:47:11.264674+0000 mgr.a (mgr.14403) 25391 : cluster 0 pgmap v18963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:12 smithi135 bash[32435]: audit 2023-12-08T03:47:11.599214+0000 mgr.a (mgr.14403) 25392 : audit 0 from='client.499734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:14 smithi079 bash[28699]: cluster 2023-12-08T03:47:13.265379+0000 mgr.a (mgr.14403) 25393 : cluster 0 pgmap v18964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:14 smithi194 bash[32038]: cluster 2023-12-08T03:47:13.265379+0000 mgr.a (mgr.14403) 25393 : cluster 0 pgmap v18964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:14 smithi135 bash[32435]: cluster 2023-12-08T03:47:13.265379+0000 mgr.a (mgr.14403) 25393 : cluster 0 pgmap v18964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:16 smithi079 bash[28699]: cluster 2023-12-08T03:47:15.266364+0000 mgr.a (mgr.14403) 25394 : cluster 0 pgmap v18965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:16 smithi194 bash[32038]: cluster 2023-12-08T03:47:15.266364+0000 mgr.a (mgr.14403) 25394 : cluster 0 pgmap v18965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:16 smithi135 bash[32435]: cluster 2023-12-08T03:47:15.266364+0000 mgr.a (mgr.14403) 25394 : cluster 0 pgmap v18965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:17.081 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:47:17.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:17.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:17.985 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:47:17.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:17.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:17.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:17.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:47:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:18 smithi079 bash[28699]: cluster 2023-12-08T03:47:17.267087+0000 mgr.a (mgr.14403) 25395 : cluster 0 pgmap v18966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:18 smithi079 bash[28699]: audit 2023-12-08T03:47:17.475233+0000 mgr.a (mgr.14403) 25396 : audit 0 from='client.499812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:18 smithi194 bash[32038]: cluster 2023-12-08T03:47:17.267087+0000 mgr.a (mgr.14403) 25395 : cluster 0 pgmap v18966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:18 smithi194 bash[32038]: audit 2023-12-08T03:47:17.475233+0000 mgr.a (mgr.14403) 25396 : audit 0 from='client.499812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:18 smithi135 bash[32435]: cluster 2023-12-08T03:47:17.267087+0000 mgr.a (mgr.14403) 25395 : cluster 0 pgmap v18966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:18.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:18 smithi135 bash[32435]: audit 2023-12-08T03:47:17.475233+0000 mgr.a (mgr.14403) 25396 : audit 0 from='client.499812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:20 smithi079 bash[28699]: cluster 2023-12-08T03:47:19.267993+0000 mgr.a (mgr.14403) 25397 : cluster 0 pgmap v18967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:20 smithi194 bash[32038]: cluster 2023-12-08T03:47:19.267993+0000 mgr.a (mgr.14403) 25397 : cluster 0 pgmap v18967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:20 smithi135 bash[32435]: cluster 2023-12-08T03:47:19.267993+0000 mgr.a (mgr.14403) 25397 : cluster 0 pgmap v18967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:22 smithi079 bash[28699]: cluster 2023-12-08T03:47:21.268484+0000 mgr.a (mgr.14403) 25398 : cluster 0 pgmap v18968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:22 smithi194 bash[32038]: cluster 2023-12-08T03:47:21.268484+0000 mgr.a (mgr.14403) 25398 : cluster 0 pgmap v18968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:22 smithi135 bash[32435]: cluster 2023-12-08T03:47:21.268484+0000 mgr.a (mgr.14403) 25398 : cluster 0 pgmap v18968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:22.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:47:22.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:22.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:23.916 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:47:23.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:23.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:23.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:23.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:47:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:24 smithi079 bash[28699]: cluster 2023-12-08T03:47:23.269028+0000 mgr.a (mgr.14403) 25399 : cluster 0 pgmap v18969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:24 smithi079 bash[28699]: audit 2023-12-08T03:47:23.393449+0000 mgr.a (mgr.14403) 25400 : audit 0 from='client.499887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:24 smithi194 bash[32038]: cluster 2023-12-08T03:47:23.269028+0000 mgr.a (mgr.14403) 25399 : cluster 0 pgmap v18969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:24 smithi194 bash[32038]: audit 2023-12-08T03:47:23.393449+0000 mgr.a (mgr.14403) 25400 : audit 0 from='client.499887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:24 smithi135 bash[32435]: cluster 2023-12-08T03:47:23.269028+0000 mgr.a (mgr.14403) 25399 : cluster 0 pgmap v18969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:24 smithi135 bash[32435]: audit 2023-12-08T03:47:23.393449+0000 mgr.a (mgr.14403) 25400 : audit 0 from='client.499887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:26 smithi079 bash[28699]: cluster 2023-12-08T03:47:25.269995+0000 mgr.a (mgr.14403) 25401 : cluster 0 pgmap v18970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:26 smithi194 bash[32038]: cluster 2023-12-08T03:47:25.269995+0000 mgr.a (mgr.14403) 25401 : cluster 0 pgmap v18970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:26 smithi135 bash[32435]: cluster 2023-12-08T03:47:25.269995+0000 mgr.a (mgr.14403) 25401 : cluster 0 pgmap v18970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:28 smithi079 bash[28699]: cluster 2023-12-08T03:47:27.270564+0000 mgr.a (mgr.14403) 25402 : cluster 0 pgmap v18971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:28.918 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:47:28.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:28.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:28 smithi194 bash[32038]: cluster 2023-12-08T03:47:27.270564+0000 mgr.a (mgr.14403) 25402 : cluster 0 pgmap v18971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:28 smithi135 bash[32435]: cluster 2023-12-08T03:47:27.270564+0000 mgr.a (mgr.14403) 25402 : cluster 0 pgmap v18971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:29.816 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:47:29.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:29.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:29.816 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:29.817 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:47:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:30 smithi079 bash[28699]: cluster 2023-12-08T03:47:29.271305+0000 mgr.a (mgr.14403) 25403 : cluster 0 pgmap v18972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:30 smithi079 bash[28699]: audit 2023-12-08T03:47:29.322266+0000 mgr.a (mgr.14403) 25404 : audit 0 from='client.499965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:30.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:30 smithi194 bash[32038]: cluster 2023-12-08T03:47:29.271305+0000 mgr.a (mgr.14403) 25403 : cluster 0 pgmap v18972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:30 smithi194 bash[32038]: audit 2023-12-08T03:47:29.322266+0000 mgr.a (mgr.14403) 25404 : audit 0 from='client.499965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:30 smithi135 bash[32435]: cluster 2023-12-08T03:47:29.271305+0000 mgr.a (mgr.14403) 25403 : cluster 0 pgmap v18972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:30 smithi135 bash[32435]: audit 2023-12-08T03:47:29.322266+0000 mgr.a (mgr.14403) 25404 : audit 0 from='client.499965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:32 smithi079 bash[28699]: cluster 2023-12-08T03:47:31.272045+0000 mgr.a (mgr.14403) 25405 : cluster 0 pgmap v18973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:32 smithi194 bash[32038]: cluster 2023-12-08T03:47:31.272045+0000 mgr.a (mgr.14403) 25405 : cluster 0 pgmap v18973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:32 smithi135 bash[32435]: cluster 2023-12-08T03:47:31.272045+0000 mgr.a (mgr.14403) 25405 : cluster 0 pgmap v18973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:34.819 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:47:34.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:34.820 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:34 smithi079 bash[28699]: cluster 2023-12-08T03:47:33.272784+0000 mgr.a (mgr.14403) 25406 : cluster 0 pgmap v18974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:34 smithi194 bash[32038]: cluster 2023-12-08T03:47:33.272784+0000 mgr.a (mgr.14403) 25406 : cluster 0 pgmap v18974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:34 smithi135 bash[32435]: cluster 2023-12-08T03:47:33.272784+0000 mgr.a (mgr.14403) 25406 : cluster 0 pgmap v18974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:47:35.731 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:47:35.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:35.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:35.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:35.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:47:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:36 smithi079 bash[28699]: audit 2023-12-08T03:47:35.229474+0000 mgr.a (mgr.14403) 25407 : audit 0 from='client.500040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:36 smithi079 bash[28699]: cluster 2023-12-08T03:47:35.273953+0000 mgr.a (mgr.14403) 25408 : cluster 0 pgmap v18975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:36 smithi194 bash[32038]: audit 2023-12-08T03:47:35.229474+0000 mgr.a (mgr.14403) 25407 : audit 0 from='client.500040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:36 smithi194 bash[32038]: cluster 2023-12-08T03:47:35.273953+0000 mgr.a (mgr.14403) 25408 : cluster 0 pgmap v18975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:36 smithi135 bash[32435]: audit 2023-12-08T03:47:35.229474+0000 mgr.a (mgr.14403) 25407 : audit 0 from='client.500040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:36 smithi135 bash[32435]: cluster 2023-12-08T03:47:35.273953+0000 mgr.a (mgr.14403) 25408 : cluster 0 pgmap v18975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:38 smithi079 bash[28699]: cluster 2023-12-08T03:47:37.274640+0000 mgr.a (mgr.14403) 25409 : cluster 0 pgmap v18976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:38 smithi194 bash[32038]: cluster 2023-12-08T03:47:37.274640+0000 mgr.a (mgr.14403) 25409 : cluster 0 pgmap v18976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:38 smithi135 bash[32435]: cluster 2023-12-08T03:47:37.274640+0000 mgr.a (mgr.14403) 25409 : cluster 0 pgmap v18976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:40.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:47:40.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:40.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:40 smithi079 bash[28699]: cluster 2023-12-08T03:47:39.275428+0000 mgr.a (mgr.14403) 25410 : cluster 0 pgmap v18977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:40 smithi194 bash[32038]: cluster 2023-12-08T03:47:39.275428+0000 mgr.a (mgr.14403) 25410 : cluster 0 pgmap v18977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:40 smithi135 bash[32435]: cluster 2023-12-08T03:47:39.275428+0000 mgr.a (mgr.14403) 25410 : cluster 0 pgmap v18977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:41.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:41.642 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:41.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:41.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:47:41.643 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:47:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:42 smithi079 bash[28699]: audit 2023-12-08T03:47:41.138257+0000 mgr.a (mgr.14403) 25411 : audit 0 from='client.500112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:42.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:42 smithi079 bash[28699]: cluster 2023-12-08T03:47:41.278248+0000 mgr.a (mgr.14403) 25412 : cluster 0 pgmap v18978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:42 smithi194 bash[32038]: audit 2023-12-08T03:47:41.138257+0000 mgr.a (mgr.14403) 25411 : audit 0 from='client.500112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:42 smithi194 bash[32038]: cluster 2023-12-08T03:47:41.278248+0000 mgr.a (mgr.14403) 25412 : cluster 0 pgmap v18978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:42 smithi135 bash[32435]: audit 2023-12-08T03:47:41.138257+0000 mgr.a (mgr.14403) 25411 : audit 0 from='client.500112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:42.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:42 smithi135 bash[32435]: cluster 2023-12-08T03:47:41.278248+0000 mgr.a (mgr.14403) 25412 : cluster 0 pgmap v18978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:44 smithi079 bash[28699]: cluster 2023-12-08T03:47:43.278957+0000 mgr.a (mgr.14403) 25413 : cluster 0 pgmap v18979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:44 smithi194 bash[32038]: cluster 2023-12-08T03:47:43.278957+0000 mgr.a (mgr.14403) 25413 : cluster 0 pgmap v18979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:44 smithi135 bash[32435]: cluster 2023-12-08T03:47:43.278957+0000 mgr.a (mgr.14403) 25413 : cluster 0 pgmap v18979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:46.644 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:47:46.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:46.645 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:46 smithi079 bash[28699]: cluster 2023-12-08T03:47:45.279818+0000 mgr.a (mgr.14403) 25414 : cluster 0 pgmap v18980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:46 smithi194 bash[32038]: cluster 2023-12-08T03:47:45.279818+0000 mgr.a (mgr.14403) 25414 : cluster 0 pgmap v18980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:46 smithi135 bash[32435]: cluster 2023-12-08T03:47:45.279818+0000 mgr.a (mgr.14403) 25414 : cluster 0 pgmap v18980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:47.536 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:47:47.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:47.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:47.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:47.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:47:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:48 smithi079 bash[28699]: audit 2023-12-08T03:47:47.046672+0000 mgr.a (mgr.14403) 25415 : audit 0 from='client.500187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:48 smithi079 bash[28699]: cluster 2023-12-08T03:47:47.280279+0000 mgr.a (mgr.14403) 25416 : cluster 0 pgmap v18981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:48 smithi194 bash[32038]: audit 2023-12-08T03:47:47.046672+0000 mgr.a (mgr.14403) 25415 : audit 0 from='client.500187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:48 smithi194 bash[32038]: cluster 2023-12-08T03:47:47.280279+0000 mgr.a (mgr.14403) 25416 : cluster 0 pgmap v18981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:48 smithi135 bash[32435]: audit 2023-12-08T03:47:47.046672+0000 mgr.a (mgr.14403) 25415 : audit 0 from='client.500187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:48 smithi135 bash[32435]: cluster 2023-12-08T03:47:47.280279+0000 mgr.a (mgr.14403) 25416 : cluster 0 pgmap v18981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:50 smithi194 bash[32038]: cluster 2023-12-08T03:47:49.281149+0000 mgr.a (mgr.14403) 25417 : cluster 0 pgmap v18982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:50 smithi135 bash[32435]: cluster 2023-12-08T03:47:49.281149+0000 mgr.a (mgr.14403) 25417 : cluster 0 pgmap v18982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:50 smithi079 bash[28699]: cluster 2023-12-08T03:47:49.281149+0000 mgr.a (mgr.14403) 25417 : cluster 0 pgmap v18982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:52.539 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:47:52.539 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:52.539 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:52 smithi194 bash[32038]: cluster 2023-12-08T03:47:51.281752+0000 mgr.a (mgr.14403) 25418 : cluster 0 pgmap v18983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:52 smithi135 bash[32435]: cluster 2023-12-08T03:47:51.281752+0000 mgr.a (mgr.14403) 25418 : cluster 0 pgmap v18983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:52 smithi079 bash[28699]: cluster 2023-12-08T03:47:51.281752+0000 mgr.a (mgr.14403) 25418 : cluster 0 pgmap v18983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:53.448 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:47:53.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:53.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:53.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:53.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:47:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:54 smithi194 bash[32038]: audit 2023-12-08T03:47:52.945373+0000 mgr.a (mgr.14403) 25419 : audit 0 from='client.500265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:54 smithi194 bash[32038]: cluster 2023-12-08T03:47:53.282446+0000 mgr.a (mgr.14403) 25420 : cluster 0 pgmap v18984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:54 smithi135 bash[32435]: audit 2023-12-08T03:47:52.945373+0000 mgr.a (mgr.14403) 25419 : audit 0 from='client.500265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:54 smithi135 bash[32435]: cluster 2023-12-08T03:47:53.282446+0000 mgr.a (mgr.14403) 25420 : cluster 0 pgmap v18984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:54 smithi079 bash[28699]: audit 2023-12-08T03:47:52.945373+0000 mgr.a (mgr.14403) 25419 : audit 0 from='client.500265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:54 smithi079 bash[28699]: cluster 2023-12-08T03:47:53.282446+0000 mgr.a (mgr.14403) 25420 : cluster 0 pgmap v18984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:56.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:56 smithi194 bash[32038]: cluster 2023-12-08T03:47:55.283348+0000 mgr.a (mgr.14403) 25421 : cluster 0 pgmap v18985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:56.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:56 smithi135 bash[32435]: cluster 2023-12-08T03:47:55.283348+0000 mgr.a (mgr.14403) 25421 : cluster 0 pgmap v18985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:56 smithi079 bash[28699]: cluster 2023-12-08T03:47:55.283348+0000 mgr.a (mgr.14403) 25421 : cluster 0 pgmap v18985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:47:58.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:47:58.452 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:47:58.452 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:47:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:58 smithi194 bash[32038]: cluster 2023-12-08T03:47:57.283855+0000 mgr.a (mgr.14403) 25422 : cluster 0 pgmap v18986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:58 smithi135 bash[32435]: cluster 2023-12-08T03:47:57.283855+0000 mgr.a (mgr.14403) 25422 : cluster 0 pgmap v18986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:58 smithi079 bash[28699]: cluster 2023-12-08T03:47:57.283855+0000 mgr.a (mgr.14403) 25422 : cluster 0 pgmap v18986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:47:59.352 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:47:59.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:47:59.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:47:59.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:47:59.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:47:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:47:59 smithi194 bash[32038]: audit 2023-12-08T03:47:58.847899+0000 mgr.a (mgr.14403) 25423 : audit 0 from='client.500340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:47:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:47:59 smithi135 bash[32435]: audit 2023-12-08T03:47:58.847899+0000 mgr.a (mgr.14403) 25423 : audit 0 from='client.500340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:00.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:47:59 smithi079 bash[28699]: audit 2023-12-08T03:47:58.847899+0000 mgr.a (mgr.14403) 25423 : audit 0 from='client.500340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:00 smithi194 bash[32038]: cluster 2023-12-08T03:47:59.284659+0000 mgr.a (mgr.14403) 25424 : cluster 0 pgmap v18987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:00 smithi135 bash[32435]: cluster 2023-12-08T03:47:59.284659+0000 mgr.a (mgr.14403) 25424 : cluster 0 pgmap v18987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:00 smithi079 bash[28699]: cluster 2023-12-08T03:47:59.284659+0000 mgr.a (mgr.14403) 25424 : cluster 0 pgmap v18987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:02 smithi194 bash[32038]: cluster 2023-12-08T03:48:01.285216+0000 mgr.a (mgr.14403) 25425 : cluster 0 pgmap v18988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:02 smithi135 bash[32435]: cluster 2023-12-08T03:48:01.285216+0000 mgr.a (mgr.14403) 25425 : cluster 0 pgmap v18988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:02 smithi079 bash[28699]: cluster 2023-12-08T03:48:01.285216+0000 mgr.a (mgr.14403) 25425 : cluster 0 pgmap v18988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:04.354 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:48:04.355 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:04.355 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:04 smithi194 bash[32038]: cluster 2023-12-08T03:48:03.285724+0000 mgr.a (mgr.14403) 25426 : cluster 0 pgmap v18989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:04 smithi135 bash[32435]: cluster 2023-12-08T03:48:03.285724+0000 mgr.a (mgr.14403) 25426 : cluster 0 pgmap v18989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:04 smithi079 bash[28699]: cluster 2023-12-08T03:48:03.285724+0000 mgr.a (mgr.14403) 25426 : cluster 0 pgmap v18989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:05.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:05.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:05.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:05.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:48:05.272 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:48:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:05 smithi194 bash[32038]: audit 2023-12-08T03:48:04.758644+0000 mgr.a (mgr.14403) 25427 : audit 0 from='client.500418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:05 smithi135 bash[32435]: audit 2023-12-08T03:48:04.758644+0000 mgr.a (mgr.14403) 25427 : audit 0 from='client.500418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:06.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:05 smithi079 bash[28699]: audit 2023-12-08T03:48:04.758644+0000 mgr.a (mgr.14403) 25427 : audit 0 from='client.500418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:06 smithi194 bash[32038]: cluster 2023-12-08T03:48:05.286794+0000 mgr.a (mgr.14403) 25428 : cluster 0 pgmap v18990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:06 smithi135 bash[32435]: cluster 2023-12-08T03:48:05.286794+0000 mgr.a (mgr.14403) 25428 : cluster 0 pgmap v18990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:06 smithi079 bash[28699]: cluster 2023-12-08T03:48:05.286794+0000 mgr.a (mgr.14403) 25428 : cluster 0 pgmap v18990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:08 smithi194 bash[32038]: cluster 2023-12-08T03:48:07.287429+0000 mgr.a (mgr.14403) 25429 : cluster 0 pgmap v18991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:08 smithi194 bash[32038]: audit 2023-12-08T03:48:08.661334+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:48:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:08 smithi135 bash[32435]: cluster 2023-12-08T03:48:07.287429+0000 mgr.a (mgr.14403) 25429 : cluster 0 pgmap v18991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:08 smithi135 bash[32435]: audit 2023-12-08T03:48:08.661334+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:48:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:08 smithi079 bash[28699]: cluster 2023-12-08T03:48:07.287429+0000 mgr.a (mgr.14403) 25429 : cluster 0 pgmap v18991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:08 smithi079 bash[28699]: audit 2023-12-08T03:48:08.661334+0000 mon.a (mon.0) 3953 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:48:10.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:48:10.275 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:10.275 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:10 smithi194 bash[32038]: cluster 2023-12-08T03:48:09.288096+0000 mgr.a (mgr.14403) 25430 : cluster 0 pgmap v18992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:10 smithi135 bash[32435]: cluster 2023-12-08T03:48:09.288096+0000 mgr.a (mgr.14403) 25430 : cluster 0 pgmap v18992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:10 smithi079 bash[28699]: cluster 2023-12-08T03:48:09.288096+0000 mgr.a (mgr.14403) 25430 : cluster 0 pgmap v18992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:11.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:11.191 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:11.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:11.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:48:11.192 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:48:12.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:11 smithi079 bash[28699]: audit 2023-12-08T03:48:10.677275+0000 mgr.a (mgr.14403) 25431 : audit 0 from='client.500496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:12.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:11 smithi194 bash[32038]: audit 2023-12-08T03:48:10.677275+0000 mgr.a (mgr.14403) 25431 : audit 0 from='client.500496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:12.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:11 smithi135 bash[32435]: audit 2023-12-08T03:48:10.677275+0000 mgr.a (mgr.14403) 25431 : audit 0 from='client.500496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:12 smithi079 bash[28699]: cluster 2023-12-08T03:48:11.288841+0000 mgr.a (mgr.14403) 25432 : cluster 0 pgmap v18993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:13.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:12 smithi194 bash[32038]: cluster 2023-12-08T03:48:11.288841+0000 mgr.a (mgr.14403) 25432 : cluster 0 pgmap v18993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:12 smithi135 bash[32435]: cluster 2023-12-08T03:48:11.288841+0000 mgr.a (mgr.14403) 25432 : cluster 0 pgmap v18993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:14 smithi079 bash[28699]: cluster 2023-12-08T03:48:13.289453+0000 mgr.a (mgr.14403) 25433 : cluster 0 pgmap v18994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:15.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:14 smithi194 bash[32038]: cluster 2023-12-08T03:48:13.289453+0000 mgr.a (mgr.14403) 25433 : cluster 0 pgmap v18994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:14 smithi135 bash[32435]: cluster 2023-12-08T03:48:13.289453+0000 mgr.a (mgr.14403) 25433 : cluster 0 pgmap v18994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:16.194 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:48:16.195 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:16.195 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:17.021 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:16 smithi135 bash[32435]: cluster 2023-12-08T03:48:15.290268+0000 mgr.a (mgr.14403) 25434 : cluster 0 pgmap v18995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:17.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:17.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:17.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:17.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:48:17.091 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:48:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:16 smithi079 bash[28699]: cluster 2023-12-08T03:48:15.290268+0000 mgr.a (mgr.14403) 25434 : cluster 0 pgmap v18995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:17.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:16 smithi194 bash[32038]: cluster 2023-12-08T03:48:15.290268+0000 mgr.a (mgr.14403) 25434 : cluster 0 pgmap v18995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:18.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:17 smithi079 bash[28699]: audit 2023-12-08T03:48:16.599136+0000 mgr.a (mgr.14403) 25435 : audit 0 from='client.500568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:18.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:17 smithi194 bash[32038]: audit 2023-12-08T03:48:16.599136+0000 mgr.a (mgr.14403) 25435 : audit 0 from='client.500568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:18.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:17 smithi135 bash[32435]: audit 2023-12-08T03:48:16.599136+0000 mgr.a (mgr.14403) 25435 : audit 0 from='client.500568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:18 smithi079 bash[28699]: cluster 2023-12-08T03:48:17.291011+0000 mgr.a (mgr.14403) 25436 : cluster 0 pgmap v18996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:19.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:18 smithi194 bash[32038]: cluster 2023-12-08T03:48:17.291011+0000 mgr.a (mgr.14403) 25436 : cluster 0 pgmap v18996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:19.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:18 smithi135 bash[32435]: cluster 2023-12-08T03:48:17.291011+0000 mgr.a (mgr.14403) 25436 : cluster 0 pgmap v18996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:20 smithi079 bash[28699]: cluster 2023-12-08T03:48:19.291879+0000 mgr.a (mgr.14403) 25437 : cluster 0 pgmap v18997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:20 smithi079 bash[28699]: audit 2023-12-08T03:48:19.471236+0000 mon.a (mon.0) 3954 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:48:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:20 smithi079 bash[28699]: audit 2023-12-08T03:48:19.479060+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:48:20.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:20 smithi079 bash[28699]: audit 2023-12-08T03:48:19.480693+0000 mon.a (mon.0) 3956 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:48:20.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:20 smithi079 bash[28699]: audit 2023-12-08T03:48:19.482342+0000 mon.a (mon.0) 3957 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:48:20.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:20 smithi079 bash[28699]: audit 2023-12-08T03:48:19.490789+0000 mon.a (mon.0) 3958 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:48:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:20 smithi194 bash[32038]: cluster 2023-12-08T03:48:19.291879+0000 mgr.a (mgr.14403) 25437 : cluster 0 pgmap v18997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:20 smithi194 bash[32038]: audit 2023-12-08T03:48:19.471236+0000 mon.a (mon.0) 3954 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:48:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:20 smithi194 bash[32038]: audit 2023-12-08T03:48:19.479060+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:48:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:20 smithi194 bash[32038]: audit 2023-12-08T03:48:19.480693+0000 mon.a (mon.0) 3956 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:48:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:20 smithi194 bash[32038]: audit 2023-12-08T03:48:19.482342+0000 mon.a (mon.0) 3957 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:48:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:20 smithi194 bash[32038]: audit 2023-12-08T03:48:19.490789+0000 mon.a (mon.0) 3958 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:48:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:20 smithi135 bash[32435]: cluster 2023-12-08T03:48:19.291879+0000 mgr.a (mgr.14403) 25437 : cluster 0 pgmap v18997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:20 smithi135 bash[32435]: audit 2023-12-08T03:48:19.471236+0000 mon.a (mon.0) 3954 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:48:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:20 smithi135 bash[32435]: audit 2023-12-08T03:48:19.479060+0000 mon.a (mon.0) 3955 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:48:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:20 smithi135 bash[32435]: audit 2023-12-08T03:48:19.480693+0000 mon.a (mon.0) 3956 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:48:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:20 smithi135 bash[32435]: audit 2023-12-08T03:48:19.482342+0000 mon.a (mon.0) 3957 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:48:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:20 smithi135 bash[32435]: audit 2023-12-08T03:48:19.490789+0000 mon.a (mon.0) 3958 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:48:22.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:48:22.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:22.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:22 smithi079 bash[28699]: cluster 2023-12-08T03:48:21.292444+0000 mgr.a (mgr.14403) 25438 : cluster 0 pgmap v18998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:22 smithi194 bash[32038]: cluster 2023-12-08T03:48:21.292444+0000 mgr.a (mgr.14403) 25438 : cluster 0 pgmap v18998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:22 smithi135 bash[32435]: cluster 2023-12-08T03:48:21.292444+0000 mgr.a (mgr.14403) 25438 : cluster 0 pgmap v18998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:23.025 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:48:23.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:23.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:23.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:23.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:48:23.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:23 smithi079 bash[28699]: audit 2023-12-08T03:48:22.500047+0000 mgr.a (mgr.14403) 25439 : audit 0 from='client.500643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:23.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:23 smithi194 bash[32038]: audit 2023-12-08T03:48:22.500047+0000 mgr.a (mgr.14403) 25439 : audit 0 from='client.500643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:23.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:23 smithi135 bash[32435]: audit 2023-12-08T03:48:22.500047+0000 mgr.a (mgr.14403) 25439 : audit 0 from='client.500643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:24 smithi079 bash[28699]: cluster 2023-12-08T03:48:23.293241+0000 mgr.a (mgr.14403) 25440 : cluster 0 pgmap v18999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:24 smithi194 bash[32038]: cluster 2023-12-08T03:48:23.293241+0000 mgr.a (mgr.14403) 25440 : cluster 0 pgmap v18999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:24 smithi135 bash[32435]: cluster 2023-12-08T03:48:23.293241+0000 mgr.a (mgr.14403) 25440 : cluster 0 pgmap v18999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:26 smithi079 bash[28699]: cluster 2023-12-08T03:48:25.294215+0000 mgr.a (mgr.14403) 25441 : cluster 0 pgmap v19000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:26 smithi194 bash[32038]: cluster 2023-12-08T03:48:25.294215+0000 mgr.a (mgr.14403) 25441 : cluster 0 pgmap v19000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:26 smithi135 bash[32435]: cluster 2023-12-08T03:48:25.294215+0000 mgr.a (mgr.14403) 25441 : cluster 0 pgmap v19000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:28.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:48:28.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:28.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:28 smithi079 bash[28699]: cluster 2023-12-08T03:48:27.294957+0000 mgr.a (mgr.14403) 25442 : cluster 0 pgmap v19001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:28.909 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:48:28.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:28.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:28.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:28.909 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:48:28.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:28 smithi194 bash[32038]: cluster 2023-12-08T03:48:27.294957+0000 mgr.a (mgr.14403) 25442 : cluster 0 pgmap v19001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:28 smithi135 bash[32435]: cluster 2023-12-08T03:48:27.294957+0000 mgr.a (mgr.14403) 25442 : cluster 0 pgmap v19001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:29.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:29 smithi079 bash[28699]: audit 2023-12-08T03:48:28.432923+0000 mgr.a (mgr.14403) 25443 : audit 0 from='client.500721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:29.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:29 smithi194 bash[32038]: audit 2023-12-08T03:48:28.432923+0000 mgr.a (mgr.14403) 25443 : audit 0 from='client.500721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:29.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:29 smithi135 bash[32435]: audit 2023-12-08T03:48:28.432923+0000 mgr.a (mgr.14403) 25443 : audit 0 from='client.500721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:30 smithi079 bash[28699]: cluster 2023-12-08T03:48:29.296040+0000 mgr.a (mgr.14403) 25444 : cluster 0 pgmap v19002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:30 smithi194 bash[32038]: cluster 2023-12-08T03:48:29.296040+0000 mgr.a (mgr.14403) 25444 : cluster 0 pgmap v19002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:30 smithi135 bash[32435]: cluster 2023-12-08T03:48:29.296040+0000 mgr.a (mgr.14403) 25444 : cluster 0 pgmap v19002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:32 smithi079 bash[28699]: cluster 2023-12-08T03:48:31.296619+0000 mgr.a (mgr.14403) 25445 : cluster 0 pgmap v19003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:32.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:32 smithi194 bash[32038]: cluster 2023-12-08T03:48:31.296619+0000 mgr.a (mgr.14403) 25445 : cluster 0 pgmap v19003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:32.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:32 smithi135 bash[32435]: cluster 2023-12-08T03:48:31.296619+0000 mgr.a (mgr.14403) 25445 : cluster 0 pgmap v19003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:33.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:48:33.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:33.913 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:34.837 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:48:34.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:34.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:34.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:34.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:48:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:34 smithi079 bash[28699]: cluster 2023-12-08T03:48:33.297293+0000 mgr.a (mgr.14403) 25446 : cluster 0 pgmap v19004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:34 smithi194 bash[32038]: cluster 2023-12-08T03:48:33.297293+0000 mgr.a (mgr.14403) 25446 : cluster 0 pgmap v19004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:34 smithi135 bash[32435]: cluster 2023-12-08T03:48:33.297293+0000 mgr.a (mgr.14403) 25446 : cluster 0 pgmap v19004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:35.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:35 smithi079 bash[28699]: audit 2023-12-08T03:48:34.320275+0000 mgr.a (mgr.14403) 25447 : audit 0 from='client.500799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:35.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:35 smithi194 bash[32038]: audit 2023-12-08T03:48:34.320275+0000 mgr.a (mgr.14403) 25447 : audit 0 from='client.500799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:35.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:35 smithi135 bash[32435]: audit 2023-12-08T03:48:34.320275+0000 mgr.a (mgr.14403) 25447 : audit 0 from='client.500799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:36 smithi079 bash[28699]: cluster 2023-12-08T03:48:35.298364+0000 mgr.a (mgr.14403) 25448 : cluster 0 pgmap v19005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:36.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:36 smithi194 bash[32038]: cluster 2023-12-08T03:48:35.298364+0000 mgr.a (mgr.14403) 25448 : cluster 0 pgmap v19005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:36 smithi135 bash[32435]: cluster 2023-12-08T03:48:35.298364+0000 mgr.a (mgr.14403) 25448 : cluster 0 pgmap v19005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:38 smithi079 bash[28699]: cluster 2023-12-08T03:48:37.299050+0000 mgr.a (mgr.14403) 25449 : cluster 0 pgmap v19006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:38 smithi194 bash[32038]: cluster 2023-12-08T03:48:37.299050+0000 mgr.a (mgr.14403) 25449 : cluster 0 pgmap v19006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:38 smithi135 bash[32435]: cluster 2023-12-08T03:48:37.299050+0000 mgr.a (mgr.14403) 25449 : cluster 0 pgmap v19006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:48:39.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:48:39.839 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:39.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:40.760 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:48:40.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:40.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:40.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:40.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:48:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:40 smithi079 bash[28699]: cluster 2023-12-08T03:48:39.299767+0000 mgr.a (mgr.14403) 25450 : cluster 0 pgmap v19007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:40 smithi194 bash[32038]: cluster 2023-12-08T03:48:39.299767+0000 mgr.a (mgr.14403) 25450 : cluster 0 pgmap v19007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:40.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:40 smithi135 bash[32435]: cluster 2023-12-08T03:48:39.299767+0000 mgr.a (mgr.14403) 25450 : cluster 0 pgmap v19007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:41.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:41 smithi079 bash[28699]: audit 2023-12-08T03:48:40.247830+0000 mgr.a (mgr.14403) 25451 : audit 0 from='client.500877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:41.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:41 smithi194 bash[32038]: audit 2023-12-08T03:48:40.247830+0000 mgr.a (mgr.14403) 25451 : audit 0 from='client.500877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:41.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:41 smithi135 bash[32435]: audit 2023-12-08T03:48:40.247830+0000 mgr.a (mgr.14403) 25451 : audit 0 from='client.500877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:42 smithi079 bash[28699]: cluster 2023-12-08T03:48:41.300388+0000 mgr.a (mgr.14403) 25452 : cluster 0 pgmap v19008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:42 smithi194 bash[32038]: cluster 2023-12-08T03:48:41.300388+0000 mgr.a (mgr.14403) 25452 : cluster 0 pgmap v19008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:42 smithi135 bash[32435]: cluster 2023-12-08T03:48:41.300388+0000 mgr.a (mgr.14403) 25452 : cluster 0 pgmap v19008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:44 smithi079 bash[28699]: cluster 2023-12-08T03:48:43.300949+0000 mgr.a (mgr.14403) 25453 : cluster 0 pgmap v19009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:44 smithi194 bash[32038]: cluster 2023-12-08T03:48:43.300949+0000 mgr.a (mgr.14403) 25453 : cluster 0 pgmap v19009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:44 smithi135 bash[32435]: cluster 2023-12-08T03:48:43.300949+0000 mgr.a (mgr.14403) 25453 : cluster 0 pgmap v19009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:45.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:48:45.762 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:45.763 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:46.684 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:48:46.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:46.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:46.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:46.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:48:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:46 smithi079 bash[28699]: cluster 2023-12-08T03:48:45.301737+0000 mgr.a (mgr.14403) 25454 : cluster 0 pgmap v19010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:46 smithi194 bash[32038]: cluster 2023-12-08T03:48:45.301737+0000 mgr.a (mgr.14403) 25454 : cluster 0 pgmap v19010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:46 smithi135 bash[32435]: cluster 2023-12-08T03:48:45.301737+0000 mgr.a (mgr.14403) 25454 : cluster 0 pgmap v19010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:47.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:47 smithi079 bash[28699]: audit 2023-12-08T03:48:46.171040+0000 mgr.a (mgr.14403) 25455 : audit 0 from='client.500955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:47.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:47 smithi194 bash[32038]: audit 2023-12-08T03:48:46.171040+0000 mgr.a (mgr.14403) 25455 : audit 0 from='client.500955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:47.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:47 smithi135 bash[32435]: audit 2023-12-08T03:48:46.171040+0000 mgr.a (mgr.14403) 25455 : audit 0 from='client.500955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:48 smithi079 bash[28699]: cluster 2023-12-08T03:48:47.302338+0000 mgr.a (mgr.14403) 25456 : cluster 0 pgmap v19011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:48 smithi194 bash[32038]: cluster 2023-12-08T03:48:47.302338+0000 mgr.a (mgr.14403) 25456 : cluster 0 pgmap v19011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:48 smithi135 bash[32435]: cluster 2023-12-08T03:48:47.302338+0000 mgr.a (mgr.14403) 25456 : cluster 0 pgmap v19011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:50 smithi079 bash[28699]: cluster 2023-12-08T03:48:49.303293+0000 mgr.a (mgr.14403) 25457 : cluster 0 pgmap v19012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:50 smithi194 bash[32038]: cluster 2023-12-08T03:48:49.303293+0000 mgr.a (mgr.14403) 25457 : cluster 0 pgmap v19012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:50 smithi135 bash[32435]: cluster 2023-12-08T03:48:49.303293+0000 mgr.a (mgr.14403) 25457 : cluster 0 pgmap v19012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:51.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:48:51.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:51.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:52.594 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:48:52.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:52.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:52.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:52.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:48:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:52 smithi079 bash[28699]: cluster 2023-12-08T03:48:51.303885+0000 mgr.a (mgr.14403) 25458 : cluster 0 pgmap v19013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:52 smithi194 bash[32038]: cluster 2023-12-08T03:48:51.303885+0000 mgr.a (mgr.14403) 25458 : cluster 0 pgmap v19013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:52 smithi135 bash[32435]: cluster 2023-12-08T03:48:51.303885+0000 mgr.a (mgr.14403) 25458 : cluster 0 pgmap v19013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:53.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:53 smithi079 bash[28699]: audit 2023-12-08T03:48:52.087884+0000 mgr.a (mgr.14403) 25459 : audit 0 from='client.501033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:53.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:53 smithi194 bash[32038]: audit 2023-12-08T03:48:52.087884+0000 mgr.a (mgr.14403) 25459 : audit 0 from='client.501033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:53.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:53 smithi135 bash[32435]: audit 2023-12-08T03:48:52.087884+0000 mgr.a (mgr.14403) 25459 : audit 0 from='client.501033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:54 smithi079 bash[28699]: cluster 2023-12-08T03:48:53.304685+0000 mgr.a (mgr.14403) 25460 : cluster 0 pgmap v19014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:54 smithi194 bash[32038]: cluster 2023-12-08T03:48:53.304685+0000 mgr.a (mgr.14403) 25460 : cluster 0 pgmap v19014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:54 smithi135 bash[32435]: cluster 2023-12-08T03:48:53.304685+0000 mgr.a (mgr.14403) 25460 : cluster 0 pgmap v19014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:56 smithi079 bash[28699]: cluster 2023-12-08T03:48:55.305578+0000 mgr.a (mgr.14403) 25461 : cluster 0 pgmap v19015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:56 smithi194 bash[32038]: cluster 2023-12-08T03:48:55.305578+0000 mgr.a (mgr.14403) 25461 : cluster 0 pgmap v19015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:56 smithi135 bash[32435]: cluster 2023-12-08T03:48:55.305578+0000 mgr.a (mgr.14403) 25461 : cluster 0 pgmap v19015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:48:57.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:48:57.598 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:48:57.598 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:48:58.542 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:48:58.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:48:58.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:48:58.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:48:58.542 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:48:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:58 smithi079 bash[28699]: cluster 2023-12-08T03:48:57.306139+0000 mgr.a (mgr.14403) 25462 : cluster 0 pgmap v19016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:58.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:58 smithi194 bash[32038]: cluster 2023-12-08T03:48:57.306139+0000 mgr.a (mgr.14403) 25462 : cluster 0 pgmap v19016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:58 smithi135 bash[32435]: cluster 2023-12-08T03:48:57.306139+0000 mgr.a (mgr.14403) 25462 : cluster 0 pgmap v19016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:48:59.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:48:59 smithi079 bash[28699]: audit 2023-12-08T03:48:58.007968+0000 mgr.a (mgr.14403) 25463 : audit 0 from='client.501105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:59.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:48:59 smithi194 bash[32038]: audit 2023-12-08T03:48:58.007968+0000 mgr.a (mgr.14403) 25463 : audit 0 from='client.501105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:48:59.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:48:59 smithi135 bash[32435]: audit 2023-12-08T03:48:58.007968+0000 mgr.a (mgr.14403) 25463 : audit 0 from='client.501105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:00 smithi079 bash[28699]: cluster 2023-12-08T03:48:59.307058+0000 mgr.a (mgr.14403) 25464 : cluster 0 pgmap v19017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:49:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:00 smithi194 bash[32038]: cluster 2023-12-08T03:48:59.307058+0000 mgr.a (mgr.14403) 25464 : cluster 0 pgmap v19017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:49:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:00 smithi135 bash[32435]: cluster 2023-12-08T03:48:59.307058+0000 mgr.a (mgr.14403) 25464 : cluster 0 pgmap v19017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:49:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:02 smithi079 bash[28699]: cluster 2023-12-08T03:49:01.307644+0000 mgr.a (mgr.14403) 25465 : cluster 0 pgmap v19018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:49:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:02 smithi194 bash[32038]: cluster 2023-12-08T03:49:01.307644+0000 mgr.a (mgr.14403) 25465 : cluster 0 pgmap v19018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:49:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:02 smithi135 bash[32435]: cluster 2023-12-08T03:49:01.307644+0000 mgr.a (mgr.14403) 25465 : cluster 0 pgmap v19018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:49:03.545 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:49:03.546 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:03.546 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:04.450 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:49:04.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:04.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:04.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:04.450 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:49:04.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:04 smithi079 bash[28699]: cluster 2023-12-08T03:49:03.308269+0000 mgr.a (mgr.14403) 25466 : cluster 0 pgmap v19019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:49:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:04 smithi194 bash[32038]: cluster 2023-12-08T03:49:03.308269+0000 mgr.a (mgr.14403) 25466 : cluster 0 pgmap v19019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:49:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:04 smithi135 bash[32435]: cluster 2023-12-08T03:49:03.308269+0000 mgr.a (mgr.14403) 25466 : cluster 0 pgmap v19019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:49:05.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:05 smithi079 bash[28699]: audit 2023-12-08T03:49:03.944850+0000 mgr.a (mgr.14403) 25467 : audit 0 from='client.501183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:05.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:05 smithi194 bash[32038]: audit 2023-12-08T03:49:03.944850+0000 mgr.a (mgr.14403) 25467 : audit 0 from='client.501183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:05.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:05 smithi135 bash[32435]: audit 2023-12-08T03:49:03.944850+0000 mgr.a (mgr.14403) 25467 : audit 0 from='client.501183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:06.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:06 smithi079 bash[28699]: cluster 2023-12-08T03:49:05.309186+0000 mgr.a (mgr.14403) 25468 : cluster 0 pgmap v19020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:06 smithi194 bash[32038]: cluster 2023-12-08T03:49:05.309186+0000 mgr.a (mgr.14403) 25468 : cluster 0 pgmap v19020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:06 smithi135 bash[32435]: cluster 2023-12-08T03:49:05.309186+0000 mgr.a (mgr.14403) 25468 : cluster 0 pgmap v19020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:08.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:08 smithi079 bash[28699]: cluster 2023-12-08T03:49:07.309742+0000 mgr.a (mgr.14403) 25469 : cluster 0 pgmap v19021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:08.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:08 smithi194 bash[32038]: cluster 2023-12-08T03:49:07.309742+0000 mgr.a (mgr.14403) 25469 : cluster 0 pgmap v19021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:08 smithi135 bash[32435]: cluster 2023-12-08T03:49:07.309742+0000 mgr.a (mgr.14403) 25469 : cluster 0 pgmap v19021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:09.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:49:09.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:09.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:10.346 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:49:10.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:10.346 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:10.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:10.347 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:49:10.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:10 smithi079 bash[28699]: cluster 2023-12-08T03:49:09.310505+0000 mgr.a (mgr.14403) 25470 : cluster 0 pgmap v19022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:10.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:10 smithi079 bash[28699]: audit 2023-12-08T03:49:09.857944+0000 mgr.a (mgr.14403) 25471 : audit 0 from='client.501258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:10 smithi194 bash[32038]: cluster 2023-12-08T03:49:09.310505+0000 mgr.a (mgr.14403) 25470 : cluster 0 pgmap v19022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:10 smithi194 bash[32038]: audit 2023-12-08T03:49:09.857944+0000 mgr.a (mgr.14403) 25471 : audit 0 from='client.501258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:10 smithi135 bash[32435]: cluster 2023-12-08T03:49:09.310505+0000 mgr.a (mgr.14403) 25470 : cluster 0 pgmap v19022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:10 smithi135 bash[32435]: audit 2023-12-08T03:49:09.857944+0000 mgr.a (mgr.14403) 25471 : audit 0 from='client.501258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:12 smithi079 bash[28699]: cluster 2023-12-08T03:49:11.311180+0000 mgr.a (mgr.14403) 25472 : cluster 0 pgmap v19023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:49:12.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:12 smithi194 bash[32038]: cluster 2023-12-08T03:49:11.311180+0000 mgr.a (mgr.14403) 25472 : cluster 0 pgmap v19023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:49:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:12 smithi135 bash[32435]: cluster 2023-12-08T03:49:11.311180+0000 mgr.a (mgr.14403) 25472 : cluster 0 pgmap v19023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:49:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:14 smithi194 bash[32038]: cluster 2023-12-08T03:49:13.311758+0000 mgr.a (mgr.14403) 25473 : cluster 0 pgmap v19024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:49:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:14 smithi135 bash[32435]: cluster 2023-12-08T03:49:13.311758+0000 mgr.a (mgr.14403) 25473 : cluster 0 pgmap v19024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:49:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:14 smithi079 bash[28699]: cluster 2023-12-08T03:49:13.311758+0000 mgr.a (mgr.14403) 25473 : cluster 0 pgmap v19024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:49:15.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:49:15.350 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:15.350 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:16.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:16.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:16.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:16.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:49:16.240 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:49:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:16 smithi194 bash[32038]: cluster 2023-12-08T03:49:15.312575+0000 mgr.a (mgr.14403) 25474 : cluster 0 pgmap v19025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:49:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:16 smithi194 bash[32038]: audit 2023-12-08T03:49:15.744830+0000 mgr.a (mgr.14403) 25475 : audit 0 from='client.501336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:16 smithi135 bash[32435]: cluster 2023-12-08T03:49:15.312575+0000 mgr.a (mgr.14403) 25474 : cluster 0 pgmap v19025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:49:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:16 smithi135 bash[32435]: audit 2023-12-08T03:49:15.744830+0000 mgr.a (mgr.14403) 25475 : audit 0 from='client.501336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:16 smithi079 bash[28699]: cluster 2023-12-08T03:49:15.312575+0000 mgr.a (mgr.14403) 25474 : cluster 0 pgmap v19025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:49:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:16 smithi079 bash[28699]: audit 2023-12-08T03:49:15.744830+0000 mgr.a (mgr.14403) 25475 : audit 0 from='client.501336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:18 smithi194 bash[32038]: cluster 2023-12-08T03:49:17.313206+0000 mgr.a (mgr.14403) 25476 : cluster 0 pgmap v19026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:18 smithi135 bash[32435]: cluster 2023-12-08T03:49:17.313206+0000 mgr.a (mgr.14403) 25476 : cluster 0 pgmap v19026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:18 smithi079 bash[28699]: cluster 2023-12-08T03:49:17.313206+0000 mgr.a (mgr.14403) 25476 : cluster 0 pgmap v19026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:19.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:19 smithi194 bash[32038]: audit 2023-12-08T03:49:19.594875+0000 mon.a (mon.0) 3959 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:49:19.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:19 smithi135 bash[32435]: audit 2023-12-08T03:49:19.594875+0000 mon.a (mon.0) 3959 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:49:20.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:19 smithi079 bash[28699]: audit 2023-12-08T03:49:19.594875+0000 mon.a (mon.0) 3959 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:49:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:20 smithi194 bash[32038]: cluster 2023-12-08T03:49:19.314050+0000 mgr.a (mgr.14403) 25477 : cluster 0 pgmap v19027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:20 smithi135 bash[32435]: cluster 2023-12-08T03:49:19.314050+0000 mgr.a (mgr.14403) 25477 : cluster 0 pgmap v19027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:20 smithi079 bash[28699]: cluster 2023-12-08T03:49:19.314050+0000 mgr.a (mgr.14403) 25477 : cluster 0 pgmap v19027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:21.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:49:21.243 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:21.243 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:22.175 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:49:22.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:22.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:22.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:22.176 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:49:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:22 smithi194 bash[32038]: cluster 2023-12-08T03:49:21.314611+0000 mgr.a (mgr.14403) 25478 : cluster 0 pgmap v19028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:22 smithi194 bash[32038]: audit 2023-12-08T03:49:21.647903+0000 mgr.a (mgr.14403) 25479 : audit 0 from='client.501408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:22 smithi135 bash[32435]: cluster 2023-12-08T03:49:21.314611+0000 mgr.a (mgr.14403) 25478 : cluster 0 pgmap v19028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:22 smithi135 bash[32435]: audit 2023-12-08T03:49:21.647903+0000 mgr.a (mgr.14403) 25479 : audit 0 from='client.501408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:22 smithi079 bash[28699]: cluster 2023-12-08T03:49:21.314611+0000 mgr.a (mgr.14403) 25478 : cluster 0 pgmap v19028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:22 smithi079 bash[28699]: audit 2023-12-08T03:49:21.647903+0000 mgr.a (mgr.14403) 25479 : audit 0 from='client.501408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:24 smithi194 bash[32038]: cluster 2023-12-08T03:49:23.315317+0000 mgr.a (mgr.14403) 25480 : cluster 0 pgmap v19029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:24 smithi135 bash[32435]: cluster 2023-12-08T03:49:23.315317+0000 mgr.a (mgr.14403) 25480 : cluster 0 pgmap v19029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:24 smithi079 bash[28699]: cluster 2023-12-08T03:49:23.315317+0000 mgr.a (mgr.14403) 25480 : cluster 0 pgmap v19029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:26 smithi194 bash[32038]: cluster 2023-12-08T03:49:25.316144+0000 mgr.a (mgr.14403) 25481 : cluster 0 pgmap v19030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:26 smithi135 bash[32435]: cluster 2023-12-08T03:49:25.316144+0000 mgr.a (mgr.14403) 25481 : cluster 0 pgmap v19030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:27.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:26 smithi079 bash[28699]: cluster 2023-12-08T03:49:25.316144+0000 mgr.a (mgr.14403) 25481 : cluster 0 pgmap v19030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:27.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:49:27.178 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:27.178 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:28.070 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:49:28.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:28.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:28.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:28.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:49:28.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:28 smithi194 bash[32038]: cluster 2023-12-08T03:49:27.316544+0000 mgr.a (mgr.14403) 25482 : cluster 0 pgmap v19031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:28.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:28 smithi194 bash[32038]: audit 2023-12-08T03:49:27.576967+0000 mgr.a (mgr.14403) 25483 : audit 0 from='client.501486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:28 smithi135 bash[32435]: cluster 2023-12-08T03:49:27.316544+0000 mgr.a (mgr.14403) 25482 : cluster 0 pgmap v19031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:28 smithi135 bash[32435]: audit 2023-12-08T03:49:27.576967+0000 mgr.a (mgr.14403) 25483 : audit 0 from='client.501486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:28 smithi079 bash[28699]: cluster 2023-12-08T03:49:27.316544+0000 mgr.a (mgr.14403) 25482 : cluster 0 pgmap v19031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:28 smithi079 bash[28699]: audit 2023-12-08T03:49:27.576967+0000 mgr.a (mgr.14403) 25483 : audit 0 from='client.501486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:30 smithi194 bash[32038]: cluster 2023-12-08T03:49:29.317392+0000 mgr.a (mgr.14403) 25484 : cluster 0 pgmap v19032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:30 smithi135 bash[32435]: cluster 2023-12-08T03:49:29.317392+0000 mgr.a (mgr.14403) 25484 : cluster 0 pgmap v19032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:31.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:30 smithi079 bash[28699]: cluster 2023-12-08T03:49:29.317392+0000 mgr.a (mgr.14403) 25484 : cluster 0 pgmap v19032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:32.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:31 smithi079 bash[28699]: audit 2023-12-08T03:49:30.798455+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:49:32.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:31 smithi079 bash[28699]: audit 2023-12-08T03:49:30.804068+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:49:32.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:31 smithi079 bash[28699]: audit 2023-12-08T03:49:30.805384+0000 mon.a (mon.0) 3962 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:49:32.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:31 smithi079 bash[28699]: audit 2023-12-08T03:49:30.806667+0000 mon.a (mon.0) 3963 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:49:32.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:31 smithi079 bash[28699]: audit 2023-12-08T03:49:30.813422+0000 mon.a (mon.0) 3964 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:49:32.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:31 smithi194 bash[32038]: audit 2023-12-08T03:49:30.798455+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:49:32.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:31 smithi194 bash[32038]: audit 2023-12-08T03:49:30.804068+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:49:32.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:31 smithi194 bash[32038]: audit 2023-12-08T03:49:30.805384+0000 mon.a (mon.0) 3962 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:49:32.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:31 smithi194 bash[32038]: audit 2023-12-08T03:49:30.806667+0000 mon.a (mon.0) 3963 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:49:32.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:31 smithi194 bash[32038]: audit 2023-12-08T03:49:30.813422+0000 mon.a (mon.0) 3964 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:49:32.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:31 smithi135 bash[32435]: audit 2023-12-08T03:49:30.798455+0000 mon.a (mon.0) 3960 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:49:32.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:31 smithi135 bash[32435]: audit 2023-12-08T03:49:30.804068+0000 mon.a (mon.0) 3961 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:49:32.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:31 smithi135 bash[32435]: audit 2023-12-08T03:49:30.805384+0000 mon.a (mon.0) 3962 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:49:32.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:31 smithi135 bash[32435]: audit 2023-12-08T03:49:30.806667+0000 mon.a (mon.0) 3963 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:49:32.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:31 smithi135 bash[32435]: audit 2023-12-08T03:49:30.813422+0000 mon.a (mon.0) 3964 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:49:33.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:49:33.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:33.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:32 smithi079 bash[28699]: cluster 2023-12-08T03:49:31.317953+0000 mgr.a (mgr.14403) 25485 : cluster 0 pgmap v19033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:33.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:32 smithi194 bash[32038]: cluster 2023-12-08T03:49:31.317953+0000 mgr.a (mgr.14403) 25485 : cluster 0 pgmap v19033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:32 smithi135 bash[32435]: cluster 2023-12-08T03:49:31.317953+0000 mgr.a (mgr.14403) 25485 : cluster 0 pgmap v19033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:33.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:33.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:33.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:33.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:49:33.968 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:49:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:34 smithi079 bash[28699]: cluster 2023-12-08T03:49:33.318621+0000 mgr.a (mgr.14403) 25486 : cluster 0 pgmap v19034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:34 smithi079 bash[28699]: audit 2023-12-08T03:49:33.471913+0000 mgr.a (mgr.14403) 25487 : audit 0 from='client.501561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:34 smithi194 bash[32038]: cluster 2023-12-08T03:49:33.318621+0000 mgr.a (mgr.14403) 25486 : cluster 0 pgmap v19034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:34 smithi194 bash[32038]: audit 2023-12-08T03:49:33.471913+0000 mgr.a (mgr.14403) 25487 : audit 0 from='client.501561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:34 smithi135 bash[32435]: cluster 2023-12-08T03:49:33.318621+0000 mgr.a (mgr.14403) 25486 : cluster 0 pgmap v19034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:34 smithi135 bash[32435]: audit 2023-12-08T03:49:33.471913+0000 mgr.a (mgr.14403) 25487 : audit 0 from='client.501561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:36 smithi079 bash[28699]: cluster 2023-12-08T03:49:35.319674+0000 mgr.a (mgr.14403) 25488 : cluster 0 pgmap v19035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:37.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:36 smithi194 bash[32038]: cluster 2023-12-08T03:49:35.319674+0000 mgr.a (mgr.14403) 25488 : cluster 0 pgmap v19035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:36 smithi135 bash[32435]: cluster 2023-12-08T03:49:35.319674+0000 mgr.a (mgr.14403) 25488 : cluster 0 pgmap v19035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:38.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:49:38.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:38.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:39.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:38 smithi079 bash[28699]: cluster 2023-12-08T03:49:37.320218+0000 mgr.a (mgr.14403) 25489 : cluster 0 pgmap v19036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:38 smithi194 bash[32038]: cluster 2023-12-08T03:49:37.320218+0000 mgr.a (mgr.14403) 25489 : cluster 0 pgmap v19036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:38 smithi135 bash[32435]: cluster 2023-12-08T03:49:37.320218+0000 mgr.a (mgr.14403) 25489 : cluster 0 pgmap v19036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:39.882 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:49:39.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:39.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:39.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:39.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:49:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:40 smithi079 bash[28699]: cluster 2023-12-08T03:49:39.320935+0000 mgr.a (mgr.14403) 25490 : cluster 0 pgmap v19037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:40 smithi079 bash[28699]: audit 2023-12-08T03:49:39.381551+0000 mgr.a (mgr.14403) 25491 : audit 0 from='client.501633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:40 smithi194 bash[32038]: cluster 2023-12-08T03:49:39.320935+0000 mgr.a (mgr.14403) 25490 : cluster 0 pgmap v19037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:40 smithi194 bash[32038]: audit 2023-12-08T03:49:39.381551+0000 mgr.a (mgr.14403) 25491 : audit 0 from='client.501633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:41.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:40 smithi135 bash[32435]: cluster 2023-12-08T03:49:39.320935+0000 mgr.a (mgr.14403) 25490 : cluster 0 pgmap v19037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:41.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:40 smithi135 bash[32435]: audit 2023-12-08T03:49:39.381551+0000 mgr.a (mgr.14403) 25491 : audit 0 from='client.501633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:42 smithi079 bash[28699]: cluster 2023-12-08T03:49:41.321582+0000 mgr.a (mgr.14403) 25492 : cluster 0 pgmap v19038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:43.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:42 smithi194 bash[32038]: cluster 2023-12-08T03:49:41.321582+0000 mgr.a (mgr.14403) 25492 : cluster 0 pgmap v19038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:42 smithi135 bash[32435]: cluster 2023-12-08T03:49:41.321582+0000 mgr.a (mgr.14403) 25492 : cluster 0 pgmap v19038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:44.886 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:49:44.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:44.886 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:44 smithi079 bash[28699]: cluster 2023-12-08T03:49:43.322132+0000 mgr.a (mgr.14403) 25493 : cluster 0 pgmap v19039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:44 smithi194 bash[32038]: cluster 2023-12-08T03:49:43.322132+0000 mgr.a (mgr.14403) 25493 : cluster 0 pgmap v19039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:44 smithi135 bash[32435]: cluster 2023-12-08T03:49:43.322132+0000 mgr.a (mgr.14403) 25493 : cluster 0 pgmap v19039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:49:45.807 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:49:45.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:45.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:45.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:45.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:49:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:46 smithi079 bash[28699]: audit 2023-12-08T03:49:45.292225+0000 mgr.a (mgr.14403) 25494 : audit 0 from='client.501711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:46 smithi079 bash[28699]: cluster 2023-12-08T03:49:45.323455+0000 mgr.a (mgr.14403) 25495 : cluster 0 pgmap v19040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:47.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:46 smithi194 bash[32038]: audit 2023-12-08T03:49:45.292225+0000 mgr.a (mgr.14403) 25494 : audit 0 from='client.501711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:46 smithi194 bash[32038]: cluster 2023-12-08T03:49:45.323455+0000 mgr.a (mgr.14403) 25495 : cluster 0 pgmap v19040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:46 smithi135 bash[32435]: audit 2023-12-08T03:49:45.292225+0000 mgr.a (mgr.14403) 25494 : audit 0 from='client.501711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:47.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:46 smithi135 bash[32435]: cluster 2023-12-08T03:49:45.323455+0000 mgr.a (mgr.14403) 25495 : cluster 0 pgmap v19040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:48 smithi079 bash[28699]: cluster 2023-12-08T03:49:47.324154+0000 mgr.a (mgr.14403) 25496 : cluster 0 pgmap v19041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:49.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:48 smithi194 bash[32038]: cluster 2023-12-08T03:49:47.324154+0000 mgr.a (mgr.14403) 25496 : cluster 0 pgmap v19041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:49.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:48 smithi135 bash[32435]: cluster 2023-12-08T03:49:47.324154+0000 mgr.a (mgr.14403) 25496 : cluster 0 pgmap v19041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:50.810 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:49:50.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:50.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:50 smithi079 bash[28699]: cluster 2023-12-08T03:49:49.324962+0000 mgr.a (mgr.14403) 25497 : cluster 0 pgmap v19042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:51.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:50 smithi194 bash[32038]: cluster 2023-12-08T03:49:49.324962+0000 mgr.a (mgr.14403) 25497 : cluster 0 pgmap v19042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:51.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:50 smithi135 bash[32435]: cluster 2023-12-08T03:49:49.324962+0000 mgr.a (mgr.14403) 25497 : cluster 0 pgmap v19042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:51.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:51.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:51.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:51.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:49:51.740 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:49:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:52 smithi079 bash[28699]: audit 2023-12-08T03:49:51.219939+0000 mgr.a (mgr.14403) 25498 : audit 0 from='client.501786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:53.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:52 smithi079 bash[28699]: cluster 2023-12-08T03:49:51.325581+0000 mgr.a (mgr.14403) 25499 : cluster 0 pgmap v19043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:52 smithi194 bash[32038]: audit 2023-12-08T03:49:51.219939+0000 mgr.a (mgr.14403) 25498 : audit 0 from='client.501786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:52 smithi194 bash[32038]: cluster 2023-12-08T03:49:51.325581+0000 mgr.a (mgr.14403) 25499 : cluster 0 pgmap v19043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:53.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:52 smithi135 bash[32435]: audit 2023-12-08T03:49:51.219939+0000 mgr.a (mgr.14403) 25498 : audit 0 from='client.501786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:53.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:52 smithi135 bash[32435]: cluster 2023-12-08T03:49:51.325581+0000 mgr.a (mgr.14403) 25499 : cluster 0 pgmap v19043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:54 smithi079 bash[28699]: cluster 2023-12-08T03:49:53.326367+0000 mgr.a (mgr.14403) 25500 : cluster 0 pgmap v19044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:55.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:54 smithi194 bash[32038]: cluster 2023-12-08T03:49:53.326367+0000 mgr.a (mgr.14403) 25500 : cluster 0 pgmap v19044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:54 smithi135 bash[32435]: cluster 2023-12-08T03:49:53.326367+0000 mgr.a (mgr.14403) 25500 : cluster 0 pgmap v19044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:56.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:49:56.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:49:56.746 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:49:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:56 smithi079 bash[28699]: cluster 2023-12-08T03:49:55.327237+0000 mgr.a (mgr.14403) 25501 : cluster 0 pgmap v19045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:56 smithi194 bash[32038]: cluster 2023-12-08T03:49:55.327237+0000 mgr.a (mgr.14403) 25501 : cluster 0 pgmap v19045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:57.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:56 smithi135 bash[32435]: cluster 2023-12-08T03:49:55.327237+0000 mgr.a (mgr.14403) 25501 : cluster 0 pgmap v19045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:49:57.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:49:57.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:49:57.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:49:57.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:49:57.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:49:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:58 smithi079 bash[28699]: audit 2023-12-08T03:49:57.147175+0000 mgr.a (mgr.14403) 25502 : audit 0 from='client.501864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:49:58 smithi079 bash[28699]: cluster 2023-12-08T03:49:57.327947+0000 mgr.a (mgr.14403) 25503 : cluster 0 pgmap v19046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:58 smithi194 bash[32038]: audit 2023-12-08T03:49:57.147175+0000 mgr.a (mgr.14403) 25502 : audit 0 from='client.501864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:49:58 smithi194 bash[32038]: cluster 2023-12-08T03:49:57.327947+0000 mgr.a (mgr.14403) 25503 : cluster 0 pgmap v19046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:49:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:58 smithi135 bash[32435]: audit 2023-12-08T03:49:57.147175+0000 mgr.a (mgr.14403) 25502 : audit 0 from='client.501864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:49:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:49:58 smithi135 bash[32435]: cluster 2023-12-08T03:49:57.327947+0000 mgr.a (mgr.14403) 25503 : cluster 0 pgmap v19046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:00 smithi079 bash[28699]: cluster 2023-12-08T03:49:59.328901+0000 mgr.a (mgr.14403) 25504 : cluster 0 pgmap v19047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:00 smithi079 bash[28699]: cluster 2023-12-08T03:50:00.000160+0000 mon.a (mon.0) 3965 : cluster 1 overall HEALTH_OK 2023-12-08T03:50:01.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:00 smithi194 bash[32038]: cluster 2023-12-08T03:49:59.328901+0000 mgr.a (mgr.14403) 25504 : cluster 0 pgmap v19047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:00 smithi194 bash[32038]: cluster 2023-12-08T03:50:00.000160+0000 mon.a (mon.0) 3965 : cluster 1 overall HEALTH_OK 2023-12-08T03:50:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:00 smithi135 bash[32435]: cluster 2023-12-08T03:49:59.328901+0000 mgr.a (mgr.14403) 25504 : cluster 0 pgmap v19047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:00 smithi135 bash[32435]: cluster 2023-12-08T03:50:00.000160+0000 mon.a (mon.0) 3965 : cluster 1 overall HEALTH_OK 2023-12-08T03:50:02.685 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:50:02.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:02.686 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:02 smithi079 bash[28699]: cluster 2023-12-08T03:50:01.329474+0000 mgr.a (mgr.14403) 25505 : cluster 0 pgmap v19048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:03.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:02 smithi194 bash[32038]: cluster 2023-12-08T03:50:01.329474+0000 mgr.a (mgr.14403) 25505 : cluster 0 pgmap v19048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:02 smithi135 bash[32435]: cluster 2023-12-08T03:50:01.329474+0000 mgr.a (mgr.14403) 25505 : cluster 0 pgmap v19048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:03.580 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:50:03.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:03.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:03.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:03.581 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:50:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:04 smithi079 bash[28699]: audit 2023-12-08T03:50:03.092086+0000 mgr.a (mgr.14403) 25506 : audit 0 from='client.501939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:04 smithi079 bash[28699]: cluster 2023-12-08T03:50:03.329943+0000 mgr.a (mgr.14403) 25507 : cluster 0 pgmap v19049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:05.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:04 smithi194 bash[32038]: audit 2023-12-08T03:50:03.092086+0000 mgr.a (mgr.14403) 25506 : audit 0 from='client.501939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:04 smithi194 bash[32038]: cluster 2023-12-08T03:50:03.329943+0000 mgr.a (mgr.14403) 25507 : cluster 0 pgmap v19049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:04 smithi135 bash[32435]: audit 2023-12-08T03:50:03.092086+0000 mgr.a (mgr.14403) 25506 : audit 0 from='client.501939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:05.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:04 smithi135 bash[32435]: cluster 2023-12-08T03:50:03.329943+0000 mgr.a (mgr.14403) 25507 : cluster 0 pgmap v19049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:06 smithi079 bash[28699]: cluster 2023-12-08T03:50:05.330725+0000 mgr.a (mgr.14403) 25508 : cluster 0 pgmap v19050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:50:07.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:06 smithi194 bash[32038]: cluster 2023-12-08T03:50:05.330725+0000 mgr.a (mgr.14403) 25508 : cluster 0 pgmap v19050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:50:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:06 smithi135 bash[32435]: cluster 2023-12-08T03:50:05.330725+0000 mgr.a (mgr.14403) 25508 : cluster 0 pgmap v19050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:50:08.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:50:08.584 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:08.584 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:09.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:08 smithi194 bash[32038]: cluster 2023-12-08T03:50:07.331349+0000 mgr.a (mgr.14403) 25509 : cluster 0 pgmap v19051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:50:09.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:08 smithi135 bash[32435]: cluster 2023-12-08T03:50:07.331349+0000 mgr.a (mgr.14403) 25509 : cluster 0 pgmap v19051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:50:09.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:08 smithi079 bash[28699]: cluster 2023-12-08T03:50:07.331349+0000 mgr.a (mgr.14403) 25509 : cluster 0 pgmap v19051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:50:09.476 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:50:09.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:09.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:09.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:09.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:50:10.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:09 smithi194 bash[32038]: audit 2023-12-08T03:50:08.981946+0000 mgr.a (mgr.14403) 25510 : audit 0 from='client.502017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:10.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:09 smithi194 bash[32038]: cluster 2023-12-08T03:50:09.332150+0000 mgr.a (mgr.14403) 25511 : cluster 0 pgmap v19052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:09 smithi135 bash[32435]: audit 2023-12-08T03:50:08.981946+0000 mgr.a (mgr.14403) 25510 : audit 0 from='client.502017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:10.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:09 smithi135 bash[32435]: cluster 2023-12-08T03:50:09.332150+0000 mgr.a (mgr.14403) 25511 : cluster 0 pgmap v19052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:09 smithi079 bash[28699]: audit 2023-12-08T03:50:08.981946+0000 mgr.a (mgr.14403) 25510 : audit 0 from='client.502017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:10.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:09 smithi079 bash[28699]: cluster 2023-12-08T03:50:09.332150+0000 mgr.a (mgr.14403) 25511 : cluster 0 pgmap v19052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:12.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:12 smithi079 bash[28699]: cluster 2023-12-08T03:50:11.332794+0000 mgr.a (mgr.14403) 25512 : cluster 0 pgmap v19053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:12 smithi194 bash[32038]: cluster 2023-12-08T03:50:11.332794+0000 mgr.a (mgr.14403) 25512 : cluster 0 pgmap v19053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:12 smithi135 bash[32435]: cluster 2023-12-08T03:50:11.332794+0000 mgr.a (mgr.14403) 25512 : cluster 0 pgmap v19053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:14.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:50:14.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:14.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:14.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:14 smithi079 bash[28699]: cluster 2023-12-08T03:50:13.333399+0000 mgr.a (mgr.14403) 25513 : cluster 0 pgmap v19054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:14 smithi194 bash[32038]: cluster 2023-12-08T03:50:13.333399+0000 mgr.a (mgr.14403) 25513 : cluster 0 pgmap v19054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:14 smithi135 bash[32435]: cluster 2023-12-08T03:50:13.333399+0000 mgr.a (mgr.14403) 25513 : cluster 0 pgmap v19054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:15.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:15.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:15.385 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:50:15.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:15.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:50:15.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:15 smithi079 bash[28699]: audit 2023-12-08T03:50:14.875914+0000 mgr.a (mgr.14403) 25514 : audit 0 from='client.502092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:15.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:15 smithi194 bash[32038]: audit 2023-12-08T03:50:14.875914+0000 mgr.a (mgr.14403) 25514 : audit 0 from='client.502092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:15.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:15 smithi135 bash[32435]: audit 2023-12-08T03:50:14.875914+0000 mgr.a (mgr.14403) 25514 : audit 0 from='client.502092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:16.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:16 smithi079 bash[28699]: cluster 2023-12-08T03:50:15.334305+0000 mgr.a (mgr.14403) 25515 : cluster 0 pgmap v19055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:16.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:16 smithi194 bash[32038]: cluster 2023-12-08T03:50:15.334305+0000 mgr.a (mgr.14403) 25515 : cluster 0 pgmap v19055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:16 smithi135 bash[32435]: cluster 2023-12-08T03:50:15.334305+0000 mgr.a (mgr.14403) 25515 : cluster 0 pgmap v19055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:18.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:18 smithi079 bash[28699]: cluster 2023-12-08T03:50:17.334861+0000 mgr.a (mgr.14403) 25516 : cluster 0 pgmap v19056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:50:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:18 smithi194 bash[32038]: cluster 2023-12-08T03:50:17.334861+0000 mgr.a (mgr.14403) 25516 : cluster 0 pgmap v19056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:50:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:18 smithi135 bash[32435]: cluster 2023-12-08T03:50:17.334861+0000 mgr.a (mgr.14403) 25516 : cluster 0 pgmap v19056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:50:20.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:50:20.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:20.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:20.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:20 smithi079 bash[28699]: cluster 2023-12-08T03:50:19.335659+0000 mgr.a (mgr.14403) 25517 : cluster 0 pgmap v19057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:50:20.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:20 smithi194 bash[32038]: cluster 2023-12-08T03:50:19.335659+0000 mgr.a (mgr.14403) 25517 : cluster 0 pgmap v19057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:50:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:20 smithi135 bash[32435]: cluster 2023-12-08T03:50:19.335659+0000 mgr.a (mgr.14403) 25517 : cluster 0 pgmap v19057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:50:21.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:21.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:21.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:21.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:50:21.301 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:50:21.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:21 smithi079 bash[28699]: audit 2023-12-08T03:50:20.791225+0000 mgr.a (mgr.14403) 25518 : audit 0 from='client.502167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:21.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:21 smithi194 bash[32038]: audit 2023-12-08T03:50:20.791225+0000 mgr.a (mgr.14403) 25518 : audit 0 from='client.502167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:21.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:21 smithi135 bash[32435]: audit 2023-12-08T03:50:20.791225+0000 mgr.a (mgr.14403) 25518 : audit 0 from='client.502167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:22.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:22 smithi079 bash[28699]: cluster 2023-12-08T03:50:21.336370+0000 mgr.a (mgr.14403) 25519 : cluster 0 pgmap v19058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:22 smithi194 bash[32038]: cluster 2023-12-08T03:50:21.336370+0000 mgr.a (mgr.14403) 25519 : cluster 0 pgmap v19058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:22 smithi135 bash[32435]: cluster 2023-12-08T03:50:21.336370+0000 mgr.a (mgr.14403) 25519 : cluster 0 pgmap v19058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:24.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:24 smithi079 bash[28699]: cluster 2023-12-08T03:50:23.337022+0000 mgr.a (mgr.14403) 25520 : cluster 0 pgmap v19059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:24 smithi194 bash[32038]: cluster 2023-12-08T03:50:23.337022+0000 mgr.a (mgr.14403) 25520 : cluster 0 pgmap v19059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:24 smithi135 bash[32435]: cluster 2023-12-08T03:50:23.337022+0000 mgr.a (mgr.14403) 25520 : cluster 0 pgmap v19059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:26.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:50:26.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:26.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:26.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:26 smithi079 bash[28699]: cluster 2023-12-08T03:50:25.337828+0000 mgr.a (mgr.14403) 25521 : cluster 0 pgmap v19060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:26.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:26 smithi194 bash[32038]: cluster 2023-12-08T03:50:25.337828+0000 mgr.a (mgr.14403) 25521 : cluster 0 pgmap v19060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:26 smithi135 bash[32435]: cluster 2023-12-08T03:50:25.337828+0000 mgr.a (mgr.14403) 25521 : cluster 0 pgmap v19060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:27.204 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:50:27.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:27.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:27.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:27.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:50:27.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:27 smithi079 bash[28699]: audit 2023-12-08T03:50:26.713321+0000 mgr.a (mgr.14403) 25522 : audit 0 from='client.502245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:27.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:27 smithi194 bash[32038]: audit 2023-12-08T03:50:26.713321+0000 mgr.a (mgr.14403) 25522 : audit 0 from='client.502245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:27.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:27 smithi135 bash[32435]: audit 2023-12-08T03:50:26.713321+0000 mgr.a (mgr.14403) 25522 : audit 0 from='client.502245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:28.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:28 smithi079 bash[28699]: cluster 2023-12-08T03:50:27.338623+0000 mgr.a (mgr.14403) 25523 : cluster 0 pgmap v19061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:28.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:28 smithi194 bash[32038]: cluster 2023-12-08T03:50:27.338623+0000 mgr.a (mgr.14403) 25523 : cluster 0 pgmap v19061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:28 smithi135 bash[32435]: cluster 2023-12-08T03:50:27.338623+0000 mgr.a (mgr.14403) 25523 : cluster 0 pgmap v19061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:30.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:30 smithi079 bash[28699]: cluster 2023-12-08T03:50:29.339484+0000 mgr.a (mgr.14403) 25524 : cluster 0 pgmap v19062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:30 smithi194 bash[32038]: cluster 2023-12-08T03:50:29.339484+0000 mgr.a (mgr.14403) 25524 : cluster 0 pgmap v19062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:30 smithi135 bash[32435]: cluster 2023-12-08T03:50:29.339484+0000 mgr.a (mgr.14403) 25524 : cluster 0 pgmap v19062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:31.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:31 smithi079 bash[28699]: audit 2023-12-08T03:50:30.917595+0000 mon.a (mon.0) 3966 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:50:31.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:31 smithi194 bash[32038]: audit 2023-12-08T03:50:30.917595+0000 mon.a (mon.0) 3966 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:50:31.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:31 smithi135 bash[32435]: audit 2023-12-08T03:50:30.917595+0000 mon.a (mon.0) 3966 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:50:32.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:50:32.208 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:32.208 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:32.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:32 smithi079 bash[28699]: cluster 2023-12-08T03:50:31.340022+0000 mgr.a (mgr.14403) 25525 : cluster 0 pgmap v19063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:32 smithi079 bash[28699]: audit 2023-12-08T03:50:32.076001+0000 mon.a (mon.0) 3967 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:32 smithi079 bash[28699]: audit 2023-12-08T03:50:32.081588+0000 mon.a (mon.0) 3968 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:32 smithi079 bash[28699]: audit 2023-12-08T03:50:32.085319+0000 mon.a (mon.0) 3969 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:32 smithi079 bash[28699]: audit 2023-12-08T03:50:32.091063+0000 mon.a (mon.0) 3970 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:32 smithi079 bash[28699]: audit 2023-12-08T03:50:32.120447+0000 mon.a (mon.0) 3971 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:32 smithi079 bash[28699]: audit 2023-12-08T03:50:32.127570+0000 mon.a (mon.0) 3972 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:32 smithi079 bash[28699]: audit 2023-12-08T03:50:32.128677+0000 mon.a (mon.0) 3973 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:50:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:32 smithi079 bash[28699]: audit 2023-12-08T03:50:32.129967+0000 mon.a (mon.0) 3974 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:50:32.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:32 smithi079 bash[28699]: audit 2023-12-08T03:50:32.136645+0000 mon.a (mon.0) 3975 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:32 smithi194 bash[32038]: cluster 2023-12-08T03:50:31.340022+0000 mgr.a (mgr.14403) 25525 : cluster 0 pgmap v19063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:32 smithi194 bash[32038]: audit 2023-12-08T03:50:32.076001+0000 mon.a (mon.0) 3967 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:32 smithi194 bash[32038]: audit 2023-12-08T03:50:32.081588+0000 mon.a (mon.0) 3968 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:32 smithi194 bash[32038]: audit 2023-12-08T03:50:32.085319+0000 mon.a (mon.0) 3969 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:32 smithi194 bash[32038]: audit 2023-12-08T03:50:32.091063+0000 mon.a (mon.0) 3970 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:32 smithi194 bash[32038]: audit 2023-12-08T03:50:32.120447+0000 mon.a (mon.0) 3971 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:32 smithi194 bash[32038]: audit 2023-12-08T03:50:32.127570+0000 mon.a (mon.0) 3972 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:32 smithi194 bash[32038]: audit 2023-12-08T03:50:32.128677+0000 mon.a (mon.0) 3973 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:50:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:32 smithi194 bash[32038]: audit 2023-12-08T03:50:32.129967+0000 mon.a (mon.0) 3974 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:50:32.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:32 smithi194 bash[32038]: audit 2023-12-08T03:50:32.136645+0000 mon.a (mon.0) 3975 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:32 smithi135 bash[32435]: cluster 2023-12-08T03:50:31.340022+0000 mgr.a (mgr.14403) 25525 : cluster 0 pgmap v19063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:32 smithi135 bash[32435]: audit 2023-12-08T03:50:32.076001+0000 mon.a (mon.0) 3967 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:32 smithi135 bash[32435]: audit 2023-12-08T03:50:32.081588+0000 mon.a (mon.0) 3968 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:32 smithi135 bash[32435]: audit 2023-12-08T03:50:32.085319+0000 mon.a (mon.0) 3969 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:32 smithi135 bash[32435]: audit 2023-12-08T03:50:32.091063+0000 mon.a (mon.0) 3970 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:32 smithi135 bash[32435]: audit 2023-12-08T03:50:32.120447+0000 mon.a (mon.0) 3971 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:32 smithi135 bash[32435]: audit 2023-12-08T03:50:32.127570+0000 mon.a (mon.0) 3972 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:32 smithi135 bash[32435]: audit 2023-12-08T03:50:32.128677+0000 mon.a (mon.0) 3973 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:50:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:32 smithi135 bash[32435]: audit 2023-12-08T03:50:32.129967+0000 mon.a (mon.0) 3974 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:50:32.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:32 smithi135 bash[32435]: audit 2023-12-08T03:50:32.136645+0000 mon.a (mon.0) 3975 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:50:33.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:33.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:33.087 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:50:33.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:33.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:50:33.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:33 smithi079 bash[28699]: audit 2023-12-08T03:50:32.591577+0000 mgr.a (mgr.14403) 25526 : audit 0 from='client.502323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:33.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:33 smithi194 bash[32038]: audit 2023-12-08T03:50:32.591577+0000 mgr.a (mgr.14403) 25526 : audit 0 from='client.502323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:33.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:33 smithi135 bash[32435]: audit 2023-12-08T03:50:32.591577+0000 mgr.a (mgr.14403) 25526 : audit 0 from='client.502323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:34.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:34 smithi079 bash[28699]: cluster 2023-12-08T03:50:33.340754+0000 mgr.a (mgr.14403) 25527 : cluster 0 pgmap v19064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:34.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:34 smithi194 bash[32038]: cluster 2023-12-08T03:50:33.340754+0000 mgr.a (mgr.14403) 25527 : cluster 0 pgmap v19064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:34.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:34 smithi135 bash[32435]: cluster 2023-12-08T03:50:33.340754+0000 mgr.a (mgr.14403) 25527 : cluster 0 pgmap v19064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:36.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:36 smithi079 bash[28699]: cluster 2023-12-08T03:50:35.341655+0000 mgr.a (mgr.14403) 25528 : cluster 0 pgmap v19065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:36.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:36 smithi194 bash[32038]: cluster 2023-12-08T03:50:35.341655+0000 mgr.a (mgr.14403) 25528 : cluster 0 pgmap v19065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:36.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:36 smithi135 bash[32435]: cluster 2023-12-08T03:50:35.341655+0000 mgr.a (mgr.14403) 25528 : cluster 0 pgmap v19065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:38.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:50:38.091 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:38.091 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:38.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:38 smithi079 bash[28699]: cluster 2023-12-08T03:50:37.342190+0000 mgr.a (mgr.14403) 25529 : cluster 0 pgmap v19066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:38.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:38 smithi194 bash[32038]: cluster 2023-12-08T03:50:37.342190+0000 mgr.a (mgr.14403) 25529 : cluster 0 pgmap v19066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:38.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:38 smithi135 bash[32435]: cluster 2023-12-08T03:50:37.342190+0000 mgr.a (mgr.14403) 25529 : cluster 0 pgmap v19066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:38.981 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:50:38.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:38.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:38.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:38.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:50:39.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:39 smithi079 bash[28699]: audit 2023-12-08T03:50:38.493041+0000 mgr.a (mgr.14403) 25530 : audit 0 from='client.502398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:39.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:39 smithi194 bash[32038]: audit 2023-12-08T03:50:38.493041+0000 mgr.a (mgr.14403) 25530 : audit 0 from='client.502398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:39.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:39 smithi135 bash[32435]: audit 2023-12-08T03:50:38.493041+0000 mgr.a (mgr.14403) 25530 : audit 0 from='client.502398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:40 smithi079 bash[28699]: cluster 2023-12-08T03:50:39.343322+0000 mgr.a (mgr.14403) 25531 : cluster 0 pgmap v19067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:40.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:40 smithi194 bash[32038]: cluster 2023-12-08T03:50:39.343322+0000 mgr.a (mgr.14403) 25531 : cluster 0 pgmap v19067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:40 smithi135 bash[32435]: cluster 2023-12-08T03:50:39.343322+0000 mgr.a (mgr.14403) 25531 : cluster 0 pgmap v19067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:42 smithi079 bash[28699]: cluster 2023-12-08T03:50:41.343867+0000 mgr.a (mgr.14403) 25532 : cluster 0 pgmap v19068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:42 smithi194 bash[32038]: cluster 2023-12-08T03:50:41.343867+0000 mgr.a (mgr.14403) 25532 : cluster 0 pgmap v19068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:42 smithi135 bash[32435]: cluster 2023-12-08T03:50:41.343867+0000 mgr.a (mgr.14403) 25532 : cluster 0 pgmap v19068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:43.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:50:43.985 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:43.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:44 smithi079 bash[28699]: cluster 2023-12-08T03:50:43.344461+0000 mgr.a (mgr.14403) 25533 : cluster 0 pgmap v19069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:44.898 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:50:44.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:44.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:44.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:44.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:50:44.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:44 smithi194 bash[32038]: cluster 2023-12-08T03:50:43.344461+0000 mgr.a (mgr.14403) 25533 : cluster 0 pgmap v19069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:44 smithi135 bash[32435]: cluster 2023-12-08T03:50:43.344461+0000 mgr.a (mgr.14403) 25533 : cluster 0 pgmap v19069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:45.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:45 smithi079 bash[28699]: audit 2023-12-08T03:50:44.393033+0000 mgr.a (mgr.14403) 25534 : audit 0 from='client.502473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:45.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:45 smithi194 bash[32038]: audit 2023-12-08T03:50:44.393033+0000 mgr.a (mgr.14403) 25534 : audit 0 from='client.502473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:45.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:45 smithi135 bash[32435]: audit 2023-12-08T03:50:44.393033+0000 mgr.a (mgr.14403) 25534 : audit 0 from='client.502473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:46 smithi079 bash[28699]: cluster 2023-12-08T03:50:45.345684+0000 mgr.a (mgr.14403) 25535 : cluster 0 pgmap v19070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:46 smithi194 bash[32038]: cluster 2023-12-08T03:50:45.345684+0000 mgr.a (mgr.14403) 25535 : cluster 0 pgmap v19070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:46 smithi135 bash[32435]: cluster 2023-12-08T03:50:45.345684+0000 mgr.a (mgr.14403) 25535 : cluster 0 pgmap v19070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:48 smithi079 bash[28699]: cluster 2023-12-08T03:50:47.346293+0000 mgr.a (mgr.14403) 25536 : cluster 0 pgmap v19071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:48 smithi194 bash[32038]: cluster 2023-12-08T03:50:47.346293+0000 mgr.a (mgr.14403) 25536 : cluster 0 pgmap v19071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:48 smithi135 bash[32435]: cluster 2023-12-08T03:50:47.346293+0000 mgr.a (mgr.14403) 25536 : cluster 0 pgmap v19071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:50:49.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:50:49.901 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:49.901 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:50.826 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:50:50.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:50.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:50.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:50.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:50:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:50 smithi079 bash[28699]: cluster 2023-12-08T03:50:49.347239+0000 mgr.a (mgr.14403) 25537 : cluster 0 pgmap v19072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:50 smithi194 bash[32038]: cluster 2023-12-08T03:50:49.347239+0000 mgr.a (mgr.14403) 25537 : cluster 0 pgmap v19072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:50.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:50 smithi135 bash[32435]: cluster 2023-12-08T03:50:49.347239+0000 mgr.a (mgr.14403) 25537 : cluster 0 pgmap v19072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:51.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:51 smithi079 bash[28699]: audit 2023-12-08T03:50:50.306706+0000 mgr.a (mgr.14403) 25538 : audit 0 from='client.502551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:51.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:51 smithi194 bash[32038]: audit 2023-12-08T03:50:50.306706+0000 mgr.a (mgr.14403) 25538 : audit 0 from='client.502551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:51.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:51 smithi135 bash[32435]: audit 2023-12-08T03:50:50.306706+0000 mgr.a (mgr.14403) 25538 : audit 0 from='client.502551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:52 smithi079 bash[28699]: cluster 2023-12-08T03:50:51.347948+0000 mgr.a (mgr.14403) 25539 : cluster 0 pgmap v19073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:52.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:52 smithi194 bash[32038]: cluster 2023-12-08T03:50:51.347948+0000 mgr.a (mgr.14403) 25539 : cluster 0 pgmap v19073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:52 smithi135 bash[32435]: cluster 2023-12-08T03:50:51.347948+0000 mgr.a (mgr.14403) 25539 : cluster 0 pgmap v19073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:54 smithi194 bash[32038]: cluster 2023-12-08T03:50:53.348540+0000 mgr.a (mgr.14403) 25540 : cluster 0 pgmap v19074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:54 smithi135 bash[32435]: cluster 2023-12-08T03:50:53.348540+0000 mgr.a (mgr.14403) 25540 : cluster 0 pgmap v19074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:54 smithi079 bash[28699]: cluster 2023-12-08T03:50:53.348540+0000 mgr.a (mgr.14403) 25540 : cluster 0 pgmap v19074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:55.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:50:55.829 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:50:55.829 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:50:56.752 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:50:56.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:50:56.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:50:56.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:50:56.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:50:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:56 smithi194 bash[32038]: cluster 2023-12-08T03:50:55.349332+0000 mgr.a (mgr.14403) 25541 : cluster 0 pgmap v19075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:56 smithi135 bash[32435]: cluster 2023-12-08T03:50:55.349332+0000 mgr.a (mgr.14403) 25541 : cluster 0 pgmap v19075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:56 smithi079 bash[28699]: cluster 2023-12-08T03:50:55.349332+0000 mgr.a (mgr.14403) 25541 : cluster 0 pgmap v19075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:50:57.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:57 smithi194 bash[32038]: audit 2023-12-08T03:50:56.235770+0000 mgr.a (mgr.14403) 25542 : audit 0 from='client.502626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:57.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:57 smithi135 bash[32435]: audit 2023-12-08T03:50:56.235770+0000 mgr.a (mgr.14403) 25542 : audit 0 from='client.502626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:58.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:57 smithi079 bash[28699]: audit 2023-12-08T03:50:56.235770+0000 mgr.a (mgr.14403) 25542 : audit 0 from='client.502626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:50:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:50:58 smithi194 bash[32038]: cluster 2023-12-08T03:50:57.350033+0000 mgr.a (mgr.14403) 25543 : cluster 0 pgmap v19076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:50:58 smithi135 bash[32435]: cluster 2023-12-08T03:50:57.350033+0000 mgr.a (mgr.14403) 25543 : cluster 0 pgmap v19076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:50:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:50:58 smithi079 bash[28699]: cluster 2023-12-08T03:50:57.350033+0000 mgr.a (mgr.14403) 25543 : cluster 0 pgmap v19076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:00.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:00 smithi194 bash[32038]: cluster 2023-12-08T03:50:59.350883+0000 mgr.a (mgr.14403) 25544 : cluster 0 pgmap v19077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:00 smithi135 bash[32435]: cluster 2023-12-08T03:50:59.350883+0000 mgr.a (mgr.14403) 25544 : cluster 0 pgmap v19077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:00 smithi079 bash[28699]: cluster 2023-12-08T03:50:59.350883+0000 mgr.a (mgr.14403) 25544 : cluster 0 pgmap v19077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:01.755 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:51:01.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:01.756 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:02.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:02.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:02.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:02.664 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:51:02.665 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:51:02.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:02 smithi194 bash[32038]: cluster 2023-12-08T03:51:01.351442+0000 mgr.a (mgr.14403) 25545 : cluster 0 pgmap v19078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:02 smithi135 bash[32435]: cluster 2023-12-08T03:51:01.351442+0000 mgr.a (mgr.14403) 25545 : cluster 0 pgmap v19078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:02 smithi079 bash[28699]: cluster 2023-12-08T03:51:01.351442+0000 mgr.a (mgr.14403) 25545 : cluster 0 pgmap v19078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:03.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:03 smithi194 bash[32038]: audit 2023-12-08T03:51:02.159638+0000 mgr.a (mgr.14403) 25546 : audit 0 from='client.502704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:03.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:03 smithi135 bash[32435]: audit 2023-12-08T03:51:02.159638+0000 mgr.a (mgr.14403) 25546 : audit 0 from='client.502704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:04.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:03 smithi079 bash[28699]: audit 2023-12-08T03:51:02.159638+0000 mgr.a (mgr.14403) 25546 : audit 0 from='client.502704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:04 smithi194 bash[32038]: cluster 2023-12-08T03:51:03.352173+0000 mgr.a (mgr.14403) 25547 : cluster 0 pgmap v19079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:04 smithi135 bash[32435]: cluster 2023-12-08T03:51:03.352173+0000 mgr.a (mgr.14403) 25547 : cluster 0 pgmap v19079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:04 smithi079 bash[28699]: cluster 2023-12-08T03:51:03.352173+0000 mgr.a (mgr.14403) 25547 : cluster 0 pgmap v19079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:06 smithi194 bash[32038]: cluster 2023-12-08T03:51:05.353113+0000 mgr.a (mgr.14403) 25548 : cluster 0 pgmap v19080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:06.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:06 smithi135 bash[32435]: cluster 2023-12-08T03:51:05.353113+0000 mgr.a (mgr.14403) 25548 : cluster 0 pgmap v19080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:06 smithi079 bash[28699]: cluster 2023-12-08T03:51:05.353113+0000 mgr.a (mgr.14403) 25548 : cluster 0 pgmap v19080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:07.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:51:07.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:07.670 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:08.588 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:51:08.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:08.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:08.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:08.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:51:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:08 smithi194 bash[32038]: cluster 2023-12-08T03:51:07.353849+0000 mgr.a (mgr.14403) 25549 : cluster 0 pgmap v19081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:08.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:08 smithi135 bash[32435]: cluster 2023-12-08T03:51:07.353849+0000 mgr.a (mgr.14403) 25549 : cluster 0 pgmap v19081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:08 smithi079 bash[28699]: cluster 2023-12-08T03:51:07.353849+0000 mgr.a (mgr.14403) 25549 : cluster 0 pgmap v19081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:09.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:09 smithi194 bash[32038]: audit 2023-12-08T03:51:08.080332+0000 mgr.a (mgr.14403) 25550 : audit 0 from='client.502782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:09.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:09 smithi135 bash[32435]: audit 2023-12-08T03:51:08.080332+0000 mgr.a (mgr.14403) 25550 : audit 0 from='client.502782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:10.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:09 smithi079 bash[28699]: audit 2023-12-08T03:51:08.080332+0000 mgr.a (mgr.14403) 25550 : audit 0 from='client.502782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:10 smithi194 bash[32038]: cluster 2023-12-08T03:51:09.354802+0000 mgr.a (mgr.14403) 25551 : cluster 0 pgmap v19082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:51:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:10 smithi135 bash[32435]: cluster 2023-12-08T03:51:09.354802+0000 mgr.a (mgr.14403) 25551 : cluster 0 pgmap v19082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:51:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:10 smithi079 bash[28699]: cluster 2023-12-08T03:51:09.354802+0000 mgr.a (mgr.14403) 25551 : cluster 0 pgmap v19082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:51:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:12 smithi194 bash[32038]: cluster 2023-12-08T03:51:11.355308+0000 mgr.a (mgr.14403) 25552 : cluster 0 pgmap v19083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:51:12.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:12 smithi135 bash[32435]: cluster 2023-12-08T03:51:11.355308+0000 mgr.a (mgr.14403) 25552 : cluster 0 pgmap v19083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:51:13.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:12 smithi079 bash[28699]: cluster 2023-12-08T03:51:11.355308+0000 mgr.a (mgr.14403) 25552 : cluster 0 pgmap v19083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:51:13.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:51:13.590 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:13.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:14.478 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:51:14.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:14.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:14.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:14.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:51:14.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:14 smithi194 bash[32038]: cluster 2023-12-08T03:51:13.355884+0000 mgr.a (mgr.14403) 25553 : cluster 0 pgmap v19084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:51:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:14 smithi135 bash[32435]: cluster 2023-12-08T03:51:13.355884+0000 mgr.a (mgr.14403) 25553 : cluster 0 pgmap v19084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:51:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:14 smithi079 bash[28699]: cluster 2023-12-08T03:51:13.355884+0000 mgr.a (mgr.14403) 25553 : cluster 0 pgmap v19084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:51:16.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:15 smithi079 bash[28699]: audit 2023-12-08T03:51:13.985823+0000 mgr.a (mgr.14403) 25554 : audit 0 from='client.502854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:16.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:15 smithi194 bash[32038]: audit 2023-12-08T03:51:13.985823+0000 mgr.a (mgr.14403) 25554 : audit 0 from='client.502854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:16.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:15 smithi135 bash[32435]: audit 2023-12-08T03:51:13.985823+0000 mgr.a (mgr.14403) 25554 : audit 0 from='client.502854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:16 smithi079 bash[28699]: cluster 2023-12-08T03:51:15.356944+0000 mgr.a (mgr.14403) 25555 : cluster 0 pgmap v19085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:16 smithi194 bash[32038]: cluster 2023-12-08T03:51:15.356944+0000 mgr.a (mgr.14403) 25555 : cluster 0 pgmap v19085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:17.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:16 smithi135 bash[32435]: cluster 2023-12-08T03:51:15.356944+0000 mgr.a (mgr.14403) 25555 : cluster 0 pgmap v19085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:18 smithi079 bash[28699]: cluster 2023-12-08T03:51:17.357519+0000 mgr.a (mgr.14403) 25556 : cluster 0 pgmap v19086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:19.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:18 smithi194 bash[32038]: cluster 2023-12-08T03:51:17.357519+0000 mgr.a (mgr.14403) 25556 : cluster 0 pgmap v19086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:19.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:18 smithi135 bash[32435]: cluster 2023-12-08T03:51:17.357519+0000 mgr.a (mgr.14403) 25556 : cluster 0 pgmap v19086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:19.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:51:19.480 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:19.481 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:20.385 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:51:20.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:20.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:20.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:20.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:51:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:20 smithi079 bash[28699]: cluster 2023-12-08T03:51:19.358291+0000 mgr.a (mgr.14403) 25557 : cluster 0 pgmap v19087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:20 smithi079 bash[28699]: audit 2023-12-08T03:51:19.885036+0000 mgr.a (mgr.14403) 25558 : audit 0 from='client.502929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:20 smithi194 bash[32038]: cluster 2023-12-08T03:51:19.358291+0000 mgr.a (mgr.14403) 25557 : cluster 0 pgmap v19087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:20 smithi194 bash[32038]: audit 2023-12-08T03:51:19.885036+0000 mgr.a (mgr.14403) 25558 : audit 0 from='client.502929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:21.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:20 smithi135 bash[32435]: cluster 2023-12-08T03:51:19.358291+0000 mgr.a (mgr.14403) 25557 : cluster 0 pgmap v19087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:21.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:20 smithi135 bash[32435]: audit 2023-12-08T03:51:19.885036+0000 mgr.a (mgr.14403) 25558 : audit 0 from='client.502929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:22 smithi079 bash[28699]: cluster 2023-12-08T03:51:21.359028+0000 mgr.a (mgr.14403) 25559 : cluster 0 pgmap v19088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:51:23.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:22 smithi194 bash[32038]: cluster 2023-12-08T03:51:21.359028+0000 mgr.a (mgr.14403) 25559 : cluster 0 pgmap v19088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:51:23.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:22 smithi135 bash[32435]: cluster 2023-12-08T03:51:21.359028+0000 mgr.a (mgr.14403) 25559 : cluster 0 pgmap v19088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:51:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:24 smithi079 bash[28699]: cluster 2023-12-08T03:51:23.359554+0000 mgr.a (mgr.14403) 25560 : cluster 0 pgmap v19089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:51:25.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:24 smithi194 bash[32038]: cluster 2023-12-08T03:51:23.359554+0000 mgr.a (mgr.14403) 25560 : cluster 0 pgmap v19089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:51:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:24 smithi135 bash[32435]: cluster 2023-12-08T03:51:23.359554+0000 mgr.a (mgr.14403) 25560 : cluster 0 pgmap v19089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:51:25.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:51:25.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:25.389 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:26.284 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:51:26.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:26.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:26.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:26.285 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:51:27.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:26 smithi079 bash[28699]: cluster 2023-12-08T03:51:25.360371+0000 mgr.a (mgr.14403) 25561 : cluster 0 pgmap v19090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:51:27.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:26 smithi079 bash[28699]: audit 2023-12-08T03:51:25.790894+0000 mgr.a (mgr.14403) 25562 : audit 0 from='client.503004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:26 smithi194 bash[32038]: cluster 2023-12-08T03:51:25.360371+0000 mgr.a (mgr.14403) 25561 : cluster 0 pgmap v19090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:51:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:26 smithi194 bash[32038]: audit 2023-12-08T03:51:25.790894+0000 mgr.a (mgr.14403) 25562 : audit 0 from='client.503004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:26 smithi135 bash[32435]: cluster 2023-12-08T03:51:25.360371+0000 mgr.a (mgr.14403) 25561 : cluster 0 pgmap v19090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:51:27.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:26 smithi135 bash[32435]: audit 2023-12-08T03:51:25.790894+0000 mgr.a (mgr.14403) 25562 : audit 0 from='client.503004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:28 smithi079 bash[28699]: cluster 2023-12-08T03:51:27.361147+0000 mgr.a (mgr.14403) 25563 : cluster 0 pgmap v19091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:28 smithi194 bash[32038]: cluster 2023-12-08T03:51:27.361147+0000 mgr.a (mgr.14403) 25563 : cluster 0 pgmap v19091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:29.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:28 smithi135 bash[32435]: cluster 2023-12-08T03:51:27.361147+0000 mgr.a (mgr.14403) 25563 : cluster 0 pgmap v19091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:31.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:30 smithi079 bash[28699]: cluster 2023-12-08T03:51:29.362165+0000 mgr.a (mgr.14403) 25564 : cluster 0 pgmap v19092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:31.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:30 smithi194 bash[32038]: cluster 2023-12-08T03:51:29.362165+0000 mgr.a (mgr.14403) 25564 : cluster 0 pgmap v19092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:31.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:30 smithi135 bash[32435]: cluster 2023-12-08T03:51:29.362165+0000 mgr.a (mgr.14403) 25564 : cluster 0 pgmap v19092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:31.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:51:31.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:31.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:32.180 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:51:32.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:32.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:32.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:32.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:51:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:32 smithi079 bash[28699]: cluster 2023-12-08T03:51:31.362838+0000 mgr.a (mgr.14403) 25565 : cluster 0 pgmap v19093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:32 smithi079 bash[28699]: audit 2023-12-08T03:51:31.697756+0000 mgr.a (mgr.14403) 25566 : audit 0 from='client.503082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:32 smithi079 bash[28699]: audit 2023-12-08T03:51:32.241269+0000 mon.a (mon.0) 3976 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:51:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:32 smithi194 bash[32038]: cluster 2023-12-08T03:51:31.362838+0000 mgr.a (mgr.14403) 25565 : cluster 0 pgmap v19093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:32 smithi194 bash[32038]: audit 2023-12-08T03:51:31.697756+0000 mgr.a (mgr.14403) 25566 : audit 0 from='client.503082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:32 smithi194 bash[32038]: audit 2023-12-08T03:51:32.241269+0000 mon.a (mon.0) 3976 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:51:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:32 smithi135 bash[32435]: cluster 2023-12-08T03:51:31.362838+0000 mgr.a (mgr.14403) 25565 : cluster 0 pgmap v19093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:32 smithi135 bash[32435]: audit 2023-12-08T03:51:31.697756+0000 mgr.a (mgr.14403) 25566 : audit 0 from='client.503082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:33.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:32 smithi135 bash[32435]: audit 2023-12-08T03:51:32.241269+0000 mon.a (mon.0) 3976 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:51:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:34 smithi079 bash[28699]: cluster 2023-12-08T03:51:33.363474+0000 mgr.a (mgr.14403) 25567 : cluster 0 pgmap v19094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:34 smithi194 bash[32038]: cluster 2023-12-08T03:51:33.363474+0000 mgr.a (mgr.14403) 25567 : cluster 0 pgmap v19094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:34 smithi135 bash[32435]: cluster 2023-12-08T03:51:33.363474+0000 mgr.a (mgr.14403) 25567 : cluster 0 pgmap v19094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:36 smithi079 bash[28699]: cluster 2023-12-08T03:51:35.364324+0000 mgr.a (mgr.14403) 25568 : cluster 0 pgmap v19095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:37.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:51:37.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:37.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:37.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:36 smithi194 bash[32038]: cluster 2023-12-08T03:51:35.364324+0000 mgr.a (mgr.14403) 25568 : cluster 0 pgmap v19095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:37.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:36 smithi135 bash[32435]: cluster 2023-12-08T03:51:35.364324+0000 mgr.a (mgr.14403) 25568 : cluster 0 pgmap v19095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:38.097 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:51:38.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:38.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:38.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:38.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:51:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:38 smithi079 bash[28699]: cluster 2023-12-08T03:51:37.364751+0000 mgr.a (mgr.14403) 25569 : cluster 0 pgmap v19096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:38 smithi079 bash[28699]: audit 2023-12-08T03:51:37.584154+0000 mon.a (mon.0) 3977 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:38 smithi079 bash[28699]: audit 2023-12-08T03:51:37.589142+0000 mon.a (mon.0) 3978 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:38 smithi079 bash[28699]: audit 2023-12-08T03:51:37.593473+0000 mon.a (mon.0) 3979 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:38 smithi079 bash[28699]: audit 2023-12-08T03:51:37.597744+0000 mon.a (mon.0) 3980 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:38 smithi079 bash[28699]: audit 2023-12-08T03:51:37.601726+0000 mon.a (mon.0) 3981 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:38 smithi079 bash[28699]: audit 2023-12-08T03:51:37.605932+0000 mon.a (mon.0) 3982 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:38 smithi079 bash[28699]: audit 2023-12-08T03:51:37.624817+0000 mgr.a (mgr.14403) 25570 : audit 0 from='client.503160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:38 smithi079 bash[28699]: audit 2023-12-08T03:51:38.358404+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:51:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:38 smithi079 bash[28699]: audit 2023-12-08T03:51:38.360157+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:51:38.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:38 smithi079 bash[28699]: audit 2023-12-08T03:51:38.368796+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:38 smithi194 bash[32038]: cluster 2023-12-08T03:51:37.364751+0000 mgr.a (mgr.14403) 25569 : cluster 0 pgmap v19096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:38 smithi194 bash[32038]: audit 2023-12-08T03:51:37.584154+0000 mon.a (mon.0) 3977 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:38 smithi194 bash[32038]: audit 2023-12-08T03:51:37.589142+0000 mon.a (mon.0) 3978 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:38 smithi194 bash[32038]: audit 2023-12-08T03:51:37.593473+0000 mon.a (mon.0) 3979 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:38 smithi194 bash[32038]: audit 2023-12-08T03:51:37.597744+0000 mon.a (mon.0) 3980 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:38 smithi194 bash[32038]: audit 2023-12-08T03:51:37.601726+0000 mon.a (mon.0) 3981 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:38 smithi194 bash[32038]: audit 2023-12-08T03:51:37.605932+0000 mon.a (mon.0) 3982 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:38 smithi194 bash[32038]: audit 2023-12-08T03:51:37.624817+0000 mgr.a (mgr.14403) 25570 : audit 0 from='client.503160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:38 smithi194 bash[32038]: audit 2023-12-08T03:51:38.358404+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:51:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:38 smithi194 bash[32038]: audit 2023-12-08T03:51:38.360157+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:51:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:38 smithi194 bash[32038]: audit 2023-12-08T03:51:38.368796+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:38 smithi135 bash[32435]: cluster 2023-12-08T03:51:37.364751+0000 mgr.a (mgr.14403) 25569 : cluster 0 pgmap v19096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:38 smithi135 bash[32435]: audit 2023-12-08T03:51:37.584154+0000 mon.a (mon.0) 3977 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:38 smithi135 bash[32435]: audit 2023-12-08T03:51:37.589142+0000 mon.a (mon.0) 3978 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:38 smithi135 bash[32435]: audit 2023-12-08T03:51:37.593473+0000 mon.a (mon.0) 3979 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:38 smithi135 bash[32435]: audit 2023-12-08T03:51:37.597744+0000 mon.a (mon.0) 3980 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:38 smithi135 bash[32435]: audit 2023-12-08T03:51:37.601726+0000 mon.a (mon.0) 3981 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:38 smithi135 bash[32435]: audit 2023-12-08T03:51:37.605932+0000 mon.a (mon.0) 3982 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:38.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:38 smithi135 bash[32435]: audit 2023-12-08T03:51:37.624817+0000 mgr.a (mgr.14403) 25570 : audit 0 from='client.503160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:38.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:38 smithi135 bash[32435]: audit 2023-12-08T03:51:38.358404+0000 mon.a (mon.0) 3983 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:51:38.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:38 smithi135 bash[32435]: audit 2023-12-08T03:51:38.360157+0000 mon.a (mon.0) 3984 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:51:38.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:38 smithi135 bash[32435]: audit 2023-12-08T03:51:38.368796+0000 mon.a (mon.0) 3985 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:51:40.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:40 smithi079 bash[28699]: cluster 2023-12-08T03:51:39.365590+0000 mgr.a (mgr.14403) 25571 : cluster 0 pgmap v19097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:40.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:40 smithi194 bash[32038]: cluster 2023-12-08T03:51:39.365590+0000 mgr.a (mgr.14403) 25571 : cluster 0 pgmap v19097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:40.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:40 smithi135 bash[32435]: cluster 2023-12-08T03:51:39.365590+0000 mgr.a (mgr.14403) 25571 : cluster 0 pgmap v19097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:51:42.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:42 smithi079 bash[28699]: cluster 2023-12-08T03:51:41.366166+0000 mgr.a (mgr.14403) 25572 : cluster 0 pgmap v19098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:42.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:42 smithi194 bash[32038]: cluster 2023-12-08T03:51:41.366166+0000 mgr.a (mgr.14403) 25572 : cluster 0 pgmap v19098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:42.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:42 smithi135 bash[32435]: cluster 2023-12-08T03:51:41.366166+0000 mgr.a (mgr.14403) 25572 : cluster 0 pgmap v19098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:43.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:51:43.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:43.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:43.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:43.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:43.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:43.982 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:51:43.982 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:51:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:44 smithi079 bash[28699]: cluster 2023-12-08T03:51:43.366837+0000 mgr.a (mgr.14403) 25573 : cluster 0 pgmap v19099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:44.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:44 smithi079 bash[28699]: audit 2023-12-08T03:51:43.493116+0000 mgr.a (mgr.14403) 25574 : audit 0 from='client.503235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:44 smithi194 bash[32038]: cluster 2023-12-08T03:51:43.366837+0000 mgr.a (mgr.14403) 25573 : cluster 0 pgmap v19099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:44 smithi194 bash[32038]: audit 2023-12-08T03:51:43.493116+0000 mgr.a (mgr.14403) 25574 : audit 0 from='client.503235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:44 smithi135 bash[32435]: cluster 2023-12-08T03:51:43.366837+0000 mgr.a (mgr.14403) 25573 : cluster 0 pgmap v19099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:44.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:44 smithi135 bash[32435]: audit 2023-12-08T03:51:43.493116+0000 mgr.a (mgr.14403) 25574 : audit 0 from='client.503235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:46 smithi079 bash[28699]: cluster 2023-12-08T03:51:45.367998+0000 mgr.a (mgr.14403) 25575 : cluster 0 pgmap v19100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:46.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:46 smithi194 bash[32038]: cluster 2023-12-08T03:51:45.367998+0000 mgr.a (mgr.14403) 25575 : cluster 0 pgmap v19100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:46.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:46 smithi135 bash[32435]: cluster 2023-12-08T03:51:45.367998+0000 mgr.a (mgr.14403) 25575 : cluster 0 pgmap v19100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:48.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:48 smithi079 bash[28699]: cluster 2023-12-08T03:51:47.368706+0000 mgr.a (mgr.14403) 25576 : cluster 0 pgmap v19101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:48.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:48 smithi194 bash[32038]: cluster 2023-12-08T03:51:47.368706+0000 mgr.a (mgr.14403) 25576 : cluster 0 pgmap v19101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:48.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:48 smithi135 bash[32435]: cluster 2023-12-08T03:51:47.368706+0000 mgr.a (mgr.14403) 25576 : cluster 0 pgmap v19101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:48.985 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:51:48.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:48.986 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:49.875 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:51:49.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:49.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:49.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:49.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:51:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:50 smithi079 bash[28699]: cluster 2023-12-08T03:51:49.369555+0000 mgr.a (mgr.14403) 25577 : cluster 0 pgmap v19102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:50 smithi079 bash[28699]: audit 2023-12-08T03:51:49.386836+0000 mgr.a (mgr.14403) 25578 : audit 0 from='client.503310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:50.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:50 smithi194 bash[32038]: cluster 2023-12-08T03:51:49.369555+0000 mgr.a (mgr.14403) 25577 : cluster 0 pgmap v19102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:50 smithi194 bash[32038]: audit 2023-12-08T03:51:49.386836+0000 mgr.a (mgr.14403) 25578 : audit 0 from='client.503310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:50 smithi135 bash[32435]: cluster 2023-12-08T03:51:49.369555+0000 mgr.a (mgr.14403) 25577 : cluster 0 pgmap v19102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:50.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:50 smithi135 bash[32435]: audit 2023-12-08T03:51:49.386836+0000 mgr.a (mgr.14403) 25578 : audit 0 from='client.503310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:52.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:52 smithi079 bash[28699]: cluster 2023-12-08T03:51:51.370252+0000 mgr.a (mgr.14403) 25579 : cluster 0 pgmap v19103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:52 smithi194 bash[32038]: cluster 2023-12-08T03:51:51.370252+0000 mgr.a (mgr.14403) 25579 : cluster 0 pgmap v19103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:52 smithi135 bash[32435]: cluster 2023-12-08T03:51:51.370252+0000 mgr.a (mgr.14403) 25579 : cluster 0 pgmap v19103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:54.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:51:54.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:51:54.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:51:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:54 smithi079 bash[28699]: cluster 2023-12-08T03:51:53.370868+0000 mgr.a (mgr.14403) 25580 : cluster 0 pgmap v19104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:54.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:54 smithi194 bash[32038]: cluster 2023-12-08T03:51:53.370868+0000 mgr.a (mgr.14403) 25580 : cluster 0 pgmap v19104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:54.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:54 smithi135 bash[32435]: cluster 2023-12-08T03:51:53.370868+0000 mgr.a (mgr.14403) 25580 : cluster 0 pgmap v19104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:51:55.789 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:51:55.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:51:55.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:51:55.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:51:55.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:51:56.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:56 smithi079 bash[28699]: audit 2023-12-08T03:51:55.281789+0000 mgr.a (mgr.14403) 25581 : audit 0 from='client.503385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:56.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:56 smithi079 bash[28699]: cluster 2023-12-08T03:51:55.371606+0000 mgr.a (mgr.14403) 25582 : cluster 0 pgmap v19105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:56.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:56 smithi194 bash[32038]: audit 2023-12-08T03:51:55.281789+0000 mgr.a (mgr.14403) 25581 : audit 0 from='client.503385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:56 smithi194 bash[32038]: cluster 2023-12-08T03:51:55.371606+0000 mgr.a (mgr.14403) 25582 : cluster 0 pgmap v19105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:56 smithi135 bash[32435]: audit 2023-12-08T03:51:55.281789+0000 mgr.a (mgr.14403) 25581 : audit 0 from='client.503385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:51:56.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:56 smithi135 bash[32435]: cluster 2023-12-08T03:51:55.371606+0000 mgr.a (mgr.14403) 25582 : cluster 0 pgmap v19105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:51:58 smithi079 bash[28699]: cluster 2023-12-08T03:51:57.372206+0000 mgr.a (mgr.14403) 25583 : cluster 0 pgmap v19106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:58.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:51:58 smithi194 bash[32038]: cluster 2023-12-08T03:51:57.372206+0000 mgr.a (mgr.14403) 25583 : cluster 0 pgmap v19106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:51:58.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:51:58 smithi135 bash[32435]: cluster 2023-12-08T03:51:57.372206+0000 mgr.a (mgr.14403) 25583 : cluster 0 pgmap v19106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:00.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:52:00.793 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:00.794 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:00.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:00 smithi079 bash[28699]: cluster 2023-12-08T03:51:59.373023+0000 mgr.a (mgr.14403) 25584 : cluster 0 pgmap v19107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:00 smithi194 bash[32038]: cluster 2023-12-08T03:51:59.373023+0000 mgr.a (mgr.14403) 25584 : cluster 0 pgmap v19107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:00.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:00 smithi135 bash[32435]: cluster 2023-12-08T03:51:59.373023+0000 mgr.a (mgr.14403) 25584 : cluster 0 pgmap v19107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:01.734 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:52:01.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:01.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:01.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:01.735 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:52:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:02 smithi079 bash[28699]: audit 2023-12-08T03:52:01.199475+0000 mgr.a (mgr.14403) 25585 : audit 0 from='client.503457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:02.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:02 smithi079 bash[28699]: cluster 2023-12-08T03:52:01.373912+0000 mgr.a (mgr.14403) 25586 : cluster 0 pgmap v19108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:02 smithi194 bash[32038]: audit 2023-12-08T03:52:01.199475+0000 mgr.a (mgr.14403) 25585 : audit 0 from='client.503457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:02 smithi194 bash[32038]: cluster 2023-12-08T03:52:01.373912+0000 mgr.a (mgr.14403) 25586 : cluster 0 pgmap v19108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:02.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:02 smithi135 bash[32435]: audit 2023-12-08T03:52:01.199475+0000 mgr.a (mgr.14403) 25585 : audit 0 from='client.503457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:02.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:02 smithi135 bash[32435]: cluster 2023-12-08T03:52:01.373912+0000 mgr.a (mgr.14403) 25586 : cluster 0 pgmap v19108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:04.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:04 smithi194 bash[32038]: cluster 2023-12-08T03:52:03.374656+0000 mgr.a (mgr.14403) 25587 : cluster 0 pgmap v19109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:04.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:04 smithi135 bash[32435]: cluster 2023-12-08T03:52:03.374656+0000 mgr.a (mgr.14403) 25587 : cluster 0 pgmap v19109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:04 smithi079 bash[28699]: cluster 2023-12-08T03:52:03.374656+0000 mgr.a (mgr.14403) 25587 : cluster 0 pgmap v19109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:06.737 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:52:06.738 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:06.738 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:06.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:06 smithi194 bash[32038]: cluster 2023-12-08T03:52:05.375464+0000 mgr.a (mgr.14403) 25588 : cluster 0 pgmap v19110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:06.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:06 smithi135 bash[32435]: cluster 2023-12-08T03:52:05.375464+0000 mgr.a (mgr.14403) 25588 : cluster 0 pgmap v19110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:06 smithi079 bash[28699]: cluster 2023-12-08T03:52:05.375464+0000 mgr.a (mgr.14403) 25588 : cluster 0 pgmap v19110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:07.652 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:52:07.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:07.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:07.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:07.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:52:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:08 smithi194 bash[32038]: audit 2023-12-08T03:52:07.137677+0000 mgr.a (mgr.14403) 25589 : audit 0 from='client.503532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:08 smithi194 bash[32038]: cluster 2023-12-08T03:52:07.375919+0000 mgr.a (mgr.14403) 25590 : cluster 0 pgmap v19111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:08 smithi135 bash[32435]: audit 2023-12-08T03:52:07.137677+0000 mgr.a (mgr.14403) 25589 : audit 0 from='client.503532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:08 smithi135 bash[32435]: cluster 2023-12-08T03:52:07.375919+0000 mgr.a (mgr.14403) 25590 : cluster 0 pgmap v19111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:08 smithi079 bash[28699]: audit 2023-12-08T03:52:07.137677+0000 mgr.a (mgr.14403) 25589 : audit 0 from='client.503532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:09.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:08 smithi079 bash[28699]: cluster 2023-12-08T03:52:07.375919+0000 mgr.a (mgr.14403) 25590 : cluster 0 pgmap v19111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:10.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:10 smithi194 bash[32038]: cluster 2023-12-08T03:52:09.376782+0000 mgr.a (mgr.14403) 25591 : cluster 0 pgmap v19112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:10.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:10 smithi135 bash[32435]: cluster 2023-12-08T03:52:09.376782+0000 mgr.a (mgr.14403) 25591 : cluster 0 pgmap v19112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:10 smithi079 bash[28699]: cluster 2023-12-08T03:52:09.376782+0000 mgr.a (mgr.14403) 25591 : cluster 0 pgmap v19112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:12.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:52:12.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:12.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:12 smithi194 bash[32038]: cluster 2023-12-08T03:52:11.377469+0000 mgr.a (mgr.14403) 25592 : cluster 0 pgmap v19113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:12.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:12 smithi135 bash[32435]: cluster 2023-12-08T03:52:11.377469+0000 mgr.a (mgr.14403) 25592 : cluster 0 pgmap v19113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:12 smithi079 bash[28699]: cluster 2023-12-08T03:52:11.377469+0000 mgr.a (mgr.14403) 25592 : cluster 0 pgmap v19113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:13.612 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:52:13.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:13.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:13.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:13.613 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:52:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:14 smithi194 bash[32038]: audit 2023-12-08T03:52:13.068232+0000 mgr.a (mgr.14403) 25593 : audit 0 from='client.503610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:14 smithi194 bash[32038]: cluster 2023-12-08T03:52:13.378285+0000 mgr.a (mgr.14403) 25594 : cluster 0 pgmap v19114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:14 smithi135 bash[32435]: audit 2023-12-08T03:52:13.068232+0000 mgr.a (mgr.14403) 25593 : audit 0 from='client.503610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:14.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:14 smithi135 bash[32435]: cluster 2023-12-08T03:52:13.378285+0000 mgr.a (mgr.14403) 25594 : cluster 0 pgmap v19114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:14 smithi079 bash[28699]: audit 2023-12-08T03:52:13.068232+0000 mgr.a (mgr.14403) 25593 : audit 0 from='client.503610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:14 smithi079 bash[28699]: cluster 2023-12-08T03:52:13.378285+0000 mgr.a (mgr.14403) 25594 : cluster 0 pgmap v19114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:16 smithi194 bash[32038]: cluster 2023-12-08T03:52:15.379247+0000 mgr.a (mgr.14403) 25595 : cluster 0 pgmap v19115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:52:16.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:16 smithi135 bash[32435]: cluster 2023-12-08T03:52:15.379247+0000 mgr.a (mgr.14403) 25595 : cluster 0 pgmap v19115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:52:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:16 smithi079 bash[28699]: cluster 2023-12-08T03:52:15.379247+0000 mgr.a (mgr.14403) 25595 : cluster 0 pgmap v19115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:52:18.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:52:18.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:18.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:18.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:18 smithi194 bash[32038]: cluster 2023-12-08T03:52:17.379769+0000 mgr.a (mgr.14403) 25596 : cluster 0 pgmap v19116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:52:18.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:18 smithi135 bash[32435]: cluster 2023-12-08T03:52:17.379769+0000 mgr.a (mgr.14403) 25596 : cluster 0 pgmap v19116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:52:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:18 smithi079 bash[28699]: cluster 2023-12-08T03:52:17.379769+0000 mgr.a (mgr.14403) 25596 : cluster 0 pgmap v19116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:52:19.571 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:52:19.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:19.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:19.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:19.571 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:52:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:20 smithi194 bash[32038]: audit 2023-12-08T03:52:19.023283+0000 mgr.a (mgr.14403) 25597 : audit 0 from='client.503685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:20 smithi194 bash[32038]: cluster 2023-12-08T03:52:19.380877+0000 mgr.a (mgr.14403) 25598 : cluster 0 pgmap v19117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:20 smithi135 bash[32435]: audit 2023-12-08T03:52:19.023283+0000 mgr.a (mgr.14403) 25597 : audit 0 from='client.503685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:20.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:20 smithi135 bash[32435]: cluster 2023-12-08T03:52:19.380877+0000 mgr.a (mgr.14403) 25598 : cluster 0 pgmap v19117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:20 smithi079 bash[28699]: audit 2023-12-08T03:52:19.023283+0000 mgr.a (mgr.14403) 25597 : audit 0 from='client.503685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:20 smithi079 bash[28699]: cluster 2023-12-08T03:52:19.380877+0000 mgr.a (mgr.14403) 25598 : cluster 0 pgmap v19117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:22.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:22 smithi194 bash[32038]: cluster 2023-12-08T03:52:21.381568+0000 mgr.a (mgr.14403) 25599 : cluster 0 pgmap v19118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:22.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:22 smithi135 bash[32435]: cluster 2023-12-08T03:52:21.381568+0000 mgr.a (mgr.14403) 25599 : cluster 0 pgmap v19118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:22 smithi079 bash[28699]: cluster 2023-12-08T03:52:21.381568+0000 mgr.a (mgr.14403) 25599 : cluster 0 pgmap v19118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:24.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:52:24.575 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:24.575 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:24.953 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:24 smithi194 bash[32038]: cluster 2023-12-08T03:52:23.382163+0000 mgr.a (mgr.14403) 25600 : cluster 0 pgmap v19119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:24.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:24 smithi135 bash[32435]: cluster 2023-12-08T03:52:23.382163+0000 mgr.a (mgr.14403) 25600 : cluster 0 pgmap v19119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:24 smithi079 bash[28699]: cluster 2023-12-08T03:52:23.382163+0000 mgr.a (mgr.14403) 25600 : cluster 0 pgmap v19119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:25.480 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:52:25.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:25.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:25.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:25.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:52:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:26 smithi194 bash[32038]: audit 2023-12-08T03:52:24.973437+0000 mgr.a (mgr.14403) 25601 : audit 0 from='client.503763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:26 smithi194 bash[32038]: cluster 2023-12-08T03:52:25.382906+0000 mgr.a (mgr.14403) 25602 : cluster 0 pgmap v19120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:26 smithi135 bash[32435]: audit 2023-12-08T03:52:24.973437+0000 mgr.a (mgr.14403) 25601 : audit 0 from='client.503763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:26.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:26 smithi135 bash[32435]: cluster 2023-12-08T03:52:25.382906+0000 mgr.a (mgr.14403) 25602 : cluster 0 pgmap v19120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:27.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:26 smithi079 bash[28699]: audit 2023-12-08T03:52:24.973437+0000 mgr.a (mgr.14403) 25601 : audit 0 from='client.503763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:27.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:26 smithi079 bash[28699]: cluster 2023-12-08T03:52:25.382906+0000 mgr.a (mgr.14403) 25602 : cluster 0 pgmap v19120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:28.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:28 smithi194 bash[32038]: cluster 2023-12-08T03:52:27.383457+0000 mgr.a (mgr.14403) 25603 : cluster 0 pgmap v19121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:52:28.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:28 smithi135 bash[32435]: cluster 2023-12-08T03:52:27.383457+0000 mgr.a (mgr.14403) 25603 : cluster 0 pgmap v19121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:52:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:28 smithi079 bash[28699]: cluster 2023-12-08T03:52:27.383457+0000 mgr.a (mgr.14403) 25603 : cluster 0 pgmap v19121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:52:30.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:52:30.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:30.484 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:30.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:30 smithi194 bash[32038]: cluster 2023-12-08T03:52:29.384209+0000 mgr.a (mgr.14403) 25604 : cluster 0 pgmap v19122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:52:30.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:30 smithi135 bash[32435]: cluster 2023-12-08T03:52:29.384209+0000 mgr.a (mgr.14403) 25604 : cluster 0 pgmap v19122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:52:31.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:30 smithi079 bash[28699]: cluster 2023-12-08T03:52:29.384209+0000 mgr.a (mgr.14403) 25604 : cluster 0 pgmap v19122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:52:31.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:31.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:31.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:31.406 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:52:31.407 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:52:31.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:31 smithi135 bash[32435]: audit 2023-12-08T03:52:30.891176+0000 mgr.a (mgr.14403) 25605 : audit 0 from='client.503838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:32.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:31 smithi079 bash[28699]: audit 2023-12-08T03:52:30.891176+0000 mgr.a (mgr.14403) 25605 : audit 0 from='client.503838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:32.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:31 smithi194 bash[32038]: audit 2023-12-08T03:52:30.891176+0000 mgr.a (mgr.14403) 25605 : audit 0 from='client.503838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:33.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:32 smithi079 bash[28699]: cluster 2023-12-08T03:52:31.384727+0000 mgr.a (mgr.14403) 25606 : cluster 0 pgmap v19123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:32 smithi194 bash[32038]: cluster 2023-12-08T03:52:31.384727+0000 mgr.a (mgr.14403) 25606 : cluster 0 pgmap v19123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:32 smithi135 bash[32435]: cluster 2023-12-08T03:52:31.384727+0000 mgr.a (mgr.14403) 25606 : cluster 0 pgmap v19123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:34 smithi079 bash[28699]: cluster 2023-12-08T03:52:33.385284+0000 mgr.a (mgr.14403) 25607 : cluster 0 pgmap v19124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:35.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:34 smithi194 bash[32038]: cluster 2023-12-08T03:52:33.385284+0000 mgr.a (mgr.14403) 25607 : cluster 0 pgmap v19124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:35.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:34 smithi135 bash[32435]: cluster 2023-12-08T03:52:33.385284+0000 mgr.a (mgr.14403) 25607 : cluster 0 pgmap v19124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:36.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:52:36.410 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:36.410 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:37.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:36 smithi079 bash[28699]: cluster 2023-12-08T03:52:35.386105+0000 mgr.a (mgr.14403) 25608 : cluster 0 pgmap v19125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:36 smithi194 bash[32038]: cluster 2023-12-08T03:52:35.386105+0000 mgr.a (mgr.14403) 25608 : cluster 0 pgmap v19125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:37.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:36 smithi135 bash[32435]: cluster 2023-12-08T03:52:35.386105+0000 mgr.a (mgr.14403) 25608 : cluster 0 pgmap v19125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:37.337 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:52:37.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:37.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:37.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:37.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:52:38.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:37 smithi079 bash[28699]: audit 2023-12-08T03:52:36.822025+0000 mgr.a (mgr.14403) 25609 : audit 0 from='client.503916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:38.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:37 smithi194 bash[32038]: audit 2023-12-08T03:52:36.822025+0000 mgr.a (mgr.14403) 25609 : audit 0 from='client.503916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:38.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:37 smithi135 bash[32435]: audit 2023-12-08T03:52:36.822025+0000 mgr.a (mgr.14403) 25609 : audit 0 from='client.503916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:38 smithi079 bash[28699]: cluster 2023-12-08T03:52:37.386815+0000 mgr.a (mgr.14403) 25610 : cluster 0 pgmap v19126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:38 smithi079 bash[28699]: audit 2023-12-08T03:52:38.473247+0000 mon.a (mon.0) 3986 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:52:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:38 smithi194 bash[32038]: cluster 2023-12-08T03:52:37.386815+0000 mgr.a (mgr.14403) 25610 : cluster 0 pgmap v19126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:38 smithi194 bash[32038]: audit 2023-12-08T03:52:38.473247+0000 mon.a (mon.0) 3986 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:52:39.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:38 smithi135 bash[32435]: cluster 2023-12-08T03:52:37.386815+0000 mgr.a (mgr.14403) 25610 : cluster 0 pgmap v19126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:38 smithi135 bash[32435]: audit 2023-12-08T03:52:38.473247+0000 mon.a (mon.0) 3986 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:52:40.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:39 smithi079 bash[28699]: audit 2023-12-08T03:52:39.269426+0000 mon.a (mon.0) 3987 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:52:40.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:39 smithi079 bash[28699]: audit 2023-12-08T03:52:39.271248+0000 mon.a (mon.0) 3988 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:52:40.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:39 smithi079 bash[28699]: audit 2023-12-08T03:52:39.280880+0000 mon.a (mon.0) 3989 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:52:40.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:39 smithi194 bash[32038]: audit 2023-12-08T03:52:39.269426+0000 mon.a (mon.0) 3987 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:52:40.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:39 smithi194 bash[32038]: audit 2023-12-08T03:52:39.271248+0000 mon.a (mon.0) 3988 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:52:40.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:39 smithi194 bash[32038]: audit 2023-12-08T03:52:39.280880+0000 mon.a (mon.0) 3989 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:52:40.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:39 smithi135 bash[32435]: audit 2023-12-08T03:52:39.269426+0000 mon.a (mon.0) 3987 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:52:40.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:39 smithi135 bash[32435]: audit 2023-12-08T03:52:39.271248+0000 mon.a (mon.0) 3988 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:52:40.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:39 smithi135 bash[32435]: audit 2023-12-08T03:52:39.280880+0000 mon.a (mon.0) 3989 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:52:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:40 smithi079 bash[28699]: cluster 2023-12-08T03:52:39.387648+0000 mgr.a (mgr.14403) 25611 : cluster 0 pgmap v19127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:40 smithi194 bash[32038]: cluster 2023-12-08T03:52:39.387648+0000 mgr.a (mgr.14403) 25611 : cluster 0 pgmap v19127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:41.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:40 smithi135 bash[32435]: cluster 2023-12-08T03:52:39.387648+0000 mgr.a (mgr.14403) 25611 : cluster 0 pgmap v19127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:42.339 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:52:42.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:42.340 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:42 smithi079 bash[28699]: cluster 2023-12-08T03:52:41.388221+0000 mgr.a (mgr.14403) 25612 : cluster 0 pgmap v19128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:43.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:42 smithi194 bash[32038]: cluster 2023-12-08T03:52:41.388221+0000 mgr.a (mgr.14403) 25612 : cluster 0 pgmap v19128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:43.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:42 smithi135 bash[32435]: cluster 2023-12-08T03:52:41.388221+0000 mgr.a (mgr.14403) 25612 : cluster 0 pgmap v19128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:43.269 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:52:43.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:43.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:43.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:43.269 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:52:44.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:43 smithi079 bash[28699]: audit 2023-12-08T03:52:42.745529+0000 mgr.a (mgr.14403) 25613 : audit 0 from='client.503988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:44.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:43 smithi194 bash[32038]: audit 2023-12-08T03:52:42.745529+0000 mgr.a (mgr.14403) 25613 : audit 0 from='client.503988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:44.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:43 smithi135 bash[32435]: audit 2023-12-08T03:52:42.745529+0000 mgr.a (mgr.14403) 25613 : audit 0 from='client.503988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:45.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:44 smithi079 bash[28699]: cluster 2023-12-08T03:52:43.388949+0000 mgr.a (mgr.14403) 25614 : cluster 0 pgmap v19129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:44 smithi194 bash[32038]: cluster 2023-12-08T03:52:43.388949+0000 mgr.a (mgr.14403) 25614 : cluster 0 pgmap v19129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:45.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:44 smithi135 bash[32435]: cluster 2023-12-08T03:52:43.388949+0000 mgr.a (mgr.14403) 25614 : cluster 0 pgmap v19129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:46 smithi079 bash[28699]: cluster 2023-12-08T03:52:45.389770+0000 mgr.a (mgr.14403) 25615 : cluster 0 pgmap v19130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:46 smithi194 bash[32038]: cluster 2023-12-08T03:52:45.389770+0000 mgr.a (mgr.14403) 25615 : cluster 0 pgmap v19130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:47.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:46 smithi135 bash[32435]: cluster 2023-12-08T03:52:45.389770+0000 mgr.a (mgr.14403) 25615 : cluster 0 pgmap v19130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:52:48.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:52:48.273 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:48.273 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:49.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:48 smithi079 bash[28699]: cluster 2023-12-08T03:52:47.390336+0000 mgr.a (mgr.14403) 25616 : cluster 0 pgmap v19131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:49.162 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:52:49.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:49.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:49.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:49.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:52:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:48 smithi194 bash[32038]: cluster 2023-12-08T03:52:47.390336+0000 mgr.a (mgr.14403) 25616 : cluster 0 pgmap v19131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:49.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:48 smithi135 bash[32435]: cluster 2023-12-08T03:52:47.390336+0000 mgr.a (mgr.14403) 25616 : cluster 0 pgmap v19131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:50.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:49 smithi079 bash[28699]: audit 2023-12-08T03:52:48.673347+0000 mgr.a (mgr.14403) 25617 : audit 0 from='client.504063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:50.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:49 smithi194 bash[32038]: audit 2023-12-08T03:52:48.673347+0000 mgr.a (mgr.14403) 25617 : audit 0 from='client.504063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:50.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:49 smithi135 bash[32435]: audit 2023-12-08T03:52:48.673347+0000 mgr.a (mgr.14403) 25617 : audit 0 from='client.504063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:51.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:50 smithi079 bash[28699]: cluster 2023-12-08T03:52:49.391358+0000 mgr.a (mgr.14403) 25618 : cluster 0 pgmap v19132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:51.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:50 smithi194 bash[32038]: cluster 2023-12-08T03:52:49.391358+0000 mgr.a (mgr.14403) 25618 : cluster 0 pgmap v19132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:51.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:50 smithi135 bash[32435]: cluster 2023-12-08T03:52:49.391358+0000 mgr.a (mgr.14403) 25618 : cluster 0 pgmap v19132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:53.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:52 smithi079 bash[28699]: cluster 2023-12-08T03:52:51.391935+0000 mgr.a (mgr.14403) 25619 : cluster 0 pgmap v19133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:52 smithi194 bash[32038]: cluster 2023-12-08T03:52:51.391935+0000 mgr.a (mgr.14403) 25619 : cluster 0 pgmap v19133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:53.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:52 smithi135 bash[32435]: cluster 2023-12-08T03:52:51.391935+0000 mgr.a (mgr.14403) 25619 : cluster 0 pgmap v19133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:54.164 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:52:54.165 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:52:54.165 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:52:55.071 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:52:55.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:52:55.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:52:55.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:52:55.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:52:55.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:54 smithi079 bash[28699]: cluster 2023-12-08T03:52:53.392471+0000 mgr.a (mgr.14403) 25620 : cluster 0 pgmap v19134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:54 smithi194 bash[32038]: cluster 2023-12-08T03:52:53.392471+0000 mgr.a (mgr.14403) 25620 : cluster 0 pgmap v19134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:55.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:54 smithi135 bash[32435]: cluster 2023-12-08T03:52:53.392471+0000 mgr.a (mgr.14403) 25620 : cluster 0 pgmap v19134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:56.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:55 smithi079 bash[28699]: audit 2023-12-08T03:52:54.566048+0000 mgr.a (mgr.14403) 25621 : audit 0 from='client.504141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:56.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:55 smithi194 bash[32038]: audit 2023-12-08T03:52:54.566048+0000 mgr.a (mgr.14403) 25621 : audit 0 from='client.504141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:56.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:55 smithi135 bash[32435]: audit 2023-12-08T03:52:54.566048+0000 mgr.a (mgr.14403) 25621 : audit 0 from='client.504141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:52:57.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:56 smithi079 bash[28699]: cluster 2023-12-08T03:52:55.393465+0000 mgr.a (mgr.14403) 25622 : cluster 0 pgmap v19135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:57.203 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:56 smithi194 bash[32038]: cluster 2023-12-08T03:52:55.393465+0000 mgr.a (mgr.14403) 25622 : cluster 0 pgmap v19135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:57.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:56 smithi135 bash[32435]: cluster 2023-12-08T03:52:55.393465+0000 mgr.a (mgr.14403) 25622 : cluster 0 pgmap v19135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:52:59.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:52:58 smithi079 bash[28699]: cluster 2023-12-08T03:52:57.394003+0000 mgr.a (mgr.14403) 25623 : cluster 0 pgmap v19136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:52:58 smithi194 bash[32038]: cluster 2023-12-08T03:52:57.394003+0000 mgr.a (mgr.14403) 25623 : cluster 0 pgmap v19136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:52:59.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:52:58 smithi135 bash[32435]: cluster 2023-12-08T03:52:57.394003+0000 mgr.a (mgr.14403) 25623 : cluster 0 pgmap v19136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:00.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:53:00.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:00.076 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:01.010 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:53:01.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:01.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:01.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:01.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:53:01.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:00 smithi079 bash[28699]: cluster 2023-12-08T03:52:59.394789+0000 mgr.a (mgr.14403) 25624 : cluster 0 pgmap v19137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:00 smithi194 bash[32038]: cluster 2023-12-08T03:52:59.394789+0000 mgr.a (mgr.14403) 25624 : cluster 0 pgmap v19137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:01.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:00 smithi135 bash[32435]: cluster 2023-12-08T03:52:59.394789+0000 mgr.a (mgr.14403) 25624 : cluster 0 pgmap v19137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:02.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:01 smithi079 bash[28699]: audit 2023-12-08T03:53:00.484114+0000 mgr.a (mgr.14403) 25625 : audit 0 from='client.504216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:02.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:01 smithi194 bash[32038]: audit 2023-12-08T03:53:00.484114+0000 mgr.a (mgr.14403) 25625 : audit 0 from='client.504216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:02.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:01 smithi135 bash[32435]: audit 2023-12-08T03:53:00.484114+0000 mgr.a (mgr.14403) 25625 : audit 0 from='client.504216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:03.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:02 smithi079 bash[28699]: cluster 2023-12-08T03:53:01.395406+0000 mgr.a (mgr.14403) 25626 : cluster 0 pgmap v19138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:02 smithi194 bash[32038]: cluster 2023-12-08T03:53:01.395406+0000 mgr.a (mgr.14403) 25626 : cluster 0 pgmap v19138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:03.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:02 smithi135 bash[32435]: cluster 2023-12-08T03:53:01.395406+0000 mgr.a (mgr.14403) 25626 : cluster 0 pgmap v19138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:04 smithi079 bash[28699]: cluster 2023-12-08T03:53:03.395911+0000 mgr.a (mgr.14403) 25627 : cluster 0 pgmap v19139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:04 smithi194 bash[32038]: cluster 2023-12-08T03:53:03.395911+0000 mgr.a (mgr.14403) 25627 : cluster 0 pgmap v19139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:05.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:04 smithi135 bash[32435]: cluster 2023-12-08T03:53:03.395911+0000 mgr.a (mgr.14403) 25627 : cluster 0 pgmap v19139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:06.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:53:06.014 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:06.014 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:06.931 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:53:06.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:06.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:06.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:06.931 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:53:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:06 smithi079 bash[28699]: cluster 2023-12-08T03:53:05.396705+0000 mgr.a (mgr.14403) 25628 : cluster 0 pgmap v19140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:06 smithi194 bash[32038]: cluster 2023-12-08T03:53:05.396705+0000 mgr.a (mgr.14403) 25628 : cluster 0 pgmap v19140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:07.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:06 smithi135 bash[32435]: cluster 2023-12-08T03:53:05.396705+0000 mgr.a (mgr.14403) 25628 : cluster 0 pgmap v19140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:08.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:07 smithi079 bash[28699]: audit 2023-12-08T03:53:06.410509+0000 mgr.a (mgr.14403) 25629 : audit 0 from='client.504291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:08.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:07 smithi194 bash[32038]: audit 2023-12-08T03:53:06.410509+0000 mgr.a (mgr.14403) 25629 : audit 0 from='client.504291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:08.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:07 smithi135 bash[32435]: audit 2023-12-08T03:53:06.410509+0000 mgr.a (mgr.14403) 25629 : audit 0 from='client.504291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:08 smithi079 bash[28699]: cluster 2023-12-08T03:53:07.397344+0000 mgr.a (mgr.14403) 25630 : cluster 0 pgmap v19141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:08 smithi194 bash[32038]: cluster 2023-12-08T03:53:07.397344+0000 mgr.a (mgr.14403) 25630 : cluster 0 pgmap v19141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:09.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:08 smithi135 bash[32435]: cluster 2023-12-08T03:53:07.397344+0000 mgr.a (mgr.14403) 25630 : cluster 0 pgmap v19141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:10 smithi079 bash[28699]: cluster 2023-12-08T03:53:09.398153+0000 mgr.a (mgr.14403) 25631 : cluster 0 pgmap v19142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:10 smithi194 bash[32038]: cluster 2023-12-08T03:53:09.398153+0000 mgr.a (mgr.14403) 25631 : cluster 0 pgmap v19142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:11.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:10 smithi135 bash[32435]: cluster 2023-12-08T03:53:09.398153+0000 mgr.a (mgr.14403) 25631 : cluster 0 pgmap v19142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:11.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:53:11.935 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:11.935 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:12.792 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:53:12.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:12.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:12.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:12.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:53:13.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:12 smithi079 bash[28699]: cluster 2023-12-08T03:53:11.398698+0000 mgr.a (mgr.14403) 25632 : cluster 0 pgmap v19143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:12 smithi194 bash[32038]: cluster 2023-12-08T03:53:11.398698+0000 mgr.a (mgr.14403) 25632 : cluster 0 pgmap v19143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:13.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:12 smithi135 bash[32435]: cluster 2023-12-08T03:53:11.398698+0000 mgr.a (mgr.14403) 25632 : cluster 0 pgmap v19143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:14.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:13 smithi079 bash[28699]: audit 2023-12-08T03:53:12.338281+0000 mgr.a (mgr.14403) 25633 : audit 0 from='client.504366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:14.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:13 smithi194 bash[32038]: audit 2023-12-08T03:53:12.338281+0000 mgr.a (mgr.14403) 25633 : audit 0 from='client.504366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:14.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:13 smithi135 bash[32435]: audit 2023-12-08T03:53:12.338281+0000 mgr.a (mgr.14403) 25633 : audit 0 from='client.504366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:15.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:14 smithi079 bash[28699]: cluster 2023-12-08T03:53:13.399411+0000 mgr.a (mgr.14403) 25634 : cluster 0 pgmap v19144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:14 smithi194 bash[32038]: cluster 2023-12-08T03:53:13.399411+0000 mgr.a (mgr.14403) 25634 : cluster 0 pgmap v19144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:15.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:14 smithi135 bash[32435]: cluster 2023-12-08T03:53:13.399411+0000 mgr.a (mgr.14403) 25634 : cluster 0 pgmap v19144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:16 smithi079 bash[28699]: cluster 2023-12-08T03:53:15.400220+0000 mgr.a (mgr.14403) 25635 : cluster 0 pgmap v19145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:16 smithi194 bash[32038]: cluster 2023-12-08T03:53:15.400220+0000 mgr.a (mgr.14403) 25635 : cluster 0 pgmap v19145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:17.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:16 smithi135 bash[32435]: cluster 2023-12-08T03:53:15.400220+0000 mgr.a (mgr.14403) 25635 : cluster 0 pgmap v19145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:17.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:53:17.794 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:17.794 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:18.692 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:53:18.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:18.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:18.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:18.692 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:53:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:18 smithi079 bash[28699]: cluster 2023-12-08T03:53:17.400774+0000 mgr.a (mgr.14403) 25636 : cluster 0 pgmap v19146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:18 smithi194 bash[32038]: cluster 2023-12-08T03:53:17.400774+0000 mgr.a (mgr.14403) 25636 : cluster 0 pgmap v19146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:19.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:18 smithi135 bash[32435]: cluster 2023-12-08T03:53:17.400774+0000 mgr.a (mgr.14403) 25636 : cluster 0 pgmap v19146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:20.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:19 smithi079 bash[28699]: audit 2023-12-08T03:53:18.197641+0000 mgr.a (mgr.14403) 25637 : audit 0 from='client.504441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:20.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:19 smithi194 bash[32038]: audit 2023-12-08T03:53:18.197641+0000 mgr.a (mgr.14403) 25637 : audit 0 from='client.504441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:20.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:19 smithi135 bash[32435]: audit 2023-12-08T03:53:18.197641+0000 mgr.a (mgr.14403) 25637 : audit 0 from='client.504441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:21.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:20 smithi079 bash[28699]: cluster 2023-12-08T03:53:19.401754+0000 mgr.a (mgr.14403) 25638 : cluster 0 pgmap v19147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:53:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:20 smithi194 bash[32038]: cluster 2023-12-08T03:53:19.401754+0000 mgr.a (mgr.14403) 25638 : cluster 0 pgmap v19147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:53:21.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:20 smithi135 bash[32435]: cluster 2023-12-08T03:53:19.401754+0000 mgr.a (mgr.14403) 25638 : cluster 0 pgmap v19147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:53:23.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:22 smithi079 bash[28699]: cluster 2023-12-08T03:53:21.402312+0000 mgr.a (mgr.14403) 25639 : cluster 0 pgmap v19148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:53:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:22 smithi194 bash[32038]: cluster 2023-12-08T03:53:21.402312+0000 mgr.a (mgr.14403) 25639 : cluster 0 pgmap v19148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:53:23.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:22 smithi135 bash[32435]: cluster 2023-12-08T03:53:21.402312+0000 mgr.a (mgr.14403) 25639 : cluster 0 pgmap v19148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:53:23.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:53:23.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:23.696 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:24.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:24.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:24.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:24.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:53:24.624 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:53:25.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:24 smithi079 bash[28699]: cluster 2023-12-08T03:53:23.403046+0000 mgr.a (mgr.14403) 25640 : cluster 0 pgmap v19149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:53:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:24 smithi194 bash[32038]: cluster 2023-12-08T03:53:23.403046+0000 mgr.a (mgr.14403) 25640 : cluster 0 pgmap v19149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:53:25.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:24 smithi135 bash[32435]: cluster 2023-12-08T03:53:23.403046+0000 mgr.a (mgr.14403) 25640 : cluster 0 pgmap v19149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:53:26.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:25 smithi079 bash[28699]: audit 2023-12-08T03:53:24.105685+0000 mgr.a (mgr.14403) 25641 : audit 0 from='client.504513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:26.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:25 smithi194 bash[32038]: audit 2023-12-08T03:53:24.105685+0000 mgr.a (mgr.14403) 25641 : audit 0 from='client.504513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:26.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:25 smithi135 bash[32435]: audit 2023-12-08T03:53:24.105685+0000 mgr.a (mgr.14403) 25641 : audit 0 from='client.504513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:27.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:26 smithi079 bash[28699]: cluster 2023-12-08T03:53:25.404120+0000 mgr.a (mgr.14403) 25642 : cluster 0 pgmap v19150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:26 smithi194 bash[32038]: cluster 2023-12-08T03:53:25.404120+0000 mgr.a (mgr.14403) 25642 : cluster 0 pgmap v19150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:27.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:26 smithi135 bash[32435]: cluster 2023-12-08T03:53:25.404120+0000 mgr.a (mgr.14403) 25642 : cluster 0 pgmap v19150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:28 smithi194 bash[32038]: cluster 2023-12-08T03:53:27.404630+0000 mgr.a (mgr.14403) 25643 : cluster 0 pgmap v19151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:29.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:28 smithi135 bash[32435]: cluster 2023-12-08T03:53:27.404630+0000 mgr.a (mgr.14403) 25643 : cluster 0 pgmap v19151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:29.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:28 smithi079 bash[28699]: cluster 2023-12-08T03:53:27.404630+0000 mgr.a (mgr.14403) 25643 : cluster 0 pgmap v19151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:29.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:53:29.626 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:29.626 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:30.532 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:53:30.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:30.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:30.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:30.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:53:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:30 smithi194 bash[32038]: cluster 2023-12-08T03:53:29.405341+0000 mgr.a (mgr.14403) 25644 : cluster 0 pgmap v19152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:31.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:30 smithi135 bash[32435]: cluster 2023-12-08T03:53:29.405341+0000 mgr.a (mgr.14403) 25644 : cluster 0 pgmap v19152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:30 smithi079 bash[28699]: cluster 2023-12-08T03:53:29.405341+0000 mgr.a (mgr.14403) 25644 : cluster 0 pgmap v19152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:32.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:31 smithi194 bash[32038]: audit 2023-12-08T03:53:30.029179+0000 mgr.a (mgr.14403) 25645 : audit 0 from='client.504591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:32.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:31 smithi135 bash[32435]: audit 2023-12-08T03:53:30.029179+0000 mgr.a (mgr.14403) 25645 : audit 0 from='client.504591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:31 smithi079 bash[28699]: audit 2023-12-08T03:53:30.029179+0000 mgr.a (mgr.14403) 25645 : audit 0 from='client.504591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:32 smithi194 bash[32038]: cluster 2023-12-08T03:53:31.406012+0000 mgr.a (mgr.14403) 25646 : cluster 0 pgmap v19153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:53:33.207 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:32 smithi135 bash[32435]: cluster 2023-12-08T03:53:31.406012+0000 mgr.a (mgr.14403) 25646 : cluster 0 pgmap v19153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:53:33.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:32 smithi079 bash[28699]: cluster 2023-12-08T03:53:31.406012+0000 mgr.a (mgr.14403) 25646 : cluster 0 pgmap v19153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:53:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:34 smithi194 bash[32038]: cluster 2023-12-08T03:53:33.406594+0000 mgr.a (mgr.14403) 25647 : cluster 0 pgmap v19154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:53:35.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:34 smithi135 bash[32435]: cluster 2023-12-08T03:53:33.406594+0000 mgr.a (mgr.14403) 25647 : cluster 0 pgmap v19154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:53:35.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:34 smithi079 bash[28699]: cluster 2023-12-08T03:53:33.406594+0000 mgr.a (mgr.14403) 25647 : cluster 0 pgmap v19154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:53:35.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:53:35.534 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:35.534 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:36.444 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:53:36.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:36.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:36.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:36.444 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:53:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:36 smithi194 bash[32038]: cluster 2023-12-08T03:53:35.407413+0000 mgr.a (mgr.14403) 25648 : cluster 0 pgmap v19155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:53:37.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:36 smithi135 bash[32435]: cluster 2023-12-08T03:53:35.407413+0000 mgr.a (mgr.14403) 25648 : cluster 0 pgmap v19155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:53:37.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:36 smithi079 bash[28699]: cluster 2023-12-08T03:53:35.407413+0000 mgr.a (mgr.14403) 25648 : cluster 0 pgmap v19155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:53:38.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:37 smithi194 bash[32038]: audit 2023-12-08T03:53:35.939237+0000 mgr.a (mgr.14403) 25649 : audit 0 from='client.504669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:38.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:37 smithi135 bash[32435]: audit 2023-12-08T03:53:35.939237+0000 mgr.a (mgr.14403) 25649 : audit 0 from='client.504669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:38.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:37 smithi079 bash[28699]: audit 2023-12-08T03:53:35.939237+0000 mgr.a (mgr.14403) 25649 : audit 0 from='client.504669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:38 smithi194 bash[32038]: cluster 2023-12-08T03:53:37.408050+0000 mgr.a (mgr.14403) 25650 : cluster 0 pgmap v19156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:38 smithi135 bash[32435]: cluster 2023-12-08T03:53:37.408050+0000 mgr.a (mgr.14403) 25650 : cluster 0 pgmap v19156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:39.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:38 smithi079 bash[28699]: cluster 2023-12-08T03:53:37.408050+0000 mgr.a (mgr.14403) 25650 : cluster 0 pgmap v19156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:40.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:39 smithi194 bash[32038]: audit 2023-12-08T03:53:39.383411+0000 mon.a (mon.0) 3990 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:53:40.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:39 smithi135 bash[32435]: audit 2023-12-08T03:53:39.383411+0000 mon.a (mon.0) 3990 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:53:40.393 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:39 smithi079 bash[28699]: audit 2023-12-08T03:53:39.383411+0000 mon.a (mon.0) 3990 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:53:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:40 smithi194 bash[32038]: cluster 2023-12-08T03:53:39.408735+0000 mgr.a (mgr.14403) 25651 : cluster 0 pgmap v19157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:40 smithi194 bash[32038]: audit 2023-12-08T03:53:40.119813+0000 mon.a (mon.0) 3991 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:53:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:40 smithi194 bash[32038]: audit 2023-12-08T03:53:40.121667+0000 mon.a (mon.0) 3992 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:53:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:40 smithi194 bash[32038]: audit 2023-12-08T03:53:40.130930+0000 mon.a (mon.0) 3993 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:53:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:40 smithi135 bash[32435]: cluster 2023-12-08T03:53:39.408735+0000 mgr.a (mgr.14403) 25651 : cluster 0 pgmap v19157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:40 smithi135 bash[32435]: audit 2023-12-08T03:53:40.119813+0000 mon.a (mon.0) 3991 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:53:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:40 smithi135 bash[32435]: audit 2023-12-08T03:53:40.121667+0000 mon.a (mon.0) 3992 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:53:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:40 smithi135 bash[32435]: audit 2023-12-08T03:53:40.130930+0000 mon.a (mon.0) 3993 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:53:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:40 smithi079 bash[28699]: cluster 2023-12-08T03:53:39.408735+0000 mgr.a (mgr.14403) 25651 : cluster 0 pgmap v19157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:40 smithi079 bash[28699]: audit 2023-12-08T03:53:40.119813+0000 mon.a (mon.0) 3991 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:53:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:40 smithi079 bash[28699]: audit 2023-12-08T03:53:40.121667+0000 mon.a (mon.0) 3992 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:53:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:40 smithi079 bash[28699]: audit 2023-12-08T03:53:40.130930+0000 mon.a (mon.0) 3993 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:53:41.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:53:41.448 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:41.448 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:42.347 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:53:42.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:42.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:42.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:42.348 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:53:42.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:42 smithi079 bash[28699]: cluster 2023-12-08T03:53:41.409349+0000 mgr.a (mgr.14403) 25652 : cluster 0 pgmap v19158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:42.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:42 smithi079 bash[28699]: audit 2023-12-08T03:53:41.853127+0000 mgr.a (mgr.14403) 25653 : audit 0 from='client.504747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:42 smithi194 bash[32038]: cluster 2023-12-08T03:53:41.409349+0000 mgr.a (mgr.14403) 25652 : cluster 0 pgmap v19158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:42.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:42 smithi194 bash[32038]: audit 2023-12-08T03:53:41.853127+0000 mgr.a (mgr.14403) 25653 : audit 0 from='client.504747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:42.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:42 smithi135 bash[32435]: cluster 2023-12-08T03:53:41.409349+0000 mgr.a (mgr.14403) 25652 : cluster 0 pgmap v19158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:42.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:42 smithi135 bash[32435]: audit 2023-12-08T03:53:41.853127+0000 mgr.a (mgr.14403) 25653 : audit 0 from='client.504747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:44.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:44 smithi079 bash[28699]: cluster 2023-12-08T03:53:43.410118+0000 mgr.a (mgr.14403) 25654 : cluster 0 pgmap v19159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:44.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:44 smithi194 bash[32038]: cluster 2023-12-08T03:53:43.410118+0000 mgr.a (mgr.14403) 25654 : cluster 0 pgmap v19159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:44.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:44 smithi135 bash[32435]: cluster 2023-12-08T03:53:43.410118+0000 mgr.a (mgr.14403) 25654 : cluster 0 pgmap v19159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:46.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:46 smithi079 bash[28699]: cluster 2023-12-08T03:53:45.411010+0000 mgr.a (mgr.14403) 25655 : cluster 0 pgmap v19160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:46 smithi194 bash[32038]: cluster 2023-12-08T03:53:45.411010+0000 mgr.a (mgr.14403) 25655 : cluster 0 pgmap v19160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:46.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:46 smithi135 bash[32435]: cluster 2023-12-08T03:53:45.411010+0000 mgr.a (mgr.14403) 25655 : cluster 0 pgmap v19160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:47.349 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:53:47.350 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:47.351 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:48.249 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:53:48.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:48.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:48.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:48.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:53:48.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:48 smithi079 bash[28699]: cluster 2023-12-08T03:53:47.411565+0000 mgr.a (mgr.14403) 25656 : cluster 0 pgmap v19161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:48.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:48 smithi079 bash[28699]: audit 2023-12-08T03:53:47.756560+0000 mgr.a (mgr.14403) 25657 : audit 0 from='client.504825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:48 smithi194 bash[32038]: cluster 2023-12-08T03:53:47.411565+0000 mgr.a (mgr.14403) 25656 : cluster 0 pgmap v19161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:48 smithi194 bash[32038]: audit 2023-12-08T03:53:47.756560+0000 mgr.a (mgr.14403) 25657 : audit 0 from='client.504825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:48.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:48 smithi135 bash[32435]: cluster 2023-12-08T03:53:47.411565+0000 mgr.a (mgr.14403) 25656 : cluster 0 pgmap v19161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:48.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:48 smithi135 bash[32435]: audit 2023-12-08T03:53:47.756560+0000 mgr.a (mgr.14403) 25657 : audit 0 from='client.504825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:50.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:50 smithi079 bash[28699]: cluster 2023-12-08T03:53:49.412504+0000 mgr.a (mgr.14403) 25658 : cluster 0 pgmap v19162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:50 smithi194 bash[32038]: cluster 2023-12-08T03:53:49.412504+0000 mgr.a (mgr.14403) 25658 : cluster 0 pgmap v19162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:50.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:50 smithi135 bash[32435]: cluster 2023-12-08T03:53:49.412504+0000 mgr.a (mgr.14403) 25658 : cluster 0 pgmap v19162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:53:52.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:52 smithi079 bash[28699]: cluster 2023-12-08T03:53:51.413083+0000 mgr.a (mgr.14403) 25659 : cluster 0 pgmap v19163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:52 smithi194 bash[32038]: cluster 2023-12-08T03:53:51.413083+0000 mgr.a (mgr.14403) 25659 : cluster 0 pgmap v19163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:52.957 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:52 smithi135 bash[32435]: cluster 2023-12-08T03:53:51.413083+0000 mgr.a (mgr.14403) 25659 : cluster 0 pgmap v19163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:53.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:53:53.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:53.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:53:54.169 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:53:54.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:53:54.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:53:54.169 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:53:54.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:53:54.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:54 smithi079 bash[28699]: cluster 2023-12-08T03:53:53.413462+0000 mgr.a (mgr.14403) 25660 : cluster 0 pgmap v19164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:54.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:54 smithi079 bash[28699]: audit 2023-12-08T03:53:53.656426+0000 mgr.a (mgr.14403) 25661 : audit 0 from='client.504900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:54 smithi194 bash[32038]: cluster 2023-12-08T03:53:53.413462+0000 mgr.a (mgr.14403) 25660 : cluster 0 pgmap v19164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:54 smithi194 bash[32038]: audit 2023-12-08T03:53:53.656426+0000 mgr.a (mgr.14403) 25661 : audit 0 from='client.504900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:54.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:54 smithi135 bash[32435]: cluster 2023-12-08T03:53:53.413462+0000 mgr.a (mgr.14403) 25660 : cluster 0 pgmap v19164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:54.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:54 smithi135 bash[32435]: audit 2023-12-08T03:53:53.656426+0000 mgr.a (mgr.14403) 25661 : audit 0 from='client.504900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:53:56.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:56 smithi079 bash[28699]: cluster 2023-12-08T03:53:55.414492+0000 mgr.a (mgr.14403) 25662 : cluster 0 pgmap v19165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:56 smithi194 bash[32038]: cluster 2023-12-08T03:53:55.414492+0000 mgr.a (mgr.14403) 25662 : cluster 0 pgmap v19165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:56.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:56 smithi135 bash[32435]: cluster 2023-12-08T03:53:55.414492+0000 mgr.a (mgr.14403) 25662 : cluster 0 pgmap v19165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:53:58.893 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:53:58 smithi079 bash[28699]: cluster 2023-12-08T03:53:57.415092+0000 mgr.a (mgr.14403) 25663 : cluster 0 pgmap v19166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:53:58 smithi194 bash[32038]: cluster 2023-12-08T03:53:57.415092+0000 mgr.a (mgr.14403) 25663 : cluster 0 pgmap v19166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:58.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:53:58 smithi135 bash[32435]: cluster 2023-12-08T03:53:57.415092+0000 mgr.a (mgr.14403) 25663 : cluster 0 pgmap v19166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:53:59.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:53:59.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:53:59.172 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:00.065 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:54:00.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:00.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:00.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:00.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:54:00.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:00 smithi079 bash[28699]: cluster 2023-12-08T03:53:59.415826+0000 mgr.a (mgr.14403) 25664 : cluster 0 pgmap v19167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:00.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:00 smithi079 bash[28699]: audit 2023-12-08T03:53:59.572140+0000 mgr.a (mgr.14403) 25665 : audit 0 from='client.504975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:00 smithi194 bash[32038]: cluster 2023-12-08T03:53:59.415826+0000 mgr.a (mgr.14403) 25664 : cluster 0 pgmap v19167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:00 smithi194 bash[32038]: audit 2023-12-08T03:53:59.572140+0000 mgr.a (mgr.14403) 25665 : audit 0 from='client.504975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:00.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:00 smithi135 bash[32435]: cluster 2023-12-08T03:53:59.415826+0000 mgr.a (mgr.14403) 25664 : cluster 0 pgmap v19167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:00.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:00 smithi135 bash[32435]: audit 2023-12-08T03:53:59.572140+0000 mgr.a (mgr.14403) 25665 : audit 0 from='client.504975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:02.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:02 smithi079 bash[28699]: cluster 2023-12-08T03:54:01.416563+0000 mgr.a (mgr.14403) 25666 : cluster 0 pgmap v19168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:02 smithi194 bash[32038]: cluster 2023-12-08T03:54:01.416563+0000 mgr.a (mgr.14403) 25666 : cluster 0 pgmap v19168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:02.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:02 smithi135 bash[32435]: cluster 2023-12-08T03:54:01.416563+0000 mgr.a (mgr.14403) 25666 : cluster 0 pgmap v19168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:04 smithi194 bash[32038]: cluster 2023-12-08T03:54:03.417155+0000 mgr.a (mgr.14403) 25667 : cluster 0 pgmap v19169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:04.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:04 smithi135 bash[32435]: cluster 2023-12-08T03:54:03.417155+0000 mgr.a (mgr.14403) 25667 : cluster 0 pgmap v19169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:05.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:54:05.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:05.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:04 smithi079 bash[28699]: cluster 2023-12-08T03:54:03.417155+0000 mgr.a (mgr.14403) 25667 : cluster 0 pgmap v19169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:54:05.966 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:54:05.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:05.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:05.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:05.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:54:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:06 smithi194 bash[32038]: cluster 2023-12-08T03:54:05.417932+0000 mgr.a (mgr.14403) 25668 : cluster 0 pgmap v19170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:06 smithi194 bash[32038]: audit 2023-12-08T03:54:05.470961+0000 mgr.a (mgr.14403) 25669 : audit 0 from='client.505053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:06.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:06 smithi135 bash[32435]: cluster 2023-12-08T03:54:05.417932+0000 mgr.a (mgr.14403) 25668 : cluster 0 pgmap v19170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:06.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:06 smithi135 bash[32435]: audit 2023-12-08T03:54:05.470961+0000 mgr.a (mgr.14403) 25669 : audit 0 from='client.505053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:07.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:06 smithi079 bash[28699]: cluster 2023-12-08T03:54:05.417932+0000 mgr.a (mgr.14403) 25668 : cluster 0 pgmap v19170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:07.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:06 smithi079 bash[28699]: audit 2023-12-08T03:54:05.470961+0000 mgr.a (mgr.14403) 25669 : audit 0 from='client.505053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:08 smithi194 bash[32038]: cluster 2023-12-08T03:54:07.418609+0000 mgr.a (mgr.14403) 25670 : cluster 0 pgmap v19171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:08 smithi135 bash[32435]: cluster 2023-12-08T03:54:07.418609+0000 mgr.a (mgr.14403) 25670 : cluster 0 pgmap v19171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:09.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:08 smithi079 bash[28699]: cluster 2023-12-08T03:54:07.418609+0000 mgr.a (mgr.14403) 25670 : cluster 0 pgmap v19171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:10 smithi194 bash[32038]: cluster 2023-12-08T03:54:09.419473+0000 mgr.a (mgr.14403) 25671 : cluster 0 pgmap v19172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:10.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:10 smithi135 bash[32435]: cluster 2023-12-08T03:54:09.419473+0000 mgr.a (mgr.14403) 25671 : cluster 0 pgmap v19172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:10.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:54:10.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:10.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:11.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:10 smithi079 bash[28699]: cluster 2023-12-08T03:54:09.419473+0000 mgr.a (mgr.14403) 25671 : cluster 0 pgmap v19172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:11.873 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:54:11.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:11.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:11.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:11.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:54:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:12 smithi194 bash[32038]: audit 2023-12-08T03:54:11.373112+0000 mgr.a (mgr.14403) 25672 : audit 0 from='client.505131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:12 smithi194 bash[32038]: cluster 2023-12-08T03:54:11.420242+0000 mgr.a (mgr.14403) 25673 : cluster 0 pgmap v19173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:12.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:12 smithi135 bash[32435]: audit 2023-12-08T03:54:11.373112+0000 mgr.a (mgr.14403) 25672 : audit 0 from='client.505131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:12.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:12 smithi135 bash[32435]: cluster 2023-12-08T03:54:11.420242+0000 mgr.a (mgr.14403) 25673 : cluster 0 pgmap v19173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:13.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:12 smithi079 bash[28699]: audit 2023-12-08T03:54:11.373112+0000 mgr.a (mgr.14403) 25672 : audit 0 from='client.505131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:13.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:12 smithi079 bash[28699]: cluster 2023-12-08T03:54:11.420242+0000 mgr.a (mgr.14403) 25673 : cluster 0 pgmap v19173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:14 smithi194 bash[32038]: cluster 2023-12-08T03:54:13.421077+0000 mgr.a (mgr.14403) 25674 : cluster 0 pgmap v19174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:14.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:14 smithi135 bash[32435]: cluster 2023-12-08T03:54:13.421077+0000 mgr.a (mgr.14403) 25674 : cluster 0 pgmap v19174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:15.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:14 smithi079 bash[28699]: cluster 2023-12-08T03:54:13.421077+0000 mgr.a (mgr.14403) 25674 : cluster 0 pgmap v19174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:16.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:54:16.877 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:16.877 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:16 smithi194 bash[32038]: cluster 2023-12-08T03:54:15.422060+0000 mgr.a (mgr.14403) 25675 : cluster 0 pgmap v19175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:16 smithi135 bash[32435]: cluster 2023-12-08T03:54:15.422060+0000 mgr.a (mgr.14403) 25675 : cluster 0 pgmap v19175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:17.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:16 smithi079 bash[28699]: cluster 2023-12-08T03:54:15.422060+0000 mgr.a (mgr.14403) 25675 : cluster 0 pgmap v19175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:17.773 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:54:17.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:17.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:17.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:17.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:54:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:18 smithi194 bash[32038]: audit 2023-12-08T03:54:17.279155+0000 mgr.a (mgr.14403) 25676 : audit 0 from='client.505209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:18 smithi194 bash[32038]: cluster 2023-12-08T03:54:17.424836+0000 mgr.a (mgr.14403) 25677 : cluster 0 pgmap v19176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:18.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:18 smithi135 bash[32435]: audit 2023-12-08T03:54:17.279155+0000 mgr.a (mgr.14403) 25676 : audit 0 from='client.505209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:18.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:18 smithi135 bash[32435]: cluster 2023-12-08T03:54:17.424836+0000 mgr.a (mgr.14403) 25677 : cluster 0 pgmap v19176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:19.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:18 smithi079 bash[28699]: audit 2023-12-08T03:54:17.279155+0000 mgr.a (mgr.14403) 25676 : audit 0 from='client.505209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:19.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:18 smithi079 bash[28699]: cluster 2023-12-08T03:54:17.424836+0000 mgr.a (mgr.14403) 25677 : cluster 0 pgmap v19176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:20 smithi194 bash[32038]: cluster 2023-12-08T03:54:19.425995+0000 mgr.a (mgr.14403) 25678 : cluster 0 pgmap v19177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:20 smithi135 bash[32435]: cluster 2023-12-08T03:54:19.425995+0000 mgr.a (mgr.14403) 25678 : cluster 0 pgmap v19177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:21.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:20 smithi079 bash[28699]: cluster 2023-12-08T03:54:19.425995+0000 mgr.a (mgr.14403) 25678 : cluster 0 pgmap v19177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:22.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:54:22.776 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:22.776 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:22 smithi194 bash[32038]: cluster 2023-12-08T03:54:21.426569+0000 mgr.a (mgr.14403) 25679 : cluster 0 pgmap v19178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:22.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:22 smithi135 bash[32435]: cluster 2023-12-08T03:54:21.426569+0000 mgr.a (mgr.14403) 25679 : cluster 0 pgmap v19178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:23.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:22 smithi079 bash[28699]: cluster 2023-12-08T03:54:21.426569+0000 mgr.a (mgr.14403) 25679 : cluster 0 pgmap v19178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:23.662 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:54:23.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:23.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:23.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:23.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:54:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:24 smithi194 bash[32038]: audit 2023-12-08T03:54:23.184415+0000 mgr.a (mgr.14403) 25680 : audit 0 from='client.505287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:24 smithi194 bash[32038]: cluster 2023-12-08T03:54:23.433491+0000 mgr.a (mgr.14403) 25681 : cluster 0 pgmap v19179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:24.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:24 smithi135 bash[32435]: audit 2023-12-08T03:54:23.184415+0000 mgr.a (mgr.14403) 25680 : audit 0 from='client.505287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:24.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:24 smithi135 bash[32435]: cluster 2023-12-08T03:54:23.433491+0000 mgr.a (mgr.14403) 25681 : cluster 0 pgmap v19179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:25.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:24 smithi079 bash[28699]: audit 2023-12-08T03:54:23.184415+0000 mgr.a (mgr.14403) 25680 : audit 0 from='client.505287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:25.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:24 smithi079 bash[28699]: cluster 2023-12-08T03:54:23.433491+0000 mgr.a (mgr.14403) 25681 : cluster 0 pgmap v19179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:26.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:26 smithi194 bash[32038]: cluster 2023-12-08T03:54:25.434595+0000 mgr.a (mgr.14403) 25682 : cluster 0 pgmap v19180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:54:26.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:26 smithi135 bash[32435]: cluster 2023-12-08T03:54:25.434595+0000 mgr.a (mgr.14403) 25682 : cluster 0 pgmap v19180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:54:27.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:26 smithi079 bash[28699]: cluster 2023-12-08T03:54:25.434595+0000 mgr.a (mgr.14403) 25682 : cluster 0 pgmap v19180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:54:28.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:54:28.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:28.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:28.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:28 smithi194 bash[32038]: cluster 2023-12-08T03:54:27.435337+0000 mgr.a (mgr.14403) 25683 : cluster 0 pgmap v19181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:54:28.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:28 smithi135 bash[32435]: cluster 2023-12-08T03:54:27.435337+0000 mgr.a (mgr.14403) 25683 : cluster 0 pgmap v19181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:54:29.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:28 smithi079 bash[28699]: cluster 2023-12-08T03:54:27.435337+0000 mgr.a (mgr.14403) 25683 : cluster 0 pgmap v19181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:54:29.557 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:54:29.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:29.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:29.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:29.557 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:54:30.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:30 smithi135 bash[32435]: audit 2023-12-08T03:54:29.065193+0000 mgr.a (mgr.14403) 25684 : audit 0 from='client.505362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:30.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:30 smithi135 bash[32435]: cluster 2023-12-08T03:54:29.440335+0000 mgr.a (mgr.14403) 25685 : cluster 0 pgmap v19182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:31.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:30 smithi079 bash[28699]: audit 2023-12-08T03:54:29.065193+0000 mgr.a (mgr.14403) 25684 : audit 0 from='client.505362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:31.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:30 smithi079 bash[28699]: cluster 2023-12-08T03:54:29.440335+0000 mgr.a (mgr.14403) 25685 : cluster 0 pgmap v19182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:30 smithi194 bash[32038]: audit 2023-12-08T03:54:29.065193+0000 mgr.a (mgr.14403) 25684 : audit 0 from='client.505362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:30 smithi194 bash[32038]: cluster 2023-12-08T03:54:29.440335+0000 mgr.a (mgr.14403) 25685 : cluster 0 pgmap v19182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:33.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:32 smithi079 bash[28699]: cluster 2023-12-08T03:54:31.441027+0000 mgr.a (mgr.14403) 25686 : cluster 0 pgmap v19183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T03:54:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:32 smithi194 bash[32038]: cluster 2023-12-08T03:54:31.441027+0000 mgr.a (mgr.14403) 25686 : cluster 0 pgmap v19183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T03:54:33.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:32 smithi135 bash[32435]: cluster 2023-12-08T03:54:31.441027+0000 mgr.a (mgr.14403) 25686 : cluster 0 pgmap v19183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T03:54:34.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:54:34.559 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:34.560 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:35.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:34 smithi079 bash[28699]: cluster 2023-12-08T03:54:33.441595+0000 mgr.a (mgr.14403) 25687 : cluster 0 pgmap v19184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T03:54:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:34 smithi194 bash[32038]: cluster 2023-12-08T03:54:33.441595+0000 mgr.a (mgr.14403) 25687 : cluster 0 pgmap v19184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T03:54:35.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:34 smithi135 bash[32435]: cluster 2023-12-08T03:54:33.441595+0000 mgr.a (mgr.14403) 25687 : cluster 0 pgmap v19184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T03:54:35.479 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:54:35.479 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:35.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:35.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:35.480 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:54:37.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:36 smithi079 bash[28699]: audit 2023-12-08T03:54:34.964811+0000 mgr.a (mgr.14403) 25688 : audit 0 from='client.505434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:37.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:36 smithi079 bash[28699]: cluster 2023-12-08T03:54:35.442501+0000 mgr.a (mgr.14403) 25689 : cluster 0 pgmap v19185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:36 smithi194 bash[32038]: audit 2023-12-08T03:54:34.964811+0000 mgr.a (mgr.14403) 25688 : audit 0 from='client.505434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:36 smithi194 bash[32038]: cluster 2023-12-08T03:54:35.442501+0000 mgr.a (mgr.14403) 25689 : cluster 0 pgmap v19185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:37.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:36 smithi135 bash[32435]: audit 2023-12-08T03:54:34.964811+0000 mgr.a (mgr.14403) 25688 : audit 0 from='client.505434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:37.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:36 smithi135 bash[32435]: cluster 2023-12-08T03:54:35.442501+0000 mgr.a (mgr.14403) 25689 : cluster 0 pgmap v19185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:39.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:38 smithi079 bash[28699]: cluster 2023-12-08T03:54:37.443134+0000 mgr.a (mgr.14403) 25690 : cluster 0 pgmap v19186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:54:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:38 smithi194 bash[32038]: cluster 2023-12-08T03:54:37.443134+0000 mgr.a (mgr.14403) 25690 : cluster 0 pgmap v19186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:54:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:38 smithi135 bash[32435]: cluster 2023-12-08T03:54:37.443134+0000 mgr.a (mgr.14403) 25690 : cluster 0 pgmap v19186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T03:54:40.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:54:40.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:40.483 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:41.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:40 smithi079 bash[28699]: cluster 2023-12-08T03:54:39.443926+0000 mgr.a (mgr.14403) 25691 : cluster 0 pgmap v19187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:54:41.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:40 smithi079 bash[28699]: audit 2023-12-08T03:54:40.233598+0000 mon.a (mon.0) 3994 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:54:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:40 smithi194 bash[32038]: cluster 2023-12-08T03:54:39.443926+0000 mgr.a (mgr.14403) 25691 : cluster 0 pgmap v19187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:54:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:40 smithi194 bash[32038]: audit 2023-12-08T03:54:40.233598+0000 mon.a (mon.0) 3994 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:54:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:40 smithi135 bash[32435]: cluster 2023-12-08T03:54:39.443926+0000 mgr.a (mgr.14403) 25691 : cluster 0 pgmap v19187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T03:54:41.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:40 smithi135 bash[32435]: audit 2023-12-08T03:54:40.233598+0000 mon.a (mon.0) 3994 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:54:41.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:41.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:41.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:41.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:54:41.383 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:54:42.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:41 smithi079 bash[28699]: audit 2023-12-08T03:54:40.764210+0000 mon.a (mon.0) 3995 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:54:42.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:41 smithi079 bash[28699]: audit 2023-12-08T03:54:40.775556+0000 mon.a (mon.0) 3996 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:54:42.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:41 smithi079 bash[28699]: audit 2023-12-08T03:54:40.881929+0000 mgr.a (mgr.14403) 25692 : audit 0 from='client.505506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:42.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:41 smithi079 bash[28699]: audit 2023-12-08T03:54:41.532309+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:54:42.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:41 smithi079 bash[28699]: audit 2023-12-08T03:54:41.534456+0000 mon.a (mon.0) 3998 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:54:42.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:41 smithi079 bash[28699]: audit 2023-12-08T03:54:41.543770+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:54:42.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:41 smithi194 bash[32038]: audit 2023-12-08T03:54:40.764210+0000 mon.a (mon.0) 3995 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:54:42.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:41 smithi194 bash[32038]: audit 2023-12-08T03:54:40.775556+0000 mon.a (mon.0) 3996 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:54:42.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:41 smithi194 bash[32038]: audit 2023-12-08T03:54:40.881929+0000 mgr.a (mgr.14403) 25692 : audit 0 from='client.505506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:42.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:41 smithi194 bash[32038]: audit 2023-12-08T03:54:41.532309+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:54:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:41 smithi194 bash[32038]: audit 2023-12-08T03:54:41.534456+0000 mon.a (mon.0) 3998 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:54:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:41 smithi194 bash[32038]: audit 2023-12-08T03:54:41.543770+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:54:42.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:41 smithi135 bash[32435]: audit 2023-12-08T03:54:40.764210+0000 mon.a (mon.0) 3995 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:54:42.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:41 smithi135 bash[32435]: audit 2023-12-08T03:54:40.775556+0000 mon.a (mon.0) 3996 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:54:42.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:41 smithi135 bash[32435]: audit 2023-12-08T03:54:40.881929+0000 mgr.a (mgr.14403) 25692 : audit 0 from='client.505506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:42.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:41 smithi135 bash[32435]: audit 2023-12-08T03:54:41.532309+0000 mon.a (mon.0) 3997 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:54:42.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:41 smithi135 bash[32435]: audit 2023-12-08T03:54:41.534456+0000 mon.a (mon.0) 3998 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:54:42.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:41 smithi135 bash[32435]: audit 2023-12-08T03:54:41.543770+0000 mon.a (mon.0) 3999 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:54:43.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:42 smithi079 bash[28699]: cluster 2023-12-08T03:54:41.444783+0000 mgr.a (mgr.14403) 25693 : cluster 0 pgmap v19188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:42 smithi194 bash[32038]: cluster 2023-12-08T03:54:41.444783+0000 mgr.a (mgr.14403) 25693 : cluster 0 pgmap v19188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:43.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:42 smithi135 bash[32435]: cluster 2023-12-08T03:54:41.444783+0000 mgr.a (mgr.14403) 25693 : cluster 0 pgmap v19188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:45.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:44 smithi079 bash[28699]: cluster 2023-12-08T03:54:43.445406+0000 mgr.a (mgr.14403) 25694 : cluster 0 pgmap v19189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:44 smithi194 bash[32038]: cluster 2023-12-08T03:54:43.445406+0000 mgr.a (mgr.14403) 25694 : cluster 0 pgmap v19189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:45.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:44 smithi135 bash[32435]: cluster 2023-12-08T03:54:43.445406+0000 mgr.a (mgr.14403) 25694 : cluster 0 pgmap v19189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:46.385 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:54:46.386 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:46.386 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:47.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:46 smithi079 bash[28699]: cluster 2023-12-08T03:54:45.446244+0000 mgr.a (mgr.14403) 25695 : cluster 0 pgmap v19190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:46 smithi194 bash[32038]: cluster 2023-12-08T03:54:45.446244+0000 mgr.a (mgr.14403) 25695 : cluster 0 pgmap v19190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:47.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:46 smithi135 bash[32435]: cluster 2023-12-08T03:54:45.446244+0000 mgr.a (mgr.14403) 25695 : cluster 0 pgmap v19190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:47.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:47.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:47.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:47.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:54:47.297 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:54:48.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:47 smithi079 bash[28699]: audit 2023-12-08T03:54:46.794327+0000 mgr.a (mgr.14403) 25696 : audit 0 from='client.505584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:48.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:47 smithi194 bash[32038]: audit 2023-12-08T03:54:46.794327+0000 mgr.a (mgr.14403) 25696 : audit 0 from='client.505584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:48.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:47 smithi135 bash[32435]: audit 2023-12-08T03:54:46.794327+0000 mgr.a (mgr.14403) 25696 : audit 0 from='client.505584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:49.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:48 smithi079 bash[28699]: cluster 2023-12-08T03:54:47.446949+0000 mgr.a (mgr.14403) 25697 : cluster 0 pgmap v19191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:48 smithi194 bash[32038]: cluster 2023-12-08T03:54:47.446949+0000 mgr.a (mgr.14403) 25697 : cluster 0 pgmap v19191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:49.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:48 smithi135 bash[32435]: cluster 2023-12-08T03:54:47.446949+0000 mgr.a (mgr.14403) 25697 : cluster 0 pgmap v19191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:51.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:50 smithi079 bash[28699]: cluster 2023-12-08T03:54:49.447828+0000 mgr.a (mgr.14403) 25698 : cluster 0 pgmap v19192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:50 smithi194 bash[32038]: cluster 2023-12-08T03:54:49.447828+0000 mgr.a (mgr.14403) 25698 : cluster 0 pgmap v19192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:51.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:50 smithi135 bash[32435]: cluster 2023-12-08T03:54:49.447828+0000 mgr.a (mgr.14403) 25698 : cluster 0 pgmap v19192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:52.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:54:52.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:52.300 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:53.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:52 smithi079 bash[28699]: cluster 2023-12-08T03:54:51.448406+0000 mgr.a (mgr.14403) 25699 : cluster 0 pgmap v19193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:52 smithi194 bash[32038]: cluster 2023-12-08T03:54:51.448406+0000 mgr.a (mgr.14403) 25699 : cluster 0 pgmap v19193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:53.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:52 smithi135 bash[32435]: cluster 2023-12-08T03:54:51.448406+0000 mgr.a (mgr.14403) 25699 : cluster 0 pgmap v19193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:53.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:53.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:53.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:53.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:54:53.246 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:54:54.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:53 smithi079 bash[28699]: audit 2023-12-08T03:54:52.719025+0000 mgr.a (mgr.14403) 25700 : audit 0 from='client.505662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:54.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:53 smithi194 bash[32038]: audit 2023-12-08T03:54:52.719025+0000 mgr.a (mgr.14403) 25700 : audit 0 from='client.505662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:54.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:53 smithi135 bash[32435]: audit 2023-12-08T03:54:52.719025+0000 mgr.a (mgr.14403) 25700 : audit 0 from='client.505662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:54:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:54 smithi079 bash[28699]: cluster 2023-12-08T03:54:53.449157+0000 mgr.a (mgr.14403) 25701 : cluster 0 pgmap v19194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:54 smithi194 bash[32038]: cluster 2023-12-08T03:54:53.449157+0000 mgr.a (mgr.14403) 25701 : cluster 0 pgmap v19194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:55.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:54 smithi135 bash[32435]: cluster 2023-12-08T03:54:53.449157+0000 mgr.a (mgr.14403) 25701 : cluster 0 pgmap v19194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:57.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:56 smithi079 bash[28699]: cluster 2023-12-08T03:54:55.450000+0000 mgr.a (mgr.14403) 25702 : cluster 0 pgmap v19195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:56 smithi194 bash[32038]: cluster 2023-12-08T03:54:55.450000+0000 mgr.a (mgr.14403) 25702 : cluster 0 pgmap v19195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:57.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:56 smithi135 bash[32435]: cluster 2023-12-08T03:54:55.450000+0000 mgr.a (mgr.14403) 25702 : cluster 0 pgmap v19195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:54:58.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:54:58.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:54:58.250 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:54:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:58 smithi079 bash[28699]: cluster 2023-12-08T03:54:57.450571+0000 mgr.a (mgr.14403) 25703 : cluster 0 pgmap v19196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:59.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:54:59.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:54:59.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:54:59.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:54:59.183 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:54:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:58 smithi194 bash[32038]: cluster 2023-12-08T03:54:57.450571+0000 mgr.a (mgr.14403) 25703 : cluster 0 pgmap v19196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:54:59.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:58 smithi135 bash[32435]: cluster 2023-12-08T03:54:57.450571+0000 mgr.a (mgr.14403) 25703 : cluster 0 pgmap v19196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:00.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:54:59 smithi079 bash[28699]: audit 2023-12-08T03:54:58.658619+0000 mgr.a (mgr.14403) 25704 : audit 0 from='client.505737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:00.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:54:59 smithi194 bash[32038]: audit 2023-12-08T03:54:58.658619+0000 mgr.a (mgr.14403) 25704 : audit 0 from='client.505737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:00.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:54:59 smithi135 bash[32435]: audit 2023-12-08T03:54:58.658619+0000 mgr.a (mgr.14403) 25704 : audit 0 from='client.505737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:01.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:00 smithi079 bash[28699]: cluster 2023-12-08T03:54:59.451846+0000 mgr.a (mgr.14403) 25705 : cluster 0 pgmap v19197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:00 smithi194 bash[32038]: cluster 2023-12-08T03:54:59.451846+0000 mgr.a (mgr.14403) 25705 : cluster 0 pgmap v19197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:01.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:00 smithi135 bash[32435]: cluster 2023-12-08T03:54:59.451846+0000 mgr.a (mgr.14403) 25705 : cluster 0 pgmap v19197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:03.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:02 smithi079 bash[28699]: cluster 2023-12-08T03:55:01.452492+0000 mgr.a (mgr.14403) 25706 : cluster 0 pgmap v19198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:02 smithi194 bash[32038]: cluster 2023-12-08T03:55:01.452492+0000 mgr.a (mgr.14403) 25706 : cluster 0 pgmap v19198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:03.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:02 smithi135 bash[32435]: cluster 2023-12-08T03:55:01.452492+0000 mgr.a (mgr.14403) 25706 : cluster 0 pgmap v19198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:04.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:55:04.186 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:04.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:05.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:05.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:05.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:05.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:55:05.090 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:55:05.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:04 smithi079 bash[28699]: cluster 2023-12-08T03:55:03.453000+0000 mgr.a (mgr.14403) 25707 : cluster 0 pgmap v19199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:04 smithi194 bash[32038]: cluster 2023-12-08T03:55:03.453000+0000 mgr.a (mgr.14403) 25707 : cluster 0 pgmap v19199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:05.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:04 smithi135 bash[32435]: cluster 2023-12-08T03:55:03.453000+0000 mgr.a (mgr.14403) 25707 : cluster 0 pgmap v19199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:06.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:05 smithi079 bash[28699]: audit 2023-12-08T03:55:04.586438+0000 mgr.a (mgr.14403) 25708 : audit 0 from='client.505809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:06.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:05 smithi194 bash[32038]: audit 2023-12-08T03:55:04.586438+0000 mgr.a (mgr.14403) 25708 : audit 0 from='client.505809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:06.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:05 smithi135 bash[32435]: audit 2023-12-08T03:55:04.586438+0000 mgr.a (mgr.14403) 25708 : audit 0 from='client.505809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:07.143 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:06 smithi079 bash[28699]: cluster 2023-12-08T03:55:05.454046+0000 mgr.a (mgr.14403) 25709 : cluster 0 pgmap v19200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:06 smithi194 bash[32038]: cluster 2023-12-08T03:55:05.454046+0000 mgr.a (mgr.14403) 25709 : cluster 0 pgmap v19200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:07.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:06 smithi135 bash[32435]: cluster 2023-12-08T03:55:05.454046+0000 mgr.a (mgr.14403) 25709 : cluster 0 pgmap v19200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:09.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:08 smithi079 bash[28699]: cluster 2023-12-08T03:55:07.454745+0000 mgr.a (mgr.14403) 25710 : cluster 0 pgmap v19201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:08 smithi194 bash[32038]: cluster 2023-12-08T03:55:07.454745+0000 mgr.a (mgr.14403) 25710 : cluster 0 pgmap v19201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:09.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:08 smithi135 bash[32435]: cluster 2023-12-08T03:55:07.454745+0000 mgr.a (mgr.14403) 25710 : cluster 0 pgmap v19201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:10.093 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:55:10.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:10.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:10.994 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:10.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:10.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:10.995 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:55:10.995 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:55:11.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:10 smithi079 bash[28699]: cluster 2023-12-08T03:55:09.455489+0000 mgr.a (mgr.14403) 25711 : cluster 0 pgmap v19202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:10 smithi194 bash[32038]: cluster 2023-12-08T03:55:09.455489+0000 mgr.a (mgr.14403) 25711 : cluster 0 pgmap v19202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:11.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:10 smithi135 bash[32435]: cluster 2023-12-08T03:55:09.455489+0000 mgr.a (mgr.14403) 25711 : cluster 0 pgmap v19202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:12.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:11 smithi079 bash[28699]: audit 2023-12-08T03:55:10.496362+0000 mgr.a (mgr.14403) 25712 : audit 0 from='client.505881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:12.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:11 smithi194 bash[32038]: audit 2023-12-08T03:55:10.496362+0000 mgr.a (mgr.14403) 25712 : audit 0 from='client.505881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:12.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:11 smithi135 bash[32435]: audit 2023-12-08T03:55:10.496362+0000 mgr.a (mgr.14403) 25712 : audit 0 from='client.505881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:13.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:12 smithi079 bash[28699]: cluster 2023-12-08T03:55:11.456387+0000 mgr.a (mgr.14403) 25713 : cluster 0 pgmap v19203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:12 smithi194 bash[32038]: cluster 2023-12-08T03:55:11.456387+0000 mgr.a (mgr.14403) 25713 : cluster 0 pgmap v19203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:13.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:12 smithi135 bash[32435]: cluster 2023-12-08T03:55:11.456387+0000 mgr.a (mgr.14403) 25713 : cluster 0 pgmap v19203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:15.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:14 smithi079 bash[28699]: cluster 2023-12-08T03:55:13.457042+0000 mgr.a (mgr.14403) 25714 : cluster 0 pgmap v19204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:14 smithi194 bash[32038]: cluster 2023-12-08T03:55:13.457042+0000 mgr.a (mgr.14403) 25714 : cluster 0 pgmap v19204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:14 smithi135 bash[32435]: cluster 2023-12-08T03:55:13.457042+0000 mgr.a (mgr.14403) 25714 : cluster 0 pgmap v19204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:15.997 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:55:15.998 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:15.998 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:16.924 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:55:16.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:16.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:16.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:16.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:55:17.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:16 smithi079 bash[28699]: cluster 2023-12-08T03:55:15.457850+0000 mgr.a (mgr.14403) 25715 : cluster 0 pgmap v19205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:16 smithi194 bash[32038]: cluster 2023-12-08T03:55:15.457850+0000 mgr.a (mgr.14403) 25715 : cluster 0 pgmap v19205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:17.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:16 smithi135 bash[32435]: cluster 2023-12-08T03:55:15.457850+0000 mgr.a (mgr.14403) 25715 : cluster 0 pgmap v19205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:18.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:17 smithi194 bash[32038]: audit 2023-12-08T03:55:16.407231+0000 mgr.a (mgr.14403) 25716 : audit 0 from='client.505959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:18.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:17 smithi135 bash[32435]: audit 2023-12-08T03:55:16.407231+0000 mgr.a (mgr.14403) 25716 : audit 0 from='client.505959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:17 smithi079 bash[28699]: audit 2023-12-08T03:55:16.407231+0000 mgr.a (mgr.14403) 25716 : audit 0 from='client.505959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:18 smithi194 bash[32038]: cluster 2023-12-08T03:55:17.458554+0000 mgr.a (mgr.14403) 25717 : cluster 0 pgmap v19206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:19.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:18 smithi135 bash[32435]: cluster 2023-12-08T03:55:17.458554+0000 mgr.a (mgr.14403) 25717 : cluster 0 pgmap v19206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:18 smithi079 bash[28699]: cluster 2023-12-08T03:55:17.458554+0000 mgr.a (mgr.14403) 25717 : cluster 0 pgmap v19206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:20 smithi194 bash[32038]: cluster 2023-12-08T03:55:19.459385+0000 mgr.a (mgr.14403) 25718 : cluster 0 pgmap v19207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:21.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:20 smithi135 bash[32435]: cluster 2023-12-08T03:55:19.459385+0000 mgr.a (mgr.14403) 25718 : cluster 0 pgmap v19207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:20 smithi079 bash[28699]: cluster 2023-12-08T03:55:19.459385+0000 mgr.a (mgr.14403) 25718 : cluster 0 pgmap v19207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:21.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:55:21.929 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:21.929 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:22.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:22.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:22.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:22.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:55:22.832 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:55:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:22 smithi194 bash[32038]: cluster 2023-12-08T03:55:21.459901+0000 mgr.a (mgr.14403) 25719 : cluster 0 pgmap v19208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:23.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:22 smithi135 bash[32435]: cluster 2023-12-08T03:55:21.459901+0000 mgr.a (mgr.14403) 25719 : cluster 0 pgmap v19208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:23.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:22 smithi079 bash[28699]: cluster 2023-12-08T03:55:21.459901+0000 mgr.a (mgr.14403) 25719 : cluster 0 pgmap v19208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:24.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:23 smithi194 bash[32038]: audit 2023-12-08T03:55:22.328771+0000 mgr.a (mgr.14403) 25720 : audit 0 from='client.506037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:24.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:23 smithi135 bash[32435]: audit 2023-12-08T03:55:22.328771+0000 mgr.a (mgr.14403) 25720 : audit 0 from='client.506037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:23 smithi079 bash[28699]: audit 2023-12-08T03:55:22.328771+0000 mgr.a (mgr.14403) 25720 : audit 0 from='client.506037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:24 smithi194 bash[32038]: cluster 2023-12-08T03:55:23.460593+0000 mgr.a (mgr.14403) 25721 : cluster 0 pgmap v19209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:25.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:24 smithi135 bash[32435]: cluster 2023-12-08T03:55:23.460593+0000 mgr.a (mgr.14403) 25721 : cluster 0 pgmap v19209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:24 smithi079 bash[28699]: cluster 2023-12-08T03:55:23.460593+0000 mgr.a (mgr.14403) 25721 : cluster 0 pgmap v19209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:26 smithi194 bash[32038]: cluster 2023-12-08T03:55:25.461372+0000 mgr.a (mgr.14403) 25722 : cluster 0 pgmap v19210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:27.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:26 smithi135 bash[32435]: cluster 2023-12-08T03:55:25.461372+0000 mgr.a (mgr.14403) 25722 : cluster 0 pgmap v19210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:26 smithi079 bash[28699]: cluster 2023-12-08T03:55:25.461372+0000 mgr.a (mgr.14403) 25722 : cluster 0 pgmap v19210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:27.834 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:55:27.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:27.835 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:28.772 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:55:28.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:28.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:28.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:28.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:55:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:28 smithi194 bash[32038]: cluster 2023-12-08T03:55:27.461941+0000 mgr.a (mgr.14403) 25723 : cluster 0 pgmap v19211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:29.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:28 smithi135 bash[32435]: cluster 2023-12-08T03:55:27.461941+0000 mgr.a (mgr.14403) 25723 : cluster 0 pgmap v19211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:28 smithi079 bash[28699]: cluster 2023-12-08T03:55:27.461941+0000 mgr.a (mgr.14403) 25723 : cluster 0 pgmap v19211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:30.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:29 smithi194 bash[32038]: audit 2023-12-08T03:55:28.245291+0000 mgr.a (mgr.14403) 25724 : audit 0 from='client.506112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:30.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:29 smithi135 bash[32435]: audit 2023-12-08T03:55:28.245291+0000 mgr.a (mgr.14403) 25724 : audit 0 from='client.506112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:29 smithi079 bash[28699]: audit 2023-12-08T03:55:28.245291+0000 mgr.a (mgr.14403) 25724 : audit 0 from='client.506112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:30 smithi194 bash[32038]: cluster 2023-12-08T03:55:29.462853+0000 mgr.a (mgr.14403) 25725 : cluster 0 pgmap v19212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:55:31.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:30 smithi135 bash[32435]: cluster 2023-12-08T03:55:29.462853+0000 mgr.a (mgr.14403) 25725 : cluster 0 pgmap v19212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:55:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:30 smithi079 bash[28699]: cluster 2023-12-08T03:55:29.462853+0000 mgr.a (mgr.14403) 25725 : cluster 0 pgmap v19212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:55:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:32 smithi194 bash[32038]: cluster 2023-12-08T03:55:31.463444+0000 mgr.a (mgr.14403) 25726 : cluster 0 pgmap v19213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:55:33.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:32 smithi135 bash[32435]: cluster 2023-12-08T03:55:31.463444+0000 mgr.a (mgr.14403) 25726 : cluster 0 pgmap v19213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:55:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:32 smithi079 bash[28699]: cluster 2023-12-08T03:55:31.463444+0000 mgr.a (mgr.14403) 25726 : cluster 0 pgmap v19213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:55:33.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:55:33.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:33.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:34.677 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:55:34.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:34.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:34.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:34.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:55:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:34 smithi194 bash[32038]: cluster 2023-12-08T03:55:33.463935+0000 mgr.a (mgr.14403) 25727 : cluster 0 pgmap v19214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:55:35.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:34 smithi135 bash[32435]: cluster 2023-12-08T03:55:33.463935+0000 mgr.a (mgr.14403) 25727 : cluster 0 pgmap v19214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:55:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:34 smithi079 bash[28699]: cluster 2023-12-08T03:55:33.463935+0000 mgr.a (mgr.14403) 25727 : cluster 0 pgmap v19214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:55:36.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:35 smithi135 bash[32435]: audit 2023-12-08T03:55:34.178490+0000 mgr.a (mgr.14403) 25728 : audit 0 from='client.506187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:35 smithi079 bash[28699]: audit 2023-12-08T03:55:34.178490+0000 mgr.a (mgr.14403) 25728 : audit 0 from='client.506187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:36.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:35 smithi194 bash[32038]: audit 2023-12-08T03:55:34.178490+0000 mgr.a (mgr.14403) 25728 : audit 0 from='client.506187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:37.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:36 smithi079 bash[28699]: cluster 2023-12-08T03:55:35.464954+0000 mgr.a (mgr.14403) 25729 : cluster 0 pgmap v19215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:36 smithi194 bash[32038]: cluster 2023-12-08T03:55:35.464954+0000 mgr.a (mgr.14403) 25729 : cluster 0 pgmap v19215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:37.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:36 smithi135 bash[32435]: cluster 2023-12-08T03:55:35.464954+0000 mgr.a (mgr.14403) 25729 : cluster 0 pgmap v19215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:38 smithi079 bash[28699]: cluster 2023-12-08T03:55:37.465403+0000 mgr.a (mgr.14403) 25730 : cluster 0 pgmap v19216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:38 smithi194 bash[32038]: cluster 2023-12-08T03:55:37.465403+0000 mgr.a (mgr.14403) 25730 : cluster 0 pgmap v19216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:39.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:38 smithi135 bash[32435]: cluster 2023-12-08T03:55:37.465403+0000 mgr.a (mgr.14403) 25730 : cluster 0 pgmap v19216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:55:39.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:55:39.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:39.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:40.562 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:55:40.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:40.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:40.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:40.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:55:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:40 smithi079 bash[28699]: cluster 2023-12-08T03:55:39.466164+0000 mgr.a (mgr.14403) 25731 : cluster 0 pgmap v19217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:40 smithi194 bash[32038]: cluster 2023-12-08T03:55:39.466164+0000 mgr.a (mgr.14403) 25731 : cluster 0 pgmap v19217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:41.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:40 smithi135 bash[32435]: cluster 2023-12-08T03:55:39.466164+0000 mgr.a (mgr.14403) 25731 : cluster 0 pgmap v19217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:41 smithi079 bash[28699]: audit 2023-12-08T03:55:40.086069+0000 mgr.a (mgr.14403) 25732 : audit 0 from='client.506262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:41 smithi079 bash[28699]: audit 2023-12-08T03:55:41.646227+0000 mon.a (mon.0) 4000 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:55:42.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:41 smithi194 bash[32038]: audit 2023-12-08T03:55:40.086069+0000 mgr.a (mgr.14403) 25732 : audit 0 from='client.506262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:42.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:41 smithi194 bash[32038]: audit 2023-12-08T03:55:41.646227+0000 mon.a (mon.0) 4000 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:55:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:41 smithi135 bash[32435]: audit 2023-12-08T03:55:40.086069+0000 mgr.a (mgr.14403) 25732 : audit 0 from='client.506262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:42.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:41 smithi135 bash[32435]: audit 2023-12-08T03:55:41.646227+0000 mon.a (mon.0) 4000 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:55:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:42 smithi079 bash[28699]: cluster 2023-12-08T03:55:41.466841+0000 mgr.a (mgr.14403) 25733 : cluster 0 pgmap v19218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:55:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:42 smithi079 bash[28699]: audit 2023-12-08T03:55:42.175353+0000 mon.a (mon.0) 4001 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:55:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:42 smithi079 bash[28699]: audit 2023-12-08T03:55:42.182047+0000 mon.a (mon.0) 4002 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:55:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:42 smithi079 bash[28699]: audit 2023-12-08T03:55:42.919175+0000 mon.a (mon.0) 4003 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:55:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:42 smithi079 bash[28699]: audit 2023-12-08T03:55:42.921131+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:55:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:42 smithi079 bash[28699]: audit 2023-12-08T03:55:42.931930+0000 mon.a (mon.0) 4005 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:55:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:42 smithi194 bash[32038]: cluster 2023-12-08T03:55:41.466841+0000 mgr.a (mgr.14403) 25733 : cluster 0 pgmap v19218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:55:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:42 smithi194 bash[32038]: audit 2023-12-08T03:55:42.175353+0000 mon.a (mon.0) 4001 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:55:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:42 smithi194 bash[32038]: audit 2023-12-08T03:55:42.182047+0000 mon.a (mon.0) 4002 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:55:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:42 smithi194 bash[32038]: audit 2023-12-08T03:55:42.919175+0000 mon.a (mon.0) 4003 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:55:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:42 smithi194 bash[32038]: audit 2023-12-08T03:55:42.921131+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:55:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:42 smithi194 bash[32038]: audit 2023-12-08T03:55:42.931930+0000 mon.a (mon.0) 4005 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:55:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:42 smithi135 bash[32435]: cluster 2023-12-08T03:55:41.466841+0000 mgr.a (mgr.14403) 25733 : cluster 0 pgmap v19218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:55:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:42 smithi135 bash[32435]: audit 2023-12-08T03:55:42.175353+0000 mon.a (mon.0) 4001 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:55:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:42 smithi135 bash[32435]: audit 2023-12-08T03:55:42.182047+0000 mon.a (mon.0) 4002 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:55:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:42 smithi135 bash[32435]: audit 2023-12-08T03:55:42.919175+0000 mon.a (mon.0) 4003 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:55:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:42 smithi135 bash[32435]: audit 2023-12-08T03:55:42.921131+0000 mon.a (mon.0) 4004 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:55:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:42 smithi135 bash[32435]: audit 2023-12-08T03:55:42.931930+0000 mon.a (mon.0) 4005 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:55:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:43 smithi079 bash[28699]: cluster 2023-12-08T03:55:43.467422+0000 mgr.a (mgr.14403) 25734 : cluster 0 pgmap v19219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:55:44.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:43 smithi194 bash[32038]: cluster 2023-12-08T03:55:43.467422+0000 mgr.a (mgr.14403) 25734 : cluster 0 pgmap v19219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:55:44.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:43 smithi135 bash[32435]: cluster 2023-12-08T03:55:43.467422+0000 mgr.a (mgr.14403) 25734 : cluster 0 pgmap v19219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:55:45.565 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:55:45.565 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:45.566 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:46.475 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:55:46.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:46.475 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:46.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:46.476 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:55:46.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:46 smithi079 bash[28699]: cluster 2023-12-08T03:55:45.468223+0000 mgr.a (mgr.14403) 25735 : cluster 0 pgmap v19220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:55:46.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:46 smithi079 bash[28699]: audit 2023-12-08T03:55:45.964162+0000 mgr.a (mgr.14403) 25736 : audit 0 from='client.506331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:46 smithi194 bash[32038]: cluster 2023-12-08T03:55:45.468223+0000 mgr.a (mgr.14403) 25735 : cluster 0 pgmap v19220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:55:46.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:46 smithi194 bash[32038]: audit 2023-12-08T03:55:45.964162+0000 mgr.a (mgr.14403) 25736 : audit 0 from='client.506331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:46.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:46 smithi135 bash[32435]: cluster 2023-12-08T03:55:45.468223+0000 mgr.a (mgr.14403) 25735 : cluster 0 pgmap v19220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:55:46.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:46 smithi135 bash[32435]: audit 2023-12-08T03:55:45.964162+0000 mgr.a (mgr.14403) 25736 : audit 0 from='client.506331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:48.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:48 smithi079 bash[28699]: cluster 2023-12-08T03:55:47.468887+0000 mgr.a (mgr.14403) 25737 : cluster 0 pgmap v19221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:48.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:48 smithi194 bash[32038]: cluster 2023-12-08T03:55:47.468887+0000 mgr.a (mgr.14403) 25737 : cluster 0 pgmap v19221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:48.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:48 smithi135 bash[32435]: cluster 2023-12-08T03:55:47.468887+0000 mgr.a (mgr.14403) 25737 : cluster 0 pgmap v19221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:50.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:50 smithi079 bash[28699]: cluster 2023-12-08T03:55:49.469702+0000 mgr.a (mgr.14403) 25738 : cluster 0 pgmap v19222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:50.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:50 smithi194 bash[32038]: cluster 2023-12-08T03:55:49.469702+0000 mgr.a (mgr.14403) 25738 : cluster 0 pgmap v19222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:50.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:50 smithi135 bash[32435]: cluster 2023-12-08T03:55:49.469702+0000 mgr.a (mgr.14403) 25738 : cluster 0 pgmap v19222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:51.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:55:51.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:51.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:52.411 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:55:52.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:52.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:52.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:52.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:55:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:52 smithi194 bash[32038]: cluster 2023-12-08T03:55:51.470284+0000 mgr.a (mgr.14403) 25739 : cluster 0 pgmap v19223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:52.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:52 smithi194 bash[32038]: audit 2023-12-08T03:55:51.885137+0000 mgr.a (mgr.14403) 25740 : audit 0 from='client.506406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:52.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:52 smithi135 bash[32435]: cluster 2023-12-08T03:55:51.470284+0000 mgr.a (mgr.14403) 25739 : cluster 0 pgmap v19223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:52.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:52 smithi135 bash[32435]: audit 2023-12-08T03:55:51.885137+0000 mgr.a (mgr.14403) 25740 : audit 0 from='client.506406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:53.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:52 smithi079 bash[28699]: cluster 2023-12-08T03:55:51.470284+0000 mgr.a (mgr.14403) 25739 : cluster 0 pgmap v19223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:53.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:52 smithi079 bash[28699]: audit 2023-12-08T03:55:51.885137+0000 mgr.a (mgr.14403) 25740 : audit 0 from='client.506406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:54.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:54 smithi194 bash[32038]: cluster 2023-12-08T03:55:53.470962+0000 mgr.a (mgr.14403) 25741 : cluster 0 pgmap v19224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:54.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:54 smithi135 bash[32435]: cluster 2023-12-08T03:55:53.470962+0000 mgr.a (mgr.14403) 25741 : cluster 0 pgmap v19224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:54 smithi079 bash[28699]: cluster 2023-12-08T03:55:53.470962+0000 mgr.a (mgr.14403) 25741 : cluster 0 pgmap v19224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:56.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:56 smithi194 bash[32038]: cluster 2023-12-08T03:55:55.471746+0000 mgr.a (mgr.14403) 25742 : cluster 0 pgmap v19225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:56.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:56 smithi135 bash[32435]: cluster 2023-12-08T03:55:55.471746+0000 mgr.a (mgr.14403) 25742 : cluster 0 pgmap v19225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:57.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:56 smithi079 bash[28699]: cluster 2023-12-08T03:55:55.471746+0000 mgr.a (mgr.14403) 25742 : cluster 0 pgmap v19225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:55:57.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:55:57.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:55:57.415 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:55:58.305 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:55:58.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:55:58.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:55:58.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:55:58.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:55:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:58 smithi194 bash[32038]: cluster 2023-12-08T03:55:57.472292+0000 mgr.a (mgr.14403) 25743 : cluster 0 pgmap v19226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:58.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:55:58 smithi194 bash[32038]: audit 2023-12-08T03:55:57.817312+0000 mgr.a (mgr.14403) 25744 : audit 0 from='client.506484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:58.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:58 smithi135 bash[32435]: cluster 2023-12-08T03:55:57.472292+0000 mgr.a (mgr.14403) 25743 : cluster 0 pgmap v19226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:58.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:55:58 smithi135 bash[32435]: audit 2023-12-08T03:55:57.817312+0000 mgr.a (mgr.14403) 25744 : audit 0 from='client.506484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:55:59.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:58 smithi079 bash[28699]: cluster 2023-12-08T03:55:57.472292+0000 mgr.a (mgr.14403) 25743 : cluster 0 pgmap v19226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:55:59.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:55:58 smithi079 bash[28699]: audit 2023-12-08T03:55:57.817312+0000 mgr.a (mgr.14403) 25744 : audit 0 from='client.506484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:00.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:00 smithi194 bash[32038]: cluster 2023-12-08T03:55:59.473177+0000 mgr.a (mgr.14403) 25745 : cluster 0 pgmap v19227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:00.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:00 smithi135 bash[32435]: cluster 2023-12-08T03:55:59.473177+0000 mgr.a (mgr.14403) 25745 : cluster 0 pgmap v19227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:01.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:00 smithi079 bash[28699]: cluster 2023-12-08T03:55:59.473177+0000 mgr.a (mgr.14403) 25745 : cluster 0 pgmap v19227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:02.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:02 smithi194 bash[32038]: cluster 2023-12-08T03:56:01.473748+0000 mgr.a (mgr.14403) 25746 : cluster 0 pgmap v19228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:02.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:02 smithi135 bash[32435]: cluster 2023-12-08T03:56:01.473748+0000 mgr.a (mgr.14403) 25746 : cluster 0 pgmap v19228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:03.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:02 smithi079 bash[28699]: cluster 2023-12-08T03:56:01.473748+0000 mgr.a (mgr.14403) 25746 : cluster 0 pgmap v19228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:03.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:56:03.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:03.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:04.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:04.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:04.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:04.242 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:56:04.242 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:56:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:04 smithi194 bash[32038]: cluster 2023-12-08T03:56:03.474337+0000 mgr.a (mgr.14403) 25747 : cluster 0 pgmap v19229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:04.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:04 smithi194 bash[32038]: audit 2023-12-08T03:56:03.717262+0000 mgr.a (mgr.14403) 25748 : audit 0 from='client.506562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:04.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:04 smithi135 bash[32435]: cluster 2023-12-08T03:56:03.474337+0000 mgr.a (mgr.14403) 25747 : cluster 0 pgmap v19229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:04.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:04 smithi135 bash[32435]: audit 2023-12-08T03:56:03.717262+0000 mgr.a (mgr.14403) 25748 : audit 0 from='client.506562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:05.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:04 smithi079 bash[28699]: cluster 2023-12-08T03:56:03.474337+0000 mgr.a (mgr.14403) 25747 : cluster 0 pgmap v19229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:05.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:04 smithi079 bash[28699]: audit 2023-12-08T03:56:03.717262+0000 mgr.a (mgr.14403) 25748 : audit 0 from='client.506562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:06.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:06 smithi194 bash[32038]: cluster 2023-12-08T03:56:05.475304+0000 mgr.a (mgr.14403) 25749 : cluster 0 pgmap v19230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:06.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:06 smithi135 bash[32435]: cluster 2023-12-08T03:56:05.475304+0000 mgr.a (mgr.14403) 25749 : cluster 0 pgmap v19230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:07.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:06 smithi079 bash[28699]: cluster 2023-12-08T03:56:05.475304+0000 mgr.a (mgr.14403) 25749 : cluster 0 pgmap v19230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:08.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:08 smithi194 bash[32038]: cluster 2023-12-08T03:56:07.475857+0000 mgr.a (mgr.14403) 25750 : cluster 0 pgmap v19231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:08.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:08 smithi135 bash[32435]: cluster 2023-12-08T03:56:07.475857+0000 mgr.a (mgr.14403) 25750 : cluster 0 pgmap v19231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:09.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:08 smithi079 bash[28699]: cluster 2023-12-08T03:56:07.475857+0000 mgr.a (mgr.14403) 25750 : cluster 0 pgmap v19231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:09.245 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:56:09.246 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:09.246 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:10.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:10.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:10.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:10.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:56:10.170 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:56:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:10 smithi194 bash[32038]: cluster 2023-12-08T03:56:09.476624+0000 mgr.a (mgr.14403) 25751 : cluster 0 pgmap v19232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:10.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:10 smithi194 bash[32038]: audit 2023-12-08T03:56:09.661157+0000 mgr.a (mgr.14403) 25752 : audit 0 from='client.506637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:10.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:10 smithi135 bash[32435]: cluster 2023-12-08T03:56:09.476624+0000 mgr.a (mgr.14403) 25751 : cluster 0 pgmap v19232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:10.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:10 smithi135 bash[32435]: audit 2023-12-08T03:56:09.661157+0000 mgr.a (mgr.14403) 25752 : audit 0 from='client.506637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:11.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:10 smithi079 bash[28699]: cluster 2023-12-08T03:56:09.476624+0000 mgr.a (mgr.14403) 25751 : cluster 0 pgmap v19232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:11.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:10 smithi079 bash[28699]: audit 2023-12-08T03:56:09.661157+0000 mgr.a (mgr.14403) 25752 : audit 0 from='client.506637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:12.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:12 smithi194 bash[32038]: cluster 2023-12-08T03:56:11.477436+0000 mgr.a (mgr.14403) 25753 : cluster 0 pgmap v19233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:12.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:12 smithi135 bash[32435]: cluster 2023-12-08T03:56:11.477436+0000 mgr.a (mgr.14403) 25753 : cluster 0 pgmap v19233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:13.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:12 smithi079 bash[28699]: cluster 2023-12-08T03:56:11.477436+0000 mgr.a (mgr.14403) 25753 : cluster 0 pgmap v19233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:14.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:14 smithi194 bash[32038]: cluster 2023-12-08T03:56:13.478020+0000 mgr.a (mgr.14403) 25754 : cluster 0 pgmap v19234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:14.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:14 smithi135 bash[32435]: cluster 2023-12-08T03:56:13.478020+0000 mgr.a (mgr.14403) 25754 : cluster 0 pgmap v19234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:15.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:14 smithi079 bash[28699]: cluster 2023-12-08T03:56:13.478020+0000 mgr.a (mgr.14403) 25754 : cluster 0 pgmap v19234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:15.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:56:15.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:15.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:16.084 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:56:16.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:16.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:16.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:16.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:56:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:16 smithi194 bash[32038]: cluster 2023-12-08T03:56:15.478797+0000 mgr.a (mgr.14403) 25755 : cluster 0 pgmap v19235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:16 smithi194 bash[32038]: audit 2023-12-08T03:56:15.575640+0000 mgr.a (mgr.14403) 25756 : audit 0 from='client.506712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:16 smithi135 bash[32435]: cluster 2023-12-08T03:56:15.478797+0000 mgr.a (mgr.14403) 25755 : cluster 0 pgmap v19235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:16 smithi135 bash[32435]: audit 2023-12-08T03:56:15.575640+0000 mgr.a (mgr.14403) 25756 : audit 0 from='client.506712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:17.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:16 smithi079 bash[28699]: cluster 2023-12-08T03:56:15.478797+0000 mgr.a (mgr.14403) 25755 : cluster 0 pgmap v19235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:17.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:16 smithi079 bash[28699]: audit 2023-12-08T03:56:15.575640+0000 mgr.a (mgr.14403) 25756 : audit 0 from='client.506712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:18 smithi194 bash[32038]: cluster 2023-12-08T03:56:17.479442+0000 mgr.a (mgr.14403) 25757 : cluster 0 pgmap v19236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:18.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:18 smithi135 bash[32435]: cluster 2023-12-08T03:56:17.479442+0000 mgr.a (mgr.14403) 25757 : cluster 0 pgmap v19236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:19.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:18 smithi079 bash[28699]: cluster 2023-12-08T03:56:17.479442+0000 mgr.a (mgr.14403) 25757 : cluster 0 pgmap v19236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:20 smithi135 bash[32435]: cluster 2023-12-08T03:56:19.480294+0000 mgr.a (mgr.14403) 25758 : cluster 0 pgmap v19237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:21.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:56:21.088 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:21.088 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:21.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:20 smithi079 bash[28699]: cluster 2023-12-08T03:56:19.480294+0000 mgr.a (mgr.14403) 25758 : cluster 0 pgmap v19237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:20 smithi194 bash[32038]: cluster 2023-12-08T03:56:19.480294+0000 mgr.a (mgr.14403) 25758 : cluster 0 pgmap v19237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:21.962 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:56:21.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:21.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:21.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:21.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:56:23.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:22 smithi079 bash[28699]: cluster 2023-12-08T03:56:21.480979+0000 mgr.a (mgr.14403) 25759 : cluster 0 pgmap v19238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:23.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:22 smithi079 bash[28699]: audit 2023-12-08T03:56:21.484153+0000 mgr.a (mgr.14403) 25760 : audit 0 from='client.506790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:22 smithi194 bash[32038]: cluster 2023-12-08T03:56:21.480979+0000 mgr.a (mgr.14403) 25759 : cluster 0 pgmap v19238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:22 smithi194 bash[32038]: audit 2023-12-08T03:56:21.484153+0000 mgr.a (mgr.14403) 25760 : audit 0 from='client.506790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:23.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:22 smithi135 bash[32435]: cluster 2023-12-08T03:56:21.480979+0000 mgr.a (mgr.14403) 25759 : cluster 0 pgmap v19238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:23.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:22 smithi135 bash[32435]: audit 2023-12-08T03:56:21.484153+0000 mgr.a (mgr.14403) 25760 : audit 0 from='client.506790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:25.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:24 smithi079 bash[28699]: cluster 2023-12-08T03:56:23.481692+0000 mgr.a (mgr.14403) 25761 : cluster 0 pgmap v19239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:24 smithi194 bash[32038]: cluster 2023-12-08T03:56:23.481692+0000 mgr.a (mgr.14403) 25761 : cluster 0 pgmap v19239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:25.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:24 smithi135 bash[32435]: cluster 2023-12-08T03:56:23.481692+0000 mgr.a (mgr.14403) 25761 : cluster 0 pgmap v19239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:26.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:56:26.966 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:26.966 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:27.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:26 smithi079 bash[28699]: cluster 2023-12-08T03:56:25.482537+0000 mgr.a (mgr.14403) 25762 : cluster 0 pgmap v19240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:26 smithi194 bash[32038]: cluster 2023-12-08T03:56:25.482537+0000 mgr.a (mgr.14403) 25762 : cluster 0 pgmap v19240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:27.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:26 smithi135 bash[32435]: cluster 2023-12-08T03:56:25.482537+0000 mgr.a (mgr.14403) 25762 : cluster 0 pgmap v19240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:27.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:27.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:27.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:27.890 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:56:27.891 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:56:29.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:28 smithi079 bash[28699]: audit 2023-12-08T03:56:27.367212+0000 mgr.a (mgr.14403) 25763 : audit 0 from='client.506862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:29.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:28 smithi079 bash[28699]: cluster 2023-12-08T03:56:27.483146+0000 mgr.a (mgr.14403) 25764 : cluster 0 pgmap v19241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:28 smithi194 bash[32038]: audit 2023-12-08T03:56:27.367212+0000 mgr.a (mgr.14403) 25763 : audit 0 from='client.506862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:28 smithi194 bash[32038]: cluster 2023-12-08T03:56:27.483146+0000 mgr.a (mgr.14403) 25764 : cluster 0 pgmap v19241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:29.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:28 smithi135 bash[32435]: audit 2023-12-08T03:56:27.367212+0000 mgr.a (mgr.14403) 25763 : audit 0 from='client.506862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:29.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:28 smithi135 bash[32435]: cluster 2023-12-08T03:56:27.483146+0000 mgr.a (mgr.14403) 25764 : cluster 0 pgmap v19241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:31.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:30 smithi079 bash[28699]: cluster 2023-12-08T03:56:29.484032+0000 mgr.a (mgr.14403) 25765 : cluster 0 pgmap v19242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:30 smithi194 bash[32038]: cluster 2023-12-08T03:56:29.484032+0000 mgr.a (mgr.14403) 25765 : cluster 0 pgmap v19242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:31.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:30 smithi135 bash[32435]: cluster 2023-12-08T03:56:29.484032+0000 mgr.a (mgr.14403) 25765 : cluster 0 pgmap v19242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:32.893 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:56:32.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:32.894 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:33.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:32 smithi079 bash[28699]: cluster 2023-12-08T03:56:31.484634+0000 mgr.a (mgr.14403) 25766 : cluster 0 pgmap v19243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:32 smithi194 bash[32038]: cluster 2023-12-08T03:56:31.484634+0000 mgr.a (mgr.14403) 25766 : cluster 0 pgmap v19243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:33.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:32 smithi135 bash[32435]: cluster 2023-12-08T03:56:31.484634+0000 mgr.a (mgr.14403) 25766 : cluster 0 pgmap v19243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:33.795 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:56:33.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:33.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:33.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:33.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:56:35.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:34 smithi079 bash[28699]: audit 2023-12-08T03:56:33.300665+0000 mgr.a (mgr.14403) 25767 : audit 0 from='client.506940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:35.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:34 smithi079 bash[28699]: cluster 2023-12-08T03:56:33.485056+0000 mgr.a (mgr.14403) 25768 : cluster 0 pgmap v19244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:34 smithi194 bash[32038]: audit 2023-12-08T03:56:33.300665+0000 mgr.a (mgr.14403) 25767 : audit 0 from='client.506940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:34 smithi194 bash[32038]: cluster 2023-12-08T03:56:33.485056+0000 mgr.a (mgr.14403) 25768 : cluster 0 pgmap v19244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:35.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:34 smithi135 bash[32435]: audit 2023-12-08T03:56:33.300665+0000 mgr.a (mgr.14403) 25767 : audit 0 from='client.506940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:35.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:34 smithi135 bash[32435]: cluster 2023-12-08T03:56:33.485056+0000 mgr.a (mgr.14403) 25768 : cluster 0 pgmap v19244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:37.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:36 smithi079 bash[28699]: cluster 2023-12-08T03:56:35.486062+0000 mgr.a (mgr.14403) 25769 : cluster 0 pgmap v19245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:56:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:36 smithi194 bash[32038]: cluster 2023-12-08T03:56:35.486062+0000 mgr.a (mgr.14403) 25769 : cluster 0 pgmap v19245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:56:37.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:36 smithi135 bash[32435]: cluster 2023-12-08T03:56:35.486062+0000 mgr.a (mgr.14403) 25769 : cluster 0 pgmap v19245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:56:38.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:56:38.799 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:38.799 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:39.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:38 smithi079 bash[28699]: cluster 2023-12-08T03:56:37.486637+0000 mgr.a (mgr.14403) 25770 : cluster 0 pgmap v19246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:56:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:38 smithi194 bash[32038]: cluster 2023-12-08T03:56:37.486637+0000 mgr.a (mgr.14403) 25770 : cluster 0 pgmap v19246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:56:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:38 smithi135 bash[32435]: cluster 2023-12-08T03:56:37.486637+0000 mgr.a (mgr.14403) 25770 : cluster 0 pgmap v19246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:56:39.707 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:56:39.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:39.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:39.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:39.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:56:41.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:40 smithi079 bash[28699]: audit 2023-12-08T03:56:39.202584+0000 mgr.a (mgr.14403) 25771 : audit 0 from='client.507018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:41.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:40 smithi079 bash[28699]: cluster 2023-12-08T03:56:39.487780+0000 mgr.a (mgr.14403) 25772 : cluster 0 pgmap v19247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:40 smithi194 bash[32038]: audit 2023-12-08T03:56:39.202584+0000 mgr.a (mgr.14403) 25771 : audit 0 from='client.507018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:40 smithi194 bash[32038]: cluster 2023-12-08T03:56:39.487780+0000 mgr.a (mgr.14403) 25772 : cluster 0 pgmap v19247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:40 smithi135 bash[32435]: audit 2023-12-08T03:56:39.202584+0000 mgr.a (mgr.14403) 25771 : audit 0 from='client.507018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:40 smithi135 bash[32435]: cluster 2023-12-08T03:56:39.487780+0000 mgr.a (mgr.14403) 25772 : cluster 0 pgmap v19247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:43.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:42 smithi079 bash[28699]: cluster 2023-12-08T03:56:41.488470+0000 mgr.a (mgr.14403) 25773 : cluster 0 pgmap v19248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:42 smithi194 bash[32038]: cluster 2023-12-08T03:56:41.488470+0000 mgr.a (mgr.14403) 25773 : cluster 0 pgmap v19248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:43.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:42 smithi135 bash[32435]: cluster 2023-12-08T03:56:41.488470+0000 mgr.a (mgr.14403) 25773 : cluster 0 pgmap v19248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:44.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:43 smithi079 bash[28699]: audit 2023-12-08T03:56:43.034798+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:56:44.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:43 smithi079 bash[28699]: audit 2023-12-08T03:56:43.570485+0000 mon.a (mon.0) 4007 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:56:44.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:43 smithi079 bash[28699]: audit 2023-12-08T03:56:43.577850+0000 mon.a (mon.0) 4008 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:56:44.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:43 smithi194 bash[32038]: audit 2023-12-08T03:56:43.034798+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:56:44.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:43 smithi194 bash[32038]: audit 2023-12-08T03:56:43.570485+0000 mon.a (mon.0) 4007 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:56:44.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:43 smithi194 bash[32038]: audit 2023-12-08T03:56:43.577850+0000 mon.a (mon.0) 4008 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:56:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:43 smithi135 bash[32435]: audit 2023-12-08T03:56:43.034798+0000 mon.a (mon.0) 4006 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:56:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:43 smithi135 bash[32435]: audit 2023-12-08T03:56:43.570485+0000 mon.a (mon.0) 4007 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:56:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:43 smithi135 bash[32435]: audit 2023-12-08T03:56:43.577850+0000 mon.a (mon.0) 4008 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:56:44.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:56:44.711 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:44.711 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:45.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:44 smithi079 bash[28699]: cluster 2023-12-08T03:56:43.489048+0000 mgr.a (mgr.14403) 25774 : cluster 0 pgmap v19249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:45.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:44 smithi079 bash[28699]: audit 2023-12-08T03:56:44.316445+0000 mon.a (mon.0) 4009 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:56:45.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:44 smithi079 bash[28699]: audit 2023-12-08T03:56:44.318246+0000 mon.a (mon.0) 4010 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:56:45.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:44 smithi079 bash[28699]: audit 2023-12-08T03:56:44.327977+0000 mon.a (mon.0) 4011 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:56:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:44 smithi194 bash[32038]: cluster 2023-12-08T03:56:43.489048+0000 mgr.a (mgr.14403) 25774 : cluster 0 pgmap v19249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:44 smithi194 bash[32038]: audit 2023-12-08T03:56:44.316445+0000 mon.a (mon.0) 4009 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:56:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:44 smithi194 bash[32038]: audit 2023-12-08T03:56:44.318246+0000 mon.a (mon.0) 4010 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:56:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:44 smithi194 bash[32038]: audit 2023-12-08T03:56:44.327977+0000 mon.a (mon.0) 4011 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:56:45.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:44 smithi135 bash[32435]: cluster 2023-12-08T03:56:43.489048+0000 mgr.a (mgr.14403) 25774 : cluster 0 pgmap v19249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:56:45.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:44 smithi135 bash[32435]: audit 2023-12-08T03:56:44.316445+0000 mon.a (mon.0) 4009 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:56:45.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:44 smithi135 bash[32435]: audit 2023-12-08T03:56:44.318246+0000 mon.a (mon.0) 4010 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:56:45.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:44 smithi135 bash[32435]: audit 2023-12-08T03:56:44.327977+0000 mon.a (mon.0) 4011 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:56:45.621 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:56:45.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:45.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:45.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:45.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:56:47.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:46 smithi079 bash[28699]: audit 2023-12-08T03:56:45.110589+0000 mgr.a (mgr.14403) 25775 : audit 0 from='client.507093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:47.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:46 smithi079 bash[28699]: cluster 2023-12-08T03:56:45.496121+0000 mgr.a (mgr.14403) 25776 : cluster 0 pgmap v19250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:46 smithi194 bash[32038]: audit 2023-12-08T03:56:45.110589+0000 mgr.a (mgr.14403) 25775 : audit 0 from='client.507093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:46 smithi194 bash[32038]: cluster 2023-12-08T03:56:45.496121+0000 mgr.a (mgr.14403) 25776 : cluster 0 pgmap v19250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:47.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:46 smithi135 bash[32435]: audit 2023-12-08T03:56:45.110589+0000 mgr.a (mgr.14403) 25775 : audit 0 from='client.507093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:47.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:46 smithi135 bash[32435]: cluster 2023-12-08T03:56:45.496121+0000 mgr.a (mgr.14403) 25776 : cluster 0 pgmap v19250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:49.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:48 smithi079 bash[28699]: cluster 2023-12-08T03:56:47.496819+0000 mgr.a (mgr.14403) 25777 : cluster 0 pgmap v19251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:56:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:48 smithi194 bash[32038]: cluster 2023-12-08T03:56:47.496819+0000 mgr.a (mgr.14403) 25777 : cluster 0 pgmap v19251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:56:49.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:48 smithi135 bash[32435]: cluster 2023-12-08T03:56:47.496819+0000 mgr.a (mgr.14403) 25777 : cluster 0 pgmap v19251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:56:50.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:56:50.623 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:50.624 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:51.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:50 smithi079 bash[28699]: cluster 2023-12-08T03:56:49.497591+0000 mgr.a (mgr.14403) 25778 : cluster 0 pgmap v19252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:56:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:50 smithi194 bash[32038]: cluster 2023-12-08T03:56:49.497591+0000 mgr.a (mgr.14403) 25778 : cluster 0 pgmap v19252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:56:51.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:50 smithi135 bash[32435]: cluster 2023-12-08T03:56:49.497591+0000 mgr.a (mgr.14403) 25778 : cluster 0 pgmap v19252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:56:51.525 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:56:51.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:51.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:51.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:51.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:56:53.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:52 smithi079 bash[28699]: audit 2023-12-08T03:56:51.027445+0000 mgr.a (mgr.14403) 25779 : audit 0 from='client.507168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:53.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:52 smithi079 bash[28699]: cluster 2023-12-08T03:56:51.498080+0000 mgr.a (mgr.14403) 25780 : cluster 0 pgmap v19253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:52 smithi194 bash[32038]: audit 2023-12-08T03:56:51.027445+0000 mgr.a (mgr.14403) 25779 : audit 0 from='client.507168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:52 smithi194 bash[32038]: cluster 2023-12-08T03:56:51.498080+0000 mgr.a (mgr.14403) 25780 : cluster 0 pgmap v19253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:53.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:52 smithi135 bash[32435]: audit 2023-12-08T03:56:51.027445+0000 mgr.a (mgr.14403) 25779 : audit 0 from='client.507168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:53.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:52 smithi135 bash[32435]: cluster 2023-12-08T03:56:51.498080+0000 mgr.a (mgr.14403) 25780 : cluster 0 pgmap v19253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:54 smithi079 bash[28699]: cluster 2023-12-08T03:56:53.498651+0000 mgr.a (mgr.14403) 25781 : cluster 0 pgmap v19254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:54 smithi194 bash[32038]: cluster 2023-12-08T03:56:53.498651+0000 mgr.a (mgr.14403) 25781 : cluster 0 pgmap v19254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:55.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:54 smithi135 bash[32435]: cluster 2023-12-08T03:56:53.498651+0000 mgr.a (mgr.14403) 25781 : cluster 0 pgmap v19254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:56.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:56:56.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:56:56.529 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:56:57.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:56 smithi079 bash[28699]: cluster 2023-12-08T03:56:55.499499+0000 mgr.a (mgr.14403) 25782 : cluster 0 pgmap v19255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:56 smithi194 bash[32038]: cluster 2023-12-08T03:56:55.499499+0000 mgr.a (mgr.14403) 25782 : cluster 0 pgmap v19255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:57.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:56 smithi135 bash[32435]: cluster 2023-12-08T03:56:55.499499+0000 mgr.a (mgr.14403) 25782 : cluster 0 pgmap v19255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:56:57.442 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:56:57.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:56:57.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:56:57.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:56:57.443 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:56:58.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:57 smithi079 bash[28699]: audit 2023-12-08T03:56:56.932952+0000 mgr.a (mgr.14403) 25783 : audit 0 from='client.507246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:58.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:57 smithi194 bash[32038]: audit 2023-12-08T03:56:56.932952+0000 mgr.a (mgr.14403) 25783 : audit 0 from='client.507246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:58.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:57 smithi135 bash[32435]: audit 2023-12-08T03:56:56.932952+0000 mgr.a (mgr.14403) 25783 : audit 0 from='client.507246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:56:59.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:56:58 smithi079 bash[28699]: cluster 2023-12-08T03:56:57.500204+0000 mgr.a (mgr.14403) 25784 : cluster 0 pgmap v19256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:56:58 smithi194 bash[32038]: cluster 2023-12-08T03:56:57.500204+0000 mgr.a (mgr.14403) 25784 : cluster 0 pgmap v19256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:56:59.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:56:58 smithi135 bash[32435]: cluster 2023-12-08T03:56:57.500204+0000 mgr.a (mgr.14403) 25784 : cluster 0 pgmap v19256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:01.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:00 smithi079 bash[28699]: cluster 2023-12-08T03:56:59.501062+0000 mgr.a (mgr.14403) 25785 : cluster 0 pgmap v19257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:00 smithi194 bash[32038]: cluster 2023-12-08T03:56:59.501062+0000 mgr.a (mgr.14403) 25785 : cluster 0 pgmap v19257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:01.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:00 smithi135 bash[32435]: cluster 2023-12-08T03:56:59.501062+0000 mgr.a (mgr.14403) 25785 : cluster 0 pgmap v19257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:02.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:57:02.446 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:02.446 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:03.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:02 smithi079 bash[28699]: cluster 2023-12-08T03:57:01.501680+0000 mgr.a (mgr.14403) 25786 : cluster 0 pgmap v19258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:02 smithi194 bash[32038]: cluster 2023-12-08T03:57:01.501680+0000 mgr.a (mgr.14403) 25786 : cluster 0 pgmap v19258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:03.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:02 smithi135 bash[32435]: cluster 2023-12-08T03:57:01.501680+0000 mgr.a (mgr.14403) 25786 : cluster 0 pgmap v19258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:03.362 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:57:03.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:03.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:03.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:03.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:57:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:03 smithi079 bash[28699]: audit 2023-12-08T03:57:02.848559+0000 mgr.a (mgr.14403) 25787 : audit 0 from='client.507324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:04.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:03 smithi194 bash[32038]: audit 2023-12-08T03:57:02.848559+0000 mgr.a (mgr.14403) 25787 : audit 0 from='client.507324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:04.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:03 smithi135 bash[32435]: audit 2023-12-08T03:57:02.848559+0000 mgr.a (mgr.14403) 25787 : audit 0 from='client.507324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:05.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:04 smithi079 bash[28699]: cluster 2023-12-08T03:57:03.502567+0000 mgr.a (mgr.14403) 25788 : cluster 0 pgmap v19259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:04 smithi194 bash[32038]: cluster 2023-12-08T03:57:03.502567+0000 mgr.a (mgr.14403) 25788 : cluster 0 pgmap v19259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:05.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:04 smithi135 bash[32435]: cluster 2023-12-08T03:57:03.502567+0000 mgr.a (mgr.14403) 25788 : cluster 0 pgmap v19259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:07.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:06 smithi079 bash[28699]: cluster 2023-12-08T03:57:05.503445+0000 mgr.a (mgr.14403) 25789 : cluster 0 pgmap v19260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:06 smithi194 bash[32038]: cluster 2023-12-08T03:57:05.503445+0000 mgr.a (mgr.14403) 25789 : cluster 0 pgmap v19260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:07.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:06 smithi135 bash[32435]: cluster 2023-12-08T03:57:05.503445+0000 mgr.a (mgr.14403) 25789 : cluster 0 pgmap v19260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:08.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:57:08.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:08.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:09.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:08 smithi079 bash[28699]: cluster 2023-12-08T03:57:07.503995+0000 mgr.a (mgr.14403) 25790 : cluster 0 pgmap v19261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:08 smithi194 bash[32038]: cluster 2023-12-08T03:57:07.503995+0000 mgr.a (mgr.14403) 25790 : cluster 0 pgmap v19261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:09.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:08 smithi135 bash[32435]: cluster 2023-12-08T03:57:07.503995+0000 mgr.a (mgr.14403) 25790 : cluster 0 pgmap v19261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:09.236 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:57:09.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:09.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:09.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:09.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:57:10.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:09 smithi079 bash[28699]: audit 2023-12-08T03:57:08.773351+0000 mgr.a (mgr.14403) 25791 : audit 0 from='client.507399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:10.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:09 smithi194 bash[32038]: audit 2023-12-08T03:57:08.773351+0000 mgr.a (mgr.14403) 25791 : audit 0 from='client.507399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:10.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:09 smithi135 bash[32435]: audit 2023-12-08T03:57:08.773351+0000 mgr.a (mgr.14403) 25791 : audit 0 from='client.507399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:11.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:10 smithi079 bash[28699]: cluster 2023-12-08T03:57:09.505303+0000 mgr.a (mgr.14403) 25792 : cluster 0 pgmap v19262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:10 smithi194 bash[32038]: cluster 2023-12-08T03:57:09.505303+0000 mgr.a (mgr.14403) 25792 : cluster 0 pgmap v19262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:11.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:10 smithi135 bash[32435]: cluster 2023-12-08T03:57:09.505303+0000 mgr.a (mgr.14403) 25792 : cluster 0 pgmap v19262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:13.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:12 smithi079 bash[28699]: cluster 2023-12-08T03:57:11.505965+0000 mgr.a (mgr.14403) 25793 : cluster 0 pgmap v19263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:12 smithi194 bash[32038]: cluster 2023-12-08T03:57:11.505965+0000 mgr.a (mgr.14403) 25793 : cluster 0 pgmap v19263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:13.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:12 smithi135 bash[32435]: cluster 2023-12-08T03:57:11.505965+0000 mgr.a (mgr.14403) 25793 : cluster 0 pgmap v19263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:14.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:57:14.239 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:14.239 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:15.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:14 smithi079 bash[28699]: cluster 2023-12-08T03:57:13.506536+0000 mgr.a (mgr.14403) 25794 : cluster 0 pgmap v19264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:15.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:15.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:15.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:15.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:57:15.146 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:57:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:14 smithi194 bash[32038]: cluster 2023-12-08T03:57:13.506536+0000 mgr.a (mgr.14403) 25794 : cluster 0 pgmap v19264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:15.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:14 smithi135 bash[32435]: cluster 2023-12-08T03:57:13.506536+0000 mgr.a (mgr.14403) 25794 : cluster 0 pgmap v19264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:16.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:15 smithi079 bash[28699]: audit 2023-12-08T03:57:14.643242+0000 mgr.a (mgr.14403) 25795 : audit 0 from='client.507477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:15 smithi194 bash[32038]: audit 2023-12-08T03:57:14.643242+0000 mgr.a (mgr.14403) 25795 : audit 0 from='client.507477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:15 smithi135 bash[32435]: audit 2023-12-08T03:57:14.643242+0000 mgr.a (mgr.14403) 25795 : audit 0 from='client.507477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:17.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:16 smithi079 bash[28699]: cluster 2023-12-08T03:57:15.507646+0000 mgr.a (mgr.14403) 25796 : cluster 0 pgmap v19265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:16 smithi194 bash[32038]: cluster 2023-12-08T03:57:15.507646+0000 mgr.a (mgr.14403) 25796 : cluster 0 pgmap v19265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:17.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:16 smithi135 bash[32435]: cluster 2023-12-08T03:57:15.507646+0000 mgr.a (mgr.14403) 25796 : cluster 0 pgmap v19265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:19.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:18 smithi079 bash[28699]: cluster 2023-12-08T03:57:17.508200+0000 mgr.a (mgr.14403) 25797 : cluster 0 pgmap v19266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:18 smithi194 bash[32038]: cluster 2023-12-08T03:57:17.508200+0000 mgr.a (mgr.14403) 25797 : cluster 0 pgmap v19266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:19.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:18 smithi135 bash[32435]: cluster 2023-12-08T03:57:17.508200+0000 mgr.a (mgr.14403) 25797 : cluster 0 pgmap v19266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:20.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:57:20.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:20.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:21.031 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:57:21.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:21.031 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:21.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:21.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:57:21.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:20 smithi079 bash[28699]: cluster 2023-12-08T03:57:19.508995+0000 mgr.a (mgr.14403) 25798 : cluster 0 pgmap v19267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:20 smithi194 bash[32038]: cluster 2023-12-08T03:57:19.508995+0000 mgr.a (mgr.14403) 25798 : cluster 0 pgmap v19267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:21.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:20 smithi135 bash[32435]: cluster 2023-12-08T03:57:19.508995+0000 mgr.a (mgr.14403) 25798 : cluster 0 pgmap v19267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:21 smithi079 bash[28699]: audit 2023-12-08T03:57:20.544455+0000 mgr.a (mgr.14403) 25799 : audit 0 from='client.507555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:22.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:21 smithi194 bash[32038]: audit 2023-12-08T03:57:20.544455+0000 mgr.a (mgr.14403) 25799 : audit 0 from='client.507555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:22.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:21 smithi135 bash[32435]: audit 2023-12-08T03:57:20.544455+0000 mgr.a (mgr.14403) 25799 : audit 0 from='client.507555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:23.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:22 smithi079 bash[28699]: cluster 2023-12-08T03:57:21.509737+0000 mgr.a (mgr.14403) 25800 : cluster 0 pgmap v19268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:22 smithi194 bash[32038]: cluster 2023-12-08T03:57:21.509737+0000 mgr.a (mgr.14403) 25800 : cluster 0 pgmap v19268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:23.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:22 smithi135 bash[32435]: cluster 2023-12-08T03:57:21.509737+0000 mgr.a (mgr.14403) 25800 : cluster 0 pgmap v19268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:25.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:24 smithi079 bash[28699]: cluster 2023-12-08T03:57:23.510311+0000 mgr.a (mgr.14403) 25801 : cluster 0 pgmap v19269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:24 smithi194 bash[32038]: cluster 2023-12-08T03:57:23.510311+0000 mgr.a (mgr.14403) 25801 : cluster 0 pgmap v19269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:25.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:24 smithi135 bash[32435]: cluster 2023-12-08T03:57:23.510311+0000 mgr.a (mgr.14403) 25801 : cluster 0 pgmap v19269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:26.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:57:26.034 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:26.034 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:26.945 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:57:26.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:26.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:26.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:26.946 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:57:27.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:26 smithi079 bash[28699]: cluster 2023-12-08T03:57:25.511158+0000 mgr.a (mgr.14403) 25802 : cluster 0 pgmap v19270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:26 smithi194 bash[32038]: cluster 2023-12-08T03:57:25.511158+0000 mgr.a (mgr.14403) 25802 : cluster 0 pgmap v19270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:27.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:26 smithi135 bash[32435]: cluster 2023-12-08T03:57:25.511158+0000 mgr.a (mgr.14403) 25802 : cluster 0 pgmap v19270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:28.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:27 smithi079 bash[28699]: audit 2023-12-08T03:57:26.435948+0000 mgr.a (mgr.14403) 25803 : audit 0 from='client.507630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:28.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:27 smithi194 bash[32038]: audit 2023-12-08T03:57:26.435948+0000 mgr.a (mgr.14403) 25803 : audit 0 from='client.507630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:28.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:27 smithi135 bash[32435]: audit 2023-12-08T03:57:26.435948+0000 mgr.a (mgr.14403) 25803 : audit 0 from='client.507630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:28 smithi194 bash[32038]: cluster 2023-12-08T03:57:27.511814+0000 mgr.a (mgr.14403) 25804 : cluster 0 pgmap v19271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:29.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:28 smithi135 bash[32435]: cluster 2023-12-08T03:57:27.511814+0000 mgr.a (mgr.14403) 25804 : cluster 0 pgmap v19271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:28 smithi079 bash[28699]: cluster 2023-12-08T03:57:27.511814+0000 mgr.a (mgr.14403) 25804 : cluster 0 pgmap v19271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:30 smithi194 bash[32038]: cluster 2023-12-08T03:57:29.512648+0000 mgr.a (mgr.14403) 25805 : cluster 0 pgmap v19272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:31.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:30 smithi135 bash[32435]: cluster 2023-12-08T03:57:29.512648+0000 mgr.a (mgr.14403) 25805 : cluster 0 pgmap v19272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:30 smithi079 bash[28699]: cluster 2023-12-08T03:57:29.512648+0000 mgr.a (mgr.14403) 25805 : cluster 0 pgmap v19272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:31.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:57:31.948 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:31.948 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:32.869 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:57:32.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:32.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:32.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:32.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:57:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:32 smithi194 bash[32038]: cluster 2023-12-08T03:57:31.513229+0000 mgr.a (mgr.14403) 25806 : cluster 0 pgmap v19273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:33.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:32 smithi135 bash[32435]: cluster 2023-12-08T03:57:31.513229+0000 mgr.a (mgr.14403) 25806 : cluster 0 pgmap v19273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:32 smithi079 bash[28699]: cluster 2023-12-08T03:57:31.513229+0000 mgr.a (mgr.14403) 25806 : cluster 0 pgmap v19273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:34.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:33 smithi194 bash[32038]: audit 2023-12-08T03:57:32.355829+0000 mgr.a (mgr.14403) 25807 : audit 0 from='client.507705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:34.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:33 smithi135 bash[32435]: audit 2023-12-08T03:57:32.355829+0000 mgr.a (mgr.14403) 25807 : audit 0 from='client.507705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:33 smithi079 bash[28699]: audit 2023-12-08T03:57:32.355829+0000 mgr.a (mgr.14403) 25807 : audit 0 from='client.507705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:34 smithi194 bash[32038]: cluster 2023-12-08T03:57:33.513989+0000 mgr.a (mgr.14403) 25808 : cluster 0 pgmap v19274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:35.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:34 smithi135 bash[32435]: cluster 2023-12-08T03:57:33.513989+0000 mgr.a (mgr.14403) 25808 : cluster 0 pgmap v19274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:34 smithi079 bash[28699]: cluster 2023-12-08T03:57:33.513989+0000 mgr.a (mgr.14403) 25808 : cluster 0 pgmap v19274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:36 smithi194 bash[32038]: cluster 2023-12-08T03:57:35.514797+0000 mgr.a (mgr.14403) 25809 : cluster 0 pgmap v19275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:37.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:36 smithi135 bash[32435]: cluster 2023-12-08T03:57:35.514797+0000 mgr.a (mgr.14403) 25809 : cluster 0 pgmap v19275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:37.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:36 smithi079 bash[28699]: cluster 2023-12-08T03:57:35.514797+0000 mgr.a (mgr.14403) 25809 : cluster 0 pgmap v19275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:57:37.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:57:37.873 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:37.873 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:38.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:57:38.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:38.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:38.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:38.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:57:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:38 smithi194 bash[32038]: cluster 2023-12-08T03:57:37.515380+0000 mgr.a (mgr.14403) 25810 : cluster 0 pgmap v19276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:38 smithi135 bash[32435]: cluster 2023-12-08T03:57:37.515380+0000 mgr.a (mgr.14403) 25810 : cluster 0 pgmap v19276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:38 smithi079 bash[28699]: cluster 2023-12-08T03:57:37.515380+0000 mgr.a (mgr.14403) 25810 : cluster 0 pgmap v19276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:40.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:39 smithi194 bash[32038]: audit 2023-12-08T03:57:38.276856+0000 mgr.a (mgr.14403) 25811 : audit 0 from='client.507783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:40.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:39 smithi135 bash[32435]: audit 2023-12-08T03:57:38.276856+0000 mgr.a (mgr.14403) 25811 : audit 0 from='client.507783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:39 smithi079 bash[28699]: audit 2023-12-08T03:57:38.276856+0000 mgr.a (mgr.14403) 25811 : audit 0 from='client.507783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:40 smithi194 bash[32038]: cluster 2023-12-08T03:57:39.516452+0000 mgr.a (mgr.14403) 25812 : cluster 0 pgmap v19277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:57:41.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:40 smithi135 bash[32435]: cluster 2023-12-08T03:57:39.516452+0000 mgr.a (mgr.14403) 25812 : cluster 0 pgmap v19277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:57:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:40 smithi079 bash[28699]: cluster 2023-12-08T03:57:39.516452+0000 mgr.a (mgr.14403) 25812 : cluster 0 pgmap v19277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:57:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:42 smithi194 bash[32038]: cluster 2023-12-08T03:57:41.517034+0000 mgr.a (mgr.14403) 25813 : cluster 0 pgmap v19278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:57:43.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:42 smithi135 bash[32435]: cluster 2023-12-08T03:57:41.517034+0000 mgr.a (mgr.14403) 25813 : cluster 0 pgmap v19278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:57:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:42 smithi079 bash[28699]: cluster 2023-12-08T03:57:41.517034+0000 mgr.a (mgr.14403) 25813 : cluster 0 pgmap v19278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:57:43.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:57:43.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:43.808 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:44.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:44.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:44.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:44.699 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:57:44.699 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:57:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:44 smithi194 bash[32038]: cluster 2023-12-08T03:57:43.517617+0000 mgr.a (mgr.14403) 25814 : cluster 0 pgmap v19279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:57:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:44 smithi194 bash[32038]: audit 2023-12-08T03:57:44.431551+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:57:45.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:44 smithi135 bash[32435]: cluster 2023-12-08T03:57:43.517617+0000 mgr.a (mgr.14403) 25814 : cluster 0 pgmap v19279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:57:45.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:44 smithi135 bash[32435]: audit 2023-12-08T03:57:44.431551+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:57:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:44 smithi079 bash[28699]: cluster 2023-12-08T03:57:43.517617+0000 mgr.a (mgr.14403) 25814 : cluster 0 pgmap v19279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:57:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:44 smithi079 bash[28699]: audit 2023-12-08T03:57:44.431551+0000 mon.a (mon.0) 4012 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:57:46.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:45 smithi194 bash[32038]: audit 2023-12-08T03:57:44.202253+0000 mgr.a (mgr.14403) 25815 : audit 0 from='client.507861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:46.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:45 smithi194 bash[32038]: audit 2023-12-08T03:57:45.215186+0000 mon.a (mon.0) 4013 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:57:46.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:45 smithi194 bash[32038]: audit 2023-12-08T03:57:45.217075+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:57:46.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:45 smithi194 bash[32038]: audit 2023-12-08T03:57:45.226200+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:57:46.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:45 smithi135 bash[32435]: audit 2023-12-08T03:57:44.202253+0000 mgr.a (mgr.14403) 25815 : audit 0 from='client.507861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:46.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:45 smithi135 bash[32435]: audit 2023-12-08T03:57:45.215186+0000 mon.a (mon.0) 4013 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:57:46.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:45 smithi135 bash[32435]: audit 2023-12-08T03:57:45.217075+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:57:46.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:45 smithi135 bash[32435]: audit 2023-12-08T03:57:45.226200+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:57:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:45 smithi079 bash[28699]: audit 2023-12-08T03:57:44.202253+0000 mgr.a (mgr.14403) 25815 : audit 0 from='client.507861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:45 smithi079 bash[28699]: audit 2023-12-08T03:57:45.215186+0000 mon.a (mon.0) 4013 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:57:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:45 smithi079 bash[28699]: audit 2023-12-08T03:57:45.217075+0000 mon.a (mon.0) 4014 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:57:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:45 smithi079 bash[28699]: audit 2023-12-08T03:57:45.226200+0000 mon.a (mon.0) 4015 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:57:47.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:46 smithi135 bash[32435]: cluster 2023-12-08T03:57:45.518655+0000 mgr.a (mgr.14403) 25816 : cluster 0 pgmap v19280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:47.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:46 smithi079 bash[28699]: cluster 2023-12-08T03:57:45.518655+0000 mgr.a (mgr.14403) 25816 : cluster 0 pgmap v19280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:46 smithi194 bash[32038]: cluster 2023-12-08T03:57:45.518655+0000 mgr.a (mgr.14403) 25816 : cluster 0 pgmap v19280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:48 smithi079 bash[28699]: cluster 2023-12-08T03:57:47.519251+0000 mgr.a (mgr.14403) 25817 : cluster 0 pgmap v19281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:48 smithi194 bash[32038]: cluster 2023-12-08T03:57:47.519251+0000 mgr.a (mgr.14403) 25817 : cluster 0 pgmap v19281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:48 smithi135 bash[32435]: cluster 2023-12-08T03:57:47.519251+0000 mgr.a (mgr.14403) 25817 : cluster 0 pgmap v19281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:57:49.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:57:49.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:49.701 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:50.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:50.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:50.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:50.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:57:50.627 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:57:51.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:50 smithi079 bash[28699]: cluster 2023-12-08T03:57:49.520140+0000 mgr.a (mgr.14403) 25818 : cluster 0 pgmap v19282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:51.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:50 smithi194 bash[32038]: cluster 2023-12-08T03:57:49.520140+0000 mgr.a (mgr.14403) 25818 : cluster 0 pgmap v19282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:51.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:50 smithi135 bash[32435]: cluster 2023-12-08T03:57:49.520140+0000 mgr.a (mgr.14403) 25818 : cluster 0 pgmap v19282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:52.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:51 smithi079 bash[28699]: audit 2023-12-08T03:57:50.106356+0000 mgr.a (mgr.14403) 25819 : audit 0 from='client.507933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:52.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:51 smithi194 bash[32038]: audit 2023-12-08T03:57:50.106356+0000 mgr.a (mgr.14403) 25819 : audit 0 from='client.507933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:52.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:51 smithi135 bash[32435]: audit 2023-12-08T03:57:50.106356+0000 mgr.a (mgr.14403) 25819 : audit 0 from='client.507933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:53.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:52 smithi079 bash[28699]: cluster 2023-12-08T03:57:51.520918+0000 mgr.a (mgr.14403) 25820 : cluster 0 pgmap v19283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:57:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:52 smithi194 bash[32038]: cluster 2023-12-08T03:57:51.520918+0000 mgr.a (mgr.14403) 25820 : cluster 0 pgmap v19283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:57:53.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:52 smithi135 bash[32435]: cluster 2023-12-08T03:57:51.520918+0000 mgr.a (mgr.14403) 25820 : cluster 0 pgmap v19283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:57:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:54 smithi079 bash[28699]: cluster 2023-12-08T03:57:53.521479+0000 mgr.a (mgr.14403) 25821 : cluster 0 pgmap v19284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:57:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:54 smithi194 bash[32038]: cluster 2023-12-08T03:57:53.521479+0000 mgr.a (mgr.14403) 25821 : cluster 0 pgmap v19284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:57:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:54 smithi135 bash[32435]: cluster 2023-12-08T03:57:53.521479+0000 mgr.a (mgr.14403) 25821 : cluster 0 pgmap v19284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T03:57:55.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:57:55.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:57:55.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:57:56.531 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:57:56.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:57:56.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:57:56.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:57:56.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:57:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:56 smithi079 bash[28699]: cluster 2023-12-08T03:57:55.522328+0000 mgr.a (mgr.14403) 25822 : cluster 0 pgmap v19285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:57:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:56 smithi194 bash[32038]: cluster 2023-12-08T03:57:55.522328+0000 mgr.a (mgr.14403) 25822 : cluster 0 pgmap v19285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:57:57.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:56 smithi135 bash[32435]: cluster 2023-12-08T03:57:55.522328+0000 mgr.a (mgr.14403) 25822 : cluster 0 pgmap v19285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T03:57:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:57 smithi079 bash[28699]: audit 2023-12-08T03:57:56.032990+0000 mgr.a (mgr.14403) 25823 : audit 0 from='client.508008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:58.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:57 smithi194 bash[32038]: audit 2023-12-08T03:57:56.032990+0000 mgr.a (mgr.14403) 25823 : audit 0 from='client.508008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:58.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:57 smithi135 bash[32435]: audit 2023-12-08T03:57:56.032990+0000 mgr.a (mgr.14403) 25823 : audit 0 from='client.508008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:57:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:57:58 smithi079 bash[28699]: cluster 2023-12-08T03:57:57.523049+0000 mgr.a (mgr.14403) 25824 : cluster 0 pgmap v19286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:57:58 smithi194 bash[32038]: cluster 2023-12-08T03:57:57.523049+0000 mgr.a (mgr.14403) 25824 : cluster 0 pgmap v19286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:57:59.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:57:58 smithi135 bash[32435]: cluster 2023-12-08T03:57:57.523049+0000 mgr.a (mgr.14403) 25824 : cluster 0 pgmap v19286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:01 smithi079 bash[28699]: cluster 2023-12-08T03:57:59.523940+0000 mgr.a (mgr.14403) 25825 : cluster 0 pgmap v19287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:01 smithi194 bash[32038]: cluster 2023-12-08T03:57:59.523940+0000 mgr.a (mgr.14403) 25825 : cluster 0 pgmap v19287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:01 smithi135 bash[32435]: cluster 2023-12-08T03:57:59.523940+0000 mgr.a (mgr.14403) 25825 : cluster 0 pgmap v19287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:01.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:58:01.534 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:01.534 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:02.425 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:58:02.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:02.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:02.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:02.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:58:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:03 smithi079 bash[28699]: cluster 2023-12-08T03:58:01.524604+0000 mgr.a (mgr.14403) 25826 : cluster 0 pgmap v19288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:03 smithi079 bash[28699]: audit 2023-12-08T03:58:01.927473+0000 mgr.a (mgr.14403) 25827 : audit 0 from='client.508086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:03 smithi194 bash[32038]: cluster 2023-12-08T03:58:01.524604+0000 mgr.a (mgr.14403) 25826 : cluster 0 pgmap v19288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:03 smithi194 bash[32038]: audit 2023-12-08T03:58:01.927473+0000 mgr.a (mgr.14403) 25827 : audit 0 from='client.508086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:03.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:03 smithi135 bash[32435]: cluster 2023-12-08T03:58:01.524604+0000 mgr.a (mgr.14403) 25826 : cluster 0 pgmap v19288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:03.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:03 smithi135 bash[32435]: audit 2023-12-08T03:58:01.927473+0000 mgr.a (mgr.14403) 25827 : audit 0 from='client.508086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:05 smithi079 bash[28699]: cluster 2023-12-08T03:58:03.525344+0000 mgr.a (mgr.14403) 25828 : cluster 0 pgmap v19289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:05 smithi194 bash[32038]: cluster 2023-12-08T03:58:03.525344+0000 mgr.a (mgr.14403) 25828 : cluster 0 pgmap v19289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:05.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:05 smithi135 bash[32435]: cluster 2023-12-08T03:58:03.525344+0000 mgr.a (mgr.14403) 25828 : cluster 0 pgmap v19289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:07.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:07 smithi079 bash[28699]: cluster 2023-12-08T03:58:05.526185+0000 mgr.a (mgr.14403) 25829 : cluster 0 pgmap v19290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:07.428 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:58:07.429 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:07.430 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:07 smithi194 bash[32038]: cluster 2023-12-08T03:58:05.526185+0000 mgr.a (mgr.14403) 25829 : cluster 0 pgmap v19290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:07 smithi135 bash[32435]: cluster 2023-12-08T03:58:05.526185+0000 mgr.a (mgr.14403) 25829 : cluster 0 pgmap v19290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:08.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:08.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:08.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:08.327 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:58:08.327 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:58:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:09 smithi079 bash[28699]: cluster 2023-12-08T03:58:07.526729+0000 mgr.a (mgr.14403) 25830 : cluster 0 pgmap v19291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:09 smithi079 bash[28699]: audit 2023-12-08T03:58:07.832111+0000 mgr.a (mgr.14403) 25831 : audit 0 from='client.508158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:09 smithi194 bash[32038]: cluster 2023-12-08T03:58:07.526729+0000 mgr.a (mgr.14403) 25830 : cluster 0 pgmap v19291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:09 smithi194 bash[32038]: audit 2023-12-08T03:58:07.832111+0000 mgr.a (mgr.14403) 25831 : audit 0 from='client.508158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:09.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:09 smithi135 bash[32435]: cluster 2023-12-08T03:58:07.526729+0000 mgr.a (mgr.14403) 25830 : cluster 0 pgmap v19291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:09.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:09 smithi135 bash[32435]: audit 2023-12-08T03:58:07.832111+0000 mgr.a (mgr.14403) 25831 : audit 0 from='client.508158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:11 smithi079 bash[28699]: cluster 2023-12-08T03:58:09.527589+0000 mgr.a (mgr.14403) 25832 : cluster 0 pgmap v19292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:11 smithi194 bash[32038]: cluster 2023-12-08T03:58:09.527589+0000 mgr.a (mgr.14403) 25832 : cluster 0 pgmap v19292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:11.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:11 smithi135 bash[32435]: cluster 2023-12-08T03:58:09.527589+0000 mgr.a (mgr.14403) 25832 : cluster 0 pgmap v19292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:13.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:58:13.330 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:13.331 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:13 smithi079 bash[28699]: cluster 2023-12-08T03:58:11.528168+0000 mgr.a (mgr.14403) 25833 : cluster 0 pgmap v19293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:13 smithi194 bash[32038]: cluster 2023-12-08T03:58:11.528168+0000 mgr.a (mgr.14403) 25833 : cluster 0 pgmap v19293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:13 smithi135 bash[32435]: cluster 2023-12-08T03:58:11.528168+0000 mgr.a (mgr.14403) 25833 : cluster 0 pgmap v19293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:14.253 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:58:14.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:14.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:14.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:14.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:58:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:14 smithi079 bash[28699]: cluster 2023-12-08T03:58:13.528840+0000 mgr.a (mgr.14403) 25834 : cluster 0 pgmap v19294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:14 smithi079 bash[28699]: audit 2023-12-08T03:58:13.733805+0000 mgr.a (mgr.14403) 25835 : audit 0 from='client.508236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:14.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:14 smithi194 bash[32038]: cluster 2023-12-08T03:58:13.528840+0000 mgr.a (mgr.14403) 25834 : cluster 0 pgmap v19294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:14.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:14 smithi194 bash[32038]: audit 2023-12-08T03:58:13.733805+0000 mgr.a (mgr.14403) 25835 : audit 0 from='client.508236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:14 smithi135 bash[32435]: cluster 2023-12-08T03:58:13.528840+0000 mgr.a (mgr.14403) 25834 : cluster 0 pgmap v19294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:14.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:14 smithi135 bash[32435]: audit 2023-12-08T03:58:13.733805+0000 mgr.a (mgr.14403) 25835 : audit 0 from='client.508236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:16.894 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:16 smithi079 bash[28699]: cluster 2023-12-08T03:58:15.529870+0000 mgr.a (mgr.14403) 25836 : cluster 0 pgmap v19295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:16.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:16 smithi194 bash[32038]: cluster 2023-12-08T03:58:15.529870+0000 mgr.a (mgr.14403) 25836 : cluster 0 pgmap v19295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:16.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:16 smithi135 bash[32435]: cluster 2023-12-08T03:58:15.529870+0000 mgr.a (mgr.14403) 25836 : cluster 0 pgmap v19295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:18.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:18 smithi194 bash[32038]: cluster 2023-12-08T03:58:17.530448+0000 mgr.a (mgr.14403) 25837 : cluster 0 pgmap v19296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:18.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:18 smithi135 bash[32435]: cluster 2023-12-08T03:58:17.530448+0000 mgr.a (mgr.14403) 25837 : cluster 0 pgmap v19296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:19.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:18 smithi079 bash[28699]: cluster 2023-12-08T03:58:17.530448+0000 mgr.a (mgr.14403) 25837 : cluster 0 pgmap v19296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:19.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:58:19.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:19.257 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:20.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:20.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:20.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:20.178 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:58:20.179 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:58:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:20 smithi194 bash[32038]: cluster 2023-12-08T03:58:19.531220+0000 mgr.a (mgr.14403) 25838 : cluster 0 pgmap v19297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:20.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:20 smithi194 bash[32038]: audit 2023-12-08T03:58:19.663371+0000 mgr.a (mgr.14403) 25839 : audit 0 from='client.508314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:20 smithi135 bash[32435]: cluster 2023-12-08T03:58:19.531220+0000 mgr.a (mgr.14403) 25838 : cluster 0 pgmap v19297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:20.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:20 smithi135 bash[32435]: audit 2023-12-08T03:58:19.663371+0000 mgr.a (mgr.14403) 25839 : audit 0 from='client.508314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:21.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:20 smithi079 bash[28699]: cluster 2023-12-08T03:58:19.531220+0000 mgr.a (mgr.14403) 25838 : cluster 0 pgmap v19297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:21.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:20 smithi079 bash[28699]: audit 2023-12-08T03:58:19.663371+0000 mgr.a (mgr.14403) 25839 : audit 0 from='client.508314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:22.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:22 smithi194 bash[32038]: cluster 2023-12-08T03:58:21.531856+0000 mgr.a (mgr.14403) 25840 : cluster 0 pgmap v19298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:22.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:22 smithi135 bash[32435]: cluster 2023-12-08T03:58:21.531856+0000 mgr.a (mgr.14403) 25840 : cluster 0 pgmap v19298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:23.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:22 smithi079 bash[28699]: cluster 2023-12-08T03:58:21.531856+0000 mgr.a (mgr.14403) 25840 : cluster 0 pgmap v19298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:24.954 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:24 smithi194 bash[32038]: cluster 2023-12-08T03:58:23.532433+0000 mgr.a (mgr.14403) 25841 : cluster 0 pgmap v19299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:24.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:24 smithi135 bash[32435]: cluster 2023-12-08T03:58:23.532433+0000 mgr.a (mgr.14403) 25841 : cluster 0 pgmap v19299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:25.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:24 smithi079 bash[28699]: cluster 2023-12-08T03:58:23.532433+0000 mgr.a (mgr.14403) 25841 : cluster 0 pgmap v19299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:25.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:58:25.182 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:25.182 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:26.075 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:58:26.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:26.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:26.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:26.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:58:26.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:26 smithi135 bash[32435]: cluster 2023-12-08T03:58:25.533208+0000 mgr.a (mgr.14403) 25842 : cluster 0 pgmap v19300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:26.958 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:26 smithi135 bash[32435]: audit 2023-12-08T03:58:25.589530+0000 mgr.a (mgr.14403) 25843 : audit 0 from='client.508392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:27.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:26 smithi079 bash[28699]: cluster 2023-12-08T03:58:25.533208+0000 mgr.a (mgr.14403) 25842 : cluster 0 pgmap v19300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:27.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:26 smithi079 bash[28699]: audit 2023-12-08T03:58:25.589530+0000 mgr.a (mgr.14403) 25843 : audit 0 from='client.508392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:26 smithi194 bash[32038]: cluster 2023-12-08T03:58:25.533208+0000 mgr.a (mgr.14403) 25842 : cluster 0 pgmap v19300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:26 smithi194 bash[32038]: audit 2023-12-08T03:58:25.589530+0000 mgr.a (mgr.14403) 25843 : audit 0 from='client.508392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:29.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:28 smithi079 bash[28699]: cluster 2023-12-08T03:58:27.533889+0000 mgr.a (mgr.14403) 25844 : cluster 0 pgmap v19301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:28 smithi194 bash[32038]: cluster 2023-12-08T03:58:27.533889+0000 mgr.a (mgr.14403) 25844 : cluster 0 pgmap v19301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:29.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:28 smithi135 bash[32435]: cluster 2023-12-08T03:58:27.533889+0000 mgr.a (mgr.14403) 25844 : cluster 0 pgmap v19301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:31.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:58:31.079 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:31.079 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:31.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:30 smithi079 bash[28699]: cluster 2023-12-08T03:58:29.534701+0000 mgr.a (mgr.14403) 25845 : cluster 0 pgmap v19302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:30 smithi194 bash[32038]: cluster 2023-12-08T03:58:29.534701+0000 mgr.a (mgr.14403) 25845 : cluster 0 pgmap v19302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:31.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:30 smithi135 bash[32435]: cluster 2023-12-08T03:58:29.534701+0000 mgr.a (mgr.14403) 25845 : cluster 0 pgmap v19302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:32.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:32.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:32.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:32.004 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:58:32.004 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:58:33.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:32 smithi079 bash[28699]: audit 2023-12-08T03:58:31.483319+0000 mgr.a (mgr.14403) 25846 : audit 0 from='client.508467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:33.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:32 smithi079 bash[28699]: cluster 2023-12-08T03:58:31.535493+0000 mgr.a (mgr.14403) 25847 : cluster 0 pgmap v19303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:32 smithi194 bash[32038]: audit 2023-12-08T03:58:31.483319+0000 mgr.a (mgr.14403) 25846 : audit 0 from='client.508467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:32 smithi194 bash[32038]: cluster 2023-12-08T03:58:31.535493+0000 mgr.a (mgr.14403) 25847 : cluster 0 pgmap v19303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:33.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:32 smithi135 bash[32435]: audit 2023-12-08T03:58:31.483319+0000 mgr.a (mgr.14403) 25846 : audit 0 from='client.508467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:33.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:32 smithi135 bash[32435]: cluster 2023-12-08T03:58:31.535493+0000 mgr.a (mgr.14403) 25847 : cluster 0 pgmap v19303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:35.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:34 smithi079 bash[28699]: cluster 2023-12-08T03:58:33.536178+0000 mgr.a (mgr.14403) 25848 : cluster 0 pgmap v19304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:34 smithi194 bash[32038]: cluster 2023-12-08T03:58:33.536178+0000 mgr.a (mgr.14403) 25848 : cluster 0 pgmap v19304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:35.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:34 smithi135 bash[32435]: cluster 2023-12-08T03:58:33.536178+0000 mgr.a (mgr.14403) 25848 : cluster 0 pgmap v19304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:37.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:58:37.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:37.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:37.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:36 smithi079 bash[28699]: cluster 2023-12-08T03:58:35.536986+0000 mgr.a (mgr.14403) 25849 : cluster 0 pgmap v19305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:36 smithi194 bash[32038]: cluster 2023-12-08T03:58:35.536986+0000 mgr.a (mgr.14403) 25849 : cluster 0 pgmap v19305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:37.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:36 smithi135 bash[32435]: cluster 2023-12-08T03:58:35.536986+0000 mgr.a (mgr.14403) 25849 : cluster 0 pgmap v19305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:37.944 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:58:37.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:37.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:37.944 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:37.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:58:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:38 smithi079 bash[28699]: audit 2023-12-08T03:58:37.414282+0000 mgr.a (mgr.14403) 25850 : audit 0 from='client.508539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:39.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:38 smithi079 bash[28699]: cluster 2023-12-08T03:58:37.537591+0000 mgr.a (mgr.14403) 25851 : cluster 0 pgmap v19306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:38 smithi194 bash[32038]: audit 2023-12-08T03:58:37.414282+0000 mgr.a (mgr.14403) 25850 : audit 0 from='client.508539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:38 smithi194 bash[32038]: cluster 2023-12-08T03:58:37.537591+0000 mgr.a (mgr.14403) 25851 : cluster 0 pgmap v19306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:38 smithi135 bash[32435]: audit 2023-12-08T03:58:37.414282+0000 mgr.a (mgr.14403) 25850 : audit 0 from='client.508539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:38 smithi135 bash[32435]: cluster 2023-12-08T03:58:37.537591+0000 mgr.a (mgr.14403) 25851 : cluster 0 pgmap v19306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:41.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:40 smithi079 bash[28699]: cluster 2023-12-08T03:58:39.538530+0000 mgr.a (mgr.14403) 25852 : cluster 0 pgmap v19307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:40 smithi194 bash[32038]: cluster 2023-12-08T03:58:39.538530+0000 mgr.a (mgr.14403) 25852 : cluster 0 pgmap v19307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:40 smithi135 bash[32435]: cluster 2023-12-08T03:58:39.538530+0000 mgr.a (mgr.14403) 25852 : cluster 0 pgmap v19307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:58:42.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:58:42.948 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:42.948 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:43.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:42 smithi079 bash[28699]: cluster 2023-12-08T03:58:41.539147+0000 mgr.a (mgr.14403) 25853 : cluster 0 pgmap v19308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:42 smithi194 bash[32038]: cluster 2023-12-08T03:58:41.539147+0000 mgr.a (mgr.14403) 25853 : cluster 0 pgmap v19308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:43.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:42 smithi135 bash[32435]: cluster 2023-12-08T03:58:41.539147+0000 mgr.a (mgr.14403) 25853 : cluster 0 pgmap v19308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:43.856 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:58:43.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:43.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:43.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:43.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:58:45.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:44 smithi079 bash[28699]: audit 2023-12-08T03:58:43.344768+0000 mgr.a (mgr.14403) 25854 : audit 0 from='client.508614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:45.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:44 smithi079 bash[28699]: cluster 2023-12-08T03:58:43.539634+0000 mgr.a (mgr.14403) 25855 : cluster 0 pgmap v19309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:44 smithi194 bash[32038]: audit 2023-12-08T03:58:43.344768+0000 mgr.a (mgr.14403) 25854 : audit 0 from='client.508614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:44 smithi194 bash[32038]: cluster 2023-12-08T03:58:43.539634+0000 mgr.a (mgr.14403) 25855 : cluster 0 pgmap v19309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:45.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:44 smithi135 bash[32435]: audit 2023-12-08T03:58:43.344768+0000 mgr.a (mgr.14403) 25854 : audit 0 from='client.508614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:45.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:44 smithi135 bash[32435]: cluster 2023-12-08T03:58:43.539634+0000 mgr.a (mgr.14403) 25855 : cluster 0 pgmap v19309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:46.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:45 smithi079 bash[28699]: audit 2023-12-08T03:58:45.328375+0000 mon.a (mon.0) 4016 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:58:46.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:45 smithi194 bash[32038]: audit 2023-12-08T03:58:45.328375+0000 mon.a (mon.0) 4016 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:58:46.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:45 smithi135 bash[32435]: audit 2023-12-08T03:58:45.328375+0000 mon.a (mon.0) 4016 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:58:47.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:46 smithi079 bash[28699]: cluster 2023-12-08T03:58:45.540274+0000 mgr.a (mgr.14403) 25856 : cluster 0 pgmap v19310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:58:47.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:46 smithi079 bash[28699]: audit 2023-12-08T03:58:46.072587+0000 mon.a (mon.0) 4017 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:58:47.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:46 smithi079 bash[28699]: audit 2023-12-08T03:58:46.074458+0000 mon.a (mon.0) 4018 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:58:47.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:46 smithi079 bash[28699]: audit 2023-12-08T03:58:46.084174+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:58:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:46 smithi194 bash[32038]: cluster 2023-12-08T03:58:45.540274+0000 mgr.a (mgr.14403) 25856 : cluster 0 pgmap v19310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:58:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:46 smithi194 bash[32038]: audit 2023-12-08T03:58:46.072587+0000 mon.a (mon.0) 4017 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:58:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:46 smithi194 bash[32038]: audit 2023-12-08T03:58:46.074458+0000 mon.a (mon.0) 4018 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:58:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:46 smithi194 bash[32038]: audit 2023-12-08T03:58:46.084174+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:58:47.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:46 smithi135 bash[32435]: cluster 2023-12-08T03:58:45.540274+0000 mgr.a (mgr.14403) 25856 : cluster 0 pgmap v19310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T03:58:47.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:46 smithi135 bash[32435]: audit 2023-12-08T03:58:46.072587+0000 mon.a (mon.0) 4017 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:58:47.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:46 smithi135 bash[32435]: audit 2023-12-08T03:58:46.074458+0000 mon.a (mon.0) 4018 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:58:47.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:46 smithi135 bash[32435]: audit 2023-12-08T03:58:46.084174+0000 mon.a (mon.0) 4019 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:58:48.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:58:48.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:48.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:49.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:48 smithi079 bash[28699]: cluster 2023-12-08T03:58:47.540880+0000 mgr.a (mgr.14403) 25857 : cluster 0 pgmap v19311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:58:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:48 smithi194 bash[32038]: cluster 2023-12-08T03:58:47.540880+0000 mgr.a (mgr.14403) 25857 : cluster 0 pgmap v19311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:58:49.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:48 smithi135 bash[32435]: cluster 2023-12-08T03:58:47.540880+0000 mgr.a (mgr.14403) 25857 : cluster 0 pgmap v19311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T03:58:49.766 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:58:49.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:49.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:49.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:49.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:58:51.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:50 smithi079 bash[28699]: audit 2023-12-08T03:58:49.263533+0000 mgr.a (mgr.14403) 25858 : audit 0 from='client.508692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:51.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:50 smithi079 bash[28699]: cluster 2023-12-08T03:58:49.542111+0000 mgr.a (mgr.14403) 25859 : cluster 0 pgmap v19312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:50 smithi194 bash[32038]: audit 2023-12-08T03:58:49.263533+0000 mgr.a (mgr.14403) 25858 : audit 0 from='client.508692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:50 smithi194 bash[32038]: cluster 2023-12-08T03:58:49.542111+0000 mgr.a (mgr.14403) 25859 : cluster 0 pgmap v19312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:51.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:50 smithi135 bash[32435]: audit 2023-12-08T03:58:49.263533+0000 mgr.a (mgr.14403) 25858 : audit 0 from='client.508692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:51.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:50 smithi135 bash[32435]: cluster 2023-12-08T03:58:49.542111+0000 mgr.a (mgr.14403) 25859 : cluster 0 pgmap v19312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:53.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:52 smithi079 bash[28699]: cluster 2023-12-08T03:58:51.542804+0000 mgr.a (mgr.14403) 25860 : cluster 0 pgmap v19313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:52 smithi194 bash[32038]: cluster 2023-12-08T03:58:51.542804+0000 mgr.a (mgr.14403) 25860 : cluster 0 pgmap v19313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:53.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:52 smithi135 bash[32435]: cluster 2023-12-08T03:58:51.542804+0000 mgr.a (mgr.14403) 25860 : cluster 0 pgmap v19313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:54.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:58:54.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:58:54.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:58:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:54 smithi079 bash[28699]: cluster 2023-12-08T03:58:53.543371+0000 mgr.a (mgr.14403) 25861 : cluster 0 pgmap v19314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:54 smithi194 bash[32038]: cluster 2023-12-08T03:58:53.543371+0000 mgr.a (mgr.14403) 25861 : cluster 0 pgmap v19314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:55.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:54 smithi135 bash[32435]: cluster 2023-12-08T03:58:53.543371+0000 mgr.a (mgr.14403) 25861 : cluster 0 pgmap v19314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:58:55.687 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:58:55.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:58:55.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:58:55.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:58:55.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:58:57.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:56 smithi079 bash[28699]: audit 2023-12-08T03:58:55.174406+0000 mgr.a (mgr.14403) 25862 : audit 0 from='client.508764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:57.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:56 smithi079 bash[28699]: cluster 2023-12-08T03:58:55.544061+0000 mgr.a (mgr.14403) 25863 : cluster 0 pgmap v19315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:56 smithi194 bash[32038]: audit 2023-12-08T03:58:55.174406+0000 mgr.a (mgr.14403) 25862 : audit 0 from='client.508764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:56 smithi194 bash[32038]: cluster 2023-12-08T03:58:55.544061+0000 mgr.a (mgr.14403) 25863 : cluster 0 pgmap v19315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:57.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:56 smithi135 bash[32435]: audit 2023-12-08T03:58:55.174406+0000 mgr.a (mgr.14403) 25862 : audit 0 from='client.508764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:58:57.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:56 smithi135 bash[32435]: cluster 2023-12-08T03:58:55.544061+0000 mgr.a (mgr.14403) 25863 : cluster 0 pgmap v19315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:58:59.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:58:58 smithi079 bash[28699]: cluster 2023-12-08T03:58:57.544725+0000 mgr.a (mgr.14403) 25864 : cluster 0 pgmap v19316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:58:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:58:58 smithi194 bash[32038]: cluster 2023-12-08T03:58:57.544725+0000 mgr.a (mgr.14403) 25864 : cluster 0 pgmap v19316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:58:59.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:58:58 smithi135 bash[32435]: cluster 2023-12-08T03:58:57.544725+0000 mgr.a (mgr.14403) 25864 : cluster 0 pgmap v19316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T03:59:00.690 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:59:00.691 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:00.691 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:01.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:00 smithi079 bash[28699]: cluster 2023-12-08T03:58:59.545536+0000 mgr.a (mgr.14403) 25865 : cluster 0 pgmap v19317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:59:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:00 smithi194 bash[32038]: cluster 2023-12-08T03:58:59.545536+0000 mgr.a (mgr.14403) 25865 : cluster 0 pgmap v19317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:59:01.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:00 smithi135 bash[32435]: cluster 2023-12-08T03:58:59.545536+0000 mgr.a (mgr.14403) 25865 : cluster 0 pgmap v19317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T03:59:01.614 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:59:01.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:01.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:01.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:01.615 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:59:03.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:02 smithi079 bash[28699]: audit 2023-12-08T03:59:01.090580+0000 mgr.a (mgr.14403) 25866 : audit 0 from='client.508836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:02 smithi079 bash[28699]: cluster 2023-12-08T03:59:01.546056+0000 mgr.a (mgr.14403) 25867 : cluster 0 pgmap v19318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:02 smithi194 bash[32038]: audit 2023-12-08T03:59:01.090580+0000 mgr.a (mgr.14403) 25866 : audit 0 from='client.508836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:02 smithi194 bash[32038]: cluster 2023-12-08T03:59:01.546056+0000 mgr.a (mgr.14403) 25867 : cluster 0 pgmap v19318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:03.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:02 smithi135 bash[32435]: audit 2023-12-08T03:59:01.090580+0000 mgr.a (mgr.14403) 25866 : audit 0 from='client.508836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:03.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:02 smithi135 bash[32435]: cluster 2023-12-08T03:59:01.546056+0000 mgr.a (mgr.14403) 25867 : cluster 0 pgmap v19318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:05.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:04 smithi079 bash[28699]: cluster 2023-12-08T03:59:03.546649+0000 mgr.a (mgr.14403) 25868 : cluster 0 pgmap v19319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:04 smithi194 bash[32038]: cluster 2023-12-08T03:59:03.546649+0000 mgr.a (mgr.14403) 25868 : cluster 0 pgmap v19319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:05.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:04 smithi135 bash[32435]: cluster 2023-12-08T03:59:03.546649+0000 mgr.a (mgr.14403) 25868 : cluster 0 pgmap v19319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:06.617 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:59:06.618 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:06.619 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:07.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:06 smithi079 bash[28699]: cluster 2023-12-08T03:59:05.547451+0000 mgr.a (mgr.14403) 25869 : cluster 0 pgmap v19320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:06 smithi194 bash[32038]: cluster 2023-12-08T03:59:05.547451+0000 mgr.a (mgr.14403) 25869 : cluster 0 pgmap v19320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:07.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:06 smithi135 bash[32435]: cluster 2023-12-08T03:59:05.547451+0000 mgr.a (mgr.14403) 25869 : cluster 0 pgmap v19320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:07.528 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:59:07.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:07.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:07.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:07.528 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:59:08.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:07 smithi079 bash[28699]: audit 2023-12-08T03:59:07.015104+0000 mgr.a (mgr.14403) 25870 : audit 0 from='client.508914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:07 smithi194 bash[32038]: audit 2023-12-08T03:59:07.015104+0000 mgr.a (mgr.14403) 25870 : audit 0 from='client.508914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:08.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:07 smithi135 bash[32435]: audit 2023-12-08T03:59:07.015104+0000 mgr.a (mgr.14403) 25870 : audit 0 from='client.508914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:09.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:08 smithi079 bash[28699]: cluster 2023-12-08T03:59:07.548187+0000 mgr.a (mgr.14403) 25871 : cluster 0 pgmap v19321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:08 smithi194 bash[32038]: cluster 2023-12-08T03:59:07.548187+0000 mgr.a (mgr.14403) 25871 : cluster 0 pgmap v19321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:09.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:08 smithi135 bash[32435]: cluster 2023-12-08T03:59:07.548187+0000 mgr.a (mgr.14403) 25871 : cluster 0 pgmap v19321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:11.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:10 smithi079 bash[28699]: cluster 2023-12-08T03:59:09.549021+0000 mgr.a (mgr.14403) 25872 : cluster 0 pgmap v19322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:10 smithi194 bash[32038]: cluster 2023-12-08T03:59:09.549021+0000 mgr.a (mgr.14403) 25872 : cluster 0 pgmap v19322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:11.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:10 smithi135 bash[32435]: cluster 2023-12-08T03:59:09.549021+0000 mgr.a (mgr.14403) 25872 : cluster 0 pgmap v19322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:12.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:59:12.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:12.531 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:13.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:12 smithi079 bash[28699]: cluster 2023-12-08T03:59:11.549566+0000 mgr.a (mgr.14403) 25873 : cluster 0 pgmap v19323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:12 smithi194 bash[32038]: cluster 2023-12-08T03:59:11.549566+0000 mgr.a (mgr.14403) 25873 : cluster 0 pgmap v19323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:13.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:12 smithi135 bash[32435]: cluster 2023-12-08T03:59:11.549566+0000 mgr.a (mgr.14403) 25873 : cluster 0 pgmap v19323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:13.431 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:59:13.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:13.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:13.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:13.432 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:59:14.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:13 smithi079 bash[28699]: audit 2023-12-08T03:59:12.931733+0000 mgr.a (mgr.14403) 25874 : audit 0 from='client.508992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:14.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:13 smithi194 bash[32038]: audit 2023-12-08T03:59:12.931733+0000 mgr.a (mgr.14403) 25874 : audit 0 from='client.508992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:13 smithi135 bash[32435]: audit 2023-12-08T03:59:12.931733+0000 mgr.a (mgr.14403) 25874 : audit 0 from='client.508992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:15.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:14 smithi079 bash[28699]: cluster 2023-12-08T03:59:13.550202+0000 mgr.a (mgr.14403) 25875 : cluster 0 pgmap v19324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:14 smithi194 bash[32038]: cluster 2023-12-08T03:59:13.550202+0000 mgr.a (mgr.14403) 25875 : cluster 0 pgmap v19324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:15.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:14 smithi135 bash[32435]: cluster 2023-12-08T03:59:13.550202+0000 mgr.a (mgr.14403) 25875 : cluster 0 pgmap v19324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:17.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:16 smithi079 bash[28699]: cluster 2023-12-08T03:59:15.551203+0000 mgr.a (mgr.14403) 25876 : cluster 0 pgmap v19325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:16 smithi194 bash[32038]: cluster 2023-12-08T03:59:15.551203+0000 mgr.a (mgr.14403) 25876 : cluster 0 pgmap v19325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:17.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:16 smithi135 bash[32435]: cluster 2023-12-08T03:59:15.551203+0000 mgr.a (mgr.14403) 25876 : cluster 0 pgmap v19325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:18.434 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:59:18.435 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:18.435 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:19.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:18 smithi079 bash[28699]: cluster 2023-12-08T03:59:17.551811+0000 mgr.a (mgr.14403) 25877 : cluster 0 pgmap v19326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:18 smithi194 bash[32038]: cluster 2023-12-08T03:59:17.551811+0000 mgr.a (mgr.14403) 25877 : cluster 0 pgmap v19326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:19.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:18 smithi135 bash[32435]: cluster 2023-12-08T03:59:17.551811+0000 mgr.a (mgr.14403) 25877 : cluster 0 pgmap v19326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:19.322 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:59:19.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:19.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:19.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:19.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:59:20.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:19 smithi079 bash[28699]: audit 2023-12-08T03:59:18.835207+0000 mgr.a (mgr.14403) 25878 : audit 0 from='client.509067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:20.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:19 smithi194 bash[32038]: audit 2023-12-08T03:59:18.835207+0000 mgr.a (mgr.14403) 25878 : audit 0 from='client.509067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:20.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:19 smithi135 bash[32435]: audit 2023-12-08T03:59:18.835207+0000 mgr.a (mgr.14403) 25878 : audit 0 from='client.509067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:21.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:20 smithi079 bash[28699]: cluster 2023-12-08T03:59:19.552976+0000 mgr.a (mgr.14403) 25879 : cluster 0 pgmap v19327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:20 smithi194 bash[32038]: cluster 2023-12-08T03:59:19.552976+0000 mgr.a (mgr.14403) 25879 : cluster 0 pgmap v19327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:21.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:20 smithi135 bash[32435]: cluster 2023-12-08T03:59:19.552976+0000 mgr.a (mgr.14403) 25879 : cluster 0 pgmap v19327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:23.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:22 smithi079 bash[28699]: cluster 2023-12-08T03:59:21.553649+0000 mgr.a (mgr.14403) 25880 : cluster 0 pgmap v19328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:22 smithi194 bash[32038]: cluster 2023-12-08T03:59:21.553649+0000 mgr.a (mgr.14403) 25880 : cluster 0 pgmap v19328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:23.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:22 smithi135 bash[32435]: cluster 2023-12-08T03:59:21.553649+0000 mgr.a (mgr.14403) 25880 : cluster 0 pgmap v19328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:24.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:59:24.325 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:24.325 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:25.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:24 smithi079 bash[28699]: cluster 2023-12-08T03:59:23.554203+0000 mgr.a (mgr.14403) 25881 : cluster 0 pgmap v19329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:24 smithi194 bash[32038]: cluster 2023-12-08T03:59:23.554203+0000 mgr.a (mgr.14403) 25881 : cluster 0 pgmap v19329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:25.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:24 smithi135 bash[32435]: cluster 2023-12-08T03:59:23.554203+0000 mgr.a (mgr.14403) 25881 : cluster 0 pgmap v19329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:25.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:25.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:25.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:25.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:59:25.223 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:59:26.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:25 smithi079 bash[28699]: audit 2023-12-08T03:59:24.726092+0000 mgr.a (mgr.14403) 25882 : audit 0 from='client.509142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:26.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:25 smithi194 bash[32038]: audit 2023-12-08T03:59:24.726092+0000 mgr.a (mgr.14403) 25882 : audit 0 from='client.509142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:26.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:25 smithi135 bash[32435]: audit 2023-12-08T03:59:24.726092+0000 mgr.a (mgr.14403) 25882 : audit 0 from='client.509142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:27.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:26 smithi079 bash[28699]: cluster 2023-12-08T03:59:25.555275+0000 mgr.a (mgr.14403) 25883 : cluster 0 pgmap v19330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:26 smithi194 bash[32038]: cluster 2023-12-08T03:59:25.555275+0000 mgr.a (mgr.14403) 25883 : cluster 0 pgmap v19330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:27.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:26 smithi135 bash[32435]: cluster 2023-12-08T03:59:25.555275+0000 mgr.a (mgr.14403) 25883 : cluster 0 pgmap v19330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:29.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:28 smithi079 bash[28699]: cluster 2023-12-08T03:59:27.555884+0000 mgr.a (mgr.14403) 25884 : cluster 0 pgmap v19331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:28 smithi194 bash[32038]: cluster 2023-12-08T03:59:27.555884+0000 mgr.a (mgr.14403) 25884 : cluster 0 pgmap v19331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:29.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:28 smithi135 bash[32435]: cluster 2023-12-08T03:59:27.555884+0000 mgr.a (mgr.14403) 25884 : cluster 0 pgmap v19331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:30.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:59:30.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:30.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:31.123 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:59:31.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:31.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:31.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:31.123 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:59:31.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:30 smithi079 bash[28699]: cluster 2023-12-08T03:59:29.556666+0000 mgr.a (mgr.14403) 25885 : cluster 0 pgmap v19332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:30 smithi194 bash[32038]: cluster 2023-12-08T03:59:29.556666+0000 mgr.a (mgr.14403) 25885 : cluster 0 pgmap v19332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:31.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:30 smithi135 bash[32435]: cluster 2023-12-08T03:59:29.556666+0000 mgr.a (mgr.14403) 25885 : cluster 0 pgmap v19332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:32.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:31 smithi079 bash[28699]: audit 2023-12-08T03:59:30.621456+0000 mgr.a (mgr.14403) 25886 : audit 0 from='client.509220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:32.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:31 smithi194 bash[32038]: audit 2023-12-08T03:59:30.621456+0000 mgr.a (mgr.14403) 25886 : audit 0 from='client.509220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:32.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:31 smithi135 bash[32435]: audit 2023-12-08T03:59:30.621456+0000 mgr.a (mgr.14403) 25886 : audit 0 from='client.509220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:33.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:32 smithi079 bash[28699]: cluster 2023-12-08T03:59:31.557323+0000 mgr.a (mgr.14403) 25887 : cluster 0 pgmap v19333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:32 smithi194 bash[32038]: cluster 2023-12-08T03:59:31.557323+0000 mgr.a (mgr.14403) 25887 : cluster 0 pgmap v19333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:33.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:32 smithi135 bash[32435]: cluster 2023-12-08T03:59:31.557323+0000 mgr.a (mgr.14403) 25887 : cluster 0 pgmap v19333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:35.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:34 smithi079 bash[28699]: cluster 2023-12-08T03:59:33.557903+0000 mgr.a (mgr.14403) 25888 : cluster 0 pgmap v19334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:34 smithi194 bash[32038]: cluster 2023-12-08T03:59:33.557903+0000 mgr.a (mgr.14403) 25888 : cluster 0 pgmap v19334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:35.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:34 smithi135 bash[32435]: cluster 2023-12-08T03:59:33.557903+0000 mgr.a (mgr.14403) 25888 : cluster 0 pgmap v19334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:36.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:59:36.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:36.127 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:37.009 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:59:37.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:37.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:37.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:37.010 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:59:37.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:36 smithi079 bash[28699]: cluster 2023-12-08T03:59:35.558847+0000 mgr.a (mgr.14403) 25889 : cluster 0 pgmap v19335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:36 smithi194 bash[32038]: cluster 2023-12-08T03:59:35.558847+0000 mgr.a (mgr.14403) 25889 : cluster 0 pgmap v19335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:37.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:36 smithi135 bash[32435]: cluster 2023-12-08T03:59:35.558847+0000 mgr.a (mgr.14403) 25889 : cluster 0 pgmap v19335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:38.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:37 smithi194 bash[32038]: audit 2023-12-08T03:59:36.524044+0000 mgr.a (mgr.14403) 25890 : audit 0 from='client.509298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:38.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:37 smithi135 bash[32435]: audit 2023-12-08T03:59:36.524044+0000 mgr.a (mgr.14403) 25890 : audit 0 from='client.509298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:37 smithi079 bash[28699]: audit 2023-12-08T03:59:36.524044+0000 mgr.a (mgr.14403) 25890 : audit 0 from='client.509298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:38 smithi194 bash[32038]: cluster 2023-12-08T03:59:37.559484+0000 mgr.a (mgr.14403) 25891 : cluster 0 pgmap v19336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:38 smithi135 bash[32435]: cluster 2023-12-08T03:59:37.559484+0000 mgr.a (mgr.14403) 25891 : cluster 0 pgmap v19336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:38 smithi079 bash[28699]: cluster 2023-12-08T03:59:37.559484+0000 mgr.a (mgr.14403) 25891 : cluster 0 pgmap v19336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:40 smithi194 bash[32038]: cluster 2023-12-08T03:59:39.560335+0000 mgr.a (mgr.14403) 25892 : cluster 0 pgmap v19337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:40 smithi135 bash[32435]: cluster 2023-12-08T03:59:39.560335+0000 mgr.a (mgr.14403) 25892 : cluster 0 pgmap v19337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:40 smithi079 bash[28699]: cluster 2023-12-08T03:59:39.560335+0000 mgr.a (mgr.14403) 25892 : cluster 0 pgmap v19337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:42.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:59:42.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:42.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:42.873 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:59:42.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:42.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:42.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:42.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:59:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:42 smithi194 bash[32038]: cluster 2023-12-08T03:59:41.560893+0000 mgr.a (mgr.14403) 25893 : cluster 0 pgmap v19338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:43.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:42 smithi135 bash[32435]: cluster 2023-12-08T03:59:41.560893+0000 mgr.a (mgr.14403) 25893 : cluster 0 pgmap v19338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:42 smithi079 bash[28699]: cluster 2023-12-08T03:59:41.560893+0000 mgr.a (mgr.14403) 25893 : cluster 0 pgmap v19338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:44.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:43 smithi194 bash[32038]: audit 2023-12-08T03:59:42.403645+0000 mgr.a (mgr.14403) 25894 : audit 0 from='client.509376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:44.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:43 smithi135 bash[32435]: audit 2023-12-08T03:59:42.403645+0000 mgr.a (mgr.14403) 25894 : audit 0 from='client.509376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:43 smithi079 bash[28699]: audit 2023-12-08T03:59:42.403645+0000 mgr.a (mgr.14403) 25894 : audit 0 from='client.509376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:44 smithi194 bash[32038]: cluster 2023-12-08T03:59:43.561520+0000 mgr.a (mgr.14403) 25895 : cluster 0 pgmap v19339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:45.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:44 smithi135 bash[32435]: cluster 2023-12-08T03:59:43.561520+0000 mgr.a (mgr.14403) 25895 : cluster 0 pgmap v19339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:44 smithi079 bash[28699]: cluster 2023-12-08T03:59:43.561520+0000 mgr.a (mgr.14403) 25895 : cluster 0 pgmap v19339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:46 smithi194 bash[32038]: cluster 2023-12-08T03:59:45.562305+0000 mgr.a (mgr.14403) 25896 : cluster 0 pgmap v19340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:46 smithi194 bash[32038]: audit 2023-12-08T03:59:46.187324+0000 mon.a (mon.0) 4020 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:59:47.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:46 smithi135 bash[32435]: cluster 2023-12-08T03:59:45.562305+0000 mgr.a (mgr.14403) 25896 : cluster 0 pgmap v19340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:47.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:46 smithi135 bash[32435]: audit 2023-12-08T03:59:46.187324+0000 mon.a (mon.0) 4020 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:59:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:46 smithi079 bash[28699]: cluster 2023-12-08T03:59:45.562305+0000 mgr.a (mgr.14403) 25896 : cluster 0 pgmap v19340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T03:59:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:46 smithi079 bash[28699]: audit 2023-12-08T03:59:46.187324+0000 mon.a (mon.0) 4020 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T03:59:47.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:59:47.876 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:47.877 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:48.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:47 smithi194 bash[32038]: audit 2023-12-08T03:59:46.930346+0000 mon.a (mon.0) 4021 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:59:48.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:47 smithi194 bash[32038]: audit 2023-12-08T03:59:46.931819+0000 mon.a (mon.0) 4022 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:59:48.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:47 smithi194 bash[32038]: audit 2023-12-08T03:59:46.939863+0000 mon.a (mon.0) 4023 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:59:48.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:47 smithi135 bash[32435]: audit 2023-12-08T03:59:46.930346+0000 mon.a (mon.0) 4021 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:59:48.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:47 smithi135 bash[32435]: audit 2023-12-08T03:59:46.931819+0000 mon.a (mon.0) 4022 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:59:48.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:47 smithi135 bash[32435]: audit 2023-12-08T03:59:46.939863+0000 mon.a (mon.0) 4023 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:59:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:47 smithi079 bash[28699]: audit 2023-12-08T03:59:46.930346+0000 mon.a (mon.0) 4021 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T03:59:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:47 smithi079 bash[28699]: audit 2023-12-08T03:59:46.931819+0000 mon.a (mon.0) 4022 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T03:59:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:47 smithi079 bash[28699]: audit 2023-12-08T03:59:46.939863+0000 mon.a (mon.0) 4023 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T03:59:48.798 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:59:48.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:48.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:48.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:48.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:59:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:48 smithi194 bash[32038]: cluster 2023-12-08T03:59:47.562827+0000 mgr.a (mgr.14403) 25897 : cluster 0 pgmap v19341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:49.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:48 smithi135 bash[32435]: cluster 2023-12-08T03:59:47.562827+0000 mgr.a (mgr.14403) 25897 : cluster 0 pgmap v19341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:48 smithi079 bash[28699]: cluster 2023-12-08T03:59:47.562827+0000 mgr.a (mgr.14403) 25897 : cluster 0 pgmap v19341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:50.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:49 smithi194 bash[32038]: audit 2023-12-08T03:59:48.296004+0000 mgr.a (mgr.14403) 25898 : audit 0 from='client.509451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:50.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:49 smithi135 bash[32435]: audit 2023-12-08T03:59:48.296004+0000 mgr.a (mgr.14403) 25898 : audit 0 from='client.509451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:50.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:49 smithi079 bash[28699]: audit 2023-12-08T03:59:48.296004+0000 mgr.a (mgr.14403) 25898 : audit 0 from='client.509451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:51.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:50 smithi135 bash[32435]: cluster 2023-12-08T03:59:49.563727+0000 mgr.a (mgr.14403) 25899 : cluster 0 pgmap v19342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:59:51.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:50 smithi079 bash[28699]: cluster 2023-12-08T03:59:49.563727+0000 mgr.a (mgr.14403) 25899 : cluster 0 pgmap v19342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:59:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:50 smithi194 bash[32038]: cluster 2023-12-08T03:59:49.563727+0000 mgr.a (mgr.14403) 25899 : cluster 0 pgmap v19342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T03:59:53.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:52 smithi079 bash[28699]: cluster 2023-12-08T03:59:51.564216+0000 mgr.a (mgr.14403) 25900 : cluster 0 pgmap v19343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:59:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:52 smithi194 bash[32038]: cluster 2023-12-08T03:59:51.564216+0000 mgr.a (mgr.14403) 25900 : cluster 0 pgmap v19343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:59:53.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:52 smithi135 bash[32435]: cluster 2023-12-08T03:59:51.564216+0000 mgr.a (mgr.14403) 25900 : cluster 0 pgmap v19343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:59:53.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:59:53.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:53.802 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T03:59:54.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T03:59:54.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T03:59:54.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T03:59:54.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T03:59:54.711 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T03:59:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:54 smithi079 bash[28699]: cluster 2023-12-08T03:59:53.564796+0000 mgr.a (mgr.14403) 25901 : cluster 0 pgmap v19344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:59:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:54 smithi194 bash[32038]: cluster 2023-12-08T03:59:53.564796+0000 mgr.a (mgr.14403) 25901 : cluster 0 pgmap v19344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:59:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:54 smithi135 bash[32435]: cluster 2023-12-08T03:59:53.564796+0000 mgr.a (mgr.14403) 25901 : cluster 0 pgmap v19344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T03:59:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:55 smithi079 bash[28699]: audit 2023-12-08T03:59:54.210727+0000 mgr.a (mgr.14403) 25902 : audit 0 from='client.509526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:56.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:55 smithi194 bash[32038]: audit 2023-12-08T03:59:54.210727+0000 mgr.a (mgr.14403) 25902 : audit 0 from='client.509526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:55 smithi135 bash[32435]: audit 2023-12-08T03:59:54.210727+0000 mgr.a (mgr.14403) 25902 : audit 0 from='client.509526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T03:59:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:56 smithi079 bash[28699]: cluster 2023-12-08T03:59:55.565793+0000 mgr.a (mgr.14403) 25903 : cluster 0 pgmap v19345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:56 smithi194 bash[32038]: cluster 2023-12-08T03:59:55.565793+0000 mgr.a (mgr.14403) 25903 : cluster 0 pgmap v19345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:57.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:56 smithi135 bash[32435]: cluster 2023-12-08T03:59:55.565793+0000 mgr.a (mgr.14403) 25903 : cluster 0 pgmap v19345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T03:59:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 03:59:58 smithi079 bash[28699]: cluster 2023-12-08T03:59:57.566387+0000 mgr.a (mgr.14403) 25904 : cluster 0 pgmap v19346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 03:59:58 smithi194 bash[32038]: cluster 2023-12-08T03:59:57.566387+0000 mgr.a (mgr.14403) 25904 : cluster 0 pgmap v19346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:59.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 03:59:58 smithi135 bash[32435]: cluster 2023-12-08T03:59:57.566387+0000 mgr.a (mgr.14403) 25904 : cluster 0 pgmap v19346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T03:59:59.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T03:59:59.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T03:59:59.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:00.646 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:00:00.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:00.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:00.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:00.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:00:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:00 smithi079 bash[28699]: cluster 2023-12-08T03:59:59.567149+0000 mgr.a (mgr.14403) 25905 : cluster 0 pgmap v19347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:00 smithi079 bash[28699]: cluster 2023-12-08T04:00:00.000143+0000 mon.a (mon.0) 4024 : cluster 1 overall HEALTH_OK 2023-12-08T04:00:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:00 smithi194 bash[32038]: cluster 2023-12-08T03:59:59.567149+0000 mgr.a (mgr.14403) 25905 : cluster 0 pgmap v19347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:00 smithi194 bash[32038]: cluster 2023-12-08T04:00:00.000143+0000 mon.a (mon.0) 4024 : cluster 1 overall HEALTH_OK 2023-12-08T04:00:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:00 smithi135 bash[32435]: cluster 2023-12-08T03:59:59.567149+0000 mgr.a (mgr.14403) 25905 : cluster 0 pgmap v19347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:00 smithi135 bash[32435]: cluster 2023-12-08T04:00:00.000143+0000 mon.a (mon.0) 4024 : cluster 1 overall HEALTH_OK 2023-12-08T04:00:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:01 smithi079 bash[28699]: audit 2023-12-08T04:00:00.116341+0000 mgr.a (mgr.14403) 25906 : audit 0 from='client.509604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:02.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:01 smithi194 bash[32038]: audit 2023-12-08T04:00:00.116341+0000 mgr.a (mgr.14403) 25906 : audit 0 from='client.509604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:02.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:01 smithi135 bash[32435]: audit 2023-12-08T04:00:00.116341+0000 mgr.a (mgr.14403) 25906 : audit 0 from='client.509604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:02 smithi079 bash[28699]: cluster 2023-12-08T04:00:01.567809+0000 mgr.a (mgr.14403) 25907 : cluster 0 pgmap v19348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:00:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:02 smithi194 bash[32038]: cluster 2023-12-08T04:00:01.567809+0000 mgr.a (mgr.14403) 25907 : cluster 0 pgmap v19348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:00:03.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:02 smithi135 bash[32435]: cluster 2023-12-08T04:00:01.567809+0000 mgr.a (mgr.14403) 25907 : cluster 0 pgmap v19348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:00:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:04 smithi079 bash[28699]: cluster 2023-12-08T04:00:03.568620+0000 mgr.a (mgr.14403) 25908 : cluster 0 pgmap v19349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:00:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:04 smithi194 bash[32038]: cluster 2023-12-08T04:00:03.568620+0000 mgr.a (mgr.14403) 25908 : cluster 0 pgmap v19349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:00:05.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:04 smithi135 bash[32435]: cluster 2023-12-08T04:00:03.568620+0000 mgr.a (mgr.14403) 25908 : cluster 0 pgmap v19349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:00:05.649 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:00:05.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:05.650 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:06.559 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:00:06.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:06.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:06.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:06.559 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:00:07.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:06 smithi079 bash[28699]: cluster 2023-12-08T04:00:05.569313+0000 mgr.a (mgr.14403) 25909 : cluster 0 pgmap v19350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:00:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:07 smithi194 bash[32038]: cluster 2023-12-08T04:00:05.569313+0000 mgr.a (mgr.14403) 25909 : cluster 0 pgmap v19350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:00:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:07 smithi135 bash[32435]: cluster 2023-12-08T04:00:05.569313+0000 mgr.a (mgr.14403) 25909 : cluster 0 pgmap v19350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:00:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:08 smithi079 bash[28699]: audit 2023-12-08T04:00:06.052272+0000 mgr.a (mgr.14403) 25910 : audit 0 from='client.509676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:08.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:08 smithi194 bash[32038]: audit 2023-12-08T04:00:06.052272+0000 mgr.a (mgr.14403) 25910 : audit 0 from='client.509676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:08.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:08 smithi135 bash[32435]: audit 2023-12-08T04:00:06.052272+0000 mgr.a (mgr.14403) 25910 : audit 0 from='client.509676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:09 smithi079 bash[28699]: cluster 2023-12-08T04:00:07.570007+0000 mgr.a (mgr.14403) 25911 : cluster 0 pgmap v19351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:09 smithi194 bash[32038]: cluster 2023-12-08T04:00:07.570007+0000 mgr.a (mgr.14403) 25911 : cluster 0 pgmap v19351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:09.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:09 smithi135 bash[32435]: cluster 2023-12-08T04:00:07.570007+0000 mgr.a (mgr.14403) 25911 : cluster 0 pgmap v19351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:11 smithi079 bash[28699]: cluster 2023-12-08T04:00:09.570830+0000 mgr.a (mgr.14403) 25912 : cluster 0 pgmap v19352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:11 smithi194 bash[32038]: cluster 2023-12-08T04:00:09.570830+0000 mgr.a (mgr.14403) 25912 : cluster 0 pgmap v19352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:11.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:11 smithi135 bash[32435]: cluster 2023-12-08T04:00:09.570830+0000 mgr.a (mgr.14403) 25912 : cluster 0 pgmap v19352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:11.562 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:00:11.562 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:11.563 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:12.477 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:00:12.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:12.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:12.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:12.477 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:00:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:13 smithi079 bash[28699]: cluster 2023-12-08T04:00:11.571430+0000 mgr.a (mgr.14403) 25913 : cluster 0 pgmap v19353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:13 smithi079 bash[28699]: audit 2023-12-08T04:00:11.975189+0000 mgr.a (mgr.14403) 25914 : audit 0 from='client.509748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:13 smithi194 bash[32038]: cluster 2023-12-08T04:00:11.571430+0000 mgr.a (mgr.14403) 25913 : cluster 0 pgmap v19353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:13 smithi194 bash[32038]: audit 2023-12-08T04:00:11.975189+0000 mgr.a (mgr.14403) 25914 : audit 0 from='client.509748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:13 smithi135 bash[32435]: cluster 2023-12-08T04:00:11.571430+0000 mgr.a (mgr.14403) 25913 : cluster 0 pgmap v19353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:13 smithi135 bash[32435]: audit 2023-12-08T04:00:11.975189+0000 mgr.a (mgr.14403) 25914 : audit 0 from='client.509748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:15.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:15 smithi079 bash[28699]: cluster 2023-12-08T04:00:13.572557+0000 mgr.a (mgr.14403) 25915 : cluster 0 pgmap v19354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:15 smithi194 bash[32038]: cluster 2023-12-08T04:00:13.572557+0000 mgr.a (mgr.14403) 25915 : cluster 0 pgmap v19354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:15.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:15 smithi135 bash[32435]: cluster 2023-12-08T04:00:13.572557+0000 mgr.a (mgr.14403) 25915 : cluster 0 pgmap v19354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:17.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:17 smithi079 bash[28699]: cluster 2023-12-08T04:00:15.573325+0000 mgr.a (mgr.14403) 25916 : cluster 0 pgmap v19355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:17 smithi194 bash[32038]: cluster 2023-12-08T04:00:15.573325+0000 mgr.a (mgr.14403) 25916 : cluster 0 pgmap v19355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:17 smithi135 bash[32435]: cluster 2023-12-08T04:00:15.573325+0000 mgr.a (mgr.14403) 25916 : cluster 0 pgmap v19355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:17.478 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:00:17.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:17.479 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:18.398 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:00:18.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:18.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:18.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:18.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:00:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:19 smithi079 bash[28699]: cluster 2023-12-08T04:00:17.573928+0000 mgr.a (mgr.14403) 25917 : cluster 0 pgmap v19356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:19 smithi079 bash[28699]: audit 2023-12-08T04:00:17.885402+0000 mgr.a (mgr.14403) 25918 : audit 0 from='client.509820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:19 smithi194 bash[32038]: cluster 2023-12-08T04:00:17.573928+0000 mgr.a (mgr.14403) 25917 : cluster 0 pgmap v19356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:19 smithi194 bash[32038]: audit 2023-12-08T04:00:17.885402+0000 mgr.a (mgr.14403) 25918 : audit 0 from='client.509820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:19.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:19 smithi135 bash[32435]: cluster 2023-12-08T04:00:17.573928+0000 mgr.a (mgr.14403) 25917 : cluster 0 pgmap v19356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:19.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:19 smithi135 bash[32435]: audit 2023-12-08T04:00:17.885402+0000 mgr.a (mgr.14403) 25918 : audit 0 from='client.509820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:21 smithi079 bash[28699]: cluster 2023-12-08T04:00:19.574936+0000 mgr.a (mgr.14403) 25919 : cluster 0 pgmap v19357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:21 smithi194 bash[32038]: cluster 2023-12-08T04:00:19.574936+0000 mgr.a (mgr.14403) 25919 : cluster 0 pgmap v19357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:21.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:21 smithi135 bash[32435]: cluster 2023-12-08T04:00:19.574936+0000 mgr.a (mgr.14403) 25919 : cluster 0 pgmap v19357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:23.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:23 smithi079 bash[28699]: cluster 2023-12-08T04:00:21.575566+0000 mgr.a (mgr.14403) 25920 : cluster 0 pgmap v19358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:23.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:00:23.402 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:23.402 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:23 smithi194 bash[32038]: cluster 2023-12-08T04:00:21.575566+0000 mgr.a (mgr.14403) 25920 : cluster 0 pgmap v19358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:23.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:23 smithi135 bash[32435]: cluster 2023-12-08T04:00:21.575566+0000 mgr.a (mgr.14403) 25920 : cluster 0 pgmap v19358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:24.330 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:00:24.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:24.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:24.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:24.330 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:00:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:25 smithi079 bash[28699]: cluster 2023-12-08T04:00:23.576321+0000 mgr.a (mgr.14403) 25921 : cluster 0 pgmap v19359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:25 smithi079 bash[28699]: audit 2023-12-08T04:00:23.801868+0000 mgr.a (mgr.14403) 25922 : audit 0 from='client.509895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:25 smithi194 bash[32038]: cluster 2023-12-08T04:00:23.576321+0000 mgr.a (mgr.14403) 25921 : cluster 0 pgmap v19359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:25 smithi194 bash[32038]: audit 2023-12-08T04:00:23.801868+0000 mgr.a (mgr.14403) 25922 : audit 0 from='client.509895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:25 smithi135 bash[32435]: cluster 2023-12-08T04:00:23.576321+0000 mgr.a (mgr.14403) 25921 : cluster 0 pgmap v19359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:25 smithi135 bash[32435]: audit 2023-12-08T04:00:23.801868+0000 mgr.a (mgr.14403) 25922 : audit 0 from='client.509895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:27 smithi079 bash[28699]: cluster 2023-12-08T04:00:25.577063+0000 mgr.a (mgr.14403) 25923 : cluster 0 pgmap v19360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:27 smithi194 bash[32038]: cluster 2023-12-08T04:00:25.577063+0000 mgr.a (mgr.14403) 25923 : cluster 0 pgmap v19360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:27.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:27 smithi135 bash[32435]: cluster 2023-12-08T04:00:25.577063+0000 mgr.a (mgr.14403) 25923 : cluster 0 pgmap v19360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:29.333 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:00:29.334 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:29.334 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:29 smithi079 bash[28699]: cluster 2023-12-08T04:00:27.577642+0000 mgr.a (mgr.14403) 25924 : cluster 0 pgmap v19361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:29 smithi194 bash[32038]: cluster 2023-12-08T04:00:27.577642+0000 mgr.a (mgr.14403) 25924 : cluster 0 pgmap v19361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:29.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:29 smithi135 bash[32435]: cluster 2023-12-08T04:00:27.577642+0000 mgr.a (mgr.14403) 25924 : cluster 0 pgmap v19361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:30.240 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:00:30.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:30.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:30.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:30.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:00:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:30 smithi079 bash[28699]: cluster 2023-12-08T04:00:29.578199+0000 mgr.a (mgr.14403) 25925 : cluster 0 pgmap v19362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:30 smithi079 bash[28699]: audit 2023-12-08T04:00:29.739298+0000 mgr.a (mgr.14403) 25926 : audit 0 from='client.509973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:30.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:30 smithi194 bash[32038]: cluster 2023-12-08T04:00:29.578199+0000 mgr.a (mgr.14403) 25925 : cluster 0 pgmap v19362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:30.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:30 smithi194 bash[32038]: audit 2023-12-08T04:00:29.739298+0000 mgr.a (mgr.14403) 25926 : audit 0 from='client.509973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:30 smithi135 bash[32435]: cluster 2023-12-08T04:00:29.578199+0000 mgr.a (mgr.14403) 25925 : cluster 0 pgmap v19362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:30.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:30 smithi135 bash[32435]: audit 2023-12-08T04:00:29.739298+0000 mgr.a (mgr.14403) 25926 : audit 0 from='client.509973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:33.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:32 smithi079 bash[28699]: cluster 2023-12-08T04:00:31.578885+0000 mgr.a (mgr.14403) 25927 : cluster 0 pgmap v19363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:32 smithi194 bash[32038]: cluster 2023-12-08T04:00:31.578885+0000 mgr.a (mgr.14403) 25927 : cluster 0 pgmap v19363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:33.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:32 smithi135 bash[32435]: cluster 2023-12-08T04:00:31.578885+0000 mgr.a (mgr.14403) 25927 : cluster 0 pgmap v19363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:35.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:34 smithi079 bash[28699]: cluster 2023-12-08T04:00:33.579684+0000 mgr.a (mgr.14403) 25928 : cluster 0 pgmap v19364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:34 smithi194 bash[32038]: cluster 2023-12-08T04:00:33.579684+0000 mgr.a (mgr.14403) 25928 : cluster 0 pgmap v19364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:35.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:34 smithi135 bash[32435]: cluster 2023-12-08T04:00:33.579684+0000 mgr.a (mgr.14403) 25928 : cluster 0 pgmap v19364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:35.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:00:35.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:35.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:36.160 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:00:36.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:36.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:36.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:36.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:00:37.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:36 smithi079 bash[28699]: cluster 2023-12-08T04:00:35.580246+0000 mgr.a (mgr.14403) 25929 : cluster 0 pgmap v19365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:37.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:36 smithi079 bash[28699]: audit 2023-12-08T04:00:35.644271+0000 mgr.a (mgr.14403) 25930 : audit 0 from='client.510051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:36 smithi194 bash[32038]: cluster 2023-12-08T04:00:35.580246+0000 mgr.a (mgr.14403) 25929 : cluster 0 pgmap v19365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:36 smithi194 bash[32038]: audit 2023-12-08T04:00:35.644271+0000 mgr.a (mgr.14403) 25930 : audit 0 from='client.510051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:37.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:36 smithi135 bash[32435]: cluster 2023-12-08T04:00:35.580246+0000 mgr.a (mgr.14403) 25929 : cluster 0 pgmap v19365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:37.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:36 smithi135 bash[32435]: audit 2023-12-08T04:00:35.644271+0000 mgr.a (mgr.14403) 25930 : audit 0 from='client.510051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:39.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:38 smithi079 bash[28699]: cluster 2023-12-08T04:00:37.580948+0000 mgr.a (mgr.14403) 25931 : cluster 0 pgmap v19366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:38 smithi194 bash[32038]: cluster 2023-12-08T04:00:37.580948+0000 mgr.a (mgr.14403) 25931 : cluster 0 pgmap v19366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:38 smithi135 bash[32435]: cluster 2023-12-08T04:00:37.580948+0000 mgr.a (mgr.14403) 25931 : cluster 0 pgmap v19366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:41.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:40 smithi079 bash[28699]: cluster 2023-12-08T04:00:39.581783+0000 mgr.a (mgr.14403) 25932 : cluster 0 pgmap v19367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:41.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:00:41.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:41.164 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:40 smithi194 bash[32038]: cluster 2023-12-08T04:00:39.581783+0000 mgr.a (mgr.14403) 25932 : cluster 0 pgmap v19367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:40 smithi135 bash[32435]: cluster 2023-12-08T04:00:39.581783+0000 mgr.a (mgr.14403) 25932 : cluster 0 pgmap v19367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:42.066 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:00:42.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:42.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:42.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:42.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:00:43.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:42 smithi079 bash[28699]: audit 2023-12-08T04:00:41.561632+0000 mgr.a (mgr.14403) 25933 : audit 0 from='client.510123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:43.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:42 smithi079 bash[28699]: cluster 2023-12-08T04:00:41.582556+0000 mgr.a (mgr.14403) 25934 : cluster 0 pgmap v19368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:42 smithi194 bash[32038]: audit 2023-12-08T04:00:41.561632+0000 mgr.a (mgr.14403) 25933 : audit 0 from='client.510123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:42 smithi194 bash[32038]: cluster 2023-12-08T04:00:41.582556+0000 mgr.a (mgr.14403) 25934 : cluster 0 pgmap v19368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:43.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:42 smithi135 bash[32435]: audit 2023-12-08T04:00:41.561632+0000 mgr.a (mgr.14403) 25933 : audit 0 from='client.510123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:43.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:42 smithi135 bash[32435]: cluster 2023-12-08T04:00:41.582556+0000 mgr.a (mgr.14403) 25934 : cluster 0 pgmap v19368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:45.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:44 smithi079 bash[28699]: cluster 2023-12-08T04:00:43.583526+0000 mgr.a (mgr.14403) 25935 : cluster 0 pgmap v19369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:44 smithi194 bash[32038]: cluster 2023-12-08T04:00:43.583526+0000 mgr.a (mgr.14403) 25935 : cluster 0 pgmap v19369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:45.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:44 smithi135 bash[32435]: cluster 2023-12-08T04:00:43.583526+0000 mgr.a (mgr.14403) 25935 : cluster 0 pgmap v19369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:47.068 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:00:47.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:47.069 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:47.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:46 smithi079 bash[28699]: cluster 2023-12-08T04:00:45.584271+0000 mgr.a (mgr.14403) 25936 : cluster 0 pgmap v19370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:46 smithi194 bash[32038]: cluster 2023-12-08T04:00:45.584271+0000 mgr.a (mgr.14403) 25936 : cluster 0 pgmap v19370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:47.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:46 smithi135 bash[32435]: cluster 2023-12-08T04:00:45.584271+0000 mgr.a (mgr.14403) 25936 : cluster 0 pgmap v19370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:48.011 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:00:48.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:48.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:48.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:48.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:00:48.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:47 smithi079 bash[28699]: audit 2023-12-08T04:00:47.042072+0000 mon.a (mon.0) 4025 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:00:48.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:47 smithi194 bash[32038]: audit 2023-12-08T04:00:47.042072+0000 mon.a (mon.0) 4025 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:00:48.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:47 smithi135 bash[32435]: audit 2023-12-08T04:00:47.042072+0000 mon.a (mon.0) 4025 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:00:49.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:48 smithi079 bash[28699]: audit 2023-12-08T04:00:47.474890+0000 mgr.a (mgr.14403) 25937 : audit 0 from='client.510201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:49.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:48 smithi079 bash[28699]: cluster 2023-12-08T04:00:47.584726+0000 mgr.a (mgr.14403) 25938 : cluster 0 pgmap v19371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:48 smithi079 bash[28699]: audit 2023-12-08T04:00:47.888602+0000 mon.a (mon.0) 4026 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:00:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:48 smithi079 bash[28699]: audit 2023-12-08T04:00:47.891624+0000 mon.a (mon.0) 4027 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:00:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:48 smithi079 bash[28699]: audit 2023-12-08T04:00:47.901710+0000 mon.a (mon.0) 4028 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:00:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:48 smithi194 bash[32038]: audit 2023-12-08T04:00:47.474890+0000 mgr.a (mgr.14403) 25937 : audit 0 from='client.510201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:48 smithi194 bash[32038]: cluster 2023-12-08T04:00:47.584726+0000 mgr.a (mgr.14403) 25938 : cluster 0 pgmap v19371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:48 smithi194 bash[32038]: audit 2023-12-08T04:00:47.888602+0000 mon.a (mon.0) 4026 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:00:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:48 smithi194 bash[32038]: audit 2023-12-08T04:00:47.891624+0000 mon.a (mon.0) 4027 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:00:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:48 smithi194 bash[32038]: audit 2023-12-08T04:00:47.901710+0000 mon.a (mon.0) 4028 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:00:49.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:48 smithi135 bash[32435]: audit 2023-12-08T04:00:47.474890+0000 mgr.a (mgr.14403) 25937 : audit 0 from='client.510201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:49.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:48 smithi135 bash[32435]: cluster 2023-12-08T04:00:47.584726+0000 mgr.a (mgr.14403) 25938 : cluster 0 pgmap v19371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:49.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:48 smithi135 bash[32435]: audit 2023-12-08T04:00:47.888602+0000 mon.a (mon.0) 4026 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:00:49.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:48 smithi135 bash[32435]: audit 2023-12-08T04:00:47.891624+0000 mon.a (mon.0) 4027 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:00:49.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:48 smithi135 bash[32435]: audit 2023-12-08T04:00:47.901710+0000 mon.a (mon.0) 4028 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:00:51.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:50 smithi079 bash[28699]: cluster 2023-12-08T04:00:49.585536+0000 mgr.a (mgr.14403) 25939 : cluster 0 pgmap v19372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:50 smithi194 bash[32038]: cluster 2023-12-08T04:00:49.585536+0000 mgr.a (mgr.14403) 25939 : cluster 0 pgmap v19372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:51.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:50 smithi135 bash[32435]: cluster 2023-12-08T04:00:49.585536+0000 mgr.a (mgr.14403) 25939 : cluster 0 pgmap v19372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:00:53.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:00:53.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:53.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:53.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:52 smithi079 bash[28699]: cluster 2023-12-08T04:00:51.586248+0000 mgr.a (mgr.14403) 25940 : cluster 0 pgmap v19373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:52 smithi194 bash[32038]: cluster 2023-12-08T04:00:51.586248+0000 mgr.a (mgr.14403) 25940 : cluster 0 pgmap v19373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:53.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:52 smithi135 bash[32435]: cluster 2023-12-08T04:00:51.586248+0000 mgr.a (mgr.14403) 25940 : cluster 0 pgmap v19373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:53.921 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:00:53.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:53.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:53.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:53.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:00:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:54 smithi079 bash[28699]: audit 2023-12-08T04:00:53.413332+0000 mgr.a (mgr.14403) 25941 : audit 0 from='client.510273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:54 smithi079 bash[28699]: cluster 2023-12-08T04:00:53.587034+0000 mgr.a (mgr.14403) 25942 : cluster 0 pgmap v19374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:54 smithi194 bash[32038]: audit 2023-12-08T04:00:53.413332+0000 mgr.a (mgr.14403) 25941 : audit 0 from='client.510273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:54 smithi194 bash[32038]: cluster 2023-12-08T04:00:53.587034+0000 mgr.a (mgr.14403) 25942 : cluster 0 pgmap v19374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:55.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:54 smithi135 bash[32435]: audit 2023-12-08T04:00:53.413332+0000 mgr.a (mgr.14403) 25941 : audit 0 from='client.510273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:00:55.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:54 smithi135 bash[32435]: cluster 2023-12-08T04:00:53.587034+0000 mgr.a (mgr.14403) 25942 : cluster 0 pgmap v19374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:00:57.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:56 smithi079 bash[28699]: cluster 2023-12-08T04:00:55.587649+0000 mgr.a (mgr.14403) 25943 : cluster 0 pgmap v19375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:56 smithi194 bash[32038]: cluster 2023-12-08T04:00:55.587649+0000 mgr.a (mgr.14403) 25943 : cluster 0 pgmap v19375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:57.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:56 smithi135 bash[32435]: cluster 2023-12-08T04:00:55.587649+0000 mgr.a (mgr.14403) 25943 : cluster 0 pgmap v19375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:58.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:00:58.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:00:58.925 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:00:59.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:00:58 smithi079 bash[28699]: cluster 2023-12-08T04:00:57.588252+0000 mgr.a (mgr.14403) 25944 : cluster 0 pgmap v19376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:00:58 smithi194 bash[32038]: cluster 2023-12-08T04:00:57.588252+0000 mgr.a (mgr.14403) 25944 : cluster 0 pgmap v19376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:59.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:00:58 smithi135 bash[32435]: cluster 2023-12-08T04:00:57.588252+0000 mgr.a (mgr.14403) 25944 : cluster 0 pgmap v19376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:00:59.838 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:00:59.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:00:59.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:00:59.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:00:59.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:01:01.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:00 smithi079 bash[28699]: audit 2023-12-08T04:00:59.326815+0000 mgr.a (mgr.14403) 25945 : audit 0 from='client.510348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:01.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:00 smithi079 bash[28699]: cluster 2023-12-08T04:00:59.590012+0000 mgr.a (mgr.14403) 25946 : cluster 0 pgmap v19377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:00 smithi194 bash[32038]: audit 2023-12-08T04:00:59.326815+0000 mgr.a (mgr.14403) 25945 : audit 0 from='client.510348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:01.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:00 smithi194 bash[32038]: cluster 2023-12-08T04:00:59.590012+0000 mgr.a (mgr.14403) 25946 : cluster 0 pgmap v19377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:01.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:00 smithi135 bash[32435]: audit 2023-12-08T04:00:59.326815+0000 mgr.a (mgr.14403) 25945 : audit 0 from='client.510348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:01.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:00 smithi135 bash[32435]: cluster 2023-12-08T04:00:59.590012+0000 mgr.a (mgr.14403) 25946 : cluster 0 pgmap v19377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:03.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:02 smithi079 bash[28699]: cluster 2023-12-08T04:01:01.590766+0000 mgr.a (mgr.14403) 25947 : cluster 0 pgmap v19378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:02 smithi194 bash[32038]: cluster 2023-12-08T04:01:01.590766+0000 mgr.a (mgr.14403) 25947 : cluster 0 pgmap v19378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:03.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:02 smithi135 bash[32435]: cluster 2023-12-08T04:01:01.590766+0000 mgr.a (mgr.14403) 25947 : cluster 0 pgmap v19378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:04.841 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:01:04.842 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:04.842 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:05.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:04 smithi079 bash[28699]: cluster 2023-12-08T04:01:03.591667+0000 mgr.a (mgr.14403) 25948 : cluster 0 pgmap v19379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:05.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:04 smithi194 bash[32038]: cluster 2023-12-08T04:01:03.591667+0000 mgr.a (mgr.14403) 25948 : cluster 0 pgmap v19379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:05.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:04 smithi135 bash[32435]: cluster 2023-12-08T04:01:03.591667+0000 mgr.a (mgr.14403) 25948 : cluster 0 pgmap v19379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:05.738 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:01:05.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:05.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:05.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:05.739 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:01:07.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:06 smithi079 bash[28699]: audit 2023-12-08T04:01:05.253049+0000 mgr.a (mgr.14403) 25949 : audit 0 from='client.510420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:07.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:06 smithi079 bash[28699]: cluster 2023-12-08T04:01:05.592252+0000 mgr.a (mgr.14403) 25950 : cluster 0 pgmap v19380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:06 smithi194 bash[32038]: audit 2023-12-08T04:01:05.253049+0000 mgr.a (mgr.14403) 25949 : audit 0 from='client.510420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:06 smithi194 bash[32038]: cluster 2023-12-08T04:01:05.592252+0000 mgr.a (mgr.14403) 25950 : cluster 0 pgmap v19380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:07.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:06 smithi135 bash[32435]: audit 2023-12-08T04:01:05.253049+0000 mgr.a (mgr.14403) 25949 : audit 0 from='client.510420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:07.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:06 smithi135 bash[32435]: cluster 2023-12-08T04:01:05.592252+0000 mgr.a (mgr.14403) 25950 : cluster 0 pgmap v19380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:09.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:08 smithi079 bash[28699]: cluster 2023-12-08T04:01:07.592910+0000 mgr.a (mgr.14403) 25951 : cluster 0 pgmap v19381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:08 smithi194 bash[32038]: cluster 2023-12-08T04:01:07.592910+0000 mgr.a (mgr.14403) 25951 : cluster 0 pgmap v19381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:09.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:08 smithi135 bash[32435]: cluster 2023-12-08T04:01:07.592910+0000 mgr.a (mgr.14403) 25951 : cluster 0 pgmap v19381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:10.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:01:10.742 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:10.742 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:11.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:10 smithi079 bash[28699]: cluster 2023-12-08T04:01:09.593734+0000 mgr.a (mgr.14403) 25952 : cluster 0 pgmap v19382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:10 smithi194 bash[32038]: cluster 2023-12-08T04:01:09.593734+0000 mgr.a (mgr.14403) 25952 : cluster 0 pgmap v19382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:11.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:10 smithi135 bash[32435]: cluster 2023-12-08T04:01:09.593734+0000 mgr.a (mgr.14403) 25952 : cluster 0 pgmap v19382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:11.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:11.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:11.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:11.643 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:01:11.643 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:01:13.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:12 smithi079 bash[28699]: audit 2023-12-08T04:01:11.144165+0000 mgr.a (mgr.14403) 25953 : audit 0 from='client.510498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:13.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:12 smithi079 bash[28699]: cluster 2023-12-08T04:01:11.594196+0000 mgr.a (mgr.14403) 25954 : cluster 0 pgmap v19383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:13.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:12 smithi194 bash[32038]: audit 2023-12-08T04:01:11.144165+0000 mgr.a (mgr.14403) 25953 : audit 0 from='client.510498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:12 smithi194 bash[32038]: cluster 2023-12-08T04:01:11.594196+0000 mgr.a (mgr.14403) 25954 : cluster 0 pgmap v19383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:13.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:12 smithi135 bash[32435]: audit 2023-12-08T04:01:11.144165+0000 mgr.a (mgr.14403) 25953 : audit 0 from='client.510498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:13.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:12 smithi135 bash[32435]: cluster 2023-12-08T04:01:11.594196+0000 mgr.a (mgr.14403) 25954 : cluster 0 pgmap v19383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:15.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:14 smithi079 bash[28699]: cluster 2023-12-08T04:01:13.594959+0000 mgr.a (mgr.14403) 25955 : cluster 0 pgmap v19384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:15.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:14 smithi194 bash[32038]: cluster 2023-12-08T04:01:13.594959+0000 mgr.a (mgr.14403) 25955 : cluster 0 pgmap v19384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:15.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:14 smithi135 bash[32435]: cluster 2023-12-08T04:01:13.594959+0000 mgr.a (mgr.14403) 25955 : cluster 0 pgmap v19384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:16.646 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:01:16.647 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:16.647 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:17.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:16 smithi079 bash[28699]: cluster 2023-12-08T04:01:15.595478+0000 mgr.a (mgr.14403) 25956 : cluster 0 pgmap v19385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:16 smithi194 bash[32038]: cluster 2023-12-08T04:01:15.595478+0000 mgr.a (mgr.14403) 25956 : cluster 0 pgmap v19385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:17.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:16 smithi135 bash[32435]: cluster 2023-12-08T04:01:15.595478+0000 mgr.a (mgr.14403) 25956 : cluster 0 pgmap v19385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:17.536 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:01:17.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:17.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:17.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:17.537 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:01:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:17 smithi079 bash[28699]: audit 2023-12-08T04:01:17.050412+0000 mgr.a (mgr.14403) 25957 : audit 0 from='client.510573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:18.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:17 smithi194 bash[32038]: audit 2023-12-08T04:01:17.050412+0000 mgr.a (mgr.14403) 25957 : audit 0 from='client.510573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:18.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:17 smithi135 bash[32435]: audit 2023-12-08T04:01:17.050412+0000 mgr.a (mgr.14403) 25957 : audit 0 from='client.510573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:19.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:18 smithi079 bash[28699]: cluster 2023-12-08T04:01:17.596291+0000 mgr.a (mgr.14403) 25958 : cluster 0 pgmap v19386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:18 smithi194 bash[32038]: cluster 2023-12-08T04:01:17.596291+0000 mgr.a (mgr.14403) 25958 : cluster 0 pgmap v19386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:19.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:18 smithi135 bash[32435]: cluster 2023-12-08T04:01:17.596291+0000 mgr.a (mgr.14403) 25958 : cluster 0 pgmap v19386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:21.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:20 smithi079 bash[28699]: cluster 2023-12-08T04:01:19.597177+0000 mgr.a (mgr.14403) 25959 : cluster 0 pgmap v19387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:20 smithi194 bash[32038]: cluster 2023-12-08T04:01:19.597177+0000 mgr.a (mgr.14403) 25959 : cluster 0 pgmap v19387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:21.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:20 smithi135 bash[32435]: cluster 2023-12-08T04:01:19.597177+0000 mgr.a (mgr.14403) 25959 : cluster 0 pgmap v19387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:22.538 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:01:22.539 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:22.539 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:23.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:22 smithi079 bash[28699]: cluster 2023-12-08T04:01:21.597693+0000 mgr.a (mgr.14403) 25960 : cluster 0 pgmap v19388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:22 smithi194 bash[32038]: cluster 2023-12-08T04:01:21.597693+0000 mgr.a (mgr.14403) 25960 : cluster 0 pgmap v19388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:23.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:22 smithi135 bash[32435]: cluster 2023-12-08T04:01:21.597693+0000 mgr.a (mgr.14403) 25960 : cluster 0 pgmap v19388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:23.436 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:01:23.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:23.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:23.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:23.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:01:24.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:23 smithi079 bash[28699]: audit 2023-12-08T04:01:22.942229+0000 mgr.a (mgr.14403) 25961 : audit 0 from='client.510651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:24.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:23 smithi194 bash[32038]: audit 2023-12-08T04:01:22.942229+0000 mgr.a (mgr.14403) 25961 : audit 0 from='client.510651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:24.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:23 smithi135 bash[32435]: audit 2023-12-08T04:01:22.942229+0000 mgr.a (mgr.14403) 25961 : audit 0 from='client.510651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:25.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:24 smithi079 bash[28699]: cluster 2023-12-08T04:01:23.598637+0000 mgr.a (mgr.14403) 25962 : cluster 0 pgmap v19389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:25.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:24 smithi194 bash[32038]: cluster 2023-12-08T04:01:23.598637+0000 mgr.a (mgr.14403) 25962 : cluster 0 pgmap v19389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:25.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:24 smithi135 bash[32435]: cluster 2023-12-08T04:01:23.598637+0000 mgr.a (mgr.14403) 25962 : cluster 0 pgmap v19389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:27.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:26 smithi079 bash[28699]: cluster 2023-12-08T04:01:25.599224+0000 mgr.a (mgr.14403) 25963 : cluster 0 pgmap v19390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:27.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:26 smithi194 bash[32038]: cluster 2023-12-08T04:01:25.599224+0000 mgr.a (mgr.14403) 25963 : cluster 0 pgmap v19390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:27.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:26 smithi135 bash[32435]: cluster 2023-12-08T04:01:25.599224+0000 mgr.a (mgr.14403) 25963 : cluster 0 pgmap v19390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:28.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:01:28.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:28.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:28 smithi194 bash[32038]: cluster 2023-12-08T04:01:27.599722+0000 mgr.a (mgr.14403) 25964 : cluster 0 pgmap v19391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:29.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:28 smithi135 bash[32435]: cluster 2023-12-08T04:01:27.599722+0000 mgr.a (mgr.14403) 25964 : cluster 0 pgmap v19391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:29.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:29.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:29.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:29.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:01:29.361 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:01:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:28 smithi079 bash[28699]: cluster 2023-12-08T04:01:27.599722+0000 mgr.a (mgr.14403) 25964 : cluster 0 pgmap v19391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:30.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:29 smithi194 bash[32038]: audit 2023-12-08T04:01:28.845736+0000 mgr.a (mgr.14403) 25965 : audit 0 from='client.510726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:30.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:29 smithi135 bash[32435]: audit 2023-12-08T04:01:28.845736+0000 mgr.a (mgr.14403) 25965 : audit 0 from='client.510726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:30.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:29 smithi079 bash[28699]: audit 2023-12-08T04:01:28.845736+0000 mgr.a (mgr.14403) 25965 : audit 0 from='client.510726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:30 smithi194 bash[32038]: cluster 2023-12-08T04:01:29.600843+0000 mgr.a (mgr.14403) 25966 : cluster 0 pgmap v19392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:31.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:30 smithi135 bash[32435]: cluster 2023-12-08T04:01:29.600843+0000 mgr.a (mgr.14403) 25966 : cluster 0 pgmap v19392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:30 smithi079 bash[28699]: cluster 2023-12-08T04:01:29.600843+0000 mgr.a (mgr.14403) 25966 : cluster 0 pgmap v19392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:32 smithi194 bash[32038]: cluster 2023-12-08T04:01:31.601427+0000 mgr.a (mgr.14403) 25967 : cluster 0 pgmap v19393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:33.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:32 smithi135 bash[32435]: cluster 2023-12-08T04:01:31.601427+0000 mgr.a (mgr.14403) 25967 : cluster 0 pgmap v19393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:32 smithi079 bash[28699]: cluster 2023-12-08T04:01:31.601427+0000 mgr.a (mgr.14403) 25967 : cluster 0 pgmap v19393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:34.364 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:01:34.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:34.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:34 smithi194 bash[32038]: cluster 2023-12-08T04:01:33.602171+0000 mgr.a (mgr.14403) 25968 : cluster 0 pgmap v19394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:35.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:34 smithi135 bash[32435]: cluster 2023-12-08T04:01:33.602171+0000 mgr.a (mgr.14403) 25968 : cluster 0 pgmap v19394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:35.274 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:01:35.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:35.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:35.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:35.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:01:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:34 smithi079 bash[28699]: cluster 2023-12-08T04:01:33.602171+0000 mgr.a (mgr.14403) 25968 : cluster 0 pgmap v19394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:36.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:35 smithi194 bash[32038]: audit 2023-12-08T04:01:34.778225+0000 mgr.a (mgr.14403) 25969 : audit 0 from='client.510804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:36.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:35 smithi135 bash[32435]: audit 2023-12-08T04:01:34.778225+0000 mgr.a (mgr.14403) 25969 : audit 0 from='client.510804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:36.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:35 smithi079 bash[28699]: audit 2023-12-08T04:01:34.778225+0000 mgr.a (mgr.14403) 25969 : audit 0 from='client.510804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:36 smithi194 bash[32038]: cluster 2023-12-08T04:01:35.602878+0000 mgr.a (mgr.14403) 25970 : cluster 0 pgmap v19395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:37.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:36 smithi135 bash[32435]: cluster 2023-12-08T04:01:35.602878+0000 mgr.a (mgr.14403) 25970 : cluster 0 pgmap v19395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:37.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:36 smithi079 bash[28699]: cluster 2023-12-08T04:01:35.602878+0000 mgr.a (mgr.14403) 25970 : cluster 0 pgmap v19395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:38 smithi194 bash[32038]: cluster 2023-12-08T04:01:37.603441+0000 mgr.a (mgr.14403) 25971 : cluster 0 pgmap v19396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:38 smithi135 bash[32435]: cluster 2023-12-08T04:01:37.603441+0000 mgr.a (mgr.14403) 25971 : cluster 0 pgmap v19396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:38 smithi079 bash[28699]: cluster 2023-12-08T04:01:37.603441+0000 mgr.a (mgr.14403) 25971 : cluster 0 pgmap v19396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:01:40.278 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:01:40.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:40.279 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:41.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:41.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:41.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:41.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:01:41.184 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:01:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:40 smithi194 bash[32038]: cluster 2023-12-08T04:01:39.604274+0000 mgr.a (mgr.14403) 25972 : cluster 0 pgmap v19397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:40 smithi135 bash[32435]: cluster 2023-12-08T04:01:39.604274+0000 mgr.a (mgr.14403) 25972 : cluster 0 pgmap v19397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:40 smithi079 bash[28699]: cluster 2023-12-08T04:01:39.604274+0000 mgr.a (mgr.14403) 25972 : cluster 0 pgmap v19397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:42.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:41 smithi194 bash[32038]: audit 2023-12-08T04:01:40.683525+0000 mgr.a (mgr.14403) 25973 : audit 0 from='client.510879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:42.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:41 smithi135 bash[32435]: audit 2023-12-08T04:01:40.683525+0000 mgr.a (mgr.14403) 25973 : audit 0 from='client.510879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:42.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:41 smithi079 bash[28699]: audit 2023-12-08T04:01:40.683525+0000 mgr.a (mgr.14403) 25973 : audit 0 from='client.510879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:42 smithi194 bash[32038]: cluster 2023-12-08T04:01:41.605018+0000 mgr.a (mgr.14403) 25974 : cluster 0 pgmap v19398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:43.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:42 smithi135 bash[32435]: cluster 2023-12-08T04:01:41.605018+0000 mgr.a (mgr.14403) 25974 : cluster 0 pgmap v19398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:42 smithi079 bash[28699]: cluster 2023-12-08T04:01:41.605018+0000 mgr.a (mgr.14403) 25974 : cluster 0 pgmap v19398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:45.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:44 smithi135 bash[32435]: cluster 2023-12-08T04:01:43.605869+0000 mgr.a (mgr.14403) 25975 : cluster 0 pgmap v19399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:44 smithi079 bash[28699]: cluster 2023-12-08T04:01:43.605869+0000 mgr.a (mgr.14403) 25975 : cluster 0 pgmap v19399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:44 smithi194 bash[32038]: cluster 2023-12-08T04:01:43.605869+0000 mgr.a (mgr.14403) 25975 : cluster 0 pgmap v19399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:46.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:01:46.188 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:46.188 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:47.098 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:01:47.098 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:47.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:47.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:47.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:01:47.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:46 smithi079 bash[28699]: cluster 2023-12-08T04:01:45.606427+0000 mgr.a (mgr.14403) 25976 : cluster 0 pgmap v19400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:46 smithi194 bash[32038]: cluster 2023-12-08T04:01:45.606427+0000 mgr.a (mgr.14403) 25976 : cluster 0 pgmap v19400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:46 smithi135 bash[32435]: cluster 2023-12-08T04:01:45.606427+0000 mgr.a (mgr.14403) 25976 : cluster 0 pgmap v19400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:47 smithi079 bash[28699]: audit 2023-12-08T04:01:46.591575+0000 mgr.a (mgr.14403) 25977 : audit 0 from='client.510957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:48.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:47 smithi194 bash[32038]: audit 2023-12-08T04:01:46.591575+0000 mgr.a (mgr.14403) 25977 : audit 0 from='client.510957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:47 smithi135 bash[32435]: audit 2023-12-08T04:01:46.591575+0000 mgr.a (mgr.14403) 25977 : audit 0 from='client.510957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:48 smithi079 bash[28699]: cluster 2023-12-08T04:01:47.607189+0000 mgr.a (mgr.14403) 25978 : cluster 0 pgmap v19401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:48 smithi079 bash[28699]: audit 2023-12-08T04:01:48.005366+0000 mon.a (mon.0) 4029 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:01:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:48 smithi194 bash[32038]: cluster 2023-12-08T04:01:47.607189+0000 mgr.a (mgr.14403) 25978 : cluster 0 pgmap v19401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:48 smithi194 bash[32038]: audit 2023-12-08T04:01:48.005366+0000 mon.a (mon.0) 4029 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:01:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:48 smithi135 bash[32435]: cluster 2023-12-08T04:01:47.607189+0000 mgr.a (mgr.14403) 25978 : cluster 0 pgmap v19401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:48 smithi135 bash[32435]: audit 2023-12-08T04:01:48.005366+0000 mon.a (mon.0) 4029 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:01:51.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:50 smithi079 bash[28699]: cluster 2023-12-08T04:01:49.608121+0000 mgr.a (mgr.14403) 25979 : cluster 0 pgmap v19402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:51.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:50 smithi194 bash[32038]: cluster 2023-12-08T04:01:49.608121+0000 mgr.a (mgr.14403) 25979 : cluster 0 pgmap v19402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:51.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:50 smithi135 bash[32435]: cluster 2023-12-08T04:01:49.608121+0000 mgr.a (mgr.14403) 25979 : cluster 0 pgmap v19402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:52.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:01:52.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:52.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:53.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:53.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:53.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:53.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:01:53.030 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:01:53.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:52 smithi079 bash[28699]: cluster 2023-12-08T04:01:51.608889+0000 mgr.a (mgr.14403) 25980 : cluster 0 pgmap v19403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:53.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:52 smithi194 bash[32038]: cluster 2023-12-08T04:01:51.608889+0000 mgr.a (mgr.14403) 25980 : cluster 0 pgmap v19403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:53.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:52 smithi135 bash[32435]: cluster 2023-12-08T04:01:51.608889+0000 mgr.a (mgr.14403) 25980 : cluster 0 pgmap v19403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:54.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:53 smithi079 bash[28699]: audit 2023-12-08T04:01:52.511783+0000 mgr.a (mgr.14403) 25981 : audit 0 from='client.511035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:53 smithi079 bash[28699]: audit 2023-12-08T04:01:53.356129+0000 mon.a (mon.0) 4030 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:53 smithi079 bash[28699]: audit 2023-12-08T04:01:53.362279+0000 mon.a (mon.0) 4031 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:53 smithi079 bash[28699]: audit 2023-12-08T04:01:53.366723+0000 mon.a (mon.0) 4032 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:53 smithi079 bash[28699]: audit 2023-12-08T04:01:53.372329+0000 mon.a (mon.0) 4033 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:53 smithi079 bash[28699]: audit 2023-12-08T04:01:53.409515+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:53 smithi079 bash[28699]: audit 2023-12-08T04:01:53.417956+0000 mon.a (mon.0) 4035 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:53 smithi194 bash[32038]: audit 2023-12-08T04:01:52.511783+0000 mgr.a (mgr.14403) 25981 : audit 0 from='client.511035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:53 smithi194 bash[32038]: audit 2023-12-08T04:01:53.356129+0000 mon.a (mon.0) 4030 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:53 smithi194 bash[32038]: audit 2023-12-08T04:01:53.362279+0000 mon.a (mon.0) 4031 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:53 smithi194 bash[32038]: audit 2023-12-08T04:01:53.366723+0000 mon.a (mon.0) 4032 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:53 smithi194 bash[32038]: audit 2023-12-08T04:01:53.372329+0000 mon.a (mon.0) 4033 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:53 smithi194 bash[32038]: audit 2023-12-08T04:01:53.409515+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:53 smithi194 bash[32038]: audit 2023-12-08T04:01:53.417956+0000 mon.a (mon.0) 4035 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:53 smithi135 bash[32435]: audit 2023-12-08T04:01:52.511783+0000 mgr.a (mgr.14403) 25981 : audit 0 from='client.511035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:01:54.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:53 smithi135 bash[32435]: audit 2023-12-08T04:01:53.356129+0000 mon.a (mon.0) 4030 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:53 smithi135 bash[32435]: audit 2023-12-08T04:01:53.362279+0000 mon.a (mon.0) 4031 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:53 smithi135 bash[32435]: audit 2023-12-08T04:01:53.366723+0000 mon.a (mon.0) 4032 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:53 smithi135 bash[32435]: audit 2023-12-08T04:01:53.372329+0000 mon.a (mon.0) 4033 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:53 smithi135 bash[32435]: audit 2023-12-08T04:01:53.409515+0000 mon.a (mon.0) 4034 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:53 smithi135 bash[32435]: audit 2023-12-08T04:01:53.417956+0000 mon.a (mon.0) 4035 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:54 smithi079 bash[28699]: cluster 2023-12-08T04:01:53.609797+0000 mgr.a (mgr.14403) 25982 : cluster 0 pgmap v19404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:54 smithi079 bash[28699]: audit 2023-12-08T04:01:54.103643+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:01:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:54 smithi079 bash[28699]: audit 2023-12-08T04:01:54.105209+0000 mon.a (mon.0) 4037 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:01:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:54 smithi079 bash[28699]: audit 2023-12-08T04:01:54.115941+0000 mon.a (mon.0) 4038 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:55.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:54 smithi194 bash[32038]: cluster 2023-12-08T04:01:53.609797+0000 mgr.a (mgr.14403) 25982 : cluster 0 pgmap v19404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:54 smithi194 bash[32038]: audit 2023-12-08T04:01:54.103643+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:01:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:54 smithi194 bash[32038]: audit 2023-12-08T04:01:54.105209+0000 mon.a (mon.0) 4037 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:01:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:54 smithi194 bash[32038]: audit 2023-12-08T04:01:54.115941+0000 mon.a (mon.0) 4038 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:54 smithi135 bash[32435]: cluster 2023-12-08T04:01:53.609797+0000 mgr.a (mgr.14403) 25982 : cluster 0 pgmap v19404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:01:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:54 smithi135 bash[32435]: audit 2023-12-08T04:01:54.103643+0000 mon.a (mon.0) 4036 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:01:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:54 smithi135 bash[32435]: audit 2023-12-08T04:01:54.105209+0000 mon.a (mon.0) 4037 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:01:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:54 smithi135 bash[32435]: audit 2023-12-08T04:01:54.115941+0000 mon.a (mon.0) 4038 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:01:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:56 smithi079 bash[28699]: cluster 2023-12-08T04:01:55.610368+0000 mgr.a (mgr.14403) 25983 : cluster 0 pgmap v19405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:56 smithi194 bash[32038]: cluster 2023-12-08T04:01:55.610368+0000 mgr.a (mgr.14403) 25983 : cluster 0 pgmap v19405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:57.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:56 smithi135 bash[32435]: cluster 2023-12-08T04:01:55.610368+0000 mgr.a (mgr.14403) 25983 : cluster 0 pgmap v19405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:58.032 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:01:58.032 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:01:58.032 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:01:58.939 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:01:58.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:01:58.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:01:58.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:01:58.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:01:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:01:58 smithi079 bash[28699]: cluster 2023-12-08T04:01:57.610934+0000 mgr.a (mgr.14403) 25984 : cluster 0 pgmap v19406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:01:58 smithi194 bash[32038]: cluster 2023-12-08T04:01:57.610934+0000 mgr.a (mgr.14403) 25984 : cluster 0 pgmap v19406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:01:59.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:01:58 smithi135 bash[32435]: cluster 2023-12-08T04:01:57.610934+0000 mgr.a (mgr.14403) 25984 : cluster 0 pgmap v19406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:00.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:00 smithi079 bash[28699]: audit 2023-12-08T04:01:58.427010+0000 mgr.a (mgr.14403) 25985 : audit 0 from='client.511113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:00.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:00 smithi194 bash[32038]: audit 2023-12-08T04:01:58.427010+0000 mgr.a (mgr.14403) 25985 : audit 0 from='client.511113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:00.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:00 smithi135 bash[32435]: audit 2023-12-08T04:01:58.427010+0000 mgr.a (mgr.14403) 25985 : audit 0 from='client.511113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:01 smithi079 bash[28699]: cluster 2023-12-08T04:01:59.612022+0000 mgr.a (mgr.14403) 25986 : cluster 0 pgmap v19407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:01 smithi194 bash[32038]: cluster 2023-12-08T04:01:59.612022+0000 mgr.a (mgr.14403) 25986 : cluster 0 pgmap v19407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:01 smithi135 bash[32435]: cluster 2023-12-08T04:01:59.612022+0000 mgr.a (mgr.14403) 25986 : cluster 0 pgmap v19407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:03 smithi079 bash[28699]: cluster 2023-12-08T04:02:01.612622+0000 mgr.a (mgr.14403) 25987 : cluster 0 pgmap v19408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:03 smithi194 bash[32038]: cluster 2023-12-08T04:02:01.612622+0000 mgr.a (mgr.14403) 25987 : cluster 0 pgmap v19408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:03.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:03 smithi135 bash[32435]: cluster 2023-12-08T04:02:01.612622+0000 mgr.a (mgr.14403) 25987 : cluster 0 pgmap v19408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:03.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:02:03.943 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:03.943 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:04.859 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:02:04.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:04.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:04.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:04.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:02:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:05 smithi079 bash[28699]: cluster 2023-12-08T04:02:03.613372+0000 mgr.a (mgr.14403) 25988 : cluster 0 pgmap v19409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:05 smithi194 bash[32038]: cluster 2023-12-08T04:02:03.613372+0000 mgr.a (mgr.14403) 25988 : cluster 0 pgmap v19409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:05.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:05 smithi135 bash[32435]: cluster 2023-12-08T04:02:03.613372+0000 mgr.a (mgr.14403) 25988 : cluster 0 pgmap v19409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:06.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:06 smithi079 bash[28699]: audit 2023-12-08T04:02:04.349423+0000 mgr.a (mgr.14403) 25989 : audit 0 from='client.511188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:06.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:06 smithi194 bash[32038]: audit 2023-12-08T04:02:04.349423+0000 mgr.a (mgr.14403) 25989 : audit 0 from='client.511188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:06.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:06 smithi135 bash[32435]: audit 2023-12-08T04:02:04.349423+0000 mgr.a (mgr.14403) 25989 : audit 0 from='client.511188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:07.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:07 smithi079 bash[28699]: cluster 2023-12-08T04:02:05.614059+0000 mgr.a (mgr.14403) 25990 : cluster 0 pgmap v19410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:07 smithi194 bash[32038]: cluster 2023-12-08T04:02:05.614059+0000 mgr.a (mgr.14403) 25990 : cluster 0 pgmap v19410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:07 smithi135 bash[32435]: cluster 2023-12-08T04:02:05.614059+0000 mgr.a (mgr.14403) 25990 : cluster 0 pgmap v19410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:09 smithi079 bash[28699]: cluster 2023-12-08T04:02:07.614636+0000 mgr.a (mgr.14403) 25991 : cluster 0 pgmap v19411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:09 smithi194 bash[32038]: cluster 2023-12-08T04:02:07.614636+0000 mgr.a (mgr.14403) 25991 : cluster 0 pgmap v19411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:09.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:09 smithi135 bash[32435]: cluster 2023-12-08T04:02:07.614636+0000 mgr.a (mgr.14403) 25991 : cluster 0 pgmap v19411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:09.863 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:02:09.863 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:09.864 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:10.772 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:02:10.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:10.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:10.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:10.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:02:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:11 smithi079 bash[28699]: cluster 2023-12-08T04:02:09.615445+0000 mgr.a (mgr.14403) 25992 : cluster 0 pgmap v19412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:11 smithi194 bash[32038]: cluster 2023-12-08T04:02:09.615445+0000 mgr.a (mgr.14403) 25992 : cluster 0 pgmap v19412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:11.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:11 smithi135 bash[32435]: cluster 2023-12-08T04:02:09.615445+0000 mgr.a (mgr.14403) 25992 : cluster 0 pgmap v19412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:12.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:12 smithi079 bash[28699]: audit 2023-12-08T04:02:10.270356+0000 mgr.a (mgr.14403) 25993 : audit 0 from='client.511266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:12.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:12 smithi194 bash[32038]: audit 2023-12-08T04:02:10.270356+0000 mgr.a (mgr.14403) 25993 : audit 0 from='client.511266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:12.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:12 smithi135 bash[32435]: audit 2023-12-08T04:02:10.270356+0000 mgr.a (mgr.14403) 25993 : audit 0 from='client.511266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:13 smithi079 bash[28699]: cluster 2023-12-08T04:02:11.616112+0000 mgr.a (mgr.14403) 25994 : cluster 0 pgmap v19413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:13 smithi194 bash[32038]: cluster 2023-12-08T04:02:11.616112+0000 mgr.a (mgr.14403) 25994 : cluster 0 pgmap v19413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:13 smithi135 bash[32435]: cluster 2023-12-08T04:02:11.616112+0000 mgr.a (mgr.14403) 25994 : cluster 0 pgmap v19413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:15.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:15 smithi079 bash[28699]: cluster 2023-12-08T04:02:13.616918+0000 mgr.a (mgr.14403) 25995 : cluster 0 pgmap v19414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:15.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:15 smithi194 bash[32038]: cluster 2023-12-08T04:02:13.616918+0000 mgr.a (mgr.14403) 25995 : cluster 0 pgmap v19414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:15.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:15 smithi135 bash[32435]: cluster 2023-12-08T04:02:13.616918+0000 mgr.a (mgr.14403) 25995 : cluster 0 pgmap v19414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:15.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:02:15.775 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:15.776 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:16.696 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:02:16.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:16.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:16.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:16.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:02:17.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:17 smithi079 bash[28699]: cluster 2023-12-08T04:02:15.617481+0000 mgr.a (mgr.14403) 25996 : cluster 0 pgmap v19415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:17 smithi194 bash[32038]: cluster 2023-12-08T04:02:15.617481+0000 mgr.a (mgr.14403) 25996 : cluster 0 pgmap v19415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:17 smithi135 bash[32435]: cluster 2023-12-08T04:02:15.617481+0000 mgr.a (mgr.14403) 25996 : cluster 0 pgmap v19415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:18 smithi079 bash[28699]: audit 2023-12-08T04:02:16.182593+0000 mgr.a (mgr.14403) 25997 : audit 0 from='client.511344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:18.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:18 smithi194 bash[32038]: audit 2023-12-08T04:02:16.182593+0000 mgr.a (mgr.14403) 25997 : audit 0 from='client.511344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:18.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:18 smithi135 bash[32435]: audit 2023-12-08T04:02:16.182593+0000 mgr.a (mgr.14403) 25997 : audit 0 from='client.511344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:19 smithi079 bash[28699]: cluster 2023-12-08T04:02:17.618159+0000 mgr.a (mgr.14403) 25998 : cluster 0 pgmap v19416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:19 smithi194 bash[32038]: cluster 2023-12-08T04:02:17.618159+0000 mgr.a (mgr.14403) 25998 : cluster 0 pgmap v19416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:19.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:19 smithi135 bash[32435]: cluster 2023-12-08T04:02:17.618159+0000 mgr.a (mgr.14403) 25998 : cluster 0 pgmap v19416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:21 smithi079 bash[28699]: cluster 2023-12-08T04:02:19.619012+0000 mgr.a (mgr.14403) 25999 : cluster 0 pgmap v19417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:21 smithi194 bash[32038]: cluster 2023-12-08T04:02:19.619012+0000 mgr.a (mgr.14403) 25999 : cluster 0 pgmap v19417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:21.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:21 smithi135 bash[32435]: cluster 2023-12-08T04:02:19.619012+0000 mgr.a (mgr.14403) 25999 : cluster 0 pgmap v19417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:21.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:02:21.699 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:21.700 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:22.632 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:02:22.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:22.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:22.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:22.632 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:02:23.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:23 smithi079 bash[28699]: cluster 2023-12-08T04:02:21.619580+0000 mgr.a (mgr.14403) 26000 : cluster 0 pgmap v19418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:23 smithi194 bash[32038]: cluster 2023-12-08T04:02:21.619580+0000 mgr.a (mgr.14403) 26000 : cluster 0 pgmap v19418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:23.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:23 smithi135 bash[32435]: cluster 2023-12-08T04:02:21.619580+0000 mgr.a (mgr.14403) 26000 : cluster 0 pgmap v19418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:24.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:24 smithi079 bash[28699]: audit 2023-12-08T04:02:22.104559+0000 mgr.a (mgr.14403) 26001 : audit 0 from='client.511416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:24.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:24 smithi194 bash[32038]: audit 2023-12-08T04:02:22.104559+0000 mgr.a (mgr.14403) 26001 : audit 0 from='client.511416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:24.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:24 smithi135 bash[32435]: audit 2023-12-08T04:02:22.104559+0000 mgr.a (mgr.14403) 26001 : audit 0 from='client.511416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:25 smithi079 bash[28699]: cluster 2023-12-08T04:02:23.620443+0000 mgr.a (mgr.14403) 26002 : cluster 0 pgmap v19419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:25 smithi194 bash[32038]: cluster 2023-12-08T04:02:23.620443+0000 mgr.a (mgr.14403) 26002 : cluster 0 pgmap v19419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:25 smithi135 bash[32435]: cluster 2023-12-08T04:02:23.620443+0000 mgr.a (mgr.14403) 26002 : cluster 0 pgmap v19419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:26 smithi079 bash[28699]: cluster 2023-12-08T04:02:25.621011+0000 mgr.a (mgr.14403) 26003 : cluster 0 pgmap v19420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:26.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:26 smithi194 bash[32038]: cluster 2023-12-08T04:02:25.621011+0000 mgr.a (mgr.14403) 26003 : cluster 0 pgmap v19420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:26 smithi135 bash[32435]: cluster 2023-12-08T04:02:25.621011+0000 mgr.a (mgr.14403) 26003 : cluster 0 pgmap v19420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:27.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:02:27.636 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:27.636 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:28.530 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:02:28.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:28.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:28.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:28.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:02:29.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:28 smithi079 bash[28699]: cluster 2023-12-08T04:02:27.621596+0000 mgr.a (mgr.14403) 26004 : cluster 0 pgmap v19421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:29.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:28 smithi079 bash[28699]: audit 2023-12-08T04:02:28.045947+0000 mgr.a (mgr.14403) 26005 : audit 0 from='client.511494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:29.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:28 smithi194 bash[32038]: cluster 2023-12-08T04:02:27.621596+0000 mgr.a (mgr.14403) 26004 : cluster 0 pgmap v19421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:28 smithi194 bash[32038]: audit 2023-12-08T04:02:28.045947+0000 mgr.a (mgr.14403) 26005 : audit 0 from='client.511494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:29.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:28 smithi135 bash[32435]: cluster 2023-12-08T04:02:27.621596+0000 mgr.a (mgr.14403) 26004 : cluster 0 pgmap v19421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:29.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:28 smithi135 bash[32435]: audit 2023-12-08T04:02:28.045947+0000 mgr.a (mgr.14403) 26005 : audit 0 from='client.511494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:31.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:30 smithi079 bash[28699]: cluster 2023-12-08T04:02:29.622445+0000 mgr.a (mgr.14403) 26006 : cluster 0 pgmap v19422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:02:31.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:30 smithi194 bash[32038]: cluster 2023-12-08T04:02:29.622445+0000 mgr.a (mgr.14403) 26006 : cluster 0 pgmap v19422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:02:31.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:30 smithi135 bash[32435]: cluster 2023-12-08T04:02:29.622445+0000 mgr.a (mgr.14403) 26006 : cluster 0 pgmap v19422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:02:33.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:32 smithi079 bash[28699]: cluster 2023-12-08T04:02:31.623037+0000 mgr.a (mgr.14403) 26007 : cluster 0 pgmap v19423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:02:33.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:32 smithi194 bash[32038]: cluster 2023-12-08T04:02:31.623037+0000 mgr.a (mgr.14403) 26007 : cluster 0 pgmap v19423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:02:33.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:32 smithi135 bash[32435]: cluster 2023-12-08T04:02:31.623037+0000 mgr.a (mgr.14403) 26007 : cluster 0 pgmap v19423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:02:33.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:02:33.533 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:33.533 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:34.448 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:02:34.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:34.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:34.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:34.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:02:35.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:34 smithi079 bash[28699]: cluster 2023-12-08T04:02:33.623884+0000 mgr.a (mgr.14403) 26008 : cluster 0 pgmap v19424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:34 smithi079 bash[28699]: audit 2023-12-08T04:02:33.933118+0000 mgr.a (mgr.14403) 26009 : audit 0 from='client.511569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:35.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:34 smithi194 bash[32038]: cluster 2023-12-08T04:02:33.623884+0000 mgr.a (mgr.14403) 26008 : cluster 0 pgmap v19424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:34 smithi194 bash[32038]: audit 2023-12-08T04:02:33.933118+0000 mgr.a (mgr.14403) 26009 : audit 0 from='client.511569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:35.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:34 smithi135 bash[32435]: cluster 2023-12-08T04:02:33.623884+0000 mgr.a (mgr.14403) 26008 : cluster 0 pgmap v19424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:35.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:34 smithi135 bash[32435]: audit 2023-12-08T04:02:33.933118+0000 mgr.a (mgr.14403) 26009 : audit 0 from='client.511569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:37.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:36 smithi079 bash[28699]: cluster 2023-12-08T04:02:35.624567+0000 mgr.a (mgr.14403) 26010 : cluster 0 pgmap v19425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:37.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:36 smithi194 bash[32038]: cluster 2023-12-08T04:02:35.624567+0000 mgr.a (mgr.14403) 26010 : cluster 0 pgmap v19425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:37.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:36 smithi135 bash[32435]: cluster 2023-12-08T04:02:35.624567+0000 mgr.a (mgr.14403) 26010 : cluster 0 pgmap v19425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:39.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:38 smithi079 bash[28699]: cluster 2023-12-08T04:02:37.625140+0000 mgr.a (mgr.14403) 26011 : cluster 0 pgmap v19426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:39.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:38 smithi194 bash[32038]: cluster 2023-12-08T04:02:37.625140+0000 mgr.a (mgr.14403) 26011 : cluster 0 pgmap v19426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:39.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:38 smithi135 bash[32435]: cluster 2023-12-08T04:02:37.625140+0000 mgr.a (mgr.14403) 26011 : cluster 0 pgmap v19426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:02:39.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:02:39.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:39.453 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:40.342 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:02:40.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:40.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:40.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:40.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:02:41.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:40 smithi079 bash[28699]: cluster 2023-12-08T04:02:39.625938+0000 mgr.a (mgr.14403) 26012 : cluster 0 pgmap v19427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:41.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:40 smithi079 bash[28699]: audit 2023-12-08T04:02:39.846785+0000 mgr.a (mgr.14403) 26013 : audit 0 from='client.511647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:41.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:40 smithi194 bash[32038]: cluster 2023-12-08T04:02:39.625938+0000 mgr.a (mgr.14403) 26012 : cluster 0 pgmap v19427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:41.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:40 smithi194 bash[32038]: audit 2023-12-08T04:02:39.846785+0000 mgr.a (mgr.14403) 26013 : audit 0 from='client.511647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:40 smithi135 bash[32435]: cluster 2023-12-08T04:02:39.625938+0000 mgr.a (mgr.14403) 26012 : cluster 0 pgmap v19427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:41.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:40 smithi135 bash[32435]: audit 2023-12-08T04:02:39.846785+0000 mgr.a (mgr.14403) 26013 : audit 0 from='client.511647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:43.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:42 smithi079 bash[28699]: cluster 2023-12-08T04:02:41.626643+0000 mgr.a (mgr.14403) 26014 : cluster 0 pgmap v19428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:02:43.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:42 smithi194 bash[32038]: cluster 2023-12-08T04:02:41.626643+0000 mgr.a (mgr.14403) 26014 : cluster 0 pgmap v19428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:02:43.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:42 smithi135 bash[32435]: cluster 2023-12-08T04:02:41.626643+0000 mgr.a (mgr.14403) 26014 : cluster 0 pgmap v19428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:02:45.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:44 smithi079 bash[28699]: cluster 2023-12-08T04:02:43.627465+0000 mgr.a (mgr.14403) 26015 : cluster 0 pgmap v19429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:02:45.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:44 smithi194 bash[32038]: cluster 2023-12-08T04:02:43.627465+0000 mgr.a (mgr.14403) 26015 : cluster 0 pgmap v19429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:02:45.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:44 smithi135 bash[32435]: cluster 2023-12-08T04:02:43.627465+0000 mgr.a (mgr.14403) 26015 : cluster 0 pgmap v19429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:02:45.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:02:45.346 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:45.346 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:46.254 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:02:46.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:46.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:46.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:46.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:02:47.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:46 smithi079 bash[28699]: cluster 2023-12-08T04:02:45.628049+0000 mgr.a (mgr.14403) 26016 : cluster 0 pgmap v19430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:47.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:46 smithi079 bash[28699]: audit 2023-12-08T04:02:45.747779+0000 mgr.a (mgr.14403) 26017 : audit 0 from='client.511719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:47.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:46 smithi194 bash[32038]: cluster 2023-12-08T04:02:45.628049+0000 mgr.a (mgr.14403) 26016 : cluster 0 pgmap v19430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:46 smithi194 bash[32038]: audit 2023-12-08T04:02:45.747779+0000 mgr.a (mgr.14403) 26017 : audit 0 from='client.511719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:47.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:46 smithi135 bash[32435]: cluster 2023-12-08T04:02:45.628049+0000 mgr.a (mgr.14403) 26016 : cluster 0 pgmap v19430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:47.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:46 smithi135 bash[32435]: audit 2023-12-08T04:02:45.747779+0000 mgr.a (mgr.14403) 26017 : audit 0 from='client.511719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:49.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:48 smithi079 bash[28699]: cluster 2023-12-08T04:02:47.628672+0000 mgr.a (mgr.14403) 26018 : cluster 0 pgmap v19431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:48 smithi194 bash[32038]: cluster 2023-12-08T04:02:47.628672+0000 mgr.a (mgr.14403) 26018 : cluster 0 pgmap v19431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:49.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:48 smithi135 bash[32435]: cluster 2023-12-08T04:02:47.628672+0000 mgr.a (mgr.14403) 26018 : cluster 0 pgmap v19431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:51.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:50 smithi079 bash[28699]: cluster 2023-12-08T04:02:49.629493+0000 mgr.a (mgr.14403) 26019 : cluster 0 pgmap v19432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:50 smithi194 bash[32038]: cluster 2023-12-08T04:02:49.629493+0000 mgr.a (mgr.14403) 26019 : cluster 0 pgmap v19432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:51.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:50 smithi135 bash[32435]: cluster 2023-12-08T04:02:49.629493+0000 mgr.a (mgr.14403) 26019 : cluster 0 pgmap v19432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:51.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:02:51.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:51.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:52.169 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:02:52.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:52.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:52.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:52.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:02:53.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:52 smithi079 bash[28699]: cluster 2023-12-08T04:02:51.630022+0000 mgr.a (mgr.14403) 26020 : cluster 0 pgmap v19433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:53.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:52 smithi079 bash[28699]: audit 2023-12-08T04:02:51.662244+0000 mgr.a (mgr.14403) 26021 : audit 0 from='client.511797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:52 smithi194 bash[32038]: cluster 2023-12-08T04:02:51.630022+0000 mgr.a (mgr.14403) 26020 : cluster 0 pgmap v19433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:53.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:52 smithi194 bash[32038]: audit 2023-12-08T04:02:51.662244+0000 mgr.a (mgr.14403) 26021 : audit 0 from='client.511797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:53.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:52 smithi135 bash[32435]: cluster 2023-12-08T04:02:51.630022+0000 mgr.a (mgr.14403) 26020 : cluster 0 pgmap v19433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:53.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:52 smithi135 bash[32435]: audit 2023-12-08T04:02:51.662244+0000 mgr.a (mgr.14403) 26021 : audit 0 from='client.511797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:54 smithi079 bash[28699]: cluster 2023-12-08T04:02:53.630876+0000 mgr.a (mgr.14403) 26022 : cluster 0 pgmap v19434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:54 smithi079 bash[28699]: audit 2023-12-08T04:02:54.219472+0000 mon.a (mon.0) 4039 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:02:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:54 smithi194 bash[32038]: cluster 2023-12-08T04:02:53.630876+0000 mgr.a (mgr.14403) 26022 : cluster 0 pgmap v19434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:54 smithi194 bash[32038]: audit 2023-12-08T04:02:54.219472+0000 mon.a (mon.0) 4039 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:02:55.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:54 smithi135 bash[32435]: cluster 2023-12-08T04:02:53.630876+0000 mgr.a (mgr.14403) 26022 : cluster 0 pgmap v19434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:02:55.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:54 smithi135 bash[32435]: audit 2023-12-08T04:02:54.219472+0000 mon.a (mon.0) 4039 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:02:56.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:55 smithi079 bash[28699]: audit 2023-12-08T04:02:54.958763+0000 mon.a (mon.0) 4040 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:02:56.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:55 smithi079 bash[28699]: audit 2023-12-08T04:02:54.960226+0000 mon.a (mon.0) 4041 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:02:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:55 smithi079 bash[28699]: audit 2023-12-08T04:02:54.970864+0000 mon.a (mon.0) 4042 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:02:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:55 smithi194 bash[32038]: audit 2023-12-08T04:02:54.958763+0000 mon.a (mon.0) 4040 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:02:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:55 smithi194 bash[32038]: audit 2023-12-08T04:02:54.960226+0000 mon.a (mon.0) 4041 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:02:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:55 smithi194 bash[32038]: audit 2023-12-08T04:02:54.970864+0000 mon.a (mon.0) 4042 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:02:56.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:55 smithi135 bash[32435]: audit 2023-12-08T04:02:54.958763+0000 mon.a (mon.0) 4040 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:02:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:55 smithi135 bash[32435]: audit 2023-12-08T04:02:54.960226+0000 mon.a (mon.0) 4041 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:02:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:55 smithi135 bash[32435]: audit 2023-12-08T04:02:54.970864+0000 mon.a (mon.0) 4042 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:02:57.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:02:57.173 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:02:57.173 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:02:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:56 smithi079 bash[28699]: cluster 2023-12-08T04:02:55.631406+0000 mgr.a (mgr.14403) 26023 : cluster 0 pgmap v19435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:57.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:56 smithi194 bash[32038]: cluster 2023-12-08T04:02:55.631406+0000 mgr.a (mgr.14403) 26023 : cluster 0 pgmap v19435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:57.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:56 smithi135 bash[32435]: cluster 2023-12-08T04:02:55.631406+0000 mgr.a (mgr.14403) 26023 : cluster 0 pgmap v19435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:58.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:02:58.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:02:58.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:02:58.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:02:58.062 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:02:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:58 smithi079 bash[28699]: audit 2023-12-08T04:02:57.572256+0000 mgr.a (mgr.14403) 26024 : audit 0 from='client.511869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:02:58 smithi079 bash[28699]: cluster 2023-12-08T04:02:57.631906+0000 mgr.a (mgr.14403) 26025 : cluster 0 pgmap v19436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:59.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:58 smithi194 bash[32038]: audit 2023-12-08T04:02:57.572256+0000 mgr.a (mgr.14403) 26024 : audit 0 from='client.511869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:02:58 smithi194 bash[32038]: cluster 2023-12-08T04:02:57.631906+0000 mgr.a (mgr.14403) 26025 : cluster 0 pgmap v19436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:02:59.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:58 smithi135 bash[32435]: audit 2023-12-08T04:02:57.572256+0000 mgr.a (mgr.14403) 26024 : audit 0 from='client.511869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:02:59.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:02:58 smithi135 bash[32435]: cluster 2023-12-08T04:02:57.631906+0000 mgr.a (mgr.14403) 26025 : cluster 0 pgmap v19436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:00 smithi079 bash[28699]: cluster 2023-12-08T04:02:59.632781+0000 mgr.a (mgr.14403) 26026 : cluster 0 pgmap v19437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:01.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:00 smithi194 bash[32038]: cluster 2023-12-08T04:02:59.632781+0000 mgr.a (mgr.14403) 26026 : cluster 0 pgmap v19437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:01.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:00 smithi135 bash[32435]: cluster 2023-12-08T04:02:59.632781+0000 mgr.a (mgr.14403) 26026 : cluster 0 pgmap v19437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:03.065 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:03:03.066 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:03.066 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:02 smithi079 bash[28699]: cluster 2023-12-08T04:03:01.633311+0000 mgr.a (mgr.14403) 26027 : cluster 0 pgmap v19438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:03.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:02 smithi194 bash[32038]: cluster 2023-12-08T04:03:01.633311+0000 mgr.a (mgr.14403) 26027 : cluster 0 pgmap v19438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:03.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:02 smithi135 bash[32435]: cluster 2023-12-08T04:03:01.633311+0000 mgr.a (mgr.14403) 26027 : cluster 0 pgmap v19438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:03.988 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:03:03.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:03.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:03.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:03.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:03:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:04 smithi079 bash[28699]: audit 2023-12-08T04:03:03.467131+0000 mgr.a (mgr.14403) 26028 : audit 0 from='client.511947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:04 smithi079 bash[28699]: cluster 2023-12-08T04:03:03.634630+0000 mgr.a (mgr.14403) 26029 : cluster 0 pgmap v19439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:04 smithi194 bash[32038]: audit 2023-12-08T04:03:03.467131+0000 mgr.a (mgr.14403) 26028 : audit 0 from='client.511947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:04 smithi194 bash[32038]: cluster 2023-12-08T04:03:03.634630+0000 mgr.a (mgr.14403) 26029 : cluster 0 pgmap v19439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:05.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:04 smithi135 bash[32435]: audit 2023-12-08T04:03:03.467131+0000 mgr.a (mgr.14403) 26028 : audit 0 from='client.511947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:04 smithi135 bash[32435]: cluster 2023-12-08T04:03:03.634630+0000 mgr.a (mgr.14403) 26029 : cluster 0 pgmap v19439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:07.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:06 smithi079 bash[28699]: cluster 2023-12-08T04:03:05.635387+0000 mgr.a (mgr.14403) 26030 : cluster 0 pgmap v19440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:07.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:06 smithi194 bash[32038]: cluster 2023-12-08T04:03:05.635387+0000 mgr.a (mgr.14403) 26030 : cluster 0 pgmap v19440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:06 smithi135 bash[32435]: cluster 2023-12-08T04:03:05.635387+0000 mgr.a (mgr.14403) 26030 : cluster 0 pgmap v19440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:08.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:03:08.990 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:08.991 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:09 smithi079 bash[28699]: cluster 2023-12-08T04:03:07.635891+0000 mgr.a (mgr.14403) 26031 : cluster 0 pgmap v19441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:09 smithi194 bash[32038]: cluster 2023-12-08T04:03:07.635891+0000 mgr.a (mgr.14403) 26031 : cluster 0 pgmap v19441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:09.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:09 smithi135 bash[32435]: cluster 2023-12-08T04:03:07.635891+0000 mgr.a (mgr.14403) 26031 : cluster 0 pgmap v19441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:09.899 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:03:09.899 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:09.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:09.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:09.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:03:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:11 smithi079 bash[28699]: audit 2023-12-08T04:03:09.390032+0000 mgr.a (mgr.14403) 26032 : audit 0 from='client.512019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:11 smithi079 bash[28699]: cluster 2023-12-08T04:03:09.636824+0000 mgr.a (mgr.14403) 26033 : cluster 0 pgmap v19442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:11.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:11 smithi194 bash[32038]: audit 2023-12-08T04:03:09.390032+0000 mgr.a (mgr.14403) 26032 : audit 0 from='client.512019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:11 smithi194 bash[32038]: cluster 2023-12-08T04:03:09.636824+0000 mgr.a (mgr.14403) 26033 : cluster 0 pgmap v19442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:11.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:11 smithi135 bash[32435]: audit 2023-12-08T04:03:09.390032+0000 mgr.a (mgr.14403) 26032 : audit 0 from='client.512019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:11 smithi135 bash[32435]: cluster 2023-12-08T04:03:09.636824+0000 mgr.a (mgr.14403) 26033 : cluster 0 pgmap v19442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:13 smithi079 bash[28699]: cluster 2023-12-08T04:03:11.637456+0000 mgr.a (mgr.14403) 26034 : cluster 0 pgmap v19443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:13 smithi194 bash[32038]: cluster 2023-12-08T04:03:11.637456+0000 mgr.a (mgr.14403) 26034 : cluster 0 pgmap v19443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:13 smithi135 bash[32435]: cluster 2023-12-08T04:03:11.637456+0000 mgr.a (mgr.14403) 26034 : cluster 0 pgmap v19443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:14.902 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:03:14.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:14.903 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:15.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:15 smithi079 bash[28699]: cluster 2023-12-08T04:03:13.638216+0000 mgr.a (mgr.14403) 26035 : cluster 0 pgmap v19444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:15 smithi194 bash[32038]: cluster 2023-12-08T04:03:13.638216+0000 mgr.a (mgr.14403) 26035 : cluster 0 pgmap v19444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:15.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:15 smithi135 bash[32435]: cluster 2023-12-08T04:03:13.638216+0000 mgr.a (mgr.14403) 26035 : cluster 0 pgmap v19444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:15.774 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:15.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:15.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:15.775 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:03:15.775 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:03:17.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:17 smithi079 bash[28699]: audit 2023-12-08T04:03:15.298862+0000 mgr.a (mgr.14403) 26036 : audit 0 from='client.512097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:17 smithi079 bash[28699]: cluster 2023-12-08T04:03:15.650795+0000 mgr.a (mgr.14403) 26037 : cluster 0 pgmap v19445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:17.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:17 smithi194 bash[32038]: audit 2023-12-08T04:03:15.298862+0000 mgr.a (mgr.14403) 26036 : audit 0 from='client.512097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:17 smithi194 bash[32038]: cluster 2023-12-08T04:03:15.650795+0000 mgr.a (mgr.14403) 26037 : cluster 0 pgmap v19445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:17 smithi135 bash[32435]: audit 2023-12-08T04:03:15.298862+0000 mgr.a (mgr.14403) 26036 : audit 0 from='client.512097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:17 smithi135 bash[32435]: cluster 2023-12-08T04:03:15.650795+0000 mgr.a (mgr.14403) 26037 : cluster 0 pgmap v19445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:19 smithi079 bash[28699]: cluster 2023-12-08T04:03:17.651597+0000 mgr.a (mgr.14403) 26038 : cluster 0 pgmap v19446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:19 smithi194 bash[32038]: cluster 2023-12-08T04:03:17.651597+0000 mgr.a (mgr.14403) 26038 : cluster 0 pgmap v19446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:19.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:19 smithi135 bash[32435]: cluster 2023-12-08T04:03:17.651597+0000 mgr.a (mgr.14403) 26038 : cluster 0 pgmap v19446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:20.778 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:03:20.779 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:20.779 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:21 smithi079 bash[28699]: cluster 2023-12-08T04:03:19.652378+0000 mgr.a (mgr.14403) 26039 : cluster 0 pgmap v19447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:21.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:21 smithi194 bash[32038]: cluster 2023-12-08T04:03:19.652378+0000 mgr.a (mgr.14403) 26039 : cluster 0 pgmap v19447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:21.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:21 smithi135 bash[32435]: cluster 2023-12-08T04:03:19.652378+0000 mgr.a (mgr.14403) 26039 : cluster 0 pgmap v19447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:21.716 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:03:21.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:21.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:21.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:21.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:03:23.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:23 smithi079 bash[28699]: audit 2023-12-08T04:03:21.187596+0000 mgr.a (mgr.14403) 26040 : audit 0 from='client.512172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:23 smithi079 bash[28699]: cluster 2023-12-08T04:03:21.652849+0000 mgr.a (mgr.14403) 26041 : cluster 0 pgmap v19448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:23 smithi194 bash[32038]: audit 2023-12-08T04:03:21.187596+0000 mgr.a (mgr.14403) 26040 : audit 0 from='client.512172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:23.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:23 smithi194 bash[32038]: cluster 2023-12-08T04:03:21.652849+0000 mgr.a (mgr.14403) 26041 : cluster 0 pgmap v19448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:23.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:23 smithi135 bash[32435]: audit 2023-12-08T04:03:21.187596+0000 mgr.a (mgr.14403) 26040 : audit 0 from='client.512172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:23.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:23 smithi135 bash[32435]: cluster 2023-12-08T04:03:21.652849+0000 mgr.a (mgr.14403) 26041 : cluster 0 pgmap v19448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:25 smithi079 bash[28699]: cluster 2023-12-08T04:03:23.653610+0000 mgr.a (mgr.14403) 26042 : cluster 0 pgmap v19449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:25.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:25 smithi194 bash[32038]: cluster 2023-12-08T04:03:23.653610+0000 mgr.a (mgr.14403) 26042 : cluster 0 pgmap v19449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:25 smithi135 bash[32435]: cluster 2023-12-08T04:03:23.653610+0000 mgr.a (mgr.14403) 26042 : cluster 0 pgmap v19449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:26.719 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:03:26.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:26.720 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:27 smithi079 bash[28699]: cluster 2023-12-08T04:03:25.654181+0000 mgr.a (mgr.14403) 26043 : cluster 0 pgmap v19450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:27 smithi194 bash[32038]: cluster 2023-12-08T04:03:25.654181+0000 mgr.a (mgr.14403) 26043 : cluster 0 pgmap v19450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:27.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:27 smithi135 bash[32435]: cluster 2023-12-08T04:03:25.654181+0000 mgr.a (mgr.14403) 26043 : cluster 0 pgmap v19450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:27.634 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:03:27.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:27.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:27.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:27.635 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:03:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:29 smithi079 bash[28699]: audit 2023-12-08T04:03:27.129001+0000 mgr.a (mgr.14403) 26044 : audit 0 from='client.512244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:29 smithi079 bash[28699]: cluster 2023-12-08T04:03:27.654852+0000 mgr.a (mgr.14403) 26045 : cluster 0 pgmap v19451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:29.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:29 smithi194 bash[32038]: audit 2023-12-08T04:03:27.129001+0000 mgr.a (mgr.14403) 26044 : audit 0 from='client.512244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:29 smithi194 bash[32038]: cluster 2023-12-08T04:03:27.654852+0000 mgr.a (mgr.14403) 26045 : cluster 0 pgmap v19451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:29.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:29 smithi135 bash[32435]: audit 2023-12-08T04:03:27.129001+0000 mgr.a (mgr.14403) 26044 : audit 0 from='client.512244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:29 smithi135 bash[32435]: cluster 2023-12-08T04:03:27.654852+0000 mgr.a (mgr.14403) 26045 : cluster 0 pgmap v19451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:31 smithi079 bash[28699]: cluster 2023-12-08T04:03:29.655641+0000 mgr.a (mgr.14403) 26046 : cluster 0 pgmap v19452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:31.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:31 smithi194 bash[32038]: cluster 2023-12-08T04:03:29.655641+0000 mgr.a (mgr.14403) 26046 : cluster 0 pgmap v19452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:31.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:31 smithi135 bash[32435]: cluster 2023-12-08T04:03:29.655641+0000 mgr.a (mgr.14403) 26046 : cluster 0 pgmap v19452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:32.638 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:03:32.638 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:32.639 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:33 smithi079 bash[28699]: cluster 2023-12-08T04:03:31.656159+0000 mgr.a (mgr.14403) 26047 : cluster 0 pgmap v19453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:33.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:33 smithi194 bash[32038]: cluster 2023-12-08T04:03:31.656159+0000 mgr.a (mgr.14403) 26047 : cluster 0 pgmap v19453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:33.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:33 smithi135 bash[32435]: cluster 2023-12-08T04:03:31.656159+0000 mgr.a (mgr.14403) 26047 : cluster 0 pgmap v19453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:33.551 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:03:33.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:33.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:33.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:33.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:03:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:34 smithi079 bash[28699]: audit 2023-12-08T04:03:33.040369+0000 mgr.a (mgr.14403) 26048 : audit 0 from='client.512319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:34 smithi194 bash[32038]: audit 2023-12-08T04:03:33.040369+0000 mgr.a (mgr.14403) 26048 : audit 0 from='client.512319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:34.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:34 smithi135 bash[32435]: audit 2023-12-08T04:03:33.040369+0000 mgr.a (mgr.14403) 26048 : audit 0 from='client.512319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:35 smithi079 bash[28699]: cluster 2023-12-08T04:03:33.657083+0000 mgr.a (mgr.14403) 26049 : cluster 0 pgmap v19454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:03:35.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:35 smithi194 bash[32038]: cluster 2023-12-08T04:03:33.657083+0000 mgr.a (mgr.14403) 26049 : cluster 0 pgmap v19454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:03:35.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:35 smithi135 bash[32435]: cluster 2023-12-08T04:03:33.657083+0000 mgr.a (mgr.14403) 26049 : cluster 0 pgmap v19454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:03:37.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:37 smithi079 bash[28699]: cluster 2023-12-08T04:03:35.657618+0000 mgr.a (mgr.14403) 26050 : cluster 0 pgmap v19455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:03:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:37 smithi194 bash[32038]: cluster 2023-12-08T04:03:35.657618+0000 mgr.a (mgr.14403) 26050 : cluster 0 pgmap v19455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:03:37.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:37 smithi135 bash[32435]: cluster 2023-12-08T04:03:35.657618+0000 mgr.a (mgr.14403) 26050 : cluster 0 pgmap v19455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:03:38.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:03:38.553 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:38.554 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:39 smithi079 bash[28699]: cluster 2023-12-08T04:03:37.658177+0000 mgr.a (mgr.14403) 26051 : cluster 0 pgmap v19456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:03:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:39 smithi194 bash[32038]: cluster 2023-12-08T04:03:37.658177+0000 mgr.a (mgr.14403) 26051 : cluster 0 pgmap v19456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:03:39.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:39 smithi135 bash[32435]: cluster 2023-12-08T04:03:37.658177+0000 mgr.a (mgr.14403) 26051 : cluster 0 pgmap v19456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:03:39.468 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:03:39.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:39.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:39.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:39.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:03:40.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:40 smithi079 bash[28699]: audit 2023-12-08T04:03:38.957163+0000 mgr.a (mgr.14403) 26052 : audit 0 from='client.512394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:40.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:40 smithi194 bash[32038]: audit 2023-12-08T04:03:38.957163+0000 mgr.a (mgr.14403) 26052 : audit 0 from='client.512394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:40.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:40 smithi135 bash[32435]: audit 2023-12-08T04:03:38.957163+0000 mgr.a (mgr.14403) 26052 : audit 0 from='client.512394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:41 smithi079 bash[28699]: cluster 2023-12-08T04:03:39.659235+0000 mgr.a (mgr.14403) 26053 : cluster 0 pgmap v19457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:41 smithi194 bash[32038]: cluster 2023-12-08T04:03:39.659235+0000 mgr.a (mgr.14403) 26053 : cluster 0 pgmap v19457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:41.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:41 smithi135 bash[32435]: cluster 2023-12-08T04:03:39.659235+0000 mgr.a (mgr.14403) 26053 : cluster 0 pgmap v19457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:43 smithi079 bash[28699]: cluster 2023-12-08T04:03:41.659838+0000 mgr.a (mgr.14403) 26054 : cluster 0 pgmap v19458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:43 smithi194 bash[32038]: cluster 2023-12-08T04:03:41.659838+0000 mgr.a (mgr.14403) 26054 : cluster 0 pgmap v19458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:43 smithi135 bash[32435]: cluster 2023-12-08T04:03:41.659838+0000 mgr.a (mgr.14403) 26054 : cluster 0 pgmap v19458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:03:44.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:03:44.471 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:44.471 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:45.387 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:03:45.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:45.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:45.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:45.388 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:03:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:45 smithi079 bash[28699]: cluster 2023-12-08T04:03:43.660579+0000 mgr.a (mgr.14403) 26055 : cluster 0 pgmap v19459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:45 smithi194 bash[32038]: cluster 2023-12-08T04:03:43.660579+0000 mgr.a (mgr.14403) 26055 : cluster 0 pgmap v19459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:45.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:45 smithi135 bash[32435]: cluster 2023-12-08T04:03:43.660579+0000 mgr.a (mgr.14403) 26055 : cluster 0 pgmap v19459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:46 smithi079 bash[28699]: audit 2023-12-08T04:03:44.872994+0000 mgr.a (mgr.14403) 26056 : audit 0 from='client.512469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:46.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:46 smithi194 bash[32038]: audit 2023-12-08T04:03:44.872994+0000 mgr.a (mgr.14403) 26056 : audit 0 from='client.512469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:46 smithi135 bash[32435]: audit 2023-12-08T04:03:44.872994+0000 mgr.a (mgr.14403) 26056 : audit 0 from='client.512469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:47.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:47 smithi079 bash[28699]: cluster 2023-12-08T04:03:45.661458+0000 mgr.a (mgr.14403) 26057 : cluster 0 pgmap v19460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:03:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:47 smithi194 bash[32038]: cluster 2023-12-08T04:03:45.661458+0000 mgr.a (mgr.14403) 26057 : cluster 0 pgmap v19460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:03:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:47 smithi135 bash[32435]: cluster 2023-12-08T04:03:45.661458+0000 mgr.a (mgr.14403) 26057 : cluster 0 pgmap v19460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:03:48.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:48 smithi079 bash[28699]: cluster 2023-12-08T04:03:47.662172+0000 mgr.a (mgr.14403) 26058 : cluster 0 pgmap v19461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:03:48.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:48 smithi194 bash[32038]: cluster 2023-12-08T04:03:47.662172+0000 mgr.a (mgr.14403) 26058 : cluster 0 pgmap v19461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:03:48.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:48 smithi135 bash[32435]: cluster 2023-12-08T04:03:47.662172+0000 mgr.a (mgr.14403) 26058 : cluster 0 pgmap v19461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:03:50.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:03:50.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:50.391 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:51.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:50 smithi079 bash[28699]: cluster 2023-12-08T04:03:49.663168+0000 mgr.a (mgr.14403) 26059 : cluster 0 pgmap v19462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:03:51.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:50 smithi194 bash[32038]: cluster 2023-12-08T04:03:49.663168+0000 mgr.a (mgr.14403) 26059 : cluster 0 pgmap v19462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:03:51.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:50 smithi135 bash[32435]: cluster 2023-12-08T04:03:49.663168+0000 mgr.a (mgr.14403) 26059 : cluster 0 pgmap v19462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:03:51.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:51.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:51.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:51.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:03:51.287 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:03:52.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:51 smithi079 bash[28699]: audit 2023-12-08T04:03:50.790155+0000 mgr.a (mgr.14403) 26060 : audit 0 from='client.512544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:52.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:51 smithi194 bash[32038]: audit 2023-12-08T04:03:50.790155+0000 mgr.a (mgr.14403) 26060 : audit 0 from='client.512544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:52.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:51 smithi135 bash[32435]: audit 2023-12-08T04:03:50.790155+0000 mgr.a (mgr.14403) 26060 : audit 0 from='client.512544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:53.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:52 smithi079 bash[28699]: cluster 2023-12-08T04:03:51.663866+0000 mgr.a (mgr.14403) 26061 : cluster 0 pgmap v19463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:53.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:52 smithi194 bash[32038]: cluster 2023-12-08T04:03:51.663866+0000 mgr.a (mgr.14403) 26061 : cluster 0 pgmap v19463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:53.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:52 smithi135 bash[32435]: cluster 2023-12-08T04:03:51.663866+0000 mgr.a (mgr.14403) 26061 : cluster 0 pgmap v19463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:54 smithi079 bash[28699]: cluster 2023-12-08T04:03:53.664735+0000 mgr.a (mgr.14403) 26062 : cluster 0 pgmap v19464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:55.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:54 smithi194 bash[32038]: cluster 2023-12-08T04:03:53.664735+0000 mgr.a (mgr.14403) 26062 : cluster 0 pgmap v19464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:55.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:54 smithi135 bash[32435]: cluster 2023-12-08T04:03:53.664735+0000 mgr.a (mgr.14403) 26062 : cluster 0 pgmap v19464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:03:56.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:55 smithi079 bash[28699]: audit 2023-12-08T04:03:55.073243+0000 mon.a (mon.0) 4043 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:03:56.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:55 smithi194 bash[32038]: audit 2023-12-08T04:03:55.073243+0000 mon.a (mon.0) 4043 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:03:56.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:55 smithi135 bash[32435]: audit 2023-12-08T04:03:55.073243+0000 mon.a (mon.0) 4043 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:03:56.290 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:03:56.291 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:03:56.291 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:03:57.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:56 smithi079 bash[28699]: cluster 2023-12-08T04:03:55.665269+0000 mgr.a (mgr.14403) 26063 : cluster 0 pgmap v19465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:57.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:56 smithi079 bash[28699]: audit 2023-12-08T04:03:55.815366+0000 mon.a (mon.0) 4044 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:03:57.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:56 smithi079 bash[28699]: audit 2023-12-08T04:03:55.821051+0000 mon.a (mon.0) 4045 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:03:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:56 smithi079 bash[28699]: audit 2023-12-08T04:03:55.830148+0000 mon.a (mon.0) 4046 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:03:57.187 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:03:57.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:03:57.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:03:57.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:03:57.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:03:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:56 smithi194 bash[32038]: cluster 2023-12-08T04:03:55.665269+0000 mgr.a (mgr.14403) 26063 : cluster 0 pgmap v19465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:57.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:56 smithi194 bash[32038]: audit 2023-12-08T04:03:55.815366+0000 mon.a (mon.0) 4044 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:03:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:56 smithi194 bash[32038]: audit 2023-12-08T04:03:55.821051+0000 mon.a (mon.0) 4045 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:03:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:56 smithi194 bash[32038]: audit 2023-12-08T04:03:55.830148+0000 mon.a (mon.0) 4046 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:03:57.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:56 smithi135 bash[32435]: cluster 2023-12-08T04:03:55.665269+0000 mgr.a (mgr.14403) 26063 : cluster 0 pgmap v19465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:57.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:56 smithi135 bash[32435]: audit 2023-12-08T04:03:55.815366+0000 mon.a (mon.0) 4044 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:03:57.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:56 smithi135 bash[32435]: audit 2023-12-08T04:03:55.821051+0000 mon.a (mon.0) 4045 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:03:57.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:56 smithi135 bash[32435]: audit 2023-12-08T04:03:55.830148+0000 mon.a (mon.0) 4046 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:03:58.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:57 smithi079 bash[28699]: audit 2023-12-08T04:03:56.690943+0000 mgr.a (mgr.14403) 26064 : audit 0 from='client.512622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:57 smithi194 bash[32038]: audit 2023-12-08T04:03:56.690943+0000 mgr.a (mgr.14403) 26064 : audit 0 from='client.512622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:58.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:57 smithi135 bash[32435]: audit 2023-12-08T04:03:56.690943+0000 mgr.a (mgr.14403) 26064 : audit 0 from='client.512622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:03:59.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:03:58 smithi079 bash[28699]: cluster 2023-12-08T04:03:57.666123+0000 mgr.a (mgr.14403) 26065 : cluster 0 pgmap v19466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:59.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:03:58 smithi194 bash[32038]: cluster 2023-12-08T04:03:57.666123+0000 mgr.a (mgr.14403) 26065 : cluster 0 pgmap v19466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:03:59.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:03:58 smithi135 bash[32435]: cluster 2023-12-08T04:03:57.666123+0000 mgr.a (mgr.14403) 26065 : cluster 0 pgmap v19466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:01.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:00 smithi079 bash[28699]: cluster 2023-12-08T04:03:59.667126+0000 mgr.a (mgr.14403) 26066 : cluster 0 pgmap v19467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:00 smithi194 bash[32038]: cluster 2023-12-08T04:03:59.667126+0000 mgr.a (mgr.14403) 26066 : cluster 0 pgmap v19467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:01.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:00 smithi135 bash[32435]: cluster 2023-12-08T04:03:59.667126+0000 mgr.a (mgr.14403) 26066 : cluster 0 pgmap v19467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:02.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:04:02.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:02.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:03.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:03.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:03.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:03.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:04:03.085 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:04:03.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:02 smithi079 bash[28699]: cluster 2023-12-08T04:04:01.667687+0000 mgr.a (mgr.14403) 26067 : cluster 0 pgmap v19468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:03.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:02 smithi194 bash[32038]: cluster 2023-12-08T04:04:01.667687+0000 mgr.a (mgr.14403) 26067 : cluster 0 pgmap v19468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:03.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:02 smithi135 bash[32435]: cluster 2023-12-08T04:04:01.667687+0000 mgr.a (mgr.14403) 26067 : cluster 0 pgmap v19468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:04.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:03 smithi079 bash[28699]: audit 2023-12-08T04:04:02.588044+0000 mgr.a (mgr.14403) 26068 : audit 0 from='client.512700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:04.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:03 smithi194 bash[32038]: audit 2023-12-08T04:04:02.588044+0000 mgr.a (mgr.14403) 26068 : audit 0 from='client.512700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:04.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:03 smithi135 bash[32435]: audit 2023-12-08T04:04:02.588044+0000 mgr.a (mgr.14403) 26068 : audit 0 from='client.512700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:05.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:04 smithi079 bash[28699]: cluster 2023-12-08T04:04:03.668642+0000 mgr.a (mgr.14403) 26069 : cluster 0 pgmap v19469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:05.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:04 smithi194 bash[32038]: cluster 2023-12-08T04:04:03.668642+0000 mgr.a (mgr.14403) 26069 : cluster 0 pgmap v19469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:05.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:04 smithi135 bash[32435]: cluster 2023-12-08T04:04:03.668642+0000 mgr.a (mgr.14403) 26069 : cluster 0 pgmap v19469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:07.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:06 smithi079 bash[28699]: cluster 2023-12-08T04:04:05.669214+0000 mgr.a (mgr.14403) 26070 : cluster 0 pgmap v19470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:07.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:06 smithi194 bash[32038]: cluster 2023-12-08T04:04:05.669214+0000 mgr.a (mgr.14403) 26070 : cluster 0 pgmap v19470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:07.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:06 smithi135 bash[32435]: cluster 2023-12-08T04:04:05.669214+0000 mgr.a (mgr.14403) 26070 : cluster 0 pgmap v19470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:08.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:04:08.087 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:08.087 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:08.968 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:04:08.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:08.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:08.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:08.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:04:09.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:08 smithi079 bash[28699]: cluster 2023-12-08T04:04:07.669762+0000 mgr.a (mgr.14403) 26071 : cluster 0 pgmap v19471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:08 smithi194 bash[32038]: cluster 2023-12-08T04:04:07.669762+0000 mgr.a (mgr.14403) 26071 : cluster 0 pgmap v19471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:09.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:08 smithi135 bash[32435]: cluster 2023-12-08T04:04:07.669762+0000 mgr.a (mgr.14403) 26071 : cluster 0 pgmap v19471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:09 smithi079 bash[28699]: audit 2023-12-08T04:04:08.476061+0000 mgr.a (mgr.14403) 26072 : audit 0 from='client.512775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:10.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:09 smithi194 bash[32038]: audit 2023-12-08T04:04:08.476061+0000 mgr.a (mgr.14403) 26072 : audit 0 from='client.512775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:10.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:09 smithi135 bash[32435]: audit 2023-12-08T04:04:08.476061+0000 mgr.a (mgr.14403) 26072 : audit 0 from='client.512775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:11.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:10 smithi079 bash[28699]: cluster 2023-12-08T04:04:09.670833+0000 mgr.a (mgr.14403) 26073 : cluster 0 pgmap v19472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:11.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:10 smithi194 bash[32038]: cluster 2023-12-08T04:04:09.670833+0000 mgr.a (mgr.14403) 26073 : cluster 0 pgmap v19472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:11.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:10 smithi135 bash[32435]: cluster 2023-12-08T04:04:09.670833+0000 mgr.a (mgr.14403) 26073 : cluster 0 pgmap v19472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:13.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:12 smithi079 bash[28699]: cluster 2023-12-08T04:04:11.671407+0000 mgr.a (mgr.14403) 26074 : cluster 0 pgmap v19473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:12 smithi194 bash[32038]: cluster 2023-12-08T04:04:11.671407+0000 mgr.a (mgr.14403) 26074 : cluster 0 pgmap v19473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:13.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:12 smithi135 bash[32435]: cluster 2023-12-08T04:04:11.671407+0000 mgr.a (mgr.14403) 26074 : cluster 0 pgmap v19473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:13.971 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:04:13.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:13.972 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:14.875 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:04:14.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:14.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:14.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:14.876 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:04:15.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:14 smithi079 bash[28699]: cluster 2023-12-08T04:04:13.672078+0000 mgr.a (mgr.14403) 26075 : cluster 0 pgmap v19474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:14 smithi194 bash[32038]: cluster 2023-12-08T04:04:13.672078+0000 mgr.a (mgr.14403) 26075 : cluster 0 pgmap v19474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:15.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:14 smithi135 bash[32435]: cluster 2023-12-08T04:04:13.672078+0000 mgr.a (mgr.14403) 26075 : cluster 0 pgmap v19474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:16.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:15 smithi079 bash[28699]: audit 2023-12-08T04:04:14.372240+0000 mgr.a (mgr.14403) 26076 : audit 0 from='client.512847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:16.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:15 smithi194 bash[32038]: audit 2023-12-08T04:04:14.372240+0000 mgr.a (mgr.14403) 26076 : audit 0 from='client.512847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:16.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:15 smithi135 bash[32435]: audit 2023-12-08T04:04:14.372240+0000 mgr.a (mgr.14403) 26076 : audit 0 from='client.512847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:17.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:16 smithi079 bash[28699]: cluster 2023-12-08T04:04:15.672788+0000 mgr.a (mgr.14403) 26077 : cluster 0 pgmap v19475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:17.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:16 smithi194 bash[32038]: cluster 2023-12-08T04:04:15.672788+0000 mgr.a (mgr.14403) 26077 : cluster 0 pgmap v19475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:17.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:16 smithi135 bash[32435]: cluster 2023-12-08T04:04:15.672788+0000 mgr.a (mgr.14403) 26077 : cluster 0 pgmap v19475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:19.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:18 smithi079 bash[28699]: cluster 2023-12-08T04:04:17.673353+0000 mgr.a (mgr.14403) 26078 : cluster 0 pgmap v19476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:19.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:18 smithi194 bash[32038]: cluster 2023-12-08T04:04:17.673353+0000 mgr.a (mgr.14403) 26078 : cluster 0 pgmap v19476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:19.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:18 smithi135 bash[32435]: cluster 2023-12-08T04:04:17.673353+0000 mgr.a (mgr.14403) 26078 : cluster 0 pgmap v19476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:19.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:04:19.879 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:19.880 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:20.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:20.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:20.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:20.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:04:20.809 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:04:21.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:20 smithi194 bash[32038]: cluster 2023-12-08T04:04:19.674206+0000 mgr.a (mgr.14403) 26079 : cluster 0 pgmap v19477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:21.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:20 smithi135 bash[32435]: cluster 2023-12-08T04:04:19.674206+0000 mgr.a (mgr.14403) 26079 : cluster 0 pgmap v19477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:20 smithi079 bash[28699]: cluster 2023-12-08T04:04:19.674206+0000 mgr.a (mgr.14403) 26079 : cluster 0 pgmap v19477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:22.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:21 smithi194 bash[32038]: audit 2023-12-08T04:04:20.290093+0000 mgr.a (mgr.14403) 26080 : audit 0 from='client.512922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:22.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:21 smithi135 bash[32435]: audit 2023-12-08T04:04:20.290093+0000 mgr.a (mgr.14403) 26080 : audit 0 from='client.512922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:22.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:21 smithi079 bash[28699]: audit 2023-12-08T04:04:20.290093+0000 mgr.a (mgr.14403) 26080 : audit 0 from='client.512922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:23.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:22 smithi194 bash[32038]: cluster 2023-12-08T04:04:21.675092+0000 mgr.a (mgr.14403) 26081 : cluster 0 pgmap v19478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:23.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:22 smithi135 bash[32435]: cluster 2023-12-08T04:04:21.675092+0000 mgr.a (mgr.14403) 26081 : cluster 0 pgmap v19478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:23.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:22 smithi079 bash[28699]: cluster 2023-12-08T04:04:21.675092+0000 mgr.a (mgr.14403) 26081 : cluster 0 pgmap v19478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:24 smithi194 bash[32038]: cluster 2023-12-08T04:04:23.675895+0000 mgr.a (mgr.14403) 26082 : cluster 0 pgmap v19479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:25.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:24 smithi135 bash[32435]: cluster 2023-12-08T04:04:23.675895+0000 mgr.a (mgr.14403) 26082 : cluster 0 pgmap v19479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:24 smithi079 bash[28699]: cluster 2023-12-08T04:04:23.675895+0000 mgr.a (mgr.14403) 26082 : cluster 0 pgmap v19479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:25.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:04:25.811 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:25.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:26.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:26.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:26.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:26.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:04:26.730 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:04:27.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:26 smithi194 bash[32038]: cluster 2023-12-08T04:04:25.676440+0000 mgr.a (mgr.14403) 26083 : cluster 0 pgmap v19480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:27.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:26 smithi135 bash[32435]: cluster 2023-12-08T04:04:25.676440+0000 mgr.a (mgr.14403) 26083 : cluster 0 pgmap v19480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:26 smithi079 bash[28699]: cluster 2023-12-08T04:04:25.676440+0000 mgr.a (mgr.14403) 26083 : cluster 0 pgmap v19480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:28.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:27 smithi194 bash[32038]: audit 2023-12-08T04:04:26.212634+0000 mgr.a (mgr.14403) 26084 : audit 0 from='client.512997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:28.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:27 smithi135 bash[32435]: audit 2023-12-08T04:04:26.212634+0000 mgr.a (mgr.14403) 26084 : audit 0 from='client.512997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:28.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:27 smithi079 bash[28699]: audit 2023-12-08T04:04:26.212634+0000 mgr.a (mgr.14403) 26084 : audit 0 from='client.512997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:28 smithi194 bash[32038]: cluster 2023-12-08T04:04:27.677151+0000 mgr.a (mgr.14403) 26085 : cluster 0 pgmap v19481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:29.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:28 smithi135 bash[32435]: cluster 2023-12-08T04:04:27.677151+0000 mgr.a (mgr.14403) 26085 : cluster 0 pgmap v19481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:28 smithi079 bash[28699]: cluster 2023-12-08T04:04:27.677151+0000 mgr.a (mgr.14403) 26085 : cluster 0 pgmap v19481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:31.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:30 smithi194 bash[32038]: cluster 2023-12-08T04:04:29.677971+0000 mgr.a (mgr.14403) 26086 : cluster 0 pgmap v19482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:31.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:30 smithi135 bash[32435]: cluster 2023-12-08T04:04:29.677971+0000 mgr.a (mgr.14403) 26086 : cluster 0 pgmap v19482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:30 smithi079 bash[28699]: cluster 2023-12-08T04:04:29.677971+0000 mgr.a (mgr.14403) 26086 : cluster 0 pgmap v19482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:31.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:04:31.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:31.733 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:32.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:32.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:32.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:32.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:04:32.668 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:04:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:32 smithi194 bash[32038]: cluster 2023-12-08T04:04:31.678578+0000 mgr.a (mgr.14403) 26087 : cluster 0 pgmap v19483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:33.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:32 smithi135 bash[32435]: cluster 2023-12-08T04:04:31.678578+0000 mgr.a (mgr.14403) 26087 : cluster 0 pgmap v19483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:32 smithi079 bash[28699]: cluster 2023-12-08T04:04:31.678578+0000 mgr.a (mgr.14403) 26087 : cluster 0 pgmap v19483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:34.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:33 smithi135 bash[32435]: audit 2023-12-08T04:04:32.146008+0000 mgr.a (mgr.14403) 26088 : audit 0 from='client.513069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:34.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:33 smithi079 bash[28699]: audit 2023-12-08T04:04:32.146008+0000 mgr.a (mgr.14403) 26088 : audit 0 from='client.513069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:34.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:33 smithi194 bash[32038]: audit 2023-12-08T04:04:32.146008+0000 mgr.a (mgr.14403) 26088 : audit 0 from='client.513069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:34 smithi079 bash[28699]: cluster 2023-12-08T04:04:33.679583+0000 mgr.a (mgr.14403) 26089 : cluster 0 pgmap v19484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:35.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:34 smithi194 bash[32038]: cluster 2023-12-08T04:04:33.679583+0000 mgr.a (mgr.14403) 26089 : cluster 0 pgmap v19484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:34 smithi135 bash[32435]: cluster 2023-12-08T04:04:33.679583+0000 mgr.a (mgr.14403) 26089 : cluster 0 pgmap v19484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:04:37.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:36 smithi079 bash[28699]: cluster 2023-12-08T04:04:35.680175+0000 mgr.a (mgr.14403) 26090 : cluster 0 pgmap v19485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:37.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:36 smithi194 bash[32038]: cluster 2023-12-08T04:04:35.680175+0000 mgr.a (mgr.14403) 26090 : cluster 0 pgmap v19485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:37.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:36 smithi135 bash[32435]: cluster 2023-12-08T04:04:35.680175+0000 mgr.a (mgr.14403) 26090 : cluster 0 pgmap v19485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:37.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:04:37.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:37.672 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:38.589 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:04:38.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:38.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:38.589 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:38.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:04:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:38 smithi079 bash[28699]: cluster 2023-12-08T04:04:37.680678+0000 mgr.a (mgr.14403) 26091 : cluster 0 pgmap v19486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:38 smithi079 bash[28699]: audit 2023-12-08T04:04:38.075479+0000 mgr.a (mgr.14403) 26092 : audit 0 from='client.513147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:39.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:38 smithi194 bash[32038]: cluster 2023-12-08T04:04:37.680678+0000 mgr.a (mgr.14403) 26091 : cluster 0 pgmap v19486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:38 smithi194 bash[32038]: audit 2023-12-08T04:04:38.075479+0000 mgr.a (mgr.14403) 26092 : audit 0 from='client.513147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:38 smithi135 bash[32435]: cluster 2023-12-08T04:04:37.680678+0000 mgr.a (mgr.14403) 26091 : cluster 0 pgmap v19486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:38 smithi135 bash[32435]: audit 2023-12-08T04:04:38.075479+0000 mgr.a (mgr.14403) 26092 : audit 0 from='client.513147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:40 smithi079 bash[28699]: cluster 2023-12-08T04:04:39.681603+0000 mgr.a (mgr.14403) 26093 : cluster 0 pgmap v19487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:04:41.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:40 smithi194 bash[32038]: cluster 2023-12-08T04:04:39.681603+0000 mgr.a (mgr.14403) 26093 : cluster 0 pgmap v19487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:04:41.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:40 smithi135 bash[32435]: cluster 2023-12-08T04:04:39.681603+0000 mgr.a (mgr.14403) 26093 : cluster 0 pgmap v19487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:04:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:42 smithi079 bash[28699]: cluster 2023-12-08T04:04:41.682159+0000 mgr.a (mgr.14403) 26094 : cluster 0 pgmap v19488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:42 smithi194 bash[32038]: cluster 2023-12-08T04:04:41.682159+0000 mgr.a (mgr.14403) 26094 : cluster 0 pgmap v19488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:42 smithi135 bash[32435]: cluster 2023-12-08T04:04:41.682159+0000 mgr.a (mgr.14403) 26094 : cluster 0 pgmap v19488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:04:43.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:04:43.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:43.593 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:44.487 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:04:44.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:44.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:44.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:44.487 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:04:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:44 smithi079 bash[28699]: cluster 2023-12-08T04:04:43.682922+0000 mgr.a (mgr.14403) 26095 : cluster 0 pgmap v19489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:44 smithi079 bash[28699]: audit 2023-12-08T04:04:43.996226+0000 mgr.a (mgr.14403) 26096 : audit 0 from='client.513225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:45.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:44 smithi194 bash[32038]: cluster 2023-12-08T04:04:43.682922+0000 mgr.a (mgr.14403) 26095 : cluster 0 pgmap v19489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:44 smithi194 bash[32038]: audit 2023-12-08T04:04:43.996226+0000 mgr.a (mgr.14403) 26096 : audit 0 from='client.513225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:45.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:44 smithi135 bash[32435]: cluster 2023-12-08T04:04:43.682922+0000 mgr.a (mgr.14403) 26095 : cluster 0 pgmap v19489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:44 smithi135 bash[32435]: audit 2023-12-08T04:04:43.996226+0000 mgr.a (mgr.14403) 26096 : audit 0 from='client.513225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:47.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:46 smithi079 bash[28699]: cluster 2023-12-08T04:04:45.683602+0000 mgr.a (mgr.14403) 26097 : cluster 0 pgmap v19490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:47.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:46 smithi194 bash[32038]: cluster 2023-12-08T04:04:45.683602+0000 mgr.a (mgr.14403) 26097 : cluster 0 pgmap v19490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:46 smithi135 bash[32435]: cluster 2023-12-08T04:04:45.683602+0000 mgr.a (mgr.14403) 26097 : cluster 0 pgmap v19490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:48 smithi079 bash[28699]: cluster 2023-12-08T04:04:47.684153+0000 mgr.a (mgr.14403) 26098 : cluster 0 pgmap v19491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:49.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:48 smithi194 bash[32038]: cluster 2023-12-08T04:04:47.684153+0000 mgr.a (mgr.14403) 26098 : cluster 0 pgmap v19491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:49.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:48 smithi135 bash[32435]: cluster 2023-12-08T04:04:47.684153+0000 mgr.a (mgr.14403) 26098 : cluster 0 pgmap v19491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:04:49.490 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:04:49.491 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:49.491 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:50.390 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:04:50.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:50.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:50.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:50.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:04:51.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:50 smithi079 bash[28699]: cluster 2023-12-08T04:04:49.684917+0000 mgr.a (mgr.14403) 26099 : cluster 0 pgmap v19492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:50 smithi079 bash[28699]: audit 2023-12-08T04:04:49.894482+0000 mgr.a (mgr.14403) 26100 : audit 0 from='client.513300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:50 smithi194 bash[32038]: cluster 2023-12-08T04:04:49.684917+0000 mgr.a (mgr.14403) 26099 : cluster 0 pgmap v19492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:51.569 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:50 smithi194 bash[32038]: audit 2023-12-08T04:04:49.894482+0000 mgr.a (mgr.14403) 26100 : audit 0 from='client.513300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:51.569 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:50 smithi135 bash[32435]: cluster 2023-12-08T04:04:49.684917+0000 mgr.a (mgr.14403) 26099 : cluster 0 pgmap v19492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:51.570 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:50 smithi135 bash[32435]: audit 2023-12-08T04:04:49.894482+0000 mgr.a (mgr.14403) 26100 : audit 0 from='client.513300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:53.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:52 smithi079 bash[28699]: cluster 2023-12-08T04:04:51.685542+0000 mgr.a (mgr.14403) 26101 : cluster 0 pgmap v19493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:04:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:52 smithi194 bash[32038]: cluster 2023-12-08T04:04:51.685542+0000 mgr.a (mgr.14403) 26101 : cluster 0 pgmap v19493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:04:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:52 smithi135 bash[32435]: cluster 2023-12-08T04:04:51.685542+0000 mgr.a (mgr.14403) 26101 : cluster 0 pgmap v19493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:04:55.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:04:55.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:04:55.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:04:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:55 smithi079 bash[28699]: cluster 2023-12-08T04:04:53.686369+0000 mgr.a (mgr.14403) 26102 : cluster 0 pgmap v19494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:04:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:55 smithi194 bash[32038]: cluster 2023-12-08T04:04:53.686369+0000 mgr.a (mgr.14403) 26102 : cluster 0 pgmap v19494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:04:55.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:55 smithi135 bash[32435]: cluster 2023-12-08T04:04:53.686369+0000 mgr.a (mgr.14403) 26102 : cluster 0 pgmap v19494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:04:56.310 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:04:56.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:04:56.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:04:56.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:04:56.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:04:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:56 smithi079 bash[28699]: audit 2023-12-08T04:04:55.932932+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:04:56.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:56 smithi194 bash[32038]: audit 2023-12-08T04:04:55.932932+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:04:56.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:56 smithi135 bash[32435]: audit 2023-12-08T04:04:55.932932+0000 mon.a (mon.0) 4047 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:04:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:57 smithi079 bash[28699]: cluster 2023-12-08T04:04:55.686767+0000 mgr.a (mgr.14403) 26103 : cluster 0 pgmap v19495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:57 smithi079 bash[28699]: audit 2023-12-08T04:04:55.805195+0000 mgr.a (mgr.14403) 26104 : audit 0 from='client.360404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:57 smithi079 bash[28699]: audit 2023-12-08T04:04:56.524209+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:04:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:57 smithi079 bash[28699]: audit 2023-12-08T04:04:56.536387+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:04:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:57 smithi194 bash[32038]: cluster 2023-12-08T04:04:55.686767+0000 mgr.a (mgr.14403) 26103 : cluster 0 pgmap v19495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:57 smithi194 bash[32038]: audit 2023-12-08T04:04:55.805195+0000 mgr.a (mgr.14403) 26104 : audit 0 from='client.360404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:57 smithi194 bash[32038]: audit 2023-12-08T04:04:56.524209+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:04:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:57 smithi194 bash[32038]: audit 2023-12-08T04:04:56.536387+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:04:57.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:57 smithi135 bash[32435]: cluster 2023-12-08T04:04:55.686767+0000 mgr.a (mgr.14403) 26103 : cluster 0 pgmap v19495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:57 smithi135 bash[32435]: audit 2023-12-08T04:04:55.805195+0000 mgr.a (mgr.14403) 26104 : audit 0 from='client.360404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:04:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:57 smithi135 bash[32435]: audit 2023-12-08T04:04:56.524209+0000 mon.a (mon.0) 4048 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:04:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:57 smithi135 bash[32435]: audit 2023-12-08T04:04:56.536387+0000 mon.a (mon.0) 4049 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:04:58.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:58 smithi079 bash[28699]: audit 2023-12-08T04:04:57.229713+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:04:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:58 smithi079 bash[28699]: audit 2023-12-08T04:04:57.231649+0000 mon.a (mon.0) 4051 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:04:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:58 smithi079 bash[28699]: audit 2023-12-08T04:04:57.240552+0000 mon.a (mon.0) 4052 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:04:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:58 smithi194 bash[32038]: audit 2023-12-08T04:04:57.229713+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:04:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:58 smithi194 bash[32038]: audit 2023-12-08T04:04:57.231649+0000 mon.a (mon.0) 4051 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:04:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:58 smithi194 bash[32038]: audit 2023-12-08T04:04:57.240552+0000 mon.a (mon.0) 4052 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:04:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:58 smithi135 bash[32435]: audit 2023-12-08T04:04:57.229713+0000 mon.a (mon.0) 4050 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:04:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:58 smithi135 bash[32435]: audit 2023-12-08T04:04:57.231649+0000 mon.a (mon.0) 4051 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:04:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:58 smithi135 bash[32435]: audit 2023-12-08T04:04:57.240552+0000 mon.a (mon.0) 4052 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:04:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:04:59 smithi079 bash[28699]: cluster 2023-12-08T04:04:57.687433+0000 mgr.a (mgr.14403) 26105 : cluster 0 pgmap v19496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:04:59 smithi194 bash[32038]: cluster 2023-12-08T04:04:57.687433+0000 mgr.a (mgr.14403) 26105 : cluster 0 pgmap v19496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:04:59.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:04:59 smithi135 bash[32435]: cluster 2023-12-08T04:04:57.687433+0000 mgr.a (mgr.14403) 26105 : cluster 0 pgmap v19496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:01.273 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:01 smithi194 bash[32038]: cluster 2023-12-08T04:04:59.688231+0000 mgr.a (mgr.14403) 26106 : cluster 0 pgmap v19497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:01.313 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:05:01.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:01.314 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:01 smithi079 bash[28699]: cluster 2023-12-08T04:04:59.688231+0000 mgr.a (mgr.14403) 26106 : cluster 0 pgmap v19497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:01 smithi135 bash[32435]: cluster 2023-12-08T04:04:59.688231+0000 mgr.a (mgr.14403) 26106 : cluster 0 pgmap v19497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:02.251 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:05:02.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:02.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:02.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:02.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:05:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:03 smithi079 bash[28699]: cluster 2023-12-08T04:05:01.688766+0000 mgr.a (mgr.14403) 26107 : cluster 0 pgmap v19498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:03 smithi079 bash[28699]: audit 2023-12-08T04:05:01.720931+0000 mgr.a (mgr.14403) 26108 : audit 0 from='client.513447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:03 smithi194 bash[32038]: cluster 2023-12-08T04:05:01.688766+0000 mgr.a (mgr.14403) 26107 : cluster 0 pgmap v19498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:03 smithi194 bash[32038]: audit 2023-12-08T04:05:01.720931+0000 mgr.a (mgr.14403) 26108 : audit 0 from='client.513447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:03 smithi135 bash[32435]: cluster 2023-12-08T04:05:01.688766+0000 mgr.a (mgr.14403) 26107 : cluster 0 pgmap v19498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:03 smithi135 bash[32435]: audit 2023-12-08T04:05:01.720931+0000 mgr.a (mgr.14403) 26108 : audit 0 from='client.513447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:05 smithi079 bash[28699]: cluster 2023-12-08T04:05:03.689570+0000 mgr.a (mgr.14403) 26109 : cluster 0 pgmap v19499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:05.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:05 smithi194 bash[32038]: cluster 2023-12-08T04:05:03.689570+0000 mgr.a (mgr.14403) 26109 : cluster 0 pgmap v19499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:05 smithi135 bash[32435]: cluster 2023-12-08T04:05:03.689570+0000 mgr.a (mgr.14403) 26109 : cluster 0 pgmap v19499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:07.254 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:05:07.255 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:07.255 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:07.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:07 smithi079 bash[28699]: cluster 2023-12-08T04:05:05.690118+0000 mgr.a (mgr.14403) 26110 : cluster 0 pgmap v19500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:07 smithi194 bash[32038]: cluster 2023-12-08T04:05:05.690118+0000 mgr.a (mgr.14403) 26110 : cluster 0 pgmap v19500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:07.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:07 smithi135 bash[32435]: cluster 2023-12-08T04:05:05.690118+0000 mgr.a (mgr.14403) 26110 : cluster 0 pgmap v19500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:08.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:08.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:08.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:08.158 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:05:08.159 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:05:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:09 smithi079 bash[28699]: audit 2023-12-08T04:05:07.663282+0000 mgr.a (mgr.14403) 26111 : audit 0 from='client.513519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:09 smithi079 bash[28699]: cluster 2023-12-08T04:05:07.690916+0000 mgr.a (mgr.14403) 26112 : cluster 0 pgmap v19501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:09.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:09 smithi194 bash[32038]: audit 2023-12-08T04:05:07.663282+0000 mgr.a (mgr.14403) 26111 : audit 0 from='client.513519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:09 smithi194 bash[32038]: cluster 2023-12-08T04:05:07.690916+0000 mgr.a (mgr.14403) 26112 : cluster 0 pgmap v19501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:09.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:09 smithi135 bash[32435]: audit 2023-12-08T04:05:07.663282+0000 mgr.a (mgr.14403) 26111 : audit 0 from='client.513519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:09 smithi135 bash[32435]: cluster 2023-12-08T04:05:07.690916+0000 mgr.a (mgr.14403) 26112 : cluster 0 pgmap v19501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:11 smithi079 bash[28699]: cluster 2023-12-08T04:05:09.691850+0000 mgr.a (mgr.14403) 26113 : cluster 0 pgmap v19502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:11 smithi194 bash[32038]: cluster 2023-12-08T04:05:09.691850+0000 mgr.a (mgr.14403) 26113 : cluster 0 pgmap v19502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:11.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:11 smithi135 bash[32435]: cluster 2023-12-08T04:05:09.691850+0000 mgr.a (mgr.14403) 26113 : cluster 0 pgmap v19502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:13.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:05:13.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:13.161 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:13 smithi079 bash[28699]: cluster 2023-12-08T04:05:11.692440+0000 mgr.a (mgr.14403) 26114 : cluster 0 pgmap v19503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:13.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:13 smithi194 bash[32038]: cluster 2023-12-08T04:05:11.692440+0000 mgr.a (mgr.14403) 26114 : cluster 0 pgmap v19503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:13.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:13 smithi135 bash[32435]: cluster 2023-12-08T04:05:11.692440+0000 mgr.a (mgr.14403) 26114 : cluster 0 pgmap v19503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:14.082 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:05:14.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:14.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:14.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:14.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:05:15.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:15 smithi079 bash[28699]: audit 2023-12-08T04:05:13.568565+0000 mgr.a (mgr.14403) 26115 : audit 0 from='client.513594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:15 smithi079 bash[28699]: cluster 2023-12-08T04:05:13.693296+0000 mgr.a (mgr.14403) 26116 : cluster 0 pgmap v19504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:15 smithi194 bash[32038]: audit 2023-12-08T04:05:13.568565+0000 mgr.a (mgr.14403) 26115 : audit 0 from='client.513594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:15 smithi194 bash[32038]: cluster 2023-12-08T04:05:13.693296+0000 mgr.a (mgr.14403) 26116 : cluster 0 pgmap v19504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:15.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:15 smithi135 bash[32435]: audit 2023-12-08T04:05:13.568565+0000 mgr.a (mgr.14403) 26115 : audit 0 from='client.513594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:15 smithi135 bash[32435]: cluster 2023-12-08T04:05:13.693296+0000 mgr.a (mgr.14403) 26116 : cluster 0 pgmap v19504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:17.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:17 smithi079 bash[28699]: cluster 2023-12-08T04:05:15.693976+0000 mgr.a (mgr.14403) 26117 : cluster 0 pgmap v19505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:17 smithi194 bash[32038]: cluster 2023-12-08T04:05:15.693976+0000 mgr.a (mgr.14403) 26117 : cluster 0 pgmap v19505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:17.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:17 smithi135 bash[32435]: cluster 2023-12-08T04:05:15.693976+0000 mgr.a (mgr.14403) 26117 : cluster 0 pgmap v19505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:19.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:05:19.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:19.085 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:19 smithi079 bash[28699]: cluster 2023-12-08T04:05:17.694653+0000 mgr.a (mgr.14403) 26118 : cluster 0 pgmap v19506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:19.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:19 smithi194 bash[32038]: cluster 2023-12-08T04:05:17.694653+0000 mgr.a (mgr.14403) 26118 : cluster 0 pgmap v19506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:19.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:19 smithi135 bash[32435]: cluster 2023-12-08T04:05:17.694653+0000 mgr.a (mgr.14403) 26118 : cluster 0 pgmap v19506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:20.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:20.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:20.011 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:05:20.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:20.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:05:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:21 smithi079 bash[28699]: audit 2023-12-08T04:05:19.498672+0000 mgr.a (mgr.14403) 26119 : audit 0 from='client.513666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:21 smithi079 bash[28699]: cluster 2023-12-08T04:05:19.695917+0000 mgr.a (mgr.14403) 26120 : cluster 0 pgmap v19507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:21 smithi194 bash[32038]: audit 2023-12-08T04:05:19.498672+0000 mgr.a (mgr.14403) 26119 : audit 0 from='client.513666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:21 smithi194 bash[32038]: cluster 2023-12-08T04:05:19.695917+0000 mgr.a (mgr.14403) 26120 : cluster 0 pgmap v19507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:21.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:21 smithi135 bash[32435]: audit 2023-12-08T04:05:19.498672+0000 mgr.a (mgr.14403) 26119 : audit 0 from='client.513666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:21.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:21 smithi135 bash[32435]: cluster 2023-12-08T04:05:19.695917+0000 mgr.a (mgr.14403) 26120 : cluster 0 pgmap v19507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:23.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:23 smithi079 bash[28699]: cluster 2023-12-08T04:05:21.696613+0000 mgr.a (mgr.14403) 26121 : cluster 0 pgmap v19508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:23 smithi194 bash[32038]: cluster 2023-12-08T04:05:21.696613+0000 mgr.a (mgr.14403) 26121 : cluster 0 pgmap v19508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:23.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:23 smithi135 bash[32435]: cluster 2023-12-08T04:05:21.696613+0000 mgr.a (mgr.14403) 26121 : cluster 0 pgmap v19508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:25.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:05:25.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:25.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:25 smithi079 bash[28699]: cluster 2023-12-08T04:05:23.697418+0000 mgr.a (mgr.14403) 26122 : cluster 0 pgmap v19509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:25 smithi194 bash[32038]: cluster 2023-12-08T04:05:23.697418+0000 mgr.a (mgr.14403) 26122 : cluster 0 pgmap v19509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:25 smithi135 bash[32435]: cluster 2023-12-08T04:05:23.697418+0000 mgr.a (mgr.14403) 26122 : cluster 0 pgmap v19509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:25.966 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:05:25.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:25.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:25.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:25.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:05:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:27 smithi079 bash[28699]: audit 2023-12-08T04:05:25.429516+0000 mgr.a (mgr.14403) 26123 : audit 0 from='client.513741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:27 smithi079 bash[28699]: cluster 2023-12-08T04:05:25.706516+0000 mgr.a (mgr.14403) 26124 : cluster 0 pgmap v19510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:27 smithi194 bash[32038]: audit 2023-12-08T04:05:25.429516+0000 mgr.a (mgr.14403) 26123 : audit 0 from='client.513741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:27 smithi194 bash[32038]: cluster 2023-12-08T04:05:25.706516+0000 mgr.a (mgr.14403) 26124 : cluster 0 pgmap v19510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:27.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:27 smithi135 bash[32435]: audit 2023-12-08T04:05:25.429516+0000 mgr.a (mgr.14403) 26123 : audit 0 from='client.513741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:27 smithi135 bash[32435]: cluster 2023-12-08T04:05:25.706516+0000 mgr.a (mgr.14403) 26124 : cluster 0 pgmap v19510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:29 smithi079 bash[28699]: cluster 2023-12-08T04:05:27.707542+0000 mgr.a (mgr.14403) 26125 : cluster 0 pgmap v19511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:29 smithi194 bash[32038]: cluster 2023-12-08T04:05:27.707542+0000 mgr.a (mgr.14403) 26125 : cluster 0 pgmap v19511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:29.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:29 smithi135 bash[32435]: cluster 2023-12-08T04:05:27.707542+0000 mgr.a (mgr.14403) 26125 : cluster 0 pgmap v19511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:30.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:05:30.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:30.970 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:31 smithi079 bash[28699]: cluster 2023-12-08T04:05:29.708381+0000 mgr.a (mgr.14403) 26126 : cluster 0 pgmap v19512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:31 smithi194 bash[32038]: cluster 2023-12-08T04:05:29.708381+0000 mgr.a (mgr.14403) 26126 : cluster 0 pgmap v19512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:31.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:31 smithi135 bash[32435]: cluster 2023-12-08T04:05:29.708381+0000 mgr.a (mgr.14403) 26126 : cluster 0 pgmap v19512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:31.868 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:05:31.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:31.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:31.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:31.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:05:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:33 smithi079 bash[28699]: audit 2023-12-08T04:05:31.369991+0000 mgr.a (mgr.14403) 26127 : audit 0 from='client.513816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:33 smithi079 bash[28699]: cluster 2023-12-08T04:05:31.708858+0000 mgr.a (mgr.14403) 26128 : cluster 0 pgmap v19513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:33 smithi194 bash[32038]: audit 2023-12-08T04:05:31.369991+0000 mgr.a (mgr.14403) 26127 : audit 0 from='client.513816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:33 smithi194 bash[32038]: cluster 2023-12-08T04:05:31.708858+0000 mgr.a (mgr.14403) 26128 : cluster 0 pgmap v19513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:33 smithi135 bash[32435]: audit 2023-12-08T04:05:31.369991+0000 mgr.a (mgr.14403) 26127 : audit 0 from='client.513816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:33 smithi135 bash[32435]: cluster 2023-12-08T04:05:31.708858+0000 mgr.a (mgr.14403) 26128 : cluster 0 pgmap v19513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:35 smithi079 bash[28699]: cluster 2023-12-08T04:05:33.709833+0000 mgr.a (mgr.14403) 26129 : cluster 0 pgmap v19514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:35 smithi194 bash[32038]: cluster 2023-12-08T04:05:33.709833+0000 mgr.a (mgr.14403) 26129 : cluster 0 pgmap v19514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:35.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:35 smithi135 bash[32435]: cluster 2023-12-08T04:05:33.709833+0000 mgr.a (mgr.14403) 26129 : cluster 0 pgmap v19514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:36.871 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:05:36.871 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:36.872 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:37.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:37 smithi079 bash[28699]: cluster 2023-12-08T04:05:35.710440+0000 mgr.a (mgr.14403) 26130 : cluster 0 pgmap v19515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:37 smithi194 bash[32038]: cluster 2023-12-08T04:05:35.710440+0000 mgr.a (mgr.14403) 26130 : cluster 0 pgmap v19515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:37.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:37 smithi135 bash[32435]: cluster 2023-12-08T04:05:35.710440+0000 mgr.a (mgr.14403) 26130 : cluster 0 pgmap v19515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:37.769 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:05:37.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:37.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:37.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:37.770 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:05:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:39 smithi079 bash[28699]: audit 2023-12-08T04:05:37.269153+0000 mgr.a (mgr.14403) 26131 : audit 0 from='client.513894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:39 smithi079 bash[28699]: cluster 2023-12-08T04:05:37.711051+0000 mgr.a (mgr.14403) 26132 : cluster 0 pgmap v19516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:39 smithi194 bash[32038]: audit 2023-12-08T04:05:37.269153+0000 mgr.a (mgr.14403) 26131 : audit 0 from='client.513894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:39 smithi194 bash[32038]: cluster 2023-12-08T04:05:37.711051+0000 mgr.a (mgr.14403) 26132 : cluster 0 pgmap v19516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:39.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:39 smithi135 bash[32435]: audit 2023-12-08T04:05:37.269153+0000 mgr.a (mgr.14403) 26131 : audit 0 from='client.513894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:39 smithi135 bash[32435]: cluster 2023-12-08T04:05:37.711051+0000 mgr.a (mgr.14403) 26132 : cluster 0 pgmap v19516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:41 smithi079 bash[28699]: cluster 2023-12-08T04:05:39.711878+0000 mgr.a (mgr.14403) 26133 : cluster 0 pgmap v19517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:41 smithi194 bash[32038]: cluster 2023-12-08T04:05:39.711878+0000 mgr.a (mgr.14403) 26133 : cluster 0 pgmap v19517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:41 smithi135 bash[32435]: cluster 2023-12-08T04:05:39.711878+0000 mgr.a (mgr.14403) 26133 : cluster 0 pgmap v19517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:05:42.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:05:42.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:42.773 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:43 smithi079 bash[28699]: cluster 2023-12-08T04:05:41.712384+0000 mgr.a (mgr.14403) 26134 : cluster 0 pgmap v19518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:43.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:43 smithi194 bash[32038]: cluster 2023-12-08T04:05:41.712384+0000 mgr.a (mgr.14403) 26134 : cluster 0 pgmap v19518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:43.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:43 smithi135 bash[32435]: cluster 2023-12-08T04:05:41.712384+0000 mgr.a (mgr.14403) 26134 : cluster 0 pgmap v19518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:43.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:43.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:43.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:43.688 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:05:43.688 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:05:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:45 smithi079 bash[28699]: audit 2023-12-08T04:05:43.179857+0000 mgr.a (mgr.14403) 26135 : audit 0 from='client.513972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:45 smithi079 bash[28699]: cluster 2023-12-08T04:05:43.713325+0000 mgr.a (mgr.14403) 26136 : cluster 0 pgmap v19519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:05:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:45 smithi194 bash[32038]: audit 2023-12-08T04:05:43.179857+0000 mgr.a (mgr.14403) 26135 : audit 0 from='client.513972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:45 smithi194 bash[32038]: cluster 2023-12-08T04:05:43.713325+0000 mgr.a (mgr.14403) 26136 : cluster 0 pgmap v19519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:05:45.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:45 smithi135 bash[32435]: audit 2023-12-08T04:05:43.179857+0000 mgr.a (mgr.14403) 26135 : audit 0 from='client.513972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:45 smithi135 bash[32435]: cluster 2023-12-08T04:05:43.713325+0000 mgr.a (mgr.14403) 26136 : cluster 0 pgmap v19519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:05:46.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:46 smithi079 bash[28699]: cluster 2023-12-08T04:05:45.713913+0000 mgr.a (mgr.14403) 26137 : cluster 0 pgmap v19520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:05:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:46 smithi194 bash[32038]: cluster 2023-12-08T04:05:45.713913+0000 mgr.a (mgr.14403) 26137 : cluster 0 pgmap v19520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:05:46.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:46 smithi135 bash[32435]: cluster 2023-12-08T04:05:45.713913+0000 mgr.a (mgr.14403) 26137 : cluster 0 pgmap v19520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:05:48.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:05:48.692 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:48.692 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:49.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:48 smithi079 bash[28699]: cluster 2023-12-08T04:05:47.714485+0000 mgr.a (mgr.14403) 26138 : cluster 0 pgmap v19521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:05:49.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:48 smithi194 bash[32038]: cluster 2023-12-08T04:05:47.714485+0000 mgr.a (mgr.14403) 26138 : cluster 0 pgmap v19521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:05:49.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:48 smithi135 bash[32435]: cluster 2023-12-08T04:05:47.714485+0000 mgr.a (mgr.14403) 26138 : cluster 0 pgmap v19521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:05:49.601 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:05:49.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:49.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:49.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:49.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:05:50.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:49 smithi079 bash[28699]: audit 2023-12-08T04:05:49.097570+0000 mgr.a (mgr.14403) 26139 : audit 0 from='client.514050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:49 smithi194 bash[32038]: audit 2023-12-08T04:05:49.097570+0000 mgr.a (mgr.14403) 26139 : audit 0 from='client.514050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:50.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:49 smithi135 bash[32435]: audit 2023-12-08T04:05:49.097570+0000 mgr.a (mgr.14403) 26139 : audit 0 from='client.514050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:51.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:50 smithi079 bash[28699]: cluster 2023-12-08T04:05:49.715568+0000 mgr.a (mgr.14403) 26140 : cluster 0 pgmap v19522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:50 smithi194 bash[32038]: cluster 2023-12-08T04:05:49.715568+0000 mgr.a (mgr.14403) 26140 : cluster 0 pgmap v19522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:51.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:50 smithi135 bash[32435]: cluster 2023-12-08T04:05:49.715568+0000 mgr.a (mgr.14403) 26140 : cluster 0 pgmap v19522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:52 smithi079 bash[28699]: cluster 2023-12-08T04:05:51.716143+0000 mgr.a (mgr.14403) 26141 : cluster 0 pgmap v19523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:53.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:52 smithi194 bash[32038]: cluster 2023-12-08T04:05:51.716143+0000 mgr.a (mgr.14403) 26141 : cluster 0 pgmap v19523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:53.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:52 smithi135 bash[32435]: cluster 2023-12-08T04:05:51.716143+0000 mgr.a (mgr.14403) 26141 : cluster 0 pgmap v19523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:05:54.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:05:54.605 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:05:54.605 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:05:55.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:54 smithi079 bash[28699]: cluster 2023-12-08T04:05:53.717018+0000 mgr.a (mgr.14403) 26142 : cluster 0 pgmap v19524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:54 smithi194 bash[32038]: cluster 2023-12-08T04:05:53.717018+0000 mgr.a (mgr.14403) 26142 : cluster 0 pgmap v19524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:55.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:54 smithi135 bash[32435]: cluster 2023-12-08T04:05:53.717018+0000 mgr.a (mgr.14403) 26142 : cluster 0 pgmap v19524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:05:55.521 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:05:55.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:05:55.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:05:55.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:05:55.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:05:56.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:55 smithi079 bash[28699]: audit 2023-12-08T04:05:55.002553+0000 mgr.a (mgr.14403) 26143 : audit 0 from='client.514125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:55 smithi194 bash[32038]: audit 2023-12-08T04:05:55.002553+0000 mgr.a (mgr.14403) 26143 : audit 0 from='client.514125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:55 smithi135 bash[32435]: audit 2023-12-08T04:05:55.002553+0000 mgr.a (mgr.14403) 26143 : audit 0 from='client.514125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:05:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:56 smithi079 bash[28699]: cluster 2023-12-08T04:05:55.717747+0000 mgr.a (mgr.14403) 26144 : cluster 0 pgmap v19525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:05:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:56 smithi194 bash[32038]: cluster 2023-12-08T04:05:55.717747+0000 mgr.a (mgr.14403) 26144 : cluster 0 pgmap v19525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:05:57.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:56 smithi135 bash[32435]: cluster 2023-12-08T04:05:55.717747+0000 mgr.a (mgr.14403) 26144 : cluster 0 pgmap v19525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:05:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:57 smithi079 bash[28699]: audit 2023-12-08T04:05:57.342829+0000 mon.a (mon.0) 4053 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:05:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:57 smithi079 bash[28699]: audit 2023-12-08T04:05:57.876462+0000 mon.a (mon.0) 4054 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:05:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:57 smithi194 bash[32038]: audit 2023-12-08T04:05:57.342829+0000 mon.a (mon.0) 4053 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:05:58.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:57 smithi194 bash[32038]: audit 2023-12-08T04:05:57.876462+0000 mon.a (mon.0) 4054 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:05:58.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:57 smithi135 bash[32435]: audit 2023-12-08T04:05:57.342829+0000 mon.a (mon.0) 4053 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:05:58.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:57 smithi135 bash[32435]: audit 2023-12-08T04:05:57.876462+0000 mon.a (mon.0) 4054 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:05:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:58 smithi194 bash[32038]: cluster 2023-12-08T04:05:57.718304+0000 mgr.a (mgr.14403) 26145 : cluster 0 pgmap v19526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:05:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:58 smithi194 bash[32038]: audit 2023-12-08T04:05:57.895863+0000 mon.a (mon.0) 4055 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:05:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:58 smithi194 bash[32038]: audit 2023-12-08T04:05:58.594017+0000 mon.a (mon.0) 4056 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:05:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:58 smithi194 bash[32038]: audit 2023-12-08T04:05:58.595931+0000 mon.a (mon.0) 4057 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:05:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:05:58 smithi194 bash[32038]: audit 2023-12-08T04:05:58.605538+0000 mon.a (mon.0) 4058 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:05:59.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:58 smithi135 bash[32435]: cluster 2023-12-08T04:05:57.718304+0000 mgr.a (mgr.14403) 26145 : cluster 0 pgmap v19526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:05:59.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:58 smithi135 bash[32435]: audit 2023-12-08T04:05:57.895863+0000 mon.a (mon.0) 4055 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:05:59.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:58 smithi135 bash[32435]: audit 2023-12-08T04:05:58.594017+0000 mon.a (mon.0) 4056 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:05:59.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:58 smithi135 bash[32435]: audit 2023-12-08T04:05:58.595931+0000 mon.a (mon.0) 4057 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:05:59.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:05:58 smithi135 bash[32435]: audit 2023-12-08T04:05:58.605538+0000 mon.a (mon.0) 4058 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:05:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:58 smithi079 bash[28699]: cluster 2023-12-08T04:05:57.718304+0000 mgr.a (mgr.14403) 26145 : cluster 0 pgmap v19526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:05:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:58 smithi079 bash[28699]: audit 2023-12-08T04:05:57.895863+0000 mon.a (mon.0) 4055 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:05:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:58 smithi079 bash[28699]: audit 2023-12-08T04:05:58.594017+0000 mon.a (mon.0) 4056 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:05:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:58 smithi079 bash[28699]: audit 2023-12-08T04:05:58.595931+0000 mon.a (mon.0) 4057 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:05:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:05:58 smithi079 bash[28699]: audit 2023-12-08T04:05:58.605538+0000 mon.a (mon.0) 4058 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:06:00.525 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:06:00.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:00.526 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:00 smithi194 bash[32038]: cluster 2023-12-08T04:05:59.719128+0000 mgr.a (mgr.14403) 26146 : cluster 0 pgmap v19527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:06:01.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:00 smithi135 bash[32435]: cluster 2023-12-08T04:05:59.719128+0000 mgr.a (mgr.14403) 26146 : cluster 0 pgmap v19527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:06:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:00 smithi079 bash[28699]: cluster 2023-12-08T04:05:59.719128+0000 mgr.a (mgr.14403) 26146 : cluster 0 pgmap v19527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:06:01.404 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:06:01.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:01.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:01.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:01.405 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:06:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:01 smithi194 bash[32038]: audit 2023-12-08T04:06:00.922128+0000 mgr.a (mgr.14403) 26147 : audit 0 from='client.514200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:02.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:01 smithi135 bash[32435]: audit 2023-12-08T04:06:00.922128+0000 mgr.a (mgr.14403) 26147 : audit 0 from='client.514200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:02.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:01 smithi079 bash[28699]: audit 2023-12-08T04:06:00.922128+0000 mgr.a (mgr.14403) 26147 : audit 0 from='client.514200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:03.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:02 smithi194 bash[32038]: cluster 2023-12-08T04:06:01.719996+0000 mgr.a (mgr.14403) 26148 : cluster 0 pgmap v19528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:03.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:02 smithi135 bash[32435]: cluster 2023-12-08T04:06:01.719996+0000 mgr.a (mgr.14403) 26148 : cluster 0 pgmap v19528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:02 smithi079 bash[28699]: cluster 2023-12-08T04:06:01.719996+0000 mgr.a (mgr.14403) 26148 : cluster 0 pgmap v19528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:05.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:04 smithi194 bash[32038]: cluster 2023-12-08T04:06:03.720764+0000 mgr.a (mgr.14403) 26149 : cluster 0 pgmap v19529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:05.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:04 smithi135 bash[32435]: cluster 2023-12-08T04:06:03.720764+0000 mgr.a (mgr.14403) 26149 : cluster 0 pgmap v19529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:04 smithi079 bash[28699]: cluster 2023-12-08T04:06:03.720764+0000 mgr.a (mgr.14403) 26149 : cluster 0 pgmap v19529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:06.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:06:06.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:06.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:07.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:06 smithi194 bash[32038]: cluster 2023-12-08T04:06:05.721296+0000 mgr.a (mgr.14403) 26150 : cluster 0 pgmap v19530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:07.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:06 smithi135 bash[32435]: cluster 2023-12-08T04:06:05.721296+0000 mgr.a (mgr.14403) 26150 : cluster 0 pgmap v19530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:07.342 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:06:07.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:07.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:07.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:07.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:06:07.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:06 smithi079 bash[28699]: cluster 2023-12-08T04:06:05.721296+0000 mgr.a (mgr.14403) 26150 : cluster 0 pgmap v19530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:07 smithi194 bash[32038]: audit 2023-12-08T04:06:06.821679+0000 mgr.a (mgr.14403) 26151 : audit 0 from='client.388015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:07 smithi135 bash[32435]: audit 2023-12-08T04:06:06.821679+0000 mgr.a (mgr.14403) 26151 : audit 0 from='client.388015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:08.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:07 smithi079 bash[28699]: audit 2023-12-08T04:06:06.821679+0000 mgr.a (mgr.14403) 26151 : audit 0 from='client.388015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:09.204 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:08 smithi194 bash[32038]: cluster 2023-12-08T04:06:07.721986+0000 mgr.a (mgr.14403) 26152 : cluster 0 pgmap v19531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:09.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:08 smithi135 bash[32435]: cluster 2023-12-08T04:06:07.721986+0000 mgr.a (mgr.14403) 26152 : cluster 0 pgmap v19531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:08 smithi079 bash[28699]: cluster 2023-12-08T04:06:07.721986+0000 mgr.a (mgr.14403) 26152 : cluster 0 pgmap v19531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:10 smithi194 bash[32038]: cluster 2023-12-08T04:06:09.722800+0000 mgr.a (mgr.14403) 26153 : cluster 0 pgmap v19532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:11.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:10 smithi135 bash[32435]: cluster 2023-12-08T04:06:09.722800+0000 mgr.a (mgr.14403) 26153 : cluster 0 pgmap v19532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:10 smithi079 bash[28699]: cluster 2023-12-08T04:06:09.722800+0000 mgr.a (mgr.14403) 26153 : cluster 0 pgmap v19532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:12.344 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:06:12.345 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:12.345 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:12 smithi194 bash[32038]: cluster 2023-12-08T04:06:11.723506+0000 mgr.a (mgr.14403) 26154 : cluster 0 pgmap v19533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:13.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:12 smithi135 bash[32435]: cluster 2023-12-08T04:06:11.723506+0000 mgr.a (mgr.14403) 26154 : cluster 0 pgmap v19533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:13.248 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:06:13.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:13.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:13.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:13.249 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:06:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:12 smithi079 bash[28699]: cluster 2023-12-08T04:06:11.723506+0000 mgr.a (mgr.14403) 26154 : cluster 0 pgmap v19533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:13 smithi194 bash[32038]: audit 2023-12-08T04:06:12.743311+0000 mgr.a (mgr.14403) 26155 : audit 0 from='client.514347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:14.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:13 smithi135 bash[32435]: audit 2023-12-08T04:06:12.743311+0000 mgr.a (mgr.14403) 26155 : audit 0 from='client.514347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:14.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:13 smithi079 bash[28699]: audit 2023-12-08T04:06:12.743311+0000 mgr.a (mgr.14403) 26155 : audit 0 from='client.514347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:14 smithi194 bash[32038]: cluster 2023-12-08T04:06:13.724334+0000 mgr.a (mgr.14403) 26156 : cluster 0 pgmap v19534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:15.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:14 smithi135 bash[32435]: cluster 2023-12-08T04:06:13.724334+0000 mgr.a (mgr.14403) 26156 : cluster 0 pgmap v19534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:15.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:14 smithi079 bash[28699]: cluster 2023-12-08T04:06:13.724334+0000 mgr.a (mgr.14403) 26156 : cluster 0 pgmap v19534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:17.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:16 smithi135 bash[32435]: cluster 2023-12-08T04:06:15.724876+0000 mgr.a (mgr.14403) 26157 : cluster 0 pgmap v19535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:17.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:16 smithi079 bash[28699]: cluster 2023-12-08T04:06:15.724876+0000 mgr.a (mgr.14403) 26157 : cluster 0 pgmap v19535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:16 smithi194 bash[32038]: cluster 2023-12-08T04:06:15.724876+0000 mgr.a (mgr.14403) 26157 : cluster 0 pgmap v19535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:18.251 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:06:18.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:18.252 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:19.177 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:06:19.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:19.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:19.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:19.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:06:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:18 smithi079 bash[28699]: cluster 2023-12-08T04:06:17.725431+0000 mgr.a (mgr.14403) 26158 : cluster 0 pgmap v19536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:18 smithi194 bash[32038]: cluster 2023-12-08T04:06:17.725431+0000 mgr.a (mgr.14403) 26158 : cluster 0 pgmap v19536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:19.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:18 smithi135 bash[32435]: cluster 2023-12-08T04:06:17.725431+0000 mgr.a (mgr.14403) 26158 : cluster 0 pgmap v19536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:20.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:19 smithi079 bash[28699]: audit 2023-12-08T04:06:18.663272+0000 mgr.a (mgr.14403) 26159 : audit 0 from='client.514425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:20.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:19 smithi194 bash[32038]: audit 2023-12-08T04:06:18.663272+0000 mgr.a (mgr.14403) 26159 : audit 0 from='client.514425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:20.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:19 smithi135 bash[32435]: audit 2023-12-08T04:06:18.663272+0000 mgr.a (mgr.14403) 26159 : audit 0 from='client.514425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:21.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:20 smithi079 bash[28699]: cluster 2023-12-08T04:06:19.726430+0000 mgr.a (mgr.14403) 26160 : cluster 0 pgmap v19537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:20 smithi194 bash[32038]: cluster 2023-12-08T04:06:19.726430+0000 mgr.a (mgr.14403) 26160 : cluster 0 pgmap v19537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:21.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:20 smithi135 bash[32435]: cluster 2023-12-08T04:06:19.726430+0000 mgr.a (mgr.14403) 26160 : cluster 0 pgmap v19537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:23.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:22 smithi079 bash[28699]: cluster 2023-12-08T04:06:21.727019+0000 mgr.a (mgr.14403) 26161 : cluster 0 pgmap v19538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:22 smithi194 bash[32038]: cluster 2023-12-08T04:06:21.727019+0000 mgr.a (mgr.14403) 26161 : cluster 0 pgmap v19538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:23.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:22 smithi135 bash[32435]: cluster 2023-12-08T04:06:21.727019+0000 mgr.a (mgr.14403) 26161 : cluster 0 pgmap v19538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:24.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:06:24.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:24.181 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:25.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:25.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:25.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:25.069 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:06:25.069 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:06:25.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:24 smithi079 bash[28699]: cluster 2023-12-08T04:06:23.727692+0000 mgr.a (mgr.14403) 26162 : cluster 0 pgmap v19539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:24 smithi194 bash[32038]: cluster 2023-12-08T04:06:23.727692+0000 mgr.a (mgr.14403) 26162 : cluster 0 pgmap v19539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:25.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:24 smithi135 bash[32435]: cluster 2023-12-08T04:06:23.727692+0000 mgr.a (mgr.14403) 26162 : cluster 0 pgmap v19539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:26.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:25 smithi079 bash[28699]: audit 2023-12-08T04:06:24.577178+0000 mgr.a (mgr.14403) 26163 : audit 0 from='client.514500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:25 smithi194 bash[32038]: audit 2023-12-08T04:06:24.577178+0000 mgr.a (mgr.14403) 26163 : audit 0 from='client.514500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:26.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:25 smithi135 bash[32435]: audit 2023-12-08T04:06:24.577178+0000 mgr.a (mgr.14403) 26163 : audit 0 from='client.514500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:27.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:26 smithi079 bash[28699]: cluster 2023-12-08T04:06:25.728327+0000 mgr.a (mgr.14403) 26164 : cluster 0 pgmap v19540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:26 smithi194 bash[32038]: cluster 2023-12-08T04:06:25.728327+0000 mgr.a (mgr.14403) 26164 : cluster 0 pgmap v19540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:26 smithi135 bash[32435]: cluster 2023-12-08T04:06:25.728327+0000 mgr.a (mgr.14403) 26164 : cluster 0 pgmap v19540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:28 smithi079 bash[28699]: cluster 2023-12-08T04:06:27.728900+0000 mgr.a (mgr.14403) 26165 : cluster 0 pgmap v19541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:28 smithi194 bash[32038]: cluster 2023-12-08T04:06:27.728900+0000 mgr.a (mgr.14403) 26165 : cluster 0 pgmap v19541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:29.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:28 smithi135 bash[32435]: cluster 2023-12-08T04:06:27.728900+0000 mgr.a (mgr.14403) 26165 : cluster 0 pgmap v19541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:30.072 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:06:30.072 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:30.073 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:31.005 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:06:31.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:31.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:31.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:31.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:06:31.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:30 smithi079 bash[28699]: cluster 2023-12-08T04:06:29.729855+0000 mgr.a (mgr.14403) 26166 : cluster 0 pgmap v19542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:30 smithi194 bash[32038]: cluster 2023-12-08T04:06:29.729855+0000 mgr.a (mgr.14403) 26166 : cluster 0 pgmap v19542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:30 smithi135 bash[32435]: cluster 2023-12-08T04:06:29.729855+0000 mgr.a (mgr.14403) 26166 : cluster 0 pgmap v19542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:32.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:32 smithi079 bash[28699]: audit 2023-12-08T04:06:30.480245+0000 mgr.a (mgr.14403) 26167 : audit 0 from='client.514578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:32 smithi194 bash[32038]: audit 2023-12-08T04:06:30.480245+0000 mgr.a (mgr.14403) 26167 : audit 0 from='client.514578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:32 smithi135 bash[32435]: audit 2023-12-08T04:06:30.480245+0000 mgr.a (mgr.14403) 26167 : audit 0 from='client.514578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:33 smithi079 bash[28699]: cluster 2023-12-08T04:06:31.730530+0000 mgr.a (mgr.14403) 26168 : cluster 0 pgmap v19543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:33 smithi194 bash[32038]: cluster 2023-12-08T04:06:31.730530+0000 mgr.a (mgr.14403) 26168 : cluster 0 pgmap v19543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:33 smithi135 bash[32435]: cluster 2023-12-08T04:06:31.730530+0000 mgr.a (mgr.14403) 26168 : cluster 0 pgmap v19543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:35 smithi079 bash[28699]: cluster 2023-12-08T04:06:33.731340+0000 mgr.a (mgr.14403) 26169 : cluster 0 pgmap v19544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:35 smithi194 bash[32038]: cluster 2023-12-08T04:06:33.731340+0000 mgr.a (mgr.14403) 26169 : cluster 0 pgmap v19544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:35 smithi135 bash[32435]: cluster 2023-12-08T04:06:33.731340+0000 mgr.a (mgr.14403) 26169 : cluster 0 pgmap v19544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:36.007 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:06:36.008 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:36.008 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:36.925 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:06:36.925 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:36.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:36.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:36.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:06:37.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:37 smithi079 bash[28699]: cluster 2023-12-08T04:06:35.731914+0000 mgr.a (mgr.14403) 26170 : cluster 0 pgmap v19545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:37 smithi194 bash[32038]: cluster 2023-12-08T04:06:35.731914+0000 mgr.a (mgr.14403) 26170 : cluster 0 pgmap v19545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:37 smithi135 bash[32435]: cluster 2023-12-08T04:06:35.731914+0000 mgr.a (mgr.14403) 26170 : cluster 0 pgmap v19545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:38.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:38 smithi079 bash[28699]: audit 2023-12-08T04:06:36.408700+0000 mgr.a (mgr.14403) 26171 : audit 0 from='client.514653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:38 smithi194 bash[32038]: audit 2023-12-08T04:06:36.408700+0000 mgr.a (mgr.14403) 26171 : audit 0 from='client.514653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:38 smithi135 bash[32435]: audit 2023-12-08T04:06:36.408700+0000 mgr.a (mgr.14403) 26171 : audit 0 from='client.514653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:39 smithi079 bash[28699]: cluster 2023-12-08T04:06:37.732537+0000 mgr.a (mgr.14403) 26172 : cluster 0 pgmap v19546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:39 smithi194 bash[32038]: cluster 2023-12-08T04:06:37.732537+0000 mgr.a (mgr.14403) 26172 : cluster 0 pgmap v19546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:39 smithi135 bash[32435]: cluster 2023-12-08T04:06:37.732537+0000 mgr.a (mgr.14403) 26172 : cluster 0 pgmap v19546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:41 smithi079 bash[28699]: cluster 2023-12-08T04:06:39.733316+0000 mgr.a (mgr.14403) 26173 : cluster 0 pgmap v19547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:41 smithi194 bash[32038]: cluster 2023-12-08T04:06:39.733316+0000 mgr.a (mgr.14403) 26173 : cluster 0 pgmap v19547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:41 smithi135 bash[32435]: cluster 2023-12-08T04:06:39.733316+0000 mgr.a (mgr.14403) 26173 : cluster 0 pgmap v19547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:41.928 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:06:41.929 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:41.929 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:42.826 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:06:42.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:42.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:42.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:42.827 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:06:43.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:43 smithi079 bash[28699]: cluster 2023-12-08T04:06:41.733891+0000 mgr.a (mgr.14403) 26174 : cluster 0 pgmap v19548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:43 smithi194 bash[32038]: cluster 2023-12-08T04:06:41.733891+0000 mgr.a (mgr.14403) 26174 : cluster 0 pgmap v19548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:43 smithi135 bash[32435]: cluster 2023-12-08T04:06:41.733891+0000 mgr.a (mgr.14403) 26174 : cluster 0 pgmap v19548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:44.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:44 smithi079 bash[28699]: audit 2023-12-08T04:06:42.325222+0000 mgr.a (mgr.14403) 26175 : audit 0 from='client.514731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:44.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:44 smithi194 bash[32038]: audit 2023-12-08T04:06:42.325222+0000 mgr.a (mgr.14403) 26175 : audit 0 from='client.514731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:44 smithi135 bash[32435]: audit 2023-12-08T04:06:42.325222+0000 mgr.a (mgr.14403) 26175 : audit 0 from='client.514731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:45 smithi079 bash[28699]: cluster 2023-12-08T04:06:43.734747+0000 mgr.a (mgr.14403) 26176 : cluster 0 pgmap v19549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:45 smithi194 bash[32038]: cluster 2023-12-08T04:06:43.734747+0000 mgr.a (mgr.14403) 26176 : cluster 0 pgmap v19549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:45.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:45 smithi135 bash[32435]: cluster 2023-12-08T04:06:43.734747+0000 mgr.a (mgr.14403) 26176 : cluster 0 pgmap v19549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:06:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:47 smithi079 bash[28699]: cluster 2023-12-08T04:06:45.735354+0000 mgr.a (mgr.14403) 26177 : cluster 0 pgmap v19550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:47 smithi194 bash[32038]: cluster 2023-12-08T04:06:45.735354+0000 mgr.a (mgr.14403) 26177 : cluster 0 pgmap v19550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:47.458 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:47 smithi135 bash[32435]: cluster 2023-12-08T04:06:45.735354+0000 mgr.a (mgr.14403) 26177 : cluster 0 pgmap v19550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:47.830 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:06:47.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:47.830 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:48.746 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:06:48.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:48.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:48.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:48.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:06:49.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:49 smithi079 bash[28699]: cluster 2023-12-08T04:06:47.735917+0000 mgr.a (mgr.14403) 26178 : cluster 0 pgmap v19551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:49 smithi194 bash[32038]: cluster 2023-12-08T04:06:47.735917+0000 mgr.a (mgr.14403) 26178 : cluster 0 pgmap v19551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:49 smithi135 bash[32435]: cluster 2023-12-08T04:06:47.735917+0000 mgr.a (mgr.14403) 26178 : cluster 0 pgmap v19551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:50 smithi079 bash[28699]: audit 2023-12-08T04:06:48.238149+0000 mgr.a (mgr.14403) 26179 : audit 0 from='client.514809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:50 smithi194 bash[32038]: audit 2023-12-08T04:06:48.238149+0000 mgr.a (mgr.14403) 26179 : audit 0 from='client.514809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:50 smithi135 bash[32435]: audit 2023-12-08T04:06:48.238149+0000 mgr.a (mgr.14403) 26179 : audit 0 from='client.514809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:51.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:51 smithi079 bash[28699]: cluster 2023-12-08T04:06:49.736825+0000 mgr.a (mgr.14403) 26180 : cluster 0 pgmap v19552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:06:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:51 smithi194 bash[32038]: cluster 2023-12-08T04:06:49.736825+0000 mgr.a (mgr.14403) 26180 : cluster 0 pgmap v19552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:06:51.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:51 smithi135 bash[32435]: cluster 2023-12-08T04:06:49.736825+0000 mgr.a (mgr.14403) 26180 : cluster 0 pgmap v19552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:06:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:53 smithi079 bash[28699]: cluster 2023-12-08T04:06:51.737411+0000 mgr.a (mgr.14403) 26181 : cluster 0 pgmap v19553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:06:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:53 smithi194 bash[32038]: cluster 2023-12-08T04:06:51.737411+0000 mgr.a (mgr.14403) 26181 : cluster 0 pgmap v19553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:06:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:53 smithi135 bash[32435]: cluster 2023-12-08T04:06:51.737411+0000 mgr.a (mgr.14403) 26181 : cluster 0 pgmap v19553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:06:53.749 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:06:53.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:53.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:06:54.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:06:54.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:06:54.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:06:54.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:06:54.668 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:06:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:55 smithi079 bash[28699]: cluster 2023-12-08T04:06:53.738143+0000 mgr.a (mgr.14403) 26182 : cluster 0 pgmap v19554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:55 smithi194 bash[32038]: cluster 2023-12-08T04:06:53.738143+0000 mgr.a (mgr.14403) 26182 : cluster 0 pgmap v19554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:55 smithi135 bash[32435]: cluster 2023-12-08T04:06:53.738143+0000 mgr.a (mgr.14403) 26182 : cluster 0 pgmap v19554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:06:56.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:56 smithi079 bash[28699]: audit 2023-12-08T04:06:54.156058+0000 mgr.a (mgr.14403) 26183 : audit 0 from='client.514878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:56 smithi194 bash[32038]: audit 2023-12-08T04:06:54.156058+0000 mgr.a (mgr.14403) 26183 : audit 0 from='client.514878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:56 smithi135 bash[32435]: audit 2023-12-08T04:06:54.156058+0000 mgr.a (mgr.14403) 26183 : audit 0 from='client.514878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:06:57.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:57 smithi079 bash[28699]: cluster 2023-12-08T04:06:55.738801+0000 mgr.a (mgr.14403) 26184 : cluster 0 pgmap v19555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:57 smithi194 bash[32038]: cluster 2023-12-08T04:06:55.738801+0000 mgr.a (mgr.14403) 26184 : cluster 0 pgmap v19555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:57 smithi135 bash[32435]: cluster 2023-12-08T04:06:55.738801+0000 mgr.a (mgr.14403) 26184 : cluster 0 pgmap v19555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:59 smithi079 bash[28699]: cluster 2023-12-08T04:06:57.739376+0000 mgr.a (mgr.14403) 26185 : cluster 0 pgmap v19556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:06:59 smithi079 bash[28699]: audit 2023-12-08T04:06:58.709182+0000 mon.a (mon.0) 4059 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:06:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:59 smithi194 bash[32038]: cluster 2023-12-08T04:06:57.739376+0000 mgr.a (mgr.14403) 26185 : cluster 0 pgmap v19556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:06:59 smithi194 bash[32038]: audit 2023-12-08T04:06:58.709182+0000 mon.a (mon.0) 4059 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:06:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:59 smithi135 bash[32435]: cluster 2023-12-08T04:06:57.739376+0000 mgr.a (mgr.14403) 26185 : cluster 0 pgmap v19556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:06:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:06:59 smithi135 bash[32435]: audit 2023-12-08T04:06:58.709182+0000 mon.a (mon.0) 4059 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:06:59.670 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:06:59.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:06:59.671 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:00.598 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:07:00.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:00.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:00.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:00.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:07:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:00 smithi079 bash[28699]: audit 2023-12-08T04:06:59.239748+0000 mon.a (mon.0) 4060 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:07:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:00 smithi079 bash[28699]: audit 2023-12-08T04:06:59.245549+0000 mon.a (mon.0) 4061 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:07:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:00 smithi079 bash[28699]: cluster 2023-12-08T04:06:59.740172+0000 mgr.a (mgr.14403) 26186 : cluster 0 pgmap v19557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:00 smithi079 bash[28699]: audit 2023-12-08T04:06:59.981667+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:07:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:00 smithi079 bash[28699]: audit 2023-12-08T04:06:59.983376+0000 mon.a (mon.0) 4063 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:07:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:00 smithi079 bash[28699]: audit 2023-12-08T04:06:59.991804+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:07:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:00 smithi079 bash[28699]: audit 2023-12-08T04:07:00.079940+0000 mgr.a (mgr.14403) 26187 : audit 0 from='client.514956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:00 smithi194 bash[32038]: audit 2023-12-08T04:06:59.239748+0000 mon.a (mon.0) 4060 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:07:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:00 smithi194 bash[32038]: audit 2023-12-08T04:06:59.245549+0000 mon.a (mon.0) 4061 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:07:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:00 smithi194 bash[32038]: cluster 2023-12-08T04:06:59.740172+0000 mgr.a (mgr.14403) 26186 : cluster 0 pgmap v19557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:00 smithi194 bash[32038]: audit 2023-12-08T04:06:59.981667+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:07:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:00 smithi194 bash[32038]: audit 2023-12-08T04:06:59.983376+0000 mon.a (mon.0) 4063 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:07:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:00 smithi194 bash[32038]: audit 2023-12-08T04:06:59.991804+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:07:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:00 smithi194 bash[32038]: audit 2023-12-08T04:07:00.079940+0000 mgr.a (mgr.14403) 26187 : audit 0 from='client.514956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:00 smithi135 bash[32435]: audit 2023-12-08T04:06:59.239748+0000 mon.a (mon.0) 4060 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:07:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:00 smithi135 bash[32435]: audit 2023-12-08T04:06:59.245549+0000 mon.a (mon.0) 4061 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:07:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:00 smithi135 bash[32435]: cluster 2023-12-08T04:06:59.740172+0000 mgr.a (mgr.14403) 26186 : cluster 0 pgmap v19557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:00 smithi135 bash[32435]: audit 2023-12-08T04:06:59.981667+0000 mon.a (mon.0) 4062 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:07:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:00 smithi135 bash[32435]: audit 2023-12-08T04:06:59.983376+0000 mon.a (mon.0) 4063 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:07:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:00 smithi135 bash[32435]: audit 2023-12-08T04:06:59.991804+0000 mon.a (mon.0) 4064 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:07:00.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:00 smithi135 bash[32435]: audit 2023-12-08T04:07:00.079940+0000 mgr.a (mgr.14403) 26187 : audit 0 from='client.514956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:02 smithi079 bash[28699]: cluster 2023-12-08T04:07:01.740795+0000 mgr.a (mgr.14403) 26188 : cluster 0 pgmap v19558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:07:03.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:02 smithi194 bash[32038]: cluster 2023-12-08T04:07:01.740795+0000 mgr.a (mgr.14403) 26188 : cluster 0 pgmap v19558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:07:03.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:02 smithi135 bash[32435]: cluster 2023-12-08T04:07:01.740795+0000 mgr.a (mgr.14403) 26188 : cluster 0 pgmap v19558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:07:05.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:04 smithi079 bash[28699]: cluster 2023-12-08T04:07:03.741594+0000 mgr.a (mgr.14403) 26189 : cluster 0 pgmap v19559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:07:05.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:04 smithi194 bash[32038]: cluster 2023-12-08T04:07:03.741594+0000 mgr.a (mgr.14403) 26189 : cluster 0 pgmap v19559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:07:05.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:04 smithi135 bash[32435]: cluster 2023-12-08T04:07:03.741594+0000 mgr.a (mgr.14403) 26189 : cluster 0 pgmap v19559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:07:05.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:07:05.601 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:05.602 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:06.517 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:07:06.518 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:06.518 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:06.518 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:06.518 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:07:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:06 smithi079 bash[28699]: cluster 2023-12-08T04:07:05.742061+0000 mgr.a (mgr.14403) 26190 : cluster 0 pgmap v19560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:06 smithi079 bash[28699]: audit 2023-12-08T04:07:05.999729+0000 mgr.a (mgr.14403) 26191 : audit 0 from='client.515034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:07.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:06 smithi194 bash[32038]: cluster 2023-12-08T04:07:05.742061+0000 mgr.a (mgr.14403) 26190 : cluster 0 pgmap v19560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:07.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:06 smithi194 bash[32038]: audit 2023-12-08T04:07:05.999729+0000 mgr.a (mgr.14403) 26191 : audit 0 from='client.515034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:07.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:06 smithi135 bash[32435]: cluster 2023-12-08T04:07:05.742061+0000 mgr.a (mgr.14403) 26190 : cluster 0 pgmap v19560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:07.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:06 smithi135 bash[32435]: audit 2023-12-08T04:07:05.999729+0000 mgr.a (mgr.14403) 26191 : audit 0 from='client.515034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:09.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:08 smithi079 bash[28699]: cluster 2023-12-08T04:07:07.742713+0000 mgr.a (mgr.14403) 26192 : cluster 0 pgmap v19561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:09.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:08 smithi194 bash[32038]: cluster 2023-12-08T04:07:07.742713+0000 mgr.a (mgr.14403) 26192 : cluster 0 pgmap v19561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:09.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:08 smithi135 bash[32435]: cluster 2023-12-08T04:07:07.742713+0000 mgr.a (mgr.14403) 26192 : cluster 0 pgmap v19561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:10 smithi079 bash[28699]: cluster 2023-12-08T04:07:09.743571+0000 mgr.a (mgr.14403) 26193 : cluster 0 pgmap v19562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:10 smithi194 bash[32038]: cluster 2023-12-08T04:07:09.743571+0000 mgr.a (mgr.14403) 26193 : cluster 0 pgmap v19562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:11.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:10 smithi135 bash[32435]: cluster 2023-12-08T04:07:09.743571+0000 mgr.a (mgr.14403) 26193 : cluster 0 pgmap v19562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:11.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:07:11.517 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:11.517 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:12.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:12.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:12.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:12.400 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:07:12.401 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:07:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:12 smithi194 bash[32038]: cluster 2023-12-08T04:07:11.743965+0000 mgr.a (mgr.14403) 26194 : cluster 0 pgmap v19563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:12 smithi194 bash[32038]: audit 2023-12-08T04:07:11.924129+0000 mgr.a (mgr.14403) 26195 : audit 0 from='client.515109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:12 smithi135 bash[32435]: cluster 2023-12-08T04:07:11.743965+0000 mgr.a (mgr.14403) 26194 : cluster 0 pgmap v19563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:12 smithi135 bash[32435]: audit 2023-12-08T04:07:11.924129+0000 mgr.a (mgr.14403) 26195 : audit 0 from='client.515109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:13.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:12 smithi079 bash[28699]: cluster 2023-12-08T04:07:11.743965+0000 mgr.a (mgr.14403) 26194 : cluster 0 pgmap v19563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:12 smithi079 bash[28699]: audit 2023-12-08T04:07:11.924129+0000 mgr.a (mgr.14403) 26195 : audit 0 from='client.515109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:14 smithi194 bash[32038]: cluster 2023-12-08T04:07:13.744852+0000 mgr.a (mgr.14403) 26196 : cluster 0 pgmap v19564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:15.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:14 smithi135 bash[32435]: cluster 2023-12-08T04:07:13.744852+0000 mgr.a (mgr.14403) 26196 : cluster 0 pgmap v19564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:14 smithi079 bash[28699]: cluster 2023-12-08T04:07:13.744852+0000 mgr.a (mgr.14403) 26196 : cluster 0 pgmap v19564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:16 smithi194 bash[32038]: cluster 2023-12-08T04:07:15.745404+0000 mgr.a (mgr.14403) 26197 : cluster 0 pgmap v19565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:17.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:16 smithi135 bash[32435]: cluster 2023-12-08T04:07:15.745404+0000 mgr.a (mgr.14403) 26197 : cluster 0 pgmap v19565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:16 smithi079 bash[28699]: cluster 2023-12-08T04:07:15.745404+0000 mgr.a (mgr.14403) 26197 : cluster 0 pgmap v19565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:17.403 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:07:17.404 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:17.404 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:18.307 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:07:18.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:18.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:18.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:18.307 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:07:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:18 smithi194 bash[32038]: cluster 2023-12-08T04:07:17.745946+0000 mgr.a (mgr.14403) 26198 : cluster 0 pgmap v19566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:18 smithi194 bash[32038]: audit 2023-12-08T04:07:17.799005+0000 mgr.a (mgr.14403) 26199 : audit 0 from='client.515181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:19.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:18 smithi135 bash[32435]: cluster 2023-12-08T04:07:17.745946+0000 mgr.a (mgr.14403) 26198 : cluster 0 pgmap v19566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:19.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:18 smithi135 bash[32435]: audit 2023-12-08T04:07:17.799005+0000 mgr.a (mgr.14403) 26199 : audit 0 from='client.515181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:18 smithi079 bash[28699]: cluster 2023-12-08T04:07:17.745946+0000 mgr.a (mgr.14403) 26198 : cluster 0 pgmap v19566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:18 smithi079 bash[28699]: audit 2023-12-08T04:07:17.799005+0000 mgr.a (mgr.14403) 26199 : audit 0 from='client.515181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:21.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:20 smithi194 bash[32038]: cluster 2023-12-08T04:07:19.746875+0000 mgr.a (mgr.14403) 26200 : cluster 0 pgmap v19567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:21.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:20 smithi135 bash[32435]: cluster 2023-12-08T04:07:19.746875+0000 mgr.a (mgr.14403) 26200 : cluster 0 pgmap v19567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:20 smithi079 bash[28699]: cluster 2023-12-08T04:07:19.746875+0000 mgr.a (mgr.14403) 26200 : cluster 0 pgmap v19567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:23.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:22 smithi194 bash[32038]: cluster 2023-12-08T04:07:21.747452+0000 mgr.a (mgr.14403) 26201 : cluster 0 pgmap v19568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:23.208 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:22 smithi135 bash[32435]: cluster 2023-12-08T04:07:21.747452+0000 mgr.a (mgr.14403) 26201 : cluster 0 pgmap v19568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:23.309 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:07:23.310 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:23.310 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:23.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:22 smithi079 bash[28699]: cluster 2023-12-08T04:07:21.747452+0000 mgr.a (mgr.14403) 26201 : cluster 0 pgmap v19568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:24.224 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:07:24.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:24.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:24.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:24.224 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:07:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:24 smithi194 bash[32038]: audit 2023-12-08T04:07:23.722130+0000 mgr.a (mgr.14403) 26202 : audit 0 from='client.515256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:24 smithi194 bash[32038]: cluster 2023-12-08T04:07:23.748547+0000 mgr.a (mgr.14403) 26203 : cluster 0 pgmap v19569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:25.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:24 smithi135 bash[32435]: audit 2023-12-08T04:07:23.722130+0000 mgr.a (mgr.14403) 26202 : audit 0 from='client.515256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:25.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:24 smithi135 bash[32435]: cluster 2023-12-08T04:07:23.748547+0000 mgr.a (mgr.14403) 26203 : cluster 0 pgmap v19569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:24 smithi079 bash[28699]: audit 2023-12-08T04:07:23.722130+0000 mgr.a (mgr.14403) 26202 : audit 0 from='client.515256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:24 smithi079 bash[28699]: cluster 2023-12-08T04:07:23.748547+0000 mgr.a (mgr.14403) 26203 : cluster 0 pgmap v19569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:27.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:26 smithi194 bash[32038]: cluster 2023-12-08T04:07:25.749252+0000 mgr.a (mgr.14403) 26204 : cluster 0 pgmap v19570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:27.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:26 smithi135 bash[32435]: cluster 2023-12-08T04:07:25.749252+0000 mgr.a (mgr.14403) 26204 : cluster 0 pgmap v19570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:26 smithi079 bash[28699]: cluster 2023-12-08T04:07:25.749252+0000 mgr.a (mgr.14403) 26204 : cluster 0 pgmap v19570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:28 smithi194 bash[32038]: cluster 2023-12-08T04:07:27.749822+0000 mgr.a (mgr.14403) 26205 : cluster 0 pgmap v19571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:29.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:28 smithi135 bash[32435]: cluster 2023-12-08T04:07:27.749822+0000 mgr.a (mgr.14403) 26205 : cluster 0 pgmap v19571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:29.226 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:07:29.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:29.227 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:29.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:28 smithi079 bash[28699]: cluster 2023-12-08T04:07:27.749822+0000 mgr.a (mgr.14403) 26205 : cluster 0 pgmap v19571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:30.171 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:07:30.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:30.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:30.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:30.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:07:31.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:30 smithi194 bash[32038]: audit 2023-12-08T04:07:29.638328+0000 mgr.a (mgr.14403) 26206 : audit 0 from='client.515331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:31.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:30 smithi194 bash[32038]: cluster 2023-12-08T04:07:29.750866+0000 mgr.a (mgr.14403) 26207 : cluster 0 pgmap v19572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:31.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:30 smithi135 bash[32435]: audit 2023-12-08T04:07:29.638328+0000 mgr.a (mgr.14403) 26206 : audit 0 from='client.515331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:31.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:30 smithi135 bash[32435]: cluster 2023-12-08T04:07:29.750866+0000 mgr.a (mgr.14403) 26207 : cluster 0 pgmap v19572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:30 smithi079 bash[28699]: audit 2023-12-08T04:07:29.638328+0000 mgr.a (mgr.14403) 26206 : audit 0 from='client.515331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:30 smithi079 bash[28699]: cluster 2023-12-08T04:07:29.750866+0000 mgr.a (mgr.14403) 26207 : cluster 0 pgmap v19572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:32 smithi194 bash[32038]: cluster 2023-12-08T04:07:31.751600+0000 mgr.a (mgr.14403) 26208 : cluster 0 pgmap v19573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:33.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:32 smithi135 bash[32435]: cluster 2023-12-08T04:07:31.751600+0000 mgr.a (mgr.14403) 26208 : cluster 0 pgmap v19573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:32 smithi079 bash[28699]: cluster 2023-12-08T04:07:31.751600+0000 mgr.a (mgr.14403) 26208 : cluster 0 pgmap v19573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:07:35.173 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:07:35.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:35.174 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:34 smithi194 bash[32038]: cluster 2023-12-08T04:07:33.752398+0000 mgr.a (mgr.14403) 26209 : cluster 0 pgmap v19574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:35.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:34 smithi135 bash[32435]: cluster 2023-12-08T04:07:33.752398+0000 mgr.a (mgr.14403) 26209 : cluster 0 pgmap v19574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:35.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:34 smithi079 bash[28699]: cluster 2023-12-08T04:07:33.752398+0000 mgr.a (mgr.14403) 26209 : cluster 0 pgmap v19574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:36.083 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:36.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:36.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:36.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:07:36.084 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:07:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:36 smithi194 bash[32038]: audit 2023-12-08T04:07:35.577666+0000 mgr.a (mgr.14403) 26210 : audit 0 from='client.515409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:36 smithi194 bash[32038]: cluster 2023-12-08T04:07:35.753101+0000 mgr.a (mgr.14403) 26211 : cluster 0 pgmap v19575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:37.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:36 smithi135 bash[32435]: audit 2023-12-08T04:07:35.577666+0000 mgr.a (mgr.14403) 26210 : audit 0 from='client.515409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:37.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:36 smithi135 bash[32435]: cluster 2023-12-08T04:07:35.753101+0000 mgr.a (mgr.14403) 26211 : cluster 0 pgmap v19575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:37.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:36 smithi079 bash[28699]: audit 2023-12-08T04:07:35.577666+0000 mgr.a (mgr.14403) 26210 : audit 0 from='client.515409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:36 smithi079 bash[28699]: cluster 2023-12-08T04:07:35.753101+0000 mgr.a (mgr.14403) 26211 : cluster 0 pgmap v19575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:39.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:38 smithi135 bash[32435]: cluster 2023-12-08T04:07:37.753800+0000 mgr.a (mgr.14403) 26212 : cluster 0 pgmap v19576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:38 smithi079 bash[28699]: cluster 2023-12-08T04:07:37.753800+0000 mgr.a (mgr.14403) 26212 : cluster 0 pgmap v19576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:38 smithi194 bash[32038]: cluster 2023-12-08T04:07:37.753800+0000 mgr.a (mgr.14403) 26212 : cluster 0 pgmap v19576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:41.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:07:41.088 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:41.088 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:41.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:40 smithi079 bash[28699]: cluster 2023-12-08T04:07:39.754726+0000 mgr.a (mgr.14403) 26213 : cluster 0 pgmap v19577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:40 smithi194 bash[32038]: cluster 2023-12-08T04:07:39.754726+0000 mgr.a (mgr.14403) 26213 : cluster 0 pgmap v19577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:40 smithi135 bash[32435]: cluster 2023-12-08T04:07:39.754726+0000 mgr.a (mgr.14403) 26213 : cluster 0 pgmap v19577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:41.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:41.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:41.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:41.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:07:41.966 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:07:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:42 smithi079 bash[28699]: audit 2023-12-08T04:07:41.487403+0000 mgr.a (mgr.14403) 26214 : audit 0 from='client.515484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:42 smithi079 bash[28699]: cluster 2023-12-08T04:07:41.755617+0000 mgr.a (mgr.14403) 26215 : cluster 0 pgmap v19578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:42 smithi194 bash[32038]: audit 2023-12-08T04:07:41.487403+0000 mgr.a (mgr.14403) 26214 : audit 0 from='client.515484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:42 smithi194 bash[32038]: cluster 2023-12-08T04:07:41.755617+0000 mgr.a (mgr.14403) 26215 : cluster 0 pgmap v19578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:42 smithi135 bash[32435]: audit 2023-12-08T04:07:41.487403+0000 mgr.a (mgr.14403) 26214 : audit 0 from='client.515484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:42 smithi135 bash[32435]: cluster 2023-12-08T04:07:41.755617+0000 mgr.a (mgr.14403) 26215 : cluster 0 pgmap v19578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:44 smithi079 bash[28699]: cluster 2023-12-08T04:07:43.756542+0000 mgr.a (mgr.14403) 26216 : cluster 0 pgmap v19579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:44 smithi194 bash[32038]: cluster 2023-12-08T04:07:43.756542+0000 mgr.a (mgr.14403) 26216 : cluster 0 pgmap v19579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:44 smithi135 bash[32435]: cluster 2023-12-08T04:07:43.756542+0000 mgr.a (mgr.14403) 26216 : cluster 0 pgmap v19579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:46.969 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:07:46.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:46.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:47.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:46 smithi079 bash[28699]: cluster 2023-12-08T04:07:45.757070+0000 mgr.a (mgr.14403) 26217 : cluster 0 pgmap v19580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:46 smithi194 bash[32038]: cluster 2023-12-08T04:07:45.757070+0000 mgr.a (mgr.14403) 26217 : cluster 0 pgmap v19580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:46 smithi135 bash[32435]: cluster 2023-12-08T04:07:45.757070+0000 mgr.a (mgr.14403) 26217 : cluster 0 pgmap v19580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:47.869 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:07:47.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:47.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:47.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:47.869 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:07:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:48 smithi079 bash[28699]: audit 2023-12-08T04:07:47.370956+0000 mgr.a (mgr.14403) 26218 : audit 0 from='client.515559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:48 smithi079 bash[28699]: cluster 2023-12-08T04:07:47.757621+0000 mgr.a (mgr.14403) 26219 : cluster 0 pgmap v19581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:48 smithi194 bash[32038]: audit 2023-12-08T04:07:47.370956+0000 mgr.a (mgr.14403) 26218 : audit 0 from='client.515559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:48 smithi194 bash[32038]: cluster 2023-12-08T04:07:47.757621+0000 mgr.a (mgr.14403) 26219 : cluster 0 pgmap v19581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:48 smithi135 bash[32435]: audit 2023-12-08T04:07:47.370956+0000 mgr.a (mgr.14403) 26218 : audit 0 from='client.515559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:48 smithi135 bash[32435]: cluster 2023-12-08T04:07:47.757621+0000 mgr.a (mgr.14403) 26219 : cluster 0 pgmap v19581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:50 smithi079 bash[28699]: cluster 2023-12-08T04:07:49.758444+0000 mgr.a (mgr.14403) 26220 : cluster 0 pgmap v19582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:50 smithi194 bash[32038]: cluster 2023-12-08T04:07:49.758444+0000 mgr.a (mgr.14403) 26220 : cluster 0 pgmap v19582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:51.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:50 smithi135 bash[32435]: cluster 2023-12-08T04:07:49.758444+0000 mgr.a (mgr.14403) 26220 : cluster 0 pgmap v19582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:07:52.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:07:52.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:52.874 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:53.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:52 smithi079 bash[28699]: cluster 2023-12-08T04:07:51.759025+0000 mgr.a (mgr.14403) 26221 : cluster 0 pgmap v19583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:52 smithi194 bash[32038]: cluster 2023-12-08T04:07:51.759025+0000 mgr.a (mgr.14403) 26221 : cluster 0 pgmap v19583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:52 smithi135 bash[32435]: cluster 2023-12-08T04:07:51.759025+0000 mgr.a (mgr.14403) 26221 : cluster 0 pgmap v19583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:07:53.789 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:07:53.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:53.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:53.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:53.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:07:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:54 smithi079 bash[28699]: audit 2023-12-08T04:07:53.273837+0000 mgr.a (mgr.14403) 26222 : audit 0 from='client.515631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:54 smithi079 bash[28699]: cluster 2023-12-08T04:07:53.759789+0000 mgr.a (mgr.14403) 26223 : cluster 0 pgmap v19584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:07:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:54 smithi194 bash[32038]: audit 2023-12-08T04:07:53.273837+0000 mgr.a (mgr.14403) 26222 : audit 0 from='client.515631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:54 smithi194 bash[32038]: cluster 2023-12-08T04:07:53.759789+0000 mgr.a (mgr.14403) 26223 : cluster 0 pgmap v19584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:07:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:54 smithi135 bash[32435]: audit 2023-12-08T04:07:53.273837+0000 mgr.a (mgr.14403) 26222 : audit 0 from='client.515631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:07:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:54 smithi135 bash[32435]: cluster 2023-12-08T04:07:53.759789+0000 mgr.a (mgr.14403) 26223 : cluster 0 pgmap v19584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:07:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:56 smithi079 bash[28699]: cluster 2023-12-08T04:07:55.760360+0000 mgr.a (mgr.14403) 26224 : cluster 0 pgmap v19585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:07:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:56 smithi194 bash[32038]: cluster 2023-12-08T04:07:55.760360+0000 mgr.a (mgr.14403) 26224 : cluster 0 pgmap v19585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:07:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:56 smithi135 bash[32435]: cluster 2023-12-08T04:07:55.760360+0000 mgr.a (mgr.14403) 26224 : cluster 0 pgmap v19585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:07:58.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:07:58.792 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:07:58.793 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:07:59.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:07:58 smithi079 bash[28699]: cluster 2023-12-08T04:07:57.761044+0000 mgr.a (mgr.14403) 26225 : cluster 0 pgmap v19586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:07:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:07:58 smithi194 bash[32038]: cluster 2023-12-08T04:07:57.761044+0000 mgr.a (mgr.14403) 26225 : cluster 0 pgmap v19586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:07:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:07:58 smithi135 bash[32435]: cluster 2023-12-08T04:07:57.761044+0000 mgr.a (mgr.14403) 26225 : cluster 0 pgmap v19586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:07:59.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:07:59.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:07:59.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:07:59.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:07:59.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:08:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:01 smithi079 bash[28699]: audit 2023-12-08T04:07:59.188803+0000 mgr.a (mgr.14403) 26226 : audit 0 from='client.515703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:01 smithi079 bash[28699]: cluster 2023-12-08T04:07:59.762262+0000 mgr.a (mgr.14403) 26227 : cluster 0 pgmap v19587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:01 smithi079 bash[28699]: audit 2023-12-08T04:08:00.100419+0000 mon.a (mon.0) 4065 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:08:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:01 smithi079 bash[28699]: audit 2023-12-08T04:08:00.841060+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:08:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:01 smithi079 bash[28699]: audit 2023-12-08T04:08:00.843001+0000 mon.a (mon.0) 4067 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:08:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:01 smithi079 bash[28699]: audit 2023-12-08T04:08:00.852360+0000 mon.a (mon.0) 4068 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:08:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:01 smithi194 bash[32038]: audit 2023-12-08T04:07:59.188803+0000 mgr.a (mgr.14403) 26226 : audit 0 from='client.515703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:01 smithi194 bash[32038]: cluster 2023-12-08T04:07:59.762262+0000 mgr.a (mgr.14403) 26227 : cluster 0 pgmap v19587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:01 smithi194 bash[32038]: audit 2023-12-08T04:08:00.100419+0000 mon.a (mon.0) 4065 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:08:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:01 smithi194 bash[32038]: audit 2023-12-08T04:08:00.841060+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:08:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:01 smithi194 bash[32038]: audit 2023-12-08T04:08:00.843001+0000 mon.a (mon.0) 4067 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:08:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:01 smithi194 bash[32038]: audit 2023-12-08T04:08:00.852360+0000 mon.a (mon.0) 4068 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:08:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:01 smithi135 bash[32435]: audit 2023-12-08T04:07:59.188803+0000 mgr.a (mgr.14403) 26226 : audit 0 from='client.515703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:01 smithi135 bash[32435]: cluster 2023-12-08T04:07:59.762262+0000 mgr.a (mgr.14403) 26227 : cluster 0 pgmap v19587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:01 smithi135 bash[32435]: audit 2023-12-08T04:08:00.100419+0000 mon.a (mon.0) 4065 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:08:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:01 smithi135 bash[32435]: audit 2023-12-08T04:08:00.841060+0000 mon.a (mon.0) 4066 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:08:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:01 smithi135 bash[32435]: audit 2023-12-08T04:08:00.843001+0000 mon.a (mon.0) 4067 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:08:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:01 smithi135 bash[32435]: audit 2023-12-08T04:08:00.852360+0000 mon.a (mon.0) 4068 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:08:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:03 smithi079 bash[28699]: cluster 2023-12-08T04:08:01.762818+0000 mgr.a (mgr.14403) 26228 : cluster 0 pgmap v19588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:03 smithi194 bash[32038]: cluster 2023-12-08T04:08:01.762818+0000 mgr.a (mgr.14403) 26228 : cluster 0 pgmap v19588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:03 smithi135 bash[32435]: cluster 2023-12-08T04:08:01.762818+0000 mgr.a (mgr.14403) 26228 : cluster 0 pgmap v19588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:04.687 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:08:04.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:04.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:05.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:05 smithi079 bash[28699]: cluster 2023-12-08T04:08:03.763579+0000 mgr.a (mgr.14403) 26229 : cluster 0 pgmap v19589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:05 smithi194 bash[32038]: cluster 2023-12-08T04:08:03.763579+0000 mgr.a (mgr.14403) 26229 : cluster 0 pgmap v19589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:05 smithi135 bash[32435]: cluster 2023-12-08T04:08:03.763579+0000 mgr.a (mgr.14403) 26229 : cluster 0 pgmap v19589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:05.624 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:08:05.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:05.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:05.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:05.625 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:08:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:06 smithi079 bash[28699]: audit 2023-12-08T04:08:05.092183+0000 mgr.a (mgr.14403) 26230 : audit 0 from='client.515778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:06 smithi194 bash[32038]: audit 2023-12-08T04:08:05.092183+0000 mgr.a (mgr.14403) 26230 : audit 0 from='client.515778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:06 smithi135 bash[32435]: audit 2023-12-08T04:08:05.092183+0000 mgr.a (mgr.14403) 26230 : audit 0 from='client.515778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:07.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:07 smithi079 bash[28699]: cluster 2023-12-08T04:08:05.764460+0000 mgr.a (mgr.14403) 26231 : cluster 0 pgmap v19590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:08:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:07 smithi194 bash[32038]: cluster 2023-12-08T04:08:05.764460+0000 mgr.a (mgr.14403) 26231 : cluster 0 pgmap v19590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:08:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:07 smithi135 bash[32435]: cluster 2023-12-08T04:08:05.764460+0000 mgr.a (mgr.14403) 26231 : cluster 0 pgmap v19590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:08:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:09 smithi079 bash[28699]: cluster 2023-12-08T04:08:07.765091+0000 mgr.a (mgr.14403) 26232 : cluster 0 pgmap v19591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:08:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:09 smithi194 bash[32038]: cluster 2023-12-08T04:08:07.765091+0000 mgr.a (mgr.14403) 26232 : cluster 0 pgmap v19591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:08:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:09 smithi135 bash[32435]: cluster 2023-12-08T04:08:07.765091+0000 mgr.a (mgr.14403) 26232 : cluster 0 pgmap v19591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:08:10.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:08:10.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:10.628 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:11.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:11 smithi079 bash[28699]: cluster 2023-12-08T04:08:09.766033+0000 mgr.a (mgr.14403) 26233 : cluster 0 pgmap v19592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:08:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:11 smithi194 bash[32038]: cluster 2023-12-08T04:08:09.766033+0000 mgr.a (mgr.14403) 26233 : cluster 0 pgmap v19592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:08:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:11 smithi135 bash[32435]: cluster 2023-12-08T04:08:09.766033+0000 mgr.a (mgr.14403) 26233 : cluster 0 pgmap v19592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:08:11.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:11.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:11.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:11.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:08:11.516 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:08:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:12 smithi079 bash[28699]: audit 2023-12-08T04:08:11.021351+0000 mgr.a (mgr.14403) 26234 : audit 0 from='client.362159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:12 smithi194 bash[32038]: audit 2023-12-08T04:08:11.021351+0000 mgr.a (mgr.14403) 26234 : audit 0 from='client.362159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:12 smithi135 bash[32435]: audit 2023-12-08T04:08:11.021351+0000 mgr.a (mgr.14403) 26234 : audit 0 from='client.362159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:13 smithi079 bash[28699]: cluster 2023-12-08T04:08:11.766815+0000 mgr.a (mgr.14403) 26235 : cluster 0 pgmap v19593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:13 smithi194 bash[32038]: cluster 2023-12-08T04:08:11.766815+0000 mgr.a (mgr.14403) 26235 : cluster 0 pgmap v19593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:13 smithi135 bash[32435]: cluster 2023-12-08T04:08:11.766815+0000 mgr.a (mgr.14403) 26235 : cluster 0 pgmap v19593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:15.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:15 smithi079 bash[28699]: cluster 2023-12-08T04:08:13.767637+0000 mgr.a (mgr.14403) 26236 : cluster 0 pgmap v19594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:15 smithi194 bash[32038]: cluster 2023-12-08T04:08:13.767637+0000 mgr.a (mgr.14403) 26236 : cluster 0 pgmap v19594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:15 smithi135 bash[32435]: cluster 2023-12-08T04:08:13.767637+0000 mgr.a (mgr.14403) 26236 : cluster 0 pgmap v19594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:16.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:08:16.520 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:16.520 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:17.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:17 smithi079 bash[28699]: cluster 2023-12-08T04:08:15.768243+0000 mgr.a (mgr.14403) 26237 : cluster 0 pgmap v19595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:17.419 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:08:17.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:17.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:17.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:17.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:08:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:17 smithi194 bash[32038]: cluster 2023-12-08T04:08:15.768243+0000 mgr.a (mgr.14403) 26237 : cluster 0 pgmap v19595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:17 smithi135 bash[32435]: cluster 2023-12-08T04:08:15.768243+0000 mgr.a (mgr.14403) 26237 : cluster 0 pgmap v19595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:18.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:18 smithi079 bash[28699]: audit 2023-12-08T04:08:16.914674+0000 mgr.a (mgr.14403) 26238 : audit 0 from='client.515928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:18 smithi194 bash[32038]: audit 2023-12-08T04:08:16.914674+0000 mgr.a (mgr.14403) 26238 : audit 0 from='client.515928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:18 smithi135 bash[32435]: audit 2023-12-08T04:08:16.914674+0000 mgr.a (mgr.14403) 26238 : audit 0 from='client.515928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:19.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:19 smithi079 bash[28699]: cluster 2023-12-08T04:08:17.769096+0000 mgr.a (mgr.14403) 26239 : cluster 0 pgmap v19596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:19 smithi194 bash[32038]: cluster 2023-12-08T04:08:17.769096+0000 mgr.a (mgr.14403) 26239 : cluster 0 pgmap v19596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:19 smithi135 bash[32435]: cluster 2023-12-08T04:08:17.769096+0000 mgr.a (mgr.14403) 26239 : cluster 0 pgmap v19596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:21 smithi079 bash[28699]: cluster 2023-12-08T04:08:19.769968+0000 mgr.a (mgr.14403) 26240 : cluster 0 pgmap v19597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:21 smithi194 bash[32038]: cluster 2023-12-08T04:08:19.769968+0000 mgr.a (mgr.14403) 26240 : cluster 0 pgmap v19597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:21.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:21 smithi135 bash[32435]: cluster 2023-12-08T04:08:19.769968+0000 mgr.a (mgr.14403) 26240 : cluster 0 pgmap v19597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:22.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:08:22.423 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:22.423 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:23.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:23.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:23.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:23.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:08:23.320 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:08:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:23 smithi079 bash[28699]: cluster 2023-12-08T04:08:21.770549+0000 mgr.a (mgr.14403) 26241 : cluster 0 pgmap v19598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:23 smithi194 bash[32038]: cluster 2023-12-08T04:08:21.770549+0000 mgr.a (mgr.14403) 26241 : cluster 0 pgmap v19598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:23.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:23 smithi135 bash[32435]: cluster 2023-12-08T04:08:21.770549+0000 mgr.a (mgr.14403) 26241 : cluster 0 pgmap v19598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:24 smithi079 bash[28699]: audit 2023-12-08T04:08:22.829087+0000 mgr.a (mgr.14403) 26242 : audit 0 from='client.516006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:24 smithi194 bash[32038]: audit 2023-12-08T04:08:22.829087+0000 mgr.a (mgr.14403) 26242 : audit 0 from='client.516006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:24 smithi135 bash[32435]: audit 2023-12-08T04:08:22.829087+0000 mgr.a (mgr.14403) 26242 : audit 0 from='client.516006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:25 smithi079 bash[28699]: cluster 2023-12-08T04:08:23.771493+0000 mgr.a (mgr.14403) 26243 : cluster 0 pgmap v19599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:25 smithi194 bash[32038]: cluster 2023-12-08T04:08:23.771493+0000 mgr.a (mgr.14403) 26243 : cluster 0 pgmap v19599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:25 smithi135 bash[32435]: cluster 2023-12-08T04:08:23.771493+0000 mgr.a (mgr.14403) 26243 : cluster 0 pgmap v19599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:27 smithi079 bash[28699]: cluster 2023-12-08T04:08:25.772080+0000 mgr.a (mgr.14403) 26244 : cluster 0 pgmap v19600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:27 smithi194 bash[32038]: cluster 2023-12-08T04:08:25.772080+0000 mgr.a (mgr.14403) 26244 : cluster 0 pgmap v19600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:27 smithi135 bash[32435]: cluster 2023-12-08T04:08:25.772080+0000 mgr.a (mgr.14403) 26244 : cluster 0 pgmap v19600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:28.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:08:28.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:28.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:29.244 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:08:29.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:29.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:29.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:29.244 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:08:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:29 smithi079 bash[28699]: cluster 2023-12-08T04:08:27.772670+0000 mgr.a (mgr.14403) 26245 : cluster 0 pgmap v19601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:29 smithi194 bash[32038]: cluster 2023-12-08T04:08:27.772670+0000 mgr.a (mgr.14403) 26245 : cluster 0 pgmap v19601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:29 smithi135 bash[32435]: cluster 2023-12-08T04:08:27.772670+0000 mgr.a (mgr.14403) 26245 : cluster 0 pgmap v19601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:30.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:30 smithi079 bash[28699]: audit 2023-12-08T04:08:28.726452+0000 mgr.a (mgr.14403) 26246 : audit 0 from='client.516081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:30 smithi194 bash[32038]: audit 2023-12-08T04:08:28.726452+0000 mgr.a (mgr.14403) 26246 : audit 0 from='client.516081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:30 smithi135 bash[32435]: audit 2023-12-08T04:08:28.726452+0000 mgr.a (mgr.14403) 26246 : audit 0 from='client.516081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:31 smithi079 bash[28699]: cluster 2023-12-08T04:08:29.773777+0000 mgr.a (mgr.14403) 26247 : cluster 0 pgmap v19602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:31 smithi194 bash[32038]: cluster 2023-12-08T04:08:29.773777+0000 mgr.a (mgr.14403) 26247 : cluster 0 pgmap v19602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:31 smithi135 bash[32435]: cluster 2023-12-08T04:08:29.773777+0000 mgr.a (mgr.14403) 26247 : cluster 0 pgmap v19602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:33 smithi079 bash[28699]: cluster 2023-12-08T04:08:31.774350+0000 mgr.a (mgr.14403) 26248 : cluster 0 pgmap v19603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:33 smithi194 bash[32038]: cluster 2023-12-08T04:08:31.774350+0000 mgr.a (mgr.14403) 26248 : cluster 0 pgmap v19603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:33 smithi135 bash[32435]: cluster 2023-12-08T04:08:31.774350+0000 mgr.a (mgr.14403) 26248 : cluster 0 pgmap v19603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:34.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:08:34.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:34.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:35.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:35.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:35.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:35.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:08:35.127 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:08:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:35 smithi079 bash[28699]: cluster 2023-12-08T04:08:33.775126+0000 mgr.a (mgr.14403) 26249 : cluster 0 pgmap v19604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:35 smithi194 bash[32038]: cluster 2023-12-08T04:08:33.775126+0000 mgr.a (mgr.14403) 26249 : cluster 0 pgmap v19604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:35 smithi135 bash[32435]: cluster 2023-12-08T04:08:33.775126+0000 mgr.a (mgr.14403) 26249 : cluster 0 pgmap v19604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:36.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:36 smithi079 bash[28699]: audit 2023-12-08T04:08:34.639589+0000 mgr.a (mgr.14403) 26250 : audit 0 from='client.516156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:36.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:36 smithi194 bash[32038]: audit 2023-12-08T04:08:34.639589+0000 mgr.a (mgr.14403) 26250 : audit 0 from='client.516156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:36 smithi135 bash[32435]: audit 2023-12-08T04:08:34.639589+0000 mgr.a (mgr.14403) 26250 : audit 0 from='client.516156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:37 smithi079 bash[28699]: cluster 2023-12-08T04:08:35.775835+0000 mgr.a (mgr.14403) 26251 : cluster 0 pgmap v19605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:37 smithi194 bash[32038]: cluster 2023-12-08T04:08:35.775835+0000 mgr.a (mgr.14403) 26251 : cluster 0 pgmap v19605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:37 smithi135 bash[32435]: cluster 2023-12-08T04:08:35.775835+0000 mgr.a (mgr.14403) 26251 : cluster 0 pgmap v19605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:39 smithi079 bash[28699]: cluster 2023-12-08T04:08:37.776413+0000 mgr.a (mgr.14403) 26252 : cluster 0 pgmap v19606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:39 smithi194 bash[32038]: cluster 2023-12-08T04:08:37.776413+0000 mgr.a (mgr.14403) 26252 : cluster 0 pgmap v19606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:39 smithi135 bash[32435]: cluster 2023-12-08T04:08:37.776413+0000 mgr.a (mgr.14403) 26252 : cluster 0 pgmap v19606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:08:40.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:08:40.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:40.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:41.046 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:08:41.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:41.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:41.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:41.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:08:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:41 smithi079 bash[28699]: cluster 2023-12-08T04:08:39.777277+0000 mgr.a (mgr.14403) 26253 : cluster 0 pgmap v19607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:41 smithi194 bash[32038]: cluster 2023-12-08T04:08:39.777277+0000 mgr.a (mgr.14403) 26253 : cluster 0 pgmap v19607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:41 smithi135 bash[32435]: cluster 2023-12-08T04:08:39.777277+0000 mgr.a (mgr.14403) 26253 : cluster 0 pgmap v19607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:42.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:42 smithi079 bash[28699]: audit 2023-12-08T04:08:40.536792+0000 mgr.a (mgr.14403) 26254 : audit 0 from='client.516234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:42.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:42 smithi194 bash[32038]: audit 2023-12-08T04:08:40.536792+0000 mgr.a (mgr.14403) 26254 : audit 0 from='client.516234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:42 smithi135 bash[32435]: audit 2023-12-08T04:08:40.536792+0000 mgr.a (mgr.14403) 26254 : audit 0 from='client.516234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:43 smithi079 bash[28699]: cluster 2023-12-08T04:08:41.778111+0000 mgr.a (mgr.14403) 26255 : cluster 0 pgmap v19608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:43 smithi194 bash[32038]: cluster 2023-12-08T04:08:41.778111+0000 mgr.a (mgr.14403) 26255 : cluster 0 pgmap v19608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:43 smithi135 bash[32435]: cluster 2023-12-08T04:08:41.778111+0000 mgr.a (mgr.14403) 26255 : cluster 0 pgmap v19608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:45 smithi079 bash[28699]: cluster 2023-12-08T04:08:43.779098+0000 mgr.a (mgr.14403) 26256 : cluster 0 pgmap v19609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:45 smithi194 bash[32038]: cluster 2023-12-08T04:08:43.779098+0000 mgr.a (mgr.14403) 26256 : cluster 0 pgmap v19609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:45 smithi135 bash[32435]: cluster 2023-12-08T04:08:43.779098+0000 mgr.a (mgr.14403) 26256 : cluster 0 pgmap v19609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:46.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:08:46.049 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:46.049 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:46.955 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:08:46.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:46.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:46.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:46.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:08:47.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:47 smithi079 bash[28699]: cluster 2023-12-08T04:08:45.779634+0000 mgr.a (mgr.14403) 26257 : cluster 0 pgmap v19610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:47 smithi194 bash[32038]: cluster 2023-12-08T04:08:45.779634+0000 mgr.a (mgr.14403) 26257 : cluster 0 pgmap v19610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:47 smithi135 bash[32435]: cluster 2023-12-08T04:08:45.779634+0000 mgr.a (mgr.14403) 26257 : cluster 0 pgmap v19610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:48.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:48 smithi194 bash[32038]: audit 2023-12-08T04:08:46.456135+0000 mgr.a (mgr.14403) 26258 : audit 0 from='client.516306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:48.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:48 smithi135 bash[32435]: audit 2023-12-08T04:08:46.456135+0000 mgr.a (mgr.14403) 26258 : audit 0 from='client.516306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:48 smithi079 bash[28699]: audit 2023-12-08T04:08:46.456135+0000 mgr.a (mgr.14403) 26258 : audit 0 from='client.516306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:49 smithi194 bash[32038]: cluster 2023-12-08T04:08:47.780400+0000 mgr.a (mgr.14403) 26259 : cluster 0 pgmap v19611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:49 smithi135 bash[32435]: cluster 2023-12-08T04:08:47.780400+0000 mgr.a (mgr.14403) 26259 : cluster 0 pgmap v19611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:49 smithi079 bash[28699]: cluster 2023-12-08T04:08:47.780400+0000 mgr.a (mgr.14403) 26259 : cluster 0 pgmap v19611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:50 smithi194 bash[32038]: cluster 2023-12-08T04:08:49.781181+0000 mgr.a (mgr.14403) 26260 : cluster 0 pgmap v19612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:50 smithi135 bash[32435]: cluster 2023-12-08T04:08:49.781181+0000 mgr.a (mgr.14403) 26260 : cluster 0 pgmap v19612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:50 smithi079 bash[28699]: cluster 2023-12-08T04:08:49.781181+0000 mgr.a (mgr.14403) 26260 : cluster 0 pgmap v19612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:51.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:08:51.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:51.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:52.877 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:08:52.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:52.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:52.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:52.878 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:08:53.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:52 smithi194 bash[32038]: cluster 2023-12-08T04:08:51.781772+0000 mgr.a (mgr.14403) 26261 : cluster 0 pgmap v19613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:53.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:52 smithi135 bash[32435]: cluster 2023-12-08T04:08:51.781772+0000 mgr.a (mgr.14403) 26261 : cluster 0 pgmap v19613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:52 smithi079 bash[28699]: cluster 2023-12-08T04:08:51.781772+0000 mgr.a (mgr.14403) 26261 : cluster 0 pgmap v19613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:53 smithi194 bash[32038]: audit 2023-12-08T04:08:52.362201+0000 mgr.a (mgr.14403) 26262 : audit 0 from='client.516381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:54.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:53 smithi135 bash[32435]: audit 2023-12-08T04:08:52.362201+0000 mgr.a (mgr.14403) 26262 : audit 0 from='client.516381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:54.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:53 smithi079 bash[28699]: audit 2023-12-08T04:08:52.362201+0000 mgr.a (mgr.14403) 26262 : audit 0 from='client.516381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:08:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:54 smithi194 bash[32038]: cluster 2023-12-08T04:08:53.782662+0000 mgr.a (mgr.14403) 26263 : cluster 0 pgmap v19614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:55.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:54 smithi135 bash[32435]: cluster 2023-12-08T04:08:53.782662+0000 mgr.a (mgr.14403) 26263 : cluster 0 pgmap v19614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:55.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:54 smithi079 bash[28699]: cluster 2023-12-08T04:08:53.782662+0000 mgr.a (mgr.14403) 26263 : cluster 0 pgmap v19614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:08:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:56 smithi194 bash[32038]: cluster 2023-12-08T04:08:55.783355+0000 mgr.a (mgr.14403) 26264 : cluster 0 pgmap v19615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:57.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:56 smithi135 bash[32435]: cluster 2023-12-08T04:08:55.783355+0000 mgr.a (mgr.14403) 26264 : cluster 0 pgmap v19615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:56 smithi079 bash[28699]: cluster 2023-12-08T04:08:55.783355+0000 mgr.a (mgr.14403) 26264 : cluster 0 pgmap v19615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:57.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:08:57.880 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:08:57.880 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:08:58.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:08:58.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:08:58.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:08:58.788 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:08:58.788 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:08:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:58 smithi194 bash[32038]: cluster 2023-12-08T04:08:57.783964+0000 mgr.a (mgr.14403) 26265 : cluster 0 pgmap v19616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:59.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:58 smithi135 bash[32435]: cluster 2023-12-08T04:08:57.783964+0000 mgr.a (mgr.14403) 26265 : cluster 0 pgmap v19616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:08:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:58 smithi079 bash[28699]: cluster 2023-12-08T04:08:57.783964+0000 mgr.a (mgr.14403) 26265 : cluster 0 pgmap v19616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:08:59 smithi194 bash[32038]: audit 2023-12-08T04:08:58.287237+0000 mgr.a (mgr.14403) 26266 : audit 0 from='client.516459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:08:59 smithi135 bash[32435]: audit 2023-12-08T04:08:58.287237+0000 mgr.a (mgr.14403) 26266 : audit 0 from='client.516459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:08:59 smithi079 bash[28699]: audit 2023-12-08T04:08:58.287237+0000 mgr.a (mgr.14403) 26266 : audit 0 from='client.516459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:00 smithi194 bash[32038]: cluster 2023-12-08T04:08:59.784980+0000 mgr.a (mgr.14403) 26267 : cluster 0 pgmap v19617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:09:01.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:00 smithi135 bash[32435]: cluster 2023-12-08T04:08:59.784980+0000 mgr.a (mgr.14403) 26267 : cluster 0 pgmap v19617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:09:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:00 smithi079 bash[28699]: cluster 2023-12-08T04:08:59.784980+0000 mgr.a (mgr.14403) 26267 : cluster 0 pgmap v19617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:09:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:01 smithi194 bash[32038]: audit 2023-12-08T04:09:00.954915+0000 mon.a (mon.0) 4069 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:09:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:01 smithi194 bash[32038]: audit 2023-12-08T04:09:01.693532+0000 mon.a (mon.0) 4070 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:09:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:01 smithi194 bash[32038]: audit 2023-12-08T04:09:01.695366+0000 mon.a (mon.0) 4071 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:09:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:01 smithi194 bash[32038]: audit 2023-12-08T04:09:01.704163+0000 mon.a (mon.0) 4072 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:09:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:01 smithi135 bash[32435]: audit 2023-12-08T04:09:00.954915+0000 mon.a (mon.0) 4069 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:09:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:01 smithi135 bash[32435]: audit 2023-12-08T04:09:01.693532+0000 mon.a (mon.0) 4070 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:09:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:01 smithi135 bash[32435]: audit 2023-12-08T04:09:01.695366+0000 mon.a (mon.0) 4071 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:09:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:01 smithi135 bash[32435]: audit 2023-12-08T04:09:01.704163+0000 mon.a (mon.0) 4072 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:09:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:01 smithi079 bash[28699]: audit 2023-12-08T04:09:00.954915+0000 mon.a (mon.0) 4069 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:09:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:01 smithi079 bash[28699]: audit 2023-12-08T04:09:01.693532+0000 mon.a (mon.0) 4070 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:09:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:01 smithi079 bash[28699]: audit 2023-12-08T04:09:01.695366+0000 mon.a (mon.0) 4071 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:09:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:01 smithi079 bash[28699]: audit 2023-12-08T04:09:01.704163+0000 mon.a (mon.0) 4072 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:09:03.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:02 smithi194 bash[32038]: cluster 2023-12-08T04:09:01.785540+0000 mgr.a (mgr.14403) 26268 : cluster 0 pgmap v19618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:09:03.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:02 smithi135 bash[32435]: cluster 2023-12-08T04:09:01.785540+0000 mgr.a (mgr.14403) 26268 : cluster 0 pgmap v19618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:09:03.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:02 smithi079 bash[28699]: cluster 2023-12-08T04:09:01.785540+0000 mgr.a (mgr.14403) 26268 : cluster 0 pgmap v19618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:09:03.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:09:03.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:03.792 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:04.726 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:09:04.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:04.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:04.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:04.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:09:05.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:04 smithi135 bash[32435]: cluster 2023-12-08T04:09:03.786259+0000 mgr.a (mgr.14403) 26269 : cluster 0 pgmap v19619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:04 smithi079 bash[28699]: cluster 2023-12-08T04:09:03.786259+0000 mgr.a (mgr.14403) 26269 : cluster 0 pgmap v19619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:04 smithi194 bash[32038]: cluster 2023-12-08T04:09:03.786259+0000 mgr.a (mgr.14403) 26269 : cluster 0 pgmap v19619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:06.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:05 smithi079 bash[28699]: audit 2023-12-08T04:09:04.193450+0000 mgr.a (mgr.14403) 26270 : audit 0 from='client.516534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:05 smithi194 bash[32038]: audit 2023-12-08T04:09:04.193450+0000 mgr.a (mgr.14403) 26270 : audit 0 from='client.516534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:05 smithi135 bash[32435]: audit 2023-12-08T04:09:04.193450+0000 mgr.a (mgr.14403) 26270 : audit 0 from='client.516534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:06 smithi079 bash[28699]: cluster 2023-12-08T04:09:05.786941+0000 mgr.a (mgr.14403) 26271 : cluster 0 pgmap v19620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:06 smithi194 bash[32038]: cluster 2023-12-08T04:09:05.786941+0000 mgr.a (mgr.14403) 26271 : cluster 0 pgmap v19620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:06 smithi135 bash[32435]: cluster 2023-12-08T04:09:05.786941+0000 mgr.a (mgr.14403) 26271 : cluster 0 pgmap v19620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:08 smithi079 bash[28699]: cluster 2023-12-08T04:09:07.787540+0000 mgr.a (mgr.14403) 26272 : cluster 0 pgmap v19621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:08 smithi194 bash[32038]: cluster 2023-12-08T04:09:07.787540+0000 mgr.a (mgr.14403) 26272 : cluster 0 pgmap v19621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:08 smithi135 bash[32435]: cluster 2023-12-08T04:09:07.787540+0000 mgr.a (mgr.14403) 26272 : cluster 0 pgmap v19621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:09.729 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:09:09.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:09.730 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:10.623 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:09:10.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:10.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:10.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:10.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:09:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:10 smithi079 bash[28699]: cluster 2023-12-08T04:09:09.788111+0000 mgr.a (mgr.14403) 26273 : cluster 0 pgmap v19622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:10 smithi079 bash[28699]: audit 2023-12-08T04:09:10.129610+0000 mgr.a (mgr.14403) 26274 : audit 0 from='client.516609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:10 smithi194 bash[32038]: cluster 2023-12-08T04:09:09.788111+0000 mgr.a (mgr.14403) 26273 : cluster 0 pgmap v19622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:10 smithi194 bash[32038]: audit 2023-12-08T04:09:10.129610+0000 mgr.a (mgr.14403) 26274 : audit 0 from='client.516609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:10 smithi135 bash[32435]: cluster 2023-12-08T04:09:09.788111+0000 mgr.a (mgr.14403) 26273 : cluster 0 pgmap v19622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:10 smithi135 bash[32435]: audit 2023-12-08T04:09:10.129610+0000 mgr.a (mgr.14403) 26274 : audit 0 from='client.516609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:12 smithi079 bash[28699]: cluster 2023-12-08T04:09:11.788708+0000 mgr.a (mgr.14403) 26275 : cluster 0 pgmap v19623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:09:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:12 smithi194 bash[32038]: cluster 2023-12-08T04:09:11.788708+0000 mgr.a (mgr.14403) 26275 : cluster 0 pgmap v19623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:09:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:12 smithi135 bash[32435]: cluster 2023-12-08T04:09:11.788708+0000 mgr.a (mgr.14403) 26275 : cluster 0 pgmap v19623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:09:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:14 smithi079 bash[28699]: cluster 2023-12-08T04:09:13.789519+0000 mgr.a (mgr.14403) 26276 : cluster 0 pgmap v19624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:09:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:14 smithi194 bash[32038]: cluster 2023-12-08T04:09:13.789519+0000 mgr.a (mgr.14403) 26276 : cluster 0 pgmap v19624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:09:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:14 smithi135 bash[32435]: cluster 2023-12-08T04:09:13.789519+0000 mgr.a (mgr.14403) 26276 : cluster 0 pgmap v19624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:09:15.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:09:15.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:15.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:16.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:16.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:16.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:16.540 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:09:16.540 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:09:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:16 smithi079 bash[28699]: cluster 2023-12-08T04:09:15.790018+0000 mgr.a (mgr.14403) 26277 : cluster 0 pgmap v19625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:16 smithi079 bash[28699]: audit 2023-12-08T04:09:16.020951+0000 mgr.a (mgr.14403) 26278 : audit 0 from='client.516684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:16 smithi194 bash[32038]: cluster 2023-12-08T04:09:15.790018+0000 mgr.a (mgr.14403) 26277 : cluster 0 pgmap v19625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:16 smithi194 bash[32038]: audit 2023-12-08T04:09:16.020951+0000 mgr.a (mgr.14403) 26278 : audit 0 from='client.516684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:16 smithi135 bash[32435]: cluster 2023-12-08T04:09:15.790018+0000 mgr.a (mgr.14403) 26277 : cluster 0 pgmap v19625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:16 smithi135 bash[32435]: audit 2023-12-08T04:09:16.020951+0000 mgr.a (mgr.14403) 26278 : audit 0 from='client.516684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:18 smithi079 bash[28699]: cluster 2023-12-08T04:09:17.790681+0000 mgr.a (mgr.14403) 26279 : cluster 0 pgmap v19626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:18 smithi194 bash[32038]: cluster 2023-12-08T04:09:17.790681+0000 mgr.a (mgr.14403) 26279 : cluster 0 pgmap v19626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:18 smithi135 bash[32435]: cluster 2023-12-08T04:09:17.790681+0000 mgr.a (mgr.14403) 26279 : cluster 0 pgmap v19626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:20 smithi079 bash[28699]: cluster 2023-12-08T04:09:19.791536+0000 mgr.a (mgr.14403) 26280 : cluster 0 pgmap v19627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:20 smithi194 bash[32038]: cluster 2023-12-08T04:09:19.791536+0000 mgr.a (mgr.14403) 26280 : cluster 0 pgmap v19627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:21.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:20 smithi135 bash[32435]: cluster 2023-12-08T04:09:19.791536+0000 mgr.a (mgr.14403) 26280 : cluster 0 pgmap v19627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:21.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:09:21.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:21.544 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:22.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:22.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:22.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:22.448 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:09:22.448 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:09:23.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:22 smithi079 bash[28699]: cluster 2023-12-08T04:09:21.792070+0000 mgr.a (mgr.14403) 26281 : cluster 0 pgmap v19628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:23.463 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:22 smithi079 bash[28699]: audit 2023-12-08T04:09:21.946270+0000 mgr.a (mgr.14403) 26282 : audit 0 from='client.516759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:23.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:22 smithi135 bash[32435]: cluster 2023-12-08T04:09:21.792070+0000 mgr.a (mgr.14403) 26281 : cluster 0 pgmap v19628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:23.464 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:22 smithi135 bash[32435]: audit 2023-12-08T04:09:21.946270+0000 mgr.a (mgr.14403) 26282 : audit 0 from='client.516759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:23.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:22 smithi194 bash[32038]: cluster 2023-12-08T04:09:21.792070+0000 mgr.a (mgr.14403) 26281 : cluster 0 pgmap v19628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:23.464 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:22 smithi194 bash[32038]: audit 2023-12-08T04:09:21.946270+0000 mgr.a (mgr.14403) 26282 : audit 0 from='client.516759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:25 smithi079 bash[28699]: cluster 2023-12-08T04:09:23.792923+0000 mgr.a (mgr.14403) 26283 : cluster 0 pgmap v19629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:25 smithi194 bash[32038]: cluster 2023-12-08T04:09:23.792923+0000 mgr.a (mgr.14403) 26283 : cluster 0 pgmap v19629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:25 smithi135 bash[32435]: cluster 2023-12-08T04:09:23.792923+0000 mgr.a (mgr.14403) 26283 : cluster 0 pgmap v19629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:27 smithi079 bash[28699]: cluster 2023-12-08T04:09:25.793505+0000 mgr.a (mgr.14403) 26284 : cluster 0 pgmap v19630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:27.451 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:09:27.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:27.451 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:27.454 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:27 smithi194 bash[32038]: cluster 2023-12-08T04:09:25.793505+0000 mgr.a (mgr.14403) 26284 : cluster 0 pgmap v19630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:27 smithi135 bash[32435]: cluster 2023-12-08T04:09:25.793505+0000 mgr.a (mgr.14403) 26284 : cluster 0 pgmap v19630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:28.366 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:09:28.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:28.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:28.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:28.367 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:09:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:29 smithi079 bash[28699]: cluster 2023-12-08T04:09:27.794041+0000 mgr.a (mgr.14403) 26285 : cluster 0 pgmap v19631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:29 smithi079 bash[28699]: audit 2023-12-08T04:09:27.858451+0000 mgr.a (mgr.14403) 26286 : audit 0 from='client.516837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:29 smithi194 bash[32038]: cluster 2023-12-08T04:09:27.794041+0000 mgr.a (mgr.14403) 26285 : cluster 0 pgmap v19631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:29 smithi194 bash[32038]: audit 2023-12-08T04:09:27.858451+0000 mgr.a (mgr.14403) 26286 : audit 0 from='client.516837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:29 smithi135 bash[32435]: cluster 2023-12-08T04:09:27.794041+0000 mgr.a (mgr.14403) 26285 : cluster 0 pgmap v19631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:29 smithi135 bash[32435]: audit 2023-12-08T04:09:27.858451+0000 mgr.a (mgr.14403) 26286 : audit 0 from='client.516837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:31 smithi079 bash[28699]: cluster 2023-12-08T04:09:29.794921+0000 mgr.a (mgr.14403) 26287 : cluster 0 pgmap v19632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:31 smithi194 bash[32038]: cluster 2023-12-08T04:09:29.794921+0000 mgr.a (mgr.14403) 26287 : cluster 0 pgmap v19632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:31 smithi135 bash[32435]: cluster 2023-12-08T04:09:29.794921+0000 mgr.a (mgr.14403) 26287 : cluster 0 pgmap v19632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:33.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:09:33.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:33.369 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:33 smithi079 bash[28699]: cluster 2023-12-08T04:09:31.795509+0000 mgr.a (mgr.14403) 26288 : cluster 0 pgmap v19633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:33 smithi194 bash[32038]: cluster 2023-12-08T04:09:31.795509+0000 mgr.a (mgr.14403) 26288 : cluster 0 pgmap v19633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:33 smithi135 bash[32435]: cluster 2023-12-08T04:09:31.795509+0000 mgr.a (mgr.14403) 26288 : cluster 0 pgmap v19633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:34.317 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:09:34.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:34.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:34.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:34.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:09:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:35 smithi079 bash[28699]: audit 2023-12-08T04:09:33.775905+0000 mgr.a (mgr.14403) 26289 : audit 0 from='client.516912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:35 smithi079 bash[28699]: cluster 2023-12-08T04:09:33.796809+0000 mgr.a (mgr.14403) 26290 : cluster 0 pgmap v19634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:35 smithi194 bash[32038]: audit 2023-12-08T04:09:33.775905+0000 mgr.a (mgr.14403) 26289 : audit 0 from='client.516912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:35 smithi194 bash[32038]: cluster 2023-12-08T04:09:33.796809+0000 mgr.a (mgr.14403) 26290 : cluster 0 pgmap v19634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:35 smithi135 bash[32435]: audit 2023-12-08T04:09:33.775905+0000 mgr.a (mgr.14403) 26289 : audit 0 from='client.516912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:35 smithi135 bash[32435]: cluster 2023-12-08T04:09:33.796809+0000 mgr.a (mgr.14403) 26290 : cluster 0 pgmap v19634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:37 smithi079 bash[28699]: cluster 2023-12-08T04:09:35.797504+0000 mgr.a (mgr.14403) 26291 : cluster 0 pgmap v19635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:37 smithi194 bash[32038]: cluster 2023-12-08T04:09:35.797504+0000 mgr.a (mgr.14403) 26291 : cluster 0 pgmap v19635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:37 smithi135 bash[32435]: cluster 2023-12-08T04:09:35.797504+0000 mgr.a (mgr.14403) 26291 : cluster 0 pgmap v19635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:39.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:09:39.321 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:39.321 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:39 smithi079 bash[28699]: cluster 2023-12-08T04:09:37.798073+0000 mgr.a (mgr.14403) 26292 : cluster 0 pgmap v19636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:39 smithi194 bash[32038]: cluster 2023-12-08T04:09:37.798073+0000 mgr.a (mgr.14403) 26292 : cluster 0 pgmap v19636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:39 smithi135 bash[32435]: cluster 2023-12-08T04:09:37.798073+0000 mgr.a (mgr.14403) 26292 : cluster 0 pgmap v19636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:40.256 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:09:40.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:40.256 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:40.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:40.257 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:09:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:41 smithi079 bash[28699]: audit 2023-12-08T04:09:39.719318+0000 mgr.a (mgr.14403) 26293 : audit 0 from='client.516987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:41 smithi079 bash[28699]: cluster 2023-12-08T04:09:39.799009+0000 mgr.a (mgr.14403) 26294 : cluster 0 pgmap v19637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:41 smithi194 bash[32038]: audit 2023-12-08T04:09:39.719318+0000 mgr.a (mgr.14403) 26293 : audit 0 from='client.516987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:41 smithi194 bash[32038]: cluster 2023-12-08T04:09:39.799009+0000 mgr.a (mgr.14403) 26294 : cluster 0 pgmap v19637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:41 smithi135 bash[32435]: audit 2023-12-08T04:09:39.719318+0000 mgr.a (mgr.14403) 26293 : audit 0 from='client.516987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:41 smithi135 bash[32435]: cluster 2023-12-08T04:09:39.799009+0000 mgr.a (mgr.14403) 26294 : cluster 0 pgmap v19637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:43 smithi079 bash[28699]: cluster 2023-12-08T04:09:41.799605+0000 mgr.a (mgr.14403) 26295 : cluster 0 pgmap v19638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:43 smithi194 bash[32038]: cluster 2023-12-08T04:09:41.799605+0000 mgr.a (mgr.14403) 26295 : cluster 0 pgmap v19638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:43 smithi135 bash[32435]: cluster 2023-12-08T04:09:41.799605+0000 mgr.a (mgr.14403) 26295 : cluster 0 pgmap v19638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:09:45.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:09:45.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:45.260 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:45.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:45 smithi079 bash[28699]: cluster 2023-12-08T04:09:43.800404+0000 mgr.a (mgr.14403) 26296 : cluster 0 pgmap v19639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:45 smithi194 bash[32038]: cluster 2023-12-08T04:09:43.800404+0000 mgr.a (mgr.14403) 26296 : cluster 0 pgmap v19639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:45 smithi135 bash[32435]: cluster 2023-12-08T04:09:43.800404+0000 mgr.a (mgr.14403) 26296 : cluster 0 pgmap v19639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:46.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:46.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:46.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:46.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:09:46.144 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:09:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:47 smithi079 bash[28699]: audit 2023-12-08T04:09:45.657699+0000 mgr.a (mgr.14403) 26297 : audit 0 from='client.517065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:47 smithi079 bash[28699]: cluster 2023-12-08T04:09:45.801134+0000 mgr.a (mgr.14403) 26298 : cluster 0 pgmap v19640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:47 smithi194 bash[32038]: audit 2023-12-08T04:09:45.657699+0000 mgr.a (mgr.14403) 26297 : audit 0 from='client.517065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:47 smithi194 bash[32038]: cluster 2023-12-08T04:09:45.801134+0000 mgr.a (mgr.14403) 26298 : cluster 0 pgmap v19640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:47 smithi135 bash[32435]: audit 2023-12-08T04:09:45.657699+0000 mgr.a (mgr.14403) 26297 : audit 0 from='client.517065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:47 smithi135 bash[32435]: cluster 2023-12-08T04:09:45.801134+0000 mgr.a (mgr.14403) 26298 : cluster 0 pgmap v19640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:49 smithi079 bash[28699]: cluster 2023-12-08T04:09:47.801793+0000 mgr.a (mgr.14403) 26299 : cluster 0 pgmap v19641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:49 smithi194 bash[32038]: cluster 2023-12-08T04:09:47.801793+0000 mgr.a (mgr.14403) 26299 : cluster 0 pgmap v19641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:49 smithi135 bash[32435]: cluster 2023-12-08T04:09:47.801793+0000 mgr.a (mgr.14403) 26299 : cluster 0 pgmap v19641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:51.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:09:51.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:51.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:51 smithi079 bash[28699]: cluster 2023-12-08T04:09:49.802600+0000 mgr.a (mgr.14403) 26300 : cluster 0 pgmap v19642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:51.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:51 smithi194 bash[32038]: cluster 2023-12-08T04:09:49.802600+0000 mgr.a (mgr.14403) 26300 : cluster 0 pgmap v19642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:51.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:51 smithi135 bash[32435]: cluster 2023-12-08T04:09:49.802600+0000 mgr.a (mgr.14403) 26300 : cluster 0 pgmap v19642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:52.080 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:09:52.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:52.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:52.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:52.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:09:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:53 smithi079 bash[28699]: audit 2023-12-08T04:09:51.556098+0000 mgr.a (mgr.14403) 26301 : audit 0 from='client.517137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:53 smithi079 bash[28699]: cluster 2023-12-08T04:09:51.803058+0000 mgr.a (mgr.14403) 26302 : cluster 0 pgmap v19643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:53 smithi194 bash[32038]: audit 2023-12-08T04:09:51.556098+0000 mgr.a (mgr.14403) 26301 : audit 0 from='client.517137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:53 smithi194 bash[32038]: cluster 2023-12-08T04:09:51.803058+0000 mgr.a (mgr.14403) 26302 : cluster 0 pgmap v19643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:53 smithi135 bash[32435]: audit 2023-12-08T04:09:51.556098+0000 mgr.a (mgr.14403) 26301 : audit 0 from='client.517137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:53 smithi135 bash[32435]: cluster 2023-12-08T04:09:51.803058+0000 mgr.a (mgr.14403) 26302 : cluster 0 pgmap v19643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:55 smithi079 bash[28699]: cluster 2023-12-08T04:09:53.803834+0000 mgr.a (mgr.14403) 26303 : cluster 0 pgmap v19644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:55 smithi194 bash[32038]: cluster 2023-12-08T04:09:53.803834+0000 mgr.a (mgr.14403) 26303 : cluster 0 pgmap v19644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:55 smithi135 bash[32435]: cluster 2023-12-08T04:09:53.803834+0000 mgr.a (mgr.14403) 26303 : cluster 0 pgmap v19644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:09:57.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:09:57.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:09:57.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:09:57.399 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:57 smithi079 bash[28699]: cluster 2023-12-08T04:09:55.804387+0000 mgr.a (mgr.14403) 26304 : cluster 0 pgmap v19645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:57 smithi194 bash[32038]: cluster 2023-12-08T04:09:55.804387+0000 mgr.a (mgr.14403) 26304 : cluster 0 pgmap v19645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:57 smithi135 bash[32435]: cluster 2023-12-08T04:09:55.804387+0000 mgr.a (mgr.14403) 26304 : cluster 0 pgmap v19645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:57.961 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:09:57.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:09:57.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:09:57.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:09:57.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:09:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:59 smithi079 bash[28699]: audit 2023-12-08T04:09:57.487552+0000 mgr.a (mgr.14403) 26305 : audit 0 from='client.517215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:09:59 smithi079 bash[28699]: cluster 2023-12-08T04:09:57.804829+0000 mgr.a (mgr.14403) 26306 : cluster 0 pgmap v19646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:59 smithi194 bash[32038]: audit 2023-12-08T04:09:57.487552+0000 mgr.a (mgr.14403) 26305 : audit 0 from='client.517215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:09:59 smithi194 bash[32038]: cluster 2023-12-08T04:09:57.804829+0000 mgr.a (mgr.14403) 26306 : cluster 0 pgmap v19646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:09:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:59 smithi135 bash[32435]: audit 2023-12-08T04:09:57.487552+0000 mgr.a (mgr.14403) 26305 : audit 0 from='client.517215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:09:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:09:59 smithi135 bash[32435]: cluster 2023-12-08T04:09:57.804829+0000 mgr.a (mgr.14403) 26306 : cluster 0 pgmap v19646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:00 smithi079 bash[28699]: cluster 2023-12-08T04:10:00.000152+0000 mon.a (mon.0) 4073 : cluster 1 overall HEALTH_OK 2023-12-08T04:10:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:00 smithi194 bash[32038]: cluster 2023-12-08T04:10:00.000152+0000 mon.a (mon.0) 4073 : cluster 1 overall HEALTH_OK 2023-12-08T04:10:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:00 smithi135 bash[32435]: cluster 2023-12-08T04:10:00.000152+0000 mon.a (mon.0) 4073 : cluster 1 overall HEALTH_OK 2023-12-08T04:10:01.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:01 smithi079 bash[28699]: cluster 2023-12-08T04:09:59.805701+0000 mgr.a (mgr.14403) 26307 : cluster 0 pgmap v19647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:01 smithi194 bash[32038]: cluster 2023-12-08T04:09:59.805701+0000 mgr.a (mgr.14403) 26307 : cluster 0 pgmap v19647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:01 smithi135 bash[32435]: cluster 2023-12-08T04:09:59.805701+0000 mgr.a (mgr.14403) 26307 : cluster 0 pgmap v19647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:02 smithi079 bash[28699]: audit 2023-12-08T04:10:01.807450+0000 mon.a (mon.0) 4074 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:10:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:02 smithi194 bash[32038]: audit 2023-12-08T04:10:01.807450+0000 mon.a (mon.0) 4074 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:10:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:02 smithi135 bash[32435]: audit 2023-12-08T04:10:01.807450+0000 mon.a (mon.0) 4074 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:10:02.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:10:02.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:02.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:03 smithi079 bash[28699]: cluster 2023-12-08T04:10:01.806251+0000 mgr.a (mgr.14403) 26308 : cluster 0 pgmap v19648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:03 smithi079 bash[28699]: audit 2023-12-08T04:10:02.591348+0000 mon.a (mon.0) 4075 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:10:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:03 smithi079 bash[28699]: audit 2023-12-08T04:10:02.593109+0000 mon.a (mon.0) 4076 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:10:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:03 smithi079 bash[28699]: audit 2023-12-08T04:10:02.601984+0000 mon.a (mon.0) 4077 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:10:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:03 smithi194 bash[32038]: cluster 2023-12-08T04:10:01.806251+0000 mgr.a (mgr.14403) 26308 : cluster 0 pgmap v19648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:03 smithi194 bash[32038]: audit 2023-12-08T04:10:02.591348+0000 mon.a (mon.0) 4075 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:10:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:03 smithi194 bash[32038]: audit 2023-12-08T04:10:02.593109+0000 mon.a (mon.0) 4076 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:10:03.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:03 smithi194 bash[32038]: audit 2023-12-08T04:10:02.601984+0000 mon.a (mon.0) 4077 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:10:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:03 smithi135 bash[32435]: cluster 2023-12-08T04:10:01.806251+0000 mgr.a (mgr.14403) 26308 : cluster 0 pgmap v19648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:03 smithi135 bash[32435]: audit 2023-12-08T04:10:02.591348+0000 mon.a (mon.0) 4075 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:10:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:03 smithi135 bash[32435]: audit 2023-12-08T04:10:02.593109+0000 mon.a (mon.0) 4076 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:10:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:03 smithi135 bash[32435]: audit 2023-12-08T04:10:02.601984+0000 mon.a (mon.0) 4077 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:10:03.879 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:10:03.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:03.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:03.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:03.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:10:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:05 smithi079 bash[28699]: audit 2023-12-08T04:10:03.366387+0000 mgr.a (mgr.14403) 26309 : audit 0 from='client.517290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:05 smithi079 bash[28699]: cluster 2023-12-08T04:10:03.807426+0000 mgr.a (mgr.14403) 26310 : cluster 0 pgmap v19649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:10:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:05 smithi194 bash[32038]: audit 2023-12-08T04:10:03.366387+0000 mgr.a (mgr.14403) 26309 : audit 0 from='client.517290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:05 smithi194 bash[32038]: cluster 2023-12-08T04:10:03.807426+0000 mgr.a (mgr.14403) 26310 : cluster 0 pgmap v19649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:10:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:05 smithi135 bash[32435]: audit 2023-12-08T04:10:03.366387+0000 mgr.a (mgr.14403) 26309 : audit 0 from='client.517290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:05 smithi135 bash[32435]: cluster 2023-12-08T04:10:03.807426+0000 mgr.a (mgr.14403) 26310 : cluster 0 pgmap v19649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:10:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:07 smithi079 bash[28699]: cluster 2023-12-08T04:10:05.807937+0000 mgr.a (mgr.14403) 26311 : cluster 0 pgmap v19650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:10:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:07 smithi194 bash[32038]: cluster 2023-12-08T04:10:05.807937+0000 mgr.a (mgr.14403) 26311 : cluster 0 pgmap v19650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:10:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:07 smithi135 bash[32435]: cluster 2023-12-08T04:10:05.807937+0000 mgr.a (mgr.14403) 26311 : cluster 0 pgmap v19650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:10:08.882 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:10:08.883 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:08.883 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:09.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:09 smithi079 bash[28699]: cluster 2023-12-08T04:10:07.808499+0000 mgr.a (mgr.14403) 26312 : cluster 0 pgmap v19651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:10:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:09 smithi194 bash[32038]: cluster 2023-12-08T04:10:07.808499+0000 mgr.a (mgr.14403) 26312 : cluster 0 pgmap v19651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:10:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:09 smithi135 bash[32435]: cluster 2023-12-08T04:10:07.808499+0000 mgr.a (mgr.14403) 26312 : cluster 0 pgmap v19651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:10:09.810 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:10:09.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:09.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:09.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:09.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:10:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:11 smithi079 bash[28699]: audit 2023-12-08T04:10:09.293508+0000 mgr.a (mgr.14403) 26313 : audit 0 from='client.517368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:11 smithi079 bash[28699]: cluster 2023-12-08T04:10:09.809761+0000 mgr.a (mgr.14403) 26314 : cluster 0 pgmap v19652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:11 smithi194 bash[32038]: audit 2023-12-08T04:10:09.293508+0000 mgr.a (mgr.14403) 26313 : audit 0 from='client.517368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:11 smithi194 bash[32038]: cluster 2023-12-08T04:10:09.809761+0000 mgr.a (mgr.14403) 26314 : cluster 0 pgmap v19652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:11 smithi135 bash[32435]: audit 2023-12-08T04:10:09.293508+0000 mgr.a (mgr.14403) 26313 : audit 0 from='client.517368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:11 smithi135 bash[32435]: cluster 2023-12-08T04:10:09.809761+0000 mgr.a (mgr.14403) 26314 : cluster 0 pgmap v19652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:13 smithi079 bash[28699]: cluster 2023-12-08T04:10:11.810386+0000 mgr.a (mgr.14403) 26315 : cluster 0 pgmap v19653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:13 smithi194 bash[32038]: cluster 2023-12-08T04:10:11.810386+0000 mgr.a (mgr.14403) 26315 : cluster 0 pgmap v19653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:13 smithi135 bash[32435]: cluster 2023-12-08T04:10:11.810386+0000 mgr.a (mgr.14403) 26315 : cluster 0 pgmap v19653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:14.814 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:10:14.814 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:14.815 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:15 smithi079 bash[28699]: cluster 2023-12-08T04:10:13.811126+0000 mgr.a (mgr.14403) 26316 : cluster 0 pgmap v19654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:15 smithi194 bash[32038]: cluster 2023-12-08T04:10:13.811126+0000 mgr.a (mgr.14403) 26316 : cluster 0 pgmap v19654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:15 smithi135 bash[32435]: cluster 2023-12-08T04:10:13.811126+0000 mgr.a (mgr.14403) 26316 : cluster 0 pgmap v19654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:15.713 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:10:15.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:15.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:15.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:15.713 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:10:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:17 smithi079 bash[28699]: audit 2023-12-08T04:10:15.220788+0000 mgr.a (mgr.14403) 26317 : audit 0 from='client.517446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:17 smithi079 bash[28699]: cluster 2023-12-08T04:10:15.811718+0000 mgr.a (mgr.14403) 26318 : cluster 0 pgmap v19655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:10:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:17 smithi194 bash[32038]: audit 2023-12-08T04:10:15.220788+0000 mgr.a (mgr.14403) 26317 : audit 0 from='client.517446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:17 smithi194 bash[32038]: cluster 2023-12-08T04:10:15.811718+0000 mgr.a (mgr.14403) 26318 : cluster 0 pgmap v19655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:10:17.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:17 smithi135 bash[32435]: audit 2023-12-08T04:10:15.220788+0000 mgr.a (mgr.14403) 26317 : audit 0 from='client.517446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:17.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:17 smithi135 bash[32435]: cluster 2023-12-08T04:10:15.811718+0000 mgr.a (mgr.14403) 26318 : cluster 0 pgmap v19655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:10:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:19 smithi194 bash[32038]: cluster 2023-12-08T04:10:17.812292+0000 mgr.a (mgr.14403) 26319 : cluster 0 pgmap v19656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:10:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:19 smithi135 bash[32435]: cluster 2023-12-08T04:10:17.812292+0000 mgr.a (mgr.14403) 26319 : cluster 0 pgmap v19656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:10:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:19 smithi079 bash[28699]: cluster 2023-12-08T04:10:17.812292+0000 mgr.a (mgr.14403) 26319 : cluster 0 pgmap v19656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:10:20.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:10:20.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:20.715 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:21 smithi194 bash[32038]: cluster 2023-12-08T04:10:19.813076+0000 mgr.a (mgr.14403) 26320 : cluster 0 pgmap v19657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:10:21.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:21 smithi135 bash[32435]: cluster 2023-12-08T04:10:19.813076+0000 mgr.a (mgr.14403) 26320 : cluster 0 pgmap v19657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:10:21.611 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:10:21.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:21.611 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:21.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:21.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:10:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:21 smithi079 bash[28699]: cluster 2023-12-08T04:10:19.813076+0000 mgr.a (mgr.14403) 26320 : cluster 0 pgmap v19657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:10:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:22 smithi194 bash[32038]: audit 2023-12-08T04:10:21.123766+0000 mgr.a (mgr.14403) 26321 : audit 0 from='client.517521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:22 smithi135 bash[32435]: audit 2023-12-08T04:10:21.123766+0000 mgr.a (mgr.14403) 26321 : audit 0 from='client.517521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:22 smithi079 bash[28699]: audit 2023-12-08T04:10:21.123766+0000 mgr.a (mgr.14403) 26321 : audit 0 from='client.517521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:23 smithi194 bash[32038]: cluster 2023-12-08T04:10:21.813725+0000 mgr.a (mgr.14403) 26322 : cluster 0 pgmap v19658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:23.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:23 smithi135 bash[32435]: cluster 2023-12-08T04:10:21.813725+0000 mgr.a (mgr.14403) 26322 : cluster 0 pgmap v19658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:23 smithi079 bash[28699]: cluster 2023-12-08T04:10:21.813725+0000 mgr.a (mgr.14403) 26322 : cluster 0 pgmap v19658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:25 smithi194 bash[32038]: cluster 2023-12-08T04:10:23.814459+0000 mgr.a (mgr.14403) 26323 : cluster 0 pgmap v19659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:25 smithi135 bash[32435]: cluster 2023-12-08T04:10:23.814459+0000 mgr.a (mgr.14403) 26323 : cluster 0 pgmap v19659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:25 smithi079 bash[28699]: cluster 2023-12-08T04:10:23.814459+0000 mgr.a (mgr.14403) 26323 : cluster 0 pgmap v19659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:26.614 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:10:26.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:26.615 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:27 smithi194 bash[32038]: cluster 2023-12-08T04:10:25.815037+0000 mgr.a (mgr.14403) 26324 : cluster 0 pgmap v19660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:27 smithi135 bash[32435]: cluster 2023-12-08T04:10:25.815037+0000 mgr.a (mgr.14403) 26324 : cluster 0 pgmap v19660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:27.543 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:10:27.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:27.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:27.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:27.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:10:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:27 smithi079 bash[28699]: cluster 2023-12-08T04:10:25.815037+0000 mgr.a (mgr.14403) 26324 : cluster 0 pgmap v19660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:28 smithi194 bash[32038]: audit 2023-12-08T04:10:27.022753+0000 mgr.a (mgr.14403) 26325 : audit 0 from='client.517599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:28 smithi194 bash[32038]: cluster 2023-12-08T04:10:27.815697+0000 mgr.a (mgr.14403) 26326 : cluster 0 pgmap v19661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:28 smithi135 bash[32435]: audit 2023-12-08T04:10:27.022753+0000 mgr.a (mgr.14403) 26325 : audit 0 from='client.517599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:28 smithi135 bash[32435]: cluster 2023-12-08T04:10:27.815697+0000 mgr.a (mgr.14403) 26326 : cluster 0 pgmap v19661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:28 smithi079 bash[28699]: audit 2023-12-08T04:10:27.022753+0000 mgr.a (mgr.14403) 26325 : audit 0 from='client.517599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:28 smithi079 bash[28699]: cluster 2023-12-08T04:10:27.815697+0000 mgr.a (mgr.14403) 26326 : cluster 0 pgmap v19661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:30 smithi079 bash[28699]: cluster 2023-12-08T04:10:29.816479+0000 mgr.a (mgr.14403) 26327 : cluster 0 pgmap v19662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:31.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:30 smithi194 bash[32038]: cluster 2023-12-08T04:10:29.816479+0000 mgr.a (mgr.14403) 26327 : cluster 0 pgmap v19662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:31.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:30 smithi135 bash[32435]: cluster 2023-12-08T04:10:29.816479+0000 mgr.a (mgr.14403) 26327 : cluster 0 pgmap v19662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:32.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:10:32.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:32.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:32 smithi194 bash[32038]: cluster 2023-12-08T04:10:31.816940+0000 mgr.a (mgr.14403) 26328 : cluster 0 pgmap v19663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:33.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:32 smithi135 bash[32435]: cluster 2023-12-08T04:10:31.816940+0000 mgr.a (mgr.14403) 26328 : cluster 0 pgmap v19663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:33.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:32 smithi079 bash[28699]: cluster 2023-12-08T04:10:31.816940+0000 mgr.a (mgr.14403) 26328 : cluster 0 pgmap v19663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:33.457 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:10:33.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:33.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:33.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:33.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:10:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:33 smithi079 bash[28699]: audit 2023-12-08T04:10:32.948071+0000 mgr.a (mgr.14403) 26329 : audit 0 from='client.517677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:33 smithi194 bash[32038]: audit 2023-12-08T04:10:32.948071+0000 mgr.a (mgr.14403) 26329 : audit 0 from='client.517677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:33 smithi135 bash[32435]: audit 2023-12-08T04:10:32.948071+0000 mgr.a (mgr.14403) 26329 : audit 0 from='client.517677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:34 smithi079 bash[28699]: cluster 2023-12-08T04:10:33.817795+0000 mgr.a (mgr.14403) 26330 : cluster 0 pgmap v19664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:34 smithi194 bash[32038]: cluster 2023-12-08T04:10:33.817795+0000 mgr.a (mgr.14403) 26330 : cluster 0 pgmap v19664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:34 smithi135 bash[32435]: cluster 2023-12-08T04:10:33.817795+0000 mgr.a (mgr.14403) 26330 : cluster 0 pgmap v19664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:36 smithi079 bash[28699]: cluster 2023-12-08T04:10:35.818401+0000 mgr.a (mgr.14403) 26331 : cluster 0 pgmap v19665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:36 smithi194 bash[32038]: cluster 2023-12-08T04:10:35.818401+0000 mgr.a (mgr.14403) 26331 : cluster 0 pgmap v19665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:36 smithi135 bash[32435]: cluster 2023-12-08T04:10:35.818401+0000 mgr.a (mgr.14403) 26331 : cluster 0 pgmap v19665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:38.460 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:10:38.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:38.461 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:39.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:39.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:39.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:39.392 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:10:39.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:10:39.394 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:38 smithi079 bash[28699]: cluster 2023-12-08T04:10:37.818985+0000 mgr.a (mgr.14403) 26332 : cluster 0 pgmap v19666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:38 smithi194 bash[32038]: cluster 2023-12-08T04:10:37.818985+0000 mgr.a (mgr.14403) 26332 : cluster 0 pgmap v19666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:38 smithi135 bash[32435]: cluster 2023-12-08T04:10:37.818985+0000 mgr.a (mgr.14403) 26332 : cluster 0 pgmap v19666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:39 smithi079 bash[28699]: audit 2023-12-08T04:10:38.862353+0000 mgr.a (mgr.14403) 26333 : audit 0 from='client.517752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:39 smithi194 bash[32038]: audit 2023-12-08T04:10:38.862353+0000 mgr.a (mgr.14403) 26333 : audit 0 from='client.517752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:39 smithi135 bash[32435]: audit 2023-12-08T04:10:38.862353+0000 mgr.a (mgr.14403) 26333 : audit 0 from='client.517752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:40 smithi079 bash[28699]: cluster 2023-12-08T04:10:39.820056+0000 mgr.a (mgr.14403) 26334 : cluster 0 pgmap v19667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:40 smithi194 bash[32038]: cluster 2023-12-08T04:10:39.820056+0000 mgr.a (mgr.14403) 26334 : cluster 0 pgmap v19667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:40 smithi135 bash[32435]: cluster 2023-12-08T04:10:39.820056+0000 mgr.a (mgr.14403) 26334 : cluster 0 pgmap v19667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:42 smithi079 bash[28699]: cluster 2023-12-08T04:10:41.820609+0000 mgr.a (mgr.14403) 26335 : cluster 0 pgmap v19668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:42 smithi194 bash[32038]: cluster 2023-12-08T04:10:41.820609+0000 mgr.a (mgr.14403) 26335 : cluster 0 pgmap v19668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:42 smithi135 bash[32435]: cluster 2023-12-08T04:10:41.820609+0000 mgr.a (mgr.14403) 26335 : cluster 0 pgmap v19668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:44.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:10:44.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:44.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:45.281 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:10:45.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:45.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:45.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:45.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:10:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:44 smithi079 bash[28699]: cluster 2023-12-08T04:10:43.821335+0000 mgr.a (mgr.14403) 26336 : cluster 0 pgmap v19669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:44 smithi194 bash[32038]: cluster 2023-12-08T04:10:43.821335+0000 mgr.a (mgr.14403) 26336 : cluster 0 pgmap v19669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:44 smithi135 bash[32435]: cluster 2023-12-08T04:10:43.821335+0000 mgr.a (mgr.14403) 26336 : cluster 0 pgmap v19669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:46.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:46 smithi079 bash[28699]: audit 2023-12-08T04:10:44.800985+0000 mgr.a (mgr.14403) 26337 : audit 0 from='client.517830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:46 smithi194 bash[32038]: audit 2023-12-08T04:10:44.800985+0000 mgr.a (mgr.14403) 26337 : audit 0 from='client.517830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:46 smithi135 bash[32435]: audit 2023-12-08T04:10:44.800985+0000 mgr.a (mgr.14403) 26337 : audit 0 from='client.517830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:47 smithi079 bash[28699]: cluster 2023-12-08T04:10:45.822111+0000 mgr.a (mgr.14403) 26338 : cluster 0 pgmap v19670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:47 smithi194 bash[32038]: cluster 2023-12-08T04:10:45.822111+0000 mgr.a (mgr.14403) 26338 : cluster 0 pgmap v19670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:47 smithi135 bash[32435]: cluster 2023-12-08T04:10:45.822111+0000 mgr.a (mgr.14403) 26338 : cluster 0 pgmap v19670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:49 smithi079 bash[28699]: cluster 2023-12-08T04:10:47.822714+0000 mgr.a (mgr.14403) 26339 : cluster 0 pgmap v19671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:49 smithi194 bash[32038]: cluster 2023-12-08T04:10:47.822714+0000 mgr.a (mgr.14403) 26339 : cluster 0 pgmap v19671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:49 smithi135 bash[32435]: cluster 2023-12-08T04:10:47.822714+0000 mgr.a (mgr.14403) 26339 : cluster 0 pgmap v19671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:10:50.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:10:50.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:50.285 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:51.213 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:10:51.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:51.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:51.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:51.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:10:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:51 smithi079 bash[28699]: cluster 2023-12-08T04:10:49.823550+0000 mgr.a (mgr.14403) 26340 : cluster 0 pgmap v19672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:51 smithi194 bash[32038]: cluster 2023-12-08T04:10:49.823550+0000 mgr.a (mgr.14403) 26340 : cluster 0 pgmap v19672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:51.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:51 smithi135 bash[32435]: cluster 2023-12-08T04:10:49.823550+0000 mgr.a (mgr.14403) 26340 : cluster 0 pgmap v19672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:52.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:52 smithi079 bash[28699]: audit 2023-12-08T04:10:50.690720+0000 mgr.a (mgr.14403) 26341 : audit 0 from='client.517905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:52 smithi194 bash[32038]: audit 2023-12-08T04:10:50.690720+0000 mgr.a (mgr.14403) 26341 : audit 0 from='client.517905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:52 smithi135 bash[32435]: audit 2023-12-08T04:10:50.690720+0000 mgr.a (mgr.14403) 26341 : audit 0 from='client.517905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:53 smithi079 bash[28699]: cluster 2023-12-08T04:10:51.824439+0000 mgr.a (mgr.14403) 26342 : cluster 0 pgmap v19673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:53 smithi194 bash[32038]: cluster 2023-12-08T04:10:51.824439+0000 mgr.a (mgr.14403) 26342 : cluster 0 pgmap v19673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:53 smithi135 bash[32435]: cluster 2023-12-08T04:10:51.824439+0000 mgr.a (mgr.14403) 26342 : cluster 0 pgmap v19673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:55 smithi079 bash[28699]: cluster 2023-12-08T04:10:53.825295+0000 mgr.a (mgr.14403) 26343 : cluster 0 pgmap v19674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:55 smithi194 bash[32038]: cluster 2023-12-08T04:10:53.825295+0000 mgr.a (mgr.14403) 26343 : cluster 0 pgmap v19674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:55 smithi135 bash[32435]: cluster 2023-12-08T04:10:53.825295+0000 mgr.a (mgr.14403) 26343 : cluster 0 pgmap v19674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:10:56.216 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:10:56.217 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:10:56.217 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:10:57.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:10:57.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:10:57.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:10:57.148 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:10:57.148 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:10:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:57 smithi079 bash[28699]: cluster 2023-12-08T04:10:55.825970+0000 mgr.a (mgr.14403) 26344 : cluster 0 pgmap v19675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:57 smithi194 bash[32038]: cluster 2023-12-08T04:10:55.825970+0000 mgr.a (mgr.14403) 26344 : cluster 0 pgmap v19675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:57 smithi135 bash[32435]: cluster 2023-12-08T04:10:55.825970+0000 mgr.a (mgr.14403) 26344 : cluster 0 pgmap v19675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:58.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:58 smithi079 bash[28699]: audit 2023-12-08T04:10:56.622892+0000 mgr.a (mgr.14403) 26345 : audit 0 from='client.517980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:58 smithi194 bash[32038]: audit 2023-12-08T04:10:56.622892+0000 mgr.a (mgr.14403) 26345 : audit 0 from='client.517980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:58 smithi135 bash[32435]: audit 2023-12-08T04:10:56.622892+0000 mgr.a (mgr.14403) 26345 : audit 0 from='client.517980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:10:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:10:59 smithi079 bash[28699]: cluster 2023-12-08T04:10:57.826839+0000 mgr.a (mgr.14403) 26346 : cluster 0 pgmap v19676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:10:59 smithi194 bash[32038]: cluster 2023-12-08T04:10:57.826839+0000 mgr.a (mgr.14403) 26346 : cluster 0 pgmap v19676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:10:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:10:59 smithi135 bash[32435]: cluster 2023-12-08T04:10:57.826839+0000 mgr.a (mgr.14403) 26346 : cluster 0 pgmap v19676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:01 smithi079 bash[28699]: cluster 2023-12-08T04:10:59.827637+0000 mgr.a (mgr.14403) 26347 : cluster 0 pgmap v19677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:01 smithi194 bash[32038]: cluster 2023-12-08T04:10:59.827637+0000 mgr.a (mgr.14403) 26347 : cluster 0 pgmap v19677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:01 smithi135 bash[32435]: cluster 2023-12-08T04:10:59.827637+0000 mgr.a (mgr.14403) 26347 : cluster 0 pgmap v19677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:02.150 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:11:02.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:02.151 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:03.075 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:11:03.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:03.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:03.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:03.075 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:11:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:03 smithi079 bash[28699]: cluster 2023-12-08T04:11:01.828129+0000 mgr.a (mgr.14403) 26348 : cluster 0 pgmap v19678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:03 smithi079 bash[28699]: audit 2023-12-08T04:11:02.710438+0000 mon.a (mon.0) 4078 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:11:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:03 smithi194 bash[32038]: cluster 2023-12-08T04:11:01.828129+0000 mgr.a (mgr.14403) 26348 : cluster 0 pgmap v19678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:03 smithi194 bash[32038]: audit 2023-12-08T04:11:02.710438+0000 mon.a (mon.0) 4078 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:11:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:03 smithi135 bash[32435]: cluster 2023-12-08T04:11:01.828129+0000 mgr.a (mgr.14403) 26348 : cluster 0 pgmap v19678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:03 smithi135 bash[32435]: audit 2023-12-08T04:11:02.710438+0000 mon.a (mon.0) 4078 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:11:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:04 smithi079 bash[28699]: audit 2023-12-08T04:11:02.558290+0000 mgr.a (mgr.14403) 26349 : audit 0 from='client.518055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:04 smithi079 bash[28699]: audit 2023-12-08T04:11:03.502767+0000 mon.a (mon.0) 4079 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:11:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:04 smithi079 bash[28699]: audit 2023-12-08T04:11:03.504980+0000 mon.a (mon.0) 4080 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:11:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:04 smithi079 bash[28699]: audit 2023-12-08T04:11:03.515922+0000 mon.a (mon.0) 4081 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:11:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:04 smithi194 bash[32038]: audit 2023-12-08T04:11:02.558290+0000 mgr.a (mgr.14403) 26349 : audit 0 from='client.518055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:04 smithi194 bash[32038]: audit 2023-12-08T04:11:03.502767+0000 mon.a (mon.0) 4079 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:11:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:04 smithi194 bash[32038]: audit 2023-12-08T04:11:03.504980+0000 mon.a (mon.0) 4080 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:11:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:04 smithi194 bash[32038]: audit 2023-12-08T04:11:03.515922+0000 mon.a (mon.0) 4081 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:11:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:04 smithi135 bash[32435]: audit 2023-12-08T04:11:02.558290+0000 mgr.a (mgr.14403) 26349 : audit 0 from='client.518055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:04 smithi135 bash[32435]: audit 2023-12-08T04:11:03.502767+0000 mon.a (mon.0) 4079 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:11:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:04 smithi135 bash[32435]: audit 2023-12-08T04:11:03.504980+0000 mon.a (mon.0) 4080 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:11:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:04 smithi135 bash[32435]: audit 2023-12-08T04:11:03.515922+0000 mon.a (mon.0) 4081 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:11:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:05 smithi079 bash[28699]: cluster 2023-12-08T04:11:03.829030+0000 mgr.a (mgr.14403) 26350 : cluster 0 pgmap v19679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:05 smithi194 bash[32038]: cluster 2023-12-08T04:11:03.829030+0000 mgr.a (mgr.14403) 26350 : cluster 0 pgmap v19679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:05 smithi135 bash[32435]: cluster 2023-12-08T04:11:03.829030+0000 mgr.a (mgr.14403) 26350 : cluster 0 pgmap v19679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:07 smithi079 bash[28699]: cluster 2023-12-08T04:11:05.829622+0000 mgr.a (mgr.14403) 26351 : cluster 0 pgmap v19680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:07 smithi194 bash[32038]: cluster 2023-12-08T04:11:05.829622+0000 mgr.a (mgr.14403) 26351 : cluster 0 pgmap v19680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:07 smithi135 bash[32435]: cluster 2023-12-08T04:11:05.829622+0000 mgr.a (mgr.14403) 26351 : cluster 0 pgmap v19680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:08.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:11:08.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:08.078 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:08.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:08.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:08.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:08.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:11:08.961 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:11:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:09 smithi079 bash[28699]: cluster 2023-12-08T04:11:07.830247+0000 mgr.a (mgr.14403) 26352 : cluster 0 pgmap v19681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:09 smithi194 bash[32038]: cluster 2023-12-08T04:11:07.830247+0000 mgr.a (mgr.14403) 26352 : cluster 0 pgmap v19681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:09 smithi135 bash[32435]: cluster 2023-12-08T04:11:07.830247+0000 mgr.a (mgr.14403) 26352 : cluster 0 pgmap v19681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:10 smithi079 bash[28699]: audit 2023-12-08T04:11:08.474110+0000 mgr.a (mgr.14403) 26353 : audit 0 from='client.518133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:10 smithi194 bash[32038]: audit 2023-12-08T04:11:08.474110+0000 mgr.a (mgr.14403) 26353 : audit 0 from='client.518133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:10 smithi135 bash[32435]: audit 2023-12-08T04:11:08.474110+0000 mgr.a (mgr.14403) 26353 : audit 0 from='client.518133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:11 smithi079 bash[28699]: cluster 2023-12-08T04:11:09.831331+0000 mgr.a (mgr.14403) 26354 : cluster 0 pgmap v19682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:11:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:11 smithi194 bash[32038]: cluster 2023-12-08T04:11:09.831331+0000 mgr.a (mgr.14403) 26354 : cluster 0 pgmap v19682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:11:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:11 smithi135 bash[32435]: cluster 2023-12-08T04:11:09.831331+0000 mgr.a (mgr.14403) 26354 : cluster 0 pgmap v19682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:11:13.397 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:13 smithi079 bash[28699]: cluster 2023-12-08T04:11:11.831847+0000 mgr.a (mgr.14403) 26355 : cluster 0 pgmap v19683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:11:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:13 smithi194 bash[32038]: cluster 2023-12-08T04:11:11.831847+0000 mgr.a (mgr.14403) 26355 : cluster 0 pgmap v19683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:11:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:13 smithi135 bash[32435]: cluster 2023-12-08T04:11:11.831847+0000 mgr.a (mgr.14403) 26355 : cluster 0 pgmap v19683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:11:13.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:11:13.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:13.965 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:14.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:14.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:14.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:14.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:11:14.868 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:11:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:15 smithi079 bash[28699]: cluster 2023-12-08T04:11:13.832593+0000 mgr.a (mgr.14403) 26356 : cluster 0 pgmap v19684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:15 smithi194 bash[32038]: cluster 2023-12-08T04:11:13.832593+0000 mgr.a (mgr.14403) 26356 : cluster 0 pgmap v19684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:15 smithi135 bash[32435]: cluster 2023-12-08T04:11:13.832593+0000 mgr.a (mgr.14403) 26356 : cluster 0 pgmap v19684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:16.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:16 smithi079 bash[28699]: audit 2023-12-08T04:11:14.368434+0000 mgr.a (mgr.14403) 26357 : audit 0 from='client.518202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:16.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:16 smithi194 bash[32038]: audit 2023-12-08T04:11:14.368434+0000 mgr.a (mgr.14403) 26357 : audit 0 from='client.518202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:16.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:16 smithi135 bash[32435]: audit 2023-12-08T04:11:14.368434+0000 mgr.a (mgr.14403) 26357 : audit 0 from='client.518202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:17 smithi079 bash[28699]: cluster 2023-12-08T04:11:15.833311+0000 mgr.a (mgr.14403) 26358 : cluster 0 pgmap v19685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:17 smithi194 bash[32038]: cluster 2023-12-08T04:11:15.833311+0000 mgr.a (mgr.14403) 26358 : cluster 0 pgmap v19685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:17 smithi135 bash[32435]: cluster 2023-12-08T04:11:15.833311+0000 mgr.a (mgr.14403) 26358 : cluster 0 pgmap v19685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:19 smithi079 bash[28699]: cluster 2023-12-08T04:11:17.833908+0000 mgr.a (mgr.14403) 26359 : cluster 0 pgmap v19686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:19 smithi194 bash[32038]: cluster 2023-12-08T04:11:17.833908+0000 mgr.a (mgr.14403) 26359 : cluster 0 pgmap v19686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:19 smithi135 bash[32435]: cluster 2023-12-08T04:11:17.833908+0000 mgr.a (mgr.14403) 26359 : cluster 0 pgmap v19686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:19.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:11:19.871 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:19.871 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:20.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:20.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:20.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:20.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:11:20.787 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:11:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:21 smithi079 bash[28699]: cluster 2023-12-08T04:11:19.834722+0000 mgr.a (mgr.14403) 26360 : cluster 0 pgmap v19687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:21 smithi194 bash[32038]: cluster 2023-12-08T04:11:19.834722+0000 mgr.a (mgr.14403) 26360 : cluster 0 pgmap v19687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:21.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:21 smithi135 bash[32435]: cluster 2023-12-08T04:11:19.834722+0000 mgr.a (mgr.14403) 26360 : cluster 0 pgmap v19687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:22.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:22 smithi079 bash[28699]: audit 2023-12-08T04:11:20.272368+0000 mgr.a (mgr.14403) 26361 : audit 0 from='client.518277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:22.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:22 smithi194 bash[32038]: audit 2023-12-08T04:11:20.272368+0000 mgr.a (mgr.14403) 26361 : audit 0 from='client.518277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:22.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:22 smithi135 bash[32435]: audit 2023-12-08T04:11:20.272368+0000 mgr.a (mgr.14403) 26361 : audit 0 from='client.518277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:23 smithi079 bash[28699]: cluster 2023-12-08T04:11:21.835462+0000 mgr.a (mgr.14403) 26362 : cluster 0 pgmap v19688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:11:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:23 smithi194 bash[32038]: cluster 2023-12-08T04:11:21.835462+0000 mgr.a (mgr.14403) 26362 : cluster 0 pgmap v19688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:11:23.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:23 smithi135 bash[32435]: cluster 2023-12-08T04:11:21.835462+0000 mgr.a (mgr.14403) 26362 : cluster 0 pgmap v19688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:11:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:25 smithi079 bash[28699]: cluster 2023-12-08T04:11:23.836193+0000 mgr.a (mgr.14403) 26363 : cluster 0 pgmap v19689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:11:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:25 smithi194 bash[32038]: cluster 2023-12-08T04:11:23.836193+0000 mgr.a (mgr.14403) 26363 : cluster 0 pgmap v19689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:11:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:25 smithi135 bash[32435]: cluster 2023-12-08T04:11:23.836193+0000 mgr.a (mgr.14403) 26363 : cluster 0 pgmap v19689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:11:25.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:11:25.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:25.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:26.718 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:11:26.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:26.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:26.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:26.718 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:11:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:27 smithi079 bash[28699]: cluster 2023-12-08T04:11:25.836699+0000 mgr.a (mgr.14403) 26364 : cluster 0 pgmap v19690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:27 smithi194 bash[32038]: cluster 2023-12-08T04:11:25.836699+0000 mgr.a (mgr.14403) 26364 : cluster 0 pgmap v19690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:27 smithi135 bash[32435]: cluster 2023-12-08T04:11:25.836699+0000 mgr.a (mgr.14403) 26364 : cluster 0 pgmap v19690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:28.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:28 smithi079 bash[28699]: audit 2023-12-08T04:11:26.192584+0000 mgr.a (mgr.14403) 26365 : audit 0 from='client.518352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:28.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:28 smithi194 bash[32038]: audit 2023-12-08T04:11:26.192584+0000 mgr.a (mgr.14403) 26365 : audit 0 from='client.518352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:28.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:28 smithi135 bash[32435]: audit 2023-12-08T04:11:26.192584+0000 mgr.a (mgr.14403) 26365 : audit 0 from='client.518352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:29 smithi079 bash[28699]: cluster 2023-12-08T04:11:27.837422+0000 mgr.a (mgr.14403) 26366 : cluster 0 pgmap v19691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:29 smithi194 bash[32038]: cluster 2023-12-08T04:11:27.837422+0000 mgr.a (mgr.14403) 26366 : cluster 0 pgmap v19691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:29 smithi135 bash[32435]: cluster 2023-12-08T04:11:27.837422+0000 mgr.a (mgr.14403) 26366 : cluster 0 pgmap v19691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:31 smithi079 bash[28699]: cluster 2023-12-08T04:11:29.838250+0000 mgr.a (mgr.14403) 26367 : cluster 0 pgmap v19692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:31 smithi194 bash[32038]: cluster 2023-12-08T04:11:29.838250+0000 mgr.a (mgr.14403) 26367 : cluster 0 pgmap v19692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:31 smithi135 bash[32435]: cluster 2023-12-08T04:11:29.838250+0000 mgr.a (mgr.14403) 26367 : cluster 0 pgmap v19692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:31.721 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:11:31.722 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:31.722 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:32.647 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:11:32.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:32.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:32.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:32.648 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:11:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:33 smithi079 bash[28699]: cluster 2023-12-08T04:11:31.838774+0000 mgr.a (mgr.14403) 26368 : cluster 0 pgmap v19693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:33 smithi079 bash[28699]: audit 2023-12-08T04:11:32.129732+0000 mgr.a (mgr.14403) 26369 : audit 0 from='client.518430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:33 smithi194 bash[32038]: cluster 2023-12-08T04:11:31.838774+0000 mgr.a (mgr.14403) 26368 : cluster 0 pgmap v19693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:33 smithi194 bash[32038]: audit 2023-12-08T04:11:32.129732+0000 mgr.a (mgr.14403) 26369 : audit 0 from='client.518430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:33 smithi135 bash[32435]: cluster 2023-12-08T04:11:31.838774+0000 mgr.a (mgr.14403) 26368 : cluster 0 pgmap v19693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:33 smithi135 bash[32435]: audit 2023-12-08T04:11:32.129732+0000 mgr.a (mgr.14403) 26369 : audit 0 from='client.518430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:35 smithi194 bash[32038]: cluster 2023-12-08T04:11:33.839698+0000 mgr.a (mgr.14403) 26370 : cluster 0 pgmap v19694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:35 smithi135 bash[32435]: cluster 2023-12-08T04:11:33.839698+0000 mgr.a (mgr.14403) 26370 : cluster 0 pgmap v19694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:35 smithi079 bash[28699]: cluster 2023-12-08T04:11:33.839698+0000 mgr.a (mgr.14403) 26370 : cluster 0 pgmap v19694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:37 smithi194 bash[32038]: cluster 2023-12-08T04:11:35.840289+0000 mgr.a (mgr.14403) 26371 : cluster 0 pgmap v19695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:37 smithi135 bash[32435]: cluster 2023-12-08T04:11:35.840289+0000 mgr.a (mgr.14403) 26371 : cluster 0 pgmap v19695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:37 smithi079 bash[28699]: cluster 2023-12-08T04:11:35.840289+0000 mgr.a (mgr.14403) 26371 : cluster 0 pgmap v19695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:37.650 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:11:37.651 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:37.651 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:38.588 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:11:38.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:38.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:38.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:38.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:11:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:39 smithi194 bash[32038]: cluster 2023-12-08T04:11:37.840865+0000 mgr.a (mgr.14403) 26372 : cluster 0 pgmap v19696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:39 smithi194 bash[32038]: audit 2023-12-08T04:11:38.053292+0000 mgr.a (mgr.14403) 26373 : audit 0 from='client.518505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:39 smithi135 bash[32435]: cluster 2023-12-08T04:11:37.840865+0000 mgr.a (mgr.14403) 26372 : cluster 0 pgmap v19696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:39 smithi135 bash[32435]: audit 2023-12-08T04:11:38.053292+0000 mgr.a (mgr.14403) 26373 : audit 0 from='client.518505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:39 smithi079 bash[28699]: cluster 2023-12-08T04:11:37.840865+0000 mgr.a (mgr.14403) 26372 : cluster 0 pgmap v19696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:39 smithi079 bash[28699]: audit 2023-12-08T04:11:38.053292+0000 mgr.a (mgr.14403) 26373 : audit 0 from='client.518505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:41 smithi194 bash[32038]: cluster 2023-12-08T04:11:39.841907+0000 mgr.a (mgr.14403) 26374 : cluster 0 pgmap v19697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:41 smithi135 bash[32435]: cluster 2023-12-08T04:11:39.841907+0000 mgr.a (mgr.14403) 26374 : cluster 0 pgmap v19697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:41 smithi079 bash[28699]: cluster 2023-12-08T04:11:39.841907+0000 mgr.a (mgr.14403) 26374 : cluster 0 pgmap v19697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:11:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:43 smithi194 bash[32038]: cluster 2023-12-08T04:11:41.842648+0000 mgr.a (mgr.14403) 26375 : cluster 0 pgmap v19698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:43 smithi135 bash[32435]: cluster 2023-12-08T04:11:41.842648+0000 mgr.a (mgr.14403) 26375 : cluster 0 pgmap v19698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:43.591 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:11:43.592 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:43.592 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:43 smithi079 bash[28699]: cluster 2023-12-08T04:11:41.842648+0000 mgr.a (mgr.14403) 26375 : cluster 0 pgmap v19698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:44.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:44.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:44.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:44.502 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:11:44.502 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:11:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:45 smithi194 bash[32038]: cluster 2023-12-08T04:11:43.843438+0000 mgr.a (mgr.14403) 26376 : cluster 0 pgmap v19699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:45 smithi194 bash[32038]: audit 2023-12-08T04:11:43.992654+0000 mgr.a (mgr.14403) 26377 : audit 0 from='client.518577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:45 smithi135 bash[32435]: cluster 2023-12-08T04:11:43.843438+0000 mgr.a (mgr.14403) 26376 : cluster 0 pgmap v19699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:45 smithi135 bash[32435]: audit 2023-12-08T04:11:43.992654+0000 mgr.a (mgr.14403) 26377 : audit 0 from='client.518577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:45 smithi079 bash[28699]: cluster 2023-12-08T04:11:43.843438+0000 mgr.a (mgr.14403) 26376 : cluster 0 pgmap v19699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:45 smithi079 bash[28699]: audit 2023-12-08T04:11:43.992654+0000 mgr.a (mgr.14403) 26377 : audit 0 from='client.518577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:47 smithi194 bash[32038]: cluster 2023-12-08T04:11:45.844126+0000 mgr.a (mgr.14403) 26378 : cluster 0 pgmap v19700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:47 smithi135 bash[32435]: cluster 2023-12-08T04:11:45.844126+0000 mgr.a (mgr.14403) 26378 : cluster 0 pgmap v19700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:47 smithi079 bash[28699]: cluster 2023-12-08T04:11:45.844126+0000 mgr.a (mgr.14403) 26378 : cluster 0 pgmap v19700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:49 smithi194 bash[32038]: cluster 2023-12-08T04:11:47.844725+0000 mgr.a (mgr.14403) 26379 : cluster 0 pgmap v19701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:49 smithi135 bash[32435]: cluster 2023-12-08T04:11:47.844725+0000 mgr.a (mgr.14403) 26379 : cluster 0 pgmap v19701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:49.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:11:49.505 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:49.506 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:49 smithi079 bash[28699]: cluster 2023-12-08T04:11:47.844725+0000 mgr.a (mgr.14403) 26379 : cluster 0 pgmap v19701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:50.378 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:11:50.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:50.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:50.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:50.379 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:11:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:51 smithi194 bash[32038]: cluster 2023-12-08T04:11:49.845494+0000 mgr.a (mgr.14403) 26380 : cluster 0 pgmap v19702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:51 smithi194 bash[32038]: audit 2023-12-08T04:11:49.897704+0000 mgr.a (mgr.14403) 26381 : audit 0 from='client.518652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:51.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:51 smithi135 bash[32435]: cluster 2023-12-08T04:11:49.845494+0000 mgr.a (mgr.14403) 26380 : cluster 0 pgmap v19702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:51.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:51 smithi135 bash[32435]: audit 2023-12-08T04:11:49.897704+0000 mgr.a (mgr.14403) 26381 : audit 0 from='client.518652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:51 smithi079 bash[28699]: cluster 2023-12-08T04:11:49.845494+0000 mgr.a (mgr.14403) 26380 : cluster 0 pgmap v19702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:51 smithi079 bash[28699]: audit 2023-12-08T04:11:49.897704+0000 mgr.a (mgr.14403) 26381 : audit 0 from='client.518652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:53 smithi194 bash[32038]: cluster 2023-12-08T04:11:51.846221+0000 mgr.a (mgr.14403) 26382 : cluster 0 pgmap v19703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:53 smithi135 bash[32435]: cluster 2023-12-08T04:11:51.846221+0000 mgr.a (mgr.14403) 26382 : cluster 0 pgmap v19703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:53 smithi079 bash[28699]: cluster 2023-12-08T04:11:51.846221+0000 mgr.a (mgr.14403) 26382 : cluster 0 pgmap v19703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:11:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:54 smithi079 bash[28699]: cluster 2023-12-08T04:11:53.847095+0000 mgr.a (mgr.14403) 26383 : cluster 0 pgmap v19704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:54 smithi194 bash[32038]: cluster 2023-12-08T04:11:53.847095+0000 mgr.a (mgr.14403) 26383 : cluster 0 pgmap v19704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:54 smithi135 bash[32435]: cluster 2023-12-08T04:11:53.847095+0000 mgr.a (mgr.14403) 26383 : cluster 0 pgmap v19704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:55.382 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:11:55.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:11:55.382 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:11:56.268 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:11:56.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:11:56.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:11:56.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:11:56.268 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:11:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:56 smithi194 bash[32038]: audit 2023-12-08T04:11:55.789830+0000 mgr.a (mgr.14403) 26384 : audit 0 from='client.518727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:56 smithi194 bash[32038]: cluster 2023-12-08T04:11:55.847695+0000 mgr.a (mgr.14403) 26385 : cluster 0 pgmap v19705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:57.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:56 smithi135 bash[32435]: audit 2023-12-08T04:11:55.789830+0000 mgr.a (mgr.14403) 26384 : audit 0 from='client.518727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:57.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:56 smithi135 bash[32435]: cluster 2023-12-08T04:11:55.847695+0000 mgr.a (mgr.14403) 26385 : cluster 0 pgmap v19705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:57.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:56 smithi079 bash[28699]: audit 2023-12-08T04:11:55.789830+0000 mgr.a (mgr.14403) 26384 : audit 0 from='client.518727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:11:57.398 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:56 smithi079 bash[28699]: cluster 2023-12-08T04:11:55.847695+0000 mgr.a (mgr.14403) 26385 : cluster 0 pgmap v19705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:11:58 smithi079 bash[28699]: cluster 2023-12-08T04:11:57.848380+0000 mgr.a (mgr.14403) 26386 : cluster 0 pgmap v19706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:11:58 smithi194 bash[32038]: cluster 2023-12-08T04:11:57.848380+0000 mgr.a (mgr.14403) 26386 : cluster 0 pgmap v19706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:11:59.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:11:58 smithi135 bash[32435]: cluster 2023-12-08T04:11:57.848380+0000 mgr.a (mgr.14403) 26386 : cluster 0 pgmap v19706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:01.270 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:12:01.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:01.271 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:00 smithi079 bash[28699]: cluster 2023-12-08T04:11:59.849235+0000 mgr.a (mgr.14403) 26387 : cluster 0 pgmap v19707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:00 smithi194 bash[32038]: cluster 2023-12-08T04:11:59.849235+0000 mgr.a (mgr.14403) 26387 : cluster 0 pgmap v19707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:00 smithi135 bash[32435]: cluster 2023-12-08T04:11:59.849235+0000 mgr.a (mgr.14403) 26387 : cluster 0 pgmap v19707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:02.162 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:12:02.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:02.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:02.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:02.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:12:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:02 smithi079 bash[28699]: audit 2023-12-08T04:12:01.671269+0000 mgr.a (mgr.14403) 26388 : audit 0 from='client.518805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:02 smithi079 bash[28699]: cluster 2023-12-08T04:12:01.849705+0000 mgr.a (mgr.14403) 26389 : cluster 0 pgmap v19708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:02 smithi194 bash[32038]: audit 2023-12-08T04:12:01.671269+0000 mgr.a (mgr.14403) 26388 : audit 0 from='client.518805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:02 smithi194 bash[32038]: cluster 2023-12-08T04:12:01.849705+0000 mgr.a (mgr.14403) 26389 : cluster 0 pgmap v19708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:02 smithi135 bash[32435]: audit 2023-12-08T04:12:01.671269+0000 mgr.a (mgr.14403) 26388 : audit 0 from='client.518805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:02 smithi135 bash[32435]: cluster 2023-12-08T04:12:01.849705+0000 mgr.a (mgr.14403) 26389 : cluster 0 pgmap v19708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:04.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:03 smithi079 bash[28699]: audit 2023-12-08T04:12:03.621191+0000 mon.a (mon.0) 4082 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:12:04.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:03 smithi194 bash[32038]: audit 2023-12-08T04:12:03.621191+0000 mon.a (mon.0) 4082 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:12:04.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:03 smithi135 bash[32435]: audit 2023-12-08T04:12:03.621191+0000 mon.a (mon.0) 4082 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:12:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:05 smithi079 bash[28699]: cluster 2023-12-08T04:12:03.850545+0000 mgr.a (mgr.14403) 26390 : cluster 0 pgmap v19709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:05 smithi194 bash[32038]: cluster 2023-12-08T04:12:03.850545+0000 mgr.a (mgr.14403) 26390 : cluster 0 pgmap v19709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:05 smithi135 bash[32435]: cluster 2023-12-08T04:12:03.850545+0000 mgr.a (mgr.14403) 26390 : cluster 0 pgmap v19709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:07.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:12:07.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:07.167 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:07 smithi079 bash[28699]: cluster 2023-12-08T04:12:05.851220+0000 mgr.a (mgr.14403) 26391 : cluster 0 pgmap v19710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:07 smithi194 bash[32038]: cluster 2023-12-08T04:12:05.851220+0000 mgr.a (mgr.14403) 26391 : cluster 0 pgmap v19710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:07 smithi135 bash[32435]: cluster 2023-12-08T04:12:05.851220+0000 mgr.a (mgr.14403) 26391 : cluster 0 pgmap v19710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:08.094 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:12:08.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:08.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:08.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:08.095 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:12:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:09 smithi079 bash[28699]: audit 2023-12-08T04:12:07.572069+0000 mgr.a (mgr.14403) 26392 : audit 0 from='client.518880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:09 smithi079 bash[28699]: cluster 2023-12-08T04:12:07.851931+0000 mgr.a (mgr.14403) 26393 : cluster 0 pgmap v19711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:09 smithi079 bash[28699]: audit 2023-12-08T04:12:08.919465+0000 mon.a (mon.0) 4083 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:09 smithi079 bash[28699]: audit 2023-12-08T04:12:08.924973+0000 mon.a (mon.0) 4084 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:09 smithi194 bash[32038]: audit 2023-12-08T04:12:07.572069+0000 mgr.a (mgr.14403) 26392 : audit 0 from='client.518880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:09 smithi194 bash[32038]: cluster 2023-12-08T04:12:07.851931+0000 mgr.a (mgr.14403) 26393 : cluster 0 pgmap v19711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:09 smithi194 bash[32038]: audit 2023-12-08T04:12:08.919465+0000 mon.a (mon.0) 4083 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:09 smithi194 bash[32038]: audit 2023-12-08T04:12:08.924973+0000 mon.a (mon.0) 4084 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:09 smithi135 bash[32435]: audit 2023-12-08T04:12:07.572069+0000 mgr.a (mgr.14403) 26392 : audit 0 from='client.518880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:09 smithi135 bash[32435]: cluster 2023-12-08T04:12:07.851931+0000 mgr.a (mgr.14403) 26393 : cluster 0 pgmap v19711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:09 smithi135 bash[32435]: audit 2023-12-08T04:12:08.919465+0000 mon.a (mon.0) 4083 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:09 smithi135 bash[32435]: audit 2023-12-08T04:12:08.924973+0000 mon.a (mon.0) 4084 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:10 smithi079 bash[28699]: audit 2023-12-08T04:12:09.021674+0000 mon.a (mon.0) 4085 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:10 smithi079 bash[28699]: audit 2023-12-08T04:12:09.027333+0000 mon.a (mon.0) 4086 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:10 smithi079 bash[28699]: audit 2023-12-08T04:12:09.032445+0000 mon.a (mon.0) 4087 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:10 smithi079 bash[28699]: audit 2023-12-08T04:12:09.037708+0000 mon.a (mon.0) 4088 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:10 smithi079 bash[28699]: audit 2023-12-08T04:12:09.718694+0000 mon.a (mon.0) 4089 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:12:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:10 smithi079 bash[28699]: audit 2023-12-08T04:12:09.720487+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:12:10.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:10 smithi079 bash[28699]: audit 2023-12-08T04:12:09.729630+0000 mon.a (mon.0) 4091 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:10 smithi194 bash[32038]: audit 2023-12-08T04:12:09.021674+0000 mon.a (mon.0) 4085 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:10 smithi194 bash[32038]: audit 2023-12-08T04:12:09.027333+0000 mon.a (mon.0) 4086 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:10 smithi194 bash[32038]: audit 2023-12-08T04:12:09.032445+0000 mon.a (mon.0) 4087 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:10 smithi194 bash[32038]: audit 2023-12-08T04:12:09.037708+0000 mon.a (mon.0) 4088 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:10 smithi194 bash[32038]: audit 2023-12-08T04:12:09.718694+0000 mon.a (mon.0) 4089 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:12:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:10 smithi194 bash[32038]: audit 2023-12-08T04:12:09.720487+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:12:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:10 smithi194 bash[32038]: audit 2023-12-08T04:12:09.729630+0000 mon.a (mon.0) 4091 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:10 smithi135 bash[32435]: audit 2023-12-08T04:12:09.021674+0000 mon.a (mon.0) 4085 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:10 smithi135 bash[32435]: audit 2023-12-08T04:12:09.027333+0000 mon.a (mon.0) 4086 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:10 smithi135 bash[32435]: audit 2023-12-08T04:12:09.032445+0000 mon.a (mon.0) 4087 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:10 smithi135 bash[32435]: audit 2023-12-08T04:12:09.037708+0000 mon.a (mon.0) 4088 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:10 smithi135 bash[32435]: audit 2023-12-08T04:12:09.718694+0000 mon.a (mon.0) 4089 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:12:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:10 smithi135 bash[32435]: audit 2023-12-08T04:12:09.720487+0000 mon.a (mon.0) 4090 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:12:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:10 smithi135 bash[32435]: audit 2023-12-08T04:12:09.729630+0000 mon.a (mon.0) 4091 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:12:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:11 smithi079 bash[28699]: cluster 2023-12-08T04:12:09.852842+0000 mgr.a (mgr.14403) 26394 : cluster 0 pgmap v19712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:11 smithi194 bash[32038]: cluster 2023-12-08T04:12:09.852842+0000 mgr.a (mgr.14403) 26394 : cluster 0 pgmap v19712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:11 smithi135 bash[32435]: cluster 2023-12-08T04:12:09.852842+0000 mgr.a (mgr.14403) 26394 : cluster 0 pgmap v19712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:13.097 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:12:13.098 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:13.098 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:13 smithi079 bash[28699]: cluster 2023-12-08T04:12:11.853386+0000 mgr.a (mgr.14403) 26395 : cluster 0 pgmap v19713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:13 smithi194 bash[32038]: cluster 2023-12-08T04:12:11.853386+0000 mgr.a (mgr.14403) 26395 : cluster 0 pgmap v19713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:13 smithi135 bash[32435]: cluster 2023-12-08T04:12:11.853386+0000 mgr.a (mgr.14403) 26395 : cluster 0 pgmap v19713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:14.014 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:12:14.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:14.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:14.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:14.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:12:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:15 smithi079 bash[28699]: audit 2023-12-08T04:12:13.491963+0000 mgr.a (mgr.14403) 26396 : audit 0 from='client.518955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:15 smithi079 bash[28699]: cluster 2023-12-08T04:12:13.854153+0000 mgr.a (mgr.14403) 26397 : cluster 0 pgmap v19714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:12:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:15 smithi194 bash[32038]: audit 2023-12-08T04:12:13.491963+0000 mgr.a (mgr.14403) 26396 : audit 0 from='client.518955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:15 smithi194 bash[32038]: cluster 2023-12-08T04:12:13.854153+0000 mgr.a (mgr.14403) 26397 : cluster 0 pgmap v19714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:12:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:15 smithi135 bash[32435]: audit 2023-12-08T04:12:13.491963+0000 mgr.a (mgr.14403) 26396 : audit 0 from='client.518955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:15 smithi135 bash[32435]: cluster 2023-12-08T04:12:13.854153+0000 mgr.a (mgr.14403) 26397 : cluster 0 pgmap v19714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:12:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:17 smithi079 bash[28699]: cluster 2023-12-08T04:12:15.854829+0000 mgr.a (mgr.14403) 26398 : cluster 0 pgmap v19715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:12:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:17 smithi194 bash[32038]: cluster 2023-12-08T04:12:15.854829+0000 mgr.a (mgr.14403) 26398 : cluster 0 pgmap v19715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:12:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:17 smithi135 bash[32435]: cluster 2023-12-08T04:12:15.854829+0000 mgr.a (mgr.14403) 26398 : cluster 0 pgmap v19715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:12:19.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:12:19.018 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:19.018 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:19 smithi079 bash[28699]: cluster 2023-12-08T04:12:17.855583+0000 mgr.a (mgr.14403) 26399 : cluster 0 pgmap v19716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:12:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:19 smithi194 bash[32038]: cluster 2023-12-08T04:12:17.855583+0000 mgr.a (mgr.14403) 26399 : cluster 0 pgmap v19716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:12:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:19 smithi135 bash[32435]: cluster 2023-12-08T04:12:17.855583+0000 mgr.a (mgr.14403) 26399 : cluster 0 pgmap v19716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:12:19.963 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:12:19.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:19.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:19.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:19.964 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:12:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:21 smithi079 bash[28699]: audit 2023-12-08T04:12:19.426776+0000 mgr.a (mgr.14403) 26400 : audit 0 from='client.519030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:21 smithi079 bash[28699]: cluster 2023-12-08T04:12:19.856740+0000 mgr.a (mgr.14403) 26401 : cluster 0 pgmap v19717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:21 smithi194 bash[32038]: audit 2023-12-08T04:12:19.426776+0000 mgr.a (mgr.14403) 26400 : audit 0 from='client.519030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:21 smithi194 bash[32038]: cluster 2023-12-08T04:12:19.856740+0000 mgr.a (mgr.14403) 26401 : cluster 0 pgmap v19717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:21.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:21 smithi135 bash[32435]: audit 2023-12-08T04:12:19.426776+0000 mgr.a (mgr.14403) 26400 : audit 0 from='client.519030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:21.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:21 smithi135 bash[32435]: cluster 2023-12-08T04:12:19.856740+0000 mgr.a (mgr.14403) 26401 : cluster 0 pgmap v19717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:23 smithi079 bash[28699]: cluster 2023-12-08T04:12:21.857268+0000 mgr.a (mgr.14403) 26402 : cluster 0 pgmap v19718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:23 smithi194 bash[32038]: cluster 2023-12-08T04:12:21.857268+0000 mgr.a (mgr.14403) 26402 : cluster 0 pgmap v19718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:23.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:23 smithi135 bash[32435]: cluster 2023-12-08T04:12:21.857268+0000 mgr.a (mgr.14403) 26402 : cluster 0 pgmap v19718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:24.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:12:24.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:24.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:25 smithi079 bash[28699]: cluster 2023-12-08T04:12:23.858116+0000 mgr.a (mgr.14403) 26403 : cluster 0 pgmap v19719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:25 smithi194 bash[32038]: cluster 2023-12-08T04:12:23.858116+0000 mgr.a (mgr.14403) 26403 : cluster 0 pgmap v19719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:25 smithi135 bash[32435]: cluster 2023-12-08T04:12:23.858116+0000 mgr.a (mgr.14403) 26403 : cluster 0 pgmap v19719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:25.897 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:12:25.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:25.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:25.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:25.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:12:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:27 smithi079 bash[28699]: audit 2023-12-08T04:12:25.371038+0000 mgr.a (mgr.14403) 26404 : audit 0 from='client.519108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:27 smithi079 bash[28699]: cluster 2023-12-08T04:12:25.858587+0000 mgr.a (mgr.14403) 26405 : cluster 0 pgmap v19720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:12:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:27 smithi194 bash[32038]: audit 2023-12-08T04:12:25.371038+0000 mgr.a (mgr.14403) 26404 : audit 0 from='client.519108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:27 smithi194 bash[32038]: cluster 2023-12-08T04:12:25.858587+0000 mgr.a (mgr.14403) 26405 : cluster 0 pgmap v19720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:12:27.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:27 smithi135 bash[32435]: audit 2023-12-08T04:12:25.371038+0000 mgr.a (mgr.14403) 26404 : audit 0 from='client.519108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:27.462 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:27 smithi135 bash[32435]: cluster 2023-12-08T04:12:25.858587+0000 mgr.a (mgr.14403) 26405 : cluster 0 pgmap v19720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:12:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:29 smithi079 bash[28699]: cluster 2023-12-08T04:12:27.859204+0000 mgr.a (mgr.14403) 26406 : cluster 0 pgmap v19721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:12:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:29 smithi194 bash[32038]: cluster 2023-12-08T04:12:27.859204+0000 mgr.a (mgr.14403) 26406 : cluster 0 pgmap v19721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:12:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:29 smithi135 bash[32435]: cluster 2023-12-08T04:12:27.859204+0000 mgr.a (mgr.14403) 26406 : cluster 0 pgmap v19721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:12:30.901 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:12:30.901 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:30.902 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:31 smithi079 bash[28699]: cluster 2023-12-08T04:12:29.859969+0000 mgr.a (mgr.14403) 26407 : cluster 0 pgmap v19722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:12:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:31 smithi194 bash[32038]: cluster 2023-12-08T04:12:29.859969+0000 mgr.a (mgr.14403) 26407 : cluster 0 pgmap v19722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:12:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:31 smithi135 bash[32435]: cluster 2023-12-08T04:12:29.859969+0000 mgr.a (mgr.14403) 26407 : cluster 0 pgmap v19722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:12:31.844 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:12:31.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:31.844 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:31.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:31.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:12:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:33 smithi079 bash[28699]: audit 2023-12-08T04:12:31.311273+0000 mgr.a (mgr.14403) 26408 : audit 0 from='client.519180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:33 smithi079 bash[28699]: cluster 2023-12-08T04:12:31.860841+0000 mgr.a (mgr.14403) 26409 : cluster 0 pgmap v19723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:33 smithi194 bash[32038]: audit 2023-12-08T04:12:31.311273+0000 mgr.a (mgr.14403) 26408 : audit 0 from='client.519180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:33 smithi194 bash[32038]: cluster 2023-12-08T04:12:31.860841+0000 mgr.a (mgr.14403) 26409 : cluster 0 pgmap v19723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:33 smithi135 bash[32435]: audit 2023-12-08T04:12:31.311273+0000 mgr.a (mgr.14403) 26408 : audit 0 from='client.519180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:33 smithi135 bash[32435]: cluster 2023-12-08T04:12:31.860841+0000 mgr.a (mgr.14403) 26409 : cluster 0 pgmap v19723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:35 smithi079 bash[28699]: cluster 2023-12-08T04:12:33.861839+0000 mgr.a (mgr.14403) 26410 : cluster 0 pgmap v19724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:35 smithi194 bash[32038]: cluster 2023-12-08T04:12:33.861839+0000 mgr.a (mgr.14403) 26410 : cluster 0 pgmap v19724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:35 smithi135 bash[32435]: cluster 2023-12-08T04:12:33.861839+0000 mgr.a (mgr.14403) 26410 : cluster 0 pgmap v19724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:36.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:12:36.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:36.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:37 smithi079 bash[28699]: cluster 2023-12-08T04:12:35.862440+0000 mgr.a (mgr.14403) 26411 : cluster 0 pgmap v19725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:37 smithi194 bash[32038]: cluster 2023-12-08T04:12:35.862440+0000 mgr.a (mgr.14403) 26411 : cluster 0 pgmap v19725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:37 smithi135 bash[32435]: cluster 2023-12-08T04:12:35.862440+0000 mgr.a (mgr.14403) 26411 : cluster 0 pgmap v19725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:37.791 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:12:37.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:37.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:37.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:37.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:12:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:39 smithi079 bash[28699]: audit 2023-12-08T04:12:37.254337+0000 mgr.a (mgr.14403) 26412 : audit 0 from='client.519258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:39 smithi079 bash[28699]: cluster 2023-12-08T04:12:37.863183+0000 mgr.a (mgr.14403) 26413 : cluster 0 pgmap v19726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:39 smithi194 bash[32038]: audit 2023-12-08T04:12:37.254337+0000 mgr.a (mgr.14403) 26412 : audit 0 from='client.519258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:39 smithi194 bash[32038]: cluster 2023-12-08T04:12:37.863183+0000 mgr.a (mgr.14403) 26413 : cluster 0 pgmap v19726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:39 smithi135 bash[32435]: audit 2023-12-08T04:12:37.254337+0000 mgr.a (mgr.14403) 26412 : audit 0 from='client.519258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:39 smithi135 bash[32435]: cluster 2023-12-08T04:12:37.863183+0000 mgr.a (mgr.14403) 26413 : cluster 0 pgmap v19726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:41 smithi079 bash[28699]: cluster 2023-12-08T04:12:39.863963+0000 mgr.a (mgr.14403) 26414 : cluster 0 pgmap v19727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:41 smithi194 bash[32038]: cluster 2023-12-08T04:12:39.863963+0000 mgr.a (mgr.14403) 26414 : cluster 0 pgmap v19727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:41 smithi135 bash[32435]: cluster 2023-12-08T04:12:39.863963+0000 mgr.a (mgr.14403) 26414 : cluster 0 pgmap v19727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:12:42.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:12:42.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:42.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:43 smithi079 bash[28699]: cluster 2023-12-08T04:12:41.864567+0000 mgr.a (mgr.14403) 26415 : cluster 0 pgmap v19728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:43 smithi194 bash[32038]: cluster 2023-12-08T04:12:41.864567+0000 mgr.a (mgr.14403) 26415 : cluster 0 pgmap v19728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:43 smithi135 bash[32435]: cluster 2023-12-08T04:12:41.864567+0000 mgr.a (mgr.14403) 26415 : cluster 0 pgmap v19728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:43.731 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:12:43.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:43.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:43.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:43.732 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:12:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:45 smithi079 bash[28699]: audit 2023-12-08T04:12:43.200749+0000 mgr.a (mgr.14403) 26416 : audit 0 from='client.519336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:45 smithi079 bash[28699]: cluster 2023-12-08T04:12:43.865663+0000 mgr.a (mgr.14403) 26417 : cluster 0 pgmap v19729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:12:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:45 smithi194 bash[32038]: audit 2023-12-08T04:12:43.200749+0000 mgr.a (mgr.14403) 26416 : audit 0 from='client.519336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:45 smithi194 bash[32038]: cluster 2023-12-08T04:12:43.865663+0000 mgr.a (mgr.14403) 26417 : cluster 0 pgmap v19729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:12:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:45 smithi135 bash[32435]: audit 2023-12-08T04:12:43.200749+0000 mgr.a (mgr.14403) 26416 : audit 0 from='client.519336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:45 smithi135 bash[32435]: cluster 2023-12-08T04:12:43.865663+0000 mgr.a (mgr.14403) 26417 : cluster 0 pgmap v19729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:12:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:47 smithi079 bash[28699]: cluster 2023-12-08T04:12:45.866277+0000 mgr.a (mgr.14403) 26418 : cluster 0 pgmap v19730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:12:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:47 smithi194 bash[32038]: cluster 2023-12-08T04:12:45.866277+0000 mgr.a (mgr.14403) 26418 : cluster 0 pgmap v19730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:12:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:47 smithi135 bash[32435]: cluster 2023-12-08T04:12:45.866277+0000 mgr.a (mgr.14403) 26418 : cluster 0 pgmap v19730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:12:48.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:12:48.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:48.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:49 smithi079 bash[28699]: cluster 2023-12-08T04:12:47.866864+0000 mgr.a (mgr.14403) 26419 : cluster 0 pgmap v19731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:12:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:49 smithi194 bash[32038]: cluster 2023-12-08T04:12:47.866864+0000 mgr.a (mgr.14403) 26419 : cluster 0 pgmap v19731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:12:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:49 smithi135 bash[32435]: cluster 2023-12-08T04:12:47.866864+0000 mgr.a (mgr.14403) 26419 : cluster 0 pgmap v19731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:12:49.628 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:12:49.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:49.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:49.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:49.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:12:50.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:50 smithi079 bash[28699]: audit 2023-12-08T04:12:49.128710+0000 mgr.a (mgr.14403) 26420 : audit 0 from='client.519414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:50.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:50 smithi194 bash[32038]: audit 2023-12-08T04:12:49.128710+0000 mgr.a (mgr.14403) 26420 : audit 0 from='client.519414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:50.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:50 smithi135 bash[32435]: audit 2023-12-08T04:12:49.128710+0000 mgr.a (mgr.14403) 26420 : audit 0 from='client.519414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:51 smithi079 bash[28699]: cluster 2023-12-08T04:12:49.867958+0000 mgr.a (mgr.14403) 26421 : cluster 0 pgmap v19732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:51 smithi194 bash[32038]: cluster 2023-12-08T04:12:49.867958+0000 mgr.a (mgr.14403) 26421 : cluster 0 pgmap v19732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:51.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:51 smithi135 bash[32435]: cluster 2023-12-08T04:12:49.867958+0000 mgr.a (mgr.14403) 26421 : cluster 0 pgmap v19732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:53 smithi079 bash[28699]: cluster 2023-12-08T04:12:51.868562+0000 mgr.a (mgr.14403) 26422 : cluster 0 pgmap v19733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:53 smithi194 bash[32038]: cluster 2023-12-08T04:12:51.868562+0000 mgr.a (mgr.14403) 26422 : cluster 0 pgmap v19733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:53 smithi135 bash[32435]: cluster 2023-12-08T04:12:51.868562+0000 mgr.a (mgr.14403) 26422 : cluster 0 pgmap v19733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:12:54.631 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:12:54.632 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:12:54.632 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:12:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:55 smithi079 bash[28699]: cluster 2023-12-08T04:12:53.869309+0000 mgr.a (mgr.14403) 26423 : cluster 0 pgmap v19734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:55 smithi194 bash[32038]: cluster 2023-12-08T04:12:53.869309+0000 mgr.a (mgr.14403) 26423 : cluster 0 pgmap v19734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:55 smithi135 bash[32435]: cluster 2023-12-08T04:12:53.869309+0000 mgr.a (mgr.14403) 26423 : cluster 0 pgmap v19734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:12:55.522 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:12:55.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:12:55.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:12:55.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:12:55.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:12:56.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:56 smithi079 bash[28699]: audit 2023-12-08T04:12:55.027434+0000 mgr.a (mgr.14403) 26424 : audit 0 from='client.519489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:56 smithi194 bash[32038]: audit 2023-12-08T04:12:55.027434+0000 mgr.a (mgr.14403) 26424 : audit 0 from='client.519489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:56 smithi135 bash[32435]: audit 2023-12-08T04:12:55.027434+0000 mgr.a (mgr.14403) 26424 : audit 0 from='client.519489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:12:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:57 smithi079 bash[28699]: cluster 2023-12-08T04:12:55.870057+0000 mgr.a (mgr.14403) 26425 : cluster 0 pgmap v19735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:12:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:57 smithi194 bash[32038]: cluster 2023-12-08T04:12:55.870057+0000 mgr.a (mgr.14403) 26425 : cluster 0 pgmap v19735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:12:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:57 smithi135 bash[32435]: cluster 2023-12-08T04:12:55.870057+0000 mgr.a (mgr.14403) 26425 : cluster 0 pgmap v19735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:12:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:12:59 smithi079 bash[28699]: cluster 2023-12-08T04:12:57.870660+0000 mgr.a (mgr.14403) 26426 : cluster 0 pgmap v19736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:12:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:12:59 smithi194 bash[32038]: cluster 2023-12-08T04:12:57.870660+0000 mgr.a (mgr.14403) 26426 : cluster 0 pgmap v19736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:12:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:12:59 smithi135 bash[32435]: cluster 2023-12-08T04:12:57.870660+0000 mgr.a (mgr.14403) 26426 : cluster 0 pgmap v19736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:13:00.523 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:13:00.524 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:00.524 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:01 smithi079 bash[28699]: cluster 2023-12-08T04:12:59.871469+0000 mgr.a (mgr.14403) 26427 : cluster 0 pgmap v19737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:13:01.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:01 smithi194 bash[32038]: cluster 2023-12-08T04:12:59.871469+0000 mgr.a (mgr.14403) 26427 : cluster 0 pgmap v19737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:13:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:01 smithi135 bash[32435]: cluster 2023-12-08T04:12:59.871469+0000 mgr.a (mgr.14403) 26427 : cluster 0 pgmap v19737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:13:01.468 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:13:01.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:01.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:01.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:01.468 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:13:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:02 smithi194 bash[32038]: audit 2023-12-08T04:13:00.928159+0000 mgr.a (mgr.14403) 26428 : audit 0 from='client.519564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:02 smithi135 bash[32435]: audit 2023-12-08T04:13:00.928159+0000 mgr.a (mgr.14403) 26428 : audit 0 from='client.519564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:02 smithi079 bash[28699]: audit 2023-12-08T04:13:00.928159+0000 mgr.a (mgr.14403) 26428 : audit 0 from='client.519564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:03 smithi194 bash[32038]: cluster 2023-12-08T04:13:01.872247+0000 mgr.a (mgr.14403) 26429 : cluster 0 pgmap v19738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:03 smithi135 bash[32435]: cluster 2023-12-08T04:13:01.872247+0000 mgr.a (mgr.14403) 26429 : cluster 0 pgmap v19738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:03 smithi079 bash[28699]: cluster 2023-12-08T04:13:01.872247+0000 mgr.a (mgr.14403) 26429 : cluster 0 pgmap v19738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:05 smithi194 bash[32038]: cluster 2023-12-08T04:13:03.873045+0000 mgr.a (mgr.14403) 26430 : cluster 0 pgmap v19739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:05 smithi135 bash[32435]: cluster 2023-12-08T04:13:03.873045+0000 mgr.a (mgr.14403) 26430 : cluster 0 pgmap v19739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:05 smithi079 bash[28699]: cluster 2023-12-08T04:13:03.873045+0000 mgr.a (mgr.14403) 26430 : cluster 0 pgmap v19739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:06.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:13:06.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:06.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:07.369 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:13:07.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:07.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:07.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:07.370 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:13:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:07 smithi194 bash[32038]: cluster 2023-12-08T04:13:05.873729+0000 mgr.a (mgr.14403) 26431 : cluster 0 pgmap v19740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:07 smithi135 bash[32435]: cluster 2023-12-08T04:13:05.873729+0000 mgr.a (mgr.14403) 26431 : cluster 0 pgmap v19740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:07 smithi079 bash[28699]: cluster 2023-12-08T04:13:05.873729+0000 mgr.a (mgr.14403) 26431 : cluster 0 pgmap v19740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:08.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:08 smithi194 bash[32038]: audit 2023-12-08T04:13:06.876393+0000 mgr.a (mgr.14403) 26432 : audit 0 from='client.519636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:08.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:08 smithi135 bash[32435]: audit 2023-12-08T04:13:06.876393+0000 mgr.a (mgr.14403) 26432 : audit 0 from='client.519636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:08 smithi079 bash[28699]: audit 2023-12-08T04:13:06.876393+0000 mgr.a (mgr.14403) 26432 : audit 0 from='client.519636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:09 smithi194 bash[32038]: cluster 2023-12-08T04:13:07.874553+0000 mgr.a (mgr.14403) 26433 : cluster 0 pgmap v19741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:09 smithi135 bash[32435]: cluster 2023-12-08T04:13:07.874553+0000 mgr.a (mgr.14403) 26433 : cluster 0 pgmap v19741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:09 smithi079 bash[28699]: cluster 2023-12-08T04:13:07.874553+0000 mgr.a (mgr.14403) 26433 : cluster 0 pgmap v19741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:10 smithi194 bash[32038]: audit 2023-12-08T04:13:09.834751+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:13:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:10 smithi135 bash[32435]: audit 2023-12-08T04:13:09.834751+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:13:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:10 smithi079 bash[28699]: audit 2023-12-08T04:13:09.834751+0000 mon.a (mon.0) 4092 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:13:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:11 smithi194 bash[32038]: cluster 2023-12-08T04:13:09.875146+0000 mgr.a (mgr.14403) 26434 : cluster 0 pgmap v19742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:11 smithi194 bash[32038]: audit 2023-12-08T04:13:10.565000+0000 mon.a (mon.0) 4093 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:13:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:11 smithi194 bash[32038]: audit 2023-12-08T04:13:10.566914+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:13:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:11 smithi194 bash[32038]: audit 2023-12-08T04:13:10.577169+0000 mon.a (mon.0) 4095 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:13:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:11 smithi135 bash[32435]: cluster 2023-12-08T04:13:09.875146+0000 mgr.a (mgr.14403) 26434 : cluster 0 pgmap v19742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:11 smithi135 bash[32435]: audit 2023-12-08T04:13:10.565000+0000 mon.a (mon.0) 4093 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:13:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:11 smithi135 bash[32435]: audit 2023-12-08T04:13:10.566914+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:13:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:11 smithi135 bash[32435]: audit 2023-12-08T04:13:10.577169+0000 mon.a (mon.0) 4095 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:13:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:11 smithi079 bash[28699]: cluster 2023-12-08T04:13:09.875146+0000 mgr.a (mgr.14403) 26434 : cluster 0 pgmap v19742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:11 smithi079 bash[28699]: audit 2023-12-08T04:13:10.565000+0000 mon.a (mon.0) 4093 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:13:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:11 smithi079 bash[28699]: audit 2023-12-08T04:13:10.566914+0000 mon.a (mon.0) 4094 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:13:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:11 smithi079 bash[28699]: audit 2023-12-08T04:13:10.577169+0000 mon.a (mon.0) 4095 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:13:12.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:13:12.373 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:12.373 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:13.309 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:13:13.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:13.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:13.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:13.310 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:13:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:13 smithi194 bash[32038]: cluster 2023-12-08T04:13:11.875619+0000 mgr.a (mgr.14403) 26435 : cluster 0 pgmap v19743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:13 smithi135 bash[32435]: cluster 2023-12-08T04:13:11.875619+0000 mgr.a (mgr.14403) 26435 : cluster 0 pgmap v19743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:13 smithi079 bash[28699]: cluster 2023-12-08T04:13:11.875619+0000 mgr.a (mgr.14403) 26435 : cluster 0 pgmap v19743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:14.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:14 smithi194 bash[32038]: audit 2023-12-08T04:13:12.775274+0000 mgr.a (mgr.14403) 26436 : audit 0 from='client.519711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:14.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:14 smithi135 bash[32435]: audit 2023-12-08T04:13:12.775274+0000 mgr.a (mgr.14403) 26436 : audit 0 from='client.519711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:14 smithi079 bash[28699]: audit 2023-12-08T04:13:12.775274+0000 mgr.a (mgr.14403) 26436 : audit 0 from='client.519711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:15 smithi194 bash[32038]: cluster 2023-12-08T04:13:13.876481+0000 mgr.a (mgr.14403) 26437 : cluster 0 pgmap v19744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:15 smithi135 bash[32435]: cluster 2023-12-08T04:13:13.876481+0000 mgr.a (mgr.14403) 26437 : cluster 0 pgmap v19744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:15 smithi079 bash[28699]: cluster 2023-12-08T04:13:13.876481+0000 mgr.a (mgr.14403) 26437 : cluster 0 pgmap v19744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:17.458 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:17 smithi194 bash[32038]: cluster 2023-12-08T04:13:15.877024+0000 mgr.a (mgr.14403) 26438 : cluster 0 pgmap v19745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:17 smithi135 bash[32435]: cluster 2023-12-08T04:13:15.877024+0000 mgr.a (mgr.14403) 26438 : cluster 0 pgmap v19745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:17 smithi079 bash[28699]: cluster 2023-12-08T04:13:15.877024+0000 mgr.a (mgr.14403) 26438 : cluster 0 pgmap v19745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:18.311 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:13:18.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:18.312 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:19.184 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:13:19.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:19.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:19.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:19.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:13:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:19 smithi135 bash[32435]: cluster 2023-12-08T04:13:17.877588+0000 mgr.a (mgr.14403) 26439 : cluster 0 pgmap v19746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:19 smithi079 bash[28699]: cluster 2023-12-08T04:13:17.877588+0000 mgr.a (mgr.14403) 26439 : cluster 0 pgmap v19746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:19 smithi194 bash[32038]: cluster 2023-12-08T04:13:17.877588+0000 mgr.a (mgr.14403) 26439 : cluster 0 pgmap v19746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:20 smithi079 bash[28699]: audit 2023-12-08T04:13:18.711670+0000 mgr.a (mgr.14403) 26440 : audit 0 from='client.519786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:20 smithi079 bash[28699]: cluster 2023-12-08T04:13:19.878592+0000 mgr.a (mgr.14403) 26441 : cluster 0 pgmap v19747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:20 smithi194 bash[32038]: audit 2023-12-08T04:13:18.711670+0000 mgr.a (mgr.14403) 26440 : audit 0 from='client.519786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:20 smithi194 bash[32038]: cluster 2023-12-08T04:13:19.878592+0000 mgr.a (mgr.14403) 26441 : cluster 0 pgmap v19747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:20 smithi135 bash[32435]: audit 2023-12-08T04:13:18.711670+0000 mgr.a (mgr.14403) 26440 : audit 0 from='client.519786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:20 smithi135 bash[32435]: cluster 2023-12-08T04:13:19.878592+0000 mgr.a (mgr.14403) 26441 : cluster 0 pgmap v19747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:23 smithi079 bash[28699]: cluster 2023-12-08T04:13:21.879179+0000 mgr.a (mgr.14403) 26442 : cluster 0 pgmap v19748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:23 smithi194 bash[32038]: cluster 2023-12-08T04:13:21.879179+0000 mgr.a (mgr.14403) 26442 : cluster 0 pgmap v19748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:23.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:23 smithi135 bash[32435]: cluster 2023-12-08T04:13:21.879179+0000 mgr.a (mgr.14403) 26442 : cluster 0 pgmap v19748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:24.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:13:24.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:24.187 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:25.077 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:13:25.077 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:25.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:25.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:25.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:13:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:25 smithi079 bash[28699]: cluster 2023-12-08T04:13:23.879860+0000 mgr.a (mgr.14403) 26443 : cluster 0 pgmap v19749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:25 smithi194 bash[32038]: cluster 2023-12-08T04:13:23.879860+0000 mgr.a (mgr.14403) 26443 : cluster 0 pgmap v19749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:25.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:25 smithi135 bash[32435]: cluster 2023-12-08T04:13:23.879860+0000 mgr.a (mgr.14403) 26443 : cluster 0 pgmap v19749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:26.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:26 smithi079 bash[28699]: audit 2023-12-08T04:13:24.581927+0000 mgr.a (mgr.14403) 26444 : audit 0 from='client.519861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:26.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:26 smithi194 bash[32038]: audit 2023-12-08T04:13:24.581927+0000 mgr.a (mgr.14403) 26444 : audit 0 from='client.519861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:26.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:26 smithi135 bash[32435]: audit 2023-12-08T04:13:24.581927+0000 mgr.a (mgr.14403) 26444 : audit 0 from='client.519861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:27 smithi079 bash[28699]: cluster 2023-12-08T04:13:25.880584+0000 mgr.a (mgr.14403) 26445 : cluster 0 pgmap v19750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:27 smithi194 bash[32038]: cluster 2023-12-08T04:13:25.880584+0000 mgr.a (mgr.14403) 26445 : cluster 0 pgmap v19750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:27 smithi135 bash[32435]: cluster 2023-12-08T04:13:25.880584+0000 mgr.a (mgr.14403) 26445 : cluster 0 pgmap v19750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:29 smithi079 bash[28699]: cluster 2023-12-08T04:13:27.881195+0000 mgr.a (mgr.14403) 26446 : cluster 0 pgmap v19751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:29 smithi194 bash[32038]: cluster 2023-12-08T04:13:27.881195+0000 mgr.a (mgr.14403) 26446 : cluster 0 pgmap v19751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:29 smithi135 bash[32435]: cluster 2023-12-08T04:13:27.881195+0000 mgr.a (mgr.14403) 26446 : cluster 0 pgmap v19751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:30.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:13:30.081 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:30.081 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:30.984 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:13:30.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:30.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:30.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:30.984 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:13:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:31 smithi079 bash[28699]: cluster 2023-12-08T04:13:29.882131+0000 mgr.a (mgr.14403) 26447 : cluster 0 pgmap v19752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:31 smithi194 bash[32038]: cluster 2023-12-08T04:13:29.882131+0000 mgr.a (mgr.14403) 26447 : cluster 0 pgmap v19752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:31 smithi135 bash[32435]: cluster 2023-12-08T04:13:29.882131+0000 mgr.a (mgr.14403) 26447 : cluster 0 pgmap v19752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:32.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:32 smithi079 bash[28699]: audit 2023-12-08T04:13:30.482439+0000 mgr.a (mgr.14403) 26448 : audit 0 from='client.519936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:32 smithi194 bash[32038]: audit 2023-12-08T04:13:30.482439+0000 mgr.a (mgr.14403) 26448 : audit 0 from='client.519936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:32 smithi135 bash[32435]: audit 2023-12-08T04:13:30.482439+0000 mgr.a (mgr.14403) 26448 : audit 0 from='client.519936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:33 smithi079 bash[28699]: cluster 2023-12-08T04:13:31.882807+0000 mgr.a (mgr.14403) 26449 : cluster 0 pgmap v19753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:33 smithi194 bash[32038]: cluster 2023-12-08T04:13:31.882807+0000 mgr.a (mgr.14403) 26449 : cluster 0 pgmap v19753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:33 smithi135 bash[32435]: cluster 2023-12-08T04:13:31.882807+0000 mgr.a (mgr.14403) 26449 : cluster 0 pgmap v19753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:35 smithi079 bash[28699]: cluster 2023-12-08T04:13:33.883597+0000 mgr.a (mgr.14403) 26450 : cluster 0 pgmap v19754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:35 smithi194 bash[32038]: cluster 2023-12-08T04:13:33.883597+0000 mgr.a (mgr.14403) 26450 : cluster 0 pgmap v19754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:35 smithi135 bash[32435]: cluster 2023-12-08T04:13:33.883597+0000 mgr.a (mgr.14403) 26450 : cluster 0 pgmap v19754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:35.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:13:35.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:35.988 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:36.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:36.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:36.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:36.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:13:36.891 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:13:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:37 smithi079 bash[28699]: cluster 2023-12-08T04:13:35.884117+0000 mgr.a (mgr.14403) 26451 : cluster 0 pgmap v19755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:37 smithi194 bash[32038]: cluster 2023-12-08T04:13:35.884117+0000 mgr.a (mgr.14403) 26451 : cluster 0 pgmap v19755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:37 smithi135 bash[32435]: cluster 2023-12-08T04:13:35.884117+0000 mgr.a (mgr.14403) 26451 : cluster 0 pgmap v19755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:38.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:38 smithi079 bash[28699]: audit 2023-12-08T04:13:36.388268+0000 mgr.a (mgr.14403) 26452 : audit 0 from='client.520014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:38 smithi194 bash[32038]: audit 2023-12-08T04:13:36.388268+0000 mgr.a (mgr.14403) 26452 : audit 0 from='client.520014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:38 smithi135 bash[32435]: audit 2023-12-08T04:13:36.388268+0000 mgr.a (mgr.14403) 26452 : audit 0 from='client.520014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:39 smithi079 bash[28699]: cluster 2023-12-08T04:13:37.884741+0000 mgr.a (mgr.14403) 26453 : cluster 0 pgmap v19756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:39 smithi194 bash[32038]: cluster 2023-12-08T04:13:37.884741+0000 mgr.a (mgr.14403) 26453 : cluster 0 pgmap v19756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:39 smithi135 bash[32435]: cluster 2023-12-08T04:13:37.884741+0000 mgr.a (mgr.14403) 26453 : cluster 0 pgmap v19756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:41 smithi079 bash[28699]: cluster 2023-12-08T04:13:39.885530+0000 mgr.a (mgr.14403) 26454 : cluster 0 pgmap v19757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:41 smithi194 bash[32038]: cluster 2023-12-08T04:13:39.885530+0000 mgr.a (mgr.14403) 26454 : cluster 0 pgmap v19757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:41 smithi135 bash[32435]: cluster 2023-12-08T04:13:39.885530+0000 mgr.a (mgr.14403) 26454 : cluster 0 pgmap v19757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:41.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:13:41.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:41.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:42.792 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:13:42.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:42.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:42.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:42.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:13:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:43 smithi079 bash[28699]: cluster 2023-12-08T04:13:41.886009+0000 mgr.a (mgr.14403) 26455 : cluster 0 pgmap v19758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:43 smithi194 bash[32038]: cluster 2023-12-08T04:13:41.886009+0000 mgr.a (mgr.14403) 26455 : cluster 0 pgmap v19758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:43 smithi135 bash[32435]: cluster 2023-12-08T04:13:41.886009+0000 mgr.a (mgr.14403) 26455 : cluster 0 pgmap v19758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:44.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:44 smithi079 bash[28699]: audit 2023-12-08T04:13:42.302805+0000 mgr.a (mgr.14403) 26456 : audit 0 from='client.520089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:44 smithi194 bash[32038]: audit 2023-12-08T04:13:42.302805+0000 mgr.a (mgr.14403) 26456 : audit 0 from='client.520089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:44 smithi135 bash[32435]: audit 2023-12-08T04:13:42.302805+0000 mgr.a (mgr.14403) 26456 : audit 0 from='client.520089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:45 smithi079 bash[28699]: cluster 2023-12-08T04:13:43.886900+0000 mgr.a (mgr.14403) 26457 : cluster 0 pgmap v19759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:45 smithi194 bash[32038]: cluster 2023-12-08T04:13:43.886900+0000 mgr.a (mgr.14403) 26457 : cluster 0 pgmap v19759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:45 smithi135 bash[32435]: cluster 2023-12-08T04:13:43.886900+0000 mgr.a (mgr.14403) 26457 : cluster 0 pgmap v19759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:13:47.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:47 smithi079 bash[28699]: cluster 2023-12-08T04:13:45.887373+0000 mgr.a (mgr.14403) 26458 : cluster 0 pgmap v19760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:47 smithi194 bash[32038]: cluster 2023-12-08T04:13:45.887373+0000 mgr.a (mgr.14403) 26458 : cluster 0 pgmap v19760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:47 smithi135 bash[32435]: cluster 2023-12-08T04:13:45.887373+0000 mgr.a (mgr.14403) 26458 : cluster 0 pgmap v19760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:47.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:13:47.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:47.797 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:48.707 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:13:48.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:48.707 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:48.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:48.708 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:13:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:49 smithi079 bash[28699]: cluster 2023-12-08T04:13:47.887879+0000 mgr.a (mgr.14403) 26459 : cluster 0 pgmap v19761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:49.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:49 smithi079 bash[28699]: audit 2023-12-08T04:13:48.196829+0000 mgr.a (mgr.14403) 26460 : audit 0 from='client.520164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:49 smithi194 bash[32038]: cluster 2023-12-08T04:13:47.887879+0000 mgr.a (mgr.14403) 26459 : cluster 0 pgmap v19761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:49 smithi194 bash[32038]: audit 2023-12-08T04:13:48.196829+0000 mgr.a (mgr.14403) 26460 : audit 0 from='client.520164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:49 smithi135 bash[32435]: cluster 2023-12-08T04:13:47.887879+0000 mgr.a (mgr.14403) 26459 : cluster 0 pgmap v19761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:49 smithi135 bash[32435]: audit 2023-12-08T04:13:48.196829+0000 mgr.a (mgr.14403) 26460 : audit 0 from='client.520164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:51.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:51 smithi079 bash[28699]: cluster 2023-12-08T04:13:49.888798+0000 mgr.a (mgr.14403) 26461 : cluster 0 pgmap v19762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:13:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:51 smithi194 bash[32038]: cluster 2023-12-08T04:13:49.888798+0000 mgr.a (mgr.14403) 26461 : cluster 0 pgmap v19762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:13:51.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:51 smithi135 bash[32435]: cluster 2023-12-08T04:13:49.888798+0000 mgr.a (mgr.14403) 26461 : cluster 0 pgmap v19762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:13:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:53 smithi079 bash[28699]: cluster 2023-12-08T04:13:51.889477+0000 mgr.a (mgr.14403) 26462 : cluster 0 pgmap v19763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:13:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:53 smithi194 bash[32038]: cluster 2023-12-08T04:13:51.889477+0000 mgr.a (mgr.14403) 26462 : cluster 0 pgmap v19763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:13:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:53 smithi135 bash[32435]: cluster 2023-12-08T04:13:51.889477+0000 mgr.a (mgr.14403) 26462 : cluster 0 pgmap v19763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:13:53.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:13:53.711 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:53.711 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:13:54.607 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:13:54.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:13:54.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:13:54.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:13:54.608 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:13:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:55 smithi079 bash[28699]: cluster 2023-12-08T04:13:53.890399+0000 mgr.a (mgr.14403) 26463 : cluster 0 pgmap v19764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:55 smithi079 bash[28699]: audit 2023-12-08T04:13:54.105940+0000 mgr.a (mgr.14403) 26464 : audit 0 from='client.520239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:55 smithi194 bash[32038]: cluster 2023-12-08T04:13:53.890399+0000 mgr.a (mgr.14403) 26463 : cluster 0 pgmap v19764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:55 smithi194 bash[32038]: audit 2023-12-08T04:13:54.105940+0000 mgr.a (mgr.14403) 26464 : audit 0 from='client.520239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:55 smithi135 bash[32435]: cluster 2023-12-08T04:13:53.890399+0000 mgr.a (mgr.14403) 26463 : cluster 0 pgmap v19764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:13:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:55 smithi135 bash[32435]: audit 2023-12-08T04:13:54.105940+0000 mgr.a (mgr.14403) 26464 : audit 0 from='client.520239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:13:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:57 smithi079 bash[28699]: cluster 2023-12-08T04:13:55.891109+0000 mgr.a (mgr.14403) 26465 : cluster 0 pgmap v19765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:57 smithi194 bash[32038]: cluster 2023-12-08T04:13:55.891109+0000 mgr.a (mgr.14403) 26465 : cluster 0 pgmap v19765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:57 smithi135 bash[32435]: cluster 2023-12-08T04:13:55.891109+0000 mgr.a (mgr.14403) 26465 : cluster 0 pgmap v19765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:13:59 smithi079 bash[28699]: cluster 2023-12-08T04:13:57.891610+0000 mgr.a (mgr.14403) 26466 : cluster 0 pgmap v19766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:13:59 smithi194 bash[32038]: cluster 2023-12-08T04:13:57.891610+0000 mgr.a (mgr.14403) 26466 : cluster 0 pgmap v19766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:13:59 smithi135 bash[32435]: cluster 2023-12-08T04:13:57.891610+0000 mgr.a (mgr.14403) 26466 : cluster 0 pgmap v19766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:13:59.610 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:13:59.611 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:13:59.611 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:00.505 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:14:00.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:00.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:00.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:00.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:14:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:01 smithi079 bash[28699]: cluster 2023-12-08T04:13:59.892336+0000 mgr.a (mgr.14403) 26467 : cluster 0 pgmap v19767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:01 smithi079 bash[28699]: audit 2023-12-08T04:14:00.019739+0000 mgr.a (mgr.14403) 26468 : audit 0 from='client.520311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:01 smithi194 bash[32038]: cluster 2023-12-08T04:13:59.892336+0000 mgr.a (mgr.14403) 26467 : cluster 0 pgmap v19767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:01 smithi194 bash[32038]: audit 2023-12-08T04:14:00.019739+0000 mgr.a (mgr.14403) 26468 : audit 0 from='client.520311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:01 smithi135 bash[32435]: cluster 2023-12-08T04:13:59.892336+0000 mgr.a (mgr.14403) 26467 : cluster 0 pgmap v19767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:01 smithi135 bash[32435]: audit 2023-12-08T04:14:00.019739+0000 mgr.a (mgr.14403) 26468 : audit 0 from='client.520311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:03 smithi079 bash[28699]: cluster 2023-12-08T04:14:01.892978+0000 mgr.a (mgr.14403) 26469 : cluster 0 pgmap v19768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:14:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:03 smithi194 bash[32038]: cluster 2023-12-08T04:14:01.892978+0000 mgr.a (mgr.14403) 26469 : cluster 0 pgmap v19768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:14:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:03 smithi135 bash[32435]: cluster 2023-12-08T04:14:01.892978+0000 mgr.a (mgr.14403) 26469 : cluster 0 pgmap v19768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:14:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:05 smithi079 bash[28699]: cluster 2023-12-08T04:14:03.893806+0000 mgr.a (mgr.14403) 26470 : cluster 0 pgmap v19769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:14:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:05 smithi194 bash[32038]: cluster 2023-12-08T04:14:03.893806+0000 mgr.a (mgr.14403) 26470 : cluster 0 pgmap v19769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:14:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:05 smithi135 bash[32435]: cluster 2023-12-08T04:14:03.893806+0000 mgr.a (mgr.14403) 26470 : cluster 0 pgmap v19769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:14:05.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:14:05.509 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:05.509 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:06.395 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:14:06.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:06.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:06.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:06.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:14:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:07 smithi079 bash[28699]: cluster 2023-12-08T04:14:05.894343+0000 mgr.a (mgr.14403) 26471 : cluster 0 pgmap v19770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:07 smithi079 bash[28699]: audit 2023-12-08T04:14:05.904933+0000 mgr.a (mgr.14403) 26472 : audit 0 from='client.520389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:07 smithi194 bash[32038]: cluster 2023-12-08T04:14:05.894343+0000 mgr.a (mgr.14403) 26471 : cluster 0 pgmap v19770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:07 smithi194 bash[32038]: audit 2023-12-08T04:14:05.904933+0000 mgr.a (mgr.14403) 26472 : audit 0 from='client.520389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:07 smithi135 bash[32435]: cluster 2023-12-08T04:14:05.894343+0000 mgr.a (mgr.14403) 26471 : cluster 0 pgmap v19770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:07 smithi135 bash[32435]: audit 2023-12-08T04:14:05.904933+0000 mgr.a (mgr.14403) 26472 : audit 0 from='client.520389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:09 smithi079 bash[28699]: cluster 2023-12-08T04:14:07.895065+0000 mgr.a (mgr.14403) 26473 : cluster 0 pgmap v19771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:09 smithi194 bash[32038]: cluster 2023-12-08T04:14:07.895065+0000 mgr.a (mgr.14403) 26473 : cluster 0 pgmap v19771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:09 smithi135 bash[32435]: cluster 2023-12-08T04:14:07.895065+0000 mgr.a (mgr.14403) 26473 : cluster 0 pgmap v19771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:11 smithi079 bash[28699]: cluster 2023-12-08T04:14:09.895895+0000 mgr.a (mgr.14403) 26474 : cluster 0 pgmap v19772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:11 smithi079 bash[28699]: audit 2023-12-08T04:14:10.679601+0000 mon.a (mon.0) 4096 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:14:11.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:14:11.398 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:11.398 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:11 smithi194 bash[32038]: cluster 2023-12-08T04:14:09.895895+0000 mgr.a (mgr.14403) 26474 : cluster 0 pgmap v19772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:11 smithi194 bash[32038]: audit 2023-12-08T04:14:10.679601+0000 mon.a (mon.0) 4096 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:14:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:11 smithi135 bash[32435]: cluster 2023-12-08T04:14:09.895895+0000 mgr.a (mgr.14403) 26474 : cluster 0 pgmap v19772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:11 smithi135 bash[32435]: audit 2023-12-08T04:14:10.679601+0000 mon.a (mon.0) 4096 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:14:12.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:12.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:12.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:12.335 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:14:12.335 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:14:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:12 smithi079 bash[28699]: audit 2023-12-08T04:14:11.415083+0000 mon.a (mon.0) 4097 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:14:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:12 smithi079 bash[28699]: audit 2023-12-08T04:14:11.416424+0000 mon.a (mon.0) 4098 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:14:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:12 smithi079 bash[28699]: audit 2023-12-08T04:14:11.424392+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:14:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:12 smithi194 bash[32038]: audit 2023-12-08T04:14:11.415083+0000 mon.a (mon.0) 4097 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:14:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:12 smithi194 bash[32038]: audit 2023-12-08T04:14:11.416424+0000 mon.a (mon.0) 4098 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:14:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:12 smithi194 bash[32038]: audit 2023-12-08T04:14:11.424392+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:14:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:12 smithi135 bash[32435]: audit 2023-12-08T04:14:11.415083+0000 mon.a (mon.0) 4097 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:14:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:12 smithi135 bash[32435]: audit 2023-12-08T04:14:11.416424+0000 mon.a (mon.0) 4098 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:14:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:12 smithi135 bash[32435]: audit 2023-12-08T04:14:11.424392+0000 mon.a (mon.0) 4099 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:14:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:13 smithi079 bash[28699]: audit 2023-12-08T04:14:11.797213+0000 mgr.a (mgr.14403) 26475 : audit 0 from='client.520467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:13 smithi079 bash[28699]: cluster 2023-12-08T04:14:11.896668+0000 mgr.a (mgr.14403) 26476 : cluster 0 pgmap v19773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:13 smithi194 bash[32038]: audit 2023-12-08T04:14:11.797213+0000 mgr.a (mgr.14403) 26475 : audit 0 from='client.520467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:13 smithi194 bash[32038]: cluster 2023-12-08T04:14:11.896668+0000 mgr.a (mgr.14403) 26476 : cluster 0 pgmap v19773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:13 smithi135 bash[32435]: audit 2023-12-08T04:14:11.797213+0000 mgr.a (mgr.14403) 26475 : audit 0 from='client.520467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:13 smithi135 bash[32435]: cluster 2023-12-08T04:14:11.896668+0000 mgr.a (mgr.14403) 26476 : cluster 0 pgmap v19773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:15 smithi194 bash[32038]: cluster 2023-12-08T04:14:13.897637+0000 mgr.a (mgr.14403) 26477 : cluster 0 pgmap v19774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:15 smithi135 bash[32435]: cluster 2023-12-08T04:14:13.897637+0000 mgr.a (mgr.14403) 26477 : cluster 0 pgmap v19774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:15 smithi079 bash[28699]: cluster 2023-12-08T04:14:13.897637+0000 mgr.a (mgr.14403) 26477 : cluster 0 pgmap v19774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:17.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:14:17.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:17.339 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:17 smithi194 bash[32038]: cluster 2023-12-08T04:14:15.898189+0000 mgr.a (mgr.14403) 26478 : cluster 0 pgmap v19775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:17 smithi135 bash[32435]: cluster 2023-12-08T04:14:15.898189+0000 mgr.a (mgr.14403) 26478 : cluster 0 pgmap v19775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:17 smithi079 bash[28699]: cluster 2023-12-08T04:14:15.898189+0000 mgr.a (mgr.14403) 26478 : cluster 0 pgmap v19775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:18.221 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:14:18.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:18.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:18.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:18.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:14:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:19 smithi194 bash[32038]: audit 2023-12-08T04:14:17.737536+0000 mgr.a (mgr.14403) 26479 : audit 0 from='client.520545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:19 smithi194 bash[32038]: cluster 2023-12-08T04:14:17.898913+0000 mgr.a (mgr.14403) 26480 : cluster 0 pgmap v19776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:19 smithi135 bash[32435]: audit 2023-12-08T04:14:17.737536+0000 mgr.a (mgr.14403) 26479 : audit 0 from='client.520545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:19 smithi135 bash[32435]: cluster 2023-12-08T04:14:17.898913+0000 mgr.a (mgr.14403) 26480 : cluster 0 pgmap v19776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:19 smithi079 bash[28699]: audit 2023-12-08T04:14:17.737536+0000 mgr.a (mgr.14403) 26479 : audit 0 from='client.520545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:19 smithi079 bash[28699]: cluster 2023-12-08T04:14:17.898913+0000 mgr.a (mgr.14403) 26480 : cluster 0 pgmap v19776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:21 smithi194 bash[32038]: cluster 2023-12-08T04:14:19.899901+0000 mgr.a (mgr.14403) 26481 : cluster 0 pgmap v19777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:21.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:21 smithi135 bash[32435]: cluster 2023-12-08T04:14:19.899901+0000 mgr.a (mgr.14403) 26481 : cluster 0 pgmap v19777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:21 smithi079 bash[28699]: cluster 2023-12-08T04:14:19.899901+0000 mgr.a (mgr.14403) 26481 : cluster 0 pgmap v19777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:23.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:14:23.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:23.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:23 smithi194 bash[32038]: cluster 2023-12-08T04:14:21.900501+0000 mgr.a (mgr.14403) 26482 : cluster 0 pgmap v19778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:23.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:23 smithi135 bash[32435]: cluster 2023-12-08T04:14:21.900501+0000 mgr.a (mgr.14403) 26482 : cluster 0 pgmap v19778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:23 smithi079 bash[28699]: cluster 2023-12-08T04:14:21.900501+0000 mgr.a (mgr.14403) 26482 : cluster 0 pgmap v19778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:24.142 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:14:24.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:24.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:24.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:24.143 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:14:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:25 smithi194 bash[32038]: audit 2023-12-08T04:14:23.622923+0000 mgr.a (mgr.14403) 26483 : audit 0 from='client.520623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:25 smithi194 bash[32038]: cluster 2023-12-08T04:14:23.901702+0000 mgr.a (mgr.14403) 26484 : cluster 0 pgmap v19779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:25 smithi135 bash[32435]: audit 2023-12-08T04:14:23.622923+0000 mgr.a (mgr.14403) 26483 : audit 0 from='client.520623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:25 smithi135 bash[32435]: cluster 2023-12-08T04:14:23.901702+0000 mgr.a (mgr.14403) 26484 : cluster 0 pgmap v19779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:25 smithi079 bash[28699]: audit 2023-12-08T04:14:23.622923+0000 mgr.a (mgr.14403) 26483 : audit 0 from='client.520623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:25 smithi079 bash[28699]: cluster 2023-12-08T04:14:23.901702+0000 mgr.a (mgr.14403) 26484 : cluster 0 pgmap v19779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:27 smithi194 bash[32038]: cluster 2023-12-08T04:14:25.902414+0000 mgr.a (mgr.14403) 26485 : cluster 0 pgmap v19780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:27 smithi135 bash[32435]: cluster 2023-12-08T04:14:25.902414+0000 mgr.a (mgr.14403) 26485 : cluster 0 pgmap v19780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:27 smithi079 bash[28699]: cluster 2023-12-08T04:14:25.902414+0000 mgr.a (mgr.14403) 26485 : cluster 0 pgmap v19780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:29.145 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:14:29.146 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:29.146 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:29 smithi194 bash[32038]: cluster 2023-12-08T04:14:27.903003+0000 mgr.a (mgr.14403) 26486 : cluster 0 pgmap v19781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:29 smithi135 bash[32435]: cluster 2023-12-08T04:14:27.903003+0000 mgr.a (mgr.14403) 26486 : cluster 0 pgmap v19781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:29 smithi079 bash[28699]: cluster 2023-12-08T04:14:27.903003+0000 mgr.a (mgr.14403) 26486 : cluster 0 pgmap v19781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:30.021 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:14:30.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:30.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:30.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:30.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:14:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:31 smithi194 bash[32038]: audit 2023-12-08T04:14:29.545819+0000 mgr.a (mgr.14403) 26487 : audit 0 from='client.520698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:31 smithi194 bash[32038]: cluster 2023-12-08T04:14:29.903829+0000 mgr.a (mgr.14403) 26488 : cluster 0 pgmap v19782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:31 smithi135 bash[32435]: audit 2023-12-08T04:14:29.545819+0000 mgr.a (mgr.14403) 26487 : audit 0 from='client.520698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:31 smithi135 bash[32435]: cluster 2023-12-08T04:14:29.903829+0000 mgr.a (mgr.14403) 26488 : cluster 0 pgmap v19782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:31 smithi079 bash[28699]: audit 2023-12-08T04:14:29.545819+0000 mgr.a (mgr.14403) 26487 : audit 0 from='client.520698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:31.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:31 smithi079 bash[28699]: cluster 2023-12-08T04:14:29.903829+0000 mgr.a (mgr.14403) 26488 : cluster 0 pgmap v19782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:33 smithi194 bash[32038]: cluster 2023-12-08T04:14:31.904413+0000 mgr.a (mgr.14403) 26489 : cluster 0 pgmap v19783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:33 smithi135 bash[32435]: cluster 2023-12-08T04:14:31.904413+0000 mgr.a (mgr.14403) 26489 : cluster 0 pgmap v19783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:33 smithi079 bash[28699]: cluster 2023-12-08T04:14:31.904413+0000 mgr.a (mgr.14403) 26489 : cluster 0 pgmap v19783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:14:35.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:14:35.025 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:35.025 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:35 smithi194 bash[32038]: cluster 2023-12-08T04:14:33.905210+0000 mgr.a (mgr.14403) 26490 : cluster 0 pgmap v19784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:35 smithi135 bash[32435]: cluster 2023-12-08T04:14:33.905210+0000 mgr.a (mgr.14403) 26490 : cluster 0 pgmap v19784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:35 smithi079 bash[28699]: cluster 2023-12-08T04:14:33.905210+0000 mgr.a (mgr.14403) 26490 : cluster 0 pgmap v19784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:35.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:35.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:35.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:35.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:14:35.922 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:14:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:37 smithi194 bash[32038]: audit 2023-12-08T04:14:35.422659+0000 mgr.a (mgr.14403) 26491 : audit 0 from='client.520773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:37 smithi194 bash[32038]: cluster 2023-12-08T04:14:35.905604+0000 mgr.a (mgr.14403) 26492 : cluster 0 pgmap v19785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:37 smithi135 bash[32435]: audit 2023-12-08T04:14:35.422659+0000 mgr.a (mgr.14403) 26491 : audit 0 from='client.520773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:37 smithi135 bash[32435]: cluster 2023-12-08T04:14:35.905604+0000 mgr.a (mgr.14403) 26492 : cluster 0 pgmap v19785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:37 smithi079 bash[28699]: audit 2023-12-08T04:14:35.422659+0000 mgr.a (mgr.14403) 26491 : audit 0 from='client.520773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:37 smithi079 bash[28699]: cluster 2023-12-08T04:14:35.905604+0000 mgr.a (mgr.14403) 26492 : cluster 0 pgmap v19785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:39 smithi194 bash[32038]: cluster 2023-12-08T04:14:37.906085+0000 mgr.a (mgr.14403) 26493 : cluster 0 pgmap v19786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:39 smithi135 bash[32435]: cluster 2023-12-08T04:14:37.906085+0000 mgr.a (mgr.14403) 26493 : cluster 0 pgmap v19786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:39 smithi079 bash[28699]: cluster 2023-12-08T04:14:37.906085+0000 mgr.a (mgr.14403) 26493 : cluster 0 pgmap v19786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:40.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:14:40.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:40.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:41 smithi194 bash[32038]: cluster 2023-12-08T04:14:39.906886+0000 mgr.a (mgr.14403) 26494 : cluster 0 pgmap v19787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:41 smithi135 bash[32435]: cluster 2023-12-08T04:14:39.906886+0000 mgr.a (mgr.14403) 26494 : cluster 0 pgmap v19787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:41 smithi079 bash[28699]: cluster 2023-12-08T04:14:39.906886+0000 mgr.a (mgr.14403) 26494 : cluster 0 pgmap v19787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:41.825 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:14:41.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:41.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:41.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:41.825 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:14:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:43 smithi135 bash[32435]: audit 2023-12-08T04:14:41.329197+0000 mgr.a (mgr.14403) 26495 : audit 0 from='client.520851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:43 smithi135 bash[32435]: cluster 2023-12-08T04:14:41.907539+0000 mgr.a (mgr.14403) 26496 : cluster 0 pgmap v19788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:43 smithi079 bash[28699]: audit 2023-12-08T04:14:41.329197+0000 mgr.a (mgr.14403) 26495 : audit 0 from='client.520851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:43 smithi079 bash[28699]: cluster 2023-12-08T04:14:41.907539+0000 mgr.a (mgr.14403) 26496 : cluster 0 pgmap v19788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:43.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:43 smithi194 bash[32038]: audit 2023-12-08T04:14:41.329197+0000 mgr.a (mgr.14403) 26495 : audit 0 from='client.520851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:43.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:43 smithi194 bash[32038]: cluster 2023-12-08T04:14:41.907539+0000 mgr.a (mgr.14403) 26496 : cluster 0 pgmap v19788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:45 smithi079 bash[28699]: cluster 2023-12-08T04:14:43.908293+0000 mgr.a (mgr.14403) 26497 : cluster 0 pgmap v19789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:45 smithi194 bash[32038]: cluster 2023-12-08T04:14:43.908293+0000 mgr.a (mgr.14403) 26497 : cluster 0 pgmap v19789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:45 smithi135 bash[32435]: cluster 2023-12-08T04:14:43.908293+0000 mgr.a (mgr.14403) 26497 : cluster 0 pgmap v19789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:46.828 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:14:46.829 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:46.829 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:47 smithi079 bash[28699]: cluster 2023-12-08T04:14:45.908850+0000 mgr.a (mgr.14403) 26498 : cluster 0 pgmap v19790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:47 smithi194 bash[32038]: cluster 2023-12-08T04:14:45.908850+0000 mgr.a (mgr.14403) 26498 : cluster 0 pgmap v19790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:47 smithi135 bash[32435]: cluster 2023-12-08T04:14:45.908850+0000 mgr.a (mgr.14403) 26498 : cluster 0 pgmap v19790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:47.730 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:14:47.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:47.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:47.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:47.730 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:14:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:49 smithi079 bash[28699]: audit 2023-12-08T04:14:47.237520+0000 mgr.a (mgr.14403) 26499 : audit 0 from='client.520929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:49 smithi079 bash[28699]: cluster 2023-12-08T04:14:47.909617+0000 mgr.a (mgr.14403) 26500 : cluster 0 pgmap v19791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:49 smithi194 bash[32038]: audit 2023-12-08T04:14:47.237520+0000 mgr.a (mgr.14403) 26499 : audit 0 from='client.520929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:49 smithi194 bash[32038]: cluster 2023-12-08T04:14:47.909617+0000 mgr.a (mgr.14403) 26500 : cluster 0 pgmap v19791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:49 smithi135 bash[32435]: audit 2023-12-08T04:14:47.237520+0000 mgr.a (mgr.14403) 26499 : audit 0 from='client.520929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:49 smithi135 bash[32435]: cluster 2023-12-08T04:14:47.909617+0000 mgr.a (mgr.14403) 26500 : cluster 0 pgmap v19791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:51 smithi079 bash[28699]: cluster 2023-12-08T04:14:49.910478+0000 mgr.a (mgr.14403) 26501 : cluster 0 pgmap v19792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:51 smithi194 bash[32038]: cluster 2023-12-08T04:14:49.910478+0000 mgr.a (mgr.14403) 26501 : cluster 0 pgmap v19792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:51 smithi135 bash[32435]: cluster 2023-12-08T04:14:49.910478+0000 mgr.a (mgr.14403) 26501 : cluster 0 pgmap v19792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:52.733 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:14:52.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:52.734 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:53.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:53 smithi079 bash[28699]: cluster 2023-12-08T04:14:51.911093+0000 mgr.a (mgr.14403) 26502 : cluster 0 pgmap v19793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:53 smithi194 bash[32038]: cluster 2023-12-08T04:14:51.911093+0000 mgr.a (mgr.14403) 26502 : cluster 0 pgmap v19793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:53 smithi135 bash[32435]: cluster 2023-12-08T04:14:51.911093+0000 mgr.a (mgr.14403) 26502 : cluster 0 pgmap v19793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:53.653 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:14:53.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:53.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:53.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:53.653 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:14:54.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:54 smithi079 bash[28699]: audit 2023-12-08T04:14:53.135580+0000 mgr.a (mgr.14403) 26503 : audit 0 from='client.521007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:54.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:54 smithi194 bash[32038]: audit 2023-12-08T04:14:53.135580+0000 mgr.a (mgr.14403) 26503 : audit 0 from='client.521007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:54.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:54 smithi135 bash[32435]: audit 2023-12-08T04:14:53.135580+0000 mgr.a (mgr.14403) 26503 : audit 0 from='client.521007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:14:55.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:55 smithi079 bash[28699]: cluster 2023-12-08T04:14:53.912028+0000 mgr.a (mgr.14403) 26504 : cluster 0 pgmap v19794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:55 smithi194 bash[32038]: cluster 2023-12-08T04:14:53.912028+0000 mgr.a (mgr.14403) 26504 : cluster 0 pgmap v19794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:55 smithi135 bash[32435]: cluster 2023-12-08T04:14:53.912028+0000 mgr.a (mgr.14403) 26504 : cluster 0 pgmap v19794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:14:57.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:57 smithi079 bash[28699]: cluster 2023-12-08T04:14:55.912627+0000 mgr.a (mgr.14403) 26505 : cluster 0 pgmap v19795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:57 smithi194 bash[32038]: cluster 2023-12-08T04:14:55.912627+0000 mgr.a (mgr.14403) 26505 : cluster 0 pgmap v19795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:57 smithi135 bash[32435]: cluster 2023-12-08T04:14:55.912627+0000 mgr.a (mgr.14403) 26505 : cluster 0 pgmap v19795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:58.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:14:58.656 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:14:58.657 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:14:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:14:59 smithi079 bash[28699]: cluster 2023-12-08T04:14:57.913196+0000 mgr.a (mgr.14403) 26506 : cluster 0 pgmap v19796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:14:59 smithi194 bash[32038]: cluster 2023-12-08T04:14:57.913196+0000 mgr.a (mgr.14403) 26506 : cluster 0 pgmap v19796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:14:59 smithi135 bash[32435]: cluster 2023-12-08T04:14:57.913196+0000 mgr.a (mgr.14403) 26506 : cluster 0 pgmap v19796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:14:59.575 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:14:59.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:14:59.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:14:59.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:14:59.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:15:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:00 smithi079 bash[28699]: audit 2023-12-08T04:14:59.060979+0000 mgr.a (mgr.14403) 26507 : audit 0 from='client.521079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:00 smithi194 bash[32038]: audit 2023-12-08T04:14:59.060979+0000 mgr.a (mgr.14403) 26507 : audit 0 from='client.521079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:00 smithi135 bash[32435]: audit 2023-12-08T04:14:59.060979+0000 mgr.a (mgr.14403) 26507 : audit 0 from='client.521079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:01 smithi079 bash[28699]: cluster 2023-12-08T04:14:59.914321+0000 mgr.a (mgr.14403) 26508 : cluster 0 pgmap v19797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:01 smithi194 bash[32038]: cluster 2023-12-08T04:14:59.914321+0000 mgr.a (mgr.14403) 26508 : cluster 0 pgmap v19797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:01 smithi135 bash[32435]: cluster 2023-12-08T04:14:59.914321+0000 mgr.a (mgr.14403) 26508 : cluster 0 pgmap v19797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:03 smithi079 bash[28699]: cluster 2023-12-08T04:15:01.914931+0000 mgr.a (mgr.14403) 26509 : cluster 0 pgmap v19798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:03 smithi194 bash[32038]: cluster 2023-12-08T04:15:01.914931+0000 mgr.a (mgr.14403) 26509 : cluster 0 pgmap v19798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:03 smithi135 bash[32435]: cluster 2023-12-08T04:15:01.914931+0000 mgr.a (mgr.14403) 26509 : cluster 0 pgmap v19798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:04.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:15:04.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:04.579 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:05 smithi079 bash[28699]: cluster 2023-12-08T04:15:03.915662+0000 mgr.a (mgr.14403) 26510 : cluster 0 pgmap v19799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:05 smithi194 bash[32038]: cluster 2023-12-08T04:15:03.915662+0000 mgr.a (mgr.14403) 26510 : cluster 0 pgmap v19799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:05 smithi135 bash[32435]: cluster 2023-12-08T04:15:03.915662+0000 mgr.a (mgr.14403) 26510 : cluster 0 pgmap v19799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:05.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:05.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:05.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:05.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:15:05.498 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:15:06.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:06 smithi079 bash[28699]: audit 2023-12-08T04:15:04.987278+0000 mgr.a (mgr.14403) 26511 : audit 0 from='client.521151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:06.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:06 smithi194 bash[32038]: audit 2023-12-08T04:15:04.987278+0000 mgr.a (mgr.14403) 26511 : audit 0 from='client.521151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:06.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:06 smithi135 bash[32435]: audit 2023-12-08T04:15:04.987278+0000 mgr.a (mgr.14403) 26511 : audit 0 from='client.521151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:07 smithi079 bash[28699]: cluster 2023-12-08T04:15:05.916449+0000 mgr.a (mgr.14403) 26512 : cluster 0 pgmap v19800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:07 smithi194 bash[32038]: cluster 2023-12-08T04:15:05.916449+0000 mgr.a (mgr.14403) 26512 : cluster 0 pgmap v19800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:07 smithi135 bash[32435]: cluster 2023-12-08T04:15:05.916449+0000 mgr.a (mgr.14403) 26512 : cluster 0 pgmap v19800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:09 smithi079 bash[28699]: cluster 2023-12-08T04:15:07.917094+0000 mgr.a (mgr.14403) 26513 : cluster 0 pgmap v19801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:09 smithi194 bash[32038]: cluster 2023-12-08T04:15:07.917094+0000 mgr.a (mgr.14403) 26513 : cluster 0 pgmap v19801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:09 smithi135 bash[32435]: cluster 2023-12-08T04:15:07.917094+0000 mgr.a (mgr.14403) 26513 : cluster 0 pgmap v19801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:10.501 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:15:10.502 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:10.502 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:11 smithi079 bash[28699]: cluster 2023-12-08T04:15:09.917912+0000 mgr.a (mgr.14403) 26514 : cluster 0 pgmap v19802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:11.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:11.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:11.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:11.397 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:15:11.397 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:15:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:11 smithi194 bash[32038]: cluster 2023-12-08T04:15:09.917912+0000 mgr.a (mgr.14403) 26514 : cluster 0 pgmap v19802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:11 smithi135 bash[32435]: cluster 2023-12-08T04:15:09.917912+0000 mgr.a (mgr.14403) 26514 : cluster 0 pgmap v19802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:12 smithi079 bash[28699]: audit 2023-12-08T04:15:10.901344+0000 mgr.a (mgr.14403) 26515 : audit 0 from='client.521223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:12 smithi079 bash[28699]: audit 2023-12-08T04:15:11.527286+0000 mon.a (mon.0) 4100 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:15:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:12 smithi079 bash[28699]: audit 2023-12-08T04:15:12.053409+0000 mon.a (mon.0) 4101 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:15:12.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:12 smithi079 bash[28699]: audit 2023-12-08T04:15:12.058829+0000 mon.a (mon.0) 4102 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:15:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:12 smithi194 bash[32038]: audit 2023-12-08T04:15:10.901344+0000 mgr.a (mgr.14403) 26515 : audit 0 from='client.521223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:12.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:12 smithi194 bash[32038]: audit 2023-12-08T04:15:11.527286+0000 mon.a (mon.0) 4100 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:15:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:12 smithi194 bash[32038]: audit 2023-12-08T04:15:12.053409+0000 mon.a (mon.0) 4101 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:15:12.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:12 smithi194 bash[32038]: audit 2023-12-08T04:15:12.058829+0000 mon.a (mon.0) 4102 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:15:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:12 smithi135 bash[32435]: audit 2023-12-08T04:15:10.901344+0000 mgr.a (mgr.14403) 26515 : audit 0 from='client.521223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:12 smithi135 bash[32435]: audit 2023-12-08T04:15:11.527286+0000 mon.a (mon.0) 4100 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:15:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:12 smithi135 bash[32435]: audit 2023-12-08T04:15:12.053409+0000 mon.a (mon.0) 4101 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:15:12.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:12 smithi135 bash[32435]: audit 2023-12-08T04:15:12.058829+0000 mon.a (mon.0) 4102 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:15:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:13 smithi079 bash[28699]: cluster 2023-12-08T04:15:11.918396+0000 mgr.a (mgr.14403) 26516 : cluster 0 pgmap v19803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:13 smithi079 bash[28699]: audit 2023-12-08T04:15:12.800019+0000 mon.a (mon.0) 4103 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:15:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:13 smithi079 bash[28699]: audit 2023-12-08T04:15:12.801735+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:15:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:13 smithi079 bash[28699]: audit 2023-12-08T04:15:12.811521+0000 mon.a (mon.0) 4105 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:15:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:13 smithi194 bash[32038]: cluster 2023-12-08T04:15:11.918396+0000 mgr.a (mgr.14403) 26516 : cluster 0 pgmap v19803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:13 smithi194 bash[32038]: audit 2023-12-08T04:15:12.800019+0000 mon.a (mon.0) 4103 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:15:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:13 smithi194 bash[32038]: audit 2023-12-08T04:15:12.801735+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:15:13.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:13 smithi194 bash[32038]: audit 2023-12-08T04:15:12.811521+0000 mon.a (mon.0) 4105 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:15:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:13 smithi135 bash[32435]: cluster 2023-12-08T04:15:11.918396+0000 mgr.a (mgr.14403) 26516 : cluster 0 pgmap v19803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:13 smithi135 bash[32435]: audit 2023-12-08T04:15:12.800019+0000 mon.a (mon.0) 4103 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:15:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:13 smithi135 bash[32435]: audit 2023-12-08T04:15:12.801735+0000 mon.a (mon.0) 4104 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:15:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:13 smithi135 bash[32435]: audit 2023-12-08T04:15:12.811521+0000 mon.a (mon.0) 4105 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:15:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:15 smithi079 bash[28699]: cluster 2023-12-08T04:15:13.919165+0000 mgr.a (mgr.14403) 26517 : cluster 0 pgmap v19804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:15.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:15 smithi194 bash[32038]: cluster 2023-12-08T04:15:13.919165+0000 mgr.a (mgr.14403) 26517 : cluster 0 pgmap v19804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:15.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:15 smithi135 bash[32435]: cluster 2023-12-08T04:15:13.919165+0000 mgr.a (mgr.14403) 26517 : cluster 0 pgmap v19804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:16.399 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:15:16.399 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:16.400 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:17.315 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:15:17.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:17.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:17.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:17.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:15:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:17 smithi079 bash[28699]: cluster 2023-12-08T04:15:15.919741+0000 mgr.a (mgr.14403) 26518 : cluster 0 pgmap v19805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:17 smithi194 bash[32038]: cluster 2023-12-08T04:15:15.919741+0000 mgr.a (mgr.14403) 26518 : cluster 0 pgmap v19805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:17 smithi135 bash[32435]: cluster 2023-12-08T04:15:15.919741+0000 mgr.a (mgr.14403) 26518 : cluster 0 pgmap v19805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:18.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:18 smithi079 bash[28699]: audit 2023-12-08T04:15:16.795779+0000 mgr.a (mgr.14403) 26519 : audit 0 from='client.521301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:18.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:18 smithi194 bash[32038]: audit 2023-12-08T04:15:16.795779+0000 mgr.a (mgr.14403) 26519 : audit 0 from='client.521301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:18.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:18 smithi135 bash[32435]: audit 2023-12-08T04:15:16.795779+0000 mgr.a (mgr.14403) 26519 : audit 0 from='client.521301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:19 smithi079 bash[28699]: cluster 2023-12-08T04:15:17.920486+0000 mgr.a (mgr.14403) 26520 : cluster 0 pgmap v19806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:19 smithi194 bash[32038]: cluster 2023-12-08T04:15:17.920486+0000 mgr.a (mgr.14403) 26520 : cluster 0 pgmap v19806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:19 smithi135 bash[32435]: cluster 2023-12-08T04:15:17.920486+0000 mgr.a (mgr.14403) 26520 : cluster 0 pgmap v19806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:21 smithi079 bash[28699]: cluster 2023-12-08T04:15:19.921353+0000 mgr.a (mgr.14403) 26521 : cluster 0 pgmap v19807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:21 smithi194 bash[32038]: cluster 2023-12-08T04:15:19.921353+0000 mgr.a (mgr.14403) 26521 : cluster 0 pgmap v19807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:21.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:21 smithi135 bash[32435]: cluster 2023-12-08T04:15:19.921353+0000 mgr.a (mgr.14403) 26521 : cluster 0 pgmap v19807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:22.319 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:15:22.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:22.320 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:23.206 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:23.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:23.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:23.207 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:15:23.207 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:15:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:23 smithi079 bash[28699]: cluster 2023-12-08T04:15:21.921930+0000 mgr.a (mgr.14403) 26522 : cluster 0 pgmap v19808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:23 smithi194 bash[32038]: cluster 2023-12-08T04:15:21.921930+0000 mgr.a (mgr.14403) 26522 : cluster 0 pgmap v19808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:23.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:23 smithi135 bash[32435]: cluster 2023-12-08T04:15:21.921930+0000 mgr.a (mgr.14403) 26522 : cluster 0 pgmap v19808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:24.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:24 smithi079 bash[28699]: audit 2023-12-08T04:15:22.716868+0000 mgr.a (mgr.14403) 26523 : audit 0 from='client.521376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:24.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:24 smithi194 bash[32038]: audit 2023-12-08T04:15:22.716868+0000 mgr.a (mgr.14403) 26523 : audit 0 from='client.521376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:24.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:24 smithi135 bash[32435]: audit 2023-12-08T04:15:22.716868+0000 mgr.a (mgr.14403) 26523 : audit 0 from='client.521376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:25 smithi194 bash[32038]: cluster 2023-12-08T04:15:23.923037+0000 mgr.a (mgr.14403) 26524 : cluster 0 pgmap v19809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:25 smithi135 bash[32435]: cluster 2023-12-08T04:15:23.923037+0000 mgr.a (mgr.14403) 26524 : cluster 0 pgmap v19809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:25 smithi079 bash[28699]: cluster 2023-12-08T04:15:23.923037+0000 mgr.a (mgr.14403) 26524 : cluster 0 pgmap v19809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:27 smithi194 bash[32038]: cluster 2023-12-08T04:15:25.923640+0000 mgr.a (mgr.14403) 26525 : cluster 0 pgmap v19810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:27 smithi135 bash[32435]: cluster 2023-12-08T04:15:25.923640+0000 mgr.a (mgr.14403) 26525 : cluster 0 pgmap v19810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:27 smithi079 bash[28699]: cluster 2023-12-08T04:15:25.923640+0000 mgr.a (mgr.14403) 26525 : cluster 0 pgmap v19810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:28.209 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:15:28.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:28.210 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:29.118 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:15:29.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:29.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:29.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:29.119 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:15:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:29 smithi194 bash[32038]: cluster 2023-12-08T04:15:27.924218+0000 mgr.a (mgr.14403) 26526 : cluster 0 pgmap v19811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:29 smithi135 bash[32435]: cluster 2023-12-08T04:15:27.924218+0000 mgr.a (mgr.14403) 26526 : cluster 0 pgmap v19811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:29 smithi079 bash[28699]: cluster 2023-12-08T04:15:27.924218+0000 mgr.a (mgr.14403) 26526 : cluster 0 pgmap v19811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:30.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:30 smithi194 bash[32038]: audit 2023-12-08T04:15:28.610297+0000 mgr.a (mgr.14403) 26527 : audit 0 from='client.521454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:30.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:30 smithi135 bash[32435]: audit 2023-12-08T04:15:28.610297+0000 mgr.a (mgr.14403) 26527 : audit 0 from='client.521454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:30 smithi079 bash[28699]: audit 2023-12-08T04:15:28.610297+0000 mgr.a (mgr.14403) 26527 : audit 0 from='client.521454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:31 smithi194 bash[32038]: cluster 2023-12-08T04:15:29.925321+0000 mgr.a (mgr.14403) 26528 : cluster 0 pgmap v19812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:31 smithi135 bash[32435]: cluster 2023-12-08T04:15:29.925321+0000 mgr.a (mgr.14403) 26528 : cluster 0 pgmap v19812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:31 smithi079 bash[28699]: cluster 2023-12-08T04:15:29.925321+0000 mgr.a (mgr.14403) 26528 : cluster 0 pgmap v19812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:33 smithi194 bash[32038]: cluster 2023-12-08T04:15:31.925914+0000 mgr.a (mgr.14403) 26529 : cluster 0 pgmap v19813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:33 smithi135 bash[32435]: cluster 2023-12-08T04:15:31.925914+0000 mgr.a (mgr.14403) 26529 : cluster 0 pgmap v19813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:33 smithi079 bash[28699]: cluster 2023-12-08T04:15:31.925914+0000 mgr.a (mgr.14403) 26529 : cluster 0 pgmap v19813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:34.121 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:15:34.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:34.122 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:35.013 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:15:35.013 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:35.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:35.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:35.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:15:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:35 smithi194 bash[32038]: cluster 2023-12-08T04:15:33.926852+0000 mgr.a (mgr.14403) 26530 : cluster 0 pgmap v19814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:35 smithi135 bash[32435]: cluster 2023-12-08T04:15:33.926852+0000 mgr.a (mgr.14403) 26530 : cluster 0 pgmap v19814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:35 smithi079 bash[28699]: cluster 2023-12-08T04:15:33.926852+0000 mgr.a (mgr.14403) 26530 : cluster 0 pgmap v19814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:36.457 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:36 smithi194 bash[32038]: audit 2023-12-08T04:15:34.520675+0000 mgr.a (mgr.14403) 26531 : audit 0 from='client.521529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:36.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:36 smithi135 bash[32435]: audit 2023-12-08T04:15:34.520675+0000 mgr.a (mgr.14403) 26531 : audit 0 from='client.521529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:36 smithi079 bash[28699]: audit 2023-12-08T04:15:34.520675+0000 mgr.a (mgr.14403) 26531 : audit 0 from='client.521529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:37 smithi194 bash[32038]: cluster 2023-12-08T04:15:35.927589+0000 mgr.a (mgr.14403) 26532 : cluster 0 pgmap v19815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:37 smithi135 bash[32435]: cluster 2023-12-08T04:15:35.927589+0000 mgr.a (mgr.14403) 26532 : cluster 0 pgmap v19815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:37 smithi079 bash[28699]: cluster 2023-12-08T04:15:35.927589+0000 mgr.a (mgr.14403) 26532 : cluster 0 pgmap v19815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:39 smithi194 bash[32038]: cluster 2023-12-08T04:15:37.928172+0000 mgr.a (mgr.14403) 26533 : cluster 0 pgmap v19816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:39 smithi135 bash[32435]: cluster 2023-12-08T04:15:37.928172+0000 mgr.a (mgr.14403) 26533 : cluster 0 pgmap v19816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:39 smithi079 bash[28699]: cluster 2023-12-08T04:15:37.928172+0000 mgr.a (mgr.14403) 26533 : cluster 0 pgmap v19816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:15:40.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:15:40.016 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:40.017 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:40.936 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:15:40.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:40.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:40.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:40.937 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:15:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:41 smithi194 bash[32038]: cluster 2023-12-08T04:15:39.928982+0000 mgr.a (mgr.14403) 26534 : cluster 0 pgmap v19817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:41 smithi135 bash[32435]: cluster 2023-12-08T04:15:39.928982+0000 mgr.a (mgr.14403) 26534 : cluster 0 pgmap v19817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:41 smithi079 bash[28699]: cluster 2023-12-08T04:15:39.928982+0000 mgr.a (mgr.14403) 26534 : cluster 0 pgmap v19817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:42.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:42 smithi135 bash[32435]: audit 2023-12-08T04:15:40.420103+0000 mgr.a (mgr.14403) 26535 : audit 0 from='client.521607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:42 smithi079 bash[28699]: audit 2023-12-08T04:15:40.420103+0000 mgr.a (mgr.14403) 26535 : audit 0 from='client.521607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:42 smithi194 bash[32038]: audit 2023-12-08T04:15:40.420103+0000 mgr.a (mgr.14403) 26535 : audit 0 from='client.521607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:43 smithi135 bash[32435]: cluster 2023-12-08T04:15:41.929651+0000 mgr.a (mgr.14403) 26536 : cluster 0 pgmap v19818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:43 smithi079 bash[28699]: cluster 2023-12-08T04:15:41.929651+0000 mgr.a (mgr.14403) 26536 : cluster 0 pgmap v19818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:43 smithi194 bash[32038]: cluster 2023-12-08T04:15:41.929651+0000 mgr.a (mgr.14403) 26536 : cluster 0 pgmap v19818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:45 smithi079 bash[28699]: cluster 2023-12-08T04:15:43.930459+0000 mgr.a (mgr.14403) 26537 : cluster 0 pgmap v19819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:45 smithi194 bash[32038]: cluster 2023-12-08T04:15:43.930459+0000 mgr.a (mgr.14403) 26537 : cluster 0 pgmap v19819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:45 smithi135 bash[32435]: cluster 2023-12-08T04:15:43.930459+0000 mgr.a (mgr.14403) 26537 : cluster 0 pgmap v19819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:45.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:15:45.940 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:45.941 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:46.867 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:15:46.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:46.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:46.867 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:46.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:15:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:47 smithi079 bash[28699]: cluster 2023-12-08T04:15:45.931041+0000 mgr.a (mgr.14403) 26538 : cluster 0 pgmap v19820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:47 smithi194 bash[32038]: cluster 2023-12-08T04:15:45.931041+0000 mgr.a (mgr.14403) 26538 : cluster 0 pgmap v19820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:47 smithi135 bash[32435]: cluster 2023-12-08T04:15:45.931041+0000 mgr.a (mgr.14403) 26538 : cluster 0 pgmap v19820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:48 smithi079 bash[28699]: audit 2023-12-08T04:15:46.351537+0000 mgr.a (mgr.14403) 26539 : audit 0 from='client.521685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:48 smithi194 bash[32038]: audit 2023-12-08T04:15:46.351537+0000 mgr.a (mgr.14403) 26539 : audit 0 from='client.521685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:48 smithi135 bash[32435]: audit 2023-12-08T04:15:46.351537+0000 mgr.a (mgr.14403) 26539 : audit 0 from='client.521685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:49 smithi079 bash[28699]: cluster 2023-12-08T04:15:47.931830+0000 mgr.a (mgr.14403) 26540 : cluster 0 pgmap v19821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:49 smithi194 bash[32038]: cluster 2023-12-08T04:15:47.931830+0000 mgr.a (mgr.14403) 26540 : cluster 0 pgmap v19821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:49 smithi135 bash[32435]: cluster 2023-12-08T04:15:47.931830+0000 mgr.a (mgr.14403) 26540 : cluster 0 pgmap v19821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:51 smithi079 bash[28699]: cluster 2023-12-08T04:15:49.932691+0000 mgr.a (mgr.14403) 26541 : cluster 0 pgmap v19822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:51 smithi194 bash[32038]: cluster 2023-12-08T04:15:49.932691+0000 mgr.a (mgr.14403) 26541 : cluster 0 pgmap v19822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:51 smithi135 bash[32435]: cluster 2023-12-08T04:15:49.932691+0000 mgr.a (mgr.14403) 26541 : cluster 0 pgmap v19822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:51.870 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:15:51.870 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:51.871 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:52.781 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:15:52.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:52.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:52.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:52.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:15:53.647 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:53 smithi079 bash[28699]: cluster 2023-12-08T04:15:51.933257+0000 mgr.a (mgr.14403) 26542 : cluster 0 pgmap v19823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:53 smithi194 bash[32038]: cluster 2023-12-08T04:15:51.933257+0000 mgr.a (mgr.14403) 26542 : cluster 0 pgmap v19823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:53 smithi135 bash[32435]: cluster 2023-12-08T04:15:51.933257+0000 mgr.a (mgr.14403) 26542 : cluster 0 pgmap v19823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:54 smithi079 bash[28699]: audit 2023-12-08T04:15:52.262532+0000 mgr.a (mgr.14403) 26543 : audit 0 from='client.521763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:54.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:54 smithi194 bash[32038]: audit 2023-12-08T04:15:52.262532+0000 mgr.a (mgr.14403) 26543 : audit 0 from='client.521763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:54 smithi135 bash[32435]: audit 2023-12-08T04:15:52.262532+0000 mgr.a (mgr.14403) 26543 : audit 0 from='client.521763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:55 smithi079 bash[28699]: cluster 2023-12-08T04:15:53.934078+0000 mgr.a (mgr.14403) 26544 : cluster 0 pgmap v19824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:55 smithi194 bash[32038]: cluster 2023-12-08T04:15:53.934078+0000 mgr.a (mgr.14403) 26544 : cluster 0 pgmap v19824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:55 smithi135 bash[32435]: cluster 2023-12-08T04:15:53.934078+0000 mgr.a (mgr.14403) 26544 : cluster 0 pgmap v19824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:15:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:56 smithi079 bash[28699]: cluster 2023-12-08T04:15:55.934712+0000 mgr.a (mgr.14403) 26545 : cluster 0 pgmap v19825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:56 smithi194 bash[32038]: cluster 2023-12-08T04:15:55.934712+0000 mgr.a (mgr.14403) 26545 : cluster 0 pgmap v19825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:56 smithi135 bash[32435]: cluster 2023-12-08T04:15:55.934712+0000 mgr.a (mgr.14403) 26545 : cluster 0 pgmap v19825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:57.784 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:15:57.785 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:15:57.786 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:15:58.696 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:15:58.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:15:58.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:15:58.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:15:58.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:15:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:59 smithi079 bash[28699]: cluster 2023-12-08T04:15:57.935333+0000 mgr.a (mgr.14403) 26546 : cluster 0 pgmap v19826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:59.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:15:59 smithi079 bash[28699]: audit 2023-12-08T04:15:58.188014+0000 mgr.a (mgr.14403) 26547 : audit 0 from='client.521841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:59 smithi194 bash[32038]: cluster 2023-12-08T04:15:57.935333+0000 mgr.a (mgr.14403) 26546 : cluster 0 pgmap v19826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:15:59 smithi194 bash[32038]: audit 2023-12-08T04:15:58.188014+0000 mgr.a (mgr.14403) 26547 : audit 0 from='client.521841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:15:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:59 smithi135 bash[32435]: cluster 2023-12-08T04:15:57.935333+0000 mgr.a (mgr.14403) 26546 : cluster 0 pgmap v19826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:15:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:15:59 smithi135 bash[32435]: audit 2023-12-08T04:15:58.188014+0000 mgr.a (mgr.14403) 26547 : audit 0 from='client.521841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:01 smithi079 bash[28699]: cluster 2023-12-08T04:15:59.936270+0000 mgr.a (mgr.14403) 26548 : cluster 0 pgmap v19827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T04:16:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:01 smithi194 bash[32038]: cluster 2023-12-08T04:15:59.936270+0000 mgr.a (mgr.14403) 26548 : cluster 0 pgmap v19827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T04:16:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:01 smithi135 bash[32435]: cluster 2023-12-08T04:15:59.936270+0000 mgr.a (mgr.14403) 26548 : cluster 0 pgmap v19827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T04:16:03.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:03 smithi079 bash[28699]: cluster 2023-12-08T04:16:01.936870+0000 mgr.a (mgr.14403) 26549 : cluster 0 pgmap v19828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:16:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:03 smithi194 bash[32038]: cluster 2023-12-08T04:16:01.936870+0000 mgr.a (mgr.14403) 26549 : cluster 0 pgmap v19828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:16:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:03 smithi135 bash[32435]: cluster 2023-12-08T04:16:01.936870+0000 mgr.a (mgr.14403) 26549 : cluster 0 pgmap v19828: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:16:03.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:16:03.699 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:03.699 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:04.604 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:16:04.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:04.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:04.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:04.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:16:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:05 smithi079 bash[28699]: cluster 2023-12-08T04:16:03.937599+0000 mgr.a (mgr.14403) 26550 : cluster 0 pgmap v19829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:05.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:05 smithi079 bash[28699]: audit 2023-12-08T04:16:04.102787+0000 mgr.a (mgr.14403) 26551 : audit 0 from='client.521916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:05 smithi194 bash[32038]: cluster 2023-12-08T04:16:03.937599+0000 mgr.a (mgr.14403) 26550 : cluster 0 pgmap v19829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:05 smithi194 bash[32038]: audit 2023-12-08T04:16:04.102787+0000 mgr.a (mgr.14403) 26551 : audit 0 from='client.521916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:05 smithi135 bash[32435]: cluster 2023-12-08T04:16:03.937599+0000 mgr.a (mgr.14403) 26550 : cluster 0 pgmap v19829: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:05 smithi135 bash[32435]: audit 2023-12-08T04:16:04.102787+0000 mgr.a (mgr.14403) 26551 : audit 0 from='client.521916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:07.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:07 smithi079 bash[28699]: cluster 2023-12-08T04:16:05.938142+0000 mgr.a (mgr.14403) 26552 : cluster 0 pgmap v19830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:07 smithi194 bash[32038]: cluster 2023-12-08T04:16:05.938142+0000 mgr.a (mgr.14403) 26552 : cluster 0 pgmap v19830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:07 smithi135 bash[32435]: cluster 2023-12-08T04:16:05.938142+0000 mgr.a (mgr.14403) 26552 : cluster 0 pgmap v19830: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:09.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:09 smithi079 bash[28699]: cluster 2023-12-08T04:16:07.938723+0000 mgr.a (mgr.14403) 26553 : cluster 0 pgmap v19831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:09 smithi194 bash[32038]: cluster 2023-12-08T04:16:07.938723+0000 mgr.a (mgr.14403) 26553 : cluster 0 pgmap v19831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:09 smithi135 bash[32435]: cluster 2023-12-08T04:16:07.938723+0000 mgr.a (mgr.14403) 26553 : cluster 0 pgmap v19831: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:09.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:16:09.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:09.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:10.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:10.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:10.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:10.532 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:16:10.532 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:16:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:11 smithi079 bash[28699]: cluster 2023-12-08T04:16:09.939477+0000 mgr.a (mgr.14403) 26554 : cluster 0 pgmap v19832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:11.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:11 smithi079 bash[28699]: audit 2023-12-08T04:16:10.010608+0000 mgr.a (mgr.14403) 26555 : audit 0 from='client.521991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:11 smithi194 bash[32038]: cluster 2023-12-08T04:16:09.939477+0000 mgr.a (mgr.14403) 26554 : cluster 0 pgmap v19832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:11.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:11 smithi194 bash[32038]: audit 2023-12-08T04:16:10.010608+0000 mgr.a (mgr.14403) 26555 : audit 0 from='client.521991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:11 smithi135 bash[32435]: cluster 2023-12-08T04:16:09.939477+0000 mgr.a (mgr.14403) 26554 : cluster 0 pgmap v19832: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:11 smithi135 bash[32435]: audit 2023-12-08T04:16:10.010608+0000 mgr.a (mgr.14403) 26555 : audit 0 from='client.521991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:13 smithi079 bash[28699]: cluster 2023-12-08T04:16:11.940032+0000 mgr.a (mgr.14403) 26556 : cluster 0 pgmap v19833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:16:13.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:13 smithi079 bash[28699]: audit 2023-12-08T04:16:12.914339+0000 mon.a (mon.0) 4106 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:16:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:13 smithi194 bash[32038]: cluster 2023-12-08T04:16:11.940032+0000 mgr.a (mgr.14403) 26556 : cluster 0 pgmap v19833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:16:13.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:13 smithi194 bash[32038]: audit 2023-12-08T04:16:12.914339+0000 mon.a (mon.0) 4106 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:16:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:13 smithi135 bash[32435]: cluster 2023-12-08T04:16:11.940032+0000 mgr.a (mgr.14403) 26556 : cluster 0 pgmap v19833: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:16:13.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:13 smithi135 bash[32435]: audit 2023-12-08T04:16:12.914339+0000 mon.a (mon.0) 4106 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:16:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:14 smithi194 bash[32038]: audit 2023-12-08T04:16:13.446558+0000 mon.a (mon.0) 4107 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:16:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:14 smithi194 bash[32038]: audit 2023-12-08T04:16:13.457591+0000 mon.a (mon.0) 4108 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:16:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:14 smithi194 bash[32038]: cluster 2023-12-08T04:16:13.940789+0000 mgr.a (mgr.14403) 26557 : cluster 0 pgmap v19834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T04:16:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:14 smithi194 bash[32038]: audit 2023-12-08T04:16:14.209042+0000 mon.a (mon.0) 4109 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:16:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:14 smithi194 bash[32038]: audit 2023-12-08T04:16:14.211078+0000 mon.a (mon.0) 4110 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:16:14.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:14 smithi194 bash[32038]: audit 2023-12-08T04:16:14.220758+0000 mon.a (mon.0) 4111 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:16:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:14 smithi135 bash[32435]: audit 2023-12-08T04:16:13.446558+0000 mon.a (mon.0) 4107 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:16:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:14 smithi135 bash[32435]: audit 2023-12-08T04:16:13.457591+0000 mon.a (mon.0) 4108 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:16:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:14 smithi135 bash[32435]: cluster 2023-12-08T04:16:13.940789+0000 mgr.a (mgr.14403) 26557 : cluster 0 pgmap v19834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T04:16:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:14 smithi135 bash[32435]: audit 2023-12-08T04:16:14.209042+0000 mon.a (mon.0) 4109 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:16:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:14 smithi135 bash[32435]: audit 2023-12-08T04:16:14.211078+0000 mon.a (mon.0) 4110 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:16:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:14 smithi135 bash[32435]: audit 2023-12-08T04:16:14.220758+0000 mon.a (mon.0) 4111 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:16:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:14 smithi079 bash[28699]: audit 2023-12-08T04:16:13.446558+0000 mon.a (mon.0) 4107 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:16:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:14 smithi079 bash[28699]: audit 2023-12-08T04:16:13.457591+0000 mon.a (mon.0) 4108 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:16:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:14 smithi079 bash[28699]: cluster 2023-12-08T04:16:13.940789+0000 mgr.a (mgr.14403) 26557 : cluster 0 pgmap v19834: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T04:16:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:14 smithi079 bash[28699]: audit 2023-12-08T04:16:14.209042+0000 mon.a (mon.0) 4109 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:16:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:14 smithi079 bash[28699]: audit 2023-12-08T04:16:14.211078+0000 mon.a (mon.0) 4110 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:16:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:14 smithi079 bash[28699]: audit 2023-12-08T04:16:14.220758+0000 mon.a (mon.0) 4111 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:16:15.534 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:16:15.535 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:15.535 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:16.451 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:16:16.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:16.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:16.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:16.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:16:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:17 smithi079 bash[28699]: audit 2023-12-08T04:16:15.932588+0000 mgr.a (mgr.14403) 26558 : audit 0 from='client.522066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:17.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:17 smithi079 bash[28699]: cluster 2023-12-08T04:16:15.944398+0000 mgr.a (mgr.14403) 26559 : cluster 0 pgmap v19835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:17.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:17 smithi194 bash[32038]: audit 2023-12-08T04:16:15.932588+0000 mgr.a (mgr.14403) 26558 : audit 0 from='client.522066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:17.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:17 smithi194 bash[32038]: cluster 2023-12-08T04:16:15.944398+0000 mgr.a (mgr.14403) 26559 : cluster 0 pgmap v19835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:17 smithi135 bash[32435]: audit 2023-12-08T04:16:15.932588+0000 mgr.a (mgr.14403) 26558 : audit 0 from='client.522066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:17.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:17 smithi135 bash[32435]: cluster 2023-12-08T04:16:15.944398+0000 mgr.a (mgr.14403) 26559 : cluster 0 pgmap v19835: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:19.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:19 smithi079 bash[28699]: cluster 2023-12-08T04:16:17.945242+0000 mgr.a (mgr.14403) 26560 : cluster 0 pgmap v19836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:19.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:19 smithi194 bash[32038]: cluster 2023-12-08T04:16:17.945242+0000 mgr.a (mgr.14403) 26560 : cluster 0 pgmap v19836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:19.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:19 smithi135 bash[32435]: cluster 2023-12-08T04:16:17.945242+0000 mgr.a (mgr.14403) 26560 : cluster 0 pgmap v19836: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:21.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:21 smithi079 bash[28699]: cluster 2023-12-08T04:16:19.945999+0000 mgr.a (mgr.14403) 26561 : cluster 0 pgmap v19837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:21.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:16:21.454 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:21.454 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:21.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:21 smithi194 bash[32038]: cluster 2023-12-08T04:16:19.945999+0000 mgr.a (mgr.14403) 26561 : cluster 0 pgmap v19837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:21.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:21 smithi135 bash[32435]: cluster 2023-12-08T04:16:19.945999+0000 mgr.a (mgr.14403) 26561 : cluster 0 pgmap v19837: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:22.367 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:16:22.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:22.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:22.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:22.368 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:16:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:23 smithi079 bash[28699]: audit 2023-12-08T04:16:21.857931+0000 mgr.a (mgr.14403) 26562 : audit 0 from='client.522138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:23.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:23 smithi079 bash[28699]: cluster 2023-12-08T04:16:21.946510+0000 mgr.a (mgr.14403) 26563 : cluster 0 pgmap v19838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:23 smithi194 bash[32038]: audit 2023-12-08T04:16:21.857931+0000 mgr.a (mgr.14403) 26562 : audit 0 from='client.522138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:23.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:23 smithi194 bash[32038]: cluster 2023-12-08T04:16:21.946510+0000 mgr.a (mgr.14403) 26563 : cluster 0 pgmap v19838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:23.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:23 smithi135 bash[32435]: audit 2023-12-08T04:16:21.857931+0000 mgr.a (mgr.14403) 26562 : audit 0 from='client.522138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:23.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:23 smithi135 bash[32435]: cluster 2023-12-08T04:16:21.946510+0000 mgr.a (mgr.14403) 26563 : cluster 0 pgmap v19838: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:25.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:25 smithi079 bash[28699]: cluster 2023-12-08T04:16:23.947434+0000 mgr.a (mgr.14403) 26564 : cluster 0 pgmap v19839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:25.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:25 smithi194 bash[32038]: cluster 2023-12-08T04:16:23.947434+0000 mgr.a (mgr.14403) 26564 : cluster 0 pgmap v19839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:25.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:25 smithi135 bash[32435]: cluster 2023-12-08T04:16:23.947434+0000 mgr.a (mgr.14403) 26564 : cluster 0 pgmap v19839: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:27.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:16:27.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:27.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:27.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:27 smithi079 bash[28699]: cluster 2023-12-08T04:16:25.947996+0000 mgr.a (mgr.14403) 26565 : cluster 0 pgmap v19840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:27.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:27 smithi194 bash[32038]: cluster 2023-12-08T04:16:25.947996+0000 mgr.a (mgr.14403) 26565 : cluster 0 pgmap v19840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:27.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:27 smithi135 bash[32435]: cluster 2023-12-08T04:16:25.947996+0000 mgr.a (mgr.14403) 26565 : cluster 0 pgmap v19840: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:28.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:28.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:28.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:28.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:16:28.277 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:16:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:29 smithi079 bash[28699]: audit 2023-12-08T04:16:27.772267+0000 mgr.a (mgr.14403) 26566 : audit 0 from='client.522213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:29.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:29 smithi079 bash[28699]: cluster 2023-12-08T04:16:27.948601+0000 mgr.a (mgr.14403) 26567 : cluster 0 pgmap v19841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:29 smithi194 bash[32038]: audit 2023-12-08T04:16:27.772267+0000 mgr.a (mgr.14403) 26566 : audit 0 from='client.522213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:29 smithi194 bash[32038]: cluster 2023-12-08T04:16:27.948601+0000 mgr.a (mgr.14403) 26567 : cluster 0 pgmap v19841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:29 smithi135 bash[32435]: audit 2023-12-08T04:16:27.772267+0000 mgr.a (mgr.14403) 26566 : audit 0 from='client.522213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:29 smithi135 bash[32435]: cluster 2023-12-08T04:16:27.948601+0000 mgr.a (mgr.14403) 26567 : cluster 0 pgmap v19841: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:31 smithi079 bash[28699]: cluster 2023-12-08T04:16:29.949538+0000 mgr.a (mgr.14403) 26568 : cluster 0 pgmap v19842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:31 smithi194 bash[32038]: cluster 2023-12-08T04:16:29.949538+0000 mgr.a (mgr.14403) 26568 : cluster 0 pgmap v19842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:31 smithi135 bash[32435]: cluster 2023-12-08T04:16:29.949538+0000 mgr.a (mgr.14403) 26568 : cluster 0 pgmap v19842: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:33.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:16:33.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:33.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:33 smithi079 bash[28699]: cluster 2023-12-08T04:16:31.950112+0000 mgr.a (mgr.14403) 26569 : cluster 0 pgmap v19843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:33 smithi194 bash[32038]: cluster 2023-12-08T04:16:31.950112+0000 mgr.a (mgr.14403) 26569 : cluster 0 pgmap v19843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:33 smithi135 bash[32435]: cluster 2023-12-08T04:16:31.950112+0000 mgr.a (mgr.14403) 26569 : cluster 0 pgmap v19843: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:34.187 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:16:34.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:34.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:34.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:34.188 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:16:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:35 smithi079 bash[28699]: audit 2023-12-08T04:16:33.687741+0000 mgr.a (mgr.14403) 26570 : audit 0 from='client.522288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:35 smithi079 bash[28699]: cluster 2023-12-08T04:16:33.952268+0000 mgr.a (mgr.14403) 26571 : cluster 0 pgmap v19844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:35 smithi194 bash[32038]: audit 2023-12-08T04:16:33.687741+0000 mgr.a (mgr.14403) 26570 : audit 0 from='client.522288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:35 smithi194 bash[32038]: cluster 2023-12-08T04:16:33.952268+0000 mgr.a (mgr.14403) 26571 : cluster 0 pgmap v19844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:35 smithi135 bash[32435]: audit 2023-12-08T04:16:33.687741+0000 mgr.a (mgr.14403) 26570 : audit 0 from='client.522288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:35 smithi135 bash[32435]: cluster 2023-12-08T04:16:33.952268+0000 mgr.a (mgr.14403) 26571 : cluster 0 pgmap v19844: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:37 smithi079 bash[28699]: cluster 2023-12-08T04:16:35.952926+0000 mgr.a (mgr.14403) 26572 : cluster 0 pgmap v19845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:37 smithi194 bash[32038]: cluster 2023-12-08T04:16:35.952926+0000 mgr.a (mgr.14403) 26572 : cluster 0 pgmap v19845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:37 smithi135 bash[32435]: cluster 2023-12-08T04:16:35.952926+0000 mgr.a (mgr.14403) 26572 : cluster 0 pgmap v19845: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:39.190 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:16:39.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:39.191 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:39 smithi079 bash[28699]: cluster 2023-12-08T04:16:37.953456+0000 mgr.a (mgr.14403) 26573 : cluster 0 pgmap v19846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:39 smithi194 bash[32038]: cluster 2023-12-08T04:16:37.953456+0000 mgr.a (mgr.14403) 26573 : cluster 0 pgmap v19846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:39 smithi135 bash[32435]: cluster 2023-12-08T04:16:37.953456+0000 mgr.a (mgr.14403) 26573 : cluster 0 pgmap v19846: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:40.102 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:16:40.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:40.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:40.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:40.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:16:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:41 smithi079 bash[28699]: audit 2023-12-08T04:16:39.588388+0000 mgr.a (mgr.14403) 26574 : audit 0 from='client.522363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:41 smithi079 bash[28699]: cluster 2023-12-08T04:16:39.954397+0000 mgr.a (mgr.14403) 26575 : cluster 0 pgmap v19847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:41 smithi194 bash[32038]: audit 2023-12-08T04:16:39.588388+0000 mgr.a (mgr.14403) 26574 : audit 0 from='client.522363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:41 smithi194 bash[32038]: cluster 2023-12-08T04:16:39.954397+0000 mgr.a (mgr.14403) 26575 : cluster 0 pgmap v19847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:41 smithi135 bash[32435]: audit 2023-12-08T04:16:39.588388+0000 mgr.a (mgr.14403) 26574 : audit 0 from='client.522363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:41 smithi135 bash[32435]: cluster 2023-12-08T04:16:39.954397+0000 mgr.a (mgr.14403) 26575 : cluster 0 pgmap v19847: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:43 smithi079 bash[28699]: cluster 2023-12-08T04:16:41.955102+0000 mgr.a (mgr.14403) 26576 : cluster 0 pgmap v19848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:43 smithi194 bash[32038]: cluster 2023-12-08T04:16:41.955102+0000 mgr.a (mgr.14403) 26576 : cluster 0 pgmap v19848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:43 smithi135 bash[32435]: cluster 2023-12-08T04:16:41.955102+0000 mgr.a (mgr.14403) 26576 : cluster 0 pgmap v19848: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:16:45.105 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:16:45.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:45.106 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:45.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:45 smithi079 bash[28699]: cluster 2023-12-08T04:16:43.955840+0000 mgr.a (mgr.14403) 26577 : cluster 0 pgmap v19849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:45 smithi194 bash[32038]: cluster 2023-12-08T04:16:43.955840+0000 mgr.a (mgr.14403) 26577 : cluster 0 pgmap v19849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:45 smithi135 bash[32435]: cluster 2023-12-08T04:16:43.955840+0000 mgr.a (mgr.14403) 26577 : cluster 0 pgmap v19849: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:46.000 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:16:46.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:46.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:46.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:46.000 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:16:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:47 smithi194 bash[32038]: audit 2023-12-08T04:16:45.501291+0000 mgr.a (mgr.14403) 26578 : audit 0 from='client.522438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:47 smithi194 bash[32038]: cluster 2023-12-08T04:16:45.956282+0000 mgr.a (mgr.14403) 26579 : cluster 0 pgmap v19850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:47 smithi135 bash[32435]: audit 2023-12-08T04:16:45.501291+0000 mgr.a (mgr.14403) 26578 : audit 0 from='client.522438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:47 smithi135 bash[32435]: cluster 2023-12-08T04:16:45.956282+0000 mgr.a (mgr.14403) 26579 : cluster 0 pgmap v19850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:47 smithi079 bash[28699]: audit 2023-12-08T04:16:45.501291+0000 mgr.a (mgr.14403) 26578 : audit 0 from='client.522438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:47 smithi079 bash[28699]: cluster 2023-12-08T04:16:45.956282+0000 mgr.a (mgr.14403) 26579 : cluster 0 pgmap v19850: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:49 smithi194 bash[32038]: cluster 2023-12-08T04:16:47.956854+0000 mgr.a (mgr.14403) 26580 : cluster 0 pgmap v19851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:49 smithi135 bash[32435]: cluster 2023-12-08T04:16:47.956854+0000 mgr.a (mgr.14403) 26580 : cluster 0 pgmap v19851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:49 smithi079 bash[28699]: cluster 2023-12-08T04:16:47.956854+0000 mgr.a (mgr.14403) 26580 : cluster 0 pgmap v19851: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:51.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:16:51.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:51.002 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:51 smithi194 bash[32038]: cluster 2023-12-08T04:16:49.957628+0000 mgr.a (mgr.14403) 26581 : cluster 0 pgmap v19852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:51.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:51 smithi135 bash[32435]: cluster 2023-12-08T04:16:49.957628+0000 mgr.a (mgr.14403) 26581 : cluster 0 pgmap v19852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:51 smithi079 bash[28699]: cluster 2023-12-08T04:16:49.957628+0000 mgr.a (mgr.14403) 26581 : cluster 0 pgmap v19852: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:51.924 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:16:51.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:51.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:51.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:51.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:16:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:53 smithi194 bash[32038]: audit 2023-12-08T04:16:51.402627+0000 mgr.a (mgr.14403) 26582 : audit 0 from='client.522513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:53 smithi194 bash[32038]: cluster 2023-12-08T04:16:51.958376+0000 mgr.a (mgr.14403) 26583 : cluster 0 pgmap v19853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:53 smithi135 bash[32435]: audit 2023-12-08T04:16:51.402627+0000 mgr.a (mgr.14403) 26582 : audit 0 from='client.522513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:53 smithi135 bash[32435]: cluster 2023-12-08T04:16:51.958376+0000 mgr.a (mgr.14403) 26583 : cluster 0 pgmap v19853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:53 smithi079 bash[28699]: audit 2023-12-08T04:16:51.402627+0000 mgr.a (mgr.14403) 26582 : audit 0 from='client.522513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:53 smithi079 bash[28699]: cluster 2023-12-08T04:16:51.958376+0000 mgr.a (mgr.14403) 26583 : cluster 0 pgmap v19853: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:55 smithi194 bash[32038]: cluster 2023-12-08T04:16:53.959154+0000 mgr.a (mgr.14403) 26584 : cluster 0 pgmap v19854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:55 smithi135 bash[32435]: cluster 2023-12-08T04:16:53.959154+0000 mgr.a (mgr.14403) 26584 : cluster 0 pgmap v19854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:55 smithi079 bash[28699]: cluster 2023-12-08T04:16:53.959154+0000 mgr.a (mgr.14403) 26584 : cluster 0 pgmap v19854: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:16:56.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:16:56.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:16:56.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:16:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:57 smithi194 bash[32038]: cluster 2023-12-08T04:16:55.959638+0000 mgr.a (mgr.14403) 26585 : cluster 0 pgmap v19855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:57 smithi135 bash[32435]: cluster 2023-12-08T04:16:55.959638+0000 mgr.a (mgr.14403) 26585 : cluster 0 pgmap v19855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:57 smithi079 bash[28699]: cluster 2023-12-08T04:16:55.959638+0000 mgr.a (mgr.14403) 26585 : cluster 0 pgmap v19855: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:57.859 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:16:57.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:16:57.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:16:57.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:16:57.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:16:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:59 smithi194 bash[32038]: audit 2023-12-08T04:16:57.331077+0000 mgr.a (mgr.14403) 26586 : audit 0 from='client.522591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:16:59 smithi194 bash[32038]: cluster 2023-12-08T04:16:57.960437+0000 mgr.a (mgr.14403) 26587 : cluster 0 pgmap v19856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:59 smithi135 bash[32435]: audit 2023-12-08T04:16:57.331077+0000 mgr.a (mgr.14403) 26586 : audit 0 from='client.522591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:59.461 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:16:59 smithi135 bash[32435]: cluster 2023-12-08T04:16:57.960437+0000 mgr.a (mgr.14403) 26587 : cluster 0 pgmap v19856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:16:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:59 smithi079 bash[28699]: audit 2023-12-08T04:16:57.331077+0000 mgr.a (mgr.14403) 26586 : audit 0 from='client.522591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:16:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:16:59 smithi079 bash[28699]: cluster 2023-12-08T04:16:57.960437+0000 mgr.a (mgr.14403) 26587 : cluster 0 pgmap v19856: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:01 smithi194 bash[32038]: cluster 2023-12-08T04:16:59.961344+0000 mgr.a (mgr.14403) 26588 : cluster 0 pgmap v19857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:01 smithi135 bash[32435]: cluster 2023-12-08T04:16:59.961344+0000 mgr.a (mgr.14403) 26588 : cluster 0 pgmap v19857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:01.482 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:01 smithi079 bash[28699]: cluster 2023-12-08T04:16:59.961344+0000 mgr.a (mgr.14403) 26588 : cluster 0 pgmap v19857: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:02.861 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:17:02.862 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:02.862 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:03 smithi194 bash[32038]: cluster 2023-12-08T04:17:01.962097+0000 mgr.a (mgr.14403) 26589 : cluster 0 pgmap v19858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:03 smithi135 bash[32435]: cluster 2023-12-08T04:17:01.962097+0000 mgr.a (mgr.14403) 26589 : cluster 0 pgmap v19858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:03 smithi079 bash[28699]: cluster 2023-12-08T04:17:01.962097+0000 mgr.a (mgr.14403) 26589 : cluster 0 pgmap v19858: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:03.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:03.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:03.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:03.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:17:03.766 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:17:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:05 smithi194 bash[32038]: audit 2023-12-08T04:17:03.263609+0000 mgr.a (mgr.14403) 26590 : audit 0 from='client.522669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:05 smithi194 bash[32038]: cluster 2023-12-08T04:17:03.963120+0000 mgr.a (mgr.14403) 26591 : cluster 0 pgmap v19859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:17:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:05 smithi135 bash[32435]: audit 2023-12-08T04:17:03.263609+0000 mgr.a (mgr.14403) 26590 : audit 0 from='client.522669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:05 smithi135 bash[32435]: cluster 2023-12-08T04:17:03.963120+0000 mgr.a (mgr.14403) 26591 : cluster 0 pgmap v19859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:17:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:05 smithi079 bash[28699]: audit 2023-12-08T04:17:03.263609+0000 mgr.a (mgr.14403) 26590 : audit 0 from='client.522669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:05 smithi079 bash[28699]: cluster 2023-12-08T04:17:03.963120+0000 mgr.a (mgr.14403) 26591 : cluster 0 pgmap v19859: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:17:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:07 smithi194 bash[32038]: cluster 2023-12-08T04:17:05.963615+0000 mgr.a (mgr.14403) 26592 : cluster 0 pgmap v19860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:17:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:07 smithi135 bash[32435]: cluster 2023-12-08T04:17:05.963615+0000 mgr.a (mgr.14403) 26592 : cluster 0 pgmap v19860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:17:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:07 smithi079 bash[28699]: cluster 2023-12-08T04:17:05.963615+0000 mgr.a (mgr.14403) 26592 : cluster 0 pgmap v19860: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:17:08.769 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:17:08.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:08.770 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:09.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:09 smithi194 bash[32038]: cluster 2023-12-08T04:17:07.964178+0000 mgr.a (mgr.14403) 26593 : cluster 0 pgmap v19861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:17:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:09 smithi135 bash[32435]: cluster 2023-12-08T04:17:07.964178+0000 mgr.a (mgr.14403) 26593 : cluster 0 pgmap v19861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:17:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:09 smithi079 bash[28699]: cluster 2023-12-08T04:17:07.964178+0000 mgr.a (mgr.14403) 26593 : cluster 0 pgmap v19861: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:17:09.681 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:17:09.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:09.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:09.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:09.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:17:10.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:10 smithi194 bash[32038]: audit 2023-12-08T04:17:09.170709+0000 mgr.a (mgr.14403) 26594 : audit 0 from='client.522744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:10.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:10 smithi135 bash[32435]: audit 2023-12-08T04:17:09.170709+0000 mgr.a (mgr.14403) 26594 : audit 0 from='client.522744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:10 smithi079 bash[28699]: audit 2023-12-08T04:17:09.170709+0000 mgr.a (mgr.14403) 26594 : audit 0 from='client.522744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:11.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:11 smithi135 bash[32435]: cluster 2023-12-08T04:17:09.965195+0000 mgr.a (mgr.14403) 26595 : cluster 0 pgmap v19862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:11 smithi079 bash[28699]: cluster 2023-12-08T04:17:09.965195+0000 mgr.a (mgr.14403) 26595 : cluster 0 pgmap v19862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:11 smithi194 bash[32038]: cluster 2023-12-08T04:17:09.965195+0000 mgr.a (mgr.14403) 26595 : cluster 0 pgmap v19862: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:13 smithi079 bash[28699]: cluster 2023-12-08T04:17:11.965763+0000 mgr.a (mgr.14403) 26596 : cluster 0 pgmap v19863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:13 smithi194 bash[32038]: cluster 2023-12-08T04:17:11.965763+0000 mgr.a (mgr.14403) 26596 : cluster 0 pgmap v19863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:13 smithi135 bash[32435]: cluster 2023-12-08T04:17:11.965763+0000 mgr.a (mgr.14403) 26596 : cluster 0 pgmap v19863: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:14.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:17:14.684 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:14.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:15.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:15.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:15.573 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:17:15.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:15.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:17:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:15 smithi079 bash[28699]: cluster 2023-12-08T04:17:13.966500+0000 mgr.a (mgr.14403) 26597 : cluster 0 pgmap v19864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:15 smithi079 bash[28699]: audit 2023-12-08T04:17:14.324351+0000 mon.a (mon.0) 4112 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:17:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:15 smithi079 bash[28699]: audit 2023-12-08T04:17:14.853208+0000 mon.a (mon.0) 4113 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:15 smithi079 bash[28699]: audit 2023-12-08T04:17:14.858912+0000 mon.a (mon.0) 4114 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:15 smithi194 bash[32038]: cluster 2023-12-08T04:17:13.966500+0000 mgr.a (mgr.14403) 26597 : cluster 0 pgmap v19864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:15 smithi194 bash[32038]: audit 2023-12-08T04:17:14.324351+0000 mon.a (mon.0) 4112 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:17:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:15 smithi194 bash[32038]: audit 2023-12-08T04:17:14.853208+0000 mon.a (mon.0) 4113 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:15 smithi194 bash[32038]: audit 2023-12-08T04:17:14.858912+0000 mon.a (mon.0) 4114 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:15 smithi135 bash[32435]: cluster 2023-12-08T04:17:13.966500+0000 mgr.a (mgr.14403) 26597 : cluster 0 pgmap v19864: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:15 smithi135 bash[32435]: audit 2023-12-08T04:17:14.324351+0000 mon.a (mon.0) 4112 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:17:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:15 smithi135 bash[32435]: audit 2023-12-08T04:17:14.853208+0000 mon.a (mon.0) 4113 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:15 smithi135 bash[32435]: audit 2023-12-08T04:17:14.858912+0000 mon.a (mon.0) 4114 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:16 smithi079 bash[28699]: audit 2023-12-08T04:17:15.078826+0000 mgr.a (mgr.14403) 26598 : audit 0 from='client.522819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:16 smithi194 bash[32038]: audit 2023-12-08T04:17:15.078826+0000 mgr.a (mgr.14403) 26598 : audit 0 from='client.522819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:16 smithi135 bash[32435]: audit 2023-12-08T04:17:15.078826+0000 mgr.a (mgr.14403) 26598 : audit 0 from='client.522819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:17 smithi079 bash[28699]: cluster 2023-12-08T04:17:15.967154+0000 mgr.a (mgr.14403) 26599 : cluster 0 pgmap v19865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:17:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:17 smithi194 bash[32038]: cluster 2023-12-08T04:17:15.967154+0000 mgr.a (mgr.14403) 26599 : cluster 0 pgmap v19865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:17:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:17 smithi135 bash[32435]: cluster 2023-12-08T04:17:15.967154+0000 mgr.a (mgr.14403) 26599 : cluster 0 pgmap v19865: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:17:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:19 smithi079 bash[28699]: cluster 2023-12-08T04:17:17.967817+0000 mgr.a (mgr.14403) 26600 : cluster 0 pgmap v19866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:17:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:19 smithi194 bash[32038]: cluster 2023-12-08T04:17:17.967817+0000 mgr.a (mgr.14403) 26600 : cluster 0 pgmap v19866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:17:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:19 smithi135 bash[32435]: cluster 2023-12-08T04:17:17.967817+0000 mgr.a (mgr.14403) 26600 : cluster 0 pgmap v19866: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:17:20.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:17:20.575 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:20.575 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:21.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:21.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:21.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:21.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:17:21.431 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:17:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:21 smithi079 bash[28699]: cluster 2023-12-08T04:17:19.968736+0000 mgr.a (mgr.14403) 26601 : cluster 0 pgmap v19867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:17:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:21 smithi194 bash[32038]: cluster 2023-12-08T04:17:19.968736+0000 mgr.a (mgr.14403) 26601 : cluster 0 pgmap v19867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:17:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:21 smithi135 bash[32435]: cluster 2023-12-08T04:17:19.968736+0000 mgr.a (mgr.14403) 26601 : cluster 0 pgmap v19867: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:17:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:22 smithi079 bash[28699]: audit 2023-12-08T04:17:20.967346+0000 mgr.a (mgr.14403) 26602 : audit 0 from='client.522894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:22 smithi194 bash[32038]: audit 2023-12-08T04:17:20.967346+0000 mgr.a (mgr.14403) 26602 : audit 0 from='client.522894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:22 smithi135 bash[32435]: audit 2023-12-08T04:17:20.967346+0000 mgr.a (mgr.14403) 26602 : audit 0 from='client.522894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:23 smithi079 bash[28699]: cluster 2023-12-08T04:17:21.969541+0000 mgr.a (mgr.14403) 26603 : cluster 0 pgmap v19868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:23 smithi194 bash[32038]: cluster 2023-12-08T04:17:21.969541+0000 mgr.a (mgr.14403) 26603 : cluster 0 pgmap v19868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:23 smithi135 bash[32435]: cluster 2023-12-08T04:17:21.969541+0000 mgr.a (mgr.14403) 26603 : cluster 0 pgmap v19868: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:25 smithi079 bash[28699]: cluster 2023-12-08T04:17:23.970396+0000 mgr.a (mgr.14403) 26604 : cluster 0 pgmap v19869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:25 smithi194 bash[32038]: cluster 2023-12-08T04:17:23.970396+0000 mgr.a (mgr.14403) 26604 : cluster 0 pgmap v19869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:25 smithi135 bash[32435]: cluster 2023-12-08T04:17:23.970396+0000 mgr.a (mgr.14403) 26604 : cluster 0 pgmap v19869: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:26.433 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:17:26.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:26.434 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:26 smithi079 bash[28699]: audit 2023-12-08T04:17:25.254756+0000 mon.a (mon.0) 4115 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:26 smithi079 bash[28699]: audit 2023-12-08T04:17:25.262238+0000 mon.a (mon.0) 4116 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:26 smithi079 bash[28699]: audit 2023-12-08T04:17:25.263713+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:17:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:26 smithi079 bash[28699]: audit 2023-12-08T04:17:25.265298+0000 mon.a (mon.0) 4118 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:17:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:26 smithi079 bash[28699]: audit 2023-12-08T04:17:25.274063+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:26 smithi194 bash[32038]: audit 2023-12-08T04:17:25.254756+0000 mon.a (mon.0) 4115 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:26 smithi194 bash[32038]: audit 2023-12-08T04:17:25.262238+0000 mon.a (mon.0) 4116 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:26 smithi194 bash[32038]: audit 2023-12-08T04:17:25.263713+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:17:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:26 smithi194 bash[32038]: audit 2023-12-08T04:17:25.265298+0000 mon.a (mon.0) 4118 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:17:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:26 smithi194 bash[32038]: audit 2023-12-08T04:17:25.274063+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:26 smithi135 bash[32435]: audit 2023-12-08T04:17:25.254756+0000 mon.a (mon.0) 4115 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:26 smithi135 bash[32435]: audit 2023-12-08T04:17:25.262238+0000 mon.a (mon.0) 4116 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:26 smithi135 bash[32435]: audit 2023-12-08T04:17:25.263713+0000 mon.a (mon.0) 4117 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:17:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:26 smithi135 bash[32435]: audit 2023-12-08T04:17:25.265298+0000 mon.a (mon.0) 4118 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:17:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:26 smithi135 bash[32435]: audit 2023-12-08T04:17:25.274063+0000 mon.a (mon.0) 4119 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:17:27.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:27.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:27.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:27.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:17:27.354 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:17:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:27 smithi079 bash[28699]: cluster 2023-12-08T04:17:25.970899+0000 mgr.a (mgr.14403) 26605 : cluster 0 pgmap v19870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:27 smithi194 bash[32038]: cluster 2023-12-08T04:17:25.970899+0000 mgr.a (mgr.14403) 26605 : cluster 0 pgmap v19870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:27 smithi135 bash[32435]: cluster 2023-12-08T04:17:25.970899+0000 mgr.a (mgr.14403) 26605 : cluster 0 pgmap v19870: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:28 smithi079 bash[28699]: audit 2023-12-08T04:17:26.833839+0000 mgr.a (mgr.14403) 26606 : audit 0 from='client.522972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:28 smithi079 bash[28699]: cluster 2023-12-08T04:17:27.971530+0000 mgr.a (mgr.14403) 26607 : cluster 0 pgmap v19871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:28 smithi194 bash[32038]: audit 2023-12-08T04:17:26.833839+0000 mgr.a (mgr.14403) 26606 : audit 0 from='client.522972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:28 smithi194 bash[32038]: cluster 2023-12-08T04:17:27.971530+0000 mgr.a (mgr.14403) 26607 : cluster 0 pgmap v19871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:28 smithi135 bash[32435]: audit 2023-12-08T04:17:26.833839+0000 mgr.a (mgr.14403) 26606 : audit 0 from='client.522972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:28 smithi135 bash[32435]: cluster 2023-12-08T04:17:27.971530+0000 mgr.a (mgr.14403) 26607 : cluster 0 pgmap v19871: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:31 smithi079 bash[28699]: cluster 2023-12-08T04:17:29.972355+0000 mgr.a (mgr.14403) 26608 : cluster 0 pgmap v19872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:31 smithi194 bash[32038]: cluster 2023-12-08T04:17:29.972355+0000 mgr.a (mgr.14403) 26608 : cluster 0 pgmap v19872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:31 smithi135 bash[32435]: cluster 2023-12-08T04:17:29.972355+0000 mgr.a (mgr.14403) 26608 : cluster 0 pgmap v19872: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:32.356 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:17:32.357 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:32.357 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:33.274 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:17:33.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:33.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:33.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:33.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:17:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:33 smithi079 bash[28699]: cluster 2023-12-08T04:17:31.972962+0000 mgr.a (mgr.14403) 26609 : cluster 0 pgmap v19873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:33 smithi194 bash[32038]: cluster 2023-12-08T04:17:31.972962+0000 mgr.a (mgr.14403) 26609 : cluster 0 pgmap v19873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:33 smithi135 bash[32435]: cluster 2023-12-08T04:17:31.972962+0000 mgr.a (mgr.14403) 26609 : cluster 0 pgmap v19873: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:34.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:34 smithi079 bash[28699]: audit 2023-12-08T04:17:32.756207+0000 mgr.a (mgr.14403) 26610 : audit 0 from='client.523047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:34.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:34 smithi194 bash[32038]: audit 2023-12-08T04:17:32.756207+0000 mgr.a (mgr.14403) 26610 : audit 0 from='client.523047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:34.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:34 smithi135 bash[32435]: audit 2023-12-08T04:17:32.756207+0000 mgr.a (mgr.14403) 26610 : audit 0 from='client.523047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:35 smithi079 bash[28699]: cluster 2023-12-08T04:17:33.973938+0000 mgr.a (mgr.14403) 26611 : cluster 0 pgmap v19874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:35 smithi194 bash[32038]: cluster 2023-12-08T04:17:33.973938+0000 mgr.a (mgr.14403) 26611 : cluster 0 pgmap v19874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:35 smithi135 bash[32435]: cluster 2023-12-08T04:17:33.973938+0000 mgr.a (mgr.14403) 26611 : cluster 0 pgmap v19874: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:37.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:37 smithi079 bash[28699]: cluster 2023-12-08T04:17:35.974497+0000 mgr.a (mgr.14403) 26612 : cluster 0 pgmap v19875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:37 smithi194 bash[32038]: cluster 2023-12-08T04:17:35.974497+0000 mgr.a (mgr.14403) 26612 : cluster 0 pgmap v19875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:37 smithi135 bash[32435]: cluster 2023-12-08T04:17:35.974497+0000 mgr.a (mgr.14403) 26612 : cluster 0 pgmap v19875: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:38.277 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:17:38.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:38.278 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:39.191 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:17:39.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:39.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:39.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:39.192 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:17:39.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:39 smithi079 bash[28699]: cluster 2023-12-08T04:17:37.975273+0000 mgr.a (mgr.14403) 26613 : cluster 0 pgmap v19876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:39 smithi194 bash[32038]: cluster 2023-12-08T04:17:37.975273+0000 mgr.a (mgr.14403) 26613 : cluster 0 pgmap v19876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:39 smithi135 bash[32435]: cluster 2023-12-08T04:17:37.975273+0000 mgr.a (mgr.14403) 26613 : cluster 0 pgmap v19876: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:40.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:40 smithi079 bash[28699]: audit 2023-12-08T04:17:38.680130+0000 mgr.a (mgr.14403) 26614 : audit 0 from='client.523125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:40.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:40 smithi194 bash[32038]: audit 2023-12-08T04:17:38.680130+0000 mgr.a (mgr.14403) 26614 : audit 0 from='client.523125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:40.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:40 smithi135 bash[32435]: audit 2023-12-08T04:17:38.680130+0000 mgr.a (mgr.14403) 26614 : audit 0 from='client.523125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:41.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:41 smithi079 bash[28699]: cluster 2023-12-08T04:17:39.976287+0000 mgr.a (mgr.14403) 26615 : cluster 0 pgmap v19877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:41 smithi194 bash[32038]: cluster 2023-12-08T04:17:39.976287+0000 mgr.a (mgr.14403) 26615 : cluster 0 pgmap v19877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:41 smithi135 bash[32435]: cluster 2023-12-08T04:17:39.976287+0000 mgr.a (mgr.14403) 26615 : cluster 0 pgmap v19877: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:43 smithi079 bash[28699]: cluster 2023-12-08T04:17:41.976991+0000 mgr.a (mgr.14403) 26616 : cluster 0 pgmap v19878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:43 smithi194 bash[32038]: cluster 2023-12-08T04:17:41.976991+0000 mgr.a (mgr.14403) 26616 : cluster 0 pgmap v19878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:43 smithi135 bash[32435]: cluster 2023-12-08T04:17:41.976991+0000 mgr.a (mgr.14403) 26616 : cluster 0 pgmap v19878: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:44.193 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:17:44.194 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:44.194 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:45.126 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:17:45.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:45.126 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:45.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:45.127 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:17:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:45 smithi194 bash[32038]: cluster 2023-12-08T04:17:43.977765+0000 mgr.a (mgr.14403) 26617 : cluster 0 pgmap v19879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:45.460 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:45 smithi135 bash[32435]: cluster 2023-12-08T04:17:43.977765+0000 mgr.a (mgr.14403) 26617 : cluster 0 pgmap v19879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:45 smithi079 bash[28699]: cluster 2023-12-08T04:17:43.977765+0000 mgr.a (mgr.14403) 26617 : cluster 0 pgmap v19879: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:46.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:46 smithi194 bash[32038]: audit 2023-12-08T04:17:44.600665+0000 mgr.a (mgr.14403) 26618 : audit 0 from='client.523200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:46.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:46 smithi135 bash[32435]: audit 2023-12-08T04:17:44.600665+0000 mgr.a (mgr.14403) 26618 : audit 0 from='client.523200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:46 smithi079 bash[28699]: audit 2023-12-08T04:17:44.600665+0000 mgr.a (mgr.14403) 26618 : audit 0 from='client.523200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:47 smithi194 bash[32038]: cluster 2023-12-08T04:17:45.978463+0000 mgr.a (mgr.14403) 26619 : cluster 0 pgmap v19880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:47 smithi135 bash[32435]: cluster 2023-12-08T04:17:45.978463+0000 mgr.a (mgr.14403) 26619 : cluster 0 pgmap v19880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:47 smithi079 bash[28699]: cluster 2023-12-08T04:17:45.978463+0000 mgr.a (mgr.14403) 26619 : cluster 0 pgmap v19880: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:49 smithi194 bash[32038]: cluster 2023-12-08T04:17:47.979110+0000 mgr.a (mgr.14403) 26620 : cluster 0 pgmap v19881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:49 smithi135 bash[32435]: cluster 2023-12-08T04:17:47.979110+0000 mgr.a (mgr.14403) 26620 : cluster 0 pgmap v19881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:49 smithi079 bash[28699]: cluster 2023-12-08T04:17:47.979110+0000 mgr.a (mgr.14403) 26620 : cluster 0 pgmap v19881: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:17:50.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:17:50.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:50.130 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:51.051 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:17:51.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:51.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:51.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:51.052 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:17:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:51 smithi194 bash[32038]: cluster 2023-12-08T04:17:49.980097+0000 mgr.a (mgr.14403) 26621 : cluster 0 pgmap v19882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:51.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:51 smithi135 bash[32435]: cluster 2023-12-08T04:17:49.980097+0000 mgr.a (mgr.14403) 26621 : cluster 0 pgmap v19882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:51 smithi079 bash[28699]: cluster 2023-12-08T04:17:49.980097+0000 mgr.a (mgr.14403) 26621 : cluster 0 pgmap v19882: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:52 smithi194 bash[32038]: audit 2023-12-08T04:17:50.531694+0000 mgr.a (mgr.14403) 26622 : audit 0 from='client.523275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:52 smithi135 bash[32435]: audit 2023-12-08T04:17:50.531694+0000 mgr.a (mgr.14403) 26622 : audit 0 from='client.523275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:52 smithi079 bash[28699]: audit 2023-12-08T04:17:50.531694+0000 mgr.a (mgr.14403) 26622 : audit 0 from='client.523275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:53 smithi194 bash[32038]: cluster 2023-12-08T04:17:51.980959+0000 mgr.a (mgr.14403) 26623 : cluster 0 pgmap v19883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:53 smithi135 bash[32435]: cluster 2023-12-08T04:17:51.980959+0000 mgr.a (mgr.14403) 26623 : cluster 0 pgmap v19883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:53 smithi079 bash[28699]: cluster 2023-12-08T04:17:51.980959+0000 mgr.a (mgr.14403) 26623 : cluster 0 pgmap v19883: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:55 smithi194 bash[32038]: cluster 2023-12-08T04:17:53.981968+0000 mgr.a (mgr.14403) 26624 : cluster 0 pgmap v19884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:55 smithi135 bash[32435]: cluster 2023-12-08T04:17:53.981968+0000 mgr.a (mgr.14403) 26624 : cluster 0 pgmap v19884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:55 smithi079 bash[28699]: cluster 2023-12-08T04:17:53.981968+0000 mgr.a (mgr.14403) 26624 : cluster 0 pgmap v19884: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:17:56.055 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:17:56.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:17:56.056 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:17:56.986 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:17:56.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:17:56.986 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:17:56.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:17:56.987 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:17:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:57 smithi194 bash[32038]: cluster 2023-12-08T04:17:55.982702+0000 mgr.a (mgr.14403) 26625 : cluster 0 pgmap v19885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:57 smithi135 bash[32435]: cluster 2023-12-08T04:17:55.982702+0000 mgr.a (mgr.14403) 26625 : cluster 0 pgmap v19885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:57 smithi079 bash[28699]: cluster 2023-12-08T04:17:55.982702+0000 mgr.a (mgr.14403) 26625 : cluster 0 pgmap v19885: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:58.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:58 smithi194 bash[32038]: audit 2023-12-08T04:17:56.466459+0000 mgr.a (mgr.14403) 26626 : audit 0 from='client.523350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:58.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:58 smithi135 bash[32435]: audit 2023-12-08T04:17:56.466459+0000 mgr.a (mgr.14403) 26626 : audit 0 from='client.523350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:58 smithi079 bash[28699]: audit 2023-12-08T04:17:56.466459+0000 mgr.a (mgr.14403) 26626 : audit 0 from='client.523350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:17:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:17:59 smithi194 bash[32038]: cluster 2023-12-08T04:17:57.983436+0000 mgr.a (mgr.14403) 26627 : cluster 0 pgmap v19886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:17:59 smithi135 bash[32435]: cluster 2023-12-08T04:17:57.983436+0000 mgr.a (mgr.14403) 26627 : cluster 0 pgmap v19886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:17:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:17:59 smithi079 bash[28699]: cluster 2023-12-08T04:17:57.983436+0000 mgr.a (mgr.14403) 26627 : cluster 0 pgmap v19886: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:01 smithi194 bash[32038]: cluster 2023-12-08T04:17:59.984246+0000 mgr.a (mgr.14403) 26628 : cluster 0 pgmap v19887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:01 smithi135 bash[32435]: cluster 2023-12-08T04:17:59.984246+0000 mgr.a (mgr.14403) 26628 : cluster 0 pgmap v19887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:01.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:01 smithi079 bash[28699]: cluster 2023-12-08T04:17:59.984246+0000 mgr.a (mgr.14403) 26628 : cluster 0 pgmap v19887: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:01.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:18:01.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:01.989 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:02.891 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:18:02.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:02.891 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:02.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:02.892 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:18:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:03 smithi194 bash[32038]: cluster 2023-12-08T04:18:01.984874+0000 mgr.a (mgr.14403) 26629 : cluster 0 pgmap v19888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:03 smithi135 bash[32435]: cluster 2023-12-08T04:18:01.984874+0000 mgr.a (mgr.14403) 26629 : cluster 0 pgmap v19888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:03 smithi079 bash[28699]: cluster 2023-12-08T04:18:01.984874+0000 mgr.a (mgr.14403) 26629 : cluster 0 pgmap v19888: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:04 smithi079 bash[28699]: audit 2023-12-08T04:18:02.399625+0000 mgr.a (mgr.14403) 26630 : audit 0 from='client.523425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:04 smithi194 bash[32038]: audit 2023-12-08T04:18:02.399625+0000 mgr.a (mgr.14403) 26630 : audit 0 from='client.523425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:04 smithi135 bash[32435]: audit 2023-12-08T04:18:02.399625+0000 mgr.a (mgr.14403) 26630 : audit 0 from='client.523425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:05 smithi079 bash[28699]: cluster 2023-12-08T04:18:03.985836+0000 mgr.a (mgr.14403) 26631 : cluster 0 pgmap v19889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:05 smithi194 bash[32038]: cluster 2023-12-08T04:18:03.985836+0000 mgr.a (mgr.14403) 26631 : cluster 0 pgmap v19889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:05 smithi135 bash[32435]: cluster 2023-12-08T04:18:03.985836+0000 mgr.a (mgr.14403) 26631 : cluster 0 pgmap v19889: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:07 smithi079 bash[28699]: cluster 2023-12-08T04:18:05.986390+0000 mgr.a (mgr.14403) 26632 : cluster 0 pgmap v19890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:07 smithi194 bash[32038]: cluster 2023-12-08T04:18:05.986390+0000 mgr.a (mgr.14403) 26632 : cluster 0 pgmap v19890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:07 smithi135 bash[32435]: cluster 2023-12-08T04:18:05.986390+0000 mgr.a (mgr.14403) 26632 : cluster 0 pgmap v19890: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:07.894 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:18:07.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:07.895 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:08.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:08.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:08.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:08.787 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:18:08.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:18:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:09 smithi079 bash[28699]: cluster 2023-12-08T04:18:07.987072+0000 mgr.a (mgr.14403) 26633 : cluster 0 pgmap v19891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:09 smithi194 bash[32038]: cluster 2023-12-08T04:18:07.987072+0000 mgr.a (mgr.14403) 26633 : cluster 0 pgmap v19891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:09 smithi135 bash[32435]: cluster 2023-12-08T04:18:07.987072+0000 mgr.a (mgr.14403) 26633 : cluster 0 pgmap v19891: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:10 smithi079 bash[28699]: audit 2023-12-08T04:18:08.296628+0000 mgr.a (mgr.14403) 26634 : audit 0 from='client.523497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:10 smithi194 bash[32038]: audit 2023-12-08T04:18:08.296628+0000 mgr.a (mgr.14403) 26634 : audit 0 from='client.523497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:10 smithi135 bash[32435]: audit 2023-12-08T04:18:08.296628+0000 mgr.a (mgr.14403) 26634 : audit 0 from='client.523497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:11 smithi079 bash[28699]: cluster 2023-12-08T04:18:09.988050+0000 mgr.a (mgr.14403) 26635 : cluster 0 pgmap v19892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:18:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:11 smithi194 bash[32038]: cluster 2023-12-08T04:18:09.988050+0000 mgr.a (mgr.14403) 26635 : cluster 0 pgmap v19892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:18:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:11 smithi135 bash[32435]: cluster 2023-12-08T04:18:09.988050+0000 mgr.a (mgr.14403) 26635 : cluster 0 pgmap v19892: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:18:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:13 smithi079 bash[28699]: cluster 2023-12-08T04:18:11.988764+0000 mgr.a (mgr.14403) 26636 : cluster 0 pgmap v19893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:18:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:13 smithi194 bash[32038]: cluster 2023-12-08T04:18:11.988764+0000 mgr.a (mgr.14403) 26636 : cluster 0 pgmap v19893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:18:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:13 smithi135 bash[32435]: cluster 2023-12-08T04:18:11.988764+0000 mgr.a (mgr.14403) 26636 : cluster 0 pgmap v19893: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:18:13.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:18:13.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:13.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:14.664 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:18:14.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:14.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:14.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:14.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:18:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:15 smithi079 bash[28699]: cluster 2023-12-08T04:18:13.989511+0000 mgr.a (mgr.14403) 26637 : cluster 0 pgmap v19894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:15 smithi079 bash[28699]: audit 2023-12-08T04:18:14.180959+0000 mgr.a (mgr.14403) 26638 : audit 0 from='client.523572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:15 smithi194 bash[32038]: cluster 2023-12-08T04:18:13.989511+0000 mgr.a (mgr.14403) 26637 : cluster 0 pgmap v19894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:15 smithi194 bash[32038]: audit 2023-12-08T04:18:14.180959+0000 mgr.a (mgr.14403) 26638 : audit 0 from='client.523572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:15 smithi135 bash[32435]: cluster 2023-12-08T04:18:13.989511+0000 mgr.a (mgr.14403) 26637 : cluster 0 pgmap v19894: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:15 smithi135 bash[32435]: audit 2023-12-08T04:18:14.180959+0000 mgr.a (mgr.14403) 26638 : audit 0 from='client.523572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:17 smithi079 bash[28699]: cluster 2023-12-08T04:18:15.990238+0000 mgr.a (mgr.14403) 26639 : cluster 0 pgmap v19895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:17 smithi194 bash[32038]: cluster 2023-12-08T04:18:15.990238+0000 mgr.a (mgr.14403) 26639 : cluster 0 pgmap v19895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:17 smithi135 bash[32435]: cluster 2023-12-08T04:18:15.990238+0000 mgr.a (mgr.14403) 26639 : cluster 0 pgmap v19895: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:19 smithi079 bash[28699]: cluster 2023-12-08T04:18:17.990838+0000 mgr.a (mgr.14403) 26640 : cluster 0 pgmap v19896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:19.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:18:19.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:19.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:19 smithi194 bash[32038]: cluster 2023-12-08T04:18:17.990838+0000 mgr.a (mgr.14403) 26640 : cluster 0 pgmap v19896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:19 smithi135 bash[32435]: cluster 2023-12-08T04:18:17.990838+0000 mgr.a (mgr.14403) 26640 : cluster 0 pgmap v19896: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:20.549 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:18:20.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:20.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:20.549 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:20.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:18:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:21 smithi079 bash[28699]: cluster 2023-12-08T04:18:19.991491+0000 mgr.a (mgr.14403) 26641 : cluster 0 pgmap v19897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:21 smithi079 bash[28699]: audit 2023-12-08T04:18:20.067797+0000 mgr.a (mgr.14403) 26642 : audit 0 from='client.523647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:21 smithi194 bash[32038]: cluster 2023-12-08T04:18:19.991491+0000 mgr.a (mgr.14403) 26641 : cluster 0 pgmap v19897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:21.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:21 smithi194 bash[32038]: audit 2023-12-08T04:18:20.067797+0000 mgr.a (mgr.14403) 26642 : audit 0 from='client.523647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:21 smithi135 bash[32435]: cluster 2023-12-08T04:18:19.991491+0000 mgr.a (mgr.14403) 26641 : cluster 0 pgmap v19897: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:21 smithi135 bash[32435]: audit 2023-12-08T04:18:20.067797+0000 mgr.a (mgr.14403) 26642 : audit 0 from='client.523647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:23 smithi079 bash[28699]: cluster 2023-12-08T04:18:21.992135+0000 mgr.a (mgr.14403) 26643 : cluster 0 pgmap v19898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:18:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:23 smithi194 bash[32038]: cluster 2023-12-08T04:18:21.992135+0000 mgr.a (mgr.14403) 26643 : cluster 0 pgmap v19898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:18:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:23 smithi135 bash[32435]: cluster 2023-12-08T04:18:21.992135+0000 mgr.a (mgr.14403) 26643 : cluster 0 pgmap v19898: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:18:25.551 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:18:25.551 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:25.552 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:25 smithi079 bash[28699]: cluster 2023-12-08T04:18:23.992931+0000 mgr.a (mgr.14403) 26644 : cluster 0 pgmap v19899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:18:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:25 smithi194 bash[32038]: cluster 2023-12-08T04:18:23.992931+0000 mgr.a (mgr.14403) 26644 : cluster 0 pgmap v19899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:18:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:25 smithi135 bash[32435]: cluster 2023-12-08T04:18:23.992931+0000 mgr.a (mgr.14403) 26644 : cluster 0 pgmap v19899: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:18:26.429 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:18:26.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:26.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:26.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:26.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:18:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:26 smithi079 bash[28699]: audit 2023-12-08T04:18:25.378552+0000 mon.a (mon.0) 4120 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:18:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:26 smithi194 bash[32038]: audit 2023-12-08T04:18:25.378552+0000 mon.a (mon.0) 4120 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:18:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:26 smithi135 bash[32435]: audit 2023-12-08T04:18:25.378552+0000 mon.a (mon.0) 4120 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:18:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:27 smithi079 bash[28699]: audit 2023-12-08T04:18:25.950002+0000 mgr.a (mgr.14403) 26645 : audit 0 from='client.394981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:27 smithi079 bash[28699]: cluster 2023-12-08T04:18:25.993420+0000 mgr.a (mgr.14403) 26646 : cluster 0 pgmap v19900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:27 smithi194 bash[32038]: audit 2023-12-08T04:18:25.950002+0000 mgr.a (mgr.14403) 26645 : audit 0 from='client.394981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:27 smithi194 bash[32038]: cluster 2023-12-08T04:18:25.993420+0000 mgr.a (mgr.14403) 26646 : cluster 0 pgmap v19900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:27 smithi135 bash[32435]: audit 2023-12-08T04:18:25.950002+0000 mgr.a (mgr.14403) 26645 : audit 0 from='client.394981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:27 smithi135 bash[32435]: cluster 2023-12-08T04:18:25.993420+0000 mgr.a (mgr.14403) 26646 : cluster 0 pgmap v19900: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:28 smithi079 bash[28699]: cluster 2023-12-08T04:18:27.994215+0000 mgr.a (mgr.14403) 26647 : cluster 0 pgmap v19901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:28 smithi194 bash[32038]: cluster 2023-12-08T04:18:27.994215+0000 mgr.a (mgr.14403) 26647 : cluster 0 pgmap v19901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:28 smithi135 bash[32435]: cluster 2023-12-08T04:18:27.994215+0000 mgr.a (mgr.14403) 26647 : cluster 0 pgmap v19901: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:31.352 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:31 smithi135 bash[32435]: cluster 2023-12-08T04:18:29.995114+0000 mgr.a (mgr.14403) 26648 : cluster 0 pgmap v19902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:31.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:31 smithi079 bash[28699]: cluster 2023-12-08T04:18:29.995114+0000 mgr.a (mgr.14403) 26648 : cluster 0 pgmap v19902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:31.431 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:18:31.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:31.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:31 smithi194 bash[32038]: cluster 2023-12-08T04:18:29.995114+0000 mgr.a (mgr.14403) 26648 : cluster 0 pgmap v19902: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:32.323 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:18:32.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:32.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:32.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:32.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:18:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:33 smithi079 bash[28699]: audit 2023-12-08T04:18:31.827230+0000 mgr.a (mgr.14403) 26649 : audit 0 from='client.523794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:33.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:33 smithi079 bash[28699]: cluster 2023-12-08T04:18:31.995607+0000 mgr.a (mgr.14403) 26650 : cluster 0 pgmap v19903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:33 smithi194 bash[32038]: audit 2023-12-08T04:18:31.827230+0000 mgr.a (mgr.14403) 26649 : audit 0 from='client.523794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:33 smithi194 bash[32038]: cluster 2023-12-08T04:18:31.995607+0000 mgr.a (mgr.14403) 26650 : cluster 0 pgmap v19903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:33 smithi135 bash[32435]: audit 2023-12-08T04:18:31.827230+0000 mgr.a (mgr.14403) 26649 : audit 0 from='client.523794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:33 smithi135 bash[32435]: cluster 2023-12-08T04:18:31.995607+0000 mgr.a (mgr.14403) 26650 : cluster 0 pgmap v19903: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:35.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:35 smithi079 bash[28699]: cluster 2023-12-08T04:18:33.996500+0000 mgr.a (mgr.14403) 26651 : cluster 0 pgmap v19904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:35.419 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:35 smithi135 bash[32435]: cluster 2023-12-08T04:18:33.996500+0000 mgr.a (mgr.14403) 26651 : cluster 0 pgmap v19904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:35 smithi194 bash[32038]: cluster 2023-12-08T04:18:33.996500+0000 mgr.a (mgr.14403) 26651 : cluster 0 pgmap v19904: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:37.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:18:37.327 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:37.327 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:37 smithi194 bash[32038]: cluster 2023-12-08T04:18:35.997202+0000 mgr.a (mgr.14403) 26652 : cluster 0 pgmap v19905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:37 smithi194 bash[32038]: audit 2023-12-08T04:18:36.164457+0000 mon.a (mon.0) 4121 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:18:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:37 smithi194 bash[32038]: audit 2023-12-08T04:18:36.170600+0000 mon.a (mon.0) 4122 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:18:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:37 smithi194 bash[32038]: audit 2023-12-08T04:18:36.172138+0000 mon.a (mon.0) 4123 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:18:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:37 smithi194 bash[32038]: audit 2023-12-08T04:18:36.173891+0000 mon.a (mon.0) 4124 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:18:37.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:37 smithi194 bash[32038]: audit 2023-12-08T04:18:36.182118+0000 mon.a (mon.0) 4125 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:18:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:37 smithi135 bash[32435]: cluster 2023-12-08T04:18:35.997202+0000 mgr.a (mgr.14403) 26652 : cluster 0 pgmap v19905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:37 smithi135 bash[32435]: audit 2023-12-08T04:18:36.164457+0000 mon.a (mon.0) 4121 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:18:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:37 smithi135 bash[32435]: audit 2023-12-08T04:18:36.170600+0000 mon.a (mon.0) 4122 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:18:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:37 smithi135 bash[32435]: audit 2023-12-08T04:18:36.172138+0000 mon.a (mon.0) 4123 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:18:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:37 smithi135 bash[32435]: audit 2023-12-08T04:18:36.173891+0000 mon.a (mon.0) 4124 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:18:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:37 smithi135 bash[32435]: audit 2023-12-08T04:18:36.182118+0000 mon.a (mon.0) 4125 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:18:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:37 smithi079 bash[28699]: cluster 2023-12-08T04:18:35.997202+0000 mgr.a (mgr.14403) 26652 : cluster 0 pgmap v19905: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:37 smithi079 bash[28699]: audit 2023-12-08T04:18:36.164457+0000 mon.a (mon.0) 4121 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:18:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:37 smithi079 bash[28699]: audit 2023-12-08T04:18:36.170600+0000 mon.a (mon.0) 4122 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:18:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:37 smithi079 bash[28699]: audit 2023-12-08T04:18:36.172138+0000 mon.a (mon.0) 4123 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:18:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:37 smithi079 bash[28699]: audit 2023-12-08T04:18:36.173891+0000 mon.a (mon.0) 4124 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:18:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:37 smithi079 bash[28699]: audit 2023-12-08T04:18:36.182118+0000 mon.a (mon.0) 4125 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:18:38.240 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:18:38.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:38.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:38.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:38.241 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:18:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:39 smithi194 bash[32038]: audit 2023-12-08T04:18:37.734342+0000 mgr.a (mgr.14403) 26653 : audit 0 from='client.523863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:39 smithi194 bash[32038]: cluster 2023-12-08T04:18:38.001718+0000 mgr.a (mgr.14403) 26654 : cluster 0 pgmap v19906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:39 smithi135 bash[32435]: audit 2023-12-08T04:18:37.734342+0000 mgr.a (mgr.14403) 26653 : audit 0 from='client.523863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:39 smithi135 bash[32435]: cluster 2023-12-08T04:18:38.001718+0000 mgr.a (mgr.14403) 26654 : cluster 0 pgmap v19906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:39 smithi079 bash[28699]: audit 2023-12-08T04:18:37.734342+0000 mgr.a (mgr.14403) 26653 : audit 0 from='client.523863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:39 smithi079 bash[28699]: cluster 2023-12-08T04:18:38.001718+0000 mgr.a (mgr.14403) 26654 : cluster 0 pgmap v19906: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:41 smithi194 bash[32038]: cluster 2023-12-08T04:18:40.002812+0000 mgr.a (mgr.14403) 26655 : cluster 0 pgmap v19907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:41 smithi135 bash[32435]: cluster 2023-12-08T04:18:40.002812+0000 mgr.a (mgr.14403) 26655 : cluster 0 pgmap v19907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:41 smithi079 bash[28699]: cluster 2023-12-08T04:18:40.002812+0000 mgr.a (mgr.14403) 26655 : cluster 0 pgmap v19907: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:18:43.243 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:18:43.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:43.244 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:43 smithi194 bash[32038]: cluster 2023-12-08T04:18:42.003388+0000 mgr.a (mgr.14403) 26656 : cluster 0 pgmap v19908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:43 smithi135 bash[32435]: cluster 2023-12-08T04:18:42.003388+0000 mgr.a (mgr.14403) 26656 : cluster 0 pgmap v19908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:43 smithi079 bash[28699]: cluster 2023-12-08T04:18:42.003388+0000 mgr.a (mgr.14403) 26656 : cluster 0 pgmap v19908: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:44.139 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:18:44.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:44.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:44.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:44.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:18:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:45 smithi194 bash[32038]: audit 2023-12-08T04:18:43.638780+0000 mgr.a (mgr.14403) 26657 : audit 0 from='client.523938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:45 smithi194 bash[32038]: cluster 2023-12-08T04:18:44.004112+0000 mgr.a (mgr.14403) 26658 : cluster 0 pgmap v19909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:45 smithi135 bash[32435]: audit 2023-12-08T04:18:43.638780+0000 mgr.a (mgr.14403) 26657 : audit 0 from='client.523938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:45 smithi135 bash[32435]: cluster 2023-12-08T04:18:44.004112+0000 mgr.a (mgr.14403) 26658 : cluster 0 pgmap v19909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:45 smithi079 bash[28699]: audit 2023-12-08T04:18:43.638780+0000 mgr.a (mgr.14403) 26657 : audit 0 from='client.523938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:45 smithi079 bash[28699]: cluster 2023-12-08T04:18:44.004112+0000 mgr.a (mgr.14403) 26658 : cluster 0 pgmap v19909: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:47 smithi194 bash[32038]: cluster 2023-12-08T04:18:46.004752+0000 mgr.a (mgr.14403) 26659 : cluster 0 pgmap v19910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:47 smithi135 bash[32435]: cluster 2023-12-08T04:18:46.004752+0000 mgr.a (mgr.14403) 26659 : cluster 0 pgmap v19910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:47 smithi079 bash[28699]: cluster 2023-12-08T04:18:46.004752+0000 mgr.a (mgr.14403) 26659 : cluster 0 pgmap v19910: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:49.142 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:18:49.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:49.143 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:49.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:49 smithi194 bash[32038]: cluster 2023-12-08T04:18:48.005485+0000 mgr.a (mgr.14403) 26660 : cluster 0 pgmap v19911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:49.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:49 smithi135 bash[32435]: cluster 2023-12-08T04:18:48.005485+0000 mgr.a (mgr.14403) 26660 : cluster 0 pgmap v19911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:49 smithi079 bash[28699]: cluster 2023-12-08T04:18:48.005485+0000 mgr.a (mgr.14403) 26660 : cluster 0 pgmap v19911: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:50.037 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:18:50.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:50.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:50.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:50.037 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:18:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:51 smithi194 bash[32038]: audit 2023-12-08T04:18:49.540237+0000 mgr.a (mgr.14403) 26661 : audit 0 from='client.524013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:51 smithi194 bash[32038]: cluster 2023-12-08T04:18:50.006498+0000 mgr.a (mgr.14403) 26662 : cluster 0 pgmap v19912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:51.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:51 smithi135 bash[32435]: audit 2023-12-08T04:18:49.540237+0000 mgr.a (mgr.14403) 26661 : audit 0 from='client.524013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:51.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:51 smithi135 bash[32435]: cluster 2023-12-08T04:18:50.006498+0000 mgr.a (mgr.14403) 26662 : cluster 0 pgmap v19912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:51 smithi079 bash[28699]: audit 2023-12-08T04:18:49.540237+0000 mgr.a (mgr.14403) 26661 : audit 0 from='client.524013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:51 smithi079 bash[28699]: cluster 2023-12-08T04:18:50.006498+0000 mgr.a (mgr.14403) 26662 : cluster 0 pgmap v19912: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:53 smithi194 bash[32038]: cluster 2023-12-08T04:18:52.007110+0000 mgr.a (mgr.14403) 26663 : cluster 0 pgmap v19913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:53 smithi135 bash[32435]: cluster 2023-12-08T04:18:52.007110+0000 mgr.a (mgr.14403) 26663 : cluster 0 pgmap v19913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:53 smithi079 bash[28699]: cluster 2023-12-08T04:18:52.007110+0000 mgr.a (mgr.14403) 26663 : cluster 0 pgmap v19913: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:18:55.039 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:18:55.040 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:18:55.040 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:18:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:55 smithi135 bash[32435]: cluster 2023-12-08T04:18:54.007987+0000 mgr.a (mgr.14403) 26664 : cluster 0 pgmap v19914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:55 smithi079 bash[28699]: cluster 2023-12-08T04:18:54.007987+0000 mgr.a (mgr.14403) 26664 : cluster 0 pgmap v19914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:55 smithi194 bash[32038]: cluster 2023-12-08T04:18:54.007987+0000 mgr.a (mgr.14403) 26664 : cluster 0 pgmap v19914: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:55.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:18:55.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:18:55.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:18:55.924 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:18:55.924 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:18:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:57 smithi079 bash[28699]: audit 2023-12-08T04:18:55.436452+0000 mgr.a (mgr.14403) 26665 : audit 0 from='client.524088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:57 smithi079 bash[28699]: cluster 2023-12-08T04:18:56.008771+0000 mgr.a (mgr.14403) 26666 : cluster 0 pgmap v19915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:57 smithi194 bash[32038]: audit 2023-12-08T04:18:55.436452+0000 mgr.a (mgr.14403) 26665 : audit 0 from='client.524088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:57 smithi194 bash[32038]: cluster 2023-12-08T04:18:56.008771+0000 mgr.a (mgr.14403) 26666 : cluster 0 pgmap v19915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:57 smithi135 bash[32435]: audit 2023-12-08T04:18:55.436452+0000 mgr.a (mgr.14403) 26665 : audit 0 from='client.524088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:18:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:57 smithi135 bash[32435]: cluster 2023-12-08T04:18:56.008771+0000 mgr.a (mgr.14403) 26666 : cluster 0 pgmap v19915: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:18:59 smithi079 bash[28699]: cluster 2023-12-08T04:18:58.009377+0000 mgr.a (mgr.14403) 26667 : cluster 0 pgmap v19916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:18:59 smithi194 bash[32038]: cluster 2023-12-08T04:18:58.009377+0000 mgr.a (mgr.14403) 26667 : cluster 0 pgmap v19916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:18:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:18:59 smithi135 bash[32435]: cluster 2023-12-08T04:18:58.009377+0000 mgr.a (mgr.14403) 26667 : cluster 0 pgmap v19916: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:00.926 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:19:00.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:00.927 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:01.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:01 smithi079 bash[28699]: cluster 2023-12-08T04:19:00.010177+0000 mgr.a (mgr.14403) 26668 : cluster 0 pgmap v19917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:01 smithi194 bash[32038]: cluster 2023-12-08T04:19:00.010177+0000 mgr.a (mgr.14403) 26668 : cluster 0 pgmap v19917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:01.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:01 smithi135 bash[32435]: cluster 2023-12-08T04:19:00.010177+0000 mgr.a (mgr.14403) 26668 : cluster 0 pgmap v19917: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:01.842 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:19:01.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:01.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:01.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:01.842 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:19:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:03 smithi079 bash[28699]: audit 2023-12-08T04:19:01.328009+0000 mgr.a (mgr.14403) 26669 : audit 0 from='client.524163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:03 smithi079 bash[28699]: cluster 2023-12-08T04:19:02.011075+0000 mgr.a (mgr.14403) 26670 : cluster 0 pgmap v19918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:03 smithi194 bash[32038]: audit 2023-12-08T04:19:01.328009+0000 mgr.a (mgr.14403) 26669 : audit 0 from='client.524163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:03 smithi194 bash[32038]: cluster 2023-12-08T04:19:02.011075+0000 mgr.a (mgr.14403) 26670 : cluster 0 pgmap v19918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:03 smithi135 bash[32435]: audit 2023-12-08T04:19:01.328009+0000 mgr.a (mgr.14403) 26669 : audit 0 from='client.524163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:03 smithi135 bash[32435]: cluster 2023-12-08T04:19:02.011075+0000 mgr.a (mgr.14403) 26670 : cluster 0 pgmap v19918: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:05 smithi079 bash[28699]: cluster 2023-12-08T04:19:04.011979+0000 mgr.a (mgr.14403) 26671 : cluster 0 pgmap v19919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:05 smithi194 bash[32038]: cluster 2023-12-08T04:19:04.011979+0000 mgr.a (mgr.14403) 26671 : cluster 0 pgmap v19919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:05 smithi135 bash[32435]: cluster 2023-12-08T04:19:04.011979+0000 mgr.a (mgr.14403) 26671 : cluster 0 pgmap v19919: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:06.845 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:19:06.846 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:06.846 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:07 smithi079 bash[28699]: cluster 2023-12-08T04:19:06.012527+0000 mgr.a (mgr.14403) 26672 : cluster 0 pgmap v19920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:07 smithi194 bash[32038]: cluster 2023-12-08T04:19:06.012527+0000 mgr.a (mgr.14403) 26672 : cluster 0 pgmap v19920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:07 smithi135 bash[32435]: cluster 2023-12-08T04:19:06.012527+0000 mgr.a (mgr.14403) 26672 : cluster 0 pgmap v19920: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:07.742 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:19:07.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:07.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:07.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:07.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:19:08.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:08 smithi079 bash[28699]: audit 2023-12-08T04:19:07.246597+0000 mgr.a (mgr.14403) 26673 : audit 0 from='client.524235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:08 smithi194 bash[32038]: audit 2023-12-08T04:19:07.246597+0000 mgr.a (mgr.14403) 26673 : audit 0 from='client.524235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:08 smithi135 bash[32435]: audit 2023-12-08T04:19:07.246597+0000 mgr.a (mgr.14403) 26673 : audit 0 from='client.524235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:09 smithi079 bash[28699]: cluster 2023-12-08T04:19:08.013248+0000 mgr.a (mgr.14403) 26674 : cluster 0 pgmap v19921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:09 smithi194 bash[32038]: cluster 2023-12-08T04:19:08.013248+0000 mgr.a (mgr.14403) 26674 : cluster 0 pgmap v19921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:09 smithi135 bash[32435]: cluster 2023-12-08T04:19:08.013248+0000 mgr.a (mgr.14403) 26674 : cluster 0 pgmap v19921: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:11 smithi079 bash[28699]: cluster 2023-12-08T04:19:10.013964+0000 mgr.a (mgr.14403) 26675 : cluster 0 pgmap v19922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:11 smithi194 bash[32038]: cluster 2023-12-08T04:19:10.013964+0000 mgr.a (mgr.14403) 26675 : cluster 0 pgmap v19922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:11 smithi135 bash[32435]: cluster 2023-12-08T04:19:10.013964+0000 mgr.a (mgr.14403) 26675 : cluster 0 pgmap v19922: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:12.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:19:12.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:12.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:13 smithi079 bash[28699]: cluster 2023-12-08T04:19:12.014502+0000 mgr.a (mgr.14403) 26676 : cluster 0 pgmap v19923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:13.656 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:19:13.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:13.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:13.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:13.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:19:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:13 smithi194 bash[32038]: cluster 2023-12-08T04:19:12.014502+0000 mgr.a (mgr.14403) 26676 : cluster 0 pgmap v19923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:13 smithi135 bash[32435]: cluster 2023-12-08T04:19:12.014502+0000 mgr.a (mgr.14403) 26676 : cluster 0 pgmap v19923: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:14 smithi079 bash[28699]: audit 2023-12-08T04:19:13.145573+0000 mgr.a (mgr.14403) 26677 : audit 0 from='client.524313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:14 smithi194 bash[32038]: audit 2023-12-08T04:19:13.145573+0000 mgr.a (mgr.14403) 26677 : audit 0 from='client.524313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:14 smithi135 bash[32435]: audit 2023-12-08T04:19:13.145573+0000 mgr.a (mgr.14403) 26677 : audit 0 from='client.524313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:15 smithi079 bash[28699]: cluster 2023-12-08T04:19:14.015502+0000 mgr.a (mgr.14403) 26678 : cluster 0 pgmap v19924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:19:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:15 smithi194 bash[32038]: cluster 2023-12-08T04:19:14.015502+0000 mgr.a (mgr.14403) 26678 : cluster 0 pgmap v19924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:19:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:15 smithi135 bash[32435]: cluster 2023-12-08T04:19:14.015502+0000 mgr.a (mgr.14403) 26678 : cluster 0 pgmap v19924: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:19:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:17 smithi079 bash[28699]: cluster 2023-12-08T04:19:16.016055+0000 mgr.a (mgr.14403) 26679 : cluster 0 pgmap v19925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:19:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:17 smithi194 bash[32038]: cluster 2023-12-08T04:19:16.016055+0000 mgr.a (mgr.14403) 26679 : cluster 0 pgmap v19925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:19:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:17 smithi135 bash[32435]: cluster 2023-12-08T04:19:16.016055+0000 mgr.a (mgr.14403) 26679 : cluster 0 pgmap v19925: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:19:18.659 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:19:18.660 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:18.660 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:19.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:19.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:19.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:19.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:19:19.593 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:19:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:19 smithi079 bash[28699]: cluster 2023-12-08T04:19:18.016612+0000 mgr.a (mgr.14403) 26680 : cluster 0 pgmap v19926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:19:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:19 smithi194 bash[32038]: cluster 2023-12-08T04:19:18.016612+0000 mgr.a (mgr.14403) 26680 : cluster 0 pgmap v19926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:19:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:19 smithi135 bash[32435]: cluster 2023-12-08T04:19:18.016612+0000 mgr.a (mgr.14403) 26680 : cluster 0 pgmap v19926: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:19:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:20 smithi079 bash[28699]: audit 2023-12-08T04:19:19.060376+0000 mgr.a (mgr.14403) 26681 : audit 0 from='client.524388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:20 smithi194 bash[32038]: audit 2023-12-08T04:19:19.060376+0000 mgr.a (mgr.14403) 26681 : audit 0 from='client.524388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:20 smithi135 bash[32435]: audit 2023-12-08T04:19:19.060376+0000 mgr.a (mgr.14403) 26681 : audit 0 from='client.524388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:21 smithi079 bash[28699]: cluster 2023-12-08T04:19:20.017595+0000 mgr.a (mgr.14403) 26682 : cluster 0 pgmap v19927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:21 smithi194 bash[32038]: cluster 2023-12-08T04:19:20.017595+0000 mgr.a (mgr.14403) 26682 : cluster 0 pgmap v19927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:21 smithi135 bash[32435]: cluster 2023-12-08T04:19:20.017595+0000 mgr.a (mgr.14403) 26682 : cluster 0 pgmap v19927: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:23 smithi079 bash[28699]: cluster 2023-12-08T04:19:22.018160+0000 mgr.a (mgr.14403) 26683 : cluster 0 pgmap v19928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:23 smithi194 bash[32038]: cluster 2023-12-08T04:19:22.018160+0000 mgr.a (mgr.14403) 26683 : cluster 0 pgmap v19928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:23 smithi135 bash[32435]: cluster 2023-12-08T04:19:22.018160+0000 mgr.a (mgr.14403) 26683 : cluster 0 pgmap v19928: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:24.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:19:24.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:24.597 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:25.513 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:19:25.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:25.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:25.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:25.513 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:19:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:25 smithi079 bash[28699]: cluster 2023-12-08T04:19:24.018900+0000 mgr.a (mgr.14403) 26684 : cluster 0 pgmap v19929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:25 smithi194 bash[32038]: cluster 2023-12-08T04:19:24.018900+0000 mgr.a (mgr.14403) 26684 : cluster 0 pgmap v19929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:25 smithi135 bash[32435]: cluster 2023-12-08T04:19:24.018900+0000 mgr.a (mgr.14403) 26684 : cluster 0 pgmap v19929: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:26 smithi079 bash[28699]: audit 2023-12-08T04:19:24.996695+0000 mgr.a (mgr.14403) 26685 : audit 0 from='client.524466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:26.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:26 smithi079 bash[28699]: cluster 2023-12-08T04:19:26.019548+0000 mgr.a (mgr.14403) 26686 : cluster 0 pgmap v19930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:19:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:26 smithi194 bash[32038]: audit 2023-12-08T04:19:24.996695+0000 mgr.a (mgr.14403) 26685 : audit 0 from='client.524466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:26 smithi194 bash[32038]: cluster 2023-12-08T04:19:26.019548+0000 mgr.a (mgr.14403) 26686 : cluster 0 pgmap v19930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:19:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:26 smithi135 bash[32435]: audit 2023-12-08T04:19:24.996695+0000 mgr.a (mgr.14403) 26685 : audit 0 from='client.524466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:26.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:26 smithi135 bash[32435]: cluster 2023-12-08T04:19:26.019548+0000 mgr.a (mgr.14403) 26686 : cluster 0 pgmap v19930: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:19:29.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:29 smithi194 bash[32038]: cluster 2023-12-08T04:19:28.020130+0000 mgr.a (mgr.14403) 26687 : cluster 0 pgmap v19931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:19:29.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:29 smithi135 bash[32435]: cluster 2023-12-08T04:19:28.020130+0000 mgr.a (mgr.14403) 26687 : cluster 0 pgmap v19931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:19:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:29 smithi079 bash[28699]: cluster 2023-12-08T04:19:28.020130+0000 mgr.a (mgr.14403) 26687 : cluster 0 pgmap v19931: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:19:30.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:19:30.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:30.516 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:31.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:31 smithi194 bash[32038]: cluster 2023-12-08T04:19:30.020898+0000 mgr.a (mgr.14403) 26688 : cluster 0 pgmap v19932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:19:31.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:31 smithi135 bash[32435]: cluster 2023-12-08T04:19:30.020898+0000 mgr.a (mgr.14403) 26688 : cluster 0 pgmap v19932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:19:31.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:31.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:31.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:31.461 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:19:31.461 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:19:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:31 smithi079 bash[28699]: cluster 2023-12-08T04:19:30.020898+0000 mgr.a (mgr.14403) 26688 : cluster 0 pgmap v19932: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:19:32.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:32 smithi194 bash[32038]: audit 2023-12-08T04:19:30.911218+0000 mgr.a (mgr.14403) 26689 : audit 0 from='client.524544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:32.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:32 smithi135 bash[32435]: audit 2023-12-08T04:19:30.911218+0000 mgr.a (mgr.14403) 26689 : audit 0 from='client.524544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:32.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:32 smithi079 bash[28699]: audit 2023-12-08T04:19:30.911218+0000 mgr.a (mgr.14403) 26689 : audit 0 from='client.524544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:33.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:33 smithi194 bash[32038]: cluster 2023-12-08T04:19:32.021756+0000 mgr.a (mgr.14403) 26690 : cluster 0 pgmap v19933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:33.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:33 smithi135 bash[32435]: cluster 2023-12-08T04:19:32.021756+0000 mgr.a (mgr.14403) 26690 : cluster 0 pgmap v19933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:33 smithi079 bash[28699]: cluster 2023-12-08T04:19:32.021756+0000 mgr.a (mgr.14403) 26690 : cluster 0 pgmap v19933: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:35.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:35 smithi194 bash[32038]: cluster 2023-12-08T04:19:34.022762+0000 mgr.a (mgr.14403) 26691 : cluster 0 pgmap v19934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:35.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:35 smithi135 bash[32435]: cluster 2023-12-08T04:19:34.022762+0000 mgr.a (mgr.14403) 26691 : cluster 0 pgmap v19934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:35 smithi079 bash[28699]: cluster 2023-12-08T04:19:34.022762+0000 mgr.a (mgr.14403) 26691 : cluster 0 pgmap v19934: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:36.464 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:19:36.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:36.465 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:37.352 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:19:37.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:37.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:37.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:37.353 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:19:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:37 smithi194 bash[32038]: cluster 2023-12-08T04:19:36.023371+0000 mgr.a (mgr.14403) 26692 : cluster 0 pgmap v19935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:37.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:37 smithi194 bash[32038]: audit 2023-12-08T04:19:36.285825+0000 mon.a (mon.0) 4126 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:19:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:37 smithi135 bash[32435]: cluster 2023-12-08T04:19:36.023371+0000 mgr.a (mgr.14403) 26692 : cluster 0 pgmap v19935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:37.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:37 smithi135 bash[32435]: audit 2023-12-08T04:19:36.285825+0000 mon.a (mon.0) 4126 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:19:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:37 smithi079 bash[28699]: cluster 2023-12-08T04:19:36.023371+0000 mgr.a (mgr.14403) 26692 : cluster 0 pgmap v19935: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:37.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:37 smithi079 bash[28699]: audit 2023-12-08T04:19:36.285825+0000 mon.a (mon.0) 4126 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:19:38.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:38 smithi194 bash[32038]: audit 2023-12-08T04:19:36.860560+0000 mgr.a (mgr.14403) 26693 : audit 0 from='client.524616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:38.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:38 smithi135 bash[32435]: audit 2023-12-08T04:19:36.860560+0000 mgr.a (mgr.14403) 26693 : audit 0 from='client.524616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:38 smithi079 bash[28699]: audit 2023-12-08T04:19:36.860560+0000 mgr.a (mgr.14403) 26693 : audit 0 from='client.524616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:39.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:39 smithi194 bash[32038]: cluster 2023-12-08T04:19:38.024060+0000 mgr.a (mgr.14403) 26694 : cluster 0 pgmap v19936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:39.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:39 smithi135 bash[32435]: cluster 2023-12-08T04:19:38.024060+0000 mgr.a (mgr.14403) 26694 : cluster 0 pgmap v19936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:39 smithi079 bash[28699]: cluster 2023-12-08T04:19:38.024060+0000 mgr.a (mgr.14403) 26694 : cluster 0 pgmap v19936: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:41.456 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:41 smithi194 bash[32038]: cluster 2023-12-08T04:19:40.024847+0000 mgr.a (mgr.14403) 26695 : cluster 0 pgmap v19937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:41 smithi135 bash[32435]: cluster 2023-12-08T04:19:40.024847+0000 mgr.a (mgr.14403) 26695 : cluster 0 pgmap v19937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:41 smithi079 bash[28699]: cluster 2023-12-08T04:19:40.024847+0000 mgr.a (mgr.14403) 26695 : cluster 0 pgmap v19937: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:42.352 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:19:42.353 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:42.354 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:43.276 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:19:43.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:43.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:43.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:43.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:19:43.451 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:43 smithi194 bash[32038]: cluster 2023-12-08T04:19:42.025418+0000 mgr.a (mgr.14403) 26696 : cluster 0 pgmap v19938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:43 smithi135 bash[32435]: cluster 2023-12-08T04:19:42.025418+0000 mgr.a (mgr.14403) 26696 : cluster 0 pgmap v19938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:43 smithi079 bash[28699]: cluster 2023-12-08T04:19:42.025418+0000 mgr.a (mgr.14403) 26696 : cluster 0 pgmap v19938: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:44.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:44 smithi194 bash[32038]: audit 2023-12-08T04:19:42.755145+0000 mgr.a (mgr.14403) 26697 : audit 0 from='client.395713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:44.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:44 smithi135 bash[32435]: audit 2023-12-08T04:19:42.755145+0000 mgr.a (mgr.14403) 26697 : audit 0 from='client.395713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:44 smithi079 bash[28699]: audit 2023-12-08T04:19:42.755145+0000 mgr.a (mgr.14403) 26697 : audit 0 from='client.395713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:45.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:45 smithi194 bash[32038]: cluster 2023-12-08T04:19:44.026310+0000 mgr.a (mgr.14403) 26698 : cluster 0 pgmap v19939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:45.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:45 smithi135 bash[32435]: cluster 2023-12-08T04:19:44.026310+0000 mgr.a (mgr.14403) 26698 : cluster 0 pgmap v19939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:45 smithi079 bash[28699]: cluster 2023-12-08T04:19:44.026310+0000 mgr.a (mgr.14403) 26698 : cluster 0 pgmap v19939: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:19:47.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:47 smithi194 bash[32038]: cluster 2023-12-08T04:19:46.026941+0000 mgr.a (mgr.14403) 26699 : cluster 0 pgmap v19940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:47.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:47 smithi135 bash[32435]: cluster 2023-12-08T04:19:46.026941+0000 mgr.a (mgr.14403) 26699 : cluster 0 pgmap v19940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:47 smithi079 bash[28699]: cluster 2023-12-08T04:19:46.026941+0000 mgr.a (mgr.14403) 26699 : cluster 0 pgmap v19940: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:48.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:19:48.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:48.280 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:48 smithi194 bash[32038]: audit 2023-12-08T04:19:47.396901+0000 mon.a (mon.0) 4127 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:19:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:48 smithi194 bash[32038]: audit 2023-12-08T04:19:47.402896+0000 mon.a (mon.0) 4128 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:19:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:48 smithi194 bash[32038]: audit 2023-12-08T04:19:47.404435+0000 mon.a (mon.0) 4129 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:19:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:48 smithi194 bash[32038]: audit 2023-12-08T04:19:47.406061+0000 mon.a (mon.0) 4130 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:19:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:48 smithi194 bash[32038]: audit 2023-12-08T04:19:47.413580+0000 mon.a (mon.0) 4131 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:19:48.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:48 smithi194 bash[32038]: cluster 2023-12-08T04:19:48.027473+0000 mgr.a (mgr.14403) 26700 : cluster 0 pgmap v19941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:48 smithi135 bash[32435]: audit 2023-12-08T04:19:47.396901+0000 mon.a (mon.0) 4127 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:19:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:48 smithi135 bash[32435]: audit 2023-12-08T04:19:47.402896+0000 mon.a (mon.0) 4128 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:19:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:48 smithi135 bash[32435]: audit 2023-12-08T04:19:47.404435+0000 mon.a (mon.0) 4129 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:19:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:48 smithi135 bash[32435]: audit 2023-12-08T04:19:47.406061+0000 mon.a (mon.0) 4130 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:19:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:48 smithi135 bash[32435]: audit 2023-12-08T04:19:47.413580+0000 mon.a (mon.0) 4131 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:19:48.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:48 smithi135 bash[32435]: cluster 2023-12-08T04:19:48.027473+0000 mgr.a (mgr.14403) 26700 : cluster 0 pgmap v19941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:48 smithi079 bash[28699]: audit 2023-12-08T04:19:47.396901+0000 mon.a (mon.0) 4127 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:19:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:48 smithi079 bash[28699]: audit 2023-12-08T04:19:47.402896+0000 mon.a (mon.0) 4128 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:19:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:48 smithi079 bash[28699]: audit 2023-12-08T04:19:47.404435+0000 mon.a (mon.0) 4129 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:19:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:48 smithi079 bash[28699]: audit 2023-12-08T04:19:47.406061+0000 mon.a (mon.0) 4130 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:19:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:48 smithi079 bash[28699]: audit 2023-12-08T04:19:47.413580+0000 mon.a (mon.0) 4131 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:19:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:48 smithi079 bash[28699]: cluster 2023-12-08T04:19:48.027473+0000 mgr.a (mgr.14403) 26700 : cluster 0 pgmap v19941: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:49.174 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:19:49.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:49.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:49.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:49.175 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:19:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:49 smithi194 bash[32038]: audit 2023-12-08T04:19:48.681325+0000 mgr.a (mgr.14403) 26701 : audit 0 from='client.524766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:49 smithi135 bash[32435]: audit 2023-12-08T04:19:48.681325+0000 mgr.a (mgr.14403) 26701 : audit 0 from='client.524766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:49 smithi079 bash[28699]: audit 2023-12-08T04:19:48.681325+0000 mgr.a (mgr.14403) 26701 : audit 0 from='client.524766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:50 smithi194 bash[32038]: cluster 2023-12-08T04:19:50.028535+0000 mgr.a (mgr.14403) 26702 : cluster 0 pgmap v19942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:50 smithi135 bash[32435]: cluster 2023-12-08T04:19:50.028535+0000 mgr.a (mgr.14403) 26702 : cluster 0 pgmap v19942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:50 smithi079 bash[28699]: cluster 2023-12-08T04:19:50.028535+0000 mgr.a (mgr.14403) 26702 : cluster 0 pgmap v19942: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:53 smithi194 bash[32038]: cluster 2023-12-08T04:19:52.029115+0000 mgr.a (mgr.14403) 26703 : cluster 0 pgmap v19943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:53 smithi135 bash[32435]: cluster 2023-12-08T04:19:52.029115+0000 mgr.a (mgr.14403) 26703 : cluster 0 pgmap v19943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:53.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:53 smithi079 bash[28699]: cluster 2023-12-08T04:19:52.029115+0000 mgr.a (mgr.14403) 26703 : cluster 0 pgmap v19943: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:54.177 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:19:54.178 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:19:54.178 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:19:55.111 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:19:55.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:19:55.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:19:55.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:19:55.111 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:19:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:55 smithi194 bash[32038]: cluster 2023-12-08T04:19:54.029853+0000 mgr.a (mgr.14403) 26704 : cluster 0 pgmap v19944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:55 smithi135 bash[32435]: cluster 2023-12-08T04:19:54.029853+0000 mgr.a (mgr.14403) 26704 : cluster 0 pgmap v19944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:55 smithi079 bash[28699]: cluster 2023-12-08T04:19:54.029853+0000 mgr.a (mgr.14403) 26704 : cluster 0 pgmap v19944: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:19:56.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:56 smithi194 bash[32038]: audit 2023-12-08T04:19:54.575997+0000 mgr.a (mgr.14403) 26705 : audit 0 from='client.524844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:56.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:56 smithi135 bash[32435]: audit 2023-12-08T04:19:54.575997+0000 mgr.a (mgr.14403) 26705 : audit 0 from='client.524844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:56 smithi079 bash[28699]: audit 2023-12-08T04:19:54.575997+0000 mgr.a (mgr.14403) 26705 : audit 0 from='client.524844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:19:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:57 smithi194 bash[32038]: cluster 2023-12-08T04:19:56.030485+0000 mgr.a (mgr.14403) 26706 : cluster 0 pgmap v19945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:57 smithi135 bash[32435]: cluster 2023-12-08T04:19:56.030485+0000 mgr.a (mgr.14403) 26706 : cluster 0 pgmap v19945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:57 smithi079 bash[28699]: cluster 2023-12-08T04:19:56.030485+0000 mgr.a (mgr.14403) 26706 : cluster 0 pgmap v19945: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:19:59 smithi194 bash[32038]: cluster 2023-12-08T04:19:58.031096+0000 mgr.a (mgr.14403) 26707 : cluster 0 pgmap v19946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:19:59 smithi135 bash[32435]: cluster 2023-12-08T04:19:58.031096+0000 mgr.a (mgr.14403) 26707 : cluster 0 pgmap v19946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:19:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:19:59 smithi079 bash[28699]: cluster 2023-12-08T04:19:58.031096+0000 mgr.a (mgr.14403) 26707 : cluster 0 pgmap v19946: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:00.114 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:20:00.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:00.115 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:00 smithi194 bash[32038]: cluster 2023-12-08T04:20:00.000170+0000 mon.a (mon.0) 4132 : cluster 1 overall HEALTH_OK 2023-12-08T04:20:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:00 smithi135 bash[32435]: cluster 2023-12-08T04:20:00.000170+0000 mon.a (mon.0) 4132 : cluster 1 overall HEALTH_OK 2023-12-08T04:20:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:00 smithi079 bash[28699]: cluster 2023-12-08T04:20:00.000170+0000 mon.a (mon.0) 4132 : cluster 1 overall HEALTH_OK 2023-12-08T04:20:01.061 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:20:01.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:01.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:01.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:01.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:20:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:01 smithi194 bash[32038]: cluster 2023-12-08T04:20:00.031858+0000 mgr.a (mgr.14403) 26708 : cluster 0 pgmap v19947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:01 smithi135 bash[32435]: cluster 2023-12-08T04:20:00.031858+0000 mgr.a (mgr.14403) 26708 : cluster 0 pgmap v19947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:01.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:01 smithi079 bash[28699]: cluster 2023-12-08T04:20:00.031858+0000 mgr.a (mgr.14403) 26708 : cluster 0 pgmap v19947: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:02 smithi194 bash[32038]: audit 2023-12-08T04:20:00.523597+0000 mgr.a (mgr.14403) 26709 : audit 0 from='client.524919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:02 smithi135 bash[32435]: audit 2023-12-08T04:20:00.523597+0000 mgr.a (mgr.14403) 26709 : audit 0 from='client.524919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:02 smithi079 bash[28699]: audit 2023-12-08T04:20:00.523597+0000 mgr.a (mgr.14403) 26709 : audit 0 from='client.524919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:03 smithi194 bash[32038]: cluster 2023-12-08T04:20:02.032528+0000 mgr.a (mgr.14403) 26710 : cluster 0 pgmap v19948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:03 smithi135 bash[32435]: cluster 2023-12-08T04:20:02.032528+0000 mgr.a (mgr.14403) 26710 : cluster 0 pgmap v19948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:03 smithi079 bash[28699]: cluster 2023-12-08T04:20:02.032528+0000 mgr.a (mgr.14403) 26710 : cluster 0 pgmap v19948: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:05 smithi194 bash[32038]: cluster 2023-12-08T04:20:04.033309+0000 mgr.a (mgr.14403) 26711 : cluster 0 pgmap v19949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:05 smithi135 bash[32435]: cluster 2023-12-08T04:20:04.033309+0000 mgr.a (mgr.14403) 26711 : cluster 0 pgmap v19949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:05 smithi079 bash[28699]: cluster 2023-12-08T04:20:04.033309+0000 mgr.a (mgr.14403) 26711 : cluster 0 pgmap v19949: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:06.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:20:06.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:06.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:06.967 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:20:06.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:06.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:06.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:06.967 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:20:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:07 smithi079 bash[28699]: cluster 2023-12-08T04:20:06.033881+0000 mgr.a (mgr.14403) 26712 : cluster 0 pgmap v19950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:07 smithi194 bash[32038]: cluster 2023-12-08T04:20:06.033881+0000 mgr.a (mgr.14403) 26712 : cluster 0 pgmap v19950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:07 smithi135 bash[32435]: cluster 2023-12-08T04:20:06.033881+0000 mgr.a (mgr.14403) 26712 : cluster 0 pgmap v19950: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:08 smithi079 bash[28699]: audit 2023-12-08T04:20:06.469858+0000 mgr.a (mgr.14403) 26713 : audit 0 from='client.524997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:08 smithi194 bash[32038]: audit 2023-12-08T04:20:06.469858+0000 mgr.a (mgr.14403) 26713 : audit 0 from='client.524997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:08 smithi135 bash[32435]: audit 2023-12-08T04:20:06.469858+0000 mgr.a (mgr.14403) 26713 : audit 0 from='client.524997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:09 smithi079 bash[28699]: cluster 2023-12-08T04:20:08.034512+0000 mgr.a (mgr.14403) 26714 : cluster 0 pgmap v19951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:09 smithi194 bash[32038]: cluster 2023-12-08T04:20:08.034512+0000 mgr.a (mgr.14403) 26714 : cluster 0 pgmap v19951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:09 smithi135 bash[32435]: cluster 2023-12-08T04:20:08.034512+0000 mgr.a (mgr.14403) 26714 : cluster 0 pgmap v19951: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:11 smithi079 bash[28699]: cluster 2023-12-08T04:20:10.035355+0000 mgr.a (mgr.14403) 26715 : cluster 0 pgmap v19952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:11 smithi194 bash[32038]: cluster 2023-12-08T04:20:10.035355+0000 mgr.a (mgr.14403) 26715 : cluster 0 pgmap v19952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:11 smithi135 bash[32435]: cluster 2023-12-08T04:20:10.035355+0000 mgr.a (mgr.14403) 26715 : cluster 0 pgmap v19952: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:11.968 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:20:11.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:11.969 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:12.872 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:20:12.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:12.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:12.872 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:12.873 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:20:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:13 smithi079 bash[28699]: cluster 2023-12-08T04:20:12.035924+0000 mgr.a (mgr.14403) 26716 : cluster 0 pgmap v19953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:13 smithi194 bash[32038]: cluster 2023-12-08T04:20:12.035924+0000 mgr.a (mgr.14403) 26716 : cluster 0 pgmap v19953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:13 smithi135 bash[32435]: cluster 2023-12-08T04:20:12.035924+0000 mgr.a (mgr.14403) 26716 : cluster 0 pgmap v19953: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:14 smithi079 bash[28699]: audit 2023-12-08T04:20:12.374354+0000 mgr.a (mgr.14403) 26717 : audit 0 from='client.525072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:14 smithi194 bash[32038]: audit 2023-12-08T04:20:12.374354+0000 mgr.a (mgr.14403) 26717 : audit 0 from='client.525072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:14 smithi135 bash[32435]: audit 2023-12-08T04:20:12.374354+0000 mgr.a (mgr.14403) 26717 : audit 0 from='client.525072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:15 smithi079 bash[28699]: cluster 2023-12-08T04:20:14.036963+0000 mgr.a (mgr.14403) 26718 : cluster 0 pgmap v19954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:15 smithi194 bash[32038]: cluster 2023-12-08T04:20:14.036963+0000 mgr.a (mgr.14403) 26718 : cluster 0 pgmap v19954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:15 smithi135 bash[32435]: cluster 2023-12-08T04:20:14.036963+0000 mgr.a (mgr.14403) 26718 : cluster 0 pgmap v19954: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:17 smithi079 bash[28699]: cluster 2023-12-08T04:20:16.037538+0000 mgr.a (mgr.14403) 26719 : cluster 0 pgmap v19955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:17 smithi194 bash[32038]: cluster 2023-12-08T04:20:16.037538+0000 mgr.a (mgr.14403) 26719 : cluster 0 pgmap v19955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:17 smithi135 bash[32435]: cluster 2023-12-08T04:20:16.037538+0000 mgr.a (mgr.14403) 26719 : cluster 0 pgmap v19955: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:17.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:20:17.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:17.875 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:18.779 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:20:18.779 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:18.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:18.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:18.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:20:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:19 smithi079 bash[28699]: cluster 2023-12-08T04:20:18.038071+0000 mgr.a (mgr.14403) 26720 : cluster 0 pgmap v19956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:19 smithi079 bash[28699]: audit 2023-12-08T04:20:18.279791+0000 mgr.a (mgr.14403) 26721 : audit 0 from='client.525147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:19 smithi194 bash[32038]: cluster 2023-12-08T04:20:18.038071+0000 mgr.a (mgr.14403) 26720 : cluster 0 pgmap v19956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:19 smithi194 bash[32038]: audit 2023-12-08T04:20:18.279791+0000 mgr.a (mgr.14403) 26721 : audit 0 from='client.525147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:19 smithi135 bash[32435]: cluster 2023-12-08T04:20:18.038071+0000 mgr.a (mgr.14403) 26720 : cluster 0 pgmap v19956: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:19 smithi135 bash[32435]: audit 2023-12-08T04:20:18.279791+0000 mgr.a (mgr.14403) 26721 : audit 0 from='client.525147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:21 smithi079 bash[28699]: cluster 2023-12-08T04:20:20.039135+0000 mgr.a (mgr.14403) 26722 : cluster 0 pgmap v19957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:20:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:21 smithi194 bash[32038]: cluster 2023-12-08T04:20:20.039135+0000 mgr.a (mgr.14403) 26722 : cluster 0 pgmap v19957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:20:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:21 smithi135 bash[32435]: cluster 2023-12-08T04:20:20.039135+0000 mgr.a (mgr.14403) 26722 : cluster 0 pgmap v19957: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:20:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:23 smithi079 bash[28699]: cluster 2023-12-08T04:20:22.039794+0000 mgr.a (mgr.14403) 26723 : cluster 0 pgmap v19958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:20:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:23 smithi194 bash[32038]: cluster 2023-12-08T04:20:22.039794+0000 mgr.a (mgr.14403) 26723 : cluster 0 pgmap v19958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:20:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:23 smithi135 bash[32435]: cluster 2023-12-08T04:20:22.039794+0000 mgr.a (mgr.14403) 26723 : cluster 0 pgmap v19958: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:20:23.783 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:20:23.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:23.784 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:24.689 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:20:24.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:24.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:24.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:24.689 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:20:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:25 smithi079 bash[28699]: cluster 2023-12-08T04:20:24.040575+0000 mgr.a (mgr.14403) 26724 : cluster 0 pgmap v19959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:25 smithi079 bash[28699]: audit 2023-12-08T04:20:24.183564+0000 mgr.a (mgr.14403) 26725 : audit 0 from='client.525225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:25 smithi194 bash[32038]: cluster 2023-12-08T04:20:24.040575+0000 mgr.a (mgr.14403) 26724 : cluster 0 pgmap v19959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:25 smithi194 bash[32038]: audit 2023-12-08T04:20:24.183564+0000 mgr.a (mgr.14403) 26725 : audit 0 from='client.525225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:25 smithi135 bash[32435]: cluster 2023-12-08T04:20:24.040575+0000 mgr.a (mgr.14403) 26724 : cluster 0 pgmap v19959: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:25 smithi135 bash[32435]: audit 2023-12-08T04:20:24.183564+0000 mgr.a (mgr.14403) 26725 : audit 0 from='client.525225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:27 smithi079 bash[28699]: cluster 2023-12-08T04:20:26.041259+0000 mgr.a (mgr.14403) 26726 : cluster 0 pgmap v19960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:27 smithi194 bash[32038]: cluster 2023-12-08T04:20:26.041259+0000 mgr.a (mgr.14403) 26726 : cluster 0 pgmap v19960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:27 smithi135 bash[32435]: cluster 2023-12-08T04:20:26.041259+0000 mgr.a (mgr.14403) 26726 : cluster 0 pgmap v19960: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:29 smithi079 bash[28699]: cluster 2023-12-08T04:20:28.041824+0000 mgr.a (mgr.14403) 26727 : cluster 0 pgmap v19961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:29.691 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:20:29.692 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:29.692 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:29 smithi194 bash[32038]: cluster 2023-12-08T04:20:28.041824+0000 mgr.a (mgr.14403) 26727 : cluster 0 pgmap v19961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:29 smithi135 bash[32435]: cluster 2023-12-08T04:20:28.041824+0000 mgr.a (mgr.14403) 26727 : cluster 0 pgmap v19961: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:30.609 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:20:30.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:30.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:30.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:30.609 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:20:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:31 smithi079 bash[28699]: cluster 2023-12-08T04:20:30.042613+0000 mgr.a (mgr.14403) 26728 : cluster 0 pgmap v19962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:31 smithi079 bash[28699]: audit 2023-12-08T04:20:30.094732+0000 mgr.a (mgr.14403) 26729 : audit 0 from='client.525297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:31 smithi194 bash[32038]: cluster 2023-12-08T04:20:30.042613+0000 mgr.a (mgr.14403) 26728 : cluster 0 pgmap v19962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:31 smithi194 bash[32038]: audit 2023-12-08T04:20:30.094732+0000 mgr.a (mgr.14403) 26729 : audit 0 from='client.525297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:31 smithi135 bash[32435]: cluster 2023-12-08T04:20:30.042613+0000 mgr.a (mgr.14403) 26728 : cluster 0 pgmap v19962: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:31 smithi135 bash[32435]: audit 2023-12-08T04:20:30.094732+0000 mgr.a (mgr.14403) 26729 : audit 0 from='client.525297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:33 smithi079 bash[28699]: cluster 2023-12-08T04:20:32.043266+0000 mgr.a (mgr.14403) 26730 : cluster 0 pgmap v19963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:20:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:33 smithi194 bash[32038]: cluster 2023-12-08T04:20:32.043266+0000 mgr.a (mgr.14403) 26730 : cluster 0 pgmap v19963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:20:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:33 smithi135 bash[32435]: cluster 2023-12-08T04:20:32.043266+0000 mgr.a (mgr.14403) 26730 : cluster 0 pgmap v19963: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:20:35.612 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:20:35.613 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:35.613 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:35 smithi079 bash[28699]: cluster 2023-12-08T04:20:34.044050+0000 mgr.a (mgr.14403) 26731 : cluster 0 pgmap v19964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:20:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:35 smithi194 bash[32038]: cluster 2023-12-08T04:20:34.044050+0000 mgr.a (mgr.14403) 26731 : cluster 0 pgmap v19964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:20:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:35 smithi135 bash[32435]: cluster 2023-12-08T04:20:34.044050+0000 mgr.a (mgr.14403) 26731 : cluster 0 pgmap v19964: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:20:36.520 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:20:36.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:36.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:36.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:36.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:20:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:37 smithi079 bash[28699]: audit 2023-12-08T04:20:36.018737+0000 mgr.a (mgr.14403) 26732 : audit 0 from='client.525375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:37 smithi079 bash[28699]: cluster 2023-12-08T04:20:36.044630+0000 mgr.a (mgr.14403) 26733 : cluster 0 pgmap v19965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:37 smithi194 bash[32038]: audit 2023-12-08T04:20:36.018737+0000 mgr.a (mgr.14403) 26732 : audit 0 from='client.525375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:37 smithi194 bash[32038]: cluster 2023-12-08T04:20:36.044630+0000 mgr.a (mgr.14403) 26733 : cluster 0 pgmap v19965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:37 smithi135 bash[32435]: audit 2023-12-08T04:20:36.018737+0000 mgr.a (mgr.14403) 26732 : audit 0 from='client.525375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:37 smithi135 bash[32435]: cluster 2023-12-08T04:20:36.044630+0000 mgr.a (mgr.14403) 26733 : cluster 0 pgmap v19965: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:39 smithi079 bash[28699]: cluster 2023-12-08T04:20:38.045285+0000 mgr.a (mgr.14403) 26734 : cluster 0 pgmap v19966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:39 smithi194 bash[32038]: cluster 2023-12-08T04:20:38.045285+0000 mgr.a (mgr.14403) 26734 : cluster 0 pgmap v19966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:39 smithi135 bash[32435]: cluster 2023-12-08T04:20:38.045285+0000 mgr.a (mgr.14403) 26734 : cluster 0 pgmap v19966: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:41.524 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:20:41.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:41.525 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:41 smithi079 bash[28699]: cluster 2023-12-08T04:20:40.046108+0000 mgr.a (mgr.14403) 26735 : cluster 0 pgmap v19967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:41 smithi194 bash[32038]: cluster 2023-12-08T04:20:40.046108+0000 mgr.a (mgr.14403) 26735 : cluster 0 pgmap v19967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:41 smithi135 bash[32435]: cluster 2023-12-08T04:20:40.046108+0000 mgr.a (mgr.14403) 26735 : cluster 0 pgmap v19967: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:42.422 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:20:42.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:42.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:42.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:42.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:20:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:43 smithi079 bash[28699]: audit 2023-12-08T04:20:41.926259+0000 mgr.a (mgr.14403) 26736 : audit 0 from='client.368750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:43 smithi079 bash[28699]: cluster 2023-12-08T04:20:42.046742+0000 mgr.a (mgr.14403) 26737 : cluster 0 pgmap v19968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:43 smithi194 bash[32038]: audit 2023-12-08T04:20:41.926259+0000 mgr.a (mgr.14403) 26736 : audit 0 from='client.368750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:43 smithi194 bash[32038]: cluster 2023-12-08T04:20:42.046742+0000 mgr.a (mgr.14403) 26737 : cluster 0 pgmap v19968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:43 smithi135 bash[32435]: audit 2023-12-08T04:20:41.926259+0000 mgr.a (mgr.14403) 26736 : audit 0 from='client.368750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:43 smithi135 bash[32435]: cluster 2023-12-08T04:20:42.046742+0000 mgr.a (mgr.14403) 26737 : cluster 0 pgmap v19968: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:45 smithi079 bash[28699]: cluster 2023-12-08T04:20:44.047658+0000 mgr.a (mgr.14403) 26738 : cluster 0 pgmap v19969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:45 smithi194 bash[32038]: cluster 2023-12-08T04:20:44.047658+0000 mgr.a (mgr.14403) 26738 : cluster 0 pgmap v19969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:45 smithi135 bash[32435]: cluster 2023-12-08T04:20:44.047658+0000 mgr.a (mgr.14403) 26738 : cluster 0 pgmap v19969: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:47.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:20:47.426 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:47.426 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:47 smithi079 bash[28699]: cluster 2023-12-08T04:20:46.048184+0000 mgr.a (mgr.14403) 26739 : cluster 0 pgmap v19970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:47 smithi194 bash[32038]: cluster 2023-12-08T04:20:46.048184+0000 mgr.a (mgr.14403) 26739 : cluster 0 pgmap v19970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:47 smithi135 bash[32435]: cluster 2023-12-08T04:20:46.048184+0000 mgr.a (mgr.14403) 26739 : cluster 0 pgmap v19970: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:48.375 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:20:48.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:48.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:48.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:48.375 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:20:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:48 smithi079 bash[28699]: audit 2023-12-08T04:20:47.516976+0000 mon.a (mon.0) 4133 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:20:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:48 smithi194 bash[32038]: audit 2023-12-08T04:20:47.516976+0000 mon.a (mon.0) 4133 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:20:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:48 smithi135 bash[32435]: audit 2023-12-08T04:20:47.516976+0000 mon.a (mon.0) 4133 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:20:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:49 smithi079 bash[28699]: audit 2023-12-08T04:20:47.829384+0000 mgr.a (mgr.14403) 26740 : audit 0 from='client.525531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:49 smithi079 bash[28699]: cluster 2023-12-08T04:20:48.048675+0000 mgr.a (mgr.14403) 26741 : cluster 0 pgmap v19971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:49 smithi079 bash[28699]: audit 2023-12-08T04:20:48.785280+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:49 smithi079 bash[28699]: audit 2023-12-08T04:20:48.790111+0000 mon.a (mon.0) 4135 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:49 smithi079 bash[28699]: audit 2023-12-08T04:20:48.793899+0000 mon.a (mon.0) 4136 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:49 smithi079 bash[28699]: audit 2023-12-08T04:20:48.798079+0000 mon.a (mon.0) 4137 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:49 smithi079 bash[28699]: audit 2023-12-08T04:20:48.801633+0000 mon.a (mon.0) 4138 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:49 smithi079 bash[28699]: audit 2023-12-08T04:20:48.808374+0000 mon.a (mon.0) 4139 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:49 smithi079 bash[28699]: audit 2023-12-08T04:20:48.809753+0000 mon.a (mon.0) 4140 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:20:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:49 smithi079 bash[28699]: audit 2023-12-08T04:20:48.811217+0000 mon.a (mon.0) 4141 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:20:49.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:49 smithi079 bash[28699]: audit 2023-12-08T04:20:48.818752+0000 mon.a (mon.0) 4142 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:49 smithi194 bash[32038]: audit 2023-12-08T04:20:47.829384+0000 mgr.a (mgr.14403) 26740 : audit 0 from='client.525531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:49 smithi194 bash[32038]: cluster 2023-12-08T04:20:48.048675+0000 mgr.a (mgr.14403) 26741 : cluster 0 pgmap v19971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:49 smithi194 bash[32038]: audit 2023-12-08T04:20:48.785280+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:49 smithi194 bash[32038]: audit 2023-12-08T04:20:48.790111+0000 mon.a (mon.0) 4135 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:49 smithi194 bash[32038]: audit 2023-12-08T04:20:48.793899+0000 mon.a (mon.0) 4136 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:49 smithi194 bash[32038]: audit 2023-12-08T04:20:48.798079+0000 mon.a (mon.0) 4137 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:49 smithi194 bash[32038]: audit 2023-12-08T04:20:48.801633+0000 mon.a (mon.0) 4138 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:49 smithi194 bash[32038]: audit 2023-12-08T04:20:48.808374+0000 mon.a (mon.0) 4139 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:49 smithi194 bash[32038]: audit 2023-12-08T04:20:48.809753+0000 mon.a (mon.0) 4140 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:20:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:49 smithi194 bash[32038]: audit 2023-12-08T04:20:48.811217+0000 mon.a (mon.0) 4141 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:20:49.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:49 smithi194 bash[32038]: audit 2023-12-08T04:20:48.818752+0000 mon.a (mon.0) 4142 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:49 smithi135 bash[32435]: audit 2023-12-08T04:20:47.829384+0000 mgr.a (mgr.14403) 26740 : audit 0 from='client.525531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:49 smithi135 bash[32435]: cluster 2023-12-08T04:20:48.048675+0000 mgr.a (mgr.14403) 26741 : cluster 0 pgmap v19971: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:49 smithi135 bash[32435]: audit 2023-12-08T04:20:48.785280+0000 mon.a (mon.0) 4134 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:49 smithi135 bash[32435]: audit 2023-12-08T04:20:48.790111+0000 mon.a (mon.0) 4135 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:49 smithi135 bash[32435]: audit 2023-12-08T04:20:48.793899+0000 mon.a (mon.0) 4136 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:49 smithi135 bash[32435]: audit 2023-12-08T04:20:48.798079+0000 mon.a (mon.0) 4137 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:49 smithi135 bash[32435]: audit 2023-12-08T04:20:48.801633+0000 mon.a (mon.0) 4138 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:49 smithi135 bash[32435]: audit 2023-12-08T04:20:48.808374+0000 mon.a (mon.0) 4139 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:49 smithi135 bash[32435]: audit 2023-12-08T04:20:48.809753+0000 mon.a (mon.0) 4140 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:20:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:49 smithi135 bash[32435]: audit 2023-12-08T04:20:48.811217+0000 mon.a (mon.0) 4141 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:20:49.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:49 smithi135 bash[32435]: audit 2023-12-08T04:20:48.818752+0000 mon.a (mon.0) 4142 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:20:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:50 smithi079 bash[28699]: cluster 2023-12-08T04:20:50.049650+0000 mgr.a (mgr.14403) 26742 : cluster 0 pgmap v19972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:50 smithi194 bash[32038]: cluster 2023-12-08T04:20:50.049650+0000 mgr.a (mgr.14403) 26742 : cluster 0 pgmap v19972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:50 smithi135 bash[32435]: cluster 2023-12-08T04:20:50.049650+0000 mgr.a (mgr.14403) 26742 : cluster 0 pgmap v19972: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:20:53.377 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:20:53.378 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:53.378 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:53.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:53 smithi194 bash[32038]: cluster 2023-12-08T04:20:52.050227+0000 mgr.a (mgr.14403) 26743 : cluster 0 pgmap v19973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:53.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:53 smithi135 bash[32435]: cluster 2023-12-08T04:20:52.050227+0000 mgr.a (mgr.14403) 26743 : cluster 0 pgmap v19973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:53 smithi079 bash[28699]: cluster 2023-12-08T04:20:52.050227+0000 mgr.a (mgr.14403) 26743 : cluster 0 pgmap v19973: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:54.283 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:20:54.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:20:54.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:20:54.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:20:54.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:20:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:55 smithi194 bash[32038]: audit 2023-12-08T04:20:53.783009+0000 mgr.a (mgr.14403) 26744 : audit 0 from='client.525609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:55.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:55 smithi194 bash[32038]: cluster 2023-12-08T04:20:54.051225+0000 mgr.a (mgr.14403) 26745 : cluster 0 pgmap v19974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:55 smithi135 bash[32435]: audit 2023-12-08T04:20:53.783009+0000 mgr.a (mgr.14403) 26744 : audit 0 from='client.525609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:55.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:55 smithi135 bash[32435]: cluster 2023-12-08T04:20:54.051225+0000 mgr.a (mgr.14403) 26745 : cluster 0 pgmap v19974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:55 smithi079 bash[28699]: audit 2023-12-08T04:20:53.783009+0000 mgr.a (mgr.14403) 26744 : audit 0 from='client.525609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:20:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:55 smithi079 bash[28699]: cluster 2023-12-08T04:20:54.051225+0000 mgr.a (mgr.14403) 26745 : cluster 0 pgmap v19974: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:20:57.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:57 smithi194 bash[32038]: cluster 2023-12-08T04:20:56.051835+0000 mgr.a (mgr.14403) 26746 : cluster 0 pgmap v19975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:57.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:57 smithi135 bash[32435]: cluster 2023-12-08T04:20:56.051835+0000 mgr.a (mgr.14403) 26746 : cluster 0 pgmap v19975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:57 smithi079 bash[28699]: cluster 2023-12-08T04:20:56.051835+0000 mgr.a (mgr.14403) 26746 : cluster 0 pgmap v19975: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:59.286 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:20:59.287 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:20:59.287 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:20:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:20:59 smithi194 bash[32038]: cluster 2023-12-08T04:20:58.052393+0000 mgr.a (mgr.14403) 26747 : cluster 0 pgmap v19976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:20:59 smithi135 bash[32435]: cluster 2023-12-08T04:20:58.052393+0000 mgr.a (mgr.14403) 26747 : cluster 0 pgmap v19976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:20:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:20:59 smithi079 bash[28699]: cluster 2023-12-08T04:20:58.052393+0000 mgr.a (mgr.14403) 26747 : cluster 0 pgmap v19976: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:00.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:00.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:00.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:00.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:21:00.172 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:21:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:01 smithi194 bash[32038]: audit 2023-12-08T04:20:59.683414+0000 mgr.a (mgr.14403) 26748 : audit 0 from='client.525687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:01 smithi194 bash[32038]: cluster 2023-12-08T04:21:00.053500+0000 mgr.a (mgr.14403) 26749 : cluster 0 pgmap v19977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:01 smithi135 bash[32435]: audit 2023-12-08T04:20:59.683414+0000 mgr.a (mgr.14403) 26748 : audit 0 from='client.525687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:01 smithi135 bash[32435]: cluster 2023-12-08T04:21:00.053500+0000 mgr.a (mgr.14403) 26749 : cluster 0 pgmap v19977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:01.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:01 smithi079 bash[28699]: audit 2023-12-08T04:20:59.683414+0000 mgr.a (mgr.14403) 26748 : audit 0 from='client.525687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:01.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:01 smithi079 bash[28699]: cluster 2023-12-08T04:21:00.053500+0000 mgr.a (mgr.14403) 26749 : cluster 0 pgmap v19977: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:03.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:03 smithi194 bash[32038]: cluster 2023-12-08T04:21:02.054081+0000 mgr.a (mgr.14403) 26750 : cluster 0 pgmap v19978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:03.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:03 smithi135 bash[32435]: cluster 2023-12-08T04:21:02.054081+0000 mgr.a (mgr.14403) 26750 : cluster 0 pgmap v19978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:03 smithi079 bash[28699]: cluster 2023-12-08T04:21:02.054081+0000 mgr.a (mgr.14403) 26750 : cluster 0 pgmap v19978: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:05.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:21:05.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:05.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:05.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:05 smithi194 bash[32038]: cluster 2023-12-08T04:21:04.054857+0000 mgr.a (mgr.14403) 26751 : cluster 0 pgmap v19979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:05.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:05 smithi135 bash[32435]: cluster 2023-12-08T04:21:04.054857+0000 mgr.a (mgr.14403) 26751 : cluster 0 pgmap v19979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:05 smithi079 bash[28699]: cluster 2023-12-08T04:21:04.054857+0000 mgr.a (mgr.14403) 26751 : cluster 0 pgmap v19979: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:06.084 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:21:06.084 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:06.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:06.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:06.085 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:21:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:07 smithi194 bash[32038]: audit 2023-12-08T04:21:05.577116+0000 mgr.a (mgr.14403) 26752 : audit 0 from='client.525762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:07.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:07 smithi194 bash[32038]: cluster 2023-12-08T04:21:06.055355+0000 mgr.a (mgr.14403) 26753 : cluster 0 pgmap v19980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:07 smithi135 bash[32435]: audit 2023-12-08T04:21:05.577116+0000 mgr.a (mgr.14403) 26752 : audit 0 from='client.525762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:07.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:07 smithi135 bash[32435]: cluster 2023-12-08T04:21:06.055355+0000 mgr.a (mgr.14403) 26753 : cluster 0 pgmap v19980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:07 smithi079 bash[28699]: audit 2023-12-08T04:21:05.577116+0000 mgr.a (mgr.14403) 26752 : audit 0 from='client.525762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:07 smithi079 bash[28699]: cluster 2023-12-08T04:21:06.055355+0000 mgr.a (mgr.14403) 26753 : cluster 0 pgmap v19980: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:09.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:09 smithi135 bash[32435]: cluster 2023-12-08T04:21:08.055939+0000 mgr.a (mgr.14403) 26754 : cluster 0 pgmap v19981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:09 smithi079 bash[28699]: cluster 2023-12-08T04:21:08.055939+0000 mgr.a (mgr.14403) 26754 : cluster 0 pgmap v19981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:09 smithi194 bash[32038]: cluster 2023-12-08T04:21:08.055939+0000 mgr.a (mgr.14403) 26754 : cluster 0 pgmap v19981: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:11.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:21:11.088 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:11.088 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:11 smithi079 bash[28699]: cluster 2023-12-08T04:21:10.056852+0000 mgr.a (mgr.14403) 26755 : cluster 0 pgmap v19982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:11 smithi194 bash[32038]: cluster 2023-12-08T04:21:10.056852+0000 mgr.a (mgr.14403) 26755 : cluster 0 pgmap v19982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:11 smithi135 bash[32435]: cluster 2023-12-08T04:21:10.056852+0000 mgr.a (mgr.14403) 26755 : cluster 0 pgmap v19982: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:12.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:12.008 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:12.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:12.009 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:21:12.009 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:21:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:13 smithi079 bash[28699]: audit 2023-12-08T04:21:11.489469+0000 mgr.a (mgr.14403) 26756 : audit 0 from='client.525840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:13 smithi079 bash[28699]: cluster 2023-12-08T04:21:12.057558+0000 mgr.a (mgr.14403) 26757 : cluster 0 pgmap v19983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:13 smithi194 bash[32038]: audit 2023-12-08T04:21:11.489469+0000 mgr.a (mgr.14403) 26756 : audit 0 from='client.525840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:13 smithi194 bash[32038]: cluster 2023-12-08T04:21:12.057558+0000 mgr.a (mgr.14403) 26757 : cluster 0 pgmap v19983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:13 smithi135 bash[32435]: audit 2023-12-08T04:21:11.489469+0000 mgr.a (mgr.14403) 26756 : audit 0 from='client.525840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:13 smithi135 bash[32435]: cluster 2023-12-08T04:21:12.057558+0000 mgr.a (mgr.14403) 26757 : cluster 0 pgmap v19983: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:15 smithi079 bash[28699]: cluster 2023-12-08T04:21:14.058387+0000 mgr.a (mgr.14403) 26758 : cluster 0 pgmap v19984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:15 smithi194 bash[32038]: cluster 2023-12-08T04:21:14.058387+0000 mgr.a (mgr.14403) 26758 : cluster 0 pgmap v19984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:15 smithi135 bash[32435]: cluster 2023-12-08T04:21:14.058387+0000 mgr.a (mgr.14403) 26758 : cluster 0 pgmap v19984: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:17.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:21:17.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:17.012 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:17 smithi079 bash[28699]: cluster 2023-12-08T04:21:16.058905+0000 mgr.a (mgr.14403) 26759 : cluster 0 pgmap v19985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:17 smithi194 bash[32038]: cluster 2023-12-08T04:21:16.058905+0000 mgr.a (mgr.14403) 26759 : cluster 0 pgmap v19985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:17 smithi135 bash[32435]: cluster 2023-12-08T04:21:16.058905+0000 mgr.a (mgr.14403) 26759 : cluster 0 pgmap v19985: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:17.940 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:21:17.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:17.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:17.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:17.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:21:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:19 smithi079 bash[28699]: audit 2023-12-08T04:21:17.413923+0000 mgr.a (mgr.14403) 26760 : audit 0 from='client.525912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:19 smithi079 bash[28699]: cluster 2023-12-08T04:21:18.059687+0000 mgr.a (mgr.14403) 26761 : cluster 0 pgmap v19986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:19 smithi194 bash[32038]: audit 2023-12-08T04:21:17.413923+0000 mgr.a (mgr.14403) 26760 : audit 0 from='client.525912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:19 smithi194 bash[32038]: cluster 2023-12-08T04:21:18.059687+0000 mgr.a (mgr.14403) 26761 : cluster 0 pgmap v19986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:19 smithi135 bash[32435]: audit 2023-12-08T04:21:17.413923+0000 mgr.a (mgr.14403) 26760 : audit 0 from='client.525912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:19 smithi135 bash[32435]: cluster 2023-12-08T04:21:18.059687+0000 mgr.a (mgr.14403) 26761 : cluster 0 pgmap v19986: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:21 smithi079 bash[28699]: cluster 2023-12-08T04:21:20.060501+0000 mgr.a (mgr.14403) 26762 : cluster 0 pgmap v19987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:21 smithi194 bash[32038]: cluster 2023-12-08T04:21:20.060501+0000 mgr.a (mgr.14403) 26762 : cluster 0 pgmap v19987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:21 smithi135 bash[32435]: cluster 2023-12-08T04:21:20.060501+0000 mgr.a (mgr.14403) 26762 : cluster 0 pgmap v19987: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:22.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:21:22.944 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:22.944 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:23 smithi079 bash[28699]: cluster 2023-12-08T04:21:22.061189+0000 mgr.a (mgr.14403) 26763 : cluster 0 pgmap v19988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:23 smithi194 bash[32038]: cluster 2023-12-08T04:21:22.061189+0000 mgr.a (mgr.14403) 26763 : cluster 0 pgmap v19988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:23 smithi135 bash[32435]: cluster 2023-12-08T04:21:22.061189+0000 mgr.a (mgr.14403) 26763 : cluster 0 pgmap v19988: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:23.859 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:21:23.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:23.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:23.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:23.860 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:21:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:25 smithi079 bash[28699]: audit 2023-12-08T04:21:23.352286+0000 mgr.a (mgr.14403) 26764 : audit 0 from='client.525987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:25 smithi079 bash[28699]: cluster 2023-12-08T04:21:24.062303+0000 mgr.a (mgr.14403) 26765 : cluster 0 pgmap v19989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:21:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:25 smithi194 bash[32038]: audit 2023-12-08T04:21:23.352286+0000 mgr.a (mgr.14403) 26764 : audit 0 from='client.525987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:25 smithi194 bash[32038]: cluster 2023-12-08T04:21:24.062303+0000 mgr.a (mgr.14403) 26765 : cluster 0 pgmap v19989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:21:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:25 smithi135 bash[32435]: audit 2023-12-08T04:21:23.352286+0000 mgr.a (mgr.14403) 26764 : audit 0 from='client.525987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:25 smithi135 bash[32435]: cluster 2023-12-08T04:21:24.062303+0000 mgr.a (mgr.14403) 26765 : cluster 0 pgmap v19989: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-08T04:21:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:27 smithi079 bash[28699]: cluster 2023-12-08T04:21:26.062875+0000 mgr.a (mgr.14403) 26766 : cluster 0 pgmap v19990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:21:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:27 smithi194 bash[32038]: cluster 2023-12-08T04:21:26.062875+0000 mgr.a (mgr.14403) 26766 : cluster 0 pgmap v19990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:21:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:27 smithi135 bash[32435]: cluster 2023-12-08T04:21:26.062875+0000 mgr.a (mgr.14403) 26766 : cluster 0 pgmap v19990: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:21:28.862 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:21:28.863 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:28.863 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:29 smithi079 bash[28699]: cluster 2023-12-08T04:21:28.063435+0000 mgr.a (mgr.14403) 26767 : cluster 0 pgmap v19991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:21:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:29 smithi194 bash[32038]: cluster 2023-12-08T04:21:28.063435+0000 mgr.a (mgr.14403) 26767 : cluster 0 pgmap v19991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:21:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:29 smithi135 bash[32435]: cluster 2023-12-08T04:21:28.063435+0000 mgr.a (mgr.14403) 26767 : cluster 0 pgmap v19991: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:21:29.750 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:21:29.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:29.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:29.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:29.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:21:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:30 smithi079 bash[28699]: audit 2023-12-08T04:21:29.272716+0000 mgr.a (mgr.14403) 26768 : audit 0 from='client.526062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:30 smithi194 bash[32038]: audit 2023-12-08T04:21:29.272716+0000 mgr.a (mgr.14403) 26768 : audit 0 from='client.526062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:30 smithi135 bash[32435]: audit 2023-12-08T04:21:29.272716+0000 mgr.a (mgr.14403) 26768 : audit 0 from='client.526062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:31 smithi079 bash[28699]: cluster 2023-12-08T04:21:30.064543+0000 mgr.a (mgr.14403) 26769 : cluster 0 pgmap v19992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:31 smithi194 bash[32038]: cluster 2023-12-08T04:21:30.064543+0000 mgr.a (mgr.14403) 26769 : cluster 0 pgmap v19992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:31 smithi135 bash[32435]: cluster 2023-12-08T04:21:30.064543+0000 mgr.a (mgr.14403) 26769 : cluster 0 pgmap v19992: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:33 smithi079 bash[28699]: cluster 2023-12-08T04:21:32.065140+0000 mgr.a (mgr.14403) 26770 : cluster 0 pgmap v19993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:33 smithi194 bash[32038]: cluster 2023-12-08T04:21:32.065140+0000 mgr.a (mgr.14403) 26770 : cluster 0 pgmap v19993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:33 smithi135 bash[32435]: cluster 2023-12-08T04:21:32.065140+0000 mgr.a (mgr.14403) 26770 : cluster 0 pgmap v19993: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:21:34.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:21:34.754 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:34.754 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:35.627 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:21:35.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:35.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:35.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:35.627 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:21:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:35 smithi079 bash[28699]: cluster 2023-12-08T04:21:34.065947+0000 mgr.a (mgr.14403) 26771 : cluster 0 pgmap v19994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:35 smithi194 bash[32038]: cluster 2023-12-08T04:21:34.065947+0000 mgr.a (mgr.14403) 26771 : cluster 0 pgmap v19994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:35 smithi135 bash[32435]: cluster 2023-12-08T04:21:34.065947+0000 mgr.a (mgr.14403) 26771 : cluster 0 pgmap v19994: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:36.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:36 smithi079 bash[28699]: audit 2023-12-08T04:21:35.147797+0000 mgr.a (mgr.14403) 26772 : audit 0 from='client.526137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:36 smithi194 bash[32038]: audit 2023-12-08T04:21:35.147797+0000 mgr.a (mgr.14403) 26772 : audit 0 from='client.526137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:36 smithi135 bash[32435]: audit 2023-12-08T04:21:35.147797+0000 mgr.a (mgr.14403) 26772 : audit 0 from='client.526137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:37 smithi079 bash[28699]: cluster 2023-12-08T04:21:36.066694+0000 mgr.a (mgr.14403) 26773 : cluster 0 pgmap v19995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:21:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:37 smithi194 bash[32038]: cluster 2023-12-08T04:21:36.066694+0000 mgr.a (mgr.14403) 26773 : cluster 0 pgmap v19995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:21:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:37 smithi135 bash[32435]: cluster 2023-12-08T04:21:36.066694+0000 mgr.a (mgr.14403) 26773 : cluster 0 pgmap v19995: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:21:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:39 smithi079 bash[28699]: cluster 2023-12-08T04:21:38.067348+0000 mgr.a (mgr.14403) 26774 : cluster 0 pgmap v19996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:21:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:39 smithi194 bash[32038]: cluster 2023-12-08T04:21:38.067348+0000 mgr.a (mgr.14403) 26774 : cluster 0 pgmap v19996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:21:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:39 smithi135 bash[32435]: cluster 2023-12-08T04:21:38.067348+0000 mgr.a (mgr.14403) 26774 : cluster 0 pgmap v19996: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:21:40.629 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:21:40.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:40.630 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:41.543 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:21:41.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:41.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:41.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:41.543 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:21:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:41 smithi079 bash[28699]: cluster 2023-12-08T04:21:40.068149+0000 mgr.a (mgr.14403) 26775 : cluster 0 pgmap v19997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:21:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:41 smithi194 bash[32038]: cluster 2023-12-08T04:21:40.068149+0000 mgr.a (mgr.14403) 26775 : cluster 0 pgmap v19997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:21:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:41 smithi135 bash[32435]: cluster 2023-12-08T04:21:40.068149+0000 mgr.a (mgr.14403) 26775 : cluster 0 pgmap v19997: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:21:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:42 smithi079 bash[28699]: audit 2023-12-08T04:21:41.026532+0000 mgr.a (mgr.14403) 26776 : audit 0 from='client.526215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:42 smithi194 bash[32038]: audit 2023-12-08T04:21:41.026532+0000 mgr.a (mgr.14403) 26776 : audit 0 from='client.526215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:42 smithi135 bash[32435]: audit 2023-12-08T04:21:41.026532+0000 mgr.a (mgr.14403) 26776 : audit 0 from='client.526215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:43 smithi079 bash[28699]: cluster 2023-12-08T04:21:42.068894+0000 mgr.a (mgr.14403) 26777 : cluster 0 pgmap v19998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:43 smithi194 bash[32038]: cluster 2023-12-08T04:21:42.068894+0000 mgr.a (mgr.14403) 26777 : cluster 0 pgmap v19998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:43 smithi135 bash[32435]: cluster 2023-12-08T04:21:42.068894+0000 mgr.a (mgr.14403) 26777 : cluster 0 pgmap v19998: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:45 smithi079 bash[28699]: cluster 2023-12-08T04:21:44.069772+0000 mgr.a (mgr.14403) 26778 : cluster 0 pgmap v19999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:45 smithi194 bash[32038]: cluster 2023-12-08T04:21:44.069772+0000 mgr.a (mgr.14403) 26778 : cluster 0 pgmap v19999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:45 smithi135 bash[32435]: cluster 2023-12-08T04:21:44.069772+0000 mgr.a (mgr.14403) 26778 : cluster 0 pgmap v19999: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:46.546 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:21:46.546 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:46.547 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:47.452 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:21:47.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:47.452 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:47.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:47.453 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:21:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:47 smithi079 bash[28699]: cluster 2023-12-08T04:21:46.070293+0000 mgr.a (mgr.14403) 26779 : cluster 0 pgmap v20000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:47 smithi194 bash[32038]: cluster 2023-12-08T04:21:46.070293+0000 mgr.a (mgr.14403) 26779 : cluster 0 pgmap v20000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:47 smithi135 bash[32435]: cluster 2023-12-08T04:21:46.070293+0000 mgr.a (mgr.14403) 26779 : cluster 0 pgmap v20000: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:48 smithi079 bash[28699]: audit 2023-12-08T04:21:46.950998+0000 mgr.a (mgr.14403) 26780 : audit 0 from='client.526293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:48 smithi194 bash[32038]: audit 2023-12-08T04:21:46.950998+0000 mgr.a (mgr.14403) 26780 : audit 0 from='client.526293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:48 smithi135 bash[32435]: audit 2023-12-08T04:21:46.950998+0000 mgr.a (mgr.14403) 26780 : audit 0 from='client.526293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:49 smithi079 bash[28699]: cluster 2023-12-08T04:21:48.071039+0000 mgr.a (mgr.14403) 26781 : cluster 0 pgmap v20001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:49 smithi079 bash[28699]: audit 2023-12-08T04:21:48.921856+0000 mon.a (mon.0) 4143 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:21:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:49 smithi194 bash[32038]: cluster 2023-12-08T04:21:48.071039+0000 mgr.a (mgr.14403) 26781 : cluster 0 pgmap v20001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:49 smithi194 bash[32038]: audit 2023-12-08T04:21:48.921856+0000 mon.a (mon.0) 4143 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:21:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:49 smithi135 bash[32435]: cluster 2023-12-08T04:21:48.071039+0000 mgr.a (mgr.14403) 26781 : cluster 0 pgmap v20001: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:49 smithi135 bash[32435]: audit 2023-12-08T04:21:48.921856+0000 mon.a (mon.0) 4143 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:21:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:50 smithi079 bash[28699]: audit 2023-12-08T04:21:49.659845+0000 mon.a (mon.0) 4144 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:21:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:50 smithi079 bash[28699]: audit 2023-12-08T04:21:49.661116+0000 mon.a (mon.0) 4145 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:21:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:50 smithi079 bash[28699]: audit 2023-12-08T04:21:49.669701+0000 mon.a (mon.0) 4146 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:21:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:50 smithi194 bash[32038]: audit 2023-12-08T04:21:49.659845+0000 mon.a (mon.0) 4144 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:21:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:50 smithi194 bash[32038]: audit 2023-12-08T04:21:49.661116+0000 mon.a (mon.0) 4145 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:21:50.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:50 smithi194 bash[32038]: audit 2023-12-08T04:21:49.669701+0000 mon.a (mon.0) 4146 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:21:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:50 smithi135 bash[32435]: audit 2023-12-08T04:21:49.659845+0000 mon.a (mon.0) 4144 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:21:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:50 smithi135 bash[32435]: audit 2023-12-08T04:21:49.661116+0000 mon.a (mon.0) 4145 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:21:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:50 smithi135 bash[32435]: audit 2023-12-08T04:21:49.669701+0000 mon.a (mon.0) 4146 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:21:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:51 smithi079 bash[28699]: cluster 2023-12-08T04:21:50.071835+0000 mgr.a (mgr.14403) 26782 : cluster 0 pgmap v20002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:51 smithi194 bash[32038]: cluster 2023-12-08T04:21:50.071835+0000 mgr.a (mgr.14403) 26782 : cluster 0 pgmap v20002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:51 smithi135 bash[32435]: cluster 2023-12-08T04:21:50.071835+0000 mgr.a (mgr.14403) 26782 : cluster 0 pgmap v20002: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:52.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:21:52.456 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:52.456 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:53.361 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:21:53.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:53.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:53.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:53.361 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:21:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:53 smithi079 bash[28699]: cluster 2023-12-08T04:21:52.072403+0000 mgr.a (mgr.14403) 26783 : cluster 0 pgmap v20003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:53 smithi194 bash[32038]: cluster 2023-12-08T04:21:52.072403+0000 mgr.a (mgr.14403) 26783 : cluster 0 pgmap v20003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:53 smithi135 bash[32435]: cluster 2023-12-08T04:21:52.072403+0000 mgr.a (mgr.14403) 26783 : cluster 0 pgmap v20003: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:54 smithi079 bash[28699]: audit 2023-12-08T04:21:52.861429+0000 mgr.a (mgr.14403) 26784 : audit 0 from='client.526371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:54 smithi194 bash[32038]: audit 2023-12-08T04:21:52.861429+0000 mgr.a (mgr.14403) 26784 : audit 0 from='client.526371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:54 smithi135 bash[32435]: audit 2023-12-08T04:21:52.861429+0000 mgr.a (mgr.14403) 26784 : audit 0 from='client.526371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:21:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:55 smithi079 bash[28699]: cluster 2023-12-08T04:21:54.073464+0000 mgr.a (mgr.14403) 26785 : cluster 0 pgmap v20004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:55 smithi194 bash[32038]: cluster 2023-12-08T04:21:54.073464+0000 mgr.a (mgr.14403) 26785 : cluster 0 pgmap v20004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:55 smithi135 bash[32435]: cluster 2023-12-08T04:21:54.073464+0000 mgr.a (mgr.14403) 26785 : cluster 0 pgmap v20004: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:21:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:56 smithi079 bash[28699]: cluster 2023-12-08T04:21:56.074073+0000 mgr.a (mgr.14403) 26786 : cluster 0 pgmap v20005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:56 smithi194 bash[32038]: cluster 2023-12-08T04:21:56.074073+0000 mgr.a (mgr.14403) 26786 : cluster 0 pgmap v20005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:56 smithi135 bash[32435]: cluster 2023-12-08T04:21:56.074073+0000 mgr.a (mgr.14403) 26786 : cluster 0 pgmap v20005: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:58.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:21:58.364 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:21:58.365 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:21:59.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:21:59.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:21:59.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:21:59.250 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:21:59.251 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:21:59.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:21:59 smithi194 bash[32038]: cluster 2023-12-08T04:21:58.074647+0000 mgr.a (mgr.14403) 26787 : cluster 0 pgmap v20006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:59.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:21:59 smithi135 bash[32435]: cluster 2023-12-08T04:21:58.074647+0000 mgr.a (mgr.14403) 26787 : cluster 0 pgmap v20006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:21:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:21:59 smithi079 bash[28699]: cluster 2023-12-08T04:21:58.074647+0000 mgr.a (mgr.14403) 26787 : cluster 0 pgmap v20006: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:00.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:00 smithi079 bash[28699]: audit 2023-12-08T04:21:58.758350+0000 mgr.a (mgr.14403) 26788 : audit 0 from='client.526449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:00 smithi194 bash[32038]: audit 2023-12-08T04:21:58.758350+0000 mgr.a (mgr.14403) 26788 : audit 0 from='client.526449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:00 smithi135 bash[32435]: audit 2023-12-08T04:21:58.758350+0000 mgr.a (mgr.14403) 26788 : audit 0 from='client.526449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:01.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:01 smithi079 bash[28699]: cluster 2023-12-08T04:22:00.075704+0000 mgr.a (mgr.14403) 26789 : cluster 0 pgmap v20007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:01 smithi194 bash[32038]: cluster 2023-12-08T04:22:00.075704+0000 mgr.a (mgr.14403) 26789 : cluster 0 pgmap v20007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:01.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:01 smithi135 bash[32435]: cluster 2023-12-08T04:22:00.075704+0000 mgr.a (mgr.14403) 26789 : cluster 0 pgmap v20007: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:03 smithi079 bash[28699]: cluster 2023-12-08T04:22:02.076303+0000 mgr.a (mgr.14403) 26790 : cluster 0 pgmap v20008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:03 smithi194 bash[32038]: cluster 2023-12-08T04:22:02.076303+0000 mgr.a (mgr.14403) 26790 : cluster 0 pgmap v20008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:03 smithi135 bash[32435]: cluster 2023-12-08T04:22:02.076303+0000 mgr.a (mgr.14403) 26790 : cluster 0 pgmap v20008: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:04.253 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:22:04.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:04.254 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:05.136 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:22:05.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:05.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:05.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:05.137 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:22:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:05 smithi079 bash[28699]: cluster 2023-12-08T04:22:04.077055+0000 mgr.a (mgr.14403) 26791 : cluster 0 pgmap v20009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:05 smithi194 bash[32038]: cluster 2023-12-08T04:22:04.077055+0000 mgr.a (mgr.14403) 26791 : cluster 0 pgmap v20009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:05 smithi135 bash[32435]: cluster 2023-12-08T04:22:04.077055+0000 mgr.a (mgr.14403) 26791 : cluster 0 pgmap v20009: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:06 smithi079 bash[28699]: audit 2023-12-08T04:22:04.653020+0000 mgr.a (mgr.14403) 26792 : audit 0 from='client.526527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:06 smithi194 bash[32038]: audit 2023-12-08T04:22:04.653020+0000 mgr.a (mgr.14403) 26792 : audit 0 from='client.526527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:06.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:06 smithi135 bash[32435]: audit 2023-12-08T04:22:04.653020+0000 mgr.a (mgr.14403) 26792 : audit 0 from='client.526527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:07 smithi079 bash[28699]: cluster 2023-12-08T04:22:06.077719+0000 mgr.a (mgr.14403) 26793 : cluster 0 pgmap v20010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:07 smithi194 bash[32038]: cluster 2023-12-08T04:22:06.077719+0000 mgr.a (mgr.14403) 26793 : cluster 0 pgmap v20010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:07 smithi135 bash[32435]: cluster 2023-12-08T04:22:06.077719+0000 mgr.a (mgr.14403) 26793 : cluster 0 pgmap v20010: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:09 smithi079 bash[28699]: cluster 2023-12-08T04:22:08.078280+0000 mgr.a (mgr.14403) 26794 : cluster 0 pgmap v20011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:09 smithi194 bash[32038]: cluster 2023-12-08T04:22:08.078280+0000 mgr.a (mgr.14403) 26794 : cluster 0 pgmap v20011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:09 smithi135 bash[32435]: cluster 2023-12-08T04:22:08.078280+0000 mgr.a (mgr.14403) 26794 : cluster 0 pgmap v20011: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:10.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:22:10.140 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:10.140 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:11.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:11.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:11.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:11.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:22:11.024 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:22:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:11 smithi079 bash[28699]: cluster 2023-12-08T04:22:10.079119+0000 mgr.a (mgr.14403) 26795 : cluster 0 pgmap v20012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:11 smithi194 bash[32038]: cluster 2023-12-08T04:22:10.079119+0000 mgr.a (mgr.14403) 26795 : cluster 0 pgmap v20012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:11 smithi135 bash[32435]: cluster 2023-12-08T04:22:10.079119+0000 mgr.a (mgr.14403) 26795 : cluster 0 pgmap v20012: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:12 smithi079 bash[28699]: audit 2023-12-08T04:22:10.536580+0000 mgr.a (mgr.14403) 26796 : audit 0 from='client.526602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:12 smithi194 bash[32038]: audit 2023-12-08T04:22:10.536580+0000 mgr.a (mgr.14403) 26796 : audit 0 from='client.526602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:12 smithi135 bash[32435]: audit 2023-12-08T04:22:10.536580+0000 mgr.a (mgr.14403) 26796 : audit 0 from='client.526602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:13 smithi079 bash[28699]: cluster 2023-12-08T04:22:12.079831+0000 mgr.a (mgr.14403) 26797 : cluster 0 pgmap v20013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:13 smithi194 bash[32038]: cluster 2023-12-08T04:22:12.079831+0000 mgr.a (mgr.14403) 26797 : cluster 0 pgmap v20013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:13 smithi135 bash[32435]: cluster 2023-12-08T04:22:12.079831+0000 mgr.a (mgr.14403) 26797 : cluster 0 pgmap v20013: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:15 smithi079 bash[28699]: cluster 2023-12-08T04:22:14.080681+0000 mgr.a (mgr.14403) 26798 : cluster 0 pgmap v20014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:15 smithi194 bash[32038]: cluster 2023-12-08T04:22:14.080681+0000 mgr.a (mgr.14403) 26798 : cluster 0 pgmap v20014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:15 smithi135 bash[32435]: cluster 2023-12-08T04:22:14.080681+0000 mgr.a (mgr.14403) 26798 : cluster 0 pgmap v20014: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:16.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:22:16.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:16.028 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:16.960 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:22:16.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:16.960 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:16.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:16.961 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:22:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:17 smithi079 bash[28699]: cluster 2023-12-08T04:22:16.081194+0000 mgr.a (mgr.14403) 26799 : cluster 0 pgmap v20015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:17 smithi194 bash[32038]: cluster 2023-12-08T04:22:16.081194+0000 mgr.a (mgr.14403) 26799 : cluster 0 pgmap v20015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:17 smithi135 bash[32435]: cluster 2023-12-08T04:22:16.081194+0000 mgr.a (mgr.14403) 26799 : cluster 0 pgmap v20015: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:18 smithi079 bash[28699]: audit 2023-12-08T04:22:16.429081+0000 mgr.a (mgr.14403) 26800 : audit 0 from='client.526677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:18 smithi194 bash[32038]: audit 2023-12-08T04:22:16.429081+0000 mgr.a (mgr.14403) 26800 : audit 0 from='client.526677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:18 smithi135 bash[32435]: audit 2023-12-08T04:22:16.429081+0000 mgr.a (mgr.14403) 26800 : audit 0 from='client.526677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:19 smithi079 bash[28699]: cluster 2023-12-08T04:22:18.081859+0000 mgr.a (mgr.14403) 26801 : cluster 0 pgmap v20016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:19 smithi194 bash[32038]: cluster 2023-12-08T04:22:18.081859+0000 mgr.a (mgr.14403) 26801 : cluster 0 pgmap v20016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:19 smithi135 bash[32435]: cluster 2023-12-08T04:22:18.081859+0000 mgr.a (mgr.14403) 26801 : cluster 0 pgmap v20016: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:21 smithi079 bash[28699]: cluster 2023-12-08T04:22:20.082675+0000 mgr.a (mgr.14403) 26802 : cluster 0 pgmap v20017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:21 smithi194 bash[32038]: cluster 2023-12-08T04:22:20.082675+0000 mgr.a (mgr.14403) 26802 : cluster 0 pgmap v20017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:21 smithi135 bash[32435]: cluster 2023-12-08T04:22:20.082675+0000 mgr.a (mgr.14403) 26802 : cluster 0 pgmap v20017: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:21.962 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:22:21.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:21.963 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:22.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:22.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:22.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:22.875 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:22:22.875 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:22:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:23 smithi079 bash[28699]: cluster 2023-12-08T04:22:22.083250+0000 mgr.a (mgr.14403) 26803 : cluster 0 pgmap v20018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:23 smithi194 bash[32038]: cluster 2023-12-08T04:22:22.083250+0000 mgr.a (mgr.14403) 26803 : cluster 0 pgmap v20018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:23 smithi135 bash[32435]: cluster 2023-12-08T04:22:22.083250+0000 mgr.a (mgr.14403) 26803 : cluster 0 pgmap v20018: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:24 smithi079 bash[28699]: audit 2023-12-08T04:22:22.371399+0000 mgr.a (mgr.14403) 26804 : audit 0 from='client.526752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:24 smithi194 bash[32038]: audit 2023-12-08T04:22:22.371399+0000 mgr.a (mgr.14403) 26804 : audit 0 from='client.526752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:24 smithi135 bash[32435]: audit 2023-12-08T04:22:22.371399+0000 mgr.a (mgr.14403) 26804 : audit 0 from='client.526752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:25 smithi079 bash[28699]: cluster 2023-12-08T04:22:24.084146+0000 mgr.a (mgr.14403) 26805 : cluster 0 pgmap v20019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:25 smithi194 bash[32038]: cluster 2023-12-08T04:22:24.084146+0000 mgr.a (mgr.14403) 26805 : cluster 0 pgmap v20019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:25 smithi135 bash[32435]: cluster 2023-12-08T04:22:24.084146+0000 mgr.a (mgr.14403) 26805 : cluster 0 pgmap v20019: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:27 smithi079 bash[28699]: cluster 2023-12-08T04:22:26.084694+0000 mgr.a (mgr.14403) 26806 : cluster 0 pgmap v20020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:27 smithi194 bash[32038]: cluster 2023-12-08T04:22:26.084694+0000 mgr.a (mgr.14403) 26806 : cluster 0 pgmap v20020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:27 smithi135 bash[32435]: cluster 2023-12-08T04:22:26.084694+0000 mgr.a (mgr.14403) 26806 : cluster 0 pgmap v20020: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:27.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:22:27.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:27.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:28.787 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:22:28.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:28.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:28.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:28.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:22:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:29 smithi079 bash[28699]: cluster 2023-12-08T04:22:28.085235+0000 mgr.a (mgr.14403) 26807 : cluster 0 pgmap v20021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:29 smithi079 bash[28699]: audit 2023-12-08T04:22:28.282067+0000 mgr.a (mgr.14403) 26808 : audit 0 from='client.526827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:29 smithi194 bash[32038]: cluster 2023-12-08T04:22:28.085235+0000 mgr.a (mgr.14403) 26807 : cluster 0 pgmap v20021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:29 smithi194 bash[32038]: audit 2023-12-08T04:22:28.282067+0000 mgr.a (mgr.14403) 26808 : audit 0 from='client.526827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:29 smithi135 bash[32435]: cluster 2023-12-08T04:22:28.085235+0000 mgr.a (mgr.14403) 26807 : cluster 0 pgmap v20021: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:29 smithi135 bash[32435]: audit 2023-12-08T04:22:28.282067+0000 mgr.a (mgr.14403) 26808 : audit 0 from='client.526827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:31 smithi079 bash[28699]: cluster 2023-12-08T04:22:30.086134+0000 mgr.a (mgr.14403) 26809 : cluster 0 pgmap v20022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:22:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:31 smithi194 bash[32038]: cluster 2023-12-08T04:22:30.086134+0000 mgr.a (mgr.14403) 26809 : cluster 0 pgmap v20022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:22:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:31 smithi135 bash[32435]: cluster 2023-12-08T04:22:30.086134+0000 mgr.a (mgr.14403) 26809 : cluster 0 pgmap v20022: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:22:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:33 smithi079 bash[28699]: cluster 2023-12-08T04:22:32.086694+0000 mgr.a (mgr.14403) 26810 : cluster 0 pgmap v20023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:22:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:33 smithi194 bash[32038]: cluster 2023-12-08T04:22:32.086694+0000 mgr.a (mgr.14403) 26810 : cluster 0 pgmap v20023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:22:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:33 smithi135 bash[32435]: cluster 2023-12-08T04:22:32.086694+0000 mgr.a (mgr.14403) 26810 : cluster 0 pgmap v20023: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:22:33.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:22:33.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:33.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:34.695 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:22:34.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:34.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:34.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:34.696 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:22:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:35 smithi079 bash[28699]: cluster 2023-12-08T04:22:34.087379+0000 mgr.a (mgr.14403) 26811 : cluster 0 pgmap v20024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:35 smithi079 bash[28699]: audit 2023-12-08T04:22:34.187690+0000 mgr.a (mgr.14403) 26812 : audit 0 from='client.526902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:35 smithi194 bash[32038]: cluster 2023-12-08T04:22:34.087379+0000 mgr.a (mgr.14403) 26811 : cluster 0 pgmap v20024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:35 smithi194 bash[32038]: audit 2023-12-08T04:22:34.187690+0000 mgr.a (mgr.14403) 26812 : audit 0 from='client.526902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:35 smithi135 bash[32435]: cluster 2023-12-08T04:22:34.087379+0000 mgr.a (mgr.14403) 26811 : cluster 0 pgmap v20024: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:35 smithi135 bash[32435]: audit 2023-12-08T04:22:34.187690+0000 mgr.a (mgr.14403) 26812 : audit 0 from='client.526902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:37 smithi079 bash[28699]: cluster 2023-12-08T04:22:36.087960+0000 mgr.a (mgr.14403) 26813 : cluster 0 pgmap v20025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:37 smithi194 bash[32038]: cluster 2023-12-08T04:22:36.087960+0000 mgr.a (mgr.14403) 26813 : cluster 0 pgmap v20025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:37 smithi135 bash[32435]: cluster 2023-12-08T04:22:36.087960+0000 mgr.a (mgr.14403) 26813 : cluster 0 pgmap v20025: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:39 smithi079 bash[28699]: cluster 2023-12-08T04:22:38.088556+0000 mgr.a (mgr.14403) 26814 : cluster 0 pgmap v20026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:39.698 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:22:39.699 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:39.699 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:39 smithi194 bash[32038]: cluster 2023-12-08T04:22:38.088556+0000 mgr.a (mgr.14403) 26814 : cluster 0 pgmap v20026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:39 smithi135 bash[32435]: cluster 2023-12-08T04:22:38.088556+0000 mgr.a (mgr.14403) 26814 : cluster 0 pgmap v20026: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:22:40.586 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:22:40.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:40.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:40.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:40.587 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:22:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:41 smithi079 bash[28699]: cluster 2023-12-08T04:22:40.089330+0000 mgr.a (mgr.14403) 26815 : cluster 0 pgmap v20027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:41 smithi079 bash[28699]: audit 2023-12-08T04:22:40.095679+0000 mgr.a (mgr.14403) 26816 : audit 0 from='client.526977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:41 smithi194 bash[32038]: cluster 2023-12-08T04:22:40.089330+0000 mgr.a (mgr.14403) 26815 : cluster 0 pgmap v20027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:41 smithi194 bash[32038]: audit 2023-12-08T04:22:40.095679+0000 mgr.a (mgr.14403) 26816 : audit 0 from='client.526977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:41 smithi135 bash[32435]: cluster 2023-12-08T04:22:40.089330+0000 mgr.a (mgr.14403) 26815 : cluster 0 pgmap v20027: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:41 smithi135 bash[32435]: audit 2023-12-08T04:22:40.095679+0000 mgr.a (mgr.14403) 26816 : audit 0 from='client.526977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:43 smithi079 bash[28699]: cluster 2023-12-08T04:22:42.089992+0000 mgr.a (mgr.14403) 26817 : cluster 0 pgmap v20028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:22:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:43 smithi194 bash[32038]: cluster 2023-12-08T04:22:42.089992+0000 mgr.a (mgr.14403) 26817 : cluster 0 pgmap v20028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:22:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:43 smithi135 bash[32435]: cluster 2023-12-08T04:22:42.089992+0000 mgr.a (mgr.14403) 26817 : cluster 0 pgmap v20028: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:22:45.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:22:45.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:45.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:45 smithi079 bash[28699]: cluster 2023-12-08T04:22:44.090803+0000 mgr.a (mgr.14403) 26818 : cluster 0 pgmap v20029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:22:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:45 smithi194 bash[32038]: cluster 2023-12-08T04:22:44.090803+0000 mgr.a (mgr.14403) 26818 : cluster 0 pgmap v20029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:22:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:45 smithi135 bash[32435]: cluster 2023-12-08T04:22:44.090803+0000 mgr.a (mgr.14403) 26818 : cluster 0 pgmap v20029: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:22:46.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:46.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:46.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:46.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:22:46.493 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:22:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:47 smithi079 bash[28699]: audit 2023-12-08T04:22:45.998187+0000 mgr.a (mgr.14403) 26819 : audit 0 from='client.527052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:47 smithi079 bash[28699]: cluster 2023-12-08T04:22:46.091281+0000 mgr.a (mgr.14403) 26820 : cluster 0 pgmap v20030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:47 smithi194 bash[32038]: audit 2023-12-08T04:22:45.998187+0000 mgr.a (mgr.14403) 26819 : audit 0 from='client.527052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:47 smithi194 bash[32038]: cluster 2023-12-08T04:22:46.091281+0000 mgr.a (mgr.14403) 26820 : cluster 0 pgmap v20030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:47 smithi135 bash[32435]: audit 2023-12-08T04:22:45.998187+0000 mgr.a (mgr.14403) 26819 : audit 0 from='client.527052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:47 smithi135 bash[32435]: cluster 2023-12-08T04:22:46.091281+0000 mgr.a (mgr.14403) 26820 : cluster 0 pgmap v20030: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:49 smithi079 bash[28699]: cluster 2023-12-08T04:22:48.092074+0000 mgr.a (mgr.14403) 26821 : cluster 0 pgmap v20031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:49 smithi194 bash[32038]: cluster 2023-12-08T04:22:48.092074+0000 mgr.a (mgr.14403) 26821 : cluster 0 pgmap v20031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:49 smithi135 bash[32435]: cluster 2023-12-08T04:22:48.092074+0000 mgr.a (mgr.14403) 26821 : cluster 0 pgmap v20031: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:50 smithi079 bash[28699]: audit 2023-12-08T04:22:49.772914+0000 mon.a (mon.0) 4147 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:22:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:50 smithi194 bash[32038]: audit 2023-12-08T04:22:49.772914+0000 mon.a (mon.0) 4147 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:22:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:50 smithi135 bash[32435]: audit 2023-12-08T04:22:49.772914+0000 mon.a (mon.0) 4147 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:22:51.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:22:51.496 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:51.497 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:51 smithi079 bash[28699]: cluster 2023-12-08T04:22:50.092716+0000 mgr.a (mgr.14403) 26822 : cluster 0 pgmap v20032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:51 smithi194 bash[32038]: cluster 2023-12-08T04:22:50.092716+0000 mgr.a (mgr.14403) 26822 : cluster 0 pgmap v20032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:51 smithi135 bash[32435]: cluster 2023-12-08T04:22:50.092716+0000 mgr.a (mgr.14403) 26822 : cluster 0 pgmap v20032: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:52.391 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:22:52.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:52.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:52.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:52.392 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:22:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:53 smithi079 bash[28699]: audit 2023-12-08T04:22:51.899392+0000 mgr.a (mgr.14403) 26823 : audit 0 from='client.527118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:53 smithi079 bash[28699]: cluster 2023-12-08T04:22:52.093269+0000 mgr.a (mgr.14403) 26824 : cluster 0 pgmap v20033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:53 smithi194 bash[32038]: audit 2023-12-08T04:22:51.899392+0000 mgr.a (mgr.14403) 26823 : audit 0 from='client.527118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:53 smithi194 bash[32038]: cluster 2023-12-08T04:22:52.093269+0000 mgr.a (mgr.14403) 26824 : cluster 0 pgmap v20033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:53 smithi135 bash[32435]: audit 2023-12-08T04:22:51.899392+0000 mgr.a (mgr.14403) 26823 : audit 0 from='client.527118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:53 smithi135 bash[32435]: cluster 2023-12-08T04:22:52.093269+0000 mgr.a (mgr.14403) 26824 : cluster 0 pgmap v20033: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:55 smithi079 bash[28699]: cluster 2023-12-08T04:22:54.094148+0000 mgr.a (mgr.14403) 26825 : cluster 0 pgmap v20034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:55 smithi079 bash[28699]: audit 2023-12-08T04:22:55.132611+0000 mon.a (mon.0) 4148 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:55 smithi079 bash[28699]: audit 2023-12-08T04:22:55.135998+0000 mon.a (mon.0) 4149 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:55 smithi079 bash[28699]: audit 2023-12-08T04:22:55.148541+0000 mon.a (mon.0) 4150 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:55 smithi079 bash[28699]: audit 2023-12-08T04:22:55.153899+0000 mon.a (mon.0) 4151 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:55 smithi079 bash[28699]: audit 2023-12-08T04:22:55.184122+0000 mon.a (mon.0) 4152 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:55 smithi079 bash[28699]: audit 2023-12-08T04:22:55.188824+0000 mon.a (mon.0) 4153 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:55 smithi194 bash[32038]: cluster 2023-12-08T04:22:54.094148+0000 mgr.a (mgr.14403) 26825 : cluster 0 pgmap v20034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:55 smithi194 bash[32038]: audit 2023-12-08T04:22:55.132611+0000 mon.a (mon.0) 4148 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:55 smithi194 bash[32038]: audit 2023-12-08T04:22:55.135998+0000 mon.a (mon.0) 4149 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:55 smithi194 bash[32038]: audit 2023-12-08T04:22:55.148541+0000 mon.a (mon.0) 4150 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:55 smithi194 bash[32038]: audit 2023-12-08T04:22:55.153899+0000 mon.a (mon.0) 4151 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:55 smithi194 bash[32038]: audit 2023-12-08T04:22:55.184122+0000 mon.a (mon.0) 4152 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:55 smithi194 bash[32038]: audit 2023-12-08T04:22:55.188824+0000 mon.a (mon.0) 4153 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:55 smithi135 bash[32435]: cluster 2023-12-08T04:22:54.094148+0000 mgr.a (mgr.14403) 26825 : cluster 0 pgmap v20034: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:22:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:55 smithi135 bash[32435]: audit 2023-12-08T04:22:55.132611+0000 mon.a (mon.0) 4148 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:55 smithi135 bash[32435]: audit 2023-12-08T04:22:55.135998+0000 mon.a (mon.0) 4149 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:55 smithi135 bash[32435]: audit 2023-12-08T04:22:55.148541+0000 mon.a (mon.0) 4150 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:55 smithi135 bash[32435]: audit 2023-12-08T04:22:55.153899+0000 mon.a (mon.0) 4151 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:55 smithi135 bash[32435]: audit 2023-12-08T04:22:55.184122+0000 mon.a (mon.0) 4152 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:55.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:55 smithi135 bash[32435]: audit 2023-12-08T04:22:55.188824+0000 mon.a (mon.0) 4153 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:56 smithi079 bash[28699]: audit 2023-12-08T04:22:55.885534+0000 mon.a (mon.0) 4154 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:22:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:56 smithi079 bash[28699]: audit 2023-12-08T04:22:55.887453+0000 mon.a (mon.0) 4155 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:22:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:56 smithi079 bash[28699]: audit 2023-12-08T04:22:55.896602+0000 mon.a (mon.0) 4156 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:56 smithi194 bash[32038]: audit 2023-12-08T04:22:55.885534+0000 mon.a (mon.0) 4154 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:22:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:56 smithi194 bash[32038]: audit 2023-12-08T04:22:55.887453+0000 mon.a (mon.0) 4155 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:22:56.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:56 smithi194 bash[32038]: audit 2023-12-08T04:22:55.896602+0000 mon.a (mon.0) 4156 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:56 smithi135 bash[32435]: audit 2023-12-08T04:22:55.885534+0000 mon.a (mon.0) 4154 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:22:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:56 smithi135 bash[32435]: audit 2023-12-08T04:22:55.887453+0000 mon.a (mon.0) 4155 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:22:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:56 smithi135 bash[32435]: audit 2023-12-08T04:22:55.896602+0000 mon.a (mon.0) 4156 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:22:57.394 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:22:57.395 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:22:57.395 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:22:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:57 smithi079 bash[28699]: cluster 2023-12-08T04:22:56.094728+0000 mgr.a (mgr.14403) 26826 : cluster 0 pgmap v20035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:57 smithi194 bash[32038]: cluster 2023-12-08T04:22:56.094728+0000 mgr.a (mgr.14403) 26826 : cluster 0 pgmap v20035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:57 smithi135 bash[32435]: cluster 2023-12-08T04:22:56.094728+0000 mgr.a (mgr.14403) 26826 : cluster 0 pgmap v20035: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:58.301 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:22:58.301 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:22:58.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:22:58.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:22:58.302 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:22:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:59 smithi079 bash[28699]: audit 2023-12-08T04:22:57.796214+0000 mgr.a (mgr.14403) 26827 : audit 0 from='client.527196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:22:59 smithi079 bash[28699]: cluster 2023-12-08T04:22:58.095521+0000 mgr.a (mgr.14403) 26828 : cluster 0 pgmap v20036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:59 smithi194 bash[32038]: audit 2023-12-08T04:22:57.796214+0000 mgr.a (mgr.14403) 26827 : audit 0 from='client.527196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:22:59 smithi194 bash[32038]: cluster 2023-12-08T04:22:58.095521+0000 mgr.a (mgr.14403) 26828 : cluster 0 pgmap v20036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:22:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:59 smithi135 bash[32435]: audit 2023-12-08T04:22:57.796214+0000 mgr.a (mgr.14403) 26827 : audit 0 from='client.527196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:22:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:22:59 smithi135 bash[32435]: cluster 2023-12-08T04:22:58.095521+0000 mgr.a (mgr.14403) 26828 : cluster 0 pgmap v20036: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:01.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:01 smithi079 bash[28699]: cluster 2023-12-08T04:23:00.096384+0000 mgr.a (mgr.14403) 26829 : cluster 0 pgmap v20037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:01 smithi194 bash[32038]: cluster 2023-12-08T04:23:00.096384+0000 mgr.a (mgr.14403) 26829 : cluster 0 pgmap v20037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:01.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:01 smithi135 bash[32435]: cluster 2023-12-08T04:23:00.096384+0000 mgr.a (mgr.14403) 26829 : cluster 0 pgmap v20037: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:03.304 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:23:03.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:03.305 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:03 smithi079 bash[28699]: cluster 2023-12-08T04:23:02.096925+0000 mgr.a (mgr.14403) 26830 : cluster 0 pgmap v20038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:03 smithi194 bash[32038]: cluster 2023-12-08T04:23:02.096925+0000 mgr.a (mgr.14403) 26830 : cluster 0 pgmap v20038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:03 smithi135 bash[32435]: cluster 2023-12-08T04:23:02.096925+0000 mgr.a (mgr.14403) 26830 : cluster 0 pgmap v20038: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:04.222 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:23:04.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:04.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:04.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:04.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:23:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:05 smithi079 bash[28699]: audit 2023-12-08T04:23:03.707418+0000 mgr.a (mgr.14403) 26831 : audit 0 from='client.527274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:05.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:05 smithi079 bash[28699]: cluster 2023-12-08T04:23:04.098531+0000 mgr.a (mgr.14403) 26832 : cluster 0 pgmap v20039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:05 smithi194 bash[32038]: audit 2023-12-08T04:23:03.707418+0000 mgr.a (mgr.14403) 26831 : audit 0 from='client.527274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:05 smithi194 bash[32038]: cluster 2023-12-08T04:23:04.098531+0000 mgr.a (mgr.14403) 26832 : cluster 0 pgmap v20039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:05 smithi135 bash[32435]: audit 2023-12-08T04:23:03.707418+0000 mgr.a (mgr.14403) 26831 : audit 0 from='client.527274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:05 smithi135 bash[32435]: cluster 2023-12-08T04:23:04.098531+0000 mgr.a (mgr.14403) 26832 : cluster 0 pgmap v20039: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:07 smithi079 bash[28699]: cluster 2023-12-08T04:23:06.099202+0000 mgr.a (mgr.14403) 26833 : cluster 0 pgmap v20040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:07 smithi194 bash[32038]: cluster 2023-12-08T04:23:06.099202+0000 mgr.a (mgr.14403) 26833 : cluster 0 pgmap v20040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:07 smithi135 bash[32435]: cluster 2023-12-08T04:23:06.099202+0000 mgr.a (mgr.14403) 26833 : cluster 0 pgmap v20040: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:09.222 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:23:09.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:09.223 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:09 smithi079 bash[28699]: cluster 2023-12-08T04:23:08.099793+0000 mgr.a (mgr.14403) 26834 : cluster 0 pgmap v20041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:09 smithi194 bash[32038]: cluster 2023-12-08T04:23:08.099793+0000 mgr.a (mgr.14403) 26834 : cluster 0 pgmap v20041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:09 smithi135 bash[32435]: cluster 2023-12-08T04:23:08.099793+0000 mgr.a (mgr.14403) 26834 : cluster 0 pgmap v20041: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:10.129 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:23:10.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:10.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:10.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:10.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:23:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:11 smithi079 bash[28699]: audit 2023-12-08T04:23:09.618550+0000 mgr.a (mgr.14403) 26835 : audit 0 from='client.527349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:11 smithi079 bash[28699]: cluster 2023-12-08T04:23:10.100465+0000 mgr.a (mgr.14403) 26836 : cluster 0 pgmap v20042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:11 smithi194 bash[32038]: audit 2023-12-08T04:23:09.618550+0000 mgr.a (mgr.14403) 26835 : audit 0 from='client.527349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:11 smithi194 bash[32038]: cluster 2023-12-08T04:23:10.100465+0000 mgr.a (mgr.14403) 26836 : cluster 0 pgmap v20042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:11 smithi135 bash[32435]: audit 2023-12-08T04:23:09.618550+0000 mgr.a (mgr.14403) 26835 : audit 0 from='client.527349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:11 smithi135 bash[32435]: cluster 2023-12-08T04:23:10.100465+0000 mgr.a (mgr.14403) 26836 : cluster 0 pgmap v20042: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:13 smithi079 bash[28699]: cluster 2023-12-08T04:23:12.100994+0000 mgr.a (mgr.14403) 26837 : cluster 0 pgmap v20043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:13 smithi194 bash[32038]: cluster 2023-12-08T04:23:12.100994+0000 mgr.a (mgr.14403) 26837 : cluster 0 pgmap v20043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:13 smithi135 bash[32435]: cluster 2023-12-08T04:23:12.100994+0000 mgr.a (mgr.14403) 26837 : cluster 0 pgmap v20043: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:15.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:23:15.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:15.134 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:15 smithi079 bash[28699]: cluster 2023-12-08T04:23:14.101725+0000 mgr.a (mgr.14403) 26838 : cluster 0 pgmap v20044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:15 smithi194 bash[32038]: cluster 2023-12-08T04:23:14.101725+0000 mgr.a (mgr.14403) 26838 : cluster 0 pgmap v20044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:15 smithi135 bash[32435]: cluster 2023-12-08T04:23:14.101725+0000 mgr.a (mgr.14403) 26838 : cluster 0 pgmap v20044: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:16.026 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:16.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:16.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:16.027 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:23:16.027 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:23:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:17 smithi079 bash[28699]: audit 2023-12-08T04:23:15.525412+0000 mgr.a (mgr.14403) 26839 : audit 0 from='client.527424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:17 smithi079 bash[28699]: cluster 2023-12-08T04:23:16.102449+0000 mgr.a (mgr.14403) 26840 : cluster 0 pgmap v20045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:17 smithi194 bash[32038]: audit 2023-12-08T04:23:15.525412+0000 mgr.a (mgr.14403) 26839 : audit 0 from='client.527424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:17 smithi194 bash[32038]: cluster 2023-12-08T04:23:16.102449+0000 mgr.a (mgr.14403) 26840 : cluster 0 pgmap v20045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:17 smithi135 bash[32435]: audit 2023-12-08T04:23:15.525412+0000 mgr.a (mgr.14403) 26839 : audit 0 from='client.527424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:17 smithi135 bash[32435]: cluster 2023-12-08T04:23:16.102449+0000 mgr.a (mgr.14403) 26840 : cluster 0 pgmap v20045: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:19 smithi079 bash[28699]: cluster 2023-12-08T04:23:18.103055+0000 mgr.a (mgr.14403) 26841 : cluster 0 pgmap v20046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:19 smithi194 bash[32038]: cluster 2023-12-08T04:23:18.103055+0000 mgr.a (mgr.14403) 26841 : cluster 0 pgmap v20046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:19 smithi135 bash[32435]: cluster 2023-12-08T04:23:18.103055+0000 mgr.a (mgr.14403) 26841 : cluster 0 pgmap v20046: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:21.029 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:23:21.030 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:21.031 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:21 smithi079 bash[28699]: cluster 2023-12-08T04:23:20.103819+0000 mgr.a (mgr.14403) 26842 : cluster 0 pgmap v20047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:21 smithi194 bash[32038]: cluster 2023-12-08T04:23:20.103819+0000 mgr.a (mgr.14403) 26842 : cluster 0 pgmap v20047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:21 smithi135 bash[32435]: cluster 2023-12-08T04:23:20.103819+0000 mgr.a (mgr.14403) 26842 : cluster 0 pgmap v20047: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:21.931 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:23:21.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:21.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:21.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:21.932 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:23:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:23 smithi079 bash[28699]: audit 2023-12-08T04:23:21.438601+0000 mgr.a (mgr.14403) 26843 : audit 0 from='client.527499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:23 smithi079 bash[28699]: cluster 2023-12-08T04:23:22.104564+0000 mgr.a (mgr.14403) 26844 : cluster 0 pgmap v20048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:23 smithi194 bash[32038]: audit 2023-12-08T04:23:21.438601+0000 mgr.a (mgr.14403) 26843 : audit 0 from='client.527499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:23 smithi194 bash[32038]: cluster 2023-12-08T04:23:22.104564+0000 mgr.a (mgr.14403) 26844 : cluster 0 pgmap v20048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:23 smithi135 bash[32435]: audit 2023-12-08T04:23:21.438601+0000 mgr.a (mgr.14403) 26843 : audit 0 from='client.527499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:23 smithi135 bash[32435]: cluster 2023-12-08T04:23:22.104564+0000 mgr.a (mgr.14403) 26844 : cluster 0 pgmap v20048: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:25 smithi079 bash[28699]: cluster 2023-12-08T04:23:24.105408+0000 mgr.a (mgr.14403) 26845 : cluster 0 pgmap v20049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:25 smithi194 bash[32038]: cluster 2023-12-08T04:23:24.105408+0000 mgr.a (mgr.14403) 26845 : cluster 0 pgmap v20049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:25 smithi135 bash[32435]: cluster 2023-12-08T04:23:24.105408+0000 mgr.a (mgr.14403) 26845 : cluster 0 pgmap v20049: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:26.934 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:23:26.935 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:26.935 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:27 smithi079 bash[28699]: cluster 2023-12-08T04:23:26.106069+0000 mgr.a (mgr.14403) 26846 : cluster 0 pgmap v20050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:27 smithi194 bash[32038]: cluster 2023-12-08T04:23:26.106069+0000 mgr.a (mgr.14403) 26846 : cluster 0 pgmap v20050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:27 smithi135 bash[32435]: cluster 2023-12-08T04:23:26.106069+0000 mgr.a (mgr.14403) 26846 : cluster 0 pgmap v20050: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:27.847 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:23:27.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:27.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:27.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:27.848 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:23:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:28 smithi079 bash[28699]: audit 2023-12-08T04:23:27.343377+0000 mgr.a (mgr.14403) 26847 : audit 0 from='client.527577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:28 smithi194 bash[32038]: audit 2023-12-08T04:23:27.343377+0000 mgr.a (mgr.14403) 26847 : audit 0 from='client.527577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:28 smithi135 bash[32435]: audit 2023-12-08T04:23:27.343377+0000 mgr.a (mgr.14403) 26847 : audit 0 from='client.527577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:29 smithi079 bash[28699]: cluster 2023-12-08T04:23:28.106829+0000 mgr.a (mgr.14403) 26848 : cluster 0 pgmap v20051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:29 smithi194 bash[32038]: cluster 2023-12-08T04:23:28.106829+0000 mgr.a (mgr.14403) 26848 : cluster 0 pgmap v20051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:29 smithi135 bash[32435]: cluster 2023-12-08T04:23:28.106829+0000 mgr.a (mgr.14403) 26848 : cluster 0 pgmap v20051: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:31 smithi079 bash[28699]: cluster 2023-12-08T04:23:30.107673+0000 mgr.a (mgr.14403) 26849 : cluster 0 pgmap v20052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:31 smithi194 bash[32038]: cluster 2023-12-08T04:23:30.107673+0000 mgr.a (mgr.14403) 26849 : cluster 0 pgmap v20052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:31 smithi135 bash[32435]: cluster 2023-12-08T04:23:30.107673+0000 mgr.a (mgr.14403) 26849 : cluster 0 pgmap v20052: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:32.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:23:32.852 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:32.852 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:33 smithi079 bash[28699]: cluster 2023-12-08T04:23:32.108219+0000 mgr.a (mgr.14403) 26850 : cluster 0 pgmap v20053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:33 smithi194 bash[32038]: cluster 2023-12-08T04:23:32.108219+0000 mgr.a (mgr.14403) 26850 : cluster 0 pgmap v20053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:33 smithi135 bash[32435]: cluster 2023-12-08T04:23:32.108219+0000 mgr.a (mgr.14403) 26850 : cluster 0 pgmap v20053: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:33.779 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:23:33.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:33.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:33.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:33.780 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:23:34.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:34 smithi079 bash[28699]: audit 2023-12-08T04:23:33.254732+0000 mgr.a (mgr.14403) 26851 : audit 0 from='client.527649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:34 smithi194 bash[32038]: audit 2023-12-08T04:23:33.254732+0000 mgr.a (mgr.14403) 26851 : audit 0 from='client.527649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:34 smithi135 bash[32435]: audit 2023-12-08T04:23:33.254732+0000 mgr.a (mgr.14403) 26851 : audit 0 from='client.527649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:35 smithi079 bash[28699]: cluster 2023-12-08T04:23:34.109172+0000 mgr.a (mgr.14403) 26852 : cluster 0 pgmap v20054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T04:23:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:35 smithi194 bash[32038]: cluster 2023-12-08T04:23:34.109172+0000 mgr.a (mgr.14403) 26852 : cluster 0 pgmap v20054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T04:23:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:35 smithi135 bash[32435]: cluster 2023-12-08T04:23:34.109172+0000 mgr.a (mgr.14403) 26852 : cluster 0 pgmap v20054: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T04:23:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:37 smithi079 bash[28699]: cluster 2023-12-08T04:23:36.109773+0000 mgr.a (mgr.14403) 26853 : cluster 0 pgmap v20055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:23:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:37 smithi194 bash[32038]: cluster 2023-12-08T04:23:36.109773+0000 mgr.a (mgr.14403) 26853 : cluster 0 pgmap v20055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:23:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:37 smithi135 bash[32435]: cluster 2023-12-08T04:23:36.109773+0000 mgr.a (mgr.14403) 26853 : cluster 0 pgmap v20055: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:23:38.782 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:23:38.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:38.783 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:39 smithi079 bash[28699]: cluster 2023-12-08T04:23:38.110338+0000 mgr.a (mgr.14403) 26854 : cluster 0 pgmap v20056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:23:39.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:39.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:39.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:39.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:23:39.666 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:23:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:39 smithi194 bash[32038]: cluster 2023-12-08T04:23:38.110338+0000 mgr.a (mgr.14403) 26854 : cluster 0 pgmap v20056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:23:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:39 smithi135 bash[32435]: cluster 2023-12-08T04:23:38.110338+0000 mgr.a (mgr.14403) 26854 : cluster 0 pgmap v20056: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:23:40.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:40 smithi079 bash[28699]: audit 2023-12-08T04:23:39.181895+0000 mgr.a (mgr.14403) 26855 : audit 0 from='client.527724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:40.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:40 smithi194 bash[32038]: audit 2023-12-08T04:23:39.181895+0000 mgr.a (mgr.14403) 26855 : audit 0 from='client.527724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:40.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:40 smithi135 bash[32435]: audit 2023-12-08T04:23:39.181895+0000 mgr.a (mgr.14403) 26855 : audit 0 from='client.527724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:41 smithi079 bash[28699]: cluster 2023-12-08T04:23:40.111380+0000 mgr.a (mgr.14403) 26856 : cluster 0 pgmap v20057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:41 smithi194 bash[32038]: cluster 2023-12-08T04:23:40.111380+0000 mgr.a (mgr.14403) 26856 : cluster 0 pgmap v20057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:41 smithi135 bash[32435]: cluster 2023-12-08T04:23:40.111380+0000 mgr.a (mgr.14403) 26856 : cluster 0 pgmap v20057: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:43 smithi079 bash[28699]: cluster 2023-12-08T04:23:42.111972+0000 mgr.a (mgr.14403) 26857 : cluster 0 pgmap v20058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:43 smithi194 bash[32038]: cluster 2023-12-08T04:23:42.111972+0000 mgr.a (mgr.14403) 26857 : cluster 0 pgmap v20058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:43 smithi135 bash[32435]: cluster 2023-12-08T04:23:42.111972+0000 mgr.a (mgr.14403) 26857 : cluster 0 pgmap v20058: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:23:44.669 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:23:44.670 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:44.670 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:45.560 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:23:45.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:45.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:45.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:45.561 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:23:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:45 smithi079 bash[28699]: cluster 2023-12-08T04:23:44.112713+0000 mgr.a (mgr.14403) 26858 : cluster 0 pgmap v20059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:45 smithi194 bash[32038]: cluster 2023-12-08T04:23:44.112713+0000 mgr.a (mgr.14403) 26858 : cluster 0 pgmap v20059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:45 smithi135 bash[32435]: cluster 2023-12-08T04:23:44.112713+0000 mgr.a (mgr.14403) 26858 : cluster 0 pgmap v20059: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:46.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:46 smithi079 bash[28699]: audit 2023-12-08T04:23:45.072122+0000 mgr.a (mgr.14403) 26859 : audit 0 from='client.527799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:46 smithi194 bash[32038]: audit 2023-12-08T04:23:45.072122+0000 mgr.a (mgr.14403) 26859 : audit 0 from='client.527799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:46 smithi135 bash[32435]: audit 2023-12-08T04:23:45.072122+0000 mgr.a (mgr.14403) 26859 : audit 0 from='client.527799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:47 smithi079 bash[28699]: cluster 2023-12-08T04:23:46.113359+0000 mgr.a (mgr.14403) 26860 : cluster 0 pgmap v20060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:23:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:47 smithi194 bash[32038]: cluster 2023-12-08T04:23:46.113359+0000 mgr.a (mgr.14403) 26860 : cluster 0 pgmap v20060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:23:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:47 smithi135 bash[32435]: cluster 2023-12-08T04:23:46.113359+0000 mgr.a (mgr.14403) 26860 : cluster 0 pgmap v20060: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:23:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:48 smithi079 bash[28699]: cluster 2023-12-08T04:23:48.113956+0000 mgr.a (mgr.14403) 26861 : cluster 0 pgmap v20061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:23:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:48 smithi194 bash[32038]: cluster 2023-12-08T04:23:48.113956+0000 mgr.a (mgr.14403) 26861 : cluster 0 pgmap v20061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:23:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:48 smithi135 bash[32435]: cluster 2023-12-08T04:23:48.113956+0000 mgr.a (mgr.14403) 26861 : cluster 0 pgmap v20061: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-08T04:23:50.563 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:23:50.565 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:50.565 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:51.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:51 smithi194 bash[32038]: cluster 2023-12-08T04:23:50.114755+0000 mgr.a (mgr.14403) 26862 : cluster 0 pgmap v20062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T04:23:51.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:51 smithi135 bash[32435]: cluster 2023-12-08T04:23:50.114755+0000 mgr.a (mgr.14403) 26862 : cluster 0 pgmap v20062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T04:23:51.465 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:23:51.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:51.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:51.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:51.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:23:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:51 smithi079 bash[28699]: cluster 2023-12-08T04:23:50.114755+0000 mgr.a (mgr.14403) 26862 : cluster 0 pgmap v20062: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.5 KiB/s rd, 2 op/s 2023-12-08T04:23:52.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:52 smithi194 bash[32038]: audit 2023-12-08T04:23:50.965167+0000 mgr.a (mgr.14403) 26863 : audit 0 from='client.527874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:52.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:52 smithi135 bash[32435]: audit 2023-12-08T04:23:50.965167+0000 mgr.a (mgr.14403) 26863 : audit 0 from='client.527874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:52.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:52 smithi079 bash[28699]: audit 2023-12-08T04:23:50.965167+0000 mgr.a (mgr.14403) 26863 : audit 0 from='client.527874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:53 smithi079 bash[28699]: cluster 2023-12-08T04:23:52.115439+0000 mgr.a (mgr.14403) 26864 : cluster 0 pgmap v20063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:53 smithi194 bash[32038]: cluster 2023-12-08T04:23:52.115439+0000 mgr.a (mgr.14403) 26864 : cluster 0 pgmap v20063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:53 smithi135 bash[32435]: cluster 2023-12-08T04:23:52.115439+0000 mgr.a (mgr.14403) 26864 : cluster 0 pgmap v20063: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:55 smithi079 bash[28699]: cluster 2023-12-08T04:23:54.116321+0000 mgr.a (mgr.14403) 26865 : cluster 0 pgmap v20064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:55 smithi194 bash[32038]: cluster 2023-12-08T04:23:54.116321+0000 mgr.a (mgr.14403) 26865 : cluster 0 pgmap v20064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:55 smithi135 bash[32435]: cluster 2023-12-08T04:23:54.116321+0000 mgr.a (mgr.14403) 26865 : cluster 0 pgmap v20064: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:23:56.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:23:56.467 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:23:56.467 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:23:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:56 smithi079 bash[28699]: audit 2023-12-08T04:23:56.000629+0000 mon.a (mon.0) 4157 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:23:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:56 smithi194 bash[32038]: audit 2023-12-08T04:23:56.000629+0000 mon.a (mon.0) 4157 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:23:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:56 smithi135 bash[32435]: audit 2023-12-08T04:23:56.000629+0000 mon.a (mon.0) 4157 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:23:57.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:23:57.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:23:57.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:23:57.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:23:57.383 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:23:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:57 smithi079 bash[28699]: cluster 2023-12-08T04:23:56.116906+0000 mgr.a (mgr.14403) 26866 : cluster 0 pgmap v20065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:57 smithi079 bash[28699]: audit 2023-12-08T04:23:56.786149+0000 mon.a (mon.0) 4158 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:23:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:57 smithi079 bash[28699]: audit 2023-12-08T04:23:56.787808+0000 mon.a (mon.0) 4159 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:23:57.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:57 smithi079 bash[28699]: audit 2023-12-08T04:23:56.796814+0000 mon.a (mon.0) 4160 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:23:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:57 smithi194 bash[32038]: cluster 2023-12-08T04:23:56.116906+0000 mgr.a (mgr.14403) 26866 : cluster 0 pgmap v20065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:57 smithi194 bash[32038]: audit 2023-12-08T04:23:56.786149+0000 mon.a (mon.0) 4158 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:23:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:57 smithi194 bash[32038]: audit 2023-12-08T04:23:56.787808+0000 mon.a (mon.0) 4159 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:23:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:57 smithi194 bash[32038]: audit 2023-12-08T04:23:56.796814+0000 mon.a (mon.0) 4160 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:23:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:57 smithi135 bash[32435]: cluster 2023-12-08T04:23:56.116906+0000 mgr.a (mgr.14403) 26866 : cluster 0 pgmap v20065: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:57 smithi135 bash[32435]: audit 2023-12-08T04:23:56.786149+0000 mon.a (mon.0) 4158 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:23:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:57 smithi135 bash[32435]: audit 2023-12-08T04:23:56.787808+0000 mon.a (mon.0) 4159 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:23:57.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:57 smithi135 bash[32435]: audit 2023-12-08T04:23:56.796814+0000 mon.a (mon.0) 4160 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:23:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:58 smithi079 bash[28699]: audit 2023-12-08T04:23:56.874135+0000 mgr.a (mgr.14403) 26867 : audit 0 from='client.527949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:58 smithi194 bash[32038]: audit 2023-12-08T04:23:56.874135+0000 mgr.a (mgr.14403) 26867 : audit 0 from='client.527949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:58 smithi135 bash[32435]: audit 2023-12-08T04:23:56.874135+0000 mgr.a (mgr.14403) 26867 : audit 0 from='client.527949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:23:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:23:59 smithi079 bash[28699]: cluster 2023-12-08T04:23:58.117546+0000 mgr.a (mgr.14403) 26868 : cluster 0 pgmap v20066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:23:59 smithi194 bash[32038]: cluster 2023-12-08T04:23:58.117546+0000 mgr.a (mgr.14403) 26868 : cluster 0 pgmap v20066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:23:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:23:59 smithi135 bash[32435]: cluster 2023-12-08T04:23:58.117546+0000 mgr.a (mgr.14403) 26868 : cluster 0 pgmap v20066: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:01.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:01 smithi079 bash[28699]: cluster 2023-12-08T04:24:00.118430+0000 mgr.a (mgr.14403) 26869 : cluster 0 pgmap v20067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:01 smithi194 bash[32038]: cluster 2023-12-08T04:24:00.118430+0000 mgr.a (mgr.14403) 26869 : cluster 0 pgmap v20067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:01.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:01 smithi135 bash[32435]: cluster 2023-12-08T04:24:00.118430+0000 mgr.a (mgr.14403) 26869 : cluster 0 pgmap v20067: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:02.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:24:02.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:02.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:03.290 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:24:03.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:03.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:03.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:03.291 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:24:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:03 smithi079 bash[28699]: cluster 2023-12-08T04:24:02.119000+0000 mgr.a (mgr.14403) 26870 : cluster 0 pgmap v20068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:03 smithi194 bash[32038]: cluster 2023-12-08T04:24:02.119000+0000 mgr.a (mgr.14403) 26870 : cluster 0 pgmap v20068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:03 smithi135 bash[32435]: cluster 2023-12-08T04:24:02.119000+0000 mgr.a (mgr.14403) 26870 : cluster 0 pgmap v20068: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:04 smithi079 bash[28699]: audit 2023-12-08T04:24:02.784407+0000 mgr.a (mgr.14403) 26871 : audit 0 from='client.528024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:04 smithi194 bash[32038]: audit 2023-12-08T04:24:02.784407+0000 mgr.a (mgr.14403) 26871 : audit 0 from='client.528024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:04 smithi135 bash[32435]: audit 2023-12-08T04:24:02.784407+0000 mgr.a (mgr.14403) 26871 : audit 0 from='client.528024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:05 smithi079 bash[28699]: cluster 2023-12-08T04:24:04.119907+0000 mgr.a (mgr.14403) 26872 : cluster 0 pgmap v20069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:05 smithi194 bash[32038]: cluster 2023-12-08T04:24:04.119907+0000 mgr.a (mgr.14403) 26872 : cluster 0 pgmap v20069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:05 smithi135 bash[32435]: cluster 2023-12-08T04:24:04.119907+0000 mgr.a (mgr.14403) 26872 : cluster 0 pgmap v20069: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:07 smithi079 bash[28699]: cluster 2023-12-08T04:24:06.120470+0000 mgr.a (mgr.14403) 26873 : cluster 0 pgmap v20070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:07 smithi194 bash[32038]: cluster 2023-12-08T04:24:06.120470+0000 mgr.a (mgr.14403) 26873 : cluster 0 pgmap v20070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:07 smithi135 bash[32435]: cluster 2023-12-08T04:24:06.120470+0000 mgr.a (mgr.14403) 26873 : cluster 0 pgmap v20070: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:08.293 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:24:08.294 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:08.294 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:09.210 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:24:09.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:09.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:09.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:09.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:24:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:09 smithi079 bash[28699]: cluster 2023-12-08T04:24:08.121031+0000 mgr.a (mgr.14403) 26874 : cluster 0 pgmap v20071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:09 smithi194 bash[32038]: cluster 2023-12-08T04:24:08.121031+0000 mgr.a (mgr.14403) 26874 : cluster 0 pgmap v20071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:09 smithi135 bash[32435]: cluster 2023-12-08T04:24:08.121031+0000 mgr.a (mgr.14403) 26874 : cluster 0 pgmap v20071: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:10.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:10 smithi079 bash[28699]: audit 2023-12-08T04:24:08.694749+0000 mgr.a (mgr.14403) 26875 : audit 0 from='client.528099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:10.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:10 smithi194 bash[32038]: audit 2023-12-08T04:24:08.694749+0000 mgr.a (mgr.14403) 26875 : audit 0 from='client.528099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:10.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:10 smithi135 bash[32435]: audit 2023-12-08T04:24:08.694749+0000 mgr.a (mgr.14403) 26875 : audit 0 from='client.528099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:11 smithi079 bash[28699]: cluster 2023-12-08T04:24:10.122021+0000 mgr.a (mgr.14403) 26876 : cluster 0 pgmap v20072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:11 smithi194 bash[32038]: cluster 2023-12-08T04:24:10.122021+0000 mgr.a (mgr.14403) 26876 : cluster 0 pgmap v20072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:11 smithi135 bash[32435]: cluster 2023-12-08T04:24:10.122021+0000 mgr.a (mgr.14403) 26876 : cluster 0 pgmap v20072: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:13 smithi079 bash[28699]: cluster 2023-12-08T04:24:12.122652+0000 mgr.a (mgr.14403) 26877 : cluster 0 pgmap v20073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:13 smithi194 bash[32038]: cluster 2023-12-08T04:24:12.122652+0000 mgr.a (mgr.14403) 26877 : cluster 0 pgmap v20073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:13 smithi135 bash[32435]: cluster 2023-12-08T04:24:12.122652+0000 mgr.a (mgr.14403) 26877 : cluster 0 pgmap v20073: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:14.212 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:24:14.213 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:14.214 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:15.143 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:24:15.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:15.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:15.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:15.144 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:24:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:15 smithi079 bash[28699]: cluster 2023-12-08T04:24:14.123555+0000 mgr.a (mgr.14403) 26878 : cluster 0 pgmap v20074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:15 smithi194 bash[32038]: cluster 2023-12-08T04:24:14.123555+0000 mgr.a (mgr.14403) 26878 : cluster 0 pgmap v20074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:15 smithi135 bash[32435]: cluster 2023-12-08T04:24:14.123555+0000 mgr.a (mgr.14403) 26878 : cluster 0 pgmap v20074: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:16.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:16 smithi079 bash[28699]: audit 2023-12-08T04:24:14.628931+0000 mgr.a (mgr.14403) 26879 : audit 0 from='client.398206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:16.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:16 smithi194 bash[32038]: audit 2023-12-08T04:24:14.628931+0000 mgr.a (mgr.14403) 26879 : audit 0 from='client.398206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:16.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:16 smithi135 bash[32435]: audit 2023-12-08T04:24:14.628931+0000 mgr.a (mgr.14403) 26879 : audit 0 from='client.398206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:17 smithi079 bash[28699]: cluster 2023-12-08T04:24:16.124224+0000 mgr.a (mgr.14403) 26880 : cluster 0 pgmap v20075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:17 smithi194 bash[32038]: cluster 2023-12-08T04:24:16.124224+0000 mgr.a (mgr.14403) 26880 : cluster 0 pgmap v20075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:17 smithi135 bash[32435]: cluster 2023-12-08T04:24:16.124224+0000 mgr.a (mgr.14403) 26880 : cluster 0 pgmap v20075: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:19 smithi079 bash[28699]: cluster 2023-12-08T04:24:18.124806+0000 mgr.a (mgr.14403) 26881 : cluster 0 pgmap v20076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:19 smithi194 bash[32038]: cluster 2023-12-08T04:24:18.124806+0000 mgr.a (mgr.14403) 26881 : cluster 0 pgmap v20076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:19 smithi135 bash[32435]: cluster 2023-12-08T04:24:18.124806+0000 mgr.a (mgr.14403) 26881 : cluster 0 pgmap v20076: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:20.146 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:24:20.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:20.147 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:21.070 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:24:21.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:21.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:21.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:21.070 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:24:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:21 smithi079 bash[28699]: cluster 2023-12-08T04:24:20.125619+0000 mgr.a (mgr.14403) 26882 : cluster 0 pgmap v20077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:21 smithi194 bash[32038]: cluster 2023-12-08T04:24:20.125619+0000 mgr.a (mgr.14403) 26882 : cluster 0 pgmap v20077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:21 smithi135 bash[32435]: cluster 2023-12-08T04:24:20.125619+0000 mgr.a (mgr.14403) 26882 : cluster 0 pgmap v20077: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:22.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:22 smithi079 bash[28699]: audit 2023-12-08T04:24:20.553621+0000 mgr.a (mgr.14403) 26883 : audit 0 from='client.528252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:22 smithi194 bash[32038]: audit 2023-12-08T04:24:20.553621+0000 mgr.a (mgr.14403) 26883 : audit 0 from='client.528252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:22 smithi135 bash[32435]: audit 2023-12-08T04:24:20.553621+0000 mgr.a (mgr.14403) 26883 : audit 0 from='client.528252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:23 smithi079 bash[28699]: cluster 2023-12-08T04:24:22.126267+0000 mgr.a (mgr.14403) 26884 : cluster 0 pgmap v20078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:23 smithi194 bash[32038]: cluster 2023-12-08T04:24:22.126267+0000 mgr.a (mgr.14403) 26884 : cluster 0 pgmap v20078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:23 smithi135 bash[32435]: cluster 2023-12-08T04:24:22.126267+0000 mgr.a (mgr.14403) 26884 : cluster 0 pgmap v20078: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:25 smithi079 bash[28699]: cluster 2023-12-08T04:24:24.127130+0000 mgr.a (mgr.14403) 26885 : cluster 0 pgmap v20079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:25 smithi194 bash[32038]: cluster 2023-12-08T04:24:24.127130+0000 mgr.a (mgr.14403) 26885 : cluster 0 pgmap v20079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:25 smithi135 bash[32435]: cluster 2023-12-08T04:24:24.127130+0000 mgr.a (mgr.14403) 26885 : cluster 0 pgmap v20079: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:26.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:24:26.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:26.074 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:26.949 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:24:26.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:26.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:26.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:26.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:24:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:27 smithi079 bash[28699]: cluster 2023-12-08T04:24:26.127771+0000 mgr.a (mgr.14403) 26886 : cluster 0 pgmap v20080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:27 smithi194 bash[32038]: cluster 2023-12-08T04:24:26.127771+0000 mgr.a (mgr.14403) 26886 : cluster 0 pgmap v20080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:27 smithi135 bash[32435]: cluster 2023-12-08T04:24:26.127771+0000 mgr.a (mgr.14403) 26886 : cluster 0 pgmap v20080: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:28.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:28 smithi079 bash[28699]: audit 2023-12-08T04:24:26.471047+0000 mgr.a (mgr.14403) 26887 : audit 0 from='client.528330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:28 smithi194 bash[32038]: audit 2023-12-08T04:24:26.471047+0000 mgr.a (mgr.14403) 26887 : audit 0 from='client.528330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:28.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:28 smithi135 bash[32435]: audit 2023-12-08T04:24:26.471047+0000 mgr.a (mgr.14403) 26887 : audit 0 from='client.528330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:29 smithi079 bash[28699]: cluster 2023-12-08T04:24:28.128525+0000 mgr.a (mgr.14403) 26888 : cluster 0 pgmap v20081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:29 smithi194 bash[32038]: cluster 2023-12-08T04:24:28.128525+0000 mgr.a (mgr.14403) 26888 : cluster 0 pgmap v20081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:29 smithi135 bash[32435]: cluster 2023-12-08T04:24:28.128525+0000 mgr.a (mgr.14403) 26888 : cluster 0 pgmap v20081: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:31 smithi079 bash[28699]: cluster 2023-12-08T04:24:30.129380+0000 mgr.a (mgr.14403) 26889 : cluster 0 pgmap v20082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:31 smithi194 bash[32038]: cluster 2023-12-08T04:24:30.129380+0000 mgr.a (mgr.14403) 26889 : cluster 0 pgmap v20082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:31 smithi135 bash[32435]: cluster 2023-12-08T04:24:30.129380+0000 mgr.a (mgr.14403) 26889 : cluster 0 pgmap v20082: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:31.951 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:24:31.952 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:31.952 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:32.896 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:24:32.896 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:32.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:32.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:32.897 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:24:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:33 smithi079 bash[28699]: cluster 2023-12-08T04:24:32.129945+0000 mgr.a (mgr.14403) 26890 : cluster 0 pgmap v20083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:33 smithi079 bash[28699]: audit 2023-12-08T04:24:32.359300+0000 mgr.a (mgr.14403) 26891 : audit 0 from='client.528399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:33 smithi194 bash[32038]: cluster 2023-12-08T04:24:32.129945+0000 mgr.a (mgr.14403) 26890 : cluster 0 pgmap v20083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:33 smithi194 bash[32038]: audit 2023-12-08T04:24:32.359300+0000 mgr.a (mgr.14403) 26891 : audit 0 from='client.528399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:33 smithi135 bash[32435]: cluster 2023-12-08T04:24:32.129945+0000 mgr.a (mgr.14403) 26890 : cluster 0 pgmap v20083: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:33 smithi135 bash[32435]: audit 2023-12-08T04:24:32.359300+0000 mgr.a (mgr.14403) 26891 : audit 0 from='client.528399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:35 smithi079 bash[28699]: cluster 2023-12-08T04:24:34.131047+0000 mgr.a (mgr.14403) 26892 : cluster 0 pgmap v20084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:35 smithi194 bash[32038]: cluster 2023-12-08T04:24:34.131047+0000 mgr.a (mgr.14403) 26892 : cluster 0 pgmap v20084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:35 smithi135 bash[32435]: cluster 2023-12-08T04:24:34.131047+0000 mgr.a (mgr.14403) 26892 : cluster 0 pgmap v20084: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:24:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:37 smithi079 bash[28699]: cluster 2023-12-08T04:24:36.131602+0000 mgr.a (mgr.14403) 26893 : cluster 0 pgmap v20085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:37 smithi194 bash[32038]: cluster 2023-12-08T04:24:36.131602+0000 mgr.a (mgr.14403) 26893 : cluster 0 pgmap v20085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:37 smithi135 bash[32435]: cluster 2023-12-08T04:24:36.131602+0000 mgr.a (mgr.14403) 26893 : cluster 0 pgmap v20085: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:37.898 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:24:37.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:37.899 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:38 smithi079 bash[28699]: cluster 2023-12-08T04:24:38.132280+0000 mgr.a (mgr.14403) 26894 : cluster 0 pgmap v20086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:38 smithi079 bash[28699]: audit 2023-12-08T04:24:38.300238+0000 mgr.a (mgr.14403) 26895 : audit 0 from='client.528474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:38 smithi194 bash[32038]: cluster 2023-12-08T04:24:38.132280+0000 mgr.a (mgr.14403) 26894 : cluster 0 pgmap v20086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:38 smithi194 bash[32038]: audit 2023-12-08T04:24:38.300238+0000 mgr.a (mgr.14403) 26895 : audit 0 from='client.528474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:38 smithi135 bash[32435]: cluster 2023-12-08T04:24:38.132280+0000 mgr.a (mgr.14403) 26894 : cluster 0 pgmap v20086: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:38 smithi135 bash[32435]: audit 2023-12-08T04:24:38.300238+0000 mgr.a (mgr.14403) 26895 : audit 0 from='client.528474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:38.806 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:24:38.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:38.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:38.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:38.807 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:24:41.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:41 smithi194 bash[32038]: cluster 2023-12-08T04:24:40.133265+0000 mgr.a (mgr.14403) 26896 : cluster 0 pgmap v20087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:24:41.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:41 smithi135 bash[32435]: cluster 2023-12-08T04:24:40.133265+0000 mgr.a (mgr.14403) 26896 : cluster 0 pgmap v20087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:24:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:41 smithi079 bash[28699]: cluster 2023-12-08T04:24:40.133265+0000 mgr.a (mgr.14403) 26896 : cluster 0 pgmap v20087: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-08T04:24:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:43 smithi079 bash[28699]: cluster 2023-12-08T04:24:42.133872+0000 mgr.a (mgr.14403) 26897 : cluster 0 pgmap v20088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:24:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:43 smithi194 bash[32038]: cluster 2023-12-08T04:24:42.133872+0000 mgr.a (mgr.14403) 26897 : cluster 0 pgmap v20088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:24:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:43 smithi135 bash[32435]: cluster 2023-12-08T04:24:42.133872+0000 mgr.a (mgr.14403) 26897 : cluster 0 pgmap v20088: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-08T04:24:43.809 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:24:43.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:43.810 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:44.710 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:24:44.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:44.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:44.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:44.710 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:24:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:45 smithi079 bash[28699]: cluster 2023-12-08T04:24:44.134573+0000 mgr.a (mgr.14403) 26898 : cluster 0 pgmap v20089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:45.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:45 smithi079 bash[28699]: audit 2023-12-08T04:24:44.212457+0000 mgr.a (mgr.14403) 26899 : audit 0 from='client.528549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:45 smithi194 bash[32038]: cluster 2023-12-08T04:24:44.134573+0000 mgr.a (mgr.14403) 26898 : cluster 0 pgmap v20089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:45 smithi194 bash[32038]: audit 2023-12-08T04:24:44.212457+0000 mgr.a (mgr.14403) 26899 : audit 0 from='client.528549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:45 smithi135 bash[32435]: cluster 2023-12-08T04:24:44.134573+0000 mgr.a (mgr.14403) 26898 : cluster 0 pgmap v20089: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:45 smithi135 bash[32435]: audit 2023-12-08T04:24:44.212457+0000 mgr.a (mgr.14403) 26899 : audit 0 from='client.528549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:47 smithi079 bash[28699]: cluster 2023-12-08T04:24:46.135296+0000 mgr.a (mgr.14403) 26900 : cluster 0 pgmap v20090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:47 smithi194 bash[32038]: cluster 2023-12-08T04:24:46.135296+0000 mgr.a (mgr.14403) 26900 : cluster 0 pgmap v20090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:47 smithi135 bash[32435]: cluster 2023-12-08T04:24:46.135296+0000 mgr.a (mgr.14403) 26900 : cluster 0 pgmap v20090: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:49 smithi079 bash[28699]: cluster 2023-12-08T04:24:48.135805+0000 mgr.a (mgr.14403) 26901 : cluster 0 pgmap v20091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:49 smithi194 bash[32038]: cluster 2023-12-08T04:24:48.135805+0000 mgr.a (mgr.14403) 26901 : cluster 0 pgmap v20091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:49 smithi135 bash[32435]: cluster 2023-12-08T04:24:48.135805+0000 mgr.a (mgr.14403) 26901 : cluster 0 pgmap v20091: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:24:49.711 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:24:49.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:49.712 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:50.676 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:24:50.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:50.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:50.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:50.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:24:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:51 smithi079 bash[28699]: cluster 2023-12-08T04:24:50.136278+0000 mgr.a (mgr.14403) 26902 : cluster 0 pgmap v20092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:51 smithi079 bash[28699]: audit 2023-12-08T04:24:50.168328+0000 mgr.a (mgr.14403) 26903 : audit 0 from='client.528621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:51 smithi194 bash[32038]: cluster 2023-12-08T04:24:50.136278+0000 mgr.a (mgr.14403) 26902 : cluster 0 pgmap v20092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:51.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:51 smithi194 bash[32038]: audit 2023-12-08T04:24:50.168328+0000 mgr.a (mgr.14403) 26903 : audit 0 from='client.528621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:51 smithi135 bash[32435]: cluster 2023-12-08T04:24:50.136278+0000 mgr.a (mgr.14403) 26902 : cluster 0 pgmap v20092: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:51 smithi135 bash[32435]: audit 2023-12-08T04:24:50.168328+0000 mgr.a (mgr.14403) 26903 : audit 0 from='client.528621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:53 smithi079 bash[28699]: cluster 2023-12-08T04:24:52.137030+0000 mgr.a (mgr.14403) 26904 : cluster 0 pgmap v20093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:24:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:53 smithi194 bash[32038]: cluster 2023-12-08T04:24:52.137030+0000 mgr.a (mgr.14403) 26904 : cluster 0 pgmap v20093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:24:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:53 smithi135 bash[32435]: cluster 2023-12-08T04:24:52.137030+0000 mgr.a (mgr.14403) 26904 : cluster 0 pgmap v20093: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-12-08T04:24:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:55 smithi079 bash[28699]: cluster 2023-12-08T04:24:54.137914+0000 mgr.a (mgr.14403) 26905 : cluster 0 pgmap v20094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:24:55.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:24:55.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:24:55.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:24:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:55 smithi194 bash[32038]: cluster 2023-12-08T04:24:54.137914+0000 mgr.a (mgr.14403) 26905 : cluster 0 pgmap v20094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:24:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:55 smithi135 bash[32435]: cluster 2023-12-08T04:24:54.137914+0000 mgr.a (mgr.14403) 26905 : cluster 0 pgmap v20094: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-08T04:24:56.599 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:24:56.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:24:56.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:24:56.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:24:56.600 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:24:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:57 smithi079 bash[28699]: audit 2023-12-08T04:24:56.078930+0000 mgr.a (mgr.14403) 26906 : audit 0 from='client.528699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:57 smithi079 bash[28699]: cluster 2023-12-08T04:24:56.138320+0000 mgr.a (mgr.14403) 26907 : cluster 0 pgmap v20095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:57 smithi079 bash[28699]: audit 2023-12-08T04:24:56.942213+0000 mon.a (mon.0) 4161 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:24:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:57 smithi194 bash[32038]: audit 2023-12-08T04:24:56.078930+0000 mgr.a (mgr.14403) 26906 : audit 0 from='client.528699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:57 smithi194 bash[32038]: cluster 2023-12-08T04:24:56.138320+0000 mgr.a (mgr.14403) 26907 : cluster 0 pgmap v20095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:57.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:57 smithi194 bash[32038]: audit 2023-12-08T04:24:56.942213+0000 mon.a (mon.0) 4161 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:24:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:57 smithi135 bash[32435]: audit 2023-12-08T04:24:56.078930+0000 mgr.a (mgr.14403) 26906 : audit 0 from='client.528699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:24:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:57 smithi135 bash[32435]: cluster 2023-12-08T04:24:56.138320+0000 mgr.a (mgr.14403) 26907 : cluster 0 pgmap v20095: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:57 smithi135 bash[32435]: audit 2023-12-08T04:24:56.942213+0000 mon.a (mon.0) 4161 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:24:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:58 smithi079 bash[28699]: audit 2023-12-08T04:24:57.681436+0000 mon.a (mon.0) 4162 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:24:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:58 smithi079 bash[28699]: audit 2023-12-08T04:24:57.683320+0000 mon.a (mon.0) 4163 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:24:58.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:58 smithi079 bash[28699]: audit 2023-12-08T04:24:57.691976+0000 mon.a (mon.0) 4164 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:24:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:58 smithi194 bash[32038]: audit 2023-12-08T04:24:57.681436+0000 mon.a (mon.0) 4162 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:24:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:58 smithi194 bash[32038]: audit 2023-12-08T04:24:57.683320+0000 mon.a (mon.0) 4163 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:24:58.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:58 smithi194 bash[32038]: audit 2023-12-08T04:24:57.691976+0000 mon.a (mon.0) 4164 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:24:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:58 smithi135 bash[32435]: audit 2023-12-08T04:24:57.681436+0000 mon.a (mon.0) 4162 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:24:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:58 smithi135 bash[32435]: audit 2023-12-08T04:24:57.683320+0000 mon.a (mon.0) 4163 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:24:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:58 smithi135 bash[32435]: audit 2023-12-08T04:24:57.691976+0000 mon.a (mon.0) 4164 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:24:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:24:59 smithi079 bash[28699]: cluster 2023-12-08T04:24:58.138857+0000 mgr.a (mgr.14403) 26908 : cluster 0 pgmap v20096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:24:59 smithi194 bash[32038]: cluster 2023-12-08T04:24:58.138857+0000 mgr.a (mgr.14403) 26908 : cluster 0 pgmap v20096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:24:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:24:59 smithi135 bash[32435]: cluster 2023-12-08T04:24:58.138857+0000 mgr.a (mgr.14403) 26908 : cluster 0 pgmap v20096: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:01.601 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:25:01.601 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:01.602 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:01.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:01 smithi079 bash[28699]: cluster 2023-12-08T04:25:00.139610+0000 mgr.a (mgr.14403) 26909 : cluster 0 pgmap v20097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:01 smithi194 bash[32038]: cluster 2023-12-08T04:25:00.139610+0000 mgr.a (mgr.14403) 26909 : cluster 0 pgmap v20097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:01.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:01 smithi135 bash[32435]: cluster 2023-12-08T04:25:00.139610+0000 mgr.a (mgr.14403) 26909 : cluster 0 pgmap v20097: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:02.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:02.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:02.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:02.494 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:25:02.495 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:25:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:03 smithi079 bash[28699]: audit 2023-12-08T04:25:02.000072+0000 mgr.a (mgr.14403) 26910 : audit 0 from='client.528771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:03 smithi079 bash[28699]: cluster 2023-12-08T04:25:02.144084+0000 mgr.a (mgr.14403) 26911 : cluster 0 pgmap v20098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:03 smithi194 bash[32038]: audit 2023-12-08T04:25:02.000072+0000 mgr.a (mgr.14403) 26910 : audit 0 from='client.528771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:03 smithi194 bash[32038]: cluster 2023-12-08T04:25:02.144084+0000 mgr.a (mgr.14403) 26911 : cluster 0 pgmap v20098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:03 smithi135 bash[32435]: audit 2023-12-08T04:25:02.000072+0000 mgr.a (mgr.14403) 26910 : audit 0 from='client.528771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:03 smithi135 bash[32435]: cluster 2023-12-08T04:25:02.144084+0000 mgr.a (mgr.14403) 26911 : cluster 0 pgmap v20098: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:05 smithi079 bash[28699]: cluster 2023-12-08T04:25:04.145355+0000 mgr.a (mgr.14403) 26912 : cluster 0 pgmap v20099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:05 smithi194 bash[32038]: cluster 2023-12-08T04:25:04.145355+0000 mgr.a (mgr.14403) 26912 : cluster 0 pgmap v20099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:05 smithi135 bash[32435]: cluster 2023-12-08T04:25:04.145355+0000 mgr.a (mgr.14403) 26912 : cluster 0 pgmap v20099: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:07.497 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:25:07.498 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:07.498 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:07 smithi079 bash[28699]: cluster 2023-12-08T04:25:06.146052+0000 mgr.a (mgr.14403) 26913 : cluster 0 pgmap v20100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:07 smithi194 bash[32038]: cluster 2023-12-08T04:25:06.146052+0000 mgr.a (mgr.14403) 26913 : cluster 0 pgmap v20100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:07 smithi135 bash[32435]: cluster 2023-12-08T04:25:06.146052+0000 mgr.a (mgr.14403) 26913 : cluster 0 pgmap v20100: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:08.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:08.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:08.410 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:25:08.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:08.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:25:09.648 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:09 smithi079 bash[28699]: audit 2023-12-08T04:25:07.903126+0000 mgr.a (mgr.14403) 26914 : audit 0 from='client.528843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:09.649 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:09 smithi079 bash[28699]: cluster 2023-12-08T04:25:08.146695+0000 mgr.a (mgr.14403) 26915 : cluster 0 pgmap v20101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:09 smithi194 bash[32038]: audit 2023-12-08T04:25:07.903126+0000 mgr.a (mgr.14403) 26914 : audit 0 from='client.528843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:09 smithi194 bash[32038]: cluster 2023-12-08T04:25:08.146695+0000 mgr.a (mgr.14403) 26915 : cluster 0 pgmap v20101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:09 smithi135 bash[32435]: audit 2023-12-08T04:25:07.903126+0000 mgr.a (mgr.14403) 26914 : audit 0 from='client.528843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:09 smithi135 bash[32435]: cluster 2023-12-08T04:25:08.146695+0000 mgr.a (mgr.14403) 26915 : cluster 0 pgmap v20101: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:11 smithi079 bash[28699]: cluster 2023-12-08T04:25:10.147622+0000 mgr.a (mgr.14403) 26916 : cluster 0 pgmap v20102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:11 smithi194 bash[32038]: cluster 2023-12-08T04:25:10.147622+0000 mgr.a (mgr.14403) 26916 : cluster 0 pgmap v20102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:11 smithi135 bash[32435]: cluster 2023-12-08T04:25:10.147622+0000 mgr.a (mgr.14403) 26916 : cluster 0 pgmap v20102: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:13.412 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:25:13.413 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:13.414 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:13 smithi079 bash[28699]: cluster 2023-12-08T04:25:12.148208+0000 mgr.a (mgr.14403) 26917 : cluster 0 pgmap v20103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:13 smithi194 bash[32038]: cluster 2023-12-08T04:25:12.148208+0000 mgr.a (mgr.14403) 26917 : cluster 0 pgmap v20103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:13 smithi135 bash[32435]: cluster 2023-12-08T04:25:12.148208+0000 mgr.a (mgr.14403) 26917 : cluster 0 pgmap v20103: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:14.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:14.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:14.322 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:25:14.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:14.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:25:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:15 smithi079 bash[28699]: audit 2023-12-08T04:25:13.817947+0000 mgr.a (mgr.14403) 26918 : audit 0 from='client.528918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:15 smithi079 bash[28699]: cluster 2023-12-08T04:25:14.149354+0000 mgr.a (mgr.14403) 26919 : cluster 0 pgmap v20104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:15 smithi194 bash[32038]: audit 2023-12-08T04:25:13.817947+0000 mgr.a (mgr.14403) 26918 : audit 0 from='client.528918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:15.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:15 smithi194 bash[32038]: cluster 2023-12-08T04:25:14.149354+0000 mgr.a (mgr.14403) 26919 : cluster 0 pgmap v20104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:15 smithi135 bash[32435]: audit 2023-12-08T04:25:13.817947+0000 mgr.a (mgr.14403) 26918 : audit 0 from='client.528918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:15 smithi135 bash[32435]: cluster 2023-12-08T04:25:14.149354+0000 mgr.a (mgr.14403) 26919 : cluster 0 pgmap v20104: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:17 smithi079 bash[28699]: cluster 2023-12-08T04:25:16.150048+0000 mgr.a (mgr.14403) 26920 : cluster 0 pgmap v20105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:17 smithi194 bash[32038]: cluster 2023-12-08T04:25:16.150048+0000 mgr.a (mgr.14403) 26920 : cluster 0 pgmap v20105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:17 smithi135 bash[32435]: cluster 2023-12-08T04:25:16.150048+0000 mgr.a (mgr.14403) 26920 : cluster 0 pgmap v20105: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:19.325 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:25:19.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:19.326 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:19 smithi079 bash[28699]: cluster 2023-12-08T04:25:18.150611+0000 mgr.a (mgr.14403) 26921 : cluster 0 pgmap v20106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:19 smithi194 bash[32038]: cluster 2023-12-08T04:25:18.150611+0000 mgr.a (mgr.14403) 26921 : cluster 0 pgmap v20106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:19 smithi135 bash[32435]: cluster 2023-12-08T04:25:18.150611+0000 mgr.a (mgr.14403) 26921 : cluster 0 pgmap v20106: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:20.258 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:25:20.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:20.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:20.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:20.259 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:25:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:21 smithi079 bash[28699]: audit 2023-12-08T04:25:19.731188+0000 mgr.a (mgr.14403) 26922 : audit 0 from='client.528996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:21 smithi079 bash[28699]: cluster 2023-12-08T04:25:20.152008+0000 mgr.a (mgr.14403) 26923 : cluster 0 pgmap v20107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:21 smithi194 bash[32038]: audit 2023-12-08T04:25:19.731188+0000 mgr.a (mgr.14403) 26922 : audit 0 from='client.528996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:21 smithi194 bash[32038]: cluster 2023-12-08T04:25:20.152008+0000 mgr.a (mgr.14403) 26923 : cluster 0 pgmap v20107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:21 smithi135 bash[32435]: audit 2023-12-08T04:25:19.731188+0000 mgr.a (mgr.14403) 26922 : audit 0 from='client.528996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:21.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:21 smithi135 bash[32435]: cluster 2023-12-08T04:25:20.152008+0000 mgr.a (mgr.14403) 26923 : cluster 0 pgmap v20107: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:23 smithi079 bash[28699]: cluster 2023-12-08T04:25:22.152641+0000 mgr.a (mgr.14403) 26924 : cluster 0 pgmap v20108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:23 smithi194 bash[32038]: cluster 2023-12-08T04:25:22.152641+0000 mgr.a (mgr.14403) 26924 : cluster 0 pgmap v20108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:23 smithi135 bash[32435]: cluster 2023-12-08T04:25:22.152641+0000 mgr.a (mgr.14403) 26924 : cluster 0 pgmap v20108: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:25.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:25:25.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:25.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:25 smithi079 bash[28699]: cluster 2023-12-08T04:25:24.153402+0000 mgr.a (mgr.14403) 26925 : cluster 0 pgmap v20109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:25 smithi194 bash[32038]: cluster 2023-12-08T04:25:24.153402+0000 mgr.a (mgr.14403) 26925 : cluster 0 pgmap v20109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:25 smithi135 bash[32435]: cluster 2023-12-08T04:25:24.153402+0000 mgr.a (mgr.14403) 26925 : cluster 0 pgmap v20109: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:26.171 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:25:26.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:26.171 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:26.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:26.172 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:25:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:27 smithi079 bash[28699]: audit 2023-12-08T04:25:25.664358+0000 mgr.a (mgr.14403) 26926 : audit 0 from='client.529071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:27 smithi079 bash[28699]: cluster 2023-12-08T04:25:26.154124+0000 mgr.a (mgr.14403) 26927 : cluster 0 pgmap v20110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:27 smithi194 bash[32038]: audit 2023-12-08T04:25:25.664358+0000 mgr.a (mgr.14403) 26926 : audit 0 from='client.529071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:27 smithi194 bash[32038]: cluster 2023-12-08T04:25:26.154124+0000 mgr.a (mgr.14403) 26927 : cluster 0 pgmap v20110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:27 smithi135 bash[32435]: audit 2023-12-08T04:25:25.664358+0000 mgr.a (mgr.14403) 26926 : audit 0 from='client.529071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:27 smithi135 bash[32435]: cluster 2023-12-08T04:25:26.154124+0000 mgr.a (mgr.14403) 26927 : cluster 0 pgmap v20110: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:29 smithi079 bash[28699]: cluster 2023-12-08T04:25:28.154873+0000 mgr.a (mgr.14403) 26928 : cluster 0 pgmap v20111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:29 smithi194 bash[32038]: cluster 2023-12-08T04:25:28.154873+0000 mgr.a (mgr.14403) 26928 : cluster 0 pgmap v20111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:29 smithi135 bash[32435]: cluster 2023-12-08T04:25:28.154873+0000 mgr.a (mgr.14403) 26928 : cluster 0 pgmap v20111: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:31.174 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:25:31.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:31.175 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:31 smithi079 bash[28699]: cluster 2023-12-08T04:25:30.155882+0000 mgr.a (mgr.14403) 26929 : cluster 0 pgmap v20112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:31 smithi194 bash[32038]: cluster 2023-12-08T04:25:30.155882+0000 mgr.a (mgr.14403) 26929 : cluster 0 pgmap v20112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:31 smithi135 bash[32435]: cluster 2023-12-08T04:25:30.155882+0000 mgr.a (mgr.14403) 26929 : cluster 0 pgmap v20112: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:32.090 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:25:32.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:32.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:32.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:32.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:25:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:33 smithi079 bash[28699]: audit 2023-12-08T04:25:31.578750+0000 mgr.a (mgr.14403) 26930 : audit 0 from='client.529146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:33 smithi079 bash[28699]: cluster 2023-12-08T04:25:32.156584+0000 mgr.a (mgr.14403) 26931 : cluster 0 pgmap v20113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:33.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:33 smithi194 bash[32038]: audit 2023-12-08T04:25:31.578750+0000 mgr.a (mgr.14403) 26930 : audit 0 from='client.529146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:33.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:33 smithi194 bash[32038]: cluster 2023-12-08T04:25:32.156584+0000 mgr.a (mgr.14403) 26931 : cluster 0 pgmap v20113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:33 smithi135 bash[32435]: audit 2023-12-08T04:25:31.578750+0000 mgr.a (mgr.14403) 26930 : audit 0 from='client.529146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:33 smithi135 bash[32435]: cluster 2023-12-08T04:25:32.156584+0000 mgr.a (mgr.14403) 26931 : cluster 0 pgmap v20113: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:35 smithi079 bash[28699]: cluster 2023-12-08T04:25:34.157344+0000 mgr.a (mgr.14403) 26932 : cluster 0 pgmap v20114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:35 smithi194 bash[32038]: cluster 2023-12-08T04:25:34.157344+0000 mgr.a (mgr.14403) 26932 : cluster 0 pgmap v20114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:35 smithi135 bash[32435]: cluster 2023-12-08T04:25:34.157344+0000 mgr.a (mgr.14403) 26932 : cluster 0 pgmap v20114: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:37.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:25:37.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:37.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:37 smithi079 bash[28699]: cluster 2023-12-08T04:25:36.157889+0000 mgr.a (mgr.14403) 26933 : cluster 0 pgmap v20115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:37 smithi194 bash[32038]: cluster 2023-12-08T04:25:36.157889+0000 mgr.a (mgr.14403) 26933 : cluster 0 pgmap v20115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:37 smithi135 bash[32435]: cluster 2023-12-08T04:25:36.157889+0000 mgr.a (mgr.14403) 26933 : cluster 0 pgmap v20115: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:38.003 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:25:38.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:38.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:38.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:38.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:25:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:39 smithi079 bash[28699]: audit 2023-12-08T04:25:37.501794+0000 mgr.a (mgr.14403) 26934 : audit 0 from='client.399019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:39 smithi079 bash[28699]: cluster 2023-12-08T04:25:38.158649+0000 mgr.a (mgr.14403) 26935 : cluster 0 pgmap v20116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:39 smithi194 bash[32038]: audit 2023-12-08T04:25:37.501794+0000 mgr.a (mgr.14403) 26934 : audit 0 from='client.399019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:39 smithi194 bash[32038]: cluster 2023-12-08T04:25:38.158649+0000 mgr.a (mgr.14403) 26935 : cluster 0 pgmap v20116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:39 smithi135 bash[32435]: audit 2023-12-08T04:25:37.501794+0000 mgr.a (mgr.14403) 26934 : audit 0 from='client.399019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:39 smithi135 bash[32435]: cluster 2023-12-08T04:25:38.158649+0000 mgr.a (mgr.14403) 26935 : cluster 0 pgmap v20116: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:41.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:41 smithi079 bash[28699]: cluster 2023-12-08T04:25:40.159538+0000 mgr.a (mgr.14403) 26936 : cluster 0 pgmap v20117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:41 smithi194 bash[32038]: cluster 2023-12-08T04:25:40.159538+0000 mgr.a (mgr.14403) 26936 : cluster 0 pgmap v20117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:41 smithi135 bash[32435]: cluster 2023-12-08T04:25:40.159538+0000 mgr.a (mgr.14403) 26936 : cluster 0 pgmap v20117: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:25:43.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:25:43.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:43.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:43 smithi079 bash[28699]: cluster 2023-12-08T04:25:42.160086+0000 mgr.a (mgr.14403) 26937 : cluster 0 pgmap v20118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:43 smithi194 bash[32038]: cluster 2023-12-08T04:25:42.160086+0000 mgr.a (mgr.14403) 26937 : cluster 0 pgmap v20118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:43 smithi135 bash[32435]: cluster 2023-12-08T04:25:42.160086+0000 mgr.a (mgr.14403) 26937 : cluster 0 pgmap v20118: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:43.949 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:25:43.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:43.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:43.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:43.950 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:25:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:45 smithi079 bash[28699]: audit 2023-12-08T04:25:43.413138+0000 mgr.a (mgr.14403) 26938 : audit 0 from='client.529296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:45 smithi079 bash[28699]: cluster 2023-12-08T04:25:44.161343+0000 mgr.a (mgr.14403) 26939 : cluster 0 pgmap v20119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:25:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:45 smithi194 bash[32038]: audit 2023-12-08T04:25:43.413138+0000 mgr.a (mgr.14403) 26938 : audit 0 from='client.529296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:45.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:45 smithi194 bash[32038]: cluster 2023-12-08T04:25:44.161343+0000 mgr.a (mgr.14403) 26939 : cluster 0 pgmap v20119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:25:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:45 smithi135 bash[32435]: audit 2023-12-08T04:25:43.413138+0000 mgr.a (mgr.14403) 26938 : audit 0 from='client.529296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:45.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:45 smithi135 bash[32435]: cluster 2023-12-08T04:25:44.161343+0000 mgr.a (mgr.14403) 26939 : cluster 0 pgmap v20119: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:25:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:47 smithi079 bash[28699]: cluster 2023-12-08T04:25:46.162147+0000 mgr.a (mgr.14403) 26940 : cluster 0 pgmap v20120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:25:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:47 smithi194 bash[32038]: cluster 2023-12-08T04:25:46.162147+0000 mgr.a (mgr.14403) 26940 : cluster 0 pgmap v20120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:25:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:47 smithi135 bash[32435]: cluster 2023-12-08T04:25:46.162147+0000 mgr.a (mgr.14403) 26940 : cluster 0 pgmap v20120: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:25:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:48 smithi194 bash[32038]: cluster 2023-12-08T04:25:48.162755+0000 mgr.a (mgr.14403) 26941 : cluster 0 pgmap v20121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:25:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:48 smithi135 bash[32435]: cluster 2023-12-08T04:25:48.162755+0000 mgr.a (mgr.14403) 26941 : cluster 0 pgmap v20121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:25:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:48 smithi079 bash[28699]: cluster 2023-12-08T04:25:48.162755+0000 mgr.a (mgr.14403) 26941 : cluster 0 pgmap v20121: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:25:48.952 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:25:48.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:48.953 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:49 smithi194 bash[32038]: audit 2023-12-08T04:25:49.353978+0000 mgr.a (mgr.14403) 26942 : audit 0 from='client.529371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:49 smithi135 bash[32435]: audit 2023-12-08T04:25:49.353978+0000 mgr.a (mgr.14403) 26942 : audit 0 from='client.529371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:49.880 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:25:49.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:49.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:49.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:49.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:25:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:49 smithi079 bash[28699]: audit 2023-12-08T04:25:49.353978+0000 mgr.a (mgr.14403) 26942 : audit 0 from='client.529371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:50 smithi194 bash[32038]: cluster 2023-12-08T04:25:50.163884+0000 mgr.a (mgr.14403) 26943 : cluster 0 pgmap v20122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:50 smithi135 bash[32435]: cluster 2023-12-08T04:25:50.163884+0000 mgr.a (mgr.14403) 26943 : cluster 0 pgmap v20122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:50 smithi079 bash[28699]: cluster 2023-12-08T04:25:50.163884+0000 mgr.a (mgr.14403) 26943 : cluster 0 pgmap v20122: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:53 smithi079 bash[28699]: cluster 2023-12-08T04:25:52.164459+0000 mgr.a (mgr.14403) 26944 : cluster 0 pgmap v20123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:53 smithi194 bash[32038]: cluster 2023-12-08T04:25:52.164459+0000 mgr.a (mgr.14403) 26944 : cluster 0 pgmap v20123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:53 smithi135 bash[32435]: cluster 2023-12-08T04:25:52.164459+0000 mgr.a (mgr.14403) 26944 : cluster 0 pgmap v20123: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:25:54.883 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:25:54.884 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:25:54.884 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:25:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:55 smithi079 bash[28699]: cluster 2023-12-08T04:25:54.165203+0000 mgr.a (mgr.14403) 26945 : cluster 0 pgmap v20124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:55 smithi194 bash[32038]: cluster 2023-12-08T04:25:54.165203+0000 mgr.a (mgr.14403) 26945 : cluster 0 pgmap v20124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:55 smithi135 bash[32435]: cluster 2023-12-08T04:25:54.165203+0000 mgr.a (mgr.14403) 26945 : cluster 0 pgmap v20124: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:25:55.805 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:25:55.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:25:55.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:25:55.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:25:55.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:25:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:56 smithi079 bash[28699]: audit 2023-12-08T04:25:55.290762+0000 mgr.a (mgr.14403) 26946 : audit 0 from='client.529440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:56 smithi194 bash[32038]: audit 2023-12-08T04:25:55.290762+0000 mgr.a (mgr.14403) 26946 : audit 0 from='client.529440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:56 smithi135 bash[32435]: audit 2023-12-08T04:25:55.290762+0000 mgr.a (mgr.14403) 26946 : audit 0 from='client.529440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:25:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:57 smithi079 bash[28699]: cluster 2023-12-08T04:25:56.166111+0000 mgr.a (mgr.14403) 26947 : cluster 0 pgmap v20125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:25:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:57 smithi194 bash[32038]: cluster 2023-12-08T04:25:56.166111+0000 mgr.a (mgr.14403) 26947 : cluster 0 pgmap v20125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:25:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:57 smithi135 bash[32435]: cluster 2023-12-08T04:25:56.166111+0000 mgr.a (mgr.14403) 26947 : cluster 0 pgmap v20125: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:25:58.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:58 smithi079 bash[28699]: audit 2023-12-08T04:25:57.795448+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:25:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:58 smithi194 bash[32038]: audit 2023-12-08T04:25:57.795448+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:25:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:58 smithi135 bash[32435]: audit 2023-12-08T04:25:57.795448+0000 mon.a (mon.0) 4165 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:25:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:59 smithi079 bash[28699]: cluster 2023-12-08T04:25:58.166725+0000 mgr.a (mgr.14403) 26948 : cluster 0 pgmap v20126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:25:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:59 smithi079 bash[28699]: audit 2023-12-08T04:25:58.322937+0000 mon.a (mon.0) 4166 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:25:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:59 smithi079 bash[28699]: audit 2023-12-08T04:25:58.329195+0000 mon.a (mon.0) 4167 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:25:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:59 smithi079 bash[28699]: audit 2023-12-08T04:25:59.077470+0000 mon.a (mon.0) 4168 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:25:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:59 smithi079 bash[28699]: audit 2023-12-08T04:25:59.079199+0000 mon.a (mon.0) 4169 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:25:59.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:25:59 smithi079 bash[28699]: audit 2023-12-08T04:25:59.088851+0000 mon.a (mon.0) 4170 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:25:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:59 smithi194 bash[32038]: cluster 2023-12-08T04:25:58.166725+0000 mgr.a (mgr.14403) 26948 : cluster 0 pgmap v20126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:25:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:59 smithi194 bash[32038]: audit 2023-12-08T04:25:58.322937+0000 mon.a (mon.0) 4166 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:25:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:59 smithi194 bash[32038]: audit 2023-12-08T04:25:58.329195+0000 mon.a (mon.0) 4167 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:25:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:59 smithi194 bash[32038]: audit 2023-12-08T04:25:59.077470+0000 mon.a (mon.0) 4168 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:25:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:59 smithi194 bash[32038]: audit 2023-12-08T04:25:59.079199+0000 mon.a (mon.0) 4169 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:25:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:25:59 smithi194 bash[32038]: audit 2023-12-08T04:25:59.088851+0000 mon.a (mon.0) 4170 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:25:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:59 smithi135 bash[32435]: cluster 2023-12-08T04:25:58.166725+0000 mgr.a (mgr.14403) 26948 : cluster 0 pgmap v20126: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:25:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:59 smithi135 bash[32435]: audit 2023-12-08T04:25:58.322937+0000 mon.a (mon.0) 4166 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:25:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:59 smithi135 bash[32435]: audit 2023-12-08T04:25:58.329195+0000 mon.a (mon.0) 4167 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:25:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:59 smithi135 bash[32435]: audit 2023-12-08T04:25:59.077470+0000 mon.a (mon.0) 4168 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:25:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:59 smithi135 bash[32435]: audit 2023-12-08T04:25:59.079199+0000 mon.a (mon.0) 4169 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:25:59.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:25:59 smithi135 bash[32435]: audit 2023-12-08T04:25:59.088851+0000 mon.a (mon.0) 4170 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:26:00.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:26:00.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:00.809 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:01.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:01 smithi079 bash[28699]: cluster 2023-12-08T04:26:00.167579+0000 mgr.a (mgr.14403) 26949 : cluster 0 pgmap v20127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:26:01.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:01 smithi194 bash[32038]: cluster 2023-12-08T04:26:00.167579+0000 mgr.a (mgr.14403) 26949 : cluster 0 pgmap v20127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:26:01.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:01 smithi135 bash[32435]: cluster 2023-12-08T04:26:00.167579+0000 mgr.a (mgr.14403) 26949 : cluster 0 pgmap v20127: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:26:01.714 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:26:01.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:01.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:01.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:01.715 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:26:02.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:02 smithi079 bash[28699]: audit 2023-12-08T04:26:01.203413+0000 mgr.a (mgr.14403) 26950 : audit 0 from='client.529515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:02 smithi194 bash[32038]: audit 2023-12-08T04:26:01.203413+0000 mgr.a (mgr.14403) 26950 : audit 0 from='client.529515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:02 smithi135 bash[32435]: audit 2023-12-08T04:26:01.203413+0000 mgr.a (mgr.14403) 26950 : audit 0 from='client.529515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:03.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:03 smithi079 bash[28699]: cluster 2023-12-08T04:26:02.168338+0000 mgr.a (mgr.14403) 26951 : cluster 0 pgmap v20128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:03 smithi194 bash[32038]: cluster 2023-12-08T04:26:02.168338+0000 mgr.a (mgr.14403) 26951 : cluster 0 pgmap v20128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:03 smithi135 bash[32435]: cluster 2023-12-08T04:26:02.168338+0000 mgr.a (mgr.14403) 26951 : cluster 0 pgmap v20128: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:05 smithi079 bash[28699]: cluster 2023-12-08T04:26:04.169157+0000 mgr.a (mgr.14403) 26952 : cluster 0 pgmap v20129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:05 smithi194 bash[32038]: cluster 2023-12-08T04:26:04.169157+0000 mgr.a (mgr.14403) 26952 : cluster 0 pgmap v20129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:05 smithi135 bash[32435]: cluster 2023-12-08T04:26:04.169157+0000 mgr.a (mgr.14403) 26952 : cluster 0 pgmap v20129: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:06.717 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:26:06.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:06.718 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:07.603 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:26:07.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:07.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:07.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:07.603 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:26:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:07 smithi079 bash[28699]: cluster 2023-12-08T04:26:06.169685+0000 mgr.a (mgr.14403) 26953 : cluster 0 pgmap v20130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:07 smithi194 bash[32038]: cluster 2023-12-08T04:26:06.169685+0000 mgr.a (mgr.14403) 26953 : cluster 0 pgmap v20130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:07 smithi135 bash[32435]: cluster 2023-12-08T04:26:06.169685+0000 mgr.a (mgr.14403) 26953 : cluster 0 pgmap v20130: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:08.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:08 smithi079 bash[28699]: audit 2023-12-08T04:26:07.113655+0000 mgr.a (mgr.14403) 26954 : audit 0 from='client.529590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:08 smithi194 bash[32038]: audit 2023-12-08T04:26:07.113655+0000 mgr.a (mgr.14403) 26954 : audit 0 from='client.529590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:08 smithi135 bash[32435]: audit 2023-12-08T04:26:07.113655+0000 mgr.a (mgr.14403) 26954 : audit 0 from='client.529590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:09 smithi079 bash[28699]: cluster 2023-12-08T04:26:08.170410+0000 mgr.a (mgr.14403) 26955 : cluster 0 pgmap v20131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:09 smithi194 bash[32038]: cluster 2023-12-08T04:26:08.170410+0000 mgr.a (mgr.14403) 26955 : cluster 0 pgmap v20131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:09 smithi135 bash[32435]: cluster 2023-12-08T04:26:08.170410+0000 mgr.a (mgr.14403) 26955 : cluster 0 pgmap v20131: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:11 smithi079 bash[28699]: cluster 2023-12-08T04:26:10.171220+0000 mgr.a (mgr.14403) 26956 : cluster 0 pgmap v20132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:11 smithi194 bash[32038]: cluster 2023-12-08T04:26:10.171220+0000 mgr.a (mgr.14403) 26956 : cluster 0 pgmap v20132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:11 smithi135 bash[32435]: cluster 2023-12-08T04:26:10.171220+0000 mgr.a (mgr.14403) 26956 : cluster 0 pgmap v20132: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:12.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:26:12.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:12.606 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:13.529 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:26:13.529 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:13.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:13.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:13.530 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:26:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:13 smithi079 bash[28699]: cluster 2023-12-08T04:26:12.171791+0000 mgr.a (mgr.14403) 26957 : cluster 0 pgmap v20133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:13 smithi194 bash[32038]: cluster 2023-12-08T04:26:12.171791+0000 mgr.a (mgr.14403) 26957 : cluster 0 pgmap v20133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:13 smithi135 bash[32435]: cluster 2023-12-08T04:26:12.171791+0000 mgr.a (mgr.14403) 26957 : cluster 0 pgmap v20133: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:14.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:14 smithi079 bash[28699]: audit 2023-12-08T04:26:13.014107+0000 mgr.a (mgr.14403) 26958 : audit 0 from='client.529662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:14.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:14 smithi194 bash[32038]: audit 2023-12-08T04:26:13.014107+0000 mgr.a (mgr.14403) 26958 : audit 0 from='client.529662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:14.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:14 smithi135 bash[32435]: audit 2023-12-08T04:26:13.014107+0000 mgr.a (mgr.14403) 26958 : audit 0 from='client.529662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:15 smithi079 bash[28699]: cluster 2023-12-08T04:26:14.172747+0000 mgr.a (mgr.14403) 26959 : cluster 0 pgmap v20134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:15 smithi194 bash[32038]: cluster 2023-12-08T04:26:14.172747+0000 mgr.a (mgr.14403) 26959 : cluster 0 pgmap v20134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:15 smithi135 bash[32435]: cluster 2023-12-08T04:26:14.172747+0000 mgr.a (mgr.14403) 26959 : cluster 0 pgmap v20134: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:17 smithi079 bash[28699]: cluster 2023-12-08T04:26:16.173460+0000 mgr.a (mgr.14403) 26960 : cluster 0 pgmap v20135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:17 smithi194 bash[32038]: cluster 2023-12-08T04:26:16.173460+0000 mgr.a (mgr.14403) 26960 : cluster 0 pgmap v20135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:17 smithi135 bash[32435]: cluster 2023-12-08T04:26:16.173460+0000 mgr.a (mgr.14403) 26960 : cluster 0 pgmap v20135: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:18.531 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:26:18.532 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:18.532 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:19.428 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:26:19.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:19.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:19.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:19.429 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:26:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:19 smithi079 bash[28699]: cluster 2023-12-08T04:26:18.174201+0000 mgr.a (mgr.14403) 26961 : cluster 0 pgmap v20136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:19 smithi194 bash[32038]: cluster 2023-12-08T04:26:18.174201+0000 mgr.a (mgr.14403) 26961 : cluster 0 pgmap v20136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:19 smithi135 bash[32435]: cluster 2023-12-08T04:26:18.174201+0000 mgr.a (mgr.14403) 26961 : cluster 0 pgmap v20136: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:20 smithi079 bash[28699]: audit 2023-12-08T04:26:18.943464+0000 mgr.a (mgr.14403) 26962 : audit 0 from='client.529740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:20 smithi194 bash[32038]: audit 2023-12-08T04:26:18.943464+0000 mgr.a (mgr.14403) 26962 : audit 0 from='client.529740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:20 smithi135 bash[32435]: audit 2023-12-08T04:26:18.943464+0000 mgr.a (mgr.14403) 26962 : audit 0 from='client.529740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:21 smithi079 bash[28699]: cluster 2023-12-08T04:26:20.175263+0000 mgr.a (mgr.14403) 26963 : cluster 0 pgmap v20137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:21 smithi194 bash[32038]: cluster 2023-12-08T04:26:20.175263+0000 mgr.a (mgr.14403) 26963 : cluster 0 pgmap v20137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:21 smithi135 bash[32435]: cluster 2023-12-08T04:26:20.175263+0000 mgr.a (mgr.14403) 26963 : cluster 0 pgmap v20137: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:23 smithi194 bash[32038]: cluster 2023-12-08T04:26:22.176027+0000 mgr.a (mgr.14403) 26964 : cluster 0 pgmap v20138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:23 smithi135 bash[32435]: cluster 2023-12-08T04:26:22.176027+0000 mgr.a (mgr.14403) 26964 : cluster 0 pgmap v20138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:23 smithi079 bash[28699]: cluster 2023-12-08T04:26:22.176027+0000 mgr.a (mgr.14403) 26964 : cluster 0 pgmap v20138: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:24.430 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:26:24.431 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:24.432 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:25.363 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:26:25.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:25.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:25.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:25.363 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:26:25.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:25 smithi194 bash[32038]: cluster 2023-12-08T04:26:24.176798+0000 mgr.a (mgr.14403) 26965 : cluster 0 pgmap v20139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:25 smithi135 bash[32435]: cluster 2023-12-08T04:26:24.176798+0000 mgr.a (mgr.14403) 26965 : cluster 0 pgmap v20139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:25 smithi079 bash[28699]: cluster 2023-12-08T04:26:24.176798+0000 mgr.a (mgr.14403) 26965 : cluster 0 pgmap v20139: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:26.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:26 smithi194 bash[32038]: audit 2023-12-08T04:26:24.837417+0000 mgr.a (mgr.14403) 26966 : audit 0 from='client.529815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:26 smithi135 bash[32435]: audit 2023-12-08T04:26:24.837417+0000 mgr.a (mgr.14403) 26966 : audit 0 from='client.529815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:26.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:26 smithi079 bash[28699]: audit 2023-12-08T04:26:24.837417+0000 mgr.a (mgr.14403) 26966 : audit 0 from='client.529815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:27 smithi194 bash[32038]: cluster 2023-12-08T04:26:26.177437+0000 mgr.a (mgr.14403) 26967 : cluster 0 pgmap v20140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:27 smithi135 bash[32435]: cluster 2023-12-08T04:26:26.177437+0000 mgr.a (mgr.14403) 26967 : cluster 0 pgmap v20140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:27 smithi079 bash[28699]: cluster 2023-12-08T04:26:26.177437+0000 mgr.a (mgr.14403) 26967 : cluster 0 pgmap v20140: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:28.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:28 smithi079 bash[28699]: cluster 2023-12-08T04:26:28.178019+0000 mgr.a (mgr.14403) 26968 : cluster 0 pgmap v20141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:28.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:28 smithi194 bash[32038]: cluster 2023-12-08T04:26:28.178019+0000 mgr.a (mgr.14403) 26968 : cluster 0 pgmap v20141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:28.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:28 smithi135 bash[32435]: cluster 2023-12-08T04:26:28.178019+0000 mgr.a (mgr.14403) 26968 : cluster 0 pgmap v20141: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:30.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:26:30.367 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:30.367 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:31.278 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:26:31.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:31.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:31.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:31.279 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:26:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:31 smithi079 bash[28699]: cluster 2023-12-08T04:26:30.178834+0000 mgr.a (mgr.14403) 26969 : cluster 0 pgmap v20142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:31 smithi194 bash[32038]: cluster 2023-12-08T04:26:30.178834+0000 mgr.a (mgr.14403) 26969 : cluster 0 pgmap v20142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:31 smithi135 bash[32435]: cluster 2023-12-08T04:26:30.178834+0000 mgr.a (mgr.14403) 26969 : cluster 0 pgmap v20142: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:32.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:32 smithi079 bash[28699]: audit 2023-12-08T04:26:30.766306+0000 mgr.a (mgr.14403) 26970 : audit 0 from='client.529893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:32.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:32 smithi194 bash[32038]: audit 2023-12-08T04:26:30.766306+0000 mgr.a (mgr.14403) 26970 : audit 0 from='client.529893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:32.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:32 smithi135 bash[32435]: audit 2023-12-08T04:26:30.766306+0000 mgr.a (mgr.14403) 26970 : audit 0 from='client.529893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:33 smithi079 bash[28699]: cluster 2023-12-08T04:26:32.179622+0000 mgr.a (mgr.14403) 26971 : cluster 0 pgmap v20143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:33 smithi194 bash[32038]: cluster 2023-12-08T04:26:32.179622+0000 mgr.a (mgr.14403) 26971 : cluster 0 pgmap v20143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:33 smithi135 bash[32435]: cluster 2023-12-08T04:26:32.179622+0000 mgr.a (mgr.14403) 26971 : cluster 0 pgmap v20143: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:35 smithi079 bash[28699]: cluster 2023-12-08T04:26:34.180464+0000 mgr.a (mgr.14403) 26972 : cluster 0 pgmap v20144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:35.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:35 smithi194 bash[32038]: cluster 2023-12-08T04:26:34.180464+0000 mgr.a (mgr.14403) 26972 : cluster 0 pgmap v20144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:35.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:35 smithi135 bash[32435]: cluster 2023-12-08T04:26:34.180464+0000 mgr.a (mgr.14403) 26972 : cluster 0 pgmap v20144: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:36.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:26:36.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:36.282 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:37.210 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:26:37.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:37.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:37.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:37.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:26:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:37 smithi079 bash[28699]: cluster 2023-12-08T04:26:36.181030+0000 mgr.a (mgr.14403) 26973 : cluster 0 pgmap v20145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:37 smithi194 bash[32038]: cluster 2023-12-08T04:26:36.181030+0000 mgr.a (mgr.14403) 26973 : cluster 0 pgmap v20145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:37 smithi135 bash[32435]: cluster 2023-12-08T04:26:36.181030+0000 mgr.a (mgr.14403) 26973 : cluster 0 pgmap v20145: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:38.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:38 smithi079 bash[28699]: audit 2023-12-08T04:26:36.688100+0000 mgr.a (mgr.14403) 26974 : audit 0 from='client.529968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:38.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:38 smithi194 bash[32038]: audit 2023-12-08T04:26:36.688100+0000 mgr.a (mgr.14403) 26974 : audit 0 from='client.529968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:38 smithi135 bash[32435]: audit 2023-12-08T04:26:36.688100+0000 mgr.a (mgr.14403) 26974 : audit 0 from='client.529968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:39 smithi079 bash[28699]: cluster 2023-12-08T04:26:38.181660+0000 mgr.a (mgr.14403) 26975 : cluster 0 pgmap v20146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:39 smithi194 bash[32038]: cluster 2023-12-08T04:26:38.181660+0000 mgr.a (mgr.14403) 26975 : cluster 0 pgmap v20146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:39 smithi135 bash[32435]: cluster 2023-12-08T04:26:38.181660+0000 mgr.a (mgr.14403) 26975 : cluster 0 pgmap v20146: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:41 smithi079 bash[28699]: cluster 2023-12-08T04:26:40.182428+0000 mgr.a (mgr.14403) 26976 : cluster 0 pgmap v20147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:41 smithi194 bash[32038]: cluster 2023-12-08T04:26:40.182428+0000 mgr.a (mgr.14403) 26976 : cluster 0 pgmap v20147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:41 smithi135 bash[32435]: cluster 2023-12-08T04:26:40.182428+0000 mgr.a (mgr.14403) 26976 : cluster 0 pgmap v20147: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:42.214 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:26:42.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:42.215 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:43.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:43.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:43.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:43.104 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:26:43.104 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:26:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:43 smithi079 bash[28699]: cluster 2023-12-08T04:26:42.183027+0000 mgr.a (mgr.14403) 26977 : cluster 0 pgmap v20148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:43 smithi194 bash[32038]: cluster 2023-12-08T04:26:42.183027+0000 mgr.a (mgr.14403) 26977 : cluster 0 pgmap v20148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:43 smithi135 bash[32435]: cluster 2023-12-08T04:26:42.183027+0000 mgr.a (mgr.14403) 26977 : cluster 0 pgmap v20148: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:44.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:44 smithi079 bash[28699]: audit 2023-12-08T04:26:42.611835+0000 mgr.a (mgr.14403) 26978 : audit 0 from='client.530037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:44.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:44 smithi194 bash[32038]: audit 2023-12-08T04:26:42.611835+0000 mgr.a (mgr.14403) 26978 : audit 0 from='client.530037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:44 smithi135 bash[32435]: audit 2023-12-08T04:26:42.611835+0000 mgr.a (mgr.14403) 26978 : audit 0 from='client.530037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:45 smithi079 bash[28699]: cluster 2023-12-08T04:26:44.183833+0000 mgr.a (mgr.14403) 26979 : cluster 0 pgmap v20149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:45 smithi194 bash[32038]: cluster 2023-12-08T04:26:44.183833+0000 mgr.a (mgr.14403) 26979 : cluster 0 pgmap v20149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:45 smithi135 bash[32435]: cluster 2023-12-08T04:26:44.183833+0000 mgr.a (mgr.14403) 26979 : cluster 0 pgmap v20149: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:26:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:47 smithi079 bash[28699]: cluster 2023-12-08T04:26:46.184423+0000 mgr.a (mgr.14403) 26980 : cluster 0 pgmap v20150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:47 smithi194 bash[32038]: cluster 2023-12-08T04:26:46.184423+0000 mgr.a (mgr.14403) 26980 : cluster 0 pgmap v20150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:47 smithi135 bash[32435]: cluster 2023-12-08T04:26:46.184423+0000 mgr.a (mgr.14403) 26980 : cluster 0 pgmap v20150: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:48.106 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:26:48.107 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:48.107 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:49.025 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:26:49.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:49.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:49.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:49.025 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:26:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:49 smithi079 bash[28699]: cluster 2023-12-08T04:26:48.184839+0000 mgr.a (mgr.14403) 26981 : cluster 0 pgmap v20151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:49 smithi194 bash[32038]: cluster 2023-12-08T04:26:48.184839+0000 mgr.a (mgr.14403) 26981 : cluster 0 pgmap v20151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:49 smithi135 bash[32435]: cluster 2023-12-08T04:26:48.184839+0000 mgr.a (mgr.14403) 26981 : cluster 0 pgmap v20151: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:50.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:50 smithi079 bash[28699]: audit 2023-12-08T04:26:48.518345+0000 mgr.a (mgr.14403) 26982 : audit 0 from='client.530112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:50.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:50 smithi194 bash[32038]: audit 2023-12-08T04:26:48.518345+0000 mgr.a (mgr.14403) 26982 : audit 0 from='client.530112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:50.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:50 smithi135 bash[32435]: audit 2023-12-08T04:26:48.518345+0000 mgr.a (mgr.14403) 26982 : audit 0 from='client.530112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:51 smithi079 bash[28699]: cluster 2023-12-08T04:26:50.185737+0000 mgr.a (mgr.14403) 26983 : cluster 0 pgmap v20152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:26:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:51 smithi194 bash[32038]: cluster 2023-12-08T04:26:50.185737+0000 mgr.a (mgr.14403) 26983 : cluster 0 pgmap v20152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:26:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:51 smithi135 bash[32435]: cluster 2023-12-08T04:26:50.185737+0000 mgr.a (mgr.14403) 26983 : cluster 0 pgmap v20152: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:26:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:53 smithi079 bash[28699]: cluster 2023-12-08T04:26:52.186332+0000 mgr.a (mgr.14403) 26984 : cluster 0 pgmap v20153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:26:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:53 smithi194 bash[32038]: cluster 2023-12-08T04:26:52.186332+0000 mgr.a (mgr.14403) 26984 : cluster 0 pgmap v20153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:26:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:53 smithi135 bash[32435]: cluster 2023-12-08T04:26:52.186332+0000 mgr.a (mgr.14403) 26984 : cluster 0 pgmap v20153: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:26:54.028 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:26:54.029 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:54.029 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:26:54.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:26:54.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:26:54.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:26:54.913 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:26:54.913 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:26:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:55 smithi079 bash[28699]: cluster 2023-12-08T04:26:54.187126+0000 mgr.a (mgr.14403) 26985 : cluster 0 pgmap v20154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:55 smithi194 bash[32038]: cluster 2023-12-08T04:26:54.187126+0000 mgr.a (mgr.14403) 26985 : cluster 0 pgmap v20154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:55 smithi135 bash[32435]: cluster 2023-12-08T04:26:54.187126+0000 mgr.a (mgr.14403) 26985 : cluster 0 pgmap v20154: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:26:56.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:56 smithi079 bash[28699]: audit 2023-12-08T04:26:54.428837+0000 mgr.a (mgr.14403) 26986 : audit 0 from='client.530187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:56.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:56 smithi194 bash[32038]: audit 2023-12-08T04:26:54.428837+0000 mgr.a (mgr.14403) 26986 : audit 0 from='client.530187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:56.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:56 smithi135 bash[32435]: audit 2023-12-08T04:26:54.428837+0000 mgr.a (mgr.14403) 26986 : audit 0 from='client.530187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:26:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:57 smithi079 bash[28699]: cluster 2023-12-08T04:26:56.187804+0000 mgr.a (mgr.14403) 26987 : cluster 0 pgmap v20155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:57 smithi194 bash[32038]: cluster 2023-12-08T04:26:56.187804+0000 mgr.a (mgr.14403) 26987 : cluster 0 pgmap v20155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:57 smithi135 bash[32435]: cluster 2023-12-08T04:26:56.187804+0000 mgr.a (mgr.14403) 26987 : cluster 0 pgmap v20155: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:59 smithi079 bash[28699]: cluster 2023-12-08T04:26:58.188393+0000 mgr.a (mgr.14403) 26988 : cluster 0 pgmap v20156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:26:59 smithi079 bash[28699]: audit 2023-12-08T04:26:59.190910+0000 mon.a (mon.0) 4171 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:26:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:59 smithi194 bash[32038]: cluster 2023-12-08T04:26:58.188393+0000 mgr.a (mgr.14403) 26988 : cluster 0 pgmap v20156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:26:59 smithi194 bash[32038]: audit 2023-12-08T04:26:59.190910+0000 mon.a (mon.0) 4171 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:26:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:59 smithi135 bash[32435]: cluster 2023-12-08T04:26:58.188393+0000 mgr.a (mgr.14403) 26988 : cluster 0 pgmap v20156: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:26:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:26:59 smithi135 bash[32435]: audit 2023-12-08T04:26:59.190910+0000 mon.a (mon.0) 4171 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:26:59.915 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:26:59.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:26:59.916 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:00.808 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:27:00.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:00.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:00.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:00.808 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:27:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:00 smithi079 bash[28699]: audit 2023-12-08T04:26:59.720917+0000 mon.a (mon.0) 4172 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:27:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:00 smithi079 bash[28699]: audit 2023-12-08T04:26:59.727968+0000 mon.a (mon.0) 4173 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:27:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:00 smithi079 bash[28699]: cluster 2023-12-08T04:27:00.189195+0000 mgr.a (mgr.14403) 26989 : cluster 0 pgmap v20157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:00 smithi079 bash[28699]: audit 2023-12-08T04:27:00.310830+0000 mgr.a (mgr.14403) 26990 : audit 0 from='client.530262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:00 smithi079 bash[28699]: audit 2023-12-08T04:27:00.429047+0000 mon.a (mon.0) 4174 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:27:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:00 smithi079 bash[28699]: audit 2023-12-08T04:27:00.430740+0000 mon.a (mon.0) 4175 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:27:01.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:00 smithi079 bash[28699]: audit 2023-12-08T04:27:00.438011+0000 mon.a (mon.0) 4176 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:27:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:00 smithi194 bash[32038]: audit 2023-12-08T04:26:59.720917+0000 mon.a (mon.0) 4172 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:27:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:00 smithi194 bash[32038]: audit 2023-12-08T04:26:59.727968+0000 mon.a (mon.0) 4173 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:27:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:00 smithi194 bash[32038]: cluster 2023-12-08T04:27:00.189195+0000 mgr.a (mgr.14403) 26989 : cluster 0 pgmap v20157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:00 smithi194 bash[32038]: audit 2023-12-08T04:27:00.310830+0000 mgr.a (mgr.14403) 26990 : audit 0 from='client.530262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:00 smithi194 bash[32038]: audit 2023-12-08T04:27:00.429047+0000 mon.a (mon.0) 4174 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:27:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:00 smithi194 bash[32038]: audit 2023-12-08T04:27:00.430740+0000 mon.a (mon.0) 4175 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:27:01.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:00 smithi194 bash[32038]: audit 2023-12-08T04:27:00.438011+0000 mon.a (mon.0) 4176 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:27:01.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:00 smithi135 bash[32435]: audit 2023-12-08T04:26:59.720917+0000 mon.a (mon.0) 4172 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:27:01.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:00 smithi135 bash[32435]: audit 2023-12-08T04:26:59.727968+0000 mon.a (mon.0) 4173 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:27:01.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:00 smithi135 bash[32435]: cluster 2023-12-08T04:27:00.189195+0000 mgr.a (mgr.14403) 26989 : cluster 0 pgmap v20157: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:00 smithi135 bash[32435]: audit 2023-12-08T04:27:00.310830+0000 mgr.a (mgr.14403) 26990 : audit 0 from='client.530262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:00 smithi135 bash[32435]: audit 2023-12-08T04:27:00.429047+0000 mon.a (mon.0) 4174 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:27:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:00 smithi135 bash[32435]: audit 2023-12-08T04:27:00.430740+0000 mon.a (mon.0) 4175 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:27:01.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:00 smithi135 bash[32435]: audit 2023-12-08T04:27:00.438011+0000 mon.a (mon.0) 4176 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:27:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:03 smithi079 bash[28699]: cluster 2023-12-08T04:27:02.190006+0000 mgr.a (mgr.14403) 26991 : cluster 0 pgmap v20158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:27:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:03 smithi194 bash[32038]: cluster 2023-12-08T04:27:02.190006+0000 mgr.a (mgr.14403) 26991 : cluster 0 pgmap v20158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:27:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:03 smithi135 bash[32435]: cluster 2023-12-08T04:27:02.190006+0000 mgr.a (mgr.14403) 26991 : cluster 0 pgmap v20158: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:27:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:05 smithi079 bash[28699]: cluster 2023-12-08T04:27:04.190851+0000 mgr.a (mgr.14403) 26992 : cluster 0 pgmap v20159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:27:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:05 smithi194 bash[32038]: cluster 2023-12-08T04:27:04.190851+0000 mgr.a (mgr.14403) 26992 : cluster 0 pgmap v20159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:27:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:05 smithi135 bash[32435]: cluster 2023-12-08T04:27:04.190851+0000 mgr.a (mgr.14403) 26992 : cluster 0 pgmap v20159: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:27:05.811 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:27:05.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:05.812 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:06.746 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:27:06.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:06.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:06.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:06.747 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:27:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:07 smithi079 bash[28699]: cluster 2023-12-08T04:27:06.191523+0000 mgr.a (mgr.14403) 26993 : cluster 0 pgmap v20160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:07 smithi079 bash[28699]: audit 2023-12-08T04:27:06.217056+0000 mgr.a (mgr.14403) 26994 : audit 0 from='client.530340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:07 smithi194 bash[32038]: cluster 2023-12-08T04:27:06.191523+0000 mgr.a (mgr.14403) 26993 : cluster 0 pgmap v20160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:07 smithi194 bash[32038]: audit 2023-12-08T04:27:06.217056+0000 mgr.a (mgr.14403) 26994 : audit 0 from='client.530340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:07 smithi135 bash[32435]: cluster 2023-12-08T04:27:06.191523+0000 mgr.a (mgr.14403) 26993 : cluster 0 pgmap v20160: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:07 smithi135 bash[32435]: audit 2023-12-08T04:27:06.217056+0000 mgr.a (mgr.14403) 26994 : audit 0 from='client.530340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:09 smithi079 bash[28699]: cluster 2023-12-08T04:27:08.192203+0000 mgr.a (mgr.14403) 26995 : cluster 0 pgmap v20161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:09 smithi194 bash[32038]: cluster 2023-12-08T04:27:08.192203+0000 mgr.a (mgr.14403) 26995 : cluster 0 pgmap v20161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:09 smithi135 bash[32435]: cluster 2023-12-08T04:27:08.192203+0000 mgr.a (mgr.14403) 26995 : cluster 0 pgmap v20161: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:11 smithi079 bash[28699]: cluster 2023-12-08T04:27:10.193060+0000 mgr.a (mgr.14403) 26996 : cluster 0 pgmap v20162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:11 smithi194 bash[32038]: cluster 2023-12-08T04:27:10.193060+0000 mgr.a (mgr.14403) 26996 : cluster 0 pgmap v20162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:11 smithi135 bash[32435]: cluster 2023-12-08T04:27:10.193060+0000 mgr.a (mgr.14403) 26996 : cluster 0 pgmap v20162: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:11.750 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:27:11.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:11.750 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:12.673 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:27:12.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:12.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:12.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:12.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:27:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:13 smithi079 bash[28699]: audit 2023-12-08T04:27:12.155741+0000 mgr.a (mgr.14403) 26997 : audit 0 from='client.530412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:13 smithi079 bash[28699]: cluster 2023-12-08T04:27:12.193843+0000 mgr.a (mgr.14403) 26998 : cluster 0 pgmap v20163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:13 smithi194 bash[32038]: audit 2023-12-08T04:27:12.155741+0000 mgr.a (mgr.14403) 26997 : audit 0 from='client.530412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:13 smithi194 bash[32038]: cluster 2023-12-08T04:27:12.193843+0000 mgr.a (mgr.14403) 26998 : cluster 0 pgmap v20163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:13 smithi135 bash[32435]: audit 2023-12-08T04:27:12.155741+0000 mgr.a (mgr.14403) 26997 : audit 0 from='client.530412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:13 smithi135 bash[32435]: cluster 2023-12-08T04:27:12.193843+0000 mgr.a (mgr.14403) 26998 : cluster 0 pgmap v20163: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:15 smithi079 bash[28699]: cluster 2023-12-08T04:27:14.194740+0000 mgr.a (mgr.14403) 26999 : cluster 0 pgmap v20164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:15 smithi194 bash[32038]: cluster 2023-12-08T04:27:14.194740+0000 mgr.a (mgr.14403) 26999 : cluster 0 pgmap v20164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:15 smithi135 bash[32435]: cluster 2023-12-08T04:27:14.194740+0000 mgr.a (mgr.14403) 26999 : cluster 0 pgmap v20164: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:17 smithi079 bash[28699]: cluster 2023-12-08T04:27:16.195308+0000 mgr.a (mgr.14403) 27000 : cluster 0 pgmap v20165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:17.678 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:27:17.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:17.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:17 smithi194 bash[32038]: cluster 2023-12-08T04:27:16.195308+0000 mgr.a (mgr.14403) 27000 : cluster 0 pgmap v20165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:17 smithi135 bash[32435]: cluster 2023-12-08T04:27:16.195308+0000 mgr.a (mgr.14403) 27000 : cluster 0 pgmap v20165: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:18.604 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:27:18.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:18.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:18.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:18.604 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:27:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:19 smithi079 bash[28699]: audit 2023-12-08T04:27:18.076716+0000 mgr.a (mgr.14403) 27001 : audit 0 from='client.530487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:19 smithi079 bash[28699]: cluster 2023-12-08T04:27:18.195948+0000 mgr.a (mgr.14403) 27002 : cluster 0 pgmap v20166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:19 smithi194 bash[32038]: audit 2023-12-08T04:27:18.076716+0000 mgr.a (mgr.14403) 27001 : audit 0 from='client.530487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:19.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:19 smithi194 bash[32038]: cluster 2023-12-08T04:27:18.195948+0000 mgr.a (mgr.14403) 27002 : cluster 0 pgmap v20166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:19 smithi135 bash[32435]: audit 2023-12-08T04:27:18.076716+0000 mgr.a (mgr.14403) 27001 : audit 0 from='client.530487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:19 smithi135 bash[32435]: cluster 2023-12-08T04:27:18.195948+0000 mgr.a (mgr.14403) 27002 : cluster 0 pgmap v20166: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:21 smithi079 bash[28699]: cluster 2023-12-08T04:27:20.196760+0000 mgr.a (mgr.14403) 27003 : cluster 0 pgmap v20167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:21 smithi194 bash[32038]: cluster 2023-12-08T04:27:20.196760+0000 mgr.a (mgr.14403) 27003 : cluster 0 pgmap v20167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:21 smithi135 bash[32435]: cluster 2023-12-08T04:27:20.196760+0000 mgr.a (mgr.14403) 27003 : cluster 0 pgmap v20167: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:23.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:27:23.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:23.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:23 smithi079 bash[28699]: cluster 2023-12-08T04:27:22.197294+0000 mgr.a (mgr.14403) 27004 : cluster 0 pgmap v20168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:23 smithi194 bash[32038]: cluster 2023-12-08T04:27:22.197294+0000 mgr.a (mgr.14403) 27004 : cluster 0 pgmap v20168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:23 smithi135 bash[32435]: cluster 2023-12-08T04:27:22.197294+0000 mgr.a (mgr.14403) 27004 : cluster 0 pgmap v20168: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:24.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:24.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:24.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:24.544 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:27:24.545 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:27:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:25 smithi079 bash[28699]: audit 2023-12-08T04:27:24.019945+0000 mgr.a (mgr.14403) 27005 : audit 0 from='client.530562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:25 smithi079 bash[28699]: cluster 2023-12-08T04:27:24.198506+0000 mgr.a (mgr.14403) 27006 : cluster 0 pgmap v20169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:25 smithi194 bash[32038]: audit 2023-12-08T04:27:24.019945+0000 mgr.a (mgr.14403) 27005 : audit 0 from='client.530562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:25.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:25 smithi194 bash[32038]: cluster 2023-12-08T04:27:24.198506+0000 mgr.a (mgr.14403) 27006 : cluster 0 pgmap v20169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:25 smithi135 bash[32435]: audit 2023-12-08T04:27:24.019945+0000 mgr.a (mgr.14403) 27005 : audit 0 from='client.530562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:25 smithi135 bash[32435]: cluster 2023-12-08T04:27:24.198506+0000 mgr.a (mgr.14403) 27006 : cluster 0 pgmap v20169: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:27 smithi079 bash[28699]: cluster 2023-12-08T04:27:26.199282+0000 mgr.a (mgr.14403) 27007 : cluster 0 pgmap v20170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:27 smithi194 bash[32038]: cluster 2023-12-08T04:27:26.199282+0000 mgr.a (mgr.14403) 27007 : cluster 0 pgmap v20170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:27 smithi135 bash[32435]: cluster 2023-12-08T04:27:26.199282+0000 mgr.a (mgr.14403) 27007 : cluster 0 pgmap v20170: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:29.550 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:27:29.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:29.550 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:29 smithi079 bash[28699]: cluster 2023-12-08T04:27:28.199943+0000 mgr.a (mgr.14403) 27008 : cluster 0 pgmap v20171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:29 smithi194 bash[32038]: cluster 2023-12-08T04:27:28.199943+0000 mgr.a (mgr.14403) 27008 : cluster 0 pgmap v20171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:29 smithi135 bash[32435]: cluster 2023-12-08T04:27:28.199943+0000 mgr.a (mgr.14403) 27008 : cluster 0 pgmap v20171: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:30.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:30.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:30.470 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:27:30.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:30.470 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:27:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:31 smithi079 bash[28699]: audit 2023-12-08T04:27:29.951432+0000 mgr.a (mgr.14403) 27009 : audit 0 from='client.530640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:31 smithi079 bash[28699]: cluster 2023-12-08T04:27:30.200701+0000 mgr.a (mgr.14403) 27010 : cluster 0 pgmap v20172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:31 smithi194 bash[32038]: audit 2023-12-08T04:27:29.951432+0000 mgr.a (mgr.14403) 27009 : audit 0 from='client.530640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:31 smithi194 bash[32038]: cluster 2023-12-08T04:27:30.200701+0000 mgr.a (mgr.14403) 27010 : cluster 0 pgmap v20172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:31 smithi135 bash[32435]: audit 2023-12-08T04:27:29.951432+0000 mgr.a (mgr.14403) 27009 : audit 0 from='client.530640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:31 smithi135 bash[32435]: cluster 2023-12-08T04:27:30.200701+0000 mgr.a (mgr.14403) 27010 : cluster 0 pgmap v20172: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:33 smithi079 bash[28699]: cluster 2023-12-08T04:27:32.201272+0000 mgr.a (mgr.14403) 27011 : cluster 0 pgmap v20173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:33 smithi194 bash[32038]: cluster 2023-12-08T04:27:32.201272+0000 mgr.a (mgr.14403) 27011 : cluster 0 pgmap v20173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:33 smithi135 bash[32435]: cluster 2023-12-08T04:27:32.201272+0000 mgr.a (mgr.14403) 27011 : cluster 0 pgmap v20173: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:27:35.471 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:27:35.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:35.472 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:35 smithi079 bash[28699]: cluster 2023-12-08T04:27:34.202086+0000 mgr.a (mgr.14403) 27012 : cluster 0 pgmap v20174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:35 smithi194 bash[32038]: cluster 2023-12-08T04:27:34.202086+0000 mgr.a (mgr.14403) 27012 : cluster 0 pgmap v20174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:35 smithi135 bash[32435]: cluster 2023-12-08T04:27:34.202086+0000 mgr.a (mgr.14403) 27012 : cluster 0 pgmap v20174: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:36.365 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:27:36.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:36.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:36.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:36.366 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:27:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:37 smithi079 bash[28699]: audit 2023-12-08T04:27:35.873892+0000 mgr.a (mgr.14403) 27013 : audit 0 from='client.530718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:37 smithi079 bash[28699]: cluster 2023-12-08T04:27:36.202562+0000 mgr.a (mgr.14403) 27014 : cluster 0 pgmap v20175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:37 smithi194 bash[32038]: audit 2023-12-08T04:27:35.873892+0000 mgr.a (mgr.14403) 27013 : audit 0 from='client.530718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:37 smithi194 bash[32038]: cluster 2023-12-08T04:27:36.202562+0000 mgr.a (mgr.14403) 27014 : cluster 0 pgmap v20175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:37 smithi135 bash[32435]: audit 2023-12-08T04:27:35.873892+0000 mgr.a (mgr.14403) 27013 : audit 0 from='client.530718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:37 smithi135 bash[32435]: cluster 2023-12-08T04:27:36.202562+0000 mgr.a (mgr.14403) 27014 : cluster 0 pgmap v20175: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:39.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:39 smithi079 bash[28699]: cluster 2023-12-08T04:27:38.203222+0000 mgr.a (mgr.14403) 27015 : cluster 0 pgmap v20176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:39 smithi194 bash[32038]: cluster 2023-12-08T04:27:38.203222+0000 mgr.a (mgr.14403) 27015 : cluster 0 pgmap v20176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:39 smithi135 bash[32435]: cluster 2023-12-08T04:27:38.203222+0000 mgr.a (mgr.14403) 27015 : cluster 0 pgmap v20176: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:41.369 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:27:41.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:41.370 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:41.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:41 smithi079 bash[28699]: cluster 2023-12-08T04:27:40.204062+0000 mgr.a (mgr.14403) 27016 : cluster 0 pgmap v20177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:41 smithi194 bash[32038]: cluster 2023-12-08T04:27:40.204062+0000 mgr.a (mgr.14403) 27016 : cluster 0 pgmap v20177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:41.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:41 smithi135 bash[32435]: cluster 2023-12-08T04:27:40.204062+0000 mgr.a (mgr.14403) 27016 : cluster 0 pgmap v20177: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:42.258 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:27:42.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:42.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:42.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:42.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:27:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:43 smithi194 bash[32038]: audit 2023-12-08T04:27:41.764356+0000 mgr.a (mgr.14403) 27017 : audit 0 from='client.530793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:43 smithi194 bash[32038]: cluster 2023-12-08T04:27:42.204606+0000 mgr.a (mgr.14403) 27018 : cluster 0 pgmap v20178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:43.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:43 smithi135 bash[32435]: audit 2023-12-08T04:27:41.764356+0000 mgr.a (mgr.14403) 27017 : audit 0 from='client.530793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:43.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:43 smithi135 bash[32435]: cluster 2023-12-08T04:27:42.204606+0000 mgr.a (mgr.14403) 27018 : cluster 0 pgmap v20178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:43 smithi079 bash[28699]: audit 2023-12-08T04:27:41.764356+0000 mgr.a (mgr.14403) 27017 : audit 0 from='client.530793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:43 smithi079 bash[28699]: cluster 2023-12-08T04:27:42.204606+0000 mgr.a (mgr.14403) 27018 : cluster 0 pgmap v20178: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:45 smithi194 bash[32038]: cluster 2023-12-08T04:27:44.205403+0000 mgr.a (mgr.14403) 27019 : cluster 0 pgmap v20179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:45 smithi135 bash[32435]: cluster 2023-12-08T04:27:44.205403+0000 mgr.a (mgr.14403) 27019 : cluster 0 pgmap v20179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:45 smithi079 bash[28699]: cluster 2023-12-08T04:27:44.205403+0000 mgr.a (mgr.14403) 27019 : cluster 0 pgmap v20179: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:47.261 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:27:47.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:47.262 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:47 smithi194 bash[32038]: cluster 2023-12-08T04:27:46.205995+0000 mgr.a (mgr.14403) 27020 : cluster 0 pgmap v20180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:47 smithi135 bash[32435]: cluster 2023-12-08T04:27:46.205995+0000 mgr.a (mgr.14403) 27020 : cluster 0 pgmap v20180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:47 smithi079 bash[28699]: cluster 2023-12-08T04:27:46.205995+0000 mgr.a (mgr.14403) 27020 : cluster 0 pgmap v20180: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:48.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:48.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:48.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:48.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:27:48.163 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:27:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:49 smithi194 bash[32038]: audit 2023-12-08T04:27:47.664286+0000 mgr.a (mgr.14403) 27021 : audit 0 from='client.530871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:49 smithi194 bash[32038]: cluster 2023-12-08T04:27:48.206657+0000 mgr.a (mgr.14403) 27022 : cluster 0 pgmap v20181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:49 smithi135 bash[32435]: audit 2023-12-08T04:27:47.664286+0000 mgr.a (mgr.14403) 27021 : audit 0 from='client.530871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:49 smithi135 bash[32435]: cluster 2023-12-08T04:27:48.206657+0000 mgr.a (mgr.14403) 27022 : cluster 0 pgmap v20181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:49 smithi079 bash[28699]: audit 2023-12-08T04:27:47.664286+0000 mgr.a (mgr.14403) 27021 : audit 0 from='client.530871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:49 smithi079 bash[28699]: cluster 2023-12-08T04:27:48.206657+0000 mgr.a (mgr.14403) 27022 : cluster 0 pgmap v20181: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:51 smithi194 bash[32038]: cluster 2023-12-08T04:27:50.207494+0000 mgr.a (mgr.14403) 27023 : cluster 0 pgmap v20182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:51 smithi135 bash[32435]: cluster 2023-12-08T04:27:50.207494+0000 mgr.a (mgr.14403) 27023 : cluster 0 pgmap v20182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:51 smithi079 bash[28699]: cluster 2023-12-08T04:27:50.207494+0000 mgr.a (mgr.14403) 27023 : cluster 0 pgmap v20182: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:27:53.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:27:53.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:53.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:53 smithi194 bash[32038]: cluster 2023-12-08T04:27:52.208093+0000 mgr.a (mgr.14403) 27024 : cluster 0 pgmap v20183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:53 smithi135 bash[32435]: cluster 2023-12-08T04:27:52.208093+0000 mgr.a (mgr.14403) 27024 : cluster 0 pgmap v20183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:53 smithi079 bash[28699]: cluster 2023-12-08T04:27:52.208093+0000 mgr.a (mgr.14403) 27024 : cluster 0 pgmap v20183: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:27:54.079 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:27:54.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:27:54.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:27:54.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:27:54.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:27:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:55 smithi194 bash[32038]: audit 2023-12-08T04:27:53.566710+0000 mgr.a (mgr.14403) 27025 : audit 0 from='client.530949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:55.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:55 smithi194 bash[32038]: cluster 2023-12-08T04:27:54.209203+0000 mgr.a (mgr.14403) 27026 : cluster 0 pgmap v20184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:27:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:55 smithi135 bash[32435]: audit 2023-12-08T04:27:53.566710+0000 mgr.a (mgr.14403) 27025 : audit 0 from='client.530949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:55 smithi135 bash[32435]: cluster 2023-12-08T04:27:54.209203+0000 mgr.a (mgr.14403) 27026 : cluster 0 pgmap v20184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:27:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:55 smithi079 bash[28699]: audit 2023-12-08T04:27:53.566710+0000 mgr.a (mgr.14403) 27025 : audit 0 from='client.530949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:27:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:55 smithi079 bash[28699]: cluster 2023-12-08T04:27:54.209203+0000 mgr.a (mgr.14403) 27026 : cluster 0 pgmap v20184: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:27:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:57 smithi194 bash[32038]: cluster 2023-12-08T04:27:56.209787+0000 mgr.a (mgr.14403) 27027 : cluster 0 pgmap v20185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:27:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:57 smithi135 bash[32435]: cluster 2023-12-08T04:27:56.209787+0000 mgr.a (mgr.14403) 27027 : cluster 0 pgmap v20185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:27:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:57 smithi079 bash[28699]: cluster 2023-12-08T04:27:56.209787+0000 mgr.a (mgr.14403) 27027 : cluster 0 pgmap v20185: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:27:59.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:27:59.082 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:27:59.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:27:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:27:59 smithi194 bash[32038]: cluster 2023-12-08T04:27:58.210507+0000 mgr.a (mgr.14403) 27028 : cluster 0 pgmap v20186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:27:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:27:59 smithi135 bash[32435]: cluster 2023-12-08T04:27:58.210507+0000 mgr.a (mgr.14403) 27028 : cluster 0 pgmap v20186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:27:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:27:59 smithi079 bash[28699]: cluster 2023-12-08T04:27:58.210507+0000 mgr.a (mgr.14403) 27028 : cluster 0 pgmap v20186: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:28:00.015 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:28:00.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:00.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:00.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:00.015 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:28:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:00 smithi079 bash[28699]: audit 2023-12-08T04:27:59.489560+0000 mgr.a (mgr.14403) 27029 : audit 0 from='client.531027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:00.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:00 smithi079 bash[28699]: cluster 2023-12-08T04:28:00.211591+0000 mgr.a (mgr.14403) 27030 : cluster 0 pgmap v20187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:00.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:00 smithi194 bash[32038]: audit 2023-12-08T04:27:59.489560+0000 mgr.a (mgr.14403) 27029 : audit 0 from='client.531027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:00.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:00 smithi194 bash[32038]: cluster 2023-12-08T04:28:00.211591+0000 mgr.a (mgr.14403) 27030 : cluster 0 pgmap v20187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:00 smithi135 bash[32435]: audit 2023-12-08T04:27:59.489560+0000 mgr.a (mgr.14403) 27029 : audit 0 from='client.531027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:00 smithi135 bash[32435]: cluster 2023-12-08T04:28:00.211591+0000 mgr.a (mgr.14403) 27030 : cluster 0 pgmap v20187: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:01 smithi079 bash[28699]: audit 2023-12-08T04:28:00.549987+0000 mon.a (mon.0) 4177 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:28:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:01 smithi079 bash[28699]: audit 2023-12-08T04:28:01.078269+0000 mon.a (mon.0) 4178 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:28:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:01 smithi079 bash[28699]: audit 2023-12-08T04:28:01.084580+0000 mon.a (mon.0) 4179 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:28:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:01 smithi194 bash[32038]: audit 2023-12-08T04:28:00.549987+0000 mon.a (mon.0) 4177 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:28:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:01 smithi194 bash[32038]: audit 2023-12-08T04:28:01.078269+0000 mon.a (mon.0) 4178 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:28:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:01 smithi194 bash[32038]: audit 2023-12-08T04:28:01.084580+0000 mon.a (mon.0) 4179 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:28:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:01 smithi135 bash[32435]: audit 2023-12-08T04:28:00.549987+0000 mon.a (mon.0) 4177 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:28:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:01 smithi135 bash[32435]: audit 2023-12-08T04:28:01.078269+0000 mon.a (mon.0) 4178 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:28:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:01 smithi135 bash[32435]: audit 2023-12-08T04:28:01.084580+0000 mon.a (mon.0) 4179 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:28:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:02 smithi079 bash[28699]: audit 2023-12-08T04:28:01.819359+0000 mon.a (mon.0) 4180 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:28:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:02 smithi079 bash[28699]: audit 2023-12-08T04:28:01.821082+0000 mon.a (mon.0) 4181 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:28:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:02 smithi079 bash[28699]: audit 2023-12-08T04:28:01.830772+0000 mon.a (mon.0) 4182 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:28:02.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:02 smithi079 bash[28699]: cluster 2023-12-08T04:28:02.212198+0000 mgr.a (mgr.14403) 27031 : cluster 0 pgmap v20188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:02.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:02 smithi194 bash[32038]: audit 2023-12-08T04:28:01.819359+0000 mon.a (mon.0) 4180 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:28:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:02 smithi194 bash[32038]: audit 2023-12-08T04:28:01.821082+0000 mon.a (mon.0) 4181 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:28:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:02 smithi194 bash[32038]: audit 2023-12-08T04:28:01.830772+0000 mon.a (mon.0) 4182 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:28:02.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:02 smithi194 bash[32038]: cluster 2023-12-08T04:28:02.212198+0000 mgr.a (mgr.14403) 27031 : cluster 0 pgmap v20188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:02.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:02 smithi135 bash[32435]: audit 2023-12-08T04:28:01.819359+0000 mon.a (mon.0) 4180 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:28:02.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:02 smithi135 bash[32435]: audit 2023-12-08T04:28:01.821082+0000 mon.a (mon.0) 4181 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:28:02.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:02 smithi135 bash[32435]: audit 2023-12-08T04:28:01.830772+0000 mon.a (mon.0) 4182 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:28:02.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:02 smithi135 bash[32435]: cluster 2023-12-08T04:28:02.212198+0000 mgr.a (mgr.14403) 27031 : cluster 0 pgmap v20188: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:05.018 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:28:05.018 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:05.019 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:05 smithi079 bash[28699]: cluster 2023-12-08T04:28:04.212940+0000 mgr.a (mgr.14403) 27032 : cluster 0 pgmap v20189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:05 smithi194 bash[32038]: cluster 2023-12-08T04:28:04.212940+0000 mgr.a (mgr.14403) 27032 : cluster 0 pgmap v20189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:05 smithi135 bash[32435]: cluster 2023-12-08T04:28:04.212940+0000 mgr.a (mgr.14403) 27032 : cluster 0 pgmap v20189: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:05.915 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:28:05.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:05.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:05.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:05.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:28:06.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:06 smithi079 bash[28699]: audit 2023-12-08T04:28:05.417952+0000 mgr.a (mgr.14403) 27033 : audit 0 from='client.531102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:06 smithi194 bash[32038]: audit 2023-12-08T04:28:05.417952+0000 mgr.a (mgr.14403) 27033 : audit 0 from='client.531102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:06.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:06 smithi135 bash[32435]: audit 2023-12-08T04:28:05.417952+0000 mgr.a (mgr.14403) 27033 : audit 0 from='client.531102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:07 smithi079 bash[28699]: cluster 2023-12-08T04:28:06.213812+0000 mgr.a (mgr.14403) 27034 : cluster 0 pgmap v20190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:28:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:07 smithi194 bash[32038]: cluster 2023-12-08T04:28:06.213812+0000 mgr.a (mgr.14403) 27034 : cluster 0 pgmap v20190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:28:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:07 smithi135 bash[32435]: cluster 2023-12-08T04:28:06.213812+0000 mgr.a (mgr.14403) 27034 : cluster 0 pgmap v20190: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:28:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:09 smithi079 bash[28699]: cluster 2023-12-08T04:28:08.214653+0000 mgr.a (mgr.14403) 27035 : cluster 0 pgmap v20191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:28:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:09 smithi194 bash[32038]: cluster 2023-12-08T04:28:08.214653+0000 mgr.a (mgr.14403) 27035 : cluster 0 pgmap v20191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:28:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:09 smithi135 bash[32435]: cluster 2023-12-08T04:28:08.214653+0000 mgr.a (mgr.14403) 27035 : cluster 0 pgmap v20191: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:28:10.919 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:28:10.919 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:10.920 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:11 smithi079 bash[28699]: cluster 2023-12-08T04:28:10.215556+0000 mgr.a (mgr.14403) 27036 : cluster 0 pgmap v20192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:28:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:11 smithi194 bash[32038]: cluster 2023-12-08T04:28:10.215556+0000 mgr.a (mgr.14403) 27036 : cluster 0 pgmap v20192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:28:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:11 smithi135 bash[32435]: cluster 2023-12-08T04:28:10.215556+0000 mgr.a (mgr.14403) 27036 : cluster 0 pgmap v20192: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:28:11.795 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:28:11.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:11.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:11.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:11.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:28:12.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:12 smithi079 bash[28699]: audit 2023-12-08T04:28:11.318960+0000 mgr.a (mgr.14403) 27037 : audit 0 from='client.531180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:12 smithi194 bash[32038]: audit 2023-12-08T04:28:11.318960+0000 mgr.a (mgr.14403) 27037 : audit 0 from='client.531180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:12 smithi135 bash[32435]: audit 2023-12-08T04:28:11.318960+0000 mgr.a (mgr.14403) 27037 : audit 0 from='client.531180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:13 smithi079 bash[28699]: cluster 2023-12-08T04:28:12.216238+0000 mgr.a (mgr.14403) 27038 : cluster 0 pgmap v20193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:13 smithi194 bash[32038]: cluster 2023-12-08T04:28:12.216238+0000 mgr.a (mgr.14403) 27038 : cluster 0 pgmap v20193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:13 smithi135 bash[32435]: cluster 2023-12-08T04:28:12.216238+0000 mgr.a (mgr.14403) 27038 : cluster 0 pgmap v20193: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:15.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:15 smithi079 bash[28699]: cluster 2023-12-08T04:28:14.217213+0000 mgr.a (mgr.14403) 27039 : cluster 0 pgmap v20194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:15 smithi194 bash[32038]: cluster 2023-12-08T04:28:14.217213+0000 mgr.a (mgr.14403) 27039 : cluster 0 pgmap v20194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:15 smithi135 bash[32435]: cluster 2023-12-08T04:28:14.217213+0000 mgr.a (mgr.14403) 27039 : cluster 0 pgmap v20194: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:16.799 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:28:16.799 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:16.800 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:17.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:17 smithi079 bash[28699]: cluster 2023-12-08T04:28:16.217964+0000 mgr.a (mgr.14403) 27040 : cluster 0 pgmap v20195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:17.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:17.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:17.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:17.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:28:17.701 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:28:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:17 smithi194 bash[32038]: cluster 2023-12-08T04:28:16.217964+0000 mgr.a (mgr.14403) 27040 : cluster 0 pgmap v20195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:17 smithi135 bash[32435]: cluster 2023-12-08T04:28:16.217964+0000 mgr.a (mgr.14403) 27040 : cluster 0 pgmap v20195: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:18.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:18 smithi079 bash[28699]: audit 2023-12-08T04:28:17.194950+0000 mgr.a (mgr.14403) 27041 : audit 0 from='client.531258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:18.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:18 smithi194 bash[32038]: audit 2023-12-08T04:28:17.194950+0000 mgr.a (mgr.14403) 27041 : audit 0 from='client.531258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:18.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:18 smithi135 bash[32435]: audit 2023-12-08T04:28:17.194950+0000 mgr.a (mgr.14403) 27041 : audit 0 from='client.531258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:19 smithi079 bash[28699]: cluster 2023-12-08T04:28:18.218866+0000 mgr.a (mgr.14403) 27042 : cluster 0 pgmap v20196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:19.707 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:19 smithi194 bash[32038]: cluster 2023-12-08T04:28:18.218866+0000 mgr.a (mgr.14403) 27042 : cluster 0 pgmap v20196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:19 smithi135 bash[32435]: cluster 2023-12-08T04:28:18.218866+0000 mgr.a (mgr.14403) 27042 : cluster 0 pgmap v20196: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:21 smithi079 bash[28699]: cluster 2023-12-08T04:28:20.219834+0000 mgr.a (mgr.14403) 27043 : cluster 0 pgmap v20197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:21 smithi194 bash[32038]: cluster 2023-12-08T04:28:20.219834+0000 mgr.a (mgr.14403) 27043 : cluster 0 pgmap v20197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:21 smithi135 bash[32435]: cluster 2023-12-08T04:28:20.219834+0000 mgr.a (mgr.14403) 27043 : cluster 0 pgmap v20197: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:22.703 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:28:22.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:22.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:23.582 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:28:23.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:23.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:23.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:23.583 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:28:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:23 smithi079 bash[28699]: cluster 2023-12-08T04:28:22.220424+0000 mgr.a (mgr.14403) 27044 : cluster 0 pgmap v20198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:23 smithi194 bash[32038]: cluster 2023-12-08T04:28:22.220424+0000 mgr.a (mgr.14403) 27044 : cluster 0 pgmap v20198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:23 smithi135 bash[32435]: cluster 2023-12-08T04:28:22.220424+0000 mgr.a (mgr.14403) 27044 : cluster 0 pgmap v20198: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:24.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:24 smithi079 bash[28699]: audit 2023-12-08T04:28:23.102894+0000 mgr.a (mgr.14403) 27045 : audit 0 from='client.531333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:24.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:24 smithi194 bash[32038]: audit 2023-12-08T04:28:23.102894+0000 mgr.a (mgr.14403) 27045 : audit 0 from='client.531333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:24.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:24 smithi135 bash[32435]: audit 2023-12-08T04:28:23.102894+0000 mgr.a (mgr.14403) 27045 : audit 0 from='client.531333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:25 smithi079 bash[28699]: cluster 2023-12-08T04:28:24.221394+0000 mgr.a (mgr.14403) 27046 : cluster 0 pgmap v20199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:25 smithi194 bash[32038]: cluster 2023-12-08T04:28:24.221394+0000 mgr.a (mgr.14403) 27046 : cluster 0 pgmap v20199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:25 smithi135 bash[32435]: cluster 2023-12-08T04:28:24.221394+0000 mgr.a (mgr.14403) 27046 : cluster 0 pgmap v20199: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:27 smithi079 bash[28699]: cluster 2023-12-08T04:28:26.221973+0000 mgr.a (mgr.14403) 27047 : cluster 0 pgmap v20200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:27 smithi194 bash[32038]: cluster 2023-12-08T04:28:26.221973+0000 mgr.a (mgr.14403) 27047 : cluster 0 pgmap v20200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:27 smithi135 bash[32435]: cluster 2023-12-08T04:28:26.221973+0000 mgr.a (mgr.14403) 27047 : cluster 0 pgmap v20200: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:28.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:28:28.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:28.586 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:29.507 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:28:29.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:29.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:29.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:29.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:28:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:29 smithi194 bash[32038]: cluster 2023-12-08T04:28:28.222534+0000 mgr.a (mgr.14403) 27048 : cluster 0 pgmap v20201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:29 smithi135 bash[32435]: cluster 2023-12-08T04:28:28.222534+0000 mgr.a (mgr.14403) 27048 : cluster 0 pgmap v20201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:29 smithi079 bash[28699]: cluster 2023-12-08T04:28:28.222534+0000 mgr.a (mgr.14403) 27048 : cluster 0 pgmap v20201: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:30 smithi194 bash[32038]: audit 2023-12-08T04:28:28.987421+0000 mgr.a (mgr.14403) 27049 : audit 0 from='client.531405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:30 smithi135 bash[32435]: audit 2023-12-08T04:28:28.987421+0000 mgr.a (mgr.14403) 27049 : audit 0 from='client.531405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:30 smithi079 bash[28699]: audit 2023-12-08T04:28:28.987421+0000 mgr.a (mgr.14403) 27049 : audit 0 from='client.531405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:31 smithi194 bash[32038]: cluster 2023-12-08T04:28:30.223626+0000 mgr.a (mgr.14403) 27050 : cluster 0 pgmap v20202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:31 smithi135 bash[32435]: cluster 2023-12-08T04:28:30.223626+0000 mgr.a (mgr.14403) 27050 : cluster 0 pgmap v20202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:31 smithi079 bash[28699]: cluster 2023-12-08T04:28:30.223626+0000 mgr.a (mgr.14403) 27050 : cluster 0 pgmap v20202: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:33 smithi194 bash[32038]: cluster 2023-12-08T04:28:32.224346+0000 mgr.a (mgr.14403) 27051 : cluster 0 pgmap v20203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:33 smithi135 bash[32435]: cluster 2023-12-08T04:28:32.224346+0000 mgr.a (mgr.14403) 27051 : cluster 0 pgmap v20203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:33 smithi079 bash[28699]: cluster 2023-12-08T04:28:32.224346+0000 mgr.a (mgr.14403) 27051 : cluster 0 pgmap v20203: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:34.510 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:28:34.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:34.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:35.418 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:28:35.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:35.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:35.418 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:35.419 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:28:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:35 smithi194 bash[32038]: cluster 2023-12-08T04:28:34.225146+0000 mgr.a (mgr.14403) 27052 : cluster 0 pgmap v20204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:35 smithi135 bash[32435]: cluster 2023-12-08T04:28:34.225146+0000 mgr.a (mgr.14403) 27052 : cluster 0 pgmap v20204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:35 smithi079 bash[28699]: cluster 2023-12-08T04:28:34.225146+0000 mgr.a (mgr.14403) 27052 : cluster 0 pgmap v20204: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:36.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:36 smithi194 bash[32038]: audit 2023-12-08T04:28:34.914517+0000 mgr.a (mgr.14403) 27053 : audit 0 from='client.531483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:36.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:36 smithi135 bash[32435]: audit 2023-12-08T04:28:34.914517+0000 mgr.a (mgr.14403) 27053 : audit 0 from='client.531483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:36.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:36 smithi079 bash[28699]: audit 2023-12-08T04:28:34.914517+0000 mgr.a (mgr.14403) 27053 : audit 0 from='client.531483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:37 smithi194 bash[32038]: cluster 2023-12-08T04:28:36.225873+0000 mgr.a (mgr.14403) 27054 : cluster 0 pgmap v20205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:37 smithi135 bash[32435]: cluster 2023-12-08T04:28:36.225873+0000 mgr.a (mgr.14403) 27054 : cluster 0 pgmap v20205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:37 smithi079 bash[28699]: cluster 2023-12-08T04:28:36.225873+0000 mgr.a (mgr.14403) 27054 : cluster 0 pgmap v20205: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:39 smithi194 bash[32038]: cluster 2023-12-08T04:28:38.226492+0000 mgr.a (mgr.14403) 27055 : cluster 0 pgmap v20206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:39 smithi135 bash[32435]: cluster 2023-12-08T04:28:38.226492+0000 mgr.a (mgr.14403) 27055 : cluster 0 pgmap v20206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:39 smithi079 bash[28699]: cluster 2023-12-08T04:28:38.226492+0000 mgr.a (mgr.14403) 27055 : cluster 0 pgmap v20206: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:28:40.420 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:28:40.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:40.421 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:41.316 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:28:41.316 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:41.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:41.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:41.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:28:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:41 smithi194 bash[32038]: cluster 2023-12-08T04:28:40.227348+0000 mgr.a (mgr.14403) 27056 : cluster 0 pgmap v20207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:41 smithi135 bash[32435]: cluster 2023-12-08T04:28:40.227348+0000 mgr.a (mgr.14403) 27056 : cluster 0 pgmap v20207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:41 smithi079 bash[28699]: cluster 2023-12-08T04:28:40.227348+0000 mgr.a (mgr.14403) 27056 : cluster 0 pgmap v20207: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:42 smithi194 bash[32038]: audit 2023-12-08T04:28:40.822947+0000 mgr.a (mgr.14403) 27057 : audit 0 from='client.531561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:42 smithi135 bash[32435]: audit 2023-12-08T04:28:40.822947+0000 mgr.a (mgr.14403) 27057 : audit 0 from='client.531561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:42.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:42 smithi079 bash[28699]: audit 2023-12-08T04:28:40.822947+0000 mgr.a (mgr.14403) 27057 : audit 0 from='client.531561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:43 smithi194 bash[32038]: cluster 2023-12-08T04:28:42.228058+0000 mgr.a (mgr.14403) 27058 : cluster 0 pgmap v20208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:43 smithi135 bash[32435]: cluster 2023-12-08T04:28:42.228058+0000 mgr.a (mgr.14403) 27058 : cluster 0 pgmap v20208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:43 smithi079 bash[28699]: cluster 2023-12-08T04:28:42.228058+0000 mgr.a (mgr.14403) 27058 : cluster 0 pgmap v20208: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:44.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:44 smithi194 bash[32038]: cluster 2023-12-08T04:28:44.228854+0000 mgr.a (mgr.14403) 27059 : cluster 0 pgmap v20209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:44 smithi135 bash[32435]: cluster 2023-12-08T04:28:44.228854+0000 mgr.a (mgr.14403) 27059 : cluster 0 pgmap v20209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:44.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:44 smithi079 bash[28699]: cluster 2023-12-08T04:28:44.228854+0000 mgr.a (mgr.14403) 27059 : cluster 0 pgmap v20209: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:46.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:28:46.319 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:46.319 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:47.246 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:28:47.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:47.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:47.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:47.246 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:28:47.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:47 smithi079 bash[28699]: cluster 2023-12-08T04:28:46.229396+0000 mgr.a (mgr.14403) 27060 : cluster 0 pgmap v20210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:47 smithi194 bash[32038]: cluster 2023-12-08T04:28:46.229396+0000 mgr.a (mgr.14403) 27060 : cluster 0 pgmap v20210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:47 smithi135 bash[32435]: cluster 2023-12-08T04:28:46.229396+0000 mgr.a (mgr.14403) 27060 : cluster 0 pgmap v20210: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:48.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:48 smithi079 bash[28699]: audit 2023-12-08T04:28:46.717953+0000 mgr.a (mgr.14403) 27061 : audit 0 from='client.531639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:48.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:48 smithi194 bash[32038]: audit 2023-12-08T04:28:46.717953+0000 mgr.a (mgr.14403) 27061 : audit 0 from='client.531639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:48.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:48 smithi135 bash[32435]: audit 2023-12-08T04:28:46.717953+0000 mgr.a (mgr.14403) 27061 : audit 0 from='client.531639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:49.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:49 smithi079 bash[28699]: cluster 2023-12-08T04:28:48.230127+0000 mgr.a (mgr.14403) 27062 : cluster 0 pgmap v20211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:49 smithi194 bash[32038]: cluster 2023-12-08T04:28:48.230127+0000 mgr.a (mgr.14403) 27062 : cluster 0 pgmap v20211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:49 smithi135 bash[32435]: cluster 2023-12-08T04:28:48.230127+0000 mgr.a (mgr.14403) 27062 : cluster 0 pgmap v20211: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:51.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:51 smithi079 bash[28699]: cluster 2023-12-08T04:28:50.231009+0000 mgr.a (mgr.14403) 27063 : cluster 0 pgmap v20212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:51 smithi194 bash[32038]: cluster 2023-12-08T04:28:50.231009+0000 mgr.a (mgr.14403) 27063 : cluster 0 pgmap v20212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:51 smithi135 bash[32435]: cluster 2023-12-08T04:28:50.231009+0000 mgr.a (mgr.14403) 27063 : cluster 0 pgmap v20212: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:52.247 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:28:52.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:52.248 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:53.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:53.163 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:53.164 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:53.164 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:28:53.164 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:28:53.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:53 smithi079 bash[28699]: cluster 2023-12-08T04:28:52.231533+0000 mgr.a (mgr.14403) 27064 : cluster 0 pgmap v20213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:53 smithi194 bash[32038]: cluster 2023-12-08T04:28:52.231533+0000 mgr.a (mgr.14403) 27064 : cluster 0 pgmap v20213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:53 smithi135 bash[32435]: cluster 2023-12-08T04:28:52.231533+0000 mgr.a (mgr.14403) 27064 : cluster 0 pgmap v20213: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:54.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:54 smithi079 bash[28699]: audit 2023-12-08T04:28:52.647479+0000 mgr.a (mgr.14403) 27065 : audit 0 from='client.531717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:54.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:54 smithi194 bash[32038]: audit 2023-12-08T04:28:52.647479+0000 mgr.a (mgr.14403) 27065 : audit 0 from='client.531717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:54.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:54 smithi135 bash[32435]: audit 2023-12-08T04:28:52.647479+0000 mgr.a (mgr.14403) 27065 : audit 0 from='client.531717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:28:55.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:55 smithi079 bash[28699]: cluster 2023-12-08T04:28:54.232446+0000 mgr.a (mgr.14403) 27066 : cluster 0 pgmap v20214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:55 smithi194 bash[32038]: cluster 2023-12-08T04:28:54.232446+0000 mgr.a (mgr.14403) 27066 : cluster 0 pgmap v20214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:55 smithi135 bash[32435]: cluster 2023-12-08T04:28:54.232446+0000 mgr.a (mgr.14403) 27066 : cluster 0 pgmap v20214: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:28:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:57 smithi079 bash[28699]: cluster 2023-12-08T04:28:56.233029+0000 mgr.a (mgr.14403) 27067 : cluster 0 pgmap v20215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:57 smithi194 bash[32038]: cluster 2023-12-08T04:28:56.233029+0000 mgr.a (mgr.14403) 27067 : cluster 0 pgmap v20215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:57 smithi135 bash[32435]: cluster 2023-12-08T04:28:56.233029+0000 mgr.a (mgr.14403) 27067 : cluster 0 pgmap v20215: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:58.166 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:28:58.167 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:28:58.167 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:28:59.085 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:28:59.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:28:59.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:28:59.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:28:59.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:28:59.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:28:59 smithi079 bash[28699]: cluster 2023-12-08T04:28:58.233593+0000 mgr.a (mgr.14403) 27068 : cluster 0 pgmap v20216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:28:59 smithi194 bash[32038]: cluster 2023-12-08T04:28:58.233593+0000 mgr.a (mgr.14403) 27068 : cluster 0 pgmap v20216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:28:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:28:59 smithi135 bash[32435]: cluster 2023-12-08T04:28:58.233593+0000 mgr.a (mgr.14403) 27068 : cluster 0 pgmap v20216: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:00.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:00 smithi194 bash[32038]: audit 2023-12-08T04:28:58.568679+0000 mgr.a (mgr.14403) 27069 : audit 0 from='client.531795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:00 smithi135 bash[32435]: audit 2023-12-08T04:28:58.568679+0000 mgr.a (mgr.14403) 27069 : audit 0 from='client.531795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:00 smithi079 bash[28699]: audit 2023-12-08T04:28:58.568679+0000 mgr.a (mgr.14403) 27069 : audit 0 from='client.531795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:01 smithi194 bash[32038]: cluster 2023-12-08T04:29:00.234699+0000 mgr.a (mgr.14403) 27070 : cluster 0 pgmap v20217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:29:01.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:01 smithi135 bash[32435]: cluster 2023-12-08T04:29:00.234699+0000 mgr.a (mgr.14403) 27070 : cluster 0 pgmap v20217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:29:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:01 smithi079 bash[28699]: cluster 2023-12-08T04:29:00.234699+0000 mgr.a (mgr.14403) 27070 : cluster 0 pgmap v20217: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:29:02.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:02 smithi194 bash[32038]: audit 2023-12-08T04:29:01.934470+0000 mon.a (mon.0) 4183 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:29:02.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:02 smithi135 bash[32435]: audit 2023-12-08T04:29:01.934470+0000 mon.a (mon.0) 4183 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:29:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:02 smithi079 bash[28699]: audit 2023-12-08T04:29:01.934470+0000 mon.a (mon.0) 4183 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:29:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:03 smithi194 bash[32038]: cluster 2023-12-08T04:29:02.235294+0000 mgr.a (mgr.14403) 27071 : cluster 0 pgmap v20218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:29:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:03 smithi194 bash[32038]: audit 2023-12-08T04:29:02.724498+0000 mon.a (mon.0) 4184 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:29:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:03 smithi194 bash[32038]: audit 2023-12-08T04:29:02.726434+0000 mon.a (mon.0) 4185 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:29:03.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:03 smithi194 bash[32038]: audit 2023-12-08T04:29:02.737011+0000 mon.a (mon.0) 4186 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:29:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:03 smithi135 bash[32435]: cluster 2023-12-08T04:29:02.235294+0000 mgr.a (mgr.14403) 27071 : cluster 0 pgmap v20218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:29:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:03 smithi135 bash[32435]: audit 2023-12-08T04:29:02.724498+0000 mon.a (mon.0) 4184 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:29:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:03 smithi135 bash[32435]: audit 2023-12-08T04:29:02.726434+0000 mon.a (mon.0) 4185 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:29:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:03 smithi135 bash[32435]: audit 2023-12-08T04:29:02.737011+0000 mon.a (mon.0) 4186 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:29:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:03 smithi079 bash[28699]: cluster 2023-12-08T04:29:02.235294+0000 mgr.a (mgr.14403) 27071 : cluster 0 pgmap v20218: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:29:03.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:03 smithi079 bash[28699]: audit 2023-12-08T04:29:02.724498+0000 mon.a (mon.0) 4184 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:29:03.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:03 smithi079 bash[28699]: audit 2023-12-08T04:29:02.726434+0000 mon.a (mon.0) 4185 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:29:03.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:03 smithi079 bash[28699]: audit 2023-12-08T04:29:02.737011+0000 mon.a (mon.0) 4186 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:29:04.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:29:04.088 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:04.088 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:05.016 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:29:05.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:05.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:05.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:05.016 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:29:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:05 smithi194 bash[32038]: cluster 2023-12-08T04:29:04.235799+0000 mgr.a (mgr.14403) 27072 : cluster 0 pgmap v20219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:05 smithi135 bash[32435]: cluster 2023-12-08T04:29:04.235799+0000 mgr.a (mgr.14403) 27072 : cluster 0 pgmap v20219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:05 smithi079 bash[28699]: cluster 2023-12-08T04:29:04.235799+0000 mgr.a (mgr.14403) 27072 : cluster 0 pgmap v20219: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:06.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:06 smithi194 bash[32038]: audit 2023-12-08T04:29:04.500479+0000 mgr.a (mgr.14403) 27073 : audit 0 from='client.531870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:06.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:06 smithi135 bash[32435]: audit 2023-12-08T04:29:04.500479+0000 mgr.a (mgr.14403) 27073 : audit 0 from='client.531870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:06 smithi079 bash[28699]: audit 2023-12-08T04:29:04.500479+0000 mgr.a (mgr.14403) 27073 : audit 0 from='client.531870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:07 smithi194 bash[32038]: cluster 2023-12-08T04:29:06.236552+0000 mgr.a (mgr.14403) 27074 : cluster 0 pgmap v20220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:29:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:07 smithi135 bash[32435]: cluster 2023-12-08T04:29:06.236552+0000 mgr.a (mgr.14403) 27074 : cluster 0 pgmap v20220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:29:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:07 smithi079 bash[28699]: cluster 2023-12-08T04:29:06.236552+0000 mgr.a (mgr.14403) 27074 : cluster 0 pgmap v20220: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:29:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:09 smithi194 bash[32038]: cluster 2023-12-08T04:29:08.237209+0000 mgr.a (mgr.14403) 27075 : cluster 0 pgmap v20221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:29:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:09 smithi135 bash[32435]: cluster 2023-12-08T04:29:08.237209+0000 mgr.a (mgr.14403) 27075 : cluster 0 pgmap v20221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:29:09.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:09 smithi079 bash[28699]: cluster 2023-12-08T04:29:08.237209+0000 mgr.a (mgr.14403) 27075 : cluster 0 pgmap v20221: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:29:10.019 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:29:10.020 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:10.020 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:10.942 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:29:10.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:10.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:10.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:10.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:29:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:11 smithi194 bash[32038]: cluster 2023-12-08T04:29:10.237994+0000 mgr.a (mgr.14403) 27076 : cluster 0 pgmap v20222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:11 smithi194 bash[32038]: audit 2023-12-08T04:29:10.421149+0000 mgr.a (mgr.14403) 27077 : audit 0 from='client.531945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:11 smithi135 bash[32435]: cluster 2023-12-08T04:29:10.237994+0000 mgr.a (mgr.14403) 27076 : cluster 0 pgmap v20222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:11 smithi135 bash[32435]: audit 2023-12-08T04:29:10.421149+0000 mgr.a (mgr.14403) 27077 : audit 0 from='client.531945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:11 smithi079 bash[28699]: cluster 2023-12-08T04:29:10.237994+0000 mgr.a (mgr.14403) 27076 : cluster 0 pgmap v20222: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:11 smithi079 bash[28699]: audit 2023-12-08T04:29:10.421149+0000 mgr.a (mgr.14403) 27077 : audit 0 from='client.531945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:13 smithi194 bash[32038]: cluster 2023-12-08T04:29:12.238682+0000 mgr.a (mgr.14403) 27078 : cluster 0 pgmap v20223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:29:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:13 smithi135 bash[32435]: cluster 2023-12-08T04:29:12.238682+0000 mgr.a (mgr.14403) 27078 : cluster 0 pgmap v20223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:29:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:13 smithi079 bash[28699]: cluster 2023-12-08T04:29:12.238682+0000 mgr.a (mgr.14403) 27078 : cluster 0 pgmap v20223: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:29:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:15 smithi194 bash[32038]: cluster 2023-12-08T04:29:14.239505+0000 mgr.a (mgr.14403) 27079 : cluster 0 pgmap v20224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:29:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:15 smithi135 bash[32435]: cluster 2023-12-08T04:29:14.239505+0000 mgr.a (mgr.14403) 27079 : cluster 0 pgmap v20224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:29:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:15 smithi079 bash[28699]: cluster 2023-12-08T04:29:14.239505+0000 mgr.a (mgr.14403) 27079 : cluster 0 pgmap v20224: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:29:15.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:29:15.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:15.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:16.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:16.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:16.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:16.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:29:16.881 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:29:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:16 smithi079 bash[28699]: cluster 2023-12-08T04:29:16.240071+0000 mgr.a (mgr.14403) 27080 : cluster 0 pgmap v20225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:16 smithi079 bash[28699]: audit 2023-12-08T04:29:16.354148+0000 mgr.a (mgr.14403) 27081 : audit 0 from='client.532020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:16 smithi194 bash[32038]: cluster 2023-12-08T04:29:16.240071+0000 mgr.a (mgr.14403) 27080 : cluster 0 pgmap v20225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:16 smithi194 bash[32038]: audit 2023-12-08T04:29:16.354148+0000 mgr.a (mgr.14403) 27081 : audit 0 from='client.532020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:16 smithi135 bash[32435]: cluster 2023-12-08T04:29:16.240071+0000 mgr.a (mgr.14403) 27080 : cluster 0 pgmap v20225: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:16 smithi135 bash[32435]: audit 2023-12-08T04:29:16.354148+0000 mgr.a (mgr.14403) 27081 : audit 0 from='client.532020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:19.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:19 smithi079 bash[28699]: cluster 2023-12-08T04:29:18.240868+0000 mgr.a (mgr.14403) 27082 : cluster 0 pgmap v20226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:19 smithi194 bash[32038]: cluster 2023-12-08T04:29:18.240868+0000 mgr.a (mgr.14403) 27082 : cluster 0 pgmap v20226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:19 smithi135 bash[32435]: cluster 2023-12-08T04:29:18.240868+0000 mgr.a (mgr.14403) 27082 : cluster 0 pgmap v20226: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:21 smithi079 bash[28699]: cluster 2023-12-08T04:29:20.241882+0000 mgr.a (mgr.14403) 27083 : cluster 0 pgmap v20227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:21 smithi194 bash[32038]: cluster 2023-12-08T04:29:20.241882+0000 mgr.a (mgr.14403) 27083 : cluster 0 pgmap v20227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:21 smithi135 bash[32435]: cluster 2023-12-08T04:29:20.241882+0000 mgr.a (mgr.14403) 27083 : cluster 0 pgmap v20227: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:21.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:29:21.885 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:21.885 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:22.792 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:29:22.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:22.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:22.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:22.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:29:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:23 smithi079 bash[28699]: cluster 2023-12-08T04:29:22.242424+0000 mgr.a (mgr.14403) 27084 : cluster 0 pgmap v20228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:23.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:23 smithi079 bash[28699]: audit 2023-12-08T04:29:22.283519+0000 mgr.a (mgr.14403) 27085 : audit 0 from='client.532095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:23 smithi194 bash[32038]: cluster 2023-12-08T04:29:22.242424+0000 mgr.a (mgr.14403) 27084 : cluster 0 pgmap v20228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:23.716 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:23 smithi194 bash[32038]: audit 2023-12-08T04:29:22.283519+0000 mgr.a (mgr.14403) 27085 : audit 0 from='client.532095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:23.716 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:23 smithi135 bash[32435]: cluster 2023-12-08T04:29:22.242424+0000 mgr.a (mgr.14403) 27084 : cluster 0 pgmap v20228: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:23.716 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:23 smithi135 bash[32435]: audit 2023-12-08T04:29:22.283519+0000 mgr.a (mgr.14403) 27085 : audit 0 from='client.532095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:25.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:25 smithi079 bash[28699]: cluster 2023-12-08T04:29:24.243324+0000 mgr.a (mgr.14403) 27086 : cluster 0 pgmap v20229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:25 smithi194 bash[32038]: cluster 2023-12-08T04:29:24.243324+0000 mgr.a (mgr.14403) 27086 : cluster 0 pgmap v20229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:25 smithi135 bash[32435]: cluster 2023-12-08T04:29:24.243324+0000 mgr.a (mgr.14403) 27086 : cluster 0 pgmap v20229: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:27 smithi079 bash[28699]: cluster 2023-12-08T04:29:26.243968+0000 mgr.a (mgr.14403) 27087 : cluster 0 pgmap v20230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:27 smithi194 bash[32038]: cluster 2023-12-08T04:29:26.243968+0000 mgr.a (mgr.14403) 27087 : cluster 0 pgmap v20230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:27 smithi135 bash[32435]: cluster 2023-12-08T04:29:26.243968+0000 mgr.a (mgr.14403) 27087 : cluster 0 pgmap v20230: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:27.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:29:27.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:27.796 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:28.699 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:29:28.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:28.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:28.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:28.700 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:29:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:29 smithi079 bash[28699]: audit 2023-12-08T04:29:28.199042+0000 mgr.a (mgr.14403) 27088 : audit 0 from='client.532173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:29.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:29 smithi079 bash[28699]: cluster 2023-12-08T04:29:28.244903+0000 mgr.a (mgr.14403) 27089 : cluster 0 pgmap v20231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:29 smithi194 bash[32038]: audit 2023-12-08T04:29:28.199042+0000 mgr.a (mgr.14403) 27088 : audit 0 from='client.532173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:29 smithi194 bash[32038]: cluster 2023-12-08T04:29:28.244903+0000 mgr.a (mgr.14403) 27089 : cluster 0 pgmap v20231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:29 smithi135 bash[32435]: audit 2023-12-08T04:29:28.199042+0000 mgr.a (mgr.14403) 27088 : audit 0 from='client.532173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:29 smithi135 bash[32435]: cluster 2023-12-08T04:29:28.244903+0000 mgr.a (mgr.14403) 27089 : cluster 0 pgmap v20231: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:31 smithi079 bash[28699]: cluster 2023-12-08T04:29:30.245889+0000 mgr.a (mgr.14403) 27090 : cluster 0 pgmap v20232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:29:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:31 smithi194 bash[32038]: cluster 2023-12-08T04:29:30.245889+0000 mgr.a (mgr.14403) 27090 : cluster 0 pgmap v20232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:29:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:31 smithi135 bash[32435]: cluster 2023-12-08T04:29:30.245889+0000 mgr.a (mgr.14403) 27090 : cluster 0 pgmap v20232: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:29:33.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:33 smithi079 bash[28699]: cluster 2023-12-08T04:29:32.246437+0000 mgr.a (mgr.14403) 27091 : cluster 0 pgmap v20233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:29:33.702 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:29:33.703 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:33.704 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:33 smithi194 bash[32038]: cluster 2023-12-08T04:29:32.246437+0000 mgr.a (mgr.14403) 27091 : cluster 0 pgmap v20233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:29:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:33 smithi135 bash[32435]: cluster 2023-12-08T04:29:32.246437+0000 mgr.a (mgr.14403) 27091 : cluster 0 pgmap v20233: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:29:34.599 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:29:34.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:34.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:34.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:34.599 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:29:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:35 smithi079 bash[28699]: audit 2023-12-08T04:29:34.108947+0000 mgr.a (mgr.14403) 27092 : audit 0 from='client.532251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:35.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:35 smithi079 bash[28699]: cluster 2023-12-08T04:29:34.259821+0000 mgr.a (mgr.14403) 27093 : cluster 0 pgmap v20234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:35 smithi194 bash[32038]: audit 2023-12-08T04:29:34.108947+0000 mgr.a (mgr.14403) 27092 : audit 0 from='client.532251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:35 smithi194 bash[32038]: cluster 2023-12-08T04:29:34.259821+0000 mgr.a (mgr.14403) 27093 : cluster 0 pgmap v20234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:35 smithi135 bash[32435]: audit 2023-12-08T04:29:34.108947+0000 mgr.a (mgr.14403) 27092 : audit 0 from='client.532251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:35 smithi135 bash[32435]: cluster 2023-12-08T04:29:34.259821+0000 mgr.a (mgr.14403) 27093 : cluster 0 pgmap v20234: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:37 smithi194 bash[32038]: cluster 2023-12-08T04:29:36.260542+0000 mgr.a (mgr.14403) 27094 : cluster 0 pgmap v20235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T04:29:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:37 smithi135 bash[32435]: cluster 2023-12-08T04:29:36.260542+0000 mgr.a (mgr.14403) 27094 : cluster 0 pgmap v20235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T04:29:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:37 smithi079 bash[28699]: cluster 2023-12-08T04:29:36.260542+0000 mgr.a (mgr.14403) 27094 : cluster 0 pgmap v20235: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T04:29:39.602 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:29:39.603 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:39.603 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:39 smithi194 bash[32038]: cluster 2023-12-08T04:29:38.261100+0000 mgr.a (mgr.14403) 27095 : cluster 0 pgmap v20236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T04:29:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:39 smithi135 bash[32435]: cluster 2023-12-08T04:29:38.261100+0000 mgr.a (mgr.14403) 27095 : cluster 0 pgmap v20236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T04:29:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:39 smithi079 bash[28699]: cluster 2023-12-08T04:29:38.261100+0000 mgr.a (mgr.14403) 27095 : cluster 0 pgmap v20236: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T04:29:40.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:40.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:40.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:40.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:29:40.508 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:29:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:41 smithi194 bash[32038]: audit 2023-12-08T04:29:40.002215+0000 mgr.a (mgr.14403) 27096 : audit 0 from='client.532326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:41.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:41 smithi194 bash[32038]: cluster 2023-12-08T04:29:40.270621+0000 mgr.a (mgr.14403) 27097 : cluster 0 pgmap v20237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:41 smithi135 bash[32435]: audit 2023-12-08T04:29:40.002215+0000 mgr.a (mgr.14403) 27096 : audit 0 from='client.532326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:41 smithi135 bash[32435]: cluster 2023-12-08T04:29:40.270621+0000 mgr.a (mgr.14403) 27097 : cluster 0 pgmap v20237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:41 smithi079 bash[28699]: audit 2023-12-08T04:29:40.002215+0000 mgr.a (mgr.14403) 27096 : audit 0 from='client.532326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:41 smithi079 bash[28699]: cluster 2023-12-08T04:29:40.270621+0000 mgr.a (mgr.14403) 27097 : cluster 0 pgmap v20237: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:43 smithi194 bash[32038]: cluster 2023-12-08T04:29:42.271502+0000 mgr.a (mgr.14403) 27098 : cluster 0 pgmap v20238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:29:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:43 smithi135 bash[32435]: cluster 2023-12-08T04:29:42.271502+0000 mgr.a (mgr.14403) 27098 : cluster 0 pgmap v20238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:29:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:43 smithi079 bash[28699]: cluster 2023-12-08T04:29:42.271502+0000 mgr.a (mgr.14403) 27098 : cluster 0 pgmap v20238: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:29:45.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:29:45.511 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:45.512 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:45 smithi194 bash[32038]: cluster 2023-12-08T04:29:44.272357+0000 mgr.a (mgr.14403) 27099 : cluster 0 pgmap v20239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:29:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:45 smithi135 bash[32435]: cluster 2023-12-08T04:29:44.272357+0000 mgr.a (mgr.14403) 27099 : cluster 0 pgmap v20239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:29:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:45 smithi079 bash[28699]: cluster 2023-12-08T04:29:44.272357+0000 mgr.a (mgr.14403) 27099 : cluster 0 pgmap v20239: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:29:46.420 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:29:46.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:46.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:46.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:46.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:29:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:47 smithi194 bash[32038]: audit 2023-12-08T04:29:45.920752+0000 mgr.a (mgr.14403) 27100 : audit 0 from='client.532398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:47 smithi194 bash[32038]: cluster 2023-12-08T04:29:46.273031+0000 mgr.a (mgr.14403) 27101 : cluster 0 pgmap v20240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:47 smithi135 bash[32435]: audit 2023-12-08T04:29:45.920752+0000 mgr.a (mgr.14403) 27100 : audit 0 from='client.532398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:47 smithi135 bash[32435]: cluster 2023-12-08T04:29:46.273031+0000 mgr.a (mgr.14403) 27101 : cluster 0 pgmap v20240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:47 smithi079 bash[28699]: audit 2023-12-08T04:29:45.920752+0000 mgr.a (mgr.14403) 27100 : audit 0 from='client.532398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:47 smithi079 bash[28699]: cluster 2023-12-08T04:29:46.273031+0000 mgr.a (mgr.14403) 27101 : cluster 0 pgmap v20240: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:49 smithi194 bash[32038]: cluster 2023-12-08T04:29:48.273751+0000 mgr.a (mgr.14403) 27102 : cluster 0 pgmap v20241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:49 smithi135 bash[32435]: cluster 2023-12-08T04:29:48.273751+0000 mgr.a (mgr.14403) 27102 : cluster 0 pgmap v20241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:49 smithi079 bash[28699]: cluster 2023-12-08T04:29:48.273751+0000 mgr.a (mgr.14403) 27102 : cluster 0 pgmap v20241: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:51.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:29:51.424 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:51.424 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:51 smithi194 bash[32038]: cluster 2023-12-08T04:29:50.274571+0000 mgr.a (mgr.14403) 27103 : cluster 0 pgmap v20242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:51 smithi135 bash[32435]: cluster 2023-12-08T04:29:50.274571+0000 mgr.a (mgr.14403) 27103 : cluster 0 pgmap v20242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:51 smithi079 bash[28699]: cluster 2023-12-08T04:29:50.274571+0000 mgr.a (mgr.14403) 27103 : cluster 0 pgmap v20242: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:52.342 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:29:52.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:52.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:52.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:52.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:29:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:53 smithi194 bash[32038]: audit 2023-12-08T04:29:51.835390+0000 mgr.a (mgr.14403) 27104 : audit 0 from='client.532476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:53 smithi194 bash[32038]: cluster 2023-12-08T04:29:52.275171+0000 mgr.a (mgr.14403) 27105 : cluster 0 pgmap v20243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:53 smithi135 bash[32435]: audit 2023-12-08T04:29:51.835390+0000 mgr.a (mgr.14403) 27104 : audit 0 from='client.532476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:53 smithi135 bash[32435]: cluster 2023-12-08T04:29:52.275171+0000 mgr.a (mgr.14403) 27105 : cluster 0 pgmap v20243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:53 smithi079 bash[28699]: audit 2023-12-08T04:29:51.835390+0000 mgr.a (mgr.14403) 27104 : audit 0 from='client.532476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:53.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:53 smithi079 bash[28699]: cluster 2023-12-08T04:29:52.275171+0000 mgr.a (mgr.14403) 27105 : cluster 0 pgmap v20243: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:55 smithi194 bash[32038]: cluster 2023-12-08T04:29:54.275912+0000 mgr.a (mgr.14403) 27106 : cluster 0 pgmap v20244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:55 smithi135 bash[32435]: cluster 2023-12-08T04:29:54.275912+0000 mgr.a (mgr.14403) 27106 : cluster 0 pgmap v20244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:55 smithi079 bash[28699]: cluster 2023-12-08T04:29:54.275912+0000 mgr.a (mgr.14403) 27106 : cluster 0 pgmap v20244: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:29:57.345 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:29:57.346 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:29:57.346 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:29:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:57 smithi194 bash[32038]: cluster 2023-12-08T04:29:56.276472+0000 mgr.a (mgr.14403) 27107 : cluster 0 pgmap v20245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:57 smithi135 bash[32435]: cluster 2023-12-08T04:29:56.276472+0000 mgr.a (mgr.14403) 27107 : cluster 0 pgmap v20245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:57 smithi079 bash[28699]: cluster 2023-12-08T04:29:56.276472+0000 mgr.a (mgr.14403) 27107 : cluster 0 pgmap v20245: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:58.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:29:58.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:29:58.281 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:29:58.282 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:29:58.282 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:29:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:59 smithi194 bash[32038]: audit 2023-12-08T04:29:57.758191+0000 mgr.a (mgr.14403) 27108 : audit 0 from='client.532554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:29:59 smithi194 bash[32038]: cluster 2023-12-08T04:29:58.277091+0000 mgr.a (mgr.14403) 27109 : cluster 0 pgmap v20246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:59 smithi135 bash[32435]: audit 2023-12-08T04:29:57.758191+0000 mgr.a (mgr.14403) 27108 : audit 0 from='client.532554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:29:59 smithi135 bash[32435]: cluster 2023-12-08T04:29:58.277091+0000 mgr.a (mgr.14403) 27109 : cluster 0 pgmap v20246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:29:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:59 smithi079 bash[28699]: audit 2023-12-08T04:29:57.758191+0000 mgr.a (mgr.14403) 27108 : audit 0 from='client.532554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:29:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:29:59 smithi079 bash[28699]: cluster 2023-12-08T04:29:58.277091+0000 mgr.a (mgr.14403) 27109 : cluster 0 pgmap v20246: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:00.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:00 smithi135 bash[32435]: cluster 2023-12-08T04:30:00.000145+0000 mon.a (mon.0) 4187 : cluster 1 overall HEALTH_OK 2023-12-08T04:30:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:00 smithi079 bash[28699]: cluster 2023-12-08T04:30:00.000145+0000 mon.a (mon.0) 4187 : cluster 1 overall HEALTH_OK 2023-12-08T04:30:00.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:00 smithi194 bash[32038]: cluster 2023-12-08T04:30:00.000145+0000 mon.a (mon.0) 4187 : cluster 1 overall HEALTH_OK 2023-12-08T04:30:01.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:01 smithi135 bash[32435]: cluster 2023-12-08T04:30:00.277942+0000 mgr.a (mgr.14403) 27110 : cluster 0 pgmap v20247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:01 smithi079 bash[28699]: cluster 2023-12-08T04:30:00.277942+0000 mgr.a (mgr.14403) 27110 : cluster 0 pgmap v20247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:01 smithi194 bash[32038]: cluster 2023-12-08T04:30:00.277942+0000 mgr.a (mgr.14403) 27110 : cluster 0 pgmap v20247: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:03.283 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:30:03.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:03.284 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:03 smithi079 bash[28699]: cluster 2023-12-08T04:30:02.278508+0000 mgr.a (mgr.14403) 27111 : cluster 0 pgmap v20248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:03.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:03 smithi079 bash[28699]: audit 2023-12-08T04:30:02.839398+0000 mon.a (mon.0) 4188 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:30:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:03 smithi194 bash[32038]: cluster 2023-12-08T04:30:02.278508+0000 mgr.a (mgr.14403) 27111 : cluster 0 pgmap v20248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:03 smithi194 bash[32038]: audit 2023-12-08T04:30:02.839398+0000 mon.a (mon.0) 4188 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:30:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:03 smithi135 bash[32435]: cluster 2023-12-08T04:30:02.278508+0000 mgr.a (mgr.14403) 27111 : cluster 0 pgmap v20248: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:03 smithi135 bash[32435]: audit 2023-12-08T04:30:02.839398+0000 mon.a (mon.0) 4188 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:30:04.210 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:30:04.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:04.210 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:04.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:04.211 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:30:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:04 smithi079 bash[28699]: audit 2023-12-08T04:30:03.582198+0000 mon.a (mon.0) 4189 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:30:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:04 smithi079 bash[28699]: audit 2023-12-08T04:30:03.583456+0000 mon.a (mon.0) 4190 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:30:04.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:04 smithi079 bash[28699]: audit 2023-12-08T04:30:03.590464+0000 mon.a (mon.0) 4191 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:30:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:04 smithi194 bash[32038]: audit 2023-12-08T04:30:03.582198+0000 mon.a (mon.0) 4189 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:30:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:04 smithi194 bash[32038]: audit 2023-12-08T04:30:03.583456+0000 mon.a (mon.0) 4190 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:30:04.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:04 smithi194 bash[32038]: audit 2023-12-08T04:30:03.590464+0000 mon.a (mon.0) 4191 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:30:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:04 smithi135 bash[32435]: audit 2023-12-08T04:30:03.582198+0000 mon.a (mon.0) 4189 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:30:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:04 smithi135 bash[32435]: audit 2023-12-08T04:30:03.583456+0000 mon.a (mon.0) 4190 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:30:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:04 smithi135 bash[32435]: audit 2023-12-08T04:30:03.590464+0000 mon.a (mon.0) 4191 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:30:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:05 smithi079 bash[28699]: audit 2023-12-08T04:30:03.690823+0000 mgr.a (mgr.14403) 27112 : audit 0 from='client.532632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:05.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:05 smithi079 bash[28699]: cluster 2023-12-08T04:30:04.279754+0000 mgr.a (mgr.14403) 27113 : cluster 0 pgmap v20249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:05 smithi194 bash[32038]: audit 2023-12-08T04:30:03.690823+0000 mgr.a (mgr.14403) 27112 : audit 0 from='client.532632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:05 smithi194 bash[32038]: cluster 2023-12-08T04:30:04.279754+0000 mgr.a (mgr.14403) 27113 : cluster 0 pgmap v20249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:05 smithi135 bash[32435]: audit 2023-12-08T04:30:03.690823+0000 mgr.a (mgr.14403) 27112 : audit 0 from='client.532632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:05 smithi135 bash[32435]: cluster 2023-12-08T04:30:04.279754+0000 mgr.a (mgr.14403) 27113 : cluster 0 pgmap v20249: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:07.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:07 smithi079 bash[28699]: cluster 2023-12-08T04:30:06.280483+0000 mgr.a (mgr.14403) 27114 : cluster 0 pgmap v20250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:07 smithi194 bash[32038]: cluster 2023-12-08T04:30:06.280483+0000 mgr.a (mgr.14403) 27114 : cluster 0 pgmap v20250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:07 smithi135 bash[32435]: cluster 2023-12-08T04:30:06.280483+0000 mgr.a (mgr.14403) 27114 : cluster 0 pgmap v20250: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:09.213 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:30:09.214 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:09.214 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:09.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:09 smithi079 bash[28699]: cluster 2023-12-08T04:30:08.281072+0000 mgr.a (mgr.14403) 27115 : cluster 0 pgmap v20251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:09 smithi194 bash[32038]: cluster 2023-12-08T04:30:08.281072+0000 mgr.a (mgr.14403) 27115 : cluster 0 pgmap v20251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:09 smithi135 bash[32435]: cluster 2023-12-08T04:30:08.281072+0000 mgr.a (mgr.14403) 27115 : cluster 0 pgmap v20251: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:10.127 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:30:10.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:10.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:10.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:10.128 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:30:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:11 smithi079 bash[28699]: audit 2023-12-08T04:30:09.621519+0000 mgr.a (mgr.14403) 27116 : audit 0 from='client.532710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:11.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:11 smithi079 bash[28699]: cluster 2023-12-08T04:30:10.282339+0000 mgr.a (mgr.14403) 27117 : cluster 0 pgmap v20252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:11 smithi194 bash[32038]: audit 2023-12-08T04:30:09.621519+0000 mgr.a (mgr.14403) 27116 : audit 0 from='client.532710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:11 smithi194 bash[32038]: cluster 2023-12-08T04:30:10.282339+0000 mgr.a (mgr.14403) 27117 : cluster 0 pgmap v20252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:11 smithi135 bash[32435]: audit 2023-12-08T04:30:09.621519+0000 mgr.a (mgr.14403) 27116 : audit 0 from='client.532710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:11 smithi135 bash[32435]: cluster 2023-12-08T04:30:10.282339+0000 mgr.a (mgr.14403) 27117 : cluster 0 pgmap v20252: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:13.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:13 smithi079 bash[28699]: cluster 2023-12-08T04:30:12.282961+0000 mgr.a (mgr.14403) 27118 : cluster 0 pgmap v20253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:13 smithi194 bash[32038]: cluster 2023-12-08T04:30:12.282961+0000 mgr.a (mgr.14403) 27118 : cluster 0 pgmap v20253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:13 smithi135 bash[32435]: cluster 2023-12-08T04:30:12.282961+0000 mgr.a (mgr.14403) 27118 : cluster 0 pgmap v20253: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:15.130 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:30:15.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:15.131 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:15.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:15 smithi194 bash[32038]: cluster 2023-12-08T04:30:14.283833+0000 mgr.a (mgr.14403) 27119 : cluster 0 pgmap v20254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:15 smithi135 bash[32435]: cluster 2023-12-08T04:30:14.283833+0000 mgr.a (mgr.14403) 27119 : cluster 0 pgmap v20254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:15 smithi079 bash[28699]: cluster 2023-12-08T04:30:14.283833+0000 mgr.a (mgr.14403) 27119 : cluster 0 pgmap v20254: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:16.060 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:30:16.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:16.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:16.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:16.061 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:30:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:17 smithi194 bash[32038]: audit 2023-12-08T04:30:15.539453+0000 mgr.a (mgr.14403) 27120 : audit 0 from='client.532785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:17.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:17 smithi194 bash[32038]: cluster 2023-12-08T04:30:16.284610+0000 mgr.a (mgr.14403) 27121 : cluster 0 pgmap v20255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:17 smithi135 bash[32435]: audit 2023-12-08T04:30:15.539453+0000 mgr.a (mgr.14403) 27120 : audit 0 from='client.532785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:17.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:17 smithi135 bash[32435]: cluster 2023-12-08T04:30:16.284610+0000 mgr.a (mgr.14403) 27121 : cluster 0 pgmap v20255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:17 smithi079 bash[28699]: audit 2023-12-08T04:30:15.539453+0000 mgr.a (mgr.14403) 27120 : audit 0 from='client.532785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:17 smithi079 bash[28699]: cluster 2023-12-08T04:30:16.284610+0000 mgr.a (mgr.14403) 27121 : cluster 0 pgmap v20255: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:19 smithi194 bash[32038]: cluster 2023-12-08T04:30:18.285222+0000 mgr.a (mgr.14403) 27122 : cluster 0 pgmap v20256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:19 smithi135 bash[32435]: cluster 2023-12-08T04:30:18.285222+0000 mgr.a (mgr.14403) 27122 : cluster 0 pgmap v20256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:19 smithi079 bash[28699]: cluster 2023-12-08T04:30:18.285222+0000 mgr.a (mgr.14403) 27122 : cluster 0 pgmap v20256: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:21.062 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:30:21.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:21.063 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:21 smithi194 bash[32038]: cluster 2023-12-08T04:30:20.286028+0000 mgr.a (mgr.14403) 27123 : cluster 0 pgmap v20257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:21 smithi135 bash[32435]: cluster 2023-12-08T04:30:20.286028+0000 mgr.a (mgr.14403) 27123 : cluster 0 pgmap v20257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:21.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:21 smithi079 bash[28699]: cluster 2023-12-08T04:30:20.286028+0000 mgr.a (mgr.14403) 27123 : cluster 0 pgmap v20257: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:21.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:21.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:21.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:21.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:30:21.953 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:30:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:22 smithi194 bash[32038]: audit 2023-12-08T04:30:21.456401+0000 mgr.a (mgr.14403) 27124 : audit 0 from='client.532863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:22 smithi135 bash[32435]: audit 2023-12-08T04:30:21.456401+0000 mgr.a (mgr.14403) 27124 : audit 0 from='client.532863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:22.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:22 smithi079 bash[28699]: audit 2023-12-08T04:30:21.456401+0000 mgr.a (mgr.14403) 27124 : audit 0 from='client.532863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:23 smithi194 bash[32038]: cluster 2023-12-08T04:30:22.286715+0000 mgr.a (mgr.14403) 27125 : cluster 0 pgmap v20258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:23 smithi135 bash[32435]: cluster 2023-12-08T04:30:22.286715+0000 mgr.a (mgr.14403) 27125 : cluster 0 pgmap v20258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:23 smithi079 bash[28699]: cluster 2023-12-08T04:30:22.286715+0000 mgr.a (mgr.14403) 27125 : cluster 0 pgmap v20258: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:25 smithi194 bash[32038]: cluster 2023-12-08T04:30:24.287551+0000 mgr.a (mgr.14403) 27126 : cluster 0 pgmap v20259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:25 smithi135 bash[32435]: cluster 2023-12-08T04:30:24.287551+0000 mgr.a (mgr.14403) 27126 : cluster 0 pgmap v20259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:25 smithi079 bash[28699]: cluster 2023-12-08T04:30:24.287551+0000 mgr.a (mgr.14403) 27126 : cluster 0 pgmap v20259: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:26.956 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:30:26.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:26.957 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:27 smithi194 bash[32038]: cluster 2023-12-08T04:30:26.288268+0000 mgr.a (mgr.14403) 27127 : cluster 0 pgmap v20260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:27 smithi135 bash[32435]: cluster 2023-12-08T04:30:26.288268+0000 mgr.a (mgr.14403) 27127 : cluster 0 pgmap v20260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:27.851 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:30:27.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:27.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:27.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:27.852 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:30:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:27 smithi079 bash[28699]: cluster 2023-12-08T04:30:26.288268+0000 mgr.a (mgr.14403) 27127 : cluster 0 pgmap v20260: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:28 smithi194 bash[32038]: audit 2023-12-08T04:30:27.351411+0000 mgr.a (mgr.14403) 27128 : audit 0 from='client.532941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:28 smithi135 bash[32435]: audit 2023-12-08T04:30:27.351411+0000 mgr.a (mgr.14403) 27128 : audit 0 from='client.532941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:28.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:28 smithi079 bash[28699]: audit 2023-12-08T04:30:27.351411+0000 mgr.a (mgr.14403) 27128 : audit 0 from='client.532941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:29 smithi194 bash[32038]: cluster 2023-12-08T04:30:28.288954+0000 mgr.a (mgr.14403) 27129 : cluster 0 pgmap v20261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:29 smithi135 bash[32435]: cluster 2023-12-08T04:30:28.288954+0000 mgr.a (mgr.14403) 27129 : cluster 0 pgmap v20261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:29 smithi079 bash[28699]: cluster 2023-12-08T04:30:28.288954+0000 mgr.a (mgr.14403) 27129 : cluster 0 pgmap v20261: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:31 smithi194 bash[32038]: cluster 2023-12-08T04:30:30.289791+0000 mgr.a (mgr.14403) 27130 : cluster 0 pgmap v20262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:31 smithi135 bash[32435]: cluster 2023-12-08T04:30:30.289791+0000 mgr.a (mgr.14403) 27130 : cluster 0 pgmap v20262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:31 smithi079 bash[28699]: cluster 2023-12-08T04:30:30.289791+0000 mgr.a (mgr.14403) 27130 : cluster 0 pgmap v20262: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:32.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:30:32.856 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:32.856 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:33 smithi194 bash[32038]: cluster 2023-12-08T04:30:32.290378+0000 mgr.a (mgr.14403) 27131 : cluster 0 pgmap v20263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:33 smithi135 bash[32435]: cluster 2023-12-08T04:30:32.290378+0000 mgr.a (mgr.14403) 27131 : cluster 0 pgmap v20263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:33.772 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:30:33.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:33.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:33.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:33.772 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:30:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:33 smithi079 bash[28699]: cluster 2023-12-08T04:30:32.290378+0000 mgr.a (mgr.14403) 27131 : cluster 0 pgmap v20263: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:34 smithi194 bash[32038]: audit 2023-12-08T04:30:33.261044+0000 mgr.a (mgr.14403) 27132 : audit 0 from='client.533016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:34 smithi135 bash[32435]: audit 2023-12-08T04:30:33.261044+0000 mgr.a (mgr.14403) 27132 : audit 0 from='client.533016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:34.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:34 smithi079 bash[28699]: audit 2023-12-08T04:30:33.261044+0000 mgr.a (mgr.14403) 27132 : audit 0 from='client.533016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:35 smithi135 bash[32435]: cluster 2023-12-08T04:30:34.291428+0000 mgr.a (mgr.14403) 27133 : cluster 0 pgmap v20264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:30:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:35 smithi079 bash[28699]: cluster 2023-12-08T04:30:34.291428+0000 mgr.a (mgr.14403) 27133 : cluster 0 pgmap v20264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:30:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:35 smithi194 bash[32038]: cluster 2023-12-08T04:30:34.291428+0000 mgr.a (mgr.14403) 27133 : cluster 0 pgmap v20264: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:30:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:37 smithi079 bash[28699]: cluster 2023-12-08T04:30:36.292014+0000 mgr.a (mgr.14403) 27134 : cluster 0 pgmap v20265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:30:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:37 smithi194 bash[32038]: cluster 2023-12-08T04:30:36.292014+0000 mgr.a (mgr.14403) 27134 : cluster 0 pgmap v20265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:30:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:37 smithi135 bash[32435]: cluster 2023-12-08T04:30:36.292014+0000 mgr.a (mgr.14403) 27134 : cluster 0 pgmap v20265: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:30:38.773 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:30:38.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:38.774 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:39.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:39.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:39.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:39.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:30:39.677 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:30:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:39 smithi079 bash[28699]: cluster 2023-12-08T04:30:38.292522+0000 mgr.a (mgr.14403) 27135 : cluster 0 pgmap v20266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:30:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:39 smithi194 bash[32038]: cluster 2023-12-08T04:30:38.292522+0000 mgr.a (mgr.14403) 27135 : cluster 0 pgmap v20266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:30:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:39 smithi135 bash[32435]: cluster 2023-12-08T04:30:38.292522+0000 mgr.a (mgr.14403) 27135 : cluster 0 pgmap v20266: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:30:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:40 smithi079 bash[28699]: audit 2023-12-08T04:30:39.173654+0000 mgr.a (mgr.14403) 27136 : audit 0 from='client.533094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:40.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:40 smithi194 bash[32038]: audit 2023-12-08T04:30:39.173654+0000 mgr.a (mgr.14403) 27136 : audit 0 from='client.533094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:40.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:40 smithi135 bash[32435]: audit 2023-12-08T04:30:39.173654+0000 mgr.a (mgr.14403) 27136 : audit 0 from='client.533094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:41 smithi079 bash[28699]: cluster 2023-12-08T04:30:40.293541+0000 mgr.a (mgr.14403) 27137 : cluster 0 pgmap v20267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:41 smithi194 bash[32038]: cluster 2023-12-08T04:30:40.293541+0000 mgr.a (mgr.14403) 27137 : cluster 0 pgmap v20267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:41 smithi135 bash[32435]: cluster 2023-12-08T04:30:40.293541+0000 mgr.a (mgr.14403) 27137 : cluster 0 pgmap v20267: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:43 smithi079 bash[28699]: cluster 2023-12-08T04:30:42.294118+0000 mgr.a (mgr.14403) 27138 : cluster 0 pgmap v20268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:43 smithi194 bash[32038]: cluster 2023-12-08T04:30:42.294118+0000 mgr.a (mgr.14403) 27138 : cluster 0 pgmap v20268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:43 smithi135 bash[32435]: cluster 2023-12-08T04:30:42.294118+0000 mgr.a (mgr.14403) 27138 : cluster 0 pgmap v20268: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:30:44.679 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:30:44.680 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:44.681 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:45.592 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:30:45.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:45.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:45.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:45.592 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:30:45.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:45 smithi079 bash[28699]: cluster 2023-12-08T04:30:44.294875+0000 mgr.a (mgr.14403) 27139 : cluster 0 pgmap v20269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:45 smithi194 bash[32038]: cluster 2023-12-08T04:30:44.294875+0000 mgr.a (mgr.14403) 27139 : cluster 0 pgmap v20269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:45 smithi135 bash[32435]: cluster 2023-12-08T04:30:44.294875+0000 mgr.a (mgr.14403) 27139 : cluster 0 pgmap v20269: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:46.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:46 smithi194 bash[32038]: audit 2023-12-08T04:30:45.085809+0000 mgr.a (mgr.14403) 27140 : audit 0 from='client.533169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:46.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:46 smithi135 bash[32435]: audit 2023-12-08T04:30:45.085809+0000 mgr.a (mgr.14403) 27140 : audit 0 from='client.533169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:46.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:46 smithi079 bash[28699]: audit 2023-12-08T04:30:45.085809+0000 mgr.a (mgr.14403) 27140 : audit 0 from='client.533169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:47.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:47 smithi194 bash[32038]: cluster 2023-12-08T04:30:46.295595+0000 mgr.a (mgr.14403) 27141 : cluster 0 pgmap v20270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:30:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:47 smithi135 bash[32435]: cluster 2023-12-08T04:30:46.295595+0000 mgr.a (mgr.14403) 27141 : cluster 0 pgmap v20270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:30:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:47 smithi079 bash[28699]: cluster 2023-12-08T04:30:46.295595+0000 mgr.a (mgr.14403) 27141 : cluster 0 pgmap v20270: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:30:49.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:49 smithi194 bash[32038]: cluster 2023-12-08T04:30:48.296113+0000 mgr.a (mgr.14403) 27142 : cluster 0 pgmap v20271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:30:49.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:49 smithi135 bash[32435]: cluster 2023-12-08T04:30:48.296113+0000 mgr.a (mgr.14403) 27142 : cluster 0 pgmap v20271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:30:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:49 smithi079 bash[28699]: cluster 2023-12-08T04:30:48.296113+0000 mgr.a (mgr.14403) 27142 : cluster 0 pgmap v20271: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:30:50.595 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:30:50.595 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:50.596 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:51.535 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:30:51.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:51.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:51.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:51.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:30:51.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:51 smithi194 bash[32038]: cluster 2023-12-08T04:30:50.296920+0000 mgr.a (mgr.14403) 27143 : cluster 0 pgmap v20272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:30:51.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:51 smithi135 bash[32435]: cluster 2023-12-08T04:30:50.296920+0000 mgr.a (mgr.14403) 27143 : cluster 0 pgmap v20272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:30:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:51 smithi079 bash[28699]: cluster 2023-12-08T04:30:50.296920+0000 mgr.a (mgr.14403) 27143 : cluster 0 pgmap v20272: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:30:52.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:52 smithi194 bash[32038]: audit 2023-12-08T04:30:51.004452+0000 mgr.a (mgr.14403) 27144 : audit 0 from='client.401938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:52.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:52 smithi135 bash[32435]: audit 2023-12-08T04:30:51.004452+0000 mgr.a (mgr.14403) 27144 : audit 0 from='client.401938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:52.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:52 smithi079 bash[28699]: audit 2023-12-08T04:30:51.004452+0000 mgr.a (mgr.14403) 27144 : audit 0 from='client.401938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:53 smithi194 bash[32038]: cluster 2023-12-08T04:30:52.297592+0000 mgr.a (mgr.14403) 27145 : cluster 0 pgmap v20273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:53 smithi135 bash[32435]: cluster 2023-12-08T04:30:52.297592+0000 mgr.a (mgr.14403) 27145 : cluster 0 pgmap v20273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:53 smithi079 bash[28699]: cluster 2023-12-08T04:30:52.297592+0000 mgr.a (mgr.14403) 27145 : cluster 0 pgmap v20273: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:55.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:55 smithi194 bash[32038]: cluster 2023-12-08T04:30:54.298430+0000 mgr.a (mgr.14403) 27146 : cluster 0 pgmap v20274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:55.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:55 smithi135 bash[32435]: cluster 2023-12-08T04:30:54.298430+0000 mgr.a (mgr.14403) 27146 : cluster 0 pgmap v20274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:55 smithi079 bash[28699]: cluster 2023-12-08T04:30:54.298430+0000 mgr.a (mgr.14403) 27146 : cluster 0 pgmap v20274: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:30:56.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:30:56.536 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:30:56.537 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:30:57.447 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:30:57.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:30:57.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:30:57.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:30:57.447 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:30:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:57 smithi194 bash[32038]: cluster 2023-12-08T04:30:56.299031+0000 mgr.a (mgr.14403) 27147 : cluster 0 pgmap v20275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:57 smithi135 bash[32435]: cluster 2023-12-08T04:30:56.299031+0000 mgr.a (mgr.14403) 27147 : cluster 0 pgmap v20275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:57 smithi079 bash[28699]: cluster 2023-12-08T04:30:56.299031+0000 mgr.a (mgr.14403) 27147 : cluster 0 pgmap v20275: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:58.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:58 smithi194 bash[32038]: audit 2023-12-08T04:30:56.936805+0000 mgr.a (mgr.14403) 27148 : audit 0 from='client.533319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:58.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:58 smithi135 bash[32435]: audit 2023-12-08T04:30:56.936805+0000 mgr.a (mgr.14403) 27148 : audit 0 from='client.533319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:58.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:58 smithi079 bash[28699]: audit 2023-12-08T04:30:56.936805+0000 mgr.a (mgr.14403) 27148 : audit 0 from='client.533319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:30:59.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:30:59 smithi194 bash[32038]: cluster 2023-12-08T04:30:58.299666+0000 mgr.a (mgr.14403) 27149 : cluster 0 pgmap v20276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:30:59 smithi135 bash[32435]: cluster 2023-12-08T04:30:58.299666+0000 mgr.a (mgr.14403) 27149 : cluster 0 pgmap v20276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:30:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:30:59 smithi079 bash[28699]: cluster 2023-12-08T04:30:58.299666+0000 mgr.a (mgr.14403) 27149 : cluster 0 pgmap v20276: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:01 smithi194 bash[32038]: cluster 2023-12-08T04:31:00.300488+0000 mgr.a (mgr.14403) 27150 : cluster 0 pgmap v20277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:01.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:01 smithi135 bash[32435]: cluster 2023-12-08T04:31:00.300488+0000 mgr.a (mgr.14403) 27150 : cluster 0 pgmap v20277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:01 smithi079 bash[28699]: cluster 2023-12-08T04:31:00.300488+0000 mgr.a (mgr.14403) 27150 : cluster 0 pgmap v20277: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:02.449 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:31:02.450 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:02.450 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:03.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:03.380 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:03.380 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:31:03.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:03.381 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:31:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:03 smithi194 bash[32038]: cluster 2023-12-08T04:31:02.301050+0000 mgr.a (mgr.14403) 27151 : cluster 0 pgmap v20278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:03 smithi135 bash[32435]: cluster 2023-12-08T04:31:02.301050+0000 mgr.a (mgr.14403) 27151 : cluster 0 pgmap v20278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:03 smithi079 bash[28699]: cluster 2023-12-08T04:31:02.301050+0000 mgr.a (mgr.14403) 27151 : cluster 0 pgmap v20278: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:04 smithi135 bash[32435]: audit 2023-12-08T04:31:02.864356+0000 mgr.a (mgr.14403) 27152 : audit 0 from='client.533388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:04 smithi135 bash[32435]: audit 2023-12-08T04:31:03.691197+0000 mon.a (mon.0) 4192 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:31:04.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:04 smithi135 bash[32435]: audit 2023-12-08T04:31:04.426249+0000 mon.a (mon.0) 4193 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:31:04.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:04 smithi135 bash[32435]: audit 2023-12-08T04:31:04.427651+0000 mon.a (mon.0) 4194 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:31:04.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:04 smithi135 bash[32435]: audit 2023-12-08T04:31:04.435061+0000 mon.a (mon.0) 4195 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:31:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:04 smithi079 bash[28699]: audit 2023-12-08T04:31:02.864356+0000 mgr.a (mgr.14403) 27152 : audit 0 from='client.533388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:04 smithi079 bash[28699]: audit 2023-12-08T04:31:03.691197+0000 mon.a (mon.0) 4192 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:31:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:04 smithi079 bash[28699]: audit 2023-12-08T04:31:04.426249+0000 mon.a (mon.0) 4193 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:31:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:04 smithi079 bash[28699]: audit 2023-12-08T04:31:04.427651+0000 mon.a (mon.0) 4194 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:31:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:04 smithi079 bash[28699]: audit 2023-12-08T04:31:04.435061+0000 mon.a (mon.0) 4195 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:31:04.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:04 smithi194 bash[32038]: audit 2023-12-08T04:31:02.864356+0000 mgr.a (mgr.14403) 27152 : audit 0 from='client.533388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:04.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:04 smithi194 bash[32038]: audit 2023-12-08T04:31:03.691197+0000 mon.a (mon.0) 4192 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:31:04.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:04 smithi194 bash[32038]: audit 2023-12-08T04:31:04.426249+0000 mon.a (mon.0) 4193 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:31:04.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:04 smithi194 bash[32038]: audit 2023-12-08T04:31:04.427651+0000 mon.a (mon.0) 4194 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:31:04.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:04 smithi194 bash[32038]: audit 2023-12-08T04:31:04.435061+0000 mon.a (mon.0) 4195 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:31:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:05 smithi135 bash[32435]: cluster 2023-12-08T04:31:04.301666+0000 mgr.a (mgr.14403) 27153 : cluster 0 pgmap v20279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:05 smithi079 bash[28699]: cluster 2023-12-08T04:31:04.301666+0000 mgr.a (mgr.14403) 27153 : cluster 0 pgmap v20279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:05 smithi194 bash[32038]: cluster 2023-12-08T04:31:04.301666+0000 mgr.a (mgr.14403) 27153 : cluster 0 pgmap v20279: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:07 smithi079 bash[28699]: cluster 2023-12-08T04:31:06.302187+0000 mgr.a (mgr.14403) 27154 : cluster 0 pgmap v20280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:07 smithi194 bash[32038]: cluster 2023-12-08T04:31:06.302187+0000 mgr.a (mgr.14403) 27154 : cluster 0 pgmap v20280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:07 smithi135 bash[32435]: cluster 2023-12-08T04:31:06.302187+0000 mgr.a (mgr.14403) 27154 : cluster 0 pgmap v20280: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:08.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:31:08.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:08.384 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:09.322 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:31:09.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:09.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:09.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:09.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:31:09.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:09 smithi079 bash[28699]: cluster 2023-12-08T04:31:08.302722+0000 mgr.a (mgr.14403) 27155 : cluster 0 pgmap v20281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:09 smithi194 bash[32038]: cluster 2023-12-08T04:31:08.302722+0000 mgr.a (mgr.14403) 27155 : cluster 0 pgmap v20281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:09.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:09 smithi135 bash[32435]: cluster 2023-12-08T04:31:08.302722+0000 mgr.a (mgr.14403) 27155 : cluster 0 pgmap v20281: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:10 smithi079 bash[28699]: audit 2023-12-08T04:31:08.795792+0000 mgr.a (mgr.14403) 27156 : audit 0 from='client.533466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:10.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:10 smithi194 bash[32038]: audit 2023-12-08T04:31:08.795792+0000 mgr.a (mgr.14403) 27156 : audit 0 from='client.533466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:10.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:10 smithi135 bash[32435]: audit 2023-12-08T04:31:08.795792+0000 mgr.a (mgr.14403) 27156 : audit 0 from='client.533466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:11 smithi079 bash[28699]: cluster 2023-12-08T04:31:10.303781+0000 mgr.a (mgr.14403) 27157 : cluster 0 pgmap v20282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:11.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:11 smithi194 bash[32038]: cluster 2023-12-08T04:31:10.303781+0000 mgr.a (mgr.14403) 27157 : cluster 0 pgmap v20282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:11 smithi135 bash[32435]: cluster 2023-12-08T04:31:10.303781+0000 mgr.a (mgr.14403) 27157 : cluster 0 pgmap v20282: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:13 smithi079 bash[28699]: cluster 2023-12-08T04:31:12.304363+0000 mgr.a (mgr.14403) 27158 : cluster 0 pgmap v20283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:13 smithi194 bash[32038]: cluster 2023-12-08T04:31:12.304363+0000 mgr.a (mgr.14403) 27158 : cluster 0 pgmap v20283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:13 smithi135 bash[32435]: cluster 2023-12-08T04:31:12.304363+0000 mgr.a (mgr.14403) 27158 : cluster 0 pgmap v20283: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:14.322 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:31:14.323 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:14.324 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:14 smithi079 bash[28699]: cluster 2023-12-08T04:31:14.305085+0000 mgr.a (mgr.14403) 27159 : cluster 0 pgmap v20284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:14.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:14 smithi194 bash[32038]: cluster 2023-12-08T04:31:14.305085+0000 mgr.a (mgr.14403) 27159 : cluster 0 pgmap v20284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:14.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:14 smithi135 bash[32435]: cluster 2023-12-08T04:31:14.305085+0000 mgr.a (mgr.14403) 27159 : cluster 0 pgmap v20284: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:15.236 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:31:15.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:15.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:15.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:15.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:31:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:15 smithi079 bash[28699]: audit 2023-12-08T04:31:14.730041+0000 mgr.a (mgr.14403) 27160 : audit 0 from='client.533541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:15 smithi194 bash[32038]: audit 2023-12-08T04:31:14.730041+0000 mgr.a (mgr.14403) 27160 : audit 0 from='client.533541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:15 smithi135 bash[32435]: audit 2023-12-08T04:31:14.730041+0000 mgr.a (mgr.14403) 27160 : audit 0 from='client.533541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:16 smithi079 bash[28699]: cluster 2023-12-08T04:31:16.305726+0000 mgr.a (mgr.14403) 27161 : cluster 0 pgmap v20285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:16 smithi194 bash[32038]: cluster 2023-12-08T04:31:16.305726+0000 mgr.a (mgr.14403) 27161 : cluster 0 pgmap v20285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:16 smithi135 bash[32435]: cluster 2023-12-08T04:31:16.305726+0000 mgr.a (mgr.14403) 27161 : cluster 0 pgmap v20285: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:19.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:19 smithi194 bash[32038]: cluster 2023-12-08T04:31:18.306293+0000 mgr.a (mgr.14403) 27162 : cluster 0 pgmap v20286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:19.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:19 smithi135 bash[32435]: cluster 2023-12-08T04:31:18.306293+0000 mgr.a (mgr.14403) 27162 : cluster 0 pgmap v20286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:19 smithi079 bash[28699]: cluster 2023-12-08T04:31:18.306293+0000 mgr.a (mgr.14403) 27162 : cluster 0 pgmap v20286: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:20.239 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:31:20.240 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:20.240 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:21.156 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:31:21.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:21.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:21.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:21.157 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:31:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:21 smithi194 bash[32038]: cluster 2023-12-08T04:31:20.307095+0000 mgr.a (mgr.14403) 27163 : cluster 0 pgmap v20287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:21 smithi135 bash[32435]: cluster 2023-12-08T04:31:20.307095+0000 mgr.a (mgr.14403) 27163 : cluster 0 pgmap v20287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:21.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:21 smithi079 bash[28699]: cluster 2023-12-08T04:31:20.307095+0000 mgr.a (mgr.14403) 27163 : cluster 0 pgmap v20287: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:22.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:22 smithi194 bash[32038]: audit 2023-12-08T04:31:20.642076+0000 mgr.a (mgr.14403) 27164 : audit 0 from='client.533613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:22.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:22 smithi135 bash[32435]: audit 2023-12-08T04:31:20.642076+0000 mgr.a (mgr.14403) 27164 : audit 0 from='client.533613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:22.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:22 smithi079 bash[28699]: audit 2023-12-08T04:31:20.642076+0000 mgr.a (mgr.14403) 27164 : audit 0 from='client.533613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:23 smithi194 bash[32038]: cluster 2023-12-08T04:31:22.307621+0000 mgr.a (mgr.14403) 27165 : cluster 0 pgmap v20288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:23 smithi135 bash[32435]: cluster 2023-12-08T04:31:22.307621+0000 mgr.a (mgr.14403) 27165 : cluster 0 pgmap v20288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:23 smithi079 bash[28699]: cluster 2023-12-08T04:31:22.307621+0000 mgr.a (mgr.14403) 27165 : cluster 0 pgmap v20288: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:25 smithi194 bash[32038]: cluster 2023-12-08T04:31:24.308406+0000 mgr.a (mgr.14403) 27166 : cluster 0 pgmap v20289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:25 smithi135 bash[32435]: cluster 2023-12-08T04:31:24.308406+0000 mgr.a (mgr.14403) 27166 : cluster 0 pgmap v20289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:25 smithi079 bash[28699]: cluster 2023-12-08T04:31:24.308406+0000 mgr.a (mgr.14403) 27166 : cluster 0 pgmap v20289: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:26.159 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:31:26.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:26.160 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:27.086 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:31:27.086 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:27.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:27.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:27.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:31:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:27 smithi194 bash[32038]: cluster 2023-12-08T04:31:26.308947+0000 mgr.a (mgr.14403) 27167 : cluster 0 pgmap v20290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:27 smithi135 bash[32435]: cluster 2023-12-08T04:31:26.308947+0000 mgr.a (mgr.14403) 27167 : cluster 0 pgmap v20290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:27 smithi079 bash[28699]: cluster 2023-12-08T04:31:26.308947+0000 mgr.a (mgr.14403) 27167 : cluster 0 pgmap v20290: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:28.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:28 smithi194 bash[32038]: audit 2023-12-08T04:31:26.564135+0000 mgr.a (mgr.14403) 27168 : audit 0 from='client.533691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:28.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:28 smithi135 bash[32435]: audit 2023-12-08T04:31:26.564135+0000 mgr.a (mgr.14403) 27168 : audit 0 from='client.533691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:28.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:28 smithi079 bash[28699]: audit 2023-12-08T04:31:26.564135+0000 mgr.a (mgr.14403) 27168 : audit 0 from='client.533691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:29.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:29 smithi194 bash[32038]: cluster 2023-12-08T04:31:28.309643+0000 mgr.a (mgr.14403) 27169 : cluster 0 pgmap v20291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:29.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:29 smithi135 bash[32435]: cluster 2023-12-08T04:31:28.309643+0000 mgr.a (mgr.14403) 27169 : cluster 0 pgmap v20291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:29 smithi079 bash[28699]: cluster 2023-12-08T04:31:28.309643+0000 mgr.a (mgr.14403) 27169 : cluster 0 pgmap v20291: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:31 smithi194 bash[32038]: cluster 2023-12-08T04:31:30.310508+0000 mgr.a (mgr.14403) 27170 : cluster 0 pgmap v20292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:31 smithi135 bash[32435]: cluster 2023-12-08T04:31:30.310508+0000 mgr.a (mgr.14403) 27170 : cluster 0 pgmap v20292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:31 smithi079 bash[28699]: cluster 2023-12-08T04:31:30.310508+0000 mgr.a (mgr.14403) 27170 : cluster 0 pgmap v20292: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:32.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:31:32.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:32.090 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:32.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:32.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:32.992 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:32.993 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:31:32.993 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:31:33.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:33 smithi194 bash[32038]: cluster 2023-12-08T04:31:32.311088+0000 mgr.a (mgr.14403) 27171 : cluster 0 pgmap v20293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:33.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:33 smithi135 bash[32435]: cluster 2023-12-08T04:31:32.311088+0000 mgr.a (mgr.14403) 27171 : cluster 0 pgmap v20293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:33 smithi079 bash[28699]: cluster 2023-12-08T04:31:32.311088+0000 mgr.a (mgr.14403) 27171 : cluster 0 pgmap v20293: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:34.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:34 smithi194 bash[32038]: audit 2023-12-08T04:31:32.500538+0000 mgr.a (mgr.14403) 27172 : audit 0 from='client.533766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:34.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:34 smithi135 bash[32435]: audit 2023-12-08T04:31:32.500538+0000 mgr.a (mgr.14403) 27172 : audit 0 from='client.533766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:34.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:34 smithi079 bash[28699]: audit 2023-12-08T04:31:32.500538+0000 mgr.a (mgr.14403) 27172 : audit 0 from='client.533766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:35.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:35 smithi194 bash[32038]: cluster 2023-12-08T04:31:34.311940+0000 mgr.a (mgr.14403) 27173 : cluster 0 pgmap v20294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:35.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:35 smithi135 bash[32435]: cluster 2023-12-08T04:31:34.311940+0000 mgr.a (mgr.14403) 27173 : cluster 0 pgmap v20294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:35 smithi079 bash[28699]: cluster 2023-12-08T04:31:34.311940+0000 mgr.a (mgr.14403) 27173 : cluster 0 pgmap v20294: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:37 smithi135 bash[32435]: cluster 2023-12-08T04:31:36.312531+0000 mgr.a (mgr.14403) 27174 : cluster 0 pgmap v20295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:37 smithi079 bash[28699]: cluster 2023-12-08T04:31:36.312531+0000 mgr.a (mgr.14403) 27174 : cluster 0 pgmap v20295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:37 smithi194 bash[32038]: cluster 2023-12-08T04:31:36.312531+0000 mgr.a (mgr.14403) 27174 : cluster 0 pgmap v20295: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:37.996 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:31:37.996 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:37.996 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:38.865 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:31:38.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:38.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:38.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:38.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:31:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:39 smithi079 bash[28699]: cluster 2023-12-08T04:31:38.313195+0000 mgr.a (mgr.14403) 27175 : cluster 0 pgmap v20296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:39 smithi079 bash[28699]: audit 2023-12-08T04:31:38.386123+0000 mgr.a (mgr.14403) 27176 : audit 0 from='client.533844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:39 smithi194 bash[32038]: cluster 2023-12-08T04:31:38.313195+0000 mgr.a (mgr.14403) 27175 : cluster 0 pgmap v20296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:39 smithi194 bash[32038]: audit 2023-12-08T04:31:38.386123+0000 mgr.a (mgr.14403) 27176 : audit 0 from='client.533844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:39 smithi135 bash[32435]: cluster 2023-12-08T04:31:38.313195+0000 mgr.a (mgr.14403) 27175 : cluster 0 pgmap v20296: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:39 smithi135 bash[32435]: audit 2023-12-08T04:31:38.386123+0000 mgr.a (mgr.14403) 27176 : audit 0 from='client.533844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:41 smithi079 bash[28699]: cluster 2023-12-08T04:31:40.314323+0000 mgr.a (mgr.14403) 27177 : cluster 0 pgmap v20297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:41 smithi194 bash[32038]: cluster 2023-12-08T04:31:40.314323+0000 mgr.a (mgr.14403) 27177 : cluster 0 pgmap v20297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:41 smithi135 bash[32435]: cluster 2023-12-08T04:31:40.314323+0000 mgr.a (mgr.14403) 27177 : cluster 0 pgmap v20297: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:43.868 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:31:43.869 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:43.869 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:43 smithi079 bash[28699]: cluster 2023-12-08T04:31:42.314882+0000 mgr.a (mgr.14403) 27178 : cluster 0 pgmap v20298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:43 smithi194 bash[32038]: cluster 2023-12-08T04:31:42.314882+0000 mgr.a (mgr.14403) 27178 : cluster 0 pgmap v20298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:43 smithi135 bash[32435]: cluster 2023-12-08T04:31:42.314882+0000 mgr.a (mgr.14403) 27178 : cluster 0 pgmap v20298: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:44.793 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:31:44.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:44.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:44.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:44.794 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:31:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:45 smithi079 bash[28699]: audit 2023-12-08T04:31:44.272419+0000 mgr.a (mgr.14403) 27179 : audit 0 from='client.533922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:45 smithi079 bash[28699]: cluster 2023-12-08T04:31:44.315566+0000 mgr.a (mgr.14403) 27180 : cluster 0 pgmap v20299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:45 smithi194 bash[32038]: audit 2023-12-08T04:31:44.272419+0000 mgr.a (mgr.14403) 27179 : audit 0 from='client.533922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:45 smithi194 bash[32038]: cluster 2023-12-08T04:31:44.315566+0000 mgr.a (mgr.14403) 27180 : cluster 0 pgmap v20299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:45 smithi135 bash[32435]: audit 2023-12-08T04:31:44.272419+0000 mgr.a (mgr.14403) 27179 : audit 0 from='client.533922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:45 smithi135 bash[32435]: cluster 2023-12-08T04:31:44.315566+0000 mgr.a (mgr.14403) 27180 : cluster 0 pgmap v20299: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:47.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:47 smithi079 bash[28699]: cluster 2023-12-08T04:31:46.316264+0000 mgr.a (mgr.14403) 27181 : cluster 0 pgmap v20300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:47.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:47 smithi194 bash[32038]: cluster 2023-12-08T04:31:46.316264+0000 mgr.a (mgr.14403) 27181 : cluster 0 pgmap v20300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:47 smithi135 bash[32435]: cluster 2023-12-08T04:31:46.316264+0000 mgr.a (mgr.14403) 27181 : cluster 0 pgmap v20300: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:49.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:31:49.797 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:49.797 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:49 smithi079 bash[28699]: cluster 2023-12-08T04:31:48.316834+0000 mgr.a (mgr.14403) 27182 : cluster 0 pgmap v20301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:49 smithi194 bash[32038]: cluster 2023-12-08T04:31:48.316834+0000 mgr.a (mgr.14403) 27182 : cluster 0 pgmap v20301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:49 smithi135 bash[32435]: cluster 2023-12-08T04:31:48.316834+0000 mgr.a (mgr.14403) 27182 : cluster 0 pgmap v20301: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:31:50.675 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:31:50.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:50.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:50.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:50.676 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:31:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:51 smithi079 bash[28699]: audit 2023-12-08T04:31:50.201475+0000 mgr.a (mgr.14403) 27183 : audit 0 from='client.533991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:51 smithi079 bash[28699]: cluster 2023-12-08T04:31:50.317998+0000 mgr.a (mgr.14403) 27184 : cluster 0 pgmap v20302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:51 smithi194 bash[32038]: audit 2023-12-08T04:31:50.201475+0000 mgr.a (mgr.14403) 27183 : audit 0 from='client.533991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:51 smithi194 bash[32038]: cluster 2023-12-08T04:31:50.317998+0000 mgr.a (mgr.14403) 27184 : cluster 0 pgmap v20302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:51 smithi135 bash[32435]: audit 2023-12-08T04:31:50.201475+0000 mgr.a (mgr.14403) 27183 : audit 0 from='client.533991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:51 smithi135 bash[32435]: cluster 2023-12-08T04:31:50.317998+0000 mgr.a (mgr.14403) 27184 : cluster 0 pgmap v20302: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:53 smithi079 bash[28699]: cluster 2023-12-08T04:31:52.318664+0000 mgr.a (mgr.14403) 27185 : cluster 0 pgmap v20303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:53 smithi194 bash[32038]: cluster 2023-12-08T04:31:52.318664+0000 mgr.a (mgr.14403) 27185 : cluster 0 pgmap v20303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:53 smithi135 bash[32435]: cluster 2023-12-08T04:31:52.318664+0000 mgr.a (mgr.14403) 27185 : cluster 0 pgmap v20303: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:54.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:54 smithi079 bash[28699]: cluster 2023-12-08T04:31:54.319506+0000 mgr.a (mgr.14403) 27186 : cluster 0 pgmap v20304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:54 smithi194 bash[32038]: cluster 2023-12-08T04:31:54.319506+0000 mgr.a (mgr.14403) 27186 : cluster 0 pgmap v20304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:54.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:54 smithi135 bash[32435]: cluster 2023-12-08T04:31:54.319506+0000 mgr.a (mgr.14403) 27186 : cluster 0 pgmap v20304: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:31:55.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:31:55.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:31:55.678 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:31:56.596 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:31:56.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:31:56.596 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:31:56.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:31:56.597 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:31:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:57 smithi079 bash[28699]: audit 2023-12-08T04:31:56.087406+0000 mgr.a (mgr.14403) 27187 : audit 0 from='client.534069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:57.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:57 smithi079 bash[28699]: cluster 2023-12-08T04:31:56.320034+0000 mgr.a (mgr.14403) 27188 : cluster 0 pgmap v20305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:57 smithi194 bash[32038]: audit 2023-12-08T04:31:56.087406+0000 mgr.a (mgr.14403) 27187 : audit 0 from='client.534069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:57 smithi194 bash[32038]: cluster 2023-12-08T04:31:56.320034+0000 mgr.a (mgr.14403) 27188 : cluster 0 pgmap v20305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:57 smithi135 bash[32435]: audit 2023-12-08T04:31:56.087406+0000 mgr.a (mgr.14403) 27187 : audit 0 from='client.534069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:31:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:57 smithi135 bash[32435]: cluster 2023-12-08T04:31:56.320034+0000 mgr.a (mgr.14403) 27188 : cluster 0 pgmap v20305: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:59.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:31:59 smithi194 bash[32038]: cluster 2023-12-08T04:31:58.320670+0000 mgr.a (mgr.14403) 27189 : cluster 0 pgmap v20306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:31:59 smithi135 bash[32435]: cluster 2023-12-08T04:31:58.320670+0000 mgr.a (mgr.14403) 27189 : cluster 0 pgmap v20306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:31:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:31:59 smithi079 bash[28699]: cluster 2023-12-08T04:31:58.320670+0000 mgr.a (mgr.14403) 27189 : cluster 0 pgmap v20306: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:01.598 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:32:01.599 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:01.599 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:01 smithi194 bash[32038]: cluster 2023-12-08T04:32:00.321498+0000 mgr.a (mgr.14403) 27190 : cluster 0 pgmap v20307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:01.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:01 smithi135 bash[32435]: cluster 2023-12-08T04:32:00.321498+0000 mgr.a (mgr.14403) 27190 : cluster 0 pgmap v20307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:01 smithi079 bash[28699]: cluster 2023-12-08T04:32:00.321498+0000 mgr.a (mgr.14403) 27190 : cluster 0 pgmap v20307: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:02.504 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:32:02.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:02.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:02.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:02.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:32:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:03 smithi194 bash[32038]: audit 2023-12-08T04:32:02.009383+0000 mgr.a (mgr.14403) 27191 : audit 0 from='client.534144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:03.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:03 smithi194 bash[32038]: cluster 2023-12-08T04:32:02.322140+0000 mgr.a (mgr.14403) 27192 : cluster 0 pgmap v20308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:03 smithi135 bash[32435]: audit 2023-12-08T04:32:02.009383+0000 mgr.a (mgr.14403) 27191 : audit 0 from='client.534144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:03.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:03 smithi135 bash[32435]: cluster 2023-12-08T04:32:02.322140+0000 mgr.a (mgr.14403) 27192 : cluster 0 pgmap v20308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:03 smithi079 bash[28699]: audit 2023-12-08T04:32:02.009383+0000 mgr.a (mgr.14403) 27191 : audit 0 from='client.534144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:03 smithi079 bash[28699]: cluster 2023-12-08T04:32:02.322140+0000 mgr.a (mgr.14403) 27192 : cluster 0 pgmap v20308: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:05 smithi194 bash[32038]: cluster 2023-12-08T04:32:04.322959+0000 mgr.a (mgr.14403) 27193 : cluster 0 pgmap v20309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:05 smithi194 bash[32038]: audit 2023-12-08T04:32:04.537618+0000 mon.a (mon.0) 4196 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:32:05.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:05 smithi194 bash[32038]: audit 2023-12-08T04:32:05.276684+0000 mon.a (mon.0) 4197 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:32:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:05 smithi194 bash[32038]: audit 2023-12-08T04:32:05.278277+0000 mon.a (mon.0) 4198 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:32:05.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:05 smithi194 bash[32038]: audit 2023-12-08T04:32:05.287304+0000 mon.a (mon.0) 4199 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:32:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:05 smithi135 bash[32435]: cluster 2023-12-08T04:32:04.322959+0000 mgr.a (mgr.14403) 27193 : cluster 0 pgmap v20309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:05 smithi135 bash[32435]: audit 2023-12-08T04:32:04.537618+0000 mon.a (mon.0) 4196 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:32:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:05 smithi135 bash[32435]: audit 2023-12-08T04:32:05.276684+0000 mon.a (mon.0) 4197 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:32:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:05 smithi135 bash[32435]: audit 2023-12-08T04:32:05.278277+0000 mon.a (mon.0) 4198 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:32:05.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:05 smithi135 bash[32435]: audit 2023-12-08T04:32:05.287304+0000 mon.a (mon.0) 4199 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:32:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:05 smithi079 bash[28699]: cluster 2023-12-08T04:32:04.322959+0000 mgr.a (mgr.14403) 27193 : cluster 0 pgmap v20309: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:05 smithi079 bash[28699]: audit 2023-12-08T04:32:04.537618+0000 mon.a (mon.0) 4196 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:32:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:05 smithi079 bash[28699]: audit 2023-12-08T04:32:05.276684+0000 mon.a (mon.0) 4197 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:32:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:05 smithi079 bash[28699]: audit 2023-12-08T04:32:05.278277+0000 mon.a (mon.0) 4198 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:32:05.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:05 smithi079 bash[28699]: audit 2023-12-08T04:32:05.287304+0000 mon.a (mon.0) 4199 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:32:07.507 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:32:07.508 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:07.508 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:07.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:07 smithi194 bash[32038]: cluster 2023-12-08T04:32:06.323482+0000 mgr.a (mgr.14403) 27194 : cluster 0 pgmap v20310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:07.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:07 smithi135 bash[32435]: cluster 2023-12-08T04:32:06.323482+0000 mgr.a (mgr.14403) 27194 : cluster 0 pgmap v20310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:07 smithi079 bash[28699]: cluster 2023-12-08T04:32:06.323482+0000 mgr.a (mgr.14403) 27194 : cluster 0 pgmap v20310: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:08.409 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:32:08.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:08.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:08.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:08.410 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:32:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:09 smithi194 bash[32038]: audit 2023-12-08T04:32:07.914534+0000 mgr.a (mgr.14403) 27195 : audit 0 from='client.534216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:09 smithi194 bash[32038]: cluster 2023-12-08T04:32:08.324146+0000 mgr.a (mgr.14403) 27196 : cluster 0 pgmap v20311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:09 smithi135 bash[32435]: audit 2023-12-08T04:32:07.914534+0000 mgr.a (mgr.14403) 27195 : audit 0 from='client.534216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:09 smithi135 bash[32435]: cluster 2023-12-08T04:32:08.324146+0000 mgr.a (mgr.14403) 27196 : cluster 0 pgmap v20311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:09.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:09 smithi079 bash[28699]: audit 2023-12-08T04:32:07.914534+0000 mgr.a (mgr.14403) 27195 : audit 0 from='client.534216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:09.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:09 smithi079 bash[28699]: cluster 2023-12-08T04:32:08.324146+0000 mgr.a (mgr.14403) 27196 : cluster 0 pgmap v20311: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:11 smithi194 bash[32038]: cluster 2023-12-08T04:32:10.325005+0000 mgr.a (mgr.14403) 27197 : cluster 0 pgmap v20312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:11 smithi135 bash[32435]: cluster 2023-12-08T04:32:10.325005+0000 mgr.a (mgr.14403) 27197 : cluster 0 pgmap v20312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:11 smithi079 bash[28699]: cluster 2023-12-08T04:32:10.325005+0000 mgr.a (mgr.14403) 27197 : cluster 0 pgmap v20312: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:13.409 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:32:13.410 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:13.410 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:13.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:13 smithi194 bash[32038]: cluster 2023-12-08T04:32:12.325602+0000 mgr.a (mgr.14403) 27198 : cluster 0 pgmap v20313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:13.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:13 smithi135 bash[32435]: cluster 2023-12-08T04:32:12.325602+0000 mgr.a (mgr.14403) 27198 : cluster 0 pgmap v20313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:13 smithi079 bash[28699]: cluster 2023-12-08T04:32:12.325602+0000 mgr.a (mgr.14403) 27198 : cluster 0 pgmap v20313: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:14.320 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:32:14.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:14.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:14.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:14.321 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:32:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:15 smithi135 bash[32435]: audit 2023-12-08T04:32:13.820296+0000 mgr.a (mgr.14403) 27199 : audit 0 from='client.534294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:15.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:15 smithi135 bash[32435]: cluster 2023-12-08T04:32:14.326537+0000 mgr.a (mgr.14403) 27200 : cluster 0 pgmap v20314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:15 smithi079 bash[28699]: audit 2023-12-08T04:32:13.820296+0000 mgr.a (mgr.14403) 27199 : audit 0 from='client.534294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:15 smithi079 bash[28699]: cluster 2023-12-08T04:32:14.326537+0000 mgr.a (mgr.14403) 27200 : cluster 0 pgmap v20314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:15 smithi194 bash[32038]: audit 2023-12-08T04:32:13.820296+0000 mgr.a (mgr.14403) 27199 : audit 0 from='client.534294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:15 smithi194 bash[32038]: cluster 2023-12-08T04:32:14.326537+0000 mgr.a (mgr.14403) 27200 : cluster 0 pgmap v20314: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:17 smithi079 bash[28699]: cluster 2023-12-08T04:32:16.327159+0000 mgr.a (mgr.14403) 27201 : cluster 0 pgmap v20315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:17 smithi194 bash[32038]: cluster 2023-12-08T04:32:16.327159+0000 mgr.a (mgr.14403) 27201 : cluster 0 pgmap v20315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:17 smithi135 bash[32435]: cluster 2023-12-08T04:32:16.327159+0000 mgr.a (mgr.14403) 27201 : cluster 0 pgmap v20315: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:19.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:32:19.325 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:19.325 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:19 smithi079 bash[28699]: cluster 2023-12-08T04:32:18.327694+0000 mgr.a (mgr.14403) 27202 : cluster 0 pgmap v20316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:19 smithi194 bash[32038]: cluster 2023-12-08T04:32:18.327694+0000 mgr.a (mgr.14403) 27202 : cluster 0 pgmap v20316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:19 smithi135 bash[32435]: cluster 2023-12-08T04:32:18.327694+0000 mgr.a (mgr.14403) 27202 : cluster 0 pgmap v20316: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:20.255 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:32:20.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:20.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:20.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:20.255 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:32:21.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:21 smithi079 bash[28699]: audit 2023-12-08T04:32:19.735963+0000 mgr.a (mgr.14403) 27203 : audit 0 from='client.534372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:21.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:21 smithi079 bash[28699]: cluster 2023-12-08T04:32:20.328831+0000 mgr.a (mgr.14403) 27204 : cluster 0 pgmap v20317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:21 smithi194 bash[32038]: audit 2023-12-08T04:32:19.735963+0000 mgr.a (mgr.14403) 27203 : audit 0 from='client.534372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:21 smithi194 bash[32038]: cluster 2023-12-08T04:32:20.328831+0000 mgr.a (mgr.14403) 27204 : cluster 0 pgmap v20317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:21 smithi135 bash[32435]: audit 2023-12-08T04:32:19.735963+0000 mgr.a (mgr.14403) 27203 : audit 0 from='client.534372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:21 smithi135 bash[32435]: cluster 2023-12-08T04:32:20.328831+0000 mgr.a (mgr.14403) 27204 : cluster 0 pgmap v20317: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:23 smithi079 bash[28699]: cluster 2023-12-08T04:32:22.329459+0000 mgr.a (mgr.14403) 27205 : cluster 0 pgmap v20318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:23 smithi194 bash[32038]: cluster 2023-12-08T04:32:22.329459+0000 mgr.a (mgr.14403) 27205 : cluster 0 pgmap v20318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:23 smithi135 bash[32435]: cluster 2023-12-08T04:32:22.329459+0000 mgr.a (mgr.14403) 27205 : cluster 0 pgmap v20318: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:25.258 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:32:25.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:25.259 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:25 smithi079 bash[28699]: cluster 2023-12-08T04:32:24.330193+0000 mgr.a (mgr.14403) 27206 : cluster 0 pgmap v20319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:25.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:25 smithi194 bash[32038]: cluster 2023-12-08T04:32:24.330193+0000 mgr.a (mgr.14403) 27206 : cluster 0 pgmap v20319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:25 smithi135 bash[32435]: cluster 2023-12-08T04:32:24.330193+0000 mgr.a (mgr.14403) 27206 : cluster 0 pgmap v20319: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:26.153 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:32:26.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:26.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:26.153 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:26.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:32:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:27 smithi079 bash[28699]: audit 2023-12-08T04:32:25.665147+0000 mgr.a (mgr.14403) 27207 : audit 0 from='client.534450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:27 smithi079 bash[28699]: cluster 2023-12-08T04:32:26.330903+0000 mgr.a (mgr.14403) 27208 : cluster 0 pgmap v20320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:27 smithi194 bash[32038]: audit 2023-12-08T04:32:25.665147+0000 mgr.a (mgr.14403) 27207 : audit 0 from='client.534450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:27 smithi194 bash[32038]: cluster 2023-12-08T04:32:26.330903+0000 mgr.a (mgr.14403) 27208 : cluster 0 pgmap v20320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:27 smithi135 bash[32435]: audit 2023-12-08T04:32:25.665147+0000 mgr.a (mgr.14403) 27207 : audit 0 from='client.534450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:27 smithi135 bash[32435]: cluster 2023-12-08T04:32:26.330903+0000 mgr.a (mgr.14403) 27208 : cluster 0 pgmap v20320: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:29 smithi079 bash[28699]: cluster 2023-12-08T04:32:28.331514+0000 mgr.a (mgr.14403) 27209 : cluster 0 pgmap v20321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:29 smithi194 bash[32038]: cluster 2023-12-08T04:32:28.331514+0000 mgr.a (mgr.14403) 27209 : cluster 0 pgmap v20321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:29 smithi135 bash[32435]: cluster 2023-12-08T04:32:28.331514+0000 mgr.a (mgr.14403) 27209 : cluster 0 pgmap v20321: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:31.156 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:32:31.157 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:31.157 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:31 smithi079 bash[28699]: cluster 2023-12-08T04:32:30.332325+0000 mgr.a (mgr.14403) 27210 : cluster 0 pgmap v20322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:31.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:31 smithi194 bash[32038]: cluster 2023-12-08T04:32:30.332325+0000 mgr.a (mgr.14403) 27210 : cluster 0 pgmap v20322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:31 smithi135 bash[32435]: cluster 2023-12-08T04:32:30.332325+0000 mgr.a (mgr.14403) 27210 : cluster 0 pgmap v20322: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:32.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:32.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:32.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:32.071 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:32:32.071 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:32:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:33 smithi079 bash[28699]: audit 2023-12-08T04:32:31.564533+0000 mgr.a (mgr.14403) 27211 : audit 0 from='client.534525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:33 smithi079 bash[28699]: cluster 2023-12-08T04:32:32.333064+0000 mgr.a (mgr.14403) 27212 : cluster 0 pgmap v20323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:33 smithi194 bash[32038]: audit 2023-12-08T04:32:31.564533+0000 mgr.a (mgr.14403) 27211 : audit 0 from='client.534525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:33 smithi194 bash[32038]: cluster 2023-12-08T04:32:32.333064+0000 mgr.a (mgr.14403) 27212 : cluster 0 pgmap v20323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:33 smithi135 bash[32435]: audit 2023-12-08T04:32:31.564533+0000 mgr.a (mgr.14403) 27211 : audit 0 from='client.534525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:33 smithi135 bash[32435]: cluster 2023-12-08T04:32:32.333064+0000 mgr.a (mgr.14403) 27212 : cluster 0 pgmap v20323: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:34.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:34 smithi079 bash[28699]: cluster 2023-12-08T04:32:34.333947+0000 mgr.a (mgr.14403) 27213 : cluster 0 pgmap v20324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:34.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:34 smithi194 bash[32038]: cluster 2023-12-08T04:32:34.333947+0000 mgr.a (mgr.14403) 27213 : cluster 0 pgmap v20324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:34.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:34 smithi135 bash[32435]: cluster 2023-12-08T04:32:34.333947+0000 mgr.a (mgr.14403) 27213 : cluster 0 pgmap v20324: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:37.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:32:37.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:37.075 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:37.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:37 smithi079 bash[28699]: cluster 2023-12-08T04:32:36.334529+0000 mgr.a (mgr.14403) 27214 : cluster 0 pgmap v20325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:37.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:37 smithi194 bash[32038]: cluster 2023-12-08T04:32:36.334529+0000 mgr.a (mgr.14403) 27214 : cluster 0 pgmap v20325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:37.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:37 smithi135 bash[32435]: cluster 2023-12-08T04:32:36.334529+0000 mgr.a (mgr.14403) 27214 : cluster 0 pgmap v20325: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:37.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:37.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:37.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:37.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:32:37.943 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:32:38.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:38 smithi194 bash[32038]: audit 2023-12-08T04:32:37.468799+0000 mgr.a (mgr.14403) 27215 : audit 0 from='client.534603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:38.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:38 smithi135 bash[32435]: audit 2023-12-08T04:32:37.468799+0000 mgr.a (mgr.14403) 27215 : audit 0 from='client.534603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:38.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:38 smithi079 bash[28699]: audit 2023-12-08T04:32:37.468799+0000 mgr.a (mgr.14403) 27215 : audit 0 from='client.534603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:39.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:39 smithi194 bash[32038]: cluster 2023-12-08T04:32:38.335253+0000 mgr.a (mgr.14403) 27216 : cluster 0 pgmap v20326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:39.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:39 smithi135 bash[32435]: cluster 2023-12-08T04:32:38.335253+0000 mgr.a (mgr.14403) 27216 : cluster 0 pgmap v20326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:39 smithi079 bash[28699]: cluster 2023-12-08T04:32:38.335253+0000 mgr.a (mgr.14403) 27216 : cluster 0 pgmap v20326: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:41.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:41 smithi194 bash[32038]: cluster 2023-12-08T04:32:40.336041+0000 mgr.a (mgr.14403) 27217 : cluster 0 pgmap v20327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:41.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:41 smithi135 bash[32435]: cluster 2023-12-08T04:32:40.336041+0000 mgr.a (mgr.14403) 27217 : cluster 0 pgmap v20327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:41 smithi079 bash[28699]: cluster 2023-12-08T04:32:40.336041+0000 mgr.a (mgr.14403) 27217 : cluster 0 pgmap v20327: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:32:42.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:32:42.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:42.946 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:43 smithi194 bash[32038]: cluster 2023-12-08T04:32:42.336754+0000 mgr.a (mgr.14403) 27218 : cluster 0 pgmap v20328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:43 smithi135 bash[32435]: cluster 2023-12-08T04:32:42.336754+0000 mgr.a (mgr.14403) 27218 : cluster 0 pgmap v20328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:43.865 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:32:43.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:43.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:43.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:43.865 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:32:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:43 smithi079 bash[28699]: cluster 2023-12-08T04:32:42.336754+0000 mgr.a (mgr.14403) 27218 : cluster 0 pgmap v20328: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:44.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:44 smithi194 bash[32038]: audit 2023-12-08T04:32:43.351992+0000 mgr.a (mgr.14403) 27219 : audit 0 from='client.534678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:44.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:44 smithi135 bash[32435]: audit 2023-12-08T04:32:43.351992+0000 mgr.a (mgr.14403) 27219 : audit 0 from='client.534678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:44.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:44 smithi079 bash[28699]: audit 2023-12-08T04:32:43.351992+0000 mgr.a (mgr.14403) 27219 : audit 0 from='client.534678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:45.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:45 smithi194 bash[32038]: cluster 2023-12-08T04:32:44.337889+0000 mgr.a (mgr.14403) 27220 : cluster 0 pgmap v20329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:32:45.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:45 smithi135 bash[32435]: cluster 2023-12-08T04:32:44.337889+0000 mgr.a (mgr.14403) 27220 : cluster 0 pgmap v20329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:32:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:45 smithi079 bash[28699]: cluster 2023-12-08T04:32:44.337889+0000 mgr.a (mgr.14403) 27220 : cluster 0 pgmap v20329: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:32:47.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:47 smithi135 bash[32435]: cluster 2023-12-08T04:32:46.338501+0000 mgr.a (mgr.14403) 27221 : cluster 0 pgmap v20330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:32:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:47 smithi079 bash[28699]: cluster 2023-12-08T04:32:46.338501+0000 mgr.a (mgr.14403) 27221 : cluster 0 pgmap v20330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:32:47.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:47 smithi194 bash[32038]: cluster 2023-12-08T04:32:46.338501+0000 mgr.a (mgr.14403) 27221 : cluster 0 pgmap v20330: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:32:48.866 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:32:48.867 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:48.867 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:49.752 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:32:49.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:49.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:49.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:49.753 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:32:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:49 smithi079 bash[28699]: cluster 2023-12-08T04:32:48.339092+0000 mgr.a (mgr.14403) 27222 : cluster 0 pgmap v20331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:32:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:49 smithi194 bash[32038]: cluster 2023-12-08T04:32:48.339092+0000 mgr.a (mgr.14403) 27222 : cluster 0 pgmap v20331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:32:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:49 smithi135 bash[32435]: cluster 2023-12-08T04:32:48.339092+0000 mgr.a (mgr.14403) 27222 : cluster 0 pgmap v20331: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:32:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:50 smithi079 bash[28699]: audit 2023-12-08T04:32:49.268008+0000 mgr.a (mgr.14403) 27223 : audit 0 from='client.534753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:50.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:50 smithi194 bash[32038]: audit 2023-12-08T04:32:49.268008+0000 mgr.a (mgr.14403) 27223 : audit 0 from='client.534753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:50.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:50 smithi135 bash[32435]: audit 2023-12-08T04:32:49.268008+0000 mgr.a (mgr.14403) 27223 : audit 0 from='client.534753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:51 smithi079 bash[28699]: cluster 2023-12-08T04:32:50.340196+0000 mgr.a (mgr.14403) 27224 : cluster 0 pgmap v20332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:51 smithi194 bash[32038]: cluster 2023-12-08T04:32:50.340196+0000 mgr.a (mgr.14403) 27224 : cluster 0 pgmap v20332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:51 smithi135 bash[32435]: cluster 2023-12-08T04:32:50.340196+0000 mgr.a (mgr.14403) 27224 : cluster 0 pgmap v20332: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:53 smithi079 bash[28699]: cluster 2023-12-08T04:32:52.340779+0000 mgr.a (mgr.14403) 27225 : cluster 0 pgmap v20333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:53 smithi194 bash[32038]: cluster 2023-12-08T04:32:52.340779+0000 mgr.a (mgr.14403) 27225 : cluster 0 pgmap v20333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:53 smithi135 bash[32435]: cluster 2023-12-08T04:32:52.340779+0000 mgr.a (mgr.14403) 27225 : cluster 0 pgmap v20333: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:32:54.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:32:54.754 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:32:54.755 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:32:55.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:32:55.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:32:55.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:32:55.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:32:55.673 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:32:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:55 smithi079 bash[28699]: cluster 2023-12-08T04:32:54.341547+0000 mgr.a (mgr.14403) 27226 : cluster 0 pgmap v20334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:55 smithi194 bash[32038]: cluster 2023-12-08T04:32:54.341547+0000 mgr.a (mgr.14403) 27226 : cluster 0 pgmap v20334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:55 smithi135 bash[32435]: cluster 2023-12-08T04:32:54.341547+0000 mgr.a (mgr.14403) 27226 : cluster 0 pgmap v20334: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:32:56.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:56 smithi079 bash[28699]: audit 2023-12-08T04:32:55.157043+0000 mgr.a (mgr.14403) 27227 : audit 0 from='client.534828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:56.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:56 smithi194 bash[32038]: audit 2023-12-08T04:32:55.157043+0000 mgr.a (mgr.14403) 27227 : audit 0 from='client.534828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:56.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:56 smithi135 bash[32435]: audit 2023-12-08T04:32:55.157043+0000 mgr.a (mgr.14403) 27227 : audit 0 from='client.534828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:32:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:57 smithi079 bash[28699]: cluster 2023-12-08T04:32:56.342212+0000 mgr.a (mgr.14403) 27228 : cluster 0 pgmap v20335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:32:57.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:57 smithi194 bash[32038]: cluster 2023-12-08T04:32:56.342212+0000 mgr.a (mgr.14403) 27228 : cluster 0 pgmap v20335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:32:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:57 smithi135 bash[32435]: cluster 2023-12-08T04:32:56.342212+0000 mgr.a (mgr.14403) 27228 : cluster 0 pgmap v20335: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:32:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:32:59 smithi079 bash[28699]: cluster 2023-12-08T04:32:58.342996+0000 mgr.a (mgr.14403) 27229 : cluster 0 pgmap v20336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:32:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:32:59 smithi194 bash[32038]: cluster 2023-12-08T04:32:58.342996+0000 mgr.a (mgr.14403) 27229 : cluster 0 pgmap v20336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:32:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:32:59 smithi135 bash[32435]: cluster 2023-12-08T04:32:58.342996+0000 mgr.a (mgr.14403) 27229 : cluster 0 pgmap v20336: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:33:00.675 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:33:00.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:00.676 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:01.589 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:33:01.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:01.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:01.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:01.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:33:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:01 smithi079 bash[28699]: cluster 2023-12-08T04:33:00.343869+0000 mgr.a (mgr.14403) 27230 : cluster 0 pgmap v20337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:33:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:01 smithi194 bash[32038]: cluster 2023-12-08T04:33:00.343869+0000 mgr.a (mgr.14403) 27230 : cluster 0 pgmap v20337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:33:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:01 smithi135 bash[32435]: cluster 2023-12-08T04:33:00.343869+0000 mgr.a (mgr.14403) 27230 : cluster 0 pgmap v20337: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:33:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:02 smithi079 bash[28699]: audit 2023-12-08T04:33:01.089517+0000 mgr.a (mgr.14403) 27231 : audit 0 from='client.534906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:02.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:02 smithi194 bash[32038]: audit 2023-12-08T04:33:01.089517+0000 mgr.a (mgr.14403) 27231 : audit 0 from='client.534906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:02.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:02 smithi135 bash[32435]: audit 2023-12-08T04:33:01.089517+0000 mgr.a (mgr.14403) 27231 : audit 0 from='client.534906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:03 smithi079 bash[28699]: cluster 2023-12-08T04:33:02.344610+0000 mgr.a (mgr.14403) 27232 : cluster 0 pgmap v20338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:03 smithi194 bash[32038]: cluster 2023-12-08T04:33:02.344610+0000 mgr.a (mgr.14403) 27232 : cluster 0 pgmap v20338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:03 smithi135 bash[32435]: cluster 2023-12-08T04:33:02.344610+0000 mgr.a (mgr.14403) 27232 : cluster 0 pgmap v20338: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:04 smithi079 bash[28699]: cluster 2023-12-08T04:33:04.345443+0000 mgr.a (mgr.14403) 27233 : cluster 0 pgmap v20339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:04.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:04 smithi194 bash[32038]: cluster 2023-12-08T04:33:04.345443+0000 mgr.a (mgr.14403) 27233 : cluster 0 pgmap v20339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:04.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:04 smithi135 bash[32435]: cluster 2023-12-08T04:33:04.345443+0000 mgr.a (mgr.14403) 27233 : cluster 0 pgmap v20339: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:05 smithi079 bash[28699]: audit 2023-12-08T04:33:05.390096+0000 mon.a (mon.0) 4200 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:33:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:05 smithi194 bash[32038]: audit 2023-12-08T04:33:05.390096+0000 mon.a (mon.0) 4200 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:33:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:05 smithi135 bash[32435]: audit 2023-12-08T04:33:05.390096+0000 mon.a (mon.0) 4200 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:33:06.593 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:33:06.594 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:06.594 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:06 smithi079 bash[28699]: cluster 2023-12-08T04:33:06.346031+0000 mgr.a (mgr.14403) 27234 : cluster 0 pgmap v20340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:06.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:06 smithi194 bash[32038]: cluster 2023-12-08T04:33:06.346031+0000 mgr.a (mgr.14403) 27234 : cluster 0 pgmap v20340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:06.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:06 smithi135 bash[32435]: cluster 2023-12-08T04:33:06.346031+0000 mgr.a (mgr.14403) 27234 : cluster 0 pgmap v20340: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:07.498 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:33:07.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:07.498 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:07.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:07.499 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:33:08.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:08 smithi194 bash[32038]: audit 2023-12-08T04:33:07.000859+0000 mgr.a (mgr.14403) 27235 : audit 0 from='client.534981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:08.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:08 smithi135 bash[32435]: audit 2023-12-08T04:33:07.000859+0000 mgr.a (mgr.14403) 27235 : audit 0 from='client.534981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:08.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:08 smithi079 bash[28699]: audit 2023-12-08T04:33:07.000859+0000 mgr.a (mgr.14403) 27235 : audit 0 from='client.534981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:09.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:09 smithi194 bash[32038]: cluster 2023-12-08T04:33:08.346512+0000 mgr.a (mgr.14403) 27236 : cluster 0 pgmap v20341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:09.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:09 smithi135 bash[32435]: cluster 2023-12-08T04:33:08.346512+0000 mgr.a (mgr.14403) 27236 : cluster 0 pgmap v20341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:09.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:09 smithi079 bash[28699]: cluster 2023-12-08T04:33:08.346512+0000 mgr.a (mgr.14403) 27236 : cluster 0 pgmap v20341: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:11 smithi194 bash[32038]: cluster 2023-12-08T04:33:10.347291+0000 mgr.a (mgr.14403) 27237 : cluster 0 pgmap v20342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:11 smithi194 bash[32038]: audit 2023-12-08T04:33:10.740006+0000 mon.a (mon.0) 4201 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:11 smithi194 bash[32038]: audit 2023-12-08T04:33:10.747405+0000 mon.a (mon.0) 4202 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:11 smithi194 bash[32038]: audit 2023-12-08T04:33:10.787062+0000 mon.a (mon.0) 4203 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:11 smithi194 bash[32038]: audit 2023-12-08T04:33:10.792632+0000 mon.a (mon.0) 4204 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:11 smithi194 bash[32038]: audit 2023-12-08T04:33:10.797824+0000 mon.a (mon.0) 4205 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:11 smithi194 bash[32038]: audit 2023-12-08T04:33:10.801643+0000 mon.a (mon.0) 4206 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:11 smithi135 bash[32435]: cluster 2023-12-08T04:33:10.347291+0000 mgr.a (mgr.14403) 27237 : cluster 0 pgmap v20342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:11 smithi135 bash[32435]: audit 2023-12-08T04:33:10.740006+0000 mon.a (mon.0) 4201 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:11 smithi135 bash[32435]: audit 2023-12-08T04:33:10.747405+0000 mon.a (mon.0) 4202 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:11 smithi135 bash[32435]: audit 2023-12-08T04:33:10.787062+0000 mon.a (mon.0) 4203 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:11 smithi135 bash[32435]: audit 2023-12-08T04:33:10.792632+0000 mon.a (mon.0) 4204 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:11 smithi135 bash[32435]: audit 2023-12-08T04:33:10.797824+0000 mon.a (mon.0) 4205 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:11 smithi135 bash[32435]: audit 2023-12-08T04:33:10.801643+0000 mon.a (mon.0) 4206 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:11 smithi079 bash[28699]: cluster 2023-12-08T04:33:10.347291+0000 mgr.a (mgr.14403) 27237 : cluster 0 pgmap v20342: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:11 smithi079 bash[28699]: audit 2023-12-08T04:33:10.740006+0000 mon.a (mon.0) 4201 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:11 smithi079 bash[28699]: audit 2023-12-08T04:33:10.747405+0000 mon.a (mon.0) 4202 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:11 smithi079 bash[28699]: audit 2023-12-08T04:33:10.787062+0000 mon.a (mon.0) 4203 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:11 smithi079 bash[28699]: audit 2023-12-08T04:33:10.792632+0000 mon.a (mon.0) 4204 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:11 smithi079 bash[28699]: audit 2023-12-08T04:33:10.797824+0000 mon.a (mon.0) 4205 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:11.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:11 smithi079 bash[28699]: audit 2023-12-08T04:33:10.801643+0000 mon.a (mon.0) 4206 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:12.500 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:33:12.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:12.501 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:12 smithi194 bash[32038]: audit 2023-12-08T04:33:11.487146+0000 mon.a (mon.0) 4207 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:33:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:12 smithi194 bash[32038]: audit 2023-12-08T04:33:11.488811+0000 mon.a (mon.0) 4208 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:33:12.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:12 smithi194 bash[32038]: audit 2023-12-08T04:33:11.498160+0000 mon.a (mon.0) 4209 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:12 smithi135 bash[32435]: audit 2023-12-08T04:33:11.487146+0000 mon.a (mon.0) 4207 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:33:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:12 smithi135 bash[32435]: audit 2023-12-08T04:33:11.488811+0000 mon.a (mon.0) 4208 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:33:12.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:12 smithi135 bash[32435]: audit 2023-12-08T04:33:11.498160+0000 mon.a (mon.0) 4209 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:12 smithi079 bash[28699]: audit 2023-12-08T04:33:11.487146+0000 mon.a (mon.0) 4207 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:33:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:12 smithi079 bash[28699]: audit 2023-12-08T04:33:11.488811+0000 mon.a (mon.0) 4208 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:33:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:12 smithi079 bash[28699]: audit 2023-12-08T04:33:11.498160+0000 mon.a (mon.0) 4209 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:33:13.420 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:33:13.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:13.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:13.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:13.421 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:33:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:13 smithi079 bash[28699]: cluster 2023-12-08T04:33:12.347868+0000 mgr.a (mgr.14403) 27238 : cluster 0 pgmap v20343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:13 smithi194 bash[32038]: cluster 2023-12-08T04:33:12.347868+0000 mgr.a (mgr.14403) 27238 : cluster 0 pgmap v20343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:13 smithi135 bash[32435]: cluster 2023-12-08T04:33:12.347868+0000 mgr.a (mgr.14403) 27238 : cluster 0 pgmap v20343: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:14.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:14 smithi079 bash[28699]: audit 2023-12-08T04:33:12.900157+0000 mgr.a (mgr.14403) 27239 : audit 0 from='client.535050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:14.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:14 smithi194 bash[32038]: audit 2023-12-08T04:33:12.900157+0000 mgr.a (mgr.14403) 27239 : audit 0 from='client.535050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:14.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:14 smithi135 bash[32435]: audit 2023-12-08T04:33:12.900157+0000 mgr.a (mgr.14403) 27239 : audit 0 from='client.535050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:15 smithi079 bash[28699]: cluster 2023-12-08T04:33:14.348764+0000 mgr.a (mgr.14403) 27240 : cluster 0 pgmap v20344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:15 smithi194 bash[32038]: cluster 2023-12-08T04:33:14.348764+0000 mgr.a (mgr.14403) 27240 : cluster 0 pgmap v20344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:15 smithi135 bash[32435]: cluster 2023-12-08T04:33:14.348764+0000 mgr.a (mgr.14403) 27240 : cluster 0 pgmap v20344: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:17 smithi079 bash[28699]: cluster 2023-12-08T04:33:16.349355+0000 mgr.a (mgr.14403) 27241 : cluster 0 pgmap v20345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:17 smithi194 bash[32038]: cluster 2023-12-08T04:33:16.349355+0000 mgr.a (mgr.14403) 27241 : cluster 0 pgmap v20345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:17 smithi135 bash[32435]: cluster 2023-12-08T04:33:16.349355+0000 mgr.a (mgr.14403) 27241 : cluster 0 pgmap v20345: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:18.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:33:18.424 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:18.424 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:18.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:18 smithi079 bash[28699]: cluster 2023-12-08T04:33:18.349943+0000 mgr.a (mgr.14403) 27242 : cluster 0 pgmap v20346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:18.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:18 smithi194 bash[32038]: cluster 2023-12-08T04:33:18.349943+0000 mgr.a (mgr.14403) 27242 : cluster 0 pgmap v20346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:18.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:18 smithi135 bash[32435]: cluster 2023-12-08T04:33:18.349943+0000 mgr.a (mgr.14403) 27242 : cluster 0 pgmap v20346: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:19.340 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:33:19.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:19.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:19.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:19.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:33:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:19 smithi079 bash[28699]: audit 2023-12-08T04:33:18.817864+0000 mgr.a (mgr.14403) 27243 : audit 0 from='client.535125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:19 smithi194 bash[32038]: audit 2023-12-08T04:33:18.817864+0000 mgr.a (mgr.14403) 27243 : audit 0 from='client.535125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:19 smithi135 bash[32435]: audit 2023-12-08T04:33:18.817864+0000 mgr.a (mgr.14403) 27243 : audit 0 from='client.535125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:20.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:20 smithi079 bash[28699]: cluster 2023-12-08T04:33:20.351062+0000 mgr.a (mgr.14403) 27244 : cluster 0 pgmap v20347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:20 smithi194 bash[32038]: cluster 2023-12-08T04:33:20.351062+0000 mgr.a (mgr.14403) 27244 : cluster 0 pgmap v20347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:20.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:20 smithi135 bash[32435]: cluster 2023-12-08T04:33:20.351062+0000 mgr.a (mgr.14403) 27244 : cluster 0 pgmap v20347: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:23.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:23 smithi194 bash[32038]: cluster 2023-12-08T04:33:22.351576+0000 mgr.a (mgr.14403) 27245 : cluster 0 pgmap v20348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:23.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:23 smithi135 bash[32435]: cluster 2023-12-08T04:33:22.351576+0000 mgr.a (mgr.14403) 27245 : cluster 0 pgmap v20348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:23 smithi079 bash[28699]: cluster 2023-12-08T04:33:22.351576+0000 mgr.a (mgr.14403) 27245 : cluster 0 pgmap v20348: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:24.343 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:33:24.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:24.344 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:25.235 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:33:25.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:25.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:25.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:25.236 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:33:25.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:25 smithi194 bash[32038]: cluster 2023-12-08T04:33:24.352284+0000 mgr.a (mgr.14403) 27246 : cluster 0 pgmap v20349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:25.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:25 smithi135 bash[32435]: cluster 2023-12-08T04:33:24.352284+0000 mgr.a (mgr.14403) 27246 : cluster 0 pgmap v20349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:25 smithi079 bash[28699]: cluster 2023-12-08T04:33:24.352284+0000 mgr.a (mgr.14403) 27246 : cluster 0 pgmap v20349: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:26.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:26 smithi135 bash[32435]: audit 2023-12-08T04:33:24.746433+0000 mgr.a (mgr.14403) 27247 : audit 0 from='client.535203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:26.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:26 smithi079 bash[28699]: audit 2023-12-08T04:33:24.746433+0000 mgr.a (mgr.14403) 27247 : audit 0 from='client.535203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:26.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:26 smithi194 bash[32038]: audit 2023-12-08T04:33:24.746433+0000 mgr.a (mgr.14403) 27247 : audit 0 from='client.535203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:27 smithi135 bash[32435]: cluster 2023-12-08T04:33:26.352930+0000 mgr.a (mgr.14403) 27248 : cluster 0 pgmap v20350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:27 smithi079 bash[28699]: cluster 2023-12-08T04:33:26.352930+0000 mgr.a (mgr.14403) 27248 : cluster 0 pgmap v20350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:27 smithi194 bash[32038]: cluster 2023-12-08T04:33:26.352930+0000 mgr.a (mgr.14403) 27248 : cluster 0 pgmap v20350: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:29 smithi079 bash[28699]: cluster 2023-12-08T04:33:28.353482+0000 mgr.a (mgr.14403) 27249 : cluster 0 pgmap v20351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:29 smithi194 bash[32038]: cluster 2023-12-08T04:33:28.353482+0000 mgr.a (mgr.14403) 27249 : cluster 0 pgmap v20351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:29 smithi135 bash[32435]: cluster 2023-12-08T04:33:28.353482+0000 mgr.a (mgr.14403) 27249 : cluster 0 pgmap v20351: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:30.238 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:33:30.239 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:30.239 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:31.151 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:33:31.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:31.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:31.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:31.151 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:33:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:31 smithi079 bash[28699]: cluster 2023-12-08T04:33:30.354265+0000 mgr.a (mgr.14403) 27250 : cluster 0 pgmap v20352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:31.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:31 smithi194 bash[32038]: cluster 2023-12-08T04:33:30.354265+0000 mgr.a (mgr.14403) 27250 : cluster 0 pgmap v20352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:31 smithi135 bash[32435]: cluster 2023-12-08T04:33:30.354265+0000 mgr.a (mgr.14403) 27250 : cluster 0 pgmap v20352: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:32.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:32 smithi079 bash[28699]: audit 2023-12-08T04:33:30.643774+0000 mgr.a (mgr.14403) 27251 : audit 0 from='client.535281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:32.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:32 smithi194 bash[32038]: audit 2023-12-08T04:33:30.643774+0000 mgr.a (mgr.14403) 27251 : audit 0 from='client.535281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:32.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:32 smithi135 bash[32435]: audit 2023-12-08T04:33:30.643774+0000 mgr.a (mgr.14403) 27251 : audit 0 from='client.535281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:33 smithi079 bash[28699]: cluster 2023-12-08T04:33:32.355099+0000 mgr.a (mgr.14403) 27252 : cluster 0 pgmap v20353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:33 smithi194 bash[32038]: cluster 2023-12-08T04:33:32.355099+0000 mgr.a (mgr.14403) 27252 : cluster 0 pgmap v20353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:33 smithi135 bash[32435]: cluster 2023-12-08T04:33:32.355099+0000 mgr.a (mgr.14403) 27252 : cluster 0 pgmap v20353: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:35 smithi079 bash[28699]: cluster 2023-12-08T04:33:34.355879+0000 mgr.a (mgr.14403) 27253 : cluster 0 pgmap v20354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:35 smithi194 bash[32038]: cluster 2023-12-08T04:33:34.355879+0000 mgr.a (mgr.14403) 27253 : cluster 0 pgmap v20354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:35 smithi135 bash[32435]: cluster 2023-12-08T04:33:34.355879+0000 mgr.a (mgr.14403) 27253 : cluster 0 pgmap v20354: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:36.154 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:33:36.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:36.155 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:37.048 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:33:37.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:37.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:37.048 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:37.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:33:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:37 smithi079 bash[28699]: cluster 2023-12-08T04:33:36.356418+0000 mgr.a (mgr.14403) 27254 : cluster 0 pgmap v20355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:37 smithi194 bash[32038]: cluster 2023-12-08T04:33:36.356418+0000 mgr.a (mgr.14403) 27254 : cluster 0 pgmap v20355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:37 smithi135 bash[32435]: cluster 2023-12-08T04:33:36.356418+0000 mgr.a (mgr.14403) 27254 : cluster 0 pgmap v20355: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:38.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:38 smithi079 bash[28699]: audit 2023-12-08T04:33:36.556265+0000 mgr.a (mgr.14403) 27255 : audit 0 from='client.535356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:38 smithi194 bash[32038]: audit 2023-12-08T04:33:36.556265+0000 mgr.a (mgr.14403) 27255 : audit 0 from='client.535356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:38.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:38 smithi135 bash[32435]: audit 2023-12-08T04:33:36.556265+0000 mgr.a (mgr.14403) 27255 : audit 0 from='client.535356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:39 smithi079 bash[28699]: cluster 2023-12-08T04:33:38.356995+0000 mgr.a (mgr.14403) 27256 : cluster 0 pgmap v20356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:39 smithi194 bash[32038]: cluster 2023-12-08T04:33:38.356995+0000 mgr.a (mgr.14403) 27256 : cluster 0 pgmap v20356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:39 smithi135 bash[32435]: cluster 2023-12-08T04:33:38.356995+0000 mgr.a (mgr.14403) 27256 : cluster 0 pgmap v20356: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:41 smithi079 bash[28699]: cluster 2023-12-08T04:33:40.357854+0000 mgr.a (mgr.14403) 27257 : cluster 0 pgmap v20357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:41 smithi194 bash[32038]: cluster 2023-12-08T04:33:40.357854+0000 mgr.a (mgr.14403) 27257 : cluster 0 pgmap v20357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:41 smithi135 bash[32435]: cluster 2023-12-08T04:33:40.357854+0000 mgr.a (mgr.14403) 27257 : cluster 0 pgmap v20357: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:42.051 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:33:42.052 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:42.052 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:42.939 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:33:42.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:42.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:42.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:42.939 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:33:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:43 smithi079 bash[28699]: cluster 2023-12-08T04:33:42.358434+0000 mgr.a (mgr.14403) 27258 : cluster 0 pgmap v20358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:43 smithi079 bash[28699]: audit 2023-12-08T04:33:42.448258+0000 mgr.a (mgr.14403) 27259 : audit 0 from='client.535431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:43 smithi194 bash[32038]: cluster 2023-12-08T04:33:42.358434+0000 mgr.a (mgr.14403) 27258 : cluster 0 pgmap v20358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:43 smithi194 bash[32038]: audit 2023-12-08T04:33:42.448258+0000 mgr.a (mgr.14403) 27259 : audit 0 from='client.535431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:43 smithi135 bash[32435]: cluster 2023-12-08T04:33:42.358434+0000 mgr.a (mgr.14403) 27258 : cluster 0 pgmap v20358: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:43 smithi135 bash[32435]: audit 2023-12-08T04:33:42.448258+0000 mgr.a (mgr.14403) 27259 : audit 0 from='client.535431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:45 smithi079 bash[28699]: cluster 2023-12-08T04:33:44.359260+0000 mgr.a (mgr.14403) 27260 : cluster 0 pgmap v20359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:45 smithi194 bash[32038]: cluster 2023-12-08T04:33:44.359260+0000 mgr.a (mgr.14403) 27260 : cluster 0 pgmap v20359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:45 smithi135 bash[32435]: cluster 2023-12-08T04:33:44.359260+0000 mgr.a (mgr.14403) 27260 : cluster 0 pgmap v20359: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:33:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:47 smithi079 bash[28699]: cluster 2023-12-08T04:33:46.359813+0000 mgr.a (mgr.14403) 27261 : cluster 0 pgmap v20360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:47.942 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:33:47.943 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:47.943 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:47.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:47 smithi194 bash[32038]: cluster 2023-12-08T04:33:46.359813+0000 mgr.a (mgr.14403) 27261 : cluster 0 pgmap v20360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:47 smithi135 bash[32435]: cluster 2023-12-08T04:33:46.359813+0000 mgr.a (mgr.14403) 27261 : cluster 0 pgmap v20360: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:48.836 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:33:48.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:48.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:48.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:48.837 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:33:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:49 smithi079 bash[28699]: audit 2023-12-08T04:33:48.340805+0000 mgr.a (mgr.14403) 27262 : audit 0 from='client.535509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:49 smithi079 bash[28699]: cluster 2023-12-08T04:33:48.360545+0000 mgr.a (mgr.14403) 27263 : cluster 0 pgmap v20361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:49 smithi194 bash[32038]: audit 2023-12-08T04:33:48.340805+0000 mgr.a (mgr.14403) 27262 : audit 0 from='client.535509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:49 smithi194 bash[32038]: cluster 2023-12-08T04:33:48.360545+0000 mgr.a (mgr.14403) 27263 : cluster 0 pgmap v20361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:49 smithi135 bash[32435]: audit 2023-12-08T04:33:48.340805+0000 mgr.a (mgr.14403) 27262 : audit 0 from='client.535509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:49 smithi135 bash[32435]: cluster 2023-12-08T04:33:48.360545+0000 mgr.a (mgr.14403) 27263 : cluster 0 pgmap v20361: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:51 smithi079 bash[28699]: cluster 2023-12-08T04:33:50.361597+0000 mgr.a (mgr.14403) 27264 : cluster 0 pgmap v20362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:33:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:51 smithi194 bash[32038]: cluster 2023-12-08T04:33:50.361597+0000 mgr.a (mgr.14403) 27264 : cluster 0 pgmap v20362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:33:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:51 smithi135 bash[32435]: cluster 2023-12-08T04:33:50.361597+0000 mgr.a (mgr.14403) 27264 : cluster 0 pgmap v20362: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:33:53.839 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:33:53.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:53.840 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:53 smithi079 bash[28699]: cluster 2023-12-08T04:33:52.362203+0000 mgr.a (mgr.14403) 27265 : cluster 0 pgmap v20363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:33:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:53 smithi194 bash[32038]: cluster 2023-12-08T04:33:52.362203+0000 mgr.a (mgr.14403) 27265 : cluster 0 pgmap v20363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:33:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:53 smithi135 bash[32435]: cluster 2023-12-08T04:33:52.362203+0000 mgr.a (mgr.14403) 27265 : cluster 0 pgmap v20363: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:33:54.763 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:33:54.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:33:54.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:33:54.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:33:54.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:33:54.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:54 smithi079 bash[28699]: audit 2023-12-08T04:33:54.251039+0000 mgr.a (mgr.14403) 27266 : audit 0 from='client.535578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:54.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:54 smithi079 bash[28699]: cluster 2023-12-08T04:33:54.363113+0000 mgr.a (mgr.14403) 27267 : cluster 0 pgmap v20364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:54 smithi194 bash[32038]: audit 2023-12-08T04:33:54.251039+0000 mgr.a (mgr.14403) 27266 : audit 0 from='client.535578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:54 smithi194 bash[32038]: cluster 2023-12-08T04:33:54.363113+0000 mgr.a (mgr.14403) 27267 : cluster 0 pgmap v20364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:54.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:54 smithi135 bash[32435]: audit 2023-12-08T04:33:54.251039+0000 mgr.a (mgr.14403) 27266 : audit 0 from='client.535578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:33:54.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:54 smithi135 bash[32435]: cluster 2023-12-08T04:33:54.363113+0000 mgr.a (mgr.14403) 27267 : cluster 0 pgmap v20364: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:33:57.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:57 smithi194 bash[32038]: cluster 2023-12-08T04:33:56.363809+0000 mgr.a (mgr.14403) 27268 : cluster 0 pgmap v20365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:57.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:57 smithi135 bash[32435]: cluster 2023-12-08T04:33:56.363809+0000 mgr.a (mgr.14403) 27268 : cluster 0 pgmap v20365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:57 smithi079 bash[28699]: cluster 2023-12-08T04:33:56.363809+0000 mgr.a (mgr.14403) 27268 : cluster 0 pgmap v20365: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:59.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:33:59 smithi135 bash[32435]: cluster 2023-12-08T04:33:58.364384+0000 mgr.a (mgr.14403) 27269 : cluster 0 pgmap v20366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:59.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:33:59.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:33:59.767 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:33:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:33:59 smithi079 bash[28699]: cluster 2023-12-08T04:33:58.364384+0000 mgr.a (mgr.14403) 27269 : cluster 0 pgmap v20366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:33:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:33:59 smithi194 bash[32038]: cluster 2023-12-08T04:33:58.364384+0000 mgr.a (mgr.14403) 27269 : cluster 0 pgmap v20366: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:00.663 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:34:00.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:00.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:00.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:00.663 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:34:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:01 smithi079 bash[28699]: audit 2023-12-08T04:34:00.166660+0000 mgr.a (mgr.14403) 27270 : audit 0 from='client.535647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:01 smithi079 bash[28699]: cluster 2023-12-08T04:34:00.365557+0000 mgr.a (mgr.14403) 27271 : cluster 0 pgmap v20367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:01 smithi194 bash[32038]: audit 2023-12-08T04:34:00.166660+0000 mgr.a (mgr.14403) 27270 : audit 0 from='client.535647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:01 smithi194 bash[32038]: cluster 2023-12-08T04:34:00.365557+0000 mgr.a (mgr.14403) 27271 : cluster 0 pgmap v20367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:01 smithi135 bash[32435]: audit 2023-12-08T04:34:00.166660+0000 mgr.a (mgr.14403) 27270 : audit 0 from='client.535647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:01 smithi135 bash[32435]: cluster 2023-12-08T04:34:00.365557+0000 mgr.a (mgr.14403) 27271 : cluster 0 pgmap v20367: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:03 smithi079 bash[28699]: cluster 2023-12-08T04:34:02.366232+0000 mgr.a (mgr.14403) 27272 : cluster 0 pgmap v20368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:34:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:03 smithi194 bash[32038]: cluster 2023-12-08T04:34:02.366232+0000 mgr.a (mgr.14403) 27272 : cluster 0 pgmap v20368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:34:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:03 smithi135 bash[32435]: cluster 2023-12-08T04:34:02.366232+0000 mgr.a (mgr.14403) 27272 : cluster 0 pgmap v20368: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:34:05.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:34:05.667 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:05.667 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:05 smithi079 bash[28699]: cluster 2023-12-08T04:34:04.367067+0000 mgr.a (mgr.14403) 27273 : cluster 0 pgmap v20369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:34:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:05 smithi194 bash[32038]: cluster 2023-12-08T04:34:04.367067+0000 mgr.a (mgr.14403) 27273 : cluster 0 pgmap v20369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:34:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:05 smithi135 bash[32435]: cluster 2023-12-08T04:34:04.367067+0000 mgr.a (mgr.14403) 27273 : cluster 0 pgmap v20369: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:34:06.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:06.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:06.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:06.567 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:34:06.567 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:34:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:07 smithi079 bash[28699]: audit 2023-12-08T04:34:06.069183+0000 mgr.a (mgr.14403) 27274 : audit 0 from='client.535722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:07 smithi079 bash[28699]: cluster 2023-12-08T04:34:06.367829+0000 mgr.a (mgr.14403) 27275 : cluster 0 pgmap v20370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:07 smithi194 bash[32038]: audit 2023-12-08T04:34:06.069183+0000 mgr.a (mgr.14403) 27274 : audit 0 from='client.535722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:07 smithi194 bash[32038]: cluster 2023-12-08T04:34:06.367829+0000 mgr.a (mgr.14403) 27275 : cluster 0 pgmap v20370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:07 smithi135 bash[32435]: audit 2023-12-08T04:34:06.069183+0000 mgr.a (mgr.14403) 27274 : audit 0 from='client.535722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:07 smithi135 bash[32435]: cluster 2023-12-08T04:34:06.367829+0000 mgr.a (mgr.14403) 27275 : cluster 0 pgmap v20370: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:09.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:09 smithi079 bash[28699]: cluster 2023-12-08T04:34:08.368507+0000 mgr.a (mgr.14403) 27276 : cluster 0 pgmap v20371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:09 smithi194 bash[32038]: cluster 2023-12-08T04:34:08.368507+0000 mgr.a (mgr.14403) 27276 : cluster 0 pgmap v20371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:09.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:09 smithi135 bash[32435]: cluster 2023-12-08T04:34:08.368507+0000 mgr.a (mgr.14403) 27276 : cluster 0 pgmap v20371: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:11.570 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:34:11.571 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:11.571 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:11 smithi079 bash[28699]: cluster 2023-12-08T04:34:10.369214+0000 mgr.a (mgr.14403) 27277 : cluster 0 pgmap v20372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:11.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:11 smithi194 bash[32038]: cluster 2023-12-08T04:34:10.369214+0000 mgr.a (mgr.14403) 27277 : cluster 0 pgmap v20372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:11 smithi135 bash[32435]: cluster 2023-12-08T04:34:10.369214+0000 mgr.a (mgr.14403) 27277 : cluster 0 pgmap v20372: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:12.515 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:34:12.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:12.515 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:12.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:12.516 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:34:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:12 smithi079 bash[28699]: audit 2023-12-08T04:34:11.601918+0000 mon.a (mon.0) 4210 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:34:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:12 smithi079 bash[28699]: audit 2023-12-08T04:34:12.403783+0000 mon.a (mon.0) 4211 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:34:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:12 smithi079 bash[28699]: audit 2023-12-08T04:34:12.405113+0000 mon.a (mon.0) 4212 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:34:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:12 smithi079 bash[28699]: audit 2023-12-08T04:34:12.412446+0000 mon.a (mon.0) 4213 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:34:12.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:12 smithi194 bash[32038]: audit 2023-12-08T04:34:11.601918+0000 mon.a (mon.0) 4210 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:34:12.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:12 smithi194 bash[32038]: audit 2023-12-08T04:34:12.403783+0000 mon.a (mon.0) 4211 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:34:12.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:12 smithi194 bash[32038]: audit 2023-12-08T04:34:12.405113+0000 mon.a (mon.0) 4212 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:34:12.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:12 smithi194 bash[32038]: audit 2023-12-08T04:34:12.412446+0000 mon.a (mon.0) 4213 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:34:12.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:12 smithi135 bash[32435]: audit 2023-12-08T04:34:11.601918+0000 mon.a (mon.0) 4210 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:34:12.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:12 smithi135 bash[32435]: audit 2023-12-08T04:34:12.403783+0000 mon.a (mon.0) 4211 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:34:12.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:12 smithi135 bash[32435]: audit 2023-12-08T04:34:12.405113+0000 mon.a (mon.0) 4212 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:34:12.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:12 smithi135 bash[32435]: audit 2023-12-08T04:34:12.412446+0000 mon.a (mon.0) 4213 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:34:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:13 smithi079 bash[28699]: audit 2023-12-08T04:34:11.977791+0000 mgr.a (mgr.14403) 27278 : audit 0 from='client.403900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:13 smithi079 bash[28699]: cluster 2023-12-08T04:34:12.370040+0000 mgr.a (mgr.14403) 27279 : cluster 0 pgmap v20373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:13 smithi194 bash[32038]: audit 2023-12-08T04:34:11.977791+0000 mgr.a (mgr.14403) 27278 : audit 0 from='client.403900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:13 smithi194 bash[32038]: cluster 2023-12-08T04:34:12.370040+0000 mgr.a (mgr.14403) 27279 : cluster 0 pgmap v20373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:13 smithi135 bash[32435]: audit 2023-12-08T04:34:11.977791+0000 mgr.a (mgr.14403) 27278 : audit 0 from='client.403900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:13 smithi135 bash[32435]: cluster 2023-12-08T04:34:12.370040+0000 mgr.a (mgr.14403) 27279 : cluster 0 pgmap v20373: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:15 smithi079 bash[28699]: cluster 2023-12-08T04:34:14.371065+0000 mgr.a (mgr.14403) 27280 : cluster 0 pgmap v20374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:15 smithi194 bash[32038]: cluster 2023-12-08T04:34:14.371065+0000 mgr.a (mgr.14403) 27280 : cluster 0 pgmap v20374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:15 smithi135 bash[32435]: cluster 2023-12-08T04:34:14.371065+0000 mgr.a (mgr.14403) 27280 : cluster 0 pgmap v20374: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:17.518 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:34:17.519 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:17.519 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:17 smithi079 bash[28699]: cluster 2023-12-08T04:34:16.371603+0000 mgr.a (mgr.14403) 27281 : cluster 0 pgmap v20375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:17 smithi194 bash[32038]: cluster 2023-12-08T04:34:16.371603+0000 mgr.a (mgr.14403) 27281 : cluster 0 pgmap v20375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:17 smithi135 bash[32435]: cluster 2023-12-08T04:34:16.371603+0000 mgr.a (mgr.14403) 27281 : cluster 0 pgmap v20375: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:18.439 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:34:18.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:18.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:18.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:18.440 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:34:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:19 smithi079 bash[28699]: audit 2023-12-08T04:34:17.923134+0000 mgr.a (mgr.14403) 27282 : audit 0 from='client.535869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:19 smithi079 bash[28699]: cluster 2023-12-08T04:34:18.372166+0000 mgr.a (mgr.14403) 27283 : cluster 0 pgmap v20376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:19 smithi194 bash[32038]: audit 2023-12-08T04:34:17.923134+0000 mgr.a (mgr.14403) 27282 : audit 0 from='client.535869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:19 smithi194 bash[32038]: cluster 2023-12-08T04:34:18.372166+0000 mgr.a (mgr.14403) 27283 : cluster 0 pgmap v20376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:19 smithi135 bash[32435]: audit 2023-12-08T04:34:17.923134+0000 mgr.a (mgr.14403) 27282 : audit 0 from='client.535869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:19 smithi135 bash[32435]: cluster 2023-12-08T04:34:18.372166+0000 mgr.a (mgr.14403) 27283 : cluster 0 pgmap v20376: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:21.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:21 smithi079 bash[28699]: cluster 2023-12-08T04:34:20.373051+0000 mgr.a (mgr.14403) 27284 : cluster 0 pgmap v20377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:21 smithi194 bash[32038]: cluster 2023-12-08T04:34:20.373051+0000 mgr.a (mgr.14403) 27284 : cluster 0 pgmap v20377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:21 smithi135 bash[32435]: cluster 2023-12-08T04:34:20.373051+0000 mgr.a (mgr.14403) 27284 : cluster 0 pgmap v20377: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:23.442 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:34:23.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:23.443 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:23 smithi079 bash[28699]: cluster 2023-12-08T04:34:22.373630+0000 mgr.a (mgr.14403) 27285 : cluster 0 pgmap v20378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:23 smithi194 bash[32038]: cluster 2023-12-08T04:34:22.373630+0000 mgr.a (mgr.14403) 27285 : cluster 0 pgmap v20378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:23 smithi135 bash[32435]: cluster 2023-12-08T04:34:22.373630+0000 mgr.a (mgr.14403) 27285 : cluster 0 pgmap v20378: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:24.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:24.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:24.337 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:24.338 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:34:24.338 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:34:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:25 smithi079 bash[28699]: audit 2023-12-08T04:34:23.842657+0000 mgr.a (mgr.14403) 27286 : audit 0 from='client.535947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:25 smithi079 bash[28699]: cluster 2023-12-08T04:34:24.374789+0000 mgr.a (mgr.14403) 27287 : cluster 0 pgmap v20379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:25.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:25 smithi194 bash[32038]: audit 2023-12-08T04:34:23.842657+0000 mgr.a (mgr.14403) 27286 : audit 0 from='client.535947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:25.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:25 smithi194 bash[32038]: cluster 2023-12-08T04:34:24.374789+0000 mgr.a (mgr.14403) 27287 : cluster 0 pgmap v20379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:25 smithi135 bash[32435]: audit 2023-12-08T04:34:23.842657+0000 mgr.a (mgr.14403) 27286 : audit 0 from='client.535947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:25 smithi135 bash[32435]: cluster 2023-12-08T04:34:24.374789+0000 mgr.a (mgr.14403) 27287 : cluster 0 pgmap v20379: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:27 smithi079 bash[28699]: cluster 2023-12-08T04:34:26.375482+0000 mgr.a (mgr.14403) 27288 : cluster 0 pgmap v20380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:27 smithi194 bash[32038]: cluster 2023-12-08T04:34:26.375482+0000 mgr.a (mgr.14403) 27288 : cluster 0 pgmap v20380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:27 smithi135 bash[32435]: cluster 2023-12-08T04:34:26.375482+0000 mgr.a (mgr.14403) 27288 : cluster 0 pgmap v20380: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:29.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:34:29.341 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:29.341 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:29 smithi079 bash[28699]: cluster 2023-12-08T04:34:28.376136+0000 mgr.a (mgr.14403) 27289 : cluster 0 pgmap v20381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:29 smithi194 bash[32038]: cluster 2023-12-08T04:34:28.376136+0000 mgr.a (mgr.14403) 27289 : cluster 0 pgmap v20381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:29 smithi135 bash[32435]: cluster 2023-12-08T04:34:28.376136+0000 mgr.a (mgr.14403) 27289 : cluster 0 pgmap v20381: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:30.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:30.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:30.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:30.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:34:30.273 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:34:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:31 smithi079 bash[28699]: audit 2023-12-08T04:34:29.742004+0000 mgr.a (mgr.14403) 27290 : audit 0 from='client.536022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:31 smithi079 bash[28699]: cluster 2023-12-08T04:34:30.377216+0000 mgr.a (mgr.14403) 27291 : cluster 0 pgmap v20382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:31.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:31 smithi194 bash[32038]: audit 2023-12-08T04:34:29.742004+0000 mgr.a (mgr.14403) 27290 : audit 0 from='client.536022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:31.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:31 smithi194 bash[32038]: cluster 2023-12-08T04:34:30.377216+0000 mgr.a (mgr.14403) 27291 : cluster 0 pgmap v20382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:31 smithi135 bash[32435]: audit 2023-12-08T04:34:29.742004+0000 mgr.a (mgr.14403) 27290 : audit 0 from='client.536022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:31 smithi135 bash[32435]: cluster 2023-12-08T04:34:30.377216+0000 mgr.a (mgr.14403) 27291 : cluster 0 pgmap v20382: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:33 smithi079 bash[28699]: cluster 2023-12-08T04:34:32.377795+0000 mgr.a (mgr.14403) 27292 : cluster 0 pgmap v20383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:33 smithi194 bash[32038]: cluster 2023-12-08T04:34:32.377795+0000 mgr.a (mgr.14403) 27292 : cluster 0 pgmap v20383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:33 smithi135 bash[32435]: cluster 2023-12-08T04:34:32.377795+0000 mgr.a (mgr.14403) 27292 : cluster 0 pgmap v20383: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:34:35.275 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:34:35.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:35.276 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:35 smithi079 bash[28699]: cluster 2023-12-08T04:34:34.378530+0000 mgr.a (mgr.14403) 27293 : cluster 0 pgmap v20384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:35 smithi194 bash[32038]: cluster 2023-12-08T04:34:34.378530+0000 mgr.a (mgr.14403) 27293 : cluster 0 pgmap v20384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:35 smithi135 bash[32435]: cluster 2023-12-08T04:34:34.378530+0000 mgr.a (mgr.14403) 27293 : cluster 0 pgmap v20384: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:36.181 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:34:36.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:36.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:36.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:36.181 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:34:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:37 smithi079 bash[28699]: audit 2023-12-08T04:34:35.674870+0000 mgr.a (mgr.14403) 27294 : audit 0 from='client.536097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:37.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:37 smithi079 bash[28699]: cluster 2023-12-08T04:34:36.379237+0000 mgr.a (mgr.14403) 27295 : cluster 0 pgmap v20385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:37 smithi194 bash[32038]: audit 2023-12-08T04:34:35.674870+0000 mgr.a (mgr.14403) 27294 : audit 0 from='client.536097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:37 smithi194 bash[32038]: cluster 2023-12-08T04:34:36.379237+0000 mgr.a (mgr.14403) 27295 : cluster 0 pgmap v20385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:37 smithi135 bash[32435]: audit 2023-12-08T04:34:35.674870+0000 mgr.a (mgr.14403) 27294 : audit 0 from='client.536097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:37 smithi135 bash[32435]: cluster 2023-12-08T04:34:36.379237+0000 mgr.a (mgr.14403) 27295 : cluster 0 pgmap v20385: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:39 smithi079 bash[28699]: cluster 2023-12-08T04:34:38.379810+0000 mgr.a (mgr.14403) 27296 : cluster 0 pgmap v20386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:39 smithi194 bash[32038]: cluster 2023-12-08T04:34:38.379810+0000 mgr.a (mgr.14403) 27296 : cluster 0 pgmap v20386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:39 smithi135 bash[32435]: cluster 2023-12-08T04:34:38.379810+0000 mgr.a (mgr.14403) 27296 : cluster 0 pgmap v20386: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:41.184 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:34:41.185 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:41.185 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:41 smithi079 bash[28699]: cluster 2023-12-08T04:34:40.380611+0000 mgr.a (mgr.14403) 27297 : cluster 0 pgmap v20387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:41 smithi194 bash[32038]: cluster 2023-12-08T04:34:40.380611+0000 mgr.a (mgr.14403) 27297 : cluster 0 pgmap v20387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:41 smithi135 bash[32435]: cluster 2023-12-08T04:34:40.380611+0000 mgr.a (mgr.14403) 27297 : cluster 0 pgmap v20387: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:42.087 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:34:42.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:42.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:42.087 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:42.088 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:34:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:43 smithi079 bash[28699]: audit 2023-12-08T04:34:41.593073+0000 mgr.a (mgr.14403) 27298 : audit 0 from='client.536172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:43 smithi079 bash[28699]: cluster 2023-12-08T04:34:42.381410+0000 mgr.a (mgr.14403) 27299 : cluster 0 pgmap v20388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:43 smithi194 bash[32038]: audit 2023-12-08T04:34:41.593073+0000 mgr.a (mgr.14403) 27298 : audit 0 from='client.536172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:43 smithi194 bash[32038]: cluster 2023-12-08T04:34:42.381410+0000 mgr.a (mgr.14403) 27299 : cluster 0 pgmap v20388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:43 smithi135 bash[32435]: audit 2023-12-08T04:34:41.593073+0000 mgr.a (mgr.14403) 27298 : audit 0 from='client.536172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:43 smithi135 bash[32435]: cluster 2023-12-08T04:34:42.381410+0000 mgr.a (mgr.14403) 27299 : cluster 0 pgmap v20388: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:45 smithi079 bash[28699]: cluster 2023-12-08T04:34:44.382419+0000 mgr.a (mgr.14403) 27300 : cluster 0 pgmap v20389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:45 smithi194 bash[32038]: cluster 2023-12-08T04:34:44.382419+0000 mgr.a (mgr.14403) 27300 : cluster 0 pgmap v20389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:45 smithi135 bash[32435]: cluster 2023-12-08T04:34:44.382419+0000 mgr.a (mgr.14403) 27300 : cluster 0 pgmap v20389: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:47.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:34:47.091 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:47.091 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:47 smithi079 bash[28699]: cluster 2023-12-08T04:34:46.383029+0000 mgr.a (mgr.14403) 27301 : cluster 0 pgmap v20390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:47.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:47 smithi194 bash[32038]: cluster 2023-12-08T04:34:46.383029+0000 mgr.a (mgr.14403) 27301 : cluster 0 pgmap v20390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:47 smithi135 bash[32435]: cluster 2023-12-08T04:34:46.383029+0000 mgr.a (mgr.14403) 27301 : cluster 0 pgmap v20390: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:48.003 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:34:48.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:48.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:48.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:48.003 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:34:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:48 smithi079 bash[28699]: audit 2023-12-08T04:34:47.491161+0000 mgr.a (mgr.14403) 27302 : audit 0 from='client.536244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:48.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:48 smithi194 bash[32038]: audit 2023-12-08T04:34:47.491161+0000 mgr.a (mgr.14403) 27302 : audit 0 from='client.536244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:48.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:48 smithi135 bash[32435]: audit 2023-12-08T04:34:47.491161+0000 mgr.a (mgr.14403) 27302 : audit 0 from='client.536244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:49 smithi079 bash[28699]: cluster 2023-12-08T04:34:48.383766+0000 mgr.a (mgr.14403) 27303 : cluster 0 pgmap v20391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:49 smithi194 bash[32038]: cluster 2023-12-08T04:34:48.383766+0000 mgr.a (mgr.14403) 27303 : cluster 0 pgmap v20391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:49 smithi135 bash[32435]: cluster 2023-12-08T04:34:48.383766+0000 mgr.a (mgr.14403) 27303 : cluster 0 pgmap v20391: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:51 smithi079 bash[28699]: cluster 2023-12-08T04:34:50.384676+0000 mgr.a (mgr.14403) 27304 : cluster 0 pgmap v20392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:51 smithi194 bash[32038]: cluster 2023-12-08T04:34:50.384676+0000 mgr.a (mgr.14403) 27304 : cluster 0 pgmap v20392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:51 smithi135 bash[32435]: cluster 2023-12-08T04:34:50.384676+0000 mgr.a (mgr.14403) 27304 : cluster 0 pgmap v20392: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:34:53.006 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:34:53.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:53.007 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:53 smithi079 bash[28699]: cluster 2023-12-08T04:34:52.385185+0000 mgr.a (mgr.14403) 27305 : cluster 0 pgmap v20393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:53.912 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:34:53.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:53.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:53.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:53.912 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:34:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:53 smithi194 bash[32038]: cluster 2023-12-08T04:34:52.385185+0000 mgr.a (mgr.14403) 27305 : cluster 0 pgmap v20393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:53 smithi135 bash[32435]: cluster 2023-12-08T04:34:52.385185+0000 mgr.a (mgr.14403) 27305 : cluster 0 pgmap v20393: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:34:54.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:54 smithi079 bash[28699]: audit 2023-12-08T04:34:53.404356+0000 mgr.a (mgr.14403) 27306 : audit 0 from='client.536319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:54 smithi194 bash[32038]: audit 2023-12-08T04:34:53.404356+0000 mgr.a (mgr.14403) 27306 : audit 0 from='client.536319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:54.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:54 smithi135 bash[32435]: audit 2023-12-08T04:34:53.404356+0000 mgr.a (mgr.14403) 27306 : audit 0 from='client.536319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:34:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:55 smithi079 bash[28699]: cluster 2023-12-08T04:34:54.386294+0000 mgr.a (mgr.14403) 27307 : cluster 0 pgmap v20394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:34:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:55 smithi194 bash[32038]: cluster 2023-12-08T04:34:54.386294+0000 mgr.a (mgr.14403) 27307 : cluster 0 pgmap v20394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:34:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:55 smithi135 bash[32435]: cluster 2023-12-08T04:34:54.386294+0000 mgr.a (mgr.14403) 27307 : cluster 0 pgmap v20394: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:34:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:57 smithi079 bash[28699]: cluster 2023-12-08T04:34:56.387073+0000 mgr.a (mgr.14403) 27308 : cluster 0 pgmap v20395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:34:57.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:57 smithi194 bash[32038]: cluster 2023-12-08T04:34:56.387073+0000 mgr.a (mgr.14403) 27308 : cluster 0 pgmap v20395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:34:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:57 smithi135 bash[32435]: cluster 2023-12-08T04:34:56.387073+0000 mgr.a (mgr.14403) 27308 : cluster 0 pgmap v20395: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:34:58.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:34:58.914 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:34:58.915 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:34:59.831 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:34:59.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:34:59.831 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:34:59.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:34:59.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:34:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:34:59 smithi079 bash[28699]: cluster 2023-12-08T04:34:58.387677+0000 mgr.a (mgr.14403) 27309 : cluster 0 pgmap v20396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:34:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:34:59 smithi194 bash[32038]: cluster 2023-12-08T04:34:58.387677+0000 mgr.a (mgr.14403) 27309 : cluster 0 pgmap v20396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:34:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:34:59 smithi135 bash[32435]: cluster 2023-12-08T04:34:58.387677+0000 mgr.a (mgr.14403) 27309 : cluster 0 pgmap v20396: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:35:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:00 smithi079 bash[28699]: audit 2023-12-08T04:34:59.313123+0000 mgr.a (mgr.14403) 27310 : audit 0 from='client.536397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:00.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:00 smithi194 bash[32038]: audit 2023-12-08T04:34:59.313123+0000 mgr.a (mgr.14403) 27310 : audit 0 from='client.536397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:00 smithi135 bash[32435]: audit 2023-12-08T04:34:59.313123+0000 mgr.a (mgr.14403) 27310 : audit 0 from='client.536397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:01.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:01 smithi194 bash[32038]: cluster 2023-12-08T04:35:00.388758+0000 mgr.a (mgr.14403) 27311 : cluster 0 pgmap v20397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:01 smithi079 bash[28699]: cluster 2023-12-08T04:35:00.388758+0000 mgr.a (mgr.14403) 27311 : cluster 0 pgmap v20397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:01.924 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:01 smithi135 bash[32435]: cluster 2023-12-08T04:35:00.388758+0000 mgr.a (mgr.14403) 27311 : cluster 0 pgmap v20397: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:03 smithi079 bash[28699]: cluster 2023-12-08T04:35:02.389424+0000 mgr.a (mgr.14403) 27312 : cluster 0 pgmap v20398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:03 smithi194 bash[32038]: cluster 2023-12-08T04:35:02.389424+0000 mgr.a (mgr.14403) 27312 : cluster 0 pgmap v20398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:03 smithi135 bash[32435]: cluster 2023-12-08T04:35:02.389424+0000 mgr.a (mgr.14403) 27312 : cluster 0 pgmap v20398: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:04.833 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:35:04.834 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:04.834 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:05.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:05.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:05.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:05.731 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:35:05.732 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:35:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:05 smithi079 bash[28699]: cluster 2023-12-08T04:35:04.390181+0000 mgr.a (mgr.14403) 27313 : cluster 0 pgmap v20399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:05 smithi194 bash[32038]: cluster 2023-12-08T04:35:04.390181+0000 mgr.a (mgr.14403) 27313 : cluster 0 pgmap v20399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:05 smithi135 bash[32435]: cluster 2023-12-08T04:35:04.390181+0000 mgr.a (mgr.14403) 27313 : cluster 0 pgmap v20399: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:06 smithi079 bash[28699]: audit 2023-12-08T04:35:05.234574+0000 mgr.a (mgr.14403) 27314 : audit 0 from='client.536472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:06.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:06 smithi194 bash[32038]: audit 2023-12-08T04:35:05.234574+0000 mgr.a (mgr.14403) 27314 : audit 0 from='client.536472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:06.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:06 smithi135 bash[32435]: audit 2023-12-08T04:35:05.234574+0000 mgr.a (mgr.14403) 27314 : audit 0 from='client.536472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:07 smithi079 bash[28699]: cluster 2023-12-08T04:35:06.390967+0000 mgr.a (mgr.14403) 27315 : cluster 0 pgmap v20400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:35:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:07 smithi194 bash[32038]: cluster 2023-12-08T04:35:06.390967+0000 mgr.a (mgr.14403) 27315 : cluster 0 pgmap v20400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:35:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:07 smithi135 bash[32435]: cluster 2023-12-08T04:35:06.390967+0000 mgr.a (mgr.14403) 27315 : cluster 0 pgmap v20400: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:35:09.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:09 smithi079 bash[28699]: cluster 2023-12-08T04:35:08.391580+0000 mgr.a (mgr.14403) 27316 : cluster 0 pgmap v20401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:35:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:09 smithi194 bash[32038]: cluster 2023-12-08T04:35:08.391580+0000 mgr.a (mgr.14403) 27316 : cluster 0 pgmap v20401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:35:09.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:09 smithi135 bash[32435]: cluster 2023-12-08T04:35:08.391580+0000 mgr.a (mgr.14403) 27316 : cluster 0 pgmap v20401: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:35:10.734 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:35:10.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:10.735 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:11.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:11.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:11.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:11.623 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:35:11.623 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:35:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:11 smithi079 bash[28699]: cluster 2023-12-08T04:35:10.392416+0000 mgr.a (mgr.14403) 27317 : cluster 0 pgmap v20402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:35:11.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:11 smithi194 bash[32038]: cluster 2023-12-08T04:35:10.392416+0000 mgr.a (mgr.14403) 27317 : cluster 0 pgmap v20402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:35:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:11 smithi135 bash[32435]: cluster 2023-12-08T04:35:10.392416+0000 mgr.a (mgr.14403) 27317 : cluster 0 pgmap v20402: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:35:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:12 smithi079 bash[28699]: audit 2023-12-08T04:35:11.138374+0000 mgr.a (mgr.14403) 27318 : audit 0 from='client.536544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:12.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:12 smithi194 bash[32038]: audit 2023-12-08T04:35:11.138374+0000 mgr.a (mgr.14403) 27318 : audit 0 from='client.536544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:12.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:12 smithi135 bash[32435]: audit 2023-12-08T04:35:11.138374+0000 mgr.a (mgr.14403) 27318 : audit 0 from='client.536544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:13 smithi079 bash[28699]: cluster 2023-12-08T04:35:12.393115+0000 mgr.a (mgr.14403) 27319 : cluster 0 pgmap v20403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:13 smithi079 bash[28699]: audit 2023-12-08T04:35:12.517858+0000 mon.a (mon.0) 4214 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:35:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:13 smithi079 bash[28699]: audit 2023-12-08T04:35:13.258906+0000 mon.a (mon.0) 4215 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:35:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:13 smithi079 bash[28699]: audit 2023-12-08T04:35:13.260601+0000 mon.a (mon.0) 4216 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:35:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:13 smithi079 bash[28699]: audit 2023-12-08T04:35:13.269393+0000 mon.a (mon.0) 4217 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:35:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:13 smithi194 bash[32038]: cluster 2023-12-08T04:35:12.393115+0000 mgr.a (mgr.14403) 27319 : cluster 0 pgmap v20403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:13 smithi194 bash[32038]: audit 2023-12-08T04:35:12.517858+0000 mon.a (mon.0) 4214 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:35:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:13 smithi194 bash[32038]: audit 2023-12-08T04:35:13.258906+0000 mon.a (mon.0) 4215 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:35:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:13 smithi194 bash[32038]: audit 2023-12-08T04:35:13.260601+0000 mon.a (mon.0) 4216 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:35:13.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:13 smithi194 bash[32038]: audit 2023-12-08T04:35:13.269393+0000 mon.a (mon.0) 4217 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:35:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:13 smithi135 bash[32435]: cluster 2023-12-08T04:35:12.393115+0000 mgr.a (mgr.14403) 27319 : cluster 0 pgmap v20403: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:13 smithi135 bash[32435]: audit 2023-12-08T04:35:12.517858+0000 mon.a (mon.0) 4214 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:35:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:13 smithi135 bash[32435]: audit 2023-12-08T04:35:13.258906+0000 mon.a (mon.0) 4215 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:35:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:13 smithi135 bash[32435]: audit 2023-12-08T04:35:13.260601+0000 mon.a (mon.0) 4216 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:35:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:13 smithi135 bash[32435]: audit 2023-12-08T04:35:13.269393+0000 mon.a (mon.0) 4217 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:35:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:15 smithi079 bash[28699]: cluster 2023-12-08T04:35:14.393930+0000 mgr.a (mgr.14403) 27320 : cluster 0 pgmap v20404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:15 smithi194 bash[32038]: cluster 2023-12-08T04:35:14.393930+0000 mgr.a (mgr.14403) 27320 : cluster 0 pgmap v20404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:15 smithi135 bash[32435]: cluster 2023-12-08T04:35:14.393930+0000 mgr.a (mgr.14403) 27320 : cluster 0 pgmap v20404: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:16.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:35:16.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:16.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:17.553 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:35:17.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:17.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:17.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:17.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:35:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:17 smithi079 bash[28699]: cluster 2023-12-08T04:35:16.394483+0000 mgr.a (mgr.14403) 27321 : cluster 0 pgmap v20405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:17 smithi194 bash[32038]: cluster 2023-12-08T04:35:16.394483+0000 mgr.a (mgr.14403) 27321 : cluster 0 pgmap v20405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:17 smithi135 bash[32435]: cluster 2023-12-08T04:35:16.394483+0000 mgr.a (mgr.14403) 27321 : cluster 0 pgmap v20405: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:18.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:18 smithi079 bash[28699]: audit 2023-12-08T04:35:17.027303+0000 mgr.a (mgr.14403) 27322 : audit 0 from='client.536619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:18.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:18 smithi194 bash[32038]: audit 2023-12-08T04:35:17.027303+0000 mgr.a (mgr.14403) 27322 : audit 0 from='client.536619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:18.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:18 smithi135 bash[32435]: audit 2023-12-08T04:35:17.027303+0000 mgr.a (mgr.14403) 27322 : audit 0 from='client.536619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:19 smithi079 bash[28699]: cluster 2023-12-08T04:35:18.395267+0000 mgr.a (mgr.14403) 27323 : cluster 0 pgmap v20406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:19 smithi194 bash[32038]: cluster 2023-12-08T04:35:18.395267+0000 mgr.a (mgr.14403) 27323 : cluster 0 pgmap v20406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:19 smithi135 bash[32435]: cluster 2023-12-08T04:35:18.395267+0000 mgr.a (mgr.14403) 27323 : cluster 0 pgmap v20406: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:21.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:21 smithi079 bash[28699]: cluster 2023-12-08T04:35:20.396132+0000 mgr.a (mgr.14403) 27324 : cluster 0 pgmap v20407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:21 smithi194 bash[32038]: cluster 2023-12-08T04:35:20.396132+0000 mgr.a (mgr.14403) 27324 : cluster 0 pgmap v20407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:21 smithi135 bash[32435]: cluster 2023-12-08T04:35:20.396132+0000 mgr.a (mgr.14403) 27324 : cluster 0 pgmap v20407: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:22.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:35:22.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:22.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:23.445 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:35:23.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:23.445 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:23.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:23.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:35:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:23 smithi079 bash[28699]: cluster 2023-12-08T04:35:22.396717+0000 mgr.a (mgr.14403) 27325 : cluster 0 pgmap v20408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:23 smithi194 bash[32038]: cluster 2023-12-08T04:35:22.396717+0000 mgr.a (mgr.14403) 27325 : cluster 0 pgmap v20408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:23 smithi135 bash[32435]: cluster 2023-12-08T04:35:22.396717+0000 mgr.a (mgr.14403) 27325 : cluster 0 pgmap v20408: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:24.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:24 smithi079 bash[28699]: audit 2023-12-08T04:35:22.956792+0000 mgr.a (mgr.14403) 27326 : audit 0 from='client.536691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:24.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:24 smithi194 bash[32038]: audit 2023-12-08T04:35:22.956792+0000 mgr.a (mgr.14403) 27326 : audit 0 from='client.536691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:24.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:24 smithi135 bash[32435]: audit 2023-12-08T04:35:22.956792+0000 mgr.a (mgr.14403) 27326 : audit 0 from='client.536691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:25 smithi079 bash[28699]: cluster 2023-12-08T04:35:24.397658+0000 mgr.a (mgr.14403) 27327 : cluster 0 pgmap v20409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:25.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:25 smithi194 bash[32038]: cluster 2023-12-08T04:35:24.397658+0000 mgr.a (mgr.14403) 27327 : cluster 0 pgmap v20409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:25 smithi135 bash[32435]: cluster 2023-12-08T04:35:24.397658+0000 mgr.a (mgr.14403) 27327 : cluster 0 pgmap v20409: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:27 smithi079 bash[28699]: cluster 2023-12-08T04:35:26.398272+0000 mgr.a (mgr.14403) 27328 : cluster 0 pgmap v20410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:27 smithi194 bash[32038]: cluster 2023-12-08T04:35:26.398272+0000 mgr.a (mgr.14403) 27328 : cluster 0 pgmap v20410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:27 smithi135 bash[32435]: cluster 2023-12-08T04:35:26.398272+0000 mgr.a (mgr.14403) 27328 : cluster 0 pgmap v20410: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:28.446 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:35:28.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:28.447 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:29.340 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:29.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:29.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:29.341 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:35:29.341 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:35:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:29 smithi079 bash[28699]: cluster 2023-12-08T04:35:28.398829+0000 mgr.a (mgr.14403) 27329 : cluster 0 pgmap v20411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:29 smithi194 bash[32038]: cluster 2023-12-08T04:35:28.398829+0000 mgr.a (mgr.14403) 27329 : cluster 0 pgmap v20411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:29 smithi135 bash[32435]: cluster 2023-12-08T04:35:28.398829+0000 mgr.a (mgr.14403) 27329 : cluster 0 pgmap v20411: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:30 smithi079 bash[28699]: audit 2023-12-08T04:35:28.852499+0000 mgr.a (mgr.14403) 27330 : audit 0 from='client.536766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:30.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:30 smithi194 bash[32038]: audit 2023-12-08T04:35:28.852499+0000 mgr.a (mgr.14403) 27330 : audit 0 from='client.536766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:30.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:30 smithi135 bash[32435]: audit 2023-12-08T04:35:28.852499+0000 mgr.a (mgr.14403) 27330 : audit 0 from='client.536766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:31 smithi079 bash[28699]: cluster 2023-12-08T04:35:30.399984+0000 mgr.a (mgr.14403) 27331 : cluster 0 pgmap v20412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:31.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:31 smithi194 bash[32038]: cluster 2023-12-08T04:35:30.399984+0000 mgr.a (mgr.14403) 27331 : cluster 0 pgmap v20412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:31 smithi135 bash[32435]: cluster 2023-12-08T04:35:30.399984+0000 mgr.a (mgr.14403) 27331 : cluster 0 pgmap v20412: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:33 smithi079 bash[28699]: cluster 2023-12-08T04:35:32.400593+0000 mgr.a (mgr.14403) 27332 : cluster 0 pgmap v20413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:33 smithi194 bash[32038]: cluster 2023-12-08T04:35:32.400593+0000 mgr.a (mgr.14403) 27332 : cluster 0 pgmap v20413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:33 smithi135 bash[32435]: cluster 2023-12-08T04:35:32.400593+0000 mgr.a (mgr.14403) 27332 : cluster 0 pgmap v20413: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:34.342 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:35:34.343 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:34.343 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:35.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:35.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:35.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:35.232 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:35:35.233 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:35:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:35 smithi079 bash[28699]: cluster 2023-12-08T04:35:34.401325+0000 mgr.a (mgr.14403) 27333 : cluster 0 pgmap v20414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:35 smithi194 bash[32038]: cluster 2023-12-08T04:35:34.401325+0000 mgr.a (mgr.14403) 27333 : cluster 0 pgmap v20414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:35 smithi135 bash[32435]: cluster 2023-12-08T04:35:34.401325+0000 mgr.a (mgr.14403) 27333 : cluster 0 pgmap v20414: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:36.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:36 smithi079 bash[28699]: audit 2023-12-08T04:35:34.743591+0000 mgr.a (mgr.14403) 27334 : audit 0 from='client.536844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:36.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:36 smithi194 bash[32038]: audit 2023-12-08T04:35:34.743591+0000 mgr.a (mgr.14403) 27334 : audit 0 from='client.536844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:36.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:36 smithi135 bash[32435]: audit 2023-12-08T04:35:34.743591+0000 mgr.a (mgr.14403) 27334 : audit 0 from='client.536844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:37 smithi079 bash[28699]: cluster 2023-12-08T04:35:36.402047+0000 mgr.a (mgr.14403) 27335 : cluster 0 pgmap v20415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:37 smithi194 bash[32038]: cluster 2023-12-08T04:35:36.402047+0000 mgr.a (mgr.14403) 27335 : cluster 0 pgmap v20415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:37 smithi135 bash[32435]: cluster 2023-12-08T04:35:36.402047+0000 mgr.a (mgr.14403) 27335 : cluster 0 pgmap v20415: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:39 smithi079 bash[28699]: cluster 2023-12-08T04:35:38.402602+0000 mgr.a (mgr.14403) 27336 : cluster 0 pgmap v20416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:39 smithi194 bash[32038]: cluster 2023-12-08T04:35:38.402602+0000 mgr.a (mgr.14403) 27336 : cluster 0 pgmap v20416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:39 smithi135 bash[32435]: cluster 2023-12-08T04:35:38.402602+0000 mgr.a (mgr.14403) 27336 : cluster 0 pgmap v20416: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:35:40.235 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:35:40.236 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:40.236 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:40 smithi079 bash[28699]: cluster 2023-12-08T04:35:40.403415+0000 mgr.a (mgr.14403) 27337 : cluster 0 pgmap v20417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:40.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:40 smithi194 bash[32038]: cluster 2023-12-08T04:35:40.403415+0000 mgr.a (mgr.14403) 27337 : cluster 0 pgmap v20417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:40.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:40 smithi135 bash[32435]: cluster 2023-12-08T04:35:40.403415+0000 mgr.a (mgr.14403) 27337 : cluster 0 pgmap v20417: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:41.147 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:35:41.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:41.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:41.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:41.147 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:35:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:41 smithi079 bash[28699]: audit 2023-12-08T04:35:40.638195+0000 mgr.a (mgr.14403) 27338 : audit 0 from='client.536916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:41 smithi194 bash[32038]: audit 2023-12-08T04:35:40.638195+0000 mgr.a (mgr.14403) 27338 : audit 0 from='client.536916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:41 smithi135 bash[32435]: audit 2023-12-08T04:35:40.638195+0000 mgr.a (mgr.14403) 27338 : audit 0 from='client.536916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:43 smithi079 bash[28699]: cluster 2023-12-08T04:35:42.404273+0000 mgr.a (mgr.14403) 27339 : cluster 0 pgmap v20418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:43 smithi194 bash[32038]: cluster 2023-12-08T04:35:42.404273+0000 mgr.a (mgr.14403) 27339 : cluster 0 pgmap v20418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:43 smithi135 bash[32435]: cluster 2023-12-08T04:35:42.404273+0000 mgr.a (mgr.14403) 27339 : cluster 0 pgmap v20418: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:45 smithi079 bash[28699]: cluster 2023-12-08T04:35:44.405138+0000 mgr.a (mgr.14403) 27340 : cluster 0 pgmap v20419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:45 smithi194 bash[32038]: cluster 2023-12-08T04:35:44.405138+0000 mgr.a (mgr.14403) 27340 : cluster 0 pgmap v20419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:45 smithi135 bash[32435]: cluster 2023-12-08T04:35:44.405138+0000 mgr.a (mgr.14403) 27340 : cluster 0 pgmap v20419: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:46.149 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:35:46.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:46.150 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:47.073 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:35:47.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:47.073 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:47.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:47.074 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:35:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:47 smithi079 bash[28699]: cluster 2023-12-08T04:35:46.405684+0000 mgr.a (mgr.14403) 27341 : cluster 0 pgmap v20420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:47.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:47 smithi194 bash[32038]: cluster 2023-12-08T04:35:46.405684+0000 mgr.a (mgr.14403) 27341 : cluster 0 pgmap v20420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:47 smithi135 bash[32435]: cluster 2023-12-08T04:35:46.405684+0000 mgr.a (mgr.14403) 27341 : cluster 0 pgmap v20420: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:48 smithi079 bash[28699]: audit 2023-12-08T04:35:46.553120+0000 mgr.a (mgr.14403) 27342 : audit 0 from='client.536994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:48.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:48 smithi194 bash[32038]: audit 2023-12-08T04:35:46.553120+0000 mgr.a (mgr.14403) 27342 : audit 0 from='client.536994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:48.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:48 smithi135 bash[32435]: audit 2023-12-08T04:35:46.553120+0000 mgr.a (mgr.14403) 27342 : audit 0 from='client.536994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:49.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:49 smithi079 bash[28699]: cluster 2023-12-08T04:35:48.406391+0000 mgr.a (mgr.14403) 27343 : cluster 0 pgmap v20421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:49 smithi194 bash[32038]: cluster 2023-12-08T04:35:48.406391+0000 mgr.a (mgr.14403) 27343 : cluster 0 pgmap v20421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:49 smithi135 bash[32435]: cluster 2023-12-08T04:35:48.406391+0000 mgr.a (mgr.14403) 27343 : cluster 0 pgmap v20421: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:51 smithi079 bash[28699]: cluster 2023-12-08T04:35:50.407259+0000 mgr.a (mgr.14403) 27344 : cluster 0 pgmap v20422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:51 smithi194 bash[32038]: cluster 2023-12-08T04:35:50.407259+0000 mgr.a (mgr.14403) 27344 : cluster 0 pgmap v20422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:51 smithi135 bash[32435]: cluster 2023-12-08T04:35:50.407259+0000 mgr.a (mgr.14403) 27344 : cluster 0 pgmap v20422: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:52.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:35:52.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:52.077 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:52.952 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:35:52.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:52.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:52.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:52.953 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:35:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:53 smithi079 bash[28699]: cluster 2023-12-08T04:35:52.407780+0000 mgr.a (mgr.14403) 27345 : cluster 0 pgmap v20423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:53 smithi079 bash[28699]: audit 2023-12-08T04:35:52.470815+0000 mgr.a (mgr.14403) 27346 : audit 0 from='client.537072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:53 smithi194 bash[32038]: cluster 2023-12-08T04:35:52.407780+0000 mgr.a (mgr.14403) 27345 : cluster 0 pgmap v20423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:53 smithi194 bash[32038]: audit 2023-12-08T04:35:52.470815+0000 mgr.a (mgr.14403) 27346 : audit 0 from='client.537072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:53 smithi135 bash[32435]: cluster 2023-12-08T04:35:52.407780+0000 mgr.a (mgr.14403) 27345 : cluster 0 pgmap v20423: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:53 smithi135 bash[32435]: audit 2023-12-08T04:35:52.470815+0000 mgr.a (mgr.14403) 27346 : audit 0 from='client.537072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:55 smithi079 bash[28699]: cluster 2023-12-08T04:35:54.408598+0000 mgr.a (mgr.14403) 27347 : cluster 0 pgmap v20424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:55 smithi194 bash[32038]: cluster 2023-12-08T04:35:54.408598+0000 mgr.a (mgr.14403) 27347 : cluster 0 pgmap v20424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:55 smithi135 bash[32435]: cluster 2023-12-08T04:35:54.408598+0000 mgr.a (mgr.14403) 27347 : cluster 0 pgmap v20424: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:35:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:57 smithi079 bash[28699]: cluster 2023-12-08T04:35:56.409324+0000 mgr.a (mgr.14403) 27348 : cluster 0 pgmap v20425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:57.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:57 smithi194 bash[32038]: cluster 2023-12-08T04:35:56.409324+0000 mgr.a (mgr.14403) 27348 : cluster 0 pgmap v20425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:57.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:35:57.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:35:57.956 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:35:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:57 smithi135 bash[32435]: cluster 2023-12-08T04:35:56.409324+0000 mgr.a (mgr.14403) 27348 : cluster 0 pgmap v20425: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:58.880 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:35:58.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:35:58.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:35:58.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:35:58.881 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:35:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:59 smithi079 bash[28699]: audit 2023-12-08T04:35:58.364581+0000 mgr.a (mgr.14403) 27349 : audit 0 from='client.537147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:35:59 smithi079 bash[28699]: cluster 2023-12-08T04:35:58.410110+0000 mgr.a (mgr.14403) 27350 : cluster 0 pgmap v20426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:59 smithi194 bash[32038]: audit 2023-12-08T04:35:58.364581+0000 mgr.a (mgr.14403) 27349 : audit 0 from='client.537147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:35:59 smithi194 bash[32038]: cluster 2023-12-08T04:35:58.410110+0000 mgr.a (mgr.14403) 27350 : cluster 0 pgmap v20426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:35:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:59 smithi135 bash[32435]: audit 2023-12-08T04:35:58.364581+0000 mgr.a (mgr.14403) 27349 : audit 0 from='client.537147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:35:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:35:59 smithi135 bash[32435]: cluster 2023-12-08T04:35:58.410110+0000 mgr.a (mgr.14403) 27350 : cluster 0 pgmap v20426: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:01 smithi079 bash[28699]: cluster 2023-12-08T04:36:00.411321+0000 mgr.a (mgr.14403) 27351 : cluster 0 pgmap v20427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:36:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:01 smithi194 bash[32038]: cluster 2023-12-08T04:36:00.411321+0000 mgr.a (mgr.14403) 27351 : cluster 0 pgmap v20427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:36:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:01 smithi135 bash[32435]: cluster 2023-12-08T04:36:00.411321+0000 mgr.a (mgr.14403) 27351 : cluster 0 pgmap v20427: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:36:03.884 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:36:03.885 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:03.885 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:03 smithi079 bash[28699]: cluster 2023-12-08T04:36:02.412083+0000 mgr.a (mgr.14403) 27352 : cluster 0 pgmap v20428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:36:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:03 smithi194 bash[32038]: cluster 2023-12-08T04:36:02.412083+0000 mgr.a (mgr.14403) 27352 : cluster 0 pgmap v20428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:36:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:03 smithi135 bash[32435]: cluster 2023-12-08T04:36:02.412083+0000 mgr.a (mgr.14403) 27352 : cluster 0 pgmap v20428: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:36:04.795 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:36:04.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:04.795 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:04.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:04.796 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:36:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:05 smithi079 bash[28699]: audit 2023-12-08T04:36:04.289771+0000 mgr.a (mgr.14403) 27353 : audit 0 from='client.537222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:05 smithi079 bash[28699]: cluster 2023-12-08T04:36:04.413099+0000 mgr.a (mgr.14403) 27354 : cluster 0 pgmap v20429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:05 smithi194 bash[32038]: audit 2023-12-08T04:36:04.289771+0000 mgr.a (mgr.14403) 27353 : audit 0 from='client.537222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:05 smithi194 bash[32038]: cluster 2023-12-08T04:36:04.413099+0000 mgr.a (mgr.14403) 27354 : cluster 0 pgmap v20429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:05 smithi135 bash[32435]: audit 2023-12-08T04:36:04.289771+0000 mgr.a (mgr.14403) 27353 : audit 0 from='client.537222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:05 smithi135 bash[32435]: cluster 2023-12-08T04:36:04.413099+0000 mgr.a (mgr.14403) 27354 : cluster 0 pgmap v20429: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:07 smithi079 bash[28699]: cluster 2023-12-08T04:36:06.413731+0000 mgr.a (mgr.14403) 27355 : cluster 0 pgmap v20430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:07 smithi194 bash[32038]: cluster 2023-12-08T04:36:06.413731+0000 mgr.a (mgr.14403) 27355 : cluster 0 pgmap v20430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:07 smithi135 bash[32435]: cluster 2023-12-08T04:36:06.413731+0000 mgr.a (mgr.14403) 27355 : cluster 0 pgmap v20430: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:08.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:08 smithi079 bash[28699]: cluster 2023-12-08T04:36:08.414307+0000 mgr.a (mgr.14403) 27356 : cluster 0 pgmap v20431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:08.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:08 smithi194 bash[32038]: cluster 2023-12-08T04:36:08.414307+0000 mgr.a (mgr.14403) 27356 : cluster 0 pgmap v20431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:08.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:08 smithi135 bash[32435]: cluster 2023-12-08T04:36:08.414307+0000 mgr.a (mgr.14403) 27356 : cluster 0 pgmap v20431: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:09.798 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:36:09.799 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:09.799 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:10.680 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:36:10.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:10.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:10.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:10.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:36:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:11 smithi079 bash[28699]: audit 2023-12-08T04:36:10.190410+0000 mgr.a (mgr.14403) 27357 : audit 0 from='client.537297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:11 smithi079 bash[28699]: cluster 2023-12-08T04:36:10.415102+0000 mgr.a (mgr.14403) 27358 : cluster 0 pgmap v20432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:11.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:11 smithi194 bash[32038]: audit 2023-12-08T04:36:10.190410+0000 mgr.a (mgr.14403) 27357 : audit 0 from='client.537297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:11.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:11 smithi194 bash[32038]: cluster 2023-12-08T04:36:10.415102+0000 mgr.a (mgr.14403) 27358 : cluster 0 pgmap v20432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:11 smithi135 bash[32435]: audit 2023-12-08T04:36:10.190410+0000 mgr.a (mgr.14403) 27357 : audit 0 from='client.537297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:11 smithi135 bash[32435]: cluster 2023-12-08T04:36:10.415102+0000 mgr.a (mgr.14403) 27358 : cluster 0 pgmap v20432: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:13 smithi079 bash[28699]: cluster 2023-12-08T04:36:12.415825+0000 mgr.a (mgr.14403) 27359 : cluster 0 pgmap v20433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:36:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:13 smithi079 bash[28699]: audit 2023-12-08T04:36:13.373503+0000 mon.a (mon.0) 4218 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:36:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:13 smithi194 bash[32038]: cluster 2023-12-08T04:36:12.415825+0000 mgr.a (mgr.14403) 27359 : cluster 0 pgmap v20433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:36:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:13 smithi194 bash[32038]: audit 2023-12-08T04:36:13.373503+0000 mon.a (mon.0) 4218 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:36:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:13 smithi135 bash[32435]: cluster 2023-12-08T04:36:12.415825+0000 mgr.a (mgr.14403) 27359 : cluster 0 pgmap v20433: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:36:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:13 smithi135 bash[32435]: audit 2023-12-08T04:36:13.373503+0000 mon.a (mon.0) 4218 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:36:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:14 smithi194 bash[32038]: audit 2023-12-08T04:36:13.903569+0000 mon.a (mon.0) 4219 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:36:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:14 smithi194 bash[32038]: audit 2023-12-08T04:36:13.910802+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:36:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:14 smithi194 bash[32038]: cluster 2023-12-08T04:36:14.416360+0000 mgr.a (mgr.14403) 27360 : cluster 0 pgmap v20434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:36:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:14 smithi194 bash[32038]: audit 2023-12-08T04:36:14.661943+0000 mon.a (mon.0) 4221 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:36:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:14 smithi194 bash[32038]: audit 2023-12-08T04:36:14.663774+0000 mon.a (mon.0) 4222 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:36:15.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:14 smithi194 bash[32038]: audit 2023-12-08T04:36:14.672646+0000 mon.a (mon.0) 4223 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:36:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:14 smithi135 bash[32435]: audit 2023-12-08T04:36:13.903569+0000 mon.a (mon.0) 4219 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:36:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:14 smithi135 bash[32435]: audit 2023-12-08T04:36:13.910802+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:36:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:14 smithi135 bash[32435]: cluster 2023-12-08T04:36:14.416360+0000 mgr.a (mgr.14403) 27360 : cluster 0 pgmap v20434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:36:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:14 smithi135 bash[32435]: audit 2023-12-08T04:36:14.661943+0000 mon.a (mon.0) 4221 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:36:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:14 smithi135 bash[32435]: audit 2023-12-08T04:36:14.663774+0000 mon.a (mon.0) 4222 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:36:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:14 smithi135 bash[32435]: audit 2023-12-08T04:36:14.672646+0000 mon.a (mon.0) 4223 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:36:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:14 smithi079 bash[28699]: audit 2023-12-08T04:36:13.903569+0000 mon.a (mon.0) 4219 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:36:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:14 smithi079 bash[28699]: audit 2023-12-08T04:36:13.910802+0000 mon.a (mon.0) 4220 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:36:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:14 smithi079 bash[28699]: cluster 2023-12-08T04:36:14.416360+0000 mgr.a (mgr.14403) 27360 : cluster 0 pgmap v20434: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:36:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:14 smithi079 bash[28699]: audit 2023-12-08T04:36:14.661943+0000 mon.a (mon.0) 4221 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:36:15.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:14 smithi079 bash[28699]: audit 2023-12-08T04:36:14.663774+0000 mon.a (mon.0) 4222 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:36:15.396 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:14 smithi079 bash[28699]: audit 2023-12-08T04:36:14.672646+0000 mon.a (mon.0) 4223 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:36:15.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:36:15.683 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:15.683 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:16.585 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:36:16.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:16.585 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:16.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:16.586 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:36:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:17 smithi079 bash[28699]: audit 2023-12-08T04:36:16.083347+0000 mgr.a (mgr.14403) 27361 : audit 0 from='client.537375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:17 smithi079 bash[28699]: cluster 2023-12-08T04:36:16.416888+0000 mgr.a (mgr.14403) 27362 : cluster 0 pgmap v20435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:17 smithi194 bash[32038]: audit 2023-12-08T04:36:16.083347+0000 mgr.a (mgr.14403) 27361 : audit 0 from='client.537375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:17 smithi194 bash[32038]: cluster 2023-12-08T04:36:16.416888+0000 mgr.a (mgr.14403) 27362 : cluster 0 pgmap v20435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:17 smithi135 bash[32435]: audit 2023-12-08T04:36:16.083347+0000 mgr.a (mgr.14403) 27361 : audit 0 from='client.537375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:17 smithi135 bash[32435]: cluster 2023-12-08T04:36:16.416888+0000 mgr.a (mgr.14403) 27362 : cluster 0 pgmap v20435: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:19 smithi079 bash[28699]: cluster 2023-12-08T04:36:18.417541+0000 mgr.a (mgr.14403) 27363 : cluster 0 pgmap v20436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:19 smithi194 bash[32038]: cluster 2023-12-08T04:36:18.417541+0000 mgr.a (mgr.14403) 27363 : cluster 0 pgmap v20436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:19 smithi135 bash[32435]: cluster 2023-12-08T04:36:18.417541+0000 mgr.a (mgr.14403) 27363 : cluster 0 pgmap v20436: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:21.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:36:21.588 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:21.588 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:21.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:21 smithi079 bash[28699]: cluster 2023-12-08T04:36:20.418504+0000 mgr.a (mgr.14403) 27364 : cluster 0 pgmap v20437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:21 smithi194 bash[32038]: cluster 2023-12-08T04:36:20.418504+0000 mgr.a (mgr.14403) 27364 : cluster 0 pgmap v20437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:21 smithi135 bash[32435]: cluster 2023-12-08T04:36:20.418504+0000 mgr.a (mgr.14403) 27364 : cluster 0 pgmap v20437: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:22.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:22.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:22.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:22.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:36:22.505 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:36:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:23 smithi079 bash[28699]: audit 2023-12-08T04:36:21.998896+0000 mgr.a (mgr.14403) 27365 : audit 0 from='client.537450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:23 smithi079 bash[28699]: cluster 2023-12-08T04:36:22.419359+0000 mgr.a (mgr.14403) 27366 : cluster 0 pgmap v20438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:23 smithi194 bash[32038]: audit 2023-12-08T04:36:21.998896+0000 mgr.a (mgr.14403) 27365 : audit 0 from='client.537450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:23 smithi194 bash[32038]: cluster 2023-12-08T04:36:22.419359+0000 mgr.a (mgr.14403) 27366 : cluster 0 pgmap v20438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:23 smithi135 bash[32435]: audit 2023-12-08T04:36:21.998896+0000 mgr.a (mgr.14403) 27365 : audit 0 from='client.537450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:23 smithi135 bash[32435]: cluster 2023-12-08T04:36:22.419359+0000 mgr.a (mgr.14403) 27366 : cluster 0 pgmap v20438: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:25 smithi079 bash[28699]: cluster 2023-12-08T04:36:24.420261+0000 mgr.a (mgr.14403) 27367 : cluster 0 pgmap v20439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:25.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:25 smithi194 bash[32038]: cluster 2023-12-08T04:36:24.420261+0000 mgr.a (mgr.14403) 27367 : cluster 0 pgmap v20439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:25 smithi135 bash[32435]: cluster 2023-12-08T04:36:24.420261+0000 mgr.a (mgr.14403) 27367 : cluster 0 pgmap v20439: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:27.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:36:27.509 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:27.509 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:27 smithi079 bash[28699]: cluster 2023-12-08T04:36:26.420833+0000 mgr.a (mgr.14403) 27368 : cluster 0 pgmap v20440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:27 smithi194 bash[32038]: cluster 2023-12-08T04:36:26.420833+0000 mgr.a (mgr.14403) 27368 : cluster 0 pgmap v20440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:27 smithi135 bash[32435]: cluster 2023-12-08T04:36:26.420833+0000 mgr.a (mgr.14403) 27368 : cluster 0 pgmap v20440: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:28.404 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:36:28.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:28.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:28.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:28.404 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:36:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:29 smithi079 bash[28699]: audit 2023-12-08T04:36:27.909043+0000 mgr.a (mgr.14403) 27369 : audit 0 from='client.537528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:29 smithi079 bash[28699]: cluster 2023-12-08T04:36:28.421552+0000 mgr.a (mgr.14403) 27370 : cluster 0 pgmap v20441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:29 smithi194 bash[32038]: audit 2023-12-08T04:36:27.909043+0000 mgr.a (mgr.14403) 27369 : audit 0 from='client.537528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:29 smithi194 bash[32038]: cluster 2023-12-08T04:36:28.421552+0000 mgr.a (mgr.14403) 27370 : cluster 0 pgmap v20441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:29 smithi135 bash[32435]: audit 2023-12-08T04:36:27.909043+0000 mgr.a (mgr.14403) 27369 : audit 0 from='client.537528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:29 smithi135 bash[32435]: cluster 2023-12-08T04:36:28.421552+0000 mgr.a (mgr.14403) 27370 : cluster 0 pgmap v20441: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:31 smithi079 bash[28699]: cluster 2023-12-08T04:36:30.422344+0000 mgr.a (mgr.14403) 27371 : cluster 0 pgmap v20442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:31.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:31 smithi194 bash[32038]: cluster 2023-12-08T04:36:30.422344+0000 mgr.a (mgr.14403) 27371 : cluster 0 pgmap v20442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:31 smithi135 bash[32435]: cluster 2023-12-08T04:36:30.422344+0000 mgr.a (mgr.14403) 27371 : cluster 0 pgmap v20442: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:33.407 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:36:33.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:33.408 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:33 smithi079 bash[28699]: cluster 2023-12-08T04:36:32.422936+0000 mgr.a (mgr.14403) 27372 : cluster 0 pgmap v20443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:33 smithi194 bash[32038]: cluster 2023-12-08T04:36:32.422936+0000 mgr.a (mgr.14403) 27372 : cluster 0 pgmap v20443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:33 smithi135 bash[32435]: cluster 2023-12-08T04:36:32.422936+0000 mgr.a (mgr.14403) 27372 : cluster 0 pgmap v20443: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:34.295 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:36:34.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:34.295 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:34.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:34.296 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:36:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:35 smithi079 bash[28699]: audit 2023-12-08T04:36:33.805131+0000 mgr.a (mgr.14403) 27373 : audit 0 from='client.537606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:35 smithi079 bash[28699]: cluster 2023-12-08T04:36:34.424080+0000 mgr.a (mgr.14403) 27374 : cluster 0 pgmap v20444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:35 smithi194 bash[32038]: audit 2023-12-08T04:36:33.805131+0000 mgr.a (mgr.14403) 27373 : audit 0 from='client.537606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:35 smithi194 bash[32038]: cluster 2023-12-08T04:36:34.424080+0000 mgr.a (mgr.14403) 27374 : cluster 0 pgmap v20444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:35 smithi135 bash[32435]: audit 2023-12-08T04:36:33.805131+0000 mgr.a (mgr.14403) 27373 : audit 0 from='client.537606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:35 smithi135 bash[32435]: cluster 2023-12-08T04:36:34.424080+0000 mgr.a (mgr.14403) 27374 : cluster 0 pgmap v20444: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:37 smithi079 bash[28699]: cluster 2023-12-08T04:36:36.424661+0000 mgr.a (mgr.14403) 27375 : cluster 0 pgmap v20445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:37 smithi194 bash[32038]: cluster 2023-12-08T04:36:36.424661+0000 mgr.a (mgr.14403) 27375 : cluster 0 pgmap v20445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:37 smithi135 bash[32435]: cluster 2023-12-08T04:36:36.424661+0000 mgr.a (mgr.14403) 27375 : cluster 0 pgmap v20445: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:39.297 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:36:39.298 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:39.299 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:39 smithi079 bash[28699]: cluster 2023-12-08T04:36:38.425232+0000 mgr.a (mgr.14403) 27376 : cluster 0 pgmap v20446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:39 smithi194 bash[32038]: cluster 2023-12-08T04:36:38.425232+0000 mgr.a (mgr.14403) 27376 : cluster 0 pgmap v20446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:39.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:39 smithi135 bash[32435]: cluster 2023-12-08T04:36:38.425232+0000 mgr.a (mgr.14403) 27376 : cluster 0 pgmap v20446: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:40.217 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:36:40.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:40.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:40.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:40.218 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:36:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:41 smithi079 bash[28699]: audit 2023-12-08T04:36:39.705779+0000 mgr.a (mgr.14403) 27377 : audit 0 from='client.537681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:41 smithi079 bash[28699]: cluster 2023-12-08T04:36:40.426352+0000 mgr.a (mgr.14403) 27378 : cluster 0 pgmap v20447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:41 smithi194 bash[32038]: audit 2023-12-08T04:36:39.705779+0000 mgr.a (mgr.14403) 27377 : audit 0 from='client.537681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:41 smithi194 bash[32038]: cluster 2023-12-08T04:36:40.426352+0000 mgr.a (mgr.14403) 27378 : cluster 0 pgmap v20447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:41 smithi135 bash[32435]: audit 2023-12-08T04:36:39.705779+0000 mgr.a (mgr.14403) 27377 : audit 0 from='client.537681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:41 smithi135 bash[32435]: cluster 2023-12-08T04:36:40.426352+0000 mgr.a (mgr.14403) 27378 : cluster 0 pgmap v20447: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:43 smithi079 bash[28699]: cluster 2023-12-08T04:36:42.426944+0000 mgr.a (mgr.14403) 27379 : cluster 0 pgmap v20448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:43 smithi194 bash[32038]: cluster 2023-12-08T04:36:42.426944+0000 mgr.a (mgr.14403) 27379 : cluster 0 pgmap v20448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:43 smithi135 bash[32435]: cluster 2023-12-08T04:36:42.426944+0000 mgr.a (mgr.14403) 27379 : cluster 0 pgmap v20448: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:36:45.220 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:36:45.220 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:45.221 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:45 smithi079 bash[28699]: cluster 2023-12-08T04:36:44.427658+0000 mgr.a (mgr.14403) 27380 : cluster 0 pgmap v20449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:45 smithi194 bash[32038]: cluster 2023-12-08T04:36:44.427658+0000 mgr.a (mgr.14403) 27380 : cluster 0 pgmap v20449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:45 smithi135 bash[32435]: cluster 2023-12-08T04:36:44.427658+0000 mgr.a (mgr.14403) 27380 : cluster 0 pgmap v20449: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:46.136 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:36:46.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:46.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:46.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:46.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:36:46.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:46 smithi079 bash[28699]: audit 2023-12-08T04:36:45.629257+0000 mgr.a (mgr.14403) 27381 : audit 0 from='client.537756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:46.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:46 smithi079 bash[28699]: cluster 2023-12-08T04:36:46.428395+0000 mgr.a (mgr.14403) 27382 : cluster 0 pgmap v20450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:46.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:46 smithi194 bash[32038]: audit 2023-12-08T04:36:45.629257+0000 mgr.a (mgr.14403) 27381 : audit 0 from='client.537756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:46.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:46 smithi194 bash[32038]: cluster 2023-12-08T04:36:46.428395+0000 mgr.a (mgr.14403) 27382 : cluster 0 pgmap v20450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:46.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:46 smithi135 bash[32435]: audit 2023-12-08T04:36:45.629257+0000 mgr.a (mgr.14403) 27381 : audit 0 from='client.537756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:46.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:46 smithi135 bash[32435]: cluster 2023-12-08T04:36:46.428395+0000 mgr.a (mgr.14403) 27382 : cluster 0 pgmap v20450: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:49 smithi079 bash[28699]: cluster 2023-12-08T04:36:48.428957+0000 mgr.a (mgr.14403) 27383 : cluster 0 pgmap v20451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:49 smithi194 bash[32038]: cluster 2023-12-08T04:36:48.428957+0000 mgr.a (mgr.14403) 27383 : cluster 0 pgmap v20451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:49 smithi135 bash[32435]: cluster 2023-12-08T04:36:48.428957+0000 mgr.a (mgr.14403) 27383 : cluster 0 pgmap v20451: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:51.139 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:36:51.139 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:51.139 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:51 smithi079 bash[28699]: cluster 2023-12-08T04:36:50.429750+0000 mgr.a (mgr.14403) 27384 : cluster 0 pgmap v20452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:51 smithi194 bash[32038]: cluster 2023-12-08T04:36:50.429750+0000 mgr.a (mgr.14403) 27384 : cluster 0 pgmap v20452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:51 smithi135 bash[32435]: cluster 2023-12-08T04:36:50.429750+0000 mgr.a (mgr.14403) 27384 : cluster 0 pgmap v20452: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:52.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:52.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:52.041 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:36:52.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:52.041 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:36:52.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:52 smithi079 bash[28699]: audit 2023-12-08T04:36:51.543818+0000 mgr.a (mgr.14403) 27385 : audit 0 from='client.537825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:52.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:52 smithi194 bash[32038]: audit 2023-12-08T04:36:51.543818+0000 mgr.a (mgr.14403) 27385 : audit 0 from='client.537825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:52.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:52 smithi135 bash[32435]: audit 2023-12-08T04:36:51.543818+0000 mgr.a (mgr.14403) 27385 : audit 0 from='client.537825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:53 smithi079 bash[28699]: cluster 2023-12-08T04:36:52.430596+0000 mgr.a (mgr.14403) 27386 : cluster 0 pgmap v20453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:53 smithi194 bash[32038]: cluster 2023-12-08T04:36:52.430596+0000 mgr.a (mgr.14403) 27386 : cluster 0 pgmap v20453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:53 smithi135 bash[32435]: cluster 2023-12-08T04:36:52.430596+0000 mgr.a (mgr.14403) 27386 : cluster 0 pgmap v20453: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:55 smithi079 bash[28699]: cluster 2023-12-08T04:36:54.431570+0000 mgr.a (mgr.14403) 27387 : cluster 0 pgmap v20454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:55 smithi194 bash[32038]: cluster 2023-12-08T04:36:54.431570+0000 mgr.a (mgr.14403) 27387 : cluster 0 pgmap v20454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:55 smithi135 bash[32435]: cluster 2023-12-08T04:36:54.431570+0000 mgr.a (mgr.14403) 27387 : cluster 0 pgmap v20454: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:36:57.043 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:36:57.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:36:57.044 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:36:57.898 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:57 smithi079 bash[28699]: cluster 2023-12-08T04:36:56.432251+0000 mgr.a (mgr.14403) 27388 : cluster 0 pgmap v20455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:57.940 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:36:57.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:36:57.940 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:36:57.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:36:57.941 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:36:57.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:57 smithi194 bash[32038]: cluster 2023-12-08T04:36:56.432251+0000 mgr.a (mgr.14403) 27388 : cluster 0 pgmap v20455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:57 smithi135 bash[32435]: cluster 2023-12-08T04:36:56.432251+0000 mgr.a (mgr.14403) 27388 : cluster 0 pgmap v20455: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:58.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:58 smithi079 bash[28699]: audit 2023-12-08T04:36:57.441444+0000 mgr.a (mgr.14403) 27389 : audit 0 from='client.537900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:58.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:58 smithi194 bash[32038]: audit 2023-12-08T04:36:57.441444+0000 mgr.a (mgr.14403) 27389 : audit 0 from='client.537900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:58.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:58 smithi135 bash[32435]: audit 2023-12-08T04:36:57.441444+0000 mgr.a (mgr.14403) 27389 : audit 0 from='client.537900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:36:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:36:59 smithi079 bash[28699]: cluster 2023-12-08T04:36:58.433087+0000 mgr.a (mgr.14403) 27390 : cluster 0 pgmap v20456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:36:59 smithi194 bash[32038]: cluster 2023-12-08T04:36:58.433087+0000 mgr.a (mgr.14403) 27390 : cluster 0 pgmap v20456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:36:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:36:59 smithi135 bash[32435]: cluster 2023-12-08T04:36:58.433087+0000 mgr.a (mgr.14403) 27390 : cluster 0 pgmap v20456: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:01 smithi079 bash[28699]: cluster 2023-12-08T04:37:00.433959+0000 mgr.a (mgr.14403) 27391 : cluster 0 pgmap v20457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:01 smithi194 bash[32038]: cluster 2023-12-08T04:37:00.433959+0000 mgr.a (mgr.14403) 27391 : cluster 0 pgmap v20457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:01 smithi135 bash[32435]: cluster 2023-12-08T04:37:00.433959+0000 mgr.a (mgr.14403) 27391 : cluster 0 pgmap v20457: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:02.943 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:37:02.944 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:02.944 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:03.850 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:37:03.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:03.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:03.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:03.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:37:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:03 smithi079 bash[28699]: cluster 2023-12-08T04:37:02.434464+0000 mgr.a (mgr.14403) 27392 : cluster 0 pgmap v20458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:03 smithi194 bash[32038]: cluster 2023-12-08T04:37:02.434464+0000 mgr.a (mgr.14403) 27392 : cluster 0 pgmap v20458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:03 smithi135 bash[32435]: cluster 2023-12-08T04:37:02.434464+0000 mgr.a (mgr.14403) 27392 : cluster 0 pgmap v20458: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:04.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:04 smithi079 bash[28699]: audit 2023-12-08T04:37:03.340313+0000 mgr.a (mgr.14403) 27393 : audit 0 from='client.537975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:04.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:04 smithi194 bash[32038]: audit 2023-12-08T04:37:03.340313+0000 mgr.a (mgr.14403) 27393 : audit 0 from='client.537975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:04.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:04 smithi135 bash[32435]: audit 2023-12-08T04:37:03.340313+0000 mgr.a (mgr.14403) 27393 : audit 0 from='client.537975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:05 smithi079 bash[28699]: cluster 2023-12-08T04:37:04.435497+0000 mgr.a (mgr.14403) 27394 : cluster 0 pgmap v20459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:37:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:05 smithi194 bash[32038]: cluster 2023-12-08T04:37:04.435497+0000 mgr.a (mgr.14403) 27394 : cluster 0 pgmap v20459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:37:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:05 smithi135 bash[32435]: cluster 2023-12-08T04:37:04.435497+0000 mgr.a (mgr.14403) 27394 : cluster 0 pgmap v20459: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:37:06.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:06 smithi079 bash[28699]: cluster 2023-12-08T04:37:06.436083+0000 mgr.a (mgr.14403) 27395 : cluster 0 pgmap v20460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:37:06.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:06 smithi194 bash[32038]: cluster 2023-12-08T04:37:06.436083+0000 mgr.a (mgr.14403) 27395 : cluster 0 pgmap v20460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:37:06.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:06 smithi135 bash[32435]: cluster 2023-12-08T04:37:06.436083+0000 mgr.a (mgr.14403) 27395 : cluster 0 pgmap v20460: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:37:08.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:37:08.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:08.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:09.800 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:37:09.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:09.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:09.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:09.801 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:37:09.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:09 smithi079 bash[28699]: cluster 2023-12-08T04:37:08.436619+0000 mgr.a (mgr.14403) 27396 : cluster 0 pgmap v20461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:37:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:09 smithi194 bash[32038]: cluster 2023-12-08T04:37:08.436619+0000 mgr.a (mgr.14403) 27396 : cluster 0 pgmap v20461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:37:09.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:09 smithi135 bash[32435]: cluster 2023-12-08T04:37:08.436619+0000 mgr.a (mgr.14403) 27396 : cluster 0 pgmap v20461: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:37:10.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:10 smithi079 bash[28699]: audit 2023-12-08T04:37:09.262515+0000 mgr.a (mgr.14403) 27397 : audit 0 from='client.538044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:10.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:10 smithi194 bash[32038]: audit 2023-12-08T04:37:09.262515+0000 mgr.a (mgr.14403) 27397 : audit 0 from='client.538044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:10.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:10 smithi135 bash[32435]: audit 2023-12-08T04:37:09.262515+0000 mgr.a (mgr.14403) 27397 : audit 0 from='client.538044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:11 smithi079 bash[28699]: cluster 2023-12-08T04:37:10.437614+0000 mgr.a (mgr.14403) 27398 : cluster 0 pgmap v20462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:11.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:11 smithi194 bash[32038]: cluster 2023-12-08T04:37:10.437614+0000 mgr.a (mgr.14403) 27398 : cluster 0 pgmap v20462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:11 smithi135 bash[32435]: cluster 2023-12-08T04:37:10.437614+0000 mgr.a (mgr.14403) 27398 : cluster 0 pgmap v20462: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:13 smithi079 bash[28699]: cluster 2023-12-08T04:37:12.438214+0000 mgr.a (mgr.14403) 27399 : cluster 0 pgmap v20463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:13 smithi194 bash[32038]: cluster 2023-12-08T04:37:12.438214+0000 mgr.a (mgr.14403) 27399 : cluster 0 pgmap v20463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:13 smithi135 bash[32435]: cluster 2023-12-08T04:37:12.438214+0000 mgr.a (mgr.14403) 27399 : cluster 0 pgmap v20463: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:14.802 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:37:14.803 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:14.803 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:15.766 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:37:15.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:15.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:15.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:15.766 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:37:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:15 smithi079 bash[28699]: cluster 2023-12-08T04:37:14.438998+0000 mgr.a (mgr.14403) 27400 : cluster 0 pgmap v20464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:15 smithi079 bash[28699]: audit 2023-12-08T04:37:14.774698+0000 mon.a (mon.0) 4224 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:37:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:15 smithi079 bash[28699]: audit 2023-12-08T04:37:15.302619+0000 mon.a (mon.0) 4225 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:37:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:15 smithi079 bash[28699]: audit 2023-12-08T04:37:15.307771+0000 mon.a (mon.0) 4226 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:37:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:15 smithi194 bash[32038]: cluster 2023-12-08T04:37:14.438998+0000 mgr.a (mgr.14403) 27400 : cluster 0 pgmap v20464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:15 smithi194 bash[32038]: audit 2023-12-08T04:37:14.774698+0000 mon.a (mon.0) 4224 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:37:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:15 smithi194 bash[32038]: audit 2023-12-08T04:37:15.302619+0000 mon.a (mon.0) 4225 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:37:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:15 smithi194 bash[32038]: audit 2023-12-08T04:37:15.307771+0000 mon.a (mon.0) 4226 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:37:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:15 smithi135 bash[32435]: cluster 2023-12-08T04:37:14.438998+0000 mgr.a (mgr.14403) 27400 : cluster 0 pgmap v20464: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:15 smithi135 bash[32435]: audit 2023-12-08T04:37:14.774698+0000 mon.a (mon.0) 4224 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:37:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:15 smithi135 bash[32435]: audit 2023-12-08T04:37:15.302619+0000 mon.a (mon.0) 4225 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:37:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:15 smithi135 bash[32435]: audit 2023-12-08T04:37:15.307771+0000 mon.a (mon.0) 4226 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:37:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:16 smithi079 bash[28699]: audit 2023-12-08T04:37:15.204756+0000 mgr.a (mgr.14403) 27401 : audit 0 from='client.538122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:16 smithi079 bash[28699]: audit 2023-12-08T04:37:16.096564+0000 mon.a (mon.0) 4227 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:37:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:16 smithi079 bash[28699]: audit 2023-12-08T04:37:16.098935+0000 mon.a (mon.0) 4228 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:37:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:16 smithi079 bash[28699]: audit 2023-12-08T04:37:16.109363+0000 mon.a (mon.0) 4229 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:37:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:16 smithi194 bash[32038]: audit 2023-12-08T04:37:15.204756+0000 mgr.a (mgr.14403) 27401 : audit 0 from='client.538122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:16 smithi194 bash[32038]: audit 2023-12-08T04:37:16.096564+0000 mon.a (mon.0) 4227 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:37:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:16 smithi194 bash[32038]: audit 2023-12-08T04:37:16.098935+0000 mon.a (mon.0) 4228 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:37:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:16 smithi194 bash[32038]: audit 2023-12-08T04:37:16.109363+0000 mon.a (mon.0) 4229 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:37:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:16 smithi135 bash[32435]: audit 2023-12-08T04:37:15.204756+0000 mgr.a (mgr.14403) 27401 : audit 0 from='client.538122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:16 smithi135 bash[32435]: audit 2023-12-08T04:37:16.096564+0000 mon.a (mon.0) 4227 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:37:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:16 smithi135 bash[32435]: audit 2023-12-08T04:37:16.098935+0000 mon.a (mon.0) 4228 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:37:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:16 smithi135 bash[32435]: audit 2023-12-08T04:37:16.109363+0000 mon.a (mon.0) 4229 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:37:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:17 smithi079 bash[28699]: cluster 2023-12-08T04:37:16.439622+0000 mgr.a (mgr.14403) 27402 : cluster 0 pgmap v20465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:37:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:17 smithi194 bash[32038]: cluster 2023-12-08T04:37:16.439622+0000 mgr.a (mgr.14403) 27402 : cluster 0 pgmap v20465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:37:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:17 smithi135 bash[32435]: cluster 2023-12-08T04:37:16.439622+0000 mgr.a (mgr.14403) 27402 : cluster 0 pgmap v20465: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:37:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:19 smithi079 bash[28699]: cluster 2023-12-08T04:37:18.440194+0000 mgr.a (mgr.14403) 27403 : cluster 0 pgmap v20466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:37:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:19 smithi194 bash[32038]: cluster 2023-12-08T04:37:18.440194+0000 mgr.a (mgr.14403) 27403 : cluster 0 pgmap v20466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:37:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:19 smithi135 bash[32435]: cluster 2023-12-08T04:37:18.440194+0000 mgr.a (mgr.14403) 27403 : cluster 0 pgmap v20466: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:37:20.767 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:37:20.768 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:20.769 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:21.672 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:37:21.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:21.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:21.672 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:21.673 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:37:21.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:21 smithi079 bash[28699]: cluster 2023-12-08T04:37:20.441016+0000 mgr.a (mgr.14403) 27404 : cluster 0 pgmap v20467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:37:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:21 smithi194 bash[32038]: cluster 2023-12-08T04:37:20.441016+0000 mgr.a (mgr.14403) 27404 : cluster 0 pgmap v20467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:37:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:21 smithi135 bash[32435]: cluster 2023-12-08T04:37:20.441016+0000 mgr.a (mgr.14403) 27404 : cluster 0 pgmap v20467: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:37:22.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:22 smithi079 bash[28699]: audit 2023-12-08T04:37:21.175391+0000 mgr.a (mgr.14403) 27405 : audit 0 from='client.538200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:22.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:22 smithi194 bash[32038]: audit 2023-12-08T04:37:21.175391+0000 mgr.a (mgr.14403) 27405 : audit 0 from='client.538200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:22.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:22 smithi135 bash[32435]: audit 2023-12-08T04:37:21.175391+0000 mgr.a (mgr.14403) 27405 : audit 0 from='client.538200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:23 smithi079 bash[28699]: cluster 2023-12-08T04:37:22.441652+0000 mgr.a (mgr.14403) 27406 : cluster 0 pgmap v20468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:23 smithi194 bash[32038]: cluster 2023-12-08T04:37:22.441652+0000 mgr.a (mgr.14403) 27406 : cluster 0 pgmap v20468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:23 smithi135 bash[32435]: cluster 2023-12-08T04:37:22.441652+0000 mgr.a (mgr.14403) 27406 : cluster 0 pgmap v20468: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:25 smithi079 bash[28699]: cluster 2023-12-08T04:37:24.442451+0000 mgr.a (mgr.14403) 27407 : cluster 0 pgmap v20469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:25.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:25 smithi194 bash[32038]: cluster 2023-12-08T04:37:24.442451+0000 mgr.a (mgr.14403) 27407 : cluster 0 pgmap v20469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:25 smithi135 bash[32435]: cluster 2023-12-08T04:37:24.442451+0000 mgr.a (mgr.14403) 27407 : cluster 0 pgmap v20469: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:26.674 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:37:26.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:26.675 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:27.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:27.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:27.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:27.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:37:27.573 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:37:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:27 smithi079 bash[28699]: cluster 2023-12-08T04:37:26.443033+0000 mgr.a (mgr.14403) 27408 : cluster 0 pgmap v20470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:27 smithi194 bash[32038]: cluster 2023-12-08T04:37:26.443033+0000 mgr.a (mgr.14403) 27408 : cluster 0 pgmap v20470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:27 smithi135 bash[32435]: cluster 2023-12-08T04:37:26.443033+0000 mgr.a (mgr.14403) 27408 : cluster 0 pgmap v20470: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:28.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:28 smithi079 bash[28699]: audit 2023-12-08T04:37:27.074639+0000 mgr.a (mgr.14403) 27409 : audit 0 from='client.538278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:28.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:28 smithi079 bash[28699]: cluster 2023-12-08T04:37:28.443713+0000 mgr.a (mgr.14403) 27410 : cluster 0 pgmap v20471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:28.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:28 smithi194 bash[32038]: audit 2023-12-08T04:37:27.074639+0000 mgr.a (mgr.14403) 27409 : audit 0 from='client.538278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:28.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:28 smithi194 bash[32038]: cluster 2023-12-08T04:37:28.443713+0000 mgr.a (mgr.14403) 27410 : cluster 0 pgmap v20471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:28.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:28 smithi135 bash[32435]: audit 2023-12-08T04:37:27.074639+0000 mgr.a (mgr.14403) 27409 : audit 0 from='client.538278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:28.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:28 smithi135 bash[32435]: cluster 2023-12-08T04:37:28.443713+0000 mgr.a (mgr.14403) 27410 : cluster 0 pgmap v20471: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:31 smithi079 bash[28699]: cluster 2023-12-08T04:37:30.444652+0000 mgr.a (mgr.14403) 27411 : cluster 0 pgmap v20472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:31.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:31 smithi194 bash[32038]: cluster 2023-12-08T04:37:30.444652+0000 mgr.a (mgr.14403) 27411 : cluster 0 pgmap v20472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:31 smithi135 bash[32435]: cluster 2023-12-08T04:37:30.444652+0000 mgr.a (mgr.14403) 27411 : cluster 0 pgmap v20472: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:32.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:37:32.575 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:32.575 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:33.437 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:37:33.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:33.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:33.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:33.437 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:37:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:33 smithi079 bash[28699]: cluster 2023-12-08T04:37:32.445370+0000 mgr.a (mgr.14403) 27412 : cluster 0 pgmap v20473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:33 smithi194 bash[32038]: cluster 2023-12-08T04:37:32.445370+0000 mgr.a (mgr.14403) 27412 : cluster 0 pgmap v20473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:33.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:33 smithi135 bash[32435]: cluster 2023-12-08T04:37:32.445370+0000 mgr.a (mgr.14403) 27412 : cluster 0 pgmap v20473: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:34.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:34 smithi079 bash[28699]: audit 2023-12-08T04:37:32.968163+0000 mgr.a (mgr.14403) 27413 : audit 0 from='client.538356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:34.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:34 smithi194 bash[32038]: audit 2023-12-08T04:37:32.968163+0000 mgr.a (mgr.14403) 27413 : audit 0 from='client.538356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:34.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:34 smithi135 bash[32435]: audit 2023-12-08T04:37:32.968163+0000 mgr.a (mgr.14403) 27413 : audit 0 from='client.538356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:35 smithi079 bash[28699]: cluster 2023-12-08T04:37:34.446219+0000 mgr.a (mgr.14403) 27414 : cluster 0 pgmap v20474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:35 smithi194 bash[32038]: cluster 2023-12-08T04:37:34.446219+0000 mgr.a (mgr.14403) 27414 : cluster 0 pgmap v20474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:35 smithi135 bash[32435]: cluster 2023-12-08T04:37:34.446219+0000 mgr.a (mgr.14403) 27414 : cluster 0 pgmap v20474: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:37 smithi079 bash[28699]: cluster 2023-12-08T04:37:36.446788+0000 mgr.a (mgr.14403) 27415 : cluster 0 pgmap v20475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:37 smithi194 bash[32038]: cluster 2023-12-08T04:37:36.446788+0000 mgr.a (mgr.14403) 27415 : cluster 0 pgmap v20475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:37 smithi135 bash[32435]: cluster 2023-12-08T04:37:36.446788+0000 mgr.a (mgr.14403) 27415 : cluster 0 pgmap v20475: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:38.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:37:38.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:38.440 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:39.355 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:37:39.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:39.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:39.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:39.355 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:37:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:39 smithi079 bash[28699]: cluster 2023-12-08T04:37:38.447310+0000 mgr.a (mgr.14403) 27416 : cluster 0 pgmap v20476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:39 smithi194 bash[32038]: cluster 2023-12-08T04:37:38.447310+0000 mgr.a (mgr.14403) 27416 : cluster 0 pgmap v20476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:39 smithi135 bash[32435]: cluster 2023-12-08T04:37:38.447310+0000 mgr.a (mgr.14403) 27416 : cluster 0 pgmap v20476: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:40 smithi079 bash[28699]: audit 2023-12-08T04:37:38.844026+0000 mgr.a (mgr.14403) 27417 : audit 0 from='client.538434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:40.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:40 smithi194 bash[32038]: audit 2023-12-08T04:37:38.844026+0000 mgr.a (mgr.14403) 27417 : audit 0 from='client.538434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:40.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:40 smithi135 bash[32435]: audit 2023-12-08T04:37:38.844026+0000 mgr.a (mgr.14403) 27417 : audit 0 from='client.538434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:41 smithi079 bash[28699]: cluster 2023-12-08T04:37:40.448286+0000 mgr.a (mgr.14403) 27418 : cluster 0 pgmap v20477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:41 smithi194 bash[32038]: cluster 2023-12-08T04:37:40.448286+0000 mgr.a (mgr.14403) 27418 : cluster 0 pgmap v20477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:41 smithi135 bash[32435]: cluster 2023-12-08T04:37:40.448286+0000 mgr.a (mgr.14403) 27418 : cluster 0 pgmap v20477: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:43 smithi079 bash[28699]: cluster 2023-12-08T04:37:42.448848+0000 mgr.a (mgr.14403) 27419 : cluster 0 pgmap v20478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:43 smithi194 bash[32038]: cluster 2023-12-08T04:37:42.448848+0000 mgr.a (mgr.14403) 27419 : cluster 0 pgmap v20478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:43 smithi135 bash[32435]: cluster 2023-12-08T04:37:42.448848+0000 mgr.a (mgr.14403) 27419 : cluster 0 pgmap v20478: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:44.358 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:37:44.359 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:44.359 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:45.271 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:37:45.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:45.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:45.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:45.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:37:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:45 smithi079 bash[28699]: cluster 2023-12-08T04:37:44.449742+0000 mgr.a (mgr.14403) 27420 : cluster 0 pgmap v20479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:45 smithi194 bash[32038]: cluster 2023-12-08T04:37:44.449742+0000 mgr.a (mgr.14403) 27420 : cluster 0 pgmap v20479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:45 smithi135 bash[32435]: cluster 2023-12-08T04:37:44.449742+0000 mgr.a (mgr.14403) 27420 : cluster 0 pgmap v20479: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:46.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:46 smithi079 bash[28699]: audit 2023-12-08T04:37:44.762154+0000 mgr.a (mgr.14403) 27421 : audit 0 from='client.538509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:46.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:46 smithi194 bash[32038]: audit 2023-12-08T04:37:44.762154+0000 mgr.a (mgr.14403) 27421 : audit 0 from='client.538509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:46.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:46 smithi135 bash[32435]: audit 2023-12-08T04:37:44.762154+0000 mgr.a (mgr.14403) 27421 : audit 0 from='client.538509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:47 smithi079 bash[28699]: cluster 2023-12-08T04:37:46.450430+0000 mgr.a (mgr.14403) 27422 : cluster 0 pgmap v20480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:47.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:47 smithi194 bash[32038]: cluster 2023-12-08T04:37:46.450430+0000 mgr.a (mgr.14403) 27422 : cluster 0 pgmap v20480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:47 smithi135 bash[32435]: cluster 2023-12-08T04:37:46.450430+0000 mgr.a (mgr.14403) 27422 : cluster 0 pgmap v20480: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:48 smithi079 bash[28699]: cluster 2023-12-08T04:37:48.451027+0000 mgr.a (mgr.14403) 27423 : cluster 0 pgmap v20481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:48.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:48 smithi194 bash[32038]: cluster 2023-12-08T04:37:48.451027+0000 mgr.a (mgr.14403) 27423 : cluster 0 pgmap v20481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:48.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:48 smithi135 bash[32435]: cluster 2023-12-08T04:37:48.451027+0000 mgr.a (mgr.14403) 27423 : cluster 0 pgmap v20481: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:37:50.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:37:50.275 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:50.275 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:51.181 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:37:51.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:51.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:51.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:51.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:37:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:51 smithi079 bash[28699]: cluster 2023-12-08T04:37:50.451787+0000 mgr.a (mgr.14403) 27424 : cluster 0 pgmap v20482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:51 smithi194 bash[32038]: cluster 2023-12-08T04:37:50.451787+0000 mgr.a (mgr.14403) 27424 : cluster 0 pgmap v20482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:51 smithi135 bash[32435]: cluster 2023-12-08T04:37:50.451787+0000 mgr.a (mgr.14403) 27424 : cluster 0 pgmap v20482: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:52.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:52 smithi079 bash[28699]: audit 2023-12-08T04:37:50.679796+0000 mgr.a (mgr.14403) 27425 : audit 0 from='client.538587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:52.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:52 smithi194 bash[32038]: audit 2023-12-08T04:37:50.679796+0000 mgr.a (mgr.14403) 27425 : audit 0 from='client.538587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:52.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:52 smithi135 bash[32435]: audit 2023-12-08T04:37:50.679796+0000 mgr.a (mgr.14403) 27425 : audit 0 from='client.538587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:53 smithi079 bash[28699]: cluster 2023-12-08T04:37:52.452469+0000 mgr.a (mgr.14403) 27426 : cluster 0 pgmap v20483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:53 smithi194 bash[32038]: cluster 2023-12-08T04:37:52.452469+0000 mgr.a (mgr.14403) 27426 : cluster 0 pgmap v20483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:53 smithi135 bash[32435]: cluster 2023-12-08T04:37:52.452469+0000 mgr.a (mgr.14403) 27426 : cluster 0 pgmap v20483: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:55 smithi079 bash[28699]: cluster 2023-12-08T04:37:54.453299+0000 mgr.a (mgr.14403) 27427 : cluster 0 pgmap v20484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:55 smithi194 bash[32038]: cluster 2023-12-08T04:37:54.453299+0000 mgr.a (mgr.14403) 27427 : cluster 0 pgmap v20484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:55 smithi135 bash[32435]: cluster 2023-12-08T04:37:54.453299+0000 mgr.a (mgr.14403) 27427 : cluster 0 pgmap v20484: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:37:56.183 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:37:56.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:37:56.184 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:37:57.100 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:37:57.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:37:57.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:37:57.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:37:57.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:37:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:57 smithi079 bash[28699]: cluster 2023-12-08T04:37:56.453857+0000 mgr.a (mgr.14403) 27428 : cluster 0 pgmap v20485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:57.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:57 smithi194 bash[32038]: cluster 2023-12-08T04:37:56.453857+0000 mgr.a (mgr.14403) 27428 : cluster 0 pgmap v20485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:57 smithi135 bash[32435]: cluster 2023-12-08T04:37:56.453857+0000 mgr.a (mgr.14403) 27428 : cluster 0 pgmap v20485: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:58.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:58 smithi079 bash[28699]: audit 2023-12-08T04:37:56.588074+0000 mgr.a (mgr.14403) 27429 : audit 0 from='client.538662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:58.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:58 smithi194 bash[32038]: audit 2023-12-08T04:37:56.588074+0000 mgr.a (mgr.14403) 27429 : audit 0 from='client.538662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:58.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:58 smithi135 bash[32435]: audit 2023-12-08T04:37:56.588074+0000 mgr.a (mgr.14403) 27429 : audit 0 from='client.538662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:37:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:37:59 smithi079 bash[28699]: cluster 2023-12-08T04:37:58.454557+0000 mgr.a (mgr.14403) 27430 : cluster 0 pgmap v20486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:37:59 smithi194 bash[32038]: cluster 2023-12-08T04:37:58.454557+0000 mgr.a (mgr.14403) 27430 : cluster 0 pgmap v20486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:37:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:37:59 smithi135 bash[32435]: cluster 2023-12-08T04:37:58.454557+0000 mgr.a (mgr.14403) 27430 : cluster 0 pgmap v20486: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:01 smithi079 bash[28699]: cluster 2023-12-08T04:38:00.455417+0000 mgr.a (mgr.14403) 27431 : cluster 0 pgmap v20487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:01 smithi194 bash[32038]: cluster 2023-12-08T04:38:00.455417+0000 mgr.a (mgr.14403) 27431 : cluster 0 pgmap v20487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:01 smithi135 bash[32435]: cluster 2023-12-08T04:38:00.455417+0000 mgr.a (mgr.14403) 27431 : cluster 0 pgmap v20487: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:02.103 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:38:02.104 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:02.104 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:03.035 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:38:03.035 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:03.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:03.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:03.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:38:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:03 smithi079 bash[28699]: cluster 2023-12-08T04:38:02.455992+0000 mgr.a (mgr.14403) 27432 : cluster 0 pgmap v20488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:03 smithi079 bash[28699]: audit 2023-12-08T04:38:02.508546+0000 mgr.a (mgr.14403) 27433 : audit 0 from='client.538737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:03 smithi194 bash[32038]: cluster 2023-12-08T04:38:02.455992+0000 mgr.a (mgr.14403) 27432 : cluster 0 pgmap v20488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:03 smithi194 bash[32038]: audit 2023-12-08T04:38:02.508546+0000 mgr.a (mgr.14403) 27433 : audit 0 from='client.538737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:03 smithi135 bash[32435]: cluster 2023-12-08T04:38:02.455992+0000 mgr.a (mgr.14403) 27432 : cluster 0 pgmap v20488: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:03 smithi135 bash[32435]: audit 2023-12-08T04:38:02.508546+0000 mgr.a (mgr.14403) 27433 : audit 0 from='client.538737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:05 smithi079 bash[28699]: cluster 2023-12-08T04:38:04.456876+0000 mgr.a (mgr.14403) 27434 : cluster 0 pgmap v20489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:05 smithi194 bash[32038]: cluster 2023-12-08T04:38:04.456876+0000 mgr.a (mgr.14403) 27434 : cluster 0 pgmap v20489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:05 smithi135 bash[32435]: cluster 2023-12-08T04:38:04.456876+0000 mgr.a (mgr.14403) 27434 : cluster 0 pgmap v20489: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:07 smithi079 bash[28699]: cluster 2023-12-08T04:38:06.457422+0000 mgr.a (mgr.14403) 27435 : cluster 0 pgmap v20490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:07 smithi194 bash[32038]: cluster 2023-12-08T04:38:06.457422+0000 mgr.a (mgr.14403) 27435 : cluster 0 pgmap v20490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:07 smithi135 bash[32435]: cluster 2023-12-08T04:38:06.457422+0000 mgr.a (mgr.14403) 27435 : cluster 0 pgmap v20490: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:08.038 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:38:08.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:08.039 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:08.955 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:38:08.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:08.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:08.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:08.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:38:09.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:09 smithi079 bash[28699]: audit 2023-12-08T04:38:08.438286+0000 mgr.a (mgr.14403) 27436 : audit 0 from='client.538812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:09.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:09 smithi079 bash[28699]: cluster 2023-12-08T04:38:08.458298+0000 mgr.a (mgr.14403) 27437 : cluster 0 pgmap v20491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:09 smithi194 bash[32038]: audit 2023-12-08T04:38:08.438286+0000 mgr.a (mgr.14403) 27436 : audit 0 from='client.538812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:09 smithi194 bash[32038]: cluster 2023-12-08T04:38:08.458298+0000 mgr.a (mgr.14403) 27437 : cluster 0 pgmap v20491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:09.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:09 smithi135 bash[32435]: audit 2023-12-08T04:38:08.438286+0000 mgr.a (mgr.14403) 27436 : audit 0 from='client.538812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:09.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:09 smithi135 bash[32435]: cluster 2023-12-08T04:38:08.458298+0000 mgr.a (mgr.14403) 27437 : cluster 0 pgmap v20491: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:11 smithi079 bash[28699]: cluster 2023-12-08T04:38:10.459265+0000 mgr.a (mgr.14403) 27438 : cluster 0 pgmap v20492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:38:11.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:11 smithi194 bash[32038]: cluster 2023-12-08T04:38:10.459265+0000 mgr.a (mgr.14403) 27438 : cluster 0 pgmap v20492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:38:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:11 smithi135 bash[32435]: cluster 2023-12-08T04:38:10.459265+0000 mgr.a (mgr.14403) 27438 : cluster 0 pgmap v20492: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:38:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:13 smithi079 bash[28699]: cluster 2023-12-08T04:38:12.459756+0000 mgr.a (mgr.14403) 27439 : cluster 0 pgmap v20493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:38:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:13 smithi194 bash[32038]: cluster 2023-12-08T04:38:12.459756+0000 mgr.a (mgr.14403) 27439 : cluster 0 pgmap v20493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:38:13.958 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:38:13.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:13.959 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:13 smithi135 bash[32435]: cluster 2023-12-08T04:38:12.459756+0000 mgr.a (mgr.14403) 27439 : cluster 0 pgmap v20493: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:38:14.843 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:38:14.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:14.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:14.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:14.843 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:38:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:15 smithi079 bash[28699]: audit 2023-12-08T04:38:14.360324+0000 mgr.a (mgr.14403) 27440 : audit 0 from='client.538890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:15 smithi079 bash[28699]: cluster 2023-12-08T04:38:14.460643+0000 mgr.a (mgr.14403) 27441 : cluster 0 pgmap v20494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:15 smithi194 bash[32038]: audit 2023-12-08T04:38:14.360324+0000 mgr.a (mgr.14403) 27440 : audit 0 from='client.538890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:15 smithi194 bash[32038]: cluster 2023-12-08T04:38:14.460643+0000 mgr.a (mgr.14403) 27441 : cluster 0 pgmap v20494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:15 smithi135 bash[32435]: audit 2023-12-08T04:38:14.360324+0000 mgr.a (mgr.14403) 27440 : audit 0 from='client.538890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:15 smithi135 bash[32435]: cluster 2023-12-08T04:38:14.460643+0000 mgr.a (mgr.14403) 27441 : cluster 0 pgmap v20494: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:16 smithi079 bash[28699]: audit 2023-12-08T04:38:16.213246+0000 mon.a (mon.0) 4230 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:38:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:16 smithi194 bash[32038]: audit 2023-12-08T04:38:16.213246+0000 mon.a (mon.0) 4230 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:38:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:16 smithi135 bash[32435]: audit 2023-12-08T04:38:16.213246+0000 mon.a (mon.0) 4230 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:38:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:17 smithi079 bash[28699]: cluster 2023-12-08T04:38:16.461271+0000 mgr.a (mgr.14403) 27442 : cluster 0 pgmap v20495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:17 smithi079 bash[28699]: audit 2023-12-08T04:38:16.745417+0000 mon.a (mon.0) 4231 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:38:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:17 smithi079 bash[28699]: audit 2023-12-08T04:38:16.754483+0000 mon.a (mon.0) 4232 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:38:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:17 smithi079 bash[28699]: audit 2023-12-08T04:38:17.412961+0000 mon.a (mon.0) 4233 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:38:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:17 smithi079 bash[28699]: audit 2023-12-08T04:38:17.414417+0000 mon.a (mon.0) 4234 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:38:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:17 smithi079 bash[28699]: audit 2023-12-08T04:38:17.424130+0000 mon.a (mon.0) 4235 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:38:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:17 smithi194 bash[32038]: cluster 2023-12-08T04:38:16.461271+0000 mgr.a (mgr.14403) 27442 : cluster 0 pgmap v20495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:17 smithi194 bash[32038]: audit 2023-12-08T04:38:16.745417+0000 mon.a (mon.0) 4231 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:38:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:17 smithi194 bash[32038]: audit 2023-12-08T04:38:16.754483+0000 mon.a (mon.0) 4232 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:38:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:17 smithi194 bash[32038]: audit 2023-12-08T04:38:17.412961+0000 mon.a (mon.0) 4233 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:38:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:17 smithi194 bash[32038]: audit 2023-12-08T04:38:17.414417+0000 mon.a (mon.0) 4234 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:38:17.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:17 smithi194 bash[32038]: audit 2023-12-08T04:38:17.424130+0000 mon.a (mon.0) 4235 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:38:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:17 smithi135 bash[32435]: cluster 2023-12-08T04:38:16.461271+0000 mgr.a (mgr.14403) 27442 : cluster 0 pgmap v20495: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:17 smithi135 bash[32435]: audit 2023-12-08T04:38:16.745417+0000 mon.a (mon.0) 4231 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:38:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:17 smithi135 bash[32435]: audit 2023-12-08T04:38:16.754483+0000 mon.a (mon.0) 4232 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:38:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:17 smithi135 bash[32435]: audit 2023-12-08T04:38:17.412961+0000 mon.a (mon.0) 4233 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:38:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:17 smithi135 bash[32435]: audit 2023-12-08T04:38:17.414417+0000 mon.a (mon.0) 4234 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:38:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:17 smithi135 bash[32435]: audit 2023-12-08T04:38:17.424130+0000 mon.a (mon.0) 4235 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:38:18.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:18 smithi079 bash[28699]: cluster 2023-12-08T04:38:18.461834+0000 mgr.a (mgr.14403) 27443 : cluster 0 pgmap v20496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:18.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:18 smithi194 bash[32038]: cluster 2023-12-08T04:38:18.461834+0000 mgr.a (mgr.14403) 27443 : cluster 0 pgmap v20496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:18.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:18 smithi135 bash[32435]: cluster 2023-12-08T04:38:18.461834+0000 mgr.a (mgr.14403) 27443 : cluster 0 pgmap v20496: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:19.846 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:38:19.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:19.847 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:20.759 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:38:20.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:20.759 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:20.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:20.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:38:21.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:21 smithi079 bash[28699]: audit 2023-12-08T04:38:20.255870+0000 mgr.a (mgr.14403) 27444 : audit 0 from='client.538965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:21.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:21 smithi079 bash[28699]: cluster 2023-12-08T04:38:20.462635+0000 mgr.a (mgr.14403) 27445 : cluster 0 pgmap v20497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:21 smithi194 bash[32038]: audit 2023-12-08T04:38:20.255870+0000 mgr.a (mgr.14403) 27444 : audit 0 from='client.538965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:21 smithi194 bash[32038]: cluster 2023-12-08T04:38:20.462635+0000 mgr.a (mgr.14403) 27445 : cluster 0 pgmap v20497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:21 smithi135 bash[32435]: audit 2023-12-08T04:38:20.255870+0000 mgr.a (mgr.14403) 27444 : audit 0 from='client.538965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:21 smithi135 bash[32435]: cluster 2023-12-08T04:38:20.462635+0000 mgr.a (mgr.14403) 27445 : cluster 0 pgmap v20497: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:23 smithi079 bash[28699]: cluster 2023-12-08T04:38:22.463377+0000 mgr.a (mgr.14403) 27446 : cluster 0 pgmap v20498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:38:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:23 smithi194 bash[32038]: cluster 2023-12-08T04:38:22.463377+0000 mgr.a (mgr.14403) 27446 : cluster 0 pgmap v20498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:38:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:23 smithi135 bash[32435]: cluster 2023-12-08T04:38:22.463377+0000 mgr.a (mgr.14403) 27446 : cluster 0 pgmap v20498: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:38:25.762 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:38:25.763 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:25.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:25 smithi079 bash[28699]: cluster 2023-12-08T04:38:24.464224+0000 mgr.a (mgr.14403) 27447 : cluster 0 pgmap v20499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:38:25.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:25 smithi194 bash[32038]: cluster 2023-12-08T04:38:24.464224+0000 mgr.a (mgr.14403) 27447 : cluster 0 pgmap v20499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:38:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:25 smithi135 bash[32435]: cluster 2023-12-08T04:38:24.464224+0000 mgr.a (mgr.14403) 27447 : cluster 0 pgmap v20499: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:38:26.680 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:38:26.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:26.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:26.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:26.681 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:38:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:27 smithi079 bash[28699]: audit 2023-12-08T04:38:26.173830+0000 mgr.a (mgr.14403) 27448 : audit 0 from='client.539040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:27 smithi079 bash[28699]: cluster 2023-12-08T04:38:26.464914+0000 mgr.a (mgr.14403) 27449 : cluster 0 pgmap v20500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:27 smithi194 bash[32038]: audit 2023-12-08T04:38:26.173830+0000 mgr.a (mgr.14403) 27448 : audit 0 from='client.539040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:27 smithi194 bash[32038]: cluster 2023-12-08T04:38:26.464914+0000 mgr.a (mgr.14403) 27449 : cluster 0 pgmap v20500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:27 smithi135 bash[32435]: audit 2023-12-08T04:38:26.173830+0000 mgr.a (mgr.14403) 27448 : audit 0 from='client.539040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:27 smithi135 bash[32435]: cluster 2023-12-08T04:38:26.464914+0000 mgr.a (mgr.14403) 27449 : cluster 0 pgmap v20500: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:29 smithi079 bash[28699]: cluster 2023-12-08T04:38:28.465577+0000 mgr.a (mgr.14403) 27450 : cluster 0 pgmap v20501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:29 smithi194 bash[32038]: cluster 2023-12-08T04:38:28.465577+0000 mgr.a (mgr.14403) 27450 : cluster 0 pgmap v20501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:29 smithi135 bash[32435]: cluster 2023-12-08T04:38:28.465577+0000 mgr.a (mgr.14403) 27450 : cluster 0 pgmap v20501: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:31.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:38:31.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:31.685 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:31 smithi079 bash[28699]: cluster 2023-12-08T04:38:30.466414+0000 mgr.a (mgr.14403) 27451 : cluster 0 pgmap v20502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:31.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:31 smithi194 bash[32038]: cluster 2023-12-08T04:38:30.466414+0000 mgr.a (mgr.14403) 27451 : cluster 0 pgmap v20502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:31 smithi135 bash[32435]: cluster 2023-12-08T04:38:30.466414+0000 mgr.a (mgr.14403) 27451 : cluster 0 pgmap v20502: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:32.605 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:38:32.605 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:32.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:32.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:32.606 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:38:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:33 smithi079 bash[28699]: audit 2023-12-08T04:38:32.097898+0000 mgr.a (mgr.14403) 27452 : audit 0 from='client.539118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:33 smithi079 bash[28699]: cluster 2023-12-08T04:38:32.477691+0000 mgr.a (mgr.14403) 27453 : cluster 0 pgmap v20503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:33 smithi194 bash[32038]: audit 2023-12-08T04:38:32.097898+0000 mgr.a (mgr.14403) 27452 : audit 0 from='client.539118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:33 smithi194 bash[32038]: cluster 2023-12-08T04:38:32.477691+0000 mgr.a (mgr.14403) 27453 : cluster 0 pgmap v20503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:33 smithi135 bash[32435]: audit 2023-12-08T04:38:32.097898+0000 mgr.a (mgr.14403) 27452 : audit 0 from='client.539118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:33 smithi135 bash[32435]: cluster 2023-12-08T04:38:32.477691+0000 mgr.a (mgr.14403) 27453 : cluster 0 pgmap v20503: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:35 smithi079 bash[28699]: cluster 2023-12-08T04:38:34.478732+0000 mgr.a (mgr.14403) 27454 : cluster 0 pgmap v20504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:35 smithi194 bash[32038]: cluster 2023-12-08T04:38:34.478732+0000 mgr.a (mgr.14403) 27454 : cluster 0 pgmap v20504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:35 smithi135 bash[32435]: cluster 2023-12-08T04:38:34.478732+0000 mgr.a (mgr.14403) 27454 : cluster 0 pgmap v20504: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:37.607 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:38:37.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:37.608 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:37 smithi079 bash[28699]: cluster 2023-12-08T04:38:36.479336+0000 mgr.a (mgr.14403) 27455 : cluster 0 pgmap v20505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:37 smithi194 bash[32038]: cluster 2023-12-08T04:38:36.479336+0000 mgr.a (mgr.14403) 27455 : cluster 0 pgmap v20505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:37 smithi135 bash[32435]: cluster 2023-12-08T04:38:36.479336+0000 mgr.a (mgr.14403) 27455 : cluster 0 pgmap v20505: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:38.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:38.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:38.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:38.493 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:38:38.493 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:38:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:39 smithi079 bash[28699]: audit 2023-12-08T04:38:38.013274+0000 mgr.a (mgr.14403) 27456 : audit 0 from='client.539193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:39 smithi079 bash[28699]: cluster 2023-12-08T04:38:38.479832+0000 mgr.a (mgr.14403) 27457 : cluster 0 pgmap v20506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:39 smithi194 bash[32038]: audit 2023-12-08T04:38:38.013274+0000 mgr.a (mgr.14403) 27456 : audit 0 from='client.539193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:39 smithi194 bash[32038]: cluster 2023-12-08T04:38:38.479832+0000 mgr.a (mgr.14403) 27457 : cluster 0 pgmap v20506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:39 smithi135 bash[32435]: audit 2023-12-08T04:38:38.013274+0000 mgr.a (mgr.14403) 27456 : audit 0 from='client.539193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:39 smithi135 bash[32435]: cluster 2023-12-08T04:38:38.479832+0000 mgr.a (mgr.14403) 27457 : cluster 0 pgmap v20506: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:41 smithi079 bash[28699]: cluster 2023-12-08T04:38:40.480654+0000 mgr.a (mgr.14403) 27458 : cluster 0 pgmap v20507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:41 smithi194 bash[32038]: cluster 2023-12-08T04:38:40.480654+0000 mgr.a (mgr.14403) 27458 : cluster 0 pgmap v20507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:41 smithi135 bash[32435]: cluster 2023-12-08T04:38:40.480654+0000 mgr.a (mgr.14403) 27458 : cluster 0 pgmap v20507: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:38:43.496 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:38:43.496 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:43.497 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:43 smithi079 bash[28699]: cluster 2023-12-08T04:38:42.481271+0000 mgr.a (mgr.14403) 27459 : cluster 0 pgmap v20508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:43 smithi194 bash[32038]: cluster 2023-12-08T04:38:42.481271+0000 mgr.a (mgr.14403) 27459 : cluster 0 pgmap v20508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:43 smithi135 bash[32435]: cluster 2023-12-08T04:38:42.481271+0000 mgr.a (mgr.14403) 27459 : cluster 0 pgmap v20508: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:44.422 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:44.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:44.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:44.423 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:38:44.423 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:38:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:45 smithi079 bash[28699]: audit 2023-12-08T04:38:43.898885+0000 mgr.a (mgr.14403) 27460 : audit 0 from='client.539268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:45 smithi079 bash[28699]: cluster 2023-12-08T04:38:44.482419+0000 mgr.a (mgr.14403) 27461 : cluster 0 pgmap v20509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:45 smithi194 bash[32038]: audit 2023-12-08T04:38:43.898885+0000 mgr.a (mgr.14403) 27460 : audit 0 from='client.539268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:45 smithi194 bash[32038]: cluster 2023-12-08T04:38:44.482419+0000 mgr.a (mgr.14403) 27461 : cluster 0 pgmap v20509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:45 smithi135 bash[32435]: audit 2023-12-08T04:38:43.898885+0000 mgr.a (mgr.14403) 27460 : audit 0 from='client.539268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:45 smithi135 bash[32435]: cluster 2023-12-08T04:38:44.482419+0000 mgr.a (mgr.14403) 27461 : cluster 0 pgmap v20509: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:47 smithi079 bash[28699]: cluster 2023-12-08T04:38:46.483158+0000 mgr.a (mgr.14403) 27462 : cluster 0 pgmap v20510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:47.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:47 smithi194 bash[32038]: cluster 2023-12-08T04:38:46.483158+0000 mgr.a (mgr.14403) 27462 : cluster 0 pgmap v20510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:47 smithi135 bash[32435]: cluster 2023-12-08T04:38:46.483158+0000 mgr.a (mgr.14403) 27462 : cluster 0 pgmap v20510: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:49.426 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:38:49.426 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:49.427 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:49 smithi079 bash[28699]: cluster 2023-12-08T04:38:48.483733+0000 mgr.a (mgr.14403) 27463 : cluster 0 pgmap v20511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:49 smithi194 bash[32038]: cluster 2023-12-08T04:38:48.483733+0000 mgr.a (mgr.14403) 27463 : cluster 0 pgmap v20511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:49 smithi135 bash[32435]: cluster 2023-12-08T04:38:48.483733+0000 mgr.a (mgr.14403) 27463 : cluster 0 pgmap v20511: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:50.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:50.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:50.305 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:50.306 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:38:50.306 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:38:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:50 smithi079 bash[28699]: audit 2023-12-08T04:38:49.833761+0000 mgr.a (mgr.14403) 27464 : audit 0 from='client.539346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:50 smithi079 bash[28699]: cluster 2023-12-08T04:38:50.484768+0000 mgr.a (mgr.14403) 27465 : cluster 0 pgmap v20512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:50.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:50 smithi194 bash[32038]: audit 2023-12-08T04:38:49.833761+0000 mgr.a (mgr.14403) 27464 : audit 0 from='client.539346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:50.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:50 smithi194 bash[32038]: cluster 2023-12-08T04:38:50.484768+0000 mgr.a (mgr.14403) 27465 : cluster 0 pgmap v20512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:50.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:50 smithi135 bash[32435]: audit 2023-12-08T04:38:49.833761+0000 mgr.a (mgr.14403) 27464 : audit 0 from='client.539346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:50.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:50 smithi135 bash[32435]: cluster 2023-12-08T04:38:50.484768+0000 mgr.a (mgr.14403) 27465 : cluster 0 pgmap v20512: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:53 smithi079 bash[28699]: cluster 2023-12-08T04:38:52.485390+0000 mgr.a (mgr.14403) 27466 : cluster 0 pgmap v20513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:53 smithi194 bash[32038]: cluster 2023-12-08T04:38:52.485390+0000 mgr.a (mgr.14403) 27466 : cluster 0 pgmap v20513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:53 smithi135 bash[32435]: cluster 2023-12-08T04:38:52.485390+0000 mgr.a (mgr.14403) 27466 : cluster 0 pgmap v20513: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:38:55.308 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:38:55.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:38:55.309 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:38:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:55 smithi079 bash[28699]: cluster 2023-12-08T04:38:54.486148+0000 mgr.a (mgr.14403) 27467 : cluster 0 pgmap v20514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:55 smithi194 bash[32038]: cluster 2023-12-08T04:38:54.486148+0000 mgr.a (mgr.14403) 27467 : cluster 0 pgmap v20514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:55 smithi135 bash[32435]: cluster 2023-12-08T04:38:54.486148+0000 mgr.a (mgr.14403) 27467 : cluster 0 pgmap v20514: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:56.194 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:38:56.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:38:56.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:38:56.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:38:56.195 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:38:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:57 smithi079 bash[28699]: audit 2023-12-08T04:38:55.703531+0000 mgr.a (mgr.14403) 27468 : audit 0 from='client.539421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:57 smithi079 bash[28699]: cluster 2023-12-08T04:38:56.486888+0000 mgr.a (mgr.14403) 27469 : cluster 0 pgmap v20515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:57.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:57 smithi194 bash[32038]: audit 2023-12-08T04:38:55.703531+0000 mgr.a (mgr.14403) 27468 : audit 0 from='client.539421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:57.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:57 smithi194 bash[32038]: cluster 2023-12-08T04:38:56.486888+0000 mgr.a (mgr.14403) 27469 : cluster 0 pgmap v20515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:57 smithi135 bash[32435]: audit 2023-12-08T04:38:55.703531+0000 mgr.a (mgr.14403) 27468 : audit 0 from='client.539421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:38:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:57 smithi135 bash[32435]: cluster 2023-12-08T04:38:56.486888+0000 mgr.a (mgr.14403) 27469 : cluster 0 pgmap v20515: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:38:59 smithi079 bash[28699]: cluster 2023-12-08T04:38:58.487464+0000 mgr.a (mgr.14403) 27470 : cluster 0 pgmap v20516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:38:59 smithi194 bash[32038]: cluster 2023-12-08T04:38:58.487464+0000 mgr.a (mgr.14403) 27470 : cluster 0 pgmap v20516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:38:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:38:59 smithi135 bash[32435]: cluster 2023-12-08T04:38:58.487464+0000 mgr.a (mgr.14403) 27470 : cluster 0 pgmap v20516: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:01.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:39:01.197 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:01.198 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:01 smithi079 bash[28699]: cluster 2023-12-08T04:39:00.488284+0000 mgr.a (mgr.14403) 27471 : cluster 0 pgmap v20517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:01 smithi194 bash[32038]: cluster 2023-12-08T04:39:00.488284+0000 mgr.a (mgr.14403) 27471 : cluster 0 pgmap v20517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:01 smithi135 bash[32435]: cluster 2023-12-08T04:39:00.488284+0000 mgr.a (mgr.14403) 27471 : cluster 0 pgmap v20517: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:02.100 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:39:02.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:02.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:02.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:02.100 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:39:02.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:02 smithi079 bash[28699]: audit 2023-12-08T04:39:01.595471+0000 mgr.a (mgr.14403) 27472 : audit 0 from='client.539496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:02.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:02 smithi194 bash[32038]: audit 2023-12-08T04:39:01.595471+0000 mgr.a (mgr.14403) 27472 : audit 0 from='client.539496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:02.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:02 smithi135 bash[32435]: audit 2023-12-08T04:39:01.595471+0000 mgr.a (mgr.14403) 27472 : audit 0 from='client.539496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:03 smithi079 bash[28699]: cluster 2023-12-08T04:39:02.489152+0000 mgr.a (mgr.14403) 27473 : cluster 0 pgmap v20518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:03 smithi194 bash[32038]: cluster 2023-12-08T04:39:02.489152+0000 mgr.a (mgr.14403) 27473 : cluster 0 pgmap v20518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:03 smithi135 bash[32435]: cluster 2023-12-08T04:39:02.489152+0000 mgr.a (mgr.14403) 27473 : cluster 0 pgmap v20518: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:05 smithi079 bash[28699]: cluster 2023-12-08T04:39:04.490029+0000 mgr.a (mgr.14403) 27474 : cluster 0 pgmap v20519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:05 smithi194 bash[32038]: cluster 2023-12-08T04:39:04.490029+0000 mgr.a (mgr.14403) 27474 : cluster 0 pgmap v20519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:05 smithi135 bash[32435]: cluster 2023-12-08T04:39:04.490029+0000 mgr.a (mgr.14403) 27474 : cluster 0 pgmap v20519: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:07.102 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:39:07.103 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:07.104 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:07 smithi079 bash[28699]: cluster 2023-12-08T04:39:06.490584+0000 mgr.a (mgr.14403) 27475 : cluster 0 pgmap v20520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:07 smithi194 bash[32038]: cluster 2023-12-08T04:39:06.490584+0000 mgr.a (mgr.14403) 27475 : cluster 0 pgmap v20520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:07 smithi135 bash[32435]: cluster 2023-12-08T04:39:06.490584+0000 mgr.a (mgr.14403) 27475 : cluster 0 pgmap v20520: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:08.001 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:39:08.001 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:08.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:08.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:08.002 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:39:08.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:08 smithi079 bash[28699]: audit 2023-12-08T04:39:07.504943+0000 mgr.a (mgr.14403) 27476 : audit 0 from='client.539574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:08.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:08 smithi194 bash[32038]: audit 2023-12-08T04:39:07.504943+0000 mgr.a (mgr.14403) 27476 : audit 0 from='client.539574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:08.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:08 smithi135 bash[32435]: audit 2023-12-08T04:39:07.504943+0000 mgr.a (mgr.14403) 27476 : audit 0 from='client.539574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:09.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:09 smithi079 bash[28699]: cluster 2023-12-08T04:39:08.491317+0000 mgr.a (mgr.14403) 27477 : cluster 0 pgmap v20521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:09 smithi194 bash[32038]: cluster 2023-12-08T04:39:08.491317+0000 mgr.a (mgr.14403) 27477 : cluster 0 pgmap v20521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:09.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:09 smithi135 bash[32435]: cluster 2023-12-08T04:39:08.491317+0000 mgr.a (mgr.14403) 27477 : cluster 0 pgmap v20521: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:11 smithi079 bash[28699]: cluster 2023-12-08T04:39:10.492163+0000 mgr.a (mgr.14403) 27478 : cluster 0 pgmap v20522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:11.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:11 smithi194 bash[32038]: cluster 2023-12-08T04:39:10.492163+0000 mgr.a (mgr.14403) 27478 : cluster 0 pgmap v20522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:11 smithi135 bash[32435]: cluster 2023-12-08T04:39:10.492163+0000 mgr.a (mgr.14403) 27478 : cluster 0 pgmap v20522: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:13.005 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:39:13.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:13.006 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:13 smithi079 bash[28699]: cluster 2023-12-08T04:39:12.492871+0000 mgr.a (mgr.14403) 27479 : cluster 0 pgmap v20523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:13.900 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:39:13.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:13.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:13.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:13.900 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:39:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:13 smithi194 bash[32038]: cluster 2023-12-08T04:39:12.492871+0000 mgr.a (mgr.14403) 27479 : cluster 0 pgmap v20523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:13 smithi135 bash[32435]: cluster 2023-12-08T04:39:12.492871+0000 mgr.a (mgr.14403) 27479 : cluster 0 pgmap v20523: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:14.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:14 smithi079 bash[28699]: audit 2023-12-08T04:39:13.406892+0000 mgr.a (mgr.14403) 27480 : audit 0 from='client.539652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:14.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:14 smithi194 bash[32038]: audit 2023-12-08T04:39:13.406892+0000 mgr.a (mgr.14403) 27480 : audit 0 from='client.539652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:14.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:14 smithi135 bash[32435]: audit 2023-12-08T04:39:13.406892+0000 mgr.a (mgr.14403) 27480 : audit 0 from='client.539652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:15 smithi079 bash[28699]: cluster 2023-12-08T04:39:14.493990+0000 mgr.a (mgr.14403) 27481 : cluster 0 pgmap v20524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:39:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:15 smithi194 bash[32038]: cluster 2023-12-08T04:39:14.493990+0000 mgr.a (mgr.14403) 27481 : cluster 0 pgmap v20524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:39:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:15 smithi135 bash[32435]: cluster 2023-12-08T04:39:14.493990+0000 mgr.a (mgr.14403) 27481 : cluster 0 pgmap v20524: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:39:16.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:16 smithi079 bash[28699]: cluster 2023-12-08T04:39:16.494619+0000 mgr.a (mgr.14403) 27482 : cluster 0 pgmap v20525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:39:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:16 smithi194 bash[32038]: cluster 2023-12-08T04:39:16.494619+0000 mgr.a (mgr.14403) 27482 : cluster 0 pgmap v20525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:39:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:16 smithi135 bash[32435]: cluster 2023-12-08T04:39:16.494619+0000 mgr.a (mgr.14403) 27482 : cluster 0 pgmap v20525: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:39:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:17 smithi079 bash[28699]: audit 2023-12-08T04:39:17.527758+0000 mon.a (mon.0) 4236 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:39:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:17 smithi194 bash[32038]: audit 2023-12-08T04:39:17.527758+0000 mon.a (mon.0) 4236 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:39:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:17 smithi135 bash[32435]: audit 2023-12-08T04:39:17.527758+0000 mon.a (mon.0) 4236 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:39:18.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:18 smithi079 bash[28699]: audit 2023-12-08T04:39:18.279472+0000 mon.a (mon.0) 4237 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:39:18.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:18 smithi079 bash[28699]: audit 2023-12-08T04:39:18.281288+0000 mon.a (mon.0) 4238 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:39:18.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:18 smithi079 bash[28699]: audit 2023-12-08T04:39:18.290132+0000 mon.a (mon.0) 4239 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:39:18.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:18 smithi079 bash[28699]: cluster 2023-12-08T04:39:18.495232+0000 mgr.a (mgr.14403) 27483 : cluster 0 pgmap v20526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:39:18.903 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:39:18.904 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:18.904 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:18.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:18 smithi194 bash[32038]: audit 2023-12-08T04:39:18.279472+0000 mon.a (mon.0) 4237 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:39:18.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:18 smithi194 bash[32038]: audit 2023-12-08T04:39:18.281288+0000 mon.a (mon.0) 4238 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:39:18.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:18 smithi194 bash[32038]: audit 2023-12-08T04:39:18.290132+0000 mon.a (mon.0) 4239 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:39:18.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:18 smithi194 bash[32038]: cluster 2023-12-08T04:39:18.495232+0000 mgr.a (mgr.14403) 27483 : cluster 0 pgmap v20526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:39:18.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:18 smithi135 bash[32435]: audit 2023-12-08T04:39:18.279472+0000 mon.a (mon.0) 4237 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:39:18.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:18 smithi135 bash[32435]: audit 2023-12-08T04:39:18.281288+0000 mon.a (mon.0) 4238 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:39:18.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:18 smithi135 bash[32435]: audit 2023-12-08T04:39:18.290132+0000 mon.a (mon.0) 4239 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:39:18.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:18 smithi135 bash[32435]: cluster 2023-12-08T04:39:18.495232+0000 mgr.a (mgr.14403) 27483 : cluster 0 pgmap v20526: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:39:19.804 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:39:19.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:19.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:19.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:19.804 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:39:20.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:20 smithi079 bash[28699]: audit 2023-12-08T04:39:19.304968+0000 mgr.a (mgr.14403) 27484 : audit 0 from='client.539730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:20.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:20 smithi194 bash[32038]: audit 2023-12-08T04:39:19.304968+0000 mgr.a (mgr.14403) 27484 : audit 0 from='client.539730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:20.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:20 smithi135 bash[32435]: audit 2023-12-08T04:39:19.304968+0000 mgr.a (mgr.14403) 27484 : audit 0 from='client.539730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:21.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:21 smithi079 bash[28699]: cluster 2023-12-08T04:39:20.496226+0000 mgr.a (mgr.14403) 27485 : cluster 0 pgmap v20527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:21.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:21 smithi194 bash[32038]: cluster 2023-12-08T04:39:20.496226+0000 mgr.a (mgr.14403) 27485 : cluster 0 pgmap v20527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:21.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:21 smithi135 bash[32435]: cluster 2023-12-08T04:39:20.496226+0000 mgr.a (mgr.14403) 27485 : cluster 0 pgmap v20527: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:23 smithi079 bash[28699]: cluster 2023-12-08T04:39:22.496820+0000 mgr.a (mgr.14403) 27486 : cluster 0 pgmap v20528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:39:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:23 smithi194 bash[32038]: cluster 2023-12-08T04:39:22.496820+0000 mgr.a (mgr.14403) 27486 : cluster 0 pgmap v20528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:39:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:23 smithi135 bash[32435]: cluster 2023-12-08T04:39:22.496820+0000 mgr.a (mgr.14403) 27486 : cluster 0 pgmap v20528: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:39:24.805 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:39:24.806 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:24.806 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:25.724 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:39:25.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:25.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:25.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:25.725 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:39:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:25 smithi079 bash[28699]: cluster 2023-12-08T04:39:24.497582+0000 mgr.a (mgr.14403) 27487 : cluster 0 pgmap v20529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:25.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:25 smithi194 bash[32038]: cluster 2023-12-08T04:39:24.497582+0000 mgr.a (mgr.14403) 27487 : cluster 0 pgmap v20529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:25 smithi135 bash[32435]: cluster 2023-12-08T04:39:24.497582+0000 mgr.a (mgr.14403) 27487 : cluster 0 pgmap v20529: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:26.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:26 smithi079 bash[28699]: audit 2023-12-08T04:39:25.204605+0000 mgr.a (mgr.14403) 27488 : audit 0 from='client.539805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:26.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:26 smithi194 bash[32038]: audit 2023-12-08T04:39:25.204605+0000 mgr.a (mgr.14403) 27488 : audit 0 from='client.539805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:26.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:26 smithi135 bash[32435]: audit 2023-12-08T04:39:25.204605+0000 mgr.a (mgr.14403) 27488 : audit 0 from='client.539805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:27 smithi079 bash[28699]: cluster 2023-12-08T04:39:26.498351+0000 mgr.a (mgr.14403) 27489 : cluster 0 pgmap v20530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:39:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:27 smithi194 bash[32038]: cluster 2023-12-08T04:39:26.498351+0000 mgr.a (mgr.14403) 27489 : cluster 0 pgmap v20530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:39:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:27 smithi135 bash[32435]: cluster 2023-12-08T04:39:26.498351+0000 mgr.a (mgr.14403) 27489 : cluster 0 pgmap v20530: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:39:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:29 smithi079 bash[28699]: cluster 2023-12-08T04:39:28.499076+0000 mgr.a (mgr.14403) 27490 : cluster 0 pgmap v20531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:39:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:29 smithi194 bash[32038]: cluster 2023-12-08T04:39:28.499076+0000 mgr.a (mgr.14403) 27490 : cluster 0 pgmap v20531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:39:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:29 smithi135 bash[32435]: cluster 2023-12-08T04:39:28.499076+0000 mgr.a (mgr.14403) 27490 : cluster 0 pgmap v20531: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:39:30.727 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:39:30.728 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:30.729 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:31.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:31.656 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:31.656 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:39:31.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:31.657 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:39:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:31 smithi079 bash[28699]: cluster 2023-12-08T04:39:30.499868+0000 mgr.a (mgr.14403) 27491 : cluster 0 pgmap v20532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:39:31.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:31 smithi194 bash[32038]: cluster 2023-12-08T04:39:30.499868+0000 mgr.a (mgr.14403) 27491 : cluster 0 pgmap v20532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:39:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:31 smithi135 bash[32435]: cluster 2023-12-08T04:39:30.499868+0000 mgr.a (mgr.14403) 27491 : cluster 0 pgmap v20532: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:39:32.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:32 smithi079 bash[28699]: audit 2023-12-08T04:39:31.131524+0000 mgr.a (mgr.14403) 27492 : audit 0 from='client.539883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:32.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:32 smithi194 bash[32038]: audit 2023-12-08T04:39:31.131524+0000 mgr.a (mgr.14403) 27492 : audit 0 from='client.539883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:32.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:32 smithi135 bash[32435]: audit 2023-12-08T04:39:31.131524+0000 mgr.a (mgr.14403) 27492 : audit 0 from='client.539883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:33 smithi079 bash[28699]: cluster 2023-12-08T04:39:32.500625+0000 mgr.a (mgr.14403) 27493 : cluster 0 pgmap v20533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:33 smithi194 bash[32038]: cluster 2023-12-08T04:39:32.500625+0000 mgr.a (mgr.14403) 27493 : cluster 0 pgmap v20533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:33 smithi135 bash[32435]: cluster 2023-12-08T04:39:32.500625+0000 mgr.a (mgr.14403) 27493 : cluster 0 pgmap v20533: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:35 smithi079 bash[28699]: cluster 2023-12-08T04:39:34.501465+0000 mgr.a (mgr.14403) 27494 : cluster 0 pgmap v20534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:35 smithi194 bash[32038]: cluster 2023-12-08T04:39:34.501465+0000 mgr.a (mgr.14403) 27494 : cluster 0 pgmap v20534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:35 smithi135 bash[32435]: cluster 2023-12-08T04:39:34.501465+0000 mgr.a (mgr.14403) 27494 : cluster 0 pgmap v20534: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:36.660 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:39:36.660 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:36.660 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:37.552 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:39:37.552 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:37.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:37.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:37.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:39:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:37 smithi079 bash[28699]: cluster 2023-12-08T04:39:36.501955+0000 mgr.a (mgr.14403) 27495 : cluster 0 pgmap v20535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:37 smithi194 bash[32038]: cluster 2023-12-08T04:39:36.501955+0000 mgr.a (mgr.14403) 27495 : cluster 0 pgmap v20535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:37 smithi135 bash[32435]: cluster 2023-12-08T04:39:36.501955+0000 mgr.a (mgr.14403) 27495 : cluster 0 pgmap v20535: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:38.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:38 smithi079 bash[28699]: audit 2023-12-08T04:39:37.053268+0000 mgr.a (mgr.14403) 27496 : audit 0 from='client.539955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:38 smithi194 bash[32038]: audit 2023-12-08T04:39:37.053268+0000 mgr.a (mgr.14403) 27496 : audit 0 from='client.539955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:38.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:38 smithi135 bash[32435]: audit 2023-12-08T04:39:37.053268+0000 mgr.a (mgr.14403) 27496 : audit 0 from='client.539955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:39 smithi079 bash[28699]: cluster 2023-12-08T04:39:38.502655+0000 mgr.a (mgr.14403) 27497 : cluster 0 pgmap v20536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:39 smithi194 bash[32038]: cluster 2023-12-08T04:39:38.502655+0000 mgr.a (mgr.14403) 27497 : cluster 0 pgmap v20536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:39 smithi135 bash[32435]: cluster 2023-12-08T04:39:38.502655+0000 mgr.a (mgr.14403) 27497 : cluster 0 pgmap v20536: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:40.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:40 smithi079 bash[28699]: cluster 2023-12-08T04:39:40.503519+0000 mgr.a (mgr.14403) 27498 : cluster 0 pgmap v20537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:40.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:40 smithi194 bash[32038]: cluster 2023-12-08T04:39:40.503519+0000 mgr.a (mgr.14403) 27498 : cluster 0 pgmap v20537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:40.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:40 smithi135 bash[32435]: cluster 2023-12-08T04:39:40.503519+0000 mgr.a (mgr.14403) 27498 : cluster 0 pgmap v20537: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:42.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:39:42.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:42.555 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:43.482 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:39:43.482 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:43.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:43.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:43.483 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:39:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:43 smithi079 bash[28699]: cluster 2023-12-08T04:39:42.504073+0000 mgr.a (mgr.14403) 27499 : cluster 0 pgmap v20538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:43 smithi194 bash[32038]: cluster 2023-12-08T04:39:42.504073+0000 mgr.a (mgr.14403) 27499 : cluster 0 pgmap v20538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:43 smithi135 bash[32435]: cluster 2023-12-08T04:39:42.504073+0000 mgr.a (mgr.14403) 27499 : cluster 0 pgmap v20538: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:44.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:44 smithi079 bash[28699]: audit 2023-12-08T04:39:42.955256+0000 mgr.a (mgr.14403) 27500 : audit 0 from='client.540030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:44.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:44 smithi194 bash[32038]: audit 2023-12-08T04:39:42.955256+0000 mgr.a (mgr.14403) 27500 : audit 0 from='client.540030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:44.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:44 smithi135 bash[32435]: audit 2023-12-08T04:39:42.955256+0000 mgr.a (mgr.14403) 27500 : audit 0 from='client.540030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:45 smithi079 bash[28699]: cluster 2023-12-08T04:39:44.505027+0000 mgr.a (mgr.14403) 27501 : cluster 0 pgmap v20539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:45 smithi194 bash[32038]: cluster 2023-12-08T04:39:44.505027+0000 mgr.a (mgr.14403) 27501 : cluster 0 pgmap v20539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:45 smithi135 bash[32435]: cluster 2023-12-08T04:39:44.505027+0000 mgr.a (mgr.14403) 27501 : cluster 0 pgmap v20539: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:39:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:47 smithi079 bash[28699]: cluster 2023-12-08T04:39:46.505597+0000 mgr.a (mgr.14403) 27502 : cluster 0 pgmap v20540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:47.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:47 smithi194 bash[32038]: cluster 2023-12-08T04:39:46.505597+0000 mgr.a (mgr.14403) 27502 : cluster 0 pgmap v20540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:47 smithi135 bash[32435]: cluster 2023-12-08T04:39:46.505597+0000 mgr.a (mgr.14403) 27502 : cluster 0 pgmap v20540: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:48.485 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:39:48.486 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:48.486 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:49.383 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:39:49.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:49.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:49.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:49.383 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:39:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:49 smithi079 bash[28699]: cluster 2023-12-08T04:39:48.506109+0000 mgr.a (mgr.14403) 27503 : cluster 0 pgmap v20541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:49 smithi194 bash[32038]: cluster 2023-12-08T04:39:48.506109+0000 mgr.a (mgr.14403) 27503 : cluster 0 pgmap v20541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:49 smithi135 bash[32435]: cluster 2023-12-08T04:39:48.506109+0000 mgr.a (mgr.14403) 27503 : cluster 0 pgmap v20541: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:50.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:50 smithi079 bash[28699]: audit 2023-12-08T04:39:48.883451+0000 mgr.a (mgr.14403) 27504 : audit 0 from='client.540105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:50.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:50 smithi194 bash[32038]: audit 2023-12-08T04:39:48.883451+0000 mgr.a (mgr.14403) 27504 : audit 0 from='client.540105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:50.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:50 smithi135 bash[32435]: audit 2023-12-08T04:39:48.883451+0000 mgr.a (mgr.14403) 27504 : audit 0 from='client.540105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:51.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:51 smithi079 bash[28699]: cluster 2023-12-08T04:39:50.507052+0000 mgr.a (mgr.14403) 27505 : cluster 0 pgmap v20542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:51 smithi194 bash[32038]: cluster 2023-12-08T04:39:50.507052+0000 mgr.a (mgr.14403) 27505 : cluster 0 pgmap v20542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:51 smithi135 bash[32435]: cluster 2023-12-08T04:39:50.507052+0000 mgr.a (mgr.14403) 27505 : cluster 0 pgmap v20542: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:53 smithi079 bash[28699]: cluster 2023-12-08T04:39:52.507675+0000 mgr.a (mgr.14403) 27506 : cluster 0 pgmap v20543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:39:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:53 smithi194 bash[32038]: cluster 2023-12-08T04:39:52.507675+0000 mgr.a (mgr.14403) 27506 : cluster 0 pgmap v20543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:39:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:53 smithi135 bash[32435]: cluster 2023-12-08T04:39:52.507675+0000 mgr.a (mgr.14403) 27506 : cluster 0 pgmap v20543: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:39:54.386 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:39:54.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:39:54.387 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:39:55.271 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:39:55.271 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:39:55.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:39:55.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:39:55.272 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:39:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:55 smithi079 bash[28699]: cluster 2023-12-08T04:39:54.508397+0000 mgr.a (mgr.14403) 27507 : cluster 0 pgmap v20544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:55 smithi194 bash[32038]: cluster 2023-12-08T04:39:54.508397+0000 mgr.a (mgr.14403) 27507 : cluster 0 pgmap v20544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:55 smithi135 bash[32435]: cluster 2023-12-08T04:39:54.508397+0000 mgr.a (mgr.14403) 27507 : cluster 0 pgmap v20544: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:39:56.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:56 smithi079 bash[28699]: audit 2023-12-08T04:39:54.789963+0000 mgr.a (mgr.14403) 27508 : audit 0 from='client.540180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:56.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:56 smithi194 bash[32038]: audit 2023-12-08T04:39:54.789963+0000 mgr.a (mgr.14403) 27508 : audit 0 from='client.540180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:56.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:56 smithi135 bash[32435]: audit 2023-12-08T04:39:54.789963+0000 mgr.a (mgr.14403) 27508 : audit 0 from='client.540180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:39:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:57 smithi079 bash[28699]: cluster 2023-12-08T04:39:56.509060+0000 mgr.a (mgr.14403) 27509 : cluster 0 pgmap v20545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:39:57.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:57 smithi194 bash[32038]: cluster 2023-12-08T04:39:56.509060+0000 mgr.a (mgr.14403) 27509 : cluster 0 pgmap v20545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:39:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:57 smithi135 bash[32435]: cluster 2023-12-08T04:39:56.509060+0000 mgr.a (mgr.14403) 27509 : cluster 0 pgmap v20545: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:39:58.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:39:58 smithi079 bash[28699]: cluster 2023-12-08T04:39:58.509677+0000 mgr.a (mgr.14403) 27510 : cluster 0 pgmap v20546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:39:58.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:39:58 smithi194 bash[32038]: cluster 2023-12-08T04:39:58.509677+0000 mgr.a (mgr.14403) 27510 : cluster 0 pgmap v20546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:39:58.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:39:58 smithi135 bash[32435]: cluster 2023-12-08T04:39:58.509677+0000 mgr.a (mgr.14403) 27510 : cluster 0 pgmap v20546: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:00.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:40:00.275 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:00.275 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:00.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:00 smithi079 bash[28699]: cluster 2023-12-08T04:40:00.000166+0000 mon.a (mon.0) 4240 : cluster 1 overall HEALTH_OK 2023-12-08T04:40:00.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:00 smithi194 bash[32038]: cluster 2023-12-08T04:40:00.000166+0000 mon.a (mon.0) 4240 : cluster 1 overall HEALTH_OK 2023-12-08T04:40:00.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:00 smithi135 bash[32435]: cluster 2023-12-08T04:40:00.000166+0000 mon.a (mon.0) 4240 : cluster 1 overall HEALTH_OK 2023-12-08T04:40:01.179 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:40:01.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:01.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:01.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:01.180 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:40:01.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:01 smithi079 bash[28699]: cluster 2023-12-08T04:40:00.510420+0000 mgr.a (mgr.14403) 27511 : cluster 0 pgmap v20547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:01.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:01 smithi194 bash[32038]: cluster 2023-12-08T04:40:00.510420+0000 mgr.a (mgr.14403) 27511 : cluster 0 pgmap v20547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:01.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:01 smithi135 bash[32435]: cluster 2023-12-08T04:40:00.510420+0000 mgr.a (mgr.14403) 27511 : cluster 0 pgmap v20547: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:02.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:02 smithi079 bash[28699]: audit 2023-12-08T04:40:00.667916+0000 mgr.a (mgr.14403) 27512 : audit 0 from='client.540249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:02.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:02 smithi194 bash[32038]: audit 2023-12-08T04:40:00.667916+0000 mgr.a (mgr.14403) 27512 : audit 0 from='client.540249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:02.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:02 smithi135 bash[32435]: audit 2023-12-08T04:40:00.667916+0000 mgr.a (mgr.14403) 27512 : audit 0 from='client.540249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:03 smithi079 bash[28699]: cluster 2023-12-08T04:40:02.511077+0000 mgr.a (mgr.14403) 27513 : cluster 0 pgmap v20548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:03 smithi194 bash[32038]: cluster 2023-12-08T04:40:02.511077+0000 mgr.a (mgr.14403) 27513 : cluster 0 pgmap v20548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:03 smithi135 bash[32435]: cluster 2023-12-08T04:40:02.511077+0000 mgr.a (mgr.14403) 27513 : cluster 0 pgmap v20548: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:05 smithi079 bash[28699]: cluster 2023-12-08T04:40:04.511876+0000 mgr.a (mgr.14403) 27514 : cluster 0 pgmap v20549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:05 smithi194 bash[32038]: cluster 2023-12-08T04:40:04.511876+0000 mgr.a (mgr.14403) 27514 : cluster 0 pgmap v20549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:05 smithi135 bash[32435]: cluster 2023-12-08T04:40:04.511876+0000 mgr.a (mgr.14403) 27514 : cluster 0 pgmap v20549: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:06.182 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:40:06.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:06.183 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:07.088 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:40:07.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:07.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:07.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:07.089 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:40:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:07 smithi079 bash[28699]: cluster 2023-12-08T04:40:06.512556+0000 mgr.a (mgr.14403) 27515 : cluster 0 pgmap v20550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:07 smithi079 bash[28699]: audit 2023-12-08T04:40:06.587776+0000 mgr.a (mgr.14403) 27516 : audit 0 from='client.540321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:07 smithi194 bash[32038]: cluster 2023-12-08T04:40:06.512556+0000 mgr.a (mgr.14403) 27515 : cluster 0 pgmap v20550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:07 smithi194 bash[32038]: audit 2023-12-08T04:40:06.587776+0000 mgr.a (mgr.14403) 27516 : audit 0 from='client.540321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:07 smithi135 bash[32435]: cluster 2023-12-08T04:40:06.512556+0000 mgr.a (mgr.14403) 27515 : cluster 0 pgmap v20550: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:07 smithi135 bash[32435]: audit 2023-12-08T04:40:06.587776+0000 mgr.a (mgr.14403) 27516 : audit 0 from='client.540321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:09.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:09 smithi079 bash[28699]: cluster 2023-12-08T04:40:08.513259+0000 mgr.a (mgr.14403) 27517 : cluster 0 pgmap v20551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:09 smithi194 bash[32038]: cluster 2023-12-08T04:40:08.513259+0000 mgr.a (mgr.14403) 27517 : cluster 0 pgmap v20551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:09.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:09 smithi135 bash[32435]: cluster 2023-12-08T04:40:08.513259+0000 mgr.a (mgr.14403) 27517 : cluster 0 pgmap v20551: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:11 smithi079 bash[28699]: cluster 2023-12-08T04:40:10.514108+0000 mgr.a (mgr.14403) 27518 : cluster 0 pgmap v20552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:11.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:11 smithi194 bash[32038]: cluster 2023-12-08T04:40:10.514108+0000 mgr.a (mgr.14403) 27518 : cluster 0 pgmap v20552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:11 smithi135 bash[32435]: cluster 2023-12-08T04:40:10.514108+0000 mgr.a (mgr.14403) 27518 : cluster 0 pgmap v20552: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:12.091 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:40:12.091 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:12.092 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:13.021 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:40:13.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:13.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:13.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:13.022 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:40:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:13 smithi079 bash[28699]: audit 2023-12-08T04:40:12.500094+0000 mgr.a (mgr.14403) 27519 : audit 0 from='client.540396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:13 smithi079 bash[28699]: cluster 2023-12-08T04:40:12.515165+0000 mgr.a (mgr.14403) 27520 : cluster 0 pgmap v20553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:13 smithi194 bash[32038]: audit 2023-12-08T04:40:12.500094+0000 mgr.a (mgr.14403) 27519 : audit 0 from='client.540396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:13 smithi194 bash[32038]: cluster 2023-12-08T04:40:12.515165+0000 mgr.a (mgr.14403) 27520 : cluster 0 pgmap v20553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:13 smithi135 bash[32435]: audit 2023-12-08T04:40:12.500094+0000 mgr.a (mgr.14403) 27519 : audit 0 from='client.540396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:13 smithi135 bash[32435]: cluster 2023-12-08T04:40:12.515165+0000 mgr.a (mgr.14403) 27520 : cluster 0 pgmap v20553: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:15 smithi079 bash[28699]: cluster 2023-12-08T04:40:14.516089+0000 mgr.a (mgr.14403) 27521 : cluster 0 pgmap v20554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:15 smithi194 bash[32038]: cluster 2023-12-08T04:40:14.516089+0000 mgr.a (mgr.14403) 27521 : cluster 0 pgmap v20554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:15 smithi135 bash[32435]: cluster 2023-12-08T04:40:14.516089+0000 mgr.a (mgr.14403) 27521 : cluster 0 pgmap v20554: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:17 smithi079 bash[28699]: cluster 2023-12-08T04:40:16.516651+0000 mgr.a (mgr.14403) 27522 : cluster 0 pgmap v20555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:17 smithi194 bash[32038]: cluster 2023-12-08T04:40:16.516651+0000 mgr.a (mgr.14403) 27522 : cluster 0 pgmap v20555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:17 smithi135 bash[32435]: cluster 2023-12-08T04:40:16.516651+0000 mgr.a (mgr.14403) 27522 : cluster 0 pgmap v20555: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:18.024 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:40:18.025 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:18.025 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:18.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:18 smithi079 bash[28699]: audit 2023-12-08T04:40:18.392710+0000 mon.a (mon.0) 4241 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:40:18.921 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:40:18.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:18.921 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:18.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:18.922 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:40:18.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:18 smithi194 bash[32038]: audit 2023-12-08T04:40:18.392710+0000 mon.a (mon.0) 4241 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:40:18.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:18 smithi135 bash[32435]: audit 2023-12-08T04:40:18.392710+0000 mon.a (mon.0) 4241 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:40:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:19 smithi079 bash[28699]: audit 2023-12-08T04:40:18.433652+0000 mgr.a (mgr.14403) 27523 : audit 0 from='client.540471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:19 smithi079 bash[28699]: cluster 2023-12-08T04:40:18.517086+0000 mgr.a (mgr.14403) 27524 : cluster 0 pgmap v20556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:19.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:19 smithi079 bash[28699]: audit 2023-12-08T04:40:19.193932+0000 mon.a (mon.0) 4242 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:40:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:19 smithi079 bash[28699]: audit 2023-12-08T04:40:19.196206+0000 mon.a (mon.0) 4243 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:40:19.896 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:19 smithi079 bash[28699]: audit 2023-12-08T04:40:19.205640+0000 mon.a (mon.0) 4244 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:40:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:19 smithi194 bash[32038]: audit 2023-12-08T04:40:18.433652+0000 mgr.a (mgr.14403) 27523 : audit 0 from='client.540471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:19 smithi194 bash[32038]: cluster 2023-12-08T04:40:18.517086+0000 mgr.a (mgr.14403) 27524 : cluster 0 pgmap v20556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:19 smithi194 bash[32038]: audit 2023-12-08T04:40:19.193932+0000 mon.a (mon.0) 4242 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:40:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:19 smithi194 bash[32038]: audit 2023-12-08T04:40:19.196206+0000 mon.a (mon.0) 4243 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:40:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:19 smithi194 bash[32038]: audit 2023-12-08T04:40:19.205640+0000 mon.a (mon.0) 4244 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:40:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:19 smithi135 bash[32435]: audit 2023-12-08T04:40:18.433652+0000 mgr.a (mgr.14403) 27523 : audit 0 from='client.540471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:19 smithi135 bash[32435]: cluster 2023-12-08T04:40:18.517086+0000 mgr.a (mgr.14403) 27524 : cluster 0 pgmap v20556: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:19 smithi135 bash[32435]: audit 2023-12-08T04:40:19.193932+0000 mon.a (mon.0) 4242 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:40:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:19 smithi135 bash[32435]: audit 2023-12-08T04:40:19.196206+0000 mon.a (mon.0) 4243 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:40:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:19 smithi135 bash[32435]: audit 2023-12-08T04:40:19.205640+0000 mon.a (mon.0) 4244 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:40:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:20 smithi194 bash[32038]: cluster 2023-12-08T04:40:20.518081+0000 mgr.a (mgr.14403) 27525 : cluster 0 pgmap v20557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:40:20.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:20 smithi135 bash[32435]: cluster 2023-12-08T04:40:20.518081+0000 mgr.a (mgr.14403) 27525 : cluster 0 pgmap v20557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:40:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:20 smithi079 bash[28699]: cluster 2023-12-08T04:40:20.518081+0000 mgr.a (mgr.14403) 27525 : cluster 0 pgmap v20557: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:40:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:23 smithi079 bash[28699]: cluster 2023-12-08T04:40:22.518795+0000 mgr.a (mgr.14403) 27526 : cluster 0 pgmap v20558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:40:23.923 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:40:23.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:23.924 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:23 smithi194 bash[32038]: cluster 2023-12-08T04:40:22.518795+0000 mgr.a (mgr.14403) 27526 : cluster 0 pgmap v20558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:40:23.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:23 smithi135 bash[32435]: cluster 2023-12-08T04:40:22.518795+0000 mgr.a (mgr.14403) 27526 : cluster 0 pgmap v20558: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:40:24.829 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:40:24.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:24.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:24.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:24.829 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:40:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:25 smithi079 bash[28699]: audit 2023-12-08T04:40:24.321945+0000 mgr.a (mgr.14403) 27527 : audit 0 from='client.540543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:25 smithi079 bash[28699]: cluster 2023-12-08T04:40:24.519754+0000 mgr.a (mgr.14403) 27528 : cluster 0 pgmap v20559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:25.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:25 smithi194 bash[32038]: audit 2023-12-08T04:40:24.321945+0000 mgr.a (mgr.14403) 27527 : audit 0 from='client.540543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:25.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:25 smithi194 bash[32038]: cluster 2023-12-08T04:40:24.519754+0000 mgr.a (mgr.14403) 27528 : cluster 0 pgmap v20559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:25 smithi135 bash[32435]: audit 2023-12-08T04:40:24.321945+0000 mgr.a (mgr.14403) 27527 : audit 0 from='client.540543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:25 smithi135 bash[32435]: cluster 2023-12-08T04:40:24.519754+0000 mgr.a (mgr.14403) 27528 : cluster 0 pgmap v20559: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:27 smithi079 bash[28699]: cluster 2023-12-08T04:40:26.520392+0000 mgr.a (mgr.14403) 27529 : cluster 0 pgmap v20560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:27 smithi194 bash[32038]: cluster 2023-12-08T04:40:26.520392+0000 mgr.a (mgr.14403) 27529 : cluster 0 pgmap v20560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:27 smithi135 bash[32435]: cluster 2023-12-08T04:40:26.520392+0000 mgr.a (mgr.14403) 27529 : cluster 0 pgmap v20560: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:29.832 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:40:29.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:29.833 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:29 smithi079 bash[28699]: cluster 2023-12-08T04:40:28.520999+0000 mgr.a (mgr.14403) 27530 : cluster 0 pgmap v20561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:29 smithi194 bash[32038]: cluster 2023-12-08T04:40:28.520999+0000 mgr.a (mgr.14403) 27530 : cluster 0 pgmap v20561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:29 smithi135 bash[32435]: cluster 2023-12-08T04:40:28.520999+0000 mgr.a (mgr.14403) 27530 : cluster 0 pgmap v20561: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:30.761 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:40:30.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:30.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:30.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:30.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:40:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:31 smithi079 bash[28699]: audit 2023-12-08T04:40:30.245366+0000 mgr.a (mgr.14403) 27531 : audit 0 from='client.540621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:31 smithi079 bash[28699]: cluster 2023-12-08T04:40:30.522200+0000 mgr.a (mgr.14403) 27532 : cluster 0 pgmap v20562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:31.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:31 smithi194 bash[32038]: audit 2023-12-08T04:40:30.245366+0000 mgr.a (mgr.14403) 27531 : audit 0 from='client.540621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:31.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:31 smithi194 bash[32038]: cluster 2023-12-08T04:40:30.522200+0000 mgr.a (mgr.14403) 27532 : cluster 0 pgmap v20562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:31 smithi135 bash[32435]: audit 2023-12-08T04:40:30.245366+0000 mgr.a (mgr.14403) 27531 : audit 0 from='client.540621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:31 smithi135 bash[32435]: cluster 2023-12-08T04:40:30.522200+0000 mgr.a (mgr.14403) 27532 : cluster 0 pgmap v20562: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:33.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:33 smithi079 bash[28699]: cluster 2023-12-08T04:40:32.522830+0000 mgr.a (mgr.14403) 27533 : cluster 0 pgmap v20563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:40:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:33 smithi194 bash[32038]: cluster 2023-12-08T04:40:32.522830+0000 mgr.a (mgr.14403) 27533 : cluster 0 pgmap v20563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:40:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:33 smithi135 bash[32435]: cluster 2023-12-08T04:40:32.522830+0000 mgr.a (mgr.14403) 27533 : cluster 0 pgmap v20563: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:40:35.764 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:40:35.765 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:35.765 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:35.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:35 smithi079 bash[28699]: cluster 2023-12-08T04:40:34.523624+0000 mgr.a (mgr.14403) 27534 : cluster 0 pgmap v20564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:40:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:35 smithi194 bash[32038]: cluster 2023-12-08T04:40:34.523624+0000 mgr.a (mgr.14403) 27534 : cluster 0 pgmap v20564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:40:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:35 smithi135 bash[32435]: cluster 2023-12-08T04:40:34.523624+0000 mgr.a (mgr.14403) 27534 : cluster 0 pgmap v20564: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:40:36.665 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:40:36.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:36.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:36.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:36.666 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:40:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:37 smithi079 bash[28699]: audit 2023-12-08T04:40:36.175562+0000 mgr.a (mgr.14403) 27535 : audit 0 from='client.540696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:37.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:37 smithi079 bash[28699]: cluster 2023-12-08T04:40:36.524039+0000 mgr.a (mgr.14403) 27536 : cluster 0 pgmap v20565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:37 smithi194 bash[32038]: audit 2023-12-08T04:40:36.175562+0000 mgr.a (mgr.14403) 27535 : audit 0 from='client.540696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:37 smithi194 bash[32038]: cluster 2023-12-08T04:40:36.524039+0000 mgr.a (mgr.14403) 27536 : cluster 0 pgmap v20565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:37 smithi135 bash[32435]: audit 2023-12-08T04:40:36.175562+0000 mgr.a (mgr.14403) 27535 : audit 0 from='client.540696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:37 smithi135 bash[32435]: cluster 2023-12-08T04:40:36.524039+0000 mgr.a (mgr.14403) 27536 : cluster 0 pgmap v20565: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:39.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:39 smithi079 bash[28699]: cluster 2023-12-08T04:40:38.524795+0000 mgr.a (mgr.14403) 27537 : cluster 0 pgmap v20566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:39 smithi194 bash[32038]: cluster 2023-12-08T04:40:38.524795+0000 mgr.a (mgr.14403) 27537 : cluster 0 pgmap v20566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:39 smithi135 bash[32435]: cluster 2023-12-08T04:40:38.524795+0000 mgr.a (mgr.14403) 27537 : cluster 0 pgmap v20566: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:41.668 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:40:41.669 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:41.669 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:41 smithi079 bash[28699]: cluster 2023-12-08T04:40:40.525778+0000 mgr.a (mgr.14403) 27538 : cluster 0 pgmap v20567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:41 smithi194 bash[32038]: cluster 2023-12-08T04:40:40.525778+0000 mgr.a (mgr.14403) 27538 : cluster 0 pgmap v20567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:41 smithi135 bash[32435]: cluster 2023-12-08T04:40:40.525778+0000 mgr.a (mgr.14403) 27538 : cluster 0 pgmap v20567: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:42.577 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:42.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:42.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:42.578 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:40:42.578 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:40:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:43 smithi079 bash[28699]: audit 2023-12-08T04:40:42.064372+0000 mgr.a (mgr.14403) 27539 : audit 0 from='client.540771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:43 smithi079 bash[28699]: cluster 2023-12-08T04:40:42.526429+0000 mgr.a (mgr.14403) 27540 : cluster 0 pgmap v20568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:43 smithi194 bash[32038]: audit 2023-12-08T04:40:42.064372+0000 mgr.a (mgr.14403) 27539 : audit 0 from='client.540771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:43 smithi194 bash[32038]: cluster 2023-12-08T04:40:42.526429+0000 mgr.a (mgr.14403) 27540 : cluster 0 pgmap v20568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:43 smithi135 bash[32435]: audit 2023-12-08T04:40:42.064372+0000 mgr.a (mgr.14403) 27539 : audit 0 from='client.540771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:43 smithi135 bash[32435]: cluster 2023-12-08T04:40:42.526429+0000 mgr.a (mgr.14403) 27540 : cluster 0 pgmap v20568: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:45 smithi079 bash[28699]: cluster 2023-12-08T04:40:44.527285+0000 mgr.a (mgr.14403) 27541 : cluster 0 pgmap v20569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:45 smithi194 bash[32038]: cluster 2023-12-08T04:40:44.527285+0000 mgr.a (mgr.14403) 27541 : cluster 0 pgmap v20569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:45 smithi135 bash[32435]: cluster 2023-12-08T04:40:44.527285+0000 mgr.a (mgr.14403) 27541 : cluster 0 pgmap v20569: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:47.579 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:40:47.580 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:47.581 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:47 smithi079 bash[28699]: cluster 2023-12-08T04:40:46.527979+0000 mgr.a (mgr.14403) 27542 : cluster 0 pgmap v20570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:47.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:47 smithi194 bash[32038]: cluster 2023-12-08T04:40:46.527979+0000 mgr.a (mgr.14403) 27542 : cluster 0 pgmap v20570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:47 smithi135 bash[32435]: cluster 2023-12-08T04:40:46.527979+0000 mgr.a (mgr.14403) 27542 : cluster 0 pgmap v20570: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:48.503 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:40:48.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:48.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:48.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:48.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:40:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:49 smithi079 bash[28699]: audit 2023-12-08T04:40:47.988234+0000 mgr.a (mgr.14403) 27543 : audit 0 from='client.540846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:49 smithi079 bash[28699]: cluster 2023-12-08T04:40:48.528752+0000 mgr.a (mgr.14403) 27544 : cluster 0 pgmap v20571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:49 smithi194 bash[32038]: audit 2023-12-08T04:40:47.988234+0000 mgr.a (mgr.14403) 27543 : audit 0 from='client.540846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:49 smithi194 bash[32038]: cluster 2023-12-08T04:40:48.528752+0000 mgr.a (mgr.14403) 27544 : cluster 0 pgmap v20571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:49 smithi135 bash[32435]: audit 2023-12-08T04:40:47.988234+0000 mgr.a (mgr.14403) 27543 : audit 0 from='client.540846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:49 smithi135 bash[32435]: cluster 2023-12-08T04:40:48.528752+0000 mgr.a (mgr.14403) 27544 : cluster 0 pgmap v20571: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:50.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:50 smithi194 bash[32038]: cluster 2023-12-08T04:40:50.529587+0000 mgr.a (mgr.14403) 27545 : cluster 0 pgmap v20572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:50.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:50 smithi135 bash[32435]: cluster 2023-12-08T04:40:50.529587+0000 mgr.a (mgr.14403) 27545 : cluster 0 pgmap v20572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:50 smithi079 bash[28699]: cluster 2023-12-08T04:40:50.529587+0000 mgr.a (mgr.14403) 27545 : cluster 0 pgmap v20572: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:40:53.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:40:53.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:53.507 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:53 smithi079 bash[28699]: cluster 2023-12-08T04:40:52.530158+0000 mgr.a (mgr.14403) 27546 : cluster 0 pgmap v20573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:53 smithi194 bash[32038]: cluster 2023-12-08T04:40:52.530158+0000 mgr.a (mgr.14403) 27546 : cluster 0 pgmap v20573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:53 smithi135 bash[32435]: cluster 2023-12-08T04:40:52.530158+0000 mgr.a (mgr.14403) 27546 : cluster 0 pgmap v20573: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:54.414 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:40:54.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:40:54.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:40:54.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:40:54.414 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:40:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:55 smithi079 bash[28699]: audit 2023-12-08T04:40:53.909227+0000 mgr.a (mgr.14403) 27547 : audit 0 from='client.540918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:55.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:55 smithi079 bash[28699]: cluster 2023-12-08T04:40:54.531379+0000 mgr.a (mgr.14403) 27548 : cluster 0 pgmap v20574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:55 smithi194 bash[32038]: audit 2023-12-08T04:40:53.909227+0000 mgr.a (mgr.14403) 27547 : audit 0 from='client.540918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:55 smithi194 bash[32038]: cluster 2023-12-08T04:40:54.531379+0000 mgr.a (mgr.14403) 27548 : cluster 0 pgmap v20574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:55 smithi135 bash[32435]: audit 2023-12-08T04:40:53.909227+0000 mgr.a (mgr.14403) 27547 : audit 0 from='client.540918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:40:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:55 smithi135 bash[32435]: cluster 2023-12-08T04:40:54.531379+0000 mgr.a (mgr.14403) 27548 : cluster 0 pgmap v20574: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:40:57.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:57 smithi079 bash[28699]: cluster 2023-12-08T04:40:56.531945+0000 mgr.a (mgr.14403) 27549 : cluster 0 pgmap v20575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:57.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:57 smithi194 bash[32038]: cluster 2023-12-08T04:40:56.531945+0000 mgr.a (mgr.14403) 27549 : cluster 0 pgmap v20575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:57 smithi135 bash[32435]: cluster 2023-12-08T04:40:56.531945+0000 mgr.a (mgr.14403) 27549 : cluster 0 pgmap v20575: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:59.417 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:40:59.493 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:40:59.494 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:40:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:40:59 smithi079 bash[28699]: cluster 2023-12-08T04:40:58.532592+0000 mgr.a (mgr.14403) 27550 : cluster 0 pgmap v20576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:40:59 smithi194 bash[32038]: cluster 2023-12-08T04:40:58.532592+0000 mgr.a (mgr.14403) 27550 : cluster 0 pgmap v20576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:40:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:40:59 smithi135 bash[32435]: cluster 2023-12-08T04:40:58.532592+0000 mgr.a (mgr.14403) 27550 : cluster 0 pgmap v20576: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:00.317 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:41:00.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:00.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:00.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:00.317 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:41:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:01 smithi079 bash[28699]: audit 2023-12-08T04:40:59.821241+0000 mgr.a (mgr.14403) 27551 : audit 0 from='client.540993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:01 smithi079 bash[28699]: cluster 2023-12-08T04:41:00.533727+0000 mgr.a (mgr.14403) 27552 : cluster 0 pgmap v20577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:01 smithi194 bash[32038]: audit 2023-12-08T04:40:59.821241+0000 mgr.a (mgr.14403) 27551 : audit 0 from='client.540993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:01 smithi194 bash[32038]: cluster 2023-12-08T04:41:00.533727+0000 mgr.a (mgr.14403) 27552 : cluster 0 pgmap v20577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:01 smithi135 bash[32435]: audit 2023-12-08T04:40:59.821241+0000 mgr.a (mgr.14403) 27551 : audit 0 from='client.540993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:01 smithi135 bash[32435]: cluster 2023-12-08T04:41:00.533727+0000 mgr.a (mgr.14403) 27552 : cluster 0 pgmap v20577: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:03 smithi079 bash[28699]: cluster 2023-12-08T04:41:02.534333+0000 mgr.a (mgr.14403) 27553 : cluster 0 pgmap v20578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:03 smithi194 bash[32038]: cluster 2023-12-08T04:41:02.534333+0000 mgr.a (mgr.14403) 27553 : cluster 0 pgmap v20578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:03 smithi135 bash[32435]: cluster 2023-12-08T04:41:02.534333+0000 mgr.a (mgr.14403) 27553 : cluster 0 pgmap v20578: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:05.320 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:41:05.321 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:05.321 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:05.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:05 smithi079 bash[28699]: cluster 2023-12-08T04:41:04.535131+0000 mgr.a (mgr.14403) 27554 : cluster 0 pgmap v20579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:05 smithi194 bash[32038]: cluster 2023-12-08T04:41:04.535131+0000 mgr.a (mgr.14403) 27554 : cluster 0 pgmap v20579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:05 smithi135 bash[32435]: cluster 2023-12-08T04:41:04.535131+0000 mgr.a (mgr.14403) 27554 : cluster 0 pgmap v20579: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:06.237 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:41:06.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:06.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:06.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:06.237 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:41:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:07 smithi079 bash[28699]: audit 2023-12-08T04:41:05.722120+0000 mgr.a (mgr.14403) 27555 : audit 0 from='client.541068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:07.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:07 smithi079 bash[28699]: cluster 2023-12-08T04:41:06.535751+0000 mgr.a (mgr.14403) 27556 : cluster 0 pgmap v20580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:07 smithi194 bash[32038]: audit 2023-12-08T04:41:05.722120+0000 mgr.a (mgr.14403) 27555 : audit 0 from='client.541068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:07 smithi194 bash[32038]: cluster 2023-12-08T04:41:06.535751+0000 mgr.a (mgr.14403) 27556 : cluster 0 pgmap v20580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:07 smithi135 bash[32435]: audit 2023-12-08T04:41:05.722120+0000 mgr.a (mgr.14403) 27555 : audit 0 from='client.541068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:07 smithi135 bash[32435]: cluster 2023-12-08T04:41:06.535751+0000 mgr.a (mgr.14403) 27556 : cluster 0 pgmap v20580: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:09.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:09 smithi079 bash[28699]: cluster 2023-12-08T04:41:08.536357+0000 mgr.a (mgr.14403) 27557 : cluster 0 pgmap v20581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:09 smithi194 bash[32038]: cluster 2023-12-08T04:41:08.536357+0000 mgr.a (mgr.14403) 27557 : cluster 0 pgmap v20581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:09.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:09 smithi135 bash[32435]: cluster 2023-12-08T04:41:08.536357+0000 mgr.a (mgr.14403) 27557 : cluster 0 pgmap v20581: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:11.240 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:41:11.241 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:11.241 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:11.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:11 smithi079 bash[28699]: cluster 2023-12-08T04:41:10.537146+0000 mgr.a (mgr.14403) 27558 : cluster 0 pgmap v20582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:11.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:11 smithi194 bash[32038]: cluster 2023-12-08T04:41:10.537146+0000 mgr.a (mgr.14403) 27558 : cluster 0 pgmap v20582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:11 smithi135 bash[32435]: cluster 2023-12-08T04:41:10.537146+0000 mgr.a (mgr.14403) 27558 : cluster 0 pgmap v20582: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:12.129 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:41:12.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:12.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:12.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:12.129 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:41:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:13 smithi079 bash[28699]: audit 2023-12-08T04:41:11.644982+0000 mgr.a (mgr.14403) 27559 : audit 0 from='client.541143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:13 smithi079 bash[28699]: cluster 2023-12-08T04:41:12.537782+0000 mgr.a (mgr.14403) 27560 : cluster 0 pgmap v20583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:13 smithi194 bash[32038]: audit 2023-12-08T04:41:11.644982+0000 mgr.a (mgr.14403) 27559 : audit 0 from='client.541143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:13 smithi194 bash[32038]: cluster 2023-12-08T04:41:12.537782+0000 mgr.a (mgr.14403) 27560 : cluster 0 pgmap v20583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:13 smithi135 bash[32435]: audit 2023-12-08T04:41:11.644982+0000 mgr.a (mgr.14403) 27559 : audit 0 from='client.541143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:13 smithi135 bash[32435]: cluster 2023-12-08T04:41:12.537782+0000 mgr.a (mgr.14403) 27560 : cluster 0 pgmap v20583: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:15 smithi079 bash[28699]: cluster 2023-12-08T04:41:14.538635+0000 mgr.a (mgr.14403) 27561 : cluster 0 pgmap v20584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:15 smithi194 bash[32038]: cluster 2023-12-08T04:41:14.538635+0000 mgr.a (mgr.14403) 27561 : cluster 0 pgmap v20584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:15 smithi135 bash[32435]: cluster 2023-12-08T04:41:14.538635+0000 mgr.a (mgr.14403) 27561 : cluster 0 pgmap v20584: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:17.132 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:41:17.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:17.133 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:17 smithi194 bash[32038]: cluster 2023-12-08T04:41:16.539339+0000 mgr.a (mgr.14403) 27562 : cluster 0 pgmap v20585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:17 smithi135 bash[32435]: cluster 2023-12-08T04:41:16.539339+0000 mgr.a (mgr.14403) 27562 : cluster 0 pgmap v20585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:18.050 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:41:18.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:18.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:18.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:18.050 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:41:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:17 smithi079 bash[28699]: cluster 2023-12-08T04:41:16.539339+0000 mgr.a (mgr.14403) 27562 : cluster 0 pgmap v20585: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:18.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:18 smithi194 bash[32038]: audit 2023-12-08T04:41:17.536254+0000 mgr.a (mgr.14403) 27563 : audit 0 from='client.541221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:18.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:18 smithi194 bash[32038]: cluster 2023-12-08T04:41:18.540167+0000 mgr.a (mgr.14403) 27564 : cluster 0 pgmap v20586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:18.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:18 smithi135 bash[32435]: audit 2023-12-08T04:41:17.536254+0000 mgr.a (mgr.14403) 27563 : audit 0 from='client.541221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:18.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:18 smithi135 bash[32435]: cluster 2023-12-08T04:41:18.540167+0000 mgr.a (mgr.14403) 27564 : cluster 0 pgmap v20586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:18 smithi079 bash[28699]: audit 2023-12-08T04:41:17.536254+0000 mgr.a (mgr.14403) 27563 : audit 0 from='client.541221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:18 smithi079 bash[28699]: cluster 2023-12-08T04:41:18.540167+0000 mgr.a (mgr.14403) 27564 : cluster 0 pgmap v20586: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:19 smithi194 bash[32038]: audit 2023-12-08T04:41:19.309234+0000 mon.a (mon.0) 4245 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:41:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:19 smithi135 bash[32435]: audit 2023-12-08T04:41:19.309234+0000 mon.a (mon.0) 4245 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:41:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:19 smithi079 bash[28699]: audit 2023-12-08T04:41:19.309234+0000 mon.a (mon.0) 4245 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:41:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:20 smithi194 bash[32038]: audit 2023-12-08T04:41:20.055527+0000 mon.a (mon.0) 4246 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:41:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:20 smithi194 bash[32038]: audit 2023-12-08T04:41:20.057257+0000 mon.a (mon.0) 4247 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:41:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:20 smithi194 bash[32038]: audit 2023-12-08T04:41:20.066464+0000 mon.a (mon.0) 4248 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:41:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:20 smithi194 bash[32038]: cluster 2023-12-08T04:41:20.541142+0000 mgr.a (mgr.14403) 27565 : cluster 0 pgmap v20587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:20.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:20 smithi135 bash[32435]: audit 2023-12-08T04:41:20.055527+0000 mon.a (mon.0) 4246 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:41:20.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:20 smithi135 bash[32435]: audit 2023-12-08T04:41:20.057257+0000 mon.a (mon.0) 4247 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:41:20.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:20 smithi135 bash[32435]: audit 2023-12-08T04:41:20.066464+0000 mon.a (mon.0) 4248 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:41:20.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:20 smithi135 bash[32435]: cluster 2023-12-08T04:41:20.541142+0000 mgr.a (mgr.14403) 27565 : cluster 0 pgmap v20587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:20 smithi079 bash[28699]: audit 2023-12-08T04:41:20.055527+0000 mon.a (mon.0) 4246 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:41:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:20 smithi079 bash[28699]: audit 2023-12-08T04:41:20.057257+0000 mon.a (mon.0) 4247 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:41:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:20 smithi079 bash[28699]: audit 2023-12-08T04:41:20.066464+0000 mon.a (mon.0) 4248 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:41:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:20 smithi079 bash[28699]: cluster 2023-12-08T04:41:20.541142+0000 mgr.a (mgr.14403) 27565 : cluster 0 pgmap v20587: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:23.053 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:41:23.054 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:23.054 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:23.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:23 smithi079 bash[28699]: cluster 2023-12-08T04:41:22.541838+0000 mgr.a (mgr.14403) 27566 : cluster 0 pgmap v20588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:23 smithi194 bash[32038]: cluster 2023-12-08T04:41:22.541838+0000 mgr.a (mgr.14403) 27566 : cluster 0 pgmap v20588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:23 smithi135 bash[32435]: cluster 2023-12-08T04:41:22.541838+0000 mgr.a (mgr.14403) 27566 : cluster 0 pgmap v20588: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:23.963 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:41:23.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:23.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:23.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:23.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:41:24.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:24 smithi079 bash[28699]: audit 2023-12-08T04:41:23.461436+0000 mgr.a (mgr.14403) 27567 : audit 0 from='client.541296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:24.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:24 smithi194 bash[32038]: audit 2023-12-08T04:41:23.461436+0000 mgr.a (mgr.14403) 27567 : audit 0 from='client.541296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:24.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:24 smithi135 bash[32435]: audit 2023-12-08T04:41:23.461436+0000 mgr.a (mgr.14403) 27567 : audit 0 from='client.541296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:25.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:25 smithi079 bash[28699]: cluster 2023-12-08T04:41:24.542866+0000 mgr.a (mgr.14403) 27568 : cluster 0 pgmap v20589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:41:25.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:25 smithi194 bash[32038]: cluster 2023-12-08T04:41:24.542866+0000 mgr.a (mgr.14403) 27568 : cluster 0 pgmap v20589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:41:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:25 smithi135 bash[32435]: cluster 2023-12-08T04:41:24.542866+0000 mgr.a (mgr.14403) 27568 : cluster 0 pgmap v20589: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:41:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:27 smithi079 bash[28699]: cluster 2023-12-08T04:41:26.543451+0000 mgr.a (mgr.14403) 27569 : cluster 0 pgmap v20590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:41:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:27 smithi194 bash[32038]: cluster 2023-12-08T04:41:26.543451+0000 mgr.a (mgr.14403) 27569 : cluster 0 pgmap v20590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:41:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:27 smithi135 bash[32435]: cluster 2023-12-08T04:41:26.543451+0000 mgr.a (mgr.14403) 27569 : cluster 0 pgmap v20590: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:41:28.965 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:41:28.966 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:28.966 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:29.856 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:41:29.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:29.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:29.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:29.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:41:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:29 smithi079 bash[28699]: cluster 2023-12-08T04:41:28.544172+0000 mgr.a (mgr.14403) 27570 : cluster 0 pgmap v20591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:41:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:29 smithi194 bash[32038]: cluster 2023-12-08T04:41:28.544172+0000 mgr.a (mgr.14403) 27570 : cluster 0 pgmap v20591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:41:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:29 smithi135 bash[32435]: cluster 2023-12-08T04:41:28.544172+0000 mgr.a (mgr.14403) 27570 : cluster 0 pgmap v20591: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:41:30.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:30 smithi079 bash[28699]: audit 2023-12-08T04:41:29.360930+0000 mgr.a (mgr.14403) 27571 : audit 0 from='client.541374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:30.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:30 smithi194 bash[32038]: audit 2023-12-08T04:41:29.360930+0000 mgr.a (mgr.14403) 27571 : audit 0 from='client.541374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:30.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:30 smithi135 bash[32435]: audit 2023-12-08T04:41:29.360930+0000 mgr.a (mgr.14403) 27571 : audit 0 from='client.541374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:31.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:31 smithi079 bash[28699]: cluster 2023-12-08T04:41:30.545198+0000 mgr.a (mgr.14403) 27572 : cluster 0 pgmap v20592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:31.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:31 smithi194 bash[32038]: cluster 2023-12-08T04:41:30.545198+0000 mgr.a (mgr.14403) 27572 : cluster 0 pgmap v20592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:31 smithi135 bash[32435]: cluster 2023-12-08T04:41:30.545198+0000 mgr.a (mgr.14403) 27572 : cluster 0 pgmap v20592: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:33 smithi194 bash[32038]: cluster 2023-12-08T04:41:32.545774+0000 mgr.a (mgr.14403) 27573 : cluster 0 pgmap v20593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:33 smithi135 bash[32435]: cluster 2023-12-08T04:41:32.545774+0000 mgr.a (mgr.14403) 27573 : cluster 0 pgmap v20593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:33 smithi079 bash[28699]: cluster 2023-12-08T04:41:32.545774+0000 mgr.a (mgr.14403) 27573 : cluster 0 pgmap v20593: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:41:34.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:41:34.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:34.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:35.760 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:41:35.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:35.760 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:35.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:35.761 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:41:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:35 smithi194 bash[32038]: cluster 2023-12-08T04:41:34.546503+0000 mgr.a (mgr.14403) 27574 : cluster 0 pgmap v20594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:35 smithi135 bash[32435]: cluster 2023-12-08T04:41:34.546503+0000 mgr.a (mgr.14403) 27574 : cluster 0 pgmap v20594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:35 smithi079 bash[28699]: cluster 2023-12-08T04:41:34.546503+0000 mgr.a (mgr.14403) 27574 : cluster 0 pgmap v20594: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:36.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:36 smithi194 bash[32038]: audit 2023-12-08T04:41:35.261652+0000 mgr.a (mgr.14403) 27575 : audit 0 from='client.541452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:36.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:36 smithi135 bash[32435]: audit 2023-12-08T04:41:35.261652+0000 mgr.a (mgr.14403) 27575 : audit 0 from='client.541452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:36 smithi079 bash[28699]: audit 2023-12-08T04:41:35.261652+0000 mgr.a (mgr.14403) 27575 : audit 0 from='client.541452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:37 smithi194 bash[32038]: cluster 2023-12-08T04:41:36.547191+0000 mgr.a (mgr.14403) 27576 : cluster 0 pgmap v20595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:41:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:37 smithi135 bash[32435]: cluster 2023-12-08T04:41:36.547191+0000 mgr.a (mgr.14403) 27576 : cluster 0 pgmap v20595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:41:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:37 smithi079 bash[28699]: cluster 2023-12-08T04:41:36.547191+0000 mgr.a (mgr.14403) 27576 : cluster 0 pgmap v20595: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:41:38.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:38 smithi194 bash[32038]: cluster 2023-12-08T04:41:38.547711+0000 mgr.a (mgr.14403) 27577 : cluster 0 pgmap v20596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:41:38.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:38 smithi135 bash[32435]: cluster 2023-12-08T04:41:38.547711+0000 mgr.a (mgr.14403) 27577 : cluster 0 pgmap v20596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:41:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:38 smithi079 bash[28699]: cluster 2023-12-08T04:41:38.547711+0000 mgr.a (mgr.14403) 27577 : cluster 0 pgmap v20596: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:41:40.763 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:41:40.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:40.764 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:41.677 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:41:41.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:41.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:41.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:41.677 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:41:41.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:41 smithi079 bash[28699]: cluster 2023-12-08T04:41:40.548527+0000 mgr.a (mgr.14403) 27578 : cluster 0 pgmap v20597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:41:41.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:41 smithi194 bash[32038]: cluster 2023-12-08T04:41:40.548527+0000 mgr.a (mgr.14403) 27578 : cluster 0 pgmap v20597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:41:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:41 smithi135 bash[32435]: cluster 2023-12-08T04:41:40.548527+0000 mgr.a (mgr.14403) 27578 : cluster 0 pgmap v20597: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:41:42.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:42 smithi079 bash[28699]: audit 2023-12-08T04:41:41.164819+0000 mgr.a (mgr.14403) 27579 : audit 0 from='client.541527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:42.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:42 smithi194 bash[32038]: audit 2023-12-08T04:41:41.164819+0000 mgr.a (mgr.14403) 27579 : audit 0 from='client.541527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:42.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:42 smithi135 bash[32435]: audit 2023-12-08T04:41:41.164819+0000 mgr.a (mgr.14403) 27579 : audit 0 from='client.541527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:43.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:43 smithi079 bash[28699]: cluster 2023-12-08T04:41:42.549193+0000 mgr.a (mgr.14403) 27580 : cluster 0 pgmap v20598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:43 smithi194 bash[32038]: cluster 2023-12-08T04:41:42.549193+0000 mgr.a (mgr.14403) 27580 : cluster 0 pgmap v20598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:43 smithi135 bash[32435]: cluster 2023-12-08T04:41:42.549193+0000 mgr.a (mgr.14403) 27580 : cluster 0 pgmap v20598: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:45.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:45 smithi079 bash[28699]: cluster 2023-12-08T04:41:44.550060+0000 mgr.a (mgr.14403) 27581 : cluster 0 pgmap v20599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:45 smithi194 bash[32038]: cluster 2023-12-08T04:41:44.550060+0000 mgr.a (mgr.14403) 27581 : cluster 0 pgmap v20599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:45 smithi135 bash[32435]: cluster 2023-12-08T04:41:44.550060+0000 mgr.a (mgr.14403) 27581 : cluster 0 pgmap v20599: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:46.682 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:41:46.682 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:46.682 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:47.587 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:41:47.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:47.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:47.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:47.588 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:41:47.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:47 smithi079 bash[28699]: cluster 2023-12-08T04:41:46.550663+0000 mgr.a (mgr.14403) 27582 : cluster 0 pgmap v20600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:47.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:47 smithi194 bash[32038]: cluster 2023-12-08T04:41:46.550663+0000 mgr.a (mgr.14403) 27582 : cluster 0 pgmap v20600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:47 smithi135 bash[32435]: cluster 2023-12-08T04:41:46.550663+0000 mgr.a (mgr.14403) 27582 : cluster 0 pgmap v20600: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:48.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:48 smithi079 bash[28699]: audit 2023-12-08T04:41:47.081814+0000 mgr.a (mgr.14403) 27583 : audit 0 from='client.541596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:48.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:48 smithi194 bash[32038]: audit 2023-12-08T04:41:47.081814+0000 mgr.a (mgr.14403) 27583 : audit 0 from='client.541596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:48.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:48 smithi135 bash[32435]: audit 2023-12-08T04:41:47.081814+0000 mgr.a (mgr.14403) 27583 : audit 0 from='client.541596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:49.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:49 smithi079 bash[28699]: cluster 2023-12-08T04:41:48.551301+0000 mgr.a (mgr.14403) 27584 : cluster 0 pgmap v20601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:49 smithi194 bash[32038]: cluster 2023-12-08T04:41:48.551301+0000 mgr.a (mgr.14403) 27584 : cluster 0 pgmap v20601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:49 smithi135 bash[32435]: cluster 2023-12-08T04:41:48.551301+0000 mgr.a (mgr.14403) 27584 : cluster 0 pgmap v20601: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:51 smithi194 bash[32038]: cluster 2023-12-08T04:41:50.552155+0000 mgr.a (mgr.14403) 27585 : cluster 0 pgmap v20602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:51 smithi135 bash[32435]: cluster 2023-12-08T04:41:50.552155+0000 mgr.a (mgr.14403) 27585 : cluster 0 pgmap v20602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:51 smithi079 bash[28699]: cluster 2023-12-08T04:41:50.552155+0000 mgr.a (mgr.14403) 27585 : cluster 0 pgmap v20602: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:52.590 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:41:52.591 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:52.592 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:53.511 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:41:53.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:53.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:53.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:53.511 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:41:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:53 smithi194 bash[32038]: cluster 2023-12-08T04:41:52.552704+0000 mgr.a (mgr.14403) 27586 : cluster 0 pgmap v20603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:53 smithi135 bash[32435]: cluster 2023-12-08T04:41:52.552704+0000 mgr.a (mgr.14403) 27586 : cluster 0 pgmap v20603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:53 smithi079 bash[28699]: cluster 2023-12-08T04:41:52.552704+0000 mgr.a (mgr.14403) 27586 : cluster 0 pgmap v20603: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:54 smithi194 bash[32038]: audit 2023-12-08T04:41:52.997079+0000 mgr.a (mgr.14403) 27587 : audit 0 from='client.541674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:54.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:54 smithi135 bash[32435]: audit 2023-12-08T04:41:52.997079+0000 mgr.a (mgr.14403) 27587 : audit 0 from='client.541674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:54 smithi079 bash[28699]: audit 2023-12-08T04:41:52.997079+0000 mgr.a (mgr.14403) 27587 : audit 0 from='client.541674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:41:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:55 smithi194 bash[32038]: cluster 2023-12-08T04:41:54.553639+0000 mgr.a (mgr.14403) 27588 : cluster 0 pgmap v20604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:55 smithi135 bash[32435]: cluster 2023-12-08T04:41:54.553639+0000 mgr.a (mgr.14403) 27588 : cluster 0 pgmap v20604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:55 smithi079 bash[28699]: cluster 2023-12-08T04:41:54.553639+0000 mgr.a (mgr.14403) 27588 : cluster 0 pgmap v20604: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:41:56.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:56 smithi194 bash[32038]: cluster 2023-12-08T04:41:56.554190+0000 mgr.a (mgr.14403) 27589 : cluster 0 pgmap v20605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:56.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:56 smithi135 bash[32435]: cluster 2023-12-08T04:41:56.554190+0000 mgr.a (mgr.14403) 27589 : cluster 0 pgmap v20605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:56 smithi079 bash[28699]: cluster 2023-12-08T04:41:56.554190+0000 mgr.a (mgr.14403) 27589 : cluster 0 pgmap v20605: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:58.514 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:41:58.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:41:58.515 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:41:59.392 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:41:59.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:41:59.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:41:59.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:41:59.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:41:59.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:41:59 smithi079 bash[28699]: cluster 2023-12-08T04:41:58.554756+0000 mgr.a (mgr.14403) 27590 : cluster 0 pgmap v20606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:41:59 smithi194 bash[32038]: cluster 2023-12-08T04:41:58.554756+0000 mgr.a (mgr.14403) 27590 : cluster 0 pgmap v20606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:41:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:41:59 smithi135 bash[32435]: cluster 2023-12-08T04:41:58.554756+0000 mgr.a (mgr.14403) 27590 : cluster 0 pgmap v20606: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:00.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:00 smithi079 bash[28699]: audit 2023-12-08T04:41:58.908922+0000 mgr.a (mgr.14403) 27591 : audit 0 from='client.541752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:00.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:00 smithi194 bash[32038]: audit 2023-12-08T04:41:58.908922+0000 mgr.a (mgr.14403) 27591 : audit 0 from='client.541752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:00 smithi135 bash[32435]: audit 2023-12-08T04:41:58.908922+0000 mgr.a (mgr.14403) 27591 : audit 0 from='client.541752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:01.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:01 smithi079 bash[28699]: cluster 2023-12-08T04:42:00.555850+0000 mgr.a (mgr.14403) 27592 : cluster 0 pgmap v20607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:01 smithi194 bash[32038]: cluster 2023-12-08T04:42:00.555850+0000 mgr.a (mgr.14403) 27592 : cluster 0 pgmap v20607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:01 smithi135 bash[32435]: cluster 2023-12-08T04:42:00.555850+0000 mgr.a (mgr.14403) 27592 : cluster 0 pgmap v20607: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:03.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:03 smithi079 bash[28699]: cluster 2023-12-08T04:42:02.556389+0000 mgr.a (mgr.14403) 27593 : cluster 0 pgmap v20608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:03 smithi194 bash[32038]: cluster 2023-12-08T04:42:02.556389+0000 mgr.a (mgr.14403) 27593 : cluster 0 pgmap v20608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:03 smithi135 bash[32435]: cluster 2023-12-08T04:42:02.556389+0000 mgr.a (mgr.14403) 27593 : cluster 0 pgmap v20608: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:04.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:42:04.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:04.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:05.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:05.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:05.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:05.288 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:42:05.288 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:42:05.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:05 smithi079 bash[28699]: cluster 2023-12-08T04:42:04.557058+0000 mgr.a (mgr.14403) 27594 : cluster 0 pgmap v20609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:05 smithi194 bash[32038]: cluster 2023-12-08T04:42:04.557058+0000 mgr.a (mgr.14403) 27594 : cluster 0 pgmap v20609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:05 smithi135 bash[32435]: cluster 2023-12-08T04:42:04.557058+0000 mgr.a (mgr.14403) 27594 : cluster 0 pgmap v20609: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:06.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:06 smithi194 bash[32038]: audit 2023-12-08T04:42:04.789965+0000 mgr.a (mgr.14403) 27595 : audit 0 from='client.541830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:06.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:06 smithi135 bash[32435]: audit 2023-12-08T04:42:04.789965+0000 mgr.a (mgr.14403) 27595 : audit 0 from='client.541830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:06 smithi079 bash[28699]: audit 2023-12-08T04:42:04.789965+0000 mgr.a (mgr.14403) 27595 : audit 0 from='client.541830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:07 smithi194 bash[32038]: cluster 2023-12-08T04:42:06.557656+0000 mgr.a (mgr.14403) 27596 : cluster 0 pgmap v20610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:07 smithi135 bash[32435]: cluster 2023-12-08T04:42:06.557656+0000 mgr.a (mgr.14403) 27596 : cluster 0 pgmap v20610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:07 smithi079 bash[28699]: cluster 2023-12-08T04:42:06.557656+0000 mgr.a (mgr.14403) 27596 : cluster 0 pgmap v20610: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:08 smithi079 bash[28699]: cluster 2023-12-08T04:42:08.558216+0000 mgr.a (mgr.14403) 27597 : cluster 0 pgmap v20611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:09.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:08 smithi194 bash[32038]: cluster 2023-12-08T04:42:08.558216+0000 mgr.a (mgr.14403) 27597 : cluster 0 pgmap v20611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:09.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:08 smithi135 bash[32435]: cluster 2023-12-08T04:42:08.558216+0000 mgr.a (mgr.14403) 27597 : cluster 0 pgmap v20611: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:42:10.289 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:42:10.290 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:10.290 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:11.186 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:42:11.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:11.186 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:11.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:11.187 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:42:11.897 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:11 smithi079 bash[28699]: cluster 2023-12-08T04:42:10.559007+0000 mgr.a (mgr.14403) 27598 : cluster 0 pgmap v20612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:11.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:11 smithi194 bash[32038]: cluster 2023-12-08T04:42:10.559007+0000 mgr.a (mgr.14403) 27598 : cluster 0 pgmap v20612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:11 smithi135 bash[32435]: cluster 2023-12-08T04:42:10.559007+0000 mgr.a (mgr.14403) 27598 : cluster 0 pgmap v20612: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:12.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:12 smithi079 bash[28699]: audit 2023-12-08T04:42:10.693849+0000 mgr.a (mgr.14403) 27599 : audit 0 from='client.541908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:12.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:12 smithi194 bash[32038]: audit 2023-12-08T04:42:10.693849+0000 mgr.a (mgr.14403) 27599 : audit 0 from='client.541908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:12.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:12 smithi135 bash[32435]: audit 2023-12-08T04:42:10.693849+0000 mgr.a (mgr.14403) 27599 : audit 0 from='client.541908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:13.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:13 smithi079 bash[28699]: cluster 2023-12-08T04:42:12.559831+0000 mgr.a (mgr.14403) 27600 : cluster 0 pgmap v20613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:13 smithi194 bash[32038]: cluster 2023-12-08T04:42:12.559831+0000 mgr.a (mgr.14403) 27600 : cluster 0 pgmap v20613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:13 smithi135 bash[32435]: cluster 2023-12-08T04:42:12.559831+0000 mgr.a (mgr.14403) 27600 : cluster 0 pgmap v20613: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:15.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:15 smithi079 bash[28699]: cluster 2023-12-08T04:42:14.560692+0000 mgr.a (mgr.14403) 27601 : cluster 0 pgmap v20614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:15 smithi194 bash[32038]: cluster 2023-12-08T04:42:14.560692+0000 mgr.a (mgr.14403) 27601 : cluster 0 pgmap v20614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:15 smithi135 bash[32435]: cluster 2023-12-08T04:42:14.560692+0000 mgr.a (mgr.14403) 27601 : cluster 0 pgmap v20614: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:16.189 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:42:16.190 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:16.190 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:17.107 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:42:17.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:17.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:17.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:17.108 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:42:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:17 smithi079 bash[28699]: cluster 2023-12-08T04:42:16.561218+0000 mgr.a (mgr.14403) 27602 : cluster 0 pgmap v20615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:17.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:17 smithi079 bash[28699]: audit 2023-12-08T04:42:16.595499+0000 mgr.a (mgr.14403) 27603 : audit 0 from='client.541986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:17 smithi194 bash[32038]: cluster 2023-12-08T04:42:16.561218+0000 mgr.a (mgr.14403) 27602 : cluster 0 pgmap v20615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:17 smithi194 bash[32038]: audit 2023-12-08T04:42:16.595499+0000 mgr.a (mgr.14403) 27603 : audit 0 from='client.541986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:17 smithi135 bash[32435]: cluster 2023-12-08T04:42:16.561218+0000 mgr.a (mgr.14403) 27602 : cluster 0 pgmap v20615: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:17 smithi135 bash[32435]: audit 2023-12-08T04:42:16.595499+0000 mgr.a (mgr.14403) 27603 : audit 0 from='client.541986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:19 smithi194 bash[32038]: cluster 2023-12-08T04:42:18.561912+0000 mgr.a (mgr.14403) 27604 : cluster 0 pgmap v20616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:19 smithi135 bash[32435]: cluster 2023-12-08T04:42:18.561912+0000 mgr.a (mgr.14403) 27604 : cluster 0 pgmap v20616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:19 smithi079 bash[28699]: cluster 2023-12-08T04:42:18.561912+0000 mgr.a (mgr.14403) 27604 : cluster 0 pgmap v20616: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:20 smithi194 bash[32038]: audit 2023-12-08T04:42:20.170447+0000 mon.a (mon.0) 4249 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:42:20.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:20 smithi135 bash[32435]: audit 2023-12-08T04:42:20.170447+0000 mon.a (mon.0) 4249 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:42:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:20 smithi079 bash[28699]: audit 2023-12-08T04:42:20.170447+0000 mon.a (mon.0) 4249 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:42:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:21 smithi194 bash[32038]: cluster 2023-12-08T04:42:20.562688+0000 mgr.a (mgr.14403) 27605 : cluster 0 pgmap v20617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:21 smithi194 bash[32038]: audit 2023-12-08T04:42:20.918774+0000 mon.a (mon.0) 4250 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:42:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:21 smithi194 bash[32038]: audit 2023-12-08T04:42:20.920590+0000 mon.a (mon.0) 4251 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:42:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:21 smithi194 bash[32038]: audit 2023-12-08T04:42:20.929652+0000 mon.a (mon.0) 4252 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:42:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:21 smithi135 bash[32435]: cluster 2023-12-08T04:42:20.562688+0000 mgr.a (mgr.14403) 27605 : cluster 0 pgmap v20617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:21 smithi135 bash[32435]: audit 2023-12-08T04:42:20.918774+0000 mon.a (mon.0) 4250 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:42:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:21 smithi135 bash[32435]: audit 2023-12-08T04:42:20.920590+0000 mon.a (mon.0) 4251 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:42:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:21 smithi135 bash[32435]: audit 2023-12-08T04:42:20.929652+0000 mon.a (mon.0) 4252 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:42:22.110 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:42:22.111 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:22.111 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:21 smithi079 bash[28699]: cluster 2023-12-08T04:42:20.562688+0000 mgr.a (mgr.14403) 27605 : cluster 0 pgmap v20617: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:21 smithi079 bash[28699]: audit 2023-12-08T04:42:20.918774+0000 mon.a (mon.0) 4250 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:42:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:21 smithi079 bash[28699]: audit 2023-12-08T04:42:20.920590+0000 mon.a (mon.0) 4251 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:42:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:21 smithi079 bash[28699]: audit 2023-12-08T04:42:20.929652+0000 mon.a (mon.0) 4252 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:42:23.011 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:42:23.011 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:23.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:23.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:23.012 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:42:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:23 smithi194 bash[32038]: audit 2023-12-08T04:42:22.509428+0000 mgr.a (mgr.14403) 27606 : audit 0 from='client.542061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:23 smithi194 bash[32038]: cluster 2023-12-08T04:42:22.563442+0000 mgr.a (mgr.14403) 27607 : cluster 0 pgmap v20618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:23 smithi135 bash[32435]: audit 2023-12-08T04:42:22.509428+0000 mgr.a (mgr.14403) 27606 : audit 0 from='client.542061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:23 smithi135 bash[32435]: cluster 2023-12-08T04:42:22.563442+0000 mgr.a (mgr.14403) 27607 : cluster 0 pgmap v20618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:23 smithi079 bash[28699]: audit 2023-12-08T04:42:22.509428+0000 mgr.a (mgr.14403) 27606 : audit 0 from='client.542061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:23 smithi079 bash[28699]: cluster 2023-12-08T04:42:22.563442+0000 mgr.a (mgr.14403) 27607 : cluster 0 pgmap v20618: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:24 smithi079 bash[28699]: cluster 2023-12-08T04:42:24.564507+0000 mgr.a (mgr.14403) 27608 : cluster 0 pgmap v20619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:24 smithi194 bash[32038]: cluster 2023-12-08T04:42:24.564507+0000 mgr.a (mgr.14403) 27608 : cluster 0 pgmap v20619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:25.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:24 smithi135 bash[32435]: cluster 2023-12-08T04:42:24.564507+0000 mgr.a (mgr.14403) 27608 : cluster 0 pgmap v20619: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:27.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:27 smithi079 bash[28699]: cluster 2023-12-08T04:42:26.565203+0000 mgr.a (mgr.14403) 27609 : cluster 0 pgmap v20620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:27 smithi194 bash[32038]: cluster 2023-12-08T04:42:26.565203+0000 mgr.a (mgr.14403) 27609 : cluster 0 pgmap v20620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:27 smithi135 bash[32435]: cluster 2023-12-08T04:42:26.565203+0000 mgr.a (mgr.14403) 27609 : cluster 0 pgmap v20620: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:28.014 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:42:28.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:28.015 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:28.947 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:42:28.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:28.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:28.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:28.948 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:42:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:29 smithi079 bash[28699]: audit 2023-12-08T04:42:28.422613+0000 mgr.a (mgr.14403) 27610 : audit 0 from='client.542139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:29.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:29 smithi079 bash[28699]: cluster 2023-12-08T04:42:28.577110+0000 mgr.a (mgr.14403) 27611 : cluster 0 pgmap v20621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:29 smithi194 bash[32038]: audit 2023-12-08T04:42:28.422613+0000 mgr.a (mgr.14403) 27610 : audit 0 from='client.542139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:29 smithi194 bash[32038]: cluster 2023-12-08T04:42:28.577110+0000 mgr.a (mgr.14403) 27611 : cluster 0 pgmap v20621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:29 smithi135 bash[32435]: audit 2023-12-08T04:42:28.422613+0000 mgr.a (mgr.14403) 27610 : audit 0 from='client.542139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:29 smithi135 bash[32435]: cluster 2023-12-08T04:42:28.577110+0000 mgr.a (mgr.14403) 27611 : cluster 0 pgmap v20621: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:31.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:31 smithi194 bash[32038]: cluster 2023-12-08T04:42:30.578284+0000 mgr.a (mgr.14403) 27612 : cluster 0 pgmap v20622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:42:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:31 smithi135 bash[32435]: cluster 2023-12-08T04:42:30.578284+0000 mgr.a (mgr.14403) 27612 : cluster 0 pgmap v20622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:42:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:31 smithi079 bash[28699]: cluster 2023-12-08T04:42:30.578284+0000 mgr.a (mgr.14403) 27612 : cluster 0 pgmap v20622: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:42:33.949 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:42:33.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:33.950 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:33 smithi194 bash[32038]: cluster 2023-12-08T04:42:32.578847+0000 mgr.a (mgr.14403) 27613 : cluster 0 pgmap v20623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:42:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:33 smithi135 bash[32435]: cluster 2023-12-08T04:42:32.578847+0000 mgr.a (mgr.14403) 27613 : cluster 0 pgmap v20623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:42:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:33 smithi079 bash[28699]: cluster 2023-12-08T04:42:32.578847+0000 mgr.a (mgr.14403) 27613 : cluster 0 pgmap v20623: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:42:34.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:34.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:34.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:34.879 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:42:34.879 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:42:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:35 smithi194 bash[32038]: audit 2023-12-08T04:42:34.362846+0000 mgr.a (mgr.14403) 27614 : audit 0 from='client.542217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:35 smithi194 bash[32038]: cluster 2023-12-08T04:42:34.579504+0000 mgr.a (mgr.14403) 27615 : cluster 0 pgmap v20624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:35 smithi135 bash[32435]: audit 2023-12-08T04:42:34.362846+0000 mgr.a (mgr.14403) 27614 : audit 0 from='client.542217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:35 smithi135 bash[32435]: cluster 2023-12-08T04:42:34.579504+0000 mgr.a (mgr.14403) 27615 : cluster 0 pgmap v20624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:35 smithi079 bash[28699]: audit 2023-12-08T04:42:34.362846+0000 mgr.a (mgr.14403) 27614 : audit 0 from='client.542217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:35 smithi079 bash[28699]: cluster 2023-12-08T04:42:34.579504+0000 mgr.a (mgr.14403) 27615 : cluster 0 pgmap v20624: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:37.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:37 smithi194 bash[32038]: cluster 2023-12-08T04:42:36.580133+0000 mgr.a (mgr.14403) 27616 : cluster 0 pgmap v20625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T04:42:37.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:37 smithi135 bash[32435]: cluster 2023-12-08T04:42:36.580133+0000 mgr.a (mgr.14403) 27616 : cluster 0 pgmap v20625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T04:42:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:37 smithi079 bash[28699]: cluster 2023-12-08T04:42:36.580133+0000 mgr.a (mgr.14403) 27616 : cluster 0 pgmap v20625: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T04:42:39.880 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:42:39.881 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:39.882 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:39 smithi194 bash[32038]: cluster 2023-12-08T04:42:38.580710+0000 mgr.a (mgr.14403) 27617 : cluster 0 pgmap v20626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T04:42:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:39 smithi135 bash[32435]: cluster 2023-12-08T04:42:38.580710+0000 mgr.a (mgr.14403) 27617 : cluster 0 pgmap v20626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T04:42:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:39 smithi079 bash[28699]: cluster 2023-12-08T04:42:38.580710+0000 mgr.a (mgr.14403) 27617 : cluster 0 pgmap v20626: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1022 B/s rd, 0 op/s 2023-12-08T04:42:40.787 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:42:40.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:40.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:40.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:40.787 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:42:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:40 smithi079 bash[28699]: audit 2023-12-08T04:42:40.282831+0000 mgr.a (mgr.14403) 27618 : audit 0 from='client.542292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:40 smithi079 bash[28699]: cluster 2023-12-08T04:42:40.581616+0000 mgr.a (mgr.14403) 27619 : cluster 0 pgmap v20627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:40 smithi194 bash[32038]: audit 2023-12-08T04:42:40.282831+0000 mgr.a (mgr.14403) 27618 : audit 0 from='client.542292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:41.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:40 smithi194 bash[32038]: cluster 2023-12-08T04:42:40.581616+0000 mgr.a (mgr.14403) 27619 : cluster 0 pgmap v20627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:41.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:40 smithi135 bash[32435]: audit 2023-12-08T04:42:40.282831+0000 mgr.a (mgr.14403) 27618 : audit 0 from='client.542292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:41.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:40 smithi135 bash[32435]: cluster 2023-12-08T04:42:40.581616+0000 mgr.a (mgr.14403) 27619 : cluster 0 pgmap v20627: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:43 smithi194 bash[32038]: cluster 2023-12-08T04:42:42.582259+0000 mgr.a (mgr.14403) 27620 : cluster 0 pgmap v20628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:42:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:43 smithi135 bash[32435]: cluster 2023-12-08T04:42:42.582259+0000 mgr.a (mgr.14403) 27620 : cluster 0 pgmap v20628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:42:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:43 smithi079 bash[28699]: cluster 2023-12-08T04:42:42.582259+0000 mgr.a (mgr.14403) 27620 : cluster 0 pgmap v20628: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-08T04:42:45.790 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:42:45.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:45.791 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:45 smithi194 bash[32038]: cluster 2023-12-08T04:42:44.583096+0000 mgr.a (mgr.14403) 27621 : cluster 0 pgmap v20629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:42:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:45 smithi135 bash[32435]: cluster 2023-12-08T04:42:44.583096+0000 mgr.a (mgr.14403) 27621 : cluster 0 pgmap v20629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:42:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:45 smithi079 bash[28699]: cluster 2023-12-08T04:42:44.583096+0000 mgr.a (mgr.14403) 27621 : cluster 0 pgmap v20629: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.8 KiB/s rd, 2 op/s 2023-12-08T04:42:46.713 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:42:46.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:46.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:46.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:46.714 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:42:47.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:47 smithi194 bash[32038]: audit 2023-12-08T04:42:46.188784+0000 mgr.a (mgr.14403) 27622 : audit 0 from='client.408763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:47.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:47 smithi194 bash[32038]: cluster 2023-12-08T04:42:46.590827+0000 mgr.a (mgr.14403) 27623 : cluster 0 pgmap v20630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:47 smithi135 bash[32435]: audit 2023-12-08T04:42:46.188784+0000 mgr.a (mgr.14403) 27622 : audit 0 from='client.408763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:47.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:47 smithi135 bash[32435]: cluster 2023-12-08T04:42:46.590827+0000 mgr.a (mgr.14403) 27623 : cluster 0 pgmap v20630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:47 smithi079 bash[28699]: audit 2023-12-08T04:42:46.188784+0000 mgr.a (mgr.14403) 27622 : audit 0 from='client.408763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:47 smithi079 bash[28699]: cluster 2023-12-08T04:42:46.590827+0000 mgr.a (mgr.14403) 27623 : cluster 0 pgmap v20630: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:49 smithi194 bash[32038]: cluster 2023-12-08T04:42:48.592149+0000 mgr.a (mgr.14403) 27624 : cluster 0 pgmap v20631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:42:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:49 smithi135 bash[32435]: cluster 2023-12-08T04:42:48.592149+0000 mgr.a (mgr.14403) 27624 : cluster 0 pgmap v20631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:42:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:49 smithi079 bash[28699]: cluster 2023-12-08T04:42:48.592149+0000 mgr.a (mgr.14403) 27624 : cluster 0 pgmap v20631: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:42:51.716 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:42:51.717 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:51.717 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:51 smithi194 bash[32038]: cluster 2023-12-08T04:42:50.592790+0000 mgr.a (mgr.14403) 27625 : cluster 0 pgmap v20632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:51 smithi135 bash[32435]: cluster 2023-12-08T04:42:50.592790+0000 mgr.a (mgr.14403) 27625 : cluster 0 pgmap v20632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:51 smithi079 bash[28699]: cluster 2023-12-08T04:42:50.592790+0000 mgr.a (mgr.14403) 27625 : cluster 0 pgmap v20632: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:52.621 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:42:52.621 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:52.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:52.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:52.622 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:42:53.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:53 smithi194 bash[32038]: audit 2023-12-08T04:42:52.114476+0000 mgr.a (mgr.14403) 27626 : audit 0 from='client.542445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:53.958 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:53 smithi194 bash[32038]: cluster 2023-12-08T04:42:52.593314+0000 mgr.a (mgr.14403) 27627 : cluster 0 pgmap v20633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:53 smithi135 bash[32435]: audit 2023-12-08T04:42:52.114476+0000 mgr.a (mgr.14403) 27626 : audit 0 from='client.542445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:53 smithi135 bash[32435]: cluster 2023-12-08T04:42:52.593314+0000 mgr.a (mgr.14403) 27627 : cluster 0 pgmap v20633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:53 smithi079 bash[28699]: audit 2023-12-08T04:42:52.114476+0000 mgr.a (mgr.14403) 27626 : audit 0 from='client.542445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:53 smithi079 bash[28699]: cluster 2023-12-08T04:42:52.593314+0000 mgr.a (mgr.14403) 27627 : cluster 0 pgmap v20633: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:54 smithi194 bash[32038]: cluster 2023-12-08T04:42:54.594105+0000 mgr.a (mgr.14403) 27628 : cluster 0 pgmap v20634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:54.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:54 smithi135 bash[32435]: cluster 2023-12-08T04:42:54.594105+0000 mgr.a (mgr.14403) 27628 : cluster 0 pgmap v20634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:54 smithi079 bash[28699]: cluster 2023-12-08T04:42:54.594105+0000 mgr.a (mgr.14403) 27628 : cluster 0 pgmap v20634: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:42:57.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:42:57.625 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:42:57.625 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:42:57.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:57 smithi194 bash[32038]: cluster 2023-12-08T04:42:56.594666+0000 mgr.a (mgr.14403) 27629 : cluster 0 pgmap v20635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:57 smithi135 bash[32435]: cluster 2023-12-08T04:42:56.594666+0000 mgr.a (mgr.14403) 27629 : cluster 0 pgmap v20635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:58.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:57 smithi079 bash[28699]: cluster 2023-12-08T04:42:56.594666+0000 mgr.a (mgr.14403) 27629 : cluster 0 pgmap v20635: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:42:58.504 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:42:58.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:42:58.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:42:58.505 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:42:58.505 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:42:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:59 smithi194 bash[32038]: audit 2023-12-08T04:42:58.013164+0000 mgr.a (mgr.14403) 27630 : audit 0 from='client.542523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:42:59 smithi194 bash[32038]: cluster 2023-12-08T04:42:58.595603+0000 mgr.a (mgr.14403) 27631 : cluster 0 pgmap v20636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:42:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:59 smithi135 bash[32435]: audit 2023-12-08T04:42:58.013164+0000 mgr.a (mgr.14403) 27630 : audit 0 from='client.542523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:42:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:42:59 smithi135 bash[32435]: cluster 2023-12-08T04:42:58.595603+0000 mgr.a (mgr.14403) 27631 : cluster 0 pgmap v20636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:59 smithi079 bash[28699]: audit 2023-12-08T04:42:58.013164+0000 mgr.a (mgr.14403) 27630 : audit 0 from='client.542523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:42:59 smithi079 bash[28699]: cluster 2023-12-08T04:42:58.595603+0000 mgr.a (mgr.14403) 27631 : cluster 0 pgmap v20636: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:01.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:01 smithi194 bash[32038]: cluster 2023-12-08T04:43:00.596279+0000 mgr.a (mgr.14403) 27632 : cluster 0 pgmap v20637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:43:01.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:01 smithi135 bash[32435]: cluster 2023-12-08T04:43:00.596279+0000 mgr.a (mgr.14403) 27632 : cluster 0 pgmap v20637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:43:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:01 smithi079 bash[28699]: cluster 2023-12-08T04:43:00.596279+0000 mgr.a (mgr.14403) 27632 : cluster 0 pgmap v20637: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:43:03.508 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:43:03.508 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:03.508 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:03.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:03 smithi194 bash[32038]: cluster 2023-12-08T04:43:02.596797+0000 mgr.a (mgr.14403) 27633 : cluster 0 pgmap v20638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:03.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:03 smithi135 bash[32435]: cluster 2023-12-08T04:43:02.596797+0000 mgr.a (mgr.14403) 27633 : cluster 0 pgmap v20638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:03 smithi079 bash[28699]: cluster 2023-12-08T04:43:02.596797+0000 mgr.a (mgr.14403) 27633 : cluster 0 pgmap v20638: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:04.392 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:43:04.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:04.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:04.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:04.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:43:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:05 smithi194 bash[32038]: audit 2023-12-08T04:43:03.913083+0000 mgr.a (mgr.14403) 27634 : audit 0 from='client.542598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:05 smithi194 bash[32038]: cluster 2023-12-08T04:43:04.598068+0000 mgr.a (mgr.14403) 27635 : cluster 0 pgmap v20639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:05 smithi135 bash[32435]: audit 2023-12-08T04:43:03.913083+0000 mgr.a (mgr.14403) 27634 : audit 0 from='client.542598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:05 smithi135 bash[32435]: cluster 2023-12-08T04:43:04.598068+0000 mgr.a (mgr.14403) 27635 : cluster 0 pgmap v20639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:05 smithi079 bash[28699]: audit 2023-12-08T04:43:03.913083+0000 mgr.a (mgr.14403) 27634 : audit 0 from='client.542598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:05 smithi079 bash[28699]: cluster 2023-12-08T04:43:04.598068+0000 mgr.a (mgr.14403) 27635 : cluster 0 pgmap v20639: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:07.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:07 smithi194 bash[32038]: cluster 2023-12-08T04:43:06.598712+0000 mgr.a (mgr.14403) 27636 : cluster 0 pgmap v20640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:07.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:07 smithi135 bash[32435]: cluster 2023-12-08T04:43:06.598712+0000 mgr.a (mgr.14403) 27636 : cluster 0 pgmap v20640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:07 smithi079 bash[28699]: cluster 2023-12-08T04:43:06.598712+0000 mgr.a (mgr.14403) 27636 : cluster 0 pgmap v20640: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:09.395 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:43:09.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:09.396 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:09 smithi194 bash[32038]: cluster 2023-12-08T04:43:08.599444+0000 mgr.a (mgr.14403) 27637 : cluster 0 pgmap v20641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:43:09.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:09 smithi135 bash[32435]: cluster 2023-12-08T04:43:08.599444+0000 mgr.a (mgr.14403) 27637 : cluster 0 pgmap v20641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:43:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:09 smithi079 bash[28699]: cluster 2023-12-08T04:43:08.599444+0000 mgr.a (mgr.14403) 27637 : cluster 0 pgmap v20641: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:43:10.314 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:43:10.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:10.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:10.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:10.315 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:43:10.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:10 smithi194 bash[32038]: audit 2023-12-08T04:43:09.797412+0000 mgr.a (mgr.14403) 27638 : audit 0 from='client.542670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:10.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:10 smithi194 bash[32038]: cluster 2023-12-08T04:43:10.600241+0000 mgr.a (mgr.14403) 27639 : cluster 0 pgmap v20642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:43:10.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:10 smithi135 bash[32435]: audit 2023-12-08T04:43:09.797412+0000 mgr.a (mgr.14403) 27638 : audit 0 from='client.542670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:10.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:10 smithi135 bash[32435]: cluster 2023-12-08T04:43:10.600241+0000 mgr.a (mgr.14403) 27639 : cluster 0 pgmap v20642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:43:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:10 smithi079 bash[28699]: audit 2023-12-08T04:43:09.797412+0000 mgr.a (mgr.14403) 27638 : audit 0 from='client.542670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:10 smithi079 bash[28699]: cluster 2023-12-08T04:43:10.600241+0000 mgr.a (mgr.14403) 27639 : cluster 0 pgmap v20642: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:43:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:13 smithi194 bash[32038]: cluster 2023-12-08T04:43:12.600817+0000 mgr.a (mgr.14403) 27640 : cluster 0 pgmap v20643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:13 smithi135 bash[32435]: cluster 2023-12-08T04:43:12.600817+0000 mgr.a (mgr.14403) 27640 : cluster 0 pgmap v20643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:13 smithi079 bash[28699]: cluster 2023-12-08T04:43:12.600817+0000 mgr.a (mgr.14403) 27640 : cluster 0 pgmap v20643: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:15.318 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:43:15.318 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:15.319 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:15 smithi194 bash[32038]: cluster 2023-12-08T04:43:14.601622+0000 mgr.a (mgr.14403) 27641 : cluster 0 pgmap v20644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:15 smithi135 bash[32435]: cluster 2023-12-08T04:43:14.601622+0000 mgr.a (mgr.14403) 27641 : cluster 0 pgmap v20644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:15 smithi079 bash[28699]: cluster 2023-12-08T04:43:14.601622+0000 mgr.a (mgr.14403) 27641 : cluster 0 pgmap v20644: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:16.262 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:43:16.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:16.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:16.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:16.263 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:43:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:17 smithi194 bash[32038]: audit 2023-12-08T04:43:15.720986+0000 mgr.a (mgr.14403) 27642 : audit 0 from='client.542742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:17.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:17 smithi194 bash[32038]: cluster 2023-12-08T04:43:16.602341+0000 mgr.a (mgr.14403) 27643 : cluster 0 pgmap v20645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:17 smithi135 bash[32435]: audit 2023-12-08T04:43:15.720986+0000 mgr.a (mgr.14403) 27642 : audit 0 from='client.542742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:17.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:17 smithi135 bash[32435]: cluster 2023-12-08T04:43:16.602341+0000 mgr.a (mgr.14403) 27643 : cluster 0 pgmap v20645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:17 smithi079 bash[28699]: audit 2023-12-08T04:43:15.720986+0000 mgr.a (mgr.14403) 27642 : audit 0 from='client.542742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:17 smithi079 bash[28699]: cluster 2023-12-08T04:43:16.602341+0000 mgr.a (mgr.14403) 27643 : cluster 0 pgmap v20645: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:18.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:18 smithi194 bash[32038]: cluster 2023-12-08T04:43:18.603148+0000 mgr.a (mgr.14403) 27644 : cluster 0 pgmap v20646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:18.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:18 smithi135 bash[32435]: cluster 2023-12-08T04:43:18.603148+0000 mgr.a (mgr.14403) 27644 : cluster 0 pgmap v20646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:18 smithi079 bash[28699]: cluster 2023-12-08T04:43:18.603148+0000 mgr.a (mgr.14403) 27644 : cluster 0 pgmap v20646: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:21.264 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:43:21.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:21.265 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:21 smithi194 bash[32038]: cluster 2023-12-08T04:43:20.603681+0000 mgr.a (mgr.14403) 27645 : cluster 0 pgmap v20647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:43:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:21 smithi194 bash[32038]: audit 2023-12-08T04:43:21.032632+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:43:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:21 smithi135 bash[32435]: cluster 2023-12-08T04:43:20.603681+0000 mgr.a (mgr.14403) 27645 : cluster 0 pgmap v20647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:43:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:21 smithi135 bash[32435]: audit 2023-12-08T04:43:21.032632+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:43:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:21 smithi079 bash[28699]: cluster 2023-12-08T04:43:20.603681+0000 mgr.a (mgr.14403) 27645 : cluster 0 pgmap v20647: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:43:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:21 smithi079 bash[28699]: audit 2023-12-08T04:43:21.032632+0000 mon.a (mon.0) 4253 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:43:22.161 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:22.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:22.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:22.162 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:43:22.162 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:43:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:23 smithi194 bash[32038]: audit 2023-12-08T04:43:21.671201+0000 mgr.a (mgr.14403) 27646 : audit 0 from='client.409093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:23 smithi194 bash[32038]: cluster 2023-12-08T04:43:22.604359+0000 mgr.a (mgr.14403) 27647 : cluster 0 pgmap v20648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:23 smithi135 bash[32435]: audit 2023-12-08T04:43:21.671201+0000 mgr.a (mgr.14403) 27646 : audit 0 from='client.409093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:23 smithi135 bash[32435]: cluster 2023-12-08T04:43:22.604359+0000 mgr.a (mgr.14403) 27647 : cluster 0 pgmap v20648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:23 smithi079 bash[28699]: audit 2023-12-08T04:43:21.671201+0000 mgr.a (mgr.14403) 27646 : audit 0 from='client.409093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:23 smithi079 bash[28699]: cluster 2023-12-08T04:43:22.604359+0000 mgr.a (mgr.14403) 27647 : cluster 0 pgmap v20648: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:25.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:25 smithi194 bash[32038]: cluster 2023-12-08T04:43:24.605211+0000 mgr.a (mgr.14403) 27648 : cluster 0 pgmap v20649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:25.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:25 smithi135 bash[32435]: cluster 2023-12-08T04:43:24.605211+0000 mgr.a (mgr.14403) 27648 : cluster 0 pgmap v20649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:25 smithi079 bash[28699]: cluster 2023-12-08T04:43:24.605211+0000 mgr.a (mgr.14403) 27648 : cluster 0 pgmap v20649: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:27.165 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:43:27.165 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:27.166 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:27 smithi079 bash[28699]: audit 2023-12-08T04:43:26.346798+0000 mon.a (mon.0) 4254 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:27 smithi079 bash[28699]: audit 2023-12-08T04:43:26.353091+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:27 smithi079 bash[28699]: audit 2023-12-08T04:43:26.424864+0000 mon.a (mon.0) 4256 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:27 smithi079 bash[28699]: audit 2023-12-08T04:43:26.430613+0000 mon.a (mon.0) 4257 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:27 smithi079 bash[28699]: audit 2023-12-08T04:43:26.451382+0000 mon.a (mon.0) 4258 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:27 smithi079 bash[28699]: audit 2023-12-08T04:43:26.458041+0000 mon.a (mon.0) 4259 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:27 smithi079 bash[28699]: cluster 2023-12-08T04:43:26.605792+0000 mgr.a (mgr.14403) 27649 : cluster 0 pgmap v20650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:27.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:27 smithi079 bash[28699]: audit 2023-12-08T04:43:27.111440+0000 mon.a (mon.0) 4260 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:43:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:27 smithi079 bash[28699]: audit 2023-12-08T04:43:27.113555+0000 mon.a (mon.0) 4261 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:43:27.646 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:27 smithi079 bash[28699]: audit 2023-12-08T04:43:27.122059+0000 mon.a (mon.0) 4262 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:27 smithi194 bash[32038]: audit 2023-12-08T04:43:26.346798+0000 mon.a (mon.0) 4254 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:27 smithi194 bash[32038]: audit 2023-12-08T04:43:26.353091+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:27 smithi194 bash[32038]: audit 2023-12-08T04:43:26.424864+0000 mon.a (mon.0) 4256 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:27 smithi194 bash[32038]: audit 2023-12-08T04:43:26.430613+0000 mon.a (mon.0) 4257 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:27 smithi194 bash[32038]: audit 2023-12-08T04:43:26.451382+0000 mon.a (mon.0) 4258 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:27 smithi194 bash[32038]: audit 2023-12-08T04:43:26.458041+0000 mon.a (mon.0) 4259 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:27 smithi194 bash[32038]: cluster 2023-12-08T04:43:26.605792+0000 mgr.a (mgr.14403) 27649 : cluster 0 pgmap v20650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:27 smithi194 bash[32038]: audit 2023-12-08T04:43:27.111440+0000 mon.a (mon.0) 4260 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:43:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:27 smithi194 bash[32038]: audit 2023-12-08T04:43:27.113555+0000 mon.a (mon.0) 4261 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:43:27.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:27 smithi194 bash[32038]: audit 2023-12-08T04:43:27.122059+0000 mon.a (mon.0) 4262 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:27 smithi135 bash[32435]: audit 2023-12-08T04:43:26.346798+0000 mon.a (mon.0) 4254 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:27 smithi135 bash[32435]: audit 2023-12-08T04:43:26.353091+0000 mon.a (mon.0) 4255 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:27 smithi135 bash[32435]: audit 2023-12-08T04:43:26.424864+0000 mon.a (mon.0) 4256 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:27 smithi135 bash[32435]: audit 2023-12-08T04:43:26.430613+0000 mon.a (mon.0) 4257 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:27 smithi135 bash[32435]: audit 2023-12-08T04:43:26.451382+0000 mon.a (mon.0) 4258 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:27 smithi135 bash[32435]: audit 2023-12-08T04:43:26.458041+0000 mon.a (mon.0) 4259 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:27 smithi135 bash[32435]: cluster 2023-12-08T04:43:26.605792+0000 mgr.a (mgr.14403) 27649 : cluster 0 pgmap v20650: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:27 smithi135 bash[32435]: audit 2023-12-08T04:43:27.111440+0000 mon.a (mon.0) 4260 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:43:27.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:27 smithi135 bash[32435]: audit 2023-12-08T04:43:27.113555+0000 mon.a (mon.0) 4261 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:43:27.710 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:27 smithi135 bash[32435]: audit 2023-12-08T04:43:27.122059+0000 mon.a (mon.0) 4262 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:43:28.075 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:43:28.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:28.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:28.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:28.076 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:43:28.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:28 smithi194 bash[32038]: audit 2023-12-08T04:43:27.568532+0000 mgr.a (mgr.14403) 27650 : audit 0 from='client.542898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:28.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:28 smithi135 bash[32435]: audit 2023-12-08T04:43:27.568532+0000 mgr.a (mgr.14403) 27650 : audit 0 from='client.542898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:28 smithi079 bash[28699]: audit 2023-12-08T04:43:27.568532+0000 mgr.a (mgr.14403) 27650 : audit 0 from='client.542898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:29 smithi194 bash[32038]: cluster 2023-12-08T04:43:28.606721+0000 mgr.a (mgr.14403) 27651 : cluster 0 pgmap v20651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:29 smithi135 bash[32435]: cluster 2023-12-08T04:43:28.606721+0000 mgr.a (mgr.14403) 27651 : cluster 0 pgmap v20651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:29 smithi079 bash[28699]: cluster 2023-12-08T04:43:28.606721+0000 mgr.a (mgr.14403) 27651 : cluster 0 pgmap v20651: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:31.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:31 smithi194 bash[32038]: cluster 2023-12-08T04:43:30.607409+0000 mgr.a (mgr.14403) 27652 : cluster 0 pgmap v20652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:43:31.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:31 smithi135 bash[32435]: cluster 2023-12-08T04:43:30.607409+0000 mgr.a (mgr.14403) 27652 : cluster 0 pgmap v20652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:43:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:31 smithi079 bash[28699]: cluster 2023-12-08T04:43:30.607409+0000 mgr.a (mgr.14403) 27652 : cluster 0 pgmap v20652: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:43:33.078 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:43:33.079 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:33.079 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:33 smithi194 bash[32038]: cluster 2023-12-08T04:43:32.607970+0000 mgr.a (mgr.14403) 27653 : cluster 0 pgmap v20653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:33.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:33 smithi135 bash[32435]: cluster 2023-12-08T04:43:32.607970+0000 mgr.a (mgr.14403) 27653 : cluster 0 pgmap v20653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:33.970 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:43:33.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:33.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:33.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:33.970 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:43:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:33 smithi079 bash[28699]: cluster 2023-12-08T04:43:32.607970+0000 mgr.a (mgr.14403) 27653 : cluster 0 pgmap v20653: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:34.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:34 smithi194 bash[32038]: audit 2023-12-08T04:43:33.477690+0000 mgr.a (mgr.14403) 27654 : audit 0 from='client.542976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:34.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:34 smithi135 bash[32435]: audit 2023-12-08T04:43:33.477690+0000 mgr.a (mgr.14403) 27654 : audit 0 from='client.542976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:34 smithi079 bash[28699]: audit 2023-12-08T04:43:33.477690+0000 mgr.a (mgr.14403) 27654 : audit 0 from='client.542976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:35 smithi194 bash[32038]: cluster 2023-12-08T04:43:34.609144+0000 mgr.a (mgr.14403) 27655 : cluster 0 pgmap v20654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:43:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:35 smithi135 bash[32435]: cluster 2023-12-08T04:43:34.609144+0000 mgr.a (mgr.14403) 27655 : cluster 0 pgmap v20654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:43:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:35 smithi079 bash[28699]: cluster 2023-12-08T04:43:34.609144+0000 mgr.a (mgr.14403) 27655 : cluster 0 pgmap v20654: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:43:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:36 smithi079 bash[28699]: cluster 2023-12-08T04:43:36.609853+0000 mgr.a (mgr.14403) 27656 : cluster 0 pgmap v20655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:43:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:36 smithi194 bash[32038]: cluster 2023-12-08T04:43:36.609853+0000 mgr.a (mgr.14403) 27656 : cluster 0 pgmap v20655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:43:37.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:36 smithi135 bash[32435]: cluster 2023-12-08T04:43:36.609853+0000 mgr.a (mgr.14403) 27656 : cluster 0 pgmap v20655: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:43:38.973 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:43:38.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:38.974 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:39.874 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:43:39.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:39.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:39.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:39.874 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:43:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:39 smithi194 bash[32038]: cluster 2023-12-08T04:43:38.610726+0000 mgr.a (mgr.14403) 27657 : cluster 0 pgmap v20656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:43:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:39 smithi135 bash[32435]: cluster 2023-12-08T04:43:38.610726+0000 mgr.a (mgr.14403) 27657 : cluster 0 pgmap v20656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:43:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:39 smithi079 bash[28699]: cluster 2023-12-08T04:43:38.610726+0000 mgr.a (mgr.14403) 27657 : cluster 0 pgmap v20656: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:43:40.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:40 smithi194 bash[32038]: audit 2023-12-08T04:43:39.377689+0000 mgr.a (mgr.14403) 27658 : audit 0 from='client.543054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:40.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:40 smithi135 bash[32435]: audit 2023-12-08T04:43:39.377689+0000 mgr.a (mgr.14403) 27658 : audit 0 from='client.543054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:40 smithi079 bash[28699]: audit 2023-12-08T04:43:39.377689+0000 mgr.a (mgr.14403) 27658 : audit 0 from='client.543054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:41 smithi194 bash[32038]: cluster 2023-12-08T04:43:40.611635+0000 mgr.a (mgr.14403) 27659 : cluster 0 pgmap v20657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:43:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:41 smithi135 bash[32435]: cluster 2023-12-08T04:43:40.611635+0000 mgr.a (mgr.14403) 27659 : cluster 0 pgmap v20657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:43:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:41 smithi079 bash[28699]: cluster 2023-12-08T04:43:40.611635+0000 mgr.a (mgr.14403) 27659 : cluster 0 pgmap v20657: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:43:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:43 smithi194 bash[32038]: cluster 2023-12-08T04:43:42.612210+0000 mgr.a (mgr.14403) 27660 : cluster 0 pgmap v20658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:43 smithi135 bash[32435]: cluster 2023-12-08T04:43:42.612210+0000 mgr.a (mgr.14403) 27660 : cluster 0 pgmap v20658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:43 smithi079 bash[28699]: cluster 2023-12-08T04:43:42.612210+0000 mgr.a (mgr.14403) 27660 : cluster 0 pgmap v20658: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:43:44.877 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:43:44.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:44.878 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:44.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:44 smithi194 bash[32038]: cluster 2023-12-08T04:43:44.612994+0000 mgr.a (mgr.14403) 27661 : cluster 0 pgmap v20659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:44.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:44 smithi135 bash[32435]: cluster 2023-12-08T04:43:44.612994+0000 mgr.a (mgr.14403) 27661 : cluster 0 pgmap v20659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:44 smithi079 bash[28699]: cluster 2023-12-08T04:43:44.612994+0000 mgr.a (mgr.14403) 27661 : cluster 0 pgmap v20659: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:45.791 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:43:45.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:45.791 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:45.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:45.792 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:43:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:45 smithi194 bash[32038]: audit 2023-12-08T04:43:45.286102+0000 mgr.a (mgr.14403) 27662 : audit 0 from='client.543126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:45 smithi135 bash[32435]: audit 2023-12-08T04:43:45.286102+0000 mgr.a (mgr.14403) 27662 : audit 0 from='client.543126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:45 smithi079 bash[28699]: audit 2023-12-08T04:43:45.286102+0000 mgr.a (mgr.14403) 27662 : audit 0 from='client.543126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:46.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:46 smithi194 bash[32038]: cluster 2023-12-08T04:43:46.613647+0000 mgr.a (mgr.14403) 27663 : cluster 0 pgmap v20660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:43:46.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:46 smithi135 bash[32435]: cluster 2023-12-08T04:43:46.613647+0000 mgr.a (mgr.14403) 27663 : cluster 0 pgmap v20660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:43:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:46 smithi079 bash[28699]: cluster 2023-12-08T04:43:46.613647+0000 mgr.a (mgr.14403) 27663 : cluster 0 pgmap v20660: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:43:49.957 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:49 smithi194 bash[32038]: cluster 2023-12-08T04:43:48.614428+0000 mgr.a (mgr.14403) 27664 : cluster 0 pgmap v20661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:49 smithi135 bash[32435]: cluster 2023-12-08T04:43:48.614428+0000 mgr.a (mgr.14403) 27664 : cluster 0 pgmap v20661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:49 smithi079 bash[28699]: cluster 2023-12-08T04:43:48.614428+0000 mgr.a (mgr.14403) 27664 : cluster 0 pgmap v20661: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:50.793 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:43:50.794 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:50.795 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:51.694 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:43:51.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:51.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:51.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:51.695 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:43:51.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:51 smithi194 bash[32038]: cluster 2023-12-08T04:43:50.615132+0000 mgr.a (mgr.14403) 27665 : cluster 0 pgmap v20662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:43:51.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:51 smithi135 bash[32435]: cluster 2023-12-08T04:43:50.615132+0000 mgr.a (mgr.14403) 27665 : cluster 0 pgmap v20662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:43:52.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:51 smithi079 bash[28699]: cluster 2023-12-08T04:43:50.615132+0000 mgr.a (mgr.14403) 27665 : cluster 0 pgmap v20662: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:43:52.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:52 smithi194 bash[32038]: audit 2023-12-08T04:43:51.190241+0000 mgr.a (mgr.14403) 27666 : audit 0 from='client.543204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:52.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:52 smithi135 bash[32435]: audit 2023-12-08T04:43:51.190241+0000 mgr.a (mgr.14403) 27666 : audit 0 from='client.543204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:52 smithi079 bash[28699]: audit 2023-12-08T04:43:51.190241+0000 mgr.a (mgr.14403) 27666 : audit 0 from='client.543204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:53 smithi194 bash[32038]: cluster 2023-12-08T04:43:52.615935+0000 mgr.a (mgr.14403) 27667 : cluster 0 pgmap v20663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:53 smithi135 bash[32435]: cluster 2023-12-08T04:43:52.615935+0000 mgr.a (mgr.14403) 27667 : cluster 0 pgmap v20663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:53 smithi079 bash[28699]: cluster 2023-12-08T04:43:52.615935+0000 mgr.a (mgr.14403) 27667 : cluster 0 pgmap v20663: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:54.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:54 smithi194 bash[32038]: cluster 2023-12-08T04:43:54.616913+0000 mgr.a (mgr.14403) 27668 : cluster 0 pgmap v20664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:54.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:54 smithi135 bash[32435]: cluster 2023-12-08T04:43:54.616913+0000 mgr.a (mgr.14403) 27668 : cluster 0 pgmap v20664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:54 smithi079 bash[28699]: cluster 2023-12-08T04:43:54.616913+0000 mgr.a (mgr.14403) 27668 : cluster 0 pgmap v20664: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:43:56.697 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:43:56.698 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:43:56.698 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:43:57.624 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:43:57.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:43:57.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:43:57.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:43:57.624 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:43:57.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:57 smithi194 bash[32038]: cluster 2023-12-08T04:43:56.617615+0000 mgr.a (mgr.14403) 27669 : cluster 0 pgmap v20665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:57.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:57 smithi135 bash[32435]: cluster 2023-12-08T04:43:56.617615+0000 mgr.a (mgr.14403) 27669 : cluster 0 pgmap v20665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:58.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:57 smithi079 bash[28699]: cluster 2023-12-08T04:43:56.617615+0000 mgr.a (mgr.14403) 27669 : cluster 0 pgmap v20665: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:43:58.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:58 smithi194 bash[32038]: audit 2023-12-08T04:43:57.095798+0000 mgr.a (mgr.14403) 27670 : audit 0 from='client.543276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:58.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:58 smithi135 bash[32435]: audit 2023-12-08T04:43:57.095798+0000 mgr.a (mgr.14403) 27670 : audit 0 from='client.543276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:58 smithi079 bash[28699]: audit 2023-12-08T04:43:57.095798+0000 mgr.a (mgr.14403) 27670 : audit 0 from='client.543276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:43:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:43:59 smithi194 bash[32038]: cluster 2023-12-08T04:43:58.618464+0000 mgr.a (mgr.14403) 27671 : cluster 0 pgmap v20666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:43:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:43:59 smithi135 bash[32435]: cluster 2023-12-08T04:43:58.618464+0000 mgr.a (mgr.14403) 27671 : cluster 0 pgmap v20666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:44:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:43:59 smithi079 bash[28699]: cluster 2023-12-08T04:43:58.618464+0000 mgr.a (mgr.14403) 27671 : cluster 0 pgmap v20666: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:44:00.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:00 smithi194 bash[32038]: cluster 2023-12-08T04:44:00.619057+0000 mgr.a (mgr.14403) 27672 : cluster 0 pgmap v20667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:44:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:00 smithi135 bash[32435]: cluster 2023-12-08T04:44:00.619057+0000 mgr.a (mgr.14403) 27672 : cluster 0 pgmap v20667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:44:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:00 smithi079 bash[28699]: cluster 2023-12-08T04:44:00.619057+0000 mgr.a (mgr.14403) 27672 : cluster 0 pgmap v20667: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:44:02.626 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:44:02.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:02.627 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:03.532 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:44:03.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:03.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:03.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:03.533 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:44:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:03 smithi194 bash[32038]: cluster 2023-12-08T04:44:02.619640+0000 mgr.a (mgr.14403) 27673 : cluster 0 pgmap v20668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:03 smithi135 bash[32435]: cluster 2023-12-08T04:44:02.619640+0000 mgr.a (mgr.14403) 27673 : cluster 0 pgmap v20668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:03 smithi079 bash[28699]: cluster 2023-12-08T04:44:02.619640+0000 mgr.a (mgr.14403) 27673 : cluster 0 pgmap v20668: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:04.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:04 smithi194 bash[32038]: audit 2023-12-08T04:44:03.025567+0000 mgr.a (mgr.14403) 27674 : audit 0 from='client.543351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:04.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:04 smithi135 bash[32435]: audit 2023-12-08T04:44:03.025567+0000 mgr.a (mgr.14403) 27674 : audit 0 from='client.543351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:04 smithi079 bash[28699]: audit 2023-12-08T04:44:03.025567+0000 mgr.a (mgr.14403) 27674 : audit 0 from='client.543351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:05.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:05 smithi194 bash[32038]: cluster 2023-12-08T04:44:04.620509+0000 mgr.a (mgr.14403) 27675 : cluster 0 pgmap v20669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:05.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:05 smithi135 bash[32435]: cluster 2023-12-08T04:44:04.620509+0000 mgr.a (mgr.14403) 27675 : cluster 0 pgmap v20669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:06.147 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:05 smithi079 bash[28699]: cluster 2023-12-08T04:44:04.620509+0000 mgr.a (mgr.14403) 27675 : cluster 0 pgmap v20669: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:06.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:06 smithi194 bash[32038]: cluster 2023-12-08T04:44:06.621045+0000 mgr.a (mgr.14403) 27676 : cluster 0 pgmap v20670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:06.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:06 smithi135 bash[32435]: cluster 2023-12-08T04:44:06.621045+0000 mgr.a (mgr.14403) 27676 : cluster 0 pgmap v20670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:06 smithi079 bash[28699]: cluster 2023-12-08T04:44:06.621045+0000 mgr.a (mgr.14403) 27676 : cluster 0 pgmap v20670: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:08.536 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:44:08.536 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:08.537 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:09.424 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:44:09.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:09.424 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:09.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:09.425 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:44:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:09 smithi194 bash[32038]: cluster 2023-12-08T04:44:08.621711+0000 mgr.a (mgr.14403) 27677 : cluster 0 pgmap v20671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:09.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:09 smithi135 bash[32435]: cluster 2023-12-08T04:44:08.621711+0000 mgr.a (mgr.14403) 27677 : cluster 0 pgmap v20671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:09 smithi079 bash[28699]: cluster 2023-12-08T04:44:08.621711+0000 mgr.a (mgr.14403) 27677 : cluster 0 pgmap v20671: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:10.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:10 smithi194 bash[32038]: audit 2023-12-08T04:44:08.937143+0000 mgr.a (mgr.14403) 27678 : audit 0 from='client.543423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:10.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:10 smithi135 bash[32435]: audit 2023-12-08T04:44:08.937143+0000 mgr.a (mgr.14403) 27678 : audit 0 from='client.543423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:10 smithi079 bash[28699]: audit 2023-12-08T04:44:08.937143+0000 mgr.a (mgr.14403) 27678 : audit 0 from='client.543423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:11.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:11 smithi194 bash[32038]: cluster 2023-12-08T04:44:10.622489+0000 mgr.a (mgr.14403) 27679 : cluster 0 pgmap v20672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:44:11.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:11 smithi135 bash[32435]: cluster 2023-12-08T04:44:10.622489+0000 mgr.a (mgr.14403) 27679 : cluster 0 pgmap v20672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:44:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:11 smithi079 bash[28699]: cluster 2023-12-08T04:44:10.622489+0000 mgr.a (mgr.14403) 27679 : cluster 0 pgmap v20672: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:44:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:13 smithi194 bash[32038]: cluster 2023-12-08T04:44:12.623205+0000 mgr.a (mgr.14403) 27680 : cluster 0 pgmap v20673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:13 smithi135 bash[32435]: cluster 2023-12-08T04:44:12.623205+0000 mgr.a (mgr.14403) 27680 : cluster 0 pgmap v20673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:13 smithi079 bash[28699]: cluster 2023-12-08T04:44:12.623205+0000 mgr.a (mgr.14403) 27680 : cluster 0 pgmap v20673: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:14.427 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:44:14.428 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:14.428 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:15.362 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:44:15.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:15.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:15.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:15.362 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:44:15.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:15 smithi194 bash[32038]: cluster 2023-12-08T04:44:14.624082+0000 mgr.a (mgr.14403) 27681 : cluster 0 pgmap v20674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:15.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:15 smithi135 bash[32435]: cluster 2023-12-08T04:44:14.624082+0000 mgr.a (mgr.14403) 27681 : cluster 0 pgmap v20674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:16.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:15 smithi079 bash[28699]: cluster 2023-12-08T04:44:14.624082+0000 mgr.a (mgr.14403) 27681 : cluster 0 pgmap v20674: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:16 smithi194 bash[32038]: audit 2023-12-08T04:44:14.831509+0000 mgr.a (mgr.14403) 27682 : audit 0 from='client.543498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:16.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:16 smithi194 bash[32038]: cluster 2023-12-08T04:44:16.624782+0000 mgr.a (mgr.14403) 27683 : cluster 0 pgmap v20675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:16 smithi135 bash[32435]: audit 2023-12-08T04:44:14.831509+0000 mgr.a (mgr.14403) 27682 : audit 0 from='client.543498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:16.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:16 smithi135 bash[32435]: cluster 2023-12-08T04:44:16.624782+0000 mgr.a (mgr.14403) 27683 : cluster 0 pgmap v20675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:16 smithi079 bash[28699]: audit 2023-12-08T04:44:14.831509+0000 mgr.a (mgr.14403) 27682 : audit 0 from='client.543498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:16 smithi079 bash[28699]: cluster 2023-12-08T04:44:16.624782+0000 mgr.a (mgr.14403) 27683 : cluster 0 pgmap v20675: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:19.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:19 smithi194 bash[32038]: cluster 2023-12-08T04:44:18.625485+0000 mgr.a (mgr.14403) 27684 : cluster 0 pgmap v20676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:44:19.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:19 smithi135 bash[32435]: cluster 2023-12-08T04:44:18.625485+0000 mgr.a (mgr.14403) 27684 : cluster 0 pgmap v20676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:44:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:19 smithi079 bash[28699]: cluster 2023-12-08T04:44:18.625485+0000 mgr.a (mgr.14403) 27684 : cluster 0 pgmap v20676: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:44:20.365 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:44:20.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:20.366 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:20.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:20 smithi194 bash[32038]: cluster 2023-12-08T04:44:20.626107+0000 mgr.a (mgr.14403) 27685 : cluster 0 pgmap v20677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:20.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:20 smithi135 bash[32435]: cluster 2023-12-08T04:44:20.626107+0000 mgr.a (mgr.14403) 27685 : cluster 0 pgmap v20677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:20 smithi079 bash[28699]: cluster 2023-12-08T04:44:20.626107+0000 mgr.a (mgr.14403) 27685 : cluster 0 pgmap v20677: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:21.273 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:44:21.273 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:21.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:21.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:21.274 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:44:21.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:21 smithi194 bash[32038]: audit 2023-12-08T04:44:20.768780+0000 mgr.a (mgr.14403) 27686 : audit 0 from='client.543573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:21.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:21 smithi135 bash[32435]: audit 2023-12-08T04:44:20.768780+0000 mgr.a (mgr.14403) 27686 : audit 0 from='client.543573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:22.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:21 smithi079 bash[28699]: audit 2023-12-08T04:44:20.768780+0000 mgr.a (mgr.14403) 27686 : audit 0 from='client.543573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:23 smithi194 bash[32038]: cluster 2023-12-08T04:44:22.626757+0000 mgr.a (mgr.14403) 27687 : cluster 0 pgmap v20678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:23 smithi135 bash[32435]: cluster 2023-12-08T04:44:22.626757+0000 mgr.a (mgr.14403) 27687 : cluster 0 pgmap v20678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:23 smithi079 bash[28699]: cluster 2023-12-08T04:44:22.626757+0000 mgr.a (mgr.14403) 27687 : cluster 0 pgmap v20678: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:24 smithi079 bash[28699]: cluster 2023-12-08T04:44:24.627581+0000 mgr.a (mgr.14403) 27688 : cluster 0 pgmap v20679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:24 smithi194 bash[32038]: cluster 2023-12-08T04:44:24.627581+0000 mgr.a (mgr.14403) 27688 : cluster 0 pgmap v20679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:25.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:24 smithi135 bash[32435]: cluster 2023-12-08T04:44:24.627581+0000 mgr.a (mgr.14403) 27688 : cluster 0 pgmap v20679: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:26.276 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:44:26.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:26.277 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:27.152 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:44:27.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:27.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:27.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:27.152 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:44:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:27 smithi194 bash[32038]: cluster 2023-12-08T04:44:26.628135+0000 mgr.a (mgr.14403) 27689 : cluster 0 pgmap v20680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:27 smithi194 bash[32038]: audit 2023-12-08T04:44:26.673900+0000 mgr.a (mgr.14403) 27690 : audit 0 from='client.543648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:27.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:27 smithi194 bash[32038]: audit 2023-12-08T04:44:27.225136+0000 mon.a (mon.0) 4263 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:44:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:27 smithi135 bash[32435]: cluster 2023-12-08T04:44:26.628135+0000 mgr.a (mgr.14403) 27689 : cluster 0 pgmap v20680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:27 smithi135 bash[32435]: audit 2023-12-08T04:44:26.673900+0000 mgr.a (mgr.14403) 27690 : audit 0 from='client.543648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:27.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:27 smithi135 bash[32435]: audit 2023-12-08T04:44:27.225136+0000 mon.a (mon.0) 4263 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:44:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:27 smithi079 bash[28699]: cluster 2023-12-08T04:44:26.628135+0000 mgr.a (mgr.14403) 27689 : cluster 0 pgmap v20680: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:27 smithi079 bash[28699]: audit 2023-12-08T04:44:26.673900+0000 mgr.a (mgr.14403) 27690 : audit 0 from='client.543648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:28.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:27 smithi079 bash[28699]: audit 2023-12-08T04:44:27.225136+0000 mon.a (mon.0) 4263 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:44:28.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:28 smithi194 bash[32038]: audit 2023-12-08T04:44:27.970813+0000 mon.a (mon.0) 4264 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:44:28.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:28 smithi194 bash[32038]: audit 2023-12-08T04:44:27.972393+0000 mon.a (mon.0) 4265 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:44:28.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:28 smithi194 bash[32038]: audit 2023-12-08T04:44:27.983017+0000 mon.a (mon.0) 4266 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:44:28.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:28 smithi135 bash[32435]: audit 2023-12-08T04:44:27.970813+0000 mon.a (mon.0) 4264 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:44:28.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:28 smithi135 bash[32435]: audit 2023-12-08T04:44:27.972393+0000 mon.a (mon.0) 4265 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:44:28.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:28 smithi135 bash[32435]: audit 2023-12-08T04:44:27.983017+0000 mon.a (mon.0) 4266 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:44:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:28 smithi079 bash[28699]: audit 2023-12-08T04:44:27.970813+0000 mon.a (mon.0) 4264 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:44:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:28 smithi079 bash[28699]: audit 2023-12-08T04:44:27.972393+0000 mon.a (mon.0) 4265 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:44:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:28 smithi079 bash[28699]: audit 2023-12-08T04:44:27.983017+0000 mon.a (mon.0) 4266 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:44:29.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:29 smithi194 bash[32038]: cluster 2023-12-08T04:44:28.628891+0000 mgr.a (mgr.14403) 27691 : cluster 0 pgmap v20681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:44:29.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:29 smithi135 bash[32435]: cluster 2023-12-08T04:44:28.628891+0000 mgr.a (mgr.14403) 27691 : cluster 0 pgmap v20681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:44:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:29 smithi079 bash[28699]: cluster 2023-12-08T04:44:28.628891+0000 mgr.a (mgr.14403) 27691 : cluster 0 pgmap v20681: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:44:30.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:30 smithi194 bash[32038]: cluster 2023-12-08T04:44:30.629552+0000 mgr.a (mgr.14403) 27692 : cluster 0 pgmap v20682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:44:30.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:30 smithi135 bash[32435]: cluster 2023-12-08T04:44:30.629552+0000 mgr.a (mgr.14403) 27692 : cluster 0 pgmap v20682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:44:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:30 smithi079 bash[28699]: cluster 2023-12-08T04:44:30.629552+0000 mgr.a (mgr.14403) 27692 : cluster 0 pgmap v20682: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:44:32.155 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:44:32.156 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:32.156 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:33.063 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:33.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:33.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:33.064 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:44:33.064 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:44:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:33 smithi194 bash[32038]: audit 2023-12-08T04:44:32.559786+0000 mgr.a (mgr.14403) 27693 : audit 0 from='client.543720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:33.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:33 smithi194 bash[32038]: cluster 2023-12-08T04:44:32.630058+0000 mgr.a (mgr.14403) 27694 : cluster 0 pgmap v20683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:33.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:33 smithi135 bash[32435]: audit 2023-12-08T04:44:32.559786+0000 mgr.a (mgr.14403) 27693 : audit 0 from='client.543720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:33.962 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:33 smithi135 bash[32435]: cluster 2023-12-08T04:44:32.630058+0000 mgr.a (mgr.14403) 27694 : cluster 0 pgmap v20683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:33 smithi079 bash[28699]: audit 2023-12-08T04:44:32.559786+0000 mgr.a (mgr.14403) 27693 : audit 0 from='client.543720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:34.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:33 smithi079 bash[28699]: cluster 2023-12-08T04:44:32.630058+0000 mgr.a (mgr.14403) 27694 : cluster 0 pgmap v20683: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:35.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:35 smithi194 bash[32038]: cluster 2023-12-08T04:44:34.630912+0000 mgr.a (mgr.14403) 27695 : cluster 0 pgmap v20684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:35.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:35 smithi135 bash[32435]: cluster 2023-12-08T04:44:34.630912+0000 mgr.a (mgr.14403) 27695 : cluster 0 pgmap v20684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:35 smithi079 bash[28699]: cluster 2023-12-08T04:44:34.630912+0000 mgr.a (mgr.14403) 27695 : cluster 0 pgmap v20684: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:44:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:36 smithi079 bash[28699]: cluster 2023-12-08T04:44:36.631470+0000 mgr.a (mgr.14403) 27696 : cluster 0 pgmap v20685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:36 smithi194 bash[32038]: cluster 2023-12-08T04:44:36.631470+0000 mgr.a (mgr.14403) 27696 : cluster 0 pgmap v20685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:37.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:36 smithi135 bash[32435]: cluster 2023-12-08T04:44:36.631470+0000 mgr.a (mgr.14403) 27696 : cluster 0 pgmap v20685: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:38.067 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:44:38.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:38.068 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:38.954 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:44:38.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:38.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:38.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:38.955 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:44:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:39 smithi194 bash[32038]: audit 2023-12-08T04:44:38.462585+0000 mgr.a (mgr.14403) 27697 : audit 0 from='client.543798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:39.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:39 smithi194 bash[32038]: cluster 2023-12-08T04:44:38.632287+0000 mgr.a (mgr.14403) 27698 : cluster 0 pgmap v20686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:44:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:39 smithi135 bash[32435]: audit 2023-12-08T04:44:38.462585+0000 mgr.a (mgr.14403) 27697 : audit 0 from='client.543798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:39.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:39 smithi135 bash[32435]: cluster 2023-12-08T04:44:38.632287+0000 mgr.a (mgr.14403) 27698 : cluster 0 pgmap v20686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:44:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:39 smithi079 bash[28699]: audit 2023-12-08T04:44:38.462585+0000 mgr.a (mgr.14403) 27697 : audit 0 from='client.543798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:40.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:39 smithi079 bash[28699]: cluster 2023-12-08T04:44:38.632287+0000 mgr.a (mgr.14403) 27698 : cluster 0 pgmap v20686: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-08T04:44:41.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:41 smithi194 bash[32038]: cluster 2023-12-08T04:44:40.633078+0000 mgr.a (mgr.14403) 27699 : cluster 0 pgmap v20687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:44:41.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:41 smithi135 bash[32435]: cluster 2023-12-08T04:44:40.633078+0000 mgr.a (mgr.14403) 27699 : cluster 0 pgmap v20687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:44:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:41 smithi079 bash[28699]: cluster 2023-12-08T04:44:40.633078+0000 mgr.a (mgr.14403) 27699 : cluster 0 pgmap v20687: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-08T04:44:43.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:43 smithi194 bash[32038]: cluster 2023-12-08T04:44:42.633667+0000 mgr.a (mgr.14403) 27700 : cluster 0 pgmap v20688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:44:43.957 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:44:43.958 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:43.958 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:43.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:43 smithi135 bash[32435]: cluster 2023-12-08T04:44:42.633667+0000 mgr.a (mgr.14403) 27700 : cluster 0 pgmap v20688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:44:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:43 smithi079 bash[28699]: cluster 2023-12-08T04:44:42.633667+0000 mgr.a (mgr.14403) 27700 : cluster 0 pgmap v20688: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-08T04:44:44.850 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:44:44.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:44.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:44.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:44.850 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:44:45.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:45 smithi194 bash[32038]: audit 2023-12-08T04:44:44.364300+0000 mgr.a (mgr.14403) 27701 : audit 0 from='client.409888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:45.956 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:45 smithi194 bash[32038]: cluster 2023-12-08T04:44:44.634836+0000 mgr.a (mgr.14403) 27702 : cluster 0 pgmap v20689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:45 smithi135 bash[32435]: audit 2023-12-08T04:44:44.364300+0000 mgr.a (mgr.14403) 27701 : audit 0 from='client.409888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:45.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:45 smithi135 bash[32435]: cluster 2023-12-08T04:44:44.634836+0000 mgr.a (mgr.14403) 27702 : cluster 0 pgmap v20689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:45 smithi079 bash[28699]: audit 2023-12-08T04:44:44.364300+0000 mgr.a (mgr.14403) 27701 : audit 0 from='client.409888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:46.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:45 smithi079 bash[28699]: cluster 2023-12-08T04:44:44.634836+0000 mgr.a (mgr.14403) 27702 : cluster 0 pgmap v20689: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:46 smithi079 bash[28699]: cluster 2023-12-08T04:44:46.635533+0000 mgr.a (mgr.14403) 27703 : cluster 0 pgmap v20690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:46 smithi194 bash[32038]: cluster 2023-12-08T04:44:46.635533+0000 mgr.a (mgr.14403) 27703 : cluster 0 pgmap v20690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:47.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:46 smithi135 bash[32435]: cluster 2023-12-08T04:44:46.635533+0000 mgr.a (mgr.14403) 27703 : cluster 0 pgmap v20690: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:44:49.853 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:44:49.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:49.854 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:49.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:49 smithi194 bash[32038]: cluster 2023-12-08T04:44:48.636287+0000 mgr.a (mgr.14403) 27704 : cluster 0 pgmap v20691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:44:49.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:49 smithi135 bash[32435]: cluster 2023-12-08T04:44:48.636287+0000 mgr.a (mgr.14403) 27704 : cluster 0 pgmap v20691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:44:50.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:49 smithi079 bash[28699]: cluster 2023-12-08T04:44:48.636287+0000 mgr.a (mgr.14403) 27704 : cluster 0 pgmap v20691: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:44:50.786 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:44:50.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:50.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:50.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:50.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:44:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:50 smithi079 bash[28699]: audit 2023-12-08T04:44:50.312514+0000 mgr.a (mgr.14403) 27705 : audit 0 from='client.543948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:51.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:50 smithi079 bash[28699]: cluster 2023-12-08T04:44:50.637146+0000 mgr.a (mgr.14403) 27706 : cluster 0 pgmap v20692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:44:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:50 smithi194 bash[32038]: audit 2023-12-08T04:44:50.312514+0000 mgr.a (mgr.14403) 27705 : audit 0 from='client.543948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:50 smithi194 bash[32038]: cluster 2023-12-08T04:44:50.637146+0000 mgr.a (mgr.14403) 27706 : cluster 0 pgmap v20692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:44:51.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:50 smithi135 bash[32435]: audit 2023-12-08T04:44:50.312514+0000 mgr.a (mgr.14403) 27705 : audit 0 from='client.543948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:51.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:50 smithi135 bash[32435]: cluster 2023-12-08T04:44:50.637146+0000 mgr.a (mgr.14403) 27706 : cluster 0 pgmap v20692: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:44:53.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:53 smithi194 bash[32038]: cluster 2023-12-08T04:44:52.637845+0000 mgr.a (mgr.14403) 27707 : cluster 0 pgmap v20693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:44:53.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:53 smithi135 bash[32435]: cluster 2023-12-08T04:44:52.637845+0000 mgr.a (mgr.14403) 27707 : cluster 0 pgmap v20693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:44:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:53 smithi079 bash[28699]: cluster 2023-12-08T04:44:52.637845+0000 mgr.a (mgr.14403) 27707 : cluster 0 pgmap v20693: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-08T04:44:55.789 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:44:55.789 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:44:55.790 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:44:55.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:55 smithi194 bash[32038]: cluster 2023-12-08T04:44:54.638625+0000 mgr.a (mgr.14403) 27708 : cluster 0 pgmap v20694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:44:55.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:55 smithi135 bash[32435]: cluster 2023-12-08T04:44:54.638625+0000 mgr.a (mgr.14403) 27708 : cluster 0 pgmap v20694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:44:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:55 smithi079 bash[28699]: cluster 2023-12-08T04:44:54.638625+0000 mgr.a (mgr.14403) 27708 : cluster 0 pgmap v20694: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-08T04:44:56.683 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:44:56.683 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:44:56.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:44:56.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:44:56.684 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:44:56.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:56 smithi194 bash[32038]: audit 2023-12-08T04:44:56.186035+0000 mgr.a (mgr.14403) 27709 : audit 0 from='client.544023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:56.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:56 smithi194 bash[32038]: cluster 2023-12-08T04:44:56.639051+0000 mgr.a (mgr.14403) 27710 : cluster 0 pgmap v20695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:56.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:56 smithi135 bash[32435]: audit 2023-12-08T04:44:56.186035+0000 mgr.a (mgr.14403) 27709 : audit 0 from='client.544023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:56.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:56 smithi135 bash[32435]: cluster 2023-12-08T04:44:56.639051+0000 mgr.a (mgr.14403) 27710 : cluster 0 pgmap v20695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:56 smithi079 bash[28699]: audit 2023-12-08T04:44:56.186035+0000 mgr.a (mgr.14403) 27709 : audit 0 from='client.544023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:44:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:56 smithi079 bash[28699]: cluster 2023-12-08T04:44:56.639051+0000 mgr.a (mgr.14403) 27710 : cluster 0 pgmap v20695: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:44:59.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:44:59 smithi194 bash[32038]: cluster 2023-12-08T04:44:58.639788+0000 mgr.a (mgr.14403) 27711 : cluster 0 pgmap v20696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:44:59.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:44:59 smithi135 bash[32435]: cluster 2023-12-08T04:44:58.639788+0000 mgr.a (mgr.14403) 27711 : cluster 0 pgmap v20696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:45:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:44:59 smithi079 bash[28699]: cluster 2023-12-08T04:44:58.639788+0000 mgr.a (mgr.14403) 27711 : cluster 0 pgmap v20696: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:45:00.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:00 smithi194 bash[32038]: cluster 2023-12-08T04:45:00.640442+0000 mgr.a (mgr.14403) 27712 : cluster 0 pgmap v20697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:45:00.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:00 smithi135 bash[32435]: cluster 2023-12-08T04:45:00.640442+0000 mgr.a (mgr.14403) 27712 : cluster 0 pgmap v20697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:45:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:00 smithi079 bash[28699]: cluster 2023-12-08T04:45:00.640442+0000 mgr.a (mgr.14403) 27712 : cluster 0 pgmap v20697: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:45:01.686 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:45:01.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:01.687 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:02.572 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:45:02.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:02.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:02.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:02.572 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:45:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:03 smithi194 bash[32038]: audit 2023-12-08T04:45:02.075788+0000 mgr.a (mgr.14403) 27713 : audit 0 from='client.544101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:03.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:03 smithi194 bash[32038]: cluster 2023-12-08T04:45:02.641120+0000 mgr.a (mgr.14403) 27714 : cluster 0 pgmap v20698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:03.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:03 smithi135 bash[32435]: audit 2023-12-08T04:45:02.075788+0000 mgr.a (mgr.14403) 27713 : audit 0 from='client.544101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:03.960 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:03 smithi135 bash[32435]: cluster 2023-12-08T04:45:02.641120+0000 mgr.a (mgr.14403) 27714 : cluster 0 pgmap v20698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:03 smithi079 bash[28699]: audit 2023-12-08T04:45:02.075788+0000 mgr.a (mgr.14403) 27713 : audit 0 from='client.544101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:04.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:03 smithi079 bash[28699]: cluster 2023-12-08T04:45:02.641120+0000 mgr.a (mgr.14403) 27714 : cluster 0 pgmap v20698: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:04 smithi079 bash[28699]: cluster 2023-12-08T04:45:04.641892+0000 mgr.a (mgr.14403) 27715 : cluster 0 pgmap v20699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:05.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:04 smithi194 bash[32038]: cluster 2023-12-08T04:45:04.641892+0000 mgr.a (mgr.14403) 27715 : cluster 0 pgmap v20699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:05.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:04 smithi135 bash[32435]: cluster 2023-12-08T04:45:04.641892+0000 mgr.a (mgr.14403) 27715 : cluster 0 pgmap v20699: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:06 smithi079 bash[28699]: cluster 2023-12-08T04:45:06.642469+0000 mgr.a (mgr.14403) 27716 : cluster 0 pgmap v20700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:07.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:06 smithi194 bash[32038]: cluster 2023-12-08T04:45:06.642469+0000 mgr.a (mgr.14403) 27716 : cluster 0 pgmap v20700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:07.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:06 smithi135 bash[32435]: cluster 2023-12-08T04:45:06.642469+0000 mgr.a (mgr.14403) 27716 : cluster 0 pgmap v20700: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:07.575 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:45:07.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:07.576 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:08.503 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:45:08.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:08.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:08.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:08.503 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:45:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:09 smithi194 bash[32038]: audit 2023-12-08T04:45:07.980045+0000 mgr.a (mgr.14403) 27717 : audit 0 from='client.544176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:09.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:09 smithi194 bash[32038]: cluster 2023-12-08T04:45:08.643383+0000 mgr.a (mgr.14403) 27718 : cluster 0 pgmap v20701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:45:09.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:09 smithi135 bash[32435]: audit 2023-12-08T04:45:07.980045+0000 mgr.a (mgr.14403) 27717 : audit 0 from='client.544176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:09.961 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:09 smithi135 bash[32435]: cluster 2023-12-08T04:45:08.643383+0000 mgr.a (mgr.14403) 27718 : cluster 0 pgmap v20701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:45:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:09 smithi079 bash[28699]: audit 2023-12-08T04:45:07.980045+0000 mgr.a (mgr.14403) 27717 : audit 0 from='client.544176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:10.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:09 smithi079 bash[28699]: cluster 2023-12-08T04:45:08.643383+0000 mgr.a (mgr.14403) 27718 : cluster 0 pgmap v20701: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-08T04:45:10.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:10 smithi135 bash[32435]: cluster 2023-12-08T04:45:10.643953+0000 mgr.a (mgr.14403) 27719 : cluster 0 pgmap v20702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:10 smithi079 bash[28699]: cluster 2023-12-08T04:45:10.643953+0000 mgr.a (mgr.14403) 27719 : cluster 0 pgmap v20702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:10 smithi194 bash[32038]: cluster 2023-12-08T04:45:10.643953+0000 mgr.a (mgr.14403) 27719 : cluster 0 pgmap v20702: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:13.506 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:45:13.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:13.510 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:13.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:13 smithi194 bash[32038]: cluster 2023-12-08T04:45:12.644481+0000 mgr.a (mgr.14403) 27720 : cluster 0 pgmap v20703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:45:13.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:13 smithi135 bash[32435]: cluster 2023-12-08T04:45:12.644481+0000 mgr.a (mgr.14403) 27720 : cluster 0 pgmap v20703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:45:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:13 smithi079 bash[28699]: cluster 2023-12-08T04:45:12.644481+0000 mgr.a (mgr.14403) 27720 : cluster 0 pgmap v20703: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-08T04:45:14.408 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:45:14.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:14.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:14.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:14.408 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:45:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:14 smithi079 bash[28699]: audit 2023-12-08T04:45:13.907459+0000 mgr.a (mgr.14403) 27721 : audit 0 from='client.544251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:15.146 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:14 smithi079 bash[28699]: cluster 2023-12-08T04:45:14.645543+0000 mgr.a (mgr.14403) 27722 : cluster 0 pgmap v20704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:14 smithi194 bash[32038]: audit 2023-12-08T04:45:13.907459+0000 mgr.a (mgr.14403) 27721 : audit 0 from='client.544251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:14 smithi194 bash[32038]: cluster 2023-12-08T04:45:14.645543+0000 mgr.a (mgr.14403) 27722 : cluster 0 pgmap v20704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:14 smithi135 bash[32435]: audit 2023-12-08T04:45:13.907459+0000 mgr.a (mgr.14403) 27721 : audit 0 from='client.544251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:14 smithi135 bash[32435]: cluster 2023-12-08T04:45:14.645543+0000 mgr.a (mgr.14403) 27722 : cluster 0 pgmap v20704: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:16 smithi079 bash[28699]: cluster 2023-12-08T04:45:16.646106+0000 mgr.a (mgr.14403) 27723 : cluster 0 pgmap v20705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:16 smithi194 bash[32038]: cluster 2023-12-08T04:45:16.646106+0000 mgr.a (mgr.14403) 27723 : cluster 0 pgmap v20705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:17.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:16 smithi135 bash[32435]: cluster 2023-12-08T04:45:16.646106+0000 mgr.a (mgr.14403) 27723 : cluster 0 pgmap v20705: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:18 smithi079 bash[28699]: cluster 2023-12-08T04:45:18.646894+0000 mgr.a (mgr.14403) 27724 : cluster 0 pgmap v20706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:18 smithi194 bash[32038]: cluster 2023-12-08T04:45:18.646894+0000 mgr.a (mgr.14403) 27724 : cluster 0 pgmap v20706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:19.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:18 smithi135 bash[32435]: cluster 2023-12-08T04:45:18.646894+0000 mgr.a (mgr.14403) 27724 : cluster 0 pgmap v20706: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:19.411 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:45:19.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:19.412 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:20.323 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:45:20.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:20.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:20.323 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:20.324 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:45:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:20 smithi079 bash[28699]: audit 2023-12-08T04:45:19.812172+0000 mgr.a (mgr.14403) 27725 : audit 0 from='client.544329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:20 smithi079 bash[28699]: cluster 2023-12-08T04:45:20.647670+0000 mgr.a (mgr.14403) 27726 : cluster 0 pgmap v20707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:45:21.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:20 smithi194 bash[32038]: audit 2023-12-08T04:45:19.812172+0000 mgr.a (mgr.14403) 27725 : audit 0 from='client.544329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:21.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:20 smithi194 bash[32038]: cluster 2023-12-08T04:45:20.647670+0000 mgr.a (mgr.14403) 27726 : cluster 0 pgmap v20707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:45:21.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:20 smithi135 bash[32435]: audit 2023-12-08T04:45:19.812172+0000 mgr.a (mgr.14403) 27725 : audit 0 from='client.544329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:21.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:20 smithi135 bash[32435]: cluster 2023-12-08T04:45:20.647670+0000 mgr.a (mgr.14403) 27726 : cluster 0 pgmap v20707: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:45:23.955 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:23 smithi194 bash[32038]: cluster 2023-12-08T04:45:22.648222+0000 mgr.a (mgr.14403) 27727 : cluster 0 pgmap v20708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:45:23.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:23 smithi135 bash[32435]: cluster 2023-12-08T04:45:22.648222+0000 mgr.a (mgr.14403) 27727 : cluster 0 pgmap v20708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:45:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:23 smithi079 bash[28699]: cluster 2023-12-08T04:45:22.648222+0000 mgr.a (mgr.14403) 27727 : cluster 0 pgmap v20708: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-08T04:45:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:24 smithi079 bash[28699]: cluster 2023-12-08T04:45:24.649077+0000 mgr.a (mgr.14403) 27728 : cluster 0 pgmap v20709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:45:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:24 smithi194 bash[32038]: cluster 2023-12-08T04:45:24.649077+0000 mgr.a (mgr.14403) 27728 : cluster 0 pgmap v20709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:45:25.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:24 smithi135 bash[32435]: cluster 2023-12-08T04:45:24.649077+0000 mgr.a (mgr.14403) 27728 : cluster 0 pgmap v20709: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-08T04:45:25.326 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:45:25.327 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:25.327 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:26.220 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:45:26.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:26.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:26.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:26.221 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:45:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:26 smithi079 bash[28699]: audit 2023-12-08T04:45:25.724823+0000 mgr.a (mgr.14403) 27729 : audit 0 from='client.544407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:26 smithi079 bash[28699]: cluster 2023-12-08T04:45:26.649810+0000 mgr.a (mgr.14403) 27730 : cluster 0 pgmap v20710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:27.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:26 smithi194 bash[32038]: audit 2023-12-08T04:45:25.724823+0000 mgr.a (mgr.14403) 27729 : audit 0 from='client.544407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:27.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:26 smithi194 bash[32038]: cluster 2023-12-08T04:45:26.649810+0000 mgr.a (mgr.14403) 27730 : cluster 0 pgmap v20710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:27.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:26 smithi135 bash[32435]: audit 2023-12-08T04:45:25.724823+0000 mgr.a (mgr.14403) 27729 : audit 0 from='client.544407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:27.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:26 smithi135 bash[32435]: cluster 2023-12-08T04:45:26.649810+0000 mgr.a (mgr.14403) 27730 : cluster 0 pgmap v20710: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:28.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:28 smithi135 bash[32435]: audit 2023-12-08T04:45:28.085148+0000 mon.a (mon.0) 4267 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:45:28.959 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:28 smithi135 bash[32435]: cluster 2023-12-08T04:45:28.650552+0000 mgr.a (mgr.14403) 27731 : cluster 0 pgmap v20711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:28 smithi079 bash[28699]: audit 2023-12-08T04:45:28.085148+0000 mon.a (mon.0) 4267 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:45:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:28 smithi079 bash[28699]: cluster 2023-12-08T04:45:28.650552+0000 mgr.a (mgr.14403) 27731 : cluster 0 pgmap v20711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:28 smithi194 bash[32038]: audit 2023-12-08T04:45:28.085148+0000 mon.a (mon.0) 4267 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:45:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:28 smithi194 bash[32038]: cluster 2023-12-08T04:45:28.650552+0000 mgr.a (mgr.14403) 27731 : cluster 0 pgmap v20711: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:29 smithi079 bash[28699]: audit 2023-12-08T04:45:28.825530+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:45:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:29 smithi079 bash[28699]: audit 2023-12-08T04:45:28.827402+0000 mon.a (mon.0) 4269 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:45:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:29 smithi079 bash[28699]: audit 2023-12-08T04:45:28.836962+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:45:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:29 smithi194 bash[32038]: audit 2023-12-08T04:45:28.825530+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:45:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:29 smithi194 bash[32038]: audit 2023-12-08T04:45:28.827402+0000 mon.a (mon.0) 4269 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:45:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:29 smithi194 bash[32038]: audit 2023-12-08T04:45:28.836962+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:45:30.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:29 smithi135 bash[32435]: audit 2023-12-08T04:45:28.825530+0000 mon.a (mon.0) 4268 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:45:30.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:29 smithi135 bash[32435]: audit 2023-12-08T04:45:28.827402+0000 mon.a (mon.0) 4269 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:45:30.210 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:29 smithi135 bash[32435]: audit 2023-12-08T04:45:28.836962+0000 mon.a (mon.0) 4270 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:45:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:30 smithi079 bash[28699]: cluster 2023-12-08T04:45:30.651161+0000 mgr.a (mgr.14403) 27732 : cluster 0 pgmap v20712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:31.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:30 smithi194 bash[32038]: cluster 2023-12-08T04:45:30.651161+0000 mgr.a (mgr.14403) 27732 : cluster 0 pgmap v20712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:31.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:30 smithi135 bash[32435]: cluster 2023-12-08T04:45:30.651161+0000 mgr.a (mgr.14403) 27732 : cluster 0 pgmap v20712: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:31.223 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:45:31.224 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:31.225 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:32.133 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:45:32.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:32.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:32.133 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:32.134 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:45:32.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:31 smithi079 bash[28699]: audit 2023-12-08T04:45:31.625758+0000 mgr.a (mgr.14403) 27733 : audit 0 from='client.544485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:32.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:31 smithi194 bash[32038]: audit 2023-12-08T04:45:31.625758+0000 mgr.a (mgr.14403) 27733 : audit 0 from='client.544485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:32.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:31 smithi135 bash[32435]: audit 2023-12-08T04:45:31.625758+0000 mgr.a (mgr.14403) 27733 : audit 0 from='client.544485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:32 smithi079 bash[28699]: cluster 2023-12-08T04:45:32.651872+0000 mgr.a (mgr.14403) 27734 : cluster 0 pgmap v20713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:32 smithi194 bash[32038]: cluster 2023-12-08T04:45:32.651872+0000 mgr.a (mgr.14403) 27734 : cluster 0 pgmap v20713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:33.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:32 smithi135 bash[32435]: cluster 2023-12-08T04:45:32.651872+0000 mgr.a (mgr.14403) 27734 : cluster 0 pgmap v20713: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:34 smithi079 bash[28699]: cluster 2023-12-08T04:45:34.652667+0000 mgr.a (mgr.14403) 27735 : cluster 0 pgmap v20714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:34 smithi194 bash[32038]: cluster 2023-12-08T04:45:34.652667+0000 mgr.a (mgr.14403) 27735 : cluster 0 pgmap v20714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:35.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:34 smithi135 bash[32435]: cluster 2023-12-08T04:45:34.652667+0000 mgr.a (mgr.14403) 27735 : cluster 0 pgmap v20714: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:37.136 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:45:37.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:37.137 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:37.144 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:36 smithi079 bash[28699]: cluster 2023-12-08T04:45:36.653195+0000 mgr.a (mgr.14403) 27736 : cluster 0 pgmap v20715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:36 smithi194 bash[32038]: cluster 2023-12-08T04:45:36.653195+0000 mgr.a (mgr.14403) 27736 : cluster 0 pgmap v20715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:37.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:36 smithi135 bash[32435]: cluster 2023-12-08T04:45:36.653195+0000 mgr.a (mgr.14403) 27736 : cluster 0 pgmap v20715: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:38.079 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:45:38.079 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:38.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:38.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:38.080 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:45:38.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:37 smithi079 bash[28699]: audit 2023-12-08T04:45:37.545459+0000 mgr.a (mgr.14403) 27737 : audit 0 from='client.544560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:38.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:37 smithi194 bash[32038]: audit 2023-12-08T04:45:37.545459+0000 mgr.a (mgr.14403) 27737 : audit 0 from='client.544560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:38.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:37 smithi135 bash[32435]: audit 2023-12-08T04:45:37.545459+0000 mgr.a (mgr.14403) 27737 : audit 0 from='client.544560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:38 smithi079 bash[28699]: cluster 2023-12-08T04:45:38.654262+0000 mgr.a (mgr.14403) 27738 : cluster 0 pgmap v20716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:39.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:38 smithi194 bash[32038]: cluster 2023-12-08T04:45:38.654262+0000 mgr.a (mgr.14403) 27738 : cluster 0 pgmap v20716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:39.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:38 smithi135 bash[32435]: cluster 2023-12-08T04:45:38.654262+0000 mgr.a (mgr.14403) 27738 : cluster 0 pgmap v20716: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:40 smithi079 bash[28699]: cluster 2023-12-08T04:45:40.655049+0000 mgr.a (mgr.14403) 27739 : cluster 0 pgmap v20717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:41.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:40 smithi194 bash[32038]: cluster 2023-12-08T04:45:40.655049+0000 mgr.a (mgr.14403) 27739 : cluster 0 pgmap v20717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:41.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:40 smithi135 bash[32435]: cluster 2023-12-08T04:45:40.655049+0000 mgr.a (mgr.14403) 27739 : cluster 0 pgmap v20717: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:43.082 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:45:43.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:43.083 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:42 smithi079 bash[28699]: cluster 2023-12-08T04:45:42.655573+0000 mgr.a (mgr.14403) 27740 : cluster 0 pgmap v20718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:43.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:42 smithi194 bash[32038]: cluster 2023-12-08T04:45:42.655573+0000 mgr.a (mgr.14403) 27740 : cluster 0 pgmap v20718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:43.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:42 smithi135 bash[32435]: cluster 2023-12-08T04:45:42.655573+0000 mgr.a (mgr.14403) 27740 : cluster 0 pgmap v20718: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:43.963 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:45:43.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:43.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:43.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:43.963 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:45:44.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:43 smithi079 bash[28699]: audit 2023-12-08T04:45:43.478357+0000 mgr.a (mgr.14403) 27741 : audit 0 from='client.544638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:44.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:43 smithi194 bash[32038]: audit 2023-12-08T04:45:43.478357+0000 mgr.a (mgr.14403) 27741 : audit 0 from='client.544638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:44.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:43 smithi135 bash[32435]: audit 2023-12-08T04:45:43.478357+0000 mgr.a (mgr.14403) 27741 : audit 0 from='client.544638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:44 smithi079 bash[28699]: cluster 2023-12-08T04:45:44.656683+0000 mgr.a (mgr.14403) 27742 : cluster 0 pgmap v20719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:45.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:44 smithi194 bash[32038]: cluster 2023-12-08T04:45:44.656683+0000 mgr.a (mgr.14403) 27742 : cluster 0 pgmap v20719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:45.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:44 smithi135 bash[32435]: cluster 2023-12-08T04:45:44.656683+0000 mgr.a (mgr.14403) 27742 : cluster 0 pgmap v20719: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:46 smithi079 bash[28699]: cluster 2023-12-08T04:45:46.657252+0000 mgr.a (mgr.14403) 27743 : cluster 0 pgmap v20720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:46 smithi194 bash[32038]: cluster 2023-12-08T04:45:46.657252+0000 mgr.a (mgr.14403) 27743 : cluster 0 pgmap v20720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:47.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:46 smithi135 bash[32435]: cluster 2023-12-08T04:45:46.657252+0000 mgr.a (mgr.14403) 27743 : cluster 0 pgmap v20720: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:48.966 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:45:48.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:48.967 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:48 smithi079 bash[28699]: cluster 2023-12-08T04:45:48.657959+0000 mgr.a (mgr.14403) 27744 : cluster 0 pgmap v20721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:48 smithi194 bash[32038]: cluster 2023-12-08T04:45:48.657959+0000 mgr.a (mgr.14403) 27744 : cluster 0 pgmap v20721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:49.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:48 smithi135 bash[32435]: cluster 2023-12-08T04:45:48.657959+0000 mgr.a (mgr.14403) 27744 : cluster 0 pgmap v20721: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:49.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:49.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:49.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:49.856 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:45:49.856 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:45:50.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:49 smithi079 bash[28699]: audit 2023-12-08T04:45:49.355778+0000 mgr.a (mgr.14403) 27745 : audit 0 from='client.544716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:50.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:49 smithi194 bash[32038]: audit 2023-12-08T04:45:49.355778+0000 mgr.a (mgr.14403) 27745 : audit 0 from='client.544716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:50.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:49 smithi135 bash[32435]: audit 2023-12-08T04:45:49.355778+0000 mgr.a (mgr.14403) 27745 : audit 0 from='client.544716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:50 smithi079 bash[28699]: cluster 2023-12-08T04:45:50.658699+0000 mgr.a (mgr.14403) 27746 : cluster 0 pgmap v20722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:50 smithi194 bash[32038]: cluster 2023-12-08T04:45:50.658699+0000 mgr.a (mgr.14403) 27746 : cluster 0 pgmap v20722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:51.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:50 smithi135 bash[32435]: cluster 2023-12-08T04:45:50.658699+0000 mgr.a (mgr.14403) 27746 : cluster 0 pgmap v20722: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:52 smithi079 bash[28699]: cluster 2023-12-08T04:45:52.659333+0000 mgr.a (mgr.14403) 27747 : cluster 0 pgmap v20723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:53.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:52 smithi194 bash[32038]: cluster 2023-12-08T04:45:52.659333+0000 mgr.a (mgr.14403) 27747 : cluster 0 pgmap v20723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:53.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:52 smithi135 bash[32435]: cluster 2023-12-08T04:45:52.659333+0000 mgr.a (mgr.14403) 27747 : cluster 0 pgmap v20723: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:45:54.859 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:45:54.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:45:54.860 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:45:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:54 smithi079 bash[28699]: cluster 2023-12-08T04:45:54.660164+0000 mgr.a (mgr.14403) 27748 : cluster 0 pgmap v20724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:54 smithi194 bash[32038]: cluster 2023-12-08T04:45:54.660164+0000 mgr.a (mgr.14403) 27748 : cluster 0 pgmap v20724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:55.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:54 smithi135 bash[32435]: cluster 2023-12-08T04:45:54.660164+0000 mgr.a (mgr.14403) 27748 : cluster 0 pgmap v20724: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:55.741 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:45:55.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:45:55.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:45:55.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:45:55.742 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:45:56.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:55 smithi079 bash[28699]: audit 2023-12-08T04:45:55.258880+0000 mgr.a (mgr.14403) 27749 : audit 0 from='client.544794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:56.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:55 smithi194 bash[32038]: audit 2023-12-08T04:45:55.258880+0000 mgr.a (mgr.14403) 27749 : audit 0 from='client.544794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:56.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:55 smithi135 bash[32435]: audit 2023-12-08T04:45:55.258880+0000 mgr.a (mgr.14403) 27749 : audit 0 from='client.544794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:45:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:56 smithi079 bash[28699]: cluster 2023-12-08T04:45:56.660886+0000 mgr.a (mgr.14403) 27750 : cluster 0 pgmap v20725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:56 smithi194 bash[32038]: cluster 2023-12-08T04:45:56.660886+0000 mgr.a (mgr.14403) 27750 : cluster 0 pgmap v20725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:57.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:56 smithi135 bash[32435]: cluster 2023-12-08T04:45:56.660886+0000 mgr.a (mgr.14403) 27750 : cluster 0 pgmap v20725: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:45:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:45:58 smithi079 bash[28699]: cluster 2023-12-08T04:45:58.661728+0000 mgr.a (mgr.14403) 27751 : cluster 0 pgmap v20726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:45:58 smithi194 bash[32038]: cluster 2023-12-08T04:45:58.661728+0000 mgr.a (mgr.14403) 27751 : cluster 0 pgmap v20726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:45:59.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:45:58 smithi135 bash[32435]: cluster 2023-12-08T04:45:58.661728+0000 mgr.a (mgr.14403) 27751 : cluster 0 pgmap v20726: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:00.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:46:00.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:00.745 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:00 smithi079 bash[28699]: cluster 2023-12-08T04:46:00.662284+0000 mgr.a (mgr.14403) 27752 : cluster 0 pgmap v20727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:00 smithi194 bash[32038]: cluster 2023-12-08T04:46:00.662284+0000 mgr.a (mgr.14403) 27752 : cluster 0 pgmap v20727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:01.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:00 smithi135 bash[32435]: cluster 2023-12-08T04:46:00.662284+0000 mgr.a (mgr.14403) 27752 : cluster 0 pgmap v20727: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:01.662 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:46:01.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:01.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:01.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:01.662 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:46:02.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:01 smithi079 bash[28699]: audit 2023-12-08T04:46:01.153733+0000 mgr.a (mgr.14403) 27753 : audit 0 from='client.544869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:02.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:01 smithi194 bash[32038]: audit 2023-12-08T04:46:01.153733+0000 mgr.a (mgr.14403) 27753 : audit 0 from='client.544869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:02.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:01 smithi135 bash[32435]: audit 2023-12-08T04:46:01.153733+0000 mgr.a (mgr.14403) 27753 : audit 0 from='client.544869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:02 smithi079 bash[28699]: cluster 2023-12-08T04:46:02.663197+0000 mgr.a (mgr.14403) 27754 : cluster 0 pgmap v20728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:03.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:02 smithi194 bash[32038]: cluster 2023-12-08T04:46:02.663197+0000 mgr.a (mgr.14403) 27754 : cluster 0 pgmap v20728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:03.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:02 smithi135 bash[32435]: cluster 2023-12-08T04:46:02.663197+0000 mgr.a (mgr.14403) 27754 : cluster 0 pgmap v20728: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:04 smithi079 bash[28699]: cluster 2023-12-08T04:46:04.664299+0000 mgr.a (mgr.14403) 27755 : cluster 0 pgmap v20729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:05.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:04 smithi194 bash[32038]: cluster 2023-12-08T04:46:04.664299+0000 mgr.a (mgr.14403) 27755 : cluster 0 pgmap v20729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:05.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:04 smithi135 bash[32435]: cluster 2023-12-08T04:46:04.664299+0000 mgr.a (mgr.14403) 27755 : cluster 0 pgmap v20729: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:06.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:46:06.665 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:06.666 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:06 smithi079 bash[28699]: cluster 2023-12-08T04:46:06.664878+0000 mgr.a (mgr.14403) 27756 : cluster 0 pgmap v20730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:07.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:06 smithi194 bash[32038]: cluster 2023-12-08T04:46:06.664878+0000 mgr.a (mgr.14403) 27756 : cluster 0 pgmap v20730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:07.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:06 smithi135 bash[32435]: cluster 2023-12-08T04:46:06.664878+0000 mgr.a (mgr.14403) 27756 : cluster 0 pgmap v20730: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:07.553 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:46:07.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:07.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:07.553 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:07.554 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:46:08.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:07 smithi079 bash[28699]: audit 2023-12-08T04:46:07.057701+0000 mgr.a (mgr.14403) 27757 : audit 0 from='client.544947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:08.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:07 smithi194 bash[32038]: audit 2023-12-08T04:46:07.057701+0000 mgr.a (mgr.14403) 27757 : audit 0 from='client.544947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:08.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:07 smithi135 bash[32435]: audit 2023-12-08T04:46:07.057701+0000 mgr.a (mgr.14403) 27757 : audit 0 from='client.544947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:08 smithi079 bash[28699]: cluster 2023-12-08T04:46:08.665940+0000 mgr.a (mgr.14403) 27758 : cluster 0 pgmap v20731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:09.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:08 smithi194 bash[32038]: cluster 2023-12-08T04:46:08.665940+0000 mgr.a (mgr.14403) 27758 : cluster 0 pgmap v20731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:09.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:08 smithi135 bash[32435]: cluster 2023-12-08T04:46:08.665940+0000 mgr.a (mgr.14403) 27758 : cluster 0 pgmap v20731: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:10 smithi079 bash[28699]: cluster 2023-12-08T04:46:10.666461+0000 mgr.a (mgr.14403) 27759 : cluster 0 pgmap v20732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:10 smithi194 bash[32038]: cluster 2023-12-08T04:46:10.666461+0000 mgr.a (mgr.14403) 27759 : cluster 0 pgmap v20732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:11.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:10 smithi135 bash[32435]: cluster 2023-12-08T04:46:10.666461+0000 mgr.a (mgr.14403) 27759 : cluster 0 pgmap v20732: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:12.556 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:46:12.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:12.557 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:12 smithi079 bash[28699]: cluster 2023-12-08T04:46:12.666819+0000 mgr.a (mgr.14403) 27760 : cluster 0 pgmap v20733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:12 smithi194 bash[32038]: cluster 2023-12-08T04:46:12.666819+0000 mgr.a (mgr.14403) 27760 : cluster 0 pgmap v20733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:12 smithi135 bash[32435]: cluster 2023-12-08T04:46:12.666819+0000 mgr.a (mgr.14403) 27760 : cluster 0 pgmap v20733: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:13.454 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:46:13.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:13.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:13.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:13.455 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:46:14.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:13 smithi079 bash[28699]: audit 2023-12-08T04:46:12.957679+0000 mgr.a (mgr.14403) 27761 : audit 0 from='client.545025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:14.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:13 smithi194 bash[32038]: audit 2023-12-08T04:46:12.957679+0000 mgr.a (mgr.14403) 27761 : audit 0 from='client.545025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:14.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:13 smithi135 bash[32435]: audit 2023-12-08T04:46:12.957679+0000 mgr.a (mgr.14403) 27761 : audit 0 from='client.545025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:14 smithi079 bash[28699]: cluster 2023-12-08T04:46:14.667708+0000 mgr.a (mgr.14403) 27762 : cluster 0 pgmap v20734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:14 smithi194 bash[32038]: cluster 2023-12-08T04:46:14.667708+0000 mgr.a (mgr.14403) 27762 : cluster 0 pgmap v20734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:14 smithi135 bash[32435]: cluster 2023-12-08T04:46:14.667708+0000 mgr.a (mgr.14403) 27762 : cluster 0 pgmap v20734: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:16 smithi079 bash[28699]: cluster 2023-12-08T04:46:16.668283+0000 mgr.a (mgr.14403) 27763 : cluster 0 pgmap v20735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:16 smithi194 bash[32038]: cluster 2023-12-08T04:46:16.668283+0000 mgr.a (mgr.14403) 27763 : cluster 0 pgmap v20735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:17.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:16 smithi135 bash[32435]: cluster 2023-12-08T04:46:16.668283+0000 mgr.a (mgr.14403) 27763 : cluster 0 pgmap v20735: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:18.458 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:46:18.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:18.459 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:18 smithi079 bash[28699]: cluster 2023-12-08T04:46:18.668963+0000 mgr.a (mgr.14403) 27764 : cluster 0 pgmap v20736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:18 smithi194 bash[32038]: cluster 2023-12-08T04:46:18.668963+0000 mgr.a (mgr.14403) 27764 : cluster 0 pgmap v20736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:19.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:18 smithi135 bash[32435]: cluster 2023-12-08T04:46:18.668963+0000 mgr.a (mgr.14403) 27764 : cluster 0 pgmap v20736: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:19.398 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:46:19.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:19.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:19.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:19.398 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:46:20.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:19 smithi079 bash[28699]: audit 2023-12-08T04:46:18.869430+0000 mgr.a (mgr.14403) 27765 : audit 0 from='client.545103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:20.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:19 smithi194 bash[32038]: audit 2023-12-08T04:46:18.869430+0000 mgr.a (mgr.14403) 27765 : audit 0 from='client.545103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:20.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:19 smithi135 bash[32435]: audit 2023-12-08T04:46:18.869430+0000 mgr.a (mgr.14403) 27765 : audit 0 from='client.545103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:20 smithi079 bash[28699]: cluster 2023-12-08T04:46:20.669600+0000 mgr.a (mgr.14403) 27766 : cluster 0 pgmap v20737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:21.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:20 smithi194 bash[32038]: cluster 2023-12-08T04:46:20.669600+0000 mgr.a (mgr.14403) 27766 : cluster 0 pgmap v20737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:21.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:20 smithi135 bash[32435]: cluster 2023-12-08T04:46:20.669600+0000 mgr.a (mgr.14403) 27766 : cluster 0 pgmap v20737: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:22 smithi079 bash[28699]: cluster 2023-12-08T04:46:22.670100+0000 mgr.a (mgr.14403) 27767 : cluster 0 pgmap v20738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:23.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:22 smithi194 bash[32038]: cluster 2023-12-08T04:46:22.670100+0000 mgr.a (mgr.14403) 27767 : cluster 0 pgmap v20738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:23.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:22 smithi135 bash[32435]: cluster 2023-12-08T04:46:22.670100+0000 mgr.a (mgr.14403) 27767 : cluster 0 pgmap v20738: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:24.401 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:46:24.402 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:24.402 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:24 smithi079 bash[28699]: cluster 2023-12-08T04:46:24.670885+0000 mgr.a (mgr.14403) 27768 : cluster 0 pgmap v20739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:24 smithi194 bash[32038]: cluster 2023-12-08T04:46:24.670885+0000 mgr.a (mgr.14403) 27768 : cluster 0 pgmap v20739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:25.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:24 smithi135 bash[32435]: cluster 2023-12-08T04:46:24.670885+0000 mgr.a (mgr.14403) 27768 : cluster 0 pgmap v20739: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:25.298 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:46:25.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:25.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:25.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:25.299 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:46:26.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:25 smithi079 bash[28699]: audit 2023-12-08T04:46:24.806211+0000 mgr.a (mgr.14403) 27769 : audit 0 from='client.545181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:26.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:25 smithi194 bash[32038]: audit 2023-12-08T04:46:24.806211+0000 mgr.a (mgr.14403) 27769 : audit 0 from='client.545181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:26.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:25 smithi135 bash[32435]: audit 2023-12-08T04:46:24.806211+0000 mgr.a (mgr.14403) 27769 : audit 0 from='client.545181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:26 smithi079 bash[28699]: cluster 2023-12-08T04:46:26.671512+0000 mgr.a (mgr.14403) 27770 : cluster 0 pgmap v20740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:27.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:26 smithi194 bash[32038]: cluster 2023-12-08T04:46:26.671512+0000 mgr.a (mgr.14403) 27770 : cluster 0 pgmap v20740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:27.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:26 smithi135 bash[32435]: cluster 2023-12-08T04:46:26.671512+0000 mgr.a (mgr.14403) 27770 : cluster 0 pgmap v20740: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:28 smithi079 bash[28699]: cluster 2023-12-08T04:46:28.672326+0000 mgr.a (mgr.14403) 27771 : cluster 0 pgmap v20741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:28 smithi194 bash[32038]: cluster 2023-12-08T04:46:28.672326+0000 mgr.a (mgr.14403) 27771 : cluster 0 pgmap v20741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:29.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:28 smithi135 bash[32435]: cluster 2023-12-08T04:46:28.672326+0000 mgr.a (mgr.14403) 27771 : cluster 0 pgmap v20741: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:29 smithi079 bash[28699]: audit 2023-12-08T04:46:28.939051+0000 mon.a (mon.0) 4271 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:46:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:29 smithi079 bash[28699]: audit 2023-12-08T04:46:29.468989+0000 mon.a (mon.0) 4272 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:46:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:29 smithi079 bash[28699]: audit 2023-12-08T04:46:29.475026+0000 mon.a (mon.0) 4273 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:46:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:29 smithi194 bash[32038]: audit 2023-12-08T04:46:28.939051+0000 mon.a (mon.0) 4271 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:46:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:29 smithi194 bash[32038]: audit 2023-12-08T04:46:29.468989+0000 mon.a (mon.0) 4272 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:46:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:29 smithi194 bash[32038]: audit 2023-12-08T04:46:29.475026+0000 mon.a (mon.0) 4273 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:46:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:29 smithi135 bash[32435]: audit 2023-12-08T04:46:28.939051+0000 mon.a (mon.0) 4271 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:46:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:29 smithi135 bash[32435]: audit 2023-12-08T04:46:29.468989+0000 mon.a (mon.0) 4272 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:46:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:29 smithi135 bash[32435]: audit 2023-12-08T04:46:29.475026+0000 mon.a (mon.0) 4273 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:46:30.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:46:30.301 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:30.301 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:30 smithi079 bash[28699]: audit 2023-12-08T04:46:30.209288+0000 mon.a (mon.0) 4274 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:46:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:30 smithi079 bash[28699]: audit 2023-12-08T04:46:30.211000+0000 mon.a (mon.0) 4275 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:46:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:30 smithi079 bash[28699]: audit 2023-12-08T04:46:30.220325+0000 mon.a (mon.0) 4276 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:46:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:30 smithi079 bash[28699]: cluster 2023-12-08T04:46:30.672712+0000 mgr.a (mgr.14403) 27772 : cluster 0 pgmap v20742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:30 smithi079 bash[28699]: audit 2023-12-08T04:46:30.697913+0000 mgr.a (mgr.14403) 27773 : audit 0 from='client.545256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:31.196 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:46:31.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:31.196 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:31.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:31.197 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:46:31.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:30 smithi194 bash[32038]: audit 2023-12-08T04:46:30.209288+0000 mon.a (mon.0) 4274 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:46:31.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:30 smithi194 bash[32038]: audit 2023-12-08T04:46:30.211000+0000 mon.a (mon.0) 4275 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:46:31.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:30 smithi194 bash[32038]: audit 2023-12-08T04:46:30.220325+0000 mon.a (mon.0) 4276 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:46:31.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:30 smithi194 bash[32038]: cluster 2023-12-08T04:46:30.672712+0000 mgr.a (mgr.14403) 27772 : cluster 0 pgmap v20742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:31.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:30 smithi194 bash[32038]: audit 2023-12-08T04:46:30.697913+0000 mgr.a (mgr.14403) 27773 : audit 0 from='client.545256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:31.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:30 smithi135 bash[32435]: audit 2023-12-08T04:46:30.209288+0000 mon.a (mon.0) 4274 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:46:31.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:30 smithi135 bash[32435]: audit 2023-12-08T04:46:30.211000+0000 mon.a (mon.0) 4275 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:46:31.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:30 smithi135 bash[32435]: audit 2023-12-08T04:46:30.220325+0000 mon.a (mon.0) 4276 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:46:31.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:30 smithi135 bash[32435]: cluster 2023-12-08T04:46:30.672712+0000 mgr.a (mgr.14403) 27772 : cluster 0 pgmap v20742: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:31.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:30 smithi135 bash[32435]: audit 2023-12-08T04:46:30.697913+0000 mgr.a (mgr.14403) 27773 : audit 0 from='client.545256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:32 smithi079 bash[28699]: cluster 2023-12-08T04:46:32.673365+0000 mgr.a (mgr.14403) 27774 : cluster 0 pgmap v20743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:32 smithi194 bash[32038]: cluster 2023-12-08T04:46:32.673365+0000 mgr.a (mgr.14403) 27774 : cluster 0 pgmap v20743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:33.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:32 smithi135 bash[32435]: cluster 2023-12-08T04:46:32.673365+0000 mgr.a (mgr.14403) 27774 : cluster 0 pgmap v20743: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:34 smithi079 bash[28699]: cluster 2023-12-08T04:46:34.674320+0000 mgr.a (mgr.14403) 27775 : cluster 0 pgmap v20744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:34 smithi194 bash[32038]: cluster 2023-12-08T04:46:34.674320+0000 mgr.a (mgr.14403) 27775 : cluster 0 pgmap v20744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:35.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:34 smithi135 bash[32435]: cluster 2023-12-08T04:46:34.674320+0000 mgr.a (mgr.14403) 27775 : cluster 0 pgmap v20744: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:36.199 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:46:36.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:36.200 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:37.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:37.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:37.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:37.090 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:46:37.090 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:46:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:36 smithi079 bash[28699]: audit 2023-12-08T04:46:36.598086+0000 mgr.a (mgr.14403) 27776 : audit 0 from='client.545334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:36 smithi079 bash[28699]: cluster 2023-12-08T04:46:36.674884+0000 mgr.a (mgr.14403) 27777 : cluster 0 pgmap v20745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:36 smithi194 bash[32038]: audit 2023-12-08T04:46:36.598086+0000 mgr.a (mgr.14403) 27776 : audit 0 from='client.545334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:36 smithi194 bash[32038]: cluster 2023-12-08T04:46:36.674884+0000 mgr.a (mgr.14403) 27777 : cluster 0 pgmap v20745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:37.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:36 smithi135 bash[32435]: audit 2023-12-08T04:46:36.598086+0000 mgr.a (mgr.14403) 27776 : audit 0 from='client.545334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:37.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:36 smithi135 bash[32435]: cluster 2023-12-08T04:46:36.674884+0000 mgr.a (mgr.14403) 27777 : cluster 0 pgmap v20745: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:38 smithi079 bash[28699]: cluster 2023-12-08T04:46:38.675637+0000 mgr.a (mgr.14403) 27778 : cluster 0 pgmap v20746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:39.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:38 smithi194 bash[32038]: cluster 2023-12-08T04:46:38.675637+0000 mgr.a (mgr.14403) 27778 : cluster 0 pgmap v20746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:39.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:38 smithi135 bash[32435]: cluster 2023-12-08T04:46:38.675637+0000 mgr.a (mgr.14403) 27778 : cluster 0 pgmap v20746: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:40 smithi079 bash[28699]: cluster 2023-12-08T04:46:40.676323+0000 mgr.a (mgr.14403) 27779 : cluster 0 pgmap v20747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:41.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:40 smithi194 bash[32038]: cluster 2023-12-08T04:46:40.676323+0000 mgr.a (mgr.14403) 27779 : cluster 0 pgmap v20747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:41.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:40 smithi135 bash[32435]: cluster 2023-12-08T04:46:40.676323+0000 mgr.a (mgr.14403) 27779 : cluster 0 pgmap v20747: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:42.092 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:46:42.093 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:42.094 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:43.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:43.033 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:43.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:43.034 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:46:43.034 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:46:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:42 smithi079 bash[28699]: audit 2023-12-08T04:46:42.497052+0000 mgr.a (mgr.14403) 27780 : audit 0 from='client.545406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:43.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:42 smithi079 bash[28699]: cluster 2023-12-08T04:46:42.677091+0000 mgr.a (mgr.14403) 27781 : cluster 0 pgmap v20748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:43.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:42 smithi194 bash[32038]: audit 2023-12-08T04:46:42.497052+0000 mgr.a (mgr.14403) 27780 : audit 0 from='client.545406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:43.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:42 smithi194 bash[32038]: cluster 2023-12-08T04:46:42.677091+0000 mgr.a (mgr.14403) 27781 : cluster 0 pgmap v20748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:43.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:42 smithi135 bash[32435]: audit 2023-12-08T04:46:42.497052+0000 mgr.a (mgr.14403) 27780 : audit 0 from='client.545406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:43.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:42 smithi135 bash[32435]: cluster 2023-12-08T04:46:42.677091+0000 mgr.a (mgr.14403) 27781 : cluster 0 pgmap v20748: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:44 smithi079 bash[28699]: cluster 2023-12-08T04:46:44.678003+0000 mgr.a (mgr.14403) 27782 : cluster 0 pgmap v20749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:45.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:44 smithi194 bash[32038]: cluster 2023-12-08T04:46:44.678003+0000 mgr.a (mgr.14403) 27782 : cluster 0 pgmap v20749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:45.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:44 smithi135 bash[32435]: cluster 2023-12-08T04:46:44.678003+0000 mgr.a (mgr.14403) 27782 : cluster 0 pgmap v20749: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:46:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:46 smithi079 bash[28699]: cluster 2023-12-08T04:46:46.678562+0000 mgr.a (mgr.14403) 27783 : cluster 0 pgmap v20750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:46 smithi194 bash[32038]: cluster 2023-12-08T04:46:46.678562+0000 mgr.a (mgr.14403) 27783 : cluster 0 pgmap v20750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:47.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:46 smithi135 bash[32435]: cluster 2023-12-08T04:46:46.678562+0000 mgr.a (mgr.14403) 27783 : cluster 0 pgmap v20750: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:48.036 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:46:48.037 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:48.038 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:48.945 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:46:48.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:48.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:48.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:48.945 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:46:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:48 smithi079 bash[28699]: audit 2023-12-08T04:46:48.439110+0000 mgr.a (mgr.14403) 27784 : audit 0 from='client.545484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:48 smithi079 bash[28699]: cluster 2023-12-08T04:46:48.679615+0000 mgr.a (mgr.14403) 27785 : cluster 0 pgmap v20751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:48 smithi194 bash[32038]: audit 2023-12-08T04:46:48.439110+0000 mgr.a (mgr.14403) 27784 : audit 0 from='client.545484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:48 smithi194 bash[32038]: cluster 2023-12-08T04:46:48.679615+0000 mgr.a (mgr.14403) 27785 : cluster 0 pgmap v20751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:49.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:48 smithi135 bash[32435]: audit 2023-12-08T04:46:48.439110+0000 mgr.a (mgr.14403) 27784 : audit 0 from='client.545484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:49.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:48 smithi135 bash[32435]: cluster 2023-12-08T04:46:48.679615+0000 mgr.a (mgr.14403) 27785 : cluster 0 pgmap v20751: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:50 smithi079 bash[28699]: cluster 2023-12-08T04:46:50.680441+0000 mgr.a (mgr.14403) 27786 : cluster 0 pgmap v20752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:50 smithi194 bash[32038]: cluster 2023-12-08T04:46:50.680441+0000 mgr.a (mgr.14403) 27786 : cluster 0 pgmap v20752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:51.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:50 smithi135 bash[32435]: cluster 2023-12-08T04:46:50.680441+0000 mgr.a (mgr.14403) 27786 : cluster 0 pgmap v20752: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:52 smithi079 bash[28699]: cluster 2023-12-08T04:46:52.681036+0000 mgr.a (mgr.14403) 27787 : cluster 0 pgmap v20753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:53.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:52 smithi194 bash[32038]: cluster 2023-12-08T04:46:52.681036+0000 mgr.a (mgr.14403) 27787 : cluster 0 pgmap v20753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:53.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:52 smithi135 bash[32435]: cluster 2023-12-08T04:46:52.681036+0000 mgr.a (mgr.14403) 27787 : cluster 0 pgmap v20753: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:53.947 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:46:53.948 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:53.948 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:46:54.855 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:46:54.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:46:54.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:46:54.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:46:54.855 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:46:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:54 smithi079 bash[28699]: audit 2023-12-08T04:46:54.351155+0000 mgr.a (mgr.14403) 27788 : audit 0 from='client.545562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:54 smithi079 bash[28699]: cluster 2023-12-08T04:46:54.681773+0000 mgr.a (mgr.14403) 27789 : cluster 0 pgmap v20754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:54 smithi194 bash[32038]: audit 2023-12-08T04:46:54.351155+0000 mgr.a (mgr.14403) 27788 : audit 0 from='client.545562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:54 smithi194 bash[32038]: cluster 2023-12-08T04:46:54.681773+0000 mgr.a (mgr.14403) 27789 : cluster 0 pgmap v20754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:55.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:54 smithi135 bash[32435]: audit 2023-12-08T04:46:54.351155+0000 mgr.a (mgr.14403) 27788 : audit 0 from='client.545562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:46:55.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:54 smithi135 bash[32435]: cluster 2023-12-08T04:46:54.681773+0000 mgr.a (mgr.14403) 27789 : cluster 0 pgmap v20754: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:56 smithi079 bash[28699]: cluster 2023-12-08T04:46:56.682378+0000 mgr.a (mgr.14403) 27790 : cluster 0 pgmap v20755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:56 smithi194 bash[32038]: cluster 2023-12-08T04:46:56.682378+0000 mgr.a (mgr.14403) 27790 : cluster 0 pgmap v20755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:57.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:56 smithi135 bash[32435]: cluster 2023-12-08T04:46:56.682378+0000 mgr.a (mgr.14403) 27790 : cluster 0 pgmap v20755: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:46:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:46:58 smithi079 bash[28699]: cluster 2023-12-08T04:46:58.683140+0000 mgr.a (mgr.14403) 27791 : cluster 0 pgmap v20756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:46:58 smithi194 bash[32038]: cluster 2023-12-08T04:46:58.683140+0000 mgr.a (mgr.14403) 27791 : cluster 0 pgmap v20756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:59.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:46:58 smithi135 bash[32435]: cluster 2023-12-08T04:46:58.683140+0000 mgr.a (mgr.14403) 27791 : cluster 0 pgmap v20756: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:46:59.858 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:46:59.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:46:59.859 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:00.740 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:47:00.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:00.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:00.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:00.740 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:47:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:00 smithi079 bash[28699]: audit 2023-12-08T04:47:00.263369+0000 mgr.a (mgr.14403) 27792 : audit 0 from='client.545631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:00 smithi079 bash[28699]: cluster 2023-12-08T04:47:00.683744+0000 mgr.a (mgr.14403) 27793 : cluster 0 pgmap v20757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:00 smithi194 bash[32038]: audit 2023-12-08T04:47:00.263369+0000 mgr.a (mgr.14403) 27792 : audit 0 from='client.545631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:00 smithi194 bash[32038]: cluster 2023-12-08T04:47:00.683744+0000 mgr.a (mgr.14403) 27793 : cluster 0 pgmap v20757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:01.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:00 smithi135 bash[32435]: audit 2023-12-08T04:47:00.263369+0000 mgr.a (mgr.14403) 27792 : audit 0 from='client.545631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:01.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:00 smithi135 bash[32435]: cluster 2023-12-08T04:47:00.683744+0000 mgr.a (mgr.14403) 27793 : cluster 0 pgmap v20757: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:02 smithi079 bash[28699]: cluster 2023-12-08T04:47:02.684300+0000 mgr.a (mgr.14403) 27794 : cluster 0 pgmap v20758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:03.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:02 smithi194 bash[32038]: cluster 2023-12-08T04:47:02.684300+0000 mgr.a (mgr.14403) 27794 : cluster 0 pgmap v20758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:03.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:02 smithi135 bash[32435]: cluster 2023-12-08T04:47:02.684300+0000 mgr.a (mgr.14403) 27794 : cluster 0 pgmap v20758: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:04 smithi079 bash[28699]: cluster 2023-12-08T04:47:04.685076+0000 mgr.a (mgr.14403) 27795 : cluster 0 pgmap v20759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:05.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:04 smithi194 bash[32038]: cluster 2023-12-08T04:47:04.685076+0000 mgr.a (mgr.14403) 27795 : cluster 0 pgmap v20759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:05.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:04 smithi135 bash[32435]: cluster 2023-12-08T04:47:04.685076+0000 mgr.a (mgr.14403) 27795 : cluster 0 pgmap v20759: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:05.743 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:47:05.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:05.744 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:06.627 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:47:06.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:06.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:06.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:06.628 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:47:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:06 smithi079 bash[28699]: audit 2023-12-08T04:47:06.153215+0000 mgr.a (mgr.14403) 27796 : audit 0 from='client.545709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:06 smithi079 bash[28699]: cluster 2023-12-08T04:47:06.685763+0000 mgr.a (mgr.14403) 27797 : cluster 0 pgmap v20760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:07.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:06 smithi194 bash[32038]: audit 2023-12-08T04:47:06.153215+0000 mgr.a (mgr.14403) 27796 : audit 0 from='client.545709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:07.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:06 smithi194 bash[32038]: cluster 2023-12-08T04:47:06.685763+0000 mgr.a (mgr.14403) 27797 : cluster 0 pgmap v20760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:07.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:06 smithi135 bash[32435]: audit 2023-12-08T04:47:06.153215+0000 mgr.a (mgr.14403) 27796 : audit 0 from='client.545709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:07.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:06 smithi135 bash[32435]: cluster 2023-12-08T04:47:06.685763+0000 mgr.a (mgr.14403) 27797 : cluster 0 pgmap v20760: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:08 smithi079 bash[28699]: cluster 2023-12-08T04:47:08.686553+0000 mgr.a (mgr.14403) 27798 : cluster 0 pgmap v20761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:09.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:08 smithi194 bash[32038]: cluster 2023-12-08T04:47:08.686553+0000 mgr.a (mgr.14403) 27798 : cluster 0 pgmap v20761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:09.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:08 smithi135 bash[32435]: cluster 2023-12-08T04:47:08.686553+0000 mgr.a (mgr.14403) 27798 : cluster 0 pgmap v20761: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:10 smithi079 bash[28699]: cluster 2023-12-08T04:47:10.687164+0000 mgr.a (mgr.14403) 27799 : cluster 0 pgmap v20762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:10 smithi194 bash[32038]: cluster 2023-12-08T04:47:10.687164+0000 mgr.a (mgr.14403) 27799 : cluster 0 pgmap v20762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:11.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:10 smithi135 bash[32435]: cluster 2023-12-08T04:47:10.687164+0000 mgr.a (mgr.14403) 27799 : cluster 0 pgmap v20762: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:11.630 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:47:11.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:11.631 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:12.519 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:47:12.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:12.519 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:12.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:12.520 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:47:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:12 smithi079 bash[28699]: audit 2023-12-08T04:47:12.011016+0000 mgr.a (mgr.14403) 27800 : audit 0 from='client.545787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:12 smithi079 bash[28699]: cluster 2023-12-08T04:47:12.687817+0000 mgr.a (mgr.14403) 27801 : cluster 0 pgmap v20763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:12 smithi194 bash[32038]: audit 2023-12-08T04:47:12.011016+0000 mgr.a (mgr.14403) 27800 : audit 0 from='client.545787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:12 smithi194 bash[32038]: cluster 2023-12-08T04:47:12.687817+0000 mgr.a (mgr.14403) 27801 : cluster 0 pgmap v20763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:12 smithi135 bash[32435]: audit 2023-12-08T04:47:12.011016+0000 mgr.a (mgr.14403) 27800 : audit 0 from='client.545787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:12 smithi135 bash[32435]: cluster 2023-12-08T04:47:12.687817+0000 mgr.a (mgr.14403) 27801 : cluster 0 pgmap v20763: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:14 smithi079 bash[28699]: cluster 2023-12-08T04:47:14.688625+0000 mgr.a (mgr.14403) 27802 : cluster 0 pgmap v20764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:14 smithi194 bash[32038]: cluster 2023-12-08T04:47:14.688625+0000 mgr.a (mgr.14403) 27802 : cluster 0 pgmap v20764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:14 smithi135 bash[32435]: cluster 2023-12-08T04:47:14.688625+0000 mgr.a (mgr.14403) 27802 : cluster 0 pgmap v20764: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:16 smithi079 bash[28699]: cluster 2023-12-08T04:47:16.689204+0000 mgr.a (mgr.14403) 27803 : cluster 0 pgmap v20765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:16 smithi194 bash[32038]: cluster 2023-12-08T04:47:16.689204+0000 mgr.a (mgr.14403) 27803 : cluster 0 pgmap v20765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:17.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:16 smithi135 bash[32435]: cluster 2023-12-08T04:47:16.689204+0000 mgr.a (mgr.14403) 27803 : cluster 0 pgmap v20765: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:17.522 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:47:17.523 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:17.523 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:18.438 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:47:18.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:18.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:18.438 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:18.439 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:47:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:18 smithi079 bash[28699]: audit 2023-12-08T04:47:17.934521+0000 mgr.a (mgr.14403) 27804 : audit 0 from='client.545865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:18 smithi079 bash[28699]: cluster 2023-12-08T04:47:18.690234+0000 mgr.a (mgr.14403) 27805 : cluster 0 pgmap v20766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:18 smithi194 bash[32038]: audit 2023-12-08T04:47:17.934521+0000 mgr.a (mgr.14403) 27804 : audit 0 from='client.545865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:18 smithi194 bash[32038]: cluster 2023-12-08T04:47:18.690234+0000 mgr.a (mgr.14403) 27805 : cluster 0 pgmap v20766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:19.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:18 smithi135 bash[32435]: audit 2023-12-08T04:47:17.934521+0000 mgr.a (mgr.14403) 27804 : audit 0 from='client.545865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:19.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:18 smithi135 bash[32435]: cluster 2023-12-08T04:47:18.690234+0000 mgr.a (mgr.14403) 27805 : cluster 0 pgmap v20766: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:20 smithi079 bash[28699]: cluster 2023-12-08T04:47:20.690962+0000 mgr.a (mgr.14403) 27806 : cluster 0 pgmap v20767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:21.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:20 smithi194 bash[32038]: cluster 2023-12-08T04:47:20.690962+0000 mgr.a (mgr.14403) 27806 : cluster 0 pgmap v20767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:21.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:20 smithi135 bash[32435]: cluster 2023-12-08T04:47:20.690962+0000 mgr.a (mgr.14403) 27806 : cluster 0 pgmap v20767: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:22 smithi079 bash[28699]: cluster 2023-12-08T04:47:22.691594+0000 mgr.a (mgr.14403) 27807 : cluster 0 pgmap v20768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:23.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:22 smithi194 bash[32038]: cluster 2023-12-08T04:47:22.691594+0000 mgr.a (mgr.14403) 27807 : cluster 0 pgmap v20768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:23.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:22 smithi135 bash[32435]: cluster 2023-12-08T04:47:22.691594+0000 mgr.a (mgr.14403) 27807 : cluster 0 pgmap v20768: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:23.441 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:47:23.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:23.442 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:24.371 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:47:24.371 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:24.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:24.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:24.372 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:47:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:24 smithi079 bash[28699]: audit 2023-12-08T04:47:23.839238+0000 mgr.a (mgr.14403) 27808 : audit 0 from='client.545937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:24 smithi079 bash[28699]: cluster 2023-12-08T04:47:24.692691+0000 mgr.a (mgr.14403) 27809 : cluster 0 pgmap v20769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:24 smithi194 bash[32038]: audit 2023-12-08T04:47:23.839238+0000 mgr.a (mgr.14403) 27808 : audit 0 from='client.545937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:24 smithi194 bash[32038]: cluster 2023-12-08T04:47:24.692691+0000 mgr.a (mgr.14403) 27809 : cluster 0 pgmap v20769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:25.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:24 smithi135 bash[32435]: audit 2023-12-08T04:47:23.839238+0000 mgr.a (mgr.14403) 27808 : audit 0 from='client.545937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:25.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:24 smithi135 bash[32435]: cluster 2023-12-08T04:47:24.692691+0000 mgr.a (mgr.14403) 27809 : cluster 0 pgmap v20769: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:26 smithi079 bash[28699]: cluster 2023-12-08T04:47:26.693254+0000 mgr.a (mgr.14403) 27810 : cluster 0 pgmap v20770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:27.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:26 smithi194 bash[32038]: cluster 2023-12-08T04:47:26.693254+0000 mgr.a (mgr.14403) 27810 : cluster 0 pgmap v20770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:27.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:26 smithi135 bash[32435]: cluster 2023-12-08T04:47:26.693254+0000 mgr.a (mgr.14403) 27810 : cluster 0 pgmap v20770: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:28 smithi079 bash[28699]: cluster 2023-12-08T04:47:28.694004+0000 mgr.a (mgr.14403) 27811 : cluster 0 pgmap v20771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:28 smithi194 bash[32038]: cluster 2023-12-08T04:47:28.694004+0000 mgr.a (mgr.14403) 27811 : cluster 0 pgmap v20771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:29.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:28 smithi135 bash[32435]: cluster 2023-12-08T04:47:28.694004+0000 mgr.a (mgr.14403) 27811 : cluster 0 pgmap v20771: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:29.374 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:47:29.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:29.375 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:30.297 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:47:30.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:30.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:30.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:30.298 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:47:30.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:30 smithi079 bash[28699]: audit 2023-12-08T04:47:30.323949+0000 mon.a (mon.0) 4277 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:47:30.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:30 smithi194 bash[32038]: audit 2023-12-08T04:47:30.323949+0000 mon.a (mon.0) 4277 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:47:30.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:30 smithi135 bash[32435]: audit 2023-12-08T04:47:30.323949+0000 mon.a (mon.0) 4277 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:47:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:31 smithi079 bash[28699]: audit 2023-12-08T04:47:29.784059+0000 mgr.a (mgr.14403) 27812 : audit 0 from='client.546009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:31 smithi079 bash[28699]: cluster 2023-12-08T04:47:30.694820+0000 mgr.a (mgr.14403) 27813 : cluster 0 pgmap v20772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:31 smithi079 bash[28699]: audit 2023-12-08T04:47:30.855154+0000 mon.a (mon.0) 4278 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:31.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:31 smithi079 bash[28699]: audit 2023-12-08T04:47:30.861978+0000 mon.a (mon.0) 4279 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:31 smithi194 bash[32038]: audit 2023-12-08T04:47:29.784059+0000 mgr.a (mgr.14403) 27812 : audit 0 from='client.546009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:31 smithi194 bash[32038]: cluster 2023-12-08T04:47:30.694820+0000 mgr.a (mgr.14403) 27813 : cluster 0 pgmap v20772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:31.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:31 smithi194 bash[32038]: audit 2023-12-08T04:47:30.855154+0000 mon.a (mon.0) 4278 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:31.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:31 smithi194 bash[32038]: audit 2023-12-08T04:47:30.861978+0000 mon.a (mon.0) 4279 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:31 smithi135 bash[32435]: audit 2023-12-08T04:47:29.784059+0000 mgr.a (mgr.14403) 27812 : audit 0 from='client.546009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:31 smithi135 bash[32435]: cluster 2023-12-08T04:47:30.694820+0000 mgr.a (mgr.14403) 27813 : cluster 0 pgmap v20772: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:31 smithi135 bash[32435]: audit 2023-12-08T04:47:30.855154+0000 mon.a (mon.0) 4278 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:31.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:31 smithi135 bash[32435]: audit 2023-12-08T04:47:30.861978+0000 mon.a (mon.0) 4279 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:32 smithi079 bash[28699]: cluster 2023-12-08T04:47:32.695579+0000 mgr.a (mgr.14403) 27814 : cluster 0 pgmap v20773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:32 smithi194 bash[32038]: cluster 2023-12-08T04:47:32.695579+0000 mgr.a (mgr.14403) 27814 : cluster 0 pgmap v20773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:33.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:32 smithi135 bash[32435]: cluster 2023-12-08T04:47:32.695579+0000 mgr.a (mgr.14403) 27814 : cluster 0 pgmap v20773: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:34 smithi079 bash[28699]: cluster 2023-12-08T04:47:34.696551+0000 mgr.a (mgr.14403) 27815 : cluster 0 pgmap v20774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:34 smithi194 bash[32038]: cluster 2023-12-08T04:47:34.696551+0000 mgr.a (mgr.14403) 27815 : cluster 0 pgmap v20774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:35.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:34 smithi135 bash[32435]: cluster 2023-12-08T04:47:34.696551+0000 mgr.a (mgr.14403) 27815 : cluster 0 pgmap v20774: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:35.300 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:47:35.301 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:35.301 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:36.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:36.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:36.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:36.202 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:47:36.203 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:47:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:35 smithi194 bash[32038]: audit 2023-12-08T04:47:35.709748+0000 mgr.a (mgr.14403) 27816 : audit 0 from='client.546081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:36.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:35 smithi135 bash[32435]: audit 2023-12-08T04:47:35.709748+0000 mgr.a (mgr.14403) 27816 : audit 0 from='client.546081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:36.247 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:35 smithi079 bash[28699]: audit 2023-12-08T04:47:35.709748+0000 mgr.a (mgr.14403) 27816 : audit 0 from='client.546081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:37.049 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:36 smithi079 bash[28699]: cluster 2023-12-08T04:47:36.697307+0000 mgr.a (mgr.14403) 27817 : cluster 0 pgmap v20775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:36 smithi194 bash[32038]: cluster 2023-12-08T04:47:36.697307+0000 mgr.a (mgr.14403) 27817 : cluster 0 pgmap v20775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:37.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:36 smithi135 bash[32435]: cluster 2023-12-08T04:47:36.697307+0000 mgr.a (mgr.14403) 27817 : cluster 0 pgmap v20775: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:38 smithi079 bash[28699]: cluster 2023-12-08T04:47:38.698166+0000 mgr.a (mgr.14403) 27818 : cluster 0 pgmap v20776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:39.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:38 smithi194 bash[32038]: cluster 2023-12-08T04:47:38.698166+0000 mgr.a (mgr.14403) 27818 : cluster 0 pgmap v20776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:39.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:38 smithi135 bash[32435]: cluster 2023-12-08T04:47:38.698166+0000 mgr.a (mgr.14403) 27818 : cluster 0 pgmap v20776: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:40 smithi079 bash[28699]: cluster 2023-12-08T04:47:40.698774+0000 mgr.a (mgr.14403) 27819 : cluster 0 pgmap v20777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:41.205 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:47:41.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:40 smithi194 bash[32038]: cluster 2023-12-08T04:47:40.698774+0000 mgr.a (mgr.14403) 27819 : cluster 0 pgmap v20777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:41.206 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:41.206 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:41.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:40 smithi135 bash[32435]: cluster 2023-12-08T04:47:40.698774+0000 mgr.a (mgr.14403) 27819 : cluster 0 pgmap v20777: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:42.112 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:47:42.112 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:42.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:42.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:42.113 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:47:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:42 smithi079 bash[28699]: audit 2023-12-08T04:47:41.305292+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:42 smithi079 bash[28699]: audit 2023-12-08T04:47:41.316099+0000 mon.a (mon.0) 4281 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:42 smithi079 bash[28699]: audit 2023-12-08T04:47:41.317299+0000 mon.a (mon.0) 4282 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:47:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:42 smithi079 bash[28699]: audit 2023-12-08T04:47:41.318336+0000 mon.a (mon.0) 4283 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:47:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:42 smithi079 bash[28699]: audit 2023-12-08T04:47:41.325873+0000 mon.a (mon.0) 4284 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:42.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:42 smithi079 bash[28699]: audit 2023-12-08T04:47:41.609102+0000 mgr.a (mgr.14403) 27820 : audit 0 from='client.546153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:42 smithi194 bash[32038]: audit 2023-12-08T04:47:41.305292+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:42 smithi194 bash[32038]: audit 2023-12-08T04:47:41.316099+0000 mon.a (mon.0) 4281 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:42 smithi194 bash[32038]: audit 2023-12-08T04:47:41.317299+0000 mon.a (mon.0) 4282 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:47:42.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:42 smithi194 bash[32038]: audit 2023-12-08T04:47:41.318336+0000 mon.a (mon.0) 4283 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:47:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:42 smithi194 bash[32038]: audit 2023-12-08T04:47:41.325873+0000 mon.a (mon.0) 4284 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:42.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:42 smithi194 bash[32038]: audit 2023-12-08T04:47:41.609102+0000 mgr.a (mgr.14403) 27820 : audit 0 from='client.546153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:42 smithi135 bash[32435]: audit 2023-12-08T04:47:41.305292+0000 mon.a (mon.0) 4280 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:42 smithi135 bash[32435]: audit 2023-12-08T04:47:41.316099+0000 mon.a (mon.0) 4281 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:42 smithi135 bash[32435]: audit 2023-12-08T04:47:41.317299+0000 mon.a (mon.0) 4282 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:47:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:42 smithi135 bash[32435]: audit 2023-12-08T04:47:41.318336+0000 mon.a (mon.0) 4283 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:47:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:42 smithi135 bash[32435]: audit 2023-12-08T04:47:41.325873+0000 mon.a (mon.0) 4284 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:47:42.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:42 smithi135 bash[32435]: audit 2023-12-08T04:47:41.609102+0000 mgr.a (mgr.14403) 27820 : audit 0 from='client.546153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:43.645 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:43 smithi079 bash[28699]: cluster 2023-12-08T04:47:42.699467+0000 mgr.a (mgr.14403) 27821 : cluster 0 pgmap v20778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:43.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:43 smithi194 bash[32038]: cluster 2023-12-08T04:47:42.699467+0000 mgr.a (mgr.14403) 27821 : cluster 0 pgmap v20778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:43.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:43 smithi135 bash[32435]: cluster 2023-12-08T04:47:42.699467+0000 mgr.a (mgr.14403) 27821 : cluster 0 pgmap v20778: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:44 smithi079 bash[28699]: cluster 2023-12-08T04:47:44.700270+0000 mgr.a (mgr.14403) 27822 : cluster 0 pgmap v20779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:45.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:44 smithi194 bash[32038]: cluster 2023-12-08T04:47:44.700270+0000 mgr.a (mgr.14403) 27822 : cluster 0 pgmap v20779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:45.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:44 smithi135 bash[32435]: cluster 2023-12-08T04:47:44.700270+0000 mgr.a (mgr.14403) 27822 : cluster 0 pgmap v20779: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:47.115 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:47:47.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:47.116 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:46 smithi079 bash[28699]: cluster 2023-12-08T04:47:46.700816+0000 mgr.a (mgr.14403) 27823 : cluster 0 pgmap v20780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:46 smithi194 bash[32038]: cluster 2023-12-08T04:47:46.700816+0000 mgr.a (mgr.14403) 27823 : cluster 0 pgmap v20780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:47.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:46 smithi135 bash[32435]: cluster 2023-12-08T04:47:46.700816+0000 mgr.a (mgr.14403) 27823 : cluster 0 pgmap v20780: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:48.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:48.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:48.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:48.017 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:47:48.017 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:47:48.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:47 smithi079 bash[28699]: audit 2023-12-08T04:47:47.515216+0000 mgr.a (mgr.14403) 27824 : audit 0 from='client.546225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:48.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:47 smithi194 bash[32038]: audit 2023-12-08T04:47:47.515216+0000 mgr.a (mgr.14403) 27824 : audit 0 from='client.546225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:48.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:47 smithi135 bash[32435]: audit 2023-12-08T04:47:47.515216+0000 mgr.a (mgr.14403) 27824 : audit 0 from='client.546225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:48 smithi079 bash[28699]: cluster 2023-12-08T04:47:48.701729+0000 mgr.a (mgr.14403) 27825 : cluster 0 pgmap v20781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:48 smithi194 bash[32038]: cluster 2023-12-08T04:47:48.701729+0000 mgr.a (mgr.14403) 27825 : cluster 0 pgmap v20781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:49.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:48 smithi135 bash[32435]: cluster 2023-12-08T04:47:48.701729+0000 mgr.a (mgr.14403) 27825 : cluster 0 pgmap v20781: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:47:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:50 smithi079 bash[28699]: cluster 2023-12-08T04:47:50.702229+0000 mgr.a (mgr.14403) 27826 : cluster 0 pgmap v20782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:50 smithi194 bash[32038]: cluster 2023-12-08T04:47:50.702229+0000 mgr.a (mgr.14403) 27826 : cluster 0 pgmap v20782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:51.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:50 smithi135 bash[32435]: cluster 2023-12-08T04:47:50.702229+0000 mgr.a (mgr.14403) 27826 : cluster 0 pgmap v20782: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:53.020 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:47:53.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:53.021 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:53.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:52 smithi079 bash[28699]: cluster 2023-12-08T04:47:52.702699+0000 mgr.a (mgr.14403) 27827 : cluster 0 pgmap v20783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:53.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:52 smithi194 bash[32038]: cluster 2023-12-08T04:47:52.702699+0000 mgr.a (mgr.14403) 27827 : cluster 0 pgmap v20783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:53.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:52 smithi135 bash[32435]: cluster 2023-12-08T04:47:52.702699+0000 mgr.a (mgr.14403) 27827 : cluster 0 pgmap v20783: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:53.915 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:47:53.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:53.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:53.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:53.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:47:54.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:53 smithi079 bash[28699]: audit 2023-12-08T04:47:53.420590+0000 mgr.a (mgr.14403) 27828 : audit 0 from='client.546297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:54.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:53 smithi194 bash[32038]: audit 2023-12-08T04:47:53.420590+0000 mgr.a (mgr.14403) 27828 : audit 0 from='client.546297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:54.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:53 smithi135 bash[32435]: audit 2023-12-08T04:47:53.420590+0000 mgr.a (mgr.14403) 27828 : audit 0 from='client.546297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:47:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:54 smithi079 bash[28699]: cluster 2023-12-08T04:47:54.703759+0000 mgr.a (mgr.14403) 27829 : cluster 0 pgmap v20784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:55.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:54 smithi194 bash[32038]: cluster 2023-12-08T04:47:54.703759+0000 mgr.a (mgr.14403) 27829 : cluster 0 pgmap v20784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:55.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:54 smithi135 bash[32435]: cluster 2023-12-08T04:47:54.703759+0000 mgr.a (mgr.14403) 27829 : cluster 0 pgmap v20784: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:56 smithi079 bash[28699]: cluster 2023-12-08T04:47:56.704314+0000 mgr.a (mgr.14403) 27830 : cluster 0 pgmap v20785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:56 smithi194 bash[32038]: cluster 2023-12-08T04:47:56.704314+0000 mgr.a (mgr.14403) 27830 : cluster 0 pgmap v20785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:57.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:56 smithi135 bash[32435]: cluster 2023-12-08T04:47:56.704314+0000 mgr.a (mgr.14403) 27830 : cluster 0 pgmap v20785: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:47:58.917 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:47:58.918 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:47:58.918 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:47:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:58 smithi079 bash[28699]: cluster 2023-12-08T04:47:58.705035+0000 mgr.a (mgr.14403) 27831 : cluster 0 pgmap v20786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:58 smithi194 bash[32038]: cluster 2023-12-08T04:47:58.705035+0000 mgr.a (mgr.14403) 27831 : cluster 0 pgmap v20786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:59.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:58 smithi135 bash[32435]: cluster 2023-12-08T04:47:58.705035+0000 mgr.a (mgr.14403) 27831 : cluster 0 pgmap v20786: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:47:59.851 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:47:59.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:47:59.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:47:59.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:47:59.851 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:48:00.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:47:59 smithi079 bash[28699]: audit 2023-12-08T04:47:59.329066+0000 mgr.a (mgr.14403) 27832 : audit 0 from='client.546369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:00.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:47:59 smithi194 bash[32038]: audit 2023-12-08T04:47:59.329066+0000 mgr.a (mgr.14403) 27832 : audit 0 from='client.546369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:00.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:47:59 smithi135 bash[32435]: audit 2023-12-08T04:47:59.329066+0000 mgr.a (mgr.14403) 27832 : audit 0 from='client.546369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:00 smithi079 bash[28699]: cluster 2023-12-08T04:48:00.705678+0000 mgr.a (mgr.14403) 27833 : cluster 0 pgmap v20787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:00 smithi194 bash[32038]: cluster 2023-12-08T04:48:00.705678+0000 mgr.a (mgr.14403) 27833 : cluster 0 pgmap v20787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:01.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:00 smithi135 bash[32435]: cluster 2023-12-08T04:48:00.705678+0000 mgr.a (mgr.14403) 27833 : cluster 0 pgmap v20787: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:02 smithi079 bash[28699]: cluster 2023-12-08T04:48:02.706370+0000 mgr.a (mgr.14403) 27834 : cluster 0 pgmap v20788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:03.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:02 smithi194 bash[32038]: cluster 2023-12-08T04:48:02.706370+0000 mgr.a (mgr.14403) 27834 : cluster 0 pgmap v20788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:03.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:02 smithi135 bash[32435]: cluster 2023-12-08T04:48:02.706370+0000 mgr.a (mgr.14403) 27834 : cluster 0 pgmap v20788: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:04.854 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:48:04.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:04.855 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:04 smithi079 bash[28699]: cluster 2023-12-08T04:48:04.707364+0000 mgr.a (mgr.14403) 27835 : cluster 0 pgmap v20789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:05.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:04 smithi194 bash[32038]: cluster 2023-12-08T04:48:04.707364+0000 mgr.a (mgr.14403) 27835 : cluster 0 pgmap v20789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:05.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:04 smithi135 bash[32435]: cluster 2023-12-08T04:48:04.707364+0000 mgr.a (mgr.14403) 27835 : cluster 0 pgmap v20789: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:05.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:05.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:05.751 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:05.751 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:48:05.752 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:48:06.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:05 smithi079 bash[28699]: audit 2023-12-08T04:48:05.249068+0000 mgr.a (mgr.14403) 27836 : audit 0 from='client.546447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:06.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:05 smithi194 bash[32038]: audit 2023-12-08T04:48:05.249068+0000 mgr.a (mgr.14403) 27836 : audit 0 from='client.546447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:06.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:05 smithi135 bash[32435]: audit 2023-12-08T04:48:05.249068+0000 mgr.a (mgr.14403) 27836 : audit 0 from='client.546447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:06 smithi079 bash[28699]: cluster 2023-12-08T04:48:06.707973+0000 mgr.a (mgr.14403) 27837 : cluster 0 pgmap v20790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:07.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:06 smithi194 bash[32038]: cluster 2023-12-08T04:48:06.707973+0000 mgr.a (mgr.14403) 27837 : cluster 0 pgmap v20790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:07.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:06 smithi135 bash[32435]: cluster 2023-12-08T04:48:06.707973+0000 mgr.a (mgr.14403) 27837 : cluster 0 pgmap v20790: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:08 smithi079 bash[28699]: cluster 2023-12-08T04:48:08.708788+0000 mgr.a (mgr.14403) 27838 : cluster 0 pgmap v20791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:09.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:08 smithi194 bash[32038]: cluster 2023-12-08T04:48:08.708788+0000 mgr.a (mgr.14403) 27838 : cluster 0 pgmap v20791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:09.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:08 smithi135 bash[32435]: cluster 2023-12-08T04:48:08.708788+0000 mgr.a (mgr.14403) 27838 : cluster 0 pgmap v20791: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:10.754 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:48:10.754 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:10.755 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:10 smithi079 bash[28699]: cluster 2023-12-08T04:48:10.709363+0000 mgr.a (mgr.14403) 27839 : cluster 0 pgmap v20792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:10 smithi194 bash[32038]: cluster 2023-12-08T04:48:10.709363+0000 mgr.a (mgr.14403) 27839 : cluster 0 pgmap v20792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:11.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:10 smithi135 bash[32435]: cluster 2023-12-08T04:48:10.709363+0000 mgr.a (mgr.14403) 27839 : cluster 0 pgmap v20792: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:11.664 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:48:11.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:11.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:11.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:11.665 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:48:12.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:11 smithi079 bash[28699]: audit 2023-12-08T04:48:11.163276+0000 mgr.a (mgr.14403) 27840 : audit 0 from='client.546522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:12.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:11 smithi194 bash[32038]: audit 2023-12-08T04:48:11.163276+0000 mgr.a (mgr.14403) 27840 : audit 0 from='client.546522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:12.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:11 smithi135 bash[32435]: audit 2023-12-08T04:48:11.163276+0000 mgr.a (mgr.14403) 27840 : audit 0 from='client.546522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:12 smithi079 bash[28699]: cluster 2023-12-08T04:48:12.710126+0000 mgr.a (mgr.14403) 27841 : cluster 0 pgmap v20793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:12 smithi194 bash[32038]: cluster 2023-12-08T04:48:12.710126+0000 mgr.a (mgr.14403) 27841 : cluster 0 pgmap v20793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:12 smithi135 bash[32435]: cluster 2023-12-08T04:48:12.710126+0000 mgr.a (mgr.14403) 27841 : cluster 0 pgmap v20793: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:14 smithi079 bash[28699]: cluster 2023-12-08T04:48:14.710914+0000 mgr.a (mgr.14403) 27842 : cluster 0 pgmap v20794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:14 smithi194 bash[32038]: cluster 2023-12-08T04:48:14.710914+0000 mgr.a (mgr.14403) 27842 : cluster 0 pgmap v20794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:14 smithi135 bash[32435]: cluster 2023-12-08T04:48:14.710914+0000 mgr.a (mgr.14403) 27842 : cluster 0 pgmap v20794: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:16.667 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:48:16.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:16.668 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:16 smithi079 bash[28699]: cluster 2023-12-08T04:48:16.711391+0000 mgr.a (mgr.14403) 27843 : cluster 0 pgmap v20795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:16 smithi194 bash[32038]: cluster 2023-12-08T04:48:16.711391+0000 mgr.a (mgr.14403) 27843 : cluster 0 pgmap v20795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:17.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:16 smithi135 bash[32435]: cluster 2023-12-08T04:48:16.711391+0000 mgr.a (mgr.14403) 27843 : cluster 0 pgmap v20795: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:17.573 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:48:17.573 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:17.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:17.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:17.574 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:48:18.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:17 smithi079 bash[28699]: audit 2023-12-08T04:48:17.075427+0000 mgr.a (mgr.14403) 27844 : audit 0 from='client.546597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:18.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:17 smithi194 bash[32038]: audit 2023-12-08T04:48:17.075427+0000 mgr.a (mgr.14403) 27844 : audit 0 from='client.546597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:18.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:17 smithi135 bash[32435]: audit 2023-12-08T04:48:17.075427+0000 mgr.a (mgr.14403) 27844 : audit 0 from='client.546597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:18 smithi079 bash[28699]: cluster 2023-12-08T04:48:18.712384+0000 mgr.a (mgr.14403) 27845 : cluster 0 pgmap v20796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:18 smithi194 bash[32038]: cluster 2023-12-08T04:48:18.712384+0000 mgr.a (mgr.14403) 27845 : cluster 0 pgmap v20796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:19.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:18 smithi135 bash[32435]: cluster 2023-12-08T04:48:18.712384+0000 mgr.a (mgr.14403) 27845 : cluster 0 pgmap v20796: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:20 smithi079 bash[28699]: cluster 2023-12-08T04:48:20.713000+0000 mgr.a (mgr.14403) 27846 : cluster 0 pgmap v20797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:21.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:20 smithi194 bash[32038]: cluster 2023-12-08T04:48:20.713000+0000 mgr.a (mgr.14403) 27846 : cluster 0 pgmap v20797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:21.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:20 smithi135 bash[32435]: cluster 2023-12-08T04:48:20.713000+0000 mgr.a (mgr.14403) 27846 : cluster 0 pgmap v20797: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:22.576 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:48:22.577 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:22.577 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:23.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:22 smithi079 bash[28699]: cluster 2023-12-08T04:48:22.713314+0000 mgr.a (mgr.14403) 27847 : cluster 0 pgmap v20798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:23.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:22 smithi194 bash[32038]: cluster 2023-12-08T04:48:22.713314+0000 mgr.a (mgr.14403) 27847 : cluster 0 pgmap v20798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:23.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:22 smithi135 bash[32435]: cluster 2023-12-08T04:48:22.713314+0000 mgr.a (mgr.14403) 27847 : cluster 0 pgmap v20798: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:23.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:23.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:23.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:23.466 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:48:23.467 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:48:24.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:23 smithi079 bash[28699]: audit 2023-12-08T04:48:22.970650+0000 mgr.a (mgr.14403) 27848 : audit 0 from='client.546669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:24.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:23 smithi194 bash[32038]: audit 2023-12-08T04:48:22.970650+0000 mgr.a (mgr.14403) 27848 : audit 0 from='client.546669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:24.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:23 smithi135 bash[32435]: audit 2023-12-08T04:48:22.970650+0000 mgr.a (mgr.14403) 27848 : audit 0 from='client.546669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:25.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:24 smithi079 bash[28699]: cluster 2023-12-08T04:48:24.714134+0000 mgr.a (mgr.14403) 27849 : cluster 0 pgmap v20799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:25.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:24 smithi194 bash[32038]: cluster 2023-12-08T04:48:24.714134+0000 mgr.a (mgr.14403) 27849 : cluster 0 pgmap v20799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:25.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:24 smithi135 bash[32435]: cluster 2023-12-08T04:48:24.714134+0000 mgr.a (mgr.14403) 27849 : cluster 0 pgmap v20799: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:27.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:26 smithi079 bash[28699]: cluster 2023-12-08T04:48:26.714758+0000 mgr.a (mgr.14403) 27850 : cluster 0 pgmap v20800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:27.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:26 smithi194 bash[32038]: cluster 2023-12-08T04:48:26.714758+0000 mgr.a (mgr.14403) 27850 : cluster 0 pgmap v20800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:27.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:26 smithi135 bash[32435]: cluster 2023-12-08T04:48:26.714758+0000 mgr.a (mgr.14403) 27850 : cluster 0 pgmap v20800: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:28.469 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:48:28.470 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:28.470 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:29.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:28 smithi079 bash[28699]: cluster 2023-12-08T04:48:28.715538+0000 mgr.a (mgr.14403) 27851 : cluster 0 pgmap v20801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:29.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:28 smithi194 bash[32038]: cluster 2023-12-08T04:48:28.715538+0000 mgr.a (mgr.14403) 27851 : cluster 0 pgmap v20801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:29.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:28 smithi135 bash[32435]: cluster 2023-12-08T04:48:28.715538+0000 mgr.a (mgr.14403) 27851 : cluster 0 pgmap v20801: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:29.390 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:48:29.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:29.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:29.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:29.390 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:48:30.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:29 smithi079 bash[28699]: audit 2023-12-08T04:48:28.882610+0000 mgr.a (mgr.14403) 27852 : audit 0 from='client.546744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:30.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:29 smithi194 bash[32038]: audit 2023-12-08T04:48:28.882610+0000 mgr.a (mgr.14403) 27852 : audit 0 from='client.546744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:30.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:29 smithi135 bash[32435]: audit 2023-12-08T04:48:28.882610+0000 mgr.a (mgr.14403) 27852 : audit 0 from='client.546744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:31.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:30 smithi079 bash[28699]: cluster 2023-12-08T04:48:30.716181+0000 mgr.a (mgr.14403) 27853 : cluster 0 pgmap v20802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:31.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:30 smithi194 bash[32038]: cluster 2023-12-08T04:48:30.716181+0000 mgr.a (mgr.14403) 27853 : cluster 0 pgmap v20802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:31.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:30 smithi135 bash[32435]: cluster 2023-12-08T04:48:30.716181+0000 mgr.a (mgr.14403) 27853 : cluster 0 pgmap v20802: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:33.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:32 smithi079 bash[28699]: cluster 2023-12-08T04:48:32.716743+0000 mgr.a (mgr.14403) 27854 : cluster 0 pgmap v20803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:33.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:32 smithi194 bash[32038]: cluster 2023-12-08T04:48:32.716743+0000 mgr.a (mgr.14403) 27854 : cluster 0 pgmap v20803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:33.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:32 smithi135 bash[32435]: cluster 2023-12-08T04:48:32.716743+0000 mgr.a (mgr.14403) 27854 : cluster 0 pgmap v20803: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:34.393 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:48:34.393 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:34.394 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:35.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:34 smithi079 bash[28699]: cluster 2023-12-08T04:48:34.717538+0000 mgr.a (mgr.14403) 27855 : cluster 0 pgmap v20804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:35.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:34 smithi194 bash[32038]: cluster 2023-12-08T04:48:34.717538+0000 mgr.a (mgr.14403) 27855 : cluster 0 pgmap v20804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:35.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:34 smithi135 bash[32435]: cluster 2023-12-08T04:48:34.717538+0000 mgr.a (mgr.14403) 27855 : cluster 0 pgmap v20804: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:35.283 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:48:35.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:35.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:35.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:35.284 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:48:36.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:35 smithi079 bash[28699]: audit 2023-12-08T04:48:34.794621+0000 mgr.a (mgr.14403) 27856 : audit 0 from='client.546816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:36.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:35 smithi194 bash[32038]: audit 2023-12-08T04:48:34.794621+0000 mgr.a (mgr.14403) 27856 : audit 0 from='client.546816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:36.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:35 smithi135 bash[32435]: audit 2023-12-08T04:48:34.794621+0000 mgr.a (mgr.14403) 27856 : audit 0 from='client.546816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:37.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:36 smithi079 bash[28699]: cluster 2023-12-08T04:48:36.718212+0000 mgr.a (mgr.14403) 27857 : cluster 0 pgmap v20805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:37.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:36 smithi194 bash[32038]: cluster 2023-12-08T04:48:36.718212+0000 mgr.a (mgr.14403) 27857 : cluster 0 pgmap v20805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:37.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:36 smithi135 bash[32435]: cluster 2023-12-08T04:48:36.718212+0000 mgr.a (mgr.14403) 27857 : cluster 0 pgmap v20805: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:48:39.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:38 smithi079 bash[28699]: cluster 2023-12-08T04:48:38.718995+0000 mgr.a (mgr.14403) 27858 : cluster 0 pgmap v20806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:39.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:38 smithi194 bash[32038]: cluster 2023-12-08T04:48:38.718995+0000 mgr.a (mgr.14403) 27858 : cluster 0 pgmap v20806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:39.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:38 smithi135 bash[32435]: cluster 2023-12-08T04:48:38.718995+0000 mgr.a (mgr.14403) 27858 : cluster 0 pgmap v20806: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:40.287 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:48:40.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:40.288 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:40 smithi079 bash[28699]: audit 2023-12-08T04:48:40.686920+0000 mgr.a (mgr.14403) 27859 : audit 0 from='client.546891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:41.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:40 smithi079 bash[28699]: cluster 2023-12-08T04:48:40.719674+0000 mgr.a (mgr.14403) 27860 : cluster 0 pgmap v20807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:41.167 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:48:41.167 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:41.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:41.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:41.168 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:48:41.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:40 smithi194 bash[32038]: audit 2023-12-08T04:48:40.686920+0000 mgr.a (mgr.14403) 27859 : audit 0 from='client.546891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:41.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:40 smithi194 bash[32038]: cluster 2023-12-08T04:48:40.719674+0000 mgr.a (mgr.14403) 27860 : cluster 0 pgmap v20807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:41.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:40 smithi135 bash[32435]: audit 2023-12-08T04:48:40.686920+0000 mgr.a (mgr.14403) 27859 : audit 0 from='client.546891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:41.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:40 smithi135 bash[32435]: cluster 2023-12-08T04:48:40.719674+0000 mgr.a (mgr.14403) 27860 : cluster 0 pgmap v20807: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:42.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:41 smithi079 bash[28699]: audit 2023-12-08T04:48:41.428286+0000 mon.a (mon.0) 4285 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:48:42.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:41 smithi194 bash[32038]: audit 2023-12-08T04:48:41.428286+0000 mon.a (mon.0) 4285 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:48:42.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:41 smithi135 bash[32435]: audit 2023-12-08T04:48:41.428286+0000 mon.a (mon.0) 4285 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T04:48:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:42 smithi079 bash[28699]: audit 2023-12-08T04:48:41.958501+0000 mon.a (mon.0) 4286 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:42 smithi079 bash[28699]: audit 2023-12-08T04:48:41.968834+0000 mon.a (mon.0) 4287 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:43.395 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:42 smithi079 bash[28699]: cluster 2023-12-08T04:48:42.720296+0000 mgr.a (mgr.14403) 27861 : cluster 0 pgmap v20808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:42 smithi194 bash[32038]: audit 2023-12-08T04:48:41.958501+0000 mon.a (mon.0) 4286 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:42 smithi194 bash[32038]: audit 2023-12-08T04:48:41.968834+0000 mon.a (mon.0) 4287 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:43.455 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:42 smithi194 bash[32038]: cluster 2023-12-08T04:48:42.720296+0000 mgr.a (mgr.14403) 27861 : cluster 0 pgmap v20808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:42 smithi135 bash[32435]: audit 2023-12-08T04:48:41.958501+0000 mon.a (mon.0) 4286 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:42 smithi135 bash[32435]: audit 2023-12-08T04:48:41.968834+0000 mon.a (mon.0) 4287 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:43.459 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:42 smithi135 bash[32435]: cluster 2023-12-08T04:48:42.720296+0000 mgr.a (mgr.14403) 27861 : cluster 0 pgmap v20808: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:45.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:44 smithi079 bash[28699]: cluster 2023-12-08T04:48:44.721142+0000 mgr.a (mgr.14403) 27862 : cluster 0 pgmap v20809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:45.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:44 smithi194 bash[32038]: cluster 2023-12-08T04:48:44.721142+0000 mgr.a (mgr.14403) 27862 : cluster 0 pgmap v20809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:45.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:44 smithi135 bash[32435]: cluster 2023-12-08T04:48:44.721142+0000 mgr.a (mgr.14403) 27862 : cluster 0 pgmap v20809: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:46.170 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:48:46.171 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:46.171 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:47.046 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:46 smithi135 bash[32435]: audit 2023-12-08T04:48:46.571937+0000 mgr.a (mgr.14403) 27863 : audit 0 from='client.546969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:47.046 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:46 smithi135 bash[32435]: cluster 2023-12-08T04:48:46.722314+0000 mgr.a (mgr.14403) 27864 : cluster 0 pgmap v20810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:47.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:47.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:47.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:47.096 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:48:47.096 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:48:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:46 smithi079 bash[28699]: audit 2023-12-08T04:48:46.571937+0000 mgr.a (mgr.14403) 27863 : audit 0 from='client.546969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:47.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:46 smithi079 bash[28699]: cluster 2023-12-08T04:48:46.722314+0000 mgr.a (mgr.14403) 27864 : cluster 0 pgmap v20810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:46 smithi194 bash[32038]: audit 2023-12-08T04:48:46.571937+0000 mgr.a (mgr.14403) 27863 : audit 0 from='client.546969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:47.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:46 smithi194 bash[32038]: cluster 2023-12-08T04:48:46.722314+0000 mgr.a (mgr.14403) 27864 : cluster 0 pgmap v20810: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:49.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:48 smithi079 bash[28699]: cluster 2023-12-08T04:48:48.723457+0000 mgr.a (mgr.14403) 27865 : cluster 0 pgmap v20811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:49.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:48 smithi194 bash[32038]: cluster 2023-12-08T04:48:48.723457+0000 mgr.a (mgr.14403) 27865 : cluster 0 pgmap v20811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:49.213 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:48 smithi135 bash[32435]: cluster 2023-12-08T04:48:48.723457+0000 mgr.a (mgr.14403) 27865 : cluster 0 pgmap v20811: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:51.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:50 smithi079 bash[28699]: cluster 2023-12-08T04:48:50.724060+0000 mgr.a (mgr.14403) 27866 : cluster 0 pgmap v20812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:51.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:50 smithi194 bash[32038]: cluster 2023-12-08T04:48:50.724060+0000 mgr.a (mgr.14403) 27866 : cluster 0 pgmap v20812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:51.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:50 smithi135 bash[32435]: cluster 2023-12-08T04:48:50.724060+0000 mgr.a (mgr.14403) 27866 : cluster 0 pgmap v20812: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:52.099 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:48:52.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:52.100 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:53.046 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:48:53.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:53.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:53.046 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:53.047 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:48:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:53 smithi194 bash[32038]: audit 2023-12-08T04:48:52.419598+0000 mon.a (mon.0) 4288 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:53 smithi194 bash[32038]: audit 2023-12-08T04:48:52.425345+0000 mon.a (mon.0) 4289 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:53 smithi194 bash[32038]: audit 2023-12-08T04:48:52.426761+0000 mon.a (mon.0) 4290 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:48:53.705 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:53 smithi194 bash[32038]: audit 2023-12-08T04:48:52.428015+0000 mon.a (mon.0) 4291 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:48:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:53 smithi194 bash[32038]: audit 2023-12-08T04:48:52.434240+0000 mon.a (mon.0) 4292 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:53 smithi194 bash[32038]: audit 2023-12-08T04:48:52.536739+0000 mgr.a (mgr.14403) 27867 : audit 0 from='client.547041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:53.706 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:53 smithi194 bash[32038]: cluster 2023-12-08T04:48:52.724825+0000 mgr.a (mgr.14403) 27868 : cluster 0 pgmap v20813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:53 smithi135 bash[32435]: audit 2023-12-08T04:48:52.419598+0000 mon.a (mon.0) 4288 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:53 smithi135 bash[32435]: audit 2023-12-08T04:48:52.425345+0000 mon.a (mon.0) 4289 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:53 smithi135 bash[32435]: audit 2023-12-08T04:48:52.426761+0000 mon.a (mon.0) 4290 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:48:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:53 smithi135 bash[32435]: audit 2023-12-08T04:48:52.428015+0000 mon.a (mon.0) 4291 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:48:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:53 smithi135 bash[32435]: audit 2023-12-08T04:48:52.434240+0000 mon.a (mon.0) 4292 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:53 smithi135 bash[32435]: audit 2023-12-08T04:48:52.536739+0000 mgr.a (mgr.14403) 27867 : audit 0 from='client.547041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:53.709 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:53 smithi135 bash[32435]: cluster 2023-12-08T04:48:52.724825+0000 mgr.a (mgr.14403) 27868 : cluster 0 pgmap v20813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:53 smithi079 bash[28699]: audit 2023-12-08T04:48:52.419598+0000 mon.a (mon.0) 4288 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:53 smithi079 bash[28699]: audit 2023-12-08T04:48:52.425345+0000 mon.a (mon.0) 4289 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:53 smithi079 bash[28699]: audit 2023-12-08T04:48:52.426761+0000 mon.a (mon.0) 4290 : audit 0 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T04:48:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:53 smithi079 bash[28699]: audit 2023-12-08T04:48:52.428015+0000 mon.a (mon.0) 4291 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T04:48:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:53 smithi079 bash[28699]: audit 2023-12-08T04:48:52.434240+0000 mon.a (mon.0) 4292 : audit 1 from='mgr.14403 172.21.15.79:0/1603581352' entity='mgr.a' 2023-12-08T04:48:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:53 smithi079 bash[28699]: audit 2023-12-08T04:48:52.536739+0000 mgr.a (mgr.14403) 27867 : audit 0 from='client.547041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:53.895 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:53 smithi079 bash[28699]: cluster 2023-12-08T04:48:52.724825+0000 mgr.a (mgr.14403) 27868 : cluster 0 pgmap v20813: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:55.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:54 smithi079 bash[28699]: cluster 2023-12-08T04:48:54.725769+0000 mgr.a (mgr.14403) 27869 : cluster 0 pgmap v20814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:55.206 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:54 smithi194 bash[32038]: cluster 2023-12-08T04:48:54.725769+0000 mgr.a (mgr.14403) 27869 : cluster 0 pgmap v20814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:55.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:54 smithi135 bash[32435]: cluster 2023-12-08T04:48:54.725769+0000 mgr.a (mgr.14403) 27869 : cluster 0 pgmap v20814: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:48:57.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:56 smithi079 bash[28699]: cluster 2023-12-08T04:48:56.726451+0000 mgr.a (mgr.14403) 27870 : cluster 0 pgmap v20815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:57.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:56 smithi194 bash[32038]: cluster 2023-12-08T04:48:56.726451+0000 mgr.a (mgr.14403) 27870 : cluster 0 pgmap v20815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:57.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:56 smithi135 bash[32435]: cluster 2023-12-08T04:48:56.726451+0000 mgr.a (mgr.14403) 27870 : cluster 0 pgmap v20815: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:58.049 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:48:58.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:48:58.050 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:48:58.987 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:48:58.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:48:58.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:48:58.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:48:58.988 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:48:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:58 smithi079 bash[28699]: audit 2023-12-08T04:48:58.458483+0000 mgr.a (mgr.14403) 27871 : audit 0 from='client.547119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:59.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:48:58 smithi079 bash[28699]: cluster 2023-12-08T04:48:58.731604+0000 mgr.a (mgr.14403) 27872 : cluster 0 pgmap v20816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:58 smithi194 bash[32038]: audit 2023-12-08T04:48:58.458483+0000 mgr.a (mgr.14403) 27871 : audit 0 from='client.547119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:59.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:48:58 smithi194 bash[32038]: cluster 2023-12-08T04:48:58.731604+0000 mgr.a (mgr.14403) 27872 : cluster 0 pgmap v20816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:48:59.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:58 smithi135 bash[32435]: audit 2023-12-08T04:48:58.458483+0000 mgr.a (mgr.14403) 27871 : audit 0 from='client.547119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:48:59.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:48:58 smithi135 bash[32435]: cluster 2023-12-08T04:48:58.731604+0000 mgr.a (mgr.14403) 27872 : cluster 0 pgmap v20816: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:01.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:49:00 smithi079 bash[28699]: cluster 2023-12-08T04:49:00.732485+0000 mgr.a (mgr.14403) 27873 : cluster 0 pgmap v20817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:01.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:49:00 smithi194 bash[32038]: cluster 2023-12-08T04:49:00.732485+0000 mgr.a (mgr.14403) 27873 : cluster 0 pgmap v20817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:01.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:49:00 smithi135 bash[32435]: cluster 2023-12-08T04:49:00.732485+0000 mgr.a (mgr.14403) 27873 : cluster 0 pgmap v20817: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:03.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:49:02 smithi079 bash[28699]: cluster 2023-12-08T04:49:02.733128+0000 mgr.a (mgr.14403) 27874 : cluster 0 pgmap v20818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:03.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:49:02 smithi194 bash[32038]: cluster 2023-12-08T04:49:02.733128+0000 mgr.a (mgr.14403) 27874 : cluster 0 pgmap v20818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:03.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:49:02 smithi135 bash[32435]: cluster 2023-12-08T04:49:02.733128+0000 mgr.a (mgr.14403) 27874 : cluster 0 pgmap v20818: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:03.990 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:49:03.991 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:49:03.991 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:49:04.913 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:49:04.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:49:04.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:49:04.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:49:04.914 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:49:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:49:04 smithi079 bash[28699]: audit 2023-12-08T04:49:04.402295+0000 mgr.a (mgr.14403) 27875 : audit 0 from='client.547197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:05.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:49:04 smithi079 bash[28699]: cluster 2023-12-08T04:49:04.733889+0000 mgr.a (mgr.14403) 27876 : cluster 0 pgmap v20819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:05.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:49:04 smithi194 bash[32038]: audit 2023-12-08T04:49:04.402295+0000 mgr.a (mgr.14403) 27875 : audit 0 from='client.547197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:05.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:49:04 smithi194 bash[32038]: cluster 2023-12-08T04:49:04.733889+0000 mgr.a (mgr.14403) 27876 : cluster 0 pgmap v20819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:05.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:49:04 smithi135 bash[32435]: audit 2023-12-08T04:49:04.402295+0000 mgr.a (mgr.14403) 27875 : audit 0 from='client.547197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:05.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:49:04 smithi135 bash[32435]: cluster 2023-12-08T04:49:04.733889+0000 mgr.a (mgr.14403) 27876 : cluster 0 pgmap v20819: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:07.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:49:06 smithi079 bash[28699]: cluster 2023-12-08T04:49:06.734496+0000 mgr.a (mgr.14403) 27877 : cluster 0 pgmap v20820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:07.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:49:06 smithi194 bash[32038]: cluster 2023-12-08T04:49:06.734496+0000 mgr.a (mgr.14403) 27877 : cluster 0 pgmap v20820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:07.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:49:06 smithi135 bash[32435]: cluster 2023-12-08T04:49:06.734496+0000 mgr.a (mgr.14403) 27877 : cluster 0 pgmap v20820: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-08T04:49:09.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:49:08 smithi079 bash[28699]: cluster 2023-12-08T04:49:08.735320+0000 mgr.a (mgr.14403) 27878 : cluster 0 pgmap v20821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:09.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:49:08 smithi194 bash[32038]: cluster 2023-12-08T04:49:08.735320+0000 mgr.a (mgr.14403) 27878 : cluster 0 pgmap v20821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:09.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:49:08 smithi135 bash[32435]: cluster 2023-12-08T04:49:08.735320+0000 mgr.a (mgr.14403) 27878 : cluster 0 pgmap v20821: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:09.916 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:49:09.917 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:49:09.918 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:49:10.813 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:49:10.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:49:10.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:49:10.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:49:10.813 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:49:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:49:10 smithi079 bash[28699]: audit 2023-12-08T04:49:10.318478+0000 mgr.a (mgr.14403) 27879 : audit 0 from='client.547272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:11.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:49:10 smithi079 bash[28699]: cluster 2023-12-08T04:49:10.735894+0000 mgr.a (mgr.14403) 27880 : cluster 0 pgmap v20822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:49:10 smithi194 bash[32038]: audit 2023-12-08T04:49:10.318478+0000 mgr.a (mgr.14403) 27879 : audit 0 from='client.547272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:11.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:49:10 smithi194 bash[32038]: cluster 2023-12-08T04:49:10.735894+0000 mgr.a (mgr.14403) 27880 : cluster 0 pgmap v20822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:11.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:49:10 smithi135 bash[32435]: audit 2023-12-08T04:49:10.318478+0000 mgr.a (mgr.14403) 27879 : audit 0 from='client.547272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:11.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:49:10 smithi135 bash[32435]: cluster 2023-12-08T04:49:10.735894+0000 mgr.a (mgr.14403) 27880 : cluster 0 pgmap v20822: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:13.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:49:12 smithi079 bash[28699]: cluster 2023-12-08T04:49:12.736443+0000 mgr.a (mgr.14403) 27881 : cluster 0 pgmap v20823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:13.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:49:12 smithi194 bash[32038]: cluster 2023-12-08T04:49:12.736443+0000 mgr.a (mgr.14403) 27881 : cluster 0 pgmap v20823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:13.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:49:12 smithi135 bash[32435]: cluster 2023-12-08T04:49:12.736443+0000 mgr.a (mgr.14403) 27881 : cluster 0 pgmap v20823: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:15.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:49:14 smithi079 bash[28699]: cluster 2023-12-08T04:49:14.737275+0000 mgr.a (mgr.14403) 27882 : cluster 0 pgmap v20824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:49:15.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:49:14 smithi194 bash[32038]: cluster 2023-12-08T04:49:14.737275+0000 mgr.a (mgr.14403) 27882 : cluster 0 pgmap v20824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:49:15.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:49:14 smithi135 bash[32435]: cluster 2023-12-08T04:49:14.737275+0000 mgr.a (mgr.14403) 27882 : cluster 0 pgmap v20824: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:49:15.815 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:49:15.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:49:15.816 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:49:16.744 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:49:16.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:49:16.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:49:16.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:49:16.744 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:49:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:49:16 smithi079 bash[28699]: audit 2023-12-08T04:49:16.220088+0000 mgr.a (mgr.14403) 27883 : audit 0 from='client.547347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:17.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:49:16 smithi079 bash[28699]: cluster 2023-12-08T04:49:16.738006+0000 mgr.a (mgr.14403) 27884 : cluster 0 pgmap v20825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:49:16 smithi194 bash[32038]: audit 2023-12-08T04:49:16.220088+0000 mgr.a (mgr.14403) 27883 : audit 0 from='client.547347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:17.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:49:16 smithi194 bash[32038]: cluster 2023-12-08T04:49:16.738006+0000 mgr.a (mgr.14403) 27884 : cluster 0 pgmap v20825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:17.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:49:16 smithi135 bash[32435]: audit 2023-12-08T04:49:16.220088+0000 mgr.a (mgr.14403) 27883 : audit 0 from='client.547347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T04:49:17.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:49:16 smithi135 bash[32435]: cluster 2023-12-08T04:49:16.738006+0000 mgr.a (mgr.14403) 27884 : cluster 0 pgmap v20825: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:19.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:49:18 smithi079 bash[28699]: cluster 2023-12-08T04:49:18.738813+0000 mgr.a (mgr.14403) 27885 : cluster 0 pgmap v20826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:49:19.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:49:18 smithi194 bash[32038]: cluster 2023-12-08T04:49:18.738813+0000 mgr.a (mgr.14403) 27885 : cluster 0 pgmap v20826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:49:19.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:49:18 smithi135 bash[32435]: cluster 2023-12-08T04:49:18.738813+0000 mgr.a (mgr.14403) 27885 : cluster 0 pgmap v20826: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-08T04:49:21.145 INFO:journalctl@ceph.mon.a.smithi079.stdout:Dec 08 04:49:20 smithi079 bash[28699]: cluster 2023-12-08T04:49:20.739376+0000 mgr.a (mgr.14403) 27886 : cluster 0 pgmap v20827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:21.205 INFO:journalctl@ceph.mon.c.smithi194.stdout:Dec 08 04:49:20 smithi194 bash[32038]: cluster 2023-12-08T04:49:20.739376+0000 mgr.a (mgr.14403) 27886 : cluster 0 pgmap v20827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:21.209 INFO:journalctl@ceph.mon.b.smithi135.stdout:Dec 08 04:49:20 smithi135 bash[32435]: cluster 2023-12-08T04:49:20.739376+0000 mgr.a (mgr.14403) 27886 : cluster 0 pgmap v20827: 33 pgs: 33 active+clean; 579 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-08T04:49:21.746 INFO:teuthology.orchestra.run.smithi079.stderr:+ true 2023-12-08T04:49:21.747 INFO:teuthology.orchestra.run.smithi079.stderr:++ ceph rgw realm tokens 2023-12-08T04:49:21.747 INFO:teuthology.orchestra.run.smithi079.stderr:++ jq -r '.[0].token' 2023-12-08T04:49:22.652 INFO:teuthology.orchestra.run.smithi079.stdout:master zone has no endpoint 2023-12-08T04:49:22.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ TOKEN='master zone has no endpoint' 2023-12-08T04:49:22.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ echo master zone has no endpoint 2023-12-08T04:49:22.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-08T04:49:22.652 INFO:teuthology.orchestra.run.smithi079.stderr:+ sleep 5 2023-12-08T04:49:22.960 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2023-12-08T04:49:23.654 DEBUG:teuthology.task.console_log:Killing console logger for smithi079 2023-12-08T04:49:24.561 DEBUG:teuthology.task.console_log:Killing console logger for smithi135 2023-12-08T04:49:24.562 DEBUG:teuthology.task.console_log:Killing console logger for smithi194 2023-12-08T04:49:24.562 DEBUG:teuthology.exit:Finished running handlers